diff --git a/BUGS b/BUGS index 9ff95155ef..d0d5056ffc 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <02/09/30 13:49:48 drepper> +Time-stamp: <2005-09-23 13:25:42 drepper> This following list contains those bugs which I'm aware of. Please make sure that bugs you report are not listed here. If you can fix one @@ -10,7 +10,7 @@ of these bugs/limitations I'll certainly be glad to receive a patch. Another source of information about bugs is the problem data base of the GNU project. There is an easy to use WWW interface available at - http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl + http://sourceware.org/bugzilla/ I would appreciate it very much if you could verify the problem was not reported before by looking through the database. To make the information @@ -27,19 +27,9 @@ Severity: [ *] to [***] [ **] Closing shared objects in statically linked binaries most of the times leads to crashes during the dlopen(). Hard to fix. -[ **] There are problems with signal handling when using LinuxThreads. - [ **] The RPC code is not 64 bit clean. This is getting slowly fixed but expect incompatible changes on 64 bit platforms like Alpha. -[ **] If a DSO is using implicitly libpthread and the application itself - does not there is a name lookup problem. E.g., the function fork() - will be found in the libc.so instead of libpthread since the thread - library is behind the libc. To correct this problem it must *not* - be relied on the currently still enabled handling of weak symbols - in the dynamic linker. Instead explicit tests for the availability - of the libpthread version are needed. [PR libc/2325] - [ *] The precision of the `sinhl' and/or `asinhl' function do not seem to be the best. diff --git a/ChangeLog b/ChangeLog index 24e0275505..e6f9dc8009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5485 +1,2697 @@ -2004-12-20 Roland McGrath +2006-12-08 Ulrich Drepper - * version.h (RELEASE, VERSION): development, 2.3.90 - * include/features.h (__GLIBC_MINOR__): Now 4. + * malloc/memusage.c: Handle realloc with new size of zero and + non-NULL pointer correctly. + (me): Really write first record twice. + (struct entry): Make format bi-arch safe. + (dest): Write out more realloc statistics. + * malloc/memusagestat.c (struct entry): Make format bi-arch safe. -2004-12-20 Jakub Jelinek , - Jim Gifford +2006-11-14 Ulrich Drepper - [BZ #562] - * sysdeps/mips/Makefile (librt-sysdep_routines): Add. - * sysdeps/unix/mips/rt-sysdep.S: New file. + * timezone/zdump.c: Redo fix for BZ #3137. -2004-12-19 Roland McGrath +2006-11-10 Ulrich Drepper - * iconv/Makefile (test-iconvconfig): New target. - [$(cross-compiling) != yes] (xtests): Depend on it. + * time/tzfile.c (__tzfile_read): Extend to handle new file format + on machines with 64-bit time_t. - * iconv/iconvconfig.c (nostdlib, output_file, output_file_len): - New variables. - (options, parse_opt, main): Take new options --nostdlib and - --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs. - (write_output): If output_file is set, write the output there. - -2004-12-19 Andreas Jaeger - - [BZ #560] - * inet/netinet/in.h: Use __interface_addr instead of __interface. - - [BZ #573] - * sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of - internal linkage. - -2004-12-19 Roland McGrath - - * version.h (VERSION): 2.3.4. - * README.template: Various updates. - * README: Regenerated. - * NEWS: Mention ports. - * README-alpha: File removed. - - [BZ #416] - * locale/langinfo.h: Comment fixes. - -2004-12-17 Ulrich Drepper - - * po/ja.po: Update from translation team. - -2004-12-17 Richard Henderson - - * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support - for NPTL where the PID is stored at userlevel and needs to be - reset when CLONE_THREAD is not used. - -2004-12-17 Jakub Jelinek - - * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. - -2004-12-17 Andreas Jaeger - - * math/libm-test.inc (atan2_test): Compute value with 36 digits. - * sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result. - * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. - * sysdeps/s390/fpu/libm-test-ulps: Likewise. - * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. - * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise. - * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. - -2004-12-16 Ulrich Drepper - - * stdlib/tst-setcontext.c: Enlarge st1 and st2 arrays. - -2004-09-02 Steven Munroe - - [BZ #610] - * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S - (__novec_getcontext): Fix typo in store of fp29. - (__getcontext): Fix typo in store of fp29. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S - (__novec_swapcontext): Fix typo in store of fp29. - (__swapcontext): Fix typo in store of fp29. - -2004-12-17 GOTO Masanori - - * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix - vague message. - -2004-12-16 Roland McGrath - - * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS), - which is usually a -lselinux that make will resolve wrongly. - -2004-12-16 Andreas Jaeger - - * math/math.h: Use #if defined to not receive warnings about - undefined symbols. - -2004-12-16 Jakub Jelinek - - * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Add support - for NPTL where the PID is stored at userlevel and needs to be reset - when CLONE_THREAD is not used. - - * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h - (SYSCALL_ERROR_HANDLER): If RTLD_PRIVATE_ERRNO, use rtld_errno - instead of errno. - * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Include - sysdep-cancel.h instead of sysdep.h. Handle cancellation. - * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerate. - - * sysdeps/ieee754/ldbl-128/e_expl.c: Include stdlib.h. - -2004-12-15 Jakub Jelinek - - * sysdeps/unix/sysv/linux/gethostid.c: Make bi-arch safe. - -2004-12-15 Steven Munroe - - * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Correct stack - alignment. Clean up flag bit tests. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Correct stack - alignment. Clean up flag bit tests. Remove redundent SP assignment. - Add TOC register save/restore around function call. - - * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol - local. - * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Make no_vmx symbol - local. - * sysdeps/powerpc/powerpc64/__longjmp-common.S: Make no_vmx symbol - local. - * sysdeps/powerpc/powerpc64/setjmp-common.S: Make no_vmx and - aligned_save_vmx symbol local. - -2004-12-15 Ulrich Drepper - - * sysdeps/i386/i486/bits/string.h (__strncat_g): Fix i686 - implementation. - -2004-09-08 H.J. Lu - - * Makeconfig (libunwind): New. - (libgcc_eh): Add $(libunwind). - (gnulib): Always set to -lgcc $(libgcc_eh). - (static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind). - (libc.so-gnulib): New. - * Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of - $(static-gnulib). - * configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc - uses -lunwind for static binaries. - -2004-06-05 Joseph S. Myers - - * malloc/Makefile (install-bin): Remove memusage. - (install-bin-script): Add memusage. - -2004-12-15 Jakub Jelinek - - * nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def, - not libnsl_hidden_proto. - - * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support - for NPTL where the PID is stored at userlevel and needs to be reset - when CLONE_THREAD is not used. - * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise. - - * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save - and restore r2 around call to fn. - -2004-12-15 Andreas Jaeger - - * sysdeps/ia64/dl-machine.h (elf_machine_rela): Mark auto instead - of static, add always_inline attribute. - (elf_machine_rela_relative): Likewise. - (elf_machine_lazy_rel): Likewise. - -2004-12-15 Ulrich Drepper - - * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support - for pid caching in nptl. - -2004-12-14 Ulrich Drepper - - * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add support - for pid caching in nptl. - -2004-10-18 Maciej W. Rozycki - - * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use - __NTH instead of __THROW in the inline definition. - * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise. - - * sysdeps/mips/bits/dlfcn.h (RTLD_DEEPBIND): New macro. - - * sysdeps/unix/sysv/linux/mips/bits/mman.h - (PROT_GROWSDOWN, PROT_GROWSUP): New macros. - -2004-10-06 Alan Modra - - * sysdeps/powerpc/powerpc64/ppc-mcount.S (PROF): Don't undef. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Invoke CALL_MOUNT. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise. - -2004-10-19 Wolfram Gloger - - * malloc/hooks.c (mem2chunk_check, top_check): Handle - non-contiguous arena. Reported by Michael Dalton - [BZ #457]. Add further checks for top chunk. - -2004-12-14 Jakub Jelinek - - * sysdeps/posix/sysconf.c (__sysconf_check_spec): Remove leading - underscore from GETCONF_DIR filenames. - -2004-12-13 Ulrich Drepper - - * po/de.po: Update from translation team. - - * nss/getnssent.c (__nss_getent): Double buffer size each round to - avoid problems with delays for some people's huge entries. - * nss/getXXbyYY.c (FUNCTION_NAME): Likewise. - -2004-12-13 Jakub Jelinek - - * posix/getconf.c (main): Prepend just $GETCONF_DIR/ instead of - $GETCONF_DIR/_ to spec. - * posix/confstr.c (confstr): Remove leading underscores for - _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS. - -2004-12-12 Ulrich Drepper - - * elf/dl-load.c (_dl_map_object_from_fd): Fix computation of - mapping start. It must take the actual pagesize into account, not - the alignment in the file. - -2004-12-11 Ulrich Drepper - - * malloc/malloc.c (_int_realloc): Add checks for corrupted memory. - (_int_free): Make clear message are result of free() calls. - - * malloc/malloc.c (_int_realloc): Remove unnecessary tests for - oldmem and size == 0. - -2004-12-10 Ulrich Drepper - - * malloc/arena.c (arena_get2): Prevent endless loop if arenas and - list lock are taken. - -2004-12-08 Thorsten Kukuk - - * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r): - Add check if the value is not an empty string. [BZ #597] - -2004-11-29 Jakub Jelinek - - * stdlib/strtod_l.c (INTERNAL (__STRTOF)): If densize > 2 - and numsize < densize, always shift num up by empty + 1 limbs. - -2004-12-07 Paolo Bonzini - - * posix/regexec.c (proceed_next_node): Simplify treatment of epsilon - nodes. Pass the pushed node to push_fail_stack. - (push_fail_stack): Accept a single node rather than an array - of two epsilon destinations. - (build_sifted_states): Only walk non-epsilon nodes. - (check_arrival): Don't pass epsilon nodes to - check_arrival_add_next_nodes. - (check_arrival_add_next_nodes) [DEBUG]: Abort if an epsilon node is - found. - (check_node_accept): Do expensive checks later. - (add_epsilon_src_nodes): Cache result of merging the inveclosures. - * posix/regex_internal.h (re_dfastate_t): Add non_eps_nodes and - inveclosure. - (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at, - re_string_context_at, re_string_peek_byte_case, - re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains): - Declare as pure. - * posix/regex_internal.c (create_newstate_common): Remove. - (register_state): Move part of it here. Initialize non_eps_nodes. - (free_state): Free inveclosure and non_eps_nodes. - (create_cd_newstate, create_ci_newstate): Allocate the new - re_dfastate_t here. - -2004-12-09 Ulrich Drepper - - * malloc/malloc.c (public_rEALLOc): Add parameter checks. - (_int_free): Provide better error message for invalid pointers. - -2004-12-01 Jakub Jelinek - - * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 - conditionals instead of defined _POSIX_CPUTIME. - (main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME - option is available. - * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 - conditionals instead of defined _POSIX_CPUTIME. - (do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME - option is available. - * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp. - _POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding - _SC_ argument. - -2004-12-08 Jakub Jelinek - - * elf/ldd.bash.in: When set -o pipefail is available, use that for - piping to cat; when not, don't use the pipe at all. - Pipe to cat in all cases of running the executable. - When direct running exits with code 5, retry running via ${RTLD}. - * elf/rtld.c (process_envvars): If __libc_enable_secure and - mode != normal, exit with exitcode 5. - -2004-12-07 Jakub Jelinek - - * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define - if it will be actually used. - -2004-12-07 Roland McGrath - - * rt/tst-timer5.c (setup_test): New function. - (TEST_CLOCK_MISSING): Use it to punt test if timer_create does not - support CLOCK_MONOTONIC. - -2004-12-07 Jakub Jelinek - - * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for - NPTL where the PID is stored at userlevel and needs to be reset when - CLONE_THREAD is not used. Restore gp before calling _exit. - -2004-12-07 Kaz Kojima - - * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when - starting a new thread. Add support for NPTL where the PID is stored - at userlevel and needs to be reset when CLONE_THREAD is not used. - -2004-12-01 Jakub Jelinek - - * elf/rtld.c (process_envvars): Don't consider LD_SHOW_AUXV - and LD_DYNAMIC_WEAK if __libc_enable_secure. - If __libc_enable_secure, /etc/suid-debug doesn't exist and - program will be actually run, turn off all debugging. - * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add LD_DEBUG, - LD_DYNAMIC_WEAK and LD_SHOW_AUXV. - -2004-12-06 Jakub Jelinek - - * time/tzset.c (tzset_internal): If + or - is seen, - but no offset after it, reset offset to 0. [BZ #601] - -2004-12-06 Ulrich Drepper - - * libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOFF not - _IO_SEEKPOS, saving one indirect jump. - - * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer - seek. Remove dead code. - -2004-12-02 Jakub Jelinek - - * libio/Makefile (tests): Add bug-ungetc4. - * libio/bug-ungetc4.c: New test. - -2004-12-06 Roland McGrath - - * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Diagnose EINVAL - for CLOCK_THREAD_CPUTIME_ID, not ENOTSUP. - Use SYSDEP_NANOSLEEP handler before validating CLOCK_ID value. - - * rt/tst-timer4.c (TEST_CLOCK, TEST_CLOCK_NANOSLEEP): New macros. - Use them throughout in place of CLOCK_REALTIME and nanosleep. - (do_test) [TEST_CLOCK_MISSING]: Call this macro and if it returns - non-null, punt the test with a message using the string returned. - * rt/tst-timer5.c: New file. - * rt/Makefile (tests): Add it. - -2004-12-01 Paolo Bonzini - - * posix/regcomp.c (free_dfa_content, init_dfa): Remove - references to re_dfa_t's subexps field. - (parse_sub_exp, parse_expression): Do not use it. Use - completed_bkref_map instead. - (create_initial_state, peek_token): Store a backreference \N - with opr.idx = N-1. - * posix/regexec.c (proceed_next_node, check_dst_limits, get_subexp): - Likewise. - (check_subexp_limits): Remove useless condition. - * posix/regex_internal.h (re_subexp_t): Remove. - (re_dfa_t): Remove subexps and subexps_alloc field, add - completed_bkref_map. - -2004-12-05 Roland McGrath - - * Makeconfig: Comment typo fix. - -2004-11-30 Andreas Schwab - - * nis/ypclnt.c (ypprot_err): Remove unused entries. - -2004-11-30 Paolo Bonzini - - * posix/regexec.c (check_dst_limits_calc_pos_1): Check for - bkref_idx == -1, and don't recurse in that case. - -2004-11-30 GOTO Masanori - - * posix/confstr.c: Enclose #error message with double quote - for gcc-3.3 and lower. - -2004-12-04 Ulrich Drepper - - * sysdeps/unix/sysv/linux/i386/clone.S: Add support for NPTL where - the PID is stored at userlevel and needs to be reset when CLONE_THREAD - is not used. - * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise. - -2004-11-18 Daniel Jacobowitz - - * sysdeps/arm/sysdep.h: Define __USE_BX__ if bx is available. - Use it instead of __THUMB_INTERWORK__. Make RETINSTR take - only a condition and a register. - * sysdeps/arm/dl-machine.h: Use __USE_BX__ instead of - __THUMB_INTERWORK__. - (_dl_start_user): Use BX. - * sysdeps/arm/strlen.S: Use DO_RET. - * sysdeps/unix/arm/brk.S: Likewise. - * sysdeps/unix/arm/fork.S: Likewise. - * sysdeps/unix/arm/sysdep.S: Likewise. - * sysdeps/unix/arm/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/arm/clone.S: Update uses of RETINSTR. - * sysdeps/unix/sysv/linux/arm/mmap.S: Likewise. - * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise. - * sysdeps/unix/sysv/linux/arm/socket.S: Likewise. - * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise. - -2004-12-02 Roland McGrath - - * extra-lib.mk (object-suffixes-$(lib)): Add .oS when - $(lib)-static-only-routines is nonempty. - (extra-objs, o-iterator.mk rule): Filter out .oS from generators. - Add a special rule for .oS objects -> _nonshared.a library. - -2004-12-01 Jakub Jelinek - - * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC, - convert T2, not T. - * time/Makefile (tests): Add tst-mktime3. - * time/tst-mktime3.c: New test. - -2004-12-01 Jakub Jelinek - - * stdlib/stdlib.h (realpath): Remove nonnull attribute. - - * posix/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after - normal_bracket label. - - * time/tst-mktime2.c (bigtime_test): Initialize tm.tm_isdst to -1. - -2004-12-01 Roland McGrath - - * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): - Do $(make-target-directory). - -2004-11-29 Roland McGrath - - * posix/confstr.c: Avoid punctuation in #error text. - -2004-11-27 Ulrich Drepper - - * posix/Makefile (tests): Add tst-sysconf. - * posix/tst-sysconf.c: New file. - - * posix/getconf.c (vars): Add support for _SC_IPV6 and - _SC_RAW_SOCKETS. - * sysdeps/posix/sysconf.c (__sysconf): Add support for _SC_IPV6 - and _SC_RAW_SOCKETS. - * sysdeps/generic/bits/confname.h: Define _SC_IPV6 and - _SC_RAW_SOCKETS. - -2004-11-26 Jakub Jelinek - - * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR. - -2004-11-26 Kaz Kojima - - * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if - NO_SGIDEFS_H isn't defined. Don't include sgidefs.h twice. - * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. - -2004-11-27 Ulrich Drepper - - * include/dlfcn.h (__libc_dlopen): Add __RTLD_DLOPEN to the mode - parameter. Reported by VY Newsum . - -2004-11-10 Daniel Jacobowitz - - * libio/iolibio.h (_IO_fclose, _IO_new_fclose, _IO_old_fclose, - _IO_fflush, _IO_fgetpos, _IO_fgetpos64, _IO_fgets, _IO_fopen, - _IO_old_fopen, _IO_new_fopen, _IO_fopen64, __fopen_internal, - _IO_fprintf, _IO_fputs, _IO_fsetpos, _IO_fsetpos64, _IO_ftell, - _IO_fread, _IO_fwrite, _IO_gets, _IO_printf, _IO_puts, _IO_scanf, - _IO_fflush_internal, _IO_ftell_internal, _IO_fputs_internal) - _IO_fwrite_internal): Remove incorrect __THROW. - * libio/libioP.h (_IO_default_xsputn, _IO_wdefault_xsputn, - _IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_default_write, - _IO_default_read, _IO_getline, _IO_getline_info, _IO_getwline, - _IO_getwline_info, _IO_file_read_internal, _IO_sgetn_internal, - _IO_wdo_write_internal, _IO_do_write_internal, - _IO_getline_info_internal, _IO_getline_internal, - _IO_vfprintf_internal, _IO_putc_internal, _IO_read, _IO_write, - _IO_close): Likewise. - -2004-11-26 Jakub Jelinek - - * posix/Makefile (install-others): Add $(inst_libexecdir)/getconf. - (CFLAGS-sysconf.c): Add -D_GETCONF_DIR. - (CFLAGS-getconf.c): New. - ($(inst_libexecdir)/getconf): New. - * posix/confstr.c (confstr): Use __sysconf to query specifications - that don't have _POSIX_V6_* macros defined. Use __*_{C,LD}FLAGS - macros defined in bits/environments.h. - * sysdeps/posix/sysconf.c: Include stdlib.h, string.h and - sys/stat.h. - (__sysconf_check_spec): New routine. - (__sysconf): Use it. - * posix/getconf.c (specs): Change into structure array. - (main): If -v is not given, try to get default from - $(libexecdir)/getconf/default. If specification is not - supported by this getconf, try to execute - $(libexecdir)/getconf/$(specification). - * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: New file. - * sysdeps/unix/sysv/linux/s390/bits/environments.h: New file. - * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: New file. - * sysdeps/unix/sysv/linux/sparc/bits/environments.h: New file. - * sysdeps/unix/sysv/linux/i386/bits/environments.h: New file. - * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: New file. - * sysdeps/generic/bits/environments.h (__ILP32_OFFBIG_CFLAGS): - Define. - - * stdlib/stdlib.h (setenv): Use nonnull only for second argument. - (unsetenv): Remove. - -2004-11-23 Paolo Bonzini - - * posix/regcomp.c (analyze_tree): Always call calc_epsdest. - (calc_inveclosure): Use re_node_set_insert_last. - (parse_dup_op): Lower X{1,5} to (X(X(X(XX?)?)?)?)? - rather than X?X?X?X?X?. - * posix/regex_internal.h (re_node_set_insert_last): New declaration. - * posix/regex_internal.c (re_node_set_insert_last): New function. - * posix/PCRE.tests: Add testcases. - -2004-11-25 Ulrich Drepper - - * dlfcn/dlfcn.h: Remove nonnull attribute from dlopen. - - * posix/confstr.c (confstr): Return appropriate strings for - _CS_LFS_LINTFLAGS, _CS_LFS64_CFLAGS, and _CS_LFS64_LINTFLAGS. - -2004-11-05 Maciej W. Rozycki - - * sysdeps/mips/dl-machine.h: Include . Use _ABIO32, - _ABIN32 and _ABI64 for ABI selection throughout. - * sysdeps/mips/elf/start.S: Likewise. - * sysdeps/mips/mips64/__longjmp.c: Likewise. - * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise. - * sysdeps/mips/mips64/bsd-setjmp.S: Likewise. - * sysdeps/mips/mips64/setjmp.S: Likewise. - * sysdeps/mips/mips64/setjmp_aux.c: Likewise. - * sysdeps/mips/sys/regdef.h: Likewise. - * sysdeps/mips/sys/ucontext.h: Likewise. - * sysdeps/unix/mips/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/kernel-features.h: Likewise. - * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. - * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. - * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise. - - * sysdeps/mips/atomicity.h: Use _ABIO32, _ABIN32 and _ABI64 for - ABI selection throughout. - * sysdeps/mips/bits/setjmp.h: Likewise. - * sysdeps/mips/fpu/bits/mathdef.h: Likewise. - * sysdeps/mips/machine-gmon.h: Likewise. - * sysdeps/mips/sys/asm.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. - * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise. - - * sysdeps/mips/sgidefs.h: Prevent from being - included by kernel headers and undo its settings if already - included. Define _ABIO32, _ABIN32 and _ABI64 if missing and use - them to define _MIPS_SIM_ABI32, _MIPS_SIM_NABI32 and - _MIPS_SIM_ABI64 for compatibility. - * sysdeps/unix/sysv/linux/mips/Makefile: Use _ABIO32, _ABIN32 and - _ABI64 for ABI selection in generated syscall-list.h - * sysdeps/unix/sysv/linux/mips/configure.in: Use _ABIO32, _ABIN32 - and _ABI64 for ABI selection in generated asm-unistd.h. - * sysdeps/unix/sysv/linux/mips/configure: Regenerate. - - * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Correct - an inverted _MIPS_SIM conditional. - -2004-11-23 Alexandre Oliva - - * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Use free - range even if it doesn't match exactly. - -2004-11-23 Jakub Jelinek - - * nss/nss_files/files-XXX.c (internal_getent): If parse_line returned - -1, also do H_ERRNO_SET (NETDB_INTERNAL). - -2004-11-22 Ulrich Drepper - - * sysdeps/i386/fpu_control.h: Add volatile to the asms. - Patch by Alexander Stohr. - -2004-11-22 Jakub Jelinek - - * nscd/nscd_getai (__nscd_getai): Avoid memory and file descriptor - leaks. - * sysdeps/posix/getaddrinfo.c (gaih_inet): Free air. - -2004-11-15 Maciej W. Rozycki - - * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE): - Define appropriately based on __WORDSIZE. - [struct siginfo] (__pad0): Add for explicit padding. - - * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Formatting fixes - throughout. - -2004-11-22 Ulrich Drepper - - * dirent/dirent.h: Add nonnull attributes. - * dlfcn/dlfcn.h: Likewise. - -2004-11-20 Jakub Jelinek - - * sysdeps/ieee754/k_standard.c: Document code 50. - (__kernel_standard) : Avoid raising div-by-zero - exception again. - -2004-11-19 H.J. Lu - - [BZ #552] - * math/libm-test.inc (tgamma_test): Update tgamma (0) and - tgamma (-0). - * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle |x| == 0. - * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise. - * sysdeps/generic/w_tgammal.c (__tgammal): Likewise. - * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise. - * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise. - * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise. - * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise. - * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle - tgamma (0) and tgamma (-0). - -2004-11-20 Ulrich Drepper - - * time/tzfile.c (__tzfile_read): Avoid open for checking whether - the file we already use changed. - - * misc/syslog.c: Remove !USE_IN_LIBIO code. - -2004-11-20 Jakub Jelinek - - * signal/signal.h (__sysv_signal, sysv_signal, signal, bsd_signal, - ssignal): Remove __nonnull attribute. - -2004-11-20 Kaz Kojima - - * sysdeps/unix/sysv/linux/sh/sys/procfs.h: New file. - -2004-11-20 Ulrich Drepper - - * signal/signal.h: Add nonnull attributes. - - * signal/signal.h: Add deprecated attributes to sigstack, - sigpause, sigblock, sigsetmask, siggetmask. - -2004-11-20 Jakub Jelinek - - * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid - comma at the end of enum if __USE_BSD is not defined. - -2004-11-19 Ulrich Drepper - - * malloc/malloc.c (_int_malloc): Check for corruption of chunk - which is about to be returned. - - * malloc/malloc.c (_int_free): Add a few more cheap tests for - corruption. - -2004-11-17 Randolph Chung - - * sysdeps/hppa/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind - annotations. - -2004-11-18 Jakub Jelinek - - [BZ #544] - * posix/regex.h (RE_NO_SUB): New define. - * posix/regex_internal.h (OP_DELETED_SUBEXP): New. - (re_dfa_t): Add subexp_map. - * posix/regcomp.c (struct subexp_optimize): New type. - (optimize_subexps): New routine. - (re_compile_internal): Call it. - (re_compile_pattern): Set preg->no_sub to 1 if RE_NO_SUB. - (free_dfa_content): Free subexp_map. - (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes. - * posix/regexec.c (re_search_internal): If subexp_map - is not NULL, duplicate registers as needed. - * posix/Makefile: Add rules to build and run tst-regex2. - * posix/tst-regex2.c: New test. - * posix/rxspencer/tests: Fix last two tests (\0 -> \1). - Add some new tests for nested subexpressions. - -2004-11-18 Ulrich Drepper - - * libio/libio.h (_IO_FLAGS2_FORTIFY): Renamed from - _IO_FLAGS2_CHECK_PERCENT_N. - * debug/fprintf_chk.c: Adjust all users. - * debug/printf_chk.c: Likewise. - * debug/vfprintf_chk.c: Likewise. - * debug/vprintf_chk.c: Likewise. - * debug/vsnprintf_chk.c: Likewise. - * debug/vsprintf_chk.c: Likewise. - * stdio-common/vfprintf.c: Likewise. Detect missing %N$ formats. - * debug/tst-chk1.c: Test detection of missing %N$ formats. - -2004-11-15 Jakub Jelinek - - * posix/bug-regex24.c: Include string.h. - - * nis/nis_clone_obj.c (nis_clone_object): Rename out3 label to out2 - and out2 to out. Remove out label. Formatting. - -2004-11-15 Ulrich Drepper - - * include/stdio.h: Do not mark __libc_message as noreturn. - * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Add loop to - fool gcc. Include . - * sysdeps/posix/libc_fatal.c (__libc_fatal): Add loop to fool gcc. - (__libc_message): Fix typo. - -2004-11-13 Ulrich Drepper - - * malloc/malloc.c (malloc_state): stat_lock_* elements need only - be defined if THREAD_STATS is defined. Remove pad0_ since it does - not align with cache line sizes in general anyway. - -2004-11-13 Jakub Jelinek - - * elf/rtld.c (print_statistics): Avoid segfaults if not all namespaces - are used. Fix computation of num_relative_relocations on RELA - architectures other than IA-64 and Alpha. - -2004-11-13 Ulrich Drepper - - * malloc/malloc.c (_int_free): Use munmap_chunk for handling - mmaped memory. - -2004-11-12 Ulrich Drepper - - * malloc/malloc.c (_int_free): Remove test for NULL parameter. - (_int_realloc): Call _int_free only if memory parameter is not NULL. - - * sysdeps/unix/sysv/linux/libc_fatal.c: Add new function __libc_message - which performs the printing and simple format string handling. The - string is written to tty, stderr, syslog in this order, stopping after - the first successful output. - (__libc_fatal): Call __libc_message. - * include/stdio.h: Declare __libc_message. - * malloc/malloc.c (malloc_printerr): Use __libc_message. - * debug/chk_fail.c: Also print message with __libc_message. - * debug/test-strcpy_chk.c: Ensure that debug messages are not printed - to the terminal or stderr. - * debug/tst-chk1.c: Likewise. - - * posix/Makefile: Remove gpl2lgpl variable. - -2004-11-12 Martin Schwidefsky - - * elf/elf.h: Add 20 bit relocations R_390_*20. - -2004-11-12 Jakub Jelinek - - * sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h. - * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. - -2004-11-12 Andreas Schwab - - * nis/ypclnt.c (ypprot_err): Fix "minor optimizations". - -2004-11-12 Ulrich Drepper - - * posix/Makefile (tests): Add bug-regex24. - * posix/bug-regex24.c: New file. - -2004-11-12 Paolo Bonzini - - * posix/regexec.c (check_dst_limits_calc_pos_1): Use the map to - cut recursive paths. Make exit condition more precise. - (match_ctx_add_entry): Initialize the map. - * posix/regex_internal.h (struct re_backref_cache_entry): Add a map of - reachable subexpression nodes from each backreference cache entry. - -2004-11-10 Jakub Jelinek - - * sysdeps/unix/sysv/linux/setreuid.c: Remove sys/syscall.h, - sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h - includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro - instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded - snippets. - * sysdeps/unix/sysv/linux/setegid.c: Likewise. - * sysdeps/unix/sysv/linux/setuid.c: Likewise. - * sysdeps/unix/sysv/linux/seteuid.c: Likewise. - * sysdeps/unix/sysv/linux/setgid.c: Likewise. - * sysdeps/unix/sysv/linux/setresuid.c: Likewise. - * sysdeps/unix/sysv/linux/setresgid.c: Likewise. - * sysdeps/unix/sysv/linux/setregid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. - * sysdeps/unix/sysv/linux/alpha/setreuid.c: Likewise. - Formatting. Change signed int into int. - * sysdeps/unix/sysv/linux/alpha/setresuid.c: Likewise. - * sysdeps/unix/sysv/linux/alpha/setresgid.c: Likewise. - * sysdeps/unix/sysv/linux/alpha/setregid.c: Likewise. - * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid): - Remove. - * sysdeps/unix/setxid.h: New file. - - * Rules (binaries-static): Add xtests-static. - * Makeconfig (run-program-prefix): Filter also xtests-static. - -2004-11-09 Paul Eggert since it is marked as an obsolescent - interface. Include , , and instead. - (TYPE_BITS, TYPE_FLOATING, TYPE_SIGNED): New macros. - (subtract): New static function, that works correctly without - double-rounding, even on hosts with 64-bit time_t. Also cater - to hosts with padding bits. - (__difftime): Use it. Use DBL_MANT_DIG and LDBL_MANT_DIG to - determine whether floating types are wide enough: the old - test (which used sizeof) could in theory report the wrong results - on hosts with padding bits in floating-point values. - -2004-11-11 Simon Josefsson - - [BZ #542] - * sysdeps/generic/strtok_r.c [HAVE_CONFIG_H]: Include config.h. - [!_LIBC]: Include strtok_r.h (in gnulib), map __strtok_r to - strtok_r and __rawmemchr to strch. - (__strtok_r): Use C89 prototype. - [weak_alias]: Move calls to libc_hidden_def and weak_alias into - this #ifdef. - -2004-11-10 Paul Eggert - - [BZ #541] - * time/mktime.c (SHR): New macro, which is a portable - substitute for >> that should work even on Crays. - (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it. - Problem reported by Mark D. Baushke in - . - -2004-11-09 Paolo Bonzini - - * posix/regexec.c (match_ctx_free_subtops): Remove, merge into... - (match_ctx_clean): ... this function. - (match_ctx_free): Call match_ctx_clean. - - * posix/regexec.c (transit_state): Remove the check for - out-of-bounds buffers. - (check_matching): Check here for out-of-bounds buffers. - (re_search_internal): Store into match_kind a set of bits - indicating which incantation of fastmap scanning must be - used. Use a switch statement instead of multiple ifs. - Exit the final "for (;;)" with goto free_return unless - the match succeeded, thus simplifying some conditionals. - - * posix/regex_internal.c (re_string_reconstruct, - re_string_context_at): Add several branch predictions for - case-sensitive matching and no transition table being used. - -2004-11-10 Ulrich Drepper - - * posix/tst-waitid.c: Don't use error to print error message, they - won't end up in the .out file. - -2004-11-09 Ulrich Drepper - - * nscd/nscd-client.h (libc_locked_map_ptr): Add new first - parameter, used as class for definition. - * nscd/nscd_getpw_r.c: Adjust for libc_locked_map_ptr change. - (pw_map_free): Ensure no crash after memory is freed. - * nscd/nscd_getgr_r.c: Likewise. Make map externally visible. - * nscd/nscd_gethst_r.c: Likewise. - * nscd/nscd_getai.c: Use map from nscd_gethost.c. - * nscd/nscd_initgroups.c: Use map from nscd_getgr.c. - - * nscd/nscd_getai.c: Add some checks to detect corrupt databases. - * nscd/nscd_getgr_r.c: Likewise - * nscd/nscd_gethst_r.c: Likewise. - * nscd/nscd_getpw_r.c: Likewise - -2004-11-09 Jakub Jelinek - - * posix/regcomp.c (calc_eclosure_iter): Don't access - dfa->edests[node].elems[0] if dfa->edests[node].nelem == 0. - * posix/rxspencer/tests: Add 5 new tests. - -2004-11-09 Ulrich Drepper - - * sysdeps/unix/sysv/linux/ifaddrs.c: Determine sin6_scope_id field - value correctly. Patch by Mitsuru Kanda . - -2004-11-04 Jakub Jelinek - - * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and - fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) - and if successful set fp->_offset. - * libio/Makefile (tests): Add bug-ungetc3. - * libio/bug-ungetc3.c: New test. - -2004-11-03 Marcus Brinkmann - - * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol. - * sysdeps/mach/hurd/_G_config.h: New file. - * libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with - [_G_HAVE_MREMAP]. - -2004-11-08 Ulrich Drepper - - * posix/regcomp.c (utf8_sb_map): Define. - (free_dfa_content): Don't free dfa->sb_char if it's a pointer to - utf8_sb_map. - (init_dfa): Use utf8_sb_map instead of initializing memory when the - encoding is UTF-8. - -2004-11-03 Paolo Bonzini - - * posix/regcomp.c (init_dfa): Get the codeset name outside glibc as - well. Check if it is spelled UTF8 as well as UTF-8, and check - case-insensitively. Set dfa->map_notascii manually when outside - glibc. - * posix/regex_internal.c (build_wcs_upper_buffer) [!_LIBC]: Enable - optimizations based on map_notascii. - * posix/regex_internal.h [HAVE_LANGINFO_H || HAVE_LANGINFO_CODESET - || _LIBC]: Include langinfo.h. - - * posix/regex_internal.h (struct re_backref_cache_entry): Add "more" - field. - * posix/regexec.c (check_dst_limits): Hoist computation of the source - and destination bkref_idx out of the loop. Pass it to - check_dst_limits_calc_pos. - (check_dst_limits_calc_pos_1): New function, containing the recursive - loop of check_dst_limits_calc_pos; uses the "more" field of - struct re_backref_cache to control the loop. - (check_dst_limits_calc_pos): Store into "boundaries" the position - relative to lim's start and end positions. Do not accept eclosures, - accept bkref_idx instead. Call check_dst_limits_calc_pos_1 to do the - work. - (sift_states_bkref): Use the "more" field of struct re_backref_cache - to control the loop. A big "if" was turned into a continue and the - function was reindented. - (get_subexp): Use the "more" field of struct re_backref_cache - to control the loop. - (match_ctx_add_entry): Initialize the bkref_ents' "more" field. - (search_cur_bkref_entry): Return -1 if out of bounds. - - * posix/regexec.c (empty_set): Remove. - (sift_states_backward): Remove cur_src variable. Move inner loop - to build_sifted_states. - (build_sifted_states): Extract from sift_states_backward. Do not - use empty_set. - (update_cur_sifted_state): Do not use empty_set. Special case - dest_nodes->nelem == 0. - - * posix/regex_internal.h (struct re_backref_cache_entry): Remove flag - field. - (struct re_sift_context_t): Remove cur_bkref, cls_subexp_idx, - check_subexp fields. Move limits last. - * posix/regexec.c (match_ctx_clear_flag): Remove. - (sift_ctx_init): Remove check_subexp parameter. Do not set removed - fields. Callers adjusted. - (expand_bkref_cache): Remove last_str parameter. Callers adjusted. - (re_search_internal): Remove fast_translate variable. - (update_cur_sifted_state): Pass candidates as the final parameter - to sift_states_bkref. - (sift_states_bkref): Change last unused parameter to be "candidates", - do not fetch candidates into a local variable. - Remove dead test for "node == sctx->bkref", and the cur_bkref_idx - variable. - Remove loops that set/reset the flag field of backref cache entries. - (check_arrival_add_next_nodes): Use a signed int to hold the return - value of re_node_set_insert. - (group_nodes_into_DFAstates): Likewise. - (match_ctx_add_entry): Do not set the flag field of the new entry. - -2004-11-05 Roland McGrath - - * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define - _dl_sysinfo_dso under [NEED_DL_SYSINFO_DSO] as well. - * elf/rtld.c (dl_main): Set up GLRO(dl_sysinfo_dso) under - [NEED_DL_SYSINFO_DSO] as well. - * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Always include - AT_SYSINFO and AT_SYSINFO_EHDR in name table. - (_dl_sysdep_start) [NEED_DL_SYSINFO_DSO]: Match AT_SYSINFO_EHDR. - * elf/dl-support.c (_dl_sysinfo_dso): Define also under - [NEED_DL_SYSINFO_DSO]. - (_dl_aux_init) [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO]: - Match AT_SYSINFO_EHDR and set GL(dl_sysinfo_dso). - -2004-11-05 Roland McGrath - - * manual/errno.texi (Error Codes): Revert last change for now. - * sysdeps/gnu/errlist.c: Regenerated. - -2004-11-04 Roland McGrath - - * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions. - (LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise. - (LDFLAGS-rdynamic, LDFLAGS-Bsymbolic): Likewise. - ($(common-objpfx)gnu/lib-names.stmp): Likewise. - -2004-11-01 Jakub Jelinek - - * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32] - (elf_fpxregset_t): New type. - (struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type - to unsigned short int. - * sysdeps/unix/sysv/linux/x86_64/sys/user.h - (struct user_fpregs_struct): Fix comment. - * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If - __FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double. - * sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h. - (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to - long double. - * sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h. - (fenv_t): Remove __mxcsr field for -m32. - -2004-11-04 Jakub Jelinek - - * libio/ftello.c (ftello): Don't subtract save_end - save_base - if pos is _IO_pos_BAD. - * libio/ftello64.c (ftello64): Likewise. - * libio/iofgetpos.c (_IO_new_fgetpos): Likewise. - * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise. - * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise. - * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise. - * libio/ioftell.c (_IO_ftell): Likewise. - Cast to long int instead of off_t when checking for overflow. - -2004-11-04 Richard Henderson - - * sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align. - (linefeed): Remove. - (register_dump): Rewrite to generate into a flat buffer instead - of into iovecs. - -2004-11-02 Jakub Jelinek - - * debug/tst-chk1.c (ret): New volatile variable. - (CHK_FAIL_END): Remove redundant ret setting. - (do_test): Remote ret variable. - -2004-01-03 Paolo Bonzini - - * posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree. - -2004-11-03 Marcus Brinkmann - - * sysdeps/generic/utime.c: Include . - - * sysdeps/generic/sysconf.c: Include and . - - * sysdeps/generic/tempname.c (__path_search): Add missing argument - TRY_TMPDIR. - -2004-10-31 Mariusz Mazur - - * sysdeps/unix/sysv/linux/alpha/setregid.c: New file. - * sysdeps/unix/sysv/linux/alpha/setresgid.c: New file. - * sysdeps/unix/sysv/linux/alpha/setresuid.c: New file. - * sysdeps/unix/sysv/linux/alpha/setreuid.c: New file. - -2004-10-27 Derek R. Price - - [BZ #487] This change is imported from gnulib. - * time/mktime.c (not_equal_tm) [DEBUG]: Remove redundant check. - -2004-10-24 Paul Eggert - - [BZ #473] - * time/tst-mktime.c (main): Don't assume that mktime fails - when given time stamps before 1970. It returns negative - time_t values instead, for compatibility with BSD. - - * time/tst-mktime2.c: New file. - * time/Makefile (tests): Add it. - - [BZ #473] Import from gnulib. Revamp to avoid several problems near - time_t extrema, and on hosts with 64-bit time_t and 32-bit int. - This fixes Debian bug 177940. - * time/mktime.c (TIME_T_MIDPOINT): New macro. - (ydhms_diff): Renamed from ydhms_tm_diff, with a new signature, - which avoids overflow problems on hosts with 64-bit time_t and - 32-bit int. All callers changed. Now an inline function. - Verify at compile-time that long int is wide enough to avoid - these overflow problems. - (guess_time_tm): New function. - (__mktime_internal): Use it. Avoid overflow when computing yday on - hosts with 64-bit long and 32-bit int. Remove tests for 69; - no longer needed. Use if rather than #ifdef for LEAP_SECONDS_POSSIBLE - so that the code is checked by more compilers. - Do not rely on floating point to probe: stick to integer arithmetic, - to avoid potential porting problems. - Repair potential overflow correctly in the Southern Hemisphere. - (localtime_offset): Add a FIXME for the case where time_t is unsigned. - -2004-10-30 Andreas Schwab - - * sysdeps/m68k/dl-machine.h (elf_machine_rela) - (elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto - instead of static. - -2004-10-30 Andreas Schwab - - * sysdeps/unix/sysv/linux/waitid.c: Include for NULL. - -2004-10-30 Ulrich Drepper - - * malloc/malloc.c (_int_free): Use unique comments for the error - cases. - -2004-10-28 Roland McGrath - - * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_fork): Use i386_thread_state - instead of machine_thread_state. - -2004-10-28 Roland McGrath - - * sysdeps/unix/sysv/linux/syscalls.list: Remove setaltroot. - -2004-10-28 Ulrich Drepper - - * elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script. - -2004-10-27 Ulrich Drepper - - * elf/dl-load.c (_dl_map_object): Use cache_rpath to check for - existing rpath in main executable, not explicit test. - -2004-10-27 Jakub Jelinek - - * include/resolv.h (_res_opcodes): New extern. - Add libresolv_hidden_proto. - * resolv/res_debug.c (_res_opcodes): Remove. - (__p_class_syms, __p_type_syms): Add libresolv_hidden_proto - and libresolv_hidden_data_def. Remove attribute_hidden. - * resolv/res_mkquery (_res_opcodes): Remove. - * resolv/res_data.c (_res_opcodes): Remove attribute_hidden. - Add libresolv_hidden_data_def. - -2004-10-27 Ulrich Drepper - - * elf/dl-open.c (_dl_open): Don't allow explicitly opening a DSO - into an empty namespace. - - * elf/dl-fini.c (_dl_fini): Fix search for map in maps array. - Reverse order of namespaces. - * elf/Makefile: Add rules to build and run tst-dlmopen3. - * elf/tst-dlmopen3.c: New file. - * elf/tst-dlmopen1mod.c: Add check whether constructor runs. - -2004-10-27 Jakub Jelinek - - * sysdeps/generic/glob.c (globfree): Clear gl_pathv after freeing it. - * posix/Makefile: Add rules to build and run bug-glob2 test. - * posix/bug-glob2.c: New test. - -2004-10-27 Roland McGrath - - * sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro. - (_hurd_tls_init): Use it. - (_hurd_tls_fork): New function. - * sysdeps/mach/hurd/fork.c (__fork) [USE_TLS]: Call it. - -2004-10-26 Roland McGrath - - * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb. - -2004-10-26 Jakub Jelinek - - * sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t - type instead of uint16_t. Formatting. - -2004-10-25 Roland McGrath - - * login/openpty.c (openpty): Add libutil_hidden_def. - - * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to - either libc_hidden_def or libnss_files_hidden_def, not hidden_def. - This file is also compiled into libnss_hesiod by #include. - -2004-10-25 Roland McGrath - - * sysdeps/unix/bsd/hp: Directory and all files removed. - These are now in the ports repository. - * sysdeps/unix/bsd/osf: Likewise. - * sysdeps/unix/bsd/sequent: Likewise. - * sysdeps/unix/bsd/sony: Likewise. - * sysdeps/unix/bsd/ultrix4: Likewise. - * sysdeps/unix/sysv/aix: Likewise. - * sysdeps/unix/sysv/hpux: Likewise. - * sysdeps/unix/sysv/irix4: Likewise. - * sysdeps/unix/sysv/isc2.2: Likewise. - * sysdeps/unix/sysv/minix: Likewise. - * sysdeps/unix/sysv/sco3.2.4: Likewise. - * sysdeps/unix/sysv/sco3.2: Likewise. - * sysdeps/unix/sysv/sysv4: Likewise. - - * configure.in (ASM_LINE_SEP): Move this setting to ... - * sysdeps/hppa/configure.in: ... here, new file. - * sysdeps/hppa/configure: New generated file. - * configure: Regenerated. - -2004-10-25 Kaz Kojima - - * sysdeps/sh/dl-machine.h: Include sysdep.h. - (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add CFI directives. - (elf_machine_runtime_setup): Add always_inline attribute. - (_dl_start_user): Pass the correct environ. - (elf_machine_rela): Replace static inline by auto inline, add - always_inline attribute. - (elf_machine_rela_relative): Likewise. - (elf_machine_lazy_rel): Likewise. - -2004-10-24 Ulrich Drepper - - * nis/nis_call.c: Pretty printing. Minor cleanups. - * nis/nis_addmember.c (nis_addmember): Add assert to check buffer - bounds. - - * resolv/nss_dns/dns-host.c: Avoid using PLTs. - * include/libc-symbols.h: Define hidden attribute macros for - libnss_nisplus and libutil. - * include/utmp.h: Add libutil_hidden_proto for login_tty. - * login/login_tty.c: Add libutil_hidden_def. - * nis/nisplus-parser.h: Add libnss_nisplus_hidden_proto for parsers. - * nis/nss_nisplus/nisplus-parser.c: Add libnss_nisplus_hidden_def. - * include/pty.h: New file. - * include/rpcsvc/yp.h: New file. - * include/rpcsvc/ypclnt.h: New file. - * include/rpcsvc/ypupd.h: New file. - * include/libc-symbols.h: Define hidden attribute macros for libnsl. - * include/rpcsvc/nislib.h: Use libnsl_hidden_proto for various - functions. - * nis/nis_add.c: Add libnsl_hidden_def. Minor optimizations. - * nis/nis_call.c: Likewise. - * nis/nis_clone_obj.c: Likewise. - * nis/nis_defaults.c: Likewise. - * nis/nis_domain_of_r.c: Likewise. - * nis/nis_error.c: Likewise. - * nis/nis_file.c: Likewise. - * nis/nis_free.c: Likewise. - * nis/nis_local_names.c: Likewise. - * nis/nis_lookup.c: Likewise. - * nis/nis_modify.c: Likewise. - * nis/nis_print.c: Likewise. - * nis/nis_remove.c: Likewise. - * nis/nis_subr.c: Likewise. - * nis/nis_table.c: Likewise. - * nis/nis_util.c: Likewise. - * nis/yp_xdr.c: Likewise. - * nis/ypclnt.c: Likewise. - * nis/ypupdate_xdr.c: Likewise. - - * resolv/res_send.c (send_dg): Cope with failures. - - * include/libc-symbols.h: Define hidden attribute macros for - libnss_files. - * include/netdb.h: Use libnss_files_hidden_proto for the parsers - defined in libnss_files, not libc_hidden_proto. - * include/netinet/ether.h: Likewise. - * include/rpc/netdb.h: Likewise. - * nss/nss_files/files-parse.c: Use hidden_def in parser definitions - instead of libc_hidden_def. - * nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to - _nss_netgroup_parseline definition. - -2004-10-23 Roland McGrath - - * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early - after an RPC succeeds. - - * sysdeps/vax, sysdeps/unix/bsd/vax: Directories and all files removed. - These are now in the ports repository. - * sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise. - * sysdeps/cris, sysdeps/unix/sysv/linux/cris: Likewise. - * sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k: Likewise. - * sysdeps/standalone, sysdeps/z8000: Likewise. - -2004-10-23 Ulrich Drepper - - * resolv/res_send.c (send_dg): Combine write and read to socket - into one loop. - -2004-10-22 Roland McGrath - - * Makefile (%.bz2, %.gz): Move these pattern rules ... - * Makerules: ... to here. - -2001-10-31 Alexandre Oliva - - * elf/elf.h: Add R_MN10300_* relocation numbers. - -2004-10-22 Paul Eggert - - [BZ #471] Fix imported from gnulib. - * time/mktime.c (leapyear, ydms_tm_diff): Year is of type - long int, not int, to avoid problems when tm_year == INT_MAX - and tm_mon > 12. - (__mktime_intenral): Compute year using long int arithmetic, - not int arithmetic, to avoid problems on hosts where time_t - and long are 64 bits but int is 32. - - [BZ #468] Import a fix from gnulib. - * time/mktime.c [! DEBUG]: Do not include . - It's needed only if DEBUG is nonzero. - - [BZ #470] Import fix from gnulib. - * time/mktime.c [!_LIBC] (__mktime_internal): Define to - mktime_internal, to avoid clashes with any __mktime_internal - function defined in the standard library. - - [BZ #469] Imported from gnulib. - * time/mktime.c (__isleap): Remove; all uses replaced by: - (leapyear): New function, which avoids overflow by not adding - 1900 to year before testing whether it is a leap year. - - [BZ #472] Imported from gnulib. - * time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX; - no longer used. - -2004-10-22 Ulrich Drepper - - * resolv/res_send.c: Remove compatibility code which is unused in - glibc and probably bitrotten. - - * debug/execinfo.h: Remove __THROW from backtrace prototype. - -2004-10-22 Jakub Jelinek + * timezone/private.h: Update from tzcode2006o. + * timezone/tzfile.h: Likewise. + * timezone/zdump.c: Likewise. + * timezone/zic.c: Likewise. - * sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions. - * sysdeps/i386/backtrace.c: Include , , - and . Remove include. - (struct trace_arg): New type. - (unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New - fn pointers resp. macros. - (init, backtrace_helper): New functions. - (__backtrace): Rewritten to use _Unwind_Backtrace first and fall - back to frame pointer walking. +2006-07-02 Jakub Jelinek -2004-10-22 Ulrich Drepper + * nscd/connections.c (sighup_pending): New variable. + (nscd_run): If sighup_pending, prune all 3 caches. + (sighup_handler): Don't prune caches here, rather just set + sighup_pending flag. - * sysdeps/unix/sysv/linux/Versions: Things are still in flux, it - seems. Undo last additions. +2007-07-03 Jakub Jelinek -2004-10-21 Ulrich Drepper + [BZ #4702] + * nis/nss-default.c: Include errno.h. + (init): Preserve errno. - * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno - values. +2007-07-01 Jakub Jelinek -2004-10-20 Roland McGrath + * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check. + * elf/dl-minimal.c (__libc_memalign): Likewise. Handle malloc (0). + Return NULL if mmap failed instead of asserting it does not. + (calloc): Check for integer overflow. - * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also - $(config-sysdirs) for shlib-versions files. + * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger + than LONG_MAX / 10. - * Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with - use of ... - * scripts/soversions.awk: ... this new file. Collect lib info and - match any DEFAULT line before emitting anything, so DEFAULT can come - later in the concatenation of shlib-versions files. - - * manual/errno.texi (Error Codes): Add ENOKEY, EKEYEXPIRED, - EKEYREVOKED, EKEYREJECTED. - * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.3.4): New errlist. - * sysdeps/gnu/errlist.c: Regenerated - - * sysdeps/gnu/errlist-compat.awk: Don't bail if Versions gives a count - higher than ERR_MAX reports. Instead, emit a #define ERR_MAX. - * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.h): New target. - (generated): Add errlist-compat.h. - * sysdeps/gnu/errlist.awk: Make output #include to - define ERR_MAX and use that for table size. - -2004-10-20 Ulrich Drepper - - * sysdeps/unix/sysv/linux/syscalls.list: Add entries for setaltroot, - key_add, key_request, and keyctl syscalls. - * sysdeps/unix/sysv/linux/Versions: Export them. - -2004-10-19 Roland McGrath - - * sysdeps/mach/readonly-area.c: New file. - -2004-10-19 Ulrich Drepper - - * elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state. - * elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def. - * sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as - hidden but use rtld_hidden_proto. - -2004-10-19 Alfred M. Szmidt - - * sysdeps/generic/readonly-area.c (__readonly_str): Renamed to ... - (__readonly_area): ... this. - -2004-10-18 Jakub Jelinek - - * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking - destlen only every 4 bytes. - -2004-10-19 Ulrich Drepper - - * nss/getent.c (hosts_keys): Let inet_pton decide whether the - string is an address or not. - -2004-10-19 Jakub Jelinek - - * elf/dl-addr.c (_dl_addr): Don't look at STT_TLS symbols. - Use DL_SYMBOL_ADDRESS to set dli_saddr. - - * debug/Makefile (catchsegv): Prefix $LIB with a backslash. - -2004-10-19 Ulrich Drepper - - * debug/Makefile ($(objpfx)catchsegv): To support multilib - platforms, use $LIB in path to slibdir. - -2004-10-19 Jakub Jelinek - - * debug/catchsegv.sh: Update copyright year. - Use mktemp to create segv_output file. - -2004-10-18 Jakub Jelinek - - * elf/dl-libc.c (__libc_dlsym_private, __libc_register_dl_open_hook): - New functions. - (__libc_dlopen_mode): Call __libc_register_dl_open_hook and - __libc_register_dlfcn_hook. - * dlfcn/Makefile (routines, elide-routines.os): Set. - Add rules to build and test tststatic2. - * dlfcn/tststatic2.c: New test. - * dlfcn/modstatic2.c: New test module. - * dlfcn/dladdr.c: Call _dlfcn_hook from libdl.so if not NULL. - Define __ prefixed routine in libc.a and in libdl.a just call it. - * dlfcn/dladdr1.c: Likewise. - * dlfcn/dlclose.c: Likewise. - * dlfcn/dlerror.c: Likewise. - * dlfcn/dlinfo.c: Likewise. - * dlfcn/dlmopen.c: Likewise. - * dlfcn/dlopen.c: Likewise. - * dlfcn/dlopenold.c: Likewise. - * dlfcn/dlsym.c: Likewise. - * dlfcn/dlvsym.c: Likewise. - * dlfcn/sdladdr.c: New file. - * dlfcn/sdladdr1.c: New file. - * dlfcn/sdlclose.c: New file. - * dlfcn/sdlerror.c: New file. - * dlfcn/sdlinfo.c: New file. - * dlfcn/sdlopen.c: New file. - * dlfcn/sdlsym.c: New file. - * dlfcn/sdlvsym.c: New file. - * dlfcn/Versions (libdl): Export _dlfcn_hook@GLIBC_PRIVATE. - * include/dlfcn.h (DL_CALLER_DECL, DL_CALLER RETURN_ADDRESS): Define. - (struct dlfcn_hook): New type. - (_dlfcn_hook): New extern decl. - (__dlopen, __dlclose, __dlsym, __dlerror, __dladdr, __dladdr1, - __dlinfo, __dlmopen, __libc_dlsym_private, - __libc_register_dl_open_hook, __libc_register_dlfcn_hook): New - prototypes. - (__dlvsym): Use DL_CALLER_DECL. - * include/libc-symbols.h: Define libdl_hidden_proto and friends. - - * malloc/arena.c (_dl_open_hook): Extern decl. - (ptmalloc_init): Don't call _dl_addr when dlopened from statically - linked programs but don't use brk for them either. - -2004-10-18 Roland McGrath - - * dlfcn/bug-dlsym1.c (main): Remove bogus setenv call. - -2004-10-18 Ulrich Drepper - - * elf/dl-open.c (dl_open_worker): Avoid dereferencing map in - statically linked code if there might none be found. - -2004-10-06 Maciej W. Rozycki - - * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h - (__SYSCALL_CLOBBERS): Add "memory". - * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h - (__SYSCALL_CLOBBERS): Likewise. - * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h - (__SYSCALL_CLOBBERS): Likewise. - -2004-10-17 Ulrich Drepper - - * include/libc-symbols.h: Define libresolv_hidden_proto and friends. - * include/resolv.h: Add libresolv_hidden_proto for symbols defined, - used, and exported in libresolv. - * resolv/base64.c: Add libresolv_hidden_def. - * resolv/gethnamaddr.c: Likewise. - * resolv/ns_name.c: Likewise. - * resolv/ns_netint.c: Likewise. - * resolv/res_comp.c: Likewise. - * resolv/res_data.c: Likewise. - * resolv/res_debug.c: Likewise. - * resolv/res_mkquery.c: Likewise. - * resolv/res_query.c: Likewise. - * resolv/res_send.c: Likewise. - -2004-10-15 Jakub Jelinek - - * elf/dl-minimal.c (__chk_fail): New. Add rtld_hidden_def. - * sysdeps/unix/sysv/linux/readonly-area.c: New file. - * sysdeps/i386/i686/memmove.S (__memmove_chk): Add checking - routine. - * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Likewise. - * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise. - * sysdeps/i386/i686/memset.S (__memset_chk): Likewise. - * sysdeps/i386/i686/memmove-chk.S: New file. - * sysdeps/i386/i686/memcpy-chk.S: Likewise. - * sysdeps/i386/i686/mempcpy-chk.S: Likewise. - * sysdeps/i386/i686/memset-chk.S: Likewise. - * sysdeps/generic/strcat-chk.c (__strcat_chk): Don't __chk_fail - if exactly fitting into buffer. - * sysdeps/generic/strncat-chk.c (__strncat_chk): Likewise. - * sysdeps/generic/readonly-area.c: New file. - * sysdeps/generic/strncpy-chk.c (__strncpy_chk): Only test - destlen once. - * sysdeps/x86_64/memset.S (__memset_chk): Add checking routine. - * sysdeps/x86_64/memcpy.S (__memcpy_chk): Likewise. - * sysdeps/x86_64/mempcpy.S (__memcpy_chk): Define to __mempcpy_chk. - * sysdeps/x86_64/memcpy-chk.S: New file. - * sysdeps/x86_64/mempcpy-chk.S: Likewise. - * sysdeps/x86_64/memset-chk.S: Likewise. - * sysdeps/x86_64/strcpy-chk.S: Likewise. - * sysdeps/x86_64/stpcpy-chk.S: Likewise. - * argp/argp-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. - * argp/argp-fs-xinl.c (__OPTIMIZE__): Likewise. - * debug/tst-chk1.c: New test. - * debug/tst-chk2.c: Likewise. - * debug/tst-chk3.c: Likewise. - * debug/test-strcpy_chk.c: Likewise. - * debug/test-stpcpy_chk.c: Likewise. - * debug/vsprintf_chk.c (__vsprintf_chk): If flags > 0, request - _IO_FLAGS2_CHECK_PERCENT_N. Add libc_hidden_def. - * debug/Makefile (routines): Add printf_chk, fprintf_chk, vprintf_chk, - vfprintf_chk, gets_chk and readonly-area. - (CFLAGS-*_chk.c): Set. - (tests): Add tst-chk1, tst-chk2, tst-chk3, test-strcpy_chk and - test-stpcpy_chk. - * debug/vprintf_chk.c: New file. - * debug/printf_chk.c: Likewise. - * debug/vfprintf_chk.c: Likewise. - * debug/fprintf_chk.c: Likewise. - * debug/gets_chk.c: Likewise. - * debug/chk_fail.c (__chk_fail): Add libc_hidden_def. - * debug/snprintf_chk.c (__snprintf_chk): Fix order of arguments - passed to __vsnprintf_chk. - * debug/Versions (libc): Export __printf_chk, __fprintf_chk, - __vprintf_chk, __vfprintf_chk and __gets_chk @GLIBC_2.3.4. - * debug/vsnprintf_chk.c (__vsnprintf_chk): Don't call - __vsnprintf, instead create a temporary file with - _IO_strn_jumps jumptable. If flags > 0, request - _IO_FLAGS2_CHECK_PERCENT_N. Add libc_hidden_def. - * libio/Makefile (headers): Add bits/stdio2.h. - * libio/stdio.h: Include if __USE_FORTIFY_LEVEL. - (sprintf, snprintf, vsprintf, vsnprintf): Remove defines. - * libio/strfile.h (_IO_strnfile): New type. - (_IO_strn_jumps): New extern. - * libio/vsnprintf.c (_IO_strnfile): Remove. - (_IO_strn_jumps): Remove static. - * libio/bits/stdio2.h: New file. - * libio/vswprintf.c (_IO_strnfile): Rename type to... - (_IO_wstrnfile): ...this. Adjust all uses. - * libio/libio.h (_IO_FLAGS2_CHECK_PERCENT_N): Define. - * stdio-common/vfprintf.c (STR_LEN): Define. - (vfprintf): Add readonly_format variable. - Handle _IO_FLAGS2_CHECK_PERCENT_N. - (buffered_vfprintf): Copy _flags2. - * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk, - __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk, - __vfprintf_chk): New prototypes. - (__vsprintf_chk, __vsnprintf_chk): Add libc_hidden_proto. - * include/string.h (__memcpy_chk, __memmove_chk, __mempcpy_chk, - __memset_chk, __strcpy_chk, __stpcpy_chk, __strncpy_chk, __strcat_chk, - __strncat_chk): New prototypes. - * include/bits/string3.h: New file. - * include/sys/cdefs.h (__chk_fail): Add libc_hidden_proto - and rtld_hidden_proto. - * string/Makefile (headers): Add bits/string3.h. - * string/bits/string3.h (bcopy, bzero): New defines. - (memset, memcpy, memmove, strcpy, strncpy, strcat, strncat): Change - macros so that inlines are used only if unknown destination size - or side-effects in destination argument. - (mempcpy, stpcpy): Likewise. Protect with #ifdef __USE_GNU. - -2004-09-16 Ulrich Drepper - - * debug/Makefile (routines): Add *_chk. - * debug/Versions (libc): Export __chk_fail, __memcpy_chk, - __memmove_chk, __mempcpy_chk, __memset_chk, __stpcpy_chk, - __strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk, - __sprintf_chk, __vsprintf_chk, __snprintf_chk, __vsnprintf_chk - @GLIBC_2.3.4. - * debug/chk_fail.c: New file. - * debug/snprintf_chk.c: Likewise. - * debug/sprintf_chk.c: Likewise. - * debug/vsnprintf_chk.c: Likewise. - * debug/vsprintf_chk.c: Likewise. - * include/features.h (_FORTIFY_SOURCE): Document, handle. - (__USE_FORTIFY_LEVEL): Define. - (__GNUC_PREREQ): Move to earlier location. - * include/sys/cdefs.h (__chk_fail): New prototype. - * libio/bits/stdio.h (sprintf, vsprintf, snprintf, vsnprintf): - Define if __USE_FORTIFY_LEVEL. - * misc/sys/cdefs.h (__bos, __bos0): Define. - * string/string.h: Include if __USE_FORTIFY_LEVEL. - * bits/string/string3.h: New header. - * sysdeps/generic/memcpy_chk.c: New file. - * sysdeps/generic/memmove_chk.c: Likewise. - * sysdeps/generic/mempcpy_chk.c: Likewise. - * sysdeps/generic/memset_chk.c: Likewise. - * sysdeps/generic/stpcpy_chk.c: Likewise. - * sysdeps/generic/strcat_chk.c: Likewise. - * sysdeps/generic/strcpy_chk.c: Likewise. - * sysdeps/generic/strncat_chk.c: Likewise. - * sysdeps/generic/strncpy_chk.c: Likewise. - -2004-10-17 Roland McGrath - - * manual/memory.texi (Page Lock Functions): Typo fix. - Reported by Carlos Maziero - -2004-10-16 Alfred M. Szmidt - - * sysdeps/mach/hurd/Makefile (link-libc-static): Use - `$(static-gnulib') instead of `$(gnulib)'. - -2004-10-17 Ulrich Drepper - - * sunrpc/rpc_clntout.c: Avoid including rcsid into binary. - * sunrpc/rpc_cout.c: Likewise. - * sunrpc/rpc_hout.c: Likewise. - * sunrpc/rpc_main.c: Likewise. - * sunrpc/rpc_parse.c: Likewise. - * sunrpc/rpc_sample.c: Likewise. - * sunrpc/rpc_scan.c: Likewise. - * sunrpc/rpc_svcout.c: Likewise. - * sunrpc/rpc_tblout.c: Likewise. - * sunrpc/rpc_util.c: Likewise. - -2004-10-15 Jakub Jelinek - - * sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6, - POPARGS_6, _PUSHARGS_6, _DOARGS_6, _POPARGS_6): Define. - * sysdeps/unix/sysv/linux/i386/syscall.S (syscall): Handle 6 argument - syscalls. - -2004-10-15 Ulrich Drepper - - * nscd/nscd.h (_PATH_NSCD_PASSWD_DB): Move to /var/db. - (_PATH_NSCD_GROUP_DB): Likewise. - (_PATH_NSCD_HOSTS_DB): Likewise. - (_PATH_NSCD_XYZ_DB_TMP): New #define, point to /var/run. - * nscd/connections.c (nscd_init): Non-persistent database files - are created with the _PATH_NSCD_XYZ_DB_TMP path. - * nscd/nscd.init: Create /var/db/nscd if necessary. - -2004-10-15 Richard Henderson - - * sysdeps/unix/sysv/linux/alpha/register-dump.h: New file. - * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (SIGCONTEXT): Add - _code argument, pass sigcontext by pointer. - (SIGCONTEXT_EXTRA_ARGS): Likewise. - (GET_PC, GET_FRAME, GET_STACK): Expect ctx as pointer. - -2004-10-14 Richard Henderson - - * sysdeps/alpha/dl-machine.h (elf_machine_rela, - elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto - instead of static. - - * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype - style definition. - * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If - __ASSUME_TIMEVAL64, define __adjtime directly rather than - via strong_alias. - -2004-10-14 Ulrich Drepper - - * nscd/Makefile: When using compilers without -fpie support, also - link with -lselinux if necessary. - Patch by Arkadiusz Miskiewicz . - - * nscd/connections.c (nscd_init): Remove file if not persistent - and not shared. Patch by Jerome Borsboom . - -2004-10-14 Jakub Jelinek - - * sysdeps/unix/sysv/linux/i386/setresuid.c: Handle - defined __NR_setresuid32 && !defined __NR_setresuid. - * sysdeps/unix/sysv/linux/i386/setresgid.c: Handle - defined __NR_setresgid32 && !defined __NR_setresgid. - - * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit, - __signbitl, sqrtf, sqrt, sqrtl, fdim, fdimf): Use __NTH macro. - - * sysdeps/generic/errno-loc.c: Don't undef #errno - if RTLD_PRIVATE_ERRNO. - * include/errno.h (__errno_location): If RTLD_PRIVATE_ERRNO, - add attribute_hidden. - - * dlfcn/dlinfo.c (dlinfo_doit): Replace iteration over GL(dl_loaded) - chain with iteration over all namespaces' _ns_loaded chains. - * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_preferred_address): - Likewise. - * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise. +2007-06-19 Ulrich Drepper - * elf/rtld.c (_dl_start): Fix one last dl_loaded. - * elf/dl-load.c (_dl_map_object_from_fd): Avoid definition of - label when it is not needed. - * elf/dl-close.c (_dl_close): Typo: & -> &&. + * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements + to fill in holes + (rtld_global_ro): Likewise. -2004-10-12 Jakub Jelinek +2007-06-18 Jakub Jelinek - * sysdeps/generic/segfault.c: Include alloca.h and stdint.h. - Don't include frame.h. - (CURRENT_STACK_FRAME, INNER_THAN, ADVANCE_STACK_FRAME): Remove. - (catch_segfault): Use backtrace function. - - * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Fix comment. - * sysdeps/unix/sysv/linux/ia64/register-dump.h: New file. - * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h (GET_PC): Return sc_ip - field. + * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous. + Move PT_LOAD checking to... + (_dl_addr_inside_object): ... here, new function. + * elf/dl-sym.c (do_sym): If not l_contiguous, + call _dl_addr_inside_object. + * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise. + * dlfcn/dlinfo.c (dlinfo_doit): Likewise. + * elf/dl-open.c (dl_open_worker): Likewise. + (_dl_addr_inside_object): New function if IS_IN_rtld. + * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no + holes are present or are PROT_NONE protected. + * include/link.h (struct link_map): Add l_contiguous field. + * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype. + +2007-06-18 Jakub Jelinek + + * elf/rtld.c (dl_main): Don't call init_tls more than once. + +2007-06-19 Ulrich Drepper + + * elf/dl-close.c (free_mem): Free _dl_scope_free_list. + +2007-06-13 Jakub Jelinek + + * include/link.h: Don't include rtld-lowlevel.h. + (struct link_map): Remove l_scope_lock. + * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h. + (_dl_scope_free_list): New field (variable) in _rtld_global. + (DL_LOOKUP_SCOPE_LOCK): Remove. + (_dl_scope_free): New prototype. + * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock. + Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x. + (_dl_profile_fixup): Likewise. + * elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x + whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and + THREAD_GSCOPE_RESET_FLAG around it. + * elf/dl-close.c (_dl_close_worker): Don't use + __rtld_mrlock_{change,done}. Call _dl_scope_free on the old + scope. Make sure THREAD_GSCOPE_WAIT () happens if any old + scopes were queued or if l_scope_mem has been abandoned. + * elf/dl-open.c (_dl_scope_free): New function. + (dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}. + * elf/dl-support.c (_dl_scope_free_list): New variable. + * elf/dl-lookup.c (add_dependency): Remove flags argument. + Remove DL_LOOKUP_SCOPE_LOCK handling. + (_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK + handling. + * elf/dl-object.c (_dl_new_object): Don't use + __rtld_mrlock_initialize. + +2007-06-09 Ulrich Drepper + + * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and + make sure gcc doesn't mess around with this. + +2007-06-08 Ulrich Drepper + + * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist. + +2007-06-08 Jakub Jelinek + + * elf/dl-close.c (_dl_close_worker): Remove all to be removed + libraries from the global scope at once and call THREAD_GSCOPE_WAIT + at most once per _dl_close_worker. + +2007-05-18 Ulrich Drepper + + * elf/dl-close.c (_dl_close_worker): When removing object from + global scope, wait for all lookups to finish afterwards. + * elf/dl-open.c (add_to_global): When global scope array must + grow, allocate a new one and free old array only after all + lookups finish. + * elf/dl-runtime.c (_dl_fixup): Protect using global scope. + (_dl_lookup_symbol_x): Likewise. + * elf/dl-support.c: Define _dl_wait_lookup_done. + * sysdeps/generic/ldsodefs.h (struct rtld_global): Add + _dl_wait_lookup_done. + +2007-05-11 Ulrich Drepper + + * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by + adding new variables. + + * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc + optimize. Completely extend global scope array before making the + new entries visible. + +2007-01-15 Ulrich Drepper + + * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. + * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock + it before getting dl_load_lock and then relock. + (_dl_lookup_symbol_x): Pass flags to add_dependency. + When rerunning _dl_lookup_symbol_x, compute symbol_scope again in + case we unlocked the scope. + * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to + _dl_lookup_symbol_x in case we locked the scope. + (_dl_profile_fixup): Likewise. + * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also + set DL_LOOKUP_SCOPE_LOCK. + +2006-10-29 Jakub Jelinek + + * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P. + * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise. + * elf/dl-close.c (_dl_close_worker): Likewise. + * elf/dl-open.c (_dl_open_worker): Likewise. + * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define. + +2006-10-27 Jakub Jelinek + + * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope + argument. + (_dl_lookup_symbol_x): Adjust caller. + + * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove + _ns_global_scope. + * elf/rtld.c (dl_main): Don't initialize _ns_global_scope. + + * elf/dl-libc.c: Revert l_scope name changes. + * elf/dl-load.c: Likewise. + * elf/dl-object.c: Likewise. + * elf/rtld.c: Likewise. + * elf/dl-close.c (_dl_close): Likewise. + * elf/dl-open.c (dl_open_worker): Likewise. If not SINGLE_THREAD_P, + always use __rtld_mrlock_{change,done}. Always free old scope list + here if not l_scope_mem. + * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name + change. Never free scope list here. Just __rtld_mrlock_lock before + the lookup and __rtld_mrlock_unlock it after the lookup. + * elf/dl-sym.c: Likewise. + * include/link.h (struct r_scoperec): Remove. + (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem + with l_scope_mem and l_scoperec_lock with l_scope_lock. + +2006-10-18 Ulrich Drepper + + * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to + _dl_lookup_symbol_x code. + +2006-10-17 Jakub Jelinek + + * elf/dl-runtime.c: Include sysdep-cancel.h. + (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and + scoperec->nusers only if !SINGLE_THREAD_P. + * elf/dl-sym.c: Include sysdep-cancel.h. + (do_sym): Use __rtld_mrlock_* and scoperec->nusers only + if !SINGLE_THREAD_P. + * elf/dl-close.c: Include sysdep-cancel.h. + (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only + if !SINGLE_THREAD_P. + * elf/dl-open.c: Include sysdep-cancel.h. + (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only + if !SINGLE_THREAD_P. + +2006-10-09 Ulrich Drepper + Jakub Jelinek -2004-10-13 Ulrich Drepper - - Add support for namespaces in the dynamic linker. - * dlfcn/Makefile (libdl-routines): Add dlmopen. - * dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen. - * dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM. - Declare dlmopen. Document RTLD_DI_LMID. - * dlfcn/dlinfo.c: Handle RTLD_DI_LMID. - * dlfcn/dlmopen.c: New file. - * dlfcn/dlopen.c: Pass new parameter to _dl_open. - * dlfcn/dlopenold.c: Likewise. - * elf/dl-addr.c: Adjust for removal of GL(dl_loaded). - * elf/dl-caller.c: Likewise. - * elf/dl-close.c: Likewise. - * elf/dl-conflict.c: Likewise. - * elf/dl-debug.c: Likewise. - * elf/dl-lookup.c: Likewise. + Implement reference counting of scope records. + * elf/dl-close.c (_dl_close): Remove all scopes from removed objects + from the list in objects which remain. Always allocate new scope + record. + * elf/dl-open.c (dl_open_worker): When growing array for scopes, + don't resize, allocate a new one. + * elf/dl-runtime.c: Update reference counters before using a scope + array. * elf/dl-sym.c: Likewise. - * elf/dl-version.c: Likewise. - * elf/do-lookup.h: Likewise. + * elf/dl-libc.c: Adjust for l_scope name change. + * elf/dl-load.c: Likewise. + * elf/dl-object.c: Likewise. * elf/rtld.c: Likewise. - * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise. - * elf/dl-depsc: Likewise. Add new parameter to _dl_map_object. - * elf/dl-fini.c: Call destructors in all namespaces. - * elf/dl-iteratephdr.c: Compute total nloaded. Adjust for removal of - GL(dl_loaded). - * elf/dl-libc.c: Pass new parameter to _dl_open. Adjust for removal - of GL(dl_loaded). - * elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second - time. Reuse the one from the main namespace in all others. - Pass new parameter to _dl_new_object. - Adjust for removal of GL(dl_loaded). - * elf/dl-object.c: Take new parameter. Use it to initialize l_ns. - Adjust for removal of GL(dl_loaded). - * elf/dl-open.c (_dl_open): Take new parameter. - Adjust for removal of GL(dl_loaded). - * elf/dl-support.c: Replace global _dl_loaded etc variables with - _dl_ns variable. - * include/dlfcn.h: Adjust prototype of _dl_open. - Define __LM_ID_CALLER. - * include/link.h: Add l_real, l_ns, and l_direct_opencount elements. - * sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS. Since libc is - using TLS we need memory appropriate to the number of namespaces. - * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded, - _dl_nloaded, _dl_global_scope, _dl_main_searchlist, and - _dl_global_scope_alloc with _dl_ns element. Define DL_NNS. - Adjust prototypes of _dl_map_object and member in rtld_global_ro. - * malloc/malloc.c: Include . - * malloc/arena.c (ptmalloc_init): If libc is not in primary namespace, - never use brk. - * elf/Makefile: Add rules to build and run tst-dlmopen1 and - tst-dlmopen2. - * elf/tst-dlmopen1.c: New file. - * elf/tst-dlmopen1mod.c: New file. - * elf/tst-dlmopen2.c: New file. - - * elf/dl-close.c: Improve reference counting by tracking direct loads. - * elf/dl-lookup.c (add_dependency): Likewise. - * elf/dl-open.c (dl_open_worker): Likewise. - * elf/rtld.c (dl_main): Likewise. - -2004-09-09 GOTO Masanori - - [BZ #77] - * elf/dl-close.c: Count down l_opencount to check not only for - l_reldeps, but also l_initfini. - -2004-10-13 Ulrich Drepper - - * elf/dl-close.c (_dl_close): Update bug reporting instructions. - -2004-10-11 Ulrich Drepper - - * timezone/asia: Update from tzdata2004e. - * timezone/southamerica: Likewise. - * timezone/private.h: Update from tzcode2004e. - * timezone/zdump.c: Likewise. - - * stdio-common/vfscanf.c: Add support for reading localized - digits. Patch mainly by Hamed Malek . - - * resolv/res_init.c (res_thread_freeres): Reset _res.options. - [BZ #434] - - * resolv/res_send.c (send_dg): Use nonblocking sockets. Add - appropriate poll/select calls and restart operation if necessary. - Also handle EINTR. - - * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled - for debugging. - - * elf/dl-sym.c (do_sym): Avoid using global variable. - - * elf/dl-addr.c (_dl_addr): Really use match everywhere. - -2004-10-09 Andreas Schwab - - * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Remove use of cast as - lvalue. - - * sysdeps/m68k/fpu/bits/mathinline.h: Remove __THROW from inline - definitions. - -2004-10-07 Andreas Schwab - - * misc/sys/uio.h: Change __vector to __iovec to avoid clash with - altivec. - -2004-10-06 Alan Modra - - * gmon/Makefile (CFLAGS-mcount.c): Move before inclusion of "Rules". - * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-mcount.c): Add - -msoft-float. - * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): New macros. - (CALL_MCOUNT): Replace with a gas macro implementation. - (EALIGN): Delete PROF version. - * sysdeps/powerpc/powerpc64/__longjmp-common.S: Invoke CALL_MCOUNT. - * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Likewise. - * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise. - * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. - * sysdeps/powerpc/powerpc64/memcpy.S: Likewise. - * sysdeps/powerpc/powerpc64/memset.S: Likewise. - * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise. - * sysdeps/powerpc/powerpc64/strchr.S: Likewise. - * sysdeps/powerpc/powerpc64/strcmp.S: Likewise. - * sysdeps/powerpc/powerpc64/strcpy.S: Likewise. - * sysdeps/powerpc/powerpc64/strlen.S: Likewise. - * sysdeps/powerpc/powerpc64/strncmp.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise. - * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise. - - * sysdeps/powerpc/powerpc64/setjmp-common.S: Add extra entry point - past _mcount call. - * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Use it. - * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise. - -2004-10-06 Ulrich Drepper - - * resolv/res_mkquery.c (res_nmkquery): Reject randombits value if - low 16 bits are zero. - -2004-10-06 Jakub Jelinek - - * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h. - (do_test): Use %p instead of 0x%08X to print a pointer. - - * malloc/malloc.c: Include stdio-common/_itoa.h. - -2004-10-05 Ulrich Drepper - - * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf - for prelink message. - -2004-10-05 Jakub Jelinek - - * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h. - * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise. - -2004-10-05 Ulrich Drepper - - * grp/initgroups.c: Remove duplicate group IDs. - * grp/compat-initgroups.c: Likewise. - * nscd/initgrcache.c: Likewise. - -2004-10-05 Jakub Jelinek - - * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L - for _SC_CPUTIME or _SC_THREAD_CPUTIME. - - * nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus - -fpie if building PIE. - (CFLAGS-*.c): Use it. - - * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro. - ($(objpfx)nscd): Add $(relro-LDFLAGS). - - * sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h. - (__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if - !HP_TIMING_AVAIL. - -2004-10-05 Ulrich Drepper - - * nscd/Makefile (distribute): Remove TODO. - * nscd/TODO: Removed. - -2004-10-04 Ulrich Drepper - - * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is - defined and __ASSUME_NETLINK_SUPPORT is zero. - * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add - -DNEED_NETLINK. - - * malloc/mtrace.pl: Avoid calling location unless it is needed for - output. Patch by Edward Bishop . - - * nscd/Makefile (CFLAGS-gai.c): Add -fpie. - -2004-10-04 H.J. Lu - - * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c - (clock_getcpuclockid): Add missing retval. - - * sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo. - -2004-10-04 Roland McGrath - - * include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol - to rtld_errno. - * sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it, - and don't define any other errno names. - * sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in - place of errno. - * sysdeps/unix/i386/sysdep.S: Likewise. - * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise. - * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise. - * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise. - * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. - * sysdeps/unix/x86_64/sysdep.S: Likewise. - - * sysdeps/generic/errno.c [! USE___THREAD] (errno): Use `nocommon' - attribute instead of `section'. - -2004-10-04 Ulrich Drepper - - * sysdeps/unix/sysv/linux/ia64/sysconf.c: New file. - * sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c. - * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual - testing code to... - * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here. New file. - * sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for - _SC_CPUTIME and _SC_THREAD_CPUTIME. - - * nscd/connections.c (start_threads): Use sysconf in case - _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero. - - * nscd/Makefile (nscd-modules): Add gai. - * nscd/gai.c: New file. - * nscd/nscd.c: Remove getaddrinfo stub definition. - - * assert/assert.h: Give up on using __builtin_expect. - - * elf/rtld.c (dl_main): Only skip => output in ldd mode if both - strings are identical. - -2004-03-18 Jakub Jelinek + * include/link.h: Include . Define struct + r_scoperec. Replace r_scope with pointer to r_scoperec structure. + Add l_scoperec_lock. + * sysdeps/generic/ldsodefs.h: Include . + * sysdeps/generic/rtld-lowlevel.h: New file. + +2007-06-06 Jakub Jelinek + + [BZ #4586] + * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat + pseudo-zeros as zero. + * sysdeps/x86_64/ldbl2mpn.c: New file. + * sysdeps/ia64/ldbl2mpn.c: New file. + +2007-06-05 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c + (__mpn_construct_long_double): Fix conversion where result ought + to be smaller than __LDBL_MIN__, or the low double should be + denormal. Fix decision where to negate low double - honor round + to even rules. + * stdio-common/tst-sprintf2.c: Include string.h. + (COMPARE_LDBL): Define. + (TEST): Also test whether a string hexadecimal float representation + can be parsed back to the number. + (main): Add a couple of further tests. + +2007-06-04 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c + (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double + is non-zero, but smaller than 2 * __DBL_MIN__. + * stdio-common/tst-sprintf2.c: New test. + * stdio-common/Makefile (tests): Add tst-sprintf2. + +2007-06-04 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove + unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf. + Remove unreachable code at the end. + +2007-06-01 Steven Munroe + + * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of + ldbl-128ibm in comment. + (fpclassifyl): Correct classification of denormals. + * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct + return value for MIN denormal. Rewrite using long double math too + correctly handle denormals and canonicalize the results. + +2007-05-29 Ulrich Drepper + + * nscd/nscd_helper.c (get_mapping): Handle short replies instead + of crashing. When this is the case or if the reply is malformed, + don't try to close the new file descriptor since it does not + exist. + Patch in part by Guillaume Chazarain . + +2007-05-21 Jakub Jelinek + + [BZ #4514] + * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable, + reinitialize workend at the start of each do_positional format spec + loop, free workstart before do_positional loops. + (printf_unknown): Fix size of work_buffer. + * stdio-common/tst-sprintf.c (main): Add 3 new testcases. + +2007-05-10 Ulrich Drepper + + * include/sys/cdefs.h: Redefine __nonnull so that test for + incorrect parameters in the libc code itself are not omitted. + +2007-05-07 Ulrich Drepper + Jakub Jelinek - * malloc/arena.c (aligned_heap_area): New variable. - (new_heap): If aligned_heap_area != NULL, attempt to use that - first. If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes - aligned, remember the second half in aligned_heap_area. - (delete_heap): Clear aligned_heap_area if deleting the area right - before aligned_heap_area. + * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. + (new_heap): Initialize mprotect_size. + (grow_heap): When growing, only mprotect from mprotect_size till + new_size if mprotect_size is smaller. When shrinking, use PROT_NONE + MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED. -2004-10-03 Juerg Billeter +2007-05-06 Ulrich Drepper - * nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd - can't be used. [BZ #424] + * stdio-common/vfprintf.c (process_string_arg): Optimize + ridiculous precision in wide char code printing multi-byte string. + Reported by Jim Meyering . -2004-10-03 Ulrich Drepper +2007-05-06 Ulrich Drepper - Dynamically create new threads if necessary. - * nscd/connections.c (fd_ready): If no thread available for processing - the request, create a new one unless the limit is reached. - (start_threads): Check errors from pthread_create. - * nscd/nscd.h: Declare max_nthreads. - * nscd/nscd_conf.c: Parse max-nthreads entry. - * nscd/nscd.conf: Add max-threads entry. - * nscd/nscd_stat.c: Print current and maximum number of threads. + [BZ #4465] + * posix/unistd.h: Remove __THROW from fdatasync. - Implement paranoia mode. - * nscd/connections.c (nscd_init): Mark database and socket descriptors - as close on exec. - (restart): New function. - (restart_p): New function. - (nscd_run): Add missing descrement of nready in case readylist is - empty. - (main_loop_poll): Call restart_p and restart. - (main_loop_epoll): Likewise. - (begin_drop_privileges): Save original UID and GID. - * nscd/nscd.c: Define new variables paranoia, restart_time, - restart_interval, oldcwd, old_gid, old_uid. - (main): Disable paranoia mode if we are not forking. - (check_pid): When re-execing, the PID file contains the same PID as - the current process. Do not fail in this case. - * nscd/nscd.conf: Add paranoia and restart-interval entries. - * nscd/nscd.h: Define RESTART_INTERVAL. Declare new variables. - * nscd/nscd_conf.c: Parse paranoia and restart-internal configurations. - * nscd/nscd_stat.c: Print paranoia and restart-internal values. - - * nscd/connections.c: Implement alternative loop for main thread - which uses epoll. - * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] - (CFLAGS-connections.c): Add -DHAVE_EPOLL. - -2004-10-02 Ulrich Drepper - - * nscd/Makefile (CFLAGS-initgrcache.c): Add to CFLAGS-* variables, - don't replace old content. - - * nscd/connections.c: Rewrite handling of incoming connections. All - are handled by one thread which then hands off the descriptors for the - real work to the worker threads. - * nscd/Makefile: Link nscd with librt. - - * nscd/selinux.c: Pretty printing. - - * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to - output. Let syslog do the formatting if debug_level == 0. - - * nscd/nscd_helper.c (get_mapping): No need to check timestamp if - nscd_certainly_running is nonzero. - -2004-10-02 Simon Josefsson - - [BZ #420] - * sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to - make the file usable inside gnulib. +2007-05-06 Mike Frysinger -2004-10-01 Ulrich Drepper + [BZ #4465] + * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args. - * malloc/malloc.c (public_vALLOc): Add missing use of hooks. - (public_pVALLOc): Likewise. +2007-05-06 Ulrich Drepper - * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the - group the caller provided unless there is a real problem. - - * posix/bug-glob1.c (prepare): Fix creation of symlink. + [BZ #4131] + * elf/dl-addr.c (_dl_addr): Compare address with actual segment + boundaries to work around systems with overlapping binary loading. + Based on a patch by Suzuki . -2004-09-30 Ulrich Drepper +2007-05-04 Ulrich Drepper - * posix/Makefile: Add rules to build and run bug-glob1. - * posix/bug-glob1.c: New file. + * stdio-common/vfprintf.c (process_string_arg): Adjust call to + __mbsnrtowcs after last change. - * iconv/iconv_prog.c (main): Print progress information to stderr. +2007-05-02 Jakub Jelinek - * nscd/nscd.c (termination_handler): Reset timestamp so that - clients immediately stop using the database. + * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than + fixed length array for ignore. - * nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last - parameter. - (__nscd_drop_map_ref): Change second parameter to be a reference to - a variable. Update variable when cycle count changed. - * nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too. - * nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref. Reinitialize - all variables and avoid memory leak in case of retries. - * nscd/nscd_getgr_r.c: Likewise. - * nscd/nscd_gethst_r.c: Likewise. - * nscd/nscd_getpw_r.c: Likewise. - * nscd/nscd_initgroups.c: Likewise. +2007-04-30 Ulrich Drepper - * nscd/nscd.h: Add declaration of addinitgroups and - readdinitgroups. + [BZ #4438] + * stdio-common/vfprintf.c (process_string_arg): Don't overflow the + stack for large precisions. + * stdio-common/test-vfprintf.c (main): Add test for large + precision. -2004-09-30 Andreas Jaeger +2007-04-30 Jakub Jelinek - * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie. - (CFLAGS-initgrcache.c): Set to -fexceptions. + * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign + for exponent 0. + * stdio-common/tfformat.c (sprint_doubles): Add a new test. -2004-09-29 Ulrich Drepper +2007-04-30 Jakub Jelinek - * sysdeps/generic/glob.c (glob_in_dir): Don't blindly trust - readdir results; for symlinks or files of unknown type check using - stat whether the file exists. + [BZ #4439] + * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into + account in the size check. + * resolv/tst-inet_ntop.c: New test. + * resolv/Makefile (tests): Add tst-inet_ntop. - * posix/tst-gnuglob.c (find_file): Handle leading "./". Fix - recognition of files. +2007-04-28 Ulrich Drepper -2004-09-29 Jakub Jelinek + [BZ #4102] + * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate + label to Teredo tunnel addresses 2001://32. - * time/tzfile.c (tzfile_mtime): New variable. - (__tzfile_read): Reread the file if mtime is different. +2007-04-27 Ulrich Drepper -2004-09-28 Jakub Jelinek + [BZ #4342] + * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow + hexa-decimal floats without exponent. + * stdio-common/tstscanf.c (main): Adjust Test 8 test for success. - * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf, __fdim, fdimf, fdim): - Handle +inf/+inf. - * sysdeps/powerpc/fpu/bits/mathinline.h (fdim, fdimf): Likewise. - * sysdeps/sparc/fpu/bits/mathinline.h (fdim, fdimf): Likewise. +2007-04-27 Ulrich Drepper -2004-09-29 Ulrich Drepper + [BZ #3213] + * locale/C-translit.h.in: Add entry for U2044. - * nscd/nscd_gethst_r.c (nscd_gethst_r): Use correct constant for - testing result of __nscd_get_map_ref. +2007-04-25 Jakub Jelinek -2004-09-29 Jakub Jelinek + * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead + of 0 after the out_fail label. - * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf. - * sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise. - * sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise. +2007-03-18 Jakub Jelinek -004-09-29 Ulrich Drepper + * nscd/gai.c: Include alloca.h. + (__libc_use_alloca): Define. - * grp/initgroups.c: Move compat_call implementation... - * grp/compat-initgroups.c: ...to here. New file. - * grp/Makefile (distribute): Add compat-initgroups.c. - (CFLAGS-initgroups.c): Add -DUSE_NSCD=1. - * mscd/initgrcache.c: New file. - * nscd/nscd_initgroups.c: New file. - * nscd/Makefile (routines): Add nscd_initgroups. - (nscd-modules): Add initgrcache. - * nscd/cache.c (prune_cache): Add support for INITGROUPS entries. - * nscd/connections.c: Handle INITGROUPS requests. - * nscd/nscd-client.h: Define INITGROUPS, initgr_response_header. - Add initgrdata element to struct datahead. Fix typo in comment. - * nscd/nscd_proto.h: Declare __nscd_getgrouplist. Fix parameter - type in __nscd_getgrgrid_r. - * nscd/selinux.c (perms): Add INITGROUPS entry. +2007-03-15 Jakub Jelinek - * nscd/nscd_getai.c: No need to include . + * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never + reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY + NLMSG_ERR. Instead use a page sized buffer. + * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized + buffer. - * sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without - assigned addresses. - * sunrpc/pmap_clnt.c (__get_myaddress): Likewise. - * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. - * sunrpc/clnt_udp.c (is_network_up): Likewise. +2007-03-02 Jakub Jelinek - * nscd/nscd.c: Define getaddrinfo hidden so that it is never found - outside. + * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with + a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC + message. - * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_segvflags): - Renamed from si_flags due to conflict with si_flags from . +2007-02-27 Jakub Jelinek -2004-09-28 Ulrich Drepper + * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix + memory reallocation. - * nscd/nscd_getai.c: Use NO_MAPPING instead of MAP_FAILED for test - of failing __nscd_get_map_ref. Fix a few typos. +2007-04-25 Jakub Jelinek - * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Make sure - SIGSETXID is not blocked. - * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Likewise. - * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Likewise. - * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise. - * sysdeps/generic/sigfillset.c (sigfillset): Don't set SIGSETXID. + * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized + version. - * sunrpc/get_myaddr.c (get_myaddress): Fix test for failing - getifaddrs call. - * sunrpc/pmap_clnt.c (__get_myaddress): Likewise. - * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. - * sunrpc/Makefile (xtests): Add tst-getmyaddr. - * sunrpc/tst-getmyaddr.c: New file. +2007-04-25 Ulrich Drepper - * malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to - disable all checking. + [BZ #4406] + * iconv/gconv_charset.h (strip): Allow ':' + * iconv/iconv_open.c (iconv_open): Adjust comment. - * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_flags): Add - support to get this value. +2007-04-23 Jakub Jelinek -2004-09-28 Jakub Jelinek + [BZ #4405] + * iconvdata/gconv-modules (E13B): Add a missing slash to the alias + name. Patch by Aurelien Jarno . - * io/utime.h (utime): Allow second argument to be NULL. +2007-04-23 Jakub Jelinek -2004-09-28 Ulrich Drepper + [BZ #4381] + * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient + alignment of buffer and tmp_buffer. + * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r, + internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient + alignment of buffer. + * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise. Handle buflen + bigger than INT_MAX. + * resolv/nss_dns/dns-network.c (getanswer_r): Likewise. Add errnop and + h_errnop arguments. Fail if buflen is too small. + (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers. - * sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP - address and AI_CANONNAME is set, return copy of NAME as ai_canonname. +2007-04-19 Ulrich Drepper -2004-09-27 Andreas Jaeger + * include/sys/mman.h: Mark madvise hidden. + * misc/madvise.c: Add libc_hidden_def. - * sysdeps/i386/dl-machine.h (elf_machine_rela_relative): Replace - static inline by auto inline, add always_inline attribute. - (elf_machine_rel): Likewise. - (elf_machine_rela): Likewise. - (elf_machine_lazy_rel): Likewise. - (elf_machine_lazy_rela): Likewise. - (elf_machine_rel_relative): Likewise. - -2004-09-27 Ulrich Drepper - - * sunrpc/xdr_intXX_t.c: Add xdr_quad_t and xdr_u_quad_t aliases. - * sunrpc/rpc/xdr.h: Declare xdr_quad_t and xdr_u_quad_t. - * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER. - Otherwise isvectordef will loop infinitely if typedef hyper int64_t - is seen. - (unsigned_dec): Use "u_quad_t" for similar reasons. - * sunrpc/Versions: Export xdr_quad_t and xdr_u_quad_t. - -2004-09-27 Roland McGrath +2007-04-17 Ulrich Drepper - * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit - twiddling in last change. + [BZ #4368] + * stdlib/stdlib.h: Remove obsolete part of comment for realpath. - * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED. +2007-04-16 Ulrich Drepper - [BZ #409] - * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro. - * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro. - * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro. - [WCONTINUED] (__WIFCONTINUED): New macro. - (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no - branches. + [BZ #4364] + * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3. - * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to - all three syscall uses, not just one! - -2004-09-26 Richard Henderson - - * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue. - * sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points - to 16 byte boundaries. +2007-04-13 Jakub Jelinek -2004-09-26 Ulrich Drepper + [BZ #4344] + * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors. + Reported by David Anderson . - * elf/readlib.c (process_file): Before complaining about too-short - file, check that it potentially be an ELF file. Also complain about - empty files. [BZ #151]. +2007-04-13 Jakub Jelinek - * scripts/test-installation.pl: Fix ld.so recognition for new - LD_TRACE_LOADED_OBJECTS output format. - Patch by [BZ #407]. + * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4 + special case handling when wcp == wstartp + 1. Fix a comment typo. + * stdio-common/tfformat.c (sprint_doubles): Add a new testcase. - * elf/dl-support.c (_dl_non_dynamic_init): Fix cleaning of - environment. [BZ #384] +2007-02-21 Ulrich Drepper - * sunrpc/clnt_udp.c (is_network_up): Use getifaddrs instead of ioctl. - * sunrpc/get_myaddr.c (get_myaddress): Likewise. - * sunrpc/pmap_clnt.c (__get_myaddress): Likewise. - * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. Change interface - to avoid buffer overrun and remove now useless parameters. - (clnt_broadcast): Adjust caller. [BZ #381]. + [BZ #4070] + * stdio-common/printf_fp.c (___printf_fp): Handle a few more + special cases. + * stdio-common/tfformat.c (sprint_doubles): Some more tests. - * sysdeps/generic/s_fdim.c: Handle +inf/+inf - * sysdeps/generic/s_fdimf.c: Likewise. - * sysdeps/generic/s_fdiml.c: Likewise. - * sysdeps/i386/i686/fpu/s_fdim.S: Likewise. - * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise. - * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise. - * sysdeps/powerpc/fpu/s_fdim.c: Likewise. - * sysdeps/powerpc/fpu/s_fdimf.c: Likewise. - * sysdeps/x86_64/fpu/s_fdiml.S: Likewise. - * math/libm-test.inc (fdim_test): Add test case. [BZ #376]. +2007-02-19 Ulrich Drepper - * sysdeps/generic/bits/types.h: Fix __SQUAD_TYPE and __UQUAD_TYPE - for compilers without __GLIBC_HAVE_LONG_LONG. [BZ #362] + * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor + optimization. - * sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect - requirement on socktype and protocol. - (gaih_inet): If numeric port number is given, return records for all - possible socket types. - * posix/tst-getaddrinfo2.c: New file. - * posix/Makefile (tests): Add tst-getaddrinfo2. [BZ #358] +2007-04-06 Jakub Jelinek -2004-09-25 Ulrich Drepper + * nis/nis_domain_of.c (__nis_domain_of): New function. + * include/rpcsvc/nislib.h (__nis_domain_of): New prototype. + * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of. + * nis/nis_call.c (rec_dirsearch): Likewise. + (first_shoot): Likewise. Remove search_parent_first argument. + (struct nis_server_cache): Rename search_parent_first field + to search_parent. + (nis_server_cache_search, nis_server_cache_add): Rename + search_parent_first argument to search_parent. + (__nisfind_server): Likewise. If search_parent, call + __nis_domain_of. - * locale/loadlocale.c (_nl_intern_locale_data): Recognize LC_CTYPE - data where _nl_value_type_LC_CTYPE does not contain the type - information. Add range checks. - Reported by John Lumby [BZ #356]. +2007-04-05 Jakub Jelinek - * libio/vasprintf.c (_IO_vasprintf): Fix condition to decide - whether to realloc or not. - Reported by Pavel Kankovsky [BZ #346]. + * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers + with obj->do_servers after first_shoot. - * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls. - * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if - decided < 0. - * intl/finddomain.c (_nl_find_domain): Likewise. - * intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we - are done. First set to -1 to signal initialization is ongoing. - Protect against concurrent callers with recursive lock. - * intl/finddomain.c (_nl_find_domain): Protect calls to - _nl_make_l10nflist. [BZ #322] +2007-03-21 Jakub Jelinek - * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of - source address fails, initialized source_addr_len field so that - duplicate address recognition does not copy junk. + * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. + (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New + variables. + (nis_server_cache_search, nis_server_cache_add): New functions. + (__nisfind_server): Use them. Add dbp and flags argument, if + call __nisbind_create. + (__nisbind_create): Add server_used and current_ep arguments, + only call __nis_findfastest if server_used is ~0. + (__do_niscall2, __prepare_niscall): Adjust callers. + (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid, + ckey_cache_euid, ckey_cache_lock): New variables. + (get_ckey): New function. + (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to + __pmap_getnisport. Save __pmap_getnisport result in + dbp->addr.sin_port if non-zero. Use get_ckey to create conversation + key. + * nis/nis_lookup.c (nis_lookup): Likewise. + * nis/nis_table.c (nis_list): Likewise. + * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust + prototypes. -2004-09-25 Jakub Jelinek + * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r, + _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list. + * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r, + _nss_nisplus_getservbyport_r): Likewise. + * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r, + _nss_nisplus_getnetbyaddr_r): Likewise. + * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise. + * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r, + _nss_nisplus_getntohost_r): Likewise. + * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r, + _nss_nisplus_getrpcbynumber_r): Likewise. + +2007-04-01 Jakub Jelinek + + * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success + and 1 on failure. + +2007-04-01 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use + math_opt_barrier and math_force_eval macros. + +2007-03-27 Jakub Jelinek + + [BZ #3306] + * math/math_private.h (math_opt_barrier, math_force_eval): Define. + * sysdeps/i386/fpu/math_private.h: New file. + * sysdeps/x86_64/fpu/math_private.h: New file. + * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and + math_force_eval macros. Use "+m" constraint on asm rather than + "=m" and "m". + * math/s_nextafter.c (__nextafter): Likewise. + * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): + Likewise. + * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise. + * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise. + * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise. + * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use + math_opt_barrier and math_force_eval macros. + * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise. + * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise. + * sysdeps/i386/fpu/s_nexttoward.c: Include float.h. + (__nexttoward): Use math_opt_barrier and + math_force_eval macros. Use "+m" constraint on asm rather than + "=m" and "m". Only use asm to force double result if + FLT_EVAL_METHOD is 2. + * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h. + (__nexttowardf): Use math_opt_barrier and + math_force_eval macros. Use "+m" constraint on asm rather than + "=m" and "m". Only use asm to force double result if + FLT_EVAL_METHOD is not 0. + * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h. + (__nexttowardf): Use math_opt_barrier and + math_force_eval macros. If FLT_EVAL_METHOD is not 0, force + x to float using asm. + * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h. + (__nldbl_nexttowardf): Use math_opt_barrier and + math_force_eval macros. If FLT_EVAL_METHOD is not 0, force + x to float using asm. + * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h. + (__nexttowardf): Use math_opt_barrier and math_force_eval + macros. If FLT_EVAL_METHOD is not 0, force x to float using asm. + * math/bug-nextafter.c (zero, inf): New variables. + (main): Add new tests. + * math/bug-nexttoward.c (zero, inf): New variables. + (main): Add new tests. + +2007-03-30 Jakub Jelinek + + * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow, + __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn, + _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn): + Remove __THROW. + * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap, + _IO_file_xsgetn_maybe_mmap): Likewise. + * libio/oldfileops.c (old_do_write): Likewise. + * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode, + _IO_init_marker, _IO_init_wmarker, _IO_default_uflow, + _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos, + _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write, + _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup, + _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos, + _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64, + _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64, + _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn, + _IO_file_underflow, _IO_file_underflow_mmap, + _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach, + _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read, + _IO_file_sync, _IO_file_close_it, _IO_file_finish, + _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish, + _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap, + _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow, + _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn, + _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn, + _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach, + _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync, + _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn, + _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow, + _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open, + _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal, + _IO_adjust_column_internal, _IO_default_uflow_internal, + _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal, + _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal, + _IO_file_setbuf_internal, _IO_file_seekoff_internal, + _IO_file_xsputn_internal, _IO_file_xsgetn_internal, + _IO_file_close_it_internal, _IO_file_underflow_internal, + _IO_file_overflow_internal, _IO_file_attach_internal, + _IO_file_fopen_internal, _IO_file_sync_internal, + _IO_file_finish_internal, _IO_wfile_xsputn_internal, + _IO_wfile_seekoff_internal, _IO_wfile_sync_internal, + _IO_switch_to_wget_mode_internal, _IO_padn_internal, + _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked, + _IO_seekpos_unlocked): Likewise. + (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write, + _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes. + +2007-03-23 Jakub Jelinek + + * scripts/check-local-headers.sh: Filter out sys/capability.h. + +2007-03-22 Jakub Jelinek + + * config.h.in (HAVE_LIBCAP): Add. + * nscd/selinux.h: Include sys/capability.h rather than non-existent + sys/capabilities.h. + * nscd/selinux.c (preserve_capabilities): Use cap_free instead of + free_caps. Cast away const from 4th cap_set_flag argument. + +2007-03-16 Jakub Jelinek + + * elf/dl-open.c (dl_open_worker): Declare l in 2 different + smaller scopes. + * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument. + (DL_DST_REQUIRED): Adjust user. + +2007-03-15 Jakub Jelinek + + * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is + NULL. + +2007-03-15 Jakub Jelinek + + [BZ #4181] + * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0. + (inet6_opt_append): Don't check extlen is big enough if extbuf + is NULL. + (inet6_opt_finish): Likewise. + * inet/Makefile (tests): Add test-inet6_opt. + * inet/test-inet6_opt.c: New test. + +2007-03-15 Jakub Jelinek + + [BZ #4130] + * login/utmp_file.c (setutent_file): Use O_LARGEFILE for + open_not_cancel_2. + (updwtmp_file): Likewise. + +2007-03-15 Jakub Jelinek + + [BZ #4101] + * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find + ancestors with the same depths. + Patch by Niels Moeller . + (filter_doc): Don't crash if argp is NULL. + * argp/Makefile (tests): Add tst-argp2. + * argp/tst-argp2.c: New test. + +2007-03-15 Jakub Jelinek + + [BZ #3919] + * math/libm-test.inc (log_test): Test -Inf and NaN. + (log10_test, log1p_test, log2_test): Test -Inf. + * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise + FE_INVALID when argument is qNaN. + * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise. + * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise. + * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise. + * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace + andb $1, %ah with testb $1, %ah, don't test for parity, instead + testb $4, %ah and jump if non-zero. + * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise. + * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise. + +2007-03-06 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for + 172.16/12 address range. + +2007-03-01 Jakub Jelinek + + [BZ #4069] + * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN + earlier. + * math/libm-test.inc (pow_test): Add more tests involving NaNs. + + * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception + for x qNaN and y either +-inf or non-integer value. + * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise. + * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. + * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise. - * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second - result declaration. +2007-02-21 Ulrich Drepper -2004-09-22 Andreas Schwab + [BZ #4076] + * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /. + (open_dir_stream): Likewise. + * io/Makefile (tests): Add bug-ftw5. + * io/bug-ftw5.c: New file. - * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace. +2007-02-21 Ulrich Drepper -2004-09-24 Ulrich Drepper + * nscd/grpcache.c (cache_addgr): In case a record changed on + refresh, adjust key_copy. - * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be - opened. + [BZ #4074] + * nscd/pwdcache.c (cache_addpw): In case a record changed on + refresh, adjust key_copy. - * nis/ypclnt.c (do_ypcall): Add one missing unlock. Simplify the - code a bit. +2007-02-21 Ulrich Drepper - * misc/daemon.c (daemon): Define errno in case /dev/null is not - the correct device. + [BZ #3458] + * sysdeps/unix/sysv/linux/posix_madvise.c: New file. + * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry. - * nis/ypclnt.c (yp_bind_file): Optimize a bit. Minimal cleanups. +2007-02-17 Ulrich Drepper -2004-09-23 Andreas Jaeger + [BZ #3842] + * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut + using __libc_enable_secure. - * locale/weight.h (findidx): Remove static, it's not supported - anymore with GCC 4.0 in a block scope. - * locale/weightwc.h (findidx): Likewise. - * posix/regcomp.c (seek_collating_symbol_entry): Likewise. - (lookup_collation_sequence_value): Likewise. - (build_range_exp): Likewise. - (build_collating_symbol): Likewise. - * iconv/iconvconfig.c (write_output): Likewise. - * elf/do-rel.h (elf_dynamic_do_rel): Likewise. +2007-02-17 Ulrich Drepper - * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove - static, add always_inline attribute. - (elf_machine_rela): Likewise. - (elf_machine_lazy_rel): Likewise. + [BZ #3348] + * malloc/memusage.sh: Cleanups. + * debug/xtrace.sh: Quoting and trap changes. - * elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend - on !RESOLVE so that it's not defined in local scope. +2007-02-16 Ulrich Drepper -2004-09-23 Kaz Kojima + * locale/iso-3166.def: Add entry for Serbia. + * locale/iso-4217.def: Define RSD. - * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define. +2007-02-15 Ulrich Drepper -2004-09-23 Thorsten Kukuk + * nscd/nscd_helper.c (open_socket): Don't send padding bytes from + reqdata. - * sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag - and BLK* ioctls with linux kernel headers. +2007-02-13 Ulrich Drepper -2004-09-23 Ulrich Drepper + * po/ru.po: Update from translation team. - * sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND. - * elf/dl-object.c (_dl_new_object): Add new parameter mode. If mode - has RTLD_DEEPBIND set add local searchlist before global scope. - * sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype. - * elf/rtld.c: Adjust callers of _dl_new_object. - * elf/dl-load.c: Likewise. - (_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything - for DF_SYMBOLIC. - * elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to - _dl_map_object_deps. - * elf/tst-deep1.c: New file. - * elf/tst-deep1mod1.c: New file. - * elf/tst-deep1mod2.c: New file. - * elf/tst-deep1mod3.c: New file. - * elf/Makefile: Add rules to build and run new tests. +2007-02-03 Ulrich Drepper - * elf/dl-deps.c: Pretty printing. - -2004-09-23 Jakub Jelinek - - * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name - argument to numbers from syscall names. - (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr. - (INTERNAL_SYSCALL_NCS): Renamed from... - (INTERNAL_SYSCALL_1): ... this. Use INTERNAL_SYSCALL_NCS. - * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h - (INTERNAL_SYSCALL_NCS): Define. - * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h - (INTERNAL_SYSCALL_NCS): Likewise. - * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]): - Change name argument to numbers from syscall names. - (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust. - (INTERNAL_SYSCALL_NCS): Define. - -2004-09-22 Ulrich Drepper - - * malloc/malloc.c (malloc_printerr): Use syslog if writev failed. - - * string/string.h: Add __nonnull annotations. - * stdlib/stdlib.h: Likewise. - -2004-09-20 H.J. Lu - - * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL): - Renamed to ... - (DO_INLINE_SYSCALL_NCS): This. - (DO_INLINE_SYSCALL): New. - (INLINE_SYSCALL): Updated. - (INTERNAL_SYSCALL_NCS): Updated. - -2004-09-21 Ulrich Drepper - - * elf/sprof.c (load_shobj): Add support for reading symbol table - from debuginfo file. - - * elf/ldd.bash.in: Fix syntax errors. - -2004-09-20 Ulrich Drepper - - * sysdeps/unix/sysv/linux/dl-execstack.c - (_dl_make_stack_executable): Remove some duplication. - - * nscd/nscd.c (options): Mark S option as hidden. - (parse_opt): When S option is used, print warning message. - * nscd/grpcache.c (adgrptbyX): Don't handle secure mode. - * nscd/hstcache.c (addhstbyX): Don't handle secure mode. - * nscd/aicache.c (addhstaiX): Don't handle secure mode. - * nscd/pwdcache.c (addpwbyX): Don't handle secure mode. - -2004-09-20 Roland McGrath - - * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN - in initializer #if defined. - -2004-09-18 Paul Eggert - - [BZ #391] - * stdlib/getsubopt.c: Merge fixes from gnulib. - (__strchrnul) [!_LIBC]: Define and include "strchrnul.c". - (getsubopt): Use prototypes, not K&R style. - Fix bug: memcmp(A,B,N) was being invoked on a memory block B - whose size might be smaller than N. Use strncmp to avoid the bug. - -2004-09-20 Ulrich Drepper - - * configure.in: If selinux has not explictly been requested, don't - comment on it missing. - - * elf/dl-load.c: Define __stack_prot. - * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define - __stack_prot here, just declare it. - -2004-09-20 Jakub Jelinek - - * configure.in (libc_cv_z_relro): Only set to yes if linker script - contains DATA_SEGMENT_RELRO_END. - -2004-09-20 Ulrich Drepper - - * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking. - Reorder code slightly. - * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH] - is non-null, _dl_setup_hash will do that. - -2004-09-19 Ulrich Drepper - - * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call - callback to set IDs in all other threads as well. - * sysdeps/unix/sysv/linux/seteuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. - * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. - * sysdeps/unix/sysv/linux/setuid.c: New file. - * sysdeps/unix/sysv/linux/setgid.c: New file. - * sysdeps/unix/sysv/linux/setreuid.c: New file. - * sysdeps/unix/sysv/linux/setregid.c: New file. - * sysdeps/unix/sysv/linux/setresuid.c: New file. - * sysdeps/unix/sysv/linux/setresgid.c: New file. - * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS. - * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. - * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version. - * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise. - * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file. - * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file. - * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid - and setresuid. - * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid. - * nscd/grpcache.c: Likewise. - * nscd/hstcache.c: Likewise. - * nscd/pwdcache.c: Likewise. - - * resolv/res_mkquery.c (res_nmkquery): Fix typo. - -2004-09-18 Ulrich Drepper - - * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag - from memory. - * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to - __stack_flags. - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use - gethostbyname3_r if we are not looking for the canonical name. - - * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every - time. - -2004-09-18 Roland McGrath - - * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to - system call. - -2004-09-17 Ulrich Drepper - - * include/link.h (struct link_map): Add l_used element. - * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED. - * elf/rtld.c (process_dl_debug): Recognize unused. - (dl_main): When unused debug flag is set check for unused direct - dependencies. - When printing dependencies and SONAME starts with /, omit the SONAME => - part. - * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the - symbol has been found as used. - * elf/ldd.bash.in: Add -u option. - -2004-09-18 Jakub Jelinek - - * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread): - Do nothing if __NR_set_tid_address is not defined. [BZ #390] - -2004-09-17 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function - in case it is available. - -2004-09-17 Jakub Jelinek - - * nscd/nscd.c (parse_opt): Write arg string instead of (void *) - key to the socket. - -2004-09-17 Ulrich Drepper - - * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute - for gcc 3.3 and higher. - * io/fcntl.h: Add __nonnull where appropriate. - * io/ftw.h: Likewise. - * io/utime.h: Likewise. - * io/sys/poll.h: Likewise. - * io/sys/sendfile.h: Likewise. - * io/sys/stat.h: Likewise. - * io/sys/statfs.h: Likewise. - * io/sys/statvfs.h: Likewise. - * posix/unistd.h: Likewise. - * catgets/nl_types.h: Likewise. - * crypt/crypt.h: Likewise. - * debug/execinfo.h: Likewise. - -2004-09-16 Ulrich Drepper - - * posix/glob.h: Remove cruft to make header usable outside glibc. - The maintenance headache is too big. - - * configure.in: Add test for required SELinux features. - * config.make.in: Add have-selinux entry. - * config.h.in: Add HAVE_SELINUX entry. - * nscd/Makefile (nscd-modules): Add selinux. - (CFLAGS-selinux.c): Add -fpie. - Define selinux-LIBS and use in link line. - * nscd/connections.c (handle_request): Check access SELinux permissions - before processing request. - * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread. - * nscd/nscd_stat.c: Transmit and print AVC statistics. - * nscd/selinux.c: New file. - * nscd/selinux.h: New file. - Patch mostly by Matthew Rickard . - -2004-09-16 Jakub Jelinek - - * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap - instead of munmap. - - * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie. - -2004-09-16 Thorsten Kukuk - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Check - __nss_not_use_nscd_hosts variable if nscd should be used or not. - -2004-09-16 Ulrich Drepper - - * nscd/nscd_proto.h: Define NSS_NSCD_RETRY. - Add __nscd_getai prototype. - * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY. - * nscd/nscd-client.h: Remove __nscd_getai prototype. - * nscd/nscd_getai.c: Include nscd_proto.h. - - * elf/ldd.bash.in: Add support for SELinux environments. - Patch by Stephen Smalley . - -2004-09-16 Roland McGrath - - * configure.in (--with-headers): Let argument contain a : separated - list of directories to use, not just one. - * configure: Regenerated. - -2004-09-15 Richard Henderson - - * sysdeps/alpha/fpu/libm-test-ulps: Update. - * scripts/data/c++-types-alpha-linux-gnu.data: New file. - -2004-09-15 Ulrich Drepper - - * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also - get ttl and canonical name. Use these two values. - * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns. - * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters. - If nonnull fill with TTL and pointer to canonical name respectively. - (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r. - (_nss_dns_gethostbyname2_r): Just wrapper around - _nss_dns_gethostbyname3_r. - (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r. - Take two new parameters which as passed to getanswer_r. - - * nscd/Makefile (rountines): Add nscd_getai. - (nscd-modules): Add aicache. - * nscd/aicache.c: New file. - * nscd/nscd_getai.c: New file. - * nscd/cache.c (prune_cache): Handle GETAI request type. - * nscd/connections.c: Add GETAI support in request handling. - * nscd/nscd-client.h (request_type): Add GETAI. - Define ai_response_header and struct nscd_ai_result types. - (struct datahead): Add aidata field. - Declare __nscd_getai. - * nscd/nscd.c: Add getaddrinfo definition to catch problems. - * nscd/nscd.h: Declare addhstai and readdhstai. - - * sysdeps/posix/getaddrinfo.c: Add support for using cached results. - * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD. - - * nscd/nscd-client.h (struct datahead): Use uint8_t instead of bool. - -2004-09-14 Ulrich Drepper - - * misc/sys/cdefs.h: Remove debugging text from __P and __PMT. - -2004-09-13 Ulrich Drepper - - * misc/sys/cdefs.h: Restore old definition of __P. - * csu/munch.awk: Remove uses of __P and __PMT. - * gmon/gmon.c: Likewise. - * hesiod/hesiod.h: Likewise. - * include/stdio.h: Likewise. - * io/fts.c: Likewise. - * libio/genops.c: Likewise. - * libio/libioP.h: Likewise. - * libio/fileops.c: Likewise. - * libio/iolibio.h: Likewise. - * libio/libio.h: Likewise. - * libio/memstream.c: Likewise. - * libio/oldfileops.c: Likewise. - * libio/oldstdfiles.c: Likewise. - * libio/iopopen.c: Likewise. - * libio/vsnprintf.c: Likewise. - * libio/vswprintf.c: Likewise. - * libio/wgenops.c: Likewise. - * libio/oldiopopen.c: Likewise. - * locale/programs/xmalloc.c: Likewise. - * locale/programs/xstrdup.c: Likewise. - * malloc/mtrace.c: Likewise. - * misc/getttyent.c: Likewise. - * misc/getusershell.c: Likewise. - * nis/rpcsvc/ypupd.h: Likewise. - * posix/fnmatch.h: Likewise. - * posix/glob.h: Likewise. - * resolv/arpa/nameser.h: Likewise. - * resolv/gethnamaddr.c: Likewise. - * resolv/resolv.h: Likewise. - * resolv/inet_net_ntop.c: Likewise. - * resolv/inet_net_pton.c: Likewise. - * resolv/res_init.c: Likewise. - * resolv/nss_dns/dns-network.c: Likewise. - * stdio-common/vfprintf.c: Likewise. - * stdio-common/reg-printf.c: Likewise. - * sysdeps/generic/chflags.c: Likewise. - * sysdeps/generic/fchflags.c: Likewise. - * sysdeps/generic/glob.c: Likewise. - * sysdeps/generic/printf_fphex.c: Likewise. - * sysdeps/generic/memcmp.c: Likewise. - * sysdeps/generic/memcopy.h: Likewise. - * sysdeps/generic/morecore.c: Likewise. - * sysdeps/generic/sstk.c: Likewise. - * sysdeps/posix/sigvec.c: Likewise. - * sysdeps/posix/ttyname_r.c: Likewise. - * sysdeps/standalone/arm/bits/errno.h: Likewise. - * sysdeps/standalone/standalone.h: Likewise. - * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise. - * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise. - * sysdeps/unix/arm/start.c: Likewise. - * sysdeps/unix/bsd/sigaction.c: Likewise. - * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise. - * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise. - * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise. - * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise. - * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise. - * sysdeps/unix/sparc/start.c: Likewise. - * sysdeps/unix/sysv/getdents.c: Likewise. - * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise. - * sysdeps/unix/sysv/irix4/getgroups.c: Likewise. - * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. - * sysdeps/unix/sysv/irix4/getrusage.c: Likewise. - * sysdeps/unix/sysv/irix4/pathconf.c: Likewise. - * sysdeps/unix/sysv/irix4/setgroups.c: Likewise. - * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise. - * sysdeps/unix/sysv/irix4/start.c: Likewise. - * sysdeps/unix/sysv/irix4/sysconf.c: Likewise. - * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise. - * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise. - * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise. - * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise. - * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise. - * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise. - * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise. - * sysdeps/unix/sysv/sysv4/setsid.c: Likewise. - * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise. - * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise. - * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise. - * time/tzset.c: Likewise. - * time/strftime_l.c: Likewise. - * time/strptime_l.c: Likewise. - * crypt/md5.h: Likewise. - -2004-09-13 Andreas Jaeger - - * configure.in: Support GCC 4.x. - * configure: Regenerated. - -2004-09-13 Thorsten Kukuk - - * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services. - - * nscd/nscd.init: Fix path to socket. - -2004-09-12 Ulrich Drepper - - * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length. - Avoid file descriptor leak in case of size mismatch. - - * nscd/nscd-client.h: Fix database structure layout for biarch. - * nscd/mem.c (gc): Add casts to avoid warnings. - - * nss/getent.c: Don't preconstruct help message. Do it only when - needed. - - * locale/programs/locale.c: Simplify help message printing. - -2004-09-12 Roland McGrath - - * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls - missing in last change. - -2004-09-11 Thorsten Kukuk - - * nis/nss_compat/compat-grp.c: Check that buflen is greater zero - before writing data into the buffer with negative offset. - * nis/nss_compat/compat-initgroups.c: Likewise. - * nis/nss_compat/compat-pwd.c: Likewise. - * nis/nss_compat/compat-spwd.c Likewise. + * po/sv.po: Update from translation team. -2004-09-12 Ulrich Drepper +2007-02-12 Jakub Jelinek - * misc/syslog.c (vsyslog): Fix copying of PID in case of - out-of-memory situation. [BZ #365]. + * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__ + to the list of i486+ CPUs. + * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise. - * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of - __THROW in inline function definitions. +2007-01-24 Jakub Jelinek - * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK. - * posix/spawnattr_setflags.c: Check whether any unknown bit is set - in FLAGS parameter and fail if this is the case. - * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is - set. + * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__ + and __geode__ to the list of i486+ CPUs. + * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise. - * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk. - * nscd/grpcache.c (cache_addgr): Likewise. - * nscd/hstcache.c (cache_addhst): Likewise. +2007-02-08 Jakub Jelinek -2004-09-11 Roland McGrath + [BZ #3944] + * time/strptime_l.c (__strptime_internal): Set have_mon for + %b/%B/%h. Set have_mon and have_mday if tm_mon and tm_mday + have been computed from tm_yday and tm_year. Don't crash + in day_of_the_week or day_of_the_year if not have_mon + and tm_mon contains bogus value. + * time/Makefile (tests): Add tst-strptime3. + * time/tst-strptime3.c: New test. - * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: - Set _dl_phdr and _dl_phnum. - (init1): When bootstrap task, bail early and never examine *D. +2007-02-05 Jakub Jelinek -2004-09-11 Alfred M. Szmidt + [BZ #3957] + * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0' + bit for RE_HAT_LISTS_NOT_NEWLINE. + (build_charclass_op): Remove bogus comment. + * posix/Makefile (tests): Add bug-regex27 and bug-regex28. + * posix/bug-regex27.c: New test. + * posix/bug-regex28.c: New test. - * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]: - Cast THR, SEL and DESC to `void'. +2007-02-02 Bruno Haible -2004-09-11 Ulrich Drepper + [BZ #3954] + * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs): + Add mapping for U+327E. + * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment. + * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable + mapping of 0xD9 0xE8. + * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable + mapping of U+327E. + Reported by Jungshik Shin . - * nscd/connections.c (nscd_run): Call setup_thread only for enabled - databases. + [BZ #3955] + * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable + mapping of 0xD9 0xE6 and of 0xD9 0xE7. + Reported by Jungshik Shin . - * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr. +2007-01-31 Jakub Jelinek -2004-09-10 Ulrich Drepper + * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier + from return value. + * nscd/nscd_helper.c: Include string.h. + (__nscd_cache_search): Remove const qualifier from return value. + On strict alignment architectures check hash entry and data head + alignment. + * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because + mmapped data during GC cycle contains garbage. If + __nscd_drop_map_ref fails, decrement mapped->counter when returning + error or if retrying with NO_MAPPING, only __nscd_unmap if counter + dropped to 0. + * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise. + * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise. + * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise. + * nscd/nscd_getai.c (__nscd_getai): Likewise. - * nscd/nscd.c (pagesize_m1): New variable. - (main): Initialize it. - * nscd/nscd.h: Declare pagesize_m1. - * nscd/hstcache.c: Pass correctly aligned address to msync. - * nscd/grpcache.c: Likewise. - * nscd/pwdcache.c: Likewise. +2007-01-22 Ulrich Drepper -2004-09-10 Kaz Kojima + [BZ #3902] + * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted. + * stdio-common/Makefile (tests): Add bug17. + * stdio-common/bug17.c: New file. - * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement - __nwaiters. If pthread_cond_destroy has been called and this is - the last waiter, signal pthread_cond_destroy caller and avoid - using the pthread_cond_t structure after unlock. - * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise. +2007-01-15 Jakub Jelinek -2004-09-10 Ulrich Drepper + * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear + workbits in semi-raw fraction. - * sysdeps/unix/sysv/linux/kernel-features.h: Don't define - __ASSUME_CLONE_STOPPED. + * math/test-misc.c: Add new tests. -2004-09-10 Jakub Jelinek +2007-01-14 Steven Munroe - * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and - __asm__ for C++. [BZ #377] + * math/basic-test.c: Include test-skeleton.c. + (TEST_TRUNC): Define. + (truncdfsf_test, trunctfsf_test, trunctfdf_test): New. + (main): Rename to ... + (do_test): ...this. Run new tests. + (TEST_FUNCTION): Define. -2004-09-10 Ulrich Drepper +2006-10-05 Steven Munroe + Joe Kerian - * nscd/nscd_stat.c: Improve output by also printing .shared and - .persistent. + [BZ #2749] + * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow + handling for high words. + * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact + and overflow for infinity. - * nscd/connections.c: Allow cache sharing to be really disabled. +2007-01-13 Ulrich Drepper -2004-09-10 Jakub Jelinek + * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct + computation of keylen. - * malloc/malloc.c (_int_free): Only do arena boundary check for - contiguous arenas. +2007-01-10 Ulrich Drepper -2004-09-10 Kazuhiro Inaoka + * io/fts.c: Make sure fts_cur is always valid after return from + fts_read. + Patch by Miloslav Trmac . - * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken - instruct operands. - * elf/elf.h: Add R_M32R_* relocs. +2007-01-03 Jakub Jelinek -2004-09-09 Ulrich Drepper + * posix/execvp.c: Include alloca.h. + (allocate_scripts_argv): Renamed to... + (scripts_argv): ... this. Don't allocate buffer here nor count + arguments. + (execvp): Use alloca if possible. + * posix/Makefile: Add rules to build and run tst-vfork3 test. + * posix/tst-vfork3.c: New test. - * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2 - seems not to support the nothrow attribute. Use it only for gcc - 3.3 and higher. +2007-01-05 Steven Munroe - * malloc/hooks.c (top_check): Print top chunk corruption as normal - error message. + * stdlib/tst-makecontext.c: Include errno.h. Change main() + to do_test(). Define TEST_FUNCTION. Include test-skeleton.c. + (do_test): Check errno and exit(0) if ENOSYS. - * malloc/malloc.c (malloc_printerr): Don't make informational - message look like error message. +2007-01-11 Jakub Jelinek -2004-09-09 Andreas Jaeger + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte + thousands separators. + * stdlib/Makefile: Add rules to build and run tst-strtod4. + * stdlib/tst-strtod4.c: New test. - * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie. + [BZ #3855] + * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by + hexadecimal digit should accept just the initial 0. + * stdlib/tst-strtod2.c (tests): New variable. + (do_test): Run several tests rather than just one. -2004-09-08 Ulrich Drepper +2007-01-03 Ulrich Drepper - * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed. + * stdlib/Makefile (tst-strtod3-ENV): Define. - * malloc/malloc.c (_int_free): Add inexpensive double free and - memory corruption tests. - (malloc_printf_nc): Renamed to malloc_printerr. Second parameter - is no format string anymore. Don't use stdio. Adjust all callers. - * malloc/hooks.c: Adjust malloc_printf_nc callers. +2006-12-11 Ulrich Drepper -2004-09-08 Roland McGrath + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand + separators also if no non-zero digits found. + * stdlib/Makefile (tests): Add tst-strtod3. - * malloc/mcheck.c: Don't use __P. - Use prototypes definitions for static functions. +2006-12-09 Ulrich Drepper -2004-09-08 Ulrich Drepper + [BZ #3664] + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize + empty parsed strings. + * stdlib/Makefile (tests): Add tst-strtod2. + * stdlib/tst-strtod2.c: New file. - * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW. + [BZ #3673] + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit + computation. + * stdlib/Makefile (tests): Add tst-atof2. + * stdlib/tst-atof2.c: New file. -2004-09-08 Ulrich Drepper - Jakub Jelinek + [BZ #3674] + * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value + correctly if removing trailing zero of hex-float. + * stdlib/Makefile (tests): Add tst-atof1. + * stdlib/tst-atof1.c: New file. - * nscd/nscd-client.h: Add a few #includes. - - * nscd/Makefile (nscd-modules): Add nscd_setup_thread. - * nscd/connections.c (nscd_run): Call setup_thread for maintenance - threads. - * nscd/nscd-client.h (struct database_pers_head): Add - nscd_certainly_running field. - * nscd/nscd.h: Declare setup_thread. - * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if - nscd_certainly_running is nonzero. - * sysdeps/generic/nscd_setup_thread.c: New file. - * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file. - -2004-09-08 Ulrich Drepper - - * nscd/connections.c: Implement r/o sharing of nscd's cache with client - processes via shared memory. - * nscd/nscd-client.h: Likewise. - * nscd/nscd.h: Likewise. - * nscd/nscd_conf.c: Likewise. - * nscd/nscd_getgr_r.c: Likewise. - * nscd/nscd_getpw_r.c: Likewise. - * nscd/nscd_gethst_r.c: Likewise. - * nscd/nscd.conf: Add new config parameters. - * nscd/Makefile (aux): Add nscd_helper. - * nscd/nscd_helper.c: New file. - * nscd/mem.c (gc): Indicate beginning and end of the gc cycle. - - * nscd/hstcache.c: Simplify a lot. We cache only the request itself, - no derived information. - * connections.c (nscd_init): Fix bug in testing size of the persistent. - - * nis/Makefile (aux): Add nis_hash. - * nis/nis_hash.c: New file. Split out from nis_util.c. - * nis/nis_util.c: Move __nis_hash code in separate file. - - * csu/tst-atomic.c: Improve atomic_increment_val test which would - not have found a ppc bug. - - * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes. - - * malloc/arena.c: Remove __MALLOC_P uses. - * malloc/malloc.c: Likewise. - - * malloc/mtrace.c: Remove __P uses. - * malloc/mcheck-init.c: Likewise. - -2004-09-07 Jakub Jelinek - - * sysdeps/powerpc/powerpc64/configure.in: New file. - * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add. - * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove. - * sysdeps/powerpc/powerpc64/sysdep.h: Formatting. - (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX, - BODY_PREFIX): Define. - (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support - HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols, - USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries. - * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h. - (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros. - -2004-09-07 Ulrich Drepper - - * malloc/malloc.h: Don't define __THROW if it is already defined. - - * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define. - (atomic_decrement): Define. - - * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and - atomic_decrement_val. - * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise. - * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise. - - * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val - and atomic_decrement_val. +2007-01-03 Ulrich Drepper - * include/atomic.h: Define atomic_increment_val, atomic_decrement_val, - and atomic_delay is not already defined. - * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay. - * sysdeps/x86_64/bits/atomic.h: Likewise. + * string/Makefile (tst-strxfrm2-ENV): Define. - * miscd/sys/cdefs.h (__NTH): New macro. - (__THROW): Define using nothrow attribute for C code and gcc >= 3.2. - (__REDIRECT_NTH): New macro. - * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary. - * ctype/ctype.h: Likewise. - * dirent/dirent.h: Likewise. - * io/fcntl.h: Likewise. - * io/sys/sendfile.h: Likewise. - * io/sys/stat.h: Likewise. - * io/sys/statfs.h: Likewise. - * io/sys/statvfs.h: Likewise. - * libio/bits/stdio.h: Likewise. - * misc/sys/mman.h: Likewise. - * posix/unistd.h: Likewise. - * resource/sys/resource.h: Likewise. - * rt/aio.h: Likewise. - * signal/signal.h: Likewise. - * stdlib/stdlib.h: Likewise. - * string/argz.h: Likewise. - * string/string.h: Likewise. - * sysdeps/generic/inttypes.h: Likewise. - * sysdeps/i386/fpu/bits/mathinline.h: Likewise. - * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise. - * sysdeps/s390/fpu/bits/mathinline.h: Likewise. - * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise. - * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. - * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise. - * wcsmbs/wchar.h: Likewise. +2006-11-10 Jakub Jelinek - * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate. + * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization + if N is one bigger than return value. + * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1 + and l1 last arguments, if buf is defined, verify the return value + equals to strlen (buf) and verify no byte beyond passed length + is modified. - * resolv/gethnamaddr.c (getanswer): Remove __P use in variable - definition. +2006-11-09 Ulrich Drepper - * io/sys/poll.h: Remove __THROW from poll prototype, it's a - cancellation point. + * string/Makefile (tests): Add tst-strxfrm2. + * string/tst-strxfrm2.c: New file. - * io/fts.c (fts_open): Remove uses of __P. +2006-11-08 Jakub Jelinek - * include/stdlib.h: No need to use __THROW in this header. + * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal + optimization even if needed > n. -2004-09-06 Roland McGrath +2006-12-22 Gavin Romig-Koch - * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD - validity, since __assert_fail gets to here anyway. Just fail. + * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't + blacklist the group till after we look it up. -2004-09-06 Ulrich Drepper +2006-12-21 Ulrich Drepper - * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with - AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6 - addresses. + * include/atomic.h (atomic_forced_read): New macro. -2004-09-05 Richard Henderson +2006-12-19 Jakub Jelinek - * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file. - * sysdeps/unix/sysv/linux/kernel-features.h - (__ASSUME_IEEE_RAISE_EXCEPTION): New. - * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file. - * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file. - * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it. - * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise. + * stdlib/Makefile (tests): Add tst-makecontext. + * stdlib/tst-makecontext.c: New test. -2004-09-05 Richard Henderson + * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S + (__makecontext): Don't realign uc_mcontext.uc_regs. - * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. - * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S, - sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S, - sysdeps/alpha/remqu.S: Likewise. - * sysdeps/alpha/div_libc.h (FRAME): Increase to 64. +2006-12-13 Jakub Jelinek -2004-09-05 Ulrich Drepper + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include + kernel-features.h. - * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and - GETHOSTBYADDRv6 requests. +2006-12-19 Jakub Jelinek -2004-09-04 Ulrich Drepper + * nss/getXXbyYY_r.c: Include atomic.h. + (INTERNAL (REENTRANT_NAME)): Write startp after start_fct, + add atomic_write_barrier () in between. - * nscd/pwdcache.c (cache_addpw): Use correct key length in - cache_add calls. - * nscd/grpcache.c (cache_addgr): Likewise. +2006-12-18 Jakub Jelinek -2004-09-03 Alfred M. Szmidt + [BZ #3747] + * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the + [-231 .. 231) range. + * stdlib/tst-rand48.c (main): Fix expected values for 64-bit + targets. + * stdlib/tst-rand48-2.c: New test. + * stdlib/Makefile (tests): Add tst-rand48-2. - * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV - to `dtv_t *'. +2006-12-14 Jakub Jelinek -2004-09-03 Ulrich Drepper + * misc/tst-pselect.c (do_test): Fix sigblock argument. - * nscd/nscd.c (parse_opt): Use writev instead of two write for - invalidate command. +2006-12-14 Ulrich Drepper -2004-09-02 Ulrich Drepper + * misc/tst-pselect.c (do_test): Make sure the helper process is + terminating when the test is aborted. - * nscd/connections.c (nscd_run): Check early for invalid request types. +2006-12-13 Ulrich Drepper -2004-09-02 Roland McGrath + [BZ #2337] + * libio/Makefile (tests): Add tst-setvbuf1. + * libio/tst-setvbuf1.c: New file. - * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro. - (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word. - (THREAD_SELF): New macro. +2006-12-08 Jakub Jelinek -2004-09-02 Steven Munroe + [BZ #2337] + * libio/genops.c (__uflow): Fix a typo. + * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat + nor set _IO_LINE_BUF bit here. Size the wide buffer based on + the narrow buffer size. - [BZ #357] - * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber. - (main): Call test_stack. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S - (__getcontext): Push stack frame then save parms in local frame. - Improve instruction scheduling. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S - (__swapcontext): Likewise. +2006-11-24 Jakub Jelinek -2004-09-01 Andreas Schwab + [BZ #2337] + * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define. + * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set + _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit + in _flags. + * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf, + _IO_wstr_finish): Likewise. + * libio/wmemstream.c (open_wmemstream): Likewise. + * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp] + even for wide streams. - * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use - __builtin_offsetof. +2006-12-09 Jakub Jelinek -2004-09-01 Jakub Jelinek + * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest. + Start searching for next comma at p rather than rest. + * misc/Makefile (tests): Add tst-mntent2. + * misc/tst-mntent2.c: New test. - [BZ #361] - * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch - to normal_bracket after fetching the next character. - * posix/tst-fnmatch.input: Add 25 new tests. - Reported by Markus Oberhumer . +2006-12-09 Ulrich Drepper -2004-09-01 Ulrich Drepper + [BZ #3632] + * include/features.h: Fix comment about default value for + _POSIX_C_SOURCE. - * elf/rtld.c (dl_main): First check existence of ld.so.preload - with access. +2006-12-09 Jakub Jelinek -2004-09-01 Roland McGrath + * misc/getusershell.c (initshells): Check for integer overflows. + Make strings buffer one bigger as fgets always succeeds when second + argument is 1. Don't use calloc for shells array. Disallow + / as shell. - * sysdeps/unix/sysv/linux/bits/waitflags.h - (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros. - * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): - New macro. - * sysdeps/unix/sysv/linux/waitid.c: New file. Use new syscall when - available, or fall back to the waitpid-based generic code. +2006-12-05 Jakub Jelinek -2004-08-14 Alfred M. Szmidt + * nis/nis_subr.c (nis_getnames): Revert last change. - * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc - clobber the `ebp' register. - * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed. - Reverts change from 2004-05-07 by Jeroen Dekkers. +2006-10-11 Jakub Jelinek - * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of - NEWSP from `void *' to `int *'. Changed all casts accordingly. + * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice. -2004-08-31 Jakub Jelinek + * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv. + * sysdeps/generic/unsecvars.h: Add NIS_PATH. - * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden - before return type. - * locale/localename.c (__current_locale_name): Likewise. +2006-12-04 Jakub Jelinek -2004-08-30 Roland McGrath + * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h. + (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY. + * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h. + (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to + ENOTTY. + * io/Makefile: Add rules to build and run tst-ttyname_r test. + * io/tst-ttyname_r.c: New test. - * scripts/extract-abilist.awk: If `lastversion' variable defined, omit - later sets from output. - * Makerules (check-abi): Pass option to set that with value of - LIB-abi-frozen variable if one is set. +2006-11-28 Jakub Jelinek - * abilist/libcidn.abilist: New file (empty). + * elf/dl-support.c: Include dl-procinfo.h. + * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4, + PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS, + PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X): + Define. + (_dl_string_platform): Use PPC_PLATFORM_* macros instead of + hardcoded constants. + * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use + PPC_PLATFORM_* macros for array designators. -2004-08-30 Jakub Jelinek +2006-11-11 Steven Munroe - * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If - not __USE_XOPEN2K, use the Unix98 mandated values. + * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap + names to the beginning. + (_dl_powerpc_platforms): Add "power6x". + * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease. + (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP. + (_DL_PLATFORMS_COUNT): Increase. + (_dl_string_platform): Handle power6x case. + * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP, + PPC_FEATURE_POWER6_EXT): Define. + (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment. -2004-08-27 Roland McGrath +2006-11-27 Jakub Jelinek - * configure.in (usetls): Default to yes. - * configure: Regenerated. + [BZ #3559] + * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if + malloc crashed. -2004-08-26 Roland McGrath +2006-11-14 Jakub Jelinek - * configure.in (add_ons_automatic): New variable, set to yes or no - indicating --enable-add-ons with no explicit list. - (running add-on fragments): Allow a fragment to modify $libc_add_on - and have that affect its place in the list of add-ons to use. - * configure: Regenerated. + * nss/nss_files/files-alias.c (get_next_alias): Set line back + to first_unused after parsing :include: file. -2004-08-26 Ulrich Drepper +2006-11-14 Ulrich Drepper - * nscd/cache.c: Major rewrite. The data is now optionally kept in - a mmaped memory region which is automatically mirrored on disk. - This implements persistent data storage. The Memory handled - needed to be completely revamped, it now uses a garbage collection - mechanism instead of malloc. - * nscd/connections.c: Likewise. - * nscd/nscd.c: Likewise. - * nscd/nscd.h: Likewise. - * nscd/nscd_conf.c: Likewise. - * nscd/nscd_stat.c: Likewise. - * nscd/grpcache.c: Likewise. - * nscd/hstcache.c:: Likewise. - * nscd/pwdcache.c:: Likewise. - * nscd/Makefile: Add rules to build mem.c. - * nscd/mem.c: New file. - * nscd/nscd.conf: Describe new configuration options. + * po/nl.po: Update from translation team. -2004-08-26 Kaz Kojima +2006-11-10 Ulrich Drepper - * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if - NO_SGIDEFS_H isn't defined. - * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + * po/sv.po: Update from translation team. - * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and - _MIPS_SIM. - * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise. - * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise. - * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise. +2006-11-01 Ulrich Drepper -2004-08-26 Ulrich Drepper + * po/sv.po: Update from translation team. - * nscd/connections.c (nscd_run): atomic_increment was not missing. +2006-10-29 Ulrich Drepper - * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval. - Patch by Greg Schafer. + * po/sv.po: Update from translation team. -2004-08-25 Richard Henderson +2006-10-09 Ulrich Drepper - * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind - instead of $31. Zero $15. - * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise. + * po/sv.po: Update from translation team. -2004-08-25 Ulrich Drepper +2006-10-07 Ulrich Drepper - * sysdeps/powerpc/powerpc64/bits/atomic.h - (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval - is negative. - (__arch_compare_and_exchange_bool_32_rel): Likewise. + * po/tr.po: Update from translation team. - * nscd/connections.c: Make socket nonblocking so that threads - don't get stuck on accept. Fix locking. +2006-10-06 Ulrich Drepper - * nscd/grpcache.c (cache_addgr): Use copy of original key in hash - entry with alternative key. - * nscd/pwdcache.c (cache_addpw): Likewise. + * po/pl.po: Update from translation team. -2004-08-25 Richard Sandiford +2006-11-10 Ulrich Drepper - * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set - __libc_stack_end. + [BZ #3451] + * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode + change atomic. + (ceil): Likewise. -2004-08-23 Ulrich Drepper +2006-11-09 Ulrich Drepper - * sysdeps/gnu/netinet/udp.h: Cosmetic changes. Remove unnecessary - __BEGIN_DECLS/__END_DECLS. + * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add + noinline attribute. -2004-08-23 Andreas Jaeger +2006-11-10 Jakub Jelinek - [BZ #341] - * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define. - * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise. - * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add + noinline attribute. -2004-08-21 Ulrich Drepper +2006-11-05 Ulrich Drepper - * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c. - (check_action): Likewise. - When printing error messages, use malloc_printf_nc now instead of - fiddling with the streams cancellation flag in every place. - * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition. Change - default to 3. - (check_action): New variable. - (unlink): Print error message and eventually terminate in case list - is corrupted. - (malloc_printf_nc): New function. Use it in _int_free. - Change proposed by Arjan van de Ven. - - * dlfcn/Makefile: Don't build eval.c anymore. - -2004-08-20 Roland McGrath - - * csu/Makefile ($(objpfx)version-info.h): Use printf in place - of echo -e for POSIX.2 portability. - Reported by Paul Jarc . - -2004-08-19 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in - list generation. - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use - getcanonname_r function if AI_CANONNAME flag is not set in - request. - - * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): - Initialize mysize with limits only if latter is >= 0. Use mysize - in malloc call. - -2004-08-19 Jakub Jelinek - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *) - to avoid warning. - - * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize - status to NSS_STATUS_UNAVAIL. - -2004-08-19 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the - cannoname lookup since it has the FQDN even if the original NAME - value has not. - -2004-08-18 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter - pointer in new variable ORIG_NAME and use this pointer when - determination of canonical name failed, not the possibly IDN - translated value of NAME. - -2004-08-17 Ulrich Drepper - - * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT. - * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option. - Reset RES_NOIP6DOTINT flag in this case.. - - * sysdeps/posix/getaddrinfo.c: Fix memory handling of - ai_canonname. - -2004-08-16 Ulrich Drepper - - * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use - CNAME records, we better follow the chain of CNAME records which - can be accomplished with A/AAAA lookups. - -2004-08-15 Roland McGrath - - * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): - Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro. - * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. - * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. - -2004-08-15 Roland McGrath - - * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to - this, not ... - (static-only-routines): ... this. - * sysdeps/ia64/Makefile: Likewise. - * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise. - * sysdeps/sparc/sparc64/Makefile: Likewise. - * sysdeps/x86_64/Makefile: Likewise. - * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change. - * sysdeps/ia64/hp-timing.c: Likewise. - * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise. - * sysdeps/sparc/sparc64/hp-timing.c: Likewise. - - * csu/elf-init.c: Update copyright terms including special exception - for these trivial files, which are statically linked into executables - that use dynamic linking for the significant library code. - * io/fstat.c: Likewise. - * io/fstat64.c: Likewise. - * io/lstat.c: Likewise. - * io/lstat64.c: Likewise. - * io/stat.c: Likewise. - * io/stat64.c: Likewise. - * stdlib/atexit.c: Likewise. - * sysdeps/alpha/elf/initfini.c: Likewise. - * sysdeps/alpha/elf/start.S: Likewise. - * sysdeps/arm/elf/start.S: Likewise. - * sysdeps/cris/elf/start.S: Likewise. - * sysdeps/generic/initfini.c: Likewise. - * sysdeps/generic/mknod.c: Likewise. - * sysdeps/hppa/elf/initfini.c: Likewise. - * sysdeps/hppa/elf/start.S: Likewise. - * sysdeps/i386/elf/start.S: Likewise. - * sysdeps/i386/i686/hp-timing.c: Likewise. - * sysdeps/ia64/elf/initfini.c: Likewise. - * sysdeps/ia64/elf/start.S: Likewise. - * sysdeps/ia64/hp-timing.c: Likewise. - * sysdeps/m68k/elf/start.S: Likewise. - * sysdeps/mach/start.c: Likewise. - * sysdeps/mips/elf/start.S: Likewise. - * sysdeps/powerpc/powerpc32/elf/start.S: Likewise. - * sysdeps/powerpc/powerpc64/elf/start.S: Likewise. - * sysdeps/s390/s390-32/elf/start.S: Likewise. - * sysdeps/s390/s390-32/initfini.c: Likewise. - * sysdeps/s390/s390-64/elf/start.S: Likewise. - * sysdeps/s390/s390-64/initfini.c: Likewise. - * sysdeps/sh/elf/initfini.c: Likewise. - * sysdeps/sh/elf/start.S: Likewise. - * sysdeps/sparc/sparc32/elf/start.S: Likewise. - * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise. - * sysdeps/sparc/sparc64/elf/start.S: Likewise. - * sysdeps/sparc/sparc64/hp-timing.c: Likewise. - * sysdeps/standalone/i386/start.S: Likewise. - * sysdeps/standalone/i960/start.S: Likewise. - * sysdeps/standalone/m68k/m68020/start.S: Likewise. - * sysdeps/unix/arm/start.c: Likewise. - * sysdeps/unix/bsd/osf/alpha/start.S: Likewise. - * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise. - * sysdeps/unix/sparc/start.c: Likewise. - * sysdeps/unix/start.c: Likewise. - * sysdeps/unix/sysv/aix/start.s: Likewise. - * sysdeps/unix/sysv/irix4/start.c: Likewise. - * sysdeps/x86_64/elf/initfini.c: Likewise. - * sysdeps/x86_64/elf/start.S: Likewise. - -2004-08-15 Roland McGrath - - [BZ #227] - * sysdeps/unix/sysv/linux/kernel-features.h - (__ASSUME_BRK_PAGE_ROUNDED): New macro. - * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk) - [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within - the partial page after the dynamic linker's own data segment. - -2004-08-15 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of - v4-mapped addresses a bit. - (gethosts): Move alloca out of macro, so that it is done only once. - - * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of - addr to avoid casts. - (gethosts): Removed. - (gethosts2): Renamed to gethosts. Make it usable for family != - AF_UNSPEC. Fix AI_V4MAPPED. - (gaih_inet): Remove use of old gethosts. Always use what used to be - gethosts2. If entry is found, try to use the same NSS module's - getcanonname_r function. Use gethostbyaddr for AI_CANONNAME only - if getcanonname_r was not available. Fix filtering of AI_V4MAPPED - addresses. Numerous cleanups. - * resolv/nss_dns/dns-canon.c: New file. - * resolv/Makefile (libnss_dns-routines): Add dns-canon. - * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r. - - * elf/Makefile: Add rules to build and run tst-dlopenrpath. - * elf/tst-dlopenrpath.c: New file. - * elf/tst-dlopenrpathmod.c: New file. - - * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8. - * intl/tst-gettext.c: Likewise. - - * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses. - - * nss/getent.c: Allow queries for getaddrinfo with AF_INET and - AF_INET6. - -2004-08-14 Ulrich Drepper - - * po/de.po: Update from translation team. - -2004-08-14 Roland McGrath - - * sysdeps/mach/configure: Regenerated. - * sysdeps/mach/hurd/configure: Regenerated. - -2004-08-14 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is - performed, make sure it is still the first entry after sorting - that has the ai_canonname information. - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname - only in one entry. - -2004-08-13 Daniel Jacobowitz - - * scripts/output-format.sed: Handle default case of three-argument - OUTPUT_FORMAT. - - * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as - __attribute_used__. - -2004-08-13 Ulrich Drepper - - * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the - first returned entry. Print name only if not NULL. - - * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct - __netgrent object passed in instead of global variables. - Optimize. - * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data - in struct __netgrent object passed in instead of global variables. - * inet/netgroup.h (struct __netgrent): Add service_user field. - Move cursor in anonymous union, add new field location to that - union. - * inet/getnetgrent_r.c: Extensive rewrite to really enable - concurrent uset of set/get/endnetgrent and innetgr. - Reported by Chuck Simmons. - - * inet/netgroup.h (struct name_list): Replace name pointer with - zero-sized array. - * inet/getnetgrent_r.c: Adjust code for change in name_list - layout. Numerous strdup and free calls removed. - - * elf/sprof.c (read_symbols): When comparing aliases, prefer - non-hidden over hidden symbols and strong over weak symbols - if both don't start with '_'. + * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): + Update handling of cache descriptor 0x49 for new models. + * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): + Likewise. - * malloc/malloc.c: Use strong_alias instead of weak_alias wherever - possible. +2006-11-08 Jakub Jelinek -2004-08-12 Jakub Jelinek + * elf/dl-load.c (decompose_rpath): Return bool rather than void. + If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and + return false, otherwise return true. + (cache_rpath): Return decompose_rpath return value. - * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard - RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly. - * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. - * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. - Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros - accordingly. +2006-11-02 Jakub Jelinek -2004-08-11 Andreas Schwab + * malloc/memusage.c (dest): Reset not_me back to false after + printing statistics. - * resolv/res_libc.c: Move definition of __res_initstamp ... - * resolv/res_init.c: ... here. +2006-10-27 Ulrich Drepper -2004-08-10 GOTO Masanori + * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and + split out locking and parameter checking. + (_dl_close): Call _dl_close_worker after locking and checking. + * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of + _dl_close. + * elf/Makefile: Add rules to build and run tst-thrlock. + * elf/tst-thrlock.c: New file. - * locale/C-time.c: Change default ERA value from NULL to "". - * locale/tst-C-locale.c: Add test case for ERA keywords. + [BZ #3429] + * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until + we are sure we do not need it anymore for _dl_close. Also move + the asserts inside the lock region. + Patch mostly by Suzuki . -2004-08-12 Ulrich Drepper +2006-10-17 Jakub Jelinek - * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard - RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly. - * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. - * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. + * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses + as signed longs, check for x_base + pos overflow. + * sunrpc/Makefile (tests): Add tst-xdrmem2. + * sunrpc/tst-xdrmem2.c: New test. -2004-08-12 Jakub Jelinek +2006-10-16 Ulrich Drepper - * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING, - RLIMIT_MSGQUEUE): Add. - (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust. - * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING, - RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. - (RLIM_NLIMITS): Adjust. - * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING, - RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. - (RLIM_NLIMITS): Adjust. - * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING, - RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. - (RLIM_NLIMITS): Adjust. + [BZ #3369] + * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4 + and 7. -2004-08-12 Jakub Jelinek +2006-10-13 Ulrich Drepper - * resolv/res_query.c (__libc_res_nsearch): Protect the debugging - printf with #ifdef DEBUG and RES_DEBUG check. + * elf/dl-minimal.c (realloc): Optimize last patch. - * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after - __USE_MISC #endif. - * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize - declaration. - * sysdeps/gnu/bits/shm.h: Likewise. - * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise. - * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. - * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. - * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. - * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise. +2006-10-12 Richard Sandiford -2004-08-12 Ulrich Drepper + [BZ #3352] + * elf/dl-minimal.c (realloc): Let malloc() return a new pointer, + and use memcpy() if it does. - * po/ca.po: Update from translation team. +2006-10-11 Ulrich Drepper -2004-08-11 Ulrich Drepper + * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset. - * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for - __getpagesize declaration. +2006-10-10 Ulrich Drepper -2004-08-11 Roland McGrath + * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH + components which lack them. - * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around - commands inside &&. - Reported by Andreas Schwab . - * configure: Regenerated. + * nis/nis_subr.c (nis_getnames): Make sure that we always return + at least one entry consisting of the parameter concatenated with + the domain. - * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL. +2006-10-09 Jakub Jelinek -2004-08-11 Ulrich Drepper + * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0 + rather than r->r_brk. - * time/tzset.c (tzset_internal): Add new parameter which is - nonzero if called through tzset. Use TZDEFAULT name including - name comparison if the new parameter is zero. This means implicit - tzset calls will not cause files to be opened and read by tzfile.c - all the time. +2006-10-06 Ulrich Drepper -2004-08-11 Jakub Jelinek + * nis/nis_table.c (nis_list): If __follow_path fails in the new + code, make sure the nis_freeresult call doesn't crash and that the + result is reported correctly. - * rt/tst-timer2.c (do_test): If timer_create fails, just continue. - * rt/tst-timer4.c (do_test): If one of the timer_create calls fails, - return 1 immediately. +2006-09-27 Jakub Jelinek - * time/tzfile.c (__tzfile_read): Free transitions only if it will - not be reused. + * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS + when callback is NULL. - * sysdeps/ieee754/dbl-64/mpa.c: Include . - * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed. + * nis/Versions (libnss_nisplus): Add + _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE. + * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups. + * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len, + _nss_create_tablename): Rename to... + (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename): + ... these. No longer static. + (internal_setgrent): Adjust users. + (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise. + Don't use locking around _nss_grp_create_tablename call. + * nis/nss_nisplus/nisplus-initgroups.c: New file. - * stdio-common/tst-popen.c: Include . +2006-10-06 Andreas Jaeger - * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG. + * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. - * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn - attribute. Return NULL instead of calling pthread_exit at the end. +2006-10-06 Ulrich Drepper -2004-08-11 Roland McGrath + * po/pl.po: Update from translation team. - * iconvdata/testdata/ISO-2022-JP-3: Regenerated. + * nscd/nscd.c (main): Fix typo in message. + Patch by Jakub Bogsz . -2004-08-10 Alfred M. Szmidt +2006-10-02 Jakub Jelinek - * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. + [BZ #3291] + * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include + errno.h, signal.h, unistd.h and sysdep-cancel.h. + (__sigprocmask): Define. -2004-08-10 Jakub Jelinek +2006-10-02 Ulrich Drepper - * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t). - (fwrite_unlocked): When checking if size * n is <= 8, cast each - argument to size_t individually. Cast n to (void) instead of - (size_t), surround with (), return (size_t) 0 if one of n or size - is 0. [BZ #316] - * stdio-common/Makefile (tests): Add tst-unlockedio. - * stdio-common/tst-unlockedio.c: New test. + * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is + used. -2004-08-09 Roland McGrath +2006-10-02 Jakub Jelinek - * manual/install.texi (Supported Configurations): Replace bug-glibc - mention with web URL. - * INSTALL: Regenerated. - * locale/iso-3166.def: Likewise, in comment. - * locale/iso-4217.def: Likewise. - * locale/iso-639.def: Likewise. - * posix/cpio.h: Remove bug reporting comment. + * nscd/mem.c (mempool_alloc): Round array size to 16 bytes + in oldtotal and newtotal calculation. + * nscd/nscd-client.h (struct mapped_database): Add datasize + field. + * nscd/nscd_helper.c (get_mapping): Initialize datasize field. + (__nscd_get_map_ref): Get a new mapping even if mapping's data_size + increased. + (__nscd_cache_search): Add checks to make sure we never reference + data beyond the current mapping. -2004-08-09 Ulrich Drepper +2006-10-02 Dmitry V. Levin - * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t) - casts to handle funny calls with floating point argument values - and signed values correctly and without warning. - (fwrite_unlocked): Likewise. [BZ #309] + * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val + variables const to avoid compiler warnings. - * malloc/memusage.c (me): Use creat64, not creat. - * malloc/memusagestat.c: Fix handling of very large sizes. [BZ #285] - Patch by Guy Maor . + * io/fts.c (fts_close): Remove redundant checks. + (fts_build): Likewise. + (fts_palloc): Likewise. - * elf/ldconfig.c (options): Mark parameter option names as - translatable. [BZ #253] Patch by Jakub Bogusz . + * manual/message.texi (Advanced gettext functions, + Using gettextized software): Fix typos. - * iconv/gconv_charset.h (strip): Also allow comma which is what is - used to separate options. [BZ #194] +2006-09-30 Ulrich Drepper -2004-08-09 Roland McGrath + * posix/glob.c (glob_in_dir): Add some comments and asserts to + explain why there are no leaks. - * FAQ.in: Refer to web pages instead of bug-glibc. - * FAQ: Regenerated. +2006-09-29 Ulrich Drepper - * time/strptime_l.c: #include , `bool' used in last change. + * libio/wmemstream.c: Include . + * libio/bug-wmemstream1.c: Likewise. + * libio/tst-wmemstream1.c: Likewise. + * libio/tst-wmemstream2.c: Likewise. -2004-08-09 Ulrich Drepper + * version.h (RELEASE): Bump to 2.5. + * README: Regenerated. - * time/tzset.c (tzset_internal): If TZ is not set do not compare - old and new tz value since it might be /etc/localtime in both - cases although the file changed. [BZ #154] - Patch by Christian Franke . + * locale/iso-3166.def: Add Aaland Islands and Montenegro. - * time/tzfile.c (__tzfile_read): Determine dev/ino of file. - Compare with values of previously opened file. Don't do anything - is they match. + [BZ #3273] + * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have + found no group members. + Patch by Petr Baudis. -2004-08-08 Ulrich Drepper +2006-09-29 Jakub Jelinek - * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set, - reset loader before the actual loading. - * elf/dl-open.c (dl_open_worker): If file name contains no path - element determine map of caller. Pass caller map in this case to - _dl_map_object. Set __RTLD_CALLMAP in mode. - * include/dlfcn.h (__RTLD_CALLMAP): Define. [BZ #116] - Patch by Greg Wolodkin . + * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't + assert bootstrap_map.l_tls_modid is zero. + (_dl_start): Initialize bootstrap_map.l_tls_modid to 0 + if USE___THREAD. - * misc/syslog.c (openlog_internal): Always try both UDP and TCP. - [BZ #108] Patch mainly by Bjorn Andersson . +2006-09-27 Ulrich Drepper - * configure.in: Also recognize i786. [BZ #106] - Patch by . + * libio/stdio.h: Move open_wmemstream prototype to ... + * wcsmbs/wchar.h: ... here. - * resolv/res_query.c (__libc_res_nsearch): Correctly test whether - name contains any dots. [BZ #95] +2006-09-25 Jakub Jelinek - * resolv/res_send.c: Compiling with DEBUG defined works again. - * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf. Adjust all - callers. + [BZ #3252] + * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only + fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call + __{,l}chown to handle the rest. + * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only + fchownat syscall and __ASSUME_32BITUIDS case inline, call + __{,l}chown to handle the rest. + * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include + i386/fchownat.c. + * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise. - * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is - available the process is not killed. [BZ #41] + [BZ #3253] + * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a + time, rather allocate increasingly bigger arrays of pointers, if + possible with alloca, if too large with malloc. - * intl/tst-gettext.c (main): Improve some messages. [BZ #33] +2006-09-24 Jakub Jelinek - * time/strptime_l.c (__strptime_internal): Fix handling of %Ey. - [BZ #28] + * sysdeps/powerpc/fpu/libm-test-ulps: Updated. - * po/sv.po: Update from translation team. + * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos. -2004-08-07 Ulrich Drepper +2006-09-24 Ulrich Drepper - * inet/netinet/in.h: Add more const to the setipv4soucefilter, - getsourcefilter, and setsourcefilter parameter list. - * sysdeps/generic/setipv4sourcefilter.c: Likewise. - * sysdeps/generic/getsourcefilter.c: Likewise. - * sysdeps/generic/setsourcefilter.c: Likewise. - * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise. - * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise. - * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise. + * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4, + home addresses. + * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize + IFA_F_HOMEADDRESS flag for interfaces. + * include/ifaddrs.h (struct in6addrinfo): Define + in6ai_homeaddress. - * po/tr.po: Update from translation team. +2006-09-21 Jakub Jelinek -2004-08-06 Ulrich Drepper - - * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo. - Reported by Paolo Bonzini. - -2004-08-06 Jakub Jelinek - - * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add - always_inline. - * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup, - elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise. - - * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h - before including linux/atalk.h. - - * resolv/res_libc.c: Include atomic.h. - - * intl/finddomain.c (free_mem): Rename to... - (_nl_finddomain_subfreeres): ... this. Add - __libc_freeres_fn_section. - * intl/loadmsgcat.c (_nl_unload_domain): Add - __libc_freeres_fn_section. - * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC. - Add attribute_hidden. - (_nl_findomain_subfreeres): New prototype. - * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres. - -2004-07-30 Guido Guenther - - * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to - test if the key is numeric or not. - (group_keys): Likewise. - -2004-08-05 Ulrich Drepper - - * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE, - struct group_filter, and GROUP_FILTER_SIZE. - * include/sys/socket.h: Declare __getsockopt. - * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file. - * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file. - * sysdeps/unix/sysv/linux/setsourcefilter.c: New file. - * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211] - - * po/ko.po: Update from translation team. - -2004-08-04 Jakub Jelinek - - * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc + - memset. - (__hesiod_res_set): Free nsaddrs. - - * include/resolv.h (__res_maybe_init): Add prototype. - * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field. - * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE. - * resolv/res_libc.c (__res_initstamp, lock): New variables. - (res_init): Increase __res_initstamp. - (__res_maybe_init): New function. - * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp. - * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead - of RES_INIT check and {res_ninit,__res_ninit,res_init} call. - * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise. - * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r, - _nss_dns_gethostbyaddr_r): Likewise. - * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r, - _nss_dns_getnetbyaddr_r): Likewise. - * resolv/gethnamaddr.c (gethostbyname, gethostbyname2, - gethostbyaddr): Likewise. - * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate, - res_isourserver, res_sendsigned, res_update, res_search, - res_querydomain): Likewise. - * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise. - * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise. - * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r): + [BZ #3225] + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3, + PTR_DEMANGLE3): Define. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3, + PTR_DEMANGLE3): Likewise. + * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them. + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Likewise. - -2004-08-05 Ulrich Drepper - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for - V4-mapped IPv6 addresses and req->ai_family==AF_INET. - Reported by A. Guru . - - * po/sv.po: Update from translation team. - * po/sk.po: Likewise. + * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise. + +2006-09-20 Jakub Jelinek + + * po/libc.pot: Regenerated. + * po/be.po: Updated. + * po/ca.po: Likewise. + * po/cs.po: Likewise. + * po/da.po: Likewise. + * po/de.po: Likewise. + * po/el.po: Likewise. + * po/en_GB.po: Likewise. + * po/es.po: Likewise. + * po/fi.po: Likewise. + * po/fr.po: Likewise. + * po/gl.po: Likewise. + * po/hr.po: Likewise. + * po/hu.po: Likewise. + * po/ja.po: Likewise. + * po/ko.po: Likewise. + * po/nb.po: Likewise. + * po/nl.po: Likewise. * po/pl.po: Likewise. + * po/pt_BR.po: Likewise. + * po/ru.po: Likewise. + * po/rw.po: Likewise. + * po/sk.po: Likewise. + * po/sv.po: Likewise. + * po/tr.po: Likewise. + * po/zh_CN.po: Likewise. + * po/zh_TW.po: Likewise. + + [BZ #3137] + * iconv/iconv_prog.c (main): Fix spelling in error message. + * iconv/iconvconfig.c (main): Likewise. + * locale/programs/ld-collate.c (handle_ellipsis): Likewise. + * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise. + * locale/programs/localedef.c (main): Likewise. + * locale/programs/repertoire.c (repertoire_read): Likewise. + * timezone/zdump.c (main): Likewise. + * nscd/connections.c (handle_request): Fix spelling in log message. + Patch by Malcolm Parsons . + +2006-09-20 Ulrich Drepper + + * inet/inet6_option.c: Also emit linker warnings for the RFC 2292 + interfaces. + +2006-09-20 Andreas Jaeger + + * math/libm-test.inc (lrint_test_upward): Fix typo. + +2006-06-17 Joseph S. Myers + + [BZ #2592] + * math/libm-test.inc (lrint_test_tonearest): New function. + (lrint_test_towardzero): New function. + (lrint_test_downward): New function. + (lrint_test_upward): New function. + (main): Run these new tests. + * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding + of values near to 0. + (two52): Use double not long double. + * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise. + * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise. + (two23): Use float not double. + * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise. + (two23): Use float not double. + * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise. + * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise. + * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise. + * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise. + +2006-09-20 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext): + Cast sp to unsigned long to avoid compiler warning. + Use __makecontext_ret function instead of a trampoline on the stack. + (__makecontext_ret): New function. + * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise. + +2006-09-19 Jakub Jelinek + + * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but + platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM + bits. + +2006-09-19 Ulrich Drepper + + * elf/dl-close.c (_dl_close): If dependency is not unloaded make + sure no reference to the unloaded map's search list remains in the + dependency's scope. + +2006-09-16 Jakub Jelinek + + * elf/Makefile: Add rules to build and run unload7 test. + * elf/unload7.c: New test. + * elf/unload7mod1.c: New file. + * elf/unload7mod2.c: New file. + +2006-09-18 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto. + * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS, + PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define. + * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS, + PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise. + * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS, + PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise. + * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS, + PTRACE_GETEVENTMSG): Likewise. + (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent + values. -2004-08-04 Jakub Jelinek - Ulrich Drepper - - * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input - characters than necessary. - -2004-08-05 Ulrich Drepper - - * wcsmbs/Makefile (tests): Add tst-mbsrtowcs. - * wcsmbs/tst-mbsrtowcs.c: New file. - - * po/fr.po: Update from translation team. - -2004-08-04 Jakub Jelinek - - * resolv/inet_pton.c (inet_pton4): Disallow octal numbers. Reported - by A. Guru . [BZ #295] - -2004-08-05 Ulrich Drepper - - * po/nl.po: Update from translation team. - - * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4 - numeric address formats inet_addr knows. - (getaddrinfo): Allow AI_NUMERICSERV flag. - If neither IPv4 nor IPv6 interface is present we cannot make any - decision for AI_ADDRCONFIG. Fail if AI_NUMERICSERV is set and the - string is not just a number. Remove useless freeaddrinfo call. - * resolv/netdb.h (AI_NUMERICSERV): Define. - Based on a patch by a.guru@sympatico.ca. - -2004-08-04 Jakub Jelinek - - * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure - instead of trying to initialize some, but not all, fields one by - one. - * stdio-common/printf_size.c (printf_size): Initialize fb_info - structure with *info instead of trying to initialize some, but not - all, fields from it. - - * nscd/connections.c (handle_request): Check if req->type is in - LASTDBREQ .. LASTREQ range instead of req. - - * locale/programs/linereader.c (lr_create): Initialize - lr->return_widestr to 0. - - * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section. - (free_mem): Call free_slotinfo just once. - - * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead - of NULL. - - * locale/localeinfo.h (_nl_locale_subfreeres): New prototype. - * locale/setlocale.c (free_category): Add __libc_freeres_fn_section. - (free_mem): Rename to _nl_locale_subfreeres. - * iconv/gconv_db.c: Include locale/localeinfo.h. - (free_derivation, free_modules_db): Add __libc_freeres_fn_section. - (free_mem): Call _nl_locale_subfreeres. - * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section. - -2004-08-04 Roland McGrath - - * Makeconfig ($(common-objpfx)config.status): - Fix typo: $(add_ons) -> $(add-ons). - (Makeconfig-add-on): New variable. When doing $(sysdep-makeconfigs) - include, use black magic to get it set to an add-on's name during the - include of the add-on's Makeconfig. - - * configure.in: Use variable name `libc_add_on' when sourcing add-on - configure fragments, so they can refer to this. - * configure: Regenerated. - -2004-08-04 Roland McGrath - - * posix/tst-waitid.c (test_child): Sleep a second before stopping. - (do_test): Bump sleep to three seconds. - (sigchld, check_sigchld): New functions. - (do_test): Handle SIGCHLD and check for getting the right details. - - * posix/tst-waitid.c (do_test): Kill the child process when bailing - out early on some failure. - [WCONTINUED]: Test WCONTINUED functionality. - -2004-08-03 Ulrich Drepper - - * nscd/connections.c (handle_request): Print more descriptive - message for invalid request types. - -2004-08-02 Jakub Jelinek - - * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff. - Always treat high as highest number in range + 1. - * iconvdata/ibm943.c (BODY): Likewise. - -2004-07-31 Bruno Haible - - * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004. - * iconvdata/jisx0213.c (__jisx0213_to_ucs_main, - __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1, - __jisx0213_from_ucs_level2): Regenerated. - * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function. - * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from - JISX0213_1_set. - (JISX0213_1_2004_set): New enum value. - (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O. - (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O - when possible, ESC $ ( Q when needed. - * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters. - * iconvdata/testdata/EUC-JISX0213..UTF8: Update. - * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters. - * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update. - * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters. - * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update. - -2004-07-22 Bruno Haible - - * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003. - -2004-07-29 David S. Miller - - * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize - better for smaller than 256 byte copies. Also, use only one - unrolled loop instead of two for the large copy case. - -2004-07-30 Richard Henderson - - * sysdeps/alpha/divq.S: Save t3 before it gets clobbered. - * sysdeps/alpha/remq.S: Likewise. - * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the - new division algorithms in divl.S and divq.S respectively. - -2004-07-28 GOTO Masanori - - * timezone/asia: Update from tzdata2004b. - * timezone/backward: Likewise. - * timezone/europe: Likewise. - * timezone/iso3166.tab: Likewise. - * timezone/leapseconds: Likewise. - * timezone/northamerica: Likewise. - * timezone/southamerica: Likewise. - * timezone/zone.tab: Likewise. - - * timezone/private.h: Update from tzcode2004b. - * timezone/zic.c: Likewise. - -2004-07-27 Ulrich Drepper - - * nscd/grpcache.c (cache_addgr): If necessary, add entry also - under the name the user provided. - * nscd/pwdcache.c (cache_addpw): Likewise. - -2004-07-26 Roland McGrath - - * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for - call to __waitpid. - -2004-07-26 Ulrich Drepper - - * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to - memory leaks. +2006-09-17 Mike Frysinger + + * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS, + PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define. + * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS, + PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO. + +2006-09-16 Jakub Jelinek + + * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't + write '\0' to the fd. + * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise. + * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise. + Change regs to unsigned long pointer from unsigned int, fix fscr + offset. + +2006-09-14 Jakub Jelinek + + * io/Makefile (CFLAGS-fstatat.c): Set. + (CFLAGS-fstatat64.c): Likewise. + (CFLAGS-mknodat.c): Likewise. + + * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes. + * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise. + * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten. + * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten. + +2006-09-14 Jakub Jelinek + Steven Munroe + + * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap + names to the beginning. Rename "cell" to "cellbe". + (_dl_powerpc_platforms): New. + * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease. + (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell. + (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define. + (_DL_HWCAP_PLATFORM): Define to new mask. + (_dl_platform_string, _dl_string_platform): New functions. + * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT, + PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define. + +2006-09-12 Jakub Jelinek + + [BZ #2526] + * README.libm: Fix a thinko in sqrt algorithm description. + + [BZ #3143] + * manual/string.texi (argz_delete): Fix prototype. + Patch by . + +2006-08-26 Joseph Myers + + [BZ #3138] + * io/test-lfs.c (do_prepare): Give name_len type size_t. + * io/tst-fcntl.c (do_prepare): Likewise. + * posix/tst-exec.c (do_prepare): Likewise. + * posix/tst-preadwrite.c (do_prepare): Likewise. + * posix/tst-spawn.c (do_prepare): Likewise. + * posix/tst-truncate.c (do_prepare): Likewise. + * rt/tst-aio.c (do_prepare): Likewise. + * rt/tst-aio64.c (do_prepare): Likewise. + * stdlib/test-canon2.c (do_prepare): Give test_dir_len type + size_t. + +2006-09-09 Ulrich Drepper + + [BZ #2821] + * time/mktime.c (guess_time_tm): Fix overflow detection. + * time/Makefile (tests): Add bug-mktime1. + * time/bug-mktime1.c: New file. + + [BZ #3189, #3188] + * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE. + (mremap): Likewise. + +2006-09-07 Jakub Jelinek + + [BZ #1006] + * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): + Ensure relocation doesn't clobber any bits outside of the + immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30, + R_SPARC_HI22 and R_SPARC_H44. + + [BZ #2775] + * malloc/malloc.c (sYSMALLOc): Only call grow_heap if + (long) (MINSIZE + nb - old_size) is positive. + + * malloc/arena.c (grow_heap): When growing bail even if new_size + is negative. - * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for - new buffer at the right time. - Reported by Jakub Bogusz . + [BZ #3155] + * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access + stack below r1. -2004-07-25 Ulrich Drepper +2006-09-06 Jakub Jelinek - * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter, - getsourcefilter, setipv4sourcefilter, and setsourcefilter. - * inet/Makefile (routines): Likewise. - * inet/netinet/in.h: Add prototypes for getipv4sourcefilter, - getsourcefilter, setipv4sourcefilter, and setsourcefilter. - * sysdeps/generic/getipv4sourcefilter.c: New file. - * sysdeps/generic/setipv4sourcefilter.c: New file. - * sysdeps/generic/getsourcefilter.c: New file. - * sysdeps/generic/setsourcefilter.c: New file. + * posix/regex_internal.c (re_string_reconstruct): Handle + offset < pstr->valid_raw_len && pstr->offsets_needed case. + Ensure no bytes read before raw_mbs array. Pass a saved copy of + pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to + re_string_context_at. + * posix/Makefile: Add rules to build and run bug-regex26 test. + * posix/bug-regex26.c: New test. -2004-07-17 Steven Munroe + * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free + rather than col_sym_free. Move seqp declaration earlier. - * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling - for POWER4 machines. + * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized. -2004-07-21 Jakub Jelinek +2006-09-05 Jakub Jelinek - [BZ #274] - * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >= - BITS_PER_MP_LIMB shifting up. - * stdlib/tst-strtod.c (main): Add new tests. + * nscd/initgrcache.c (addinitgroupsX): Move any_success + decl before first goto out. -2004-07-23 Jakub Jelinek +2006-09-04 Jakub Jelinek - [BZ #282] - * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of - _IO_no_init. Remove wd from struct locked_FILE. - (_IO_wproc_jumps): Remove. - Reported by Andrew Josey . - * stdio-common/Makefile (tests): Add tst-popen. - * stdio-common/tst-popen.c: New test. + * Makerules (shlib.lds): If have-hash-style, put .hash section + at the end of the RO segment. -2004-07-23 Ulrich Drepper +2006-09-04 Ulrich Drepper - * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and - _POSIX_OPEN_MAX. Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX, - _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX. - Reported by Andrew Josey. + * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new + style hash table format is used. - * include/features.h: Document _POSIX_C_SOURCE == 200112L. +2006-09-04 Jakub Jelinek - * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined. - * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined. - * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, - off_t, time_t, and uid_t if __USE_XOPEN2K is defined. - * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined. - * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and - useconds_t if __USE_XOPEN2K is defined. - * io/utime.h: Define time_t if __USE_XOPEN2K is defined. - * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined. + * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after + randomization rather than before. + * resolv/res_init.c (res_randomid): Don't call gettimeofday here. -2004-07-19 Thorsten Kukuk +2006-08-31 Jakub Jelinek - * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't - allocate memory for large temporary variables with alloca. + * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so. -2004-07-22 Ulrich Drepper + * malloc/malloc.c (_int_malloc): Use full list insert and not + shortcut which assumes the list is empty for large requests + too. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility - code must have version GLIBC_2.0. Patch by Dwayne McConnell. + * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf". - * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL - pointer and zero length. +2006-08-30 Jakub Jelinek -2004-07-21 Ulrich Drepper + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin + and offout arguments to the prototype. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise. + * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string. - * nscd/cache.c (prune_cache): Print correct list when debugging. +2006-08-28 Ulrich Drepper -2004-07-21 Jakub Jelinek + * elf/dl-load.c (_dl_init_paths): Expand DSTs. - * resolv/res_libc.c (res_init): If RES_INIT is set and - _res.nscount > 0, call __res_nclose and free nsaddrs. - * resolv/Makefile: Add rules to build and run tst-leaks2. - * resolv/tst-leaks2.c: New test. + * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in + dlopen parameters. -2004-07-21 Ulrich Drepper +2006-08-28 Jakub Jelinek - * intl/libintl.h: Don't define macros for C++. - Patch by Goto Masanori. - -2004-07-22 GOTO Masanori - - [BZ #276] - * include/arpa/inet.h: Change inet_aton type from in_addr_t to int. - * inet/arpa/inet.h: Likewise. - * resolv/inet_addr.c: Likewise. - -2004-07-21 Alexandre Oliva - - * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop. - -2004-07-20 Roland McGrath - - * configure.in (add_ons): Substitute this. Move $add_ons handling - after AC_CANONICAL_HOST and default setting of $machine et al. - Don't set $subdirs from $add_ons. - Instead, source add-on/configure fragments early on. - (base_machine): If it's already set, don't set it based on $machine. - (libc_config_ok): New variable, set to no. If an add-on fragment sets - it to yes, skip the tuple sanity check as if --enable-hacker-mode. - (sysnames): Try appending add-on names after machine as well. - * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@. - * Makeconfig ($(common-objpfx)config.status): Also depend on configure - files in $(add_ons) dirs. - - * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove - definition, now in netinet/in.h proper. - -2004-07-20 Alexandre Oliva - - * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): - Sort by syscalls. Make sure we get headers such as sgidefs.h from - the build tree before just-installed ones. - - * sysdeps/mips/atomicity.h: Use standard names for ABI macros, - include sgidefs.h where appropriate. - * sysdeps/mips/dl-machine.h: Likewise. - * sysdeps/mips/machine-gmon.h: Likewise. - * sysdeps/mips/bits/setjmp.h: Likewise. - * sysdeps/mips/fpu/bits/mathdef.h: Likewise. - * sysdeps/mips/mips64/__longjmp.c: Likewise. - * sysdeps/mips/mips64/setjmp_aux.c: Likewise. - * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise. - * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. - * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. - * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. - * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise. - * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise. - * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise. - * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise. - * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): - Likewise. - * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): - Likewise. + * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno + only if herrno is NETDB_INTERNAL. Handle errors other than + ERANGE outside of the loops, handle TRY_AGAIN. - * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use - _dl_lookup_symbol_x. - (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error. - -2004-07-20 Ulrich Drepper - - * inet/netinet/in.h: Define struct ip_mreq and struct - ip_mreq_source. - Define struct group_req and struct group_source_req. - * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE, - IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP, - IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP, - MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP, - MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and - MCAST_MSFILTER. - Define MCAST_INCLUDE and MCAST_EXCLUDE. - - * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244]. - -2004-07-19 Jakub Jelinek - - [BZ #258] - * math/libm-test.inc (max_value, min_value): New variables. - (initialize): Initialize them. - (pow_test): Add a couple of new tests. - * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid - exception if |y| >= 1U<<31. - * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid - exception if |y| >= 1L<<63. - * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. - If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN. - * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise. - -2004-07-18 Ulrich Drepper + * locale/programs/ld-ctype.c (translit_flatten): Issue error + if other's ctype category was missing. + * locale/programs/ld-collate.c (collate_read): Return if + copy_locale's collate category is missing. - * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful - lookup a bit. - * nscd/grpcache.c (cache_addgr): Likewise. - * nscd/hstcache.c (cache_addhst): Likewise. +2006-08-27 Ulrich Drepper -2004-07-10 GOTO Masanori + [BZ #2684] + * malloc/malloc.c (public_rEALLOc): Try harder by using other + arenas if allocation failed. + Patch mostly by Jan Edler . - * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw. - * sysdeps/s390/s390-64/elf/start.S: Likewise. +2006-08-26 Ulrich Drepper -2004-04-16 Andreas Schwab - - * sysdeps/ia64/bits/atomic.h: Cast first argument of - __sync_bool_compare_and_swap_si correct to void*. - -2004-07-17 Ulrich Drepper - - * iconv/iconv_prog.c (print_known_names): Make machine-readable - output even less cluttered. + * malloc/malloc.c (bin_at): Rewrite to be more clear and to not + waste bins[0..1]. + (malloc_state): Reduce bins size by 2. + (_int_malloc): Fix test for large enough buffer for early termination. + When no unsorted block matches perfectly and an exiting block has + to be split, use full list insert and not shortcut which assumes + the list is empty. -2004-07-16 Steven Munroe - - [BZ #269] - * setjmp/Makefile (tests): Add bug269-setjmp. - * setjmp/bug269-setjmp.c: New file. - * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]: - Store R2 from jmpbuf in callers TOC save area. - * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]: - Store R2 in TOC save area. - * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]: - Copy TOC save area from previous frame as R2 (TOC) in jmpbuf. + * locale/programs/ld-ctype.c (ctype_read): Better patch for read + failure. -2004-07-16 Jakub Jelinek +2006-08-24 Ulrich Drepper - * locale/newlocale.c: Include bits/libc-lock.h. - (__libc_setlocale_lock): Extern decl. - (__newlocale): Use it. - Reported by Ulrich Weigand . + * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't + do anything. -2004-07-15 Jakub Jelinek + * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined + symbol require exact match (these are PLTs). + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h + (_dl_ppc64_addr_sym_match): Likewise. - * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove - static inline __attribute ((always_inline)). Don't define if - NO_CANCELLATION. - (__libc_fcntl): Use INLINE_SYSCALL directly instead of - __fcntl_nocancel. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel): - Remove static inline __attribute ((always_inline)). Don't define - if NO_CANCELLATION. - (__libc_fcntl): Use INLINE_SYSCALL directly instead of - __fcntl_nocancel. - * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to - __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0. - Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0. - (__libc_fcntl): Don't define if __fcntl_nocancel is a macro. + [BZ #2683] + * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols. + If symbol has a value use it. + * elf/tst-dladdr1.c: New file. + * elf/Makefile: Add rules to build and run tst-addr1. - [BZ #262] - * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF - for main. - * elf/Makefile: Add rules to build and run tst-pie1. - * elf/tst-pie1.c: New test. - * elf/tst-piemod1.c: New file. +2006-08-24 Jakub Jelinek -2004-07-14 Jakub Jelinek + * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP + keeps failing and heap growth or new heap creation isn't + successful either. + * malloc/tst-malloc.c (main): Add new tests. - [BZ #266] - * manual/string.texi (l64a): Note that the static buffer is 7 bytes - long. Rewrite example code so that it takes into account l64a output - shorter than 6 characters. - Reported by Julian Graham . +2006-08-24 Ulrich Drepper -2004-07-14 Kaz Kojima + [BZ #2734] + * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions + as in the x86-64 code to use bswap. - * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here. - (elf_machine_rela_relative): Remove unused valiable. +2006-05-21 Joseph S. Myers -2004-07-12 Paul Eggert + [BZ #2680] + * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not + __USE_UNIX98. + * posix/bits/unistd.h: Likewise. - [BZ #263] - * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store - outside the buffer if the read returns 0. __strtod_l can't set - endp to NULL, so remove a test for that case. +2006-05-15 Mike Frysinger -2004-07-12 Roland McGrath + [BZ #2751] + * string/strchr.c: Add cast to avoid warning. - * manual/signal.texi (Interrupted Primitives): Make clear that - TEMP_FAILURE_RETRY evaluates its expression as long int and compares - it to -1 to define "failure". +2006-08-21 Ulrich Drepper -2004-07-10 Ulrich Drepper + * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit + platforms define as 512K. For 64-bit platforms as 32MB. The lower + limit is needed to avoid the exploding of the address space + requirement for secondary heaps. + * malloc/arena.c (HEAP_MAX_SIZE): Define using + DEFAULT_MMAP_THRESHOLD_MAX if it is defined. - * elf/ldconfig.c: Define PROCINFO_CLASS as static before including - ldsodefs.h. - * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not - already defined. - * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not - already defined. +2006-07-30 Joseph S. Myers - * elf/rtld.c (print_statistics): Mark with noinline attribute. - * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline - attribute. - (elf_machine_rel_relative): Likewise. + [BZ #3018] + * Makerules (depfiles): Handle extra-test-objs the same as + extra-objs. + (common-mostlyclean): Likewise. + * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs + instead. + * elf/Makefile (extra-objs): Likewise. + * stdlib/Makefile (extra-objs): Likewise. - * include/string.h: Add libc_hidden_proto for __strtok_r and - __strsep_g. - * sysdeps/generic/strsep.c: Add libc_hidden_def. - * sysdeps/generic/strtok_r.c: Likewise. - * sysdeps/i386/strtok_r.S: Add alias for internal symbol. - * sysdeps/i386/i686/strtok_r.S: Likewise. - * sysdeps/x86_64/strtok_r.S: Likewise. +2006-08-14 Eric Blake -2004-07-09 Alexandre Oliva + [BZ #3044] + * misc/error.h: Assume C89 or better. + * misc/error.c: Likewise. - * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden - instead of internal-linkage, such that we can alias to it. - (internal_endnetgrent, internal_getnetgrent_r): Likewise. +2006-08-21 Ulrich Drepper -2004-07-09 Ulrich Drepper + [BZ #3040] + * sysdeps/unix/sysv/linux/openat.c: Fix compilation if + __ASSUME_ATFCTS is defined. - * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute - to the front for gcc 3.5+. - * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise. - * include/fcntl.h: Don't declare __fcntl_nocancel here if - NO_CANCELLATION is defined. +2006-08-19 Ulrich Drepper -2004-07-07 Jakub Jelinek + * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks + to sort in each call. - * elf/dl-fini.c (_dl_fini): Add nloaded variable, load - GL(dl_nloaded) into it while still in critical section. + * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map + is empty simply return and use next service. + * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise. -2004-07-06 Thorsten Kukuk + * locale/programs/charmap.c (charmap_read): Add new parameter. It + tells us when not finding a charmap file is an error. + * locale/programs/charmap.h: Adjust charmap_read prototype. + * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we + cannot find a charmap. + * locale/programs/localedef.c (main): Adjust charmap_read call. - * nss/getent.c (print_group, print_passwd): Use %lu format for - `unsigned long int' values. +2006-08-15 Jakub Jelinek - * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax - error typos in goto statements. + * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use + sysdeps/posix/pause.c implementation instead. -2004-07-07 Roland McGrath +2006-08-09 Jakub Jelinek - * Makefile (dist-separate): New variable. - (glibc-%.tar rule): Make separate tar files for add-ons listed there. - Depend on their configure files. - (dist-do-separate-dirs): New canned sequence to do that. - (dist-separate-libidn, dist-separate-linuxthreads): New variables. - (dist): Depend on add-on tar files based on $(dist-separate). - (dist-version): New variable, default to $(version). - (tag-for-dist, dist): Use that in place of $(version) in deps. + * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority + to EPERM. -2004-07-07 Ulrich Drepper +2006-08-13 Andreas Schwab - * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock - before the loop running the destructors. + * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve): + Don't clobber caller's LRSAVE. + (_dl_prof_resolve): Likewise. -2004-05-18 Andreas Schwab +2006-08-14 Ulrich Drepper - * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of - the first segment for mprotect, not l_text_end. + [BZ #1996] + * libio/memstream.c (open_memstream): Allocate initial buffer with + calloc. + * libio/wmemstream.c (open_wmemstream): Likewise. + * libio/strops.c: Pretty printing. + (_IO_str_overflow): Clear uninitialized part of the new buffer. + (enlarge_userbuf): New function. + (_IO_str_seekoff): Call it if seek position is larger than current + buffer. + * libio/wstrops.c: Likewise. + * libio/vasprintf.c: Add comment as to why we do not have to use + calloc instead of malloc to allocate initial buffer. + * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1. + * libio/bug-memstream1.c: New file. + * libio/bug-wmemstream1.c: New file. -2004-07-05 Ulrich Drepper - - * elf/dl-profile.c (_dl_start_profile): Compact error handling. - Remove hashfraction variable. Make kcount and kcountsize local - variables. +2006-08-13 Ulrich Drepper - * elf/dl-init.c: Don't define and use _dl_starting_up if - HAVE_INLINED_SYSCALLS is defined and the variable is not used. - * elf/dl-support.c: Likewise. - * elf/rtld.c: Likewise. - * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly - if HAVE_INLINED_SYSCALLS is defined. - * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up - here. - * sysdeps/powerpc/powerpc32/dl-start.S: Likewise. - * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS. - * config.h.in: Add entry for HAVE_INLINED_SYSCALLS. - - * sysdeps/posix/profil.c: If compiled for ld.so, omit code which - is needed to stop profiling. - * elf/dl-open.c (dl_open_worker): If a newly opened object is to be - profile make sure it cannot be unloaded. - - * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall. - - * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation - support, make sure the helper function is inlined. - * sysdeps/unix/sysv/linux/pread.c: Likewise. - * sysdeps/unix/sysv/linux/pwrite.c: Likewise. - * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise. - -2004-07-05 Jakub Jelinek - - * include/string.h (ffs): Add libc_hidden_builtin_proto. - * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def. - * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise. - * sysdeps/alpha/ffs.S (ffs): Likewise. - * sysdeps/s390/ffs.c (ffs): Likewise. - * sysdeps/powerpc/ffs.c (ffs): Likewise. - * sysdeps/i386/ffs.c (ffs): Likewise. - * sysdeps/i386/i686/ffs.c (ffs): Likewise. - * sysdeps/m68k/ffs.c (ffs): Likewise. - * sysdeps/generic/ffs.c (ffs): Likewise. - * sysdeps/m88k/ffs.c (ffs): Likewise. - * sysdeps/am29k/ffs.c (ffs): Likewise. - * sysdeps/i960/ffs.c (ffs): Likewise. - * sysdeps/x86_64/ffs.c (ffs): Likewise. - - * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0. - - * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp, - __libc_siglongjmp): Remove symbol_version. - * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp): - Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4. - * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias - unconditionally. - * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove. - * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use - strong_alias instead of default_symbol_version, remove - symbol_version. - * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise. - * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change - into strong_alias to __novmxsetjmp. - (__vmx__setjmp): Similarly with __vmxsetjmp. - (__setjmp): Make it strong_alias to __vmx__setjmp, remove - default_symbol_version and symbol_version. - * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change - into strong_alias to __novmxsetjmp. - (__vmx__setjmp): Similarly with __vmxsetjmp. - (__setjmp): Make it strong_alias to __vmx__setjmp, remove - default_symbol_version and symbol_version. - - * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h. - -2004-07-05 Ulrich Drepper - - * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro. - -2004-07-04 Matthew Reppert - - * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver - instead of libc_hidden_def. - -2004-07-01 Roland McGrath - - * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT. - - * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level - $(..)shlib-versions file to last in deps list. This lets add-ons give - more-specific matches that override defaults in the top-level file. - - * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was - already set, don't set it or libc_cv_gcc_unwind_find_fde. - * sysdeps/unix/sysv/linux/configure: Regenerated. - -2004-07-01 Martin Schwidefsky - - * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES] - (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction. - (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction. - * sysdeps/s390/fpu/e_sqrt.c: New file. - * sysdeps/s390/fpu/e_sqrtf.c: New file. - * sysdeps/s390/Implies: New file. - * sysdeps/s390/s390-32/Implies: Remove ieee754, move - ieee754/dbl-64 and ieee754/flt-32 to s390/Implies. - * sysdeps/s390/s390-64/Implies: Likewise. - -2004-06-30 Jakub Jelinek - - * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h. - * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise. - - * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start): - DO_CALL (exit, 1) instead of branching to _exit. - * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start): - Likewise. + * libio/wstrops.c: Remove dead macro definitions and comments. + * libio/strops.c: Likewise. - * sysdeps/s390/fpu/bits/mathinline.h: New file. + [BZ #2764] + * login/utmpname.c (__utmpname): Remove unnecessary test. - * include/glob.h (glob64): Add libc_hidden_proto. - * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def. - * sysdeps/gnu/glob64.c (glob64): Likewise. - * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise. +2006-06-08 Joseph Myers -2004-06-11 Jakub Jelinek + [BZ #2832] + * math/gen-libm-test.pl (clean_up_number): Do not remove trailing + 0s from integers. - * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4. - * sysdeps/s390/fpu/libm-test-ulps: Likewise. +2006-08-13 Ulrich Drepper -2004-06-11 Dwayne Grant McConnell + [BZ #2987] + * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall + for CPU clocks. + * sysdeps/unix/clock_settime.c: Add support for platform-specific + setting of CPU clocks. - * sysdeps/powerpc/fpu/s_lround.c: Removed. - * sysdeps/powerpc/fpu/s_lroundf.c: Removed. - * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed. - * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file. - * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file. +2006-06-23 Paul Eggert -2004-06-30 Ulrich Drepper + [BZ #2841] + * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U', + since C99 requires the result to promote to 'int' when uint_least8_t + and uint_least16_t promote to 'int'. - * include/net/if.h: Handle if_nameindex and if_freenameindex with - libc_proto_hidden. - * sysdeps/unix/sysv/linux/netlinkaccess.h: New file. - * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions. - * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using - netlink if possible. Fall back on ioctl method if necessary. - * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h. +2006-08-12 Ulrich Drepper - * include/unistd.h: Declare __truncate. - * sysdeps/generic/truncate.c: Also define __truncate. - * sysdeps/mach/hurd/truncate.c: Likewise. - * sysdeps/unix/common/syscalls.list: Likewise. - * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate. + [BZ #3013] + * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix + lenght of one output field, correct bitmask creation. + * locale/programs/ld-time.c: Add alignment. -2004-06-29 Ulrich Drepper + [BZ #2997] + * misc/error.c: Add space between program name and message if file + name is missing. - * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize - info.extra. Patch by Marcus Meissner. +2006-08-03 Eric Blake -2004-06-29 Kaz Kojima + [BZ #2998] + * misc/error.c (error_tail) [_LIBC]: Avoid invalid free. - * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER): - Fix branch offset for a PLT entry. +2006-08-09 Ulrich Drepper -2004-06-20 Jim Meyering + * malloc/memusagestat.c: Silence warnings. - * malloc/obstack.h (obstack_base): Cast to `void *', to align with - documentation. + * malloc/malloc.c: Dynamically size mmap treshold if the program + frees mmaped blocks. + Patch by Valerie Henson and Arjan van de Ven. -2004-06-28 Ulrich Drepper +2006-08-08 Jakub Jelinek - * inet/bug-if1.c (do_test): Simply use 0 as invalid index. - Workaround for [BZ #232]. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with + __USE_GNU. - * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca. + * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab, + __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare. + (DEF): Don't put the var into .gnu.linkonce.r.* section. + Only provide var definitions in strtol_l (or for *ull* + in strtoll_l). -2004-06-28 GOTO Masanori + * stdio-common/bug16.c (tests): New array. + (do_tests): Allow the first hexadecimal digit + to be 1, 2, 4 or 8. Do 3 additional tests. - * iconv/gconv_simple.c: Use get16/put16 for user given buffer - in ucs2/ucs2reverse when unaligned memory access is attempted. - * iconv/tst-iconv5.c: New file. - * iconv/Makefile (tests): Add tst-iconv5. + * sysdeps/s390/fpu/libm-test-ulps: Update. -2004-06-28 Jakub Jelinek + * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use + fchownat syscall if available. + * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise. + * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise. + * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise. - * inet/bug-if1.c: Include . +2006-08-07 Ulrich Drepper -2004-06-19 Roland McGrath + * nis/nis_xdr.c: Avoid some function calls. - * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function - under this macro name instead. - [NO_DO_WAITID]: Don't define it at all. - (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are - defined, then return ENOTSUP for combinations of selection bits other - than WEXITED and WEXITED|WSTOPPED, which this version cannot support. +2006-08-07 Jakub Jelinek + Ulrich Drepper - * posix/tst-waitid.c: New file. - * posix/Makefile (tests): Add it. + * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take + short cut if only one name component is stripped away. + +2006-08-07 Ulrich Drepper + + * nis/nis_call.c: Minor cleanups throughout. + (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array. + (first_shoot): Add search_parent_first parameter. Only if it is set + search parent server first. + If directory for table found through cold start cache is not the same + as referenced in the cache, don't use it. + (__nisfind_server): Take additional parameter. Pass it on to + first_shoot. + (__prepare_niscall): Adjust __nisfind_server call. + * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype. + * nis/nis_table.c: Adjust __nisfind_server call. + * nis/nis_lookup.c: Likewise. + (nis_lookup): Don't loop endlessly if name is reduced to ".". -2004-06-28 Jakub Jelinek +2006-08-03 Ulrich Drepper - * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo. + [BZ #2182] + * math/s_cacosh.c: Return values from positive branch. + * math/s_cacoshf.c: Likewise. + * math/s_cacoshl.c: Likewise. - [BZ #231] - * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp - relocation in librt.so. + [BZ #2883] + * sysvipc/sys/msg.h: Change return value to ssize_t. + * sysdeps/unix/sysv/linux/msgrcv.c: Likewise. + * sysvipc/msgrcv.c: Likewise. + * include/sys/msg.h: Likewise. - [BZ #230] - * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load - _dl_skip_args. Patch by Jakub Bogusz . + * grp/initgroups.c (internal_getgrouplist): Remove unnecessary + test introduced in patch for bz #661. + (getgrouplist): Simplify code a bit. Don't allocate one additional + element for NEWGROUPS. -2004-06-27 Ulrich Drepper + [BZ #2908] + * stdio-common/printf_fphex.c (__printf_fphex): When rounding up + 'f', use '1' as leading digit not '\1'. + * stdio-common/Makefile (tests): Add bug16. + * stdio-common/bug16.c: New file. - * elf/ldconfig.c (add_dir): Take chroot into account. - Based on changes by HJ Lu and Hideki Iwamoto. + [BZ #2914] + * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE + and don't try to open it. The patch introducing the macro + contained a bug and used the same file name as the new file + instead of using /var/adm/hostid. Nobody complaint so I'm taking + this out completely. - * nscd/connections.c (invalidate_cache): If the host cache has to - be invalidated, re-read resolv.conf. + [BZ #2926] + * assert/assert.h: Move cast to void inside ?: to quiet gcc. + Patch by Jerry James . - * resolv/resolv.h (RES_NOIP6DOTINT): Define. - * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option. - * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int - if RES_NOIP6DOTINT flag is set. - * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise. + * rt/Makefile (tests): Add tst-clock2. + * rt/tst-clock2.c: New file. -2004-06-25 Jakub Jelinek + [BZ #2978] + * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread + function and its parameters and pass it to new thread. + (__gai_notify): Add support for alternative waiting for completion. + * resolv/gai_suspend.c (gai_suspend): Add support for alternative + waiting for completion. + * resolv/getaddrinfo_a.c: Likewise. + * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative + waiting for completion is used. + * resolv/gai_misc.c: Allow overwriting code to start helper thread. + * resolv/gai_cancel.c: Include not "gai_misc.h". + * resolv/gai_error.c: Likewise. + * resolv/gai_sigqueue.c: Likewise. - * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to... - * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here. - * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to... - * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file. +2006-08-02 Thomas Schwinge - * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK, - F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64. + * hurd/getdport.c (__getdport): Don't return EBADF; instead set + errno to EBADF and return MACH_PORT_NULL. -2004-06-21 Jakub Jelinek +2006-06-23 Joseph Myers - [BZ #231] - * sysdeps/unix/alpha/Makefile: New file. - * sysdeps/unix/alpha/rt-sysdep.S: New file. - Reported by Jakub Bogusz . + [BZ #2980] + * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables. -2004-06-18 Ulrich Drepper +2006-08-02 Ulrich Drepper - * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME, - determine the canonical name only for the first returned entry. + * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present, + walk them instead of the symbol table. - * inet/bug-if1.c: New file. - * inet/Makefile (tests): Add bug-if1. +2006-08-01 Ulrich Drepper -2004-06-18 Roland McGrath + [BZ #2098] + * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by + status of NSS calls, not the number of returned entries. - * Makerules (compile-mkdep-flags): Add -MT $@. + * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key, + request_key, keyctl. - * Makefile (dist, tag-for-dist): New targets. - (files-for-dist, tag-of-stem): New variables. - (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule. - Make tar files using cvs export. - (%.bz2, %.gz, tag-%): New pattern rules. - (distribute): Variable removed. - (+subdir_targets): Remove distinfo targets. - (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed. - (rpm/%): Pattern rule removed. - * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed. - * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist): - Targets removed. - * Makerules (dist, subdir_distinfo): Targets removed. - ($(objpfx)distinfo): Depend on $(distribute). - * Make-dist: File removed. +2006-07-31 Ulrich Drepper - * NEWS: Fix a typo. Update bug-reporting instructions. + * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include. -2004-06-17 Thorsten Kukuk +2006-07-16 Jeff Bailey - * sysdeps/unix/sysv/linux/sched_setaffinity.c - (__sched_setaffinity_new): Set errno to EINVAL and return -1 if - cpuset is wrongly set. + * elf/tst-auditmod1.c: Fix typo in #error. -2004-06-15 Steven Munroe +2006-07-31 Ulrich Drepper - * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling - for POWER4 machines. + * elf/tst-auditmod1.c: Remove code for unsupported architectures. -2004-06-14 Jakub Jelinek + * iconvdata/run-iconv-test.sh: Run cmp in C locale. - [BZ #218] - * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next - in a local variable, point rp to that local variable afterwards. +2006-07-20 Adam Nemet -2004-06-11 Jakub Jelinek + * stdlib/test-canon.c (do_test): Close fd before unlinking file so + that the directory is empty even on non-POSIX filesystems. - * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special - cases properly. +2006-07-31 Ulrich Drepper -2004-06-17 Ulrich Drepper + * elf/dl-open.c (dl_open_worker): Add branch prediction. - * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct - error value for unknown interface. [BZ #198] + * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into + the backend NSS module. If backend setgrent call failed, don't have + internal_setgrent fail. Just remember this until it is needed. + * nis/nss_compat/compat-pwd.c: Likewise. + * nis/nss_compat/compat-spwd.c: Likewise. + +2006-07-30 Roland McGrath + + * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. + * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed. + * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed. + * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed. + + * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro. + (nanosleep_not_cancel): New macro. + (sigsuspend_not_cancel): new macro. + * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS] + (do_sigsuspend): Define as inline. + (__sigsuspend): Always use do_sigsuspend. + [! NO_CANCELLATION] (__sigsuspend_nocancel): New function. + * include/signal.h: Declare __sigsuspend_nocancel. + * sysdeps/posix/pause.c + [! NO_CANCELLATION] (__pause_nocancel): New function. + + * include/unistd.h (__pause_nocancel): Add attribute_hidden. + * include/time.h (__nanosleep_nocancel): Likewise. + +2006-07-30 Ulrich Drepper + + * locale/programs/localedef.c (add_to_readlist): Rename local + variables to avoid confusion. + + * locale/programs/charmap.c (charmap_read): Emit error message if + charmap couldn't be found or read. -2004-06-13 Jakub Jelinek +2006-07-28 Ulrich Drepper + + * sysdeps/unix/sysv/linux/kernel-features.h: Define + __ASSUME_FUTEX_LOCK_PI. + * include/time.h: Declare __nanosleep_nocancel. + * include/unistd.h: Declare __pause_nocancel. - * sysdeps/i386/bits/string.h (memcpy): Add () around arguments. - (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c, - __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory - the asm uses as its input, either of size __n where __n is known or - 0xfffffff. - (strstr): Add "memory" clobber. + * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of + LDFLAGS. Add -lgcc_eh and libc_nonshared (again) to make sure we + get the __stack_chk_fail_local definition when it's needed. -2004-06-14 Jakub Jelinek +2006-07-26 Ulrich Drepper - [BZ #219] - * nss/nsswitch.c (free_mem): Don't try to close a library handle - if the handle is invalid. Patch by David Kimdon . + * dlfcn/Makefile: Add rules to build and run bug-atexit3. + * dlfcn/bug-atexit3.c: New file. + * dlfcn/bug-atexit3-lib.cc: New file. -2004-06-11 Dmitry V. Levin + * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be + used when the namespace is not the base namespace. - [BZ #217] - * debug/xtrace.sh: Fix typo in error diagnostics. +2006-07-26 Gavin Romig-Koch -2004-06-14 Andreas Schwab + * stdlib/cxa_atexit.c (__new_exitfn_called): New variable. + (__new_exitfn): Bump it in every successful call. + * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered + more exit handlers, call them right away. + * stdlib/exit.h: Declare __new_exitfn_called. - * stdio-common/psignal.c (psignal): Don't use BUF when asprintf - failed. +2006-07-25 Ulrich Drepper -2004-06-15 Steven Munroe + * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when + calling registered handler. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto - that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto - that clobbers r19. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto - that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: - Fix setting of sigcontext.v_regs. Fix pasto that clobbers r19. - Fix pasto that overflowed sigcontext.v_reserve. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: - Fix pasto that clobbers r19. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting - of sigcontext.v_regs. Fix pasto that clobbers r19. Fix pasto that - overflowed sigcontext.v_reserve. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. -2004-05-04 H.J. Lu +2006-07-10 Ulrich Drepper - [BZ #150] - * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r." - instead of ".gnu.linkonce.ro." as the prefix for linkonce - read-only section name. + * elf/dl-lookup.c (dl_new_hash): New functions. + (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute + value here. Compute new-style hash value. Pass new hash value + and reference to variable with the old value to do_lookup_x. + (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not + old-style hash table. + (_dl_debug_bindings): Pass new hash value and reference to variable + with the old value to do_lookup_x. + * elf/do-lookup.h (do_lookup_x): Accept additional parameter with + new-style hash value and change old-style hash value parameter to + be a reference. Reoganize functions to determine whether + new-style hash table is available. Only fall back on old-style + table. If old-style hash value is needed, compute it here. + * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH + entry. + * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT, + DT_TLSDEC_GOT. Adjust DT_ADDRNUM. + * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits, + l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero. + * Makeconfig: If linker supports --hash-style option add it to all + linker command lines to build DSOs. + * config.make.in: Define have-hash-style. + * configure.in: Test whether linker supports --hash-style option. -2004-06-14 Richard Henderson + * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const. + * sysdeps/generic/ldsodefs.h: Adjust prototype. - * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp". - (_ITOFT, _FTOIT, _ITOFT2): Likewise. +2006-06-27 Ulrich Drepper -2004-06-08 Jakub Jelinek + * elf/dl-load.c (open_path): Fix test to determine whether DSO is + auditing. - * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED. - (unwind_backtrace, unwind_getip): Define #ifndef SHARED. - (__backtrace): Don't call init #ifndef SHARED. - * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED. - (unwind_backtrace, unwind_getip): Define #ifndef SHARED. - (__backtrace): Don't call init #ifndef SHARED. - * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED. - (unwind_backtrace, unwind_getip): Define #ifndef SHARED. - (__backtrace): Don't call init #ifndef SHARED. + * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at + RPATH of main map twice. + +2006-06-22 Ulrich Drepper + + * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't + look further, return original strings. + (_nl_find_msg): Do not return found translation if the conversion + failed. Either signal the string is unusable or that something went + wrong and the original should be used. -2004-06-11 Roland McGrath +2006-06-21 Ulrich Drepper - * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian. - From Krzysztof Halasa . + * string/_strerror.c (__strerror_r): Add __builtin_expect. -2004-06-10 Jakub Jelinek +2006-06-14 Jakub Jelinek - * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14. + [BZ #2766] + * misc/insremque.c (insque): Handle prev == NULL. + * misc/Makefile (tests): Add tst-insremque. + * misc/tst-insremque.c: New test. + +2006-06-17 Ulrich Drepper + + [BZ #2792] + * elf/dl-deps.c (expand_dst): Rename __cnt variable to not + conflict with DL_DST_REQUIRED. + +2006-06-16 Ulrich Drepper + + * nis/nis_subr.c (nis_getnames): Fix the implementation to better + match what Solaris does. + +2006-06-04 Ulrich Drepper + + * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and + local_setegid instead of seteuid and setegid. + * sysdeps/generic/local-setxid.h: New file. + * sysdeps/unix/sysv/linux/local-setxid.h: New file. + + * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces. + + * string/Makefile (tests): Add bug-envz1. + * string/bug-envz1.c: New file. + +2006-06-02 Jakub Jelinek + + * posix/regex_internal.c (re_string_skip_chars): If no character has + been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc + to the byte which couldn't be converted. + (re_string_reconstruct): Don't clear valid_raw_len before calling + re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set + tip_context using re_string_context_at. + * posix/Makefile: Add rules to build and run bug-regex25 test. + * posix/bug-regex25.c: New test. + +2006-06-02 Ryan S. Arnold + + [BZ #2703] + * string/envz.c (envz_strip): Correct erroneously reversed src + and dest parameters to memmove() invocation. + +2006-05-30 Jakub Jelinek + + * nscd/nscd.h (prune_cache): Add fd argument to prototype. + * nscd/nscd.c (parse_opt): Read response from INVALIDATE request + to make sure the database has been already invalidated. + * nscd/cache.c (prune_cache): Add fd argument. Write response to fd + after the cache has been invalidated. Use pthread_mutex_lock rather + than pthread_mutex_trylock if fd != -1. + * nscd/connections.c (invalidate_cache): Add fd argument, write + response to fd if not calling prune_cache, pass fd to prune_cache. + (handle_request): Adjust invalidate_cache caller. + (nscd_run): Pass -1 as fd to prune_cache. + +2006-05-30 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in + the correct place. + +2006-05-29 Ulrich Drepper + + * nscd/nscd.h (struct database_dyn): Add prunelock field. + * nscd/cache.c (prune_cache): Take prunelock before starting the + work. Just return in case it is already taken. + * nscd/connections.c (dbs): Initialize .prunelock. + +2006-05-25 Ulrich Drepper + + * nis/nis_removemember.c (nis_removemember): Avoid unnecessary + copying. No need to allocate new array for group members. Just + move the pointers and update the size. + + * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying. + Avoid memory leak in case realloc fails. Simplification for + better code generation. + + Avoid deprecation warning because of libc_hidden_proto for + inet6_option_alloc. + * inet/inet6_option.c (option_alloc): Renamed from + inet6_option_alloc. Made static. + (inet6_option_alloc): Now a simple wrapper around option_alloc. + (inet6_option_append): Call option_alloc. + * include/netinet/in.h: Remove libc_hidden_proto for + inet6_option_alloc. + + * nis/nis_callback.c (__nis_create_callback): Always call xdr_free + for cleanup when cb!=NULL [Coverity CID 233]. + +2006-05-24 Ulrich Drepper + + [BZ #2693] + * inet/Makefile (routines): Add inet6_opt and inet6_rth. + * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init, + inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next, + inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init, + inet6_rth_add, inet6_rth_reverse, inet6_rth_segments, + and inet6_rth_getaddr. + * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible + array. + * inet/netinet/in.h (struct ip6_mtuinfo): Define. + Mark inet6_option_* interfaces as deprecated. + Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish, + inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val, + inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse, + inet6_rth_segments, and inet6_rth_getaddr. + * inet/inet6_opt.c: New file. + * inet/inet6_rth.c: New file. + + * inet/netinet/icmp6.h: Pretty printing. + + [BZ #2683] + * elf/dl-addr.c (_dl_addr): Don't match undefined references. + +2006-05-23 Ulrich Drepper + + * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of + doing it all here. When server does not know the answer do not + fail immediate, try parent first. + + * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer + overflow test. + +2006-05-20 Ulrich Drepper + + * nis/nis_call.c (__prepare_niscall): New function. Split out + from __do_niscall. + * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request + and exported. + (__follow_path): New function. Split out from nis_list. + * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and + _xdr_nis_result. + * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and + _xdr_nis_result. + * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request, + and __follow_path. + * nis/Versions: Export __prepare_niscall, __create_ib_request, + __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result + from libnsl for version GLIBC_PRIVATE. + * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk. + Remove entry parameter from _nss_nisplus_parse_pwent and + _nss_nisplus_parse_grent. + * nis/nss_nisplus/nisplus-parser.c: Likewise. + * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ + again. Rewrite getpwent handling to not use nis_first_entry and + nis_next_entry. Roll out own niscall handling. + * nis/nss_nisplus/nisplus-grp.c: Likewise. + + * sunrpc/xdr_rec.c: Fix typo in comment. + +2006-05-19 Ulrich Drepper + + * nis/nis_call.c (__do_niscall3): Avoid code duplication in error + handling. + + * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc + to allocate memory for my_pollfd. Better initialization of + cb_is_running. Use TEMP_FAILURE_RETRY. + + * malloc/memusage.sh (memusageso): Add quotes. + (memusagestat): Likewise. + * debug/xtrace.sh (pcprofileso): Likewise. + (pcprofiledump): Likewise. + * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR + replacement. + * malloc/Makefile ($(objpfx)memusage): Likewise. + + * nis/nis_callback.c (__nis_create_callback): Calls to + svcudp_bufcreate and svctcp_create can fail. Free ->xprt if + asprintf call fails. + + * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure + no uninitialized memory is passed to sendto. + +2006-05-18 Ulrich Drepper + + * nis/nis_callback.c (__nis_create_callback): Use asprinf instead + of snprintf+strdup. Handle OOM. + * nis/nis_callback.c (__nis_create_callback): Allocate cb and + cb->serv together. Remove now obsolete free calls. + (__nis_destroy_callback): Remove now obsolete free call. + +2006-05-18 David Woodhouse + + * sysdeps/posix/getaddrinfo.c: Add unique labels to the default + RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local + and ULA respectively). Set precedence for IPv4 address to 10 as + defined in RFC3484 for preferring IPv6. + * posix/gai.conf: Update to match the new default tables. + +2006-05-18 Jakub Jelinek + + * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent + returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS. + * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise. + * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise. + + * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent): + Removed. + (init_nss_interface): Remove initialization of these variables. -2004-06-08 Jakub Jelinek +2006-05-18 Ulrich Drepper - [BZ #199] - * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc - succeeds. Reported by Miles Ohlrich . + * nis/nis_call.c (rec_dirsearch): Little optimization: pull + nis_free_directory forward to avoid duplication. - * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc - fails. Avoid memory leak if realloc fails. +2006-05-17 Ulrich Drepper -2004-06-09 Jakub Jelinek + * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and + rec_dirsearch returning NULL. + (first_shoot): Handle __nis_finddirectory returning NULL. + (__nisfind_server): Fix leak when rec_dirsearch returns NULL. - * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is - NULL, "" or contains '=' character in it. Reported by - Michael T Kerrisk . - * stdlib/tst-environ.c: Include errno.h. - (main): Add tests for these arguments to setenv/unsetenv. + * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE, + IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD. -2004-06-07 Roland McGrath +2006-05-17 Jakub Jelinek - * NEWS: Update bug reporting instructions. Fix some typos. + * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if + pid changed. -2004-06-05 Ulrich Drepper +2006-05-15 Ulrich Drepper - * stdio-common/_itoa.h: Don't expand _itoa inline for libc. - * stdio-common/_itoa.c: Add _itoa implementation. + * include/rpc/pmap_prot.h: Mark all functions as hidden. - * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation - to also send request. Add parameter to allow this. - Change callers. - * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller. - * nscd/nscd_getpw_r.c: Likewise. - * nscd/nscd-client.h: Change __nscd_open_socket prototype. + * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden. + * nscd/nscd_getgr_r.c: Likewise. -2004-06-05 Andreas Jaeger + * include/rpc/pmap_rmt.h: Mark all functions as hidden. - * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): - Handle more than 6 args correctly. Based on a patch by Masahide - Washizawa . + * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden. + * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise. -2004-06-04 Ulrich Drepper + * stdlib/longlong.h (__clz_tab): Mark as hidden. - * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts - in all places, not __nss_not_use_nscd_group. - Reported by Philippe Gregoire. + * iconv/gconv_int.h: Mark __gconv_lock as hidden. -2004-06-03 Ulrich Drepper + * include/rpc/key_prot.h: Mark all _internal functions as hidden. - * sysdeps/i386/i486/bits/atomic.h: Optimize a bit. - -2004-05-07 Dmitry V. Levin - - * argp/argp-help.c (__argp_error, __argp_failure): Check result - of __asprintf call and don't use string if it failed. - * stdio-common/psignal.c (psignal): Likewise. - * locale/programs/localedef.c (more_help): Likewise. - * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list, - arg_bool, parse_line): Check result of __asprintf calls and - don't use string if they failed. - * sunrpc/svc_simple.c (registerrpc, universal): Likewise. - * elf/ldconfig.c (parse_conf_include): Check result of __asprintf - call and exit if it failed. - -2004-05-10 Jakub Jelinek - - * sysdeps/posix/sysconf.c (__sysconf) : Return _POSIX_* value instead of 1. - * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) - : Return _POSIX_VERSION instead of 1. - -2004-05-07 Jeroen Dekkers - - * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add - -momit-leaf-frame-pointer. - - * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with - #ifdef AF_PACKET. - - * sysdeps/mach/hurd/getcwd.c - (_hurd_canonicalize_directory_name_intern): Only realloc when - size is <= 0. - - * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset - isn't page aligned. - - * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to - new size. - - * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read, - __libc_write and __libc_lseek64. - -2004-05-29 Roland McGrath - - * elf/Makefile (shared-only-routines): Add dl-caller. - -2004-05-28 Ulrich Drepper - - * sysdeps/powerpc/configure.in: New file. - -2004-05-28 Steven Munroe - - * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine - "altivec" to enable VMX instructions. - * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. - * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise. - * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise. - -2004-05-27 Jakub Jelinek - - * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using - __builtin_expm1l for GCC 3.5+. - (__expl): Define using __builtin_expl for GCC 3.4+. - (exp, expf, expl): Don't define for GCC 3.4+. - (tan, tanf, tanl): Don't define for GCC 3.5+. - (__atan2l): Define using __builtin_atan2l for GCC 3.4+. - (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__. - (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__. - (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99. - (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define - for GCC 3.4+. - (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl): - Don't define for GCC 3.5+. - (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__. - (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't - define for GCC 3.5+. - (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__. - * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't - define for GCC 3.2+. - -2004-05-27 Jakub Jelinek - - * string/bits/string2.h (__bzero): Define even for GCC 3.0+. - * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def. - * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise. - * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise. - * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise. - * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise. - * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise. - * sysdeps/i386/stpcpy.S (stpcpy): Likewise. - * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise. - * sysdeps/generic/stpcpy.c (stpcpy): Likewise. - * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise. - * sysdeps/i386/i586/memcpy.S (memcpy): Remove - libc_hidden_builtin_def if MEMPCPY_P. - * sysdeps/x86_64/memcpy.S (memcpy): Likewise. - * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def. - * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise. - * sysdeps/generic/mempcpy.c (mempcpy): Likewise. - * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise. - -2004-05-26 Roland McGrath - - * sysdeps/generic/bits/in.h - (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed. - These are long obsolete in BSD systems where they originated. - * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*' - -2004-05-26 Jakub Jelinek - - * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto. - * string/bits/string2.h (memset): Disable macro for GCC 3.0+. - (__mempcpy): Use __builtin_mempcpy for GCC 3.4+. - (strchr): For GCC 3.2+, only use __rawmemchr if second argument is - constant '\0' and first argument is not constant. - (__stpcpy): Use __builtin_stpcpy for GCC 3.4+. - (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant. - For GCC 3.2+ use __builtin_strncpy. - (strncat): For GCC 3.2+ use __builtin_strncat. - (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are - constant. - (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function - if both arguments are constant. - -2004-05-26 Ulrich Drepper - - * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4 - mapped addresses in gethostbyaddr. - -2004-05-25 Ulrich Drepper - - * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and - flags parameter, convert afp to simple int parameter. Adjust code. - typep was never != NULL and flags therefore also unused. *afp is - never modified. - * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype. - * nss/getXXbyYY.c: Remove HAVE_TYPE handling. Adjust af parameter - handling for __nss_hostname_digits_dots calls. - * nss/getXXbyYY_r.c: Likewise. - - * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE. - -2004-05-25 Steven Munroe - - * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so. - * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES] - (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction. - (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction. - * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved - implementation from w_sqrt.c. - * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved - implementation from w_sqrtf.c. - * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation - using inline __ieee754_sqrt(). - * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation - using inline __ieee754_sqrtf(). - * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include - independent of __ASSEMBLER__. - * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define - PPC_FEATURE_* independent of __ASSEMBLER__. - -2004-05-25 Jakub Jelinek - - * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h - include. - (aio_start_notify_thread): Define if not defined. - (notify_func_wrapper): Use it. - * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h - include. - (aio_create_helper_thread): Define if not defined. - (__aio_create_helper_thread): New function. - (__aio_enqueue_request): Use aio_create_helper_thread. - - * nis/ypclnt.c (ypall_data, ypall_foreach): Remove. - (struct ypresp_all_data): New type. - (__xdr_ypresp_all): Change second argument to - struct ypresp_all_data *. Replace ypall_foreach and - ypall_data with objp->foreach and objp->data. - (yp_all): Remove status variable, add data. Replace - all uses of status with data.status. Initialize data.foreach - and data.data instead of ypall_foreach and ypall_data. - -2004-05-24 Jakub Jelinek - - * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit - in l_flags_1, not in l_flags. - -2004-04-10 Robert Millan - - * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync - with sysdeps/generic/bits/in.h. - -2004-05-25 Roland McGrath - - * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from - GCC GPL to standard glibc LGPL. - -2004-05-24 Ulrich Drepper - - * manual/string.texi (Copying and Concatenation): Fixed second - concat example. - Reported by Fabian Pietsch . - -2004-05-23 Ulrich Drepper - - * malloc/obstack.c: Don't allow linking with _obstack. - -2004-05-23 Andreas Schwab - - * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead - of separate "m" constraints. - -2004-05-15 Chris Demetriou - - * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE) - (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32 - and 64 ABIs, save and restore regs $10 and $11 (a6 and a7). + * include/rpc/auth.h: Mark xdr_des_block_internal and + xdr_opaque_auth_internal as hidden. -2004-05-20 Paul Eggert + * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as + hidden. - * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used. - Add comment explaining why libc still defines it. + * include/rpc/xdr.h: Mark all _internal functions as hidden. -2004-05-19 Paul Eggert + * misc/getusershell.c (okshells): Don't use static initializers, + do it dynamically. - * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast, - obstack_alignment_mask, obstack_alloc, obstack_base, - obstack_blank, obstack_blank_fast, obstack_chunk_size, - obstack_copy, obstack_copy0, obstack_finish, obstack_grow, - obstack_grow0, obstack_init, obstack_int_grow, - obstack_int_grow_fast, obstack_make_room, obstack_memory_used, - obstack_next_free, obstack_object_size, obstack_ptr_grow, - obstack_ptr_grow_fast, obstack_room): Remove declarations of - nonexistent functions. + * stdlib/fmtmsg.c (keywords): Change type of len element to + uint32_t to not waste space on 64bit machines. -2004-05-18 Steven Munroe + * locale/setlocale.c: Change _nl_category_names into a string. + Add new _nl_category_name_idxs. Change all users. + * locale/localeinfo.h: Adjust declaration of _nl_category_names. + Declare _nl_category_name_idxs. + * locale/findlocale.c: Adjust for _nl_category_names change. + * locale/loadlocale.c: Likewise. + * locale/newlocale.c: Likewise. + * intl/dcigettext.c: Likewise. - * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include - independent of __ASSEMBLER__. - [PIC]: Redundent for powerpc64, removed. - (ENTRY): Generate size and alignment for opd entry. - (EALIGN): Generate size and alignment for opd entry. - (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE. - (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE. + * iconv/gconv_conf.c (add_alias): Move actual alias handling to... + (add_alias2): ...here. New function. + (__gconv_read_conf): Simplify builtin alias handling. + (builtin_aliases): Convert to string to avoid relocations. + * iconv/gconv_builtin.h: Add comment about correct formatting. -2004-05-19 Ulrich Drepper +2006-05-15 Jakub Jelinek - * misc/regexp.h: Say the functions have been withdrawn. + * resolv/res_debug.c (loc_ntoa): Make error const. - * wcsmbs/tst-wcpncpy.c: Add more tests. +2006-05-14 Andreas Schwab -2004-05-18 Roland McGrath + * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH. - * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to - standard glibc LGPL. - * sysdeps/generic/unwind-dw2.c: Likewise. - * sysdeps/generic/unwind-dw2-fde.c: Likewise. - * sysdeps/generic/unwind-dw2-fde.h: Likewise. - * sysdeps/generic/unwind-pe.h: Likewise. +2006-05-12 Jakub Jelinek -2004-05-15 Petter Reinholdtsen + * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h. + (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than + sizeof (cpu_set_t). - * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND - MONTENEGRO" which have taken over the code 819. Patch from - Danilo Segan. [BZ #40] +2006-05-11 Ulrich Drepper -2004-05-15 Jakub Jelinek + * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer. - * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h - (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to - __sparc_get_pic_l7. + * include/arpa/nameser.h: Declare _ns_flagdata as hidden. -2004-05-15 Joseph S. Myers + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master. - * catgets/gencat.c: Update bug reporting instructions. - * csu/version.c: Likewise. - * debug/catchsegv.sh: Likewise. - * debug/pcprofiledump.c: Likewise. - * debug/xtrace.sh: Likewise. - * elf/ldd.bash.in: Likewise. - * iconv/iconv_prog.c: Likewise. - * iconv/iconvconfig.c: Likewise. - * locale/programs/locale.c: Likewise. - * locale/programs/localedef.c: Likewise. - * login/programs/pt_chown.c: Likewise. - * malloc/memusage.sh: Likewise. - * malloc/memusagestat.c: Likewise. - * malloc/mtrace.pl: Likewise. - * manual/crypt.texi: Likewise. - * manual/install.texi: Likewise. - * nss/makedb.c: Likewise. + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp. -2004-05-14 Jakub Jelinek + * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data. + * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for + xdr_cback_data. - * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only - CHECK_STATIC_TLS if sym != NULL. - * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise. - * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise. + * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args. + * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for + xdr_ypupdate_args. -2004-05-12 Andreas Schwab + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order. - * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs - when translating. + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist. -2004-05-13 H.J. Lu + * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p. + * include/rpcsvc/nis_callback.h: New file. - * Rules (xtests): Depend on tests. + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val. -2004-05-13 Jakub Jelinek + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey. - * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if - count is negative, yet write_ptr < write_end. - (_IO_default_xsgetn): Avoid one underflow per char if count is - negative, yet read_ptr < read_end. + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist. -2004-05-12 Steven Munroe + * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey. + * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey. - * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS - equal to TAB3. + * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args. + * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for + xdr_ypdelete_args. -2004-05-12 Ulrich Drepper + * nis/nis_xdr.h: Mark all functions as hidden. Remove + __BEGIN_DECLS and __END_DECLS, the header is not installed. - * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror - call. + * nis/nis_error.c: Remove table of strings. Use position + independent mechanism. + * nis/nis_error.h: New file. -2004-05-10 Roland McGrath +2006-05-11 Jakub Jelinek - * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "". - (__hurd_directory_name_split): Likewise. + * locale/programs/ld-time.c (time_finish): If wide era name or + format aren't provided, set both wname and wformat to L"". -2004-05-10 Ulrich Drepper +2006-05-10 Ulrich Drepper - * po/fr.po: Update from translation team. + * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store + results if the call was succesful. -2004-05-10 Andreas Jaeger + * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden. - * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): - Correctly compute alignment. - Patch by Michael Matz . + * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count + as hidden. -2004-05-09 Ulrich Drepper +2006-05-10 Jakub Jelinek - * sysdeps/generic/sigpause.c: Prevent sigpause prototype. - * sysdeps/posix/sigpause.c: Likewise. - * signal/signal.h: Don't define sigpause macro unless needed. + * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros. -2004-05-08 Jakub Jelinek +2006-05-10 Ulrich Drepper - * configure.in (libc_cv_libgcc_s_suffix): New check. - (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix. - * config.make.in (libgcc_s_suffix): Set. - * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix). + * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the + caller makes sure this is not the case. + (wordexp): Simplify ifs_white creation. [Coverity CID 231] -2004-05-08 Ulrich Drepper +2006-05-09 Ulrich Drepper - * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred. + * posix/wordexp.c: Remove numerous NULL pointer tests before FREE + calls. -2004-04-29 Steven Munroe + * io/ftw.c (open_dir_stream): Return right away if REALLOC fails. + [Coverity CID 229, 230] - * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1, - LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6): - Load argument values into temporary variables. - * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1, - LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6): - Likewise. + * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and + DGETTEXT calls. + (hol_help): Likewise. [Coverity CID 226, 227] -2004-05-07 Ulrich Drepper + * string/argz-replace.c (__argz_replace): Unconditionally call + free on SRC. [Coverity CID 225] - * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c - need to be compiled with exceptions. + * nis/nis_creategroup.c (nis_creategroup): No need to duplicate + the return value of __nis_default_owner and __nis_default_group, + it has been especially allocated. [Coverity CID 224] -2004-05-06 Ulrich Drepper + * nis/nis_defaults.c (searchXYX): New functions. Used by both + searchgroup and searchowner. Significantly simplified. + (__nis_default_owner): Remove duplication. Do not locally copy the + string before duplicating it. + (__nis_default_group): Likewise. - * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling. - * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling. + * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory, + we must clear the variable before calling __nisfind_server. - * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that - realloc cannot fail. + * nis/nis_lookup.c (nis_lookup): Always free memory allocated with + nis_getnames. [Coverity CID 223] - * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot - be expanded. + * locale/programs/locfile.c (locfile_read): Use alloca instead of + xmalloc to allocate local repertoire name. [Coverity CID 222] - * nis/nis_table.c: Clean up memory handling. - * nis/nis_subr.c (nis_getnames): Clean up memory handling. - * nis/nis_removemember.c (nis_removemember): Add comment - explaining use of realloc. + * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically + allocate memory for the input to add_bytes. [Coverity CID 221] - * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL. - (carg): Likewise. - Patch by Lev S Bishop . + * posix/wordexp.c (w_addword): Free word if realloc fails and it + was allocated here. [Coverity CID 219, 220] - * math/bug-tgmath1.c (main): Test fabs and carg as well. + * posix/getconf.c (print_all): Free confstr data after printing. + [Coverity CID 218] -2004-05-06 Richard Henderson + * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if + list allocation fails. [Coverity CID 215] - * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE, - AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New. - * sysdeps/unix/sysv/linux/alpha/Versions: Export - __libc_alpha_cache_shape as a private symbol. - * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file. - * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file. + * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition. + [Coverity CID 213] -2004-05-06 Richard Henderson + * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if + string is NULL. [Coverity CID 212] + * argp/Makefile: Add rules to build and run bug-argp1. + * argp/bug-argp1.c: New file. - * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New. - * sysdeps/alpha/divl.S: Use them. - * sysdeps/alpha/divq.S: Likewise. - * sysdeps/alpha/divqu.S: Likewise. - * sysdeps/alpha/reml.S: Likewise. - * sysdeps/alpha/remq.S: Likewise. - * sysdeps/alpha/remqu.S: Likewise. + * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find + end of string. + * stdlib/canonicalize.c (__realpath): Likewise. -2004-05-06 Ulrich Drepper + * locale/programs/ld-time.c (time_finish): Don't dereference NULL + pointer. [Coverity CID 206] - * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define. - (cimag): Use it. - (creal): Likewise. - * math/Makefile (tests): Add bug-tgmath1. - * math/bug-tgmath1.c: New file. + * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map + in statically linked code. + * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in + statically built code, be prepared to have no link map. + [Coverity CID 205] -2004-05-05 Jakub Jelinek + * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in + dgettext calls. [Coverity CID 204] - * sysdeps/alpha/atomicity.h: Remove. - * sysdeps/generic/atomicity.h: Remove. + * argp/argp-help.c (struct uparams): Remove valid member. Change + the one user. + (uparam_names): Reduce size. Avoid relative relocations. + Moved to read-only segment. + (fill_in_uparams): Update for new layout. -2004-05-05 H.J. Lu + * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be + assumed to always be != NULL. [Coverity CID 202] - * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to - char *. + * argp/argp-help.c (hol_entry_help): Remove some dead code + [Coverity CID 200]. -2004-04-22 David Mosberger + * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize + away a few more unconditional yperr2nss calls. + (_nss_nis_getservbyname_r): Likewise. - * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention - rt-sysdep. - * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file. +2006-05-06 Ulrich Drepper - * sysdeps/ia64/strcat.c: New file. - * sysdeps/ia64/strcat.S: Delete. + * sysdeps/generic/ldsodefs.h: Remove support for non-core + architectures. -2004-05-04 Jakub Jelinek + * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure + that unused memory passed to sendto is nevertheless initialized. - * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove - defined. + [BZ #2499] + * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid + possibly unaligned memory accesses. -2004-04-23 Jakub Jelinek + * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32. + * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort + and __putlong respectively. Correct buffer overflow check for + NS_NOTIFY_OP. - * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add - libc_hidden_proto. Define to __GI___libm_error_support for - assembly going into libc.so. - * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add - libc_hidden_def. + * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort. - * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define. - * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove. + * resolv/res_send.c (res_queriesmatch): Fix typo in comment. + (send_dg): Rewrite error handling to be more compact and avoid + double recomputation of timeouts. Pass MSG_NOSIGNAL to send. - * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access - gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno - if USE___THREAD. + * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32. -2004-05-03 Jakub Jelinek + * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly + instead of ns_get16. + (res_queriesmatch): Likewise. Minor optimization. - * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if - __USE_BSD or __USE_UNIX98. - * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN): - Likewise. - * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. - * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise. - -2004-05-01 Jakub Jelinek - - * posix/Versions (libc): Remove __libc_wait, __libc_waitpid, - __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64, - __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE. - * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE. - * sysdeps/unix/sysv/linux/Versions (libc): Remove - __libc_sigaction@@GLIBC_PRIVATE. - * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove - __modify_ldt@@GLIBC_PRIVATE. - * socket/Versions (libc): Remove __libc_accept, __libc_send, - __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv, - __libc_sendto and __libc_connect @@GLIBC_PRIVATE. - * stdio-common/Versions (libc): Remove - _itoa_upper_digits@@GLIBC_PRIVATE. - * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE. - * misc/Versions (libc): Remove __libc_fsync, __libc_msync, - __libc_readv and __libc_writev @@GLIBC_PRIVATE. - * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE. - * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read, - __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and - __libc_lseek64 @@GLIBC_PRIVATE. - -2004-04-30 Jakub Jelinek - - * elf/dl-load.c (open_verify): Move e_phentsize check after e_type - check. - -2004-04-29 Steven Munroe - - * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed. - * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed. - * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file. - * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file. - - * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX - mantissa for AIX long double format. - * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX - long double format. - * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise. - * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024] - (_fpioconst_pow10): AIX long double format has same exponent range as - double. - * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024] - (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range - as double. - -2004-04-23 Art Haas - - * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'. - -2004-04-28 Carlos O'Donell - - * sysdeps/unix/sysv/linux/mq_getattr.c: Include . - * sysdeps/unix/sysv/linux/mq_notify.c: Likewise. - * sysdeps/unix/sysv/linux/mq_open.c: Likewise. - * sysdeps/unix/sysv/linux/mq_receive.c: Likewise. - * sysdeps/unix/sysv/linux/mq_send.c: Likewise. - -2004-04-29 Philip Blundell - - * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT - entries. - -2004-04-29 Jakub Jelinek - - * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix - prototypes and description [BZ #131]. - - * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130]. - Patch by Ed Catmur . - * string/tst-inlcall.c (main): Add test for strpbrk. - - [BZ #140] - * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h - include. - (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not - yet defined, #undef back after including linux/sysctl.h if defined - here. - (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef - back after including linux/sysctl.h if defined here. - - * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31 - for single precision register, add it to __asm clobbers [BZ #139]. - * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31 - for single precision register, add it to __asm clobbers. - * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox - instead of fqtoi in QP_HANDLE_EXCEPTIONS. - * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise. - Reported by M. H. VanLeeuwen . - -2004-04-23 Andreas Schwab - - * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use - __attribute_used__. - -2004-04-22 Philip Blundell - - * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE - when calling _dl_signal_error. - (elf_machine_rel): Likewise. + [BZ #2499] + * resolv/res_query.c (__libc_res_nquery): If answerp != NULL, + __libc_res_nsend might reallocate the buffer for the answer. In + this case we have to reload the HP pointer. -2004-04-21 Ulrich Drepper +2006-05-05 Ulrich Drepper - * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp - and use it internally instead of __sigsetjmp. - * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f. - * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l. - * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4. - * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f. - * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l. - * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4. - * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4, - _GI___libm_frexp_4f, _GI___libm_frexp_4l. - * sysdeps/ia64/fpu/bits/mathinline.h: New file. - * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use - HIDDEN_JUMPTARGET for exit call. - * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for - _exit call. - * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call. - * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and - strcpy calls. + * stdio-common/vfscanf.c (memory_error): Remove definition. Add + some branch prediction hints. -2004-04-21 Jakub Jelinek + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. - * posix/tst-chmod.c (do_test): Fix a typo. +2006-05-05 Martin Schwidefsky - * elf/lateglobal.c (main): Fix error checks. - Patch by Stephen Clarke . + * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation + by a GOT relocation to make Scrt1.o position independent. + * sysdeps/s390/s390-64/elf/start.S: Likewise. - * manual/ctype.texi (isblank, iswblank): Mark as ISO functions, - mention they have been added in ISO C99. - Reported by Ben Pfaff . + * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for + six system call parameters. + * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise. -2004-03-31 H.J. Lu +2006-05-05 Ulrich Drepper - * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo. + * sunrpc/svcauth_des.c (cache_init): Use calloc instead of + malloc&bzero. -2004-04-20 Jakub Jelinek + * sunrpc/svc_udp.c (BZERO): Remove definition. + (CALLOC): Define. + (svc_enablecache): Use CALLOC instead of ALLOC&BZERO. - * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into - EACCES. + * sunrpc/des_impl.c: Remove ALT_ECB support. We never used it. + (des_SPtrans): Use uint32_t type. + (des_skb): Likewise. -2004-04-20 Jakub Jelinek + * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero. - * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace - handling change. - * stdio-common/tst-sscanf.c (int_tests): Adjust. +2006-05-05 Jakub Jelinek - * nis/nss-nis.c: Include stdlib.h. + [BZ #2509] + * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even + on 32-bit arches. - * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a - warning. - * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from - libc_hidden_builtin_def. +2006-05-05 Ulrich Drepper -2004-04-20 Jim Meyering + * locale/programs/ld-address.c (address_finish): Fix one more + place where the iso639 array might be accessed beyond the limits. - * misc/error.c (error_tail): Don't leak upon realloc failure. +2006-05-04 Ulrich Drepper -2004-04-20 Martin Schwidefsky + * nis/nis_table.c (nis_list): Avoid clearing res twice before + filling it for the first time. - * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable): - Use RETURN_ADDRESS instead of __builtin_return_address. + * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath. + Adjust all callers. + Free res object content before returning. -2004-04-19 Ulrich Drepper + * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero. - * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more - compact code. + * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free + client->cl_auth. -2004-04-20 Jakub Jelinek + * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire + cleanup for initial thread, just the free call on TVP. - * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace, - do input_error () instead of conv_error () and don't look at errno. - Don't eat any whitespace before %% if skip_space == 0. - * stdio-common/tst-sscanf.c (int_tests): New array. - (main): Run int_tests. + * nscd/gai.c (__getline): Define. -See ChangeLog.14 for earlier changes. +See ChangeLog.16 for earlier changes. diff --git a/ChangeLog.11 b/ChangeLog.11 index d9b0364361..f2f274f3eb 100644 --- a/ChangeLog.11 +++ b/ChangeLog.11 @@ -1352,6 +1352,11 @@ * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the end of inline assembler code. +2000-10-02 Jakub Jelinek + + * sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all + remaining xp_pad space. + 2000-10-02 Ulrich Drepper * include/features.h [__USE_FILE_OFFSET && !__REDIRECT]: Define @@ -9280,6 +9285,12 @@ syscall. * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise. +2000-05-30 Jakub Jelinek + + * resolv/res_query.c (res_nsearch): Remove unused variable + root_on_list. If dots >= statp->ndots and as is querydomain + fails, keep searching. + 2000-05-30 Ulrich Drepper * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P. @@ -9480,6 +9491,11 @@ * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if __FAST_MATH__ is defined. +2000-05-22 Jakub Jelinek + + * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Avoid using ?: + with omitted middle operand. + 2000-05-22 Andreas Jaeger * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c, @@ -9718,6 +9734,11 @@ * manual/arith.texi (Parsing of Integers): Fix typo. Closes PR libc/1744, reported by blp@gnu.org. +2000-05-17 Jakub Jelinek + + * inet/rcmd.c (rcmd_af): If *ahost cannot be resolved, include + unresolved hostname in the message. + 2000-05-17 Jakub Jelinek * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add diff --git a/ChangeLog.12 b/ChangeLog.12 index 2a4620e56d..9f1981ebc7 100644 --- a/ChangeLog.12 +++ b/ChangeLog.12 @@ -7729,6 +7729,13 @@ * Versions.def [ld]: Add GLIBC_2.2.1. +2001-01-10 Jakub Jelinek + + * malloc/memusage.c (me): If not SUID/SGID, allow creating new + $MEMUSAGE_OUTPUT file. + * sysdeps/generic/segfault.c (segfault.c): If not SUID/SGID, allow + creating new $SEGFAULT_OUTPUT_NAME file. + 2001-01-10 H.J. Lu * elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries. @@ -8130,6 +8137,11 @@ * sysdeps/powerpc/soft-fp/Versions: Likewise. * sysdeps/sparc/sparc64/soft-fp/Versions: Likewise. +2001-01-02 Jakub Jelinek + + * locale/setlocale.c (setlocale): Don't allocate/free category name + unnecessarily. + 2001-01-02 Franz Sirl * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo. diff --git a/ChangeLog.15 b/ChangeLog.15 new file mode 100644 index 0000000000..300989ab4c --- /dev/null +++ b/ChangeLog.15 @@ -0,0 +1,5525 @@ +2004-12-20 Jakub Jelinek , + Jim Gifford + + [BZ #562] + * sysdeps/mips/Makefile (librt-sysdep_routines): Add. + * sysdeps/unix/mips/rt-sysdep.S: New file. + +2004-12-19 Roland McGrath + + * iconv/Makefile (test-iconvconfig): New target. + [$(cross-compiling) != yes] (xtests): Depend on it. + + * iconv/iconvconfig.c (nostdlib, output_file, output_file_len): + New variables. + (options, parse_opt, main): Take new options --nostdlib and + --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs. + (write_output): If output_file is set, write the output there. + +2004-12-19 Andreas Jaeger + + [BZ #560] + * inet/netinet/in.h: Use __interface_addr instead of __interface. + + [BZ #573] + * sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of + internal linkage. + +2004-12-19 Roland McGrath + + * version.h (VERSION): 2.3.4. + * README.template: Various updates. + * README: Regenerated. + * NEWS: Mention ports. + * README-alpha: File removed. + + [BZ #416] + * locale/langinfo.h: Comment fixes. + +2004-12-17 Ulrich Drepper + + * po/ja.po: Update from translation team. + +2004-12-17 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support + for NPTL where the PID is stored at userlevel and needs to be + reset when CLONE_THREAD is not used. + +2004-12-17 Jakub Jelinek + + * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. + +2004-12-17 Andreas Jaeger + + * math/libm-test.inc (atan2_test): Compute value with 36 digits. + * sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result. + * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. + * sysdeps/s390/fpu/libm-test-ulps: Likewise. + * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. + * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + +2004-12-16 Ulrich Drepper + + * stdlib/tst-setcontext.c: Enlarge st1 and st2 arrays. + +2004-09-02 Steven Munroe + + [BZ #610] + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S + (__novec_getcontext): Fix typo in store of fp29. + (__getcontext): Fix typo in store of fp29. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S + (__novec_swapcontext): Fix typo in store of fp29. + (__swapcontext): Fix typo in store of fp29. + +2004-12-17 GOTO Masanori + + * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix + vague message. + +2004-12-16 Roland McGrath + + * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS), + which is usually a -lselinux that make will resolve wrongly. + +2004-12-16 Andreas Jaeger + + * math/math.h: Use #if defined to not receive warnings about + undefined symbols. + +2004-12-16 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Add support + for NPTL where the PID is stored at userlevel and needs to be reset + when CLONE_THREAD is not used. + + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h + (SYSCALL_ERROR_HANDLER): If RTLD_PRIVATE_ERRNO, use rtld_errno + instead of errno. + * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Include + sysdep-cancel.h instead of sysdep.h. Handle cancellation. + * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerate. + + * sysdeps/ieee754/ldbl-128/e_expl.c: Include stdlib.h. + +2004-12-15 Jakub Jelinek + + * sysdeps/unix/sysv/linux/gethostid.c: Make bi-arch safe. + +2004-12-15 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Correct stack + alignment. Clean up flag bit tests. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Correct stack + alignment. Clean up flag bit tests. Remove redundent SP assignment. + Add TOC register save/restore around function call. + + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol + local. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Make no_vmx symbol + local. + * sysdeps/powerpc/powerpc64/__longjmp-common.S: Make no_vmx symbol + local. + * sysdeps/powerpc/powerpc64/setjmp-common.S: Make no_vmx and + aligned_save_vmx symbol local. + +2004-12-15 Ulrich Drepper + + * sysdeps/i386/i486/bits/string.h (__strncat_g): Fix i686 + implementation. + +2004-09-08 H.J. Lu + + * Makeconfig (libunwind): New. + (libgcc_eh): Add $(libunwind). + (gnulib): Always set to -lgcc $(libgcc_eh). + (static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind). + (libc.so-gnulib): New. + * Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of + $(static-gnulib). + * configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc + uses -lunwind for static binaries. + +2004-06-05 Joseph S. Myers + + * malloc/Makefile (install-bin): Remove memusage. + (install-bin-script): Add memusage. + +2004-12-15 Jakub Jelinek + + * nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def, + not libnsl_hidden_proto. + + * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support + for NPTL where the PID is stored at userlevel and needs to be reset + when CLONE_THREAD is not used. + * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise. + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save + and restore r2 around call to fn. + +2004-12-15 Andreas Jaeger + + * sysdeps/ia64/dl-machine.h (elf_machine_rela): Mark auto instead + of static, add always_inline attribute. + (elf_machine_rela_relative): Likewise. + (elf_machine_lazy_rel): Likewise. + +2004-12-15 Ulrich Drepper + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support + for pid caching in nptl. + +2004-12-14 Ulrich Drepper + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add support + for pid caching in nptl. + +2004-10-18 Maciej W. Rozycki + + * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use + __NTH instead of __THROW in the inline definition. + * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise. + + * sysdeps/mips/bits/dlfcn.h (RTLD_DEEPBIND): New macro. + + * sysdeps/unix/sysv/linux/mips/bits/mman.h + (PROT_GROWSDOWN, PROT_GROWSUP): New macros. + +2004-10-06 Alan Modra + + * sysdeps/powerpc/powerpc64/ppc-mcount.S (PROF): Don't undef. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Invoke CALL_MOUNT. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise. + +2004-10-19 Wolfram Gloger + + * malloc/hooks.c (mem2chunk_check, top_check): Handle + non-contiguous arena. Reported by Michael Dalton + [BZ #457]. Add further checks for top chunk. + +2004-12-14 Jakub Jelinek + + * sysdeps/posix/sysconf.c (__sysconf_check_spec): Remove leading + underscore from GETCONF_DIR filenames. + +2004-12-13 Ulrich Drepper + + * po/de.po: Update from translation team. + + * nss/getnssent.c (__nss_getent): Double buffer size each round to + avoid problems with delays for some people's huge entries. + * nss/getXXbyYY.c (FUNCTION_NAME): Likewise. + +2004-12-13 Jakub Jelinek + + * posix/getconf.c (main): Prepend just $GETCONF_DIR/ instead of + $GETCONF_DIR/_ to spec. + * posix/confstr.c (confstr): Remove leading underscores for + _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS. + +2004-12-12 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): Fix computation of + mapping start. It must take the actual pagesize into account, not + the alignment in the file. + +2004-12-11 Ulrich Drepper + + * malloc/malloc.c (_int_realloc): Add checks for corrupted memory. + (_int_free): Make clear message are result of free() calls. + + * malloc/malloc.c (_int_realloc): Remove unnecessary tests for + oldmem and size == 0. + +2004-12-10 Ulrich Drepper + + * malloc/arena.c (arena_get2): Prevent endless loop if arenas and + list lock are taken. + +2004-12-08 Thorsten Kukuk + + * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r): + Add check if the value is not an empty string. [BZ #597] + +2004-11-29 Jakub Jelinek + + * stdlib/strtod_l.c (INTERNAL (__STRTOF)): If densize > 2 + and numsize < densize, always shift num up by empty + 1 limbs. + +2004-12-07 Paolo Bonzini + + * posix/regexec.c (proceed_next_node): Simplify treatment of epsilon + nodes. Pass the pushed node to push_fail_stack. + (push_fail_stack): Accept a single node rather than an array + of two epsilon destinations. + (build_sifted_states): Only walk non-epsilon nodes. + (check_arrival): Don't pass epsilon nodes to + check_arrival_add_next_nodes. + (check_arrival_add_next_nodes) [DEBUG]: Abort if an epsilon node is + found. + (check_node_accept): Do expensive checks later. + (add_epsilon_src_nodes): Cache result of merging the inveclosures. + * posix/regex_internal.h (re_dfastate_t): Add non_eps_nodes and + inveclosure. + (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at, + re_string_context_at, re_string_peek_byte_case, + re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains): + Declare as pure. + * posix/regex_internal.c (create_newstate_common): Remove. + (register_state): Move part of it here. Initialize non_eps_nodes. + (free_state): Free inveclosure and non_eps_nodes. + (create_cd_newstate, create_ci_newstate): Allocate the new + re_dfastate_t here. + +2004-12-09 Ulrich Drepper + + * malloc/malloc.c (public_rEALLOc): Add parameter checks. + (_int_free): Provide better error message for invalid pointers. + +2004-12-01 Jakub Jelinek + + * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 + conditionals instead of defined _POSIX_CPUTIME. + (main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME + option is available. + * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 + conditionals instead of defined _POSIX_CPUTIME. + (do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME + option is available. + * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp. + _POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding + _SC_ argument. + +2004-12-08 Jakub Jelinek + + * elf/ldd.bash.in: When set -o pipefail is available, use that for + piping to cat; when not, don't use the pipe at all. + Pipe to cat in all cases of running the executable. + When direct running exits with code 5, retry running via ${RTLD}. + * elf/rtld.c (process_envvars): If __libc_enable_secure and + mode != normal, exit with exitcode 5. + +2004-12-07 Jakub Jelinek + + * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define + if it will be actually used. + +2004-12-07 Roland McGrath + + * rt/tst-timer5.c (setup_test): New function. + (TEST_CLOCK_MISSING): Use it to punt test if timer_create does not + support CLOCK_MONOTONIC. + +2004-12-07 Jakub Jelinek + + * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for + NPTL where the PID is stored at userlevel and needs to be reset when + CLONE_THREAD is not used. Restore gp before calling _exit. + +2004-12-07 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when + starting a new thread. Add support for NPTL where the PID is stored + at userlevel and needs to be reset when CLONE_THREAD is not used. + +2004-12-01 Jakub Jelinek + + * elf/rtld.c (process_envvars): Don't consider LD_SHOW_AUXV + and LD_DYNAMIC_WEAK if __libc_enable_secure. + If __libc_enable_secure, /etc/suid-debug doesn't exist and + program will be actually run, turn off all debugging. + * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add LD_DEBUG, + LD_DYNAMIC_WEAK and LD_SHOW_AUXV. + +2004-12-06 Jakub Jelinek + + * time/tzset.c (tzset_internal): If + or - is seen, + but no offset after it, reset offset to 0. [BZ #601] + +2004-12-06 Ulrich Drepper + + * libio/ioseekpos.c (_IO_seekpos_unlocked): Call _IO_SEEKOFF not + _IO_SEEKPOS, saving one indirect jump. + + * libio/fileops.c (_IO_new_file_seekoff): Fix optimization of in-buffer + seek. Remove dead code. + +2004-12-02 Jakub Jelinek + + * libio/Makefile (tests): Add bug-ungetc4. + * libio/bug-ungetc4.c: New test. + +2004-12-06 Roland McGrath + + * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Diagnose EINVAL + for CLOCK_THREAD_CPUTIME_ID, not ENOTSUP. + Use SYSDEP_NANOSLEEP handler before validating CLOCK_ID value. + + * rt/tst-timer4.c (TEST_CLOCK, TEST_CLOCK_NANOSLEEP): New macros. + Use them throughout in place of CLOCK_REALTIME and nanosleep. + (do_test) [TEST_CLOCK_MISSING]: Call this macro and if it returns + non-null, punt the test with a message using the string returned. + * rt/tst-timer5.c: New file. + * rt/Makefile (tests): Add it. + +2004-12-01 Paolo Bonzini + + * posix/regcomp.c (free_dfa_content, init_dfa): Remove + references to re_dfa_t's subexps field. + (parse_sub_exp, parse_expression): Do not use it. Use + completed_bkref_map instead. + (create_initial_state, peek_token): Store a backreference \N + with opr.idx = N-1. + * posix/regexec.c (proceed_next_node, check_dst_limits, get_subexp): + Likewise. + (check_subexp_limits): Remove useless condition. + * posix/regex_internal.h (re_subexp_t): Remove. + (re_dfa_t): Remove subexps and subexps_alloc field, add + completed_bkref_map. + +2004-12-05 Roland McGrath + + * Makeconfig: Comment typo fix. + +2004-11-30 Andreas Schwab + + * nis/ypclnt.c (ypprot_err): Remove unused entries. + +2004-11-30 Paolo Bonzini + + * posix/regexec.c (check_dst_limits_calc_pos_1): Check for + bkref_idx == -1, and don't recurse in that case. + +2004-11-30 GOTO Masanori + + * posix/confstr.c: Enclose #error message with double quote + for gcc-3.3 and lower. + +2004-12-04 Ulrich Drepper + + * sysdeps/unix/sysv/linux/i386/clone.S: Add support for NPTL where + the PID is stored at userlevel and needs to be reset when CLONE_THREAD + is not used. + * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise. + +2004-11-18 Daniel Jacobowitz + + * sysdeps/arm/sysdep.h: Define __USE_BX__ if bx is available. + Use it instead of __THUMB_INTERWORK__. Make RETINSTR take + only a condition and a register. + * sysdeps/arm/dl-machine.h: Use __USE_BX__ instead of + __THUMB_INTERWORK__. + (_dl_start_user): Use BX. + * sysdeps/arm/strlen.S: Use DO_RET. + * sysdeps/unix/arm/brk.S: Likewise. + * sysdeps/unix/arm/fork.S: Likewise. + * sysdeps/unix/arm/sysdep.S: Likewise. + * sysdeps/unix/arm/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/arm/clone.S: Update uses of RETINSTR. + * sysdeps/unix/sysv/linux/arm/mmap.S: Likewise. + * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise. + * sysdeps/unix/sysv/linux/arm/socket.S: Likewise. + * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise. + +2004-12-02 Roland McGrath + + * extra-lib.mk (object-suffixes-$(lib)): Add .oS when + $(lib)-static-only-routines is nonempty. + (extra-objs, o-iterator.mk rule): Filter out .oS from generators. + Add a special rule for .oS objects -> _nonshared.a library. + +2004-12-01 Jakub Jelinek + + * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC, + convert T2, not T. + * time/Makefile (tests): Add tst-mktime3. + * time/tst-mktime3.c: New test. + +2004-12-01 Jakub Jelinek + + * stdlib/stdlib.h (realpath): Remove nonnull attribute. + + * posix/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after + normal_bracket label. + + * time/tst-mktime2.c (bigtime_test): Initialize tm.tm_isdst to -1. + +2004-12-01 Roland McGrath + + * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): + Do $(make-target-directory). + +2004-11-29 Roland McGrath + + * posix/confstr.c: Avoid punctuation in #error text. + +2004-11-27 Ulrich Drepper + + * posix/Makefile (tests): Add tst-sysconf. + * posix/tst-sysconf.c: New file. + + * posix/getconf.c (vars): Add support for _SC_IPV6 and + _SC_RAW_SOCKETS. + * sysdeps/posix/sysconf.c (__sysconf): Add support for _SC_IPV6 + and _SC_RAW_SOCKETS. + * sysdeps/generic/bits/confname.h: Define _SC_IPV6 and + _SC_RAW_SOCKETS. + +2004-11-26 Jakub Jelinek + + * posix/Makefile (generated: Add getconf.speclist. + ($(inst_libexecdir)/getconf): Use getconf.speclist instead of + getconf output. + ($(objpfx)getconf.speclist): New rule. + * posix/getconf.speclist.h: New file. + +2004-11-26 Jakub Jelinek + + * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR. + +2004-11-26 Kaz Kojima + + * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if + NO_SGIDEFS_H isn't defined. Don't include sgidefs.h twice. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. + +2004-11-27 Ulrich Drepper + + * include/dlfcn.h (__libc_dlopen): Add __RTLD_DLOPEN to the mode + parameter. Reported by VY Newsum . + +2004-11-10 Daniel Jacobowitz + + * libio/iolibio.h (_IO_fclose, _IO_new_fclose, _IO_old_fclose, + _IO_fflush, _IO_fgetpos, _IO_fgetpos64, _IO_fgets, _IO_fopen, + _IO_old_fopen, _IO_new_fopen, _IO_fopen64, __fopen_internal, + _IO_fprintf, _IO_fputs, _IO_fsetpos, _IO_fsetpos64, _IO_ftell, + _IO_fread, _IO_fwrite, _IO_gets, _IO_printf, _IO_puts, _IO_scanf, + _IO_fflush_internal, _IO_ftell_internal, _IO_fputs_internal) + _IO_fwrite_internal): Remove incorrect __THROW. + * libio/libioP.h (_IO_default_xsputn, _IO_wdefault_xsputn, + _IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_default_write, + _IO_default_read, _IO_getline, _IO_getline_info, _IO_getwline, + _IO_getwline_info, _IO_file_read_internal, _IO_sgetn_internal, + _IO_wdo_write_internal, _IO_do_write_internal, + _IO_getline_info_internal, _IO_getline_internal, + _IO_vfprintf_internal, _IO_putc_internal, _IO_read, _IO_write, + _IO_close): Likewise. + +2004-11-26 Jakub Jelinek + + * posix/Makefile (install-others): Add $(inst_libexecdir)/getconf. + (CFLAGS-sysconf.c): Add -D_GETCONF_DIR. + (CFLAGS-getconf.c): New. + ($(inst_libexecdir)/getconf): New. + * posix/confstr.c (confstr): Use __sysconf to query specifications + that don't have _POSIX_V6_* macros defined. Use __*_{C,LD}FLAGS + macros defined in bits/environments.h. + * sysdeps/posix/sysconf.c: Include stdlib.h, string.h and + sys/stat.h. + (__sysconf_check_spec): New routine. + (__sysconf): Use it. + * posix/getconf.c (specs): Change into structure array. + (main): If -v is not given, try to get default from + $(libexecdir)/getconf/default. If specification is not + supported by this getconf, try to execute + $(libexecdir)/getconf/$(specification). + * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: New file. + * sysdeps/unix/sysv/linux/s390/bits/environments.h: New file. + * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: New file. + * sysdeps/unix/sysv/linux/sparc/bits/environments.h: New file. + * sysdeps/unix/sysv/linux/i386/bits/environments.h: New file. + * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: New file. + * sysdeps/generic/bits/environments.h (__ILP32_OFFBIG_CFLAGS): + Define. + + * stdlib/stdlib.h (setenv): Use nonnull only for second argument. + (unsetenv): Remove. + +2004-11-23 Paolo Bonzini + + * posix/regcomp.c (analyze_tree): Always call calc_epsdest. + (calc_inveclosure): Use re_node_set_insert_last. + (parse_dup_op): Lower X{1,5} to (X(X(X(XX?)?)?)?)? + rather than X?X?X?X?X?. + * posix/regex_internal.h (re_node_set_insert_last): New declaration. + * posix/regex_internal.c (re_node_set_insert_last): New function. + * posix/PCRE.tests: Add testcases. + +2004-11-25 Ulrich Drepper + + * dlfcn/dlfcn.h: Remove nonnull attribute from dlopen. + + * posix/confstr.c (confstr): Return appropriate strings for + _CS_LFS_LINTFLAGS, _CS_LFS64_CFLAGS, and _CS_LFS64_LINTFLAGS. + +2004-11-05 Maciej W. Rozycki + + * sysdeps/mips/dl-machine.h: Include . Use _ABIO32, + _ABIN32 and _ABI64 for ABI selection throughout. + * sysdeps/mips/elf/start.S: Likewise. + * sysdeps/mips/mips64/__longjmp.c: Likewise. + * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise. + * sysdeps/mips/mips64/bsd-setjmp.S: Likewise. + * sysdeps/mips/mips64/setjmp.S: Likewise. + * sysdeps/mips/mips64/setjmp_aux.c: Likewise. + * sysdeps/mips/sys/regdef.h: Likewise. + * sysdeps/mips/sys/ucontext.h: Likewise. + * sysdeps/unix/mips/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/kernel-features.h: Likewise. + * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise. + + * sysdeps/mips/atomicity.h: Use _ABIO32, _ABIN32 and _ABI64 for + ABI selection throughout. + * sysdeps/mips/bits/setjmp.h: Likewise. + * sysdeps/mips/fpu/bits/mathdef.h: Likewise. + * sysdeps/mips/machine-gmon.h: Likewise. + * sysdeps/mips/sys/asm.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise. + + * sysdeps/mips/sgidefs.h: Prevent from being + included by kernel headers and undo its settings if already + included. Define _ABIO32, _ABIN32 and _ABI64 if missing and use + them to define _MIPS_SIM_ABI32, _MIPS_SIM_NABI32 and + _MIPS_SIM_ABI64 for compatibility. + * sysdeps/unix/sysv/linux/mips/Makefile: Use _ABIO32, _ABIN32 and + _ABI64 for ABI selection in generated syscall-list.h + * sysdeps/unix/sysv/linux/mips/configure.in: Use _ABIO32, _ABIN32 + and _ABI64 for ABI selection in generated asm-unistd.h. + * sysdeps/unix/sysv/linux/mips/configure: Regenerate. + + * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Correct + an inverted _MIPS_SIM conditional. + +2004-11-23 Alexandre Oliva + + * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Use free + range even if it doesn't match exactly. + +2004-11-23 Jakub Jelinek + + * nss/nss_files/files-XXX.c (internal_getent): If parse_line returned + -1, also do H_ERRNO_SET (NETDB_INTERNAL). + +2004-11-22 Ulrich Drepper + + * sysdeps/i386/fpu_control.h: Add volatile to the asms. + Patch by Alexander Stohr. + +2004-11-22 Jakub Jelinek + + * nscd/nscd_getai (__nscd_getai): Avoid memory and file descriptor + leaks. + * sysdeps/posix/getaddrinfo.c (gaih_inet): Free air. + +2004-11-15 Maciej W. Rozycki + + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE): + Define appropriately based on __WORDSIZE. + [struct siginfo] (__pad0): Add for explicit padding. + + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Formatting fixes + throughout. + +2004-11-22 Ulrich Drepper + + * dirent/dirent.h: Add nonnull attributes. + * dlfcn/dlfcn.h: Likewise. + +2004-11-20 Jakub Jelinek + + * sysdeps/ieee754/k_standard.c: Document code 50. + (__kernel_standard) : Avoid raising div-by-zero + exception again. + +2004-11-19 H.J. Lu + + [BZ #552] + * math/libm-test.inc (tgamma_test): Update tgamma (0) and + tgamma (-0). + * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle |x| == 0. + * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise. + * sysdeps/generic/w_tgammal.c (__tgammal): Likewise. + * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise. + * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise. + * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise. + * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise. + * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle + tgamma (0) and tgamma (-0). + +2004-11-20 Ulrich Drepper + + * time/tzfile.c (__tzfile_read): Avoid open for checking whether + the file we already use changed. + + * misc/syslog.c: Remove !USE_IN_LIBIO code. + +2004-11-20 Jakub Jelinek + + * signal/signal.h (__sysv_signal, sysv_signal, signal, bsd_signal, + ssignal): Remove __nonnull attribute. + +2004-11-20 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/sys/procfs.h: New file. + +2004-11-20 Ulrich Drepper + + * signal/signal.h: Add nonnull attributes. + + * signal/signal.h: Add deprecated attributes to sigstack, + sigpause, sigblock, sigsetmask, siggetmask. + +2004-11-20 Jakub Jelinek + + * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid + comma at the end of enum if __USE_BSD is not defined. + +2004-11-19 Ulrich Drepper + + * malloc/malloc.c (_int_malloc): Check for corruption of chunk + which is about to be returned. + + * malloc/malloc.c (_int_free): Add a few more cheap tests for + corruption. + +2004-11-17 Randolph Chung + + * sysdeps/hppa/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind + annotations. + +2004-11-18 Jakub Jelinek + + [BZ #544] + * posix/regex.h (RE_NO_SUB): New define. + * posix/regex_internal.h (OP_DELETED_SUBEXP): New. + (re_dfa_t): Add subexp_map. + * posix/regcomp.c (struct subexp_optimize): New type. + (optimize_subexps): New routine. + (re_compile_internal): Call it. + (re_compile_pattern): Set preg->no_sub to 1 if RE_NO_SUB. + (free_dfa_content): Free subexp_map. + (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes. + * posix/regexec.c (re_search_internal): If subexp_map + is not NULL, duplicate registers as needed. + * posix/Makefile: Add rules to build and run tst-regex2. + * posix/tst-regex2.c: New test. + * posix/rxspencer/tests: Fix last two tests (\0 -> \1). + Add some new tests for nested subexpressions. + +2004-11-18 Ulrich Drepper + + * libio/libio.h (_IO_FLAGS2_FORTIFY): Renamed from + _IO_FLAGS2_CHECK_PERCENT_N. + * debug/fprintf_chk.c: Adjust all users. + * debug/printf_chk.c: Likewise. + * debug/vfprintf_chk.c: Likewise. + * debug/vprintf_chk.c: Likewise. + * debug/vsnprintf_chk.c: Likewise. + * debug/vsprintf_chk.c: Likewise. + * stdio-common/vfprintf.c: Likewise. Detect missing %N$ formats. + * debug/tst-chk1.c: Test detection of missing %N$ formats. + +2004-11-15 Jakub Jelinek + + * posix/bug-regex24.c: Include string.h. + + * nis/nis_clone_obj.c (nis_clone_object): Rename out3 label to out2 + and out2 to out. Remove out label. Formatting. + +2004-11-15 Ulrich Drepper + + * include/stdio.h: Do not mark __libc_message as noreturn. + * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_fatal): Add loop to + fool gcc. Include . + * sysdeps/posix/libc_fatal.c (__libc_fatal): Add loop to fool gcc. + (__libc_message): Fix typo. + +2004-11-13 Ulrich Drepper + + * malloc/malloc.c (malloc_state): stat_lock_* elements need only + be defined if THREAD_STATS is defined. Remove pad0_ since it does + not align with cache line sizes in general anyway. + +2004-11-13 Jakub Jelinek + + * elf/rtld.c (print_statistics): Avoid segfaults if not all namespaces + are used. Fix computation of num_relative_relocations on RELA + architectures other than IA-64 and Alpha. + +2004-11-13 Ulrich Drepper + + * malloc/malloc.c (_int_free): Use munmap_chunk for handling + mmaped memory. + +2004-11-12 Ulrich Drepper + + * malloc/malloc.c (_int_free): Remove test for NULL parameter. + (_int_realloc): Call _int_free only if memory parameter is not NULL. + + * sysdeps/unix/sysv/linux/libc_fatal.c: Add new function __libc_message + which performs the printing and simple format string handling. The + string is written to tty, stderr, syslog in this order, stopping after + the first successful output. + (__libc_fatal): Call __libc_message. + * include/stdio.h: Declare __libc_message. + * malloc/malloc.c (malloc_printerr): Use __libc_message. + * debug/chk_fail.c: Also print message with __libc_message. + * debug/test-strcpy_chk.c: Ensure that debug messages are not printed + to the terminal or stderr. + * debug/tst-chk1.c: Likewise. + + * posix/Makefile: Remove gpl2lgpl variable. + +2004-11-12 Martin Schwidefsky + + * elf/elf.h: Add 20 bit relocations R_390_*20. + +2004-11-12 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h. + * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. + +2004-11-12 Andreas Schwab + + * nis/ypclnt.c (ypprot_err): Fix "minor optimizations". + +2004-11-12 Ulrich Drepper + + * posix/Makefile (tests): Add bug-regex24. + * posix/bug-regex24.c: New file. + +2004-11-12 Paolo Bonzini + + * posix/regexec.c (check_dst_limits_calc_pos_1): Use the map to + cut recursive paths. Make exit condition more precise. + (match_ctx_add_entry): Initialize the map. + * posix/regex_internal.h (struct re_backref_cache_entry): Add a map of + reachable subexpression nodes from each backreference cache entry. + +2004-11-10 Jakub Jelinek + + * sysdeps/unix/sysv/linux/setreuid.c: Remove sys/syscall.h, + sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h + includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro + instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded + snippets. + * sysdeps/unix/sysv/linux/setegid.c: Likewise. + * sysdeps/unix/sysv/linux/setuid.c: Likewise. + * sysdeps/unix/sysv/linux/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/setgid.c: Likewise. + * sysdeps/unix/sysv/linux/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/setresgid.c: Likewise. + * sysdeps/unix/sysv/linux/setregid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/setreuid.c: Likewise. + Formatting. Change signed int into int. + * sysdeps/unix/sysv/linux/alpha/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/setresgid.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/setregid.c: Likewise. + * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid): + Remove. + * sysdeps/unix/setxid.h: New file. + + * Rules (binaries-static): Add xtests-static. + * Makeconfig (run-program-prefix): Filter also xtests-static. + +2004-11-09 Paul Eggert since it is marked as an obsolescent + interface. Include , , and instead. + (TYPE_BITS, TYPE_FLOATING, TYPE_SIGNED): New macros. + (subtract): New static function, that works correctly without + double-rounding, even on hosts with 64-bit time_t. Also cater + to hosts with padding bits. + (__difftime): Use it. Use DBL_MANT_DIG and LDBL_MANT_DIG to + determine whether floating types are wide enough: the old + test (which used sizeof) could in theory report the wrong results + on hosts with padding bits in floating-point values. + +2004-11-11 Simon Josefsson + + [BZ #542] + * sysdeps/generic/strtok_r.c [HAVE_CONFIG_H]: Include config.h. + [!_LIBC]: Include strtok_r.h (in gnulib), map __strtok_r to + strtok_r and __rawmemchr to strch. + (__strtok_r): Use C89 prototype. + [weak_alias]: Move calls to libc_hidden_def and weak_alias into + this #ifdef. + +2004-11-10 Paul Eggert + + [BZ #541] + * time/mktime.c (SHR): New macro, which is a portable + substitute for >> that should work even on Crays. + (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it. + Problem reported by Mark D. Baushke in + . + +2004-11-09 Paolo Bonzini + + * posix/regexec.c (match_ctx_free_subtops): Remove, merge into... + (match_ctx_clean): ... this function. + (match_ctx_free): Call match_ctx_clean. + + * posix/regexec.c (transit_state): Remove the check for + out-of-bounds buffers. + (check_matching): Check here for out-of-bounds buffers. + (re_search_internal): Store into match_kind a set of bits + indicating which incantation of fastmap scanning must be + used. Use a switch statement instead of multiple ifs. + Exit the final "for (;;)" with goto free_return unless + the match succeeded, thus simplifying some conditionals. + + * posix/regex_internal.c (re_string_reconstruct, + re_string_context_at): Add several branch predictions for + case-sensitive matching and no transition table being used. + +2004-11-10 Ulrich Drepper + + * posix/tst-waitid.c: Don't use error to print error message, they + won't end up in the .out file. + +2004-11-09 Ulrich Drepper + + * nscd/nscd-client.h (libc_locked_map_ptr): Add new first + parameter, used as class for definition. + * nscd/nscd_getpw_r.c: Adjust for libc_locked_map_ptr change. + (pw_map_free): Ensure no crash after memory is freed. + * nscd/nscd_getgr_r.c: Likewise. Make map externally visible. + * nscd/nscd_gethst_r.c: Likewise. + * nscd/nscd_getai.c: Use map from nscd_gethost.c. + * nscd/nscd_initgroups.c: Use map from nscd_getgr.c. + + * nscd/nscd_getai.c: Add some checks to detect corrupt databases. + * nscd/nscd_getgr_r.c: Likewise + * nscd/nscd_gethst_r.c: Likewise. + * nscd/nscd_getpw_r.c: Likewise + +2004-11-09 Jakub Jelinek + + * posix/regcomp.c (calc_eclosure_iter): Don't access + dfa->edests[node].elems[0] if dfa->edests[node].nelem == 0. + * posix/rxspencer/tests: Add 5 new tests. + +2004-11-09 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ifaddrs.c: Determine sin6_scope_id field + value correctly. Patch by Mitsuru Kanda . + +2004-11-04 Jakub Jelinek + + * libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and + fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) + and if successful set fp->_offset. + * libio/Makefile (tests): Add bug-ungetc3. + * libio/bug-ungetc3.c: New test. + +2004-11-03 Marcus Brinkmann + + * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol. + * sysdeps/mach/hurd/_G_config.h: New file. + * libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with + [_G_HAVE_MREMAP]. + +2004-11-08 Ulrich Drepper + + * posix/regcomp.c (utf8_sb_map): Define. + (free_dfa_content): Don't free dfa->sb_char if it's a pointer to + utf8_sb_map. + (init_dfa): Use utf8_sb_map instead of initializing memory when the + encoding is UTF-8. + +2004-11-03 Paolo Bonzini + + * posix/regcomp.c (init_dfa): Get the codeset name outside glibc as + well. Check if it is spelled UTF8 as well as UTF-8, and check + case-insensitively. Set dfa->map_notascii manually when outside + glibc. + * posix/regex_internal.c (build_wcs_upper_buffer) [!_LIBC]: Enable + optimizations based on map_notascii. + * posix/regex_internal.h [HAVE_LANGINFO_H || HAVE_LANGINFO_CODESET + || _LIBC]: Include langinfo.h. + + * posix/regex_internal.h (struct re_backref_cache_entry): Add "more" + field. + * posix/regexec.c (check_dst_limits): Hoist computation of the source + and destination bkref_idx out of the loop. Pass it to + check_dst_limits_calc_pos. + (check_dst_limits_calc_pos_1): New function, containing the recursive + loop of check_dst_limits_calc_pos; uses the "more" field of + struct re_backref_cache to control the loop. + (check_dst_limits_calc_pos): Store into "boundaries" the position + relative to lim's start and end positions. Do not accept eclosures, + accept bkref_idx instead. Call check_dst_limits_calc_pos_1 to do the + work. + (sift_states_bkref): Use the "more" field of struct re_backref_cache + to control the loop. A big "if" was turned into a continue and the + function was reindented. + (get_subexp): Use the "more" field of struct re_backref_cache + to control the loop. + (match_ctx_add_entry): Initialize the bkref_ents' "more" field. + (search_cur_bkref_entry): Return -1 if out of bounds. + + * posix/regexec.c (empty_set): Remove. + (sift_states_backward): Remove cur_src variable. Move inner loop + to build_sifted_states. + (build_sifted_states): Extract from sift_states_backward. Do not + use empty_set. + (update_cur_sifted_state): Do not use empty_set. Special case + dest_nodes->nelem == 0. + + * posix/regex_internal.h (struct re_backref_cache_entry): Remove flag + field. + (struct re_sift_context_t): Remove cur_bkref, cls_subexp_idx, + check_subexp fields. Move limits last. + * posix/regexec.c (match_ctx_clear_flag): Remove. + (sift_ctx_init): Remove check_subexp parameter. Do not set removed + fields. Callers adjusted. + (expand_bkref_cache): Remove last_str parameter. Callers adjusted. + (re_search_internal): Remove fast_translate variable. + (update_cur_sifted_state): Pass candidates as the final parameter + to sift_states_bkref. + (sift_states_bkref): Change last unused parameter to be "candidates", + do not fetch candidates into a local variable. + Remove dead test for "node == sctx->bkref", and the cur_bkref_idx + variable. + Remove loops that set/reset the flag field of backref cache entries. + (check_arrival_add_next_nodes): Use a signed int to hold the return + value of re_node_set_insert. + (group_nodes_into_DFAstates): Likewise. + (match_ctx_add_entry): Do not set the flag field of the new entry. + +2004-11-05 Roland McGrath + + * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define + _dl_sysinfo_dso under [NEED_DL_SYSINFO_DSO] as well. + * elf/rtld.c (dl_main): Set up GLRO(dl_sysinfo_dso) under + [NEED_DL_SYSINFO_DSO] as well. + * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Always include + AT_SYSINFO and AT_SYSINFO_EHDR in name table. + (_dl_sysdep_start) [NEED_DL_SYSINFO_DSO]: Match AT_SYSINFO_EHDR. + * elf/dl-support.c (_dl_sysinfo_dso): Define also under + [NEED_DL_SYSINFO_DSO]. + (_dl_aux_init) [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO]: + Match AT_SYSINFO_EHDR and set GL(dl_sysinfo_dso). + +2004-11-05 Roland McGrath + + * manual/errno.texi (Error Codes): Revert last change for now. + * sysdeps/gnu/errlist.c: Regenerated. + +2004-11-04 Roland McGrath + + * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions. + (LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise. + (LDFLAGS-rdynamic, LDFLAGS-Bsymbolic): Likewise. + ($(common-objpfx)gnu/lib-names.stmp): Likewise. + +2004-11-01 Jakub Jelinek + + * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32] + (elf_fpxregset_t): New type. + (struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type + to unsigned short int. + * sysdeps/unix/sysv/linux/x86_64/sys/user.h + (struct user_fpregs_struct): Fix comment. + * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If + __FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double. + * sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h. + (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to + long double. + * sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h. + (fenv_t): Remove __mxcsr field for -m32. + +2004-11-04 Jakub Jelinek + + * libio/ftello.c (ftello): Don't subtract save_end - save_base + if pos is _IO_pos_BAD. + * libio/ftello64.c (ftello64): Likewise. + * libio/iofgetpos.c (_IO_new_fgetpos): Likewise. + * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise. + * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise. + * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise. + * libio/ioftell.c (_IO_ftell): Likewise. + Cast to long int instead of off_t when checking for overflow. + +2004-11-04 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align. + (linefeed): Remove. + (register_dump): Rewrite to generate into a flat buffer instead + of into iovecs. + +2004-11-02 Jakub Jelinek + + * debug/tst-chk1.c (ret): New volatile variable. + (CHK_FAIL_END): Remove redundant ret setting. + (do_test): Remote ret variable. + +2004-01-03 Paolo Bonzini + + * posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree. + +2004-11-03 Marcus Brinkmann + + * sysdeps/generic/utime.c: Include . + + * sysdeps/generic/sysconf.c: Include and . + + * sysdeps/generic/tempname.c (__path_search): Add missing argument + TRY_TMPDIR. + +2004-11-02 Jakub Jelinek + + * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red Hat + GCC 3.4.x-RH >= 3.4.2-8. + * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For + GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of + __{,v}{,f}printf_chk. + * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not + being able to recognize subobjects. + +2004-10-31 Mariusz Mazur + + * sysdeps/unix/sysv/linux/alpha/setregid.c: New file. + * sysdeps/unix/sysv/linux/alpha/setresgid.c: New file. + * sysdeps/unix/sysv/linux/alpha/setresuid.c: New file. + * sysdeps/unix/sysv/linux/alpha/setreuid.c: New file. + +2004-10-27 Derek R. Price + + [BZ #487] This change is imported from gnulib. + * time/mktime.c (not_equal_tm) [DEBUG]: Remove redundant check. + +2004-10-24 Paul Eggert + + [BZ #473] + * time/tst-mktime.c (main): Don't assume that mktime fails + when given time stamps before 1970. It returns negative + time_t values instead, for compatibility with BSD. + + * time/tst-mktime2.c: New file. + * time/Makefile (tests): Add it. + + [BZ #473] Import from gnulib. Revamp to avoid several problems near + time_t extrema, and on hosts with 64-bit time_t and 32-bit int. + This fixes Debian bug 177940. + * time/mktime.c (TIME_T_MIDPOINT): New macro. + (ydhms_diff): Renamed from ydhms_tm_diff, with a new signature, + which avoids overflow problems on hosts with 64-bit time_t and + 32-bit int. All callers changed. Now an inline function. + Verify at compile-time that long int is wide enough to avoid + these overflow problems. + (guess_time_tm): New function. + (__mktime_internal): Use it. Avoid overflow when computing yday on + hosts with 64-bit long and 32-bit int. Remove tests for 69; + no longer needed. Use if rather than #ifdef for LEAP_SECONDS_POSSIBLE + so that the code is checked by more compilers. + Do not rely on floating point to probe: stick to integer arithmetic, + to avoid potential porting problems. + Repair potential overflow correctly in the Southern Hemisphere. + (localtime_offset): Add a FIXME for the case where time_t is unsigned. + +2004-10-30 Andreas Schwab + + * sysdeps/m68k/dl-machine.h (elf_machine_rela) + (elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto + instead of static. + +2004-10-30 Andreas Schwab + + * sysdeps/unix/sysv/linux/waitid.c: Include for NULL. + +2004-10-30 Ulrich Drepper + + * malloc/malloc.c (_int_free): Use unique comments for the error + cases. + +2004-10-28 Roland McGrath + + * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_fork): Use i386_thread_state + instead of machine_thread_state. + +2004-10-28 Roland McGrath + + * sysdeps/unix/sysv/linux/syscalls.list: Remove setaltroot. + +2004-10-28 Ulrich Drepper + + * elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script. + +2004-10-27 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object): Use cache_rpath to check for + existing rpath in main executable, not explicit test. + +2004-10-27 Jakub Jelinek + + * include/resolv.h (_res_opcodes): New extern. + Add libresolv_hidden_proto. + * resolv/res_debug.c (_res_opcodes): Remove. + (__p_class_syms, __p_type_syms): Add libresolv_hidden_proto + and libresolv_hidden_data_def. Remove attribute_hidden. + * resolv/res_mkquery (_res_opcodes): Remove. + * resolv/res_data.c (_res_opcodes): Remove attribute_hidden. + Add libresolv_hidden_data_def. + +2004-10-27 Ulrich Drepper + + * elf/dl-open.c (_dl_open): Don't allow explicitly opening a DSO + into an empty namespace. + + * elf/dl-fini.c (_dl_fini): Fix search for map in maps array. + Reverse order of namespaces. + * elf/Makefile: Add rules to build and run tst-dlmopen3. + * elf/tst-dlmopen3.c: New file. + * elf/tst-dlmopen1mod.c: Add check whether constructor runs. + +2004-10-27 Jakub Jelinek + + * sysdeps/generic/glob.c (globfree): Clear gl_pathv after freeing it. + * posix/Makefile: Add rules to build and run bug-glob2 test. + * posix/bug-glob2.c: New test. + +2004-10-27 Roland McGrath + + * sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro. + (_hurd_tls_init): Use it. + (_hurd_tls_fork): New function. + * sysdeps/mach/hurd/fork.c (__fork) [USE_TLS]: Call it. + +2004-10-26 Roland McGrath + + * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb. + +2004-10-26 Jakub Jelinek + + * sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t + type instead of uint16_t. Formatting. + +2004-10-25 Roland McGrath + + * login/openpty.c (openpty): Add libutil_hidden_def. + + * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to + either libc_hidden_def or libnss_files_hidden_def, not hidden_def. + This file is also compiled into libnss_hesiod by #include. + +2004-10-25 Roland McGrath + + * sysdeps/unix/bsd/hp: Directory and all files removed. + These are now in the ports repository. + * sysdeps/unix/bsd/osf: Likewise. + * sysdeps/unix/bsd/sequent: Likewise. + * sysdeps/unix/bsd/sony: Likewise. + * sysdeps/unix/bsd/ultrix4: Likewise. + * sysdeps/unix/sysv/aix: Likewise. + * sysdeps/unix/sysv/hpux: Likewise. + * sysdeps/unix/sysv/irix4: Likewise. + * sysdeps/unix/sysv/isc2.2: Likewise. + * sysdeps/unix/sysv/minix: Likewise. + * sysdeps/unix/sysv/sco3.2.4: Likewise. + * sysdeps/unix/sysv/sco3.2: Likewise. + * sysdeps/unix/sysv/sysv4: Likewise. + + * configure.in (ASM_LINE_SEP): Move this setting to ... + * sysdeps/hppa/configure.in: ... here, new file. + * sysdeps/hppa/configure: New generated file. + * configure: Regenerated. + +2004-10-25 Kaz Kojima + + * sysdeps/sh/dl-machine.h: Include sysdep.h. + (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add CFI directives. + (elf_machine_runtime_setup): Add always_inline attribute. + (_dl_start_user): Pass the correct environ. + (elf_machine_rela): Replace static inline by auto inline, add + always_inline attribute. + (elf_machine_rela_relative): Likewise. + (elf_machine_lazy_rel): Likewise. + +2004-10-24 Ulrich Drepper + + * nis/nis_call.c: Pretty printing. Minor cleanups. + * nis/nis_addmember.c (nis_addmember): Add assert to check buffer + bounds. + + * resolv/nss_dns/dns-host.c: Avoid using PLTs. + * include/libc-symbols.h: Define hidden attribute macros for + libnss_nisplus and libutil. + * include/utmp.h: Add libutil_hidden_proto for login_tty. + * login/login_tty.c: Add libutil_hidden_def. + * nis/nisplus-parser.h: Add libnss_nisplus_hidden_proto for parsers. + * nis/nss_nisplus/nisplus-parser.c: Add libnss_nisplus_hidden_def. + * include/pty.h: New file. + * include/rpcsvc/yp.h: New file. + * include/rpcsvc/ypclnt.h: New file. + * include/rpcsvc/ypupd.h: New file. + * include/libc-symbols.h: Define hidden attribute macros for libnsl. + * include/rpcsvc/nislib.h: Use libnsl_hidden_proto for various + functions. + * nis/nis_add.c: Add libnsl_hidden_def. Minor optimizations. + * nis/nis_call.c: Likewise. + * nis/nis_clone_obj.c: Likewise. + * nis/nis_defaults.c: Likewise. + * nis/nis_domain_of_r.c: Likewise. + * nis/nis_error.c: Likewise. + * nis/nis_file.c: Likewise. + * nis/nis_free.c: Likewise. + * nis/nis_local_names.c: Likewise. + * nis/nis_lookup.c: Likewise. + * nis/nis_modify.c: Likewise. + * nis/nis_print.c: Likewise. + * nis/nis_remove.c: Likewise. + * nis/nis_subr.c: Likewise. + * nis/nis_table.c: Likewise. + * nis/nis_util.c: Likewise. + * nis/yp_xdr.c: Likewise. + * nis/ypclnt.c: Likewise. + * nis/ypupdate_xdr.c: Likewise. + + * resolv/res_send.c (send_dg): Cope with failures. + + * include/libc-symbols.h: Define hidden attribute macros for + libnss_files. + * include/netdb.h: Use libnss_files_hidden_proto for the parsers + defined in libnss_files, not libc_hidden_proto. + * include/netinet/ether.h: Likewise. + * include/rpc/netdb.h: Likewise. + * nss/nss_files/files-parse.c: Use hidden_def in parser definitions + instead of libc_hidden_def. + * nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to + _nss_netgroup_parseline definition. + +2004-10-23 Roland McGrath + + * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early + after an RPC succeeds. + + * sysdeps/vax, sysdeps/unix/bsd/vax: Directories and all files removed. + These are now in the ports repository. + * sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise. + * sysdeps/cris, sysdeps/unix/sysv/linux/cris: Likewise. + * sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k: Likewise. + * sysdeps/standalone, sysdeps/z8000: Likewise. + +2004-10-23 Ulrich Drepper + + * resolv/res_send.c (send_dg): Combine write and read to socket + into one loop. + +2004-10-22 Roland McGrath + + * Makefile (%.bz2, %.gz): Move these pattern rules ... + * Makerules: ... to here. + +2001-10-31 Alexandre Oliva + + * elf/elf.h: Add R_MN10300_* relocation numbers. + +2004-10-22 Paul Eggert + + [BZ #471] Fix imported from gnulib. + * time/mktime.c (leapyear, ydms_tm_diff): Year is of type + long int, not int, to avoid problems when tm_year == INT_MAX + and tm_mon > 12. + (__mktime_intenral): Compute year using long int arithmetic, + not int arithmetic, to avoid problems on hosts where time_t + and long are 64 bits but int is 32. + + [BZ #468] Import a fix from gnulib. + * time/mktime.c [! DEBUG]: Do not include . + It's needed only if DEBUG is nonzero. + + [BZ #470] Import fix from gnulib. + * time/mktime.c [!_LIBC] (__mktime_internal): Define to + mktime_internal, to avoid clashes with any __mktime_internal + function defined in the standard library. + + [BZ #469] Imported from gnulib. + * time/mktime.c (__isleap): Remove; all uses replaced by: + (leapyear): New function, which avoids overflow by not adding + 1900 to year before testing whether it is a leap year. + + [BZ #472] Imported from gnulib. + * time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX; + no longer used. + +2004-10-22 Ulrich Drepper + + * resolv/res_send.c: Remove compatibility code which is unused in + glibc and probably bitrotten. + + * debug/execinfo.h: Remove __THROW from backtrace prototype. + +2004-10-22 Jakub Jelinek + + * sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions. + * sysdeps/i386/backtrace.c: Include , , + and . Remove include. + (struct trace_arg): New type. + (unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New + fn pointers resp. macros. + (init, backtrace_helper): New functions. + (__backtrace): Rewritten to use _Unwind_Backtrace first and fall + back to frame pointer walking. + +2004-10-22 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Versions: Things are still in flux, it + seems. Undo last additions. + +2004-10-21 Ulrich Drepper + + * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno + values. + +2004-10-20 Jakub Jelinek + + * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): If /proc + is not mounted, return 1. + +2004-10-20 Roland McGrath + + * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also + $(config-sysdirs) for shlib-versions files. + + * Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with + use of ... + * scripts/soversions.awk: ... this new file. Collect lib info and + match any DEFAULT line before emitting anything, so DEFAULT can come + later in the concatenation of shlib-versions files. + + * manual/errno.texi (Error Codes): Add ENOKEY, EKEYEXPIRED, + EKEYREVOKED, EKEYREJECTED. + * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.3.4): New errlist. + * sysdeps/gnu/errlist.c: Regenerated + + * sysdeps/gnu/errlist-compat.awk: Don't bail if Versions gives a count + higher than ERR_MAX reports. Instead, emit a #define ERR_MAX. + * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.h): New target. + (generated): Add errlist-compat.h. + * sysdeps/gnu/errlist.awk: Make output #include to + define ERR_MAX and use that for table size. + +2004-10-20 Ulrich Drepper + + * sysdeps/unix/sysv/linux/syscalls.list: Add entries for setaltroot, + key_add, key_request, and keyctl syscalls. + * sysdeps/unix/sysv/linux/Versions: Export them. + +2004-10-19 Roland McGrath + + * sysdeps/mach/readonly-area.c: New file. + +2004-10-19 Ulrich Drepper + + * elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state. + * elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def. + * sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't mark as + hidden but use rtld_hidden_proto. + +2004-10-19 Alfred M. Szmidt + + * sysdeps/generic/readonly-area.c (__readonly_str): Renamed to ... + (__readonly_area): ... this. + +2004-10-19 Jakub Jelinek + + * include/features.h (__USE_FORTIFY_LEVEL): Enable even with + Red Hat gcc4 4.0.0 and above. + +2004-10-18 Jakub Jelinek + + * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking + destlen only every 4 bytes. + +2004-10-19 Ulrich Drepper + + * nss/getent.c (hosts_keys): Let inet_pton decide whether the + string is an address or not. + +2004-10-19 Jakub Jelinek + + * elf/dl-addr.c (_dl_addr): Don't look at STT_TLS symbols. + Use DL_SYMBOL_ADDRESS to set dli_saddr. + + * debug/Makefile (catchsegv): Prefix $LIB with a backslash. + +2004-10-19 Ulrich Drepper + + * debug/Makefile ($(objpfx)catchsegv): To support multilib + platforms, use $LIB in path to slibdir. + +2004-10-19 Jakub Jelinek + + * debug/catchsegv.sh: Update copyright year. + Use mktemp to create segv_output file. + +2004-10-18 Jakub Jelinek + + * elf/dl-libc.c (__libc_dlsym_private, __libc_register_dl_open_hook): + New functions. + (__libc_dlopen_mode): Call __libc_register_dl_open_hook and + __libc_register_dlfcn_hook. + * dlfcn/Makefile (routines, elide-routines.os): Set. + Add rules to build and test tststatic2. + * dlfcn/tststatic2.c: New test. + * dlfcn/modstatic2.c: New test module. + * dlfcn/dladdr.c: Call _dlfcn_hook from libdl.so if not NULL. + Define __ prefixed routine in libc.a and in libdl.a just call it. + * dlfcn/dladdr1.c: Likewise. + * dlfcn/dlclose.c: Likewise. + * dlfcn/dlerror.c: Likewise. + * dlfcn/dlinfo.c: Likewise. + * dlfcn/dlmopen.c: Likewise. + * dlfcn/dlopen.c: Likewise. + * dlfcn/dlopenold.c: Likewise. + * dlfcn/dlsym.c: Likewise. + * dlfcn/dlvsym.c: Likewise. + * dlfcn/sdladdr.c: New file. + * dlfcn/sdladdr1.c: New file. + * dlfcn/sdlclose.c: New file. + * dlfcn/sdlerror.c: New file. + * dlfcn/sdlinfo.c: New file. + * dlfcn/sdlopen.c: New file. + * dlfcn/sdlsym.c: New file. + * dlfcn/sdlvsym.c: New file. + * dlfcn/Versions (libdl): Export _dlfcn_hook@GLIBC_PRIVATE. + * include/dlfcn.h (DL_CALLER_DECL, DL_CALLER RETURN_ADDRESS): Define. + (struct dlfcn_hook): New type. + (_dlfcn_hook): New extern decl. + (__dlopen, __dlclose, __dlsym, __dlerror, __dladdr, __dladdr1, + __dlinfo, __dlmopen, __libc_dlsym_private, + __libc_register_dl_open_hook, __libc_register_dlfcn_hook): New + prototypes. + (__dlvsym): Use DL_CALLER_DECL. + * include/libc-symbols.h: Define libdl_hidden_proto and friends. + + * malloc/arena.c (_dl_open_hook): Extern decl. + (ptmalloc_init): Don't call _dl_addr when dlopened from statically + linked programs but don't use brk for them either. + +2004-10-18 Roland McGrath + + * dlfcn/bug-dlsym1.c (main): Remove bogus setenv call. + +2004-10-18 Ulrich Drepper + + * elf/dl-open.c (dl_open_worker): Avoid dereferencing map in + statically linked code if there might none be found. + +2004-10-06 Maciej W. Rozycki + + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h + (__SYSCALL_CLOBBERS): Add "memory". + * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h + (__SYSCALL_CLOBBERS): Likewise. + * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h + (__SYSCALL_CLOBBERS): Likewise. + +2004-10-17 Ulrich Drepper + + * include/libc-symbols.h: Define libresolv_hidden_proto and friends. + * include/resolv.h: Add libresolv_hidden_proto for symbols defined, + used, and exported in libresolv. + * resolv/base64.c: Add libresolv_hidden_def. + * resolv/gethnamaddr.c: Likewise. + * resolv/ns_name.c: Likewise. + * resolv/ns_netint.c: Likewise. + * resolv/res_comp.c: Likewise. + * resolv/res_data.c: Likewise. + * resolv/res_debug.c: Likewise. + * resolv/res_mkquery.c: Likewise. + * resolv/res_query.c: Likewise. + * resolv/res_send.c: Likewise. + +2004-10-15 Jakub Jelinek + + * elf/dl-minimal.c (__chk_fail): New. Add rtld_hidden_def. + * sysdeps/unix/sysv/linux/readonly-area.c: New file. + * sysdeps/i386/i686/memmove.S (__memmove_chk): Add checking + routine. + * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Likewise. + * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise. + * sysdeps/i386/i686/memset.S (__memset_chk): Likewise. + * sysdeps/i386/i686/memmove-chk.S: New file. + * sysdeps/i386/i686/memcpy-chk.S: Likewise. + * sysdeps/i386/i686/mempcpy-chk.S: Likewise. + * sysdeps/i386/i686/memset-chk.S: Likewise. + * sysdeps/generic/strcat-chk.c (__strcat_chk): Don't __chk_fail + if exactly fitting into buffer. + * sysdeps/generic/strncat-chk.c (__strncat_chk): Likewise. + * sysdeps/generic/readonly-area.c: New file. + * sysdeps/generic/strncpy-chk.c (__strncpy_chk): Only test + destlen once. + * sysdeps/x86_64/memset.S (__memset_chk): Add checking routine. + * sysdeps/x86_64/memcpy.S (__memcpy_chk): Likewise. + * sysdeps/x86_64/mempcpy.S (__memcpy_chk): Define to __mempcpy_chk. + * sysdeps/x86_64/memcpy-chk.S: New file. + * sysdeps/x86_64/mempcpy-chk.S: Likewise. + * sysdeps/x86_64/memset-chk.S: Likewise. + * sysdeps/x86_64/strcpy-chk.S: Likewise. + * sysdeps/x86_64/stpcpy-chk.S: Likewise. + * argp/argp-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. + * argp/argp-fs-xinl.c (__OPTIMIZE__): Likewise. + * debug/tst-chk1.c: New test. + * debug/tst-chk2.c: Likewise. + * debug/tst-chk3.c: Likewise. + * debug/test-strcpy_chk.c: Likewise. + * debug/test-stpcpy_chk.c: Likewise. + * debug/vsprintf_chk.c (__vsprintf_chk): If flags > 0, request + _IO_FLAGS2_CHECK_PERCENT_N. Add libc_hidden_def. + * debug/Makefile (routines): Add printf_chk, fprintf_chk, vprintf_chk, + vfprintf_chk, gets_chk and readonly-area. + (CFLAGS-*_chk.c): Set. + (tests): Add tst-chk1, tst-chk2, tst-chk3, test-strcpy_chk and + test-stpcpy_chk. + * debug/vprintf_chk.c: New file. + * debug/printf_chk.c: Likewise. + * debug/vfprintf_chk.c: Likewise. + * debug/fprintf_chk.c: Likewise. + * debug/gets_chk.c: Likewise. + * debug/chk_fail.c (__chk_fail): Add libc_hidden_def. + * debug/snprintf_chk.c (__snprintf_chk): Fix order of arguments + passed to __vsnprintf_chk. + * debug/Versions (libc): Export __printf_chk, __fprintf_chk, + __vprintf_chk, __vfprintf_chk and __gets_chk @GLIBC_2.3.4. + * debug/vsnprintf_chk.c (__vsnprintf_chk): Don't call + __vsnprintf, instead create a temporary file with + _IO_strn_jumps jumptable. If flags > 0, request + _IO_FLAGS2_CHECK_PERCENT_N. Add libc_hidden_def. + * libio/Makefile (headers): Add bits/stdio2.h. + * libio/stdio.h: Include if __USE_FORTIFY_LEVEL. + (sprintf, snprintf, vsprintf, vsnprintf): Remove defines. + * libio/strfile.h (_IO_strnfile): New type. + (_IO_strn_jumps): New extern. + * libio/vsnprintf.c (_IO_strnfile): Remove. + (_IO_strn_jumps): Remove static. + * libio/bits/stdio2.h: New file. + * libio/vswprintf.c (_IO_strnfile): Rename type to... + (_IO_wstrnfile): ...this. Adjust all uses. + * libio/libio.h (_IO_FLAGS2_CHECK_PERCENT_N): Define. + * stdio-common/vfprintf.c (STR_LEN): Define. + (vfprintf): Add readonly_format variable. + Handle _IO_FLAGS2_CHECK_PERCENT_N. + (buffered_vfprintf): Copy _flags2. + * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk, + __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk, + __vfprintf_chk): New prototypes. + (__vsprintf_chk, __vsnprintf_chk): Add libc_hidden_proto. + * include/string.h (__memcpy_chk, __memmove_chk, __mempcpy_chk, + __memset_chk, __strcpy_chk, __stpcpy_chk, __strncpy_chk, __strcat_chk, + __strncat_chk): New prototypes. + * include/bits/string3.h: New file. + * include/sys/cdefs.h (__chk_fail): Add libc_hidden_proto + and rtld_hidden_proto. + * string/Makefile (headers): Add bits/string3.h. + * string/bits/string3.h (bcopy, bzero): New defines. + (memset, memcpy, memmove, strcpy, strncpy, strcat, strncat): Change + macros so that inlines are used only if unknown destination size + or side-effects in destination argument. + (mempcpy, stpcpy): Likewise. Protect with #ifdef __USE_GNU. + +2004-09-16 Ulrich Drepper + + * debug/Makefile (routines): Add *_chk. + * debug/Versions (libc): Export __chk_fail, __memcpy_chk, + __memmove_chk, __mempcpy_chk, __memset_chk, __stpcpy_chk, + __strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk, + __sprintf_chk, __vsprintf_chk, __snprintf_chk, __vsnprintf_chk + @GLIBC_2.3.4. + * debug/chk_fail.c: New file. + * debug/snprintf_chk.c: Likewise. + * debug/sprintf_chk.c: Likewise. + * debug/vsnprintf_chk.c: Likewise. + * debug/vsprintf_chk.c: Likewise. + * include/features.h (_FORTIFY_SOURCE): Document, handle. + (__USE_FORTIFY_LEVEL): Define. + (__GNUC_PREREQ): Move to earlier location. + * include/sys/cdefs.h (__chk_fail): New prototype. + * libio/bits/stdio.h (sprintf, vsprintf, snprintf, vsnprintf): + Define if __USE_FORTIFY_LEVEL. + * misc/sys/cdefs.h (__bos, __bos0): Define. + * string/string.h: Include if __USE_FORTIFY_LEVEL. + * bits/string/string3.h: New header. + * sysdeps/generic/memcpy_chk.c: New file. + * sysdeps/generic/memmove_chk.c: Likewise. + * sysdeps/generic/mempcpy_chk.c: Likewise. + * sysdeps/generic/memset_chk.c: Likewise. + * sysdeps/generic/stpcpy_chk.c: Likewise. + * sysdeps/generic/strcat_chk.c: Likewise. + * sysdeps/generic/strcpy_chk.c: Likewise. + * sysdeps/generic/strncat_chk.c: Likewise. + * sysdeps/generic/strncpy_chk.c: Likewise. + +2004-10-17 Roland McGrath + + * manual/memory.texi (Page Lock Functions): Typo fix. + Reported by Carlos Maziero + +2004-10-16 Alfred M. Szmidt + + * sysdeps/mach/hurd/Makefile (link-libc-static): Use + `$(static-gnulib') instead of `$(gnulib)'. + +2004-10-17 Ulrich Drepper + + * sunrpc/rpc_clntout.c: Avoid including rcsid into binary. + * sunrpc/rpc_cout.c: Likewise. + * sunrpc/rpc_hout.c: Likewise. + * sunrpc/rpc_main.c: Likewise. + * sunrpc/rpc_parse.c: Likewise. + * sunrpc/rpc_sample.c: Likewise. + * sunrpc/rpc_scan.c: Likewise. + * sunrpc/rpc_svcout.c: Likewise. + * sunrpc/rpc_tblout.c: Likewise. + * sunrpc/rpc_util.c: Likewise. + +2004-10-15 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6, + POPARGS_6, _PUSHARGS_6, _DOARGS_6, _POPARGS_6): Define. + * sysdeps/unix/sysv/linux/i386/syscall.S (syscall): Handle 6 argument + syscalls. + +2004-10-15 Ulrich Drepper + + * nscd/nscd.h (_PATH_NSCD_PASSWD_DB): Move to /var/db. + (_PATH_NSCD_GROUP_DB): Likewise. + (_PATH_NSCD_HOSTS_DB): Likewise. + (_PATH_NSCD_XYZ_DB_TMP): New #define, point to /var/run. + * nscd/connections.c (nscd_init): Non-persistent database files + are created with the _PATH_NSCD_XYZ_DB_TMP path. + * nscd/nscd.init: Create /var/db/nscd if necessary. + +2004-10-15 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/register-dump.h: New file. + * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (SIGCONTEXT): Add + _code argument, pass sigcontext by pointer. + (SIGCONTEXT_EXTRA_ARGS): Likewise. + (GET_PC, GET_FRAME, GET_STACK): Expect ctx as pointer. + +2004-10-14 Richard Henderson + + * sysdeps/alpha/dl-machine.h (elf_machine_rela, + elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto + instead of static. + + * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype + style definition. + * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If + __ASSUME_TIMEVAL64, define __adjtime directly rather than + via strong_alias. + +2004-10-14 Ulrich Drepper + + * nscd/Makefile: When using compilers without -fpie support, also + link with -lselinux if necessary. + Patch by Arkadiusz Miskiewicz . + + * nscd/connections.c (nscd_init): Remove file if not persistent + and not shared. Patch by Jerome Borsboom . + +2004-10-14 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/setresuid.c: Handle + defined __NR_setresuid32 && !defined __NR_setresuid. + * sysdeps/unix/sysv/linux/i386/setresgid.c: Handle + defined __NR_setresgid32 && !defined __NR_setresgid. + + * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit, + __signbitl, sqrtf, sqrt, sqrtl, fdim, fdimf): Use __NTH macro. + + * sysdeps/generic/errno-loc.c: Don't undef #errno + if RTLD_PRIVATE_ERRNO. + * include/errno.h (__errno_location): If RTLD_PRIVATE_ERRNO, + add attribute_hidden. + + * dlfcn/dlinfo.c (dlinfo_doit): Replace iteration over GL(dl_loaded) + chain with iteration over all namespaces' _ns_loaded chains. + * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_preferred_address): + Likewise. + * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise. + + * elf/rtld.c (_dl_start): Fix one last dl_loaded. + * elf/dl-load.c (_dl_map_object_from_fd): Avoid definition of + label when it is not needed. + * elf/dl-close.c (_dl_close): Typo: & -> &&. + +2004-10-12 Jakub Jelinek + + * sysdeps/generic/segfault.c: Include alloca.h and stdint.h. + Don't include frame.h. + (CURRENT_STACK_FRAME, INNER_THAN, ADVANCE_STACK_FRAME): Remove. + (catch_segfault): Use backtrace function. + + * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Fix comment. + * sysdeps/unix/sysv/linux/ia64/register-dump.h: New file. + * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h (GET_PC): Return sc_ip + field. + +2004-10-13 Ulrich Drepper + + Add support for namespaces in the dynamic linker. + * dlfcn/Makefile (libdl-routines): Add dlmopen. + * dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen. + * dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM. + Declare dlmopen. Document RTLD_DI_LMID. + * dlfcn/dlinfo.c: Handle RTLD_DI_LMID. + * dlfcn/dlmopen.c: New file. + * dlfcn/dlopen.c: Pass new parameter to _dl_open. + * dlfcn/dlopenold.c: Likewise. + * elf/dl-addr.c: Adjust for removal of GL(dl_loaded). + * elf/dl-caller.c: Likewise. + * elf/dl-close.c: Likewise. + * elf/dl-conflict.c: Likewise. + * elf/dl-debug.c: Likewise. + * elf/dl-lookup.c: Likewise. + * elf/dl-sym.c: Likewise. + * elf/dl-version.c: Likewise. + * elf/do-lookup.h: Likewise. + * elf/rtld.c: Likewise. + * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise. + * elf/dl-depsc: Likewise. Add new parameter to _dl_map_object. + * elf/dl-fini.c: Call destructors in all namespaces. + * elf/dl-iteratephdr.c: Compute total nloaded. Adjust for removal of + GL(dl_loaded). + * elf/dl-libc.c: Pass new parameter to _dl_open. Adjust for removal + of GL(dl_loaded). + * elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second + time. Reuse the one from the main namespace in all others. + Pass new parameter to _dl_new_object. + Adjust for removal of GL(dl_loaded). + * elf/dl-object.c: Take new parameter. Use it to initialize l_ns. + Adjust for removal of GL(dl_loaded). + * elf/dl-open.c (_dl_open): Take new parameter. + Adjust for removal of GL(dl_loaded). + * elf/dl-support.c: Replace global _dl_loaded etc variables with + _dl_ns variable. + * include/dlfcn.h: Adjust prototype of _dl_open. + Define __LM_ID_CALLER. + * include/link.h: Add l_real, l_ns, and l_direct_opencount elements. + * sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS. Since libc is + using TLS we need memory appropriate to the number of namespaces. + * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded, + _dl_nloaded, _dl_global_scope, _dl_main_searchlist, and + _dl_global_scope_alloc with _dl_ns element. Define DL_NNS. + Adjust prototypes of _dl_map_object and member in rtld_global_ro. + * malloc/malloc.c: Include . + * malloc/arena.c (ptmalloc_init): If libc is not in primary namespace, + never use brk. + * elf/Makefile: Add rules to build and run tst-dlmopen1 and + tst-dlmopen2. + * elf/tst-dlmopen1.c: New file. + * elf/tst-dlmopen1mod.c: New file. + * elf/tst-dlmopen2.c: New file. + + * elf/dl-close.c: Improve reference counting by tracking direct loads. + * elf/dl-lookup.c (add_dependency): Likewise. + * elf/dl-open.c (dl_open_worker): Likewise. + * elf/rtld.c (dl_main): Likewise. + +2004-09-09 GOTO Masanori + + [BZ #77] + * elf/dl-close.c: Count down l_opencount to check not only for + l_reldeps, but also l_initfini. + +2004-10-13 Ulrich Drepper + + * elf/dl-close.c (_dl_close): Update bug reporting instructions. + +2004-10-11 Ulrich Drepper + + * timezone/asia: Update from tzdata2004e. + * timezone/southamerica: Likewise. + * timezone/private.h: Update from tzcode2004e. + * timezone/zdump.c: Likewise. + + * stdio-common/vfscanf.c: Add support for reading localized + digits. Patch mainly by Hamed Malek . + + * resolv/res_init.c (res_thread_freeres): Reset _res.options. + [BZ #434] + + * resolv/res_send.c (send_dg): Use nonblocking sockets. Add + appropriate poll/select calls and restart operation if necessary. + Also handle EINTR. + + * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled + for debugging. + + * elf/dl-sym.c (do_sym): Avoid using global variable. + + * elf/dl-addr.c (_dl_addr): Really use match everywhere. + +2004-10-09 Andreas Schwab + + * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Remove use of cast as + lvalue. + + * sysdeps/m68k/fpu/bits/mathinline.h: Remove __THROW from inline + definitions. + +2004-10-07 Andreas Schwab + + * misc/sys/uio.h: Change __vector to __iovec to avoid clash with + altivec. + +2004-10-06 Alan Modra + + * gmon/Makefile (CFLAGS-mcount.c): Move before inclusion of "Rules". + * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-mcount.c): Add + -msoft-float. + * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): New macros. + (CALL_MCOUNT): Replace with a gas macro implementation. + (EALIGN): Delete PROF version. + * sysdeps/powerpc/powerpc64/__longjmp-common.S: Invoke CALL_MCOUNT. + * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Likewise. + * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise. + * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc64/memcpy.S: Likewise. + * sysdeps/powerpc/powerpc64/memset.S: Likewise. + * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise. + * sysdeps/powerpc/powerpc64/strchr.S: Likewise. + * sysdeps/powerpc/powerpc64/strcmp.S: Likewise. + * sysdeps/powerpc/powerpc64/strcpy.S: Likewise. + * sysdeps/powerpc/powerpc64/strlen.S: Likewise. + * sysdeps/powerpc/powerpc64/strncmp.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise. + + * sysdeps/powerpc/powerpc64/setjmp-common.S: Add extra entry point + past _mcount call. + * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Use it. + * sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise. + +2004-10-06 Ulrich Drepper + + * resolv/res_mkquery.c (res_nmkquery): Reject randombits value if + low 16 bits are zero. + +2004-10-06 Jakub Jelinek + + * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h. + (do_test): Use %p instead of 0x%08X to print a pointer. + + * malloc/malloc.c: Include stdio-common/_itoa.h. + +2004-10-05 Ulrich Drepper + + * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf + for prelink message. + +2004-10-05 Jakub Jelinek + + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise. + +2004-10-05 Ulrich Drepper + + * grp/initgroups.c: Remove duplicate group IDs. + * grp/compat-initgroups.c: Likewise. + * nscd/initgrcache.c: Likewise. + +2004-10-05 Jakub Jelinek + + * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L + for _SC_CPUTIME or _SC_THREAD_CPUTIME. + + * nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus + -fpie if building PIE. + (CFLAGS-*.c): Use it. + + * nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro. + ($(objpfx)nscd): Add $(relro-LDFLAGS). + + * sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h. + (__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if + !HP_TIMING_AVAIL. + +2004-10-05 Ulrich Drepper + + * nscd/Makefile (distribute): Remove TODO. + * nscd/TODO: Removed. + +2004-10-04 Ulrich Drepper + + * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is + defined and __ASSUME_NETLINK_SUPPORT is zero. + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add + -DNEED_NETLINK. + + * malloc/mtrace.pl: Avoid calling location unless it is needed for + output. Patch by Edward Bishop . + + * nscd/Makefile (CFLAGS-gai.c): Add -fpie. + +2004-10-04 H.J. Lu + + * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c + (clock_getcpuclockid): Add missing retval. + + * sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo. + +2004-10-04 Roland McGrath + + * include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol + to rtld_errno. + * sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it, + and don't define any other errno names. + * sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in + place of errno. + * sysdeps/unix/i386/sysdep.S: Likewise. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise. + * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. + * sysdeps/unix/x86_64/sysdep.S: Likewise. + + * sysdeps/generic/errno.c [! USE___THREAD] (errno): Use `nocommon' + attribute instead of `section'. + +2004-10-04 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ia64/sysconf.c: New file. + * sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c. + * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual + testing code to... + * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here. New file. + * sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for + _SC_CPUTIME and _SC_THREAD_CPUTIME. + + * nscd/connections.c (start_threads): Use sysconf in case + _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero. + + * nscd/Makefile (nscd-modules): Add gai. + * nscd/gai.c: New file. + * nscd/nscd.c: Remove getaddrinfo stub definition. + + * assert/assert.h: Give up on using __builtin_expect. + + * elf/rtld.c (dl_main): Only skip => output in ldd mode if both + strings are identical. + +2004-03-18 Jakub Jelinek + + * malloc/arena.c (aligned_heap_area): New variable. + (new_heap): If aligned_heap_area != NULL, attempt to use that + first. If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes + aligned, remember the second half in aligned_heap_area. + (delete_heap): Clear aligned_heap_area if deleting the area right + before aligned_heap_area. + +2004-10-03 Juerg Billeter + + * nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd + can't be used. [BZ #424] + +2004-10-03 Ulrich Drepper + + Dynamically create new threads if necessary. + * nscd/connections.c (fd_ready): If no thread available for processing + the request, create a new one unless the limit is reached. + (start_threads): Check errors from pthread_create. + * nscd/nscd.h: Declare max_nthreads. + * nscd/nscd_conf.c: Parse max-nthreads entry. + * nscd/nscd.conf: Add max-threads entry. + * nscd/nscd_stat.c: Print current and maximum number of threads. + + Implement paranoia mode. + * nscd/connections.c (nscd_init): Mark database and socket descriptors + as close on exec. + (restart): New function. + (restart_p): New function. + (nscd_run): Add missing descrement of nready in case readylist is + empty. + (main_loop_poll): Call restart_p and restart. + (main_loop_epoll): Likewise. + (begin_drop_privileges): Save original UID and GID. + * nscd/nscd.c: Define new variables paranoia, restart_time, + restart_interval, oldcwd, old_gid, old_uid. + (main): Disable paranoia mode if we are not forking. + (check_pid): When re-execing, the PID file contains the same PID as + the current process. Do not fail in this case. + * nscd/nscd.conf: Add paranoia and restart-interval entries. + * nscd/nscd.h: Define RESTART_INTERVAL. Declare new variables. + * nscd/nscd_conf.c: Parse paranoia and restart-internal configurations. + * nscd/nscd_stat.c: Print paranoia and restart-internal values. + + * nscd/connections.c: Implement alternative loop for main thread + which uses epoll. + * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] + (CFLAGS-connections.c): Add -DHAVE_EPOLL. + +2004-10-02 Ulrich Drepper + + * nscd/Makefile (CFLAGS-initgrcache.c): Add to CFLAGS-* variables, + don't replace old content. + + * nscd/connections.c: Rewrite handling of incoming connections. All + are handled by one thread which then hands off the descriptors for the + real work to the worker threads. + * nscd/Makefile: Link nscd with librt. + + * nscd/selinux.c: Pretty printing. + + * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to + output. Let syslog do the formatting if debug_level == 0. + + * nscd/nscd_helper.c (get_mapping): No need to check timestamp if + nscd_certainly_running is nonzero. + +2004-10-02 Simon Josefsson + + [BZ #420] + * sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to + make the file usable inside gnulib. + +2004-10-01 Ulrich Drepper + + * malloc/malloc.c (public_vALLOc): Add missing use of hooks. + (public_pVALLOc): Likewise. + + * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the + group the caller provided unless there is a real problem. + + * posix/bug-glob1.c (prepare): Fix creation of symlink. + +2004-09-30 Ulrich Drepper + + * posix/Makefile: Add rules to build and run bug-glob1. + * posix/bug-glob1.c: New file. + + * iconv/iconv_prog.c (main): Print progress information to stderr. + + * nscd/nscd.c (termination_handler): Reset timestamp so that + clients immediately stop using the database. + + * nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last + parameter. + (__nscd_drop_map_ref): Change second parameter to be a reference to + a variable. Update variable when cycle count changed. + * nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too. + * nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref. Reinitialize + all variables and avoid memory leak in case of retries. + * nscd/nscd_getgr_r.c: Likewise. + * nscd/nscd_gethst_r.c: Likewise. + * nscd/nscd_getpw_r.c: Likewise. + * nscd/nscd_initgroups.c: Likewise. + + * nscd/nscd.h: Add declaration of addinitgroups and + readdinitgroups. + +2004-09-30 Andreas Jaeger + + * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie. + (CFLAGS-initgrcache.c): Set to -fexceptions. + +2004-09-29 Ulrich Drepper + + * sysdeps/generic/glob.c (glob_in_dir): Don't blindly trust + readdir results; for symlinks or files of unknown type check using + stat whether the file exists. + + * posix/tst-gnuglob.c (find_file): Handle leading "./". Fix + recognition of files. + +2004-09-29 Jakub Jelinek + + * time/tzfile.c (tzfile_mtime): New variable. + (__tzfile_read): Reread the file if mtime is different. + +2004-09-28 Jakub Jelinek + + * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf, __fdim, fdimf, fdim): + Handle +inf/+inf. + * sysdeps/powerpc/fpu/bits/mathinline.h (fdim, fdimf): Likewise. + * sysdeps/sparc/fpu/bits/mathinline.h (fdim, fdimf): Likewise. + +2004-09-29 Ulrich Drepper + + * nscd/nscd_gethst_r.c (nscd_gethst_r): Use correct constant for + testing result of __nscd_get_map_ref. + +2004-09-29 Jakub Jelinek + + * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf. + * sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise. + * sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise. + +004-09-29 Ulrich Drepper + + * grp/initgroups.c: Move compat_call implementation... + * grp/compat-initgroups.c: ...to here. New file. + * grp/Makefile (distribute): Add compat-initgroups.c. + (CFLAGS-initgroups.c): Add -DUSE_NSCD=1. + * mscd/initgrcache.c: New file. + * nscd/nscd_initgroups.c: New file. + * nscd/Makefile (routines): Add nscd_initgroups. + (nscd-modules): Add initgrcache. + * nscd/cache.c (prune_cache): Add support for INITGROUPS entries. + * nscd/connections.c: Handle INITGROUPS requests. + * nscd/nscd-client.h: Define INITGROUPS, initgr_response_header. + Add initgrdata element to struct datahead. Fix typo in comment. + * nscd/nscd_proto.h: Declare __nscd_getgrouplist. Fix parameter + type in __nscd_getgrgrid_r. + * nscd/selinux.c (perms): Add INITGROUPS entry. + + * nscd/nscd_getai.c: No need to include . + + * sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without + assigned addresses. + * sunrpc/pmap_clnt.c (__get_myaddress): Likewise. + * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. + * sunrpc/clnt_udp.c (is_network_up): Likewise. + + * nscd/nscd.c: Define getaddrinfo hidden so that it is never found + outside. + + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_segvflags): + Renamed from si_flags due to conflict with si_flags from . + +2004-09-28 Ulrich Drepper + + * nscd/nscd_getai.c: Use NO_MAPPING instead of MAP_FAILED for test + of failing __nscd_get_map_ref. Fix a few typos. + + * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Make sure + SIGSETXID is not blocked. + * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Likewise. + * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Likewise. + * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise. + * sysdeps/generic/sigfillset.c (sigfillset): Don't set SIGSETXID. + + * sunrpc/get_myaddr.c (get_myaddress): Fix test for failing + getifaddrs call. + * sunrpc/pmap_clnt.c (__get_myaddress): Likewise. + * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. + * sunrpc/Makefile (xtests): Add tst-getmyaddr. + * sunrpc/tst-getmyaddr.c: New file. + + * malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to + disable all checking. + + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_flags): Add + support to get this value. + +2004-09-28 Jakub Jelinek + + * io/utime.h (utime): Allow second argument to be NULL. + +2004-09-28 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP + address and AI_CANONNAME is set, return copy of NAME as ai_canonname. + +2004-09-27 Andreas Jaeger + + * sysdeps/i386/dl-machine.h (elf_machine_rela_relative): Replace + static inline by auto inline, add always_inline attribute. + (elf_machine_rel): Likewise. + (elf_machine_rela): Likewise. + (elf_machine_lazy_rel): Likewise. + (elf_machine_lazy_rela): Likewise. + (elf_machine_rel_relative): Likewise. + +2004-09-27 Ulrich Drepper + + * sunrpc/xdr_intXX_t.c: Add xdr_quad_t and xdr_u_quad_t aliases. + * sunrpc/rpc/xdr.h: Declare xdr_quad_t and xdr_u_quad_t. + * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER. + Otherwise isvectordef will loop infinitely if typedef hyper int64_t + is seen. + (unsigned_dec): Use "u_quad_t" for similar reasons. + * sunrpc/Versions: Export xdr_quad_t and xdr_u_quad_t. + +2004-09-27 Roland McGrath + + * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit + twiddling in last change. + + * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED. + + [BZ #409] + * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro. + * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro. + * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro. + [WCONTINUED] (__WIFCONTINUED): New macro. + (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no + branches. + + * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to + all three syscall uses, not just one! + +2004-09-26 Richard Henderson + + * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue. + * sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points + to 16 byte boundaries. + +2004-09-26 Ulrich Drepper + + * elf/readlib.c (process_file): Before complaining about too-short + file, check that it potentially be an ELF file. Also complain about + empty files. [BZ #151]. + + * scripts/test-installation.pl: Fix ld.so recognition for new + LD_TRACE_LOADED_OBJECTS output format. + Patch by [BZ #407]. + + * elf/dl-support.c (_dl_non_dynamic_init): Fix cleaning of + environment. [BZ #384] + + * sunrpc/clnt_udp.c (is_network_up): Use getifaddrs instead of ioctl. + * sunrpc/get_myaddr.c (get_myaddress): Likewise. + * sunrpc/pmap_clnt.c (__get_myaddress): Likewise. + * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise. Change interface + to avoid buffer overrun and remove now useless parameters. + (clnt_broadcast): Adjust caller. [BZ #381]. + + * sysdeps/generic/s_fdim.c: Handle +inf/+inf + * sysdeps/generic/s_fdimf.c: Likewise. + * sysdeps/generic/s_fdiml.c: Likewise. + * sysdeps/i386/i686/fpu/s_fdim.S: Likewise. + * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise. + * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise. + * sysdeps/powerpc/fpu/s_fdim.c: Likewise. + * sysdeps/powerpc/fpu/s_fdimf.c: Likewise. + * sysdeps/x86_64/fpu/s_fdiml.S: Likewise. + * math/libm-test.inc (fdim_test): Add test case. [BZ #376]. + + * sysdeps/generic/bits/types.h: Fix __SQUAD_TYPE and __UQUAD_TYPE + for compilers without __GLIBC_HAVE_LONG_LONG. [BZ #362] + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect + requirement on socktype and protocol. + (gaih_inet): If numeric port number is given, return records for all + possible socket types. + * posix/tst-getaddrinfo2.c: New file. + * posix/Makefile (tests): Add tst-getaddrinfo2. [BZ #358] + +2004-09-25 Ulrich Drepper + + * locale/loadlocale.c (_nl_intern_locale_data): Recognize LC_CTYPE + data where _nl_value_type_LC_CTYPE does not contain the type + information. Add range checks. + Reported by John Lumby [BZ #356]. + + * libio/vasprintf.c (_IO_vasprintf): Fix condition to decide + whether to realloc or not. + Reported by Pavel Kankovsky [BZ #346]. + + * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls. + * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if + decided < 0. + * intl/finddomain.c (_nl_find_domain): Likewise. + * intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we + are done. First set to -1 to signal initialization is ongoing. + Protect against concurrent callers with recursive lock. + * intl/finddomain.c (_nl_find_domain): Protect calls to + _nl_make_l10nflist. [BZ #322] + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of + source address fails, initialized source_addr_len field so that + duplicate address recognition does not copy junk. + +2004-09-25 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second + result declaration. + +2004-09-22 Andreas Schwab + + * sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace. + +2004-09-24 Ulrich Drepper + + * misc/daemon.c (daemon): Don't succeed if /dev/null cannot be + opened. + + * nis/ypclnt.c (do_ypcall): Add one missing unlock. Simplify the + code a bit. + + * misc/daemon.c (daemon): Define errno in case /dev/null is not + the correct device. + + * nis/ypclnt.c (yp_bind_file): Optimize a bit. Minimal cleanups. + +2004-09-23 Andreas Jaeger + + * locale/weight.h (findidx): Remove static, it's not supported + anymore with GCC 4.0 in a block scope. + * locale/weightwc.h (findidx): Likewise. + * posix/regcomp.c (seek_collating_symbol_entry): Likewise. + (lookup_collation_sequence_value): Likewise. + (build_range_exp): Likewise. + (build_collating_symbol): Likewise. + * iconv/iconvconfig.c (write_output): Likewise. + * elf/do-rel.h (elf_dynamic_do_rel): Likewise. + + * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove + static, add always_inline attribute. + (elf_machine_rela): Likewise. + (elf_machine_lazy_rel): Likewise. + + * elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend + on !RESOLVE so that it's not defined in local scope. + +2004-09-23 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define. + +2004-09-23 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag + and BLK* ioctls with linux kernel headers. + +2004-09-23 Ulrich Drepper + + * sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND. + * elf/dl-object.c (_dl_new_object): Add new parameter mode. If mode + has RTLD_DEEPBIND set add local searchlist before global scope. + * sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype. + * elf/rtld.c: Adjust callers of _dl_new_object. + * elf/dl-load.c: Likewise. + (_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything + for DF_SYMBOLIC. + * elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to + _dl_map_object_deps. + * elf/tst-deep1.c: New file. + * elf/tst-deep1mod1.c: New file. + * elf/tst-deep1mod2.c: New file. + * elf/tst-deep1mod3.c: New file. + * elf/Makefile: Add rules to build and run new tests. + + * elf/dl-deps.c: Pretty printing. + +2004-09-23 Jakub Jelinek + + * sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name + argument to numbers from syscall names. + (INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr. + (INTERNAL_SYSCALL_NCS): Renamed from... + (INTERNAL_SYSCALL_1): ... this. Use INTERNAL_SYSCALL_NCS. + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h + (INTERNAL_SYSCALL_NCS): Define. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h + (INTERNAL_SYSCALL_NCS): Likewise. + * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]): + Change name argument to numbers from syscall names. + (INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust. + (INTERNAL_SYSCALL_NCS): Define. + +2004-09-22 Ulrich Drepper + + * malloc/malloc.c (malloc_printerr): Use syslog if writev failed. + + * string/string.h: Add __nonnull annotations. + * stdlib/stdlib.h: Likewise. + +2004-09-20 H.J. Lu + + * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL): + Renamed to ... + (DO_INLINE_SYSCALL_NCS): This. + (DO_INLINE_SYSCALL): New. + (INLINE_SYSCALL): Updated. + (INTERNAL_SYSCALL_NCS): Updated. + +2004-09-21 Ulrich Drepper + + * elf/sprof.c (load_shobj): Add support for reading symbol table + from debuginfo file. + + * elf/ldd.bash.in: Fix syntax errors. + +2004-09-20 Ulrich Drepper + + * sysdeps/unix/sysv/linux/dl-execstack.c + (_dl_make_stack_executable): Remove some duplication. + + * nscd/nscd.c (options): Mark S option as hidden. + (parse_opt): When S option is used, print warning message. + * nscd/grpcache.c (adgrptbyX): Don't handle secure mode. + * nscd/hstcache.c (addhstbyX): Don't handle secure mode. + * nscd/aicache.c (addhstaiX): Don't handle secure mode. + * nscd/pwdcache.c (addpwbyX): Don't handle secure mode. + +2004-09-20 Roland McGrath + + * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN + in initializer #if defined. + +2004-09-18 Paul Eggert + + [BZ #391] + * stdlib/getsubopt.c: Merge fixes from gnulib. + (__strchrnul) [!_LIBC]: Define and include "strchrnul.c". + (getsubopt): Use prototypes, not K&R style. + Fix bug: memcmp(A,B,N) was being invoked on a memory block B + whose size might be smaller than N. Use strncmp to avoid the bug. + +2004-09-20 Ulrich Drepper + + * configure.in: If selinux has not explictly been requested, don't + comment on it missing. + + * elf/dl-load.c: Define __stack_prot. + * sysdeps/unix/sysv/linux/dl-execstack.c: Don't define + __stack_prot here, just declare it. + +2004-09-20 Jakub Jelinek + + * configure.in (libc_cv_z_relro): Only set to yes if linker script + contains DATA_SEGMENT_RELRO_END. + +2004-09-20 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): Add some error checking. + Reorder code slightly. + * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH] + is non-null, _dl_setup_hash will do that. + +2004-09-19 Ulrich Drepper + + * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call + callback to set IDs in all other threads as well. + * sysdeps/unix/sysv/linux/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/setuid.c: New file. + * sysdeps/unix/sysv/linux/setgid.c: New file. + * sysdeps/unix/sysv/linux/setreuid.c: New file. + * sysdeps/unix/sysv/linux/setregid.c: New file. + * sysdeps/unix/sysv/linux/setresuid.c: New file. + * sysdeps/unix/sysv/linux/setresgid.c: New file. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS. + * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version. + * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid + and setresuid. + * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + + * resolv/res_mkquery.c (res_nmkquery): Fix typo. + +2004-09-18 Ulrich Drepper + + * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag + from memory. + * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to + __stack_flags. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use + gethostbyname3_r if we are not looking for the canonical name. + + * resolv/res_mkquery.c (res_nmkquery): Randomize request ID every + time. + +2004-09-18 Roland McGrath + + * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to + system call. + +2004-09-17 Ulrich Drepper + + * include/link.h (struct link_map): Add l_used element. + * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED. + * elf/rtld.c (process_dl_debug): Recognize unused. + (dl_main): When unused debug flag is set check for unused direct + dependencies. + When printing dependencies and SONAME starts with /, omit the SONAME => + part. + * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the + symbol has been found as used. + * elf/ldd.bash.in: Add -u option. + +2004-09-18 Jakub Jelinek + + * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread): + Do nothing if __NR_set_tid_address is not defined. [BZ #390] + +2004-09-17 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function + in case it is available. + +2004-09-17 Jakub Jelinek + + * nscd/nscd.c (parse_opt): Write arg string instead of (void *) + key to the socket. + +2004-09-17 Ulrich Drepper + + * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute + for gcc 3.3 and higher. + * io/fcntl.h: Add __nonnull where appropriate. + * io/ftw.h: Likewise. + * io/utime.h: Likewise. + * io/sys/poll.h: Likewise. + * io/sys/sendfile.h: Likewise. + * io/sys/stat.h: Likewise. + * io/sys/statfs.h: Likewise. + * io/sys/statvfs.h: Likewise. + * posix/unistd.h: Likewise. + * catgets/nl_types.h: Likewise. + * crypt/crypt.h: Likewise. + * debug/execinfo.h: Likewise. + +2004-09-16 Ulrich Drepper + + * posix/glob.h: Remove cruft to make header usable outside glibc. + The maintenance headache is too big. + + * configure.in: Add test for required SELinux features. + * config.make.in: Add have-selinux entry. + * config.h.in: Add HAVE_SELINUX entry. + * nscd/Makefile (nscd-modules): Add selinux. + (CFLAGS-selinux.c): Add -fpie. + Define selinux-LIBS and use in link line. + * nscd/connections.c (handle_request): Check access SELinux permissions + before processing request. + * nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread. + * nscd/nscd_stat.c: Transmit and print AVC statistics. + * nscd/selinux.c: New file. + * nscd/selinux.h: New file. + Patch mostly by Matthew Rickard . + +2004-09-16 Jakub Jelinek + + * nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap + instead of munmap. + + * nscd/Makefile (CFLAGS-aicache.c): Set to -fpie. + +2004-09-16 Thorsten Kukuk + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Check + __nss_not_use_nscd_hosts variable if nscd should be used or not. + +2004-09-16 Ulrich Drepper + + * nscd/nscd_proto.h: Define NSS_NSCD_RETRY. + Add __nscd_getai prototype. + * nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY. + * nscd/nscd-client.h: Remove __nscd_getai prototype. + * nscd/nscd_getai.c: Include nscd_proto.h. + + * elf/ldd.bash.in: Add support for SELinux environments. + Patch by Stephen Smalley . + +2004-09-16 Roland McGrath + + * configure.in (--with-headers): Let argument contain a : separated + list of directories to use, not just one. + * configure: Regenerated. + +2004-09-15 Richard Henderson + + * sysdeps/alpha/fpu/libm-test-ulps: Update. + * scripts/data/c++-types-alpha-linux-gnu.data: New file. + +2004-09-15 Ulrich Drepper + + * nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also + get ttl and canonical name. Use these two values. + * resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns. + * resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters. + If nonnull fill with TTL and pointer to canonical name respectively. + (_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r. + (_nss_dns_gethostbyname2_r): Just wrapper around + _nss_dns_gethostbyname3_r. + (_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r. + Take two new parameters which as passed to getanswer_r. + + * nscd/Makefile (rountines): Add nscd_getai. + (nscd-modules): Add aicache. + * nscd/aicache.c: New file. + * nscd/nscd_getai.c: New file. + * nscd/cache.c (prune_cache): Handle GETAI request type. + * nscd/connections.c: Add GETAI support in request handling. + * nscd/nscd-client.h (request_type): Add GETAI. + Define ai_response_header and struct nscd_ai_result types. + (struct datahead): Add aidata field. + Declare __nscd_getai. + * nscd/nscd.c: Add getaddrinfo definition to catch problems. + * nscd/nscd.h: Declare addhstai and readdhstai. + + * sysdeps/posix/getaddrinfo.c: Add support for using cached results. + * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD. + + * nscd/nscd-client.h (struct datahead): Use uint8_t instead of bool. + +2004-09-14 Ulrich Drepper + + * misc/sys/cdefs.h: Remove debugging text from __P and __PMT. + +2004-09-13 Ulrich Drepper + + * misc/sys/cdefs.h: Restore old definition of __P. + * csu/munch.awk: Remove uses of __P and __PMT. + * gmon/gmon.c: Likewise. + * hesiod/hesiod.h: Likewise. + * include/stdio.h: Likewise. + * io/fts.c: Likewise. + * libio/genops.c: Likewise. + * libio/libioP.h: Likewise. + * libio/fileops.c: Likewise. + * libio/iolibio.h: Likewise. + * libio/libio.h: Likewise. + * libio/memstream.c: Likewise. + * libio/oldfileops.c: Likewise. + * libio/oldstdfiles.c: Likewise. + * libio/iopopen.c: Likewise. + * libio/vsnprintf.c: Likewise. + * libio/vswprintf.c: Likewise. + * libio/wgenops.c: Likewise. + * libio/oldiopopen.c: Likewise. + * locale/programs/xmalloc.c: Likewise. + * locale/programs/xstrdup.c: Likewise. + * malloc/mtrace.c: Likewise. + * misc/getttyent.c: Likewise. + * misc/getusershell.c: Likewise. + * nis/rpcsvc/ypupd.h: Likewise. + * posix/fnmatch.h: Likewise. + * posix/glob.h: Likewise. + * resolv/arpa/nameser.h: Likewise. + * resolv/gethnamaddr.c: Likewise. + * resolv/resolv.h: Likewise. + * resolv/inet_net_ntop.c: Likewise. + * resolv/inet_net_pton.c: Likewise. + * resolv/res_init.c: Likewise. + * resolv/nss_dns/dns-network.c: Likewise. + * stdio-common/vfprintf.c: Likewise. + * stdio-common/reg-printf.c: Likewise. + * sysdeps/generic/chflags.c: Likewise. + * sysdeps/generic/fchflags.c: Likewise. + * sysdeps/generic/glob.c: Likewise. + * sysdeps/generic/printf_fphex.c: Likewise. + * sysdeps/generic/memcmp.c: Likewise. + * sysdeps/generic/memcopy.h: Likewise. + * sysdeps/generic/morecore.c: Likewise. + * sysdeps/generic/sstk.c: Likewise. + * sysdeps/posix/sigvec.c: Likewise. + * sysdeps/posix/ttyname_r.c: Likewise. + * sysdeps/standalone/arm/bits/errno.h: Likewise. + * sysdeps/standalone/standalone.h: Likewise. + * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise. + * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise. + * sysdeps/unix/arm/start.c: Likewise. + * sysdeps/unix/bsd/sigaction.c: Likewise. + * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise. + * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise. + * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise. + * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise. + * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise. + * sysdeps/unix/sparc/start.c: Likewise. + * sysdeps/unix/sysv/getdents.c: Likewise. + * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise. + * sysdeps/unix/sysv/irix4/getgroups.c: Likewise. + * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. + * sysdeps/unix/sysv/irix4/getrusage.c: Likewise. + * sysdeps/unix/sysv/irix4/pathconf.c: Likewise. + * sysdeps/unix/sysv/irix4/setgroups.c: Likewise. + * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise. + * sysdeps/unix/sysv/irix4/start.c: Likewise. + * sysdeps/unix/sysv/irix4/sysconf.c: Likewise. + * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise. + * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise. + * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise. + * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise. + * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise. + * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise. + * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise. + * sysdeps/unix/sysv/sysv4/setsid.c: Likewise. + * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise. + * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise. + * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise. + * time/tzset.c: Likewise. + * time/strftime_l.c: Likewise. + * time/strptime_l.c: Likewise. + * crypt/md5.h: Likewise. + +2004-09-13 Andreas Jaeger + + * configure.in: Support GCC 4.x. + * configure: Regenerated. + +2004-09-13 Thorsten Kukuk + + * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services. + + * nscd/nscd.init: Fix path to socket. + +2004-09-12 Ulrich Drepper + + * nscd/nscd_helper.c (get_mapping): Correctly check cmsg length. + Avoid file descriptor leak in case of size mismatch. + + * nscd/nscd-client.h: Fix database structure layout for biarch. + * nscd/mem.c (gc): Add casts to avoid warnings. + + * nss/getent.c: Don't preconstruct help message. Do it only when + needed. + + * locale/programs/locale.c: Simplify help message printing. + +2004-09-12 Roland McGrath + + * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls + missing in last change. + +2004-09-11 Thorsten Kukuk + + * nis/nss_compat/compat-grp.c: Check that buflen is greater zero + before writing data into the buffer with negative offset. + * nis/nss_compat/compat-initgroups.c: Likewise. + * nis/nss_compat/compat-pwd.c: Likewise. + * nis/nss_compat/compat-spwd.c Likewise. + +2004-09-12 Ulrich Drepper + + * misc/syslog.c (vsyslog): Fix copying of PID in case of + out-of-memory situation. [BZ #365]. + + * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of + __THROW in inline function definitions. + + * posix/spawn.h [__USE_GNU]: Define POSIX_SPAWN_USEVFORK. + * posix/spawnattr_setflags.c: Check whether any unknown bit is set + in FLAGS parameter and fail if this is the case. + * sysdeps/posix/spawni.c: Use vfork if POSIX_SPAWN_USEVFORK flag is + set. + + * nscd/pwdcache.c (cache_addpw): Sync also negative results to disk. + * nscd/grpcache.c (cache_addgr): Likewise. + * nscd/hstcache.c (cache_addhst): Likewise. + +2004-09-11 Roland McGrath + + * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: + Set _dl_phdr and _dl_phnum. + (init1): When bootstrap task, bail early and never examine *D. + +2004-09-11 Alfred M. Szmidt + + * sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]: + Cast THR, SEL and DESC to `void'. + +2004-09-11 Ulrich Drepper + + * nscd/connections.c (nscd_run): Call setup_thread only for enabled + databases. + + * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr. + +2004-09-10 Ulrich Drepper + + * nscd/nscd.c (pagesize_m1): New variable. + (main): Initialize it. + * nscd/nscd.h: Declare pagesize_m1. + * nscd/hstcache.c: Pass correctly aligned address to msync. + * nscd/grpcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + +2004-09-10 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement + __nwaiters. If pthread_cond_destroy has been called and this is + the last waiter, signal pthread_cond_destroy caller and avoid + using the pthread_cond_t structure after unlock. + * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise. + +2004-09-10 Ulrich Drepper + + * sysdeps/unix/sysv/linux/kernel-features.h: Don't define + __ASSUME_CLONE_STOPPED. + +2004-09-10 Jakub Jelinek + + * misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and + __asm__ for C++. [BZ #377] + +2004-09-10 Ulrich Drepper + + * nscd/nscd_stat.c: Improve output by also printing .shared and + .persistent. + + * nscd/connections.c: Allow cache sharing to be really disabled. + +2004-09-10 Jakub Jelinek + + * malloc/malloc.c (_int_free): Only do arena boundary check for + contiguous arenas. + +2004-09-10 Kazuhiro Inaoka + + * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken + instruct operands. + * elf/elf.h: Add R_M32R_* relocs. + +2004-09-09 Ulrich Drepper + + * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2 + seems not to support the nothrow attribute. Use it only for gcc + 3.3 and higher. + + * malloc/hooks.c (top_check): Print top chunk corruption as normal + error message. + + * malloc/malloc.c (malloc_printerr): Don't make informational + message look like error message. + +2004-09-09 Andreas Jaeger + + * nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie. + +2004-09-08 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed. + + * malloc/malloc.c (_int_free): Add inexpensive double free and + memory corruption tests. + (malloc_printf_nc): Renamed to malloc_printerr. Second parameter + is no format string anymore. Don't use stdio. Adjust all callers. + * malloc/hooks.c: Adjust malloc_printf_nc callers. + +2004-09-08 Roland McGrath + + * malloc/mcheck.c: Don't use __P. + Use prototypes definitions for static functions. + +2004-09-08 Ulrich Drepper + + * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW. + +2004-09-08 Ulrich Drepper + Jakub Jelinek + + * nscd/nscd-client.h: Add a few #includes. + + * nscd/Makefile (nscd-modules): Add nscd_setup_thread. + * nscd/connections.c (nscd_run): Call setup_thread for maintenance + threads. + * nscd/nscd-client.h (struct database_pers_head): Add + nscd_certainly_running field. + * nscd/nscd.h: Declare setup_thread. + * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if + nscd_certainly_running is nonzero. + * sysdeps/generic/nscd_setup_thread.c: New file. + * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file. + +2004-09-08 Ulrich Drepper + + * nscd/connections.c: Implement r/o sharing of nscd's cache with client + processes via shared memory. + * nscd/nscd-client.h: Likewise. + * nscd/nscd.h: Likewise. + * nscd/nscd_conf.c: Likewise. + * nscd/nscd_getgr_r.c: Likewise. + * nscd/nscd_getpw_r.c: Likewise. + * nscd/nscd_gethst_r.c: Likewise. + * nscd/nscd.conf: Add new config parameters. + * nscd/Makefile (aux): Add nscd_helper. + * nscd/nscd_helper.c: New file. + * nscd/mem.c (gc): Indicate beginning and end of the gc cycle. + + * nscd/hstcache.c: Simplify a lot. We cache only the request itself, + no derived information. + * connections.c (nscd_init): Fix bug in testing size of the persistent. + + * nis/Makefile (aux): Add nis_hash. + * nis/nis_hash.c: New file. Split out from nis_util.c. + * nis/nis_util.c: Move __nis_hash code in separate file. + + * csu/tst-atomic.c: Improve atomic_increment_val test which would + not have found a ppc bug. + + * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes. + + * malloc/arena.c: Remove __MALLOC_P uses. + * malloc/malloc.c: Likewise. + + * malloc/mtrace.c: Remove __P uses. + * malloc/mcheck-init.c: Likewise. + +2004-09-07 Jakub Jelinek + + * sysdeps/powerpc/powerpc64/configure.in: New file. + * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add. + * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove. + * sysdeps/powerpc/powerpc64/sysdep.h: Formatting. + (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX, + BODY_PREFIX): Define. + (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support + HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols, + USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries. + * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h. + (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros. + +2004-09-07 Ulrich Drepper + + * malloc/malloc.h: Don't define __THROW if it is already defined. + + * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define. + (atomic_decrement): Define. + + * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and + atomic_decrement_val. + * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise. + * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise. + + * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val + and atomic_decrement_val. + + * include/atomic.h: Define atomic_increment_val, atomic_decrement_val, + and atomic_delay is not already defined. + * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay. + * sysdeps/x86_64/bits/atomic.h: Likewise. + + * miscd/sys/cdefs.h (__NTH): New macro. + (__THROW): Define using nothrow attribute for C code and gcc >= 3.2. + (__REDIRECT_NTH): New macro. + * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary. + * ctype/ctype.h: Likewise. + * dirent/dirent.h: Likewise. + * io/fcntl.h: Likewise. + * io/sys/sendfile.h: Likewise. + * io/sys/stat.h: Likewise. + * io/sys/statfs.h: Likewise. + * io/sys/statvfs.h: Likewise. + * libio/bits/stdio.h: Likewise. + * misc/sys/mman.h: Likewise. + * posix/unistd.h: Likewise. + * resource/sys/resource.h: Likewise. + * rt/aio.h: Likewise. + * signal/signal.h: Likewise. + * stdlib/stdlib.h: Likewise. + * string/argz.h: Likewise. + * string/string.h: Likewise. + * sysdeps/generic/inttypes.h: Likewise. + * sysdeps/i386/fpu/bits/mathinline.h: Likewise. + * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise. + * sysdeps/s390/fpu/bits/mathinline.h: Likewise. + * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise. + * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. + * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise. + * wcsmbs/wchar.h: Likewise. + + * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate. + + * resolv/gethnamaddr.c (getanswer): Remove __P use in variable + definition. + + * io/sys/poll.h: Remove __THROW from poll prototype, it's a + cancellation point. + + * io/fts.c (fts_open): Remove uses of __P. + + * include/stdlib.h: No need to use __THROW in this header. + +2004-09-06 Roland McGrath + + * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD + validity, since __assert_fail gets to here anyway. Just fail. + +2004-09-06 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with + AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6 + addresses. + +2004-09-05 Richard Henderson + + * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file. + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_IEEE_RAISE_EXCEPTION): New. + * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file. + * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file. + * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it. + * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise. + +2004-09-05 Richard Henderson + + * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. + * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S, + sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S, + sysdeps/alpha/remqu.S: Likewise. + * sysdeps/alpha/div_libc.h (FRAME): Increase to 64. + +2004-09-05 Ulrich Drepper + + * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and + GETHOSTBYADDRv6 requests. + +2004-09-04 Ulrich Drepper + + * nscd/pwdcache.c (cache_addpw): Use correct key length in + cache_add calls. + * nscd/grpcache.c (cache_addgr): Likewise. + +2004-09-03 Alfred M. Szmidt + + * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV + to `dtv_t *'. + +2004-09-03 Ulrich Drepper + + * nscd/nscd.c (parse_opt): Use writev instead of two write for + invalidate command. + +2004-09-02 Ulrich Drepper + + * nscd/connections.c (nscd_run): Check early for invalid request types. + +2004-09-02 Roland McGrath + + * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro. + (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word. + (THREAD_SELF): New macro. + +2004-09-02 Steven Munroe + + [BZ #357] + * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber. + (main): Call test_stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S + (__getcontext): Push stack frame then save parms in local frame. + Improve instruction scheduling. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S + (__swapcontext): Likewise. + +2004-09-01 Andreas Schwab + + * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use + __builtin_offsetof. + +2004-09-01 Jakub Jelinek + + [BZ #361] + * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch + to normal_bracket after fetching the next character. + * posix/tst-fnmatch.input: Add 25 new tests. + Reported by Markus Oberhumer . + +2004-09-01 Ulrich Drepper + + * elf/rtld.c (dl_main): First check existence of ld.so.preload + with access. + +2004-09-01 Roland McGrath + + * sysdeps/unix/sysv/linux/bits/waitflags.h + (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros. + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): + New macro. + * sysdeps/unix/sysv/linux/waitid.c: New file. Use new syscall when + available, or fall back to the waitpid-based generic code. + +2004-08-14 Alfred M. Szmidt + + * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc + clobber the `ebp' register. + * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed. + Reverts change from 2004-05-07 by Jeroen Dekkers. + + * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of + NEWSP from `void *' to `int *'. Changed all casts accordingly. + +2004-08-31 Jakub Jelinek + + * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden + before return type. + * locale/localename.c (__current_locale_name): Likewise. + +2004-08-31 Jakub Jelinek + + * elf/ldconfig.c (parse_conf): Add prefix argument, prepend it + before arguments to add_dir and pass to parse_conf_include. + (parse_conf_include): Add prefix argument, pass it down to + parse_conf. + (main): Call arch_startup. Adjust parse_conf caller. + Call add_arch_dirs. + * sysdeps/generic/dl-cache.h (arch_startup, add_arch_dirs): Define. + * sysdeps/unix/sysv/linux/i386/dl-cache.h: New file. + * sysdeps/unix/sysv/linux/ia64/dl-cache.h (EMUL_HACK, arch_startup, + add_arch_dirs): Define. + * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Prepend + /emul/ia32-linux before the 32-bit ld.so pathname. + * sysdeps/unix/sysv/linux/ia64/dl-procinfo.c: New file. + * sysdeps/unix/sysv/linux/ia64/dl-procinfo.h: New file. + +2004-08-30 Roland McGrath + + * scripts/extract-abilist.awk: If `lastversion' variable defined, omit + later sets from output. + * Makerules (check-abi): Pass option to set that with value of + LIB-abi-frozen variable if one is set. + + * abilist/libcidn.abilist: New file (empty). + +2004-08-30 Jakub Jelinek + + * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If + not __USE_XOPEN2K, use the Unix98 mandated values. + +2004-08-27 Roland McGrath + + * configure.in (usetls): Default to yes. + * configure: Regenerated. + +2004-08-26 Roland McGrath + + * configure.in (add_ons_automatic): New variable, set to yes or no + indicating --enable-add-ons with no explicit list. + (running add-on fragments): Allow a fragment to modify $libc_add_on + and have that affect its place in the list of add-ons to use. + * configure: Regenerated. + +2004-08-26 Ulrich Drepper + + * nscd/cache.c: Major rewrite. The data is now optionally kept in + a mmaped memory region which is automatically mirrored on disk. + This implements persistent data storage. The Memory handled + needed to be completely revamped, it now uses a garbage collection + mechanism instead of malloc. + * nscd/connections.c: Likewise. + * nscd/nscd.c: Likewise. + * nscd/nscd.h: Likewise. + * nscd/nscd_conf.c: Likewise. + * nscd/nscd_stat.c: Likewise. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c:: Likewise. + * nscd/pwdcache.c:: Likewise. + * nscd/Makefile: Add rules to build mem.c. + * nscd/mem.c: New file. + * nscd/nscd.conf: Describe new configuration options. + +2004-08-26 Kaz Kojima + + * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if + NO_SGIDEFS_H isn't defined. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + + * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and + _MIPS_SIM. + * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise. + +2004-08-26 Ulrich Drepper + + * nscd/connections.c (nscd_run): atomic_increment was not missing. + + * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval. + Patch by Greg Schafer. + +2004-08-25 Richard Henderson + + * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind + instead of $31. Zero $15. + * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise. + +2004-08-25 Ulrich Drepper + + * sysdeps/powerpc/powerpc64/bits/atomic.h + (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval + is negative. + (__arch_compare_and_exchange_bool_32_rel): Likewise. + + * nscd/connections.c: Make socket nonblocking so that threads + don't get stuck on accept. Fix locking. + + * nscd/grpcache.c (cache_addgr): Use copy of original key in hash + entry with alternative key. + * nscd/pwdcache.c (cache_addpw): Likewise. + +2004-08-25 Richard Sandiford + + * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set + __libc_stack_end. + +2004-08-23 Ulrich Drepper + + * sysdeps/gnu/netinet/udp.h: Cosmetic changes. Remove unnecessary + __BEGIN_DECLS/__END_DECLS. + +2004-08-23 Andreas Jaeger + + [BZ #341] + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define. + * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise. + +2004-08-21 Ulrich Drepper + + * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c. + (check_action): Likewise. + When printing error messages, use malloc_printf_nc now instead of + fiddling with the streams cancellation flag in every place. + * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition. Change + default to 3. + (check_action): New variable. + (unlink): Print error message and eventually terminate in case list + is corrupted. + (malloc_printf_nc): New function. Use it in _int_free. + Change proposed by Arjan van de Ven. + + * dlfcn/Makefile: Don't build eval.c anymore. + +2004-08-20 Roland McGrath + + * csu/Makefile ($(objpfx)version-info.h): Use printf in place + of echo -e for POSIX.2 portability. + Reported by Paul Jarc . + +2004-08-19 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in + list generation. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use + getcanonname_r function if AI_CANONNAME flag is not set in + request. + + * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): + Initialize mysize with limits only if latter is >= 0. Use mysize + in malloc call. + +2004-08-19 Jakub Jelinek + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *) + to avoid warning. + + * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize + status to NSS_STATUS_UNAVAIL. + +2004-08-19 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the + cannoname lookup since it has the FQDN even if the original NAME + value has not. + +2004-08-18 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter + pointer in new variable ORIG_NAME and use this pointer when + determination of canonical name failed, not the possibly IDN + translated value of NAME. + +2004-08-17 Ulrich Drepper + + * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT. + * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option. + Reset RES_NOIP6DOTINT flag in this case.. + + * sysdeps/posix/getaddrinfo.c: Fix memory handling of + ai_canonname. + +2004-08-16 Ulrich Drepper + + * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use + CNAME records, we better follow the chain of CNAME records which + can be accomplished with A/AAAA lookups. + +2004-08-15 Roland McGrath + + * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): + Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro. + * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. + +2004-08-15 Roland McGrath + + * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to + this, not ... + (static-only-routines): ... this. + * sysdeps/ia64/Makefile: Likewise. + * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise. + * sysdeps/sparc/sparc64/Makefile: Likewise. + * sysdeps/x86_64/Makefile: Likewise. + * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change. + * sysdeps/ia64/hp-timing.c: Likewise. + * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise. + * sysdeps/sparc/sparc64/hp-timing.c: Likewise. + + * csu/elf-init.c: Update copyright terms including special exception + for these trivial files, which are statically linked into executables + that use dynamic linking for the significant library code. + * io/fstat.c: Likewise. + * io/fstat64.c: Likewise. + * io/lstat.c: Likewise. + * io/lstat64.c: Likewise. + * io/stat.c: Likewise. + * io/stat64.c: Likewise. + * stdlib/atexit.c: Likewise. + * sysdeps/alpha/elf/initfini.c: Likewise. + * sysdeps/alpha/elf/start.S: Likewise. + * sysdeps/arm/elf/start.S: Likewise. + * sysdeps/cris/elf/start.S: Likewise. + * sysdeps/generic/initfini.c: Likewise. + * sysdeps/generic/mknod.c: Likewise. + * sysdeps/hppa/elf/initfini.c: Likewise. + * sysdeps/hppa/elf/start.S: Likewise. + * sysdeps/i386/elf/start.S: Likewise. + * sysdeps/i386/i686/hp-timing.c: Likewise. + * sysdeps/ia64/elf/initfini.c: Likewise. + * sysdeps/ia64/elf/start.S: Likewise. + * sysdeps/ia64/hp-timing.c: Likewise. + * sysdeps/m68k/elf/start.S: Likewise. + * sysdeps/mach/start.c: Likewise. + * sysdeps/mips/elf/start.S: Likewise. + * sysdeps/powerpc/powerpc32/elf/start.S: Likewise. + * sysdeps/powerpc/powerpc64/elf/start.S: Likewise. + * sysdeps/s390/s390-32/elf/start.S: Likewise. + * sysdeps/s390/s390-32/initfini.c: Likewise. + * sysdeps/s390/s390-64/elf/start.S: Likewise. + * sysdeps/s390/s390-64/initfini.c: Likewise. + * sysdeps/sh/elf/initfini.c: Likewise. + * sysdeps/sh/elf/start.S: Likewise. + * sysdeps/sparc/sparc32/elf/start.S: Likewise. + * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise. + * sysdeps/sparc/sparc64/elf/start.S: Likewise. + * sysdeps/sparc/sparc64/hp-timing.c: Likewise. + * sysdeps/standalone/i386/start.S: Likewise. + * sysdeps/standalone/i960/start.S: Likewise. + * sysdeps/standalone/m68k/m68020/start.S: Likewise. + * sysdeps/unix/arm/start.c: Likewise. + * sysdeps/unix/bsd/osf/alpha/start.S: Likewise. + * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise. + * sysdeps/unix/sparc/start.c: Likewise. + * sysdeps/unix/start.c: Likewise. + * sysdeps/unix/sysv/aix/start.s: Likewise. + * sysdeps/unix/sysv/irix4/start.c: Likewise. + * sysdeps/x86_64/elf/initfini.c: Likewise. + * sysdeps/x86_64/elf/start.S: Likewise. + +2004-08-15 Roland McGrath + + [BZ #227] + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_BRK_PAGE_ROUNDED): New macro. + * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk) + [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within + the partial page after the dynamic linker's own data segment. + +2004-08-15 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of + v4-mapped addresses a bit. + (gethosts): Move alloca out of macro, so that it is done only once. + + * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of + addr to avoid casts. + (gethosts): Removed. + (gethosts2): Renamed to gethosts. Make it usable for family != + AF_UNSPEC. Fix AI_V4MAPPED. + (gaih_inet): Remove use of old gethosts. Always use what used to be + gethosts2. If entry is found, try to use the same NSS module's + getcanonname_r function. Use gethostbyaddr for AI_CANONNAME only + if getcanonname_r was not available. Fix filtering of AI_V4MAPPED + addresses. Numerous cleanups. + * resolv/nss_dns/dns-canon.c: New file. + * resolv/Makefile (libnss_dns-routines): Add dns-canon. + * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r. + + * elf/Makefile: Add rules to build and run tst-dlopenrpath. + * elf/tst-dlopenrpath.c: New file. + * elf/tst-dlopenrpathmod.c: New file. + + * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8. + * intl/tst-gettext.c: Likewise. + + * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses. + + * nss/getent.c: Allow queries for getaddrinfo with AF_INET and + AF_INET6. + +2004-08-14 Ulrich Drepper + + * po/de.po: Update from translation team. + +2004-08-14 Roland McGrath + + * sysdeps/mach/configure: Regenerated. + * sysdeps/mach/hurd/configure: Regenerated. + +2004-08-14 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is + performed, make sure it is still the first entry after sorting + that has the ai_canonname information. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname + only in one entry. + +2004-08-13 Daniel Jacobowitz + + * scripts/output-format.sed: Handle default case of three-argument + OUTPUT_FORMAT. + + * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as + __attribute_used__. + +2004-08-13 Ulrich Drepper + + * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the + first returned entry. Print name only if not NULL. + + * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct + __netgrent object passed in instead of global variables. + Optimize. + * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data + in struct __netgrent object passed in instead of global variables. + * inet/netgroup.h (struct __netgrent): Add service_user field. + Move cursor in anonymous union, add new field location to that + union. + * inet/getnetgrent_r.c: Extensive rewrite to really enable + concurrent uset of set/get/endnetgrent and innetgr. + Reported by Chuck Simmons. + + * inet/netgroup.h (struct name_list): Replace name pointer with + zero-sized array. + * inet/getnetgrent_r.c: Adjust code for change in name_list + layout. Numerous strdup and free calls removed. + + * elf/sprof.c (read_symbols): When comparing aliases, prefer + non-hidden over hidden symbols and strong over weak symbols + if both don't start with '_'. + + * malloc/malloc.c: Use strong_alias instead of weak_alias wherever + possible. + +2004-08-12 Jakub Jelinek + + * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard + RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly. + * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. + Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros + accordingly. + +2004-08-11 Andreas Schwab + + * resolv/res_libc.c: Move definition of __res_initstamp ... + * resolv/res_init.c: ... here. + +2004-08-10 GOTO Masanori + + * locale/C-time.c: Change default ERA value from NULL to "". + * locale/tst-C-locale.c: Add test case for ERA keywords. + +2004-08-12 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard + RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly. + * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. + +2004-08-12 Jakub Jelinek + + * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING, + RLIMIT_MSGQUEUE): Add. + (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust. + * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING, + RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. + (RLIM_NLIMITS): Adjust. + * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING, + RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. + (RLIM_NLIMITS): Adjust. + * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING, + RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. + (RLIM_NLIMITS): Adjust. + +2004-08-12 Jakub Jelinek + + * resolv/res_query.c (__libc_res_nsearch): Protect the debugging + printf with #ifdef DEBUG and RES_DEBUG check. + + * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after + __USE_MISC #endif. + * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize + declaration. + * sysdeps/gnu/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise. + +2004-08-12 Ulrich Drepper + + * po/ca.po: Update from translation team. + +2004-08-11 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for + __getpagesize declaration. + +2004-08-11 Roland McGrath + + * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around + commands inside &&. + Reported by Andreas Schwab . + * configure: Regenerated. + + * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL. + +2004-08-11 Ulrich Drepper + + * time/tzset.c (tzset_internal): Add new parameter which is + nonzero if called through tzset. Use TZDEFAULT name including + name comparison if the new parameter is zero. This means implicit + tzset calls will not cause files to be opened and read by tzfile.c + all the time. + +2004-08-11 Jakub Jelinek + + * rt/tst-timer2.c (do_test): If timer_create fails, just continue. + * rt/tst-timer4.c (do_test): If one of the timer_create calls fails, + return 1 immediately. + + * time/tzfile.c (__tzfile_read): Free transitions only if it will + not be reused. + + * sysdeps/ieee754/dbl-64/mpa.c: Include . + * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed. + + * stdio-common/tst-popen.c: Include . + + * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG. + + * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn + attribute. Return NULL instead of calling pthread_exit at the end. + +2004-08-11 Roland McGrath + + * iconvdata/testdata/ISO-2022-JP-3: Regenerated. + +2004-08-10 Alfred M. Szmidt + + * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. + +2004-08-10 Jakub Jelinek + + * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t). + (fwrite_unlocked): When checking if size * n is <= 8, cast each + argument to size_t individually. Cast n to (void) instead of + (size_t), surround with (), return (size_t) 0 if one of n or size + is 0. [BZ #316] + * stdio-common/Makefile (tests): Add tst-unlockedio. + * stdio-common/tst-unlockedio.c: New test. + +2004-08-09 Roland McGrath + + * manual/install.texi (Supported Configurations): Replace bug-glibc + mention with web URL. + * INSTALL: Regenerated. + * locale/iso-3166.def: Likewise, in comment. + * locale/iso-4217.def: Likewise. + * locale/iso-639.def: Likewise. + * posix/cpio.h: Remove bug reporting comment. + +2004-08-09 Ulrich Drepper + + * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t) + casts to handle funny calls with floating point argument values + and signed values correctly and without warning. + (fwrite_unlocked): Likewise. [BZ #309] + + * malloc/memusage.c (me): Use creat64, not creat. + * malloc/memusagestat.c: Fix handling of very large sizes. [BZ #285] + Patch by Guy Maor . + + * elf/ldconfig.c (options): Mark parameter option names as + translatable. [BZ #253] Patch by Jakub Bogusz . + + * iconv/gconv_charset.h (strip): Also allow comma which is what is + used to separate options. [BZ #194] + +2004-08-09 Roland McGrath + + * FAQ.in: Refer to web pages instead of bug-glibc. + * FAQ: Regenerated. + + * time/strptime_l.c: #include , `bool' used in last change. + +2004-08-09 Ulrich Drepper + + * time/tzset.c (tzset_internal): If TZ is not set do not compare + old and new tz value since it might be /etc/localtime in both + cases although the file changed. [BZ #154] + Patch by Christian Franke . + + * time/tzfile.c (__tzfile_read): Determine dev/ino of file. + Compare with values of previously opened file. Don't do anything + is they match. + +2004-08-08 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set, + reset loader before the actual loading. + * elf/dl-open.c (dl_open_worker): If file name contains no path + element determine map of caller. Pass caller map in this case to + _dl_map_object. Set __RTLD_CALLMAP in mode. + * include/dlfcn.h (__RTLD_CALLMAP): Define. [BZ #116] + Patch by Greg Wolodkin . + + * misc/syslog.c (openlog_internal): Always try both UDP and TCP. + [BZ #108] Patch mainly by Bjorn Andersson . + + * configure.in: Also recognize i786. [BZ #106] + Patch by . + + * resolv/res_query.c (__libc_res_nsearch): Correctly test whether + name contains any dots. [BZ #95] + + * resolv/res_send.c: Compiling with DEBUG defined works again. + * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf. Adjust all + callers. + + * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is + available the process is not killed. [BZ #41] + + * intl/tst-gettext.c (main): Improve some messages. [BZ #33] + + * time/strptime_l.c (__strptime_internal): Fix handling of %Ey. + [BZ #28] + + * po/sv.po: Update from translation team. + +2004-08-07 Ulrich Drepper + + * inet/netinet/in.h: Add more const to the setipv4soucefilter, + getsourcefilter, and setsourcefilter parameter list. + * sysdeps/generic/setipv4sourcefilter.c: Likewise. + * sysdeps/generic/getsourcefilter.c: Likewise. + * sysdeps/generic/setsourcefilter.c: Likewise. + * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise. + * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise. + * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise. + + * po/tr.po: Update from translation team. + +2004-08-06 Ulrich Drepper + + * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo. + Reported by Paolo Bonzini. + +2004-08-06 Jakub Jelinek + + * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add + always_inline. + * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup, + elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise. + + * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h + before including linux/atalk.h. + + * resolv/res_libc.c: Include atomic.h. + + * intl/finddomain.c (free_mem): Rename to... + (_nl_finddomain_subfreeres): ... this. Add + __libc_freeres_fn_section. + * intl/loadmsgcat.c (_nl_unload_domain): Add + __libc_freeres_fn_section. + * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC. + Add attribute_hidden. + (_nl_findomain_subfreeres): New prototype. + * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres. + +2004-07-30 Guido Guenther + + * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to + test if the key is numeric or not. + (group_keys): Likewise. + +2004-08-05 Ulrich Drepper + + * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE, + struct group_filter, and GROUP_FILTER_SIZE. + * include/sys/socket.h: Declare __getsockopt. + * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file. + * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file. + * sysdeps/unix/sysv/linux/setsourcefilter.c: New file. + * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211] + + * po/ko.po: Update from translation team. + +2004-08-04 Jakub Jelinek + + * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc + + memset. + (__hesiod_res_set): Free nsaddrs. + + * include/resolv.h (__res_maybe_init): Add prototype. + * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field. + * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE. + * resolv/res_libc.c (__res_initstamp, lock): New variables. + (res_init): Increase __res_initstamp. + (__res_maybe_init): New function. + * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp. + * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead + of RES_INIT check and {res_ninit,__res_ninit,res_init} call. + * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise. + * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r, + _nss_dns_gethostbyaddr_r): Likewise. + * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r, + _nss_dns_getnetbyaddr_r): Likewise. + * resolv/gethnamaddr.c (gethostbyname, gethostbyname2, + gethostbyaddr): Likewise. + * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate, + res_isourserver, res_sendsigned, res_update, res_search, + res_querydomain): Likewise. + * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise. + * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise. + * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r): + Likewise. + +2004-08-05 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for + V4-mapped IPv6 addresses and req->ai_family==AF_INET. + Reported by A. Guru . + + * po/sv.po: Update from translation team. + * po/sk.po: Likewise. + * po/pl.po: Likewise. + +2004-08-04 Jakub Jelinek + Ulrich Drepper + + * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input + characters than necessary. + +2004-08-05 Ulrich Drepper + + * wcsmbs/Makefile (tests): Add tst-mbsrtowcs. + * wcsmbs/tst-mbsrtowcs.c: New file. + + * po/fr.po: Update from translation team. + +2004-08-04 Jakub Jelinek + + * resolv/inet_pton.c (inet_pton4): Disallow octal numbers. Reported + by A. Guru . [BZ #295] + +2004-08-05 Ulrich Drepper + + * po/nl.po: Update from translation team. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4 + numeric address formats inet_addr knows. + (getaddrinfo): Allow AI_NUMERICSERV flag. + If neither IPv4 nor IPv6 interface is present we cannot make any + decision for AI_ADDRCONFIG. Fail if AI_NUMERICSERV is set and the + string is not just a number. Remove useless freeaddrinfo call. + * resolv/netdb.h (AI_NUMERICSERV): Define. + Based on a patch by a.guru@sympatico.ca. + +2004-08-04 Jakub Jelinek + + * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure + instead of trying to initialize some, but not all, fields one by + one. + * stdio-common/printf_size.c (printf_size): Initialize fb_info + structure with *info instead of trying to initialize some, but not + all, fields from it. + + * nscd/connections.c (handle_request): Check if req->type is in + LASTDBREQ .. LASTREQ range instead of req. + + * locale/programs/linereader.c (lr_create): Initialize + lr->return_widestr to 0. + + * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section. + (free_mem): Call free_slotinfo just once. + + * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead + of NULL. + + * locale/localeinfo.h (_nl_locale_subfreeres): New prototype. + * locale/setlocale.c (free_category): Add __libc_freeres_fn_section. + (free_mem): Rename to _nl_locale_subfreeres. + * iconv/gconv_db.c: Include locale/localeinfo.h. + (free_derivation, free_modules_db): Add __libc_freeres_fn_section. + (free_mem): Call _nl_locale_subfreeres. + * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section. + +2004-08-04 Roland McGrath + + * Makeconfig ($(common-objpfx)config.status): + Fix typo: $(add_ons) -> $(add-ons). + (Makeconfig-add-on): New variable. When doing $(sysdep-makeconfigs) + include, use black magic to get it set to an add-on's name during the + include of the add-on's Makeconfig. + + * configure.in: Use variable name `libc_add_on' when sourcing add-on + configure fragments, so they can refer to this. + * configure: Regenerated. + +2004-08-04 Roland McGrath + + * posix/tst-waitid.c (test_child): Sleep a second before stopping. + (do_test): Bump sleep to three seconds. + (sigchld, check_sigchld): New functions. + (do_test): Handle SIGCHLD and check for getting the right details. + + * posix/tst-waitid.c (do_test): Kill the child process when bailing + out early on some failure. + [WCONTINUED]: Test WCONTINUED functionality. + +2004-08-03 Ulrich Drepper + + * nscd/connections.c (handle_request): Print more descriptive + message for invalid request types. + +2004-08-02 Jakub Jelinek + + * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff. + Always treat high as highest number in range + 1. + * iconvdata/ibm943.c (BODY): Likewise. + +2004-07-31 Bruno Haible + + * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004. + * iconvdata/jisx0213.c (__jisx0213_to_ucs_main, + __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1, + __jisx0213_from_ucs_level2): Regenerated. + * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function. + * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from + JISX0213_1_set. + (JISX0213_1_2004_set): New enum value. + (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O. + (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O + when possible, ESC $ ( Q when needed. + * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters. + * iconvdata/testdata/EUC-JISX0213..UTF8: Update. + * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters. + * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update. + * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters. + * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update. + +2004-07-22 Bruno Haible + + * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003. + +2004-07-29 David S. Miller + + * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize + better for smaller than 256 byte copies. Also, use only one + unrolled loop instead of two for the large copy case. + +2004-07-30 Richard Henderson + + * sysdeps/alpha/divq.S: Save t3 before it gets clobbered. + * sysdeps/alpha/remq.S: Likewise. + * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the + new division algorithms in divl.S and divq.S respectively. + +2004-07-28 GOTO Masanori + + * timezone/asia: Update from tzdata2004b. + * timezone/backward: Likewise. + * timezone/europe: Likewise. + * timezone/iso3166.tab: Likewise. + * timezone/leapseconds: Likewise. + * timezone/northamerica: Likewise. + * timezone/southamerica: Likewise. + * timezone/zone.tab: Likewise. + + * timezone/private.h: Update from tzcode2004b. + * timezone/zic.c: Likewise. + +2004-07-27 Ulrich Drepper + + * nscd/grpcache.c (cache_addgr): If necessary, add entry also + under the name the user provided. + * nscd/pwdcache.c (cache_addpw): Likewise. + +2004-07-26 Roland McGrath + + * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for + call to __waitpid. + +2004-07-26 Ulrich Drepper + + * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to + memory leaks. + + * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for + new buffer at the right time. + Reported by Jakub Bogusz . + +2004-07-25 Ulrich Drepper + + * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter, + getsourcefilter, setipv4sourcefilter, and setsourcefilter. + * inet/Makefile (routines): Likewise. + * inet/netinet/in.h: Add prototypes for getipv4sourcefilter, + getsourcefilter, setipv4sourcefilter, and setsourcefilter. + * sysdeps/generic/getipv4sourcefilter.c: New file. + * sysdeps/generic/setipv4sourcefilter.c: New file. + * sysdeps/generic/getsourcefilter.c: New file. + * sysdeps/generic/setsourcefilter.c: New file. + +2004-07-17 Steven Munroe + + * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling + for POWER4 machines. + +2004-07-21 Jakub Jelinek + + [BZ #274] + * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >= + BITS_PER_MP_LIMB shifting up. + * stdlib/tst-strtod.c (main): Add new tests. + +2004-07-23 Jakub Jelinek + + [BZ #282] + * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of + _IO_no_init. Remove wd from struct locked_FILE. + (_IO_wproc_jumps): Remove. + Reported by Andrew Josey . + * stdio-common/Makefile (tests): Add tst-popen. + * stdio-common/tst-popen.c: New test. + +2004-07-23 Ulrich Drepper + + * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and + _POSIX_OPEN_MAX. Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX, + _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX. + Reported by Andrew Josey. + + * include/features.h: Document _POSIX_C_SOURCE == 200112L. + + * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined. + * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined. + * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, + off_t, time_t, and uid_t if __USE_XOPEN2K is defined. + * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined. + * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and + useconds_t if __USE_XOPEN2K is defined. + * io/utime.h: Define time_t if __USE_XOPEN2K is defined. + * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined. + +2004-07-19 Thorsten Kukuk + + * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't + allocate memory for large temporary variables with alloca. + +2004-07-22 Ulrich Drepper + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility + code must have version GLIBC_2.0. Patch by Dwayne McConnell. + + * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL + pointer and zero length. + +2004-07-21 Ulrich Drepper + + * nscd/cache.c (prune_cache): Print correct list when debugging. + +2004-07-21 Jakub Jelinek + + * resolv/res_libc.c (res_init): If RES_INIT is set and + _res.nscount > 0, call __res_nclose and free nsaddrs. + * resolv/Makefile: Add rules to build and run tst-leaks2. + * resolv/tst-leaks2.c: New test. + +2004-07-21 Ulrich Drepper + + * intl/libintl.h: Don't define macros for C++. + Patch by Goto Masanori. + +2004-07-22 GOTO Masanori + + [BZ #276] + * include/arpa/inet.h: Change inet_aton type from in_addr_t to int. + * inet/arpa/inet.h: Likewise. + * resolv/inet_addr.c: Likewise. + +2004-07-21 Alexandre Oliva + + * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop. + +2004-07-20 Roland McGrath + + * configure.in (add_ons): Substitute this. Move $add_ons handling + after AC_CANONICAL_HOST and default setting of $machine et al. + Don't set $subdirs from $add_ons. + Instead, source add-on/configure fragments early on. + (base_machine): If it's already set, don't set it based on $machine. + (libc_config_ok): New variable, set to no. If an add-on fragment sets + it to yes, skip the tuple sanity check as if --enable-hacker-mode. + (sysnames): Try appending add-on names after machine as well. + * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@. + * Makeconfig ($(common-objpfx)config.status): Also depend on configure + files in $(add_ons) dirs. + + * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove + definition, now in netinet/in.h proper. + +2004-07-20 Alexandre Oliva + + * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): + Sort by syscalls. Make sure we get headers such as sgidefs.h from + the build tree before just-installed ones. + + * sysdeps/mips/atomicity.h: Use standard names for ABI macros, + include sgidefs.h where appropriate. + * sysdeps/mips/dl-machine.h: Likewise. + * sysdeps/mips/machine-gmon.h: Likewise. + * sysdeps/mips/bits/setjmp.h: Likewise. + * sysdeps/mips/fpu/bits/mathdef.h: Likewise. + * sysdeps/mips/mips64/__longjmp.c: Likewise. + * sysdeps/mips/mips64/setjmp_aux.c: Likewise. + * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise. + * sysdeps/unix/sysv/linux/mips/pread.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise. + * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise. + * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h): + Likewise. + * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): + Likewise. + + * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use + _dl_lookup_symbol_x. + (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error. + +2004-07-20 Ulrich Drepper + + * inet/netinet/in.h: Define struct ip_mreq and struct + ip_mreq_source. + Define struct group_req and struct group_source_req. + * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE, + IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP, + IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP, + MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP, + MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and + MCAST_MSFILTER. + Define MCAST_INCLUDE and MCAST_EXCLUDE. + + * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244]. + +2004-07-19 Jakub Jelinek + + [BZ #258] + * math/libm-test.inc (max_value, min_value): New variables. + (initialize): Initialize them. + (pow_test): Add a couple of new tests. + * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid + exception if |y| >= 1U<<31. + * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid + exception if |y| >= 1L<<63. + * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. + If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN. + * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise. + +2004-07-18 Ulrich Drepper + + * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful + lookup a bit. + * nscd/grpcache.c (cache_addgr): Likewise. + * nscd/hstcache.c (cache_addhst): Likewise. + +2004-07-10 GOTO Masanori + + * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw. + * sysdeps/s390/s390-64/elf/start.S: Likewise. + +2004-04-16 Andreas Schwab + + * sysdeps/ia64/bits/atomic.h: Cast first argument of + __sync_bool_compare_and_swap_si correct to void*. + +2004-07-17 Ulrich Drepper + + * iconv/iconv_prog.c (print_known_names): Make machine-readable + output even less cluttered. + +2004-07-16 Steven Munroe + + [BZ #269] + * setjmp/Makefile (tests): Add bug269-setjmp. + * setjmp/bug269-setjmp.c: New file. + * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]: + Store R2 from jmpbuf in callers TOC save area. + * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]: + Store R2 in TOC save area. + * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]: + Copy TOC save area from previous frame as R2 (TOC) in jmpbuf. + +2004-07-16 Jakub Jelinek + + * locale/newlocale.c: Include bits/libc-lock.h. + (__libc_setlocale_lock): Extern decl. + (__newlocale): Use it. + Reported by Ulrich Weigand . + +2004-07-15 Jakub Jelinek + + * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove + static inline __attribute ((always_inline)). Don't define if + NO_CANCELLATION. + (__libc_fcntl): Use INLINE_SYSCALL directly instead of + __fcntl_nocancel. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel): + Remove static inline __attribute ((always_inline)). Don't define + if NO_CANCELLATION. + (__libc_fcntl): Use INLINE_SYSCALL directly instead of + __fcntl_nocancel. + * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to + __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0. + Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0. + (__libc_fcntl): Don't define if __fcntl_nocancel is a macro. + + [BZ #262] + * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF + for main. + * elf/Makefile: Add rules to build and run tst-pie1. + * elf/tst-pie1.c: New test. + * elf/tst-piemod1.c: New file. + +2004-07-14 Jakub Jelinek + + [BZ #266] + * manual/string.texi (l64a): Note that the static buffer is 7 bytes + long. Rewrite example code so that it takes into account l64a output + shorter than 6 characters. + Reported by Julian Graham . + +2004-07-14 Kaz Kojima + + * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here. + (elf_machine_rela_relative): Remove unused valiable. + +2004-07-12 Paul Eggert + + [BZ #263] + * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store + outside the buffer if the read returns 0. __strtod_l can't set + endp to NULL, so remove a test for that case. + +2004-07-12 Roland McGrath + + * manual/signal.texi (Interrupted Primitives): Make clear that + TEMP_FAILURE_RETRY evaluates its expression as long int and compares + it to -1 to define "failure". + +2004-07-10 Ulrich Drepper + + * elf/ldconfig.c: Define PROCINFO_CLASS as static before including + ldsodefs.h. + * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not + already defined. + * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not + already defined. + + * elf/rtld.c (print_statistics): Mark with noinline attribute. + * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline + attribute. + (elf_machine_rel_relative): Likewise. + + * include/string.h: Add libc_hidden_proto for __strtok_r and + __strsep_g. + * sysdeps/generic/strsep.c: Add libc_hidden_def. + * sysdeps/generic/strtok_r.c: Likewise. + * sysdeps/i386/strtok_r.S: Add alias for internal symbol. + * sysdeps/i386/i686/strtok_r.S: Likewise. + * sysdeps/x86_64/strtok_r.S: Likewise. + +2004-07-09 Alexandre Oliva + + * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden + instead of internal-linkage, such that we can alias to it. + (internal_endnetgrent, internal_getnetgrent_r): Likewise. + +2004-07-09 Ulrich Drepper + + * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute + to the front for gcc 3.5+. + * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise. + * include/fcntl.h: Don't declare __fcntl_nocancel here if + NO_CANCELLATION is defined. + +2004-07-07 Jakub Jelinek + + * elf/dl-fini.c (_dl_fini): Add nloaded variable, load + GL(dl_nloaded) into it while still in critical section. + +2004-07-06 Thorsten Kukuk + + * nss/getent.c (print_group, print_passwd): Use %lu format for + `unsigned long int' values. + + * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax + error typos in goto statements. + +2004-07-07 Roland McGrath + + * Makefile (dist-separate): New variable. + (glibc-%.tar rule): Make separate tar files for add-ons listed there. + Depend on their configure files. + (dist-do-separate-dirs): New canned sequence to do that. + (dist-separate-libidn, dist-separate-linuxthreads): New variables. + (dist): Depend on add-on tar files based on $(dist-separate). + (dist-version): New variable, default to $(version). + (tag-for-dist, dist): Use that in place of $(version) in deps. + +2004-07-07 Ulrich Drepper + + * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock + before the loop running the destructors. + +2004-05-18 Andreas Schwab + + * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of + the first segment for mprotect, not l_text_end. + +2004-07-05 Ulrich Drepper + + * elf/dl-profile.c (_dl_start_profile): Compact error handling. + Remove hashfraction variable. Make kcount and kcountsize local + variables. + + * elf/dl-init.c: Don't define and use _dl_starting_up if + HAVE_INLINED_SYSCALLS is defined and the variable is not used. + * elf/dl-support.c: Likewise. + * elf/rtld.c: Likewise. + * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly + if HAVE_INLINED_SYSCALLS is defined. + * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up + here. + * sysdeps/powerpc/powerpc32/dl-start.S: Likewise. + * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS. + * config.h.in: Add entry for HAVE_INLINED_SYSCALLS. + + * sysdeps/posix/profil.c: If compiled for ld.so, omit code which + is needed to stop profiling. + * elf/dl-open.c (dl_open_worker): If a newly opened object is to be + profile make sure it cannot be unloaded. + + * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall. + + * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation + support, make sure the helper function is inlined. + * sysdeps/unix/sysv/linux/pread.c: Likewise. + * sysdeps/unix/sysv/linux/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise. + +2004-07-05 Jakub Jelinek + + * include/string.h (ffs): Add libc_hidden_builtin_proto. + * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def. + * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise. + * sysdeps/alpha/ffs.S (ffs): Likewise. + * sysdeps/s390/ffs.c (ffs): Likewise. + * sysdeps/powerpc/ffs.c (ffs): Likewise. + * sysdeps/i386/ffs.c (ffs): Likewise. + * sysdeps/i386/i686/ffs.c (ffs): Likewise. + * sysdeps/m68k/ffs.c (ffs): Likewise. + * sysdeps/generic/ffs.c (ffs): Likewise. + * sysdeps/m88k/ffs.c (ffs): Likewise. + * sysdeps/am29k/ffs.c (ffs): Likewise. + * sysdeps/i960/ffs.c (ffs): Likewise. + * sysdeps/x86_64/ffs.c (ffs): Likewise. + + * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0. + + * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp, + __libc_siglongjmp): Remove symbol_version. + * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp): + Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4. + * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias + unconditionally. + * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove. + * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use + strong_alias instead of default_symbol_version, remove + symbol_version. + * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise. + * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change + into strong_alias to __novmxsetjmp. + (__vmx__setjmp): Similarly with __vmxsetjmp. + (__setjmp): Make it strong_alias to __vmx__setjmp, remove + default_symbol_version and symbol_version. + * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change + into strong_alias to __novmxsetjmp. + (__vmx__setjmp): Similarly with __vmxsetjmp. + (__setjmp): Make it strong_alias to __vmx__setjmp, remove + default_symbol_version and symbol_version. + + * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h. + +2004-07-05 Ulrich Drepper + + * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro. + +2004-07-04 Matthew Reppert + + * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver + instead of libc_hidden_def. + +2004-07-01 Roland McGrath + + * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT. + + * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level + $(..)shlib-versions file to last in deps list. This lets add-ons give + more-specific matches that override defaults in the top-level file. + + * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was + already set, don't set it or libc_cv_gcc_unwind_find_fde. + * sysdeps/unix/sysv/linux/configure: Regenerated. + +2004-07-01 Martin Schwidefsky + + * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES] + (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction. + (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction. + * sysdeps/s390/fpu/e_sqrt.c: New file. + * sysdeps/s390/fpu/e_sqrtf.c: New file. + * sysdeps/s390/Implies: New file. + * sysdeps/s390/s390-32/Implies: Remove ieee754, move + ieee754/dbl-64 and ieee754/flt-32 to s390/Implies. + * sysdeps/s390/s390-64/Implies: Likewise. + +2004-06-30 Jakub Jelinek + + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise. + + * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start): + DO_CALL (exit, 1) instead of branching to _exit. + * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start): + Likewise. + + * sysdeps/s390/fpu/bits/mathinline.h: New file. + + * include/glob.h (glob64): Add libc_hidden_proto. + * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def. + * sysdeps/gnu/glob64.c (glob64): Likewise. + * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise. + +2004-06-11 Jakub Jelinek + + * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4. + * sysdeps/s390/fpu/libm-test-ulps: Likewise. + +2004-06-11 Dwayne Grant McConnell + + * sysdeps/powerpc/fpu/s_lround.c: Removed. + * sysdeps/powerpc/fpu/s_lroundf.c: Removed. + * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed. + * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file. + +2004-06-30 Ulrich Drepper + + * include/net/if.h: Handle if_nameindex and if_freenameindex with + libc_proto_hidden. + * sysdeps/unix/sysv/linux/netlinkaccess.h: New file. + * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions. + * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using + netlink if possible. Fall back on ioctl method if necessary. + * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h. + + * include/unistd.h: Declare __truncate. + * sysdeps/generic/truncate.c: Also define __truncate. + * sysdeps/mach/hurd/truncate.c: Likewise. + * sysdeps/unix/common/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate. + +2004-06-29 Ulrich Drepper + + * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize + info.extra. Patch by Marcus Meissner. + +2004-06-29 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER): + Fix branch offset for a PLT entry. + +2004-06-20 Jim Meyering + + * malloc/obstack.h (obstack_base): Cast to `void *', to align with + documentation. + +2004-06-28 Ulrich Drepper + + * inet/bug-if1.c (do_test): Simply use 0 as invalid index. + Workaround for [BZ #232]. + + * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca. + +2004-06-28 GOTO Masanori + + * iconv/gconv_simple.c: Use get16/put16 for user given buffer + in ucs2/ucs2reverse when unaligned memory access is attempted. + * iconv/tst-iconv5.c: New file. + * iconv/Makefile (tests): Add tst-iconv5. + +2004-06-28 Jakub Jelinek + + * inet/bug-if1.c: Include . + +2004-06-19 Roland McGrath + + * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function + under this macro name instead. + [NO_DO_WAITID]: Don't define it at all. + (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are + defined, then return ENOTSUP for combinations of selection bits other + than WEXITED and WEXITED|WSTOPPED, which this version cannot support. + + * posix/tst-waitid.c: New file. + * posix/Makefile (tests): Add it. + +2004-06-28 Jakub Jelinek + + * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo. + + [BZ #231] + * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp + relocation in librt.so. + + [BZ #230] + * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load + _dl_skip_args. Patch by Jakub Bogusz . + +2004-06-27 Ulrich Drepper + + * elf/ldconfig.c (add_dir): Take chroot into account. + Based on changes by HJ Lu and Hideki Iwamoto. + + * nscd/connections.c (invalidate_cache): If the host cache has to + be invalidated, re-read resolv.conf. + + * resolv/resolv.h (RES_NOIP6DOTINT): Define. + * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option. + * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int + if RES_NOIP6DOTINT flag is set. + * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise. + +2004-06-25 Jakub Jelinek + + * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here. + * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file. + + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK, + F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64. + +2004-06-21 Jakub Jelinek + + [BZ #231] + * sysdeps/unix/alpha/Makefile: New file. + * sysdeps/unix/alpha/rt-sysdep.S: New file. + Reported by Jakub Bogusz . + +2004-06-18 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME, + determine the canonical name only for the first returned entry. + + * inet/bug-if1.c: New file. + * inet/Makefile (tests): Add bug-if1. + +2004-06-18 Roland McGrath + + * Makerules (compile-mkdep-flags): Add -MT $@. + + * Makefile (dist, tag-for-dist): New targets. + (files-for-dist, tag-of-stem): New variables. + (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule. + Make tar files using cvs export. + (%.bz2, %.gz, tag-%): New pattern rules. + (distribute): Variable removed. + (+subdir_targets): Remove distinfo targets. + (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed. + (rpm/%): Pattern rule removed. + * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed. + * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist): + Targets removed. + * Makerules (dist, subdir_distinfo): Targets removed. + ($(objpfx)distinfo): Depend on $(distribute). + * Make-dist: File removed. + + * NEWS: Fix a typo. Update bug-reporting instructions. + +2004-06-17 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/sched_setaffinity.c + (__sched_setaffinity_new): Set errno to EINVAL and return -1 if + cpuset is wrongly set. + +2004-06-15 Steven Munroe + + * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling + for POWER4 machines. + +2004-06-14 Jakub Jelinek + + [BZ #218] + * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next + in a local variable, point rp to that local variable afterwards. + +2004-06-11 Jakub Jelinek + + * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special + cases properly. + +2004-06-17 Ulrich Drepper + + * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct + error value for unknown interface. [BZ #198] + +2004-06-13 Jakub Jelinek + + * sysdeps/i386/bits/string.h (memcpy): Add () around arguments. + (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c, + __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory + the asm uses as its input, either of size __n where __n is known or + 0xfffffff. + (strstr): Add "memory" clobber. + +2004-06-14 Jakub Jelinek + + [BZ #219] + * nss/nsswitch.c (free_mem): Don't try to close a library handle + if the handle is invalid. Patch by David Kimdon . + +2004-06-11 Dmitry V. Levin + + [BZ #217] + * debug/xtrace.sh: Fix typo in error diagnostics. + +2004-06-14 Andreas Schwab + + * stdio-common/psignal.c (psignal): Don't use BUF when asprintf + failed. + +2004-06-15 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto + that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto + that clobbers r19. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto + that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: + Fix setting of sigcontext.v_regs. Fix pasto that clobbers r19. + Fix pasto that overflowed sigcontext.v_reserve. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: + Fix pasto that clobbers r19. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting + of sigcontext.v_regs. Fix pasto that clobbers r19. Fix pasto that + overflowed sigcontext.v_reserve. + +2004-05-04 H.J. Lu + + [BZ #150] + * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r." + instead of ".gnu.linkonce.ro." as the prefix for linkonce + read-only section name. + +2004-06-14 Richard Henderson + + * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp". + (_ITOFT, _FTOIT, _ITOFT2): Likewise. + +2004-06-08 Jakub Jelinek + + * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED. + (unwind_backtrace, unwind_getip): Define #ifndef SHARED. + (__backtrace): Don't call init #ifndef SHARED. + * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED. + (unwind_backtrace, unwind_getip): Define #ifndef SHARED. + (__backtrace): Don't call init #ifndef SHARED. + * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED. + (unwind_backtrace, unwind_getip): Define #ifndef SHARED. + (__backtrace): Don't call init #ifndef SHARED. + +2004-06-11 Roland McGrath + + * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian. + From Krzysztof Halasa . + +2004-06-10 Jakub Jelinek + + * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14. + +2004-06-08 Jakub Jelinek + + [BZ #199] + * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc + succeeds. Reported by Miles Ohlrich . + + * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc + fails. Avoid memory leak if realloc fails. + +2004-06-09 Jakub Jelinek + + * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is + NULL, "" or contains '=' character in it. Reported by + Michael T Kerrisk . + * stdlib/tst-environ.c: Include errno.h. + (main): Add tests for these arguments to setenv/unsetenv. + +2004-06-07 Roland McGrath + + * NEWS: Update bug reporting instructions. Fix some typos. + +2004-06-05 Ulrich Drepper + + * stdio-common/_itoa.h: Don't expand _itoa inline for libc. + * stdio-common/_itoa.c: Add _itoa implementation. + + * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation + to also send request. Add parameter to allow this. + Change callers. + * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller. + * nscd/nscd_getpw_r.c: Likewise. + * nscd/nscd-client.h: Change __nscd_open_socket prototype. + +2004-06-05 Andreas Jaeger + + * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): + Handle more than 6 args correctly. Based on a patch by Masahide + Washizawa . + +2004-06-04 Ulrich Drepper + + * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts + in all places, not __nss_not_use_nscd_group. + Reported by Philippe Gregoire. + +2004-06-03 Ulrich Drepper + + * sysdeps/i386/i486/bits/atomic.h: Optimize a bit. + +2004-05-07 Dmitry V. Levin + + * argp/argp-help.c (__argp_error, __argp_failure): Check result + of __asprintf call and don't use string if it failed. + * stdio-common/psignal.c (psignal): Likewise. + * locale/programs/localedef.c (more_help): Likewise. + * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list, + arg_bool, parse_line): Check result of __asprintf calls and + don't use string if they failed. + * sunrpc/svc_simple.c (registerrpc, universal): Likewise. + * elf/ldconfig.c (parse_conf_include): Check result of __asprintf + call and exit if it failed. + +2004-05-10 Jakub Jelinek + + * sysdeps/posix/sysconf.c (__sysconf) : Return _POSIX_* value instead of 1. + * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) + : Return _POSIX_VERSION instead of 1. + +2004-05-07 Jeroen Dekkers + + * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add + -momit-leaf-frame-pointer. + + * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with + #ifdef AF_PACKET. + + * sysdeps/mach/hurd/getcwd.c + (_hurd_canonicalize_directory_name_intern): Only realloc when + size is <= 0. + + * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset + isn't page aligned. + + * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to + new size. + + * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read, + __libc_write and __libc_lseek64. + +2004-05-29 Roland McGrath + + * elf/Makefile (shared-only-routines): Add dl-caller. + +2004-05-28 Ulrich Drepper + + * sysdeps/powerpc/configure.in: New file. + +2004-05-28 Steven Munroe + + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine + "altivec" to enable VMX instructions. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise. + +2004-05-27 Jakub Jelinek + + * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using + __builtin_expm1l for GCC 3.5+. + (__expl): Define using __builtin_expl for GCC 3.4+. + (exp, expf, expl): Don't define for GCC 3.4+. + (tan, tanf, tanl): Don't define for GCC 3.5+. + (__atan2l): Define using __builtin_atan2l for GCC 3.4+. + (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__. + (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__. + (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99. + (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define + for GCC 3.4+. + (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl): + Don't define for GCC 3.5+. + (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__. + (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't + define for GCC 3.5+. + (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__. + * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't + define for GCC 3.2+. + +2004-05-27 Jakub Jelinek + + * string/bits/string2.h (__bzero): Define even for GCC 3.0+. + * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def. + * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise. + * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise. + * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise. + * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise. + * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise. + * sysdeps/i386/stpcpy.S (stpcpy): Likewise. + * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise. + * sysdeps/generic/stpcpy.c (stpcpy): Likewise. + * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise. + * sysdeps/i386/i586/memcpy.S (memcpy): Remove + libc_hidden_builtin_def if MEMPCPY_P. + * sysdeps/x86_64/memcpy.S (memcpy): Likewise. + * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def. + * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise. + * sysdeps/generic/mempcpy.c (mempcpy): Likewise. + * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise. + +2004-05-26 Roland McGrath + + * sysdeps/generic/bits/in.h + (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed. + These are long obsolete in BSD systems where they originated. + * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*' + +2004-05-26 Jakub Jelinek + + * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto. + * string/bits/string2.h (memset): Disable macro for GCC 3.0+. + (__mempcpy): Use __builtin_mempcpy for GCC 3.4+. + (strchr): For GCC 3.2+, only use __rawmemchr if second argument is + constant '\0' and first argument is not constant. + (__stpcpy): Use __builtin_stpcpy for GCC 3.4+. + (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant. + For GCC 3.2+ use __builtin_strncpy. + (strncat): For GCC 3.2+ use __builtin_strncat. + (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are + constant. + (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function + if both arguments are constant. + +2004-05-26 Ulrich Drepper + + * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4 + mapped addresses in gethostbyaddr. + +2004-05-25 Ulrich Drepper + + * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and + flags parameter, convert afp to simple int parameter. Adjust code. + typep was never != NULL and flags therefore also unused. *afp is + never modified. + * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype. + * nss/getXXbyYY.c: Remove HAVE_TYPE handling. Adjust af parameter + handling for __nss_hostname_digits_dots calls. + * nss/getXXbyYY_r.c: Likewise. + + * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE. + +2004-05-25 Steven Munroe + + * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so. + * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES] + (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction. + (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction. + * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved + implementation from w_sqrt.c. + * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved + implementation from w_sqrtf.c. + * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation + using inline __ieee754_sqrt(). + * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation + using inline __ieee754_sqrtf(). + * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include + independent of __ASSEMBLER__. + * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define + PPC_FEATURE_* independent of __ASSEMBLER__. + +2004-05-25 Jakub Jelinek + + * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h + include. + (aio_start_notify_thread): Define if not defined. + (notify_func_wrapper): Use it. + * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h + include. + (aio_create_helper_thread): Define if not defined. + (__aio_create_helper_thread): New function. + (__aio_enqueue_request): Use aio_create_helper_thread. + + * nis/ypclnt.c (ypall_data, ypall_foreach): Remove. + (struct ypresp_all_data): New type. + (__xdr_ypresp_all): Change second argument to + struct ypresp_all_data *. Replace ypall_foreach and + ypall_data with objp->foreach and objp->data. + (yp_all): Remove status variable, add data. Replace + all uses of status with data.status. Initialize data.foreach + and data.data instead of ypall_foreach and ypall_data. + +2004-05-24 Jakub Jelinek + + * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit + in l_flags_1, not in l_flags. + +2004-04-10 Robert Millan + + * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync + with sysdeps/generic/bits/in.h. + +2004-05-25 Roland McGrath + + * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from + GCC GPL to standard glibc LGPL. + +2004-05-24 Ulrich Drepper + + * manual/string.texi (Copying and Concatenation): Fixed second + concat example. + Reported by Fabian Pietsch . + +2004-05-23 Ulrich Drepper + + * malloc/obstack.c: Don't allow linking with _obstack. + +2004-05-23 Andreas Schwab + + * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead + of separate "m" constraints. + +2004-05-15 Chris Demetriou + + * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE) + (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32 + and 64 ABIs, save and restore regs $10 and $11 (a6 and a7). + +2004-05-20 Paul Eggert + + * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used. + Add comment explaining why libc still defines it. + +2004-05-19 Paul Eggert + + * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast, + obstack_alignment_mask, obstack_alloc, obstack_base, + obstack_blank, obstack_blank_fast, obstack_chunk_size, + obstack_copy, obstack_copy0, obstack_finish, obstack_grow, + obstack_grow0, obstack_init, obstack_int_grow, + obstack_int_grow_fast, obstack_make_room, obstack_memory_used, + obstack_next_free, obstack_object_size, obstack_ptr_grow, + obstack_ptr_grow_fast, obstack_room): Remove declarations of + nonexistent functions. + +2004-05-18 Steven Munroe + + * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include + independent of __ASSEMBLER__. + [PIC]: Redundent for powerpc64, removed. + (ENTRY): Generate size and alignment for opd entry. + (EALIGN): Generate size and alignment for opd entry. + (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE. + (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE. + +2004-05-19 Ulrich Drepper + + * misc/regexp.h: Say the functions have been withdrawn. + + * wcsmbs/tst-wcpncpy.c: Add more tests. + +2004-05-18 Roland McGrath + + * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to + standard glibc LGPL. + * sysdeps/generic/unwind-dw2.c: Likewise. + * sysdeps/generic/unwind-dw2-fde.c: Likewise. + * sysdeps/generic/unwind-dw2-fde.h: Likewise. + * sysdeps/generic/unwind-pe.h: Likewise. + +2004-05-15 Petter Reinholdtsen + + * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND + MONTENEGRO" which have taken over the code 819. Patch from + Danilo Segan. [BZ #40] + +2004-05-15 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h + (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to + __sparc_get_pic_l7. + +2004-05-15 Joseph S. Myers + + * catgets/gencat.c: Update bug reporting instructions. + * csu/version.c: Likewise. + * debug/catchsegv.sh: Likewise. + * debug/pcprofiledump.c: Likewise. + * debug/xtrace.sh: Likewise. + * elf/ldd.bash.in: Likewise. + * iconv/iconv_prog.c: Likewise. + * iconv/iconvconfig.c: Likewise. + * locale/programs/locale.c: Likewise. + * locale/programs/localedef.c: Likewise. + * login/programs/pt_chown.c: Likewise. + * malloc/memusage.sh: Likewise. + * malloc/memusagestat.c: Likewise. + * malloc/mtrace.pl: Likewise. + * manual/crypt.texi: Likewise. + * manual/install.texi: Likewise. + * nss/makedb.c: Likewise. + +2004-05-14 Jakub Jelinek + + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only + CHECK_STATIC_TLS if sym != NULL. + * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise. + * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise. + +2004-05-12 Andreas Schwab + + * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs + when translating. + +2004-05-13 H.J. Lu + + * Rules (xtests): Depend on tests. + +2004-05-13 Jakub Jelinek + + * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if + count is negative, yet write_ptr < write_end. + (_IO_default_xsgetn): Avoid one underflow per char if count is + negative, yet read_ptr < read_end. + +2004-05-12 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS + equal to TAB3. + +2004-05-12 Ulrich Drepper + + * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror + call. + +2004-05-10 Roland McGrath + + * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "". + (__hurd_directory_name_split): Likewise. + +2004-05-10 Ulrich Drepper + + * po/fr.po: Update from translation team. + +2004-05-10 Andreas Jaeger + + * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): + Correctly compute alignment. + Patch by Michael Matz . + +2004-05-09 Ulrich Drepper + + * sysdeps/generic/sigpause.c: Prevent sigpause prototype. + * sysdeps/posix/sigpause.c: Likewise. + * signal/signal.h: Don't define sigpause macro unless needed. + +2004-05-08 Jakub Jelinek + + * configure.in (libc_cv_libgcc_s_suffix): New check. + (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix. + * config.make.in (libgcc_s_suffix): Set. + * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix). + +2004-05-08 Ulrich Drepper + + * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred. + +2004-04-29 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1, + LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6): + Load argument values into temporary variables. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1, + LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6): + Likewise. + +2004-05-07 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c + need to be compiled with exceptions. + +2004-05-06 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling. + * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling. + + * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that + realloc cannot fail. + + * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot + be expanded. + + * nis/nis_table.c: Clean up memory handling. + * nis/nis_subr.c (nis_getnames): Clean up memory handling. + * nis/nis_removemember.c (nis_removemember): Add comment + explaining use of realloc. + + * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL. + (carg): Likewise. + Patch by Lev S Bishop . + + * math/bug-tgmath1.c (main): Test fabs and carg as well. + +2004-05-06 Richard Henderson + + * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE, + AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New. + * sysdeps/unix/sysv/linux/alpha/Versions: Export + __libc_alpha_cache_shape as a private symbol. + * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file. + * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file. + +2004-05-06 Richard Henderson + + * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New. + * sysdeps/alpha/divl.S: Use them. + * sysdeps/alpha/divq.S: Likewise. + * sysdeps/alpha/divqu.S: Likewise. + * sysdeps/alpha/reml.S: Likewise. + * sysdeps/alpha/remq.S: Likewise. + * sysdeps/alpha/remqu.S: Likewise. + +2004-05-06 Ulrich Drepper + + * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define. + (cimag): Use it. + (creal): Likewise. + * math/Makefile (tests): Add bug-tgmath1. + * math/bug-tgmath1.c: New file. + +2004-05-05 Jakub Jelinek + + * sysdeps/alpha/atomicity.h: Remove. + * sysdeps/generic/atomicity.h: Remove. + +2004-05-05 H.J. Lu + + * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to + char *. + +2004-04-22 David Mosberger + + * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention + rt-sysdep. + * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file. + + * sysdeps/ia64/strcat.c: New file. + * sysdeps/ia64/strcat.S: Delete. + +2004-05-04 Jakub Jelinek + + * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove + defined. + +2004-04-23 Jakub Jelinek + + * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add + libc_hidden_proto. Define to __GI___libm_error_support for + assembly going into libc.so. + * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add + libc_hidden_def. + + * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define. + * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove. + + * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access + gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno + if USE___THREAD. + +2004-05-03 Jakub Jelinek + + * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if + __USE_BSD or __USE_UNIX98. + * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN): + Likewise. + * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise. + * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise. + +2004-05-01 Jakub Jelinek + + * posix/Versions (libc): Remove __libc_wait, __libc_waitpid, + __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64, + __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE. + * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE. + * sysdeps/unix/sysv/linux/Versions (libc): Remove + __libc_sigaction@@GLIBC_PRIVATE. + * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove + __modify_ldt@@GLIBC_PRIVATE. + * socket/Versions (libc): Remove __libc_accept, __libc_send, + __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv, + __libc_sendto and __libc_connect @@GLIBC_PRIVATE. + * stdio-common/Versions (libc): Remove + _itoa_upper_digits@@GLIBC_PRIVATE. + * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE. + * misc/Versions (libc): Remove __libc_fsync, __libc_msync, + __libc_readv and __libc_writev @@GLIBC_PRIVATE. + * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE. + * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read, + __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and + __libc_lseek64 @@GLIBC_PRIVATE. + +2004-04-30 Jakub Jelinek + + * elf/dl-load.c (open_verify): Move e_phentsize check after e_type + check. + +2004-04-29 Steven Munroe + + * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed. + * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed. + * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file. + + * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX + mantissa for AIX long double format. + * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX + long double format. + * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise. + * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024] + (_fpioconst_pow10): AIX long double format has same exponent range as + double. + * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024] + (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range + as double. + +2004-04-23 Art Haas + + * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'. + +2004-04-28 Carlos O'Donell + + * sysdeps/unix/sysv/linux/mq_getattr.c: Include . + * sysdeps/unix/sysv/linux/mq_notify.c: Likewise. + * sysdeps/unix/sysv/linux/mq_open.c: Likewise. + * sysdeps/unix/sysv/linux/mq_receive.c: Likewise. + * sysdeps/unix/sysv/linux/mq_send.c: Likewise. + +2004-04-29 Philip Blundell + + * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT + entries. + +2004-04-29 Jakub Jelinek + + * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix + prototypes and description [BZ #131]. + + * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130]. + Patch by Ed Catmur . + * string/tst-inlcall.c (main): Add test for strpbrk. + + [BZ #140] + * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h + include. + (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not + yet defined, #undef back after including linux/sysctl.h if defined + here. + (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef + back after including linux/sysctl.h if defined here. + + * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31 + for single precision register, add it to __asm clobbers [BZ #139]. + * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31 + for single precision register, add it to __asm clobbers. + * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox + instead of fqtoi in QP_HANDLE_EXCEPTIONS. + * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise. + Reported by M. H. VanLeeuwen . + +2004-04-23 Andreas Schwab + + * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use + __attribute_used__. + +2004-04-22 Philip Blundell + + * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE + when calling _dl_signal_error. + (elf_machine_rel): Likewise. + +2004-04-21 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp + and use it internally instead of __sigsetjmp. + * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f. + * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l. + * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4. + * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f. + * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l. + * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4. + * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4, + _GI___libm_frexp_4f, _GI___libm_frexp_4l. + * sysdeps/ia64/fpu/bits/mathinline.h: New file. + * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use + HIDDEN_JUMPTARGET for exit call. + * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for + _exit call. + * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call. + * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and + strcpy calls. + +2004-04-21 Jakub Jelinek + + * posix/tst-chmod.c (do_test): Fix a typo. + + * elf/lateglobal.c (main): Fix error checks. + Patch by Stephen Clarke . + + * manual/ctype.texi (isblank, iswblank): Mark as ISO functions, + mention they have been added in ISO C99. + Reported by Ben Pfaff . + +2004-03-31 H.J. Lu + + * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo. + +2004-04-20 Jakub Jelinek + + * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into + EACCES. + +2004-04-20 Jakub Jelinek + + * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace + handling change. + * stdio-common/tst-sscanf.c (int_tests): Adjust. + + * nis/nss-nis.c: Include stdlib.h. + + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a + warning. + * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from + libc_hidden_builtin_def. + +2004-04-20 Jim Meyering + + * misc/error.c (error_tail): Don't leak upon realloc failure. + +2004-04-20 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable): + Use RETURN_ADDRESS instead of __builtin_return_address. + +2004-04-19 Ulrich Drepper + + * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more + compact code. + +2004-04-20 Jakub Jelinek + + * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace, + do input_error () instead of conv_error () and don't look at errno. + Don't eat any whitespace before %% if skip_space == 0. + * stdio-common/tst-sscanf.c (int_tests): New array. + (main): Run int_tests. + + +See ChangeLog.14 for earlier changes. diff --git a/ChangeLog.16 b/ChangeLog.16 new file mode 100644 index 0000000000..c6d036d484 --- /dev/null +++ b/ChangeLog.16 @@ -0,0 +1,13478 @@ +2006-05-03 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c: Implement configuration file + handling. /etc/gai.conf can contain replacements for the label + and precedence table. Fix byte order of default label and + precedence table. + * posix/gai.conf: New file. + * posix/tst-rfc3484.c: Adjust for changes to getaddrinfo.c. + * posix/tst-rfc3484-2.c: Likewise. + +2006-05-02 Ulrich Drepper + + [BZ #1201] + * posix/regex.h: g++ still cannot handled [restrict]. + + [BZ #2509] + * stdio-common/vfprintf.c (process_arg): Fix reading of signed + short and byte values from parameter list. + * stdio-common/tst-printf.c (main): Add more tests. + * stdio-common/tst-printf.sh: Adjust for tst-printf.c change. + + * iconvdata/testdate/MIK: Fix format to match expected output. + + [BZ #2632] + * nscd/connections.c (nscd_init): Correct initialization of + in-memory database structure. + +2006-05-02 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value. + * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. + +2006-05-01 Ulrich Drepper + + [BZ #2502] + * iconvdata/utf-7.c: Don't require more than one character after + the '+' sign starting Unicode shifted sequences. + + * misc/tsearch.c (__tdelete): Remove unnecessary test + [Coverity CID 75]. + + * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Print error + message for invalid DWARF data instead of crashing. + + * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Don't try to + free outkey in error case when batch_read is set. + + * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't try to + free outkey in error case when batch_read is set [Coverity CID 196]. + + [BZ #2517] + * misc/sys/queue.h: Update to more recent version. + +2006-05-01 Alexander Shopov + + [BZ #2625] + * iconvdata/Makefile (modules): Added MIK. + (distribute): Added mik.c. + (gen-8bit-gap-modules): Added mik. + * iconvdata/TESTS: Added MIK. + * iconvdata/gconv-modules: Added MIK. + * iconvdata/tst-tables.sh: Added MIK. + * iconvdata/mik.c: New file. + * iconvdata/testdata/MIK: New file. + * iconvdata/testdata/MIK..UTF8: New file. + +2006-04-30 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): Move state change + notification... + (lose): ...to here. + + * posix/Makefile (tests): Add tst-getaddrinfo3. + * posix/tst-getaddrinfo3.c: New file. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Add parenthesis in test + for better readability. + + * nscd/nscd.h (struct database_dyn): Change filename to an array + to avoid relocations. + + * elf/ldd.bash.in: If --verify loop fails to find a dynamic linker + for the file don't just try the first one listed in RTLDLIST + again. We already have the status. + + * nis/nss_nisplus/nisplus-publickey.c (parse_grp_str): PIDLIST is + supposed to have NGRPS elements. + + * nis/nss_nisplus/nisplus-parser.c: Minor optimizations and + cleanups. Avoid copying data if it can be used in the old place. + +2006-04-29 Ulrich Drepper + + * nis/nss_nisplus/nisplus-ethers.c: Add missing null pointer check. + * nis/nss_nisplus/nisplus-hosts.c: Likewise. + * nis/nss_nisplus/nisplus-network.c: Likewise. + * nis/nss_nisplus/nisplus-proto.c: Likewise. + * nis/nss_nisplus/nisplus-rpc.c: Likewise. + * nis/nss_nisplus/nisplus-service.c: Likewise. + * nis/nss_nisplus/nisplus-spwd.c: Likewise. + + * nis/nisplus-parser.h (_nss_nisplus_parse_pwent): Add entry + parameter. + (_nss_nisplus_parse_pwent_chk): New prototype. + * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent): + Add entry parameter. Use it for column value in all accesses. + Move checks for well-formed reply to... + (_nss_nisplus_parse_pwent_chk): ...here. New function. + * nis/nss_nisplus/nisplus-pwd.c: Support SETENT_BATCH_READ option. + + * nis/nss_nisplus/nisplus-parser.c: Some cleanups. Remove + hidden_def definitions. + * nis/nisplus-parser.h: Add parameter names. Remove hidden_proto + definitions. + +2006-04-28 Ulrich Drepper + + * nis/nss_nis/nis-spwd.c (internal_nis_getspent_r): Remove data + variable. + + * nis/nss-nis.h: Define response_t and intern_t. Declare _nis_saveit. + * nis/nss_nis/nis-pwd.c: Remove response_t and intern_t definition. + (saveit): Renamed to _nis_saveit. Take parameter which is pointer + to the intern_t object. Change all users. + * nis/nss_nis/nis-grp.c: Remove response_t, intern_t, and saveit + definition. Use _nis_saveit instead of saveit. + * nis/nss_nis/nis-service.c: Likewise. + * nis/nss_nis/nis-initgroups.c: Likewise. + (internal_setgrent): Adjust for buffer handling. + (internal_getgrent_r): Likewise. + * nis/nss_nis/nis-rpc.c: Likewise. + + * nis/nss-default.c (vars): Add SETENT_BATCH_READ. + * nis/nss: Document SETENT_BATCH_READ. + * nis/libnsl.h: Define NSS_FLAG_SETENT_BATCH_READ. + * nis/nss_nis/nis-service.c (saveit): Don't add NUL byte if the + string is already NUL terminated. + (internal_nis_endservent): No need to return anything. Change callers. + (internal_nis_setservent): One more initialization. + * nis/nss_nis/nis-pwd.c: Support SETENT_BATCH_READ option. + * nis/nss_nis/nis-grp.c: Likewise. + + * nis/nss-default.c (init): Rewrite parser to get the variables + from a table. + + * nis/nss_nis/nis-service.c: Avoid passing pointer to static + variable around. Reduce number of memory allocations by creating + list of memory pools. + + * nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in string + handling. Fix typo in comment. + +2006-04-27 Ulrich Drepper + + * nscd/connections.c (restart): If we want to switch back to the + old ID use setresuid and setresgid. + (finish_drop_privileges): Likewise. + +2006-04-27 Jakub Jelinek + + * nscd/nscd.conf: Fix a typo. + +2006-04-27 Ulrich Drepper + + [BZ #2611] + * stdio-common/renameat.c (renameat): Fix typo. + +2006-04-27 Jakub Jelinek + + * nscd/connections.c (sighup_handler): Only run prune_cache on + enabled databases. + +2006-04-26 Roland McGrath + + * Makeconfig (%.v.i rule): Don't use -DASSEMBLER. + The predefined __ASSEMBLER__ is sufficient. + +2006-04-26 Ulrich Drepper + + [BZ #1386] + * iconvdata/ibm932.c: Change mapping to allow round-trips. + * iconvdata/ibm943.c: Likewise. + Patch by Masahide Washizawa . + + * sysdeps/unix/sysv/linux/syscalls.list: Add vmsplice. + * sysdeps/unix/sysv/linux/Versions: Export vmsplice@@GLIBC_2.5. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Declare vmsplice. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. + + * sysdeps/unix/sysv/linux/bits/uio.h: Fix a typo in a comment. + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused + errors not to be reported. + + * nscd/nscd.h (struct database_dyn): Add propagate field. + * nscd/nscd_conf.c (nscd_parse_file): Parse auto-propagate lines. + * nscd/nscd.conf: Add auto-propagate lines. + * nscd/connections.c (dbs): Initialize .propagate fields. + * nscd/grpcache.c (cache_addgr): Do not add ID entry for name lookups + and vice versa if propagation is disabled for the database. + * nscd/pwdcache.c (cache_addpw): Likewise. + +2006-04-26 James Antill + Ulrich Drepper + + * config.make.in: Add have-libcap. + * configure.in: Check for libcap. + * nscd/Makefile (selinux-LIBS): Add -lcap if possible. + * nscd/connections.c (finish_drop_privileges): When libcap is available + call preserve_capabilities and install_real_capabilities. + * nscd/selinux.c: Define preserve_capabilities and + install_real_capabilities. + * nscd/selinux.h: Declare preserve_capabilities and + install_real_capabilities. + +2006-04-26 Ulrich Drepper + + * locale/iso-4217.def: Update. + +2006-04-25 Ulrich Drepper + + [BZ #2420] + * stdlib/strfmon_l.c (__vstrfmon_l): Fix handling of ! modifier. + * localedata/Makefile: Add rules to build and run tst-strfmon1. + * localedata/tst-strfmon1.c: New file. + + [BZ #2571] + * nscd/nscd_helper.c (__nscd_get_map_ref): Make mapptr argument a + volatile pointer so that the mapptr->mapped value is re-read after + the lock is retrieved. + * nscd/nscd-client.h: Update __nscd_get_map_ref prototype. + + * include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to + 200112L. + + * resolv/res_hconf.c: Minor surgery to 'cmd' and the referenced + functions to avoid relocations. + + [BZ #2389] + * resolv/res_hconf.c: Remove 'order' parsing. Just ignore the line. + * resolv/res_hconf.h: Remove Name_Service definition. + (struct hconf): Replace service related fields with placeholders. + + [BZ #2386] + * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stack + pointers to match other architectures. + * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (tests): Add + tst-clone. + * sysdeps/unix/sysv/linux/tst-clone.c: New file. + + [BZ #2072] + * stdio-common/printf_fp.c: Fix potential memory leaks for + malloc'ed wbuffer which isn't freed in error conditions. + + [BZ #2569] + * iconv/gconv_db.c (__gconv_release_step): Fix condition of assert + call. + * iconvdata/Makefile (tests): Add tst-iconv6. + * iconvdata/tst-iconv6.c: New file. + +2006-04-24 Ulrich Drepper + + * posix/tst-rfc3484.c (do_test): Also initialize source_addr_flags + field. + * posix/tst-rfc3484-2.c (do_test): Likewise. + + * posix/tst-rfc3484.c: Include early. + * posix/tst-rfc3484-2.c: Likewise. + + * version.h (VERSION): Bump to 2.4.90 for the trunk. + +2006-04-24 Jakub Jelinek + + * malloc/arena.c (ptmalloc_init): Don't call __malloc_check_init + if MALLOC_CHECK_ env var contains an empty string. + +2006-04-24 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai. + +2006-04-24 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): Use + __LONG_LONG_PAIR macro. + + * posix/bits/unistd.h (__readlinkat_chk): New prototype. + (__readlinkat_alias): New alias. + (readlinkat): New inline function. + * include/unistd.h (readlinkat): Add libc_hidden_proto. + * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Add + libc_hidden_def. + * io/readlinkat.c (readlinkat): Likewise. + * debug/readlinkat_chk.c: New file. + * debug/Makefile (routines): Add readlinkat_chk. + * debug/Versions (libc): Export __readlinkat_chk@@GLIBC_2.5. + * debug/tst-chk1.c (do_test): Add readlinkat tests. + +2006-04-23 Ulrich Drepper + + * nis/nss_nisplus/nisplus-netgrp.c: Cleanups. + + [BZ #1951] + * sysdeps/posix/sigset.c (sigset): Return correct value reflecting + previous signal state. + * signal/Makefile (tests): Add tst-sigset2. + * signal/tst-sigset2.c: New file. + +2006-04-21 Jakub Jelinek + + * argp/argp.h (__option_is_short): Check upper limit of + __key. isprint() requires its argument to have the value + of an unsigned char or EOF. + Patch by Sergey Poznyakoff . + +2006-04-21 Ulrich Drepper + + [BZ #2534, BZ #2535] + * posix/regex.h: Remove obsolete comment and special + handling for VMS. + + * iconvdata/ibm437.c: Define HAS_HOLES to 0. + * iconvdata/ibm861.c: Likewise. + * iconvdata/ibm862.c: Likewise. + * iconvdata/ibm863.c: Likewise. + * iconvdata/ibm865.c: Likewise. + Reported by . + +2006-04-19 Ulrich Drepper + + * include/ifaddrs.h: Get uint32_t definition. + * posix/tst-rfc3484.c: Update fake __check_pf implementation. + * posix/tst-rfc3484-2.c: Likewise. + + * sysdeps/unix/sysv/linux/kernel-features.h: Define + __ASSUME_PROC_SELF_FD_SYMLINK. + * sysdeps/unix/sysv/linux/ttyname.c: Cleanups. Avoid compatibility + code is possible. Move compatibility code in .text.compat section. + * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise. + +2006-04-18 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop + over gaih array. There is only one function to call in the moment. + +2006-04-16 Ulrich Drepper + + * include/ifaddrs.h: Define struct in6addrinfo. + Add two more parameters to __check_pf. + * sysdeps/unix/sysv/linux/check_pf.c: When using the netlink + interface, determine whether IPv6 addresses are deprecated or + temporary. Create array of those addresses. + * inet/check_pf.c: Always tell caller there are no depracated + and temporary addresses. + * sysdeps/posix/getaddrinfo.c: Pretty printing. + (struct sort_result): Add source_addr_flags field. + (rfc3484_sort): Implement rule 3 and 7. + (in6aicmp): New function. + (getaddrinfo): Call __check_pf also when we need info about IPv6 + source addresses. When creating array for sorting addresses, + look up deprecated and temporary addresses returned by __check_pf + and add flag if necessary. + +2006-04-15 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6 + mapped addresses. + * posix/Makefile (tests): Add tst-rfc3484-2. + * posix/tst-rfc3484-2.c: New file. + + * nis/nss_nisplus/nisplus-publickey.c: Minor cleanups throughout. + * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_parse_servent): + Significant cleanups. Correct adjustment for pointer array. + * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent): + Likewise. + * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_parse_protoent): + Likewise. + * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_parse_netent): + Likewise. + * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent): + Likewise. + +2006-04-14 Ulrich Drepper + + * sysdeps/unix/sysv/linux/syscalls.list: Add tee syscall. + * sysdeps/unix/sysv/linux/Versions: Export tee@GLIBC_2.5. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Add prototype for tee. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. + + * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent): + Minor cleanups. NUL terminate name string. + + * nis/Versions: No need to export _nss_nisplus_parse_grent, + _nss_nisplus_parse_pwent, and _nss_nisplus_parse_spent. + + * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_parse_aliasent): + Avoid unnecessary allocation. Fix adjustment for pointer value. + + * nis/nss_nisplus/nisplus-parser.c: Cleanups, use NIS_RES_* + macros. Avoid unnecessary allocation. + + * sysdeps/unix/sysv/linux/sync_file_range.c: New file. + +2006-04-13 Ulrich Drepper + + * nis/Makefile (libnsl-routimes): Add nss-default. + * nis/Versions (libnsl) [GLIBC_PRIVATE]: Export _nsl_default_nss. + * nis/nss-nis.c: Move /etc/default/nss handling to... + * nis/nss-default.c: ...here. New file. + * nis/libnsl.h: New file. + * nis/nss-nis.h: Remove NSS_FLAG_* definitions and _nis_default_nss + plus auxilary definitions. + * nis/nss_nis/nis-initgroups.c: Use _nsl_default_nss instead of + _nis_default_nss. + * nis/nss_nis/nis-service.c: Likewise. + +2006-04-07 Steven Munroe + + * sysdeps/powerpc/fpu/bits/mathinline.h + [__WORDSIZE == 64 || _ARCH_PWR4]: Define __CPU_HAS_FSQRT. + (__ieee754_sqrt): Fix comment. + (__ieee754_sqrtf): Fix comment. + * sysdeps/powerpc/fpu/e_sqrt.c (__ieee754_sqrt): Fix comment. + Check __CPU_HAS_FSQRT instead of dl_hwcap. + * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise. + +2006-04-08 Ulrich Drepper + + * inet/inet_ntoa.c: Rewrite to use TLS instead of TSD. + + * nis/nss_nis/nis-alias.c: Optimize use of yperr2nss. Avoid calling + it for YPERR_SUCCESS. Minor cleanups. Add __builtin_expect. + * nis/nss_nis/nis-ethers.c: Likewise. + * nis/nss_nis/nis-grp.c: Likewise. + * nis/nss_nis/nis-hosts.c: Likewise. + * nis/nss_nis/nis-initgroups.c: Likewise. + * nis/nss_nis/nis-netgrp.c: Likewise. + * nis/nss_nis/nis-network.c: Likewise. + * nis/nss_nis/nis-proto.c: Likewise. + * nis/nss_nis/nis-publickey.c: Likewise. + * nis/nss_nis/nis-pwd.c: Likewise. + * nis/nss_nis/nis-rpc.c: Likewise. + * nis/nss_nis/nis-service.c: Likewise. + * nis/nss_nis/nis-spwd.c: Likewise. + + * nis/nis_ping.c: Remove unnecessary conditionals before + nis_freeresult calls. + * nis/nis_ismember.c: Likewise. + + * elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD. + Reported by genesh@comcast.net. + + * io/fts.c (fts_build): Call fts_lfree in the two error cases + after the loop [Coverity CID 187]. + + * nis/nis_getservlist.c (nis_getservlist): Also free lookup result + in error case [Coverity CID 189]. + + * nis/nis_getservlist.c (nis_getservlist): One more free call + needed [Coverity CID 190]. + +2006-04-07 Jakub Jelinek + + * sysdeps/generic/unwind-dw2-fde.c (end_fde_sort): Remove + unnecessary test for accu->linear == NULL [Coverity CID 79]. + +2006-04-07 Ulrich Drepper + + * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_min + into a macro. Use preprocessor to decide how to initialize + attempts [Coverity CID 67]. + + * io/fts.c (fts_build): Comment out dead code [Coverity CID 68]. + + * sunrpc/rpc_parse.c (def_union): Comment out dead code + [Coverity CID 70]. + + * locale/programs/linereader.c (lr_token): Remove duplicate + handling of EOF [Coverity CID 71]. + + * locale/programs/ld-numeric.c (numeric_read) [case tok_grouping]: + We bail out early if ignore_content is set, so there is no need to + check it later again [Coverity CID 72]. + + * inet/inet6_option.c (inet6_option_find): Check *tptrp for NULL, + not tptrp [Coverity CID 73]. + + * inet/inet6_option.c (inet6_option_next): Check *tptrp for NULL, + not tptrp [Coverity CID 74]. + + * misc/tsearch.c (__tsearch): Don't rotate tree if memory + allocation failed [Coverity CID 78]. + +2006-04-07 Jakub Jelinek + + * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in + the last change. + +2006-04-07 Ulrich Drepper + + * inet/rexec.c (rexec_af): If we have no canonical name don't + proceed further [Coverity CID 86]. + + * iconv/iconv_charmap.c (process_fd): Initialize inptr from inbuf, + not to NULL [Coverity CID 88]. + +2006-04-06 Ulrich Drepper + + * elf/ldconfig.c (main): Use rawmemchr instead of strchr. + * nis/nis_call.c (rec_dirsearch): Likewise. + * nis/nis_local_names.c (nis_local_host): Likewise. + (nis_local_directory): Likewise. + * intl/explodename.c (_nl_explode_name): Likewise. + + * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Don't handle + DW_CFA_GNU_window_save if it obviously cannot work [Coverity CID 102]. + + * locale/programs/ld-address.c (address_finish): Fix conditions + for error messages [Coverity CID 104]. + + * libio/fmemopen.c (fmemopen): Free stream memory in case of + invalid length [Coverity CID 106]. + + * nss/nss_files/files-key.c (search): Close stream before + successful return [Coverity CID 107]. + + * io/fts.c (fts_open): Don't allocate parent if *argv==NULL + [Coverity CID 108]. + + * sunrpc/rpc_cout.c (inline_struct): Free sizestr after use + [Coverity CID 110, 109]. + + * sunrpc/rpc_scan.c (docppline): Free file string if it is not + going to be used [Coverity CID 111]. + + * sysdeps/unix/sysv/linux/getsourcefilter.c (getsourcefilter): Free + memory if socket level value cannot be retrieved [Coverity CID 112]. + + * nis/nis_clone_dir.c (nis_clone_directory): Free all memory in + error case [Coverity CID 114]. + + * nis/nis_clone_res.c (nis_clone_result): Free all memory in the + error cases [Coverity CID 115]. + + * sunrpc/rpc_parse.c (get_definition): Free defp if tok == + TOK_EOF [Coverity CID 116]. + + * sysdeps/unix/sysv/linux/setsourcefilter.c (setsourcefilter): Free + memory if socket level value cannot be retrieved [Coverity CID 117]. + + * elf/cache.c (save_cache): Initialize pad to avoid writing + uninitialized data to disk. + + * elf/cache.c (save_cache): Free file_entries_new [Coverity CID 118]. + + * intl/finddomain.c (_nl_find_domain): Avoid strdup of expand + locale name, use strdupa. Remove free call [Coverity CID 119]. + + * sunrpc/rpc_main.c (generate_guard): Avoid extra allocation and + the resulting leak [Coverity CID 121]. + + * sunrpc/rpc_main.c (mkfile_output): Free all allocated memory + [Coverity CID 122]. + + * sunrpc/rpc_main.c (h_output): Free guard after we are done + [Coverity CID 123]. + + * sunrpc/svc_udp.c (cache_set): Free victim if newbuf allocation + fails [Coverity CID 126]. + + * sunrpc/svc_udp.c (svcudp_enablecache): Free memory in error + cases [Coverity CID 127]. + + * nis/nis_table.c (__create_ib_request): Free ibreq in case strdup + fails [Coverity CID 128]. + + * nis/nis_getservlist.c (nis_getservlist): Free all memory in case + of an error [Coverity CID 130, 129]. + + * nis/nis_print_group_entry.c (nis_print_group_entry): If + nis_lookup call failed, return. Free lookup result in error + cases [Coverity CID 131]. + + * nis/nis_removemember.c (nis_removemember): Free all memory in + error cases [Coverity CID 132]. + + * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r): + Always free lookup result [Coverity CID 134]. + + * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r): + Always free lookup result [Coverity CID 135]. + + * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r): + Always free lookup result [Coverity CID 136]. + + * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r): + Before retrying, free old result [Coverity CID 137]. + + * nis/nss_nisplus/nisplus-publickey.c (_nss_nisplus_netname2user): + Free res in case UID is zero [Coverity CID 138]. + + * nis/ypclnt.c (yp_update): Always free master string + [Coverity CID 140]. + + * nis/nis_creategroup.c (nis_creategroup): Free all memory in + error cases [Coverity CID 143, 142, 141]. + + * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Free result + if yp_match call succeeded [Coverity CID 155]. + + * nis/nss_nis/nis-publickey.c (_nss_nis_getsecretkey): Free string + allocated in yp_match at all times [Coverity CID 157, 156]. + + * nscd/nscd.c (write_pid): Close stream also if writing failed + [Coverity CID 165]. + + * nis/nis_table.c (nis_add_entry): Move test for NULL parameter + ahead of first use [Coverity CID 167]. + + * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Move test + for NULL parameter ahead of first use [Coverity CID 168]. + + * intl/finddomain.c (_nl_find_domain): We never return NULL if we + found the locale [Coverity CID 169]. + + * inet/getnameinfo.c (getnameinfo): __getservbyport_r does not set + herrno [Coverity CID 178]. + + * nis/nis_checkpoint.c (nis_checkpoint): Don't access and returned + freed object [Coverity CID 182]. + +2006-04-05 Alan Modra + Jakub Jelinek + + * posix/bits/unistd.h (readlink, __readlink_chk, __readlink_alias): + Change return value to ssize_t. + +2006-04-04 Roland McGrath + + * string/Makefile (CFLAGS-inl-tester.c): New variable. + (CFLAGS-tst-inlcall.c): Likewise. + + [BZ #2508] + * nscd/Makefile ($(objpfx)nscd_stat.o: sysincludes): Move setting + inside [$(have-selinux) = yes]. + ($(objpfx)selinux.o: sysincludes): Likewise. + + * iconvdata/Makefile (generate-8bit-table): Use LC_ALL=C. + (generate-8bit-gap-table): Likewise. + ($(objpfx)iso8859-7jp.stmp): Likewise. + Reported by S.Çağlar Onur . + +2006-03-21 Joseph S. Myers + + * soft-fp/adddf3.c: Add libgcc exception. Update FSF address. + * soft-fp/addsf3.c: Likewise. + * soft-fp/addtf3.c: Likewise. + * soft-fp/divdf3.c: Likewise. + * soft-fp/divsf3.c: Likewise. + * soft-fp/divtf3.c: Likewise. + * soft-fp/double.h: Likewise. + * soft-fp/eqdf2.c: Likewise. + * soft-fp/eqsf2.c: Likewise. + * soft-fp/eqtf2.c: Likewise. + * soft-fp/extenddftf2.c: Likewise. + * soft-fp/extended.h: Likewise. + * soft-fp/extendsfdf2.c: Likewise. + * soft-fp/extendsftf2.c: Likewise. + * soft-fp/fixdfdi.c: Likewise. + * soft-fp/fixdfsi.c: Likewise. + * soft-fp/fixsfdi.c: Likewise. + * soft-fp/fixsfsi.c: Likewise. + * soft-fp/fixtfdi.c: Likewise. + * soft-fp/fixtfsi.c: Likewise. + * soft-fp/fixunsdfdi.c: Likewise. + * soft-fp/fixunsdfsi.c: Likewise. + * soft-fp/fixunssfdi.c: Likewise. + * soft-fp/fixunssfsi.c: Likewise. + * soft-fp/fixunstfdi.c: Likewise. + * soft-fp/fixunstfsi.c: Likewise. + * soft-fp/floatdidf.c: Likewise. + * soft-fp/floatdisf.c: Likewise. + * soft-fp/floatditf.c: Likewise. + * soft-fp/floatsidf.c: Likewise. + * soft-fp/floatsisf.c: Likewise. + * soft-fp/floatsitf.c: Likewise. + * soft-fp/floatundidf.c: Likewise. + * soft-fp/floatundisf.c: Likewise. + * soft-fp/floatunditf.c: Likewise. + * soft-fp/floatunsidf.c: Likewise. + * soft-fp/floatunsisf.c: Likewise. + * soft-fp/floatunsitf.c: Likewise. + * soft-fp/gedf2.c: Likewise. + * soft-fp/gesf2.c: Likewise. + * soft-fp/getf2.c: Likewise. + * soft-fp/ledf2.c: Likewise. + * soft-fp/lesf2.c: Likewise. + * soft-fp/letf2.c: Likewise. + * soft-fp/muldf3.c: Likewise. + * soft-fp/mulsf3.c: Likewise. + * soft-fp/multf3.c: Likewise. + * soft-fp/negdf2.c: Likewise. + * soft-fp/negsf2.c: Likewise. + * soft-fp/negtf2.c: Likewise. + * soft-fp/op-1.h: Likewise. + * soft-fp/op-2.h: Likewise. + * soft-fp/op-4.h: Likewise. + * soft-fp/op-8.h: Likewise. + * soft-fp/op-common.h: Likewise. + * soft-fp/quad.h: Likewise. + * soft-fp/single.h: Likewise. + * soft-fp/soft-fp.h: Likewise. + * soft-fp/sqrtdf2.c: Likewise. + * soft-fp/sqrtsf2.c: Likewise. + * soft-fp/sqrttf2.c: Likewise. + * soft-fp/subdf3.c: Likewise. + * soft-fp/subsf3.c: Likewise. + * soft-fp/subtf3.c: Likewise. + * soft-fp/truncdfsf2.c: Likewise. + * soft-fp/trunctfdf2.c: Likewise. + * soft-fp/trunctfsf2.c: Likewise. + * soft-fp/unorddf2.c: Likewise. + * soft-fp/unordsf2.c: Likewise. + * soft-fp/unordtf2.c: Likewise. + +2006-04-03 Steven Munroe + + [BZ #2505] + * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR4]: + Define atomic_read_barrier and __ARCH_REL_INSTR using lwsync. + +2006-04-03 Andreas Schwab + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Terminate FDE + before syscall. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise. + + * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Test for + with [! _ASM_POWERPC_ELF_H] as well as [!__PPC64_ELF_H]. + +2006-04-03 Roland McGrath + + [BZ #2507] + * mach/Machrules (.udeps-targets): New variable. + ($(objpfx)%.udeps static pattern rule): Use it to avoid \ inside + quoted string. + +2006-04-02 Ulrich Drepper + + [BZ #2501] + * nscd/nscd_helper.c (get_mapping): Rewrite code to send request + so it uses send and not writev. + + [BZ #2418] + * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX + and page size when allocating buffer. + + * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Document + msg_controllen type issue. + (struct cmsghdr): Same for cmsg_len. + +2006-04-01 Ulrich Drepper + + [BZ #2415] + * elf/ldd.bash.in: Create better error messages for invalid input + files. + + [BZ #2477] + * sysdeps/unix/sysv/linux/i386/sysdep.h: Create correct LOADARGS_* + macros for non-shared position-independent code. + + [BZ #2472] + * bits/siginfo.h: Fix typo in ILL_ILLOPN definition. + + [BZ #2450] + * posix/unistd.h: Match return value of readlink to what POSIX + says these days. + * io/readlink.c: Likewise. + * io/readlinkat.c: Likewise. + * sysdeps/unix/sysv/linux/readlinkat.c: Likewise. + + [BZ #2498] + * nscd/connections.c (main_loop_poll): If the connection cannot be + accepted because of user-imposed limits close the descriptor. + +2006-03-31 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Versions: Export sync_file_range with + GLIBC_2.5. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove + LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. + Declare sync_file_range and splice. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add + sync_file_range. + * sysdeps/unix/sysv/linux/i386/sync_file_range.S: New file. + * sysdeps/unix/sysv/linux/syscalls.list: Add splice syscall. + * sysdeps/unix/sysv/linux/Versions: Export splice with GLIBC_2.5 + version. + * Versions.def: Define GLIBC_2.5 for libc. + +2006-03-29 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicate + 'name' for 'canon'. The final allocation will happen later. + +2006-03-27 Ulrich Drepper + + * sysdeps/unix/sysv/linux/kernel-features.h: Remove support for + architectures which moved to ports. + + * sysdeps/unix/sysv/linux/kernel-features.h: Add + __ASSUME_SET_ROBUST_LIST. + +2006-03-27 Jakub Jelinek + + * wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++. + +2006-03-24 David S. Miller + + * sysdeps/sparc/sparc32/bits/atomic.h + (__v9_compare_and_exchange_val_32_acq): Add "memory" clobber. + * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h + (__arch_compare_and_exchange_val_32_acq, atomic_exchange_acq): + Likewise. + * sysdeps/sparc/sparc64/bits/atomic.h + (__arch_compare_and_exchange_val_32_acq, + __arch_compare_and_exchange_val_64_acq, atomic_exchange_acq): Likewise. + +2006-03-24 Jakub Jelinek + + * nis/nss_nisplus/nisplus-proto.c (_nss_create_tablename): Check the + return value of malloc rather than the static var again. + * nis/nss_nisplus/nisplus-grp.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-network.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-ethers.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-rpc.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-service.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-hosts.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-alias.c (_nss_create_tablename): Likewise. + * nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablename): Likewise. + +2006-03-25 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Add POLLMSG, + POLLREMOVE, and POLLRDHUP. + * sysdeps/unix/sysv/linux/bits/poll.h: Add POLLREMOVE and POLLRDHUP. + +2006-03-24 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define + LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. + * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. + +2006-03-17 Roland McGrath + + * elf/rtld.c (dl_main): Run final self-relocation after setting up TLS. + From Alexandre Oliva . + + * elf/tst-audit2.c: New file. + * elf/Makefile (tests): Add it. + ($(objpfx)tst-audit2.out): New target. + (tst-audit2-ENV): New variable. + + * elf/tst-leaks1.c: Include . + +2006-03-16 Roland McGrath + + * sysdeps/unix/sysv/linux/alpha/getcontext.S (__getcontext_x): + Use .set noat to quiet assembler warning. + + * math/gen-libm-test.pl (parse_args): Take function name for pretty + output as an argument. + (generate_testfile): Pass it the name given in the START macro. + + [BZ #2466] + * math/libm-test.inc (llrint_test, llround_test): Fix last change to + protect large-precision cases with [LDBL_MANT_DIG > 100]. + (llrint_test_tonearest, llrint_test_towardzero): Likewise. + (llrint_test_downward, llrint_test_upward): Likewise. + +2006-03-15 Steven Munroe + Alan Modra + + [BZ #2466] + * math/libm-test.inc (llrint_test, llround_test) [TEST_LDOUBLE]: + Add new test values. + (llrint_test_tonearest, llrint_test_towardzero, llrint_test_downward, + llrint_test_upward): New functions. + (main): Call them. + + * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Handle + rounding that spans doubles in IBM long double format. + * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_llrintl.S: Removed. + * sysdeps/powerpc/powerpc64/fpu/s_llroundl.S: Removed. + * sysdeps/powerpc/powerpc64/fpu/s_lrintl.S: Removed. + * sysdeps/powerpc/powerpc64/fpu/s_lroundl.S: Removed. + +2006-03-16 Roland McGrath + + * wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare these + only when we will use them, under [__OPTIMIZE__ && __GNUC__ >= 2]. + (__wcstoll_internal, __wcstoull_internal_defined): Likewise. + +2006-03-06 Steven Munroe + + * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Add cfi_offset for spilling + of non-volatile floating-point registers to the stack (fp14-fp31). + * sysdeps/powerpc/powerpc32/gprsave0.S: Add cfi_offset for spilling of + non-volatile general-purpose registers to the stack (gpr13-gpr31). + * sysdeps/powerpc/powerpc64/dl-trampoline.S: Add cfi_offset + for non-volatiles gpr30 - grp31 spilled to the stack. + * sysdeps/powerpc/powerpc64/memcpy.S: Add cfi_offset for non-volatile + gpr31 spill to the stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: + Add cfi_offset for non-volatile gpr31 spill to the stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add cfi_offset + for non-volatiles gpr28 - grp31 spilled to the stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Add + cfi_adjust_cfa_offset when a frame is stacked. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: + (__novec_setcontext) : Add cfi_offset for non-volatile gpr31 spill + add LR saved to the stack. Add cfi_adjust_cfa_offset when frame is + stacked. + (__setcontext) : Add cfi_offset for non-volatile gpr31 spill to + the stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: + (__novec_swapcontext) : Add cfi_offset for non-volatile gpr31 spill + add LR saved to the stack. + (__swapcontext) : Add cfi_offset for non-volatile gpr31 spill add LR + saved to the stack. Add cfi_adjust_cfa_offset when frame is stacked. + +2006-03-07 Jakub Jelinek + + [BZ #2423] + * math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test, + round_test, trunc_test): Only run some of the new tests if + LDBL_MANT_DIG > 100. + +2006-03-03 Steven Munroe + Alan Modra + + * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround, __fesetround): + Define inline implementations. + * sysdeps/powerpc/fpu/fegetround.c: Use __fegetround. + * sysdeps/powerpc/fpu/fesetround.c: Use __fesetround. + + * sysdeps/powerpc/fpu/math_ldbl.h: New file. + + [BZ #2423] + * math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test, + round_test, trunc_test): Add new tests. + * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h + (EXTRACT_IBM_EXTENDED_MANTISSA, INSERT_IBM_EXTENDED_MANTISSA): + Removed, replaced with ... + (ldbl_extract_mantissa, ldbl_insert_mantissa, ldbl_pack, ldbl_unpack, + ldbl_canonicalise, ldbl_nearbyint): New functions. + * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Replace + EXTRACT_IBM_EXTENDED_MANTISSA and INSERT_IBM_EXTENDED_MANTISSA + with ldbl_extract_mantissa and ldbl_insert_mantissa. + * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l): + Replace EXTRACT_IBM_EXTENDED_MANTISSA with ldbl_extract_mantissa. + (ldbl_extract_mantissa, ldbl_insert_mantissa): New inline functions. + * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Handle rounding + that spans doubles in IBM long double format. + * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise. + * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise. + * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise. + * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_rintl.S: File removed. + +2004-12-09 Randolph Chung + + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Don't + define for hppa, which doesn't support this syscall. + +2006-03-13 Jakub Jelinek + + [BZ #2451] + * elf/dl-load.c (open_verify): Add free_name argument, if true, free + name before calling lose. + (open_path): Adjust caller. + (_dl_map_object): Adjust callers. Free name_copy before calling + _dl_signal_error. + * elf/Makefile: Add rules to build and run tst-leaks1. + * elf/tst-leaks1.c: New test. + +2006-03-06 Roland McGrath + + * version.h (VERSION): 2.4 + * README.template: Update for 2.4. + * README: Regenerated. + * manual/install.texi (Configuring and compiling): Separate build + directory is mandatory. Use glibc-2.4 in example. + Update --enable-add-ons description. + (Supported Configurations): Remove section. + * INSTALL: Regenerated. + + * sysdeps/unix/sysv/linux/x86_64/sysconf.c + (handle_intel, handle_amd): Add __attribute__ ((noinline)). + * sysdeps/unix/sysv/linux/i386/sysconf.c + (handle_i486, handle_intel, handle_amd): Likewise. + + * sysdeps/unix/sysv/linux/i386/sysconf.c (__sysconf): Don't handle + _SC_CPUTIME and _SC_THREAD_CPUTIME here. + * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Likewise. + +2006-03-04 Jakub Jelinek + Roland McGrath + + * sysdeps/unix/sysv/linux/i386/lowlevellock.h + (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, + LLL_STUB_UNWIND_INFO_3, LLL_STUB_UNWIND_INFO_4): Define. + (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, + lll_robust_mutex_cond_lock, lll_mutex_timedlock, + lll_robust_mutex_timedlock, lll_mutex_unlock, + lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. + Add _L_*_ symbols around the subsection. + * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Add unwind info. + * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Likewise. + +2006-03-03 Jakub Jelinek + Roland McGrath + + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h + (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, + LLL_STUB_UNWIND_INFO_5, LLL_STUB_UNWIND_INFO_6): Define. + (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, + lll_robust_mutex_cond_lock, lll_mutex_timedlock, + lll_robust_mutex_timedlock, lll_mutex_unlock, + lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. + Add _L_*_ symbols around the subsection. + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Add unwind info. + * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise. + +2006-03-05 Roland McGrath + + * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. + The correct value differs only on powerpc32, and for now changing it + there is causing more trouble than it's worth. + + * malloc/arena.c: Add compile-time sanity check on padding calculation. + +2006-03-05 Jakub Jelinek + + * malloc/arena.c (heap_info): Adjust the padding size if + MALLOC_ALIGNMENT > 2 * SIZE_SZ. + +2006-03-05 Roland McGrath + + * sysdeps/mach/hurd/faccessat.c: New file. + * sysdeps/mach/hurd/fchmodat.c: New file. + * sysdeps/mach/hurd/fchownat.c: New file. + * sysdeps/mach/hurd/fxstatat.c: New file. + * sysdeps/mach/hurd/fxstatat64.c: New file. + * sysdeps/mach/hurd/linkat.c: New file. + * sysdeps/mach/hurd/mkdirat.c: New file. + * sysdeps/mach/hurd/openat.c: New file. + * sysdeps/mach/hurd/openat64.c: New file. + * sysdeps/mach/hurd/symlinkat.c: New file. + * sysdeps/mach/hurd/unlinkat.c: New file. + * sysdeps/mach/hurd/xmknod.c (__xmknod): Just call __xmknodat. + Guts move to ... + * sysdeps/mach/hurd/xmknodat.c: ... here, new file. + + * hurd/lookup-at.c: New file. + * hurd/Makefile (routines): Add it. + * hurd/hurd/fd.h: Declare __file_name_lookup_at, + __file_name_split_at and __directory_name_split_at. + + * hurd/hurd/lookup.h: Declare {,__}hurd_directory_name_split. + + * hurd/hurdlookup.c (__hurd_directory_name_split): Use __memrchr + unconditionally. + + * sysdeps/mach/hurd/open.c: Define {,__,__libc_,}open64 as aliases. + * sysdeps/mach/hurd/open64.c: New file. + + * sysdeps/posix/sysconf.c (__sysconf): Use #if _POSIX_FOO > 0 + rather than #ifdef _POSIX_FOO for options. We should return -1 + at runtime for an option defined to 0 at compile time. + + * sysdeps/mach/hurd/bits/posix_opt.h: Define many missing options, + many to -1 or 0. + +2006-03-05 Roland McGrath + + * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) + [__NR_clock_getres || HP_TIMING_AVAIL]: Handle _SC_CPUTIME, + _SC_THREAD_CPUTIME. + +2006-03-05 David S. Miller + + * sysdeps/sparc/sparc32/dl-trampoline.S: Add CFI markings. + * sysdeps/sparc/sparc32/elf/start.S: Likewise. + * sysdeps/sparc/sparc64/dl-trampoline.S: Likewise. + * sysdeps/sparc/sparc64/elf/start.S: Likewise. + * sysdeps/sparc/sparc32/memchr.S: Rearrange code to reside + within ENTRY/END. + * sysdeps/sparc/sparc32/memcpy.S: Likewise. + * sysdeps/sparc/sparc32/stpcpy.S: Likewise. + * sysdeps/sparc/sparc32/strcat.S: Likewise. + * sysdeps/sparc/sparc32/strchr.S: Likewise. + * sysdeps/sparc/sparc32/strcmp.S: Likewise. + * sysdeps/sparc/sparc32/strcpy.S: Likewise. + * sysdeps/sparc/sparc32/strlen.S: Likewise. + * sysdeps/sparc/sparc64/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Add CFI markings + and use __syscall_error. + * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S: Use __syscall_error. + * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Rewrite to use + CFI markings and __syscall_error. + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S: Rearrange + code to reside within ENTRY/END. + * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sysdep.c: New file. + * sysdeps/unix/sysv/linux/sparc/sysdep.S: File removed. + * sysdeps/unix/sysv/linux/sparc/rt-sysdep.c: New file. + * sysdeps/unix/sysv/linux/sparc/Makefile (librt-routines): Add it. + + * shlib-versions: Use sparc64.*- for CPU patterns. + +2006-03-05 Roland McGrath + + * bits/resource.h (RLIMIT_SBSIZE, RLIMIT_AS, RLIMIT_VMEM): Define. + + * sysdeps/mach/hurd/fdopendir.c (__fdopendir): Use O_DIRECTORY + to force directory check. + * sysdeps/mach/hurd/opendir.c (__opendir): Likewise. + +2006-03-04 Roland McGrath + + * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Make sure high bits + of SEL are clear after copying %gs to low bits. + (_hurd_tls_fork): Likewise. + +2006-03-03 Roland McGrath + + [BZ #2414] + * stdlib/tst-setcontext.c (f1): Take arguments of type int. + +2006-03-02 Roland McGrath + + * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Use __typeof in cast. + +2006-03-02 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/configure.in: Remove MIPS cases. Allow + libc_cv_slibdir et al. to be overridden. + * sysdeps/unix/sysv/linux/configure: Regenerated. + +2005-12-27 Jakub Jelinek + + * elf/ldconfig.c (search_dir): Skip prelink temporaries. + +2006-03-02 H.J. Lu + + * elf/check-textrel.c: Don't include "config.h". + +2006-03-02 Jakub Jelinek + + * io/ftw.c (process_entry): If dir->streamfd != -1, + use FXSTATAT rather than LXSTAT to find if unstatable + file is a dead symlink. + + * elf/check-textrel.c: Include config.h. + (AB(handle_file)): Don't fail if PF_X | PF_W on architectures known + to have executable writable PLT. + * sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New + test. + * config.h.in (HAVE_PPC_SECURE_PLT): Add. + + * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double) + if long double is more aligned than 2 * SIZE_SZ. + (misaligned_chunk): Define. + (public_rEALLOc, _int_free, _int_realloc): Use it. + +2006-01-05 H.J. Lu + + [BZ #2013] + * sysdeps/ia64/memccpy.S: Properly handle recovery for + predicated speculative load. + +2006-03-01 Jakub Jelinek + + * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. + + * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat64): Use + libc_hidden_ver rather than libc_hidden_def. + + * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update. + * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): + Use inline asm to make sure the compiler doesn't optimize insns out. + + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h + (DECLARGS_6): Fix a typo. + +2006-03-01 Roland McGrath + + * version.h (VERSION): 2.3.91 + + * Makeconfig (sysdeps-srcdirs): New variable. + (sysdeps-add-ons-srcdirs): Use it. + * csu/Makefile (all-Banner-files): Use it. + + * Makefile (dist-selector): New variable. + (glibc-%.tar rule): Use it. Make $(dist-separate) tarballs + contain one version-named directory. + + * Makefile (format-me): Use --plaintext --no-number-sections. + + * NOTES, INSTALL: Regenerated. + + * NEWS: Update 2.4 items. + +2006-03-01 David S. Miller + + * configure.in (machine): Match sparcv9v and sparc64v. + * configure: Regenerated. + * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: New file. + * sysdeps/sparc/sparc32/sparcv9v/memset.S: New file. + * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: New file. + * sysdeps/sparc/sparc64/sparcv9v/memset.S: New file. + +2006-03-01 Roland McGrath + + * sysdeps/mach/hurd/Subdirs: Use "first hurd". + +2006-02-28 Roland McGrath + + * sysdeps/rs6000: Directory removed, saved in ports repository. + +2006-03-01 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/pread.c: Copy in mips pread.c. + * sysdeps/unix/sysv/linux/sh/pwrite.c: Copy in mips pwrite.c. + * sysdeps/unix/sysv/linux/sh/pread64.c: Copy in mips pread64.c. + * sysdeps/unix/sysv/linux/sh/pwrite64.c: Copy in mips pwrite64.c. + +2006-02-28 Roland McGrath + + * elf/tst-tls-dlinfo.c: New file. + * elf/Makefile (tests): Add it. + ($(objpfx)tst-tls-dlinfo): Depend on $(libdl). + ($(objpfx)tst-tls-dlinfo.out): Depend on $(objpfx)tst-tlsmod2.so. + + * dlfcn/dlfcn.h (RTLD_DI_PROFILENAME, RTLD_DI_PROFILEOUT): New enum + values, reserve unsupported requested names used on Solaris. + (RTLD_DI_TLS_MODID, RTLD_DI_TLS_DATA): New enum values. + (RTLD_DI_MAX): Likewise. + * dlfcn/dlinfo.c (dlinfo_doit): Handle RTLD_DI_TLS_MODID and + RTLD_DI_TLS_DATA. + + * elf/dl-tls.c (_dl_tls_get_addr_soft): New function. + * sysdeps/generic/ldsodefs.h: Declare it. + * elf/Versions (ld: GLIBC_PRIVATE): Add it. + * elf/link.h (struct dl_phdr_info): New members dlpi_tls_modid, + dlpi_tls_data. + * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill them in. + + * include/link.h: Don't copy contents from elf/link.h. + Instead, #include it while #define'ing around link_map. + * elf/dl-debug.c (_dl_debug_initialize): Add a cast. + Add bogus extern decl to verify link_map members. + * elf/loadtest.c (MAPS): New macro, cast _r_debug._r_map. + (OUT, main): Use it in place of _r_debug._r_map. + * elf/unload.c: Likewise. + * elf/unload2.c: Likewise. + * elf/neededtest.c (check_loaded_objects): Likewise. + * elf/neededtest2.c (check_loaded_objects): Likewise. + * elf/neededtest3.c (check_loaded_objects): Likewise. + * elf/neededtest4.c (check_loaded_objects): Likewise. + * elf/circleload1.c (check_loaded_objects): Likewise. + + * nscd/nscd_helper.c: Include for `time' declaration. + + * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto. + * io/openat.c (__openat): Define instead of openat. + Use libc_hidden_def. Define openat with weak_alias. + * io/openat64.c (__openat64): Define instead of openat64. + Use libc_hidden_def. Define openat64 with weak_alias. + * sysdeps/unix/sysv/linux/openat.c: Likewise. + + * libio/genops.c: Include for __sched_yield decl. + + * Makeconfig (+includes): Add back $(includes) + after $(+sysdep-includes). + + * Makerules ($(common-objpfx)%.make): Use -DASSEMBLER. + +2006-02-28 Jakub Jelinek + + * posix/sys/types.h [!__GNUC_PREREQ (2, 7)] (int64_t, u_int64_t): + typedef to long int resp. unsigned long int on 64-bit arches. + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Include x86_64 + umount.c rather than hppa umount.c. + * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Include sh chown.c + rather than m68k chown.c. + * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include sh + fchownat.c rather than m68k fchownat.c. + * sysdeps/unix/sysv/linux/sh/chown.c: Copy over from m68k chown.c. + * sysdeps/unix/sysv/linux/sh/fchownat.c: Copy over from m68k + fchownat.c. + * sysdeps/unix/sysv/linux/x86_64/brk.c: Copy over from hppa brk.c. + * sysdeps/unix/sysv/linux/x86_64/umount.c: Copy over from hppa + umount.c. + +2006-02-28 Roland McGrath + + * sysdeps/hppa: Directory removed, saved in ports repository. + * sysdeps/mach/hppa: Likewise. + * sysdeps/mach/hurd/hppa: Likewise. + * sysdeps/unix/sysv/linux/hppa: Likewise. + * configure.in (machine): Remove hppa* cases. + * configure: Regenerated. + * shlib-versions: Remove hppa cases. + + * sysdeps/m68k: Directory removed, saved in ports repository. + * sysdeps/unix/bsd/m68k: Likewise. + * sysdeps/unix/sysv/linux/m68k: Likewise. + * configure.in (machine): Remove m68* cases. + * configure: Regenerated. + + * elf/rtld-Rules (subdir-args): New variable. + (rtld-subdir-make): Use it. + +2006-02-22 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h + (DO_CALL): Add support for 6 system call parameters. + (DECLARGS_6, ASMFMT_6): Define. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise. + +2006-02-28 Roland McGrath + + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Copy in i386/bits/fcntl.h. + +2006-02-27 Roland McGrath + + * scripts/config.guess: Update from master, timestamp='2006-02-27'. + * scripts/config.sub: Update from master, timestamp='2006-02-27'. + + * Makefile (subdir-target-args): New variable. + ($(all-subdirs-targets)): Use it in place of -C option. + * Rules: Use $(..) instead of ../ if it's already defined. + * Makeconfig (subdir-srcdirs): New variable. + * csu/Makefile (all-Banner-files): Use it. + + * configure.in (--enable-add-ons): Set to "yes" by default. + Handle absolute add-on directory names when looking for configure + fragments. Also look for sysdeps/*/preconfigure fragments in add-ons. + Require add-on configure to set $libc_add_on_canonical, use + that in $add_ons_sfx. Substitute add_on_subdirs with computed list + of subdir names each add-on configure set in libc_add_on_subdirs. + * configure: Regenerated. + * Makefile (%/preconfigure: %/preconfigure.in): New pattern rule. + * config.make.in (add-on-subdirs): New substituted variable. + * Makeconfig (all-subdirs): Include $(add-on-subdirs). + Remove $(add-ons), $(sysdep-subdirs). + Don't filter out $(sysdep-inhibit-subdirs). + ($(common-objpfx)sysd-dirs): Target removed. Don't include it. + ($(common-objpfx)sysd-sorted): Rewritten to feed Depend and Subdirs + files together to gen-sorted.awk, and $(subdirs) via -v. + (subdirs): Remove magic reordering for mach and hurd. + * scripts/gen-sorted.awk: Use subdirs from command line. + Process Subdirs and Depend files directly. + Let Subdirs files use "first dir" and "inhibit dir". + Always move elf to the end of the list. + * hurd/Depend: New file. + * sysdeps/mach/Subdirs: Use "first mach". + + * Makefile (dist-separate): Remove linuxthreads. + (dist-separate-linuxthreads): Variable removed. + (glibc-%.tar rule): Use $(sysdeps-add-ons). + + * Makerules ($(common-objpfx)Versions.v.i): Use $(subdirs), + not $(all-subdirs). + (sysdep-makefiles): Use $(sysdirs). + (sysdirs): Remove export. + ($(+sysdir_pfx)sysd-rules): Handle absolute directory names in + $(config-sysdirs). + (+sysdir_pfx): Variable removed. + (sysd-rules): Use $(common-objpfx) in place of it. + (sysdirs): Variable moved to ... + * Makeconfig (sysdirs): ... here. + Handle absolute directory names in $(config-sysdirs). + (full_config_sysdirs): Variable removed. + * csu/Makefile: Use $(sysdirs) in vpath directive. + * math/Makefile (ulps-file): Use $(sysdirs). + * sysdeps/gnu/Makefile (errlist-c): Likewise. + ($(objpfx)errlist-compat.c): Likewise. + * Makeconfig (all-Subdirs-files): Likewise. + ($(common-objpfx)config.status): Likewise. + + * configure.in (sysnames): Handle absolute add-on directory names. + (sysdeps_add_ons): New variable, AC_SUBST it. + Compute which add-ons contributed sysdeps directories. + * configure: Regenerated. + * config.make.in (sysdeps-add-ons): New substituted variable. + * Makerules (+sysdep_dirs, +sysdep-includes): Variables moved ... + * Makeconfig: ... to here. + (+sysdep_dirs): Append $(sysdeps-add-ons) here. + (+includes): Remove $(objpfx) include, already in $(+sysdep_dirs). + Remove $(includes). + (sysdep-makeconfigs): Use $(+sysdep_dirs). + ($(common-objpfx)shlib-versions.v.i): Likewise. + + * Makeconfig: Remove hair to set Makeconfig-add-on. + + * sysdeps/unix/Makefile (sysdirs): Remove export. + (asm_CPP): Variable removed. + ($(common-objpfx)sysd-syscalls): Pass them directly for the script. + + * sysdeps/posix/Makefile: New file. + * Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix + values here with ?=. + + * stdlib/gen-mpn-copy: File removed. + * stdlib/Makefile (distribute): Remove it. + * configure.in: Don't grok --with-gmp. + * configure: Regenerated. + + * configure.in (libc_cv_idn): Don't check it; libidn/configure does it. + * configure: Regenerated. + +2006-02-27 Ulrich Drepper + + * sysdeps/unix/sysv/linux/linkat.c (linkat): Allow flags to be set + when syscall is used. + * io/fcntl.h (AT_SYMLINK_FOLLOW): Define. + +2006-02-26 Roland McGrath + + * bare: Directory removed, saved in ports repository. + + * sysdeps/unix/common/Makefile: File removed. + * sysdeps/unix/common/glue-ctype.c: File removed. + * sysdeps/unix/common/configure.in: File removed. + * sysdeps/unix/common/configure: File removed. + + * sysdeps/unix/configure.in: File removed. + * sysdeps/unix/configure: File removed. + * sysdeps/unix/make_errlist.c: File removed. + * sysdeps/unix/Makefile ($(objpfx)errlist.c, $(objpfx)make_errlist): + Rules removed. + + * timezone/africa: Update from tzdata2006b (comment changes only). + * timezone/antarctica: Likewise. + * timezone/asia: Likewise. + * timezone/australasia: Likewise. + * timezone/backward: Likewise. + * timezone/etcetera: Likewise. + * timezone/europe: Likewise. + * timezone/factory: Likewise. + * timezone/iso3166.tab: Likewise. + * timezone/leapseconds: Likewise. + * timezone/northamerica: Likewise. + * timezone/pacificnew: Likewise. + * timezone/solar87: Likewise. + * timezone/solar88: Likewise. + * timezone/solar89: Likewise. + * timezone/southamerica: Likewise. + * timezone/systemv: Likewise. + * timezone/zone.tab: Likewise. + +2006-02-26 Ulrich Drepper + + * posix/unistd.h: Add fifth parameter to linkat. + * io/linkat.c: Likewise. + * sysdeps/unix/sysv/linux/linkat.c: Likewise. + * io/tst-linkat.c (do_test): Pass new parameter to linkat. + + * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL + before comparison with MAP. + + * elf/dl-sym.c (do_sym): For RTLD_NEXT, pass MATCH to + dl_lookup_symbol_x instead of L. + +2006-02-24 Mike Frysinger + + * sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro. + +2006-02-24 David S. Miller + + * configure.in: Use sparc/sparc32/sparcv9/sparcv9b in place + of sparc/sparc32/sparcv9b. + * sysdeps/sparc/sparc32/sparcv9b/Implies: File removed. + * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/Implies: File removed. + +2006-02-24 Roland McGrath + + * elf/elf.h (HWCAP_SPARC_BLKINIT): New macro. + * sysdeps/sparc/dl-procinfo.h (HWCAP_IMPORTANT): Add it. + (_DL_HWCAP_COUNT): Increase to 7. + * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add "v9v". + From David S. Miller . + + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ... + * sysdeps/sparc/dl-procinfo.c: ... here, new file. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Moved to ... + * sysdeps/sparc/dl-procinfo.h: ... here, new file. + (HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE != 64]. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: File removed. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: File removed. + + * elf/sofini.c (__FRAME_END__): Mark as const. + * elf/soinit.c (__EH_FRAME_BEGIN__): Likewise. Add used attribute. + +2006-02-18 Joseph S. Myers + + * soft-fp/single.h (SFtype): Define. + (union _FP_UNION_S): Use it. + * soft-fp/double.h (DFtype): Define. + (union _FP_UNION_D): Use it. + * soft-fp/extended.h (XFtype): Define. + (union _FP_UNION_E): Use it. + * soft-fp/quad.h (TFtype): Define. + (union _FP_UNION_Q): Use it. + * soft-fp/soft-fp.h: Add _LIBC conditionals. + (SI_BITS, DI_BITS): Define. + * soft-fp/op-common.h (_FP_DECL): Add __attribute__((unused)) for + X##_c. + (_FP_CMP_EQ): Use parentheses for && inside ||. + (_FP_TO_INT): Use statement expressions in conditional controlling + constant shift. + (_FP_FROM_INT): Likewise. Take unsigned type as argument. + * soft-fp/op-2.h (_FP_FRAC_SLL_2, _FP_FRAC_SRL_2, _FP_FRAC_SRST_2, + _FP_FRAC_SRS_2, _FP_FRAC_ASSEMBLE_2): Use statement expressions in + conditional controlling possibly constant shift. + (_FP_FRAC_SRST_2, _FP_FRAC_SRS_2): Avoid left shift by exactly + _FP_W_TYPE_SIZE. + (_FP_FRAC_GT_2, _FP_FRAC_GE_2): Use parentheses for && inside ||. + * soft-fp/op-4.h (_FP_FRAC_SRST_4): Avoid left shift by exactly + _FP_W_TYPE_SIZE. + (__FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3, + __FP_FRAC_SUB_4): Use _FP_W_TYPE for carry flags. + * soft-fp/op-8.h (_FP_FRAC_SRS_8): Avoid left shift by exactly + _FP_W_TYPE_SIZE. + * soft-fp/floatdidf.c: Pass unsigned type and macro for type size. + * soft-fp/floatdisf.c: Likewise. + * soft-fp/floatditf.c: Likewise. + * soft-fp/floatsidf.c: Likewise. + * soft-fp/floatsisf.c: Likewise. + * soft-fp/floatsitf.c: Likewise. + * soft-fp/floatundidf.c: Likewise. + * soft-fp/floatundisf.c: Likewise. + * soft-fp/floatunditf.c: Likewise. + * soft-fp/floatunsidf.c: Likewise. + * soft-fp/floatunsisf.c: Likewise. + * soft-fp/floatunsitf.c: Likewise. + * soft-fp/fixdfdi.c: Pass macro for type size. + * soft-fp/fixdfsi.c: Likewise. + * soft-fp/fixsfdi.c: Likewise. + * soft-fp/fixsfsi.c: Likewise. + * soft-fp/fixtfdi.c: Likewise. + * soft-fp/fixtfsi.c: Likewise. + * soft-fp/fixunsdfdi.c: Likewise. + * soft-fp/fixunsdfsi.c: Likewise. + * soft-fp/fixunssfdi.c: Likewise. + * soft-fp/fixunssfsi.c: Likewise. + * soft-fp/fixunstfdi.c: Likewise. + * soft-fp/fixunstfsi.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvtqux.c: Pass unsigned type. + * sysdeps/alpha/soft-fp/ots_cvtqx.c: Likewise. + * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Likewise. + * soft-fp/adddf3.c: Use typedefs for argument and return types. + * soft-fp/addsf3.c: Likewise. + * soft-fp/addtf3.c: Likewise. + * soft-fp/divdf3.c: Likewise. + * soft-fp/divsf3.c: Likewise. + * soft-fp/divtf3.c: Likewise. + * soft-fp/eqdf2.c: Likewise. + * soft-fp/eqsf2.c: Likewise. + * soft-fp/eqtf2.c: Likewise. + * soft-fp/extenddftf2.c: Likewise. + * soft-fp/extendsfdf2.c: Likewise. + * soft-fp/extendsftf2.c: Likewise. + * soft-fp/fixdfdi.c: Likewise. + * soft-fp/fixdfsi.c: Likewise. + * soft-fp/fixsfdi.c: Likewise. + * soft-fp/fixsfsi.c: Likewise. + * soft-fp/fixtfdi.c: Likewise. + * soft-fp/fixtfsi.c: Likewise. + * soft-fp/fixunsdfdi.c: Likewise. + * soft-fp/fixunsdfsi.c: Likewise. + * soft-fp/fixunssfdi.c: Likewise. + * soft-fp/fixunssfsi.c: Likewise. + * soft-fp/fixunstfdi.c: Likewise. + * soft-fp/fixunstfsi.c: Likewise. + * soft-fp/floatdidf.c: Likewise. + * soft-fp/floatdisf.c: Likewise. + * soft-fp/floatditf.c: Likewise. + * soft-fp/floatsidf.c: Likewise. + * soft-fp/floatsisf.c: Likewise. + * soft-fp/floatsitf.c: Likewise. + * soft-fp/floatundidf.c: Likewise. + * soft-fp/floatundisf.c: Likewise. + * soft-fp/floatunditf.c: Likewise. + * soft-fp/floatunsidf.c: Likewise. + * soft-fp/floatunsisf.c: Likewise. + * soft-fp/floatunsitf.c: Likewise. + * soft-fp/gedf2.c: Likewise. + * soft-fp/gesf2.c: Likewise. + * soft-fp/getf2.c: Likewise. + * soft-fp/ledf2.c: Likewise. + * soft-fp/lesf2.c: Likewise. + * soft-fp/letf2.c: Likewise. + * soft-fp/muldf3.c: Likewise. + * soft-fp/mulsf3.c: Likewise. + * soft-fp/multf3.c: Likewise. + * soft-fp/negdf2.c: Likewise. + * soft-fp/negsf2.c: Likewise. + * soft-fp/negtf2.c: Likewise. + * soft-fp/sqrtdf2.c: Likewise. + * soft-fp/sqrtsf2.c: Likewise. + * soft-fp/sqrttf2.c: Likewise. + * soft-fp/subdf3.c: Likewise. + * soft-fp/subsf3.c: Likewise. + * soft-fp/subtf3.c: Likewise. + * soft-fp/truncdfsf2.c: Likewise. + * soft-fp/trunctfdf2.c: Likewise. + * soft-fp/trunctfsf2.c: Likewise. + * soft-fp/unorddf2.c: Likewise. + * soft-fp/unordsf2.c: Likewise. + * soft-fp/unordtf2.c: Likewise. + +2006-02-09 Joseph S. Myers + + * soft-fp/op-common.h (_FP_UNPACK_SEMIRAW): Define. + (_FP_OVERFLOW_SEMIRAW): Likewise. + (_FP_CHECK_SIGNAN_SEMIRAW): Likewise. + (_FP_CHOOSENAN_SEMIRAW): Likewise. + (_FP_EXP_NORMAL): Likewise. + (_FP_PACK_SEMIRAW): Likewise. + (_FP_ADD_INTERNAL): Rewrite to operate on semi-raw value. + (_FP_SUB): Likewise. + (_FP_TO_INT): Rewrite to operate on raw values. Don't set INVALID + exception for conversions where most negative representable + integer is correct truncated value, but do set INEXACT for such + conversions where appropriate. Don't always left-shift for + converting to a wider integer. + (_FP_FROM_INT): Rewrite to yield raw value. Correct shift for + integers with one more bits than (mantissa + guard) bits for the + floating point format. Don't use __FP_FRAC_SRS_1 for shifting + integers that may be wider than _FP_W_TYPE_SIZE. + (FP_CONV): Don't define. + (FP_EXTEND): Define. + (FP_TRUNC): Likewise. + * soft-fp/op-1.h (_FP_FRAC_SRST_1, __FP_FRAC_SRST_1): Define. + (_FP_FRAC_CONV_1_1): Don't define. + (_FP_FRAC_COPY_1_1): Define. + * soft-fp/op-2.h (_FP_FRAC_SRST_2): Define. + (_FP_FRAC_CONV_1_2, _FP_FRAC_CONV_2_1): Don't define. + (_FP_FRAC_COPY_1_2, _FP_FRAC_COPY_2_1): Define. + * soft-fp/op-4.h (_FP_FRAC_SRST_4): Define. + (_FP_FRAC_SRS_4): Define based on _FP_FRAC_SRST_4. + (_FP_FRAC_CONV_1_4, _FP_FRAC_CONV_2_4): Don't define. + (_FP_FRAC_COPY_1_4, _FP_FRAC_COPY_2_4): Define. + (_FP_FRAC_CONV_4_1, _FP_FRAC_CONV_4_2): Don't define. + (_FP_FRAC_COPY_4_1, _FP_FRAC_COPY_4_2): Define. + * soft-fp/single.h (_FP_FRACTBITS_S): Define. + (_FP_FRACXBITS_S): Define in terms of _FP_FRACXBITS_S. + (_FP_WFRACXBITS_S): Likewise. + (_FP_QNANBIT_SH_S, _FP_IMPLBIT_SH_S): Define. + (FP_UNPACK_SEMIRAW_S, FP_UNPACK_SEMIRAW_SP): Define. + (FP_PACK_SEMIRAW_S, FP_PACK_SEMIRAW_SP): Define. + * soft-fp/double.h (_FP_QNANBIT_SH_D, _FP_IMPLBIT_SH_D): Define. + (FP_UNPACK_SEMIRAW_D, FP_UNPACK_SEMIRAW_D): Define + (FP_PACK_SEMIRAW_D, FP_PACK_SEMIRAW_DP): Define. + * soft-fp/extended.h (_FP_QNANBIT_SH_E, _FP_IMPLBIT_SH_E): Define. + (FP_UNPACK_EP): Correct typo. + (FP_UNPACK_SEMIRAW_E, FP_UNPACK_SEMIRAW_EP): Define. + (FP_PACK_SEMIRAW_E, FP_PACK_SEMIRAW_EP): Define. + * soft-fp/quad.h (_FP_QNANBIT_SH_Q, _FP_IMPLBIT_SH_Q): Define. + (FP_UNPACK_SEMIRAW_Q, FP_UNPACK_SEMIRAW_QP): Define. + (FP_PACK_SEMIRAW_Q, FP_PACK_SEMIRAW_QP): Define. + * soft-fp/fixdfdi.c: Use unsigned type for result of conversion. + * soft-fp/fixdfsi.c: Likewise. + * soft-fp/fixsfdi.c: Likewise. + * soft-fp/fixsfsi.c: Likewise. + * soft-fp/fixtfdi.c: Likewise. + * soft-fp/fixtfsi.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvtxq.c: Likewise. + * sysdeps/alpha/soft-fp/ots_nintxq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise. + * soft-fp/adddf3.c: Update for changed soft-fp interfaces. + * soft-fp/addsf3.c: Likewise. + * soft-fp/addtf3.c: Likewise. + * soft-fp/extenddftf2.c: Likewise. + * soft-fp/extendsfdf2.c: Likewise. + * soft-fp/extendsftf2.c: Likewise. + * soft-fp/fixdfdi.c: Likewise. + * soft-fp/fixdfsi.c: Likewise. + * soft-fp/fixsfdi.c: Likewise. + * soft-fp/fixsfsi.c: Likewise. + * soft-fp/fixtfdi.c: Likewise. + * soft-fp/fixtfsi.c: Likewise. + * soft-fp/fixunsdfdi.c: Likewise. + * soft-fp/fixunsdfsi.c: Likewise. + * soft-fp/fixunssfdi.c: Likewise. + * soft-fp/fixunssfsi.c: Likewise. + * soft-fp/fixunstfdi.c: Likewise. + * soft-fp/fixunstfsi.c: Likewise. + * soft-fp/floatdidf.c: Likewise. + * soft-fp/floatdisf.c: Likewise. + * soft-fp/floatditf.c: Likewise. + * soft-fp/floatsidf.c: Likewise. + * soft-fp/floatsisf.c: Likewise. + * soft-fp/floatsitf.c: Likewise. + * soft-fp/floatundidf.c: Likewise. + * soft-fp/floatundisf.c: Likewise. + * soft-fp/floatunditf.c: Likewise. + * soft-fp/floatunsidf.c: Likewise. + * soft-fp/floatunsisf.c: Likewise. + * soft-fp/floatunsitf.c: Likewise. + * soft-fp/subdf3.c: Likewise. + * soft-fp/subsf3.c: Likewise. + * soft-fp/subtf3.c: Likewise. + * soft-fp/truncdfsf2.c: Likewise. + * soft-fp/trunctfdf2.c: Likewise. + * soft-fp/trunctfsf2.c: Likewise. + * sysdeps/alpha/soft-fp/ots_add.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvtqux.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvtqx.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvttx.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvtxq.c: Likewise. + * sysdeps/alpha/soft-fp/ots_cvtxt.c: Likewise. + * sysdeps/alpha/soft-fp/ots_nintxq.c: Likewise. + * sysdeps/alpha/soft-fp/ots_sub.c: Likewise. + * sysdeps/powerpc/soft-fp/q_add.c: Likewise. + * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise. + * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise. + * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_sub.c: Likewise. + * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise. + * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_add.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_sub.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Likewise. + * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Likewise. + +2006-02-23 Roland McGrath + + * include/libc-symbols.h: Fix comment typo. + From Peter Kjellerstedt . + + * sysdeps/unix/sysv/linux/i386/fchownat.c: Diddle code so that "fail" + label is always used. + + [BZ #2172] + * bits/syslog-path.h: New file. + * misc/Makefile (headers): Add it. + * misc/sys/syslog.h: Include it. + (_PATH_LOG): Macro removed. + From Robert Millan . + + * sysdeps/unix/sysv/linux/ftruncate64.c: Find generic implementation + in misc/, not posix/. + Reported by David S. Miller . + +2006-02-23 Jakub Jelinek + + * posix/sched_yield.c (__sched_yield): Add libc_hidden_def. + * sysdeps/mach/sched_yield.c (__sched_yield): Likewise. + +2006-02-22 Roland McGrath + + * po/libc.pot: Regenerated. + +2006-02-22 Jakub Jelinek + + * nis/ypclnt.c (yperr_string, ypbinderr_string): Add N_() + around string literals. + +2005-10-03 Jakub Jelinek + + * nscd/selinux.c (audit_init): Print error string in the failure + message. + +2006-02-21 Roland McGrath + + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_CLONE_THREAD_FLAGS): Consolidate definitions. + + * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove + __THROW from epoll_wait, to match .../linux/sys/epoll.h file. + +2006-02-03 Jakub Jelinek + + * manual/filesys.texi (futimes): Fix prototype. + +2004-08-09 Paul Eggert + + [BZ #315] + * manual/memory.texi (Obstacks Data Alignment): The default + alignment is not 4: it is enough to hold any type of data. + Problem reported by Benno in + . + +2005-11-15 Robert Millan + + [BZ #2161] + * manual/llio.texi (read, write): Document EINVAL on unaligned access. + +2006-02-21 Roland McGrath + + * sysdeps/i386/i686/memset.S: Fix treatment of unaligned pointer. + Reported by John Zulauf . + +2004-11-23 Richard Sandiford + + * configure.in (libc_cv_gcc_dwarf2_unwind_info): Delete. + (HAVE_DWARF2_UNWIND_INFO{,_STATIC}): Remove AC_DEFINEs. + * configure: Regenerate. + * config.h.in (HAVE_DWARF2_UNWIND_INFO{,_STATIC}): Remove undefs. + * elf/soinit.c: Don't include gccframe.h. + (__EH_FRAME_BEGIN__): Define unconditionally. + (__register_frame_info, __deregister_frame_info) + (__register_frame_info_bases, __deregister_frame_info_bases) + (__register_frame, __deregister_frame): Remove declarations. + (__libc_global_ctors, __libc_fini): Don't call registry functions. + * elf/sofini.c (__EH_FRAME_END__): Define unconditionally. + +2006-01-18 Samuel Thibault + + [BZ #2178] + * sysdeps/mach/hurd/getsid.c (getsid): When parameter PID is zero, + use _hurd_pid instead. + +2006-02-20 Richard Henderson + + * sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include + to math subdir. + * sysdeps/alpha/soft-fp/e_sqrtl.c: Don't use local-soft-fp.h. + (__ieee754_sqrtl): Add _round local variable. + * sysdeps/unix/sysv/linux/alpha/fpu/Implies: Remove. + + * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Fix hidden defs. + +2006-02-20 Roland McGrath + + * sysdeps/mips: Directory removed, saved in ports repository. + * sysdeps/unix/mips: Likewise. + * sysdeps/unix/sysv/linux/mips: Likewise. + * sysdeps/mach/mips: Likewise. + * sysdeps/mach/hurd/mips: Likewise. + * shlib-versions: Remove mips matches, now in ports fragment. + * sysdeps/unix/sysv/linux/kernel-features.h: Likewise. + * configure.in (machine): Likewise. + * configure: Regenerated. + + * hurd/hurd/xattr.h: New file. + * hurd/xattr.c: New file. + * hurd/Makefile (routines): Add it. + * sysdeps/mach/hurd/fgetxattr.c: New file. + * sysdeps/mach/hurd/flistxattr.c: New file. + * sysdeps/mach/hurd/fremovexattr.c: New file. + * sysdeps/mach/hurd/fsetxattr.c: New file. + * sysdeps/mach/hurd/getxattr.c: New file. + * sysdeps/mach/hurd/lgetxattr.c: New file. + * sysdeps/mach/hurd/listxattr.c: New file. + * sysdeps/mach/hurd/lsetxattr.c: New file. + * sysdeps/mach/hurd/removexattr.c: New file. + * sysdeps/mach/hurd/setxattr.c: New file. + +2006-02-15 Thomas Schwinge + + [BZ #2329] + * include/unistd.h (__getresuid, __getresgid, __setresuid) + (__setresgid): Fix argument name order in prototypes. + * posix/unistd.h (getresuid, getresgid, setresuid, setresgid): + Likewise. + * posix/getresuid.c (__getresuid): Fix argument order in definition. + * posix/getresgid.c (__getresgid): Likewise. + * posix/setresuid.c (__setresuid): Likewise. + * posix/setresgid.c (__setresgid): Likewise. + * sysdeps/mach/hurd/getresuid.c (__getresuid): Likewise. + * sysdeps/mach/hurd/getresgid.c (__getresgid): Likewise. + * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise. + * sysdeps/mach/hurd/setresgid.c (__setresgid): Likewise. + Reported by Samuel Thibault . + +2006-02-13 Mike Frysinger + + [BZ #2380] + * string/tester.c (test_strnlen): New function. + (test_strchr): Call it. + (test_strncat): Test lengths where the sign bit is set. + (test_strncmp): Likewise. + +2006-02-17 Jakub Jelinek + + * include/atomic.h (atomic_and, atomic_or): Define. + +2006-02-15 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Define MADV_DONTFORK + and MADV_DOFORK. + * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. + +2006-02-13 Jakub Jelinek + + * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel, + __openat64_not_cancel): Remove prototypes. + (__openat_nocancel, __openat64_nocancel): New prototypes or defines. + (openat_not_cancel, openat_not_cancel_3, openat64_not_cancel, + openat64_not_cancel_3): Use them. + +2006-02-12 Ulrich Drepper + + * io/ftw.c: Start using *at functions. + * io/ftw64.c: Likewise. + + * sysdeps/generic/not-cancel.h: Define openat_not_cancel, + openat_not_cancel_3, openat64_not_cancel, and openat64_not_cancel_3. + * sysdeps/unix/sysv/linux/not-cancel.h: Likewise. + + * sysdeps/unix/sysv/linux/openat.c: Create separate _nocancel + functions. + + * io/fxstatat.c: Add __fxstatat alias. + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise. + * sysdeps/unix/sysv/linux/fxstatat.c: Likewise. Add support for + newfstatat syscall. + * sysdeps/unix/sysv/linux/i386/fxstatat.c: Add __fxstatat alias. + Add support for fstatat64 syscall. + * include/sys/stat.h: Declare __fxstatat. + * io/fxstatat64.c: Add __fxstatat64 alias. + * sysdeps/unix/sysv/linux/fxstatat64.c: Add support for fstatat64 + syscall. + + * dirent/fdopendir.c: Add __fdopendir alias. + * sysdeps/unix/fdopendir.c: Likewise. + * sysdeps/mach/hurd/fdopendir.c: Likewise. + * include/dirent.h: Add __fdopendir declaration. + + [BZ #2226] + * libio/wgenops.c (_IO_wsetb): Use correct size of wide char + buffer in FREE_BUF call. + +2006-02-08 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/sched.h: Declare unshare. + * sysdeps/unix/sysv/linux/Versions [libc, GLIBC_2.4]: Export + unshare. + * sysdeps/unix/sysv/linux/syscalls.list: Add unshare syscall. + + * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Add some + preprocessor magic so that the compiler won't see the prototypes + for the functions we are defining as stubs. + +2006-02-05 Ulrich Drepper + + * io/ftw.c (ftw_startup): Use fchdir to return to original + directory for FTW_CHDIR. + +2006-02-03 Ulrich Drepper + + * manual/stdio.texi (Formatted Output Functions): Fix make_message + example. Patch by NIIBE Yutaka . + +2006-02-03 Roland McGrath + + [BZ #2268] + * sysdeps/posix/profil.c (__profil): Use __profile_frequency to choose + timer interval, don't assume smallest possible interval is it. + +2006-02-03 Jakub Jelinek + + * sysdeps/powerpc/fpu/bits/fenvinline.h (fegetround): Make asm + volatile. + + * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): + Guard with [__USE_SVID || __USE_XOPEN_EXTENDED]. + + * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New + prototype. + + * math/math.h (__nldbl_nexttowardf): Put __THROW before + __attribute__ ((__const__)). + (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT + followed by __THROW. + + * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If + file == NULL, use __futimes unconditionally. + + * manual/filesys.texi (futimes): Fix prototype. + +2006-02-02 Ulrich Drepper + + * sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] + (futimesat): If file is NULL use __futimes. + * include/sys/time.h: Declare __futimes. + +2006-02-02 Roland McGrath + + * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the same + fstat check for ENOENT that should be EBADF as for ENOTDIR, and also + check for missing /proc the same way. + + * include/errno.h [__cplusplus]: Avoid extra header magic for C++. + + * manual/install.texi (Tools for Compilation): Require gcc 3.4, + recommend 4.1, advise 4.0 for powerpc64, and note 4.1 required for + powerpc, s390{x,} with new long double. + * INSTALL: Regenerated. + + * timezone/private.h: Update from tzcode2006a. + * timezone/scheck.c: Likewise. + * timezone/asia: Update from tzdata2006a. + * timezone/northamerica: Likewise. + * timezone/zone.tab: Likewise. + + * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable. + (CFLAGS-mcount.c): Use it instead of -msoft-float. + * sysdeps/powerpc/powerpc64/elf/Makefile + (CFLAGS-dl-runtime.os, CFLAGS-dl-lookup.os, CFLAGS-dl-misc.os, + CFLAGS-rtld-mempcpy.os, CFLAGS-rtld-memmove.os, CFLAGS-rtld-memchr.os, + CFLAGS-rtld-strnlen.os): Likewise. + +2006-02-01 Roland McGrath + + * sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding + -mlong-double-128 when it's already there. + +2006-02-01 Roland McGrath + + * mach/Machrules ($(objpfx)%.uh, $(objpfx)%.__h): Use static pattern + rules for these, not implicit rules. + ($(objpfx)%.h): Likewise. + Reported by Thomas Schwinge . + +2006-02-01 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbol + even for libm. + + * libio/bits/libio-ldbl.h (_IO_vfwscanf, _IO_vfwprintf): Remove + __LDBL_REDIR_DECL. + + * math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with the + same #if condition as corresponding __BEGIN_NAMESPACE_C99. + (scalb): Don't define only if __USE_ISOC99. + + * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo. + * sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps. + +2006-01-30 Jakub Jelinek + + * include/bits/stdlib-ldbl.h: New file. + * include/bits/wchar-ldbl.h: New file. + +2006-01-19 Thomas Schwinge + + * libio/genops.c: Include . + +2006-02-01 Ulrich Drepper + + * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add + some more entries. + * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_02_known): Likewise. + +2006-01-31 Jakub Jelinek + + * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. + * sysdeps/alpha/fpu/s_ceil.c: Include math_ldbl_opt.h, add + compat_symbol if LONG_DOUBLE_COMPAT. + * sysdeps/alpha/fpu/s_copysign.c: Likewise. + * sysdeps/alpha/fpu/s_fabs.c: Likewise. + * sysdeps/alpha/fpu/s_floor.c: Likewise. + * sysdeps/alpha/fpu/s_rint.c: Likewise. + * sysdeps/alpha/soft-fp/e_sqrtl.c: New file. + * sysdeps/alpha/Implies: Add ieee754/ldbl-128. + + * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h: New file. + * sysdeps/unix/sysv/linux/alpha/Implies: Add ieee754/ldbl-64-128, + ieee754/ldbl-opt. + * sysdeps/alpha/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Remove. + * sysdeps/unix/sysv/linux/alpha/nldbl-abi.h: New file. + * sysdeps/unix/sysv/linux/alpha/Makefile + [$(subdir) = math] (libm-routines): Add multc3, divtc3. + + * math/divtc3.c: New file. + * math/multc3.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile + [$(subdir) = math] (libm-routines): Add multc3, divtc3. + + * sysdeps/unix/sysv/linux/sparc/sparc32/fpu/Implies: New file. + * sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include math.h and + math_ldbl_opt.h. + (fabsl): Use long_double_symbol instead of weak_alias. + * sysdeps/sparc/sparc32/fpu/s_fabs.c: Include math.h and + math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (fabsl): Add compat_symbol. + +2006-01-31 Martin Schwidefsky + Jakub Jelinek + + * sysdeps/unix/sysv/linux/s390/Implies: New file. + * sysdeps/unix/sysv/linux/s390/fpu/Implies: New file. + * sysdeps/unix/sysv/linux/s390/nldbl-abi.h: New file. + * sysdeps/s390/fpu/bits/mathinline.h (signbitl, sqrtl): New inlines. + * sysdeps/s390/bits/mathdef.h: New file. + * sysdeps/s390/fpu/e_sqrtl.c: New file. + * sysdeps/s390/s390-32/bits/wordsize.h (__LONG_DOUBLE_MATH_OPTIONAL, + __NO_LONG_DOUBLE_MATH): Define. + * sysdeps/s390/s390-64/bits/wordsize.h: Likewise. + * sysdeps/s390/Implies: Add ieee754/ldbl-128. + * sysdeps/s390/ldbl2mpn.c: File removed. + * sysdeps/s390/fpu/libm-test-ulps: Updated. + +2006-01-31 Roland McGrath + + * sysdeps/alpha/fpu/bits/mathdef.h: Moved to ... + * sysdeps/alpha/bits/mathdef.h: ... here. + * sysdeps/i386/fpu/bits/mathdef.h: Moved to ... + * sysdeps/i386/bits/mathdef.h: ... here. + * sysdeps/mips/fpu/bits/mathdef.h: Moved to ... + * sysdeps/mips/bits/mathdef.h: ... here. + * sysdeps/m68k/fpu/bits/mathdef.h: Moved to ... + * sysdeps/m68k/bits/mathdef.h: ... here. + * sysdeps/powerpc/fpu/bits/mathdef.h: Moved to ... + * sysdeps/powerpc/bits/mathdef.h: ... here. + * sysdeps/sparc/fpu/bits/mathdef.h: Moved to ... + * sysdeps/sparc/bits/mathdef.h: ... here. + * sysdeps/ia64/fpu/bits/mathdef.h: Moved to ... + * sysdeps/ia64/bits/mathdef.h: ... here. + * sysdeps/sh/sh4/fpu/bits/mathdef.h: Moved to ... + * sysdeps/sh/sh4/bits/mathdef.h: ... here. + * sysdeps/x86_64/fpu/bits/mathdef.h: Moved to ... + * sysdeps/x86_64/bits/mathdef.h: ... here. + +2006-01-31 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64] + (__fxstatat64): Add libc_hidden_ver. + * sysdeps/unix/sysv/linux/fxstatat.c [XSTAT_IS_STAT64] (__fxstatat64): + Likewise. + + * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Remove jmpbuf-offsets.h + include. + +2006-01-31 Roland McGrath + + * sysdeps/powerpc/fpu/libm-test-ulps: Update by Jakub. + + * inet/rcmd.c (iruserfopen): Remove redundant initialization. + From Bernhard Fischer . + + * posix/regcomp.c (calc_eclosure_iter): Remove dead variables. + Reported by Mike Frysinger . + +2006-01-30 Steven Munroe + + * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index + for __sincosl_table. + * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise. + * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise. + + * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Correct sign of 0.0. + * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise. + + * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: New file. + +2006-01-29 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/mips/bits/errno.h (ECANCELED, + EOWNERDEAD, ENOTRECOVERABLE): Define. + + * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_REMOVE): Define. + + * sysdeps/mips/dl-machine.h (RTLD_START): Correct offsets for + N64. + + * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct msghdr): Use + size_t for msg_controllen. + (__cmsg_nxthdr): Correct test. + (__SCM_CONNECT): Delete. + +2006-01-30 Alexandre Oliva + Roland McGrath + + * configure.in (fno_unit_at_a_time): Set to + -fno-toplevel-reorder if the compiler supports it. + Otherwise use -fno-unit-at-a-time unconditionally. + * configure: Regenerated. + +2006-01-30 Jakub Jelinek + + * sysdeps/powerpc/fpu/libm-test-ulps: Merge ulps with older + libm-test-ulps rather than overwrite it. Remove excessively high ulps. + +2006-01-29 Joseph S. Myers + + * soft-fp/double.h (FP_CMP_UNORD_D): Also define in + [_FP_W_TYPE_SIZE >= 64] case. + * soft-fp/extended.h (FP_CMP_UNORD_E): Likewise. + * soft-fp/quad.h (FP_CMP_UNORD_Q): Likewise. + +2006-01-27 Dwayne Grant McConnell + Jakub Jelinek + Roland McGrath + Steven Munroe + Alan Modra + + * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Comment fix. + * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise. + + * sysdeps/powerpc/fpu/libm-test-ulps: Update. + + * math/libm-test.inc (check_float_internal): Allow ulp <= 0.5. + (erfc_test): Don't run erfcl (27.0L) test if erfcl (27.0L) is + denormal. + [TEST_LDOUBLE] (ceil_test, floor_test, llrint_test, llround_test, + rint_test, round_test, trunc_test): Add new tests. + + * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_fabs.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_fabsl.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_fdim.c: New file. + * sysdeps/powerpc/powerpc32/fpu/s_fmax.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_fmin.S: New file. + * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: New file. + + * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_fabs.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_fabsl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_fdim.c: New file. + * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_fmax.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_fmin.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: New file. + * sysdeps/powerpc/powerpc64/fpu/s_llrintl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_llroundl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_lrintl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_lroundl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_rintl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: New file. + * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: New file. + + * sysdeps/unix/sysv/linux/powerpc/Implies: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: New file. + * sysdeps/unix/sysv/linux/powerpc/configure.in: New file. + * sysdeps/unix/sysv/linux/powerpc/configure: New file. + * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h + (__LONG_DOUBLE_MATH_OPTIONAL): Define. + (__NO_LONG_DOUBLE_MATH): Define. + * sysdeps/unix/sysv/linux/powerpc/nldbl-abi.h: New file. + * sysdeps/powerpc/fpu/s_isnan.c: Include math_ldbl_opt.h. + * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (ceill): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (copysignl): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (floorl): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (llrintl, lrintl): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (llroundl, lroundl): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (rintl): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_round.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (roundl): Add compatibility symbols. + * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (truncl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (ceill): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (copysignl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (floorl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (lrintl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (llrintl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (lroundl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (rintl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_round.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (roundl): Add compatibility symbols. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (truncl): Add compatibility symbols. + + * misc/qefgcvt_r.c [LDBL_MIN_10_EXP == -291] (FLOAT_MIN_10_NORM): New. + + * sysdeps/powerpc/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Remove. + * sysdeps/powerpc/Implies: Add ieee754/ldbl-128ibm. + * sysdeps/powerpc/powerpc32/Implies: Remove powerpc/soft-fp. + * sysdeps/ieee754/ldbl-128ibm/Makefile: New file. + * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_expl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_logl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_powl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/ieee754.h: New file. + * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: New file. + * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: New file. + * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: New file. + * sysdeps/ieee754/ldbl-128ibm/t_sincosl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/w_expl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: New file. + * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: New file. + + * sysdeps/ieee754/ldbl-128/e_powl.c: Fix old comment. + +2006-01-22 Aurelien Jarno + + * sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols in + sanity check. + +2006-01-21 Ulrich Drepper + + * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correctly + return EBADF for non-existing file descriptors. + * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Likewise. + * io/tst-openat.c (do_test): Add some more tests. + * io/tst-faccessat.c (do_test): Likewise. + * io/tst-renameat.c (do_test): Likewise. + * io/tst-fstatat.c (do_test): Likewise. + * io/tst-fchmodat.c (do_test): Likewise. + * io/tst-fchownat.c (do_test): Likewise. + +2006-01-21 Roland McGrath + + * sysdeps/unix/sysv/linux/faccessat.c: Move RESULT defn inside block. + + * misc/tst-pselect.c: Include . + + * time/time.h [__need_timespec et al]: Include here too. + + * stdlib/fpioconst.c: Fix whitespace typo. + +2006-01-20 Jakub Jelinek + + * sysdeps/ieee754/ldbl-64-128/s_nexttowardfd.c: Moved to... + * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: ... here. New file. + * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h (long_double_symbol_1): For + C define again using _weak_alias, for assembler use weak_alias. + + * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: New file. + * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: New file. + * sysdeps/powerpc/fpu/bits/mathinline.h (__CPU_HAS_FSQRT): New macro. + (__ieee754_sqrt, __ieee754_sqrtf): Use it. + +2006-01-21 Ulrich Drepper + + * sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual + system call code to be redefined in macro CALL_PSELECT6. + * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc] + (sysdep_routines): Add call_pselect6. + * sysdeps/unix/sysv/linux/i386/call_pselect6.S: New file. + * sysdeps/unix/sysv/linux/i386/pselect.c: New file. + * misc/Makefile (tests): Add tst-pselect. + * misc/tst-pselect.c: New file. + +2006-01-20 Roland McGrath + + * sysdeps/mach/hurd/ppoll.c: New file. + +2006-01-20 Ulrich Drepper + + * sysdeps/unix/sysv/linux/pselect.c: Fix typo in declaration. + + * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Cast k_dev + value to unsigned int to match kernel. + + * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using the + syscall in more cases. + + * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, + tst-mkdirat, tst-mknodat, and tst-mkfifoat. + * io/tst-symlinkat.c: New file. + * io/tst-linkat.c: New file. + * io/tst-readlinkat.c: New file. + * io/tst-mkdirat.c: New file. + * io/tst-mknodat.c: New file. + * io/tst-mkfifoat.c: New file. + + * dirent/Makefile (tests): Add tst-fdopendir2. + * dirent/tst-fdopendir2.c: New file. + +2006-01-20 Alexandre Oliva + + * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h + (sigcontext_struct) [__WORDSIZE == 32]: Define. + +2006-01-20 Kaz Kojima + + * sysdeps/sh/sh4/__longjmp.S: Demangle also r14 and r15. + * sysdeps/sh/sh3/__longjmp.S: Likewise. + * sysdeps/sh/sh4/setjmp.S: Mangle also r14 and r15. + * sysdeps/sh/sh3/setjmp.S: Likewise. + * sysdeps/unix/sysv/linux/sh/sysdep.h [__ASSEMBLER__] + (PTR_MANGLE): Add temporary register as the second parameter. + (PTR_DEMANGLE): Likewize. + (PTR_MANGLE2, PTR_DEMANGLE2): Define. + +2006-01-19 Ulrich Drepper + + * include/fcntl.h: Declare __have_atfcts. + * sysdeps/unix/sysv/linux/faccessat.c: Use syscall if available. + * sysdeps/unix/sysv/linux/fchmodat.c: Likewise. + * sysdeps/unix/sysv/linux/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/futimesat.c: Likewise. + * sysdeps/unix/sysv/linux/linkat.c: Likewise. + * sysdeps/unix/sysv/linux/mkdirat.c: Likewise. + * sysdeps/unix/sysv/linux/openat.c: Likewise. + * sysdeps/unix/sysv/linux/readlinkat.c: Likewise. + * sysdeps/unix/sysv/linux/renameat.c: Likewise. + * sysdeps/unix/sysv/linux/symlinkat.c: Likewise. + * sysdeps/unix/sysv/linux/unlinkat.c: Likewise. + * sysdeps/unix/sysv/linux/xmknodat.c: Likewise. + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise. + * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PSELECT, + __ASSUME_PPOLL, and __ASSUME_ATFCTS if possible. + + * io/ppoll.c: New file. + * io/Makefile (routines): Add ppoll. + (CFLAGS-ppoll.c): Define. + * io/Versions: Export ppoll for GLIBC_2.4. + * io/sys/poll.h: Declare ppoll. + * sysdeps/unix/sysv/linux/ppoll.c: New file. + + * misc/pselect.c: Make it possible to include this file to define + the generic code as a static function. + * sysdeps/unix/sysv/linux/pselect.c: New file. + +2006-01-19 Jakub Jelinek + + * misc/pselect.c (__pselect): Remove static. + Include sysdep-cancel.h again. Add LIBC_CANCEL_HANDLED (). + +2006-01-18 Roland McGrath + + * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h [__ASSEMBLER__]: Don't + include problematic headers for assembler. + + * Makerules ($(+sysdir_pfx)sysd-rules): Don't emit m_%.c rules, + instead emit m_%.o compilation rules from s_%.? source files. + * math/Makefile ($(objpfx)m_%$o: s_%.c): New rule using o-iterator. + +2006-01-18 Ulrich Drepper + + * misc/pselect.c (__pselect): No need to enable async cancellation + here. This is done in select. + + * sysdeps/unix/sysv/linux/fxstatat.c [STAT_IS_KERNEL_STAT] + (__fxstatat): Correct handling of invalid vers values. + + [BZ #2173] + * libio/fileops.c (_IO_new_file_fopen): If ,ccs= is given, also + set vtable to the wide vtable. + * libio/tst-fopenloc2.c: New file. + * libio/Makefile (tests): Add tst-fopenloc2. + +2006-01-18 Roland McGrath + + * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore + attribute_hidden here. + + * sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ... + * sysdeps/sparc/Makefile (long-double-fcts): ... to here. + +2006-01-18 Jakub Jelinek + + * elf/dl-deps.c (_dl_map_object_deps): In case of failure also make a + copy of objname string. + +2006-01-16 Roland McGrath + + * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules to install + into $(inst_includedir)/%.h from sysdirs. + [headers]: Change static pattern rule for installing + $(headers) to do only those not matching %.h. + ($(inst_includedir)/%.h: $(objpfx)%.h): Add this pattern rule instead. + ($(inst_includedir)/%.h: %.h): Likewise. + ($(inst_includedir)/%.h: $(..)include/%.h): Likewise. + + * Makefile ($(inst_includedir)/gnu/stubs.h): + Add $(make-target-directory). + + * stdlib/Makefile (headers): Restore headers removed in last change. + +2006-01-16 Jakub Jelinek + + * math/e_exp2l.c: Don't include stdio.h, errno.h, stub-tag.h, include + math_private.h. + (__ieee754_exp2l): Compute for now as expl (M_LN2l * x) + instead of failing. + (exp2l): Remove stub_warning. + +2006-01-15 Jakub Jelinek + + * io/tst-faccessat.c (do_test): Don't fail if geteuid () == 0. + +2006-01-16 Ulrich Drepper + + * sysdeps/unix/sysv/linux/kernel-features.h: Define + __ASSUME_TMPFS_NAME. + * sysdeps/unix/sysv/linux/shm_open.c [__ASSUME_TMPFS_NAME] + (where_is_shmfs): Don't test for obsolete shm filesystem name. + + * sysdeps/unix/sysv/linux/getsysstats.c: Don't search for proc + mount point. We assume procfs is mounted at /proc in many other + places already. + +2006-01-15 Andreas Jaeger + + [BZ #1950] + * posix/regex_internal.c (re_string_reconstruct): Adjust for + build_wcs_upper_buffer change. + (build_wcs_upper_buffer): Change return type. + + [BZ #2153] + * math/s_cacosh.c (__cacosh): Do not return a negative + value. Patch by Wes Loewer . + * math/s_cacoshl.c (__cacoshl): Likewise. + * math/s_cacoshf.c (__cacoshf): Likewise. + * math/libm-test.inc (cacosh_test): Adjust for change. + + * sysdeps/alpha/fpu/libm-test-ulps: Adopt for cacosh test change. + * sysdeps/hppa/fpu/libm-test-ulps: Likewise. + * sysdeps/i386/fpu/libm-test-ulps: Likewise. + * sysdeps/ia64/fpu/libm-test-ulps: Likewise. + * sysdeps/m68k/fpu/libm-test-ulps: Likewise. + * sysdeps/mips/fpu/libm-test-ulps: Likewise. + * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. + * sysdeps/s390/fpu/libm-test-ulps: Likewise. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise. + * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. + * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise. + + [BZ #2079] + * libio/fputwc_u.c (fputwc_unlocked): Fix return value. + * libio/getwc_u.c (__getwc_unlocked): Likewise. + * libio/wfileops.c (_IO_wdo_write): Likewise. + + [BZ #2078] + * libio/fputwc.c (fputwc): Use proper type for result. + * libio/ioungetwc.c (ungetwc): Likewise. + +2006-01-14 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_BATCH. + +2006-01-14 Roland McGrath + + * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_DECL): Don't try + attribute_hidden here. + * sysdeps/ieee754/ldbl-opt/nldbl-vsyslog.c (vsyslog): Restore + attribute_hidden here. + * sysdeps/ieee754/ldbl-opt/nldbl-asprintf.c (__asprintf): Likewise. + * sysdeps/ieee754/ldbl-opt/nldbl-fprintf.c (fprintf): Likewise. + * sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c (qecvt): Likewise. + * sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c (qfcvt): Likewise. + * sysdeps/ieee754/ldbl-opt/nldbl-qgcvt.c (qgcvt): Likewise. + + * sysdeps/ieee754/ldbl-opt/configure.in: Use AC_TRY_COMPILE and + verify __LONG_DOUBLE_128__ predefine. + * sysdeps/ieee754/ldbl-opt/configure: Regenerated. + + * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. + (NLDBL_DECL): Rewritten. + Remove __THROW from NLDBL_DECL uses. + Use NLDBL_DECL for __vstrfmon_l. + (__nldbl___vsyslog_chk): Restore missing decl. + * sysdeps/ieee754/ldbl-opt/nldbl-asinh.c: Restore attribute_hidden. + +2006-01-14 Jakub Jelinek + + * misc/sys/cdefs.h (__LDBL_REDIR1_DECL): Define. + (__LDBL_REDIR_DECL): Stringize __nldbl and name. + * stdlib/bits/monetary-ldbl.h: Remove pastos from wchar-ldbl.h. + (strfmon, strfmon_l): Add __LDBL_REDIR_DECL. + * stdlib/bits/stdlib-ldbl.h (strtold, strtold_l, __strtold_internal, + qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): Use __LDBL_REDIR1_DECL + instead of __LDBL_REDIR_DECL. + * wcsmbs/bits/wchar-ldbl.h: Remove stale #if. + (__LDBL_REDIR_WCHAR): Remove. + (fwprintf, wprintf, swprintf, vfwprintf, vwprintf, vswprintf, + fwscanf, wscanf, swscanf, vfwscanf, vwscanf, vswscanf): Use + __LDBL_REDIR_DECL instead of __LDBL_REDIR_WCHAR. + (wcstold, wcstold_l, __wcstold_internal): Add __LDBL_REDIR1_DECL. + * wcsmbs/wchar.h: Include bits/wchar-ldbl.h after bits/wchar2.h + instead of before it. + (wcstold inline): Move #ifndef __LDBL_COMPAT before + extern keyword. + * libio/bits/stdio-ldbl.h (__snprintf_chk, __vsnprintf_chk): Add + __LDBL_REDIR_DECL. + * misc/bits/syslog-ldbl.h (vsyslog): Protect with #ifdef __USE_BSD. + (__syslog_chk, __vsyslog_chk): Add __LDBL_REDIR_DECL. + +2006-01-14 Roland McGrath + + * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_DECL): Fix typo. + (NLDBL_HIDDEN): New macro. + (NLDBL_DECL): Use it in place of attribute_hidden. + + * misc/efgcvt.c: Include instead of . + * misc/efgcvt_r.c: Likewise. + + * sysdeps/unix/sysv/linux/sparc/sparc32/nldbl-abi.h: New file. + * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: #include + to define LONG_DOUBLE_COMPAT_VERSION. Use that in place of + NLDBL_VERSION. + * sysdeps/ieee754/ldbl-opt/Versions: Include . + * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Revert last change. + +2006-01-14 Jakub Jelinek + + * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New + prototype. + (nexttowardf): Redirect to __nldbl_nexttowardf. + (nexttoward): Redirect to nextafter. + (__MATHDECL_2, __MATHDECL_1): Redirect *l functions to + non-*l versions if __LONG_DOUBLE_MATH_OPTIONAL and + __NO_LONG_DOUBLE_MATH. + * math/complex.h (__MATHDECL_1): Likewise. + * math/bits/mathcalls.h (nexttoward): Don't prototype if + __LDBL_COMPAT. + * misc/sys/cdefs.h: Include . + (__LDBL_COMPAT, __LDBL_REDIR1, __LDBL_REDIR, __LDBL_REDIR1_NTH, + __LDBL_REDIR_NTH, __LDBL_REDIR_DECL): New macros. + + * libio/bits/stdio-ldbl.h: New file. + * libio/Makefile (headers): Add it. + * libio/stdio.h [__LDBL_COMPAT]: #include it. + * libio/bits/libio-ldbl.h: New file. + * libio/Makefile (headers): Add it. + * libio/libio.h [__LDBL_COMPAT]: #include it. + * libio/libioP.h: Include . + * include/wchar.h (__fwprintf, __vfwprintf): Fix commented out + attribute. + (__vfwprintf_chk): New prototype. Add libc_hidden_proto. + * wcsmbs/bits/wchar-ldbl.h: New file. + * wcsmbs/Makefile (headers): Add it. + * wcsmbs/wchar.h [__LDBL_COMPAT]: #include it. + * wcsmbs/bits/wchar2.h (__vswprintf_alias): Removed. + (vswprintf): Define as a macro rather than inline function. + * stdio-common/bits/printf-ldbl.h: New file. + * stdio-common/Makefile (headers): Add it. + * stdio-common/printf.h [__LDBL_COMPAT]: #include it. + * libio/fwprintf.c: Include libioP.h. + (fwprintf): Use ldbl_weak_alias instead of weak_alias. + * libio/fwscanf.c: Include libioP.h. + (fwscanf): Rename to __fwscanf and add ldbl_strong_alias. + * libio/iovdprintf.c (vdprintf): Use ldbl_weak_alias instead of + weak_alias. + * libio/iovsprintf.c (_IO_vsprintf): Rename to __IO_vsprintf, + add ldbl_strong_alias and use INTDEF2 instead of INTDEF. + (vsprintf): Use ldbl_weak_alias instead of weak_alias. + * libio/iovsscanf.c (__vsscanf, vsscanf): Use ldbl_weak_alias + instead of weak_alias. + * libio/iovswscanf.c (vswscanf): Rename to __vswscanf, + add ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + * libio/obprintf.c (obstack_printf, obstack_vprintf): Use + ldbl_weak_alias instead of weak_alias. + * libio/swprintf.c: Include libioP.h. + (swprintf): Rename to __swprintf and add ldbl_strong_alias. + * libio/swscanf.c: Include libioP.h. + (swscanf): Rename to __swscanf and add ldbl_strong_alias. + * libio/vasprintf.c (vasprintf): Use ldbl_weak_alias instead of + weak_alias. + * libio/vscanf.c (vscanf): Use ldbl_weak_alias instead of + weak_alias. + * libio/vsnprintf.c (__vsnprintf, vsnprintf): Use ldbl_weak_alias + instead of weak_alias. + * libio/vswprintf.c (__vswprintf): Remove alias. + (vswprintf): Use ldbl_weak_alias instead of weak_alias. + * libio/vwprintf.c: Include libioP.h. + (vwprintf): Rename to __vwprintf and add ldbl_strong_alias. + * libio/vwscanf.c (vwscanf): Rename to __vwscanf and add + ldbl_strong_alias. + * libio/wprintf.c: Include libioP.h. + (wprintf): Rename to __wprintf and add ldbl_strong_alias. + * libio/wscanf.c: Include libioP.h. + (wscanf): Rename to __wscanf and add ldbl_strong_alias. + * stdio-common/asprintf.c (__asprintf): Rename to ___asprintf, add + ldbl_strong_alias and use INTDEF2 instead of INTDEF. + (asprintf): Use ldbl_weak_alias instead of weak_alias. + * stdio-common/dprintf.c (dprintf): Rename to __dprintf, add + ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + * stdio-common/fprintf.c: Include libioP.h. + (fprintf): Rename to __fprintf, add ldbl_strong_alias and + use ldbl_hidden_def instead of libc_hidden_def. + (_IO_fprintf): Use ldbl_weak_alias instead of weak_alias. + * stdio-common/fscanf.c: Include libioP.h. + (fscanf): Rename to __fscanf and add ldbl_strong_alias. + * stdio-common/printf.c: Include libioP.h. + (printf): Rename to __printf and add ldbl_strong_alias. + (_IO_printf): Use ldbl_strong_alias instead of strong_alias. + * stdio-common/printf_fp.c (__printf_fp): Rename to __printf_fp, add + ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + * stdio-common/printf_size.c (printf_size): Rename to __printf_size + and add ldbl_strong_alias. + * stdio-common/scanf.c (scanf): Rename to __scanf and add + ldbl_strong_alias. + * stdio-common/snprintf.c (snprintf): Use ldbl_weak_alias instead of + weak_alias. + * stdio-common/sprintf.c (sprintf): Rename to __sprintf, add + ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + (_IO_sprintf): Use ldbl_strong_alias instead of strong_alias. + * stdio-common/sscanf.c: Include libioP.h instead of iolibio.h. + (sscanf): Rename to __sscanf and add ldbl_strong_alias. + * stdio-common/vfprintf.c (vfprintf): Define to + _IO_vfprintf_internal. Use ldbl_strong_alias instead. Use + ldbl_hidden_def instead of libc_hidden_def. + (_IO_vfprintf_internal): Clear is_long_double if __ldbl_is_dbl, + handle the argument as double if it is non-zero. + (vfwprintf): Use ldbl_weak_alias instead of weak_alias. + (_IO_vfprintf): Add ldbl_strong_alias. + * stdio-common/vfscanf.c (_IO_vfscanf): Rename to + _IO_vfscanf_internal, don't use strtold if __ldbl_is_dbl, add + ldbl_strong_alias. + (vfwscanf): Use ldbl_weak_alias instead of weak_alias. + (__vfscanf): Rename to ___vfscanf, add ldbl_strong_alias and + use ldbl_hidden_def instead of libc_hidden_def. + (vfscanf): Use ldbl_weak_alias instead of weak_alias. + * stdio-common/vprintf.c: Include libioP.h. + (vprintf): Rename to __vprintf and add ldbl_strong_alias. + * debug/fprintf_chk.c (__fprintf_chk): Rename to ___fprintf_chk + and add ldbl_strong_alias. + * debug/printf_chk.c (__printf_chk): Rename to ___printf_chk + and add ldbl_strong_alias. + * debug/snprintf_chk.c: Include libioP.h. + (__snprintf_chk): Rename to ___snprintf_chk and add ldbl_strong_alias. + * debug/sprintf_chk.c: Include libioP.h. + (__sprintf_chk): Rename to ___sprintf_chk and add ldbl_strong_alias. + * debug/vfprintf_chk.c (__vfprintf_chk): Rename to ___vfprintf_chk, + add ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + * debug/vfwprintf_chk.c (__vfwprintf_chk): Add libc_hidden_def. + * debug/vprintf_chk.c (__vprintf_chk): Rename to ___vprintf_chk + and add ldbl_strong_alias. + * debug/vsnprintf_chk.c (__vsnprintf_chk): Rename to ___vsnprintf_chk, + add ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + * debug/vsprintf_chk.c (__vsprintf_chk): Rename to ___vsprintf_chk, + add ldbl_strong_alias and use ldbl_hidden_def instead of + libc_hidden_def. + + * stdlib/stdlib.h (strtold): Don't define inline if [!__LDBL_COMPAT]. + * wcsmbs/wchar.h (wcstold): Likewise. + * stdlib/strtod_l.c: Include math_ldbl_opt.h. + (____STRTOF_INTERNAL): Define. + (INTERNAL (__STRTOF)): Rename to ____STRTOF_INTERNAL. + (__STRTOF): Call ____STRTOF_INTERNAL instead. + [LONG_DOUBLE_COMPAT] (strtold_l, wcstold_l, __strtold_l, __wcstold_l): + Add compatibility symbols. + * stdlib/strtod.c: Include math_ldbl_opt.h. + [LONG_DOUBLE_COMPAT] (strtold, wcstold, __strtold_internal, + __wcstold_internal): Add compatibility symbols. + * stdlib/strtold.c: Include bits/wordsize.h, wchar.h. + (NEW, NEW1): Define. + (__new_strtold, __new_wcstold): New prototypes. + (____new_strtold_internal, ____new_wcstold_internal): Likewise. + Add libc_hidden_proto. + (STRTOF): Define to NEW (*told). + [__LONG_DOUBLE_MATH_OPTIONAL] (wcstold, strtold): Add + long_double_symbol. + [__LONG_DOUBLE_MATH_OPTIONAL] (__wcstold_internal, + __strtold_internal): Likewise. Add libc_hidden_ver. + + * stdlib/bits/stdlib-ldbl.h: New file. + * stdlib/Makefile (headers): Add it. + * stdlib/stdlib.h [__LDBL_COMPAT]: #include it. + * include/stdlib.h (ecvt_r, fcvt_r, qecvt_r, qfcvt_r): Remove + libc_hidden_proto. + (__ecvt, __fcvt, __gcvt, __ecvt_r, __fcvt_r, __qecvt, __qfcvt, + __qgcvt, __qecvt_r, __qfcvt_r): New prototypes. + * misc/efgcvt_r.c: Include shlib-compat.h. + (LONG_DOUBLE_CVT): Define. + (__APPEND, __APPEND2): Define. + (*fcvt_r): Use __APPEND instead of APPEND. Remove libc_hidden_def. + (*ecvt_r): Likewise. + (cvt_symbol): Define. Use it on fcvt_r and ecvt_r. + * misc/efgcvt.c: Include shlib-compat.h. + (LONG_DOUBLE_CVT): Define. + (__APPEND, __APPEND2): Define. + (fcvt): Use __APPEND instead of APPEND. Remove libc_hidden_def. + (ecvt, gcvt): Likewise. + (cvt_symbol): Define. Use it on fcvt, ecvt and gcvt. + + * stdlib/bits/monetary-ldbl.h: New file. + * stdlib/Makefile (headers): Add it. + * stdlib/monetary.h [__LDBL_COMPAT]: #include it. + * stdlib/strfmon.c: Include math_ldbl_opt.h. + (strfmon): Rename to __strfmon and add ldbl_strong_alias. + * stdlib/strfmon_l.c: Remove all traces of [!USE_IN_LIBIO]. + (__vstrfmon_l): Don't set is_long_double if __ldbl_is_dbl. + (__strfmon_l): Rename to ___strfmon_l and add ldbl_strong_alias. + (strfmon_l): Use ldbl_weak_alias instead of weak_alias. + + * misc/bits/syslog-ldbl.h: New file. + * misc/Makefile (headers): Add it. + * misc/sys/syslog.h [__LDBL_COMPAT]: #include it. + * misc/syslog.c: Include math_ldbl_opt.h. + (syslog): Rename to __syslog and add ldbl_strong_alias, + use ldbl_hidden_def instead of libc_hidden_def. + (vsyslog): Rename to __vsyslog and add ldbl_strong_alias, + use ldbl_hidden_def instead of libc_hidden_def. + + * sysdeps/generic/math_ldbl_opt.h: New file. + * math/w_j1l.c (j1l, y1l): Rename to __ prefixed variants. + Add weak_alias. + * math/w_j0l.c (j0l, y0l): Likewise. + * math/w_jnl.c (jnl, ynl): Likewise. + * sysdeps/ieee754/ldbl-96/s_nexttoward.c + (__nexttowardl): Remove strong_alias. + (nexttowardl): Remove weak_alias. + * sysdeps/ieee754/ldbl-96/s_erfl.c + (__erfl, __erfcl): Remove strong_alias. + (erfl, erfcl): Remove weak_alias. + + * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_atanl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_ceill.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_cosl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_erfl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_finitel.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_floorl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_logbl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_modfl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_nexttoward.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_nexttowardf.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_nexttowardfd.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_remquol.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_rintl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_roundl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_sinl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_tanl.c: New file. + * sysdeps/ieee754/ldbl-64-128/s_truncl.c: New file. + * sysdeps/ieee754/ldbl-64-128/strtold_l.c: New file. + * sysdeps/ieee754/ldbl-64-128/w_expl.c: New file. + * sysdeps/ieee754/ldbl-opt/configure.in: New file. + * sysdeps/ieee754/ldbl-opt/configure: New file. + * sysdeps/ieee754/ldbl-opt/Makefile: New file. + * sysdeps/ieee754/ldbl-opt/Versions: New file. + * sysdeps/ieee754/ldbl-opt/cabs.c: New file. + * sysdeps/ieee754/ldbl-opt/cabsl.c: New file. + * sysdeps/ieee754/ldbl-opt/carg.c: New file. + * sysdeps/ieee754/ldbl-opt/cargl.c: New file. + * sysdeps/ieee754/ldbl-opt/cimag.c: New file. + * sysdeps/ieee754/ldbl-opt/cimagl.c: New file. + * sysdeps/ieee754/ldbl-opt/conj.c: New file. + * sysdeps/ieee754/ldbl-opt/conjl.c: New file. + * sysdeps/ieee754/ldbl-opt/creal.c: New file. + * sysdeps/ieee754/ldbl-opt/creall.c: New file. + * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.c: New file. + * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-acos.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-acosh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-asin.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-asinh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-asprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-atan.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-atan2.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-atanh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cabs.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cacos.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cacosh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-carg.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-casin.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-casinh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-catan.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-catanh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cbrt.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ccos.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ccosh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ceil.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cexp.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cimag.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-clog.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-clog10.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-conj.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cos.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cosh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cpow.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-cproj.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-creal.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-csin.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-csinh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-csqrt.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ctan.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ctanh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-erf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-erfc.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-exp.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-exp10.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-exp2.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-expm1.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fabs.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fdim.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-floor.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fma.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fmax.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fmin.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fmod.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-frexp.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fwprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fwprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-fwscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-gamma.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-hypot.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ilogb.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-j0.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-j1.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-jn.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-ldexp.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-lgamma.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-lgamma_r.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-llrint.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-llround.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-log.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-log10.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-log1p.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-log2.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-logb.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-lrint.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-lround.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-modf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-nan.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-nearbyint.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-nextafter.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-nexttoward.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-nexttowardf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-pow.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-pow10.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-printf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-printf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-printf_fp.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-printf_size.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-qecvt_r.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-qfcvt_r.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-qgcvt.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-remquo.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-rint.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-round.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-scalb.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-scalbln.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-scalbn.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-scanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-significand.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sin.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sincos.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sinh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-snprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-snprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sqrt.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-sscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-strfmon.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-strfmon_l.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-strtold.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-strtoldint.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-swprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-swprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-swscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-syslog.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-syslog_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-tan.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-tanh.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-tgamma.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-trunc.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vfprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vfprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vfwscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsnprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsnprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vswprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vswprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vswscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsyslog.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vsyslog_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vwprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vwprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-vwscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-wcstold_l.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-wcstoldint.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-wprintf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-wprintf_chk.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-wscanf.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-y0.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-y1.c: New file. + * sysdeps/ieee754/ldbl-opt/nldbl-yn.c: New file. + * sysdeps/ieee754/ldbl-opt/s_asinh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_atan.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cacos.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cacosh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cacoshl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cacosl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_casin.c: New file. + * sysdeps/ieee754/ldbl-opt/s_casinh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_casinhl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_casinl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_catan.c: New file. + * sysdeps/ieee754/ldbl-opt/s_catanh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_catanhl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_catanl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cbrt.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ccos.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ccosh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ccoshl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ccosl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ceil.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cexp.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cexpl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_clog.c: New file. + * sysdeps/ieee754/ldbl-opt/s_clog10.c: New file. + * sysdeps/ieee754/ldbl-opt/s_clog10l.c: New file. + * sysdeps/ieee754/ldbl-opt/s_clogl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_copysign.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cpow.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cpowl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cproj.c: New file. + * sysdeps/ieee754/ldbl-opt/s_cprojl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_csin.c: New file. + * sysdeps/ieee754/ldbl-opt/s_csinh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_csinhl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_csinl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_csqrt.c: New file. + * sysdeps/ieee754/ldbl-opt/s_csqrtl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ctan.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ctanh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ctanhl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ctanl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_erf.c: New file. + * sysdeps/ieee754/ldbl-opt/s_expm1.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fabs.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fdim.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fdiml.c: New file. + * sysdeps/ieee754/ldbl-opt/s_finite.c: New file. + * sysdeps/ieee754/ldbl-opt/s_floor.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fma.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fmal.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fmax.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fmaxl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fmin.c: New file. + * sysdeps/ieee754/ldbl-opt/s_fminl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_frexp.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ilogb.c: New file. + * sysdeps/ieee754/ldbl-opt/s_isinf.c: New file. + * sysdeps/ieee754/ldbl-opt/s_isnan.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ldexp.c: New file. + * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_llrint.c: New file. + * sysdeps/ieee754/ldbl-opt/s_llround.c: New file. + * sysdeps/ieee754/ldbl-opt/s_log1p.c: New file. + * sysdeps/ieee754/ldbl-opt/s_logb.c: New file. + * sysdeps/ieee754/ldbl-opt/s_lrint.c: New file. + * sysdeps/ieee754/ldbl-opt/s_lround.c: New file. + * sysdeps/ieee754/ldbl-opt/s_modf.c: New file. + * sysdeps/ieee754/ldbl-opt/s_nan.c: New file. + * sysdeps/ieee754/ldbl-opt/s_nanl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_nearbyint.c: New file. + * sysdeps/ieee754/ldbl-opt/s_nextafter.c: New file. + * sysdeps/ieee754/ldbl-opt/s_remquo.c: New file. + * sysdeps/ieee754/ldbl-opt/s_rint.c: New file. + * sysdeps/ieee754/ldbl-opt/s_round.c: New file. + * sysdeps/ieee754/ldbl-opt/s_scalbln.c: New file. + * sysdeps/ieee754/ldbl-opt/s_scalbn.c: New file. + * sysdeps/ieee754/ldbl-opt/s_significand.c: New file. + * sysdeps/ieee754/ldbl-opt/s_significandl.c: New file. + * sysdeps/ieee754/ldbl-opt/s_sin.c: New file. + * sysdeps/ieee754/ldbl-opt/s_sincos.c: New file. + * sysdeps/ieee754/ldbl-opt/s_tan.c: New file. + * sysdeps/ieee754/ldbl-opt/s_tanh.c: New file. + * sysdeps/ieee754/ldbl-opt/s_trunc.c: New file. + * sysdeps/ieee754/ldbl-opt/w_acos.c: New file. + * sysdeps/ieee754/ldbl-opt/w_acosh.c: New file. + * sysdeps/ieee754/ldbl-opt/w_acoshl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_acosl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_asin.c: New file. + * sysdeps/ieee754/ldbl-opt/w_asinl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_atan2.c: New file. + * sysdeps/ieee754/ldbl-opt/w_atan2l.c: New file. + * sysdeps/ieee754/ldbl-opt/w_atanh.c: New file. + * sysdeps/ieee754/ldbl-opt/w_atanhl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_cosh.c: New file. + * sysdeps/ieee754/ldbl-opt/w_coshl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_drem.c: New file. + * sysdeps/ieee754/ldbl-opt/w_dreml.c: New file. + * sysdeps/ieee754/ldbl-opt/w_exp.c: New file. + * sysdeps/ieee754/ldbl-opt/w_exp10.c: New file. + * sysdeps/ieee754/ldbl-opt/w_exp10l.c: New file. + * sysdeps/ieee754/ldbl-opt/w_fmod.c: New file. + * sysdeps/ieee754/ldbl-opt/w_fmodl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_hypot.c: New file. + * sysdeps/ieee754/ldbl-opt/w_hypotl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_j0.c: New file. + * sysdeps/ieee754/ldbl-opt/w_j0l.c: New file. + * sysdeps/ieee754/ldbl-opt/w_j1.c: New file. + * sysdeps/ieee754/ldbl-opt/w_j1l.c: New file. + * sysdeps/ieee754/ldbl-opt/w_jn.c: New file. + * sysdeps/ieee754/ldbl-opt/w_jnl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_lgamma.c: New file. + * sysdeps/ieee754/ldbl-opt/w_lgamma_r.c: New file. + * sysdeps/ieee754/ldbl-opt/w_lgammal.c: New file. + * sysdeps/ieee754/ldbl-opt/w_lgammal_r.c: New file. + * sysdeps/ieee754/ldbl-opt/w_log.c: New file. + * sysdeps/ieee754/ldbl-opt/w_log10.c: New file. + * sysdeps/ieee754/ldbl-opt/w_log10l.c: New file. + * sysdeps/ieee754/ldbl-opt/w_log2.c: New file. + * sysdeps/ieee754/ldbl-opt/w_log2l.c: New file. + * sysdeps/ieee754/ldbl-opt/w_logl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_pow.c: New file. + * sysdeps/ieee754/ldbl-opt/w_powl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_remainder.c: New file. + * sysdeps/ieee754/ldbl-opt/w_remainderl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_scalb.c: New file. + * sysdeps/ieee754/ldbl-opt/w_scalbl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_sinh.c: New file. + * sysdeps/ieee754/ldbl-opt/w_sinhl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_sqrt.c: New file. + * sysdeps/ieee754/ldbl-opt/w_sqrtl.c: New file. + * sysdeps/ieee754/ldbl-opt/w_tgamma.c: New file. + * sysdeps/ieee754/ldbl-opt/w_tgammal.c: New file. + + * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/Implies: New file. + * sysdeps/sparc/sparc32/Implies: Move ldbl-128 first and flt-32 + after dbl-64. + * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (NLDBL_VERSION): + %define this to to GLIBC_2.4. + * sysdeps/sparc/sparc32/fpu/e_sqrtl.c: New file. + * sysdeps/sparc/sparc32/fpu/s_fabs.c: New file. + * sysdeps/sparc/sparc32/fpu/s_fabsf.S: New file. + * sysdeps/sparc/sparc32/fpu/s_fabsl.c: New file. + * sysdeps/sparc/sparc32/soft-fp/q_qtoui.c: Removed. + * sysdeps/sparc/sparc32/soft-fp/q_qtoux.c: Removed. + * sysdeps/sparc/sparc32/soft-fp/q_qtox.c: Removed. + * sysdeps/sparc/sparc32/soft-fp/q_uitoq.c: Removed. + * sysdeps/sparc/sparc32/soft-fp/q_uxtoq.c: Removed. + * sysdeps/sparc/sparc32/soft-fp/q_xtoq.c: Removed. + * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: New file. + * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: New file. + * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: New file. + * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: New file. + * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: New file. + * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: New file. + * sysdeps/sparc/sparc32/soft-fp/Versions: New file. + * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_cmp, + __unordered_v9cmp): Define differently depending on + -m32 -mlong-double-{64,128}. + (__signbitl, sqrtl, __ieee754_sqrtl): New inlines. + * sysdeps/sparc/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Remove. + * sysdeps/sparc/sparc32/soft-fp/Makefile (sparc32-quad-routines): + Set. + (sysdep-routines): Add sparc32-quad-routines. + * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Include stdlib.h. + (FP_HANDLE_EXCEPTIONS): Call ___Q_simulate_exceptions as a normal + function. + * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c (__ieee754_sqrtl): New + alias to _Q_sqrt. + * sysdeps/sparc/sparc32/soft-fp/q_div.c (_Q_div): Fix a typo. + * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Include stdlib.h. + * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update. + + * libio/libio.h (_IO_vfscanf, _IO_vfprintf): Remove __THROW. + (_IO_vfwscanf, _IO_vfwprintf): Likewise. + * libio/libioP.h (_IO_vdprintf): Likewise. + +2006-01-13 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/sysdep.h (PTR_MANGLE, PTR_MANGLE2, + PTR_DEMANGLE, PTR_DEMANGLE2): Move ... + * sysdeps/unix/alpha/sysdep.h: ... here. + * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Define __GI___fxstatat64. + +2006-01-13 Andreas Jaeger + + * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (ELF_NVRREG): Fix + value for PowerPC64. + +2006-01-12 Roland McGrath + + * sysdeps/s390/jmpbuf-offsets.h: New file. + * sysdeps/s390/jmpbuf-unwind.h: Include it. + + * sysdeps/alpha/__longjmp.S: Include + instead of . + * sysdeps/alpha/setjmp.S: Likewise. + * sysdeps/i386/__longjmp.S: Likewise. + * sysdeps/i386/bsd-_setjmp.S: Likewise. + * sysdeps/i386/bsd-setjmp.S: Likewise. + * sysdeps/i386/setjmp.S: Likewise. + * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: + * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. + * sysdeps/sh/sh3/setjmp.S: Likewise. + * sysdeps/sh/sh4/setjmp.S: Likewise. + * sysdeps/sparc/sparc32/__longjmp.S: Likewise. + * sysdeps/sparc/sparc32/setjmp.S: Likewise. + * sysdeps/x86_64/__longjmp.S: Likewise. + * sysdeps/x86_64/setjmp.S: Likewise. + * sysdeps/mach/hurd/i386/longjmp-ts.c: Include . + * sysdeps/mach/hurd/powerpc/longjmp-ts.c: Likewise. + * sysdeps/mach/hurd/alpha/longjmp-ts.c: Likewise. + * sysdeps/alpha/jmpbuf-unwind.h: Likewise. + * sysdeps/hppa/jmpbuf-unwind.h: Likewise. + * sysdeps/i386/jmpbuf-unwind.h: Likewise. + * sysdeps/powerpc/jmpbuf-unwind.h: Likewise. + * sysdeps/sparc/sparc32/jmpbuf-unwind.h: Likewise. + * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Likewise. + * sysdeps/x86_64/jmpbuf-unwind.h: Likewise. + * setjmp/jmpbuf-offsets.h: File removed. + * include/bits/setjmp.h: File removed. + +2006-01-11 Ulrich Drepper + + * libio/wmemstream.c: New file. + * libio/stdio.h: Declare open_wmemstream. + * libio/Versions: Export open_wmemstream for GLIBC_2.4. + * libio/Makefile (routines): Add wmemstream. + (tests): Add tst-memstream1, tst-memstream2, tst-wmemstream2, and + tst-wmemstream2. + * libio/tst-memstream1.c: New file. + * libio/tst-memstream2.c: New file. + * libio/tst-wmemstream1.c: New file. + * libio/tst-wmemstream2.c: New file. + + * libio/memstream.c (_IO_mem_sync): Remove useless call to + _IO_default_sync. + + * elf/check-textrel.c: Add missing argument. + + * Makerules: Define build-module-asneeded. + * iconvdata/extra-module.mk: Use build-module-asneeded. + needed. + +2006-01-09 Richard Henderson + + * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on ld.so. + * sysdeps/alpha/__longjmp.S: Use PTR_DEMANGLE. + * sysdeps/alpha/setjmp.S: Likewise. Avoid __sigjmp_save for rtld; + tailcall in libc.so. + * sysdeps/unix/sysv/linux/alpha/sysdep.h (PTR_MANGLE): Define. + (PTR_MANGLE2): Define. + +2006-01-11 Ulrich Drepper + + * elf/check-localplt.c: New file. + * elf/Makefile: Add rules to build and run check-localplt. + * scripts/data/localplt-x86_64-linux-gnu.data: New file. + * scripts/data/localplt-i386-linux-gnu.data: New file. + + * include/sys/stat.h: Add libc_hidden_proto for __fxstatat64. + * sysdeps/unix/sysv/linux/fxstatat64.c: Add libc_hidden_def for + __fxstatat64. + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Add + __GI___fxstatat64 alias. + + * libio/memstream.c (_IO_mem_finish): Fix potential memory leak if + realloc fails. + + * include/sched.h: Add libc_hidden_proto for __sched_yield. + + * libio/genops.c (_IO_unbuffer_write): Give concurrently running + threads the chance to work correctly by trying to lock the stream. + If this does not work, proceed without locking. + +2006-01-10 Ulrich Drepper + + * libio/genops.c (_IO_unbuffer_write): Don't always free the + buffer. This is not necessary except in debug mode. If we don't + free the buffer but the FILE structure to a list. + (buffer_free): New function. Free buffers or tell _IO_unbuffer_write + to do so. + * libio/libio.h (struct _IO_FILE): Add new members to keep track + of which buffers have to be freed. + + * iconv/gconv_cache.c (free_mem): Don't call munmap if gconv_cache + is NULL. + +2005-10-14 Paul Eggert + + * malloc/obstack.c: Fix old comments. Update FSF snail mail address. + * malloc/obstack.h: Likewise. + + [BZ #321] + Fix portability bugs encountered when porting to Itanium. + * malloc/obstack.h (obstack_empty_p, obstack_finish): Do not + assume that the "contents" member is suitably aligned. It is + not, for some hosts and alignments: e.g., Itanium, long-double. + * malloc/obstack.c (_obstack_begin, _obstack_begin_1, + _obstack_newchunk): Likewise. + * malloc/obstack.c: Include , for size_t. + Include , if needed and available. + (DEFAULT_ALIGNMENT): Now an enum constant, not a macro. + Use C89 offsetof rather than K&R trick. + Use the maximum alignment of uintmax_t, long double, void * + rather than the alignment of double. + (union fooround): Use uintmax_t, long double, void * members + rather than just long and double. + + [BZ #321] + Fix portability bugs encountered when porting to the IBM iSeries, + where pointers are 256 bits wide and no integers are that wide. + * malloc/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove. + All uses changed to: + (__BPTR_ALIGN, __PTR_ALIGN): New macros. + (struct _obstack_chunk.temp): Change from int to a union + of pointer and int. All uses changed. + + [BZ #321] + * malloc/obstack.c (print_and_abort) [!_LIBC]: + Call fprintf (stderr, ...), not __fxprintf (NULL, ...). + [_LIBC && USE_IN_LIBIO]: Don't include ; no longer needed. + +2006-01-10 Derek Price + Paul Eggert + + [BZ #1060] + * posix/glob.c: Assume freestanding C89 compiler. Simplify cruft that + may be replaced with GNULIB modules. Make no attempt to find 64-bit + versions of file access functions directly when [!_LIBC]. + Don't define GLOB_* macros here. + (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK, DIRENT_MIGHT_BE_DIR): New + macros to abstract dirent->d_type access. + (GETPW_R_SIZE_MAX, GET_LOGIN_NAME_MAX): New macros to abstract sysconf + access. + +2006-01-10 Roland McGrath + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h + (PTR_MANGLE): Fix cast. + + * timezone/test-tz.c: Revert last change, updating to match + tzdata2005r definition of "MST". + +2006-01-10 Ulrich Drepper + + * include/bits/setjmp.h: Don't include jmpbuf-offsets.h if _ISOMAC is + defined. + +2006-01-10 Andreas Jaeger + + * include/time.h: Use normal comments. + +2006-01-10 Thomas Schwinge + + * hurd/sigunwind.c: Include instead of . + * sysdeps/mach/hurd/jmp-unwind.c: Likewise. + +2006-01-10 Jakub Jelinek + + * wcsmbs/bits/wchar2.h (vswprintf): Call __vswprintf_alias rather than + vswprintf recursively. + +2006-01-10 Ulrich Drepper + + * sysdeps/x86_64/bits/setjmp.h: Add back accidently removed #endif. + +2006-01-10 Roland McGrath + + * include/bits/setjmp.h: New file. + * setjmp/jmpbuf-offsets.h: New file. + * sysdeps/alpha/bits/setjmp.h: Move JB_* macros ... + * sysdeps/alpha/jmpbuf-offsets.h: ... here, new file. + * sysdeps/hppa/bits/setjmp.h (JB_SP): Macro moved ... + * sysdeps/hppa/jmpbuf-offsets.h: ... here, new file. + * sysdeps/i386/bits/setjmp.h: Move JB_* macros ... + * sysdeps/i386/jmpbuf-offsets.h: ... here, new file. + * sysdeps/mips/bits/setjmp.h (JB_PC): Macro removed. + * sysdeps/powerpc/bits/setjmp.h: Move JB_* macros ... + * sysdeps/powerpc/jmpbuf-offsets.h: ... here, new file. + * sysdeps/s390/bits/setjmp.h: Remove __JB_* macros. + * sysdeps/sh/bits/setjmp.h (JB_SIZE): Macro moved ... + * sysdeps/sh/jmpbuf-offsets.h: ... here, new file. + * sysdeps/sparc/sparc32/bits/setjmp.h: Move JB_* macros ... + * sysdeps/sparc/sparc32/jmpbuf-offsets.h: ... here, new file. + * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Remove JB_* macros. + * sysdeps/x86_64/bits/setjmp.h: Move JB_* macros ... + * sysdeps/x86_64/jmpbuf-offsets.h: ... here, new file. + + * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/powerpc/jmpbuf-unwind.h: ... here. + * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/alpha/jmpbuf-unwind.h: ... here. + * sysdeps/sparc/sparc32/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/sparc/sparc32/jmpbuf-unwind.h: ... here. + * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/i386/jmpbuf-unwind.h: ... here. + * sysdeps/x86_64/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/x86_64/jmpbuf-unwind.h: ... here. + * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/sh/jmpbuf-unwind.h: ... here. + * sysdeps/hppa/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/hppa/jmpbuf-unwind.h: ... here, new file. + * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/mips/jmpbuf-unwind.h: ... here. + * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/m68k/jmpbuf-unwind.h: ... here, new file. + * sysdeps/s390/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... + * sysdeps/s390/jmpbuf-unwind.h: ... here. + * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h (_JMPBUF_UNWINDS): + Move macro ... + * sysdeps/ia64/jmpbuf-unwind.h: ... here. + * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): + Move macro ... + * sysdeps/sparc/sparc64/jmpbuf-unwind.h: ... here. + + * sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/i386/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/ia64/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/mips/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/powerpc/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/s390/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/sh/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/sparc/sparc32/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/sparc/sparc64/jmpbuf-unwind.h: New file, moved from nptl/. + * sysdeps/x86_64/jmpbuf-unwind.h: New file, moved from nptl/. + + * sysdeps/linkmap.h: File removed. + +2006-01-07 Carlos O'Donell + + * sysdeps/hppa/elf/start.S (_start): Use PLABEL32 relocations + by using LR and RR. Add %sr0 to iitlbp. + +2006-01-09 Roland McGrath + + * timezone/private.h: Update from tzcode2005r. + * timezone/tzfile.h: Likewise. + * timezone/zdump.c: Likewise. + * timezone/zic.c: Likewise. + * timezone/africa: Update from tzdata2005r. + * timezone/antarctica: Likewise. + * timezone/asia: Likewise. + * timezone/australasia: Likewise. + * timezone/backward: Likewise. + * timezone/europe: Likewise. + * timezone/northamerica: Likewise. + * timezone/southamerica: Likewise. + * timezone/systemv: Likewise. + + * elf/Makefile ($(objpfx)reldep5.out): Fix dependency typo, + so we depend on $(objpfx)reldepmod6.so as intended. + +2006-01-09 Ulrich Drepper + + [BZ #2126] + * sysdeps/i386/i686/strtok.S: Store pointer to NUL byte if NULL is + returned. + * sysdeps/i386/strtok.S: Likewise. + * sysdeps/x86_64/strtok.S: Likewise. + * string/Makefile (tests): Add bug-strtok1. + * string/bug-strtok1.c: New file. + + * elf/check-textrel.c (AB): Also check for writable and executable + segments. + + * sysdeps/ieee754/dbl-64/e_exp2.c: Remove section attribute from + const variables, gas produces garbage. + * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise. + * sysdeps/ieee754/flt-32/e_expf.c: Likewise. + * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise. + +2006-01-09 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): Add + stack bias to mc_fp field. + + * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h + (struct kernel_stat): Rename st_[amc]time fields to st_[amc]time_sec. + (struct kernel_stat64): New type. + (_HAVE___UNUSED1, _HAVE___UNUSED2, _HAVE_STAT___UNUSED1, + _HAVE_STAT___UNUSED2, _HAVE_STAT___UNUSED3, _HAVE_STAT___UNUSED4, + _HAVE_STAT___UNUSED5, _HAVE_STAT___PAD1, _HAVE_STAT___PAD2, + _HAVE_STAT64___UNUSED1, _HAVE_STAT64___UNUSED2, + _HAVE_STAT64___UNUSED3, _HAVE_STAT64___UNUSED4, + _HAVE_STAT64___UNUSED5, _HAVE_STAT64___PAD1, _HAVE_STAT64___PAD2): + Remove. + * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Use i386/xstat.c. + * sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: + Use i386/fxstatat.c. + * sysdeps/unix/sysv/linux/sparc/sparc64/lxstat.c: Use i386/lxstat.c. + * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: New file. + * sysdeps/unix/sysv/linux/sparc/bits/stat.h (struct stat, + struct stat64): Add nsec resolution for 64-bit code like already done + for 32-bit code. + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL): Don't define + for sparc64. + (__ASSUME_STAT64_SYSCALL): Only define for sparc64 for >= 2.6.12 + kernels. + + * scripts/data/c++-types-sparc-linux-gnu.data: New file. + * scripts/data/c++-types-sparc64-linux-gnu.data: New file. + * scripts/data/c++-types-alpha-linux-gnu.data: Adjust. + +2006-01-08 Roland McGrath + + [BZ #1535] + * sysdeps/unix/get_child_max.c: New file. + * posix/get_child_max.c: New file. + * posix/Makefile (routines): Add it. + * include/sys/sysinfo.h (__get_child_max): Declare it. + * sysdeps/posix/sysconf.c (__sysconf) [! CHILD_MAX]: Use it. + + * sysdeps/unix/sysv/linux/futimes.c [!__NR_fcntl && __NR_fcntl64]: Use + fcntl64 syscall instead. + + * stdio-common/tst-fmemopen2.c (do_test): Add a cast. + * stdio-common/printf-parsemb.c (__find_specmb): Likewise. + + * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in + #include for kernel-features.h. + * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/select.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise. + * sysdeps/unix/sysv/linux/check_pf.c: Likewise. + * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise. + * sysdeps/unix/sysv/linux/clock_getres.c: Likewise. + * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise. + * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise. + * sysdeps/unix/sysv/linux/clock_settime.c: Likewise. + * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise. + * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise. + * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise. + * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise. + * sysdeps/unix/sysv/linux/ftruncate64.c: Likewise. + * sysdeps/unix/sysv/linux/futimes.c: Likewise. + * sysdeps/unix/sysv/linux/futimesat.c: Likewise. + * sysdeps/unix/sysv/linux/fxstat64.c: Likewise. + * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise. + * sysdeps/unix/sysv/linux/getcwd.c: Likewise. + * sysdeps/unix/sysv/linux/getdents.c: Likewise. + * sysdeps/unix/sysv/linux/i386/chown.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise. + * sysdeps/unix/sysv/linux/i386/lockf64.c: Likewise. + * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise. + * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise. + * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise. + * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise. + * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise. + * sysdeps/unix/sysv/linux/ifreq.c: Likewise. + * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise. + * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. + * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise. + * sysdeps/unix/sysv/linux/m68k/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise. + * sysdeps/unix/sysv/linux/mmap64.c: Likewise. + * sysdeps/unix/sysv/linux/msgctl.c: Likewise. + * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise. + * sysdeps/unix/sysv/linux/opendir.c: Likewise. + * sysdeps/unix/sysv/linux/poll.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/pread.c: Likewise. + * sysdeps/unix/sysv/linux/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/prof-freq.c: Likewise. + * sysdeps/unix/sysv/linux/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/pwrite64.c: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise. + * sysdeps/unix/sysv/linux/semctl.c: Likewise. + * sysdeps/unix/sysv/linux/setegid.c: Likewise. + * sysdeps/unix/sysv/linux/seteuid.c: Likewise. + * sysdeps/unix/sysv/linux/shmctl.c: Likewise. + * sysdeps/unix/sysv/linux/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/sigpending.c: Likewise. + * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise. + * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Likewise. + * sysdeps/unix/sysv/linux/statvfs64.c: Likewise. + * sysdeps/unix/sysv/linux/syslog.c: Likewise. + * sysdeps/unix/sysv/linux/testrtsig.h: Likewise. + * sysdeps/unix/sysv/linux/truncate64.c: Likewise. + * sysdeps/unix/sysv/linux/utimes.c: Likewise. + * sysdeps/unix/sysv/linux/xstat64.c: Likewise. + * sysdeps/unix/sysv/linux/xstatconv.h: Likewise. + +2006-01-07 Roland McGrath + + * po/libc.pot: Regenerated. + + * po/.cvsignore: List libc.pot.files, and not any .pot names. + + * manual/maint.texi (Porting): Don't mention Dist files. + * sysdeps/alpha/soft-fp/Dist: File removed. + * sysdeps/alpha/Dist: File removed. + * sysdeps/i386/i686/Dist: File removed. + * sysdeps/i386/soft-fp/Dist: File removed. + * sysdeps/i386/Dist: File removed. + * sysdeps/mips/soft-fp/Dist: File removed. + * sysdeps/mips/mips64/soft-fp/Dist: File removed. + * sysdeps/mips/mips64/Dist: File removed. + * sysdeps/mips/Dist: File removed. + * sysdeps/wordsize-32/Dist: File removed. + * sysdeps/m68k/fpu/switch/Dist: File removed. + * sysdeps/m68k/fpu/Dist: File removed. + * sysdeps/powerpc/powerpc64/Dist: File removed. + * sysdeps/powerpc/soft-fp/Dist: File removed. + * sysdeps/powerpc/powerpc32/fpu/Dist: File removed. + * sysdeps/powerpc/powerpc32/Dist: File removed. + * sysdeps/powerpc/fpu/Dist: File removed. + * sysdeps/powerpc/Dist: File removed. + * sysdeps/unix/common/Dist: File removed. + * sysdeps/unix/bsd/bsd4.4/Dist: File removed. + * sysdeps/unix/bsd/Dist: File removed. + * sysdeps/unix/sysv/linux/alpha/Dist: File removed. + * sysdeps/unix/sysv/linux/i386/Dist: File removed. + * sysdeps/unix/sysv/linux/mips/mips64/Dist: File removed. + * sysdeps/unix/sysv/linux/mips/Dist: File removed. + * sysdeps/unix/sysv/linux/m68k/Dist: File removed. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: File removed. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: File removed. + * sysdeps/unix/sysv/linux/powerpc/aix/Dist: File removed. + * sysdeps/unix/sysv/linux/powerpc/Dist: File removed. + * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: File removed. + * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: File removed. + * sysdeps/unix/sysv/linux/sparc/Dist: File removed. + * sysdeps/unix/sysv/linux/ia64/Dist: File removed. + * sysdeps/unix/sysv/linux/s390/s390-64/Dist: File removed. + * sysdeps/unix/sysv/linux/s390/Dist: File removed. + * sysdeps/unix/sysv/linux/s390/s390-32/Dist: File removed. + * sysdeps/unix/sysv/linux/sh/Dist: File removed. + * sysdeps/unix/sysv/linux/x86_64/Dist: File removed. + * sysdeps/unix/sysv/linux/hppa/Dist: File removed. + * sysdeps/unix/sysv/linux/Dist: File removed. + * sysdeps/unix/sysv/Dist: File removed. + * sysdeps/unix/Dist: File removed. + * sysdeps/generic/Dist: File removed. + * sysdeps/sparc/sparc32/soft-fp/Dist: File removed. + * sysdeps/sparc/sparc32/sparcv9/Dist: File removed. + * sysdeps/sparc/sparc32/sparcv8/Dist: File removed. + * sysdeps/sparc/sparc32/Dist: File removed. + * sysdeps/sparc/sparc64/soft-fp/Dist: File removed. + * sysdeps/sparc/sparc64/Dist: File removed. + * sysdeps/sparc/Dist: File removed. + * sysdeps/gnu/Dist: File removed. + * sysdeps/ia64/fpu/Dist: File removed. + * sysdeps/ia64/Dist: File removed. + * sysdeps/mach/mips/Dist: File removed. + * sysdeps/mach/hurd/alpha/Dist: File removed. + * sysdeps/mach/hurd/i386/Dist: File removed. + * sysdeps/mach/hurd/mips/Dist: File removed. + * sysdeps/mach/hurd/powerpc/Dist: File removed. + * sysdeps/mach/hurd/Dist: File removed. + * sysdeps/s390/s390-64/Dist: File removed. + * sysdeps/s390/Dist: File removed. + * sysdeps/s390/s390-32/Dist: File removed. + * sysdeps/sh/Dist: File removed. + * sysdeps/posix/Dist: File removed. + * sysdeps/ieee754/dbl-64/Dist: File removed. + * sysdeps/ieee754/ldbl-128/Dist: File removed. + * sysdeps/ieee754/flt-32/Dist: File removed. + * sysdeps/ieee754/Dist: File removed. + * sysdeps/x86_64/soft-fp/Dist: File removed. + * sysdeps/x86_64/Dist: File removed. + * sysdeps/hppa/Dist: File removed. + + * Makerules (common-clean): Don't remove distinfo file. + ($(objpfx)distinfo): Target removed. + * manual/Makefile (mostlyclean): Don't remove distinfo file. + (glibc-targets): Remove echo-distinfo. + + * scripts/list-sources.sh: New file. + * Makefile (TAGS): New target. + * po/Makefile (libc.pot, libc.pot.files): New targets. + * Makeconfig (XGETTEXT): New variable. + * Makerules ($(..)po/%.pot): Rule removed. + (TAGS): Target removed. + * Rules (subdir_TAGS): Target removed. + * MakeTAGS: File removed. + + * Makefile (iconvdata/% localedata/% po/% manual/%): Depend on FORCE. + * Makeconfig ($(all-Depend-files)): New targets with no-op commands. + +2004-08-03 Marco Gerards + + [BZ #2119] + * sysdeps/mach/hurd/bits/ioctls.h (SIOCGIFHWADDR): New macro. + +2006-01-07 Ulrich Drepper + + * stdio-common/tstdiomisc.c (F): Use NAN to get NaN value. + +2006-01-06 Ulrich Drepper + + * elf/tst-tls8.c (do_test): Use $ORIGIN in module names. + +2006-01-03 Steven Munroe + + * sysdeps/generic/sysdep.h (cfi_same_value): Define macro. + + * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve, + _dl_profile_resolve): Add CFI directives for stack and LR save. + Save LR in LRSAVE of previous frame per ABI. + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add CFI directives + for LR save. + * sysdeps/powerpc/powerpc32/lshift.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S + (__makecontext, __novec_makecontext): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Add CFI directive + for LR save to register. + * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Add CFI directive + for stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise. + * sysdeps/powerpc/powerpc32/ppc-mcount.S: Add CFI directives for stack + and LR save. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: + Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: + Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: + Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise. Don't use + negative stack addressing. + + * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve, + _dl_profile_resolve): Add CFI directives for stack and LR save. + * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Add CFI directives + for stack. + * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Add CFI + directives for stack and LR save. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Add CFI + directives for stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Add CFI + directives for stack. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S + (__getcontext, __novec_getcontext): Add CFI directives for stack + and LR save. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S + (__makecontext): Add CFI directives for stack and LR save. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S + (__setcontext, __novec_setcontext): Add CFI directives for stack + and LR save. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S + (__swapcontext, __novec_swapcontext): Add CFI directives for stack + and LR save. + +2006-01-06 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include tls.h. + (SYSCALL_ERROR_HANDLER_ENTRY): Use %g4 instead of %g2, to avoid + the need of .register directive for it. + * configure.in (libc_cv_asm_cfi_directives): Use CFI rel offset + 2047 instead of 0 in the test on sparc64. + +2006-01-06 Ulrich Drepper + + * scripts/check-c++-types.sh: Add more pthread types. + * scripts/data//c++-types-i386-linux-gnu.data: Adjust. + * scripts/data//c++-types-ia64-linux-gnu.data: Likewise. + * scripts/data//c++-types-powerpc-linux-gnu.data: Likewise. + * scripts/data//c++-types-powerpc64-linux-gnu.data: Likewise. + * scripts/data//c++-types-s390-linux-gnu.data: Likewise. + * scripts/data//c++-types-s390x-linux-gnu.data: Likewise. + * scripts/data//c++-types-x86_64-linux-gnu.data: Likewise. + + * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL_NCS): + Adjust for private->__private rename in tcbhead_t. + + [BZ #2114] + * ncsd/aicache.c: Don't use sendfile for records on the stack. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c: Likewise. + * nscd/initgrcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + Patch by dmueller@suse.com. + + * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Define MADV_REMOVE. + * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. + +2006-01-06 Roland McGrath + + * Makeconfig (+gnu-stabs): Remove ancient cruft. + + [BZ #2103] + * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_HWX25): Corrected macro + name (was typo ARPHDR_HWX25). + (ARPHRD_IEEE80211_PRISM, ARPHRD_IEEE80211_RADIOTAP): New macros. + (ARPHRD_VOID, ARPHRD_NONE): New macros. + + * sysdeps/wordsize-32/divdi3.c (__moddi3): Add a cast. + + * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro. + * posix/unistd.h [__USE_ATFILE]: Declare faccessat. + * io/faccessat.c: New file. + * sysdeps/unix/sysv/linux/faccessat.c: New file. + * io/Makefile (routines): Add faccessat. + * io/Versions (libc: GLIBC_2.4): Likewise. + * io/tst-faccessat.c: New file. + * io/Makefile (tests): Add it. + + * scripts/check-local-headers.sh: Revert last change. + + * io/euidaccess.c: Add eaccess as an alias. + * sysdeps/mach/hurd/euidaccess.c: Likewise. + * sysdeps/posix/euidaccess.c: Likewise. + * posix/unistd.h [__USE_GNU]: Declare eaccess. + * io/Versions (libc: GLIBC_2.4): Add eaccess. + +2005-12-04 Joseph S. Myers + + * soft-fp/Makefile (gcc-single-routines): Add unordsf2, + floatunsisf, floatundisf. + (gcc-double-routines): Add unorddf2, floatunsidf, floatundidf. + (gcc-quad-routines): Add unordtf2, floatunsitf, floatunditf. + * soft-fp/op-common.h (_FP_CMP_UNORD): Define. + * soft-fp/single.h (FP_CMP_UNORD_S): Define. + * soft-fp/double.h (FP_CMP_UNORD_D): Define. + * soft-fp/quad.h (FP_CMP_UNORD_Q): Define. + * soft-fp/extended.h (FP_CMP_UNORD_E): Define. + * soft-fp/unordsf2.c: New file. + * soft-fp/unorddf2.c: New file. + * soft-fp/unordtf2.c: New file. + * soft-fp/floatunsisf.c: New file. + * soft-fp/floatundisf.c: New file. + * soft-fp/floatunsidf.c: New file. + * soft-fp/floatundidf.c: New file. + * soft-fp/floatunsitf.c: New file. + * soft-fp/floatunditf.c: New file. + + * soft-fp/op-common.h (__FP_CLZ): Define using __builtin_clz, + __builtin_clzl and __builtin_clzll. + +2006-01-05 Mike Frysinger + + * include/alloca.h (extend_alloca): Fix typoed name 'extern_alloca'. + +2006-01-05 Jakub Jelinek + + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): + Only define for 2.6.12+ on s390{,x}. + (__ASSUME_GETDENTS32_D_TYPE): Only define for 2.6.8+ on most arches + and only for 2.6.11+ on s390{,x}. + +2006-01-05 Ulrich Drepper + + * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] + (struct waitlist): Don't add cond. + * sysdeps/pthread/aio_notify.c [!DONT_USE_BOOTSTRAP_MAP] + (__aio_notify): Use AIO_MISC_NOTIFY instead of pthread_cond_signal. + * sysdeps/pthread/aio_suspend.c [!DONT_USE_BOOTSTRAP_MAP]: Don't + use condvar, use AIO_MISC_WAIT. + * sysdeps/pthread/lio_listio.c: Likewise. + * rt/Makefile (tests): Add tst-aio9 and tst-aio10. + * rt/tst-aio9.c: New file. + * rt/tst-aio10.c: New file. + + * rt/tst-aio3.c: The thread is now supposed to be created. + +2006-01-05 Roland McGrath + + * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when + it or _GNU_SOURCE is defined. + * io/fcntl.h: Protect *at and AT_* with [__USE_ATFILE] instead of + [__USE_GNU]. + * libio/stdio.h: Likewise. + * posix/unistd.h: Likewise. + * time/sys/time.h: Likewise. + * io/sys/stat.h: Likewise. + + * io/sys/stat.h [__USE_GNU]: Declare fchmodat. + * io/fchmodat.c: New file. + * io/Makefile (routines): Add fchmodat. + * io/Versions (libc: GLIBC_2.4): Likewise. + * sysdeps/unix/sysv/linux/fchmodat.c: New file. + * io/tst-fchmodat.c: New file. + * io/Makefile (tests): Add it. + +2006-01-03 Steven Munroe + + * sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startproc + directive to ENTRY macros. + (END): Add cfi_endproc directive to END macro. + * sysdeps/powerpc/powerpc64/sysdep.h (ENTRY, EALIGN): Add cfi_startproc + directive to ENTRY macros. + (END, END_GEN_TB): Add cfi_endproc directive to END macros. + * sysdeps/powerpc/powerpc32/dl-start.S: Remove ENTRY()s for + _dl_start_user and _dl_main_dispatch. + * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Use END macro. + * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Use Likewise. + * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise. + * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise. + * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise. + * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Remove redundant + cfi_startproc and cfi_endproc. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise. + +2006-01-04 Ulrich Drepper + + * sysdeps/pthread/aio_misc.h (struct waitlist): Add result member. + * sysdeps/pthread/aio_notify.c (__aio_notify): For synchronous waiters, + failed I/O, and a result pointer, set value to -1. + * sysdeps/pthread/aio_suspend.c: Initialize result pointer to NULL. + * sysdeps/pthread/lio_listio.c: For LIO_WAIT, point result pointer in + wait list to local variable result. If nonzero afterwards, set errno + to EIO. For LIO_NOWAIT set result to NULL. + * rt/Makefile (tests): Add tst-aio8. + * rt/tst-aio8.c: New file. + +2005-12-25 Kristian Van Der Vliet + + * abi-tags (*-.*-syllable.*): New match, with ABI value 5. + * elf/cache.c (print_entry): Match the Syllable ABI tag. + +2006-01-04 Ulrich Drepper + + * include/stdlib.h: Make even more C++ compliant. + +2006-01-04 Joseph S. Myers + + * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Use + __SYSCALL_CLOBBERS. + +2006-01-03 H.J. Lu + + * configure.in (HAVE_LIBAUDIT): Check + audit_log_user_avc_message instead of audit_log_avc. + +2006-01-04 Joseph S. Myers + + * sysdeps/ieee754/bits/nan.h: Fix typo. + +2006-01-03 Jakub Jelinek + + * sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h. + + * sysdeps/sparc/sparc32/dl-machine.h (LD_SO_PRELOAD): Remove unused + define. + + * sysdeps/sparc/sparc32/bits/atomic.h: Include stdint.h, add + {,u}atomic*_t typedefs. + (__sparc32_atomic_do_lock): Add __volatile and memory clobber. + (__sparc32_atomic_do_unlock): Add memory barrier. + (__sparc32_atomic_do_lock24, __sparc32_atomic_do_unlock24): Define. + [!SHARED] (__v9_compare_and_exchange_val_32_acq): Define. + (__v7_compare_and_exchange_val_acq, __v7_compare_and_exchange_bool_acq, + __v7_exchange_acq, __v7_exchange_and_add, __v7_exchange_24_rel, + __v7_compare_and_exchange_val_24_acq, __atomic_is_v9, + atomic_exchange_acq, atomic_compare_and_exchange_val_24_acq, + atomic_exchange_24_rel): Define. + [SHARED] (atomic_exchange_and_add): Define. + [!SHARED] (__ATOMIC_HWCAP_SPARC_V9): Define. + [!SHARED] (_dl_hwcap): New weak decl. + * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_exchange_24_rel, + atomic_compare_and_exchange_val_24_acq): Define. + * sysdeps/sparc/sparc64/bits/atomic.h (atomic_exchange_24_rel, + atomic_compare_and_exchange_val_24_acq): Define. + +2006-01-03 Ulrich Drepper + + lio_listio should emit an event for each individual request in + addition to the global event. + * sysdeps/pthread/lio_listio.c (lio_listio): Renamed to + lio_listio_internal. Remove mode parameter check. Only set sigevent + type to SIGEV_NONE if LIO_NO_INDIVIDUAL_EVENT is set. + (__lio_listio_21): New function. Compatiblity version which sets + LIO_NO_INDIVIDUAL_EVENT before calling lio_listio_internal. + (__lio_listio_item_notify): New function. + * sysdeps/pthread/lio_listio64.c: Define __lio_listio_21 and + __lio_listio_item_notify macros. + * sysdeps/pthread/Versions: New file. + * rt/tst-aio2.c: Adjust test for new semantics of lio_listio. + * include/aio.h: Define LIO_NO_INDIVIDUAL_EVENT. + * Versions.def: Add GLIBC_2.4 for librt. + + * rt/Versions: Whitespace fix. + * sysdeps/pthread/aio_misc.c: Likewise. + + * nscd/connections.c (nscd_init): Remove if block which should + have been removed as part of the -S option removal. + +2006-01-03 Andreas Jaeger + + * scripts/check-local-headers.sh: Allow $includedir/c++. + +2006-01-03 Jakub Jelinek + + * posix/unistd.h (ctermid): Remove __nonnull attribute. + +2006-01-02 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PTR_MANGLE, + PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Define. + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PTR_MANGLE, + PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Define. + * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h [__WORDSIZE == 64] + (_JMPBUF_UNWINDS): Don't demangle uc_mcontext.mc_fp. + * sysdeps/sparc/sparc32/setjmp.S (__sigsetjmp): Mangle %fp, %sp + and %o7. + * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Demangle %fp, %sp + and %o7. + +2006-01-02 Jakub Jelinek + + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PTR_MANGLE2): + Define. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PTR_MANGLE2): + Likewise. + * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Demangle also %r15. + * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise. + * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Mangle also %r15. + * sysdeps/s390/s390-32/elf/setjmp.S (__sigsetjmp): Likewise. + * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp): Likewise. + * sysdeps/s390/s390-64/elf/setjmp.S (__sigsetjmp): Likewise. + + * sysdeps/s390/bits/setjmp.h (__jmp_buf): Add __s390_jmp_buf + struct tag to make C++ happy. + +2006-01-02 Ulrich Drepper + + * posix/Makefile ($(objpfx)annexc.out): Move -I.. to the end of + the include list. + +2006-01-01 Ulrich Drepper + + * posix/getconf.c: Update copyright year. + * nss/getent.c: Likewise. + * iconv/iconvconfig.c: Likewise. + * iconv/iconv_prog.c: Likewise. + * elf/ldconfig.c: Likewise. + * catgets/gencat.c: Likewise. + * csu/version.c: Likewise. + * elf/ldd.bash.in: Likewise. + * elf/sprof.c (print_version): Likewise. + * locale/programs/locale.c: Likewise. + * locale/programs/localedef.c: Likewise. + * nscd/nscd.c (print_version): Likewise. + * debug/xtrace.sh: Likewise. + * malloc/memusage.sh: Likewise. + * malloc/mtrace.pl: Likewise. + * debug/catchsegv.sh: Likewise. + +2005-12-31 Andreas Jaeger + + [BZ #1395] + * manual/filesys.texi (Symbolic Links): Fix description of + canonicalize_file_name based on patch by Oskar Liljeblad + . + +2005-12-29 Andreas Jaeger + + * resolv/res_debug.c (latlon2ul): Use ISO C function definition. + (precsize_aton): Likewise. + (precsize_ntoa): Likewise. + + * resolv/gethnamaddr.c (_gethtbyname): Remove extra prototype. + (gethostbyname2): Likewise. + (gethostbyaddr): Likewise. + (getanswer): Use ISO C function definition. + +2005-12-29 Kaz Kojima + + * sysdeps/sh/sysdep.h: Add cfi instrumentation to asm fragments. + * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise. + * sysdeps/sh/_mcount.S: Add cfi instrumentation. + * sysdeps/unix/sh/sysdep.S: Likewise. + * sysdeps/unix/sysv/linux/sh/makecontext.S: Adjust cfi_startproc. + * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Remove now duplicate + cfi_startproc and cfi_endproc. + * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sh/socket.S: Likewise. + * sysdeps/unix/sysv/linux/sh/sysdep.S: Add cfi_endproc. + +2005-12-30 Ulrich Drepper + + * sysdeps/powerpc/powerpc64/setjmp-common.S: Make sure pointer guard + value doesn't survive in a registers when the function returns. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise. + +2005-12-30 Jakub Jelinek + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Define + PTR_MANGLE2. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Define + PTR_MANGLE2 and PTR_DEMANGLE2. + * sysdeps/powerpc/powerpc64/__longjmp-common.S: Use PTR_DEMANGLE2. + * sysdeps/powerpc/powerpc64/setjmp-common.S: Use PTR_MANGLE2. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise. + +2005-12-30 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h (_JMPBUF_UNWINDS): + Don't use _demangle parameter for now. + + [BZ #2080] + * libio/iogetwline.c (_IO_getwline_info): Move return to correct + location. + + * nscd/connections.c: Remove last remnants of -S option support. + * nscd/nscd.c: Likewise. + * nscd/nscd.h: Likewise. + +2005-12-30 Andreas Jaeger + + [BZ #1067] + * sysdeps/unix/sysv/linux/mips/bits/socket.h: Fix struct msghdr + for 64-bit mips kernel. + +2005-12-08 Steven Munroe + Tom Gall + + * elf/rtld.c (dl_main): Initialize l_local_scope for sysinfo_map. + * sysdeps/powerpc/elf/libc-start.c: Move this... + * sysdeps/unix/sysv/linux/powerpc/libc-start.c: ...to here. + * sysdeps/powerpc/powerpc32/dl-start.S: Add _dl_main_dispatch label. + * sysdeps/powerpc/powerpc32/hp-timing.h: New file. + * sysdeps/unix/sysv/linux/powerpc/Versions: New file. + * sysdeps/unix/sysv/linux/clock_getres.c: If HAVE_CLOCK_GETRES_VSYSCALL + is not defined, redefine INTERNAL_VSYSCALL and INLINE_VSYSCALL to + INTERNAL_SYSCALL and INLINE_SYSCALL respectively. Otherwise include + . Use INLINE_VSYSCALL and INTERNAL_SYSCALL instead + of the normal versions throughout the code. + * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise if + HAVE_CLOCK_GETTIME_VSYSCALL is defined. + * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: New file. + * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: New file. + * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: New file. + * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use vDSO. + * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: New file. + * sysdeps/unix/sysv/linux/powerpc/Makefile: Add dl-vdso to routines. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Define + INLINE_VSYSCALL, INTERNAL_VSYSCALL, INTERNAL_SYSCALL_NCS, + INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK, HAVE_CLOCK_GETRES_VSYSCALL, + and HAVE_CLOCK_GETTIME_VSYSCALL. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise. + +2005-12-29 Ulrich Drepper + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h [ASSEMBLER]: + Define PTR_DEMANGLE2. + * sysdeps/powerpc/powerpc32/setjmp-common.S [PTR_MANGLE]: Also + mangle r1. + * sysdeps/powerpc/powerpc32/__longjmp-common.S [PTR_DEMANGLE]: Also + demangle r1. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [PTR_MANGLE]: Mangle + r0 and r1. + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [PTR_DEMANGLE]: + Demangle r0 and r1. + + * sysdeps/powerpc/powerpc64/setjmp-common.S [PTR_MANGLE]: Also + mangle r1. + * sysdeps/powerpc/powerpc64/__longjmp-common.S [PTR_DEMANGLE]: Also + demangle r1. + +2005-12-26 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: + Move common function to... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: + New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: + Move common function to... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: + New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: + Move common function to... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: + New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.sym + (_FRAME_BACKCHAIN, _FRAME_LR_SAVE, _FRAME_PARM_SAVE1, + _FRAME_PARM_SAVE2, _FRAME_PARM_SAVE3, _FRAME_PARM_SAVE4): + Remove unrelated stack frame defines. + +2005-12-29 Ulrich Drepper + + * stdio-common/tstdiomisc.c [FLT_EVAL_METHOD!=2] (dbl_max): + Defining as macro as before the last change. + + * sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined, + include the named file. + * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise. + +2005-12-29 Roland McGrath + + * sysdeps/mach/hurd/errno.c: New file. + + * sysdeps/mach/hurd/ioctl.c (__ioctl): Use a union to avoid a cast. + + * sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast. + + * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast. + * hurd/report-wait.c (_S_msg_report_wait): Likewise. + + * include/sys/xattr.h: New file. + +2005-12-28 Roland McGrath + + * hurd/sigunwind.c: Include . + * sysdeps/mach/hurd/jmp-unwind.c: Likewise. + +2005-12-28 Ulrich Drepper + + * nscd/selinux.c (log_callback): Use audit_log_user_avc_message. + Don't do anything if audit_fd is invalid. + (audit_init): Don't complain if kernel support is missing. + Patch by Steve Grubb . + + * sysdeps/i386/__longjmp.S [PTR_DEMANGLE]: Also demangle stack + pointer. Add CFI. + * sysdeps/i386/bsd-_setjmp.S [PTR_MANGLE]: Also mangle stack pointer. + * sysdeps/i386/bsd-setjmp.S: Likewise. + * sysdeps/i386/setjmp.S: Likewise. + + * sysdeps/x86_64/__longjmp.S: No need to make sure return value is + != 0, the caller did that. + +2005-12-27 Roland McGrath + + * sysdeps/x86_64/__longjmp.S: Don't confuse unwinder by loading + mangled values in %rbp and %rsp registers and by wrong cfi. + + * config.make.in (c++-sysincludes): New substituted variable. + * configure.in (CXX_SYSINCLUDES): New substituted variable. + * configure: Regenerated. + * Makeconfig (CXXFLAGS): Prepend $(c++-sysincludes) here. + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h + (PTR_MANGLE): Fix cast. + + * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Take third argument + DEMANGLE, and pass SP value through it. + * sysdeps/hppa/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/s390/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/sparc/sparc32/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Likewise. + * sysdeps/x86_64/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. + * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Pass inline + demangler function to _JMPBUF_UNWINDS. + * sysdeps/mach/hurd/jmp-unwind.c (demangle_ptr): New function. + (_longjmp_unwind): Pass it to _JMPBUF_UNWINDS. + + * posix/tst-execle1.c (do_test): Add a const. + * posix/tst-execle2.c (do_test): Likewise. + + * posix/transbug.c (run_test): Add some casts. + * posix/bug-regex22.c (main): Likewise. + * posix/bug-regex5.c (main): Likewise. + * wcsmbs/tst-mbsrtowcs.c (main): Likewise. + * string/test-strspn.c (do_test, do_random_tests): Likewise. + * string/test-strrchr.c (do_test, do_random_tests): Likewise. + * string/test-strlen.c (do_random_tests): Likewise. + * string/test-strpbrk.c (do_test, do_random_tests): Likewise. + * string/test-strcmp.c (do_random_tests): Likewise. + * string/test-strchr.c (do_test, do_random_tests): Likewise. + * string/test-strcat.c (do_test, do_random_tests): Likewise. + * string/test-strncpy.c (do_random_tests): Likewise. + * string/test-strcpy.c (do_test, do_random_tests): Likewise. + * string/test-memccpy.c (do_test): Likewise. + * string/test-memmove.c (do_test, do_random_tests): Likewise. + * string/test-memcpy.c (do_test, do_random_tests): Likewise. + * string/test-memcmp.c (do_test, do_random_tests): Likewise. + * string/test-memchr.c (do_test, do_random_tests): Likewise. + * dlfcn/bug-atexit1.c (do_test): Fix up prototype in cast. + * stdio-common/tst-fgets.c (do_test): Add a cast. + * iconvdata/bug-iconv4.c (xiconv): Add a cast. + + * locale/programs/simple-hash.c (insert_entry_2): Remove useless casts. + + * resolv/herror.c (herror): Remove unused extern decl. + + * libio/obprintf.c: Include "strfile.h". + + * elf/order2mod2.c (init): Cast ignored value to void. + +2005-12-27 Jakub Jelinek + + * elf/ldconfig.c (search_dir): Skip prelink temporaries. + +2005-12-27 Ulrich Drepper + + * elf/tst-tls13.c (do_test): Avoid using the library path when + looking for tst-tlsmod13a.so. + + * stdio-common/tstdiomisc.c: If FLT_EVAL_METHOD is 2, use long + double math to generate NaN results. + + * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEAD + and ENOTRECOVERABLE if not already defined. + * sysdeps/unix/sysv/linux/alpha/bits/errno.h: Likewise. + +2005-12-27 Jakub Jelinek + + * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist-compat + entry for up to 138 errnos. + +2005-12-27 Jakub Jelinek + + * iconv/gconv_trans.c (__gconv_transliterate): Demangle step __fct + before calling it. + +2005-12-27 David S. Miller + + * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist-compat + entry for up to 134 errnos. + +2005-12-26 Ulrich Drepper + + * Versions.def: Add GLIBC_2.4 for libpthread. + +2005-12-25 Ulrich Drepper + + * stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so + that $(..)/bits is not found early. + +2005-12-24 Ulrich Drepper + + * manual/errno.texi: Add new Linux errno codes. + * sysdeps/unix/sysv/linux/Versions: Add new errlist-compat entry + for up to 132 errnos. + * sysdeps/unix/sysv/linux/bits/errno.h: Define EOWNERDEAD and + ENOTRECOVERABLE if not already defined. + +2005-12-23 Ulrich Drepper + + [BZ #1566] + * sysdeps/i386/i586/memusage.h: New file. + * sysdeps/i386/memusage.h: Don't define GETTIME. + +2005-12-22 Ulrich Drepper + + [BZ #1499] + * misc/syslog.c (SyslogAddr): Use sockaddr_un instead of sockaddr. + (openlog_internal): Adjust for this change. + + * Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn which + are not understood by the C++ compiler. + * Makerules: Add rules to build C++ code for test cases. + * include/stdlib.h: Protect for inclusion in C++ code. + * include/time.h: Likewise. + +2005-12-22 Roland McGrath + + * Makerules [gen-as-const-headers] (tests): Add one test per .sym + file, not just one. + ($(objpfx)test-as-const.c): Target replaced with ... + ($(objpfx)test-as-const-%.c): ... this pattern rule. + (generated): Add those files. + +2005-12-22 Ulrich Drepper + + * test-skeleton.c (timeout_handler): Rewrite ts initialization for + C++ compatibility. + + * sysdeps/x86_64/__longjmp.S: Also protect SP and BP. + * sysdeps/x86_64/setjmp.S: Likewise. + +2005-12-21 Roland McGrath + + * sysdeps/unix/sysv/linux/i386/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/i386/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: File removed. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: New file. + * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = stdlib]: + (gen-as-const-headers): Add it. + * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise. + * sysdeps/unix/sysv/linux/sh/Makefile: Likewise. + * sysdeps/unix/sysv/linux/s390/Makefile: Likewise. + * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise. + * stdlib/tst-ucontext-off.c: File removed. + * stdlib/Makefile (tests): Remove it. + + * scripts/gen-as-const.awk: Support generating a test program. + * Makerules [gen-as-const-headers] (tests): Add test-as-const. + [gen-as-const-headers] ($(objpfx)test-as-const.c): New target. + + * sysdeps/generic/bits: Subdirectory and all files moved to ... + * bits: ... here, new subdirectory. + * Makeconfig (+includes): Reordered includes to put build and sysdeps + dirs first after $(..)include, $(sysincludes) last. + + [BZ #2066] + * intl/l10nflist.c (_nl_make_l10nflist): Free ABS_FILENAME when later + malloc fails. + +2005-12-21 Jakub Jelinek + + * sysdeps/powerpc/fpu/libm-test-ulps: Update for GCC 4.1 prerelease. + +2005-12-21 Roland McGrath + + * sysdeps/mach/hurd/ifreq.c: Add missing #includes. + + * elf/cache.c: Use <> rather than "" #includes. + * elf/chroot_canon.c: Likewise. + * elf/dl-lookup.c: Likewise. + * elf/ldconfig.c: Likewise. + * elf/readlib.c: Likewise. + * elf/rtld.c: Likewise. + * gmon/mcount.c: Likewise. + * hurd/hurdfault.c: Likewise. + * hurd/hurdsig.c: Likewise. + * hurd/report-wait.c: Likewise. + * hurd/sigunwind.c: Likewise. + * mach/setup-thread.c: Likewise. + * rt/aio_read64.c: Likewise. + * rt/aio_sigqueue.c: Likewise. + * rt/aio_write64.c: Likewise. + * soft-fp/soft-fp.h: Likewise. + * stdio-common/tmpfile64.c: Likewise. + * sysdeps/mach/hurd/fork.c: Likewise. + * sysdeps/mach/hurd/hppa/trampoline.c: Likewise. + * sysdeps/mach/hurd/i386/trampoline.c: Likewise. + * sysdeps/mach/hurd/mips/trampoline.c: Likewise. + * sysdeps/mach/hurd/powerpc/trampoline.c: Likewise. + * sysdeps/posix/sprofil.c: Likewise. + * sysdeps/pthread/aio_cancel.c: Likewise. + * sysdeps/pthread/aio_fsync.c: Likewise. + * sysdeps/pthread/aio_read64.c: Likewise. + * sysdeps/pthread/aio_read.c: Likewise. + * sysdeps/pthread/aio_suspend.c: Likewise. + * sysdeps/pthread/aio_write64.c: Likewise. + * sysdeps/pthread/aio_write.c: Likewise. + * sysdeps/pthread/lio_listio64.c: Likewise. + * sysdeps/pthread/lio_listio.c: Likewise. + * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise. + * sysdeps/unix/sysv/tcflow.c: Likewise. + + * sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast. + + * elf/dl-error.c (_dl_signal_error): Use .__jmpbuf in __longjmp call. + + * csu/dso_handle.c (__dso_handle): Add const to pointer type too. + +2005-12-21 Ulrich Drepper + + * iconv/gconv_conf.c: Initialize empty_path_elem. + + * sysdeps/ieee754/dbl-64/halfulp.c: Mark tab54 as static and const. + * sysdeps/i386/fpu/e_expl.c: Mark c0 and c1 as const. + * sysdeps/ieee754/flt-32/s_expm1f.c: Make sure huge and tiny end + up in .rodata. + * sysdeps/ieee754/flt-32/e_exp2f.c: Make sure TWO127 and TWOM100 + end up in .rodata. + * sysdeps/ieee754/flt-32/e_expf.c: Likewise. + * sysdeps/ieee754/dbl-64/e_exp2.c: Make sure TWO1023 and TWOM1000 + end up in .rodata. + +2005-12-21 Thorsten Kukuk + + * elf/readlib.c: Fix include of readelflib.c. + +2005-12-21 Ulrich Drepper + + [BZ #1962] + * io/fts.c (fts_open): Change type of len to size_t. + (fts_build): Remove cast in call to fts_alloc. + (fts_alloc): Change third parameter's type to size_t. + + [BZ #1960] + * io/fts.c (fts_open): Avoid function call in MAX macro use. + +2005-12-20 Ulrich Drepper + + * locale/xlocale.c (_nl_C_locobj): Mark as const. + * include/locale.h: Define _nl_C_locobj_ptr. + * iconv/gconv_charset.h: Use _nl_C_locobj_ptr instead of using pointer + to _nl_C_locobj because we also need a cast. + * iconv/gconv_conf.c: Likewise. + * iconv/gconv_int.h: Likewise. + * iconv/gconv_open.c: Likewise. + * locale/duplocale.c: Likewise. + * locale/freelocale.c: Likewise. + * locale/newlocale.c: Likewise. + * misc/syslog.c: Likewise. + * stdlib/strtod_l.c: Likewise. + * sysdeps/unix/sysv/linux/getloadavg.c: Likewise. + + * csu/dso_handle.c (__dso_handle): Mark as const. + + * intl/plural-exp.c (GERMANIC_PLURAL): Mark as const. + * intl/plural-exp.h: Adjust declaration of + __gettext_germanic_plural. + + * resolv/herror.c (h_errlist): Mark as const. + (h_nerr): Likewise. + +2005-12-15 Thomas Schwinge + + [BZ #2061] + * sysdeps/mach/hurd/xmknod.c (__xmknod): Handle S_IFREG. + +2005-12-20 Roland McGrath + + * sysdeps/unix/sysv/linux/ifreq.h: File removed. + * sysdeps/unix/sysv/linux/ifreq.c: #include "kernel-features.h" here. + + * sysdeps/mach/hurd/ifreq.h: File removed. + (__ifreq): Function moved to ... + * sysdeps/mach/hurd/ifreq.c: ... here, new file. + +2005-12-20 Ulrich Drepper + + * sunrpc/clnt_unix.c (unix_ops): Mark as const. + * sunrpc/auth_des.c (authdes_ops): Likewise. + * sunrpc/svc_raw.c (server_ops): Likewise. + * sunrpc/clnt_udp.c (udp_ops): Likewise. + * sunrpc/clnt_tcp.c (tcp_ops): Likewise. + * sunrpc/clnt_raw.c (client_ops): Likewise. + * sunrpc/auth_unix.c (auth_unix_ops): Likewise. + * sunrpc/auth_none.c (ops): Likewise. + + * nss/nsswitch.c (databases): Mark as const. Change name field + into array. + * nss/databases.def: Add warning. + + * resolv/res_hconf.c (arg_service_list): Reduce size of svcs and + mark const. + (cmd): Mark as const. + (parse_line): Mark c as pointer to const. + + * misc/getusershell.c (initshells): Remove unnecessary tests. + (endusershell): Likewise. + (okshells): Mark as const. + + * sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations. + * sysdeps/posix/gai_strerror-strs.h: New file. + * sysdeps/posix/Dist: New file. + + * sysdeps/posix/getaddrinfo.c (gaih): Mark as const. + * locale/loadlocale.c (_nl_value_types): Likewise. + * iconv/gconv_conf.c (builtin_aliases): Likewise. + * iconv/gconv_open.c (internal_trans_names): Likewise. + +2005-12-19 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/sysdep.h: Include tls.h. + (PTR_MANGLE, PTR_DEMANGLE): Define. + (SYSCALL_ERROR_HANDLER): Fix typo. + * sysdeps/sh/sh4/__longjmp.S: Use PTR_DEMANGLE if defined. + * sysdeps/sh/sh3/__longjmp.S: Likewise. + * sysdeps/sh/sh4/setjmp.S: Use PTR_MANGLE if defined. + * sysdeps/sh/sh3/setjmp.S: Likewise. + +2005-12-20 Jakub Jelinek + + * sysdeps/ia64/fpu/libm-test-ulps: Update for GCC 4.1 prerelease. + + * sysdeps/unix/sysv/linux/time.c: If __NR_time is not defined, + use sysdeps/unix/time.c implementation. + +2005-12-20 Jakub Jelinek + + * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc, + __libc_memalign): Add prototypes and libc_hidden_proto resp. + defines for !_LIBC. + (tr_freehook): Call __libc_free instead of free. + (tr_mallochook): Call __libc_malloc instead of malloc. + (tr_reallochook): Call __libc_realloc instead of realloc. + (tr_memalignhook): Call __libc_memalign instead of memalign. + * malloc/mcheck.c: Include stdlib.h. + (__libc_malloc, __libc_free, __libc_realloc, + __libc_memalign): Add prototypes and libc_hidden_proto resp. + defines for !_LIBC. + (freehook): Call __libc_free instead of free. + (mallochook): Call __libc_malloc instead of malloc. + (reallochook): Call __libc_realloc instead of realloc. + (memalignhook): Call __libc_memalign instead of memalign. + (mcheck): Call __libc_malloc and __libc_free instead of + malloc and free. + +2005-12-19 Ulrich Drepper + + [BZ #1955] + * timezone/zic.c (tofile;): Fix typo in symlink creation. + Patch by Phil Estes . + + [BZ #1952] + * sysdeps/unix/sysv/linux/time.c: New file. + * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove time entry. + +2005-12-15 Thomas Schwinge + + * io/xmknodat.c: Include . + * misc/futimesat.c: Remove weak_alias and correct stub_warning. + * stdio-common/renameat.c (renameat): Fix typo. + +2005-12-16 Thorsten Kukuk + + [BZ #1978] + * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags): + Map more filesystem types to a string. + * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add SYSFS_MAGIC. + +2005-12-19 Jakub Jelinek + + * locale/Makefile (programs/%-kw.h): Run $(GPERF) inside of the + programs subdirectory. + + * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use + PTR_DEMANGLE for PC if defined. + * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): + Likewise. + * sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): Likewise. + * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Xor %r14 with + THREAD_GET_POINTER_GUARD () if PTR_DEMANGLE is defined. + * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise. + * sysdeps/powerpc/powerpc32/setjmp-common.S (__sigsetjmp): Use + PTR_MANGLE for PC if defined. + * sysdeps/powerpc/powerpc64/setjmp-common.S (__sigsetjmp): Likewise. + * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise. + Avoid call to __sigjmp_save if IS_IN_rtld. + * sysdeps/s390/s390-32/elf/setjmp.S (__sigsetjmp): Likewise. + * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp): Likewise. + * sysdeps/s390/s390-64/elf/setjmp.S (__sigsetjmp): Likewise. + * sysdeps/unix/sysv/linux/ia64/setjmp.S (__sigsetjmp): Likewise. + * sysdeps/unix/sysv/linux/ia64/sysdep.h (PTR_MANGLE, PTR_DEMANGLE): + Define. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Include tls.h. + (PTR_MANGLE, PTR_DEMANGLE): Define. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Include tls.h + (PTR_MANGLE, PTR_DEMANGLE): Define. + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include tls.h. + (PTR_MANGLE, PTR_DEMANGLE): Define. + (SYSCALL_ERROR_HANDLER): Add missing semicolons. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Include tls.h. + (PTR_MANGLE, PTR_DEMANGLE): Define. + * sysdeps/unix/sysv/linux/s390/s390-64/socket.S (__socket): Add + SYSCALL_ERROR_HANDLER. + +2005-12-19 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Handle NO_WEAK_ALIAS. + * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise. + Patch by Clint Adams. + +2005-12-16 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/sys/user.h: Copy struct user and + dependent definitions from the kernel header to sys/user.h and + remove the #include of asm/user.h. + +2005-12-19 Ulrich Drepper + + * sysdeps/gnu/Makefile: Make sure the correct errlist.c file is + used when generating errlist-compat.c. + +2005-12-18 Ulrich Drepper + + * iconv/gconv.c: Demangle pointers before use if necessary. + * iconv/gconv_cache.c: Likewise. + * iconv/skeleton.c: Likewise. + * libio/iofwide.c: Likewise. + * wcsmbs/btowc.c: Likewise. + * wcsmbs/mbrtowc.c: Likewise. + * wcsmbs/mbsnrtowcs.c: Likewise. + * wcsmbs/mbsrtowcs_l.c: Likewise. + * wcsmbs/wcrtomb.c: Likewise. + * wcsmbs/wcsnrtombs.c: Likewise. + * wcsmbs/wcsrtombs.c: Likewise. + * wcsmbs/wctob.c: Likewise. + * iconv_gconv_db.c: Likewise. After init functions returns mangle + btowc pointer if necessary. + * iconv/gconv_dl.c: Mangle function pointers retrieved from dlsym. + + * iconv/gconv_builtin.c (builtin_map): Change type of size + information fields to int8_t. + + * libio/iofwide.c (__libio_codecvt): Mark as const. + (__libio_translit): Likewise. + * libio/libioP.h (__libio_codecvt): Adjust declaraction. + + * wcsmbs/wcsmbsload.c (to_wc): Mark as const. + (to_mb): Likewise. + +2005-12-18 Richard Henderson + + * sysdeps/alpha/libc-tls.c: Fix directory on include of base file. + +2005-12-18 Ulrich Drepper + + * iconv/gconv_builtin.c: Mark map with attribute_relro. + + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define C + version for inside ld.so. + + * elf/rtld.c (dl_main): Don't use hp timing code unless it's available. + + * sysdeps/powerpc/powerpc32/setjmp-common.S [IS_IN_rtld]: Avoid + call to __sigjmp_save. + * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. + + * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in + flavor field last and protect with memory barrier. + * stdlib/on_exit.c: Likewise. + * stdlib/cxa_finalize.c: Use PTR_DEMANGLE on function pointer before + using it. + * stdlib/exit.c: Likewise. + + * sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MANGLE and + PTR_DEMANGLE for C code in libc. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. + +2005-12-17 Ulrich Drepper + + * elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined. + * elf/rtld.c: Define __pointer_chk_guard_local and if necessary + __pointer_chk_guard. + (_rtld_global_ro): Initialize _dl_pointer_guard. + (dl_main): Initialize __pointer_chk_guard_local and either + __pointer_chk_guard or TLS value if necessary. + (process_envvars): Recognize and handle LD_POINTER_GUARD. + * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_pointer_guard. + * sysdeps/i386/__longjmp.S: Use PTR_DEMANGLE for PC if defined. + * sysdeps/x86_64/__longjmp.S: Likewise. + * sysdeps/i386/bsd-_setjmp.S: Use PTR_MANGLE for PC if defined. + * sysdeps/i386/bsd-_setjmp.S: Likewise. + * sysdeps/i386/setjmp.S: Likewise. + [IS_IN_rtld]: Avoid call to __sigjmp_save. + * sysdeps/i386/setjmp.S: Likewise. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MANGLE and + PTR_DEMANGLE. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. + + * sysdeps/i386/elf/setjmp.S: Removed. + * sysdeps/i386/elf/bsd-setjmp.S: Removed. + + * elf/dl-error.c (_dl_catch_error): Use __sigsetgjmp instead of + setjmp. + * elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp. + * elf/dl-minimal.c (longjmp): Remove definition. + + * sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp. + +2005-12-14 Thorsten Kukuk + + * nscd/Makefile: Don't build nscd_nischeck. + * nscd/nscd_nischeck.c: Removed. + +2005-12-15 Ulrich Drepper + + * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code in + separate function __atfct_seterrno_2. + * include/fcntl.h: Declare __atfct_seterrno_2. + * posix/unistd.h: Declare linkat, symlinkat, readlinkat. + * io/Makefile (routines): Add linkat, symlinkat, readlinkat. + * io/Versions [GLIBC_2.4]: Export linkat, symlinkat, readlinkat. + * io/linkat.c: New file. + * io/readlinkat.c: New file. + * io/symlinkat.c: New file. + * sysdeps/unix/sysv/linux/linkat.c: New file. + * sysdeps/unix/sysv/linux/readlinkat.c: New file. + * sysdeps/unix/sysv/linux/symlinkat.c: New file. + +2005-12-15 Roland McGrath + + [BZ #1997] + * manual/stdio.texi (String Streams): For open_memstream, elaborate a + little on malloc reference. + + * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. + * sysdeps/alpha/fpu/s_cacoshf.c: Likewise. + * sysdeps/alpha/fpu/s_casinf.c: Likewise. + * sysdeps/alpha/fpu/s_casinhf.c: Likewise. + * sysdeps/alpha/fpu/s_catanf.c: Likewise. + * sysdeps/alpha/fpu/s_catanhf.c: Likewise. + * sysdeps/alpha/fpu/s_ccosf.c: Likewise. + * sysdeps/alpha/fpu/s_ccoshf.c: Likewise. + * sysdeps/alpha/fpu/s_cexpf.c: Likewise. + * sysdeps/alpha/fpu/s_clog10f.c: Likewise. + * sysdeps/alpha/fpu/s_clogf.c: Likewise. + * sysdeps/alpha/fpu/s_cpowf.c: Likewise. + * sysdeps/alpha/fpu/s_cprojf.c: Likewise. + * sysdeps/alpha/fpu/s_csinf.c: Likewise. + * sysdeps/alpha/fpu/s_csinhf.c: Likewise. + * sysdeps/alpha/fpu/s_csqrtf.c: Likewise. + * sysdeps/alpha/fpu/s_ctanf.c: Likewise. + * sysdeps/alpha/fpu/s_ctanhf.c: Likewise. + * sysdeps/alpha/libc-tls.c: Likewise. + * sysdeps/gnu/glob64.c: Likewise. + * sysdeps/gnu/updwtmp.c: Likewise. + * sysdeps/gnu/utmp_file.c: Likewise. + * sysdeps/i386/bzero.c: Likewise. + * sysdeps/i386/ffs.c: Likewise. + * sysdeps/i386/i686/ffs.c: Likewise. + * sysdeps/i386/memset.c: Likewise. + * sysdeps/ia64/fpu/printf_fphex.c: Likewise. + * sysdeps/ia64/libc-tls.c: Likewise. + * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise. + * sysdeps/m68k/ffs.c: Likewise. + * sysdeps/mach/hurd/getdents.c: Likewise. + * sysdeps/mach/hurd/init-posix.c: Likewise. + * sysdeps/mach/msync.c: Likewise. + * sysdeps/mips/libc-tls.c: Likewise. + * sysdeps/posix/profil.c: Likewise. + * sysdeps/posix/shm_open.c: Likewise. + * sysdeps/posix/shm_unlink.c: Likewise. + * sysdeps/posix/sprofil.c: Likewise. + * sysdeps/powerpc/ffs.c: Likewise. + * sysdeps/rs6000/ffs.c: Likewise. + * sysdeps/s390/libc-tls.c: Likewise. + * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise. + * sysdeps/unix/sysv/linux/alpha/wordexp.c: Likewise. + * sysdeps/unix/sysv/linux/ftruncate64.c: Likewise. + * sysdeps/unix/sysv/linux/gai_sigqueue.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getmsg.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise. + * sysdeps/unix/sysv/linux/i386/putmsg.c: Likewise. + * sysdeps/unix/sysv/linux/i386/readelflib.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + * sysdeps/unix/sysv/linux/ia64/readelflib.c: Likewise. + * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/readelflib.c: Likewise. + * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise. + * sysdeps/unix/sysv/linux/mq_close.c: Likewise. + * sysdeps/unix/sysv/linux/mq_getattr.c: Likewise. + * sysdeps/unix/sysv/linux/mq_notify.c: Likewise. + * sysdeps/unix/sysv/linux/mq_open.c: Likewise. + * sysdeps/unix/sysv/linux/mq_receive.c: Likewise. + * sysdeps/unix/sysv/linux/mq_send.c: Likewise. + * sysdeps/unix/sysv/linux/mq_unlink.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/readelflib.c: Likewise. + * sysdeps/unix/sysv/linux/s390/readelflib.c: Likewise. + * sysdeps/unix/sysv/linux/sched_getaffinity.c: Likewise. + * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise. + * sysdeps/unix/sysv/linux/sigqueue.c: Likewise. + * sysdeps/unix/sysv/linux/sigstack.c: Likewise. + * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise. + * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/readelflib.c: Likewise. + * sysdeps/unix/sysv/linux/truncate64.c: Likewise. + * sysdeps/unix/sysv/linux/vfork.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Likewise. + + * sysdeps/unix/sysv/linux/Makefile (inhibit-siglist): Removed. + +2005-12-13 Ulrich Drepper + + * locale/programs/charmap-kw.h: Regenerated with new gperf. + * locale/programs/locfile-kw.h: Likewise. + + * Makeconfig (+includes): Look in current directory late. + * Makerules: Add rules from rules before the rules for the current + directory. + * sysdeps/generic/__longjmp.c: Moved to... + * setjmp/__longjmp.c: ...here. + * sysdeps/generic/_exit.c: Moved to... + * posix/_exit.c: ...here. + * sysdeps/generic/_strerror.c: Moved to... + * string/_strerror.c: ...here. + * sysdeps/generic/abort.c: Moved to... + * stdlib/abort.c: ...here. + * sysdeps/generic/accept.c: Moved to... + * socket/accept.c: ...here. + * sysdeps/generic/access.c: Moved to... + * io/access.c: ...here. + * sysdeps/generic/acct.c: Moved to... + * misc/acct.c: ...here. + * sysdeps/generic/add_n.c: Moved to... + * stdlib/add_n.c: ...here. + * sysdeps/generic/addmul_1.c: Moved to... + * stdlib/addmul_1.c: ...here. + * sysdeps/generic/adjtime.c: Moved to... + * time/adjtime.c: ...here. + * sysdeps/generic/aio_cancel.c: Moved to... + * rt/aio_cancel.c: ...here. + * sysdeps/generic/aio_fsync.c: Moved to... + * rt/aio_fsync.c: ...here. + * sysdeps/generic/aio_misc.c: Moved to... + * rt/aio_misc.c: ...here. + * sysdeps/generic/aio_notify.c: Moved to... + * rt/aio_notify.c: ...here. + * sysdeps/generic/aio_read.c: Moved to... + * rt/aio_read.c: ...here. + * sysdeps/generic/aio_read64.c: Moved to... + * rt/aio_read64.c: ...here. + * sysdeps/generic/aio_sigqueue.c: Moved to... + * rt/aio_sigqueue.c: ...here. + * sysdeps/generic/aio_suspend.c: Moved to... + * rt/aio_suspend.c: ...here. + * sysdeps/generic/aio_write.c: Moved to... + * rt/aio_write.c: ...here. + * sysdeps/generic/aio_write64.c: Moved to... + * rt/aio_write64.c: ...here. + * sysdeps/generic/alarm.c: Moved to... + * posix/alarm.c: ...here. + * sysdeps/generic/allocrtsig.c: Moved to... + * signal/allocrtsig.c: ...here. + * sysdeps/generic/alphasort64.c: Moved to... + * dirent/alphasort64.c: ...here. + * sysdeps/generic/backtrace.c: Moved to... + * debug/backtrace.c: ...here. + * sysdeps/generic/backtracesyms.c: Moved to... + * debug/backtracesyms.c: ...here. + * sysdeps/generic/backtracesymsfd.c: Moved to... + * debug/backtracesymsfd.c: ...here. + * sysdeps/generic/bb_init_func.c: Moved to... + * gmon/bb_init_func.c: ...here. + * sysdeps/generic/bcopy.c: Moved to... + * string/bcopy.c: ...here. + * sysdeps/generic/bind.c: Moved to... + * socket/bind.c: ...here. + * sysdeps/generic/brdinit.c: Moved to... + * bare/brdinit.c: ...here. + * sysdeps/generic/brk.c: Moved to... + * misc/brk.c: ...here. + * sysdeps/generic/bsd-_setjmp.c: Moved to... + * setjmp/bsd-_setjmp.c: ...here. + * sysdeps/generic/bsd-setjmp.c: Moved to... + * setjmp/bsd-setjmp.c: ...here. + * sysdeps/generic/bzero.c: Moved to... + * string/bzero.c: ...here. + * sysdeps/generic/cabsf.c: Moved to... + * math/cabsf.c: ...here. + * sysdeps/generic/cargf.c: Moved to... + * math/cargf.c: ...here. + * sysdeps/generic/chdir.c: Moved to... + * io/chdir.c: ...here. + * sysdeps/generic/check_fds.c: Moved to... + * csu/check_fds.c: ...here. + * sysdeps/generic/check_pf.c: Moved to... + * inet/check_pf.c: ...here. + * sysdeps/generic/chflags.c: Moved to... + * misc/chflags.c: ...here. + * sysdeps/generic/chmod.c: Moved to... + * io/chmod.c: ...here. + * sysdeps/generic/chown.c: Moved to... + * io/chown.c: ...here. + * sysdeps/generic/chroot.c: Moved to... + * misc/chroot.c: ...here. + * sysdeps/generic/cimagf.c: Moved to... + * math/cimagf.c: ...here. + * sysdeps/generic/clock.c: Moved to... + * time/clock.c: ...here. + * sysdeps/generic/clock_getcpuclockid.c: Moved to... + * rt/clock_getcpuclockid.c: ...here. + * sysdeps/generic/clock_getres.c: Moved to... + * rt/clock_getres.c: ...here. + * sysdeps/generic/clock_gettime.c: Moved to... + * rt/clock_gettime.c: ...here. + * sysdeps/generic/clock_nanosleep.c: Moved to... + * rt/clock_nanosleep.c: ...here. + * sysdeps/generic/clock_settime.c: Moved to... + * rt/clock_settime.c: ...here. + * sysdeps/generic/close.c: Moved to... + * io/close.c: ...here. + * sysdeps/generic/closedir.c: Moved to... + * dirent/closedir.c: ...here. + * sysdeps/generic/cmp.c: Moved to... + * stdlib/cmp.c: ...here. + * sysdeps/generic/conjf.c: Moved to... + * math/conjf.c: ...here. + * sysdeps/generic/connect.c: Moved to... + * socket/connect.c: ...here. + * sysdeps/generic/console.c: Moved to... + * bare/console.c: ...here. + * sysdeps/generic/crealf.c: Moved to... + * math/crealf.c: ...here. + * sysdeps/generic/creat.c: Moved to... + * io/creat.c: ...here. + * sysdeps/generic/creat64.c: Moved to... + * io/creat64.c: ...here. + * sysdeps/generic/ctermid.c: Moved to... + * stdio-common/ctermid.c: ...here. + * sysdeps/generic/cuserid.c: Moved to... + * stdio-common/cuserid.c: ...here. + * sysdeps/generic/dbl2mpn.c: Moved to... + * stdlib/dbl2mpn.c: ...here. + * sysdeps/generic/dirfd.c: Moved to... + * dirent/dirfd.c: ...here. + * sysdeps/generic/div.c: Moved to... + * stdlib/div.c: ...here. + * sysdeps/generic/divmod_1.c: Moved to... + * stdlib/divmod_1.c: ...here. + * sysdeps/generic/divrem.c: Moved to... + * stdlib/divrem.c: ...here. + * sysdeps/generic/dl-brk.c: Moved to... + * elf/dl-brk.c: ...here. + * sysdeps/generic/dl-cache.c: Moved to... + * elf/dl-cache.c: ...here. + * sysdeps/generic/dl-environ.c: Moved to... + * elf/dl-environ.c: ...here. + * sysdeps/generic/dl-execstack.c: Moved to... + * elf/dl-execstack.c: ...here. + * sysdeps/generic/dl-fptr.c: Moved to... + * elf/dl-fptr.c: ...here. + * sysdeps/generic/dl-origin.c: Moved to... + * elf/dl-origin.c: ...here. + * sysdeps/generic/dl-sbrk.c: Moved to... + * elf/dl-sbrk.c: ...here. + * sysdeps/generic/dl-symaddr.c: Moved to... + * elf/dl-symaddr.c: ...here. + * sysdeps/generic/dl-sysdep.c: Moved to... + * elf/dl-sysdep.c: ...here. + * sysdeps/generic/dl-tls.c: Moved to... + * elf/dl-tls.c: ...here. + * sysdeps/generic/dl-trampoline.c: Moved to... + * elf/dl-trampoline.c: ...here. + * sysdeps/generic/dup.c: Moved to... + * io/dup.c: ...here. + * sysdeps/generic/dup2.c: Moved to... + * io/dup2.c: ...here. + * sysdeps/generic/e_acoshl.c: Moved to... + * math/e_acoshl.c: ...here. + * sysdeps/generic/e_acosl.c: Moved to... + * math/e_acosl.c: ...here. + * sysdeps/generic/e_asinl.c: Moved to... + * math/e_asinl.c: ...here. + * sysdeps/generic/e_atan2l.c: Moved to... + * math/e_atan2l.c: ...here. + * sysdeps/generic/e_atanhl.c: Moved to... + * math/e_atanhl.c: ...here. + * sysdeps/generic/e_coshl.c: Moved to... + * math/e_coshl.c: ...here. + * sysdeps/generic/e_exp10.c: Moved to... + * math/e_exp10.c: ...here. + * sysdeps/generic/e_exp10f.c: Moved to... + * math/e_exp10f.c: ...here. + * sysdeps/generic/e_exp10l.c: Moved to... + * math/e_exp10l.c: ...here. + * sysdeps/generic/e_exp2l.c: Moved to... + * math/e_exp2l.c: ...here. + * sysdeps/generic/e_expl.c: Moved to... + * math/e_expl.c: ...here. + * sysdeps/generic/e_fmodl.c: Moved to... + * math/e_fmodl.c: ...here. + * sysdeps/generic/e_gammal_r.c: Moved to... + * math/e_gammal_r.c: ...here. + * sysdeps/generic/e_hypotl.c: Moved to... + * math/e_hypotl.c: ...here. + * sysdeps/generic/e_j0l.c: Moved to... + * math/e_j0l.c: ...here. + * sysdeps/generic/e_j1l.c: Moved to... + * math/e_j1l.c: ...here. + * sysdeps/generic/e_jnl.c: Moved to... + * math/e_jnl.c: ...here. + * sysdeps/generic/e_lgammal_r.c: Moved to... + * math/e_lgammal_r.c: ...here. + * sysdeps/generic/e_log10l.c: Moved to... + * math/e_log10l.c: ...here. + * sysdeps/generic/e_log2l.c: Moved to... + * math/e_log2l.c: ...here. + * sysdeps/generic/e_logl.c: Moved to... + * math/e_logl.c: ...here. + * sysdeps/generic/e_powl.c: Moved to... + * math/e_powl.c: ...here. + * sysdeps/generic/e_rem_pio2l.c: Moved to... + * math/e_rem_pio2l.c: ...here. + * sysdeps/generic/e_scalb.c: Moved to... + * math/e_scalb.c: ...here. + * sysdeps/generic/e_scalbf.c: Moved to... + * math/e_scalbf.c: ...here. + * sysdeps/generic/e_scalbl.c: Moved to... + * math/e_scalbl.c: ...here. + * sysdeps/generic/e_sinhl.c: Moved to... + * math/e_sinhl.c: ...here. + * sysdeps/generic/e_sqrtl.c: Moved to... + * math/e_sqrtl.c: ...here. + * sysdeps/generic/enbl-secure.c: Moved to... + * elf/enbl-secure.c: ...here. + * sysdeps/generic/endutxent.c: Moved to... + * login/endutxent.c: ...here. + * sysdeps/generic/environ.c: Moved to... + * posix/environ.c: ...here. + * sysdeps/generic/errlist.c: Moved to... + * stdio-common/errlist.c: ...here. + * sysdeps/generic/errno-loc.c: Moved to... + * csu/errno-loc.c: ...here. + * sysdeps/generic/errno-loc.c: Moved to... + * csu/errno-loc.c: ...here. + * sysdeps/generic/errno.c: Moved to... + * csu/errno.c: ...here. + * sysdeps/generic/euidaccess.c: Moved to... + * io/euidaccess.c: ...here. + * sysdeps/generic/exc2signal.c: Moved to... + * hurd/exc2signal.c: ...here. + * sysdeps/generic/execve.c: Moved to... + * posix/execve.c: ...here. + * sysdeps/generic/fattach.c: Moved to... + * streams/fattach.c: ...here. + * sysdeps/generic/fchdir.c: Moved to... + * io/fchdir.c: ...here. + * sysdeps/generic/fchflags.c: Moved to... + * misc/fchflags.c: ...here. + * sysdeps/generic/fchmod.c: Moved to... + * io/fchmod.c: ...here. + * sysdeps/generic/fchown.c: Moved to... + * io/fchown.c: ...here. + * sysdeps/generic/fchownat.c: Moved to... + * io/fchownat.c: ...here. + * sysdeps/generic/fclrexcpt.c: Moved to... + * math/fclrexcpt.c: ...here. + * sysdeps/generic/fcntl.c: Moved to... + * io/fcntl.c: ...here. + * sysdeps/generic/fdatasync.c: Moved to... + * misc/fdatasync.c: ...here. + * sysdeps/generic/fdetach.c: Moved to... + * streams/fdetach.c: ...here. + * sysdeps/generic/fdopendir.c: Moved to... + * dirent/fdopendir.c: ...here. + * sysdeps/generic/fedisblxcpt.c: Moved to... + * math/fedisblxcpt.c: ...here. + * sysdeps/generic/feenablxcpt.c: Moved to... + * math/feenablxcpt.c: ...here. + * sysdeps/generic/fegetenv.c: Moved to... + * math/fegetenv.c: ...here. + * sysdeps/generic/fegetexcept.c: Moved to... + * math/fegetexcept.c: ...here. + * sysdeps/generic/fegetround.c: Moved to... + * math/fegetround.c: ...here. + * sysdeps/generic/feholdexcpt.c: Moved to... + * math/feholdexcpt.c: ...here. + * sysdeps/generic/fesetenv.c: Moved to... + * math/fesetenv.c: ...here. + * sysdeps/generic/fesetround.c: Moved to... + * math/fesetround.c: ...here. + * sysdeps/generic/feupdateenv.c: Moved to... + * math/feupdateenv.c: ...here. + * sysdeps/generic/fexecve.c: Moved to... + * posix/fexecve.c: ...here. + * sysdeps/generic/ffs.c: Moved to... + * string/ffs.c: ...here. + * sysdeps/generic/ffsll.c: Moved to... + * string/ffsll.c: ...here. + * sysdeps/generic/fgetexcptflg.c: Moved to... + * math/fgetexcptflg.c: ...here. + * sysdeps/generic/fgetxattr.c: Moved to... + * misc/fgetxattr.c: ...here. + * sysdeps/generic/flistxattr.c: Moved to... + * misc/flistxattr.c: ...here. + * sysdeps/generic/flock.c: Moved to... + * io/flock.c: ...here. + * sysdeps/generic/flockfile.c: Moved to... + * stdio-common/flockfile.c: ...here. + * sysdeps/generic/fork.c: Moved to... + * posix/fork.c: ...here. + * sysdeps/generic/fpathconf.c: Moved to... + * posix/fpathconf.c: ...here. + * sysdeps/generic/fpu_control.c: Moved to... + * math/fpu_control.c: ...here. + * sysdeps/generic/fraiseexcpt.c: Moved to... + * math/fraiseexcpt.c: ...here. + * sysdeps/generic/fremovexattr.c: Moved to... + * misc/fremovexattr.c: ...here. + * sysdeps/generic/fsetexcptflg.c: Moved to... + * math/fsetexcptflg.c: ...here. + * sysdeps/generic/fsetxattr.c: Moved to... + * misc/fsetxattr.c: ...here. + * sysdeps/generic/fstatfs.c: Moved to... + * io/fstatfs.c: ...here. + * sysdeps/generic/fstatfs64.c: Moved to... + * io/fstatfs64.c: ...here. + * sysdeps/generic/fstatvfs.c: Moved to... + * io/fstatvfs.c: ...here. + * sysdeps/generic/fstatvfs64.c: Moved to... + * io/fstatvfs64.c: ...here. + * sysdeps/generic/fsync.c: Moved to... + * misc/fsync.c: ...here. + * sysdeps/generic/ftestexcept.c: Moved to... + * math/ftestexcept.c: ...here. + * sysdeps/generic/ftime.c: Moved to... + * time/ftime.c: ...here. + * sysdeps/generic/ftruncate.c: Moved to... + * misc/ftruncate.c: ...here. + * sysdeps/generic/ftruncate64.c: Moved to... + * misc/ftruncate64.c: ...here. + * sysdeps/generic/ftrylockfile.c: Moved to... + * stdio-common/ftrylockfile.c: ...here. + * sysdeps/generic/funlockfile.c: Moved to... + * stdio-common/funlockfile.c: ...here. + * sysdeps/generic/futimes.c: Moved to... + * misc/futimes.c: ...here. + * sysdeps/generic/futimesat.c: Moved to... + * misc/futimesat.c: ...here. + * sysdeps/generic/fxstat.c: Moved to... + * io/fxstat.c: ...here. + * sysdeps/generic/fxstat64.c: Moved to... + * io/fxstat64.c: ...here. + * sysdeps/generic/fxstatat.c: Moved to... + * io/fxstatat.c: ...here. + * sysdeps/generic/fxstatat64.c: Moved to... + * io/fxstatat64.c: ...here. + * sysdeps/generic/gai_sigqueue.c: Moved to... + * resolv/gai_sigqueue.c: ...here. + * sysdeps/generic/gai_strerror.c: Moved to... + * posix/gai_strerror.c: ...here. + * sysdeps/generic/get_clockfreq.c: Moved to... + * rt/get_clockfreq.c: ...here. + * sysdeps/generic/getaddrinfo.c: Moved to... + * posix/getaddrinfo.c: ...here. + * sysdeps/generic/getclktck.c: Moved to... + * misc/getclktck.c: ...here. + * sysdeps/generic/getcontext.c: Moved to... + * stdlib/getcontext.c: ...here. + * sysdeps/generic/getcwd.c: Moved to... + * io/getcwd.c: ...here. + * sysdeps/generic/getdents.c: Moved to... + * dirent/getdents.c: ...here. + * sysdeps/generic/getdents64.c: Moved to... + * dirent/getdents64.c: ...here. + * sysdeps/generic/getdomain.c: Moved to... + * misc/getdomain.c: ...here. + * sysdeps/generic/getdtsz.c: Moved to... + * misc/getdtsz.c: ...here. + * sysdeps/generic/getegid.c: Moved to... + * posix/getegid.c: ...here. + * sysdeps/generic/getenv.c: Moved to... + * stdlib/getenv.c: ...here. + * sysdeps/generic/geteuid.c: Moved to... + * posix/geteuid.c: ...here. + * sysdeps/generic/getgid.c: Moved to... + * posix/getgid.c: ...here. + * sysdeps/generic/getgroups.c: Moved to... + * posix/getgroups.c: ...here. + * sysdeps/generic/gethostid.c: Moved to... + * misc/gethostid.c: ...here. + * sysdeps/generic/gethostname.c: Moved to... + * misc/gethostname.c: ...here. + * sysdeps/generic/getipv4sourcefilter.c: Moved to... + * inet/getipv4sourcefilter.c: ...here. + * sysdeps/generic/getitimer.c: Moved to... + * time/getitimer.c: ...here. + * sysdeps/generic/getloadavg.c: Moved to... + * misc/getloadavg.c: ...here. + * sysdeps/generic/getlogin.c: Moved to... + * posix/getlogin.c: ...here. + * sysdeps/generic/getlogin_r.c: Moved to... + * posix/getlogin_r.c: ...here. + * sysdeps/generic/getmsg.c: Moved to... + * streams/getmsg.c: ...here. + * sysdeps/generic/getpagesize.c: Moved to... + * misc/getpagesize.c: ...here. + * sysdeps/generic/getpeername.c: Moved to... + * socket/getpeername.c: ...here. + * sysdeps/generic/getpgid.c: Moved to... + * posix/getpgid.c: ...here. + * sysdeps/generic/getpgrp.c: Moved to... + * posix/getpgrp.c: ...here. + * sysdeps/generic/getpid.c: Moved to... + * posix/getpid.c: ...here. + * sysdeps/generic/getpmsg.c: Moved to... + * streams/getpmsg.c: ...here. + * sysdeps/generic/getppid.c: Moved to... + * posix/getppid.c: ...here. + * sysdeps/generic/getpriority.c: Moved to... + * resource/getpriority.c: ...here. + * sysdeps/generic/getpt.c: Moved to... + * login/getpt.c: ...here. + * sysdeps/generic/getresgid.c: Moved to... + * posix/getresgid.c: ...here. + * sysdeps/generic/getresuid.c: Moved to... + * posix/getresuid.c: ...here. + * sysdeps/generic/getrlimit.c: Moved to... + * resource/getrlimit.c: ...here. + * sysdeps/generic/getrlimit64.c: Moved to... + * resource/getrlimit64.c: ...here. + * sysdeps/generic/getrusage.c: Moved to... + * resource/getrusage.c: ...here. + * sysdeps/generic/getsid.c: Moved to... + * posix/getsid.c: ...here. + * sysdeps/generic/getsockname.c: Moved to... + * socket/getsockname.c: ...here. + * sysdeps/generic/getsockopt.c: Moved to... + * socket/getsockopt.c: ...here. + * sysdeps/generic/getsourcefilter.c: Moved to... + * inet/getsourcefilter.c: ...here. + * sysdeps/generic/getsysstats.c: Moved to... + * misc/getsysstats.c: ...here. + * sysdeps/generic/gettimeofday.c: Moved to... + * time/gettimeofday.c: ...here. + * sysdeps/generic/getuid.c: Moved to... + * posix/getuid.c: ...here. + * sysdeps/generic/getutmp.c: Moved to... + * login/getutmp.c: ...here. + * sysdeps/generic/getutmpx.c: Moved to... + * login/getutmpx.c: ...here. + * sysdeps/generic/getutxent.c: Moved to... + * login/getutxent.c: ...here. + * sysdeps/generic/getutxid.c: Moved to... + * login/getutxid.c: ...here. + * sysdeps/generic/getutxline.c: Moved to... + * login/getutxline.c: ...here. + * sysdeps/generic/getxattr.c: Moved to... + * misc/getxattr.c: ...here. + * sysdeps/generic/glob.c: Moved to... + * posix/glob.c: ...here. + * sysdeps/generic/glob64.c: Moved to... + * posix/glob64.c: ...here. + * sysdeps/generic/grantpt.c: Moved to... + * login/grantpt.c: ...here. + * sysdeps/generic/group_member.c: Moved to... + * posix/group_member.c: ...here. + * sysdeps/generic/gtty.c: Moved to... + * misc/gtty.c: ...here. + * sysdeps/generic/herrno-loc.c: Moved to... + * inet/herrno-loc.c: ...here. + * sysdeps/generic/htonl.c: Moved to... + * inet/htonl.c: ...here. + * sysdeps/generic/htons.c: Moved to... + * inet/htons.c: ...here. + * sysdeps/generic/if_index.c: Moved to... + * inet/if_index.c: ...here. + * sysdeps/generic/ifaddrs.c: Moved to... + * inet/ifaddrs.c: ...here. + * sysdeps/generic/ifreq.c: Moved to... + * inet/ifreq.c: ...here. + * sysdeps/generic/init-first.c: Moved to... + * csu/init-first.c: ...here. + * sysdeps/generic/init-posix.c: Moved to... + * posix/init-posix.c: ...here. + * sysdeps/generic/inlines.c: Moved to... + * stdlib/inlines.c: ...here. + * sysdeps/generic/ioctl.c: Moved to... + * misc/ioctl.c: ...here. + * sysdeps/generic/isastream.c: Moved to... + * streams/isastream.c: ...here. + * sysdeps/generic/isatty.c: Moved to... + * io/isatty.c: ...here. + * sysdeps/generic/isfdtype.c: Moved to... + * socket/isfdtype.c: ...here. + * sysdeps/generic/jmp-unwind.c: Moved to... + * setjmp/jmp-unwind.c: ...here. + * sysdeps/generic/k_cosl.c: Moved to... + * math/k_cosl.c: ...here. + * sysdeps/generic/k_rem_pio2l.c: Moved to... + * math/k_rem_pio2l.c: ...here. + * sysdeps/generic/k_sincosl.c: Moved to... + * math/k_sincosl.c: ...here. + * sysdeps/generic/k_sinl.c: Moved to... + * math/k_sinl.c: ...here. + * sysdeps/generic/k_tanl.c: Moved to... + * math/k_tanl.c: ...here. + * sysdeps/generic/kill.c: Moved to... + * signal/kill.c: ...here. + * sysdeps/generic/killpg.c: Moved to... + * signal/killpg.c: ...here. + * sysdeps/generic/labs.c: Moved to... + * stdlib/labs.c: ...here. + * sysdeps/generic/lchmod.c: Moved to... + * io/lchmod.c: ...here. + * sysdeps/generic/lchown.c: Moved to... + * io/lchown.c: ...here. + * sysdeps/generic/ldbl2mpn.c: Moved to... + * stdlib/ldbl2mpn.c: ...here. + * sysdeps/generic/ldiv.c: Moved to... + * stdlib/ldiv.c: ...here. + * sysdeps/generic/lgetxattr.c: Moved to... + * misc/lgetxattr.c: ...here. + * sysdeps/generic/libc-start.c: Moved to... + * csu/libc-start.c: ...here. + * sysdeps/generic/libc-tls.c: Moved to... + * csu/libc-tls.c: ...here. + * sysdeps/generic/libc_fatal.c: Moved to... + * libio/libc_fatal.c: ...here. + * sysdeps/generic/link.c: Moved to... + * io/link.c: ...here. + * sysdeps/generic/lio_listio.c: Moved to... + * rt/lio_listio.c: ...here. + * sysdeps/generic/lio_listio64.c: Moved to... + * rt/lio_listio64.c: ...here. + * sysdeps/generic/listen.c: Moved to... + * socket/listen.c: ...here. + * sysdeps/generic/listxattr.c: Moved to... + * misc/listxattr.c: ...here. + * sysdeps/generic/llabs.c: Moved to... + * stdlib/llabs.c: ...here. + * sysdeps/generic/lldiv.c: Moved to... + * stdlib/lldiv.c: ...here. + * sysdeps/generic/llistxattr.c: Moved to... + * misc/llistxattr.c: ...here. + * sysdeps/generic/lockf.c: Moved to... + * io/lockf.c: ...here. + * sysdeps/generic/lockf64.c: Moved to... + * io/lockf64.c: ...here. + * sysdeps/generic/longjmp-ts.c: Moved to... + * hurd/longjmp-ts.c: ...here. + * sysdeps/generic/longjmp.c: Moved to... + * setjmp/longjmp.c: ...here. + * sysdeps/generic/lremovexattr.c: Moved to... + * misc/lremovexattr.c: ...here. + * sysdeps/generic/lseek.c: Moved to... + * misc/lseek.c: ...here. + * sysdeps/generic/lseek64.c: Moved to... + * io/lseek64.c: ...here. + * sysdeps/generic/lsetxattr.c: Moved to... + * misc/lsetxattr.c: ...here. + * sysdeps/generic/lshift.c: Moved to... + * stdlib/lshift.c: ...here. + * sysdeps/generic/lutimes.c: Moved to... + * misc/lutimes.c: ...here. + * sysdeps/generic/lxstat.c: Moved to... + * io/lxstat.c: ...here. + * sysdeps/generic/lxstat64.c: Moved to... + * io/lxstat64.c: ...here. + * sysdeps/generic/madvise.c: Moved to... + * misc/madvise.c: ...here. + * sysdeps/generic/makecontext.c: Moved to... + * stdlib/makecontext.c: ...here. + * sysdeps/generic/memccpy.c: Moved to... + * string/memccpy.c: ...here. + * sysdeps/generic/memchr.c: Moved to... + * string/memchr.c: ...here. + * sysdeps/generic/memcmp.c: Moved to... + * string/memcmp.c: ...here. + * sysdeps/generic/memcpy.c: Moved to... + * string/memcpy.c: ...here. + * sysdeps/generic/memcpy_chk.c: Moved to... + * debug/memcpy_chk.c: ...here. + * sysdeps/generic/memmem.c: Moved to... + * string/memmem.c: ...here. + * sysdeps/generic/memmove.c: Moved to... + * string/memmove.c: ...here. + * sysdeps/generic/memmove_chk.c: Moved to... + * debug/memmove_chk.c: ...here. + * sysdeps/generic/mempcpy.c: Moved to... + * string/mempcpy.c: ...here. + * sysdeps/generic/mempcpy_chk.c: Moved to... + * debug/mempcpy_chk.c: ...here. + * sysdeps/generic/memrchr.c: Moved to... + * string/memrchr.c: ...here. + * sysdeps/generic/memset.c: Moved to... + * string/memset.c: ...here. + * sysdeps/generic/memset_chk.c: Moved to... + * debug/memset_chk.c: ...here. + * sysdeps/generic/mig-reply.c: Moved to... + * mach/mig-reply.c: ...here. + * sysdeps/generic/mincore.c: Moved to... + * misc/mincore.c: ...here. + * sysdeps/generic/mkdir.c: Moved to... + * io/mkdir.c: ...here. + * sysdeps/generic/mkdirat.c: Moved to... + * io/mkdirat.c: ...here. + * sysdeps/generic/mkfifo.c: Moved to... + * io/mkfifo.c: ...here. + * sysdeps/generic/mkfifoat.c: Moved to... + * io/mkfifoat.c: ...here. + * sysdeps/generic/mknod.c: Moved to... + * io/mknod.c: ...here. + * sysdeps/generic/mknodat.c: Moved to... + * io/mknodat.c: ...here. + * sysdeps/generic/mlock.c: Moved to... + * misc/mlock.c: ...here. + * sysdeps/generic/mlockall.c: Moved to... + * misc/mlockall.c: ...here. + * sysdeps/generic/mmap.c: Moved to... + * misc/mmap.c: ...here. + * sysdeps/generic/mmap64.c: Moved to... + * misc/mmap64.c: ...here. + * sysdeps/generic/mod_1.c: Moved to... + * stdlib/mod_1.c: ...here. + * sysdeps/generic/morecore.c: Moved to... + * malloc/morecore.c: ...here. + * sysdeps/generic/mp_clz_tab.c: Moved to... + * stdlib/mp_clz_tab.c: ...here. + * sysdeps/generic/mpn2dbl.c: Moved to... + * stdlib/mpn2dbl.c: ...here. + * sysdeps/generic/mpn2flt.c: Moved to... + * stdlib/mpn2flt.c: ...here. + * sysdeps/generic/mpn2ldbl.c: Moved to... + * stdlib/mpn2ldbl.c: ...here. + * sysdeps/generic/mprotect.c: Moved to... + * misc/mprotect.c: ...here. + * sysdeps/generic/mq_close.c: Moved to... + * rt/mq_close.c: ...here. + * sysdeps/generic/mq_getattr.c: Moved to... + * rt/mq_getattr.c: ...here. + * sysdeps/generic/mq_notify.c: Moved to... + * rt/mq_notify.c: ...here. + * sysdeps/generic/mq_open.c: Moved to... + * rt/mq_open.c: ...here. + * sysdeps/generic/mq_receive.c: Moved to... + * rt/mq_receive.c: ...here. + * sysdeps/generic/mq_send.c: Moved to... + * rt/mq_send.c: ...here. + * sysdeps/generic/mq_setattr.c: Moved to... + * rt/mq_setattr.c: ...here. + * sysdeps/generic/mq_timedreceive.c: Moved to... + * rt/mq_timedreceive.c: ...here. + * sysdeps/generic/mq_timedsend.c: Moved to... + * rt/mq_timedsend.c: ...here. + * sysdeps/generic/mq_unlink.c: Moved to... + * rt/mq_unlink.c: ...here. + * sysdeps/generic/msgctl.c: Moved to... + * sysvipc/msgctl.c: ...here. + * sysdeps/generic/msgget.c: Moved to... + * sysvipc/msgget.c: ...here. + * sysdeps/generic/msgrcv.c: Moved to... + * sysvipc/msgrcv.c: ...here. + * sysdeps/generic/msgsnd.c: Moved to... + * sysvipc/msgsnd.c: ...here. + * sysdeps/generic/msync.c: Moved to... + * misc/msync.c: ...here. + * sysdeps/generic/mul.c: Moved to... + * stdlib/mul.c: ...here. + * sysdeps/generic/mul_1.c: Moved to... + * stdlib/mul_1.c: ...here. + * sysdeps/generic/mul_n.c: Moved to... + * stdlib/mul_n.c: ...here. + * sysdeps/generic/munlock.c: Moved to... + * misc/munlock.c: ...here. + * sysdeps/generic/munlockall.c: Moved to... + * misc/munlockall.c: ...here. + * sysdeps/generic/munmap.c: Moved to... + * misc/munmap.c: ...here. + * sysdeps/generic/nanosleep.c: Moved to... + * posix/nanosleep.c: ...here. + * sysdeps/generic/nice.c: Moved to... + * resource/nice.c: ...here. + * sysdeps/generic/nscd_setup_thread.c: Moved to... + * nscd/nscd_setup_thread.c: ...here. + * sysdeps/generic/open.c: Moved to... + * io/open.c: ...here. + * sysdeps/generic/open64.c: Moved to... + * io/open64.c: ...here. + * sysdeps/generic/openat.c: Moved to... + * io/openat.c: ...here. + * sysdeps/generic/openat64.c: Moved to... + * io/openat64.c: ...here. + * sysdeps/generic/opendir.c: Moved to... + * dirent/opendir.c: ...here. + * sysdeps/generic/opensock.c: Moved to... + * socket/opensock.c: ...here. + * sysdeps/generic/pathconf.c: Moved to... + * posix/pathconf.c: ...here. + * sysdeps/generic/pause.c: Moved to... + * posix/pause.c: ...here. + * sysdeps/generic/pipe.c: Moved to... + * io/pipe.c: ...here. + * sysdeps/generic/poll.c: Moved to... + * io/poll.c: ...here. + * sysdeps/generic/posix_fadvise.c: Moved to... + * io/posix_fadvise.c: ...here. + * sysdeps/generic/posix_fadvise64.c: Moved to... + * io/posix_fadvise64.c: ...here. + * sysdeps/generic/posix_fallocate.c: Moved to... + * io/posix_fallocate.c: ...here. + * sysdeps/generic/posix_fallocate64.c: Moved to... + * io/posix_fallocate64.c: ...here. + * sysdeps/generic/posix_madvise.c: Moved to... + * posix/posix_madvise.c: ...here. + * sysdeps/generic/pread.c: Moved to... + * posix/pread.c: ...here. + * sysdeps/generic/pread64.c: Moved to... + * posix/pread64.c: ...here. + * sysdeps/generic/printf_fphex.c: Moved to... + * stdio-common/printf_fphex.c: ...here. + * sysdeps/generic/prof-freq.c: Moved to... + * gmon/prof-freq.c: ...here. + * sysdeps/generic/profil.c: Moved to... + * gmon/profil.c: ...here. + * sysdeps/generic/pselect.c: Moved to... + * misc/pselect.c: ...here. + * sysdeps/generic/ptrace.c: Moved to... + * misc/ptrace.c: ...here. + * sysdeps/generic/ptsname.c: Moved to... + * login/ptsname.c: ...here. + * sysdeps/generic/putenv.c: Moved to... + * stdlib/putenv.c: ...here. + * sysdeps/generic/putmsg.c: Moved to... + * streams/putmsg.c: ...here. + * sysdeps/generic/putpmsg.c: Moved to... + * streams/putpmsg.c: ...here. + * sysdeps/generic/pututxline.c: Moved to... + * login/pututxline.c: ...here. + * sysdeps/generic/pwrite.c: Moved to... + * posix/pwrite.c: ...here. + * sysdeps/generic/pwrite64.c: Moved to... + * posix/pwrite64.c: ...here. + * sysdeps/generic/raise.c: Moved to... + * signal/raise.c: ...here. + * sysdeps/generic/rawmemchr.c: Moved to... + * string/rawmemchr.c: ...here. + * sysdeps/generic/read.c: Moved to... + * io/read.c: ...here. + * sysdeps/generic/readdir.c: Moved to... + * dirent/readdir.c: ...here. + * sysdeps/generic/readdir64.c: Moved to... + * dirent/readdir64.c: ...here. + * sysdeps/generic/readdir64_r.c: Moved to... + * dirent/readdir64_r.c: ...here. + * sysdeps/generic/readdir_r.c: Moved to... + * dirent/readdir_r.c: ...here. + * sysdeps/generic/readelflib.c: Moved to... + * elf/readelflib.c: ...here. + * sysdeps/generic/readlink.c: Moved to... + * io/readlink.c: ...here. + * sysdeps/generic/readonly-area.c: Moved to... + * debug/readonly-area.c: ...here. + * sysdeps/generic/readv.c: Moved to... + * misc/readv.c: ...here. + * sysdeps/generic/reboot.c: Moved to... + * misc/reboot.c: ...here. + * sysdeps/generic/recv.c: Moved to... + * socket/recv.c: ...here. + * sysdeps/generic/recvfrom.c: Moved to... + * socket/recvfrom.c: ...here. + * sysdeps/generic/recvmsg.c: Moved to... + * socket/recvmsg.c: ...here. + * sysdeps/generic/remap_file_pages.c: Moved to... + * misc/remap_file_pages.c: ...here. + * sysdeps/generic/remove.c: Moved to... + * stdio-common/remove.c: ...here. + * sysdeps/generic/removexattr.c: Moved to... + * misc/removexattr.c: ...here. + * sysdeps/generic/rename.c: Moved to... + * stdio-common/rename.c: ...here. + * sysdeps/generic/renameat.c: Moved to... + * stdio-common/renameat.c: ...here. + * sysdeps/generic/res-state.c: Moved to... + * resolv/res-state.c: ...here. + * sysdeps/generic/revoke.c: Moved to... + * misc/revoke.c: ...here. + * sysdeps/generic/rewinddir.c: Moved to... + * dirent/rewinddir.c: ...here. + * sysdeps/generic/rmdir.c: Moved to... + * io/rmdir.c: ...here. + * sysdeps/generic/rshift.c: Moved to... + * stdlib/rshift.c: ...here. + * sysdeps/generic/s_asinhl.c: Moved to... + * math/s_asinhl.c: ...here. + * sysdeps/generic/s_atanl.c: Moved to... + * math/s_atanl.c: ...here. + * sysdeps/generic/s_cacos.c: Moved to... + * math/s_cacos.c: ...here. + * sysdeps/generic/s_cacosf.c: Moved to... + * math/s_cacosf.c: ...here. + * sysdeps/generic/s_cacosh.c: Moved to... + * math/s_cacosh.c: ...here. + * sysdeps/generic/s_cacoshf.c: Moved to... + * math/s_cacoshf.c: ...here. + * sysdeps/generic/s_cacoshl.c: Moved to... + * math/s_cacoshl.c: ...here. + * sysdeps/generic/s_cacosl.c: Moved to... + * math/s_cacosl.c: ...here. + * sysdeps/generic/s_casin.c: Moved to... + * math/s_casin.c: ...here. + * sysdeps/generic/s_casinf.c: Moved to... + * math/s_casinf.c: ...here. + * sysdeps/generic/s_casinh.c: Moved to... + * math/s_casinh.c: ...here. + * sysdeps/generic/s_casinhf.c: Moved to... + * math/s_casinhf.c: ...here. + * sysdeps/generic/s_casinhl.c: Moved to... + * math/s_casinhl.c: ...here. + * sysdeps/generic/s_casinl.c: Moved to... + * math/s_casinl.c: ...here. + * sysdeps/generic/s_catan.c: Moved to... + * math/s_catan.c: ...here. + * sysdeps/generic/s_catanf.c: Moved to... + * math/s_catanf.c: ...here. + * sysdeps/generic/s_catanh.c: Moved to... + * math/s_catanh.c: ...here. + * sysdeps/generic/s_catanhf.c: Moved to... + * math/s_catanhf.c: ...here. + * sysdeps/generic/s_catanhl.c: Moved to... + * math/s_catanhl.c: ...here. + * sysdeps/generic/s_catanl.c: Moved to... + * math/s_catanl.c: ...here. + * sysdeps/generic/s_cbrtl.c: Moved to... + * math/s_cbrtl.c: ...here. + * sysdeps/generic/s_ccos.c: Moved to... + * math/s_ccos.c: ...here. + * sysdeps/generic/s_ccosf.c: Moved to... + * math/s_ccosf.c: ...here. + * sysdeps/generic/s_ccosh.c: Moved to... + * math/s_ccosh.c: ...here. + * sysdeps/generic/s_ccoshf.c: Moved to... + * math/s_ccoshf.c: ...here. + * sysdeps/generic/s_ccoshl.c: Moved to... + * math/s_ccoshl.c: ...here. + * sysdeps/generic/s_ccosl.c: Moved to... + * math/s_ccosl.c: ...here. + * sysdeps/generic/s_cexp.c: Moved to... + * math/s_cexp.c: ...here. + * sysdeps/generic/s_cexpf.c: Moved to... + * math/s_cexpf.c: ...here. + * sysdeps/generic/s_cexpl.c: Moved to... + * math/s_cexpl.c: ...here. + * sysdeps/generic/s_clog.c: Moved to... + * math/s_clog.c: ...here. + * sysdeps/generic/s_clog10.c: Moved to... + * math/s_clog10.c: ...here. + * sysdeps/generic/s_clog10f.c: Moved to... + * math/s_clog10f.c: ...here. + * sysdeps/generic/s_clog10l.c: Moved to... + * math/s_clog10l.c: ...here. + * sysdeps/generic/s_clogf.c: Moved to... + * math/s_clogf.c: ...here. + * sysdeps/generic/s_clogl.c: Moved to... + * math/s_clogl.c: ...here. + * sysdeps/generic/s_cpow.c: Moved to... + * math/s_cpow.c: ...here. + * sysdeps/generic/s_cpowf.c: Moved to... + * math/s_cpowf.c: ...here. + * sysdeps/generic/s_cpowl.c: Moved to... + * math/s_cpowl.c: ...here. + * sysdeps/generic/s_cproj.c: Moved to... + * math/s_cproj.c: ...here. + * sysdeps/generic/s_cprojf.c: Moved to... + * math/s_cprojf.c: ...here. + * sysdeps/generic/s_cprojl.c: Moved to... + * math/s_cprojl.c: ...here. + * sysdeps/generic/s_csin.c: Moved to... + * math/s_csin.c: ...here. + * sysdeps/generic/s_csinf.c: Moved to... + * math/s_csinf.c: ...here. + * sysdeps/generic/s_csinh.c: Moved to... + * math/s_csinh.c: ...here. + * sysdeps/generic/s_csinhf.c: Moved to... + * math/s_csinhf.c: ...here. + * sysdeps/generic/s_csinhl.c: Moved to... + * math/s_csinhl.c: ...here. + * sysdeps/generic/s_csinl.c: Moved to... + * math/s_csinl.c: ...here. + * sysdeps/generic/s_csqrt.c: Moved to... + * math/s_csqrt.c: ...here. + * sysdeps/generic/s_csqrtf.c: Moved to... + * math/s_csqrtf.c: ...here. + * sysdeps/generic/s_csqrtl.c: Moved to... + * math/s_csqrtl.c: ...here. + * sysdeps/generic/s_ctan.c: Moved to... + * math/s_ctan.c: ...here. + * sysdeps/generic/s_ctanf.c: Moved to... + * math/s_ctanf.c: ...here. + * sysdeps/generic/s_ctanh.c: Moved to... + * math/s_ctanh.c: ...here. + * sysdeps/generic/s_ctanhf.c: Moved to... + * math/s_ctanhf.c: ...here. + * sysdeps/generic/s_ctanhl.c: Moved to... + * math/s_ctanhl.c: ...here. + * sysdeps/generic/s_ctanl.c: Moved to... + * math/s_ctanl.c: ...here. + * sysdeps/generic/s_erfl.c: Moved to... + * math/s_erfl.c: ...here. + * sysdeps/generic/s_expm1l.c: Moved to... + * math/s_expm1l.c: ...here. + * sysdeps/generic/s_fdim.c: Moved to... + * math/s_fdim.c: ...here. + * sysdeps/generic/s_fdimf.c: Moved to... + * math/s_fdimf.c: ...here. + * sysdeps/generic/s_fdiml.c: Moved to... + * math/s_fdiml.c: ...here. + * sysdeps/generic/s_fma.c: Moved to... + * math/s_fma.c: ...here. + * sysdeps/generic/s_fmaf.c: Moved to... + * math/s_fmaf.c: ...here. + * sysdeps/generic/s_fmal.c: Moved to... + * math/s_fmal.c: ...here. + * sysdeps/generic/s_fmax.c: Moved to... + * math/s_fmax.c: ...here. + * sysdeps/generic/s_fmaxf.c: Moved to... + * math/s_fmaxf.c: ...here. + * sysdeps/generic/s_fmaxl.c: Moved to... + * math/s_fmaxl.c: ...here. + * sysdeps/generic/s_fmin.c: Moved to... + * math/s_fmin.c: ...here. + * sysdeps/generic/s_fminf.c: Moved to... + * math/s_fminf.c: ...here. + * sysdeps/generic/s_fminl.c: Moved to... + * math/s_fminl.c: ...here. + * sysdeps/generic/s_ldexp.c: Moved to... + * math/s_ldexp.c: ...here. + * sysdeps/generic/s_ldexpf.c: Moved to... + * math/s_ldexpf.c: ...here. + * sysdeps/generic/s_ldexpl.c: Moved to... + * math/s_ldexpl.c: ...here. + * sysdeps/generic/s_log1pl.c: Moved to... + * math/s_log1pl.c: ...here. + * sysdeps/generic/s_nan.c: Moved to... + * math/s_nan.c: ...here. + * sysdeps/generic/s_nanf.c: Moved to... + * math/s_nanf.c: ...here. + * sysdeps/generic/s_nanl.c: Moved to... + * math/s_nanl.c: ...here. + * sysdeps/generic/s_nextafter.c: Moved to... + * math/s_nextafter.c: ...here. + * sysdeps/generic/s_nexttowardf.c: Moved to... + * math/s_nexttowardf.c: ...here. + * sysdeps/generic/s_nexttowardl.c: Moved to... + * math/s_nexttowardl.c: ...here. + * sysdeps/generic/s_significand.c: Moved to... + * math/s_significand.c: ...here. + * sysdeps/generic/s_significandf.c: Moved to... + * math/s_significandf.c: ...here. + * sysdeps/generic/s_significandl.c: Moved to... + * math/s_significandl.c: ...here. + * sysdeps/generic/s_tanhl.c: Moved to... + * math/s_tanhl.c: ...here. + * sysdeps/generic/sbrk.c: Moved to... + * misc/sbrk.c: ...here. + * sysdeps/generic/scandir64.c: Moved to... + * dirent/scandir64.c: ...here. + * sysdeps/generic/sched_getaffinity.c: Moved to... + * posix/sched_getaffinity.c: ...here. + * sysdeps/generic/sched_getp.c: Moved to... + * posix/sched_getp.c: ...here. + * sysdeps/generic/sched_gets.c: Moved to... + * posix/sched_gets.c: ...here. + * sysdeps/generic/sched_primax.c: Moved to... + * posix/sched_primax.c: ...here. + * sysdeps/generic/sched_primin.c: Moved to... + * posix/sched_primin.c: ...here. + * sysdeps/generic/sched_rr_gi.c: Moved to... + * posix/sched_rr_gi.c: ...here. + * sysdeps/generic/sched_setaffinity.c: Moved to... + * posix/sched_setaffinity.c: ...here. + * sysdeps/generic/sched_setp.c: Moved to... + * posix/sched_setp.c: ...here. + * sysdeps/generic/sched_sets.c: Moved to... + * posix/sched_sets.c: ...here. + * sysdeps/generic/sched_yield.c: Moved to... + * posix/sched_yield.c: ...here. + * sysdeps/generic/seekdir.c: Moved to... + * dirent/seekdir.c: ...here. + * sysdeps/generic/segfault.c: Moved to... + * debug/segfault.c: ...here. + * sysdeps/generic/select.c: Moved to... + * misc/select.c: ...here. + * sysdeps/generic/semctl.c: Moved to... + * sysvipc/semctl.c: ...here. + * sysdeps/generic/semget.c: Moved to... + * sysvipc/semget.c: ...here. + * sysdeps/generic/semop.c: Moved to... + * sysvipc/semop.c: ...here. + * sysdeps/generic/semtimedop.c: Moved to... + * sysvipc/semtimedop.c: ...here. + * sysdeps/generic/send.c: Moved to... + * socket/send.c: ...here. + * sysdeps/generic/sendfile.c: Moved to... + * io/sendfile.c: ...here. + * sysdeps/generic/sendfile64.c: Moved to... + * io/sendfile64.c: ...here. + * sysdeps/generic/sendmsg.c: Moved to... + * socket/sendmsg.c: ...here. + * sysdeps/generic/sendto.c: Moved to... + * socket/sendto.c: ...here. + * sysdeps/generic/setcontext.c: Moved to... + * stdlib/setcontext.c: ...here. + * sysdeps/generic/setdomain.c: Moved to... + * misc/setdomain.c: ...here. + * sysdeps/generic/setegid.c: Moved to... + * misc/setegid.c: ...here. + * sysdeps/generic/setenv.c: Moved to... + * stdlib/setenv.c: ...here. + * sysdeps/generic/seteuid.c: Moved to... + * misc/seteuid.c: ...here. + * sysdeps/generic/setfpucw.c: Moved to... + * math/setfpucw.c: ...here. + * sysdeps/generic/setgid.c: Moved to... + * posix/setgid.c: ...here. + * sysdeps/generic/setgroups.c: Moved to... + * grp/setgroups.c: ...here. + * sysdeps/generic/sethostid.c: Moved to... + * misc/sethostid.c: ...here. + * sysdeps/generic/sethostname.c: Moved to... + * misc/sethostname.c: ...here. + * sysdeps/generic/setipv4sourcefilter.c: Moved to... + * inet/setipv4sourcefilter.c: ...here. + * sysdeps/generic/setitimer.c: Moved to... + * time/setitimer.c: ...here. + * sysdeps/generic/setjmp.c: Moved to... + * setjmp/setjmp.c: ...here. + * sysdeps/generic/setlogin.c: Moved to... + * posix/setlogin.c: ...here. + * sysdeps/generic/setpgid.c: Moved to... + * posix/setpgid.c: ...here. + * sysdeps/generic/setpgrp.c: Moved to... + * posix/setpgrp.c: ...here. + * sysdeps/generic/setpriority.c: Moved to... + * resource/setpriority.c: ...here. + * sysdeps/generic/setregid.c: Moved to... + * misc/setregid.c: ...here. + * sysdeps/generic/setresgid.c: Moved to... + * posix/setresgid.c: ...here. + * sysdeps/generic/setresuid.c: Moved to... + * posix/setresuid.c: ...here. + * sysdeps/generic/setreuid.c: Moved to... + * misc/setreuid.c: ...here. + * sysdeps/generic/setrlimit.c: Moved to... + * resource/setrlimit.c: ...here. + * sysdeps/generic/setrlimit64.c: Moved to... + * resource/setrlimit64.c: ...here. + * sysdeps/generic/setsid.c: Moved to... + * posix/setsid.c: ...here. + * sysdeps/generic/setsockopt.c: Moved to... + * socket/setsockopt.c: ...here. + * sysdeps/generic/setsourcefilter.c: Moved to... + * inet/setsourcefilter.c: ...here. + * sysdeps/generic/settimeofday.c: Moved to... + * time/settimeofday.c: ...here. + * sysdeps/generic/setuid.c: Moved to... + * posix/setuid.c: ...here. + * sysdeps/generic/setutxent.c: Moved to... + * login/setutxent.c: ...here. + * sysdeps/generic/setxattr.c: Moved to... + * misc/setxattr.c: ...here. + * sysdeps/generic/shm_open.c: Moved to... + * rt/shm_open.c: ...here. + * sysdeps/generic/shm_unlink.c: Moved to... + * rt/shm_unlink.c: ...here. + * sysdeps/generic/shmat.c: Moved to... + * sysvipc/shmat.c: ...here. + * sysdeps/generic/shmctl.c: Moved to... + * sysvipc/shmctl.c: ...here. + * sysdeps/generic/shmdt.c: Moved to... + * sysvipc/shmdt.c: ...here. + * sysdeps/generic/shmget.c: Moved to... + * sysvipc/shmget.c: ...here. + * sysdeps/generic/shutdown.c: Moved to... + * socket/shutdown.c: ...here. + * sysdeps/generic/sigaction.c: Moved to... + * signal/sigaction.c: ...here. + * sysdeps/generic/sigaltstack.c: Moved to... + * signal/sigaltstack.c: ...here. + * sysdeps/generic/sigblock.c: Moved to... + * signal/sigblock.c: ...here. + * sysdeps/generic/sigfillset.c: Moved to... + * signal/sigfillset.c: ...here. + * sysdeps/generic/sigignore.c: Moved to... + * signal/sigignore.c: ...here. + * sysdeps/generic/sigintr.c: Moved to... + * signal/sigintr.c: ...here. + * sysdeps/generic/sigjmp.c: Moved to... + * setjmp/sigjmp.c: ...here. + * sysdeps/generic/siglist.c: Moved to... + * stdio-common/siglist.c: ...here. + * sysdeps/generic/signal.c: Moved to... + * signal/signal.c: ...here. + * sysdeps/generic/sigpause.c: Moved to... + * signal/sigpause.c: ...here. + * sysdeps/generic/sigpending.c: Moved to... + * signal/sigpending.c: ...here. + * sysdeps/generic/sigprocmask.c: Moved to... + * signal/sigprocmask.c: ...here. + * sysdeps/generic/sigqueue.c: Moved to... + * signal/sigqueue.c: ...here. + * sysdeps/generic/sigreturn.c: Moved to... + * signal/sigreturn.c: ...here. + * sysdeps/generic/sigset.c: Moved to... + * signal/sigset.c: ...here. + * sysdeps/generic/sigsetmask.c: Moved to... + * signal/sigsetmask.c: ...here. + * sysdeps/generic/sigstack.c: Moved to... + * signal/sigstack.c: ...here. + * sysdeps/generic/sigsuspend.c: Moved to... + * signal/sigsuspend.c: ...here. + * sysdeps/generic/sigtimedwait.c: Moved to... + * signal/sigtimedwait.c: ...here. + * sysdeps/generic/sigvec.c: Moved to... + * signal/sigvec.c: ...here. + * sysdeps/generic/sigwait.c: Moved to... + * signal/sigwait.c: ...here. + * sysdeps/generic/sigwaitinfo.c: Moved to... + * signal/sigwaitinfo.c: ...here. + * sysdeps/generic/sleep.c: Moved to... + * posix/sleep.c: ...here. + * sysdeps/generic/sockatmark.c: Moved to... + * socket/sockatmark.c: ...here. + * sysdeps/generic/socket.c: Moved to... + * socket/socket.c: ...here. + * sysdeps/generic/socketpair.c: Moved to... + * socket/socketpair.c: ...here. + * sysdeps/generic/spawni.c: Moved to... + * posix/spawni.c: ...here. + * sysdeps/generic/speed.c: Moved to... + * termios/speed.c: ...here. + * sysdeps/generic/sprofil.c: Moved to... + * gmon/sprofil.c: ...here. + * sysdeps/generic/sstk.c: Moved to... + * misc/sstk.c: ...here. + * sysdeps/generic/start.c: Moved to... + * csu/start.c: ...here. + * sysdeps/generic/statfs.c: Moved to... + * io/statfs.c: ...here. + * sysdeps/generic/statfs64.c: Moved to... + * io/statfs64.c: ...here. + * sysdeps/generic/statvfs.c: Moved to... + * io/statvfs.c: ...here. + * sysdeps/generic/statvfs64.c: Moved to... + * io/statvfs64.c: ...here. + * sysdeps/generic/stime.c: Moved to... + * time/stime.c: ...here. + * sysdeps/generic/stpcpy.c: Moved to... + * string/stpcpy.c: ...here. + * sysdeps/generic/stpcpy_chk.c: Moved to... + * debug/stpcpy_chk.c: ...here. + * sysdeps/generic/stpncpy.c: Moved to... + * string/stpncpy.c: ...here. + * sysdeps/generic/stpncpy_chk.c: Moved to... + * debug/stpncpy_chk.c: ...here. + * sysdeps/generic/strcasecmp.c: Moved to... + * string/strcasecmp.c: ...here. + * sysdeps/generic/strcasecmp_l.c: Moved to... + * string/strcasecmp_l.c: ...here. + * sysdeps/generic/strcasestr.c: Moved to... + * string/strcasestr.c: ...here. + * sysdeps/generic/strcat.c: Moved to... + * string/strcat.c: ...here. + * sysdeps/generic/strcat_chk.c: Moved to... + * debug/strcat_chk.c: ...here. + * sysdeps/generic/strchr.c: Moved to... + * string/strchr.c: ...here. + * sysdeps/generic/strchrnul.c: Moved to... + * string/strchrnul.c: ...here. + * sysdeps/generic/strcmp.c: Moved to... + * string/strcmp.c: ...here. + * sysdeps/generic/strcpy.c: Moved to... + * string/strcpy.c: ...here. + * sysdeps/generic/strcpy_chk.c: Moved to... + * debug/strcpy_chk.c: ...here. + * sysdeps/generic/strcspn.c: Moved to... + * string/strcspn.c: ...here. + * sysdeps/generic/string-inlines.c: Moved to... + * string/string-inlines.c: ...here. + * sysdeps/generic/strlen.c: Moved to... + * string/strlen.c: ...here. + * sysdeps/generic/strncase.c: Moved to... + * string/strncase.c: ...here. + * sysdeps/generic/strncase_l.c: Moved to... + * string/strncase_l.c: ...here. + * sysdeps/generic/strncat.c: Moved to... + * string/strncat.c: ...here. + * sysdeps/generic/strncat_chk.c: Moved to... + * debug/strncat_chk.c: ...here. + * sysdeps/generic/strncmp.c: Moved to... + * string/strncmp.c: ...here. + * sysdeps/generic/strncpy.c: Moved to... + * string/strncpy.c: ...here. + * sysdeps/generic/strncpy_chk.c: Moved to... + * debug/strncpy_chk.c: ...here. + * sysdeps/generic/strnlen.c: Moved to... + * string/strnlen.c: ...here. + * sysdeps/generic/strpbrk.c: Moved to... + * string/strpbrk.c: ...here. + * sysdeps/generic/strrchr.c: Moved to... + * string/strrchr.c: ...here. + * sysdeps/generic/strsep.c: Moved to... + * string/strsep.c: ...here. + * sysdeps/generic/strspn.c: Moved to... + * string/strspn.c: ...here. + * sysdeps/generic/strstr.c: Moved to... + * string/strstr.c: ...here. + * sysdeps/generic/strtoimax.c: Moved to... + * stdlib/strtoimax.c: ...here. + * sysdeps/generic/strtok.c: Moved to... + * string/strtok.c: ...here. + * sysdeps/generic/strtok_r.c: Moved to... + * string/strtok_r.c: ...here. + * sysdeps/generic/strtol.c: Moved to... + * stdlib/strtol.c: ...here. + * sysdeps/generic/strtol_l.c: Moved to... + * stdlib/strtol_l.c: ...here. + * sysdeps/generic/strtold_l.c: Moved to... + * stdlib/strtold_l.c: ...here. + * sysdeps/generic/strtoll.c: Moved to... + * stdlib/strtoll.c: ...here. + * sysdeps/generic/strtoll_l.c: Moved to... + * stdlib/strtoll_l.c: ...here. + * sysdeps/generic/strtoul.c: Moved to... + * stdlib/strtoul.c: ...here. + * sysdeps/generic/strtoul_l.c: Moved to... + * stdlib/strtoul_l.c: ...here. + * sysdeps/generic/strtoull.c: Moved to... + * stdlib/strtoull.c: ...here. + * sysdeps/generic/strtoull_l.c: Moved to... + * stdlib/strtoull_l.c: ...here. + * sysdeps/generic/strtoumax.c: Moved to... + * stdlib/strtoumax.c: ...here. + * sysdeps/generic/strtsupp.c: Moved to... + * bare/strtsupp.c: ...here. + * sysdeps/generic/stty.c: Moved to... + * misc/stty.c: ...here. + * sysdeps/generic/sub_n.c: Moved to... + * stdlib/sub_n.c: ...here. + * sysdeps/generic/submul_1.c: Moved to... + * stdlib/submul_1.c: ...here. + * sysdeps/generic/swapcontext.c: Moved to... + * stdlib/swapcontext.c: ...here. + * sysdeps/generic/swapoff.c: Moved to... + * misc/swapoff.c: ...here. + * sysdeps/generic/swapon.c: Moved to... + * misc/swapon.c: ...here. + * sysdeps/generic/symlink.c: Moved to... + * io/symlink.c: ...here. + * sysdeps/generic/sync.c: Moved to... + * misc/sync.c: ...here. + * sysdeps/generic/syscall.c: Moved to... + * misc/syscall.c: ...here. + * sysdeps/generic/sysconf.c: Moved to... + * posix/sysconf.c: ...here. + * sysdeps/generic/sysdep.c: Moved to... + * csu/sysdep.c: ...here. + * sysdeps/generic/syslog.c: Moved to... + * misc/syslog.c: ...here. + * sysdeps/generic/system.c: Moved to... + * stdlib/system.c: ...here. + * sysdeps/generic/sysv_signal.c: Moved to... + * signal/sysv_signal.c: ...here. + * sysdeps/generic/t_sincosl.c: Moved to... + * math/t_sincosl.c: ...here. + * sysdeps/generic/tcdrain.c: Moved to... + * termios/tcdrain.c: ...here. + * sysdeps/generic/tcflow.c: Moved to... + * termios/tcflow.c: ...here. + * sysdeps/generic/tcflush.c: Moved to... + * termios/tcflush.c: ...here. + * sysdeps/generic/tcgetattr.c: Moved to... + * termios/tcgetattr.c: ...here. + * sysdeps/generic/tcgetpgrp.c: Moved to... + * termios/tcgetpgrp.c: ...here. + * sysdeps/generic/tcsendbrk.c: Moved to... + * termios/tcsendbrk.c: ...here. + * sysdeps/generic/tcsetattr.c: Moved to... + * termios/tcsetattr.c: ...here. + * sysdeps/generic/tcsetpgrp.c: Moved to... + * termios/tcsetpgrp.c: ...here. + * sysdeps/generic/telldir.c: Moved to... + * dirent/telldir.c: ...here. + * sysdeps/generic/tempname.c: Moved to... + * stdio-common/tempname.c: ...here. + * sysdeps/generic/time.c: Moved to... + * time/time.c: ...here. + * sysdeps/generic/timer_create.c: Moved to... + * rt/timer_create.c: ...here. + * sysdeps/generic/timer_delete.c: Moved to... + * rt/timer_delete.c: ...here. + * sysdeps/generic/timer_getoverr.c: Moved to... + * rt/timer_getoverr.c: ...here. + * sysdeps/generic/timer_gettime.c: Moved to... + * rt/timer_gettime.c: ...here. + * sysdeps/generic/timer_settime.c: Moved to... + * rt/timer_settime.c: ...here. + * sysdeps/generic/times.c: Moved to... + * posix/times.c: ...here. + * sysdeps/generic/tmpfile.c: Moved to... + * stdio-common/tmpfile.c: ...here. + * sysdeps/generic/tmpfile64.c: Moved to... + * stdio-common/tmpfile64.c: ...here. + * sysdeps/generic/trampoline.c: Moved to... + * hurd/trampoline.c: ...here. + * sysdeps/generic/truncate.c: Moved to... + * misc/truncate.c: ...here. + * sysdeps/generic/truncate64.c: Moved to... + * misc/truncate64.c: ...here. + * sysdeps/generic/tst-timer.c: Moved to... + * rt/tst-timer.c: ...here. + * sysdeps/generic/ttyname.c: Moved to... + * io/ttyname.c: ...here. + * sysdeps/generic/ttyname_r.c: Moved to... + * io/ttyname_r.c: ...here. + * sysdeps/generic/ualarm.c: Moved to... + * misc/ualarm.c: ...here. + * sysdeps/generic/udiv_qrnnd.c: Moved to... + * stdlib/udiv_qrnnd.c: ...here. + * sysdeps/generic/ulimit.c: Moved to... + * resource/ulimit.c: ...here. + * sysdeps/generic/umask.c: Moved to... + * io/umask.c: ...here. + * sysdeps/generic/uname.c: Moved to... + * posix/uname.c: ...here. + * sysdeps/generic/unlink.c: Moved to... + * io/unlink.c: ...here. + * sysdeps/generic/unlinkat.c: Moved to... + * io/unlinkat.c: ...here. + * sysdeps/generic/unlockpt.c: Moved to... + * login/unlockpt.c: ...here. + * sysdeps/generic/updwtmp.c: Moved to... + * login/updwtmp.c: ...here. + * sysdeps/generic/updwtmpx.c: Moved to... + * login/updwtmpx.c: ...here. + * sysdeps/generic/usleep.c: Moved to... + * misc/usleep.c: ...here. + * sysdeps/generic/ustat.c: Moved to... + * misc/ustat.c: ...here. + * sysdeps/generic/utime.c: Moved to... + * io/utime.c: ...here. + * sysdeps/generic/utimes.c: Moved to... + * misc/utimes.c: ...here. + * sysdeps/generic/utmp_file.c: Moved to... + * login/utmp_file.c: ...here. + * sysdeps/generic/utmpxname.c: Moved to... + * login/utmpxname.c: ...here. + * sysdeps/generic/versionsort64.c: Moved to... + * dirent/versionsort64.c: ...here. + * sysdeps/generic/vfork.c: Moved to... + * posix/vfork.c: ...here. + * sysdeps/generic/vhangup.c: Moved to... + * misc/vhangup.c: ...here. + * sysdeps/generic/vlimit.c: Moved to... + * resource/vlimit.c: ...here. + * sysdeps/generic/vtimes.c: Moved to... + * resource/vtimes.c: ...here. + * sysdeps/generic/w_acos.c: Moved to... + * math/w_acos.c: ...here. + * sysdeps/generic/w_acosf.c: Moved to... + * math/w_acosf.c: ...here. + * sysdeps/generic/w_acosh.c: Moved to... + * math/w_acosh.c: ...here. + * sysdeps/generic/w_acoshf.c: Moved to... + * math/w_acoshf.c: ...here. + * sysdeps/generic/w_acoshl.c: Moved to... + * math/w_acoshl.c: ...here. + * sysdeps/generic/w_acosl.c: Moved to... + * math/w_acosl.c: ...here. + * sysdeps/generic/w_asin.c: Moved to... + * math/w_asin.c: ...here. + * sysdeps/generic/w_asinf.c: Moved to... + * math/w_asinf.c: ...here. + * sysdeps/generic/w_asinl.c: Moved to... + * math/w_asinl.c: ...here. + * sysdeps/generic/w_atan2.c: Moved to... + * math/w_atan2.c: ...here. + * sysdeps/generic/w_atan2f.c: Moved to... + * math/w_atan2f.c: ...here. + * sysdeps/generic/w_atan2l.c: Moved to... + * math/w_atan2l.c: ...here. + * sysdeps/generic/w_atanh.c: Moved to... + * math/w_atanh.c: ...here. + * sysdeps/generic/w_atanhf.c: Moved to... + * math/w_atanhf.c: ...here. + * sysdeps/generic/w_atanhl.c: Moved to... + * math/w_atanhl.c: ...here. + * sysdeps/generic/w_cosh.c: Moved to... + * math/w_cosh.c: ...here. + * sysdeps/generic/w_coshf.c: Moved to... + * math/w_coshf.c: ...here. + * sysdeps/generic/w_coshl.c: Moved to... + * math/w_coshl.c: ...here. + * sysdeps/generic/w_drem.c: Moved to... + * math/w_drem.c: ...here. + * sysdeps/generic/w_dremf.c: Moved to... + * math/w_dremf.c: ...here. + * sysdeps/generic/w_dreml.c: Moved to... + * math/w_dreml.c: ...here. + * sysdeps/generic/w_exp10.c: Moved to... + * math/w_exp10.c: ...here. + * sysdeps/generic/w_exp10f.c: Moved to... + * math/w_exp10f.c: ...here. + * sysdeps/generic/w_exp10l.c: Moved to... + * math/w_exp10l.c: ...here. + * sysdeps/generic/w_exp2.c: Moved to... + * math/w_exp2.c: ...here. + * sysdeps/generic/w_exp2f.c: Moved to... + * math/w_exp2f.c: ...here. + * sysdeps/generic/w_exp2l.c: Moved to... + * math/w_exp2l.c: ...here. + * sysdeps/generic/w_expl.c: Moved to... + * math/w_expl.c: ...here. + * sysdeps/generic/w_fmod.c: Moved to... + * math/w_fmod.c: ...here. + * sysdeps/generic/w_fmodf.c: Moved to... + * math/w_fmodf.c: ...here. + * sysdeps/generic/w_fmodl.c: Moved to... + * math/w_fmodl.c: ...here. + * sysdeps/generic/w_hypot.c: Moved to... + * math/w_hypot.c: ...here. + * sysdeps/generic/w_hypotf.c: Moved to... + * math/w_hypotf.c: ...here. + * sysdeps/generic/w_hypotl.c: Moved to... + * math/w_hypotl.c: ...here. + * sysdeps/generic/w_j0.c: Moved to... + * math/w_j0.c: ...here. + * sysdeps/generic/w_j0f.c: Moved to... + * math/w_j0f.c: ...here. + * sysdeps/generic/w_j0l.c: Moved to... + * math/w_j0l.c: ...here. + * sysdeps/generic/w_j1.c: Moved to... + * math/w_j1.c: ...here. + * sysdeps/generic/w_j1f.c: Moved to... + * math/w_j1f.c: ...here. + * sysdeps/generic/w_j1l.c: Moved to... + * math/w_j1l.c: ...here. + * sysdeps/generic/w_jn.c: Moved to... + * math/w_jn.c: ...here. + * sysdeps/generic/w_jnf.c: Moved to... + * math/w_jnf.c: ...here. + * sysdeps/generic/w_jnl.c: Moved to... + * math/w_jnl.c: ...here. + * sysdeps/generic/w_lgamma.c: Moved to... + * math/w_lgamma.c: ...here. + * sysdeps/generic/w_lgamma_r.c: Moved to... + * math/w_lgamma_r.c: ...here. + * sysdeps/generic/w_lgammaf.c: Moved to... + * math/w_lgammaf.c: ...here. + * sysdeps/generic/w_lgammaf_r.c: Moved to... + * math/w_lgammaf_r.c: ...here. + * sysdeps/generic/w_lgammal.c: Moved to... + * math/w_lgammal.c: ...here. + * sysdeps/generic/w_lgammal_r.c: Moved to... + * math/w_lgammal_r.c: ...here. + * sysdeps/generic/w_log.c: Moved to... + * math/w_log.c: ...here. + * sysdeps/generic/w_log10.c: Moved to... + * math/w_log10.c: ...here. + * sysdeps/generic/w_log10f.c: Moved to... + * math/w_log10f.c: ...here. + * sysdeps/generic/w_log10l.c: Moved to... + * math/w_log10l.c: ...here. + * sysdeps/generic/w_log2.c: Moved to... + * math/w_log2.c: ...here. + * sysdeps/generic/w_log2f.c: Moved to... + * math/w_log2f.c: ...here. + * sysdeps/generic/w_log2l.c: Moved to... + * math/w_log2l.c: ...here. + * sysdeps/generic/w_logf.c: Moved to... + * math/w_logf.c: ...here. + * sysdeps/generic/w_logl.c: Moved to... + * math/w_logl.c: ...here. + * sysdeps/generic/w_pow.c: Moved to... + * math/w_pow.c: ...here. + * sysdeps/generic/w_powf.c: Moved to... + * math/w_powf.c: ...here. + * sysdeps/generic/w_powl.c: Moved to... + * math/w_powl.c: ...here. + * sysdeps/generic/w_remainder.c: Moved to... + * math/w_remainder.c: ...here. + * sysdeps/generic/w_remainderf.c: Moved to... + * math/w_remainderf.c: ...here. + * sysdeps/generic/w_remainderl.c: Moved to... + * math/w_remainderl.c: ...here. + * sysdeps/generic/w_scalb.c: Moved to... + * math/w_scalb.c: ...here. + * sysdeps/generic/w_scalbf.c: Moved to... + * math/w_scalbf.c: ...here. + * sysdeps/generic/w_scalbl.c: Moved to... + * math/w_scalbl.c: ...here. + * sysdeps/generic/w_sinh.c: Moved to... + * math/w_sinh.c: ...here. + * sysdeps/generic/w_sinhf.c: Moved to... + * math/w_sinhf.c: ...here. + * sysdeps/generic/w_sinhl.c: Moved to... + * math/w_sinhl.c: ...here. + * sysdeps/generic/w_sqrt.c: Moved to... + * math/w_sqrt.c: ...here. + * sysdeps/generic/w_sqrtf.c: Moved to... + * math/w_sqrtf.c: ...here. + * sysdeps/generic/w_sqrtl.c: Moved to... + * math/w_sqrtl.c: ...here. + * sysdeps/generic/w_tgamma.c: Moved to... + * math/w_tgamma.c: ...here. + * sysdeps/generic/w_tgammaf.c: Moved to... + * math/w_tgammaf.c: ...here. + * sysdeps/generic/w_tgammal.c: Moved to... + * math/w_tgammal.c: ...here. + * sysdeps/generic/wait.c: Moved to... + * posix/wait.c: ...here. + * sysdeps/generic/wait3.c: Moved to... + * posix/wait3.c: ...here. + * sysdeps/generic/wait4.c: Moved to... + * posix/wait4.c: ...here. + * sysdeps/generic/waitid.c: Moved to... + * posix/waitid.c: ...here. + * sysdeps/generic/waitpid.c: Moved to... + * posix/waitpid.c: ...here. + * sysdeps/generic/wcstoimax.c: Moved to... + * stdlib/wcstoimax.c: ...here. + * sysdeps/generic/wcstol.c: Moved to... + * wcsmbs/wcstol.c: ...here. + * sysdeps/generic/wcstol_l.c: Moved to... + * wcsmbs/wcstol_l.c: ...here. + * sysdeps/generic/wcstoll.c: Moved to... + * wcsmbs/wcstoll.c: ...here. + * sysdeps/generic/wcstoll_l.c: Moved to... + * wcsmbs/wcstoll_l.c: ...here. + * sysdeps/generic/wcstoul.c: Moved to... + * wcsmbs/wcstoul.c: ...here. + * sysdeps/generic/wcstoul_l.c: Moved to... + * wcsmbs/wcstoul_l.c: ...here. + * sysdeps/generic/wcstoull.c: Moved to... + * wcsmbs/wcstoull.c: ...here. + * sysdeps/generic/wcstoull_l.c: Moved to... + * wcsmbs/wcstoull_l.c: ...here. + * sysdeps/generic/wcstoumax.c: Moved to... + * stdlib/wcstoumax.c: ...here. + * sysdeps/generic/wordcopy.c: Moved to... + * string/wordcopy.c: ...here. + * sysdeps/generic/wordexp.c: Moved to... + * posix/wordexp.c: ...here. + * sysdeps/generic/write.c: Moved to... + * io/write.c: ...here. + * sysdeps/generic/writev.c: Moved to... + * misc/writev.c: ...here. + * sysdeps/generic/xmknod.c: Moved to... + * io/xmknod.c: ...here. + * sysdeps/generic/xmknodat.c: Moved to... + * io/xmknodat.c: ...here. + * sysdeps/generic/xpg-strerror.c: Moved to... + * string/xpg-strerror.c: ...here. + * sysdeps/generic/xstat.c: Moved to... + * io/xstat.c: ...here. + * sysdeps/generic/xstat64.c: Moved to... + * io/xstat64.c: ...here. + * catgets/gencat.c: Use "config.h" to refer to the local config.h file. + * stdlib/stdtod_l.c: Use "..." for gmp-impl.h and longlong.h headers. + * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust for files moving + out of sysdeps/generic. + * sysdeps/ieee754/ldbl-96/strtold_l.c: Likewise. + * sysdeps/powerpc/elf/libc-start.c: Likewise. + * sysdeps/unix/sysv/linux/dl-sbrk.c: Likewise. + * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise. + * sysdeps/unix/sysv/linux/segfault.c: Likewise. + * sysdeps/unix/sysv/linux/sigreturn.c: Likewise. + * sysdeps/unix/sysv/linux/syslog.c: Likewise. + * sysdeps/unix/sysv/linux/updwtmp.c: Likewise. + * sysdeps/unix/sysv/linux/utmp_file.c: Likewise. + * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise. + * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise. + * sysdeps/wordsize-32/llabs.c: Likewise. + * sysdeps/wordsize-32/lldiv.c: Likewise. + * sysdeps/wordsize-64/glob.c: Likewise. + * sysdeps/wordsize-64/labs.c: Likewise. + * sysdeps/wordsize-64/ldiv.c: Likewise. + * sysdeps/wordsize-64/strtol.c: Likewise. + * sysdeps/wordsize-64/strtol_l.c: Likewise. + * sysdeps/wordsize-64/strtoul.c: Likewise. + * sysdeps/wordsize-64/strtoul_l.c: Likewise. + * sysdeps/wordsize-64/wcstol.c: Likewise. + * sysdeps/wordsize-64/wcstol_l.c: Likewise. + * sysdeps/wordsize-64/wcstoul.c: Likewise. + * sysdeps/wordsize-64/wcstoul_l.c: Likewise. + * sysdeps/x86_64/fpu/printf_fphex.c: Likewise. + * wcsmbs/Makefile (strtox-CFLAGS): remove -I../stdlib. + (CPPFLAGS-wcstold_l.c): Add -I../stdlib. + +2005-12-13 Roland McGrath + + * sysdeps/generic/Makefile: Remove remaining bits/endian.h cruft. + +2005-12-13 Ulrich Drepper + + * sysdeps/generic/signame.c: Removed. + * sysdeps/generic/signame.h: Removed. + * sysdeps/generic/configure.in: Removed. + * sysdeps/generic/Dist: Remove these files. + + * sysdeps/generic/det_endian.c: Removed. + * sysdeps/generic/Makefile: Remove rule to build it. + * sysdeps/generic/Dist: Don't distribute it. + +2005-12-13 Roland McGrath + + * sysdeps/powerpc/dl-procinfo.c: New file. + * sysdeps/powerpc/dl-procinfo.h: New file. + +2005-12-12 Ulrich Drepper + + * io/sys/stat.h: Add restrict to fstatat declarations. + +2005-12-10 Ulrich Drepper + + * posix/regex_internal.h: Include if available. + +2005-12-06 Paolo Bonzini + + * posix/regex_internal.h (SIZE_MAX): Provide a default definition. + +2005-12-08 Ulrich Drepper + + * nis/nis_call.c (inetstr2int): Optimize. + +2005-12-08 Jakub Jelinek + + * nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy, + ->clnt cannot be != NULL. + (__do_niscall): No need to use __nisbind_destroy, __nisbind_next + did it. + (__nisbind_connect): use_auth is already TRUE, otherwise we would + not be here. + + * nis/nis_lookup.c (nis_lookup): Remove unnecessary + __nisbind_destroy calls. __nisbind_next does all that. + + * nis/ypclnt.c (yp_update): Before trying default authentication, + free DES descriptor. + +2005-12-07 Jakub Jelinek + + * nis/nis_table.c (nis_list): Fix memory handling in error case. + +2005-12-07 Ulrich Drepper + + * nis/nis_table.c (nis_list): Remove have_tablepath, just use the + pointer value itself. + +2005-12-06 Ulrich Drepper + + * catgets/gencat.c: Use GPL, not LGPL. + * elf/cache.c: Likewise. + * elf/chroot_canon.c: Likewise. + * elf/ldconfig.c: Likewise. + * elf/readlib.c: Likewise. + * iconv/dummy-repertoire.c: Likewise. + * iconv/iconv_charmap.c: Likewise. + * iconv/iconv_prog.c: Likewise. + * iconv/iconvconfig.c: Likewise. + * locale/programs/3level.h: Likewise. + * locale/programs/charmap-dir.c: Likewise. + * locale/programs/charmap-dir.h: Likewise. + * locale/programs/charmap-kw.gperf: Likewise. + * locale/programs/charmap.c: Likewise. + * locale/programs/charmap.h: Likewise. + * locale/programs/config.h: Likewise. + * locale/programs/ld-address.c: Likewise. + * locale/programs/ld-collate.c: Likewise. + * locale/programs/ld-ctype.c: Likewise. + * locale/programs/ld-identification.c: Likewise. + * locale/programs/ld-measurement.c: Likewise. + * locale/programs/ld-messages.c: Likewise. + * locale/programs/ld-monetary.c: Likewise. + * locale/programs/ld-name.c: Likewise. + * locale/programs/ld-numeric.c: Likewise. + * locale/programs/ld-paper.c: Likewise. + * locale/programs/ld-telephone.c: Likewise. + * locale/programs/ld-time.c: Likewise. + * locale/programs/linereader.c: Likewise. + * locale/programs/linereader.h: Likewise. + * locale/programs/locale-spec.c: Likewise. + * locale/programs/locale.c: Likewise. + * locale/programs/localedef.c: Likewise. + * locale/programs/localedef.h: Likewise. + * locale/programs/locarchive.c: Likewise. + * locale/programs/locfile-kw.gperf: Likewise. + * locale/programs/locfile-token.h: Likewise. + * locale/programs/locfile.c: Likewise. + * locale/programs/locfile.h: Likewise. + * locale/programs/repertoire.c: Likewise. + * locale/programs/repertoire.h: Likewise. + * locale/programs/simple-hash.c: Likewise. + * locale/programs/simple-hash.h: Likewise. + * locale/programs/xmalloc.c: Likewise. + * locale/programs/xstrdup.c: Likewise. + * malloc/memusagestat.c: Likewise. + * nscd/aicache.c: Likewise. + * nscd/cache.c: Likewise. + * nscd/connections.c: Likewise. + * nscd/dbg_log.c: Likewise. + * nscd/gai.c: Likewise. + * nscd/getgrgid_r.c: Likewise. + * nscd/getgrnam_r.c: Likewise. + * nscd/gethstbyad_r.c: Likewise. + * nscd/gethstbynm2_r.c: Likewise. + * nscd/getpwnam_r.c: Likewise. + * nscd/getpwuid_r.c: Likewise. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c: Likewise. + * nscd/initgrcache.c: Likewise. + * nscd/mem.c: Likewise. + * nscd/nscd.c: Likewise. + * nscd/nscd_conf.c: Likewise. + * nscd/pwdcache.c: Likewise. + * posix/getconf.c: Likewise. + * sysdeps/generic/nscd_setup_thread.c: Likewise. + * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise. + + * sunrpc/auth_des.c (authdes_pk_create): If conversation key + cannot be created, free memory. + Reported by rprasad@vmware.com. + +2005-11-15 Mike Frysinger + + * sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessor + protection and allow pthread.h to include bits/setjmp.h as well as + setjmp.h. + * sysdeps/m68k/bits/setjmp.h: Likewise. + * sysdeps/s390/bits/setjmp.h: Make sure only setjmp.h or pthread.h + are allow to include bits/setjmp.h. + * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Cast rhs to match lhs + cast of address. + * sysdeps/sh/bits/setjmp.h: Likewise. + +2005-11-12 Jim Meyering + + * sysdeps/unix/opendir.c (__alloc_dir): Declare STATP parameter + to be pointer to const. + * include/dirent.h: Update decl. + +2005-12-05 Roland McGrath + + * hurd/hurdmalloc.c: Remove $ tag $ magic. + * mach/err_kern.sub: Likewise. + * mach/err_server.sub: Likewise. + * mach/err_us.sub: Likewise. + * mach/error_compat.c: Likewise. + * mach/errorlib.h: Likewise. + * mach/errstring.c: Likewise. + * mach/mach/error.h: Likewise. + * mach/mach_error.c: Likewise. + * mach/mach_error.h: Likewise. + * mach/msg-destroy.c: Likewise. + * mach/msgserver.c: Likewise. + * sysdeps/mach/sys/reboot.h: Likewise. + + * sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL. + +2005-11-28 Jakub Jelinek + + * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is + initialized. Reported by John Reiser . + +2005-12-05 Daniel Jacobowitz + + * stdlib/longlong.h: Update from GCC. + +2005-12-04 Joseph S. Myers + + * soft-fp/soft-fp.h: Include . + + * soft-fp/floatdisf.c (__floatdisf): Return float. + +2005-12-05 Roland McGrath + + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_POSIX_CPU_TIMERS): New macro, for 2.6.12 and later. + +2005-12-03 Ulrich Drepper + + * nis/nis_table.c (nis_list): Optimize freeing and reallocation of + result record. + + * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r): + Better sized buffers. Correct error case handling. + * nis/nis_error.c (nis_sperror_r): Let snprintf determine whether + there is an overflow. + * nis/nss_nisplus/nisplus-service.c: Fix locking to use + _nss_create_tablename. Avoid unnecessary copying, remove + unnecessary variables, general cleanup. + * nis/nss_nisplus/nisplus-rpc.c: Likewise. + * nis/nss_nisplus/nisplus-proto.c: Likewise.. + * nis/nss_nisplus/nisplus-network.c: Fix locking to use + _nss_create_tablename. Avoid unnecessary copying, general cleanup. + * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r): + Removed. + Fix locking to use _nss_create_tablename. Avoid unnecessary copying, + general cleanup. + * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r): + Correctly construct request. + Fix locking to use _nss_create_tablename. Avoid unnecessary copying, + general cleanup. + * nis/nss_nisplus/nisplus-alias.c: Fix locking to use + _nss_create_tablename. Avoid unnecessary copying, general cleanup. + * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_setnetgrent): + Rewrite to use snprintf. + * nis/nss_nisplus/nisplus-publickey.c (_nss_nisplus_netname2user): + Likewise. + +2005-12-02 Ulrich Drepper + + * nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablename): + Renamed from _nss_create_tablename. Export from file (but not DSO). + (pwd_tablename_val): Renamed from tablename_val, mark hidden. + (pwd_tablename_len): Renamed from tablename_len, mark hidden. + Change all users. + * nis/nss_nisplus/nisplus-spwd.c (_nss_create_tablename): Removed. + Use _nss_pwd_create_tablename now. Use pwd_tablename_val and + pwd_tablename_len. Remove unnecessary variables, general cleanup. + + * nis/nss_nisplus/nisplus-pwd.c: Fix locking to use + _nss_create_tablename. Avoid unnecessary copying, remove + unnecessary variables, general cleanup. + * nis/nss_nisplus/nisplus-grp.c: Likewise. + + * io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat. + (static-only-routines): Add mknodat. + * io/Versions [GLIBC_2.4]: Add mkdirat, mkfifoat, __xmknodat. + * io/sys/stat.h: Declare mkditat, mknodat, mkfifoat, __xmknodat. + Define mknodat inline function. + * include/sys/stat.h: Add hidden proto for __xmknodat. + * sysdeps/generic/mkdirat.c: New file. + * sysdeps/generic/mkfifoat.c: New file. + * sysdeps/generic/mknodat.c: New file. + * sysdeps/generic/xmknodat.c: New file. + * sysdeps/unix/mkfifoat.c: New file. + * sysdeps/unix/sysv/linux/mkdirat.c: New file. + * sysdeps/unix/sysv/linux/xmknodat.c: New file. + + * sysdeps/generic/xmknod.c: Add one more parameter check. + +2005-11-28 Andreas Jaeger + + * sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added, + Patch by René Rebe . + +2005-11-27 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are + multiple return records but only one address. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication. + +2005-11-27 Roland McGrath + + * sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h. + Reported by René Rebe . + +2005-11-27 Ulrich Drepper + + * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache + euid and egid. + + * nis/nis_table.c (nis_list): Add more free calls in error cases. + +2005-11-26 Richard Henderson + + * sysdeps/alpha/strncmp.S: Don't read too much data when pointers + are co-aligned, and count is aligned with the end of the word. + +2005-11-26 Ulrich Drepper + + * nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as const. Pretty + printing. + + * nis/nis_table.c (__create_ib_request): Use strdupa instead of + variable size array. + (RPCTIMEOUT): Mark as const. + + * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand. + (ypdomainname): Renamed from __ypdomainname. No need for initializer. + (ypbindlist): Renamed from __ypbindlist. + (do_ypcall): Check memory allocation suceeded before calling + yp_bind_ypbindprog. + (yperr_string): Reduce size of function by using only one gettext call. + (ypbinderr_string): Likewise. + (yp_match): Free response in case memory for return value cannot be + allocated. + (yp_first): Likewise. + (yp_next): Likewise. + (do_ypcall_tr): New function which translates error codes as well. + (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it. + (yp_all): Correct test for invalid parameter. + Pretty printing. + (RPCTIMEOUT, UDPTIMEOUT): Mark as const. + +2005-11-25 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. + (__fxstatat64): Alias from __fxstatat; remove other cnp errors. + * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h + and stddef.h. + * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define. + +2005-11-25 Ulrich Drepper + + * Makeconfig (+cflags): Add -fmerge-all-constants by default. + + [BZ #1912] + * nss/function.def: Add entry to use gethostbyname2 for files. + +2005-11-25 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h. + +2005-11-25 Ulrich Drepper + + [BZ #1926] + * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change + return value type to match expected type. + + [BZ #1925] + * nis/ypclnt.c (yp_order): Correct test for invalid parameter. + +2005-11-24 Ulrich Drepper + + * scripts/check-c++-types.sh: Improve comments. + + * scripts/check-local-headers.sh: New file. + * Makefile (tests): Run check-local-headers.sh. + +2005-11-23 Thorsten Kukuk + + * include/sys/sendfile.h: New file. + +2005-11-24 Andreas Schwab + + * time/sys/time.h: Remove nonnull attribute from futimesat. + +2005-11-22 Ulrich Drepper + + * nscd/connections.c (sendfileall): Define. + (handle_request): Use it instead of sendfile call. + * nscd/nscd-client.h: Declare sendfileall. + * nscd/aicache.c: Use sendfileall instead of sendfile. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c: Likewise. + * nscd/initgrcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + + [BZ #1908] + * manual/install.texi (Tools for Compilation): Require gawk. + +2005-11-22 Jakub Jelinek + + * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove + unused is_static field from slotinfo array. + +2005-11-21 Jakub Jelinek + + * sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport + in the loop if port is bigger than endport, initially set to + ENDPORT. When changing startport, set endport and port + appropriately. + +2005-11-21 Ulrich Drepper + + * Makefile.in: Remove RCS ID line. + * config-name.in: Likewise. + * config.make.in: Likewise. + * malloc/arena.c: Likewise. + * malloc/hooks.c: Likewise. + * malloc/malloc.c: Likewise. + * manual/dir: Likewise. + * math/math_private.h: Likewise. + * resolv/gethnamaddr.c: Likewise. + * scripts/mkinstalldirs: Likewise. + * sunrpc/rpc_clntout.c: Likewise. + * sunrpc/rpc_cout.c: Likewise. + * sunrpc/rpc_hout.c: Likewise. + * sunrpc/rpc_main.c: Likewise. + * sunrpc/rpc_parse.c: Likewise. + * sunrpc/rpc_sample.c: Likewise. + * sunrpc/rpc_scan.c: Likewise. + * sunrpc/rpc_svcout.c: Likewise. + * sunrpc/rpc_tblout.c: Likewise. + * sunrpc/rpc_util.c: Likewise. + * sysdeps/unix/sysv/linux/sys/quote.h: Likewise. + + * nscd/nscd_helper.c: Pretty printing. + +2005-11-19 Roland McGrath + + * elf/elf.h: Revert last change. + +2005-11-19 Jakub Jelinek + + * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. + (struct shmid_ds): Use it for shm_nattch field. + +2005-11-18 Jakub Jelinek + + * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If FILE is NULL, + set access and modification times of the file referenced by FD. + * sysdeps/generic/futimesat.c (futimesat): Don't return EINVAL if + FILE is NULL. Don't check FD if FILE is absolute path. + +2005-11-19 Ulrich Drepper + + * nscd/nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call + if there are no aliases. + + * sysdeps/unix/sysv/linux/Makefile (CFLAGS-connections.c, + CFLAGS-pwdcache.c, CFLAGS-grpcache.c, CFLAGS-hstcache.c, + CFLAGS-aicache.c, CFLAGS-initgrcache.c): Add -DHAVE_SENDFILE. + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE): + Define. + * nscd/pwdcache.c [HAVE_SENDFILE]: Include and + . + [HAVE_SENDFILE] (cache_addpw): Use sendfile to transmit positive + result. + * nscd/grpcache.c: Likewise. + * nscd/hstcache.c: Likewise. + * nscd/aicache.c: Likewise. + * nscd/initgrcache.c: Likewise. + * nscd/connectionc.c: Likewise. + +2005-11-18 Andreas Schwab + + * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias. + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Handle + NO_WEAK_ALIAS. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise. + +2005-11-18 Paul Brook + + * sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro. + + * nscd/grpcache.c: Include . + * nscd/nscd_stat.c: Likewise. + * nscd/pwdcache.c: Likewise. + * sysdeps/unix/sysv/linux/unlinkat.c: Include , . + +2005-11-17 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE. + * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. + +2005-11-17 Steven Munroe + + [BZ #1877] + * string/test-strncmp.c (do_test_limit): Handle zero length and + non-zero align values. + (test_main): Correct do_test_limit tests for 64-bit. + +2005-11-15 Steven Munroe + + * sysdeps/powerpc/sysdep.h (PPC_FEATURE_HAS_SPE, + PPC_FEATURE_HAS_EFP_SINGLE, PPC_FEATURE_HAS_EFP_DOUBLE, + PPC_FEATURE_NO_TB, PPC_FEATURE_POWER4, PPC_FEATURE_POWER5, + PPC_FEATURE_POWER5_PLUS, PPC_FEATURE_CELL, PPC_FEATURE_970): + Define to match 2.6.15 kernel. + + * sysdeps/powerpc/fpu/e_sqrt.c: Remove dl-procinfo.h include. + * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise. + * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise. + +2005-11-17 Roland McGrath + + * elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30. + +2005-11-17 Jakub Jelinek + + * io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined, + define fstatat to fstatat64. + +2005-11-17 Steven Munroe + + [BZ #1877] + * string/test-strncmp.c (do_test_limit): New function. + (do_test) Add cast to eliminate compiler warnings. + (do_random_tests) Add cast to eliminate compiler warnings. + (test_main) Add do_test_limit tests. + * sysdeps/powerpc/powerpc32/strncmp.S: Test length before unaligned + load. + * sysdeps/powerpc/powerpc64/strncmp.S: Likewise. + +2005-11-17 Ulrich Drepper + + * include/resolv.h: Include . + Patch by Paul Brook. + + * io/sys/stat.h: Use __const not const in fstatat prototypes. + +2005-11-08 H.J. Lu + + * sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to + -Din_divdi3_c. + * sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined. + +2005-11-16 Jakub Jelinek + + * sysdeps/unix/sysv/linux/fchownat.c: Include string.h. + * sysdeps/unix/sysv/linux/futimesat.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise. + * sysdeps/unix/sysv/linux/renameat.c: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise. + * sysdeps/unix/sysv/linux/unlinkat.c: Likewise. + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise. + +2005-11-16 Ulrich Drepper + + * iconvdata/Makefile (modules): Add ISO_11548-1. + (distribute): Add iso_11548-1.c. + * iconvdata/gconv-modules: Add entries for ISO 11548-1. + * iconvdata/TESTS: Add entry for ISO 11548-1. + + [BZ 1872] + * iconvdata/iso_11548-1.c: New file. + * iconvdata/testdata/ISO_11548-1: New file. + * iconvdata/testdata/ISO_11548-1..UTF8: New file. + Patch by Samuel Thibault . + +2005-11-16 Kaz Kojima + + * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove incorrect &. + +2005-11-15 Ulrich Drepper + + [BZ 1865] + * inet/netinet/icmp6.h: More updates for RFC3542. + * inet/netinet/ip6.h: Likewise. + * sysdeps/unix/sysv/linux/bits/in.h: Adjust for current kernel sources. + Patch by David L Stevens . + + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat): + Return -1 on failure. + * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise. + * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.. + * sysdeps/unix/sysv/linux/fxstatat64.c [__ASSUME_STAT64_SYSCALL] + (__fxstatat64): Handle errors. + + * io/sys/poll.h: Add comment explaining poll is a cancellation point. + + * sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with + poll, make cancelable. + * sysdeps/unix/sysv/linux/sys/epoll.h: Add comment explaining + epoll_wait is a cancellation point. + +2005-11-15 Jakub Jelinek + + * io/sys/stat.h (fstatat): Don't use __THROW together with + __REDIRECT_NTH. + +2005-11-14 Ulrich Drepper + + * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. + * sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here. + +2005-11-11 Ulrich Drepper + + * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, + fchownat, and unlinkat. + (static-only-routines): Add fstatat and fstatat64. + (tests): Add tst-unlinkat, tst-fstatat, tst-futimesat, tst-renameat, + and tst-fchownat. + * io/Versions [GLIBC_2.4]: Add fchownat, __fxstatat, __fxstatat64, + and unlinkat. + * io/fcntl.h: Define AT_FDCWD, AT_SYMLINK_NOFOLLOW, and AT_REMOVEDIR. + * io/fstatat.c: New file. + * io/fstatat64.c: New file. + * io/sys/stat.h: Declare fstatat, fstatat64, __fxstatat, __fxstatat64 + and define fstatat and fstatat64 inline functions. + * libio/stdio.h: Declare renameat. + * misc/Makefile (routines): Add futimesat. + * misc/Versions [GLIBC_2.4]: Add futimesat. + * posix/unistd.h: Declare fchownat and unlinkat. + * stdio-common/Makefile (routines): Add renameat. + * stdio-common/Versions [GLIBC_2.4]: Add renameat. + * sysdeps/generic/fchownat.c: New file. + * sysdeps/generic/futimesat.c: New file. + * sysdeps/generic/fxstatat.c: New file. + * sysdeps/generic/fxstatat64.c: New file. + * sysdeps/generic/renameat.c: New file. + * sysdeps/generic/unlinkat.c: New file. + * sysdeps/unix/sysv/linux/fchownat.c: New file. + * sysdeps/unix/sysv/linux/futimesat.c: New file. + * sysdeps/unix/sysv/linux/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/fxstatat64.c: New file. + * sysdeps/unix/sysv/linux/renameat.c: New file. + * sysdeps/unix/sysv/linux/unlinkat.c: New file. + * sysdeps/unix/sysv/linux/alpha/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/i386/fchownat.c: New file. + * sysdeps/unix/sysv/linux/i386/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/m68k/fchownat.c: New file. + * sysdeps/unix/sysv/linux/m68k/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/powerpc/fchownat.c: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: New file. + * sysdeps/unix/sysv/linux/s390/s390-32/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/sh/fchownat.c: New file. + * sysdeps/unix/sysv/linux/sh/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc32/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: New file. + * sysdeps/unix/sysv/linux/wordsize-64/fxstatat64.c: New file. + * time/sys/time.h: Declare futimesat. + * include/fcntl.h: Declare __atfct_seterrno. + * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): New function. + Split out from openat code and called. + (do_test): Allow openat to fail with ENOSYS. Handle AT_FDCWD. + * sysdeps/generic/openat.c: Handle AT_FDCWD. + * sysdeps/generic/openat64.c: Likewise. + * io/tst-unlinkat.c: New file. + * io/tst-fstatat.c: New file. + * io/tst-futimesat.c: New file. + * io/tst-renameat.c: New file. + * io/tst-fchownat.c: New file. + * io/tst-openat.c: Don't fail if openat is not implemented. + + * sysdeps/unix/sysv/linux/powerpc/chown.c: Don't provide backward + compatibility code if new kernel is guaranteed. + + * time/sys/time.h: Add a few nonnull attributes. + +2005-11-09 Ulrich Drepper + + * io/fcntl.h: Declare openat and openat64. + * io/Makefile (routines): Add openat and openat64. + (tests): Add tst-openat. + * io/Versions: Add openat and openat64 for GLIBC_2.4. + * sysdeps/generic/openat.c: New file. + * sysdeps/generic/openat64.c: New file. + * sysdeps/unix/sysv/linux/openat.c: New file. + * sysdeps/unix/sysv/linux/openat64.c: New file. + * io/tst-openat.c: New file. + + * sysdeps/generic/check_fds.c (check_one_fd): For writable + descriptors, use /dev/full. + (__libc_check_standard_fds): Reverse modes so that common operations on + the descriptors fail. + * sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full. + +2005-11-07 Kazuhiro Inaoka + + * elf/elf.h (R_M32R_REL32): New macro. + +2005-11-05 Marcus Brinkmann + + * sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro. + (S_ISPARE): Unset the S_IMMAP0 flag. + +2005-11-07 Roland McGrath + + * configure.in: Grok --with-cpu=CPU option. If given, search for + sysdeps/.../machine/CPU subdirs, and give error if none are found. + * configure: Regenerated. + * config.make.in (with-cpu): New substituted variable. + * Makeconfig (+cflags): Add -mcpu=$(with-cpu) if set. + + * malloc/malloc.c (munmap_chunk): Suppress warnings from last change. + + * sysdeps/unix/bsd/sun: Directory and all subdirectories removed, + saved in ports repository. + * sysdeps/unix/sysv/linux/tcflush.c: Rewritten. + * sysdeps/unix/sysv/linux/tcflow.c: Rewritten. + +2005-11-06 Ulrich Drepper + + * malloc/malloc.c (munmap_chunk): Add sanity checks. + + * sysdeps/pthread/configure: Fix comment. + +2005-11-05 Ulrich Drepper + + * configure.in: Remove gnu_as definition and everything using it. + * config.make.in: Remove gnu-as. + * config.h.in: Remove HAVE_GNU_AS. + + * configure.in: Remove gnu_ld definition and everything using it. + * config.h.in: Remove HAVE_GNU_LD. + * config.make.in: Remove gnu-ld. + * csu/Makefile: Remove use of gnu-ld. + * csu/munch.awk: Removed. + * csu/munch-tmpl.c: Removed. + * include/libc-symbols.h: Remove use of HAVE_GNU_LD. + * posix/execl.c: Likewise. + * posix/execv.c: Likewise. + * stdio-common/psignal.c: Likewise. + * stdlib/exit.c: Likewise. + * string/strsignal.c: Likewise. + * string/tester.c: Likewise. + * sysdeps/generic/errlist.c: Likewise. + * sysdeps/generic/getenv.c: Likewise. + * sysdeps/generic/getgroups.c: Likewise. + * sysdeps/generic/init-posix.c: Likewise. + * sysdeps/posix/gettimeofday.c: Likewise. + * sysdeps/posix/system.c: Likewise. + * sysdeps/unix/bsd/init-posix.c: Likewise. + * sysdeps/unix/bsd/ulimit.c: Likewise. + * sysdeps/unix/bsd/sun/m68k/brk.S: Likewise. + * sysdeps/unix/bsd/sun/m68k/sethostid.S: Likewise. + * sysdeps/unix/bsd/sun/sparc/sethostid.S: Likewise. + * sysdeps/unix/i386/brk.S: Likewise. + * sysdeps/unix/sparc/brk.S: Likewise. + + * configure.in: Remove test for support for subtracting local labels. + * config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS. + * stdio-common/vfprintf.c: Remove test of + HAVE_SUBTRACT_LOCAL_LABELS. + + * configure.in: If init_array/fini_array support is not available, + bail out. + * config.h.in: Remove trace of optional init_array/fini_array support. + * config.make.in: Likewise. + * csu/elf-init.c: Likewise. + * dlfcn/dlfcn.c: Likewise. + * elf/soinit.c: Likewise. + * sysdeps/ia64/elf/initfinit.c: Likewise. + +2005-11-04 Roland McGrath + + * sysdeps/i386/configure.in (libc_mtune_example): Variable removed. + * sysdeps/i386/configure: Regenerated. + + [BZ #1089] + * configure.in: Change order of add-on sysdeps directories, + so they are interleaved with main sysdeps directories. + * configure: Regenerated. + +2005-11-03 Roland McGrath + + * NEWS: Synch with 2.3 branch updates. + +2005-11-03 Ulrich Drepper + + * sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test. + +2005-11-03 Roland McGrath + + [BZ #1548] + * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask, + make sure constant is long. + From Jay Lan . + +2005-11-03 Ulrich Drepper + + [BZ #1774] + * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use simple + gethostbyname2 lookup if AI_V4MAPPED|AI_ALL is set. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid alloca when possible + while looking for scope delimiter. + Some pretty printing. + +2005-10-31 Steven Munroe + + * sysdeps/powerpc/powerpc64/Makefile + (sysdep_routines, elide-routines.os): Add hp-timing. + * sysdeps/powerpc/powerpc64/hp-timing.c: New file. + * sysdeps/powerpc/powerpc64/hp-timing.h: New file. + * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: New file. + +2005-10-31 Ulrich Drepper + + * resolv/res_init.c (__res_iclose): New function. Broken out of + res_nclose. Take addition parameter which determines whether + addresses should be freed. + (res_nclose): Call __res_iclose. + (res_thread_freeres): Likewise. + * resolv/res_data.c (res_close): Call __res_iclose. + * resolv/res_libc.c (res_init): No need to separately free the + addresses. + (__res_maybe_init): Likewise. + * resolv/res_send.c: Use __res_iclose instead of res_nclose. + * resolv/Versions [GLIBC_PRIVATE]: Add __res_iclose. + * include/resolv.h: Declare __res_iclose. + Add libc_hidden_proto for __res_iclose. + * hesiod/hesiod.c (__hesiod_res_set): No need to free name server + addresses here again. + + [BZ #1579] + * debug/execinfo.h: Change backtrace_symbols_fd comment. + +2005-10-24 H.J. Lu + + * sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__" + prefix to LOCAL_LIBM_ENTRY. + (WEAK_LIBM_END): Add "__" prefix to LOCAL_LIBM_END. + +2005-10-26 Jakub Jelinek + + * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf + instead of _dl_printf to print conflict processing debug message. + Reported by John Reiser . + +2005-10-30 Ulrich Drepper + + * misc/hsearch_r.c (hsearch_r): Remove duplicate test. + Patch by Chris Caputo . + +2005-10-28 Kaz Kojima + + * sysdeps/unix/sh/sysdep.S: Remove unnecessary weak_alias. + * sysdeps/unix/sysv/linux/sh/socket.S: Honor NO_WEAK_ALIAS. + +2005-10-28 Thorsten Kukuk + + * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Fix off + by one error. + +2005-10-24 Roland McGrath + + [BZ #1534] + * include/string.h: Use libc_hidden_proto for strnlen, + not libc_hidden_builtin_proto. + +2005-10-23 Ulrich Drepper + + * rt/mqueue.h: Cleanups. + +2005-10-22 Roland McGrath + + [BZ #1254] + * sysdeps/mach/hurd/getpeername.c (__getpeername): Fix last change. + From Samuel Thibault . + +2005-10-17 Thomas Schwinge + + [BZ #1252] + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. + * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. + +2005-10-20 Ulrich Drepper + + * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping. + * iconvdata/ibm1388.h (__ucs4_to_ibm1388sb): Likewise. + * iconvdata/testdata/IBM1364: Add missing valid input. + * iconvdata/testdata/IBM1388: Likewise. + * iconvdata/testdata/IBM1364..UTF8: Adjust appropriately. + * iconvdata/testdata/IBM1388..UTF8: Likewise. + Patch by Masahide Washizawa . + +2005-08-23 GOTO Masanori + + [BZ #1498] + * sysdeps/alpha/remqu.S: Return the correct result when the same + dividend and divisor are provided, and they're negative numbers. + * sysdeps/alpha/divqu.S: Likewise. + +2005-10-18 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS): + Define. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (TESTS): + Likewise. + +2005-10-19 Ulrich Drepper + + * iconvdata/Makefile (modules): Add IBM1364, IBM1371, IBM1388, IBM1390, + and IBM1399. + (distribute): Add ibm1364.c, ibm1364.h, ibm1371.c, ibm1371.h, + ibm1388.c, ibm1388.h, ibm1390.c, ibm1390.h, ibm1399.c, and ibm1399.h. + * iconvdata/TESTS: Add entries for IBM1364, IBM1371, IBM1388, IBM1390, + and IBM1399. + * iconvdata/gconv-modules: Likewise. + * iconvdata/ibm1364.c: New file. + * iconvdata/ibm1364.h: New file. + * iconvdata/ibm1371.c: New file. + * iconvdata/ibm1371.h: New file. + * iconvdata/ibm1388.c: New file. + * iconvdata/ibm1388.h: New file. + * iconvdata/ibm1390.c: New file. + * iconvdata/ibm1390.h: New file. + * iconvdata/ibm1399.c: New file. + * iconvdata/ibm1399.h: New file. + * iconvdata/testdata/IBM1364: New file. + * iconvdata/testdata/IBM1364..UTF8: New file. + * iconvdata/testdata/IBM1371: New file. + * iconvdata/testdata/IBM1371..UTF8: New file. + * iconvdata/testdata/IBM1388: New file. + * iconvdata/testdata/IBM1388..UTF8: New file + * iconvdata/testdata/IBM1390: New file. + * iconvdata/testdata/IBM1390..UTF8: New file. + * iconvdata/testdata/IBM1399: New file. + * iconvdata/testdata/IBM1399..UTF8: New file. + Original patch by Masahide Washizawa . + +2005-10-17 Roland McGrath + + * elf/dl-load.c (MAP_COPY): When undefined, define to + MAP_PRIVATE|MAP_DENYWRITE instead of just MAP_PRIVATE. + (_dl_map_object_from_fd): Don't use MAP_DENYWRITE explicitly. + +2005-10-17 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_STSZ, TESTS): + Define. + * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h (SC_STSZ, TESTS): + Likewise. + +2005-10-17 Ulrich Drepper + + * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch. + Return EOF not 0. + + * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also + allow EACCES errors when opening /proc for now. + + * wctype/wcfuncs.c: Don't use expensive wide char lookups in isw* + functions if character is in ASCII range. + * wctype/wcfuncs_l.c: Likewise. + +2005-05-03 Robert Millan + + * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4. + * elf/cache.c (print_entry): Match the kNetBSD ABI tag. + +2005-10-16 Alfred M. Szmidt + + * sysdeps/generic/bits/mman.h + [__USE_GNU] (MREMAP_MAYMOVE, REMAP_FIXED): New macros. + +2005-10-16 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/makecontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: New file. + * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.h: New file. + * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.h: New file. + * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Removed. + * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: New file. + * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: New file. + +2005-09-13 Jakub Jelinek + + [BZ #1228] + * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these + are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not + -std=c99. + +2005-10-16 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED. + +2005-08-05 Alfred M. Szmidt + + [BZ #1252] + * sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn + forward decl out of function body. + * sysdeps/mach/hurd/profil.c: Likewise. + +2005-10-16 Roland McGrath + + [BZ #1254] + * sysdeps/mach/hurd/getpeername.c (__getpeername): Respect *LEN + byte limit when setting ADDR->sa_family. + Reported by Samuel Thibault . + + [BZ #1253] + * sysdeps/mach/hurd/dl-sysdep.h + [SHARED] (DL_ARGV_NOT_RELRO): New macro. + + [BZ #1253] + * sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher. + (_hurd_stack_setup): Don't declare with arguments and ellipsis. + Use __builtin_frame_address and __builtin_return_address. + (_dl_init_first): Likewise. + + [BZ #1249] + * sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare + as weak extern. + (init): Check for it being undefined. + +2005-10-16 Daniel Jacobowitz + Roland McGrath + + * Makerules [module-names] (extra-modules-build): New variable. + ($(extra-modules-build:%=$(objpfx)%.so)): New static pattern rule. + Depend on libc.so and libc_nonshared.a. + * dlfcn/Makefile ($(test-modules)): Remove static pattern rule. + * elf/Makefile (modules-names-nobuild): New variable, add filtmod1. + ($(test-modules)): Remove static pattern rule. + +2005-10-15 Thomas Schwinge + + * include/dirent.h: Include . + * sysdeps/mach/hurd/fdopendir.c: Include . + (fdopendir): Correct argument to _hurd_fd_get(). + * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'. + +2005-08-20 Paul Eggert + + [BZ #1224] + * posix/regcomp.c (init_word_char, duplicate_node_closure, + fetch_token, peek_token_bracket, build_range_exp, + build_collating_symbol): Remove forward decls; no longer needed + now that we use prototypes. + +2005-10-15 Ulrich Drepper + + [BZ #1221] + * posix/regex_internal.h: Remove last traces of + RE_NO_INTERNAL_PROTOTYPES. + + [BZ #968] + * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops. + + * sysdeps/unix/fdopendir.c (fdopendir): Make sure descriptor + allows reading. + + * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8. + * wcsmbs/Makefile: Define tst-mbrtowc2-ENV. + + * posix/regexec.c: Finish prototyping of static functions. + * posix/regex_internal.c: Likewise. + +2005-10-14 Roland McGrath + + * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): New function, broken + out of ... + (__opendir): ... here. Call it. + * sysdeps/mach/hurd/fdopendir.c: New file. + +2005-10-14 Ulrich Drepper + + [BZ #865] + * math/tgmath.h: Correctly determine result type for + __TGMATH_BINARY_REAL_ONLY, + __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY, + __TGMATH_TERNARY_REAL_ONLY, and __TGMATH_BINARY_REAL_IMAG. + +2005-09-17 Andreas Jaeger + + [BZ #865] + * math/test-tgmath-int.c: New file. + * math/Makefile (tests): Add test-tgmath-int. + +2005-10-14 Ulrich Drepper + + [BZ #804] + * malloc/tst-mtrace.sh: Work around for bootstraping. + + * locale/programs/ld-collate.c (collate_output): Fix counting of + elements. Don't limit table size. Use correct secondary hash + function. + * locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE. + * posix/fnmatch_loop.c: Adjust for changed secondary hash function. + * posix/regcomp.c: Likewise. + + * time/asctime.c (asctime_internal): Use __snprintf instead of + snprintf to avoid PLT entry. + + * sysdeps/unix/opendir.c (__opendir): Pass extra argument to + __alloc_dir. + (__alloc_dir): Only close descriptor on error if new parameter is true. + * sysdeps/unix/fdopendir.c (fdopendir): Pass extra argument to + __alloc_dir. Don't close fd on error. + * include/dirent.h (__alloc_dir): Adjust prototype. + + * stdlib/Makefile (tests): Add tst-ucontext-off. + * stdlib/tst-ucontext-off.c: New file. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define. + * sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise. + + [BZ #1468] + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Fix values for + oFPREGS, oSIGMASK, oFPREGSMEM, and oMXCSR. + Patch by Nicholas Miell . + + [BZ #1460] + * time/asctime.c (asctime_internal): New function, derived from + asctime_r. Takes additional parameter which is the buffer length. + Use snprintf instead sprintf, if it overflows, fail. + (asctime_r): Call asctime_internal with 26 as buffer length. + (asctime): Call asctime_internal with length of internal buffer. + * time/Makefile (tests): Add bug-asctime_r. + * time/bug-asctime_r.c: New file. + + [BZ #1459] + * time/asctime.c (__asctime_r): Check for tm_year computation to + overflow and fail in this case. + * time/Makefile (tests): Add bug-asctime. + * time/bug-asctime.c: New file. + + [BZ #1458] + * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MREMAP_FIXED. + * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. + * misc/sys/mman.h: Add ellipsis after last parameter of mremap and + adjust leading comment. + * sysdeps/unix/sysv/linux/syscalls.list: Add pointer parameter to + mremap syscall. + * include/sys/mman.h (__mremap): Add ellipsis. + * malloc/memusage.c: Adjust mremap wrapper for optional additional + parameter. + +2005-10-13 Ulrich Drepper + + [BZ #1405] + * libio/iogetdelim.c (_IO_getdelim): Fix truncation of return + value. Avoid overflow in computation. + + [BZ #1373] + * argp/argp.h: Remove __NTH for __argp_usage inline function. + +2005-08-26 Paul Eggert + + [BZ #1248] + * posix/regex_internal.h (bitset_not, bitset_merge, bitset_not_merge, + bitset_mask, re_string_allocate, re_string_construct, + re_string_reconstruct, re_string_destruct, re_string_elem_size_at, + re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case, + re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1, + re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect, + re_node_set_init_union, re_node_set_merge, re_node_set_insert, + re_node_set_insert_last, re_node_set_compare, re_node_set_contains, + re_node_set_remove_at, re_dfa_add_node, re_acquire_state, + re_acquire_state_context): Remove unnecessary forward decls. + (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at): + Put __attribute at function definition, now that the function decl + has been removed. + * posix/regex_internal.c (re_string_peek_byte_case, + re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains): + Likewise. + +2005-08-23 Paul Eggert + + [BZ #1231] + * posix/regex_internal.c (re_string_skip_chars, register_state, + calc_state_hash): Remove forward decls. + * posix/regexec.c (acquire_init_state_context, check_halt_node_context, + proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes, + clean_state_log_if_needed): Likewise. + +2005-10-13 Ulrich Drepper + + * posix/regex.c: No need to use K&R definitions for static functions. + * posix/regex_internal.c: Likewise. + * posix/regcomp.c: Likewise. + + [BZ #1466] + * sysdeps/generic/s_csqrt.c (__csqrt): For zero real part, return + principal square root. + * sysdeps/generic/s_csqrtf.c (__csqrtf): Likewise. + * sysdeps/generic/s_csqrtl.c (__csqrtl): Likewise. + * math/libm-test.inc (csqrt_test): Add test for returning + principal value. + + * include/features.h: Define _POSIX_C_SOURCE to 200112 for + _XOPEN_SOURCE == 600. + +2005-10-12 Ulrich Drepper + + * malloc/malloc.c (_int_free): Fail if block size is obviously wrong. + + * include/malloc.h: Remove _int_new_arena prototype. + * malloc/arena.c (_int_new_arena): Move definition ahead of + arena_get2 and make static. + + Correctly implement M_MXFAST. + * malloc/malloc.c (struct malloc_state): Replace max_fast with flags + fields. + (global_max_fast): New variable. + (set_max_fast): Change to not require arena parameter and to modify + global_max_fast. Change all callers. + (get_max_fast): New macro. Use this instead of directly accessing + now removed max_fast arena member. + (have_fastchunks): Use flags instead of max_fast. + (clear_fastchunks): Likewise. + (set_fastchunks): Likewise. + (contiguous): Likewise. + (noncontiguous): Likewise. + (set_noncontiguous): Likewise. + (set_contiguous): Likewise. + (malloc_init_state): Explicitly set FASTCHUNKS_BIT. Call set_max_fast + only for main arena. + * malloc/hooks.c (public_sET_STATe): Adjust set_max_fast use. + +2005-10-10 Daniel Jacobowitz + + * sysdeps/generic/bits/byteswap.h (__bswap_constant_16): New macro. + (__bswap_16): Use it. + (__bswap_constant_32): New macro. + (__bswap_32): Use it. + +2005-10-10 Ulrich Drepper + + * malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_recursive_cntr. + +2005-10-08 Jakub Jelinek + + * nss/getent.c (hosts_keys): Pass INADDRSZ as size rather + than IN6ADDRSZ to AF_INET gethostbyaddr. + +2005-10-07 Roland McGrath + + [BZ #1438] + * include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__ + friendly to -Wundef. + (__USE_FORTIFY_LEVEL): Always define it, to 0 if nothing else. + +2005-10-06 Ulrich Drepper + + * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because + the file does not exist. + +2005-10-05 Simon Josefsson + + [BZ #1423] + * crypt/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): New macros. + +2005-10-05 Roland McGrath + + * crypt/Makefile (distribute): Remove duplicate defn. + + * sysdeps/generic/ldsodefs.h (struct audit_ifaces): + Use ARCH_PLTENTER_MEMBERS and ARCH_PLTEXIT_MEMBERS macros if defined. + * elf/tst-auditmod1.c: Include to define more + architecture-specific code. + * sysdeps/generic/tst-audit.h: New file. + * elf/Makefile (distribute): Add it. + +2005-10-05 Daniel Jacobowitz + + * elf/elf.h (R_ARM_TLS_DTPMOD32, R_ARM_TLS_DTPOFF32, + R_ARM_TLS_TPOFF32, R_ARM_TLS_GD32, R_ARM_TLS_LDM32, + R_ARM_TLS_LDO32, R_ARM_TLS_IE32, R_ARM_TLS_LE32): New macros. + +2005-10-03 Jakub Jelinek + + * nscd/selinux.c (audit_init): Print error string in the failure + message. + +2005-10-03 Roland McGrath + + * sysdeps/powerpc/nofpu: Directory removed, saved in ports repository. + +2005-09-30 Ulrich Drepper + + * posix/regex.h: Pretty printing. + Clean up namespace a bit. + +2005-09-30 Jakub Jelinek + + * posix/regexec.c (update_cur_sifted_state, check_arrival, + check_arrival_add_next_nodes): Avoid using uninitialized variable. + + * malloc/memusage.c (dest): Fix a bunch of warnings on 32-bit arches. + + * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x. + +2005-09-29 Ulrich Drepper + + * iconvdata/Makefile (modules): Add IBM803, IBM901, IBM902, IBM921, + IBM1008, IBM1008_420, IBM1097, IBM1112, IBM1123, IBM1130, IBM1140, + IBM1141, IBM1142, IBM1143, IBM1144, IBM1145, IBM1146, IBM1147, IBM1148, + IBM1149, IBM1166, IBM1167, IBM4517, IBM4899, IBM4909, IBM4971, + IBM5347, IBM9030, IBM9066, IBM9448, IBM12712, IBM16804. + (distribute): Add ibm803.c, ibm803.h, ibm901.c, ibm901.h, ibm902.c, + ibm902.h, ibm921.c, ibm921.h, ibm1008.c, ibm1008.h, ibm1008_420.c, + ibm1097.c, ibm1097.h, ibm1112.c, ibm1112.h, ibm1123.c, ibm1123.h, + ibm1130.c, ibm1130.h, ibm1140.c, ibm1140.h, ibm1141.c, ibm1141.h, + ibm1142.c, ibm1142.h, ibm1143.c, ibm1143.h, ibm1144.c, ibm1144.h, + ibm1145.c, ibm1145.h, ibm1146.c, ibm1146.h, ibm1147.c, ibm1147.h, + ibm1148.c, ibm1148.h, ibm1149.c, ibm1149.h, ibm1166.c, ibm1166.h, + ibm1167.c, ibm1167.h, ibm4517.c, ibm4517.h, ibm4899.c, ibm4899.h, + ibm4909.c, ibm4909.h, ibm4971.c, ibm4971.h, ibm5347.c, ibm5347.h, + ibm9030.c, ibm9030.h, ibm9066.c, ibm9066.h, ibm9448.c, ibm9448.h, + ibm12712.c, ibm12712.h, ibm16804.c, ibm16804.h. + * iconvdata/TESTS: Add entries for new modules. + * iconvdata/gconv-modules: Likewise. + * iconvdata/ibm803.c: New file. + * iconvdata/ibm803.h: New file. + * iconvdata/ibm901.c: New file. + * iconvdata/ibm901.h: New file. + * iconvdata/ibm902.c: New file. + * iconvdata/ibm902.h: New file. + * iconvdata/ibm921.c: New file. + * iconvdata/ibm921.h: New file. + * iconvdata/ibm1008.c: New file. + * iconvdata/ibm1008.h: New file. + * iconvdata/ibm1008_420.c: New file. + * iconvdata/ibm1097.c: New file. + * iconvdata/ibm1097.h: New file. + * iconvdata/ibm1112.c: New file. + * iconvdata/ibm1112.h: New file. + * iconvdata/ibm1123.c: New file. + * iconvdata/ibm1123.h: New file. + * iconvdata/ibm1130.c: New file. + * iconvdata/ibm1130.h: New file. + * iconvdata/ibm1140.c: New file. + * iconvdata/ibm1140.h: New file. + * iconvdata/ibm1141.c: New file. + * iconvdata/ibm1141.h: New file. + * iconvdata/ibm1142.c: New file. + * iconvdata/ibm1142.h: New file. + * iconvdata/ibm1143.c: New file. + * iconvdata/ibm1143.h: New file. + * iconvdata/ibm1144.c: New file. + * iconvdata/ibm1144.h: New file. + * iconvdata/ibm1145.c: New file. + * iconvdata/ibm1145.h: New file. + * iconvdata/ibm1146.c: New file. + * iconvdata/ibm1146.h: New file. + * iconvdata/ibm1147.c: New file. + * iconvdata/ibm1147.h: New file. + * iconvdata/ibm1148.c: New file. + * iconvdata/ibm1148.h: New file. + * iconvdata/ibm1149.c: New file. + * iconvdata/ibm1149.h: New file. + * iconvdata/ibm1166.c: New file. + * iconvdata/ibm1166.h: New file. + * iconvdata/ibm1167.c: New file. + * iconvdata/ibm1167.h: New file. + * iconvdata/ibm4517.c: New file. + * iconvdata/ibm4517.h: New file. + * iconvdata/ibm4899.c: New file. + * iconvdata/ibm4899.h: New file. + * iconvdata/ibm4909.c: New file. + * iconvdata/ibm4909.h: New file. + * iconvdata/ibm4971.c: New file. + * iconvdata/ibm4971.h: New file. + * iconvdata/ibm5347.c: New file. + * iconvdata/ibm5347.h: New file. + * iconvdata/ibm9030.c: New file. + * iconvdata/ibm9030.h: New file. + * iconvdata/ibm9066.c: New file. + * iconvdata/ibm9066.h: New file. + * iconvdata/ibm9448.c: New file. + * iconvdata/ibm9448.h: New file. + * iconvdata/ibm12712.c: New file. + * iconvdata/ibm12712.h: New file. + * iconvdata/ibm16804.c: New file. + * iconvdata/ibm16804.h: New file. + * iconvdata/testdata/IBM803: New file. + * iconvdata/testdata/IBM803..UTF8: New file. + * iconvdata/testdata/IBM901: New file. + * iconvdata/testdata/IBM901..UTF8: New file. + * iconvdata/testdata/IBM902: New file. + * iconvdata/testdata/IBM902..UTF8: New file. + * iconvdata/testdata/IBM921: New file. + * iconvdata/testdata/IBM921..UTF8: New file. + * iconvdata/testdata/IBM1008: New file. + * iconvdata/testdata/IBM1008..UTF8: New file. + * iconvdata/testdata/IBM1097: New file. + * iconvdata/testdata/IBM1097..UTF8: New file. + * iconvdata/testdata/IBM1112: New file. + * iconvdata/testdata/IBM1112..UTF8: New file. + * iconvdata/testdata/IBM1123: New file. + * iconvdata/testdata/IBM1123..UTF8: New file. + * iconvdata/testdata/IBM1130: New file. + * iconvdata/testdata/IBM1130..UTF8: New file. + * iconvdata/testdata/IBM1140: New file. + * iconvdata/testdata/IBM1140..UTF8: New file. + * iconvdata/testdata/IBM1141: New file. + * iconvdata/testdata/IBM1141..UTF8: New file. + * iconvdata/testdata/IBM1142: New file. + * iconvdata/testdata/IBM1142..UTF8: New file. + * iconvdata/testdata/IBM1143: New file. + * iconvdata/testdata/IBM1143..UTF8: New file. + * iconvdata/testdata/IBM1144: New file. + * iconvdata/testdata/IBM1144..UTF8: New file. + * iconvdata/testdata/IBM1145: New file. + * iconvdata/testdata/IBM1145..UTF8: New file. + * iconvdata/testdata/IBM1146: New file. + * iconvdata/testdata/IBM1146..UTF8: New file. + * iconvdata/testdata/IBM1147: New file. + * iconvdata/testdata/IBM1147..UTF8: New file. + * iconvdata/testdata/IBM1148: New file. + * iconvdata/testdata/IBM1148..UTF8: New file. + * iconvdata/testdata/IBM1149: New file. + * iconvdata/testdata/IBM1149..UTF8: New file. + * iconvdata/testdata/IBM1166: New file. + * iconvdata/testdata/IBM1166..UTF8: New file. + * iconvdata/testdata/IBM1167: New file. + * iconvdata/testdata/IBM1167..UTF8: New file. + * iconvdata/testdata/IBM4517: New file. + * iconvdata/testdata/IBM4517..UTF8: New file. + * iconvdata/testdata/IBM4899: New file. + * iconvdata/testdata/IBM4899..UTF8: New file. + * iconvdata/testdata/IBM4909: New file. + * iconvdata/testdata/IBM4909..UTF8: New file. + * iconvdata/testdata/IBM4971: New file. + * iconvdata/testdata/IBM4971..UTF8: New file. + * iconvdata/testdata/IBM5347: New file. + * iconvdata/testdata/IBM5347..UTF8: New file. + * iconvdata/testdata/IBM9030: New file. + * iconvdata/testdata/IBM9030..UTF8: New file. + * iconvdata/testdata/IBM9066: New file. + * iconvdata/testdata/IBM9066..UTF8: New file. + * iconvdata/testdata/IBM9448: New file. + * iconvdata/testdata/IBM9448..UTF8: New file. + * iconvdata/testdata/IBM12712: New file. + * iconvdata/testdata/IBM12712..UTF8: New file. + * iconvdata/testdata/IBM16804: New file. + * iconvdata/testdata/IBM16804..UTF8: New file. + Patch by Masahide WASHIZAWA . + + * iconvdata/run-iconv-test.sh: Run ASCII->encoding->ASCII suntzus + test only if $subset is N. + +2005-09-29 Roland McGrath + + [BZ #1392] + * posix/sys/wait.h [!__GNUC__ || __cplusplus] (__WAIT_INT): Use const. + +2005-09-29 Alfred M. Szmidt + + * elf/rtld.c [DL_ARGV_NOT_RELRO] (_dl_argc, _dl_skip_args): + Don't use attribute_relro. + +2005-09-29 Roland McGrath + + [BZ #1392] + * posix/sys/wait.h (__WAIT_INT): Rewrite using an initializer, + in case __typeof yields a const-qualified type. + +2005-09-28 Ulrich Drepper + + * dirent/dirent.h: Declare fdopendir. + * dirent/Versions: Export fdopendir for GLIBC_2.4. + * dirent/Makefile (routines): Add fdopendir. + (tests): Add tst-fdopendir. + * dirent/tst-fdopendir.c: New file. + * include/dirent.h: Declare __alloc_dir. + * sysdeps/generic/fdopendir.c: New file. + * sysdeps/unix/fdopendir.c: New file. + * sysdeps/unix/opendir.c: Split off back part of opendir into new + function __alloc_dir. + +2005-09-26 Steven Munroe + + [BZ #1384] + * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn, + ynf results. + +2005-09-06 Paul Eggert + Ulrich Drepper + + [BZ #1302] + Change bitset word type from unsigned int to unsigned long int, + as this has better performance on typical 64-bit hosts. Change + bitset type name to bitset_t. + * posix/regcomp.c (build_equiv_class, build_charclass): + (build_range_exp, build_collating_symbol): + Prefer bitset_t to re_bitset_ptr_t in prototypes, when the actual + argument is a bitset. This is merely a style issue, but it makes + it clearer that an entire array is expected. + (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps, + lower_subexp): Adjust for new bitset_t definition. + (lower_subexp, parse_bracket_exp, built_charclass_op): Likewise. + * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain, + bitset_not, bitset_merge, bitset_set_all, bitset_mask): Likewise. + * posix/regexec.c (check_dst_limits_calc_pos_1, + check_subexp_matching_top, build_trtable, group_nodes_into_DFAstates): + Likewise. + * posix/regcomp.c (utf8_sb_map): Don't assume initializer + == 0xffffffff. + * posix/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS. + All uses changed. + (BITSET_WORDS): Renamed from BITSET_UINTS. All uses changed. + (bitset_word_t): New type, replacing 'unsigned int' for bitset uses. + All uses changed. + (BITSET_WORD_MAX): New macro. + (bitset_set, bitset_clear, bitset_contain, bitset_empty, + (bitset_set_all, bitset_copy): Adjust for bitset_t change. + (bitset_empty, bitset_copy): + Prefer sizeof (bitset_t) to multiplying it out ourselves. + (bitset_not_merge): Remove; unused. + (bitset_contain): Return bool, not unsigned int with one bit on. + All callers changed. + * posix/regexec.c (build_trtable): Don't assume bitset_t has no + stricter alignment than re_node_set; do this by defining a new + internal type struct dests_alloc and using it to allocate memory. + +2005-09-27 Ulrich Drepper + + [BZ #1230] + * stdlib/strtod_l.c (STRNCASECMP): Always use C locale object. + (TOLOWER_C): Define. Use it when recognizing inf and nan. + * stdlib/Makefile (tests): Add bug-strtod2. + * stdlib/bug-strtod2.c: New file. + +2005-09-21 Ralf Wildenhues + + [BZ #1361] + * argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include . + * argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c, + argp/argp-xinl.c: Fix up whitespace. + +2005-09-27 Ulrich Drepper + + [BZ #1158] + * stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in + which the functions were registered. + * dlfcn/Makefile: Add rules to build and run bug-atexit1 and + bug-atexit2. + * dlfcn/bug-atexit1.c: New file. + * dlfcn/bug-atexit1-lib.c: New file. + * dlfcn/bug-atexit2.c: New file. + * dlfcn/bug-atexit2-lib.c: New file. + + [BZ #1078] + * libio/fileops.c (_IO_new_file_xsputn): Determine amount of + available space in non-line-buffered buffer correctly. + * libio/oldfileops.c (_IO_old_file_xsputn): Likewise. + * stdio-common/Makefile (tests): Add tst-fwrite. + * stdio-common/tst-fwrite.c: New file. + +2005-09-26 Ulrich Drepper + + [BZ #838] + * malloc/arena.c (ptmalloc_lock_all): If global lock already taken + by the same thread, just bump the counter. + (ptmalloc_unlock_all): If counter for recursive locks hasn't reached + zero, don't do anything else. + * malloc/Makefile (tests): Add tst-mallocfork. + * malloc/tst-mallocfork.c: New file. + + [BZ #808] + * malloc/malloc.c (_int_realloc): Make error message clearer. + + [BZ #713] + * libio/iofgets.c: Treat N==1 correctly. + * libio/iofgets_u.c: Likewise. + * libio/iofgetws.c: Likewise. + * libio/iofgetws_u.c: Likewise. + * stdio-common/Makefile (tests): Add tst-fgets. + * stdio-common/tst-fgets.c: New file. + +2005-01-11 Thorsten Kukuk + + [BZ #652] + * posix/getconf.c: Add new option -a to print the names of + the current system configuration variables to stdout. + Based on patch from Josh Aas . + +2005-09-26 Ulrich Drepper + + [BZ #644] + * sysdeps/posix/getaddrinfo.c (fls): New function. + (gaih_inet): Don't use ffs, use fls. Convert address to native byte + order first. + * posix/Makefile (tests): Add tst-rfc3484. + * posix/tst-rfc3484.c: New file. + + [BZ #627] + * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock + before destroying it as part of the _IO_FINISH call. + * libio/oldiofclose.c (_IO_old_fclose): Likewise. + + [BZ #524] + * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if + number of bits is multiple of 8. + Patch by Fredrik Tolf . + + [BZ #516] + * elf/dl-load.c: Report failed loading due to ELF class mismatch + with better words. + + [BZ #162] + * manual/llio.texi (Waiting for I/O): Correct description of read + conditions reported by select. + +2005-09-24 Jakub Jelinek + + * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0. + Return 1 only if result == 1. Patch by Benoit Capelle. + +2005-09-25 Ulrich Drepper + + [BZ #278] + * manual/stdio.texi (Hook Functions): Correct type of position + parameter of seeker and fix fallout of the change in the text. + + [BZ #714] + * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of + left-over bytes and store them correctly. + * wcsmbs/tst-mbrtowc2.c: New file. + * wcsmbs/Makefile (tests): Add tst-mbrtowc2. + +2005-09-24 Roland McGrath + + * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository. + * sysdeps/unix/sysv/i386/sigreturn.S: Likewise. + +2005-09-24 Ulrich Drepper + + [BZ #545] + * locale/iso-639.def: More updates from the current spec. + + * locale/programs/ld-address.c (address_finish): Produce better + error messages for invalid lang_ab use. + + * locale/iso-639.def: Add a few updates from current spec. + +2005-09-23 Ulrich Drepper + + [BZ #704] + * locale/iso-4217.def: Replace MGF with MGA. + + * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of + array. + * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access. + +2004-08-13 GOTO Masanori + + [BZ #395] + * iconvdata/jis0208.c: Remove 0x005C mapping from + __jisx0208_from_ucs4_lat1. + Reported by Fumitoshi UKAI + +2005-09-23 Ulrich Drepper + + [BZ #394] + * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if + nothing can be written. + * libio/iofopncook.c (_IO_cookie_write): If something went wrong, + set error bit. + +2005-09-22 Ulrich Drepper + + [BZ #281] + * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *. + * posix/regcomp.c: Remove unnecessary uses of + unsigned RE_TRANSLATE_TYPE. + * posix/regex_internal.h: Likewise. + * posix/regex_internal.c: Likewise. + * posix/regexexec.c: Likewise. + Based on a patch by Stepan Kasal . + + [BZ #1035] + * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira. + + [BZ #1363] + * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped + free call in code handling detection of GC runs. + +2005-09-22 Roland McGrath + + * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for + static __thread variable. + From Alexandre Oliva + + * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command. + Reported by Alexandre Oliva . + +2005-09-20 Jakub Jelinek + + * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen. + +2005-09-20 Roland McGrath + + * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl. + + [BZ #1346] + * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro + magic on __stack_prot only if [SHARED]. Skip mprotect if __stack_prot + lies outside the page-rounded-down relro region. + +2005-09-19 Richard Henderson + + [BZ #1358] + * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s) + to a temporary first. + (inline_syscall2, inline_syscall3, inline_syscall4): Likewise. + (inline_syscall5, inline_syscall6): Likewise. + + * sysdeps/alpha/ldiv.S (lldiv): Add alias. + +2005-09-17 Ulrich Drepper + + [BZ #1010] + * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly. + + [BZ #1053] + * debug/xtrace.sh: Add missing escape character in -? match. + Patch by Peter Breitenlohner . + + [BZ #1051] + * wctype/wctype.h: Remove stray __END_NAMESPACE_C99. + * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of + __END_NAMESPACE_C99 in one place. + * scripts/begin-end-check.pl: New file. + Patch by Ralph Loader . + * Makefile: Add rules to run scripts/begin-end-check.pl. + +2005-09-17 Andreas Jaeger + + * timezone/zdump.c: Include ctype.h. + +2005-09-16 Andreas Jaeger + + [BZ #1047] + * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file. + +2005-09-16 Maciej W. Rozycki + + [BZ #933] + * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of + the syscall immediately before invocation. + * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise. + * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise. + + * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use + macros to handle GP. + * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): + Likewise. Update inaccurate comments. + +2005-09-13 Ulrich Drepper + + * sysdeps/posix/spawni.c (__spawni): Automatically recognize some + more cases when we can use vfork. + +2005-08-29 Thomas Schwinge + + [BZ #1261] + * manual/memory.texi (Hooks for Malloc): Correct prototype of + my_init_hook and definition of my_free_hook. + +2005-09-12 Roland McGrath + + [BZ #1331] + * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed + macro argument. + Reported by Matej Vela . + +2005-09-12 Jakub Jelinek + + * malloc/malloc.c (struct malloc_chunk): Fix comment typo. + (public_cALLOc): For mmapped chunks and perturb_byte != 0, + don't clear SIZE_SZ bytes more than should be cleared. + +2005-09-09 Jakub Jelinek + + * inet/getnetgrent_r.c: Include assert. + (setup): Remove FUNC_NAME and ALL arguments, assume they are always + "setnetgrent" and 1. + (endnetgrent_hook): New function. + (internal_endnetgrent): Use it. + (__internal_setnetgrent_reuse): Use it. Adjust setup caller. + If status is NSS_STATUS_SUCCESS, yet action is continue, call + endnetgrent hook. + (internal_getnetgrent_r): Use __nss_lookup_function rather than + setup. Recompute getfct pointer after successful + __internal_setnetgrent_reuse. Don't use __nss_next. + (innetgr): Use __nss_lookup_function instead of __nss_lookup. + Adjust setup caller. + * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear + data_size and cursor. Add libnss_files_hidden_proto and + libnss_files_hidden_def. + (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure. + * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear + data_size and cursor. + (_nss_nis_setnetgrent): Don't call internal_endnetgrent. + (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling. + * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear + data_size and position. + (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent. + +2005-09-09 Ulrich Drepper + + * nss/getent.c (netgroup_keys): Call endnetgrent. + (main): Call mtrace. + + * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't + need locking for the stream. Use feof_unlocked. + +2005-09-09 Jakub Jelinek + + [BZ #1318] + * locale/loadarchive.c (_nl_load_locale_from_archive): Free + normalized_codeset even if p was already normalized. + Reported by Jaroslav Snajdr . + +2005-09-08 Roland McGrath + + * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS + properly, first byte is bit number in mask. Skip disabled caps. + +2005-07-11 Derek R. Price + + [BZ #1061] + * sysdeps/generic/glob.c (glob): Only a 0 return from + getlogin_r means success, according to POSIX 1003.2. + +2005-06-23 Paul Eggert + + [BZ #1033] + * time/mktime.c: Import from gnulib. + The following macros are now consistent with other gnulib code. + This does not change mktime's behavior. + (TYPE_IS_INTEGER): New macro. + (time_t_is_integer): Use it. + (TYPE_TWOS_COMPLEMENT): New macro. + (twos_complement_arithmetic): Use it. + (TYPE_ONES_COMPLEMENT): New macro. + (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude. + mktime doesn't use this, but the code now matches other gnulib code. + (ranged_convert): Pacify GCC 4.0 in a different way, which + generates a few bytes less code. + (ranged_convert, __mktime_internal): When calling a function via a + pointer P, use P () rather than (*P) (), as we now assume C89 or + better. + +2005-09-07 Alexandre Oliva + + * timezone/test-tz.c: Update to match tzdata2005m. + * timezone/tst-timezone.c: Likewise. + +2005-09-07 Ulrich Drepper + + * posix/regexec.c (find_recover_state): Remove unnecessary + initialization. + (transit_state_bkref): Make DFA a const pointer. + (get_subexp): Likewise. + (check_arrival): Likewise. + (update_cur_sifted_state): Likewise. + (re_search_internal): Likewise. + (prune_impossible_nodes): Likewise. + (acquire_init_state_context): Likewise. + (proceed_next_node): Likewise. + (set_regs): Likewise. + (free_fail_stack_return): Likewise. + (check_arrival_expand_ecl): Mark DFA parameter as const. + (check_arrival_expand_ecl_sub): Likewise. + (check_subexp_limits): Likewise. + (sub_epsilon_src_nodes): Likewise. + (add_epsilon_src_nodes): Likewise. + (merge_state_array): Likewise. + (update_regs): Likewise. + (build_trtable): Likewise. + (sift_states_backward): Mark MCTX parameter as const. + (build_sifted_states): Likewise. + (update_cur_sifted_state): Likewise. + (sift_states_mkref): Likewise. + (check_arrival_expand_ecl): Mark eclosure as const. + (check_dst_limits_calc_pos_1): Likewise. + * posix/regex_internal.h (re_match_context_t): Make dfa a const + pointer. + +2005-09-06 Ulrich Drepper + + * timezone/africa: Update from tzdata2005m. + * timezone/asia: Likewise. + * timezone/australasia: Likewise. + * timezone/backward: Likewise. + * timezone/europe: Likewise. + * timezone/northamerica: Likewise. + * timezone/southamerica: Likewise. + * timezone/zone.tab: Likewise. + * timezone/zdump.c: Update from tzcode2005m. + + * posix/regexec.c (merge_state_with_log): Define dfa as const pointer. + (transit_state_sb): Likewise. + (transit_state_mb): Likewise. + (sift_states_iter_mb): Likewise. + (check_arrival_add_next_nodes): Likewise. + (check_node_accept_bytes): Change first parameter to pointer-to-const. + [_LIBC] (re_search_2_stub): Use mempcpy. + + * posix/regex_internal.c (re_string_reconstruct): Avoid calling + mbrtowc for very simple UTF-8 case. + +2005-09-01 Paul Eggert + + * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability + bugs in int versus size_t comparisons. + +2005-09-06 Ulrich Drepper + + * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg + a pointer-to-const. + (re_acquire_state_context): Likewise. + * posix/regex_internal.h: Adjust prototypes. + +2005-08-31 Jim Meyering + + * posix/regcomp.c (search_duplicated_node): Make first pointer arg + a pointer-to-const. + * posix/regex_internal.c (create_ci_newstate, create_cd_newstate, + register_state): Likewise. + * posix/regexec.c (search_cur_bkref_entry, check_dst_limits): + (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos): + (group_nodes_into_DFAstates): Likewise. + +2005-08-31 Paul Eggert + + * posix/regexec.c (re_search_internal): Simplify update of + rm_so and rm_eo by replacing "if (A == B) A += C - B;" + with the equivalent of "if (A == B) A = C;". + +2005-09-06 Ulrich Drepper + + * posix/regcomp.c (re_compile_internal): Change third parameter type + to size_t. + (init_dfa): Likewise. Make sure that arithmetic on pat_len doesn't + overflow. + * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc + and nodes_len to size_t. + * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for + new_nodes_alloc. Check for overflow. + +2005-08-31 Paul Eggert + + * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char): + (optimize_subexps, lower_subexp): + Don't assume 1<<31 has defined behavior on hosts with 32-bit int, + since the signed shift might overflow. Use 1u<<31 instead. + * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain): + Likewise. + * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise. + (check_subexp_matching_top): Likewise. + * posix/regcomp.c (optimize_subexps, lower_subexp): + Use CHAR_BIT rather than 8, for clarity. + * posix/regexec.c (check_dst_limits_calc_pos_1): + (check_subexp_matching_top): Likewise. + * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we + don't have to worry about portability issues when shifting it left. + Remove no-longer-needed test for table_size > 0. + * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there + are in a word, as the resulting behavior is undefined. + * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise; + in one case, a <= should have been an <, and in another case the + whole test was missing. + * posix/regex_internal.h (BYTE_BITS): Remove. All uses changed to + the standard name CHAR_BIT. + + * posix/regex_internal.h (re_sub_match_top_t): Remove unused member + next_last_offset. + (struct re_dfa_t): Remove unused member states_alloc. + * posix/regcomp.c (init_dfa): Don't initialize unused members. + +2005-08-25 Paul Eggert + + * posix/regexec.c (set_regs): Don't alloca with an unbounded size. + + alloca modernization/simplification for regex. + * posix/regex.c: Remove portability cruft for alloca. This no longer + needs to be at the start of the file, and can be moved into + regex_internal.h and simplified. + * posix/regex_internal.h: Include . + (__libc_use_alloca) [!defined _LIBC]: New macro. + * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC", + since the code now works outside glibc. + +2005-09-06 Ulrich Drepper + + * include/regex.h: Remove use of _RE_ARGS. + +2005-08-25 Paul Eggert + + * posix/regexec.c (find_recover_state): Change "err" to "*err". + +2005-08-24 Paul Eggert + + * posix/regcomp.c (regerror): Pointer args are 'restrict', + as per POSIX. + * posix/regex.h (regerror): Likewise. + * manual/pattern.texi (POSIX Regexp Compilation): Likewise. + Similarly for regcomp and regexec. Also, first 2 args of regexec + and 2nd arg of regerror are const. + + * posix/regex.c: Do not include , as POSIX no longer + requires this. (The code never needed it.) + +2005-08-20 Paul Eggert + + * posix/regexec.c (sift_states_bkref): re_node_set_insert returns + int, not reg_errcode_t. + + * posix/regex_internal.c (calc_state_hash): Put 'inline' before type, + since some broken compilers warn about it otherwise. + + * posix/regcomp.c (create_initial_state): Remove duplicate decl. + +2005-08-20 Paul Eggert + + * posix/regex.h (_RE_ARGS): Remove. No longer needed, since we assume + C89 or better. All uses removed. + +2005-09-06 Ulrich Drepper + + * posix/regex.c: Prevent using C++ compilers. + +2005-08-19 Paul Eggert + + * posix/regcomp.c (duplicate_node): Return new index, not an error + code, and let the caller return REG_ESPACE if out of space. This + removes an uninitialied-variable warning with GCC 4.0.1, and also + avoids taking the address of a local variable. All callers + changed. + +2005-09-06 Ulrich Drepper + + * include/time.h (__strptime_internal): Rename parameter to avoid + bogus compiler warning. + +2005-08-19 Jim Meyering + + * posix/regexec.c (proceed_next_node): Redo local variables to + avoid GCC shadowing warnings. + +2005-09-06 Ulrich Drepper + + * posix/regex_internal.c (re_acquire_state): Minor code rearrangement. + (re_acquire_state_context): Likewise. + +2005-08-19 Paul Eggert + + * posix/regex_internal.c (re_string_realloc_buffers): + (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node): + Rename local variables to avoid GCC shadowing warnings. + +2005-07-08 Eric Blake + Paul Eggert + + * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not + wchar_t. Remove now-unnecessary cast. + (build_range_exp): Likewise. + +2005-08-31 Bob Wilson + + * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove the + exponent bias from the increment value for scaling by 2^60. + +2005-09-05 Alexandre Oliva + + * configure.in: Compile source test file with -fPIC for -shared. + +2005-09-04 Ulrich Drepper + + * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use, + it wasn't used. Remove use of from_object and to_object variable, + replace with some constants. Adjust users. + + * sysdeps/i386/bits/string.h: Removed. + + * stdio-common/Makefile (tests): Add tst-put-error. + * stdio-common/tst-put-error.c: New file. + * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more + data would have to be written signal error. + * libio/oldfileops.c (_IO_old_file_xsputn): Likewise. + + * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0. + +2005-09-02 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): No need to change + protection of memory used for the last segment. + +2005-08-22 Robert Millan + + * sysdeps/mach/hurd/nfs/nfs.h: Move to ... + * sysdeps/generic/nfs/nfs.h: ... here. + +2005-09-01 Ulrich Drepper + + * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf. + Add __wur to feof{,_unlocked}, ferror{,_unlocked}, + fileno{,_unlocked}, and popen. + +2005-08-30 Ulrich Drepper + + * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name. + +2005-08-01 Bob Wilson + Richard Sandiford + + * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing + exponent bias to the value for 2^126. + +2005-08-30 Jakub Jelinek + Alan Modra + + * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro. + * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file. + +2005-08-23 Ulrich Drepper + + * nscd/nscd.c (main): Use error while process isn't running in the + background, not dbg_log. + * nscd/nscd_conf.c (nscd_parse_file): Likewise. + Mark messages with _(). Unify testing for database name. + + * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h. + (dbs): Initialize max_db_size fields. + (nscd_init): When mapping the database, use max_db_size as the + mapping size even if it is bigger than the file size. + * nscd/mem.c (mempool_alloc): When resizing the file make sure the + limit in max_db_size is not exceeded. Don't use mremap, just + posix_fallocate is enough (according to Linus). Use posix_fallocate + correctly. + * nscd/nscd.conf: Add max-db-size parameters. + * nscd/nscd.h (struct database_dyn): Add max_db_size field. + Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET. + Temporarily define TEMP_FAILURE_RETRY_VAL here. + * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter + and add sanity checks for it. + + * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to + send reply. + * nscd/connection.c (writeall): Likewise. + (handle_request): Likewise. + * nscd/grpcache.c (cache_addgr): Likewise. + * nscd/hstcache.c (cache_addhst): Likewise. + * nscd/initgrcache.c (addinitgroupsX): Likewise. + * nscd/nscd.c (parse_opt): Likewise. + * nscd/nscd_stat.c (send_stats): Likewise. + (receive_print_stats): Likewise. + * nscd/pwdcache.c (cache_addpw): Likewise. + + * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls. + +2005-08-22 Jakub Jelinek + + * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by + sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t). + Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine. + * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise. + * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply + len by sizeof (wchar_t). + * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise. + * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise. + Fix type of SRC argument. Pass &SRC rather than SRC to + __mbsrtowcs. + * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC + to __wcsrtombs. + * debug/tst-chk1.c: Include assert.h. + (do_test): Change enough array from VLA into a fixed size array. + Assert that MB_CUR_MAX is <= sizeof (enough). Use FAIL () macro + instead of print error details. Add several new tests. + Kill some unused variable warnings. + +2005-08-21 Ulrich Drepper + + * resolv/res_send.c (Aerror): Fix printing IP address. + + * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect. + +2005-08-19 H.J. Lu + + * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort. + +2005-08-17 Robert Love + + * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event. + +2005-08-19 Bruno Haible + + * intl/localealias.c (read_alias_file): In case of failure, close the + file descriptor and sort the array before returning. + +2005-08-19 Ulrich Drepper + + * malloc/Makefile: Link libmemusage.so with ld.so. + * malloc/memusage.c: Use atomic operations for all counter and size + computations. Handle thread stacks. + * sysdeps/generic/memusage.h: Define memusage_cntr_t and + memusage_size_t. + * sysdeps/i386/i686/memusage.h: New file. + * include/atomic.h: Define atomic_max and atomic_min. + + * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs. + +2005-08-17 Paul Eggert + + [BZ #1207] + * posix/regex.h: Remove spurious space-before-tab. From gnulib. + +2005-08-16 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add + sys/inotify.h. + * sysdeps/unix/sysv/linux/sys/inotify.h: New file. + * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls. + + * nscd/cache.c (prune_cache): Add more debug output. Only for + debug level 3 and higher and very verbose. + + * nscd/cache.c (prune_cache): Use stat64 not stat. + * nscd/connections.c (nscd_init): Likewise. + +2005-08-10 Sergio Gelato + + [BZ #1188] + * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check + from (len > 0) to (len >= 0). + +2005-08-16 Ulrich Drepper + + * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable. + Reported by Thomas Schwinge. + +2005-08-15 Jakub Jelinek + + * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly. + +2005-08-16 Ulrich Drepper + + * nss/getent.c (more_help): Use open_memstream instead of handling + memory allocation ourselves. + +2005-08-16 Jay Fenlason + + * nss/getent.c (parse_options): change the -s option to support + {database}:{search} to override /etc/resolv.conf for only the + specified database. + +2005-08-08 Ulrich Drepper + + * nscd/connections.c (main_loop_epoll): Pass NULL as event + argument for epoll_ctl(EPOLL_CTL_DEL) calls. + + * nscd/nscd_stat.c (receive_print_stats): Really print values of + thread number, paranoia, and restart interval the server is using. + + * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf. + * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk. + * debug/vfprintf_chk.c: Add libc_hidden_def. + +2005-08-08 Roland McGrath + + * argp/argp-help.c (__argp_error): __asprintf -> vasprintf. + (__argp_failure): Likewise. + +2005-08-08 Jakub Jelinek + + * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): + Shift marked &errno down on big-endian instead of up. + * elf/tst-stackguard1.c (do_test): Fix a typo. + +2005-08-08 Ulrich Drepper + + * nscd/cache.c (cache_add): Commit hash table and header to disk. + + * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate. + * nscd/connections.c (nscd_init): Likewise. + +2005-08-08 Jakub Jelinek + + * stdio-common/fxprintf.c: Include libioP.h. + + * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, + getdomainname): Add __NTH. + * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs): + Likewise. + (realpath): Likewise. Use __const instead of const. Add __restrict + keywords. + * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf. + * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset, + wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb, + mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH. + * string/bits/string3.h (__memset_ichk): Likewise. + (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk, + __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk, + __strncat_ichk): Likewise. Use __const instead of const. + (__stpncpy_chk): Use __const instead of const. + (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT. + +2005-08-08 Ulrich Drepper + Jakub Jelinek + + * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move + definitions to... + * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here. + * nscd/connections.c (usekey): New enum. + (check_use, verify_persistent_db): New functions. + (nscd_init): If persistent database is corrupted, unlink it and + recreate rather than falling back to non-persistent database. + Call verify_persistent_db. Avoid overflows in total computation. + +2005-08-08 Ulrich Drepper + + * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code + better readable. Avoid passing var to loop function, it's not + necessary at all. + +2005-08-07 Ulrich Drepper + + * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO + definition. + +2005-08-05 Ulrich Drepper + + * timezone/checktab.awk: Update from tzcode2005k. + * timezone/private.h: Likewise. + * timezone/scheck.c: Likewise. + * timezone/tzselect.ksh: Likewise. + * timezone/zdump.c: Likewise. + * timezone/zic.c: Likewise. + * timezone/africa: Update from tzdata2005k. + * timezone/antarctica: Likewise. + * timezone/asia: Likewise. + * timezone/australasia: Likewise. + * timezone/europe: Likewise. + * timezone/iso3166.tab: Likewise. + * timezone/leapseconds: Likewise. + * timezone/northamerica: Likewise. + * timezone/solar87: Likewise. + * timezone/solar88: Likewise. + * timezone/solar89: Likewise. + * timezone/southamerica: Likewise. + * timezone/zone.tab: Likewise. + +2005-08-05 Roland McGrath + + [BZ #1251] + * mach/shortcut.awk: Ignore `weak_alias' lines. + Reported by Alfred M. Szmidt . + + [BZ #1250] + * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue. + Reported by Alfred M. Szmidt . + +2005-08-03 Dwayne Grant McConnell + + * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): + Use +=, not =, to append. Remove duplicate flags. + * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s): + Likewise. Fix comments. + +2005-08-01 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system + call if it returned EINTR. + +2005-07-31 Ulrich Drepper + + * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move + helper variable into .data.rel.ro. Simplify the code. Extend + comment to explain prelinking. + +2005-07-31 Andreas Jaeger + + * include/bits/syslog.h: New file. + +2005-07-30 Ulrich Drepper + + * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value + up. We have more program header entries now and the note section + was normally not loaded. + + * nis/nis_subr.c: Some minor code cleanups. + +2005-07-29 Ulrich Drepper + + * misc/bits/syslog.h: New file. + * misc/sys/syslog.h: Include for fortification. + * misc/Makefile (headers): Add bits/syslog.h. + * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto. + * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk. + Call __vfprintf_chk if necessary. Make vsyslog a wrapper. Add + __syslog_chk. + * misc/Versions: Export __syslog_chk and __vsyslog_chk. + +2005-07-29 Jakub Jelinek + + * sysdeps/unix/sysv/linux/dl-osinfo.h: Include errno.h, hp-timing.h, + endian.h. + (_dl_setup_stack_chk_guard): Even without + --enable-stackguard-randomization attempt to do some guard + randomization using hp-timing (if available) and kernel stack and + mmap randomization. + * elf/tst-stackguard1.c (do_test): Don't fail if the poor man's + randomization doesn't work well enough. + +2005-07-28 Thomas Schwinge + + [BZ #1137] + * misc/error.c [_LIBC]: Include and . + +2005-07-28 Ulrich Drepper + + * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper + functions. + +2005-07-28 Jakub Jelinek + + * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf + call. + * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf. + +2005-07-28 Ulrich Drepper + + * nis/nis_file.c: Rewrite the two pairs of functions into wrappers + around a pair of new, generalized functions. 22% size reduction. + +2005-07-27 Ulrich Drepper + + * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs. + Rearrange code. This reduces the code size 10%. + +2005-07-26 Jakub Jelinek + + * misc/error.c (error_tail): Fix a comment typo. + +2005-07-25 Ulrich Drepper + + * po/zh_TW.po: Update from translation team. + + * debug/mbstowcs_chk.c: New file. + * debug/wcstombs_chk.c: New file. + * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk. + * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk. + * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs. + + * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing. + +2005-07-24 Ulrich Drepper + + * string/test-memset.c (test_main): Use negative byte value in + test. + + * string/test-memset.c (do_one_test): Compare effect of call, not + only return value. + Add a few casts to avoid warnings. + +2005-07-24 SUGIOKA Toshinobu + + * sysdeps/sh/memset.S (memset): Correct 2nd argument handling. + +2005-07-24 Ulrich Drepper + + [BZ #1125] + * posix/Makefile (tests): Add tst-execvp4. + * posix/tst-execvp4.c: New file. + +2005-07-24 Jakub Jelinek + + [BZ #1125] + * posix/execvp.c (execvp): Change path_malloc to + char *, free that pointer on failure. + +2005-07-24 Ulrich Drepper + + * wcsmbs/bits/wchar2.h: Use __FILE not FILE. + * wcsmbs/Makefile: Add rules to build and run tst-wchar-h. + * wcsmbs/tst-wchar-h.c: New file. + +2005-07-22 Ulrich Drepper + + * stdio-common/fxprintf.c (__fxprintf): Define variable more local. + +2005-07-22 Jakub Jelinek + + * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use + __gnuc_va_list rather than _G_va_list. + +2005-07-22 Roland McGrath + + [BZ #869] + * Makerules ($(objpfx)stubs): Fix last change. + +2005-07-21 Roland McGrath + + * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o). + + * stdlib/Makefile (headers): Move bits/wchar.h to ... + * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too. + +2005-07-21 Jakub Jelinek + + * wcsmbs/bits/wchar2.h (swprintf): Remove format argument. + * debug/tst-chk1.c (do_test): Add test for swprintf with format + being the last argument. + +2005-07-21 Thorsten Kukuk + + * debug/getgroups_chk.c (__getgroups_chk): Fix return value. + + * stdio-common/fxprintf.c: Include string.h. + +2005-07-20 Ulrich Drepper + + [BZ #1138] + * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results. + * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. + * sysdeps/s390/fpu/libm-test-ulps: Likewise. + +2005-07-20 Bob Wilson + Darin Petkov + + [BZ #1138] + * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value. + +2005-07-20 Jakub Jelinek + + * include/stdio.h (__fxprintf): Remove wfmt argument. + * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h. + (__fxprintf): Remove wfmt argument, create wfmt format string on + the fly from fmt. + * argp/argp-fmtstream.c: Adjust all __fxprintf callers. + * argp/argp-help.c: Likewise. + * assert/assert-perr.c: Likewise. + * assert/assert.c: Likewise. + * gmon/gmon.c: Likewise. + * inet/rcmd.c: Likewise. + * malloc/obstack.c: Likewise. + * misc/error.c: Likewise. + * misc/getpass.c: Likewise. + * posix/getopt.c: Likewise. + * resolv/res_hconf.c: Likewise. + * stdio-common/perror.c: Likewise. + * stdio-common/psignal.c: Likewise. + * stdlib/fmtmsg.c: Likewise. + * sunrpc/auth_unix.c: Likewise. + * sunrpc/clnt_perr.c: Likewise. + * sunrpc/clnt_tcp.c: Likewise. + * sunrpc/clnt_udp.c: Likewise. + * sunrpc/clnt_unix.c: Likewise. + * sunrpc/svc_simple.c: Likewise. + * sunrpc/svc_tcp.c: Likewise. + * sunrpc/svc_udp.c: Likewise. + * sunrpc/svc_unix.c: Likewise. + * sunrpc/xdr.c: Likewise. + * sunrpc/xdr_array.c: Likewise. + * sunrpc/xdr_rec.c: Likewise. + * sunrpc/xdr_ref.c: Likewise. + * sysdeps/generic/wordexp.c: Likewise. + +2005-07-20 Ulrich Drepper + + * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs, + wcsrtombs, mbsnrtowcs, and wcsnrtombs. + * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk, + wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk. + * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk, + __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk. + * debug/tst-chk1.c: Add tests for new functions. + * debug/mbsnrtowcs_chk.c: New file. + * debug/mbsrtowcs_chk.c: New file. + * debug/wcrtomb_chk.c: New file. + * debug/wcsnrtombs_chk.c: New file. + * debug/wcsrtombs_chk.c: New file. + +2005-07-19 Ulrich Drepper + + * stdio-common/Makefile (aux): Add fxprintf. + * stdio-common/fxprintf.c: New file. + * include/stdio.h: Add declaration for __fxprintf. + * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream + orientation test and two separate function calls. + * argp/argp-help.c: Likewise. + * assert/assert-perr.c: Likewise. + * assert/assert.c: Likewise. + * gmon/gmon.c: Likewise. + * inet/rcmd.c: Likewise. + * malloc/obstack.c: Likewise. + * misc/error.c: Likewise. + * misc/getpass.c: Likewise. + * posix/getopt.c: Likewise. + * resolv/res_hconf.c: Likewise. + * stdio-common/perror.c: Likewise. + * stdio-common/psignal.c: Likewise. + * stdlib/fmtmsg.c: Likewise. + * sunrpc/auth_unix.c: Likewise. + * sunrpc/clnt_perr.c: Likewise. + * sunrpc/clnt_tcp.c: Likewise. + * sunrpc/clnt_udp.c: Likewise. + * sunrpc/clnt_unix.c: Likewise. + * sunrpc/svc_simple.c: Likewise. + * sunrpc/svc_tcp.c: Likewise. + * sunrpc/svc_udp.c: Likewise. + * sunrpc/svc_unix.c: Likewise. + * sunrpc/xdr.c: Likewise. + * sunrpc/xdr_array.c: Likewise. + * sunrpc/xdr_rec.c: Likewise. + * sunrpc/xdr_ref.c: Likewise. + * sysdeps/generic/wordexp.c: Likewise. + + [BZ #1137] + * misc/Makefile: Add rules to build and run tst-error1. + * misc/tst-error1.c: New file. + * misc/error.c: Fix memory leak and possibly endless loop. + + * configure.in: Check for -fstack-protector gcc option. + * config.make.in (have-ssp): Add template. + * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported. + + * nscd/nscd.c (main): Don't ignore result of chdir call. + +2005-07-18 Roland McGrath + + [BZ #869] + * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of + objdump command line. + +2005-07-18 Ulrich Drepper + + * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE. + + * nscd/connections.c: Fix a few wur warnings. + + [BZ #1113] + * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID + length. Patch by Ivan Gyurdiev . + + * debug/confstr_chk.c: New file. + * debug/getdomainname_chk.c: New file. + * debug/getgroups_chk.c: New file. + * debug/gethostname_chk.c: New file. + * debug/getlogin_r_chk.c: New file. + * debug/ttyname_r_chk.c: New file. + * posix/bits/unistd.h: Add definitions for new debug versions. + * debug/tst-chk1.c: Add tests for new functions. + * debug/Versions: Export new functions. + * debug/Makefile (routines): Add new files. + + * stdlib/bits/stdlib.h: Fix typo. + +2005-07-13 Thorsten Kukuk + + * manual/Makefile (libc/index.html): Depend on dir-add.texi. + +2005-07-15 Ulrich Drepper + + * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT + where necessary. + * wcsmbs/bits/wchar2.h: Likewise. + +2005-07-15 Andreas Jaeger + + * debug/Makefile (tst-lfschk3-ENV): New, set locale. + (tst-lfschk2-ENV): New. + (tst-lfschk1-ENV): New. + (tst-chk3-ENV): New. + (tst-chk2-ENV): New. + (tst-chk1-ENV): New. + + [BZ #1079] + * include/stdlib.h: Remove malloc attribute from __posix_memalign. + * stdlib/stdlib.h: Likewise. + +2005-07-15 Ulrich Drepper + + * wcsmbs/bits/wchar2.h: New file. + * include/bits/wchar2.h: New file. + * wcsmbs/wchar.h: Include if fortification is + requested. + * wcsmbs/wcsncpy.c: Add __wcsncpy alias. + * string/bits/string3.h: Add fortified stpncpy definitions. + * sysdeps/generic/stpncpy_chk.c: New file. + * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h. + Export _IO_wstrn_jumps. + * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps. + * include/wchar.h: Declare __wcsncpy and __vswprintf_chk. + * debug/fgetws_chk.c: New file. + * debug/fgetws_u_chk.c: New file. + * debug/fwprintf_chk.c: New file. + * debug/swprintf_chk.c: New file. + * debug/vfwprintf_chk.c: New file. + * debug/vswprintf_chk.c: New file. + * debug/vwprintf_chk.c: New file. + * debug/wcpcpy_chk.c: New file. + * debug/wcpncpy_chk.c: New file. + * debug/wcscat_chk.c: New file. + * debug/wcscpy_chk.c: New file. + * debug/wcsncat_chk.c: New file. + * debug/wcsncpy_chk.c: New file. + * debug/wmemcpy_chk.c: New file. + * debug/wmemmove_chk.c: New file. + * debug/wmempcpy_chk.c: New file. + * debug/wmemset_chk.c: New file. + * debug/wprintf_chk.c: New file. + * debug/tst-chk1.c: Add tests for new functions. + * debug/Versions: Export new functions. + * debug/Makefile (routines): Add new functions. + +2005-07-13 Ulrich Drepper + + * nscd/nscd_helper.c: Add a few __builtin_expect. + + [BZ #1080] + * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly. + * nscd/nscd_helper.c (wait_on_socket): New function. + (get_mapping): Use wait_on_socket instead of poll. The former handles + EINTR of poll correctly. + (__nscd_open_socket): Likewise. + (get_mapping): Make sure BUF is aligned correctly. + (get_mapping): Use munmap on correct pointer. + +2005-07-12 Ulrich Drepper + + * include/libc-symbols.h: Define macros for librt hidden symbols. + * include/time.h: Add librt_hidden_proto definition for clock_gettime. + * sysdeps/generic/clock_gettime.c: Add librt_hidden_def. + * sysdeps/unix/clock_gettime.c: Likewise. + + * stdlib/bits/stdlib.h: New file. + * stdlib/stdlib.h: Include if fortification is + requested. + * Makefile (headers): Add bits/stdlib.h. + * include/bits/stdlib.h: New file. + * debug/Depend: New file. + * debug/ptsname_r_chk.c: New file. + * debug/realpath_chk.c: New file. + * debug/wctomb_chk.c: New file. + * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and + wctomb_chk. + * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and + __wctomb_chk. + * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and + __wctomb_chk. + +2005-07-12 Jakub Jelinek + + [BZ #1106] + * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h. + (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel + instead of read and close_not_cancel_no_status instead of close. + + [BZ #1106] + * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use + HIDDEN_BUILTIN_JUMPTARGET to jump to memmove. + +2005-06-27 Carlos O'Donell + + * posix/regcomp.c (re_compile_internal): Call __libc_lock_init + after init_dfa. + +2005-07-08 Ulrich Drepper + + * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. Remove + alignment. + * sysdeps/x86_64/fpu/s_sincos.S: New file. + + * include/fenv.h: Add libm_hidden_proto for fesetround and + feholdexcept. + * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def. + * sysdeps/alpha/fpu/fesetround.c: Likewise. + * sysdeps/generic/feholdexcpt.c: Likewise. + * sysdeps/generic/fesetround.c: Likewise. + * sysdeps/i386/fpu/feholdexcpt.c: Likewise. + * sysdeps/i386/fpu/fesetround.c: Likewise. + * sysdeps/ia64/fpu/feholdexcpt.c: Likewise. + * sysdeps/ia64/fpu/fesetround.c: Likewise. + * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise. + * sysdeps/powerpc/fpu/fesetround.c: Likewise. + * sysdeps/s390/fpu/feholdexcpt.c: Likewise. + * sysdeps/s390/fpu/fesetround.c: Likewise. + * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise. + * sysdeps/sh/sh4/fpu/fesetround.c: Likewise. + * sysdeps/sparc/fpu/feholdexcpt.c: Likewise. + * sysdeps/sparc/fpu/fesetround.c: Likewise. + * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise. + * sysdeps/x86_64/fpu/fesetround.c: Likewise. + * sysdeps/generic/s_significand.c (__significand): Use __ilogb not + ilogb. + * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf + not ilogbf. + * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and + __cos, not sin and cos. + +2005-07-07 Ulrich Drepper + + * resolv/res_send.c (send_dg): Recognize referral results and + treat them as server errors. + Based on a patch by Jason Vas Dias . + +2005-07-08 Carlos O'Donell + + * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19. + + * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0. + * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise. + * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise. + * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise. + * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise. + * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise. + +2005-07-07 Ulrich Drepper + + * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better. + * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise. + * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise. + * sysdeps/generic/s_ctan.c (__ctan): Likewise. + * sysdeps/generic/s_ctanf.c (__ctanf): Likewise. + * sysdeps/generic/s_ctanl.c (__ctanl): Likewise. + +2005-04-13 H.J. Lu + + [BZ #974] + * csu/elf-init.c (__preinit_array_start): Take int, char **, char **. + (__preinit_array_end): Likewise. + (__init_array_start): Likewise. + (__init_array_end): Likewise. + (__libc_csu_init): Take int argc, char **argv, char **envp. + Call preinit_array and init_array with argc, argv, envp. + * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove + INIT_MAIN_ARGS. + * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed. + * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c, + tst-array5dep.c, and tst-array5.exp. + (tests): Add tst-array5. + (tests-static): Add tst-array5-static. + ($(objpfx)tst-array5): New target. + ($(objpfx)tst-array5.out): Likewise. + ($(objpfx)tst-array5-static.out): Likewise. + * elf/tst-array5-static.c: New file. + * elf/tst-array5-static.exp: Likewise. + * elf/tst-array5.c: Likewise. + * elf/tst-array5.exp: Likewise. + * elf/tst-array5dep.c: Likewise. + +2005-07-07 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype. + +2005-07-05 Jakub Jelinek + + * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition. + Reported by Ulrich Weigand . + + * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition. + +2005-07-06 Ulrich Drepper + + * elf/dl-error.c (_dl_signal_error): When testing for executable + being relocated, take into account that nothing might even be loaded. + + * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define + consider_profiling always to zero. Don't count of compiler to + remove unreached if block. + * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile): + Don't compile. + * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise. + * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise. + * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile): + Likewise. + * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile): + Likewise. + * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF] + (_dl_profile_resolve): Likewise. + * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF] + (_dl_profile_resolve): Likewise. + * gmon/Makefile: Add rules to build and run tst-profile-static. + * gmon/tst-profile-static.c: New file. + * Makeconfig (+link-static): Allow passing program-specific flags. + +2005-07-05 Thorsten Kukuk + + [BZ #1111] + * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS + module provides getgrgid_r. + (getgrnam_plusgroup): Preserve original return value. + * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve + original return value. + * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise. + +2005-07-05 Ulrich Drepper + + [BZ #1101] + * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not + MB_CUR_MAX. + (build_wcs_upper_buffer): Likewise. + + * csu/elf-init.c (__libc_csu_fini): Pretty printing. + +2005-07-02 Roland McGrath + + * NEWS: Note LinuxThreads removal. + * manual/install.texi (Installation): Don't mention linuxthreads. + (Configuring and compiling): Don't use linuxthreads as example. + + * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only, + not linuxthreads. + * sysdeps/unix/sysv/linux/configure: Regenerated. + * resolv/Depend: Add nptl. + * rt/Depend: Likewise. + + * linuxthreads, linuxthreads_db: Directories removed (preserved in + ports repository). + +2005-06-27 Jakub Jelinek + + [BZ #1037] + * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated, + use -mcpu=v8. + +2005-06-16 Jakub Jelinek + + [BZ #1016] + * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label. + +2005-06-23 Thorsten Kukuk + + [BZ #1109] + * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR + with own translation. + +2005-06-25 Jakub Jelinek + + [BZ #1097] + * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast + t2 to uint32_t instead of ulong. + * sunrpc/Makefile (tests): Add tst-xdrmem. + * sunrpc/tst-xdrmem.c: New test. + + * Versions.def (ld): Add GLIBC_2.4. + * configure.in: Add --enable-stackguard-randomization option. + (ENABLE_STACKGUARD_RANDOMIZE): New define. + * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add. + * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h. + (_dl_setup_stack_chk_guard): New inline function. + * sysdeps/generic/dl-osinfo.h: Include stdint.h. + (_dl_setup_stack_chk_guard): New inline function. + * elf/rtld.c (__stack_chk_guard): New variable. + (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE. + Set __stack_chk_guard to _dl_setup_stack_chk_guard (), + use THREAD_SET_STACK_GUARD if defined. + * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4. + * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable. + (__libc_start_main): Set __stack_chk_guard to + _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined. + * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all + traces of TLS_INIT_TP_EXPENSIVE. + * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4. + * debug/Makefile (routines): Add stack_chk_fail. + (static-only-routines): Add stack_chk_fail_local. + * debug/stack_chk_fail_local.c: New file. + * debug/stack_chk_fail.c: New file. + * elf/Makefile: Add rules to build and run tst-stackguard1{,-static} + tests. + * elf/tst-stackguard1.c: New file. + * elf/tst-stackguard1-static.c: New file. + * elf/stackguard-macros.h: New file. + +2005-06-21 Ulrich Drepper + + * resource/Makefile (tests): Add tst-getrlimit. + * resource/tst-getrlimit.c: New file. + + * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo. + * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. + +2005-06-20 Ulrich Drepper + + * nscd/nscd.init: Get more in line with lsb3. + * nscd/nscd.c: Adjust some error codes to fit in better with lsb3. + * nscd/connections.c: Likewise. + +2005-06-20 Jakub Jelinek + + [BZ #653] + * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for + _LINUX_QUOTA_VERSION >= 2. + (_LINUX_QUOTA_VERSION): Define if not yet defined. + + * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE, + RLIMIT_RTPRIO): Add. + (RLIMIT_NLIMITS): Adjust. + * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE, + RLIMIT_RTPRIO): Add. + (RLIMIT_NLIMITS): Adjust. + * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE, + RLIMIT_RTPRIO): Add. + (RLIMIT_NLIMITS): Adjust. + * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE, + RLIMIT_RTPRIO): Add. + (RLIMIT_NLIMITS): Adjust. + +2005-06-17 Ulrich Drepper + + [BZ #1106] + * time/mktime.c: Always include for prototype of + implicitly used memcpy. + + [BZ #1104] + * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c + (truncate64): Use __truncate, not truncate. + (__have_no_truncate64): Renamed from have_no_truncate64. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c + (__have_no_truncate64): Renamed from have_no_truncate64. + + * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex + float functions for gcc 4. + +2005-06-10 Jakub Jelinek + + * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup): + Handle prelinked libraries and binaries with new style PLT. + +2005-06-07 Jakub Jelinek + + * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI, + R_PPC_REL16_HA): Define. + +2005-06-14 Alan Modra + + * config.h.in (HAVE_ASM_PPC_REL16): Add. + * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define. + * elf/tls-macros.h (PowerPC32): Include config.h. Add variants of + TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout. + * sysdeps/powerpc/powerpc32/configure.in: New file, + * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file. + * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define. + (ppc_got): New inline function. + (elf_machine_dynamic): Use ppc_got. Add attribute const. + (elf_machine_load_address): Add attribute const. Don't use int vars. + Use bcl rather than bl to save trashing branch target stack. Use + elf_machine_dynamic rather than duplicating code here. + (elf_machine_runtime_setup): New inline function replacing define. + Handle new PLT. + (elf_machine_fixup_plt): Handle new PLT. + (elf_machine_rela): Likewise. + * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h. + (CALL_MCOUNT): Don't set up counter vars. + * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment. + * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't + define when HAVE_ASM_PPC_REL16. + (_start): Add HAVE_ASM_PPC_REL16 code. + * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl + into the GOT when HAVE_ASM_PPC_REL16. + * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise. + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto. + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp): + Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S + (__getcontext): Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S + (__setcontext): Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S + (__swapcontext): Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock): + Comment. + (__socket): Bomb if NARGS >= 7. Invoke CGOTSETUP and CGOTRESTORE. + +2005-06-17 Ulrich Drepper + + [BZ #1106] + * sysdeps/posix/sigignore.c: Include to tell the compiler + to use __GI_memset. + * sysdeps/posix/signal.c: Likewise. + * sysdeps/posix/sigset.c: Likewise. + * sysdeps/posix/sysv_signal.c: Likewise. + * sysdeps/unix/sysv/linux/sleep.c: Likewise. + * sysdeps/unix/sysv/linux/sysctl.c: Likewise. + * sysdeps/unix/sysv/linux/system.c: Likewise. + +2005-06-15 Jakub Jelinek + + [BZ #1088] + * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0 + or both classes equal here. + (parse_config_file): If both classes are equal, clear the second one. + +2005-06-08 Karl Kelley + + [BZ #1088] + * hesiod/hesiod_p.h (struct hesiod_p): Add classes array. + * hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no + valid classes were given or if both are equal. + (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN + and C_HS order. + (parse_config_file): Handle classes keyword. + * hesiod/README.hesiod: Mention addition of the classes keyword. + +2005-06-14 Ulrich Drepper + + [BZ #1085] + * configure.in: Add test for availability of libaudit. + * config.h.in: Define HAVE_LIBAUDIT. + * config.make.in: Define have-libaudit. + * nscd/Makefile: If libaudit is available, link nscd with it. + * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit. + Patch by Steve Grubb . + + * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64. + * sysdeps/posix/posix_fallocate64.c: Likewise. + * include/string.h: Use libc_hidden_proto for strnlen. + * sysdeps/generic/strnlen.c: Add libc_hidden_def. + * include/libintl.h: Use libc_hidden_proto for __dcgettext. + * intl/dcgettext.c: Add libc_hidden_def. + * include/execinfo.h: Add libc_hidden_proto for __backtrace and + __backtrace_symbols_fd. + * sysdeps/generic/backtrace.c: Add libc_hidden_def. + * sysdeps/generic/backtracesymsfd.c: Likewise. + * sysdeps/generic/elf/backtracesymsfd.c: Likewise. + * sysdeps/i386/backtrace.c: Likewise. + * sysdeps/ia64/backtrace.c: Likewise. + * sysdeps/powerpc/powerpc32/backtrace.c: Likewise. + * sysdeps/powerpc/powerpc64/backtrace.c: Likewise. + * sysdeps/s390/s390-32/backtrace.c: Likewise. + * sysdeps/s390/s390-64/backtrace.c: Likewise. + +2005-06-13 Ulrich Drepper + + * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case + where HANDLED_REALTIME is not defined. [BZ #966] + +2005-06-13 Jakub Jelinek + + [BZ #1096] + * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq, + __netlink_receive): Remove prototypes. + (__netlink_request): New prototype. + * sysdeps/unix/sysv/linux/ifaddrs.c: Include and + . + (__netlink_sendreq): Make static. + (__netlink_receive): Rename to... + (__netlink_request): ... this. Add type argument, call + __netlink_sendreq. If MSG_TRUNC is set after recvmsg, retry + with a bigger buffer. Don't record buffers that contain no + messages we are expecting. + (getifaddrs): Use __netlink_request instead of __netlink_sendreq + and __netlink_receive pairs. Formatting. + * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use + __netlink_request instead of __netlink_sendreq and __netlink_receive + pair. + +2005-06-13 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel + headers, instead copy important structs/defines. + +2005-06-13 Jakub Jelinek + + * elf/rtld.c (dl_main): Move DT_DEBUG setup before first + _dl_debug_state call. + +2005-06-12 Ulrich Drepper + + * elf/dl-error.c (_dl_signal_error): Store information about use of + real malloc in the catch object. + (_dl_catch_error): Forward information about malloc use to caller + in new parameter. + (_dl_out_of_memory): Make static. + * elf/dl-deps.c: Adjust callers of _dl_catch_error. + * elf/dl-libc.c: Likewise. + * elf/dl-open.c: Likewise. + * elf/rtld.c: Likewise. + Add new --audit option. + * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration. + (rtld_global_ro._dl_signal_error): Add new parameter. + * include/dlfcn.h (_dl_catch_error): Add new parameter. + * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to + _dl_catch_error. Only free if the returned newly value says so. + +2005-06-01 Roland McGrath + + [BZ #959] + * posix/tst-mmap.c (main): Fill the test file with enough data for the + page size. + +2005-05-30 Jakub Jelinek + + * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If + GLRO(dl_osversion) has been already set to a value smaller than + _dl_discover_osversion (), don't overwrite it here. + +2005-05-24 Thomas Schwinge + + * sysdeps/mach/i386/syscall.S (syscall): Call END. + +2005-05-28 Richard Henderson + + * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New. + * sysdeps/alpha/dl-dtprocnum.h: New file. + * sysdeps/alpha/dl-machine.h (DT_ALPHA): New. + (elf_machine_load_address): Simplify to rely on gprel relocations. + (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format. + Remove thread safety workaround for binutils 2.6. + (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format. + * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New. + (_dl_runtime_profile_new): New. + (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve. + (_dl_runtime_profile_old): Rename from _dl_runtime_profile. Fix + typo in _dl_call_pltexit argument loading. + + * sysdeps/alpha/div_libc.h (funcnoplt): New. + * sysdeps/alpha/divl.S: Use it. + * sysdeps/alpha/divq.S: Likewise + * sysdeps/alpha/divqu.S: Likewise. + * sysdeps/alpha/reml.S: Likewise. + * sysdeps/alpha/remq.S: Likewise. + * sysdeps/alpha/remqu.S: Likewise. + +2005-05-26 Andreas Schwab + + * locale/Makefile (CFLAGS-loadlocale.c): Don't define. + +2005-05-26 Ulrich Drepper + + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value. + Reported by Colin Gibbs . [BZ #954] + +2005-05-17 Alan Modra + + * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent + _dl_hwcap access in PIC && !SHARED case. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. + +2005-05-25 Dwayne Grant McConnell + + * gmon/gmon.c: Add space in weak_alias use. + * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise. + * sysdeps/alpha/htonl.S: Likewise. + * sysdeps/alpha/htons.S: Likewise. + * sysdeps/alpha/elf/start.S: Likewise. + * sysdeps/i386/i386-mcount.S: Likewise. + * sysdeps/ia64/strchr.S: Likewise. + * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise. + * sysdeps/ia64/fpu/w_lgamma.c: Likewise. + * sysdeps/ia64/fpu/w_lgamma.c: Likewise. + * sysdeps/ia64/fpu/w_lgammaf.c: Likewise. + * sysdeps/ia64/fpu/w_lgammaf.c: Likewise. + * sysdeps/ia64/fpu/w_lgammal.c: Likewise. + * sysdeps/ia64/fpu/w_lgammal.c: Likewise. + * sysdeps/mach/hurd/readdir64_r.c: Likewise. + * sysdeps/mach/hurd/sigaltstack.c: Likewise. + * sysdeps/powerpc/fpu/s_fabs.S: Likewise. + * sysdeps/powerpc/fpu/s_fabs.S: Likewise. + * sysdeps/powerpc/fpu/s_fabs.S: Likewise. + * sysdeps/powerpc/fpu/s_fabs.S: Likewise. + * sysdeps/powerpc/fpu/s_fmax.S: Likewise. + * sysdeps/powerpc/fpu/s_fmax.S: Likewise. + * sysdeps/powerpc/fpu/s_fmax.S: Likewise. + * sysdeps/powerpc/fpu/s_fmax.S: Likewise. + * sysdeps/powerpc/fpu/s_fmin.S: Likewise. + * sysdeps/powerpc/fpu/s_fmin.S: Likewise. + * sysdeps/powerpc/fpu/s_fmin.S: Likewise. + * sysdeps/powerpc/fpu/s_fmin.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise. + * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise. + * sysdeps/s390/s390-32/s390-mcount.S: Likewise. + * sysdeps/s390/s390-64/s390x-mcount.S: Likewise. + * sysdeps/sparc/sparc32/memset.S: Likewise. + * sysdeps/sparc/sparc32/stpcpy.S: Likewise. + * sysdeps/sparc/sparc32/strchr.S: Likewise. + * sysdeps/sparc/sparc32/strchr.S: Likewise. + * sysdeps/sparc/sparc64/memcmp.S: Likewise. + * sysdeps/sparc/sparc64/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/memset.S: Likewise. + * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise. + * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise. + * sysdeps/unix/sysv/linux/readdir64.c: Likewise. + * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise. + * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise. + * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/mips/clone.S: Likewise. + * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise. + * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise. + * sysdeps/x86_64/_mcount.S: Likewise. + +2005-05-24 Roland McGrath + + * sysdeps/unix/sysv/linux/i386/sysdep.h + (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ... + * sysdeps/i386/sysdep.h [PIC]: ... to here. + +2005-05-23 Roland McGrath + + * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm: + Subdirectories moved to ports repository. + * configure.in (base_machine): Remove arm* and thumb* patterns. + * shlib-versions (arm.*-.*-linux.*): Remove this pattern. + +2005-05-23 Ulrich Drepper + + [BZ #1086] + * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd + implementations are broken and don't accept ports < 512. + +2005-05-22 Dmitry V. Levin + + [BZ #961] + * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 + declarations. + +2005-05-23 Ulrich Drepper + + [BZ #1086] + * sunrpc/pm_getport.c (__get_socket): New function. + (pmap_getport): Use it to open a non-reserved socket to the portmapper + for TCP. + * include/rpc/pmap_clnt.h (__get_socket): Declare. + * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an + non-reserved socket for the portmapper. + Based on a patch by Steve Dickson . + + [BZ #1086] + * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port. + If we tried looking at the usual range without success extend the + range to even lower ports. + + * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch. + +2005-05-22 Andreas Schwab + + * elf/rtld.c: Include . + +2005-05-17 Alan Modra + + * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use + JUMPTARGET. Instead append @local to __syscall_error. + * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences + of JUMPTARGET. Instead append @local to labels. + * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. + * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise. + * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise. + + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise. Use one GOT + slot to access both constants. + * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise. + * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise. + + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo. + (NEGZERO.0, POINTFIVE.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text. + (TWO52.0, POINTFIVE.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text. + (TWO23.0, POINTFIVE.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text. + (TWO52.0): Delete. + * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text. + (TWO23.0): Delete. + * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting. + +2005-05-19 Richard Henderson + + * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around + CLOCK_REALTIME. + + * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq, + __arch_compare_and_exchange_bool_64_acq, + __arch_compare_and_exchange_val_32_acq, + __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add): + Use __sync builtin without _si or _di suffix. + +2005-05-19 Jakub Jelinek + + [BZ #955] + * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters + and above. + +2005-05-17 Andreas Schwab + + * sysdeps/unix/sysv/linux/clock_getcpuclockid.c + (clock_getcpuclockid): Always return a defined value. + +2005-05-17 Neal H. Walfield + + [BZ #1350] + * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN] + instead of [SALEN]. + (gaih_inet): Likewise. + +2005-05-11 Ulrich Drepper + + * elf/elf.h (Elf32_auxv_t): Make cross-compile safe. + (Elf64_auxv_t): Likewise. + * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for + removal of a_ptr element in ElfXX_auxv_t. + * elf/dl-support.c (_dl_aux_init): Likewise. + +2005-05-09 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/clock_getres.c: Include . + * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise. + +2005-05-09 Alan Modra + + * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use + .pushsection/.popsection in place of .section/.previous. + +2005-05-08 Ulrich Drepper + + * MakeTAGS: Make xgettext not look into test cases. + + * MakeTAGS: Make sure translations in error calls are marked with + c-format by xgettext. + +2005-05-07 Ulrich Drepper + + * intl/libintl.h: Always use __attribute_format_arg__ for gettext + functions since gcc sometimes forgets the attribute for the + standard functions. + +2005-05-06 Jakub Jelinek + + [BZ #934] + * posix/regex_internal.h: Include bits/libc-lock.h or define dummy + __libc_lock_* macros if not _LIBC. + (struct re_dfa_t): Add lock. + * posix/regcomp.c (re_compile_internal): Add __libc_lock_init. + * posix/regexec.c (regexec, re_search_stub): Add locking. + +2005-05-04 Jakub Jelinek + + * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) + as argument to the scripts. + * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir. + * intl/tst-gettext4.sh: Likewise. Use run_program_prefix argument. + * intl/tst-gettext5.sh: Likewise. + + * intl/tst-translit.sh: Add mkdir -p. + + * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use + .ifndef/.endif to allow use of this macro more than once per .S + file. + (LOAD_PIC_REG): New macro. + * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame + information. + * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise. + * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro. Add call frame + information. + * sysdeps/i386/fpu/e_log10f.S: Likewise. + * sysdeps/i386/fpu/s_expm1.S: Likewise. + * sysdeps/i386/fpu/e_acoshf.S: Likewise. + * sysdeps/i386/fpu/e_log2l.S: Likewise. + * sysdeps/i386/fpu/s_log1pf.S: Likewise. + * sysdeps/i386/fpu/s_lrint.S: Likewise. + * sysdeps/i386/fpu/s_llrint.S: Likewise. + * sysdeps/i386/fpu/s_ilogbf.S: Likewise. + * sysdeps/i386/fpu/s_cbrtl.S: Likewise. + * sysdeps/i386/fpu/s_asinhf.S: Likewise. + * sysdeps/i386/fpu/e_log.S: Likewise. + * sysdeps/i386/fpu/e_atanhf.S: Likewise. + * sysdeps/i386/fpu/s_lrintl.S: Likewise. + * sysdeps/i386/fpu/e_atanhl.S: Likewise. + * sysdeps/i386/fpu/e_scalb.S: Likewise. + * sysdeps/i386/fpu/s_log1p.S: Likewise. + * sysdeps/i386/fpu/s_nearbyintl.S: Likewise. + * sysdeps/i386/fpu/s_frexpl.S: Likewise. + * sysdeps/i386/fpu/s_log1pl.S: Likewise. + * sysdeps/i386/fpu/s_nearbyintf.S: Likewise. + * sysdeps/i386/fpu/s_cbrt.S: Likewise. + * sysdeps/i386/fpu/s_expm1l.S: Likewise. + * sysdeps/i386/fpu/s_lrintf.S: Likewise. + * sysdeps/i386/fpu/e_acosh.S: Likewise. + * sysdeps/i386/fpu/s_cexp.S: Likewise. + * sysdeps/i386/fpu/s_ilogbl.S: Likewise. + * sysdeps/i386/fpu/s_expm1f.S: Likewise. + * sysdeps/i386/fpu/e_powl.S: Likewise. + * sysdeps/i386/fpu/e_powf.S: Likewise. + * sysdeps/i386/fpu/e_scalbf.S: Likewise. + * sysdeps/i386/fpu/e_logl.S: Likewise. + * sysdeps/i386/fpu/e_acoshl.S: Likewise. + * sysdeps/i386/fpu/s_frexp.S: Likewise. + * sysdeps/i386/fpu/e_pow.S: Likewise. + * sysdeps/i386/fpu/e_logf.S: Likewise. + * sysdeps/i386/fpu/e_log2.S: Likewise. + * sysdeps/i386/fpu/s_frexpf.S: Likewise. + * sysdeps/i386/fpu/s_cexpl.S: Likewise. + * sysdeps/i386/fpu/s_llrintf.S: Likewise. + * sysdeps/i386/fpu/s_ilogb.S: Likewise. + * sysdeps/i386/fpu/e_scalbl.S: Likewise. + * sysdeps/i386/fpu/e_atanh.S: Likewise. + * sysdeps/i386/fpu/e_log10.S: Likewise. + * sysdeps/i386/fpu/s_cbrtf.S: Likewise. + * sysdeps/i386/fpu/s_cexpf.S: Likewise. + * sysdeps/i386/fpu/s_llrintl.S: Likewise. + * sysdeps/i386/fpu/e_log10l.S: Likewise. + * sysdeps/i386/fpu/s_nearbyint.S: Likewise. + * sysdeps/i386/fpu/s_asinhl.S: Likewise. + * sysdeps/i386/fpu/e_log2f.S: Likewise. + * sysdeps/i386/addmul_1.S: Various fixes to cfi handling. + * sysdeps/i386/mul_1.S: Likewise. + * sysdeps/i386/strtok.S: Likewise. + * sysdeps/i386/sub_n.S: Likewise. + * sysdeps/i386/submul_1.S: Likewise. + * sysdeps/i386/i586/addmul_1.S: Likewise. + * sysdeps/i386/i586/memcpy.S: Likewise. + * sysdeps/i386/i586/mul_1.S: Likewise. + * sysdeps/i386/i586/rshift.S: Likewise. + * sysdeps/i386/i586/sub_n.S: Likewise. + * sysdeps/i386/i586/submul_1.S: Likewise. + * sysdeps/i386/i686/memcmp.S: Likewise. + * sysdeps/i386/i686/memmove.S: Likewise. + * sysdeps/unix/sysv/linux/i386/clone.S: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise. + * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. + +2005-05-03 Ulrich Drepper + + * sysdeps/i386/add_n.S: Add call frame information. + * sysdeps/i386/addmul_1.S: Likewise. + * sysdeps/i386/bsd-setjmp.S: Likewise. + * sysdeps/i386/lshift.S: Likewise. + * sysdeps/i386/memchr.S: Likewise. + * sysdeps/i386/memcmp.S: Likewise. + * sysdeps/i386/mul_1.S: Likewise. + * sysdeps/i386/rawmemchr.S: Likewise. + * sysdeps/i386/rshift.S: Likewise. + * sysdeps/i386/stpncpy.S: Likewise. + * sysdeps/i386/strchr.S: Likewise. + * sysdeps/i386/strchrnul.S: Likewise. + * sysdeps/i386/strcspn.S: Likewise. + * sysdeps/i386/strpbrk.S: Likewise. + * sysdeps/i386/strrchr.S: Likewise. + * sysdeps/i386/strspn.S: Likewise. + * sysdeps/i386/strtok.S: Likewise. + * sysdeps/i386/sub_n.S: Likewise. + * sysdeps/i386/submul_1.S: Likewise. + * sysdeps/i386/elf/bsd-setjmp.S: Likewise. + * sysdeps/i386/i486/strcat.S: Likewise. + * sysdeps/i386/i586/add_n.S: Likewise. + * sysdeps/i386/i586/addmul_1.S: Likewise. + * sysdeps/i386/i586/lshift.S: Likewise. + * sysdeps/i386/i586/memcpy.S: Likewise. + * sysdeps/i386/i586/memset.S: Likewise. + * sysdeps/i386/i586/mul_1.S: Likewise. + * sysdeps/i386/i586/rshift.S: Likewise. + * sysdeps/i386/i586/strchr.S: Likewise. + * sysdeps/i386/i586/strcpy.S: Likewise. + * sysdeps/i386/i586/sub_n.S: Likewise. + * sysdeps/i386/i586/submul_1.S: Likewise. + * sysdeps/i386/i686/add_n.S: Likewise. + * sysdeps/i386/i686/memcmp.S: Likewise. + * sysdeps/i386/i686/memmove.S: Likewise. + * sysdeps/i386/i686/mempcpy.S: Likewise. + * sysdeps/i386/i686/memset.S: Likewise. + * sysdeps/i386/i686/strtok.S: Likewise. + * sysdeps/unix/sysv/linux/i386/clone.S: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise. + * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise. + * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise. + * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. + + * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4. + + * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available + on ppc in 2.6.12. + +2005-04-29 Jakub Jelinek + + [BZ #1083] + * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0, + call ftruncate if offset is bigger than current size. Make sure + the file is offset + len bytes long if that is more than current size. + Don't overwrite previous content of the file. + * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64): + Likewise. + +2005-05-02 Roland McGrath + + [BZ #924] + * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value. + +2005-04-29 Roland McGrath + + * timezone/africa: Update from tzdata2005i. + * timezone/asia: Likewise. + * timezone/northamerica: Likewise. + * timezone/yearistype: Likewise. + + * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change. + +2005-04-29 Ulrich Drepper + + [BZ #1093] + * nis/nis_table.c: Fix realloc handling. + * nis/nis_removemember.c: Likewise. + +2005-04-28 Ulrich Drepper + + [BZ #798] + * nscd/Makefile: Help losers who use --with-headers. + +2005-04-28 Roland McGrath + + [BZ #796] + * sysdeps/unix/sysv/linux/dl-sysdep.h: New file. + Define NEED_DL_SYSINFO_DSO for all platforms. + + * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection. + * sysdeps/alpha/dl-sysdep.h: Likewise. + Use #include_next instead of duplicating generic file's contents. + * sysdeps/ia64/dl-sysdep.h: Likewise. + * sysdeps/sparc/dl-sysdep.h: Likewise. + +2005-03-22 Steven Munroe + + * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local. + +2005-03-07 Steven Munroe + + [BZ #781] + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1. + (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1. + (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting + with 2.6.1. + (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64. + +2005-04-28 Ulrich Drepper + + * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate + cfi_startproc and cfi_endproc. + + * configure.in: Remove ultrasparc names. + + * sysdeps/i386/i686/memcmp.S: Move misplaced END. + +2005-03-27 Bruno Haible + + Make it possible for multiple threads to use gettext() in different + locales. + * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro. + (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename + field. + (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields. + (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in + search and newp. + + * intl/tst-gettext4.c: New file. + * intl/tst-gettext4.sh: New file. + * intl/tst-gettext4-de.po: New file. + * intl/tst-gettext4-fr.po: New file. + * intl/tst-gettext5.c: New file. + * intl/tst-gettext5.sh: New file. + * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po, + tst-gettext4-fr.po, tst-gettext5.sh. + (multithread-test-srcs): New variable. + (test-srcs): Add its contents. + (tests): Depend on tst-gettext4.out, tst-gettext5.out. + (tst-gettext4.out, tst-gettext5.out): New rules. + (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables. + Add rule for linking the multithread-test-srcs with the appropriate + thread-library. + +2005-04-28 Ulrich Drepper + + * po/rw.po: New file. From translation team. + + * scripts/config.guess: Update from upstream. + * scripts/config.sub: Likewise. + +2005-04-27 Ulrich Drepper + + [BZ #1094] + * nscd/connections.c (nscd_run): Use time() value in prune_cache + call, not timeout value, since the latter might be from another clock. + +2005-04-27 Roland McGrath + + [BZ #877] + * posix/unistd.h: Remove __nonnull from acct decl. + + * rt/tst-cpuclock1.c: New file. + * rt/tst-cpuclock2.c: New file. + * rt/tst-cputimer1.c: New file. + * rt/tst-cputimer2.c: New file. + * rt/tst-cputimer3.c: New file. + * rt/Makefile (tests): Add them. + + * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file. + * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file. + * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c + (HAS_CPUCLOCK): New macro. + (clock_getcpuclockid): Function removed. + #include the new linux file to define it instead. + * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime): + New function, broken out of ... + (clock_gettime) [HP_TIMING_AVAIL]: ... here. Call it. + (realtime_gettime): New function, broken out of ... + (clock_gettime) [! HANDLED_REALTIME]: ... here. Call it. + (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case. + * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro. + (SYSDEP_GETTIME_CPUTIME): New macro. + (SYSDEP_GETTIME): Use both. + [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken + out of ... + (SYSDEP_GETTIME): ... here. Use it. + [__NR_clock_gettime] (HANDLED_CPUTIME): Define it. + (SYSDEP_GETTIME_CPUTIME): New macro. Handle CPU timers by trying + kernel support and falling back to hp-timing code. + * sysdeps/posix/clock_getres.c + [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ... + (clock_getres) [HP_TIMING_AVAIL]: ... here. Call it. + (realtime_getres): New function, broken out of ... + (clock_getres) [! HANDLED_REALTIME]: ... here. Call it. + (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case. + * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro. + (SYSDEP_GETRES_CPUTIME): New macro. + (SYSDEP_GETRES): Use both. + [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken + out of ... + (SYSDEP_GETRES): ... here. Use it. + [__NR_clock_getres] (HANDLED_CPUTIME): Define it. + (SYSDEP_GETRES_CPUTIME): New macro. Handle CPU timers by trying + kernel support and falling back to hp-timing code. + * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle + CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially, + translating to the kernel clockid_t for our own process/thread clock. + +2005-04-27 Ulrich Drepper + + * stdlib/test-canon.c: Make doesExist a directory and add more tests + for the new error case. + +2004-06-02 Dmitry V. Levin + Ranjani Murthy + + * stdlib/canonicalize.c (__realpath): Change realpath(3) to + return NULL and set errno to ENOTDIR for such pathnames like + "/path/to/existing-non-directory/". + +2005-04-26 Ulrich Drepper + + [BZ #1105] + * time/strptime_l.c (__strptime_internal): Handle 'z' to set + tm_gmtoff. + * time/Makefile (tests): Add tst-strptime2. + * time/tst-strptime2.c: New file. + +2005-04-26 Jakub Jelinek + + [BZ #1081] + * elf/dl-close.c: Include stddef.h. + (_dl_close): If called recursively, just remember GC needs to be rerun + and decrease l_direct_opencount. Avoid GC if l_direct_opencount + decreased to 1. Rerun GC at the end if any destructor unloaded some + additional libraries. + * elf/Makefile: Add rules to build and run unload6 test. + * elf/unload6.c: New test. + * elf/unload6mod1.c: New file. + * elf/unload6mod2.c: New file. + * elf/unload6mod3.c: New file. + + * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p + if magic_p is not NULL. + (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed. + (malloc_check): Fail if sz == -1. + (free_check): Adjust mem2chunk_check caller. + (realloc_check): Likewise. Fail if bytes == -1. If bytes == 0 and + oldmem != NULL, call free_check and return NULL. If reallocating + and returning NULL, invert magic byte again to make oldmem valid + region for further checking. + (memalign_check): Fail if bytes == -1. + * malloc/Makefile: Add rules to build and run tst-mcheck. + * malloc/tst-mcheck.c: New test. + +2005-04-26 Ulrich Drepper + + [BZ #1110] + * stdio-common/vfscanf.c: Correctly account for characters of + decimal points right after +-. + +2005-04-26 Roland McGrath + + * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of + ifeq ($(subdir),elf) to distinguish main driver from subdir runs. + +2005-04-25 Roland McGrath + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h + (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change. + + * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed. + + * elf/dl-load.c: Revert last change. + +2005-04-24 Ulrich Drepper + + [BZ #1110] + * stdio-common/vfscanf.c: Fix parsing of decimal point after +-. + Patch by Hamed Malek . + +2005-04-21 Roland McGrath + + * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE, + since Linux ignores it in user mmap calls. + +2005-04-17 David S. Miller + + * sysdeps/sparc/sparc32/elf/start.S: Define __data_start. + * sysdeps/sparc/sparc64/elf/start.S: Likewise. + +2005-04-15 Roland McGrath + + * timezone/Makefile (zic-deps): New variable. + ($(testdata)/America/New_York): Use it instead of explicit deps. + ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise. + ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise. + (%/UTC %/Universal): New pattern rule, replaces ... + ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets. + ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule. + ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed. + +2005-04-14 Roland McGrath + + * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well. + (extract): Filter-out distinfo file name. + + [BZ #253] + * MakeTAGS (text-srcs): Match %.bash.in files too. + + [BZ #253] + * nscd/Makefile (all-nscd-modules): New variable, include selinux + module regardless of configuration. + (distribute): Use that instead of $(nscd-modules). + +2005-04-13 David S. Miller + + Add sparc64 TLS and NPTL support. + * elf/tls-macros.h: Add Sparc64 defines. + * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as + always_inline. + (elf_machine_fixup_plt): Likewise. + (elf_machine_rela): Handle TLS relocations. + (elf_machine_type_cleaa): Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h + (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc. + It does not always fit in R_SPARC_GOT13 when building -fPIC. + Also, add TLS handling. + * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): + Increase it to 2.4.21 for sparc64. + * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate + backtrace by zero'ing out %fp. Store away flags, func_ptr, + and func_arg in global registers not local registers. + * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS, + and CTID arguments properly. Add RESET_PID handling. + * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we + do not invoke __sigprocmask(). We can always assume rt signals + are present on sparc64, so just do an inline syscall. + +2005-04-13 Jakub Jelinek + + * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple + inclusion guard for the first half of the header. + (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL, + ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup, + elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the + #ifndef dl_machine_h guarded part of the header. + +2005-04-14 Ulrich Drepper + + [BZ #851] + * posix/execvp.c (execvp): Use file name including path when + trying to run it with shell. + * posix/Makefile: Add rules to build and run tst-execvp3. + * posix/tst-execvp3.c: New file. + +2005-04-12 Ulrich Drepper + + [BZ #1090] + * stdlib/random_r.c (__initstate_r): Don't use non-existing state. + * string/tst-strfry.c: New file. + * string/Makefile (tests): Add tst-strfry. + +2005-04-11 James A. Morrison + + * manual/string.texi: Fix typo in wmemcpy decl. + +2005-04-10 David S. Miller + + * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx. + +2005-04-08 Carlos O'Donell + + * FAQ.in: Explain why `make' might fail running rpcgen. + * FAQ: Regenerated. + +2005-04-07 Roland McGrath + + * po/libc.pot: Regenerated. + +2005-04-07 Roland McGrath + + * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion) + [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan + GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version, + we can skip the uname call if it's there. + * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use + DL_SYSDEP_OSCHECK here. + * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead. + + * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): + Add _dl_sysinfo_map. + * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the + rtld_is_main case. Call it unconditionally later. + Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call. + Initialize GLRO(dl_sysinfo_map). + * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called. + * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro. + (_dl_important_hwcaps) + [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan + GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names + and bit values. + * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro. + (hwcap_extra): New static variable. + (is_hwcap_platform): Check hwcap_extra for a matching name. + Remove tls special case. + (path_hwcap): Likewise. + (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits + and their names, stored in hwcap_extra. + (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls". + + * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for + _dl_hwcap and _dl_hwcap_mask. + * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for + AT_HWCAP to unsigned long int. + * elf/dl-support.c (_dl_aux_init): Likewise. + (_dl_hwcap): Update defn. + + * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic. + * elf/ldconfig.c (search_dir): Likewise. + +2005-04-05 Roland McGrath + + * NEWS: Copy 2.3.5 section from 2.3 branch. + + * intl/tst-codeset.sh: Use mkdir -p. Put msgfmt output in temporary + file and mv it into place. + * intl/tst-gettext3.sh: Likewise. + + * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts + are up to date in srcdir. Touch all configure scripts after export. + + * iconv/gconv_int.h: Include and . + +2005-04-05 H.J. Lu + + [BZ #592] + * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05 + (comment changes only). + * sysdeps/ia64/fpu/e_acoshl.S: Likewise. + * sysdeps/ia64/fpu/e_atanh.S: Likewise. + * sysdeps/ia64/fpu/e_cosh.S: Likewise. + * sysdeps/ia64/fpu/e_coshf.S: Likewise. + * sysdeps/ia64/fpu/e_exp.S: Likewise. + * sysdeps/ia64/fpu/e_exp10.S: Likewise. + * sysdeps/ia64/fpu/e_exp10f.S: Likewise. + * sysdeps/ia64/fpu/e_exp2.S: Likewise. + * sysdeps/ia64/fpu/e_exp2f.S: Likewise. + * sysdeps/ia64/fpu/e_expf.S: Likewise. + * sysdeps/ia64/fpu/e_log.S: Likewise. + * sysdeps/ia64/fpu/e_logf.S: Likewise. + * sysdeps/ia64/fpu/e_pow.S: Likewise. + * sysdeps/ia64/fpu/e_powf.S: Likewise. + * sysdeps/ia64/fpu/e_sinh.S: Likewise. + * sysdeps/ia64/fpu/e_sinhf.S: Likewise. + * sysdeps/ia64/fpu/libm_error.c: Likewise. + * sysdeps/ia64/fpu/libm_lgamma.S: Likewise. + * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise. + * sysdeps/ia64/fpu/libm_lgammal.S: Likewise. + * sysdeps/ia64/fpu/libm_sincos.S: Likewise. + * sysdeps/ia64/fpu/libm_sincosf.S: Likewise. + * sysdeps/ia64/fpu/s_asinh.S: Likewise. + * sysdeps/ia64/fpu/s_atanl.S: Likewise. + * sysdeps/ia64/fpu/s_cos.S: Likewise. + * sysdeps/ia64/fpu/s_cosf.S: Likewise. + * sysdeps/ia64/fpu/s_erf.S: Likewise. + * sysdeps/ia64/fpu/s_erfc.S: Likewise. + * sysdeps/ia64/fpu/s_erfcf.S: Likewise. + * sysdeps/ia64/fpu/s_erfcl.S: Likewise. + * sysdeps/ia64/fpu/s_erff.S: Likewise. + * sysdeps/ia64/fpu/s_expm1.S: Likewise. + * sysdeps/ia64/fpu/s_expm1f.S: Likewise. + * sysdeps/ia64/fpu/s_log1p.S: Likewise. + * sysdeps/ia64/fpu/s_tanf.S: Likewise. + * sysdeps/ia64/fpu/s_tanh.S: Likewise. + * sysdeps/ia64/fpu/s_tanhf.S: Likewise. + * sysdeps/ia64/fpu/w_tgamma.S: Likewise. + * sysdeps/ia64/fpu/w_tgammaf.S: Likewise. + * sysdeps/ia64/fpu/w_tgammal.S: Likewise. + +2005-04-05 Roland McGrath + + * scripts/config.guess: Update from master, timestamp='2005-03-24'. + * scripts/config.sub: Update from master, timestamp='2005-02-10'. + +2005-04-04 David S. Miller + + * sysdeps/sparc/sparc32/dl-trampoline.S: New file. + * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there. + Use RESOLVE_MAP instead of RESOLVE to protect relocation code. + (elf_machine_runtime_setup): Test for dl_profile non-null. + * sysdeps/sparc/sparc64/dl-trampoline.S: New file. + (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. + * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there. + Use RESOLVE_MAP instead of RESOLVE to protect relocation code. + (elf_machine_runtime_setup): Test for dl_profile non-null. + * sysdeps/sparc/bits/link.h: New file. + * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval, + La_sparc64_regs, La_sparc64_retval): New. + (struct audit_ifaces): Add sparc entries. + * elf/tst-auditmod1.c: Add sparc entries. + +2005-03-27 Bruno Haible + + * intl/tst-gettext3.c: New file. + * intl/tst-gettext3.sh: New file. + * intl/Makefile (distribute): Add tst-gettext3.sh. + (test-srcs): Add tst-gettext3. + (tests): Depend on tst-gettext3.out. + (tst-gettext3.out): New rule. + (CFLAGS-tst-gettext3.c): New variable. + + Fix bug exposed by tst-gettext3. + * intl/gettextP.h (struct converted_domain): New type. + (struct loaded_domain): Remove the conv, conv_tab fields. Add + conversions, nconversions fields. + (_nl_init_domain_conv): Remove declaration. + (_nl_free_domain_conv): Remove declaration. + (_nl_find_msg): Add convert argument. + * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1. + (_nl_find_msg): Add convert argument. When a conversion to a different + charset is needed, create a new converted_domain element, instead of + throwing away the old converted translations. + (get_output_charset): New function. + * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function. + (_nl_free_domain_conv): Remove function. + (_nl_load_domain): Initialize the conversions array to empty. Use + _nl_find_msg instead of _nl_init_domain_conv to retrieve the header + entry. + (_nl_unload_domain): Free the conversions array and its contents. + + * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field. + (struct binding): Likewise. + * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr + modifications. + +2005-04-04 Jakub Jelinek + + [BZ #1082] + * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead + of trying to encode uninitialized arglen. + +2005-04-04 Ulrich Drepper + + [BZ #825] + * timezone/scheck.c: Update from tzcode2005h. + * timezone/tzfile.h: Likewise. + * timezone/zdump.c: Likewise. + * timezone/zic.c: Likewise. + + [BZ #825] + * timezone/antarctica: Update from tzdata2005h. + * timezone/asia: Likewise. + * timezone/australasia: Likewise. + * timezone/etcetera: Likewise. + * timezone/europe: Likewise. + * timezone/northamerica: Likewise. + * timezone/southamerica: Likewise. + * timezone/leapseconds: Likewise. + * timezone/iso3166.tab: Likewise. + +2005-03-31 H.J. Lu + + [BZ #592] + * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright. + +2005-04-01 Ulrich Drepper + + * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range. + * wcsmbs/wctob.c (wctob): Likewise. + * wcsmbs/wchar.h (btowc): Add optimized inline function. + (wctob): Likewise. + +2005-03-31 Jakub Jelinek + + * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally + equivalent, but shorter instructions. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise. + * sysdeps/unix/x86_64/sysdep.S: Likewise. + * sysdeps/x86_64/strchr.S: Likewise. + * sysdeps/x86_64/memset.S: Likewise. + * sysdeps/x86_64/strcspn.S: Likewise. + * sysdeps/x86_64/strcmp.S: Likewise. + * sysdeps/x86_64/elf/start.S: Likewise. + * sysdeps/x86_64/strspn.S: Likewise. + * sysdeps/x86_64/dl-machine.h: Likewise. + * sysdeps/x86_64/bsd-_setjmp.S: Likewise. + * sysdeps/x86_64/bsd-setjmp.S: Likewise. + * sysdeps/x86_64/strtok.S: Likewise. + +2005-03-30 H.J. Lu + + [BZ #592] + * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21. + * sysdeps/ia64/fpu/e_acoshf.S: Likewise. + * sysdeps/ia64/fpu/e_acoshl.S: Likewise. + * sysdeps/ia64/fpu/e_acosh.S: Likewise. + * sysdeps/ia64/fpu/e_acosl.S: Likewise. + * sysdeps/ia64/fpu/e_acos.S: Likewise. + * sysdeps/ia64/fpu/e_asinf.S: Likewise. + * sysdeps/ia64/fpu/e_asinl.S: Likewise. + * sysdeps/ia64/fpu/e_asin.S: Likewise. + * sysdeps/ia64/fpu/e_atan2f.S: Likewise. + * sysdeps/ia64/fpu/e_atan2.S: Likewise. + * sysdeps/ia64/fpu/e_atanhf.S: Likewise. + * sysdeps/ia64/fpu/e_atanhl.S: Likewise. + * sysdeps/ia64/fpu/e_atanh.S: Likewise. + * sysdeps/ia64/fpu/e_coshf.S: Likewise. + * sysdeps/ia64/fpu/e_coshl.S: Likewise. + * sysdeps/ia64/fpu/e_cosh.S: Likewise. + * sysdeps/ia64/fpu/e_exp10f.S: Likewise. + * sysdeps/ia64/fpu/e_exp10l.S: Likewise. + * sysdeps/ia64/fpu/e_exp10.S: Likewise. + * sysdeps/ia64/fpu/e_exp2f.S: Likewise. + * sysdeps/ia64/fpu/e_exp2l.S: Likewise. + * sysdeps/ia64/fpu/e_exp2.S: Likewise. + * sysdeps/ia64/fpu/e_expf.S: Likewise. + * sysdeps/ia64/fpu/e_exp.S: Likewise. + * sysdeps/ia64/fpu/e_fmodf.S: Likewise. + * sysdeps/ia64/fpu/e_fmodl.S: Likewise. + * sysdeps/ia64/fpu/e_fmod.S: Likewise. + * sysdeps/ia64/fpu/e_hypotf.S: Likewise. + * sysdeps/ia64/fpu/e_hypotl.S: Likewise. + * sysdeps/ia64/fpu/e_hypot.S: Likewise. + * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise. + * sysdeps/ia64/fpu/e_log2f.S: Likewise. + * sysdeps/ia64/fpu/e_log2l.S: Likewise. + * sysdeps/ia64/fpu/e_log2.S: Likewise. + * sysdeps/ia64/fpu/e_logf.S: Likewise. + * sysdeps/ia64/fpu/e_logl.S: Likewise. + * sysdeps/ia64/fpu/e_log.S: Likewise. + * sysdeps/ia64/fpu/e_powf.S: Likewise. + * sysdeps/ia64/fpu/e_powl.S: Likewise. + * sysdeps/ia64/fpu/e_pow.S: Likewise. + * sysdeps/ia64/fpu/e_remainderf.S: Likewise. + * sysdeps/ia64/fpu/e_remainderl.S: Likewise. + * sysdeps/ia64/fpu/e_remainder.S: Likewise. + * sysdeps/ia64/fpu/e_scalbf.S: Likewise. + * sysdeps/ia64/fpu/e_scalbl.S: Likewise. + * sysdeps/ia64/fpu/e_scalb.S: Likewise. + * sysdeps/ia64/fpu/e_sinhf.S: Likewise. + * sysdeps/ia64/fpu/e_sinhl.S: Likewise. + * sysdeps/ia64/fpu/e_sinh.S: Likewise. + * sysdeps/ia64/fpu/e_sqrtf.S: Likewise. + * sysdeps/ia64/fpu/e_sqrtl.S: Likewise. + * sysdeps/ia64/fpu/e_sqrt.S: Likewise. + * sysdeps/ia64/fpu/libm_error.c: Likewise. + * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise. + * sysdeps/ia64/fpu/libm_lgammal.S: Likewise. + * sysdeps/ia64/fpu/libm_lgamma.S: Likewise. + * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise. + * sysdeps/ia64/fpu/libm_sincosf.S: Likewise. + * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise. + * sysdeps/ia64/fpu/libm_sincosl.S: Likewise. + * sysdeps/ia64/fpu/libm_sincos.S: Likewise. + * sysdeps/ia64/fpu/libm_support.h: Likewise. + * sysdeps/ia64/fpu/s_asinhl.S: Likewise. + * sysdeps/ia64/fpu/s_asinh.S: Likewise. + * sysdeps/ia64/fpu/s_atanf.S: Likewise. + * sysdeps/ia64/fpu/s_atanl.S: Likewise. + * sysdeps/ia64/fpu/s_cbrtf.S: Likewise. + * sysdeps/ia64/fpu/s_cbrtl.S: Likewise. + * sysdeps/ia64/fpu/s_cosf.S: Likewise. + * sysdeps/ia64/fpu/s_cosl.S: Likewise. + * sysdeps/ia64/fpu/s_cos.S: Likewise. + * sysdeps/ia64/fpu/s_erfcf.S: Likewise. + * sysdeps/ia64/fpu/s_erfcl.S: Likewise. + * sysdeps/ia64/fpu/s_erfc.S: Likewise. + * sysdeps/ia64/fpu/s_erfl.S: Likewise. + * sysdeps/ia64/fpu/s_erf.S: Likewise. + * sysdeps/ia64/fpu/s_expm1f.S: Likewise. + * sysdeps/ia64/fpu/s_expm1l.S: Likewise. + * sysdeps/ia64/fpu/s_expm1.S: Likewise. + * sysdeps/ia64/fpu/s_fdimf.S: Likewise. + * sysdeps/ia64/fpu/s_fdiml.S: Likewise. + * sysdeps/ia64/fpu/s_fdim.S: Likewise. + * sysdeps/ia64/fpu/s_frexp.c: Likewise. + * sysdeps/ia64/fpu/s_frexpf.c: Likewise. + * sysdeps/ia64/fpu/s_frexpl.c: Likewise. + * sysdeps/ia64/fpu/s_ilogbf.S: Likewise. + * sysdeps/ia64/fpu/s_ilogbl.S: Likewise. + * sysdeps/ia64/fpu/s_ilogb.S: Likewise. + * sysdeps/ia64/fpu/s_ldexp.c: Likewise. + * sysdeps/ia64/fpu/s_ldexpf.c: Likewise. + * sysdeps/ia64/fpu/s_ldexpl.c: Likewise. + * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise. + * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise. + * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise. + * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise. + * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise. + * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise. + * sysdeps/ia64/fpu/s_log1pf.S: Likewise. + * sysdeps/ia64/fpu/s_log1pl.S: Likewise. + * sysdeps/ia64/fpu/s_log1p.S: Likewise. + * sysdeps/ia64/fpu/s_logbf.S: Likewise. + * sysdeps/ia64/fpu/s_logbl.S: Likewise. + * sysdeps/ia64/fpu/s_logb.S: Likewise. + * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise. + * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise. + * sysdeps/ia64/fpu/s_nearbyint.S: Likewise. + * sysdeps/ia64/fpu/s_nextafterf.S: Likewise. + * sysdeps/ia64/fpu/s_nextafterl.S: Likewise. + * sysdeps/ia64/fpu/s_nextafter.S: Likewise. + * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise. + * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise. + * sysdeps/ia64/fpu/s_nexttoward.S: Likewise. + * sysdeps/ia64/fpu/s_roundf.S: Likewise. + * sysdeps/ia64/fpu/s_roundl.S: Likewise. + * sysdeps/ia64/fpu/s_round.S: Likewise. + * sysdeps/ia64/fpu/s_scalblnf.c: Likewise. + * sysdeps/ia64/fpu/s_scalbn.c: Likewise. + * sysdeps/ia64/fpu/s_scalbnf.c: Likewise. + * sysdeps/ia64/fpu/s_scalbnl.c: Likewise. + * sysdeps/ia64/fpu/s_tanf.S: Likewise. + * sysdeps/ia64/fpu/s_tanhl.S: Likewise. + * sysdeps/ia64/fpu/s_tanh.S: Likewise. + * sysdeps/ia64/fpu/s_tanl.S: Likewise. + * sysdeps/ia64/fpu/s_tan.S: Likewise. + * sysdeps/ia64/fpu/w_lgamma.c: Likewise. + * sysdeps/ia64/fpu/w_lgammaf.c: Likewise. + * sysdeps/ia64/fpu/w_lgammal.c: Likewise. + * sysdeps/ia64/fpu/w_tgammaf.S: Likewise. + * sysdeps/ia64/fpu/w_tgammal.S: Likewise. + * sysdeps/ia64/fpu/w_tgamma.S: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/libm_cpu_defs.h: New file. + * sysdeps/ia64/fpu/libm_error_codes.h: New file. + + [BZ #592] + * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm + 2005-03-21. + * sysdeps/ia64/fpu/import_file.awk: Likewise. + * sysdeps/ia64/fpu/import_intel_libm: Likewise. + * sysdeps/ia64/fpu/Makefile: Likewise. + +2005-03-29 Jakub Jelinek + + [BZ #1087] + * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to + avoid calling mbsrtowcs twice. + +2005-03-29 Roland McGrath + + * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New + function, inline broken out of ... + (DL_SYSDEP_OSCHECK): ... here. Use that. + Do the discovery and set GLRO(dl_osversion) if successful, + if __LINUX_KERNEL_VERSION <= 0. + * elf/dl-load.c: Don't include dl-osinfo.h here. + +2005-03-29 Alfred M. Szmidt + + * manual/install.texi (Tools for Compilation): GNU binutils 2.15 + is now needed. + +2005-03-19 Bruno Haible + + * intl/dcigettext.c (struct known_translation_t): Change type of + domainname field to 'const char *'. + (DCIGETTEXT): Remove const-cast. + +2005-03-29 Thorsten Kukuk + + [BZ #661] + * grp/initgroups.c (internal_getgrouplist): Check if we have + enough space before adding the primary group to the list. + + * posix/tst-execle1.c (do_test): Fix execle arguments. + * posix/tst-execle2.c (do_test): Likewise. + +2005-03-28 Roland McGrath + + * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names. + Reported by Mark Mitchell . + * Versions.def (libm): Define GLIBC_2.4 set. + * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l. + * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l. + * sysdeps/ia64/Versions: Likewise. + * sysdeps/m68k/Versions: Likewise. + * sysdeps/sparc/sparc64/Versions: Likewise. + * sysdeps/x86_64/Versions: New file. + * sysdeps/mips/mips64/Versions: New file. + + * locale/langinfo.h (_NL_LOCALE_NAME): New macro. + [__USE_GNU] (NL_LOCALE_NAME): New macro. + * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME, + return locale name string for the category. + +2005-03-25 Jakub Jelinek + + [BZ #721] + * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than + . + +2005-03-28 Daniel Jacobowitz + + * sysdeps/mips/atomicity.h: Remove unused file. + * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations. + * sysdeps/mips/dl-tls.h: New file. + * sysdeps/mips/libc-tls.c: New file. + * sysdeps/mips/tls-macros.h: New file. + * sysdeps/mips/bits/atomic.h: New file. + * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion. + * sysdeps/mips/elf/configure.in: New file. + * sysdeps/mips/elf/configure: Generated. + * sysdeps/mips/sys/asm.h: New file. + * sysdeps/unix/sysv/linux/mips/vfork.S: New file. + * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument + clone support. + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h + (INTERNAL_SYSCALL_NCS): New. + (INTERNAL_SYSCALL): Update for non-constant support. + (internal_syscall0): Likewise. + (internal_syscall1): Likewise. + (internal_syscall2): Likewise. + (internal_syscall3): Likewise. + (internal_syscall4): Likewise. + (internal_syscall5): Likewise. + (internal_syscall6): Likewise. + (internal_syscall7): Likewise. + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD): + Update to match the kernel. + (SIGEV_CALLBACK): Likewise. + (SIGEV_THREAD_ID): Likewise. + +2005-03-28 Daniel Jacobowitz + + [BZ #783] + * elf/tst-auditmod1.c: Add MIPS support. + * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New. + (La_mips_32_retval): New. + (La_mips_64_regs): New. + (La_mips_64_retval): New. + (struct audit_ifaces): Add MIPS entries. + * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE. + (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE, + ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS, + ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c. + (RTLD_START): Align the stack before calling _dl_init_internal. + Use .ent for _dl_start_user. + (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define. + (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel) + (elf_machine_runtime_setup): Use "auto inline". + (elf_machine_rela, elf_machine_rela_relative): Provide empty versions. + (elf_machine_got_rel): Likewise. Use RESOLVE_MAP. + * sysdeps/mips/dl-trampoline.c: New file. + * sysdeps/mips/bits/link.h: New file. + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h + (internal_syscall5): Use register operands instead of non-lvalue + memory operands. + (internal_syscall6): Likewise. + (internal_syscall7): Likewise. + +2005-03-27 Andreas Jaeger + + * debug/warning-nop.c (__builtin___memcpy_chk): Define away to + avoid warnings with older compiler. + (__builtin___memcpy_chk): Likewise. + (__builtin___memmove_chk: Likewise. + (__builtin___mempcpy_chk): Likewise. + (__builtin___memset_chk): Likewise. + (__builtin___stpcpy_chk): Likewise. + (__builtin___strcat_chk): Likewise. + (__builtin___strcpy_chk): Likewise. + (__builtin___strncat_chk): Likewise. + (__builtin___strncpy_chk): Likewise. + (__builtin_object_size): Likewise. + +2005-03-27 Daniel Jacobowitz + + * elf/tls-macros.h: Correct typo. + +2005-03-23 Jakub Jelinek + + [BZ #822] + * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch. + (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE. + +2005-03-22 Roland McGrath + + * locale/setlocale.c: Comment typo. + + * scripts/versions.awk: No errors for GLIBC_PRIVATE. + + * Versions.def (libdl, librt): Add GLIBC_2.3.4 version. + + * scripts/versions.awk: Print all errors and die at the end. + Use library name in versions array keys. + +2005-03-22 Daniel Jacobowitz + + * elf/elf.h (PT_ARM_EXIDX): New macro. + +2005-03-21 Thorsten Kukuk + + [BZ #1098] + * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong): + Convert correctly between long/int on 64bit big-endian. + +2005-03-21 David Mosberger + + * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames + with more than 8 output registers. Fix this by passing original + ar.pfs to _mcount_ret_helper via r3. + +2005-03-15 Jakub Jelinek + + [BZ #786] + * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle + GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx). + * elf/Makefile: Add rules to build and run tst-tls15. + * elf/tst-tls15.c: New test. + * elf/tst-tlsmod15a.c: New file. + * elf/tst-tlsmod15b.c: New file. + +2005-03-20 Ulrich Drepper + + * elf/rtld.c (dl_main): Always call init_tls if we have audit modules. + +2005-03-20 Alfred M. Szmidt + + * elf/dl-open.c (dl_open_worker): Fix typo. + +2005-03-20 Ulrich Drepper + + * malloc/malloc.c (public_cALLOc): We cannot skip the memory + clearing if perturb_byte != 0. + +2005-03-20 Jakub Jelinek + + * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t + instead of __off_t for last argument. + * debug/Makefile (tests): Add tst-lfschk{1,2,3}. + * debug/tst-lfschk1.c: New test. + * debug/tst-lfschk2.c: New test. + * debug/tst-lfschk3.c: New test. + +2005-02-09 Jakub Jelinek + + * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define. + * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC + and __USE_XOPEN guards to match linux/bits/termios.h. + * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise. + (CMSPAR): Define. + * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise. + +2005-02-10 H.J. Lu + + [BZ #1076] + * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels. + +2005-02-27 Denis Barbier + + [BZ #549] + * locale/iso-4217.def: Add CSD currency. + +2005-03-19 Ulrich Drepper + + * inet/test-ifaddrs.c: Use test-skeleton. + * inet/test_ifindex.c: Likewise. + + [BZ #821] + * elf/dl-lookup.c (add_dependency): Always search l_initfini if + the list exists. + + [BZ #821] + * elf/Makefile: Add rules to build and run order2. + * elf/order2.c: New file. + * elf/order2mod1.c: New file. + * elf/order2mod2.c: New file. + * elf/order2mod3.c: New file. + * elf/order2mod4.c: New file. + +2005-03-19 Jakub Jelinek + + [BZ #821] + * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value, + it has been incremented before. + +2005-03-18 Ulrich Drepper + + [BZ #821] + * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate + function _dl_sort_fini. + (_dl_sort_fini): New function. + * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini. + * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running + destructors to call them in the right order. + +2005-02-07 Steven Munroe + + * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave. + (La_ppc64_retval): Correct size of lrc_fp. + * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve): + Fix up ABI problems and complete function. + +2005-03-10 Jakub Jelinek + + * math/test-misc.c (main): Add some more tests. + +2005-03-17 Jakub Jelinek + + * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed + __wcrtomb. Check return values of other __wcrtomb calls. + * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars): + Change mbclen type to size_t. + (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t. + Handle mb chars whose upper case doesn't have multibyte representation + in locale's charset. + +2005-03-15 Jakub Jelinek + + * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc, + public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with + #ifndef _LIBC. + + [BZ #779] + * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet + initialized. + +2005-03-10 Jakub Jelinek + + * misc/sys/cdefs.h (__always_inline): Define. + * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd): + Use __always_inline instead of __inline. + * socket/bits/socket2.h (recv, recvfrom): Likewise. + * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise. + * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, + __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk, + __strcat_ichk, __strncat_ichk): Use __always_inline instead of + __inline__ __attribute__ ((__always_inline__)). + +2005-03-09 Jakub Jelinek + + * debug/tst-chk1.c: Include sys/socket.h and sys/un.h. + (do_test): Add new tests for recv, recvfrom, getcwd, getwd and + readlink. Add some more tests for read, pread, pread64, fgets and + fgets_unlocked. + + * posix/bits/unistd.h (read, pread, pread64, readlink, + getcwd, getwd): Change macros into extern inline functions. + (__read_alias, __pread_alias, __pread64_alias, __readlink_alias, + __getcwd_alias, __getwd_alias): New prototypes. + * socket/bits/socket2.h (recv, recvfrom): Change macros into + extern inline functions. + (__recv_alias, __recvfrom_alias): New prototypes. + * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros + into extern inline functions. + (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes. + + * debug/pread_chk.c (__pread_chk): Fix order of arguments passed + to __pread. + * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed + to __pread64. + +2005-03-18 Daniel Jacobowitz + + * configure.in: Use %function instead of @function. + +2005-03-18 Ulrich Drepper + + [BZ #821] + * include/link.h (struct link_map): Remove l_opencount. Add l_removed. + Change type of l_idx to int. + * elf/dl-close.c: Basically rewrite. Do not use l_opencount to + determine whether a DSO has to be unloaded. Instead compute this + in this function. + * elf/dl-deps.c: No need to manipulate l_opencount anymore. + * elf/dl-lookup.c: Likewise. + * elf/rtld.c: Likewise + * elf/dl-open.c: Likewise. Use l_init_called to determine whether + object was just loaded. + * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount. + * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which + is about to be unloaded as a match. + (_dl_map_object): Likewise. + * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about + to be unloaded. + * elf/circleload1.c: Don't use l_opencount anymore. + * elf/neededtest.c: Likewise. + * elf/neededtest2.c: Likewise. + * elf/neededtest3.c: Likewise. + * elf/neededtest4.c: Likewise. + * elf/unload.c: Likewise. + * elf/unload2.c: Likewise. + * elf/loadtest.c: Likewise. + + [BZ #821] + * elf/rtld.c: Preloading errors are now never fatal. + +2005-03-08 Jakub Jelinek + + [BZ #821] + * elf/Makefile: Add rules to build and run unload5 test. + * elf/unload5.c: New file. + + [BZ #821] + * elf/Makefile: Add rules to build and run unload4 test. + * elf/unload4.c: New file. + * elf/unload4mod1.c: New file. + * elf/unload4mod2.c: New file. + * elf/unload4mod3.c: New file. + * elf/unload4mod4.c: New file. + +2005-03-17 Roland McGrath + + * nscd/aicache.c (addhstaiX): Tweak type to avoid warning. + +2005-03-16 Richard Henderson + + [BZ #721] + * include/libc-symbols.h (__hidden_proto): Remove bogus declaration + of internal. + (__hidden_def1, __hidden_dot_def1): Remove. + (__hidden_def2, __hidden_def3): Remove. + (__hidden_ver1): New. + (hidden_ver, hidden_def, hidden_weak): Use it. + (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data + version of the macro. + + [BZ #721] + * include/wchar.h (__wcscoll): Remove. + * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll. + * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined. + +2005-03-16 Daniel Jacobowitz + + * elf/elf.h: Define MIPS TLS relocations. + +2005-03-16 Ulrich Drepper + + * elf/circleload1.c (main): Pretty printing. + +2005-03-15 Jakub Jelinek + + * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword. + Patch by Dan Kegel . + + [BZ #721] + * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative, + elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel): + Add inline keyword. + * sysdeps/alpha/dl-machine.h (elf_machine_rela, + elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline + attribute. + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela, + elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. Change + static inline into auto inline. + * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela, + elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. + * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela): + Likewise. + * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative, + elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel): + Likewise. + +2005-03-15 Jakub Jelinek + + [BZ #789] + * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints. + Remove memory clobber. + + * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition + thread-safe. Subtract GLRO(dl_hp_timing_overhead) from Diff. + +2005-03-14 Jakub Jelinek + + * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include + asm/types.h. + +2005-03-10 GOTO Masanori + + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and + MAP_NONBLOCK. + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. + Correct MAP_GROWSDOWN value. + +2005-03-13 Roland McGrath + + * elf/tls-macros.h: #include_next to get a sysdeps + version if there is one. Only #error if macros are then undefined. + * sysdeps/generic/tls-macros.h: New file. + +2005-03-10 GOTO Masanori + + * sysdeps/hppa/configure.in: Remove old Makefile leftovers. + * sysdeps/hppa/configure: Regenerated. + +2005-03-08 Roland McGrath + + * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so + array types match exactly in C alias decls. + +2005-03-07 Ulrich Drepper + + * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call + mallopt appropriately. + * malloc/malloc.h: Define M_PERTURB. + * malloc/malloc.c (perturb_byte): New variable. + (alloc_perturb, free_perturb): New macros. + (_int_malloc): Before returning, overwrite the memory if this is + requested. + (_int_free): Overwrite freed memory if requested. + (mALLOPt): Handle M_PERTURB. + * test-skeleton.c: Add call to mallopt with M_PERTURB command. + + * elf/dl-close.c (_dl_close): Decrement l_opencount before + printing debug message. + * elf/dl-open.c (dl_open_worker): Always print the new opencount + in debug messages. + +2005-03-06 Ulrich Drepper + + * elf/dl-close.c (_dl_close): Unify debug message format. + + * elf/dl-close.c (_dl_close): Print debug message just before + destroying a link map. + + * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output. + * elf/dl-version.c (match_symbol): Likewise. + + * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code. + + * debug/recv_chk.c (__recv_chk): Always fail if request could + overflow the buffer. + * debug/recvfrom_chk.c (__recvfrom_chk): Likewise. + * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if + we know the call succeeds. + (recvfrom): Likewise. + +2005-03-05 Ulrich Drepper + + * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid + warning. + * posix/regex_internal.c (re_string_reconstruct): Add cast to + avoid warning. + (build_wcs_upper_buffer): Change type of bug to plain char. + * locale/weightwc.h (findidx): Add casts to avoid warnings. + * time/mktime.c (ranged_convert): Initialize tm to make the + compiler happy. + * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings. + * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings. + * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings. + * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings. + * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings. + * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf. + * wcsmbs/wctob.c (wctob): Make buf array of unsigned char. + * sysdeps/generic/strchrnul.c: Add cast to avoid warning. + * libio/iofwide.c: Add casts to avoid warnings. + * stdio-common/printf-prs.c (parse_printf_format): Introduce new + variable f to avoid warnings. + * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): + Fix a few casts to avoid warnings. + * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned + to avoid warning. + + [BZ #1101] + * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using + dynamically sized array. + (build_wcs_upper_buffer): Likewise. + +2005-03-05 Jakub Jelinek + + * include/bits/unistd.h: New file. + * include/bits/socket2.h: New file. + +2005-03-05 Ulrich Drepper + + * sunrpc/key_call.c: Remove doors support. + * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition. + * configure.in: Remove test for doors support which never existed. + * config.make.in: Remove have_doors entry. + + * configure.in: Make sure at least gcc 3.4 is used. Undo last change. + * config.make.in: Undo last change. + + * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use + -mtune. + +2005-03-05 Roland McGrath + + * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl. + (_dl_out_of_memory): Use rtld_hidden_proto. + * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def. + (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory. + * elf/dl-open.c (_dl_open): Likewise. + * elf/dl-deps.c (_dl_map_object_deps): Likewise. + + * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *. + + * elf/dl-addr.c (_dl_addr): Add a cast. + + [BZ #821] + * elf/unload3mod4.c: Declare foo. + * elf/testobj2.c: Include . + + * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal + value constant, and use it in the defn. + * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl. + Use actual size for compat array decls. + + * config.make.in (cc-mtune): New substituted variable. + * configure.in (libc_cv_cc_mtune): New test for -mtune= switch, + done only if libc_mtune_example is defined. + * sysdeps/i386/configure.in (libc_mtune_example): Set it. + * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune). + +2005-03-05 Jakub Jelinek + + [BZ #721] + * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define + unconditionally to (defined RTLD_BOOTSTRAP). + * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise. + +2005-03-05 Jakub Jelinek + + * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of + $(inst_slibdir) in AS_NEEDED directive. + +2005-03-03 Jakub Jelinek + + * posix/bits/unistd.h (pread, pread64): Don't swap function arguments. + +2005-03-01 H.J. Lu + + [BZ #776] + * iconv/iconvconfig.c: Fix comment for the output file. + (write_output): Clear padding in header. + +2005-03-03 Ulrich Drepper + + [BZ #821] + * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the + loader is closed. Fixes unload3. + * elf/tst-global1.c: New file. + * elf/Makefile (tests): Add tst-global1. + * elf/testobj2.c (p): New function. + +2005-03-03 Jakub Jelinek + + [BZ #821] + * elf/Makefile: Add rules to build and run unload3 test. + * elf/unload3.c: New test. + * elf/unload3mod1.c: New file. + * elf/unload3mod2.c: New file. + * elf/unload3mod3.c: New file. + * elf/unload3mod4.c: New file. + +2005-02-21 Alan Modra + + [BZ #1394] + * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't + use __uint128_t. + +2005-03-01 Jakub Jelinek + + * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead + of __bos. + * socket/bits/socket2.h (recv, recvfrom): Likewise. + +2005-03-01 Roland McGrath + + [BZ #721] + * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside + of [RESOLVE_MAP]. + +2005-03-01 Alfred M. Szmidt + + [BZ #777] + * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]: + Add missing initializer. + + [BZ #777] + * malloc/arena.c: #include outside of [SHARED && + USE_TLS && !USE___THREAD]. + +2005-02-26 GOTO Masanori + + * csu/Makefile: Use printf instead of echo for some shells. + +2005-02-28 Roland McGrath + + * debug/warning-nop.c (__nop): Rename to nop, make it static. + (__warndecl): Use alias attribute directly, instead of strong_alias + macro. Add attribute_hidden. + +2005-02-28 Ulrich Drepper + + * posix/bits/unistd.h: Avoid calling __*_chk variants if we can + determine the call will never trigger a failure. + * debug/read_chk.c (__read_chk): Always fail if the buffer is too + small. + * debug/readlink_chk.c (__readlink_chk): Likewise. + * debug/pread64_chk.c (__pread64_chk): Likewise. + * debug/pread_chk.c (__pread_chk): Likewise. + + * sysdeps/i386/i686/memset_chk.S: Remove alias and warning. + * sysdeps/x86_64/memset_chk.S: Likewise. + +2005-02-24 Roland McGrath + + * debug/Versions (libc: GLIBC_2.4): Remove + __memset_zero_constant_len_parameter. + * sysdeps/generic/memset_chk.c: Remove alias and warning. + * misc/sys/cdefs.h (__warndecl): New macro. + * debug/warning-nop.c: New file. + * string/bits/string3.h (memset): Call __warn_memset_zero_len with no + arguments, instead of calling __memset_zero_constant_len_parameter. + Use __warndecl for __warn_memset_zero_len. + * debug/Makefile (routines): Add $(static-only-routines). + (static-only-routines): New variable. + +2005-02-27 Ulrich Drepper + + * po/tr.po: Update from translation team. + +2005-02-26 Ulrich Drepper + + * elf/dl-addr.c: Cleanups. Move declaration next to first use. + + * dlfcn/dlerror.c (check_free): New function. Extract common code + from fini and free_key_mem. Check whether this is libdl in the + base namespace. + +2005-02-25 Ulrich Drepper + + * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information + to debug output. + +2004-11-11 Richard Sandiford + + [BZ #758] + * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only + preprocess if it defines ABI-prefixed syscall names + like __NR_N32_open. Just include otherwise. + * sysdeps/unix/sysv/linux/mips/configure: Regenerate. + * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete + * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the + standard __NR prefix. + * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise. + * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that + the output file is compatible with both pre-2.6 and 2.6 kernel headers. + Extract separate syscall lists for each ABI. + +2005-02-23 Ulrich Drepper + + * Makerules (libc.so): Add AS_NEEDED line for dynamic linker. + + [BZ #719] + * elf/Makefile: Run tst-tls9-static again. + +2005-02-22 Ulrich Drepper + + [BZ #719] + * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the + slotinfo array. + (__libc_setup_tls): Initialize length of DTV based on array length. + * elf/dl-load.c: Revert last change. + * sysdeps/generic/dl-tls.c: Revert last change. + + * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1, + tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2, + tst-execve1, tst-execve2, tst-execle1, and tst-execle2. + * posix/tst-execl1.c: New file. + * posix/tst-execl2.c: New file. + * posix/tst-execle1.c: New file. + * posix/tst-execle2.c: New file. + * posix/tst-execlp1.c: New file. + * posix/tst-execlp2.c: New file. + * posix/tst-execv1.c: New file. + * posix/tst-execv2.c: New file. + * posix/tst-execve1.c: New file. + * posix/tst-execve2.c: New file. + * posix/tst-execvp1.c: New file. + * posix/tst-execvp2.c: New file. + +2005-02-22 Roland McGrath + + * include/signal.h: Revert last change. + (__sigemptyset): Use __builtin_memset instead of memset. + +2005-02-22 Ulrich Drepper + + * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use + non-cancelable I/O functions. + +2005-02-22 Jakub Jelinek + + [BZ #769] + * nscd/nscd-client.h: Include sys/uio.h. + (__readall, __readvall, writeall): New prototypes. + * nscd/connections.c (writeall): New function. + (handle_request): Use it. + * nscd/aicache.c (addhstaiX): Likewise. + * nscd/initgrcache.c (addinitgroupsX): Likewise. + * nscd/hstcache.c (cache_addhst): Likewise. + * nscd/grpcache.c (cache_addgr): Likewise. + * nscd/pwdcache.c (cache_addpw): Likewise. + * nscd/nscd_helper.c (__readall, __readvall): New functions. + * nscd/nscd_getai.c (__nscd_getai): Use them. + * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise. + * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise. + * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise. + * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise. + +2005-02-22 Roland McGrath + + * include/sys/socket.h: Declare __recv. + * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias. + * sysdeps/mach/hurd/recv.c: Likewise. + + * sysdeps/unix/sysv/linux/libc_fatal.c: Include for + __backtrace_* decls. + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h + (INTERNAL_SYSCALL_ERROR_P): Evalute VAL. Parenthesize ERR. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise. + + * include/signal.h: Include for memset decl. + +2005-02-22 Andreas Schwab + + * posix/execvp.c (execvp): Fix invalid free. + +2005-02-22 Jakub Jelinek + + [BZ #1095] + * malloc/Makefile (CFLAGS-mcheck-init.c): Add. + * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for + librpcsvc.a objects. + +2005-02-21 Ulrich Drepper + + [BZ #1107] + * iconvdata/ibm930.h: Correct Yen mapping. + * iconvdata/ibm939.h: Likewise. + * iconvdata/testdata/IBM930..UTF8: Adjust test data. + * iconvdata/testdata/IBM939..UTF8: Likewise. + Patch by Jiro Sekiba . + + * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153, + IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158. + (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h, + ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h, + ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h, + ibm1158.c, and ibm1158.h. + * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153, + IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158. + * iconvdata/gconv-modules: Likewise. + * iconvdata/ibm1025.c: New file. + * iconvdata/ibm1025.h: New file. + * iconvdata/ibm1122.c: New file. + * iconvdata/ibm1122.h: New file. + * iconvdata/ibm1137.c: New file. + * iconvdata/ibm1137.h: New file. + * iconvdata/ibm1153.c: New file. + * iconvdata/ibm1153.h: New file. + * iconvdata/ibm1154.c: New file. + * iconvdata/ibm1154.h: New file. + * iconvdata/ibm1155.c: New file. + * iconvdata/ibm1155.h: New file. + * iconvdata/ibm1156.c: New file. + * iconvdata/ibm1156.h: New file. + * iconvdata/ibm1157.c: New file. + * iconvdata/ibm1157.h: New file. + * iconvdata/ibm1158.c: New file. + * iconvdata/ibm1158.h: New file. + * iconvdata/testdata/IBM1025: New file. + * iconvdata/testdata/IBM1025..UTF8: New file. + * iconvdata/testdata/IBM1122: New file. + * iconvdata/testdata/IBM1122..UTF8: New file. + * iconvdata/testdata/IBM1137: New file. + * iconvdata/testdata/IBM1137..UTF8: New file. + * iconvdata/testdata/IBM1153: New file. + * iconvdata/testdata/IBM1153..UTF8: New file. + * iconvdata/testdata/IBM1154: New file. + * iconvdata/testdata/IBM1154..UTF8: New file. + * iconvdata/testdata/IBM1155: New file. + * iconvdata/testdata/IBM1155..UTF8: New file. + * iconvdata/testdata/IBM1156: New file. + * iconvdata/testdata/IBM1156..UTF8: New file. + * iconvdata/testdata/IBM1157: New file. + * iconvdata/testdata/IBM1157..UTF8: New file. + * iconvdata/testdata/IBM1158: New file. + * iconvdata/testdata/IBM1158..UTF8: New file. + Contributed by Jiro Sekiba . + +2005-02-10 Paolo Bonzini + + * posix/regcomp.c (lower_subexp): Do not optimize empty + subexpressions even with REG_NOSUB. + * posix/rxspencer/tests: Add a previously failing testcase. + +2005-02-21 Alan Modra + + [BZ #719] + * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv + array index is within bounds. + +2005-02-21 Ulrich Drepper + + [BZ #719] + * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically + linked code. + * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid. + * elf/Makefile: Remove rules to build and run tst-tls9-static. + + [BZ #719] + * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using + THREAD_DTV multiple times, this minimally reduces code size on + some archs. + +2005-02-21 Jakub Jelinek + + [BZ #768] + * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to + NETDB_INTERNAL if buffer is too small. + + [BZ #768] + * nscd/hstcache.c (INCR): Remove. + (addhstbyX): Double buflen in each iteration rather than add INCR. + * nscd/grpcache.c: Likewise. + * nscd/pwdcache.c: Likewise. + +2005-02-21 Ulrich Drepper + + * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory + map if requested. + * debug/chk_fail.c: Request backtrace and memory map dump. + + * Versions.def: Add GLIBC_2.4 for libc. + * debug/fgets_chk.c: New file. + * debug/fgets_u_chk.c: New file. + * debug/getcwd_chk.c: New file. + * debug/getwd_chk.c: New file. + * debug/readlink_chk.c: New file. + * debug/read_chk.c: New file. + * debug/pread_chk.c: New file. + * debug/pread64_chk.c: New file. + * debug/recv_chk.c: New file. + * debug/recvfrom_chk.c: New file. + * debug/Versions: Add all new functions with version GLIBC_2.4. + * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk, + pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk, + getwd_chk, and getcwd_chk. Plus appropriate CFLAGS definitions. + * debug/tst-chk1.c: Add more tests. + * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked. + * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk. + * posix/unistd.h: Include for fortification. + * posix/bits/unistd.h: New file. + * posix/Makefile (headers): Add bits/unistd.h. + * socket/sys/socket.h: Include for fortification. + * socket/bits/socket2.h: New file. + * socket/Makefile (headers): Add bits/socket2.h. + + * string/bits/string3.h: Extend memset macro to check for zero 3rd + parameter and use __memset_zero_constant_len_parameter in that case. + * sysdeps/generic/memset_chk.c: Add + __memset_zero_constant_len_parameter alias and linker warning. + * debug/Versions: Add __memset_zero_constant_len_parameter to libc + with version GLIBC_2.4. + + * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__ + in __STD_TYPE definition. + +2005-02-21 Jakub Jelinek + + * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print + the error message rather than program name. + +2005-02-21 Ulrich Drepper + + [BZ #767] + * posix/unistd.h: symlink and readlink are unconditionally + available in the 2001 spec. + +2005-02-16 Roland McGrath + + * intl/dcigettext.c (_nl_find_msg): Add a cast. + + * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR. + * nis/nis_clone_obj.c (nis_clone_object): Likewise. + * nis/nis_clone_res.c (nis_clone_result): Likewise. + + * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char * + for END_OF_MESSAGE and CP. + + * resolv/res_send.c (send_dg): Add else branch for case impossible + unless `poll' is buggy. + + * crypt/crypt_util.c (__setkey_r): Add a cast. + + * locale/programs/linereader.c (get_toplvl_escape): Use size_t for + NBYTES, and unsigned char * for BYTES. + + * locale/programs/charmap.c (charmap_new_char): Use size_t and + unsighed char * for NBYTES, BYTES parameters. + + * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument + and cast it. + * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise. + + * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES. + + * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type. + + * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA. + (authdes_marshal): Don't use unsigned int for LEN. + * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2. + (xdr_u_hyper): Likewise. + (xdr_u_short): Don't use u_long for L. + * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2. + + * inet/rexec.c (rexec_af): Use socklen_t. + * sunrpc/key_call.c (getkeyserv_handle): Likewise. + * sunrpc/rtime.c (rtime): Likewise. + * resolv/res_send.c (send_vc, send_dg): Likewise. + * nis/nis_callback.c (__nis_create_callback): Likewise. + + * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr. + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local. + + * libio/libio.h (_IO_BE): Add parenthesis around EXPR. + + * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed. + (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF. + (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE. + * intl/bindtextdom.c (INTUSE): Macro removed. + (_nl_default_dirname): Use libc_hidden_proto. + (set_binding_values): Don't use INTUSE. + * include/libintl.h (_libc_intl_domainname_internal): Decl removed. + (_libc_intl_domainname): Use libc_hidden_proto. + * posix/regex_internal.h (gettext): Remove INTUSE on it. + * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def + rather than INTDEF. + * include/libintl.h (_): Don't use *_internal name. + + * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t, + not uint32_t. + * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments. + + * iconv/gconv_open.c (__gconv_open): Remove useless cast. + + [BZ #721] + * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside + of [RESOLVE_MAP]. + * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise. + * sysdeps/powerpc/powerpc32/dl-machine.h + (elf_machine_rel, elf_machine_rel_relative): Removed. + * sysdeps/powerpc/powerpc64/dl-machine.h + (elf_machine_rel, elf_machine_rel_relative): Removed. + +2005-02-03 Alexandre Oliva + + [BZ #721] + * elf/dynamic-link.h: Don't declare nested auto functions that are + not going to be defined. + +2004-07-23 Jakub Jelinek + + [BZ #284] + * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define + if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined. + +2005-02-16 Roland McGrath + + * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn + inside [! SHARED] where it's used. + +2005-02-15 Ulrich Drepper + + * sysdeps/generic/bits/byteswap.h: Make sure result of all the + functions and macros is unsigned. + +2005-02-11 Barry deFrese + + [BZ #722] + * sysdeps/mach/hurd/setresgid.c: Use weak_alias. + * sysdeps/mach/hurd/setresuid.c: Likewise. + +2005-02-14 GOTO Masanori + + * misc/sys/syslog.h: Fix typo in comment. + +2005-02-14 Roland McGrath + + [BZ #720] + * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined + if it wasn't originally. + +2005-02-14 GOTO Masanori + + * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated + getpeername entry. + * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise. + +2005-02-11 Jakub Jelinek + + * scripts/soversions.awk: Only record first WORDSIZE{32,64} + matching line. + +2005-02-14 Alan Modra + + [BZ #721] + * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define + with auto inline, and attribute always_inline. + (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. + (elf_machine_rel, elf_machine_rel_relative): Likewise. + * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise. + (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. + (elf_machine_rel, elf_machine_rel_relative): Likewise. + (elf_machine_tprel): Likewise. + +2005-02-14 Andreas Schwab + + * manual/filesys.texi (Random Access Directory): Fix type of file + position value for telldir and seekdir. + (Attribute Meanings): Fix typo. + +2005-02-14 H.J. Lu + + * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED + isn't defined. + * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini + if SHARED isn't defined. + * elf/Makefile (tests-static): Add tst-array1-static. + ($(objpfx)tst-array1-static.out): New target. + * elf/tst-array1-static.c: New file. + +2005-02-11 Jakub Jelinek + + [BZ #1100] + * debug/chk_fail.c (__chk_fail): Add a while (1) loop around + __libc_message to kill GCC warning about noreturn function returning. + + * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag + before relocating ld.so again. + + * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even + for already prelinked ld.so. + +2005-02-11 Roland McGrath + + [BZ #715] + * Makefile (installed-stubs): New variable. + Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no, + or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise. + [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs). + ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this + rule's target. + ($(inst_includedir)/gnu/stubs.h): New target, install from ... + * include/stubs-biarch.h: New file. + + * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64. + + * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig. + Emit defn for variable `biarch'. + + * include/stub-tag.h: Update comment. + + * scripts/soversions.awk: Fix default version set handling. + +2005-02-09 Jakub Jelinek + + * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define. + * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add __USE_MISC + and __USE_XOPEN guards to match linux/bits/termios.h. + (CMSPAR): Define. + * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add __USE_MISC + and __USE_XOPEN guards to match linux/bits/termios.h. + (CMSPAR): Define. + * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC + and __USE_XOPEN guards to match linux/bits/termios.h. + +2005-02-10 Roland McGrath + + [BZ #157] + * include/libc-symbols.h (stub_warning): Emit a marker section called + .gnu.glibc-stub.NAME. + * Makerules ($(objpfx)stubs): Depend on object files, not dep files. + Use objdump to collect those marker section names. + ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections. + + * Rules (subdir_objs, subdir_stubs): New phony targets. + * Makefile (+subdir_targets): Add them. + + * Makerules ($(common-objpfx)Versions.all): Grok new leading column in + soversions.i. + + * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+. + Reported by H.J. Lu . + + * scripts/lib-names.awk: Always print WORDSIZE32 section first when + doing two. + +2005-02-10 Jakub Jelinek + + * sysdeps/powerpc/powerpc32/bits/link.h: Removed. + * sysdeps/powerpc/powerpc64/bits/link.h: Moved to... + * sysdeps/powerpc/bits/link.h: ... here. New file. + +2005-02-09 Jakub Jelinek + + [BZ #710] + * stdlib/random_r.c (__initstate_r): Save old state. + * stdlib/Makefile (tests): Add tst-random2. + * stdlib/tst-random2.c: New test. + Reported by Peter Bergner . + +2005-01-25 H.J. Lu + + * dlfcn/dlfcn.c (init): Put it in .init_array section. + +2005-02-10 Roland McGrath + + [BZ #632] + * scripts/soversions.awk: Expect cpu, vendor, os as separate variables + from command line. + Grok shlib-versions lines with WORDSIZE* in second column. + Add new leading column to output, DEFAULT for existing output lines. + Also emit lines with WORDSIZE* for alternate configurations. + * Makeconfig ($(common-objpfx)soversions.i): Pass those variables. + ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT. + ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead + of soversions.mk; replace inline shell script with use of ... + * scripts/lib-names.awk: New file. If input has non-DEFAULT lines, + emit multiple sets of macros under #if. + * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686. + (s390x-.*-.*): Likewise for s390. + (powerpc64-.*-.*): Likewise for powerpc. + (sparc64-.*-.*): Likewise for sparc. + (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries + for these mapping back to the above. + +2005-02-08 Jakub Jelinek + + * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo. + +2005-02-08 Andreas Schwab + + * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of + RESOLVE. + +2005-02-07 Richard Henderson + + [BZ #721] + * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use. + +2005-02-08 Kaz Kojima + + * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using + RESOLVE. + +2005-02-07 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are + set correctly. + +2005-01-07 Richard Henderson + + [BZ #721] + * math/math_private.h (__copysign): Define as builtin for gcc 4. + (__copysignf, __copysignl): Likewise. + * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define + for gcc 4.0. + (copysignf, copysignl, fabsf, fabs): Likewise. + (__copysign, __copysignf, __copysignl): Remove. + (__fabs, __fabsf): Remove. + +2005-01-07 Jakub Jelinek + + [BZ #738] + * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment, + avoid writing to it if none of the standard search directories exist. + +2005-02-07 Steven Munroe + + [BZ #700] + * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S + (__novec_setcontext, __setcontext): Fix typo so CCR is restored. + Load MSR as a doubleword. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S + (__novec_swapcontext, __swapcontext): Likewise. + +2005-02-07 Ulrich Drepper + + * iconv/iconv_prog.c (main): Provide more help in case on an error. + + * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define. + +2005-02-07 Jakub Jelinek + + [BZ #741] + * nscd/nscd.c (termination_handler): Avoid segfault if some database + is not enabled. + + [BZ #741] + * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set + __nss_not_use_nscd_hosts and return -1. + * nscd/nscd_initgroups.c (__nscd_getgrouplist): If + initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1. + Avoid leaking sockets. + +2005-01-28 Andreas Schwab + H.J. Lu + + [BZ #677] + * elf/dl-runtime.c (fixup): Change return type to + DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE, + DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation + values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to + store and retrieve relocation values. + (profile_fixup): Likewise. + * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for + l_reloc_result. + * sysdeps/generic/dl-fptr.h (link_map): Forward declaration. + * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New. + (DL_FIXUP_MAKE_VALUE): Likewise. + (DL_FIXUP_VALUE_CODE_ADDR): Likewise. + (DL_FIXUP_VALUE_ADDR): Likewise. + (DL_FIXUP_ADDR_VALUE): Likewise. + * sysdeps/ia64/dl-lookupcfg.h: Include for "struct fdesc". + (DL_FIXUP_VALUE_TYPE): New. + (DL_FIXUP_MAKE_VALUE): Likewise. + (DL_FIXUP_VALUE_CODE_ADDR): Likewise. + (DL_FIXUP_VALUE_ADDR): Likewise. + (DL_FIXUP_ADDR_VALUE): Likewise. + * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed. + (elf_machine_profile_plt): Removed. + (elf_machine_fixup_plt): Change return type and type of value + parameter to struct fdesc. + (elf_machine_plt_value): Likewise. + (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct + argument for elf_machine_fixup_plt. + +2005-02-07 Jakub Jelinek + + [BZ #742] + * nscd/nscd.init (reload): Print Reloading nscd: before and a newline + after the status string printed by killproc. + +2004-11-18 Alexandre Oliva + + * manual/.cvsignore: Add dir-add.texi. + +2005-02-06 Richard Henderson + + * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP + all the time. + +2004-11-03 Marcus Brinkmann + + * configure.in (sysnames): Append sysdeps/generic for each add-on. + * configure: Regenerated. + +2005-02-02 Alfred M. Szmidt + + * sysdeps/mach/hurd/tls.h: Include + (dtv_t): Change pointer type to be a struct which also contains + information whether the memory pointed to is static TLS or not. + + * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it. + + * shadow/sgetspent_r.c (FALSE): Macro renamed to ... + (FALSEP): ... this. Updated all references. + + [BZ #765] + * libio/fmemopen.c: Include . + +2005-01-30 Ulrich Drepper + + [BZ #1103] + * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available. + * nscd/connections.c (send_ro_fd): Likewise. + +2005-01-28 H.J. Lu + + * elf/tst-auditmod1.c: Add ia64 entries. + * sysdeps/generic/ldsodefs.h (La_ia64_regs): New. + (La_ia64_retval): New. + (audit_ifaces): Add ia64 entries. + * sysdeps/ia64/bits/link.h: New file. + * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test + for dl_profile non-null. + (ARCH_LA_PLTENTER): New. + (ARCH_LA_PLTEXIT): New. + * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate + only 2 output registers. Allocate stack to save/restore + 8 incoming fp registers. Call _dl_fixup instead of fixup. + (_dl_runtime_profile): Rewrite. + +2005-01-28 Martin Schwidefsky + + * sysdeps/s390/bits/link.h: New file. + * sysdeps/s390/s390-32/dl-trampoline.S: New file. + * sysdeps/s390/s390-64/dl-trampoline.S: New file. + * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to + dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect + relocation code. + (elf_machine_runtime_setup): Test for dl_profile non-null. + (elf_machine_rela): Remove code using RESOLVE. + (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. + * sysdeps/s390/s390-64/dl-machine.h: Likewise. + * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval, + La_s390_64_regs, La_s390_64_retval): New. + * elf/tst-auditmod1.c: Add s390 entries. + + [BZ #743] + * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat, + strncat, memchr, strcmp): Add missing memory clobber. + +2005-01-27 Ulrich Drepper + + * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also + copy gl_offs. Patch by Sergey Tikhonov . + +2005-01-27 Paolo Bonzini + + [BZ #558] + * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t. + Initialize the node sets in dfa->inveclosures. + (analyze): Initialize inveclosures only if it is needed. + Check errors from calc_inveclosure. + * posix/regex_internal.c (re_dfa_add_node): Do not initialize + the inveclosure node set. + * posix/regexec.c (re_search_internal): If nmatch includes unused + subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here. + + * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]: + Do build a SIMPLE_BRACKET token. + + * posix/regexec.c (transit_state_mb): Do not examine nodes + where ACCEPT_MB is not set. + +2005-01-27 Jakub Jelinek + + * stdlib/tst-fmtmsg.c: Include stdlib.h. + * stdio-common/tst-fmemopen2.c: Include string.h. + * posix/execvp.c: Include stdbool.h. + +2004-12-13 Paolo Bonzini + + Separate parsing and creation of the NFA. Avoided recursion on + the (very unbalanced) parse tree. + [BZ #611] + * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest, + re_dfa_add_tree_node, mark_opt_subexp_iter): Removed. + (optimize_subexps, duplicate_tree, calc_first, calc_next, + mark_opt_subexp): Rewritten. + (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes, + create_token_tree, free_tree, free_token): New. + (analyze): Accept a regex_t *. Invoke the passes via the preorder and + postorder generic visitors. Do not initialize the fields in the + re_dfa_t that represent the transitions. + (free_dfa_content): Use free_token. + (re_compile_internal): Analyze before UTF-8 optimizations. Do not + include optimization of subexpressions. + (create_initial_state): Fetch the DFA node index from the first node's + bin_tree_t *. + (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION. + Return on COMPLEX_BRACKET. + (duplicate_node_closure): Fix comment. + (duplicate_node): Do not initialize the fields in the + re_dfa_t that represent the transitions. + (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP. + (create_tree): Remove final argument. All callers adjusted. Rewritten + to use create_token_tree. + (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp, + build_charclass_op): Use create_tree or create_token_tree instead + of re_dfa_add_tree_node. + (parse_dup_op): Likewise. Also free the tree using free_tree for + "{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent + to "a|". Adjust invocation of mark_opt_subexp. + (parse_sub_exp): Create a single SUBEXP node. + * posix/regex_internal.c (re_dfa_add_node): Remove last parameter, + always perform as if it was 1. Do not initialize OPT_SUBEXP and + DUPLICATED, and initialize the DFA fields representing the transitions. + * posix/regex_internal.h (re_dfa_add_node): Adjust prototype. + (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens + section. Add a tree-only code SUBEXP. Remove OP_DELETED_SUBEXP. + (bin_tree_t): Include a full re_token_t for TOKEN. Turn FIRST and + NEXT into pointers to trees. Remove ECLOSURE. + +2004-12-28 Paolo Bonzini + + [BZ #605] + * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes + that were already created. + * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field + in the token if needed. + (create_ci_newstate, create_cd_newstate): Set accept_mb field + from the tokens' field. + * posix/regex_internal.h (re_token_t): Add accept_mb field. + (ACCEPT_MB_NODE): Removed. + * posix/regexec.c (proceed_next_node, transit_states_mb, + build_sifted_states, check_arrival_add_next_nodes): Use + accept_mb instead of ACCEPT_MB_NODE. + +2005-01-26 Ulrich Drepper + + [BZ #1100] + * debug/chk_fail.c (__chk_fail): Print program name in final message. + + * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to + MSG_NOSIGNAL being in 2.2 kernels. + +2005-01-26 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/sysdep.h + (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm. + + [BZ #693] + * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to... + (WORD_DELIM_CONSTRAINT): ...this. + (NOT_WORD_DELIM_CONSTRAINT): Define. + (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM, + change WORD_DELIM to use WORD_DELIM_CONSTRAINT. + * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM + anchor instead of INSIDE_WORD. + (parse_expression): Handle NOT_WORD_DELIM constraint. + * posix/bug-regex19.c (tests): Adjust tests that relied on \B + being inside word instead of not word delim. + * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped + characters. + * posix/rxspencer/tests: Add some new tests. + +2005-01-14 GOTO Masanori + + [BZ #1108] + * sunrpc/rpc_main.c (s_output): Generate #include + irrespective of Cflag. + + * manual/memory.texi (sbrk): Fix definition. + * manual/string.texi (strcasestr): Fix example typo. + +2005-01-25 Roland McGrath + + * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl. + +2005-01-23 Roland McGrath + + [BZ #737] + * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears + in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS. + * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD] + (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer + from %gs:0 and add to that value, rather that direct %gs:OFFSET access. + * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise. + +2005-01-25 Jakub Jelinek + + [BZ #731] + * stdlib/fmtmsg.c (addseverity): Remove new_string variable. + (free_mem): Don't free string. + * stdlib/tst-fmtmsg.c: Include string.h. + (main): Add some more tests. + +2005-01-25 Andreas Schwab + + [BZ #736] + * timezone/asia: Update from tzdata2005c. + * timezone/backward: Likewise. + * timezone/europe: Likewise. + * timezone/leapseconds: Likewise. + * timezone/northamerica: Likewise. + * timezone/southamerica: Likewise. + + [BZ #736] + * timezone/private.h: Update from tzcode2005c. + * timezone/tzfile.h: Likewise. + * timezone/zdump.c: Likewise. + * timezone/zic.c: Likewise. + +2005-01-25 Ulrich Drepper + + * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using + RESOLVE. + * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code + using RESOLVE. + * elf/rtld.c (_dl_start): Remove RESOLVE definition. + +2005-01-25 Alan Modra + + * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test + sym_map, not sym, against zero. + +2005-01-24 Ulrich Drepper + + [BZ #671] + * misc/syslog.c: Moved to... + * sysdeps/generic/syslog.c: ...here. + [NO_SIGIPE]: Don't install SIGPIPE handler. + * sysdeps/unix/sysv/linux/syslog.c: New file. + * sysdeps/unix/sysv/linux/kernel-features.h: Define + __ASSUME_MSG_NOSIGNAL. + +2005-01-22 Richard Henderson + + * sysdeps/alpha/dl-trampoline.S: New file. + * sysdeps/alpha/dl-machine.h: Move PLT trampolines there. + Use RESOLVE_MAP instead of RESOLVE to protect relocation code. + (elf_machine_runtime_setup): Test for dl_profile non-null. + (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. + * sysdeps/alpha/bits/link.h: New file. + * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New. + (struct audit_ifaces): Add alpha entries. + * elf/tst-auditmod1.c: Add alpha entries. + +2005-01-22 Ulrich Drepper + + * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here. + * sysdeps/ia64/dl-trampoline.S: New file. + + * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in + La_x86_64_xmm definition. + + * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame + pointer option. + * stdlib/Makefile (CFLAGS-system.os): Use this instead of + CFLAGS-system.c for frame pointer option. + +2005-01-21 Roland McGrath + + * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS. + * sysdeps/i386/dl-machine.h: Update decl. + +2005-01-21 Jakub Jelinek + + [BZ #735] + * elf/Makefile: Add rules to build and run tst-align2. + * elf/tst-align2.c: New test. + * elf/tst-alignmod2.c: New file. + * sysdeps/powerpc/tst-stack-align.h: New file. + * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame + pointer before calling _dl_init. + * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise. + +2005-01-20 Ulrich Drepper + + * posix/execl.c: Do not allocate potentially large buffers on the + stack. + * posix/execle.c: Likewise. + * posix/execlp.c: Likewise. + * posix/execvp.c: Likewise. + (script_execute): Removed. + (allocate_scripts_argv): New function. Called at most once to + allocate memory, not every time a script is run. Adjust caller. + + * sysdeps/generic/wordexp.c (exec_comm): Add a few + TEMP_FAILURE_RETRY. Reorganize code to avoid multiple calls to + exec_comm_child. + (exec_comm_child): Can now be inlined. + + * posix/Makefile: Add -fomit-frame-pointer for a few more files. + * stdlib/Makefile: Likewise. + +2005-01-19 Roland McGrath + + [BZ #681] + * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing + argument to execlp. + Reported by Marcus Meissner . + +2005-01-19 Jakub Jelinek + + * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo + in assert. + * iconv/strtab.c (strtabfinalize): Likewise. + + * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype. + +2005-01-17 Roland McGrath + + [BZ #745] + * nscd/Makefile (LDLIBS-nscd): New variable. + ($(objpfx)nscd): Use that instead of selinux-LIBS. + + * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)). + (link-extra-libs-static): Define to $(link-extra-libs). + (link-extra-libs-bounded): Likewise. + +2005-01-17 Ulrich Drepper + + * include/link.h: Remove stray definition of pltenter. + +2005-01-16 GOTO Masanori + + [BZ #734] + * sysdeps/unix/rewinddir.c: Reset filepos. + * dirent/tst-seekdir.c: Check telldir value after calling rewinddir. + +2005-01-15 Ulrich Drepper + + * elf/tst-auditmod1.c: Reduce duplication. + +2005-01-16 Andreas Schwab + + * sysdeps/m68k/dl-machine.h: Remove trampoline code. Define + ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. + (elf_machine_runtime_setup): If profile != 0 does not anymore mean + GLRO(dl_profile) != NULL. + * sysdeps/m68k/dl-trampoline.S: New file. + * sysdeps/m68k/bits/link.h: New file. + * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k + variants. + * elf/tst-auditmod1.c: Add m68k support. + +2005-01-14 Ulrich Drepper + + * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant + LC_* variable. Patch by Aharon Robbins . + + [BZ #731] + * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call. + * stdlib/tst-fmtmsg.c (main): Add another addseverity test. + +2005-01-12 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow + callers from libc anymore. + + * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller + to _dl_map_object_deps. + * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory + protections when loading auditing modules. + + * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail. + + * posix/getconf.c: Update copyright year. + * nss/getent.c: Likewise. + * nscd/nscd_nischeck.c: Likewise. + * iconv/iconvconfig.c: Likewise. + * iconv/iconv_prog.c: Likewise. + * elf/ldconfig.c: Likewise. + * catgets/gencat.c: Likewise. + * csu/version.c: Likewise. + * elf/ldd.bash.in: Likewise. + * elf/sprof.c (print_version): Likewise. + * locale/programs/locale.c: Likewise. + * locale/programs/localedef.c: Likewise. + * nscd/nscd.c (print_version): Likewise. + * debug/xtrace.sh: Likewise. + * malloc/memusage.sh: Likewise. + * malloc/mtrace.pl: Likewise. + * debug/catchsegv.sh: Likewise. + +2005-01-11 Thorsten Kukuk + + [BZ #733] + * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN + as backlog. + * sunrpc/svc_unix.c (svcunix_create): Likewise. + + [BZ #1099] + * grp/putgrent.c (putgrent): Don't write 0 as group + ID if groupname starts with + or -. + * pwd/putpwent.c (putpwent): Don't write 0 as user or + group ID if user name starts with + or -. + +2005-01-09 Kaz Kojima + + * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants. + * sysdeps/elf/tst-auditmod1.c: Add sh support. + * sysdeps/sh/bits/link.h: New. + * sysdeps/sh/dl-machine.h: Remove trampoline code here. Define + ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. Remove obsolete comments. + (RTLD_START): Define __fpscr_values. + * sysdeps/sh/dl-trampoline.S: New file. + * sysdeps/sh/sh4/dl-trampoline.S: New file. + * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values. + * sysdeps/sh/sh4/dl-machine.h: Remove. + +2005-01-10 Jakub Jelinek + + [BZ #732] + * time/tst-strptime.c (day_tests): Add 2 new tests. + (test_tm, main): Issue an error instead of segfaulting if + strptime returns NULL. + +2005-01-10 H.J. Lu + + * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union. + * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise. + +2005-01-11 Ulrich Drepper + + * malloc/malloc.h: Remove no-glibc support. + +2005-01-12 GOTO Masanori + + [BZ #650] + * malloc/malloc.h: Always include features.h. + +2005-01-10 Roland McGrath + + * sysdeps/ia64/fpu/e_logl.c: File removed. + + * dlfcn/dlfcn.c (init): Fix typo in attribute decl. + +2005-01-10 Ulrich Drepper + + * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and + recognition of last entry. + +2005-01-09 Ulrich Drepper + + * elf/dl-runtime.c: Include . + + * elf/Makefile (headers): Add bits/link.h. + +2005-01-09 Andreas Schwab + + * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC. + +2005-01-09 Andreas Jaeger + + [BZ #732] + * time/strptime_l.c (__strptime_internal): Add braces to avoid + warning. + + * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0. + + * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS. + +2005-01-08 Jakub Jelinek + + * elf/Makefile (generated): Add tst-pie1{,.out,.o}. + +2005-01-09 Ulrich Drepper + + * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after + those of all the regular objects. + + * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and + use it to select the r_debug structure for that namespace. + * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize. + * elf/dl-load.c (_dl_map_object_from_fd): Likewise. + * elf/dl-open.c (_dl_open): Likewise. + * elf/rtld.c (dl_main): Likewise. + * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug + member. + (_dl_debug_initialize): Add new parameter in declaration. + + * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not + called for the auditing objects themselves. + * elf/dl-load.c (_dl_map_object_from_fd): Likewise. + +2005-01-07 Ulrich Drepper + + * sysdeps/powerpc/powerpc64/dl-machine.h + (elf_machine_runtime_setup): If profile != 0 does not anymore mean + GLRO(dl_profile) != NULL. + * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add + padding. + * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve): + Extend _dl_prof_resolve to add pass extra parameters to + _dl_profile_fixup and set up structure with register content. + + * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup): + If profile != 0 does not anymore mean GLRO(dl_profile) != NULL. + * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve): + Extend _dl_prof_resolve to add pass extra parameters to + _dl_profile_fixup and set up structure with register content. + * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in + the register and result structures. + * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields + in the 32-bit register and result structures. + + * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names. + + * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file. + * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here. + Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. + * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants. + * elf/tst-auditmod1.c: Add ppc32 support. + * sysdeps/powerpc/powerpc32/bits/link.h: New file. + * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions. + + * malloc/malloc.c (malloc_printerr): Print program name as part of + error message. + + * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define. + * stdlib/stdlib.h: Make realloc with + __attribute_warn_unused_result__ instead of __wur. + * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__ + markers as in . + + * libio/stdio.h: Remove __wur from rename and remove. + * posix/unistd.h: Remove __wur from dup2. + +2005-01-03 Andreas Jaeger + + * elf/Makefile (tests): Revert patch from 2005-01-03. + +2005-01-07 Ulrich Drepper + + * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't + make __libc_init_first hidden. + + * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize + l_relocated of rtld map. + * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file. + * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here. + Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. + * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants. + * elf/tst-auditmod1.c: Add ppc64 support. + * sysdeps/powerpc/powerpc64/bits/link.h: New file. + +2005-01-06 Roland McGrath + + [BZ #633] + * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values + indicating file-name lookup errors, and return ENOSYS or EBADF instead. + +2005-01-06 Ulrich Drepper + + * csu/elf-init.c (__libc_csu_fini): Don't do anything here. + * sysdeps/generic/libc-start.c: Don't register program destructor here. + + * dlfcn/Makefile: Add rules to build dlfcn.c. + (LDFLAGS-dl.so): Removed. + * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer + table. + * dlfcn/dlmopen.c: Likewise for _dl_open. + * dlfcn/dlopen.c: Likewise. + * dlfcn/dlopenold.c: Likewise. + * elf/dl-libc.c: Likewise for _dl_open and _dl_close. + * elf/Makefile (routines): Remove dl-open and dl-close. + (dl-routines): Add dl-open, dl-close, and dl-trampoline. + Add rules to build and run tst-audit1. + * elf/tst-audit1.c: New file. + * elf/tst-auditmod1.c: New file. + * elf/Versions [libc]: Remove _dl_open and _dl_close. + * elf/dl-close.c: Change for use inside ld.so instead of libc.so. + * elf/dl-open.c: Likewise. + * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization, + signaled by nonzero parameter. + * elf/dl-init.c: Fix use of r_state. + * elf/dl-load.c: Likewise. + + * elf/dl-close.c: Add auditing checkpoints. + * elf/dl-open.c: Likewise. + * elf/dl-fini.c: Likewise. + * elf/dl-load.c: Likewise. + * elf/dl-sym.c: Likewise. + * sysdeps/generic/libc-start.c: Likewise. + * elf/dl-object.c: Allocate memory for auditing information. + * elf/dl-reloc.c: Remove RESOLV. We now always need the map. + Correctly initialize slotinfo. + * elf/dynamic-link.h: Adjust after removal of RESOLV. + * sysdeps/hppa/dl-lookupcfg.h: Likewise. + * sysdeps/ia64/dl-lookupcfg.h: Likewise. + * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed. + * elf/dl-runtime.c (_dl_fixup): Little cleanup. + (_dl_profile_fixup): New parameters to point to register struct and + variable for frame size. + Add auditing checkpoints. + (_dl_call_pltexit): New function. + Don't define trampoline code here. + * elf/rtld.c: Recognize LD_AUDIT. Load modules on startup. + Remove all the functions from _rtld_global_ro which only _dl_open + and _dl_close needed. + Add auditing checkpoints. + * elf/link.h: Define symbols for auditing interfaces. + * include/link.h: Likewise. + * include/dlfcn.h: Define __RTLD_AUDIT. + Remove prototypes for _dl_open and _dl_close. + Adjust access to argc and argv in libdl. + * dlfcn/dlfcn.c: New file. + * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE + is gone. + * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces. + * sysdeps/generic/unsecvars.h: Add LD_AUDIT. + * sysdeps/i386/dl-machine.h: Remove trampoline code here. + Adjust for removal of RESOLVE. + * sysdeps/x86_64/dl-machine.h: Likewise. + * sysdeps/generic/dl-trampoline.c: New file. + * sysdeps/i386/dl-trampoline.c: New file. + * sysdeps/x86_64/dl-trampoline.c: New file. + + * sysdeps/generic/dl-tls.c: Cleanups. Fixup for dtv_t change. + Fix updating of DTV. + * sysdeps/generic/libc-tls.c: Likewise. + + * sysdeps/arm/bits/link.h: Renamed to ... + * sysdeps/arm/bits/linkmap.h: ...this. + * sysdeps/generic/bits/link.h: Renamed to... + * sysdeps/generic/bits/linkmap.h: ...this. + * sysdeps/hppa/bits/link.h: Renamed to... + * sysdeps/hppa/bits/linkmap.h: ...this. + * sysdeps/i386/bits/link.h: Renamed to... + * sysdeps/i386/bits/linkmap.h: ...this. + * sysdeps/ia64/bits/link.h: Renamed to... + * sysdeps/ia64/bits/linkmap.h: ...this. + * sysdeps/s390/bits/link.h: Renamed to... + * sysdeps/s390/bits/linkmap.h: ...this. + * sysdeps/sh/bits/link.h: Renamed to... + * sysdeps/sh/bits/linkmap.h: ...this. + * sysdeps/x86_64/bits/link.h: Renamed to... + * sysdeps/x86_64/bits/linkmap.h: ...this. + + * posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640] + +2004-12-22 Steven Munroe + + [BZ #602] + * math/libm-test.inc (rint_test_tonearest): New test. + (rint_test_towardzero): New test. + (rint_test_downward): New test. + (rint_test_upward): New test. + * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case. + Remove redundant const values. + * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case. + Remove redundant const values. Use float const. + * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case. + * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case. + Use float const. + * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case. + * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case. + Use float const. + * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case. + Remove redundant const values. + * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case. + Remove redundant const values. Use float const. + * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case. + Remove redundant const values. + * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case. + Remove redundant const values. Use float const. + * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Remove redundant const values. + * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Remove redundant const values. + Use float const. + * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. + * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Use float const. + * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. + * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Use float const. + * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Remove redundant const values. + * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Remove redundant const values. + Use float const. + * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. + * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword + alignment. Fix -0.0 case. Remove redundant const values. + Use float const. + +2005-01-06 Ulrich Drepper + + * misc/sys/cdefs.h: Define __wur. + * libio/stdio.h: Use __wur for a number of interfaces. + * posix/unistd.h: Likewise. + * stdlib/stdlib.h: Likewise. + +2004-12-29 Jakub Jelinek + + [BZ #592] + * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use + libc_hidden_proto instead of HIDDEN_PROTO. + * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove. + (__libm_error_support): If ASSEMBLER and in libc, define to + HIDDEN_JUMPTARGET(__libm_error_support). + +2004-12-28 David Mosberger + + [BZ #592] + * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro. + (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l} + with $(duplicated-routines). + (libm-sysdep_routines): Likewise, but substitute "s_" prefix for + "m_" prefix. + +2004-12-27 David Mosberger + + [BZ #592] + * sysdeps/ia64/fpu/libm-symbols.h: Add include of and + undefine "ret" macro. Add __libm_error_support hidden definitions. + + [BZ #592] + * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment. Add + missing portion of copyright statement. + * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise. + * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment. Add + missing portion of copyright statement. + (__ieee754_lgamma): Rename from lgamma(). Make lgamma() a weak alias. + (__ieee754_gamma): Likewise. + * sysdeps/ia64/fpu/w_lgammaf.c: Likewise. + * sysdeps/ia64/fpu/w_lgammal.c: Likewise. + +2004-12-09 H.J. Lu + + [BZ #592] + * sysdeps/ia64/fpu/s_nextafterl.c: Remove. + * sysdeps/ia64/fpu/s_nexttoward.c: Likewise. + * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise. + * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c). + * sysdeps/ia64/fpu/e_expl.S: Likewise. + * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S). + +2004-11-18 David Mosberger + + [BZ #592] + * sysdeps/ia64/fpu/README: New file. + * sysdeps/ia64/fpu/gen_import_file_list: New file. + * sysdeps/ia64/fpu/import_check: Likewise. + * sysdeps/ia64/fpu/import_diffs: Likewise. + * sysdeps/ia64/fpu/import_file.awk: Likewise. + * sysdeps/ia64/fpu/import_intel_libm: Likewise. + * sysdeps/ia64/fpu/libm-symbols.h: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+. + * sysdeps/ia64/fpu/e_acosf.S: Likewise. + * sysdeps/ia64/fpu/e_acosl.S: Likewise. + * sysdeps/ia64/fpu/e_asin.S: Likewise. + * sysdeps/ia64/fpu/e_asinf.S: Likewise. + * sysdeps/ia64/fpu/e_asinl.S: Likewise. + * sysdeps/ia64/fpu/e_atan2.S: Likewise. + * sysdeps/ia64/fpu/e_atan2f.S: Likewise. + * sysdeps/ia64/fpu/e_cosh.S: Likewise. + * sysdeps/ia64/fpu/e_coshf.S: Likewise. + * sysdeps/ia64/fpu/e_coshl.S: Likewise. + * sysdeps/ia64/fpu/e_exp.S: Likewise. + * sysdeps/ia64/fpu/e_expf.S: Likewise. + * sysdeps/ia64/fpu/e_fmod.S: Likewise. + * sysdeps/ia64/fpu/e_fmodf.S: Likewise. + * sysdeps/ia64/fpu/e_fmodl.S: Likewise. + * sysdeps/ia64/fpu/e_hypot.S: Likewise. + * sysdeps/ia64/fpu/e_hypotf.S: Likewise. + * sysdeps/ia64/fpu/e_hypotl.S: Likewise. + * sysdeps/ia64/fpu/e_log.S: Likewise. + * sysdeps/ia64/fpu/e_log2.S: Likewise. + * sysdeps/ia64/fpu/e_log2f.S: Likewise. + * sysdeps/ia64/fpu/e_log2l.S: Likewise. + * sysdeps/ia64/fpu/e_logf.S: Likewise. + * sysdeps/ia64/fpu/e_pow.S: Likewise. + * sysdeps/ia64/fpu/e_powf.S: Likewise. + * sysdeps/ia64/fpu/e_powl.S: Likewise. + * sysdeps/ia64/fpu/e_remainder.S: Likewise. + * sysdeps/ia64/fpu/e_remainderf.S: Likewise. + * sysdeps/ia64/fpu/e_remainderl.S: Likewise. + * sysdeps/ia64/fpu/e_scalb.S: Likewise. + * sysdeps/ia64/fpu/e_scalbf.S: Likewise. + * sysdeps/ia64/fpu/e_scalbl.S: Likewise. + * sysdeps/ia64/fpu/e_sinh.S: Likewise. + * sysdeps/ia64/fpu/e_sinhf.S: Likewise. + * sysdeps/ia64/fpu/e_sinhl.S: Likewise. + * sysdeps/ia64/fpu/e_sqrt.S: Likewise. + * sysdeps/ia64/fpu/e_sqrtf.S: Likewise. + * sysdeps/ia64/fpu/e_sqrtl.S: Likewise. + * sysdeps/ia64/fpu/libm_error.c: Likewise. + * sysdeps/ia64/fpu/libm_reduce.c: Likewise. + * sysdeps/ia64/fpu/libm_support.h: Likewise. + * sysdeps/ia64/fpu/s_atan.S: Likewise. + * sysdeps/ia64/fpu/s_atanf.S: Likewise. + * sysdeps/ia64/fpu/s_atanl.S: Likewise. + * sysdeps/ia64/fpu/s_cbrt.S: Likewise. + * sysdeps/ia64/fpu/s_cbrtf.S: Likewise. + * sysdeps/ia64/fpu/s_cbrtl.S: Likewise. + * sysdeps/ia64/fpu/s_ceil.S: Likewise. + * sysdeps/ia64/fpu/s_ceilf.S: Likewise. + * sysdeps/ia64/fpu/s_ceill.S: Likewise. + * sysdeps/ia64/fpu/s_cos.S: Likewise. + * sysdeps/ia64/fpu/s_cosf.S: Likewise. + * sysdeps/ia64/fpu/s_cosl.S: Likewise. + * sysdeps/ia64/fpu/s_expm1.S: Likewise. + * sysdeps/ia64/fpu/s_expm1f.S: Likewise. + * sysdeps/ia64/fpu/s_expm1l.S: Likewise. + * sysdeps/ia64/fpu/s_fabs.S: Likewise. + * sysdeps/ia64/fpu/s_fabsf.S: Likewise. + * sysdeps/ia64/fpu/s_fabsl.S: Likewise. + * sysdeps/ia64/fpu/s_floor.S: Likewise. + * sysdeps/ia64/fpu/s_floorf.S: Likewise. + * sysdeps/ia64/fpu/s_floorl.S: Likewise. + * sysdeps/ia64/fpu/s_frexp.c: Likewise. + * sysdeps/ia64/fpu/s_frexpf.c: Likewise. + * sysdeps/ia64/fpu/s_frexpl.c: Likewise. + * sysdeps/ia64/fpu/s_ilogb.S: Likewise. + * sysdeps/ia64/fpu/s_ilogbf.S: Likewise. + * sysdeps/ia64/fpu/s_ilogbl.S: Likewise. + * sysdeps/ia64/fpu/s_log1p.S: Likewise. + * sysdeps/ia64/fpu/s_log1pf.S: Likewise. + * sysdeps/ia64/fpu/s_log1pl.S: Likewise. + * sysdeps/ia64/fpu/s_logb.S: Likewise. + * sysdeps/ia64/fpu/s_logbf.S: Likewise. + * sysdeps/ia64/fpu/s_logbl.S: Likewise. + * sysdeps/ia64/fpu/s_modf.S: Likewise. + * sysdeps/ia64/fpu/s_modff.S: Likewise. + * sysdeps/ia64/fpu/s_modfl.S: Likewise. + * sysdeps/ia64/fpu/s_nearbyint.S: Likewise. + * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise. + * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise. + * sysdeps/ia64/fpu/s_rint.S: Likewise. + * sysdeps/ia64/fpu/s_rintf.S: Likewise. + * sysdeps/ia64/fpu/s_rintl.S: Likewise. + * sysdeps/ia64/fpu/s_round.S: Likewise. + * sysdeps/ia64/fpu/s_roundf.S: Likewise. + * sysdeps/ia64/fpu/s_roundl.S: Likewise. + * sysdeps/ia64/fpu/s_significand.S: Likewise. + * sysdeps/ia64/fpu/s_significandf.S: Likewise. + * sysdeps/ia64/fpu/s_significandl.S: Likewise. + * sysdeps/ia64/fpu/s_tan.S: Likewise. + * sysdeps/ia64/fpu/s_tanf.S: Likewise. + * sysdeps/ia64/fpu/s_tanl.S: Likewise. + * sysdeps/ia64/fpu/s_trunc.S: Likewise. + * sysdeps/ia64/fpu/s_truncf.S: Likewise. + * sysdeps/ia64/fpu/s_truncl.S: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+. + * sysdeps/ia64/fpu/e_acoshf.S: Likewise. + * sysdeps/ia64/fpu/e_acoshl.S: Likewise. + * sysdeps/ia64/fpu/e_atanh.S: Likewise. + * sysdeps/ia64/fpu/e_atanhf.S: Likewise. + * sysdeps/ia64/fpu/e_atanhl.S: Likewise. + * sysdeps/ia64/fpu/e_exp10.S: Likewise. + * sysdeps/ia64/fpu/e_exp10f.S: Likewise. + * sysdeps/ia64/fpu/e_exp10l.S: Likewise. + * sysdeps/ia64/fpu/e_exp2.S: Likewise. + * sysdeps/ia64/fpu/e_exp2f.S: Likewise. + * sysdeps/ia64/fpu/e_exp2l.S: Likewise. + * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise. + * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise. + * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise. + * sysdeps/ia64/fpu/e_logl.S: Likewise. + * sysdeps/ia64/fpu/libm_frexp.S: Likewise. + * sysdeps/ia64/fpu/libm_frexpf.S: Likewise. + * sysdeps/ia64/fpu/libm_frexpl.S: Likewise. + * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise. + * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise. + * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise. + * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise. + * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise. + * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise. + * sysdeps/ia64/fpu/libm_lgamma.S: Likewise. + * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise. + * sysdeps/ia64/fpu/libm_lgammal.S: Likewise. + * sysdeps/ia64/fpu/libm_sincos.S: Likewise. + * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise. + * sysdeps/ia64/fpu/libm_sincosf.S: Likewise. + * sysdeps/ia64/fpu/libm_sincosl.S: Likewise. + * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise. + * sysdeps/ia64/fpu/s_asinh.S: Likewise. + * sysdeps/ia64/fpu/s_asinhf.S: Likewise. + * sysdeps/ia64/fpu/s_asinhl.S: Likewise. + * sysdeps/ia64/fpu/s_erf.S: Likewise. + * sysdeps/ia64/fpu/s_erfc.S: Likewise. + * sysdeps/ia64/fpu/s_erfcf.S: Likewise. + * sysdeps/ia64/fpu/s_erfcl.S: Likewise. + * sysdeps/ia64/fpu/s_erff.S: Likewise. + * sysdeps/ia64/fpu/s_erfl.S: Likewise. + * sysdeps/ia64/fpu/s_fdim.S: Likewise. + * sysdeps/ia64/fpu/s_fdimf.S: Likewise. + * sysdeps/ia64/fpu/s_fdiml.S: Likewise. + * sysdeps/ia64/fpu/s_fma.S: Likewise. + * sysdeps/ia64/fpu/s_fmaf.S: Likewise. + * sysdeps/ia64/fpu/s_fmal.S: Likewise. + * sysdeps/ia64/fpu/s_fmax.S: Likewise. + * sysdeps/ia64/fpu/s_fmaxf.S: Likewise. + * sysdeps/ia64/fpu/s_fmaxl.S: Likewise. + * sysdeps/ia64/fpu/s_ldexp.c: Likewise. + * sysdeps/ia64/fpu/s_ldexpf.c: Likewise. + * sysdeps/ia64/fpu/s_ldexpl.c: Likewise. + * sysdeps/ia64/fpu/s_nextafter.S: Likewise. + * sysdeps/ia64/fpu/s_nextafterf.S: Likewise. + * sysdeps/ia64/fpu/s_nextafterl.S: Likewise. + * sysdeps/ia64/fpu/s_nexttoward.S: Likewise. + * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise. + * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise. + * sysdeps/ia64/fpu/s_tanh.S: Likewise. + * sysdeps/ia64/fpu/s_tanhf.S: Likewise. + * sysdeps/ia64/fpu/s_tanhl.S: Likewise. + * sysdeps/ia64/fpu/s_scalblnf.c: Likewise. + * sysdeps/ia64/fpu/w_lgamma.c: Likewise. + * sysdeps/ia64/fpu/w_lgammaf.c: Likewise. + * sysdeps/ia64/fpu/w_lgammal.c: Likewise. + * sysdeps/ia64/fpu/w_tgamma.S: Likewise. + * sysdeps/ia64/fpu/w_tgammaf.S: Likewise. + * sysdeps/ia64/fpu/w_tgammal.S: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file. + * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise. + * sysdeps/ia64/fpu/e_gammal_r.c: Likewise. + * sysdeps/ia64/fpu/w_acosh.c: Likewise. + * sysdeps/ia64/fpu/w_acoshf.c: Likewise. + * sysdeps/ia64/fpu/w_acoshl.c: Likewise. + * sysdeps/ia64/fpu/w_atanh.c: Likewise. + * sysdeps/ia64/fpu/w_atanhf.c: Likewise. + * sysdeps/ia64/fpu/w_atanhl.c: Likewise. + * sysdeps/ia64/fpu/w_exp10.c: Likewise. + * sysdeps/ia64/fpu/w_exp10f.c: Likewise. + * sysdeps/ia64/fpu/w_exp10l.c: Likewise. + * sysdeps/ia64/fpu/w_exp2.c: Likewise. + * sysdeps/ia64/fpu/w_exp2f.c: Likewise. + * sysdeps/ia64/fpu/w_exp2l.c: Likewise. + * sysdeps/ia64/fpu/w_expl.c: Likewise. + * sysdeps/ia64/fpu/e_expl.S: Likewise. + * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise. + * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise. + * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise. + * sysdeps/ia64/fpu/w_log2.c: Likewise. + * sysdeps/ia64/fpu/w_log2f.c: Likewise. + * sysdeps/ia64/fpu/w_log2l.c: Likewise. + * sysdeps/ia64/fpu/w_sinh.c: Likewise. + * sysdeps/ia64/fpu/w_sinhf.c: Likewise. + * sysdeps/ia64/fpu/w_sinhl.c: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove. + * sysdeps/ia64/fpu/s_ldexp.S: Likewise. + * sysdeps/ia64/fpu/s_ldexpf.S: Likewise. + * sysdeps/ia64/fpu/s_ldexpl.S: Likewise. + * sysdeps/ia64/fpu/s_scalbn.S: Likewise. + * sysdeps/ia64/fpu/s_scalbnf.S: Likewise. + * sysdeps/ia64/fpu/s_scalbnl.S: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file. + * sysdeps/ia64/fpu/s_sincosf.c: Likewise. + * sysdeps/ia64/fpu/s_sincosl.c: Likewise. + + [BZ #592] + * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment. + + [BZ #592] + * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l} + alias for use by libm_error.c + + [BZ #592] + * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove + libm_atan2_reg, libm_tan, libm_frexp4{f,l}. + Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l}, + libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l}, + libm_scalbn{,f,l}, libm_scalblnf. + (sysdep_routines): Remove libm_frexp4{,f,l}. + Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}. + (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__, + _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and + -DSIZE_LONG_LONG_INT_64. + +2005-01-05 Steven Munroe + + [BZ #729] + * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and + l_text_end are set for a VDSO with a single PT_LOAD entry. + +2005-01-05 Ulrich Drepper + + [BZ #730] + * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as + invalid to disable optimizations in fileops which won't work here. + (_IO_cookie_jumps): Use it. + (_IO_old_cookie_jumps): Likewise. + * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P, + not the return value. + * stdio-common/Makefile (tests): Add tst-fmemopen2. + * stdio-common/tst-fmemopen2.c: New file. + + * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD. + +2005-01-05 Roland McGrath + + * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ... + * sysdeps/i386/configure.in: ... here. New file. + +2005-01-03 Ulrich Drepper + + [BZ #727] + * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't + initialize __environ again. + * stdlib/Makefile: Add rules to build and run tst-putenv. + * stdlib/tst-putenv.c: New file. + * stdlib/tst-putenvmod.c: New file. + + * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't + define unnecessary wrappers or aliases of static functions. + +2005-01-03 Andreas Jaeger + + * csu/Makefile (generated): Add start.os and start.ob. + + * elf/Makefile (tests): Change rule for tst-pie1 so that make + clean works. + +2004-12-29 Roland McGrath + + [BZ #626] + * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather + than always up; when nearest is zero, round up to one. + +2004-12-28 Ulrich Drepper + + * po/es.po: Update from translation team. + + [BZ #726] + * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo. + +2004-12-27 Ulrich Drepper + + [BZ #744] + * include/signal.h: Define __sigemptyset. + +2004-04-27 Paolo Bonzini + + * posix/regex_internal.h (struct re_dfastate_t): Make + word_trtable a pointer to the 512-item transition table. + * posix/regexec.c (build_trtable): Fill in either state->trtable + or state->word_trtable. Return a boolean indicating success. + (transit_state): Expect state->trtable to be a 256-item + transition table. Reorganize code to have less tests in + the common case, and to save an indentation level. + * posix/regex_internal.c (free_state): Free word_trtable. + +2004-12-21 Jakub Jelinek + + [BZ #723] + * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when + calling fn is 16 byte aligned. + * sysdeps/i386/tst-stack-align.h: New file. + + [BZ #725] + * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. + (ecvt_r): Special case denormals. + * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. + * misc/tst-efgcvt.c: Include float.h. + (ecvt_tests): Add 2 new tests. + +2004-12-20 Roland McGrath + + * version.h (RELEASE, VERSION): development, 2.3.90 + * include/features.h (__GLIBC_MINOR__): Now 4. + + +See ChangeLog.15 for earlier changes. diff --git a/ChangeLog.5 b/ChangeLog.5 index 8efe34dcd9..ef38fb2bf2 100644 --- a/ChangeLog.5 +++ b/ChangeLog.5 @@ -6911,9 +6911,9 @@ Sat Sep 30 11:47:05 1995 Roland McGrath Fri Sep 29 15:07:10 1995 Ulrich Drepper - * sysdeps/unix/sysv/linux/adjtime.c (__adjtime): - Change name of field `mode' in `struct timex' to `modes'. - Linux-1.3.28 updates this name according to RFC 1489. + * sysdeps/unix/sysv/linux/adjtime.c (__adjtime): + Change name of field `mode' in `struct timex' to `modes'. + Linux-1.3.28 updates this name according to RFC 1589. Thu Sep 28 13:05:54 1995 Roland McGrath diff --git a/FAQ b/FAQ index 6d95ef332d..77bd47e3ed 100644 --- a/FAQ +++ b/FAQ @@ -48,6 +48,8 @@ please let me know. malloc/libmemprof.so. How can I fix this? 1.20. Which tools should I use for MIPS? 1.21. Which compiler should I use for powerpc64? +1.22. `make' fails when running rpcgen the first time, + what is going on? How do I fix this? 2. Installation and configuration issues @@ -573,6 +575,20 @@ For details check also my page . {SM} You want to use at least gcc 3.2 (together with the right versions of all the other tools, of course). + +1.22. `make' fails when running rpcgen the first time, + what is going on? How do I fix this? + +{CO} The first invocation of rpcgen is also the first use of the recently +compiled dynamic loader. If there is any problem with the dynamic loader +it will more than likely fail to run rpcgen properly. This could be due to +any number of problems. + +The only real solution is to debug the loader and determine the problem +yourself. Please remember that for each architecture there may be various +patches required to get glibc HEAD into a runnable state. The best course +of action is to determine if you have all the required patches. + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/FAQ.in b/FAQ.in index 4c161cceb6..227132bc08 100644 --- a/FAQ.in +++ b/FAQ.in @@ -374,6 +374,19 @@ For details check also my page . {SM} You want to use at least gcc 3.2 (together with the right versions of all the other tools, of course). +?? `make' fails when running rpcgen the first time, + what is going on? How do I fix this? + +{CO} The first invocation of rpcgen is also the first use of the recently +compiled dynamic loader. If there is any problem with the dynamic loader +it will more than likely fail to run rpcgen properly. This could be due to +any number of problems. + +The only real solution is to debug the loader and determine the problem +yourself. Please remember that for each architecture there may be various +patches required to get glibc HEAD into a runnable state. The best course +of action is to determine if you have all the required patches. + ? Installation and configuration issues ?? Can I replace the libc on my Linux system with GNU libc? diff --git a/INSTALL b/INSTALL index e424610a04..8d61b3e489 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -Appendix A Installing the GNU C Library -*************************************** +Installing the GNU C Library +**************************** Before you do anything else, you should read the file `FAQ' located at the top level of the source tree. This file answers common questions @@ -9,46 +9,37 @@ installation. It is updated more frequently than this manual. Features can be added to GNU Libc via "add-on" bundles. These are separate tar files, which you unpack into the top level of the source tree. Then you give `configure' the `--enable-add-ons' option to -activate them, and they will be compiled into the library. As of the -2.2 release, one important component of glibc is distributed as -"official" add-ons: the linuxthreads add-on. Unless you are doing an -unusual installation, you should get this. - - Support for POSIX threads is maintained by someone else, so it's in a -separate package. It is only available for GNU/Linux systems, but this -will change in the future. Get it from the same place you got the main -bundle; the file is `glibc-linuxthreads-VERSION.tar.gz'. +activate them, and they will be compiled into the library. You will need recent versions of several GNU tools: definitely GCC and GNU Make, and possibly others. *Note Tools for Compilation::, below. -A.1 Configuring and compiling GNU Libc -====================================== +Configuring and compiling GNU Libc +================================== -GNU libc can be compiled in the source directory, but we strongly advise -building it in a separate build directory. For example, if you have -unpacked the glibc sources in `/src/gnu/glibc-2.3', create a directory +GNU libc cannot be compiled in the source directory. You must build it +in a separate build directory. For example, if you have unpacked the +glibc sources in `/src/gnu/glibc-2.4', create a directory `/src/gnu/glibc-build' to put the object files in. This allows -removing the whole build directory in case an error occurs, which is the -safest way to get a fresh start and should always be done. +removing the whole build directory in case an error occurs, which is +the safest way to get a fresh start and should always be done. From your object directory, run the shell script `configure' located at the top level of the source tree. In the scenario above, you'd type - $ ../glibc-2.3/configure ARGS... + $ ../glibc-2.4/configure ARGS... - Please note that even if you're building in a separate build + Please note that even though you're building in a separate build directory, the compilation needs to modify a few files in the source directory, especially some files in the manual subdirectory. -`configure' takes many options, but you can get away with knowing only -two: `--prefix' and `--enable-add-ons'. The `--prefix' option tells -`configure' where you want glibc installed. This defaults to -`/usr/local'. The `--enable-add-ons' option tells `configure' to use -all the add-on bundles it finds in the source directory. Since -important functionality is provided in add-ons, you should always -specify this option. +`configure' takes many options, but the only one that is usually +mandatory is `--prefix'. This option tells `configure' where you want +glibc installed. This defaults to `/usr/local', but the normal setting +to install as the standard system library is `--prefix=/usr' for +GNU/Linux systems and `--prefix=' (an empty prefix) for GNU/Hurd +systems. It may also be useful to set the CC and CFLAGS variables in the environment when running `configure'. CC selects the C compiler that @@ -80,12 +71,16 @@ will be used, and CFLAGS sets optimization options for the compiler. ones found in `/usr/include'. `--enable-add-ons[=LIST]' - Enable add-on packages in your source tree. If this option is + Specify add-on packages to include in the build. If this option is specified with no list, it enables all the add-on packages it - finds. If you do not wish to use some add-on packages that you - have present in your source tree, give this option a list of the - add-ons that you _do_ want used, like this: - `--enable-add-ons=linuxthreads' + finds in the main source directory; this is the default behavior. + You may specify an explicit list of add-ons to use in LIST, + separated by spaces or commas (if you use spaces, remember to + quote them from the shell). Each add-on in LIST can be an + absolute directory name or can be a directory name relative to the + main source directory, or relative to the build directory (that + is, the current working directory). For example, + `--enable-add-ons=nptl,../glibc-libidn-2.4'. `--enable-kernel=VERSION' This option is currently only useful on GNU/Linux systems. The @@ -168,11 +163,10 @@ produce a lot of output, some of which may look like errors from `make' but isn't. Look for error messages from `make' containing `***'. Those indicate that something is seriously wrong. - The compilation process can take several hours. Expect at least two -hours for the default configuration on i586 for GNU/Linux. For Hurd, -times are much longer. Some complex modules may take a very long time -to compile, as much as several minutes on slower machines. Do not -panic if the compiler appears to hang. + The compilation process can take a long time, depending on the +configuration and the speed of your machine. Some complex modules may +take a very long time to compile, as much as several minutes on slower +machines. Do not panic if the compiler appears to hang. If you want to run a parallel make, simply pass the `-j' option with an appropriate numeric parameter to `make'. You need a recent GNU @@ -214,8 +208,8 @@ library. You may need to set `AR' and `RANLIB' to cross-compiling versions of `ar' and `ranlib' if the native tools are not configured to work with object files for the target you configured for. -A.2 Installing the C Library -============================ +Installing the C Library +======================== To install the library and its header files, and the Info files of the manual, type `env LANGUAGE=C LC_ALL=C make install'. This will build @@ -288,8 +282,8 @@ which is in `/usr/share/zoneinfo' to the file `/etc/localtime'. For Germany, you might execute `ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime'. -A.3 Recommended Tools for Compilation -===================================== +Recommended Tools for Compilation +================================= We recommend installing the following GNU tools before attempting to build the GNU C library: @@ -302,11 +296,18 @@ build the GNU C library: recommend GNU `make' version 3.79. All earlier versions have severe bugs or lack features. - * GCC 3.2 or newer + * GCC 3.4 or newer, GCC 4.1 recommended The GNU C library can only be compiled with the GNU C compiler - family. As of the 2.3 release, GCC 3.2 or higher is required. As - of this writing, GCC 3.2 is the compiler we advise to use. + family. For the 2.3 releases, GCC 3.2 or higher is required; GCC + 3.4 is the compiler we advise to use for 2.3 versions. For the + 2.4 release, GCC 3.4 or higher is required; as of this writing, + GCC 4.1 is the compiler we advise to use for current versions. On + certain machines including `powerpc64', compilers prior to GCC 4.0 + have bugs that prevent them compiling the C library code in the + 2.4 release. On other machines, GCC 4.1 is required to build the C + library with support for the correct `long double' type format; + these include `powerpc' (32 bit), `s390' and `s390x'. You can use whatever compiler you like to compile programs that use GNU libc, but be aware that both GCC 2.7 and 2.8 have bugs in @@ -316,7 +317,7 @@ build the GNU C library: Check the FAQ for any special compiler issues on particular platforms. - * GNU `binutils' 2.13 or later + * GNU `binutils' 2.15 or later You must use GNU `binutils' (as and ld) to build the GNU C library. No other assembler or linker has the necessary functionality at the @@ -330,11 +331,10 @@ build the GNU C library: installation mechanism for the info files is not present or works differently. - * GNU `awk' 3.0, or some other POSIX awk + * GNU `awk' 3.0, or higher - `Awk' is used in several places to generate files. The scripts - should work with any POSIX-compliant `awk' implementation; `gawk' - 3.0 and `mawk' 1.3 are known to work. + `Awk' is used in several places to generate files. `gawk' 3.0 is + known to work. * Perl 5 @@ -362,80 +362,8 @@ and if you change any of the message translation files you will need You may also need these packages if you upgrade your source tree using patches, although we try to avoid this. -A.4 Supported Configurations -============================ - -The GNU C Library currently supports configurations that match the -following patterns: - - alpha*-*-linux - arm-*-linux - cris-*-linux - hppa-*-linux - iX86-*-gnu - iX86-*-linux - ia64-*-linux - m68k-*-linux - mips*-*-linux - powerpc-*-linux - s390-*-linux - s390x-*-linux - sparc-*-linux - sparc64-*-linux - x86_64-*-linux - - Former releases of this library (version 2.1 and/or 2.0) used to run -on the following configurations: - - arm-*-linuxaout - arm-*-none - - Very early releases (version 1.09.1 and perhaps earlier versions) -used to run on the following configurations: - - alpha-dec-osf1 - alpha-*-linuxecoff - iX86-*-bsd4.3 - iX86-*-isc2.2 - iX86-*-isc3.N - iX86-*-sco3.2 - iX86-*-sco3.2v4 - iX86-*-sysv - iX86-*-sysv4 - iX86-force_cpu386-none - iX86-sequent-bsd - i960-nindy960-none - m68k-hp-bsd4.3 - m68k-mvme135-none - m68k-mvme136-none - m68k-sony-newsos3 - m68k-sony-newsos4 - m68k-sun-sunos4.N - mips-dec-ultrix4.N - mips-sgi-irix4.N - sparc-sun-solaris2.N - sparc-sun-sunos4.N - - Since no one has volunteered to test and fix these configurations, -they are not supported at the moment. They probably don't compile; -they definitely don't work anymore. Porting the library is not hard. -If you are interested in doing a port, please contact the glibc -maintainers. Start at `http://www.gnu.org/software/libc/' and read the -references there on how to go about getting involved and contacting the -developers. - - Valid cases of `iX86' include `i386', `i486', `i586', and `i686'. -All of those configurations produce a library that can run on this -processor and newer processors. The GCC compiler by default generates -code that's optimized for the machine it's configured for and will use -the instructions available on that machine. For example if your GCC is -configured for `i686', gcc will optimize for `i686' and might issue -some `i686' specific instructions. To generate code for other models, -you have to configure for that model and give GCC the appropriate -`-march=' and `-mcpu=' compiler switches via CFLAGS. - -A.5 Specific advice for GNU/Linux systems -========================================= +Specific advice for GNU/Linux systems +===================================== If you are installing GNU libc on a GNU/Linux system, you need to have the header files from a 2.2 or newer kernel around for reference. For @@ -489,8 +417,8 @@ kernel-side thread support. `nscd' happens to hit these bugs particularly hard, but you might have problems with any threaded program. -A.6 Reporting Bugs -================== +Reporting Bugs +============== There are probably bugs in the GNU C library. There are certainly errors and omissions in this manual. If you report them, they will get diff --git a/INTERFACE b/INTERFACE deleted file mode 100644 index 82302c1d70..0000000000 --- a/INTERFACE +++ /dev/null @@ -1,1508 +0,0 @@ -2.0.7-19981020 2.0.98-19981020 -=============================================================================== - -a64l a64l -abort abort -abs abs -accept accept -access access -acct acct -acos acos -acosf acosf -acosh acosh -acoshf acoshf -acoshl acoshl -acosl acosl -addmntent addmntent - > addseverity NEW: fmtmsg -adjtime adjtime -adjtimex adjtimex -advance advance -alarm alarm -alphasort alphasort - > alphasort64 NEW: LFS - > argp_err_exit_status NEW: argp - > argp_error NEW: argp - > argp_failure NEW: argp - > argp_help NEW: argp - > argp_parse NEW: argp - > argp_program_bug_address NEW: argp - > argp_program_version NEW: argp - > argp_program_version_hook NEW: argp - > argp_state_help NEW: argp - > argp_usage NEW: argp -argz_add argz_add -argz_add_sep argz_add_sep -argz_append argz_append -argz_count argz_count -argz_create argz_create -argz_create_sep argz_create_sep -argz_delete argz_delete -argz_extract argz_extract -argz_insert argz_insert -argz_next argz_next -argz_replace argz_replace -argz_stringify argz_stringify -asctime asctime -asctime_r asctime_r -asin asin -asinf asinf -asinh asinh -asinhf asinhf -asinhl asinhl -asinl asinl -asprintf asprintf -atan atan -atan2 atan2 -atan2f atan2f -atan2l atan2l -atanf atanf -atanh atanh -atanhf atanhf -atanhl atanhl -atanl atanl -atexit atexit -atof atof -atoi atoi -atol atol -atoll atoll - > authdes_create NEW: SecureRPC - > authdes_getucred NEW: SecureRPC - > authdes_pk_create NEW: SecureRPC -authnone_create authnone_create -authunix_create authunix_create -authunix_create_default authunix_create_default - > backtrace NEW: GNU ext. - > backtrace_symbols NEW: GNU ext. - > backtrace_symbols_fd NEW: GNU ext. -basename basename -bcmp bcmp -bcopy bcopy -bdflush bdflush -bind bind -bindresvport bindresvport -bindtextdomain bindtextdomain -brk brk -bsd_signal bsd_signal -bsearch bsearch -btowc btowc -bzero bzero -cabs cabs -cabsf cabsf -cabsl cabsl - > cacos NEW: ISO C99 - > cacosf NEW: ISO C99 - > cacosh NEW: ISO C99 - > cacoshf NEW: ISO C99 - > cacoshl NEW: ISO C99 - > cacosl NEW: ISO C99 -calloc calloc -callrpc callrpc -canonicalize_file_name canonicalize_file_name - > capget NEW: kernel - > capset NEW: kernel - > carg NEW: ISO C99 - > cargf NEW: ISO C99 - > cargl NEW: ISO C99 - > casin NEW: ISO C99 - > casinf NEW: ISO C99 - > casinh NEW: ISO C99 - > casinhf NEW: ISO C99 - > casinhl NEW: ISO C99 - > casinl NEW: ISO C99 - > catan NEW: ISO C99 - > catanf NEW: ISO C99 - > catanh NEW: ISO C99 - > catanhf NEW: ISO C99 - > catanhl NEW: ISO C99 - > catanl NEW: ISO C99 -catclose catclose -catgets catgets -catopen catopen - > cbc_crypt NEW: SecureRPC -cbrt cbrt -cbrtf cbrtf -cbrtl cbrtl - > ccos NEW: ISO C99 - > ccosf NEW: ISO C99 - > ccosh NEW: ISO C99 - > ccoshf NEW: ISO C99 - > ccoshl NEW: ISO C99 - > ccosl NEW: ISO C99 -ceil ceil -ceilf ceilf -ceill ceill - > cexp NEW: ISO C99 - > cexpf NEW: ISO C99 - > cexpl NEW: ISO C99 -cfgetispeed cfgetispeed -cfgetospeed cfgetospeed -cfmakeraw cfmakeraw -cfree cfree -cfsetispeed cfsetispeed -cfsetospeed cfsetospeed -cfsetspeed cfsetspeed -chdir chdir -chflags chflags -chmod chmod -chown chown -chroot chroot - > cimag NEW: ISO C99 - > cimagf NEW: ISO C99 - > cimagl NEW: ISO C99 -clearenv clearenv -clearerr clearerr -clearerr_locked < REMOVED -clearerr_unlocked clearerr_unlocked -clnt_broadcast clnt_broadcast -clnt_create clnt_create -clnt_pcreateerror clnt_pcreateerror -clnt_perrno clnt_perrno -clnt_perror clnt_perror -clnt_spcreateerror clnt_spcreateerror -clnt_sperrno clnt_sperrno -clnt_sperror clnt_sperror -clntraw_create clntraw_create -clnttcp_create clnttcp_create -clntudp_bufcreate clntudp_bufcreate -clntudp_create clntudp_create - > clntunix_create NEW: sunrpc ext -clock clock - > clog NEW: ISO C99 - > clog10 NEW: ISO C99 - > clog10f NEW: ISO C99 - > clog10l NEW: ISO C99 - > clogf NEW: ISO C99 - > clogl NEW: ISO C99 -clone clone -close close -closedir closedir -closelog closelog -confstr confstr - > conj NEW: ISO C99 - > conjf NEW: ISO C99 - > conjl NEW: ISO C99 -connect connect -copysign copysign -copysignf copysignf -copysignl copysignl -cos cos -cosf cosf -cosh cosh -coshf coshf -coshl coshl -cosl cosl - > cpow NEW: ISO C99 - > cpowf NEW: ISO C99 - > cpowl NEW: ISO C99 - > cproj NEW: ISO C99 - > cprojf NEW: ISO C99 - > cprojl NEW: ISO C99 - > creal NEW: ISO C99 - > crealf NEW: ISO C99 - > creall NEW: ISO C99 -creat creat - > creat64 NEW: LFS -create_module create_module - > csin NEW: ISO C99 - > csinf NEW: ISO C99 - > csinh NEW: ISO C99 - > csinhf NEW: ISO C99 - > csinhl NEW: ISO C99 - > csinl NEW: ISO C99 - > csqrt NEW: ISO C99 - > csqrtf NEW: ISO C99 - > csqrtl NEW: ISO C99 - > ctan NEW: ISO C99 - > ctanf NEW: ISO C99 - > ctanh NEW: ISO C99 - > ctanhf NEW: ISO C99 - > ctanhl NEW: ISO C99 - > ctanl NEW: ISO C99 -ctermid ctermid -ctime ctime -ctime_r ctime_r -cuserid cuserid -daemon daemon -daylight daylight -dcgettext dcgettext -delete_module delete_module - > des_setparity NEW: SecureRPC -dgettext dgettext -difftime difftime -dirfd dirfd -dirname dirname -div div -dprintf dprintf -drand48 drand48 -drand48_r drand48_r -drem drem -dremf dremf -dreml dreml -dup dup -dup2 dup2 -dysize dysize - > ecb_crypt NEW: SecureRPC -ecvt ecvt -ecvt_r ecvt_r -endaliasent endaliasent -endfsent endfsent -endgrent endgrent -endhostent endhostent -endmntent endmntent -endnetent endnetent -endnetgrent endnetgrent -endprotoent endprotoent -endpwent endpwent -endrpcent endrpcent -endservent endservent -endspent endspent -endttyent endttyent -endusershell endusershell -endutent endutent - > endutxent NEW: utmpx -environ environ -envz_add envz_add -envz_entry envz_entry -envz_get envz_get -envz_merge envz_merge -envz_remove envz_remove -envz_strip envz_strip -erand48 erand48 -erand48_r erand48_r -erf erf -erfc erfc -erfcf erfcf -erfcl erfcl -erff erff -erfl erfl -err err -errno errno -error error -error_at_line error_at_line -error_message_count error_message_count -error_one_per_line error_one_per_line -error_print_progname error_print_progname -errx errx -ether_aton ether_aton -ether_aton_r ether_aton_r -ether_hostton ether_hostton -ether_line ether_line -ether_ntoa ether_ntoa -ether_ntoa_r ether_ntoa_r -ether_ntohost ether_ntohost -euidaccess euidaccess -execl execl -execle execle -execlp execlp -execv execv -execve execve -execvp execvp -exit exit -exp exp - > exp10 NEW: ISO C99 - > exp10f NEW: ISO C99 - > exp10l NEW: ISO C99 - > exp2 NEW: ISO C99 - > exp2f NEW: ISO C99 - > exp2l NEW: ISO C99 -expf expf -expl expl -expm1 expm1 -expm1f expm1f -expm1l expm1l -fabs fabs -fabsf fabsf -fabsl fabsl - > fattach NEW: STREAMS -fchdir fchdir -fchflags fchflags -fchmod fchmod -fchown fchown -fclose fclose -fcloseall fcloseall -fcntl fcntl -fcvt fcvt -fcvt_r fcvt_r -fdatasync fdatasync - > fdetach NEW: STREAMS - > fdim NEW: ISO C99 - > fdimf NEW: ISO C99 - > fdiml NEW: ISO C99 -fdopen fdopen - > feclearexcept NEW: ISO C99 - > fegetenv NEW: ISO C99 - > fegetexceptflag NEW: ISO C99 - > fegetround NEW: ISO C99 - > feholdexcept NEW: ISO C99 -feof feof -feof_locked < REMOVED -feof_unlocked feof_unlocked - > feraiseexcept NEW: ISO C99 -ferror ferror -ferror_locked < REMOVED -ferror_unlocked ferror_unlocked - > fesetenv NEW: ISO C99 - > fesetexceptflag NEW: ISO C99 - > fesetround NEW: ISO C99 - > fetestexcept NEW: ISO C99 - > feupdateenv NEW: ISO C99 -fexecve fexecve -fflush fflush -fflush_locked < REMOVED -fflush_unlocked fflush_unlocked -ffs ffs - > ffsl NEW: GNU ext. - > ffsll NEW: GNU ext. -fgetc fgetc -fgetgrent fgetgrent -fgetgrent_r fgetgrent_r -fgetpos fgetpos - > fgetpos64 NEW: LFS -fgetpwent fgetpwent -fgetpwent_r fgetpwent_r -fgets fgets - > fgets_unlocked NEW: GNU ext. -fgetspent fgetspent -fgetspent_r fgetspent_r -fileno fileno -fileno_locked < REMOVED -fileno_unlocked fileno_unlocked -finite finite -finitef finitef -finitel finitel -flock flock -flockfile flockfile -floor floor -floorf floorf -floorl floorl - > fma NEW: ISO C99 - > fmaf NEW: ISO C99 - > fmal NEW: ISO C99 - > fmax NEW: ISO C99 - > fmaxf NEW: ISO C99 - > fmaxl NEW: ISO C99 - > fmin NEW: ISO C99 - > fminf NEW: ISO C99 - > fminl NEW: ISO C99 -fmod fmod -fmodf fmodf -fmodl fmodl - > fmtmsg NEW: fmtmsg -fnmatch fnmatch -fopen fopen - > fopen64 NEW: LFS -fopencookie fopencookie -fork fork -fpathconf fpathconf -fprintf fprintf -fputc fputc -fputc_locked < REMOVED -fputc_unlocked fputc_unlocked -fputs fputs - > fputs_unlocked NEW: GNU ext. -fread fread - > fread_unlocked NEW: GNU ext. -free free -freeaddrinfo freeaddrinfo -freopen freopen - > freopen64 NEW: LFS -frexp frexp -frexpf frexpf -frexpl frexpl -fscanf fscanf -fseek fseek - > fseeko NEW: Unix98 - > fseeko64 -fsetpos fsetpos - > fsetpos64 NEW: LFS -fstatfs fstatfs - > fstatfs64 NEW: LFS - > fstatvfs NEW: Unix98 - > fstatvfs64 NEW: LFS -fsync fsync -ftell ftell - > ftello NEW: Unix98 - > ftello64 NEW: LFS -ftime ftime -ftok ftok -ftruncate ftruncate - > ftruncate64 NEW: LFS -ftrylockfile ftrylockfile -fts_children fts_children -fts_close fts_close -fts_open fts_open -fts_read fts_read -fts_set fts_set -ftw ftw - > ftw64 NEW: LFS -funlockfile funlockfile -fwrite fwrite - > fwrite_unlocked NEW: GNU ext. - > gai_strerror NEW: IPv6 -gamma gamma -gamma_r < REMOVED -gammaf gammaf -gammaf_r < REMOVED -gammal gammal -gammal_r < REMOVED -gcvt gcvt -get_avphys_pages get_avphys_pages -get_current_dir_name get_current_dir_name -get_kernel_syms get_kernel_syms -get_myaddress get_myaddress -get_nprocs get_nprocs -get_nprocs_conf get_nprocs_conf -get_phys_pages get_phys_pages -getaddrinfo getaddrinfo -getaliasbyname getaliasbyname -getaliasbyname_r getaliasbyname_r -getaliasent getaliasent -getaliasent_r getaliasent_r -getc getc -getc_locked < REMOVE -getc_unlocked getc_unlocked -getchar getchar -getchar_locked < REMOVED -getchar_unlocked getchar_unlocked - > getcontext -getcwd getcwd - > getdate NEW: Unix98 - > getdate_err NEW: Unix98 - > getdate_r NEW: GNU ext. -getdelim getdelim -getdirentries getdirentries -getdomainname getdomainname -getdtablesize getdtablesize -getegid getegid -getenv getenv -geteuid geteuid -getfsent getfsent -getfsfile getfsfile -getfsspec getfsspec -getgid getgid -getgrent getgrent -getgrent_r getgrent_r -getgrgid getgrgid -getgrgid_r getgrgid_r -getgrnam getgrnam -getgrnam_r getgrnam_r -getgroups getgroups -gethostbyaddr gethostbyaddr -gethostbyaddr_r gethostbyaddr_r -gethostbyname gethostbyname -gethostbyname2 gethostbyname2 -gethostbyname2_r gethostbyname2_r -gethostbyname_r gethostbyname_r -gethostent gethostent -gethostent_r gethostent_r -gethostid gethostid -gethostname gethostname -getitimer getitimer -getline getline -getlogin getlogin -getlogin_r getlogin_r -getmntent getmntent -getmntent_r getmntent_r - > getmsg NEW: STREAMS - > getnameinfo NEW: IPv6 -getnetbyaddr getnetbyaddr -getnetbyaddr_r getnetbyaddr_r -getnetbyname getnetbyname -getnetbyname_r getnetbyname_r -getnetent getnetent -getnetent_r getnetent_r -getnetgrent getnetgrent -getnetgrent_r getnetgrent_r - > getnetname NEW: SecureRPC -getopt getopt -getopt_long getopt_long -getopt_long_only getopt_long_only -getpagesize getpagesize -getpass getpass -getpeername getpeername -getpgid getpgid -getpgrp getpgrp -getpid getpid - > getpmsg NEW: STREAMS -getppid getppid -getpriority getpriority -getprotobyname getprotobyname -getprotobyname_r getprotobyname_r -getprotobynumber getprotobynumber -getprotobynumber_r getprotobynumber_r -getprotoent getprotoent -getprotoent_r getprotoent_r - > getpt NEW: Unix98 PTY -getpublickey getpublickey -getpw getpw -getpwent getpwent -getpwent_r getpwent_r -getpwnam getpwnam -getpwnam_r getpwnam_r -getpwuid getpwuid -getpwuid_r getpwuid_r -getresgid getresgid -getresuid getresuid -getrlimit getrlimit - > getrlimit64 NEW: LFS -getrpcbyname getrpcbyname -getrpcbyname_r getrpcbyname_r -getrpcbynumber getrpcbynumber -getrpcbynumber_r getrpcbynumber_r -getrpcent getrpcent -getrpcent_r getrpcent_r -getrpcport getrpcport -getrusage getrusage -gets gets -getsecretkey getsecretkey -getservbyname getservbyname -getservbyname_r getservbyname_r -getservbyport getservbyport -getservbyport_r getservbyport_r -getservent getservent -getservent_r getservent_r -getsid getsid -getsockname getsockname -getsockopt getsockopt -getspent getspent -getspent_r getspent_r -getspnam getspnam -getspnam_r getspnam_r -getsubopt getsubopt -gettext gettext -gettimeofday gettimeofday -getttyent getttyent -getttynam getttynam -getuid getuid -getusershell getusershell -getutent getutent -getutent_r getutent_r -getutid getutid -getutid_r getutid_r -getutline getutline -getutline_r getutline_r - > getutxent NEW: utmpx - > getutxid NEW: utmpx - > getutxline NEW: utmpx -getw getw -getwd getwd -glob glob - > glob64 NEW: GNU ext. -glob_pattern_p glob_pattern_p -globfree globfree - > globfree64 NEW: GNU ext. -gmtime gmtime -gmtime_r gmtime_r - > gnu_get_libc_release NEW: GNU ext. - > gnu_get_libc_version NEW: GNU ext. - > grantpt NEW: Unix98 PTY -group_member group_member -gsignal gsignal -gtty gtty -h_errlist h_errlist -h_errno h_errno -h_nerr h_nerr -hasmntopt hasmntopt -hcreate hcreate -hcreate_r hcreate_r -hdestroy hdestroy -hdestroy_r hdestroy_r -herror herror - > host2netname NEW: SecureRPC -hsearch hsearch -hsearch_r hsearch_r -hstrerror hstrerror -htonl htonl -htons htons -hypot hypot -hypotf hypotf -hypotl hypotl - > iconv NEW: iconv - > iconv_close NEW: iconv - > iconv_open NEW: iconv - > if_freenameindex NEW: IPv6 - > if_indextoname NEW: IPv6 - > if_nameindex NEW: IPv6 - > if_nametoindex NEW: IPv6 -ilogb ilogb -ilogbf ilogbf -ilogbl ilogbl - > in6addr_any NEW: IPv6 - > in6addr_loopback NEW: IPv6 -index index - > inet6_isipv4mapped NEW: IPv6 -inet_addr inet_addr -inet_aton inet_aton -inet_lnaof inet_lnaof -inet_makeaddr inet_makeaddr -inet_netof inet_netof -inet_network inet_network -inet_nsap_addr inet_nsap_addr -inet_nsap_ntoa inet_nsap_ntoa -inet_ntoa inet_ntoa -inet_ntop inet_ntop -inet_pton inet_pton -init_module init_module -initgroups initgroups -initstate initstate -initstate_r initstate_r -innetgr innetgr -insque insque -ioctl ioctl -ioperm ioperm -iopl iopl -iruserok iruserok -isalnum isalnum -isalpha isalpha -isascii isascii - > isastream NEW: STREAMS -isatty isatty -isblank isblank -iscntrl iscntrl -isdigit isdigit -isfdtype isfdtype -isgraph isgraph -isinf isinf -isinff isinff -isinfl isinfl -islower islower -isnan isnan -isnanf isnanf -isnanl isnanl -isprint isprint -ispunct ispunct -isspace isspace -isupper isupper -iswalnum iswalnum -iswalpha iswalpha - > iswblank NEW: GNU ext. -iswcntrl iswcntrl -iswctype iswctype -iswdigit iswdigit -iswgraph iswgraph -iswlower iswlower -iswprint iswprint -iswpunct iswpunct -iswspace iswspace -iswupper iswupper -iswxdigit iswxdigit -isxdigit isxdigit -j0 j0 -j0f j0f -j0l j0l -j1 j1 -j1f j1f -j1l j1l -jn jn -jnf jnf -jnl jnl -jrand48 jrand48 -jrand48_r jrand48_r - > key_decryptsession NEW: SecureRPC - > key_decryptsession_pk NEW: SecureRPC - > key_encryptsession NEW: SecureRPC - > key_encryptsession_pk NEW: SecureRPC - > key_gendes NEW: SecureRPC - > key_get_conv NEW: SecureRPC - > key_secretkey_is_set NEW: SecureRPC - > key_setnet NEW: SecureRPC - > key_setsecret NEW: SecureRPC -kill kill -killpg killpg -klogctl klogctl -l64a l64a -labs labs -lchown lchown -lckpwdf lckpwdf -lcong48 lcong48 -lcong48_r lcong48_r -ldexp ldexp -ldexpf ldexpf -ldexpl ldexpl -ldiv ldiv -lfind lfind -lgamma lgamma -lgamma_r lgamma_r -lgammaf lgammaf -lgammaf_r lgammaf_r -lgammal lgammal -lgammal_r lgammal_r -link link -listen listen -llabs llabs -lldiv lldiv - > llrint NEW: ISO C99 - > llrintf NEW: ISO C99 - > llrintl NEW: ISO C99 - > llround NEW: ISO C99 - > llroundf NEW: ISO C99 - > llroundl NEW: ISO C99 -llseek llseek -loc1 loc1 -loc2 loc2 -localeconv localeconv -localtime localtime -localtime_r localtime_r -lockf lockf -locs locs -log log -log10 log10 -log10f log10f -log10l log10l -log1p log1p -log1pf log1pf -log1pl log1pl - > log2 NEW: ISO C99 - > log2f NEW: ISO C99 - > log2l NEW: ISO C99 -logb logb -logbf logbf -logbl logbl -logf logf -logl logl -longjmp longjmp -lrand48 lrand48 -lrand48_r lrand48_r - > lrint NEW: ISO C99 - > lrintf NEW: ISO C99 - > lrintl NEW: ISO C99 - > lround NEW: ISO C99 - > lroundf NEW: ISO C99 - > lroundl NEW: ISO C99 -lsearch lsearch -lseek lseek - > lseek64 NEW: LFS -madvise madvise - > makecontext NEW: Unix98 -mallinfo mallinfo -malloc malloc -malloc_get_state malloc_get_state -malloc_set_state malloc_set_state -malloc_stats malloc_stats -malloc_trim malloc_trim -malloc_usable_size malloc_usable_size -mallopt mallopt -mallwatch mallwatch -matherr matherr -mblen mblen -mbrlen mbrlen -mbrtowc mbrtowc -mbsinit mbsinit -mbsnrtowcs mbsnrtowcs -mbsrtowcs mbsrtowcs -mbstowcs mbstowcs -mbtowc mbtowc -mcheck mcheck -mcount mcount -memalign memalign -memccpy memccpy -memchr memchr -memcmp memcmp -memcpy memcpy -memfrob memfrob -memmem memmem -memmove memmove - > mempcpy NEW: GNU ext. -memset memset -mkdir mkdir -mkfifo mkfifo -mkstemp mkstemp -mktemp mktemp -mktime mktime -mlock mlock -mlockall mlockall -mmap mmap - > mmap64 NEW: LFS -modf modf -modff modff -modfl modfl -moncontrol < REMOVED - > modify_ldt NEW: kernel -monstartup monstartup -mount mount -mprobe mprobe -mprotect mprotect -mrand48 mrand48 -mrand48_r mrand48_r -mremap mremap -msgctl msgctl -msgget msgget -msgrcv msgrcv -msgsnd msgsnd -msync msync -mtrace mtrace -munlock munlock -munlockall munlockall -munmap munmap -muntrace muntrace - > nan NEW: ISO C99 - > nanf NEW: ISO C99 - > nanl NEW: ISO C99 -nanosleep nanosleep - > nearbyint NEW: ISO C99 - > nearbyintf NEW: ISO C99 - > nearbyintl NEW: ISO C99 - > netname2host NEW: Secure RPC - > netname2user NEW: Secure RPC -nextafter nextafter -nextafterf nextafterf -nextafterl nextafterl - > nexttoward NEW: ISO C99 - > nexttowardf NEW: ISO C99 - > nexttowardl NEW: ISO C99 -nfsservctl nfsservctl - > nftw NEW: Unix98 - > nftw64 NEW: LFS -nice nice -nl_langinfo nl_langinfo -nrand48 nrand48 -nrand48_r nrand48_r -ntohl ntohl -ntohs ntohs -obstack_alloc_failed_handler obstack_alloc_failed_handler -obstack_exit_failure obstack_exit_failure -obstack_free obstack_free -obstack_printf obstack_printf -obstack_vprintf obstack_vprintf -on_exit on_exit -open open - > open64 NEW: LFS -open_memstream open_memstream -opendir opendir -openlog openlog -optarg optarg -opterr opterr -optind optind -optopt optopt -parse_printf_format parse_printf_format - > passwd2des NEW: SecureRPC -pathconf pathconf -pause pause -pclose pclose -perror perror -personality personality -pipe pipe -pmap_getmaps pmap_getmaps -pmap_getport pmap_getport -pmap_rmtcall pmap_rmtcall -pmap_set pmap_set -pmap_unset pmap_unset -poll poll -popen popen -pow pow - > pow10 NEW: GNU ext. - > pow10f NEW: GNU ext. - > pow10l NEW: GNU ext. -powf powf -powl powl -prctl prctl - > pread NEW: Unix98 - > pread64 NEW: LFS -printf printf - > printf_size NEW: GNU ext. - > printf_size_info NEW: GNU ext. -profil profil -profil_counter < REMOVED -program_invocation_name program_invocation_name -program_invocation_short_name program_invocation_short_name -pselect pselect -psignal psignal -pthread_attr_destroy pthread_attr_destroy -pthread_attr_getdetachstate pthread_attr_getdetachstate -pthread_attr_getinheritsched pthread_attr_getinheritsched -pthread_attr_getschedparam pthread_attr_getschedparam -pthread_attr_getschedpolicy pthread_attr_getschedpolicy -pthread_attr_getscope pthread_attr_getscope -pthread_attr_init pthread_attr_init -pthread_attr_setdetachstate pthread_attr_setdetachstate -pthread_attr_setinheritsched pthread_attr_setinheritsched -pthread_attr_setschedparam pthread_attr_setschedparam -pthread_attr_setschedpolicy pthread_attr_setschedpolicy -pthread_attr_setscope pthread_attr_setscope -pthread_cond_broadcast pthread_cond_broadcast -pthread_cond_destroy pthread_cond_destroy -pthread_cond_init pthread_cond_init -pthread_cond_signal pthread_cond_signal -pthread_cond_wait pthread_cond_wait -pthread_condattr_destroy pthread_condattr_destroy -pthread_condattr_init pthread_condattr_init -pthread_equal pthread_equal -pthread_exit pthread_exit -pthread_getschedparam pthread_getschedparam -pthread_mutex_destroy pthread_mutex_destroy -pthread_mutex_init pthread_mutex_init -pthread_mutex_lock pthread_mutex_lock -pthread_mutex_unlock pthread_mutex_unlock -pthread_mutexattr_getkind_np < REPLACED -pthread_mutexattr_setkind_np < REPLACED -pthread_self pthread_self -pthread_setcancelstate pthread_setcancelstate -pthread_setcanceltype pthread_setcanceltype -pthread_setschedparam pthread_setschedparam -ptrace ptrace - > ptsname NEW: Unix98 PTY - > ptsname_r NEW: Unix98 PTY -putc putc -putc_locked < REMOVED -putc_unlocked putc_unlocked -putchar putchar -putchar_locked < REMOVED -putchar_unlocked putchar_unlocked -putenv putenv - > putgrent NEW: GNU ext. - > putmsg NEW: STREAMS - > putpmsg NEW: STREAMS -putpwent putpwent -puts puts -putspent putspent -pututline pututline - > pututxline NEW: utmpx -putw putw -pvalloc pvalloc - > pwrite NEW: Unix98 - > pwrite64 NEW: LFS -qecvt qecvt -qecvt_r qecvt_r -qfcvt qfcvt -qfcvt_r qfcvt_r -qgcvt qgcvt -qsort qsort -query_module query_module -quotactl quotactl -raise raise -rand rand -rand_r rand_r -random random -random_r random_r -rcmd rcmd -re_comp re_comp -re_compile_fastmap re_compile_fastmap -re_compile_pattern re_compile_pattern -re_exec re_exec -re_match re_match -re_match_2 re_match_2 -re_max_failures re_max_failures -re_search re_search -re_search_2 re_search_2 -re_set_registers re_set_registers -re_set_syntax re_set_syntax -re_syntax_options re_syntax_options -read read -readdir readdir - > readdir64 NEW: LFS - > readdir64_r NEW: LFS -readdir_r readdir_r -readlink readlink -readv readv -realloc realloc -realpath realpath -reboot reboot -recv recv -recvfrom recvfrom -recvmsg recvmsg -regcomp regcomp -regerror regerror -regexec regexec -regfree regfree -register_printf_function register_printf_function -registerrpc registerrpc -remainder remainder -remainderf remainderf -remainderl remainderl -remove remove -remque remque - > remquo NEW: ISO C99 - > remquof NEW: ISO C99 - > remquol NEW: ISO C99 -rename rename -res_init res_init -revoke revoke -rewind rewind -rewinddir rewinddir -rexec rexec -rexecoptions rexecoptions -rindex rindex -rint rint -rintf rintf -rintl rintl -rmdir rmdir - > round NEW: ISO C99 - > roundf NEW: ISO C99 - > roundl NEW: ISO C99 -rpc_createerr rpc_createerr -rpmatch rpmatch -rresvport rresvport - > rtime NEW: GNU ext. -ruserok ruserok -ruserpass ruserpass -sbrk sbrk -scalb scalb -scalbf scalbf -scalbl scalbl - > scalbln NEW: ISO C99 - > scalblnf NEW: ISO C99 - > scalblnl NEW: ISO C99 -scalbn scalbn -scalbnf scalbnf -scalbnl scalbnl -scandir scandir - > scandir64 NEW: LFS -scanf scanf -sched_get_priority_max sched_get_priority_max -sched_get_priority_min sched_get_priority_min -sched_getparam sched_getparam -sched_getscheduler sched_getscheduler -sched_rr_get_interval sched_rr_get_interval -sched_setparam sched_setparam -sched_setscheduler sched_setscheduler -sched_yield sched_yield -seed48 seed48 -seed48_r seed48_r -seekdir seekdir -select select -semctl semctl -semget semget -semop semop -send send - > sendfile NEW: kernel -sendmsg sendmsg -sendto sendto -setaliasent setaliasent -setbuf setbuf -setbuffer setbuffer - > setcontext NEW: Unix98 -setdomainname setdomainname -setegid setegid -setenv setenv -seteuid seteuid -setfsent setfsent -setfsgid setfsgid -setfsuid setfsuid -setgid setgid -setgrent setgrent -setgroups setgroups -sethostent sethostent -sethostid sethostid -sethostname sethostname -setitimer setitimer -setjmp setjmp -setlinebuf setlinebuf -setlocale setlocale -setlogin setlogin -setlogmask setlogmask -setmntent setmntent -setnetent setnetent -setnetgrent setnetgrent -setpgid setpgid -setpgrp setpgrp -setpriority setpriority -setprotoent setprotoent -setpwent setpwent -setregid setregid -setresgid setresgid -setresuid setresuid -setreuid setreuid -setrlimit setrlimit - > setrlimit64 NEW: LFS -setrpcent setrpcent -setservent setservent -setsid setsid -setsockopt setsockopt -setspent setspent -setstate setstate -setstate_r setstate_r -settimeofday settimeofday -setttyent setttyent -setuid setuid -setusershell setusershell -setutent setutent - > setutxent NEW: utmpx -setvbuf setvbuf -sgetspent sgetspent -sgetspent_r sgetspent_r -shmat shmat -shmctl shmctl -shmdt shmdt -shmget shmget -shutdown shutdown -sigaction sigaction -sigaddset sigaddset -sigaltstack sigaltstack -sigandset sigandset -sigblock sigblock -sigdelset sigdelset -sigemptyset sigemptyset -sigfillset sigfillset -siggetmask siggetmask - > sighold NEW: Unix98 - > sigignore NEW: Unix98 -siginterrupt siginterrupt -sigisemptyset sigisemptyset -sigismember sigismember -siglongjmp siglongjmp -signal signal -signgam signgam -significand significand -significandf significandf -significandl significandl -sigorset sigorset -sigpause sigpause -sigpending sigpending -sigprocmask sigprocmask - > sigqueue NEW: POSIX.1b - > sigrelse NEW: Unix98 -sigreturn sigreturn - > sigset NEW: POSIX.1b -sigsetmask sigsetmask -sigstack sigstack -sigsuspend sigsuspend - > sigtimedwait NEW: POSIX.1b -sigvec sigvec -sigwait sigwait - > sigwaitinfo NEW: POSIX.1b -sin sin - > sincos NEW: GNU ext. - > sincosf NEW: GNU ext. - > sincosl NEW: GNU ext. -sinf sinf -sinh sinh -sinhf sinhf -sinhl sinhl -sinl sinl -sleep sleep -snprintf snprintf -socket socket -socketpair socketpair -sprintf sprintf -sqrt sqrt -sqrtf sqrtf -sqrtl sqrtl -srand srand -srand48 srand48 -srand48_r srand48_r -srandom srandom -srandom_r srandom_r -sscanf sscanf -ssignal ssignal -sstk sstk -statfs statfs - > statfs64 NEW: LFS - > statvfs NEW: Unix98 - > statvfs64 NEW: LFS -stderr stderr -stdin stdin -stdout stdout -step step -stime stime -stpcpy stpcpy -stpncpy stpncpy -strcasecmp strcasecmp - > strcasestr NEW: GNU ext. -strcat strcat -strchr strchr -strcmp strcmp -strcoll strcoll -strcpy strcpy -strcspn strcspn -strdup strdup -strerror strerror -strerror_r strerror_r -strfmon strfmon -strfry strfry -strftime strftime -strlen strlen -strncasecmp strncasecmp -strncat strncat -strncmp strncmp -strncpy strncpy -strndup strndup -strnlen strnlen -strpbrk strpbrk -strptime strptime -strrchr strrchr -strsep strsep -strsignal strsignal -strspn strspn -strstr strstr -strtod strtod -strtof strtof - > strtoimax NEW: ISO C99 -strtok strtok -strtok_r strtok_r -strtol strtol -strtold strtold -strtoll strtoll -strtoq strtoq -strtoul strtoul -strtoull strtoull - > strtoumax NEW: ISO C99 -strtouq strtouq - > strverscmp NEW: GNU ext. -strxfrm strxfrm -stty stty -svc_exit svc_exit -svc_fdset svc_fdset -svc_getreq svc_getreq -svc_getreqset svc_getreqset -svc_register svc_register -svc_run svc_run -svc_sendreply svc_sendreply -svc_unregister svc_unregister - > svcauthdes_stats NEW: SecureRPC -svcerr_auth svcerr_auth -svcerr_decode svcerr_decode -svcerr_noproc svcerr_noproc -svcerr_noprog svcerr_noprog -svcerr_progvers svcerr_progvers -svcerr_systemerr svcerr_systemerr -svcerr_weakauth svcerr_weakauth -svcfd_create svcfd_create -svcraw_create svcraw_create -svctcp_create svctcp_create -svcudp_bufcreate svcudp_bufcreate -svcudp_create svcudp_create -svcudp_enablecache svcudp_enablecache - > svcunix_create NEW: sunrpc etx - > svcunixfd_create NEW: sunrpc ext -swab swab - > swapcontext NEW: Unix98 -swapoff swapoff -swapon swapon -symlink symlink -sync sync -sys_errlist sys_errlist -sys_nerr sys_nerr -sys_sigabbrev sys_sigabbrev -sys_siglist sys_siglist -syscall syscall -sysconf sysconf -sysctl sysctl -sysinfo sysinfo -syslog syslog -system system -sysv_signal sysv_signal -tan tan -tanf tanf -tanh tanh -tanhf tanhf -tanhl tanhl -tanl tanl -tcdrain tcdrain -tcflow tcflow -tcflush tcflush -tcgetattr tcgetattr -tcgetpgrp tcgetpgrp - > tcgetsid NEW: Unix98 PTY -tcsendbreak tcsendbreak -tcsetattr tcsetattr -tcsetpgrp tcsetpgrp -tdelete tdelete - > tdestroy NEW: GNU ext. -telldir telldir -tempnam tempnam -textdomain textdomain -tfind tfind - > tgamma NEW: ISO C99 - > tgammaf NEW: ISO C99 - > tgammal NEW: ISO C99 -time time -timegm timegm -timelocal timelocal -times times -timezone timezone -tmpfile tmpfile - > tmpfile64 NEW: LFS -tmpnam tmpnam -tmpnam_r tmpnam_r -toascii toascii -tolower tolower -toupper toupper -towctrans towctrans -towlower towlower -towupper towupper -tr_break tr_break - > trunc NEW: ISO C99 -truncate truncate - > truncate64 NEW: LFS - > truncf NEW: ISO C99 - > truncl NEW: ISO C99 -tsearch tsearch -ttyname ttyname -ttyname_r ttyname_r -ttyslot ttyslot -twalk twalk -tzname tzname -tzset tzset -ualarm ualarm -ulckpwdf ulckpwdf -ulimit ulimit -umask umask -umount umount - > umount2 NEW: kernel -uname uname -ungetc ungetc -unlink unlink - > unlockpt NEW: Unix98 PTY -unsetenv unsetenv -updwtmp updwtmp - > updwtmpx NEW: utmpx -uselib uselib - > user2netname NEW: SecureRPC -usleep usleep -ustat ustat -utime utime -utimes utimes -utmpname utmpname - > utmpxname NEW: utmpx -valloc valloc -vasprintf vasprintf -vdprintf vdprintf -verr verr -verrx verrx - > versionsort NEW: GNU ext. - > versionsort64 NEW: LFS -vfork vfork -vfprintf vfprintf -vfscanf vfscanf -vhangup vhangup -vlimit vlimit -vm86 vm86 -vprintf vprintf -vscanf vscanf -vsnprintf vsnprintf -vsprintf vsprintf -vsscanf vsscanf -vsyslog vsyslog -vtimes vtimes -vwarn vwarn -vwarnx vwarnx -wait wait -wait3 wait3 -wait4 wait4 - > waitid NEW: Unix98 -waitpid waitpid -warn warn -warnx warnx -wcpcpy wcpcpy -wcpncpy wcpncpy -wcrtomb wcrtomb - > wcscasecmp NEW: GNU ext. -wcscat wcscat -wcschr wcschr -wcscmp wcscmp -wcscoll wcscoll -wcscpy wcscpy -wcscspn wcscspn -wcsdup wcsdup -wcslen wcslen - > wcsncasecmp NEW: GNU ext. -wcsncat wcsncat -wcsncmp wcsncmp -wcsncpy wcsncpy - > wcsnlen NEW: GNU ext. -wcsnrtombs wcsnrtombs -wcspbrk wcspbrk -wcsrchr wcsrchr -wcsrtombs wcsrtombs -wcsspn wcsspn -wcsstr wcsstr -wcstod wcstod -wcstof wcstof - > wcstoimax NEW: ISO C99 -wcstok wcstok -wcstol wcstol -wcstold wcstold - > wcstoll NEW: ISO C99 -wcstombs wcstombs -wcstoq wcstoq -wcstoul wcstoul - > wcstoull NEW: ISO C99 - > wcstoumax NEW: ISO C99 -wcstouq wcstouq - > wcswcs NEW: Unix98 -wcswidth wcswidth -wcsxfrm wcsxfrm -wctob wctob -wctomb wctomb -wctrans wctrans -wctype wctype -wcwidth wcwidth -wmemchr wmemchr -wmemcmp wmemcmp -wmemcpy wmemcpy -wmemmove wmemmove -wmemset wmemset - > wordexp NEW: POSIX.2 - > wordfree NEW: POSIX.2 -write write -write_profiling < REMOVED -writev writev - > xdecrypt NEW: SecureRPC -xdr_accepted_reply xdr_accepted_reply -xdr_array xdr_array - > xdr_authdes_cred NEW: SecureRPC - > xdr_authdes_verf NEW: SecureRPC -xdr_authunix_parms xdr_authunix_parms -xdr_bool xdr_bool -xdr_bytes xdr_bytes -xdr_callhdr xdr_callhdr -xdr_callmsg xdr_callmsg -xdr_char xdr_char - > xdr_cryptkeyarg NEW: SecureRPC - > xdr_cryptkeyarg2 NEW: SecureRPC - > xdr_cryptkeyres NEW: SecureRPC -xdr_des_block xdr_des_block -xdr_double xdr_double -xdr_enum xdr_enum -xdr_float xdr_float -xdr_free xdr_free - > xdr_getcredres NEW: SecureRPC -xdr_int xdr_int - > xdr_key_netstarg NEW: SecureRPC - > xdr_key_netstres NEW: SecureRPC - > xdr_keybuf NEW: SecureRPC - > xdr_keystatus NEW: SecureRPC -xdr_long xdr_long - > xdr_netnamestr NEW: SecureRPC -xdr_netobj xdr_netobj -xdr_opaque xdr_opaque -xdr_opaque_auth xdr_opaque_auth -xdr_pmap xdr_pmap -xdr_pmaplist xdr_pmaplist -xdr_pointer xdr_pointer -xdr_reference xdr_reference -xdr_rejected_reply xdr_rejected_reply -xdr_replymsg xdr_replymsg -xdr_rmtcall_args xdr_rmtcall_args -xdr_rmtcallres xdr_rmtcallres -xdr_short xdr_short - > xdr_sizeof NEW: SecureRPC -xdr_string xdr_string -xdr_u_char xdr_u_char -xdr_u_int xdr_u_int -xdr_u_long xdr_u_long -xdr_u_short xdr_u_short -xdr_union xdr_union - > xdr_unixcred NEW: sunrpc ext -xdr_vector xdr_vector -xdr_void xdr_void -xdr_wrapstring xdr_wrapstring -xdrmem_create xdrmem_create -xdrrec_create xdrrec_create -xdrrec_endofrecord xdrrec_endofrecord -xdrrec_eof xdrrec_eof -xdrrec_skiprecord xdrrec_skiprecord -xdrstdio_create xdrstdio_create - > xencrypt NEW: SecureRPC -xprt_register xprt_register -xprt_unregister xprt_unregister -y0 y0 -y0f y0f -y0l y0l -y1 y1 -y1f y1f -y1l y1l -yn yn -ynf ynf -ynl ynl diff --git a/MakeTAGS b/MakeTAGS deleted file mode 100644 index bee41252ee..0000000000 --- a/MakeTAGS +++ /dev/null @@ -1,189 +0,0 @@ -# Make the TAGS files. -# Copyright (C) 1992,1994,1995,1996,1998,2002,2003 -# Free Software Foundation, Inc. -# This file is part of the GNU C Library. - -# The GNU C Library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. - -# The GNU C Library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. - -# Make this the default goal. -TAGS: - -ifdef subdir -.. := ../ -endif - -include $(..)Makeconfig - -# Pass these to $(MAKE) calls to avoid source generation and such. -sub-make-vars = generating=t no_deps=t - -ifndef tags_sources -ifeq ($(subdir),ctype) -# In most cases, we want the C source files to come before -# the header files so tags for optimizing #define's in the -# headers won't be put in the tags files, but for ctype, -# the functions are just backup for the #define's in the header. -tags_sources = $(all-headers) $(all-sources) $(all-dist) -else # Not ctype. -tags_sources = $(all-sources) $(all-headers) $(all-dist) -endif # ctype -endif # No tags_sources - -sysdep-dirs := $(full_config_sysdirs) - -ifndef sysdep_dirs -# Find all sysdep directories. -sysdep_dirs := $(shell find $(..)sysdeps \ - $(wildcard \ - $(patsubst %,$(..)%/sysdeps,$(add-ons))) \ - -type d ! -name RCS ! -name CVS \ - ! -name SCCS -print) -endif - -# Find all sysdep dirs there are, but putting the ones -# we are configured to use first and preserving their order. -all-dirs := $(subdir-dirs) \ - $(objdir) \ - $(sysdep-dirs) \ - $(source_dirs) \ - $(filter-out $(sysdep-dirs),$(sysdep_dirs)) - -# Find all the subdirs there are, but putting the ones -# we are configured to use first and preserving their order. -ifndef subdir -subdirs := $(subdirs) \ - $(filter-out $(subdirs),\ - $(sort \ - $(shell sed -e 's/\#.*$$//' \ - $(wildcard $(addsuffix /Subdirs,\ - $(all-dirs)))\ - /dev/null))) -all-dist = $(foreach Dist,$(wildcard $(all-dirs:%=%/Dist)),\ - $(addprefix $(Dist:%/Dist=%)/,\ - $(filter %.c %.h %.S %.s,\ - $(shell cat $(Dist))))) -tags_sources = $(all-sources) $(all-headers) $(all-dist) -else -all-dist = $(distribute) -endif - -# sources and headers must be simply expanded variables -sources := $(sources) $(filter %.c %.s %.S,$(all-dist)) -headers := $(headers) $(filter %.h,$(all-dist)) -all-dist := $(filter-out %.h %.c %.s %.S,$(all-dist)) - -sources += $(foreach lib,$(extra-libs),$($(lib)-routines:=.c)) - -# All different versions of $(sources), preserving the configured sysdep -# directory order. -# Files that are found in the current directory cannot occur in -# sysdep directories, so don't bother searching them. -sysdep-sources := $(filter-out $(wildcard $(sources)), $(sources)) -all-sources = $(wildcard $(sort $(sources) $(sources:.c=.S) $(sources:.c=.s) \ - $(others:=.c) $(tests:=.c) $(xtests:=.c) \ - $(test-srcs:=.c))) \ - $(foreach dir,$(all-dirs),\ - $(wildcard \ - $(addprefix $(dir)/,\ - $(sort $(sysdep-sources) \ - $(sysdep-sources:.c=.S) \ - $(sysdep-sources:.c=.s))))) - -sysdep-headers := $(filter-out $(wildcard $(headers)), $(headers)) -all-headers = $(wildcard $(headers)) \ - $(foreach dir,$(all-dirs),\ - $(wildcard $(addprefix $(dir)/,$(sysdep-headers)))) - -tags_sources := $(strip $(tags_sources)) - -TAGS: $(tags_sources) -ifdef subdir -ifdef tags_sources - $(ETAGS) -o $@ $^ -else -# No sources. Create a dummy file. - touch $@ -endif # tags_sources -else # parent -TAGS: subdir_TAGS -# Note that this uses the -i switch, and thus requires v19 etags. - $(ETAGS) -o $@ \ - $(subdirs:%=-i %/TAGS) \ - $(filter-out subdir_TAGS,$^) - -.PHONY: subdir_TAGS $(subdirs:%=%/TAGS) -subdir_TAGS: $(subdirs:%=%/TAGS) -$(subdirs:%=%/TAGS): - $(MAKE) -C $(@D) $(sub-make-vars) $(@F) - -endif # subdir - -ifndef XGETTEXT -XGETTEXT = xgettext -endif - -P = $(..)po - -ifdef subdir -domain = $(subdir) -else -domain = libc-top -endif - -define extract -@rm -f $@.new -$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \ - --omit-header -E -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new $^ -mv -f $@.new $@ -endef - -text-srcs := $(filter %.c %.h %.cc %.C,$(tags_sources)) -$P/$(domain).pot: $(text-srcs) -ifeq (,$(text-srcs)) - cp /dev/null $@ -else - $(extract) -endif - -all-pot = $P/libc-top.pot $P/subdirs.pot - -ifndef subdir -# Collect all the subdir messages, massaging the file names in comments -# to include the subdir name. -$P/subdirs.pot: $(subdirs:%=$P/%.pot) - @rm -f $@.new - (for d in $(subdirs); \ - do sed "/^#:/s% % $$d/%g" $P/$$d.pot; done) > $@.new - mv -f $@.new $@ - -# Combine all the messages into the final sorted template translation file. -# The following code requires GNU date. -$P/libc.pot: $(all-pot) - @rm -f $@.new - set `date -R`; disp="$$6"; \ - sed -e 's/VERSION/$(version)/' \ - -e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \ - po/header.pot > $@.new - $(XGETTEXT) -d - --omit-header -E -n $^ >> $@.new - mv -f $@.new $@ -ifeq ($(with-cvs),yes) - test ! -d CVS || cvs $(CVSOPTS) ci -m'Regenerated from source files' $@ -endif - -$(subdirs:%=$P/%.pot): $P/%.pot: FORCE - $(MAKE) -C $* $(sub-make-vars) ../$@ -FORCE: -endif diff --git a/Makeconfig b/Makeconfig index d267e5af21..5a1aebccff 100644 --- a/Makeconfig +++ b/Makeconfig @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2003,2004,2005,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -99,7 +99,21 @@ binfmt-subdir = aout endif # Complete path to sysdep dirs. -export full_config_sysdirs := $(addprefix $(..),$(config-sysdirs)) +# `configure' writes a definition of `config-sysdirs' in `config.make'. +sysdirs := $(foreach D,$(config-sysdirs),$(firstword $(filter /%,$D) $(..)$D)) + +# Add-ons that contribute sysdeps trees get added to the include list +# after sysdeps/generic. This makes #include work right +# to find specific add-on files without assuming the add-on directory name. +# It also means that headers can go into an add-on's base directory +# instead of the add-on needing a sysdeps/generic of its own. +sysdeps-srcdirs := $(foreach add-on,$(sysdeps-add-ons),\ + $(firstword $(filter /%,$(add-on)) \ + $(..)$(add-on))) ++sysdep_dirs = $(sysdirs) $(sysdeps-srcdirs) +ifdef objdir ++sysdep_dirs := $(objdir) $(+sysdep_dirs) +endif # Run config.status to update config.make and config.h. We don't show the # dependence of config.h to Make, because it is only touched when it @@ -113,16 +127,16 @@ $(common-objpfx)config.make: $(common-objpfx)config.status \ # Find all the add-on and sysdeps configure fragments, to make sure we # re-run configure when any of them changes. $(common-objpfx)config.status: $(..)version.h $(..)configure \ - $(foreach dir,$(full_config_sysdirs),\ - $(wildcard \ - $(dir)/Implies) \ + $(foreach dir,$(sysdirs),\ + $(wildcard $(dir)/Implies) \ $(patsubst %.in,%,\ $(firstword $(wildcard \ $(addprefix $(dir)/,configure configure.in))))) \ $(patsubst %.in,%,\ - $(foreach dir,$(add-ons),\ + $(foreach add-on,$(add-ons),\ $(firstword $(wildcard \ - $(addprefix $(..)$(dir)/,configure configure.in))))) + $(addprefix $(firstword $(filter /%,$(add-on)) $(..)$(add-on))/,\ + configure configure.in))))) @cd $(@D); if test -f $(@F); then exec $(SHELL) $(@F) --recheck; else \ echo The GNU C library has not been configured. >&2; \ echo Run \`configure\' to configure it before building. >&2; \ @@ -399,11 +413,20 @@ LDFLAGS.so += $(relro-LDFLAGS) LDFLAGS-rtld += $(relro-LDFLAGS) endif +ifeq (yes,$(have-hash-style)) +# For the time being we unconditionally use 'both'. At some time we +# should declare statically linked code as 'out of luck' and compile +# with --hash-style=gnu only. +hashstyle-LDFLAGS = -Wl,--hash-style=both +LDFLAGS.so += $(hashstyle-LDFLAGS) +LDFLAGS-rtld += $(hashstyle-LDFLAGS) +endif + # Command for linking programs with the C library. ifndef +link +link = $(CC) -nostdlib -nostartfiles -o $@ \ $(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS) $(LDFLAGS-$(@F)) \ - $(combreloc-LDFLAGS) $(relro-LDFLAGS) \ + $(combreloc-LDFLAGS) $(relro-LDFLAGS) $(hashstyle-LDFLAGS) \ $(addprefix $(csu-objpfx),$(start-installed-name)) \ $(+preinit) $(+prector) \ $(filter-out $(addprefix $(csu-objpfx),start.o \ @@ -415,7 +438,7 @@ endif # Command for statically linking programs with the C library. ifndef +link-static +link-static = $(CC) -nostdlib -nostartfiles -static -o $@ \ - $(sysdep-LDFLAGS) $(LDFLAGS) \ + $(sysdep-LDFLAGS) $(LDFLAGS) $(LDFLAGS-$(@F)) \ $(addprefix $(csu-objpfx),$(static-start-installed-name)) \ $(+preinit) $(+prector) \ $(filter-out $(addprefix $(csu-objpfx),start.o \ @@ -480,32 +503,21 @@ default-rpath = $(libdir) endif ifndef link-extra-libs -ifeq (yes,$(build-shared)) -ifneq ($(common-objpfx),$(objpfx)) -link-extra-libs = $(foreach lib,$(LDLIBS-$(@F)),\ - $(wildcard $(common-objpfx)$(lib).so$($(notdir $(lib)).so-version) \ - $(objpfx)$(lib).so$($(notdir $(lib)).so-version))) -else -link-extra-libs = $(foreach lib,$(LDLIBS-$(@F)),$(common-objpfx)$(lib).so$($(notdir $(lib)).so-version)) -endif -else -link-extra-libs = $(foreach lib,$(LDLIBS-$(@F)),$(common-objpfx)$(lib).a) -endif +link-extra-libs = $(LDLIBS-$(@F)) +link-extra-libs-static = $(link-extra-libs) +link-extra-libs-bounded = $(link-extra-libs) endif # The static libraries. ifeq (yes,$(build-static)) link-libc-static = $(common-objpfx)libc.a $(static-gnulib) $(common-objpfx)libc.a -link-extra-libs-static = $(foreach lib,$(LDLIBS-$(@F)),$(common-objpfx)$(lib).a) else ifeq (yes,$(build-shared)) # We can try to link the programs with lib*_pic.a... link-libc-static = $(static-gnulib) $(common-objpfx)libc_pic.a -link-extra-libs-static = $(link-extra-libs) endif endif link-libc-bounded = $(common-objpfx)libc_b.a $(gnulib) $(common-objpfx)libc_b.a -link-extra-libs-bounded = $(foreach lib,$(LDLIBS-$(@F:%-bp=%)),$(common-objpfx)$(lib)_b.a) ifndef gnulib ifneq ($(have-cc-with-libunwind),yes) @@ -563,10 +575,15 @@ endif # Extra flags to pass to GCC. ifeq ($(all-warnings),yes) -+gccwarn := -Wall -Wwrite-strings -Winline -Wstrict-prototypes -Wcast-qual -Wbad-function-cast -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations -Wcomment -Wcomments -Wtrigraphs -Wsign-compare -Wfloat-equal -Wmultichar ++gccwarn := -Wall -Wwrite-strings -Winline -Wcast-qual -Wbad-function-cast -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations -Wcomment -Wcomments -Wtrigraphs -Wsign-compare -Wfloat-equal -Wmultichar else -+gccwarn := -Wall -Wwrite-strings -Winline -Wstrict-prototypes ++gccwarn := -Wall -Wwrite-strings -Winline endif ++gccwarn-c = -Wstrict-prototypes + +# We do not depend on the address of constants in different files to be +# actually different, so allow the compiler to merge them all. ++merge-constants = -fmerge-all-constants # This is the program that generates makefile dependencies from C source files. # The -MP flag tells GCC >= 3.2 (which we now require) to produce dummy @@ -578,6 +595,11 @@ endif # The program that makes Emacs-style TAGS files. ETAGS := etags +# The `xgettext' program for producing .pot files from sources. +ifndef XGETTEXT +XGETTEXT = xgettext +endif + # The `m4' macro processor; this is used by sysdeps/sparc/Makefile (and # perhaps others) to preprocess assembly code in some cases. M4 = m4 @@ -622,21 +644,21 @@ ifeq "$(strip $(+cflags))" "" +cflags := $(default_cflags) endif # $(+cflags) == "" -+cflags := $(+cflags) $(+gccwarn) ++cflags += $(addprefix -mcpu=,$(with-cpu)) $(+gccwarn) $(+merge-constants) +gcc-nowarn := -w # Don't duplicate options if we inherited variables from the parent. +cflags := $(sort $(+cflags)) -# These are flags given to the C compiler to tell it to look for include -# files (including ones given in angle brackets) in the current directory, -# in the parent library source directory and in the include directory. -# `+sysdep-includes' will be defined by Makerules. -+includes = -I$(..)include -I. \ - $(patsubst %/,-I%,$(objpfx)) $(patsubst %/,-I%,$(..)) \ - $(libio-include) $(includes) \ - $(+sysdep-includes) $(sysincludes) +# These are flags given to the C compiler to tell it to look for +# include files (including ones given in angle brackets) in the parent +# library source directory, in the include directory, and in the +# current directory. ++sysdep-includes = $(addprefix -I,$(+sysdep_dirs)) ++includes = -I$(..)include $(if $(subdir),$(objpfx:%/=-I%)) \ + $(+sysdep-includes) $(includes) \ + $(patsubst %/,-I%,$(..)) $(libio-include) -I. $(sysincludes) # Since libio has several internal header files, we use a -I instead # of many little headers in the include directory. @@ -653,8 +675,12 @@ CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \ $(libof-$(&2 '*** BARF ON ME') - ifndef BUILD_CC BUILD_CC = $(CC) endif move-if-change = $(SHELL) $(..)scripts/move-if-change --include $(common-objpfx)sysd-dirs - -ifeq ($(sysd-dirs-done),t) -include $(common-objpfx)sysd-sorted subdirs = $(sorted-subdirs) -endif +subdir-srcdirs = $(foreach dir,$(subdirs),\ + $(firstword $($(dir)-srcdir) $(..)$(dir))) ifeq (yes, $(build-shared)) @@ -770,8 +792,7 @@ ifeq (yes, $(build-shared)) # (but no commands). %.v.i: $(common-objpfx)config.h sed '/^[ ]*#/d;s/^[ ]*%/#/' $(filter-out FORCE %.h,$^) \ - | $(CC) -E -undef $(CPPFLAGS) \ - -DASSEMBLER -x assembler-with-cpp - \ + | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \ > $@T mv -f $@T $@ %.v: %.v.i @@ -787,9 +808,8 @@ ifndef avoid-generated # This lets add-ons give more-specific matches that override defaults # in the top-level file. $(common-objpfx)shlib-versions.v.i: \ - $(wildcard $(patsubst %, $(..)%/shlib-versions,$(add-ons) \ - $(config-sysdirs) \ - $(subdirs))) \ + $(wildcard $(+sysdep_dirs:=/shlib-versions) \ + $(subdir-srcdirs:=/shlib-versions)) \ $(..)shlib-versions soversions-default-setname = $(patsubst %, %,\ @@ -798,11 +818,16 @@ soversions-default-setname = $(patsubst %, %,\ $(common-objpfx)soversions.i: $(..)scripts/soversions.awk \ $(common-objpfx)shlib-versions.v $(AWK) -v default_setname='$(soversions-default-setname)' \ - -v config='$(config-machine)-$(config-vendor)-$(config-os)' \ + -v cpu='$(config-machine)' \ + -v vendor='$(config-vendor)' \ + -v os='$(config-os)' \ -f $^ > $@T mv -f $@T $@ -$(common-objpfx)soversions.mk: $(common-objpfx)soversions.i - (while read lib number setname; do \ +$(common-objpfx)soversions.mk: $(common-objpfx)soversions.i $(..)Makeconfig + (seen_DEFAULT=0; seen_WORDSIZE32=0; seen_WORDSIZE64=0; \ + while read which lib number setname; do \ + eval seen_$$which=1; \ + test x"$$which" = xDEFAULT || continue; \ case $$number in \ [0-9]*) echo "$$lib.so-version=.$$number"; \ echo "all-sonames+=$$lib=$$lib.so\$$($$lib.so-version)";;\ @@ -810,6 +835,12 @@ $(common-objpfx)soversions.mk: $(common-objpfx)soversions.i echo "all-sonames+=$$lib=\$$($$lib.so-version)";;\ esac; \ done; \ + case "$$seen_DEFAULT$$seen_WORDSIZE32$$seen_WORDSIZE64" in \ + 100) echo biarch = no;; \ + 101) echo biarch = 32;; \ + ?1?) echo biarch = 64;; \ + *) echo >&2 BUG; exit 2;; \ + esac; \ echo soversions.mk-done = t;) < $< > $@T; exit 0 mv -f $@T $@ endif @@ -823,31 +854,11 @@ postclean-generated += soversions.mk soversions.i \ before-compile += $(common-objpfx)gnu/lib-names.h ifeq ($(soversions.mk-done),t) $(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp; @: -$(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk +$(common-objpfx)gnu/lib-names.stmp: $(..)scripts/lib-names.awk \ + $(common-objpfx)soversions.i $(make-target-directory) @rm -f ${@:stmp=T} $@ - (echo '/* This file is automatically generated.';\ - echo ' It defines macros to allow user program to find the shared';\ - echo ' library files which come as part of GNU libc. */';\ - echo '#ifndef __GNU_LIB_NAMES_H'; \ - echo '#define __GNU_LIB_NAMES_H 1'; \ - echo; \ - (libs='$(all-sonames)';\ - for l in $$libs; do \ - name=`echo $$l | sed 's/.*=//'`; \ - upname=`echo $$l | sed 's/=.*//' | \ - tr 'abcdefghijklmnopqrstuvwxyz-' \ - 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`; \ - upname2=`echo $$name | sed 's/[.]so.*//' | \ - tr 'abcdefghijklmnopqrstuvwxyz-' \ - 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`; \ - echo "#define $${upname}_SO \"$$name\""; \ - if test $$upname != $$upname2; then \ - echo "#define $${upname2}_SO \"$$name\""; \ - fi; \ - done;) | sort; \ - echo; \ - echo '#endif /* gnu/lib-names.h */';) > ${@:stmp=T} + $(AWK) -f $^ > ${@:stmp=T} $(move-if-change) ${@:stmp=T} ${@:stmp=h} touch $@ endif @@ -898,80 +909,39 @@ endif # These are the subdirectories containing the library source. The order # is more or less arbitrary. The sorting step will take care of the -# dependencies. Only the $(binfmt-subdir) should always be kept at the -# end of the list. +# dependencies. all-subdirs = csu assert ctype locale intl catgets math setjmp signal \ - stdlib stdio-common libio malloc string wcsmbs time dirent \ + stdlib stdio-common libio malloc string wcsmbs time dirent \ grp pwd posix io termios resource misc socket sysvipc gmon \ gnulib iconv iconvdata wctype manual shadow po argp \ - crypt $(add-ons) nss localedata timezone rt conform debug \ - $(sysdep-subdirs) $(dlfcn) $(binfmt-subdir) -all-subdirs := $(filter-out $(sysdep-inhibit-subdirs),$(all-subdirs)) - -# The mach and hurd subdirectories have many generated header files which -# much of the rest of the library depends on, so it is best to build them -# first (and mach before hurd, at that). The before-compile additions in -# sysdeps/{mach,hurd}/Makefile should make it reliably work for these files -# not to exist when making in other directories, but it will be slower that -# way with more somewhat expensive `make' invocations. -subdirs := $(filter mach,$(subdirs)) $(filter hurd,$(subdirs)) \ - $(filter-out mach hurd,$(subdirs)) + crypt nss localedata timezone rt conform debug \ + $(add-on-subdirs) $(dlfcn) $(binfmt-subdir) ifndef avoid-generated -all-Subdirs-files = $(wildcard $(config-sysdirs:%=$(..)%/Subdirs)) -$(common-objpfx)sysd-dirs: $(common-objpfx)config.make $(all-Subdirs-files) - $(AWK) 'BEGIN { subdirs = ""; inhibit = "" }; \ - /^#/ { next }; \ - /^[^-]/ { subdirs = subdirs " " $$0 }; \ - /^-/ { inhibit = inhibit " " substr($$0, 2) }; \ - END { printf "sysdep-subdirs =%s\n", subdirs; \ - printf "sysdep-inhibit-subdirs =%s\n", inhibit; \ - print "sysd-dirs-done = t" }' \ - $(patsubst $<,/dev/null,$^) > $@-tmp - mv -f $@-tmp $@ - -all-Depend-files = $(wildcard $(..)*/Depend) -$(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \ - $(common-objpfx)sysd-dirs $(..)Makeconfig - { { dirs='$(patsubst $(..)%/Depend,%,$(filter %/Depend,$^))'; \ - for d in $$dirs; do \ - while read on; do \ - echo "depend $$d $$on"; \ - done < $(..)$$d/Depend; \ - done; \ - for f in $(all-subdirs); do \ - echo $$f; \ - done; \ - } | $(AWK) -f $< && \ - echo sysd-sorted-done = t; \ - } > $@-tmp +all-Depend-files := $(wildcard $(foreach dir,$(all-subdirs),\ + $(firstword $($(dir)-srcdir) \ + $(..)$(dir))/Depend)) +$(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk \ + $(common-objpfx)config.make $(..)Makeconfig \ + $(wildcard $(sysdirs:=/Subdirs)) \ + $(all-Depend-files) + $(AWK) -f $< \ + -v subdirs='$(all-subdirs)' \ + -v srcpfx='$(..)' \ + $(filter %/Subdirs %/Depend,$^) > $@-tmp mv -f $@-tmp $@ +$(all-Depend-files): ; endif # Let sysdeps/ subdirs contain a Makeconfig fragment for us to include here. -sysdep-makeconfigs := $(wildcard $(patsubst %,$(..)%/Makeconfig,\ - $(config-sysdirs) $(add-ons))) - +sysdep-makeconfigs := $(wildcard $(+sysdep_dirs:=/Makeconfig)) ifneq (,$(sysdep-makeconfigs)) -Makeconfig-doing-sysdep := $(sysdep-makeconfigs) -# Before each one, include ourselves again to do the bit below that -# will set `Makeconfig-add-on' in an add-on's Makeconfig fragment. -include $(foreach M,$(sysdep-makeconfigs),$(..)Makeconfig $M) +include $(sysdep-makeconfigs) endif endif # Makeconfig not yet included -# The whole body above didn't run when we are included as a subroutine -# of ourselves in the sysdep-makeconfigs include line. This bit runs. -ifneq (,$(Makeconfig-doing-sysdep)) -sysdep-Makeconfig := $(firstword $(Makeconfig-doing-sysdep)) -Makeconfig-doing-sysdep := $(filter-out $(sysdep-Makeconfig),\ - $(Makeconfig-doing-sysdep)) -Makeconfig-add-on := $(filter $(add-ons),$(patsubst $(..)%/Makeconfig,%,\ - $(sysdep-Makeconfig))) -endif - # Local Variables: # mode: makefile # End: diff --git a/Makefile b/Makefile index 50ee40c26a..43c4f4d4b5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -50,6 +50,7 @@ endef configure: configure.in aclocal.m4; $(autoconf-it) %/configure: %/configure.in aclocal.m4; $(autoconf-it) +%/preconfigure: %/preconfigure.in aclocal.m4; $(autoconf-it) endif # $(AUTOCONF) = no @@ -64,7 +65,7 @@ endif # $(AUTOCONF) = no subdir_update-abi subdir_check-abi \ subdir_echo-headers \ subdir_install \ - subdir_testclean \ + subdir_objs subdir_stubs subdir_testclean \ $(addprefix install-, no-libc.a bin lib data headers others) headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \ @@ -157,13 +158,26 @@ others: $(common-objpfx)testrun.sh subdir-stubs := $(foreach dir,$(subdirs),$(common-objpfx)$(dir)/stubs) +ifeq ($(biarch),no) +installed-stubs = $(inst_includedir)/gnu/stubs.h +else +installed-stubs = $(inst_includedir)/gnu/stubs-$(biarch).h + +$(inst_includedir)/gnu/stubs.h: include/stubs-biarch.h $(+force) + $(make-target-directory) + $(INSTALL_DATA) $< $@ + +install-others-nosubdir: $(installed-stubs) +endif + + # Since stubs.h is never needed when building the library, we simplify the # hairy installation process by producing it in place only as the last part # of the top-level `make install'. It depends on subdir_install, which # iterates over all the subdirs; subdir_install in each subdir depends on # the subdir's stubs file. Having more direct dependencies would result in # extra iterations over the list for subdirs and many recursive makes. -$(inst_includedir)/gnu/stubs.h: include/stubs-prologue.h subdir_install +$(installed-stubs): include/stubs-prologue.h subdir_install $(make-target-directory) @rm -f $(objpfx)stubs.h (sed '/^@/d' $<; LC_ALL=C sort $(subdir-stubs)) > $(objpfx)stubs.h @@ -189,7 +203,13 @@ all-subdirs-targets := $(foreach dir,$(subdirs),\ # The action for each of those is to cd into the directory and make the # target there. $(all-subdirs-targets): - $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) + $(MAKE) $(PARALLELMFLAGS) $(subdir-target-args) $(@F) + +define subdir-target-args +subdir=$(@D)$(if $($(@D)-srcdir),\ +-C $($(@D)-srcdir) ..=`pwd`/,\ +-C $(@D) ..=../) +endef .PHONY: $(+subdir_targets) $(all-subdirs-targets) @@ -223,14 +243,14 @@ mostlyclean: parent-mostlyclean tests-clean: @$(MAKE) subdir_testclean no_deps=t -tests: $(objpfx)c++-types-check.out +tests: $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out ifneq ($(CXX),no) check-data := $(firstword $(wildcard \ $(foreach M,$(config-machine) $(base-machine),\ scripts/data/c++-types-$M-$(config-os).data))) ifneq (,$(check-data)) -$(objpfx)c++-types-check.out: $(check-data) - scripts/check-c++-types.sh $^ $(CXX) $(filter-out -std=gnu99 -Wstrict-prototypes,$(CFLAGS)) $(CPPFLAGS) > $@ +$(objpfx)c++-types-check.out: $(check-data) scripts/check-c++-types.sh + scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu99 -Wstrict-prototypes,$(CFLAGS)) $(CPPFLAGS) > $@ else $(objpfx)c++-types-check.out: @echo 'WARNING C++ tests not run; create a c++-types-XXX file' @@ -238,6 +258,59 @@ $(objpfx)c++-types-check.out: endif endif +$(objpfx)check-local-headers.out: scripts/check-local-headers.sh + scripts/check-local-headers.sh "$(includedir)" "$(objpfx)" > $@ + +ifneq ($(PERL),no) +installed-headers = argp/argp.h assert/assert.h catgets/nl_types.h \ + crypt/crypt.h ctype/ctype.h debug/execinfo.h \ + dirent/dirent.h dlfcn/dlfcn.h elf/elf.h elf/link.h \ + gmon/sys/gmon.h gmon/sys/gmon_out.h gmon/sys/profil.h \ + grp/grp.h iconv/iconv.h iconv/gconv.h \ + $(wildcard inet/netinet/*.h) \ + $(wildcard inet/arpa/*.h inet/protocols/*.h) \ + inet/aliases.h inet/ifaddrs.h inet/netinet/ip6.h \ + inet/netinet/icmp6.h intl/libintl.h io/sys/stat.h \ + io/sys/statfs.h io/sys/vfs.h io/sys/statvfs.h \ + io/fcntl.h io/sys/fcntl.h io/poll.h io/sys/poll.h \ + io/utime.h io/ftw.h io/fts.h io/sys/sendfile.h \ + libio/stdio.h libio/libio.h locale/locale.h \ + locale/langinfo.h locale/xlocale.h login/utmp.h \ + login/lastlog.h login/pty.h malloc/malloc.h \ + malloc/obstack.h malloc/mcheck.h math/math.h \ + math/complex.h math/fenv.h math/tgmath.h misc/sys/uio.h \ + $(wildcard nis/rpcsvc/*.h) nptl_db/thread_db.h \ + nptl/sysdeps/pthread/pthread.h nptl/semaphore.h \ + nss/nss.h posix/sys/utsname.h posix/sys/times.h \ + posix/sys/wait.h posix/sys/types.h posix/unistd.h \ + posix/glob.h posix/regex.h posix/wordexp.h posix/fnmatch.h\ + posix/getopt.h posix/tar.h posix/sys/unistd.h \ + posix/sched.h posix/re_comp.h posix/wait.h \ + posix/cpio.h posix/spawn.h pwd/pwd.h resolv/resolv.h \ + resolv/netdb.h $(wildcard resolv/arpa/*.h) \ + resource/sys/resource.h resource/sys/vlimit.h \ + resource/sys/vtimes.h resource/ulimit.h rt/aio.h \ + rt/mqueue.h setjmp/setjmp.h shadow/shadow.h \ + signal/signal.h signal/sys/signal.h socket/sys/socket.h \ + socket/sys/un.h stdio-common/printf.h \ + stdio-common/stdio_ext.h stdlib/stdlib.h stdlib/alloca.h \ + stdlib/monetary.h stdlib/fmtmsg.h stdlib/ucontext.h \ + sysdeps/generic/inttypes.h sysdeps/generic/stdint.h \ + stdlib/errno.h stdlib/sys/errno.h string/string.h \ + string/strings.h string/memory.h string/endian.h \ + string/argz.h string/envz.h string/byteswap.h \ + $(wildcard sunrpc/rpc/*.h sunrpc/rpcsvc/*.h) \ + sysvipc/sys/ipc.h sysvipc/sys/msg.h sysvipc/sys/sem.h \ + sysvipc/sys/shm.h termios/termios.h \ + termios/sys/termios.h termios/sys/ttychars.h time/time.h \ + time/sys/time.h time/sys/timeb.h wcsmbs/wchar.h \ + wctype/wctype.h + +tests: $(objpfx)begin-end-check.out +$(objpfx)begin-end-check.out: scripts/begin-end-check.pl + $(PERL) scripts/begin-end-check.pl $(installed-headers) > $@ +endif + # The realclean target is just like distclean for the parent, but we want # the subdirs to know the difference in case they care. realclean distclean: parent-clean @@ -259,6 +332,15 @@ ifdef objdir endif -rm -f $(sysdep-$(distclean-1)) +# Make the TAGS file for Emacs users. + +.PHONY: TAGS +TAGS: + scripts/list-sources.sh | sed -n '/Makefile/p;\ + $(foreach S,[chsSyl] cxx sh bash pl,\ + $(subst .,\.,/.$S\(.in\)*$$/p;))' \ + | $(ETAGS) -o $@ - + # Make the distribution tarfile. .PHONY: dist tag-for-dist @@ -276,26 +358,30 @@ endif files-for-dist := README FAQ INSTALL NOTES configure tag-of-stem = glibc-$(subst .,_,$*) +dist-selector = -r $(tag-of-stem) # Add-ons in the main repository but distributed in their own tar files. -dist-separate = libidn linuxthreads - -# Directories in each add-on. -dist-separate-libidn = libidn -dist-separate-linuxthreads = linuxthreads linuxthreads_db +dist-separate = libidn glibc-%.tar $(dist-separate:%=glibc-%-%.tar): $(files-for-dist) \ $(foreach D,$(dist-separate),\ $D/configure) @rm -fr glibc-$* - cvs $(CVSOPTS) -Q export -d glibc-$* -r $(tag-of-stem) libc + $(MAKE) -q `find sysdeps $(addsuffix /sysdeps,$(sysdeps-add-ons)) \ + -name configure` + cvs $(CVSOPTS) -Q export -d glibc-$* $(dist-selector) libc +# Touch all the configure scripts going into the tarball since cvs export +# might have delivered configure.in newer than configure. + find glibc-$* -name configure -print | xargs touch $(dist-do-separate-dirs) tar cf glibc-$*.tar glibc-$* rm -fr glibc-$* define dist-do-separate-dirs $(foreach dir,$(dist-separate), - tar cf glibc-$(dir)-$*.tar -C glibc-$* $(dist-separate-$(dir)) - rm -rf $(addprefix glibc-$*/,$(dist-separate-$(dir))) + @rm -fr glibc-$(dir)-$* + mv glibc-$*/$(dir) glibc-$(dir)-$* + tar cf glibc-$(dir)-$*.tar glibc-$(dir)-$* + rm -fr glibc-$(dir)-$* ) endef @@ -313,7 +399,7 @@ tag-%: $(files-for-dist) define format-me @rm -f $@ -makeinfo --no-validate --no-warn --no-headers $< -o $@ +makeinfo --no-validate --plaintext --no-number-sections $< -o $@ -chmod a-w $@ endef INSTALL: manual/install.texi; $(format-me) @@ -327,7 +413,7 @@ ifeq ($(with-cvs),yes) endif FORCE: -iconvdata/% localedata/% po/% manual/%: +iconvdata/% localedata/% po/% manual/%: FORCE $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) # glibc 2.0 contains some header files which aren't used with glibc 2.1 diff --git a/Makefile.in b/Makefile.in index ccdfb73c86..1c1e2c1df1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,3 @@ -# Generated from $Id$. - srcdir = @srcdir@ # Uncomment the line below if you want to do parallel build. diff --git a/Makerules b/Makerules index 5d7b24f31f..b0be86b368 100644 --- a/Makerules +++ b/Makerules @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -56,22 +56,6 @@ ifndef +included-Makeconfig include $(..)Makeconfig endif -# `configure' writes a definition of `config-sysdirs' in `config.make'. -sysdirs = $(strip $(full_config_sysdirs)) - -+sysdir_pfx = $(common-objpfx) - -export sysdirs := $(sysdirs) - -+sysdep_dirs := $(full_config_sysdirs) -ifdef objdir -+sysdep_dirs := $(objdir) $(+sysdep_dirs) -endif - -# Add -I switches to get the right sysdep directories. -# `+includes' in Makeconfig references $(+sysdep-includes). -+sysdep-includes := $(addprefix -I,$(+sysdep_dirs)) - # This variable is used in ``include $(o-iterator)'' after defining # $(o-iterator-doit) to produce some desired rule using $o for the object # suffix, and setting $(object-suffixes-left) to $(object-suffixes); a copy @@ -94,7 +78,7 @@ vpath %.x $(subst $(empty) ,:,$(strip $(common-objpfx) $(objpfx) \ # being included individually by a subdir makefile (hurd/Makefile needs this). in-Makerules := yes -sysdep-makefiles := $(wildcard $(full_config_sysdirs:=/Makefile)) +sysdep-makefiles := $(wildcard $(sysdirs:=/Makefile)) ifneq (,$(sysdep-makefiles)) include $(sysdep-makefiles) endif @@ -165,7 +149,7 @@ ifndef subdir $(common-objpfx)%.make: $(..)%.make.c $(..)Makerules $(common-before-compile) rm -f $@T $@.dT (echo '# Generated from $*.make.c by Makerules.'; \ - $(CC) $(CFLAGS) $(CPPFLAGS) -E $< \ + $(CC) $(CFLAGS) $(CPPFLAGS) -E -DASSEMBLER $< \ -MD -MP -MT '$$(common-objpfx)$*.make' -MF $@.dT \ | sed -n '/@@@/{s/@@@[ ]*\(.*\)@@@/\1/;s/[ ]*$$//p;}'; \ echo 'common-generated += $(@F)'; \ @@ -183,6 +167,7 @@ sed-remove-dotdot := -e 's@ *\([^ \/$$][^ \]*\)@ $$(..)\1@g' \ endif +ifdef gen-as-const-headers # Generating headers for assembly constants. # We need this defined early to get into before-compile before # it's used in sysd-rules, below. @@ -201,6 +186,16 @@ $(common-objpfx)%.h $(common-objpfx)%.h.d: $(..)scripts/gen-as-const.awk \ mv -f $(@:.h.d=.h)T $(@:.h.d=.h) vpath %.sym $(sysdirs) before-compile += $(gen-as-const-headers:%.sym=$(common-objpfx)%.h) + +tests += $(gen-as-const-headers:%.sym=test-as-const-%) +generated += $(gen-as-const-headers:%.sym=test-as-const-%.c) +$(objpfx)test-as-const-%.c: $(..)scripts/gen-as-const.awk $(..)Makerules \ + %.sym $(common-objpfx)%.h + ($(AWK) '{ sub(/^/, "asconst_", $$2); print; }' $(filter %.h,$^); \ + $(AWK) -v test=1 -f $< $(filter %.sym,$^); \ + echo '#include "$(..)test-skeleton.c"') > $@T + mv -f $@T $@ +endif # Generate an ordered list of implicit rules which find the source files in # each sysdep directory. The old method was to use vpath to search all the @@ -208,53 +203,6 @@ before-compile += $(gen-as-const-headers:%.sym=$(common-objpfx)%.h) # later directory would be chosen over a .c file in an earlier directory, # which does not preserve the desired sysdeps ordering behavior. -# It matters that this set of rules, for compiling from sources in -# the current directory (the $srcdir/$subdir) come before the -# generated sysdep rules in included from sysd-rules below. When -# compiling in the source tree, generated sources go into the current -# directory, and those should be chosen before any sources in sysdeps. -define o-iterator-doit -$(objpfx)%$o: %.S $(before-compile); $$(compile-command.S) -endef -object-suffixes-left := $(all-object-suffixes) -include $(o-iterator) - -define o-iterator-doit -$(objpfx)%$o: %.s $(before-compile); $$(compile-command.s) -endef -object-suffixes-left := $(all-object-suffixes) -include $(o-iterator) - -define o-iterator-doit -$(objpfx)%$o: %.c $(before-compile); $$(compile-command.c) -endef -object-suffixes-left := $(all-object-suffixes) -include $(o-iterator) - -# Omit the objpfx rules when building in the source tree, because -# objpfx is empty and so these rules just override the ones above. -ifdef objpfx -# Define first rules to find the source files in $(objpfx). -# Generated source files will end up there. -define o-iterator-doit -$(objpfx)%$o: $(objpfx)%.S $(before-compile); $$(compile-command.S) -endef -object-suffixes-left := $(all-object-suffixes) -include $(o-iterator) - -define o-iterator-doit -$(objpfx)%$o: $(objpfx)%.s $(before-compile); $$(compile-command.s) -endef -object-suffixes-left := $(all-object-suffixes) -include $(o-iterator) - -define o-iterator-doit -$(objpfx)%$o: $(objpfx)%.c $(before-compile); $$(compile-command.c) -endef -object-suffixes-left := $(all-object-suffixes) -include $(o-iterator) -endif - # System-dependent makefiles can put in `inhibit-sysdep-asm' wildcard # patterns matching sysdep directories whose assembly source files should # be suppressed. @@ -265,20 +213,22 @@ endef close-check-inhibit-asm = ;; esac ; endif --include $(+sysdir_pfx)sysd-rules +-include $(common-objpfx)sysd-rules ifneq ($(sysd-rules-sysdirs),$(config-sysdirs)) # The value of $(+sysdep_dirs) the sysd-rules was computed for # differs from the one we are using now. So force a rebuild of sysd-rules. sysd-rules-force = FORCE FORCE: endif -$(+sysdir_pfx)sysd-rules: $(+sysdir_pfx)config.make $(..)Makerules \ - $(wildcard $(foreach dir,$(sysdirs),\ - $(dir)/Makefile))\ - $(sysd-rules-force) +$(common-objpfx)sysd-rules: $(common-objpfx)config.make $(..)Makerules \ + $(sysdep-makefiles) $(sysd-rules-force) -@rm -f $@T (echo 'sysd-rules-sysdirs := $(config-sysdirs)'; \ - for dir in $(config-sysdirs:%='$$(..)%'); do \ + for dir in $(config-sysdirs); do \ + case "$$dir" in \ + /*) ;; \ + *) dir="\$$(..)$$dir" ;; \ + esac; \ for o in $(all-object-suffixes); do \ $(open-check-inhibit-asm) \ echo "\$$(objpfx)%$$o: $$dir/%.S \$$(before-compile); \ @@ -293,6 +243,10 @@ $(+sysdir_pfx)sysd-rules: $(+sysdir_pfx)config.make $(..)Makerules \ \$$(compile-command.S)"; \ echo "\$$(objpfx)ptw-%$$o: $$dir/%.s \$$(before-compile); \ \$$(compile-command.s)"; \ + echo "\$$(objpfx)m_%$$o: $$dir/s_%.S \$$(before-compile); \ + \$$(compile-command.S)"; \ + echo "\$$(objpfx)m_%$$o: $$dir/s_%.s \$$(before-compile); \ + \$$(compile-command.s)"; \ $(close-check-inhibit-asm) \ echo "\$$(objpfx)%$$o: $$dir/%.c \$$(before-compile); \ \$$(compile-command.c)"; \ @@ -300,9 +254,11 @@ $(+sysdir_pfx)sysd-rules: $(+sysdir_pfx)config.make $(..)Makerules \ \$$(compile-command.c)"; \ echo "\$$(objpfx)ptw-%$$o: $$dir/%.c \$$(before-compile); \ \$$(compile-command.c)"; \ + echo "\$$(objpfx)m_%$$o: $$dir/s_%.c \$$(before-compile); \ + \$$(compile-command.c)"; \ done; \ - echo "\$$(objpfx)m_%.S: $$dir/s_%.S; \$$(+make-include-of-dep)"; \ - echo "\$$(objpfx)m_%.c: $$dir/s_%.c; \$$(+make-include-of-dep)"; \ + echo "\$$(inst_includedir)/%.h: $$dir/%.h \$$(+force); \ + \$$(do-install)"; \ done; \ echo 'sysd-rules-done = t') > $@T mv -f $@T $@ @@ -312,11 +268,53 @@ ifndef sysd-rules-done no_deps=t endif -# This is used by the m_%.[Sc] pattern rules in sysd-rules. -define +make-include-of-dep -echo '#include <$<>' > $@T -mv -f $@T $@ +define o-iterator-doit +$(objpfx)%$o: %.S $(before-compile); $$(compile-command.S) endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) + +define o-iterator-doit +$(objpfx)%$o: %.s $(before-compile); $$(compile-command.s) +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) + +define o-iterator-doit +$(objpfx)%$o: %.c $(before-compile); $$(compile-command.c) +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) + +define o-iterator-doit +$(objpfx)%$o: %.cc $(before-compile); $$(compile-command.cc) +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) + +# Omit the objpfx rules when building in the source tree, because +# objpfx is empty and so these rules just override the ones above. +ifdef objpfx +# Define first rules to find the source files in $(objpfx). +# Generated source files will end up there. +define o-iterator-doit +$(objpfx)%$o: $(objpfx)%.S $(before-compile); $$(compile-command.S) +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) + +define o-iterator-doit +$(objpfx)%$o: $(objpfx)%.s $(before-compile); $$(compile-command.s) +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) + +define o-iterator-doit +$(objpfx)%$o: $(objpfx)%.c $(before-compile); $$(compile-command.c) +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) +endif # Generate version maps, but wait until sysdep-subdirs is known ifeq ($(sysd-sorted-done),t) @@ -328,7 +326,7 @@ postclean-generated += sysd-versions Versions.all abi-versions.h \ Versions.def.v.i Versions.def.v Versions.v.i Versions.v ifndef avoid-generated -ifneq ($(sysd-versions-subdirs),$(all-subdirs) $(config-sysdirs)) +ifneq ($(sysd-versions-subdirs),$(sorted-subdirs) $(config-sysdirs)) sysd-versions-force = FORCE FORCE: endif @@ -338,21 +336,22 @@ $(common-objpfx)Versions.def.v.i: $(..)Versions.def \ $(common-objpfx)Versions.all: $(..)scripts/firstversions.awk \ $(common-objpfx)soversions.i \ $(common-objpfx)Versions.def.v - { while read lib version setname; do \ + { while read which lib version setname; do \ + test x"$$which" = xDEFAULT || continue; \ test -z "$$setname" || echo "$$lib : $$setname"; \ done < $(word 2,$^); \ cat $(word 3,$^); \ } | LC_ALL=C $(AWK) -f $< > $@T mv -f $@T $@ # See %.v/%.v.i implicit rules in Makeconfig. -$(common-objpfx)Versions.v.i: $(wildcard $(all-subdirs:%=$(..)%/Versions)) \ +$(common-objpfx)Versions.v.i: $(wildcard $(subdirs:%=$(..)%/Versions)) \ $(wildcard $(sysdirs:%=%/Versions)) \ $(common-objpfx)abi-versions.h \ $(sysd-versions-force) $(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \ $(common-objpfx)Versions.v \ $(..)scripts/versions.awk - ( echo 'sysd-versions-subdirs = $(all-subdirs) $(config-sysdirs)' ; \ + ( echo 'sysd-versions-subdirs = $(subdirs) $(config-sysdirs)' ; \ cat $(word 2,$^) \ | LC_ALL=C $(AWK) -v buildroot=$(common-objpfx) -v defsfile=$< \ -v move_if_change='$(move-if-change)' \ @@ -368,9 +367,11 @@ compile-mkdep-flags = -MD -MP -MF $@.dt -MT $@ compile-command.S = $(compile.S) $(OUTPUT_OPTION) $(compile-mkdep-flags) compile-command.s = $(COMPILE.s) $< $(OUTPUT_OPTION) $(compile-mkdep-flags) compile-command.c = $(compile.c) $(OUTPUT_OPTION) $(compile-mkdep-flags) +compile-command.cc = $(compile.cc) $(OUTPUT_OPTION) $(compile-mkdep-flags) # GCC can grok options after the file name, and it looks nicer that way. compile.c = $(CC) $< -c $(CFLAGS) $(CPPFLAGS) +compile.cc = $(CXX) $< -c $(CXXFLAGS) $(CPPFLAGS) compile.S = $(CC) $< -c $(CPPFLAGS) $(S-CPPFLAGS) \ $(ASFLAGS) $(ASFLAGS-$(suffix $@)) COMPILE.S = $(CC) -c $(CPPFLAGS) $(S-CPPFLAGS) \ @@ -486,12 +487,18 @@ $(common-objpfx)shlib.lds: $(common-objpfx)config.make $(..)Makerules -Wl,--verbose 2>&1 | \ sed > $@T \ -e '/^=========/,/^=========/!d;/^=========/d' \ - -e 's/^.*\.hash[ ]*:.*$$/ .note.ABI-tag : { *(.note.ABI-tag) } &/' \ + $(if $(filter yes,$(have-hash-style)), \ + -e 's/^.*\.gnu\.hash[ ]*:.*$$/ .note.ABI-tag : { *(.note.ABI-tag) } &/' \ + -e '/^[ ]*\.hash[ ]*:.*$$/{h;d;}' \ + -e '/DATA_SEGMENT_ALIGN/{H;g}' \ + , \ + -e 's/^.*\.hash[ ]*:.*$$/ .note.ABI-tag : { *(.note.ABI-tag) } &/' \ + ) \ -e 's/^.*\*(\.dynbss).*$$/& \ PROVIDE(__start___libc_freeres_ptrs = .); \ *(__libc_freeres_ptrs) \ PROVIDE(__stop___libc_freeres_ptrs = .);/'\ - -e 's/^.*\*(\.jcr).*$$/& \ + -e 's@^.*\*(\.jcr).*$$@& \ PROVIDE(__start___libc_subfreeres = .);\ __libc_subfreeres : { *(__libc_subfreeres) }\ PROVIDE(__stop___libc_subfreeres = .);\ @@ -500,7 +507,8 @@ $(common-objpfx)shlib.lds: $(common-objpfx)config.make $(..)Makerules PROVIDE(__stop___libc_atexit = .);\ PROVIDE(__start___libc_thread_subfreeres = .);\ __libc_thread_subfreeres : { *(__libc_thread_subfreeres) }\ - PROVIDE(__stop___libc_thread_subfreeres = .);/' + PROVIDE(__stop___libc_thread_subfreeres = .);\ + /DISCARD/ : { *(.gnu.glibc-stub.*) }@' mv -f $@T $@ common-generated += shlib.lds @@ -550,6 +558,11 @@ define build-module $(build-module-helper) -o $@ -T $(common-objpfx)shlib.lds \ $(csu-objpfx)abi-note.o $(build-module-objlist) endef +define build-module-asneeded +$(build-module-helper) -o $@ -T $(common-objpfx)shlib.lds \ + $(csu-objpfx)abi-note.o \ + -Wl,--as-needed $(build-module-objlist) -Wl,--no-as-needed +endef else ifneq (,$(findstring aix,$(config-os))) define build-module @@ -663,18 +676,25 @@ include $(patsubst %,$(..)extra-lib.mk,$(extra-libs)) endif -# The makefile may define $(modules-names) # to build additional -# modules. +# The makefile may define $(modules-names) to build additional modules. +# These are built with $(build-module), except any in $(modules-names-nobuild). ifdef modules-names # extra-lib.mk is included once for each extra lib to define rules # to build it, and to add its objects to the various variables. # During its evaluation, $(lib) is set to the name of the library. extra-modules-left := $(modules-names) include $(patsubst %,$(..)extra-modules.mk,$(modules-names)) + +extra-modules-build := $(filter-out $(modules-names-nobuild),$(modules-names)) +$(extra-modules-build:%=$(objpfx)%.so): $(objpfx)%.so: \ + $(objpfx)%.os $(common-objpfx)shlib.lds \ + $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a + $(build-module) endif +depfiles := $(sources:.c=.d) \ $(patsubst %.o,%.d,$(filter %.o,$(extra-objs:.os=.o))) \ + $(patsubst %.o,%.d,$(filter %.o,$(extra-test-objs:.os=.o))) \ $(addsuffix .d,$(tests) $(xtests) $(test-srcs)) ifeq ($(build-programs),yes) +depfiles += $(addsuffix .d,$(others) $(sysdep-others)) @@ -970,7 +990,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \ cat $<; \ echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \ '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\ - ')' \ + ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' \ ) > $@.new mv -f $@.new $@ @@ -1093,8 +1113,21 @@ $(addprefix $(inst_datadir)/,$(install-data)): $(inst_datadir)/%: % $(+force) endif headers := $(strip $(headers)) ifdef headers -$(addprefix $(inst_includedir)/,$(headers)): $(inst_includedir)/%: % $(+force) +# This implicit rule installs headers from the source directory. +# It may be ignored in preference to rules from sysd-rules to find +# headers in the sysdeps tree. +$(inst_includedir)/%.h: $(objpfx)%.h $(+force) $(do-install) +$(inst_includedir)/%.h: %.h $(+force) + $(do-install) +$(inst_includedir)/%.h: $(..)include/%.h $(+force) + $(do-install) +headers-nonh := $(filter-out %.h,$(headers)) +ifdef headers-nonh +$(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \ + % $(+force) + $(do-install) +endif # headers-nonh endif # headers .PHONY: install-bin-nosubdir install-bin-script-nosubdir \ @@ -1160,9 +1193,9 @@ xcheck: xtests all-nonlib = $(strip $(tests) $(xtests) $(test-srcs) $(test-extras) $(others)) ifneq (,$(all-nonlib)) -cpp-srcs-left = $(all-nonlib:=.c) +cpp-srcs-left = $(all-nonlib:=.c) $(all-nonlib:=.cc) lib := nonlib -include $(patsubst %,$(..)cppflags-iterator.mk,$(all-nonlib)) +include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) endif # The include magic above causes those files to use this variable for flags. @@ -1261,18 +1294,12 @@ endif endif -# There's no good place to put this - here will do. -ifeq ($(filter %posix, $(sysdirs)),) -L_tmpnam = 1 -TMP_MAX = 0 -L_ctermid = 1 -L_cuserid = 1 -else -L_tmpnam = 20 -TMP_MAX = 238328 -L_ctermid = 9 -L_cuserid = 9 -endif +# These will have been set by sysdeps/posix/Makefile. +L_tmpnam ?= 1 +TMP_MAX ?= 0 +L_ctermid ?= 1 +L_cuserid ?= 1 + stdio_lim = $(common-objpfx)bits/stdio_lim.h $(stdio_lim:lim.h=%.h) $(stdio_lim:lim.h=%.d): $(stdio_lim:lim.h=%.st); @: @@ -1315,15 +1342,8 @@ ifndef no_deps endif common-generated += bits/stdio_lim.h bits/stdio_lim.d bits/stdio_lim.st -.PHONY: TAGS -TAGS: $(objpfx)distinfo $(..)MakeTAGS - $(MAKE) $(addprefix -f ,$^) $@ - -$(..)po/%.pot: $(objpfx)distinfo $(..)MakeTAGS FORCE - $(MAKE) $(addprefix -f ,$(filter-out FORCE,$^)) $@ FORCE: - .PHONY: echo-headers echo-headers: @echo $(headers) @@ -1356,8 +1376,8 @@ common-mostlyclean: $(test-srcs)) \ $(addsuffix -bp.out,$(tests) $(xtests) \ $(test-srcs))) - -rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \ - $(install-lib.so) \ + -rm -f $(addprefix $(objpfx),$(extra-objs) $(extra-test-objs) \ + $(install-lib) $(install-lib.so) \ $(install-lib.so:%.so=%_pic.a)) -rm -f core -rm -f $(objpfx)rtld-*.os @@ -1373,7 +1393,6 @@ common-clean: common-mostlyclean -rm -f $(objpfx)*.d $(objpfx)*.dt -rm -fr $(addprefix $(objpfx),$(generated-dirs)) -rm -f $(addprefix $(common-objpfx),$(common-generated)) - -rm -f $(objpfx)distinfo # Produce a file `stubs' which contains `#define __stub_FUNCTION' # for each function which is a stub. We grovel over all the .d files @@ -1384,44 +1403,20 @@ ifdef objpfx .PHONY: stubs # The parent Makefile calls this target. stubs: $(objpfx)stubs endif -$(objpfx)stubs: $(+depfiles) -ifneq (,$(strip $(+depfiles))) -# Use /dev/null since `...` might expand to empty. - c=`($(patsubst %/,cd % &&,$(objpfx)) \ - sed -n -e 's@\$$(common-objpfx)@$(common-objpfx)@g' \ - -e 's@\$$(objpfx)@$(objpfx)@g' \ - -e '/stub-tag\.h/{; g; s/./&/p; }' \ - -e '/:/{x; s/^.*$$//; x; }' \ - -e 's/^.*://;s/\\$$//;s/^ *\([^ ][^ ]*\) .*$$/\1/' \ - -e '/^[^ ][^ ]*$$/{G;s/^.*\n\(..*\)/\1/;s/\n//;h; }' \ - $(patsubst $(objpfx)%,%,$^)) | sort | uniq`; \ - sed -n 's/^stub_warning *(\([^)]*\).*$$/#define __stub_\1/p' \ - $$c /dev/null > $@T +objs-for-stubs := $(foreach o,$(object-suffixes-for-libc),$(o-objects)) \ + $(addprefix $(objpfx),$(extra-objs)) +$(objpfx)stubs: $(objs-for-stubs) +ifneq (,$(strip $(objs-for-stubs))) + (cd $(objpfx).; $(OBJDUMP) -h $(patsubst $(objpfx)%,%,$^)) | \ + $(AWK) '/\.gnu\.glibc-stub\./ { \ + sub(/\.gnu\.glibc-stub\./, "", $$2); \ + stubs[$$2] = 1; } \ + END { for (s in stubs) print "#define __stub_" s }' > $@T mv -f $@T $@ else > $@ endif -# This information is not used for making distributions any more. -# But it's used by MakeTAGS for making TAGS files and the .pot files. -$(objpfx)distinfo: Makefile $(..)Makerules \ - $(wildcard $(foreach dir,$(sysdirs),$(dir)/Makefile)) - $(make-target-directory) - $(distinfo-vars) - mv -f $@.new $@ - -define distinfo-vars -rm -f $@.new -echo > $@.new 'subdir := $(subdir)' -$(foreach var,subdir-dirs sources elided-routines sysdep_routines \ - headers sysdep_headers distribute dont_distribute generated \ - others tests xtests test-srcs extra-libs versioned \ - $(extra-libs:%=%-routines) \ - $(addprefix install-,lib lib.so data bin bin-script sbin others), -echo >> $@.new '$(subdir)-$(var) := $($(var))' -echo >> $@.new '$(var) = $$($(subdir)-$(var))') -endef - ifneq (,$(strip $(gpl2lgpl))) ifneq (,$(wildcard $(..)gpl2lgpl.sed)) # Snarf from the master source and frob the copying notice. diff --git a/NEWS b/NEWS index f73d3287c4..83b6a5e291 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,114 @@ -GNU C Library NEWS -- history of user-visible changes. 2004-12-19 -Copyright (C) 1992-2002,2003,2004 Free Software Foundation, Inc. +GNU C Library NEWS -- history of user-visible changes. 2006-09-29 +Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports via using `glibc' in the "product" field. +Version 2.5 + +* For Linux, the sorting of addresses returned by getaddrinfo now also + handles rules 3, 4, and 7 from RFC 3484. I.e., all rules are handled. + Implemented by Ulrich Drepper. + +* Allow system admin to configure getaddrinfo with the /etc/gai.conf file. + Implemented by Ulrich Drepper. + +* New Linux interfaces: splice, tee, sync_file_range, vmsplice. + +* New iconv module for MIK. Contributed by Alexander Shopov. + +* For sites with broken group and/or passwd database, the auto-propagate + option of nscd can prevent creating ID lookup entries from the results + of a name lookup and vice versa. This usually is no problem but some + site might have problems with the default behavior. + Implemented by Ulrich Drepper. + +* Iterating over entire database in NIS can be slow. With the + SETENT_BATCH_READ option in /etc/default/nss a system admin can decide + to trade time for memory. The entire database will be read at once. + Implemented by Ulrich Drepper. + +* The interfaces introduced in RFC 3542 have been implemented by + Ulrich Drepper. + +* Support for the new ELF hash table format was added by Ulrich Drepper. + +* Support for priority inheritance mutexes added by Jakub Jelinek and + Ulrich Drepper. + +* Support for priority protected mutexes added by Jakub Jelinek. + +* New locales: nr_ZA, pa_PK, ca_AD, ca_FR, ca_IT, el_CY, tr_CY, as_IN, + or_IN, csb_PL, fy_NL, sr_ME. + +Version 2.4 + +* More overflow detection functions. + +* New iconv converters for IBM1025, IBM1122, IBM1137, IBM1153, + IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158 contributed by Jiro Sekiba. + + More converters for IBM803, IBM901, IBM902, IBM921, IBM1008, IBM1097, + IBM1112, IBM1123, IBM1130, IBM1140, IBM1141, IBM1142, IBM1143, IBM1144, + IBM1145, IBM1146, IBM1147, IBM1148, IBM1149, IBM1166, IBM1167, IBM4517, + IBM4899, IBM4909, IBM4971, IBM5347, IBM9030, IBM9066, IBM9448, IBM12712, + IBM16804, IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399 contributed + by Masahide Washizawa. + +* It is now possible to install audit libraries for the dynamic linker using + LD_AUDIT. Implemented by Ulrich Drepper. + +* The LinuxThreads add-on, providing pthreads on Linux 2.4 kernels, is no + longer supported. The new NPTL implementation requires Linux 2.6 kernels. + For a libc and libpthread that works well on Linux 2.4 kernels, we + recommend using the stable 2.3 branch. + +* The new function open_wmemstream acts like open_memstream, + but uses a wchar_t wide character buffer. + +* The new function ppoll is an improved version of poll, similar to pselect. + +* New interfaces: fdopendir, openat, fstatat, fchmodat, fchownat, + futimesat, faccessat, mkdirat, mkfifoat, mknodat, + renameat, unlinkat, linkat, symlinkat, readlinkat. + +* New Linux kernel system calls: unshare, + inotify_init, inotify_add_watch, inotify_rm_watch. + +* The euidaccess function is now also known by the alias eaccess, + for compatibility with some other systems. + +* Timezone data updated to 2006b version. + +Version 2.3.6 + +* The following bugs are resolved with this release: + + 38, 253, 549, 622, 653, 721, 758, 851, 877, 915, 934, 955, 961, + 1016, 1037, 1076, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, + 1087, 1088, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, + 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, + 1110, 1111, 1112, 1113, 1125, 1137, 1138, 1249, 1250, 1251, 1252, + 1253, 1254, 1350, 1358, 1394, 1438, 1498, 1534 + + Visit for the details of each bug. + +* As of this release, GCC 4 can be used to compile the C Library. + +* Timezone data updated to 2005m version. + +Version 2.3.5 + +* The following bugs are resolved with this release: + + 284, 592, 602, 626, 633, 640, 650, 661, 671, 681, 693, 700, 710, 719, + 722, 723, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, + 737, 738, 739, 740, 741, 742, 743, 744, 745, 765, 767, 768, 769, 776, + 777, 787, 821, 822, 823, 825 + + Visit for the details of each bug. + Version 2.3.4 * Support for RFC 3678. Real implementations exist only for Linux so far. @@ -1484,7 +1588,8 @@ Version 1.04 ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1992-1999,2000,2001,2002 Free Software Foundation, Inc. +Copyright (C) 1992-1999,2000,2001,2002,2003,2004,2005,2006 + Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/NOTES b/NOTES index b409cb4ab8..9bef2425bd 100644 --- a/NOTES +++ b/NOTES @@ -1,8 +1,8 @@ Feature Test Macros ------------------- - The exact set of features available when you compile a source file -is controlled by which "feature test macros" you define. +The exact set of features available when you compile a source file is +controlled by which "feature test macros" you define. If you compile your programs using `gcc -ansi', you get only the ISO C library features, unless you explicitly request additional @@ -32,7 +32,7 @@ limited standard. It is insufficient for this purpose, as it will not protect you from including header files outside the standard, or relying on semantics undefined within the standard. - - Macro: _POSIX_SOURCE + -- Macro: _POSIX_SOURCE If you define this macro, then the functionality from the POSIX.1 standard (IEEE Standard 1003.1) is available, as well as all of the ISO C facilities. @@ -40,7 +40,7 @@ relying on semantics undefined within the standard. The state of `_POSIX_SOURCE' is irrelevant if you define the macro `_POSIX_C_SOURCE' to a positive integer. - - Macro: _POSIX_C_SOURCE + -- Macro: _POSIX_C_SOURCE Define this macro to a positive integer to control which POSIX functionality is made available. The greater the value of this macro, the more functionality is made available. @@ -65,12 +65,7 @@ relying on semantics undefined within the standard. greater than or equal to `199506L', then the functionality from the 1996 edition is made available. - The Single Unix Specification specify that setting this macro to - the value `199506L' selects all the values specified by the POSIX - standards plus those of the Single Unix Specification, i.e., is the - same as if `_XOPEN_SOURCE' is set to `500' (see below). - - - Macro: _BSD_SOURCE + -- Macro: _BSD_SOURCE If you define this macro, functionality derived from 4.3 BSD Unix is included as well as the ISO C, POSIX.1, and POSIX.2 material. @@ -88,15 +83,15 @@ relying on semantics undefined within the standard. must give the option `-lbsd-compat' to the compiler or linker when linking the program, to tell it to find functions in this special compatibility library before looking for them in the normal C - library. + library. - - Macro: _SVID_SOURCE + -- Macro: _SVID_SOURCE If you define this macro, functionality derived from SVID is included as well as the ISO C, POSIX.1, POSIX.2, and X/Open material. - - Macro: _XOPEN_SOURCE - - Macro: _XOPEN_SOURCE_EXTENDED + -- Macro: _XOPEN_SOURCE + -- Macro: _XOPEN_SOURCE_EXTENDED If you define this macro, functionality described in the X/Open Portability Guide is included. This is a superset of the POSIX.1 and POSIX.2 functionality and in fact `_POSIX_SOURCE' and @@ -113,10 +108,10 @@ relying on semantics undefined within the standard. functionality described so far plus some new definitions from the Single Unix Specification, version 2. - - Macro: _LARGEFILE_SOURCE + -- Macro: _LARGEFILE_SOURCE If this macro is defined some extra functions are available which - rectify a few shortcomings in all previous standards. More - concrete the functions `fseeko' and `ftello' are available. + rectify a few shortcomings in all previous standards. + Specifically, the functions `fseeko' and `ftello' are available. Without these functions the difference between the ISO C interface (`fseek', `ftell') and the low-level POSIX interface (`lseek') would lead to problems. @@ -124,8 +119,8 @@ relying on semantics undefined within the standard. This macro was introduced as part of the Large File Support extension (LFS). - - Macro: _LARGEFILE64_SOURCE - If you define this macro an additional set of function is made + -- Macro: _LARGEFILE64_SOURCE + If you define this macro an additional set of functions is made available which enables 32 bit systems to use files of sizes beyond the usual limit of 2GB. This interface is not available if the system does not support files that large. On systems where the @@ -138,13 +133,13 @@ relying on semantics undefined within the standard. `off64_t' and `fseeko' vs. `fseeko64'. This macro was introduced as part of the Large File Support - extension (LFS). It is a transition interface for the time 64 bit - offsets are not generally used (see `_FILE_OFFSET_BITS'. + extension (LFS). It is a transition interface for the period when + 64 bit offsets are not generally used (see `_FILE_OFFSET_BITS'). - - Macro: _FILE_OFFSET_BITS + -- Macro: _FILE_OFFSET_BITS This macro determines which file system interface shall be used, - one replacing the other. While `_LARGEFILE64_SOURCE' makes the - 64 bit interface available as an additional interface + one replacing the other. Whereas `_LARGEFILE64_SOURCE' makes the + 64 bit interface available as an additional interface, `_FILE_OFFSET_BITS' allows the 64 bit interface to replace the old interface. @@ -154,9 +149,10 @@ relying on semantics undefined within the standard. If the macro is defined to the value `64', the large file interface replaces the old interface. I.e., the functions are not made - available under different names as `_LARGEFILE64_SOURCE' does. - Instead the old function names now reference the new functions, - e.g., a call to `fseeko' now indeed calls `fseeko64'. + available under different names (as they are with + `_LARGEFILE64_SOURCE'). Instead the old function names now + reference the new functions, e.g., a call to `fseeko' now indeed + calls `fseeko64'. This macro should only be selected if the system provides mechanisms for handling large files. On 64 bit systems this macro @@ -166,13 +162,13 @@ relying on semantics undefined within the standard. This macro was introduced as part of the Large File Support extension (LFS). - - Macro: _ISOC99_SOURCE + -- Macro: _ISOC99_SOURCE Until the revised ISO C standard is widely adopted the new features are not automatically enabled. The GNU libc nevertheless has a complete implementation of the new standard and to enable the new features the macro `_ISOC99_SOURCE' should be defined. - - Macro: _GNU_SOURCE + -- Macro: _GNU_SOURCE If you define this macro, everything is included: ISO C89, ISO C99, POSIX.1, POSIX.2, BSD, SVID, X/Open, LFS, and GNU extensions. In the cases where POSIX.1 conflicts with BSD, the @@ -191,8 +187,8 @@ relying on semantics undefined within the standard. compiler or linker. *Note:* If you forget to do this, you may get very strange errors at run time. - - Macro: _REENTRANT - - Macro: _THREAD_SAFE + -- Macro: _REENTRANT + -- Macro: _THREAD_SAFE If you define one of these macros, reentrant versions of several functions get declared. Some of the functions are specified in POSIX.1c but many others are only available on a few other systems diff --git a/README b/README index 36a2af9129..97b3a61e06 100644 --- a/README +++ b/README @@ -1,49 +1,84 @@ -This directory contains the version 2.3.4 release of the GNU C Library. -Many bugs have been fixed since the last release. -Some bugs surely remain. - -As of this release, the GNU C library is known to run on the following -configurations: - - *-*-gnu GNU Hurd - i[3456]86-*-linux-gnu Linux-2.x on Intel - m68k-*-linux-gnu Linux-2.x on Motorola 680x0 - alpha*-*-linux-gnu Linux-2.x on DEC Alpha - powerpc-*-linux-gnu Linux and MkLinux on PowerPC systems - powerpc64-*-linux-gnu Linux-2.4.19+ on 64-bit PowerPC systems - sparc-*-linux-gnu Linux-2.x on SPARC - sparc64-*-linux-gnu Linux-2.x on UltraSPARC 64-bit - arm-*-none ARM standalone systems - arm-*-linux Linux-2.x on ARM - arm-*-linuxaout Linux-2.x on ARM using a.out binaries - mips*-*-linux-gnu Linux-2.x on MIPS - ia64-*-linux-gnu Linux-2.x on ia64 - s390-*-linux-gnu Linux-2.x on IBM S/390 - s390x-*-linux-gnu Linux-2.4+ on IBM S/390 64-bit - sh-*-linux-gnu Linux-2.x on Super Hitachi - x86-64-*-linux-gnu Linux-2.4+ on x86-64 - -Past releases of this library ran on a variety of configurations that are -no longer supported. Porting the library is not hard. If you are -interested in doing a port, please contact the glibc maintainers; -see http://www.gnu.org/software/libc/ for more information. - -There are some add-ons which can be used together with GNU libc. They -are designed in a way to ease the installation by integrating them in -the libc source tree. Simply get the add-ons you need and use the ---enable-add-ons option of the `configure' script to tell where the -add-ons are found. Please read the FAQ file for more details. - -See the file INSTALL to find out how to configure, build, install, and port -the GNU C library. You might also consider reading the WWW pages for the -GNU libc at http://www.gnu.org/software/libc/libc.html. - -The GNU C Library is completely documented by the Texinfo manual found -in the `manual/' subdirectory. The manual is still being updated and -contains some known errors and omissions; we regret that we do not -have the resources to work on the manual as much as we would like. -Please send comments on the manual to , and -not to the library bug-reporting address. +This directory contains the version 2.5 release of the GNU C Library. + +The GNU C Library is the standard system C library for all GNU systems, +and is an important part of what makes up a GNU system. It provides the +system API for all programs written in C and C-compatible languages such +as C++ and Objective C; the runtime facilities of other programming +languages use the C library to access the underlying operating system. + +In GNU/Linux systems, the C library works with the Linux kernel to +implement the operating system behavior seen by user applications. +In GNU/Hurd systems, it works with a microkernel and Hurd servers. + +The GNU C Library implements much of the POSIX.1 functionality in the +GNU/Hurd system, using configurations i[34567]86-*-gnu. + +When working with Linux kernels, the GNU C Library version 2.4 is +intended primarily for use with Linux kernel version 2.6.0 and later. +We only support using the NPTL implementation of pthreads, which is now +the default configuration. Most of the C library will continue to work +on older Linux kernels and many programs will not require a 2.6 kernel +to run correctly. However, pthreads and related functionality will not +work at all on old kernels and we do not recommend using glibc 2.4 with +any Linux kernel prior to 2.6. + +All Linux kernel versions prior to 2.6.16 are known to have some bugs that +may cause some of the tests related to pthreads in "make check" to fail. +If you see such problems, please try the test suite on the most recent +Linux kernel version that you can use, before pursuing those bugs further. + +The old LinuxThreads add-on implementation of pthreads for older Linux +kernels is no longer supported, and we are not distributing it with this +release. Someone has volunteered to revive its maintenance unofficially +for at least a short time for the benefit of those using Linux kernels +older than 2.6, but a working version is not presently available. When +it is in working condition, we will make it available alongside future +glibc releases. LinuxThreads will not be supported. + +The GNU C Library supports these configurations for using Linux kernels: + + i[34567]86-*-linux-gnu + x86_64-*-linux-gnu + powerpc-*-linux-gnu + powerpc64-*-linux-gnu + s390-*-linux-gnu + s390x-*-linux-gnu + ia64-*-linux-gnu + sparc*-*-linux-gnu + sparc64*-*-linux-gnu + + alpha*-*-linux-gnu Requires Linux 2.6.9 for NPTL + sh[34]-*-linux-gnu Requires Linux 2.6.11 + +The code for other CPU configurations supported by volunteers outside of +the core glibc maintenance effort is contained in the separate `ports' +add-on. You can find glibc-ports-2.5 distributed separately in the +same place where you got the main glibc distribution files. +Currently these configurations are known to work using the `ports' add-on: + + arm-*-linux-gnu Requires Linux 2.6.15 for NPTL, no SMP support + arm-*-linux-gnueabi Requires Linux 2.6.16-rc1 for NPTL, no SMP + mips-*-linux-gnu Requires Linux 2.6.12 for NPTL + mips64-*-linux-gnu Requires Linux 2.6.12 for NPTL + +The ports distribution also contains code for other configurations that +do not work or have not been maintained recently, but will be of use to +anyone trying to make a new configuration work. If you are interested +in doing a port, please contact the glibc maintainers; see +http://www.gnu.org/software/libc/ for more information. + +See the file INSTALL to find out how to configure, build, and install +the GNU C Library. You might also consider reading the WWW pages for +the C library at http://www.gnu.org/software/libc/. + +The GNU C Library is (almost) completely documented by the Texinfo manual +found in the `manual/' subdirectory. The manual is still being updated +and contains some known errors and omissions; we regret that we do not +have the resources to work on the manual as much as we would like. For +corrections to the manual, please file a bug in the `manual' component, +following the bug-reporting instructions below. Please be sure to check +the manual in the current development sources to see if your problem has +already been corrected. The file NOTES contains a description of the feature-test macros used in the GNU C library, explaining how you can tell the library what diff --git a/README.libm b/README.libm index 33ace8c065..f058cf846c 100644 --- a/README.libm +++ b/README.libm @@ -486,7 +486,7 @@ sqrt * Bit by bit method using integer arithmetic. (Slow, but portable) * 1. Normalization * Scale x to y in [1,4) with even powers of 2: - * find an integer k such that 1 <= (y=x*2^(2k)) < 4, then + * find an integer k such that 1 <= (y=x*2^(-2k)) < 4, then * sqrt(x) = 2^k * sqrt(y) * 2. Bit by bit computation * Let q = sqrt(y) truncated to i bit after binary point (q = 1), diff --git a/README.template b/README.template index d501d718df..02ef86c594 100644 --- a/README.template +++ b/README.template @@ -1,49 +1,84 @@ This directory contains the version VERSION release of the GNU C Library. -Many bugs have been fixed since the last release. -Some bugs surely remain. - -As of this release, the GNU C library is known to run on the following -configurations: - - *-*-gnu GNU Hurd - i[3456]86-*-linux-gnu Linux-2.x on Intel - m68k-*-linux-gnu Linux-2.x on Motorola 680x0 - alpha*-*-linux-gnu Linux-2.x on DEC Alpha - powerpc-*-linux-gnu Linux and MkLinux on PowerPC systems - powerpc64-*-linux-gnu Linux-2.4.19+ on 64-bit PowerPC systems - sparc-*-linux-gnu Linux-2.x on SPARC - sparc64-*-linux-gnu Linux-2.x on UltraSPARC 64-bit - arm-*-none ARM standalone systems - arm-*-linux Linux-2.x on ARM - arm-*-linuxaout Linux-2.x on ARM using a.out binaries - mips*-*-linux-gnu Linux-2.x on MIPS - ia64-*-linux-gnu Linux-2.x on ia64 - s390-*-linux-gnu Linux-2.x on IBM S/390 - s390x-*-linux-gnu Linux-2.4+ on IBM S/390 64-bit - sh-*-linux-gnu Linux-2.x on Super Hitachi - x86-64-*-linux-gnu Linux-2.4+ on x86-64 - -Past releases of this library ran on a variety of configurations that are -no longer supported. Porting the library is not hard. If you are -interested in doing a port, please contact the glibc maintainers; -see http://www.gnu.org/software/libc/ for more information. - -There are some add-ons which can be used together with GNU libc. They -are designed in a way to ease the installation by integrating them in -the libc source tree. Simply get the add-ons you need and use the ---enable-add-ons option of the `configure' script to tell where the -add-ons are found. Please read the FAQ file for more details. - -See the file INSTALL to find out how to configure, build, install, and port -the GNU C library. You might also consider reading the WWW pages for the -GNU libc at http://www.gnu.org/software/libc/libc.html. - -The GNU C Library is completely documented by the Texinfo manual found -in the `manual/' subdirectory. The manual is still being updated and -contains some known errors and omissions; we regret that we do not -have the resources to work on the manual as much as we would like. -Please send comments on the manual to , and -not to the library bug-reporting address. + +The GNU C Library is the standard system C library for all GNU systems, +and is an important part of what makes up a GNU system. It provides the +system API for all programs written in C and C-compatible languages such +as C++ and Objective C; the runtime facilities of other programming +languages use the C library to access the underlying operating system. + +In GNU/Linux systems, the C library works with the Linux kernel to +implement the operating system behavior seen by user applications. +In GNU/Hurd systems, it works with a microkernel and Hurd servers. + +The GNU C Library implements much of the POSIX.1 functionality in the +GNU/Hurd system, using configurations i[34567]86-*-gnu. + +When working with Linux kernels, the GNU C Library version 2.4 is +intended primarily for use with Linux kernel version 2.6.0 and later. +We only support using the NPTL implementation of pthreads, which is now +the default configuration. Most of the C library will continue to work +on older Linux kernels and many programs will not require a 2.6 kernel +to run correctly. However, pthreads and related functionality will not +work at all on old kernels and we do not recommend using glibc 2.4 with +any Linux kernel prior to 2.6. + +All Linux kernel versions prior to 2.6.16 are known to have some bugs that +may cause some of the tests related to pthreads in "make check" to fail. +If you see such problems, please try the test suite on the most recent +Linux kernel version that you can use, before pursuing those bugs further. + +The old LinuxThreads add-on implementation of pthreads for older Linux +kernels is no longer supported, and we are not distributing it with this +release. Someone has volunteered to revive its maintenance unofficially +for at least a short time for the benefit of those using Linux kernels +older than 2.6, but a working version is not presently available. When +it is in working condition, we will make it available alongside future +glibc releases. LinuxThreads will not be supported. + +The GNU C Library supports these configurations for using Linux kernels: + + i[34567]86-*-linux-gnu + x86_64-*-linux-gnu + powerpc-*-linux-gnu + powerpc64-*-linux-gnu + s390-*-linux-gnu + s390x-*-linux-gnu + ia64-*-linux-gnu + sparc*-*-linux-gnu + sparc64*-*-linux-gnu + + alpha*-*-linux-gnu Requires Linux 2.6.9 for NPTL + sh[34]-*-linux-gnu Requires Linux 2.6.11 + +The code for other CPU configurations supported by volunteers outside of +the core glibc maintenance effort is contained in the separate `ports' +add-on. You can find glibc-ports-VERSION distributed separately in the +same place where you got the main glibc distribution files. +Currently these configurations are known to work using the `ports' add-on: + + arm-*-linux-gnu Requires Linux 2.6.15 for NPTL, no SMP support + arm-*-linux-gnueabi Requires Linux 2.6.16-rc1 for NPTL, no SMP + mips-*-linux-gnu Requires Linux 2.6.12 for NPTL + mips64-*-linux-gnu Requires Linux 2.6.12 for NPTL + +The ports distribution also contains code for other configurations that +do not work or have not been maintained recently, but will be of use to +anyone trying to make a new configuration work. If you are interested +in doing a port, please contact the glibc maintainers; see +http://www.gnu.org/software/libc/ for more information. + +See the file INSTALL to find out how to configure, build, and install +the GNU C Library. You might also consider reading the WWW pages for +the C library at http://www.gnu.org/software/libc/. + +The GNU C Library is (almost) completely documented by the Texinfo manual +found in the `manual/' subdirectory. The manual is still being updated +and contains some known errors and omissions; we regret that we do not +have the resources to work on the manual as much as we would like. For +corrections to the manual, please file a bug in the `manual' component, +following the bug-reporting instructions below. Please be sure to check +the manual in the current development sources to see if your problem has +already been corrected. The file NOTES contains a description of the feature-test macros used in the GNU C library, explaining how you can tell the library what diff --git a/Rules b/Rules index a29daaa7b5..5ace24cee0 100644 --- a/Rules +++ b/Rules @@ -1,4 +1,5 @@ -# Copyright (C) 1991-2000,2002,2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2000,2002,2003,2004,2005,2006 +# Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -26,7 +27,7 @@ endif all: # Don't let the default goal come from Makeconfig. -include ../Makeconfig +include $(firstword $(..) ../)Makeconfig ifndef subdir Each subdirectory makefile must define the `subdir' variable. @@ -64,7 +65,7 @@ endif # See below. This must be set before Makerules processes it. before-compile += $(common-objpfx)bits/stdio_lim.h -include ../Makerules +include $(..)Makerules .PHONY: subdir_lib subdir_lib: lib-noranlib @@ -165,8 +166,9 @@ distclean: clean .PHONY: subdir_install subdir_install: install-no-libc.a lib-noranlib stubs -.PHONY: subdir_TAGS -subdir_TAGS: TAGS +.PHONY: subdir_objs subdir_stubs +subdir_objs: objs +subdir_stubs: stubs # Target required by the Hurd to ensure that all the MiG-generated # headers are in place before building a subdirectory. diff --git a/Versions.def b/Versions.def index 33409f1143..b492caaf0b 100644 --- a/Versions.def +++ b/Versions.def @@ -20,6 +20,8 @@ libc { GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 + GLIBC_2.4 + GLIBC_2.5 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif @@ -35,6 +37,7 @@ libdl { GLIBC_2.0 GLIBC_2.1 GLIBC_2.3.3 + GLIBC_2.3.4 } libm { GLIBC_2.0 @@ -42,6 +45,7 @@ libm { GLIBC_2.2 GLIBC_2.2.3 GLIBC_2.3.4 + GLIBC_2.4 } libnsl { GLIBC_2.0 @@ -77,6 +81,7 @@ libpthread { GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 + GLIBC_2.4 GLIBC_PRIVATE } libresolv { @@ -90,6 +95,8 @@ librt { GLIBC_2.2 GLIBC_2.3 GLIBC_2.3.3 + GLIBC_2.3.4 + GLIBC_2.4 } libutil { GLIBC_2.0 @@ -98,6 +105,7 @@ ld { GLIBC_2.0 GLIBC_2.1 GLIBC_2.3 + GLIBC_2.4 GLIBC_PRIVATE } libthread_db { diff --git a/WUR-REPORT b/WUR-REPORT new file mode 100644 index 0000000000..ef407cfdbe --- /dev/null +++ b/WUR-REPORT @@ -0,0 +1,45 @@ +: + +lssek: Probably should be __wur but lseek(fd,SEEK_SET,0) will succeed if + the descriptor is fine. +lseek64: same + +setuid: will always succeed given correct privileges, so there might + be places which don't check for it. +setreuid: same +seteuid: same +setgid: same +setregid: same +setegid: same +setresuid: same +setresgid: same + + +: + +setvbuf: if stream and buffer are fine and other parameters constant, + it cannot really fail. +fseek: see lseek +fseeko: likewise +fgetpos: similarly +fsetpos: likewise + + +: + +atexit: it is guaranteed that a certain number of handlers can be + registered, so some calls might need not be checked +on_exit: same +random functions: one might want to discard a number of results. In any + case, no security problem + + +putenv: probably SHOULD be marked, but we'll wait a bit. +setenv: likewise +unsetenv: likewise +clearenv: likewise + +mbstowcs: probably SHOULD be marked +wcstombs: likewise + +ptsname_r: probably SHOULD be marked diff --git a/abi-tags b/abi-tags index 7adc62ef2d..87cd6816a9 100644 --- a/abi-tags +++ b/abi-tags @@ -24,5 +24,9 @@ .*-.*-freebsd.*-gnu.* 3 4.0.0 # earliest compatible kernel version +.*-.*-knetbsd.*-gnu.* 4 1.6.0 # earliest compatible kernel version + +.*-.*-syllable.* 5 2.0.0 # just an arbitrary value + # There is no catch-all default here because every supported OS that uses # ELF must have its own unique ABI tag. diff --git a/argp/Makefile b/argp/Makefile index a68ca1bee3..b8c9fca0fb 100644 --- a/argp/Makefile +++ b/argp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1997, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -26,10 +26,12 @@ distribute = argp-fmtstream.h argp-namefrob.h routines = $(addprefix argp-, ba fmtstream fs-xinl help parse pv \ pvh xinl eexst) -tests = argp-test tst-argp1 +tests = argp-test tst-argp1 bug-argp1 tst-argp2 CFLAGS-argp-help.c = $(uses-callbacks) -fexceptions CFLAGS-argp-parse.c = $(uses-callbacks) CFLAGS-argp-fmtstream.c = -fexceptions +bug-argp1-ARGS = -- --help + include ../Rules diff --git a/argp/argp-eexst.c b/argp/argp-eexst.c index 151f89a1c0..84df089e03 100644 --- a/argp/argp-eexst.c +++ b/argp/argp-eexst.c @@ -19,7 +19,7 @@ 02111-1307 USA. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #include diff --git a/argp/argp-fmtstream.c b/argp/argp-fmtstream.c index 215160bdcd..55ac7f9183 100644 --- a/argp/argp-fmtstream.c +++ b/argp/argp-fmtstream.c @@ -1,5 +1,5 @@ /* Word-wrapping and line-truncating streams - Copyright (C) 1997,1998,1999,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1997-1999,2001,2002,2003,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -22,7 +22,7 @@ don't have that. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #include @@ -102,11 +102,10 @@ __argp_fmtstream_free (argp_fmtstream_t fs) if (fs->p > fs->buf) { #ifdef USE_IN_LIBIO - if (_IO_fwide (fs->stream, 0) > 0) - __fwprintf (fs->stream, L"%.*s", (int) (fs->p - fs->buf), fs->buf); - else + __fxprintf (fs->stream, "%.*s", (int) (fs->p - fs->buf), fs->buf); +#else + fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); #endif - fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); } free (fs->buf); free (fs); @@ -291,17 +290,15 @@ __argp_fmtstream_update (argp_fmtstream_t fs) else /* Output the first line so we can use the space. */ { -#ifdef USE_IN_LIBIO - if (_IO_fwide (fs->stream, 0) > 0) - __fwprintf (fs->stream, L"%.*s\n", - (int) (nl - fs->buf), fs->buf); - else +#ifdef _LIBC + __fxprintf (fs->stream, "%.*s\n", + (int) (nl - fs->buf), fs->buf); +#else + if (nl > fs->buf) + fwrite_unlocked (fs->buf, 1, nl - fs->buf, fs->stream); + putc_unlocked ('\n', fs->stream); #endif - { - if (nl > fs->buf) - fwrite_unlocked (fs->buf, 1, nl - fs->buf, fs->stream); - putc_unlocked ('\n', fs->stream); - } + len += buf - fs->buf; nl = buf = fs->buf; } @@ -360,15 +357,12 @@ __argp_fmtstream_ensure (struct argp_fmtstream *fs, size_t amount) /* Flush FS's buffer. */ __argp_fmtstream_update (fs); -#ifdef USE_IN_LIBIO - if (_IO_fwide (fs->stream, 0) > 0) - { - __fwprintf (fs->stream, L"%.*s", (int) (fs->p - fs->buf), fs->buf); - wrote = fs->p - fs->buf; - } - else +#ifdef _LIBC + __fxprintf (fs->stream, "%.*s", (int) (fs->p - fs->buf), fs->buf); + wrote = fs->p - fs->buf; +#else + wrote = fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); #endif - wrote = fwrite_unlocked (fs->buf, 1, fs->p - fs->buf, fs->stream); if (wrote == fs->p - fs->buf) { fs->p = fs->buf; diff --git a/argp/argp-fmtstream.h b/argp/argp-fmtstream.h index 5d0d5eac92..f94207a20b 100644 --- a/argp/argp-fmtstream.h +++ b/argp/argp-fmtstream.h @@ -26,10 +26,6 @@ #ifndef _ARGP_FMTSTREAM_H #define _ARGP_FMTSTREAM_H -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include diff --git a/argp/argp-fs-xinl.c b/argp/argp-fs-xinl.c index 3cf1f9827d..442ffa05d1 100644 --- a/argp/argp-fs-xinl.c +++ b/argp/argp-fs-xinl.c @@ -19,7 +19,7 @@ 02111-1307 USA. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #define ARGP_FS_EI diff --git a/argp/argp-help.c b/argp/argp-help.c index 67018709d3..c12b10e235 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -1,5 +1,6 @@ /* Hierarchial argument parsing help output - Copyright (C) 1995-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -48,7 +49,8 @@ char *alloca (); #include #include #include -#ifdef USE_IN_LIBIO +#ifdef _LIBC +# include <../libio/libioP.h> # include #endif @@ -127,40 +129,37 @@ struct uparams int header_col; int usage_indent; int rmargin; - - int valid; /* True when the values in here are valid. */ }; /* This is a global variable, as user options are only ever read once. */ static struct uparams uparams = { DUP_ARGS, DUP_ARGS_NOTE, SHORT_OPT_COL, LONG_OPT_COL, DOC_OPT_COL, OPT_DOC_COL, HEADER_COL, - USAGE_INDENT, RMARGIN, - 0 + USAGE_INDENT, RMARGIN }; /* A particular uparam, and what the user name is. */ struct uparam_name { - const char *name; /* User name. */ - int is_bool; /* Whether it's `boolean'. */ - size_t uparams_offs; /* Location of the (int) field in UPARAMS. */ + const char name[14]; /* User name. */ + bool is_bool; /* Whether it's `boolean'. */ + uint8_t uparams_offs; /* Location of the (int) field in UPARAMS. */ }; /* The name-field mappings we know about. */ static const struct uparam_name uparam_names[] = { - { "dup-args", 1, offsetof (struct uparams, dup_args) }, - { "dup-args-note", 1, offsetof (struct uparams, dup_args_note) }, - { "short-opt-col", 0, offsetof (struct uparams, short_opt_col) }, - { "long-opt-col", 0, offsetof (struct uparams, long_opt_col) }, - { "doc-opt-col", 0, offsetof (struct uparams, doc_opt_col) }, - { "opt-doc-col", 0, offsetof (struct uparams, opt_doc_col) }, - { "header-col", 0, offsetof (struct uparams, header_col) }, - { "usage-indent", 0, offsetof (struct uparams, usage_indent) }, - { "rmargin", 0, offsetof (struct uparams, rmargin) }, - { 0 } + { "dup-args", true, offsetof (struct uparams, dup_args) }, + { "dup-args-note", true, offsetof (struct uparams, dup_args_note) }, + { "short-opt-col", false, offsetof (struct uparams, short_opt_col) }, + { "long-opt-col", false, offsetof (struct uparams, long_opt_col) }, + { "doc-opt-col", false, offsetof (struct uparams, doc_opt_col) }, + { "opt-doc-col", false, offsetof (struct uparams, opt_doc_col) }, + { "header-col", false, offsetof (struct uparams, header_col) }, + { "usage-indent", false, offsetof (struct uparams, usage_indent) }, + { "rmargin", false, offsetof (struct uparams, rmargin) } }; +#define nuparam_names (sizeof (uparam_names) / sizeof (uparam_names[0])) /* Read user options from the environment, and fill in UPARAMS appropiately. */ static void @@ -216,22 +215,27 @@ fill_in_uparams (const struct argp_state *state) SKIPWS (arg); } - for (un = uparam_names; un->name; un++) + un = uparam_names; + size_t u; + for (u = 0; u < nuparam_names; ++un, ++u) if (strlen (un->name) == var_len && strncmp (var, un->name, var_len) == 0) { if (unspec && !un->is_bool) __argp_failure (state, 0, 0, - dgettext (state->root_argp->argp_domain, "\ + dgettext (state == NULL ? NULL + : state->root_argp->argp_domain, + "\ %.*s: ARGP_HELP_FMT parameter requires a value"), (int) var_len, var); else *(int *)((char *)&uparams + un->uparams_offs) = val; break; } - if (! un->name) + if (u == nuparam_names) __argp_failure (state, 0, 0, - dgettext (state->root_argp->argp_domain, "\ + dgettext (state == NULL ? NULL + : state->root_argp->argp_domain, "\ %.*s: Unknown ARGP_HELP_FMT parameter"), (int) var_len, var); @@ -242,7 +246,8 @@ fill_in_uparams (const struct argp_state *state) else if (*var) { __argp_failure (state, 0, 0, - dgettext (state->root_argp->argp_domain, + dgettext (state == NULL ? NULL + : state->root_argp->argp_domain, "Garbage in ARGP_HELP_FMT: %s"), var); break; } @@ -668,9 +673,9 @@ hol_cluster_cmp (const struct hol_cluster *cl1, const struct hol_cluster *cl2) { /* If one cluster is deeper than the other, use its ancestor at the same level, so that finding the common ancestor is straightforward. */ - while (cl1->depth < cl2->depth) + while (cl1->depth > cl2->depth) cl1 = cl1->parent; - while (cl2->depth < cl1->depth) + while (cl2->depth > cl1->depth) cl2 = cl2->parent; /* Now reduce both clusters to their ancestors at the point where both have @@ -758,9 +763,9 @@ hol_entry_cmp (const struct hol_entry *entry1, const char *long2 = hol_entry_first_long (entry2); if (doc1) - doc1 = canon_doc_option (&long1); + doc1 = long1 != NULL && canon_doc_option (&long1); if (doc2) - doc2 = canon_doc_option (&long2); + doc2 = long2 != NULL && canon_doc_option (&long2); if (doc1 != doc2) /* `documentation' options always follow normal options (or @@ -983,7 +988,7 @@ static const char * filter_doc (const char *doc, int key, const struct argp *argp, const struct argp_state *state) { - if (argp->help_filter) + if (argp && argp->help_filter) /* We must apply a user filter to this output. */ { void *input = __argp_input (argp, state); @@ -1101,7 +1106,9 @@ hol_entry_help (struct hol_entry *entry, const struct argp_state *state, __argp_fmtstream_putc (stream, '-'); __argp_fmtstream_putc (stream, *so); if (!have_long_opt || uparams.dup_args) - arg (real, " %s", "[%s]", state->root_argp->argp_domain, stream); + arg (real, " %s", "[%s]", + state == NULL ? NULL : state->root_argp->argp_domain, + stream); else if (real->arg) hhstate->suppressed_dup_arg = 1; } @@ -1121,26 +1128,22 @@ hol_entry_help (struct hol_entry *entry, const struct argp_state *state, have been done on the original; but documentation options should be pretty rare anyway... */ __argp_fmtstream_puts (stream, - dgettext (state->root_argp->argp_domain, + dgettext (state == NULL ? NULL + : state->root_argp->argp_domain, opt->name)); } } else /* A real long option. */ { - int first_long_opt = 1; - __argp_fmtstream_set_wmargin (stream, uparams.long_opt_col); for (opt = real, num = entry->num; num > 0; opt++, num--) if (opt->name && ovisible (opt)) { comma (uparams.long_opt_col, &pest); __argp_fmtstream_printf (stream, "--%s", opt->name); - if (first_long_opt || uparams.dup_args) - arg (real, "=%s", "[=%s]", state->root_argp->argp_domain, - stream); - else if (real->arg) - hhstate->suppressed_dup_arg = 1; + arg (real, "=%s", "[=%s]", + state == NULL ? NULL : state->root_argp->argp_domain, stream); } } @@ -1159,7 +1162,8 @@ hol_entry_help (struct hol_entry *entry, const struct argp_state *state, } else { - const char *tstr = real->doc ? dgettext (state->root_argp->argp_domain, + const char *tstr = real->doc ? dgettext (state == NULL ? NULL + : state->root_argp->argp_domain, real->doc) : 0; const char *fstr = filter_doc (tstr, real->key, entry->argp, state); if (fstr && *fstr) @@ -1207,7 +1211,8 @@ hol_help (struct hol *hol, const struct argp_state *state, if (hhstate.suppressed_dup_arg && uparams.dup_args_note) { - const char *tstr = dgettext (state->root_argp->argp_domain, "\ + const char *tstr = dgettext (state == NULL ? NULL + : state->root_argp->argp_domain, "\ Mandatory or optional arguments to long options are also mandatory or \ optional for any corresponding short options."); const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_DUP_ARGS_NOTE, @@ -1554,8 +1559,7 @@ _help (const struct argp *argp, const struct argp_state *state, FILE *stream, __flockfile (stream); #endif - if (! uparams.valid) - fill_in_uparams (state); + fill_in_uparams (state); fs = __argp_make_fmtstream (stream, 0, uparams.rmargin, 0); if (! fs) @@ -1763,33 +1767,26 @@ __argp_error (const struct argp_state *state, const char *fmt, ...) va_start (ap, fmt); -#ifdef USE_IN_LIBIO - if (_IO_fwide (stream, 0) > 0) - { - char *buf; +#ifdef _LIBC + char *buf; - if (__asprintf (&buf, fmt, ap) < 0) - buf = NULL; + if (_IO_vasprintf (&buf, fmt, ap) < 0) + buf = NULL; - __fwprintf (stream, L"%s: %s\n", - state ? state->name : __argp_short_program_name (), - buf); + __fxprintf (stream, "%s: %s\n", + state ? state->name : __argp_short_program_name (), buf); - free (buf); - } - else -#endif - { - fputs_unlocked (state - ? state->name : __argp_short_program_name (), - stream); - putc_unlocked (':', stream); - putc_unlocked (' ', stream); + free (buf); +#else + fputs_unlocked (state ? state->name : __argp_short_program_name (), + stream); + putc_unlocked (':', stream); + putc_unlocked (' ', stream); - vfprintf (stream, fmt, ap); + vfprintf (stream, fmt, ap); - putc_unlocked ('\n', stream); - } + putc_unlocked ('\n', stream); +#endif __argp_state_help (state, stream, ARGP_HELP_STD_ERR); @@ -1827,41 +1824,34 @@ __argp_failure (const struct argp_state *state, int status, int errnum, __flockfile (stream); #endif -#ifdef USE_IN_LIBIO - if (_IO_fwide (stream, 0) > 0) - __fwprintf (stream, L"%s", - state ? state->name : __argp_short_program_name ()); - else +#ifdef _LIBC + __fxprintf (stream, "%s", + state ? state->name : __argp_short_program_name ()); +#else + fputs_unlocked (state ? state->name : __argp_short_program_name (), + stream); #endif - fputs_unlocked (state - ? state->name : __argp_short_program_name (), - stream); if (fmt) { va_list ap; va_start (ap, fmt); -#ifdef USE_IN_LIBIO - if (_IO_fwide (stream, 0) > 0) - { - char *buf; +#ifdef _LIBC + char *buf; - if (__asprintf (&buf, fmt, ap) < 0) - buf = NULL; + if (_IO_vasprintf (&buf, fmt, ap) < 0) + buf = NULL; - __fwprintf (stream, L": %s", buf); + __fxprintf (stream, ": %s", buf); - free (buf); - } - else -#endif - { - putc_unlocked (':', stream); - putc_unlocked (' ', stream); + free (buf); +#else + putc_unlocked (':', stream); + putc_unlocked (' ', stream); - vfprintf (stream, fmt, ap); - } + vfprintf (stream, fmt, ap); +#endif va_end (ap); } @@ -1870,21 +1860,18 @@ __argp_failure (const struct argp_state *state, int status, int errnum, { char buf[200]; -#ifdef USE_IN_LIBIO - if (_IO_fwide (stream, 0) > 0) - __fwprintf (stream, L": %s", - __strerror_r (errnum, buf, sizeof (buf))); - else -#endif - { - putc_unlocked (':', stream); - putc_unlocked (' ', stream); -#if defined _LIBC || defined HAVE_STRERROR_R - fputs (__strerror_r (errnum, buf, sizeof (buf)), stream); +#ifdef _LIBC + __fxprintf (stream, ": %s", + __strerror_r (errnum, buf, sizeof (buf))); #else - fputs (strerror (errnum), stream); + putc_unlocked (':', stream); + putc_unlocked (' ', stream); +# ifdef HAVE_STRERROR_R + fputs (__strerror_r (errnum, buf, sizeof (buf)), stream); +# else + fputs (strerror (errnum), stream); +# endif #endif - } } #ifdef USE_IN_LIBIO diff --git a/argp/argp-xinl.c b/argp/argp-xinl.c index 73177585e8..7913b061ac 100644 --- a/argp/argp-xinl.c +++ b/argp/argp-xinl.c @@ -19,7 +19,7 @@ 02111-1307 USA. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #if defined _LIBC || defined HAVE_FEATURES_H diff --git a/argp/argp.h b/argp/argp.h index 008e039f9e..3a5cb01fd8 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -1,5 +1,5 @@ /* Hierarchial argument parsing, layered over getopt. - Copyright (C) 1995-1999,2003,2004 Free Software Foundation, Inc. + Copyright (C) 1995-1999,2003,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -24,6 +24,7 @@ #include #include #include +#include #define __need_error_t #include @@ -561,7 +562,7 @@ extern void *__argp_input (__const struct argp *__restrict __argp, # endif ARGP_EI void -__NTH (__argp_usage (__const struct argp_state *__state)) +__argp_usage (__const struct argp_state *__state) { __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); } @@ -574,7 +575,7 @@ __NTH (__option_is_short (__const struct argp_option *__opt)) else { int __key = __opt->key; - return __key > 0 && isprint (__key); + return __key > 0 && __key <= UCHAR_MAX && isprint (__key); } } diff --git a/argp/bug-argp1.c b/argp/bug-argp1.c new file mode 100644 index 0000000000..a28cf4b9c7 --- /dev/null +++ b/argp/bug-argp1.c @@ -0,0 +1,26 @@ +#include + + +static const struct argp_option test_options[] = +{ + { NULL, 'a', NULL, OPTION_DOC, NULL }, + { NULL, 'b', NULL, OPTION_DOC, NULL }, + { NULL, 0, NULL, 0, NULL } +}; + +static struct argp test_argp = +{ + test_options +}; + + +static int +do_test (int argc, char *argv[]) +{ + int i; + argp_parse (&test_argp, argc, argv, 0, &i, NULL); + return 0; +} + +#define TEST_FUNCTION do_test (argc, argv) +#include "../test-skeleton.c" diff --git a/argp/tst-argp2.c b/argp/tst-argp2.c new file mode 100644 index 0000000000..926614fbc8 --- /dev/null +++ b/argp/tst-argp2.c @@ -0,0 +1,101 @@ +/* Copyright (C) 2007 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jakub Jelinek , 2007. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +static const struct argp_option opt1[] = + { + { "opt1", '1', "NUMBER", 0, "Option 1" }, + { NULL, 0, NULL, 0, NULL } + }; + +static const struct argp_option opt2[] = + { + { "opt2", '2', "NUMBER", 0, "Option 2" }, + { NULL, 0, NULL, 0, NULL } + }; + +static const struct argp_option opt3[] = + { + { "opt3", '3', "NUMBER", 0, "Option 3" }, + { NULL, 0, NULL, 0, NULL } + }; + +static const struct argp_option opt4[] = + { + { "opt4", '4', "NUMBER", 0, "Option 4" }, + { NULL, 0, NULL, 0, NULL } + }; + +static const struct argp_option opt5[] = + { + { "opt5", '5', "NUMBER", 0, "Option 5" }, + { NULL, 0, NULL, 0, NULL } + }; + +static struct argp argp5 = + { + opt5, NULL, "args doc5", "doc5", NULL, NULL, NULL + }; + +static struct argp argp4 = + { + opt4, NULL, "args doc4", "doc4", NULL, NULL, NULL + }; + +static struct argp argp3 = + { + opt3, NULL, "args doc3", "doc3", NULL, NULL, NULL + }; + +static struct argp_child children2[] = + { + { &argp4, 0, "child3", 3 }, + { &argp5, 0, "child4", 4 }, + { NULL, 0, NULL, 0 } + }; + +static struct argp argp2 = + { + opt2, NULL, "args doc2", "doc2", children2, NULL, NULL + }; + +static struct argp_child children1[] = + { + { &argp2, 0, "child1", 1 }, + { &argp3, 0, "child2", 2 }, + { NULL, 0, NULL, 0 } + }; + +static struct argp argp1 = + { + opt1, NULL, "args doc1", "doc1", children1, NULL, NULL + }; + + +static int +do_test (void) +{ + argp_help (&argp1, stdout, ARGP_HELP_LONG, (char *) "tst-argp2"); + return 0; +} + + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/assert/assert-perr.c b/assert/assert-perr.c index 3017c9fd9c..dd54246360 100644 --- a/assert/assert-perr.c +++ b/assert/assert-perr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-1998,2001,2002 Free Software Foundation, Inc. +/* Copyright (C) 1994-1998,2001,2002,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -61,13 +61,7 @@ __assert_perror_fail (int errnum, __strerror_r (errnum, errbuf, sizeof errbuf)) >= 0) { /* Print the message. */ -#ifdef USE_IN_LIBIO - if (_IO_fwide (stderr, 0) > 0) - (void) __fwprintf (stderr, L"%s", buf); - else -#endif - (void) fputs (buf, stderr); - + (void) __fxprintf (NULL, "%s", buf); (void) fflush (stderr); /* We have to free the buffer since the appplication might catch the diff --git a/assert/assert.c b/assert/assert.c index 20c86eba52..0ef4ca62e4 100644 --- a/assert/assert.c +++ b/assert/assert.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991,1994-1996,1998,2001,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991,1994-1996,1998,2001,2002,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -60,13 +61,7 @@ __assert_fail (const char *assertion, const char *file, unsigned int line, assertion) >= 0) { /* Print the message. */ -#ifdef USE_IN_LIBIO - if (_IO_fwide (stderr, 0) > 0) - (void) __fwprintf (stderr, L"%s", buf); - else -#endif - (void) fputs (buf, stderr); - + (void) __fxprintf (NULL, "%s", buf); (void) fflush (stderr); /* We have to free the buffer since the application might catch the diff --git a/assert/assert.h b/assert/assert.h index 2f83146274..7c8ae4845d 100644 --- a/assert/assert.h +++ b/assert/assert.h @@ -84,16 +84,18 @@ extern void __assert (const char *__assertion, const char *__file, int __line) __END_DECLS -# define assert(expr) \ - (__ASSERT_VOID_CAST ((expr) ? 0 : \ - (__assert_fail (__STRING(expr), __FILE__, __LINE__, \ - __ASSERT_FUNCTION), 0))) +# define assert(expr) \ + ((expr) \ + ? __ASSERT_VOID_CAST (0) \ + : (__assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION), \ + __ASSERT_VOID_CAST (0))) # ifdef __USE_GNU -# define assert_perror(errnum) \ - (__ASSERT_VOID_CAST (!(errnum) ? 0 : \ - (__assert_perror_fail ((errnum), __FILE__, __LINE__, \ - __ASSERT_FUNCTION), 0))) +# define assert_perror(errnum) \ + (!(errnum) \ + ? __ASSERT_VOID_CAST (0) \ + : (__assert_perror_fail ((errnum), __FILE__, __LINE__, __ASSERT_FUNCTION), \ + __ASSERT_VOID_CAST (0))) # endif /* Version 2.4 and later of GCC define a magical variable `__PRETTY_FUNCTION__' diff --git a/bare/.cvsignore b/bare/.cvsignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/bare/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/bare/Makefile b/bare/Makefile deleted file mode 100644 index ddfa6ac5e9..0000000000 --- a/bare/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright (C) 1994, 1997 Free Software Foundation, Inc. -# This file is part of the GNU C Library. -# Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil), -# On-Line Applications Research Corporation. -# - -# The GNU C Library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. - -# The GNU C Library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. - -subdir := bare - -bare-routines := brdinit console strtsupp -routines = $(bare-routines) -elided-routines = $(bare-routines) -extra-objs = $(bare-routines:%=%.o) - -install-lib = lib$(config-vendor).a - -include ../Rules - -# -# For bare targets, the $(config-vendor) is the name of the board. -# We will place the board dependent code ONLY in a library which -# is board dependent. This way many target boards can share a -# single libc.a. To resolve all symbols and successfully link -# a program, the application must link against libc.a and libMY_TARGET.a. -# For example, the target specific library for the Motorola MVME135 -# board will be named libmvme135.a. To link a program for the -# MVME135, one must link against -lc and -lmvme135. -# - -lib: $(objpfx)lib$(config-vendor).a - -$(objpfx)lib$(config-vendor).a: $(bare-routines:%=$(objpfx)%.o) -# This library is small enough that it's simplest to recreate the archive -# from scratch each time. - rm -f $@ -ifdef objdir - cd $(objpfx); $(AR) cq$(verbose) $(@:$(objpfx)%=%) $(^:$(objpfx)%=%) -else - $(AR) cq$(verbose) $@ $^ -endif - $(RANLIB) $@ diff --git a/bits/byteswap.h b/bits/byteswap.h index 38d8540130..949ed0bc9d 100644 --- a/bits/byteswap.h +++ b/bits/byteswap.h @@ -1,5 +1,5 @@ /* Macros to swap the order of bytes in integer values. - Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1997,1998,2000,2001,2002,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -25,32 +25,35 @@ #define _BITS_BYTESWAP_H 1 /* Swap bytes in 16 bit value. */ +#define __bswap_constant_16(x) \ + ((((x) >> 8) & 0xffu) | (((x) & 0xffu) << 8)) + #ifdef __GNUC__ # define __bswap_16(x) \ (__extension__ \ - ({ unsigned short int __bsx = (x); \ - ((((__bsx) >> 8) & 0xff) | (((__bsx) & 0xff) << 8)); })) + ({ unsigned short int __bsx = (x); __bswap_constant_16 (__bsx); })) #else static __inline unsigned short int __bswap_16 (unsigned short int __bsx) { - return ((((__bsx) >> 8) & 0xff) | (((__bsx) & 0xff) << 8)); + return __bswap_constant_16 (__bsx); } #endif /* Swap bytes in 32 bit value. */ +#define __bswap_constant_32(x) \ + ((((x) & 0xff000000u) >> 24) | (((x) & 0x00ff0000u) >> 8) | \ + (((x) & 0x0000ff00u) << 8) | (((x) & 0x000000ffu) << 24)) + #ifdef __GNUC__ # define __bswap_32(x) \ - (__extension__ \ - ({ unsigned int __bsx = (x); \ - ((((__bsx) & 0xff000000) >> 24) | (((__bsx) & 0x00ff0000) >> 8) | \ - (((__bsx) & 0x0000ff00) << 8) | (((__bsx) & 0x000000ff) << 24)); })) + (__extension__ \ + ({ register unsigned int __bsx = (x); __bswap_constant_32 (__bsx); })) #else static __inline unsigned int __bswap_32 (unsigned int __bsx) { - return ((((__bsx) & 0xff000000) >> 24) | (((__bsx) & 0x00ff0000) >> 8) | - (((__bsx) & 0x0000ff00) << 8) | (((__bsx) & 0x000000ff) << 24)); + return __bswap_constant_32 (__bsx); } #endif diff --git a/bits/link.h b/bits/link.h index 470b4d3e5f..6b4f811c25 100644 --- a/bits/link.h +++ b/bits/link.h @@ -1,4 +1 @@ -struct link_map_machine - { - /* empty by default */ - }; +#error "Architecture-specific definition needed." diff --git a/sysdeps/generic/bits/link.h b/bits/linkmap.h similarity index 100% rename from sysdeps/generic/bits/link.h rename to bits/linkmap.h diff --git a/bits/mman.h b/bits/mman.h index a2ee064cae..0c15902706 100644 --- a/bits/mman.h +++ b/bits/mman.h @@ -1,5 +1,5 @@ /* Definitions for BSD-style memory management. - Copyright (C) 1994-1998,2000,01,02 Free Software Foundation, Inc. + Copyright (C) 1994-1998,2000,01,02,05 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -85,6 +85,12 @@ #define MS_SYNC 0 /* Synchronous memory sync. */ #define MS_INVALIDATE 2 /* Invalidate the caches. */ +/* Flags for `mremap'. */ +#ifdef __USE_GNU +# define MREMAP_MAYMOVE 1 /* Mapping address may change. */ +# define MREMAP_FIXED 2 /* Fifth argument sets new address. */ +#endif + /* Flags for `mlockall' (can be OR'd together). */ #define MCL_CURRENT 1 /* Lock all currently mapped pages. */ #define MCL_FUTURE 2 /* Lock all additions to address diff --git a/bits/resource.h b/bits/resource.h index 05b28dfccd..8057f5cc65 100644 --- a/bits/resource.h +++ b/bits/resource.h @@ -1,5 +1,5 @@ /* Bit values & structures for resource limits. 4.4 BSD/generic GNU version. - Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1994,1996,1997,1998,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -63,6 +63,14 @@ enum __rlimit_resource RLIMIT_NOFILE = RLIMIT_OFILE, /* Another name for the same thing. */ #define RLIMIT_OFILE RLIMIT_OFILE #define RLIMIT_NOFILE RLIMIT_NOFILE + /* Maximum size of all socket buffers. */ + RLIMIT_SBSIZE, +#define RLIMIT_SBSIZE RLIMIT_SBSIZE + /* Maximum size in bytes of the process address space. */ + RLIMIT_AS, + RLIMIT_VMEM = RLIMIT_AS, /* Another name for the same thing. */ +#define RLIMIT_AS RLIMIT_AS +#define RLIMIT_VMEM RLIMIT_AS RLIMIT_NLIMITS, /* Number of limit flavors. */ RLIM_NLIMITS = RLIMIT_NLIMITS /* Traditional name for same. */ diff --git a/bits/siginfo.h b/bits/siginfo.h index fe7b3b5f9c..241033b7cd 100644 --- a/bits/siginfo.h +++ b/bits/siginfo.h @@ -76,7 +76,7 @@ enum { ILL_ILLOPC = 1, /* Illegal opcode. */ # define ILL_ILLOPC ILL_ILLOPC - ILL_ILL_OPN, /* Illegal operand. */ + ILL_ILLOPN, /* Illegal operand. */ # define ILL_ILLOPN ILL_ILLOPN ILL_ILLADR, /* Illegal addressing mode. */ # define ILL_ILLADR ILL_ILLADR diff --git a/bits/syslog-path.h b/bits/syslog-path.h new file mode 100644 index 0000000000..a1bbd6b216 --- /dev/null +++ b/bits/syslog-path.h @@ -0,0 +1,29 @@ +/* -- _PATH_LOG definition + Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#ifndef _SYS_SYSLOG_H +# error "Never include this file directly. Use instead" +#endif + +#ifndef _BITS_SYSLOG_PATH_H +#define _BITS_SYSLOG_PATH_H 1 + +#define _PATH_LOG "/dev/log" + +#endif /* bits/syslog-path.h */ diff --git a/bits/types.h b/bits/types.h index ce48964f14..65c8a9fe90 100644 --- a/bits/types.h +++ b/bits/types.h @@ -1,5 +1,5 @@ /* bits/types.h -- definitions of __*_t types underlying *_t types. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -114,6 +114,9 @@ typedef struct # define __ULONG32_TYPE unsigned long int # define __S64_TYPE __quad_t # define __U64_TYPE __u_quad_t +/* We want __extension__ before typedef's that use nonstandard base types + such as `long long' in C89 mode. */ +# define __STD_TYPE __extension__ typedef #elif __WORDSIZE == 64 # define __SQUAD_TYPE long int # define __UQUAD_TYPE unsigned long int @@ -123,15 +126,13 @@ typedef struct # define __ULONG32_TYPE unsigned int # define __S64_TYPE long int # define __U64_TYPE unsigned long int +/* No need to mark the typedef with __extension__. */ +# define __STD_TYPE typedef #else # error #endif #include /* Defines __*_T_TYPE macros. */ -/* We want __extension__ before typedef's that use nonstandard base types - such as `long long' in C89 mode. */ -#define __STD_TYPE __extension__ typedef - __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */ __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */ diff --git a/c_stubs/Banner b/c_stubs/Banner new file mode 100644 index 0000000000..0e1b60a15b --- /dev/null +++ b/c_stubs/Banner @@ -0,0 +1 @@ +The C stubs add-on version 2.1.2. diff --git a/c_stubs/COPYING.LIB b/c_stubs/COPYING.LIB new file mode 100644 index 0000000000..161a3d1d47 --- /dev/null +++ b/c_stubs/COPYING.LIB @@ -0,0 +1,482 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + MA 02111-1307, USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/c_stubs/ChangeLog b/c_stubs/ChangeLog new file mode 100644 index 0000000000..c362478579 --- /dev/null +++ b/c_stubs/ChangeLog @@ -0,0 +1,46 @@ +2006-03-01 Jakub Jelinek + + * configure (libc_add_on_canonical, libc_add_on_subdir): Set. + +2001-08-07 Jakub Jelinek + + * gconv_stubs.c (__gconv_lookup_alias): Remove. + (__gconv_NOOP, __gconv_compare_alias, __gconv_release_cache, + __gconv_release_step): New. + +2001-06-07 Jakub Jelinek + + * gconv_stubs.c (__gconv_lookup_alias): New. + +2000-02-27 Cristian Gafton + + * gconv_stubs.c: Return __gconv_OK for: + __gconv_transform_ascii_internal + __gconv_transform_ucs2little_internal + __gconv_transform_utf16_internal + __gconv_transform_utf8_internal + __gconv_transform_ucs2_internal + +2000-02-25 Cristian Gafton + + * gconv_stubs.c: add __c_stubs_is_compiled_in so we can detect when + the library is linked in. + +Wed Dec 8 13:47:25 1999 Ivan Brunello + + * Makefile (extra-objs): Changed stubs.o to gconv_stubs.o. + +Sun Dec 5 11:32:17 1999 H.J. Lu + + * gconv_stubs.c: Renamed from stubs.c. + Support glibc 2.1.x. + +Mon Aug 23 16:42:05 1999 H.J. Lu + + * Banner: New. + * COPYING.LIB: Likewise. + * Makefile: Likewise. + * README: Likewise. + * configure: Likewise. + * stubs.c: Likewise. + * test-stdio.c: Likewise. diff --git a/c_stubs/Makefile b/c_stubs/Makefile new file mode 100644 index 0000000000..0b8da7c87a --- /dev/null +++ b/c_stubs/Makefile @@ -0,0 +1,46 @@ +# Copyright (C) 1999 Free Software Foundation, Inc. +# This file is part of the GNU C Library. + +# The GNU C Library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. + +# The GNU C Library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. + +# You should have received a copy of the GNU Library General Public +# License along with the GNU C Library; see the file COPYING.LIB. If not, +# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. + +# +# Sub-makefile for the C stub add-on library. +# +subdir := c_stubs + +tests-static := test-stdio +tests := $(tests-static) + +libc_stubs-objs := gconv_stubs.o + +install-lib := libc_stubs.a +non-lib.a := libc_stubs.a + +extra-objs := gconv_stubs.o libc_stubs.a + +include ../Makeconfig + +CPPFLAGS += -I../iconv + +include ../Rules + +$(objpfx)libc_stubs.a: $(addprefix $(objpfx), $(libc_stubs-objs)) + -rm -f $@ + $(CC) -nostdlib -nostartfiles -r -o $@ $^ + +lib: $(objpfx)libc_stubs.a + +$(objpfx)test-stdio: $(objpfx)libc_stubs.a diff --git a/c_stubs/README b/c_stubs/README new file mode 100644 index 0000000000..9567ff80ee --- /dev/null +++ b/c_stubs/README @@ -0,0 +1,8 @@ +This is a stub add-on library for the GNU C library version 2.1.2 and +above. It is used to create the smaller static binaries by stubbing +out the gconv related functions. The resulting binaries may not have +all the functionalities. + +H.J. Lu +hjl@gnu.org +12/05/1999 diff --git a/c_stubs/configure b/c_stubs/configure new file mode 100755 index 0000000000..0e16c59fa0 --- /dev/null +++ b/c_stubs/configure @@ -0,0 +1,5 @@ +# This is only to keep the GNU C library configure mechanism happy. +# This is a shell script fragment sourced by the main configure script. + +libc_add_on_canonical= +libc_add_on_subdirs=. diff --git a/c_stubs/gconv_stubs.c b/c_stubs/gconv_stubs.c new file mode 100644 index 0000000000..f4c0b66da2 --- /dev/null +++ b/c_stubs/gconv_stubs.c @@ -0,0 +1,126 @@ +/* Provide gconv stub functions for the minimum static binaries. + Copyright (C) 1999, 2001, 2003, 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#include +#include +#include +#include +#if __GNUC_PREREQ(3, 3) +# include +#else +# include +#endif + +__libc_lock_define_initialized (, __gconv_lock) + +/* hack for self identification */ +int __c_stubs_is_compiled_in; + +/* Don't drag in the dynamic linker. */ +void *__libc_stack_end; + +int attribute_hidden +__gconv_OK (void) +{ +#if __GLIBC__ > 2 || __GLIBC_MINOR__ > 1 + return __GCONV_OK; +#else + return GCONV_OK; +#endif +} + +int attribute_hidden +__gconv_NOCONV (void) +{ +#if __GLIBC__ > 2 || __GLIBC_MINOR__ > 1 + return __GCONV_NOCONV; +#else + return GCONV_NOCONV; +#endif +} + +void attribute_hidden +__gconv_NOOP (void) +{ +} + +int +internal_function +__gconv_compare_alias (const char *name1, const char *name2) +{ + return strcmp (name1, name2); +} + +wint_t +__gconv_btwoc_ascii (struct __gconv_step *step, unsigned char c) +{ + if (c < 0x80) + return c; + else + return WEOF; +} + + +#if __GNUC_PREREQ(3, 3) +# undef strong_alias +# define strong_alias(impl, name) \ + __typeof (name) name __attribute__ ((alias (#impl))) +#endif + +strong_alias (__gconv_OK, + __gconv_close_transform); +strong_alias (__gconv_OK, + __gconv_close); + +strong_alias (__gconv_NOCONV, + __gconv); +strong_alias (__gconv_NOCONV, + __gconv_find_transform); +strong_alias (__gconv_NOCONV, + __gconv_open); + +/* These transformations should not fail in normal conditions */ +strong_alias (__gconv_OK, + __gconv_transform_ascii_internal); +strong_alias (__gconv_OK, + __gconv_transform_utf16_internal); +strong_alias (__gconv_OK, + __gconv_transform_utf8_internal); +strong_alias (__gconv_OK, + __gconv_transform_ucs2_internal); + +/* We can assume no conversion for these ones */ +strong_alias (__gconv_NOCONV, + __gconv_transform_internal_ascii); +strong_alias (__gconv_NOCONV, + __gconv_transform_internal_ucs2); +strong_alias (__gconv_NOCONV, + __gconv_transform_internal_ucs4); +strong_alias (__gconv_NOCONV, + __gconv_transform_internal_utf16); +strong_alias (__gconv_NOCONV, + __gconv_transform_internal_utf8); + +strong_alias (__gconv_NOCONV, + __gconv_transliterate); + +strong_alias (__gconv_NOOP, + __gconv_release_cache); +strong_alias (__gconv_NOOP, + __gconv_release_step); diff --git a/c_stubs/test-stdio.c b/c_stubs/test-stdio.c new file mode 100644 index 0000000000..8f4ea6d1bb --- /dev/null +++ b/c_stubs/test-stdio.c @@ -0,0 +1,8 @@ +#include + +int +main (void) +{ + printf ("Hello world\n"); + return 0; +} diff --git a/catgets/gencat.c b/catgets/gencat.c index 2f6c81dc1d..e72754d526 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -1,24 +1,22 @@ -/* Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1996-2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #include @@ -248,7 +246,7 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2004"); +"), "2006"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/config-name.in b/config-name.in index 6380b09254..cdac43d860 100644 --- a/config-name.in +++ b/config-name.in @@ -1,5 +1,4 @@ /* @configure_input@ -*- C -*- - Generated from $Id$. This is used only by the generic `uname' function for systems with no real `uname' call. If this data is not correct, it does not matter much. */ diff --git a/config.h.in b/config.h.in index db3defc6b0..ba4dec8aff 100644 --- a/config.h.in +++ b/config.h.in @@ -8,11 +8,6 @@ # error "glibc must not be compiled with -ffast-math" #endif -/* Define if using GNU ld, with support for weak symbols in a.out, - and for symbol set and warning messages extensions in a.out and ELF. - This implies HAVE_WEAK_SYMBOLS; set by --with-gnu-ld. */ -#undef HAVE_GNU_LD - /* Define if using ELF, which supports weak symbols. This implies HAVE_ASM_WEAK_DIRECTIVE and NO_UNDERSCORES; set by --with-elf. */ @@ -21,6 +16,12 @@ /* Define if building with SELinux support. Set by --with-selinux. */ #undef HAVE_SELINUX +/* Defined if building with SELinux support & audit libs are detected. */ +#undef HAVE_LIBAUDIT + +/* Defined if building with SELinux support & libcap libs are detected. */ +#undef HAVE_LIBCAP + /* Define if using XCOFF. Set by --with-xcoff. */ #undef HAVE_XCOFF @@ -47,9 +48,6 @@ /* Define if __attribute__((section("foo"))) puts quotes around foo. */ #undef HAVE_SECTION_QUOTES -/* Define if using the GNU assembler, gas. */ -#undef HAVE_GNU_AS - /* Define if the assembler supports the `.set' directive. */ #undef HAVE_ASM_SET_DIRECTIVE @@ -94,13 +92,6 @@ /* Define if static NSS modules are wanted. */ #undef DO_STATIC_NSS -/* Define if gcc uses DWARF2 unwind information for exception support. */ -#undef HAVE_DWARF2_UNWIND_INFO - -/* Define if gcc uses DWARF2 unwind information for exception support - with static variable. */ -#undef HAVE_DWARF2_UNWIND_INFO_STATIC - /* Define if the compiler supports __builtin_expect. */ #undef HAVE_BUILTIN_EXPECT @@ -155,10 +146,6 @@ /* Define if binutils support TLS handling. */ #undef HAVE_TLS_SUPPORT -/* Define if the linker supports .preinit_array/.init_array/.fini_array - sections. */ -#undef HAVE_INITFINI_ARRAY - /* Define if the compiler's exception support is based on libunwind. */ #undef HAVE_CC_WITH_LIBUNWIND @@ -183,10 +170,6 @@ /* Override abi-tags ABI version if necessary. */ #undef __ABI_TAG_VERSION -/* An extension in gcc 2.96 and up allows the subtraction of two - local labels. */ -#undef HAVE_SUBTRACT_LOCAL_LABELS - /* bash 2.0 introduced the _XXX_GNU_nonoption_argv_flags_ variable to help getopt determine whether a parameter is a flag or not. This features was disabled later since it caused trouble. We are by default therefore @@ -217,6 +200,15 @@ /* Define if inlined system calls are available. */ #undef HAVE_INLINED_SYSCALLS +/* Define if your assembler and linker support R_PPC_REL16* relocs. */ +#undef HAVE_ASM_PPC_REL16 + +/* Define if your compiler defaults to -msecure-plt mode on ppc. */ +#undef HAVE_PPC_SECURE_PLT + +/* Define if __stack_chk_guard canary should be randomized at program startup. */ +#undef ENABLE_STACKGUARD_RANDOMIZE + /* */ diff --git a/config.make.in b/config.make.in index 81cb95b77f..677da3a891 100644 --- a/config.make.in +++ b/config.make.in @@ -1,5 +1,4 @@ # @configure_input@ -# From $Id$. # Don't edit this file. Put configuration parameters in configparms instead. version = @VERSION@ @@ -31,9 +30,11 @@ base-machine = @base_machine@ config-vendor = @host_vendor@ config-os = @host_os@ config-sysdirs = @sysnames@ +with-cpu = @submachine@ defines = @DEFINES@ sysincludes = @SYSINCLUDES@ +c++-sysincludes = @CXX_SYSINCLUDES@ all-warnings = @all_warnings@ elf = @elf@ @@ -53,15 +54,18 @@ with-fp = @with_fp@ with-cvs = @with_cvs@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ -have-initfini-array = @libc_cv_initfinit_array@ have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ enable-check-abi = @enable_check_abi@ have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ +have-ssp = @libc_cv_ssp@ have-selinux = @have_selinux@ +have-libaudit = @have_libaudit@ +have-libcap = @have_libcap@ have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ fno-unit-at-a-time = @fno_unit_at_a_time@ bind-now = @bindnow@ +have-hash-style = @libc_cv_hashstyle@ static-libgcc = @libc_cv_gcc_static_libgcc@ @@ -69,7 +73,6 @@ versioning = @VERSIONING@ oldest-abi = @oldest_abi@ no-whole-archive = @no_whole_archive@ exceptions = @exceptions@ -have_doors = @linux_doors@ mach-interface-list = @mach_interface_list@ @@ -79,8 +82,6 @@ have-ksh = @libc_cv_have_ksh@ sizeof-long-double = @sizeof_long_double@ # Configuration options. -gnu-as = @gnu_as@ -gnu-ld = @gnu_ld@ build-static = @static@ build-shared = @shared@ build-pic-default= @pic_default@ @@ -89,6 +90,8 @@ build-omitfp = @omitfp@ build-bounded = @bounded@ build-static-nss = @static_nss@ add-ons = @add_ons@ +add-on-subdirs = @add_on_subdirs@ +sysdeps-add-ons = @sysdeps_add_ons@ cross-compiling = @cross_compiling@ force-install = @force_install@ diff --git a/configure b/configure index 93fff2a64d..d14f89a8a9 100755 --- a/configure +++ b/configure @@ -313,7 +313,7 @@ ac_includes_default="\ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS with_fp with_cvs enable_check_abi oldest_abi bindnow force_install all_warnings build build_cpu build_vendor build_os host host_cpu host_vendor host_os subdirs add_ons base_machine sysnames INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC OBJEXT BUILD_CC cross_compiling CPP CXX CXXFLAGS ac_ct_CXX AR OBJDUMP RANLIB ac_ct_RANLIB MIG AS LD PWD_P MAKE MSGFMT MAKEINFO SED AUTOCONF SYSINCLUDES libc_cv_gcc_static_libgcc BASH libc_cv_have_bash2 KSH libc_cv_have_ksh AWK PERL INSTALL_INFO BISON VERSIONING libc_cv_asm_protected_directive libc_cv_initfinit_array libc_cv_cc_with_libunwind libc_cv_z_nodelete libc_cv_z_nodlopen libc_cv_z_initfirst libc_cv_z_relro libc_cv_Bgroup libc_cv_libgcc_s_suffix libc_cv_as_needed ASFLAGS_config libc_cv_z_combreloc libc_cv_z_execstack libc_cv_fpie fno_unit_at_a_time libc_cv_have_initfini libc_cv_cpp_asm_debuginfo no_whole_archive exceptions LIBGD have_selinux EGREP sizeof_long_double libc_cv_gcc_unwind_find_fde uname_sysname uname_release uname_version old_glibc_headers libc_cv_slibdir libc_cv_localedir libc_cv_sysconfdir libc_cv_rootsbindir libc_cv_forced_unwind use_ldconfig ldd_rewrite_script gnu_ld gnu_as elf xcoff static shared pic_default profile omitfp bounded static_nss nopic_initfini DEFINES linux_doors mach_interface_list VERSION RELEASE LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS with_fp with_cvs enable_check_abi oldest_abi bindnow force_install all_warnings build build_cpu build_vendor build_os host host_cpu host_vendor host_os subdirs add_ons add_on_subdirs base_machine submachine sysnames sysdeps_add_ons INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC OBJEXT BUILD_CC cross_compiling CPP CXX CXXFLAGS ac_ct_CXX AR OBJDUMP RANLIB ac_ct_RANLIB MIG AS LD PWD_P MAKE MSGFMT MAKEINFO SED AUTOCONF SYSINCLUDES CXX_SYSINCLUDES libc_cv_gcc_static_libgcc BASH libc_cv_have_bash2 KSH libc_cv_have_ksh AWK PERL INSTALL_INFO BISON VERSIONING libc_cv_asm_protected_directive libc_cv_cc_with_libunwind libc_cv_z_nodelete libc_cv_z_nodlopen libc_cv_z_initfirst libc_cv_z_relro libc_cv_Bgroup libc_cv_libgcc_s_suffix libc_cv_as_needed ASFLAGS_config libc_cv_z_combreloc libc_cv_z_execstack libc_cv_fpie libc_cv_hashstyle fno_unit_at_a_time libc_cv_ssp libc_cv_have_initfini no_whole_archive exceptions LIBGD have_libaudit have_libcap have_selinux EGREP sizeof_long_double libc_cv_gcc_unwind_find_fde uname_sysname uname_release uname_version old_glibc_headers libc_cv_slibdir libc_cv_localedir libc_cv_sysconfdir libc_cv_rootsbindir libc_cv_forced_unwind use_ldconfig ldd_rewrite_script elf xcoff static shared pic_default profile omitfp bounded static_nss nopic_initfini DEFINES mach_interface_list VERSION RELEASE LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -873,6 +873,9 @@ Optional Features: objects [default=yes if supported] --enable-oldest-abi=ABI configure the oldest ABI supported [e.g. 2.2] [default=glibc default] + --enable-stackguard-randomization + initialize __stack_chk_guard canary with a random + number at program start --enable-add-ons[=DIRS...] configure and build add-ons in DIR1,DIR2,... search for add-ons if no parameter given @@ -888,7 +891,6 @@ Optional Features: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-gmp=DIRECTORY find GMP source code in DIRECTORY (not needed) --with-gd=DIR find libgd include dir and library with prefix DIR --with-gd-include=DIR find libgd include files in DIR --with-gd-lib=DIR find libgd library files in DIR @@ -903,6 +905,7 @@ Optional Packages: default] --with-tls enable support for TLS --without-__thread do not use TLS features even when supporting them + --with-cpu=CPU select code for CPU variant Some influential environment variables: CC C compiler command @@ -1402,22 +1405,6 @@ fi # This will get text that should go into config.make. config_vars= -# Check for a --with-gmp argument and set gmp-srcdir in config.make. - -# Check whether --with-gmp or --without-gmp was given. -if test "${with_gmp+set}" = set; then - withval="$with_gmp" - -case "$with_gmp" in -yes) { { echo "$as_me:$LINENO: error: --with-gmp requires an argument; use --with-gmp=DIRECTORY" >&5 -echo "$as_me: error: --with-gmp requires an argument; use --with-gmp=DIRECTORY" >&2;} - { (exit 1); exit 1; }; } ;; -''|no) ;; -*) config_vars="$config_vars -gmp-srcdir = $withval" ;; -esac - -fi; # Check for a --with-gd argument and set libgd-LDFLAGS in config.make. # Check whether --with-gd or --without-gd was given. @@ -1597,18 +1584,26 @@ _ACEOF fi +# Check whether --enable-stackguard-randomization or --disable-stackguard-randomization was given. +if test "${enable_stackguard_randomization+set}" = set; then + enableval="$enable_stackguard_randomization" + enable_stackguard_randomize=$enableval +else + enable_stackguard_randomize=no +fi; +if test "$enable_stackguard_randomize" = yes; then + cat >>confdefs.h <<\_ACEOF +#define ENABLE_STACKGUARD_RANDOMIZE 1 +_ACEOF + +fi + # Check whether --enable-add-ons or --disable-add-ons was given. if test "${enable_add_ons+set}" = set; then enableval="$enable_add_ons" - case "$enableval" in - yes) add_ons=`cd $srcdir && echo */configure | sed -e 's!/configure!!g'` - add_ons_automatic=yes - test "$add_ons" = "*" && add_ons= ;; - *) add_ons=`echo "$enableval" | sed 's/,/ /g'` - add_ons_automatic=no ;; - esac + else - add_ons= add_ons_automatic=no + enable_add_ons=yes fi; @@ -1776,11 +1771,6 @@ config_os="`echo $config_os | sed 's/^unknown-//'`" # Some configurations imply other options. case "$host_os" in -gnu* | linux* | bsd4.4* | netbsd* | freebsd*) - # These systems always use GNU tools. - gnu_ld=yes gnu_as=yes ;; -esac -case "$host_os" in # i586-linuxaout is mangled into i586-pc-linux-gnuaout linux*ecoff* | linux*aout* | gnu*aout* | gnu*ecoff*) ;; @@ -1815,8 +1805,23 @@ case "$machine-$host_os" in ;; esac +submachine= + +# Check whether --with-cpu or --without-cpu was given. +if test "${with_cpu+set}" = set; then + withval="$with_cpu" + case "$withval" in + yes|'') { { echo "$as_me:$LINENO: error: --with-cpu requires an argument" >&5 +echo "$as_me: error: --with-cpu requires an argument" >&2;} + { (exit 1); exit 1; }; } ;; + no) ;; + *) submachine="$withval" ;; + esac -# An add-on can set this when it the tuple to disable the sanity check below. +fi; + + +# An add-on can set this when it wants to disable the sanity check below. libc_config_ok=no @@ -1824,6 +1829,18 @@ libc_config_ok=no subdirs="$subdirs " +case "$enable_add_ons" in +''|no) add_ons= ;; +yes|'*') + add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps | + sed 's@/[^/]*$@@' | sort | uniq` + add_ons_automatic=yes + ;; +*) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'` + add_ons_automatic=no ;; +esac + +configured_add_ons= add_ons_sfx= add_ons_pfx= if test x"$add_ons" != x; then @@ -1857,13 +1874,6 @@ echo "$as_me: error: { (exit 1); exit 1; }; } ;; esac - - # Test whether such a subdir really exists. - test -d $srcdir/$f || { - { { echo "$as_me:$LINENO: error: add-on directory \"$f\" does not exist" >&5 -echo "$as_me: error: add-on directory \"$f\" does not exist" >&2;} - { (exit 1); exit 1; }; } - } done # Now source each add-on's configure fragment. @@ -1873,19 +1883,81 @@ echo "$as_me: error: add-on directory \"$f\" does not exist" >&2;} # whether it goes into the list to be actually used in the build. use_add_ons= for libc_add_on in $add_ons; do - libc_add_on_frag=$srcdir/$libc_add_on/configure - if test -r $libc_add_on_frag; then - echo "$as_me:$LINENO: result: running configure fragment for add-on $libc_add_on" >&5 -echo "${ECHO_T}running configure fragment for add-on $libc_add_on" >&6 - . $libc_add_on_frag - else - { echo "$as_me:$LINENO: WARNING: add-on fragment $libc_add_on_frag missing" >&5 -echo "$as_me: WARNING: add-on fragment $libc_add_on_frag missing" >&2;} + # Test whether such a directory really exists. + # It can be absolute, or relative to $srcdir, or relative to the build dir. + case "$libc_add_on" in + /*) + libc_add_on_srcdir=$libc_add_on + ;; + *) + test -d "$srcdir/$libc_add_on" || { + if test -d "$libc_add_on"; then + libc_add_on="`pwd`/$libc_add_on" + else + { { echo "$as_me:$LINENO: error: add-on directory \"$libc_add_on\" does not exist" >&5 +echo "$as_me: error: add-on directory \"$libc_add_on\" does not exist" >&2;} + { (exit 1); exit 1; }; } + fi + } + libc_add_on_srcdir=$srcdir/$libc_add_on + ;; + esac + + libc_add_on_frag=$libc_add_on_srcdir/configure + libc_add_on_canonical= + if test -r "$libc_add_on_frag"; then + { echo "$as_me:$LINENO: running configure fragment for add-on $libc_add_on" >&5 +echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;} + libc_add_on_canonical=unknown + libc_add_on_subdirs= + . "$libc_add_on_frag" + test -z "$libc_add_on" || { + configured_add_ons="$configured_add_ons $libc_add_on" + if test "x$libc_add_on_canonical" = xunknown; then + { { echo "$as_me:$LINENO: error: fragment must set \$libc_add_on_canonical" >&5 +echo "$as_me: error: fragment must set \$libc_add_on_canonical" >&2;} + { (exit 1); exit 1; }; } + fi + for d in $libc_add_on_subdirs; do + case "$libc_add_on" in + /*) subdir_srcdir="$libc_add_on" ;; + *) subdir_srcdir="\$(..)$libc_add_on" ;; + esac + case "$d" in + .) + d="${libc_add_on_canonical:-$libc_add_on}" + ;; + /*) + subdir_srcdir="$d" + ;; + *) + subdir_srcdir="$subdir_srcdir/$d" + ;; + esac + d=`echo "$d" | sed 's@/*$@@;s@^.*/@@'` + add_on_subdirs="$add_on_subdirs $d" + test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars +$d-srcdir = $subdir_srcdir" + done + } fi if test -n "$libc_add_on"; then + if frags=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null` + then + echo "$as_me:$LINENO: checking add-on $libc_add_on for preconfigure fragments" >&5 +echo $ECHO_N "checking add-on $libc_add_on for preconfigure fragments... $ECHO_C" >&6 + for frag in $frags; do + name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'` + echo $ECHO_N "$name $ECHO_C" >&6 + . "$frag" + done + echo "$as_me:$LINENO: result: " >&5 +echo "${ECHO_T}" >&6 + fi use_add_ons="$use_add_ons $libc_add_on" add_ons_pfx="$add_ons_pfx $libc_add_on/" - add_ons_sfx="$add_ons_sfx /$libc_add_on" + test -z "$libc_add_on_canonical" || + add_ons_sfx="$add_ons_sfx /$libc_add_on_canonical" fi done # Use echo to strip excess whitespace. @@ -1894,6 +1966,7 @@ fi + ### ### I put this here to prevent those annoying emails from people who cannot ### read and try to compile glibc on unsupported platforms. --drepper @@ -1924,44 +1997,12 @@ fi test -n "$base_machine" || case "$machine" in a29k | am29000) base_machine=a29k machine=a29k ;; alpha*) base_machine=alpha machine=alpha/$machine ;; -arm*) base_machine=arm machine=arm/arm32/$machine ;; c3[012]) base_machine=cx0 machine=cx0/c30 ;; c4[04]) base_machine=cx0 machine=cx0/c40 ;; -hppa*64*) base_machine=hppa machine=hppa/hppa64 ;; -hppa*) base_machine=hppa machine=hppa/hppa1.1 ;; i[34567]86) base_machine=i386 machine=i386/$machine ;; ia64) base_machine=ia64 machine=ia64 ;; -m680?0) base_machine=m68k machine=m68k/$machine ;; -m68k) base_machine=m68k machine=m68k/m68020 ;; m88???) base_machine=m88k machine=m88k/$machine ;; m88k) base_machine=m88k machine=m88k/m88100 ;; -mips64*) base_machine=mips64 - case "$CC $CFLAGS $CPPFLAGS " in - *" -mabi=n32 "*) mips_cc_abi=n32 ;; - *" -mabi=64 "*|*" -mabi=n64 "*) mips_cc_abi=64 ;; - *" -mabi=32 "*|*" -mabi=o32 "*) mips_cc_abi=32 ;; - *) mips_cc_abi=default ;; - esac - case $config_os in - *abin32*) mips_config_abi=n32 ;; - *abi64*|*abin64*) mips_config_abi=64 ;; - *abi32*|*abio32*) mips_config_abi=32 ;; - *) mips_config_abi=$mips_cc_abi ;; - esac - case $mips_config_abi in - default) machine=mips/mips64/n32 mips_config_abi=n32 ;; - n32) machine=mips/mips64/n32 ;; - 64) machine=mips/mips64/n64 ;; - 32) machine=mips/mips32/kern64 ;; - esac - machine=$machine/$config_machine - if test $mips_config_abi != $mips_cc_abi; then - # This won't make it to config.make, but we want to - # set this in case configure tests depend on it. - CPPFLAGS="$CPPFLAGS -mabi=$mips_config_abi" - fi - ;; -mips*) base_machine=mips machine=mips/mips32/$machine ;; powerpc) base_machine=powerpc machine=powerpc/powerpc32 ;; powerpc64) base_machine=powerpc machine=powerpc/powerpc64 ;; s390) base_machine=s390 machine=s390/s390-32 ;; @@ -1975,12 +2016,15 @@ sparcv8 | supersparc | hypersparc) sparcv8plus | sparcv8plusa | sparcv9) base_machine=sparc machine=sparc/sparc32/sparcv9 ;; sparcv8plusb | sparcv9b) - base_machine=sparc machine=sparc/sparc32/sparcv9b ;; -sparc64 | ultrasparc) + base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9b ;; +sparcv9v) + base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9v ;; +sparc64) base_machine=sparc machine=sparc/sparc64 ;; -sparc64b | ultrasparc3) +sparc64b) base_machine=sparc machine=sparc/sparc64/sparcv9b ;; -thumb*) base_machine=thumb machine=arm/thumb/$machine ;; +sparc64v) + base_machine=sparc machine=sparc/sparc64/sparcv9v ;; *) base_machine=$machine ;; esac @@ -2051,7 +2095,7 @@ done # For sparc/sparc32, try sparc/sparc32 and then sparc. mach= -tail=$machine +tail=$machine${submachine:+/$submachine} while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do set $m # Prepend the machine's FPU directory unless --without-fp. @@ -2066,25 +2110,38 @@ done # Find what sysdep directories exist. +sysnames_add_ons= sysnames= -IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" -for d in $add_ons_pfx ''; do - for b in $base ''; do - for m0 in $mach ''; do - for v in /$vendor ''; do - test "$v" = / && continue - for o in /$ostry ''; do - test "$o" = / && continue - for m in $mach ''; do +for b in $base ''; do + for m0 in $mach ''; do + for v in /$vendor ''; do + test "$v" = / && continue + for o in /$ostry ''; do + test "$o" = / && continue + for m in $mach ''; do + for d in $add_ons_pfx ''; do for a in $add_ons_sfx ''; do - if test "$m0$b$v$o$m"; then - try="${d}sysdeps$m0$b$v$o$m$a" + if test -n "$m0$m0sub$b$v$o$m$msub"; then + try_srcdir="${srcdir}/" + case "$d" in + /*) try_srcdir= ;; + esac + try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a" test -n "$enable_debug_configure" && echo "$0 DEBUG: try $try" >&2 - if test -d $srcdir/$try; then + if test -d "$try_srcdir$try"; then sysnames="$sysnames $try" { test -n "$o" || test -n "$b"; } && os_used=t { test -n "$m" || test -n "$m0"; } && machine_used=t + case x${m0:-$m} in + x*/$submachine) submachine_used=t ;; + esac + if test -n "$d"; then + case "$sysnames_add_ons" in + *" $d "*) ;; + *|'') sysnames_add_ons="$sysnames_add_ons $d" ;; + esac + fi fi fi done @@ -2094,7 +2151,6 @@ for d in $add_ons_pfx ''; do done done done -IFS="$ac_save_ifs" if test -z "$os_used" && test "$os" != none; then { { echo "$as_me:$LINENO: error: Operating system $os is not supported." >&5 @@ -2106,6 +2162,12 @@ if test -z "$machine_used" && test "$machine" != none; then echo "$as_me: error: The $machine is not supported." >&2;} { (exit 1); exit 1; }; } fi +if test -z "$submachine_used" && test -n "$submachine"; then + { { echo "$as_me:$LINENO: error: The $submachine subspecies of $host_cpu is not supported." >&5 +echo "$as_me: error: The $submachine subspecies of $host_cpu is not supported." >&2;} + { (exit 1); exit 1; }; } +fi + # We have now validated the configuration. @@ -2175,6 +2237,10 @@ while test $# -gt 0; do then implied="$implied $try" found=yes + case "$sysnames_add_ons" in + *" $d "*) ;; + *|'') sysnames_add_ons="$sysnames_add_ons $d" ;; + esac fi done if test $found = no; then @@ -2214,6 +2280,65 @@ sysnames="$names $default_sysnames" echo "$as_me:$LINENO: result: $default_sysnames" >&5 echo "${ECHO_T}$default_sysnames" >&6 +# Collect the list of add-ons that supply partial sysdeps trees. +sysdeps_add_ons= +for add_on in $add_ons; do + case "$add_on" in + /*) xsrcdir= ;; + *) xsrcdir="$srcdir/" ;; + esac + + test -d "$xsrcdir$add_on/sysdeps" || { + case "$configured_add_ons " in + *" $add_on "*) ;; + *|'') + { { echo "$as_me:$LINENO: error: add-on $add_on has no configure fragment or sysdeps tree" >&5 +echo "$as_me: error: add-on $add_on has no configure fragment or sysdeps tree" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + continue + } + + sysdeps_add_ons="$sysdeps_add_ons $add_on" + case "$sysnames_add_ons" in + *" $add_on/ "*) ;; + *|'') + { echo "$as_me:$LINENO: WARNING: add-on $add_on contributed no sysdeps directories" >&5 +echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;} + continue ;; + esac + + found=no + for d in $sysnames; do + case "$d" in + $add_on/sysdeps/*) ;; + *) continue ;; + esac + (cd "$xsrcdir$d" && for f in *[!~]; do + case "$f" in + sys|bits) + for ff in $f/*.h; do + test -d "$ff" || { test -e "$ff" && exit 88; } + done + ;; + *) + test -d "$f" || { test -e "$f" && exit 88; } + ;; + esac + done) + if test $? -eq 88; then + found=yes + break + fi + done + if test $found = no; then + { echo "$as_me:$LINENO: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5 +echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;} + fi +done + + ### Locate tools. @@ -4093,7 +4218,7 @@ echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; - 3.[2-9]* | 4.[0-9]* ) + 3.4* | 4.[0-9]* ) ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; @@ -4440,9 +4565,17 @@ if test -n "$sysheaders"; then ccheaders=`$CC -print-file-name=include` SYSINCLUDES="-nostdinc -isystem $ccheaders \ -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`" + if test -n "$CXX"; then + cxxversion=`$CXX -dumpversion 2>&5` && + cxxmachine=`$CXX -dumpmachine 2>&5` && + cxxheaders=`$CXX -print-file-name=../../../../include/c++/`"$cxxversion" && + CXX_SYSINCLUDES="-isystem $cxxheaders \ +-isystem $cxxheaders/$cxxmachine -isystem $cxxheaders/backward" + fi fi + # check if ranlib is necessary echo "$as_me:$LINENO: checking whether ranlib is necessary" >&5 echo $ECHO_N "checking whether ranlib is necessary... $ECHO_C" >&6 @@ -5330,7 +5463,7 @@ _ACEOF fi - if test $libc_cv_visibility_attribute = yes -a $gnu_ld = yes; then + if test $libc_cv_visibility_attribute = yes; then echo "$as_me:$LINENO: checking whether to put _rtld_local into .sdata section" >&5 echo $ECHO_N "checking whether to put _rtld_local into .sdata section... $ECHO_C" >&6 if test "${libc_cv_have_sdata_section+set}" = set; then @@ -5338,7 +5471,7 @@ if test "${libc_cv_have_sdata_section+set}" = set; then else echo "int i;" > conftest.c libc_cv_have_sdata_section=no - if ${CC-cc} $LDFLAGS -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \ + if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \ | grep '\.sdata' >/dev/null; then libc_cv_have_sdata_section=yes fi @@ -5357,7 +5490,7 @@ _ACEOF echo "$as_me:$LINENO: checking for .preinit_array/.init_array/.fini_array support" >&5 echo $ECHO_N "checking for .preinit_array/.init_array/.fini_array support... $ECHO_C" >&6 -if test "${libc_cv_initfinit_array+set}" = set; then +if test "${libc_cv_initfini_array+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat > conftest.c < /dev/null; then - libc_cv_initfinit_array=yes + libc_cv_initfini_array=yes else - libc_cv_initfinit_array=no + libc_cv_initfini_array=no fi else - libc_cv_initfinit_array=no + libc_cv_initfini_array=no fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_initfinit_array" >&5 -echo "${ECHO_T}$libc_cv_initfinit_array" >&6 - - if test $libc_cv_initfinit_array = yes; then - cat >>confdefs.h <<\_ACEOF -#define HAVE_INITFINI_ARRAY 1 -_ACEOF - +echo "$as_me:$LINENO: result: $libc_cv_initfini_array" >&5 +echo "${ECHO_T}$libc_cv_initfini_array" >&6 + if test $libc_cv_initfini_array != yes; then + { { echo "$as_me:$LINENO: error: Need linker with .init_array/.fini_array support." >&5 +echo "$as_me: error: Need linker with .init_array/.fini_array support." >&2;} + { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: checking for libunwind-support in compiler" >&5 @@ -5430,7 +5561,7 @@ else int _start (void) { return 42; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodelete 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 @@ -5458,7 +5589,7 @@ else int _start (void) { return 42; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodlopen 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 @@ -5486,7 +5617,7 @@ else int _start (void) { return 42; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,initfirst 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 @@ -5548,7 +5679,7 @@ else int _start (void) { return 42; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -Wl,-Bgroup -nostdlib 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 @@ -5575,7 +5706,7 @@ else int main (void) { return 0; } EOF libc_cv_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \ - -shared -shared-libgcc -o conftest.so \ + -fPIC -shared -shared-libgcc -o conftest.so \ conftest.c -v 2>&1 >/dev/null \ | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'` rm -f conftest* @@ -5593,7 +5724,7 @@ else int main (void) { return 0; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -lgcc_s$libc_cv_libgcc_s_suffix -Wl,--as-needed -nostdlib 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 @@ -5661,7 +5792,7 @@ extern int mumble; int foo (void) { return bar (mumble); } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostdlib -nostartfiles -Wl,-z,combreloc 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 @@ -5699,7 +5830,7 @@ else int _start (void) { return 42; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -Wl,-z,execstack -nostdlib 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 @@ -5745,17 +5876,44 @@ echo "$as_me:$LINENO: result: $libc_cv_fpie" >&5 echo "${ECHO_T}$libc_cv_fpie" >&6 + + echo "$as_me:$LINENO: checking for --hash-style option" >&5 +echo $ECHO_N "checking for --hash-style option... $ECHO_C" >&6 +if test "${libc_cv_hashstyle+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat > conftest.c <&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } + then + libc_cv_hashstyle=yes + else + libc_cv_hashstyle=no + fi + rm -f conftest* fi +echo "$as_me:$LINENO: result: $libc_cv_hashstyle" >&5 +echo "${ECHO_T}$libc_cv_hashstyle" >&6 -echo "$as_me:$LINENO: checking for -fno-unit-at-a-time" >&5 -echo $ECHO_N "checking for -fno-unit-at-a-time... $ECHO_C" >&6 -if test "${libc_cv_fno_unit_at_a_time+set}" = set; then +fi + +echo "$as_me:$LINENO: checking for -fno-toplevel-reorder" >&5 +echo $ECHO_N "checking for -fno-toplevel-reorder... $ECHO_C" >&6 +if test "${libc_cv_fno_toplevel_reorder+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat > conftest.c <&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 @@ -5763,19 +5921,48 @@ if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-unit-at-a-time echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } then - libc_cv_fno_unit_at_a_time=yes + libc_cv_fno_toplevel_reorder=yes else - libc_cv_fno_unit_at_a_time=no + libc_cv_fno_toplevel_reorder=no fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_fno_unit_at_a_time" >&5 -echo "${ECHO_T}$libc_cv_fno_unit_at_a_time" >&6 -if test $libc_cv_fno_unit_at_a_time = yes; then +echo "$as_me:$LINENO: result: $libc_cv_fno_toplevel_reorder" >&5 +echo "${ECHO_T}$libc_cv_fno_toplevel_reorder" >&6 +if test $libc_cv_fno_toplevel_reorder = yes; then + fno_unit_at_a_time=-fno-toplevel-reorder +else fno_unit_at_a_time=-fno-unit-at-a-time fi +echo "$as_me:$LINENO: checking for -fstack-protector" >&5 +echo $ECHO_N "checking for -fstack-protector... $ECHO_C" >&6 +if test "${libc_cv_ssp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat > conftest.c <&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } +then + libc_cv_ssp=yes +else + libc_cv_ssp=no +fi +rm -f conftest* +fi +echo "$as_me:$LINENO: result: $libc_cv_ssp" >&5 +echo "${ECHO_T}$libc_cv_ssp" >&6 + + if test $elf != yes; then echo "$as_me:$LINENO: checking for .init and .fini sections" >&5 echo $ECHO_N "checking for .init and .fini sections... $ECHO_C" >&6 @@ -5840,7 +6027,7 @@ _ACEOF fi fi -if test $elf = yes -a $gnu_ld = yes; then +if test $elf = yes; then echo "$as_me:$LINENO: checking whether cc puts quotes around section names" >&5 echo $ECHO_N "checking whether cc puts quotes around section names... $ECHO_C" >&6 if test "${libc_cv_have_section_quotes+set}" = set; then @@ -6055,13 +6242,17 @@ echo $ECHO_N "checking whether CFI directives are supported... $ECHO_C" >&6 if test "${libc_cv_asm_cfi_directives+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.s < conftest.s <&5 -echo $ECHO_N "checking if -g produces usable source locations for assembler-with-cpp... $ECHO_C" >&6 -if test "${libc_cv_cpp_asm_debuginfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat > conftest.S <&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && { - ac_pattern='conftest\.S' - { ac_try='readelf --debug-dump=line conftest.o | - grep $ac_pattern 1>&5' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } - }; then - libc_cv_cpp_asm_debuginfo=yes -else - libc_cv_cpp_asm_debuginfo=no -fi -rm -f conftest* -fi -echo "$as_me:$LINENO: result: $libc_cv_cpp_asm_debuginfo" >&5 -echo "${ECHO_T}$libc_cv_cpp_asm_debuginfo" >&6 -if test $libc_cv_cpp_asm_debuginfo = yes; then - cat >>confdefs.h <<\_ACEOF -#define HAVE_CPP_ASM_DEBUGINFO 1 -_ACEOF - -fi - echo "$as_me:$LINENO: checking for ld --no-whole-archive" >&5 echo $ECHO_N "checking for ld --no-whole-archive... $ECHO_C" >&6 if test "${libc_cv_ld_no_whole_archive+set}" = set; then @@ -6261,102 +6400,6 @@ _ACEOF fi fi -echo "$as_me:$LINENO: checking for DWARF2 unwind info support" >&5 -echo $ECHO_N "checking for DWARF2 unwind info support... $ECHO_C" >&6 -if test "${libc_cv_gcc_dwarf2_unwind_info+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat > conftest.c <&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } || - { ac_try='$libc_unwind_check -lgcc_eh -lgcc >&5' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } -then - if $libc_unwind_check -v 2>&1 >/dev/null \ - | grep -- --eh-frame-hdr 2>&1 >/dev/null; then - libc_cv_gcc_dwarf2_unwind_info=no_registry_needed - else - libc_cv_gcc_dwarf2_unwind_info=static - fi -else - libc_cv_gcc_dwarf2_unwind_info=no -fi -if test $libc_cv_gcc_dwarf2_unwind_info = no; then - if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -DCHECK__register_frame - $LDFLAGS -nostdlib -nostartfiles - -o conftest conftest.c -lgcc >&5' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - libc_cv_gcc_dwarf2_unwind_info=yes - else - libc_cv_gcc_dwarf2_unwind_info=no - fi -fi -rm -f conftest* -fi -echo "$as_me:$LINENO: result: $libc_cv_gcc_dwarf2_unwind_info" >&5 -echo "${ECHO_T}$libc_cv_gcc_dwarf2_unwind_info" >&6 -case $libc_cv_gcc_dwarf2_unwind_info in -yes) - cat >>confdefs.h <<\_ACEOF -#define HAVE_DWARF2_UNWIND_INFO 1 -_ACEOF - - ;; -static) - cat >>confdefs.h <<\_ACEOF -#define HAVE_DWARF2_UNWIND_INFO 1 -_ACEOF - - cat >>confdefs.h <<\_ACEOF -#define HAVE_DWARF2_UNWIND_INFO_STATIC 1 -_ACEOF - - ;; -esac - echo "$as_me:$LINENO: checking for __builtin_expect" >&5 echo $ECHO_N "checking for __builtin_expect... $ECHO_C" >&6 if test "${libc_cv_gcc_builtin_expect+set}" = set; then @@ -6459,46 +6502,6 @@ _ACEOF fi -echo "$as_me:$LINENO: checking for local label subtraction" >&5 -echo $ECHO_N "checking for local label subtraction... $ECHO_C" >&6 -if test "${libc_cv_gcc_subtract_local_labels+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat > conftest.c <&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - libc_cv_gcc_subtract_local_labels=yes -else - libc_cv_gcc_subtract_local_labels=no -fi -rm -f conftest* -fi -echo "$as_me:$LINENO: result: $libc_cv_gcc_subtract_local_labels" >&5 -echo "${ECHO_T}$libc_cv_gcc_subtract_local_labels" >&6 -if test "$libc_cv_gcc_subtract_local_labels" = yes; then - cat >>confdefs.h <<\_ACEOF -#define HAVE_SUBTRACT_LOCAL_LABELS 1 -_ACEOF - -fi - if test "x$use__thread" != xno; then echo "$as_me:$LINENO: checking for __thread" >&5 echo $ECHO_N "checking for __thread... $ECHO_C" >&6 @@ -6775,6 +6778,166 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_SELINUX 1 _ACEOF + + # See if we have the libaudit library + echo "$as_me:$LINENO: checking for audit_log_user_avc_message in -laudit" >&5 +echo $ECHO_N "checking for audit_log_user_avc_message in -laudit... $ECHO_C" >&6 +if test "${ac_cv_lib_audit_audit_log_user_avc_message+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-laudit $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char audit_log_user_avc_message (); +int +main () +{ +audit_log_user_avc_message (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_audit_audit_log_user_avc_message=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_audit_audit_log_user_avc_message=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5 +echo "${ECHO_T}$ac_cv_lib_audit_audit_log_user_avc_message" >&6 +if test $ac_cv_lib_audit_audit_log_user_avc_message = yes; then + have_libaudit=yes +else + have_libaudit=no +fi + + if test "x$have_libaudit" = xyes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBAUDIT 1 +_ACEOF + + fi + + + # See if we have the libcap library + echo "$as_me:$LINENO: checking for cap_init in -lcap" >&5 +echo $ECHO_N "checking for cap_init in -lcap... $ECHO_C" >&6 +if test "${ac_cv_lib_cap_cap_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcap $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char cap_init (); +int +main () +{ +cap_init (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_cap_cap_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_cap_cap_init=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_cap_cap_init" >&5 +echo "${ECHO_T}$ac_cv_lib_cap_cap_init" >&6 +if test $ac_cv_lib_cap_cap_init = yes; then + have_libcap=yes +else + have_libcap=no +fi + + if test "x$have_libcap" = xyes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LIBCAP 1 +_ACEOF + + fi + fi @@ -7595,18 +7758,6 @@ fi -if test $gnu_ld = yes; then - cat >>confdefs.h <<\_ACEOF -#define HAVE_GNU_LD 1 -_ACEOF - -fi -if test $gnu_as = yes; then - cat >>confdefs.h <<\_ACEOF -#define HAVE_GNU_AS 1 -_ACEOF - -fi if test $elf = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ELF 1 @@ -7623,20 +7774,7 @@ fi if test $shared = default; then - if test $gnu_ld = yes; then - shared=$elf - else - # For now we do not assume shared libs are available. In future more - # tests might become available. - shared=no - fi -fi - -if test x"$libc_cv_idn" = xyes; then - cat >>confdefs.h <<\_ACEOF -#define HAVE_LIBIDN 1 -_ACEOF - + shared=$elf fi echo "$as_me:$LINENO: checking whether -fPIC is default" >&5 @@ -7667,12 +7805,6 @@ echo "${ECHO_T}$pic_default" >&6 -case "$add_ons" in - *door*) linux_doors=yes ;; - *) linux_doors=no ;; -esac - - if test "`(cd $srcdir; pwd)`" = "`pwd`"; then @@ -8332,8 +8464,11 @@ s,@host_vendor@,$host_vendor,;t t s,@host_os@,$host_os,;t t s,@subdirs@,$subdirs,;t t s,@add_ons@,$add_ons,;t t +s,@add_on_subdirs@,$add_on_subdirs,;t t s,@base_machine@,$base_machine,;t t +s,@submachine@,$submachine,;t t s,@sysnames@,$sysnames,;t t +s,@sysdeps_add_ons@,$sysdeps_add_ons,;t t s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t @@ -8364,6 +8499,7 @@ s,@MAKEINFO@,$MAKEINFO,;t t s,@SED@,$SED,;t t s,@AUTOCONF@,$AUTOCONF,;t t s,@SYSINCLUDES@,$SYSINCLUDES,;t t +s,@CXX_SYSINCLUDES@,$CXX_SYSINCLUDES,;t t s,@libc_cv_gcc_static_libgcc@,$libc_cv_gcc_static_libgcc,;t t s,@BASH@,$BASH,;t t s,@libc_cv_have_bash2@,$libc_cv_have_bash2,;t t @@ -8375,7 +8511,6 @@ s,@INSTALL_INFO@,$INSTALL_INFO,;t t s,@BISON@,$BISON,;t t s,@VERSIONING@,$VERSIONING,;t t s,@libc_cv_asm_protected_directive@,$libc_cv_asm_protected_directive,;t t -s,@libc_cv_initfinit_array@,$libc_cv_initfinit_array,;t t s,@libc_cv_cc_with_libunwind@,$libc_cv_cc_with_libunwind,;t t s,@libc_cv_z_nodelete@,$libc_cv_z_nodelete,;t t s,@libc_cv_z_nodlopen@,$libc_cv_z_nodlopen,;t t @@ -8388,12 +8523,15 @@ s,@ASFLAGS_config@,$ASFLAGS_config,;t t s,@libc_cv_z_combreloc@,$libc_cv_z_combreloc,;t t s,@libc_cv_z_execstack@,$libc_cv_z_execstack,;t t s,@libc_cv_fpie@,$libc_cv_fpie,;t t +s,@libc_cv_hashstyle@,$libc_cv_hashstyle,;t t s,@fno_unit_at_a_time@,$fno_unit_at_a_time,;t t +s,@libc_cv_ssp@,$libc_cv_ssp,;t t s,@libc_cv_have_initfini@,$libc_cv_have_initfini,;t t -s,@libc_cv_cpp_asm_debuginfo@,$libc_cv_cpp_asm_debuginfo,;t t s,@no_whole_archive@,$no_whole_archive,;t t s,@exceptions@,$exceptions,;t t s,@LIBGD@,$LIBGD,;t t +s,@have_libaudit@,$have_libaudit,;t t +s,@have_libcap@,$have_libcap,;t t s,@have_selinux@,$have_selinux,;t t s,@EGREP@,$EGREP,;t t s,@sizeof_long_double@,$sizeof_long_double,;t t @@ -8409,8 +8547,6 @@ s,@libc_cv_rootsbindir@,$libc_cv_rootsbindir,;t t s,@libc_cv_forced_unwind@,$libc_cv_forced_unwind,;t t s,@use_ldconfig@,$use_ldconfig,;t t s,@ldd_rewrite_script@,$ldd_rewrite_script,;t t -s,@gnu_ld@,$gnu_ld,;t t -s,@gnu_as@,$gnu_as,;t t s,@elf@,$elf,;t t s,@xcoff@,$xcoff,;t t s,@static@,$static,;t t @@ -8422,7 +8558,6 @@ s,@bounded@,$bounded,;t t s,@static_nss@,$static_nss,;t t s,@nopic_initfini@,$nopic_initfini,;t t s,@DEFINES@,$DEFINES,;t t -s,@linux_doors@,$linux_doors,;t t s,@mach_interface_list@,$mach_interface_list,;t t s,@VERSION@,$VERSION,;t t s,@RELEASE@,$RELEASE,;t t diff --git a/configure.in b/configure.in index 559bee0173..924b0406cb 100644 --- a/configure.in +++ b/configure.in @@ -13,18 +13,6 @@ fi # This will get text that should go into config.make. config_vars= -# Check for a --with-gmp argument and set gmp-srcdir in config.make. -AC_ARG_WITH([gmp], - AC_HELP_STRING([--with-gmp=DIRECTORY], - [find GMP source code in DIRECTORY (not needed)]), - [ -case "$with_gmp" in -yes) AC_MSG_ERROR([--with-gmp requires an argument; use --with-gmp=DIRECTORY]) ;; -''|no) ;; -*) config_vars="$config_vars -gmp-srcdir = $withval" ;; -esac -]) # Check for a --with-gd argument and set libgd-LDFLAGS in config.make. AC_ARG_WITH([gd], AC_HELP_STRING([--with-gd=DIR], @@ -174,18 +162,21 @@ else fi AC_SUBST(oldest_abi) +AC_ARG_ENABLE([stackguard-randomization], + AC_HELP_STRING([--enable-stackguard-randomization], + [initialize __stack_chk_guard canary with a random number at program start]), + [enable_stackguard_randomize=$enableval], + [enable_stackguard_randomize=no]) +if test "$enable_stackguard_randomize" = yes; then + AC_DEFINE(ENABLE_STACKGUARD_RANDOMIZE) +fi + dnl Generic infrastructure for drop-in additions to libc. AC_ARG_ENABLE([add-ons], AC_HELP_STRING([--enable-add-ons@<:@=DIRS...@:>@], - [configure and build add-ons in DIR1,DIR2,... search for add-ons if no parameter given]), - [case "$enableval" in - yes) add_ons=`cd $srcdir && echo */configure | sed -e 's!/configure!!g'` - add_ons_automatic=yes - test "$add_ons" = "*" && add_ons= ;; - *) add_ons=`echo "$enableval" | sed 's/,/ /g'` - add_ons_automatic=no ;; - esac], - [add_ons= add_ons_automatic=no]) + [configure and build add-ons in DIR1,DIR2,... + search for add-ons if no parameter given]), + , [enable_add_ons=yes]) dnl Let the user avoid using TLS. Don't know why but... AC_ARG_WITH([tls], @@ -289,11 +280,6 @@ config_os="`echo $config_os | sed 's/^unknown-//'`" # Some configurations imply other options. case "$host_os" in -gnu* | linux* | bsd4.4* | netbsd* | freebsd*) - # These systems always use GNU tools. - gnu_ld=yes gnu_as=yes ;; -esac -case "$host_os" in # i586-linuxaout is mangled into i586-pc-linux-gnuaout linux*ecoff* | linux*aout* | gnu*aout* | gnu*ecoff*) ;; @@ -328,8 +314,19 @@ case "$machine-$host_os" in ;; esac +submachine= +AC_ARG_WITH([cpu], + AS_HELP_STRING([--with-cpu=CPU], [select code for CPU variant]), + [dnl + case "$withval" in + yes|'') AC_MSG_ERROR([--with-cpu requires an argument]) ;; + no) ;; + *) submachine="$withval" ;; + esac +]) + -# An add-on can set this when it the tuple to disable the sanity check below. +# An add-on can set this when it wants to disable the sanity check below. libc_config_ok=no dnl Having this here, though empty, makes sure that if add-ons' fragments @@ -337,6 +334,18 @@ dnl do AC_CONFIG_SUBDIRS([some-dir]), which just sets $subdirs, then dnl our AC_OUTPUT will actually use it. AC_CONFIG_SUBDIRS() +case "$enable_add_ons" in +''|no) add_ons= ;; +yes|'*') + add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps | + sed 's@/[[^/]]*$@@' | sort | uniq` + add_ons_automatic=yes + ;; +*) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'` + add_ons_automatic=no ;; +esac + +configured_add_ons= add_ons_sfx= add_ons_pfx= if test x"$add_ons" != x; then @@ -358,11 +367,6 @@ if test x"$add_ons" != x; then *** \`localedata' add-on.]) ;; esac - - # Test whether such a subdir really exists. - test -d $srcdir/$f || { - AC_MSG_ERROR(add-on directory \"$f\" does not exist) - } done # Now source each add-on's configure fragment. @@ -372,23 +376,81 @@ if test x"$add_ons" != x; then # whether it goes into the list to be actually used in the build. use_add_ons= for libc_add_on in $add_ons; do - libc_add_on_frag=$srcdir/$libc_add_on/configure - if test -r $libc_add_on_frag; then - AC_MSG_RESULT(running configure fragment for add-on $libc_add_on) - . $libc_add_on_frag - else - AC_MSG_WARN(add-on fragment $libc_add_on_frag missing) + # Test whether such a directory really exists. + # It can be absolute, or relative to $srcdir, or relative to the build dir. + case "$libc_add_on" in + /*) + libc_add_on_srcdir=$libc_add_on + ;; + *) + test -d "$srcdir/$libc_add_on" || { + if test -d "$libc_add_on"; then + libc_add_on="`pwd`/$libc_add_on" + else + AC_MSG_ERROR(add-on directory \"$libc_add_on\" does not exist) + fi + } + libc_add_on_srcdir=$srcdir/$libc_add_on + ;; + esac + + libc_add_on_frag=$libc_add_on_srcdir/configure + libc_add_on_canonical= + if test -r "$libc_add_on_frag"; then + AC_MSG_NOTICE(running configure fragment for add-on $libc_add_on) + libc_add_on_canonical=unknown + libc_add_on_subdirs= + . "$libc_add_on_frag" + test -z "$libc_add_on" || { + configured_add_ons="$configured_add_ons $libc_add_on" + if test "x$libc_add_on_canonical" = xunknown; then + AC_MSG_ERROR(fragment must set \$libc_add_on_canonical) + fi + for d in $libc_add_on_subdirs; do + case "$libc_add_on" in + /*) subdir_srcdir="$libc_add_on" ;; + *) subdir_srcdir="\$(..)$libc_add_on" ;; + esac + case "$d" in + .) + d="${libc_add_on_canonical:-$libc_add_on}" + ;; + /*) + subdir_srcdir="$d" + ;; + *) + subdir_srcdir="$subdir_srcdir/$d" + ;; + esac + d=`echo "$d" | sed 's@/*$@@;s@^.*/@@'` + add_on_subdirs="$add_on_subdirs $d" + test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars +$d-srcdir = $subdir_srcdir" + done + } fi if test -n "$libc_add_on"; then + if frags=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null` + then + AC_MSG_CHECKING(add-on $libc_add_on for preconfigure fragments) + for frag in $frags; do + name=`echo "$frag" | sed 's@/[[^/]]*$@@;s@^.*/@@'` + echo $ECHO_N "$name $ECHO_C" >&AS_MESSAGE_FD + . "$frag" + done + AC_MSG_RESULT() + fi use_add_ons="$use_add_ons $libc_add_on" add_ons_pfx="$add_ons_pfx $libc_add_on/" - add_ons_sfx="$add_ons_sfx /$libc_add_on" + test -z "$libc_add_on_canonical" || + add_ons_sfx="$add_ons_sfx /$libc_add_on_canonical" fi done # Use echo to strip excess whitespace. add_ons="`echo $use_add_ons`" fi AC_SUBST(add_ons) +AC_SUBST(add_on_subdirs) ### @@ -423,44 +485,12 @@ changequote(,)dnl test -n "$base_machine" || case "$machine" in a29k | am29000) base_machine=a29k machine=a29k ;; alpha*) base_machine=alpha machine=alpha/$machine ;; -arm*) base_machine=arm machine=arm/arm32/$machine ;; c3[012]) base_machine=cx0 machine=cx0/c30 ;; c4[04]) base_machine=cx0 machine=cx0/c40 ;; -hppa*64*) base_machine=hppa machine=hppa/hppa64 ;; -hppa*) base_machine=hppa machine=hppa/hppa1.1 ;; i[34567]86) base_machine=i386 machine=i386/$machine ;; ia64) base_machine=ia64 machine=ia64 ;; -m680?0) base_machine=m68k machine=m68k/$machine ;; -m68k) base_machine=m68k machine=m68k/m68020 ;; m88???) base_machine=m88k machine=m88k/$machine ;; m88k) base_machine=m88k machine=m88k/m88100 ;; -mips64*) base_machine=mips64 - case "$CC $CFLAGS $CPPFLAGS " in - *" -mabi=n32 "*) mips_cc_abi=n32 ;; - *" -mabi=64 "*|*" -mabi=n64 "*) mips_cc_abi=64 ;; - *" -mabi=32 "*|*" -mabi=o32 "*) mips_cc_abi=32 ;; - *) mips_cc_abi=default ;; - esac - case $config_os in - *abin32*) mips_config_abi=n32 ;; - *abi64*|*abin64*) mips_config_abi=64 ;; - *abi32*|*abio32*) mips_config_abi=32 ;; - *) mips_config_abi=$mips_cc_abi ;; - esac - case $mips_config_abi in - default) machine=mips/mips64/n32 mips_config_abi=n32 ;; - n32) machine=mips/mips64/n32 ;; - 64) machine=mips/mips64/n64 ;; - 32) machine=mips/mips32/kern64 ;; - esac - machine=$machine/$config_machine - if test $mips_config_abi != $mips_cc_abi; then - # This won't make it to config.make, but we want to - # set this in case configure tests depend on it. - CPPFLAGS="$CPPFLAGS -mabi=$mips_config_abi" - fi - ;; -mips*) base_machine=mips machine=mips/mips32/$machine ;; powerpc) base_machine=powerpc machine=powerpc/powerpc32 ;; powerpc64) base_machine=powerpc machine=powerpc/powerpc64 ;; s390) base_machine=s390 machine=s390/s390-32 ;; @@ -474,12 +504,15 @@ sparcv8 | supersparc | hypersparc) sparcv8plus | sparcv8plusa | sparcv9) base_machine=sparc machine=sparc/sparc32/sparcv9 ;; sparcv8plusb | sparcv9b) - base_machine=sparc machine=sparc/sparc32/sparcv9b ;; -sparc64 | ultrasparc) + base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9b ;; +sparcv9v) + base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9v ;; +sparc64) base_machine=sparc machine=sparc/sparc64 ;; -sparc64b | ultrasparc3) +sparc64b) base_machine=sparc machine=sparc/sparc64/sparcv9b ;; -thumb*) base_machine=thumb machine=arm/thumb/$machine ;; +sparc64v) + base_machine=sparc machine=sparc/sparc64/sparcv9v ;; *) base_machine=$machine ;; esac changequote([,])dnl @@ -549,7 +582,7 @@ done # For sparc/sparc32, try sparc/sparc32 and then sparc. mach= -tail=$machine +tail=$machine${submachine:+/$submachine} while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do set $m # Prepend the machine's FPU directory unless --without-fp. @@ -566,25 +599,38 @@ dnl We are done with glob and regexp uses of [ and ]; return to autoconf. changequote([,])dnl # Find what sysdep directories exist. +sysnames_add_ons= sysnames= -IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" -for d in $add_ons_pfx ''; do - for b in $base ''; do - for m0 in $mach ''; do - for v in /$vendor ''; do - test "$v" = / && continue - for o in /$ostry ''; do - test "$o" = / && continue - for m in $mach ''; do +for b in $base ''; do + for m0 in $mach ''; do + for v in /$vendor ''; do + test "$v" = / && continue + for o in /$ostry ''; do + test "$o" = / && continue + for m in $mach ''; do + for d in $add_ons_pfx ''; do for a in $add_ons_sfx ''; do - if test "$m0$b$v$o$m"; then - try="${d}sysdeps$m0$b$v$o$m$a" + if test -n "$m0$m0sub$b$v$o$m$msub"; then + try_srcdir="${srcdir}/" + case "$d" in + /*) try_srcdir= ;; + esac + try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a" test -n "$enable_debug_configure" && echo "$0 [DEBUG]: try $try" >&2 - if test -d $srcdir/$try; then + if test -d "$try_srcdir$try"; then sysnames="$sysnames $try" { test -n "$o" || test -n "$b"; } && os_used=t { test -n "$m" || test -n "$m0"; } && machine_used=t + case x${m0:-$m} in + x*/$submachine) submachine_used=t ;; + esac + if test -n "$d"; then + case "$sysnames_add_ons" in + *" $d "*) ;; + *|'') sysnames_add_ons="$sysnames_add_ons $d" ;; + esac + fi fi fi done @@ -594,7 +640,6 @@ for d in $add_ons_pfx ''; do done done done -IFS="$ac_save_ifs" if test -z "$os_used" && test "$os" != none; then AC_MSG_ERROR(Operating system $os is not supported.) @@ -602,6 +647,10 @@ fi if test -z "$machine_used" && test "$machine" != none; then AC_MSG_ERROR(The $machine is not supported.) fi +if test -z "$submachine_used" && test -n "$submachine"; then + AC_MSG_ERROR(The $submachine subspecies of $host_cpu is not supported.) +fi +AC_SUBST(submachine) # We have now validated the configuration. @@ -671,6 +720,10 @@ while test $# -gt 0; do then implied="$implied $try" found=yes + case "$sysnames_add_ons" in + *" $d "*) ;; + *|'') sysnames_add_ons="$sysnames_add_ons $d" ;; + esac fi done if test $found = no; then @@ -710,6 +763,61 @@ AC_SUBST(sysnames) # The other names were emitted during the scan. AC_MSG_RESULT($default_sysnames) +# Collect the list of add-ons that supply partial sysdeps trees. +sysdeps_add_ons= +for add_on in $add_ons; do + case "$add_on" in + /*) xsrcdir= ;; + *) xsrcdir="$srcdir/" ;; + esac + + test -d "$xsrcdir$add_on/sysdeps" || { + case "$configured_add_ons " in + *" $add_on "*) ;; + *|'') + AC_MSG_ERROR(add-on $add_on has no configure fragment or sysdeps tree) + ;; + esac + continue + } + + sysdeps_add_ons="$sysdeps_add_ons $add_on" + case "$sysnames_add_ons" in + *" $add_on/ "*) ;; + *|'') + AC_MSG_WARN(add-on $add_on contributed no sysdeps directories) + continue ;; + esac + + found=no + for d in $sysnames; do + case "$d" in + $add_on/sysdeps/*) ;; + *) continue ;; + esac + (cd "$xsrcdir$d" && for f in *[[!~]]; do + case "$f" in + sys|bits) + for ff in $f/*.h; do + test -d "$ff" || { test -e "$ff" && exit 88; } + done + ;; + *) + test -d "$f" || { test -e "$f" && exit 88; } + ;; + esac + done) + if test $? -eq 88; then + found=yes + break + fi + done + if test $found = no; then + AC_MSG_WARN(add-on $add_on contributed no useful sysdeps directories) + fi +done +AC_SUBST(sysdeps_add_ons) + ### Locate tools. @@ -752,7 +860,7 @@ fi # These programs are version sensitive. AC_CHECK_TOOL_PREFIX AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v, - [version \([egcygnustpi-]*[0-9.]*\)], [3.[2-9]* | 4.[0-9]* ], + [version \([egcygnustpi-]*[0-9.]*\)], [3.4* | 4.[0-9]* ], critic_missing="$critic_missing gcc") AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version, [GNU Make[^0-9]*\([0-9][0-9.]*\)], @@ -806,8 +914,16 @@ if test -n "$sysheaders"; then ccheaders=`$CC -print-file-name=include` SYSINCLUDES="-nostdinc -isystem $ccheaders \ -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`" + if test -n "$CXX"; then + cxxversion=`$CXX -dumpversion 2>&AS_MESSAGE_LOG_FD` && + cxxmachine=`$CXX -dumpmachine 2>&AS_MESSAGE_LOG_FD` && + cxxheaders=`$CXX -print-file-name=../../../../include/c++/`"$cxxversion" && + CXX_SYSINCLUDES="-isystem $cxxheaders \ +-isystem $cxxheaders/$cxxmachine -isystem $cxxheaders/backward" + fi fi AC_SUBST(SYSINCLUDES) +AC_SUBST(CXX_SYSINCLUDES) # check if ranlib is necessary AC_CACHE_CHECK(whether ranlib is necessary, libc_cv_ranlib_necessary, [dnl @@ -1218,12 +1334,12 @@ EOF AC_DEFINE(HAVE_BROKEN_ALIAS_ATTRIBUTE) fi - if test $libc_cv_visibility_attribute = yes -a $gnu_ld = yes; then + if test $libc_cv_visibility_attribute = yes; then AC_CACHE_CHECK(whether to put _rtld_local into .sdata section, libc_cv_have_sdata_section, [echo "int i;" > conftest.c libc_cv_have_sdata_section=no - if ${CC-cc} $LDFLAGS -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \ + if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \ | grep '\.sdata' >/dev/null; then libc_cv_have_sdata_section=yes fi @@ -1235,7 +1351,7 @@ EOF fi AC_CACHE_CHECK(for .preinit_array/.init_array/.fini_array support, - libc_cv_initfinit_array, [dnl + libc_cv_initfini_array, [dnl cat > conftest.c <&AS_MESSAGE_LOG_FD]) then if readelf -S conftest | fgrep INIT_ARRAY > /dev/null; then - libc_cv_initfinit_array=yes + libc_cv_initfini_array=yes else - libc_cv_initfinit_array=no + libc_cv_initfini_array=no fi else - libc_cv_initfinit_array=no + libc_cv_initfini_array=no fi rm -f conftest*]) - AC_SUBST(libc_cv_initfinit_array) - if test $libc_cv_initfinit_array = yes; then - AC_DEFINE(HAVE_INITFINI_ARRAY) + if test $libc_cv_initfini_array != yes; then + AC_MSG_ERROR([Need linker with .init_array/.fini_array support.]) fi AC_CACHE_CHECK(for libunwind-support in compiler, @@ -1282,7 +1397,7 @@ EOF int _start (void) { return 42; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodelete 1>&AS_MESSAGE_LOG_FD]) then @@ -1299,7 +1414,7 @@ EOF int _start (void) { return 42; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodlopen 1>&AS_MESSAGE_LOG_FD]) then @@ -1316,7 +1431,7 @@ EOF int _start (void) { return 42; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,initfirst 1>&AS_MESSAGE_LOG_FD]) then @@ -1348,7 +1463,7 @@ EOF int _start (void) { return 42; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -Wl,-Bgroup -nostdlib 1>&AS_MESSAGE_LOG_FD]) then libc_cv_Bgroup=yes @@ -1365,7 +1480,7 @@ int main (void) { return 0; } EOF changequote(,)dnl libc_cv_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \ - -shared -shared-libgcc -o conftest.so \ + -fPIC -shared -shared-libgcc -o conftest.so \ conftest.c -v 2>&1 >/dev/null \ | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'` changequote([,])dnl @@ -1378,7 +1493,7 @@ changequote([,])dnl int main (void) { return 0; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -lgcc_s$libc_cv_libgcc_s_suffix -Wl,--as-needed -nostdlib 1>&AS_MESSAGE_LOG_FD]) then @@ -1419,7 +1534,7 @@ extern int mumble; int foo (void) { return bar (mumble); } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -nostdlib -nostartfiles -Wl,-z,combreloc 1>&AS_MESSAGE_LOG_FD]) then @@ -1448,7 +1563,7 @@ dnl look for a section named .rel.dyn. int _start (void) { return 42; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -fPIC -shared -o conftest.so conftest.c -Wl,-z,execstack -nostdlib 1>&AS_MESSAGE_LOG_FD]) then @@ -1474,25 +1589,58 @@ EOF rm -f conftest*]) AC_SUBST(libc_cv_fpie) + + AC_CACHE_CHECK(for --hash-style option, + libc_cv_hashstyle, [dnl + cat > conftest.c <&AS_MESSAGE_LOG_FD]) + then + libc_cv_hashstyle=yes + else + libc_cv_hashstyle=no + fi + rm -f conftest*]) + AC_SUBST(libc_cv_hashstyle) fi -AC_CACHE_CHECK(for -fno-unit-at-a-time, libc_cv_fno_unit_at_a_time, [dnl +AC_CACHE_CHECK(for -fno-toplevel-reorder, libc_cv_fno_toplevel_reorder, [dnl cat > conftest.c <&AS_MESSAGE_LOG_FD]) then - libc_cv_fno_unit_at_a_time=yes + libc_cv_fno_toplevel_reorder=yes else - libc_cv_fno_unit_at_a_time=no + libc_cv_fno_toplevel_reorder=no fi rm -f conftest*]) -if test $libc_cv_fno_unit_at_a_time = yes; then +if test $libc_cv_fno_toplevel_reorder = yes; then + fno_unit_at_a_time=-fno-toplevel-reorder +else fno_unit_at_a_time=-fno-unit-at-a-time fi AC_SUBST(fno_unit_at_a_time) +AC_CACHE_CHECK(for -fstack-protector, libc_cv_ssp, [dnl +cat > conftest.c <&AS_MESSAGE_LOG_FD]) +then + libc_cv_ssp=yes +else + libc_cv_ssp=no +fi +rm -f conftest*]) +AC_SUBST(libc_cv_ssp) + if test $elf != yes; then AC_CACHE_CHECK(for .init and .fini sections, libc_cv_have_initfini, [AC_TRY_COMPILE(, [asm (".section .init"); @@ -1506,7 +1654,7 @@ if test $elf != yes; then fi fi -if test $elf = yes -a $gnu_ld = yes; then +if test $elf = yes; then AC_CACHE_CHECK(whether cc puts quotes around section names, libc_cv_have_section_quotes, [cat > conftest.c < conftest.s <&AS_MESSAGE_LOG_FD); then @@ -1641,39 +1793,6 @@ if test $libc_cv_asm_cfi_directives = yes; then AC_DEFINE(HAVE_ASM_CFI_DIRECTIVES) fi -AC_CACHE_CHECK(if -g produces usable source locations for assembler-with-cpp, - libc_cv_cpp_asm_debuginfo, [dnl -cat > conftest.S <&AS_MESSAGE_LOG_FD]) && { - ac_pattern='conftest\.S' - AC_TRY_COMMAND([readelf --debug-dump=line conftest.o | - grep $ac_pattern 1>&AS_MESSAGE_LOG_FD]) - }; then - libc_cv_cpp_asm_debuginfo=yes -else - libc_cv_cpp_asm_debuginfo=no -fi -rm -f conftest*])AC_SUBST(libc_cv_cpp_asm_debuginfo) -if test $libc_cv_cpp_asm_debuginfo = yes; then - AC_DEFINE(HAVE_CPP_ASM_DEBUGINFO) -fi - AC_CACHE_CHECK(for ld --no-whole-archive, libc_cv_ld_no_whole_archive, [dnl cat > conftest.c <<\EOF _start () {} @@ -1726,71 +1845,6 @@ if test "$libc_cv_c_asmcr0_bug" != 'no'; then fi fi -AC_CACHE_CHECK(for DWARF2 unwind info support, libc_cv_gcc_dwarf2_unwind_info, -[cat > conftest.c <&AS_MESSAGE_LOG_FD]) || - AC_TRY_COMMAND([$libc_unwind_check -lgcc_eh -lgcc >&AS_MESSAGE_LOG_FD]) -then - if $libc_unwind_check -v 2>&1 >/dev/null \ - | grep -- --eh-frame-hdr 2>&1 >/dev/null; then - libc_cv_gcc_dwarf2_unwind_info=no_registry_needed - else - libc_cv_gcc_dwarf2_unwind_info=static - fi -else - libc_cv_gcc_dwarf2_unwind_info=no -fi -if test $libc_cv_gcc_dwarf2_unwind_info = no; then - if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS -DCHECK__register_frame - $LDFLAGS -nostdlib -nostartfiles - -o conftest conftest.c -lgcc >&AS_MESSAGE_LOG_FD]); then - libc_cv_gcc_dwarf2_unwind_info=yes - else - libc_cv_gcc_dwarf2_unwind_info=no - fi -fi -rm -f conftest*]) -case $libc_cv_gcc_dwarf2_unwind_info in -yes) - AC_DEFINE(HAVE_DWARF2_UNWIND_INFO) - ;; -static) - AC_DEFINE(HAVE_DWARF2_UNWIND_INFO) - AC_DEFINE(HAVE_DWARF2_UNWIND_INFO_STATIC) - ;; -esac - dnl Check whether compiler understands __builtin_expect. AC_CACHE_CHECK(for __builtin_expect, libc_cv_gcc_builtin_expect, [cat > conftest.c < conftest.c <&AS_MESSAGE_LOG_FD]); then - libc_cv_gcc_subtract_local_labels=yes -else - libc_cv_gcc_subtract_local_labels=no -fi -rm -f conftest*]) -if test "$libc_cv_gcc_subtract_local_labels" = yes; then - AC_DEFINE(HAVE_SUBTRACT_LOCAL_LABELS) -fi - dnl Check whether the compiler supports the __thread keyword. if test "x$use__thread" != xno; then AC_CACHE_CHECK([for __thread], libc_cv_gcc___thread, @@ -1964,7 +1989,22 @@ else fi # Check if we're building with SELinux support. if test "x$have_selinux" = xyes; then - AC_DEFINE(HAVE_SELINUX,1,[SELinux support]) + AC_DEFINE(HAVE_SELINUX, 1, [SELinux support]) + + # See if we have the libaudit library + AC_CHECK_LIB(audit, audit_log_user_avc_message, + have_libaudit=yes, have_libaudit=no) + if test "x$have_libaudit" = xyes; then + AC_DEFINE(HAVE_LIBAUDIT, 1, [SELinux libaudit support]) + fi + AC_SUBST(have_libaudit) + + # See if we have the libcap library + AC_CHECK_LIB(cap, cap_init, have_libcap=yes, have_libcap=no) + if test "x$have_libcap" = xyes; then + AC_DEFINE(HAVE_LIBCAP, 1, [SELinux libcap support]) + fi + AC_SUBST(have_libcap) fi AC_SUBST(have_selinux) @@ -2098,13 +2138,7 @@ AC_SUBST(libc_cv_forced_unwind) AC_SUBST(use_ldconfig) AC_SUBST(ldd_rewrite_script) -AC_SUBST(gnu_ld) AC_SUBST(gnu_as) AC_SUBST(elf) AC_SUBST(xcoff) -if test $gnu_ld = yes; then - AC_DEFINE(HAVE_GNU_LD) -fi -if test $gnu_as = yes; then - AC_DEFINE(HAVE_GNU_AS) -fi +AC_SUBST(elf) AC_SUBST(xcoff) if test $elf = yes; then AC_DEFINE(HAVE_ELF) fi @@ -2115,17 +2149,7 @@ fi AC_SUBST(static) AC_SUBST(shared) if test $shared = default; then - if test $gnu_ld = yes; then - shared=$elf - else - # For now we do not assume shared libs are available. In future more - # tests might become available. - shared=no - fi -fi - -if test x"$libc_cv_idn" = xyes; then - AC_DEFINE(HAVE_LIBIDN) + shared=$elf fi AC_CACHE_CHECK([whether -fPIC is default], pic_default, @@ -2149,12 +2173,6 @@ AC_SUBST(nopic_initfini) AC_SUBST(DEFINES) -case "$add_ons" in - *door*) linux_doors=yes ;; - *) linux_doors=no ;; -esac -AC_SUBST(linux_doors) - dnl See sysdeps/mach/configure.in for this variable. AC_SUBST(mach_interface_list) diff --git a/crypt/Makefile b/crypt/Makefile index af088f1e6c..575221a1c5 100644 --- a/crypt/Makefile +++ b/crypt/Makefile @@ -23,17 +23,15 @@ subdir := crypt headers := crypt.h -distribute := md5.h - extra-libs := libcrypt extra-libs-others := $(extra-libs) libcrypt-routines := crypt-entry md5-crypt md5 crypt crypt_util -tests = cert md5test md5c-test +tests := cert md5test md5c-test -distribute = ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \ - Banner md5.h +distribute := ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \ + Banner md5.h include ../Makeconfig diff --git a/crypt/crypt_util.c b/crypt/crypt_util.c index 5467a97b8a..0db5be7b0f 100644 --- a/crypt/crypt_util.c +++ b/crypt/crypt_util.c @@ -902,7 +902,7 @@ __setkey_r(__key, __data) c = c << 1 | *__key++; ktab[i] = c >> 1; } - _ufc_mk_keytab_r(ktab, __data); + _ufc_mk_keytab_r((char *) ktab, __data); } weak_alias (__setkey_r, setkey_r) diff --git a/crypt/md5.c b/crypt/md5.c index 04bce5ab37..922e7cc7e9 100644 --- a/crypt/md5.c +++ b/crypt/md5.c @@ -1,6 +1,7 @@ /* Functions to compute MD5 message digest of files or memory blocks. according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995,1996,1997,1999,2000,2001 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1999,2000,2001,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,7 +32,7 @@ # include #else # ifndef HAVE_MEMCPY -# define memcpy(d, s, n) bcopy ((s), (d), (n)) +# define memcpy(d, s, n) (bcopy ((s), (d), (n)), (d)) # endif #endif diff --git a/crypt/md5.h b/crypt/md5.h index 35088f29fe..b474a84b8b 100644 --- a/crypt/md5.h +++ b/crypt/md5.h @@ -1,6 +1,7 @@ /* Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995-1997,1999,2000,2001,2004 Free Software Foundation, Inc. + Copyright (C) 1995-1997,1999,2000,2001,2004,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,6 +28,9 @@ # include #endif +#define MD5_DIGEST_SIZE 16 +#define MD5_BLOCK_SIZE 64 + /* The following contortions are an attempt to use the C preprocessor to determine an unsigned integral type that is 32 bits wide. An alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but diff --git a/csu/Makefile b/csu/Makefile index fbbfe0050a..0e2ae07cf7 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -1,5 +1,5 @@ # Makefile for csu code for GNU C library. -# Copyright (C) 1995-2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1995-2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -39,8 +39,8 @@ omit-deps = $(patsubst %.o,%,$(start-installed-name) g$(start-installed-name) \ b$(start-installed-name) $(csu-dummies) \ S$(start-installed-name)) install-lib = $(start-installed-name) g$(start-installed-name) $(csu-dummies) -distribute = initfini.c gmon-start.c start.c defs.awk munch.awk \ - abi-note.S init.c munch-tmpl.c not-cancel.h +distribute = initfini.c gmon-start.c start.c defs.awk \ + abi-note.S init.c c not-cancel.h generated = version-info.h before-compile = $(objpfx)version-info.h @@ -54,11 +54,13 @@ include ../Makeconfig ifeq (yes,$(build-shared)) extra-objs += S$(start-installed-name) install-lib += S$(start-installed-name) +generated += start.os endif ifeq (yes,$(build-bounded)) extra-objs += b$(start-installed-name) install-lib += b$(start-installed-name) +generated += start.ob endif ifneq ($(start-installed-name),$(static-start-installed-name)) @@ -73,19 +75,6 @@ before-compile += $(objpfx)abi-tag.h generated += abi-tag.h endif -ifneq (yes,$(gnu-ld)) -libc-init = munch-init -$(objpfx)munch-init.c: munch.awk munch-tmpl.c $(+subdir_inits) - $(AWK) -f $< subdirs='$(+init_subdirs)' $(word 2,$^) > $@-t - mv -f $@-t $@ -generated += munch-init.c - -# All initialization source files. -+subdir_inits := $(wildcard $(foreach dir,$(subdirs),$(dir)/init-$(dir).c)) -# All subdirectories containing initialization source files. -+init_subdirs := $(patsubst %/,%,$(dir $(+subdir_inits))) -endif - ifeq ($(have-initfini),yes) CPPFLAGS += -DHAVE_INITFINI @@ -106,7 +95,7 @@ $(crtstuff:%=$(objpfx)%.o): %.o: %.S $(objpfx)defs.h CFLAGS-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) -vpath initfini.c $(full_config_sysdirs) +vpath initfini.c $(sysdirs) $(objpfx)initfini.s: initfini.c $(before-compile) $(compile.c) -S $(CFLAGS-initfini.s) -finhibit-size-directive \ @@ -211,8 +200,9 @@ $(objpfx)abi-tag.h: $(..)abi-tags if test -r $@.new; then mv -f $@.new $@; \ else echo >&2 'This configuration not matched in $<'; exit 1; fi -all-Banner-files = $(wildcard $(addsuffix /Banner, \ - $(addprefix $(..), $(subdirs)))) +all-Banner-files = $(wildcard $(addsuffix /Banner,\ + $(sort $(subdir-srcdirs) \ + $(sysdeps-srcdirs)))) $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) $(make-target-directory) (case $(config-os) in \ @@ -239,7 +229,7 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) esac; \ files="$(all-Banner-files)"; \ if test -n "$$files"; then \ - echo "\"Available extensions:\\n\""; \ + printf '"Available extensions:\\n"\n'; \ sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \ -e 's/^\(.*\)$$/\"\1\\n\"/' $$files; \ fi) > $@T diff --git a/sysdeps/generic/check_fds.c b/csu/check_fds.c similarity index 81% rename from sysdeps/generic/check_fds.c rename to csu/check_fds.c index 5ae3feee3e..10ba3da395 100644 --- a/sysdeps/generic/check_fds.c +++ b/csu/check_fds.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -44,12 +44,26 @@ check_one_fd (int fd, int mode) if (__builtin_expect (__libc_fcntl (fd, F_GETFD), 0) == -1 && errno == EBADF) { - struct stat64 st; + const char *name; + dev_t dev; + + /* For writable descriptors we use /dev/full. */ + if ((mode & O_ACCMODE) == O_WRONLY) + { + name = _PATH_DEV "full"; + dev = makedev (DEV_FULL_MAJOR, DEV_FULL_MINOR); + } + else + { + name = _PATH_DEVNULL; + dev = makedev (DEV_NULL_MAJOR, DEV_NULL_MINOR); + } /* Something is wrong with this descriptor, it's probably not opened. Open /dev/null so that the SUID program we are about to start does not accidently use this descriptor. */ - int nullfd = open_not_cancel (_PATH_DEVNULL, mode, 0); + int nullfd = open_not_cancel (name, mode, 0); + /* We are very paranoid here. With all means we try to ensure that we are actually opening the /dev/null device and nothing else. @@ -57,13 +71,11 @@ check_one_fd (int fd, int mode) Note that the following code assumes that STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO are the three lowest file decsriptor numbers, in this order. */ + struct stat64 st; if (__builtin_expect (nullfd != fd, 0) || __builtin_expect (__fxstat64 (_STAT_VER, fd, &st), 0) != 0 || __builtin_expect (S_ISCHR (st.st_mode), 1) == 0 -#if defined DEV_NULL_MAJOR && defined DEV_NULL_MINOR - || st.st_rdev != makedev (DEV_NULL_MAJOR, DEV_NULL_MINOR) -#endif - ) + || st.st_rdev != dev) /* We cannot even give an error message here since it would run into the same problems. */ while (1) @@ -84,7 +96,7 @@ __libc_check_standard_fds (void) # define O_NOFOLLOW 0 #endif /* Check all three standard file descriptors. */ - check_one_fd (STDIN_FILENO, O_RDONLY | O_NOFOLLOW); - check_one_fd (STDOUT_FILENO, O_RDWR | O_NOFOLLOW); - check_one_fd (STDERR_FILENO, O_RDWR | O_NOFOLLOW); + check_one_fd (STDIN_FILENO, O_WRONLY | O_NOFOLLOW); + check_one_fd (STDOUT_FILENO, O_RDONLY | O_NOFOLLOW); + check_one_fd (STDERR_FILENO, O_RDONLY | O_NOFOLLOW); } diff --git a/csu/dso_handle.c b/csu/dso_handle.c index 04ed078625..fd295f2442 100644 --- a/csu/dso_handle.c +++ b/csu/dso_handle.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,4 +18,5 @@ /* We have to define __dso_handle ourselves since we do not use gcc's crtbegin files. */ -void *__dso_handle __attribute__ ((__visibility__ ("hidden"))) = &__dso_handle; +const void *const __dso_handle __attribute__ ((__visibility__ ("hidden"))) + = &__dso_handle; diff --git a/csu/elf-init.c b/csu/elf-init.c index d4e0b3fb88..d0a518f9fb 100644 --- a/csu/elf-init.c +++ b/csu/elf-init.c @@ -1,5 +1,5 @@ /* Startup support for ELF initializers/finalizers in the main executable. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -36,16 +36,37 @@ #include -#ifdef HAVE_INITFINI_ARRAY + /* These magic symbols are provided by the linker. */ -extern void (*__preinit_array_start []) (void) attribute_hidden; -extern void (*__preinit_array_end []) (void) attribute_hidden; -extern void (*__init_array_start []) (void) attribute_hidden; -extern void (*__init_array_end []) (void) attribute_hidden; +extern void (*__preinit_array_start []) (int, char **, char **) + attribute_hidden; +extern void (*__preinit_array_end []) (int, char **, char **) + attribute_hidden; +extern void (*__init_array_start []) (int, char **, char **) + attribute_hidden; +extern void (*__init_array_end []) (int, char **, char **) + attribute_hidden; extern void (*__fini_array_start []) (void) attribute_hidden; extern void (*__fini_array_end []) (void) attribute_hidden; + +#if defined HAVE_VISIBILITY_ATTRIBUTE \ + && (defined SHARED || defined LIBC_NONSHARED) +# define hidden_undef_2(x) #x +# define hidden_undef_1(x) hidden_undef_2 (x) +# define hidden_undef(x) \ + __asm (hidden_undef_1 (ASM_GLOBAL_DIRECTIVE) " " #x); \ + __asm (".hidden " #x); +#else +# define hidden_undef(x) #endif +hidden_undef (__preinit_array_start) +hidden_undef (__preinit_array_end) +hidden_undef (__init_array_start) +hidden_undef (__init_array_end) +hidden_undef (__fini_array_start) +hidden_undef (__fini_array_end) + /* These function symbols are provided for the .init/.fini section entry points automagically by the linker. */ extern void _init (void); @@ -57,43 +78,39 @@ extern void _fini (void); the libc.a module in that it doesn't call the preinit array. */ void -__libc_csu_init (void) +__libc_csu_init (int argc, char **argv, char **envp) { -#ifdef HAVE_INITFINI_ARRAY /* For dynamically linked executables the preinit array is executed by the dynamic linker (before initializing any shared object. */ -# ifndef LIBC_NONSHARED +#ifndef LIBC_NONSHARED /* For static executables, preinit happens rights before init. */ { const size_t size = __preinit_array_end - __preinit_array_start; size_t i; for (i = 0; i < size; i++) - (*__preinit_array_start [i]) (); + (*__preinit_array_start [i]) (argc, argv, envp); } -# endif #endif _init (); -#ifdef HAVE_INITFINI_ARRAY - { - const size_t size = __init_array_end - __init_array_start; - size_t i; - for (i = 0; i < size; i++) - (*__init_array_start [i]) (); - } -#endif + const size_t size = __init_array_end - __init_array_start; + for (size_t i = 0; i < size; i++) + (*__init_array_start [i]) (argc, argv, envp); } +/* This function should not be used anymore. We run the executable's + destructor now just like any other. We cannot remove the function, + though. */ void __libc_csu_fini (void) { -#ifdef HAVE_INITFINI_ARRAY +#ifndef LIBC_NONSHARED size_t i = __fini_array_end - __fini_array_start; while (i-- > 0) (*__fini_array_start [i]) (); -#endif _fini (); +#endif } diff --git a/sysdeps/generic/errno-loc.c b/csu/errno-loc.c similarity index 100% rename from sysdeps/generic/errno-loc.c rename to csu/errno-loc.c diff --git a/sysdeps/generic/errno.c b/csu/errno.c similarity index 100% rename from sysdeps/generic/errno.c rename to csu/errno.c diff --git a/sysdeps/generic/init-first.c b/csu/init-first.c similarity index 100% rename from sysdeps/generic/init-first.c rename to csu/init-first.c diff --git a/csu/libc-start.c b/csu/libc-start.c new file mode 100644 index 0000000000..194db6b1ec --- /dev/null +++ b/csu/libc-start.c @@ -0,0 +1,263 @@ +/* Copyright (C) 1998-2003, 2004, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include +#include + +extern void __libc_init_first (int argc, char **argv, char **envp); + +extern int __libc_multiple_libcs; + +#include +#ifndef SHARED +# include +extern void __pthread_initialize_minimal (void) +# if !(USE_TLS - 0) && !defined NONTLS_INIT_TP + __attribute__ ((weak)) +# endif + ; +# ifndef THREAD_SET_STACK_GUARD +/* Only exported for architectures that don't store the stack guard canary + in thread local area. */ +uintptr_t __stack_chk_guard attribute_relro; +# endif +#endif + +#ifdef HAVE_PTR_NTHREADS +/* We need atomic operations. */ +# include +#endif + + +#ifdef LIBC_START_MAIN +# ifdef LIBC_START_DISABLE_INLINE +# define STATIC static +# else +# define STATIC static inline __attribute__ ((always_inline)) +# endif +#else +# define STATIC +# define LIBC_START_MAIN BP_SYM (__libc_start_main) +#endif + +#ifdef MAIN_AUXVEC_ARG +/* main gets passed a pointer to the auxiliary. */ +# define MAIN_AUXVEC_DECL , void * +# define MAIN_AUXVEC_PARAM , auxvec +#else +# define MAIN_AUXVEC_DECL +# define MAIN_AUXVEC_PARAM +#endif + +STATIC int LIBC_START_MAIN (int (*main) (int, char **, char ** + MAIN_AUXVEC_DECL), + int argc, + char *__unbounded *__unbounded ubp_av, +#ifdef LIBC_START_MAIN_AUXVEC_ARG + ElfW(auxv_t) *__unbounded auxvec, +#endif + __typeof (main) init, + void (*fini) (void), + void (*rtld_fini) (void), + void *__unbounded stack_end) + __attribute__ ((noreturn)); + + +/* Note: the fini parameter is ignored here for shared library. It + is registered with __cxa_atexit. This had the disadvantage that + finalizers were called in more than one place. */ +STATIC int +LIBC_START_MAIN (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), + int argc, char *__unbounded *__unbounded ubp_av, +#ifdef LIBC_START_MAIN_AUXVEC_ARG + ElfW(auxv_t) *__unbounded auxvec, +#endif + __typeof (main) init, + void (*fini) (void), + void (*rtld_fini) (void), void *__unbounded stack_end) +{ +#if __BOUNDED_POINTERS__ + char **argv; +#else +# define argv ubp_av +#endif + + /* Result of the 'main' function. */ + int result; + + __libc_multiple_libcs = &_dl_starting_up && !_dl_starting_up; + +#ifndef SHARED + char *__unbounded *__unbounded ubp_ev = &ubp_av[argc + 1]; + + INIT_ARGV_and_ENVIRON; + + /* Store the lowest stack address. This is done in ld.so if this is + the code for the DSO. */ + __libc_stack_end = stack_end; + +# ifdef HAVE_AUX_VECTOR + /* First process the auxiliary vector since we need to find the + program header to locate an eventually present PT_TLS entry. */ +# ifndef LIBC_START_MAIN_AUXVEC_ARG + ElfW(auxv_t) *__unbounded auxvec; + { + char *__unbounded *__unbounded evp = ubp_ev; + while (*evp++ != NULL) + ; + auxvec = (ElfW(auxv_t) *__unbounded) evp; + } +# endif + _dl_aux_init (auxvec); +# endif +# ifdef DL_SYSDEP_OSCHECK + if (!__libc_multiple_libcs) + { + /* This needs to run to initiliaze _dl_osversion before TLS + setup might check it. */ + DL_SYSDEP_OSCHECK (__libc_fatal); + } +# endif + + /* Initialize the thread library at least a bit since the libgcc + functions are using thread functions if these are available and + we need to setup errno. If there is no thread library and we + handle TLS the function is defined in the libc to initialized the + TLS handling. */ +# if !(USE_TLS - 0) && !defined NONTLS_INIT_TP + if (__pthread_initialize_minimal) +# endif + __pthread_initialize_minimal (); +#endif + +# ifndef SHARED + /* Set up the stack checker's canary. */ + uintptr_t stack_chk_guard = _dl_setup_stack_chk_guard (); +# ifdef THREAD_SET_STACK_GUARD + THREAD_SET_STACK_GUARD (stack_chk_guard); +# else + __stack_chk_guard = stack_chk_guard; +# endif +#endif + + /* Register the destructor of the dynamic linker if there is any. */ + if (__builtin_expect (rtld_fini != NULL, 1)) + __cxa_atexit ((void (*) (void *)) rtld_fini, NULL, NULL); + +#ifndef SHARED + /* Call the initializer of the libc. This is only needed here if we + are compiling for the static library in which case we haven't + run the constructors in `_dl_start_user'. */ + __libc_init_first (argc, argv, __environ); + + /* Register the destructor of the program, if any. */ + if (fini) + __cxa_atexit ((void (*) (void *)) fini, NULL, NULL); + + /* Some security at this point. Prevent starting a SUID binary where + the standard file descriptors are not opened. We have to do this + only for statically linked applications since otherwise the dynamic + loader did the work already. */ + if (__builtin_expect (__libc_enable_secure, 0)) + __libc_check_standard_fds (); +#endif + + /* Call the initializer of the program, if any. */ +#ifdef SHARED + if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_IMPCALLS, 0)) + GLRO(dl_debug_printf) ("\ninitialize program: %s\n\n", argv[0]); +#endif + if (init) + (*init) (argc, argv, __environ MAIN_AUXVEC_PARAM); + +#ifdef SHARED + /* Auditing checkpoint: we have a new object. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct audit_ifaces *afct = GLRO(dl_audit); + struct link_map *head = GL(dl_ns)[LM_ID_BASE]._ns_loaded; + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->preinit != NULL) + afct->preinit (&head->l_audit[cnt].cookie); + + afct = afct->next; + } + } +#endif + +#ifdef SHARED + if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_IMPCALLS, 0)) + GLRO(dl_debug_printf) ("\ntransferring control: %s\n\n", argv[0]); +#endif + +#ifdef HAVE_CLEANUP_JMP_BUF + /* Memory for the cancellation buffer. */ + struct pthread_unwind_buf unwind_buf; + + int not_first_call; + not_first_call = setjmp ((struct __jmp_buf_tag *) unwind_buf.cancel_jmp_buf); + if (__builtin_expect (! not_first_call, 1)) + { + struct pthread *self = THREAD_SELF; + + /* Store old info. */ + unwind_buf.priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); + unwind_buf.priv.data.cleanup = THREAD_GETMEM (self, cleanup); + + /* Store the new cleanup handler info. */ + THREAD_SETMEM (self, cleanup_jmp_buf, &unwind_buf); + + /* Run the program. */ + result = main (argc, argv, __environ MAIN_AUXVEC_PARAM); + } + else + { + /* Remove the thread-local data. */ +# ifdef SHARED + __libc_pthread_functions.ptr__nptl_deallocate_tsd (); +# else + extern void __nptl_deallocate_tsd (void) __attribute ((weak)); + __nptl_deallocate_tsd (); +# endif + + /* One less thread. Decrement the counter. If it is zero we + terminate the entire process. */ + result = 0; +# ifdef SHARED + unsigned int *const ptr = __libc_pthread_functions.ptr_nthreads; +# else + extern unsigned int __nptl_nthreads __attribute ((weak)); + unsigned int *const ptr = &__nptl_nthreads; +# endif + + if (! atomic_decrement_and_test (ptr)) + /* Not much left to do but to exit the thread, not the process. */ + __exit_thread (0); + } +#else + /* Nothing fancy, just call the function. */ + result = main (argc, argv, __environ MAIN_AUXVEC_PARAM); +#endif + + exit (result); +} diff --git a/sysdeps/generic/libc-tls.c b/csu/libc-tls.c similarity index 92% rename from sysdeps/generic/libc-tls.c rename to csu/libc-tls.c index b5ecc36436..3544e396da 100644 --- a/sysdeps/generic/libc-tls.c +++ b/csu/libc-tls.c @@ -1,5 +1,5 @@ /* Initialization code for TLS in statically linked application. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -34,8 +34,7 @@ extern ElfW(Phdr) *_dl_phdr; extern size_t _dl_phnum; -/* DTV with just one element plus overhead. */ -static dtv_t static_dtv[3]; +static dtv_t static_dtv[2 + TLS_SLOTINFO_SURPLUS]; static struct @@ -61,8 +60,9 @@ bool _dl_tls_dtv_gaps; struct dtv_slotinfo_list *_dl_tls_dtv_slotinfo_list; /* Number of modules in the static TLS block. */ size_t _dl_tls_static_nelem; -/* Size of the static TLS block. */ -size_t _dl_tls_static_size; +/* Size of the static TLS block. Giving this initialized value + preallocates some surplus bytes in the static TLS area. */ +size_t _dl_tls_static_size = 2048; /* Size actually allocated in the static TLS block. */ size_t _dl_tls_static_used; /* Alignment requirement of the static TLS block. */ @@ -134,17 +134,6 @@ __libc_setup_tls (size_t tcbsize, size_t tcbalign) break; } -#ifdef TLS_INIT_TP_EXPENSIVE - if (memsz == 0 && tcbsize <= TLS_INIT_TCB_SIZE) - { - /* We do not need a TLS block and no thread descriptor. */ -# ifdef NONTLS_INIT_TP - NONTLS_INIT_TP; -# endif - return; - } -#endif - /* We have to set up the TCB block which also (possibly) contains 'errno'. Therefore we avoid 'malloc' which might touch 'errno'. Instead we use 'sbrk' which would only uses 'errno' if it fails. @@ -173,22 +162,23 @@ __libc_setup_tls (size_t tcbsize, size_t tcbalign) & ~(max_align - 1)); /* Initialize the dtv. [0] is the length, [1] the generation counter. */ - static_dtv[0].counter = 1; + static_dtv[0].counter = (sizeof (static_dtv) / sizeof (static_dtv[0])) - 2; // static_dtv[1].counter = 0; would be needed if not already done /* Initialize the TLS block. */ # if TLS_TCB_AT_TP - static_dtv[2].pointer = ((char *) tlsblock + tcb_offset - - roundup (memsz, align ?: 1)); + static_dtv[2].pointer.val = ((char *) tlsblock + tcb_offset + - roundup (memsz, align ?: 1)); static_map.l_tls_offset = roundup (memsz, align ?: 1); # elif TLS_DTV_AT_TP - static_dtv[2].pointer = (char *) tlsblock + tcb_offset; + static_dtv[2].pointer.val = (char *) tlsblock + tcb_offset; static_map.l_tls_offset = tcb_offset; # else # error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" # endif + static_dtv[2].pointer.is_static = true; /* sbrk gives us zero'd memory, so we don't need to clear the remainder. */ - memcpy (static_dtv[2].pointer, initimage, filesz); + memcpy (static_dtv[2].pointer.val, initimage, filesz); /* Install the pointer to the dtv. */ diff --git a/csu/munch-tmpl.c b/csu/munch-tmpl.c deleted file mode 100644 index f807cf9a3f..0000000000 --- a/csu/munch-tmpl.c +++ /dev/null @@ -1,38 +0,0 @@ -/* Copyright (C) 1991, 1995, 1997, 2000 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ - -#include - - -EXTERNS - -void -__libc_init (int argc, char **argv, char **envp) -{ - CALLS - -#ifdef HAVE_INITFINI - { - /* These functions are defined in crti.o to run the .init and .fini - sections, which are used for initializers and finalizers. */ - extern void _init (void), _fini (void); - atexit (&_fini); /* Arrange for _fini to run at exit. */ - _init (); - } -#endif -} diff --git a/csu/munch.awk b/csu/munch.awk deleted file mode 100644 index 9ebcff8ecf..0000000000 --- a/csu/munch.awk +++ /dev/null @@ -1,11 +0,0 @@ -BEGIN { special = 0 } - -/EXTERNS/ { ndirs = split(subdirs, dirs) - for (i = 1; i <= ndirs; ++i) - printf "extern void __init_%s (int argc, char **argv, char **envp);\n", dirs[i] - special = 1 } -/CALLS/ { ndirs = split(subdirs, dirs) - for (i = 1; i <= ndirs; ++i) printf " __init_%s (argc, argv, envp);\n", dirs[i] - special = 1 } - -{ if (special == 0) print $0; special = 0 } diff --git a/sysdeps/generic/start.c b/csu/start.c similarity index 100% rename from sysdeps/generic/start.c rename to csu/start.c diff --git a/sysdeps/generic/sysdep.c b/csu/sysdep.c similarity index 100% rename from sysdeps/generic/sysdep.c rename to csu/sysdep.c diff --git a/csu/version.c b/csu/version.c index 1104fa9137..2196d20432 100644 --- a/csu/version.c +++ b/csu/version.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2002, 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1992-2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ static const char __libc_version[] = VERSION; static const char banner[] = "GNU C Library "RELEASE" release version "VERSION", by Roland McGrath et al.\n\ -Copyright (C) 2004 Free Software Foundation, Inc.\n\ +Copyright (C) 2006 Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ diff --git a/ctype/ctype-extn.c b/ctype/ctype-extn.c index b54080d7ac..d6851d4fbc 100644 --- a/ctype/ctype-extn.c +++ b/ctype/ctype-extn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1991,1997,1999,2000,2002,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,9 +20,9 @@ #include #define __ctype_tolower \ - ((uint32_t *) _NL_CURRENT (LC_CTYPE, _NL_CTYPE_TOLOWER) + 128) + ((int32_t *) _NL_CURRENT (LC_CTYPE, _NL_CTYPE_TOLOWER) + 128) #define __ctype_toupper \ - ((uint32_t *) _NL_CURRENT (LC_CTYPE, _NL_CTYPE_TOUPPER) + 128) + ((int32_t *) _NL_CURRENT (LC_CTYPE, _NL_CTYPE_TOUPPER) + 128) /* Real function versions of the non-ANSI ctype functions. isblank is now in ISO C99 but we leave it here. */ diff --git a/debug/Depend b/debug/Depend new file mode 100644 index 0000000000..f3e1156a4e --- /dev/null +++ b/debug/Depend @@ -0,0 +1 @@ +localedata diff --git a/debug/Makefile b/debug/Makefile index 6df06116b7..9d9b6ac96a 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc. +# Copyright (C) 1998-2001,2004,2005,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -24,12 +24,27 @@ subdir := debug headers := execinfo.h distribute = sigcontextinfo.h register-dump.h frame.h -routines := backtrace backtracesyms backtracesymsfd noophooks \ +routines = backtrace backtracesyms backtracesymsfd noophooks \ memcpy_chk memmove_chk mempcpy_chk memset_chk stpcpy_chk \ - strcat_chk strcpy_chk strncat_chk strncpy_chk \ + strcat_chk strcpy_chk strncat_chk strncpy_chk stpncpy_chk \ sprintf_chk vsprintf_chk snprintf_chk vsnprintf_chk \ printf_chk fprintf_chk vprintf_chk vfprintf_chk \ - gets_chk chk_fail readonly-area + gets_chk chk_fail readonly-area fgets_chk fgets_u_chk \ + read_chk pread_chk pread64_chk recv_chk recvfrom_chk \ + readlink_chk readlinkat_chk getwd_chk getcwd_chk \ + realpath_chk ptsname_r_chk \ + wctomb_chk wcscpy_chk wmemcpy_chk wmemmove_chk wmempcpy_chk \ + wcpcpy_chk wcsncpy_chk wcscat_chk wcsncat_chk wmemset_chk \ + wcpncpy_chk \ + swprintf_chk vswprintf_chk wprintf_chk fwprintf_chk \ + vwprintf_chk vfwprintf_chk fgetws_chk fgetws_u_chk \ + confstr_chk getgroups_chk ttyname_r_chk getlogin_r_chk \ + gethostname_chk getdomainname_chk wcrtomb_chk mbsnrtowcs_chk \ + wcsnrtombs_chk mbsrtowcs_chk wcsrtombs_chk mbstowcs_chk \ + wcstombs_chk \ + stack_chk_fail \ + $(static-only-routines) +static-only-routines := warning-nop stack_chk_fail_local CFLAGS-backtrace.c = -fno-omit-frame-pointer CFLAGS-sprintf_chk.c = -D_IO_MTSAFE_IO @@ -41,9 +56,31 @@ CFLAGS-fprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) CFLAGS-vprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) CFLAGS-vfprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) CFLAGS-gets_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-fgets_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-fgets_u_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-swprintf_chk.c = -D_IO_MTSAFE_IO +CFLAGS-vswprintf_chk.c = -D_IO_MTSAFE_IO +CFLAGS-wprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-fwprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-vwprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-vfwprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-fgetws_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-fgetws_u_chk.c = -D_IO_MTSAFE_IO $(exceptions) +CFLAGS-read_chk.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pread_chk.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pread64_chk.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables + +tst-chk1-ENV = LOCPATH=$(common-objpfx)localedata +tst-chk2-ENV = LOCPATH=$(common-objpfx)localedata +tst-chk3-ENV = LOCPATH=$(common-objpfx)localedata +tst-lfschk1-ENV = LOCPATH=$(common-objpfx)localedata +tst-lfschk2-ENV = LOCPATH=$(common-objpfx)localedata +tst-lfschk3-ENV = LOCPATH=$(common-objpfx)localedata tests = backtrace-tst tst-chk1 tst-chk2 tst-chk3 \ - test-strcpy_chk test-stpcpy_chk + tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk extra-libs = libSegFault libpcprofile extra-libs-others = $(extra-libs) @@ -70,6 +107,8 @@ generated = catchsegv xtrace include ../Rules +sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,') + $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \ $(common-objpfx)config.make slibpfx=`echo $(slibdir)|sed 's/lib\(64\|\)$$/\\\\\\\\$$LIB/'`; \ @@ -82,7 +121,7 @@ $(objpfx)pcprofiledump: $(objpfx)pcprofiledump.o $(objpfx)xtrace: xtrace.sh rm -f $@.new sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \ - -e 's|@SLIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \ + -e 's|@SLIBDIR@|$(sLIBdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \ && rm -f $@ && mv $@.new $@ && chmod +x $@ # Depend on libc.so so a DT_NEEDED is generated in the shared objects. diff --git a/debug/Versions b/debug/Versions index 07d6fbb830..5c87af27c1 100644 --- a/debug/Versions +++ b/debug/Versions @@ -18,4 +18,25 @@ libc { __printf_chk; __fprintf_chk; __vprintf_chk; __vfprintf_chk; __gets_chk; } + GLIBC_2.4 { + __fgets_chk; __fgets_unlocked_chk; + __read_chk; __pread_chk; __pread64_chk; + __readlink_chk; __getcwd_chk; __getwd_chk; + __recv_chk; __recvfrom_chk; + __realpath_chk; __ptsname_r_chk; __wctomb_chk; + __stpncpy_chk; + __wcscpy_chk; __wmemcpy_chk; __wmemmove_chk; __wmempcpy_chk; __wcpcpy_chk; + __wcsncpy_chk; __wcscat_chk; __wcsncat_chk; __wmemset_chk; __wcpncpy_chk; + __swprintf_chk; __vswprintf_chk; __wprintf_chk; __fwprintf_chk; + __vwprintf_chk; __vfwprintf_chk; __fgetws_chk; __fgetws_unlocked_chk; + __confstr_chk; __getgroups_chk; __ttyname_r_chk; __getlogin_r_chk; + __gethostname_chk; __getdomainname_chk; __wcrtomb_chk; __mbsnrtowcs_chk; + __wcsnrtombs_chk; __mbsrtowcs_chk; __wcsrtombs_chk; __mbstowcs_chk; + __wcstombs_chk; + + __stack_chk_fail; + } + GLIBC_2.5 { + __readlinkat_chk; + } } diff --git a/sysdeps/generic/backtrace.c b/debug/backtrace.c similarity index 96% rename from sysdeps/generic/backtrace.c rename to debug/backtrace.c index 6a3336c6d2..f2d52372d5 100644 --- a/sysdeps/generic/backtrace.c +++ b/debug/backtrace.c @@ -1,5 +1,5 @@ /* Return backtrace of current program state. Generic version. - Copyright (C) 1998, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -91,3 +91,4 @@ __backtrace (array, size) return cnt; } weak_alias (__backtrace, backtrace) +libc_hidden_def (__backtrace) diff --git a/sysdeps/generic/backtracesyms.c b/debug/backtracesyms.c similarity index 100% rename from sysdeps/generic/backtracesyms.c rename to debug/backtracesyms.c diff --git a/sysdeps/generic/backtracesymsfd.c b/debug/backtracesymsfd.c similarity index 94% rename from sysdeps/generic/backtracesymsfd.c rename to debug/backtracesymsfd.c index c704362ec7..b01f8b0094 100644 --- a/sysdeps/generic/backtracesymsfd.c +++ b/debug/backtracesymsfd.c @@ -1,5 +1,5 @@ /* Write formatted list with names for addresses in backtrace to a file. - Copyright (C) 1998, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -61,3 +61,4 @@ __backtrace_symbols_fd (array, size, fd) } } weak_alias (__backtrace_symbols_fd, backtrace_symbols_fd) +libc_hidden_def (__backtrace_symbols_fd) diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index 14556f712a..f4d971e34b 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1998, 1999, 2001, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2001,2003,2004,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper , 1998. @@ -39,7 +39,7 @@ if test $# -eq 0; then ;; --v | --ve | --ver | --vers | --versi | --versio | --version) echo 'catchsegv (GNU libc) @VERSION@' - echo 'Copyright (C) 2004 Free Software Foundation, Inc. + echo 'Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Ulrich Drepper.' diff --git a/debug/chk_fail.c b/debug/chk_fail.c index dc1c3d70b6..0cfca295a9 100644 --- a/debug/chk_fail.c +++ b/debug/chk_fail.c @@ -1,5 +1,4 @@ - -/* Copyright (C) 2004 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,10 +20,15 @@ #include +extern char **__libc_argv attribute_hidden; + void __attribute__ ((noreturn)) __chk_fail (void) { - __libc_fatal ("*** buffer overflow detected ***\n"); + /* The loop is added only to keep gcc happy. */ + while (1) + __libc_message (2, "*** buffer overflow detected ***: %s terminated\n", + __libc_argv[0] ?: ""); } libc_hidden_def (__chk_fail) diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c new file mode 100644 index 0000000000..dae7714fcf --- /dev/null +++ b/debug/confstr_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 20055. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +size_t +__confstr_chk (int name, char *buf, size_t len, size_t buflen) +{ + if (__builtin_expect (buflen < len, 0)) + __chk_fail (); + + return confstr (name, buf, len); +} diff --git a/debug/execinfo.h b/debug/execinfo.h index fa9927c71a..c1614cc1f0 100644 --- a/debug/execinfo.h +++ b/debug/execinfo.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -35,8 +35,7 @@ extern char **backtrace_symbols (void *__const *__array, int __size) /* This function is similar to backtrace_symbols() but it writes the result - immediately to a file and can therefore also be used in situations where - malloc() is not usable anymore. */ + immediately to a file. */ extern void backtrace_symbols_fd (void *__const *__array, int __size, int __fd) __THROW __nonnull ((1)); diff --git a/debug/fgets_chk.c b/debug/fgets_chk.c new file mode 100644 index 0000000000..27fbede7f0 --- /dev/null +++ b/debug/fgets_chk.c @@ -0,0 +1,67 @@ +/* Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. + + As a special exception, if you link the code in this file with + files compiled with a GNU compiler to produce an executable, + that does not cause the resulting executable to be covered by + the GNU Lesser General Public License. This exception does not + however invalidate any other reasons why the executable file + might be covered by the GNU Lesser General Public License. + This exception applies to code released by its copyright holders + in files containing the exception. */ + +#include "libioP.h" +#include +#include + +char * +__fgets_chk (buf, size, n, fp) + char *buf; + size_t size; + int n; + _IO_FILE *fp; +{ + _IO_size_t count; + char *result; + CHECK_FILE (fp, NULL); + if (n <= 0) + return NULL; + _IO_acquire_lock (fp); + /* This is very tricky since a file descriptor may be in the + non-blocking mode. The error flag doesn't mean much in this + case. We return an error only when there is a new error. */ + int old_error = fp->_IO_file_flags & _IO_ERR_SEEN; + fp->_IO_file_flags &= ~_IO_ERR_SEEN; + count = INTUSE(_IO_getline) (fp, buf, MIN ((size_t) n - 1, size), '\n', 1); + /* If we read in some bytes and errno is EAGAIN, that error will + be reported for next read. */ + if (count == 0 || ((fp->_IO_file_flags & _IO_ERR_SEEN) + && errno != EAGAIN)) + result = NULL; + else if (count >= size) + __chk_fail (); + else + { + buf[count] = '\0'; + result = buf; + } + fp->_IO_file_flags |= old_error; + _IO_release_lock (fp); + return result; +} diff --git a/debug/fgets_u_chk.c b/debug/fgets_u_chk.c new file mode 100644 index 0000000000..324d7e371b --- /dev/null +++ b/debug/fgets_u_chk.c @@ -0,0 +1,65 @@ +/* Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. + + As a special exception, if you link the code in this file with + files compiled with a GNU compiler to produce an executable, + that does not cause the resulting executable to be covered by + the GNU Lesser General Public License. This exception does not + however invalidate any other reasons why the executable file + might be covered by the GNU Lesser General Public License. + This exception applies to code released by its copyright holders + in files containing the exception. */ + +#include "libioP.h" +#include +#include + +char * +__fgets_unlocked_chk (buf, size, n, fp) + char *buf; + size_t size; + int n; + _IO_FILE *fp; +{ + _IO_size_t count; + char *result; + CHECK_FILE (fp, NULL); + if (n <= 0) + return NULL; + /* This is very tricky since a file descriptor may be in the + non-blocking mode. The error flag doesn't mean much in this + case. We return an error only when there is a new error. */ + int old_error = fp->_IO_file_flags & _IO_ERR_SEEN; + fp->_IO_file_flags &= ~_IO_ERR_SEEN; + count = INTUSE(_IO_getline) (fp, buf, MIN ((size_t) n - 1, size), '\n', 1); + /* If we read in some bytes and errno is EAGAIN, that error will + be reported for next read. */ + if (count == 0 || ((fp->_IO_file_flags & _IO_ERR_SEEN) + && errno != EAGAIN)) + result = NULL; + else if (count >= size) + __chk_fail (); + else + { + buf[count] = '\0'; + result = buf; + } + fp->_IO_file_flags |= old_error; + return result; +} diff --git a/debug/fgetws_chk.c b/debug/fgetws_chk.c new file mode 100644 index 0000000000..d080ccb473 --- /dev/null +++ b/debug/fgetws_chk.c @@ -0,0 +1,54 @@ +/* Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include "libioP.h" +#include +#include + +wchar_t * +__fgetws_chk (wchar_t *buf, size_t size, int n, _IO_FILE *fp) +{ + _IO_size_t count; + wchar_t *result; + int old_error; + CHECK_FILE (fp, NULL); + if (n <= 0) + return NULL; + _IO_acquire_lock (fp); + /* This is very tricky since a file descriptor may be in the + non-blocking mode. The error flag doesn't mean much in this + case. We return an error only when there is a new error. */ + old_error = fp->_IO_file_flags & _IO_ERR_SEEN; + fp->_IO_file_flags &= ~_IO_ERR_SEEN; + count = _IO_getwline (fp, buf, MIN ((size_t) n - 1, size), L'\n', 1); + /* If we read in some bytes and errno is EAGAIN, that error will + be reported for next read. */ + if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN)) + result = NULL; + else if (count >= size) + __chk_fail (); + else + { + buf[count] = '\0'; + result = buf; + } + fp->_IO_file_flags |= old_error; + _IO_release_lock (fp); + return result; +} diff --git a/debug/fgetws_u_chk.c b/debug/fgetws_u_chk.c new file mode 100644 index 0000000000..b6cc87b80d --- /dev/null +++ b/debug/fgetws_u_chk.c @@ -0,0 +1,61 @@ +/* Copyright (C) 1993, 95, 96, 97, 98, 99, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. + + As a special exception, if you link the code in this file with + files compiled with a GNU compiler to produce an executable, + that does not cause the resulting executable to be covered by + the GNU Lesser General Public License. This exception does not + however invalidate any other reasons why the executable file + might be covered by the GNU Lesser General Public License. + This exception applies to code released by its copyright holders + in files containing the exception. */ + +#include "libioP.h" +#include +#include + +wchar_t * +__fgetws_unlocked_chk (wchar_t *buf, size_t size, int n, _IO_FILE *fp) +{ + _IO_size_t count; + wchar_t *result; + int old_error; + CHECK_FILE (fp, NULL); + if (n <= 0) + return NULL; + /* This is very tricky since a file descriptor may be in the + non-blocking mode. The error flag doesn't mean much in this + case. We return an error only when there is a new error. */ + old_error = fp->_IO_file_flags & _IO_ERR_SEEN; + fp->_IO_file_flags &= ~_IO_ERR_SEEN; + count = _IO_getwline (fp, buf, MIN ((size_t) n - 1, size), L'\n', 1); + /* If we read in some bytes and errno is EAGAIN, that error will + be reported for next read. */ + if (count == 0 || ((fp->_IO_file_flags & _IO_ERR_SEEN) + && errno != EAGAIN)) + result = NULL; + else if (count >= size) + __chk_fail (); + else + { + buf[count] = '\0'; + result = buf; + } + fp->_IO_file_flags |= old_error; + return result; +} diff --git a/debug/fprintf_chk.c b/debug/fprintf_chk.c index 2b7d22b6a6..58b5fb2b3e 100644 --- a/debug/fprintf_chk.c +++ b/debug/fprintf_chk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004 +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -24,7 +24,7 @@ /* Write formatted output to FP from the format string FORMAT. */ int -__fprintf_chk (FILE *fp, int flag, const char *format, ...) +___fprintf_chk (FILE *fp, int flag, const char *format, ...) { va_list ap; int done; @@ -43,3 +43,4 @@ __fprintf_chk (FILE *fp, int flag, const char *format, ...) return done; } +ldbl_strong_alias (___fprintf_chk, __fprintf_chk) diff --git a/debug/fwprintf_chk.c b/debug/fwprintf_chk.c new file mode 100644 index 0000000000..710c89f3c8 --- /dev/null +++ b/debug/fwprintf_chk.c @@ -0,0 +1,45 @@ +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include "../libio/libioP.h" + + +/* Write formatted output to FP from the format string FORMAT. */ +int +__fwprintf_chk (FILE *fp, int flag, const wchar_t *format, ...) +{ + va_list ap; + int done; + + _IO_acquire_lock (fp); + if (flag > 0) + fp->_flags2 |= _IO_FLAGS2_FORTIFY; + + va_start (ap, format); + done = _IO_vfwprintf (fp, format, ap); + va_end (ap); + + if (flag > 0) + fp->_flags2 &= ~_IO_FLAGS2_FORTIFY; + _IO_release_lock (fp); + + return done; +} diff --git a/debug/getcwd_chk.c b/debug/getcwd_chk.c new file mode 100644 index 0000000000..cb864c858e --- /dev/null +++ b/debug/getcwd_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + + +char * +__getcwd_chk (char *buf, size_t size, size_t buflen) +{ + if (size > buflen) + __chk_fail (); + + return __getcwd (buf, size); +} diff --git a/debug/getdomainname_chk.c b/debug/getdomainname_chk.c new file mode 100644 index 0000000000..a85464589b --- /dev/null +++ b/debug/getdomainname_chk.c @@ -0,0 +1,29 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +int +__getdomainname_chk (char *buf, size_t buflen, size_t nreal) +{ + if (buflen > nreal) + __chk_fail (); + + return getdomainname (buf, buflen); +} diff --git a/debug/getgroups_chk.c b/debug/getgroups_chk.c new file mode 100644 index 0000000000..c877ddb9ca --- /dev/null +++ b/debug/getgroups_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +int +__getgroups_chk (int size, __gid_t list[], size_t listlen) +{ + if (__builtin_expect (size * sizeof (__gid_t) > listlen, 0)) + __chk_fail (); + + return __getgroups (size, list); +} diff --git a/debug/gethostname_chk.c b/debug/gethostname_chk.c new file mode 100644 index 0000000000..734cc56b0b --- /dev/null +++ b/debug/gethostname_chk.c @@ -0,0 +1,29 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +int +__gethostname_chk (char *buf, size_t buflen, size_t nreal) +{ + if (buflen > nreal) + __chk_fail (); + + return __gethostname (buf, buflen); +} diff --git a/debug/getlogin_r_chk.c b/debug/getlogin_r_chk.c new file mode 100644 index 0000000000..ae495cd7ab --- /dev/null +++ b/debug/getlogin_r_chk.c @@ -0,0 +1,29 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +int +__getlogin_r_chk (char *buf, size_t buflen, size_t nreal) +{ + if (buflen > nreal) + __chk_fail (); + + return getlogin_r (buf, buflen); +} diff --git a/debug/getwd_chk.c b/debug/getwd_chk.c new file mode 100644 index 0000000000..898af28d3f --- /dev/null +++ b/debug/getwd_chk.c @@ -0,0 +1,34 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + + +char * +__getwd_chk (char *buf, size_t buflen) +{ + char *res = __getcwd (buf, buflen); + if (res == NULL && errno == ERANGE) + __chk_fail (); + return res; +} + +link_warning (getwd, + "the `getwd' function is dangerous and should not be used.") diff --git a/debug/mbsnrtowcs_chk.c b/debug/mbsnrtowcs_chk.c new file mode 100644 index 0000000000..8872540ee0 --- /dev/null +++ b/debug/mbsnrtowcs_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +size_t +__mbsnrtowcs_chk (wchar_t *dst, __const char **src, size_t nmc, size_t len, + mbstate_t *ps, size_t dstlen) +{ + if (__builtin_expect (dstlen < len, 0)) + __chk_fail (); + + return __mbsnrtowcs (dst, src, nmc, len, ps); +} diff --git a/debug/mbsrtowcs_chk.c b/debug/mbsrtowcs_chk.c new file mode 100644 index 0000000000..22d5a35580 --- /dev/null +++ b/debug/mbsrtowcs_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +size_t +__mbsrtowcs_chk (wchar_t *dst, __const char **src, size_t len, + mbstate_t *ps, size_t dstlen) +{ + if (__builtin_expect (dstlen < len, 0)) + __chk_fail (); + + return __mbsrtowcs (dst, src, len, ps); +} diff --git a/debug/mbstowcs_chk.c b/debug/mbstowcs_chk.c new file mode 100644 index 0000000000..d1403c5d2b --- /dev/null +++ b/debug/mbstowcs_chk.c @@ -0,0 +1,35 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + + +size_t +__mbstowcs_chk (wchar_t *dst, const char *src, size_t len, size_t dstlen) +{ + if (__builtin_expect (dstlen < len, 0)) + __chk_fail (); + + mbstate_t state; + + memset (&state, '\0', sizeof state); + /* Return how many we wrote (or maybe an error). */ + return __mbsrtowcs (dst, &src, len, &state); +} diff --git a/sysdeps/generic/memcpy_chk.c b/debug/memcpy_chk.c similarity index 100% rename from sysdeps/generic/memcpy_chk.c rename to debug/memcpy_chk.c diff --git a/sysdeps/generic/memmove_chk.c b/debug/memmove_chk.c similarity index 100% rename from sysdeps/generic/memmove_chk.c rename to debug/memmove_chk.c diff --git a/sysdeps/generic/mempcpy_chk.c b/debug/mempcpy_chk.c similarity index 100% rename from sysdeps/generic/mempcpy_chk.c rename to debug/mempcpy_chk.c diff --git a/sysdeps/generic/memset_chk.c b/debug/memset_chk.c similarity index 96% rename from sysdeps/generic/memset_chk.c rename to debug/memset_chk.c index c311914395..d6206ffc99 100644 --- a/sysdeps/generic/memset_chk.c +++ b/debug/memset_chk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997, 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1997, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/debug/pread64_chk.c b/debug/pread64_chk.c new file mode 100644 index 0000000000..318579f0b5 --- /dev/null +++ b/debug/pread64_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +ssize_t +__pread64_chk (int fd, void *buf, size_t nbytes, off64_t offset, size_t buflen) +{ + if (nbytes > buflen) + __chk_fail (); + + return __libc_pread64 (fd, buf, nbytes, offset); +} diff --git a/debug/pread_chk.c b/debug/pread_chk.c new file mode 100644 index 0000000000..de111eaf82 --- /dev/null +++ b/debug/pread_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +ssize_t +__pread_chk (int fd, void *buf, size_t nbytes, off_t offset, size_t buflen) +{ + if (nbytes > buflen) + __chk_fail (); + + return __pread (fd, buf, nbytes, offset); +} diff --git a/debug/printf_chk.c b/debug/printf_chk.c index 86096b45c0..b8f00965dc 100644 --- a/debug/printf_chk.c +++ b/debug/printf_chk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004 +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -24,7 +24,7 @@ /* Write formatted output to stdout from the format string FORMAT. */ int -__printf_chk (int flag, const char *format, ...) +___printf_chk (int flag, const char *format, ...) { va_list ap; int done; @@ -43,3 +43,4 @@ __printf_chk (int flag, const char *format, ...) return done; } +ldbl_strong_alias (___printf_chk, __printf_chk) diff --git a/debug/ptsname_r_chk.c b/debug/ptsname_r_chk.c new file mode 100644 index 0000000000..5f03592bd1 --- /dev/null +++ b/debug/ptsname_r_chk.c @@ -0,0 +1,29 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +int +__ptsname_r_chk (int fd, char *buf, size_t buflen, size_t nreal) +{ + if (buflen > nreal) + __chk_fail (); + + return __ptsname_r (fd, buf, buflen); +} diff --git a/debug/read_chk.c b/debug/read_chk.c new file mode 100644 index 0000000000..da2bc945b7 --- /dev/null +++ b/debug/read_chk.c @@ -0,0 +1,38 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#ifdef HAVE_INLINED_SYSCALLS +# include +# include +#endif + + +ssize_t +__read_chk (int fd, void *buf, size_t nbytes, size_t buflen) +{ + if (nbytes > buflen) + __chk_fail (); + +#ifdef HAVE_INLINED_SYSCALLS + return INLINE_SYSCALL (read, 3, fd, buf, nbytes); +#else + return __read (fd, buf, nbytes); +#endif +} diff --git a/debug/readlink_chk.c b/debug/readlink_chk.c new file mode 100644 index 0000000000..ac18ee2c29 --- /dev/null +++ b/debug/readlink_chk.c @@ -0,0 +1,38 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#ifdef HAVE_INLINED_SYSCALLS +# include +# include +#endif + + +ssize_t +__readlink_chk (const char *path, void *buf, size_t len, size_t buflen) +{ + if (len > buflen) + __chk_fail (); + +#ifdef HAVE_INLINED_SYSCALLS + return INLINE_SYSCALL (readlink, 3, path, buf, len); +#else + return __readlink (path, buf, len); +#endif +} diff --git a/debug/readlinkat_chk.c b/debug/readlinkat_chk.c new file mode 100644 index 0000000000..eab99c0ea9 --- /dev/null +++ b/debug/readlinkat_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +ssize_t +__readlinkat_chk (int fd, const char *path, void *buf, size_t len, + size_t buflen) +{ + if (len > buflen) + __chk_fail (); + + return readlinkat (fd, path, buf, len); +} diff --git a/sysdeps/generic/readonly-area.c b/debug/readonly-area.c similarity index 100% rename from sysdeps/generic/readonly-area.c rename to debug/readonly-area.c diff --git a/debug/realpath_chk.c b/debug/realpath_chk.c new file mode 100644 index 0000000000..961aea0b85 --- /dev/null +++ b/debug/realpath_chk.c @@ -0,0 +1,60 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include + + +char * +__realpath_chk (const char *buf, char *resolved, size_t resolvedlen) +{ +#ifdef PATH_MAX + if (resolvedlen < PATH_MAX) + __chk_fail (); + + return __realpath (buf, resolved); +#else + long int pathmax =__pathconf (buf, _PC_PATH_MAX); + if (pathmax != -1) + { + /* We do have a fixed limit. */ + if (resolvedlen < pathmax) + __chk_fail (); + + return __realpath (buf, resolved); + } + + /* Since there is no fixed limit we check whether the size is large + enough. */ + char *res = __realpath (buf, NULL); + if (res != NULL) + { + size_t actlen = strlen (res) + 1; + if (actlen > resolvedlen) + __chk_fail (); + + memcpy (resolved, res, actlen); + free (res); + res = resolved; + } + + return res; +#endif +} diff --git a/debug/recv_chk.c b/debug/recv_chk.c new file mode 100644 index 0000000000..479ebdfe72 --- /dev/null +++ b/debug/recv_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +ssize_t +__recv_chk (int fd, void *buf, size_t n, size_t buflen, int flags) +{ + if (n > buflen) + __chk_fail (); + + return __recv (fd, buf, n, flags); +} diff --git a/debug/recvfrom_chk.c b/debug/recvfrom_chk.c new file mode 100644 index 0000000000..9790a15deb --- /dev/null +++ b/debug/recvfrom_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +ssize_t +__recvfrom_chk (int fd, void *buf, size_t n, size_t buflen, int flags, + __SOCKADDR_ARG addr, socklen_t *addr_len) +{ + if (n > buflen) + __chk_fail (); + + return __recvfrom (fd, buf, n, flags, addr, addr_len); +} diff --git a/sysdeps/generic/segfault.c b/debug/segfault.c similarity index 100% rename from sysdeps/generic/segfault.c rename to debug/segfault.c diff --git a/debug/snprintf_chk.c b/debug/snprintf_chk.c index 5a77afef29..315d47c88b 100644 --- a/debug/snprintf_chk.c +++ b/debug/snprintf_chk.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 1995, 1997, 1998, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1997, 1998, 2004, 2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -16,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include #include #include @@ -24,8 +26,8 @@ string FORMAT, writing no more than MAXLEN characters. */ /* VARARGS5 */ int -__snprintf_chk (char *s, size_t maxlen, int flags, size_t slen, - const char *format, ...) +___snprintf_chk (char *s, size_t maxlen, int flags, size_t slen, + const char *format, ...) { va_list arg; int done; @@ -36,3 +38,4 @@ __snprintf_chk (char *s, size_t maxlen, int flags, size_t slen, return done; } +ldbl_strong_alias (___snprintf_chk, __snprintf_chk) diff --git a/debug/sprintf_chk.c b/debug/sprintf_chk.c index d141633b9f..658c0cccda 100644 --- a/debug/sprintf_chk.c +++ b/debug/sprintf_chk.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991,1995,1997,1998,2002,2004 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1997, 1998, 2002, 2004, 2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -16,13 +17,14 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include #include #include /* Write formatted output into S, according to the format string FORMAT. */ /* VARARGS4 */ int -__sprintf_chk (char *s, int flags, size_t slen, const char *format, ...) +___sprintf_chk (char *s, int flags, size_t slen, const char *format, ...) { va_list arg; int done; @@ -33,3 +35,4 @@ __sprintf_chk (char *s, int flags, size_t slen, const char *format, ...) return done; } +ldbl_strong_alias (___sprintf_chk, __sprintf_chk) diff --git a/debug/stack_chk_fail.c b/debug/stack_chk_fail.c new file mode 100644 index 0000000000..298b323671 --- /dev/null +++ b/debug/stack_chk_fail.c @@ -0,0 +1,33 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +extern char **__libc_argv attribute_hidden; + +void +__attribute__ ((noreturn)) +__stack_chk_fail (void) +{ + /* The loop is added only to keep gcc happy. */ + while (1) + __libc_message (1, "*** stack smashing detected ***: %s terminated\n", + __libc_argv[0] ?: ""); +} diff --git a/debug/stack_chk_fail_local.c b/debug/stack_chk_fail_local.c new file mode 100644 index 0000000000..de0de8f397 --- /dev/null +++ b/debug/stack_chk_fail_local.c @@ -0,0 +1,30 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +extern void __stack_chk_fail (void) __attribute__ ((noreturn)); + +/* On some architectures, this helps needless PIC pointer setup + that would be needed just for the __stack_chk_fail call. */ + +void __attribute__ ((noreturn)) attribute_hidden +__stack_chk_fail_local (void) +{ + __stack_chk_fail (); +} diff --git a/sysdeps/generic/stpcpy_chk.c b/debug/stpcpy_chk.c similarity index 100% rename from sysdeps/generic/stpcpy_chk.c rename to debug/stpcpy_chk.c diff --git a/debug/stpncpy_chk.c b/debug/stpncpy_chk.c new file mode 100644 index 0000000000..d136339dea --- /dev/null +++ b/debug/stpncpy_chk.c @@ -0,0 +1,85 @@ +/* Copyright (C) 1993,1995,1996,1997,2002,2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +/* This is almost copied from strncpy.c, written by Torbjorn Granlund. */ + +#include + + +/* Copy no more than N characters of SRC to DEST, returning the address of + the terminating '\0' in DEST, if any, or else DEST + N. */ +char * +__stpncpy_chk (char *dest, const char *src, size_t n, size_t destlen) +{ + char c; + char *s = dest; + + if (__builtin_expect (destlen < n, 0)) + __chk_fail (); + + if (n >= 4) + { + size_t n4 = n >> 2; + + for (;;) + { + c = *src++; + *dest++ = c; + if (c == '\0') + break; + c = *src++; + *dest++ = c; + if (c == '\0') + break; + c = *src++; + *dest++ = c; + if (c == '\0') + break; + c = *src++; + *dest++ = c; + if (c == '\0') + break; + if (--n4 == 0) + goto last_chars; + } + n -= dest - s; + goto zero_fill; + } + + last_chars: + n &= 3; + if (n == 0) + return dest; + + for (;;) + { + c = *src++; + --n; + *dest++ = c; + if (c == '\0') + break; + if (n == 0) + return dest; + } + + zero_fill: + while (n-- > 0) + dest[n] = '\0'; + + return dest - 1; +} diff --git a/sysdeps/generic/strcat_chk.c b/debug/strcat_chk.c similarity index 100% rename from sysdeps/generic/strcat_chk.c rename to debug/strcat_chk.c diff --git a/sysdeps/generic/strcpy_chk.c b/debug/strcpy_chk.c similarity index 100% rename from sysdeps/generic/strcpy_chk.c rename to debug/strcpy_chk.c diff --git a/sysdeps/generic/strncat_chk.c b/debug/strncat_chk.c similarity index 100% rename from sysdeps/generic/strncat_chk.c rename to debug/strncat_chk.c diff --git a/sysdeps/generic/strncpy_chk.c b/debug/strncpy_chk.c similarity index 100% rename from sysdeps/generic/strncpy_chk.c rename to debug/strncpy_chk.c diff --git a/debug/swprintf_chk.c b/debug/swprintf_chk.c new file mode 100644 index 0000000000..554cbe66a3 --- /dev/null +++ b/debug/swprintf_chk.c @@ -0,0 +1,37 @@ +/* Copyright (C) 1991,1995,1997,1998,1999,2000,2003,2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + +/* Write formatted output into S, according to the format string FORMAT. */ +/* VARARGS5 */ +int +__swprintf_chk (wchar_t *s, size_t n, int flag, size_t s_len, + const wchar_t *format, ...) +{ + va_list arg; + int done; + + va_start (arg, format); + done = __vswprintf_chk (s, n, flag, s_len, format, arg); + va_end (arg); + + return done; +} diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index 0df660d57f..c450744af5 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2004. @@ -17,7 +17,12 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +/* Hack: make sure GCC doesn't know __chk_fail () will not return. */ +#define __noreturn__ + +#include #include +#include #include #include #include @@ -25,6 +30,9 @@ #include #include #include +#include +#include +#include char *temp_filename; static void do_prepare (void); @@ -69,13 +77,20 @@ handler (int sig) } char buf[10]; +wchar_t wbuf[10]; volatile size_t l0; volatile char *p; +volatile wchar_t *wp; const char *str1 = "JIHGFEDCBA"; const char *str2 = "F"; const char *str3 = "%s%n%s%n"; const char *str4 = "Hello, "; const char *str5 = "World!\n"; +const wchar_t *wstr1 = L"JIHGFEDCBA"; +const wchar_t *wstr2 = L"F"; +const wchar_t *wstr3 = L"%s%n%s%n"; +const wchar_t *wstr4 = L"Hello, "; +const wchar_t *wstr5 = L"World!\n"; char buf2[10] = "%s"; int num1 = 67; int num2 = 987654; @@ -120,6 +135,7 @@ do_test (void) setenv ("LIBC_FATAL_STDERR_", "1", 1); struct A { char buf1[9]; char buf2[1]; } a; + struct wA { wchar_t buf1[9]; wchar_t buf2[1]; } wa; printf ("Test checking routines at fortify level %d\n", #ifdef __USE_FORTIFY_LEVEL @@ -135,7 +151,8 @@ do_test (void) if (memcmp (buf, "aabcdefghi", 10)) FAIL (); - if (mempcpy (buf + 5, "abcde", 5) != buf + 10 || memcmp (buf, "aabcdabcde", 10)) + if (mempcpy (buf + 5, "abcde", 5) != buf + 10 + || memcmp (buf, "aabcdabcde", 10)) FAIL (); memset (buf + 8, 'j', 2); @@ -166,7 +183,8 @@ do_test (void) if (memcmp (buf, "aabcdefghi", 10)) FAIL (); - if (mempcpy (buf + 5, "abcde", l0 + 5) != buf + 10 || memcmp (buf, "aabcdabcde", 10)) + if (mempcpy (buf + 5, "abcde", l0 + 5) != buf + 10 + || memcmp (buf, "aabcdabcde", 10)) FAIL (); memset (buf + 8, 'j', l0 + 2); @@ -184,20 +202,24 @@ do_test (void) if (memcmp (buf, "aabcEDX\0\0", 10)) FAIL (); - if (sprintf (buf + 7, "%d", num1) != 2 || memcmp (buf, "aabcEDX67", 10)) + if (stpncpy (buf + 5, "cd", l0 + 5) != buf + 7 + || memcmp (buf, "aabcEcd\0\0", 10)) + FAIL (); + + if (sprintf (buf + 7, "%d", num1) != 2 || memcmp (buf, "aabcEcd67", 10)) FAIL (); - if (snprintf (buf + 7, 3, "%d", num2) != 6 || memcmp (buf, "aabcEDX98", 10)) + if (snprintf (buf + 7, 3, "%d", num2) != 6 || memcmp (buf, "aabcEcd98", 10)) FAIL (); buf[l0 + 8] = '\0'; strcat (buf, "A"); - if (memcmp (buf, "aabcEDX9A", 10)) + if (memcmp (buf, "aabcEcd9A", 10)) FAIL (); buf[l0 + 7] = '\0'; strncat (buf, "ZYXWV", l0 + 2); - if (memcmp (buf, "aabcEDXZY", 10)) + if (memcmp (buf, "aabcEcdZY", 10)) FAIL (); memcpy (a.buf1, "abcdefghij", l0 + 10); @@ -213,7 +235,7 @@ do_test (void) if (memcmp (a.buf1, "aabcdabcjj", 10)) FAIL (); -#if __USE_FORTIFY_LEVEL < 2 +#if __USE_FORTIFY_LEVEL < 2 || !__GNUC_PREREQ (4, 0) /* The following tests are supposed to crash with -D_FORTIFY_SOURCE=2 and sufficient GCC support, as the string operations overflow from a.buf1 into a.buf2. */ @@ -221,14 +243,16 @@ do_test (void) if (memcmp (a.buf1, "aabcEDCBA", 10)) FAIL (); - if (stpcpy (a.buf1 + 8, str2) != a.buf1 + 9 || memcmp (a.buf1, "aabcEDCBF", 10)) + if (stpcpy (a.buf1 + 8, str2) != a.buf1 + 9 + || memcmp (a.buf1, "aabcEDCBF", 10)) FAIL (); strncpy (a.buf1 + 6, "X", l0 + 4); if (memcmp (a.buf1, "aabcEDX\0\0", 10)) FAIL (); - if (sprintf (a.buf1 + 7, "%d", num1) != 2 || memcmp (a.buf1, "aabcEDX67", 10)) + if (sprintf (a.buf1 + 7, "%d", num1) != 2 + || memcmp (a.buf1, "aabcEDX67", 10)) FAIL (); if (snprintf (a.buf1 + 7, 3, "%d", num2) != 6 @@ -278,6 +302,10 @@ do_test (void) strncpy (buf + 7, "X", l0 + 4); CHK_FAIL_END + CHK_FAIL_START + stpncpy (buf + 6, "cd", l0 + 5); + CHK_FAIL_END + CHK_FAIL_START sprintf (buf + 8, "%d", num1); CHK_FAIL_END @@ -312,7 +340,7 @@ do_test (void) memset (a.buf1 + 9, 'j', l0 + 2); CHK_FAIL_END -#if __USE_FORTIFY_LEVEL >= 2 +#if __USE_FORTIFY_LEVEL >= 2 && __GNUC_PREREQ (4, 0) # define O 0 #else # define O 1 @@ -349,6 +377,219 @@ do_test (void) CHK_FAIL_END #endif + + /* These ops can be done without runtime checking of object size. */ + wmemcpy (wbuf, L"abcdefghij", 10); + wmemmove (wbuf + 1, wbuf, 9); + if (wmemcmp (wbuf, L"aabcdefghi", 10)) + FAIL (); + + if (wmempcpy (wbuf + 5, L"abcde", 5) != wbuf + 10 + || wmemcmp (wbuf, L"aabcdabcde", 10)) + FAIL (); + + wmemset (wbuf + 8, L'j', 2); + if (wmemcmp (wbuf, L"aabcdabcjj", 10)) + FAIL (); + + wcscpy (wbuf + 4, L"EDCBA"); + if (wmemcmp (wbuf, L"aabcEDCBA", 10)) + FAIL (); + + if (wcpcpy (wbuf + 8, L"F") != wbuf + 9 || wmemcmp (wbuf, L"aabcEDCBF", 10)) + FAIL (); + + wcsncpy (wbuf + 6, L"X", 4); + if (wmemcmp (wbuf, L"aabcEDX\0\0", 10)) + FAIL (); + + if (swprintf (wbuf + 7, 3, L"%ls", L"987654") >= 0 + || wmemcmp (wbuf, L"aabcEDX98", 10)) + FAIL (); + + if (swprintf (wbuf + 7, 3, L"64") != 2 + || wmemcmp (wbuf, L"aabcEDX64", 10)) + FAIL (); + + /* These ops need runtime checking, but shouldn't __chk_fail. */ + wmemcpy (wbuf, L"abcdefghij", l0 + 10); + wmemmove (wbuf + 1, wbuf, l0 + 9); + if (wmemcmp (wbuf, L"aabcdefghi", 10)) + FAIL (); + + if (wmempcpy (wbuf + 5, L"abcde", l0 + 5) != wbuf + 10 + || wmemcmp (wbuf, L"aabcdabcde", 10)) + FAIL (); + + wmemset (wbuf + 8, L'j', l0 + 2); + if (wmemcmp (wbuf, L"aabcdabcjj", 10)) + FAIL (); + + wcscpy (wbuf + 4, wstr1 + 5); + if (wmemcmp (wbuf, L"aabcEDCBA", 10)) + FAIL (); + + if (wcpcpy (wbuf + 8, wstr2) != wbuf + 9 || wmemcmp (wbuf, L"aabcEDCBF", 10)) + FAIL (); + + wcsncpy (wbuf + 6, L"X", l0 + 4); + if (wmemcmp (wbuf, L"aabcEDX\0\0", 10)) + FAIL (); + + if (wcpncpy (wbuf + 5, L"cd", l0 + 5) != wbuf + 7 + || wmemcmp (wbuf, L"aabcEcd\0\0", 10)) + FAIL (); + + if (swprintf (wbuf + 7, 3, L"%d", num2) >= 0 + || wmemcmp (wbuf, L"aabcEcd98", 10)) + FAIL (); + + wbuf[l0 + 8] = L'\0'; + wcscat (wbuf, L"A"); + if (wmemcmp (wbuf, L"aabcEcd9A", 10)) + FAIL (); + + wbuf[l0 + 7] = L'\0'; + wcsncat (wbuf, L"ZYXWV", l0 + 2); + if (wmemcmp (wbuf, L"aabcEcdZY", 10)) + FAIL (); + + wmemcpy (wa.buf1, L"abcdefghij", l0 + 10); + wmemmove (wa.buf1 + 1, wa.buf1, l0 + 9); + if (wmemcmp (wa.buf1, L"aabcdefghi", 10)) + FAIL (); + + if (wmempcpy (wa.buf1 + 5, L"abcde", l0 + 5) != wa.buf1 + 10 + || wmemcmp (wa.buf1, L"aabcdabcde", 10)) + FAIL (); + + wmemset (wa.buf1 + 8, L'j', l0 + 2); + if (wmemcmp (wa.buf1, L"aabcdabcjj", 10)) + FAIL (); + +#if __USE_FORTIFY_LEVEL < 2 + /* The following tests are supposed to crash with -D_FORTIFY_SOURCE=2 + and sufficient GCC support, as the string operations overflow + from a.buf1 into a.buf2. */ + wcscpy (wa.buf1 + 4, wstr1 + 5); + if (wmemcmp (wa.buf1, L"aabcEDCBA", 10)) + FAIL (); + + if (wcpcpy (wa.buf1 + 8, wstr2) != wa.buf1 + 9 + || wmemcmp (wa.buf1, L"aabcEDCBF", 10)) + FAIL (); + + wcsncpy (wa.buf1 + 6, L"X", l0 + 4); + if (wmemcmp (wa.buf1, L"aabcEDX\0\0", 10)) + FAIL (); + + if (swprintf (wa.buf1 + 7, 3, L"%d", num2) >= 0 + || wmemcmp (wa.buf1, L"aabcEDX98", 10)) + FAIL (); + + wa.buf1[l0 + 8] = L'\0'; + wcscat (wa.buf1, L"A"); + if (wmemcmp (wa.buf1, L"aabcEDX9A", 10)) + FAIL (); + + wa.buf1[l0 + 7] = L'\0'; + wcsncat (wa.buf1, L"ZYXWV", l0 + 2); + if (wmemcmp (wa.buf1, L"aabcEDXZY", 10)) + FAIL (); + +#endif + +#if __USE_FORTIFY_LEVEL >= 1 + /* Now check if all buffer overflows are caught at runtime. */ + + CHK_FAIL_START + wmemcpy (wbuf + 1, L"abcdefghij", l0 + 10); + CHK_FAIL_END + + CHK_FAIL_START + wmemmove (wbuf + 2, wbuf + 1, l0 + 9); + CHK_FAIL_END + + CHK_FAIL_START + wp = wmempcpy (wbuf + 6, L"abcde", l0 + 5); + CHK_FAIL_END + + CHK_FAIL_START + wmemset (wbuf + 9, L'j', l0 + 2); + CHK_FAIL_END + + CHK_FAIL_START + wcscpy (wbuf + 5, wstr1 + 5); + CHK_FAIL_END + + CHK_FAIL_START + wp = wcpcpy (wbuf + 9, wstr2); + CHK_FAIL_END + + CHK_FAIL_START + wcsncpy (wbuf + 7, L"X", l0 + 4); + CHK_FAIL_END + + CHK_FAIL_START + wcpncpy (wbuf + 6, L"cd", l0 + 5); + CHK_FAIL_END + + wmemcpy (wbuf, wstr1 + 2, l0 + 9); + CHK_FAIL_START + wcscat (wbuf, L"AB"); + CHK_FAIL_END + + wmemcpy (wbuf, wstr1 + 3, l0 + 8); + CHK_FAIL_START + wcsncat (wbuf, L"ZYXWV", l0 + 3); + CHK_FAIL_END + + CHK_FAIL_START + wmemcpy (wa.buf1 + 1, L"abcdefghij", l0 + 10); + CHK_FAIL_END + + CHK_FAIL_START + wmemmove (wa.buf1 + 2, wa.buf1 + 1, l0 + 9); + CHK_FAIL_END + + CHK_FAIL_START + wp = wmempcpy (wa.buf1 + 6, L"abcde", l0 + 5); + CHK_FAIL_END + + CHK_FAIL_START + wmemset (wa.buf1 + 9, L'j', l0 + 2); + CHK_FAIL_END + +#if __USE_FORTIFY_LEVEL >= 2 +# define O 0 +#else +# define O 1 +#endif + + CHK_FAIL_START + wcscpy (wa.buf1 + (O + 4), wstr1 + 5); + CHK_FAIL_END + + CHK_FAIL_START + wp = wcpcpy (wa.buf1 + (O + 8), wstr2); + CHK_FAIL_END + + CHK_FAIL_START + wcsncpy (wa.buf1 + (O + 6), L"X", l0 + 4); + CHK_FAIL_END + + wmemcpy (wa.buf1, wstr1 + (3 - O), l0 + 8 + O); + CHK_FAIL_START + wcscat (wa.buf1, L"AB"); + CHK_FAIL_END + + wmemcpy (wa.buf1, wstr1 + (4 - O), l0 + 7 + O); + CHK_FAIL_START + wcsncat (wa.buf1, L"ZYXWV", l0 + 3); + CHK_FAIL_END +#endif + + /* Now checks for %n protection. */ /* Constant literals passed directly are always ok @@ -455,6 +696,121 @@ do_test (void) CHK_FAIL_END #endif + rewind (stdin); + + if (fgets (buf, sizeof (buf), stdin) != buf + || memcmp (buf, "abcdefgh\n", 10)) + FAIL (); + if (fgets (buf, sizeof (buf), stdin) != buf || memcmp (buf, "ABCDEFGHI", 10)) + FAIL (); + + rewind (stdin); + + if (fgets (buf, l0 + sizeof (buf), stdin) != buf + || memcmp (buf, "abcdefgh\n", 10)) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (fgets (buf, sizeof (buf) + 1, stdin) != buf) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + if (fgets (buf, l0 + sizeof (buf) + 1, stdin) != buf) + FAIL (); + CHK_FAIL_END +#endif + + rewind (stdin); + + if (fgets_unlocked (buf, sizeof (buf), stdin) != buf + || memcmp (buf, "abcdefgh\n", 10)) + FAIL (); + if (fgets_unlocked (buf, sizeof (buf), stdin) != buf + || memcmp (buf, "ABCDEFGHI", 10)) + FAIL (); + + rewind (stdin); + + if (fgets_unlocked (buf, l0 + sizeof (buf), stdin) != buf + || memcmp (buf, "abcdefgh\n", 10)) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (fgets_unlocked (buf, sizeof (buf) + 1, stdin) != buf) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + if (fgets_unlocked (buf, l0 + sizeof (buf) + 1, stdin) != buf) + FAIL (); + CHK_FAIL_END +#endif + + lseek (fileno (stdin), 0, SEEK_SET); + + if (read (fileno (stdin), buf, sizeof (buf) - 1) != sizeof (buf) - 1 + || memcmp (buf, "abcdefgh\n", 9)) + FAIL (); + if (read (fileno (stdin), buf, sizeof (buf) - 1) != sizeof (buf) - 1 + || memcmp (buf, "ABCDEFGHI", 9)) + FAIL (); + + lseek (fileno (stdin), 0, SEEK_SET); + + if (read (fileno (stdin), buf, l0 + sizeof (buf) - 1) != sizeof (buf) - 1 + || memcmp (buf, "abcdefgh\n", 9)) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (read (fileno (stdin), buf, sizeof (buf) + 1) != sizeof (buf) + 1) + FAIL (); + CHK_FAIL_END +#endif + + if (pread (fileno (stdin), buf, sizeof (buf) - 1, sizeof (buf) - 2) + != sizeof (buf) - 1 + || memcmp (buf, "\nABCDEFGH", 9)) + FAIL (); + if (pread (fileno (stdin), buf, sizeof (buf) - 1, 0) != sizeof (buf) - 1 + || memcmp (buf, "abcdefgh\n", 9)) + FAIL (); + if (pread (fileno (stdin), buf, l0 + sizeof (buf) - 1, sizeof (buf) - 3) + != sizeof (buf) - 1 + || memcmp (buf, "h\nABCDEFG", 9)) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (pread (fileno (stdin), buf, sizeof (buf) + 1, 2 * sizeof (buf)) + != sizeof (buf) + 1) + FAIL (); + CHK_FAIL_END +#endif + + if (pread64 (fileno (stdin), buf, sizeof (buf) - 1, sizeof (buf) - 2) + != sizeof (buf) - 1 + || memcmp (buf, "\nABCDEFGH", 9)) + FAIL (); + if (pread64 (fileno (stdin), buf, sizeof (buf) - 1, 0) != sizeof (buf) - 1 + || memcmp (buf, "abcdefgh\n", 9)) + FAIL (); + if (pread64 (fileno (stdin), buf, l0 + sizeof (buf) - 1, sizeof (buf) - 3) + != sizeof (buf) - 1 + || memcmp (buf, "h\nABCDEFG", 9)) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (pread64 (fileno (stdin), buf, sizeof (buf) + 1, 2 * sizeof (buf)) + != sizeof (buf) + 1) + FAIL (); + CHK_FAIL_END +#endif + if (freopen (temp_filename, "r", stdin) == NULL) { puts ("could not open temporary file"); @@ -491,5 +847,474 @@ do_test (void) snprintf (buf, sizeof (buf), "%3$d\n", 1, 2, 3, 4); CHK_FAIL2_END + int sp[2]; + if (socketpair (PF_UNIX, SOCK_STREAM, 0, sp)) + FAIL (); + else + { + const char *sendstr = "abcdefgh\nABCDEFGH\n0123456789\n"; + if (send (sp[0], sendstr, strlen (sendstr), 0) != strlen (sendstr)) + FAIL (); + + char recvbuf[12]; + if (recv (sp[1], recvbuf, sizeof recvbuf, MSG_PEEK) + != sizeof recvbuf + || memcmp (recvbuf, sendstr, sizeof recvbuf) != 0) + FAIL (); + + if (recv (sp[1], recvbuf + 6, l0 + sizeof recvbuf - 7, MSG_PEEK) + != sizeof recvbuf - 7 + || memcmp (recvbuf + 6, sendstr, sizeof recvbuf - 7) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (recv (sp[1], recvbuf + 1, sizeof recvbuf, MSG_PEEK) + != sizeof recvbuf) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + if (recv (sp[1], recvbuf + 4, l0 + sizeof recvbuf - 3, MSG_PEEK) + != sizeof recvbuf - 3) + FAIL (); + CHK_FAIL_END +#endif + + socklen_t sl; + struct sockaddr_un sa_un; + + sl = sizeof (sa_un); + if (recvfrom (sp[1], recvbuf, sizeof recvbuf, MSG_PEEK, &sa_un, &sl) + != sizeof recvbuf + || memcmp (recvbuf, sendstr, sizeof recvbuf) != 0) + FAIL (); + + sl = sizeof (sa_un); + if (recvfrom (sp[1], recvbuf + 6, l0 + sizeof recvbuf - 7, MSG_PEEK, + &sa_un, &sl) != sizeof recvbuf - 7 + || memcmp (recvbuf + 6, sendstr, sizeof recvbuf - 7) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + sl = sizeof (sa_un); + if (recvfrom (sp[1], recvbuf + 1, sizeof recvbuf, MSG_PEEK, &sa_un, &sl) + != sizeof recvbuf) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + sl = sizeof (sa_un); + if (recvfrom (sp[1], recvbuf + 4, l0 + sizeof recvbuf - 3, MSG_PEEK, + &sa_un, &sl) != sizeof recvbuf - 3) + FAIL (); + CHK_FAIL_END +#endif + + close (sp[0]); + close (sp[1]); + } + + char fname[] = "/tmp/tst-chk1-dir-XXXXXX\0foo"; + char *enddir = strchr (fname, '\0'); + if (mkdtemp (fname) == NULL) + { + printf ("mkdtemp failed: %m\n"); + return 1; + } + *enddir = '/'; + if (symlink ("bar", fname) != 0) + FAIL (); + + char readlinkbuf[4]; + if (readlink (fname, readlinkbuf, 4) != 3 + || memcmp (readlinkbuf, "bar", 3) != 0) + FAIL (); + if (readlink (fname, readlinkbuf + 1, l0 + 3) != 3 + || memcmp (readlinkbuf, "bbar", 4) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (readlink (fname, readlinkbuf + 2, l0 + 3) != 3) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + if (readlink (fname, readlinkbuf + 3, 4) != 3) + FAIL (); + CHK_FAIL_END +#endif + + int tmpfd = open ("/tmp", O_RDONLY | O_DIRECTORY); + if (tmpfd < 0) + FAIL (); + + if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf, 4) != 3 + || memcmp (readlinkbuf, "bar", 3) != 0) + FAIL (); + if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 1, + l0 + 3) != 3 + || memcmp (readlinkbuf, "bbar", 4) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 2, + l0 + 3) != 3) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + if (readlinkat (tmpfd, fname + sizeof ("/tmp/") - 1, readlinkbuf + 3, + 4) != 3) + FAIL (); + CHK_FAIL_END +#endif + + close (tmpfd); + + char *cwd1 = getcwd (NULL, 0); + if (cwd1 == NULL) + FAIL (); + + char *cwd2 = getcwd (NULL, 250); + if (cwd2 == NULL) + FAIL (); + + if (cwd1 && cwd2) + { + if (strcmp (cwd1, cwd2) != 0) + FAIL (); + + *enddir = '\0'; + if (chdir (fname)) + FAIL (); + + char *cwd3 = getcwd (NULL, 0); + if (cwd3 == NULL) + FAIL (); + if (strcmp (fname, cwd3) != 0) + printf ("getcwd after chdir is '%s' != '%s'," + "get{c,}wd tests skipped\n", cwd3, fname); + else + { + char getcwdbuf[sizeof fname - 3]; + + char *cwd4 = getcwd (getcwdbuf, sizeof getcwdbuf); + if (cwd4 != getcwdbuf + || strcmp (getcwdbuf, fname) != 0) + FAIL (); + + cwd4 = getcwd (getcwdbuf + 1, l0 + sizeof getcwdbuf - 1); + if (cwd4 != getcwdbuf + 1 + || getcwdbuf[0] != fname[0] + || strcmp (getcwdbuf + 1, fname) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (getcwd (getcwdbuf + 2, l0 + sizeof getcwdbuf) + != getcwdbuf + 2) + FAIL (); + CHK_FAIL_END + + CHK_FAIL_START + if (getcwd (getcwdbuf + 2, sizeof getcwdbuf) + != getcwdbuf + 2) + FAIL (); + CHK_FAIL_END +#endif + + if (getwd (getcwdbuf) != getcwdbuf + || strcmp (getcwdbuf, fname) != 0) + FAIL (); + + if (getwd (getcwdbuf + 1) != getcwdbuf + 1 + || strcmp (getcwdbuf + 1, fname) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + if (getwd (getcwdbuf + 2) != getcwdbuf + 2) + FAIL (); + CHK_FAIL_END +#endif + } + + if (chdir (cwd1) != 0) + FAIL (); + free (cwd3); + } + + free (cwd1); + free (cwd2); + *enddir = '/'; + if (unlink (fname) != 0) + FAIL (); + + *enddir = '\0'; + if (rmdir (fname) != 0) + FAIL (); + + +#if PATH_MAX > 0 + char largebuf[PATH_MAX]; + char *realres = realpath (".", largebuf); + if (realres != largebuf) + FAIL (); + +# if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char realbuf[1]; + realres = realpath (".", realbuf); + if (realres != realbuf) + FAIL (); + CHK_FAIL_END +# endif +#endif + + if (setlocale (LC_ALL, "de_DE.UTF-8") != NULL) + { + assert (MB_CUR_MAX <= 10); + + /* First a simple test. */ + char enough[10]; + if (wctomb (enough, L'A') != 1) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + /* We know the wchar_t encoding is ISO 10646. So pick a + character which has a multibyte representation which does not + fit. */ + CHK_FAIL_START + char smallbuf[2]; + if (wctomb (smallbuf, L'\x100') != 2) + FAIL (); + CHK_FAIL_END +#endif + + mbstate_t s; + memset (&s, '\0', sizeof (s)); + if (wcrtomb (enough, L'D', &s) != 1 || enough[0] != 'D') + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + /* We know the wchar_t encoding is ISO 10646. So pick a + character which has a multibyte representation which does not + fit. */ + CHK_FAIL_START + char smallbuf[2]; + if (wcrtomb (smallbuf, L'\x100', &s) != 2) + FAIL (); + CHK_FAIL_END +#endif + + wchar_t wenough[10]; + memset (&s, '\0', sizeof (s)); + const char *cp = "A"; + if (mbsrtowcs (wenough, &cp, 10, &s) != 1 + || wcscmp (wenough, L"A") != 0) + FAIL (); + + cp = "BC"; + if (mbsrtowcs (wenough, &cp, l0 + 10, &s) != 2 + || wcscmp (wenough, L"BC") != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + wchar_t wsmallbuf[2]; + cp = "ABC"; + mbsrtowcs (wsmallbuf, &cp, 10, &s); + CHK_FAIL_END +#endif + + cp = "A"; + if (mbstowcs (wenough, cp, 10) != 1 + || wcscmp (wenough, L"A") != 0) + FAIL (); + + cp = "DEF"; + if (mbstowcs (wenough, cp, l0 + 10) != 3 + || wcscmp (wenough, L"DEF") != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + wchar_t wsmallbuf[2]; + cp = "ABC"; + mbstowcs (wsmallbuf, cp, 10); + CHK_FAIL_END +#endif + + memset (&s, '\0', sizeof (s)); + cp = "ABC"; + wcscpy (wenough, L"DEF"); + if (mbsnrtowcs (wenough, &cp, 1, 10, &s) != 1 + || wcscmp (wenough, L"AEF") != 0) + FAIL (); + + cp = "IJ"; + if (mbsnrtowcs (wenough, &cp, 1, l0 + 10, &s) != 1 + || wcscmp (wenough, L"IEF") != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + wchar_t wsmallbuf[2]; + cp = "ABC"; + mbsnrtowcs (wsmallbuf, &cp, 3, 10, &s); + CHK_FAIL_END +#endif + + memset (&s, '\0', sizeof (s)); + const wchar_t *wcp = L"A"; + if (wcsrtombs (enough, &wcp, 10, &s) != 1 + || strcmp (enough, "A") != 0) + FAIL (); + + wcp = L"BC"; + if (wcsrtombs (enough, &wcp, l0 + 10, &s) != 2 + || strcmp (enough, "BC") != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[2]; + wcp = L"ABC"; + wcsrtombs (smallbuf, &wcp, 10, &s); + CHK_FAIL_END +#endif + + memset (enough, 'Z', sizeof (enough)); + wcp = L"EF"; + if (wcstombs (enough, wcp, 10) != 2 + || strcmp (enough, "EF") != 0) + FAIL (); + + wcp = L"G"; + if (wcstombs (enough, wcp, l0 + 10) != 1 + || strcmp (enough, "G") != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[2]; + wcp = L"ABC"; + wcstombs (smallbuf, wcp, 10); + CHK_FAIL_END +#endif + + memset (&s, '\0', sizeof (s)); + wcp = L"AB"; + if (wcsnrtombs (enough, &wcp, 1, 10, &s) != 1 + || strcmp (enough, "A") != 0) + FAIL (); + + wcp = L"BCD"; + if (wcsnrtombs (enough, &wcp, 1, l0 + 10, &s) != 1 + || strcmp (enough, "B") != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[2]; + wcp = L"ABC"; + wcsnrtombs (smallbuf, &wcp, 3, 10, &s); + CHK_FAIL_END +#endif + } + else + { + puts ("cannot set locale"); + ret = 1; + } + + fd = posix_openpt (O_RDWR); + if (fd != -1) + { + char enough[1000]; + if (ptsname_r (fd, enough, sizeof (enough)) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[2]; + if (ptsname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) + FAIL (); + CHK_FAIL_END +#endif + close (fd); + } + +#if PATH_MAX > 0 + confstr (_CS_GNU_LIBC_VERSION, largebuf, sizeof (largebuf)); +# if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[1]; + confstr (_CS_GNU_LIBC_VERSION, smallbuf, sizeof (largebuf)); + CHK_FAIL_END +# endif +#endif + + gid_t grpslarge[5]; + int ngr = getgroups (5, grpslarge); + asm volatile ("" : : "r" (ngr)); +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[1]; + ngr = getgroups (5, (gid_t *) smallbuf); + asm volatile ("" : : "r" (ngr)); + CHK_FAIL_END +#endif + + fd = open (_PATH_TTY, O_RDONLY); + if (fd != -1) + { + char enough[1000]; + if (ttyname_r (fd, enough, sizeof (enough)) != 0) + FAIL (); + +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[2]; + if (ttyname_r (fd, smallbuf, sizeof (smallbuf) + 1) == 0) + FAIL (); + CHK_FAIL_END +#endif + close (fd); + } + + char hostnamelarge[1000]; + gethostname (hostnamelarge, sizeof (hostnamelarge)); +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[1]; + gethostname (smallbuf, sizeof (hostnamelarge)); + CHK_FAIL_END +#endif + + char loginlarge[1000]; + getlogin_r (loginlarge, sizeof (hostnamelarge)); +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[1]; + getlogin_r (smallbuf, sizeof (loginlarge)); + CHK_FAIL_END +#endif + + char domainnamelarge[1000]; + int res = getdomainname (domainnamelarge, sizeof (domainnamelarge)); + asm volatile ("" : : "r" (res)); +#if __USE_FORTIFY_LEVEL >= 1 + CHK_FAIL_START + char smallbuf[1]; + res = getdomainname (smallbuf, sizeof (domainnamelarge)); + asm volatile ("" : : "r" (res)); + CHK_FAIL_END +#endif + return ret; } diff --git a/debug/tst-lfschk1.c b/debug/tst-lfschk1.c new file mode 100644 index 0000000000..f3e6d47d5e --- /dev/null +++ b/debug/tst-lfschk1.c @@ -0,0 +1,2 @@ +#define _FILE_OFFSET_BITS 64 +#include "tst-chk1.c" diff --git a/debug/tst-lfschk2.c b/debug/tst-lfschk2.c new file mode 100644 index 0000000000..95d4db1d32 --- /dev/null +++ b/debug/tst-lfschk2.c @@ -0,0 +1,2 @@ +#define _FILE_OFFSET_BITS 64 +#include "tst-chk2.c" diff --git a/debug/tst-lfschk3.c b/debug/tst-lfschk3.c new file mode 100644 index 0000000000..50a1ae1258 --- /dev/null +++ b/debug/tst-lfschk3.c @@ -0,0 +1,2 @@ +#define _FILE_OFFSET_BITS 64 +#include "tst-chk3.c" diff --git a/debug/ttyname_r_chk.c b/debug/ttyname_r_chk.c new file mode 100644 index 0000000000..9b06d5a718 --- /dev/null +++ b/debug/ttyname_r_chk.c @@ -0,0 +1,29 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +int +__ttyname_r_chk (int fd, char *buf, size_t buflen, size_t nreal) +{ + if (buflen > nreal) + __chk_fail (); + + return __ttyname_r (fd, buf, buflen); +} diff --git a/debug/vfprintf_chk.c b/debug/vfprintf_chk.c index c8e7c3bf3f..bd2796eaf7 100644 --- a/debug/vfprintf_chk.c +++ b/debug/vfprintf_chk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004 +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -24,7 +24,7 @@ /* Write formatted output to FP from the format string FORMAT. */ int -__vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap) +___vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap) { int done; @@ -40,3 +40,5 @@ __vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap) return done; } +ldbl_hidden_def (___vfprintf_chk, __vfprintf_chk) +ldbl_strong_alias (___vfprintf_chk, __vfprintf_chk) diff --git a/debug/vfwprintf_chk.c b/debug/vfwprintf_chk.c new file mode 100644 index 0000000000..a2612d53e9 --- /dev/null +++ b/debug/vfwprintf_chk.c @@ -0,0 +1,43 @@ +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2005, 2006 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include "../libio/libioP.h" + + +/* Write formatted output to FP from the format string FORMAT. */ +int +__vfwprintf_chk (FILE *fp, int flag, const wchar_t *format, va_list ap) +{ + int done; + + _IO_acquire_lock (fp); + if (flag > 0) + fp->_flags2 |= _IO_FLAGS2_FORTIFY; + + done = _IO_vfwprintf (fp, format, ap); + + if (flag > 0) + fp->_flags2 &= ~_IO_FLAGS2_FORTIFY; + _IO_release_lock (fp); + + return done; +} +libc_hidden_def (__vfwprintf_chk) diff --git a/debug/vprintf_chk.c b/debug/vprintf_chk.c index 1fd5bcd849..68a63ee7f9 100644 --- a/debug/vprintf_chk.c +++ b/debug/vprintf_chk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004 +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -24,7 +24,7 @@ /* Write formatted output to stdout from the format string FORMAT. */ int -__vprintf_chk (int flag, const char *format, va_list ap) +___vprintf_chk (int flag, const char *format, va_list ap) { int done; @@ -40,3 +40,4 @@ __vprintf_chk (int flag, const char *format, va_list ap) return done; } +ldbl_strong_alias (___vprintf_chk, __vprintf_chk) diff --git a/debug/vsnprintf_chk.c b/debug/vsnprintf_chk.c index a0fd4ebfdc..c46937ff6f 100644 --- a/debug/vsnprintf_chk.c +++ b/debug/vsnprintf_chk.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 1995, 1997, 1998, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1997, 1998, 2004, 2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,8 +28,8 @@ extern const struct _IO_jump_t _IO_strn_jumps attribute_hidden; string FORMAT, writing no more than MAXLEN characters. */ /* VARARGS5 */ int -__vsnprintf_chk (char *s, size_t maxlen, int flags, size_t slen, - const char *format, va_list args) +___vsnprintf_chk (char *s, size_t maxlen, int flags, size_t slen, + const char *format, va_list args) { /* XXX Maybe for less strict version do not fail immediately. Though, maxlen is supposed to be the size of buffer pointed @@ -67,4 +68,5 @@ __vsnprintf_chk (char *s, size_t maxlen, int flags, size_t slen, *sf.f._sbf._f._IO_write_ptr = '\0'; return ret; } -libc_hidden_def (__vsnprintf_chk) +ldbl_hidden_def (___vsnprintf_chk, __vsnprintf_chk) +ldbl_strong_alias (___vsnprintf_chk, __vsnprintf_chk) diff --git a/debug/vsprintf_chk.c b/debug/vsprintf_chk.c index f41c5fc64b..6538064dce 100644 --- a/debug/vsprintf_chk.c +++ b/debug/vsprintf_chk.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1994, 1997, 1999-2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1997, 1999-2003, 2004, 2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -61,8 +62,8 @@ static const struct _IO_jump_t _IO_str_chk_jumps = int -__vsprintf_chk (char *s, int flags, size_t slen, const char *format, - va_list args) +___vsprintf_chk (char *s, int flags, size_t slen, const char *format, + va_list args) { _IO_strfile f; int ret; @@ -88,4 +89,5 @@ __vsprintf_chk (char *s, int flags, size_t slen, const char *format, *f._sbf._f._IO_write_ptr = '\0'; return ret; } -libc_hidden_def (__vsprintf_chk) +ldbl_hidden_def (___vsprintf_chk, __vsprintf_chk) +ldbl_strong_alias (___vsprintf_chk, __vsprintf_chk) diff --git a/debug/vswprintf_chk.c b/debug/vswprintf_chk.c new file mode 100644 index 0000000000..f9a50c6e5d --- /dev/null +++ b/debug/vswprintf_chk.c @@ -0,0 +1,75 @@ +/* Copyright (C) 1991,1995,1997,1998,2004,2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include "../libio/libioP.h" +#include "../libio/strfile.h" + + +/* Write formatted output into S, according to the format + string FORMAT, writing no more than MAXLEN characters. */ +/* VARARGS5 */ +int +__vswprintf_chk (wchar_t *s, size_t maxlen, int flags, size_t slen, + const wchar_t *format, va_list args) +{ + /* XXX Maybe for less strict version do not fail immediately. + Though, maxlen is supposed to be the size of buffer pointed + to by s, so a conforming program can't pass such maxlen + to *snprintf. */ + if (__builtin_expect (slen < maxlen, 0)) + __chk_fail (); + + _IO_wstrnfile sf; + struct _IO_wide_data wd; + int ret; +#ifdef _IO_MTSAFE_IO + sf.f._sbf._f._lock = NULL; +#endif + + /* We need to handle the special case where MAXLEN is 0. Use the + overflow buffer right from the start. */ + if (__builtin_expect (maxlen == 0, 0)) + /* Since we have to write at least the terminating L'\0' a buffer + length of zero always makes the function fail. */ + return -1; + + _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, 0, &wd, &_IO_wstrn_jumps); + _IO_fwide (&sf.f._sbf._f, 1); + s[0] = L'\0'; + + /* For flags > 0 (i.e. __USE_FORTIFY_LEVEL > 1) request that %n + can only come from read-only format strings. */ + if (flags > 0) + sf.f._sbf._f._flags2 |= _IO_FLAGS2_FORTIFY; + + _IO_wstr_init_static (&sf.f._sbf._f, s, maxlen - 1, s); + ret = _IO_vfwprintf ((_IO_FILE *) &sf.f._sbf, format, args); + + if (sf.f._sbf._f._wide_data->_IO_buf_base == sf.overflow_buf) + /* ISO C99 requires swprintf/vswprintf to return an error if the + output does not fit int he provided buffer. */ + return -1; + + /* Terminate the string. */ + *sf.f._sbf._f._wide_data->_IO_write_ptr = '\0'; + + return ret; +} +libc_hidden_def (__vswprintf_chk) diff --git a/debug/vwprintf_chk.c b/debug/vwprintf_chk.c new file mode 100644 index 0000000000..3b959b2968 --- /dev/null +++ b/debug/vwprintf_chk.c @@ -0,0 +1,43 @@ +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include "../libio/libioP.h" + + +/* Write formatted output to stdout from the format string FORMAT. */ +int +__vwprintf_chk (int flag, const wchar_t *format, va_list ap) +{ + int done; + + _IO_acquire_lock (stdout); + if (flag > 0) + stdout->_flags2 |= _IO_FLAGS2_FORTIFY; + + done = _IO_vfwprintf (stdout, format, ap); + + if (flag > 0) + stdout->_flags2 &= ~_IO_FLAGS2_FORTIFY; + _IO_release_lock (stdout); + + return done; +} diff --git a/debug/warning-nop.c b/debug/warning-nop.c new file mode 100644 index 0000000000..8f2f66e16a --- /dev/null +++ b/debug/warning-nop.c @@ -0,0 +1,53 @@ +/* Dummy nop functions to elicit link-time warnings. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +static void +nop (void) +{ +} + +/* Don't insert any other #include's before this #undef! */ + +#undef __warndecl +#define __warndecl(name, msg) \ + extern void name (void) __attribute__ ((alias ("nop"))) attribute_hidden; \ + link_warning (name, msg) + +#undef __USE_FORTIFY_LEVEL +#define __USE_FORTIFY_LEVEL 99 + +/* Following here we need an #include for each public header file + that uses __warndecl. */ + +/* Define away to avoid warnings with compilers that do not have these + builtins. */ +#define __builtin___memcpy_chk(dest, src, len, bos) NULL +#define __builtin___memmove_chk(dest, src, len, bos) NULL +#define __builtin___mempcpy_chk(dest, src, len, bos) NULL +#define __builtin___memset_chk(dest, ch, len, bos) NULL +#define __builtin___stpcpy_chk(dest, src, bos) NULL +#define __builtin___strcat_chk(dest, src, bos) NULL +#define __builtin___strcpy_chk(dest, src, bos) NULL +#define __builtin___strncat_chk(dest, src, len, bos) NULL +#define __builtin___strncpy_chk(dest, src, len, bos) NULL +#define __builtin_object_size(bos, level) 0 + +#include diff --git a/debug/wcpcpy_chk.c b/debug/wcpcpy_chk.c new file mode 100644 index 0000000000..c48ec68ccc --- /dev/null +++ b/debug/wcpcpy_chk.c @@ -0,0 +1,45 @@ +/* Copyright (C) 1996, 1997, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1996. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +#define __need_ptrdiff_t +#include + + +/* Copy SRC to DEST, returning the address of the terminating L'\0' in + DEST. Check for overflows. */ +wchar_t * +__wcpcpy_chk (wchar_t *dest, const wchar_t *src, size_t destlen) +{ + wchar_t *wcp = (wchar_t *) dest - 1; + wint_t c; + const ptrdiff_t off = src - dest + 1; + + do + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = wcp[off]; + *++wcp = c; + } + while (c != L'\0'); + + return wcp; +} diff --git a/debug/wcpncpy_chk.c b/debug/wcpncpy_chk.c new file mode 100644 index 0000000000..ea1340191a --- /dev/null +++ b/debug/wcpncpy_chk.c @@ -0,0 +1,33 @@ +/* Copyright (C) 1995, 1996, 1997, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1995. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +/* Copy no more than N wide-characters of SRC to DEST. */ +wchar_t * +__wcpncpy_chk (wchar_t *dest, const wchar_t *src, size_t n, size_t destlen) +{ + if (__builtin_expect (destlen < n, 0)) + __chk_fail (); + + /* This function is not often enough used to justify not using a + tail call. */ + return __wcpncpy (dest, src, n); +} diff --git a/debug/wcrtomb_chk.c b/debug/wcrtomb_chk.c new file mode 100644 index 0000000000..228430f373 --- /dev/null +++ b/debug/wcrtomb_chk.c @@ -0,0 +1,35 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include + + +size_t +__wcrtomb_chk (char *s, wchar_t wchar, mbstate_t *ps, size_t buflen) +{ + /* We do not have to implement the full wctomb semantics since we + know that S cannot be NULL when we come here. */ + if (buflen < MB_CUR_MAX) + __chk_fail (); + + return __wcrtomb (s, wchar, ps); +} diff --git a/debug/wcscat_chk.c b/debug/wcscat_chk.c new file mode 100644 index 0000000000..eef04519fd --- /dev/null +++ b/debug/wcscat_chk.c @@ -0,0 +1,55 @@ +/* Copyright (C) 1995, 1996, 1997, 2001, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1995. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +/* Append SRC on the end of DEST. Check for overflows. */ +wchar_t * +__wcscat_chk (wchar_t *dest, const wchar_t *src, size_t destlen) +{ + register wchar_t *s1 = dest; + register const wchar_t *s2 = src; + wchar_t c; + + /* Find the end of the string. */ + do + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *s1++; + } + while (c != L'\0'); + + /* Make S1 point before the next character, so we can increment + it while memory is read (wins on pipelined cpus). */ + s1 -= 2; + ++destlen; + + do + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *s2++; + *++s1 = c; + } + while (c != L'\0'); + + return dest; +} diff --git a/debug/wcscpy_chk.c b/debug/wcscpy_chk.c new file mode 100644 index 0000000000..93b78cd01c --- /dev/null +++ b/debug/wcscpy_chk.c @@ -0,0 +1,61 @@ +/* Copyright (C) 1995, 1996, 1997, 2003, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1995. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +/* Copy SRC to DEST. */ +wchar_t * +__wcscpy_chk (wchar_t *dest, const wchar_t *src, size_t n) +{ + wint_t c; + wchar_t *wcp; + + if (__alignof__ (wchar_t) >= sizeof (wchar_t)) + { + const ptrdiff_t off = dest - src - 1; + + wcp = (wchar_t *) src; + + do + { + if (__builtin_expect (n-- == 0, 0)) + __chk_fail (); + c = *wcp++; + wcp[off] = c; + } + while (c != L'\0'); + } + else + { + wcp = dest; + + do + { + if (__builtin_expect (n-- == 0, 0)) + __chk_fail (); + c = *src++; + *wcp++ = c; + } + while (c != L'\0'); + } + + return dest; +} diff --git a/debug/wcsncat_chk.c b/debug/wcsncat_chk.c new file mode 100644 index 0000000000..b28773ff27 --- /dev/null +++ b/debug/wcsncat_chk.c @@ -0,0 +1,96 @@ +/* Copyright (C) 1995, 1996, 1997, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1995. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +/* Append no more than N wide-character of SRC onto DEST. */ +wchar_t * +__wcsncat_chk (wchar_t *dest, const wchar_t *src, size_t n, size_t destlen) +{ + wchar_t c; + wchar_t * const s = dest; + + /* Find the end of DEST. */ + do + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *dest++; + } + while (c != L'\0'); + + /* Make DEST point before next character, so we can increment + it while memory is read (wins on pipelined cpus). */ + ++destlen; + dest -= 2; + + if (n >= 4) + { + size_t n4 = n >> 2; + do + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *src++; + *++dest = c; + if (c == L'\0') + return s; + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *src++; + *++dest = c; + if (c == L'\0') + return s; + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *src++; + *++dest = c; + if (c == L'\0') + return s; + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *src++; + *++dest = c; + if (c == L'\0') + return s; + } while (--n4 > 0); + n &= 3; + } + + while (n > 0) + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + c = *src++; + *++dest = c; + if (c == L'\0') + return s; + n--; + } + + if (c != L'\0') + { + if (__builtin_expect (destlen-- == 0, 0)) + __chk_fail (); + *++dest = L'\0'; + } + + return s; +} diff --git a/debug/wcsncpy_chk.c b/debug/wcsncpy_chk.c new file mode 100644 index 0000000000..199e4b01ab --- /dev/null +++ b/debug/wcsncpy_chk.c @@ -0,0 +1,33 @@ +/* Copyright (C) 1995, 1996, 1997, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1995. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +/* Copy no more than N wide-characters of SRC to DEST. */ +wchar_t * +__wcsncpy_chk (wchar_t *dest, const wchar_t *src, size_t n, size_t destlen) +{ + if (__builtin_expect (destlen < n, 0)) + __chk_fail (); + + /* This function is not often enough used to justify not using a + tail call. */ + return __wcsncpy (dest, src, n); +} diff --git a/debug/wcsnrtombs_chk.c b/debug/wcsnrtombs_chk.c new file mode 100644 index 0000000000..67644bd557 --- /dev/null +++ b/debug/wcsnrtombs_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +size_t +__wcsnrtombs_chk (char *dst, __const wchar_t **src, size_t nwc, size_t len, + mbstate_t *ps, size_t dstlen) +{ + if (__builtin_expect (dstlen < len, 0)) + __chk_fail (); + + return __wcsnrtombs (dst, src, nwc, len, ps); +} diff --git a/debug/wcsrtombs_chk.c b/debug/wcsrtombs_chk.c new file mode 100644 index 0000000000..9334267bae --- /dev/null +++ b/debug/wcsrtombs_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +size_t +__wcsrtombs_chk (char *dst, __const wchar_t **src, size_t len, + mbstate_t *ps, size_t dstlen) +{ + if (__builtin_expect (dstlen < len, 0)) + __chk_fail (); + + return __wcsrtombs (dst, src, len, ps); +} diff --git a/debug/wcstombs_chk.c b/debug/wcstombs_chk.c new file mode 100644 index 0000000000..0da48f9803 --- /dev/null +++ b/debug/wcstombs_chk.c @@ -0,0 +1,36 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + + +size_t +__wcstombs_chk (char *dst, __const wchar_t *src, size_t len, size_t dstlen) +{ + if (__builtin_expect (dstlen < len, 0)) + __chk_fail (); + + mbstate_t state; + + memset (&state, '\0', sizeof state); + + /* Return how many we wrote (or maybe an error). */ + return __wcsrtombs (dst, &src, len, &state); +} diff --git a/debug/wctomb_chk.c b/debug/wctomb_chk.c new file mode 100644 index 0000000000..d0366346b8 --- /dev/null +++ b/debug/wctomb_chk.c @@ -0,0 +1,36 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + + +extern mbstate_t __no_r_state attribute_hidden; /* Defined in mbtowc.c. */ + + +int +__wctomb_chk (char *s, wchar_t wchar, size_t buflen) +{ + /* We do not have to implement the full wctomb semantics since we + know that S cannot be NULL when we come here. */ + if (buflen < MB_CUR_MAX) + __chk_fail (); + + return __wcrtomb (s, wchar, &__no_r_state); +} diff --git a/debug/wmemcpy_chk.c b/debug/wmemcpy_chk.c new file mode 100644 index 0000000000..eeee927e91 --- /dev/null +++ b/debug/wmemcpy_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 1996, 1997, 1999, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1996. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +wchar_t * +__wmemcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) +{ + if (__builtin_expect (ns1 < n, 0)) + __chk_fail (); + return (wchar_t *) memcpy ((char *) s1, (char *) s2, n * sizeof (wchar_t)); +} diff --git a/debug/wmemmove_chk.c b/debug/wmemmove_chk.c new file mode 100644 index 0000000000..da0446eb28 --- /dev/null +++ b/debug/wmemmove_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 1996, 1997, 1999, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper, + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +wchar_t * +__wmemmove_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) +{ + if (__builtin_expect (ns1 < n, 0)) + __chk_fail (); + return (wchar_t *) memmove ((char *) s1, (char *) s2, n * sizeof (wchar_t)); +} diff --git a/debug/wmempcpy_chk.c b/debug/wmempcpy_chk.c new file mode 100644 index 0000000000..52c629a354 --- /dev/null +++ b/debug/wmempcpy_chk.c @@ -0,0 +1,31 @@ +/* Copyright (C) 1999, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1999. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + + +wchar_t * +__wmempcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) +{ + if (__builtin_expect (ns1 < n, 0)) + __chk_fail (); + return (wchar_t *) __mempcpy ((char *) s1, (char *) s2, + n * sizeof (wchar_t)); +} diff --git a/debug/wmemset_chk.c b/debug/wmemset_chk.c new file mode 100644 index 0000000000..5ed88e83a2 --- /dev/null +++ b/debug/wmemset_chk.c @@ -0,0 +1,30 @@ +/* Copyright (C) 1996,97,99,2002,2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1996. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +wchar_t * +__wmemset_chk (wchar_t *s, wchar_t c, size_t n, size_t dstlen) +{ + if (__builtin_expect (dstlen < n, 0)) + __chk_fail (); + + return wmemset (s, c, n); +} diff --git a/debug/wprintf_chk.c b/debug/wprintf_chk.c new file mode 100644 index 0000000000..e0a82617ad --- /dev/null +++ b/debug/wprintf_chk.c @@ -0,0 +1,46 @@ +/* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004, 2005 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include "../libio/libioP.h" + + +/* Write formatted output to stdout from the format string FORMAT. */ +int +__wprintf_chk (int flag, const wchar_t *format, ...) +{ + va_list ap; + int done; + + _IO_acquire_lock (stdout); + if (flag > 0) + stdout->_flags2 |= _IO_FLAGS2_FORTIFY; + + va_start (ap, format); + done = _IO_vfwprintf (stdout, format, ap); + va_end (ap); + + if (flag > 0) + stdout->_flags2 &= ~_IO_FLAGS2_FORTIFY; + _IO_release_lock (stdout); + + return done; +} diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 4ce8888490..c913c76d21 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -1,5 +1,5 @@ #! @BASH@ -# Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1999, 2001-2006, 2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper , 1999. @@ -18,8 +18,8 @@ # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. -pcprofileso=@SLIBDIR@/libpcprofile.so -pcprofiledump=@BINDIR@/pcprofiledump +pcprofileso='@SLIBDIR@/libpcprofile.so' +pcprofiledump='@BINDIR@/pcprofiledump' TEXTDOMAIN=libc # Print usage message. @@ -64,7 +64,7 @@ do_version() { printf $"Copyright (C) %s Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -" "2004" +" "2006" printf $"Written by %s. " "Ulrich Drepper" exit 0 @@ -107,7 +107,7 @@ while test $# -gt 0; do --d=* | --da=* | --dat=* | --data=*) data=${1##*=} ;; - -? | --h | --he | --hel | --help) + -\? | --h | --he | --hel | --help) do_help ;; -V | --v | --ve | --ver | --vers | --versi | --versio | --version) @@ -161,32 +161,32 @@ if test -n "$data"; then while read fct; do read file if test "$fct" != '??' -a "$file" != '??:0'; then - format_line $fct $file + format_line "$fct" "$file" fi done else - fifo=$(mktemp -u ${TMPDIR:-/tmp}/xtrace.XXXXXX) + fifo=$(mktemp -ut xtrace.XXXXXX) || exit + trap 'rm -f "$fifo"; exit 1' HUP INT QUIT TERM PIPE mkfifo -m 0600 $fifo || exit 1 - trap 'rm $fifo; exit 1' SIGINT SIGTERM SIGPIPE # Now start the program and let it write to the FIFO. $TERMINAL_PROG -T "xtrace - $program $*" -e /bin/sh -c "LD_PRELOAD=$pcprofileso PCPROFILE_OUTPUT=$fifo $program $*; read < $fifo" & termpid=$! - $pcprofiledump -u $fifo | + $pcprofiledump -u "$fifo" | while read line; do - echo $line | + echo "$line" | sed 's/this = \([^,]*\).*/\1/' | - addr2line -fC -e $program + addr2line -fC -e "$program" done | while read fct; do read file if test "$fct" != '??' -a "$file" != '??:0'; then - format_line $fct $file + format_line "$fct" "$file" fi done read -p "Press return here to close $TERMINAL_PROG($program)." - echo > $fifo - rm $fifo + echo > "$fifo" + rm "$fifo" fi exit 0 diff --git a/dirent/Makefile b/dirent/Makefile index df150bcedc..ef639f2095 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2000, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1991-2000,2002,2003,2005,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -25,10 +25,11 @@ headers := dirent.h bits/dirent.h routines := opendir closedir readdir readdir_r rewinddir \ seekdir telldir scandir alphasort versionsort \ getdents getdents64 dirfd readdir64 readdir64_r scandir64 \ - alphasort64 versionsort64 + alphasort64 versionsort64 fdopendir distribute := dirstream.h -tests := list tst-seekdir opendir-tst1 bug-readdir1 +tests := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir \ + tst-fdopendir2 CFLAGS-scandir.c = $(uses-callbacks) CFLAGS-scandir64.c = $(uses-callbacks) diff --git a/dirent/Versions b/dirent/Versions index 9d96caeb36..41c1584426 100644 --- a/dirent/Versions +++ b/dirent/Versions @@ -41,4 +41,7 @@ libc { # g* getdirentries64; } + GLIBC_2.4 { + fdopendir; + } } diff --git a/sysdeps/generic/alphasort64.c b/dirent/alphasort64.c similarity index 100% rename from sysdeps/generic/alphasort64.c rename to dirent/alphasort64.c diff --git a/sysdeps/generic/closedir.c b/dirent/closedir.c similarity index 100% rename from sysdeps/generic/closedir.c rename to dirent/closedir.c diff --git a/dirent/dirent.h b/dirent/dirent.h index a5e8a004e2..ed4147dbca 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2000, 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1991-2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -134,6 +134,14 @@ typedef struct __dirstream DIR; marked with __THROW. */ extern DIR *opendir (__const char *__name) __nonnull ((1)); +#ifdef __USE_GNU +/* Same as opendir, but open the stream on the file descriptor FD. + + This function is a possible cancellation point and therefore not + marked with __THROW. */ +extern DIR *fdopendir (int __fd); +#endif + /* Close the directory stream DIRP. Return 0 if successful, -1 if not. diff --git a/sysdeps/generic/dirfd.c b/dirent/dirfd.c similarity index 100% rename from sysdeps/generic/dirfd.c rename to dirent/dirfd.c diff --git a/dirent/fdopendir.c b/dirent/fdopendir.c new file mode 100644 index 0000000000..275cfd58fe --- /dev/null +++ b/dirent/fdopendir.c @@ -0,0 +1,35 @@ +/* Open a directory stream from a file descriptor. Stub version. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + + +/* Open a directory stream on FD. */ +DIR * +__fdopendir (int fd) +{ + __set_errno (ENOSYS); + return NULL; +} +weak_alias (__fdopendir, fdopendir) + +stub_warning (fdopendir) +#include diff --git a/sysdeps/generic/getdents.c b/dirent/getdents.c similarity index 100% rename from sysdeps/generic/getdents.c rename to dirent/getdents.c diff --git a/sysdeps/generic/getdents64.c b/dirent/getdents64.c similarity index 100% rename from sysdeps/generic/getdents64.c rename to dirent/getdents64.c diff --git a/sysdeps/generic/opendir.c b/dirent/opendir.c similarity index 100% rename from sysdeps/generic/opendir.c rename to dirent/opendir.c diff --git a/sysdeps/generic/readdir.c b/dirent/readdir.c similarity index 100% rename from sysdeps/generic/readdir.c rename to dirent/readdir.c diff --git a/sysdeps/generic/readdir64.c b/dirent/readdir64.c similarity index 100% rename from sysdeps/generic/readdir64.c rename to dirent/readdir64.c diff --git a/sysdeps/generic/readdir64_r.c b/dirent/readdir64_r.c similarity index 100% rename from sysdeps/generic/readdir64_r.c rename to dirent/readdir64_r.c diff --git a/sysdeps/generic/readdir_r.c b/dirent/readdir_r.c similarity index 100% rename from sysdeps/generic/readdir_r.c rename to dirent/readdir_r.c diff --git a/sysdeps/generic/rewinddir.c b/dirent/rewinddir.c similarity index 100% rename from sysdeps/generic/rewinddir.c rename to dirent/rewinddir.c diff --git a/sysdeps/generic/scandir64.c b/dirent/scandir64.c similarity index 100% rename from sysdeps/generic/scandir64.c rename to dirent/scandir64.c diff --git a/sysdeps/generic/seekdir.c b/dirent/seekdir.c similarity index 100% rename from sysdeps/generic/seekdir.c rename to dirent/seekdir.c diff --git a/sysdeps/generic/telldir.c b/dirent/telldir.c similarity index 100% rename from sysdeps/generic/telldir.c rename to dirent/telldir.c diff --git a/dirent/tst-fdopendir.c b/dirent/tst-fdopendir.c new file mode 100644 index 0000000000..3cf315d85c --- /dev/null +++ b/dirent/tst-fdopendir.c @@ -0,0 +1,124 @@ +#include +#include +#include +#include +#include +#include +#include + + +static int +do_test (void) +{ + char fname[] = "/tmp/jXXXXXX"; + int fd = mkstemp (fname); + if (fd == -1) + { + puts ("mkstemp failed"); + return 1; + } + + write (fd, "hello", 5); + close (fd); + + struct stat64 st; + if (stat64 (fname, &st) == -1) + { + puts ("first stat failed"); + return 0; + } + + /* Make sure there is enough time between the creation and the access. */ + sleep (2); + + fd = open (fname, O_RDONLY | O_NOATIME); + if (fd == -1) + { + puts ("first open failed"); + return 1; + } + + char buf[5]; + read(fd, buf, sizeof (buf)); + close(fd); + + struct stat64 st2; + if (stat64 (fname, &st2) == -1) + { + puts ("second stat failed"); + return 0; + } + + bool no_noatime = false; +#ifdef _STATBUF_ST_NSEC + if (st.st_atim.tv_sec != st2.st_atim.tv_sec + || st.st_atim.tv_nsec != st2.st_atim.tv_nsec) +#else + if (st.st_atime != st2.st_atime) +#endif + { + puts ("file atime changed"); + no_noatime = true; + } + + unlink(fname); + + strcpy(fname, "/tmp/dXXXXXX"); + char *d = mkdtemp (fname); + if (d == NULL) + { + puts ("mkdtemp failed"); + return 1; + } + + if (stat64 (d, &st) == -1) + { + puts ("third stat failed"); + return 0; + } + sleep (2); + + fd = open64 (d, O_RDONLY|O_NDELAY|O_DIRECTORY|O_NOATIME); + if (fd == -1) + { + puts ("second open failed"); + return 1; + } + DIR *dir = fdopendir (fd); + if (dir == NULL) + { + puts ("fdopendir failed"); + return 1; + } + + struct dirent *de; + while ((de = readdir (dir)) != NULL) + ; + + closedir (dir); + + if (stat64 (d, &st2) == -1) + { + puts ("fourth stat failed"); + return 0; + } +#ifdef _STATBUF_ST_NSEC + if (!no_noatime + && (st.st_atim.tv_sec != st2.st_atim.tv_sec + || st.st_atim.tv_nsec != st2.st_atim.tv_nsec)) +#else + if (!no_noatime && st.st_atime != st2.st_atime) +#endif + { + puts ("directory atime changed"); + return 1; + } + + rmdir(fname); + + return 0; +} + +#define TIMEOUT 6 +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/dirent/tst-fdopendir2.c b/dirent/tst-fdopendir2.c new file mode 100644 index 0000000000..3720809dc2 --- /dev/null +++ b/dirent/tst-fdopendir2.c @@ -0,0 +1,41 @@ +#include +#include +#include +#include + + +static int +do_test (void) +{ + char tmpl[] = "/tmp/tst-fdopendir2-XXXXXX"; + int fd = mkstemp (tmpl); + if (fd == -1) + { + puts ("cannot open temp file"); + return 1; + } + + errno = 0; + DIR *d = fdopendir (fd); + + int e = errno; + + close (fd); + unlink (tmpl); + + if (d != NULL) + { + puts ("fdopendir with normal file descriptor did not fail"); + return 1; + } + if (e != ENOTDIR) + { + printf ("fdopendir set errno to %d, not %d as expected\n", e, ENOTDIR); + return 1; + } + + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/dirent/tst-seekdir.c b/dirent/tst-seekdir.c index b833c30705..43808fecb5 100644 --- a/dirent/tst-seekdir.c +++ b/dirent/tst-seekdir.c @@ -11,8 +11,23 @@ main (int argc, char *argv[]) int i = 0; int result = 0; struct dirent *dp; + long int save0; + long int rewind; dirp = opendir ("."); + if (dirp == NULL) + { + printf ("opendir failed: %m\n"); + return 1; + } + + save0 = telldir (dirp); + if (save0 == -1) + { + printf ("telldir failed: %m\n"); + result = 1; + } + for (dp = readdir (dirp); dp != NULL; dp = readdir (dirp)) { /* save position 3 (after fourth entry) */ @@ -44,6 +59,19 @@ main (int argc, char *argv[]) for (dp = readdir (dirp); dp != NULL; dp = readdir (dirp)) printf ("%s\n", dp->d_name); + /* Check rewinddir */ + rewinddir (dirp); + rewind = telldir (dirp); + if (rewind == -1) + { + printf ("telldir failed: %m\n"); + result = 1; + } + else if (save0 != rewind) + { + printf ("rewinddir didn't reset directory stream\n"); + result = 1; + } closedir (dirp); return result; diff --git a/sysdeps/generic/versionsort64.c b/dirent/versionsort64.c similarity index 100% rename from sysdeps/generic/versionsort64.c rename to dirent/versionsort64.c diff --git a/dlfcn/Makefile b/dlfcn/Makefile index ed20ae5ccd..63e7b31b2a 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1995-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -20,13 +20,14 @@ subdir := dlfcn headers := bits/dlfcn.h dlfcn.h extra-libs := libdl libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr dladdr1 dlinfo \ - dlmopen -routines := $(patsubst %,s%,$(libdl-routines)) + dlmopen dlfcn +routines := $(patsubst %,s%,$(filter-out dlfcn,$(libdl-routines))) elide-routines.os := $(routines) distribute := dlopenold.c glreflib1.c glreflib2.c failtestmod.c \ defaultmod1.c defaultmod2.c errmsg1mod.c modatexit.c \ modcxaatexit.c modstatic.c modstatic2.c \ - bug-dlsym1-lib1.c bug-dlsym1-lib2.c + bug-dlsym1-lib1.c bug-dlsym1-lib2.c bug-atexit1-lib.c \ + bug-atexit2-lib.c extra-libs-others := libdl @@ -34,19 +35,21 @@ include ../Makeconfig ifeq ($(versioning),yes) libdl-routines += dlopenold -libdl-shared-only-routines := dlopenold +libdl-shared-only-routines := dlopenold dlfcn endif ifeq (yes,$(build-shared)) tests = glrefmain failtest tst-dladdr default errmsg1 tstcxaatexit \ - bug-dlopen1 bug-dlsym1 tst-dlinfo + bug-dlopen1 bug-dlsym1 tst-dlinfo bug-atexit1 bug-atexit2 \ + bug-atexit3 ifeq (yes,$(have-protected)) tests += tstatexit endif endif modules-names = glreflib1 glreflib2 failtestmod defaultmod1 defaultmod2 \ errmsg1mod modatexit modcxaatexit \ - bug-dlsym1-lib1 bug-dlsym1-lib2 + bug-dlsym1-lib1 bug-dlsym1-lib2 bug-atexit1-lib \ + bug-atexit2-lib bug-atexit3-lib failtestmod.so-no-z-defs = yes glreflib2.so-no-z-defs = yes @@ -60,16 +63,12 @@ tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf tststatic2-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf endif -extra-objs += $(modules-names:=.os) +extra-test-objs += $(modules-names:=.os) generated := $(modules-names:=.so) include ../Rules -LDFLAGS-dl.so = -Wl,-dynamic-linker,$(slibdir)/$(rtld-installed-name) - test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) -$(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds - $(build-module) ifeq ($(build-shared),yes) # Build all the modules even when not actually running test programs. @@ -127,6 +126,22 @@ $(objpfx)bug-dlsym1-lib1.so: $(objpfx)bug-dlsym1-lib2.so \ $(objpfx)bug-dlsym1-lib2.so: $(common-objpfx)libc.so \ $(common-objpfx)libc_nonshared.a +$(objpfx)bug-atexit1: $(libdl) +$(objpfx)bug-atexit1.out: $(objpfx)bug-atexit1-lib.so +$(objpfx)bug-atexit1-lib.so: $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a + +$(objpfx)bug-atexit2: $(libdl) +$(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so +$(objpfx)bug-atexit2-lib.so: $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a + +LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)elf/ld.so \ + $(common-objpfx)libc_nonshared.a +$(objpfx)bug-atexit3: $(libdl) +$(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so +$(objpfx)bug-atexit3-lib.so: $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a # Depend on libc.so so a DT_NEEDED is generated in the shared objects. diff --git a/dlfcn/bug-atexit1-lib.c b/dlfcn/bug-atexit1-lib.c new file mode 100644 index 0000000000..715bb40b23 --- /dev/null +++ b/dlfcn/bug-atexit1-lib.c @@ -0,0 +1,375 @@ +#include +#include +#include + +static int next; + +void +f00 (void) +{ + puts ("f00"); + if (next-- != 0) + _exit (1); +} + +void +f01 (void) +{ + puts ("f01"); + if (next-- != 1) + _exit (1); +} + +void +f02 (void) +{ + puts ("f02"); + if (next-- != 2) + _exit (1); +} + +void +f03 (void) +{ + puts ("f03"); + if (next-- != 3) + _exit (1); +} + +void +f04 (void) +{ + puts ("f04"); + if (next-- != 4) + _exit (1); +} + +void +f05 (void) +{ + puts ("f05"); + if (next-- != 5) + _exit (1); +} + +void +f06 (void) +{ + puts ("f06"); + if (next-- != 6) + _exit (1); +} + +void +f07 (void) +{ + puts ("f07"); + if (next-- != 7) + _exit (1); +} + +void +f08 (void) +{ + puts ("f08"); + if (next-- != 8) + _exit (1); +} + +void +f09 (void) +{ + puts ("f09"); + if (next-- != 9) + _exit (1); +} + +void +f10 (void) +{ + puts ("f10"); + if (next-- != 10) + _exit (1); +} + +void +f11 (void) +{ + puts ("f11"); + if (next-- != 11) + _exit (1); +} + +void +f12 (void) +{ + puts ("f12"); + if (next-- != 12) + _exit (1); +} + +void +f13 (void) +{ + puts ("f13"); + if (next-- != 13) + _exit (1); +} + +void +f14 (void) +{ + puts ("f14"); + if (next-- != 14) + _exit (1); +} + +void +f15 (void) +{ + puts ("f15"); + if (next-- != 15) + _exit (1); +} + +void +f16 (void) +{ + puts ("f16"); + if (next-- != 16) + _exit (1); +} + +void +f17 (void) +{ + puts ("f17"); + if (next-- != 17) + _exit (1); +} + +void +f18 (void) +{ + puts ("f18"); + if (next-- != 18) + _exit (1); +} + +void +f19 (void) +{ + puts ("f19"); + if (next-- != 19) + _exit (1); +} + +void +f20 (void) +{ + puts ("f20"); + if (next-- != 20) + _exit (1); +} + +void +f21 (void) +{ + puts ("f21"); + if (next-- != 21) + _exit (1); +} + +void +f22 (void) +{ + puts ("f22"); + if (next-- != 22) + _exit (1); +} + +void +f23 (void) +{ + puts ("f23"); + if (next-- != 23) + _exit (1); +} + +void +f24 (void) +{ + puts ("f24"); + if (next-- != 24) + _exit (1); +} + +void +f25 (void) +{ + puts ("f25"); + if (next-- != 25) + _exit (1); +} + +void +f26 (void) +{ + puts ("f26"); + if (next-- != 26) + _exit (1); +} + +void +f27 (void) +{ + puts ("f27"); + if (next-- != 27) + _exit (1); +} + +void +f28 (void) +{ + puts ("f28"); + if (next-- != 28) + _exit (1); +} + +void +f29 (void) +{ + puts ("f29"); + if (next-- != 29) + _exit (1); +} + +void +f30 (void) +{ + puts ("f30"); + if (next-- != 30) + _exit (1); +} + +void +f31 (void) +{ + puts ("f31"); + if (next-- != 31) + _exit (1); +} + +void +f32 (void) +{ + puts ("f32"); + if (next-- != 32) + _exit (1); +} + +void +f33 (void) +{ + puts ("f33"); + if (next-- != 33) + _exit (1); +} + +void +f34 (void) +{ + puts ("f34"); + if (next-- != 34) + _exit (1); +} + +void +f35 (void) +{ + puts ("f35"); + if (next-- != 35) + _exit (1); +} + +void +f36 (void) +{ + puts ("f36"); + if (next-- != 36) + _exit (1); +} + +void +f37 (void) +{ + puts ("f37"); + if (next-- != 37) + _exit (1); +} + +void +f38 (void) +{ + puts ("f38"); + if (next-- != 38) + _exit (1); +} + +void +f39 (void) +{ + puts ("f39"); + if (next-- != 39) + _exit (1); +} + +void +foo (void) +{ + atexit (f00); + atexit (f01); + atexit (f02); + atexit (f03); + atexit (f04); + atexit (f05); + atexit (f06); + atexit (f07); + atexit (f08); + atexit (f09); + + atexit (f10); + atexit (f11); + atexit (f12); + atexit (f13); + atexit (f14); + atexit (f15); + atexit (f16); + atexit (f17); + atexit (f18); + atexit (f19); + + atexit (f20); + atexit (f21); + atexit (f22); + atexit (f23); + atexit (f24); + atexit (f25); + atexit (f26); + atexit (f27); + atexit (f28); + atexit (f29); + + atexit (f30); + atexit (f31); + atexit (f32); + atexit (f33); + atexit (f34); + atexit (f35); + atexit (f36); + atexit (f37); + atexit (f38); + atexit (f39); + + next = 39; +} diff --git a/dlfcn/bug-atexit1.c b/dlfcn/bug-atexit1.c new file mode 100644 index 0000000000..e2d1d2f776 --- /dev/null +++ b/dlfcn/bug-atexit1.c @@ -0,0 +1,23 @@ +/* Derived from a test case in + http://sourceware.org/bugzilla/show_bug.cgi?id=1158. */ +#include +#include +#include + +static int +do_test (void) +{ + for (int i = 0; i < 2; ++i) + { + void *dso = dlopen ("$ORIGIN/bug-atexit1-lib.so", RTLD_NOW); + void (*fn) (void) = (void (*) (void)) dlsym (dso, "foo"); + fn (); + dlclose (dso); + puts ("round done"); + } + + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/dlfcn/bug-atexit2-lib.c b/dlfcn/bug-atexit2-lib.c new file mode 100644 index 0000000000..ca39657566 --- /dev/null +++ b/dlfcn/bug-atexit2-lib.c @@ -0,0 +1,14 @@ +#include +#include + +void +fx (void) +{ + puts ("At exit fx"); +} + +void +foo (void) +{ + atexit (fx); +} diff --git a/dlfcn/bug-atexit2.c b/dlfcn/bug-atexit2.c new file mode 100644 index 0000000000..15e9f7aa01 --- /dev/null +++ b/dlfcn/bug-atexit2.c @@ -0,0 +1,53 @@ +/* Derived from a test case in + http://sourceware.org/bugzilla/show_bug.cgi?id=1158. */ +#include +#include +#include +#include + +static int next = 3; + +static void +f1 (void) +{ + puts ("f1"); + if (next-- != 1) + _exit (1); +} + +static void +f2 (void) +{ + puts ("f2"); + if (next-- != 2) + _exit (1); +} + +static void +f3 (void) +{ + puts ("f3"); + if (next-- != 3) + _exit (1); +} + +static int +do_test (void) +{ + atexit (f1); + + void *dso = dlopen ("$ORIGIN/bug-atexit2-lib.so", RTLD_NOW); + void (*fn) (void) = (void (*) (void)) dlsym (dso, "foo"); + fn (); + + atexit (f2); + + dlclose (dso); + + atexit (f3); + + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/dlfcn/bug-atexit3-lib.cc b/dlfcn/bug-atexit3-lib.cc new file mode 100644 index 0000000000..3d01ea81d2 --- /dev/null +++ b/dlfcn/bug-atexit3-lib.cc @@ -0,0 +1,23 @@ +#include + +struct statclass +{ + statclass() + { + write (1, "statclass\n", 10); + } + ~statclass() + { + write (1, "~statclass\n", 11); + } +}; + +struct extclass +{ + ~extclass() + { + static statclass var; + } +}; + +extclass globvar; diff --git a/dlfcn/bug-atexit3.c b/dlfcn/bug-atexit3.c new file mode 100644 index 0000000000..897eca8a86 --- /dev/null +++ b/dlfcn/bug-atexit3.c @@ -0,0 +1,18 @@ +#include +#include + +static int +do_test (void) +{ + void *handle = dlopen ("$ORIGIN/bug-atexit3-lib.so", RTLD_LAZY); + if (handle == NULL) + { + printf ("dlopen failed: %s\n", dlerror ()); + return 1; + } + dlclose (handle); + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/dlfcn/dlclose.c b/dlfcn/dlclose.c index 3ddedcffbe..5a344f31ca 100644 --- a/dlfcn/dlclose.c +++ b/dlfcn/dlclose.c @@ -19,6 +19,7 @@ 02111-1307 USA. */ #include +#include #if !defined SHARED && defined IS_IN_libdl @@ -33,7 +34,7 @@ dlclose (void *handle) static void dlclose_doit (void *handle) { - _dl_close (handle); + GLRO(dl_close) (handle); } int diff --git a/dlfcn/dlerror.c b/dlfcn/dlerror.c index 8789f4f68b..7ea31d4392 100644 --- a/dlfcn/dlerror.c +++ b/dlfcn/dlerror.c @@ -1,5 +1,5 @@ /* Return error detail for failing functions. - Copyright (C) 1995-2000,2002,2003,2004 Free Software Foundation, Inc. + Copyright (C) 1995-2000,2002,2003,2004,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -40,6 +41,7 @@ struct dl_action_result { int errcode; int returned; + bool malloced; const char *objname; const char *errstring; }; @@ -154,13 +156,13 @@ _dlerror_run (void (*operate) (void *), void *args) { /* Free the error string from the last failed command. This can happen if `dlerror' was not run after an error was found. */ - if (strcmp (result->errstring, "out of memory") != 0) + if (result->malloced) free ((char *) result->errstring); result->errstring = NULL; } result->errcode = GLRO(dl_catch_error) (&result->objname, &result->errstring, - operate, args); + &result->malloced, operate, args); /* If no error we mark that no error string is available. */ result->returned = result->errstring == NULL; @@ -180,13 +182,30 @@ init (void) static_buf = &last_result; } + +static void +check_free (struct dl_action_result *rec) +{ + if (rec->errstring != NULL + && strcmp (rec->errstring, "out of memory") != 0) + { + /* We can free the string only if the allocation happened in the + C library used by the dynamic linker. This means, it is + always the C library in the base namespave. */ + struct link_map *map = NULL; + Dl_info info; + if (_dl_addr (check_free, &info, &map, NULL) != 0 + && map != NULL && map->l_ns == 0) + free ((char *) rec->errstring); + } +} + + static void __attribute__ ((destructor)) fini (void) { - if (last_result.errstring != NULL - && strcmp (last_result.errstring, "out of memory") != 0) - free ((char *) last_result.errstring); + check_free (&last_result); } @@ -194,11 +213,7 @@ fini (void) static void free_key_mem (void *mem) { - struct dl_action_result *result = (struct dl_action_result *) mem; - - if (result->errstring != NULL - && strcmp (result->errstring, "out of memory") != 0) - free ((char *) result->errstring); + check_free ((struct dl_action_result *) mem); free (mem); __libc_setspecific (key, NULL); diff --git a/dlfcn/dlfcn.c b/dlfcn/dlfcn.c new file mode 100644 index 0000000000..1ee225ba47 --- /dev/null +++ b/dlfcn/dlfcn.c @@ -0,0 +1,39 @@ +/* Load a shared object at run time. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + + +int __dlfcn_argc attribute_hidden; +char **__dlfcn_argv attribute_hidden; + + +static void +init (int argc, char *argv[]) +{ + __dlfcn_argc = argc; + __dlfcn_argv = argv; +} + +static void (*const init_array []) (int argc, char *argv[]) + __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) + __attribute_used__ = +{ + init +}; diff --git a/dlfcn/dlfcn.h b/dlfcn/dlfcn.h index 42c25b8b63..7e373eddf9 100644 --- a/dlfcn/dlfcn.h +++ b/dlfcn/dlfcn.h @@ -1,5 +1,6 @@ /* User functions for run-time dynamic loading. - Copyright (C) 1995-1999,2000,2001,2003,2004 Free Software Foundation, Inc. + Copyright (C) 1995-1999,2000,2001,2003,2004,2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -135,6 +136,8 @@ enum store the `struct link_map *' for HANDLE there. */ RTLD_DI_LINKMAP = 2, + RTLD_DI_CONFIGADDR = 3, /* Unsupported, defined by Solaris. */ + /* Treat ARG as `Dl_serinfo *' (see below), and fill in to describe the directories that will be searched for dependencies of this object. RTLD_DI_SERINFOSIZE fills in just the `dls_cnt' and `dls_size' @@ -147,7 +150,21 @@ enum expand $ORIGIN in this shared object's dependency file names. */ RTLD_DI_ORIGIN = 6, - RTLD_DI_CONFIGADDR = 3 /* Unsupported, defined by Solaris. */ + RTLD_DI_PROFILENAME = 7, /* Unsupported, defined by Solaris. */ + RTLD_DI_PROFILEOUT = 8, /* Unsupported, defined by Solaris. */ + + /* Treat ARG as `size_t *', and store there the TLS module ID + of this object's PT_TLS segment, as used in TLS relocations; + store zero if this object does not define a PT_TLS segment. */ + RTLD_DI_TLS_MODID = 9, + + /* Treat ARG as `void **', and store there a pointer to the calling + thread's TLS block corresponding to this object's PT_TLS segment. + Store a null pointer if this object does not define a PT_TLS + segment, or if the calling thread has not allocated a block for it. */ + RTLD_DI_TLS_DATA = 10, + + RTLD_DI_MAX = 10, }; diff --git a/dlfcn/dlinfo.c b/dlfcn/dlinfo.c index 44af55a303..20aa9504fb 100644 --- a/dlfcn/dlinfo.c +++ b/dlfcn/dlinfo.c @@ -1,5 +1,5 @@ /* dlinfo -- Get information from the dynamic linker. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -32,6 +32,10 @@ dlinfo (void *handle, int request, void *arg) #else +# ifdef USE_TLS +# include +# endif + struct dlinfo_args { ElfW(Addr) caller; @@ -54,9 +58,8 @@ dlinfo_doit (void *argsblock) /* Find the highest-addressed object that CALLER is not below. */ for (nsid = 0; nsid < DL_NNS; ++nsid) for (l = GL(dl_ns)[nsid]._ns_loaded; l != NULL; l = l->l_next) - if (caller >= l->l_map_start && caller < l->l_map_end) - /* There must be exactly one DSO for the range of the virtual - memory. Otherwise something is really broken. */ + if (caller >= l->l_map_start && caller < l->l_map_end + && (l->l_contiguous || _dl_addr_inside_object (l, caller))) break; if (l == NULL) @@ -90,6 +93,24 @@ RTLD_SELF used in code not dynamically loaded")); case RTLD_DI_ORIGIN: strcpy (args->arg, l->l_origin); break; + + case RTLD_DI_TLS_MODID: + *(size_t *) args->arg = 0; +#ifdef USE_TLS + *(size_t *) args->arg = l->l_tls_modid; +#endif + break; + + case RTLD_DI_TLS_DATA: + { + void *data = NULL; +#ifdef USE_TLS + if (l->l_tls_modid != 0) + data = _dl_tls_get_addr_soft (l); +#endif + *(void **) args->arg = data; + break; + } } } diff --git a/dlfcn/dlmopen.c b/dlfcn/dlmopen.c index 5fd6543655..0c6915493b 100644 --- a/dlfcn/dlmopen.c +++ b/dlfcn/dlmopen.c @@ -1,5 +1,5 @@ /* Load a shared object at run time. - Copyright (C) 1995,96,97,98,99,2000,2003,2004 Free Software Foundation, Inc. + Copyright (C) 1995-2000,2003,2004,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,6 +21,7 @@ #include #include #include +#include #include #if !defined SHARED && defined IS_IN_libdl @@ -54,15 +55,24 @@ dlmopen_doit (void *a) /* Non-shared code has no support for multiple namespaces. */ if (args->nsid != LM_ID_BASE) + { # ifdef SHARED - /* If trying to open the link map for the main executable the namespace - must be the main one. */ - if (args->file == NULL) + /* If trying to open the link map for the main executable the namespace + must be the main one. */ + if (args->file == NULL) # endif - GLRO(dl_signal_error) (EINVAL, NULL, NULL, N_("invalid namespace")); - - args->new = _dl_open (args->file ?: "", args->mode | __RTLD_DLOPEN, - args->caller, args->nsid); + GLRO(dl_signal_error) (EINVAL, NULL, NULL, N_("invalid namespace")); + + /* It makes no sense to use RTLD_GLOBAL when loading a DSO into + a namespace other than the base namespace. */ + if (__builtin_expect (args->mode & RTLD_GLOBAL, 0)) + GLRO(dl_signal_error) (EINVAL, NULL, NULL, N_("invalid mode")); + } + + args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN, + args->caller, + args->nsid, __dlfcn_argc, __dlfcn_argv, + __environ); } diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index 6381ffc9b1..bffb512aa3 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.c @@ -1,5 +1,5 @@ /* Load a shared object at run time. - Copyright (C) 1995,96,97,98,99,2000,2003,2004 Free Software Foundation, Inc. + Copyright (C) 1995-2000,2003,2004,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,7 +18,10 @@ 02111-1307 USA. */ #include +#include #include +#include +#include #if !defined SHARED && defined IS_IN_libdl @@ -56,8 +59,14 @@ dlopen_doit (void *a) { struct dlopen_args *args = (struct dlopen_args *) a; - args->new = _dl_open (args->file ?: "", args->mode | __RTLD_DLOPEN, - args->caller, args->file == NULL ? LM_ID_BASE : NS); + if (args->mode & ~(RTLD_BINDING_MASK | RTLD_NOLOAD | RTLD_DEEPBIND + | RTLD_GLOBAL | RTLD_LOCAL | RTLD_NODELETE)) + GLRO(dl_signal_error) (0, NULL, NULL, _("invalid mode parameter")); + + args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN, + args->caller, + args->file == NULL ? LM_ID_BASE : NS, + __dlfcn_argc, __dlfcn_argv, __environ); } diff --git a/dlfcn/dlopenold.c b/dlfcn/dlopenold.c index 148716cdb0..8dae1c40ce 100644 --- a/dlfcn/dlopenold.c +++ b/dlfcn/dlopenold.c @@ -19,6 +19,8 @@ #include #include +#include +#include /* This file is for compatibility with glibc 2.0. Compile it only if versioning is used. */ @@ -50,8 +52,10 @@ dlopen_doit (void *a) { struct dlopen_args *args = (struct dlopen_args *) a; - args->new = _dl_open (args->file ?: "", args->mode | __RTLD_DLOPEN, - args->caller, args->file == NULL ? LM_ID_BASE : NS); + args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN, + args->caller, + args->file == NULL ? LM_ID_BASE : NS, + __dlfcn_argc, __dlfcn_argv, __environ); } extern void *__dlopen_nocheck (const char *file, int mode); diff --git a/elf/Makefile b/elf/Makefile index 028be25b2d..06e376d803 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1995-2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -20,8 +20,8 @@ subdir := elf -headers = elf.h bits/elfclass.h link.h -routines = $(dl-routines) dl-open dl-close dl-support dl-iteratephdr \ +headers = elf.h bits/elfclass.h link.h bits/link.h +routines = $(dl-routines) dl-support dl-iteratephdr \ dl-addr enbl-secure dl-profstub \ dl-origin dl-libc dl-sym dl-tsd @@ -30,7 +30,7 @@ routines = $(dl-routines) dl-open dl-close dl-support dl-iteratephdr \ dl-routines = $(addprefix dl-,load cache lookup object reloc deps \ runtime error init fini debug misc \ version profile conflict tls origin \ - execstack caller) + execstack caller open close trampoline) all-dl-routines = $(dl-routines) $(sysdep-dl-routines) # But they are absent from the shared libc, because that code is in ld.so. elide-routines.os = $(all-dl-routines) dl-support enbl-secure dl-origin @@ -72,7 +72,7 @@ distribute := rtld-Rules \ tst-tlsmod1.c tst-tlsmod2.c tst-tlsmod3.c tst-tlsmod4.c \ tst-tlsmod5.c tst-tlsmod6.c tst-tlsmod7.c tst-tlsmod8.c \ tst-tlsmod9.c tst-tlsmod10.c tst-tlsmod11.c \ - tst-tlsmod12.c tst-tls10.h tst-alignmod.c \ + tst-tlsmod12.c tst-tls10.h tst-alignmod.c tst-alignmod2.c \ circlemod1.c circlemod1a.c circlemod2.c circlemod2a.c \ circlemod3.c circlemod3a.c nodlopenmod2.c \ tls-macros.h \ @@ -83,7 +83,16 @@ distribute := rtld-Rules \ tst-array2dep.c tst-piemod1.c \ tst-execstack-mod.c tst-dlmodcount.c \ check-textrel.c dl-sysdep.h test-dlopenrpathmod.c \ - tst-deep1mod1.c tst-deep1mod2.c tst-deep1mod3.c + tst-deep1mod1.c tst-deep1mod2.c tst-deep1mod3.c \ + unload3mod1.c unload3mod2.c unload3mod3.c unload3mod4.c \ + unload4mod1.c unload4mod2.c unload4mod3.c unload4mod4.c \ + unload6mod1.c unload6mod2.c unload6mod3.c \ + unload7mod1.c unload7mod2.c \ + tst-auditmod1.c tst-audit.sh \ + order2mod1.c order2mod2.c order2mod3.c order2mod4.c \ + tst-stackguard1.c tst-stackguard1-static.c \ + tst-array5.c tst-array5-static.c tst-array5dep.c \ + tst-array5.exp tst-leaks1.c CFLAGS-dl-runtime.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-dl-lookup.c = -fexceptions -fasynchronous-unwind-tables @@ -131,16 +140,19 @@ vpath %.c ../locale/programs endif endif -tests = tst-tls1 tst-tls2 tst-tls9 +tests = tst-tls1 tst-tls2 tst-tls9 tst-leaks1 ifeq (yes,$(have-initfini-array)) -tests += tst-array1 tst-array2 tst-array3 tst-array4 +tests += tst-array1 tst-array2 tst-array3 tst-array4 tst-array5 endif ifeq (yes,$(build-static)) -tests-static = tst-tls1-static tst-tls2-static +tests-static = tst-tls1-static tst-tls2-static tst-stackguard1-static ifeq (yesyesyes,$(build-static)$(build-shared)$(elf)) tests-static += tst-tls9-static tst-tls9-static-ENV = \ - LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn + LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn +endif +ifeq (yes,$(have-initfini-array)) +tests-static += tst-array1-static tst-array5-static endif tests += $(tests-static) endif @@ -152,9 +164,14 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ neededtest3 neededtest4 unload2 lateglobal initfirst global \ restest2 next dblload dblunload reldep5 reldep6 reldep7 reldep8 \ circleload1 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8 \ - tst-tls10 tst-tls11 tst-tls12 tst-tls13 tst-tls14 tst-align \ - $(tests-execstack-$(have-z-execstack)) tst-dlmodcount \ - tst-dlopenrpath tst-deep1 tst-dlmopen1 tst-dlmopen2 tst-dlmopen3 + tst-tls10 tst-tls11 tst-tls12 tst-tls13 tst-tls14 tst-tls15 \ + tst-tls-dlinfo \ + tst-align tst-align2 $(tests-execstack-$(have-z-execstack)) \ + tst-dlmodcount tst-dlopenrpath tst-deep1 \ + tst-dlmopen1 tst-dlmopen2 tst-dlmopen3 \ + unload3 unload4 unload5 unload6 unload7 tst-global1 order2 \ + tst-audit1 tst-audit2 \ + tst-stackguard1 tst-addr1 tst-thrlock # reldep9 test-srcs = tst-pathopt tests-vis-yes = vismain @@ -165,6 +182,7 @@ endif ifeq (yesyes,$(have-fpie)$(build-shared)) tests: $(objpfx)tst-pie1.out endif +tests: $(objpfx)tst-leaks1-mem modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ testobj1_1 failobj constload2 constload3 unloadmod \ dep1 dep2 dep3 dep4 $(modules-vis-$(have-protected)) \ @@ -182,15 +200,22 @@ modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ tst-tlsmod5 tst-tlsmod6 tst-tlsmod7 tst-tlsmod8 \ tst-tlsmod9 tst-tlsmod10 tst-tlsmod11 tst-tlsmod12 \ tst-tlsmod13 tst-tlsmod13a tst-tlsmod14a tst-tlsmod14b \ + tst-tlsmod15a tst-tlsmod15b \ circlemod1 circlemod1a circlemod2 circlemod2a \ circlemod3 circlemod3a \ reldep8mod1 reldep8mod2 reldep8mod3 \ reldep9mod1 reldep9mod2 reldep9mod3 \ - tst-alignmod $(modules-execstack-$(have-z-execstack)) \ + tst-alignmod tst-alignmod2 \ + $(modules-execstack-$(have-z-execstack)) \ tst-dlopenrpathmod tst-deep1mod1 tst-deep1mod2 tst-deep1mod3 \ - tst-dlmopen1mod + tst-dlmopen1mod tst-auditmod1 \ + unload3mod1 unload3mod2 unload3mod3 unload3mod4 \ + unload4mod1 unload4mod2 unload4mod3 unload4mod4 \ + unload6mod1 unload6mod2 unload6mod3 \ + unload7mod1 unload7mod2 \ + order2mod1 order2mod2 order2mod3 order2mod4 ifeq (yes,$(have-initfini-array)) -modules-names += tst-array2dep +modules-names += tst-array2dep tst-array5dep endif ifeq (yesyes,$(have-fpie)$(build-shared)) modules-names += tst-piemod1 @@ -200,10 +225,14 @@ modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4 \ nodel2mod1 nodel2mod2 nodel2mod3 modules-nodlopen-yes = nodlopenmod nodlopenmod2 modules-execstack-yes = tst-execstack-mod -extra-objs += $(addsuffix .os,$(strip $(modules-names))) +extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) # We need this variable to be sure the test modules get the right CPPFLAGS. test-extras += $(modules-names) +# filtmod1.so has a special rule +modules-names-nobuild := filtmod1 + + include ../Rules check-abi: check-abi-ld @@ -420,6 +449,16 @@ $(objpfx)reldep8mod3.so: $(objpfx)reldep8mod1.so $(objpfx)reldep8mod2.so $(objpfx)nodel2mod3.so: $(objpfx)nodel2mod1.so $(objpfx)nodel2mod2.so $(objpfx)reldep9mod2.so: $(objpfx)reldep9mod1.so $(objpfx)reldep9mod3.so: $(objpfx)reldep9mod1.so $(objpfx)reldep9mod2.so +$(objpfx)unload3mod1.so: $(objpfx)unload3mod3.so +$(objpfx)unload3mod2.so: $(objpfx)unload3mod3.so +$(objpfx)unload3mod3.so: $(objpfx)unload3mod4.so +$(objpfx)unload4mod1.so: $(objpfx)unload4mod2.so $(objpfx)unload4mod3.so +$(objpfx)unload4mod2.so: $(objpfx)unload4mod4.so $(objpfx)unload4mod3.so +$(objpfx)unload6mod1.so: $(libdl) +$(objpfx)unload6mod2.so: $(libdl) +$(objpfx)unload6mod3.so: $(libdl) +$(objpfx)unload7mod1.so: $(libdl) +$(objpfx)unload7mod2.so: $(objpfx)unload7mod1.so LDFLAGS-tst-tlsmod5.so = -nostdlib LDFLAGS-tst-tlsmod6.so = -nostdlib @@ -454,15 +493,14 @@ tst-tlsmod10.so-no-z-defs = yes tst-tlsmod12.so-no-z-defs = yes tst-tlsmod14a.so-no-z-defs = yes tst-tlsmod14b.so-no-z-defs = yes +tst-tlsmod15a.so-no-z-defs = yes circlemod2.so-no-z-defs = yes circlemod3.so-no-z-defs = yes circlemod3a.so-no-z-defs = yes reldep8mod2.so-no-z-defs = yes reldep9mod1.so-no-z-defs = yes - -# filtmod1.so has a special rule -$(filter-out $(objpfx)filtmod1.so, $(test-modules)): $(objpfx)%.so: $(objpfx)%.os - $(build-module) +unload3mod4.so-no-z-defs = yes +unload4mod1.so-no-z-defs = yes ifeq ($(build-shared),yes) # Build all the modules even when not actually running test programs. @@ -617,7 +655,7 @@ $(objpfx)dblunload: $(libdl) $(objpfx)dblunload.out: $(objpfx)dblloadmod1.so $(objpfx)dblloadmod2.so $(objpfx)reldep5: $(libdl) -$(objpfx)reldep5.out: $(objpfx)reldepmod5.so $(objpfx)reldepmod5.so +$(objpfx)reldep5.out: $(objpfx)reldepmod5.so $(objpfx)reldepmod6.so $(objpfx)reldep6: $(libdl) $(objpfx)reldep6.out: $(objpfx)reldep6mod3.so $(objpfx)reldep6mod4.so @@ -664,13 +702,43 @@ $(objpfx)tst-tls12: $(objpfx)tst-tlsmod12.so $(objpfx)tst-tls13: $(libdl) $(objpfx)tst-tls13.out: $(objpfx)tst-tlsmod13a.so -$(objpfx)tst-tls14: $(objpfx)tst-tlsmod14a.so $(libdl) -$(objpfx)tst-tls14.out:$(objpfx)tst-tlsmod14b.so +$(objpfx)tst-tls14: $(objpfx)tst-tlsmod14a.so $(libdl) +$(objpfx)tst-tls14.out: $(objpfx)tst-tlsmod14b.so + +$(objpfx)tst-tls15: $(libdl) +$(objpfx)tst-tls15.out: $(objpfx)tst-tlsmod15a.so $(objpfx)tst-tlsmod15b.so + +$(objpfx)tst-tls-dlinfo: $(libdl) +$(objpfx)tst-tls-dlinfo.out: $(objpfx)tst-tlsmod2.so + + CFLAGS-tst-align.c = $(stack-align-test-flags) +CFLAGS-tst-align2.c = $(stack-align-test-flags) CFLAGS-tst-alignmod.c = $(stack-align-test-flags) +CFLAGS-tst-alignmod2.c = $(stack-align-test-flags) $(objpfx)tst-align: $(libdl) $(objpfx)tst-align.out: $(objpfx)tst-alignmod.so +$(objpfx)tst-align2: $(objpfx)tst-alignmod2.so + +$(objpfx)unload3: $(libdl) +$(objpfx)unload3.out: $(objpfx)unload3mod1.so $(objpfx)unload3mod2.so \ + $(objpfx)unload3mod3.so $(objpfx)unload3mod4.so + +$(objpfx)unload4: $(libdl) +$(objpfx)unload4.out: $(objpfx)unload4mod1.so $(objpfx)unload4mod3.so + +$(objpfx)unload5: $(libdl) +$(objpfx)unload5.out: $(objpfx)unload3mod1.so $(objpfx)unload3mod2.so \ + $(objpfx)unload3mod3.so $(objpfx)unload3mod4.so + +$(objpfx)unload6: $(libdl) +$(objpfx)unload6.out: $(objpfx)unload6mod1.so $(objpfx)unload6mod2.so \ + $(objpfx)unload6mod3.so + +$(objpfx)unload7: $(libdl) +$(objpfx)unload7.out: $(objpfx)unload7mod1.so $(objpfx)unload7mod2.so +unload7-ENV = MALLOC_PERTURB_=85 ifdef libdl $(objpfx)tst-tls9-static: $(common-objpfx)dlfcn/libdl.a @@ -695,6 +763,10 @@ $(objpfx)tst-array1.out: $(objpfx)tst-array1 $(objpfx)tst-array1 > $@ cmp $@ tst-array1.exp > /dev/null +$(objpfx)tst-array1-static.out: $(objpfx)tst-array1-static + $(objpfx)tst-array1-static > $@ + cmp $@ tst-array1.exp > /dev/null + $(objpfx)tst-array2: $(objpfx)tst-array2dep.so $(objpfx)tst-array2.out: $(objpfx)tst-array2 $(elf-objpfx)$(rtld-installed-name) \ @@ -715,6 +787,17 @@ $(objpfx)tst-array4.out: $(objpfx)tst-array4 $(objpfx)tst-array2dep.so $< > $@ cmp $@ tst-array4.exp > /dev/null +$(objpfx)tst-array5: $(objpfx)tst-array5dep.so +$(objpfx)tst-array5.out: $(objpfx)tst-array5 + $(elf-objpfx)$(rtld-installed-name) \ + --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \ + $(objpfx)tst-array5 > $@ + cmp $@ tst-array5.exp > /dev/null + +$(objpfx)tst-array5-static.out: $(objpfx)tst-array5-static + $(objpfx)tst-array5-static > $@ + cmp $@ tst-array5-static.exp > /dev/null + ifeq (yesyes,$(have-fpie)$(build-shared)) CFLAGS-tst-pie1.c += -fpie @@ -732,12 +815,18 @@ $(objpfx)tst-pie1: $(objpfx)tst-pie1.o $(objpfx)tst-piemod1.so -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link) \ -o $@ $(objpfx)tst-pie1.o $(objpfx)tst-piemod1.so \ $(common-objpfx)libc_nonshared.a + +generated += tst-pie1 tst-pie1.out tst-pie1.o endif check-textrel-CFLAGS = -O -Wall -D_XOPEN_SOURCE=600 -D_BSD_SOURCE $(objpfx)check-textrel: check-textrel.c $(native-compile) +check-localplt-CFLAGS = -O -Wall -D_GNU_SOURCE -std=gnu99 +$(objpfx)check-localplt: check-localplt.c + $(native-compile) + ifeq (yes,$(build-shared)) tests: $(objpfx)check-textrel.out @@ -750,6 +839,28 @@ generated += check-textrel check-textrel.out $(objpfx)tst-dlmodcount: $(libdl) $(objpfx)tst-dlmodcount.out: $(test-modules) +check-data := $(firstword $(wildcard \ + $(foreach M,$(config-machine) $(base-machine),\ + ../scripts/data/localplt-$M-$(config-os).data))) +ifneq (,$(check-data)) +tests: $(objpfx)check-localplt.out + +ifeq ($(have-thread-library),yes) +thread-dso := $(filter-out %_nonshared.a, $(shared-thread-library)) +endif + +$(objpfx)check-localplt.out: $(objpfx)check-localplt $(common-objpfx)libc.so \ + $(common-objpfx)math/libm.so $(thread-dso) \ + $(common-objpfx)rt/librt.so \ + $(common-objpfx)dlfcn/libdl.so \ + $(check-data) + $(objpfx)check-localplt $(common-objpfx)libc.so \ + $(common-objpfx)math/libm.so $(thread-dso) \ + $(common-objpfx)rt/librt.so \ + $(common-objpfx)dlfcn/libdl.so | \ + LC_ALL=C sort | \ + diff -u $(check-data) - > $@ +endif endif $(objpfx)tst-dlopenrpathmod.so: $(libdl) @@ -773,3 +884,37 @@ $(objpfx)tst-dlmopen2.out: $(objpfx)tst-dlmopen1mod.so $(objpfx)tst-dlmopen3: $(libdl) $(objpfx)tst-dlmopen3.out: $(objpfx)tst-dlmopen1mod.so + +$(objpfx)tst-audit1.out: $(objpfx)tst-auditmod1.so +tst-audit1-ENV = LD_AUDIT=$(objpfx)tst-auditmod1.so + +$(objpfx)tst-audit2.out: $(objpfx)tst-auditmod1.so +tst-audit2-ENV = LD_AUDIT=$(objpfx)tst-auditmod1.so + +$(objpfx)tst-global1: $(libdl) +$(objpfx)tst-global1.out: $(objpfx)testobj6.so $(objpfx)testobj2.so + +$(objpfx)order2: $(libdl) +$(objpfx)order2.out: $(objpfx)order2 $(objpfx)order2mod1.so \ + $(objpfx)order2mod2.so + $(elf-objpfx)$(rtld-installed-name) \ + --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \ + $(objpfx)order2 > $@ + (echo "12345" | cmp $@ -) > /dev/null +$(objpfx)order2mod1.so: $(objpfx)order2mod4.so +$(objpfx)order2mod4.so: $(objpfx)order2mod3.so +$(objpfx)order2mod2.so: $(objpfx)order2mod3.so +order2mod2.so-no-z-defs = yes + +tst-stackguard1-ARGS = --command "$(built-program-cmd) --child" +tst-stackguard1-static-ARGS = --command "$(objpfx)tst-stackguard1-static --child" + +$(objpfx)tst-leaks1: $(libdl) +$(objpfx)tst-leaks1-mem: $(objpfx)tst-leaks1.out + $(common-objpfx)malloc/mtrace $(objpfx)tst-leaks1.mtrace > $@ + +tst-leaks1-ENV = MALLOC_TRACE=$(objpfx)tst-leaks1.mtrace + +$(objpfx)tst-addr1: $(libdl) + +$(objpfx)tst-thrlock: $(libdl) $(shared-thread-library) diff --git a/elf/Versions b/elf/Versions index e24b2de04c..967ebdb3a5 100644 --- a/elf/Versions +++ b/elf/Versions @@ -19,7 +19,7 @@ libc { %endif GLIBC_PRIVATE { # functions used in other libraries - _dl_open; _dl_close; _dl_addr; + _dl_addr; _dl_sym; _dl_vsym; _dl_open_hook; __libc_dlopen_mode; __libc_dlsym; __libc_dlclose; @@ -43,6 +43,10 @@ ld { # runtime interface to TLS __tls_get_addr; } + GLIBC_2.4 { + # stack canary + __stack_chk_guard; + } GLIBC_PRIVATE { # Those are in the dynamic linker, but used by libc.so. __libc_enable_secure; @@ -53,8 +57,11 @@ ld { _dl_allocate_tls; _dl_deallocate_tls; _dl_get_tls_static_info; _dl_allocate_tls_init; _dl_tls_setup; _dl_rtld_di_serinfo; + _dl_tls_get_addr_soft; _dl_make_stack_executable; # Only here for gdb while a better method is developed. _dl_debug_state; + # Pointer protection. + __pointer_chk_guard; } } diff --git a/elf/cache.c b/elf/cache.c index 22ad55c612..6730fb36eb 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -1,22 +1,19 @@ -/* Copyright (C) 1999, 2000, 2001, 2002, 2003 - Free Software Foundation, Inc. +/* Copyright (C) 1999-2003,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger , 1999. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include @@ -32,8 +29,8 @@ #include #include -#include "ldconfig.h" -#include "dl-cache.h" +#include +#include struct cache_entry { @@ -99,7 +96,7 @@ print_entry (const char *lib, int flag, unsigned int osversion, break; } if (hwcap != 0) - printf (", hwcap: 0x%" PRIx64, hwcap); + printf (", hwcap: %#.16" PRIx64, hwcap); if (osversion != 0) { static const char *const abi_tag_os[] = @@ -108,7 +105,9 @@ print_entry (const char *lib, int flag, unsigned int osversion, [1] = "Hurd", [2] = "Solaris", [3] = "FreeBSD", - [4] = N_("Unknown OS") + [4] = "kNetBSD", + [5] = "Syllable", + [6] = N_("Unknown OS") }; #define MAXTAG (sizeof abi_tag_os / sizeof abi_tag_os[0] - 1) unsigned int os = osversion >> 24; @@ -421,7 +420,7 @@ save_cache (const char *cache_name) if (opt_format != 2) { if (write (fd, file_entries, file_entries_size) - != (ssize_t)file_entries_size) + != (ssize_t) file_entries_size) error (EXIT_FAILURE, errno, _("Writing of cache data failed")); } if (opt_format != 0) @@ -430,15 +429,16 @@ save_cache (const char *cache_name) if (opt_format != 2) { char zero[pad]; - if (write (fd, zero, pad) != (ssize_t)pad) + memset (zero, '\0', pad); + if (write (fd, zero, pad) != (ssize_t) pad) error (EXIT_FAILURE, errno, _("Writing of cache data failed")); } if (write (fd, file_entries_new, file_entries_new_size) - != (ssize_t)file_entries_new_size) + != (ssize_t) file_entries_new_size) error (EXIT_FAILURE, errno, _("Writing of cache data failed")); } - if (write (fd, strings, total_strlen) != (ssize_t)total_strlen) + if (write (fd, strings, total_strlen) != (ssize_t) total_strlen) error (EXIT_FAILURE, errno, _("Writing of cache data failed.")); close (fd); @@ -455,6 +455,7 @@ save_cache (const char *cache_name) cache_name); /* Free all allocated memory. */ + free (file_entries_new); free (file_entries); free (strings); diff --git a/elf/check-localplt.c b/elf/check-localplt.c new file mode 100644 index 0000000000..b4358a8a3f --- /dev/null +++ b/elf/check-localplt.c @@ -0,0 +1,299 @@ +/* Show local PLT use in DSOs. + Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contribute by Ulrich Drepper . 2006. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +#ifdef BITS + +# define AB(name) _AB (name, BITS) +# define _AB(name, bits) __AB (name, bits) +# define __AB(name, bits) name##bits +# define E(name) _E (name, BITS) +# define _E(name, bits) __E (name, bits) +# define __E(name, bits) Elf##bits##_##name +# define EE(name) _EE (name, BITS) +# define _EE(name, bits) __EE (name, bits) +# define __EE(name, bits) ELF##bits##_##name +# define SWAP(val) \ + ({ __typeof (val) __res; \ + if (((ehdr.e_ident[EI_DATA] == ELFDATA2MSB \ + && BYTE_ORDER == LITTLE_ENDIAN) \ + || (ehdr.e_ident[EI_DATA] == ELFDATA2LSB \ + && BYTE_ORDER == BIG_ENDIAN)) \ + && sizeof (val) != 1) \ + { \ + if (sizeof (val) == 2) \ + __res = bswap_16 (val); \ + else if (sizeof (val) == 4) \ + __res = bswap_32 (val); \ + else \ + __res = bswap_64 (val); \ + } \ + else \ + __res = (val); \ + __res; }) + + +static int +AB(handle_file) (const char *fname, int fd) +{ + E(Ehdr) ehdr; + + if (pread (fd, &ehdr, sizeof (ehdr), 0) != sizeof (ehdr)) + { + read_error: + printf ("%s: read error: %m\n", fname); + return 1; + } + + const size_t phnum = SWAP (ehdr.e_phnum); + const size_t phentsize = SWAP (ehdr.e_phentsize); + + /* Read the program header. */ + E(Phdr) *phdr = alloca (phentsize * phnum); + if (pread (fd, phdr, phentsize * phnum, SWAP (ehdr.e_phoff)) + != phentsize * phnum) + goto read_error; + + /* Search for the PT_DYNAMIC entry. */ + size_t cnt; + E(Phdr) *dynphdr = NULL; + for (cnt = 0; cnt < phnum; ++cnt) + if (SWAP (phdr[cnt].p_type) == PT_DYNAMIC) + { + dynphdr = &phdr[cnt]; + break; + } + + if (dynphdr == NULL) + { + printf ("%s: no DYNAMIC segment found\n", fname); + return 1; + } + + /* Read the dynamic segment. */ + size_t pmemsz = SWAP(dynphdr->p_memsz); + E(Dyn) *dyn = alloca (pmemsz); + if (pread64 (fd, dyn, pmemsz, SWAP(dynphdr->p_offset)) != pmemsz) + goto read_error; + + /* Search for an DT_PLTREL, DT_JMPREL, DT_PLTRELSZ, DT_STRTAB, + DT_STRSZ, and DT_SYMTAB entries. */ + size_t pltrel_idx = SIZE_MAX; + size_t jmprel_idx = SIZE_MAX; + size_t pltrelsz_idx = SIZE_MAX; + size_t strtab_idx = SIZE_MAX; + size_t strsz_idx = SIZE_MAX; + size_t symtab_idx = SIZE_MAX; + for (cnt = 0; (cnt + 1) * sizeof (E(Dyn)) - 1 < pmemsz; ++cnt) + { + unsigned int tag = SWAP (dyn[cnt].d_tag); + + if (tag == DT_NULL) + /* We reached the end. */ + break; + + if (tag == DT_PLTREL) + pltrel_idx = cnt; + else if (tag == DT_JMPREL) + jmprel_idx = cnt; + else if (tag == DT_PLTRELSZ) + pltrelsz_idx = cnt; + else if (tag == DT_STRTAB) + strtab_idx = cnt; + else if (tag == DT_STRSZ) + strsz_idx = cnt; + else if (tag == DT_SYMTAB) + symtab_idx = cnt; + } + + if (pltrel_idx == SIZE_MAX || jmprel_idx == SIZE_MAX + || pltrelsz_idx == SIZE_MAX || strtab_idx == SIZE_MAX + || strsz_idx == SIZE_MAX || symtab_idx == SIZE_MAX) + { + puts ("not all PLT information found"); + return 1; + } + + E(Xword) relsz = SWAP (dyn[pltrelsz_idx].d_un.d_val); + + void *relmem = NULL; + char *strtab = NULL; + E(Xword) symtab_offset = 0; + + /* Find the offset of DT_JMPREL and load the data. */ + for (cnt = 0; cnt < phnum; ++cnt) + if (SWAP (phdr[cnt].p_type) == PT_LOAD) + { + E(Addr) vaddr = SWAP (phdr[cnt].p_vaddr); + E(Xword) memsz = SWAP (phdr[cnt].p_memsz); + + if (vaddr <= SWAP (dyn[jmprel_idx].d_un.d_val) + && vaddr + memsz >= SWAP (dyn[jmprel_idx].d_un.d_val) + relsz) + { + relmem = alloca (SWAP (dyn[pltrelsz_idx].d_un.d_val)); + if (pread64 (fd, relmem, relsz, + SWAP (phdr[cnt].p_offset) + + SWAP (dyn[jmprel_idx].d_un.d_val) - vaddr) + != relsz) + { + puts ("cannot read JMPREL"); + return 1; + } + } + + if (vaddr <= SWAP (dyn[symtab_idx].d_un.d_val) + && vaddr + memsz > SWAP (dyn[symtab_idx].d_un.d_val)) + symtab_offset = (SWAP (phdr[cnt].p_offset) + + SWAP (dyn[symtab_idx].d_un.d_val) - vaddr); + + if (vaddr <= SWAP (dyn[strtab_idx].d_un.d_val) + && vaddr + memsz >= (SWAP (dyn[strtab_idx].d_un.d_val) + + SWAP(dyn[strsz_idx].d_un.d_val))) + { + strtab = alloca (SWAP(dyn[strsz_idx].d_un.d_val)); + if (pread64 (fd, strtab, SWAP(dyn[strsz_idx].d_un.d_val), + SWAP (phdr[cnt].p_offset) + + SWAP (dyn[strtab_idx].d_un.d_val) - vaddr) + != SWAP(dyn[strsz_idx].d_un.d_val)) + { + puts ("cannot read STRTAB"); + return 1; + } + } + } + + if (relmem == NULL || strtab == NULL || symtab_offset == 0) + { + puts ("couldn't load PLT data"); + return 1; + } + + if (SWAP (dyn[pltrel_idx].d_un.d_val) == DT_RELA) + for (E(Rela) *rela = relmem; (char *) rela - (char *) relmem < relsz; + ++rela) + { + E(Sym) sym; + + if (pread64 (fd, &sym, sizeof (sym), + symtab_offset + + EE(R_SYM) (SWAP (rela->r_info)) * sizeof (sym)) + != sizeof (sym)) + { + puts ("cannot read symbol"); + return 1; + } + + if (sym.st_value != 0) + /* This symbol is locally defined. */ + printf ("%s: %s\n", basename (fname), strtab + SWAP (sym.st_name)); + } + else + for (E(Rel) *rel = relmem; (char *) rel - (char *) relmem < relsz; ++rel) + { + E(Sym) sym; + + if (pread64 (fd, &sym, sizeof (sym), + symtab_offset + + EE(R_SYM) (SWAP (rel->r_info)) * sizeof (sym)) + != sizeof (sym)) + { + puts ("cannot read symbol"); + return 1; + } + + if (sym.st_value != 0) + /* This symbol is locally defined. */ + printf ("%s: %s\n", basename (fname), strtab + SWAP (sym.st_name)); + } + + return 0; +} + +# undef BITS +#else + +# define BITS 32 +# include "check-localplt.c" + +# define BITS 64 +# include "check-localplt.c" + + +static int +handle_file (const char *fname) +{ + int fd = open (fname, O_RDONLY); + if (fd == -1) + { + printf ("cannot open %s: %m\n", fname); + return 1; + } + + /* Read was is supposed to be the ELF header. Read the initial + bytes to determine whether this is a 32 or 64 bit file. */ + char ident[EI_NIDENT]; + if (read (fd, ident, EI_NIDENT) != EI_NIDENT) + { + printf ("%s: read error: %m\n", fname); + close (fd); + return 1; + } + + if (memcmp (&ident[EI_MAG0], ELFMAG, SELFMAG) != 0) + { + printf ("%s: not an ELF file\n", fname); + close (fd); + return 1; + } + + int result; + if (ident[EI_CLASS] == ELFCLASS64) + result = handle_file64 (fname, fd); + else + result = handle_file32 (fname, fd); + + close (fd); + + return result; +} + + +int +main (int argc, char *argv[]) +{ + int cnt; + int result = 0; + + for (cnt = 1; cnt < argc; ++cnt) + result |= handle_file (argv[cnt]); + + return result; +} +#endif diff --git a/elf/check-textrel.c b/elf/check-textrel.c index ec97e4b0c9..1a9a5ecdff 100644 --- a/elf/check-textrel.c +++ b/elf/check-textrel.c @@ -1,5 +1,5 @@ /* Check for text relocations in DSOs. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contribute by Ulrich Drepper . 2002. @@ -79,20 +79,36 @@ AB(handle_file) (const char *fname, int fd) /* Search for the PT_DYNAMIC entry. */ size_t cnt; + E(Phdr) *dynphdr = NULL; for (cnt = 0; cnt < phnum; ++cnt) if (SWAP (phdr[cnt].p_type) == PT_DYNAMIC) - break; + dynphdr = &phdr[cnt]; + else if (SWAP (phdr[cnt].p_type) == PT_LOAD + && (SWAP (phdr[cnt].p_flags) & (PF_X | PF_W)) == (PF_X | PF_W)) + { + printf ("%s: segment %zu is executable and writable\n", + fname, cnt); +#if !defined __sparc__ \ + && !defined __alpha__ \ + && (!defined __powerpc__ || defined __powerpc64__ || defined HAVE_PPC_SECURE_PLT) + /* sparc, sparc64, alpha and powerpc32 (the last one only when using + -mbss-plt) are expected to have PF_X | PF_W segment containing .plt + section, it is part of their ABI. It is bad security wise, nevertheless + this test shouldn't fail because of this. */ + return 1; +#endif + } - if (cnt == phnum) + if (dynphdr == NULL) { printf ("%s: no DYNAMIC segment found\n", fname); return 1; } /* Read the dynamic segment. */ - size_t pmemsz = SWAP(phdr[cnt].p_memsz); + size_t pmemsz = SWAP(dynphdr->p_memsz); E(Dyn) *dyn = alloca (pmemsz); - if (pread (fd, dyn, pmemsz, SWAP(phdr[cnt].p_offset)) != pmemsz) + if (pread (fd, dyn, pmemsz, SWAP(dynphdr->p_offset)) != pmemsz) goto read_error; /* Search for an DT_TEXTREL entry of DT_FLAGS with the DF_TEXTREL diff --git a/elf/chroot_canon.c b/elf/chroot_canon.c index d29a032163..3ef2fdf08f 100644 --- a/elf/chroot_canon.c +++ b/elf/chroot_canon.c @@ -1,22 +1,20 @@ /* Return the canonical absolute name of a given file inside chroot. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2004 - Free Software Foundation, Inc. + Copyright (C) 1996,1997,1998,1999,2000,2001,2004,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include @@ -28,7 +26,7 @@ #include #include -#include "ldconfig.h" +#include #ifndef PATH_MAX #define PATH_MAX 1024 diff --git a/elf/circleload1.c b/elf/circleload1.c index 7ac101a799..990ff84a84 100644 --- a/elf/circleload1.c +++ b/elf/circleload1.c @@ -5,6 +5,8 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + static int check_loaded_objects (const char **loaded) { @@ -24,10 +26,10 @@ check_loaded_objects (const char **loaded) printf(" Name\n"); printf(" --------------------------------------------------------\n"); - for (lm = _r_debug.r_map; lm; lm = lm->l_next) + for (lm = MAPS; lm; lm = lm->l_next) { if (lm->l_name && lm->l_name[0]) - printf(" %s, count = %d\n", lm->l_name, (int) lm->l_opencount); + printf(" %s, count = %d\n", lm->l_name, (int) lm->l_direct_opencount); if (lm->l_type == lt_loaded && lm->l_name) { int match = 0; @@ -72,9 +74,9 @@ load_dso (const char **loading, int undef, int flag) printf ("\nThis is what is in memory now:\n"); errors += check_loaded_objects (loaded); - printf ("Loading shared object %s: %s\n", loading [0], + printf ("Loading shared object %s: %s\n", loading[0], flag == RTLD_LAZY ? "RTLD_LAZY" : "RTLD_NOW"); - obj = dlopen (loading [0], flag); + obj = dlopen (loading[0], flag); if (obj == NULL) { if (flag == RTLD_LAZY) @@ -120,15 +122,15 @@ load_dso (const char **loading, int undef, int flag) } } - loaded[0] = loading [0]; - loaded[1] = loading [1]; - loaded[2] = loading [2]; + loaded[0] = loading[0]; + loaded[1] = loading[1]; + loaded[2] = loading[2]; } errors += check_loaded_objects (loaded); if (obj) { - printf ("UnLoading shared object %s\n", loading [0]); + printf ("UnLoading shared object %s\n", loading[0]); dlclose (obj); loaded[0] = NULL; loaded[1] = NULL; @@ -145,15 +147,15 @@ main (void) int errors = 0; const char *loading[3]; - loading [0] = "circlemod1a.so"; - loading [1] = "circlemod2a.so"; - loading [2] = "circlemod3a.so"; + loading[0] = "circlemod1a.so"; + loading[1] = "circlemod2a.so"; + loading[2] = "circlemod3a.so"; errors += load_dso (loading, 0, RTLD_LAZY); errors += load_dso (loading, 0, RTLD_NOW); - loading [0] = "circlemod1.so"; - loading [1] = "circlemod2.so"; - loading [2] = "circlemod3.so"; + loading[0] = "circlemod1.so"; + loading[1] = "circlemod2.so"; + loading[2] = "circlemod3.so"; errors += load_dso (loading, 1, RTLD_LAZY); errors += load_dso (loading, 1, RTLD_NOW); diff --git a/elf/dl-addr.c b/elf/dl-addr.c index 685cab9be8..7dbf716cfa 100644 --- a/elf/dl-addr.c +++ b/elf/dl-addr.c @@ -1,5 +1,5 @@ /* Locate the shared object symbol nearest a given address. - Copyright (C) 1996-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,61 +22,62 @@ #include -int -internal_function -_dl_addr (const void *address, Dl_info *info, - struct link_map **mapp, const ElfW(Sym) **symbolp) +static void +__attribute ((always_inline)) +determine_info (const ElfW(Addr) addr, struct link_map *match, Dl_info *info, + struct link_map **mapp, const ElfW(Sym) **symbolp) { - const ElfW(Addr) addr = DL_LOOKUP_ADDRESS (address); - struct link_map *match; - const ElfW(Sym) *symtab, *matchsym, *symtabend; - const char *strtab; - ElfW(Word) strtabsize; + /* Now we know what object the address lies in. */ + info->dli_fname = match->l_name; + info->dli_fbase = (void *) match->l_map_start; - /* Protect against concurrent loads and unloads. */ - __rtld_lock_lock_recursive (GL(dl_load_lock)); + /* If this is the main program the information is incomplete. */ + if (__builtin_expect (match->l_name[0], 'a') == '\0' + && match->l_type == lt_executable) + info->dli_fname = _dl_argv[0]; - /* Find the highest-addressed object that ADDRESS is not below. */ - match = NULL; - for (Lmid_t ns = 0; ns < DL_NNS; ++ns) - for (struct link_map *l = GL(dl_ns)[ns]._ns_loaded; l; l = l->l_next) - if (addr >= l->l_map_start && addr < l->l_map_end) + const ElfW(Sym) *symtab + = (const ElfW(Sym) *) D_PTR (match, l_info[DT_SYMTAB]); + const char *strtab = (const char *) D_PTR (match, l_info[DT_STRTAB]); + + ElfW(Word) strtabsize = match->l_info[DT_STRSZ]->d_un.d_val; + + const ElfW(Sym) *matchsym = NULL; + if (match->l_info[DT_ADDRTAGIDX (DT_GNU_HASH) + DT_NUM + DT_THISPROCNUM + + DT_VERSIONTAGNUM + DT_EXTRANUM + DT_VALNUM] != NULL) + { + /* We look at all symbol table entries referenced by the hash + table. */ + for (Elf_Symndx bucket = 0; bucket < match->l_nbuckets; ++bucket) { - /* We know ADDRESS lies within L if in any shared object. - Make sure it isn't past the end of L's segments. */ - size_t n = l->l_phnum; - if (n > 0) + Elf32_Word symndx = match->l_gnu_buckets[bucket]; + if (symndx != 0) { + const Elf32_Word *hasharr = &match->l_gnu_chain_zero[symndx]; + do - --n; - while (l->l_phdr[n].p_type != PT_LOAD); - if (addr >= (l->l_addr + - l->l_phdr[n].p_vaddr + l->l_phdr[n].p_memsz)) - /* Off the end of the highest-addressed shared object. */ - continue; + { + /* The hash table never references local symbols so + we can omit that test here. */ + if ((symtab[symndx].st_shndx != SHN_UNDEF + || symtab[symndx].st_value != 0) +#ifdef USE_TLS + && ELFW(ST_TYPE) (symtab[symndx].st_info) != STT_TLS +#endif + && DL_ADDR_SYM_MATCH (match, &symtab[symndx], + matchsym, addr) + && symtab[symndx].st_name < strtabsize) + matchsym = (ElfW(Sym) *) &symtab[symndx]; + + ++symndx; + } + while ((*hasharr++ & 1u) == 0); } - - match = l; - break; } - - int result = 0; - if (match != NULL) + } + else { - /* Now we know what object the address lies in. */ - info->dli_fname = match->l_name; - info->dli_fbase = (void *) match->l_map_start; - - /* If this is the main program the information is incomplete. */ - if (__builtin_expect (match->l_name[0], 'a') == '\0' - && match->l_type == lt_executable) - info->dli_fname = _dl_argv[0]; - - symtab = (const void *) D_PTR (match, l_info[DT_SYMTAB]); - strtab = (const void *) D_PTR (match, l_info[DT_STRTAB]); - - strtabsize = match->l_info[DT_STRSZ]->d_un.d_val; - + const ElfW(Sym) *symtabend; if (match->l_info[DT_HASH] != NULL) symtabend = (symtab + ((Elf_Symndx *) D_PTR (match, l_info[DT_HASH]))[1]); @@ -87,49 +88,83 @@ _dl_addr (const void *address, Dl_info *info, the string table which generally follows the symbol table. */ symtabend = (const ElfW(Sym) *) strtab; - /* We assume that the string table follows the symbol table, - because there is no way in ELF to know the size of the - dynamic symbol table!! */ - for (matchsym = NULL; (void *) symtab < (void *) symtabend; ++symtab) - if (addr >= match->l_addr + symtab->st_value -#if defined USE_TLS + for (; (void *) symtab < (void *) symtabend; ++symtab) + if ((ELFW(ST_BIND) (symtab->st_info) == STB_GLOBAL + || ELFW(ST_BIND) (symtab->st_info) == STB_WEAK) +#ifdef USE_TLS && ELFW(ST_TYPE) (symtab->st_info) != STT_TLS #endif - && ((symtab->st_size == 0 - && addr == match->l_addr + symtab->st_value) - || addr < match->l_addr + symtab->st_value + symtab->st_size) - && symtab->st_name < strtabsize - && (matchsym == NULL || matchsym->st_value < symtab->st_value) - && (ELFW(ST_BIND) (symtab->st_info) == STB_GLOBAL - || ELFW(ST_BIND) (symtab->st_info) == STB_WEAK)) + && (symtab->st_shndx != SHN_UNDEF + || symtab->st_value != 0) + && DL_ADDR_SYM_MATCH (match, symtab, matchsym, addr) + && symtab->st_name < strtabsize) matchsym = (ElfW(Sym) *) symtab; + } - if (mapp) - *mapp = match; - if (symbolp) - *symbolp = matchsym; + if (mapp) + *mapp = match; + if (symbolp) + *symbolp = matchsym; - if (matchsym) - { - /* We found a symbol close by. Fill in its name and exact - address. */ - lookup_t matchl = LOOKUP_VALUE (match); + if (matchsym) + { + /* We found a symbol close by. Fill in its name and exact + address. */ + lookup_t matchl = LOOKUP_VALUE (match); - info->dli_sname = strtab + matchsym->st_name; - info->dli_saddr = DL_SYMBOL_ADDRESS (matchl, matchsym); - } - else + info->dli_sname = strtab + matchsym->st_name; + info->dli_saddr = DL_SYMBOL_ADDRESS (matchl, matchsym); + } + else + { + /* No symbol matches. We return only the containing object. */ + info->dli_sname = NULL; + info->dli_saddr = NULL; + } +} + + +int +internal_function +_dl_addr (const void *address, Dl_info *info, + struct link_map **mapp, const ElfW(Sym) **symbolp) +{ + const ElfW(Addr) addr = DL_LOOKUP_ADDRESS (address); + int result = 0; + + /* Protect against concurrent loads and unloads. */ + __rtld_lock_lock_recursive (GL(dl_load_lock)); + + /* Find the highest-addressed object that ADDRESS is not below. */ + for (Lmid_t ns = 0; ns < DL_NNS; ++ns) + for (struct link_map *l = GL(dl_ns)[ns]._ns_loaded; l; l = l->l_next) + if (addr >= l->l_map_start && addr < l->l_map_end + && (l->l_contiguous || _dl_addr_inside_object (l, addr))) { - /* No symbol matches. We return only the containing object. */ - info->dli_sname = NULL; - info->dli_saddr = NULL; + determine_info (addr, l, info, mapp, symbolp); + result = 1; + goto out; } - result = 1; - } - + out: __rtld_lock_unlock_recursive (GL(dl_load_lock)); return result; } libc_hidden_def (_dl_addr) + +/* Return non-zero if ADDR lies within one of L's segments. */ +int +internal_function +_dl_addr_inside_object (struct link_map *l, const ElfW(Addr) addr) +{ + int n = l->l_phnum; + const ElfW(Addr) reladdr = addr - l->l_addr; + + while (--n >= 0) + if (l->l_phdr[n].p_type == PT_LOAD + && reladdr - l->l_phdr[n].p_vaddr >= 0 + && reladdr - l->l_phdr[n].p_vaddr < l->l_phdr[n].p_memsz) + return 1; + return 0; +} diff --git a/sysdeps/generic/dl-brk.c b/elf/dl-brk.c similarity index 100% rename from sysdeps/generic/dl-brk.c rename to elf/dl-brk.c diff --git a/sysdeps/generic/dl-cache.c b/elf/dl-cache.c similarity index 98% rename from sysdeps/generic/dl-cache.c rename to elf/dl-cache.c index 29886e194a..fc7d9916c6 100644 --- a/sysdeps/generic/dl-cache.c +++ b/elf/dl-cache.c @@ -1,5 +1,5 @@ /* Support for reading /etc/ld.so.cache files written by Linux ldconfig. - Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -264,7 +264,7 @@ _dl_load_cache_lookup (const char *name) #define HWCAP_CHECK \ if (GLRO(dl_osversion) && lib->osversion > GLRO(dl_osversion)) \ continue; \ - if (_DL_PLATFORMS_COUNT && platform != -1 \ + if (_DL_PLATFORMS_COUNT \ && (lib->hwcap & _DL_HWCAP_PLATFORM) != 0 \ && (lib->hwcap & _DL_HWCAP_PLATFORM) != platform) \ continue; \ diff --git a/elf/dl-close.c b/elf/dl-close.c index c823b17642..5cd8b9be2d 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.c @@ -1,5 +1,5 @@ /* Close a shared object opened by `_dl_open'. - Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,20 +19,29 @@ #include #include +#include #include +#include #include #include #include +#include #include #include #include #include +#include +#include /* Type of the constructor functions. */ typedef void (*fini_t) (void); +/* Special l_idx value used to indicate which objects remain loaded. */ +#define IDX_STILL_USED -1 + + #ifdef USE_TLS /* Returns true we an non-empty was found. */ static bool @@ -99,187 +108,156 @@ remove_slotinfo (size_t idx, struct dtv_slotinfo_list *listp, size_t disp, void -internal_function -_dl_close (void *_map) +_dl_close_worker (struct link_map *map) { - struct reldep_list - { - struct link_map **rellist; - unsigned int nrellist; - unsigned int nhandled; - struct reldep_list *next; - bool handled[0]; - } *reldeps = NULL; - struct link_map **list; - struct link_map *map = _map; - unsigned int i; - unsigned int *new_opencount; -#ifdef USE_TLS - bool any_tls = false; -#endif - - /* First see whether we can remove the object at all. */ - if (__builtin_expect (map->l_flags_1 & DF_1_NODELETE, 0) - && map->l_init_called) - /* Nope. Do nothing. */ - return; - - if (__builtin_expect (map->l_opencount, 1) == 0) - GLRO(dl_signal_error) (0, map->l_name, NULL, N_("shared object not open")); - - /* Acquire the lock. */ - __rtld_lock_lock_recursive (GL(dl_load_lock)); - /* One less direct use. */ - assert (map->l_direct_opencount > 0); --map->l_direct_opencount; - /* Decrement the reference count. */ - if (map->l_opencount > 1 || map->l_type != lt_loaded) + /* If _dl_close is called recursively (some destructor call dlclose), + just record that the parent _dl_close will need to do garbage collection + again and return. */ + static enum { not_pending, pending, rerun } dl_close_state; + + if (map->l_direct_opencount > 0 || map->l_type != lt_loaded + || dl_close_state != not_pending) { + if (map->l_direct_opencount == 0 && map->l_type == lt_loaded) + dl_close_state = rerun; + /* There are still references to this object. Do nothing more. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)) - GLRO(dl_debug_printf) ("\nclosing file=%s; opencount == %u\n", - map->l_name, map->l_opencount); + _dl_debug_printf ("\nclosing file=%s; direct_opencount=%u\n", + map->l_name, map->l_direct_opencount); - /* Decrement the object's reference counter, not the dependencies'. */ - --map->l_opencount; - - /* If the direct use counter reaches zero we have to decrement - all the dependencies' usage counter. */ - if (map->l_direct_opencount == 0) - for (i = 1; i < map->l_searchlist.r_nlist; ++i) - --map->l_searchlist.r_list[i]->l_opencount; - - __rtld_lock_unlock_recursive (GL(dl_load_lock)); return; } - list = map->l_initfini; - - /* Compute the new l_opencount values. */ - i = map->l_searchlist.r_nlist; - if (__builtin_expect (i == 0, 0)) - /* This can happen if we handle relocation dependencies for an - object which wasn't loaded directly. */ - for (i = 1; list[i] != NULL; ++i) - ; + Lmid_t nsid = map->l_ns; + struct link_namespaces *ns = &GL(dl_ns)[nsid]; - unsigned int nopencount = i; - new_opencount = (unsigned int *) alloca (i * sizeof (unsigned int)); + retry: + dl_close_state = pending; - for (i = 0; list[i] != NULL; ++i) +#ifdef USE_TLS + bool any_tls = false; +#endif + const unsigned int nloaded = ns->_ns_nloaded; + char used[nloaded]; + char done[nloaded]; + struct link_map *maps[nloaded]; + + /* Run over the list and assign indexes to the link maps and enter + them into the MAPS array. */ + int idx = 0; + for (struct link_map *l = ns->_ns_loaded; l != NULL; l = l->l_next) { - list[i]->l_idx = i; - new_opencount[i] = list[i]->l_opencount; + l->l_idx = idx; + maps[idx] = l; + ++idx; } - --new_opencount[0]; - for (i = 1; list[i] != NULL; ++i) - if ((list[i]->l_flags_1 & DF_1_NODELETE) == 0 - /* Decrement counter. */ - && (assert (new_opencount[i] > 0), --new_opencount[i] == 0)) - { - void mark_removed (struct link_map *remmap) - { - /* Test whether this object was also loaded directly. */ - if (remmap->l_searchlist.r_list != NULL - && remmap->l_direct_opencount > 0) - { - /* In this case we have to decrement all the dependencies of - this object. They are all in MAP's dependency list. */ - unsigned int j; - struct link_map **dep_list = remmap->l_searchlist.r_list; - - for (j = 1; j < remmap->l_searchlist.r_nlist; ++j) - if (! (dep_list[j]->l_flags_1 & DF_1_NODELETE) - || ! dep_list[j]->l_init_called) + assert (idx == nloaded); + + /* Prepare the bitmaps. */ + memset (used, '\0', sizeof (used)); + memset (done, '\0', sizeof (done)); + + /* Keep track of the lowest index link map we have covered already. */ + int done_index = -1; + while (++done_index < nloaded) + { + struct link_map *l = maps[done_index]; + + if (done[done_index]) + /* Already handled. */ + continue; + + /* Check whether this object is still used. */ + if (l->l_type == lt_loaded + && l->l_direct_opencount == 0 + && (l->l_flags_1 & DF_1_NODELETE) == 0 + && !used[done_index]) + continue; + + /* We need this object and we handle it now. */ + done[done_index] = 1; + used[done_index] = 1; + /* Signal the object is still needed. */ + l->l_idx = IDX_STILL_USED; + + /* Mark all dependencies as used. */ + if (l->l_initfini != NULL) + { + struct link_map **lp = &l->l_initfini[1]; + while (*lp != NULL) + { + if ((*lp)->l_idx != IDX_STILL_USED) { - assert (dep_list[j]->l_idx < map->l_searchlist.r_nlist); - assert (new_opencount[dep_list[j]->l_idx] > 0); - if (--new_opencount[dep_list[j]->l_idx] == 0) + assert ((*lp)->l_idx >= 0 && (*lp)->l_idx < nloaded); + + if (!used[(*lp)->l_idx]) { - assert (dep_list[j]->l_type == lt_loaded); - mark_removed (dep_list[j]); + used[(*lp)->l_idx] = 1; + if ((*lp)->l_idx - 1 < done_index) + done_index = (*lp)->l_idx - 1; } } - } - if (remmap->l_reldeps != NULL) + ++lp; + } + } + /* And the same for relocation dependencies. */ + if (l->l_reldeps != NULL) + for (unsigned int j = 0; j < l->l_reldepsact; ++j) + { + struct link_map *jmap = l->l_reldeps[j]; + + if (jmap->l_idx != IDX_STILL_USED) { - unsigned int j; - for (j = 0; j < remmap->l_reldepsact; ++j) + assert (jmap->l_idx >= 0 && jmap->l_idx < nloaded); + + if (!used[jmap->l_idx]) { - struct link_map *depmap = remmap->l_reldeps[j]; - - /* Find out whether this object is in our list. */ - if (depmap->l_idx < nopencount - && list[depmap->l_idx] == depmap) - { - /* Yes, it is. If is has a search list, make a - recursive call to handle this. */ - if (depmap->l_searchlist.r_list != NULL) - { - assert (new_opencount[depmap->l_idx] > 0); - if (--new_opencount[depmap->l_idx] == 0) - { - /* This one is now gone, too. */ - assert (depmap->l_type == lt_loaded); - mark_removed (depmap); - } - } - else - { - /* Otherwise we have to handle the dependency - deallocation here. */ - unsigned int k; - for (k = 0; depmap->l_initfini[k] != NULL; ++k) - { - struct link_map *rl = depmap->l_initfini[k]; - - if (rl->l_idx < nopencount - && list[rl->l_idx] == rl) - { - assert (new_opencount[rl->l_idx] > 0); - if (--new_opencount[rl->l_idx] == 0) - { - /* Another module to remove. */ - assert (rl->l_type == lt_loaded); - mark_removed (rl); - } - } - else - { - assert (rl->l_opencount > 0); - if (--rl->l_opencount == 0) - mark_removed (rl); - } - } - } - } + used[jmap->l_idx] = 1; + if (jmap->l_idx - 1 < done_index) + done_index = jmap->l_idx - 1; } } } + } - mark_removed (list[i]); - } - assert (new_opencount[0] == 0); + /* Sort the entries. */ + _dl_sort_fini (ns->_ns_loaded, maps, nloaded, used, nsid); /* Call all termination functions at once. */ - for (i = 0; list[i] != NULL; ++i) +#ifdef SHARED + bool do_audit = GLRO(dl_naudit) > 0 && !ns->_ns_loaded->l_auditing; +#endif + bool unload_any = false; + bool scope_mem_left = false; + unsigned int unload_global = 0; + unsigned int first_loaded = ~0; + for (unsigned int i = 0; i < nloaded; ++i) { - struct link_map *imap = list[i]; - if (new_opencount[i] == 0 && imap->l_type == lt_loaded - && (imap->l_flags_1 & DF_1_NODELETE) == 0) + struct link_map *imap = maps[i]; + + /* All elements must be in the same namespace. */ + assert (imap->l_ns == nsid); + + if (!used[i]) { - /* When debugging print a message first. */ - if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_IMPCALLS, 0)) - GLRO(dl_debug_printf) ("\ncalling fini: %s [%lu]\n\n", - imap->l_name, imap->l_ns); + assert (imap->l_type == lt_loaded + && (imap->l_flags_1 & DF_1_NODELETE) == 0); /* Call its termination function. Do not do it for half-cooked objects. */ if (imap->l_init_called) { + /* When debugging print a message first. */ + if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_IMPCALLS, + 0)) + _dl_debug_printf ("\ncalling fini: %s [%lu]\n\n", + imap->l_name, nsid); + if (imap->l_info[DT_FINI_ARRAY] != NULL) { ElfW(Addr) *array = @@ -299,75 +277,235 @@ _dl_close (void *_map) + imap->l_info[DT_FINI]->d_un.d_ptr))) (); } - /* This object must not be used anymore. We must remove the - reference from the scope. */ - unsigned int j; - struct link_map **searchlist = map->l_searchlist.r_list; - unsigned int nsearchlist = map->l_searchlist.r_nlist; +#ifdef SHARED + /* Auditing checkpoint: we have a new object. */ + if (__builtin_expect (do_audit, 0)) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->objclose != NULL) + /* Return value is ignored. */ + (void) afct->objclose (&imap->l_audit[cnt].cookie); -#ifndef NDEBUG - bool found = false; + afct = afct->next; + } + } #endif - for (j = 0; j < nsearchlist; ++j) - if (imap == searchlist[j]) - { - /* This is the object to remove. Copy all the - following ones. */ - while (++j < nsearchlist) - searchlist[j - 1] = searchlist[j]; - searchlist[j - 1] = NULL; + /* This object must not be used anymore. */ + imap->l_removed = 1; - --map->l_searchlist.r_nlist; + /* We indeed have an object to remove. */ + unload_any = true; -#ifndef NDEBUG - found = true; -#endif - break; - } - assert (found); + if (imap->l_global) + ++unload_global; + + /* Remember where the first dynamically loaded object is. */ + if (i < first_loaded) + first_loaded = i; } - else if (new_opencount[i] != 0 && imap->l_type == lt_loaded - && imap->l_searchlist.r_list == NULL - && imap->l_initfini != NULL) + /* Else used[i]. */ + else if (imap->l_type == lt_loaded) { - /* The object is still used. But the object we are - unloading right now is responsible for loading it. If - the current object does not have it's own scope yet we - have to create one. This has to be done before running - the finalizers. - - To do this count the number of dependencies. */ - unsigned int cnt; - for (cnt = 1; imap->l_initfini[cnt] != NULL; ++cnt) - if (imap->l_initfini[cnt]->l_idx >= i - && imap->l_initfini[cnt]->l_idx < nopencount) - ++new_opencount[imap->l_initfini[cnt]->l_idx]; - else - ++imap->l_initfini[cnt]->l_opencount; + struct r_scope_elem *new_list = NULL; - /* We simply reuse the l_initfini list. */ - imap->l_searchlist.r_list = &imap->l_initfini[cnt + 1]; - imap->l_searchlist.r_nlist = cnt; + if (imap->l_searchlist.r_list == NULL && imap->l_initfini != NULL) + { + /* The object is still used. But one of the objects we are + unloading right now is responsible for loading it. If + the current object does not have it's own scope yet we + have to create one. This has to be done before running + the finalizers. + + To do this count the number of dependencies. */ + unsigned int cnt; + for (cnt = 1; imap->l_initfini[cnt] != NULL; ++cnt) + ; + + /* We simply reuse the l_initfini list. */ + imap->l_searchlist.r_list = &imap->l_initfini[cnt + 1]; + imap->l_searchlist.r_nlist = cnt; + + new_list = &imap->l_searchlist; + } - for (cnt = 0; imap->l_scope[cnt] != NULL; ++cnt) - if (imap->l_scope[cnt] == &map->l_searchlist) + /* Count the number of scopes which remain after the unload. + When we add the local search list count it. Always add + one for the terminating NULL pointer. */ + size_t remain = (new_list != NULL) + 1; + bool removed_any = false; + for (size_t cnt = 0; imap->l_scope[cnt] != NULL; ++cnt) + /* This relies on l_scope[] entries being always set either + to its own l_symbolic_searchlist address, or some map's + l_searchlist address. */ + if (imap->l_scope[cnt] != &imap->l_symbolic_searchlist) { - imap->l_scope[cnt] = &imap->l_searchlist; - break; + struct link_map *tmap = (struct link_map *) + ((char *) imap->l_scope[cnt] + - offsetof (struct link_map, l_searchlist)); + assert (tmap->l_ns == nsid); + if (tmap->l_idx == IDX_STILL_USED) + ++remain; + else + removed_any = true; } + else + ++remain; + + if (removed_any) + { + /* Always allocate a new array for the scope. This is + necessary since we must be able to determine the last + user of the current array. If possible use the link map's + memory. */ + size_t new_size; + struct r_scope_elem **newp; + +#define SCOPE_ELEMS(imap) \ + (sizeof (imap->l_scope_mem) / sizeof (imap->l_scope_mem[0])) + + if (imap->l_scope != imap->l_scope_mem + && remain < SCOPE_ELEMS (imap)) + { + new_size = SCOPE_ELEMS (imap); + newp = imap->l_scope_mem; + } + else + { + new_size = imap->l_scope_max; + newp = (struct r_scope_elem **) + malloc (new_size * sizeof (struct r_scope_elem *)); + if (newp == NULL) + _dl_signal_error (ENOMEM, "dlclose", NULL, + N_("cannot create scope list")); + } + + /* Copy over the remaining scope elements. */ + remain = 0; + for (size_t cnt = 0; imap->l_scope[cnt] != NULL; ++cnt) + { + if (imap->l_scope[cnt] != &imap->l_symbolic_searchlist) + { + struct link_map *tmap = (struct link_map *) + ((char *) imap->l_scope[cnt] + - offsetof (struct link_map, l_searchlist)); + if (tmap->l_idx != IDX_STILL_USED) + { + /* Remove the scope. Or replace with own map's + scope. */ + if (new_list != NULL) + { + newp[remain++] = new_list; + new_list = NULL; + } + continue; + } + } + + newp[remain++] = imap->l_scope[cnt]; + } + newp[remain] = NULL; + + struct r_scope_elem **old = imap->l_scope; + + imap->l_scope = newp; + + /* No user anymore, we can free it now. */ + if (old != imap->l_scope_mem) + { + if (_dl_scope_free (old)) + /* If _dl_scope_free used THREAD_GSCOPE_WAIT (), + no need to repeat it. */ + scope_mem_left = false; + } + else + scope_mem_left = true; + + imap->l_scope_max = new_size; + } + + /* The loader is gone, so mark the object as not having one. + Note: l_idx != IDX_STILL_USED -> object will be removed. */ + if (imap->l_loader != NULL + && imap->l_loader->l_idx != IDX_STILL_USED) + imap->l_loader = NULL; + + /* Remember where the first dynamically loaded object is. */ + if (i < first_loaded) + first_loaded = i; } + } + + /* If there are no objects to unload, do nothing further. */ + if (!unload_any) + goto out; - /* Store the new l_opencount value. */ - imap->l_opencount = new_opencount[i]; +#ifdef SHARED + /* Auditing checkpoint: we will start deleting objects. */ + if (__builtin_expect (do_audit, 0)) + { + struct link_map *head = ns->_ns_loaded; + struct audit_ifaces *afct = GLRO(dl_audit); + /* Do not call the functions for any auditing object. */ + if (head->l_auditing == 0) + { + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->activity != NULL) + afct->activity (&head->l_audit[cnt].cookie, LA_ACT_DELETE); - /* Just a sanity check. */ - assert (imap->l_type == lt_loaded || imap->l_opencount > 0); + afct = afct->next; + } + } } +#endif /* Notify the debugger we are about to remove some loaded objects. */ - _r_debug.r_state = RT_DELETE; - GLRO(dl_debug_state) (); + struct r_debug *r = _dl_debug_initialize (0, nsid); + r->r_state = RT_DELETE; + _dl_debug_state (); + + if (unload_global) + { + /* Some objects are in the global scope list. Remove them. */ + struct r_scope_elem *ns_msl = ns->_ns_main_searchlist; + unsigned int i; + unsigned int j = 0; + unsigned int cnt = ns_msl->r_nlist; + + while (cnt > 0 && ns_msl->r_list[cnt - 1]->l_removed) + --cnt; + + if (cnt + unload_global == ns_msl->r_nlist) + /* Speed up removing most recently added objects. */ + j = cnt; + else + for (i = 0; i < cnt; i++) + if (ns_msl->r_list[i]->l_removed == 0) + { + if (i != j) + ns_msl->r_list[j] = ns_msl->r_list[i]; + j++; + } + ns_msl->r_nlist = j; + } + + if (!RTLD_SINGLE_THREAD_P + && (unload_global + || scope_mem_left + || (GL(dl_scope_free_list) != NULL + && GL(dl_scope_free_list)->count))) + { + struct dl_scope_free_list *fsl; + + THREAD_GSCOPE_WAIT (); + /* Now we can free any queued old scopes. */ + if ((fsl = GL(dl_scope_free_list)) != NULL) + while (fsl->count > 0) + free (fsl->list[--fsl->count]); + } #ifdef USE_TLS size_t tls_free_start; @@ -377,34 +515,15 @@ _dl_close (void *_map) /* Check each element of the search list to see if all references to it are gone. */ - for (i = 0; list[i] != NULL; ++i) + for (unsigned int i = first_loaded; i < nloaded; ++i) { - struct link_map *imap = list[i]; - if (imap->l_opencount == 0 && imap->l_type == lt_loaded) + struct link_map *imap = maps[i]; + if (!used[i]) { - struct libname_list *lnp; + assert (imap->l_type == lt_loaded); /* That was the last reference, and this was a dlopen-loaded object. We can unmap it. */ - if (__builtin_expect (imap->l_global, 0)) - { - /* This object is in the global scope list. Remove it. */ - unsigned int cnt - = GL(dl_ns)[imap->l_ns]._ns_main_searchlist->r_nlist; - - do - --cnt; - while (GL(dl_ns)[imap->l_ns]._ns_main_searchlist->r_list[cnt] - != imap); - - /* The object was already correctly registered. */ - while (++cnt - < GL(dl_ns)[imap->l_ns]._ns_main_searchlist->r_nlist) - GL(dl_ns)[imap->l_ns]._ns_main_searchlist->r_list[cnt - 1] - = GL(dl_ns)[imap->l_ns]._ns_main_searchlist->r_list[cnt]; - - --GL(dl_ns)[imap->l_ns]._ns_main_searchlist->r_nlist; - } #ifdef USE_TLS /* Remove the object from the dtv slotinfo array if it uses TLS. */ @@ -412,9 +531,10 @@ _dl_close (void *_map) { any_tls = true; - if (! remove_slotinfo (imap->l_tls_modid, - GL(dl_tls_dtv_slotinfo_list), 0, - imap->l_init_called)) + if (GL(dl_tls_dtv_slotinfo_list) != NULL + && ! remove_slotinfo (imap->l_tls_modid, + GL(dl_tls_dtv_slotinfo_list), 0, + imap->l_init_called)) /* All dynamically loaded modules with TLS are unloaded. */ GL(dl_tls_max_dtv_idx) = GL(dl_tls_static_nelem); @@ -499,12 +619,12 @@ _dl_close (void *_map) else { #ifdef SHARED - assert (imap->l_ns != LM_ID_BASE); + assert (nsid != LM_ID_BASE); #endif - GL(dl_ns)[imap->l_ns]._ns_loaded = imap->l_next; + ns->_ns_loaded = imap->l_next; } - --GL(dl_ns)[imap->l_ns]._ns_nloaded; + --ns->_ns_nloaded; if (imap->l_next != NULL) imap->l_next->l_prev = imap->l_prev; @@ -512,39 +632,18 @@ _dl_close (void *_map) if (imap->l_origin != (char *) -1) free ((char *) imap->l_origin); - /* If the object has relocation dependencies save this - information for latter. */ - if (__builtin_expect (imap->l_reldeps != NULL, 0)) - { - struct reldep_list *newrel; - - newrel = (struct reldep_list *) alloca (sizeof (*reldeps) - + (imap->l_reldepsact - * sizeof (bool))); - newrel->rellist = imap->l_reldeps; - newrel->nrellist = imap->l_reldepsact; - newrel->next = reldeps; - - newrel->nhandled = imap->l_reldepsact; - unsigned int j; - for (j = 0; j < imap->l_reldepsact; ++j) - { - /* Find out whether this object is in our list. */ - if (imap->l_reldeps[j]->l_idx < nopencount - && list[imap->l_reldeps[j]->l_idx] == imap->l_reldeps[j]) - /* Yes, it is. */ - newrel->handled[j] = true; - else - newrel->handled[j] = false; - } + free (imap->l_reldeps); - reldeps = newrel; - } + /* Print debugging message. */ + if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)) + _dl_debug_printf ("\nfile=%s [%lu]; destroying link map\n", + imap->l_name, imap->l_ns); /* This name always is allocated. */ free (imap->l_name); /* Remove the list with all the names of the shared object. */ - lnp = imap->l_libname; + + struct libname_list *lnp = imap->l_libname; do { struct libname_list *this = lnp; @@ -555,8 +654,7 @@ _dl_close (void *_map) while (lnp != NULL); /* Remove the searchlists. */ - if (imap != map) - free (imap->l_initfini); + free (imap->l_initfini); /* Remove the scope array if we allocated it. */ if (imap->l_scope != imap->l_scope_mem) @@ -579,40 +677,69 @@ _dl_close (void *_map) if (any_tls) { if (__builtin_expect (++GL(dl_tls_generation) == 0, 0)) - __libc_fatal (_("TLS generation counter wrapped! Please report as described in .")); + _dl_fatal_printf ("TLS generation counter wrapped! Please report as described in .\n"); if (tls_free_end == GL(dl_tls_static_used)) GL(dl_tls_static_used) = tls_free_start; } #endif +#ifdef SHARED + /* Auditing checkpoint: we have deleted all objects. */ + if (__builtin_expect (do_audit, 0)) + { + struct link_map *head = ns->_ns_loaded; + /* Do not call the functions for any auditing object. */ + if (head->l_auditing == 0) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->activity != NULL) + afct->activity (&head->l_audit[cnt].cookie, LA_ACT_CONSISTENT); + + afct = afct->next; + } + } + } +#endif + /* Notify the debugger those objects are finalized and gone. */ - _r_debug.r_state = RT_CONSISTENT; - GLRO(dl_debug_state) (); + r->r_state = RT_CONSISTENT; + _dl_debug_state (); - /* Now we can perhaps also remove the modules for which we had - dependencies because of symbol lookup. */ - while (__builtin_expect (reldeps != NULL, 0)) - { - while (reldeps->nrellist-- > 0) - /* Some of the relocation dependencies might be on the - dependency list of the object we are closing right now. - They were already handled. Do not close them again. */ - if (reldeps->nrellist < reldeps->nhandled - && ! reldeps->handled[reldeps->nrellist]) - _dl_close (reldeps->rellist[reldeps->nrellist]); + /* Recheck if we need to retry, release the lock. */ + out: + if (dl_close_state == rerun) + goto retry; - free (reldeps->rellist); + dl_close_state = not_pending; +} + + +void +_dl_close (void *_map) +{ + struct link_map *map = _map; - reldeps = reldeps->next; + /* First see whether we can remove the object at all. */ + if (__builtin_expect (map->l_flags_1 & DF_1_NODELETE, 0)) + { + assert (map->l_init_called); + /* Nope. Do nothing. */ + return; } - free (list); + if (__builtin_expect (map->l_direct_opencount, 1) == 0) + GLRO(dl_signal_error) (0, map->l_name, NULL, N_("shared object not open")); + + /* Acquire the lock. */ + __rtld_lock_lock_recursive (GL(dl_load_lock)); + + _dl_close_worker (map); - /* Release the lock. */ __rtld_lock_unlock_recursive (GL(dl_load_lock)); } -libc_hidden_def (_dl_close) #ifdef USE_TLS @@ -647,22 +774,22 @@ free_slotinfo (struct dtv_slotinfo_list **elemp) libc_freeres_fn (free_mem) { - for (Lmid_t ns = 0; ns < DL_NNS; ++ns) - if (__builtin_expect (GL(dl_ns)[ns]._ns_global_scope_alloc, 0) != 0 - && (GL(dl_ns)[ns]._ns_main_searchlist->r_nlist + for (Lmid_t nsid = 0; nsid < DL_NNS; ++nsid) + if (__builtin_expect (GL(dl_ns)[nsid]._ns_global_scope_alloc, 0) != 0 + && (GL(dl_ns)[nsid]._ns_main_searchlist->r_nlist // XXX Check whether we need NS-specific initial_searchlist == GLRO(dl_initial_searchlist).r_nlist)) { /* All object dynamically loaded by the program are unloaded. Free the memory allocated for the global scope variable. */ - struct link_map **old = GL(dl_ns)[ns]._ns_main_searchlist->r_list; + struct link_map **old = GL(dl_ns)[nsid]._ns_main_searchlist->r_list; /* Put the old map in. */ - GL(dl_ns)[ns]._ns_main_searchlist->r_list + GL(dl_ns)[nsid]._ns_main_searchlist->r_list // XXX Check whether we need NS-specific initial_searchlist = GLRO(dl_initial_searchlist).r_list; /* Signal that the original map is used. */ - GL(dl_ns)[ns]._ns_global_scope_alloc = 0; + GL(dl_ns)[nsid]._ns_global_scope_alloc = 0; /* Now free the old map. */ free (old); @@ -680,10 +807,14 @@ libc_freeres_fn (free_mem) free_slotinfo (&GL(dl_tls_dtv_slotinfo_list)); else # endif - /* The first element of the list does not have to be deallocated. + /* The first element of the list does not have to be deallocated. It was allocated in the dynamic linker (i.e., with a different malloc), and in the static library it's in .bss space. */ free_slotinfo (&GL(dl_tls_dtv_slotinfo_list)->next); } #endif + + void *scope_free_list = GL(dl_scope_free_list); + GL(dl_scope_free_list) = NULL; + free (scope_free_list); } diff --git a/elf/dl-conflict.c b/elf/dl-conflict.c index 4ced40f75e..9b49e77d28 100644 --- a/elf/dl-conflict.c +++ b/elf/dl-conflict.c @@ -1,5 +1,5 @@ /* Resolve conflicts against already prelinked libraries. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2001. @@ -34,8 +34,8 @@ _dl_resolve_conflicts (struct link_map *l, ElfW(Rela) *conflict, { #if ! ELF_MACHINE_NO_RELA if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_RELOC, 0)) - _dl_printf ("\nconflict processing: %s\n", - l->l_name[0] ? l->l_name : rtld_progname); + _dl_debug_printf ("\nconflict processing: %s\n", + l->l_name[0] ? l->l_name : rtld_progname); { /* Do the conflict relocation of the object and library GOT and other diff --git a/elf/dl-debug.c b/elf/dl-debug.c index bd6ee69189..2538364aec 100644 --- a/elf/dl-debug.c +++ b/elf/dl-debug.c @@ -1,5 +1,6 @@ /* Communicate dynamic linker state to the debugger at runtime. - Copyright (C) 1996, 1998, 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1996, 1998,2000,2002,2004,2005,2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +20,18 @@ #include + +/* These are the members in the public `struct link_map' type. + Sanity check that the internal type and the public type match. */ +#define VERIFY_MEMBER(name) \ + (offsetof (struct link_map_public, name) == offsetof (struct link_map, name)) +extern const int verify_link_map_members[(VERIFY_MEMBER (l_addr) + && VERIFY_MEMBER (l_name) + && VERIFY_MEMBER (l_ld) + && VERIFY_MEMBER (l_next) + && VERIFY_MEMBER (l_prev)) + ? 1 : -1]; + /* This structure communicates dl state to the debugger. The debugger normally finds it via the DT_DEBUG entry in the dynamic section, but in a statically-linked program there is no dynamic section for the debugger @@ -32,20 +45,25 @@ struct r_debug _r_debug; struct r_debug * internal_function -_dl_debug_initialize (ElfW(Addr) ldbase) +_dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns) { - if (_r_debug.r_brk == 0) + struct r_debug *r; + + if (ns == LM_ID_BASE) + r = &_r_debug; + else + r = &GL(dl_ns)[ns]._ns_debug; + + if (r->r_map == NULL || ldbase != 0) { /* Tell the debugger where to find the map of loaded objects. */ - _r_debug.r_version = 1 /* R_DEBUG_VERSION XXX */; - _r_debug.r_ldbase = ldbase; - // XXX This is problematic. It means we cannot tell the debugger - // XXX about namespaces other than the main one. - _r_debug.r_map = GL(dl_ns)[LM_ID_BASE]._ns_loaded; - _r_debug.r_brk = (ElfW(Addr)) &_dl_debug_state; + r->r_version = 1 /* R_DEBUG_VERSION XXX */; + r->r_ldbase = ldbase ?: _r_debug.r_ldbase; + r->r_map = (void *) GL(dl_ns)[ns]._ns_loaded; + r->r_brk = (ElfW(Addr)) &_dl_debug_state; } - return &_r_debug; + return r; } diff --git a/elf/dl-deps.c b/elf/dl-deps.c index a1c16d7310..c35cc977fa 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -1,5 +1,5 @@ /* Load the dependencies of a mapped object. - Copyright (C) 1996-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -92,7 +92,7 @@ struct list { int done; /* Nonzero if this map was processed. */ struct link_map *map; /* The data. */ - struct list *next; /* Elements for normal list. */ + struct list *next; /* Elements for normal list. */ }; @@ -101,9 +101,9 @@ struct list ({ \ const char *__str = (str); \ const char *__result = __str; \ - size_t __cnt = DL_DST_COUNT(__str, 0); \ + size_t __dst_cnt = DL_DST_COUNT (__str, 0); \ \ - if (__cnt != 0) \ + if (__dst_cnt != 0) \ { \ char *__newp; \ \ @@ -113,9 +113,9 @@ struct list DST not allowed in SUID/SGID programs")); \ \ __newp = (char *) alloca (DL_DST_REQUIRED (l, __str, strlen (__str), \ - __cnt)); \ + __dst_cnt)); \ \ - __result = _dl_dst_substitute (l, __str, __newp, 0); \ + __result = _dl_dst_substitute (l, __str, __newp, 0); \ \ if (*__result == '\0') \ { \ @@ -235,16 +235,23 @@ _dl_map_object_deps (struct link_map *map, { /* Map in the needed object. */ struct link_map *dep; - int err; /* Recognize DSTs. */ name = expand_dst (l, strtab + d->d_un.d_val, 0); /* Store the tag in the argument structure. */ args.name = name; - err = _dl_catch_error (&objname, &errstring, openaux, &args); + bool malloced; + int err = _dl_catch_error (&objname, &errstring, &malloced, + openaux, &args); if (__builtin_expect (errstring != NULL, 0)) { + char *new_errstring = strdupa (errstring); + objname = strdupa (objname); + if (malloced) + free ((char *) errstring); + errstring = new_errstring; + if (err) errno_reason = err; else @@ -288,8 +295,6 @@ _dl_map_object_deps (struct link_map *map, if (d->d_tag == DT_AUXILIARY) { - int err; - /* Say that we are about to load an auxiliary library. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_LIBS, 0)) @@ -301,13 +306,14 @@ _dl_map_object_deps (struct link_map *map, /* We must be prepared that the addressed shared object is not available. */ - err = _dl_catch_error (&objname, &errstring, openaux, - &args); + bool malloced; + (void) _dl_catch_error (&objname, &errstring, &malloced, + openaux, &args); if (__builtin_expect (errstring != NULL, 0)) { /* We are not interested in the error message. */ assert (errstring != NULL); - if (errstring != INTUSE(_dl_out_of_memory)) + if (malloced) free ((char *) errstring); /* Simply ignore this error and continue the work. */ @@ -316,8 +322,6 @@ _dl_map_object_deps (struct link_map *map, } else { - int err; - /* Say that we are about to load an auxiliary library. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_LIBS, 0)) @@ -328,10 +332,17 @@ _dl_map_object_deps (struct link_map *map, ? l->l_name : rtld_progname); /* For filter objects the dependency must be available. */ - err = _dl_catch_error (&objname, &errstring, openaux, - &args); + bool malloced; + int err = _dl_catch_error (&objname, &errstring, &malloced, + openaux, &args); if (__builtin_expect (errstring != NULL, 0)) { + char *new_errstring = strdupa (errstring); + objname = strdupa (objname); + if (malloced) + free ((char *) errstring); + errstring = new_errstring; + if (err) errno_reason = err; else @@ -566,8 +577,6 @@ Filters not supported with LD_TRACE_PRELINKING")); { /* A direct or transitive dependency is also on the list of relocation dependencies. Remove the latter. */ - --map->l_reldeps[i]->l_opencount; - for (j = i + 1; j < map->l_reldepsact; ++j) map->l_reldeps[j - 1] = map->l_reldeps[j]; diff --git a/elf/dl-dst.h b/elf/dl-dst.h index 42bd4185af..175b7cd195 100644 --- a/elf/dl-dst.h +++ b/elf/dl-dst.h @@ -1,5 +1,6 @@ /* Handling of dynamic sring tokens. - Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999,2001,2002,2003,2004,2006,2007 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -50,6 +51,7 @@ \ First get the origin string if it is not available yet. \ This can only happen for the map of the executable. */ \ + DL_DST_REQ_STATIC (l) \ if ((l)->l_origin == NULL) \ { \ assert ((l)->l_name[0] == '\0'); \ @@ -66,6 +68,18 @@ \ __len; }) +#ifdef SHARED +# define DL_DST_REQ_STATIC(l) /* nothing */ +#else +# define DL_DST_REQ_STATIC(l) \ + if ((l) == NULL) \ + { \ + const char *origin = _dl_get_origin (); \ + origin_len = (origin && origin != (char *) -1 ? strlen (origin) : 0); \ + } \ + else +#endif + #ifndef IS_IN_rtld # define _dl_get_origin GLRO(dl_get_origin) # define _dl_dst_substitute GLRO(dl_dst_substitute) diff --git a/sysdeps/generic/dl-environ.c b/elf/dl-environ.c similarity index 100% rename from sysdeps/generic/dl-environ.c rename to elf/dl-environ.c diff --git a/elf/dl-error.c b/elf/dl-error.c index 0ef76c82ee..79ebaaf01b 100644 --- a/elf/dl-error.c +++ b/elf/dl-error.c @@ -1,5 +1,5 @@ /* Error handling for runtime dynamic linker. - Copyright (C) 1995-2002,2004 Free Software Foundation, Inc. + Copyright (C) 1995-2002,2004,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -30,6 +31,8 @@ struct catch { const char *objname; /* Object/File name. */ const char *errstring; /* Error detail filled in here. */ + bool malloced; /* Nonzero if the string is malloced + by the libc malloc. */ jmp_buf env; /* longjmp here on error. */ }; @@ -44,8 +47,7 @@ struct catch /* This message we return as a last resort. We define the string in a variable since we have to avoid freeing it and so have to enable a pointer comparison. See below and in dlfcn/dlerror.c. */ -const char _dl_out_of_memory[] = "out of memory"; -INTVARDEF(_dl_out_of_memory) +static const char _dl_out_of_memory[] = "out of memory"; /* This points to a function which is called when an continuable error is @@ -87,17 +89,31 @@ _dl_signal_error (int errcode, const char *objname, const char *occation, lcatch->errstring = (char *) malloc (len_objname + len_errstring); if (lcatch->errstring != NULL) - /* Make a copy of the object file name and the error string. */ - lcatch->objname = memcpy (__mempcpy ((char *) lcatch->errstring, - errstring, len_errstring), - objname, len_objname); + { + /* Make a copy of the object file name and the error string. */ + lcatch->objname = memcpy (__mempcpy ((char *) lcatch->errstring, + errstring, len_errstring), + objname, len_objname); + + /* If the main executable is relocated it means the libc's malloc + is used. */ +#ifdef SHARED + lcatch->malloced = (GL(dl_ns)[LM_ID_BASE]._ns_loaded != NULL + && (GL(dl_ns)[LM_ID_BASE]._ns_loaded->l_relocated + != 0)); +#else + lcatch->malloced = true; +#endif + } else { /* This is better than nothing. */ lcatch->objname = ""; - lcatch->errstring = INTUSE(_dl_out_of_memory); + lcatch->errstring = _dl_out_of_memory; + lcatch->malloced = false; } - longjmp (lcatch->env, errcode ?: -1); + /* We do not restore the signal mask because none was saved. */ + __longjmp (lcatch->env[0].__jmpbuf, errcode ?: -1); } else { @@ -140,7 +156,7 @@ _dl_signal_cerror (int errcode, const char *objname, const char *occation, int internal_function _dl_catch_error (const char **objname, const char **errstring, - void (*operate) (void *), void *args) + bool *mallocedp, void (*operate) (void *), void *args) { int errcode; struct catch *volatile old; @@ -154,7 +170,8 @@ _dl_catch_error (const char **objname, const char **errstring, struct catch **const catchp = &CATCH_HOOK; old = *catchp; - errcode = setjmp (c.env); + /* Do not save the signal mask. */ + errcode = __sigsetjmp (c.env, 0); if (__builtin_expect (errcode, 0) == 0) { *catchp = &c; @@ -162,6 +179,7 @@ _dl_catch_error (const char **objname, const char **errstring, *catchp = old; *objname = NULL; *errstring = NULL; + *mallocedp = false; return 0; } @@ -169,6 +187,7 @@ _dl_catch_error (const char **objname, const char **errstring, *catchp = old; *objname = c.objname; *errstring = c.errstring; + *mallocedp = c.malloced; return errcode == -1 ? 0 : errcode; } diff --git a/sysdeps/generic/dl-execstack.c b/elf/dl-execstack.c similarity index 100% rename from sysdeps/generic/dl-execstack.c rename to elf/dl-execstack.c diff --git a/elf/dl-fini.c b/elf/dl-fini.c index f43f4a00ed..3cd7e7bbff 100644 --- a/elf/dl-fini.c +++ b/elf/dl-fini.c @@ -1,5 +1,5 @@ /* Call the termination functions of loaded shared objects. - Copyright (C) 1995,96,1998-2002,2004 Free Software Foundation, Inc. + Copyright (C) 1995,96,1998-2002,2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,6 +27,94 @@ typedef void (*fini_t) (void); +void +internal_function +_dl_sort_fini (struct link_map *l, struct link_map **maps, size_t nmaps, + char *used, Lmid_t ns) +{ + if (ns == LM_ID_BASE) + /* The main executable always comes first. */ + l = l->l_next; + + for (; l != NULL; l = l->l_next) + /* Do not handle ld.so in secondary namespaces and object which + are not removed. */ + if (l == l->l_real && l->l_idx != -1) + { + /* Find the place in the 'maps' array. */ + unsigned int j; + for (j = ns == LM_ID_BASE ? 1 : 0; maps[j] != l; ++j) + assert (j < nmaps); + + /* Find all object for which the current one is a dependency + and move the found object (if necessary) in front. */ + for (unsigned int k = j + 1; k < nmaps; ++k) + { + struct link_map **runp = maps[k]->l_initfini; + if (runp != NULL) + { + while (*runp != NULL) + if (*runp == l) + { + struct link_map *here = maps[k]; + + /* Move it now. */ + memmove (&maps[j] + 1, + &maps[j], (k - j) * sizeof (struct link_map *)); + maps[j] = here; + + if (used != NULL) + { + char here_used = used[k]; + + memmove (&used[j] + 1, + &used[j], (k - j) * sizeof (char)); + used[j] = here_used; + } + + ++j; + + break; + } + else + ++runp; + } + + if (__builtin_expect (maps[k]->l_reldeps != NULL, 0)) + { + unsigned int m = maps[k]->l_reldepsact; + struct link_map **relmaps = maps[k]->l_reldeps; + + while (m-- > 0) + { + if (relmaps[m] == l) + { + struct link_map *here = maps[k]; + + /* Move it now. */ + memmove (&maps[j] + 1, + &maps[j], + (k - j) * sizeof (struct link_map *)); + maps[j] = here; + + if (used != NULL) + { + char here_used = used[k]; + + memmove (&used[j] + 1, + &used[j], (k - j) * sizeof (char)); + used[j] = here_used; + } + + break; + } + } + } + } + } +} + + void internal_function _dl_fini (void) @@ -48,16 +136,29 @@ _dl_fini (void) /* We run the destructors of the main namespaces last. As for the other namespaces, we pick run the destructors in them in reverse order of the namespace ID. */ - for (Lmid_t cnt = DL_NNS - 1; cnt >= 0; --cnt) +#ifdef SHARED + int do_audit = 0; + again: +#endif + for (Lmid_t ns = DL_NNS - 1; ns >= 0; --ns) { /* Protect against concurrent loads and unloads. */ __rtld_lock_lock_recursive (GL(dl_load_lock)); - unsigned int nloaded = GL(dl_ns)[cnt]._ns_nloaded; + unsigned int nmaps = 0; + unsigned int nloaded = GL(dl_ns)[ns]._ns_nloaded; + /* No need to do anything for empty namespaces or those used for + auditing DSOs. */ + if (nloaded == 0 +#ifdef SHARED + || GL(dl_ns)[ns]._ns_loaded->l_auditing != do_audit +#endif + ) + goto out; /* XXX Could it be (in static binaries) that there is no object loaded? */ - assert (cnt != LM_ID_BASE || nloaded > 0); + assert (ns != LM_ID_BASE || nloaded > 0); /* Now we can allocate an array to hold all the pointers and copy the pointers in. */ @@ -76,86 +177,28 @@ _dl_fini (void) unsigned int i; struct link_map *l; - for (l = GL(dl_ns)[cnt]._ns_loaded, i = 0; l != NULL; l = l->l_next) + assert (nloaded != 0 || GL(dl_ns)[ns]._ns_loaded == NULL); + for (l = GL(dl_ns)[ns]._ns_loaded, i = 0; l != NULL; l = l->l_next) /* Do not handle ld.so in secondary namespaces. */ if (l == l->l_real) { assert (i < nloaded); - maps[i++] = l; + maps[i] = l; + l->l_idx = i; + ++i; - /* Bump l_opencount of all objects so that they are not - dlclose()ed from underneath us. */ - ++l->l_opencount; + /* Bump l_direct_opencount of all objects so that they are + not dlclose()ed from underneath us. */ + ++l->l_direct_opencount; } - assert (cnt != LM_ID_BASE || i == nloaded); - assert (cnt == LM_ID_BASE || i == nloaded || i == nloaded - 1); - unsigned int nmaps = i; + assert (ns != LM_ID_BASE || i == nloaded); + assert (ns == LM_ID_BASE || i == nloaded || i == nloaded - 1); + nmaps = i; if (nmaps != 0) - { - /* Now we have to do the sorting. */ - l = GL(dl_ns)[cnt]._ns_loaded; - if (cnt == LM_ID_BASE) - /* The main executable always comes first. */ - l = l->l_next; - for (; l != NULL; l = l->l_next) - /* Do not handle ld.so in secondary namespaces. */ - if (l == l->l_real) - { - /* Find the place in the 'maps' array. */ - unsigned int j; - for (j = cnt == LM_ID_BASE ? 1 : 0; maps[j] != l; ++j) - assert (j < nmaps); - - /* Find all object for which the current one is a dependency - and move the found object (if necessary) in front. */ - for (unsigned int k = j + 1; k < nmaps; ++k) - { - struct link_map **runp = maps[k]->l_initfini; - if (runp != NULL) - { - while (*runp != NULL) - if (*runp == l) - { - struct link_map *here = maps[k]; - - /* Move it now. */ - memmove (&maps[j] + 1, - &maps[j], - (k - j) * sizeof (struct link_map *)); - maps[j++] = here; - - break; - } - else - ++runp; - } - - if (__builtin_expect (maps[k]->l_reldeps != NULL, 0)) - { - unsigned int m = maps[k]->l_reldepsact; - struct link_map **relmaps = maps[k]->l_reldeps; - - while (m-- > 0) - { - if (relmaps[m] == l) - { - struct link_map *here = maps[k]; - - /* Move it now. */ - memmove (&maps[j] + 1, - &maps[j], - (k - j) * sizeof (struct link_map *)); - maps[j] = here; - - break; - } - } - } - } - } - } + /* Now we have to do the sorting. */ + _dl_sort_fini (GL(dl_ns)[ns]._ns_loaded, maps, nmaps, NULL, ns); /* We do not rely on the linked list of loaded object anymore from this point on. We have our own list here (maps). The various @@ -163,6 +206,7 @@ _dl_fini (void) high and will be decremented in this loop. So we release the lock so that some code which might be called from a destructor can directly or indirectly access the lock. */ + out: __rtld_lock_unlock_recursive (GL(dl_load_lock)); /* 'maps' now contains the objects in the right order. Now call the @@ -176,49 +220,68 @@ _dl_fini (void) /* Make sure nothing happens if we are called twice. */ l->l_init_called = 0; - /* Don't call the destructors for objects we are not - supposed to. */ - if (l->l_name[0] == '\0' && l->l_type == lt_executable) - continue; - /* Is there a destructor function? */ - if (l->l_info[DT_FINI_ARRAY] == NULL - && l->l_info[DT_FINI] == NULL) - continue; - - /* When debugging print a message first. */ - if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_IMPCALLS, - 0)) - _dl_debug_printf ("\ncalling fini: %s [%lu]\n\n", - l->l_name[0] ? l->l_name : rtld_progname, - cnt); - - /* First see whether an array is given. */ - if (l->l_info[DT_FINI_ARRAY] != NULL) + if (l->l_info[DT_FINI_ARRAY] != NULL + || l->l_info[DT_FINI] != NULL) { - ElfW(Addr) *array = - (ElfW(Addr) *) (l->l_addr - + l->l_info[DT_FINI_ARRAY]->d_un.d_ptr); - unsigned int i = (l->l_info[DT_FINI_ARRAYSZ]->d_un.d_val - / sizeof (ElfW(Addr))); - while (i-- > 0) - ((fini_t) array[i]) (); + /* When debugging print a message first. */ + if (__builtin_expect (GLRO(dl_debug_mask) + & DL_DEBUG_IMPCALLS, 0)) + _dl_debug_printf ("\ncalling fini: %s [%lu]\n\n", + l->l_name[0] ? l->l_name : rtld_progname, + ns); + + /* First see whether an array is given. */ + if (l->l_info[DT_FINI_ARRAY] != NULL) + { + ElfW(Addr) *array = + (ElfW(Addr) *) (l->l_addr + + l->l_info[DT_FINI_ARRAY]->d_un.d_ptr); + unsigned int i = (l->l_info[DT_FINI_ARRAYSZ]->d_un.d_val + / sizeof (ElfW(Addr))); + while (i-- > 0) + ((fini_t) array[i]) (); + } + + /* Next try the old-style destructor. */ + if (l->l_info[DT_FINI] != NULL) + ((fini_t) DL_DT_FINI_ADDRESS (l, l->l_addr + l->l_info[DT_FINI]->d_un.d_ptr)) (); } - /* Next try the old-style destructor. */ - if (l->l_info[DT_FINI] != NULL) - ((fini_t) DL_DT_FINI_ADDRESS (l, l->l_addr + l->l_info[DT_FINI]->d_un.d_ptr)) (); +#ifdef SHARED + /* Auditing checkpoint: another object closed. */ + if (!do_audit && __builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->objclose != NULL) + /* Return value is ignored. */ + (void) afct->objclose (&l->l_audit[cnt].cookie); + + afct = afct->next; + } + } +#endif } /* Correct the previous increment. */ - --l->l_opencount; + --l->l_direct_opencount; } } +#ifdef SHARED + if (! do_audit && GLRO(dl_naudit) > 0) + { + do_audit = 1; + goto again; + } + if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_STATISTICS, 0)) _dl_debug_printf ("\nruntime linker statistics:\n" " final number of relocations: %lu\n" "final number of relocations from cache: %lu\n", GL(dl_num_relocations), GL(dl_num_cache_relocations)); +#endif } diff --git a/sysdeps/generic/dl-fptr.c b/elf/dl-fptr.c similarity index 100% rename from sysdeps/generic/dl-fptr.c rename to elf/dl-fptr.c diff --git a/elf/dl-init.c b/elf/dl-init.c index e700dffb3a..e7b67570fd 100644 --- a/elf/dl-init.c +++ b/elf/dl-init.c @@ -93,7 +93,6 @@ _dl_init (struct link_map *main_map, int argc, char **argv, char **env) { ElfW(Dyn) *preinit_array = main_map->l_info[DT_PREINIT_ARRAY]; ElfW(Dyn) *preinit_array_size = main_map->l_info[DT_PREINIT_ARRAYSZ]; - struct r_debug *r; unsigned int i; if (__builtin_expect (GL(dl_initfirst) != NULL, 0)) @@ -120,13 +119,6 @@ _dl_init (struct link_map *main_map, int argc, char **argv, char **env) ((init_t) addrs[cnt]) (argc, argv, env); } - /* Notify the debugger we have added some objects. We need to call - _dl_debug_initialize in a static program in case dynamic linking has - not been used before. */ - r = _dl_debug_initialize (0); - r->r_state = RT_ADD; - _dl_debug_state (); - /* Stupid users forced the ELF specification to be changed. It now says that the dynamic loader is responsible for determining the order in which the constructors have to run. The constructors @@ -141,10 +133,6 @@ _dl_init (struct link_map *main_map, int argc, char **argv, char **env) while (i-- > 0) call_init (main_map->l_initfini[i], argc, argv, env); - /* Notify the debugger all new objects are now ready to go. */ - r->r_state = RT_CONSISTENT; - _dl_debug_state (); - #ifndef HAVE_INLINED_SYSCALLS /* Finished starting up. */ INTUSE(_dl_starting_up) = 0; diff --git a/elf/dl-iteratephdr.c b/elf/dl-iteratephdr.c index 6ed90c73b1..b29534d5c9 100644 --- a/elf/dl-iteratephdr.c +++ b/elf/dl-iteratephdr.c @@ -1,5 +1,5 @@ /* Get loaded objects program headers. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001,2002,2003,2004,2006,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2001. @@ -54,9 +54,9 @@ __dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, nloaded += GL(dl_ns)[cnt]._ns_nloaded; if (caller >= (const void *) l->l_map_start - && caller < (const void *) l->l_map_end) - /* There must be exactly one DSO for the range of the virtual - memory. Otherwise something is really broken. */ + && caller < (const void *) l->l_map_end + && (l->l_contiguous + || _dl_addr_inside_object (l, (ElfW(Addr)) caller))) ns = cnt; } @@ -68,6 +68,13 @@ __dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, info.dlpi_phnum = l->l_phnum; info.dlpi_adds = GL(dl_load_adds); info.dlpi_subs = GL(dl_load_adds) - nloaded; + info.dlpi_tls_modid = 0; + info.dlpi_tls_data = NULL; +#ifdef USE_TLS + info.dlpi_tls_modid = l->l_tls_modid; + if (info.dlpi_tls_modid != 0) + info.dlpi_tls_data = _dl_tls_get_addr_soft (l); +#endif ret = callback (&info, sizeof (struct dl_phdr_info), data); if (ret) break; diff --git a/elf/dl-libc.c b/elf/dl-libc.c index 8a3f542e01..1b995eda92 100644 --- a/elf/dl-libc.c +++ b/elf/dl-libc.c @@ -1,5 +1,5 @@ /* Handle loading and unloading shared objects for internal libc purposes. - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999,2000,2001,2002,2004,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Zack Weinberg , 1999. @@ -22,6 +22,11 @@ #include #include +extern int __libc_argc attribute_hidden; +extern char **__libc_argv attribute_hidden; + +extern char **__environ; + /* The purpose of this file is to provide wrappers around the dynamic linker error mechanism (similar to dlopen() et al in libdl) which are usable from within libc. Generally we want to throw away the @@ -37,12 +42,13 @@ dlerror_run (void (*operate) (void *), void *args) { const char *objname; const char *last_errstring = NULL; - int result; + bool malloced; - (void) GLRO(dl_catch_error) (&objname, &last_errstring, operate, args); + (void) GLRO(dl_catch_error) (&objname, &last_errstring, &malloced, + operate, args); - result = last_errstring != NULL; - if (result && last_errstring != _dl_out_of_memory) + int result = last_errstring != NULL; + if (result && malloced) free ((char *) last_errstring); return result; @@ -77,7 +83,8 @@ do_dlopen (void *ptr) { struct do_dlopen_args *args = (struct do_dlopen_args *) ptr; /* Open and relocate the shared object. */ - args->map = _dl_open (args->name, args->mode, NULL, __LM_ID_CALLER); + args->map = GLRO(dl_open) (args->name, args->mode, NULL, __LM_ID_CALLER, + __libc_argc, __libc_argv, __environ); } static void @@ -93,7 +100,7 @@ do_dlsym (void *ptr) static void do_dlclose (void *ptr) { - _dl_close ((struct link_map *) ptr); + GLRO(dl_close) ((struct link_map *) ptr); } /* This code is to support __libc_dlopen from __libc_dlopen'ed shared @@ -109,7 +116,7 @@ struct dl_open_hook #ifdef SHARED extern struct dl_open_hook *_dl_open_hook; libc_hidden_proto (_dl_open_hook); -struct dl_open_hook *_dl_open_hook __attribute__((nocommon)); +struct dl_open_hook *_dl_open_hook __attribute__ ((nocommon)); libc_hidden_data_def (_dl_open_hook); #else static void @@ -119,7 +126,7 @@ do_dlsym_private (void *ptr) struct r_found_version vers; vers.name = "GLIBC_PRIVATE"; vers.hidden = 1; - /* vers.hash = _dl_elf_hash (version); */ + /* vers.hash = _dl_elf_hash (vers.name); */ vers.hash = 0x0963cf85; vers.filename = NULL; diff --git a/elf/dl-load.c b/elf/dl-load.c index eb1a7919fb..9625030e88 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -1,5 +1,5 @@ /* Map in a shared object's segments from the file. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -33,9 +33,9 @@ #include #include "dynamic-link.h" #include -#include #include #include +#include #include @@ -50,15 +50,17 @@ overwritten. Some losing VM systems like Linux's lack MAP_COPY. All we get is MAP_PRIVATE, which copies each page when it is modified; this means if the file is overwritten, we may at some point get some pages - from the new version after starting with pages from the old version. */ -#ifndef MAP_COPY -# define MAP_COPY MAP_PRIVATE -#endif + from the new version after starting with pages from the old version. -/* We want to prevent people from modifying DSOs which are currently in - use. This is what MAP_DENYWRITE is for. */ -#ifndef MAP_DENYWRITE -# define MAP_DENYWRITE 0 + To make up for the lack and avoid the overwriting problem, + what Linux does have is MAP_DENYWRITE. This prevents anyone + from modifying the file while we have it mapped. */ +#ifndef MAP_COPY +# ifdef MAP_DENYWRITE +# define MAP_COPY (MAP_PRIVATE | MAP_DENYWRITE) +# else +# define MAP_COPY MAP_PRIVATE +# endif #endif /* Some systems link their relocatable objects for another base address @@ -105,13 +107,13 @@ ELF_PREFERRED_ADDRESS_DATA; int __stack_prot attribute_hidden attribute_relro - = (PROT_READ|PROT_WRITE #if _STACK_GROWS_DOWN && defined PROT_GROWSDOWN - |PROT_GROWSDOWN + = PROT_GROWSDOWN; #elif _STACK_GROWS_UP && defined PROT_GROWSUP - |PROT_GROWSUP + = PROT_GROWSUP; +#else + = 0; #endif - ); /* Type for the buffer we put the ELF header and hopefully the program @@ -122,19 +124,19 @@ int __stack_prot attribute_hidden attribute_relro question is how large are the ELF and program header combined. The ELF header 32-bit files is 52 bytes long and in 64-bit files is 64 bytes long. Each program header entry is again 32 and 56 bytes - long respectively. I.e., even with a file which has 7 program - header entries we only have to read 512B. Add to this a bit of - margin for program notes and reading 512B and 640B for 32-bit and - 64-bit files respecitvely is enough. If this heuristic should - really fail for some file the code in `_dl_map_object_from_fd' - knows how to recover. */ + long respectively. I.e., even with a file which has 10 program + header entries we only have to read 372B/624B respectively. Add to + this a bit of margin for program notes and reading 512B and 832B + for 32-bit and 64-bit files respecitvely is enough. If this + heuristic should really fail for some file the code in + `_dl_map_object_from_fd' knows how to recover. */ struct filebuf { ssize_t len; #if __WORDSIZE == 32 # define FILEBUF_SIZE 512 #else -# define FILEBUF_SIZE 640 +# define FILEBUF_SIZE 832 #endif char buf[FILEBUF_SIZE] __attribute__ ((aligned (__alignof (ElfW(Ehdr))))); }; @@ -264,7 +266,14 @@ _dl_dst_substitute (struct link_map *l, const char *name, char *result, ++name; if ((len = is_dst (start, name, "ORIGIN", is_path, INTUSE(__libc_enable_secure))) != 0) - repl = l->l_origin; + { +#ifndef SHARED + if (l == NULL) + repl = _dl_get_origin (); + else +#endif + repl = l->l_origin; + } else if ((len = is_dst (start, name, "PLATFORM", is_path, 0)) != 0) repl = GLRO(dl_platform); else if ((len = is_dst (start, name, "LIB", is_path, 0)) != 0) @@ -502,7 +511,7 @@ fillin_rpath (char *rpath, struct r_search_path_elem **result, const char *sep, } -static void +static bool internal_function decompose_rpath (struct r_search_path_struct *sps, const char *rpath, struct link_map *l, const char *what) @@ -537,19 +546,8 @@ decompose_rpath (struct r_search_path_struct *sps, { /* This object is on the list of objects for which the RUNPATH and RPATH must not be used. */ - result = calloc (1, sizeof *result); - if (result == NULL) - { - signal_error_cache: - errstring = N_("cannot create cache for search path"); - signal_error: - _dl_signal_error (ENOMEM, NULL, NULL, errstring); - } - - sps->dirs = result; - sps->malloced = 1; - - return; + sps->dirs = (void *) -1; + return false; } while (*inhp != '\0') @@ -579,7 +577,11 @@ decompose_rpath (struct r_search_path_struct *sps, result = (struct r_search_path_elem **) malloc ((nelems + 1 + 1) * sizeof (*result)); if (result == NULL) - goto signal_error_cache; + { + errstring = N_("cannot create cache for search path"); + signal_error: + _dl_signal_error (ENOMEM, NULL, NULL, errstring); + } fillin_rpath (copy, result, ":", 0, what, where); @@ -590,6 +592,7 @@ decompose_rpath (struct r_search_path_struct *sps, sps->dirs = result; /* The caller will change this value if we haven't used a real malloc. */ sps->malloced = 1; + return true; } /* Make sure cached path information is stored in *SP @@ -614,10 +617,9 @@ cache_rpath (struct link_map *l, } /* Make sure the cache information is available. */ - decompose_rpath (sp, (const char *) (D_PTR (l, l_info[DT_STRTAB]) - + l->l_info[tag]->d_un.d_val), - l, what); - return true; + return decompose_rpath (sp, (const char *) (D_PTR (l, l_info[DT_STRTAB]) + + l->l_info[tag]->d_un.d_val), + l, what); } @@ -740,7 +742,25 @@ _dl_init_paths (const char *llp) { size_t nllp; const char *cp = llp; - char *llp_tmp = strdupa (llp); + char *llp_tmp; + +#ifdef SHARED + /* Expand DSTs. */ + size_t cnt = DL_DST_COUNT (llp, 1); + if (__builtin_expect (cnt == 0, 1)) + llp_tmp = strdupa (llp); + else + { + /* Determine the length of the substituted string. */ + size_t total = DL_DST_REQUIRED (l, llp, strlen (llp), cnt); + + /* Allocate the necessary memory. */ + llp_tmp = (char *) alloca (total + 1); + llp_tmp = _dl_dst_substitute (l, llp, llp_tmp, 1); + } +#else + llp_tmp = strdupa (llp); +#endif /* Decompose the LD_LIBRARY_PATH contents. First determine how many elements it has. */ @@ -783,7 +803,7 @@ _dl_init_paths (const char *llp) static void __attribute__ ((noreturn, noinline)) lose (int code, int fd, const char *name, char *realname, struct link_map *l, - const char *msg) + const char *msg, struct r_debug *r) { /* The file might already be closed. */ if (fd != -1) @@ -802,6 +822,13 @@ lose (int code, int fd, const char *name, char *realname, struct link_map *l, free (l); } free (realname); + + if (r != NULL) + { + r->r_state = RT_CONSISTENT; + _dl_debug_state (); + } + _dl_signal_error (code, name, NULL, msg); } @@ -827,6 +854,8 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, /* Initialize to keep the compiler happy. */ const char *errstring = NULL; int errval = 0; + struct r_debug *r = _dl_debug_initialize (0, nsid); + bool make_consistent = false; /* Get file information. */ if (__builtin_expect (__fxstat64 (_STAT_VER, fd, &st) < 0, 0)) @@ -835,12 +864,13 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, call_lose_errno: errval = errno; call_lose: - lose (errval, fd, name, realname, l, errstring); + lose (errval, fd, name, realname, l, errstring, + make_consistent ? r : NULL); } /* Look again to see if the real name matched another already loaded. */ for (l = GL(dl_ns)[nsid]._ns_loaded; l; l = l->l_next) - if (l->l_ino == st.st_ino && l->l_dev == st.st_dev) + if (l->l_removed == 0 && l->l_ino == st.st_ino && l->l_dev == st.st_dev) { /* The object is already loaded. Just bump its reference count and return it. */ @@ -905,6 +935,39 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, } #endif + /* Signal that we are going to add new objects. */ + if (r->r_state == RT_CONSISTENT) + { +#ifdef SHARED + /* Auditing checkpoint: we are going to add new objects. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct link_map *head = GL(dl_ns)[nsid]._ns_loaded; + /* Do not call the functions for any auditing object. */ + if (head->l_auditing == 0) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->activity != NULL) + afct->activity (&head->l_audit[cnt].cookie, LA_ACT_ADD); + + afct = afct->next; + } + } + } +#endif + + /* Notify the debugger we have added some objects. We need to + call _dl_debug_initialize in a static program in case dynamic + linking has not been used before. */ + r->r_state = RT_ADD; + _dl_debug_state (); + make_consistent = true; + } + else + assert (r->r_state == RT_ADD); + /* Enter the new object in the list of loaded objects. */ l = _dl_new_object (realname, name, l_type, loader, mode, nsid); if (__builtin_expect (l == NULL, 0)) @@ -1044,7 +1107,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, } # ifdef SHARED - if (l->l_prev == NULL) + if (l->l_prev == NULL || (mode & __RTLD_AUDIT) != 0) /* We are loading the executable itself when the dynamic linker was executed directly. The setup will happen later. */ break; @@ -1140,7 +1203,7 @@ cannot allocate TLS data structures for initial thread"); /* Remember which part of the address space this object uses. */ l->l_map_start = (ElfW(Addr)) __mmap ((void *) mappref, maplength, c->prot, - MAP_COPY|MAP_FILE|MAP_DENYWRITE, + MAP_COPY|MAP_FILE, fd, c->mapoff); if (__builtin_expect ((void *) l->l_map_start == MAP_FAILED, 0)) { @@ -1159,9 +1222,11 @@ cannot allocate TLS data structures for initial thread"); handle the portion of the segment past the end of the file mapping. */ __mprotect ((caddr_t) (l->l_addr + c->mapend), - loadcmds[nloadcmds - 1].allocend - c->mapend, + loadcmds[nloadcmds - 1].mapstart - c->mapend, PROT_NONE); + l->l_contiguous = 1; + goto postmap; } @@ -1181,6 +1246,7 @@ cannot allocate TLS data structures for initial thread"); /* Remember which part of the address space this object uses. */ l->l_map_start = c->mapstart + l->l_addr; l->l_map_end = l->l_map_start + maplength; + l->l_contiguous = !has_holes; while (c < &loadcmds[nloadcmds]) { @@ -1188,7 +1254,7 @@ cannot allocate TLS data structures for initial thread"); /* Map the segment contents from the file. */ && (__mmap ((void *) (l->l_addr + c->mapstart), c->mapend - c->mapstart, c->prot, - MAP_FIXED|MAP_COPY|MAP_FILE|MAP_DENYWRITE, + MAP_FIXED|MAP_COPY|MAP_FILE, fd, c->mapoff) == MAP_FAILED)) goto map_error; @@ -1313,26 +1379,44 @@ cannot allocate TLS data structures for initial thread"); if (__builtin_expect ((stack_flags &~ GL(dl_stack_flags)) & PF_X, 0)) { + if (__builtin_expect (__check_caller (RETURN_ADDRESS (0), allow_ldso), + 0) != 0) + { + errstring = N_("invalid caller"); + goto call_lose; + } + /* The stack is presently not executable, but this module requires that it be executable. We must change the protection of the variable which contains the flags used in the mprotect calls. */ -#ifdef HAVE_Z_RELRO - if (mode & __RTLD_DLOPEN) +#if defined HAVE_Z_RELRO && defined SHARED + if ((mode & (__RTLD_DLOPEN | __RTLD_AUDIT)) == __RTLD_DLOPEN) { - uintptr_t p = ((uintptr_t) &__stack_prot) & ~(GLRO(dl_pagesize) - 1); - size_t s = (uintptr_t) &__stack_prot - p + sizeof (int); - - __mprotect ((void *) p, s, PROT_READ|PROT_WRITE); - if (__builtin_expect (__check_caller (RETURN_ADDRESS (0), - allow_ldso|allow_libc) == 0, - 0)) - __stack_prot |= PROT_EXEC; - __mprotect ((void *) p, s, PROT_READ); + const uintptr_t p = (uintptr_t) &__stack_prot & -GLRO(dl_pagesize); + const size_t s = (uintptr_t) (&__stack_prot + 1) - p; + + struct link_map *const m = &GL(dl_rtld_map); + const uintptr_t relro_end = ((m->l_addr + m->l_relro_addr + + m->l_relro_size) + & -GLRO(dl_pagesize)); + if (__builtin_expect (p + s <= relro_end, 1)) + { + /* The variable lies in the region protected by RELRO. */ + __mprotect ((void *) p, s, PROT_READ|PROT_WRITE); + __stack_prot |= PROT_READ|PROT_WRITE|PROT_EXEC; + __mprotect ((void *) p, s, PROT_READ); + } + else + __stack_prot |= PROT_READ|PROT_WRITE|PROT_EXEC; } else #endif - __stack_prot |= PROT_EXEC; + __stack_prot |= PROT_READ|PROT_WRITE|PROT_EXEC; + +#ifdef check_consistency + check_consistency (); +#endif errval = (*GL(dl_make_stack_executable_hook)) (stack_endp); if (errval) @@ -1424,6 +1508,27 @@ cannot enable executable stack as shared object requires"); add_name_to_object (l, ((const char *) D_PTR (l, l_info[DT_STRTAB]) + l->l_info[DT_SONAME]->d_un.d_val)); +#ifdef SHARED + /* Auditing checkpoint: we have a new object. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0) + && !GL(dl_ns)[l->l_ns]._ns_loaded->l_auditing) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->objopen != NULL) + { + l->l_audit[cnt].bindflags + = afct->objopen (l, nsid, &l->l_audit[cnt].cookie); + + l->l_audit_any_plt |= l->l_audit[cnt].bindflags != 0; + } + + afct = afct->next; + } + } +#endif + return l; } @@ -1471,7 +1576,8 @@ print_search_path (struct r_search_path_elem **list, this could mean there is something wrong in the installation and the user might want to know about this. */ static int -open_verify (const char *name, struct filebuf *fbp) +open_verify (const char *name, struct filebuf *fbp, struct link_map *loader, + int whatcode, bool *found_other_class, bool free_name) { /* This is the expected ELF header. */ #define ELF32_CLASS ELFCLASS32 @@ -1500,13 +1606,34 @@ open_verify (const char *name, struct filebuf *fbp) ElfW(Word) type; char vendor[4]; } expected_note = { 4, 16, 1, "GNU" }; - int fd; /* Initialize it to make the compiler happy. */ const char *errstring = NULL; int errval = 0; +#ifdef SHARED + /* Give the auditing libraries a chance. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0) && whatcode != 0 + && loader->l_auditing == 0) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->objsearch != NULL) + { + name = afct->objsearch (name, &loader->l_audit[cnt].cookie, + whatcode); + if (name == NULL) + /* Ignore the path. */ + return -1; + } + + afct = afct->next; + } + } +#endif + /* Open the file. We always open files read-only. */ - fd = __open (name, O_RDONLY); + int fd = __open (name, O_RDONLY); if (fd != -1) { ElfW(Ehdr) *ehdr; @@ -1531,7 +1658,13 @@ open_verify (const char *name, struct filebuf *fbp) errstring = (errval == 0 ? N_("file too short") : N_("cannot read file data")); call_lose: - lose (errval, fd, name, NULL, NULL, errstring); + if (free_name) + { + char *realname = (char *) name; + name = strdupa (realname); + free (realname); + } + lose (errval, fd, name, NULL, NULL, errstring, NULL); } /* See whether the ELF header is what we expect. */ @@ -1554,10 +1687,13 @@ open_verify (const char *name, struct filebuf *fbp) ) errstring = N_("invalid ELF header"); else if (ehdr->e_ident[EI_CLASS] != ELFW(CLASS)) - /* This is not a fatal error. On architectures where - 32-bit and 64-bit binaries can be run this might - happen. */ - goto close_and_out; + { + /* This is not a fatal error. On architectures where + 32-bit and 64-bit binaries can be run this might + happen. */ + *found_other_class = true; + goto close_and_out; + } else if (ehdr->e_ident[EI_DATA] != byteorder) { if (BYTE_ORDER == BIG_ENDIAN) @@ -1664,7 +1800,8 @@ open_verify (const char *name, struct filebuf *fbp) static int open_path (const char *name, size_t namelen, int preloaded, struct r_search_path_struct *sps, char **realname, - struct filebuf *fbp) + struct filebuf *fbp, struct link_map *loader, int whatcode, + bool *found_other_class) { struct r_search_path_elem **dirs = sps->dirs; char *buf; @@ -1672,6 +1809,11 @@ open_path (const char *name, size_t namelen, int preloaded, const char *current_what = NULL; int any = 0; + if (__builtin_expect (dirs == NULL, 0)) + /* We're called before _dl_init_paths when loading the main executable + given on the command line when rtld is run directly. */ + return -1; + buf = alloca (max_dirnamelen + max_capstrlen + namelen); do { @@ -1708,12 +1850,17 @@ open_path (const char *name, size_t namelen, int preloaded, if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_LIBS, 0)) _dl_debug_printf (" trying file=%s\n", buf); - fd = open_verify (buf, fbp); + fd = open_verify (buf, fbp, loader, whatcode, found_other_class, + false); if (this_dir->status[cnt] == unknown) { if (fd != -1) this_dir->status[cnt] = existing; - else + /* Do not update the directory information when loading + auditing code. We must try to disturb the program as + little as possible. */ + else if (loader == NULL + || GL(dl_ns)[loader->l_ns]._ns_loaded->l_auditing == 0) { /* We failed to open machine dependent library. Let's test whether there is any directory at all. */ @@ -1731,7 +1878,7 @@ open_path (const char *name, size_t namelen, int preloaded, } /* Remember whether we found any existing directory. */ - here_any |= this_dir->status[cnt] == existing; + here_any |= this_dir->status[cnt] != nonexisting; if (fd != -1 && __builtin_expect (preloaded, 0) && INTUSE(__libc_enable_secure)) @@ -1788,7 +1935,12 @@ open_path (const char *name, size_t namelen, int preloaded, must not be freed using the general free() in libc. */ if (sps->malloced) free (sps->dirs); - sps->dirs = (void *) -1; +#ifdef HAVE_Z_RELRO + /* rtld_search_dirs is attribute_relro, therefore avoid writing + into it. */ + if (sps != &rtld_search_dirs) +#endif + sps->dirs = (void *) -1; } return -1; @@ -1816,7 +1968,8 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, /* If the requested name matches the soname of a loaded object, use that object. Elide this check for names that have not yet been opened. */ - if (__builtin_expect (l->l_faked, 0) != 0) + if (__builtin_expect (l->l_faked, 0) != 0 + || __builtin_expect (l->l_removed, 0) != 0) continue; if (!_dl_name_match_p (name, l)) { @@ -1847,6 +2000,35 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, loader->l_name[0] ? loader->l_name : rtld_progname, loader->l_ns); +#ifdef SHARED + /* Give the auditing libraries a chance to change the name before we + try anything. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0) + && (loader == NULL || loader->l_auditing == 0)) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->objsearch != NULL) + { + name = afct->objsearch (name, &loader->l_audit[cnt].cookie, + LA_SER_ORIG); + if (name == NULL) + { + /* Do not try anything further. */ + fd = -1; + goto no_file; + } + } + + afct = afct->next; + } + } +#endif + + /* Will be true if we found a DSO which is of the other ELF class. */ + bool found_other_class = false; + if (strchr (name, '/') == NULL) { /* Search for NAME in several places. */ @@ -1862,36 +2044,50 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, RPATHs. */ if (loader == NULL || loader->l_info[DT_RUNPATH] == NULL) { + /* This is the executable's map (if there is one). Make sure that + we do not look at it twice. */ + struct link_map *main_map = GL(dl_ns)[LM_ID_BASE]._ns_loaded; + bool did_main_map = false; + /* First try the DT_RPATH of the dependent object that caused NAME to be loaded. Then that object's dependent, and on up. */ - for (l = loader; fd == -1 && l; l = l->l_loader) + for (l = loader; l; l = l->l_loader) if (cache_rpath (l, &l->l_rpath_dirs, DT_RPATH, "RPATH")) - fd = open_path (name, namelen, preloaded, &l->l_rpath_dirs, - &realname, &fb); + { + fd = open_path (name, namelen, preloaded, &l->l_rpath_dirs, + &realname, &fb, loader, LA_SER_RUNPATH, + &found_other_class); + if (fd != -1) + break; + + did_main_map |= l == main_map; + } /* If dynamically linked, try the DT_RPATH of the executable itself. NB: we do this for lookups in any namespace. */ - if (fd == -1) - { - l = GL(dl_ns)[LM_ID_BASE]._ns_loaded; - if (l && l->l_type != lt_loaded && l != loader - && cache_rpath (l, &l->l_rpath_dirs, DT_RPATH, "RPATH")) - fd = open_path (name, namelen, preloaded, &l->l_rpath_dirs, - &realname, &fb); - } + if (fd == -1 && !did_main_map + && main_map != NULL && main_map->l_type != lt_loaded + && cache_rpath (main_map, &main_map->l_rpath_dirs, DT_RPATH, + "RPATH")) + fd = open_path (name, namelen, preloaded, &main_map->l_rpath_dirs, + &realname, &fb, loader ?: main_map, LA_SER_RUNPATH, + &found_other_class); } /* Try the LD_LIBRARY_PATH environment variable. */ if (fd == -1 && env_path_list.dirs != (void *) -1) fd = open_path (name, namelen, preloaded, &env_path_list, - &realname, &fb); + &realname, &fb, + loader ?: GL(dl_ns)[LM_ID_BASE]._ns_loaded, + LA_SER_LIBPATH, &found_other_class); /* Look at the RUNPATH information for this binary. */ if (fd == -1 && loader != NULL && cache_rpath (loader, &loader->l_runpath_dirs, DT_RUNPATH, "RUNPATH")) fd = open_path (name, namelen, preloaded, - &loader->l_runpath_dirs, &realname, &fb); + &loader->l_runpath_dirs, &realname, &fb, loader, + LA_SER_RUNPATH, &found_other_class); if (fd == -1 && (__builtin_expect (! preloaded, 1) @@ -1939,7 +2135,9 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, if (cached != NULL) { - fd = open_verify (cached, &fb); + fd = open_verify (cached, + &fb, loader ?: GL(dl_ns)[nsid]._ns_loaded, + LA_SER_CONFIG, &found_other_class, false); if (__builtin_expect (fd != -1, 1)) { realname = local_strdup (cached); @@ -1959,7 +2157,7 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, || __builtin_expect (!(l->l_flags_1 & DF_1_NODEFLIB), 1)) && rtld_search_dirs.dirs != (void *) -1) fd = open_path (name, namelen, preloaded, &rtld_search_dirs, - &realname, &fb); + &realname, &fb, l, LA_SER_DEFAULT, &found_other_class); /* Add another newline when we are tracing the library loading. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_LIBS, 0)) @@ -1975,12 +2173,17 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, fd = -1; else { - fd = open_verify (realname, &fb); + fd = open_verify (realname, &fb, + loader ?: GL(dl_ns)[nsid]._ns_loaded, 0, + &found_other_class, true); if (__builtin_expect (fd, 0) == -1) free (realname); } } +#ifdef SHARED + no_file: +#endif /* In case the LOADER information has only been provided to get to the appropriate RUNPATH/RPATH information we do not need it anymore. */ @@ -2002,8 +2205,11 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, if ((name_copy = local_strdup (name)) == NULL || (l = _dl_new_object (name_copy, name, type, loader, mode, nsid)) == NULL) - _dl_signal_error (ENOMEM, name, NULL, - N_("cannot create shared object descriptor")); + { + free (name_copy); + _dl_signal_error (ENOMEM, name, NULL, + N_("cannot create shared object descriptor")); + } /* Signal that this is a faked entry. */ l->l_faked = 1; /* Since the descriptor is initialized with zero we do not @@ -2015,6 +2221,11 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, return l; } + else if (found_other_class) + _dl_signal_error (0, name, NULL, + ELFW(CLASS) == ELFCLASS32 + ? N_("wrong ELF class: ELFCLASS64") + : N_("wrong ELF class: ELFCLASS32")); else _dl_signal_error (errno, name, NULL, N_("cannot open shared object file")); diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index fdb076951d..e971929d0e 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -1,5 +1,5 @@ /* Look up a symbol in the loaded objects. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,8 +23,9 @@ #include #include #include -#include "dl-hash.h" +#include #include +#include #include #include @@ -72,6 +73,16 @@ struct sym_val #include "do-lookup.h" +static uint_fast32_t +dl_new_hash (const char *s) +{ + uint_fast32_t h = 5381; + for (unsigned char c = *s; c != '\0'; c = *++s) + h = h * 33 + c; + return h & 0xffffffff; +} + + /* Add extra dependency on MAP to UNDEF_MAP. */ static int internal_function @@ -91,11 +102,6 @@ add_dependency (struct link_map *undef_map, struct link_map *map) /* Make sure nobody can unload the object while we are at it. */ __rtld_lock_lock_recursive (GL(dl_load_lock)); - /* Don't create cross-reference between modules which are - dynamically loaded by the same dlopen() call. */ - if (undef_map->l_opencount == 0 && map->l_opencount == 0) - goto out; - /* Avoid references to objects which cannot be unloaded anyway. */ if (map->l_type != lt_loaded || (map->l_flags_1 & DF_1_NODELETE) != 0) @@ -107,14 +113,13 @@ add_dependency (struct link_map *undef_map, struct link_map *map) if (undef_map->l_type != lt_loaded || (undef_map->l_flags_1 & DF_1_NODELETE) != 0) { - ++map->l_opencount; map->l_flags_1 |= DF_1_NODELETE; goto out; } /* Determine whether UNDEF_MAP already has a reference to MAP. First look in the normal dependencies. */ - if (undef_map->l_searchlist.r_list != NULL) + if (undef_map->l_initfini != NULL) { list = undef_map->l_initfini; @@ -172,19 +177,6 @@ add_dependency (struct link_map *undef_map, struct link_map *map) if (__builtin_expect (act < undef_map->l_reldepsmax, 1)) undef_map->l_reldeps[undef_map->l_reldepsact++] = map; - if (map->l_searchlist.r_list != NULL) - /* And increment the counter in the referenced object. */ - ++map->l_opencount; - else - /* We have to bump the counts for all dependencies since so far - this object was only a normal or transitive dependency. - Now it might be closed with _dl_close() directly. */ - for (list = map->l_initfini; *list != NULL; ++list) - ++(*list)->l_opencount; - - /* As if it is opened through _dl_open. */ - ++map->l_direct_opencount; - /* Display information if we are debugging. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)) _dl_debug_printf ("\ @@ -209,14 +201,17 @@ add_dependency (struct link_map *undef_map, struct link_map *map) static void internal_function _dl_debug_bindings (const char *undef_name, struct link_map *undef_map, - const ElfW(Sym) **ref, struct r_scope_elem *symbol_scope[], - struct sym_val *value, + const ElfW(Sym) **ref, struct sym_val *value, const struct r_found_version *version, int type_class, int protected); /* Search loaded objects' symbol tables for a definition of the symbol - UNDEF_NAME, perhaps with a requested version for the symbol. */ + UNDEF_NAME, perhaps with a requested version for the symbol. + + We must never have calls to the audit functions inside this function + or in any function which gets called. If this would happen the audit + code might create a thread which can throw off all the scope locking. */ lookup_t internal_function _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map, @@ -225,7 +220,8 @@ _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map, const struct r_found_version *version, int type_class, int flags, struct link_map *skip_map) { - const unsigned long int hash = _dl_elf_hash (undef_name); + const uint_fast32_t new_hash = dl_new_hash (undef_name); + unsigned long int old_hash = 0xffffffff; struct sym_val current_value = { NULL, NULL }; struct r_scope_elem **scope = symbol_scope; @@ -233,23 +229,20 @@ _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map, /* No other flag than DL_LOOKUP_ADD_DEPENDENCY is allowed if we look up a versioned symbol. */ - assert (version == NULL || flags == 0 || flags == DL_LOOKUP_ADD_DEPENDENCY); + assert (version == NULL || (flags & ~(DL_LOOKUP_ADD_DEPENDENCY)) == 0); size_t i = 0; if (__builtin_expect (skip_map != NULL, 0)) - { - /* Search the relevant loaded objects for a definition. */ - while ((*scope)->r_list[i] != skip_map) - ++i; - - assert (i < (*scope)->r_nlist); - } + /* Search the relevant loaded objects for a definition. */ + while ((*scope)->r_list[i] != skip_map) + ++i; /* Search the relevant loaded objects for a definition. */ for (size_t start = i; *scope != NULL; start = 0, ++scope) { - int res = do_lookup_x (undef_name, hash, *ref, ¤t_value, *scope, - start, version, flags, skip_map, type_class); + int res = do_lookup_x (undef_name, new_hash, &old_hash, *ref, + ¤t_value, *scope, start, version, flags, + skip_map, type_class); if (res > 0) break; @@ -320,9 +313,9 @@ _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map, struct sym_val protected_value = { NULL, NULL }; for (scope = symbol_scope; *scope != NULL; i = 0, ++scope) - if (do_lookup_x (undef_name, hash, *ref, &protected_value, - *scope, i, version, flags, skip_map, - ELF_RTYPE_CLASS_PLT) != 0) + if (do_lookup_x (undef_name, new_hash, &old_hash, *ref, + &protected_value, *scope, i, version, flags, + skip_map, ELF_RTYPE_CLASS_PLT) != 0) break; if (protected_value.s != NULL && protected_value.m != undef_map) @@ -345,16 +338,15 @@ _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map, && add_dependency (undef_map, current_value.m) < 0) /* Something went wrong. Perhaps the object we tried to reference was just removed. Try finding another definition. */ - return _dl_lookup_symbol_x (undef_name, undef_map, ref, - symbol_scope, version, type_class, - flags, skip_map); + return _dl_lookup_symbol_x (undef_name, undef_map, ref, symbol_scope, + version, type_class, flags, skip_map); /* The object is used. */ current_value.m->l_used = 1; if (__builtin_expect (GLRO(dl_debug_mask) & (DL_DEBUG_BINDINGS|DL_DEBUG_PRELINK), 0)) - _dl_debug_bindings (undef_name, undef_map, ref, symbol_scope, + _dl_debug_bindings (undef_name, undef_map, ref, ¤t_value, version, type_class, protected); *ref = current_value.s; @@ -371,6 +363,31 @@ _dl_setup_hash (struct link_map *map) Elf_Symndx *hash; Elf_Symndx nchain; + if (__builtin_expect (map->l_info[DT_ADDRTAGIDX (DT_GNU_HASH) + DT_NUM + + DT_THISPROCNUM + DT_VERSIONTAGNUM + + DT_EXTRANUM + DT_VALNUM] != NULL, 1)) + { + Elf32_Word *hash32 + = (void *) D_PTR (map, l_info[DT_ADDRTAGIDX (DT_GNU_HASH) + DT_NUM + + DT_THISPROCNUM + DT_VERSIONTAGNUM + + DT_EXTRANUM + DT_VALNUM]); + map->l_nbuckets = *hash32++; + Elf32_Word symbias = *hash32++; + Elf32_Word bitmask_nwords = *hash32++; + /* Must be a power of two. */ + assert ((bitmask_nwords & (bitmask_nwords - 1)) == 0); + map->l_gnu_bitmask_idxbits = bitmask_nwords - 1; + map->l_gnu_shift = *hash32++; + + map->l_gnu_bitmask = (ElfW(Addr) *) hash32; + hash32 += __ELF_NATIVE_CLASS / 32 * bitmask_nwords; + + map->l_gnu_buckets = hash32; + hash32 += map->l_nbuckets; + map->l_gnu_chain_zero = hash32 - symbias; + return; + } + if (!map->l_info[DT_HASH]) return; hash = (void *) D_PTR (map, l_info[DT_HASH]); @@ -386,8 +403,7 @@ _dl_setup_hash (struct link_map *map) static void internal_function _dl_debug_bindings (const char *undef_name, struct link_map *undef_map, - const ElfW(Sym) **ref, struct r_scope_elem *symbol_scope[], - struct sym_val *value, + const ElfW(Sym) **ref, struct sym_val *value, const struct r_found_version *version, int type_class, int protected) { @@ -395,11 +411,13 @@ _dl_debug_bindings (const char *undef_name, struct link_map *undef_map, if (GLRO(dl_debug_mask) & DL_DEBUG_BINDINGS) { - _dl_debug_printf ("binding file %s to %s: %s symbol `%s'", + _dl_debug_printf ("binding file %s [%lu] to %s [%lu]: %s symbol `%s'", (reference_name[0] ? reference_name : (rtld_progname ?: "
")), + undef_map->l_ns, value->m->l_name[0] ? value->m->l_name : rtld_progname, + value->m->l_ns, protected ? "protected" : "normal", undef_name); if (version) _dl_debug_printf_c (" [%s]\n", version->name); @@ -416,9 +434,10 @@ _dl_debug_bindings (const char *undef_name, struct link_map *undef_map, || GLRO(dl_trace_prelink_map) == GL(dl_ns)[LM_ID_BASE]._ns_loaded) && undef_map != GL(dl_ns)[LM_ID_BASE]._ns_loaded) { - const unsigned long int hash = _dl_elf_hash (undef_name); + const uint_fast32_t new_hash = dl_new_hash (undef_name); + unsigned long int old_hash = 0xffffffff; - do_lookup_x (undef_name, hash, *ref, &val, + do_lookup_x (undef_name, new_hash, &old_hash, *ref, &val, undef_map->l_local_scope[0], 0, version, 0, NULL, type_class); diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c index adb85e6753..eeea790e40 100644 --- a/elf/dl-minimal.c +++ b/elf/dl-minimal.c @@ -1,5 +1,6 @@ /* Minimal replacements for basic facilities used in the dynamic linker. - Copyright (C) 1995-1998,2000-2002,2004 Free Software Foundation, Inc. + Copyright (C) 1995-1998,2000-2002,2004-2006,2007 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -74,14 +75,21 @@ __libc_memalign (size_t align, size_t n) alloc_ptr = (void *) 0 + (((alloc_ptr - (void *) 0) + align - 1) & ~(align - 1)); - if (alloc_ptr + n >= alloc_end) + if (alloc_ptr + n >= alloc_end || n >= -(uintptr_t) alloc_ptr) { /* Insufficient space left; allocate another page. */ caddr_t page; size_t nup = (n + GLRO(dl_pagesize) - 1) & ~(GLRO(dl_pagesize) - 1); + if (__builtin_expect (nup == 0, 0)) + { + if (n) + return NULL; + nup = GLRO(dl_pagesize); + } page = __mmap (0, nup, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, _dl_zerofd, 0); - assert (page != MAP_FAILED); + if (page == MAP_FAILED) + return NULL; if (page != alloc_end) alloc_ptr = page; alloc_end = page + nup; @@ -107,7 +115,14 @@ calloc (size_t nmemb, size_t size) /* New memory from the trivial malloc above is always already cleared. (We make sure that's true in the rare occasion it might not be, by clearing memory in free, below.) */ - return malloc (nmemb * size); + size_t bytes = nmemb * size; + +#define HALF_SIZE_T (((size_t) 1) << (8 * sizeof (size_t) / 2)) + if (__builtin_expect ((nmemb | size) >= HALF_SIZE_T, 0) + && size != 0 && bytes / size != nmemb) + return NULL; + + return malloc (bytes); } /* This will rarely be called. */ @@ -128,14 +143,13 @@ free (void *ptr) void * weak_function realloc (void *ptr, size_t n) { - void *new; if (ptr == NULL) return malloc (n); assert (ptr == alloc_last_block); + size_t old_size = alloc_ptr - alloc_last_block; alloc_ptr = alloc_last_block; - new = malloc (n); - assert (new == ptr); - return new; + void *new = malloc (n); + return new != ptr ? memcpy (new, ptr, old_size) : new; } /* Avoid signal frobnication in setjmp/longjmp. Keeps things smaller. */ @@ -148,12 +162,6 @@ __sigjmp_save (sigjmp_buf env, int savemask __attribute__ ((unused))) env[0].__mask_was_saved = 0; return 0; } - -void weak_function -longjmp (jmp_buf env, int val) -{ - __longjmp (env[0].__jmpbuf, val); -} /* Define our own version of the internal function used by strerror. We only provide the messages for some common errors. This avoids pulling @@ -270,7 +278,7 @@ __strtoul_internal (const char *nptr, char **endptr, int base, int group) while (*nptr >= '0' && *nptr <= '9') { unsigned long int digval = *nptr - '0'; - if (result > LONG_MAX / 10 + if (result > ULONG_MAX / 10 || (result == ULONG_MAX / 10 && digval > ULONG_MAX % 10)) { errno = ERANGE; diff --git a/elf/dl-misc.c b/elf/dl-misc.c index 08d64956b8..6da1e2e4aa 100644 --- a/elf/dl-misc.c +++ b/elf/dl-misc.c @@ -1,5 +1,5 @@ /* Miscellaneous support functions for dynamic linker - Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -308,7 +308,7 @@ _dl_dprintf (int fd, const char *fmt, ...) /* Test whether given NAME matches any of the names of the given object. */ int internal_function -_dl_name_match_p (const char *name, struct link_map *map) +_dl_name_match_p (const char *name, const struct link_map *map) { if (strcmp (name, map->l_name) == 0) return 1; diff --git a/elf/dl-object.c b/elf/dl-object.c index b46ebdc33f..86f7a8e4d9 100644 --- a/elf/dl-object.c +++ b/elf/dl-object.c @@ -39,14 +39,24 @@ _dl_new_object (char *realname, const char *libname, int type, size_t libname_len = strlen (libname) + 1; struct link_map *new; struct libname_list *newname; +#ifdef SHARED + /* We create the map for the executable before we know whether we have + auditing libraries and if yes, how many. Assume the worst. */ + unsigned int naudit = GLRO(dl_naudit) ?: ((mode & __RTLD_OPENEXEC) + ? DL_NNS : 0); + size_t audit_space = naudit * sizeof (new->l_audit[0]); +#else +# define audit_space 0 +#endif - new = (struct link_map *) calloc (sizeof (*new) + sizeof (*newname) - + libname_len, 1); + new = (struct link_map *) calloc (sizeof (*new) + audit_space + + sizeof (*newname) + libname_len, 1); if (new == NULL) return NULL; new->l_real = new; - new->l_libname = newname = (struct libname_list *) (new + 1); + new->l_libname = newname = (struct libname_list *) ((char *) (new + 1) + + audit_space); newname->name = (char *) memcpy (newname + 1, libname, libname_len); /* newname->next = NULL; We use calloc therefore not necessary. */ newname->dont_free = 1; @@ -59,6 +69,14 @@ _dl_new_object (char *realname, const char *libname, int type, #endif new->l_ns = nsid; +#ifdef SHARED + for (unsigned int cnt = 0; cnt < naudit; ++cnt) + { + new->l_audit[cnt].cookie = (uintptr_t) new; + /* new->l_audit[cnt].bindflags = 0; */ + } +#endif + /* new->l_global = 0; We use calloc therefore not necessary. */ /* Use the 'l_scope_mem' array by default for the the 'l_scope' diff --git a/elf/dl-open.c b/elf/dl-open.c index 7e890ad7f7..32e7caac7f 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -1,5 +1,5 @@ /* Load a shared object at runtime, relocate it, and run its initializer. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,16 +31,12 @@ #include #include #include +#include +#include #include -#ifndef SHARED -/* Giving this initialized value preallocates some surplus bytes in the - static TLS area, see __libc_setup_tls (libc-tls.c). */ -size_t _dl_tls_static_size = 2048; -#endif - extern ElfW(Addr) _dl_sysdep_start (void **start_argptr, void (*dl_main) (const ElfW(Phdr) *phdr, ElfW(Word) phnum, @@ -49,11 +45,6 @@ weak_extern (BP_SYM (_dl_sysdep_start)) extern int __libc_multiple_libcs; /* Defined in init-first.c. */ -extern int __libc_argc attribute_hidden; -extern char **__libc_argv attribute_hidden; - -extern char **__environ; - /* Undefine the following for debugging. */ /* #define SCOPE_DEBUG 1 */ #ifdef SCOPE_DEBUG @@ -74,6 +65,10 @@ struct dl_open_args struct link_map *map; /* Namespace ID. */ Lmid_t nsid; + /* Original parameters to the program and the current environment. */ + int argc; + char **argv; + char **env; }; @@ -103,47 +98,57 @@ add_to_global (struct link_map *new) in an realloc() call. Therefore we allocate a completely new array the first time we have to add something to the locale scope. */ - if (GL(dl_ns)[new->l_ns]._ns_global_scope_alloc == 0) + struct link_namespaces *ns = &GL(dl_ns)[new->l_ns]; + if (ns->_ns_global_scope_alloc == 0) { /* This is the first dynamic object given global scope. */ - GL(dl_ns)[new->l_ns]._ns_global_scope_alloc - = GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_nlist + to_add + 8; + ns->_ns_global_scope_alloc + = ns->_ns_main_searchlist->r_nlist + to_add + 8; new_global = (struct link_map **) - malloc (GL(dl_ns)[new->l_ns]._ns_global_scope_alloc - * sizeof (struct link_map *)); + malloc (ns->_ns_global_scope_alloc * sizeof (struct link_map *)); if (new_global == NULL) { - GL(dl_ns)[new->l_ns]._ns_global_scope_alloc = 0; + ns->_ns_global_scope_alloc = 0; nomem: - GLRO(dl_signal_error) (ENOMEM, new->l_libname->name, NULL, - N_("cannot extend global scope")); + _dl_signal_error (ENOMEM, new->l_libname->name, NULL, + N_("cannot extend global scope")); return 1; } /* Copy over the old entries. */ - GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_list - = memcpy (new_global, - GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_list, - (GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_nlist + ns->_ns_main_searchlist->r_list + = memcpy (new_global, ns->_ns_main_searchlist->r_list, + (ns->_ns_main_searchlist->r_nlist * sizeof (struct link_map *))); } - else if (GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_nlist + to_add - > GL(dl_ns)[new->l_ns]._ns_global_scope_alloc) + else if (ns->_ns_main_searchlist->r_nlist + to_add + > ns->_ns_global_scope_alloc) { /* We have to extend the existing array of link maps in the main map. */ + struct link_map **old_global + = GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_list; + size_t new_nalloc = ((ns->_ns_global_scope_alloc + to_add) * 2); + new_global = (struct link_map **) - realloc (GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_list, - ((GL(dl_ns)[new->l_ns]._ns_global_scope_alloc + to_add + 8) - * sizeof (struct link_map *))); + malloc (new_nalloc * sizeof (struct link_map *)); if (new_global == NULL) goto nomem; - GL(dl_ns)[new->l_ns]._ns_global_scope_alloc += to_add + 8; - GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_list = new_global; + memcpy (new_global, old_global, + ns->_ns_global_scope_alloc * sizeof (struct link_map *)); + + ns->_ns_global_scope_alloc = new_nalloc; + ns->_ns_main_searchlist->r_list = new_global; + + if (!RTLD_SINGLE_THREAD_P) + THREAD_GSCOPE_WAIT (); + + free (old_global); } /* Now add the new entries. */ + unsigned int new_nlist = ns->_ns_main_searchlist->r_nlist; for (cnt = 0; cnt < new->l_searchlist.r_nlist; ++cnt) { struct link_map *map = new->l_searchlist.r_list[cnt]; @@ -151,15 +156,49 @@ add_to_global (struct link_map *new) if (map->l_global == 0) { map->l_global = 1; - GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_list[GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_nlist] - = map; - ++GL(dl_ns)[new->l_ns]._ns_main_searchlist->r_nlist; + ns->_ns_main_searchlist->r_list[new_nlist++] = map; } } + atomic_write_barrier (); + ns->_ns_main_searchlist->r_nlist = new_nlist; return 0; } +int +_dl_scope_free (struct r_scope_elem **old) +{ + struct dl_scope_free_list *fsl; +#define DL_SCOPE_FREE_LIST_SIZE (sizeof (fsl->list) / sizeof (fsl->list[0])) + + if (RTLD_SINGLE_THREAD_P) + free (old); + else if ((fsl = GL(dl_scope_free_list)) == NULL) + { + GL(dl_scope_free_list) = fsl = malloc (sizeof (*fsl)); + if (fsl == NULL) + { + THREAD_GSCOPE_WAIT (); + free (old); + return 1; + } + else + { + fsl->list[0] = old; + fsl->count = 1; + } + } + else if (fsl->count < DL_SCOPE_FREE_LIST_SIZE) + fsl->list[fsl->count++] = old; + else + { + THREAD_GSCOPE_WAIT (); + while (fsl->count > 0) + free (fsl->list[--fsl->count]); + return 1; + } + return 0; +} static void dl_open_worker (void *a) @@ -167,17 +206,18 @@ dl_open_worker (void *a) struct dl_open_args *args = a; const char *file = args->file; int mode = args->mode; - struct link_map *new, *l; + struct link_map *new; int lazy; unsigned int i; #ifdef USE_TLS - bool any_tls; + bool any_tls = false; #endif struct link_map *call_map = NULL; /* Check whether _dl_open() has been called from a valid DSO. */ - if (__check_caller (args->caller_dl_open, allow_libc|allow_libdl) != 0) - GLRO(dl_signal_error) (0, "dlopen", NULL, N_("invalid caller")); + if (__check_caller (args->caller_dl_open, + allow_libc|allow_libdl|allow_ldso) != 0) + _dl_signal_error (0, "dlopen", NULL, N_("invalid caller")); /* Determine the caller's map if necessary. This is needed in case we have a DST, when we don't know the namespace ID we have to put @@ -193,13 +233,14 @@ dl_open_worker (void *a) By default we assume this is the main application. */ call_map = GL(dl_ns)[LM_ID_BASE]._ns_loaded; + struct link_map *l; for (Lmid_t ns = 0; ns < DL_NNS; ++ns) for (l = GL(dl_ns)[ns]._ns_loaded; l != NULL; l = l->l_next) if (caller_dlopen >= (const void *) l->l_map_start - && caller_dlopen < (const void *) l->l_map_end) + && caller_dlopen < (const void *) l->l_map_end + && (l->l_contiguous + || _dl_addr_inside_object (l, (ElfW(Addr)) caller_dlopen))) { - /* There must be exactly one DSO for the range of the virtual - memory. Otherwise something is really broken. */ assert (ns == l->l_ns); call_map = l; goto found_caller; @@ -218,6 +259,8 @@ dl_open_worker (void *a) } } + assert (_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT); + /* Maybe we have to expand a DST. */ if (__builtin_expect (dst != NULL, 0)) { @@ -225,13 +268,6 @@ dl_open_worker (void *a) size_t required; char *new_file; - /* DSTs must not appear in SUID/SGID programs. */ - if (__libc_enable_secure) - /* This is an error. */ - GLRO(dl_signal_error) (0, "dlopen", NULL, - N_("DST not allowed in SUID/SGID programs")); - - /* Determine how much space we need. We have to allocate the memory locally. */ required = DL_DST_REQUIRED (call_map, file, len, _dl_dst_count (dst, 0)); @@ -244,8 +280,8 @@ dl_open_worker (void *a) /* If the substitution failed don't try to load. */ if (*new_file == '\0') - GLRO(dl_signal_error) (0, "dlopen", NULL, - N_("empty dynamic string token substitution")); + _dl_signal_error (0, "dlopen", NULL, + N_("empty dynamic string token substitution")); /* Now we have a new file name. */ file = new_file; @@ -256,8 +292,8 @@ dl_open_worker (void *a) } /* Load the named object. */ - args->map = new = GLRO(dl_map_object) (call_map, file, 0, lt_loaded, 0, - mode | __RTLD_CALLMAP, args->nsid); + args->map = new = _dl_map_object (call_map, file, 0, lt_loaded, 0, + mode | __RTLD_CALLMAP, args->nsid); /* If the pointer returned is NULL this means the RTLD_NOLOAD flag is set and the object is not already loaded. */ @@ -279,47 +315,65 @@ dl_open_worker (void *a) { /* Let the user know about the opencount. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)) - GLRO(dl_debug_printf) ("opening file=%s [%lu]; opencount=%u\n\n", - new->l_name, new->l_ns, new->l_opencount); + _dl_debug_printf ("opening file=%s [%lu]; direct_opencount=%u\n\n", + new->l_name, new->l_ns, new->l_direct_opencount); /* If the user requested the object to be in the global namespace but it is not so far, add it now. */ if ((mode & RTLD_GLOBAL) && new->l_global == 0) (void) add_to_global (new); - if (new->l_direct_opencount == 1) - /* This is the only direct reference. Increment all the - dependencies' reference counter. */ - for (i = 0; i < new->l_searchlist.r_nlist; ++i) - ++new->l_searchlist.r_list[i]->l_opencount; - else - /* Increment just the reference counter of the object. */ - ++new->l_opencount; + assert (_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT); return; } /* Load that object's dependencies. */ - GLRO(dl_map_object_deps) (new, NULL, 0, 0, - mode & (__RTLD_DLOPEN | RTLD_DEEPBIND)); + _dl_map_object_deps (new, NULL, 0, 0, + mode & (__RTLD_DLOPEN | RTLD_DEEPBIND | __RTLD_AUDIT)); /* So far, so good. Now check the versions. */ for (i = 0; i < new->l_searchlist.r_nlist; ++i) if (new->l_searchlist.r_list[i]->l_real->l_versions == NULL) - (void) GLRO(dl_check_map_versions) (new->l_searchlist.r_list[i]->l_real, - 0, 0); + (void) _dl_check_map_versions (new->l_searchlist.r_list[i]->l_real, + 0, 0); #ifdef SCOPE_DEBUG show_scope (new); #endif +#ifdef SHARED + /* Auditing checkpoint: we have added all objects. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct link_map *head = GL(dl_ns)[new->l_ns]._ns_loaded; + /* Do not call the functions for any auditing object. */ + if (head->l_auditing == 0) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->activity != NULL) + afct->activity (&head->l_audit[cnt].cookie, LA_ACT_CONSISTENT); + + afct = afct->next; + } + } + } +#endif + + /* Notify the debugger all new objects are now ready to go. */ + struct r_debug *r = _dl_debug_initialize (0, args->nsid); + r->r_state = RT_CONSISTENT; + _dl_debug_state (); + /* Only do lazy relocation if `LD_BIND_NOW' is not set. */ lazy = (mode & RTLD_BINDING_MASK) == RTLD_LAZY && GLRO(dl_lazy); /* Relocate the objects loaded. We do this in reverse order so that copy relocs of earlier objects overwrite the data written by later objects. */ - l = new; + struct link_map *l = new; while (l->l_next) l = l->l_next; while (1) @@ -327,7 +381,7 @@ dl_open_worker (void *a) if (! l->l_real->l_relocated) { #ifdef SHARED - if (GLRO(dl_profile) != NULL) + if (__builtin_expect (GLRO(dl_profile) != NULL, 0)) { /* If this here is the shared object which we want to profile make sure the profile is started. We can find out whether @@ -336,12 +390,12 @@ dl_open_worker (void *a) start the profiling. */ struct link_map *old_profile_map = GL(dl_profile_map); - GLRO(dl_relocate_object) (l, l->l_scope, 1, 1); + _dl_relocate_object (l, l->l_scope, 1, 1); if (old_profile_map == NULL && GL(dl_profile_map) != NULL) { /* We must prepare the profiling. */ - GLRO(dl_start_profile) (); + _dl_start_profile (); /* Prevent unloading the object. */ GL(dl_profile_map)->l_flags_1 |= DF_1_NODELETE; @@ -349,7 +403,7 @@ dl_open_worker (void *a) } else #endif - GLRO(dl_relocate_object) (l, l->l_scope, lazy, 0); + _dl_relocate_object (l, l->l_scope, lazy, 0); } if (l == new) @@ -357,160 +411,115 @@ dl_open_worker (void *a) l = l->l_prev; } -#ifdef USE_TLS - /* Do static TLS initialization now if it has been delayed because - the TLS template might not be fully relocated at _dl_allocate_static_tls - time. */ - for (l = new; l; l = l->l_next) - if (l->l_need_tls_init) - { - l->l_need_tls_init = 0; - GL(dl_init_static_tls) (l); - } - - /* We normally don't bump the TLS generation counter. There must be - actually a need to do this. */ - any_tls = false; -#endif - - /* Increment the open count for all dependencies. If the file is - not loaded as a dependency here add the search list of the newly - loaded object to the scope. */ + /* If the file is not loaded now as a dependency, add the search + list of the newly loaded object to the scope. */ for (i = 0; i < new->l_searchlist.r_nlist; ++i) - if (++new->l_searchlist.r_list[i]->l_opencount > 1 - && new->l_real->l_searchlist.r_list[i]->l_type == lt_loaded) - { - struct link_map *imap = new->l_searchlist.r_list[i]; - struct r_scope_elem **runp = imap->l_scope; - size_t cnt = 0; - - while (*runp != NULL) - { - /* This can happen if imap was just loaded, but during - relocation had l_opencount bumped because of relocation - dependency. Avoid duplicates in l_scope. */ - if (__builtin_expect (*runp == &new->l_searchlist, 0)) - break; - - ++cnt; - ++runp; - } - - if (*runp != NULL) - /* Avoid duplicates. */ - continue; - - if (__builtin_expect (cnt + 1 >= imap->l_scope_max, 0)) - { - /* The 'r_scope' array is too small. Allocate a new one - dynamically. */ - struct r_scope_elem **newp; - size_t new_size = imap->l_scope_max * 2; - - if (imap->l_scope == imap->l_scope_mem) - { - newp = (struct r_scope_elem **) - malloc (new_size * sizeof (struct r_scope_elem *)); - if (newp == NULL) - GLRO(dl_signal_error) (ENOMEM, "dlopen", NULL, - N_("cannot create scope list")); - imap->l_scope = memcpy (newp, imap->l_scope, - cnt * sizeof (imap->l_scope[0])); - } - else - { - newp = (struct r_scope_elem **) - realloc (imap->l_scope, - new_size * sizeof (struct r_scope_elem *)); - if (newp == NULL) - GLRO(dl_signal_error) (ENOMEM, "dlopen", NULL, - N_("cannot create scope list")); - imap->l_scope = newp; - } - - imap->l_scope_max = new_size; - } - - imap->l_scope[cnt++] = &new->l_searchlist; - imap->l_scope[cnt] = NULL; - } + { + struct link_map *imap = new->l_searchlist.r_list[i]; + + /* If the initializer has been called already, the object has + not been loaded here and now. */ + if (imap->l_init_called && imap->l_type == lt_loaded) + { + struct r_scope_elem **runp = imap->l_scope; + size_t cnt = 0; + + while (*runp != NULL) + { + if (*runp == &new->l_searchlist) + break; + ++cnt; + ++runp; + } + + if (*runp != NULL) + /* Avoid duplicates. */ + continue; + + if (__builtin_expect (cnt + 1 >= imap->l_scope_max, 0)) + { + /* The 'r_scope' array is too small. Allocate a new one + dynamically. */ + size_t new_size; + struct r_scope_elem **newp; + +#define SCOPE_ELEMS(imap) \ + (sizeof (imap->l_scope_mem) / sizeof (imap->l_scope_mem[0])) + + if (imap->l_scope != imap->l_scope_mem + && imap->l_scope_max < SCOPE_ELEMS (imap)) + { + new_size = SCOPE_ELEMS (imap); + newp = imap->l_scope_mem; + } + else + { + new_size = imap->l_scope_max * 2; + newp = (struct r_scope_elem **) + malloc (new_size * sizeof (struct r_scope_elem *)); + if (newp == NULL) + _dl_signal_error (ENOMEM, "dlopen", NULL, + N_("cannot create scope list")); + } + + memcpy (newp, imap->l_scope, cnt * sizeof (imap->l_scope[0])); + struct r_scope_elem **old = imap->l_scope; + + imap->l_scope = newp; + + if (old != imap->l_scope_mem) + _dl_scope_free (old); + + imap->l_scope_max = new_size; + } + + /* First terminate the extended list. Otherwise a thread + might use the new last element and then use the garbage + at offset IDX+1. */ + imap->l_scope[cnt + 1] = NULL; + atomic_write_barrier (); + imap->l_scope[cnt] = &new->l_searchlist; + } #if USE_TLS - else if (new->l_searchlist.r_list[i]->l_opencount == 1 - /* Only if the module defines thread local data. */ - && __builtin_expect (new->l_searchlist.r_list[i]->l_tls_blocksize - > 0, 0)) - { - /* Now that we know the object is loaded successfully add - modules containing TLS data to the dtv info table. We - might have to increase its size. */ - struct dtv_slotinfo_list *listp; - struct dtv_slotinfo_list *prevp; - size_t idx = new->l_searchlist.r_list[i]->l_tls_modid; - - assert (new->l_searchlist.r_list[i]->l_type == lt_loaded); - - /* Find the place in the dtv slotinfo list. */ - listp = GL(dl_tls_dtv_slotinfo_list); - prevp = NULL; /* Needed to shut up gcc. */ - do - { - /* Does it fit in the array of this list element? */ - if (idx < listp->len) - break; - idx -= listp->len; - prevp = listp; - listp = listp->next; - } - while (listp != NULL); - - if (listp == NULL) - { - /* When we come here it means we have to add a new element - to the slotinfo list. And the new module must be in - the first slot. */ - assert (idx == 0); - - listp = prevp->next = (struct dtv_slotinfo_list *) - malloc (sizeof (struct dtv_slotinfo_list) - + TLS_SLOTINFO_SURPLUS * sizeof (struct dtv_slotinfo)); - if (listp == NULL) - { - /* We ran out of memory. We will simply fail this - call but don't undo anything we did so far. The - application will crash or be terminated anyway very - soon. */ - - /* We have to do this since some entries in the dtv - slotinfo array might already point to this - generation. */ - ++GL(dl_tls_generation); - - GLRO(dl_signal_error) (ENOMEM, "dlopen", NULL, N_("\ -cannot create TLS data structures")); - } - - listp->len = TLS_SLOTINFO_SURPLUS; - listp->next = NULL; - memset (listp->slotinfo, '\0', - TLS_SLOTINFO_SURPLUS * sizeof (struct dtv_slotinfo)); - } - - /* Add the information into the slotinfo data structure. */ - listp->slotinfo[idx].map = new->l_searchlist.r_list[i]; - listp->slotinfo[idx].gen = GL(dl_tls_generation) + 1; - - /* We have to bump the generation counter. */ - any_tls = true; - } + /* Only add TLS memory if this object is loaded now and + therefore is not yet initialized. */ + else if (! imap->l_init_called + /* Only if the module defines thread local data. */ + && __builtin_expect (imap->l_tls_blocksize > 0, 0)) + { + /* Now that we know the object is loaded successfully add + modules containing TLS data to the slot info table. We + might have to increase its size. */ + _dl_add_to_slotinfo (imap); + if (imap->l_need_tls_init) + { + imap->l_need_tls_init = 0; +# ifdef SHARED + /* Update the slot information data for at least the + generation of the DSO we are allocating data for. */ + _dl_update_slotinfo (imap->l_tls_modid); +# endif + + GL(dl_init_static_tls) (imap); + assert (imap->l_need_tls_init == 0); + } + + /* We have to bump the generation counter. */ + any_tls = true; + } +#endif + } + +#if USE_TLS /* Bump the generation number if necessary. */ - if (any_tls) - if (__builtin_expect (++GL(dl_tls_generation) == 0, 0)) - __libc_fatal (_("TLS generation counter wrapped! Please report this.")); + if (any_tls && __builtin_expect (++GL(dl_tls_generation) == 0, 0)) + _dl_fatal_printf (N_("\ +TLS generation counter wrapped! Please report this.")); #endif /* Run the initializer functions of new objects. */ - GLRO(dl_init) (new, __libc_argc, __libc_argv, __environ); + _dl_init (new, args->argc, args->argv, args->env); /* Now we can make the new map available in the global scope. */ if (mode & RTLD_GLOBAL) @@ -532,24 +541,18 @@ cannot create TLS data structures")); /* Let the user know about the opencount. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)) - GLRO(dl_debug_printf) ("opening file=%s [%lu]; opencount=%u\n\n", - new->l_name, new->l_ns, new->l_opencount); + _dl_debug_printf ("opening file=%s [%lu]; direct_opencount=%u\n\n", + new->l_name, new->l_ns, new->l_direct_opencount); } void * -internal_function -_dl_open (const char *file, int mode, const void *caller_dlopen, Lmid_t nsid) +_dl_open (const char *file, int mode, const void *caller_dlopen, Lmid_t nsid, + int argc, char *argv[], char *env[]) { - struct dl_open_args args; - const char *objname; - const char *errstring; - int errcode; - if ((mode & RTLD_BINDING_MASK) == 0) /* One of the flags must be set. */ - GLRO(dl_signal_error) (EINVAL, file, NULL, - N_("invalid mode for dlopen()")); + _dl_signal_error (EINVAL, file, NULL, N_("invalid mode for dlopen()")); /* Make sure we are alone. */ __rtld_lock_lock_recursive (GL(dl_load_lock)); @@ -566,66 +569,74 @@ _dl_open (const char *file, int mode, const void *caller_dlopen, Lmid_t nsid) /* No more namespace available. */ __rtld_lock_unlock_recursive (GL(dl_load_lock)); - GLRO(dl_signal_error) (EINVAL, file, NULL, N_("\ + _dl_signal_error (EINVAL, file, NULL, N_("\ no more namespaces available for dlmopen()")); } + + _dl_debug_initialize (0, nsid)->r_state = RT_CONSISTENT; } /* Never allow loading a DSO in a namespace which is empty. Such - direct placements is only causing problems. */ + direct placements is only causing problems. Also don't allow + loading into a namespace used for auditing. */ else if (nsid != LM_ID_BASE && nsid != __LM_ID_CALLER - && GL(dl_ns)[nsid]._ns_nloaded == 0) - GLRO(dl_signal_error) (EINVAL, file, NULL, - N_("invalid target namespace in dlmopen()")); + && (GL(dl_ns)[nsid]._ns_nloaded == 0 + || GL(dl_ns)[nsid]._ns_loaded->l_auditing)) + _dl_signal_error (EINVAL, file, NULL, + N_("invalid target namespace in dlmopen()")); + struct dl_open_args args; args.file = file; args.mode = mode; args.caller_dlopen = caller_dlopen; args.caller_dl_open = RETURN_ADDRESS (0); args.map = NULL; args.nsid = nsid; - errcode = GLRO(dl_catch_error) (&objname, &errstring, dl_open_worker, &args); + args.argc = argc; + args.argv = argv; + args.env = env; + + const char *objname; + const char *errstring; + bool malloced; + int errcode = _dl_catch_error (&objname, &errstring, &malloced, + dl_open_worker, &args); #ifndef MAP_COPY /* We must munmap() the cache file. */ - GLRO(dl_unload_cache) (); + _dl_unload_cache (); #endif - /* Release the lock. */ - __rtld_lock_unlock_recursive (GL(dl_load_lock)); - + /* See if an error occurred during loading. */ if (__builtin_expect (errstring != NULL, 0)) { - /* Some error occurred during loading. */ - char *local_errstring; - size_t len_errstring; - /* Remove the object from memory. It may be in an inconsistent state if relocation failed, for example. */ if (args.map) { - unsigned int i; - - /* Increment open counters for all objects since this - sometimes has not happened yet. */ - if (args.map->l_searchlist.r_list[0]->l_opencount == 0) - for (i = 0; i < args.map->l_searchlist.r_nlist; ++i) - ++args.map->l_searchlist.r_list[i]->l_opencount; - #ifdef USE_TLS - /* Maybe some of the modules which were loaded uses TLS. + /* Maybe some of the modules which were loaded use TLS. Since it will be removed in the following _dl_close call - we have to mark the dtv array as having gaps to fill - the holes. This is a pessimistic assumption which won't - hurt if not true. */ - GL(dl_tls_dtv_gaps) = true; + we have to mark the dtv array as having gaps to fill the + holes. This is a pessimistic assumption which won't hurt + if not true. There is no need to do this when we are + loading the auditing DSOs since TLS has not yet been set + up. */ + if ((mode & __RTLD_AUDIT) == 0) + GL(dl_tls_dtv_gaps) = true; #endif - _dl_close (args.map); + _dl_close_worker (args.map); } + assert (_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT); + + /* Release the lock. */ + __rtld_lock_unlock_recursive (GL(dl_load_lock)); + /* Make a local copy of the error string so that we can release the memory allocated for it. */ - len_errstring = strlen (errstring) + 1; + size_t len_errstring = strlen (errstring) + 1; + char *local_errstring; if (objname == errstring + len_errstring) { size_t total_len = len_errstring + strlen (objname) + 1; @@ -639,20 +650,24 @@ no more namespaces available for dlmopen()")); memcpy (local_errstring, errstring, len_errstring); } - if (errstring != _dl_out_of_memory) + if (malloced) free ((char *) errstring); /* Reraise the error. */ - GLRO(dl_signal_error) (errcode, objname, NULL, local_errstring); + _dl_signal_error (errcode, objname, NULL, local_errstring); } + assert (_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT); + + /* Release the lock. */ + __rtld_lock_unlock_recursive (GL(dl_load_lock)); + #ifndef SHARED DL_STATIC_INIT (args.map); #endif return args.map; } -libc_hidden_def (_dl_open) #ifdef SCOPE_DEBUG @@ -682,3 +697,21 @@ show_scope (struct link_map *new) } } #endif + +#ifdef IS_IN_rtld +/* Return non-zero if ADDR lies within one of L's segments. */ +int +internal_function +_dl_addr_inside_object (struct link_map *l, const ElfW(Addr) addr) +{ + int n = l->l_phnum; + const ElfW(Addr) reladdr = addr - l->l_addr; + + while (--n >= 0) + if (l->l_phdr[n].p_type == PT_LOAD + && reladdr - l->l_phdr[n].p_vaddr >= 0 + && reladdr - l->l_phdr[n].p_vaddr < l->l_phdr[n].p_memsz) + return 1; + return 0; +} +#endif diff --git a/sysdeps/generic/dl-origin.c b/elf/dl-origin.c similarity index 100% rename from sysdeps/generic/dl-origin.c rename to elf/dl-origin.c diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index 4004316c5a..117410e924 100644 --- a/elf/dl-reloc.c +++ b/elf/dl-reloc.c @@ -1,5 +1,5 @@ /* Relocate a shared object and resolve its references to other loaded objects. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -48,8 +48,6 @@ void internal_function __attribute_noinline__ _dl_allocate_static_tls (struct link_map *map) { - size_t offset; - /* If the alignment requirements are too high fail. */ if (map->l_tls_align > GL(dl_tls_static_align)) { @@ -71,15 +69,15 @@ cannot allocate memory in static TLS block")); n = (freebytes - blsize) / map->l_tls_align; - offset = GL(dl_tls_static_used) + (freebytes - n * map->l_tls_align - - map->l_tls_firstbyte_offset); + size_t offset = GL(dl_tls_static_used) + (freebytes - n * map->l_tls_align + - map->l_tls_firstbyte_offset); map->l_tls_offset = GL(dl_tls_static_used) = offset; # elif TLS_DTV_AT_TP size_t used; size_t check; - offset = roundup (GL(dl_tls_static_used), map->l_tls_align); + size_t offset = roundup (GL(dl_tls_static_used), map->l_tls_align); used = offset + map->l_tls_blocksize; check = used; /* dl_tls_static_used includes the TCB at the beginning. */ @@ -93,8 +91,20 @@ cannot allocate memory in static TLS block")); # error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" # endif - if (map->l_relocated) - GL(dl_init_static_tls) (map); + /* If the object is not yet relocated we cannot initialize the + static TLS region. Delay it. */ + if (map->l_real->l_relocated) + { +#ifdef SHARED + if (__builtin_expect (THREAD_DTV()[0].counter != GL(dl_tls_generation), + 0)) + /* Update the slot information data for at least the generation of + the DSO we are allocating data for. */ + (void) _dl_update_slotinfo (map->l_tls_modid); +#endif + + GL(dl_init_static_tls) (map); + } else map->l_need_tls_init = 1; } @@ -114,7 +124,10 @@ _dl_nothread_init_static_tls (struct link_map *map) # endif /* Fill in the DTV slot so that a later LD/GD access will find it. */ - THREAD_DTV ()[map->l_tls_modid].pointer = dest; + dtv_t *dtv = THREAD_DTV (); + assert (map->l_tls_modid <= dtv[-1].counter); + dtv[map->l_tls_modid].pointer.val = dest; + dtv[map->l_tls_modid].pointer.is_static = true; /* Initialize the memory. */ memset (__mempcpy (dest, map->l_tls_initimage, map->l_tls_initimage_size), @@ -137,11 +150,20 @@ _dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[], /* Initialize it to make the compiler happy. */ const char *errstring = NULL; +#ifdef SHARED + /* If we are auditing, install the same handlers we need for profiling. */ + consider_profiling |= GLRO(dl_audit) != NULL; +#elif defined PROF + /* Never use dynamic linker profiling for gprof profiling code. */ +# define consider_profiling 0 +#endif + if (l->l_relocated) return; /* If DT_BIND_NOW is set relocate all references in this object. We do not do this if we are profiling, of course. */ + // XXX Correct for auditing? if (!consider_profiling && __builtin_expect (l->l_info[DT_BIND_NOW] != NULL, 0)) lazy = 0; @@ -225,29 +247,6 @@ _dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[], l->l_lookup_cache.ret = (*ref); \ l->l_lookup_cache.value = _lr; })) \ : l) -#define RESOLVE(ref, version, r_type) \ - (ELFW(ST_BIND) ((*ref)->st_info) != STB_LOCAL \ - ? ((__builtin_expect ((*ref) == l->l_lookup_cache.sym, 0) \ - && elf_machine_type_class (r_type) == l->l_lookup_cache.type_class) \ - ? (bump_num_cache_relocations (), \ - (*ref) = l->l_lookup_cache.ret, \ - l->l_lookup_cache.value) \ - : ({ lookup_t _lr; \ - int _tc = elf_machine_type_class (r_type); \ - l->l_lookup_cache.type_class = _tc; \ - l->l_lookup_cache.sym = (*ref); \ - const struct r_found_version *v = NULL; \ - int flags = DL_LOOKUP_ADD_DEPENDENCY; \ - if ((version) != NULL && (version)->hash != 0) \ - { \ - v = (version); \ - flags = 0; \ - } \ - _lr = _dl_lookup_symbol_x (strtab + (*ref)->st_name, l, (ref), \ - scope, v, _tc, flags, NULL); \ - l->l_lookup_cache.ret = (*ref); \ - l->l_lookup_cache.value = _lr; })) \ - : l->l_addr) /* This macro is used as a callback from elf_machine_rel{a,} when a static TLS reloc is about to be performed. Since (in dl-load.c) we @@ -268,6 +267,7 @@ _dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[], ELF_DYNAMIC_RELOCATE (l, lazy, consider_profiling); +#ifndef PROF if (__builtin_expect (consider_profiling, 0)) { /* Allocate the array which will contain the already found @@ -276,23 +276,23 @@ _dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[], will be NULL. */ if (l->l_info[DT_PLTRELSZ] == NULL) { - errstring = N_("%s: profiler found no PLTREL in object %s\n"); + errstring = N_("%s: no PLTREL found in object %s\n"); fatal: _dl_fatal_printf (errstring, rtld_progname ?: "", l->l_name); } - l->l_reloc_result = - (ElfW(Addr) *) calloc (sizeof (ElfW(Addr)), - l->l_info[DT_PLTRELSZ]->d_un.d_val); + l->l_reloc_result = calloc (sizeof (l->l_reloc_result[0]), + l->l_info[DT_PLTRELSZ]->d_un.d_val); if (l->l_reloc_result == NULL) { errstring = N_("\ -%s: profiler out of memory shadowing PLTREL of %s\n"); +%s: out of memory to store relocation results for %s\n"); goto fatal; } } +#endif } /* Mark the object so we know this work has been done. */ diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index a0aecda2e8..ee2b8b5f6c 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -1,5 +1,5 @@ /* On-demand PLT fixup for shared objects. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,8 +22,12 @@ #include #include #include +#include #include +#include #include "dynamic-link.h" +#include + #if (!defined ELF_MACHINE_NO_RELA && !defined ELF_MACHINE_PLT_REL) \ || ELF_MACHINE_NO_REL @@ -51,15 +55,15 @@ function. */ #ifndef ELF_MACHINE_NO_PLT -static ElfW(Addr) -__attribute ((used, noinline)) ARCH_FIXUP_ATTRIBUTE -fixup ( +DL_FIXUP_VALUE_TYPE +__attribute ((noinline)) ARCH_FIXUP_ATTRIBUTE +_dl_fixup ( # ifdef ELF_MACHINE_RUNTIME_FIXUP_ARGS - ELF_MACHINE_RUNTIME_FIXUP_ARGS, + ELF_MACHINE_RUNTIME_FIXUP_ARGS, # endif - /* GKM FIXME: Fix trampoline to pass bounds so we can do - without the `__unbounded' qualifier. */ - struct link_map *__unbounded l, ElfW(Word) reloc_offset) + /* GKM FIXME: Fix trampoline to pass bounds so we can do + without the `__unbounded' qualifier. */ + struct link_map *__unbounded l, ElfW(Word) reloc_offset) { const ElfW(Sym) *const symtab = (const void *) D_PTR (l, l_info[DT_SYMTAB]); @@ -70,7 +74,7 @@ fixup ( const ElfW(Sym) *sym = &symtab[ELFW(R_SYM) (reloc->r_info)]; void *const rel_addr = (void *)(l->l_addr + reloc->r_offset); lookup_t result; - ElfW(Addr) value; + DL_FIXUP_VALUE_TYPE value; /* Sanity check that we're really looking at a PLT relocation. */ assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT); @@ -80,8 +84,6 @@ fixup ( if (__builtin_expect (ELFW(ST_VISIBILITY) (sym->st_other), 0) == 0) { const struct r_found_version *version = NULL; - // XXX Why exactly do we have the differentiation of the flags here? - int flags = DL_LOOKUP_ADD_DEPENDENCY; if (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) { @@ -91,27 +93,35 @@ fixup ( version = &l->l_versions[ndx]; if (version->hash == 0) version = NULL; - else - flags = 0; } - result = _dl_lookup_symbol_x (strtab + sym->st_name, l, &sym, - l->l_scope, version, ELF_RTYPE_CLASS_PLT, - DL_LOOKUP_ADD_DEPENDENCY, NULL); + /* We need to keep the scope around so do some locking. This is + not necessary for objects which cannot be unloaded or when + we are not using any threads (yet). */ + int flags = DL_LOOKUP_ADD_DEPENDENCY; + if (!RTLD_SINGLE_THREAD_P) + THREAD_GSCOPE_SET_FLAG (); + + result = _dl_lookup_symbol_x (strtab + sym->st_name, l, &sym, l->l_scope, + version, ELF_RTYPE_CLASS_PLT, flags, NULL); + + /* We are done with the global scope. */ + if (!RTLD_SINGLE_THREAD_P) + THREAD_GSCOPE_RESET_FLAG (); /* Currently result contains the base load address (or link map) of the object that defines sym. Now add in the symbol offset. */ - value = (sym ? LOOKUP_VALUE_ADDRESS (result) + sym->st_value : 0); + value = DL_FIXUP_MAKE_VALUE (result, + sym ? (LOOKUP_VALUE_ADDRESS (result) + + sym->st_value) : 0); } else { /* We already found the symbol. The module (and therefore its load address) is also known. */ - value = l->l_addr + sym->st_value; -#ifdef DL_LOOKUP_RETURNS_MAP + value = DL_FIXUP_MAKE_VALUE (l, l->l_addr + sym->st_value); result = l; -#endif } /* And now perhaps the relocation addend. */ @@ -127,45 +137,45 @@ fixup ( #if !defined PROF && !defined ELF_MACHINE_NO_PLT && !__BOUNDED_POINTERS__ -static ElfW(Addr) -__attribute ((used, noinline)) ARCH_FIXUP_ATTRIBUTE -profile_fixup ( +DL_FIXUP_VALUE_TYPE +__attribute ((noinline)) ARCH_FIXUP_ATTRIBUTE +_dl_profile_fixup ( #ifdef ELF_MACHINE_RUNTIME_FIXUP_ARGS - ELF_MACHINE_RUNTIME_FIXUP_ARGS, + ELF_MACHINE_RUNTIME_FIXUP_ARGS, #endif - struct link_map *l, ElfW(Word) reloc_offset, ElfW(Addr) retaddr) + struct link_map *l, ElfW(Word) reloc_offset, + ElfW(Addr) retaddr, void *regs, long int *framesizep) { void (*mcount_fct) (ElfW(Addr), ElfW(Addr)) = INTUSE(_dl_mcount); - ElfW(Addr) *resultp; - lookup_t result; - ElfW(Addr) value; /* This is the address in the array where we store the result of previous relocations. */ - resultp = &l->l_reloc_result[reloc_offset / sizeof (PLTREL)]; + struct reloc_result *reloc_result + = &l->l_reloc_result[reloc_offset / sizeof (PLTREL)]; + DL_FIXUP_VALUE_TYPE *resultp = &reloc_result->addr; - value = *resultp; - if (value == 0) + DL_FIXUP_VALUE_TYPE value = *resultp; + if (DL_FIXUP_VALUE_CODE_ADDR (value) == 0) { /* This is the first time we have to relocate this object. */ const ElfW(Sym) *const symtab = (const void *) D_PTR (l, l_info[DT_SYMTAB]); - const char *strtab = (const void *) D_PTR (l, l_info[DT_STRTAB]); + const char *strtab = (const char *) D_PTR (l, l_info[DT_STRTAB]); const PLTREL *const reloc = (const void *) (D_PTR (l, l_info[DT_JMPREL]) + reloc_offset); - const ElfW(Sym) *sym = &symtab[ELFW(R_SYM) (reloc->r_info)]; + const ElfW(Sym) *refsym = &symtab[ELFW(R_SYM) (reloc->r_info)]; + const ElfW(Sym) *defsym = refsym; + lookup_t result; /* Sanity check that we're really looking at a PLT relocation. */ assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT); /* Look up the target symbol. If the symbol is marked STV_PROTECTED don't look in the global scope. */ - if (__builtin_expect (ELFW(ST_VISIBILITY) (sym->st_other), 0) == 0) + if (__builtin_expect (ELFW(ST_VISIBILITY) (refsym->st_other), 0) == 0) { const struct r_found_version *version = NULL; - // XXX Why exactly do we have the differentiation of the flags here? - int flags = DL_LOOKUP_ADD_DEPENDENCY; if (l->l_info[VERSYMIDX (DT_VERSYM)] != NULL) { @@ -175,38 +185,208 @@ profile_fixup ( version = &l->l_versions[ndx]; if (version->hash == 0) version = NULL; - else - flags = 0; } - result = _dl_lookup_symbol_x (strtab + sym->st_name, l, &sym, - l->l_scope, version, - ELF_RTYPE_CLASS_PLT, - DL_LOOKUP_ADD_DEPENDENCY, NULL); + /* We need to keep the scope around so do some locking. This is + not necessary for objects which cannot be unloaded or when + we are not using any threads (yet). */ + int flags = DL_LOOKUP_ADD_DEPENDENCY; + if (!RTLD_SINGLE_THREAD_P) + THREAD_GSCOPE_SET_FLAG (); + + result = _dl_lookup_symbol_x (strtab + refsym->st_name, l, + &defsym, l->l_scope, version, + ELF_RTYPE_CLASS_PLT, flags, NULL); + + /* We are done with the global scope. */ + if (!RTLD_SINGLE_THREAD_P) + THREAD_GSCOPE_RESET_FLAG (); /* Currently result contains the base load address (or link map) of the object that defines sym. Now add in the symbol offset. */ - value = (sym ? LOOKUP_VALUE_ADDRESS (result) + sym->st_value : 0); + value = DL_FIXUP_MAKE_VALUE (result, + defsym != NULL + ? LOOKUP_VALUE_ADDRESS (result) + + defsym->st_value : 0); } else { /* We already found the symbol. The module (and therefore its load address) is also known. */ - value = l->l_addr + sym->st_value; -#ifdef DL_LOOKUP_RETURNS_MAP + value = DL_FIXUP_MAKE_VALUE (l, l->l_addr + refsym->st_value); result = l; -#endif } /* And now perhaps the relocation addend. */ value = elf_machine_plt_value (l, reloc, value); +#ifdef SHARED + /* Auditing checkpoint: we have a new binding. Provide the + auditing libraries the possibility to change the value and + tell us whether further auditing is wanted. */ + if (defsym != NULL && GLRO(dl_naudit) > 0) + { + reloc_result->bound = result; + /* Compute index of the symbol entry in the symbol table of + the DSO with the definition. */ + reloc_result->boundndx = (defsym + - (ElfW(Sym) *) D_PTR (result, + l_info[DT_SYMTAB])); + + /* Determine whether any of the two participating DSOs is + interested in auditing. */ + if ((l->l_audit_any_plt | result->l_audit_any_plt) != 0) + { + unsigned int altvalue = 0; + struct audit_ifaces *afct = GLRO(dl_audit); + /* Synthesize a symbol record where the st_value field is + the result. */ + ElfW(Sym) sym = *defsym; + sym.st_value = DL_FIXUP_VALUE_ADDR (value); + + /* Keep track whether there is any interest in tracing + the call in the lower two bits. */ + assert (DL_NNS * 2 <= sizeof (reloc_result->flags) * 8); + assert ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) == 3); + reloc_result->enterexit = LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT; + + const char *strtab2 = (const void *) D_PTR (result, + l_info[DT_STRTAB]); + + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + /* XXX Check whether both DSOs must request action or + only one */ + if ((l->l_audit[cnt].bindflags & LA_FLG_BINDFROM) != 0 + && (result->l_audit[cnt].bindflags & LA_FLG_BINDTO) != 0) + { + unsigned int flags = altvalue; + if (afct->symbind != NULL) + { + uintptr_t new_value + = afct->symbind (&sym, reloc_result->boundndx, + &l->l_audit[cnt].cookie, + &result->l_audit[cnt].cookie, + &flags, + strtab2 + defsym->st_name); + if (new_value != (uintptr_t) sym.st_value) + { + altvalue = LA_SYMB_ALTVALUE; + sym.st_value = new_value; + } + } + + /* Remember the results for every audit library and + store a summary in the first two bits. */ + reloc_result->enterexit + &= flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT); + reloc_result->enterexit + |= ((flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) + << ((cnt + 1) * 2)); + } + else + /* If the bind flags say this auditor is not interested, + set the bits manually. */ + reloc_result->enterexit + |= ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) + << ((cnt + 1) * 2)); + + afct = afct->next; + } + + reloc_result->flags = altvalue; + value = DL_FIXUP_ADDR_VALUE (sym.st_value); + } + else + /* Set all bits since this symbol binding is not interesting. */ + reloc_result->enterexit = (1u << DL_NNS) - 1; + } +#endif + /* Store the result for later runs. */ if (__builtin_expect (! GLRO(dl_bind_not), 1)) *resultp = value; } - (*mcount_fct) (retaddr, value); + /* By default we do not call the pltexit function. */ + long int framesize = -1; + +#ifdef SHARED + /* Auditing checkpoint: report the PLT entering and allow the + auditors to change the value. */ + if (DL_FIXUP_VALUE_CODE_ADDR (value) != 0 && GLRO(dl_naudit) > 0 + /* Don't do anything if no auditor wants to intercept this call. */ + && (reloc_result->enterexit & LA_SYMB_NOPLTENTER) == 0) + { + ElfW(Sym) *defsym = ((ElfW(Sym) *) D_PTR (reloc_result->bound, + l_info[DT_SYMTAB]) + + reloc_result->boundndx); + + /* Set up the sym parameter. */ + ElfW(Sym) sym = *defsym; + sym.st_value = DL_FIXUP_VALUE_ADDR (value); + + /* Get the symbol name. */ + const char *strtab = (const void *) D_PTR (reloc_result->bound, + l_info[DT_STRTAB]); + const char *symname = strtab + sym.st_name; + + /* Keep track of overwritten addresses. */ + unsigned int altvalue = reloc_result->flags; + + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->ARCH_LA_PLTENTER != NULL + && (reloc_result->enterexit + & (LA_SYMB_NOPLTENTER << (2 * (cnt + 1)))) == 0) + { + unsigned int flags = altvalue; + long int new_framesize = -1; + uintptr_t new_value + = afct->ARCH_LA_PLTENTER (&sym, reloc_result->boundndx, + &l->l_audit[cnt].cookie, + &reloc_result->bound->l_audit[cnt].cookie, + regs, &flags, symname, + &new_framesize); + if (new_value != (uintptr_t) sym.st_value) + { + altvalue = LA_SYMB_ALTVALUE; + sym.st_value = new_value; + } + + /* Remember the results for every audit library and + store a summary in the first two bits. */ + reloc_result->enterexit + |= ((flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) + << (2 * (cnt + 1))); + + if ((reloc_result->enterexit & (LA_SYMB_NOPLTEXIT + << (2 * (cnt + 1)))) + == 0 && new_framesize != -1 && framesize != -2) + { + /* If this is the first call providing information, + use it. */ + if (framesize == -1) + framesize = new_framesize; + /* If two pltenter calls provide conflicting information, + use the larger value. */ + else if (new_framesize != framesize) + framesize = MAX (new_framesize, framesize); + } + } + + afct = afct->next; + } + + value = DL_FIXUP_ADDR_VALUE (sym.st_value); + } +#endif + + /* Store the frame size information. */ + *framesizep = framesize; + + (*mcount_fct) (retaddr, DL_FIXUP_VALUE_CODE_ADDR (value)); return value; } @@ -214,9 +394,45 @@ profile_fixup ( #endif /* PROF && ELF_MACHINE_NO_PLT */ -/* This macro is defined in dl-machine.h to define the entry point called - by the PLT. The `fixup' function above does the real work, but a little - more twiddling is needed to get the stack right and jump to the address - finally resolved. */ +#include +void +ARCH_FIXUP_ATTRIBUTE +_dl_call_pltexit (struct link_map *l, ElfW(Word) reloc_offset, + const void *inregs, void *outregs) +{ +#ifdef SHARED + /* This is the address in the array where we store the result of previous + relocations. */ + // XXX Maybe the bound information must be stored on the stack since + // XXX with bind_not a new value could have been stored in the meantime. + struct reloc_result *reloc_result + = &l->l_reloc_result[reloc_offset / sizeof (PLTREL)]; + ElfW(Sym) *defsym = ((ElfW(Sym) *) D_PTR (reloc_result->bound, + l_info[DT_SYMTAB]) + + reloc_result->boundndx); + + /* Set up the sym parameter. */ + ElfW(Sym) sym = *defsym; + + /* Get the symbol name. */ + const char *strtab = (const void *) D_PTR (reloc_result->bound, + l_info[DT_STRTAB]); + const char *symname = strtab + sym.st_name; + + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->ARCH_LA_PLTEXIT != NULL + && (reloc_result->enterexit + & (LA_SYMB_NOPLTEXIT >> (2 * cnt))) == 0) + { + afct->ARCH_LA_PLTEXIT (&sym, reloc_result->boundndx, + &l->l_audit[cnt].cookie, + &reloc_result->bound->l_audit[cnt].cookie, + inregs, outregs, symname); + } -ELF_MACHINE_RUNTIME_TRAMPOLINE + afct = afct->next; + } +#endif +} diff --git a/sysdeps/generic/dl-sbrk.c b/elf/dl-sbrk.c similarity index 100% rename from sysdeps/generic/dl-sbrk.c rename to elf/dl-sbrk.c diff --git a/elf/dl-support.c b/elf/dl-support.c index b10dc90418..4b7be6bc27 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -1,5 +1,5 @@ /* Support for dynamic linking code in static libc. - Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -29,6 +29,7 @@ #include #include #include +#include #include #include @@ -121,7 +122,7 @@ int _dl_correct_cache_id = _DL_CACHE_DEFAULT_ID; ElfW(Phdr) *_dl_phdr; size_t _dl_phnum; -unsigned long int _dl_hwcap __attribute__ ((nocommon)); +uint64_t _dl_hwcap __attribute__ ((nocommon)); /* Prevailing state of the stack, PF_X indicating it's executable. */ ElfW(Word) _dl_stack_flags = PF_R|PF_W|PF_X; @@ -133,6 +134,11 @@ int (*_dl_make_stack_executable_hook) (void **) internal_function = _dl_make_stack_executable; +/* Function in libpthread to wait for termination of lookups. */ +void (*_dl_wait_lookup_done) (void); + +struct dl_scope_free_list *_dl_scope_free_list; + #ifdef NEED_DL_SYSINFO /* Needed for improved syscall handling on at least x86/Linux. */ uintptr_t _dl_sysinfo = DL_SYSINFO_DEFAULT; @@ -173,13 +179,13 @@ _dl_aux_init (ElfW(auxv_t) *av) GLRO(dl_clktck) = av->a_un.a_val; break; case AT_PHDR: - GL(dl_phdr) = av->a_un.a_ptr; + GL(dl_phdr) = (void *) av->a_un.a_val; break; case AT_PHNUM: GL(dl_phnum) = av->a_un.a_val; break; case AT_HWCAP: - GLRO(dl_hwcap) = av->a_un.a_val; + GLRO(dl_hwcap) = (unsigned long int) av->a_un.a_val; break; #ifdef NEED_DL_SYSINFO case AT_SYSINFO: @@ -188,7 +194,7 @@ _dl_aux_init (ElfW(auxv_t) *av) #endif #if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO case AT_SYSINFO_EHDR: - GL(dl_sysinfo_dso) = av->a_un.a_ptr; + GL(dl_sysinfo_dso) = (void *) av->a_un.a_val; break; #endif case AT_UID: diff --git a/elf/dl-sym.c b/elf/dl-sym.c index ba00ef56f4..fa0e3a67fc 100644 --- a/elf/dl-sym.c +++ b/elf/dl-sym.c @@ -1,5 +1,5 @@ /* Look up a symbol in a shared object loaded by `dlopen'. - Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999-2002,2004,2006,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include #include #include #include @@ -24,6 +25,7 @@ #include #include #include +#include #ifdef USE_TLS # include #endif @@ -58,6 +60,29 @@ _dl_tls_symaddr (struct link_map *map, const ElfW(Sym) *ref) #endif +struct call_dl_lookup_args +{ + /* Arguments to do_dlsym. */ + struct link_map *map; + const char *name; + struct r_found_version *vers; + int flags; + + /* Return values of do_dlsym. */ + lookup_t loadbase; + const ElfW(Sym) **refp; +}; + +static void +call_dl_lookup (void *ptr) +{ + struct call_dl_lookup_args *args = (struct call_dl_lookup_args *) ptr; + args->map = GLRO(dl_lookup_symbol_x) (args->name, args->map, args->refp, + args->map->l_scope, args->vers, 0, + args->flags, NULL); +} + + static void * internal_function do_sym (void *handle, const char *name, void *who, @@ -75,19 +100,59 @@ do_sym (void *handle, const char *name, void *who, for (Lmid_t ns = 0; ns < DL_NNS; ++ns) for (struct link_map *l = GL(dl_ns)[ns]._ns_loaded; l != NULL; l = l->l_next) - if (caller >= l->l_map_start && caller < l->l_map_end) + if (caller >= l->l_map_start && caller < l->l_map_end + && (l->l_contiguous || _dl_addr_inside_object (l, caller))) { - /* There must be exactly one DSO for the range of the virtual - memory. Otherwise something is really broken. */ match = l; break; } if (handle == RTLD_DEFAULT) - /* Search the global scope. */ - result = GLRO(dl_lookup_symbol_x) (name, match, &ref, match->l_scope, - vers, 0, flags|DL_LOOKUP_ADD_DEPENDENCY, - NULL); + { + /* Search the global scope. We have the simple case where + we look up in the scope of an object which was part of + the initial binary. And then the more complex part + where the object is dynamically loaded and the scope + array can change. */ + if (RTLD_SINGLE_THREAD_P) + result = GLRO(dl_lookup_symbol_x) (name, match, &ref, + match->l_scope, vers, 0, + flags | DL_LOOKUP_ADD_DEPENDENCY, + NULL); + else + { + struct call_dl_lookup_args args; + args.name = name; + args.map = match; + args.vers = vers; + args.flags = flags | DL_LOOKUP_ADD_DEPENDENCY; + args.refp = &ref; + + THREAD_GSCOPE_SET_FLAG (); + + const char *objname; + const char *errstring = NULL; + bool malloced; + int err = GLRO(dl_catch_error) (&objname, &errstring, &malloced, + call_dl_lookup, &args); + + THREAD_GSCOPE_RESET_FLAG (); + + if (__builtin_expect (errstring != NULL, 0)) + { + /* The lookup was unsuccessful. Rethrow the error. */ + char *errstring_dup = strdupa (errstring); + char *objname_dup = strdupa (objname); + if (malloced) + free ((char *) errstring); + + GLRO(dl_signal_error) (err, objname_dup, NULL, errstring_dup); + /* NOTREACHED */ + } + + result = args.map; + } + } else if (handle == RTLD_NEXT) { if (__builtin_expect (match == GL(dl_ns)[LM_ID_BASE]._ns_loaded, 0)) @@ -103,7 +168,7 @@ RTLD_NEXT used in code not dynamically loaded")); while (l->l_loader != NULL) l = l->l_loader; - result = GLRO(dl_lookup_symbol_x) (name, l, &ref, l->l_local_scope, + result = GLRO(dl_lookup_symbol_x) (name, match, &ref, l->l_local_scope, vers, 0, 0, match); } else @@ -116,14 +181,69 @@ RTLD_NEXT used in code not dynamically loaded")); if (ref != NULL) { + void *value; + #if defined USE_TLS && defined SHARED if (ELFW(ST_TYPE) (ref->st_info) == STT_TLS) /* The found symbol is a thread-local storage variable. Return the address for to the current thread. */ - return _dl_tls_symaddr (result, ref); + value = _dl_tls_symaddr (result, ref); + else +#endif + value = DL_SYMBOL_ADDRESS (result, ref); + +#ifdef SHARED + /* Auditing checkpoint: we have a new binding. Provide the + auditing libraries the possibility to change the value and + tell us whether further auditing is wanted. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + const char *strtab = (const char *) D_PTR (result, + l_info[DT_STRTAB]); + /* Compute index of the symbol entry in the symbol table of + the DSO with the definition. */ + unsigned int ndx = (ref - (ElfW(Sym) *) D_PTR (result, + l_info[DT_SYMTAB])); + + if ((match->l_audit_any_plt | result->l_audit_any_plt) != 0) + { + unsigned int altvalue = 0; + struct audit_ifaces *afct = GLRO(dl_audit); + /* Synthesize a symbol record where the st_value field is + the result. */ + ElfW(Sym) sym = *ref; + sym.st_value = (ElfW(Addr)) value; + + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->symbind != NULL + && ((match->l_audit[cnt].bindflags & LA_FLG_BINDFROM) + != 0 + || ((result->l_audit[cnt].bindflags & LA_FLG_BINDTO) + != 0))) + { + unsigned int flags = altvalue | LA_SYMB_DLSYM; + uintptr_t new_value + = afct->symbind (&sym, ndx, + &match->l_audit[cnt].cookie, + &result->l_audit[cnt].cookie, + &flags, strtab + ref->st_name); + if (new_value != (uintptr_t) sym.st_value) + { + altvalue = LA_SYMB_ALTVALUE; + sym.st_value = new_value; + } + } + + afct = afct->next; + } + + value = (void *) sym.st_value; + } + } #endif - return DL_SYMBOL_ADDRESS (result, ref); + return value; } return NULL; diff --git a/sysdeps/generic/dl-symaddr.c b/elf/dl-symaddr.c similarity index 100% rename from sysdeps/generic/dl-symaddr.c rename to elf/dl-symaddr.c diff --git a/sysdeps/generic/dl-sysdep.c b/elf/dl-sysdep.c similarity index 80% rename from sysdeps/generic/dl-sysdep.c rename to elf/dl-sysdep.c index 34498a880c..68e08f480a 100644 --- a/sysdeps/generic/dl-sysdep.c +++ b/elf/dl-sysdep.c @@ -1,5 +1,5 @@ /* Operating system support for run-time dynamic linker. Generic Unix version. - Copyright (C) 1995-1998, 2000-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2005, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -39,6 +39,12 @@ #include #include +#ifdef _DL_FIRST_PLATFORM +# define _DL_FIRST_EXTRA (_DL_FIRST_PLATFORM + _DL_PLATFORMS_COUNT) +#else +# define _DL_FIRST_EXTRA _DL_HWCAP_COUNT +#endif + extern char **_environ attribute_hidden; extern void _end attribute_hidden; @@ -113,7 +119,7 @@ _dl_sysdep_start (void **start_argptr, switch (av->a_type) { case AT_PHDR: - phdr = av->a_un.a_ptr; + phdr = (void *) av->a_un.a_val; break; case AT_PHNUM: phnum = av->a_un.a_val; @@ -146,10 +152,10 @@ _dl_sysdep_start (void **start_argptr, INTUSE(__libc_enable_secure) = av->a_un.a_val; break; case AT_PLATFORM: - GLRO(dl_platform) = av->a_un.a_ptr; + GLRO(dl_platform) = (void *) av->a_un.a_val; break; case AT_HWCAP: - GLRO(dl_hwcap) = av->a_un.a_val; + GLRO(dl_hwcap) = (unsigned long int) av->a_un.a_val; break; case AT_CLKTCK: GLRO(dl_clktck) = av->a_un.a_val; @@ -164,7 +170,7 @@ _dl_sysdep_start (void **start_argptr, #endif #if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO case AT_SYSINFO_EHDR: - GLRO(dl_sysinfo_dso) = av->a_un.a_ptr; + GLRO(dl_sysinfo_dso) = (void *) av->a_un.a_val; break; #endif #ifdef DL_PLATFORM_AUXV @@ -172,10 +178,6 @@ _dl_sysdep_start (void **start_argptr, #endif } -#ifdef DL_SYSDEP_OSCHECK - DL_SYSDEP_OSCHECK (dl_fatal); -#endif - #ifndef HAVE_AUX_SECURE if (seen != -1) { @@ -310,7 +312,7 @@ _dl_show_auxv (void) if (idx < sizeof (auxvars) / sizeof (auxvars[0]) && auxvars[idx].form != unknown) { - const char *val = av->a_un.a_ptr; + const char *val = (char *) av->a_un.a_val; if (__builtin_expect (auxvars[idx].form, dec) == dec) val = _itoa ((unsigned long int) av->a_un.a_val, @@ -343,7 +345,7 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, size_t *max_capstrlen) { /* Determine how many important bits are set. */ - unsigned long int masked = GLRO(dl_hwcap) & GLRO(dl_hwcap_mask); + uint64_t masked = GLRO(dl_hwcap) & GLRO(dl_hwcap_mask); size_t cnt = platform != NULL; size_t n, m; size_t total; @@ -353,18 +355,64 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, char *cp; /* Count the number of bits set in the masked value. */ - for (n = 0; (~((1UL << n) - 1) & masked) != 0; ++n) - if ((masked & (1UL << n)) != 0) + for (n = 0; (~((1ULL << n) - 1) & masked) != 0; ++n) + if ((masked & (1ULL << n)) != 0) ++cnt; +#if (defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO) && defined SHARED + /* The system-supplied DSO can contain a note of type 2, vendor "GNU". + This gives us a list of names to treat as fake hwcap bits. */ + + const char *dsocaps = NULL; + size_t dsocapslen = 0; + if (GLRO(dl_sysinfo_map) != NULL) + { + const ElfW(Phdr) *const phdr = GLRO(dl_sysinfo_map)->l_phdr; + const ElfW(Word) phnum = GLRO(dl_sysinfo_map)->l_phnum; + for (uint_fast16_t i = 0; i < phnum; ++i) + if (phdr[i].p_type == PT_NOTE) + { + const ElfW(Addr) start = (phdr[i].p_vaddr + + GLRO(dl_sysinfo_map)->l_addr); + const struct + { + ElfW(Word) vendorlen; + ElfW(Word) datalen; + ElfW(Word) type; + } *note = (const void *) start; + while ((ElfW(Addr)) (note + 1) - start < phdr[i].p_memsz) + { +#define ROUND(len) (((len) + sizeof (ElfW(Word)) - 1) & -sizeof (ElfW(Word))) + if (note->type == 2 + && note->vendorlen == sizeof "GNU" + && !memcmp ((note + 1), "GNU", sizeof "GNU") + && note->datalen > 2 * sizeof (ElfW(Word)) + 2) + { + const ElfW(Word) *p = ((const void *) (note + 1) + + ROUND (sizeof "GNU")); + cnt += *p++; + ++p; /* Skip mask word. */ + dsocaps = (const char *) p; + dsocapslen = note->datalen - sizeof *p * 2; + break; + } + note = ((const void *) (note + 1) + + ROUND (note->vendorlen) + ROUND (note->datalen)); + } + if (dsocaps != NULL) + break; + } + } +#endif + #ifdef USE_TLS /* For TLS enabled builds always add 'tls'. */ ++cnt; #else if (cnt == 0) { - /* If we have platform name and no important capability we only have - the base directory to search. */ + /* If we no have platform name and no important capability we only + have the base directory to search. */ result = (struct r_strlenpair *) malloc (sizeof (*result)); if (result == NULL) goto no_memory; @@ -380,12 +428,35 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, /* Create temporary data structure to generate result table. */ temp = (struct r_strlenpair *) alloca (cnt * sizeof (*temp)); m = 0; +#if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO + if (dsocaps != NULL) + { + const ElfW(Word) mask = ((const ElfW(Word) *) dsocaps)[-1]; + GLRO(dl_hwcap) |= (uint64_t) mask << _DL_FIRST_EXTRA; + size_t len; + for (const char *p = dsocaps; p < dsocaps + dsocapslen; p += len + 1) + { + uint_fast8_t bit = *p++; + len = strlen (p); + + /* Skip entries that are not enabled in the mask word. */ + if (__builtin_expect (mask & ((ElfW(Word)) 1 << bit), 1)) + { + temp[m].str = p; + temp[m].len = len; + ++m; + } + else + --cnt; + } + } +#endif for (n = 0; masked != 0; ++n) - if ((masked & (1UL << n)) != 0) + if ((masked & (1ULL << n)) != 0) { temp[m].str = _dl_hwcap_string (n); temp[m].len = strlen (temp[m].str); - masked ^= 1UL << n; + masked ^= 1ULL << n; ++m; } if (platform != NULL) @@ -406,9 +477,21 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, total = temp[0].len + 1; else { - total = (1UL << (cnt - 2)) * (temp[0].len + temp[cnt - 1].len + 2); - for (n = 1; n + 1 < cnt; ++n) - total += (1UL << (cnt - 3)) * (temp[n].len + 1); + total = temp[0].len + temp[cnt - 1].len + 2; + if (cnt > 2) + { + total <<= 1; + for (n = 1; n + 1 < cnt; ++n) + total += temp[n].len + 1; + if (cnt > 3 + && (cnt >= sizeof (size_t) * 8 + || total + (sizeof (*result) << 3) + >= (1UL << (sizeof (size_t) * 8 - cnt + 3)))) + _dl_signal_error (ENOMEM, NULL, NULL, + N_("cannot create capability list")); + + total <<= cnt - 3; + } } /* The result structure: we use a very compressed way to store the @@ -503,8 +586,8 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, ++rp; } - /* The second have starts right after the first part of the string of - corresponding entry in the first half. */ + /* The second half starts right after the first part of the string of + the corresponding entry in the first half. */ do { rp[0].str = rp[-(1 << (cnt - 1))].str + temp[cnt - 1].len + 1; diff --git a/elf/dl-tls.c b/elf/dl-tls.c new file mode 100644 index 0000000000..a0f4f77ffa --- /dev/null +++ b/elf/dl-tls.c @@ -0,0 +1,843 @@ +/* Thread-local storage handling in the ELF dynamic linker. Generic version. + Copyright (C) 2002,2003,2004,2005,2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include +#include +#include + +#include + +/* We don't need any of this if TLS is not supported. */ +#ifdef USE_TLS + +# include +# include + +/* Amount of excess space to allocate in the static TLS area + to allow dynamic loading of modules defining IE-model TLS data. */ +# define TLS_STATIC_SURPLUS 64 + DL_NNS * 100 + +/* Value used for dtv entries for which the allocation is delayed. */ +# define TLS_DTV_UNALLOCATED ((void *) -1l) + + +/* Out-of-memory handler. */ +# ifdef SHARED +static void +__attribute__ ((__noreturn__)) +oom (void) +{ + _dl_fatal_printf ("cannot allocate memory for thread-local data: ABORT\n"); +} +# endif + + +size_t +internal_function +_dl_next_tls_modid (void) +{ + size_t result; + + if (__builtin_expect (GL(dl_tls_dtv_gaps), false)) + { + size_t disp = 0; + struct dtv_slotinfo_list *runp = GL(dl_tls_dtv_slotinfo_list); + + /* Note that this branch will never be executed during program + start since there are no gaps at that time. Therefore it + does not matter that the dl_tls_dtv_slotinfo is not allocated + yet when the function is called for the first times. + + NB: the offset +1 is due to the fact that DTV[0] is used + for something else. */ + result = GL(dl_tls_static_nelem) + 1; + if (result <= GL(dl_tls_max_dtv_idx)) + do + { + while (result - disp < runp->len) + { + if (runp->slotinfo[result - disp].map == NULL) + break; + + ++result; + assert (result <= GL(dl_tls_max_dtv_idx) + 1); + } + + if (result - disp < runp->len) + break; + + disp += runp->len; + } + while ((runp = runp->next) != NULL); + + if (result > GL(dl_tls_max_dtv_idx)) + { + /* The new index must indeed be exactly one higher than the + previous high. */ + assert (result == GL(dl_tls_max_dtv_idx) + 1); + /* There is no gap anymore. */ + GL(dl_tls_dtv_gaps) = false; + + goto nogaps; + } + } + else + { + /* No gaps, allocate a new entry. */ + nogaps: + + result = ++GL(dl_tls_max_dtv_idx); + } + + return result; +} + + +# ifdef SHARED +void +internal_function +_dl_determine_tlsoffset (void) +{ + size_t max_align = TLS_TCB_ALIGN; + size_t freetop = 0; + size_t freebottom = 0; + + /* The first element of the dtv slot info list is allocated. */ + assert (GL(dl_tls_dtv_slotinfo_list) != NULL); + /* There is at this point only one element in the + dl_tls_dtv_slotinfo_list list. */ + assert (GL(dl_tls_dtv_slotinfo_list)->next == NULL); + + struct dtv_slotinfo *slotinfo = GL(dl_tls_dtv_slotinfo_list)->slotinfo; + + /* Determining the offset of the various parts of the static TLS + block has several dependencies. In addition we have to work + around bugs in some toolchains. + + Each TLS block from the objects available at link time has a size + and an alignment requirement. The GNU ld computes the alignment + requirements for the data at the positions *in the file*, though. + I.e, it is not simply possible to allocate a block with the size + of the TLS program header entry. The data is layed out assuming + that the first byte of the TLS block fulfills + + p_vaddr mod p_align == &TLS_BLOCK mod p_align + + This means we have to add artificial padding at the beginning of + the TLS block. These bytes are never used for the TLS data in + this module but the first byte allocated must be aligned + according to mod p_align == 0 so that the first byte of the TLS + block is aligned according to p_vaddr mod p_align. This is ugly + and the linker can help by computing the offsets in the TLS block + assuming the first byte of the TLS block is aligned according to + p_align. + + The extra space which might be allocated before the first byte of + the TLS block need not go unused. The code below tries to use + that memory for the next TLS block. This can work if the total + memory requirement for the next TLS block is smaller than the + gap. */ + +# if TLS_TCB_AT_TP + /* We simply start with zero. */ + size_t offset = 0; + + for (size_t cnt = 0; slotinfo[cnt].map != NULL; ++cnt) + { + assert (cnt < GL(dl_tls_dtv_slotinfo_list)->len); + + size_t firstbyte = (-slotinfo[cnt].map->l_tls_firstbyte_offset + & (slotinfo[cnt].map->l_tls_align - 1)); + size_t off; + max_align = MAX (max_align, slotinfo[cnt].map->l_tls_align); + + if (freebottom - freetop >= slotinfo[cnt].map->l_tls_blocksize) + { + off = roundup (freetop + slotinfo[cnt].map->l_tls_blocksize + - firstbyte, slotinfo[cnt].map->l_tls_align) + + firstbyte; + if (off <= freebottom) + { + freetop = off; + + /* XXX For some architectures we perhaps should store the + negative offset. */ + slotinfo[cnt].map->l_tls_offset = off; + continue; + } + } + + off = roundup (offset + slotinfo[cnt].map->l_tls_blocksize - firstbyte, + slotinfo[cnt].map->l_tls_align) + firstbyte; + if (off > offset + slotinfo[cnt].map->l_tls_blocksize + + (freebottom - freetop)) + { + freetop = offset; + freebottom = off - slotinfo[cnt].map->l_tls_blocksize; + } + offset = off; + + /* XXX For some architectures we perhaps should store the + negative offset. */ + slotinfo[cnt].map->l_tls_offset = off; + } + + GL(dl_tls_static_used) = offset; + GL(dl_tls_static_size) = (roundup (offset + TLS_STATIC_SURPLUS, max_align) + + TLS_TCB_SIZE); +# elif TLS_DTV_AT_TP + /* The TLS blocks start right after the TCB. */ + size_t offset = TLS_TCB_SIZE; + + for (size_t cnt = 0; slotinfo[cnt].map != NULL; ++cnt) + { + assert (cnt < GL(dl_tls_dtv_slotinfo_list)->len); + + size_t firstbyte = (-slotinfo[cnt].map->l_tls_firstbyte_offset + & (slotinfo[cnt].map->l_tls_align - 1)); + size_t off; + max_align = MAX (max_align, slotinfo[cnt].map->l_tls_align); + + if (slotinfo[cnt].map->l_tls_blocksize <= freetop - freebottom) + { + off = roundup (freebottom, slotinfo[cnt].map->l_tls_align); + if (off - freebottom < firstbyte) + off += slotinfo[cnt].map->l_tls_align; + if (off + slotinfo[cnt].map->l_tls_blocksize - firstbyte <= freetop) + { + slotinfo[cnt].map->l_tls_offset = off - firstbyte; + freebottom = (off + slotinfo[cnt].map->l_tls_blocksize + - firstbyte); + continue; + } + } + + off = roundup (offset, slotinfo[cnt].map->l_tls_align); + if (off - offset < firstbyte) + off += slotinfo[cnt].map->l_tls_align; + + slotinfo[cnt].map->l_tls_offset = off - firstbyte; + if (off - firstbyte - offset > freetop - freebottom) + { + freebottom = offset; + freetop = off - firstbyte; + } + + offset = off + slotinfo[cnt].map->l_tls_blocksize - firstbyte; + } + + GL(dl_tls_static_used) = offset; + GL(dl_tls_static_size) = roundup (offset + TLS_STATIC_SURPLUS, + TLS_TCB_ALIGN); +# else +# error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" +# endif + + /* The alignment requirement for the static TLS block. */ + GL(dl_tls_static_align) = max_align; +} + + +/* This is called only when the data structure setup was skipped at startup, + when there was no need for it then. Now we have dynamically loaded + something needing TLS, or libpthread needs it. */ +int +internal_function +_dl_tls_setup (void) +{ + assert (GL(dl_tls_dtv_slotinfo_list) == NULL); + assert (GL(dl_tls_max_dtv_idx) == 0); + + const size_t nelem = 2 + TLS_SLOTINFO_SURPLUS; + + GL(dl_tls_dtv_slotinfo_list) + = calloc (1, (sizeof (struct dtv_slotinfo_list) + + nelem * sizeof (struct dtv_slotinfo))); + if (GL(dl_tls_dtv_slotinfo_list) == NULL) + return -1; + + GL(dl_tls_dtv_slotinfo_list)->len = nelem; + + /* Number of elements in the static TLS block. It can't be zero + because of various assumptions. The one element is null. */ + GL(dl_tls_static_nelem) = GL(dl_tls_max_dtv_idx) = 1; + + /* This initializes more variables for us. */ + _dl_determine_tlsoffset (); + + return 0; +} +rtld_hidden_def (_dl_tls_setup) +# endif + +static void * +internal_function +allocate_dtv (void *result) +{ + dtv_t *dtv; + size_t dtv_length; + + /* We allocate a few more elements in the dtv than are needed for the + initial set of modules. This should avoid in most cases expansions + of the dtv. */ + dtv_length = GL(dl_tls_max_dtv_idx) + DTV_SURPLUS; + dtv = calloc (dtv_length + 2, sizeof (dtv_t)); + if (dtv != NULL) + { + /* This is the initial length of the dtv. */ + dtv[0].counter = dtv_length; + + /* The rest of the dtv (including the generation counter) is + Initialize with zero to indicate nothing there. */ + + /* Add the dtv to the thread data structures. */ + INSTALL_DTV (result, dtv); + } + else + result = NULL; + + return result; +} + + +/* Get size and alignment requirements of the static TLS block. */ +void +internal_function +_dl_get_tls_static_info (size_t *sizep, size_t *alignp) +{ + *sizep = GL(dl_tls_static_size); + *alignp = GL(dl_tls_static_align); +} + + +void * +internal_function +_dl_allocate_tls_storage (void) +{ + void *result; + size_t size = GL(dl_tls_static_size); + +# if TLS_DTV_AT_TP + /* Memory layout is: + [ TLS_PRE_TCB_SIZE ] [ TLS_TCB_SIZE ] [ TLS blocks ] + ^ This should be returned. */ + size += (TLS_PRE_TCB_SIZE + GL(dl_tls_static_align) - 1) + & ~(GL(dl_tls_static_align) - 1); +# endif + + /* Allocate a correctly aligned chunk of memory. */ + result = __libc_memalign (GL(dl_tls_static_align), size); + if (__builtin_expect (result != NULL, 1)) + { + /* Allocate the DTV. */ + void *allocated = result; + +# if TLS_TCB_AT_TP + /* The TCB follows the TLS blocks. */ + result = (char *) result + size - TLS_TCB_SIZE; + + /* Clear the TCB data structure. We can't ask the caller (i.e. + libpthread) to do it, because we will initialize the DTV et al. */ + memset (result, '\0', TLS_TCB_SIZE); +# elif TLS_DTV_AT_TP + result = (char *) result + size - GL(dl_tls_static_size); + + /* Clear the TCB data structure and TLS_PRE_TCB_SIZE bytes before it. + We can't ask the caller (i.e. libpthread) to do it, because we will + initialize the DTV et al. */ + memset ((char *) result - TLS_PRE_TCB_SIZE, '\0', + TLS_PRE_TCB_SIZE + TLS_TCB_SIZE); +# endif + + result = allocate_dtv (result); + if (result == NULL) + free (allocated); + } + + return result; +} + + +void * +internal_function +_dl_allocate_tls_init (void *result) +{ + if (result == NULL) + /* The memory allocation failed. */ + return NULL; + + dtv_t *dtv = GET_DTV (result); + struct dtv_slotinfo_list *listp; + size_t total = 0; + size_t maxgen = 0; + + /* We have to prepare the dtv for all currently loaded modules using + TLS. For those which are dynamically loaded we add the values + indicating deferred allocation. */ + listp = GL(dl_tls_dtv_slotinfo_list); + while (1) + { + size_t cnt; + + for (cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt) + { + struct link_map *map; + void *dest; + + /* Check for the total number of used slots. */ + if (total + cnt > GL(dl_tls_max_dtv_idx)) + break; + + map = listp->slotinfo[cnt].map; + if (map == NULL) + /* Unused entry. */ + continue; + + /* Keep track of the maximum generation number. This might + not be the generation counter. */ + maxgen = MAX (maxgen, listp->slotinfo[cnt].gen); + + if (map->l_tls_offset == NO_TLS_OFFSET) + { + /* For dynamically loaded modules we simply store + the value indicating deferred allocation. */ + dtv[map->l_tls_modid].pointer.val = TLS_DTV_UNALLOCATED; + dtv[map->l_tls_modid].pointer.is_static = false; + continue; + } + + assert (map->l_tls_modid == cnt); + assert (map->l_tls_blocksize >= map->l_tls_initimage_size); +# if TLS_TCB_AT_TP + assert ((size_t) map->l_tls_offset >= map->l_tls_blocksize); + dest = (char *) result - map->l_tls_offset; +# elif TLS_DTV_AT_TP + dest = (char *) result + map->l_tls_offset; +# else +# error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" +# endif + + /* Copy the initialization image and clear the BSS part. */ + dtv[map->l_tls_modid].pointer.val = dest; + dtv[map->l_tls_modid].pointer.is_static = true; + memset (__mempcpy (dest, map->l_tls_initimage, + map->l_tls_initimage_size), '\0', + map->l_tls_blocksize - map->l_tls_initimage_size); + } + + total += cnt; + if (total >= GL(dl_tls_max_dtv_idx)) + break; + + listp = listp->next; + assert (listp != NULL); + } + + /* The DTV version is up-to-date now. */ + dtv[0].counter = maxgen; + + return result; +} +rtld_hidden_def (_dl_allocate_tls_init) + +void * +internal_function +_dl_allocate_tls (void *mem) +{ + return _dl_allocate_tls_init (mem == NULL + ? _dl_allocate_tls_storage () + : allocate_dtv (mem)); +} +rtld_hidden_def (_dl_allocate_tls) + + +void +internal_function +_dl_deallocate_tls (void *tcb, bool dealloc_tcb) +{ + dtv_t *dtv = GET_DTV (tcb); + + /* We need to free the memory allocated for non-static TLS. */ + for (size_t cnt = 0; cnt < dtv[-1].counter; ++cnt) + if (! dtv[1 + cnt].pointer.is_static + && dtv[1 + cnt].pointer.val != TLS_DTV_UNALLOCATED) + free (dtv[1 + cnt].pointer.val); + + /* The array starts with dtv[-1]. */ +#ifdef SHARED + if (dtv != GL(dl_initial_dtv)) +#endif + free (dtv - 1); + + if (dealloc_tcb) + { +# if TLS_TCB_AT_TP + /* The TCB follows the TLS blocks. Back up to free the whole block. */ + tcb -= GL(dl_tls_static_size) - TLS_TCB_SIZE; +# elif TLS_DTV_AT_TP + /* Back up the TLS_PRE_TCB_SIZE bytes. */ + tcb -= (TLS_PRE_TCB_SIZE + GL(dl_tls_static_align) - 1) + & ~(GL(dl_tls_static_align) - 1); +# endif + free (tcb); + } +} +rtld_hidden_def (_dl_deallocate_tls) + + +# ifdef SHARED +/* The __tls_get_addr function has two basic forms which differ in the + arguments. The IA-64 form takes two parameters, the module ID and + offset. The form used, among others, on IA-32 takes a reference to + a special structure which contain the same information. The second + form seems to be more often used (in the moment) so we default to + it. Users of the IA-64 form have to provide adequate definitions + of the following macros. */ +# ifndef GET_ADDR_ARGS +# define GET_ADDR_ARGS tls_index *ti +# endif +# ifndef GET_ADDR_MODULE +# define GET_ADDR_MODULE ti->ti_module +# endif +# ifndef GET_ADDR_OFFSET +# define GET_ADDR_OFFSET ti->ti_offset +# endif + + +static void * +allocate_and_init (struct link_map *map) +{ + void *newp; + + newp = __libc_memalign (map->l_tls_align, map->l_tls_blocksize); + if (newp == NULL) + oom (); + + /* Initialize the memory. */ + memset (__mempcpy (newp, map->l_tls_initimage, map->l_tls_initimage_size), + '\0', map->l_tls_blocksize - map->l_tls_initimage_size); + + return newp; +} + + +struct link_map * +_dl_update_slotinfo (unsigned long int req_modid) +{ + struct link_map *the_map = NULL; + dtv_t *dtv = THREAD_DTV (); + + /* The global dl_tls_dtv_slotinfo array contains for each module + index the generation counter current when the entry was created. + This array never shrinks so that all module indices which were + valid at some time can be used to access it. Before the first + use of a new module index in this function the array was extended + appropriately. Access also does not have to be guarded against + modifications of the array. It is assumed that pointer-size + values can be read atomically even in SMP environments. It is + possible that other threads at the same time dynamically load + code and therefore add to the slotinfo list. This is a problem + since we must not pick up any information about incomplete work. + The solution to this is to ignore all dtv slots which were + created after the one we are currently interested. We know that + dynamic loading for this module is completed and this is the last + load operation we know finished. */ + unsigned long int idx = req_modid; + struct dtv_slotinfo_list *listp = GL(dl_tls_dtv_slotinfo_list); + + while (idx >= listp->len) + { + idx -= listp->len; + listp = listp->next; + } + + if (dtv[0].counter < listp->slotinfo[idx].gen) + { + /* The generation counter for the slot is higher than what the + current dtv implements. We have to update the whole dtv but + only those entries with a generation counter <= the one for + the entry we need. */ + size_t new_gen = listp->slotinfo[idx].gen; + size_t total = 0; + + /* We have to look through the entire dtv slotinfo list. */ + listp = GL(dl_tls_dtv_slotinfo_list); + do + { + for (size_t cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt) + { + size_t gen = listp->slotinfo[cnt].gen; + + if (gen > new_gen) + /* This is a slot for a generation younger than the + one we are handling now. It might be incompletely + set up so ignore it. */ + continue; + + /* If the entry is older than the current dtv layout we + know we don't have to handle it. */ + if (gen <= dtv[0].counter) + continue; + + /* If there is no map this means the entry is empty. */ + struct link_map *map = listp->slotinfo[cnt].map; + if (map == NULL) + { + /* If this modid was used at some point the memory + might still be allocated. */ + if (! dtv[total + cnt].pointer.is_static + && dtv[total + cnt].pointer.val != TLS_DTV_UNALLOCATED) + { + free (dtv[total + cnt].pointer.val); + dtv[total + cnt].pointer.val = TLS_DTV_UNALLOCATED; + } + + continue; + } + + /* Check whether the current dtv array is large enough. */ + size_t modid = map->l_tls_modid; + assert (total + cnt == modid); + if (dtv[-1].counter < modid) + { + /* Reallocate the dtv. */ + dtv_t *newp; + size_t newsize = GL(dl_tls_max_dtv_idx) + DTV_SURPLUS; + size_t oldsize = dtv[-1].counter; + + assert (map->l_tls_modid <= newsize); + + if (dtv == GL(dl_initial_dtv)) + { + /* This is the initial dtv that was allocated + during rtld startup using the dl-minimal.c + malloc instead of the real malloc. We can't + free it, we have to abandon the old storage. */ + + newp = malloc ((2 + newsize) * sizeof (dtv_t)); + if (newp == NULL) + oom (); + memcpy (newp, &dtv[-1], oldsize * sizeof (dtv_t)); + } + else + { + newp = realloc (&dtv[-1], + (2 + newsize) * sizeof (dtv_t)); + if (newp == NULL) + oom (); + } + + newp[0].counter = newsize; + + /* Clear the newly allocated part. */ + memset (newp + 2 + oldsize, '\0', + (newsize - oldsize) * sizeof (dtv_t)); + + /* Point dtv to the generation counter. */ + dtv = &newp[1]; + + /* Install this new dtv in the thread data + structures. */ + INSTALL_NEW_DTV (dtv); + } + + /* If there is currently memory allocate for this + dtv entry free it. */ + /* XXX Ideally we will at some point create a memory + pool. */ + if (! dtv[modid].pointer.is_static + && dtv[modid].pointer.val != TLS_DTV_UNALLOCATED) + /* Note that free is called for NULL is well. We + deallocate even if it is this dtv entry we are + supposed to load. The reason is that we call + memalign and not malloc. */ + free (dtv[modid].pointer.val); + + /* This module is loaded dynamically- We defer memory + allocation. */ + dtv[modid].pointer.is_static = false; + dtv[modid].pointer.val = TLS_DTV_UNALLOCATED; + + if (modid == req_modid) + the_map = map; + } + + total += listp->len; + } + while ((listp = listp->next) != NULL); + + /* This will be the new maximum generation counter. */ + dtv[0].counter = new_gen; + } + + return the_map; +} + + +/* The generic dynamic and local dynamic model cannot be used in + statically linked applications. */ +void * +__tls_get_addr (GET_ADDR_ARGS) +{ + dtv_t *dtv = THREAD_DTV (); + struct link_map *the_map = NULL; + void *p; + + if (__builtin_expect (dtv[0].counter != GL(dl_tls_generation), 0)) + the_map = _dl_update_slotinfo (GET_ADDR_MODULE); + + p = dtv[GET_ADDR_MODULE].pointer.val; + + if (__builtin_expect (p == TLS_DTV_UNALLOCATED, 0)) + { + /* The allocation was deferred. Do it now. */ + if (the_map == NULL) + { + /* Find the link map for this module. */ + size_t idx = GET_ADDR_MODULE; + struct dtv_slotinfo_list *listp = GL(dl_tls_dtv_slotinfo_list); + + while (idx >= listp->len) + { + idx -= listp->len; + listp = listp->next; + } + + the_map = listp->slotinfo[idx].map; + } + + p = dtv[GET_ADDR_MODULE].pointer.val = allocate_and_init (the_map); + dtv[GET_ADDR_MODULE].pointer.is_static = false; + } + + return (char *) p + GET_ADDR_OFFSET; +} +# endif + + +/* Look up the module's TLS block as for __tls_get_addr, + but never touch anything. Return null if it's not allocated yet. */ +void * +internal_function +_dl_tls_get_addr_soft (struct link_map *l) +{ + if (__builtin_expect (l->l_tls_modid == 0, 0)) + /* This module has no TLS segment. */ + return NULL; + + dtv_t *dtv = THREAD_DTV (); + if (__builtin_expect (dtv[0].counter != GL(dl_tls_generation), 0)) + { + /* This thread's DTV is not completely current, + but it might already cover this module. */ + + if (l->l_tls_modid >= dtv[-1].counter) + /* Nope. */ + return NULL; + + size_t idx = l->l_tls_modid; + struct dtv_slotinfo_list *listp = GL(dl_tls_dtv_slotinfo_list); + while (idx >= listp->len) + { + idx -= listp->len; + listp = listp->next; + } + + /* We've reached the slot for this module. + If its generation counter is higher than the DTV's, + this thread does not know about this module yet. */ + if (dtv[0].counter < listp->slotinfo[idx].gen) + return NULL; + } + + void *data = dtv[l->l_tls_modid].pointer.val; + if (__builtin_expect (data == TLS_DTV_UNALLOCATED, 0)) + /* The DTV is current, but this thread has not yet needed + to allocate this module's segment. */ + data = NULL; + + return data; +} + + +void +_dl_add_to_slotinfo (struct link_map *l) +{ + /* Now that we know the object is loaded successfully add + modules containing TLS data to the dtv info table. We + might have to increase its size. */ + struct dtv_slotinfo_list *listp; + struct dtv_slotinfo_list *prevp; + size_t idx = l->l_tls_modid; + + /* Find the place in the dtv slotinfo list. */ + listp = GL(dl_tls_dtv_slotinfo_list); + prevp = NULL; /* Needed to shut up gcc. */ + do + { + /* Does it fit in the array of this list element? */ + if (idx < listp->len) + break; + idx -= listp->len; + prevp = listp; + listp = listp->next; + } + while (listp != NULL); + + if (listp == NULL) + { + /* When we come here it means we have to add a new element + to the slotinfo list. And the new module must be in + the first slot. */ + assert (idx == 0); + + listp = prevp->next = (struct dtv_slotinfo_list *) + malloc (sizeof (struct dtv_slotinfo_list) + + TLS_SLOTINFO_SURPLUS * sizeof (struct dtv_slotinfo)); + if (listp == NULL) + { + /* We ran out of memory. We will simply fail this + call but don't undo anything we did so far. The + application will crash or be terminated anyway very + soon. */ + + /* We have to do this since some entries in the dtv + slotinfo array might already point to this + generation. */ + ++GL(dl_tls_generation); + + _dl_signal_error (ENOMEM, "dlopen", NULL, N_("\ +cannot create TLS data structures")); + } + + listp->len = TLS_SLOTINFO_SURPLUS; + listp->next = NULL; + memset (listp->slotinfo, '\0', + TLS_SLOTINFO_SURPLUS * sizeof (struct dtv_slotinfo)); + } + + /* Add the information into the slotinfo data structure. */ + listp->slotinfo[idx].map = l; + listp->slotinfo[idx].gen = GL(dl_tls_generation) + 1; +} +#endif /* use TLS */ diff --git a/elf/dl-trampoline.c b/elf/dl-trampoline.c new file mode 100644 index 0000000000..3ca89f3879 --- /dev/null +++ b/elf/dl-trampoline.c @@ -0,0 +1 @@ +#error "Architecture specific PLT trampolines must be defined." diff --git a/elf/dl-tsd.c b/elf/dl-tsd.c index f44fa7d365..f01f8d652e 100644 --- a/elf/dl-tsd.c +++ b/elf/dl-tsd.c @@ -1,5 +1,5 @@ /* Thread-local data used by error handling for runtime dynamic linker. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -49,7 +49,7 @@ void **(*_dl_error_catch_tsd) (void) __attribute__ ((const)) void ** __attribute__ ((const)) __libc_dl_error_tsd (void) { - static __thread void *data; + static __thread void *data attribute_tls_model_ie; return &data; } diff --git a/elf/dl-version.c b/elf/dl-version.c index d5fe2f49bd..9e881162a6 100644 --- a/elf/dl-version.c +++ b/elf/dl-version.c @@ -1,5 +1,5 @@ /* Handle symbol and library versioning. - Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -77,7 +77,7 @@ find_needed (const char *name, struct link_map *map) static int internal_function -match_symbol (const char *name, ElfW(Word) hash, const char *string, +match_symbol (const char *name, Lmid_t ns, ElfW(Word) hash, const char *string, struct link_map *map, int verbose, int weak) { const char *strtab = (const void *) D_PTR (map, l_info[DT_STRTAB]); @@ -90,9 +90,9 @@ match_symbol (const char *name, ElfW(Word) hash, const char *string, /* Display information about what we are doing while debugging. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_VERSIONS, 0)) _dl_debug_printf ("\ -checking for version `%s' in file %s required by file %s\n", +checking for version `%s' in file %s [%lu] required by file %s [%lu]\n", string, map->l_name[0] ? map->l_name : rtld_progname, - name); + map->l_ns, name, ns); if (__builtin_expect (map->l_info[VERSYMIDX (DT_VERDEF)] == NULL, 0)) { @@ -242,7 +242,7 @@ _dl_check_map_versions (struct link_map *map, int verbose, int trace_mode) /* Match the symbol. */ result |= match_symbol ((*map->l_name ? map->l_name : rtld_progname), - aux->vna_hash, + map->l_ns, aux->vna_hash, strtab + aux->vna_name, needed->l_real, verbose, aux->vna_flags & VER_FLG_WEAK); diff --git a/elf/do-lookup.h b/elf/do-lookup.h index e57d9df26d..ab9a510ba1 100644 --- a/elf/do-lookup.h +++ b/elf/do-lookup.h @@ -1,5 +1,5 @@ /* Look up a symbol in the loaded objects. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,150 +17,208 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ + /* Inner part of the lookup functions. We return a value > 0 if we found the symbol, the value 0 if nothing is found and < 0 if something bad happened. */ static int __attribute_noinline__ -do_lookup_x (const char *undef_name, unsigned long int hash, - const ElfW(Sym) *ref, struct sym_val *result, - struct r_scope_elem *scope, size_t i, +do_lookup_x (const char *undef_name, uint_fast32_t new_hash, + unsigned long int *old_hash, const ElfW(Sym) *ref, + struct sym_val *result, struct r_scope_elem *scope, size_t i, const struct r_found_version *const version, int flags, struct link_map *skip, int type_class) { - struct link_map **list = scope->r_list; size_t n = scope->r_nlist; - struct link_map *map; + /* Make sure we read the value before proceeding. Otherwise we + might use r_list pointing to the initial scope and r_nlist being + the value after a resize. That is the only path in dl-open.c not + protected by GSCOPE. A read barrier here might be to expensive. */ + __asm volatile ("" : "+r" (n), "+m" (scope->r_list)); + struct link_map **list = scope->r_list; do { - const ElfW(Sym) *symtab; - const char *strtab; - const ElfW(Half) *verstab; + /* These variables are used in the nested function. */ Elf_Symndx symidx; - const ElfW(Sym) *sym; int num_versions = 0; const ElfW(Sym) *versioned_sym = NULL; - map = list[i]->l_real; + const struct link_map *map = list[i]->l_real; /* Here come the extra test needed for `_dl_lookup_symbol_skip'. */ - if (skip != NULL && map == skip) + if (map == skip) continue; /* Don't search the executable when resolving a copy reloc. */ if ((type_class & ELF_RTYPE_CLASS_COPY) && map->l_type == lt_executable) continue; + /* Do not look into objects which are going to be removed. */ + if (map->l_removed) + continue; + /* Print some debugging info if wanted. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_SYMBOLS, 0)) - _dl_debug_printf ("symbol=%s; lookup in file=%s\n", + _dl_debug_printf ("symbol=%s; lookup in file=%s [%lu]\n", undef_name, - map->l_name[0] ? map->l_name : rtld_progname); + map->l_name[0] ? map->l_name : rtld_progname, + map->l_ns); - symtab = (const void *) D_PTR (map, l_info[DT_SYMTAB]); - strtab = (const void *) D_PTR (map, l_info[DT_STRTAB]); - verstab = map->l_versyms; + /* If the hash table is empty there is nothing to do here. */ + if (map->l_nbuckets == 0) + continue; - /* Search the appropriate hash bucket in this object's symbol table - for a definition for the same symbol name. */ - for (symidx = map->l_buckets[hash % map->l_nbuckets]; - symidx != STN_UNDEF; - symidx = map->l_chain[symidx]) - { - sym = &symtab[symidx]; - - assert (ELF_RTYPE_CLASS_PLT == 1); - if ((sym->st_value == 0 /* No value. */ -#ifdef USE_TLS - && ELFW(ST_TYPE) (sym->st_info) != STT_TLS -#endif - ) - || (type_class & (sym->st_shndx == SHN_UNDEF))) - continue; - - if (ELFW(ST_TYPE) (sym->st_info) > STT_FUNC -#ifdef USE_TLS - && ELFW(ST_TYPE) (sym->st_info) != STT_TLS -#endif - ) - /* Ignore all but STT_NOTYPE, STT_OBJECT and STT_FUNC - entries (and STT_TLS if TLS is supported) since these - are no code/data definitions. */ - continue; - - if (sym != ref && strcmp (strtab + sym->st_name, undef_name)) - /* Not the symbol we are looking for. */ - continue; - - if (version != NULL) - { - if (__builtin_expect (verstab == NULL, 0)) - { - /* We need a versioned symbol but haven't found any. If - this is the object which is referenced in the verneed - entry it is a bug in the library since a symbol must - not simply disappear. - - It would also be a bug in the object since it means that - the list of required versions is incomplete and so the - tests in dl-version.c haven't found a problem.*/ - assert (version->filename == NULL - || ! _dl_name_match_p (version->filename, map)); - - /* Otherwise we accept the symbol. */ - } - else - { - /* We can match the version information or use the - default one if it is not hidden. */ - ElfW(Half) ndx = verstab[symidx] & 0x7fff; - if ((map->l_versions[ndx].hash != version->hash - || strcmp (map->l_versions[ndx].name, version->name)) - && (version->hidden || map->l_versions[ndx].hash - || (verstab[symidx] & 0x8000))) - /* It's not the version we want. */ - continue; - } - } - else - { - /* No specific version is selected. There are two ways we - can got here: + /* The tables for this map. */ + const ElfW(Sym) *symtab = (const void *) D_PTR (map, l_info[DT_SYMTAB]); + const char *strtab = (const void *) D_PTR (map, l_info[DT_STRTAB]); + + + /* Nested routine to check whether the symbol matches. */ + const ElfW(Sym) * + __attribute_noinline__ + check_match (const ElfW(Sym) *sym) + { + assert (ELF_RTYPE_CLASS_PLT == 1); + if (__builtin_expect ((sym->st_value == 0 /* No value. */ + && ELFW(ST_TYPE) (sym->st_info) != STT_TLS) + || (type_class & (sym->st_shndx == SHN_UNDEF)), + 0)) + return NULL; + + if (__builtin_expect (ELFW(ST_TYPE) (sym->st_info) > STT_FUNC + && ELFW(ST_TYPE) (sym->st_info) != STT_TLS, 0)) + /* Ignore all but STT_NOTYPE, STT_OBJECT and STT_FUNC + entries (and STT_TLS if TLS is supported) since these + are no code/data definitions. */ + return NULL; + + if (sym != ref && strcmp (strtab + sym->st_name, undef_name)) + /* Not the symbol we are looking for. */ + return NULL; - - a binary which does not include versioning information - is loaded + const ElfW(Half) *verstab = map->l_versyms; + if (version != NULL) + { + if (__builtin_expect (verstab == NULL, 0)) + { + /* We need a versioned symbol but haven't found any. If + this is the object which is referenced in the verneed + entry it is a bug in the library since a symbol must + not simply disappear. - - dlsym() instead of dlvsym() is used to get a symbol which - might exist in more than one form + It would also be a bug in the object since it means that + the list of required versions is incomplete and so the + tests in dl-version.c haven't found a problem.*/ + assert (version->filename == NULL + || ! _dl_name_match_p (version->filename, map)); - If the library does not provide symbol version - information there is no problem at at: we simply use the - symbol if it is defined. + /* Otherwise we accept the symbol. */ + } + else + { + /* We can match the version information or use the + default one if it is not hidden. */ + ElfW(Half) ndx = verstab[symidx] & 0x7fff; + if ((map->l_versions[ndx].hash != version->hash + || strcmp (map->l_versions[ndx].name, version->name)) + && (version->hidden || map->l_versions[ndx].hash + || (verstab[symidx] & 0x8000))) + /* It's not the version we want. */ + return NULL; + } + } + else + { + /* No specific version is selected. There are two ways we + can got here: - These two lookups need to be handled differently if the - library defines versions. In the case of the old - unversioned application the oldest (default) version - should be used. In case of a dlsym() call the latest and - public interface should be returned. */ - if (verstab != NULL) + - a binary which does not include versioning information + is loaded + + - dlsym() instead of dlvsym() is used to get a symbol which + might exist in more than one form + + If the library does not provide symbol version information + there is no problem at at: we simply use the symbol if it + is defined. + + These two lookups need to be handled differently if the + library defines versions. In the case of the old + unversioned application the oldest (default) version + should be used. In case of a dlsym() call the latest and + public interface should be returned. */ + if (verstab != NULL) + { + if ((verstab[symidx] & 0x7fff) + >= ((flags & DL_LOOKUP_RETURN_NEWEST) ? 2 : 3)) + { + /* Don't accept hidden symbols. */ + if ((verstab[symidx] & 0x8000) == 0 + && num_versions++ == 0) + /* No version so far. */ + versioned_sym = sym; + + return NULL; + } + } + } + + /* There cannot be another entry for this symbol so stop here. */ + return sym; + } + + const ElfW(Sym) *sym; + const ElfW(Addr) *bitmask = map->l_gnu_bitmask; + if (__builtin_expect (bitmask != NULL, 1)) + { + ElfW(Addr) bitmask_word + = bitmask[(new_hash / __ELF_NATIVE_CLASS) + & map->l_gnu_bitmask_idxbits]; + + unsigned int hashbit1 = new_hash & (__ELF_NATIVE_CLASS - 1); + unsigned int hashbit2 = ((new_hash >> map->l_gnu_shift) + & (__ELF_NATIVE_CLASS - 1)); + + if (__builtin_expect ((bitmask_word >> hashbit1) + & (bitmask_word >> hashbit2) & 1, 0)) + { + Elf32_Word bucket = map->l_gnu_buckets[new_hash + % map->l_nbuckets]; + if (bucket != 0) { - if ((verstab[symidx] & 0x7fff) - >= ((flags & DL_LOOKUP_RETURN_NEWEST) ? 2 : 3)) - { - /* Don't accept hidden symbols. */ - if ((verstab[symidx] & 0x8000) == 0 - && num_versions++ == 0) - /* No version so far. */ - versioned_sym = sym; + const Elf32_Word *hasharr = &map->l_gnu_chain_zero[bucket]; - continue; - } + do + if ((*hasharr & ~1u) == (new_hash & ~1u)) + { + symidx = hasharr - map->l_gnu_chain_zero; + sym = check_match (&symtab[symidx]); + if (sym != NULL) + goto found_it; + } + while ((*hasharr++ & 1u) == 0); } } + /* No symbol found. */ + symidx = SHN_UNDEF; + } + else + { + if (*old_hash == 0xffffffff) + *old_hash = _dl_elf_hash (undef_name); - /* There cannot be another entry for this symbol so stop here. */ - goto found_it; + /* Use the old SysV-style hash table. Search the appropriate + hash bucket in this object's symbol table for a definition + for the same symbol name. */ + for (symidx = map->l_buckets[*old_hash % map->l_nbuckets]; + symidx != STN_UNDEF; + symidx = map->l_chain[symidx]) + { + sym = check_match (&symtab[symidx]); + if (sym != NULL) + goto found_it; + } } /* If we have seen exactly one versioned symbol while we are @@ -181,7 +239,7 @@ do_lookup_x (const char *undef_name, unsigned long int hash, if (! result->s) { result->s = sym; - result->m = map; + result->m = (struct link_map *) map; } break; } @@ -189,7 +247,7 @@ do_lookup_x (const char *undef_name, unsigned long int hash, case STB_GLOBAL: /* Global definition. Just what we need. */ result->s = sym; - result->m = map; + result->m = (struct link_map *) map; return 1; default: /* Local symbols are ignored. */ @@ -208,7 +266,3 @@ do_lookup_x (const char *undef_name, unsigned long int hash, /* We have not found anything until now. */ return 0; } - -#undef FCT -#undef ARG -#undef VERSIONED diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h index f9559dc59c..7eb9a36137 100644 --- a/elf/dynamic-link.h +++ b/elf/dynamic-link.h @@ -1,5 +1,5 @@ /* Inline functions for dynamic linking. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,7 +20,7 @@ #include #include -#ifdef RESOLVE +#ifdef RESOLVE_MAP /* We pass reloc_addr as a pointer to void, as opposed to a pointer to ElfW(Addr), because not all architectures can assume that the relocated address is properly aligned, whereas the compiler is @@ -31,26 +31,30 @@ optimizing away alignment tests or using word instructions for copying memory, breaking the very code written to handle the unaligned cases. */ -auto void __attribute__((always_inline)) +# if ! ELF_MACHINE_NO_REL +auto inline void __attribute__((always_inline)) elf_machine_rel (struct link_map *map, const ElfW(Rel) *reloc, const ElfW(Sym) *sym, const struct r_found_version *version, void *const reloc_addr); -auto void __attribute__((always_inline)) +auto inline void __attribute__((always_inline)) +elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc, + void *const reloc_addr); +# endif +# if ! ELF_MACHINE_NO_RELA +auto inline void __attribute__((always_inline)) elf_machine_rela (struct link_map *map, const ElfW(Rela) *reloc, const ElfW(Sym) *sym, const struct r_found_version *version, void *const reloc_addr); -auto void __attribute__((always_inline)) -elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc, - void *const reloc_addr); -auto void __attribute__((always_inline)) +auto inline void __attribute__((always_inline)) elf_machine_rela_relative (ElfW(Addr) l_addr, const ElfW(Rela) *reloc, void *const reloc_addr); +# endif # if ELF_MACHINE_NO_RELA || defined ELF_MACHINE_PLT_REL -auto void __attribute__((always_inline)) +auto inline void __attribute__((always_inline)) elf_machine_lazy_rel (struct link_map *map, ElfW(Addr) l_addr, const ElfW(Rel) *reloc); # else -auto void __attribute__((always_inline)) +auto inline void __attribute__((always_inline)) elf_machine_lazy_rel (struct link_map *map, ElfW(Addr) l_addr, const ElfW(Rela) *reloc); # endif @@ -64,7 +68,7 @@ elf_machine_lazy_rel (struct link_map *map, /* Read the dynamic section at DYN and fill in INFO with indices DT_*. */ -#ifndef RESOLVE +#ifndef RESOLVE_MAP static #else auto @@ -139,6 +143,8 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp) # endif ADJUST_DYN_INFO (DT_JMPREL); ADJUST_DYN_INFO (VERSYMIDX (DT_VERSYM)); + ADJUST_DYN_INFO (DT_ADDRTAGIDX (DT_GNU_HASH) + DT_NUM + DT_THISPROCNUM + + DT_VERSIONTAGNUM + DT_EXTRANUM + DT_VALNUM); # undef ADJUST_DYN_INFO assert (cnt <= DL_RO_DYN_TEMP_CNT); } @@ -199,7 +205,7 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp) #endif } -#ifdef RESOLVE +#ifdef RESOLVE_MAP # ifdef RTLD_BOOTSTRAP # define ELF_DURING_STARTUP (1) diff --git a/elf/elf.h b/elf/elf.h index 0daff76a41..dae359778b 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1,5 +1,5 @@ /* This file defines standard ELF types, structures, and macros. - Copyright (C) 1995-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2003,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -329,7 +329,8 @@ typedef struct #define SHT_GROUP 17 /* Section group */ #define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */ #define SHT_NUM 19 /* Number of defined types. */ -#define SHT_LOOS 0x60000000 /* Start OS-specific */ +#define SHT_LOOS 0x60000000 /* Start OS-specific. */ +#define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ #define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ #define SHT_CHECKSUM 0x6ffffff8 /* Checksum for DSO content. */ #define SHT_LOSUNW 0x6ffffffa /* Sun-specific low bound. */ @@ -699,6 +700,9 @@ typedef struct If any adjustment is made to the ELF object after it has been built these entries will need to be adjusted. */ #define DT_ADDRRNGLO 0x6ffffe00 +#define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ +#define DT_TLSDESC_PLT 0x6ffffef6 +#define DT_TLSDESC_GOT 0x6ffffef7 #define DT_GNU_CONFLICT 0x6ffffef8 /* Start of conflict section */ #define DT_GNU_LIBLIST 0x6ffffef9 /* Library list */ #define DT_CONFIG 0x6ffffefa /* Configuration information. */ @@ -709,7 +713,7 @@ typedef struct #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */ #define DT_ADDRRNGHI 0x6ffffeff #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */ -#define DT_ADDRNUM 10 +#define DT_ADDRNUM 11 /* The versioning entry types. The next are defined as part of the GNU extension. */ @@ -899,23 +903,25 @@ typedef struct typedef struct { - int a_type; /* Entry type */ + uint32_t a_type; /* Entry type */ union { - long int a_val; /* Integer value */ - void *a_ptr; /* Pointer value */ - void (*a_fcn) (void); /* Function pointer value */ + uint32_t a_val; /* Integer value */ + /* We use to have pointer elements added here. We cannot do that, + though, since it does not work when using 32-bit definitions + on 64-bit platforms and vice versa. */ } a_un; } Elf32_auxv_t; typedef struct { - long int a_type; /* Entry type */ + uint64_t a_type; /* Entry type */ union { - long int a_val; /* Integer value */ - void *a_ptr; /* Pointer value */ - void (*a_fcn) (void); /* Function pointer value */ + uint64_t a_val; /* Integer value */ + /* We use to have pointer elements added here. We cannot do that, + though, since it does not work when using 32-bit definitions + on 64-bit platforms and vice versa. */ } a_un; } Elf64_auxv_t; @@ -1248,14 +1254,15 @@ typedef struct #define DT_SPARC_REGISTER 0x70000001 #define DT_SPARC_NUM 2 -/* Bits present in AT_HWCAP, primarily for Sparc32. */ +/* Bits present in AT_HWCAP on SPARC. */ -#define HWCAP_SPARC_FLUSH 1 /* The cpu supports flush insn. */ +#define HWCAP_SPARC_FLUSH 1 /* The CPU supports flush insn. */ #define HWCAP_SPARC_STBAR 2 #define HWCAP_SPARC_SWAP 4 #define HWCAP_SPARC_MULDIV 8 -#define HWCAP_SPARC_V9 16 /* The cpu is v9, so v8plus is ok. */ +#define HWCAP_SPARC_V9 16 /* The CPU is v9, so v8plus is ok. */ #define HWCAP_SPARC_ULTRA3 32 +#define HWCAP_SPARC_BLKINIT 64 /* Sun4v with block-init/load-twin. */ /* MIPS R3000 specific definitions. */ @@ -1491,8 +1498,21 @@ typedef struct #define R_MIPS_PJUMP 35 #define R_MIPS_RELGOT 36 #define R_MIPS_JALR 37 +#define R_MIPS_TLS_DTPMOD32 38 /* Module number 32 bit */ +#define R_MIPS_TLS_DTPREL32 39 /* Module-relative offset 32 bit */ +#define R_MIPS_TLS_DTPMOD64 40 /* Module number 64 bit */ +#define R_MIPS_TLS_DTPREL64 41 /* Module-relative offset 64 bit */ +#define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */ +#define R_MIPS_TLS_LDM 43 /* 16 bit GOT offset for LDM */ +#define R_MIPS_TLS_DTPREL_HI16 44 /* Module-relative offset, high 16 bits */ +#define R_MIPS_TLS_DTPREL_LO16 45 /* Module-relative offset, low 16 bits */ +#define R_MIPS_TLS_GOTTPREL 46 /* 16 bit GOT offset for IE */ +#define R_MIPS_TLS_TPREL32 47 /* TP-relative offset, 32 bit */ +#define R_MIPS_TLS_TPREL64 48 /* TP-relative offset, 64 bit */ +#define R_MIPS_TLS_TPREL_HI16 49 /* TP-relative offset, high 16 bits */ +#define R_MIPS_TLS_TPREL_LO16 50 /* TP-relative offset, low 16 bits */ /* Keep this the last entry. */ -#define R_MIPS_NUM 38 +#define R_MIPS_NUM 51 /* Legal values for p_type field of Elf32_Phdr. */ @@ -1851,6 +1871,9 @@ typedef Elf32_Addr Elf32_Conflict; #define LITUSE_ALPHA_TLS_GD 4 #define LITUSE_ALPHA_TLS_LDM 5 +/* Legal values for d_tag of Elf64_Dyn. */ +#define DT_ALPHA_PLTRO (DT_LOPROC + 0) +#define DT_ALPHA_NUM 1 /* PowerPC specific declarations */ @@ -1961,10 +1984,19 @@ typedef Elf32_Addr Elf32_Conflict; #define R_PPC_DIAB_RELSDA_HI 184 /* like EMB_RELSDA, but high 16 bit */ #define R_PPC_DIAB_RELSDA_HA 185 /* like EMB_RELSDA, adjusted high 16 */ +/* GNU relocs used in PIC code sequences. */ +#define R_PPC_REL16 249 /* word32 (sym-.) */ +#define R_PPC_REL16_LO 250 /* half16 (sym-.)@l */ +#define R_PPC_REL16_HI 251 /* half16 (sym-.)@h */ +#define R_PPC_REL16_HA 252 /* half16 (sym-.)@ha */ + /* This is a phony reloc to handle any old fashioned TOC16 references that may still be in object files. */ #define R_PPC_TOC16 255 +/* PowerPC specific values for the Dyn d_tag field. */ +#define DT_PPC_GOT (DT_LOPROC + 0) +#define DT_PPC_NUM 1 /* PowerPC64 relocations defined by the ABIs */ #define R_PPC64_NONE R_PPC_NONE @@ -2125,7 +2157,11 @@ typedef Elf32_Addr Elf32_Conflict; #define PF_ARM_SB 0x10000000 /* Segment contains the location addressed by the static base */ +/* Processor specific values for the Phdr p_type field. */ +#define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */ + /* ARM relocs. */ + #define R_ARM_NONE 0 /* No reloc */ #define R_ARM_PC24 1 /* PC relative 26 bit branch */ #define R_ARM_ABS32 2 /* Direct 32 bit */ @@ -2143,6 +2179,9 @@ typedef Elf32_Addr Elf32_Conflict; #define R_ARM_THM_SWI8 14 #define R_ARM_XPC25 15 #define R_ARM_THM_XPC22 16 +#define R_ARM_TLS_DTPMOD32 17 /* ID of module containing symbol */ +#define R_ARM_TLS_DTPOFF32 18 /* Offset in TLS block */ +#define R_ARM_TLS_TPOFF32 19 /* Offset in static TLS block */ #define R_ARM_COPY 20 /* Copy symbol at runtime */ #define R_ARM_GLOB_DAT 21 /* Create GOT entry */ #define R_ARM_JUMP_SLOT 22 /* Create PLT entry */ @@ -2161,6 +2200,16 @@ typedef Elf32_Addr Elf32_Conflict; #define R_ARM_GNU_VTINHERIT 101 #define R_ARM_THM_PC11 102 /* thumb unconditional branch */ #define R_ARM_THM_PC9 103 /* thumb conditional branch */ +#define R_ARM_TLS_GD32 104 /* PC-rel 32 bit for global dynamic + thread local data */ +#define R_ARM_TLS_LDM32 105 /* PC-rel 32 bit for local dynamic + thread local data */ +#define R_ARM_TLS_LDO32 106 /* 32 bit offset relative to TLS + block */ +#define R_ARM_TLS_IE32 107 /* PC-rel 32 bit for GOT entry of + static TLS block offset */ +#define R_ARM_TLS_LE32 108 /* 32 bit offset relative to static + TLS block */ #define R_ARM_RXPC25 249 #define R_ARM_RSBREL32 250 #define R_ARM_THM_RPC22 251 @@ -2525,6 +2574,7 @@ typedef Elf32_Addr Elf32_Conflict; #define R_M32R_SDA16_RELA 42 /* 16 bit offset in SDA */ #define R_M32R_RELA_GNU_VTINHERIT 43 #define R_M32R_RELA_GNU_VTENTRY 44 +#define R_M32R_REL32 45 /* PC relative 32 bit. */ #define R_M32R_GOT24 48 /* 24 bit GOT entry */ #define R_M32R_26_PLTREL 49 /* 26 bit PC relative to PLT shifted */ diff --git a/sysdeps/generic/enbl-secure.c b/elf/enbl-secure.c similarity index 100% rename from sysdeps/generic/enbl-secure.c rename to elf/enbl-secure.c diff --git a/elf/ldconfig.c b/elf/ldconfig.c index aab52b7e3e..18bac78273 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -1,21 +1,19 @@ -/* Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc. +/* Copyright (C) 1999-2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger , 1999. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define PROCINFO_CLASS static #include @@ -39,10 +37,16 @@ #include #include -#include "ldconfig.h" -#include "dl-cache.h" +#include +#include -#include "dl-procinfo.h" +#include + +#ifdef _DL_FIRST_PLATFORM +# define _DL_FIRST_EXTRA (_DL_FIRST_PLATFORM + _DL_PLATFORMS_COUNT) +#else +# define _DL_FIRST_EXTRA _DL_HWCAP_COUNT +#endif #ifndef LD_SO_CONF # define LD_SO_CONF SYSCONFDIR "/ld.so.conf" @@ -115,6 +119,9 @@ static const char *config_file; /* Mask to use for important hardware capabilities. */ static unsigned long int hwcap_mask = HWCAP_IMPORTANT; +/* Configuration-defined capabilities defined in kernel vDSOs. */ +static const char *hwcap_extra[64 - _DL_FIRST_EXTRA]; + /* Name and version of program. */ static void print_version (FILE *stream, struct argp_state *state); void (*argp_program_version_hook) (FILE *, struct argp_state *) @@ -165,10 +172,10 @@ is_hwcap_platform (const char *name) if (hwcap_idx != -1) return 1; -#ifdef USE_TLS - if (strcmp (name, "tls") == 0) - return 1; -#endif + for (hwcap_idx = _DL_FIRST_EXTRA; hwcap_idx < 64; ++hwcap_idx) + if (hwcap_extra[hwcap_idx - _DL_FIRST_EXTRA] != NULL + && !strcmp (name, hwcap_extra[hwcap_idx - _DL_FIRST_EXTRA])) + return 1; return 0; } @@ -203,11 +210,11 @@ path_hwcap (const char *path) h = _dl_string_platform (ptr + 1); if (h == (uint64_t) -1) { -#ifdef USE_TLS - if (strcmp (ptr + 1, "tls") == 0) - h = 63; - else -#endif + for (h = _DL_FIRST_EXTRA; h < 64; ++h) + if (hwcap_extra[h - _DL_FIRST_EXTRA] != NULL + && !strcmp (ptr + 1, hwcap_extra[h - _DL_FIRST_EXTRA])) + break; + if (h == 64) break; } } @@ -279,7 +286,7 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2004"); +"), "2006"); fprintf (stream, gettext ("Written by %s.\n"), "Andreas Jaeger"); } @@ -636,7 +643,7 @@ search_dir (const struct dir_entry *entry) if (opt_verbose) { if (hwcap != 0) - printf ("%s: (hwcap: 0x%" PRIx64 ")\n", entry->path, hwcap); + printf ("%s: (hwcap: %#.16" PRIx64 ")\n", entry->path, hwcap); else printf ("%s:\n", entry->path); } @@ -686,10 +693,23 @@ search_dir (const struct dir_entry *entry) #endif !is_hwcap_platform (direntry->d_name))) continue; - len = strlen (entry->path) + strlen (direntry->d_name); + len = strlen (direntry->d_name); + /* Skip temporary files created by the prelink program. Files with + names like these are never really DSOs we want to look at. */ + if (len >= sizeof (".#prelink#") - 1) + { + if (strcmp (direntry->d_name + len - sizeof (".#prelink#") + 1, + ".#prelink#") == 0) + continue; + if (len >= sizeof (".#prelink#.XXXXXX") - 1 + && memcmp (direntry->d_name + len - sizeof (".#prelink#.XXXXXX") + + 1, ".#prelink#.", sizeof (".#prelink#.") - 1) == 0) + continue; + } + len += strlen (entry->path) + 2; if (len > file_name_len) { - file_name_len = len + 1; + file_name_len = len; file_name = alloca (file_name_len); if (!opt_chroot) real_file_name = file_name; @@ -697,10 +717,10 @@ search_dir (const struct dir_entry *entry) sprintf (file_name, "%s/%s", entry->path, direntry->d_name); if (opt_chroot) { - len = strlen (dir_name) + strlen (direntry->d_name); + len = strlen (dir_name) + strlen (direntry->d_name) + 2; if (len > real_file_name_len) { - real_file_name_len = len + 1; + real_file_name_len = len; real_file_name = alloca (real_file_name_len); } sprintf (real_file_name, "%s/%s", dir_name, direntry->d_name); @@ -944,17 +964,19 @@ search_dirs (void) static void parse_conf_include (const char *config_file, unsigned int lineno, - bool do_chroot, const char *pattern); + const char *prefix, bool do_chroot, + const char *pattern); /* Parse configuration file. */ static void -parse_conf (const char *filename, bool do_chroot) +parse_conf (const char *filename, const char *prefix, bool do_chroot) { FILE *file = NULL; char *line = NULL; const char *canon; size_t len = 0; unsigned int lineno; + size_t prefix_len = prefix ? strlen (prefix) : 0; if (do_chroot && opt_chroot) { @@ -1015,7 +1037,61 @@ parse_conf (const char *filename, bool do_chroot) cp += 8; while ((dir = strsep (&cp, " \t")) != NULL) if (dir[0] != '\0') - parse_conf_include (filename, lineno, do_chroot, dir); + parse_conf_include (filename, lineno, prefix, do_chroot, dir); + } + else if (prefix != NULL) + { + size_t cp_len = strlen (cp); + char new_cp [prefix_len + cp_len + 1]; + memcpy (mempcpy (new_cp, prefix, prefix_len), cp, cp_len + 1); + add_dir (new_cp); + } + else if (!strncasecmp (cp, "hwcap", 5) && isblank (cp[5])) + { + cp += 6; + char *p, *name = NULL; + unsigned long int n = strtoul (cp, &cp, 0); + if (cp != NULL && isblank (*cp)) + while ((p = strsep (&cp, " \t")) != NULL) + if (p[0] != '\0') + { + if (name == NULL) + name = p; + else + { + name = NULL; + break; + } + } + if (name == NULL) + { + error (EXIT_FAILURE, 0, _("%s:%u: bad syntax in hwcap line"), + filename, lineno); + break; + } + if (n >= (64 - _DL_FIRST_EXTRA)) + error (EXIT_FAILURE, 0, + _("%s:%u: hwcap index %lu above maximum %u"), + filename, lineno, n, 64 - _DL_FIRST_EXTRA - 1); + if (hwcap_extra[n] == NULL) + { + for (unsigned long int h = 0; h < (64 - _DL_FIRST_EXTRA); ++h) + if (hwcap_extra[h] != NULL && !strcmp (name, hwcap_extra[h])) + error (EXIT_FAILURE, 0, + _("%s:%u: hwcap index %lu already defined as %s"), + filename, lineno, h, name); + hwcap_extra[n] = xstrdup (name); + } + else + { + if (strcmp (name, hwcap_extra[n])) + error (EXIT_FAILURE, 0, + _("%s:%u: hwcap index %lu already defined as %s"), + filename, lineno, n, hwcap_extra[n]); + if (opt_verbose) + error (0, 0, _("%s:%u: duplicate hwcap %lu %s"), + filename, lineno, n, name); + } } else add_dir (cp); @@ -1031,7 +1107,7 @@ parse_conf (const char *filename, bool do_chroot) config files to read. */ static void parse_conf_include (const char *config_file, unsigned int lineno, - bool do_chroot, const char *pattern) + const char *prefix, bool do_chroot, const char *pattern) { if (opt_chroot && pattern[0] != '/') error (EXIT_FAILURE, 0, @@ -1061,7 +1137,7 @@ parse_conf_include (const char *config_file, unsigned int lineno, { case 0: for (size_t i = 0; i < gl.gl_pathc; ++i) - parse_conf (gl.gl_pathv[i], false); + parse_conf (gl.gl_pathv[i], prefix, false); globfree64 (&gl); break; @@ -1101,6 +1177,8 @@ main (int argc, char **argv) { int remaining; + arch_startup (argc, argv); + /* Parse and process arguments. */ argp_parse (&argp, argc, argv, 0, &remaining, NULL); @@ -1118,12 +1196,16 @@ main (int argc, char **argv) add_dir (argv[i]); } +#ifdef USE_TLS + hwcap_extra[63 - _DL_FIRST_EXTRA] = "tls"; +#endif + set_hwcap (); if (opt_chroot) { /* Normalize the path a bit, we might need it for printing later. */ - char *endp = strchr (opt_chroot, '\0'); + char *endp = rawmemchr (opt_chroot, '\0'); while (endp > opt_chroot && endp[-1] == '/') --endp; *endp = '\0'; @@ -1209,12 +1291,14 @@ main (int argc, char **argv) if (!opt_only_cline) { - parse_conf (config_file, true); + parse_conf (config_file, NULL, true); /* Always add the standard search paths. */ add_system_dir (SLIBDIR); if (strcmp (SLIBDIR, LIBDIR)) add_system_dir (LIBDIR); + + add_arch_dirs (config_file); } search_dirs (); diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index 4d7c33c728..d1591a5785 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -1,5 +1,5 @@ #! @BASH@ -# Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1996-2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -39,7 +39,7 @@ while test $# -gt 0; do printf $"Copyright (C) %s Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -" "2004" +" "2006" printf $"Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" exit 0 @@ -144,13 +144,17 @@ for file do *) file=./$file ;; esac - if test ! -f "$file"; then + if test ! -e "$file"; then echo "ldd: ${file}:" $"No such file or directory" >&2 result=1 + elif test ! -f "$file"; then + echo "ldd: ${file}:" $"not regular file" >&2 + result=1 elif test -r "$file"; then test -x "$file" || echo 'ldd:' $"\ warning: you do not have execution permission for" "\`$file'" >&2 RTLD= + ret=1 for rtld in ${RTLDLIST}; do if test -x $rtld; then verify_out=`${rtld} --verify "$file"` @@ -160,12 +164,6 @@ warning: you do not have execution permission for" "\`$file'" >&2 esac fi done - if test -z "${RTLD}"; then - set ${RTLDLIST} - RTLD=$1 - verify_out=`${RTLD} --verify "$file"` - ret=$? - fi case $ret in 0) # If the program exits with exit code 5, it means the process has been diff --git a/elf/link.h b/elf/link.h index 6d5ad9d98c..076531d6e7 100644 --- a/elf/link.h +++ b/elf/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. - Copyright (C) 1995-1999, 2000, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2001, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -33,6 +33,7 @@ #define _ElfW_1(e,w,t) e##w##t #include /* Defines __ELF_NATIVE_CLASS. */ +#include /* Rendezvous structure used by the run-time dynamic linker to communicate details of shared object loading to the debugger. If the executable's @@ -94,6 +95,46 @@ struct link_map #ifdef __USE_GNU +/* Version numbers for la_version handshake interface. */ +#define LAV_CURRENT 1 + +/* Activity types signaled through la_activity. */ +enum + { + LA_ACT_CONSISTENT, /* Link map consistent again. */ + LA_ACT_ADD, /* New object will be added. */ + LA_ACT_DELETE /* Objects will be removed. */ + }; + +/* Values representing origin of name for dynamic loading. */ +enum + { + LA_SER_ORIG = 0x01, /* Original name. */ + LA_SER_LIBPATH = 0x02, /* Directory from LD_LIBRARY_PATH. */ + LA_SER_RUNPATH = 0x04, /* Directory from RPATH/RUNPATH. */ + LA_SER_CONFIG = 0x08, /* Found through ldconfig. */ + LA_SER_DEFAULT = 0x40, /* Default directory. */ + LA_SER_SECURE = 0x80 /* Unused. */ + }; + +/* Values for la_objopen return value. */ +enum + { + LA_FLG_BINDTO = 0x01, /* Audit symbols bound to this object. */ + LA_FLG_BINDFROM = 0x02 /* Audit symbols bound from this object. */ + }; + +/* Values for la_symbind flags parameter. */ +enum + { + LA_SYMB_NOPLTENTER = 0x01, /* la_pltenter will not be called. */ + LA_SYMB_NOPLTEXIT = 0x02, /* la_pltexit will not be called. */ + LA_SYMB_STRUCTCALL = 0x04, /* Return value is a structure. */ + LA_SYMB_DLSYM = 0x08, /* Binding due to dlsym call. */ + LA_SYMB_ALTVALUE = 0x10 /* Value has been changed by a previous + la_symbind call. */ + }; + struct dl_phdr_info { ElfW(Addr) dlpi_addr; @@ -101,22 +142,50 @@ struct dl_phdr_info const ElfW(Phdr) *dlpi_phdr; ElfW(Half) dlpi_phnum; - /* Note: the next two members were introduced after the first + /* Note: Following members were introduced after the first version of this structure was available. Check the SIZE - argument passed to the dl_iterate_phdr() callback to determine - whether or not they are provided. */ + argument passed to the dl_iterate_phdr callback to determine + whether or not each later member is available. */ /* Incremented when a new object may have been added. */ unsigned long long int dlpi_adds; /* Incremented when an object may have been removed. */ unsigned long long int dlpi_subs; + + /* If there is a PT_TLS segment, its module ID as used in + TLS relocations, else zero. */ + size_t dlpi_tls_modid; + + /* The address of the calling thread's instance of this module's + PT_TLS segment, if it has one and it has been allocated + in the calling thread, otherwise a null pointer. */ + void *dlpi_tls_data; }; __BEGIN_DECLS -extern int dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, - size_t size, void *data), - void *data); +extern int dl_iterate_phdr (int (*__callback) (struct dl_phdr_info *, + size_t, void *), + void *__data); + + +/* Prototypes for the ld.so auditing interfaces. These are not + defined anywhere in ld.so but instead have to be provided by the + auditing DSO. */ +extern unsigned int la_version (unsigned int __version); +extern void la_activity (uintptr_t *__cookie, unsigned int __flag); +extern char *la_objsearch (const char *__name, uintptr_t *__cookie, + unsigned int __flag); +extern unsigned int la_objopen (struct link_map *__map, Lmid_t __lmid, + uintptr_t *__cookie); +extern void la_preinit (uintptr_t *__cookie); +extern uintptr_t la_symbind32 (Elf32_Sym *__sym, unsigned int __ndx, + uintptr_t *__refcook, uintptr_t *__defcook, + unsigned int *__flags, const char *__symname); +extern uintptr_t la_symbind64 (Elf64_Sym *__sym, unsigned int __ndx, + uintptr_t *__refcook, uintptr_t *__defcook, + unsigned int *__flags, const char *__symname); +extern unsigned int la_objclose (uintptr_t *__cookie); __END_DECLS diff --git a/elf/loadtest.c b/elf/loadtest.c index 6b8f4bb7d0..727469b496 100644 --- a/elf/loadtest.c +++ b/elf/loadtest.c @@ -70,11 +70,13 @@ static const struct #include +#define MAPS ((struct link_map *) _r_debug.r_map) + #define OUT \ - for (map = _r_debug.r_map; map != NULL; map = map->l_next) \ + for (map = MAPS; map != NULL; map = map->l_next) \ if (map->l_type == lt_loaded) \ - printf ("name = \"%s\", opencount = %d\n", \ - map->l_name, (int) map->l_opencount); \ + printf ("name = \"%s\", direct_opencount = %d\n", \ + map->l_name, (int) map->l_direct_opencount); \ fflush (stdout) @@ -147,7 +149,7 @@ main (int argc, char *argv[]) { /* In this case none of the objects above should be present. */ - for (map = _r_debug.r_map; map != NULL; map = map->l_next) + for (map = MAPS; map != NULL; map = map->l_next) if (map->l_type == lt_loaded && (strstr (map->l_name, testobjs[0].name) != NULL || strstr (map->l_name, testobjs[1].name) != NULL @@ -180,11 +182,11 @@ main (int argc, char *argv[]) } /* Check whether all files are unloaded. */ - for (map = _r_debug.r_map; map != NULL; map = map->l_next) + for (map = MAPS; map != NULL; map = map->l_next) if (map->l_type == lt_loaded) { - printf ("name = \"%s\", opencount = %d\n", - map->l_name, (int) map->l_opencount); + printf ("name = \"%s\", direct_opencount = %d\n", + map->l_name, (int) map->l_direct_opencount); result = 1; } diff --git a/elf/neededtest.c b/elf/neededtest.c index e6e99bfc6d..3cea499314 100644 --- a/elf/neededtest.c +++ b/elf/neededtest.c @@ -5,6 +5,8 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + static int check_loaded_objects (const char **loaded) { @@ -24,10 +26,10 @@ check_loaded_objects (const char **loaded) printf(" Name\n"); printf(" --------------------------------------------------------\n"); - for (lm = _r_debug.r_map; lm; lm = lm->l_next) + for (lm = MAPS; lm; lm = lm->l_next) { if (lm->l_name && lm->l_name[0]) - printf(" %s, count = %d\n", lm->l_name, (int) lm->l_opencount); + printf(" %s, count = %d\n", lm->l_name, (int) lm->l_direct_opencount); if (lm->l_type == lt_loaded && lm->l_name) { int match = 0; diff --git a/elf/neededtest2.c b/elf/neededtest2.c index cf111bc303..17c75f2ba3 100644 --- a/elf/neededtest2.c +++ b/elf/neededtest2.c @@ -5,6 +5,8 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + static int check_loaded_objects (const char **loaded) { @@ -24,10 +26,10 @@ check_loaded_objects (const char **loaded) printf(" Name\n"); printf(" --------------------------------------------------------\n"); - for (lm = _r_debug.r_map; lm; lm = lm->l_next) + for (lm = MAPS; lm; lm = lm->l_next) { if (lm->l_name && lm->l_name[0]) - printf(" %s, count = %d\n", lm->l_name, (int) lm->l_opencount); + printf(" %s, count = %d\n", lm->l_name, (int) lm->l_direct_opencount); if (lm->l_type == lt_loaded && lm->l_name) { int match = 0; diff --git a/elf/neededtest3.c b/elf/neededtest3.c index 38b3c6c6b7..41970cf2c7 100644 --- a/elf/neededtest3.c +++ b/elf/neededtest3.c @@ -5,6 +5,8 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + static int check_loaded_objects (const char **loaded) { @@ -24,10 +26,10 @@ check_loaded_objects (const char **loaded) printf(" Name\n"); printf(" --------------------------------------------------------\n"); - for (lm = _r_debug.r_map; lm; lm = lm->l_next) + for (lm = MAPS; lm; lm = lm->l_next) { if (lm->l_name && lm->l_name[0]) - printf(" %s, count = %d\n", lm->l_name, (int) lm->l_opencount); + printf(" %s, count = %d\n", lm->l_name, (int) lm->l_direct_opencount); if (lm->l_type == lt_loaded && lm->l_name) { int match = 0; diff --git a/elf/neededtest4.c b/elf/neededtest4.c index 04ab10e4c9..bd79341fb2 100644 --- a/elf/neededtest4.c +++ b/elf/neededtest4.c @@ -5,6 +5,8 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + static int check_loaded_objects (const char **loaded) { @@ -24,10 +26,10 @@ check_loaded_objects (const char **loaded) printf(" Name\n"); printf(" --------------------------------------------------------\n"); - for (lm = _r_debug.r_map; lm; lm = lm->l_next) + for (lm = MAPS; lm; lm = lm->l_next) { if (lm->l_name && lm->l_name[0]) - printf(" %s, count = %d\n", lm->l_name, (int) lm->l_opencount); + printf(" %s, count = %d\n", lm->l_name, (int) lm->l_direct_opencount); if (lm->l_type == lt_loaded && lm->l_name) { int match = 0; diff --git a/elf/order2.c b/elf/order2.c new file mode 100644 index 0000000000..3dbfdd153e --- /dev/null +++ b/elf/order2.c @@ -0,0 +1,46 @@ +#include +#include + + +int call_puts; + +static int +do_test (void) +{ + call_puts = 1; + + void *h1 = dlopen ("$ORIGIN/order2mod1.so", RTLD_LAZY | RTLD_GLOBAL); + if (h1 == NULL) + { + puts ("cannot load order2mod1"); + return 1; + } + void *h2 = dlopen ("$ORIGIN/order2mod2.so", RTLD_LAZY); + if (h2 == NULL) + { + puts ("cannot load order2mod2"); + return 1; + } + if (dlclose (h1) != 0) + { + puts ("dlclose order2mod1 failed"); + return 1; + } + if (dlclose (h2) != 0) + { + puts ("dlclose order2mod2 failed"); + return 1; + } + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" + +static void +__attribute__ ((destructor)) +fini (void) +{ + if (call_puts) + puts ("5"); +} diff --git a/elf/order2mod1.c b/elf/order2mod1.c new file mode 100644 index 0000000000..b695db29b7 --- /dev/null +++ b/elf/order2mod1.c @@ -0,0 +1,8 @@ +#include + +static void +__attribute__ ((destructor)) +fini (void) +{ + putchar ('1'); +} diff --git a/elf/order2mod2.c b/elf/order2mod2.c new file mode 100644 index 0000000000..026cd2acc4 --- /dev/null +++ b/elf/order2mod2.c @@ -0,0 +1,18 @@ +#include + +extern int foo (void); +extern int bar (void); + +void +__attribute__ ((constructor)) +init (void) +{ + (void) (foo () - bar ()); +} + +static void +__attribute__ ((destructor)) +fini (void) +{ + putchar ('2'); +} diff --git a/elf/order2mod3.c b/elf/order2mod3.c new file mode 100644 index 0000000000..7913a79925 --- /dev/null +++ b/elf/order2mod3.c @@ -0,0 +1,14 @@ +#include + +int +bar (void) +{ + return 1; +} + +static void +__attribute__ ((destructor)) +fini (void) +{ + putchar ('4'); +} diff --git a/elf/order2mod4.c b/elf/order2mod4.c new file mode 100644 index 0000000000..4f2026f041 --- /dev/null +++ b/elf/order2mod4.c @@ -0,0 +1,16 @@ +#include + +extern int bar (void); + +int +foo (void) +{ + return 42 + bar (); +} + +static void +__attribute__ ((destructor)) +fini (void) +{ + putchar ('3'); +} diff --git a/sysdeps/generic/readelflib.c b/elf/readelflib.c similarity index 100% rename from sysdeps/generic/readelflib.c rename to elf/readelflib.c diff --git a/elf/readlib.c b/elf/readlib.c index 4fbc3e5e4c..8896bbdaca 100644 --- a/elf/readlib.c +++ b/elf/readlib.c @@ -1,22 +1,20 @@ -/* Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1999-2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger , 1999 and Jakub Jelinek , 1999. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* The code in this file and in readelflib is a heavily simplified version of the readelf program that's part of the current binutils @@ -36,7 +34,7 @@ #include #include -#include "ldconfig.h" +#include #define Elf32_CLASS ELFCLASS32 #define Elf64_CLASS ELFCLASS64 @@ -180,4 +178,4 @@ process_file (const char *real_file_name, const char *file_name, } /* Get architecture specific version of process_elf_file. */ -#include "readelflib.c" +#include diff --git a/elf/rtld-Rules b/elf/rtld-Rules index ac96f728d9..01fbbdf0c5 100644 --- a/elf/rtld-Rules +++ b/elf/rtld-Rules @@ -1,6 +1,6 @@ # Subroutine makefile for compiling libc modules linked into dynamic linker. -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -28,7 +28,14 @@ rtld-all: # When run from the elf/Makefile to build rtld-libc.a, $(subdir) is elf. -ifeq ($(subdir),elf) +ifneq ($(subdir),elf) +ifndef rtld-modules +error rtld-modules not set +endif +endif + +ifndef rtld-modules +# Running to build rtld-libc.a, driving runs of $(rtld-subdir-make), below. ifndef rtld-subdirs error This makefile is a subroutine of elf/Makefile not to be used directly @@ -65,10 +72,16 @@ include $(patsubst %,../o-iterator.mk,$(object-suffixes-left)) # This is how we descend into each subdirectory. See below. define rtld-subdir-make -$(MAKE) -C ../$* objdir=$(objdir) -f Makefile -f ../elf/rtld-Rules rtld-all \ +$(MAKE) $(subdir-args) objdir=$(objdir) \ + -f Makefile -f ../elf/rtld-Rules rtld-all \ rtld-modules='$(addprefix rtld-,$(rtld-$*))' endef +# See subdir-target-args in ../Makefile for the model. +subdir-args = subdir=$*$(if $($*-srcdir),\ + -C $($*-srcdir) ..=`pwd`/,\ + -C $(..)$* ..=../) + FORCE: else diff --git a/elf/rtld.c b/elf/rtld.c index cd40f80088..a357a46987 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -1,5 +1,5 @@ /* Run time dynamic linker. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -34,9 +34,10 @@ #include #include #include "dynamic-link.h" -#include "dl-librecon.h" +#include #include #include +#include #include #include @@ -60,6 +61,9 @@ static void print_missing_version (int errcode, const char *objname, /* Print the various times we collected. */ static void print_statistics (hp_timing_t *total_timep); +/* Add audit objects. */ +static void process_dl_audit (char *str); + /* This is a list of all the modes the dynamic loader can be in. */ enum mode { normal, list, verify, trace }; @@ -68,16 +72,39 @@ enum mode { normal, list, verify, trace }; all the entries. */ static void process_envvars (enum mode *modep); -int _dl_argc attribute_relro attribute_hidden; #ifdef DL_ARGV_NOT_RELRO +int _dl_argc attribute_hidden; char **_dl_argv = NULL; +/* Nonzero if we were run directly. */ +unsigned int _dl_skip_args attribute_hidden; #else +int _dl_argc attribute_relro attribute_hidden; char **_dl_argv attribute_relro = NULL; +unsigned int _dl_skip_args attribute_relro attribute_hidden; #endif INTDEF(_dl_argv) -/* Nonzero if we were run directly. */ -unsigned int _dl_skip_args attribute_relro attribute_hidden; +#ifndef THREAD_SET_STACK_GUARD +/* Only exported for architectures that don't store the stack guard canary + in thread local area. */ +uintptr_t __stack_chk_guard attribute_relro; +#endif + +/* Only exported for architectures that don't store the pointer guard + value in thread local area. */ +uintptr_t __pointer_chk_guard_local + attribute_relro attribute_hidden __attribute__ ((nocommon)); +#ifndef THREAD_SET_POINTER_GUARD +strong_alias (__pointer_chk_guard_local, __pointer_chk_guard) +#endif + + +/* List of auditing DSOs. */ +static struct audit_list +{ + const char *name; + struct audit_list *next; +} *audit_list; #ifndef HAVE_INLINED_SYSCALLS /* Set nonzero during loading and initialization of executable and @@ -124,27 +151,17 @@ struct rtld_global_ro _rtld_global_ro attribute_relro = ._dl_hwcap_mask = HWCAP_IMPORTANT, ._dl_lazy = 1, ._dl_fpu_control = _FPU_DEFAULT, + ._dl_pointer_guard = 1, /* Function pointers. */ - ._dl_get_origin = _dl_get_origin, - ._dl_dst_count = _dl_dst_count, - ._dl_dst_substitute = _dl_dst_substitute, - ._dl_map_object = _dl_map_object, - ._dl_map_object_deps = _dl_map_object_deps, - ._dl_relocate_object = _dl_relocate_object, - ._dl_check_map_versions = _dl_check_map_versions, - ._dl_init = _dl_init, - ._dl_debug_state = _dl_debug_state, -#ifndef MAP_COPY - ._dl_unload_cache = _dl_unload_cache, -#endif ._dl_debug_printf = _dl_debug_printf, ._dl_catch_error = _dl_catch_error, ._dl_signal_error = _dl_signal_error, - ._dl_start_profile = _dl_start_profile, ._dl_mcount = _dl_mcount_internal, ._dl_lookup_symbol_x = _dl_lookup_symbol_x, - ._dl_check_caller = _dl_check_caller + ._dl_check_caller = _dl_check_caller, + ._dl_open = _dl_open, + ._dl_close = _dl_close }; /* If we would use strong_alias here the compiler would see a non-hidden definition. This would undo the effect of the previous @@ -267,10 +284,10 @@ _dl_start_final (void *arg, struct dl_start_final_info *info) memcpy (GL(dl_rtld_map).l_info, info->l.l_info, sizeof GL(dl_rtld_map).l_info); GL(dl_rtld_map).l_mach = info->l.l_mach; + GL(dl_rtld_map).l_relocated = 1; #endif _dl_setup_hash (&GL(dl_rtld_map)); GL(dl_rtld_map).l_real = &GL(dl_rtld_map); - GL(dl_rtld_map).l_opencount = 1; GL(dl_rtld_map).l_map_start = (ElfW(Addr)) _begin; GL(dl_rtld_map).l_map_end = (ElfW(Addr)) _end; GL(dl_rtld_map).l_text_end = (ElfW(Addr)) _etext; @@ -286,7 +303,6 @@ _dl_start_final (void *arg, struct dl_start_final_info *info) GL(dl_rtld_map).l_tls_offset = info->l.l_tls_offset; GL(dl_rtld_map).l_tls_modid = 1; # else - assert (info->l.l_tls_modid == 0); # if NO_TLS_OFFSET != 0 GL(dl_rtld_map).l_tls_offset = NO_TLS_OFFSET; # endif @@ -348,8 +364,6 @@ _dl_start (void *arg) #define RTLD_BOOTSTRAP #define RESOLVE_MAP(sym, version, flags) \ ((*(sym))->st_shndx == SHN_UNDEF ? 0 : &bootstrap_map) -#define RESOLVE(sym, version, flags) \ - ((*(sym))->st_shndx == SHN_UNDEF ? 0 : bootstrap_map.l_addr) #include "dynamic-link.h" if (HP_TIMING_INLINE && HP_TIMING_AVAIL) @@ -374,6 +388,9 @@ _dl_start (void *arg) ++cnt) bootstrap_map.l_info[cnt] = 0; # endif +# if USE___THREAD + bootstrap_map.l_tls_modid = 0; +# endif #endif /* Figure out the run-time load address of the dynamic linker itself. */ @@ -472,7 +489,7 @@ _dl_start (void *arg) while (remaining-- > 0) *p++ = '\0'; } -#endif +# endif /* Install the pointer to the dtv. */ @@ -515,6 +532,7 @@ _dl_start (void *arg) ELF_DYNAMIC_RELOCATE (&bootstrap_map, 0, 0); } + bootstrap_map.l_relocated = 1; /* Please note that we don't allow profiling of this object and therefore need not test whether we have to allocate the array @@ -566,6 +584,19 @@ struct map_args struct link_map *map; }; +struct dlmopen_args +{ + const char *fname; + struct link_map *map; +}; + +struct lookup_args +{ + const char *name; + struct link_map *map; + void *result; +}; + /* Arguments to version_check_doit. */ struct version_check_args { @@ -590,6 +621,28 @@ map_doit (void *a) LM_ID_BASE); } +static void +dlmopen_doit (void *a) +{ + struct dlmopen_args *args = (struct dlmopen_args *) a; + args->map = _dl_open (args->fname, RTLD_LAZY | __RTLD_DLOPEN | __RTLD_AUDIT, + dl_main, LM_ID_NEWLM, _dl_argc, INTUSE(_dl_argv), + __environ); +} + +static void +lookup_doit (void *a) +{ + struct lookup_args *args = (struct lookup_args *) a; + const ElfW(Sym) *ref = NULL; + args->result = NULL; + lookup_t l = _dl_lookup_symbol_x (args->name, args->map, &ref, + args->map->l_local_scope, NULL, 0, + DL_LOOKUP_RETURN_NEWEST, NULL); + if (ref != NULL) + args->result = DL_SYMBOL_ADDRESS (l, ref); +} + static void version_check_doit (void *a) { @@ -648,6 +701,80 @@ match_version (const char *string, struct link_map *map) return 0; } +#ifdef USE_TLS +static bool tls_init_tp_called; + +static void * +init_tls (void) +{ + /* Number of elements in the static TLS block. */ + GL(dl_tls_static_nelem) = GL(dl_tls_max_dtv_idx); + + /* Do not do this twice. The audit interface might have required + the DTV interfaces to be set up early. */ + if (GL(dl_initial_dtv) != NULL) + return NULL; + + /* Allocate the array which contains the information about the + dtv slots. We allocate a few entries more than needed to + avoid the need for reallocation. */ + size_t nelem = GL(dl_tls_max_dtv_idx) + 1 + TLS_SLOTINFO_SURPLUS; + + /* Allocate. */ + GL(dl_tls_dtv_slotinfo_list) = (struct dtv_slotinfo_list *) + calloc (sizeof (struct dtv_slotinfo_list) + + nelem * sizeof (struct dtv_slotinfo), 1); + /* No need to check the return value. If memory allocation failed + the program would have been terminated. */ + + struct dtv_slotinfo *slotinfo = GL(dl_tls_dtv_slotinfo_list)->slotinfo; + GL(dl_tls_dtv_slotinfo_list)->len = nelem; + GL(dl_tls_dtv_slotinfo_list)->next = NULL; + + /* Fill in the information from the loaded modules. No namespace + but the base one can be filled at this time. */ + assert (GL(dl_ns)[LM_ID_BASE + 1]._ns_loaded == NULL); + int i = 0; + for (struct link_map *l = GL(dl_ns)[LM_ID_BASE]._ns_loaded; l != NULL; + l = l->l_next) + if (l->l_tls_blocksize != 0) + { + /* This is a module with TLS data. Store the map reference. + The generation counter is zero. */ + slotinfo[i].map = l; + /* slotinfo[i].gen = 0; */ + ++i; + } + assert (i == GL(dl_tls_max_dtv_idx)); + + /* Compute the TLS offsets for the various blocks. */ + _dl_determine_tlsoffset (); + + /* Construct the static TLS block and the dtv for the initial + thread. For some platforms this will include allocating memory + for the thread descriptor. The memory for the TLS block will + never be freed. It should be allocated accordingly. The dtv + array can be changed if dynamic loading requires it. */ + void *tcbp = _dl_allocate_tls_storage (); + if (tcbp == NULL) + _dl_fatal_printf ("\ +cannot allocate TLS data structures for initial thread"); + + /* Store for detection of the special case by __tls_get_addr + so it knows not to pass this dtv to the normal realloc. */ + GL(dl_initial_dtv) = GET_DTV (tcbp); + + /* And finally install it for the main thread. If ld.so itself uses + TLS we know the thread pointer was initialized earlier. */ + const char *lossage = TLS_INIT_TP (tcbp, USE___THREAD); + if (__builtin_expect (lossage != NULL, 0)) + _dl_fatal_printf ("cannot set up thread-local storage: %s\n", lossage); + tls_init_tp_called = true; + + return tcbp; +} +#endif + #ifdef _LIBC_REENTRANT /* _dl_error_catch_tsd points to this for the single-threaded case. It's reset by the thread library for multithreaded programs. */ @@ -659,14 +786,49 @@ _dl_initial_error_catch_tsd (void) } #endif + +static unsigned int +do_preload (char *fname, struct link_map *main_map, const char *where) +{ + const char *objname; + const char *err_str = NULL; + struct map_args args; + bool malloced; + + args.str = fname; + args.loader = main_map; + args.is_preloaded = 1; + args.mode = 0; + + unsigned int old_nloaded = GL(dl_ns)[LM_ID_BASE]._ns_nloaded; + + (void) _dl_catch_error (&objname, &err_str, &malloced, map_doit, &args); + if (__builtin_expect (err_str != NULL, 0)) + { + _dl_error_printf ("\ +ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", + fname, where); + /* No need to call free, this is still before + the libc's malloc is used. */ + } + else if (GL(dl_ns)[LM_ID_BASE]._ns_nloaded != old_nloaded) + /* It is no duplicate. */ + return 1; + + /* Nothing loaded. */ + return 0; +} + #if defined SHARED && defined _LIBC_REENTRANT \ && defined __rtld_lock_default_lock_recursive -static void rtld_lock_default_lock_recursive (void *lock) +static void +rtld_lock_default_lock_recursive (void *lock) { __rtld_lock_default_lock_recursive (lock); } -static void rtld_lock_default_unlock_recursive (void *lock) +static void +rtld_lock_default_unlock_recursive (void *lock) { __rtld_lock_default_unlock_recursive (lock); } @@ -687,8 +849,6 @@ dl_main (const ElfW(Phdr) *phdr, { const ElfW(Phdr) *ph; enum mode mode; - struct link_map **preloads; - unsigned int npreloads; struct link_map *main_map; size_t file_size; char *file; @@ -702,7 +862,7 @@ dl_main (const ElfW(Phdr) *phdr, hp_timing_t diff; #endif #ifdef USE_TLS - void *tcbp; + void *tcbp = NULL; #endif #ifdef _LIBC_REENTRANT @@ -786,6 +946,14 @@ dl_main (const ElfW(Phdr) *phdr, { GLRO(dl_inhibit_rpath) = INTUSE(_dl_argv)[2]; + _dl_skip_args += 2; + _dl_argc -= 2; + INTUSE(_dl_argv) += 2; + } + else if (! strcmp (INTUSE(_dl_argv)[1], "--audit") && _dl_argc > 2) + { + process_dl_audit (INTUSE(_dl_argv)[2]); + _dl_skip_args += 2; _dl_argc -= 2; INTUSE(_dl_argv) += 2; @@ -822,10 +990,6 @@ of this helper program; chances are you did not intend to run this program.\n\ --_dl_argc; ++INTUSE(_dl_argv); - /* Initialize the data structures for the search paths for shared - objects. */ - _dl_init_paths (library_path); - /* The initialization of _dl_stack_flags done below assumes the executable's PT_GNU_STACK may have been honored by the kernel, and so a PT_GNU_STACK with PF_X set means the stack started out with @@ -850,12 +1014,14 @@ of this helper program; chances are you did not intend to run this program.\n\ const char *objname; const char *err_str = NULL; struct map_args args; + bool malloced; args.str = rtld_progname; args.loader = NULL; args.is_preloaded = 0; args.mode = __RTLD_OPENEXEC; - (void) _dl_catch_error (&objname, &err_str, map_doit, &args); + (void) _dl_catch_error (&objname, &err_str, &malloced, map_doit, + &args); if (__builtin_expect (err_str != NULL, 0)) /* We don't free the returned string, the programs stops anyway. */ @@ -887,10 +1053,10 @@ of this helper program; chances are you did not intend to run this program.\n\ { /* Create a link_map for the executable itself. This will be what dlopen on "" returns. */ - _dl_new_object ((char *) "", "", lt_executable, NULL, 0, LM_ID_BASE); - main_map = GL(dl_ns)[LM_ID_BASE]._ns_loaded; - if (main_map == NULL) - _dl_fatal_printf ("cannot allocate memory for link map\n"); + main_map = _dl_new_object ((char *) "", "", lt_executable, NULL, + __RTLD_OPENEXEC, LM_ID_BASE); + assert (main_map != NULL); + assert (main_map == GL(dl_ns)[LM_ID_BASE]._ns_loaded); main_map->l_phdr = phdr; main_map->l_phnum = phnum; main_map->l_entry = *user_entry; @@ -918,8 +1084,6 @@ of this helper program; chances are you did not intend to run this program.\n\ main_map->l_text_end = 0; /* Perhaps the executable has no PT_LOAD header entries at all. */ main_map->l_map_start = ~0; - /* We opened the file, account for it. */ - ++main_map->l_opencount; /* And it was opened directly. */ ++main_map->l_direct_opencount; @@ -991,8 +1155,9 @@ of this helper program; chances are you did not intend to run this program.\n\ main_map->l_text_end = allocend; } break; -#ifdef USE_TLS + case PT_TLS: +#ifdef USE_TLS if (ph->p_memsz > 0) { /* Note that in the case the dynamic linker we duplicate work @@ -1012,8 +1177,12 @@ of this helper program; chances are you did not intend to run this program.\n\ /* This image gets the ID one. */ GL(dl_tls_max_dtv_idx) = main_map->l_tls_modid = 1; } - break; +#else + _dl_fatal_printf ("\ +ld.so does not support TLS, but program uses it!\n"); #endif + break; + case PT_GNU_STACK: GL(dl_stack_flags) = ph->p_flags; break; @@ -1045,6 +1214,26 @@ of this helper program; chances are you did not intend to run this program.\n\ else assert (GL(dl_rtld_map).l_libname); /* How else did we get here? */ + /* If the current libname is different from the SONAME, add the + latter as well. */ + if (GL(dl_rtld_map).l_info[DT_SONAME] != NULL + && strcmp (GL(dl_rtld_map).l_libname->name, + (const char *) D_PTR (&GL(dl_rtld_map), l_info[DT_STRTAB]) + + GL(dl_rtld_map).l_info[DT_SONAME]->d_un.d_val) != 0) + { + static struct libname_list newname; + newname.name = ((char *) D_PTR (&GL(dl_rtld_map), l_info[DT_STRTAB]) + + GL(dl_rtld_map).l_info[DT_SONAME]->d_un.d_ptr); + newname.next = NULL; + newname.dont_free = 1; + + assert (GL(dl_rtld_map).l_libname->next == NULL); + GL(dl_rtld_map).l_libname->next = &newname; + } + /* The ld.so must be relocated since otherwise loading audit modules + will fail since they reuse the very same ld.so. */ + assert (GL(dl_rtld_map).l_relocated); + if (! rtld_is_main) { /* Extract the contents of the dynamic section for easy access. */ @@ -1069,10 +1258,110 @@ of this helper program; chances are you did not intend to run this program.\n\ _exit (has_interp ? 0 : 2); } - if (! rtld_is_main) - /* Initialize the data structures for the search paths for shared - objects. */ - _dl_init_paths (library_path); + struct link_map **first_preload = &GL(dl_rtld_map).l_next; +#if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO + /* Set up the data structures for the system-supplied DSO early, + so they can influence _dl_init_paths. */ + if (GLRO(dl_sysinfo_dso) != NULL) + { + /* Do an abridged version of the work _dl_map_object_from_fd would do + to map in the object. It's already mapped and prelinked (and + better be, since it's read-only and so we couldn't relocate it). + We just want our data structures to describe it as if we had just + mapped and relocated it normally. */ + struct link_map *l = _dl_new_object ((char *) "", "", lt_library, NULL, + 0, LM_ID_BASE); + if (__builtin_expect (l != NULL, 1)) + { + static ElfW(Dyn) dyn_temp[DL_RO_DYN_TEMP_CNT] attribute_relro; + + l->l_phdr = ((const void *) GLRO(dl_sysinfo_dso) + + GLRO(dl_sysinfo_dso)->e_phoff); + l->l_phnum = GLRO(dl_sysinfo_dso)->e_phnum; + for (uint_fast16_t i = 0; i < l->l_phnum; ++i) + { + const ElfW(Phdr) *const ph = &l->l_phdr[i]; + if (ph->p_type == PT_DYNAMIC) + { + l->l_ld = (void *) ph->p_vaddr; + l->l_ldnum = ph->p_memsz / sizeof (ElfW(Dyn)); + } + else if (ph->p_type == PT_LOAD) + { + if (! l->l_addr) + l->l_addr = ph->p_vaddr; + if (ph->p_vaddr + ph->p_memsz >= l->l_map_end) + l->l_map_end = ph->p_vaddr + ph->p_memsz; + if ((ph->p_flags & PF_X) + && ph->p_vaddr + ph->p_memsz >= l->l_text_end) + l->l_text_end = ph->p_vaddr + ph->p_memsz; + } + else + /* There must be no TLS segment. */ + assert (ph->p_type != PT_TLS); + } + l->l_map_start = (ElfW(Addr)) GLRO(dl_sysinfo_dso); + l->l_addr = l->l_map_start - l->l_addr; + l->l_map_end += l->l_addr; + l->l_text_end += l->l_addr; + l->l_ld = (void *) ((ElfW(Addr)) l->l_ld + l->l_addr); + elf_get_dynamic_info (l, dyn_temp); + _dl_setup_hash (l); + l->l_relocated = 1; + + /* Initialize l_local_scope to contain just this map. This allows + the use of dl_lookup_symbol_x to resolve symbols within the vdso. + So we create a single entry list pointing to l_real as its only + element */ + l->l_local_scope[0]->r_nlist = 1; + l->l_local_scope[0]->r_list = &l->l_real; + + /* Now that we have the info handy, use the DSO image's soname + so this object can be looked up by name. Note that we do not + set l_name here. That field gives the file name of the DSO, + and this DSO is not associated with any file. */ + if (l->l_info[DT_SONAME] != NULL) + { + /* Work around a kernel problem. The kernel cannot handle + addresses in the vsyscall DSO pages in writev() calls. */ + const char *dsoname = ((char *) D_PTR (l, l_info[DT_STRTAB]) + + l->l_info[DT_SONAME]->d_un.d_val); + size_t len = strlen (dsoname); + char *copy = malloc (len); + if (copy == NULL) + _dl_fatal_printf ("out of memory\n"); + l->l_libname->name = memcpy (copy, dsoname, len); + } + + /* Rearrange the list so this DSO appears after rtld_map. */ + assert (l->l_next == NULL); + assert (l->l_prev == main_map); + GL(dl_rtld_map).l_next = l; + l->l_prev = &GL(dl_rtld_map); + first_preload = &l->l_next; + + /* We have a prelinked DSO preloaded by the system. */ + GLRO(dl_sysinfo_map) = l; +# ifdef NEED_DL_SYSINFO + if (GLRO(dl_sysinfo) == DL_SYSINFO_DEFAULT) + GLRO(dl_sysinfo) = GLRO(dl_sysinfo_dso)->e_entry + l->l_addr; +# endif + } + } +#endif + +#ifdef DL_SYSDEP_OSCHECK + DL_SYSDEP_OSCHECK (dl_fatal); +#endif + + /* Initialize the data structures for the search paths for shared + objects. */ + _dl_init_paths (library_path); + + /* Initialize _r_debug. */ + struct r_debug *r = _dl_debug_initialize (GL(dl_rtld_map).l_addr, + LM_ID_BASE); + r->r_state = RT_CONSISTENT; /* Put the link_map for ourselves on the chain so it can be found by name. Note that at this point the global chain of link maps contains @@ -1101,6 +1390,7 @@ of this helper program; chances are you did not intend to run this program.\n\ GL(dl_rtld_map).l_phdr = rtld_phdr; GL(dl_rtld_map).l_phnum = rtld_ehdr->e_phnum; + /* PT_GNU_RELRO is usually the last phdr. */ size_t cnt = rtld_ehdr->e_phnum; while (cnt-- > 0) @@ -1111,11 +1401,229 @@ of this helper program; chances are you did not intend to run this program.\n\ break; } +#ifdef USE_TLS + /* Add the dynamic linker to the TLS list if it also uses TLS. */ + if (GL(dl_rtld_map).l_tls_blocksize != 0) + /* Assign a module ID. Do this before loading any audit modules. */ + GL(dl_rtld_map).l_tls_modid = _dl_next_tls_modid (); +#endif + + /* If we have auditing DSOs to load, do it now. */ + if (__builtin_expect (audit_list != NULL, 0)) + { + /* Iterate over all entries in the list. The order is important. */ + struct audit_ifaces *last_audit = NULL; + struct audit_list *al = audit_list->next; + +#ifdef USE_TLS + /* Since we start using the auditing DSOs right away we need to + initialize the data structures now. */ + tcbp = init_tls (); +#endif + do + { +#ifdef USE_TLS + int tls_idx = GL(dl_tls_max_dtv_idx); + + /* Now it is time to determine the layout of the static TLS + block and allocate it for the initial thread. Note that we + always allocate the static block, we never defer it even if + no DF_STATIC_TLS bit is set. The reason is that we know + glibc will use the static model. */ +#endif + struct dlmopen_args dlmargs; + dlmargs.fname = al->name; + dlmargs.map = NULL; + + const char *objname; + const char *err_str = NULL; + bool malloced; + (void) _dl_catch_error (&objname, &err_str, &malloced, dlmopen_doit, + &dlmargs); + if (__builtin_expect (err_str != NULL, 0)) + { + not_loaded: + _dl_error_printf ("\ +ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n", + al->name, err_str); + if (malloced) + free ((char *) err_str); + } + else + { + struct lookup_args largs; + largs.name = "la_version"; + largs.map = dlmargs.map; + + /* Check whether the interface version matches. */ + (void) _dl_catch_error (&objname, &err_str, &malloced, + lookup_doit, &largs); + + unsigned int (*laversion) (unsigned int); + unsigned int lav; + if (err_str == NULL + && (laversion = largs.result) != NULL + && (lav = laversion (LAV_CURRENT)) > 0 + && lav <= LAV_CURRENT) + { + /* Allocate structure for the callback function pointers. + This call can never fail. */ + union + { + struct audit_ifaces ifaces; +#define naudit_ifaces 8 + void (*fptr[naudit_ifaces]) (void); + } *newp = malloc (sizeof (*newp)); + + /* Names of the auditing interfaces. All in one + long string. */ + static const char audit_iface_names[] = + "la_activity\0" + "la_objsearch\0" + "la_objopen\0" + "la_preinit\0" +#if __ELF_NATIVE_CLASS == 32 + "la_symbind32\0" +#elif __ELF_NATIVE_CLASS == 64 + "la_symbind64\0" +#else +# error "__ELF_NATIVE_CLASS must be defined" +#endif +#define STRING(s) __STRING (s) + "la_" STRING (ARCH_LA_PLTENTER) "\0" + "la_" STRING (ARCH_LA_PLTEXIT) "\0" + "la_objclose\0"; + unsigned int cnt = 0; + const char *cp = audit_iface_names; + do + { + largs.name = cp; + (void) _dl_catch_error (&objname, &err_str, &malloced, + lookup_doit, &largs); + + /* Store the pointer. */ + if (err_str == NULL && largs.result != NULL) + { + newp->fptr[cnt] = largs.result; + + /* The dynamic linker link map is statically + allocated, initialize the data now. */ + GL(dl_rtld_map).l_audit[cnt].cookie + = (intptr_t) &GL(dl_rtld_map); + } + else + newp->fptr[cnt] = NULL; + ++cnt; + + cp = (char *) rawmemchr (cp, '\0') + 1; + } + while (*cp != '\0'); + assert (cnt == naudit_ifaces); + + /* Now append the new auditing interface to the list. */ + newp->ifaces.next = NULL; + if (last_audit == NULL) + last_audit = GLRO(dl_audit) = &newp->ifaces; + else + last_audit = last_audit->next = &newp->ifaces; + ++GLRO(dl_naudit); + + /* Mark the DSO as being used for auditing. */ + dlmargs.map->l_auditing = 1; + } + else + { + /* We cannot use the DSO, it does not have the + appropriate interfaces or it expects something + more recent. */ +#ifndef NDEBUG + Lmid_t ns = dlmargs.map->l_ns; +#endif + _dl_close (dlmargs.map); + + /* Make sure the namespace has been cleared entirely. */ + assert (GL(dl_ns)[ns]._ns_loaded == NULL); + assert (GL(dl_ns)[ns]._ns_nloaded == 0); + +#ifdef USE_TLS + GL(dl_tls_max_dtv_idx) = tls_idx; +#endif + goto not_loaded; + } + } + + al = al->next; + } + while (al != audit_list->next); + + /* If we have any auditing modules, announce that we already + have two objects loaded. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct link_map *ls[2] = { main_map, &GL(dl_rtld_map) }; + + for (unsigned int outer = 0; outer < 2; ++outer) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->objopen != NULL) + { + ls[outer]->l_audit[cnt].bindflags + = afct->objopen (ls[outer], LM_ID_BASE, + &ls[outer]->l_audit[cnt].cookie); + + ls[outer]->l_audit_any_plt + |= ls[outer]->l_audit[cnt].bindflags != 0; + } + + afct = afct->next; + } + } + } + } + + /* Set up debugging before the debugger is notified for the first time. */ +#ifdef ELF_MACHINE_DEBUG_SETUP + /* Some machines (e.g. MIPS) don't use DT_DEBUG in this way. */ + ELF_MACHINE_DEBUG_SETUP (main_map, r); + ELF_MACHINE_DEBUG_SETUP (&GL(dl_rtld_map), r); +#else + if (main_map->l_info[DT_DEBUG] != NULL) + /* There is a DT_DEBUG entry in the dynamic section. Fill it in + with the run-time address of the r_debug structure */ + main_map->l_info[DT_DEBUG]->d_un.d_ptr = (ElfW(Addr)) r; + + /* Fill in the pointer in the dynamic linker's own dynamic section, in + case you run gdb on the dynamic linker directly. */ + if (GL(dl_rtld_map).l_info[DT_DEBUG] != NULL) + GL(dl_rtld_map).l_info[DT_DEBUG]->d_un.d_ptr = (ElfW(Addr)) r; +#endif + + /* We start adding objects. */ + r->r_state = RT_ADD; + _dl_debug_state (); + + /* Auditing checkpoint: we are ready to signal that the initial map + is being constructed. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->activity != NULL) + afct->activity (&main_map->l_audit[cnt].cookie, LA_ACT_ADD); + + afct = afct->next; + } + } + /* We have two ways to specify objects to preload: via environment variable and via the file /etc/ld.so.preload. The latter can also be used when security is enabled. */ - preloads = NULL; - npreloads = 0; + assert (*first_preload == NULL); + struct link_map **preloads = NULL; + unsigned int npreloads = 0; if (__builtin_expect (preloadlist != NULL, 0)) { @@ -1134,14 +1642,7 @@ of this helper program; chances are you did not intend to run this program.\n\ if (p[0] != '\0' && (__builtin_expect (! INTUSE(__libc_enable_secure), 1) || strchr (p, '/') == NULL)) - { - struct link_map *new_map = _dl_map_object (main_map, p, 1, - lt_library, 0, 0, - LM_ID_BASE); - if (++new_map->l_opencount == 1) - /* It is no duplicate. */ - ++npreloads; - } + npreloads += do_preload (p, main_map, "LD_PRELOAD"); HP_TIMING_NOW (stop); HP_TIMING_DIFF (diff, start, stop); @@ -1213,41 +1714,14 @@ of this helper program; chances are you did not intend to run this program.\n\ runp = file; while ((p = strsep (&runp, ": \t\n")) != NULL) if (p[0] != '\0') - { - const char *objname; - const char *err_str = NULL; - struct map_args args; - - args.str = p; - args.loader = main_map; - args.is_preloaded = 1; - args.mode = 0; - - (void) _dl_catch_error (&objname, &err_str, map_doit, - &args); - if (__builtin_expect (err_str != NULL, 0)) - { - _dl_error_printf ("\ -ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", - p, preload_file); - /* No need to call free, this is still before - the libc's malloc is used. */ - } - else if (++args.map->l_opencount == 1) - /* It is no duplicate. */ - ++npreloads; - } + npreloads += do_preload (p, main_map, preload_file); } if (problem != NULL) { char *p = strndupa (problem, file_size - (problem - file)); - struct link_map *new_map = _dl_map_object (main_map, p, 1, - lt_library, 0, 0, - LM_ID_BASE); - if (++new_map->l_opencount == 1) - /* It is no duplicate. */ - ++npreloads; + + npreloads += do_preload (p, main_map, preload_file); } HP_TIMING_NOW (stop); @@ -1259,12 +1733,11 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", } } - if (__builtin_expect (npreloads, 0) != 0) + if (__builtin_expect (*first_preload != NULL, 0)) { /* Set up PRELOADS with a vector of the preloaded libraries. */ - struct link_map *l; + struct link_map *l = *first_preload; preloads = __alloca (npreloads * sizeof preloads[0]); - l = GL(dl_rtld_map).l_next; /* End of the chain before preloads. */ i = 0; do { @@ -1274,79 +1747,6 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", assert (i == npreloads); } -#if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO - struct link_map *sysinfo_map = NULL; - if (GLRO(dl_sysinfo_dso) != NULL) - { - /* Do an abridged version of the work _dl_map_object_from_fd would do - to map in the object. It's already mapped and prelinked (and - better be, since it's read-only and so we couldn't relocate it). - We just want our data structures to describe it as if we had just - mapped and relocated it normally. */ - struct link_map *l = _dl_new_object ((char *) "", "", lt_library, NULL, - 0, LM_ID_BASE); - if (__builtin_expect (l != NULL, 1)) - { - static ElfW(Dyn) dyn_temp[DL_RO_DYN_TEMP_CNT] attribute_relro; - - l->l_phdr = ((const void *) GLRO(dl_sysinfo_dso) - + GLRO(dl_sysinfo_dso)->e_phoff); - l->l_phnum = GLRO(dl_sysinfo_dso)->e_phnum; - for (uint_fast16_t i = 0; i < l->l_phnum; ++i) - { - const ElfW(Phdr) *const ph = &l->l_phdr[i]; - if (ph->p_type == PT_DYNAMIC) - { - l->l_ld = (void *) ph->p_vaddr; - l->l_ldnum = ph->p_memsz / sizeof (ElfW(Dyn)); - } - else if (ph->p_type == PT_LOAD) - { - if (! l->l_addr) - l->l_addr = ph->p_vaddr; - else if (ph->p_vaddr + ph->p_memsz >= l->l_map_end) - l->l_map_end = ph->p_vaddr + ph->p_memsz; - else if ((ph->p_flags & PF_X) - && ph->p_vaddr + ph->p_memsz >= l->l_text_end) - l->l_text_end = ph->p_vaddr + ph->p_memsz; - } - } - l->l_map_start = (ElfW(Addr)) GLRO(dl_sysinfo_dso); - l->l_addr = l->l_map_start - l->l_addr; - l->l_map_end += l->l_addr; - l->l_text_end += l->l_addr; - l->l_ld = (void *) ((ElfW(Addr)) l->l_ld + l->l_addr); - elf_get_dynamic_info (l, dyn_temp); - _dl_setup_hash (l); - l->l_relocated = 1; - - /* Now that we have the info handy, use the DSO image's soname - so this object can be looked up by name. Note that we do not - set l_name here. That field gives the file name of the DSO, - and this DSO is not associated with any file. */ - if (l->l_info[DT_SONAME] != NULL) - { - /* Work around a kernel problem. The kernel cannot handle - addresses in the vsyscall DSO pages in writev() calls. */ - const char *dsoname = ((char *) D_PTR (l, l_info[DT_STRTAB]) - + l->l_info[DT_SONAME]->d_un.d_val); - size_t len = strlen (dsoname); - char *copy = malloc (len); - if (copy == NULL) - _dl_fatal_printf ("out of memory\n"); - l->l_libname->name = memcpy (copy, dsoname, len); - } - - /* We have a prelinked DSO preloaded by the system. */ - sysinfo_map = l; -# ifdef NEED_DL_SYSINFO - if (GLRO(dl_sysinfo) == DL_SYSINFO_DEFAULT) - GLRO(dl_sysinfo) = GLRO(dl_sysinfo_dso)->e_entry + l->l_addr; -# endif - } - } -#endif - /* Load all the libraries specified by DT_NEEDED entries. If LD_PRELOAD specified some libraries to load, these are inserted before the actual dependencies in the executable's searchlist for symbol resolution. */ @@ -1356,14 +1756,9 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", HP_TIMING_DIFF (diff, start, stop); HP_TIMING_ACCUM_NT (load_time, diff); - /* Mark all objects as being in the global scope and set the open - counter. */ + /* Mark all objects as being in the global scope. */ for (i = main_map->l_searchlist.r_nlist; i > 0; ) - { - --i; - main_map->l_searchlist.r_list[i]->l_global = 1; - ++main_map->l_searchlist.r_list[i]->l_opencount; - } + main_map->l_searchlist.r_list[--i]->l_global = 1; #ifndef MAP_ANON /* We are done mapping things, so close the zero-fill descriptor. */ @@ -1373,18 +1768,22 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", /* Remove _dl_rtld_map from the chain. */ GL(dl_rtld_map).l_prev->l_next = GL(dl_rtld_map).l_next; - if (GL(dl_rtld_map).l_next) + if (GL(dl_rtld_map).l_next != NULL) GL(dl_rtld_map).l_next->l_prev = GL(dl_rtld_map).l_prev; - if (__builtin_expect (GL(dl_rtld_map).l_opencount > 1, 1)) + for (i = 1; i < main_map->l_searchlist.r_nlist; ++i) + if (main_map->l_searchlist.r_list[i] == &GL(dl_rtld_map)) + break; + + bool rtld_multiple_ref = false; + if (__builtin_expect (i < main_map->l_searchlist.r_nlist, 1)) { /* Some DT_NEEDED entry referred to the interpreter object itself, so put it back in the list of visible objects. We insert it into the chain in symbol search order because gdb uses the chain's order as its symbol search order. */ - i = 1; - while (main_map->l_searchlist.r_list[i] != &GL(dl_rtld_map)) - ++i; + rtld_multiple_ref = true; + GL(dl_rtld_map).l_prev = main_map->l_searchlist.r_list[i - 1]; if (__builtin_expect (mode, normal) == normal) { @@ -1392,10 +1791,10 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", ? main_map->l_searchlist.r_list[i + 1] : NULL); #if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO - if (sysinfo_map != NULL - && GL(dl_rtld_map).l_prev->l_next == sysinfo_map - && GL(dl_rtld_map).l_next != sysinfo_map) - GL(dl_rtld_map).l_prev = sysinfo_map; + if (GLRO(dl_sysinfo_map) != NULL + && GL(dl_rtld_map).l_prev->l_next == GLRO(dl_sysinfo_map) + && GL(dl_rtld_map).l_next != GLRO(dl_sysinfo_map)) + GL(dl_rtld_map).l_prev = GLRO(dl_sysinfo_map); #endif } else @@ -1425,20 +1824,6 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", } #ifdef USE_TLS - /* Now it is time to determine the layout of the static TLS block - and allocate it for the initial thread. Note that we always - allocate the static block, we never defer it even if no - DF_STATIC_TLS bit is set. The reason is that we know glibc will - use the static model. First add the dynamic linker to the list - if it also uses TLS. */ - if (GL(dl_rtld_map).l_tls_blocksize != 0) - /* Assign a module ID. */ - GL(dl_rtld_map).l_tls_modid = _dl_next_tls_modid (); - -# ifndef TLS_INIT_TP_EXPENSIVE -# define TLS_INIT_TP_EXPENSIVE 0 -# endif - /* We do not initialize any of the TLS functionality unless any of the initial modules uses TLS. This makes dynamic loading of modules with TLS impossible, but to support it requires either eagerly doing setup @@ -1446,59 +1831,35 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n", an old kernel that can't perform TLS_INIT_TP, even if no TLS is ever used. Trying to do it lazily is too hairy to try when there could be multiple threads (from a non-TLS-using libpthread). */ - if (!TLS_INIT_TP_EXPENSIVE || GL(dl_tls_max_dtv_idx) > 0) - { - struct link_map *l; - size_t nelem; - struct dtv_slotinfo *slotinfo; - - /* Number of elements in the static TLS block. */ - GL(dl_tls_static_nelem) = GL(dl_tls_max_dtv_idx); - - /* Allocate the array which contains the information about the - dtv slots. We allocate a few entries more than needed to - avoid the need for reallocation. */ - nelem = GL(dl_tls_max_dtv_idx) + 1 + TLS_SLOTINFO_SURPLUS; - - /* Allocate. */ - GL(dl_tls_dtv_slotinfo_list) = (struct dtv_slotinfo_list *) - malloc (sizeof (struct dtv_slotinfo_list) - + nelem * sizeof (struct dtv_slotinfo)); - /* No need to check the return value. If memory allocation failed - the program would have been terminated. */ - - slotinfo = memset (GL(dl_tls_dtv_slotinfo_list)->slotinfo, '\0', - nelem * sizeof (struct dtv_slotinfo)); - GL(dl_tls_dtv_slotinfo_list)->len = nelem; - GL(dl_tls_dtv_slotinfo_list)->next = NULL; - - /* Fill in the information from the loaded modules. */ - for (l = main_map, i = 0; l != NULL; l = l->l_next) - if (l->l_tls_blocksize != 0) - /* This is a module with TLS data. Store the map reference. - The generation counter is zero. */ - slotinfo[++i].map = l; - assert (i == GL(dl_tls_max_dtv_idx)); - - /* Compute the TLS offsets for the various blocks. */ - _dl_determine_tlsoffset (); - - /* Construct the static TLS block and the dtv for the initial - thread. For some platforms this will include allocating memory - for the thread descriptor. The memory for the TLS block will - never be freed. It should be allocated accordingly. The dtv - array can be changed if dynamic loading requires it. */ - tcbp = _dl_allocate_tls_storage (); - if (tcbp == NULL) - _dl_fatal_printf ("\ -cannot allocate TLS data structures for initial thread"); + bool was_tls_init_tp_called = tls_init_tp_called; + if (tcbp == NULL) + tcbp = init_tls (); +#endif - /* Store for detection of the special case by __tls_get_addr - so it knows not to pass this dtv to the normal realloc. */ - GL(dl_initial_dtv) = GET_DTV (tcbp); - } + /* Set up the stack checker's canary. */ + uintptr_t stack_chk_guard = _dl_setup_stack_chk_guard (); +#ifdef THREAD_SET_STACK_GUARD + THREAD_SET_STACK_GUARD (stack_chk_guard); +#else + __stack_chk_guard = stack_chk_guard; #endif + /* Set up the pointer guard as well, if necessary. */ + if (GLRO(dl_pointer_guard)) + { + // XXX If it is cheap, we should use a separate value. + uintptr_t pointer_chk_guard = stack_chk_guard; +#ifndef HP_TIMING_NONAVAIL + hp_timing_t now; + HP_TIMING_NOW (now); + pointer_chk_guard ^= now; +#endif +#ifdef THREAD_SET_POINTER_GUARD + THREAD_SET_POINTER_GUARD (pointer_chk_guard); +#endif + __pointer_chk_guard_local = pointer_chk_guard; + } + if (__builtin_expect (mode, normal) != normal) { /* We were run just to list the shared libraries. It is @@ -1618,7 +1979,7 @@ cannot allocate TLS data structures for initial thread"); } else { - /* If LD_WARN is set warn about undefined symbols. */ + /* If LD_WARN is set, warn about undefined symbols. */ if (GLRO(dl_lazy) >= 0 && GLRO(dl_verbose)) { /* We have to do symbol dependency testing. */ @@ -1628,7 +1989,7 @@ cannot allocate TLS data structures for initial thread"); args.lazy = GLRO(dl_lazy); l = main_map; - while (l->l_next) + while (l->l_next != NULL) l = l->l_next; do { @@ -1639,14 +2000,18 @@ cannot allocate TLS data structures for initial thread"); &args); } l = l->l_prev; - } while (l); + } + while (l != NULL); if ((GLRO(dl_debug_mask) & DL_DEBUG_PRELINK) - && GL(dl_rtld_map).l_opencount > 1) - _dl_relocate_object (&GL(dl_rtld_map), main_map->l_scope, - 0, 0); - } - + && rtld_multiple_ref) + { + /* Mark the link map as not yet relocated again. */ + GL(dl_rtld_map).l_relocated = 0; + _dl_relocate_object (&GL(dl_rtld_map), main_map->l_scope, + 0, 0); + } + } #define VERNEEDTAG (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGIDX (DT_VERNEED)) if (version_info) { @@ -1724,7 +2089,8 @@ cannot allocate TLS data structures for initial thread"); } if (main_map->l_info[ADDRIDX (DT_GNU_LIBLIST)] - && ! __builtin_expect (GLRO(dl_profile) != NULL, 0)) + && ! __builtin_expect (GLRO(dl_profile) != NULL, 0) + && ! __builtin_expect (GLRO(dl_dynamic_weak), 0)) { ElfW(Lib) *liblist, *liblistend; struct link_map **r_list, **r_listend, *l; @@ -1777,35 +2143,8 @@ cannot allocate TLS data structures for initial thread"); } - /* Initialize _r_debug. */ - struct r_debug *r = _dl_debug_initialize (GL(dl_rtld_map).l_addr); - { - struct link_map *l = main_map; - -#ifdef ELF_MACHINE_DEBUG_SETUP - - /* Some machines (e.g. MIPS) don't use DT_DEBUG in this way. */ - - ELF_MACHINE_DEBUG_SETUP (l, r); - ELF_MACHINE_DEBUG_SETUP (&GL(dl_rtld_map), r); - -#else - - if (l->l_info[DT_DEBUG] != NULL) - /* There is a DT_DEBUG entry in the dynamic section. Fill it in - with the run-time address of the r_debug structure */ - l->l_info[DT_DEBUG]->d_un.d_ptr = (ElfW(Addr)) r; - - /* Fill in the pointer in the dynamic linker's own dynamic section, in - case you run gdb on the dynamic linker directly. */ - if (GL(dl_rtld_map).l_info[DT_DEBUG] != NULL) - GL(dl_rtld_map).l_info[DT_DEBUG]->d_un.d_ptr = (ElfW(Addr)) r; -#endif - } - /* Now set up the variable which helps the assembler startup code. */ GL(dl_ns)[LM_ID_BASE]._ns_main_searchlist = &main_map->l_searchlist; - GL(dl_ns)[LM_ID_BASE]._ns_global_scope[0] = &main_map->l_searchlist; /* Save the information about the original global scope list since we need it in the memory handling later. */ @@ -1813,8 +2152,6 @@ cannot allocate TLS data structures for initial thread"); if (prelinked) { - struct link_map *l; - if (main_map->l_info [ADDRIDX (DT_GNU_CONFLICT)] != NULL) { ElfW(Rela) *conflict, *conflictend; @@ -1837,11 +2174,17 @@ cannot allocate TLS data structures for initial thread"); /* Mark all the objects so we know they have been already relocated. */ - for (l = main_map; l != NULL; l = l->l_next) + for (struct link_map *l = main_map; l != NULL; l = l->l_next) { l->l_relocated = 1; if (l->l_relro_size) _dl_protect_relro (l); + +#ifdef USE_TLS + /* Add object to slot information data if necessasy. */ + if (l->l_tls_blocksize != 0 && tls_init_tp_called) + _dl_add_to_slotinfo (l); +#endif } _dl_sysdep_start_cleanup (); @@ -1857,18 +2200,16 @@ cannot allocate TLS data structures for initial thread"); the dynamic linker out of order because it has no copy relocs (we know that because it is self-contained). */ - struct link_map *l; int consider_profiling = GLRO(dl_profile) != NULL; #ifndef HP_TIMING_NONAVAIL hp_timing_t start; hp_timing_t stop; - hp_timing_t add; #endif /* If we are profiling we also must do lazy reloaction. */ GLRO(dl_lazy) |= consider_profiling; - l = main_map; + struct link_map *l = main_map; while (l->l_next) l = l->l_next; @@ -1890,6 +2231,12 @@ cannot allocate TLS data structures for initial thread"); _dl_relocate_object (l, l->l_scope, GLRO(dl_lazy), consider_profiling); +#ifdef USE_TLS + /* Add object to slot information data if necessasy. */ + if (l->l_tls_blocksize != 0 && tls_init_tp_called) + _dl_add_to_slotinfo (l); +#endif + l = l->l_prev; } while (l); @@ -1911,17 +2258,6 @@ cannot allocate TLS data structures for initial thread"); if (__builtin_expect (GL(dl_profile_map) != NULL, 0)) /* We must prepare the profiling. */ _dl_start_profile (); - - if (GL(dl_rtld_map).l_opencount > 1) - { - /* There was an explicit ref to the dynamic linker as a shared lib. - Re-relocate ourselves with user-controlled symbol definitions. */ - HP_TIMING_NOW (start); - _dl_relocate_object (&GL(dl_rtld_map), main_map->l_scope, 0, 0); - HP_TIMING_NOW (stop); - HP_TIMING_DIFF (add, start, stop); - HP_TIMING_ACCUM_NT (relocate_time, add); - } } #ifndef NONTLS_INIT_TP @@ -1929,25 +2265,75 @@ cannot allocate TLS data structures for initial thread"); #endif #ifdef USE_TLS - if (GL(dl_tls_max_dtv_idx) > 0 || USE___THREAD || !TLS_INIT_TP_EXPENSIVE) - { - /* Now that we have completed relocation, the initializer data - for the TLS blocks has its final values and we can copy them - into the main thread's TLS area, which we allocated above. */ - _dl_allocate_tls_init (tcbp); + if (!was_tls_init_tp_called && GL(dl_tls_max_dtv_idx) > 0) + ++GL(dl_tls_generation); + + /* Now that we have completed relocation, the initializer data + for the TLS blocks has its final values and we can copy them + into the main thread's TLS area, which we allocated above. */ + _dl_allocate_tls_init (tcbp); - /* And finally install it for the main thread. If ld.so itself uses - TLS we know the thread pointer was initialized earlier. */ + /* And finally install it for the main thread. If ld.so itself uses + TLS we know the thread pointer was initialized earlier. */ + if (! tls_init_tp_called) + { const char *lossage = TLS_INIT_TP (tcbp, USE___THREAD); if (__builtin_expect (lossage != NULL, 0)) - _dl_fatal_printf ("cannot set up thread-local storage: %s\n", lossage); + _dl_fatal_printf ("cannot set up thread-local storage: %s\n", + lossage); } - else +#else + NONTLS_INIT_TP; #endif - NONTLS_INIT_TP; - /* Notify the debugger that all objects are now mapped in. */ - r->r_state = RT_ADD; + if (! prelinked && rtld_multiple_ref) + { + /* There was an explicit ref to the dynamic linker as a shared lib. + Re-relocate ourselves with user-controlled symbol definitions. + + We must do this after TLS initialization in case after this + re-relocation, we might call a user-supplied function + (e.g. calloc from _dl_relocate_object) that uses TLS data. */ + +#ifndef HP_TIMING_NONAVAIL + hp_timing_t start; + hp_timing_t stop; + hp_timing_t add; +#endif + + HP_TIMING_NOW (start); + /* Mark the link map as not yet relocated again. */ + GL(dl_rtld_map).l_relocated = 0; + _dl_relocate_object (&GL(dl_rtld_map), main_map->l_scope, 0, 0); + HP_TIMING_NOW (stop); + HP_TIMING_DIFF (add, start, stop); + HP_TIMING_ACCUM_NT (relocate_time, add); + } + +#ifdef SHARED + /* Auditing checkpoint: we have added all objects. */ + if (__builtin_expect (GLRO(dl_naudit) > 0, 0)) + { + struct link_map *head = GL(dl_ns)[LM_ID_BASE]._ns_loaded; + /* Do not call the functions for any auditing object. */ + if (head->l_auditing == 0) + { + struct audit_ifaces *afct = GLRO(dl_audit); + for (unsigned int cnt = 0; cnt < GLRO(dl_naudit); ++cnt) + { + if (afct->activity != NULL) + afct->activity (&head->l_audit[cnt].cookie, LA_ACT_CONSISTENT); + + afct = afct->next; + } + } + } +#endif + + /* Notify the debugger all new objects are now ready to go. We must re-get + the address since by now the variable might be in another object. */ + r = _dl_debug_initialize (0, LM_ID_BASE); + r->r_state = RT_CONSISTENT; _dl_debug_state (); #ifndef MAP_COPY @@ -2079,6 +2465,32 @@ a filename can be specified using the LD_DEBUG_OUTPUT environment variable.\n"); } } +static void +process_dl_audit (char *str) +{ + /* The parameter is a colon separated list of DSO names. */ + char *p; + + while ((p = (strsep) (&str, ":")) != NULL) + if (p[0] != '\0' + && (__builtin_expect (! INTUSE(__libc_enable_secure), 1) + || strchr (p, '/') == NULL)) + { + /* This is using the local malloc, not the system malloc. The + memory can never be freed. */ + struct audit_list *newp = malloc (sizeof (*newp)); + newp->name = p; + + if (audit_list == NULL) + audit_list = newp->next = newp; + else + { + newp->next = audit_list->next; + audit_list = audit_list->next = newp; + } + } +} + /* Process all environments variables the dynamic linker must recognize. Since all of them start with `LD_' we are a bit smarter while finding all the entries. */ @@ -2121,7 +2533,12 @@ process_envvars (enum mode *modep) case 5: /* Debugging of the dynamic linker? */ if (memcmp (envline, "DEBUG", 5) == 0) - process_dl_debug (&envline[6]); + { + process_dl_debug (&envline[6]); + break; + } + if (memcmp (envline, "AUDIT", 5) == 0) + process_dl_audit (&envline[6]); break; case 7: @@ -2205,7 +2622,13 @@ process_envvars (enum mode *modep) #endif if (!INTUSE(__libc_enable_secure) && memcmp (envline, "USE_LOAD_BIAS", 13) == 0) - GLRO(dl_use_load_bias) = envline[14] == '1' ? -1 : 0; + { + GLRO(dl_use_load_bias) = envline[14] == '1' ? -1 : 0; + break; + } + + if (memcmp (envline, "POINTER_GUARD", 13) == 0) + GLRO(dl_pointer_guard) = envline[14] != '0'; break; case 14: diff --git a/elf/sofini.c b/elf/sofini.c index 16e77e72ad..5e06f0ca92 100644 --- a/elf/sofini.c +++ b/elf/sofini.c @@ -8,12 +8,10 @@ static void (*const __DTOR_END__[1]) (void) __attribute__ ((used, section (".dtors"))) = { 0 }; -#ifdef HAVE_DWARF2_UNWIND_INFO /* Terminate the frame unwind info section with a 4byte 0 as a sentinel; this would be the 'length' field in a real FDE. */ typedef unsigned int ui32 __attribute__ ((mode (SI))); -static ui32 __FRAME_END__[1] - __attribute__ ((used, section (".eh_frame"))) - = { 0 }; -#endif +static const ui32 __FRAME_END__[1] + __attribute__ ((used, section (".eh_frame"))) + = { 0 }; diff --git a/elf/soinit.c b/elf/soinit.c index 2015ea2d66..c0a881ef5d 100644 --- a/elf/soinit.c +++ b/elf/soinit.c @@ -6,10 +6,6 @@ #include #include -#ifdef HAVE_DWARF2_UNWIND_INFO_STATIC -# include -#endif - static void (*const __CTOR_LIST__[1]) (void) __attribute__ ((section (".ctors"))) = { (void (*) (void)) -1 }; @@ -24,21 +20,9 @@ run_hooks (void (*const list[]) (void)) (**list) (); } -#ifdef HAVE_DWARF2_UNWIND_INFO -static char __EH_FRAME_BEGIN__[] - __attribute__ ((section (".eh_frame"))) - = { }; -# ifdef HAVE_DWARF2_UNWIND_INFO_STATIC -extern void __register_frame_info (const void *, struct object *); -extern void __register_frame_info_bases (const void *, struct object *, - void *, void *); -extern void __deregister_frame_info (const void *); -extern void __deregister_frame_info_bases (const void *); -# else -extern void __register_frame (const void *); -extern void __deregister_frame (const void *); -# endif -#endif +static const char __EH_FRAME_BEGIN__[] + __attribute__ ((used, section (".eh_frame"))) + = { }; /* This function will be called from _init in init-first.c. */ void @@ -46,62 +30,17 @@ __libc_global_ctors (void) { /* Call constructor functions. */ run_hooks (__CTOR_LIST__); - -#ifdef HAVE_DWARF2_UNWIND_INFO -# ifdef HAVE_DWARF2_UNWIND_INFO_STATIC - { - static struct object ob; -# if defined CRT_GET_RFIB_TEXT || defined CRT_GET_RFIB_DATA - void *tbase, *dbase; - -# ifdef CRT_GET_RFIB_TEXT - CRT_GET_RFIB_TEXT (tbase); -# else - tbase = NULL; -# endif -# ifdef CRT_GET_RFIB_DATA - CRT_GET_RFIB_DATA (dbase); -# else - dbase = NULL; -# endif - __register_frame_info_bases (__EH_FRAME_BEGIN__, &ob, tbase, dbase); -# else - __register_frame_info (__EH_FRAME_BEGIN__, &ob); -# endif - } -# else - __register_frame (__EH_FRAME_BEGIN__); -# endif -#endif } /* This function becomes the DT_FINI termination function for the C library. */ -#ifndef HAVE_INITFINI_ARRAY -void _fini (void) __attribute__ ((section (".fini"))); /* Just for kicks. */ -void -_fini (void) -#else void __libc_fini (void) -#endif { /* Call destructor functions. */ run_hooks (__DTOR_LIST__); -#ifdef HAVE_DWARF2_UNWIND_INFO -# ifdef HAVE_DWARF2_UNWIND_INFO_STATIC -# if defined CRT_GET_RFIB_TEXT || defined CRT_GET_RFIB_DATA - __deregister_frame_info_bases (__EH_FRAME_BEGIN__); -# else - __deregister_frame_info (__EH_FRAME_BEGIN__); -# endif -# else - __deregister_frame (__EH_FRAME_BEGIN__); -# endif -#endif } -#ifdef HAVE_INITFINI_ARRAY + void (*_fini_ptr) (void) __attribute__ ((section (".fini_array"))) = &__libc_fini; -#endif diff --git a/elf/sprof.c b/elf/sprof.c index afe3955ad8..e53a7ba7a3 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -1,5 +1,5 @@ /* Read and display shared object profiling data. - Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -357,7 +357,7 @@ Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ "), - "2004"); + "2006"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/elf/stackguard-macros.h b/elf/stackguard-macros.h new file mode 100644 index 0000000000..97db8bc22a --- /dev/null +++ b/elf/stackguard-macros.h @@ -0,0 +1,33 @@ +#include + +#ifdef __i386__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("movl %%gs:0x14, %0" : "=r" (x)); x; }) +#elif defined __x86_64__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("movq %%fs:0x28, %0" : "=r" (x)); x; }) +#elif defined __powerpc64__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("ld %0,-28688(13)" : "=r" (x)); x; }) +#elif defined __powerpc__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("lwz %0,-28680(2)" : "=r" (x)); x; }) +#elif defined __sparc__ && defined __arch64__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("ldx [%%g7+0x28], %0" : "=r" (x)); x; }) +#elif defined __sparc__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("ld [%%g7+0x14], %0" : "=r" (x)); x; }) +#elif defined __s390x__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("ear %0,%%a0; sllg %0,%0,32; ear %0,%%a1; lg %0,0x28(%0)" : "=a" (x)); x; }) +#elif defined __s390__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("ear %0,%%a0; l %0,0x14(%0)" : "=a" (x)); x; }) +#elif defined __ia64__ +# define STACK_CHK_GUARD \ + ({ uintptr_t x; asm ("adds %0 = -8, r13;; ld8 %0 = [%0]" : "=r" (x)); x; }) +#else +extern uintptr_t __stack_chk_guard; +# define STACK_CHK_GUARD __stack_chk_guard +#endif diff --git a/elf/testobj2.c b/elf/testobj2.c index 6514c56393..7e4b610982 100644 --- a/elf/testobj2.c +++ b/elf/testobj2.c @@ -1,5 +1,6 @@ #include #include +#include #include "testobj.h" @@ -23,3 +24,9 @@ preload (int a) return fp (a) + 10; return 10; } + +void +p (void) +{ + puts ("hello world"); +} diff --git a/elf/tls-macros.h b/elf/tls-macros.h index bed2e14899..37cbe7514f 100644 --- a/elf/tls-macros.h +++ b/elf/tls-macros.h @@ -16,6 +16,7 @@ /* XXX Until we get compiler support we don't need declarations. */ #define VAR_INT_DECL(x) +#include_next /* XXX Each architecture must have its own asm for now. */ #ifdef __i386__ @@ -440,6 +441,74 @@ register void *__gp __asm__("$29"); "o5", "o7", "cc"); \ __o0; }) +#elif defined __sparc__ && defined __arch64__ + +# define TLS_LE(x) \ + ({ int *__l; \ + asm ("sethi %%tle_hix22(" #x "), %0" : "=r" (__l)); \ + asm ("xor %1, %%tle_lox10(" #x "), %0" : "=r" (__l) : "r" (__l)); \ + asm ("add %%g7, %1, %0" : "=r" (__l) : "r" (__l)); \ + __l; }) + +# ifdef __PIC__ +# define TLS_LOAD_PIC \ + ({ long pc, got; \ + asm ("sethi %%hi(_GLOBAL_OFFSET_TABLE_-4), %1\n\t" \ + "rd %%pc, %0\n\t" \ + "add %1, %%lo(_GLOBAL_OFFSET_TABLE_+4), %1\n\t" \ + "add %1, %0, %1\n\t" \ + : "=r" (pc), "=r" (got)); \ + got; }) +# else +# define TLS_LOAD_PIC \ + ({ long got; \ + asm (".hidden _GLOBAL_OFFSET_TABLE_\n\t" \ + "sethi %%hi(_GLOBAL_OFFSET_TABLE_), %0\n\t" \ + "or %0, %%lo(_GLOBAL_OFFSET_TABLE_), %0" \ + : "=r" (got)); \ + got; }) +# endif + +# define TLS_IE(x) \ + ({ int *__l; \ + asm ("sethi %%tie_hi22(" #x "), %0" : "=r" (__l)); \ + asm ("add %1, %%tie_lo10(" #x "), %0" : "=r" (__l) : "r" (__l)); \ + asm ("ldx [%1 + %2], %0, %%tie_ldx(" #x ")" \ + : "=r" (__l) : "r" (TLS_LOAD_PIC), "r" (__l)); \ + asm ("add %%g7, %1, %0, %%tie_add(" #x ")" : "=r" (__l) : "r" (__l)); \ + __l; }) + +# define TLS_LD(x) \ + ({ int *__l; register void *__o0 asm ("%o0"); \ + long __o; \ + asm ("sethi %%tldm_hi22(" #x "), %0" : "=r" (__l)); \ + asm ("add %1, %%tldm_lo10(" #x "), %0" : "=r" (__l) : "r" (__l)); \ + asm ("add %1, %2, %0, %%tldm_add(" #x ")" \ + : "=r" (__o0) : "r" (TLS_LOAD_PIC), "r" (__l)); \ + asm ("call __tls_get_addr, %%tgd_call(" #x ")\n\t" \ + " nop" \ + : "=r" (__o0) : "0" (__o0) \ + : "g1", "g2", "g3", "g4", "g5", "g6", "o1", "o2", "o3", "o4", \ + "o5", "o7", "cc"); \ + asm ("sethi %%tldo_hix22(" #x "), %0" : "=r" (__o)); \ + asm ("xor %1, %%tldo_lox10(" #x "), %0" : "=r" (__o) : "r" (__o)); \ + asm ("add %1, %2, %0, %%tldo_add(" #x ")" : "=r" (__l) \ + : "r" (__o0), "r" (__o)); \ + __l; }) + +# define TLS_GD(x) \ + ({ int *__l; register void *__o0 asm ("%o0"); \ + asm ("sethi %%tgd_hi22(" #x "), %0" : "=r" (__l)); \ + asm ("add %1, %%tgd_lo10(" #x "), %0" : "=r" (__l) : "r" (__l)); \ + asm ("add %1, %2, %0, %%tgd_add(" #x ")" \ + : "=r" (__o0) : "r" (TLS_LOAD_PIC), "r" (__l)); \ + asm ("call __tls_get_addr, %%tgd_call(" #x ")\n\t" \ + " nop" \ + : "=r" (__o0) : "0" (__o0) \ + : "g1", "g2", "g3", "g4", "g5", "g6", "o1", "o2", "o3", "o4", \ + "o5", "o7", "cc"); \ + __o0; }) + #elif defined __s390x__ # define TLS_LE(x) \ @@ -634,6 +703,8 @@ register void *__gp __asm__("$29"); #elif defined __powerpc__ && !defined __powerpc64__ +#include "config.h" + # define __TLS_CALL_CLOBBERS \ "0", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", \ "lr", "ctr", "cr0", "cr1", "cr5", "cr6", "cr7" @@ -646,7 +717,20 @@ register void *__gp __asm__("$29"); __result; }) /* PowerPC32 Initial Exec TLS access. */ -# define TLS_IE(x) \ +# ifdef HAVE_ASM_PPC_REL16 +# define TLS_IE(x) \ + ({ int *__result; \ + asm ("bcl 20,31,1f\n1:\t" \ + "mflr %0\n\t" \ + "addis %0,%0,_GLOBAL_OFFSET_TABLE_-1b@ha\n\t" \ + "addi %0,%0,_GLOBAL_OFFSET_TABLE_-1b@l\n\t" \ + "lwz %0," #x "@got@tprel(%0)\n\t" \ + "add %0,%0," #x "@tls" \ + : "=b" (__result) : \ + : "lr"); \ + __result; }) +# else +# define TLS_IE(x) \ ({ int *__result; \ asm ("bl _GLOBAL_OFFSET_TABLE_@local-4\n\t" \ "mflr %0\n\t" \ @@ -655,9 +739,24 @@ register void *__gp __asm__("$29"); : "=b" (__result) : \ : "lr"); \ __result; }) +# endif /* PowerPC32 Local Dynamic TLS access. */ -# define TLS_LD(x) \ +# ifdef HAVE_ASM_PPC_REL16 +# define TLS_LD(x) \ + ({ int *__result; \ + asm ("bcl 20,31,1f\n1:\t" \ + "mflr 3\n\t" \ + "addis 3,3,_GLOBAL_OFFSET_TABLE_-1b@ha\n\t" \ + "addi 3,3,_GLOBAL_OFFSET_TABLE_-1b@l\n\t" \ + "addi 3,3," #x "@got@tlsld\n\t" \ + "bl __tls_get_addr@plt\n\t" \ + "addi %0,3," #x "@dtprel" \ + : "=r" (__result) : \ + : __TLS_CALL_CLOBBERS); \ + __result; }) +# else +# define TLS_LD(x) \ ({ int *__result; \ asm ("bl _GLOBAL_OFFSET_TABLE_@local-4\n\t" \ "mflr 3\n\t" \ @@ -667,9 +766,23 @@ register void *__gp __asm__("$29"); : "=r" (__result) : \ : __TLS_CALL_CLOBBERS); \ __result; }) +# endif /* PowerPC32 General Dynamic TLS access. */ -# define TLS_GD(x) \ +# ifdef HAVE_ASM_PPC_REL16 +# define TLS_GD(x) \ + ({ register int *__result __asm__ ("r3"); \ + asm ("bcl 20,31,1f\n1:\t" \ + "mflr 3\n\t" \ + "addis 3,3,_GLOBAL_OFFSET_TABLE_-1b@ha\n\t" \ + "addi 3,3,_GLOBAL_OFFSET_TABLE_-1b@l\n\t" \ + "addi 3,3," #x "@got@tlsgd\n\t" \ + "bl __tls_get_addr@plt" \ + : : \ + : __TLS_CALL_CLOBBERS); \ + __result; }) +# else +# define TLS_GD(x) \ ({ register int *__result __asm__ ("r3"); \ asm ("bl _GLOBAL_OFFSET_TABLE_@local-4\n\t" \ "mflr 3\n\t" \ @@ -678,6 +791,7 @@ register void *__gp __asm__("$29"); : : \ : __TLS_CALL_CLOBBERS); \ __result; }) +# endif #elif defined __powerpc__ && defined __powerpc64__ @@ -731,6 +845,7 @@ register void *__gp __asm__("$29"); __result; \ }) -#else +#elif !defined TLS_LE || !defined TLS_IE \ + || !defined TLS_LD || !defined TLS_GD # error "No support for this architecture so far." #endif diff --git a/elf/tst-addr1.c b/elf/tst-addr1.c new file mode 100644 index 0000000000..637906e206 --- /dev/null +++ b/elf/tst-addr1.c @@ -0,0 +1,26 @@ +#include +#include +#include + +static int +do_test (void) +{ + Dl_info i; + if (dladdr (&printf, &i) == 0) + { + puts ("not found"); + return 1; + } + printf ("found symbol %s in %s\n", i.dli_sname, i.dli_fname); + return i.dli_sname == NULL + || (strcmp (i.dli_sname, "printf") != 0 + /* On architectures which create PIC code by default + &printf may resolve to an address in libc.so + rather than in the binary. printf and _IO_printf + are aliased and which one comes first in the + hash table is up to the linker. */ + && strcmp (i.dli_sname, "_IO_printf") != 0); +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/elf/tst-align2.c b/elf/tst-align2.c new file mode 100644 index 0000000000..4fc0330e39 --- /dev/null +++ b/elf/tst-align2.c @@ -0,0 +1,157 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jakub Jelinek , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include +#include +#include + +static int res, fds[2], result; +static bool test_destructors; + +extern void in_dso (int *, bool *, int *); + +static void __attribute__ ((constructor)) con (void) +{ + res = TEST_STACK_ALIGN () ? -1 : 1; +} + +static void __attribute__ ((destructor)) des (void) +{ + if (!test_destructors) + return; + + char c = TEST_STACK_ALIGN () ? 'B' : 'A'; + write (fds[1], &c, 1); +} + +static int +do_test (void) +{ + if (!res) + { + puts ("binary's constructor has not been run"); + result = 1; + } + else if (res != 1) + { + puts ("binary's constructor has been run without sufficient alignment"); + result = 1; + } + + if (TEST_STACK_ALIGN ()) + { + puts ("insufficient stack alignment in do_test"); + result = 1; + } + + in_dso (&result, &test_destructors, &fds[1]); + + if (pipe (fds) < 0) + { + printf ("couldn't create pipe: %m\n"); + return 1; + } + + pid_t pid = fork (); + if (pid < 0) + { + printf ("fork failed: %m\n"); + return 1; + } + + if (!pid) + { + close (fds[0]); + test_destructors = true; + exit (0); + } + + close (fds[1]); + + unsigned char c; + ssize_t len; + int des_seen = 0, dso_des_seen = 0; + while ((len = TEMP_FAILURE_RETRY (read (fds[0], &c, 1))) > 0) + { + switch (c) + { + case 'B': + puts ("insufficient alignment in binary's destructor"); + result = 1; + /* FALLTHROUGH */ + case 'A': + des_seen++; + break; + case 'D': + puts ("insufficient alignment in DSO destructor"); + result = 1; + /* FALLTHROUGH */ + case 'C': + dso_des_seen++; + break; + default: + printf ("unexpected character %x read from pipe", c); + result = 1; + break; + } + } + + close (fds[0]); + + if (des_seen != 1) + { + printf ("binary destructor run %d times instead of once\n", des_seen); + result = 1; + } + + if (dso_des_seen != 1) + { + printf ("DSO destructor run %d times instead of once\n", dso_des_seen); + result = 1; + } + + int status; + pid_t termpid; + termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); + if (termpid == -1) + { + printf ("waitpid failed: %m\n"); + result = 1; + } + else if (termpid != pid) + { + printf ("waitpid returned %ld != %ld\n", + (long int) termpid, (long int) pid); + result = 1; + } + else if (!WIFEXITED (status) || WEXITSTATUS (status)) + { + puts ("child hasn't exited with exit status 0"); + result = 1; + } + + return result; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/elf/tst-alignmod2.c b/elf/tst-alignmod2.c new file mode 100644 index 0000000000..21dcc535c0 --- /dev/null +++ b/elf/tst-alignmod2.c @@ -0,0 +1,60 @@ +/* Copyright (C) 2003, 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jakub Jelinek , 2003. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include + +static int res, *fdp; +static bool *test_destructorsp; + +static void __attribute__((constructor)) +con (void) +{ + res = TEST_STACK_ALIGN () ? -1 : 1; +} + +void +in_dso (int *result, bool *test_destructors, int *fd) +{ + if (!res) + { + puts ("constructor has not been run"); + *result = 1; + } + else if (res != 1) + { + puts ("constructor has been run without sufficient alignment"); + *result = 1; + } + + test_destructorsp = test_destructors; + fdp = fd; +} + +static void __attribute__((destructor)) +des (void) +{ + if (!test_destructorsp || !*test_destructorsp) + return; + + char c = TEST_STACK_ALIGN () ? 'D' : 'C'; + write (*fdp, &c, 1); +} diff --git a/elf/tst-array1-static.c b/elf/tst-array1-static.c new file mode 100644 index 0000000000..21539a4212 --- /dev/null +++ b/elf/tst-array1-static.c @@ -0,0 +1 @@ +#include "tst-array1.c" diff --git a/elf/tst-array5-static.c b/elf/tst-array5-static.c new file mode 100644 index 0000000000..4ef2aba3f3 --- /dev/null +++ b/elf/tst-array5-static.c @@ -0,0 +1 @@ +#include "tst-array5.c" diff --git a/elf/tst-array5-static.exp b/elf/tst-array5-static.exp new file mode 100644 index 0000000000..b1dc9e467b --- /dev/null +++ b/elf/tst-array5-static.exp @@ -0,0 +1,2 @@ +preinit array in executable: tst-array5-static +init array in executable: tst-array5-static diff --git a/elf/tst-array5.c b/elf/tst-array5.c new file mode 100644 index 0000000000..03a5668326 --- /dev/null +++ b/elf/tst-array5.c @@ -0,0 +1,50 @@ +#include +#include + +static void +preinit_0 (int argc __attribute__ ((unused)), char **argv) +{ + char *p = strrchr (argv [0], '/'); + + if (p == NULL) + return; + + p++; + size_t len = strlen (p); + write (STDOUT_FILENO, "preinit array in executable: ", 29); + write (STDOUT_FILENO, p, len); + write (STDOUT_FILENO, "\n", 1); +} + +void (*const preinit_array []) (int, char **) + __attribute__ ((section (".preinit_array"), aligned (sizeof (void *)))) = +{ + &preinit_0, +}; + +static void +init_0 (int argc __attribute__ ((unused)), char **argv) +{ + char *p = strrchr (argv [0], '/'); + + if (p == NULL) + return; + + p++; + size_t len = strlen (p); + write (STDOUT_FILENO, "init array in executable: ", 26); + write (STDOUT_FILENO, p, len); + write (STDOUT_FILENO, "\n", 1); +} + +void (*const init_array []) (int, char **) + __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) = +{ + &init_0, +}; + +int +main (void) +{ + return 0; +} diff --git a/elf/tst-array5.exp b/elf/tst-array5.exp new file mode 100644 index 0000000000..28b4909833 --- /dev/null +++ b/elf/tst-array5.exp @@ -0,0 +1,3 @@ +preinit array in executable: tst-array5 +init array in DSO: tst-array5 +init array in executable: tst-array5 diff --git a/elf/tst-array5dep.c b/elf/tst-array5dep.c new file mode 100644 index 0000000000..570d282af4 --- /dev/null +++ b/elf/tst-array5dep.c @@ -0,0 +1,23 @@ +#include +#include + +static void +init_0 (int argc __attribute__ ((unused)), char **argv) +{ + char *p = strrchr (argv [0], '/'); + + if (p == NULL) + return; + + p++; + size_t len = strlen (p); + write (STDOUT_FILENO, "init array in DSO: ", 19); + write (STDOUT_FILENO, p, len); + write (STDOUT_FILENO, "\n", 1); +} + +void (*const init_array []) (int, char **) + __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) = +{ + &init_0, +}; diff --git a/elf/tst-audit1.c b/elf/tst-audit1.c new file mode 100644 index 0000000000..63656b4ee9 --- /dev/null +++ b/elf/tst-audit1.c @@ -0,0 +1 @@ +#include "../io/pwd.c" diff --git a/elf/tst-audit2.c b/elf/tst-audit2.c new file mode 100644 index 0000000000..fd089b6f64 --- /dev/null +++ b/elf/tst-audit2.c @@ -0,0 +1,50 @@ +/* Test case for early TLS initialization in dynamic linker. */ + +#include +#include +#include + +#if HAVE___THREAD +# define MAGIC1 0xabcdef72 +# define MAGIC2 0xd8675309 +static __thread unsigned int magic[] = { MAGIC1, MAGIC2 }; +#endif + +#undef calloc + +/* This calloc definition will be called by the dynamic linker itself. + We test that it has initialized our TLS block by the time it does so. */ + +void * +calloc (size_t n, size_t m) +{ +#if HAVE___THREAD + if (magic[0] != MAGIC1 || magic[1] != MAGIC2) + { + printf ("{%x, %x} != {%x, %x}\n", magic[0], magic[1], MAGIC1, MAGIC2); + abort (); + } + magic[0] = MAGIC2; + magic[1] = MAGIC1; +#endif + + n *= m; + void *ptr = malloc (n); + if (ptr != NULL) + memset (ptr, '\0', n); + return ptr; +} + +int +main (void) +{ +#if HAVE___THREAD + if (magic[1] != MAGIC1 || magic[0] != MAGIC2) + { + printf ("{%x, %x} != {%x, %x}\n", magic[0], magic[1], MAGIC2, MAGIC1); + return 1; + } +#endif + + return 0; +} diff --git a/elf/tst-auditmod1.c b/elf/tst-auditmod1.c new file mode 100644 index 0000000000..2d39df21e8 --- /dev/null +++ b/elf/tst-auditmod1.c @@ -0,0 +1,200 @@ +#include +#include +#include +#include +#include +#include +#include +#include + + +unsigned int +la_version (unsigned int v) +{ + setlinebuf (stdout); + + printf ("version: %u\n", v); + + char buf[20]; + sprintf (buf, "%u", v); + + return v; +} + +void +la_activity (uintptr_t *cookie, unsigned int flag) +{ + if (flag == LA_ACT_CONSISTENT) + printf ("activity: consistent\n"); + else if (flag == LA_ACT_ADD) + printf ("activity: add\n"); + else if (flag == LA_ACT_DELETE) + printf ("activity: delete\n"); + else + printf ("activity: unknown activity %u\n", flag); +} + +char * +la_objsearch (const char *name, uintptr_t *cookie, unsigned int flag) +{ + char buf[100]; + const char *flagstr; + if (flag == LA_SER_ORIG) + flagstr = "LA_SET_ORIG"; + else if (flag == LA_SER_LIBPATH) + flagstr = "LA_SER_LIBPATH"; + else if (flag == LA_SER_RUNPATH) + flagstr = "LA_SER_RUNPATH"; + else if (flag == LA_SER_CONFIG) + flagstr = "LA_SER_CONFIG"; + else if (flag == LA_SER_DEFAULT) + flagstr = "LA_SER_DEFAULT"; + else if (flag == LA_SER_SECURE) + flagstr = "LA_SER_SECURE"; + else + { + sprintf (buf, "unknown flag %d", flag); + flagstr = buf; + } + printf ("objsearch: %s, %s\n", name, flagstr); + + return (char *) name; +} + +unsigned int +la_objopen (struct link_map *l, Lmid_t lmid, uintptr_t *cookie) +{ + printf ("objopen: %ld, %s\n", lmid, l->l_name); + + return 3; +} + +void +la_preinit (uintptr_t *cookie) +{ + printf ("preinit\n"); +} + +unsigned int +la_objclose (uintptr_t *cookie) +{ + printf ("objclose\n"); + return 0; +} + +uintptr_t +la_symbind32 (Elf32_Sym *sym, unsigned int ndx, uintptr_t *refcook, + uintptr_t *defcook, unsigned int *flags, const char *symname) +{ + printf ("symbind32: symname=%s, st_value=%#lx, ndx=%u, flags=%u\n", + symname, (long int) sym->st_value, ndx, *flags); + + return sym->st_value; +} + +uintptr_t +la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook, + uintptr_t *defcook, unsigned int *flags, const char *symname) +{ + printf ("symbind64: symname=%s, st_value=%#lx, ndx=%u, flags=%u\n", + symname, (long int) sym->st_value, ndx, *flags); + + return sym->st_value; +} + +#ifdef __i386__ +# define pltenter la_i86_gnu_pltenter +# define pltexit la_i86_gnu_pltexit +# define La_regs La_i86_regs +# define La_retval La_i86_retval +# define int_retval lrv_eax +#elif defined __x86_64__ +# define pltenter la_x86_64_gnu_pltenter +# define pltexit la_x86_64_gnu_pltexit +# define La_regs La_x86_64_regs +# define La_retval La_x86_64_retval +# define int_retval lrv_rax +#elif defined __powerpc__ && __WORDSIZE == 32 +# define pltenter la_ppc32_gnu_pltenter +# define pltexit la_ppc32_gnu_pltexit +# define La_regs La_ppc32_regs +# define La_retval La_ppc32_retval +# define int_retval lrv_r3 +#elif defined __powerpc__ && __WORDSIZE == 64 +# define pltenter la_ppc64_gnu_pltenter +# define pltexit la_ppc64_gnu_pltexit +# define La_regs La_ppc64_regs +# define La_retval La_ppc64_retval +# define int_retval lrv_r3 +#elif defined __sh__ +# define pltenter la_sh_gnu_pltenter +# define pltexit la_sh_gnu_pltexit +# define La_regs La_sh_regs +# define La_retval La_sh_retval +# define int_retval lrv_r0 +#elif defined __alpha__ +# define pltenter la_alpha_gnu_pltenter +# define pltexit la_alpha_gnu_pltexit +# define La_regs La_alpha_regs +# define La_retval La_alpha_retval +# define int_retval lrv_r0 +#elif defined __s390__ && __WORDSIZE == 32 +# define pltenter la_s390_32_gnu_pltenter +# define pltexit la_s390_32_gnu_pltexit +# define La_regs La_s390_32_regs +# define La_retval La_s390_32_retval +# define int_retval lrv_r2 +#elif defined __s390__ && __WORDSIZE == 64 +# define pltenter la_s390_64_gnu_pltenter +# define pltexit la_s390_64_gnu_pltexit +# define La_regs La_s390_64_regs +# define La_retval La_s390_64_retval +# define int_retval lrv_r2 +#elif defined __ia64__ +# define pltenter la_ia64_gnu_pltenter +# define pltexit la_ia64_gnu_pltexit +# define La_regs La_ia64_regs +# define La_retval La_ia64_retval +# define int_retval lrv_r8 +#elif defined __sparc__ && __WORDSIZE == 32 +# define pltenter la_sparc32_gnu_pltenter +# define pltexit la_sparc32_gnu_pltexit +# define La_regs La_sparc32_regs +# define La_retval La_sparc32_retval +# define int_retval lrv_reg[0] +#elif defined __sparc__ && __WORDSIZE == 64 +# define pltenter la_sparc64_gnu_pltenter +# define pltexit la_sparc64_gnu_pltexit +# define La_regs La_sparc64_regs +# define La_retval La_sparc64_retval +# define int_retval lrv_reg[0] +#endif + +#include +#if (!defined (pltenter) || !defined (pltexit) || !defined (La_regs) \ + || !defined (La_retval) || !defined (int_retval)) +# error "architecture specific code needed in sysdeps/CPU/tst-audit.h or here" +#endif + + +ElfW(Addr) +pltenter (ElfW(Sym) *sym, unsigned int ndx, uintptr_t *refcook, + uintptr_t *defcook, La_regs *regs, unsigned int *flags, + const char *symname, long int *framesizep) +{ + printf ("pltenter: symname=%s, st_value=%#lx, ndx=%u, flags=%u\n", + symname, (long int) sym->st_value, ndx, *flags); + + return sym->st_value; +} + +unsigned int +pltexit (ElfW(Sym) *sym, unsigned int ndx, uintptr_t *refcook, + uintptr_t *defcook, const La_regs *inregs, La_retval *outregs, + const char *symname) +{ + printf ("pltexit: symname=%s, st_value=%#lx, ndx=%u, retval=%tu\n", + symname, (long int) sym->st_value, ndx, outregs->int_retval); + + return 0; +} diff --git a/elf/tst-global1.c b/elf/tst-global1.c new file mode 100644 index 0000000000..1611b51b67 --- /dev/null +++ b/elf/tst-global1.c @@ -0,0 +1,36 @@ +#include +#include + +int +main (void) +{ + void *h1 = dlopen ("$ORIGIN/testobj6.so", RTLD_GLOBAL|RTLD_LAZY); + if (h1 == NULL) + { + puts ("cannot open testobj6"); + return 1; + } + + void *h2 = dlopen ("$ORIGIN/testobj2.so", + RTLD_GLOBAL|RTLD_DEEPBIND|RTLD_LAZY); + if (h2 == NULL) + { + puts ("cannot open testobj2"); + return 1; + } + + dlclose (h1); + + void (*f) (void) = dlsym (h2, "p"); + if (f == NULL) + { + puts ("cannot find p"); + return 1; + } + + f (); + + dlclose (h2); + + return 0; +} diff --git a/elf/tst-leaks1.c b/elf/tst-leaks1.c new file mode 100644 index 0000000000..36e4aee9cf --- /dev/null +++ b/elf/tst-leaks1.c @@ -0,0 +1,25 @@ +#include +#include +#include +#include + +int +main (void) +{ + mtrace (); + + int ret = 0; + for (int i = 0; i < 10; i++) + { + void *h = dlopen (i < 5 ? "./tst-leaks1.c" + : "$ORIGIN/tst-leaks1.o", RTLD_LAZY); + if (h != NULL) + { + puts ("dlopen unexpectedly succeeded"); + ret = 1; + dlclose (h); + } + } + + return ret; +} diff --git a/elf/tst-stackguard1-static.c b/elf/tst-stackguard1-static.c new file mode 100644 index 0000000000..db1e21554d --- /dev/null +++ b/elf/tst-stackguard1-static.c @@ -0,0 +1 @@ +#include "tst-stackguard1.c" diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c new file mode 100644 index 0000000000..50739e5b2e --- /dev/null +++ b/elf/tst-stackguard1.c @@ -0,0 +1,200 @@ +/* Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jakub Jelinek , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include +#include +#include +#include + +static const char *command; +static bool child; +static uintptr_t stack_chk_guard_copy; +static bool stack_chk_guard_copy_set; +static int fds[2]; + +static void __attribute__ ((constructor)) +con (void) +{ + stack_chk_guard_copy = STACK_CHK_GUARD; + stack_chk_guard_copy_set = true; +} + +static int +uintptr_t_cmp (const void *a, const void *b) +{ + if (*(uintptr_t *) a < *(uintptr_t *) b) + return 1; + if (*(uintptr_t *) a > *(uintptr_t *) b) + return -1; + return 0; +} + +static int +do_test (void) +{ + if (!stack_chk_guard_copy_set) + { + puts ("constructor has not been run"); + return 1; + } + + if (stack_chk_guard_copy != STACK_CHK_GUARD) + { + puts ("STACK_CHK_GUARD changed between constructor and do_test"); + return 1; + } + + if (child) + { + write (2, &stack_chk_guard_copy, sizeof (stack_chk_guard_copy)); + return 0; + } + + if (command == NULL) + { + puts ("missing --command or --child argument"); + return 1; + } + +#define N 16 + uintptr_t child_stack_chk_guards[N + 1]; + child_stack_chk_guards[N] = stack_chk_guard_copy; + int i; + for (i = 0; i < N; ++i) + { + if (pipe (fds) < 0) + { + printf ("couldn't create pipe: %m\n"); + return 1; + } + + pid_t pid = fork (); + if (pid < 0) + { + printf ("fork failed: %m\n"); + return 1; + } + + if (!pid) + { + if (stack_chk_guard_copy != STACK_CHK_GUARD) + { + puts ("STACK_CHK_GUARD changed after fork"); + exit (1); + } + + close (fds[0]); + close (2); + dup2 (fds[1], 2); + close (fds[1]); + + system (command); + exit (0); + } + + close (fds[1]); + + if (TEMP_FAILURE_RETRY (read (fds[0], &child_stack_chk_guards[i], + sizeof (uintptr_t))) != sizeof (uintptr_t)) + { + puts ("could not read stack_chk_guard value from child"); + return 1; + } + + close (fds[0]); + + pid_t termpid; + int status; + termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); + if (termpid == -1) + { + printf ("waitpid failed: %m\n"); + return 1; + } + else if (termpid != pid) + { + printf ("waitpid returned %ld != %ld\n", + (long int) termpid, (long int) pid); + return 1; + } + else if (!WIFEXITED (status) || WEXITSTATUS (status)) + { + puts ("child hasn't exited with exit status 0"); + return 1; + } + } + + qsort (child_stack_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); + + uintptr_t default_guard = 0; + unsigned char *p = (unsigned char *) &default_guard; + p[sizeof (uintptr_t) - 1] = 255; + p[sizeof (uintptr_t) - 2] = '\n'; + p[0] = 0; + + /* Test if the stack guard canaries are either randomized, + or equal to the default stack guard canary value. + Even with randomized stack guards it might happen + that the random number generator generates the same + values, but if that happens in more than half from + the 16 runs, something is very wrong. */ + int ndifferences = 0; + int ndefaults = 0; + int npartlyrandomized = 0; + for (i = 0; i < N; ++i) + { + if (child_stack_chk_guards[i] != child_stack_chk_guards[i+1]) + ndifferences++; + else if (child_stack_chk_guards[i] == default_guard) + ndefaults++; + else if (*(char *) &child_stack_chk_guards[i] == 0) + npartlyrandomized++; + } + + printf ("differences %d defaults %d partly randomized %d\n", + ndifferences, ndefaults, npartlyrandomized); + + if ((ndifferences + ndefaults + npartlyrandomized) < 3 * N / 4) + { + puts ("stack guard canaries are not randomized enough"); + puts ("nor equal to the default canary value"); + return 1; + } + + return 0; +} + +#define OPT_COMMAND 10000 +#define OPT_CHILD 10001 +#define CMDLINE_OPTIONS \ + { "command", required_argument, NULL, OPT_COMMAND }, \ + { "child", no_argument, NULL, OPT_CHILD }, +#define CMDLINE_PROCESS \ + case OPT_COMMAND: \ + command = optarg; \ + break; \ + case OPT_CHILD: \ + child = true; \ + break; +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/elf/tst-thrlock.c b/elf/tst-thrlock.c new file mode 100644 index 0000000000..71f1fbb35d --- /dev/null +++ b/elf/tst-thrlock.c @@ -0,0 +1,55 @@ +#include +#include +#include +#include +#include +#include + +static void * +tf (void *arg) +{ + void *h = dlopen (LIBM_SO, RTLD_LAZY); + if (h == NULL) + { + printf ("dlopen failed: %s\n", dlerror ()); + exit (1); + } + if (dlsym (h, "sin") == NULL) + { + printf ("dlsym failed: %s\n", dlerror ()); + exit (1); + } + if (dlclose (h) != 0) + { + printf ("dlclose failed: %s\n", dlerror ()); + exit (1); + } + return NULL; +} + +int +main (void) +{ +#define N 10 + pthread_t th[N]; + for (int i = 0; i < N; ++i) + { + int e = pthread_create (&th[i], NULL, tf, NULL); + if (e != 0) + { + printf ("pthread_create failed with %d (%s)\n", e, strerror (e)); + return 1; + } + } + for (int i = 0; i < N; ++i) + { + void *res; + int e = pthread_join (th[i], &res); + if (e != 0 || res != NULL) + { + puts ("thread failed"); + return 1; + } + } + return 0; +} diff --git a/elf/tst-tls-dlinfo.c b/elf/tst-tls-dlinfo.c new file mode 100644 index 0000000000..e97b5081fd --- /dev/null +++ b/elf/tst-tls-dlinfo.c @@ -0,0 +1,92 @@ +#include +#include +#include + +#include + + +#define TEST_FUNCTION do_test () +static int +do_test (void) +{ +#ifdef USE_TLS + static const char modname[] = "tst-tlsmod2.so"; + int result = 0; + int *foop; + int (*fp) (int, int *); + void *h; + + h = dlopen (modname, RTLD_LAZY); + if (h == NULL) + { + printf ("cannot open '%s': %s\n", modname, dlerror ()); + exit (1); + } + + fp = dlsym (h, "in_dso"); + if (fp == NULL) + { + printf ("cannot get symbol 'in_dso': %s\n", dlerror ()); + exit (1); + } + + size_t modid = -1; + if (dlinfo (h, RTLD_DI_TLS_MODID, &modid)) + { + printf ("dlinfo RTLD_DI_TLS_MODID failed: %s\n", dlerror ()); + result = 1; + } + else + printf ("dlinfo says TLS module ID %Zu\n", modid); + + void *block; + if (dlinfo (h, RTLD_DI_TLS_DATA, &block)) + { + printf ("dlinfo RTLD_DI_TLS_DATA failed: %s\n", dlerror ()); + result = 1; + } + else if (block != NULL) + { + printf ("dlinfo RTLD_DI_TLS_DATA says %p but should be unallocated\n", + block); + result = 1; + } + + result |= fp (0, NULL); + + foop = dlsym (h, "foo"); + if (foop == NULL) + { + printf ("cannot get symbol 'foo' the second time: %s\n", dlerror ()); + exit (1); + } + if (*foop != 16) + { + puts ("foo != 16"); + result = 1; + } + + /* Now the module's TLS block has been used and should appear. */ + if (dlinfo (h, RTLD_DI_TLS_DATA, &block)) + { + printf ("dlinfo RTLD_DI_TLS_DATA failed the second time: %s\n", + dlerror ()); + result = 1; + } + else if (block != foop) + { + printf ("dlinfo RTLD_DI_TLS_DATA says %p but should be %p\n", + block, foop); + result = 1; + } + + dlclose (h); + + return result; +#else + return 0; +#endif +} + + +#include "../test-skeleton.c" diff --git a/elf/tst-tls13.c b/elf/tst-tls13.c index 55fb62e540..06bfbacb5c 100644 --- a/elf/tst-tls13.c +++ b/elf/tst-tls13.c @@ -2,17 +2,17 @@ #include #include #include +#include static int do_test (void) { - int i; - for (i = 0; i < 1000;) + for (int i = 0; i < 1000;) { printf ("round %d\n",++i); - void *h = dlopen ("tst-tlsmod13a.so", RTLD_LAZY); + void *h = dlopen ("$ORIGIN/tst-tlsmod13a.so", RTLD_LAZY); if (h == NULL) { printf ("cannot load: %s\n", dlerror ()); diff --git a/elf/tst-tls15.c b/elf/tst-tls15.c new file mode 100644 index 0000000000..7ac963aa2d --- /dev/null +++ b/elf/tst-tls15.c @@ -0,0 +1,32 @@ +#include +#include + +static int +do_test (void) +{ + void *h = dlopen ("tst-tlsmod15a.so", RTLD_NOW); + if (h != NULL) + { + puts ("unexpectedly succeeded to open tst-tlsmod15a.so"); + exit (1); + } + + h = dlopen ("tst-tlsmod15b.so", RTLD_NOW); + if (h == NULL) + { + puts ("failed to open tst-tlsmod15b.so"); + exit (1); + } + + int (*fp) (void) = (int (*) (void)) dlsym (h, "in_dso"); + if (fp == NULL) + { + puts ("cannot find in_dso"); + exit (1); + } + + return fp (); +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/elf/tst-tls8.c b/elf/tst-tls8.c index dd896c4937..ccc4e9f6fa 100644 --- a/elf/tst-tls8.c +++ b/elf/tst-tls8.c @@ -11,8 +11,8 @@ static int do_test (void) { #ifdef USE_TLS - static const char modname1[] = "tst-tlsmod3.so"; - static const char modname2[] = "tst-tlsmod4.so"; + static const char modname1[] = "$ORIGIN/tst-tlsmod3.so"; + static const char modname2[] = "$ORIGIN/tst-tlsmod4.so"; int result = 0; int (*fp1) (void); int (*fp2) (int, int *); diff --git a/elf/tst-tlsmod15a.c b/elf/tst-tlsmod15a.c new file mode 100644 index 0000000000..66c707129a --- /dev/null +++ b/elf/tst-tlsmod15a.c @@ -0,0 +1,6 @@ +extern int nonexistent_dummy_var; +int * +foo (void) +{ + return &nonexistent_dummy_var; +} diff --git a/elf/tst-tlsmod15b.c b/elf/tst-tlsmod15b.c new file mode 100644 index 0000000000..4f63eab144 --- /dev/null +++ b/elf/tst-tlsmod15b.c @@ -0,0 +1,17 @@ +#include "tst-tls10.h" + +#ifdef USE_TLS__THREAD +__thread int mod15b_var __attribute__((tls_model("initial-exec"))); + +int +in_dso (void) +{ + return mod15b_var; +} +#else +int +in_dso (void) +{ + return 0; +} +#endif diff --git a/elf/unload.c b/elf/unload.c index 4fd82b7e3a..4566f226f8 100644 --- a/elf/unload.c +++ b/elf/unload.c @@ -9,11 +9,13 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + #define OUT \ - for (map = _r_debug.r_map; map != NULL; map = map->l_next) \ + for (map = MAPS; map != NULL; map = map->l_next) \ if (map->l_type == lt_loaded) \ - printf ("name = \"%s\", opencount = %d\n", \ - map->l_name, (int) map->l_opencount); \ + printf ("name = \"%s\", direct_opencount = %d\n", \ + map->l_name, (int) map->l_direct_opencount); \ fflush (stdout) typedef struct diff --git a/elf/unload2.c b/elf/unload2.c index 7a38053433..eef2bfd426 100644 --- a/elf/unload2.c +++ b/elf/unload2.c @@ -6,11 +6,13 @@ #include #include +#define MAPS ((struct link_map *) _r_debug.r_map) + #define OUT \ - for (map = _r_debug.r_map; map != NULL; map = map->l_next) \ + for (map = MAPS; map != NULL; map = map->l_next) \ if (map->l_type == lt_loaded) \ - printf ("name = \"%s\", opencount = %d\n", \ - map->l_name, (int) map->l_opencount); \ + printf ("name = \"%s\", direct_opencount = %d\n", \ + map->l_name, (int) map->l_direct_opencount); \ fflush (stdout) int diff --git a/elf/unload3.c b/elf/unload3.c new file mode 100644 index 0000000000..6f1af707e6 --- /dev/null +++ b/elf/unload3.c @@ -0,0 +1,41 @@ +#include +#include + +int +main (void) +{ + void *g = dlopen ("unload3mod1.so", RTLD_GLOBAL | RTLD_NOW); + void *h = dlopen ("unload3mod2.so", RTLD_GLOBAL | RTLD_NOW); + if (g == NULL || h == NULL) + { + printf ("dlopen unload3mod{1,2}.so failed: %p %p\n", g, h); + return 1; + } + dlclose (h); + dlclose (g); + + g = dlopen ("unload3mod3.so", RTLD_GLOBAL | RTLD_NOW); + h = dlopen ("unload3mod4.so", RTLD_GLOBAL | RTLD_NOW); + if (g == NULL || h == NULL) + { + printf ("dlopen unload3mod{3,4}.so failed: %p %p\n", g, h); + return 1; + } + + int (*fn) (int); + fn = dlsym (h, "bar"); + if (fn == NULL) + { + puts ("dlsym failed"); + return 1; + } + + int val = fn (16); + if (val != 24) + { + printf ("bar returned %d != 24\n", val); + return 1; + } + + return 0; +} diff --git a/elf/unload3mod1.c b/elf/unload3mod1.c new file mode 100644 index 0000000000..e886b11c18 --- /dev/null +++ b/elf/unload3mod1.c @@ -0,0 +1 @@ +int dummy1; diff --git a/elf/unload3mod2.c b/elf/unload3mod2.c new file mode 100644 index 0000000000..03252a523b --- /dev/null +++ b/elf/unload3mod2.c @@ -0,0 +1 @@ +int dummy2; diff --git a/elf/unload3mod3.c b/elf/unload3mod3.c new file mode 100644 index 0000000000..046022c55d --- /dev/null +++ b/elf/unload3mod3.c @@ -0,0 +1,8 @@ +#include + +int +foo (int x) +{ + puts ("foo"); + return x * 2; +} diff --git a/elf/unload3mod4.c b/elf/unload3mod4.c new file mode 100644 index 0000000000..52f808e79b --- /dev/null +++ b/elf/unload3mod4.c @@ -0,0 +1,13 @@ +#include + +extern int foo (int x); + +int +bar (int x) +{ + puts ("bar"); + fflush (stdout); + x = foo (x - 4); + puts ("bar after foo"); + return x; +} diff --git a/elf/unload4.c b/elf/unload4.c new file mode 100644 index 0000000000..6e171a22e0 --- /dev/null +++ b/elf/unload4.c @@ -0,0 +1,48 @@ +#include +#include +#include + +int +main (void) +{ +#ifdef M_PERTURB + mallopt (M_PERTURB, 0xaa); +#endif + + void *h; + int (*fn) (int); + h = dlopen ("unload4mod1.so", RTLD_LAZY); + if (h == NULL) + { + puts ("1st dlopen failed"); + return 1; + } + fn = dlsym (h, "foo"); + if (fn == NULL) + { + puts ("dlsym failed"); + return 1; + } + int n = fn (10); + if (n != 28) + { + printf ("foo (10) returned %d != 28\n", n); + return 1; + } + dlclose (h); + h = dlopen ("unload4mod3.so", RTLD_LAZY); + fn = dlsym (h, "mod3fn2"); + if (fn == NULL) + { + puts ("second dlsym failed"); + return 1; + } + n = fn (10); + if (n != 22) + { + printf ("mod3fn2 (10) returned %d != 22\n", n); + return 1; + } + dlclose (h); + return 0; +} diff --git a/elf/unload4mod1.c b/elf/unload4mod1.c new file mode 100644 index 0000000000..38c5b0168d --- /dev/null +++ b/elf/unload4mod1.c @@ -0,0 +1,10 @@ +#include + +extern int bar (int); + +int +foo (int x) +{ + puts ("in foo"); + return bar (x / 2) + 2; +} diff --git a/elf/unload4mod2.c b/elf/unload4mod2.c new file mode 100644 index 0000000000..497ef5d93b --- /dev/null +++ b/elf/unload4mod2.c @@ -0,0 +1,8 @@ +#include + +int +baz (int x) +{ + puts ("in baz"); + return x * 4; +} diff --git a/elf/unload4mod3.c b/elf/unload4mod3.c new file mode 100644 index 0000000000..4b280bc05b --- /dev/null +++ b/elf/unload4mod3.c @@ -0,0 +1,16 @@ +#include + +int +__attribute__((noinline)) +mod3fn1 (int x) +{ + puts ("in mod3fn1"); + return x + 6; +} + +int +mod3fn2 (int x) +{ + puts ("in mod3fn2"); + return mod3fn1 (x / 2) * 2; +} diff --git a/elf/unload4mod4.c b/elf/unload4mod4.c new file mode 100644 index 0000000000..ba5a144d38 --- /dev/null +++ b/elf/unload4mod4.c @@ -0,0 +1,16 @@ +#include +#include + +int +__attribute__((noinline)) +baz (int x) +{ + abort (); +} + +int +bar (int x) +{ + puts ("in bar"); + return baz (x + 1) + 2; +} diff --git a/elf/unload5.c b/elf/unload5.c new file mode 100644 index 0000000000..0555052ce8 --- /dev/null +++ b/elf/unload5.c @@ -0,0 +1,42 @@ +#include +#include + +int +main (void) +{ + void *g = dlopen ("unload3mod1.so", RTLD_GLOBAL | RTLD_NOW); + void *h = dlopen ("unload3mod2.so", RTLD_GLOBAL | RTLD_NOW); + if (g == NULL || h == NULL) + { + printf ("dlopen unload3mod{1,2}.so failed: %p %p\n", g, h); + return 1; + } + dlopen ("unload3mod4.so", RTLD_GLOBAL | RTLD_NOW); + dlclose (h); + dlclose (g); + + g = dlopen ("unload3mod3.so", RTLD_GLOBAL | RTLD_NOW); + h = dlopen ("unload3mod4.so", RTLD_GLOBAL | RTLD_NOW); + if (g == NULL || h == NULL) + { + printf ("dlopen unload3mod{3,4}.so failed: %p %p\n", g, h); + return 1; + } + + int (*fn) (int); + fn = dlsym (h, "bar"); + if (fn == NULL) + { + puts ("dlsym failed"); + return 1; + } + + int val = fn (16); + if (val != 24) + { + printf ("bar returned %d != 24\n", val); + return 1; + } + + return 0; +} diff --git a/elf/unload6.c b/elf/unload6.c new file mode 100644 index 0000000000..1efc7eb841 --- /dev/null +++ b/elf/unload6.c @@ -0,0 +1,30 @@ +#include +#include + +int +main (void) +{ + void *h = dlopen ("unload6mod1.so", RTLD_LAZY); + if (h == NULL) + { + puts ("dlopen unload6mod1.so failed"); + return 1; + } + + int (*fn) (int); + fn = dlsym (h, "foo"); + if (fn == NULL) + { + puts ("dlsym failed"); + return 1; + } + + int val = fn (16); + if (val != 24) + { + printf ("foo returned %d != 24\n", val); + return 1; + } + + return 0; +} diff --git a/elf/unload6mod1.c b/elf/unload6mod1.c new file mode 100644 index 0000000000..24f2e5a19a --- /dev/null +++ b/elf/unload6mod1.c @@ -0,0 +1,16 @@ +#include +#include + +int +foo (int i) +{ + void *h = dlopen ("unload6mod2.so", RTLD_LAZY); + if (h == NULL) + { + puts ("dlopen unload6mod2.so failed"); + return 1; + } + + dlclose (h); + return i + 8; +} diff --git a/elf/unload6mod2.c b/elf/unload6mod2.c new file mode 100644 index 0000000000..980efa4b0e --- /dev/null +++ b/elf/unload6mod2.c @@ -0,0 +1,23 @@ +#include +#include +#include + +static void *h; + +static void __attribute__((constructor)) +mod2init (void) +{ + h = dlopen ("unload6mod3.so", RTLD_LAZY); + if (h == NULL) + { + puts ("dlopen unload6mod3.so failed"); + fflush (stdout); + _exit (1); + } +} + +static void __attribute__((destructor)) +mod2fini (void) +{ + dlclose (h); +} diff --git a/elf/unload6mod3.c b/elf/unload6mod3.c new file mode 100644 index 0000000000..7b29e1d626 --- /dev/null +++ b/elf/unload6mod3.c @@ -0,0 +1,23 @@ +#include +#include +#include + +static void *h; + +static void __attribute__((constructor)) +mod3init (void) +{ + h = dlopen ("unload6mod1.so", RTLD_LAZY); + if (h == NULL) + { + puts ("dlopen unload6mod1.so failed"); + fflush (stdout); + _exit (1); + } +} + +static void __attribute__((destructor)) +mod3fini (void) +{ + dlclose (h); +} diff --git a/elf/unload7.c b/elf/unload7.c new file mode 100644 index 0000000000..198f7db286 --- /dev/null +++ b/elf/unload7.c @@ -0,0 +1,39 @@ +#include +#include + +int +main (void) +{ + void *h = dlopen ("$ORIGIN/unload7mod1.so", RTLD_LAZY); + if (h == NULL) + { + puts ("dlopen unload7mod1.so failed"); + return 1; + } + + int (*fn) (void); + fn = dlsym (h, "foo"); + if (fn == NULL) + { + puts ("dlsym failed"); + return 1; + } + + int ret = 0; + if (fn () == 0) + ++ret; + + void *h2 = dlopen ("$ORIGIN/unload7mod2.so", RTLD_LAZY); + if (h2 == NULL) + { + puts ("dlopen unload7mod2.so failed"); + return 1; + } + dlclose (h2); + + if (fn () == 0) + ++ret; + + dlclose (h); + return ret; +} diff --git a/elf/unload7mod1.c b/elf/unload7mod1.c new file mode 100644 index 0000000000..7435adce2c --- /dev/null +++ b/elf/unload7mod1.c @@ -0,0 +1,11 @@ +#include +#include + +int +foo (int i) +{ + if (dlsym (RTLD_DEFAULT, "unload7_nonexistent_symbol") == NULL) + return 1; + puts ("dlsym returned non-NULL"); + return 0; +} diff --git a/elf/unload7mod2.c b/elf/unload7mod2.c new file mode 100644 index 0000000000..6d1a0d47b7 --- /dev/null +++ b/elf/unload7mod2.c @@ -0,0 +1 @@ +int x; diff --git a/fedora/.cvsignore b/fedora/.cvsignore new file mode 100644 index 0000000000..11718c84e2 --- /dev/null +++ b/fedora/.cvsignore @@ -0,0 +1,5 @@ +glibc-*.tar.bz2 +glibc-*.src.rpm +glibc-*fedora.patch +glibc.spec +update.log diff --git a/fedora/Makefile b/fedora/Makefile new file mode 100644 index 0000000000..73a6fd2287 --- /dev/null +++ b/fedora/Makefile @@ -0,0 +1,193 @@ +# Makefile for maintaining glibc fedora-branch and creating Fedora source RPMs. + +glibc.spec: # The default target. + +tag-prefix := fedora- + +.PHONY: update commit-merge tag archive finish_archive srpm rpm + +snapshot-date-fmt := +'%Y-%m-%d %H:%M %Z' +snapshot-name-fmt := +'%Y%m%dT%H%M' + +include branch.mk + + +on-branch = $(filter-out HEAD,$(glibc-base)) + +snapshot-date := $($(glibc-branch)-sync-date) +snapshot-name := $(shell date -u -d '$(snapshot-date)' $(snapshot-name-fmt)) + +tag-name := glibc$(patsubst glibc-%-branch,-%,\ + $(filter-out HEAD,$(glibc-base))) +tar-name := $(subst _,.,$(tag-name)) +select-snapshot = -r '$($(glibc-branch)-sync-tag)' +snapshot-id = $($(glibc-branch)-sync-tag) + +branch-name := $(patsubst %-$(patsubst glibc-%,%,$(tag-name)),%,\ + $(glibc-branch)) + +branch.mk-vars = glibc-branch glibc-base DIST_BRANCH COLLECTION \ + releases-url + +ifeq (,$(upstream-tag)) +ifneq (,$(upstream)) +upstream-tag := glibc-$(subst .,_,$(upstream)) +endif +endif + +update: + now=`date -u $(snapshot-date-fmt)`; \ + $(if $(upstream-tag),new='$(upstream-tag)';,\ + name=`date -u -d "$$now" $(snapshot-name-fmt)`; \ + new="$(tag-prefix)$(tag-name)-$$name"; \ + cvs -Q rtag $(if $(on-branch),-r $(glibc-base),-D "$$now") $$new libc;\ + )\ + (echo '# This file is updated automatically by Makefile.'; \ + $(foreach var,$(branch.mk-vars) $(if $(upstream-tag),upstream),\ + $(if $($(var)),echo '$(var) := $($(var))';)) \ + echo "$(glibc-branch)-sync-date := $$now"; \ + echo "$(glibc-branch)-sync-tag := $$new"; \ + ) > branch.mk; \ + cd ..; (set -x; cvs -q update -d -P \ + -j'$($(glibc-branch)-sync-tag)' -j"$$new") \ + 2>&1 | tee fedora/update.log + +.PHONY: snapshot-time +snapshot-time: branch.mk + date -d '$(snapshot-date)' + +commit-merge: + cd ..; cvs -Q commit -m"Updated to $(snapshot-id)" + +glibc.spec: glibc.spec.in ../version.h branch.mk + (echo '%define glibcdate $(snapshot-name)'; \ + echo '%define glibcname $(tar-name)'; \ + echo '%define glibcsrcdir $(srcdir-name)'; \ + echo '%define glibc_release_tarballs $(if $(upstream),1,0)'; \ + sed -n '/VERSION/s/^.*"\([^"]*\)"$$/%define glibcversion \1/p' \ + ../version.h; \ + cat $<) > $@.new + mv -f $@.new $@ + +ifeq (,$(wildcard glibc.spec)) +Makefile: glibc.spec ; +else + +spec-nvr := $(shell rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}\n' \ + --specfile glibc.spec | sed 1q) +spec-tag = $(subst .,_,$(spec-nvr)) + +ifeq ($(tagged),no) +select-release = -r $(glibc-branch)-branch +else +select-release = -r $(tag-prefix)$(spec-tag) +endif + +tag: glibc.spec + cd ..; cvs -Q tag -c $(tag-prefix)$(spec-tag) + +force-tag: glibc.spec + cd ..; cvs -Q tag -F -c $(tag-prefix)$(spec-tag) + +ifeq (,$(upstream)) +srcdir-name = $(tar-name)-$(snapshot-name) +else +tar-name = glibc-$(upstream) +srcdir-name = $(tar-name) + +ifneq ($($(glibc-branch)-sync-tag),$(upstream-tag)) +define upstream-tag-check + @echo Need to run make update upstream=$(upstream); exit 1 +endef +endif +endif + +# Note this rule assumes that your working directory (..) is up to date. +$(tar-name)-$(branch-name).patch: makepatch.awk glibc.spec \ + ../ChangeLog ../*/ChangeLog + $(upstream-tag-check) +# Use -kk to suppress patches for $ Id $ differences between branches. + (cd ..; cvs -q diff -kk -upN $(select-snapshot) $(select-release)) | \ + awk -v OLDVER=$(srcdir-name) \ + -v NEWVER=$(srcdir-name)-$(branch-name) \ + -f $< > patch.tmp + mv -f patch.tmp $@ + +# makepatch.awk omits these files from the patch; we put them in a tar file. +outside-patch = fedora c_stubs rtkaio powerpc-cpu \ + localedata/charmaps/GB18030 iconvdata/gb18030.c + +$(tar-name)-$(branch-name)-$(snapshot-name).tar.bz2: Makefile branch.mk \ + ../ChangeLog \ + ../*/ChangeLog + $(upstream-tag-check) + @rm -rf libc + cvs -Q export $(select-release) $(addprefix libc/,$(outside-patch)) + tar cf - -C libc $(outside-patch) | bzip2 -9 > $@.new + rm -rf libc + mv -f $@.new $@ + +glibc-tarballs = $(srcdir-name).tar.bz2 +ifeq (,$(upstream)) +$(srcdir-name).tar.bz2: Makefile branch.mk + @rm -rf $(srcdir-name) + cvs -Q export -d $(srcdir-name) $(select-snapshot) libc + tar cf - $(srcdir-name) | bzip2 -9 > $@.new + rm -rf $(srcdir-name) + mv -f $@.new $@ +else +glibc-tarballs += $(srcdir-name:glibc-%=glibc-linuxthreads-%).tar.bz2 \ + $(srcdir-name:glibc-%=glibc-libidn-%).tar.bz2 + +$(glibc-tarballs): + curl -O $(releases-url)/$@ +endif + +archives = $(glibc-tarballs) \ + $(tar-name)-$(branch-name)-$(snapshot-name).tar.bz2 \ + $(tar-name)-$(branch-name).patch + +finish_archive: $(archives) + +archive: glibc.spec + $(MAKE) tag finish_archive + +rpm srpm: $(spec-nvr).src.rpm +$(spec-nvr).src.rpm: glibc.spec $(archives) + rpmbuild --define "_sourcedir `pwd`" \ + --define "_specdir `pwd`" \ + --define "_srcrpmdir `pwd`" \ + --nodeps -bs $< + +### +# These rules are for dealing with the Fedora package repository +# and the Red Hat internal build system. +# +# To use this, put in ~/.cvsdistrc at least a line: +# DIST_COMMON = /some/checkout/of/dist/common +# We will find cvs-import.sh there and use its CVS/Root for where to commit. + +.PHONY: dist-import + +-include ~/.cvsdistrc + +ifdef DIST_COMMON +DIST_BRANCH ?= devel +COLLECTION ?= dist-fc4 +BHC_FLAGS ?= -n + +bhc-baseurl := cvs://cvs.devel.redhat.com/cvs/dist?rpms +bhc-url = $(bhc-baseurl)/glibc/$(DIST_BRANCH)\#$(spec-tag) + +dist-import: $(spec-nvr).src.rpm + $(DIST_COMMON)/cvs-import.sh -b $(DIST_BRANCH) $< + rpm -qp $< --queryformat '[%{FILEMD5S} %{FILENAMES}\n]' > $@.new + mv -f $@.new $@ + +dist-build: dist-import + bhc $(BHC_FLAGS) $(COLLECTION) '$(bhc-url)' + +endif +### + +endif diff --git a/fedora/branch.mk b/fedora/branch.mk new file mode 100644 index 0000000000..7bcc3af1ba --- /dev/null +++ b/fedora/branch.mk @@ -0,0 +1,7 @@ +# This file is updated automatically by Makefile. +glibc-branch := fedora-2_5 +glibc-base := glibc-2_5-branch +DIST_BRANCH := FC-6 +COLLECTION := dist-fc6 +fedora-2_5-sync-date := 2007-07-12 17:01 UTC +fedora-2_5-sync-tag := fedora-glibc-2_5-20070712T1701 diff --git a/fedora/build-locale-archive.c b/fedora/build-locale-archive.c new file mode 100644 index 0000000000..a35171736e --- /dev/null +++ b/fedora/build-locale-archive.c @@ -0,0 +1,162 @@ +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "../locale/hashval.h" + +const char *alias_file = DATADIR "/locale/locale.alias"; +const char *locar_file = PREFIX "/lib/locale/locale-archive"; +const char *loc_path = PREFIX "/lib/locale/"; +int be_quiet = 1; +int verbose = 0; +int max_locarchive_open_retry = 10; +const char *output_prefix; + +static int +is_prime (unsigned long candidate) +{ + /* No even number and none less than 10 will be passed here. */ + unsigned long int divn = 3; + unsigned long int sq = divn * divn; + + while (sq < candidate && candidate % divn != 0) + { + ++divn; + sq += 4 * divn; + ++divn; + } + + return candidate % divn != 0; +} + +unsigned long +next_prime (unsigned long seed) +{ + /* Make it definitely odd. */ + seed |= 1; + + while (!is_prime (seed)) + seed += 2; + + return seed; +} + +/* xmalloc is only used by show_archive_content. */ +void * +xmalloc (size_t size) +{ + exit (255); +} + +void +error (int status, int errnum, const char *message, ...) +{ + va_list args; + + va_start (args, message); + fflush (stdout); + fprintf (stderr, "%s: ", program_invocation_name); + vfprintf (stderr, message, args); + va_end (args); + if (errnum) + fprintf (stderr, ": %s", strerror (errnum)); + putc ('\n', stderr); + fflush (stderr); + if (status) + exit (errnum == EROFS ? 0 : status); +} + +extern int add_locales_to_archive (size_t nlist, char *list[], bool replace); + +int main () +{ + char path[4096]; + DIR *dirp; + struct dirent64 *d; + struct stat64 st; + char *list[16384], *primary; + unsigned int cnt = 0; + + unlink (locar_file); + dirp = opendir (loc_path); + if (dirp == NULL) + error (EXIT_FAILURE, errno, "cannot open directory \"%s\"", loc_path); + + primary = getenv ("LC_ALL"); + if (primary == NULL) + primary = getenv ("LANG"); + if (primary != NULL) + { + if (strncmp (primary, "ja", 2) != 0 + && strncmp (primary, "ko", 2) != 0 + && strncmp (primary, "zh", 2) != 0) + { + char *ptr = malloc (strlen (primary) + strlen (".utf8") + 1), *p, *q; + + if (ptr) + { + p = ptr; + q = primary; + while (*q && *q != '.' && *q != '@') + *p++ = *q++; + if (*q == '.') + while (*q && *q != '@') + q++; + p = stpcpy (p, ".utf8"); + strcpy (p, q); + primary = ptr; + } + else + primary = "....."; + } + strcpy (stpcpy (path, loc_path), primary); + if (stat64 (path, &st) >= 0 && S_ISDIR (st.st_mode)) + { + list[cnt] = strdup (path); + if (list[cnt] == NULL) + error (0, errno, "cannot add file to list \"%s\"", path); + else + cnt++; + } + if (cnt == 0) + primary = NULL; + } + + while ((d = readdir64 (dirp)) != NULL) + { + if (strcmp (d->d_name, ".") == 0 || strcmp (d->d_name, "..") == 0) + continue; + + if (primary && strcmp (d->d_name, primary) == 0) + continue; + + strcpy (stpcpy (path, loc_path), d->d_name); + if (stat64 (path, &st) < 0) + { + error (0, errno, "cannot stat \"%s\"", path); + continue; + } + if (! S_ISDIR (st.st_mode)) + continue; + if (cnt == 16384) + error (EXIT_FAILURE, 0, "too many directories in \"%s\"", loc_path); + list[cnt] = strdup (path); + if (list[cnt] == NULL) + { + error (0, errno, "cannot add file to list \"%s\"", path); + continue; + } + cnt++; + } + closedir (dirp); + add_locales_to_archive (cnt, list, 0); + char *argv[] = { "/usr/sbin/tzdata-update", NULL }; + execve (argv[0], (char *const *)argv, (char *const *)&argv[1]); + exit (0); +} diff --git a/fedora/glibc-ia64-lib64.patch b/fedora/glibc-ia64-lib64.patch new file mode 100644 index 0000000000..05fd922969 --- /dev/null +++ b/fedora/glibc-ia64-lib64.patch @@ -0,0 +1,92 @@ +2004-05-14 Jakub Jelinek + + * sysdeps/unix/sysv/linux/configure.in: Use */lib64 even for ia64. + * sysdeps/unix/sysv/linux/configure: Rebuilt. + * sysdeps/unix/sysv/linux/ia64/dl-procinfo.c: New file. + * sysdeps/unix/sysv/linux/ia64/dl-procinfo.h: New file. + * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Change /lib64/ld* + into /lib/ld*. Add LD_LIBRARY_VERSION. + * sysdeps/unix/sysv/linux/ia64/ldconfig.h + (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /lib64/ld-linux-ia64.so.2. + * sysdeps/unix/sysv/linux/ia64/dl-cache.h: Include sparc-linux + dl-cache.h instead of generic dl-cache.h. + +--- libc/sysdeps/unix/sysv/linux/configure.jj 2003-03-23 03:10:04.000000000 +0100 ++++ libc/sysdeps/unix/sysv/linux/configure 2004-05-14 15:54:35.669802684 +0200 +@@ -225,7 +225,7 @@ case "$prefix" in + # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib + case $machine in + sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64 | \ +- mips/mips64/n64/* ) ++ mips/mips64/n64/* | ia64 ) + libc_cv_slibdir="/lib64" + if test "$libdir" = '${exec_prefix}/lib'; then + libdir='${exec_prefix}/lib64'; +--- libc/sysdeps/unix/sysv/linux/configure.in.jj 2003-03-23 03:10:04.000000000 +0100 ++++ libc/sysdeps/unix/sysv/linux/configure.in 2004-05-14 15:53:44.355998785 +0200 +@@ -158,7 +158,7 @@ case "$prefix" in + # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib + case $machine in + sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64 | \ +- mips/mips64/n64/* ) ++ mips/mips64/n64/* | ia64 ) + libc_cv_slibdir="/lib64" + if test "$libdir" = '${exec_prefix}/lib'; then + libdir='${exec_prefix}/lib64'; +--- libc/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c.jj 2004-05-14 15:42:09.307560515 +0200 ++++ libc/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 2003-09-30 00:23:24.000000000 +0200 +@@ -0,0 +1,5 @@ ++#ifdef IS_IN_ldconfig ++#include ++#else ++#include ++#endif +--- libc/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed.jj 2002-01-17 07:49:28.000000000 +0100 ++++ libc/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 2004-05-14 16:21:03.041325040 +0200 +@@ -1 +1,4 @@ +-s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 \2\3"_ ++/LD_TRACE_LOADED_OBJECTS=1/a\ ++add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out" ++s_^\(RTLDLIST=\)/lib64/ld\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"/lib/ld\2-ia64\3 /lib/ld\2\3"_ ++s_^\(RTLDLIST=\)\([^"][^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 \2\3"_ +--- libc/sysdeps/unix/sysv/linux/ia64/ldconfig.h.jj 2001-07-06 06:56:17.000000000 +0200 ++++ libc/sysdeps/unix/sysv/linux/ia64/ldconfig.h 2004-05-14 15:45:40.103783087 +0200 +@@ -1,4 +1,4 @@ +-/* Copyright (C) 2001 Free Software Foundation, Inc. ++/* Copyright (C) 2001, 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -19,7 +19,8 @@ + #include + + #define SYSDEP_KNOWN_INTERPRETER_NAMES \ +- { "/lib/ld-linux.so.2", FLAG_ELF_LIBC6 }, ++ { "/lib/ld-linux.so.2", FLAG_ELF_LIBC6 }, \ ++ { "/lib64/ld-linux-ia64.so.2", FLAG_ELF_LIBC6 }, + #define SYSDEP_KNOWN_LIBRARY_NAMES \ + { "libc.so.6", FLAG_ELF_LIBC6 }, \ + { "libm.so.6", FLAG_ELF_LIBC6 }, +--- libc/sysdeps/unix/sysv/linux/ia64/dl-cache.h.jj 2001-07-06 06:56:17.000000000 +0200 ++++ libc/sysdeps/unix/sysv/linux/ia64/dl-cache.h 2004-05-14 15:41:11.658891907 +0200 +@@ -1,5 +1,5 @@ + /* Support for reading /etc/ld.so.cache files written by Linux ldconfig. +- Copyright (C) 2000 Free Software Foundation, Inc. ++ Copyright (C) 2000, 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -22,4 +22,4 @@ + #define _dl_cache_check_flags(flags) \ + ((flags) == _DL_CACHE_DEFAULT_ID) + +-#include_next ++#include +--- libc/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h.jj 2004-05-14 15:42:13.018895395 +0200 ++++ libc/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 2003-07-23 00:06:23.000000000 +0200 +@@ -0,0 +1,5 @@ ++#ifdef IS_IN_ldconfig ++#include ++#else ++#include ++#endif diff --git a/fedora/glibc-rh234946.patch b/fedora/glibc-rh234946.patch new file mode 100644 index 0000000000..add3f8023f --- /dev/null +++ b/fedora/glibc-rh234946.patch @@ -0,0 +1,32 @@ +2006-12-25 Sripathi Kodi + + * include/link.h: Declare new flag l_fini_called in struct link_map. + * elf/dl-fini.c: In _dl_fini, set l_fini_called to 1 instead of + l_init_called to 0. + +--- libc/elf/dl-fini.c 2006-12-22 01:54:22.000000000 -0600 ++++ libc/elf/dl-fini.c 2006-12-24 22:51:52.000000000 -0600 +@@ -215,10 +215,10 @@ _dl_fini (void) + { + l = maps[i]; + +- if (l->l_init_called) ++ if (l->l_init_called && !l->l_fini_called) + { + /* Make sure nothing happens if we are called twice. */ +- l->l_init_called = 0; ++ l->l_fini_called = 1; + + /* Is there a destructor function? */ + if (l->l_info[DT_FINI_ARRAY] != NULL +--- libc/include/link.h 2006-12-22 01:54:22.000000000 -0600 ++++ libc/include/link.h 2006-12-24 22:53:29.000000000 -0600 +@@ -185,6 +185,8 @@ struct link_map + unsigned int l_contiguous:1; /* Nonzero if inter-segment holes are + mprotected or if no holes are present at + all. */ ++ unsigned int l_fini_called:1; /* Nonzero if _dl_fini has processed ++ this object */ + + /* Array with version names. */ + unsigned int l_nversions; diff --git a/fedora/glibc-x86_64-memcpy.patch b/fedora/glibc-x86_64-memcpy.patch new file mode 100644 index 0000000000..3888134df8 --- /dev/null +++ b/fedora/glibc-x86_64-memcpy.patch @@ -0,0 +1,1439 @@ +2007-05-21 Ulrich Drepper + + * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value + as second parameter to handle_intel. + + * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information + handling to ... + * sysdeps/x86_64/cacheinfo.c: ... here. New file. + * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add + cacheinfo. + * sysdeps/x86_64/memcpy.S: Complete rewrite. + * sysdeps/x86_64/mempcpy.S: Adjust appropriately. + Patch by Evandro Menezes . + +--- libc/sysdeps/x86_64/Makefile 16 Aug 2004 06:46:14 -0000 1.4 ++++ libc/sysdeps/x86_64/Makefile 21 May 2007 19:20:45 -0000 1.5 +@@ -9,3 +9,7 @@ endif + ifeq ($(subdir),gmon) + sysdep_routines += _mcount + endif ++ ++ifeq ($(subdir),string) ++sysdep_routines += cacheinfo ++endif +--- libc/sysdeps/x86_64/cacheinfo.c 1 Jan 1970 00:00:00 -0000 ++++ libc/sysdeps/x86_64/cacheinfo.c 21 May 2007 22:37:45 -0000 1.2 +@@ -0,0 +1,451 @@ ++/* x86_64 cache info. ++ Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. ++ This file is part of the GNU C Library. ++ ++ The GNU C Library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ ++ The GNU C Library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Lesser General Public License for more details. ++ ++ You should have received a copy of the GNU Lesser General Public ++ License along with the GNU C Library; if not, write to the Free ++ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ++ 02111-1307 USA. ++*/ ++ ++#include ++#include ++#include ++#include ++ ++static const struct intel_02_cache_info ++{ ++ unsigned int idx; ++ int name; ++ long int size; ++ long int assoc; ++ long int linesize; ++} intel_02_known [] = ++ { ++ { 0x06, _SC_LEVEL1_ICACHE_SIZE, 8192, 4, 32 }, ++ { 0x08, _SC_LEVEL1_ICACHE_SIZE, 16384, 4, 32 }, ++ { 0x0a, _SC_LEVEL1_DCACHE_SIZE, 8192, 2, 32 }, ++ { 0x0c, _SC_LEVEL1_DCACHE_SIZE, 16384, 4, 32 }, ++ { 0x22, _SC_LEVEL3_CACHE_SIZE, 524288, 4, 64 }, ++ { 0x23, _SC_LEVEL3_CACHE_SIZE, 1048576, 8, 64 }, ++ { 0x25, _SC_LEVEL3_CACHE_SIZE, 2097152, 8, 64 }, ++ { 0x29, _SC_LEVEL3_CACHE_SIZE, 4194304, 8, 64 }, ++ { 0x2c, _SC_LEVEL1_DCACHE_SIZE, 32768, 8, 64 }, ++ { 0x30, _SC_LEVEL1_ICACHE_SIZE, 32768, 8, 64 }, ++ { 0x39, _SC_LEVEL2_CACHE_SIZE, 131072, 4, 64 }, ++ { 0x3a, _SC_LEVEL2_CACHE_SIZE, 196608, 6, 64 }, ++ { 0x3b, _SC_LEVEL2_CACHE_SIZE, 131072, 2, 64 }, ++ { 0x3c, _SC_LEVEL2_CACHE_SIZE, 262144, 4, 64 }, ++ { 0x3d, _SC_LEVEL2_CACHE_SIZE, 393216, 6, 64 }, ++ { 0x3e, _SC_LEVEL2_CACHE_SIZE, 524288, 4, 64 }, ++ { 0x41, _SC_LEVEL2_CACHE_SIZE, 131072, 4, 32 }, ++ { 0x42, _SC_LEVEL2_CACHE_SIZE, 262144, 4, 32 }, ++ { 0x43, _SC_LEVEL2_CACHE_SIZE, 524288, 4, 32 }, ++ { 0x44, _SC_LEVEL2_CACHE_SIZE, 1048576, 4, 32 }, ++ { 0x45, _SC_LEVEL2_CACHE_SIZE, 2097152, 4, 32 }, ++ { 0x46, _SC_LEVEL3_CACHE_SIZE, 4194304, 4, 64 }, ++ { 0x47, _SC_LEVEL3_CACHE_SIZE, 8388608, 8, 64 }, ++ { 0x49, _SC_LEVEL2_CACHE_SIZE, 4194304, 16, 64 }, ++ { 0x4a, _SC_LEVEL3_CACHE_SIZE, 6291456, 12, 64 }, ++ { 0x4b, _SC_LEVEL3_CACHE_SIZE, 8388608, 16, 64 }, ++ { 0x4c, _SC_LEVEL3_CACHE_SIZE, 12582912, 12, 64 }, ++ { 0x4d, _SC_LEVEL3_CACHE_SIZE, 16777216, 16, 64 }, ++ { 0x60, _SC_LEVEL1_DCACHE_SIZE, 16384, 8, 64 }, ++ { 0x66, _SC_LEVEL1_DCACHE_SIZE, 8192, 4, 64 }, ++ { 0x67, _SC_LEVEL1_DCACHE_SIZE, 16384, 4, 64 }, ++ { 0x68, _SC_LEVEL1_DCACHE_SIZE, 32768, 4, 64 }, ++ { 0x78, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 64 }, ++ { 0x79, _SC_LEVEL2_CACHE_SIZE, 131072, 8, 64 }, ++ { 0x7a, _SC_LEVEL2_CACHE_SIZE, 262144, 8, 64 }, ++ { 0x7b, _SC_LEVEL2_CACHE_SIZE, 524288, 8, 64 }, ++ { 0x7c, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 64 }, ++ { 0x7d, _SC_LEVEL2_CACHE_SIZE, 2097152, 8, 64 }, ++ { 0x7f, _SC_LEVEL2_CACHE_SIZE, 524288, 2, 64 }, ++ { 0x82, _SC_LEVEL2_CACHE_SIZE, 262144, 8, 32 }, ++ { 0x83, _SC_LEVEL2_CACHE_SIZE, 524288, 8, 32 }, ++ { 0x84, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 32 }, ++ { 0x85, _SC_LEVEL2_CACHE_SIZE, 2097152, 8, 32 }, ++ { 0x86, _SC_LEVEL2_CACHE_SIZE, 524288, 4, 64 }, ++ { 0x87, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 64 }, ++ }; ++ ++#define nintel_02_known (sizeof (intel_02_known) / sizeof (intel_02_known [0])) ++ ++static int ++intel_02_known_compare (const void *p1, const void *p2) ++{ ++ const struct intel_02_cache_info *i1; ++ const struct intel_02_cache_info *i2; ++ ++ i1 = (const struct intel_02_cache_info *) p1; ++ i2 = (const struct intel_02_cache_info *) p2; ++ ++ if (i1->idx == i2->idx) ++ return 0; ++ ++ return i1->idx < i2->idx ? -1 : 1; ++} ++ ++ ++static long int ++__attribute__ ((noinline)) ++intel_check_word (int name, unsigned int value, bool *has_level_2, ++ bool *no_level_2_or_3) ++{ ++ if ((value & 0x80000000) != 0) ++ /* The register value is reserved. */ ++ return 0; ++ ++ /* Fold the name. The _SC_ constants are always in the order SIZE, ++ ASSOC, LINESIZE. */ ++ int folded_name = (_SC_LEVEL1_ICACHE_SIZE ++ + ((name - _SC_LEVEL1_ICACHE_SIZE) / 3) * 3); ++ ++ while (value != 0) ++ { ++ unsigned int byte = value & 0xff; ++ ++ if (byte == 0x40) ++ { ++ *no_level_2_or_3 = true; ++ ++ if (folded_name == _SC_LEVEL3_CACHE_SIZE) ++ /* No need to look further. */ ++ break; ++ } ++ else ++ { ++ if (byte == 0x49 && folded_name == _SC_LEVEL3_CACHE_SIZE) ++ { ++ /* Intel reused this value. For family 15, model 6 it ++ specifies the 3rd level cache. Otherwise the 2nd ++ level cache. */ ++ unsigned int eax; ++ unsigned int ebx; ++ unsigned int ecx; ++ unsigned int edx; ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (1)); ++ ++ unsigned int family = ((eax >> 20) & 0xff) + ((eax >> 8) & 0xf); ++ unsigned int model = ((((eax >>16) & 0xf) << 4) ++ + ((eax >> 4) & 0xf)); ++ if (family == 15 && model == 6) ++ { ++ /* The level 3 cache is encoded for this model like ++ the level 2 cache is for other models. Pretend ++ the caller asked for the level 2 cache. */ ++ name = (_SC_LEVEL2_CACHE_SIZE ++ + (name - _SC_LEVEL3_CACHE_SIZE)); ++ folded_name = _SC_LEVEL3_CACHE_SIZE; ++ } ++ } ++ ++ struct intel_02_cache_info *found; ++ struct intel_02_cache_info search; ++ ++ search.idx = byte; ++ found = bsearch (&search, intel_02_known, nintel_02_known, ++ sizeof (intel_02_known[0]), intel_02_known_compare); ++ if (found != NULL) ++ { ++ if (found->name == folded_name) ++ { ++ unsigned int offset = name - folded_name; ++ ++ if (offset == 0) ++ /* Cache size. */ ++ return found->size; ++ if (offset == 1) ++ return found->assoc; ++ ++ assert (offset == 2); ++ return found->linesize; ++ } ++ ++ if (found->name == _SC_LEVEL2_CACHE_SIZE) ++ *has_level_2 = true; ++ } ++ } ++ ++ /* Next byte for the next round. */ ++ value >>= 8; ++ } ++ ++ /* Nothing found. */ ++ return 0; ++} ++ ++ ++static long int __attribute__ ((noinline)) ++handle_intel (int name, unsigned int maxidx) ++{ ++ assert (maxidx >= 2); ++ ++ /* OK, we can use the CPUID instruction to get all info about the ++ caches. */ ++ unsigned int cnt = 0; ++ unsigned int max = 1; ++ long int result = 0; ++ bool no_level_2_or_3 = false; ++ bool has_level_2 = false; ++ ++ while (cnt++ < max) ++ { ++ unsigned int eax; ++ unsigned int ebx; ++ unsigned int ecx; ++ unsigned int edx; ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (2)); ++ ++ /* The low byte of EAX in the first round contain the number of ++ rounds we have to make. At least one, the one we are already ++ doing. */ ++ if (cnt == 1) ++ { ++ max = eax & 0xff; ++ eax &= 0xffffff00; ++ } ++ ++ /* Process the individual registers' value. */ ++ result = intel_check_word (name, eax, &has_level_2, &no_level_2_or_3); ++ if (result != 0) ++ return result; ++ ++ result = intel_check_word (name, ebx, &has_level_2, &no_level_2_or_3); ++ if (result != 0) ++ return result; ++ ++ result = intel_check_word (name, ecx, &has_level_2, &no_level_2_or_3); ++ if (result != 0) ++ return result; ++ ++ result = intel_check_word (name, edx, &has_level_2, &no_level_2_or_3); ++ if (result != 0) ++ return result; ++ } ++ ++ if (name >= _SC_LEVEL2_CACHE_SIZE && name <= _SC_LEVEL3_CACHE_LINESIZE ++ && no_level_2_or_3) ++ return -1; ++ ++ return 0; ++} ++ ++ ++static long int __attribute__ ((noinline)) ++handle_amd (int name) ++{ ++ unsigned int eax; ++ unsigned int ebx; ++ unsigned int ecx; ++ unsigned int edx; ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (0x80000000)); ++ ++ if (name >= _SC_LEVEL3_CACHE_SIZE) ++ return 0; ++ ++ unsigned int fn = 0x80000005 + (name >= _SC_LEVEL2_CACHE_SIZE); ++ if (eax < fn) ++ return 0; ++ ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (fn)); ++ ++ if (name < _SC_LEVEL1_DCACHE_SIZE) ++ { ++ name += _SC_LEVEL1_DCACHE_SIZE - _SC_LEVEL1_ICACHE_SIZE; ++ ecx = edx; ++ } ++ ++ switch (name) ++ { ++ case _SC_LEVEL1_DCACHE_SIZE: ++ return (ecx >> 14) & 0x3fc00; ++ case _SC_LEVEL1_DCACHE_ASSOC: ++ ecx >>= 16; ++ if ((ecx & 0xff) == 0xff) ++ /* Fully associative. */ ++ return (ecx << 2) & 0x3fc00; ++ return ecx & 0xff; ++ case _SC_LEVEL1_DCACHE_LINESIZE: ++ return ecx & 0xff; ++ case _SC_LEVEL2_CACHE_SIZE: ++ return (ecx & 0xf000) == 0 ? 0 : (ecx >> 6) & 0x3fffc00; ++ case _SC_LEVEL2_CACHE_ASSOC: ++ ecx >>= 12; ++ switch (ecx & 0xf) ++ { ++ case 0: ++ case 1: ++ case 2: ++ case 4: ++ return ecx & 0xf; ++ case 6: ++ return 8; ++ case 8: ++ return 16; ++ case 0xf: ++ return (ecx << 6) & 0x3fffc00; ++ default: ++ return 0; ++ } ++ case _SC_LEVEL2_CACHE_LINESIZE: ++ return (ecx & 0xf000) == 0 ? 0 : ecx & 0xff; ++ default: ++ assert (! "cannot happen"); ++ } ++ return -1; ++} ++ ++ ++/* Get the value of the system variable NAME. */ ++long int ++attribute_hidden ++__cache_sysconf (int name) ++{ ++ /* Find out what brand of processor. */ ++ unsigned int eax; ++ unsigned int ebx; ++ unsigned int ecx; ++ unsigned int edx; ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (0)); ++ ++ /* This spells out "GenuineIntel". */ ++ if (ebx == 0x756e6547 && ecx == 0x6c65746e && edx == 0x49656e69) ++ return handle_intel (name, eax); ++ ++ /* This spells out "AuthenticAMD". */ ++ if (ebx == 0x68747541 && ecx == 0x444d4163 && edx == 0x69746e65) ++ return handle_amd (name); ++ ++ // XXX Fill in more vendors. ++ ++ /* CPU not known, we have no information. */ ++ return 0; ++} ++ ++ ++/* Half the core cache size for use in memory and string routines, typically ++ L1 size. */ ++long int __x86_64_core_cache_size_half attribute_hidden = 32 * 1024 / 2; ++/* Shared cache size for use in memory and string routines, typically ++ L2 or L3 size. */ ++long int __x86_64_shared_cache_size_half attribute_hidden = 1024 * 1024 / 2; ++/* PREFETCHW support flag for use in memory and string routines. */ ++int __x86_64_prefetchw attribute_hidden; ++ ++ ++static void ++__attribute__((constructor)) ++init_cacheinfo (void) ++{ ++ /* Find out what brand of processor. */ ++ unsigned int eax; ++ unsigned int ebx; ++ unsigned int ecx; ++ unsigned int edx; ++ int max_cpuid; ++ int max_cpuid_ex; ++ long int core = -1; ++ long int shared = -1; ++ unsigned int level; ++ unsigned int threads = 0; ++ ++ asm volatile ("cpuid" ++ : "=a" (max_cpuid), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (0)); ++ ++ /* This spells out "GenuineIntel". */ ++ if (ebx == 0x756e6547 && ecx == 0x6c65746e && edx == 0x49656e69) ++ { ++ core = handle_intel (_SC_LEVEL1_DCACHE_SIZE, max_cpuid); ++ ++ /* Try L3 first. */ ++ level = 3; ++ shared = handle_intel (_SC_LEVEL3_CACHE_SIZE, max_cpuid); ++ ++ if (shared <= 0) ++ { ++ /* Try L2 otherwise. */ ++ level = 2; ++ shared = handle_intel (_SC_LEVEL2_CACHE_SIZE, max_cpuid); ++ } ++ ++ /* Figure out the number of logical threads that share the ++ highest cache level. */ ++ if (max_cpuid >= 4) ++ { ++ int i = 0; ++ ++ /* Query until desired cache level is enumerated. */ ++ do ++ { ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (4), "2" (i++)); ++ } ++ while (((eax >> 5) & 0x7) != level); ++ ++ threads = ((eax >> 14) & 0x3ff) + 1; ++ } ++ else ++ { ++ /* Assume that all logical threads share the highest cache level. */ ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (1)); ++ ++ threads = (ebx >> 16) & 0xff; ++ } ++ ++ /* Cap usage of highest cache level to the number of supported ++ threads. */ ++ if (shared > 0 && threads > 0) ++ shared /= threads; ++ } ++ /* This spells out "AuthenticAMD". */ ++ else if (ebx == 0x68747541 && ecx == 0x444d4163 && edx == 0x69746e65) ++ { ++ core = handle_amd (_SC_LEVEL1_DCACHE_SIZE); ++ shared = handle_amd (_SC_LEVEL2_CACHE_SIZE); ++ ++ asm volatile ("cpuid" ++ : "=a" (max_cpuid_ex), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (0x80000000)); ++ ++ if (max_cpuid_ex >= 0x80000001) ++ { ++ asm volatile ("cpuid" ++ : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) ++ : "0" (0x80000001)); ++ /* PREFETCHW || 3DNow! */ ++ if ((ecx & 0x100) || (edx & 0x80000000)) ++ __x86_64_prefetchw = -1; ++ } ++ } ++ ++ if (core > 0) ++ __x86_64_core_cache_size_half = core / 2; ++ ++ if (shared > 0) ++ __x86_64_shared_cache_size_half = shared / 2; ++} +--- libc/sysdeps/x86_64/memcpy.S 18 Oct 2004 04:17:08 -0000 1.5 ++++ libc/sysdeps/x86_64/memcpy.S 21 May 2007 19:21:01 -0000 1.6 +@@ -1,7 +1,10 @@ +-/* Highly optimized version for x86-64. +- Copyright (C) 1997, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. ++/* ++ Optimized memcpy for x86-64. ++ ++ Copyright (C) 2007 Free Software Foundation, Inc. ++ Contributed by Evandro Menezes , 2007. ++ + This file is part of the GNU C Library. +- Based on i586 version contributed by Ulrich Drepper , 1997. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public +@@ -16,86 +19,556 @@ + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +- 02111-1307 USA. */ ++ 02111-1307 USA. ++*/ + + #include + #include "asm-syntax.h" +-#include "bp-sym.h" +-#include "bp-asm.h" + +-/* BEWARE: `#ifdef memcpy' means that memcpy is redefined as `mempcpy', +- and the return value is the byte after the last one copied in +- the destination. */ +-#define MEMPCPY_P (defined memcpy) ++/* Stack slots in the red-zone. */ ++ ++#ifdef USE_AS_MEMPCPY ++# define RETVAL (0) ++#else ++# define RETVAL (-8) ++#endif ++#define SAVE0 (RETVAL - 8) ++#define SAVE1 (SAVE0 - 8) ++#define SAVE2 (SAVE1 - 8) ++#define SAVE3 (SAVE2 - 8) + + .text ++ + #if defined PIC && !defined NOT_IN_libc + ENTRY (__memcpy_chk) ++ + cmpq %rdx, %rcx + jb HIDDEN_JUMPTARGET (__chk_fail) ++ + END (__memcpy_chk) + #endif +-ENTRY (BP_SYM (memcpy)) +- /* Cutoff for the big loop is a size of 32 bytes since otherwise +- the loop will never be entered. */ ++ ++ENTRY(memcpy) /* (void *, const void*, size_t) */ ++ ++/* Handle tiny blocks. */ ++ ++L(1try): /* up to 32B */ + cmpq $32, %rdx +- movq %rdx, %rcx +-#if !MEMPCPY_P +- movq %rdi, %r10 /* Save value. */ ++#ifndef USE_AS_MEMPCPY ++ movq %rdi, %rax /* save return value */ + #endif ++ jae L(1after) + +- /* We need this in any case. */ +- cld ++L(1): /* 1-byte once */ ++ testb $1, %dl ++ jz L(1a) + +- jbe 1f ++ movzbl (%rsi), %ecx ++ movb %cl, (%rdi) + +- /* Align destination. */ +- movq %rdi, %rax +- negq %rax +- andq $7, %rax +- subq %rax, %rcx +- xchgq %rax, %rcx ++ incq %rsi ++ incq %rdi ++ ++ .p2align 4,, 4 ++ ++L(1a): /* 2-byte once */ ++ testb $2, %dl ++ jz L(1b) ++ ++ movzwl (%rsi), %ecx ++ movw %cx, (%rdi) + +- rep; movsb ++ addq $2, %rsi ++ addq $2, %rdi + +- movq %rax, %rcx +- subq $32, %rcx +- js 2f ++ .p2align 4,, 4 ++ ++L(1b): /* 4-byte once */ ++ testb $4, %dl ++ jz L(1c) ++ ++ movl (%rsi), %ecx ++ movl %ecx, (%rdi) ++ ++ addq $4, %rsi ++ addq $4, %rdi ++ ++ .p2align 4,, 4 ++ ++L(1c): /* 8-byte once */ ++ testb $8, %dl ++ jz L(1d) ++ ++ movq (%rsi), %rcx ++ movq %rcx, (%rdi) ++ ++ addq $8, %rsi ++ addq $8, %rdi ++ ++ .p2align 4,, 4 ++ ++L(1d): /* 16-byte loop */ ++ andl $0xf0, %edx ++ jz L(exit) + + .p2align 4 +-3: + +- /* Now correct the loop counter. Please note that in the following +- code the flags are not changed anymore. */ +- subq $32, %rcx ++L(1loop): ++ movq (%rsi), %rcx ++ movq 8 (%rsi), %r8 ++ movq %rcx, (%rdi) ++ movq %r8, 8 (%rdi) ++ ++ subl $16, %edx ++ ++ leaq 16 (%rsi), %rsi ++ leaq 16 (%rdi), %rdi ++ ++ jnz L(1loop) ++ ++ .p2align 4,, 4 ++ ++L(exit): /* exit */ ++#ifdef USE_AS_MEMPCPY ++ movq %rdi, %rax /* return value */ ++#else ++ rep ++#endif ++ retq ++ ++ .p2align 4 ++ ++L(1after): ++#ifndef USE_AS_MEMPCPY ++ movq %rax, RETVAL (%rsp) /* save return value */ ++#endif ++ ++/* Align to the natural word size. */ ++ ++L(aligntry): ++ movl %esi, %ecx /* align by destination */ ++ ++ andl $7, %ecx ++ jz L(alignafter) /* already aligned */ ++ ++L(align): /* align */ ++ leaq -8 (%rcx, %rdx), %rdx /* calculate remaining bytes */ ++ subl $8, %ecx ++ ++ .p2align 4 ++ ++L(alignloop): /* 1-byte alignment loop */ ++ movzbl (%rsi), %eax ++ movb %al, (%rdi) ++ ++ incl %ecx ++ ++ leaq 1 (%rsi), %rsi ++ leaq 1 (%rdi), %rdi ++ ++ jnz L(alignloop) ++ ++ .p2align 4 ++ ++L(alignafter): ++ ++/* Loop to handle mid-sized blocks. */ ++ ++L(32try): /* up to 1KB */ ++ cmpq $1024, %rdx ++ ja L(32after) ++ ++L(32): /* 32-byte loop */ ++ movl %edx, %ecx ++ shrl $5, %ecx ++ jz L(32skip) ++ ++ .p2align 4 ++ ++L(32loop): ++ decl %ecx + + movq (%rsi), %rax +- movq 8(%rsi), %rdx +- movq 16(%rsi), %r8 +- movq 24(%rsi), %r9 ++ movq 8 (%rsi), %r8 ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ + movq %rax, (%rdi) +- movq %rdx, 8(%rdi) +- movq %r8, 16(%rdi) +- movq %r9, 24(%rdi) ++ movq %r8, 8 (%rdi) ++ movq %r9, 16 (%rdi) ++ movq %r10, 24 (%rdi) + + leaq 32(%rsi), %rsi + leaq 32(%rdi), %rdi + +- jns 3b ++ jz L(32skip) /* help out smaller blocks */ ++ ++ decl %ecx ++ ++ movq (%rsi), %rax ++ movq 8 (%rsi), %r8 ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ ++ movq %rax, (%rdi) ++ movq %r8, 8 (%rdi) ++ movq %r9, 16 (%rdi) ++ movq %r10, 24 (%rdi) ++ ++ leaq 32 (%rsi), %rsi ++ leaq 32 (%rdi), %rdi ++ ++ jnz L(32loop) ++ ++ .p2align 4 + +- /* Correct extra loop counter modification. */ +-2: addq $32, %rcx +-1: rep; movsb ++L(32skip): ++ andl $31, %edx /* check for left overs */ ++#ifdef USE_AS_MEMPCPY ++ jnz L(1) + +-#if MEMPCPY_P +- movq %rdi, %rax /* Set return value. */ ++ movq %rdi, %rax + #else +- movq %r10, %rax /* Set return value. */ ++ movq RETVAL (%rsp), %rax ++ jnz L(1) + ++ rep ++#endif ++ retq /* exit */ ++ ++ .p2align 4 ++ ++L(32after): ++ ++/* ++ In order to minimize code-size in RTLD, algorithms specific for ++ larger blocks are excluded when building for RTLD. ++*/ ++ ++/* Handle large blocks smaller than 1/2 L1. */ ++ ++L(fasttry): /* first 1/2 L1 */ ++#ifndef NOT_IN_libc /* only up to this algorithm outside of libc.so */ ++ movq __x86_64_core_cache_size_half (%rip), %r11 ++ cmpq %rdx, %r11 /* calculate the smaller of */ ++ cmovaq %rdx, %r11 /* remaining bytes and 1/2 L1 */ ++#endif ++ ++L(fast): /* good ol' MOVS */ ++#ifndef NOT_IN_libc ++ movq %r11, %rcx ++ andq $-8, %r11 ++#else ++ movq %rdx, %rcx ++#endif ++ shrq $3, %rcx ++ jz L(fastskip) ++ ++ rep ++ movsq ++ ++ .p2align 4,, 4 ++ ++L(fastskip): ++#ifndef NOT_IN_libc ++ subq %r11, %rdx /* check for more */ ++ testq $-8, %rdx ++ jnz L(fastafter) + #endif +- ret + +-END (BP_SYM (memcpy)) +-#if !MEMPCPY_P ++ andl $7, %edx /* check for left overs */ ++#ifdef USE_AS_MEMPCPY ++ jnz L(1) ++ ++ movq %rdi, %rax ++#else ++ movq RETVAL (%rsp), %rax ++ jnz L(1) ++ ++ rep ++#endif ++ retq /* exit */ ++ ++#ifndef NOT_IN_libc /* none of the algorithms below for RTLD */ ++ ++ .p2align 4 ++ ++L(fastafter): ++ ++/* Handle large blocks smaller than 1/2 L2. */ ++ ++L(pretry): /* first 1/2 L2 */ ++ movq __x86_64_shared_cache_size_half (%rip), %r8 ++ cmpq %rdx, %r8 /* calculate the lesser of */ ++ cmovaq %rdx, %r8 /* remaining bytes and 1/2 L2 */ ++ ++L(pre): /* 64-byte with prefetching */ ++ movq %r8, %rcx ++ andq $-64, %r8 ++ shrq $6, %rcx ++ jz L(preskip) ++ ++ movq %r14, SAVE0 (%rsp) ++ cfi_rel_offset (%r14, SAVE0) ++ movq %r13, SAVE1 (%rsp) ++ cfi_rel_offset (%r13, SAVE1) ++ movq %r12, SAVE2 (%rsp) ++ cfi_rel_offset (%r12, SAVE2) ++ movq %rbx, SAVE3 (%rsp) ++ cfi_rel_offset (%rbx, SAVE3) ++ ++ cmpl $0, __x86_64_prefetchw (%rip) ++ jz L(preloop) /* check if PREFETCHW OK */ ++ ++ .p2align 4 ++ ++/* ... when PREFETCHW is available (less cache-probe traffic in MP systems). */ ++ ++L(prewloop): /* cache-line in state M */ ++ decq %rcx ++ ++ movq (%rsi), %rax ++ movq 8 (%rsi), %rbx ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ movq 32 (%rsi), %r11 ++ movq 40 (%rsi), %r12 ++ movq 48 (%rsi), %r13 ++ movq 56 (%rsi), %r14 ++ ++ prefetcht0 0 + 896 (%rsi) ++ prefetcht0 64 + 896 (%rsi) ++ ++ movq %rax, (%rdi) ++ movq %rbx, 8 (%rdi) ++ movq %r9, 16 (%rdi) ++ movq %r10, 24 (%rdi) ++ movq %r11, 32 (%rdi) ++ movq %r12, 40 (%rdi) ++ movq %r13, 48 (%rdi) ++ movq %r14, 56 (%rdi) ++ ++ leaq 64 (%rsi), %rsi ++ leaq 64 (%rdi), %rdi ++ ++ jz L(prebail) ++ ++ decq %rcx ++ ++ movq (%rsi), %rax ++ movq 8 (%rsi), %rbx ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ movq 32 (%rsi), %r11 ++ movq 40 (%rsi), %r12 ++ movq 48 (%rsi), %r13 ++ movq 56 (%rsi), %r14 ++ ++ movq %rax, (%rdi) ++ movq %rbx, 8 (%rdi) ++ movq %r9, 16 (%rdi) ++ movq %r10, 24 (%rdi) ++ movq %r11, 32 (%rdi) ++ movq %r12, 40 (%rdi) ++ movq %r13, 48 (%rdi) ++ movq %r14, 56 (%rdi) ++ ++ prefetchw 896 - 64 (%rdi) ++ prefetchw 896 - 0 (%rdi) ++ ++ leaq 64 (%rsi), %rsi ++ leaq 64 (%rdi), %rdi ++ ++ jnz L(prewloop) ++ jmp L(prebail) ++ ++ .p2align 4 ++ ++/* ... when PREFETCHW is not available. */ ++ ++L(preloop): /* cache-line in state E */ ++ decq %rcx ++ ++ movq (%rsi), %rax ++ movq 8 (%rsi), %rbx ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ movq 32 (%rsi), %r11 ++ movq 40 (%rsi), %r12 ++ movq 48 (%rsi), %r13 ++ movq 56 (%rsi), %r14 ++ ++ prefetcht0 896 + 0 (%rsi) ++ prefetcht0 896 + 64 (%rsi) ++ ++ movq %rax, (%rdi) ++ movq %rbx, 8 (%rdi) ++ movq %r9, 16 (%rdi) ++ movq %r10, 24 (%rdi) ++ movq %r11, 32 (%rdi) ++ movq %r12, 40 (%rdi) ++ movq %r13, 48 (%rdi) ++ movq %r14, 56 (%rdi) ++ ++ leaq 64 (%rsi), %rsi ++ leaq 64 (%rdi), %rdi ++ ++ jz L(prebail) ++ ++ decq %rcx ++ ++ movq (%rsi), %rax ++ movq 8 (%rsi), %rbx ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ movq 32 (%rsi), %r11 ++ movq 40 (%rsi), %r12 ++ movq 48 (%rsi), %r13 ++ movq 56 (%rsi), %r14 ++ ++ prefetcht0 896 - 64 (%rdi) ++ prefetcht0 896 - 0 (%rdi) ++ ++ movq %rax, (%rdi) ++ movq %rbx, 8 (%rdi) ++ movq %r9, 16 (%rdi) ++ movq %r10, 24 (%rdi) ++ movq %r11, 32 (%rdi) ++ movq %r12, 40 (%rdi) ++ movq %r13, 48 (%rdi) ++ movq %r14, 56 (%rdi) ++ ++ leaq 64 (%rsi), %rsi ++ leaq 64 (%rdi), %rdi ++ ++ jnz L(preloop) ++ ++L(prebail): ++ movq SAVE3 (%rsp), %rbx ++ cfi_restore (%rbx) ++ movq SAVE2 (%rsp), %r12 ++ cfi_restore (%r12) ++ movq SAVE1 (%rsp), %r13 ++ cfi_restore (%r13) ++ movq SAVE0 (%rsp), %r14 ++ cfi_restore (%r14) ++ ++/* .p2align 4 */ ++ ++L(preskip): ++ subq %r8, %rdx /* check for more */ ++ testq $-64, %rdx ++ jnz L(preafter) ++ ++ andl $63, %edx /* check for left overs */ ++#ifdef USE_AS_MEMPCPY ++ jnz L(1) ++ ++ movq %rdi, %rax ++#else ++ movq RETVAL (%rsp), %rax ++ jnz L(1) ++ ++ rep ++#endif ++ retq /* exit */ ++ ++ .p2align 4 ++ ++L(preafter): ++ ++/* Loop to handle huge blocks. */ ++ ++L(NTtry): ++ ++L(NT): /* non-temporal 128-byte */ ++ movq %rdx, %rcx ++ shrq $7, %rcx ++ jz L(NTskip) ++ ++ movq %r14, SAVE0 (%rsp) ++ cfi_rel_offset (%r14, SAVE0) ++ movq %r13, SAVE1 (%rsp) ++ cfi_rel_offset (%r13, SAVE1) ++ movq %r12, SAVE2 (%rsp) ++ cfi_rel_offset (%r12, SAVE2) ++ ++ .p2align 4 ++ ++L(NTloop): ++ prefetchnta 768 (%rsi) ++ prefetchnta 832 (%rsi) ++ ++ decq %rcx ++ ++ movq (%rsi), %rax ++ movq 8 (%rsi), %r8 ++ movq 16 (%rsi), %r9 ++ movq 24 (%rsi), %r10 ++ movq 32 (%rsi), %r11 ++ movq 40 (%rsi), %r12 ++ movq 48 (%rsi), %r13 ++ movq 56 (%rsi), %r14 ++ ++ movntiq %rax, (%rdi) ++ movntiq %r8, 8 (%rdi) ++ movntiq %r9, 16 (%rdi) ++ movntiq %r10, 24 (%rdi) ++ movntiq %r11, 32 (%rdi) ++ movntiq %r12, 40 (%rdi) ++ movntiq %r13, 48 (%rdi) ++ movntiq %r14, 56 (%rdi) ++ ++ movq 64 (%rsi), %rax ++ movq 72 (%rsi), %r8 ++ movq 80 (%rsi), %r9 ++ movq 88 (%rsi), %r10 ++ movq 96 (%rsi), %r11 ++ movq 104 (%rsi), %r12 ++ movq 112 (%rsi), %r13 ++ movq 120 (%rsi), %r14 ++ ++ movntiq %rax, 64 (%rdi) ++ movntiq %r8, 72 (%rdi) ++ movntiq %r9, 80 (%rdi) ++ movntiq %r10, 88 (%rdi) ++ movntiq %r11, 96 (%rdi) ++ movntiq %r12, 104 (%rdi) ++ movntiq %r13, 112 (%rdi) ++ movntiq %r14, 120 (%rdi) ++ ++ leaq 128 (%rsi), %rsi ++ leaq 128 (%rdi), %rdi ++ ++ jnz L(NTloop) ++ ++ sfence /* serialize memory stores */ ++ ++ movq SAVE2 (%rsp), %r12 ++ cfi_restore (%r12) ++ movq SAVE1 (%rsp), %r13 ++ cfi_restore (%r13) ++ movq SAVE0 (%rsp), %r14 ++ cfi_restore (%r14) ++ ++L(NTskip): ++ andl $127, %edx /* check for left overs */ ++#ifdef USE_AS_MEMPCPY ++ jnz L(1) ++ ++ movq %rdi, %rax ++#else ++ movq RETVAL (%rsp), %rax ++ jnz L(1) ++ ++ rep ++#endif ++ retq /* exit */ ++ ++#endif /* !NOT_IN_libc */ ++ ++END(memcpy) ++ ++#ifndef USE_AS_MEMPCPY + libc_hidden_builtin_def (memcpy) + #endif +--- libc/sysdeps/x86_64/mempcpy.S 18 Oct 2004 04:17:08 -0000 1.3 ++++ libc/sysdeps/x86_64/mempcpy.S 21 May 2007 19:21:16 -0000 1.4 +@@ -1,3 +1,4 @@ ++#define USE_AS_MEMPCPY + #define memcpy __mempcpy + #define __memcpy_chk __mempcpy_chk + #include +--- libc/sysdeps/unix/sysv/linux/x86_64/sysconf.c 10 Nov 2006 07:31:55 -0000 1.7 ++++ libc/sysdeps/unix/sysv/linux/x86_64/sysconf.c 21 May 2007 19:18:37 -0000 1.8 +@@ -24,328 +24,17 @@ + + + static long int linux_sysconf (int name); +- +- +-static const struct intel_02_cache_info +-{ +- unsigned int idx; +- int name; +- long int size; +- long int assoc; +- long int linesize; +-} intel_02_known[] = +- { +- { 0x06, _SC_LEVEL1_ICACHE_SIZE, 8192, 4, 32 }, +- { 0x08, _SC_LEVEL1_ICACHE_SIZE, 16384, 4, 32 }, +- { 0x0a, _SC_LEVEL1_DCACHE_SIZE, 8192, 2, 32 }, +- { 0x0c, _SC_LEVEL1_DCACHE_SIZE, 16384, 4, 32 }, +- { 0x22, _SC_LEVEL3_CACHE_SIZE, 524288, 4, 64 }, +- { 0x23, _SC_LEVEL3_CACHE_SIZE, 1048576, 8, 64 }, +- { 0x25, _SC_LEVEL3_CACHE_SIZE, 2097152, 8, 64 }, +- { 0x29, _SC_LEVEL3_CACHE_SIZE, 4194304, 8, 64 }, +- { 0x2c, _SC_LEVEL1_DCACHE_SIZE, 32768, 8, 64 }, +- { 0x30, _SC_LEVEL1_ICACHE_SIZE, 32768, 8, 64 }, +- { 0x39, _SC_LEVEL2_CACHE_SIZE, 131072, 4, 64 }, +- { 0x3a, _SC_LEVEL2_CACHE_SIZE, 196608, 6, 64 }, +- { 0x3b, _SC_LEVEL2_CACHE_SIZE, 131072, 2, 64 }, +- { 0x3c, _SC_LEVEL2_CACHE_SIZE, 262144, 4, 64 }, +- { 0x3d, _SC_LEVEL2_CACHE_SIZE, 393216, 6, 64 }, +- { 0x3e, _SC_LEVEL2_CACHE_SIZE, 524288, 4, 64 }, +- { 0x41, _SC_LEVEL2_CACHE_SIZE, 131072, 4, 32 }, +- { 0x42, _SC_LEVEL2_CACHE_SIZE, 262144, 4, 32 }, +- { 0x43, _SC_LEVEL2_CACHE_SIZE, 524288, 4, 32 }, +- { 0x44, _SC_LEVEL2_CACHE_SIZE, 1048576, 4, 32 }, +- { 0x45, _SC_LEVEL2_CACHE_SIZE, 2097152, 4, 32 }, +- { 0x46, _SC_LEVEL3_CACHE_SIZE, 4194304, 4, 64 }, +- { 0x47, _SC_LEVEL3_CACHE_SIZE, 8388608, 8, 64 }, +- { 0x49, _SC_LEVEL2_CACHE_SIZE, 4194304, 16, 64 }, +- { 0x4a, _SC_LEVEL3_CACHE_SIZE, 6291456, 12, 64 }, +- { 0x4b, _SC_LEVEL3_CACHE_SIZE, 8388608, 16, 64 }, +- { 0x4c, _SC_LEVEL3_CACHE_SIZE, 12582912, 12, 64 }, +- { 0x4d, _SC_LEVEL3_CACHE_SIZE, 16777216, 16, 64 }, +- { 0x60, _SC_LEVEL1_DCACHE_SIZE, 16384, 8, 64 }, +- { 0x66, _SC_LEVEL1_DCACHE_SIZE, 8192, 4, 64 }, +- { 0x67, _SC_LEVEL1_DCACHE_SIZE, 16384, 4, 64 }, +- { 0x68, _SC_LEVEL1_DCACHE_SIZE, 32768, 4, 64 }, +- { 0x78, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 64 }, +- { 0x79, _SC_LEVEL2_CACHE_SIZE, 131072, 8, 64 }, +- { 0x7a, _SC_LEVEL2_CACHE_SIZE, 262144, 8, 64 }, +- { 0x7b, _SC_LEVEL2_CACHE_SIZE, 524288, 8, 64 }, +- { 0x7c, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 64 }, +- { 0x7d, _SC_LEVEL2_CACHE_SIZE, 2097152, 8, 64 }, +- { 0x7f, _SC_LEVEL2_CACHE_SIZE, 524288, 2, 64 }, +- { 0x82, _SC_LEVEL2_CACHE_SIZE, 262144, 8, 32 }, +- { 0x83, _SC_LEVEL2_CACHE_SIZE, 524288, 8, 32 }, +- { 0x84, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 32 }, +- { 0x85, _SC_LEVEL2_CACHE_SIZE, 2097152, 8, 32 }, +- { 0x86, _SC_LEVEL2_CACHE_SIZE, 524288, 4, 64 }, +- { 0x87, _SC_LEVEL2_CACHE_SIZE, 1048576, 8, 64 }, +- }; +-#define nintel_02_known (sizeof (intel_02_known) / sizeof (intel_02_known[0])) +- +- +-static int +-intel_02_known_compare (const void *p1, const void *p2) +-{ +- const struct intel_02_cache_info *i1; +- const struct intel_02_cache_info *i2; +- +- i1 = (const struct intel_02_cache_info *) p1; +- i2 = (const struct intel_02_cache_info *) p2; +- +- if (i1->idx == i2->idx) +- return 0; +- +- return i1->idx < i2->idx ? -1 : 1; +-} +- +- +-static long int +-__attribute__ ((noinline)) +-intel_check_word (int name, unsigned int value, bool *has_level_2, +- bool *no_level_2_or_3) +-{ +- if ((value & 0x80000000) != 0) +- /* The register value is reserved. */ +- return 0; +- +- /* Fold the name. The _SC_ constants are always in the order SIZE, +- ASSOC, LINESIZE. */ +- int folded_name = (_SC_LEVEL1_ICACHE_SIZE +- + ((name - _SC_LEVEL1_ICACHE_SIZE) / 3) * 3); +- +- while (value != 0) +- { +- unsigned int byte = value & 0xff; +- +- if (byte == 0x40) +- { +- *no_level_2_or_3 = true; +- +- if (folded_name == _SC_LEVEL3_CACHE_SIZE) +- /* No need to look further. */ +- break; +- } +- else +- { +- if (byte == 0x49 && folded_name == _SC_LEVEL3_CACHE_SIZE) +- { +- /* Intel reused this value. For family 15, model 6 it +- specifies the 3rd level cache. Otherwise the 2nd +- level cache. */ +- unsigned int eax; +- unsigned int ebx; +- unsigned int ecx; +- unsigned int edx; +- asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" +- : "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx) +- : "0" (1)); +- +- unsigned int family = ((eax >> 20) & 0xff) + ((eax >> 8) & 0xf); +- unsigned int model = ((((eax >>16) & 0xf) << 4) +- + ((eax >> 4) & 0xf)); +- if (family == 15 && model == 6) +- { +- /* The level 3 cache is encoded for this model like +- the level 2 cache is for other models. Pretend +- the caller asked for the level 2 cache. */ +- name = (_SC_LEVEL2_CACHE_SIZE +- + (name - _SC_LEVEL3_CACHE_SIZE)); +- folded_name = _SC_LEVEL3_CACHE_SIZE; +- } +- } +- +- struct intel_02_cache_info *found; +- struct intel_02_cache_info search; +- +- search.idx = byte; +- found = bsearch (&search, intel_02_known, nintel_02_known, +- sizeof (intel_02_known[0]), intel_02_known_compare); +- if (found != NULL) +- { +- if (found->name == folded_name) +- { +- unsigned int offset = name - folded_name; +- +- if (offset == 0) +- /* Cache size. */ +- return found->size; +- if (offset == 1) +- return found->assoc; +- +- assert (offset == 2); +- return found->linesize; +- } +- +- if (found->name == _SC_LEVEL2_CACHE_SIZE) +- *has_level_2 = true; +- } +- } +- +- /* Next byte for the next round. */ +- value >>= 8; +- } +- +- /* Nothing found. */ +- return 0; +-} +- +- +-static long int __attribute__ ((noinline)) +-handle_intel (int name, unsigned int maxidx) +-{ +- assert (maxidx >= 2); +- +- /* OK, we can use the CPUID instruction to get all info about the +- caches. */ +- unsigned int cnt = 0; +- unsigned int max = 1; +- long int result = 0; +- bool no_level_2_or_3 = false; +- bool has_level_2 = false; +- while (cnt++ < max) +- { +- unsigned int eax; +- unsigned int ebx; +- unsigned int ecx; +- unsigned int edx; +- asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" +- : "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx) +- : "0" (2)); +- +- /* The low byte of EAX in the first round contain the number of +- rounds we have to make. At least one, the one we are already +- doing. */ +- if (cnt == 1) +- { +- max = eax & 0xff; +- eax &= 0xffffff00; +- } +- +- /* Process the individual registers' value. */ +- result = intel_check_word (name, eax, &has_level_2, &no_level_2_or_3); +- if (result != 0) +- return result; +- +- result = intel_check_word (name, ebx, &has_level_2, &no_level_2_or_3); +- if (result != 0) +- return result; +- +- result = intel_check_word (name, ecx, &has_level_2, &no_level_2_or_3); +- if (result != 0) +- return result; +- +- result = intel_check_word (name, edx, &has_level_2, &no_level_2_or_3); +- if (result != 0) +- return result; +- } +- +- if (name >= _SC_LEVEL2_CACHE_SIZE && name <= _SC_LEVEL3_CACHE_LINESIZE +- && no_level_2_or_3) +- return -1; +- +- return 0; +-} +- +- +-static long int __attribute__ ((noinline)) +-handle_amd (int name) +-{ +- unsigned int eax; +- unsigned int ebx; +- unsigned int ecx; +- unsigned int edx; +- asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" +- : "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx) +- : "0" (0x80000000)); +- +- if (name >= _SC_LEVEL3_CACHE_SIZE) +- return 0; +- +- unsigned int fn = 0x80000005 + (name >= _SC_LEVEL2_CACHE_SIZE); +- if (eax < fn) +- return 0; +- +- asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" +- : "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx) +- : "0" (fn)); +- +- if (name < _SC_LEVEL1_DCACHE_SIZE) +- { +- name += _SC_LEVEL1_DCACHE_SIZE - _SC_LEVEL1_ICACHE_SIZE; +- ecx = edx; +- } +- +- switch (name) +- { +- case _SC_LEVEL1_DCACHE_SIZE: +- return (ecx >> 14) & 0x3fc00; +- case _SC_LEVEL1_DCACHE_ASSOC: +- ecx >>= 16; +- if ((ecx & 0xff) == 0xff) +- /* Fully associative. */ +- return (ecx << 2) & 0x3fc00; +- return ecx & 0xff; +- case _SC_LEVEL1_DCACHE_LINESIZE: +- return ecx & 0xff; +- case _SC_LEVEL2_CACHE_SIZE: +- return (ecx & 0xf000) == 0 ? 0 : (ecx >> 6) & 0x3fffc00; +- case _SC_LEVEL2_CACHE_ASSOC: +- ecx >>= 12; +- switch (ecx & 0xf) +- { +- case 0: +- case 1: +- case 2: +- case 4: +- return ecx & 0xf; +- case 6: +- return 8; +- case 8: +- return 16; +- case 0xf: +- return (ecx << 6) & 0x3fffc00; +- default: +- return 0; +- } +- case _SC_LEVEL2_CACHE_LINESIZE: +- return (ecx & 0xf000) == 0 ? 0 : ecx & 0xff; +- default: +- assert (! "cannot happen"); +- } +- return -1; +-} ++extern long int __cache_sysconf (int) attribute_hidden; + + + /* Get the value of the system variable NAME. */ + long int + __sysconf (int name) + { +- /* We only handle the cache information here (for now). */ +- if (name < _SC_LEVEL1_ICACHE_SIZE || name > _SC_LEVEL4_CACHE_LINESIZE) +- return linux_sysconf (name); +- +- /* Find out what brand of processor. */ +- unsigned int eax; +- unsigned int ebx; +- unsigned int ecx; +- unsigned int edx; +- asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" +- : "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx) +- : "0" (0)); +- +- /* This spells out "GenuineIntel". */ +- if (ebx == 0x756e6547 && ecx == 0x6c65746e && edx == 0x49656e69) +- return handle_intel (name, eax); +- +- /* This spells out "AuthenticAMD". */ +- if (ebx == 0x68747541 && ecx == 0x444d4163 && edx == 0x69746e65) +- return handle_amd (name); +- +- // XXX Fill in more vendors. ++ if (name >= _SC_LEVEL1_ICACHE_SIZE && name <= _SC_LEVEL4_CACHE_LINESIZE) ++ return __cache_sysconf (name); + +- /* CPU not known, we have no information. */ +- return 0; ++ return linux_sysconf (name); + } + + /* Now the generic Linux version. */ diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in new file mode 100644 index 0000000000..5e13ea805a --- /dev/null +++ b/fedora/glibc.spec.in @@ -0,0 +1,4512 @@ +%define glibcrelease 18.1 +%define auxarches i586 i686 athlon sparcv9 alphaev6 +%define xenarches i686 athlon +%ifarch %{xenarches} +%define buildxen 1 +%define xenpackage 0 +%else +%define buildxen 0 +%define xenpackage 0 +%endif +%ifarch ppc ppc64 +%define buildpower6 1 +%else +%define buildpower6 0 +%endif +%define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x +%define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9 +%define _unpackaged_files_terminate_build 0 +Summary: The GNU libc libraries. +Name: glibc +Version: %{glibcversion} +Release: %{glibcrelease} +License: LGPL +Group: System Environment/Libraries +Source0: %{glibcsrcdir}.tar.bz2 +%if %{glibc_release_tarballs} +Source1: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-linuxthreads-/).tar.bz2 +Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2 +%define glibc_release_unpack -a1 -a2 +%endif +Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2 +Patch0: %{glibcname}-fedora.patch +Patch1: %{name}-ia64-lib64.patch +Patch2: glibc-rh234946.patch +Patch3: glibc-x86_64-memcpy.patch +Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root +Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers, +Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile +Provides: ldconfig +# The dynamic linker supports DT_GNU_HASH +Provides: rtld(GNU_HASH) +Autoreq: false +Requires: glibc-common = %{version}-%{release} +%ifarch sparc +Obsoletes: libc +%endif +# Require libgcc in case some program calls pthread_cancel in its %%post +Prereq: basesystem, libgcc +# This is for building auxiliary programs like memusage, nscd +# For initial glibc bootstraps it can be commented out +BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1 +BuildPreReq: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext +BuildPreReq: /bin/ps, /bin/kill, /bin/awk +# This is to ensure that __frame_state_for is exported by glibc +# will be compatible with egcs 1.x.y +BuildPreReq: gcc >= 3.2 +Conflicts: rpm <= 4.0-0.65 +Conflicts: glibc-devel < 2.2.3 +Conflicts: gcc4 <= 4.0.0-0.6 +%ifarch x86_64 %{ix86} +# Need gdb that understands DW_CFA_val_expression +Conflicts: gdb < 6.3.0.0-1.111 +%endif +# Earlier shadow-utils packages had too restrictive permissions on +# /etc/default +Conflicts: shadow-utils < 2:4.0.3-20 +Conflicts: nscd < 2.3.3-52 +Conflicts: kernel < 2.6.9 +%define enablekernel 2.6.9 +%ifarch i386 +%define nptl_target_cpu i486 +%else +%define nptl_target_cpu %{_target_cpu} +%endif +# Need AS_NEEDED directive +# Need --hash-style=* support +BuildRequires: binutils >= 2.17.50.0.2-5 +BuildRequires: gcc >= 3.2.1-5 +%ifarch ppc s390 s390x +BuildRequires: gcc >= 4.1.0-0.17 +%endif +%if "%{_enable_debug_packages}" == "1" +BuildPreReq: elfutils >= 0.72 +BuildPreReq: rpm >= 4.2-0.56 +%endif +%define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh +%define _filter_GLIBC_PRIVATE 1 + +%description +The glibc package contains standard libraries which are used by +multiple programs on the system. In order to save disk space and +memory, as well as to make upgrading easier, common system code is +kept in one place and shared between programs. This particular package +contains the most important sets of shared libraries: the standard C +library and the standard math library. Without these two libraries, a +Linux system will not function. + +%if %{xenpackage} +%package xen +Summary: The GNU libc libraries (optimized for running under Xen) +Group: System Environment/Libraries +Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release} + +%description xen +The standard glibc package is optimized for native kernels and does not +perform as well under the Xen hypervisor. This package provides alternative +library binaries that will be selected instead when running under Xen. + +Install glibc-xen if you might run your system under the Xen hypervisor. +%endif + +%package devel +Summary: Object files for development using standard C libraries. +Group: Development/Libraries +Conflicts: texinfo < 3.11 +# Need AS_NEEDED directive +Conflicts: binutils < 2.15.94.0.2-1 +Prereq: /sbin/install-info +Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel +Obsoletes: glibc-debug, nptl-devel +Prereq: %{name}-headers +Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release} +%ifarch %{ix86} +# Earlier gcc's had atexit reference in crtendS.o, which does not +# work with this glibc where atexit is in libc_nonshared.a +Conflicts: gcc < 2.96-79 +%endif +Autoreq: true + +%description devel +The glibc-devel package contains the object files necessary +for developing programs which use the standard C libraries (which are +used by nearly all programs). If you are developing programs which +will use the standard C libraries, your system needs to have these +standard object files available in order to create the +executables. + +Install glibc-devel if you are going to develop programs which will +use the standard C libraries. + +%package headers +Summary: Header files for development using standard C libraries. +Group: Development/Libraries +Provides: %{name}-headers(%{_target_cpu}) +%ifarch x86_64 +# If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers +# have to be installed, not i386 ones. +Obsoletes: %{name}-headers(i386) +%endif +Obsoletes: libc-debug, libc-headers, libc-devel +Prereq: kernel-headers +Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release} +Autoreq: true + +%description headers +The glibc-headers package contains the header files necessary +for developing programs which use the standard C libraries (which are +used by nearly all programs). If you are developing programs which +will use the standard C libraries, your system needs to have these +standard header files available in order to create the +executables. + +Install glibc-headers if you are going to develop programs which will +use the standard C libraries. + +%package common +Summary: Common binaries and locale data for glibc +Conflicts: %{name} < %{version} +Conflicts: %{name} > %{version} +Autoreq: false +Requires: tzdata >= 2003a +Group: System Environment/Base + +%description common +The glibc-common package includes common binaries for the GNU libc +libraries, as well as national language (locale) support. + +%package -n nscd +Summary: A Name Service Caching Daemon (nscd). +Group: System Environment/Daemons +Conflicts: kernel < 2.2.0 +Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3 +Conflicts: selinux-policy-targeted < 1.17.30-2.2 +Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils +Autoreq: true + +%description -n nscd +Nscd caches name service lookups and can dramatically improve +performance with NIS+, and may help with DNS as well. + +%package utils +Summary: Development utilities from GNU C library +Group: Development/Tools +Requires: glibc = %{version}-%{release} + +%description utils +The glibc-utils package contains memusage, a memory usage profiler, +mtrace, a memory leak tracer and xtrace, a function call tracer +which can be helpful during program debugging. + +If unsure if you need this, don't install this package. + +%if "%{_enable_debug_packages}" == "1" +%define debug_package %{nil} + +%package debuginfo +Summary: Debug information for package %{name} +Group: Development/Debug +%ifarch %{debuginfocommonarches} +Requires: glibc-debuginfo-common = %{version}-%{release} +%endif + +%description debuginfo +This package provides debug information for package %{name}. +Debug information is useful when developing applications that use this +package or when debugging this package. + +This package also contains static standard C libraries with +debugging information. You need this only if you want to step into +C library routines during debugging programs statically linked against +one or more of the standard C libraries. +To use this debugging information, you need to link binaries +with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options. + +%ifarch %{debuginfocommonarches} + +%package debuginfo-common +Summary: Debug information for package %{name} +Group: Development/Debug + +%description debuginfo-common +This package provides debug information for package %{name}. +Debug information is useful when developing applications that use this +package or when debugging this package. + +%endif +%endif + +%prep +%setup -q -n %{glibcsrcdir} %{glibc_release_unpack} -a3 +%patch0 -E -p1 +%ifarch ia64 +%if "%{_lib}" == "lib64" +%patch1 -p1 +%endif +%endif +%patch2 -p1 +# Postpone until this is enough tested in F7 +#%patch3 -p1 + +# Hack till glibc-kernheaders get updated, argh +mkdir -p override_headers/linux +cat > override_headers/linux/version.h < override_headers/asm/unistd.h < +%ifarch alpha +#ifndef __NR_stat64 +#define __NR_stat64 425 +#define __NR_lstat64 426 +#define __NR_fstat64 427 +#endif +#ifndef __NR_mq_open +#define __NR_mq_open 432 +#define __NR_mq_unlink 433 +#define __NR_mq_timedsend 434 +#define __NR_mq_timedreceive 435 +#define __NR_mq_notify 436 +#define __NR_mq_getsetattr 437 +#endif +#ifndef __NR_waitid +#define __NR_waitid 438 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 444 +#define __NR_inotify_add_watch 445 +#define __NR_inotify_rm_watch 446 +#endif +%endif +%ifarch %{ix86} +#ifndef __NR_mq_open +#define __NR_mq_open 277 +#define __NR_mq_unlink (__NR_mq_open+1) +#define __NR_mq_timedsend (__NR_mq_open+2) +#define __NR_mq_timedreceive (__NR_mq_open+3) +#define __NR_mq_notify (__NR_mq_open+4) +#define __NR_mq_getsetattr (__NR_mq_open+5) +#endif +#ifndef __NR_waitid +#define __NR_waitid 284 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 291 +#define __NR_inotify_add_watch 292 +#define __NR_inotify_rm_watch 293 +#endif +#ifndef __NR_openat +#define __NR_openat 295 +#define __NR_mkdirat 296 +#define __NR_mknodat 297 +#define __NR_fchownat 298 +#define __NR_futimesat 299 +#define __NR_unlinkat 301 +#define __NR_renameat 302 +#define __NR_linkat 303 +#define __NR_symlinkat 304 +#define __NR_readlinkat 305 +#define __NR_fchmodat 306 +#define __NR_faccessat 307 +#endif +#ifndef __NR_fstatat64 +#define __NR_fstatat64 300 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 308 +#define __NR_ppoll 309 +#endif +#ifndef __NR_unshare +#define __NR_unshare 310 +#endif +#ifndef __NR_set_robust_list +#define __NR_set_robust_list 311 +#define __NR_get_robust_list 312 +#endif +#ifndef __NR_splice +#define __NR_splice 313 +#endif +#ifndef __NR_sync_file_range +#define __NR_sync_file_range 314 +#endif +#ifndef __NR_tee +#define __NR_tee 315 +#endif +#ifndef __NR_vmsplice +#define __NR_vmsplice 316 +#endif +%endif +%ifarch ia64 +#ifndef __NR_timer_create +#define __NR_timer_create 1248 +#define __NR_timer_settime 1249 +#define __NR_timer_gettime 1250 +#define __NR_timer_getoverrun 1251 +#define __NR_timer_delete 1252 +#define __NR_clock_settime 1253 +#define __NR_clock_gettime 1254 +#define __NR_clock_getres 1255 +#define __NR_clock_nanosleep 1256 +#endif +#ifndef __NR_mq_open +#define __NR_mq_open 1262 +#define __NR_mq_unlink 1263 +#define __NR_mq_timedsend 1264 +#define __NR_mq_timedreceive 1265 +#define __NR_mq_notify 1266 +#define __NR_mq_getsetattr 1267 +#endif +#ifndef __NR_waitid +#define __NR_waitid 1270 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 1277 +#define __NR_inotify_add_watch 1278 +#define __NR_inotify_rm_watch 1279 +#endif +#ifndef __NR_openat +#define __NR_openat 1281 +#define __NR_mkdirat 1282 +#define __NR_mknodat 1283 +#define __NR_fchownat 1284 +#define __NR_futimesat 1285 +#define __NR_newfstatat 1286 +#define __NR_unlinkat 1287 +#define __NR_renameat 1288 +#define __NR_linkat 1289 +#define __NR_symlinkat 1290 +#define __NR_readlinkat 1291 +#define __NR_fchmodat 1292 +#define __NR_faccessat 1293 +#endif +#if 0 +#ifndef __NR_pselect6 +#define __NR_pselect6 1294 +#define __NR_ppoll 1295 +#endif +#endif +#ifndef __NR_unshare +#define __NR_unshare 1296 +#endif +#ifndef __NR_splice +#define __NR_splice 1297 +#endif +#ifndef __NR_set_robust_list +#define __NR_set_robust_list 1298 +#define __NR_get_robust_list 1299 +#endif +#ifndef __NR_sync_file_range +#define __NR_sync_file_range 1300 +#endif +#ifndef __NR_tee +#define __NR_tee 1301 +#endif +#ifndef __NR_vmsplice +#define __NR_vmsplice 1302 +#endif +%endif +%ifarch ppc +#ifndef __NR_utimes +#define __NR_utimes 251 +#endif +#ifndef __NR_statfs64 +#define __NR_statfs64 252 +#define __NR_fstatfs64 253 +#endif +#ifndef __NR_fadvise64_64 +#define __NR_fadvise64_64 254 +#endif +#ifndef __NR_mq_open +#define __NR_mq_open 262 +#define __NR_mq_unlink 263 +#define __NR_mq_timedsend 264 +#define __NR_mq_timedreceive 265 +#define __NR_mq_notify 266 +#define __NR_mq_getsetattr 267 +#endif +#ifndef __NR_waitid +#define __NR_waitid 272 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 275 +#define __NR_inotify_add_watch 276 +#define __NR_inotify_rm_watch 277 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 280 +#define __NR_ppoll 281 +#endif +#ifndef __NR_unshare +#define __NR_unshare 282 +#endif +#ifndef __NR_splice +#define __NR_splice 283 +#endif +#ifndef __NR_tee +#define __NR_tee 284 +#endif +#ifndef __NR_vmsplice +#define __NR_vmsplice 285 +#endif +#ifndef __NR_openat +#define __NR_openat 286 +#define __NR_mkdirat 287 +#define __NR_mknodat 288 +#define __NR_fchownat 289 +#define __NR_futimesat 290 +#define __NR_fstatat64 291 +#define __NR_unlinkat 292 +#define __NR_renameat 293 +#define __NR_linkat 294 +#define __NR_symlinkat 295 +#define __NR_readlinkat 296 +#define __NR_fchmodat 297 +#define __NR_faccessat 298 +#endif +%endif +%ifarch ppc64 +#ifndef __NR_utimes +#define __NR_utimes 251 +#endif +#ifndef __NR_mq_open +#define __NR_mq_open 262 +#define __NR_mq_unlink 263 +#define __NR_mq_timedsend 264 +#define __NR_mq_timedreceive 265 +#define __NR_mq_notify 266 +#define __NR_mq_getsetattr 267 +#endif +#ifndef __NR_waitid +#define __NR_waitid 272 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 275 +#define __NR_inotify_add_watch 276 +#define __NR_inotify_rm_watch 277 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 280 +#define __NR_ppoll 281 +#endif +#ifndef __NR_unshare +#define __NR_unshare 282 +#endif +#ifndef __NR_splice +#define __NR_splice 283 +#endif +#ifndef __NR_tee +#define __NR_tee 284 +#endif +#ifndef __NR_vmsplice +#define __NR_vmsplice 285 +#endif +#ifndef __NR_openat +#define __NR_openat 286 +#define __NR_mkdirat 287 +#define __NR_mknodat 288 +#define __NR_fchownat 289 +#define __NR_futimesat 290 +#define __NR_newfstatat 291 +#define __NR_unlinkat 292 +#define __NR_renameat 293 +#define __NR_linkat 294 +#define __NR_symlinkat 295 +#define __NR_readlinkat 296 +#define __NR_fchmodat 297 +#define __NR_faccessat 298 +#endif +%endif +%ifarch s390 +#ifndef __NR_timer_create +#define __NR_timer_create 254 +#define __NR_timer_settime (__NR_timer_create+1) +#define __NR_timer_gettime (__NR_timer_create+2) +#define __NR_timer_getoverrun (__NR_timer_create+3) +#define __NR_timer_delete (__NR_timer_create+4) +#define __NR_clock_settime (__NR_timer_create+5) +#define __NR_clock_gettime (__NR_timer_create+6) +#define __NR_clock_getres (__NR_timer_create+7) +#define __NR_clock_nanosleep (__NR_timer_create+8) +#endif +#ifndef __NR_fadvise64_64 +#define __NR_fadvise64_64 264 +#endif +#ifndef __NR_statfs64 +#define __NR_statfs64 265 +#define __NR_fstatfs64 266 +#endif +#ifndef __NR_mq_open +#define __NR_mq_open 271 +#define __NR_mq_unlink 272 +#define __NR_mq_timedsend 273 +#define __NR_mq_timedreceive 274 +#define __NR_mq_notify 275 +#define __NR_mq_getsetattr 276 +#endif +#ifndef __NR_waitid +#define __NR_waitid 281 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 284 +#define __NR_inotify_add_watch 285 +#define __NR_inotify_rm_watch 286 +#endif +#ifndef __NR_openat +#define __NR_openat 288 +#define __NR_mkdirat 289 +#define __NR_mknodat 290 +#define __NR_fchownat 291 +#define __NR_futimesat 292 +#define __NR_fstatat64 293 +#define __NR_unlinkat 294 +#define __NR_renameat 295 +#define __NR_linkat 296 +#define __NR_symlinkat 297 +#define __NR_readlinkat 298 +#define __NR_fchmodat 299 +#define __NR_faccessat 300 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 301 +#define __NR_ppoll 302 +#endif +#ifndef __NR_unshare +#define __NR_unshare 303 +#endif +%endif +%ifarch s390x +#ifndef __NR_timer_create +#define __NR_timer_create 254 +#define __NR_timer_settime (__NR_timer_create+1) +#define __NR_timer_gettime (__NR_timer_create+2) +#define __NR_timer_getoverrun (__NR_timer_create+3) +#define __NR_timer_delete (__NR_timer_create+4) +#define __NR_clock_settime (__NR_timer_create+5) +#define __NR_clock_gettime (__NR_timer_create+6) +#define __NR_clock_getres (__NR_timer_create+7) +#define __NR_clock_nanosleep (__NR_timer_create+8) +#endif +#ifndef __NR_mq_open +#define __NR_mq_open 271 +#define __NR_mq_unlink 272 +#define __NR_mq_timedsend 273 +#define __NR_mq_timedreceive 274 +#define __NR_mq_notify 275 +#define __NR_mq_getsetattr 276 +#endif +#ifndef __NR_waitid +#define __NR_waitid 281 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 284 +#define __NR_inotify_add_watch 285 +#define __NR_inotify_rm_watch 286 +#endif +#ifndef __NR_openat +#define __NR_openat 288 +#define __NR_mkdirat 289 +#define __NR_mknodat 290 +#define __NR_fchownat 291 +#define __NR_futimesat 292 +#define __NR_newfstatat 293 +#define __NR_unlinkat 294 +#define __NR_renameat 295 +#define __NR_linkat 296 +#define __NR_symlinkat 297 +#define __NR_readlinkat 298 +#define __NR_fchmodat 299 +#define __NR_faccessat 300 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 301 +#define __NR_ppoll 302 +#endif +#ifndef __NR_unshare +#define __NR_unshare 303 +#endif +%endif +%ifarch sparc sparcv9 sparc64 +#ifndef __NR_mq_open +#define __NR_mq_open 273 +#define __NR_mq_unlink 274 +#define __NR_mq_timedsend 275 +#define __NR_mq_timedreceive 276 +#define __NR_mq_notify 277 +#define __NR_mq_getsetattr 278 +#endif +#ifndef __NR_waitid +#define __NR_waitid 279 +#endif +#ifndef __NR_stat64 +#define __NR_fstat64 63 +#define __NR_lstat64 132 +#define __NR_stat64 139 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 151 +#define __NR_inotify_add_watch 152 +#define __NR_inotify_rm_watch 156 +#endif +#ifndef __NR_openat +#define __NR_openat 284 +#define __NR_mkdirat 285 +#define __NR_mknodat 286 +#define __NR_fchownat 287 +#define __NR_futimesat 288 +#define __NR_newfstatat 289 +#define __NR_unlinkat 290 +#define __NR_renameat 291 +#define __NR_linkat 292 +#define __NR_symlinkat 293 +#define __NR_readlinkat 294 +#define __NR_fchmodat 295 +#define __NR_faccessat 296 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 297 +#define __NR_ppoll 298 +#endif +#ifndef __NR_unshare +#define __NR_unshare 299 +#endif +%endif +%ifarch x86_64 +#ifndef __NR_mq_open +#define __NR_mq_open 240 +#define __NR_mq_unlink 241 +#define __NR_mq_timedsend 242 +#define __NR_mq_timedreceive 243 +#define __NR_mq_notify 244 +#define __NR_mq_getsetattr 245 +#endif +#ifndef __NR_waitid +#define __NR_waitid 247 +#endif +#ifndef __NR_inotify_init +#define __NR_inotify_init 253 +#define __NR_inotify_add_watch 254 +#define __NR_inotify_rm_watch 255 +#endif +#ifndef __NR_openat +#define __NR_openat 257 +#define __NR_mkdirat 258 +#define __NR_mknodat 259 +#define __NR_fchownat 260 +#define __NR_futimesat 261 +#define __NR_newfstatat 262 +#define __NR_unlinkat 263 +#define __NR_renameat 264 +#define __NR_linkat 265 +#define __NR_symlinkat 266 +#define __NR_readlinkat 267 +#define __NR_fchmodat 268 +#define __NR_faccessat 269 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 270 +#define __NR_ppoll 271 +#endif +#ifndef __NR_unshare +#define __NR_unshare 272 +#endif +#ifndef __NR_set_robust_list +#define __NR_set_robust_list 273 +#define __NR_get_robust_list 274 +#endif +#ifndef __NR_splice +#define __NR_splice 275 +#endif +#ifndef __NR_tee +#define __NR_tee 276 +#endif +#ifndef __NR_sync_file_range +#define __NR_sync_file_range 277 +#endif +#ifndef __NR_vmsplice +#define __NR_vmsplice 278 +#endif +%endif +#endif +EOF +cat > override_headers/asm/errno.h < +%ifarch alpha +#ifndef ENOKEY +#define ENOKEY 132 +#define EKEYEXPIRED 133 +#define EKEYREVOKED 134 +#define EKEYREJECTED 135 +#endif +#ifndef EOWNERDEAD +#define EOWNERDEAD 136 +#define ENOTRECOVERABLE 137 +#endif +%endif +%ifarch %{ix86} ia64 ppc ppc64 s390 s390x x86_64 +#ifndef ENOKEY +#define ENOKEY 126 +#define EKEYEXPIRED 127 +#define EKEYREVOKED 128 +#define EKEYREJECTED 129 +#endif +#ifndef EOWNERDEAD +#define EOWNERDEAD 130 +#define ENOTRECOVERABLE 131 +#endif +%endif +%ifarch sparc sparcv9 sparc64 +#ifndef ENOKEY +#define ENOKEY 128 +#define EKEYEXPIRED 129 +#define EKEYREVOKED 130 +#define EKEYREJECTED 131 +#endif +#ifndef EOWNERDEAD +#define EOWNERDEAD 132 +#define ENOTRECOVERABLE 133 +#endif +%endif +#endif +EOF + +# A lot of programs still misuse memcpy when they have to use +# memmove. The memcpy implementation below is not tolerant at +# all. +rm -f sysdeps/alpha/alphaev6/memcpy.S + +find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \; +cat > find_provides.sh < Gcc +AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\|powerpc-cpu\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'` +%ifarch %{rtkaioarches} +AddOns=,rtkaio$AddOns +%endif + +build_nptl() +{ +builddir=build-%{nptl_target_cpu}-$1 +shift +rm -rf $builddir +mkdir $builddir ; cd $builddir +build_CFLAGS="$BuildFlags -g -O3 $*" +CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" ../configure --prefix=%{_prefix} \ + --enable-add-ons=nptl$AddOns --without-cvs $EnableKernel \ + --with-headers=`cd ..; pwd`/override_headers:%{_prefix}/include --enable-bind-now \ + --with-tls --with-__thread --build %{nptl_target_cpu}-redhat-linux \ + --host %{nptl_target_cpu}-redhat-linux \ + --disable-profile +make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s + +cd .. +} + +build_nptl linuxnptl + +%if %{buildxen} +build_nptl linuxnptl-nosegneg -mno-tls-direct-seg-refs +%endif + +%if %{buildpower6} +( +platform=`LD_SHOW_AUXV=1 /bin/true | sed -n 's/^AT_PLATFORM:[[:blank:]]*//p'` +if [ "$platform" != power6 ]; then + mkdir -p power6emul/{lib,lib64} + $GCC -shared -O2 -fpic -o power6emul/%{_lib}/power6emul.so fedora/power6emul.c -Wl,-z,initfirst +%ifarch ppc + echo '' | gcc -shared -nostdlib -O2 -fpic -m64 -o power6emul/lib64/power6emul.so -xc - +%endif +%ifarch ppc64 + echo '' | gcc -shared -nostdlib -O2 -fpic -m32 -o power6emul/lib/power6emul.so -xc - +%endif + export LD_PRELOAD=`pwd`/power6emul/\$LIB/power6emul.so +fi +AddOns=",powerpc-cpu$AddOns --with-cpu=power6" +GCC="$GCC -mcpu=power6" +GXX="$GXX -mcpu=power6" +build_nptl linuxnptl-power6 +) +%endif + +cd build-%{nptl_target_cpu}-linuxnptl +$GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \ + -DNO_SIZE_OPTIMIZATION \ +%ifarch i386 + -DARCH_386 \ +%endif + '-DLIBTLS="/%{_lib}/tls/"' \ + '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \ + '-DLD_SO_CONF="/etc/ld.so.conf"' \ + '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"' +cd .. + +%install +GCC=`cat Gcc` + +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT +make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{nptl_target_cpu}-linuxnptl PARALLELMFLAGS=-s +%ifnarch %{auxarches} +cd build-%{nptl_target_cpu}-linuxnptl && \ + make %{?_smp_mflags} install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \ + cd .. +%endif + +librtso=`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*` + +%ifarch %{rtkaioarches} +rm -f $RPM_BUILD_ROOT{,%{_prefix}}/%{_lib}/librtkaio.so* +rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/librt.so.* +mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio +mv $RPM_BUILD_ROOT/%{_lib}/librtkaio-*.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/ +rm -f $RPM_BUILD_ROOT/%{_lib}/$librtso +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$librtso +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/$librtso +%endif + +%if %{buildxen} +%define nosegneg_subdir_base i686 +%define nosegneg_subdir i686/nosegneg +cd build-%{nptl_target_cpu}-linuxnptl-nosegneg +SubDir=%{nosegneg_subdir} +mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/ +cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*` +cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*` +cp -a nptl/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so +pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir +ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*` +popd +cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/$librtso +cp -a nptl_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*` +%ifarch %{rtkaioarches} +mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir +cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir/$librtso +%endif +cd .. +%endif + +%if %{buildpower6} +cd build-%{nptl_target_cpu}-linuxnptl-power6 +mkdir -p $RPM_BUILD_ROOT/%{_lib}/power6{,x} +cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*` +cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*` +cp -a nptl/libpthread.so $RPM_BUILD_ROOT/%{_lib}/power6/libpthread-%{version}.so +pushd $RPM_BUILD_ROOT/%{_lib}/power6 +ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*` +popd +cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/$librtso +cp -a nptl_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*` +pushd $RPM_BUILD_ROOT/%{_lib}/power6x +ln -sf ../power6/*.so . +cp -a ../power6/*.so.* . +popd +%ifarch %{rtkaioarches} +mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6{,x} +cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/` +ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6/$librtso +pushd $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6x +ln -sf ../power6/*.so . +cp -a ../power6/*.so.* . +popd +%endif +cd .. +%endif + +# compatibility hack: this locale has vanished from glibc, but some other +# programs are still using it. Normally we would handle it in the %pre +# section but with glibc that is simply not an option +mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES + +# Remove the files we don't want to distribute +rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion* +rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion* + +# NPTL is not usable outside of glibc, so include +# the generic one (#162634) +cp -a bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h +# And needs sanitizing as well. +cp -a fedora/libc-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/libc-lock.h + +if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then + mkdir -p $RPM_BUILD_ROOT%{_infodir} + mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir} + rm -rf $RPM_BUILD_ROOT%{_prefix}/info +fi + +gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc* + +ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a + +install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf + +mkdir -p $RPM_BUILD_ROOT/etc/default +install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss + +# Take care of setuids +# -- new security review sez that this shouldn't be needed anymore +#chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown + +# This is for ncsd - in glibc 2.2 +install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc +mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d +install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd + +# Don't include ld.so.cache +rm -f $RPM_BUILD_ROOT/etc/ld.so.cache + +# Include ld.so.conf +echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf +touch $RPM_BUILD_ROOT/etc/ld.so.cache +chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf +mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d +mkdir -p $RPM_BUILD_ROOT/etc/sysconfig +touch $RPM_BUILD_ROOT/etc/sysconfig/nscd + +# Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache +> $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache +chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache + +# Install the upgrade program +install -m 700 build-%{nptl_target_cpu}-linuxnptl/glibc_post_upgrade.%{_target_cpu} \ + $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu} + +strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o + +mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib} +cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \ + $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/ +rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a +# Now strip debugging info from static libraries +pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/ +for i in *.a; do + if [ -f $i ]; then + case "$i" in + *_p.a) ;; + *) strip -g -R .comment $i ;; + esac + fi +done +popd + +# rquota.x and rquota.h are now provided by quota +rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx] + +# Hardlink identical locale files together +%ifnarch %{auxarches} +gcc -O2 -o build-%{nptl_target_cpu}-linuxnptl/hardlink fedora/hardlink.c +build-%{nptl_target_cpu}-linuxnptl/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale +%endif + +rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-* +rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1 + +# Ugly hack for buggy rpm +ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}} + +rm -f $RPM_BUILD_ROOT/etc/gai.conf + +# BUILD THE FILE LIST +find $RPM_BUILD_ROOT -type f -or -type l | + sed -e 's|.*/etc|%config &|' \ + -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \ + -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \ + -e '/lib\/debug/d' > rpm.filelist.in +for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do + find ${RPM_BUILD_ROOT}${n} -type d | \ + grep -v '%{_prefix}/share$' | \ + grep -v '%{_infodir}' | \ + sed "s/^/%dir /" >> rpm.filelist.in +done + +# primary filelist +SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|' +LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|' +# rpm does not handle %lang() tagged files hardlinked together accross +# languages very well, temporarily disable +# LIB_LANG='' +sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in | + grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \ + grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \ + grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \ + sort > rpm.filelist + +mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib} +mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib} +for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do + cp -a $i $i.tmp + sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \ + -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \ + -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \ + -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \ + $i.tmp > $i + chmod 755 $i; rm -f $i.tmp +done + +grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist +grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || : + +grep '%{_prefix}/include' < rpm.filelist | + egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \ + > headers.filelist + +mv rpm.filelist rpm.filelist.full +grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full | + egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist + +grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist +grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist +grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist + +mv rpm.filelist rpm.filelist.full +grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full | + grep -v '%{_prefix}/%{_lib}/.*\.o' | + grep -v '%{_prefix}/%{_lib}/lib.*\.so'| + grep -v '%{_prefix}/%{_lib}/linuxthreads' | + grep -v 'nscd' > rpm.filelist + +grep '%{_prefix}/bin' < rpm.filelist >> common.filelist +grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist +grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist +grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist +grep '%{_prefix}/share' < rpm.filelist \ + | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist + +mv rpm.filelist rpm.filelist.full +grep -v '%{_prefix}/bin' < rpm.filelist.full | + grep -v '%{_prefix}/lib/locale' | + grep -v '%{_prefix}/libexec/pt_chown' | + grep -v '%{_prefix}/sbin/[^gi]' | + grep -v '%{_prefix}/share' > rpm.filelist + +> nosegneg.filelist +%if %{xenpackage} +grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist +mv rpm.filelist rpm.filelist.full +grep -v '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist.full > rpm.filelist +%endif + +echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist +echo '%{_prefix}/sbin/tzdata-update' >> common.filelist +echo '%{_prefix}/sbin/nscd' > nscd.filelist + +cat > utils.filelist <&1 + sleep 10s + teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`" + [ -n "$teepid" ] && kill $teepid +) | tee check.log || : +cd .. +%if %{buildxen} +echo ====================TESTING -mno-tls-direct-seg-refs============= +cd build-%{nptl_target_cpu}-linuxnptl-nosegneg +( make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 + sleep 10s + teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`" + [ -n "$teepid" ] && kill $teepid +) | tee check.log || : +cd .. +%endif +%if %{buildpower6} +echo ====================TESTING -mcpu=power6============= +cd build-%{nptl_target_cpu}-linuxnptl-power6 +( if [ -d ../power6emul ]; then + export LD_PRELOAD=`cd ../power6emul; pwd`/\$LIB/power6emul.so + fi + make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 + sleep 10s + teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`" + [ -n "$teepid" ] && kill $teepid +) | tee check.log || : +cd .. +%endif +echo ====================TESTING DETAILS================= +for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do + echo =====$i===== + cat $i || : + echo ============ +done +echo ====================TESTING END===================== +PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p' +echo ====================PLT RELOCS LD.SO================ +readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD" +echo ====================PLT RELOCS LIBC.SO============== +readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD" +echo ====================PLT RELOCS END================== + +%if "%{_enable_debug_packages}" == "1" + +case "$-" in *x*) save_trace=yes;; esac +set +x +echo Building debuginfo subpackage... + +blf=debugfiles.list +sf=debugsources.list +cblf=debugcommonfiles.list +csf=debugcommonsources.list + +echo -n > $sf +echo -n > $csf + +strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive} + +# Strip ELF binaries +for f in `cat rpm.filelist nosegneg.filelist \ + | grep -v '%%\(dir\|lang\|config\|verify\)'`; do + bf=$RPM_BUILD_ROOT$f + if [ -f $bf -a -x $bf -a ! -h $bf ]; then + if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then + bd=`dirname $f` + outd=$RPM_BUILD_ROOT/usr/lib/debug$bd + mkdir -p $outd + echo extracting debug info from $f + /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf + bn=`basename $f` + case $f in + /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;; + *) eu-strip -f $outd/$bn.debug $bf || :;; + esac + if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi + fi + fi +done + +for f in `cat common.filelist utils.filelist nscd.filelist \ + | grep -v '%%\(dir\|lang\|config\|verify\)'`; do + bf=$RPM_BUILD_ROOT$f + if [ -f $bf -a -x $bf -a ! -h $bf ]; then + if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then + bd=`dirname $f` + outd=$RPM_BUILD_ROOT/usr/lib/debug$bd + mkdir -p $outd + echo extracting debug info from $f + /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf + bn=`basename $f` + eu-strip -f $outd/$bn.debug $bf || : + if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi + fi + fi +done + +for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do + l=`ls -l $f` + l=${l#* -> } + t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}` + if grep -q "^$t/$l.debug\$" $blf; then + ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug + echo $t/`basename $f`.debug >> $blf + elif grep -q "^$t.debug/$l\$" $cblf; then + ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug + echo $t/`basename $f`.debug >> $cblf + fi +done + +echo Sorting source file lists. Might take a while... +xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/$\|\.gperf$' | LC_ALL=C sort -u > $sf.sorted +xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/$\|\.gperf$' | LC_ALL=C sort -u > $csf.sorted +mkdir -p $RPM_BUILD_ROOT/usr/src/debug +cat $sf.sorted $csf.sorted \ + | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug) +# stupid cpio creates new directories in mode 0700, fixup +find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx + +%ifarch %{debuginfocommonarches} +%ifarch %{auxarches} +%ifarch %{ix86} +%define basearch i386 +%endif +%ifarch alpha alphaev6 +%define basearch alpha +%endif +%ifarch sparc sparcv9 +%define basearch sparc +%endif +cat $blf > debuginfo.filelist +find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \ + | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist +grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \ + $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist +touch debuginfocommon.filelist +%else +( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build +cat $blf > debuginfo.filelist +cat $cblf > debuginfocommon.filelist +grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \ + | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist +find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \ + | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist +( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \ + | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \ + | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist +%endif +%else +cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist +echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist +%endif + +[ "x$save_trace" = xyes ] && set -x + +%endif + +%ifarch %{auxarches} +case "$-" in *x*) save_trace=yes;; esac +set +x +echo Cutting down the list of unpackaged files +for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \ + common.filelist devel.filelist headers.filelist \ + utils.filelist nscd.filelist`; do + [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || : +done +[ "x$save_trace" = xyes ] && set -x + +%else + +mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd +touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts} +touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid} +%endif + +touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive + +%post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu} + +%postun -p /sbin/ldconfig + +%post common -p /usr/sbin/build-locale-archive + +%triggerin common -p /usr/sbin/tzdata-update -- tzdata + +%post devel +/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir + +%pre headers +# this used to be a link and it is causing nightmares now +if [ -L %{_prefix}/include/scsi ] ; then + rm -f %{_prefix}/include/scsi +fi + +%preun devel +if [ "$1" = 0 ]; then + /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir +fi + +%post utils -p /sbin/ldconfig + +%postun utils -p /sbin/ldconfig + +%pre -n nscd +/usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \ + -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || : + +%post -n nscd +/sbin/chkconfig --add nscd + +%preun -n nscd +if [ $1 = 0 ] ; then + service nscd stop > /dev/null 2>&1 + /sbin/chkconfig --del nscd +fi + +%postun -n nscd +if [ $1 = 0 ] ; then + /usr/sbin/userdel nscd > /dev/null 2>&1 || : +fi +if [ "$1" -ge "1" ]; then + service nscd condrestart > /dev/null 2>&1 || : +fi + +%if %{xenpackage} +%post xen -p /sbin/ldconfig +%postun xen -p /sbin/ldconfig +%endif + +%clean +rm -rf "$RPM_BUILD_ROOT" +rm -f *.filelist* + +%files -f rpm.filelist +%defattr(-,root,root) +%ifarch %{rtkaioarches} +%dir /%{_lib}/rtkaio +%endif +%if %{buildxen} && !%{xenpackage} +%dir /%{_lib}/%{nosegneg_subdir_base} +%dir /%{_lib}/%{nosegneg_subdir} +%ifarch %{rtkaioarches} +%dir /%{_lib}/rtkaio/%{nosegneg_subdir_base} +%dir /%{_lib}/rtkaio/%{nosegneg_subdir} +%endif +%endif +%if %{buildpower6} +%dir /%{_lib}/power6 +%dir /%{_lib}/power6x +%ifarch %{rtkaioarches} +%dir /%{_lib}/rtkaio/power6 +%dir /%{_lib}/rtkaio/power6x +%endif +%endif +%ifarch s390x +%dir /lib +/lib/ld64.so.1 +%endif +%ifarch ia64 +%if "%{_lib}" == "lib64" +%dir /lib +/lib/ld-linux-ia64.so.2 +%endif +%endif +%verify(not md5 size mtime) %config(noreplace) /etc/localtime +%verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf +%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf +%dir /etc/ld.so.conf.d +%dir %{_prefix}/libexec/getconf +%dir %{_prefix}/%{_lib}/gconv +%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache +%doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE +%doc COPYING COPYING.LIB README.libm LICENSES +%doc hesiod/README.hesiod + +%if %{xenpackage} +%files -f nosegneg.filelist xen +%defattr(-,root,root) +%dir /%{_lib}/%{nosegneg_subdir_base} +%dir /%{_lib}/%{nosegneg_subdir} +%endif + +%ifnarch %{auxarches} +%files -f common.filelist common +%defattr(-,root,root) +%attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive +%dir %attr(755,root,root) /etc/default +%verify(not md5 size mtime) %config(noreplace) /etc/default/nss +%doc documentation/* + +%files -f devel.filelist devel +%defattr(-,root,root) + +%files -f headers.filelist headers +%defattr(-,root,root) + +%files -f utils.filelist utils +%defattr(-,root,root) + +%files -f nscd.filelist -n nscd +%defattr(-,root,root) +%config(noreplace) /etc/nscd.conf +%config /etc/rc.d/init.d/nscd +%dir %attr(0755,root,root) /var/run/nscd +%dir %attr(0755,root,root) /var/db/nscd +%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid +%attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket +%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd +%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group +%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts +%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd +%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group +%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts +%ghost %config(missingok,noreplace) /etc/sysconfig/nscd +%endif + +%if "%{_enable_debug_packages}" == "1" +%files debuginfo -f debuginfo.filelist +%defattr(-,root,root) +%ifarch %{debuginfocommonarches} +%ifnarch %{auxarches} +%files debuginfo-common -f debuginfocommon.filelist +%defattr(-,root,root) +%dir %{_prefix}/lib/debug +%dir %{_prefix}/lib/debug/%{_prefix} +%dir %{_prefix}/lib/debug/%{_prefix}/%{_lib} +%{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a +%endif +%else +%dir %{_prefix}/lib/debug +%dir %{_prefix}/lib/debug/%{_prefix} +%dir %{_prefix}/lib/debug/%{_prefix}/%{_lib} +%{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a +%endif +%endif + +%changelog +* Wed Jul 4 2007 Jakub Jelinek 2.5-18 +- save/restore errno around reading /etc/default/nss (BZ#4702) +- fix LD_HWCAP_MASK handling + +* Fri Jun 22 2007 Jakub Jelinek 2.5-17 +- disable workaround for #210748 and #211133, instead backport + ld.so locking fixes from the trunk (#235026) +- Korean charsets additions (BZ#3954, BZ#3955) +- fix handling of 2001::/32 IPv6 addresses in getaddrinfo (BZ#4102) +- add inline optimization for fgetc_unlocked +- fix handling of 172.{1[7-9],2[0-9],3[01]}/16 IPv4 addresses in + getaddrinfo +- make sure NULL checks in routines with nonnull attribute aren't + optimized away +- don't write uninitialized padding bytes to nscd socket +- avoid misaligned reads/writes in gethostbyname_r (#243967, BZ#4381) +- fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is + mapped into ld.so's inter-segment hole on x86_64 (#244545) +- fix LD_AUDIT=a:b program (#180432) + +* Fri Jun 8 2007 Jakub Jelinek 2.5-16 +- don't crash on pseudo-zero long double values passed to + *printf on i?86/x86_64/ia64 (BZ#4586) +- fix *printf %La and strtold with some hexadecimal floating point + constants on ppc/ppc64 +- fix nextafterl on ppc/ppc64 + +* Wed May 30 2007 Jakub Jelinek 2.5-15 +- robust mutex fixes (BZ#4512) +- *printf fixes (BZ#4514) +- as_IN updates (#218035) +- use MADV_DONTNEED in malloc (#237711) +- fix sem_timedwait on i?86 and x86_64 +- fix dladdr if some shared library is mapped into ld.so intersegment + VM hole (#232224, BZ#4131) +- fdatasync is a cancellation point (BZ#4465) +- add a temporary hack to avoid reruning DSO initializers if dlopen + is called from _dl_fini destructors (#234946) + +* Wed May 2 2007 Jakub Jelinek 2.5-14 +- add transliteration for (BZ#3213) +- fix *scanf with %f on hexadecimal floats without exponent (BZ#4342) +- fix *printf with very large precisions for %s (#238406, BZ#4438) +- fix inet_ntop size checking for AF_INET (BZ#4439) +- for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431) +- fix application crashes when doing NSS lookups through nscd + mmapped databases and nscd decides to start garbage collection + during the lookups (#219145, #225315) +- fix NIS+ __nisfind_server (#235229) +- assorted NIS+ speedups (#233460) +- fix power6 libm compat symbols on ppc32 (#232633) +- fix child refcntr in NPTL fork (#230198) +- fix ifaddrs with many net devices on > 4KB page size arches (#230151) +- fix pthread_mutex_timedlock on x86_64 (#228103) +- fix HAVE_LIBCAP configure detection (#178934) +- fix double free in fts_close (#222089) +- fix vfork+execvp memory leak (#221187) +- further localedef robustification (#203728) +- fix printf with %g and values tiny bit smaller than 1.e-4 (#235864, + BZ#4362, BZ#4070) +- fix _XOPEN_VERSION (BZ#4364) +- nexttoward*/nextafter* fixes (BZ#3306) +- various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458, + BZ#3348, BZ#4344, BZ#4368, BZ#4305, BZ#4306) +- fix nftw with FTW_CHDIR on / (BZ#4076) +- nscd fixes (BZ#4074) +- fix euidaccess (BZ#3842) +- assorted locale data fixes (BZ#3322, BZ#3995, BZ#3884, BZ#3851, BZ#4411) +- fix strptime (BZ#3944) +- fix regcomp with REG_NEWLINE (BZ#3957) +- fix %0lld printing of 0LL on 32-bit architectures (BZ#3902) +- soft-fp fixes (BZ#2749) +- further strtod fixes (BZ#3855) +- update ru and sv translations +- fix fesetround return value on ia64 +- fix nscd SIGHUP database invalidation + +* Mon Jan 15 2007 Jakub Jelinek 2.5-12 +- add a workaround for #210748 and #211133 +- fix NIS getservbyname when proto is NULL + +* Fri Jan 5 2007 Jakub Jelinek 2.5-10 +- fix nss_compat +group handling (#220658) + +* Fri Dec 22 2006 Jakub Jelinek 2.5-9 +- make sure pthread_kill doesn't return EINVAL even if + the target thread exits in between pthread_kill ESRCH check + and the actual tgkill syscall (#220420) + +* Tue Dec 19 2006 Jakub Jelinek 2.5-8 +- fix setcontext on ppc32 (#219107) +- fix wide stdio after setvbuf (#217064, BZ#2337) +- fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747) +- handle power6x AT_PLATFORM (#216970) +- fix a race condition in getXXbyYY_r (#219145) +- fix tst-pselect testcase + +* Tue Dec 12 2006 Jakub Jelinek 2.5-7 +- fix hasmntopt (#218802) +- fix setusershell and getusershell (#218782) +- strtod fixes (BZ#3664, BZ#3673, BZ#3674) +- fix ttyname and ttyname_r with invalid file descriptor (#218276) +- fix nis_getnames if the default domain doesn't contain at least + two dots (#206483) +- fix memusage with realloc (x, 0) + +* Wed Nov 29 2006 Jakub Jelinek 2.5-6 +- fix svc_run (#216834, BZ#3559) +- make sure there is consistent timestamp for /etc/ld.so.conf, + /etc/localtime and /etc/rpc between multilib glibc rpms +- fix :include: /etc/alias handling (#215572) +- update powerpc-cpu add-on to version 0.4 (#196319) +- add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/, + link all libs from ../power6/* into them +- update nl, sv, pl and tr translations +- add mai_IN locale (#213415) +- fix es_ES LC_TIME (BZ#3320) + +* Tue Nov 14 2006 Jakub Jelinek 2.5-5 +- remove bogus %{_libdir}/librt.so.1 symlink (#213555) +- fix memusage (#213656) +- fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo + CPUs +- fix ld.so locking on dlopen failures (#213037, BZ#3429) +- fix libthread_db.so on TLS_DTV_AT_TP architectures (#215513) +- fix --inhibit-rpath (#214569) +- fix _r_debug content when prelinked ld.so executes + a program as its argument +- handle new tzdata format to cope with year > 2037 transitions + on 64-bit architectures +- fix strxfrm +- fix i?86 floor and ceil inlines (BZ#3451) + +* Thu Oct 19 2006 Jakub Jelinek 2.5-4 +- fix i?86 6 argument syscalls (e.g. splice) +- fix rtld minimal realloc (BZ#3352) +- fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369) +- fix xdrmem_setpos (#211452) + +* Sun Oct 8 2006 Jakub Jelinek 2.5-3 +- bump __GLIBC_MINOR__ +- increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow + 64K pagesize kernels (#209877) +- speed up initgroups on NIS+ (#208203) + +* Mon Oct 2 2006 Jakub Jelinek 2.5-2 +- fix nscd database growing (#207928) +- bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment + +* Fri Sep 29 2006 Jakub Jelinek 2.5-1 +- glibc 2.5 release + +* Wed Sep 27 2006 Jakub Jelinek 2.4.90-36 +- rebuilt with gcc-4.1.1-26 to fix unwind info + +* Mon Sep 25 2006 Jakub Jelinek 2.4.90-35 +- fix glob with large number of matches (BZ#3253) +- fix fchownat on kernels that don't support that syscall (BZ#3252) +- fix lrintl on s390{,64} + +* Sat Sep 23 2006 Jakub Jelinek 2.4.90-34 +- fix ppc{32,64} longjmp (BZ#3225) +- fix user visible spelling errors (BZ#3137) +- fix l{,l}rint{,f,l} around zero (BZ#2592) +- avoid stack trampoline in s390{,x} makecontext + +* Tue Sep 15 2006 Jakub Jelinek 2.4.90-33 +- fix dlclose (#206639) +- don't load platform optimized libraries if kernel doesn't set + AT_PLATFORM +- fix ppc{32,64} libSegFault.so +- use -mtune=generic even for glibc-devel.i386 (#206437) +- fix /%{_lib}/librt.so.1 symlink + +* Fri Sep 15 2006 Jakub Jelinek 2.4.90-32 +- on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection +- fix lrintl and lroundl on ppc{,64} +- use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a + +* Sun Sep 10 2006 Jakub Jelinek 2.4.90-31 +- fix pthread_cond_{,timed}wait cancellation (BZ#3123) +- fix lrint on ppc32 (BZ#3155) +- fix malloc allocating more than half of address space (BZ#2775) +- fix mktime on 32-bit arches a few years after 2038 (BZ#2821) + +* Thu Sep 7 2006 Jakub Jelinek 2.4.90-30 +- add librtkaio, to use it add /%{lib}/rtkaio to your + LD_LIBRARY_PATH or /etc/ld.so.conf +- fix or_IN February name (#204730) +- fix pthread_create called from cancellation handlers (BZ#3124) +- fix regex case insensitive searches with characters where upper + and lower case multibyte representations have different length + (e.g. I and dotless i, #202991) + +* Tue Sep 5 2006 Jakub Jelinek 2.4.90-29 +- randomize resolver query ids before use instead after use (#205113) +- fix resolver symver checking with DT_GNU_HASH (#204909) +- put .hash section in glibc libraries at the end of RO segment + when .gnu.hash is present + +* Thu Aug 31 2006 Jakub Jelinek 2.4.90-28 +- another malloc doubly linked list corruption problem fix (#204653) + +* Thu Aug 31 2006 Jakub Jelinek 2.4.90-27 +- allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399) +- handle $LIB/$PLATFORM in LD_LIBRARY_PATH +- fix splice prototype (#204530) + +* Mon Aug 28 2006 Jakub Jelinek 2.4.90-26 +- real fix for the doubly linked list corruption problem +- try harder in realloc to allocate memory (BZ#2684) +- fix getnameinfo error reporting (#204122) +- make localedef more robust on invalid input (#203728) + +* Fri Aug 25 2006 Jakub Jelinek 2.4.90-25 +- temporarily back out code to limit number of unsorted block + sort iterations (#203735, #204027) +- handle PLT symbols in dladdr properly (BZ#2683) +- avoid malloc infinite looping for allocations larger than + the system can allocate (#203915) + +* Tue Aug 22 2006 Jakub Jelinek 2.4.90-23 +- malloc fixes, especially for 32-bit arches (#202309) +- further *_IN locale fixes (#200230) +- fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237) +- fix /usr/bin/iconv (#203400) + +* Fri Aug 18 2006 Jakub Jelinek 2.4.90-22 +- rebuilt with latest binutils to pick up 64K -z commonpagesize + on ppc/ppc64 (#203001) + +* Tue Aug 15 2006 Jakub Jelinek 2.4.90-21 +- if some test gets stuck, kill the tee process after make check + finishes +- build with -mtune=generic on i686 and x86_64 + +* Tue Aug 15 2006 Jakub Jelinek 2.4.90-20 +- PTHREAD_PRIO_PROTECT support +- fix errno if nice() fails (#201826) + +* Thu Aug 10 2006 Jakub Jelinek 2.4.90-19 +- adaptive malloc brk/mmap threshold +- fix fchownat to use kernel syscall (if available) on many arches (#201870) +- only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all + other arches (#201748) + +* Mon Aug 7 2006 Jakub Jelinek 2.4.90-18 +- NIS+ fixes +- fix memusage and xtrace scripts (#200736) +- redirect /sbin/service sshd condrestart std{out,err} to /dev/null + when executed from glibc_post_upgrade + +* Wed Aug 2 2006 Jakub Jelinek 2.4.90-17 +- typo fix for the dladdr patch +- build i?86 glibc with -mno-tls-direct-seg-refs (#200469) + +* Wed Aug 2 2006 Jakub Jelinek 2.4.90-16 +- fix dladdr on binaries/libraries with only DT_GNU_HASH and no + DT_HASH (#200635) +- fix early timeout of initgroups data in nscd (#173019) +- add am/pm display to es_PE and es_NI locales (#167101) +- fix nss_compat failures when nis/nis+ unavailable (#192072) + +* Mon Jul 31 2006 Roland McGrath 2.4.90-15 +- fix missing destructor calls in dlclose (#197932) +- enable transliteration support in all locales (#196713) +- disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462) +- PI mutex support + +* Tue Jul 10 2006 Jakub Jelinek 2.4.90-13 +- DT_GNU_HASH support + +* Fri Jun 30 2006 Jakub Jelinek 2.4.90-12 +- buildrequire gettext +- enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494) +- fix out of memory behavior in gettext (#194321) +- fix regex on multi-byte non-UTF-8 charsets (#193873) +- minor NIS+ fixes (#190803) +- don't use cancellable calls in posix_spawn* and only set{u,g}id + current thread if requested (#193631) + +* Wed May 31 2006 Jakub Jelinek 2.4.90-11 +- don't exit from nscd -i before the database is + actually invalidated, add locking to prune_cache (#191464) +- build glibc-devel.i386 static libraries with + -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS +- RFC3542 support (advanced API for IPv6; #191001, BZ##2693) + +* Wed May 24 2006 Jakub Jelinek 2.4.90-10 +- on i686 make glibc owner of /lib/i686 directory (#192597) +- search parent NIS+ domains (#190803) + +* Sun May 21 2006 Jakub Jelinek 2.4.90-9 +- update from CVS + - big NIS+ changes + +* Fri May 19 2006 Jakub Jelinek 2.4.90-8 +- update from CVS + - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss + - fix RFC3484 precedence table for site-local and ULA addresses (#188364) + - fix a sunrpc memory leak + +* Thu May 11 2006 Jakub Jelinek 2.4.90-7 +- update from CVS + - fix tcgetattr (#177965) + - fix (#191264) + +* Fri May 5 2006 Jakub Jelinek 2.4.90-6 +- update from CVS +- rebuilt using fixed rpm + +* Fri May 5 2006 Jakub Jelinek 2.4.90-5 +- update from CVS + - some NIS+ fixes + - allow overriding rfc3484 address sorting tables for getaddrinfo + through /etc/gai.conf (sample config file included in %%doc directory) + +* Mon May 1 2006 Jakub Jelinek 2.4.90-4 +- update from CVS + - SETENT_BATCH_READ /etc/default/nss option for speeding up + some usages of NIS+ (#188246) + - move debug state change notification (#179208) + - fix ldd script if one of the dynamic linkers is not installed (#190259) + +* Thu Apr 27 2006 Jakub Jelinek 2.4.90-3 +- update from CVS + - fix a typo in nscd.conf (#190085) + - fix handling of SIGHUP in nscd when some caches are disabled (#189978) + - make nscd paranoia mode working with non-root server-user (#189779) + +* Wed Apr 26 2006 Jakub Jelinek 2.4.90-2 +- update from CVS + - fix getaddrinfo (#190002) + - add auto-propagate nscd.conf options (#177154) + - fix nscd auditing (#169148) + +* Tue Apr 25 2006 Jakub Jelinek 2.4.90-1 +- update from CVS + +* Mon Apr 24 2006 Jakub Jelinek 2.4-6 +- update from CVS + - NIS+ fixes + - don't segfault on too large argp key values (#189545) + - getaddrinfo fixes for RFC3484 (#188364) + +* Tue Mar 28 2006 Jakub Jelinek 2.4-5 +- update from CVS + - pshared robust mutex support + - fix btowc and bwtoc in C++ (#186410) + - fix NIS+ (#186592) + - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667) +- don't mention nscd failures on 2.0 kernels (#185335) + +* Tue Mar 7 2006 Roland McGrath 2.4-4 +- back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111 + +* Tue Mar 7 2006 Jakub Jelinek 2.4-3 +- really fix rintl on ppc64 + +* Tue Mar 7 2006 Jakub Jelinek 2.4-2 +- accurate unwind info for lowlevellock.h stubs on %%{ix86} +- fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423) + +* Mon Mar 6 2006 Jakub Jelinek 2.4-1 +- update from CVS + - glibc 2.4 release + +* Mon Mar 6 2006 Jakub Jelinek 2.3.91-2 +- update from CVS + - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895) + - revert ppc32 malloc alignment patch, it breaks malloc_set_state + and needs some further thoughts and time (#183894) +- provide accurate unwind info for lowlevellock.h stubs on x86_64 + +* Thu Mar 2 2006 Jakub Jelinek 2.3.91-1 +- update from CVS + - fixes for various arches +- ensure malloc returns pointers aligned to at least + MIN (2 * sizeof (size_t), __alignof__ (long double)) + (only on ppc32 this has not been the case lately with addition + of 128-bit long double, #182742) + +* Wed Mar 1 2006 Jakub Jelinek 2.3.90-39 +- update from CVS + +* Fri Feb 17 2006 Jakub Jelinek 2.3.90-38 +- update from CVS + - robust mutexes rewrite + +* Mon Feb 13 2006 Jakub Jelinek 2.3.90-37 +- update from CVS + - *at fixes + - unshare syscall wrapper + +* Sat Feb 4 2006 Jakub Jelinek 2.3.90-36 +- update from CVS + - fix frequency setting for ITIMER_PROF (#179938, BZ#2268) + - fix powerpc inline fegetround () + - fix nptl_db (#179946) + +* Fri Feb 3 2006 Jakub Jelinek 2.3.90-35 +- update from CVS + - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp) +- fix q{e,f,g}cvt{,_r} for -mlong-double-64 + +* Thu Feb 2 2006 Jakub Jelinek 2.3.90-34 +- fix with C++ and -mlong-double-64 (#179742) +- add nexttowardl redirect for -mlong-double-64 + +* Thu Feb 2 2006 Jakub Jelinek 2.3.90-33 +- update from CVS + - long double support fixes + +* Wed Feb 1 2006 Jakub Jelinek 2.3.90-32 +- update from CVS + - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9}, + alpha 128-bit long double support +- add inotify syscall numbers to the override headers + (#179366) + +* Mon Jan 30 2006 Jakub Jelinek 2.3.90-31 +- update from CVS + - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9} +- add some new syscall numbers to the override + headers + +* Mon Jan 9 2006 Jakub Jelinek 2.3.90-30 +- update from CVS + - initializer fixes for -std=c{8,9}9 on 32-bit + arches +- avoid writable .rodata (#177121) + +* Fri Jan 6 2006 Jakub Jelinek 2.3.90-29 +- update from CVS + - make pthread_mutex_t an unnamed union again, as it affects + libstdc++ ABI mangling + +* Fri Jan 6 2006 Jakub Jelinek 2.3.90-28 +- update from CVS + - make aio_suspend interruptible by signals (#171968) + +* Fri Jan 6 2006 Jakub Jelinek 2.3.90-27 +- only rely on d_type in 32-bit getdents on s390 for 2.6.11+ + +* Wed Jan 4 2006 Jakub Jelinek 2.3.90-26 +- update from CVS + - for newly linked lio_listio* callers, send per request + notifications (#170116) + - fixup nscd -S option removal changes (#176860) + - remove nonnull attribute from ctermid (#176753) + - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches + - SPARC NPTL support for pre-v9 CPUs +- drop support for 2.4.xx and < 2.6.9 kernels + +* Mon Jan 2 2006 Jakub Jelinek 2.3.90-25 +- update from CVS + - s390{,x} and sparc{,64} pointer mangling fixes +- install a sanitized LinuxThreads + +* Mon Jan 2 2006 Jakub Jelinek 2.3.90-24 +- update from CVS + - nscd audit changes (#174422) + - ppc{32,64} vDSO support and ppc32 hp-timing + +* Tue Dec 27 2005 Jakub Jelinek 2.3.90-23 +- update from CVS + - robust mutexes +- fix transliteration segfaults (#176573, #176583) +- ignore prelink temporaries in ldconfig (#176570) + +* Wed Dec 21 2005 Jakub Jelinek 2.3.90-22 +- update from CVS + - minor fts fixes +- revert broken _Pragma () workaround +- fix ldconfig on bi-arch architectures (#176316) + +* Tue Dec 20 2005 Jakub Jelinek 2.3.90-21 +- update from CVS + - fix pointer (de)mangling in gconv_cache.c + +* Tue Dec 20 2005 Jakub Jelinek 2.3.90-20 +- update from CVS + - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952) + - fix errlist generation +- update ulps for GCC 4.1 on IA-64 + +* Mon Dec 19 2005 Jakub Jelinek 2.3.90-19 +- update from CVS + - sysdeps/generic reorg + - setjmp/longjmp jump pointer mangling +- rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma () + handling in it +- remove glibc-profile subpackage +- use non-PLT calls for malloc/free/realloc/memalign invocations in + mtrace and mcheck hooks (#175261) +- setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x} + +* Sat Nov 19 2005 Jakub Jelinek 2.3.90-18 +- update from CVS + - change for broken apps that #define const /**/, + handle non-GCC compilers + - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510) + - provide shmatt_t typedef in ia64 2.3.90-17 +- update from CVS + - fix in C++ + - {fstat,fchown,rename,unlink}at fixes + - epoll_wait is now a cancellation point + +* Tue Nov 15 2005 Jakub Jelinek 2.3.90-16 +- update from CVS +- make sure waitid syscall is used on ppc*/s390* + +* Thu Oct 20 2005 Jakub Jelinek 2.3.90-15 +- update from CVS + - be permissive in %n check because of kernel bug #165351 (#171240) + - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521) + - many locale fixes + +* Mon Oct 10 2005 Jakub Jelinek 2.3.90-14 +- update from CVS + - fix malloc bug after fork introduced in the last update + - fix getent hosts IP for IPv4 IPs (#169831) + +* Mon Oct 3 2005 Jakub Jelinek 2.3.90-13 +- update from CVS + - fix setuid etc. hangs if some thread exits during the call (#167766) + - fix innetgr memory leak (#169051) + - support > 2GB nscd log files (#168851) + - too many other changes to list here +- include errno in nscd message if audit_open failed (#169148) + +* Mon Sep 12 2005 Jakub Jelinek 2.3.90-12 +- update from CVS + - netgrp handling fixes (#167728) + - fix memory leak in setlocale (BZ#1318) + - fix hwcaps computation + - several regex portability improvements (#167019) + - hypotf fix + - fix *printf return code if underlying write fails (BZ#1146) + - PPC64 dl{,v}sym fixes for new ABI .opd symbols +- fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures + (#166719) +- source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd + (#167083) +- add %%triggerin for tzdata to glibc-common, so that tzdata updates + update /etc/localtime and /var/spool/postfix/etc/localtime if they + exist (#167787) + +* Mon Aug 29 2005 Jakub Jelinek 2.3.90-11 +- FUTEX_WAKE_OP support to speed up pthread_cond_signal + +* Wed Aug 24 2005 Jakub Jelinek 2.3.90-10 +- update from CVS + - fix growing of nscd persistent database (BZ#1204) + - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size + is known at compile time, but length argument is not + +* Mon Aug 22 2005 Jakub Jelinek 2.3.90-9 +- update from CVS + - fix resolving over TCP (#161181, #165802) + - on ia64 don't abort on unhandled math function exception codes + (#165693) + +* Mon Aug 8 2005 Jakub Jelinek 2.3.90-8 +- update from CVS + - nscd persistent database verifier (#164001) + - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000) + - handle EINTR in sigwait properly +- make sure poor man's stack guard randomization keeps first + byte 0 even on big-endian 32-bit arches +- fix {elf,nptl}/tst-stackguard1 +- obsolete linuxthreads-devel in glibc-devel + +* Fri Jul 29 2005 Jakub Jelinek 2.3.90-7 +- update from CVS +- do some poor man's stack guard randomization even without + the costly --enable-stackguard-randomization +- rebuilt with new GCC to make it use -msecure-plt on PPC32 + +* Mon Jul 25 2005 Jakub Jelinek 2.3.90-6 +- update from CVS + - fix execvp if PATH is not in environment and the call is going + to fail (BZ#1125) + - another bits/wchar2.h fix (#163990) + +* Fri Jul 22 2005 Jakub Jelinek 2.3.90-5 +- update from CVS + - fix stubs.h generation +- don't use _G_va_list in bits/wchar2.h + +* Fri Jul 22 2005 Jakub Jelinek 2.3.90-4 +- update from CVS + - make sure bits/wchar2.h header is installed + - fix __getgroups_chk return type + +* Thu Jul 21 2005 Jakub Jelinek 2.3.90-3 +- update from CVS + - make sure nscd cmsg buffers aren't misaligned, handle EINTR from + poll when contacting nscd more gracefully + - remove malloc attribute from posix_memalign + - correctly size nscd buffer for grpcache key (#163538) + - fix atan2f + - fix error memory leaks + - some more _FORTIFY_SOURCE protection + +* Fri Jul 8 2005 Jakub Jelinek 2.3.90-2 +- update from CVS + - ia64 stack protector support + - handle DNS referral results as server errors (#162625) + - ctan{,h}{,f,l} fixes (#160759) + - pass argc, argv and envp also to executable's *ni_array + functions (BZ#974) + - add ellipsis to clone prototype (#161593) + - fix glibc-profile (#162601) + - nss_compat fixes +- use sysdeps/generic version of in installed + headers instead of NPTL version (#162634) + +* Mon Jun 27 2005 Jakub Jelinek 2.3.90-1 +- update from CVS + - stack protector support + - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583) +- enable @GLIBC_2.4 symbols +- remove linuxthreads + +* Mon Jun 20 2005 Jakub Jelinek 2.3.5-11 +- update from CVS + - PPC32 -msecure-plt support + - support classes keyword in /etc/hesiod.conf (#150350) + - add RLIMIT_NICE and RLIMIT_RTPRIO to (#157049) + - decrease number of .plt relocations in libc.so + - use -laudit in nscd (#159217) + - handle big amounts of networking interfaces in getifaddrs/if_nameindex + (#159399) + - fix pa_IN locale's am_pm (#158715, BZ#622) + - fix debugging of PIEs + +* Mon May 30 2005 Jakub Jelinek 2.3.5-10 +- fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion) + has been always overwritten with the version of currently + running kernel) +- remove linuxthreads man pages other than those covered in + 3p section, as 3p man pages are far better quality and describe + POSIX behaviour that NPTL implements (#159084) + +* Tue May 24 2005 Jakub Jelinek 2.3.5-9 +- update from CVS + - increase bindresvport's LOWPORT to 512, apparently some + broken daemons don't think 0 .. 511 ports are reserved + +* Mon May 23 2005 Jakub Jelinek 2.3.5-8 +- update from CVS + - fix kernel version check in ld.so +- fix sendfile{,64} prototypes (BZ#961) +- try more ports in bindresvport if all 600..1023 are + used, don't use priviledged ports when talking to portmap + (#141773) + +* Fri May 20 2005 Jakub Jelinek 2.3.5-7 +- update from CVS + - make regexec thread safe (BZ#934) +- fix statically linked programs on i?86, x86_64, s390* and + sparc* (#158027) +- fix IBM939 iconv module (BZ#955) + +* Wed May 4 2005 Jakub Jelinek 2.3.5-6 +- update from CVS + - fix cancellation on i?86 + - add call frame information to i?86 assembly + +* Tue May 3 2005 Jakub Jelinek 2.3.5-5 +- update from CVS + - add some more UTF-8 locales (#156115) +- clean up /lib64/tls instead of /lib/tls on x86-64, s390x and + ppc64 in glibc_post_upgrade (#156656) +- fix posix_fallocate{,64} (#156289) + +* Thu Apr 28 2005 Jakub Jelinek 2.3.5-4 +- update from CVS + - fix nscd cache pruning (#150748) + +* Wed Apr 27 2005 Jakub Jelinek 2.3.5-3 +- update from CVS + - fix linuxthreads clocks +- put xen libs into the glibc-2*.i686 package instead of a separate one +- fix librt.so symlink in linuxthreads-devel +- do not include linuxthreads-devel on %{auxarches}, + just on the base architectures + +* Wed Apr 27 2005 Jakub Jelinek 2.3.5-2 +- update from CVS + - with MALLOC_CHECK_=N N>0 (#153003) + - fix recursive dlclose (#154641) + - handle %z in strptime (#154804) + - automatically append /%{_lib}/obsolete/linuxthreads/ + to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19 + or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno + properly). Warning: all those will stop working when LinuxThreads + is finally nuked, which is not very far away + - remove nonnull attribute from acct prototype (BZ#877) + - kernel CPU clocks support + - fix *scanf in locales with multi-byte decimal point + +* Wed Apr 27 2005 Roland McGrath +- glibc-xen subpackage for i686 + +* Fri Apr 15 2005 Roland McGrath 2.3.5-1 +- update from CVS + - fix execvp regression (BZ#851) + - ia64 libm updates + - sparc updates + - fix initstate{,_r}/strfry (#154504) + - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs, + support "hwcap" keyword in ld.so.conf files + +* Tue Apr 4 2005 Jakub Jelinek 2.3.4-21 +- update from CVS + - fix xdr_rmtcall_args on 64-bit arches (#151686) +- fix and with -std=c89 -fexceptions (#153774) + +* Mon Apr 4 2005 Jakub Jelinek 2.3.4-20 +- move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/ + and NPTL libraries to /%{_lib}. To run a program against LinuxThreads, + LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/ + is now needed +- bzip2 ChangeLog* files instead of gzipping them + +* Sat Apr 2 2005 Jakub Jelinek 2.3.4-19 +- update from CVS + - fix nextafterl and several other libm routines on ia64 + - fix initgroups (BZ#661) +- kill nptl-devel subpackage, add linuxthreads-devel, + compile and link by default against NPTL and only with + -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads + against LinuxThreads +- package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in + i386 glibc-debuginfo +- limit number of ChangeLog* files in glibc-common %%doc + to last 2.5 years of changes only to save space + +* Fri Mar 25 2005 Jakub Jelinek 2.3.4-18 +- fix build on 64-bit arches with new GCC + +* Thu Mar 24 2005 Jakub Jelinek 2.3.4-17 +- update from CVS + - fix LD_AUDIT in LinuxThreads ld.so + - fix calloc with M_PERTURB + - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED + on ppc*/ia64/alpha/mips (BZ#801) + - fix a typo in WINDOWS-31J charmap (#151739) + - fix NIS ypprot_err (#151469) + +* Sun Mar 20 2005 Jakub Jelinek 2.3.4-16 +- fix pread with -D_FILE_OFFSET_BITS=64 (#151573) + +* Sat Mar 19 2005 Jakub Jelinek 2.3.4-15 +- update from CVS + - better fix for the dlclose bug (#145810, #150414) + - fix regex crash on case insensitive search in zh_CN locale + (#151215) + - fix malloc_trim (BZ#779) + - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others + as function-like macros, there are too many broken programs + out there +- add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372) + +* Sun Mar 6 2005 Roland McGrath 2.3.4-14 +- fix bits/socket2.h macro typos + +* Sat Mar 5 2005 Jakub Jelinek 2.3.4-12 +- fix tst-chk{2,3} +- fix up AS_NEEDED directive in /usr/%{_lib}/libc.so +- BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in + glibc-devel Conflict with binutils < 2.15.94.0.2-1 + +* Thu Mar 3 2005 Jakub Jelinek 2.3.4-11 +- update from CVS + - fix execvp (#149290) + - fix dlclose (#145810) + - clear padding in gconv-modules.cache (#146614, BZ#776) +- rebuilt with GCC4 +- changed __GLIBC_MINOR__ for now back to 3 +- back out the newly added GLIBC_2.4 *_chk routines, instead + do the checking in macros + +* Sat Feb 12 2005 Jakub Jelinek 2.3.4-10 +- hopefully fix interaction with prelink (#147655) + +* Fri Feb 11 2005 Jakub Jelinek 2.3.4-9 +- update from CVS + - bi-arch (BZ#715) + +* Fri Feb 11 2005 Jakub Jelinek 2.3.4-8 +- update from CVS + - bi-arch (BZ#632) + - fix libdl on s390 and maybe other platforms + - fix initstate{,_r} (BZ#710) + - fix generation (BZ#157) +- define CMSPAR in bits/termios.h (#147533) + +* Tue Feb 8 2005 Jakub Jelinek 2.3.4-7 +- update from CVS + - fix TLS handling in linuxthreads + +* Tue Feb 8 2005 Jakub Jelinek 2.3.4-6 +- update from CVS + - ld.so auditing + - fix segfault if chrooted app attempts to dlopen a library + and no standard library directory exists at all (#147067, #144303) + - fix initgroups when nscd is running, but has group caching disabled + (#146588) + - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create + has not been called yet (#146710) + - fix ppc64 swapcontext and setcontext (#146736, BZ#700) + - service nscd cosmetic fixes (#146776) + - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689) + - fix zdump -v segfaults on x86-64 (#146210) + - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686) + - fix errno values for futimes (BZ#633) + - unconditionally include in malloc.h (BZ#650) + - change regex \B handling to match old GNU regex as well as perl/grep's dfa + (from empty string inside of word to empty string not at a word boundary, + BZ#693) + - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_* + and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS + %gs access with negative offsets + - fix addseverity + - fix fmemopen + - fix rewinddir + - increase svc{tcp,unix}_create listen backlog + +* Thu Jan 6 2005 Jakub Jelinek 2.3.4-5 +- update from CVS + - add some warn_unused_result marking + - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L + (BZ#640) + +* Thu Jan 6 2005 Jakub Jelinek 2.3.4-4 +- update from CVS + - fix IA-32 stack alignment for LinuxThreads thread functions + and functions passed to clone(2) directly + - fix ecvt{,_r} on denormals (#143279) + - fix __tls_get_addr typo + - fix rounding in IA-64 alarm (#143710) + - don't reinitialize __environ in __libc_start_main, so that + effects of setenv/putenv done in DSO initializers are preserved + (#144037, IT#57403) + - fix fmemopen + - fix vDSO l_map_end and l_text_end values + - IA64 libm update (#142494) +- fix ppc rint/ceil etc. (BZ#602) + +* Tue Dec 21 2004 Jakub Jelinek 2.3.4-3 +- rebuilt + +* Mon Dec 20 2004 Jakub Jelinek 2.3.4-2 +- work around rpm bug some more, this time by copying + iconvconfig to iconvconfig.%%{_target_cpu}. + +* Mon Dec 20 2004 Jakub Jelinek 2.3.4-1 +- update from CVS + - glibc 2.3.4 release + - add -o and --nostdlib options to iconvconfig +- if /sbin/ldconfig doesn't exist when running + glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it. + This can happen during first install of bi-arch glibc and the + other arch glibc's %post wil run /sbin/ldconfig (#143326) +- use -o and --nostdlib options to create all needed + gconv-modules.cache files on bi-arch setups + +* Sun Dec 19 2004 Jakub Jelinek 2.3.3-99 +- rebuilt + +* Sat Dec 18 2004 Jakub Jelinek 2.3.3-98 +- add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u + if /sbin/init is the same ELF class and machine as + glibc_post_upgrade.%%{_target_cpu} and similarly with + condrestarting sshd (#143046) + +* Fri Dec 17 2004 Jakub Jelinek 2.3.3-97 +- update from CVS + - fix ppc64 getcontext and swapcontext (BZ#610) + - sparc/sparc64 fixes + +* Wed Dec 15 2004 Jakub Jelinek 2.3.3-96 +- update from CVS + - fix i686 __USE_STRING_INLINES strncat + - make sure ppc/ppc64 maintain correct stack alignment + across clone + +* Wed Dec 15 2004 Jakub Jelinek 2.3.3-95 +- export nis_domain_of_r from libnsl.so again which was + unintentionally lost + +* Wed Dec 15 2004 Jakub Jelinek 2.3.3-93 +- update from CVS + - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement + - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena + (BZ#457) + - fix sysconf (_POSIX_V6_*) for other ABI environments in + bi-arch setups +- s390/s390x clone without CLONE_THREAD getpid () adjustement + +* Tue Dec 14 2004 Jakub Jelinek 2.3.3-92 +- update from CVS +- fix %{_prefix}/libexec/getconf filenames generation + +* Tue Dec 14 2004 Jakub Jelinek 2.3.3-91 +- update from CVS + - double buffer size in getXXbyYY or getXXent on ERANGE + instead of adding BUFLEN (#142617) + - avoid busy loop in malloc if another thread is doing fork + (#142214) + - some more realloc corruption checks + - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output, + tweak %{_prefix}/libexec/getconf/ filenames + +* Fri Dec 10 2004 Jakub Jelinek 2.3.3-90 +- update from CVS + - regex speedups + - use | cat in ldd if running under bash3+ to allow running + it on binaries that are not through SELinux allowed to access + console or tty +- add __NR_waitid defines for alpha and ia64 + +* Wed Dec 8 2004 Jakub Jelinek 2.3.3-89 +- update from CVS + - fix clone2 on ia64 + - avoid tst-timer5 failing with linuxthreads implementation +- if __libc_enable_secure, disallow mode != normal +- change ldd script to imply -r when -u is used, properly + propagate return value and handle suid binaries + +* Tue Dec 7 2004 Jakub Jelinek 2.3.3-88 +- update from CVS + - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure + - disregard LD_DEBUG if __libc_enable_secure in normal mode + if /suid-debug doesn't exist + - fix fseekpos after ungetc + - avoid reading bytes before start of buffers in regex's + check_dst_limits_calc_pos_1 (#142060) + - make getpid () working with clone/clone2 without CLONE_THREAD + (so far on i386/x86_64/ia64 only) +- move %{_prefix}/libexec/getconf/* to glibc from glibc-common +- make %{_prefix}/libexec/getconf directory owned by glibc package + +* Fri Dec 3 2004 Jakub Jelinek 2.3.3-87 +- update from CVS + - build libpthread_nonshared.a objects with -fPIC on s390/s390x + - fix mktime with < 0 or > 59 tm_sec on entry + - remove nonnull attribute for realpath + - add $(make-target-directory) for errlist-compat.c rule + (hopefully fix #141404) +- add testcase for ungetc bug +- define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches + +* Tue Nov 30 2004 Jakub Jelinek 2.3.3-86 +- update from CVS + - some posix_opt.h fixes +- fix strtold use of unitialized memory (#141000) +- some more bugfixes for bugs detected by valgrind +- rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout + on s390{,x} (#139678) + +* Fri Nov 26 2004 Jakub Jelinek 2.3.3-85 +- update from CVS + - support -v specification in getconf + - fix sysconf (_SC_LFS64_CFLAGS) etc. + - avoid thread stack aliasing issues on EM64T (#140803) +- move %{_prefix}/include/nptl headers from nptl-devel + to glibc-headers, so that even NPTL specific programs + can be built bi-arch without problems + +* Wed Nov 24 2004 Jakub Jelinek 2.3.3-84 +- update from CVS + - fix memory leak in getaddrinfo if using nscd (#139559) + - handle large lines in /etc/hosts and /etc/networks + (#140378) + - add nonnull attributes to selected dirent.h and dlfcn.h + functions + +* Sun Nov 21 2004 Jakub Jelinek 2.3.3-83 +- update from CVS + - add deprecated and/or nonnull attribute to some signal.h + functions + - speed up tzset () by only using stat instead of open/fstat + when calling tzset for the second and following time if + /etc/localtime has not changed +- fix tgamma (BZ #552) + +* Sat Nov 20 2004 Jakub Jelinek 2.3.3-82 +- update from CVS + - some malloc () checking + - libpthread.a object dependency cleanups (#115157) + - fix for -std=c89 -pedantic-errors (#140132) + +* Fri Nov 19 2004 Jakub Jelinek 2.3.3-81 +- don't use chunksize in <= 2 * SIZE_SZ free () checks + +* Fri Nov 19 2004 Jakub Jelinek 2.3.3-80 +- update from CVS + - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats + - for -D_FORTIFY_SOURCE=2 and %n in writable format string, + issue special error message instead of using the buffer overflow + detected one + - speedup regex searching with REG_NOSUB, add RE_NO_SUB, + speedup searching with nested subexps (BZ #544) + - block SIGCANCEL in NPTL timer_* helper thread +- further free () checking + +* Tue Nov 16 2004 Jakub Jelinek 2.3.3-79 +- update from CVS +- fix free () checking +- move /etc/default/nss into glibc-common (hopefully fix #132392) + +* Mon Nov 15 2004 Jakub Jelinek 2.3.3-78 +- update from CVS + - fix LD_DEBUG=statistics + - issue error message before aborting in __chk_fail () +- some more free () checking + +* Fri Nov 12 2004 Jakub Jelinek 2.3.3-77 +- update from CVS + - speedup regex on palindromes (BZ #429) + - fix NPTL set{,e,re,res}[ug]id, so that even if making process + less priviledged all threads change their credentials successfully + +* Wed Nov 10 2004 Jakub Jelinek 2.3.3-76 +- update from CVS + - fix regcomp crash (#138439) + - fix ftell{,o,o64} (#137885) + - robustification of nscd to cope with corrupt databases (#137140) + - fix NPTL with pthread_exit immediately after pthread_create (BZ #530) + - some regex optimizations + +* Tue Nov 2 2004 Jakub Jelinek 2.3.3-75 +- update from CVS + - mktime cleanups (BZ #487, #473) + - unique comments in free(3) check error messages +- adjust some x86_64 headers for -m32 (#129712) +- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8 + +* Wed Oct 27 2004 Jakub Jelinek 2.3.3-74 +- fix header +- fix globfree (#137176) +- fix exiting if there are dlmopened libraries in namespaces + other than main one not closed yet +- export again _res_opcodes and __p_{class,type}_syms from + libresolv.so that were lost in -69 + +* Thu Oct 21 2004 Jakub Jelinek 2.3.3-73 +- remove setaltroot and key{_add,_request,ctl} also from Versions +- back out _sys_errlist changes + +* Thu Oct 21 2004 Jakub Jelinek 2.3.3-72 +- back out setaltroot and key{_add,_request,ctl} addition +- fix severe x86-64 symbol versioning regressions that breaks + e.g. java binaries + +* Wed Oct 20 2004 Jakub Jelinek 2.3.3-71 +- update from CVS + - fix minor catchsegv temp file handling vulnerability + (CAN-2004-0968, #136319) + - add 4 new errno codes + - setaltroot, key{_add,_request,ctl} syscalls on some arches + - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for + gdb purpose + - use inet_pton to decide what is address and what is hostname + in getent (#135422) + - change dladdr/dladdr1, so that dli_saddr is the same kind + of value as dlsym/dlvsym return (makes difference on ia64/hppa only) + - fix catchsegv script so that it works with both 32-bit and 64-bit + programs on multi-arch platforms + +* Tue Oct 19 2004 Jakub Jelinek 2.3.3-70 +- update from CVS +- require newer selinux-policy (#135978) +- add %%dir for /var/run/nscd and /var/db/nscd and %%ghost + files in it +- conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size) + +* Mon Oct 18 2004 Jakub Jelinek 2.3.3-69 +- update from CVS + - object size checking support (-D_FORTIFY_SOURCE={1,2}) + +* Thu Oct 14 2004 Jakub Jelinek 2.3.3-68 +- update from CVS + - support for namespaces in the dynamic linker + - fix dlclose (BZ #77) + - libSegFault.so uses now backtrace() to work on IA-64, x86-64 + and s390 (#130254) + +* Tue Oct 12 2004 Jakub Jelinek 2.3.3-67 +- update from CVS + - use non-blocking sockets in resolver (#135234) + - reset pd->res options on thread exit, so that threads + reusing cached stacks get resolver state properly initialized + (BZ #434) + +* Wed Oct 6 2004 Jakub Jelinek 2.3.3-66 +- update from CVS +- avoid using perl in the spec file, buildrequire sed >= 3.95 + (#127671) +- export TIMEOUTFACTOR=16 +- fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x} + +* Tue Oct 5 2004 Jakub Jelinek 2.3.3-65 +- update from CVS + - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION + to -1 in LinuxThreads + - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0 + on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME) + returns correct value +- if _POSIX_CLOCK_SELECTION == -1 in nscd, still try + sysconf (_SC_CLOCK_SELECTION) and if it returns true, + dlopen libpthread.so and dlsym pthread_condattr_setclock +- build nscd with -z relro and -z now + +* Mon Oct 4 2004 Jakub Jelinek 2.3.3-64 +- update from CVS + - stop using __builtin_expect in assert and assert_perror + (#127606) + - try to avoid too much VA fragmentation with malloc + on flexmap layout (#118574) + - nscd robustification + - change valloc to use debugging hooks (#134385) +- make glibc_post_upgrade more verbose on errors (Fergal Daly, + #125700) + +* Fri Oct 1 2004 Jakub Jelinek 2.3.3-63 +- update from CVS + - fix __nscd_getgrouplist + - fix a typo in x86_64 pthread_mutex_timedwait fix + +* Fri Oct 1 2004 Jakub Jelinek 2.3.3-62 +- update from CVS + - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417) + +* Thu Sep 30 2004 Jakub Jelinek 2.3.3-61 +- update from CVS + - some nscd fixes (#134193) + - cache initgroups in nscd (#132850) + - reread /etc/localtime in tzset () even if just mtime changed + (#133481) + - fix glob (#126460) + - another get_myaddress fix + +* Wed Sep 29 2004 Jakub Jelinek 2.3.3-60 +- update from CVS + - fix get_myaddress (#133982) + - remove nonnull attribute from second utime argument (#133866) + - handle SIGSETXID the same way as SIGCANCEL in + sigaction/pthread_kill/sigwait/sigwaitinfo etc. + - add __extension__ to long long types in NPTL + +* Mon Sep 27 2004 Jakub Jelinek 2.3.3-59 +- update from CVS + - fix BZ #151, #362, #381, #407 + - fdim fix for +inf/+inf (BZ #376) + +* Sun Sep 26 2004 Jakub Jelinek 2.3.3-58 +- update from CVS + - vasprintf fix (BZ #346) + - gettext locking (BZ #322) +- change linuxthreads useldt.h inclusion login again, the last + one failed all linuxthreads FLOATING_STACKS tests + +* Sat Sep 25 2004 Jakub Jelinek 2.3.3-57 +- update from CVS + - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558) + - fix nis locking (#132204) + - RTLD_DEEPBIND support + - fix pthread_create bugs (BZ #401, #405) + +* Wed Sep 22 2004 Roland McGrath 2.3.3-56 +- migrated CVS to fedora-branch in sources.redhat.com glibc repository + - source tarballs renamed + - redhat/ moved to fedora/, some old cruft removed +- update from trunk + - some __nonnull annotations + +* Wed Sep 22 2004 Jakub Jelinek 2.3.3-55 +- update from CVS + - set{re,e,res}[ug]id now affect the whole process in NPTL + - return EAGAIN instead of ENOMEM when not enough memory + in pthread_create + +* Fri Sep 17 2004 Jakub Jelinek 2.3.3-54 +- update from CVS + - nscd getaddrinfo caching + +* Tue Sep 14 2004 Jakub Jelinek 2.3.3-53 +- restore temporarily old definition of __P()/__PMT() + for third party apps + +* Tue Sep 14 2004 Jakub Jelinek 2.3.3-52 +- update from CVS + - nscd bi-arch fix + - remove all uses of __P()/__PMT() from glibc headers +- update and reenable nscd SELinux patch +- remove libnss1* and libnss*.so.1 compatibility NSS modules + on IA-32, SPARC and Alpha + +* Fri Sep 10 2004 Jakub Jelinek 2.3.3-51 +- update from CVS + - disable one of the malloc double free checks for non-contiguous + arenas where it doesn't have to be true even for non-broken + apps + +* Thu Sep 9 2004 Jakub Jelinek 2.3.3-50 +- update from CVS + - pwd/grp/host loops with nscd speed up by sharing the + nscd cache r/o with applications + - inexpensive double free check in free(3) + - make NPTL pthread.h initializers usable even from C++ + (BZ #375) +- use atomic instructions even in i386 nscd on i486+ CPUs + (conditionally) + +* Sat Sep 3 2004 Jakub Jelinek 2.3.3-49 +- update from CVS +- fix linuxthreads tst-cancel{[45],-static} + +* Fri Sep 3 2004 Jakub Jelinek 2.3.3-48 +- update from CVS + - fix pthread_cond_destroy (BZ #342) + - fix fnmatch without FNM_NOESCAPE (BZ #361) + - fix ppc32 setcontext (BZ #357) +- add NPTL support for i386 glibc (only if run on i486 or higher CPU) +- add __NR_waitid defines for i386, x86_64 and sparc* + +* Tue Aug 31 2004 Jakub Jelinek 2.3.3-47 +- update from CVS + - persistent nscd caching + - ppc64 32-bit atomicity fix + - fix x86-64 nptl-devel headers for -m32 compilation +- %%ghost /etc/ld.so.cache (#130597) +- edit /etc/ld.so.conf in glibc_post_upgrade if + include ld.so.conf.d/*.conf line is missing (#120588) +- ugly hacks for the IA-64 /emul braindamage (#124996, #128267) + +* Sat Aug 21 2004 Jakub Jelinek 2.3.3-46 +- update from CVS + +* Thu Aug 19 2004 Jakub Jelinek 2.3.3-45 +- update from CVS + - fix nss_compat's initgroups handling (#130363) + - fix getaddrinfo ai_canonname setting + +* Thu Aug 19 2004 Jakub Jelinek 2.3.3-44 +- update from CVS + - add ip6-dotint resolv.conf option, make + no-ip6-dotint the default +- BuildPrereq libselinux-devel (#129946) +- on ppc64, build without dot symbols + +* Thu Aug 12 2004 Jakub Jelinek 2.3.3-43 +- update from CVS + - remove debugging printout (#129747) + - make usable in C++ (IT#45148) +- update RLIMIT_* constants in , make + POSIX compliant (#129740) + +* Wed Aug 11 2004 Jakub Jelinek 2.3.3-42 +- fix last tzset () fixes, disable rereading of /etc/localtime + every time for now +- really enable SELinux support for NSCD + +* Wed Aug 11 2004 Jakub Jelinek 2.3.3-41 +- update from CVS + - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316) + - tzset () fixes (BZ #154) +- speed up pthread_rwlock_unlock on arches other than i386 and + x86_64 (#129455) +- fix compilation with -ansi (resp. -std=c89 or -std=c99) and + -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE* + (BZ #284) +- add SELinux support for NSCD + +* Fri Aug 6 2004 Jakub Jelinek 2.3.3-40 +- update from CVS + - change res_init to force all threads to re-initialize + resolver before they use it next time (#125712) + - various getaddrinfo and related fixes (BZ #295, #296) + - fix IBM{932,943} iconv modules (#128674) + - some nscd fixes (e.g. BZ #292) + - RFC 3678 support (Multicast Source Filters) +- handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade + the same as /lib/i686/librt-* + +* Fri Jul 23 2004 Jakub Jelinek 2.3.3-39 +- update from CVS + - conformance related changes in headers +- remove -finline-limit=2000 for GCC 3.4.x+ + +* Thu Jul 22 2004 Jakub Jelinek 2.3.3-38 +- update from CVS + - fix res_init leaks + - fix newlocale races + - fix ppc64 setjmp +- fix strtold (BZ #274) + +* Fri Jul 16 2004 Jakub Jelinek 2.3.3-37 +- update from CVS + - allow pthread_cancel in DSO destructors run at exit time +- fix pow{f,,l} on IA-32 and powl on x86-64 +- allow PIEs on IA-32 to have main in a shared library they depend on + +* Mon Jul 5 2004 Jakub Jelinek 2.3.3-36 +- s390* .plt slot reduction +- fix pthread_rwlock_timedrdlock on x86_64 + +* Wed Jun 30 2004 Jakub Jelinek 2.3.3-35 +- tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so + NPTL changes + +* Wed Jun 30 2004 Jakub Jelinek 2.3.3-34 +- update from CVS + - if_nameindex using preferably netlink + - printf_parsemb initialization fix + - NPTL version is now the same as glibc version + +* Mon Jun 28 2004 Jakub Jelinek 2.3.3-33 +- update from CVS + - reread resolv.conf for nscd --invalidate=hosts + - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for + -m32 -D_FILE_OFFSET_BITS=64 compilations + - avoid calling non-existing fcntl64 syscall on ppc64 + +* Mon Jun 14 2004 Jakub Jelinek 2.3.3-32 +- update from CVS + - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks) + - fix backtrace in statically linked programs +- rebuilt with GCC 3.4, adjusted ulps and i386 + +* Fri May 28 2004 Jakub Jelinek 2.3.3-31 +- update from CVS +- and changes for GCC 3.{2,4,5}+ +- make c_stubs buildable even with GCC 3.2.x (#123042) + +* Fri May 21 2004 Jakub Jelinek 2.3.3-30 +- fix pthread_cond_wait on architectures other than IA-32 and + x86_64 + +* Thu May 20 2004 Jakub Jelinek 2.3.3-29 +- use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64 + +* Wed May 19 2004 Jakub Jelinek 2.3.3-28 +- update from CVS + - FUTEX_REQUEUE fixes (#115349) + - SPARC GCC 3.4 build fix + - fix handling of undefined TLS symbols on IA32 (RELA only), + SPARC and SH + - regex translate fix + - speed up sprintf + - x86_64 makecontext alignment fix + - make POSIX sigpause the default sigpause, unless BSD sigpause + requested + +* Tue May 11 2004 Jakub Jelinek 2.3.3-27 +- remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade + on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so +- build mq_{send,receive} with -fexceptions + +* Fri May 7 2004 Jakub Jelinek 2.3.3-26 +- update from CVS + - fix + - fix memory leaks in nis, getifaddrs, etc. caused by incorrect + use of realloc +- remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade + and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1 + might be a stale symlink + +* Wed May 5 2004 Jakub Jelinek 2.3.3-25 +- update from CVS +- disable FUTEX_REQUEUE (work around #115349) +- mq for sparc/sparc64/ia64 + +* Tue May 4 2004 Jakub Jelinek 2.3.3-24 +- update from CVS + - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK + plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both + included already in XNS5) + - reorder dlopen checks, so that dlopening ET_REL objects + complains about != ET_DYN != ET_EXEC, not about phentsize + (#121606) + - fix strpbrk macro for GCC 3.4+ (BZ #130) + - fix (BZ #140) + - sched_[gs]etaffinity documentation fix (BZ #131) + - fix sparc64 build (BZ #139) + - change linuxthreads back to use non-cancellable writes + to manager pipes etc. + - fix sem_timedwait return value in linuxthreads (BZ #133) + - ia64 unnecessary PLT relocs removal + +* Thu Apr 22 2004 Jakub Jelinek 2.3.3-23 +- update from CVS + - fix *scanf + - fix shm_unlink, sem_unlink and mq_unlink errno values + - avoid memory leaks in error + - execstack fixes on s390 + +* Mon Apr 19 2004 Jakub Jelinek 2.3.3-22 +- update from CVS + - mq and timer fixes +- rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically + linked binaries +- fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL + +* Sat Apr 17 2004 Jakub Jelinek 2.3.3-21 +- disable rtkaio +- update from CVS + - POSIX message passing support + - fixed SIGEV_THREAD support for POSIX timers + - fix free on non-malloced memory in syslog + - fix ffsl on some 64-bit arches + - fix sched_setaffinity on x86-64, ia64 + - fix ppc64 umount + - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support + - various NIS speedups + - fix fwrite with > 2GB sizes on 64-bit arches + - fix pthread_getattr_np guardsize reporting in NPTL +- report PLT relocations in ld.so and libc.so during the build + +* Fri Mar 25 2004 Jakub Jelinek 2.3.3-20 +- update from CVS + - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP + - strtol speed optimization + - don't try to use certainly unimplemented syscalls on ppc64 +- kill -debug subpackage, move the libs to glibc-debuginfo{,-common} + into /usr/lib/debug/usr/%{_lib}/ directory +- fix c_stubs with gcc 3.4 +- move all the up to 3 builds into %%build scriptlet and + leave only installation in the %%install scriptlet + +* Mon Mar 22 2004 Jakub Jelinek 2.3.3-19 +- update from CVS + - affinity API changes + +* Thu Mar 18 2004 Jakub Jelinek 2.3.3-18 +- update from CVS + - fix ia64 iopl (#118591) + - add support for /etc/ld.so.conf.d/*.conf + - fix x86-64 LD_DEBUG=statistics +- fix hwcap handling when using ld.so.cache (#118518) + +* Mon Mar 15 2004 Jakub Jelinek 2.3.3-17 +- update from CVS + - implement non-_l function on top of _l functions + +* Thu Mar 11 2004 Jakub Jelinek 2.3.3-16 +- update from CVS +- fix s390{,x} TLS handling + +* Wed Mar 10 2004 Jakub Jelinek 2.3.3-15 +- update from CVS + - special section for compatibility code + - make getpid () work even in vfork () child +- configure with --enable-bind-now to avoid lazy binding in ld.so + and libc.so + +* Fri Mar 5 2004 Jakub Jelinek 2.3.3-14 +- update from CVS + - fix iconv -c (#117021) + - fix PIEs on sparc/sparc64 + - fix posix_fadvise on 64-bit architectures +- add locale-archive as %%ghost file (#117014) + +* Mon Mar 1 2004 Jakub Jelinek 2.3.3-13 +- update from CVS + +* Fri Feb 27 2004 Jakub Jelinek 2.3.3-12 +- update from CVS + +* Fri Feb 27 2004 Jakub Jelinek 2.3.3-11 +- update from CVS + - fix ld.so when vDSO is randomized + +* Fri Feb 20 2004 Jakub Jelinek 2.3.3-10 +- update from CVS + +* Fri Feb 20 2004 Jakub Jelinek 2.3.3-9 +- update from CVS + +* Tue Feb 10 2004 Jakub Jelinek 2.3.3-8 +- update from CVS + +* Tue Jan 27 2004 Jakub Jelinek 2.3.3-7 +- update from CVS + - dl_iterate_phdr extension to signal number of added/removed + libraries +- fix PT_GNU_RELRO support on ppc* with prelinking + +* Fri Jan 23 2004 Jakub Jelinek 2.3.3-6 +- rebuilt with fixed GCC on IA-64 + +* Thu Jan 22 2004 Jakub Jelinek 2.3.3-5 +- fix PT_GNU_RELRO support + +* Wed Jan 21 2004 Jakub Jelinek 2.3.3-4 +- update from CVS + - some further regex speedups + - fix re.translate handling in regex (#112869) + - change regfree to match old regex behaviour (what is freed + and clearing of freed pointers) + - fix accesses to unitialized memory in regex (#113507, #113425, + #113421) + - PT_GNU_RELRO support + +* Tue Dec 30 2003 Jakub Jelinek 2.3.3-3 +- update from CVS + - fix pmap_set fd and memory leak (#112726) +- fix backreference handling in regex +- rebuilt under glibc without the above bug to fix + libc.so linker script (#112738) + +* Mon Dec 29 2003 Jakub Jelinek 2.3.3-2 +- update from CVS + - faster getpid () in NPTL builds + - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, ) + really disable cancellation (#112512) + - more regex fixes and speedups + - fix nextafter*/nexttoward* + - handle 6th syscall(3) argument on AMD64 + - handle memalign/posix_memalign in mtrace + - fix linuxthreads memory leak (#112208) + - remove throw () from cancellation points in linuxthreads (#112602) + - fix NPTL unregister_atfork + - fix unwinding through alternate signal stacks + +* Mon Dec 1 2003 Jakub Jelinek 2.3.3-1 +- update from CVS + - 2.3.3 release + - lots of regex fixes and speedups (#110401) + - fix atan2 + - fix pshared condvars in NPTL + - fix pthread_attr_destroy for attributes created with + pthread_attr_init@GLIBC_2.0 +- for the time being, include both nb_NO* and no_NO* as locales + so that the distribution can catch up with the no_NO->nb_NO + transition +- add BuildPrereq texinfo (#110252) + +* Tue Nov 18 2003 Jakub Jelinek 2.3.2-102 +- update from CVS + - fix getifaddrs (CAN-2003-0859) + - fix ftw fd leak + - fix linuxthreads sigaction (#108634) + - fix glibc 2.0 stdio compatibility + - fix uselocale (LC_GLOBAL_LOCALE) + - speed up stdio locking in non-threaded programs on IA-32 + - try to maintain correct order of cleanups between those + registered with __attribute__((cleanup)) + and with LinuxThreads style pthread_cleanup_push/pop (#108631) + - fix segfault in regex (#109606) + - fix RE_ICASE multi-byte handling in regex + - fix pthread_exit in libpthread.a (#109790) + - FTW_ACTIONRETVAL support + - lots of regex fixes and speedups + - fix ceill/floorl on AMD64 + +* Mon Oct 27 2003 Jakub Jelinek 2.3.2-101 +- update from CVS + - fix ld.so --verify (and ldd) + +* Mon Oct 27 2003 Jakub Jelinek 2.3.2-100 +- update from CVS + - fix sprof (#103727) + - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file + - prevent dlopening of executables + - fix glob with GLOB_BRACE and without GLOB_NOESCAPE + - fix locale printing of word values on 64-bit big-endian arches + (#107846) + - fix getnameinfo and getaddrinfo with reverse IPv6 lookups + (#101261) + +* Wed Oct 22 2003 Jakub Jelinek 2.3.2-99 +- update from CVS + - dl_iterate_phdr in libc.a on arches other than IA-64 + - LD_DEBUG=statistics prints number of relative relocations + - fix hwcap computation +- NPTL is now part of upstream glibc CVS +- include {st,xh,zu}_ZA{,.UTF-8} locales + +* Sat Oct 4 2003 Jakub Jelinek 2.3.2-98 +- update from CVS + - fix close, pause and fsync (#105348) + - fix pthread_once on IA-32 +- implement backtrace () on IA-64, handle -fomit-frame-pointer + in AMD64 backtrace () (#90402) + +* Tue Sep 30 2003 Jakub Jelinek 2.3.2-97 +- update from CVS + - fix with C++ or -ansi or -pedantic C + - fix mknod/ustat return value when given bogus device number (#105768) + +* Fri Sep 26 2003 Jakub Jelinek 2.3.2-96 +- rebuilt + +* Fri Sep 26 2003 Jakub Jelinek 2.3.2-95 +- fix IA-64 getcontext + +* Thu Sep 25 2003 Jakub Jelinek 2.3.2-94 +- update from CVS +- fix syslog with non-C non-en_* locales (#61296, #104979) +- filter GLIBC_PRIVATE symbols from glibc provides +- fix NIS+ + +* Thu Sep 25 2003 Jakub Jelinek 2.3.2-93 +- update from CVS +- assume 2.4.21 kernel features on RHEL/ppc*, so that + {make,set,get,swap}context works +- backout execstack support for RHEL +- build rtkaio on amd64 too + +* Wed Sep 24 2003 Jakub Jelinek 2.3.2-92 +- update from CVS + - execstack/noexecstack support + - build nscd as PIE +- move __libc_stack_end back to @GLIBC_2.1 +- build against elfutils >= 0.86 to fix stripping on s390x + +* Mon Sep 22 2003 Jakub Jelinek 2.3.2-91 +- rebuilt + +* Mon Sep 22 2003 Jakub Jelinek 2.3.2-90 +- update from CVS + - NPTL locking change (#102682) +- don't jump around lock on amd64 + +* Thu Sep 18 2003 Jakub Jelinek 2.3.2-89 +- fix open_memstream/syslog (#104661) + +* Thu Sep 18 2003 Jakub Jelinek 2.3.2-88 +- update from CVS + - retrieve affinity in pthread_getattr_np + - fix pthread_attr_[gs]etaffinity_np + - handle hex and octal in wordexp + +* Wed Sep 17 2003 Jakub Jelinek 2.3.2-87 +- update from CVS + - truncate instead of round in utimes when utimes syscall is not available + - don't align stack in every glibc function unnecessarily on IA-32 + - make sure threads have their stack 16 byte aligned on IA-32 + - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231) + - fix pthread_getattr_np for the initial thread (#102683) + - avoid linuxthreads signal race (#104368) +- ensure all gzip invocations are done with -n option + +* Fri Sep 12 2003 Jakub Jelinek 2.3.2-86 +- update from CVS +- avoid linking in libgcc_eh.a unnecessarily +- change ssize_t back to long int on s390 -m31, unless + gcc 2.95.x is used + +* Wed Sep 10 2003 Jakub Jelinek 2.3.2-85 +- update from CVS + - fix IA-64 memccpy (#104114) + +* Tue Sep 9 2003 Jakub Jelinek 2.3.2-84 +- update from CVS + - undo broken amd64 signal context changes + +* Tue Sep 9 2003 Jakub Jelinek 2.3.2-83 +- update from CVS +- change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to + {unsigned,} int +- change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t, + *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t + on 64-bit arches from {unsigned,} long long int {,*} to + {unsigned,} long int {,*} to restore binary compatibility + for C++ functions using these types as arguments + +* Sun Sep 7 2003 Jakub Jelinek 2.3.2-82 +- rebuilt + +* Sat Sep 6 2003 Jakub Jelinek 2.3.2-81 +- update from CVS + - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732) + - libio fixes + +* Thu Sep 4 2003 Jakub Jelinek 2.3.2-80 +- update from CVS + - fix IA-64 cancellation when mixing __attribute__((cleanup ())) + and old-style pthread_cleanup_push cleanups + +* Tue Sep 2 2003 Jakub Jelinek 2.3.2-79 +- updated from CVS + - lots of cancellation fixes + - fix posix_fadvise* on ppc32 + - TLS layout fix + - optimize stdio cleanups (#103354) + - sparcv9 NPTL + - include sigset, sighold, sigrelse, sigpause and sigignore prototypes + in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269) + - fix svc_getreqset on 64-bit big-endian arches + - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for + PTHREAD_PROCESS_SHARED + - add pthread_cond_timedwait stubs to libc.so (#102709) +- split glibc-devel into glibc-devel and glibc-headers to ensure + amd64 /usr/include always wins on amd64/i386 bi-arch installs +- increase PTHREAD_STACK_MIN on alpha, ia64 and sparc* +- get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux +- run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS) + ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries + and tests + +* Tue Aug 25 2003 Jakub Jelinek 2.3.2-78 +- include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not + in glibc-debuginfo-common* + +* Mon Aug 25 2003 Jakub Jelinek 2.3.2-77 +- update from CVS + - fix glibc 2.0 libio compatibility (#101385) + - fix ldconfig with /usr/lib/lib*.so symlinks (#102853) + - fix assert.h (#102916, #103017) + - make ld.so.cache identical between IA-32 and AMD64 (#102887) + - fix static linking of large IA-64 binaries (#102586) +- avoid using floating point regs in lazy binding code on ppc64 (#102763) + +* Fri Aug 22 2003 Roland McGrath 2.3.2-76 +- add td_thr_tls_get_addr changes missed in initial nptl_db rewrite + +* Sun Aug 17 2003 Roland McGrath 2.3.2-74 +- nptl_db rewrite not yet in CVS + +* Thu Aug 14 2003 Jakub Jelinek 2.3.2-72 +- update from CVS + - fix rtkaio aio_fsync{,64} + - update rtkaio for !BROKEN_THREAD_SIGNALS + - fix assert macro when used on pointers + +* Wed Aug 13 2003 Jakub Jelinek 2.3.2-71 +- update from CVS + +* Tue Aug 12 2003 Jakub Jelinek 2.3.2-70 +- update from CVS +- disable CLONE_STOPPED for now until it is resolved +- strip crt files +- fix libio on arches with no < GLIBC_2.2 support (#102102, #102105) +- fix glibc-debuginfo to include all nptl and nptl_db sources + +* Thu Aug 7 2003 Jakub Jelinek 2.3.2-69 +- update from CVS + - fix pthread_create@GLIBC_2.0 (#101767) +- __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL + +* Sun Aug 3 2003 Jakub Jelinek 2.3.2-68 +- update from CVS + - only use CLONE_STOPPED if kernel supports it, fix setting of thread + explicit scheduling (#101457) + +* Fri Aug 1 2003 Jakub Jelinek 2.3.2-67 +- update from CVS + - fix utimes and futimes if kernel doesn't support utimes syscall + - fix s390 ssize_t type + - fix dlerror when called before any dlopen/dlsym + - update IA-64 bits/sigcontext.h (#101344) + - various warning fixes + - fix pthread.h comment typos (#101363) + +* Wed Jul 30 2003 Jakub Jelinek 2.3.2-66 +- update from CVS +- fix dlopen of libraries using TLS IE/LE models + +* Tue Jul 29 2003 Jakub Jelinek 2.3.2-65 +- update from CVS + - fix timer_create + - use __extension__ before long long typedefs in (#100718) + +* Mon Jul 28 2003 Jakub Jelinek 2.3.2-64 +- update from CVS + - fix wcpncpy (#99462) + - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state () + unlike __errno_location () or __h_errno_location () was introduced + in glibc 2.2) + - fix zic bug on 64-bit platforms + - some TLS handling fixes + - make ldconfig look into alternate ABI dirs by default (#99402) +- move %{_datadir}/zoneinfo to tzdata package, so that it can be + errataed separately from glibc +- new add-on - rtkaio +- prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel + +* Tue Jul 15 2003 Jakub Jelinek 2.3.2-63 +- fix thread cancellation on ppc64 + +* Sat Jul 12 2003 Jakub Jelinek 2.3.2-62 +- update from CVS + - fix thread cancellation on ppc32, s390 and s390x + +* Thu Jul 10 2003 Jakub Jelinek 2.3.2-61 +- update from CVS + - build libc_nonshared.a with -fPIC instead of -fpic +- fix ppc64 PIE support +- add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x + +* Tue Jul 8 2003 Jakub Jelinek 2.3.2-60 +- update from CVS + +* Thu Jul 3 2003 Jakub Jelinek 2.3.2-59 +- update from CVS +- on IA-64 use different symbols for cancellation portion of syscall + handlers to make gdb happier + +* Thu Jun 26 2003 Jakub Jelinek 2.3.2-58 +- update from CVS + - nss_compat supporting LDAP etc. + +* Tue Jun 24 2003 Jakub Jelinek 2.3.2-57 +- update from CVS + +* Thu Jun 19 2003 Jakub Jelinek 2.3.2-56 +- fix condvars and semaphores in ppc* NPTL +- fix test-skeleton.c reporting of timed-out tests (#91269) +- increase timeouts for tests during make check + +* Wed Jun 18 2003 Jakub Jelinek 2.3.2-55 +- make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64 + on bi-ABI architectures (#97557) +- disable FUTEX_REQUEUE on ppc* temporarily + +* Wed Jun 18 2003 Jakub Jelinek 2.3.2-54 +- update from CVS +- fix glibc_post_upgrade on ppc + +* Tue Jun 17 2003 Jakub Jelinek 2.3.2-53 +- update from CVS +- fix localedef (#90659) +- tweak linuxthreads for librt cancellation + +* Mon Jun 16 2003 Jakub Jelinek 2.3.2-52 +- update from CVS + +* Thu Jun 12 2003 Jakub Jelinek 2.3.2-51 +- update from CVS +- fix (#97169) + +* Wed Jun 11 2003 Jakub Jelinek 2.3.2-50 +- update from CVS + +* Tue Jun 10 2003 Jakub Jelinek 2.3.2-49 +- update from CVS + - fix pthread_cond_signal on IA-32 (#92080, #92253) + - fix setegid (#91567) +- don't prelink -R libc.so on any architecture, it prohibits + address randomization + +* Fri Jun 5 2003 Jakub Jelinek 2.3.2-48 +- update from CVS + - fix IA-64 NPTL build + +* Thu Jun 5 2003 Jakub Jelinek 2.3.2-47 +- update from CVS +- PT_GNU_STACK segment in binaries/executables and .note.GNU-stack + section in *.[oa] + +* Sun Jun 1 2003 Jakub Jelinek 2.3.2-46 +- update from CVS +- enable NPTL on AMD64 +- avoid using trampolines in localedef + +* Fri May 29 2003 Jakub Jelinek 2.3.2-45 +- enable NPTL on IA-64 + +* Fri May 29 2003 Jakub Jelinek 2.3.2-44 +- update from CVS +- enable NPTL on s390 and s390x +- make __init_array_start etc. symbols in elf-init.oS hidden undefined + +* Thu May 29 2003 Jakub Jelinek 2.3.2-43 +- update from CVS + +* Fri May 23 2003 Jakub Jelinek 2.3.2-42 +- update from CVS + +* Tue May 20 2003 Jakub Jelinek 2.3.2-41 +- update from CVS +- use NPTL libs if uname -r contains nptl substring or is >= 2.5.69 + or set_tid_address syscall is available instead of checking + AT_SYSINFO dynamic tag + +* Thu May 15 2003 Jakub Jelinek 2.3.2-40 +- update from CVS + +* Wed May 14 2003 Jakub Jelinek 2.3.2-39 +- update from CVS + - fix for prelinking of libraries with no dependencies + +* Tue May 13 2003 Jakub Jelinek 2.3.2-38 +- update from CVS +- enable NPTL on ppc and ppc64 + +* Tue May 6 2003 Matt Wilson 2.3.2-37 +- rebuild + +* Sun May 4 2003 Jakub Jelinek 2.3.2-36 +- update from CVS + +* Sat May 3 2003 Jakub Jelinek 2.3.2-35 +- update from CVS + - make -jN build fixes + +* Fri May 2 2003 Jakub Jelinek 2.3.2-34 +- update from CVS +- avoid using trampolines in iconvconfig for now + +* Sat Apr 26 2003 Jakub Jelinek 2.3.2-33 +- update from CVS + +* Fri Apr 25 2003 Jakub Jelinek 2.3.2-32 +- update from CVS +- more ppc TLS fixes + +* Wed Apr 23 2003 Jakub Jelinek 2.3.2-31 +- update from CVS + - nscd fixes + - fix Bahrain spelling (#56298) + - fix Ukrainian collation (#83973) + - accept trailing spaces in /etc/ld.so.conf (#86032) + - perror fix (#85994) + - fix localedef (#88978) + - fix getifaddrs (#89026) + - fix strxfrm (#88409) +- fix ppc TLS +- fix getaddrinfo (#89448) +- don't print warning about errno, h_errno or _res if + LD_ASSUME_KERNEL=2.4.1 or earlier + +* Tue Apr 15 2003 Jakub Jelinek 2.3.2-30 +- update from CVS +- fix prelink on ppc32 +- add TLS support on ppc32 and ppc64 +- make sure on -m64 arches all helper binaries are built with this + option + +* Mon Apr 14 2003 Jakub Jelinek 2.3.2-29 +- update from CVS + - fix strxfrm (#88409) +- use -m64 -mno-minimal-toc on ppc64 +- conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64 +- link glibc_post_upgrade against newly built libc.a + +* Sun Apr 13 2003 Jakub Jelinek 2.3.2-28 +- update from CVS + - fix NPTL pthread_detach and already terminated, but not yet + joined thread (#88219) + - fix bug-regex4 testcase (#88118) + - reenable prelink support broken in 2.3.2-13 + - fix register_printf_function (#88052) + - fix double free with fopen using ccs= (#88056) + - fix potential access below $esp in {set,swap}context (#88093) + - fix buffer underrun in gencat -H (#88099) + - avoid using unitialized variable in tst-tgmath (#88101) + - fix gammal (#88104) + - fix iconv -c + - fix xdr_string (PR libc/4999) + - fix /usr/lib/nptl/librt.so symlink + - avoid running NPTL cleanups twice in some cases + - unblock __pthread_signal_cancel in linuxthreads, so that + linuxthreads threaded programs work correctly if spawned + from NPTL threaded programs + - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES} +- remove /lib/i686 directory before running ldconfig in glibc post + during i686 -> i386 glibc "upgrades" (#88456) + +* Wed Apr 2 2003 Jakub Jelinek 2.3.2-22 +- update from CVS + - add pthread_atfork to libpthread.a + +* Tue Apr 1 2003 Jakub Jelinek 2.3.2-21 +- update from CVS +- make sure linuxthreads pthread_mutex_lock etc. is not a cancellation + point + +* Sat Mar 29 2003 Jakub Jelinek 2.3.2-20 +- update from CVS +- if kernel >= 2.4.1 doesn't support NPTL, fall back to + /lib/i686 libs on i686, not stright to /lib + +* Fri Mar 28 2003 Jakub Jelinek 2.3.2-19 +- update from CVS + - timers fixes + +* Thu Mar 27 2003 Jakub Jelinek 2.3.2-18 +- update from CVS +- fix NPTL pthread_cond_timedwait +- fix sysconf (_SC_MONOTONIC_CLOCK) +- use /%%{_lib}/tls instead of /lib/tls on x86-64 +- add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so* +- display content of .out files for all make check failures + +* Wed Mar 26 2003 Jakub Jelinek 2.3.2-17 +- update from CVS + - kernel POSIX timers support + +* Sat Mar 22 2003 Jakub Jelinek 2.3.2-16 +- update from CVS + - export __fork from glibc again +- fix glibc-compat build in NPTL +- fix c_stubs +- fix some more atomic.h problems +- don't check abi in glibc-compat libs + +* Fri Mar 21 2003 Jakub Jelinek 2.3.2-15 +- update from CVS +- build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons +- condrestart sshd in glibc_post_upgrade so that the user can + log in remotely and handle the rest (#86339) +- fix a typo in glibc_post_upgrade on sparc + +* Tue Mar 18 2003 Jakub Jelinek 2.3.2-14 +- update from CVS +- change i686/athlon libc.so.6 base to 0x00e80000 + +* Mon Mar 17 2003 Jakub Jelinek 2.3.2-13 +- update from CVS + - hopefully last fix for condvar problems + +* Fri Mar 14 2003 Jakub Jelinek 2.3.2-12 +- fix bits/syscall.h creation on x86-64 + +* Thu Mar 13 2003 Jakub Jelinek 2.3.2-11 +- update from CVS + +* Wed Mar 12 2003 Jakub Jelinek 2.3.2-10 +- update from CVS + +* Tue Mar 11 2003 Jakub Jelinek 2.3.2-9 +- update from CVS +- fix glibc-debug description (#85111) +- make librt.so a symlink again, not linker script + +* Tue Mar 4 2003 Jakub Jelinek 2.3.2-8 +- update from CVS +- remove the workarounds for broken software accessing GLIBC_PRIVATE + symbols + +* Mon Mar 3 2003 Jakub Jelinek 2.3.2-7 +- update from CVS + +* Sun Mar 2 2003 Jakub Jelinek 2.3.2-6 +- fix TLS IE/LE model handling in dlopened libraries + on TCB_AT_TP arches + +* Thu Feb 25 2003 Jakub Jelinek 2.3.2-5 +- update from CVS + +* Tue Feb 25 2003 Jakub Jelinek 2.3.2-4 +- update from CVS + +* Mon Feb 24 2003 Jakub Jelinek 2.3.2-3 +- update from CVS +- only warn about errno, h_errno or _res for binaries, never + libraries +- rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences + +* Sun Feb 23 2003 Jakub Jelinek 2.3.2-2 +- update from CVS + +* Sat Feb 22 2003 Jakub Jelinek 2.3.2-1 +- update from CVS + +* Thu Feb 20 2003 Jakub Jelinek 2.3.1-51 +- update from CVS + +* Wed Feb 19 2003 Jakub Jelinek 2.3.1-50 +- update from CVS + +* Wed Feb 19 2003 Jakub Jelinek 2.3.1-49 +- update from CVS +- remove nisplus and nis from the default nsswitch.conf (#67401, #9952) + +* Tue Feb 18 2003 Jakub Jelinek 2.3.1-48 +- update from CVS + +* Sat Feb 15 2003 Jakub Jelinek 2.3.1-47 +- update from CVS + +* Fri Feb 14 2003 Jakub Jelinek 2.3.1-46 +- update from CVS + - pthread_cond* NPTL fixes, new NPTL testcases + +* Thu Feb 13 2003 Jakub Jelinek 2.3.1-45 +- update from CVS +- include also linuxthreads FLOATING_STACKS libs on i686 and athlon: + LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt, + LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt, + later is NPTL +- enable TLS on alpha/alphaev6 +- add BuildPreReq: /usr/bin/readlink + +* Tue Feb 11 2003 Jakub Jelinek 2.3.1-44 +- update from CVS + - pthread_once fix + +* Mon Feb 10 2003 Jakub Jelinek 2.3.1-43 +- update from CVS +- vfork fix on s390 +- rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno + don't bind locally (#83325) + +* Thu Feb 06 2003 Jakub Jelinek 2.3.1-42 +- update from CVS +- fix pthread_create after vfork+exec in linuxthreads + +* Wed Feb 05 2003 Jakub Jelinek 2.3.1-41 +- update from CVS + +* Thu Jan 30 2003 Jakub Jelinek 2.3.1-40 +- update from CVS + +* Wed Jan 29 2003 Jakub Jelinek 2.3.1-39 +- update from CVS +- enable TLS on s390{,x} and sparc{,v9} + +* Fri Jan 17 2003 Jakub Jelinek 2.3.1-38 +- update from CVS +- initialize __environ in glibc_post_upgrade to empty array, + so that it is not NULL +- compat symlink for s390x /lib/ld64.so.1 +- enable glibc-profile on x86-64 +- only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit + +* Thu Jan 16 2003 Jakub Jelinek 2.3.1-37 +- update from CVS + - nscd fixes, *scanf fix +- fix %%nptlarches noarch build (#81909) +- IA-64 TLS fixes + +* Tue Jan 14 2003 Jakub Jelinek 2.3.1-36 +- update from CVS +- rework -debuginfo subpackage, add -debuginfo-common + subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches) +- fix vfork in libc.a on PPC32, Alpha, Sparc +- fix libio locks in linuxthreads libc.so if libpthread.so + is dlopened later (#81374) + +* Mon Jan 13 2003 Jakub Jelinek 2.3.1-35 +- update from CVS + - dlclose bugfixes +- fix NPTL libpthread.a +- fix glibc_post_upgrade on several arches + +* Sat Jan 11 2003 Jakub Jelinek 2.3.1-34 +- update from CVS +- TLS support on IA-64 + +* Wed Jan 8 2003 Jakub Jelinek 2.3.1-33 +- fix vfork in linuxthreads (#81377, #81363) + +* Tue Jan 7 2003 Jakub Jelinek 2.3.1-32 +- update from CVS +- don't use TLS libs if kernel doesn't set AT_SYSINFO + (#80921, #81212) +- add ntp_adjtime on alpha (#79996) +- fix nptl_db (#81116) + +* Sun Jan 5 2003 Jakub Jelinek 2.3.1-31 +- update from CVS +- support all architectures again + +* Fri Jan 3 2003 Jakub Jelinek 2.3.1-30 +- fix condvar compatibility wrappers +- add ugly hack to use non-TLS libs if a binary is seen + to have errno, h_errno or _res symbols in .dynsym + +* Fri Jan 3 2003 Jakub Jelinek 2.3.1-29 +- update from CVS + - fixes for new condvar + +* Thu Jan 2 2003 Jakub Jelinek 2.3.1-28 +- new NPTL condvar implementation plus related linuxthreads + symbol versioning updates + +* Thu Jan 2 2003 Jakub Jelinek 2.3.1-27 +- update from CVS +- fix #include with -D_BSD_SOURCE or without + feature set macros +- make *sigaction, sigwait and raise the same between + -lpthread -lc and -lc -lpthread in linuxthreads builds + +* Tue Dec 31 2002 Jakub Jelinek 2.3.1-26 +- fix dlclose + +* Sun Dec 29 2002 Jakub Jelinek 2.3.1-25 +- enable sysenter by default for now +- fix endless loop in ldconfig + +* Sat Dec 28 2002 Jakub Jelinek 2.3.1-24 +- update from CVS + +* Fri Dec 27 2002 Jakub Jelinek 2.3.1-23 +- update from CVS + - fix ptmalloc_init after clearenv (#80370) + +* Sun Dec 22 2002 Jakub Jelinek 2.3.1-22 +- update from CVS +- add IA-64 back +- move TLS libraries from /lib/i686 to /lib/tls + +* Thu Dec 19 2002 Jakub Jelinek 2.3.1-21 +- system(3) fix for linuxthreads +- don't segfault in pthread_attr_init from libc.so +- add cancellation tests from nptl to linuxthreads + +* Wed Dec 18 2002 Jakub Jelinek 2.3.1-20 +- fix up lists of exported symbols + their versions + from the libraries + +* Wed Dec 18 2002 Jakub Jelinek 2.3.1-19 +- fix --with-tls --enable-kernel=2.2.5 libc on IA-32 + +* Wed Dec 18 2002 Jakub Jelinek 2.3.1-18 +- update from CVS + - fix NPTL hanging mozilla + - initialize malloc in mALLOPt (fixes problems with squid, #79957) + - make linuxthreads work with dl_dynamic_weak 0 + - clear dl_dynamic_weak everywhere + +* Tue Dec 17 2002 Jakub Jelinek 2.3.1-17 +- update from CVS + - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix + - kill -debug sub-package, rename -debug-static to -debug + - clear dl_dynamic_weak for NPTL + +* Mon Dec 16 2002 Jakub Jelinek 2.3.1-16 +- fix and for C++ +- automatically generate NPTL libpthread wrappers + +* Mon Dec 16 2002 Jakub Jelinek 2.3.1-15 +- update from CVS + - all functions which need cancellation should now be cancellable + both in libpthread.so and libc.so + - removed @@GLIBC_2.3.2 cancellation wrappers + +* Fri Dec 13 2002 Jakub Jelinek 2.3.1-14 +- update from CVS + - replace __libc_lock_needed@GOTOFF(%ebx) with + %gs:offsetof(tcbhead_t, multiple_threads) + - start of new NPTL cancellation wrappers + +* Thu Dec 12 2002 Jakub Jelinek 2.3.1-13 +- update from CVS +- use inline locks in malloc + +* Tue Dec 10 2002 Jakub Jelinek 2.3.1-12 +- update from CVS + - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs + +* Mon Dec 9 2002 Jakub Jelinek 2.3.1-11 +- update from CVS +- rebuilt with gcc-3.2.1-2 + +* Fri Dec 6 2002 Jakub Jelinek 2.3.1-10 +- update from CVS +- non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread + should work now +- faster libc locking when using nptl +- add OUTPUT_FORMAT to linker scripts +- fix x86_64 sendfile (#79111) + +* Wed Dec 4 2002 Jakub Jelinek 2.3.1-9 +- update from CVS + - RUSCII support (#78906) +- for nptl builds add BuildRequires +- fix byteswap.h for non-gcc (#77689) +- add nptl-devel package + +* Tue Dec 3 2002 Jakub Jelinek 2.3.1-8 +- update from CVS + - make --enable-kernel=2.2.5 --with-tls --without-__thread + ld.so load nptl and other --with-__thread libs +- disable nptl by default for now + +* Wed Nov 27 2002 Jakub Jelinek 2.3.1-7 +- update from CVS +- restructured redhat/Makefile and spec, so that src.rpm contains + glibc-.tar.bz2, glibc-redhat-.tar.bz2 and glibc-redhat.patch +- added nptl + +* Fri Nov 8 2002 Jakub Jelinek 2.3.1-6 +- update from CVS + - even more regex fixes +- run sed testsuite to check glibc regex + +* Thu Oct 24 2002 Jakub Jelinek 2.3.1-5 +- fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs + using libpthread.so. + +* Thu Oct 24 2002 Jakub Jelinek 2.3.1-4 +- update from CVS + - fixed %a and %A in *printf (#75821) + - fix re_comp memory leaking (#76594) + +* Tue Oct 22 2002 Jakub Jelinek 2.3.1-3 +- update from CVS + - some more regex fixes +- fix libpthread.a (#76484) +- fix locale-archive enlarging + +* Fri Oct 18 2002 Jakub Jelinek 2.3.1-2 +- update from CVS + - don't need to use 128K of stacks for DNS lookups + - regex fixes + - updated timezone data e.g. for this year's Brasil DST + changes + - expand ${LIB} in RPATH/RUNPATH/dlopen filenames + +* Fri Oct 11 2002 Jakub Jelinek 2.3.1-1 +- update to 2.3.1 final + - support really low thread stack sizes (#74073) +- tzdata update + +* Wed Oct 9 2002 Jakub Jelinek 2.3-2 +- update from CVS + - handle low stack limits + - move s390x into */lib64 + +* Thu Oct 3 2002 Jakub Jelinek 2.3-1 +- update to 2.3 final + - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800) + +* Sun Sep 29 2002 Jakub Jelinek 2.2.94-3 +- don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't + speed things up, because they are neither REL arches, nor + ELF_MACHINE_REL_RELATIVE +- fix sparc64 build + +* Sun Sep 29 2002 Jakub Jelinek 2.2.94-2 +- update from CVS + +* Sat Sep 28 2002 Jakub Jelinek 2.2.94-1 +- update from CVS +- prelink on ppc and x86-64 too +- don't remove ppc memset +- instead of listing on which arches to remove glibc-compat + list where it should stay + +* Fri Sep 6 2002 Jakub Jelinek 2.2.93-5 +- fix wcsmbs functions with invalid character sets (or malloc + failures) +- make sure __ctype_b etc. compat vars are updated even if + they are copy relocs in the main program + +* Thu Sep 5 2002 Jakub Jelinek 2.2.93-4 +- fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition + leading to unresolved __set_h_errno symbol) + +* Wed Sep 4 2002 Jakub Jelinek 2.2.93-3 +- security fix - increase dns-network.c MAXPACKET to at least + 65536 to avoid buffer overrun. Likewise glibc-compat + dns-{host,network}.c. + +* Tue Sep 3 2002 Jakub Jelinek 2.2.93-2 +- temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to + libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0 + from libc.so - we have still lots of .a libraries referencing + __ctype_{b,tolower,toupper} out there... + +* Tue Sep 3 2002 Jakub Jelinek 2.2.93-1 +- update from CVS + - 2.2.93 release + - use double instead of single indirection in isXXX macros + - per-locale wcsmbs conversion state + +* Sat Aug 31 2002 Jakub Jelinek 2.2.92-2 +- update from CVS + - fix newlocale/duplocale/uselocale +- disable profile on x86_64 for now + +* Sat Aug 31 2002 Jakub Jelinek 2.2.92-1 +- update from CVS + - 2.2.92 release + - fix gettext after uselocale + - fix locales in statically linked threaded programs + - fix NSS + +* Thu Aug 29 2002 Jakub Jelinek 2.2.91-1 +- update from CVS + - 2.2.91 release + - fix fd leaks in locale-archive reader (#72043) +- handle EROFS in build-locale-archive gracefully (#71665) + +* Wed Aug 28 2002 Jakub Jelinek 2.2.90-27 +- update from CVS + - fix re_match (#72312) +- support more than 1024 threads + +* Fri Aug 23 2002 Jakub Jelinek 2.2.90-26 +- update from CVS + - fix i386 build + +* Thu Aug 22 2002 Jakub Jelinek 2.2.90-25 +- update from CVS + - fix locale-archive loading hang on some (non-primary) locales + (#72122, #71878) + - fix umount problems with locale-archives when /usr is a separate + partition (#72043) +- add LICENSES file + +* Fri Aug 16 2002 Jakub Jelinek 2.2.90-24 +- update from CVS + - only mmap up to 2MB of locale-archive on 32-bit machines + initially + - fix fseek past end + fread segfault with mmaped stdio +- include which is mistakenly not included + in glibc-devel on IA-32 + +* Fri Aug 16 2002 Jakub Jelinek 2.2.90-23 +- don't return normalized locale name in setlocale when using + locale-archive + +* Thu Aug 15 2002 Jakub Jelinek 2.2.90-22 +- update from CVS + - optimize for primary system locale +- localedef fixes (#71552, #67705) + +* Wed Aug 14 2002 Jakub Jelinek 2.2.90-21 +- fix path to locale-archive in libc reader +- build locale archive at glibc-common %post time +- export __strtold_internal and __wcstold_internal on Alpha again +- workaround some localedata problems + +* Tue Aug 13 2002 Jakub Jelinek 2.2.90-20 +- update from CVS +- patch out set_thread_area for now + +* Fri Aug 9 2002 Jakub Jelinek 2.2.90-19 +- update from CVS +- GB18030 patch from Yu Shao +- applied Debian patch for getaddrinfo IPv4 vs. IPv6 +- fix regcomp (#71039) + +* Sun Aug 4 2002 Jakub Jelinek 2.2.90-18 +- update from CVS +- use /usr/sbin/prelink, not prelink (#70376) + +* Thu Jul 25 2002 Jakub Jelinek 2.2.90-17 +- update from CVS + +* Thu Jul 25 2002 Jakub Jelinek 2.2.90-16 +- update from CVS + - ungetc fix (#69586) + - fseek errno fix (#69589) + - change *etrlimit prototypes for C++ (#68588) +- use --without-tls instead of --disable-tls + +* Thu Jul 11 2002 Jakub Jelinek 2.2.90-15 +- set nscd user's shell to /sbin/nologin (#68369) +- fix glibc-compat buffer overflows (security) +- buildrequire prelink, don't build glibc's own copy of it (#67567) +- update from CVS + - regex fix (#67734) + - fix unused warnings (#67706) + - fix freopen with mmap stdio (#67552) + - fix realloc (#68499) + +* Tue Jun 25 2002 Bill Nottingham 2.2.90-14 +- update from CVS + - fix argp on long words + - update atime in libio + +* Sat Jun 22 2002 Jakub Jelinek 2.2.90-13 +- update from CVS + - a thread race fix + - fix readdir on invalid dirp + +* Wed Jun 19 2002 Jakub Jelinek 2.2.90-12 +- update from CVS + - don't use __thread in headers +- fix system(3) in threaded apps +- update prelink, so that it is possible to prelink -u libc.so.6.1 + on Alpha + +* Fri Jun 7 2002 Jakub Jelinek 2.2.90-11 +- update from CVS + - fix __moddi3 (#65612, #65695) + - fix ether_line (#64427) +- fix setvbuf with mmap stdio (#65864) +- --disable-tls for now, waiting for kernel +- avoid duplication of __divtf3 etc. on IA-64 +- make sure get*ent_r and _IO_wfile_jumps are exported (#62278) + +* Tue May 21 2002 Jakub Jelinek 2.2.90-10 +- update from CVS + - fix Alpha pthread bug with gcc 3.1 + +* Fri Apr 19 2002 Jakub Jelinek 2.2.5-35 +- fix nice + +* Mon Apr 15 2002 Jakub Jelinek 2.2.5-34 +- add relocation dependencies even for weak symbols (#63422) +- stricter check_fds check for suid/sgid binaries +- run make check at %%install time + +* Sat Apr 13 2002 Jakub Jelinek 2.2.5-33 +- handle Dec 31 1969 in mktime for timezones west of GMT (#63369) +- back out do-lookup.h change (#63261, #63305) +- use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h + since lots of compilers break on it +- fix sparc build with gcc 3.1 +- fix spec file for athlon + +* Tue Apr 9 2002 Jakub Jelinek 2.2.5-32 +- fix debugging of threaded apps (#62804) +- fix DST for Estonia (#61494) +- document that pthread_mutexattr_?etkind_np are deprecated + and pthread_mutexattr_?ettype should be used instead in man + pages (#61485) +- fix libSegFault.so undefined externals + +* Fri Apr 5 2002 Jakub Jelinek 2.2.5-31 +- temporarily disable prelinking ld.so, as some statically linked + binaries linked against debugging versions of old glibcs die on it + (#62352) +- fix for -std=c99 (#62516) +- fix ether_ntohost segfault (#62397) +- remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so, + /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current + version (#61633) +- prelink -r on alpha too + +* Thu Mar 28 2002 Jakub Jelinek 2.2.5-30 +- update GB18030 iconv module (Yu Shao) + +* Tue Mar 26 2002 Jakub Jelinek 2.2.5-29 +- features.h fix + +* Tue Mar 26 2002 Jakub Jelinek 2.2.5-28 +- update from CVS + - fix nscd with huge groups + - fix nis to not close fds it shouldn't +- rebuilt against newer glibc-kernheaders to use the correct + PATH_MAX +- handle .athlon.rpm glibc the same way as .i686.rpm +- add a couple of .ISO-8859-15 locales (#61922) +- readd temporarily currencies which were superceeded by Euro + into the list of accepted currencies by localedef to make + standard conformance testsuites happy +- temporarily moved __libc_waitpid back to make Sun JDK happy +- use old malloc code +- prelink i686/athlon ld.so and prelink -r i686/athlon libc.so + +* Thu Mar 14 2002 Jakub Jelinek 2.2.5-27 +- update from CVS + - fix DST handling for southern hemisphere (#60747) + - fix daylight setting for tzset (#59951) + - fix ftime (#60350) + - fix nice return value + - fix a malloc segfault +- temporarily moved __libc_wait, __libc_fork and __libc_stack_end + back to what they used to be exported at +- censorship (#60758) + +* Thu Feb 28 2002 Jakub Jelinek 2.2.5-26 +- update from CVS +- use __attribute__((visibility(...))) if supported, use _rtld_local + for ld.so only objects +- provide libc's own __{,u}{div,mod}di3 + +* Wed Feb 27 2002 Jakub Jelinek 2.2.5-25 +- switch back to 2.2.5, mmap stdio needs work + +* Mon Feb 25 2002 Jakub Jelinek 2.2.90-8 +- fix two other mmap stdio bugs (#60228) + +* Thu Feb 21 2002 Jakub Jelinek 2.2.90-7 +- fix yet another mmap stdio bug (#60145) + +* Tue Feb 19 2002 Jakub Jelinek 2.2.90-6 +- fix mmap stdio bug (seen on ld as File truncated error, #60043) +- apply Andreas Schwab's fix for pthread sigwait +- remove /lib/i686/ libraries in glibc_post_upgrade when + performing i386 glibc install + +* Thu Feb 14 2002 Jakub Jelinek 2.2.90-5 +- update to CVS +- added glibc-utils subpackage +- disable autoreq in glibc-debug +- readd %%lang() to locale files + +* Fri Feb 7 2002 Jakub Jelinek 2.2.90-4 +- update to CVS +- move glibc private symbols to GLIBC_PRIVATE symbol version + +* Wed Jan 9 2002 Jakub Jelinek 2.2.90-3 +- fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng + symbol in libm + +* Tue Jan 8 2002 Jakub Jelinek 2.2.90-2 +- add debug-static package + +* Mon Dec 31 2001 Jakub Jelinek 2.2.90-1 +- update from CVS +- remove -D__USE_STRING_INLINES +- add debug subpackage to trim glibc and glibc-devel size + +* Wed Oct 3 2001 Jakub Jelinek 2.2.4-19 +- fix strsep + +* Fri Sep 28 2001 Jakub Jelinek 2.2.4-18 +- fix a ld.so bug with duplicate searchlists in l_scope +- fix erfcl(-inf) +- turn /usr/lib/librt.so into linker script + +* Wed Sep 26 2001 Jakub Jelinek 2.2.4-17 +- fix a ld.so lookup bug after lots of dlopen calls +- fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984) +- prelinking support for Sparc64 + +* Fri Sep 21 2001 Jakub Jelinek 2.2.4-16 +- update from CVS to fix DT_SYMBOLIC +- prelinking support for Alpha and Sparc + +* Tue Sep 18 2001 Jakub Jelinek 2.2.4-15 +- update from CVS + - linuxthreads now retries if -1/EINTR is returned from + reading or writing to thread manager pipe (#43742) +- use DT_FILTER in librt.so (#53394) + - update glibc prelink patch so that it handles filters +- fix timer_* with SIGEV_NONE (#53494) +- make glibc_post_upgrade work on PPC (patch from Franz Sirl) + +* Mon Sep 10 2001 Jakub Jelinek 2.2.4-14 +- fix build on sparc32 +- 2.2.4-13 build for some reason missed some locales + on alpha/ia64 + +* Mon Sep 3 2001 Jakub Jelinek 2.2.4-13 +- fix iconvconfig + +* Mon Sep 3 2001 Jakub Jelinek 2.2.4-12 +- add fam to /etc/rpc (#52863) +- fix for C++ (#52960) +- fix perror + +* Mon Aug 27 2001 Jakub Jelinek 2.2.4-11 +- fix strnlen(x, -1) + +* Mon Aug 27 2001 Jakub Jelinek 2.2.4-10 +- doh, should only define __libc_rwlock_t + if __USE_UNIX98. + +* Mon Aug 27 2001 Jakub Jelinek 2.2.4-9 +- fix bits/libc-lock.h so that gcc can compile +- fix s390 build + +* Fri Aug 24 2001 Jakub Jelinek 2.2.4-8 +- kill stale library symlinks in ldconfig (#52350) +- fix inttypes.h for G++ < 3.0 +- use DT_REL*COUNT + +* Wed Aug 22 2001 Jakub Jelinek 2.2.4-7 +- fix strnlen on IA-64 (#50077) + +* Thu Aug 16 2001 Jakub Jelinek 2.2.4-6 +- glibc 2.2.4 final +- fix -lpthread -static (#51672) + +* Fri Aug 10 2001 Jakub Jelinek 2.2.4-5 +- doh, include libio/tst-swscanf.c + +* Fri Aug 10 2001 Jakub Jelinek 2.2.4-4 +- don't crash on catclose(-1) +- fix wscanf %[] handling +- fix return value from swprintf +- handle year + %U/%W week + week day in strptime + +* Thu Aug 9 2001 Jakub Jelinek 2.2.4-3 +- update from CVS to + - fix strcoll (#50548) + - fix seekdir (#51132) + - fix memusage (#50606) +- don't make gconv-modules.cache %%config file, just don't verify + its content. + +* Mon Aug 6 2001 Jakub Jelinek +- fix strtod and *scanf (#50723, #50724) + +* Sat Aug 4 2001 Jakub Jelinek +- update from CVS + - fix iconv cache handling +- glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673) +- add gconv-modules.cache as emtpy config file (#50699) +- only run iconvconfig if /usr is mounted read-write (#50667) + +* Wed Jul 25 2001 Jakub Jelinek +- move iconvconfig from glibc-common into glibc subpackage, + call it from glibc_post_upgrade instead of common's post. + +* Tue Jul 24 2001 Jakub Jelinek +- turn off debugging printouts in iconvconfig + +* Tue Jul 24 2001 Jakub Jelinek +- update from CVS + - fix IA-32 makecontext + - make fflush(0) thread-safe (#46446) + +* Mon Jul 23 2001 Jakub Jelinek +- adjust prelinking DT_* and SHT_* values in elf.h +- update from CVS + - iconv cache + - make iconv work in SUID/SGID programs (#34611) + +* Fri Jul 20 2001 Jakub Jelinek +- update from CVS + - kill non-pic code in libm.so + - fix getdate + - fix some locales (#49402) +- rebuilt with binutils-2.11.90.0.8-5 to place .interp section + properly in libBrokenLocale.so, libNoVersion.so and libanl.so +- add floating stacks on IA-64, Alpha, Sparc (#49308) + +* Mon Jul 16 2001 Jakub Jelinek +- make /lib/i686 directory owned by glibc*.i686.rpm + +* Mon Jul 9 2001 Jakub Jelinek +- remove rquota.[hx] headers which are now provided by quota (#47141) +- add prelinking patch + +* Thu Jul 5 2001 Jakub Jelinek +- require sh-utils for nscd + +* Mon Jun 25 2001 Jakub Jelinek +- update from CVS (#43681, #43350, #44663, #45685) +- fix ro_RO bug (#44644) + +* Wed Jun 6 2001 Jakub Jelinek +- fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355) +- make rpc headers -ansi compilable (#42390) +- remove alphaev6 optimized memcpy, since there are still far too many + broken apps which call memcpy where they should call memmove +- update from CVS to (among other things): + - fix tanhl bug (#43352) + +* Tue May 22 2001 Jakub Jelinek +- fix #include with -D_XOPEN_SOURCE=500 on ia64 (#35968) +- fix a dlclose reldeps handling bug +- some more profiling fixes +- fix tgmath.h + +* Thu May 17 2001 Jakub Jelinek +- make ldconfig more quiet +- fix LD_PROFILE on i686 (#41030) + +* Wed May 16 2001 Jakub Jelinek +- fix the hardlink program, so that it really catches all files with + identical content +- add a s390x clone fix + +* Wed May 16 2001 Jakub Jelinek +- fix rpc for non-threaded apps using svc_fdset and similar variables (#40409) +- fix nss compatibility DSO versions for alphaev6 +- add a hardlink program instead of the shell 3x for plus cmp -s/link + which takes a lot of time during build +- rework BuildPreReq and Conflicts with gcc, so that + it applies only where it has to + +* Fri May 11 2001 Jakub Jelinek +- fix locale name of ja_JP in UTF-8 (#39783) +- fix re_search_2 (#40244) +- fix memusage script (#39138, #39823) +- fix dlsym(RTLD_NEXT, ) from main program (#39803) +- fix xtrace script (#39609) +- make glibc conflict with glibc-devel 2.2.2 and below (to make sure + libc_nonshared.a has atexit) +- fix getconf LFS_CFLAGS on 64bitters +- recompile with gcc-2.96-84 or above to fix binary compatibility problem + with __frame_state_for function (#37933) + +* Fri Apr 27 2001 Jakub Jelinek +- glibc 2.2.3 release + - fix strcoll (#36539) +- add BuildPreReqs (#36378) + +* Wed Apr 25 2001 Jakub Jelinek +- update from CVS + +* Fri Apr 20 2001 Jakub Jelinek +- update from CVS + - fix sparc64, ia64 + - fix some locale syntax errors (#35982) + +* Wed Apr 18 2001 Jakub Jelinek +- update from CVS + +* Wed Apr 11 2001 Jakub Jelinek +- update from CVS + +* Fri Apr 6 2001 Jakub Jelinek +- support even 2.4.0 kernels on ia64, sparc64 and s390x +- include UTF-8 locales +- make gconv-modules %%config(noreplace) + +* Fri Mar 23 2001 Jakub Jelinek +- back out sunrpc changes + +* Wed Mar 21 2001 Jakub Jelinek +- update from CVS + - fix ia64 build + - fix pthread_getattr_np + +* Fri Mar 16 2001 Jakub Jelinek +- update from CVS + - run atexit() registered functions at dlclose time if they are in shared + libraries (#28625) + - add pthread_getattr_np API to make JVM folks happy + +* Wed Mar 14 2001 Jakub Jelinek +- require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel +- fix ldd behaviour on unresolved symbols +- remove nonsensical ldconfig warning, update osversion for the most + recent library with the same soname in the same directory instead (#31703) +- apply selected patches from CVS +- s390x spec file changes from Florian La Roche + +* Wed Mar 7 2001 Jakub Jelinek +- fix gencat (#30894) +- fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling + +* Tue Mar 6 2001 Jakub Jelinek +- update from CVS +- make pthread_attr_setstacksize consistent before and after pthread manager + is started (#28194) +- pass back struct sigcontext from pthread signal wrapper (on ia32 only so + far, #28493) +- on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread, + make ld.so pick the right one + +* Sat Feb 17 2001 Preston Brown +- glib-common doesn't require glibc, until we can figure out how to get out of dependency hell. + +* Sat Feb 17 2001 Jakub Jelinek +- make glibc require particular version of glibc-common + and glibc-common prerequire glibc. + +* Fri Feb 16 2001 Jakub Jelinek +- glibc 2.2.2 release + - fix regex REG_ICASE bug seen in ksymoops + +* Sat Feb 10 2001 Jakub Jelinek +- fix regexec leaking memory (#26864) + +* Fri Feb 9 2001 Jakub Jelinek +- update from CVS + - fix ia64 build with gnupro + - make regex 64bit clean + - fix tgmath make check failures on alpha + +* Tue Feb 6 2001 Jakub Jelinek +- update again for ia64 DF_1_INITFIRST + +* Fri Feb 2 2001 Jakub Jelinek +- update from CVS + - fix getaddrinfo (#25437) + - support DF_1_INITFIRST (#25029) + +* Wed Jan 24 2001 Jakub Jelinek +- build all auxiliary arches with --enablekernel 2.4.0, those wanting + to run 2.2 kernels can downgrade to the base architecture glibc. + +* Sat Jan 20 2001 Jakub Jelinek +- remove %%lang() flags from %%{_prefix}/lib/locale files temporarily + +* Sun Jan 14 2001 Jakub Jelinek +- update to 2.2.1 final + - fix a pthread_kill_other_threads_np breakage (#23966) + - make static binaries using dlopen work on ia64 again +- fix a typo in glibc-common group + +* Wed Jan 10 2001 Bernhard Rosenkraenzer +- devel requires glibc = %%{version} +- noreplace /etc/nscd.conf + +* Wed Jan 10 2001 Jakub Jelinek +- some more security fixes: + - don't look up LD_PRELOAD libs in cache for SUID apps + (because that bypasses SUID bit checking on the library) + - place output files for profiling SUID apps into /var/profile, + use O_NOFOLLOW for them + - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME +- hardlink identical locale files together +- add %%lang() tags to locale stuff +- remove ko_KR.utf8 for now, it is provided by locale-utf8 package + +* Mon Jan 8 2001 Jakub Jelinek +- add glibc-common subpackage +- fix alphaev6 memcpy (#22494) +- fix sys/cdefs.h (#22908) +- don't define stdin/stdout/stderr as macros for -traditional (#22913) +- work around a bug in IBM JDK (#22932, #23012) +- fix pmap_unset when network is down (#23176) +- move nscd in rc.d before netfs on shutdown +- fix $RESOLV_HOST_CONF in SUID apps (#23562) + +* Fri Dec 15 2000 Jakub Jelinek +- fix ftw and nftw + +* Wed Dec 13 2000 Jakub Jelinek +- fix fcvt (#22184) +- ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197) +- fix gencat + +* Mon Dec 11 2000 Jakub Jelinek +- fix alpha htonl and alphaev6 stpcpy + +* Sat Dec 9 2000 Jakub Jelinek +- update to CVS to: + - fix getnameinfo (#21934) + - don't stomp on memory in rpath handling (#21544) + - fix setlocale (#21507) +- fix libNoVersion.so.1 loading code (#21579) +- use auxarches define in spec file for auxiliary + architectures (#21219) +- remove /usr/share directory from filelist (#21218) + +* Sun Nov 19 2000 Jakub Jelinek +- update to CVS to fix getaddrinfo + +* Fri Nov 17 2000 Jakub Jelinek +- update to CVS to fix freopen +- remove all alpha workarounds, not needed anymore + +* Wed Nov 15 2000 Jakub Jelinek +- fix dladdr bug on alpha/sparc32/sparc64 +- fix Makefiles so that they run static tests properly + +* Tue Nov 14 2000 Jakub Jelinek +- update to CVS to fix ldconfig + +* Thu Nov 9 2000 Jakub Jelinek +- update to glibc 2.2 release + +* Mon Nov 6 2000 Jakub Jelinek +- update to CVS to: + - export __sysconf@@GLIBC_2.2 (#20417) + +* Fri Nov 3 2000 Jakub Jelinek +- merge to 2.1.97 + +* Mon Oct 30 2000 Jakub Jelinek +- update to CVS, including: + - fix WORD_BIT/LONG_BIT definition in limits.h (#19088) + - fix hesiod (#19375) + - set LC_MESSAGES in zic/zdump for proper error message output (#19495) + - fix LFS fcntl when used with non-LFS aware kernels (#19730) + +* Thu Oct 19 2000 Jakub Jelinek +- fix alpha semctl (#19199) +- update to CVS, including: + - fix glibc headers for Compaq non-gcc compilers + - fix locale alias handling code (#18832) + - fix rexec on little endian machines (#18886) +- started writing changelog again + +* Thu Aug 10 2000 Adrian Havill +- added ja ujis alias for backwards compatibility diff --git a/fedora/glibc_post_upgrade.c b/fedora/glibc_post_upgrade.c new file mode 100644 index 0000000000..cde931bde3 --- /dev/null +++ b/fedora/glibc_post_upgrade.c @@ -0,0 +1,340 @@ +#if defined __sparc__ && defined __arch64__ +register void *__thread_self __asm ("g7"); +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define verbose_exec(failcode, path...) \ + do \ + { \ + char *const arr[] = { path, NULL }; \ + vexec (failcode, arr); \ + } while (0) + +__attribute__((noinline)) void vexec (int failcode, char *const path[]); +__attribute__((noinline)) void says (const char *str); +__attribute__((noinline)) void sayn (long num); +__attribute__((noinline)) void message (char *const path[]); +__attribute__((noinline)) int check_elf (const char *name); + +int +main (void) +{ + char initpath[256]; + + char buffer[4096]; + struct pref { + char *p; + int len; + } prefix[] = { { "libc-", 5 }, { "libm-", 5 }, + { "librt-", 6 }, { "libpthread-", 11 }, + { "librtkaio-", 10 }, { "libthread_db-", 13 } }; + int i, j, fd; + off_t base; + ssize_t ret; +#ifdef __i386__ + const char *remove_dirs[] = { "/lib/tls", "/lib/i686", "/lib/tls/i486", "/lib/tls/i586", "/lib/tls/i686" }; +#else +#ifndef LIBTLS +#define LIBTLS "/lib/tls" +#endif + const char *remove_dirs[] = { LIBTLS }; +#endif + for (j = 0; j < sizeof (remove_dirs) / sizeof (remove_dirs[0]); ++j) + { + size_t rmlen = strlen (remove_dirs[j]); + fd = open (remove_dirs[j], O_RDONLY); + if (fd >= 0 + && (ret = getdirentries (fd, buffer, sizeof (buffer), &base)) + >= (ssize_t) offsetof (struct dirent, d_name)) + { + for (base = 0; base + offsetof (struct dirent, d_name) < ret; ) + { + struct dirent *d = (struct dirent *) (buffer + base); + + for (i = 0; i < sizeof (prefix) / sizeof (prefix[0]); i++) + if (! strncmp (d->d_name, prefix[i].p, prefix[i].len)) + { + char *p = d->d_name + prefix[i].len; + + while (*p == '.' || (*p >= '0' && *p <= '9')) p++; + if (p[0] == 's' && p[1] == 'o' && p[2] == '\0' + && p + 3 - d->d_name + < sizeof (initpath) - rmlen - 1) + { + memcpy (initpath, remove_dirs[j], rmlen); + initpath[rmlen] = '/'; + strcpy (initpath + rmlen + 1, d->d_name); + unlink (initpath); + break; + } + } + base += d->d_reclen; + } + close (fd); + } + } + + int ldsocfd = open (LD_SO_CONF, O_RDONLY); + struct stat ldsocst; + if (ldsocfd >= 0 && fstat (ldsocfd, &ldsocst) >= 0) + { + char p[ldsocst.st_size + 1]; + if (read (ldsocfd, p, ldsocst.st_size) == ldsocst.st_size) + { + p[ldsocst.st_size] = '\0'; + if (strstr (p, "include ld.so.conf.d/*.conf") == NULL) + { + close (ldsocfd); + ldsocfd = open (LD_SO_CONF, O_WRONLY | O_TRUNC); + if (ldsocfd >= 0) + { + size_t slen = strlen ("include ld.so.conf.d/*.conf\n"); + if (write (ldsocfd, "include ld.so.conf.d/*.conf\n", slen) + != slen + || write (ldsocfd, p, ldsocst.st_size) != ldsocst.st_size) + _exit (109); + } + } + } + if (ldsocfd >= 0) + close (ldsocfd); + } + + /* If installing bi-arch glibc, rpm sometimes doesn't unpack all files + before running one of the lib's %post scriptlet. /sbin/ldconfig will + then be run by the other arch's %post. */ + if (! access ("/sbin/ldconfig", X_OK)) + verbose_exec (110, "/sbin/ldconfig", "/sbin/ldconfig"); + + if (! utimes (GCONV_MODULES_DIR "/gconv-modules.cache", NULL)) + { +#ifndef ICONVCONFIG +#define ICONVCONFIG "/usr/sbin/iconvconfig" +#endif + verbose_exec (113, ICONVCONFIG, "/usr/sbin/iconvconfig", + "-o", GCONV_MODULES_DIR"/gconv-modules.cache", + "--nostdlib", GCONV_MODULES_DIR); + } + + /* Check if telinit is available and the init fifo as well. */ + if (access ("/sbin/telinit", X_OK) || access ("/dev/initctl", F_OK)) + _exit (0); + /* Check if we are not inside of some chroot, because we'd just + timeout and leave /etc/initrunlvl. */ + if (readlink ("/proc/1/exe", initpath, 256) <= 0 || + readlink ("/proc/1/root", initpath, 256) <= 0) + _exit (0); + + if (check_elf ("/proc/1/exe")) + verbose_exec (116, "/sbin/telinit", "/sbin/telinit", "u"); + + /* Check if we can safely condrestart sshd. */ + if (access ("/sbin/service", X_OK) == 0 + && access ("/usr/sbin/sshd", X_OK) == 0 + && access ("/bin/bash", X_OK) == 0) + { + if (check_elf ("/usr/sbin/sshd")) + verbose_exec (-121, "/sbin/service", "/sbin/service", "sshd", "condrestart"); + } + + _exit(0); +} + +#ifndef NO_SIZE_OPTIMIZATION +int __libc_multiple_threads __attribute__((nocommon)); +int __libc_enable_asynccancel (void) { return 0; } +void __libc_disable_asynccancel (int x) { } +void __libc_csu_init (void) { } +void __libc_csu_fini (void) { } +pid_t __fork (void) { return -1; } +char thr_buf[65536]; + +# ifndef __powerpc__ +int +__libc_start_main (int (*main) (void), int argc, char **argv, + void (*init) (void), void (*fini) (void), + void (*rtld_fini) (void), void * stack_end) +# else +struct startup_info +{ + void *sda_base; + int (*main) (int, char **, char **, void *); + int (*init) (int, char **, char **, void *); + void (*fini) (void); +}; + +int +__libc_start_main (int argc, char **ubp_av, char **ubp_ev, + void *auxvec, void (*rtld_fini) (void), + struct startup_info *stinfo, + char **stack_on_entry) +# endif +{ +#if defined __ia64__ || defined __powerpc64__ + register void *r13 __asm ("r13") = thr_buf + 32768; + __asm ("" : : "r" (r13)); +#elif defined __sparc__ + register void *g6 __asm ("g6") = thr_buf + 32768; +# ifdef __arch64__ + __thread_self = thr_buf + 32768; +# else + register void *__thread_self __asm ("g7") = thr_buf + 32768; +# endif + __asm ("" : : "r" (g6), "r" (__thread_self)); +#elif defined __s390__ && !defined __s390x__ + __asm ("sar %%a0,%0" : : "d" (thr_buf + 32768)); +#elif defined __s390x__ + __asm ("sar %%a1,%0; srlg 0,%0,32; sar %%a0,0" : : "d" (thr_buf + 32768) : "0"); +#elif defined __powerpc__ && !defined __powerpc64__ + register void *r2 __asm ("r2") = thr_buf + 32768; + __asm ("" : : "r" (r2)); +#endif + main(); + return 0; +} +#endif + +void +vexec (int failcode, char *const path[]) +{ + pid_t pid; + int status, save_errno; + int devnull = 0; + + if (failcode < 0) + { + devnull = 1; + failcode = -failcode; + } + pid = vfork (); + if (pid == 0) + { + int fd; + if (devnull && (fd = open ("/dev/null", O_WRONLY)) >= 0) + { + dup2 (fd, 1); + dup2 (fd, 2); + close (fd); + } + execv (path[0], path + 1); + save_errno = errno; + message (path); + says (" exec failed with errno "); + sayn (save_errno); + says ("\n"); + _exit (failcode); + } + else if (pid < 0) + { + save_errno = errno; + message (path); + says (" fork failed with errno "); + sayn (save_errno); + says ("\n"); + _exit (failcode + 1); + } + if (waitpid (0, &status, 0) != pid || !WIFEXITED (status)) + { + message (path); + says (" child terminated abnormally\n"); + _exit (failcode + 2); + } + if (WEXITSTATUS (status)) + { + message (path); + says (" child exited with exit code "); + sayn (WEXITSTATUS (status)); + says ("\n"); + _exit (WEXITSTATUS (status)); + } +} + +void +says (const char *str) +{ + write (1, str, strlen (str)); +} + +void +sayn (long num) +{ + char string[sizeof (long) * 3 + 1]; + char *p = string + sizeof (string) - 1; + + *p = '\0'; + if (num == 0) + *--p = '0'; + else + while (num) + { + *--p = '0' + num % 10; + num = num / 10; + } + + says (p); +} + +void +message (char *const path[]) +{ + says ("/usr/sbin/glibc_post_upgrade: While trying to execute "); + says (path[0]); +} + +int +check_elf (const char *name) +{ + /* Play safe, if we can't open or read, assume it might be + ELF for the current arch. */ + int ret = 1; + int fd = open (name, O_RDONLY); + if (fd >= 0) + { + Elf32_Ehdr ehdr; + if (read (fd, &ehdr, offsetof (Elf32_Ehdr, e_version)) + == offsetof (Elf32_Ehdr, e_version)) + { + ret = 0; + if (ehdr.e_ident[EI_CLASS] + == (sizeof (long) == 8 ? ELFCLASS64 : ELFCLASS32)) + { +#if defined __i386__ + ret = ehdr.e_machine == EM_386; +#elif defined __x86_64__ + ret = ehdr.e_machine == EM_X86_64; +#elif defined __ia64__ + ret = ehdr.e_machine == EM_IA_64; +#elif defined __powerpc64__ + ret = ehdr.e_machine == EM_PPC64; +#elif defined __powerpc__ + ret = ehdr.e_machine == EM_PPC; +#elif defined __s390__ || defined __s390x__ + ret = ehdr.e_machine == EM_S390; +#elif defined __x86_64__ + ret = ehdr.e_machine == EM_X86_64; +#elif defined __sparc__ + if (sizeof (long) == 8) + ret = ehdr.e_machine == EM_SPARCV9; + else + ret = (ehdr.e_machine == EM_SPARC + || ehdr.e_machine == EM_SPARC32PLUS); +#else + ret = 1; +#endif + } + } + close (fd); + } + return ret; +} diff --git a/fedora/hardlink.c b/fedora/hardlink.c new file mode 100644 index 0000000000..62e633786d --- /dev/null +++ b/fedora/hardlink.c @@ -0,0 +1,344 @@ +/* Copyright (C) 2001 Red Hat, Inc. + + Written by Jakub Jelinek . + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program; see the file COPYING. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* Changes by Rémy Card to use constants and add option -n. */ + +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define NHASH 131072 /* Must be a power of 2! */ +#define NAMELEN 4096 +#define NBUF 64 + +struct _f; +typedef struct _h { + struct _h *next; + struct _f *chain; + off_t size; + time_t mtime; +} h; + +typedef struct _d { + struct _d *next; + char name[0]; +} d; + +d *dirs; + +h *hps[NHASH]; + +int no_link = 0; +int verbose = 0; +int content_only = 0; + +typedef struct _f { + struct _f *next; + ino_t ino; + dev_t dev; + unsigned int cksum; + char name[0]; +} f; + +inline unsigned int hash(off_t size, time_t mtime) +{ + return (size ^ mtime) & (NHASH - 1); +} + +inline int stcmp(struct stat *st1, struct stat *st2, int content_only) +{ + if (content_only) + return st1->st_size != st2->st_size; + return st1->st_mode != st2->st_mode || st1->st_uid != st2->st_uid || + st1->st_gid != st2->st_gid || st1->st_size != st2->st_size || + st1->st_mtime != st2->st_mtime; +} + +long long ndirs, nobjects, nregfiles, nmmap, ncomp, nlinks, nsaved; + +void doexit(int i) +{ + if (verbose) { + fprintf(stderr, "\n\n"); + fprintf(stderr, "Directories %lld\n", ndirs); + fprintf(stderr, "Objects %lld\n", nobjects); + fprintf(stderr, "IFREG %lld\n", nregfiles); + fprintf(stderr, "Mmaps %lld\n", nmmap); + fprintf(stderr, "Comparisons %lld\n", ncomp); + fprintf(stderr, "%s %lld\n", (no_link ? "Would link" : "Linked"), nlinks); + fprintf(stderr, "%s %lld\n", (no_link ? "Would save" : "saved"), nsaved); + } + exit(i); +} + +void usage(prog) +{ + fprintf (stderr, "Usage: %s [-cnv] directories...\n", prog); + exit(255); +} + +unsigned int buf[NBUF]; +char nambuf1[NAMELEN], nambuf2[NAMELEN]; + +void rf (char *name) +{ + struct stat st, st2, st3; + nobjects++; + if (lstat (name, &st)) + return; + if (S_ISDIR (st.st_mode)) { + d * dp = malloc(sizeof(d) + 1 + strlen (name)); + if (!dp) { + fprintf(stderr, "\nOut of memory 3\n"); + doexit(3); + } + strcpy (dp->name, name); + dp->next = dirs; + dirs = dp; + } else if (S_ISREG (st.st_mode)) { + int fd, i; + f * fp, * fp2; + h * hp; + char *p, *q; + char *n1, *n2; + int cksumsize = sizeof(buf); + unsigned int cksum; + time_t mtime = content_only ? 0 : st.st_mtime; + unsigned int hsh = hash (st.st_size, mtime); + nregfiles++; + if (verbose > 1) + fprintf(stderr, " %s", name); + fd = open (name, O_RDONLY); + if (fd < 0) return; + if (st.st_size < sizeof(buf)) { + cksumsize = st.st_size; + memset (((char *)buf) + cksumsize, 0, (sizeof(buf) - cksumsize) % sizeof(buf[0])); + } + if (read (fd, buf, cksumsize) != cksumsize) { + close(fd); + if (verbose > 1) + fprintf(stderr, "\r%*s\r", (int)strlen(name)+2, ""); + return; + } + cksumsize = (cksumsize + sizeof(buf[0]) - 1) / sizeof(buf[0]); + for (i = 0, cksum = 0; i < cksumsize; i++) { + if (cksum + buf[i] < cksum) + cksum += buf[i] + 1; + else + cksum += buf[i]; + } + for (hp = hps[hsh]; hp; hp = hp->next) + if (hp->size == st.st_size && hp->mtime == mtime) + break; + if (!hp) { + hp = malloc(sizeof(h)); + if (!hp) { + fprintf(stderr, "\nOut of memory 1\n"); + doexit(1); + } + hp->size = st.st_size; + hp->mtime = mtime; + hp->chain = NULL; + hp->next = hps[hsh]; + hps[hsh] = hp; + } + for (fp = hp->chain; fp; fp = fp->next) + if (fp->cksum == cksum) + break; + for (fp2 = fp; fp2 && fp2->cksum == cksum; fp2 = fp2->next) + if (fp2->ino == st.st_ino && fp2->dev == st.st_dev) { + close(fd); + if (verbose > 1) + fprintf(stderr, "\r%*s\r", (int)strlen(name)+2, ""); + return; + } + if (fp) { + p = mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0); + nmmap++; + if (p == (void *)-1) { + close(fd); + fprintf(stderr, "\nFailed to mmap %s\n", name); + return; + } + } + for (fp2 = fp; fp2 && fp2->cksum == cksum; fp2 = fp2->next) + if (!lstat (fp2->name, &st2) && S_ISREG (st2.st_mode) && + !stcmp (&st, &st2, content_only) && + st2.st_ino != st.st_ino && + st2.st_dev == st.st_dev) { + int fd2 = open (fp2->name, O_RDONLY); + if (fd2 < 0) continue; + if (fstat (fd2, &st2) || !S_ISREG (st2.st_mode)) { + close (fd2); + continue; + } + ncomp++; + q = mmap (NULL, st.st_size, PROT_READ, MAP_SHARED, fd2, 0); + if (q == (void *)-1) { + close(fd2); + fprintf(stderr, "\nFailed to mmap %s\n", fp2->name); + continue; + } + if (memcmp (p, q, st.st_size)) { + munmap (q, st.st_size); + close(fd2); + continue; + } + munmap (q, st.st_size); + close(fd2); + if (lstat (name, &st3)) { + fprintf(stderr, "\nCould not stat %s again\n", name); + munmap (p, st.st_size); + close(fd); + return; + } + st3.st_atime = st.st_atime; + if (stcmp (&st, &st3, 0)) { + fprintf(stderr, "\nFile %s changed underneath us\n", name); + munmap (p, st.st_size); + close(fd); + return; + } + n1 = fp2->name; + n2 = name; + if (!no_link) { + strcpy (stpcpy (nambuf2, n2), ".$$$___cleanit___$$$"); + if (rename (n2, nambuf2)) { + fprintf(stderr, "\nFailed to rename %s to %s\n", n2, nambuf2); + continue; + } + if (link (n1, n2)) { + fprintf(stderr, "\nFailed to hardlink %s to %s\n", n1, n2); + if (rename (nambuf2, n2)) { + fprintf(stderr, "\nBad bad - failed to rename back %s to %s\n", nambuf2, n2); + } + munmap (p, st.st_size); + close(fd); + return; + } + unlink (nambuf2); + } + nlinks++; + if (st3.st_nlink > 1) { + /* We actually did not save anything this time, since the link second argument + had some other links as well. */ + if (verbose > 1) + fprintf(stderr, "\r%*s\r%s %s to %s\n", (int)strlen(name)+2, "", (no_link ? "Would link" : "Linked"), n1, n2); + } else { + nsaved+=st.st_size; + if (verbose > 1) + fprintf(stderr, "\r%*s\r%s %s to %s, %s %ld\n", (int)strlen(name)+2, "", (no_link ? "Would link" : "Linked"), n1, n2, (no_link ? "would save" : "saved"), st.st_size); + } + munmap (p, st.st_size); + close(fd); + return; + } + if (fp) + munmap (p, st.st_size); + fp2 = malloc(sizeof(f) + 1 + strlen (name)); + if (!fp2) { + fprintf(stderr, "\nOut of memory 2\n"); + doexit(2); + } + close(fd); + fp2->ino = st.st_ino; + fp2->dev = st.st_dev; + fp2->cksum = cksum; + strcpy(fp2->name, name); + if (fp) { + fp2->next = fp->next; + fp->next = fp2; + } else { + fp2->next = hp->chain; + hp->chain = fp2; + } + if (verbose > 1) + fprintf(stderr, "\r%*s\r", (int)strlen(name)+2, ""); + return; + } +} + +int main(int argc, char **argv) +{ + int ch; + int i; + char *p; + d * dp; + DIR *dh; + struct dirent *di; + while ((ch = getopt (argc, argv, "cnv")) != -1) { + switch (ch) { + case 'n': + no_link++; + break; + case 'v': + verbose++; + break; + case 'c': + content_only++; + break; + default: + usage(argv[0]); + } + } + if (optind >= argc) + usage(argv[0]); + for (i = optind; i < argc; i++) + rf(argv[i]); + while (dirs) { + dp = dirs; + dirs = dp->next; + strcpy (nambuf1, dp->name); + free (dp); + strcat (nambuf1, "/"); + p = strchr (nambuf1, 0); + dh = opendir (nambuf1); + if (dh == NULL) + continue; + ndirs++; + while ((di = readdir (dh)) != NULL) { + if (!di->d_name[0]) + continue; + if (di->d_name[0] == '.') { + char *q; + if (!di->d_name[1] || !strcmp (di->d_name, "..") || !strncmp (di->d_name, ".in.", 4)) + continue; + q = strrchr (di->d_name, '.'); + if (q && strlen (q) == 7 && q != di->d_name) { + *p = 0; + if (verbose) + fprintf(stderr, "Skipping %s%s\n", nambuf1, di->d_name); + continue; + } + } + strcpy (p, di->d_name); + rf(nambuf1); + } + closedir(dh); + } + doexit(0); + return 0; +} diff --git a/fedora/libc-lock.h b/fedora/libc-lock.h new file mode 100644 index 0000000000..5037caf4da --- /dev/null +++ b/fedora/libc-lock.h @@ -0,0 +1,340 @@ +/* libc-internal interface for mutex locks. LinuxThreads version. + Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#ifndef _BITS_LIBC_LOCK_H +#define _BITS_LIBC_LOCK_H 1 + +#include + +/* Mutex type. */ +#ifdef _IO_MTSAFE_IO +typedef pthread_mutex_t __libc_lock_t; +typedef struct { pthread_mutex_t mutex; } __libc_lock_recursive_t; +# ifdef __USE_UNIX98 +typedef pthread_rwlock_t __libc_rwlock_t; +# else +typedef struct __libc_rwlock_opaque__ __libc_rwlock_t; +# endif +typedef __libc_lock_recursive_t __rtld_lock_recursive_t; +#else +typedef struct __libc_lock_opaque__ __libc_lock_t; +typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t; +typedef struct __libc_rwlock_opaque__ __libc_rwlock_t; +#endif + +/* Type for key to thread-specific data. */ +typedef pthread_key_t __libc_key_t; + +/* Define a lock variable NAME with storage class CLASS. The lock must be + initialized with __libc_lock_init before it can be used (or define it + with __libc_lock_define_initialized, below). Use `extern' for CLASS to + declare a lock defined in another module. In public structure + definitions you must use a pointer to the lock structure (i.e., NAME + begins with a `*'), because its storage size will not be known outside + of libc. */ +#define __libc_lock_define(CLASS,NAME) \ + CLASS __libc_lock_t NAME; +#define __libc_rwlock_define(CLASS,NAME) \ + CLASS __libc_rwlock_t NAME; +#define __libc_lock_define_recursive(CLASS,NAME) \ + CLASS __libc_lock_recursive_t NAME; +#define __rtld_lock_define_recursive(CLASS,NAME) \ + CLASS __rtld_lock_recursive_t NAME; + +/* Define an initialized lock variable NAME with storage class CLASS. + + For the C library we take a deeper look at the initializer. For + this implementation all fields are initialized to zero. Therefore + we don't initialize the variable which allows putting it into the + BSS section. (Except on PA-RISC and other odd architectures, where + initialized locks must be set to one due to the lack of normal + atomic operations.) */ + +#if __LT_SPINLOCK_INIT == 0 +# define __libc_lock_define_initialized(CLASS,NAME) \ + CLASS __libc_lock_t NAME; +#else +# define __libc_lock_define_initialized(CLASS,NAME) \ + CLASS __libc_lock_t NAME = PTHREAD_MUTEX_INITIALIZER; +#endif + +#define __libc_rwlock_define_initialized(CLASS,NAME) \ + CLASS __libc_rwlock_t NAME = PTHREAD_RWLOCK_INITIALIZER; + +/* Define an initialized recursive lock variable NAME with storage + class CLASS. */ +#define __libc_lock_define_initialized_recursive(CLASS,NAME) \ + CLASS __libc_lock_recursive_t NAME = _LIBC_LOCK_RECURSIVE_INITIALIZER; +#define _LIBC_LOCK_RECURSIVE_INITIALIZER \ + {PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP} + +#define __rtld_lock_define_initialized_recursive(CLASS,NAME) \ + CLASS __rtld_lock_recursive_t NAME = _RTLD_LOCK_RECURSIVE_INITIALIZER; +#define _RTLD_LOCK_RECURSIVE_INITIALIZER \ + {PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP} + +#if defined __PIC__ +# define __libc_maybe_call(FUNC, ARGS, ELSE) \ + (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \ + _fn != NULL ? (*_fn) ARGS : ELSE; })) +#else +# define __libc_maybe_call(FUNC, ARGS, ELSE) \ + (FUNC != NULL ? FUNC ARGS : ELSE) +#endif +#define __libc_maybe_call2(FUNC, ARGS, ELSE) __libc_maybe_call (__##FUNC, ARGS, ELSE) + +/* Initialize the named lock variable, leaving it in a consistent, unlocked + state. */ +#define __libc_lock_init(NAME) \ + (__libc_maybe_call2 (pthread_mutex_init, (&(NAME), NULL), 0)) +#define __libc_rwlock_init(NAME) \ + (__libc_maybe_call (__pthread_rwlock_init, (&(NAME), NULL), 0)); + +/* Same as last but this time we initialize a recursive mutex. */ +#define __libc_lock_init_recursive(NAME) \ + do { \ + if (__pthread_mutex_init != NULL) \ + { \ + pthread_mutexattr_t __attr; \ + __pthread_mutexattr_init (&__attr); \ + __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \ + __pthread_mutex_init (&(NAME).mutex, &__attr); \ + __pthread_mutexattr_destroy (&__attr); \ + } \ + } while (0); +#define __rtld_lock_init_recursive(NAME) \ + __libc_lock_init_recursive (NAME) + +/* Finalize the named lock variable, which must be locked. It cannot be + used again until __libc_lock_init is called again on it. This must be + called on a lock variable before the containing storage is reused. */ +#define __libc_lock_fini(NAME) \ + (__libc_maybe_call2 (pthread_mutex_destroy, (&(NAME)), 0)); +#define __libc_rwlock_fini(NAME) \ + (__libc_maybe_call (__pthread_rwlock_destroy, (&(NAME)), 0)); + +/* Finalize recursive named lock. */ +#define __libc_lock_fini_recursive(NAME) __libc_lock_fini ((NAME).mutex) +#define __rtld_lock_fini_recursive(NAME) __libc_lock_fini_recursive (NAME) + +/* Lock the named lock variable. */ +#define __libc_lock_lock(NAME) \ + (__libc_maybe_call2 (pthread_mutex_lock, (&(NAME)), 0)); +#define __libc_rwlock_rdlock(NAME) \ + (__libc_maybe_call (__pthread_rwlock_rdlock, (&(NAME)), 0)); +#define __libc_rwlock_wrlock(NAME) \ + (__libc_maybe_call (__pthread_rwlock_wrlock, (&(NAME)), 0)); + +/* Lock the recursive named lock variable. */ +#define __libc_lock_lock_recursive(NAME) __libc_lock_lock ((NAME).mutex) + +/* Try to lock the named lock variable. */ +#define __libc_lock_trylock(NAME) \ + (__libc_maybe_call2 (pthread_mutex_trylock, (&(NAME)), 0)) +#define __libc_rwlock_tryrdlock(NAME) \ + (__libc_maybe_call (__pthread_rwlock_tryrdlock, (&(NAME)), 0)) +#define __libc_rwlock_trywrlock(NAME) \ + (__libc_maybe_call (__pthread_rwlock_trywrlock, (&(NAME)), 0)) + +/* Try to lock the recursive named lock variable. */ +#define __libc_lock_trylock_recursive(NAME) __libc_lock_trylock ((NAME).mutex) +#define __rtld_lock_trylock_recursive(NAME) \ + __libc_lock_trylock_recursive (NAME) + +/* Unlock the named lock variable. */ +#define __libc_lock_unlock(NAME) \ + (__libc_maybe_call2 (pthread_mutex_unlock, (&(NAME)), 0)); +#define __libc_rwlock_unlock(NAME) \ + (__libc_maybe_call (__pthread_rwlock_unlock, (&(NAME)), 0)); + +/* Unlock the recursive named lock variable. */ +#define __libc_lock_unlock_recursive(NAME) __libc_lock_unlock ((NAME).mutex) + +#define __rtld_lock_lock_recursive(NAME) __libc_lock_lock_recursive (NAME) +#define __rtld_lock_unlock_recursive(NAME) __libc_lock_unlock_recursive (NAME) + +/* Define once control variable. */ +#if PTHREAD_ONCE_INIT == 0 +/* Special case for static variables where we can avoid the initialization + if it is zero. */ +# define __libc_once_define(CLASS, NAME) \ + CLASS pthread_once_t NAME +#else +# define __libc_once_define(CLASS, NAME) \ + CLASS pthread_once_t NAME = PTHREAD_ONCE_INIT +#endif + +/* Call handler iff the first call. */ +#define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ + do { \ + if (__pthread_once != NULL) \ + __pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \ + else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \ + INIT_FUNCTION (); \ + (ONCE_CONTROL) = 2; \ + } \ + } while (0) + + +/* Start critical region with cleanup. */ +#define __libc_cleanup_region_start(DOIT, FCT, ARG) \ + { struct _pthread_cleanup_buffer _buffer; \ + int _avail = (DOIT) && _pthread_cleanup_push_defer != NULL; \ + if (_avail) { \ + _pthread_cleanup_push_defer (&_buffer, (FCT), (ARG)); \ + } + +/* End critical region with cleanup. */ +#define __libc_cleanup_region_end(DOIT) \ + if (_avail) { \ + _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ + } \ + } + +/* Sometimes we have to exit the block in the middle. */ +#define __libc_cleanup_end(DOIT) \ + if (_avail) { \ + _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ + } + +#define __libc_cleanup_push(fct, arg) \ + { struct _pthread_cleanup_buffer _buffer; \ + __libc_maybe_call (_pthread_cleanup_push, (&_buffer, (fct), (arg)), 0) + +#define __libc_cleanup_pop(execute) \ + __libc_maybe_call (_pthread_cleanup_pop, (&_buffer, execute), 0); \ + } + +/* Create thread-specific key. */ +#define __libc_key_create(KEY, DESTRUCTOR) \ + (__libc_maybe_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)) + +/* Get thread-specific data. */ +#define __libc_getspecific(KEY) \ + (__libc_maybe_call (__pthread_getspecific, (KEY), NULL)) + +/* Set thread-specific data. */ +#define __libc_setspecific(KEY, VALUE) \ + (__libc_maybe_call (__pthread_setspecific, (KEY, VALUE), 0)) + + +/* Register handlers to execute before and after `fork'. */ +#define __libc_atfork(PREPARE, PARENT, CHILD) \ + (__libc_maybe_call (__pthread_atfork, (PREPARE, PARENT, CHILD), 0)) + +__BEGIN_DECLS + +extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *__buffer, + void (*__routine) (void *), + void *__arg) __THROW; + +extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *__buffer, + int __execute) __THROW; + + +/* Functions that are used by this file and are internal to the GNU C + library. */ + +extern int __pthread_mutex_init (pthread_mutex_t *__mutex, + __const pthread_mutexattr_t *__mutex_attr); + +extern int __pthread_mutex_destroy (pthread_mutex_t *__mutex); + +extern int __pthread_mutex_trylock (pthread_mutex_t *__mutex); + +extern int __pthread_mutex_lock (pthread_mutex_t *__mutex); + +extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex); + +extern int __pthread_mutexattr_init (pthread_mutexattr_t *__attr); + +extern int __pthread_mutexattr_destroy (pthread_mutexattr_t *__attr); + +extern int __pthread_mutexattr_settype (pthread_mutexattr_t *__attr, + int __kind); + +#ifdef __USE_UNIX98 +extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock, + __const pthread_rwlockattr_t *__attr); + +extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock); + +extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock); + +extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock); + +extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock); + +extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock); + +extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock); +#endif + +extern int __pthread_key_create (pthread_key_t *__key, + void (*__destr_function) (void *)); + +extern int __pthread_setspecific (pthread_key_t __key, + __const void *__pointer); + +extern void *__pthread_getspecific (pthread_key_t __key); + +extern int __pthread_once (pthread_once_t *__once_control, + void (*__init_routine) (void)); + +extern int __pthread_atfork (void (*__prepare) (void), + void (*__parent) (void), + void (*__child) (void)); + +__END_DECLS + +/* Make the pthread functions weak so that we can elide them from + single-threaded processes. */ +#ifndef __NO_WEAK_PTHREAD_ALIASES +# pragma weak __pthread_mutex_init +# pragma weak __pthread_mutex_destroy +# pragma weak __pthread_mutex_lock +# pragma weak __pthread_mutex_trylock +# pragma weak __pthread_mutex_unlock +# pragma weak __pthread_mutexattr_init +# pragma weak __pthread_mutexattr_destroy +# pragma weak __pthread_mutexattr_settype +# pragma weak __pthread_rwlock_destroy +# pragma weak __pthread_rwlock_rdlock +# pragma weak __pthread_rwlock_tryrdlock +# pragma weak __pthread_rwlock_wrlock +# pragma weak __pthread_rwlock_trywrlock +# pragma weak __pthread_rwlock_unlock +# pragma weak __pthread_key_create +# pragma weak __pthread_setspecific +# pragma weak __pthread_getspecific +# pragma weak __pthread_once +# pragma weak __pthread_initialize +# pragma weak __pthread_atfork +# pragma weak _pthread_cleanup_push_defer +# pragma weak _pthread_cleanup_pop_restore +# pragma weak _pthread_cleanup_push +# pragma weak _pthread_cleanup_pop +#endif + +/* We need portable names for some functions. E.g., when they are + used as argument to __libc_cleanup_region_start. */ +#define __libc_mutex_unlock __pthread_mutex_unlock + +#endif /* bits/libc-lock.h */ diff --git a/fedora/makepatch.awk b/fedora/makepatch.awk new file mode 100644 index 0000000000..fadf1c7e56 --- /dev/null +++ b/fedora/makepatch.awk @@ -0,0 +1,58 @@ +#!/bin/awk -f +/^cvs (diff|server): tag.*is not in file/ { + print + next +} +/^cvs (diff|server): Diffing/ { + next +} +/^\? / { + next +} +/^Index:/ { + file=$2 + next +} +/^===============/ { + next +} +/^RCS/ { + next +} +/^retrieving/ { + next +} +/^diff/ { + next +} +/^---/ { + if ($2 ~ /^\/dev\/null/ || + $2 ~ /^\/tmp\//) + $2=file + if ($2 ~ /.cvsignore$/ || + $2 ~ /^c_stubs/ || + $2 ~ /^rtkaio/ || + $2 ~ /^powerpc-cpu/ || + $2 ~ /^fedora/ || + $2 ~ /^localedata\/charmaps\/GB18030/ || + $2 ~ /^iconvdata\/gb18030\.c/) { + hide = 1 + next + } else { + hide = 0 + } + sub(/^---[ ]*/,"--- " OLDVER "/") +} +/^\+\+\+/ { + if (hide) + next + if ($2 ~ /^\/dev\/null/ || + $2 ~ /^\/tmp\//) + $2=file + sub(/^\+\+\+[ ]*/,"+++ " NEWVER "/") +} +{ + if (hide) + next + print +} diff --git a/fedora/nsswitch.conf b/fedora/nsswitch.conf new file mode 100644 index 0000000000..a787750d31 --- /dev/null +++ b/fedora/nsswitch.conf @@ -0,0 +1,63 @@ +# +# /etc/nsswitch.conf +# +# An example Name Service Switch config file. This file should be +# sorted with the most-used services at the beginning. +# +# The entry '[NOTFOUND=return]' means that the search for an +# entry should stop if the search in the previous entry turned +# up nothing. Note that if the search failed due to some other reason +# (like no NIS server responding) then the search continues with the +# next entry. +# +# Legal entries are: +# +# nisplus or nis+ Use NIS+ (NIS version 3) +# nis or yp Use NIS (NIS version 2), also called YP +# dns Use DNS (Domain Name Service) +# files Use the local files +# db Use the local database (.db) files +# compat Use NIS on compat mode +# hesiod Use Hesiod for user lookups +# [NOTFOUND=return] Stop searching if not found so far +# + +# To use db, put the "db" in front of "files" for entries you want to be +# looked up first in the databases +# +# Example: +#passwd: db files nisplus nis +#shadow: db files nisplus nis +#group: db files nisplus nis + +passwd: files +shadow: files +group: files + +#hosts: db files nisplus nis dns +hosts: files dns + +# Example - obey only what nisplus tells us... +#services: nisplus [NOTFOUND=return] files +#networks: nisplus [NOTFOUND=return] files +#protocols: nisplus [NOTFOUND=return] files +#rpc: nisplus [NOTFOUND=return] files +#ethers: nisplus [NOTFOUND=return] files +#netmasks: nisplus [NOTFOUND=return] files + +bootparams: nisplus [NOTFOUND=return] files + +ethers: files +netmasks: files +networks: files +protocols: files +rpc: files +services: files + +netgroup: nisplus + +publickey: nisplus + +automount: files nisplus +aliases: files nisplus + diff --git a/fedora/power6emul.c b/fedora/power6emul.c new file mode 100644 index 0000000000..f1d0d20e0f --- /dev/null +++ b/fedora/power6emul.c @@ -0,0 +1,242 @@ +/* Emulate power6 mf[tf]gpr and fri[zpmn] instructions. + Copyright (C) 2006 Red Hat, Inc. + Contributed by Jakub Jelinek , 2006. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + It is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + +extern double frip (double), friz (double), frin (double), frim (double); +asm (".globl frip, friz, frin, frim\n.hidden frip, friz, frin, frim\n\t" +#ifdef __powerpc64__ + ".section \".toc\",\"aw\"\n" +"8:" ".tc FD_43300000_0[TC],0x4330000000000000\n" +"9:" ".tc FD_3fe00000_0[TC],0x3fe0000000000000\n\t" + ".previous\n\t" +#else + ".rodata\n\t" + ".align 2\n" +"8:" ".long 0x59800000\n" +"9:" ".long 0x3f000000\n\t" + ".previous\n\t" +#endif + "# frip == ceil\n" +"frip:" "mffs 11\n\t" +#ifdef __powerpc64__ + "lfd 13,8b@toc(2)\n\t" +#else + "mflr 11\n\t" + "bcl 20,31,1f\n" +"1:" "mflr 9\n\t" + "addis 9,9,8b-1b@ha\n\t" + "lfs 13,8b-1b@l(9)\n\t" + "mtlr 11\n\t" +#endif + "fabs 0,1\n\t" + "fsub 12,13,13\n\t" + "fcmpu 7,0,13\n\t" + "fcmpu 6,1,12\n\t" + "bnllr- 7\n\t" + "mtfsfi 7,2\n\t" + "ble- 6,2f\n\t" + "fadd 1,1,13\n\t" + "fsub 1,1,13\n\t" + "fabs 1,1\n\t" + "mtfsf 0x01,11\n\t" + "blr\n" +"2:" "bge- 6,3f\n\t" + "fsub 1,1,13\n\t" + "fadd 1,1,13\n\t" + "fnabs 1,1\n" +"3:" "mtfsf 0x01,11\n\t" + "blr\n\t" + "# friz == trunc\n" +"friz:" "mffs 11\n\t" +#ifdef __powerpc64__ + "lfd 13,8b@toc(2)\n\t" +#else + "mflr 11\n\t" + "bcl 20,31,1f\n" +"1:" "mflr 9\n\t" + "addis 9,9,8b-1b@ha\n\t" + "lfs 13,8b-1b@l(9)\n\t" + "mtlr 11\n\t" +#endif + "fabs 0,1\n\t" + "fsub 12,13,13\n\t" + "fcmpu 7,0,13\n\t" + "fcmpu 6,1,12\n\t" + "bnllr- 7\n\t" + "mtfsfi 7,1\n\t" + "ble- 6,2f\n\t" + "fadd 1,1,13\n\t" + "fsub 1,1,13\n\t" + "fabs 1,1\n\t" + "mtfsf 0x01,11\n\t" + "blr\n" +"2:" "bge- 6,3f\n\t" + "fsub 1,1,13\n\t" + "fadd 1,1,13\n\t" + "fnabs 1,1\n" +"3:" "mtfsf 0x01,11\n\t" + "blr\n\t" + "# frin == round\n" +"frin:" "mffs 11\n\t" +#ifdef __powerpc64__ + "lfd 13,8b@toc(2)\n\t" +#else + "mflr 11\n\t" + "bcl 20,31,1f\n" +"1:" "mflr 9\n\t" + "addis 9,9,8b-1b@ha\n\t" + "addi 9,9,8b-1b@l\n\t" + "mtlr 11\n\t" + "lfs 13,0(9)\n\t" +#endif + "fabs 0,1\n\t" + "fsub 12,13,13\n\t" + "fcmpu 7,0,13\n\t" + "fcmpu 6,1,12\n\t" + "bnllr- 7\n\t" + "mtfsfi 7,1\n\t" +#ifdef __powerpc64__ + "lfd 10,9b@toc(2)\n\t" +#else + "lfs 10,9b-8b(9)\n\t" +#endif + "ble- 6,2f\n\t" + "fadd 1,1,10\n\t" + "fadd 1,1,13\n\t" + "fsub 1,1,13\n\t" + "fabs 1,1\n\t" + "mtfsf 0x01,11\n\t" + "blr\n" +"2:" "fsub 9,1,10\n\t" + "bge- 6,3f\n\t" + "fsub 1,9,13\n\t" + "fadd 1,1,13\n\t" + "fnabs 1,1\n" +"3:" "mtfsf 0x01,11\n\t" + "blr\n\t" + "# frim == floor\n" +"frim:" "mffs 11\n\t" +#ifdef __powerpc64__ + "lfd 13,8b@toc(2)\n\t" +#else + "mflr 11\n\t" + "bcl 20,31,1f\n" +"1:" "mflr 9\n\t" + "addis 9,9,8b-1b@ha\n\t" + "lfs 13,8b-1b@l(9)\n\t" + "mtlr 11\n\t" +#endif + "fabs 0,1\n\t" + "fsub 12,13,13\n\t" + "fcmpu 7,0,13\n\t" + "fcmpu 6,1,12\n\t" + "bnllr- 7\n\t" + "mtfsfi 7,3\n\t" + "ble- 6,2f\n\t" + "fadd 1,1,13\n\t" + "fsub 1,1,13\n\t" + "fabs 1,1\n\t" + "mtfsf 0x01,11\n\t" + "blr\n" +"2:" "bge- 6,3f\n\t" + "fsub 1,1,13\n\t" + "fadd 1,1,13\n\t" + "fnabs 1,1\n" +"3:" "mtfsf 0x01,11\n\t" + "blr\n"); + +static void +catch_sigill (int signal, struct sigcontext *ctx) +{ + unsigned int insn = *(unsigned int *) (ctx->regs->nip); +#ifdef __powerpc64__ + if ((insn & 0xfc1f07ff) == 0x7c0005be) /* mftgpr */ + { + unsigned long *regs = (unsigned long *) ctx->regs; + unsigned fpr = (insn >> 11) & 0x1f; + unsigned gpr = (insn >> 21) & 0x1f; + regs[gpr] = regs[fpr + 0x30]; + ctx->regs->nip += 4; + return; + } + if ((insn & 0xfc1f07ff) == 0x7c0004be) /*mffgpr */ + { + unsigned long *regs = (unsigned long *) ctx->regs; + unsigned fpr = (insn >> 21) & 0x1f; + unsigned gpr = (insn >> 11) & 0x1f; + regs[fpr + 0x30] = regs[gpr]; + ctx->regs->nip += 4; + return; + } +#endif + if ((insn & 0xfc1f073f) == 0xfc000310) /* fri[pznm] */ + { +#ifdef __powerpc64__ + double *regs = (double *) (((char *) ctx->regs) + 0x30 * 8); + unsigned int *fpscr = (unsigned int *) (((char *) ctx->regs) + 0x50 * 8 + 4); +#else + double *regs = (double *) (((char *) ctx->regs) + 0x30 * 4); + unsigned int *fpscr = (unsigned int *) (((char *) ctx->regs) + 0x30 * 4 + 0x20 * 8 + 4); +#endif + unsigned dest = (insn >> 21) & 0x1f; + unsigned src = (insn >> 11) & 0x1f; + switch (insn & 0xc0) + { + case 0: + regs[dest] = frin (regs[src]); + break; + case 0x40: + regs[dest] = friz (regs[src]); + break; + case 0x80: + regs[dest] = frip (regs[src]); + break; + case 0xc0: + regs[dest] = frim (regs[src]); + break; + } + /* Update raised exceptions. */ + union { unsigned int i[2]; double d; } u; + asm volatile ("mffs %0" : "=f" (u.d)); + u.i[1] &= 0xfffe0000; /* Is this correct? */ + *fpscr |= u.i[1]; + ctx->regs->nip += 4; + return; + } + + struct sigaction sa; + sa.sa_handler = SIG_DFL; + sigemptyset (&sa.sa_mask); + sa.sa_flags = 0; + sigaction (signal, &sa, NULL); + raise (signal); +} + +static void +__attribute__ ((constructor)) +install_handler (void) +{ + struct sigaction sa; + sa.sa_handler = (void *) catch_sigill; + sigemptyset (&sa.sa_mask); + sa.sa_flags = SA_RESTART; + sigaction (SIGILL, &sa, NULL); +} diff --git a/fedora/tzdata-update.c b/fedora/tzdata-update.c new file mode 100644 index 0000000000..f94f9a2609 --- /dev/null +++ b/fedora/tzdata-update.c @@ -0,0 +1,589 @@ +#ifdef __sparc__ +register void *__thread_self __asm ("g7"); +#endif +#define _GNU_SOURCE 1 +#include +#include +#include +#include +#include +#include + +#if defined __i386__ +# define INTERNAL_SYSCALL_DECL(err) do { } while (0) +# define INTERNAL_SYSCALL(name, err, nr, args...) \ + ({ \ + register unsigned int resultvar; \ + asm volatile ( \ + "movl %1, %%eax\n\t" \ + "int $0x80\n\t" \ + : "=a" (resultvar) \ + : "i" (__NR_##name) ASMFMT_##nr(args) : "memory", "cc"); \ + (int) resultvar; }) +# define INTERNAL_SYSCALL_ERROR_P(val, err) \ + ((unsigned int) (val) >= 0xfffff001u) +# define ASMFMT_0() +# define ASMFMT_1(arg1) \ + , "b" (arg1) +# define ASMFMT_2(arg1, arg2) \ + , "b" (arg1), "c" (arg2) +# define ASMFMT_3(arg1, arg2, arg3) \ + , "b" (arg1), "c" (arg2), "d" (arg3) +#elif defined __x86_64__ +# define INTERNAL_SYSCALL_DECL(err) do { } while (0) +# define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ + ({ \ + unsigned long resultvar; \ + LOAD_ARGS_##nr (args) \ + LOAD_REGS_##nr \ + asm volatile ( \ + "syscall\n\t" \ + : "=a" (resultvar) \ + : "0" (name) ASM_ARGS_##nr : "memory", "cc", "r11", "cx"); \ + (long) resultvar; }) +# define INTERNAL_SYSCALL(name, err, nr, args...) \ + INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, ##args) +# define INTERNAL_SYSCALL_ERROR_P(val, err) \ + ((unsigned long) (val) >= -4095L) +# define LOAD_ARGS_0() +# define LOAD_REGS_0 +# define ASM_ARGS_0 +# define LOAD_ARGS_1(a1) \ + long int __arg1 = (long) (a1); \ + LOAD_ARGS_0 () +# define LOAD_REGS_1 \ + register long int _a1 asm ("rdi") = __arg1; \ + LOAD_REGS_0 +# define ASM_ARGS_1 ASM_ARGS_0, "r" (_a1) +# define LOAD_ARGS_2(a1, a2) \ + long int __arg2 = (long) (a2); \ + LOAD_ARGS_1 (a1) +# define LOAD_REGS_2 \ + register long int _a2 asm ("rsi") = __arg2; \ + LOAD_REGS_1 +# define ASM_ARGS_2 ASM_ARGS_1, "r" (_a2) +# define LOAD_ARGS_3(a1, a2, a3) \ + long int __arg3 = (long) (a3); \ + LOAD_ARGS_2 (a1, a2) +# define LOAD_REGS_3 \ + register long int _a3 asm ("rdx") = __arg3; \ + LOAD_REGS_2 +# define ASM_ARGS_3 ASM_ARGS_2, "r" (_a3) +#elif defined __powerpc__ +# define INTERNAL_SYSCALL_DECL(err) long int err +# define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ + ({ \ + register long int r0 __asm__ ("r0"); \ + register long int r3 __asm__ ("r3"); \ + register long int r4 __asm__ ("r4"); \ + register long int r5 __asm__ ("r5"); \ + register long int r6 __asm__ ("r6"); \ + register long int r7 __asm__ ("r7"); \ + register long int r8 __asm__ ("r8"); \ + LOADARGS_##nr(name, args); \ + __asm__ __volatile__ \ + ("sc\n\t" \ + "mfcr %0\n\t" \ + : "=&r" (r0), \ + "=&r" (r3), "=&r" (r4), "=&r" (r5), \ + "=&r" (r6), "=&r" (r7), "=&r" (r8) \ + : ASM_INPUT_##nr \ + : "r9", "r10", "r11", "r12", \ + "cr0", "ctr", "memory"); \ + err = r0; \ + (int) r3; \ + }) +# define INTERNAL_SYSCALL(name, err, nr, args...) \ + INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, ##args) +# define INTERNAL_SYSCALL_ERROR_P(val, err) \ + ((void) (val), __builtin_expect ((err) & (1 << 28), 0)) +# define LOADARGS_0(name, dummy) \ + r0 = name +# define LOADARGS_1(name, __arg1) \ + long int arg1 = (long int) (__arg1); \ + LOADARGS_0(name, 0); \ + r3 = arg1 +# define LOADARGS_2(name, __arg1, __arg2) \ + long int arg2 = (long int) (__arg2); \ + LOADARGS_1(name, __arg1); \ + r4 = arg2 +# define LOADARGS_3(name, __arg1, __arg2, __arg3) \ + long int arg3 = (long int) (__arg3); \ + LOADARGS_2(name, __arg1, __arg2); \ + r5 = arg3 +# define ASM_INPUT_0 "0" (r0) +# define ASM_INPUT_1 ASM_INPUT_0, "1" (r3) +# define ASM_INPUT_2 ASM_INPUT_1, "2" (r4) +# define ASM_INPUT_3 ASM_INPUT_2, "3" (r5) +#elif defined __ia64__ +# define DO_INLINE_SYSCALL_NCS(name, nr, args...) \ + LOAD_ARGS_##nr (args) \ + register long _r8 asm ("r8"); \ + register long _r10 asm ("r10"); \ + register long _r15 asm ("r15") = name; \ + long _retval; \ + LOAD_REGS_##nr \ + __asm __volatile ("break 0x100000;;" \ + : "=r" (_r8), "=r" (_r10), "=r" (_r15) \ + ASM_OUTARGS_##nr \ + : "2" (_r15) ASM_ARGS_##nr \ + : "memory" ASM_CLOBBERS_##nr); \ + _retval = _r8; +# define INTERNAL_SYSCALL_DECL(err) long int err +# define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ + ({ \ + DO_INLINE_SYSCALL_NCS (name, nr, args) \ + err = _r10; \ + _retval; }) +# define INTERNAL_SYSCALL(name, err, nr, args...) \ + INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, ##args) +# define INTERNAL_SYSCALL_ERROR_P(val, err) (err == -1) +# define LOAD_ARGS_0() +# define LOAD_REGS_0 +# define LOAD_ARGS_1(a1) \ + long _arg1 = (long) (a1); \ + LOAD_ARGS_0 () +# define LOAD_REGS_1 \ + register long _out0 asm ("out0") = _arg1; \ + LOAD_REGS_0 +# define LOAD_ARGS_2(a1, a2) \ + long _arg2 = (long) (a2); \ + LOAD_ARGS_1 (a1) +# define LOAD_REGS_2 \ + register long _out1 asm ("out1") = _arg2; \ + LOAD_REGS_1 +# define LOAD_ARGS_3(a1, a2, a3) \ + long _arg3 = (long) (a3); \ + LOAD_ARGS_2 (a1, a2) +# define LOAD_REGS_3 \ + register long _out2 asm ("out2") = _arg3; \ + LOAD_REGS_2 +# define ASM_OUTARGS_0 +# define ASM_OUTARGS_1 ASM_OUTARGS_0, "=r" (_out0) +# define ASM_OUTARGS_2 ASM_OUTARGS_1, "=r" (_out1) +# define ASM_OUTARGS_3 ASM_OUTARGS_2, "=r" (_out2) +# define ASM_ARGS_0 +# define ASM_ARGS_1 ASM_ARGS_0, "3" (_out0) +# define ASM_ARGS_2 ASM_ARGS_1, "4" (_out1) +# define ASM_ARGS_3 ASM_ARGS_2, "5" (_out2) +# define ASM_CLOBBERS_0 ASM_CLOBBERS_1, "out0" +# define ASM_CLOBBERS_1 ASM_CLOBBERS_2, "out1" +# define ASM_CLOBBERS_2 ASM_CLOBBERS_3, "out2" +# define ASM_CLOBBERS_3 ASM_CLOBBERS_4, "out3" +# define ASM_CLOBBERS_4 ASM_CLOBBERS_5, "out4" +# define ASM_CLOBBERS_5 ASM_CLOBBERS_6, "out5" +# define ASM_CLOBBERS_6_COMMON , "out6", "out7", \ + /* Non-stacked integer registers, minus r8, r10, r15. */ \ + "r2", "r3", "r9", "r11", "r12", "r13", "r14", "r16", "r17", "r18", \ + "r19", "r20", "r21", "r22", "r23", "r24", "r25", "r26", "r27", \ + "r28", "r29", "r30", "r31", \ + /* Predicate registers. */ \ + "p6", "p7", "p8", "p9", "p10", "p11", "p12", "p13", "p14", "p15", \ + /* Non-rotating fp registers. */ \ + "f6", "f7", "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", \ + /* Branch registers. */ \ + "b6" +# define ASM_CLOBBERS_6 ASM_CLOBBERS_6_COMMON , "b7" +#elif defined __s390__ +# define INTERNAL_SYSCALL_DECL(err) do { } while (0) +# define INTERNAL_SYSCALL_DIRECT(name, err, nr, args...) \ + ({ \ + DECLARGS_##nr(args) \ + register long _ret asm("2"); \ + asm volatile ( \ + "svc %b1\n\t" \ + : "=d" (_ret) \ + : "i" (__NR_##name) ASMFMT_##nr \ + : "memory" ); \ + _ret; }) +# define INTERNAL_SYSCALL_SVC0(name, err, nr, args...) \ + ({ \ + DECLARGS_##nr(args) \ + register unsigned long _nr asm("1") = (unsigned long)(__NR_##name); \ + register long _ret asm("2"); \ + asm volatile ( \ + "svc 0\n\t" \ + : "=d" (_ret) \ + : "d" (_nr) ASMFMT_##nr \ + : "memory" ); \ + _ret; }) +# define INTERNAL_SYSCALL(name, err, nr, args...) \ + (((__NR_##name) < 256) ? \ + INTERNAL_SYSCALL_DIRECT(name, err, nr, args) : \ + INTERNAL_SYSCALL_SVC0(name, err,nr, args)) +# define INTERNAL_SYSCALL_ERROR_P(val, err) \ + ((unsigned long) (val) >= -4095UL) +# define DECLARGS_0() +# define DECLARGS_1(arg1) \ + register unsigned long gpr2 asm ("2") = (unsigned long)(arg1); +# define DECLARGS_2(arg1, arg2) \ + DECLARGS_1(arg1) \ + register unsigned long gpr3 asm ("3") = (unsigned long)(arg2); +# define DECLARGS_3(arg1, arg2, arg3) \ + DECLARGS_2(arg1, arg2) \ + register unsigned long gpr4 asm ("4") = (unsigned long)(arg3); +# define ASMFMT_0 +# define ASMFMT_1 , "0" (gpr2) +# define ASMFMT_2 , "0" (gpr2), "d" (gpr3) +# define ASMFMT_3 , "0" (gpr2), "d" (gpr3), "d" (gpr4) +#elif defined __sparc__ +# ifndef __arch64__ +# define __INTERNAL_SYSCALL_STRING \ + "ta 0x10;" \ + "bcs,a 1f;" \ + " sub %%g0, %%o0, %%o0;" \ + "1:" +# define __SYSCALL_CLOBBERS "g2", "g3", "g4", "g5", "g6", \ + "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", \ + "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", \ + "f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23", \ + "f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31", \ + "cc", "memory" +# else +# define __INTERNAL_SYSCALL_STRING \ + "ta 0x6d;" \ + "bcs,a,pt %%xcc, 1f;" \ + " sub %%g0, %%o0, %%o0;" \ + "1:" +# define __SYSCALL_CLOBBERS "g2", "g3", "g4", "g5", "g6", \ + "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", \ + "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", \ + "f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23", \ + "f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31", \ + "f32", "f34", "f36", "f38", "f40", "f42", "f44", "f46", \ + "f48", "f50", "f52", "f54", "f56", "f58", "f60", "f62", \ + "cc", "memory" +# endif +#define INTERNAL_SYSCALL_DECL(err) do { } while (0) +#define INTERNAL_SYSCALL(name, err, nr, args...) \ + inline_syscall##nr(__INTERNAL_SYSCALL_STRING, __NR_##name, args) +#define INTERNAL_SYSCALL_ERROR_P(val, err) \ + ((unsigned long) (val) >= -515L) +# define inline_syscall0(string,name,dummy...) \ +({ \ + register long __o0 __asm__ ("o0"); \ + register long __g1 __asm__ ("g1") = name; \ + __asm __volatile (string : "=r" (__g1), "=r" (__o0) : \ + "0" (__g1) : \ + __SYSCALL_CLOBBERS); \ + __o0; \ +}) +# define inline_syscall1(string,name,arg1) \ +({ \ + register long __o0 __asm__ ("o0") = (long)(arg1); \ + register long __g1 __asm__ ("g1") = name; \ + __asm __volatile (string : "=r" (__g1), "=r" (__o0) : \ + "0" (__g1), "1" (__o0) : \ + __SYSCALL_CLOBBERS); \ + __o0; \ +}) +# define inline_syscall2(string,name,arg1,arg2) \ +({ \ + register long __o0 __asm__ ("o0") = (long)(arg1); \ + register long __o1 __asm__ ("o1") = (long)(arg2); \ + register long __g1 __asm__ ("g1") = name; \ + __asm __volatile (string : "=r" (__g1), "=r" (__o0) : \ + "0" (__g1), "1" (__o0), "r" (__o1) : \ + __SYSCALL_CLOBBERS); \ + __o0; \ +}) +# define inline_syscall3(string,name,arg1,arg2,arg3) \ +({ \ + register long __o0 __asm__ ("o0") = (long)(arg1); \ + register long __o1 __asm__ ("o1") = (long)(arg2); \ + register long __o2 __asm__ ("o2") = (long)(arg3); \ + register long __g1 __asm__ ("g1") = name; \ + __asm __volatile (string : "=r" (__g1), "=r" (__o0) : \ + "0" (__g1), "1" (__o0), "r" (__o1), \ + "r" (__o2) : \ + __SYSCALL_CLOBBERS); \ + __o0; \ +}) +#elif defined __alpha__ +# define INTERNAL_SYSCALL(name, err_out, nr, args...) \ + INTERNAL_SYSCALL1(name, err_out, nr, args) +# define INTERNAL_SYSCALL1(name, err_out, nr, args...) \ + INTERNAL_SYSCALL_NCS(__NR_##name, err_out, nr, args) +# define INTERNAL_SYSCALL_NCS(name, err_out, nr, args...) \ +({ \ + long _sc_ret, _sc_err; \ + inline_syscall##nr(name, args); \ + err_out = _sc_err; \ + _sc_ret; \ +}) +# define INTERNAL_SYSCALL_DECL(err) long int err +# define INTERNAL_SYSCALL_ERROR_P(val, err) err +# define inline_syscall_clobbers \ + "$1", "$2", "$3", "$4", "$5", "$6", "$7", "$8", \ + "$22", "$23", "$24", "$25", "$27", "$28", "memory" +# define inline_syscall_r0_asm +# define inline_syscall_r0_out_constraint "=v" +# define inline_syscall0(name, args...) \ +{ \ + register long _sc_0 inline_syscall_r0_asm; \ + register long _sc_19 __asm__("$19"); \ + \ + _sc_0 = name; \ + __asm__ __volatile__ \ + ("callsys # %0 %1 <= %2" \ + : inline_syscall_r0_out_constraint (_sc_0), \ + "=r"(_sc_19) \ + : "0"(_sc_0) \ + : inline_syscall_clobbers, \ + "$16", "$17", "$18", "$20", "$21"); \ + _sc_ret = _sc_0, _sc_err = _sc_19; \ +} +# define inline_syscall1(name,arg1) \ +{ \ + register long _sc_0 inline_syscall_r0_asm; \ + register long _sc_16 __asm__("$16"); \ + register long _sc_19 __asm__("$19"); \ + \ + _sc_0 = name; \ + _sc_16 = (long) (arg1); \ + __asm__ __volatile__ \ + ("callsys # %0 %1 <= %2 %3" \ + : inline_syscall_r0_out_constraint (_sc_0), \ + "=r"(_sc_19), "=r"(_sc_16) \ + : "0"(_sc_0), "2"(_sc_16) \ + : inline_syscall_clobbers, \ + "$17", "$18", "$20", "$21"); \ + _sc_ret = _sc_0, _sc_err = _sc_19; \ +} +# define inline_syscall2(name,arg1,arg2) \ +{ \ + register long _sc_0 inline_syscall_r0_asm; \ + register long _sc_16 __asm__("$16"); \ + register long _sc_17 __asm__("$17"); \ + register long _sc_19 __asm__("$19"); \ + \ + _sc_0 = name; \ + _sc_16 = (long) (arg1); \ + _sc_17 = (long) (arg2); \ + __asm__ __volatile__ \ + ("callsys # %0 %1 <= %2 %3 %4" \ + : inline_syscall_r0_out_constraint (_sc_0), \ + "=r"(_sc_19), "=r"(_sc_16), "=r"(_sc_17) \ + : "0"(_sc_0), "2"(_sc_16), "3"(_sc_17) \ + : inline_syscall_clobbers, \ + "$18", "$20", "$21"); \ + _sc_ret = _sc_0, _sc_err = _sc_19; \ +} +# define inline_syscall3(name,arg1,arg2,arg3) \ +{ \ + register long _sc_0 inline_syscall_r0_asm; \ + register long _sc_16 __asm__("$16"); \ + register long _sc_17 __asm__("$17"); \ + register long _sc_18 __asm__("$18"); \ + register long _sc_19 __asm__("$19"); \ + \ + _sc_0 = name; \ + _sc_16 = (long) (arg1); \ + _sc_17 = (long) (arg2); \ + _sc_18 = (long) (arg3); \ + __asm__ __volatile__ \ + ("callsys # %0 %1 <= %2 %3 %4 %5" \ + : inline_syscall_r0_out_constraint (_sc_0), \ + "=r"(_sc_19), "=r"(_sc_16), "=r"(_sc_17), \ + "=r"(_sc_18) \ + : "0"(_sc_0), "2"(_sc_16), "3"(_sc_17), \ + "4"(_sc_18) \ + : inline_syscall_clobbers, "$20", "$21"); \ + _sc_ret = _sc_0, _sc_err = _sc_19; \ +} +#endif + +char buffer[32768], data[32768]; +size_t datasize; +char zonename[1024]; + +ssize_t +readall (int fd, void *buf, size_t len) +{ + INTERNAL_SYSCALL_DECL (err); + size_t n = len; + ssize_t ret; + do + { + ret = INTERNAL_SYSCALL (read, err, 3, fd, buf, n); + if (INTERNAL_SYSCALL_ERROR_P (ret, err)) + { + ret = -1; + break; + } + else if (ret == 0) + break; + buf = (char *) buf + ret; + n -= ret; + } + while (n > 0); + return ret < 0 ? ret : (ssize_t) (len - n); +} + +ssize_t +writeall (int fd, const void *buf, size_t len) +{ + INTERNAL_SYSCALL_DECL (err); + size_t n = len; + ssize_t ret; + do + { + ret = INTERNAL_SYSCALL (write, err, 3, fd, buf, n); + if (INTERNAL_SYSCALL_ERROR_P (ret, err)) + { + ret = -1; + break; + } + else if (ret == 0) + break; + buf = (const char *) buf + ret; + n -= ret; + } + while (n > 0); + return ret < 0 ? ret : (ssize_t) (len - n); +} + +void +update (const char *filename) +{ + INTERNAL_SYSCALL_DECL (err); + long int fd = INTERNAL_SYSCALL (open, err, 2, filename, O_RDONLY); + if (INTERNAL_SYSCALL_ERROR_P (fd, err)) + return; + ssize_t ret = readall (fd, buffer, sizeof (buffer)); + INTERNAL_SYSCALL (close, err, 1, fd); + if (ret <= 0 || (size_t) ret == sizeof (buffer)) + return; + /* Don't update the file unnecessarily. */ + if ((size_t) ret == datasize && memcmp (buffer, data, datasize) == 0) + return; + size_t len = strlen (filename); + char tempfilename[len + sizeof (".tzupdate")]; + memcpy (tempfilename, filename, len); + memcpy (tempfilename + len, ".tzupdate", sizeof (".tzupdate")); + + fd = INTERNAL_SYSCALL (open, err, 3, tempfilename, O_WRONLY | O_CREAT | O_EXCL, 0600); + if (INTERNAL_SYSCALL_ERROR_P (fd, err)) + return; + if (writeall (fd, data, datasize) != datasize) + { +clean_up: + INTERNAL_SYSCALL (unlink, err, 1, tempfilename); + INTERNAL_SYSCALL (close, err, 1, fd); + return; + } + long int sret; + sret = INTERNAL_SYSCALL (fchmod, err, 2, fd, 0644); + if (INTERNAL_SYSCALL_ERROR_P (sret, err)) + goto clean_up; + INTERNAL_SYSCALL (close, err, 1, fd); + + sret = INTERNAL_SYSCALL (rename, err, 2, tempfilename, filename); + if (INTERNAL_SYSCALL_ERROR_P (sret, err)) + INTERNAL_SYSCALL (unlink, err, 1, tempfilename); +} + +int +main (int argc, char **argv) +{ + INTERNAL_SYSCALL_DECL (err); + long int fd = INTERNAL_SYSCALL (open, err, 2, "/etc/sysconfig/clock", O_RDONLY); + if (INTERNAL_SYSCALL_ERROR_P (fd, err)) + return 0; + ssize_t ret = readall (fd, buffer, sizeof (buffer) - 1); + INTERNAL_SYSCALL (close, err, 1, fd); + if (ret <= 0 || (size_t) ret == sizeof (buffer) - 1) + return 0; + char *p = buffer; + while (p != NULL) + { + while (*p == ' ' || *p == '\t') p++; + if (memcmp (p, "ZONE", 4) == 0) + { + p += 4; + while (*p == ' ' || *p == '\t') p++; + if (*p == '=') + { + p++; + while (*p == ' ' || *p == '\t') p++; + if (*p == '"') p++; + char *q = p; + while (strchr (" \t\n\"", *p) == NULL) p++; + const char path[] = "/usr/share/zoneinfo/"; + if (p - q >= sizeof (zonename) - sizeof (path)) + return 0; + memcpy (zonename, path, sizeof (path) - 1); + memcpy (zonename + sizeof (path) - 1, q, p - q); + break; + } + } + p = strchr (p, '\n'); + if (p) p++; + } + if (*zonename == '\0') + return 0; + fd = INTERNAL_SYSCALL (open, err, 2, zonename, O_RDONLY); + if (INTERNAL_SYSCALL_ERROR_P (fd, err)) + return 0; + ret = readall (fd, data, sizeof (data)); + INTERNAL_SYSCALL (close, err, 1, fd); + if (ret <= 0 || (size_t) ret == sizeof (data)) + return 0; + datasize = (size_t) ret; + update ("/etc/localtime"); + update ("/var/spool/postfix/etc/localtime"); + return 0; +} + +int __libc_multiple_threads __attribute__((nocommon)); +int __libc_enable_asynccancel (void) { return 0; } +void __libc_disable_asynccancel (int x) { } +void __libc_csu_init (void) { } +void __libc_csu_fini (void) { } +pid_t __fork (void) { return -1; } +char thr_buf[65536]; + +#ifndef __powerpc__ +int __libc_start_main (int (*main) (int argc, char **argv), + int argc, char **argv, + void (*init) (void), void (*fini) (void), + void (*rtld_fini) (void), void * stack_end) +#else +struct startup_info +{ + void *sda_base; + int (*main) (int, char **, char **, void *); + int (*init) (int, char **, char **, void *); + void (*fini) (void); +}; + +int __libc_start_main (int argc, char **argv, char **ev, + void *auxvec, void (*rtld_fini) (void), + struct startup_info *stinfo, + char **stack_on_entry) +#endif +{ +#if defined __ia64__ || defined __powerpc64__ + register void *r13 __asm ("r13") = thr_buf + 32768; + __asm ("" : : "r" (r13)); +#elif defined __sparc__ + register void *g6 __asm ("g6") = thr_buf + 32768; + __thread_self = thr_buf + 32768; + __asm ("" : : "r" (g6), "r" (__thread_self)); +#elif defined __s390__ && !defined __s390x__ + __asm ("sar %%a0,%0" : : "d" (thr_buf + 32768)); +#elif defined __s390x__ + __asm ("sar %%a1,%0; srlg 0,%0,32; sar %%a0,0" : : "d" (thr_buf + 32768) : "0"); +#elif defined __powerpc__ && !defined __powerpc64__ + register void *r2 __asm ("r2") = thr_buf + 32768; + __asm ("" : : "r" (r2)); +#endif +#ifdef __powerpc__ + argc = (long)*stack_on_entry; + argv = stack_on_entry + 1; +#endif + long ret = main (argc, argv); + INTERNAL_SYSCALL_DECL (err); + INTERNAL_SYSCALL (exit, err, 1, ret); + return 110; +} diff --git a/gmon/Makefile b/gmon/Makefile index 80a79456f7..969edd5575 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1995,1996,1997,2001,2002,2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -27,7 +27,15 @@ routines := gmon mcount profil sprofil bb_init_func bb_exit_func prof-freq elide-routines.os = bb_init_func bb_exit_func -tests := tst-sprofil +include ../Makeconfig + +tests = tst-sprofil +ifeq ($(build-profile),yes) +tests += tst-profile-static +tests-static += tst-profile-static + +LDFLAGS-tst-profile-static = -profile +endif # The mcount code won't work without a frame pointer. CFLAGS-mcount.c := -fno-omit-frame-pointer diff --git a/sysdeps/generic/bb_init_func.c b/gmon/bb_init_func.c similarity index 100% rename from sysdeps/generic/bb_init_func.c rename to gmon/bb_init_func.c diff --git a/gmon/gmon.c b/gmon/gmon.c index 575adbcd8b..1e94aaba5f 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -171,7 +171,7 @@ __monstartup (lowpc, highpc) __moncontrol(1); } -weak_alias(__monstartup, monstartup) +weak_alias (__monstartup, monstartup) static void @@ -331,7 +331,7 @@ write_gmon (void) { size_t len = strlen (env); char buf[len + 20]; - sprintf (buf, "%s.%u", env, __getpid ()); + __snprintf (buf, sizeof (buf), "%s.%u", env, __getpid ()); fd = open_not_cancel (buf, O_CREAT|O_TRUNC|O_WRONLY|O_NOFOLLOW, 0666); } @@ -343,14 +343,8 @@ write_gmon (void) { char buf[300]; int errnum = errno; -#ifdef USE_IN_LIBIO - if (_IO_fwide (stderr, 0) > 0) - __fwprintf (stderr, L"_mcleanup: gmon.out: %s\n", - __strerror_r (errnum, buf, sizeof buf)); - else -#endif - fprintf (stderr, "_mcleanup: gmon.out: %s\n", - __strerror_r (errnum, buf, sizeof buf)); + __fxprintf (NULL, "_mcleanup: gmon.out: %s\n", + __strerror_r (errnum, buf, sizeof buf)); return; } } diff --git a/gmon/mcount.c b/gmon/mcount.c index e18bf86e83..32a5f1ea0f 100644 --- a/gmon/mcount.c +++ b/gmon/mcount.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; /* This file provides the machine-dependent definitions of the _MCOUNT_DECL and MCOUNT macros. */ -#include "machine-gmon.h" +#include #include diff --git a/sysdeps/generic/prof-freq.c b/gmon/prof-freq.c similarity index 100% rename from sysdeps/generic/prof-freq.c rename to gmon/prof-freq.c diff --git a/sysdeps/generic/profil.c b/gmon/profil.c similarity index 100% rename from sysdeps/generic/profil.c rename to gmon/profil.c diff --git a/sysdeps/generic/sprofil.c b/gmon/sprofil.c similarity index 100% rename from sysdeps/generic/sprofil.c rename to gmon/sprofil.c diff --git a/gmon/tst-profile-static.c b/gmon/tst-profile-static.c new file mode 100644 index 0000000000..b2f371e782 --- /dev/null +++ b/gmon/tst-profile-static.c @@ -0,0 +1,10 @@ +#include +static int +do_test (void) +{ + puts ("Hello world"); + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/grp/initgroups.c b/grp/initgroups.c index d052cf48f7..2e489463df 100644 --- a/grp/initgroups.c +++ b/grp/initgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1989,91,93,1996-2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1989,91,93,1996-2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ 02111-1307 USA. */ #include +#include #include #include #include @@ -73,6 +74,8 @@ internal_getgrouplist (const char *user, gid_t group, long int *size, /* Start is one, because we have the first group as parameter. */ long int start = 1; + /* Never store more than the starting *SIZE number of elements. */ + assert (*size > 0); (*groupsp)[0] = group; if (__nss_group_database != NULL) @@ -140,11 +143,9 @@ internal_getgrouplist (const char *user, gid_t group, long int *size, int getgrouplist (const char *user, gid_t group, gid_t *groups, int *ngroups) { - gid_t *newgroups; long int size = MAX (1, *ngroups); - int result; - newgroups = (gid_t *) malloc ((size + 1) * sizeof (gid_t)); + gid_t *newgroups = (gid_t *) malloc (size * sizeof (gid_t)); if (__builtin_expect (newgroups == NULL, 0)) /* No more memory. */ // XXX This is wrong. The user provided memory, we have to use @@ -153,20 +154,16 @@ getgrouplist (const char *user, gid_t group, gid_t *groups, int *ngroups) // XXX too small. For initgroups a flag could say: increase size. return -1; - result = internal_getgrouplist (user, group, &size, &newgroups, -1); - - memcpy (groups, newgroups, MIN (*ngroups, result) * sizeof (gid_t)); + int total = internal_getgrouplist (user, group, &size, &newgroups, -1); - if (result > *ngroups) - { - *ngroups = result; - result = -1; - } - else - *ngroups = result; + memcpy (groups, newgroups, MIN (*ngroups, total) * sizeof (gid_t)); free (newgroups); - return result; + + int retval = total > *ngroups ? -1 : total; + *ngroups = total; + + return retval; } static_link_warning (getgrouplist) diff --git a/grp/putgrent.c b/grp/putgrent.c index cb9b6b1f79..382d6a4daa 100644 --- a/grp/putgrent.c +++ b/grp/putgrent.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 96, 98, 99, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,96,98,99,2000,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -44,8 +44,13 @@ putgrent (gr, stream) flockfile (stream); - retval = fprintf (stream, "%s:%s:%u:", - gr->gr_name, _S (gr->gr_passwd), gr->gr_gid); + if (gr->gr_name[0] == '+' || gr->gr_name[0] == '-') + retval = fprintf (stream, "%s:%s::", + gr->gr_name, _S (gr->gr_passwd)); + else + retval = fprintf (stream, "%s:%s:%lu:", + gr->gr_name, _S (gr->gr_passwd), + (unsigned long int) gr->gr_gid); if (__builtin_expect (retval, 0) < 0) { funlockfile (stream); diff --git a/sysdeps/generic/setgroups.c b/grp/setgroups.c similarity index 100% rename from sysdeps/generic/setgroups.c rename to grp/setgroups.c diff --git a/hesiod/README.hesiod b/hesiod/README.hesiod index 18cd5d45dd..259ce8d447 100644 --- a/hesiod/README.hesiod +++ b/hesiod/README.hesiod @@ -71,6 +71,14 @@ will want to create your own. It should look something like: rhs=.your.domain lhs=.ns + classes=in,hs + +The optional classes settings specifies which DNS classes Hesiod +should do lookups in. Possible values are IN (the preferred class) +and HS (the deprecated class, still used by some sites). +You may specify both classes separated by a comma to try one class +first and then the other if no entry is available in the first +class. The default value of the classes variable is `IN,HS'. The value of rhs can be overridden by the environment variable `HES_DOMAIN'. diff --git a/hesiod/hesiod.c b/hesiod/hesiod.c index 7fffb310f1..b3706b506b 100644 --- a/hesiod/hesiod.c +++ b/hesiod/hesiod.c @@ -83,6 +83,9 @@ hesiod_init(void **context) { ctx->LHS = NULL; ctx->RHS = NULL; ctx->res = NULL; + /* Set default query classes. */ + ctx->classes[0] = C_IN; + ctx->classes[1] = C_HS; configname = __secure_getenv("HESIOD_CONFIG"); if (!configname) @@ -234,15 +237,12 @@ hesiod_resolve(void *context, const char *name, const char *type) { return (NULL); } - if ((retvec = get_txt_records(ctx, C_IN, bindname))) { - free(bindname); - return (retvec); - } + retvec = get_txt_records(ctx, ctx->classes[0], bindname); + + if (retvec == NULL && (errno == ENOENT || errno == ECONNREFUSED) && ctx->classes[1]) + retvec = get_txt_records(ctx, ctx->classes[1], bindname); - if (errno != ENOENT && errno != ECONNREFUSED) - return (NULL); - retvec = get_txt_records(ctx, C_HS, bindname); free(bindname); return (retvec); } @@ -261,7 +261,6 @@ hesiod_free_list(void *context, char **list) { */ static int parse_config_file(struct hesiod_p *ctx, const char *filename) { - char *key, *data, *cp, **cpp; char buf[MAXDNAME+7]; FILE *fp; @@ -272,6 +271,9 @@ parse_config_file(struct hesiod_p *ctx, const char *filename) { free(ctx->RHS); free(ctx->LHS); ctx->RHS = ctx->LHS = 0; + /* Set default query classes. */ + ctx->classes[0] = C_IN; + ctx->classes[1] = C_HS; /* * Now open and parse the file... @@ -280,6 +282,8 @@ parse_config_file(struct hesiod_p *ctx, const char *filename) { return (-1); while (fgets(buf, sizeof(buf), fp) != NULL) { + char *key, *data, *cp, **cpp; + cp = buf; if (*cp == '#' || *cp == '\n' || *cp == '\r') continue; @@ -297,17 +301,36 @@ parse_config_file(struct hesiod_p *ctx, const char *filename) { cp++; *cp++ = '\0'; - if (strcmp(key, "lhs") == 0) + cpp = NULL; + if (strcasecmp(key, "lhs") == 0) cpp = &ctx->LHS; - else if (strcmp(key, "rhs") == 0) + else if (strcasecmp(key, "rhs") == 0) cpp = &ctx->RHS; - else - continue; - - *cpp = malloc(strlen(data) + 1); - if (!*cpp) - goto cleanup; - strcpy(*cpp, data); + if (cpp) { + *cpp = strdup(data); + if (!*cpp) + goto cleanup; + } else if (strcasecmp(key, "classes") == 0) { + int n = 0; + while (*data && n < 2) { + cp = strchrnul(data, ','); + if (*cp != '\0') + *cp++ = '\0'; + if (strcasecmp(data, "IN") == 0) + ctx->classes[n++] = C_IN; + else if (strcasecmp(data, "HS") == 0) + ctx->classes[n++] = C_HS; + data = cp; + } + if (n == 0) { + /* Restore the default. Better than + nother at all. */ + ctx->classes[0] = C_IN; + ctx->classes[1] = C_HS; + } else if (n == 1 + || ctx->classes[0] == ctx->classes[1]) + ctx->classes[1] = 0; + } } fclose(fp); return (0); @@ -464,12 +487,6 @@ __hesiod_res_set(void *context, struct __res_state *res, if (ctx->res && ctx->free_res) { res_nclose(ctx->res); - if ((ctx->res->options & RES_INIT) && ctx->res->nscount > 0) { - for (int ns = 0; ns < MAXNS; ns++) { - free (ctx->res->_u._ext.nsaddrs[ns]); - ctx->res->_u._ext.nsaddrs[ns] = NULL; - } - } (*ctx->free_res)(ctx->res); } diff --git a/hesiod/hesiod_p.h b/hesiod/hesiod_p.h index 71aca0976d..5010d71bc9 100644 --- a/hesiod/hesiod_p.h +++ b/hesiod/hesiod_p.h @@ -41,6 +41,7 @@ struct hesiod_p { void (*res_set)(struct hesiod_p *, struct __res_state *, void (*)(void *)); struct __res_state * (*res_get)(struct hesiod_p *); + int classes[2]; /* The class search order. */ }; #define MAX_HESRESP 1024 diff --git a/hurd/Depend b/hurd/Depend new file mode 100644 index 0000000000..b108b245b8 --- /dev/null +++ b/hurd/Depend @@ -0,0 +1,9 @@ +# This file says that the mach subdirectory should appear before this one. +# The mach and hurd subdirectories have many generated header files which +# much of the rest of the library depends on, so it is best to build them +# first (and mach before hurd, at that). The before-compile additions in +# sysdeps/{mach,hurd}/Makefile should make it reliably work for these files +# not to exist when making in other directories, but it will be slower that +# way with more somewhat expensive `make' invocations. + +mach diff --git a/hurd/Makefile b/hurd/Makefile index ccf596c918..ab5a8485a2 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002 +# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004,2006 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -46,7 +46,7 @@ server-interfaces := hurd/msg faultexc routines = hurdstartup hurdinit \ hurdid hurdpid hurdrlimit hurdprio hurdexec hurdselect \ - hurdlookup lookup-retry \ + hurdlookup lookup-retry lookup-at \ get-host set-host \ path-lookup \ setauth \ @@ -60,7 +60,7 @@ routines = hurdstartup hurdinit \ vpprintf \ ports-get ports-set hurdports hurdmsg \ errno-loc \ - $(sig) $(dtable) $(inlines) port-cleanup report-wait + $(sig) $(dtable) $(inlines) port-cleanup report-wait xattr sig = hurdsig hurdfault siginfo hurd-raise preempt-sig \ trampoline longjmp-ts catch-exc exc2signal hurdkill sigunwind \ thread-self thread-cancel intr-msg catch-signal diff --git a/sysdeps/generic/exc2signal.c b/hurd/exc2signal.c similarity index 100% rename from sysdeps/generic/exc2signal.c rename to hurd/exc2signal.c diff --git a/hurd/getdport.c b/hurd/getdport.c index eeb5a8689e..41567d5fe1 100644 --- a/hurd/getdport.c +++ b/hurd/getdport.c @@ -35,8 +35,11 @@ __getdport (int fd) so we don't bother allocating a real table. */ if (_hurd_init_dtable == NULL) - /* Never had a descriptor table. */ - return EBADF; + { + /* Never had a descriptor table. */ + errno = EBADF; + return MACH_PORT_NULL; + } if (fd < 0 || (unsigned int) fd > _hurd_init_dtablesize || _hurd_init_dtable[fd] == MACH_PORT_NULL) diff --git a/hurd/hurd/fd.h b/hurd/hurd/fd.h index 198791b807..ad11367f3b 100644 --- a/hurd/hurd/fd.h +++ b/hurd/hurd/fd.h @@ -1,5 +1,5 @@ /* File descriptors. - Copyright (C) 1993,94,95,96,97,98,99,2000,01,02 + Copyright (C) 1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -240,5 +240,21 @@ extern int _hurd_select (int nfds, struct pollfd *pollfds, const struct timespec *timeout, const sigset_t *sigmask); +/* Variant of file_name_lookup used in *at function implementations. + AT_FLAGS should contain only AT_SYMLINK_NOFOLLOW; other bits + cause EINVAL. */ +extern file_t __file_name_lookup_at (int fd, int at_flags, + const char *file_name, + int flags, mode_t mode); + +/* Variant of file_name_split used in *at function implementations. */ +extern file_t __file_name_split_at (int fd, const char *file_name, + char **name); + +/* Variant of directory_name_split used in *at function implementations. */ +extern file_t __directory_name_split_at (int fd, const char *directory_name, + char **name); + + #endif /* hurd/fd.h */ diff --git a/hurd/hurd/lookup.h b/hurd/hurd/lookup.h index faa35e0bf6..1d013d9537 100644 --- a/hurd/hurd/lookup.h +++ b/hurd/hurd/lookup.h @@ -1,5 +1,5 @@ /* Declarations of file name translation functions for the GNU Hurd. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -76,8 +76,8 @@ error_t __hurd_file_name_split (error_t (*use_init_port) (int which, error_t (*operate) (mach_port_t)), file_t (*get_dtable_port) (int fd), - error_t (*lookup) - (file_t dir, char *name, int flags, mode_t mode, + error_t (*lookup) (file_t dir, char *name, + int flags, mode_t mode, retry_type *do_retry, string_t retry_name, mach_port_t *result), const char *file_name, @@ -86,13 +86,37 @@ error_t hurd_file_name_split (error_t (*use_init_port) (int which, error_t (*operate) (mach_port_t)), file_t (*get_dtable_port) (int fd), - error_t (*lookup) - (file_t dir, char *name, int flags, mode_t mode, + error_t (*lookup) (file_t dir, char *name, + int flags, mode_t mode, retry_type *do_retry, string_t retry_name, mach_port_t *result), const char *file_name, file_t *dir, char **name); +/* Split DIRECTORY into a parent directory and a name within the directory. + This is the same as hurd_file_name_split, but ignores trailing slashes. */ + +error_t __hurd_directory_name_split (error_t (*use_init_port) + (int which, + error_t (*operate) (mach_port_t)), + file_t (*get_dtable_port) (int fd), + error_t (*lookup) (file_t dir, char *name, + int flags, mode_t mode, + retry_type *do_retry, string_t retry_name, + mach_port_t *result), + const char *directory_name, + file_t *dir, char **name); +error_t hurd_directory_name_split (error_t (*use_init_port) + (int which, + error_t (*operate) (mach_port_t)), + file_t (*get_dtable_port) (int fd), + error_t (*lookup) (file_t dir, char *name, + int flags, mode_t mode, + retry_type *do_retry, string_t retry_name, + mach_port_t *result), + const char *directory_name, + file_t *dir, char **name); + /* Process the values returned by `dir_lookup' et al, and loop doing `dir_lookup' calls until one returns FS_RETRY_NONE. The arguments diff --git a/hurd/hurd/xattr.h b/hurd/hurd/xattr.h new file mode 100644 index 0000000000..aaa7fd8eaa --- /dev/null +++ b/hurd/hurd/xattr.h @@ -0,0 +1,35 @@ +/* Access to extended attributes on files for GNU/Hurd. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#ifndef _HURD_XATTR_H +#define _HURD_XATTR_H 1 + +#include /* This defines the XATTR_* flags. */ + +/* These are the internal versions of getxattr/setxattr/listxattr. */ +extern error_t _hurd_xattr_get (io_t port, const char *name, + void *value, size_t *size); +extern error_t _hurd_xattr_set (io_t port, const char *name, + const void *value, size_t size, int flags); +extern error_t _hurd_xattr_remove (io_t port, const char *name); +extern error_t _hurd_xattr_list (io_t port, void *buffer, size_t *size); + + + +#endif /* hurd/xattr.h */ diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c index 6ab5a97876..36653e1488 100644 --- a/hurd/hurdfault.c +++ b/hurd/hurdfault.c @@ -1,5 +1,6 @@ /* Handle faults in the signal thread. - Copyright (C) 1994,95,96,97,2002 Free Software Foundation, Inc. + Copyright (C) 1994,1995,1996,1997,2002,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +25,7 @@ #include #include #include -#include "thread_state.h" +#include #include "faultexc_server.h" /* mig-generated header for our exc server. */ #include diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c index 77de27150a..8270132b90 100644 --- a/hurd/hurdlookup.c +++ b/hurd/hurdlookup.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992,93,94,95,96,97,99,2001,2004 +/* Copyright (C) 1992,1993,1994,1995,1996,1997,1999,2001,2004,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -184,19 +184,7 @@ __hurd_directory_name_split (error_t (*use_init_port) --lastslash; /* Find the last one earlier in the string, before the trailing ones. */ -#if __GLIBC__ > 2 || __GLIBC_MINOR__ >= 2 lastslash = __memrchr (file_name, '/', lastslash - file_name); -#else - /* Keep backing up, looking for a slash. */ - do - if (lastslash == file_name) - { - /* Hit the start with no slash. */ - lastslash = NULL; - break; - } - while (*lastslash-- != '/'); -#endif } if (lastslash != NULL) diff --git a/hurd/hurdmalloc.c b/hurd/hurdmalloc.c index 4839d98535..12da1f2abc 100644 --- a/hurd/hurdmalloc.c +++ b/hurd/hurdmalloc.c @@ -33,63 +33,7 @@ * the rights to redistribute these changes. */ /* - * HISTORY - * $Log$ - * Revision 1.15 2001/09/19 03:04:09 drepper - * (bcopy): Removed. - * (realloc): Replace bcopy with memcpy. - * - * Revision 1.14 2001/04/01 05:03:14 roland - * 2001-03-11 Roland McGrath - * - * * mach/mach_error.h: Fix ancient #endif syntax. - * * hurd/hurdmalloc.c: Likewise. - * - * Revision 1.13 1996/12/20 01:32:01 drepper - * Update from main archive 961219 - * - * Revision 1.12 1996/11/15 19:44:13 thomas - * Tue Nov 12 16:58:41 1996 Thomas Bushnell, n/BSG - * - * * mach/msg-destroy.c (mach_msg_destroy_port, - * mach_msg_destroy_memory): Use prototype syntax. - * * hurd/hurdmalloc.c (more_memory, malloc_fork_prepare, - * malloc_fork_parent, malloc_fork_child): Likewise. - * - * Revision 1.11 1996/06/06 15:13:47 miles - * Changes to bring in line with the hurd libthreads/malloc.c: - * (more_memory): Use assert_perror instead of MACH_CALL. - * "cthread_internals.h": Include removed. - * (realloc): Use LOG2_MIN_SIZE. - * (LOG2_MIN_SIZE): New macro. - * (realloc): Don't bother allocating a new block if the - * new size request fits in the old one and doesn't waste any space. - * Only free the old block if we successfully got a new one. - * [MCHECK] (struct header): New type. - * (union header): Only define if !MCHECK. - * (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. - * [MCHECK] (MIN_SIZE): Add correct definition for this case. - * (more_memory, malloc, free, realloc): Use above macros, and add - * appropriate checks & frobs in MCHECK case. - * - * Revision 1.6 1996/03/07 21:13:08 miles - * (realloc): - * Use LOG2_MIN_SIZE. - * Don't bother allocating a new block if the new size request fits in the old - * one and doesn't waste any space. - * Only free the old block if we successfully got a new one. - * (LOG2_MIN_SIZE): New macro. - * - * Revision 1.5 1996/03/06 23:51:04 miles - * [MCHECK] (struct header): New type. - * (union header): Only define if !MCHECK. - * (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. - * [MCHECK] (MIN_SIZE): Add correct definition for this case. - * (more_memory, malloc, free, realloc): - * Use above macros, and add appropriate checks & frobs in MCHECK case. - * - * Revision 1.4 1994/05/05 11:21:42 roland - * entered into RCS + * (pre-GNU) HISTORY * * Revision 2.7 91/05/14 17:57:34 mrt * Correcting copyright diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index bbd0c17182..e12d19da12 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,01,2002 +/* Copyright (C) 1991,92,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -132,7 +132,7 @@ _hurd_thread_sigstate (thread_t thread) #include #include #include -#include "thread_state.h" +#include #include #include /* For __msg_sig_post_reply. */ #include @@ -256,7 +256,7 @@ interrupted_reply_port_location (struct machine_thread_all_state *thread_state, } #include -#include "intr-msg.h" +#include /* Timeout on interrupt_operation calls. */ mach_msg_timeout_t _hurdsig_interrupt_timeout = 1000; diff --git a/hurd/intr-msg.c b/hurd/intr-msg.c index e75fca81fb..0ca6af3580 100644 --- a/hurd/intr-msg.c +++ b/hurd/intr-msg.c @@ -1,5 +1,6 @@ /* Replacement for mach_msg used in interruptible Hurd RPCs. - Copyright (C) 1995,96,97,98,99,2000,01,02 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99,2000,2001,2002,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -201,9 +202,10 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg, case MACH_MSG_TYPE_MOVE_SEND: for (i = 0; i < number; i++) __mach_port_deallocate (__mach_task_self (), *ports++); - (ty->msgtl_header.msgt_longform - ? ty->msgtl_name : ty->msgtl_header.msgt_name) - = MACH_MSG_TYPE_COPY_SEND; + if (ty->msgtl_header.msgt_longform) + ty->msgtl_name = MACH_MSG_TYPE_COPY_SEND; + else + ty->msgtl_header.msgt_name = MACH_MSG_TYPE_COPY_SEND; break; case MACH_MSG_TYPE_COPY_SEND: case MACH_MSG_TYPE_MOVE_RECEIVE: @@ -223,29 +225,29 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg, name = ty->msgtl_name; size = ty->msgtl_size; number = ty->msgtl_number; - (char *) ty += sizeof (mach_msg_type_long_t); + ty = (void *) ty + sizeof (mach_msg_type_long_t); } else { name = ty->msgtl_header.msgt_name; size = ty->msgtl_header.msgt_size; number = ty->msgtl_header.msgt_number; - (char *) ty += sizeof (mach_msg_type_t); + ty = (void *) ty + sizeof (mach_msg_type_t); } if (ty->msgtl_header.msgt_inline) { clean_ports ((void *) ty, 0); /* calculate length of data in bytes, rounding up */ - (char *) ty += (((((number * size) + 7) >> 3) - + sizeof (mach_msg_type_t) - 1) - &~ (sizeof (mach_msg_type_t) - 1)); + ty = (void *) ty + (((((number * size) + 7) >> 3) + + sizeof (mach_msg_type_t) - 1) + &~ (sizeof (mach_msg_type_t) - 1)); } else { clean_ports (*(void **) ty, ty->msgtl_header.msgt_deallocate); - ++(void **) ty; + ty = (void *) ty + sizeof (void *); } } #else /* Untyped Mach IPC flavor. */ diff --git a/sysdeps/generic/longjmp-ts.c b/hurd/longjmp-ts.c similarity index 100% rename from sysdeps/generic/longjmp-ts.c rename to hurd/longjmp-ts.c diff --git a/hurd/lookup-at.c b/hurd/lookup-at.c new file mode 100644 index 0000000000..a2d50cb192 --- /dev/null +++ b/hurd/lookup-at.c @@ -0,0 +1,110 @@ +/* Lookup helper function for Hurd implementation of *at functions. + Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include +#include + +file_t +__file_name_lookup_at (int fd, int at_flags, + const char *file_name, int flags, mode_t mode) +{ + error_t err; + file_t result; + + flags |= (at_flags & AT_SYMLINK_NOFOLLOW) ? O_NOLINK : 0; + at_flags &= ~AT_SYMLINK_NOFOLLOW; + if (at_flags != 0) + return __hurd_fail (EINVAL); + + if (fd == AT_FDCWD || file_name[0] == '/') + return __file_name_lookup (file_name, flags, mode); + + file_t startdir; + error_t use_init_port (int which, error_t (*operate) (mach_port_t)) + { + return (which == INIT_PORT_CWDIR ? (*operate) (startdir) : + _hurd_ports_use (which, operate)); + } + + err = HURD_DPORT_USE (fd, (startdir = port, + __hurd_file_name_lookup (&use_init_port, + &__getdport, NULL, + file_name, + flags, + mode & ~_hurd_umask, + &result))); + + return err ? (__hurd_dfail (fd, err), MACH_PORT_NULL) : result; +} + +file_t +__file_name_split_at (int fd, const char *file_name, char **name) +{ + error_t err; + file_t result; + + if (fd == AT_FDCWD || file_name[0] == '/') + return __file_name_split (file_name, name); + + err = __hurd_file_name_split (&_hurd_ports_use, &__getdport, 0, + file_name, &result, name); + + file_t startdir; + error_t use_init_port (int which, error_t (*operate) (mach_port_t)) + { + return (which == INIT_PORT_CWDIR ? (*operate) (startdir) : + _hurd_ports_use (which, operate)); + } + + err = HURD_DPORT_USE (fd, (startdir = port, + __hurd_file_name_split (&use_init_port, + &__getdport, 0, + file_name, + &result, name))); + + return err ? (__hurd_dfail (fd, err), MACH_PORT_NULL) : result; +} + +file_t +__directory_name_split_at (int fd, const char *directory_name, char **name) +{ + error_t err; + file_t result; + + if (fd == AT_FDCWD || directory_name[0] == '/') + return __directory_name_split (directory_name, name); + + file_t startdir; + error_t use_init_port (int which, error_t (*operate) (mach_port_t)) + { + return (which == INIT_PORT_CWDIR ? (*operate) (startdir) : + _hurd_ports_use (which, operate)); + } + + err = HURD_DPORT_USE (fd, (startdir = port, + __hurd_directory_name_split (&use_init_port, + &__getdport, 0, + directory_name, + &result, name))); + + return err ? (__hurd_dfail (fd, err), MACH_PORT_NULL) : result; +} diff --git a/hurd/lookup-retry.c b/hurd/lookup-retry.c index 1f53f911a7..0a886229f0 100644 --- a/hurd/lookup-retry.c +++ b/hurd/lookup-retry.c @@ -1,5 +1,5 @@ /* hairy bits of Hurd file name lookup - Copyright (C) 1992,1993,1994,1995,1996,1997,1999,2001,2002,2003 + Copyright (C) 1992,1993,1994,1995,1996,1997,1999,2001,2002,2003,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -247,7 +247,7 @@ __hurd_file_name_lookup_retry (error_t (*use_init_port) char *p; /* XXX want client's host */ if (err = __host_info (__mach_host_self (), HOST_BASIC_INFO, - (natural_t *) &hostinfo, + (integer_t *) &hostinfo, &hostinfocnt)) return err; if (hostinfocnt != HOST_BASIC_INFO_COUNT) diff --git a/hurd/report-wait.c b/hurd/report-wait.c index 2ec1c19202..296b2eec42 100644 --- a/hurd/report-wait.c +++ b/hurd/report-wait.c @@ -1,5 +1,5 @@ /* Report on what a thread in our task is waiting for. - Copyright (C) 1996,97,99,2002 Free Software Foundation, Inc. + Copyright (C) 1996,1997,1999,2002,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,8 +23,8 @@ #include #include #include -#include "thread_state.h" -#include "intr-msg.h" +#include +#include static char * describe_number (string_t description, const char *flavor, long int i) @@ -140,7 +140,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread, error_t err; err = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR, - (integer_t *) &state, &count); + (natural_t *) &state, &count); if (err) return err; assert (count == MACHINE_THREAD_STATE_COUNT); diff --git a/hurd/sigunwind.c b/hurd/sigunwind.c index 450a385a2a..31dbe2a10e 100644 --- a/hurd/sigunwind.c +++ b/hurd/sigunwind.c @@ -1,5 +1,5 @@ /* longjmp cleanup function for unwinding past signal handlers. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,9 +18,10 @@ 02111-1307 USA. */ #include -#include "thread_state.h" -#include +#include +#include #include +#include /* _hurd_setup_sighandler puts a link on the `active resources' chain so that @@ -70,11 +71,19 @@ _hurdsig_longjmp_from_handler (void *data, jmp_buf env, int val) struct hurd_userlink *link; + inline uintptr_t demangle_ptr (uintptr_t x) + { +# ifdef PTR_DEMANGLE + PTR_DEMANGLE (x); +# endif + return x; + } + /* Continue _longjmp_unwind's job of running the unwind forms for frames being unwound, since we will not return to its loop like this one, which called us. */ for (link = ss->active_resources; - link && _JMPBUF_UNWINDS (env[0].__jmpbuf, link); + link && _JMPBUF_UNWINDS (env[0].__jmpbuf, link, demangle_ptr); link = link->thread.next) if (_hurd_userlink_unlink (link)) { @@ -111,7 +120,7 @@ _hurdsig_longjmp_from_handler (void *data, jmp_buf env, int val) link = (void *) &scp[1]; assert (! link->resource.next && ! link->resource.prevp); assert (link->thread.next == ss->active_resources); - assert (link->thread.prevp = &ss->active_resources); + assert (link->thread.prevp == &ss->active_resources); if (link->thread.next) link->thread.next->thread.prevp = &link->thread.next; ss->active_resources = link; diff --git a/sysdeps/generic/trampoline.c b/hurd/trampoline.c similarity index 100% rename from sysdeps/generic/trampoline.c rename to hurd/trampoline.c diff --git a/hurd/xattr.c b/hurd/xattr.c new file mode 100644 index 0000000000..cf3e22d982 --- /dev/null +++ b/hurd/xattr.c @@ -0,0 +1,201 @@ +/* Support for *xattr interfaces on GNU/Hurd. + Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include + +/* Right now we support only a fixed set of xattr names for Hurd features. + There are no RPC interfaces for free-form xattr names and values. + + Name Value encoding + ---- ----- -------- + gnu.author empty if st_author==st_uid + uid_t giving st_author value + gnu.translator empty if no passive translator + translator and arguments: "/hurd/foo\0arg1\0arg2\0" +*/ + +error_t +_hurd_xattr_get (io_t port, const char *name, void *value, size_t *size) +{ + if (strncmp (name, "gnu.", 4)) + return EOPNOTSUPP; + name += 4; + + if (!strcmp (name, "author")) + { + struct stat64 st; + error_t err = __io_stat (port, &st); + if (err) + return err; + if (st.st_author == st.st_uid) + *size = 0; + else if (value) + { + if (*size < sizeof st.st_author) + return ERANGE; + memcpy (value, &st.st_author, sizeof st.st_author); + } + *size = sizeof st.st_author; + return 0; + } + + if (!strcmp (name, "translator")) + { + char *buf = value; + size_t bufsz = value ? *size : 0; + error_t err = __file_get_translator (port, &buf, &bufsz); + if (err) + return err; + if (value != NULL && *size < bufsz) + { + if (buf != value) + munmap (buf, bufsz); + return -ERANGE; + } + if (buf != value && bufsz > 0) + { + if (value != NULL) + memcpy (value, buf, bufsz); + munmap (buf, bufsz); + } + *size = bufsz; + return 0; + } + + return EOPNOTSUPP; +} + +error_t +_hurd_xattr_set (io_t port, const char *name, const void *value, size_t size, + int flags) +{ + if (strncmp (name, "gnu.", 4)) + return EOPNOTSUPP; + name += 4; + + if (!strcmp (name, "author")) + switch (size) + { + default: + return EINVAL; + case 0: /* "Clear" author by setting to st_uid. */ + { + struct stat64 st; + error_t err = __io_stat (port, &st); + if (err) + return err; + if (st.st_author == st.st_uid) + { + /* Nothing to do. */ + if (flags & XATTR_REPLACE) + return ENODATA; + return 0; + } + if (flags & XATTR_CREATE) + return EEXIST; + return __file_chauthor (port, st.st_uid); + } + case sizeof (uid_t): /* Set the author. */ + { + uid_t id; + memcpy (&id, value, sizeof id); + if (flags & (XATTR_CREATE|XATTR_REPLACE)) + { + struct stat64 st; + error_t err = __io_stat (port, &st); + if (err) + return err; + if (st.st_author == st.st_uid) + { + if (flags & XATTR_REPLACE) + return ENODATA; + } + else if (flags & XATTR_CREATE) + return EEXIST; + if (st.st_author == id) + /* Nothing to do. */ + return 0; + } + return __file_chauthor (port, id); + } + } + + if (!strcmp (name, "translator")) + { + if (flags & XATTR_REPLACE) + { + /* Must make sure it's already there. */ + char *buf = NULL; + size_t bufsz = 0; + error_t err = __file_get_translator (port, &buf, &bufsz); + if (err) + return err; + if (bufsz > 0) + { + munmap (buf, bufsz); + return ENODATA; + } + } + return __file_set_translator (port, + FS_TRANS_SET | ((flags & XATTR_CREATE) + ? FS_TRANS_EXCL : 0), 0, 0, + value, size, + MACH_PORT_NULL, MACH_MSG_TYPE_COPY_SEND); + } + + return EOPNOTSUPP; +} + +error_t +_hurd_xattr_remove (io_t port, const char *name) +{ + return _hurd_xattr_set (port, name, NULL, 0, XATTR_REPLACE); +} + +error_t +_hurd_xattr_list (io_t port, void *buffer, size_t *size) +{ + size_t total = 0; + char *bufp = buffer; + inline void add (const char *name, size_t len) + { + total += len; + if (bufp != NULL && total <= *size) + bufp = __mempcpy (bufp, name, len); + } +#define add(s) add (s, sizeof s) + + struct stat64 st; + error_t err = __io_stat (port, &st); + if (err) + return err; + + if (st.st_author != st.st_uid) + add ("gnu.author"); + if (st.st_mode & S_IPTRANS) + add ("gnu.translator"); + + if (buffer != NULL && total > *size) + return ERANGE; + *size = total; + return 0; +} diff --git a/iconv/dummy-repertoire.c b/iconv/dummy-repertoire.c index a195460f9a..a87685c505 100644 --- a/iconv/dummy-repertoire.c +++ b/iconv/dummy-repertoire.c @@ -1,21 +1,19 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* For iconv we don't have to handle repertoire maps. Provide dummy definitions to allow the use of linereader.c unchanged. */ diff --git a/iconv/gconv.c b/iconv/gconv.c index f3f49b7db3..cd43d3d6fb 100644 --- a/iconv/gconv.c +++ b/iconv/gconv.c @@ -1,6 +1,6 @@ /* Convert characters in input buffer using conversion descriptor to output buffer. - Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1997-2001, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -20,10 +20,13 @@ 02111-1307 USA. */ #include -#include -#include #include #include +#include + +#include +#include + int internal_function @@ -45,9 +48,15 @@ __gconv (__gconv_t cd, const unsigned char **inbuf, cd->__data[last_step].__outbuf = outbuf != NULL ? *outbuf : NULL; cd->__data[last_step].__outbufend = outbufend; + __gconv_fct fct = cd->__steps->__fct; +#ifdef PTR_DEMANGLE + if (cd->__steps->__shlib_handle != NULL) + PTR_DEMANGLE (fct); +#endif + if (inbuf == NULL || *inbuf == NULL) /* We just flush. */ - result = DL_CALL_FCT (cd->__steps->__fct, + result = DL_CALL_FCT (fct, (cd->__steps, cd->__data, NULL, NULL, NULL, irreversible, cd->__data[last_step].__outbuf == NULL ? 2 : 1, 0)); @@ -60,7 +69,7 @@ __gconv (__gconv_t cd, const unsigned char **inbuf, do { last_start = *inbuf; - result = DL_CALL_FCT (cd->__steps->__fct, + result = DL_CALL_FCT (fct, (cd->__steps, cd->__data, inbuf, inbufend, NULL, irreversible, 0, 0)); } diff --git a/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index f653d6c7f3..d8beabd416 100644 --- a/iconv/gconv_builtin.c +++ b/iconv/gconv_builtin.c @@ -1,5 +1,5 @@ /* Table for builtin transformation mapping. - Copyright (C) 1997-1999, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2000-2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -20,6 +20,7 @@ #include #include +#include #include #include @@ -27,16 +28,16 @@ #include -static struct builtin_map +static const struct builtin_map { const char *name; __gconv_fct fct; __gconv_btowc_fct btowc_fct; - int min_needed_from; - int max_needed_from; - int min_needed_to; - int max_needed_to; + int8_t min_needed_from; + int8_t max_needed_from; + int8_t min_needed_to; + int8_t max_needed_to; } map[] = { diff --git a/iconv/gconv_builtin.h b/iconv/gconv_builtin.h index bd34c256dc..ef9ab8d7cf 100644 --- a/iconv/gconv_builtin.h +++ b/iconv/gconv_builtin.h @@ -1,5 +1,5 @@ /* Builtin transformations. - Copyright (C) 1997-1999, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2000-2002, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -18,6 +18,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +/* All encoding named must be in upper case. There must be no extra + spaces. */ + BUILTIN_ALIAS ("UCS4//", "ISO-10646/UCS4/") BUILTIN_ALIAS ("UCS-4//", "ISO-10646/UCS4/") BUILTIN_ALIAS ("UCS-4BE//", "ISO-10646/UCS4/") diff --git a/iconv/gconv_cache.c b/iconv/gconv_cache.c index 9b695c377d..716c384de2 100644 --- a/iconv/gconv_cache.c +++ b/iconv/gconv_cache.c @@ -1,5 +1,5 @@ /* Cache handling for iconv modules. - Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. @@ -209,7 +209,18 @@ find_module (const char *directory, const char *filename, /* Call the init function. */ if (result->__init_fct != NULL) - status = DL_CALL_FCT (result->__init_fct, (result)); + { + __gconv_init_fct init_fct = result->__init_fct; +#ifdef PTR_DEMANGLE + PTR_DEMANGLE (init_fct); +#endif + status = DL_CALL_FCT (init_fct, (result)); + +#ifdef PTR_MANGLE + if (result->__btowc_fct != NULL) + PTR_MANGLE (result->__btowc_fct); +#endif + } } return status; @@ -456,7 +467,7 @@ libc_freeres_fn (free_mem) if (cache_malloced) free (gconv_cache); #ifdef _POSIX_MAPPED_FILES - else + else if (gconv_cache != NULL) __munmap (gconv_cache, cache_size); #endif } diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index 4a3db73118..8882f4319f 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.h @@ -1,5 +1,5 @@ /* Charset name normalization. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001,2002,2003,2004,2005,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. @@ -29,9 +29,9 @@ strip (char *wp, const char *s) while (*s != '\0') { - if (__isalnum_l (*s, &_nl_C_locobj) - || *s == '_' || *s == '-' || *s == '.' || *s == ',') - *wp++ = __toupper_l (*s, &_nl_C_locobj); + if (__isalnum_l (*s, _nl_C_locobj_ptr) + || *s == '_' || *s == '-' || *s == '.' || *s == ',' || *s == ':') + *wp++ = __toupper_l (*s, _nl_C_locobj_ptr); else if (*s == '/') { if (++slash_count == 3) @@ -52,7 +52,7 @@ static inline char * __attribute__ ((unused, always_inline)) upstr (char *dst, const char *str) { char *cp = dst; - while ((*cp++ = __toupper_l (*str++, &_nl_C_locobj)) != '\0') + while ((*cp++ = __toupper_l (*str++, _nl_C_locobj_ptr)) != '\0') /* nothing */; return dst; } diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 858d40998b..22ffa4f41c 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -1,5 +1,5 @@ /* Handle configuration data. - Copyright (C) 1997,98,99,2000,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1997-2003, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -46,7 +46,7 @@ struct path_elem *__gconv_path_elem; size_t __gconv_max_path_elem_len; /* We use the following struct if we couldn't allocate memory. */ -static const struct path_elem empty_path_elem; +static const struct path_elem empty_path_elem = { NULL, 0 }; /* Name of the file containing the module information in the directories along the path. */ @@ -78,11 +78,11 @@ static struct gconv_module builtin_modules[] = #undef BUILTIN_ALIAS }; -static const char *builtin_aliases[] = +static const char builtin_aliases[] = { #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ MinF, MaxF, MinT, MaxT) -#define BUILTIN_ALIAS(From, To) From " " To, +#define BUILTIN_ALIAS(From, To) From "\0" To "\0" #include "gconv_builtin.h" @@ -124,40 +124,16 @@ detect_conflict (const char *alias) } -/* Add new alias. */ +/* The actual code to add aliases. */ static void -add_alias (char *rp, void *modules) +add_alias2 (const char *from, const char *to, const char *wp, void *modules) { - /* We now expect two more string. The strings are normalized - (converted to UPPER case) and strored in the alias database. */ - struct gconv_alias *new_alias; - char *from, *to, *wp; - - while (__isspace_l (*rp, &_nl_C_locobj)) - ++rp; - from = wp = rp; - while (*rp != '\0' && !__isspace_l (*rp, &_nl_C_locobj)) - *wp++ = __toupper_l (*rp++, &_nl_C_locobj); - if (*rp == '\0') - /* There is no `to' string on the line. Ignore it. */ - return; - *wp++ = '\0'; - to = ++rp; - while (__isspace_l (*rp, &_nl_C_locobj)) - ++rp; - while (*rp != '\0' && !__isspace_l (*rp, &_nl_C_locobj)) - *wp++ = __toupper_l (*rp++, &_nl_C_locobj); - if (to == wp) - /* No `to' string, ignore the line. */ - return; - *wp++ = '\0'; - /* Test whether this alias conflicts with any available module. */ if (detect_conflict (from)) /* It does conflict, don't add the alias. */ return; - new_alias = (struct gconv_alias *) + struct gconv_alias *new_alias = (struct gconv_alias *) malloc (sizeof (struct gconv_alias) + (wp - from)); if (new_alias != NULL) { @@ -177,6 +153,37 @@ add_alias (char *rp, void *modules) } +/* Add new alias. */ +static void +add_alias (char *rp, void *modules) +{ + /* We now expect two more string. The strings are normalized + (converted to UPPER case) and strored in the alias database. */ + char *from, *to, *wp; + + while (__isspace_l (*rp, _nl_C_locobj_ptr)) + ++rp; + from = wp = rp; + while (*rp != '\0' && !__isspace_l (*rp, _nl_C_locobj_ptr)) + *wp++ = __toupper_l (*rp++, _nl_C_locobj_ptr); + if (*rp == '\0') + /* There is no `to' string on the line. Ignore it. */ + return; + *wp++ = '\0'; + to = ++rp; + while (__isspace_l (*rp, _nl_C_locobj_ptr)) + ++rp; + while (*rp != '\0' && !__isspace_l (*rp, _nl_C_locobj_ptr)) + *wp++ = __toupper_l (*rp++, _nl_C_locobj_ptr); + if (to == wp) + /* No `to' string, ignore the line. */ + return; + *wp++ = '\0'; + + add_alias2 (from, to, wp, modules); +} + + /* Insert a data structure for a new module in the search tree. */ static void internal_function @@ -254,30 +261,30 @@ add_module (char *rp, const char *directory, size_t dir_len, void **modules, int need_ext; int cost_hi; - while (__isspace_l (*rp, &_nl_C_locobj)) + while (__isspace_l (*rp, _nl_C_locobj_ptr)) ++rp; from = rp; - while (*rp != '\0' && !__isspace_l (*rp, &_nl_C_locobj)) + while (*rp != '\0' && !__isspace_l (*rp, _nl_C_locobj_ptr)) { - *rp = __toupper_l (*rp, &_nl_C_locobj); + *rp = __toupper_l (*rp, _nl_C_locobj_ptr); ++rp; } if (*rp == '\0') return; *rp++ = '\0'; to = wp = rp; - while (__isspace_l (*rp, &_nl_C_locobj)) + while (__isspace_l (*rp, _nl_C_locobj_ptr)) ++rp; - while (*rp != '\0' && !__isspace_l (*rp, &_nl_C_locobj)) - *wp++ = __toupper_l (*rp++, &_nl_C_locobj); + while (*rp != '\0' && !__isspace_l (*rp, _nl_C_locobj_ptr)) + *wp++ = __toupper_l (*rp++, _nl_C_locobj_ptr); if (*rp == '\0') return; *wp++ = '\0'; do ++rp; - while (__isspace_l (*rp, &_nl_C_locobj)); + while (__isspace_l (*rp, _nl_C_locobj_ptr)); module = wp; - while (*rp != '\0' && !__isspace_l (*rp, &_nl_C_locobj)) + while (*rp != '\0' && !__isspace_l (*rp, _nl_C_locobj_ptr)) *wp++ = *rp++; if (*rp == '\0') { @@ -392,7 +399,7 @@ read_conf_file (const char *filename, const char *directory, size_t dir_len, if (rp[n - 1] == '\n') rp[n - 1] = '\0'; - while (__isspace_l (*rp, &_nl_C_locobj)) + while (__isspace_l (*rp, _nl_C_locobj_ptr)) ++rp; /* If this is an empty line go on with the next one. */ @@ -400,7 +407,7 @@ read_conf_file (const char *filename, const char *directory, size_t dir_len, continue; word = rp; - while (*rp != '\0' && !__isspace_l (*rp, &_nl_C_locobj)) + while (*rp != '\0' && !__isspace_l (*rp, _nl_C_locobj_ptr)) ++rp; if (rp - word == sizeof ("alias") - 1 @@ -588,12 +595,16 @@ __gconv_read_conf (void) } /* Add aliases for builtin conversions. */ - cnt = sizeof (builtin_aliases) / sizeof (builtin_aliases[0]); - while (cnt > 0) + const char *cp = builtin_aliases; + do { - char *copy = strdupa (builtin_aliases[--cnt]); - add_alias (copy, modules); + const char *from = cp; + const char *to = __rawmemchr (from, '\0') + 1; + cp = __rawmemchr (to, '\0') + 1; + + add_alias2 (from, to, cp, modules); } + while (*cp != '\0'); /* Restore the error number. */ __set_errno (save_errno); diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c index 8dc6b14d25..6540cc393c 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.c @@ -1,5 +1,5 @@ /* Provide access to the collection of available transformation modules. - Copyright (C) 1997-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -18,6 +18,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include #include #include #include @@ -28,6 +29,7 @@ #include #include +#include /* Simple data structure for alias mapping. We have two names, `from' @@ -180,7 +182,15 @@ free_derivation (void *p) for (cnt = 0; cnt < deriv->nsteps; ++cnt) if (deriv->steps[cnt].__counter > 0 && deriv->steps[cnt].__end_fct != NULL) - DL_CALL_FCT (deriv->steps[cnt].__end_fct, (&deriv->steps[cnt])); + { + assert (deriv->steps[cnt].__shlib_handle != NULL); + + __gconv_end_fct end_fct = deriv->steps[cnt].__end_fct; +#ifdef PTR_DEMANGLE + PTR_DEMANGLE (end_fct); +#endif + DL_CALL_FCT (end_fct, (&deriv->steps[cnt])); + } /* Free the name strings. */ free ((char *) deriv->steps[0].__from_name); @@ -196,22 +206,30 @@ void internal_function __gconv_release_step (struct __gconv_step *step) { - if (--step->__counter == 0) + /* Skip builtin modules; they are not reference counted. */ + if (step->__shlib_handle != NULL && --step->__counter == 0) { /* Call the destructor. */ if (step->__end_fct != NULL) - DL_CALL_FCT (step->__end_fct, (step)); - -#ifndef STATIC_GCONV - /* Skip builtin modules; they are not reference counted. */ - if (step->__shlib_handle != NULL) { - /* Release the loaded module. */ - __gconv_release_shlib (step->__shlib_handle); - step->__shlib_handle = NULL; + assert (step->__shlib_handle != NULL); + + __gconv_end_fct end_fct = step->__end_fct; +#ifdef PTR_DEMANGLE + PTR_DEMANGLE (end_fct); +#endif + DL_CALL_FCT (end_fct, (step)); } + +#ifndef STATIC_GCONV + /* Release the loaded module. */ + __gconv_release_shlib (step->__shlib_handle); + step->__shlib_handle = NULL; #endif } + else if (step->__shlib_handle == NULL) + /* Builtin modules should not have end functions. */ + assert (step->__end_fct == NULL); } static int @@ -272,10 +290,15 @@ gen_steps (struct derivation_step *best, const char *toset, result[step_cnt].__btowc_fct = NULL; /* Call the init function. */ - if (result[step_cnt].__init_fct != NULL) + __gconv_init_fct init_fct = result[step_cnt].__init_fct; + if (init_fct != NULL) { - status = DL_CALL_FCT (result[step_cnt].__init_fct, - (&result[step_cnt])); + assert (result[step_cnt].__shlib_handle != NULL); + +# ifdef PTR_DEMANGLE + PTR_DEMANGLE (init_fct); +# endif + status = DL_CALL_FCT (init_fct, (&result[step_cnt])); if (__builtin_expect (status, __GCONV_OK) != __GCONV_OK) { @@ -285,6 +308,11 @@ gen_steps (struct derivation_step *best, const char *toset, result[step_cnt].__end_fct = NULL; break; } + +# ifdef PTR_MANGLE + if (result[step_cnt].__btowc_fct != NULL) + PTR_MANGLE (result[step_cnt].__btowc_fct); +# endif } } else @@ -362,8 +390,19 @@ increment_counter (struct __gconv_step *steps, size_t nsteps) } /* Call the init function. */ - if (step->__init_fct != NULL) - DL_CALL_FCT (step->__init_fct, (step)); + __gconv_init_fct init_fct = step->__init_fct; + if (init_fct != NULL) + { +#ifdef PTR_DEMANGLE + PTR_DEMANGLE (init_fct); +#endif + DL_CALL_FCT (init_fct, (step)); + +#ifdef PTR_MANGLE + if (step->__btowc_fct != NULL) + PTR_MANGLE (step->__btowc_fct); +#endif + } } } return result; diff --git a/iconv/gconv_dl.c b/iconv/gconv_dl.c index 9504017210..8217b7e553 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.c @@ -1,5 +1,5 @@ /* Handle loading/unloading of shared object for transformation. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -29,6 +29,7 @@ #include #include +#include #ifdef DEBUG @@ -130,6 +131,14 @@ __gconv_find_shlib (const char *name) found->init_fct = __libc_dlsym (found->handle, "gconv_init"); found->end_fct = __libc_dlsym (found->handle, "gconv_end"); +#ifdef PTR_MANGLE + PTR_MANGLE (found->fct); + if (found->init_fct != NULL) + PTR_MANGLE (found->init_fct); + if (found->end_fct != NULL) + PTR_MANGLE (found->end_fct); +#endif + /* We have succeeded in loading the shared object. */ found->counter = 1; } diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index 36d4ae2d44..8d9cdaefc2 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1997-2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -22,6 +22,8 @@ #include "gconv.h" #include /* For alloca used in macro below. */ +#include /* For __toupper_l used in macro below. */ +#include /* For strlen et al used in macro below. */ #include __BEGIN_DECLS @@ -126,7 +128,7 @@ extern struct gconv_module *__gconv_modules_db attribute_hidden; extern const char *__gconv_path_envvar attribute_hidden; /* Lock for the conversion database content. */ -__libc_lock_define (extern, __gconv_lock); +__libc_lock_define (extern, __gconv_lock attribute_hidden) /* The gconv functions expects the name to be in upper case and complete, @@ -146,7 +148,7 @@ __libc_lock_define (extern, __gconv_lock); tmp = result = __alloca (cp - (str) + 3 + suffix_len); \ cp = (str); \ while (*cp != '\0') \ - *tmp++ = __toupper_l (*cp++, &_nl_C_locobj); \ + *tmp++ = __toupper_l (*cp++, _nl_C_locobj_ptr); \ if (cnt < 2) \ { \ *tmp++ = '/'; \ diff --git a/iconv/gconv_open.c b/iconv/gconv_open.c index 90da784f78..bbf27b3dc5 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.c @@ -1,5 +1,6 @@ /* Find matching transformation algorithms and initialize steps. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 1997,1998,1999,2000,2001,2004,2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -66,11 +67,12 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, tok = __strtok_r (tok, ",", &ptr); while (tok != NULL) { - if (__strcasecmp_l (tok, "TRANSLIT", &_nl_C_locobj) == 0) + if (__strcasecmp_l (tok, "TRANSLIT", _nl_C_locobj_ptr) == 0) { /* It's the builtin transliteration handling. We only support it for working on the internal encoding. */ - static const char *internal_trans_names[1] = { "INTERNAL" }; + static const char *const internal_trans_names[1] + = { "INTERNAL" }; struct trans_struct *lastp = NULL; struct trans_struct *runp; @@ -89,7 +91,7 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, /* We leave the `name' field zero to signal that this is an internal transliteration step. */ - newp->csnames = internal_trans_names; + newp->csnames = (const char **) internal_trans_names; newp->ncsnames = 1; newp->trans_fct = __gconv_transliterate; @@ -99,7 +101,7 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, lastp->next = newp; } } - else if (__strcasecmp_l (tok, "IGNORE", &_nl_C_locobj) == 0) + else if (__strcasecmp_l (tok, "IGNORE", _nl_C_locobj_ptr) == 0) /* Set the flag to ignore all errors. */ conv_flags |= __GCONV_IGNORE_ERRORS; else @@ -113,7 +115,7 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, for (runp = trans; runp != NULL; runp = runp->next) if (runp->name != NULL && __strcasecmp_l (tok, runp->name, - &_nl_C_locobj) == 0) + _nl_C_locobj_ptr) == 0) break; else lastp = runp; @@ -233,7 +235,7 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, for (runp = trans; runp != NULL; runp = runp->next) for (n = 0; n < runp->ncsnames; ++n) if (__strcasecmp_l (steps[cnt].__from_name, - runp->csnames[n], &_nl_C_locobj) == 0) + runp->csnames[n], _nl_C_locobj_ptr) == 0) { void *data = NULL; @@ -279,7 +281,7 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, /* Allocate the buffer. */ size = (GCONV_NCHAR_GOAL * steps[cnt].__max_needed_to); - result->__data[cnt].__outbuf = (char *) malloc (size); + result->__data[cnt].__outbuf = malloc (size); if (result->__data[cnt].__outbuf == NULL) { res = __GCONV_NOMEM; diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index e0d14139ba..343c27521f 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -1,5 +1,5 @@ /* Simple transformations functions. - Copyright (C) 1997-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -886,7 +886,7 @@ ucs4le_internal_loop_single (struct __gconv_step *step, else if (__builtin_expect (wc <= 0x7fffffff, 1)) \ { \ size_t step; \ - char *start; \ + unsigned char *start; \ \ for (step = 2; step < 6; ++step) \ if ((wc & (~(uint32_t)0 << (5 * step + 1))) == 0) \ diff --git a/iconv/gconv_trans.c b/iconv/gconv_trans.c index e54c18490f..9e04e64ee2 100644 --- a/iconv/gconv_trans.c +++ b/iconv/gconv_trans.c @@ -54,6 +54,12 @@ __gconv_transliterate (struct __gconv_step *step, winbuf = (const uint32_t *) *inbufp; winbufend = (const uint32_t *) inbufend; + __gconv_fct fct = step->__fct; +#ifdef PTR_DEMANGLE + if (step->__shlib_handle != NULL) + PTR_DEMANGLE (fct); +#endif + /* If there is no transliteration information in the locale don't do anything and return the error. */ size = _NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_TRANSLIT_TAB_SIZE); @@ -119,7 +125,7 @@ __gconv_transliterate (struct __gconv_step *step, /* Try this input text. */ toinptr = (const unsigned char *) &to_tbl[idx2]; outptr = *outbufstart; - res = DL_CALL_FCT (step->__fct, + res = DL_CALL_FCT (fct, (step, step_data, &toinptr, (const unsigned char *) &to_tbl[idx2 + len], &outptr, NULL, 0, 0)); @@ -204,7 +210,7 @@ __gconv_transliterate (struct __gconv_step *step, ? __GCONV_EMPTY_INPUT : __GCONV_INCOMPLETE_INPUT); outptr = *outbufstart; - res = DL_CALL_FCT (step->__fct, + res = DL_CALL_FCT (fct, (step, step_data, &toinptr, (const unsigned char *) (default_missing + len), &outptr, NULL, 0, 0)); diff --git a/iconv/iconv_charmap.c b/iconv/iconv_charmap.c index 03a8f5fa23..a54d738120 100644 --- a/iconv/iconv_charmap.c +++ b/iconv/iconv_charmap.c @@ -1,22 +1,20 @@ /* Convert using charmaps and possibly iconv(). - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2001. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include @@ -367,19 +365,27 @@ use_to_charmap (const char *from_code, struct charmap_t *to_charmap) if (outptr != (char *) outbuf) { /* We got some output. Good, use it. */ - struct charseq *newp; + union + { + struct charseq seq; + struct + { + const char *name; + uint32_t ucs4; + int nbytes; + unsigned char bytes[outlen]; + } mem; + } new; outlen = sizeof (outbuf) - outlen; assert ((char *) outbuf + outlen == outptr); - newp = (struct charseq *) xmalloc (sizeof (struct charseq) - + outlen); - newp->name = out->name; - newp->ucs4 = out->ucs4; - newp->nbytes = outlen; - memcpy (newp->bytes, outbuf, outlen); + new.mem.name = out->name; + new.mem.ucs4 = out->ucs4; + new.mem.nbytes = outlen; + memcpy (new.mem.bytes, outbuf, outlen); - add_bytes (rettbl, newp, out); + add_bytes (rettbl, &new.seq, out); } /* Clear any possible state left behind. */ @@ -490,7 +496,7 @@ process_fd (struct convtable *tbl, int fd, FILE *output) process it in one step. */ static char *inbuf = NULL; static size_t maxlen = 0; - char *inptr = NULL; + char *inptr = inbuf; size_t actlen = 0; while (actlen < maxlen) diff --git a/iconv/iconv_open.c b/iconv/iconv_open.c index e0f6135575..fc94fa5fe0 100644 --- a/iconv/iconv_open.c +++ b/iconv/iconv_open.c @@ -1,5 +1,5 @@ /* Get descriptor for character set conversion. - Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1997,1998,1999,2000,2001,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -38,7 +38,7 @@ iconv_open (const char *tocode, const char *fromcode) int res; /* Normalize the name. We remove all characters beside alpha-numeric, - '_', '-', '/', and '.'. */ + '_', '-', '/', '.', and ':'. */ tocode_len = strlen (tocode); tocode_conv = (char *) alloca (tocode_len + 3); strip (tocode_conv, tocode); diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 86852857a3..77829971ad 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -1,22 +1,20 @@ /* Convert text in given files from the specified from-set to the to-set. - Copyright (C) 1998-2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1998-2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include @@ -185,12 +183,12 @@ main (int argc, char *argv[]) if (strchr (from_code, '/') != NULL) /* The from-name might be a charmap file name. Try reading the file. */ - from_charmap = charmap_read (from_code, /*0, 1*/1, 0, 0); + from_charmap = charmap_read (from_code, /*0, 1*/1, 0, 0, 0); if (strchr (orig_to_code, '/') != NULL) /* The to-name might be a charmap file name. Try reading the file. */ - to_charmap = charmap_read (orig_to_code, /*0, 1,*/1,0, 0); + to_charmap = charmap_read (orig_to_code, /*0, 1,*/1, 0, 0, 0); /* Determine output file. */ @@ -239,26 +237,30 @@ main (int argc, char *argv[]) if (from_wrong) { if (to_wrong) - error (EXIT_FAILURE, 0, + error (0, 0, _("\ -conversion from `%s' and to `%s' are not supported"), +conversions from `%s' and to `%s' are not supported"), from_pretty, to_pretty); else - error (EXIT_FAILURE, 0, + error (0, 0, _("conversion from `%s' is not supported"), from_pretty); } else { if (to_wrong) - error (EXIT_FAILURE, 0, + error (0, 0, _("conversion to `%s' is not supported"), to_pretty); else - error (EXIT_FAILURE, 0, + error (0, 0, _("conversion from `%s' to `%s' is not supported"), from_pretty, to_pretty); } + + argp_help (&argp, stderr, ARGP_HELP_SEE, + program_invocation_short_name); + exit (1); } else error (EXIT_FAILURE, errno, @@ -424,7 +426,7 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2004"); +"), "2006"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index 74240911a2..59867f9015 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -1,22 +1,20 @@ /* Generate fastloading iconv module configuration files. - Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2000-2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2000. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include @@ -341,7 +339,7 @@ main (int argc, char *argv[]) if (status == 0) status = write_output (); else - error (1, 0, _("no output file produced because warning were issued")); + error (1, 0, _("no output file produced because warnings were issued")); return status; } @@ -397,7 +395,7 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2004"); +"), "2006"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } @@ -985,11 +983,11 @@ next_prime (uint32_t seed) Offset Length Description 0000 4 Magic header bytes - 0004 4 Offset of string table (stoff) - 0008 4 Offset of name hashing table (hoff) - 000C 4 Hashing table size (hsize) - 0010 4 Offset of module table (moff) - 0014 4 Offset of other conversion module table (ooff) + 0004 2 Offset of string table (stoff) + 0006 2 Offset of name hashing table (hoff) + 0008 2 Hashing table size (hsize) + 000A 2 Offset of module table (moff) + 000C 2 Offset of other conversion module table (ooff) stoff ??? String table @@ -1013,6 +1011,34 @@ next_prime (uint32_t seed) module name offset (following last entry with step count 0) */ + +static struct hash_entry *hash_table; +static size_t hash_size; + +/* Function to insert the names. */ +static void name_insert (const void *nodep, VISIT value, int level) +{ + struct name *name; + unsigned int idx; + unsigned int hval2; + + if (value != leaf && value != postorder) + return; + + name = *(struct name **) nodep; + idx = name->hashval % hash_size; + hval2 = 1 + name->hashval % (hash_size - 2); + + while (hash_table[idx].string_offset != 0) + if ((idx += hval2) >= hash_size) + idx -= hash_size; + + hash_table[idx].string_offset = strtaboffset (name->strent); + + assert (name->module_idx != -1); + hash_table[idx].module_idx = name->module_idx; +} + static int write_output (void) { @@ -1020,8 +1046,6 @@ write_output (void) char *string_table; size_t string_table_size; struct gconvcache_header header; - struct hash_entry *hash_table; - size_t hash_size; struct module_entry *module_table; char *extra_table; char *cur_extra_table; @@ -1034,31 +1058,6 @@ write_output (void) char tmpfname[(output_file == NULL ? sizeof finalname : output_file_len + 1) + strlen (".XXXXXX")]; - /* Function to insert the names. */ - auto void - name_insert (const void *nodep, VISIT value, int level) - { - struct name *name; - unsigned int idx; - unsigned int hval2; - - if (value != leaf && value != postorder) - return; - - name = *(struct name **) nodep; - idx = name->hashval % hash_size; - hval2 = 1 + name->hashval % (hash_size - 2); - - while (hash_table[idx].string_offset != 0) - if ((idx += hval2) >= hash_size) - idx -= hash_size; - - hash_table[idx].string_offset = strtaboffset (name->strent); - - assert (name->module_idx != -1); - hash_table[idx].module_idx = name->module_idx; - } - /* Open the output file. */ if (output_file == NULL) { @@ -1178,6 +1177,9 @@ write_output (void) } } + /* Clear padding. */ + memset (&header, 0, sizeof (struct gconvcache_header)); + header.magic = GCONVCACHE_MAGIC; iov[0].iov_base = &header; diff --git a/iconv/loop.c b/iconv/loop.c index 1918fe5007..9785bf865c 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -1,5 +1,5 @@ /* Conversion loop frame work. - Copyright (C) 1998-2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1998-2002, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -450,6 +450,10 @@ SINGLE(LOOPFCT) (struct __gconv_step *step, #else /* We don't have enough input for another complete input character. */ + assert (inend - inptr > (state->__count & ~7)); + assert (inend - inptr <= 7); + state->__count = (state->__count & ~7) | (inend - inptr); + inlen = 0; while (inptr < inend) state->__value.__wchb[inlen++] = *inptr++; #endif diff --git a/iconv/skeleton.c b/iconv/skeleton.c index 579426c7e5..baace6b3fb 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.c @@ -1,5 +1,5 @@ /* Skeleton for a conversion module. - Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1998-2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -58,13 +58,6 @@ of one round through the TO_LOOP. Defaults to MIN_NEEDED_FROM and MAX_NEEDED_FROM, respectively. - DEFINE_DIRECTION_OBJECTS - two objects will be defined to be used when the - `gconv' function must only distinguish two - directions. This is implied by DEFINE_INIT. - If this macro is not defined the following - macro must be available. - FROM_DIRECTION this macro is supposed to return a value != 0 if we convert from the current character set, otherwise it return 0. @@ -151,21 +144,22 @@ # include #endif +#include + #ifndef DL_CALL_FCT # define DL_CALL_FCT(fct, args) fct args #endif /* The direction objects. */ -#if DEFINE_DIRECTION_OBJECTS || DEFINE_INIT -static int from_object; -static int to_object; - +#if DEFINE_INIT # ifndef FROM_DIRECTION -# define FROM_DIRECTION (step->__data == &from_object) +# define FROM_DIRECTION_VAL NULL +# define TO_DIRECTION_VAL ((void *) ~((uintptr_t) 0)) +# define FROM_DIRECTION (step->__data == FROM_DIRECTION_VAL) # endif #else # ifndef FROM_DIRECTION -# error "FROM_DIRECTION must be provided if direction objects are not used" +# error "FROM_DIRECTION must be provided if non-default init is used" # endif #endif @@ -329,7 +323,7 @@ gconv_init (struct __gconv_step *step) /* Determine which direction. */ if (strcmp (step->__from_name, CHARSET_NAME) == 0) { - step->__data = &from_object; + step->__data = FROM_DIRECTION_VAL; step->__min_needed_from = FROM_LOOP_MIN_NEEDED_FROM; step->__max_needed_from = FROM_LOOP_MAX_NEEDED_FROM; @@ -342,7 +336,7 @@ gconv_init (struct __gconv_step *step) } else if (__builtin_expect (strcmp (step->__to_name, CHARSET_NAME), 0) == 0) { - step->__data = &to_object; + step->__data = TO_DIRECTION_VAL; step->__min_needed_from = TO_LOOP_MIN_NEEDED_FROM; step->__max_needed_from = TO_LOOP_MAX_NEEDED_FROM; @@ -401,10 +395,17 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data, { struct __gconv_step *next_step = step + 1; struct __gconv_step_data *next_data = data + 1; - __gconv_fct fct; + __gconv_fct fct = NULL; int status; - fct = (data->__flags & __GCONV_IS_LAST) ? NULL : next_step->__fct; + if ((data->__flags & __GCONV_IS_LAST) == 0) + { + fct = next_step->__fct; +#ifdef PTR_DEMANGLE + if (next_step->__shlib_handle != NULL) + PTR_DEMANGLE (fct); +#endif + } /* If the function is called with no input this means we have to reset to the initial state. The possibly partly converted input is @@ -681,8 +682,8 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data, #ifdef RESET_INPUT_BUFFER RESET_INPUT_BUFFER; #else - /* We have a problem with the in on of the functions - below. Undo the conversion upto the error point. */ + /* We have a problem in one of the functions below. + Undo the conversion upto the error point. */ size_t nstatus; /* Reload the pointers. */ @@ -780,12 +781,11 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data, STORE_REST # else - size_t cnt; - /* Make sure the remaining bytes fit into the state objects buffer. */ assert (inend - *inptrp < 4); + size_t cnt; for (cnt = 0; *inptrp < inend; ++cnt) data->__statep->__value.__wchb[cnt] = *(*inptrp)++; data->__statep->__count &= ~7; @@ -815,7 +815,6 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data, #undef TO_LOOP_MAX_NEEDED_FROM #undef TO_LOOP_MIN_NEEDED_TO #undef TO_LOOP_MAX_NEEDED_TO -#undef DEFINE_DIRECTION_OBJECTS #undef FROM_DIRECTION #undef EMIT_SHIFT_TO_INIT #undef FROM_LOOP diff --git a/iconv/strtab.c b/iconv/strtab.c index e6feb2cf24..4a8f29a675 100644 --- a/iconv/strtab.c +++ b/iconv/strtab.c @@ -1,5 +1,5 @@ /* C string table handling. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc. Written by Ulrich Drepper , 2000. This program is free software; you can redistribute it and/or modify @@ -326,7 +326,7 @@ strtabfinalize (struct Strtab *st, size_t *size) copylen = 1; copystrings (st->root, &endp, ©len); assert (copylen == st->total + 1); - assert (endp = retval + st->total + 1); + assert (endp == retval + st->total + 1); *size = copylen; return retval; diff --git a/iconvdata/Makefile b/iconvdata/Makefile index ceefe840a5..c7d5801c6c 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1997-2004,2005,2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -51,14 +51,22 @@ modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \ GB18030 ISO-2022-CN-EXT VISCII GBBIG5 CP10007 KOI8-T \ GEORGIAN-PS GEORGIAN-ACADEMY ISO-IR-209 MAC-SAMI ARMSCII-8 \ TCVN5712-1 libJISX0213 EUC-JISX0213 SHIFT_JISX0213 \ - ISO-2022-JP-3 TSCII IBM866NAV CP932 EUC-JP-MS PT154 RK1048 + ISO-2022-JP-3 TSCII IBM866NAV CP932 EUC-JP-MS PT154 RK1048 \ + IBM1025 IBM1122 IBM1137 IBM1153 IBM1154 IBM1155 IBM1156 \ + IBM1157 IBM1158 IBM803 IBM901 IBM902 IBM921 IBM1008 \ + IBM1008_420 IBM1097 IBM1112 IBM1123 IBM1130 IBM1140 IBM1141 \ + IBM1142 IBM1143 IBM1144 IBM1145 IBM1146 IBM1147 IBM1148 \ + IBM1149 IBM1166 IBM1167 IBM4517 IBM4899 IBM4909 IBM4971 \ + IBM5347 IBM9030 IBM9066 IBM9448 IBM12712 IBM16804 \ + IBM1364 IBM1371 IBM1388 IBM1390 IBM1399 ISO_11548-1 MIK modules.so := $(addsuffix .so, $(modules)) include ../Makeconfig ifeq (yes,$(build-shared)) -tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 +tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 \ + tst-iconv6 ifeq ($(have-thread-library),yes) tests += bug-iconv3 endif @@ -172,7 +180,23 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk gconv.map \ mac-sami.c ibm1160.c ibm1160.h ibm1161.c ibm1161.h \ ibm1163.c ibm1163.h ibm1164.c ibm1164.h jisx0213.c jisx0213.h \ euc-jisx0213.c shift_jisx0213.c iso-2022-jp-3.c \ - tcvn5712-1.c armscii-8.c tscii.c ibm866nav.c pt154.c rk1048.c + tcvn5712-1.c armscii-8.c tscii.c ibm866nav.c pt154.c rk1048.c \ + ibm1025.c ibm1025.h ibm1122.c ibm1122.h ibm1137.c ibm1137.h \ + ibm1153.c ibm1153.h ibm1154.c ibm1154.h ibm1155.c ibm1155.h \ + ibm1156.c ibm1156.h ibm1157.c ibm1157.h ibm1158.c ibm1158.h \ + ibm803.c ibm803.h ibm901.c ibm901.h ibm902.c ibm902.h \ + ibm921.c ibm921.h ibm1008.c ibm1008.h ibm1008_420.c \ + ibm1097.c ibm1097.h ibm1112.c ibm1112.h ibm1123.c ibm1123.h \ + ibm1130.c ibm1130.h ibm1140.c ibm1140.h ibm1141.c ibm1141.h \ + ibm1142.c ibm1142.h ibm1143.c ibm1143.h ibm1144.c ibm1144.h \ + ibm1145.c ibm1145.h ibm1146.c ibm1146.h ibm1147.c ibm1147.h \ + ibm1148.c ibm1148.h ibm1149.c ibm1149.h ibm1166.c ibm1166.h \ + ibm1167.c ibm1167.h ibm4517.c ibm4517.h ibm4899.c ibm4899.h \ + ibm4909.c ibm4909.h ibm4971.c ibm4971.h ibm5347.c ibm5347.h \ + ibm9030.c ibm9030.h ibm9066.c ibm9066.h ibm9448.c ibm9448.h \ + ibm12712.c ibm12712.h ibm16804.c ibm16804.h \ + ibm1364.c ibm1364.h ibm1371.c ibm1371.h ibm1388.c ibm1388.h \ + ibm1390.c ibm1390.h ibm1399.c ibm1399.h iso_11548-1.c mik.c # We build the transformation modules only when we build shared libs. ifeq (yes,$(build-shared)) @@ -213,7 +237,7 @@ gen-8bit-gap-modules := koi8-r latin-greek latin-greek-1 ibm256 ibm273 \ iso8859-13 iso8859-14 iso8859-15 mac-uk sami-ws2 \ iso-ir-197 tis-620 koi8-u ibm874 cp10007 koi8-t \ georgian-ps georgian-academy iso-ir-209 mac-sami \ - iso8859-11 ibm866nav pt154 rk1048 + iso8859-11 ibm866nav pt154 rk1048 mik gen-special-modules := iso8859-7jp @@ -232,14 +256,14 @@ export AWK define generate-8bit-table $(make-target-directory) -$(SHELL) ./gen-8bit.sh $< > $(@:stmp=T) +LC_ALL=C $(SHELL) ./gen-8bit.sh $< > $(@:stmp=T) $(move-if-change) $(@:stmp=T) $(@:stmp=h) touch $@ endef define generate-8bit-gap-table $(make-target-directory) -$(SHELL) ./gen-8bit-gap.sh $< > $(@:stmp=T) +LC_ALL=C $(SHELL) ./gen-8bit-gap.sh $< > $(@:stmp=T) $(move-if-change) $(@:stmp=T) $(@:stmp=h) touch $@ endef @@ -281,7 +305,7 @@ $(gen-8bit-gap-modules:%=$(objpfx)%.stmp): $(objpfx)%.stmp: $(objpfx)iconv-rules $(objpfx)iso8859-7jp.stmp: $(charmaps)/ISO-8859-7 gen-8bit-gap-1.sh $(make-target-directory) - $(SHELL) ./gen-8bit-gap-1.sh $< > $(@:stmp=T) + LC_ALL=C $(SHELL) ./gen-8bit-gap-1.sh $< > $(@:stmp=T) $(move-if-change) $(@:stmp=T) $(@:stmp=h) touch $@ diff --git a/iconvdata/TESTS b/iconvdata/TESTS index 57e86ac37e..b70e5051f0 100644 --- a/iconvdata/TESTS +++ b/iconvdata/TESTS @@ -1,5 +1,5 @@ # Available tests for iconv(1) (and therefore iconv(3)) in GNU libc. -# Copyright (C) 1998-2002 Free Software Foundation, Inc. +# Copyright (C) 1998-2002, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper , 1998. # @@ -119,3 +119,50 @@ EUC-JISX0213 EUC-JISX0213 Y UTF8 SHIFT_JISX0213 SHIFT_JISX0213 Y UTF8 ISO-2022-JP-3 ISO-2022-JP-3 N UTF8 TSCII TSCII Y UTF8 +IBM1025 IBM1025 N UTF8 +IBM1122 IBM1122 N UTF8 +IBM1137 IBM1137 N UTF8 +IBM1153 IBM1153 N UTF8 +IBM1154 IBM1154 N UTF8 +IBM1155 IBM1155 N UTF8 +IBM1156 IBM1156 N UTF8 +IBM1157 IBM1157 N UTF8 +IBM1158 IBM1158 N UTF8 +IBM803 IBM803 - UTF8 +IBM901 IBM901 N UTF8 +IBM902 IBM902 N UTF8 +IBM921 IBM921 N UTF8 +IBM1008 IBM1008 N UTF8 +IBM1097 IBM1097 Y UTF8 +IBM1112 IBM1112 N UTF8 +IBM1123 IBM1123 N UTF8 +IBM1130 IBM1130 N UTF8 +IBM1140 IBM1140 N UTF8 +IBM1141 IBM1141 N UTF8 +IBM1142 IBM1142 N UTF8 +IBM1143 IBM1143 N UTF8 +IBM1144 IBM1144 N UTF8 +IBM1145 IBM1145 N UTF8 +IBM1146 IBM1146 N UTF8 +IBM1147 IBM1147 N UTF8 +IBM1148 IBM1148 N UTF8 +IBM1149 IBM1149 N UTF8 +IBM1166 IBM1166 N UTF8 +IBM1167 IBM1167 N UTF8 +IBM4517 IBM4517 - UTF8 +IBM4899 IBM4899 - UTF8 +IBM4909 IBM4909 N UTF8 +IBM4971 IBM4971 N UTF8 +IBM5347 IBM5347 N UTF8 +IBM9030 IBM9030 N UTF8 +IBM9066 IBM9066 N UTF8 +IBM9448 IBM9448 N UTF8 +IBM12712 IBM12712 N UTF8 +IBM16804 IBM16804 - UTF8 +IBM1364 IBM1364 N UTF8 +IBM1371 IBM1371 N UTF8 +IBM1388 IBM1388 N UTF8 +IBM1390 IBM1390 N UTF8 +IBM1399 IBM1399 N UTF8 +ISO_11548-1 ISO_11548-1 - UTF8 +MIK MIK Y UTF8 diff --git a/iconvdata/bug-iconv4.c b/iconvdata/bug-iconv4.c index f6bfebd39f..4469034b93 100644 --- a/iconvdata/bug-iconv4.c +++ b/iconvdata/bug-iconv4.c @@ -15,7 +15,7 @@ xiconv (iconv_t cd, int out_size) { unsigned char euc[4]; char *inp = (char *) UCS_STR; - char *outp = euc; + char *outp = (char *) euc; size_t inbytesleft = strlen (UCS_STR); size_t outbytesleft = out_size; size_t ret; diff --git a/iconvdata/extra-module.mk b/iconvdata/extra-module.mk index 7eda4e25aa..163074fea4 100644 --- a/iconvdata/extra-module.mk +++ b/iconvdata/extra-module.mk @@ -5,12 +5,14 @@ extra-objs := $(extra-objs) $(patsubst %,%.os,$($(mod)-routines)) $(objpfx)$(mod).so: $(addprefix $(objpfx),$(addsuffix .os,$($(mod)-routines)))\ $(common-objpfx)shlib.lds - $(build-module) + $(build-module-asneeded) # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. -$(objpfx)$(mod).so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a +$(objpfx)$(mod).so: $(common-objpfx)libc.so \ + $(common-objpfx)/elf/ld.so \ + $(common-objpfx)libc_nonshared.a ifneq (,$(extra-modules-left)) include extra-module.mk diff --git a/iconvdata/gb18030.c b/iconvdata/gb18030.c index 807ef67739..0057bf5e6a 100644 --- a/iconvdata/gb18030.c +++ b/iconvdata/gb18030.c @@ -32,25617 +32,25202 @@ * - Yong Li Jan. 28, 2001 */ -/* Dec 20 2001 Yu Shao - * Revision, fixing bugs, adding missing entries. - */ +// Dec 20 2001 Yu Shao +// Revision, fixing bugs, adding missing entries. #include #include #include #include -/* The tables in this file are generated from the charmap. - In a first step, the charmap is converted to a simple table format: - - ./tst-table-charmap.sh GB18030 < ../localedata/charmaps/GB18030 \ - > GB18030.table -*/ - -/* Table for GB18030 -> UCS-4, containing the two-byte characters only. - Generated through - - clisp tab.lisp < GB18030.table - - where tab.lisp is: - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (locally (declare (compile)) - (let ((count 0)) - (loop - (let ((line (read-line nil nil nil))) - (unless line (return)) - (when (eql (position #\Tab line) 6) - (let ((gbk (parse-integer line :start 2 :end 6 :radix 16)) - (ucs (parse-integer line :start 9 :end 13 :radix 16))) - (when (= (mod count 4) 0) - (format t " ")) - (format t " ~([0x~4,'0X] = 0x~4,'0X~)," - (let ((ch1 (ldb (byte 8 8) gbk)) - (ch2 (ldb (byte 8 0) gbk))) - (+ (* (- ch1 #x81) 192) (- ch2 #x40))) - ucs) - (incf count) - (when (= (mod count 4) 0) - (format t "~%")))))) - (format t "~%"))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*/ - static const uint16_t __twobyte_to_ucs[] = { - [0x0000] = 0x4e02, [0x0001] = 0x4e04, [0x0002] = 0x4e05, [0x0003] = 0x4e06, - [0x0004] = 0x4e0f, [0x0005] = 0x4e12, [0x0006] = 0x4e17, [0x0007] = 0x4e1f, - [0x0008] = 0x4e20, [0x0009] = 0x4e21, [0x000a] = 0x4e23, [0x000b] = 0x4e26, - [0x000c] = 0x4e29, [0x000d] = 0x4e2e, [0x000e] = 0x4e2f, [0x000f] = 0x4e31, - [0x0010] = 0x4e33, [0x0011] = 0x4e35, [0x0012] = 0x4e37, [0x0013] = 0x4e3c, - [0x0014] = 0x4e40, [0x0015] = 0x4e41, [0x0016] = 0x4e42, [0x0017] = 0x4e44, - [0x0018] = 0x4e46, [0x0019] = 0x4e4a, [0x001a] = 0x4e51, [0x001b] = 0x4e55, - [0x001c] = 0x4e57, [0x001d] = 0x4e5a, [0x001e] = 0x4e5b, [0x001f] = 0x4e62, - [0x0020] = 0x4e63, [0x0021] = 0x4e64, [0x0022] = 0x4e65, [0x0023] = 0x4e67, - [0x0024] = 0x4e68, [0x0025] = 0x4e6a, [0x0026] = 0x4e6b, [0x0027] = 0x4e6c, - [0x0028] = 0x4e6d, [0x0029] = 0x4e6e, [0x002a] = 0x4e6f, [0x002b] = 0x4e72, - [0x002c] = 0x4e74, [0x002d] = 0x4e75, [0x002e] = 0x4e76, [0x002f] = 0x4e77, - [0x0030] = 0x4e78, [0x0031] = 0x4e79, [0x0032] = 0x4e7a, [0x0033] = 0x4e7b, - [0x0034] = 0x4e7c, [0x0035] = 0x4e7d, [0x0036] = 0x4e7f, [0x0037] = 0x4e80, - [0x0038] = 0x4e81, [0x0039] = 0x4e82, [0x003a] = 0x4e83, [0x003b] = 0x4e84, - [0x003c] = 0x4e85, [0x003d] = 0x4e87, [0x003e] = 0x4e8a, [0x0040] = 0x4e90, - [0x0041] = 0x4e96, [0x0042] = 0x4e97, [0x0043] = 0x4e99, [0x0044] = 0x4e9c, - [0x0045] = 0x4e9d, [0x0046] = 0x4e9e, [0x0047] = 0x4ea3, [0x0048] = 0x4eaa, - [0x0049] = 0x4eaf, [0x004a] = 0x4eb0, [0x004b] = 0x4eb1, [0x004c] = 0x4eb4, - [0x004d] = 0x4eb6, [0x004e] = 0x4eb7, [0x004f] = 0x4eb8, [0x0050] = 0x4eb9, - [0x0051] = 0x4ebc, [0x0052] = 0x4ebd, [0x0053] = 0x4ebe, [0x0054] = 0x4ec8, - [0x0055] = 0x4ecc, [0x0056] = 0x4ecf, [0x0057] = 0x4ed0, [0x0058] = 0x4ed2, - [0x0059] = 0x4eda, [0x005a] = 0x4edb, [0x005b] = 0x4edc, [0x005c] = 0x4ee0, - [0x005d] = 0x4ee2, [0x005e] = 0x4ee6, [0x005f] = 0x4ee7, [0x0060] = 0x4ee9, - [0x0061] = 0x4eed, [0x0062] = 0x4eee, [0x0063] = 0x4eef, [0x0064] = 0x4ef1, - [0x0065] = 0x4ef4, [0x0066] = 0x4ef8, [0x0067] = 0x4ef9, [0x0068] = 0x4efa, - [0x0069] = 0x4efc, [0x006a] = 0x4efe, [0x006b] = 0x4f00, [0x006c] = 0x4f02, - [0x006d] = 0x4f03, [0x006e] = 0x4f04, [0x006f] = 0x4f05, [0x0070] = 0x4f06, - [0x0071] = 0x4f07, [0x0072] = 0x4f08, [0x0073] = 0x4f0b, [0x0074] = 0x4f0c, - [0x0075] = 0x4f12, [0x0076] = 0x4f13, [0x0077] = 0x4f14, [0x0078] = 0x4f15, - [0x0079] = 0x4f16, [0x007a] = 0x4f1c, [0x007b] = 0x4f1d, [0x007c] = 0x4f21, - [0x007d] = 0x4f23, [0x007e] = 0x4f28, [0x007f] = 0x4f29, [0x0080] = 0x4f2c, - [0x0081] = 0x4f2d, [0x0082] = 0x4f2e, [0x0083] = 0x4f31, [0x0084] = 0x4f33, - [0x0085] = 0x4f35, [0x0086] = 0x4f37, [0x0087] = 0x4f39, [0x0088] = 0x4f3b, - [0x0089] = 0x4f3e, [0x008a] = 0x4f3f, [0x008b] = 0x4f40, [0x008c] = 0x4f41, - [0x008d] = 0x4f42, [0x008e] = 0x4f44, [0x008f] = 0x4f45, [0x0090] = 0x4f47, - [0x0091] = 0x4f48, [0x0092] = 0x4f49, [0x0093] = 0x4f4a, [0x0094] = 0x4f4b, - [0x0095] = 0x4f4c, [0x0096] = 0x4f52, [0x0097] = 0x4f54, [0x0098] = 0x4f56, - [0x0099] = 0x4f61, [0x009a] = 0x4f62, [0x009b] = 0x4f66, [0x009c] = 0x4f68, - [0x009d] = 0x4f6a, [0x009e] = 0x4f6b, [0x009f] = 0x4f6d, [0x00a0] = 0x4f6e, - [0x00a1] = 0x4f71, [0x00a2] = 0x4f72, [0x00a3] = 0x4f75, [0x00a4] = 0x4f77, - [0x00a5] = 0x4f78, [0x00a6] = 0x4f79, [0x00a7] = 0x4f7a, [0x00a8] = 0x4f7d, - [0x00a9] = 0x4f80, [0x00aa] = 0x4f81, [0x00ab] = 0x4f82, [0x00ac] = 0x4f85, - [0x00ad] = 0x4f86, [0x00ae] = 0x4f87, [0x00af] = 0x4f8a, [0x00b0] = 0x4f8c, - [0x00b1] = 0x4f8e, [0x00b2] = 0x4f90, [0x00b3] = 0x4f92, [0x00b4] = 0x4f93, - [0x00b5] = 0x4f95, [0x00b6] = 0x4f96, [0x00b7] = 0x4f98, [0x00b8] = 0x4f99, - [0x00b9] = 0x4f9a, [0x00ba] = 0x4f9c, [0x00bb] = 0x4f9e, [0x00bc] = 0x4f9f, - [0x00bd] = 0x4fa1, [0x00be] = 0x4fa2, [0x00c0] = 0x4fa4, [0x00c1] = 0x4fab, - [0x00c2] = 0x4fad, [0x00c3] = 0x4fb0, [0x00c4] = 0x4fb1, [0x00c5] = 0x4fb2, - [0x00c6] = 0x4fb3, [0x00c7] = 0x4fb4, [0x00c8] = 0x4fb6, [0x00c9] = 0x4fb7, - [0x00ca] = 0x4fb8, [0x00cb] = 0x4fb9, [0x00cc] = 0x4fba, [0x00cd] = 0x4fbb, - [0x00ce] = 0x4fbc, [0x00cf] = 0x4fbd, [0x00d0] = 0x4fbe, [0x00d1] = 0x4fc0, - [0x00d2] = 0x4fc1, [0x00d3] = 0x4fc2, [0x00d4] = 0x4fc6, [0x00d5] = 0x4fc7, - [0x00d6] = 0x4fc8, [0x00d7] = 0x4fc9, [0x00d8] = 0x4fcb, [0x00d9] = 0x4fcc, - [0x00da] = 0x4fcd, [0x00db] = 0x4fd2, [0x00dc] = 0x4fd3, [0x00dd] = 0x4fd4, - [0x00de] = 0x4fd5, [0x00df] = 0x4fd6, [0x00e0] = 0x4fd9, [0x00e1] = 0x4fdb, - [0x00e2] = 0x4fe0, [0x00e3] = 0x4fe2, [0x00e4] = 0x4fe4, [0x00e5] = 0x4fe5, - [0x00e6] = 0x4fe7, [0x00e7] = 0x4feb, [0x00e8] = 0x4fec, [0x00e9] = 0x4ff0, - [0x00ea] = 0x4ff2, [0x00eb] = 0x4ff4, [0x00ec] = 0x4ff5, [0x00ed] = 0x4ff6, - [0x00ee] = 0x4ff7, [0x00ef] = 0x4ff9, [0x00f0] = 0x4ffb, [0x00f1] = 0x4ffc, - [0x00f2] = 0x4ffd, [0x00f3] = 0x4fff, [0x00f4] = 0x5000, [0x00f5] = 0x5001, - [0x00f6] = 0x5002, [0x00f7] = 0x5003, [0x00f8] = 0x5004, [0x00f9] = 0x5005, - [0x00fa] = 0x5006, [0x00fb] = 0x5007, [0x00fc] = 0x5008, [0x00fd] = 0x5009, - [0x00fe] = 0x500a, [0x0100] = 0x500b, [0x0101] = 0x500e, [0x0102] = 0x5010, - [0x0103] = 0x5011, [0x0104] = 0x5013, [0x0105] = 0x5015, [0x0106] = 0x5016, - [0x0107] = 0x5017, [0x0108] = 0x501b, [0x0109] = 0x501d, [0x010a] = 0x501e, - [0x010b] = 0x5020, [0x010c] = 0x5022, [0x010d] = 0x5023, [0x010e] = 0x5024, - [0x010f] = 0x5027, [0x0110] = 0x502b, [0x0111] = 0x502f, [0x0112] = 0x5030, - [0x0113] = 0x5031, [0x0114] = 0x5032, [0x0115] = 0x5033, [0x0116] = 0x5034, - [0x0117] = 0x5035, [0x0118] = 0x5036, [0x0119] = 0x5037, [0x011a] = 0x5038, - [0x011b] = 0x5039, [0x011c] = 0x503b, [0x011d] = 0x503d, [0x011e] = 0x503f, - [0x011f] = 0x5040, [0x0120] = 0x5041, [0x0121] = 0x5042, [0x0122] = 0x5044, - [0x0123] = 0x5045, [0x0124] = 0x5046, [0x0125] = 0x5049, [0x0126] = 0x504a, - [0x0127] = 0x504b, [0x0128] = 0x504d, [0x0129] = 0x5050, [0x012a] = 0x5051, - [0x012b] = 0x5052, [0x012c] = 0x5053, [0x012d] = 0x5054, [0x012e] = 0x5056, - [0x012f] = 0x5057, [0x0130] = 0x5058, [0x0131] = 0x5059, [0x0132] = 0x505b, - [0x0133] = 0x505d, [0x0134] = 0x505e, [0x0135] = 0x505f, [0x0136] = 0x5060, - [0x0137] = 0x5061, [0x0138] = 0x5062, [0x0139] = 0x5063, [0x013a] = 0x5064, - [0x013b] = 0x5066, [0x013c] = 0x5067, [0x013d] = 0x5068, [0x013e] = 0x5069, - [0x013f] = 0x506a, [0x0140] = 0x506b, [0x0141] = 0x506d, [0x0142] = 0x506e, - [0x0143] = 0x506f, [0x0144] = 0x5070, [0x0145] = 0x5071, [0x0146] = 0x5072, - [0x0147] = 0x5073, [0x0148] = 0x5074, [0x0149] = 0x5075, [0x014a] = 0x5078, - [0x014b] = 0x5079, [0x014c] = 0x507a, [0x014d] = 0x507c, [0x014e] = 0x507d, - [0x014f] = 0x5081, [0x0150] = 0x5082, [0x0151] = 0x5083, [0x0152] = 0x5084, - [0x0153] = 0x5086, [0x0154] = 0x5087, [0x0155] = 0x5089, [0x0156] = 0x508a, - [0x0157] = 0x508b, [0x0158] = 0x508c, [0x0159] = 0x508e, [0x015a] = 0x508f, - [0x015b] = 0x5090, [0x015c] = 0x5091, [0x015d] = 0x5092, [0x015e] = 0x5093, - [0x015f] = 0x5094, [0x0160] = 0x5095, [0x0161] = 0x5096, [0x0162] = 0x5097, - [0x0163] = 0x5098, [0x0164] = 0x5099, [0x0165] = 0x509a, [0x0166] = 0x509b, - [0x0167] = 0x509c, [0x0168] = 0x509d, [0x0169] = 0x509e, [0x016a] = 0x509f, - [0x016b] = 0x50a0, [0x016c] = 0x50a1, [0x016d] = 0x50a2, [0x016e] = 0x50a4, - [0x016f] = 0x50a6, [0x0170] = 0x50aa, [0x0171] = 0x50ab, [0x0172] = 0x50ad, - [0x0173] = 0x50ae, [0x0174] = 0x50af, [0x0175] = 0x50b0, [0x0176] = 0x50b1, - [0x0177] = 0x50b3, [0x0178] = 0x50b4, [0x0179] = 0x50b5, [0x017a] = 0x50b6, - [0x017b] = 0x50b7, [0x017c] = 0x50b8, [0x017d] = 0x50b9, [0x017e] = 0x50bc, - [0x0180] = 0x50bd, [0x0181] = 0x50be, [0x0182] = 0x50bf, [0x0183] = 0x50c0, - [0x0184] = 0x50c1, [0x0185] = 0x50c2, [0x0186] = 0x50c3, [0x0187] = 0x50c4, - [0x0188] = 0x50c5, [0x0189] = 0x50c6, [0x018a] = 0x50c7, [0x018b] = 0x50c8, - [0x018c] = 0x50c9, [0x018d] = 0x50ca, [0x018e] = 0x50cb, [0x018f] = 0x50cc, - [0x0190] = 0x50cd, [0x0191] = 0x50ce, [0x0192] = 0x50d0, [0x0193] = 0x50d1, - [0x0194] = 0x50d2, [0x0195] = 0x50d3, [0x0196] = 0x50d4, [0x0197] = 0x50d5, - [0x0198] = 0x50d7, [0x0199] = 0x50d8, [0x019a] = 0x50d9, [0x019b] = 0x50db, - [0x019c] = 0x50dc, [0x019d] = 0x50dd, [0x019e] = 0x50de, [0x019f] = 0x50df, - [0x01a0] = 0x50e0, [0x01a1] = 0x50e1, [0x01a2] = 0x50e2, [0x01a3] = 0x50e3, - [0x01a4] = 0x50e4, [0x01a5] = 0x50e5, [0x01a6] = 0x50e8, [0x01a7] = 0x50e9, - [0x01a8] = 0x50ea, [0x01a9] = 0x50eb, [0x01aa] = 0x50ef, [0x01ab] = 0x50f0, - [0x01ac] = 0x50f1, [0x01ad] = 0x50f2, [0x01ae] = 0x50f4, [0x01af] = 0x50f6, - [0x01b0] = 0x50f7, [0x01b1] = 0x50f8, [0x01b2] = 0x50f9, [0x01b3] = 0x50fa, - [0x01b4] = 0x50fc, [0x01b5] = 0x50fd, [0x01b6] = 0x50fe, [0x01b7] = 0x50ff, - [0x01b8] = 0x5100, [0x01b9] = 0x5101, [0x01ba] = 0x5102, [0x01bb] = 0x5103, - [0x01bc] = 0x5104, [0x01bd] = 0x5105, [0x01be] = 0x5108, [0x01c0] = 0x5109, - [0x01c1] = 0x510a, [0x01c2] = 0x510c, [0x01c3] = 0x510d, [0x01c4] = 0x510e, - [0x01c5] = 0x510f, [0x01c6] = 0x5110, [0x01c7] = 0x5111, [0x01c8] = 0x5113, - [0x01c9] = 0x5114, [0x01ca] = 0x5115, [0x01cb] = 0x5116, [0x01cc] = 0x5117, - [0x01cd] = 0x5118, [0x01ce] = 0x5119, [0x01cf] = 0x511a, [0x01d0] = 0x511b, - [0x01d1] = 0x511c, [0x01d2] = 0x511d, [0x01d3] = 0x511e, [0x01d4] = 0x511f, - [0x01d5] = 0x5120, [0x01d6] = 0x5122, [0x01d7] = 0x5123, [0x01d8] = 0x5124, - [0x01d9] = 0x5125, [0x01da] = 0x5126, [0x01db] = 0x5127, [0x01dc] = 0x5128, - [0x01dd] = 0x5129, [0x01de] = 0x512a, [0x01df] = 0x512b, [0x01e0] = 0x512c, - [0x01e1] = 0x512d, [0x01e2] = 0x512e, [0x01e3] = 0x512f, [0x01e4] = 0x5130, - [0x01e5] = 0x5131, [0x01e6] = 0x5132, [0x01e7] = 0x5133, [0x01e8] = 0x5134, - [0x01e9] = 0x5135, [0x01ea] = 0x5136, [0x01eb] = 0x5137, [0x01ec] = 0x5138, - [0x01ed] = 0x5139, [0x01ee] = 0x513a, [0x01ef] = 0x513b, [0x01f0] = 0x513c, - [0x01f1] = 0x513d, [0x01f2] = 0x513e, [0x01f3] = 0x5142, [0x01f4] = 0x5147, - [0x01f5] = 0x514a, [0x01f6] = 0x514c, [0x01f7] = 0x514e, [0x01f8] = 0x514f, - [0x01f9] = 0x5150, [0x01fa] = 0x5152, [0x01fb] = 0x5153, [0x01fc] = 0x5157, - [0x01fd] = 0x5158, [0x01fe] = 0x5159, [0x01ff] = 0x515b, [0x0200] = 0x515d, - [0x0201] = 0x515e, [0x0202] = 0x515f, [0x0203] = 0x5160, [0x0204] = 0x5161, - [0x0205] = 0x5163, [0x0206] = 0x5164, [0x0207] = 0x5166, [0x0208] = 0x5167, - [0x0209] = 0x5169, [0x020a] = 0x516a, [0x020b] = 0x516f, [0x020c] = 0x5172, - [0x020d] = 0x517a, [0x020e] = 0x517e, [0x020f] = 0x517f, [0x0210] = 0x5183, - [0x0211] = 0x5184, [0x0212] = 0x5186, [0x0213] = 0x5187, [0x0214] = 0x518a, - [0x0215] = 0x518b, [0x0216] = 0x518e, [0x0217] = 0x518f, [0x0218] = 0x5190, - [0x0219] = 0x5191, [0x021a] = 0x5193, [0x021b] = 0x5194, [0x021c] = 0x5198, - [0x021d] = 0x519a, [0x021e] = 0x519d, [0x021f] = 0x519e, [0x0220] = 0x519f, - [0x0221] = 0x51a1, [0x0222] = 0x51a3, [0x0223] = 0x51a6, [0x0224] = 0x51a7, - [0x0225] = 0x51a8, [0x0226] = 0x51a9, [0x0227] = 0x51aa, [0x0228] = 0x51ad, - [0x0229] = 0x51ae, [0x022a] = 0x51b4, [0x022b] = 0x51b8, [0x022c] = 0x51b9, - [0x022d] = 0x51ba, [0x022e] = 0x51be, [0x022f] = 0x51bf, [0x0230] = 0x51c1, - [0x0231] = 0x51c2, [0x0232] = 0x51c3, [0x0233] = 0x51c5, [0x0234] = 0x51c8, - [0x0235] = 0x51ca, [0x0236] = 0x51cd, [0x0237] = 0x51ce, [0x0238] = 0x51d0, - [0x0239] = 0x51d2, [0x023a] = 0x51d3, [0x023b] = 0x51d4, [0x023c] = 0x51d5, - [0x023d] = 0x51d6, [0x023e] = 0x51d7, [0x0240] = 0x51d8, [0x0241] = 0x51d9, - [0x0242] = 0x51da, [0x0243] = 0x51dc, [0x0244] = 0x51de, [0x0245] = 0x51df, - [0x0246] = 0x51e2, [0x0247] = 0x51e3, [0x0248] = 0x51e5, [0x0249] = 0x51e6, - [0x024a] = 0x51e7, [0x024b] = 0x51e8, [0x024c] = 0x51e9, [0x024d] = 0x51ea, - [0x024e] = 0x51ec, [0x024f] = 0x51ee, [0x0250] = 0x51f1, [0x0251] = 0x51f2, - [0x0252] = 0x51f4, [0x0253] = 0x51f7, [0x0254] = 0x51fe, [0x0255] = 0x5204, - [0x0256] = 0x5205, [0x0257] = 0x5209, [0x0258] = 0x520b, [0x0259] = 0x520c, - [0x025a] = 0x520f, [0x025b] = 0x5210, [0x025c] = 0x5213, [0x025d] = 0x5214, - [0x025e] = 0x5215, [0x025f] = 0x521c, [0x0260] = 0x521e, [0x0261] = 0x521f, - [0x0262] = 0x5221, [0x0263] = 0x5222, [0x0264] = 0x5223, [0x0265] = 0x5225, - [0x0266] = 0x5226, [0x0267] = 0x5227, [0x0268] = 0x522a, [0x0269] = 0x522c, - [0x026a] = 0x522f, [0x026b] = 0x5231, [0x026c] = 0x5232, [0x026d] = 0x5234, - [0x026e] = 0x5235, [0x026f] = 0x523c, [0x0270] = 0x523e, [0x0271] = 0x5244, - [0x0272] = 0x5245, [0x0273] = 0x5246, [0x0274] = 0x5247, [0x0275] = 0x5248, - [0x0276] = 0x5249, [0x0277] = 0x524b, [0x0278] = 0x524e, [0x0279] = 0x524f, - [0x027a] = 0x5252, [0x027b] = 0x5253, [0x027c] = 0x5255, [0x027d] = 0x5257, - [0x027e] = 0x5258, [0x0280] = 0x5259, [0x0281] = 0x525a, [0x0282] = 0x525b, - [0x0283] = 0x525d, [0x0284] = 0x525f, [0x0285] = 0x5260, [0x0286] = 0x5262, - [0x0287] = 0x5263, [0x0288] = 0x5264, [0x0289] = 0x5266, [0x028a] = 0x5268, - [0x028b] = 0x526b, [0x028c] = 0x526c, [0x028d] = 0x526d, [0x028e] = 0x526e, - [0x028f] = 0x5270, [0x0290] = 0x5271, [0x0291] = 0x5273, [0x0292] = 0x5274, - [0x0293] = 0x5275, [0x0294] = 0x5276, [0x0295] = 0x5277, [0x0296] = 0x5278, - [0x0297] = 0x5279, [0x0298] = 0x527a, [0x0299] = 0x527b, [0x029a] = 0x527c, - [0x029b] = 0x527e, [0x029c] = 0x5280, [0x029d] = 0x5283, [0x029e] = 0x5284, - [0x029f] = 0x5285, [0x02a0] = 0x5286, [0x02a1] = 0x5287, [0x02a2] = 0x5289, - [0x02a3] = 0x528a, [0x02a4] = 0x528b, [0x02a5] = 0x528c, [0x02a6] = 0x528d, - [0x02a7] = 0x528e, [0x02a8] = 0x528f, [0x02a9] = 0x5291, [0x02aa] = 0x5292, - [0x02ab] = 0x5294, [0x02ac] = 0x5295, [0x02ad] = 0x5296, [0x02ae] = 0x5297, - [0x02af] = 0x5298, [0x02b0] = 0x5299, [0x02b1] = 0x529a, [0x02b2] = 0x529c, - [0x02b3] = 0x52a4, [0x02b4] = 0x52a5, [0x02b5] = 0x52a6, [0x02b6] = 0x52a7, - [0x02b7] = 0x52ae, [0x02b8] = 0x52af, [0x02b9] = 0x52b0, [0x02ba] = 0x52b4, - [0x02bb] = 0x52b5, [0x02bc] = 0x52b6, [0x02bd] = 0x52b7, [0x02be] = 0x52b8, - [0x02bf] = 0x52b9, [0x02c0] = 0x52ba, [0x02c1] = 0x52bb, [0x02c2] = 0x52bc, - [0x02c3] = 0x52bd, [0x02c4] = 0x52c0, [0x02c5] = 0x52c1, [0x02c6] = 0x52c2, - [0x02c7] = 0x52c4, [0x02c8] = 0x52c5, [0x02c9] = 0x52c6, [0x02ca] = 0x52c8, - [0x02cb] = 0x52ca, [0x02cc] = 0x52cc, [0x02cd] = 0x52cd, [0x02ce] = 0x52ce, - [0x02cf] = 0x52cf, [0x02d0] = 0x52d1, [0x02d1] = 0x52d3, [0x02d2] = 0x52d4, - [0x02d3] = 0x52d5, [0x02d4] = 0x52d7, [0x02d5] = 0x52d9, [0x02d6] = 0x52da, - [0x02d7] = 0x52db, [0x02d8] = 0x52dc, [0x02d9] = 0x52dd, [0x02da] = 0x52de, - [0x02db] = 0x52e0, [0x02dc] = 0x52e1, [0x02dd] = 0x52e2, [0x02de] = 0x52e3, - [0x02df] = 0x52e5, [0x02e0] = 0x52e6, [0x02e1] = 0x52e7, [0x02e2] = 0x52e8, - [0x02e3] = 0x52e9, [0x02e4] = 0x52ea, [0x02e5] = 0x52eb, [0x02e6] = 0x52ec, - [0x02e7] = 0x52ed, [0x02e8] = 0x52ee, [0x02e9] = 0x52ef, [0x02ea] = 0x52f1, - [0x02eb] = 0x52f2, [0x02ec] = 0x52f3, [0x02ed] = 0x52f4, [0x02ee] = 0x52f5, - [0x02ef] = 0x52f6, [0x02f0] = 0x52f7, [0x02f1] = 0x52f8, [0x02f2] = 0x52fb, - [0x02f3] = 0x52fc, [0x02f4] = 0x52fd, [0x02f5] = 0x5301, [0x02f6] = 0x5302, - [0x02f7] = 0x5303, [0x02f8] = 0x5304, [0x02f9] = 0x5307, [0x02fa] = 0x5309, - [0x02fb] = 0x530a, [0x02fc] = 0x530b, [0x02fd] = 0x530c, [0x02fe] = 0x530e, - [0x0300] = 0x5311, [0x0301] = 0x5312, [0x0302] = 0x5313, [0x0303] = 0x5314, - [0x0304] = 0x5318, [0x0305] = 0x531b, [0x0306] = 0x531c, [0x0307] = 0x531e, - [0x0308] = 0x531f, [0x0309] = 0x5322, [0x030a] = 0x5324, [0x030b] = 0x5325, - [0x030c] = 0x5327, [0x030d] = 0x5328, [0x030e] = 0x5329, [0x030f] = 0x532b, - [0x0310] = 0x532c, [0x0311] = 0x532d, [0x0312] = 0x532f, [0x0313] = 0x5330, - [0x0314] = 0x5331, [0x0315] = 0x5332, [0x0316] = 0x5333, [0x0317] = 0x5334, - [0x0318] = 0x5335, [0x0319] = 0x5336, [0x031a] = 0x5337, [0x031b] = 0x5338, - [0x031c] = 0x533c, [0x031d] = 0x533d, [0x031e] = 0x5340, [0x031f] = 0x5342, - [0x0320] = 0x5344, [0x0321] = 0x5346, [0x0322] = 0x534b, [0x0323] = 0x534c, - [0x0324] = 0x534d, [0x0325] = 0x5350, [0x0326] = 0x5354, [0x0327] = 0x5358, - [0x0328] = 0x5359, [0x0329] = 0x535b, [0x032a] = 0x535d, [0x032b] = 0x5365, - [0x032c] = 0x5368, [0x032d] = 0x536a, [0x032e] = 0x536c, [0x032f] = 0x536d, - [0x0330] = 0x5372, [0x0331] = 0x5376, [0x0332] = 0x5379, [0x0333] = 0x537b, - [0x0334] = 0x537c, [0x0335] = 0x537d, [0x0336] = 0x537e, [0x0337] = 0x5380, - [0x0338] = 0x5381, [0x0339] = 0x5383, [0x033a] = 0x5387, [0x033b] = 0x5388, - [0x033c] = 0x538a, [0x033d] = 0x538e, [0x033e] = 0x538f, [0x0340] = 0x5390, - [0x0341] = 0x5391, [0x0342] = 0x5392, [0x0343] = 0x5393, [0x0344] = 0x5394, - [0x0345] = 0x5396, [0x0346] = 0x5397, [0x0347] = 0x5399, [0x0348] = 0x539b, - [0x0349] = 0x539c, [0x034a] = 0x539e, [0x034b] = 0x53a0, [0x034c] = 0x53a1, - [0x034d] = 0x53a4, [0x034e] = 0x53a7, [0x034f] = 0x53aa, [0x0350] = 0x53ab, - [0x0351] = 0x53ac, [0x0352] = 0x53ad, [0x0353] = 0x53af, [0x0354] = 0x53b0, - [0x0355] = 0x53b1, [0x0356] = 0x53b2, [0x0357] = 0x53b3, [0x0358] = 0x53b4, - [0x0359] = 0x53b5, [0x035a] = 0x53b7, [0x035b] = 0x53b8, [0x035c] = 0x53b9, - [0x035d] = 0x53ba, [0x035e] = 0x53bc, [0x035f] = 0x53bd, [0x0360] = 0x53be, - [0x0361] = 0x53c0, [0x0362] = 0x53c3, [0x0363] = 0x53c4, [0x0364] = 0x53c5, - [0x0365] = 0x53c6, [0x0366] = 0x53c7, [0x0367] = 0x53ce, [0x0368] = 0x53cf, - [0x0369] = 0x53d0, [0x036a] = 0x53d2, [0x036b] = 0x53d3, [0x036c] = 0x53d5, - [0x036d] = 0x53da, [0x036e] = 0x53dc, [0x036f] = 0x53dd, [0x0370] = 0x53de, - [0x0371] = 0x53e1, [0x0372] = 0x53e2, [0x0373] = 0x53e7, [0x0374] = 0x53f4, - [0x0375] = 0x53fa, [0x0376] = 0x53fe, [0x0377] = 0x53ff, [0x0378] = 0x5400, - [0x0379] = 0x5402, [0x037a] = 0x5405, [0x037b] = 0x5407, [0x037c] = 0x540b, - [0x037d] = 0x5414, [0x037e] = 0x5418, [0x037f] = 0x5419, [0x0380] = 0x541a, - [0x0381] = 0x541c, [0x0382] = 0x5422, [0x0383] = 0x5424, [0x0384] = 0x5425, - [0x0385] = 0x542a, [0x0386] = 0x5430, [0x0387] = 0x5433, [0x0388] = 0x5436, - [0x0389] = 0x5437, [0x038a] = 0x543a, [0x038b] = 0x543d, [0x038c] = 0x543f, - [0x038d] = 0x5441, [0x038e] = 0x5442, [0x038f] = 0x5444, [0x0390] = 0x5445, - [0x0391] = 0x5447, [0x0392] = 0x5449, [0x0393] = 0x544c, [0x0394] = 0x544d, - [0x0395] = 0x544e, [0x0396] = 0x544f, [0x0397] = 0x5451, [0x0398] = 0x545a, - [0x0399] = 0x545d, [0x039a] = 0x545e, [0x039b] = 0x545f, [0x039c] = 0x5460, - [0x039d] = 0x5461, [0x039e] = 0x5463, [0x039f] = 0x5465, [0x03a0] = 0x5467, - [0x03a1] = 0x5469, [0x03a2] = 0x546a, [0x03a3] = 0x546b, [0x03a4] = 0x546c, - [0x03a5] = 0x546d, [0x03a6] = 0x546e, [0x03a7] = 0x546f, [0x03a8] = 0x5470, - [0x03a9] = 0x5474, [0x03aa] = 0x5479, [0x03ab] = 0x547a, [0x03ac] = 0x547e, - [0x03ad] = 0x547f, [0x03ae] = 0x5481, [0x03af] = 0x5483, [0x03b0] = 0x5485, - [0x03b1] = 0x5487, [0x03b2] = 0x5488, [0x03b3] = 0x5489, [0x03b4] = 0x548a, - [0x03b5] = 0x548d, [0x03b6] = 0x5491, [0x03b7] = 0x5493, [0x03b8] = 0x5497, - [0x03b9] = 0x5498, [0x03ba] = 0x549c, [0x03bb] = 0x549e, [0x03bc] = 0x549f, - [0x03bd] = 0x54a0, [0x03be] = 0x54a1, [0x03c0] = 0x54a2, [0x03c1] = 0x54a5, - [0x03c2] = 0x54ae, [0x03c3] = 0x54b0, [0x03c4] = 0x54b2, [0x03c5] = 0x54b5, - [0x03c6] = 0x54b6, [0x03c7] = 0x54b7, [0x03c8] = 0x54b9, [0x03c9] = 0x54ba, - [0x03ca] = 0x54bc, [0x03cb] = 0x54be, [0x03cc] = 0x54c3, [0x03cd] = 0x54c5, - [0x03ce] = 0x54ca, [0x03cf] = 0x54cb, [0x03d0] = 0x54d6, [0x03d1] = 0x54d8, - [0x03d2] = 0x54db, [0x03d3] = 0x54e0, [0x03d4] = 0x54e1, [0x03d5] = 0x54e2, - [0x03d6] = 0x54e3, [0x03d7] = 0x54e4, [0x03d8] = 0x54eb, [0x03d9] = 0x54ec, - [0x03da] = 0x54ef, [0x03db] = 0x54f0, [0x03dc] = 0x54f1, [0x03dd] = 0x54f4, - [0x03de] = 0x54f5, [0x03df] = 0x54f6, [0x03e0] = 0x54f7, [0x03e1] = 0x54f8, - [0x03e2] = 0x54f9, [0x03e3] = 0x54fb, [0x03e4] = 0x54fe, [0x03e5] = 0x5500, - [0x03e6] = 0x5502, [0x03e7] = 0x5503, [0x03e8] = 0x5504, [0x03e9] = 0x5505, - [0x03ea] = 0x5508, [0x03eb] = 0x550a, [0x03ec] = 0x550b, [0x03ed] = 0x550c, - [0x03ee] = 0x550d, [0x03ef] = 0x550e, [0x03f0] = 0x5512, [0x03f1] = 0x5513, - [0x03f2] = 0x5515, [0x03f3] = 0x5516, [0x03f4] = 0x5517, [0x03f5] = 0x5518, - [0x03f6] = 0x5519, [0x03f7] = 0x551a, [0x03f8] = 0x551c, [0x03f9] = 0x551d, - [0x03fa] = 0x551e, [0x03fb] = 0x551f, [0x03fc] = 0x5521, [0x03fd] = 0x5525, - [0x03fe] = 0x5526, [0x0400] = 0x5528, [0x0401] = 0x5529, [0x0402] = 0x552b, - [0x0403] = 0x552d, [0x0404] = 0x5532, [0x0405] = 0x5534, [0x0406] = 0x5535, - [0x0407] = 0x5536, [0x0408] = 0x5538, [0x0409] = 0x5539, [0x040a] = 0x553a, - [0x040b] = 0x553b, [0x040c] = 0x553d, [0x040d] = 0x5540, [0x040e] = 0x5542, - [0x040f] = 0x5545, [0x0410] = 0x5547, [0x0411] = 0x5548, [0x0412] = 0x554b, - [0x0413] = 0x554c, [0x0414] = 0x554d, [0x0415] = 0x554e, [0x0416] = 0x554f, - [0x0417] = 0x5551, [0x0418] = 0x5552, [0x0419] = 0x5553, [0x041a] = 0x5554, - [0x041b] = 0x5557, [0x041c] = 0x5558, [0x041d] = 0x5559, [0x041e] = 0x555a, - [0x041f] = 0x555b, [0x0420] = 0x555d, [0x0421] = 0x555e, [0x0422] = 0x555f, - [0x0423] = 0x5560, [0x0424] = 0x5562, [0x0425] = 0x5563, [0x0426] = 0x5568, - [0x0427] = 0x5569, [0x0428] = 0x556b, [0x0429] = 0x556f, [0x042a] = 0x5570, - [0x042b] = 0x5571, [0x042c] = 0x5572, [0x042d] = 0x5573, [0x042e] = 0x5574, - [0x042f] = 0x5579, [0x0430] = 0x557a, [0x0431] = 0x557d, [0x0432] = 0x557f, - [0x0433] = 0x5585, [0x0434] = 0x5586, [0x0435] = 0x558c, [0x0436] = 0x558d, - [0x0437] = 0x558e, [0x0438] = 0x5590, [0x0439] = 0x5592, [0x043a] = 0x5593, - [0x043b] = 0x5595, [0x043c] = 0x5596, [0x043d] = 0x5597, [0x043e] = 0x559a, - [0x043f] = 0x559b, [0x0440] = 0x559e, [0x0441] = 0x55a0, [0x0442] = 0x55a1, - [0x0443] = 0x55a2, [0x0444] = 0x55a3, [0x0445] = 0x55a4, [0x0446] = 0x55a5, - [0x0447] = 0x55a6, [0x0448] = 0x55a8, [0x0449] = 0x55a9, [0x044a] = 0x55aa, - [0x044b] = 0x55ab, [0x044c] = 0x55ac, [0x044d] = 0x55ad, [0x044e] = 0x55ae, - [0x044f] = 0x55af, [0x0450] = 0x55b0, [0x0451] = 0x55b2, [0x0452] = 0x55b4, - [0x0453] = 0x55b6, [0x0454] = 0x55b8, [0x0455] = 0x55ba, [0x0456] = 0x55bc, - [0x0457] = 0x55bf, [0x0458] = 0x55c0, [0x0459] = 0x55c1, [0x045a] = 0x55c2, - [0x045b] = 0x55c3, [0x045c] = 0x55c6, [0x045d] = 0x55c7, [0x045e] = 0x55c8, - [0x045f] = 0x55ca, [0x0460] = 0x55cb, [0x0461] = 0x55ce, [0x0462] = 0x55cf, - [0x0463] = 0x55d0, [0x0464] = 0x55d5, [0x0465] = 0x55d7, [0x0466] = 0x55d8, - [0x0467] = 0x55d9, [0x0468] = 0x55da, [0x0469] = 0x55db, [0x046a] = 0x55de, - [0x046b] = 0x55e0, [0x046c] = 0x55e2, [0x046d] = 0x55e7, [0x046e] = 0x55e9, - [0x046f] = 0x55ed, [0x0470] = 0x55ee, [0x0471] = 0x55f0, [0x0472] = 0x55f1, - [0x0473] = 0x55f4, [0x0474] = 0x55f6, [0x0475] = 0x55f8, [0x0476] = 0x55f9, - [0x0477] = 0x55fa, [0x0478] = 0x55fb, [0x0479] = 0x55fc, [0x047a] = 0x55ff, - [0x047b] = 0x5602, [0x047c] = 0x5603, [0x047d] = 0x5604, [0x047e] = 0x5605, - [0x0480] = 0x5606, [0x0481] = 0x5607, [0x0482] = 0x560a, [0x0483] = 0x560b, - [0x0484] = 0x560d, [0x0485] = 0x5610, [0x0486] = 0x5611, [0x0487] = 0x5612, - [0x0488] = 0x5613, [0x0489] = 0x5614, [0x048a] = 0x5615, [0x048b] = 0x5616, - [0x048c] = 0x5617, [0x048d] = 0x5619, [0x048e] = 0x561a, [0x048f] = 0x561c, - [0x0490] = 0x561d, [0x0491] = 0x5620, [0x0492] = 0x5621, [0x0493] = 0x5622, - [0x0494] = 0x5625, [0x0495] = 0x5626, [0x0496] = 0x5628, [0x0497] = 0x5629, - [0x0498] = 0x562a, [0x0499] = 0x562b, [0x049a] = 0x562e, [0x049b] = 0x562f, - [0x049c] = 0x5630, [0x049d] = 0x5633, [0x049e] = 0x5635, [0x049f] = 0x5637, - [0x04a0] = 0x5638, [0x04a1] = 0x563a, [0x04a2] = 0x563c, [0x04a3] = 0x563d, - [0x04a4] = 0x563e, [0x04a5] = 0x5640, [0x04a6] = 0x5641, [0x04a7] = 0x5642, - [0x04a8] = 0x5643, [0x04a9] = 0x5644, [0x04aa] = 0x5645, [0x04ab] = 0x5646, - [0x04ac] = 0x5647, [0x04ad] = 0x5648, [0x04ae] = 0x5649, [0x04af] = 0x564a, - [0x04b0] = 0x564b, [0x04b1] = 0x564f, [0x04b2] = 0x5650, [0x04b3] = 0x5651, - [0x04b4] = 0x5652, [0x04b5] = 0x5653, [0x04b6] = 0x5655, [0x04b7] = 0x5656, - [0x04b8] = 0x565a, [0x04b9] = 0x565b, [0x04ba] = 0x565d, [0x04bb] = 0x565e, - [0x04bc] = 0x565f, [0x04bd] = 0x5660, [0x04be] = 0x5661, [0x04c0] = 0x5663, - [0x04c1] = 0x5665, [0x04c2] = 0x5666, [0x04c3] = 0x5667, [0x04c4] = 0x566d, - [0x04c5] = 0x566e, [0x04c6] = 0x566f, [0x04c7] = 0x5670, [0x04c8] = 0x5672, - [0x04c9] = 0x5673, [0x04ca] = 0x5674, [0x04cb] = 0x5675, [0x04cc] = 0x5677, - [0x04cd] = 0x5678, [0x04ce] = 0x5679, [0x04cf] = 0x567a, [0x04d0] = 0x567d, - [0x04d1] = 0x567e, [0x04d2] = 0x567f, [0x04d3] = 0x5680, [0x04d4] = 0x5681, - [0x04d5] = 0x5682, [0x04d6] = 0x5683, [0x04d7] = 0x5684, [0x04d8] = 0x5687, - [0x04d9] = 0x5688, [0x04da] = 0x5689, [0x04db] = 0x568a, [0x04dc] = 0x568b, - [0x04dd] = 0x568c, [0x04de] = 0x568d, [0x04df] = 0x5690, [0x04e0] = 0x5691, - [0x04e1] = 0x5692, [0x04e2] = 0x5694, [0x04e3] = 0x5695, [0x04e4] = 0x5696, - [0x04e5] = 0x5697, [0x04e6] = 0x5698, [0x04e7] = 0x5699, [0x04e8] = 0x569a, - [0x04e9] = 0x569b, [0x04ea] = 0x569c, [0x04eb] = 0x569d, [0x04ec] = 0x569e, - [0x04ed] = 0x569f, [0x04ee] = 0x56a0, [0x04ef] = 0x56a1, [0x04f0] = 0x56a2, - [0x04f1] = 0x56a4, [0x04f2] = 0x56a5, [0x04f3] = 0x56a6, [0x04f4] = 0x56a7, - [0x04f5] = 0x56a8, [0x04f6] = 0x56a9, [0x04f7] = 0x56aa, [0x04f8] = 0x56ab, - [0x04f9] = 0x56ac, [0x04fa] = 0x56ad, [0x04fb] = 0x56ae, [0x04fc] = 0x56b0, - [0x04fd] = 0x56b1, [0x04fe] = 0x56b2, [0x04ff] = 0x56b3, [0x0500] = 0x56b4, - [0x0501] = 0x56b5, [0x0502] = 0x56b6, [0x0503] = 0x56b8, [0x0504] = 0x56b9, - [0x0505] = 0x56ba, [0x0506] = 0x56bb, [0x0507] = 0x56bd, [0x0508] = 0x56be, - [0x0509] = 0x56bf, [0x050a] = 0x56c0, [0x050b] = 0x56c1, [0x050c] = 0x56c2, - [0x050d] = 0x56c3, [0x050e] = 0x56c4, [0x050f] = 0x56c5, [0x0510] = 0x56c6, - [0x0511] = 0x56c7, [0x0512] = 0x56c8, [0x0513] = 0x56c9, [0x0514] = 0x56cb, - [0x0515] = 0x56cc, [0x0516] = 0x56cd, [0x0517] = 0x56ce, [0x0518] = 0x56cf, - [0x0519] = 0x56d0, [0x051a] = 0x56d1, [0x051b] = 0x56d2, [0x051c] = 0x56d3, - [0x051d] = 0x56d5, [0x051e] = 0x56d6, [0x051f] = 0x56d8, [0x0520] = 0x56d9, - [0x0521] = 0x56dc, [0x0522] = 0x56e3, [0x0523] = 0x56e5, [0x0524] = 0x56e6, - [0x0525] = 0x56e7, [0x0526] = 0x56e8, [0x0527] = 0x56e9, [0x0528] = 0x56ea, - [0x0529] = 0x56ec, [0x052a] = 0x56ee, [0x052b] = 0x56ef, [0x052c] = 0x56f2, - [0x052d] = 0x56f3, [0x052e] = 0x56f6, [0x052f] = 0x56f7, [0x0530] = 0x56f8, - [0x0531] = 0x56fb, [0x0532] = 0x56fc, [0x0533] = 0x5700, [0x0534] = 0x5701, - [0x0535] = 0x5702, [0x0536] = 0x5705, [0x0537] = 0x5707, [0x0538] = 0x570b, - [0x0539] = 0x570c, [0x053a] = 0x570d, [0x053b] = 0x570e, [0x053c] = 0x570f, - [0x053d] = 0x5710, [0x053e] = 0x5711, [0x0540] = 0x5712, [0x0541] = 0x5713, - [0x0542] = 0x5714, [0x0543] = 0x5715, [0x0544] = 0x5716, [0x0545] = 0x5717, - [0x0546] = 0x5718, [0x0547] = 0x5719, [0x0548] = 0x571a, [0x0549] = 0x571b, - [0x054a] = 0x571d, [0x054b] = 0x571e, [0x054c] = 0x5720, [0x054d] = 0x5721, - [0x054e] = 0x5722, [0x054f] = 0x5724, [0x0550] = 0x5725, [0x0551] = 0x5726, - [0x0552] = 0x5727, [0x0553] = 0x572b, [0x0554] = 0x5731, [0x0555] = 0x5732, - [0x0556] = 0x5734, [0x0557] = 0x5735, [0x0558] = 0x5736, [0x0559] = 0x5737, - [0x055a] = 0x5738, [0x055b] = 0x573c, [0x055c] = 0x573d, [0x055d] = 0x573f, - [0x055e] = 0x5741, [0x055f] = 0x5743, [0x0560] = 0x5744, [0x0561] = 0x5745, - [0x0562] = 0x5746, [0x0563] = 0x5748, [0x0564] = 0x5749, [0x0565] = 0x574b, - [0x0566] = 0x5752, [0x0567] = 0x5753, [0x0568] = 0x5754, [0x0569] = 0x5755, - [0x056a] = 0x5756, [0x056b] = 0x5758, [0x056c] = 0x5759, [0x056d] = 0x5762, - [0x056e] = 0x5763, [0x056f] = 0x5765, [0x0570] = 0x5767, [0x0571] = 0x576c, - [0x0572] = 0x576e, [0x0573] = 0x5770, [0x0574] = 0x5771, [0x0575] = 0x5772, - [0x0576] = 0x5774, [0x0577] = 0x5775, [0x0578] = 0x5778, [0x0579] = 0x5779, - [0x057a] = 0x577a, [0x057b] = 0x577d, [0x057c] = 0x577e, [0x057d] = 0x577f, - [0x057e] = 0x5780, [0x0580] = 0x5781, [0x0581] = 0x5787, [0x0582] = 0x5788, - [0x0583] = 0x5789, [0x0584] = 0x578a, [0x0585] = 0x578d, [0x0586] = 0x578e, - [0x0587] = 0x578f, [0x0588] = 0x5790, [0x0589] = 0x5791, [0x058a] = 0x5794, - [0x058b] = 0x5795, [0x058c] = 0x5796, [0x058d] = 0x5797, [0x058e] = 0x5798, - [0x058f] = 0x5799, [0x0590] = 0x579a, [0x0591] = 0x579c, [0x0592] = 0x579d, - [0x0593] = 0x579e, [0x0594] = 0x579f, [0x0595] = 0x57a5, [0x0596] = 0x57a8, - [0x0597] = 0x57aa, [0x0598] = 0x57ac, [0x0599] = 0x57af, [0x059a] = 0x57b0, - [0x059b] = 0x57b1, [0x059c] = 0x57b3, [0x059d] = 0x57b5, [0x059e] = 0x57b6, - [0x059f] = 0x57b7, [0x05a0] = 0x57b9, [0x05a1] = 0x57ba, [0x05a2] = 0x57bb, - [0x05a3] = 0x57bc, [0x05a4] = 0x57bd, [0x05a5] = 0x57be, [0x05a6] = 0x57bf, - [0x05a7] = 0x57c0, [0x05a8] = 0x57c1, [0x05a9] = 0x57c4, [0x05aa] = 0x57c5, - [0x05ab] = 0x57c6, [0x05ac] = 0x57c7, [0x05ad] = 0x57c8, [0x05ae] = 0x57c9, - [0x05af] = 0x57ca, [0x05b0] = 0x57cc, [0x05b1] = 0x57cd, [0x05b2] = 0x57d0, - [0x05b3] = 0x57d1, [0x05b4] = 0x57d3, [0x05b5] = 0x57d6, [0x05b6] = 0x57d7, - [0x05b7] = 0x57db, [0x05b8] = 0x57dc, [0x05b9] = 0x57de, [0x05ba] = 0x57e1, - [0x05bb] = 0x57e2, [0x05bc] = 0x57e3, [0x05bd] = 0x57e5, [0x05be] = 0x57e6, - [0x05bf] = 0x57e7, [0x05c0] = 0x57e8, [0x05c1] = 0x57e9, [0x05c2] = 0x57ea, - [0x05c3] = 0x57eb, [0x05c4] = 0x57ec, [0x05c5] = 0x57ee, [0x05c6] = 0x57f0, - [0x05c7] = 0x57f1, [0x05c8] = 0x57f2, [0x05c9] = 0x57f3, [0x05ca] = 0x57f5, - [0x05cb] = 0x57f6, [0x05cc] = 0x57f7, [0x05cd] = 0x57fb, [0x05ce] = 0x57fc, - [0x05cf] = 0x57fe, [0x05d0] = 0x57ff, [0x05d1] = 0x5801, [0x05d2] = 0x5803, - [0x05d3] = 0x5804, [0x05d4] = 0x5805, [0x05d5] = 0x5808, [0x05d6] = 0x5809, - [0x05d7] = 0x580a, [0x05d8] = 0x580c, [0x05d9] = 0x580e, [0x05da] = 0x580f, - [0x05db] = 0x5810, [0x05dc] = 0x5812, [0x05dd] = 0x5813, [0x05de] = 0x5814, - [0x05df] = 0x5816, [0x05e0] = 0x5817, [0x05e1] = 0x5818, [0x05e2] = 0x581a, - [0x05e3] = 0x581b, [0x05e4] = 0x581c, [0x05e5] = 0x581d, [0x05e6] = 0x581f, - [0x05e7] = 0x5822, [0x05e8] = 0x5823, [0x05e9] = 0x5825, [0x05ea] = 0x5826, - [0x05eb] = 0x5827, [0x05ec] = 0x5828, [0x05ed] = 0x5829, [0x05ee] = 0x582b, - [0x05ef] = 0x582c, [0x05f0] = 0x582d, [0x05f1] = 0x582e, [0x05f2] = 0x582f, - [0x05f3] = 0x5831, [0x05f4] = 0x5832, [0x05f5] = 0x5833, [0x05f6] = 0x5834, - [0x05f7] = 0x5836, [0x05f8] = 0x5837, [0x05f9] = 0x5838, [0x05fa] = 0x5839, - [0x05fb] = 0x583a, [0x05fc] = 0x583b, [0x05fd] = 0x583c, [0x05fe] = 0x583d, - [0x0600] = 0x583e, [0x0601] = 0x583f, [0x0602] = 0x5840, [0x0603] = 0x5841, - [0x0604] = 0x5842, [0x0605] = 0x5843, [0x0606] = 0x5845, [0x0607] = 0x5846, - [0x0608] = 0x5847, [0x0609] = 0x5848, [0x060a] = 0x5849, [0x060b] = 0x584a, - [0x060c] = 0x584b, [0x060d] = 0x584e, [0x060e] = 0x584f, [0x060f] = 0x5850, - [0x0610] = 0x5852, [0x0611] = 0x5853, [0x0612] = 0x5855, [0x0613] = 0x5856, - [0x0614] = 0x5857, [0x0615] = 0x5859, [0x0616] = 0x585a, [0x0617] = 0x585b, - [0x0618] = 0x585c, [0x0619] = 0x585d, [0x061a] = 0x585f, [0x061b] = 0x5860, - [0x061c] = 0x5861, [0x061d] = 0x5862, [0x061e] = 0x5863, [0x061f] = 0x5864, - [0x0620] = 0x5866, [0x0621] = 0x5867, [0x0622] = 0x5868, [0x0623] = 0x5869, - [0x0624] = 0x586a, [0x0625] = 0x586d, [0x0626] = 0x586e, [0x0627] = 0x586f, - [0x0628] = 0x5870, [0x0629] = 0x5871, [0x062a] = 0x5872, [0x062b] = 0x5873, - [0x062c] = 0x5874, [0x062d] = 0x5875, [0x062e] = 0x5876, [0x062f] = 0x5877, - [0x0630] = 0x5878, [0x0631] = 0x5879, [0x0632] = 0x587a, [0x0633] = 0x587b, - [0x0634] = 0x587c, [0x0635] = 0x587d, [0x0636] = 0x587f, [0x0637] = 0x5882, - [0x0638] = 0x5884, [0x0639] = 0x5886, [0x063a] = 0x5887, [0x063b] = 0x5888, - [0x063c] = 0x588a, [0x063d] = 0x588b, [0x063e] = 0x588c, [0x0640] = 0x588d, - [0x0641] = 0x588e, [0x0642] = 0x588f, [0x0643] = 0x5890, [0x0644] = 0x5891, - [0x0645] = 0x5894, [0x0646] = 0x5895, [0x0647] = 0x5896, [0x0648] = 0x5897, - [0x0649] = 0x5898, [0x064a] = 0x589b, [0x064b] = 0x589c, [0x064c] = 0x589d, - [0x064d] = 0x58a0, [0x064e] = 0x58a1, [0x064f] = 0x58a2, [0x0650] = 0x58a3, - [0x0651] = 0x58a4, [0x0652] = 0x58a5, [0x0653] = 0x58a6, [0x0654] = 0x58a7, - [0x0655] = 0x58aa, [0x0656] = 0x58ab, [0x0657] = 0x58ac, [0x0658] = 0x58ad, - [0x0659] = 0x58ae, [0x065a] = 0x58af, [0x065b] = 0x58b0, [0x065c] = 0x58b1, - [0x065d] = 0x58b2, [0x065e] = 0x58b3, [0x065f] = 0x58b4, [0x0660] = 0x58b5, - [0x0661] = 0x58b6, [0x0662] = 0x58b7, [0x0663] = 0x58b8, [0x0664] = 0x58b9, - [0x0665] = 0x58ba, [0x0666] = 0x58bb, [0x0667] = 0x58bd, [0x0668] = 0x58be, - [0x0669] = 0x58bf, [0x066a] = 0x58c0, [0x066b] = 0x58c2, [0x066c] = 0x58c3, - [0x066d] = 0x58c4, [0x066e] = 0x58c6, [0x066f] = 0x58c7, [0x0670] = 0x58c8, - [0x0671] = 0x58c9, [0x0672] = 0x58ca, [0x0673] = 0x58cb, [0x0674] = 0x58cc, - [0x0675] = 0x58cd, [0x0676] = 0x58ce, [0x0677] = 0x58cf, [0x0678] = 0x58d0, - [0x0679] = 0x58d2, [0x067a] = 0x58d3, [0x067b] = 0x58d4, [0x067c] = 0x58d6, - [0x067d] = 0x58d7, [0x067e] = 0x58d8, [0x067f] = 0x58d9, [0x0680] = 0x58da, - [0x0681] = 0x58db, [0x0682] = 0x58dc, [0x0683] = 0x58dd, [0x0684] = 0x58de, - [0x0685] = 0x58df, [0x0686] = 0x58e0, [0x0687] = 0x58e1, [0x0688] = 0x58e2, - [0x0689] = 0x58e3, [0x068a] = 0x58e5, [0x068b] = 0x58e6, [0x068c] = 0x58e7, - [0x068d] = 0x58e8, [0x068e] = 0x58e9, [0x068f] = 0x58ea, [0x0690] = 0x58ed, - [0x0691] = 0x58ef, [0x0692] = 0x58f1, [0x0693] = 0x58f2, [0x0694] = 0x58f4, - [0x0695] = 0x58f5, [0x0696] = 0x58f7, [0x0697] = 0x58f8, [0x0698] = 0x58fa, - [0x0699] = 0x58fb, [0x069a] = 0x58fc, [0x069b] = 0x58fd, [0x069c] = 0x58fe, - [0x069d] = 0x58ff, [0x069e] = 0x5900, [0x069f] = 0x5901, [0x06a0] = 0x5903, - [0x06a1] = 0x5905, [0x06a2] = 0x5906, [0x06a3] = 0x5908, [0x06a4] = 0x5909, - [0x06a5] = 0x590a, [0x06a6] = 0x590b, [0x06a7] = 0x590c, [0x06a8] = 0x590e, - [0x06a9] = 0x5910, [0x06aa] = 0x5911, [0x06ab] = 0x5912, [0x06ac] = 0x5913, - [0x06ad] = 0x5917, [0x06ae] = 0x5918, [0x06af] = 0x591b, [0x06b0] = 0x591d, - [0x06b1] = 0x591e, [0x06b2] = 0x5920, [0x06b3] = 0x5921, [0x06b4] = 0x5922, - [0x06b5] = 0x5923, [0x06b6] = 0x5926, [0x06b7] = 0x5928, [0x06b8] = 0x592c, - [0x06b9] = 0x5930, [0x06ba] = 0x5932, [0x06bb] = 0x5933, [0x06bc] = 0x5935, - [0x06bd] = 0x5936, [0x06be] = 0x593b, [0x06c0] = 0x593d, [0x06c1] = 0x593e, - [0x06c2] = 0x593f, [0x06c3] = 0x5940, [0x06c4] = 0x5943, [0x06c5] = 0x5945, - [0x06c6] = 0x5946, [0x06c7] = 0x594a, [0x06c8] = 0x594c, [0x06c9] = 0x594d, - [0x06ca] = 0x5950, [0x06cb] = 0x5952, [0x06cc] = 0x5953, [0x06cd] = 0x5959, - [0x06ce] = 0x595b, [0x06cf] = 0x595c, [0x06d0] = 0x595d, [0x06d1] = 0x595e, - [0x06d2] = 0x595f, [0x06d3] = 0x5961, [0x06d4] = 0x5963, [0x06d5] = 0x5964, - [0x06d6] = 0x5966, [0x06d7] = 0x5967, [0x06d8] = 0x5968, [0x06d9] = 0x5969, - [0x06da] = 0x596a, [0x06db] = 0x596b, [0x06dc] = 0x596c, [0x06dd] = 0x596d, - [0x06de] = 0x596e, [0x06df] = 0x596f, [0x06e0] = 0x5970, [0x06e1] = 0x5971, - [0x06e2] = 0x5972, [0x06e3] = 0x5975, [0x06e4] = 0x5977, [0x06e5] = 0x597a, - [0x06e6] = 0x597b, [0x06e7] = 0x597c, [0x06e8] = 0x597e, [0x06e9] = 0x597f, - [0x06ea] = 0x5980, [0x06eb] = 0x5985, [0x06ec] = 0x5989, [0x06ed] = 0x598b, - [0x06ee] = 0x598c, [0x06ef] = 0x598e, [0x06f0] = 0x598f, [0x06f1] = 0x5990, - [0x06f2] = 0x5991, [0x06f3] = 0x5994, [0x06f4] = 0x5995, [0x06f5] = 0x5998, - [0x06f6] = 0x599a, [0x06f7] = 0x599b, [0x06f8] = 0x599c, [0x06f9] = 0x599d, - [0x06fa] = 0x599f, [0x06fb] = 0x59a0, [0x06fc] = 0x59a1, [0x06fd] = 0x59a2, - [0x06fe] = 0x59a6, [0x0700] = 0x59a7, [0x0701] = 0x59ac, [0x0702] = 0x59ad, - [0x0703] = 0x59b0, [0x0704] = 0x59b1, [0x0705] = 0x59b3, [0x0706] = 0x59b4, - [0x0707] = 0x59b5, [0x0708] = 0x59b6, [0x0709] = 0x59b7, [0x070a] = 0x59b8, - [0x070b] = 0x59ba, [0x070c] = 0x59bc, [0x070d] = 0x59bd, [0x070e] = 0x59bf, - [0x070f] = 0x59c0, [0x0710] = 0x59c1, [0x0711] = 0x59c2, [0x0712] = 0x59c3, - [0x0713] = 0x59c4, [0x0714] = 0x59c5, [0x0715] = 0x59c7, [0x0716] = 0x59c8, - [0x0717] = 0x59c9, [0x0718] = 0x59cc, [0x0719] = 0x59cd, [0x071a] = 0x59ce, - [0x071b] = 0x59cf, [0x071c] = 0x59d5, [0x071d] = 0x59d6, [0x071e] = 0x59d9, - [0x071f] = 0x59db, [0x0720] = 0x59de, [0x0721] = 0x59df, [0x0722] = 0x59e0, - [0x0723] = 0x59e1, [0x0724] = 0x59e2, [0x0725] = 0x59e4, [0x0726] = 0x59e6, - [0x0727] = 0x59e7, [0x0728] = 0x59e9, [0x0729] = 0x59ea, [0x072a] = 0x59eb, - [0x072b] = 0x59ed, [0x072c] = 0x59ee, [0x072d] = 0x59ef, [0x072e] = 0x59f0, - [0x072f] = 0x59f1, [0x0730] = 0x59f2, [0x0731] = 0x59f3, [0x0732] = 0x59f4, - [0x0733] = 0x59f5, [0x0734] = 0x59f6, [0x0735] = 0x59f7, [0x0736] = 0x59f8, - [0x0737] = 0x59fa, [0x0738] = 0x59fc, [0x0739] = 0x59fd, [0x073a] = 0x59fe, - [0x073b] = 0x5a00, [0x073c] = 0x5a02, [0x073d] = 0x5a0a, [0x073e] = 0x5a0b, - [0x073f] = 0x5a0d, [0x0740] = 0x5a0e, [0x0741] = 0x5a0f, [0x0742] = 0x5a10, - [0x0743] = 0x5a12, [0x0744] = 0x5a14, [0x0745] = 0x5a15, [0x0746] = 0x5a16, - [0x0747] = 0x5a17, [0x0748] = 0x5a19, [0x0749] = 0x5a1a, [0x074a] = 0x5a1b, - [0x074b] = 0x5a1d, [0x074c] = 0x5a1e, [0x074d] = 0x5a21, [0x074e] = 0x5a22, - [0x074f] = 0x5a24, [0x0750] = 0x5a26, [0x0751] = 0x5a27, [0x0752] = 0x5a28, - [0x0753] = 0x5a2a, [0x0754] = 0x5a2b, [0x0755] = 0x5a2c, [0x0756] = 0x5a2d, - [0x0757] = 0x5a2e, [0x0758] = 0x5a2f, [0x0759] = 0x5a30, [0x075a] = 0x5a33, - [0x075b] = 0x5a35, [0x075c] = 0x5a37, [0x075d] = 0x5a38, [0x075e] = 0x5a39, - [0x075f] = 0x5a3a, [0x0760] = 0x5a3b, [0x0761] = 0x5a3d, [0x0762] = 0x5a3e, - [0x0763] = 0x5a3f, [0x0764] = 0x5a41, [0x0765] = 0x5a42, [0x0766] = 0x5a43, - [0x0767] = 0x5a44, [0x0768] = 0x5a45, [0x0769] = 0x5a47, [0x076a] = 0x5a48, - [0x076b] = 0x5a4b, [0x076c] = 0x5a4c, [0x076d] = 0x5a4d, [0x076e] = 0x5a4e, - [0x076f] = 0x5a4f, [0x0770] = 0x5a50, [0x0771] = 0x5a51, [0x0772] = 0x5a52, - [0x0773] = 0x5a53, [0x0774] = 0x5a54, [0x0775] = 0x5a56, [0x0776] = 0x5a57, - [0x0777] = 0x5a58, [0x0778] = 0x5a59, [0x0779] = 0x5a5b, [0x077a] = 0x5a5c, - [0x077b] = 0x5a5d, [0x077c] = 0x5a5e, [0x077d] = 0x5a5f, [0x077e] = 0x5a60, - [0x0780] = 0x5a61, [0x0781] = 0x5a63, [0x0782] = 0x5a64, [0x0783] = 0x5a65, - [0x0784] = 0x5a66, [0x0785] = 0x5a68, [0x0786] = 0x5a69, [0x0787] = 0x5a6b, - [0x0788] = 0x5a6c, [0x0789] = 0x5a6d, [0x078a] = 0x5a6e, [0x078b] = 0x5a6f, - [0x078c] = 0x5a70, [0x078d] = 0x5a71, [0x078e] = 0x5a72, [0x078f] = 0x5a73, - [0x0790] = 0x5a78, [0x0791] = 0x5a79, [0x0792] = 0x5a7b, [0x0793] = 0x5a7c, - [0x0794] = 0x5a7d, [0x0795] = 0x5a7e, [0x0796] = 0x5a80, [0x0797] = 0x5a81, - [0x0798] = 0x5a82, [0x0799] = 0x5a83, [0x079a] = 0x5a84, [0x079b] = 0x5a85, - [0x079c] = 0x5a86, [0x079d] = 0x5a87, [0x079e] = 0x5a88, [0x079f] = 0x5a89, - [0x07a0] = 0x5a8a, [0x07a1] = 0x5a8b, [0x07a2] = 0x5a8c, [0x07a3] = 0x5a8d, - [0x07a4] = 0x5a8e, [0x07a5] = 0x5a8f, [0x07a6] = 0x5a90, [0x07a7] = 0x5a91, - [0x07a8] = 0x5a93, [0x07a9] = 0x5a94, [0x07aa] = 0x5a95, [0x07ab] = 0x5a96, - [0x07ac] = 0x5a97, [0x07ad] = 0x5a98, [0x07ae] = 0x5a99, [0x07af] = 0x5a9c, - [0x07b0] = 0x5a9d, [0x07b1] = 0x5a9e, [0x07b2] = 0x5a9f, [0x07b3] = 0x5aa0, - [0x07b4] = 0x5aa1, [0x07b5] = 0x5aa2, [0x07b6] = 0x5aa3, [0x07b7] = 0x5aa4, - [0x07b8] = 0x5aa5, [0x07b9] = 0x5aa6, [0x07ba] = 0x5aa7, [0x07bb] = 0x5aa8, - [0x07bc] = 0x5aa9, [0x07bd] = 0x5aab, [0x07be] = 0x5aac, [0x07c0] = 0x5aad, - [0x07c1] = 0x5aae, [0x07c2] = 0x5aaf, [0x07c3] = 0x5ab0, [0x07c4] = 0x5ab1, - [0x07c5] = 0x5ab4, [0x07c6] = 0x5ab6, [0x07c7] = 0x5ab7, [0x07c8] = 0x5ab9, - [0x07c9] = 0x5aba, [0x07ca] = 0x5abb, [0x07cb] = 0x5abc, [0x07cc] = 0x5abd, - [0x07cd] = 0x5abf, [0x07ce] = 0x5ac0, [0x07cf] = 0x5ac3, [0x07d0] = 0x5ac4, - [0x07d1] = 0x5ac5, [0x07d2] = 0x5ac6, [0x07d3] = 0x5ac7, [0x07d4] = 0x5ac8, - [0x07d5] = 0x5aca, [0x07d6] = 0x5acb, [0x07d7] = 0x5acd, [0x07d8] = 0x5ace, - [0x07d9] = 0x5acf, [0x07da] = 0x5ad0, [0x07db] = 0x5ad1, [0x07dc] = 0x5ad3, - [0x07dd] = 0x5ad5, [0x07de] = 0x5ad7, [0x07df] = 0x5ad9, [0x07e0] = 0x5ada, - [0x07e1] = 0x5adb, [0x07e2] = 0x5add, [0x07e3] = 0x5ade, [0x07e4] = 0x5adf, - [0x07e5] = 0x5ae2, [0x07e6] = 0x5ae4, [0x07e7] = 0x5ae5, [0x07e8] = 0x5ae7, - [0x07e9] = 0x5ae8, [0x07ea] = 0x5aea, [0x07eb] = 0x5aec, [0x07ec] = 0x5aed, - [0x07ed] = 0x5aee, [0x07ee] = 0x5aef, [0x07ef] = 0x5af0, [0x07f0] = 0x5af2, - [0x07f1] = 0x5af3, [0x07f2] = 0x5af4, [0x07f3] = 0x5af5, [0x07f4] = 0x5af6, - [0x07f5] = 0x5af7, [0x07f6] = 0x5af8, [0x07f7] = 0x5af9, [0x07f8] = 0x5afa, - [0x07f9] = 0x5afb, [0x07fa] = 0x5afc, [0x07fb] = 0x5afd, [0x07fc] = 0x5afe, - [0x07fd] = 0x5aff, [0x07fe] = 0x5b00, [0x07ff] = 0x5b01, [0x0800] = 0x5b02, - [0x0801] = 0x5b03, [0x0802] = 0x5b04, [0x0803] = 0x5b05, [0x0804] = 0x5b06, - [0x0805] = 0x5b07, [0x0806] = 0x5b08, [0x0807] = 0x5b0a, [0x0808] = 0x5b0b, - [0x0809] = 0x5b0c, [0x080a] = 0x5b0d, [0x080b] = 0x5b0e, [0x080c] = 0x5b0f, - [0x080d] = 0x5b10, [0x080e] = 0x5b11, [0x080f] = 0x5b12, [0x0810] = 0x5b13, - [0x0811] = 0x5b14, [0x0812] = 0x5b15, [0x0813] = 0x5b18, [0x0814] = 0x5b19, - [0x0815] = 0x5b1a, [0x0816] = 0x5b1b, [0x0817] = 0x5b1c, [0x0818] = 0x5b1d, - [0x0819] = 0x5b1e, [0x081a] = 0x5b1f, [0x081b] = 0x5b20, [0x081c] = 0x5b21, - [0x081d] = 0x5b22, [0x081e] = 0x5b23, [0x081f] = 0x5b24, [0x0820] = 0x5b25, - [0x0821] = 0x5b26, [0x0822] = 0x5b27, [0x0823] = 0x5b28, [0x0824] = 0x5b29, - [0x0825] = 0x5b2a, [0x0826] = 0x5b2b, [0x0827] = 0x5b2c, [0x0828] = 0x5b2d, - [0x0829] = 0x5b2e, [0x082a] = 0x5b2f, [0x082b] = 0x5b30, [0x082c] = 0x5b31, - [0x082d] = 0x5b33, [0x082e] = 0x5b35, [0x082f] = 0x5b36, [0x0830] = 0x5b38, - [0x0831] = 0x5b39, [0x0832] = 0x5b3a, [0x0833] = 0x5b3b, [0x0834] = 0x5b3c, - [0x0835] = 0x5b3d, [0x0836] = 0x5b3e, [0x0837] = 0x5b3f, [0x0838] = 0x5b41, - [0x0839] = 0x5b42, [0x083a] = 0x5b43, [0x083b] = 0x5b44, [0x083c] = 0x5b45, - [0x083d] = 0x5b46, [0x083e] = 0x5b47, [0x0840] = 0x5b48, [0x0841] = 0x5b49, - [0x0842] = 0x5b4a, [0x0843] = 0x5b4b, [0x0844] = 0x5b4c, [0x0845] = 0x5b4d, - [0x0846] = 0x5b4e, [0x0847] = 0x5b4f, [0x0848] = 0x5b52, [0x0849] = 0x5b56, - [0x084a] = 0x5b5e, [0x084b] = 0x5b60, [0x084c] = 0x5b61, [0x084d] = 0x5b67, - [0x084e] = 0x5b68, [0x084f] = 0x5b6b, [0x0850] = 0x5b6d, [0x0851] = 0x5b6e, - [0x0852] = 0x5b6f, [0x0853] = 0x5b72, [0x0854] = 0x5b74, [0x0855] = 0x5b76, - [0x0856] = 0x5b77, [0x0857] = 0x5b78, [0x0858] = 0x5b79, [0x0859] = 0x5b7b, - [0x085a] = 0x5b7c, [0x085b] = 0x5b7e, [0x085c] = 0x5b7f, [0x085d] = 0x5b82, - [0x085e] = 0x5b86, [0x085f] = 0x5b8a, [0x0860] = 0x5b8d, [0x0861] = 0x5b8e, - [0x0862] = 0x5b90, [0x0863] = 0x5b91, [0x0864] = 0x5b92, [0x0865] = 0x5b94, - [0x0866] = 0x5b96, [0x0867] = 0x5b9f, [0x0868] = 0x5ba7, [0x0869] = 0x5ba8, - [0x086a] = 0x5ba9, [0x086b] = 0x5bac, [0x086c] = 0x5bad, [0x086d] = 0x5bae, - [0x086e] = 0x5baf, [0x086f] = 0x5bb1, [0x0870] = 0x5bb2, [0x0871] = 0x5bb7, - [0x0872] = 0x5bba, [0x0873] = 0x5bbb, [0x0874] = 0x5bbc, [0x0875] = 0x5bc0, - [0x0876] = 0x5bc1, [0x0877] = 0x5bc3, [0x0878] = 0x5bc8, [0x0879] = 0x5bc9, - [0x087a] = 0x5bca, [0x087b] = 0x5bcb, [0x087c] = 0x5bcd, [0x087d] = 0x5bce, - [0x087e] = 0x5bcf, [0x0880] = 0x5bd1, [0x0881] = 0x5bd4, [0x0882] = 0x5bd5, - [0x0883] = 0x5bd6, [0x0884] = 0x5bd7, [0x0885] = 0x5bd8, [0x0886] = 0x5bd9, - [0x0887] = 0x5bda, [0x0888] = 0x5bdb, [0x0889] = 0x5bdc, [0x088a] = 0x5be0, - [0x088b] = 0x5be2, [0x088c] = 0x5be3, [0x088d] = 0x5be6, [0x088e] = 0x5be7, - [0x088f] = 0x5be9, [0x0890] = 0x5bea, [0x0891] = 0x5beb, [0x0892] = 0x5bec, - [0x0893] = 0x5bed, [0x0894] = 0x5bef, [0x0895] = 0x5bf1, [0x0896] = 0x5bf2, - [0x0897] = 0x5bf3, [0x0898] = 0x5bf4, [0x0899] = 0x5bf5, [0x089a] = 0x5bf6, - [0x089b] = 0x5bf7, [0x089c] = 0x5bfd, [0x089d] = 0x5bfe, [0x089e] = 0x5c00, - [0x089f] = 0x5c02, [0x08a0] = 0x5c03, [0x08a1] = 0x5c05, [0x08a2] = 0x5c07, - [0x08a3] = 0x5c08, [0x08a4] = 0x5c0b, [0x08a5] = 0x5c0c, [0x08a6] = 0x5c0d, - [0x08a7] = 0x5c0e, [0x08a8] = 0x5c10, [0x08a9] = 0x5c12, [0x08aa] = 0x5c13, - [0x08ab] = 0x5c17, [0x08ac] = 0x5c19, [0x08ad] = 0x5c1b, [0x08ae] = 0x5c1e, - [0x08af] = 0x5c1f, [0x08b0] = 0x5c20, [0x08b1] = 0x5c21, [0x08b2] = 0x5c23, - [0x08b3] = 0x5c26, [0x08b4] = 0x5c28, [0x08b5] = 0x5c29, [0x08b6] = 0x5c2a, - [0x08b7] = 0x5c2b, [0x08b8] = 0x5c2d, [0x08b9] = 0x5c2e, [0x08ba] = 0x5c2f, - [0x08bb] = 0x5c30, [0x08bc] = 0x5c32, [0x08bd] = 0x5c33, [0x08be] = 0x5c35, - [0x08bf] = 0x5c36, [0x08c0] = 0x5c37, [0x08c1] = 0x5c43, [0x08c2] = 0x5c44, - [0x08c3] = 0x5c46, [0x08c4] = 0x5c47, [0x08c5] = 0x5c4c, [0x08c6] = 0x5c4d, - [0x08c7] = 0x5c52, [0x08c8] = 0x5c53, [0x08c9] = 0x5c54, [0x08ca] = 0x5c56, - [0x08cb] = 0x5c57, [0x08cc] = 0x5c58, [0x08cd] = 0x5c5a, [0x08ce] = 0x5c5b, - [0x08cf] = 0x5c5c, [0x08d0] = 0x5c5d, [0x08d1] = 0x5c5f, [0x08d2] = 0x5c62, - [0x08d3] = 0x5c64, [0x08d4] = 0x5c67, [0x08d5] = 0x5c68, [0x08d6] = 0x5c69, - [0x08d7] = 0x5c6a, [0x08d8] = 0x5c6b, [0x08d9] = 0x5c6c, [0x08da] = 0x5c6d, - [0x08db] = 0x5c70, [0x08dc] = 0x5c72, [0x08dd] = 0x5c73, [0x08de] = 0x5c74, - [0x08df] = 0x5c75, [0x08e0] = 0x5c76, [0x08e1] = 0x5c77, [0x08e2] = 0x5c78, - [0x08e3] = 0x5c7b, [0x08e4] = 0x5c7c, [0x08e5] = 0x5c7d, [0x08e6] = 0x5c7e, - [0x08e7] = 0x5c80, [0x08e8] = 0x5c83, [0x08e9] = 0x5c84, [0x08ea] = 0x5c85, - [0x08eb] = 0x5c86, [0x08ec] = 0x5c87, [0x08ed] = 0x5c89, [0x08ee] = 0x5c8a, - [0x08ef] = 0x5c8b, [0x08f0] = 0x5c8e, [0x08f1] = 0x5c8f, [0x08f2] = 0x5c92, - [0x08f3] = 0x5c93, [0x08f4] = 0x5c95, [0x08f5] = 0x5c9d, [0x08f6] = 0x5c9e, - [0x08f7] = 0x5c9f, [0x08f8] = 0x5ca0, [0x08f9] = 0x5ca1, [0x08fa] = 0x5ca4, - [0x08fb] = 0x5ca5, [0x08fc] = 0x5ca6, [0x08fd] = 0x5ca7, [0x08fe] = 0x5ca8, - [0x0900] = 0x5caa, [0x0901] = 0x5cae, [0x0902] = 0x5caf, [0x0903] = 0x5cb0, - [0x0904] = 0x5cb2, [0x0905] = 0x5cb4, [0x0906] = 0x5cb6, [0x0907] = 0x5cb9, - [0x0908] = 0x5cba, [0x0909] = 0x5cbb, [0x090a] = 0x5cbc, [0x090b] = 0x5cbe, - [0x090c] = 0x5cc0, [0x090d] = 0x5cc2, [0x090e] = 0x5cc3, [0x090f] = 0x5cc5, - [0x0910] = 0x5cc6, [0x0911] = 0x5cc7, [0x0912] = 0x5cc8, [0x0913] = 0x5cc9, - [0x0914] = 0x5cca, [0x0915] = 0x5ccc, [0x0916] = 0x5ccd, [0x0917] = 0x5cce, - [0x0918] = 0x5ccf, [0x0919] = 0x5cd0, [0x091a] = 0x5cd1, [0x091b] = 0x5cd3, - [0x091c] = 0x5cd4, [0x091d] = 0x5cd5, [0x091e] = 0x5cd6, [0x091f] = 0x5cd7, - [0x0920] = 0x5cd8, [0x0921] = 0x5cda, [0x0922] = 0x5cdb, [0x0923] = 0x5cdc, - [0x0924] = 0x5cdd, [0x0925] = 0x5cde, [0x0926] = 0x5cdf, [0x0927] = 0x5ce0, - [0x0928] = 0x5ce2, [0x0929] = 0x5ce3, [0x092a] = 0x5ce7, [0x092b] = 0x5ce9, - [0x092c] = 0x5ceb, [0x092d] = 0x5cec, [0x092e] = 0x5cee, [0x092f] = 0x5cef, - [0x0930] = 0x5cf1, [0x0931] = 0x5cf2, [0x0932] = 0x5cf3, [0x0933] = 0x5cf4, - [0x0934] = 0x5cf5, [0x0935] = 0x5cf6, [0x0936] = 0x5cf7, [0x0937] = 0x5cf8, - [0x0938] = 0x5cf9, [0x0939] = 0x5cfa, [0x093a] = 0x5cfc, [0x093b] = 0x5cfd, - [0x093c] = 0x5cfe, [0x093d] = 0x5cff, [0x093e] = 0x5d00, [0x0940] = 0x5d01, - [0x0941] = 0x5d04, [0x0942] = 0x5d05, [0x0943] = 0x5d08, [0x0944] = 0x5d09, - [0x0945] = 0x5d0a, [0x0946] = 0x5d0b, [0x0947] = 0x5d0c, [0x0948] = 0x5d0d, - [0x0949] = 0x5d0f, [0x094a] = 0x5d10, [0x094b] = 0x5d11, [0x094c] = 0x5d12, - [0x094d] = 0x5d13, [0x094e] = 0x5d15, [0x094f] = 0x5d17, [0x0950] = 0x5d18, - [0x0951] = 0x5d19, [0x0952] = 0x5d1a, [0x0953] = 0x5d1c, [0x0954] = 0x5d1d, - [0x0955] = 0x5d1f, [0x0956] = 0x5d20, [0x0957] = 0x5d21, [0x0958] = 0x5d22, - [0x0959] = 0x5d23, [0x095a] = 0x5d25, [0x095b] = 0x5d28, [0x095c] = 0x5d2a, - [0x095d] = 0x5d2b, [0x095e] = 0x5d2c, [0x095f] = 0x5d2f, [0x0960] = 0x5d30, - [0x0961] = 0x5d31, [0x0962] = 0x5d32, [0x0963] = 0x5d33, [0x0964] = 0x5d35, - [0x0965] = 0x5d36, [0x0966] = 0x5d37, [0x0967] = 0x5d38, [0x0968] = 0x5d39, - [0x0969] = 0x5d3a, [0x096a] = 0x5d3b, [0x096b] = 0x5d3c, [0x096c] = 0x5d3f, - [0x096d] = 0x5d40, [0x096e] = 0x5d41, [0x096f] = 0x5d42, [0x0970] = 0x5d43, - [0x0971] = 0x5d44, [0x0972] = 0x5d45, [0x0973] = 0x5d46, [0x0974] = 0x5d48, - [0x0975] = 0x5d49, [0x0976] = 0x5d4d, [0x0977] = 0x5d4e, [0x0978] = 0x5d4f, - [0x0979] = 0x5d50, [0x097a] = 0x5d51, [0x097b] = 0x5d52, [0x097c] = 0x5d53, - [0x097d] = 0x5d54, [0x097e] = 0x5d55, [0x097f] = 0x5d56, [0x0980] = 0x5d57, - [0x0981] = 0x5d59, [0x0982] = 0x5d5a, [0x0983] = 0x5d5c, [0x0984] = 0x5d5e, - [0x0985] = 0x5d5f, [0x0986] = 0x5d60, [0x0987] = 0x5d61, [0x0988] = 0x5d62, - [0x0989] = 0x5d63, [0x098a] = 0x5d64, [0x098b] = 0x5d65, [0x098c] = 0x5d66, - [0x098d] = 0x5d67, [0x098e] = 0x5d68, [0x098f] = 0x5d6a, [0x0990] = 0x5d6d, - [0x0991] = 0x5d6e, [0x0992] = 0x5d70, [0x0993] = 0x5d71, [0x0994] = 0x5d72, - [0x0995] = 0x5d73, [0x0996] = 0x5d75, [0x0997] = 0x5d76, [0x0998] = 0x5d77, - [0x0999] = 0x5d78, [0x099a] = 0x5d79, [0x099b] = 0x5d7a, [0x099c] = 0x5d7b, - [0x099d] = 0x5d7c, [0x099e] = 0x5d7d, [0x099f] = 0x5d7e, [0x09a0] = 0x5d7f, - [0x09a1] = 0x5d80, [0x09a2] = 0x5d81, [0x09a3] = 0x5d83, [0x09a4] = 0x5d84, - [0x09a5] = 0x5d85, [0x09a6] = 0x5d86, [0x09a7] = 0x5d87, [0x09a8] = 0x5d88, - [0x09a9] = 0x5d89, [0x09aa] = 0x5d8a, [0x09ab] = 0x5d8b, [0x09ac] = 0x5d8c, - [0x09ad] = 0x5d8d, [0x09ae] = 0x5d8e, [0x09af] = 0x5d8f, [0x09b0] = 0x5d90, - [0x09b1] = 0x5d91, [0x09b2] = 0x5d92, [0x09b3] = 0x5d93, [0x09b4] = 0x5d94, - [0x09b5] = 0x5d95, [0x09b6] = 0x5d96, [0x09b7] = 0x5d97, [0x09b8] = 0x5d98, - [0x09b9] = 0x5d9a, [0x09ba] = 0x5d9b, [0x09bb] = 0x5d9c, [0x09bc] = 0x5d9e, - [0x09bd] = 0x5d9f, [0x09be] = 0x5da0, [0x09c0] = 0x5da1, [0x09c1] = 0x5da2, - [0x09c2] = 0x5da3, [0x09c3] = 0x5da4, [0x09c4] = 0x5da5, [0x09c5] = 0x5da6, - [0x09c6] = 0x5da7, [0x09c7] = 0x5da8, [0x09c8] = 0x5da9, [0x09c9] = 0x5daa, - [0x09ca] = 0x5dab, [0x09cb] = 0x5dac, [0x09cc] = 0x5dad, [0x09cd] = 0x5dae, - [0x09ce] = 0x5daf, [0x09cf] = 0x5db0, [0x09d0] = 0x5db1, [0x09d1] = 0x5db2, - [0x09d2] = 0x5db3, [0x09d3] = 0x5db4, [0x09d4] = 0x5db5, [0x09d5] = 0x5db6, - [0x09d6] = 0x5db8, [0x09d7] = 0x5db9, [0x09d8] = 0x5dba, [0x09d9] = 0x5dbb, - [0x09da] = 0x5dbc, [0x09db] = 0x5dbd, [0x09dc] = 0x5dbe, [0x09dd] = 0x5dbf, - [0x09de] = 0x5dc0, [0x09df] = 0x5dc1, [0x09e0] = 0x5dc2, [0x09e1] = 0x5dc3, - [0x09e2] = 0x5dc4, [0x09e3] = 0x5dc6, [0x09e4] = 0x5dc7, [0x09e5] = 0x5dc8, - [0x09e6] = 0x5dc9, [0x09e7] = 0x5dca, [0x09e8] = 0x5dcb, [0x09e9] = 0x5dcc, - [0x09ea] = 0x5dce, [0x09eb] = 0x5dcf, [0x09ec] = 0x5dd0, [0x09ed] = 0x5dd1, - [0x09ee] = 0x5dd2, [0x09ef] = 0x5dd3, [0x09f0] = 0x5dd4, [0x09f1] = 0x5dd5, - [0x09f2] = 0x5dd6, [0x09f3] = 0x5dd7, [0x09f4] = 0x5dd8, [0x09f5] = 0x5dd9, - [0x09f6] = 0x5dda, [0x09f7] = 0x5ddc, [0x09f8] = 0x5ddf, [0x09f9] = 0x5de0, - [0x09fa] = 0x5de3, [0x09fb] = 0x5de4, [0x09fc] = 0x5dea, [0x09fd] = 0x5dec, - [0x09fe] = 0x5ded, [0x0a00] = 0x5df0, [0x0a01] = 0x5df5, [0x0a02] = 0x5df6, - [0x0a03] = 0x5df8, [0x0a04] = 0x5df9, [0x0a05] = 0x5dfa, [0x0a06] = 0x5dfb, - [0x0a07] = 0x5dfc, [0x0a08] = 0x5dff, [0x0a09] = 0x5e00, [0x0a0a] = 0x5e04, - [0x0a0b] = 0x5e07, [0x0a0c] = 0x5e09, [0x0a0d] = 0x5e0a, [0x0a0e] = 0x5e0b, - [0x0a0f] = 0x5e0d, [0x0a10] = 0x5e0e, [0x0a11] = 0x5e12, [0x0a12] = 0x5e13, - [0x0a13] = 0x5e17, [0x0a14] = 0x5e1e, [0x0a15] = 0x5e1f, [0x0a16] = 0x5e20, - [0x0a17] = 0x5e21, [0x0a18] = 0x5e22, [0x0a19] = 0x5e23, [0x0a1a] = 0x5e24, - [0x0a1b] = 0x5e25, [0x0a1c] = 0x5e28, [0x0a1d] = 0x5e29, [0x0a1e] = 0x5e2a, - [0x0a1f] = 0x5e2b, [0x0a20] = 0x5e2c, [0x0a21] = 0x5e2f, [0x0a22] = 0x5e30, - [0x0a23] = 0x5e32, [0x0a24] = 0x5e33, [0x0a25] = 0x5e34, [0x0a26] = 0x5e35, - [0x0a27] = 0x5e36, [0x0a28] = 0x5e39, [0x0a29] = 0x5e3a, [0x0a2a] = 0x5e3e, - [0x0a2b] = 0x5e3f, [0x0a2c] = 0x5e40, [0x0a2d] = 0x5e41, [0x0a2e] = 0x5e43, - [0x0a2f] = 0x5e46, [0x0a30] = 0x5e47, [0x0a31] = 0x5e48, [0x0a32] = 0x5e49, - [0x0a33] = 0x5e4a, [0x0a34] = 0x5e4b, [0x0a35] = 0x5e4d, [0x0a36] = 0x5e4e, - [0x0a37] = 0x5e4f, [0x0a38] = 0x5e50, [0x0a39] = 0x5e51, [0x0a3a] = 0x5e52, - [0x0a3b] = 0x5e53, [0x0a3c] = 0x5e56, [0x0a3d] = 0x5e57, [0x0a3e] = 0x5e58, - [0x0a3f] = 0x5e59, [0x0a40] = 0x5e5a, [0x0a41] = 0x5e5c, [0x0a42] = 0x5e5d, - [0x0a43] = 0x5e5f, [0x0a44] = 0x5e60, [0x0a45] = 0x5e63, [0x0a46] = 0x5e64, - [0x0a47] = 0x5e65, [0x0a48] = 0x5e66, [0x0a49] = 0x5e67, [0x0a4a] = 0x5e68, - [0x0a4b] = 0x5e69, [0x0a4c] = 0x5e6a, [0x0a4d] = 0x5e6b, [0x0a4e] = 0x5e6c, - [0x0a4f] = 0x5e6d, [0x0a50] = 0x5e6e, [0x0a51] = 0x5e6f, [0x0a52] = 0x5e70, - [0x0a53] = 0x5e71, [0x0a54] = 0x5e75, [0x0a55] = 0x5e77, [0x0a56] = 0x5e79, - [0x0a57] = 0x5e7e, [0x0a58] = 0x5e81, [0x0a59] = 0x5e82, [0x0a5a] = 0x5e83, - [0x0a5b] = 0x5e85, [0x0a5c] = 0x5e88, [0x0a5d] = 0x5e89, [0x0a5e] = 0x5e8c, - [0x0a5f] = 0x5e8d, [0x0a60] = 0x5e8e, [0x0a61] = 0x5e92, [0x0a62] = 0x5e98, - [0x0a63] = 0x5e9b, [0x0a64] = 0x5e9d, [0x0a65] = 0x5ea1, [0x0a66] = 0x5ea2, - [0x0a67] = 0x5ea3, [0x0a68] = 0x5ea4, [0x0a69] = 0x5ea8, [0x0a6a] = 0x5ea9, - [0x0a6b] = 0x5eaa, [0x0a6c] = 0x5eab, [0x0a6d] = 0x5eac, [0x0a6e] = 0x5eae, - [0x0a6f] = 0x5eaf, [0x0a70] = 0x5eb0, [0x0a71] = 0x5eb1, [0x0a72] = 0x5eb2, - [0x0a73] = 0x5eb4, [0x0a74] = 0x5eba, [0x0a75] = 0x5ebb, [0x0a76] = 0x5ebc, - [0x0a77] = 0x5ebd, [0x0a78] = 0x5ebf, [0x0a79] = 0x5ec0, [0x0a7a] = 0x5ec1, - [0x0a7b] = 0x5ec2, [0x0a7c] = 0x5ec3, [0x0a7d] = 0x5ec4, [0x0a7e] = 0x5ec5, - [0x0a80] = 0x5ec6, [0x0a81] = 0x5ec7, [0x0a82] = 0x5ec8, [0x0a83] = 0x5ecb, - [0x0a84] = 0x5ecc, [0x0a85] = 0x5ecd, [0x0a86] = 0x5ece, [0x0a87] = 0x5ecf, - [0x0a88] = 0x5ed0, [0x0a89] = 0x5ed4, [0x0a8a] = 0x5ed5, [0x0a8b] = 0x5ed7, - [0x0a8c] = 0x5ed8, [0x0a8d] = 0x5ed9, [0x0a8e] = 0x5eda, [0x0a8f] = 0x5edc, - [0x0a90] = 0x5edd, [0x0a91] = 0x5ede, [0x0a92] = 0x5edf, [0x0a93] = 0x5ee0, - [0x0a94] = 0x5ee1, [0x0a95] = 0x5ee2, [0x0a96] = 0x5ee3, [0x0a97] = 0x5ee4, - [0x0a98] = 0x5ee5, [0x0a99] = 0x5ee6, [0x0a9a] = 0x5ee7, [0x0a9b] = 0x5ee9, - [0x0a9c] = 0x5eeb, [0x0a9d] = 0x5eec, [0x0a9e] = 0x5eed, [0x0a9f] = 0x5eee, - [0x0aa0] = 0x5eef, [0x0aa1] = 0x5ef0, [0x0aa2] = 0x5ef1, [0x0aa3] = 0x5ef2, - [0x0aa4] = 0x5ef3, [0x0aa5] = 0x5ef5, [0x0aa6] = 0x5ef8, [0x0aa7] = 0x5ef9, - [0x0aa8] = 0x5efb, [0x0aa9] = 0x5efc, [0x0aaa] = 0x5efd, [0x0aab] = 0x5f05, - [0x0aac] = 0x5f06, [0x0aad] = 0x5f07, [0x0aae] = 0x5f09, [0x0aaf] = 0x5f0c, - [0x0ab0] = 0x5f0d, [0x0ab1] = 0x5f0e, [0x0ab2] = 0x5f10, [0x0ab3] = 0x5f12, - [0x0ab4] = 0x5f14, [0x0ab5] = 0x5f16, [0x0ab6] = 0x5f19, [0x0ab7] = 0x5f1a, - [0x0ab8] = 0x5f1c, [0x0ab9] = 0x5f1d, [0x0aba] = 0x5f1e, [0x0abb] = 0x5f21, - [0x0abc] = 0x5f22, [0x0abd] = 0x5f23, [0x0abe] = 0x5f24, [0x0ac0] = 0x5f28, - [0x0ac1] = 0x5f2b, [0x0ac2] = 0x5f2c, [0x0ac3] = 0x5f2e, [0x0ac4] = 0x5f30, - [0x0ac5] = 0x5f32, [0x0ac6] = 0x5f33, [0x0ac7] = 0x5f34, [0x0ac8] = 0x5f35, - [0x0ac9] = 0x5f36, [0x0aca] = 0x5f37, [0x0acb] = 0x5f38, [0x0acc] = 0x5f3b, - [0x0acd] = 0x5f3d, [0x0ace] = 0x5f3e, [0x0acf] = 0x5f3f, [0x0ad0] = 0x5f41, - [0x0ad1] = 0x5f42, [0x0ad2] = 0x5f43, [0x0ad3] = 0x5f44, [0x0ad4] = 0x5f45, - [0x0ad5] = 0x5f46, [0x0ad6] = 0x5f47, [0x0ad7] = 0x5f48, [0x0ad8] = 0x5f49, - [0x0ad9] = 0x5f4a, [0x0ada] = 0x5f4b, [0x0adb] = 0x5f4c, [0x0adc] = 0x5f4d, - [0x0add] = 0x5f4e, [0x0ade] = 0x5f4f, [0x0adf] = 0x5f51, [0x0ae0] = 0x5f54, - [0x0ae1] = 0x5f59, [0x0ae2] = 0x5f5a, [0x0ae3] = 0x5f5b, [0x0ae4] = 0x5f5c, - [0x0ae5] = 0x5f5e, [0x0ae6] = 0x5f5f, [0x0ae7] = 0x5f60, [0x0ae8] = 0x5f63, - [0x0ae9] = 0x5f65, [0x0aea] = 0x5f67, [0x0aeb] = 0x5f68, [0x0aec] = 0x5f6b, - [0x0aed] = 0x5f6e, [0x0aee] = 0x5f6f, [0x0aef] = 0x5f72, [0x0af0] = 0x5f74, - [0x0af1] = 0x5f75, [0x0af2] = 0x5f76, [0x0af3] = 0x5f78, [0x0af4] = 0x5f7a, - [0x0af5] = 0x5f7d, [0x0af6] = 0x5f7e, [0x0af7] = 0x5f7f, [0x0af8] = 0x5f83, - [0x0af9] = 0x5f86, [0x0afa] = 0x5f8d, [0x0afb] = 0x5f8e, [0x0afc] = 0x5f8f, - [0x0afd] = 0x5f91, [0x0afe] = 0x5f93, [0x0aff] = 0x5f94, [0x0b00] = 0x5f96, - [0x0b01] = 0x5f9a, [0x0b02] = 0x5f9b, [0x0b03] = 0x5f9d, [0x0b04] = 0x5f9e, - [0x0b05] = 0x5f9f, [0x0b06] = 0x5fa0, [0x0b07] = 0x5fa2, [0x0b08] = 0x5fa3, - [0x0b09] = 0x5fa4, [0x0b0a] = 0x5fa5, [0x0b0b] = 0x5fa6, [0x0b0c] = 0x5fa7, - [0x0b0d] = 0x5fa9, [0x0b0e] = 0x5fab, [0x0b0f] = 0x5fac, [0x0b10] = 0x5faf, - [0x0b11] = 0x5fb0, [0x0b12] = 0x5fb1, [0x0b13] = 0x5fb2, [0x0b14] = 0x5fb3, - [0x0b15] = 0x5fb4, [0x0b16] = 0x5fb6, [0x0b17] = 0x5fb8, [0x0b18] = 0x5fb9, - [0x0b19] = 0x5fba, [0x0b1a] = 0x5fbb, [0x0b1b] = 0x5fbe, [0x0b1c] = 0x5fbf, - [0x0b1d] = 0x5fc0, [0x0b1e] = 0x5fc1, [0x0b1f] = 0x5fc2, [0x0b20] = 0x5fc7, - [0x0b21] = 0x5fc8, [0x0b22] = 0x5fca, [0x0b23] = 0x5fcb, [0x0b24] = 0x5fce, - [0x0b25] = 0x5fd3, [0x0b26] = 0x5fd4, [0x0b27] = 0x5fd5, [0x0b28] = 0x5fda, - [0x0b29] = 0x5fdb, [0x0b2a] = 0x5fdc, [0x0b2b] = 0x5fde, [0x0b2c] = 0x5fdf, - [0x0b2d] = 0x5fe2, [0x0b2e] = 0x5fe3, [0x0b2f] = 0x5fe5, [0x0b30] = 0x5fe6, - [0x0b31] = 0x5fe8, [0x0b32] = 0x5fe9, [0x0b33] = 0x5fec, [0x0b34] = 0x5fef, - [0x0b35] = 0x5ff0, [0x0b36] = 0x5ff2, [0x0b37] = 0x5ff3, [0x0b38] = 0x5ff4, - [0x0b39] = 0x5ff6, [0x0b3a] = 0x5ff7, [0x0b3b] = 0x5ff9, [0x0b3c] = 0x5ffa, - [0x0b3d] = 0x5ffc, [0x0b3e] = 0x6007, [0x0b40] = 0x6008, [0x0b41] = 0x6009, - [0x0b42] = 0x600b, [0x0b43] = 0x600c, [0x0b44] = 0x6010, [0x0b45] = 0x6011, - [0x0b46] = 0x6013, [0x0b47] = 0x6017, [0x0b48] = 0x6018, [0x0b49] = 0x601a, - [0x0b4a] = 0x601e, [0x0b4b] = 0x601f, [0x0b4c] = 0x6022, [0x0b4d] = 0x6023, - [0x0b4e] = 0x6024, [0x0b4f] = 0x602c, [0x0b50] = 0x602d, [0x0b51] = 0x602e, - [0x0b52] = 0x6030, [0x0b53] = 0x6031, [0x0b54] = 0x6032, [0x0b55] = 0x6033, - [0x0b56] = 0x6034, [0x0b57] = 0x6036, [0x0b58] = 0x6037, [0x0b59] = 0x6038, - [0x0b5a] = 0x6039, [0x0b5b] = 0x603a, [0x0b5c] = 0x603d, [0x0b5d] = 0x603e, - [0x0b5e] = 0x6040, [0x0b5f] = 0x6044, [0x0b60] = 0x6045, [0x0b61] = 0x6046, - [0x0b62] = 0x6047, [0x0b63] = 0x6048, [0x0b64] = 0x6049, [0x0b65] = 0x604a, - [0x0b66] = 0x604c, [0x0b67] = 0x604e, [0x0b68] = 0x604f, [0x0b69] = 0x6051, - [0x0b6a] = 0x6053, [0x0b6b] = 0x6054, [0x0b6c] = 0x6056, [0x0b6d] = 0x6057, - [0x0b6e] = 0x6058, [0x0b6f] = 0x605b, [0x0b70] = 0x605c, [0x0b71] = 0x605e, - [0x0b72] = 0x605f, [0x0b73] = 0x6060, [0x0b74] = 0x6061, [0x0b75] = 0x6065, - [0x0b76] = 0x6066, [0x0b77] = 0x606e, [0x0b78] = 0x6071, [0x0b79] = 0x6072, - [0x0b7a] = 0x6074, [0x0b7b] = 0x6075, [0x0b7c] = 0x6077, [0x0b7d] = 0x607e, - [0x0b7e] = 0x6080, [0x0b80] = 0x6081, [0x0b81] = 0x6082, [0x0b82] = 0x6085, - [0x0b83] = 0x6086, [0x0b84] = 0x6087, [0x0b85] = 0x6088, [0x0b86] = 0x608a, - [0x0b87] = 0x608b, [0x0b88] = 0x608e, [0x0b89] = 0x608f, [0x0b8a] = 0x6090, - [0x0b8b] = 0x6091, [0x0b8c] = 0x6093, [0x0b8d] = 0x6095, [0x0b8e] = 0x6097, - [0x0b8f] = 0x6098, [0x0b90] = 0x6099, [0x0b91] = 0x609c, [0x0b92] = 0x609e, - [0x0b93] = 0x60a1, [0x0b94] = 0x60a2, [0x0b95] = 0x60a4, [0x0b96] = 0x60a5, - [0x0b97] = 0x60a7, [0x0b98] = 0x60a9, [0x0b99] = 0x60aa, [0x0b9a] = 0x60ae, - [0x0b9b] = 0x60b0, [0x0b9c] = 0x60b3, [0x0b9d] = 0x60b5, [0x0b9e] = 0x60b6, - [0x0b9f] = 0x60b7, [0x0ba0] = 0x60b9, [0x0ba1] = 0x60ba, [0x0ba2] = 0x60bd, - [0x0ba3] = 0x60be, [0x0ba4] = 0x60bf, [0x0ba5] = 0x60c0, [0x0ba6] = 0x60c1, - [0x0ba7] = 0x60c2, [0x0ba8] = 0x60c3, [0x0ba9] = 0x60c4, [0x0baa] = 0x60c7, - [0x0bab] = 0x60c8, [0x0bac] = 0x60c9, [0x0bad] = 0x60cc, [0x0bae] = 0x60cd, - [0x0baf] = 0x60ce, [0x0bb0] = 0x60cf, [0x0bb1] = 0x60d0, [0x0bb2] = 0x60d2, - [0x0bb3] = 0x60d3, [0x0bb4] = 0x60d4, [0x0bb5] = 0x60d6, [0x0bb6] = 0x60d7, - [0x0bb7] = 0x60d9, [0x0bb8] = 0x60db, [0x0bb9] = 0x60de, [0x0bba] = 0x60e1, - [0x0bbb] = 0x60e2, [0x0bbc] = 0x60e3, [0x0bbd] = 0x60e4, [0x0bbe] = 0x60e5, - [0x0bbf] = 0x60ea, [0x0bc0] = 0x60f1, [0x0bc1] = 0x60f2, [0x0bc2] = 0x60f5, - [0x0bc3] = 0x60f7, [0x0bc4] = 0x60f8, [0x0bc5] = 0x60fb, [0x0bc6] = 0x60fc, - [0x0bc7] = 0x60fd, [0x0bc8] = 0x60fe, [0x0bc9] = 0x60ff, [0x0bca] = 0x6102, - [0x0bcb] = 0x6103, [0x0bcc] = 0x6104, [0x0bcd] = 0x6105, [0x0bce] = 0x6107, - [0x0bcf] = 0x610a, [0x0bd0] = 0x610b, [0x0bd1] = 0x610c, [0x0bd2] = 0x6110, - [0x0bd3] = 0x6111, [0x0bd4] = 0x6112, [0x0bd5] = 0x6113, [0x0bd6] = 0x6114, - [0x0bd7] = 0x6116, [0x0bd8] = 0x6117, [0x0bd9] = 0x6118, [0x0bda] = 0x6119, - [0x0bdb] = 0x611b, [0x0bdc] = 0x611c, [0x0bdd] = 0x611d, [0x0bde] = 0x611e, - [0x0bdf] = 0x6121, [0x0be0] = 0x6122, [0x0be1] = 0x6125, [0x0be2] = 0x6128, - [0x0be3] = 0x6129, [0x0be4] = 0x612a, [0x0be5] = 0x612c, [0x0be6] = 0x612d, - [0x0be7] = 0x612e, [0x0be8] = 0x612f, [0x0be9] = 0x6130, [0x0bea] = 0x6131, - [0x0beb] = 0x6132, [0x0bec] = 0x6133, [0x0bed] = 0x6134, [0x0bee] = 0x6135, - [0x0bef] = 0x6136, [0x0bf0] = 0x6137, [0x0bf1] = 0x6138, [0x0bf2] = 0x6139, - [0x0bf3] = 0x613a, [0x0bf4] = 0x613b, [0x0bf5] = 0x613c, [0x0bf6] = 0x613d, - [0x0bf7] = 0x613e, [0x0bf8] = 0x6140, [0x0bf9] = 0x6141, [0x0bfa] = 0x6142, - [0x0bfb] = 0x6143, [0x0bfc] = 0x6144, [0x0bfd] = 0x6145, [0x0bfe] = 0x6146, - [0x0c00] = 0x6147, [0x0c01] = 0x6149, [0x0c02] = 0x614b, [0x0c03] = 0x614d, - [0x0c04] = 0x614f, [0x0c05] = 0x6150, [0x0c06] = 0x6152, [0x0c07] = 0x6153, - [0x0c08] = 0x6154, [0x0c09] = 0x6156, [0x0c0a] = 0x6157, [0x0c0b] = 0x6158, - [0x0c0c] = 0x6159, [0x0c0d] = 0x615a, [0x0c0e] = 0x615b, [0x0c0f] = 0x615c, - [0x0c10] = 0x615e, [0x0c11] = 0x615f, [0x0c12] = 0x6160, [0x0c13] = 0x6161, - [0x0c14] = 0x6163, [0x0c15] = 0x6164, [0x0c16] = 0x6165, [0x0c17] = 0x6166, - [0x0c18] = 0x6169, [0x0c19] = 0x616a, [0x0c1a] = 0x616b, [0x0c1b] = 0x616c, - [0x0c1c] = 0x616d, [0x0c1d] = 0x616e, [0x0c1e] = 0x616f, [0x0c1f] = 0x6171, - [0x0c20] = 0x6172, [0x0c21] = 0x6173, [0x0c22] = 0x6174, [0x0c23] = 0x6176, - [0x0c24] = 0x6178, [0x0c25] = 0x6179, [0x0c26] = 0x617a, [0x0c27] = 0x617b, - [0x0c28] = 0x617c, [0x0c29] = 0x617d, [0x0c2a] = 0x617e, [0x0c2b] = 0x617f, - [0x0c2c] = 0x6180, [0x0c2d] = 0x6181, [0x0c2e] = 0x6182, [0x0c2f] = 0x6183, - [0x0c30] = 0x6184, [0x0c31] = 0x6185, [0x0c32] = 0x6186, [0x0c33] = 0x6187, - [0x0c34] = 0x6188, [0x0c35] = 0x6189, [0x0c36] = 0x618a, [0x0c37] = 0x618c, - [0x0c38] = 0x618d, [0x0c39] = 0x618f, [0x0c3a] = 0x6190, [0x0c3b] = 0x6191, - [0x0c3c] = 0x6192, [0x0c3d] = 0x6193, [0x0c3e] = 0x6195, [0x0c40] = 0x6196, - [0x0c41] = 0x6197, [0x0c42] = 0x6198, [0x0c43] = 0x6199, [0x0c44] = 0x619a, - [0x0c45] = 0x619b, [0x0c46] = 0x619c, [0x0c47] = 0x619e, [0x0c48] = 0x619f, - [0x0c49] = 0x61a0, [0x0c4a] = 0x61a1, [0x0c4b] = 0x61a2, [0x0c4c] = 0x61a3, - [0x0c4d] = 0x61a4, [0x0c4e] = 0x61a5, [0x0c4f] = 0x61a6, [0x0c50] = 0x61aa, - [0x0c51] = 0x61ab, [0x0c52] = 0x61ad, [0x0c53] = 0x61ae, [0x0c54] = 0x61af, - [0x0c55] = 0x61b0, [0x0c56] = 0x61b1, [0x0c57] = 0x61b2, [0x0c58] = 0x61b3, - [0x0c59] = 0x61b4, [0x0c5a] = 0x61b5, [0x0c5b] = 0x61b6, [0x0c5c] = 0x61b8, - [0x0c5d] = 0x61b9, [0x0c5e] = 0x61ba, [0x0c5f] = 0x61bb, [0x0c60] = 0x61bc, - [0x0c61] = 0x61bd, [0x0c62] = 0x61bf, [0x0c63] = 0x61c0, [0x0c64] = 0x61c1, - [0x0c65] = 0x61c3, [0x0c66] = 0x61c4, [0x0c67] = 0x61c5, [0x0c68] = 0x61c6, - [0x0c69] = 0x61c7, [0x0c6a] = 0x61c9, [0x0c6b] = 0x61cc, [0x0c6c] = 0x61cd, - [0x0c6d] = 0x61ce, [0x0c6e] = 0x61cf, [0x0c6f] = 0x61d0, [0x0c70] = 0x61d3, - [0x0c71] = 0x61d5, [0x0c72] = 0x61d6, [0x0c73] = 0x61d7, [0x0c74] = 0x61d8, - [0x0c75] = 0x61d9, [0x0c76] = 0x61da, [0x0c77] = 0x61db, [0x0c78] = 0x61dc, - [0x0c79] = 0x61dd, [0x0c7a] = 0x61de, [0x0c7b] = 0x61df, [0x0c7c] = 0x61e0, - [0x0c7d] = 0x61e1, [0x0c7e] = 0x61e2, [0x0c7f] = 0x61e3, [0x0c80] = 0x61e4, - [0x0c81] = 0x61e5, [0x0c82] = 0x61e7, [0x0c83] = 0x61e8, [0x0c84] = 0x61e9, - [0x0c85] = 0x61ea, [0x0c86] = 0x61eb, [0x0c87] = 0x61ec, [0x0c88] = 0x61ed, - [0x0c89] = 0x61ee, [0x0c8a] = 0x61ef, [0x0c8b] = 0x61f0, [0x0c8c] = 0x61f1, - [0x0c8d] = 0x61f2, [0x0c8e] = 0x61f3, [0x0c8f] = 0x61f4, [0x0c90] = 0x61f6, - [0x0c91] = 0x61f7, [0x0c92] = 0x61f8, [0x0c93] = 0x61f9, [0x0c94] = 0x61fa, - [0x0c95] = 0x61fb, [0x0c96] = 0x61fc, [0x0c97] = 0x61fd, [0x0c98] = 0x61fe, - [0x0c99] = 0x6200, [0x0c9a] = 0x6201, [0x0c9b] = 0x6202, [0x0c9c] = 0x6203, - [0x0c9d] = 0x6204, [0x0c9e] = 0x6205, [0x0c9f] = 0x6207, [0x0ca0] = 0x6209, - [0x0ca1] = 0x6213, [0x0ca2] = 0x6214, [0x0ca3] = 0x6219, [0x0ca4] = 0x621c, - [0x0ca5] = 0x621d, [0x0ca6] = 0x621e, [0x0ca7] = 0x6220, [0x0ca8] = 0x6223, - [0x0ca9] = 0x6226, [0x0caa] = 0x6227, [0x0cab] = 0x6228, [0x0cac] = 0x6229, - [0x0cad] = 0x622b, [0x0cae] = 0x622d, [0x0caf] = 0x622f, [0x0cb0] = 0x6230, - [0x0cb1] = 0x6231, [0x0cb2] = 0x6232, [0x0cb3] = 0x6235, [0x0cb4] = 0x6236, - [0x0cb5] = 0x6238, [0x0cb6] = 0x6239, [0x0cb7] = 0x623a, [0x0cb8] = 0x623b, - [0x0cb9] = 0x623c, [0x0cba] = 0x6242, [0x0cbb] = 0x6244, [0x0cbc] = 0x6245, - [0x0cbd] = 0x6246, [0x0cbe] = 0x624a, [0x0cc0] = 0x624f, [0x0cc1] = 0x6250, - [0x0cc2] = 0x6255, [0x0cc3] = 0x6256, [0x0cc4] = 0x6257, [0x0cc5] = 0x6259, - [0x0cc6] = 0x625a, [0x0cc7] = 0x625c, [0x0cc8] = 0x625d, [0x0cc9] = 0x625e, - [0x0cca] = 0x625f, [0x0ccb] = 0x6260, [0x0ccc] = 0x6261, [0x0ccd] = 0x6262, - [0x0cce] = 0x6264, [0x0ccf] = 0x6265, [0x0cd0] = 0x6268, [0x0cd1] = 0x6271, - [0x0cd2] = 0x6272, [0x0cd3] = 0x6274, [0x0cd4] = 0x6275, [0x0cd5] = 0x6277, - [0x0cd6] = 0x6278, [0x0cd7] = 0x627a, [0x0cd8] = 0x627b, [0x0cd9] = 0x627d, - [0x0cda] = 0x6281, [0x0cdb] = 0x6282, [0x0cdc] = 0x6283, [0x0cdd] = 0x6285, - [0x0cde] = 0x6286, [0x0cdf] = 0x6287, [0x0ce0] = 0x6288, [0x0ce1] = 0x628b, - [0x0ce2] = 0x628c, [0x0ce3] = 0x628d, [0x0ce4] = 0x628e, [0x0ce5] = 0x628f, - [0x0ce6] = 0x6290, [0x0ce7] = 0x6294, [0x0ce8] = 0x6299, [0x0ce9] = 0x629c, - [0x0cea] = 0x629d, [0x0ceb] = 0x629e, [0x0cec] = 0x62a3, [0x0ced] = 0x62a6, - [0x0cee] = 0x62a7, [0x0cef] = 0x62a9, [0x0cf0] = 0x62aa, [0x0cf1] = 0x62ad, - [0x0cf2] = 0x62ae, [0x0cf3] = 0x62af, [0x0cf4] = 0x62b0, [0x0cf5] = 0x62b2, - [0x0cf6] = 0x62b3, [0x0cf7] = 0x62b4, [0x0cf8] = 0x62b6, [0x0cf9] = 0x62b7, - [0x0cfa] = 0x62b8, [0x0cfb] = 0x62ba, [0x0cfc] = 0x62be, [0x0cfd] = 0x62c0, - [0x0cfe] = 0x62c1, [0x0d00] = 0x62c3, [0x0d01] = 0x62cb, [0x0d02] = 0x62cf, - [0x0d03] = 0x62d1, [0x0d04] = 0x62d5, [0x0d05] = 0x62dd, [0x0d06] = 0x62de, - [0x0d07] = 0x62e0, [0x0d08] = 0x62e1, [0x0d09] = 0x62e4, [0x0d0a] = 0x62ea, - [0x0d0b] = 0x62eb, [0x0d0c] = 0x62f0, [0x0d0d] = 0x62f2, [0x0d0e] = 0x62f5, - [0x0d0f] = 0x62f8, [0x0d10] = 0x62f9, [0x0d11] = 0x62fa, [0x0d12] = 0x62fb, - [0x0d13] = 0x6300, [0x0d14] = 0x6303, [0x0d15] = 0x6304, [0x0d16] = 0x6305, - [0x0d17] = 0x6306, [0x0d18] = 0x630a, [0x0d19] = 0x630b, [0x0d1a] = 0x630c, - [0x0d1b] = 0x630d, [0x0d1c] = 0x630f, [0x0d1d] = 0x6310, [0x0d1e] = 0x6312, - [0x0d1f] = 0x6313, [0x0d20] = 0x6314, [0x0d21] = 0x6315, [0x0d22] = 0x6317, - [0x0d23] = 0x6318, [0x0d24] = 0x6319, [0x0d25] = 0x631c, [0x0d26] = 0x6326, - [0x0d27] = 0x6327, [0x0d28] = 0x6329, [0x0d29] = 0x632c, [0x0d2a] = 0x632d, - [0x0d2b] = 0x632e, [0x0d2c] = 0x6330, [0x0d2d] = 0x6331, [0x0d2e] = 0x6333, - [0x0d2f] = 0x6334, [0x0d30] = 0x6335, [0x0d31] = 0x6336, [0x0d32] = 0x6337, - [0x0d33] = 0x6338, [0x0d34] = 0x633b, [0x0d35] = 0x633c, [0x0d36] = 0x633e, - [0x0d37] = 0x633f, [0x0d38] = 0x6340, [0x0d39] = 0x6341, [0x0d3a] = 0x6344, - [0x0d3b] = 0x6347, [0x0d3c] = 0x6348, [0x0d3d] = 0x634a, [0x0d3e] = 0x6351, - [0x0d3f] = 0x6352, [0x0d40] = 0x6353, [0x0d41] = 0x6354, [0x0d42] = 0x6356, - [0x0d43] = 0x6357, [0x0d44] = 0x6358, [0x0d45] = 0x6359, [0x0d46] = 0x635a, - [0x0d47] = 0x635b, [0x0d48] = 0x635c, [0x0d49] = 0x635d, [0x0d4a] = 0x6360, - [0x0d4b] = 0x6364, [0x0d4c] = 0x6365, [0x0d4d] = 0x6366, [0x0d4e] = 0x6368, - [0x0d4f] = 0x636a, [0x0d50] = 0x636b, [0x0d51] = 0x636c, [0x0d52] = 0x636f, - [0x0d53] = 0x6370, [0x0d54] = 0x6372, [0x0d55] = 0x6373, [0x0d56] = 0x6374, - [0x0d57] = 0x6375, [0x0d58] = 0x6378, [0x0d59] = 0x6379, [0x0d5a] = 0x637c, - [0x0d5b] = 0x637d, [0x0d5c] = 0x637e, [0x0d5d] = 0x637f, [0x0d5e] = 0x6381, - [0x0d5f] = 0x6383, [0x0d60] = 0x6384, [0x0d61] = 0x6385, [0x0d62] = 0x6386, - [0x0d63] = 0x638b, [0x0d64] = 0x638d, [0x0d65] = 0x6391, [0x0d66] = 0x6393, - [0x0d67] = 0x6394, [0x0d68] = 0x6395, [0x0d69] = 0x6397, [0x0d6a] = 0x6399, - [0x0d6b] = 0x639a, [0x0d6c] = 0x639b, [0x0d6d] = 0x639c, [0x0d6e] = 0x639d, - [0x0d6f] = 0x639e, [0x0d70] = 0x639f, [0x0d71] = 0x63a1, [0x0d72] = 0x63a4, - [0x0d73] = 0x63a6, [0x0d74] = 0x63ab, [0x0d75] = 0x63af, [0x0d76] = 0x63b1, - [0x0d77] = 0x63b2, [0x0d78] = 0x63b5, [0x0d79] = 0x63b6, [0x0d7a] = 0x63b9, - [0x0d7b] = 0x63bb, [0x0d7c] = 0x63bd, [0x0d7d] = 0x63bf, [0x0d7e] = 0x63c0, - [0x0d80] = 0x63c1, [0x0d81] = 0x63c2, [0x0d82] = 0x63c3, [0x0d83] = 0x63c5, - [0x0d84] = 0x63c7, [0x0d85] = 0x63c8, [0x0d86] = 0x63ca, [0x0d87] = 0x63cb, - [0x0d88] = 0x63cc, [0x0d89] = 0x63d1, [0x0d8a] = 0x63d3, [0x0d8b] = 0x63d4, - [0x0d8c] = 0x63d5, [0x0d8d] = 0x63d7, [0x0d8e] = 0x63d8, [0x0d8f] = 0x63d9, - [0x0d90] = 0x63da, [0x0d91] = 0x63db, [0x0d92] = 0x63dc, [0x0d93] = 0x63dd, - [0x0d94] = 0x63df, [0x0d95] = 0x63e2, [0x0d96] = 0x63e4, [0x0d97] = 0x63e5, - [0x0d98] = 0x63e6, [0x0d99] = 0x63e7, [0x0d9a] = 0x63e8, [0x0d9b] = 0x63eb, - [0x0d9c] = 0x63ec, [0x0d9d] = 0x63ee, [0x0d9e] = 0x63ef, [0x0d9f] = 0x63f0, - [0x0da0] = 0x63f1, [0x0da1] = 0x63f3, [0x0da2] = 0x63f5, [0x0da3] = 0x63f7, - [0x0da4] = 0x63f9, [0x0da5] = 0x63fa, [0x0da6] = 0x63fb, [0x0da7] = 0x63fc, - [0x0da8] = 0x63fe, [0x0da9] = 0x6403, [0x0daa] = 0x6404, [0x0dab] = 0x6406, - [0x0dac] = 0x6407, [0x0dad] = 0x6408, [0x0dae] = 0x6409, [0x0daf] = 0x640a, - [0x0db0] = 0x640d, [0x0db1] = 0x640e, [0x0db2] = 0x6411, [0x0db3] = 0x6412, - [0x0db4] = 0x6415, [0x0db5] = 0x6416, [0x0db6] = 0x6417, [0x0db7] = 0x6418, - [0x0db8] = 0x6419, [0x0db9] = 0x641a, [0x0dba] = 0x641d, [0x0dbb] = 0x641f, - [0x0dbc] = 0x6422, [0x0dbd] = 0x6423, [0x0dbe] = 0x6424, [0x0dc0] = 0x6425, - [0x0dc1] = 0x6427, [0x0dc2] = 0x6428, [0x0dc3] = 0x6429, [0x0dc4] = 0x642b, - [0x0dc5] = 0x642e, [0x0dc6] = 0x642f, [0x0dc7] = 0x6430, [0x0dc8] = 0x6431, - [0x0dc9] = 0x6432, [0x0dca] = 0x6433, [0x0dcb] = 0x6435, [0x0dcc] = 0x6436, - [0x0dcd] = 0x6437, [0x0dce] = 0x6438, [0x0dcf] = 0x6439, [0x0dd0] = 0x643b, - [0x0dd1] = 0x643c, [0x0dd2] = 0x643e, [0x0dd3] = 0x6440, [0x0dd4] = 0x6442, - [0x0dd5] = 0x6443, [0x0dd6] = 0x6449, [0x0dd7] = 0x644b, [0x0dd8] = 0x644c, - [0x0dd9] = 0x644d, [0x0dda] = 0x644e, [0x0ddb] = 0x644f, [0x0ddc] = 0x6450, - [0x0ddd] = 0x6451, [0x0dde] = 0x6453, [0x0ddf] = 0x6455, [0x0de0] = 0x6456, - [0x0de1] = 0x6457, [0x0de2] = 0x6459, [0x0de3] = 0x645a, [0x0de4] = 0x645b, - [0x0de5] = 0x645c, [0x0de6] = 0x645d, [0x0de7] = 0x645f, [0x0de8] = 0x6460, - [0x0de9] = 0x6461, [0x0dea] = 0x6462, [0x0deb] = 0x6463, [0x0dec] = 0x6464, - [0x0ded] = 0x6465, [0x0dee] = 0x6466, [0x0def] = 0x6468, [0x0df0] = 0x646a, - [0x0df1] = 0x646b, [0x0df2] = 0x646c, [0x0df3] = 0x646e, [0x0df4] = 0x646f, - [0x0df5] = 0x6470, [0x0df6] = 0x6471, [0x0df7] = 0x6472, [0x0df8] = 0x6473, - [0x0df9] = 0x6474, [0x0dfa] = 0x6475, [0x0dfb] = 0x6476, [0x0dfc] = 0x6477, - [0x0dfd] = 0x647b, [0x0dfe] = 0x647c, [0x0dff] = 0x647d, [0x0e00] = 0x647e, - [0x0e01] = 0x647f, [0x0e02] = 0x6480, [0x0e03] = 0x6481, [0x0e04] = 0x6483, - [0x0e05] = 0x6486, [0x0e06] = 0x6488, [0x0e07] = 0x6489, [0x0e08] = 0x648a, - [0x0e09] = 0x648b, [0x0e0a] = 0x648c, [0x0e0b] = 0x648d, [0x0e0c] = 0x648e, - [0x0e0d] = 0x648f, [0x0e0e] = 0x6490, [0x0e0f] = 0x6493, [0x0e10] = 0x6494, - [0x0e11] = 0x6497, [0x0e12] = 0x6498, [0x0e13] = 0x649a, [0x0e14] = 0x649b, - [0x0e15] = 0x649c, [0x0e16] = 0x649d, [0x0e17] = 0x649f, [0x0e18] = 0x64a0, - [0x0e19] = 0x64a1, [0x0e1a] = 0x64a2, [0x0e1b] = 0x64a3, [0x0e1c] = 0x64a5, - [0x0e1d] = 0x64a6, [0x0e1e] = 0x64a7, [0x0e1f] = 0x64a8, [0x0e20] = 0x64aa, - [0x0e21] = 0x64ab, [0x0e22] = 0x64af, [0x0e23] = 0x64b1, [0x0e24] = 0x64b2, - [0x0e25] = 0x64b3, [0x0e26] = 0x64b4, [0x0e27] = 0x64b6, [0x0e28] = 0x64b9, - [0x0e29] = 0x64bb, [0x0e2a] = 0x64bd, [0x0e2b] = 0x64be, [0x0e2c] = 0x64bf, - [0x0e2d] = 0x64c1, [0x0e2e] = 0x64c3, [0x0e2f] = 0x64c4, [0x0e30] = 0x64c6, - [0x0e31] = 0x64c7, [0x0e32] = 0x64c8, [0x0e33] = 0x64c9, [0x0e34] = 0x64ca, - [0x0e35] = 0x64cb, [0x0e36] = 0x64cc, [0x0e37] = 0x64cf, [0x0e38] = 0x64d1, - [0x0e39] = 0x64d3, [0x0e3a] = 0x64d4, [0x0e3b] = 0x64d5, [0x0e3c] = 0x64d6, - [0x0e3d] = 0x64d9, [0x0e3e] = 0x64da, [0x0e40] = 0x64db, [0x0e41] = 0x64dc, - [0x0e42] = 0x64dd, [0x0e43] = 0x64df, [0x0e44] = 0x64e0, [0x0e45] = 0x64e1, - [0x0e46] = 0x64e3, [0x0e47] = 0x64e5, [0x0e48] = 0x64e7, [0x0e49] = 0x64e8, - [0x0e4a] = 0x64e9, [0x0e4b] = 0x64ea, [0x0e4c] = 0x64eb, [0x0e4d] = 0x64ec, - [0x0e4e] = 0x64ed, [0x0e4f] = 0x64ee, [0x0e50] = 0x64ef, [0x0e51] = 0x64f0, - [0x0e52] = 0x64f1, [0x0e53] = 0x64f2, [0x0e54] = 0x64f3, [0x0e55] = 0x64f4, - [0x0e56] = 0x64f5, [0x0e57] = 0x64f6, [0x0e58] = 0x64f7, [0x0e59] = 0x64f8, - [0x0e5a] = 0x64f9, [0x0e5b] = 0x64fa, [0x0e5c] = 0x64fb, [0x0e5d] = 0x64fc, - [0x0e5e] = 0x64fd, [0x0e5f] = 0x64fe, [0x0e60] = 0x64ff, [0x0e61] = 0x6501, - [0x0e62] = 0x6502, [0x0e63] = 0x6503, [0x0e64] = 0x6504, [0x0e65] = 0x6505, - [0x0e66] = 0x6506, [0x0e67] = 0x6507, [0x0e68] = 0x6508, [0x0e69] = 0x650a, - [0x0e6a] = 0x650b, [0x0e6b] = 0x650c, [0x0e6c] = 0x650d, [0x0e6d] = 0x650e, - [0x0e6e] = 0x650f, [0x0e6f] = 0x6510, [0x0e70] = 0x6511, [0x0e71] = 0x6513, - [0x0e72] = 0x6514, [0x0e73] = 0x6515, [0x0e74] = 0x6516, [0x0e75] = 0x6517, - [0x0e76] = 0x6519, [0x0e77] = 0x651a, [0x0e78] = 0x651b, [0x0e79] = 0x651c, - [0x0e7a] = 0x651d, [0x0e7b] = 0x651e, [0x0e7c] = 0x651f, [0x0e7d] = 0x6520, - [0x0e7e] = 0x6521, [0x0e80] = 0x6522, [0x0e81] = 0x6523, [0x0e82] = 0x6524, - [0x0e83] = 0x6526, [0x0e84] = 0x6527, [0x0e85] = 0x6528, [0x0e86] = 0x6529, - [0x0e87] = 0x652a, [0x0e88] = 0x652c, [0x0e89] = 0x652d, [0x0e8a] = 0x6530, - [0x0e8b] = 0x6531, [0x0e8c] = 0x6532, [0x0e8d] = 0x6533, [0x0e8e] = 0x6537, - [0x0e8f] = 0x653a, [0x0e90] = 0x653c, [0x0e91] = 0x653d, [0x0e92] = 0x6540, - [0x0e93] = 0x6541, [0x0e94] = 0x6542, [0x0e95] = 0x6543, [0x0e96] = 0x6544, - [0x0e97] = 0x6546, [0x0e98] = 0x6547, [0x0e99] = 0x654a, [0x0e9a] = 0x654b, - [0x0e9b] = 0x654d, [0x0e9c] = 0x654e, [0x0e9d] = 0x6550, [0x0e9e] = 0x6552, - [0x0e9f] = 0x6553, [0x0ea0] = 0x6554, [0x0ea1] = 0x6557, [0x0ea2] = 0x6558, - [0x0ea3] = 0x655a, [0x0ea4] = 0x655c, [0x0ea5] = 0x655f, [0x0ea6] = 0x6560, - [0x0ea7] = 0x6561, [0x0ea8] = 0x6564, [0x0ea9] = 0x6565, [0x0eaa] = 0x6567, - [0x0eab] = 0x6568, [0x0eac] = 0x6569, [0x0ead] = 0x656a, [0x0eae] = 0x656d, - [0x0eaf] = 0x656e, [0x0eb0] = 0x656f, [0x0eb1] = 0x6571, [0x0eb2] = 0x6573, - [0x0eb3] = 0x6575, [0x0eb4] = 0x6576, [0x0eb5] = 0x6578, [0x0eb6] = 0x6579, - [0x0eb7] = 0x657a, [0x0eb8] = 0x657b, [0x0eb9] = 0x657c, [0x0eba] = 0x657d, - [0x0ebb] = 0x657e, [0x0ebc] = 0x657f, [0x0ebd] = 0x6580, [0x0ebe] = 0x6581, - [0x0ebf] = 0x6582, [0x0ec0] = 0x6583, [0x0ec1] = 0x6584, [0x0ec2] = 0x6585, - [0x0ec3] = 0x6586, [0x0ec4] = 0x6588, [0x0ec5] = 0x6589, [0x0ec6] = 0x658a, - [0x0ec7] = 0x658d, [0x0ec8] = 0x658e, [0x0ec9] = 0x658f, [0x0eca] = 0x6592, - [0x0ecb] = 0x6594, [0x0ecc] = 0x6595, [0x0ecd] = 0x6596, [0x0ece] = 0x6598, - [0x0ecf] = 0x659a, [0x0ed0] = 0x659d, [0x0ed1] = 0x659e, [0x0ed2] = 0x65a0, - [0x0ed3] = 0x65a2, [0x0ed4] = 0x65a3, [0x0ed5] = 0x65a6, [0x0ed6] = 0x65a8, - [0x0ed7] = 0x65aa, [0x0ed8] = 0x65ac, [0x0ed9] = 0x65ae, [0x0eda] = 0x65b1, - [0x0edb] = 0x65b2, [0x0edc] = 0x65b3, [0x0edd] = 0x65b4, [0x0ede] = 0x65b5, - [0x0edf] = 0x65b6, [0x0ee0] = 0x65b7, [0x0ee1] = 0x65b8, [0x0ee2] = 0x65ba, - [0x0ee3] = 0x65bb, [0x0ee4] = 0x65be, [0x0ee5] = 0x65bf, [0x0ee6] = 0x65c0, - [0x0ee7] = 0x65c2, [0x0ee8] = 0x65c7, [0x0ee9] = 0x65c8, [0x0eea] = 0x65c9, - [0x0eeb] = 0x65ca, [0x0eec] = 0x65cd, [0x0eed] = 0x65d0, [0x0eee] = 0x65d1, - [0x0eef] = 0x65d3, [0x0ef0] = 0x65d4, [0x0ef1] = 0x65d5, [0x0ef2] = 0x65d8, - [0x0ef3] = 0x65d9, [0x0ef4] = 0x65da, [0x0ef5] = 0x65db, [0x0ef6] = 0x65dc, - [0x0ef7] = 0x65dd, [0x0ef8] = 0x65de, [0x0ef9] = 0x65df, [0x0efa] = 0x65e1, - [0x0efb] = 0x65e3, [0x0efc] = 0x65e4, [0x0efd] = 0x65ea, [0x0efe] = 0x65eb, - [0x0f00] = 0x65f2, [0x0f01] = 0x65f3, [0x0f02] = 0x65f4, [0x0f03] = 0x65f5, - [0x0f04] = 0x65f8, [0x0f05] = 0x65f9, [0x0f06] = 0x65fb, [0x0f07] = 0x65fc, - [0x0f08] = 0x65fd, [0x0f09] = 0x65fe, [0x0f0a] = 0x65ff, [0x0f0b] = 0x6601, - [0x0f0c] = 0x6604, [0x0f0d] = 0x6605, [0x0f0e] = 0x6607, [0x0f0f] = 0x6608, - [0x0f10] = 0x6609, [0x0f11] = 0x660b, [0x0f12] = 0x660d, [0x0f13] = 0x6610, - [0x0f14] = 0x6611, [0x0f15] = 0x6612, [0x0f16] = 0x6616, [0x0f17] = 0x6617, - [0x0f18] = 0x6618, [0x0f19] = 0x661a, [0x0f1a] = 0x661b, [0x0f1b] = 0x661c, - [0x0f1c] = 0x661e, [0x0f1d] = 0x6621, [0x0f1e] = 0x6622, [0x0f1f] = 0x6623, - [0x0f20] = 0x6624, [0x0f21] = 0x6626, [0x0f22] = 0x6629, [0x0f23] = 0x662a, - [0x0f24] = 0x662b, [0x0f25] = 0x662c, [0x0f26] = 0x662e, [0x0f27] = 0x6630, - [0x0f28] = 0x6632, [0x0f29] = 0x6633, [0x0f2a] = 0x6637, [0x0f2b] = 0x6638, - [0x0f2c] = 0x6639, [0x0f2d] = 0x663a, [0x0f2e] = 0x663b, [0x0f2f] = 0x663d, - [0x0f30] = 0x663f, [0x0f31] = 0x6640, [0x0f32] = 0x6642, [0x0f33] = 0x6644, - [0x0f34] = 0x6645, [0x0f35] = 0x6646, [0x0f36] = 0x6647, [0x0f37] = 0x6648, - [0x0f38] = 0x6649, [0x0f39] = 0x664a, [0x0f3a] = 0x664d, [0x0f3b] = 0x664e, - [0x0f3c] = 0x6650, [0x0f3d] = 0x6651, [0x0f3e] = 0x6658, [0x0f40] = 0x6659, - [0x0f41] = 0x665b, [0x0f42] = 0x665c, [0x0f43] = 0x665d, [0x0f44] = 0x665e, - [0x0f45] = 0x6660, [0x0f46] = 0x6662, [0x0f47] = 0x6663, [0x0f48] = 0x6665, - [0x0f49] = 0x6667, [0x0f4a] = 0x6669, [0x0f4b] = 0x666a, [0x0f4c] = 0x666b, - [0x0f4d] = 0x666c, [0x0f4e] = 0x666d, [0x0f4f] = 0x6671, [0x0f50] = 0x6672, - [0x0f51] = 0x6673, [0x0f52] = 0x6675, [0x0f53] = 0x6678, [0x0f54] = 0x6679, - [0x0f55] = 0x667b, [0x0f56] = 0x667c, [0x0f57] = 0x667d, [0x0f58] = 0x667f, - [0x0f59] = 0x6680, [0x0f5a] = 0x6681, [0x0f5b] = 0x6683, [0x0f5c] = 0x6685, - [0x0f5d] = 0x6686, [0x0f5e] = 0x6688, [0x0f5f] = 0x6689, [0x0f60] = 0x668a, - [0x0f61] = 0x668b, [0x0f62] = 0x668d, [0x0f63] = 0x668e, [0x0f64] = 0x668f, - [0x0f65] = 0x6690, [0x0f66] = 0x6692, [0x0f67] = 0x6693, [0x0f68] = 0x6694, - [0x0f69] = 0x6695, [0x0f6a] = 0x6698, [0x0f6b] = 0x6699, [0x0f6c] = 0x669a, - [0x0f6d] = 0x669b, [0x0f6e] = 0x669c, [0x0f6f] = 0x669e, [0x0f70] = 0x669f, - [0x0f71] = 0x66a0, [0x0f72] = 0x66a1, [0x0f73] = 0x66a2, [0x0f74] = 0x66a3, - [0x0f75] = 0x66a4, [0x0f76] = 0x66a5, [0x0f77] = 0x66a6, [0x0f78] = 0x66a9, - [0x0f79] = 0x66aa, [0x0f7a] = 0x66ab, [0x0f7b] = 0x66ac, [0x0f7c] = 0x66ad, - [0x0f7d] = 0x66af, [0x0f7e] = 0x66b0, [0x0f7f] = 0x66b1, [0x0f80] = 0x66b2, - [0x0f81] = 0x66b3, [0x0f82] = 0x66b5, [0x0f83] = 0x66b6, [0x0f84] = 0x66b7, - [0x0f85] = 0x66b8, [0x0f86] = 0x66ba, [0x0f87] = 0x66bb, [0x0f88] = 0x66bc, - [0x0f89] = 0x66bd, [0x0f8a] = 0x66bf, [0x0f8b] = 0x66c0, [0x0f8c] = 0x66c1, - [0x0f8d] = 0x66c2, [0x0f8e] = 0x66c3, [0x0f8f] = 0x66c4, [0x0f90] = 0x66c5, - [0x0f91] = 0x66c6, [0x0f92] = 0x66c7, [0x0f93] = 0x66c8, [0x0f94] = 0x66c9, - [0x0f95] = 0x66ca, [0x0f96] = 0x66cb, [0x0f97] = 0x66cc, [0x0f98] = 0x66cd, - [0x0f99] = 0x66ce, [0x0f9a] = 0x66cf, [0x0f9b] = 0x66d0, [0x0f9c] = 0x66d1, - [0x0f9d] = 0x66d2, [0x0f9e] = 0x66d3, [0x0f9f] = 0x66d4, [0x0fa0] = 0x66d5, - [0x0fa1] = 0x66d6, [0x0fa2] = 0x66d7, [0x0fa3] = 0x66d8, [0x0fa4] = 0x66da, - [0x0fa5] = 0x66de, [0x0fa6] = 0x66df, [0x0fa7] = 0x66e0, [0x0fa8] = 0x66e1, - [0x0fa9] = 0x66e2, [0x0faa] = 0x66e3, [0x0fab] = 0x66e4, [0x0fac] = 0x66e5, - [0x0fad] = 0x66e7, [0x0fae] = 0x66e8, [0x0faf] = 0x66ea, [0x0fb0] = 0x66eb, - [0x0fb1] = 0x66ec, [0x0fb2] = 0x66ed, [0x0fb3] = 0x66ee, [0x0fb4] = 0x66ef, - [0x0fb5] = 0x66f1, [0x0fb6] = 0x66f5, [0x0fb7] = 0x66f6, [0x0fb8] = 0x66f8, - [0x0fb9] = 0x66fa, [0x0fba] = 0x66fb, [0x0fbb] = 0x66fd, [0x0fbc] = 0x6701, - [0x0fbd] = 0x6702, [0x0fbe] = 0x6703, [0x0fc0] = 0x6704, [0x0fc1] = 0x6705, - [0x0fc2] = 0x6706, [0x0fc3] = 0x6707, [0x0fc4] = 0x670c, [0x0fc5] = 0x670e, - [0x0fc6] = 0x670f, [0x0fc7] = 0x6711, [0x0fc8] = 0x6712, [0x0fc9] = 0x6713, - [0x0fca] = 0x6716, [0x0fcb] = 0x6718, [0x0fcc] = 0x6719, [0x0fcd] = 0x671a, - [0x0fce] = 0x671c, [0x0fcf] = 0x671e, [0x0fd0] = 0x6720, [0x0fd1] = 0x6721, - [0x0fd2] = 0x6722, [0x0fd3] = 0x6723, [0x0fd4] = 0x6724, [0x0fd5] = 0x6725, - [0x0fd6] = 0x6727, [0x0fd7] = 0x6729, [0x0fd8] = 0x672e, [0x0fd9] = 0x6730, - [0x0fda] = 0x6732, [0x0fdb] = 0x6733, [0x0fdc] = 0x6736, [0x0fdd] = 0x6737, - [0x0fde] = 0x6738, [0x0fdf] = 0x6739, [0x0fe0] = 0x673b, [0x0fe1] = 0x673c, - [0x0fe2] = 0x673e, [0x0fe3] = 0x673f, [0x0fe4] = 0x6741, [0x0fe5] = 0x6744, - [0x0fe6] = 0x6745, [0x0fe7] = 0x6747, [0x0fe8] = 0x674a, [0x0fe9] = 0x674b, - [0x0fea] = 0x674d, [0x0feb] = 0x6752, [0x0fec] = 0x6754, [0x0fed] = 0x6755, - [0x0fee] = 0x6757, [0x0fef] = 0x6758, [0x0ff0] = 0x6759, [0x0ff1] = 0x675a, - [0x0ff2] = 0x675b, [0x0ff3] = 0x675d, [0x0ff4] = 0x6762, [0x0ff5] = 0x6763, - [0x0ff6] = 0x6764, [0x0ff7] = 0x6766, [0x0ff8] = 0x6767, [0x0ff9] = 0x676b, - [0x0ffa] = 0x676c, [0x0ffb] = 0x676e, [0x0ffc] = 0x6771, [0x0ffd] = 0x6774, - [0x0ffe] = 0x6776, [0x1000] = 0x6778, [0x1001] = 0x6779, [0x1002] = 0x677a, - [0x1003] = 0x677b, [0x1004] = 0x677d, [0x1005] = 0x6780, [0x1006] = 0x6782, - [0x1007] = 0x6783, [0x1008] = 0x6785, [0x1009] = 0x6786, [0x100a] = 0x6788, - [0x100b] = 0x678a, [0x100c] = 0x678c, [0x100d] = 0x678d, [0x100e] = 0x678e, - [0x100f] = 0x678f, [0x1010] = 0x6791, [0x1011] = 0x6792, [0x1012] = 0x6793, - [0x1013] = 0x6794, [0x1014] = 0x6796, [0x1015] = 0x6799, [0x1016] = 0x679b, - [0x1017] = 0x679f, [0x1018] = 0x67a0, [0x1019] = 0x67a1, [0x101a] = 0x67a4, - [0x101b] = 0x67a6, [0x101c] = 0x67a9, [0x101d] = 0x67ac, [0x101e] = 0x67ae, - [0x101f] = 0x67b1, [0x1020] = 0x67b2, [0x1021] = 0x67b4, [0x1022] = 0x67b9, - [0x1023] = 0x67ba, [0x1024] = 0x67bb, [0x1025] = 0x67bc, [0x1026] = 0x67bd, - [0x1027] = 0x67be, [0x1028] = 0x67bf, [0x1029] = 0x67c0, [0x102a] = 0x67c2, - [0x102b] = 0x67c5, [0x102c] = 0x67c6, [0x102d] = 0x67c7, [0x102e] = 0x67c8, - [0x102f] = 0x67c9, [0x1030] = 0x67ca, [0x1031] = 0x67cb, [0x1032] = 0x67cc, - [0x1033] = 0x67cd, [0x1034] = 0x67ce, [0x1035] = 0x67d5, [0x1036] = 0x67d6, - [0x1037] = 0x67d7, [0x1038] = 0x67db, [0x1039] = 0x67df, [0x103a] = 0x67e1, - [0x103b] = 0x67e3, [0x103c] = 0x67e4, [0x103d] = 0x67e6, [0x103e] = 0x67e7, - [0x103f] = 0x67e8, [0x1040] = 0x67ea, [0x1041] = 0x67eb, [0x1042] = 0x67ed, - [0x1043] = 0x67ee, [0x1044] = 0x67f2, [0x1045] = 0x67f5, [0x1046] = 0x67f6, - [0x1047] = 0x67f7, [0x1048] = 0x67f8, [0x1049] = 0x67f9, [0x104a] = 0x67fa, - [0x104b] = 0x67fb, [0x104c] = 0x67fc, [0x104d] = 0x67fe, [0x104e] = 0x6801, - [0x104f] = 0x6802, [0x1050] = 0x6803, [0x1051] = 0x6804, [0x1052] = 0x6806, - [0x1053] = 0x680d, [0x1054] = 0x6810, [0x1055] = 0x6812, [0x1056] = 0x6814, - [0x1057] = 0x6815, [0x1058] = 0x6818, [0x1059] = 0x6819, [0x105a] = 0x681a, - [0x105b] = 0x681b, [0x105c] = 0x681c, [0x105d] = 0x681e, [0x105e] = 0x681f, - [0x105f] = 0x6820, [0x1060] = 0x6822, [0x1061] = 0x6823, [0x1062] = 0x6824, - [0x1063] = 0x6825, [0x1064] = 0x6826, [0x1065] = 0x6827, [0x1066] = 0x6828, - [0x1067] = 0x682b, [0x1068] = 0x682c, [0x1069] = 0x682d, [0x106a] = 0x682e, - [0x106b] = 0x682f, [0x106c] = 0x6830, [0x106d] = 0x6831, [0x106e] = 0x6834, - [0x106f] = 0x6835, [0x1070] = 0x6836, [0x1071] = 0x683a, [0x1072] = 0x683b, - [0x1073] = 0x683f, [0x1074] = 0x6847, [0x1075] = 0x684b, [0x1076] = 0x684d, - [0x1077] = 0x684f, [0x1078] = 0x6852, [0x1079] = 0x6856, [0x107a] = 0x6857, - [0x107b] = 0x6858, [0x107c] = 0x6859, [0x107d] = 0x685a, [0x107e] = 0x685b, - [0x1080] = 0x685c, [0x1081] = 0x685d, [0x1082] = 0x685e, [0x1083] = 0x685f, - [0x1084] = 0x686a, [0x1085] = 0x686c, [0x1086] = 0x686d, [0x1087] = 0x686e, - [0x1088] = 0x686f, [0x1089] = 0x6870, [0x108a] = 0x6871, [0x108b] = 0x6872, - [0x108c] = 0x6873, [0x108d] = 0x6875, [0x108e] = 0x6878, [0x108f] = 0x6879, - [0x1090] = 0x687a, [0x1091] = 0x687b, [0x1092] = 0x687c, [0x1093] = 0x687d, - [0x1094] = 0x687e, [0x1095] = 0x687f, [0x1096] = 0x6880, [0x1097] = 0x6882, - [0x1098] = 0x6884, [0x1099] = 0x6887, [0x109a] = 0x6888, [0x109b] = 0x6889, - [0x109c] = 0x688a, [0x109d] = 0x688b, [0x109e] = 0x688c, [0x109f] = 0x688d, - [0x10a0] = 0x688e, [0x10a1] = 0x6890, [0x10a2] = 0x6891, [0x10a3] = 0x6892, - [0x10a4] = 0x6894, [0x10a5] = 0x6895, [0x10a6] = 0x6896, [0x10a7] = 0x6898, - [0x10a8] = 0x6899, [0x10a9] = 0x689a, [0x10aa] = 0x689b, [0x10ab] = 0x689c, - [0x10ac] = 0x689d, [0x10ad] = 0x689e, [0x10ae] = 0x689f, [0x10af] = 0x68a0, - [0x10b0] = 0x68a1, [0x10b1] = 0x68a3, [0x10b2] = 0x68a4, [0x10b3] = 0x68a5, - [0x10b4] = 0x68a9, [0x10b5] = 0x68aa, [0x10b6] = 0x68ab, [0x10b7] = 0x68ac, - [0x10b8] = 0x68ae, [0x10b9] = 0x68b1, [0x10ba] = 0x68b2, [0x10bb] = 0x68b4, - [0x10bc] = 0x68b6, [0x10bd] = 0x68b7, [0x10be] = 0x68b8, [0x10c0] = 0x68b9, - [0x10c1] = 0x68ba, [0x10c2] = 0x68bb, [0x10c3] = 0x68bc, [0x10c4] = 0x68bd, - [0x10c5] = 0x68be, [0x10c6] = 0x68bf, [0x10c7] = 0x68c1, [0x10c8] = 0x68c3, - [0x10c9] = 0x68c4, [0x10ca] = 0x68c5, [0x10cb] = 0x68c6, [0x10cc] = 0x68c7, - [0x10cd] = 0x68c8, [0x10ce] = 0x68ca, [0x10cf] = 0x68cc, [0x10d0] = 0x68ce, - [0x10d1] = 0x68cf, [0x10d2] = 0x68d0, [0x10d3] = 0x68d1, [0x10d4] = 0x68d3, - [0x10d5] = 0x68d4, [0x10d6] = 0x68d6, [0x10d7] = 0x68d7, [0x10d8] = 0x68d9, - [0x10d9] = 0x68db, [0x10da] = 0x68dc, [0x10db] = 0x68dd, [0x10dc] = 0x68de, - [0x10dd] = 0x68df, [0x10de] = 0x68e1, [0x10df] = 0x68e2, [0x10e0] = 0x68e4, - [0x10e1] = 0x68e5, [0x10e2] = 0x68e6, [0x10e3] = 0x68e7, [0x10e4] = 0x68e8, - [0x10e5] = 0x68e9, [0x10e6] = 0x68ea, [0x10e7] = 0x68eb, [0x10e8] = 0x68ec, - [0x10e9] = 0x68ed, [0x10ea] = 0x68ef, [0x10eb] = 0x68f2, [0x10ec] = 0x68f3, - [0x10ed] = 0x68f4, [0x10ee] = 0x68f6, [0x10ef] = 0x68f7, [0x10f0] = 0x68f8, - [0x10f1] = 0x68fb, [0x10f2] = 0x68fd, [0x10f3] = 0x68fe, [0x10f4] = 0x68ff, - [0x10f5] = 0x6900, [0x10f6] = 0x6902, [0x10f7] = 0x6903, [0x10f8] = 0x6904, - [0x10f9] = 0x6906, [0x10fa] = 0x6907, [0x10fb] = 0x6908, [0x10fc] = 0x6909, - [0x10fd] = 0x690a, [0x10fe] = 0x690c, [0x10ff] = 0x690f, [0x1100] = 0x6911, - [0x1101] = 0x6913, [0x1102] = 0x6914, [0x1103] = 0x6915, [0x1104] = 0x6916, - [0x1105] = 0x6917, [0x1106] = 0x6918, [0x1107] = 0x6919, [0x1108] = 0x691a, - [0x1109] = 0x691b, [0x110a] = 0x691c, [0x110b] = 0x691d, [0x110c] = 0x691e, - [0x110d] = 0x6921, [0x110e] = 0x6922, [0x110f] = 0x6923, [0x1110] = 0x6925, - [0x1111] = 0x6926, [0x1112] = 0x6927, [0x1113] = 0x6928, [0x1114] = 0x6929, - [0x1115] = 0x692a, [0x1116] = 0x692b, [0x1117] = 0x692c, [0x1118] = 0x692e, - [0x1119] = 0x692f, [0x111a] = 0x6931, [0x111b] = 0x6932, [0x111c] = 0x6933, - [0x111d] = 0x6935, [0x111e] = 0x6936, [0x111f] = 0x6937, [0x1120] = 0x6938, - [0x1121] = 0x693a, [0x1122] = 0x693b, [0x1123] = 0x693c, [0x1124] = 0x693e, - [0x1125] = 0x6940, [0x1126] = 0x6941, [0x1127] = 0x6943, [0x1128] = 0x6944, - [0x1129] = 0x6945, [0x112a] = 0x6946, [0x112b] = 0x6947, [0x112c] = 0x6948, - [0x112d] = 0x6949, [0x112e] = 0x694a, [0x112f] = 0x694b, [0x1130] = 0x694c, - [0x1131] = 0x694d, [0x1132] = 0x694e, [0x1133] = 0x694f, [0x1134] = 0x6950, - [0x1135] = 0x6951, [0x1136] = 0x6952, [0x1137] = 0x6953, [0x1138] = 0x6955, - [0x1139] = 0x6956, [0x113a] = 0x6958, [0x113b] = 0x6959, [0x113c] = 0x695b, - [0x113d] = 0x695c, [0x113e] = 0x695f, [0x1140] = 0x6961, [0x1141] = 0x6962, - [0x1142] = 0x6964, [0x1143] = 0x6965, [0x1144] = 0x6967, [0x1145] = 0x6968, - [0x1146] = 0x6969, [0x1147] = 0x696a, [0x1148] = 0x696c, [0x1149] = 0x696d, - [0x114a] = 0x696f, [0x114b] = 0x6970, [0x114c] = 0x6972, [0x114d] = 0x6973, - [0x114e] = 0x6974, [0x114f] = 0x6975, [0x1150] = 0x6976, [0x1151] = 0x697a, - [0x1152] = 0x697b, [0x1153] = 0x697d, [0x1154] = 0x697e, [0x1155] = 0x697f, - [0x1156] = 0x6981, [0x1157] = 0x6983, [0x1158] = 0x6985, [0x1159] = 0x698a, - [0x115a] = 0x698b, [0x115b] = 0x698c, [0x115c] = 0x698e, [0x115d] = 0x698f, - [0x115e] = 0x6990, [0x115f] = 0x6991, [0x1160] = 0x6992, [0x1161] = 0x6993, - [0x1162] = 0x6996, [0x1163] = 0x6997, [0x1164] = 0x6999, [0x1165] = 0x699a, - [0x1166] = 0x699d, [0x1167] = 0x699e, [0x1168] = 0x699f, [0x1169] = 0x69a0, - [0x116a] = 0x69a1, [0x116b] = 0x69a2, [0x116c] = 0x69a3, [0x116d] = 0x69a4, - [0x116e] = 0x69a5, [0x116f] = 0x69a6, [0x1170] = 0x69a9, [0x1171] = 0x69aa, - [0x1172] = 0x69ac, [0x1173] = 0x69ae, [0x1174] = 0x69af, [0x1175] = 0x69b0, - [0x1176] = 0x69b2, [0x1177] = 0x69b3, [0x1178] = 0x69b5, [0x1179] = 0x69b6, - [0x117a] = 0x69b8, [0x117b] = 0x69b9, [0x117c] = 0x69ba, [0x117d] = 0x69bc, - [0x117e] = 0x69bd, [0x1180] = 0x69be, [0x1181] = 0x69bf, [0x1182] = 0x69c0, - [0x1183] = 0x69c2, [0x1184] = 0x69c3, [0x1185] = 0x69c4, [0x1186] = 0x69c5, - [0x1187] = 0x69c6, [0x1188] = 0x69c7, [0x1189] = 0x69c8, [0x118a] = 0x69c9, - [0x118b] = 0x69cb, [0x118c] = 0x69cd, [0x118d] = 0x69cf, [0x118e] = 0x69d1, - [0x118f] = 0x69d2, [0x1190] = 0x69d3, [0x1191] = 0x69d5, [0x1192] = 0x69d6, - [0x1193] = 0x69d7, [0x1194] = 0x69d8, [0x1195] = 0x69d9, [0x1196] = 0x69da, - [0x1197] = 0x69dc, [0x1198] = 0x69dd, [0x1199] = 0x69de, [0x119a] = 0x69e1, - [0x119b] = 0x69e2, [0x119c] = 0x69e3, [0x119d] = 0x69e4, [0x119e] = 0x69e5, - [0x119f] = 0x69e6, [0x11a0] = 0x69e7, [0x11a1] = 0x69e8, [0x11a2] = 0x69e9, - [0x11a3] = 0x69ea, [0x11a4] = 0x69eb, [0x11a5] = 0x69ec, [0x11a6] = 0x69ee, - [0x11a7] = 0x69ef, [0x11a8] = 0x69f0, [0x11a9] = 0x69f1, [0x11aa] = 0x69f3, - [0x11ab] = 0x69f4, [0x11ac] = 0x69f5, [0x11ad] = 0x69f6, [0x11ae] = 0x69f7, - [0x11af] = 0x69f8, [0x11b0] = 0x69f9, [0x11b1] = 0x69fa, [0x11b2] = 0x69fb, - [0x11b3] = 0x69fc, [0x11b4] = 0x69fe, [0x11b5] = 0x6a00, [0x11b6] = 0x6a01, - [0x11b7] = 0x6a02, [0x11b8] = 0x6a03, [0x11b9] = 0x6a04, [0x11ba] = 0x6a05, - [0x11bb] = 0x6a06, [0x11bc] = 0x6a07, [0x11bd] = 0x6a08, [0x11be] = 0x6a09, - [0x11bf] = 0x6a0b, [0x11c0] = 0x6a0c, [0x11c1] = 0x6a0d, [0x11c2] = 0x6a0e, - [0x11c3] = 0x6a0f, [0x11c4] = 0x6a10, [0x11c5] = 0x6a11, [0x11c6] = 0x6a12, - [0x11c7] = 0x6a13, [0x11c8] = 0x6a14, [0x11c9] = 0x6a15, [0x11ca] = 0x6a16, - [0x11cb] = 0x6a19, [0x11cc] = 0x6a1a, [0x11cd] = 0x6a1b, [0x11ce] = 0x6a1c, - [0x11cf] = 0x6a1d, [0x11d0] = 0x6a1e, [0x11d1] = 0x6a20, [0x11d2] = 0x6a22, - [0x11d3] = 0x6a23, [0x11d4] = 0x6a24, [0x11d5] = 0x6a25, [0x11d6] = 0x6a26, - [0x11d7] = 0x6a27, [0x11d8] = 0x6a29, [0x11d9] = 0x6a2b, [0x11da] = 0x6a2c, - [0x11db] = 0x6a2d, [0x11dc] = 0x6a2e, [0x11dd] = 0x6a30, [0x11de] = 0x6a32, - [0x11df] = 0x6a33, [0x11e0] = 0x6a34, [0x11e1] = 0x6a36, [0x11e2] = 0x6a37, - [0x11e3] = 0x6a38, [0x11e4] = 0x6a39, [0x11e5] = 0x6a3a, [0x11e6] = 0x6a3b, - [0x11e7] = 0x6a3c, [0x11e8] = 0x6a3f, [0x11e9] = 0x6a40, [0x11ea] = 0x6a41, - [0x11eb] = 0x6a42, [0x11ec] = 0x6a43, [0x11ed] = 0x6a45, [0x11ee] = 0x6a46, - [0x11ef] = 0x6a48, [0x11f0] = 0x6a49, [0x11f1] = 0x6a4a, [0x11f2] = 0x6a4b, - [0x11f3] = 0x6a4c, [0x11f4] = 0x6a4d, [0x11f5] = 0x6a4e, [0x11f6] = 0x6a4f, - [0x11f7] = 0x6a51, [0x11f8] = 0x6a52, [0x11f9] = 0x6a53, [0x11fa] = 0x6a54, - [0x11fb] = 0x6a55, [0x11fc] = 0x6a56, [0x11fd] = 0x6a57, [0x11fe] = 0x6a5a, - [0x1200] = 0x6a5c, [0x1201] = 0x6a5d, [0x1202] = 0x6a5e, [0x1203] = 0x6a5f, - [0x1204] = 0x6a60, [0x1205] = 0x6a62, [0x1206] = 0x6a63, [0x1207] = 0x6a64, - [0x1208] = 0x6a66, [0x1209] = 0x6a67, [0x120a] = 0x6a68, [0x120b] = 0x6a69, - [0x120c] = 0x6a6a, [0x120d] = 0x6a6b, [0x120e] = 0x6a6c, [0x120f] = 0x6a6d, - [0x1210] = 0x6a6e, [0x1211] = 0x6a6f, [0x1212] = 0x6a70, [0x1213] = 0x6a72, - [0x1214] = 0x6a73, [0x1215] = 0x6a74, [0x1216] = 0x6a75, [0x1217] = 0x6a76, - [0x1218] = 0x6a77, [0x1219] = 0x6a78, [0x121a] = 0x6a7a, [0x121b] = 0x6a7b, - [0x121c] = 0x6a7d, [0x121d] = 0x6a7e, [0x121e] = 0x6a7f, [0x121f] = 0x6a81, - [0x1220] = 0x6a82, [0x1221] = 0x6a83, [0x1222] = 0x6a85, [0x1223] = 0x6a86, - [0x1224] = 0x6a87, [0x1225] = 0x6a88, [0x1226] = 0x6a89, [0x1227] = 0x6a8a, - [0x1228] = 0x6a8b, [0x1229] = 0x6a8c, [0x122a] = 0x6a8d, [0x122b] = 0x6a8f, - [0x122c] = 0x6a92, [0x122d] = 0x6a93, [0x122e] = 0x6a94, [0x122f] = 0x6a95, - [0x1230] = 0x6a96, [0x1231] = 0x6a98, [0x1232] = 0x6a99, [0x1233] = 0x6a9a, - [0x1234] = 0x6a9b, [0x1235] = 0x6a9c, [0x1236] = 0x6a9d, [0x1237] = 0x6a9e, - [0x1238] = 0x6a9f, [0x1239] = 0x6aa1, [0x123a] = 0x6aa2, [0x123b] = 0x6aa3, - [0x123c] = 0x6aa4, [0x123d] = 0x6aa5, [0x123e] = 0x6aa6, [0x1240] = 0x6aa7, - [0x1241] = 0x6aa8, [0x1242] = 0x6aaa, [0x1243] = 0x6aad, [0x1244] = 0x6aae, - [0x1245] = 0x6aaf, [0x1246] = 0x6ab0, [0x1247] = 0x6ab1, [0x1248] = 0x6ab2, - [0x1249] = 0x6ab3, [0x124a] = 0x6ab4, [0x124b] = 0x6ab5, [0x124c] = 0x6ab6, - [0x124d] = 0x6ab7, [0x124e] = 0x6ab8, [0x124f] = 0x6ab9, [0x1250] = 0x6aba, - [0x1251] = 0x6abb, [0x1252] = 0x6abc, [0x1253] = 0x6abd, [0x1254] = 0x6abe, - [0x1255] = 0x6abf, [0x1256] = 0x6ac0, [0x1257] = 0x6ac1, [0x1258] = 0x6ac2, - [0x1259] = 0x6ac3, [0x125a] = 0x6ac4, [0x125b] = 0x6ac5, [0x125c] = 0x6ac6, - [0x125d] = 0x6ac7, [0x125e] = 0x6ac8, [0x125f] = 0x6ac9, [0x1260] = 0x6aca, - [0x1261] = 0x6acb, [0x1262] = 0x6acc, [0x1263] = 0x6acd, [0x1264] = 0x6ace, - [0x1265] = 0x6acf, [0x1266] = 0x6ad0, [0x1267] = 0x6ad1, [0x1268] = 0x6ad2, - [0x1269] = 0x6ad3, [0x126a] = 0x6ad4, [0x126b] = 0x6ad5, [0x126c] = 0x6ad6, - [0x126d] = 0x6ad7, [0x126e] = 0x6ad8, [0x126f] = 0x6ad9, [0x1270] = 0x6ada, - [0x1271] = 0x6adb, [0x1272] = 0x6adc, [0x1273] = 0x6add, [0x1274] = 0x6ade, - [0x1275] = 0x6adf, [0x1276] = 0x6ae0, [0x1277] = 0x6ae1, [0x1278] = 0x6ae2, - [0x1279] = 0x6ae3, [0x127a] = 0x6ae4, [0x127b] = 0x6ae5, [0x127c] = 0x6ae6, - [0x127d] = 0x6ae7, [0x127e] = 0x6ae8, [0x127f] = 0x6ae9, [0x1280] = 0x6aea, - [0x1281] = 0x6aeb, [0x1282] = 0x6aec, [0x1283] = 0x6aed, [0x1284] = 0x6aee, - [0x1285] = 0x6aef, [0x1286] = 0x6af0, [0x1287] = 0x6af1, [0x1288] = 0x6af2, - [0x1289] = 0x6af3, [0x128a] = 0x6af4, [0x128b] = 0x6af5, [0x128c] = 0x6af6, - [0x128d] = 0x6af7, [0x128e] = 0x6af8, [0x128f] = 0x6af9, [0x1290] = 0x6afa, - [0x1291] = 0x6afb, [0x1292] = 0x6afc, [0x1293] = 0x6afd, [0x1294] = 0x6afe, - [0x1295] = 0x6aff, [0x1296] = 0x6b00, [0x1297] = 0x6b01, [0x1298] = 0x6b02, - [0x1299] = 0x6b03, [0x129a] = 0x6b04, [0x129b] = 0x6b05, [0x129c] = 0x6b06, - [0x129d] = 0x6b07, [0x129e] = 0x6b08, [0x129f] = 0x6b09, [0x12a0] = 0x6b0a, - [0x12a1] = 0x6b0b, [0x12a2] = 0x6b0c, [0x12a3] = 0x6b0d, [0x12a4] = 0x6b0e, - [0x12a5] = 0x6b0f, [0x12a6] = 0x6b10, [0x12a7] = 0x6b11, [0x12a8] = 0x6b12, - [0x12a9] = 0x6b13, [0x12aa] = 0x6b14, [0x12ab] = 0x6b15, [0x12ac] = 0x6b16, - [0x12ad] = 0x6b17, [0x12ae] = 0x6b18, [0x12af] = 0x6b19, [0x12b0] = 0x6b1a, - [0x12b1] = 0x6b1b, [0x12b2] = 0x6b1c, [0x12b3] = 0x6b1d, [0x12b4] = 0x6b1e, - [0x12b5] = 0x6b1f, [0x12b6] = 0x6b25, [0x12b7] = 0x6b26, [0x12b8] = 0x6b28, - [0x12b9] = 0x6b29, [0x12ba] = 0x6b2a, [0x12bb] = 0x6b2b, [0x12bc] = 0x6b2c, - [0x12bd] = 0x6b2d, [0x12be] = 0x6b2e, [0x12c0] = 0x6b2f, [0x12c1] = 0x6b30, - [0x12c2] = 0x6b31, [0x12c3] = 0x6b33, [0x12c4] = 0x6b34, [0x12c5] = 0x6b35, - [0x12c6] = 0x6b36, [0x12c7] = 0x6b38, [0x12c8] = 0x6b3b, [0x12c9] = 0x6b3c, - [0x12ca] = 0x6b3d, [0x12cb] = 0x6b3f, [0x12cc] = 0x6b40, [0x12cd] = 0x6b41, - [0x12ce] = 0x6b42, [0x12cf] = 0x6b44, [0x12d0] = 0x6b45, [0x12d1] = 0x6b48, - [0x12d2] = 0x6b4a, [0x12d3] = 0x6b4b, [0x12d4] = 0x6b4d, [0x12d5] = 0x6b4e, - [0x12d6] = 0x6b4f, [0x12d7] = 0x6b50, [0x12d8] = 0x6b51, [0x12d9] = 0x6b52, - [0x12da] = 0x6b53, [0x12db] = 0x6b54, [0x12dc] = 0x6b55, [0x12dd] = 0x6b56, - [0x12de] = 0x6b57, [0x12df] = 0x6b58, [0x12e0] = 0x6b5a, [0x12e1] = 0x6b5b, - [0x12e2] = 0x6b5c, [0x12e3] = 0x6b5d, [0x12e4] = 0x6b5e, [0x12e5] = 0x6b5f, - [0x12e6] = 0x6b60, [0x12e7] = 0x6b61, [0x12e8] = 0x6b68, [0x12e9] = 0x6b69, - [0x12ea] = 0x6b6b, [0x12eb] = 0x6b6c, [0x12ec] = 0x6b6d, [0x12ed] = 0x6b6e, - [0x12ee] = 0x6b6f, [0x12ef] = 0x6b70, [0x12f0] = 0x6b71, [0x12f1] = 0x6b72, - [0x12f2] = 0x6b73, [0x12f3] = 0x6b74, [0x12f4] = 0x6b75, [0x12f5] = 0x6b76, - [0x12f6] = 0x6b77, [0x12f7] = 0x6b78, [0x12f8] = 0x6b7a, [0x12f9] = 0x6b7d, - [0x12fa] = 0x6b7e, [0x12fb] = 0x6b7f, [0x12fc] = 0x6b80, [0x12fd] = 0x6b85, - [0x12fe] = 0x6b88, [0x1300] = 0x6b8c, [0x1301] = 0x6b8e, [0x1302] = 0x6b8f, - [0x1303] = 0x6b90, [0x1304] = 0x6b91, [0x1305] = 0x6b94, [0x1306] = 0x6b95, - [0x1307] = 0x6b97, [0x1308] = 0x6b98, [0x1309] = 0x6b99, [0x130a] = 0x6b9c, - [0x130b] = 0x6b9d, [0x130c] = 0x6b9e, [0x130d] = 0x6b9f, [0x130e] = 0x6ba0, - [0x130f] = 0x6ba2, [0x1310] = 0x6ba3, [0x1311] = 0x6ba4, [0x1312] = 0x6ba5, - [0x1313] = 0x6ba6, [0x1314] = 0x6ba7, [0x1315] = 0x6ba8, [0x1316] = 0x6ba9, - [0x1317] = 0x6bab, [0x1318] = 0x6bac, [0x1319] = 0x6bad, [0x131a] = 0x6bae, - [0x131b] = 0x6baf, [0x131c] = 0x6bb0, [0x131d] = 0x6bb1, [0x131e] = 0x6bb2, - [0x131f] = 0x6bb6, [0x1320] = 0x6bb8, [0x1321] = 0x6bb9, [0x1322] = 0x6bba, - [0x1323] = 0x6bbb, [0x1324] = 0x6bbc, [0x1325] = 0x6bbd, [0x1326] = 0x6bbe, - [0x1327] = 0x6bc0, [0x1328] = 0x6bc3, [0x1329] = 0x6bc4, [0x132a] = 0x6bc6, - [0x132b] = 0x6bc7, [0x132c] = 0x6bc8, [0x132d] = 0x6bc9, [0x132e] = 0x6bca, - [0x132f] = 0x6bcc, [0x1330] = 0x6bce, [0x1331] = 0x6bd0, [0x1332] = 0x6bd1, - [0x1333] = 0x6bd8, [0x1334] = 0x6bda, [0x1335] = 0x6bdc, [0x1336] = 0x6bdd, - [0x1337] = 0x6bde, [0x1338] = 0x6bdf, [0x1339] = 0x6be0, [0x133a] = 0x6be2, - [0x133b] = 0x6be3, [0x133c] = 0x6be4, [0x133d] = 0x6be5, [0x133e] = 0x6be6, - [0x133f] = 0x6be7, [0x1340] = 0x6be8, [0x1341] = 0x6be9, [0x1342] = 0x6bec, - [0x1343] = 0x6bed, [0x1344] = 0x6bee, [0x1345] = 0x6bf0, [0x1346] = 0x6bf1, - [0x1347] = 0x6bf2, [0x1348] = 0x6bf4, [0x1349] = 0x6bf6, [0x134a] = 0x6bf7, - [0x134b] = 0x6bf8, [0x134c] = 0x6bfa, [0x134d] = 0x6bfb, [0x134e] = 0x6bfc, - [0x134f] = 0x6bfe, [0x1350] = 0x6bff, [0x1351] = 0x6c00, [0x1352] = 0x6c01, - [0x1353] = 0x6c02, [0x1354] = 0x6c03, [0x1355] = 0x6c04, [0x1356] = 0x6c08, - [0x1357] = 0x6c09, [0x1358] = 0x6c0a, [0x1359] = 0x6c0b, [0x135a] = 0x6c0c, - [0x135b] = 0x6c0e, [0x135c] = 0x6c12, [0x135d] = 0x6c17, [0x135e] = 0x6c1c, - [0x135f] = 0x6c1d, [0x1360] = 0x6c1e, [0x1361] = 0x6c20, [0x1362] = 0x6c23, - [0x1363] = 0x6c25, [0x1364] = 0x6c2b, [0x1365] = 0x6c2c, [0x1366] = 0x6c2d, - [0x1367] = 0x6c31, [0x1368] = 0x6c33, [0x1369] = 0x6c36, [0x136a] = 0x6c37, - [0x136b] = 0x6c39, [0x136c] = 0x6c3a, [0x136d] = 0x6c3b, [0x136e] = 0x6c3c, - [0x136f] = 0x6c3e, [0x1370] = 0x6c3f, [0x1371] = 0x6c43, [0x1372] = 0x6c44, - [0x1373] = 0x6c45, [0x1374] = 0x6c48, [0x1375] = 0x6c4b, [0x1376] = 0x6c4c, - [0x1377] = 0x6c4d, [0x1378] = 0x6c4e, [0x1379] = 0x6c4f, [0x137a] = 0x6c51, - [0x137b] = 0x6c52, [0x137c] = 0x6c53, [0x137d] = 0x6c56, [0x137e] = 0x6c58, - [0x1380] = 0x6c59, [0x1381] = 0x6c5a, [0x1382] = 0x6c62, [0x1383] = 0x6c63, - [0x1384] = 0x6c65, [0x1385] = 0x6c66, [0x1386] = 0x6c67, [0x1387] = 0x6c6b, - [0x1388] = 0x6c6c, [0x1389] = 0x6c6d, [0x138a] = 0x6c6e, [0x138b] = 0x6c6f, - [0x138c] = 0x6c71, [0x138d] = 0x6c73, [0x138e] = 0x6c75, [0x138f] = 0x6c77, - [0x1390] = 0x6c78, [0x1391] = 0x6c7a, [0x1392] = 0x6c7b, [0x1393] = 0x6c7c, - [0x1394] = 0x6c7f, [0x1395] = 0x6c80, [0x1396] = 0x6c84, [0x1397] = 0x6c87, - [0x1398] = 0x6c8a, [0x1399] = 0x6c8b, [0x139a] = 0x6c8d, [0x139b] = 0x6c8e, - [0x139c] = 0x6c91, [0x139d] = 0x6c92, [0x139e] = 0x6c95, [0x139f] = 0x6c96, - [0x13a0] = 0x6c97, [0x13a1] = 0x6c98, [0x13a2] = 0x6c9a, [0x13a3] = 0x6c9c, - [0x13a4] = 0x6c9d, [0x13a5] = 0x6c9e, [0x13a6] = 0x6ca0, [0x13a7] = 0x6ca2, - [0x13a8] = 0x6ca8, [0x13a9] = 0x6cac, [0x13aa] = 0x6caf, [0x13ab] = 0x6cb0, - [0x13ac] = 0x6cb4, [0x13ad] = 0x6cb5, [0x13ae] = 0x6cb6, [0x13af] = 0x6cb7, - [0x13b0] = 0x6cba, [0x13b1] = 0x6cc0, [0x13b2] = 0x6cc1, [0x13b3] = 0x6cc2, - [0x13b4] = 0x6cc3, [0x13b5] = 0x6cc6, [0x13b6] = 0x6cc7, [0x13b7] = 0x6cc8, - [0x13b8] = 0x6ccb, [0x13b9] = 0x6ccd, [0x13ba] = 0x6cce, [0x13bb] = 0x6ccf, - [0x13bc] = 0x6cd1, [0x13bd] = 0x6cd2, [0x13be] = 0x6cd8, [0x13c0] = 0x6cd9, - [0x13c1] = 0x6cda, [0x13c2] = 0x6cdc, [0x13c3] = 0x6cdd, [0x13c4] = 0x6cdf, - [0x13c5] = 0x6ce4, [0x13c6] = 0x6ce6, [0x13c7] = 0x6ce7, [0x13c8] = 0x6ce9, - [0x13c9] = 0x6cec, [0x13ca] = 0x6ced, [0x13cb] = 0x6cf2, [0x13cc] = 0x6cf4, - [0x13cd] = 0x6cf9, [0x13ce] = 0x6cff, [0x13cf] = 0x6d00, [0x13d0] = 0x6d02, - [0x13d1] = 0x6d03, [0x13d2] = 0x6d05, [0x13d3] = 0x6d06, [0x13d4] = 0x6d08, - [0x13d5] = 0x6d09, [0x13d6] = 0x6d0a, [0x13d7] = 0x6d0d, [0x13d8] = 0x6d0f, - [0x13d9] = 0x6d10, [0x13da] = 0x6d11, [0x13db] = 0x6d13, [0x13dc] = 0x6d14, - [0x13dd] = 0x6d15, [0x13de] = 0x6d16, [0x13df] = 0x6d18, [0x13e0] = 0x6d1c, - [0x13e1] = 0x6d1d, [0x13e2] = 0x6d1f, [0x13e3] = 0x6d20, [0x13e4] = 0x6d21, - [0x13e5] = 0x6d22, [0x13e6] = 0x6d23, [0x13e7] = 0x6d24, [0x13e8] = 0x6d26, - [0x13e9] = 0x6d28, [0x13ea] = 0x6d29, [0x13eb] = 0x6d2c, [0x13ec] = 0x6d2d, - [0x13ed] = 0x6d2f, [0x13ee] = 0x6d30, [0x13ef] = 0x6d34, [0x13f0] = 0x6d36, - [0x13f1] = 0x6d37, [0x13f2] = 0x6d38, [0x13f3] = 0x6d3a, [0x13f4] = 0x6d3f, - [0x13f5] = 0x6d40, [0x13f6] = 0x6d42, [0x13f7] = 0x6d44, [0x13f8] = 0x6d49, - [0x13f9] = 0x6d4c, [0x13fa] = 0x6d50, [0x13fb] = 0x6d55, [0x13fc] = 0x6d56, - [0x13fd] = 0x6d57, [0x13fe] = 0x6d58, [0x13ff] = 0x6d5b, [0x1400] = 0x6d5d, - [0x1401] = 0x6d5f, [0x1402] = 0x6d61, [0x1403] = 0x6d62, [0x1404] = 0x6d64, - [0x1405] = 0x6d65, [0x1406] = 0x6d67, [0x1407] = 0x6d68, [0x1408] = 0x6d6b, - [0x1409] = 0x6d6c, [0x140a] = 0x6d6d, [0x140b] = 0x6d70, [0x140c] = 0x6d71, - [0x140d] = 0x6d72, [0x140e] = 0x6d73, [0x140f] = 0x6d75, [0x1410] = 0x6d76, - [0x1411] = 0x6d79, [0x1412] = 0x6d7a, [0x1413] = 0x6d7b, [0x1414] = 0x6d7d, - [0x1415] = 0x6d7e, [0x1416] = 0x6d7f, [0x1417] = 0x6d80, [0x1418] = 0x6d81, - [0x1419] = 0x6d83, [0x141a] = 0x6d84, [0x141b] = 0x6d86, [0x141c] = 0x6d87, - [0x141d] = 0x6d8a, [0x141e] = 0x6d8b, [0x141f] = 0x6d8d, [0x1420] = 0x6d8f, - [0x1421] = 0x6d90, [0x1422] = 0x6d92, [0x1423] = 0x6d96, [0x1424] = 0x6d97, - [0x1425] = 0x6d98, [0x1426] = 0x6d99, [0x1427] = 0x6d9a, [0x1428] = 0x6d9c, - [0x1429] = 0x6da2, [0x142a] = 0x6da5, [0x142b] = 0x6dac, [0x142c] = 0x6dad, - [0x142d] = 0x6db0, [0x142e] = 0x6db1, [0x142f] = 0x6db3, [0x1430] = 0x6db4, - [0x1431] = 0x6db6, [0x1432] = 0x6db7, [0x1433] = 0x6db9, [0x1434] = 0x6dba, - [0x1435] = 0x6dbb, [0x1436] = 0x6dbc, [0x1437] = 0x6dbd, [0x1438] = 0x6dbe, - [0x1439] = 0x6dc1, [0x143a] = 0x6dc2, [0x143b] = 0x6dc3, [0x143c] = 0x6dc8, - [0x143d] = 0x6dc9, [0x143e] = 0x6dca, [0x1440] = 0x6dcd, [0x1441] = 0x6dce, - [0x1442] = 0x6dcf, [0x1443] = 0x6dd0, [0x1444] = 0x6dd2, [0x1445] = 0x6dd3, - [0x1446] = 0x6dd4, [0x1447] = 0x6dd5, [0x1448] = 0x6dd7, [0x1449] = 0x6dda, - [0x144a] = 0x6ddb, [0x144b] = 0x6ddc, [0x144c] = 0x6ddf, [0x144d] = 0x6de2, - [0x144e] = 0x6de3, [0x144f] = 0x6de5, [0x1450] = 0x6de7, [0x1451] = 0x6de8, - [0x1452] = 0x6de9, [0x1453] = 0x6dea, [0x1454] = 0x6ded, [0x1455] = 0x6def, - [0x1456] = 0x6df0, [0x1457] = 0x6df2, [0x1458] = 0x6df4, [0x1459] = 0x6df5, - [0x145a] = 0x6df6, [0x145b] = 0x6df8, [0x145c] = 0x6dfa, [0x145d] = 0x6dfd, - [0x145e] = 0x6dfe, [0x145f] = 0x6dff, [0x1460] = 0x6e00, [0x1461] = 0x6e01, - [0x1462] = 0x6e02, [0x1463] = 0x6e03, [0x1464] = 0x6e04, [0x1465] = 0x6e06, - [0x1466] = 0x6e07, [0x1467] = 0x6e08, [0x1468] = 0x6e09, [0x1469] = 0x6e0b, - [0x146a] = 0x6e0f, [0x146b] = 0x6e12, [0x146c] = 0x6e13, [0x146d] = 0x6e15, - [0x146e] = 0x6e18, [0x146f] = 0x6e19, [0x1470] = 0x6e1b, [0x1471] = 0x6e1c, - [0x1472] = 0x6e1e, [0x1473] = 0x6e1f, [0x1474] = 0x6e22, [0x1475] = 0x6e26, - [0x1476] = 0x6e27, [0x1477] = 0x6e28, [0x1478] = 0x6e2a, [0x1479] = 0x6e2c, - [0x147a] = 0x6e2e, [0x147b] = 0x6e30, [0x147c] = 0x6e31, [0x147d] = 0x6e33, - [0x147e] = 0x6e35, [0x1480] = 0x6e36, [0x1481] = 0x6e37, [0x1482] = 0x6e39, - [0x1483] = 0x6e3b, [0x1484] = 0x6e3c, [0x1485] = 0x6e3d, [0x1486] = 0x6e3e, - [0x1487] = 0x6e3f, [0x1488] = 0x6e40, [0x1489] = 0x6e41, [0x148a] = 0x6e42, - [0x148b] = 0x6e45, [0x148c] = 0x6e46, [0x148d] = 0x6e47, [0x148e] = 0x6e48, - [0x148f] = 0x6e49, [0x1490] = 0x6e4a, [0x1491] = 0x6e4b, [0x1492] = 0x6e4c, - [0x1493] = 0x6e4f, [0x1494] = 0x6e50, [0x1495] = 0x6e51, [0x1496] = 0x6e52, - [0x1497] = 0x6e55, [0x1498] = 0x6e57, [0x1499] = 0x6e59, [0x149a] = 0x6e5a, - [0x149b] = 0x6e5c, [0x149c] = 0x6e5d, [0x149d] = 0x6e5e, [0x149e] = 0x6e60, - [0x149f] = 0x6e61, [0x14a0] = 0x6e62, [0x14a1] = 0x6e63, [0x14a2] = 0x6e64, - [0x14a3] = 0x6e65, [0x14a4] = 0x6e66, [0x14a5] = 0x6e67, [0x14a6] = 0x6e68, - [0x14a7] = 0x6e69, [0x14a8] = 0x6e6a, [0x14a9] = 0x6e6c, [0x14aa] = 0x6e6d, - [0x14ab] = 0x6e6f, [0x14ac] = 0x6e70, [0x14ad] = 0x6e71, [0x14ae] = 0x6e72, - [0x14af] = 0x6e73, [0x14b0] = 0x6e74, [0x14b1] = 0x6e75, [0x14b2] = 0x6e76, - [0x14b3] = 0x6e77, [0x14b4] = 0x6e78, [0x14b5] = 0x6e79, [0x14b6] = 0x6e7a, - [0x14b7] = 0x6e7b, [0x14b8] = 0x6e7c, [0x14b9] = 0x6e7d, [0x14ba] = 0x6e80, - [0x14bb] = 0x6e81, [0x14bc] = 0x6e82, [0x14bd] = 0x6e84, [0x14be] = 0x6e87, - [0x14bf] = 0x6e88, [0x14c0] = 0x6e8a, [0x14c1] = 0x6e8b, [0x14c2] = 0x6e8c, - [0x14c3] = 0x6e8d, [0x14c4] = 0x6e8e, [0x14c5] = 0x6e91, [0x14c6] = 0x6e92, - [0x14c7] = 0x6e93, [0x14c8] = 0x6e94, [0x14c9] = 0x6e95, [0x14ca] = 0x6e96, - [0x14cb] = 0x6e97, [0x14cc] = 0x6e99, [0x14cd] = 0x6e9a, [0x14ce] = 0x6e9b, - [0x14cf] = 0x6e9d, [0x14d0] = 0x6e9e, [0x14d1] = 0x6ea0, [0x14d2] = 0x6ea1, - [0x14d3] = 0x6ea3, [0x14d4] = 0x6ea4, [0x14d5] = 0x6ea6, [0x14d6] = 0x6ea8, - [0x14d7] = 0x6ea9, [0x14d8] = 0x6eab, [0x14d9] = 0x6eac, [0x14da] = 0x6ead, - [0x14db] = 0x6eae, [0x14dc] = 0x6eb0, [0x14dd] = 0x6eb3, [0x14de] = 0x6eb5, - [0x14df] = 0x6eb8, [0x14e0] = 0x6eb9, [0x14e1] = 0x6ebc, [0x14e2] = 0x6ebe, - [0x14e3] = 0x6ebf, [0x14e4] = 0x6ec0, [0x14e5] = 0x6ec3, [0x14e6] = 0x6ec4, - [0x14e7] = 0x6ec5, [0x14e8] = 0x6ec6, [0x14e9] = 0x6ec8, [0x14ea] = 0x6ec9, - [0x14eb] = 0x6eca, [0x14ec] = 0x6ecc, [0x14ed] = 0x6ecd, [0x14ee] = 0x6ece, - [0x14ef] = 0x6ed0, [0x14f0] = 0x6ed2, [0x14f1] = 0x6ed6, [0x14f2] = 0x6ed8, - [0x14f3] = 0x6ed9, [0x14f4] = 0x6edb, [0x14f5] = 0x6edc, [0x14f6] = 0x6edd, - [0x14f7] = 0x6ee3, [0x14f8] = 0x6ee7, [0x14f9] = 0x6eea, [0x14fa] = 0x6eeb, - [0x14fb] = 0x6eec, [0x14fc] = 0x6eed, [0x14fd] = 0x6eee, [0x14fe] = 0x6eef, - [0x1500] = 0x6ef0, [0x1501] = 0x6ef1, [0x1502] = 0x6ef2, [0x1503] = 0x6ef3, - [0x1504] = 0x6ef5, [0x1505] = 0x6ef6, [0x1506] = 0x6ef7, [0x1507] = 0x6ef8, - [0x1508] = 0x6efa, [0x1509] = 0x6efb, [0x150a] = 0x6efc, [0x150b] = 0x6efd, - [0x150c] = 0x6efe, [0x150d] = 0x6eff, [0x150e] = 0x6f00, [0x150f] = 0x6f01, - [0x1510] = 0x6f03, [0x1511] = 0x6f04, [0x1512] = 0x6f05, [0x1513] = 0x6f07, - [0x1514] = 0x6f08, [0x1515] = 0x6f0a, [0x1516] = 0x6f0b, [0x1517] = 0x6f0c, - [0x1518] = 0x6f0d, [0x1519] = 0x6f0e, [0x151a] = 0x6f10, [0x151b] = 0x6f11, - [0x151c] = 0x6f12, [0x151d] = 0x6f16, [0x151e] = 0x6f17, [0x151f] = 0x6f18, - [0x1520] = 0x6f19, [0x1521] = 0x6f1a, [0x1522] = 0x6f1b, [0x1523] = 0x6f1c, - [0x1524] = 0x6f1d, [0x1525] = 0x6f1e, [0x1526] = 0x6f1f, [0x1527] = 0x6f21, - [0x1528] = 0x6f22, [0x1529] = 0x6f23, [0x152a] = 0x6f25, [0x152b] = 0x6f26, - [0x152c] = 0x6f27, [0x152d] = 0x6f28, [0x152e] = 0x6f2c, [0x152f] = 0x6f2e, - [0x1530] = 0x6f30, [0x1531] = 0x6f32, [0x1532] = 0x6f34, [0x1533] = 0x6f35, - [0x1534] = 0x6f37, [0x1535] = 0x6f38, [0x1536] = 0x6f39, [0x1537] = 0x6f3a, - [0x1538] = 0x6f3b, [0x1539] = 0x6f3c, [0x153a] = 0x6f3d, [0x153b] = 0x6f3f, - [0x153c] = 0x6f40, [0x153d] = 0x6f41, [0x153e] = 0x6f42, [0x1540] = 0x6f43, - [0x1541] = 0x6f44, [0x1542] = 0x6f45, [0x1543] = 0x6f48, [0x1544] = 0x6f49, - [0x1545] = 0x6f4a, [0x1546] = 0x6f4c, [0x1547] = 0x6f4e, [0x1548] = 0x6f4f, - [0x1549] = 0x6f50, [0x154a] = 0x6f51, [0x154b] = 0x6f52, [0x154c] = 0x6f53, - [0x154d] = 0x6f54, [0x154e] = 0x6f55, [0x154f] = 0x6f56, [0x1550] = 0x6f57, - [0x1551] = 0x6f59, [0x1552] = 0x6f5a, [0x1553] = 0x6f5b, [0x1554] = 0x6f5d, - [0x1555] = 0x6f5f, [0x1556] = 0x6f60, [0x1557] = 0x6f61, [0x1558] = 0x6f63, - [0x1559] = 0x6f64, [0x155a] = 0x6f65, [0x155b] = 0x6f67, [0x155c] = 0x6f68, - [0x155d] = 0x6f69, [0x155e] = 0x6f6a, [0x155f] = 0x6f6b, [0x1560] = 0x6f6c, - [0x1561] = 0x6f6f, [0x1562] = 0x6f70, [0x1563] = 0x6f71, [0x1564] = 0x6f73, - [0x1565] = 0x6f75, [0x1566] = 0x6f76, [0x1567] = 0x6f77, [0x1568] = 0x6f79, - [0x1569] = 0x6f7b, [0x156a] = 0x6f7d, [0x156b] = 0x6f7e, [0x156c] = 0x6f7f, - [0x156d] = 0x6f80, [0x156e] = 0x6f81, [0x156f] = 0x6f82, [0x1570] = 0x6f83, - [0x1571] = 0x6f85, [0x1572] = 0x6f86, [0x1573] = 0x6f87, [0x1574] = 0x6f8a, - [0x1575] = 0x6f8b, [0x1576] = 0x6f8f, [0x1577] = 0x6f90, [0x1578] = 0x6f91, - [0x1579] = 0x6f92, [0x157a] = 0x6f93, [0x157b] = 0x6f94, [0x157c] = 0x6f95, - [0x157d] = 0x6f96, [0x157e] = 0x6f97, [0x157f] = 0x6f98, [0x1580] = 0x6f99, - [0x1581] = 0x6f9a, [0x1582] = 0x6f9b, [0x1583] = 0x6f9d, [0x1584] = 0x6f9e, - [0x1585] = 0x6f9f, [0x1586] = 0x6fa0, [0x1587] = 0x6fa2, [0x1588] = 0x6fa3, - [0x1589] = 0x6fa4, [0x158a] = 0x6fa5, [0x158b] = 0x6fa6, [0x158c] = 0x6fa8, - [0x158d] = 0x6fa9, [0x158e] = 0x6faa, [0x158f] = 0x6fab, [0x1590] = 0x6fac, - [0x1591] = 0x6fad, [0x1592] = 0x6fae, [0x1593] = 0x6faf, [0x1594] = 0x6fb0, - [0x1595] = 0x6fb1, [0x1596] = 0x6fb2, [0x1597] = 0x6fb4, [0x1598] = 0x6fb5, - [0x1599] = 0x6fb7, [0x159a] = 0x6fb8, [0x159b] = 0x6fba, [0x159c] = 0x6fbb, - [0x159d] = 0x6fbc, [0x159e] = 0x6fbd, [0x159f] = 0x6fbe, [0x15a0] = 0x6fbf, - [0x15a1] = 0x6fc1, [0x15a2] = 0x6fc3, [0x15a3] = 0x6fc4, [0x15a4] = 0x6fc5, - [0x15a5] = 0x6fc6, [0x15a6] = 0x6fc7, [0x15a7] = 0x6fc8, [0x15a8] = 0x6fca, - [0x15a9] = 0x6fcb, [0x15aa] = 0x6fcc, [0x15ab] = 0x6fcd, [0x15ac] = 0x6fce, - [0x15ad] = 0x6fcf, [0x15ae] = 0x6fd0, [0x15af] = 0x6fd3, [0x15b0] = 0x6fd4, - [0x15b1] = 0x6fd5, [0x15b2] = 0x6fd6, [0x15b3] = 0x6fd7, [0x15b4] = 0x6fd8, - [0x15b5] = 0x6fd9, [0x15b6] = 0x6fda, [0x15b7] = 0x6fdb, [0x15b8] = 0x6fdc, - [0x15b9] = 0x6fdd, [0x15ba] = 0x6fdf, [0x15bb] = 0x6fe2, [0x15bc] = 0x6fe3, - [0x15bd] = 0x6fe4, [0x15be] = 0x6fe5, [0x15c0] = 0x6fe6, [0x15c1] = 0x6fe7, - [0x15c2] = 0x6fe8, [0x15c3] = 0x6fe9, [0x15c4] = 0x6fea, [0x15c5] = 0x6feb, - [0x15c6] = 0x6fec, [0x15c7] = 0x6fed, [0x15c8] = 0x6ff0, [0x15c9] = 0x6ff1, - [0x15ca] = 0x6ff2, [0x15cb] = 0x6ff3, [0x15cc] = 0x6ff4, [0x15cd] = 0x6ff5, - [0x15ce] = 0x6ff6, [0x15cf] = 0x6ff7, [0x15d0] = 0x6ff8, [0x15d1] = 0x6ff9, - [0x15d2] = 0x6ffa, [0x15d3] = 0x6ffb, [0x15d4] = 0x6ffc, [0x15d5] = 0x6ffd, - [0x15d6] = 0x6ffe, [0x15d7] = 0x6fff, [0x15d8] = 0x7000, [0x15d9] = 0x7001, - [0x15da] = 0x7002, [0x15db] = 0x7003, [0x15dc] = 0x7004, [0x15dd] = 0x7005, - [0x15de] = 0x7006, [0x15df] = 0x7007, [0x15e0] = 0x7008, [0x15e1] = 0x7009, - [0x15e2] = 0x700a, [0x15e3] = 0x700b, [0x15e4] = 0x700c, [0x15e5] = 0x700d, - [0x15e6] = 0x700e, [0x15e7] = 0x700f, [0x15e8] = 0x7010, [0x15e9] = 0x7012, - [0x15ea] = 0x7013, [0x15eb] = 0x7014, [0x15ec] = 0x7015, [0x15ed] = 0x7016, - [0x15ee] = 0x7017, [0x15ef] = 0x7018, [0x15f0] = 0x7019, [0x15f1] = 0x701c, - [0x15f2] = 0x701d, [0x15f3] = 0x701e, [0x15f4] = 0x701f, [0x15f5] = 0x7020, - [0x15f6] = 0x7021, [0x15f7] = 0x7022, [0x15f8] = 0x7024, [0x15f9] = 0x7025, - [0x15fa] = 0x7026, [0x15fb] = 0x7027, [0x15fc] = 0x7028, [0x15fd] = 0x7029, - [0x15fe] = 0x702a, [0x1600] = 0x702b, [0x1601] = 0x702c, [0x1602] = 0x702d, - [0x1603] = 0x702e, [0x1604] = 0x702f, [0x1605] = 0x7030, [0x1606] = 0x7031, - [0x1607] = 0x7032, [0x1608] = 0x7033, [0x1609] = 0x7034, [0x160a] = 0x7036, - [0x160b] = 0x7037, [0x160c] = 0x7038, [0x160d] = 0x703a, [0x160e] = 0x703b, - [0x160f] = 0x703c, [0x1610] = 0x703d, [0x1611] = 0x703e, [0x1612] = 0x703f, - [0x1613] = 0x7040, [0x1614] = 0x7041, [0x1615] = 0x7042, [0x1616] = 0x7043, - [0x1617] = 0x7044, [0x1618] = 0x7045, [0x1619] = 0x7046, [0x161a] = 0x7047, - [0x161b] = 0x7048, [0x161c] = 0x7049, [0x161d] = 0x704a, [0x161e] = 0x704b, - [0x161f] = 0x704d, [0x1620] = 0x704e, [0x1621] = 0x7050, [0x1622] = 0x7051, - [0x1623] = 0x7052, [0x1624] = 0x7053, [0x1625] = 0x7054, [0x1626] = 0x7055, - [0x1627] = 0x7056, [0x1628] = 0x7057, [0x1629] = 0x7058, [0x162a] = 0x7059, - [0x162b] = 0x705a, [0x162c] = 0x705b, [0x162d] = 0x705c, [0x162e] = 0x705d, - [0x162f] = 0x705f, [0x1630] = 0x7060, [0x1631] = 0x7061, [0x1632] = 0x7062, - [0x1633] = 0x7063, [0x1634] = 0x7064, [0x1635] = 0x7065, [0x1636] = 0x7066, - [0x1637] = 0x7067, [0x1638] = 0x7068, [0x1639] = 0x7069, [0x163a] = 0x706a, - [0x163b] = 0x706e, [0x163c] = 0x7071, [0x163d] = 0x7072, [0x163e] = 0x7073, - [0x163f] = 0x7074, [0x1640] = 0x7077, [0x1641] = 0x7079, [0x1642] = 0x707a, - [0x1643] = 0x707b, [0x1644] = 0x707d, [0x1645] = 0x7081, [0x1646] = 0x7082, - [0x1647] = 0x7083, [0x1648] = 0x7084, [0x1649] = 0x7086, [0x164a] = 0x7087, - [0x164b] = 0x7088, [0x164c] = 0x708b, [0x164d] = 0x708c, [0x164e] = 0x708d, - [0x164f] = 0x708f, [0x1650] = 0x7090, [0x1651] = 0x7091, [0x1652] = 0x7093, - [0x1653] = 0x7097, [0x1654] = 0x7098, [0x1655] = 0x709a, [0x1656] = 0x709b, - [0x1657] = 0x709e, [0x1658] = 0x709f, [0x1659] = 0x70a0, [0x165a] = 0x70a1, - [0x165b] = 0x70a2, [0x165c] = 0x70a3, [0x165d] = 0x70a4, [0x165e] = 0x70a5, - [0x165f] = 0x70a6, [0x1660] = 0x70a7, [0x1661] = 0x70a8, [0x1662] = 0x70a9, - [0x1663] = 0x70aa, [0x1664] = 0x70b0, [0x1665] = 0x70b2, [0x1666] = 0x70b4, - [0x1667] = 0x70b5, [0x1668] = 0x70b6, [0x1669] = 0x70ba, [0x166a] = 0x70be, - [0x166b] = 0x70bf, [0x166c] = 0x70c4, [0x166d] = 0x70c5, [0x166e] = 0x70c6, - [0x166f] = 0x70c7, [0x1670] = 0x70c9, [0x1671] = 0x70cb, [0x1672] = 0x70cc, - [0x1673] = 0x70cd, [0x1674] = 0x70ce, [0x1675] = 0x70cf, [0x1676] = 0x70d0, - [0x1677] = 0x70d1, [0x1678] = 0x70d2, [0x1679] = 0x70d3, [0x167a] = 0x70d4, - [0x167b] = 0x70d5, [0x167c] = 0x70d6, [0x167d] = 0x70d7, [0x167e] = 0x70da, - [0x1680] = 0x70dc, [0x1681] = 0x70dd, [0x1682] = 0x70de, [0x1683] = 0x70e0, - [0x1684] = 0x70e1, [0x1685] = 0x70e2, [0x1686] = 0x70e3, [0x1687] = 0x70e5, - [0x1688] = 0x70ea, [0x1689] = 0x70ee, [0x168a] = 0x70f0, [0x168b] = 0x70f1, - [0x168c] = 0x70f2, [0x168d] = 0x70f3, [0x168e] = 0x70f4, [0x168f] = 0x70f5, - [0x1690] = 0x70f6, [0x1691] = 0x70f8, [0x1692] = 0x70fa, [0x1693] = 0x70fb, - [0x1694] = 0x70fc, [0x1695] = 0x70fe, [0x1696] = 0x70ff, [0x1697] = 0x7100, - [0x1698] = 0x7101, [0x1699] = 0x7102, [0x169a] = 0x7103, [0x169b] = 0x7104, - [0x169c] = 0x7105, [0x169d] = 0x7106, [0x169e] = 0x7107, [0x169f] = 0x7108, - [0x16a0] = 0x710b, [0x16a1] = 0x710c, [0x16a2] = 0x710d, [0x16a3] = 0x710e, - [0x16a4] = 0x710f, [0x16a5] = 0x7111, [0x16a6] = 0x7112, [0x16a7] = 0x7114, - [0x16a8] = 0x7117, [0x16a9] = 0x711b, [0x16aa] = 0x711c, [0x16ab] = 0x711d, - [0x16ac] = 0x711e, [0x16ad] = 0x711f, [0x16ae] = 0x7120, [0x16af] = 0x7121, - [0x16b0] = 0x7122, [0x16b1] = 0x7123, [0x16b2] = 0x7124, [0x16b3] = 0x7125, - [0x16b4] = 0x7127, [0x16b5] = 0x7128, [0x16b6] = 0x7129, [0x16b7] = 0x712a, - [0x16b8] = 0x712b, [0x16b9] = 0x712c, [0x16ba] = 0x712d, [0x16bb] = 0x712e, - [0x16bc] = 0x7132, [0x16bd] = 0x7133, [0x16be] = 0x7134, [0x16c0] = 0x7135, - [0x16c1] = 0x7137, [0x16c2] = 0x7138, [0x16c3] = 0x7139, [0x16c4] = 0x713a, - [0x16c5] = 0x713b, [0x16c6] = 0x713c, [0x16c7] = 0x713d, [0x16c8] = 0x713e, - [0x16c9] = 0x713f, [0x16ca] = 0x7140, [0x16cb] = 0x7141, [0x16cc] = 0x7142, - [0x16cd] = 0x7143, [0x16ce] = 0x7144, [0x16cf] = 0x7146, [0x16d0] = 0x7147, - [0x16d1] = 0x7148, [0x16d2] = 0x7149, [0x16d3] = 0x714b, [0x16d4] = 0x714d, - [0x16d5] = 0x714f, [0x16d6] = 0x7150, [0x16d7] = 0x7151, [0x16d8] = 0x7152, - [0x16d9] = 0x7153, [0x16da] = 0x7154, [0x16db] = 0x7155, [0x16dc] = 0x7156, - [0x16dd] = 0x7157, [0x16de] = 0x7158, [0x16df] = 0x7159, [0x16e0] = 0x715a, - [0x16e1] = 0x715b, [0x16e2] = 0x715d, [0x16e3] = 0x715f, [0x16e4] = 0x7160, - [0x16e5] = 0x7161, [0x16e6] = 0x7162, [0x16e7] = 0x7163, [0x16e8] = 0x7165, - [0x16e9] = 0x7169, [0x16ea] = 0x716a, [0x16eb] = 0x716b, [0x16ec] = 0x716c, - [0x16ed] = 0x716d, [0x16ee] = 0x716f, [0x16ef] = 0x7170, [0x16f0] = 0x7171, - [0x16f1] = 0x7174, [0x16f2] = 0x7175, [0x16f3] = 0x7176, [0x16f4] = 0x7177, - [0x16f5] = 0x7179, [0x16f6] = 0x717b, [0x16f7] = 0x717c, [0x16f8] = 0x717e, - [0x16f9] = 0x717f, [0x16fa] = 0x7180, [0x16fb] = 0x7181, [0x16fc] = 0x7182, - [0x16fd] = 0x7183, [0x16fe] = 0x7185, [0x16ff] = 0x7186, [0x1700] = 0x7187, - [0x1701] = 0x7188, [0x1702] = 0x7189, [0x1703] = 0x718b, [0x1704] = 0x718c, - [0x1705] = 0x718d, [0x1706] = 0x718e, [0x1707] = 0x7190, [0x1708] = 0x7191, - [0x1709] = 0x7192, [0x170a] = 0x7193, [0x170b] = 0x7195, [0x170c] = 0x7196, - [0x170d] = 0x7197, [0x170e] = 0x719a, [0x170f] = 0x719b, [0x1710] = 0x719c, - [0x1711] = 0x719d, [0x1712] = 0x719e, [0x1713] = 0x71a1, [0x1714] = 0x71a2, - [0x1715] = 0x71a3, [0x1716] = 0x71a4, [0x1717] = 0x71a5, [0x1718] = 0x71a6, - [0x1719] = 0x71a7, [0x171a] = 0x71a9, [0x171b] = 0x71aa, [0x171c] = 0x71ab, - [0x171d] = 0x71ad, [0x171e] = 0x71ae, [0x171f] = 0x71af, [0x1720] = 0x71b0, - [0x1721] = 0x71b1, [0x1722] = 0x71b2, [0x1723] = 0x71b4, [0x1724] = 0x71b6, - [0x1725] = 0x71b7, [0x1726] = 0x71b8, [0x1727] = 0x71ba, [0x1728] = 0x71bb, - [0x1729] = 0x71bc, [0x172a] = 0x71bd, [0x172b] = 0x71be, [0x172c] = 0x71bf, - [0x172d] = 0x71c0, [0x172e] = 0x71c1, [0x172f] = 0x71c2, [0x1730] = 0x71c4, - [0x1731] = 0x71c5, [0x1732] = 0x71c6, [0x1733] = 0x71c7, [0x1734] = 0x71c8, - [0x1735] = 0x71c9, [0x1736] = 0x71ca, [0x1737] = 0x71cb, [0x1738] = 0x71cc, - [0x1739] = 0x71cd, [0x173a] = 0x71cf, [0x173b] = 0x71d0, [0x173c] = 0x71d1, - [0x173d] = 0x71d2, [0x173e] = 0x71d3, [0x1740] = 0x71d6, [0x1741] = 0x71d7, - [0x1742] = 0x71d8, [0x1743] = 0x71d9, [0x1744] = 0x71da, [0x1745] = 0x71db, - [0x1746] = 0x71dc, [0x1747] = 0x71dd, [0x1748] = 0x71de, [0x1749] = 0x71df, - [0x174a] = 0x71e1, [0x174b] = 0x71e2, [0x174c] = 0x71e3, [0x174d] = 0x71e4, - [0x174e] = 0x71e6, [0x174f] = 0x71e8, [0x1750] = 0x71e9, [0x1751] = 0x71ea, - [0x1752] = 0x71eb, [0x1753] = 0x71ec, [0x1754] = 0x71ed, [0x1755] = 0x71ef, - [0x1756] = 0x71f0, [0x1757] = 0x71f1, [0x1758] = 0x71f2, [0x1759] = 0x71f3, - [0x175a] = 0x71f4, [0x175b] = 0x71f5, [0x175c] = 0x71f6, [0x175d] = 0x71f7, - [0x175e] = 0x71f8, [0x175f] = 0x71fa, [0x1760] = 0x71fb, [0x1761] = 0x71fc, - [0x1762] = 0x71fd, [0x1763] = 0x71fe, [0x1764] = 0x71ff, [0x1765] = 0x7200, - [0x1766] = 0x7201, [0x1767] = 0x7202, [0x1768] = 0x7203, [0x1769] = 0x7204, - [0x176a] = 0x7205, [0x176b] = 0x7207, [0x176c] = 0x7208, [0x176d] = 0x7209, - [0x176e] = 0x720a, [0x176f] = 0x720b, [0x1770] = 0x720c, [0x1771] = 0x720d, - [0x1772] = 0x720e, [0x1773] = 0x720f, [0x1774] = 0x7210, [0x1775] = 0x7211, - [0x1776] = 0x7212, [0x1777] = 0x7213, [0x1778] = 0x7214, [0x1779] = 0x7215, - [0x177a] = 0x7216, [0x177b] = 0x7217, [0x177c] = 0x7218, [0x177d] = 0x7219, - [0x177e] = 0x721a, [0x1780] = 0x721b, [0x1781] = 0x721c, [0x1782] = 0x721e, - [0x1783] = 0x721f, [0x1784] = 0x7220, [0x1785] = 0x7221, [0x1786] = 0x7222, - [0x1787] = 0x7223, [0x1788] = 0x7224, [0x1789] = 0x7225, [0x178a] = 0x7226, - [0x178b] = 0x7227, [0x178c] = 0x7229, [0x178d] = 0x722b, [0x178e] = 0x722d, - [0x178f] = 0x722e, [0x1790] = 0x722f, [0x1791] = 0x7232, [0x1792] = 0x7233, - [0x1793] = 0x7234, [0x1794] = 0x723a, [0x1795] = 0x723c, [0x1796] = 0x723e, - [0x1797] = 0x7240, [0x1798] = 0x7241, [0x1799] = 0x7242, [0x179a] = 0x7243, - [0x179b] = 0x7244, [0x179c] = 0x7245, [0x179d] = 0x7246, [0x179e] = 0x7249, - [0x179f] = 0x724a, [0x17a0] = 0x724b, [0x17a1] = 0x724e, [0x17a2] = 0x724f, - [0x17a3] = 0x7250, [0x17a4] = 0x7251, [0x17a5] = 0x7253, [0x17a6] = 0x7254, - [0x17a7] = 0x7255, [0x17a8] = 0x7257, [0x17a9] = 0x7258, [0x17aa] = 0x725a, - [0x17ab] = 0x725c, [0x17ac] = 0x725e, [0x17ad] = 0x7260, [0x17ae] = 0x7263, - [0x17af] = 0x7264, [0x17b0] = 0x7265, [0x17b1] = 0x7268, [0x17b2] = 0x726a, - [0x17b3] = 0x726b, [0x17b4] = 0x726c, [0x17b5] = 0x726d, [0x17b6] = 0x7270, - [0x17b7] = 0x7271, [0x17b8] = 0x7273, [0x17b9] = 0x7274, [0x17ba] = 0x7276, - [0x17bb] = 0x7277, [0x17bc] = 0x7278, [0x17bd] = 0x727b, [0x17be] = 0x727c, - [0x17bf] = 0x727d, [0x17c0] = 0x7282, [0x17c1] = 0x7283, [0x17c2] = 0x7285, - [0x17c3] = 0x7286, [0x17c4] = 0x7287, [0x17c5] = 0x7288, [0x17c6] = 0x7289, - [0x17c7] = 0x728c, [0x17c8] = 0x728e, [0x17c9] = 0x7290, [0x17ca] = 0x7291, - [0x17cb] = 0x7293, [0x17cc] = 0x7294, [0x17cd] = 0x7295, [0x17ce] = 0x7296, - [0x17cf] = 0x7297, [0x17d0] = 0x7298, [0x17d1] = 0x7299, [0x17d2] = 0x729a, - [0x17d3] = 0x729b, [0x17d4] = 0x729c, [0x17d5] = 0x729d, [0x17d6] = 0x729e, - [0x17d7] = 0x72a0, [0x17d8] = 0x72a1, [0x17d9] = 0x72a2, [0x17da] = 0x72a3, - [0x17db] = 0x72a4, [0x17dc] = 0x72a5, [0x17dd] = 0x72a6, [0x17de] = 0x72a7, - [0x17df] = 0x72a8, [0x17e0] = 0x72a9, [0x17e1] = 0x72aa, [0x17e2] = 0x72ab, - [0x17e3] = 0x72ae, [0x17e4] = 0x72b1, [0x17e5] = 0x72b2, [0x17e6] = 0x72b3, - [0x17e7] = 0x72b5, [0x17e8] = 0x72ba, [0x17e9] = 0x72bb, [0x17ea] = 0x72bc, - [0x17eb] = 0x72bd, [0x17ec] = 0x72be, [0x17ed] = 0x72bf, [0x17ee] = 0x72c0, - [0x17ef] = 0x72c5, [0x17f0] = 0x72c6, [0x17f1] = 0x72c7, [0x17f2] = 0x72c9, - [0x17f3] = 0x72ca, [0x17f4] = 0x72cb, [0x17f5] = 0x72cc, [0x17f6] = 0x72cf, - [0x17f7] = 0x72d1, [0x17f8] = 0x72d3, [0x17f9] = 0x72d4, [0x17fa] = 0x72d5, - [0x17fb] = 0x72d6, [0x17fc] = 0x72d8, [0x17fd] = 0x72da, [0x17fe] = 0x72db, - [0x1800] = 0xe4c6, [0x1801] = 0xe4c7, [0x1802] = 0xe4c8, [0x1803] = 0xe4c9, - [0x1804] = 0xe4ca, [0x1805] = 0xe4cb, [0x1806] = 0xe4cc, [0x1807] = 0xe4cd, - [0x1808] = 0xe4ce, [0x1809] = 0xe4cf, [0x180a] = 0xe4d0, [0x180b] = 0xe4d1, - [0x180c] = 0xe4d2, [0x180d] = 0xe4d3, [0x180e] = 0xe4d4, [0x180f] = 0xe4d5, - [0x1810] = 0xe4d6, [0x1811] = 0xe4d7, [0x1812] = 0xe4d8, [0x1813] = 0xe4d9, - [0x1814] = 0xe4da, [0x1815] = 0xe4db, [0x1816] = 0xe4dc, [0x1817] = 0xe4dd, - [0x1818] = 0xe4de, [0x1819] = 0xe4df, [0x181a] = 0xe4e0, [0x181b] = 0xe4e1, - [0x181c] = 0xe4e2, [0x181d] = 0xe4e3, [0x181e] = 0xe4e4, [0x181f] = 0xe4e5, - [0x1820] = 0xe4e6, [0x1821] = 0xe4e7, [0x1822] = 0xe4e8, [0x1823] = 0xe4e9, - [0x1824] = 0xe4ea, [0x1825] = 0xe4eb, [0x1826] = 0xe4ec, [0x1827] = 0xe4ed, - [0x1828] = 0xe4ee, [0x1829] = 0xe4ef, [0x182a] = 0xe4f0, [0x182b] = 0xe4f1, - [0x182c] = 0xe4f2, [0x182d] = 0xe4f3, [0x182e] = 0xe4f4, [0x182f] = 0xe4f5, - [0x1830] = 0xe4f6, [0x1831] = 0xe4f7, [0x1832] = 0xe4f8, [0x1833] = 0xe4f9, - [0x1834] = 0xe4fa, [0x1835] = 0xe4fb, [0x1836] = 0xe4fc, [0x1837] = 0xe4fd, - [0x1838] = 0xe4fe, [0x1839] = 0xe4ff, [0x183a] = 0xe500, [0x183b] = 0xe501, - [0x183c] = 0xe502, [0x183d] = 0xe503, [0x183e] = 0xe504, [0x1840] = 0xe505, - [0x1841] = 0xe506, [0x1842] = 0xe507, [0x1843] = 0xe508, [0x1844] = 0xe509, - [0x1845] = 0xe50a, [0x1846] = 0xe50b, [0x1847] = 0xe50c, [0x1848] = 0xe50d, - [0x1849] = 0xe50e, [0x184a] = 0xe50f, [0x184b] = 0xe510, [0x184c] = 0xe511, - [0x184d] = 0xe512, [0x184e] = 0xe513, [0x184f] = 0xe514, [0x1850] = 0xe515, - [0x1851] = 0xe516, [0x1852] = 0xe517, [0x1853] = 0xe518, [0x1854] = 0xe519, - [0x1855] = 0xe51a, [0x1856] = 0xe51b, [0x1857] = 0xe51c, [0x1858] = 0xe51d, - [0x1859] = 0xe51e, [0x185a] = 0xe51f, [0x185b] = 0xe520, [0x185c] = 0xe521, - [0x185d] = 0xe522, [0x185e] = 0xe523, [0x185f] = 0xe524, [0x1860] = 0xe525, - [0x1861] = 0x3000, [0x1862] = 0x3001, [0x1863] = 0x3002, [0x1864] = 0x00b7, - [0x1865] = 0x02c9, [0x1866] = 0x02c7, [0x1867] = 0x00a8, [0x1868] = 0x3003, - [0x1869] = 0x3005, [0x186a] = 0x2014, [0x186b] = 0xff5e, [0x186c] = 0x2016, - [0x186d] = 0x2026, [0x186e] = 0x2018, [0x186f] = 0x2019, [0x1870] = 0x201c, - [0x1871] = 0x201d, [0x1872] = 0x3014, [0x1873] = 0x3015, [0x1874] = 0x3008, - [0x1875] = 0x3009, [0x1876] = 0x300a, [0x1877] = 0x300b, [0x1878] = 0x300c, - [0x1879] = 0x300d, [0x187a] = 0x300e, [0x187b] = 0x300f, [0x187c] = 0x3016, - [0x187d] = 0x3017, [0x187e] = 0x3010, [0x187f] = 0x3011, [0x1880] = 0x00b1, - [0x1881] = 0x00d7, [0x1882] = 0x00f7, [0x1883] = 0x2236, [0x1884] = 0x2227, - [0x1885] = 0x2228, [0x1886] = 0x2211, [0x1887] = 0x220f, [0x1888] = 0x222a, - [0x1889] = 0x2229, [0x188a] = 0x2208, [0x188b] = 0x2237, [0x188c] = 0x221a, - [0x188d] = 0x22a5, [0x188e] = 0x2225, [0x188f] = 0x2220, [0x1890] = 0x2312, - [0x1891] = 0x2299, [0x1892] = 0x222b, [0x1893] = 0x222e, [0x1894] = 0x2261, - [0x1895] = 0x224c, [0x1896] = 0x2248, [0x1897] = 0x223d, [0x1898] = 0x221d, - [0x1899] = 0x2260, [0x189a] = 0x226e, [0x189b] = 0x226f, [0x189c] = 0x2264, - [0x189d] = 0x2265, [0x189e] = 0x221e, [0x189f] = 0x2235, [0x18a0] = 0x2234, - [0x18a1] = 0x2642, [0x18a2] = 0x2640, [0x18a3] = 0x00b0, [0x18a4] = 0x2032, - [0x18a5] = 0x2033, [0x18a6] = 0x2103, [0x18a7] = 0xff04, [0x18a8] = 0x00a4, - [0x18a9] = 0xffe0, [0x18aa] = 0xffe1, [0x18ab] = 0x2030, [0x18ac] = 0x00a7, - [0x18ad] = 0x2116, [0x18ae] = 0x2606, [0x18af] = 0x2605, [0x18b0] = 0x25cb, - [0x18b1] = 0x25cf, [0x18b2] = 0x25ce, [0x18b3] = 0x25c7, [0x18b4] = 0x25c6, - [0x18b5] = 0x25a1, [0x18b6] = 0x25a0, [0x18b7] = 0x25b3, [0x18b8] = 0x25b2, - [0x18b9] = 0x203b, [0x18ba] = 0x2192, [0x18bb] = 0x2190, [0x18bc] = 0x2191, - [0x18bd] = 0x2193, [0x18be] = 0x3013, [0x18c0] = 0xe526, [0x18c1] = 0xe527, - [0x18c2] = 0xe528, [0x18c3] = 0xe529, [0x18c4] = 0xe52a, [0x18c5] = 0xe52b, - [0x18c6] = 0xe52c, [0x18c7] = 0xe52d, [0x18c8] = 0xe52e, [0x18c9] = 0xe52f, - [0x18ca] = 0xe530, [0x18cb] = 0xe531, [0x18cc] = 0xe532, [0x18cd] = 0xe533, - [0x18ce] = 0xe534, [0x18cf] = 0xe535, [0x18d0] = 0xe536, [0x18d1] = 0xe537, - [0x18d2] = 0xe538, [0x18d3] = 0xe539, [0x18d4] = 0xe53a, [0x18d5] = 0xe53b, - [0x18d6] = 0xe53c, [0x18d7] = 0xe53d, [0x18d8] = 0xe53e, [0x18d9] = 0xe53f, - [0x18da] = 0xe540, [0x18db] = 0xe541, [0x18dc] = 0xe542, [0x18dd] = 0xe543, - [0x18de] = 0xe544, [0x18df] = 0xe545, [0x18e0] = 0xe546, [0x18e1] = 0xe547, - [0x18e2] = 0xe548, [0x18e3] = 0xe549, [0x18e4] = 0xe54a, [0x18e5] = 0xe54b, - [0x18e6] = 0xe54c, [0x18e7] = 0xe54d, [0x18e8] = 0xe54e, [0x18e9] = 0xe54f, - [0x18ea] = 0xe550, [0x18eb] = 0xe551, [0x18ec] = 0xe552, [0x18ed] = 0xe553, - [0x18ee] = 0xe554, [0x18ef] = 0xe555, [0x18f0] = 0xe556, [0x18f1] = 0xe557, - [0x18f2] = 0xe558, [0x18f3] = 0xe559, [0x18f4] = 0xe55a, [0x18f5] = 0xe55b, - [0x18f6] = 0xe55c, [0x18f7] = 0xe55d, [0x18f8] = 0xe55e, [0x18f9] = 0xe55f, - [0x18fa] = 0xe560, [0x18fb] = 0xe561, [0x18fc] = 0xe562, [0x18fd] = 0xe563, - [0x18fe] = 0xe564, [0x1900] = 0xe565, [0x1901] = 0xe566, [0x1902] = 0xe567, - [0x1903] = 0xe568, [0x1904] = 0xe569, [0x1905] = 0xe56a, [0x1906] = 0xe56b, - [0x1907] = 0xe56c, [0x1908] = 0xe56d, [0x1909] = 0xe56e, [0x190a] = 0xe56f, - [0x190b] = 0xe570, [0x190c] = 0xe571, [0x190d] = 0xe572, [0x190e] = 0xe573, - [0x190f] = 0xe574, [0x1910] = 0xe575, [0x1911] = 0xe576, [0x1912] = 0xe577, - [0x1913] = 0xe578, [0x1914] = 0xe579, [0x1915] = 0xe57a, [0x1916] = 0xe57b, - [0x1917] = 0xe57c, [0x1918] = 0xe57d, [0x1919] = 0xe57e, [0x191a] = 0xe57f, - [0x191b] = 0xe580, [0x191c] = 0xe581, [0x191d] = 0xe582, [0x191e] = 0xe583, - [0x191f] = 0xe584, [0x1920] = 0xe585, [0x1921] = 0x2170, [0x1922] = 0x2171, - [0x1923] = 0x2172, [0x1924] = 0x2173, [0x1925] = 0x2174, [0x1926] = 0x2175, - [0x1927] = 0x2176, [0x1928] = 0x2177, [0x1929] = 0x2178, [0x192a] = 0x2179, - [0x192b] = 0xe766, [0x192c] = 0xe767, [0x192d] = 0xe768, [0x192e] = 0xe769, - [0x192f] = 0xe76a, [0x1930] = 0xe76b, [0x1931] = 0x2488, [0x1932] = 0x2489, - [0x1933] = 0x248a, [0x1934] = 0x248b, [0x1935] = 0x248c, [0x1936] = 0x248d, - [0x1937] = 0x248e, [0x1938] = 0x248f, [0x1939] = 0x2490, [0x193a] = 0x2491, - [0x193b] = 0x2492, [0x193c] = 0x2493, [0x193d] = 0x2494, [0x193e] = 0x2495, - [0x193f] = 0x2496, [0x1940] = 0x2497, [0x1941] = 0x2498, [0x1942] = 0x2499, - [0x1943] = 0x249a, [0x1944] = 0x249b, [0x1945] = 0x2474, [0x1946] = 0x2475, - [0x1947] = 0x2476, [0x1948] = 0x2477, [0x1949] = 0x2478, [0x194a] = 0x2479, - [0x194b] = 0x247a, [0x194c] = 0x247b, [0x194d] = 0x247c, [0x194e] = 0x247d, - [0x194f] = 0x247e, [0x1950] = 0x247f, [0x1951] = 0x2480, [0x1952] = 0x2481, - [0x1953] = 0x2482, [0x1954] = 0x2483, [0x1955] = 0x2484, [0x1956] = 0x2485, - [0x1957] = 0x2486, [0x1958] = 0x2487, [0x1959] = 0x2460, [0x195a] = 0x2461, - [0x195b] = 0x2462, [0x195c] = 0x2463, [0x195d] = 0x2464, [0x195e] = 0x2465, - [0x195f] = 0x2466, [0x1960] = 0x2467, [0x1961] = 0x2468, [0x1962] = 0x2469, - [0x1963] = 0x20ac, [0x1964] = 0xe76d, [0x1965] = 0x3220, [0x1966] = 0x3221, - [0x1967] = 0x3222, [0x1968] = 0x3223, [0x1969] = 0x3224, [0x196a] = 0x3225, - [0x196b] = 0x3226, [0x196c] = 0x3227, [0x196d] = 0x3228, [0x196e] = 0x3229, - [0x196f] = 0xe76e, [0x1970] = 0xe76f, [0x1971] = 0x2160, [0x1972] = 0x2161, - [0x1973] = 0x2162, [0x1974] = 0x2163, [0x1975] = 0x2164, [0x1976] = 0x2165, - [0x1977] = 0x2166, [0x1978] = 0x2167, [0x1979] = 0x2168, [0x197a] = 0x2169, - [0x197b] = 0x216a, [0x197c] = 0x216b, [0x197d] = 0xe770, [0x197e] = 0xe771, - [0x1980] = 0xe586, [0x1981] = 0xe587, [0x1982] = 0xe588, [0x1983] = 0xe589, - [0x1984] = 0xe58a, [0x1985] = 0xe58b, [0x1986] = 0xe58c, [0x1987] = 0xe58d, - [0x1988] = 0xe58e, [0x1989] = 0xe58f, [0x198a] = 0xe590, [0x198b] = 0xe591, - [0x198c] = 0xe592, [0x198d] = 0xe593, [0x198e] = 0xe594, [0x198f] = 0xe595, - [0x1990] = 0xe596, [0x1991] = 0xe597, [0x1992] = 0xe598, [0x1993] = 0xe599, - [0x1994] = 0xe59a, [0x1995] = 0xe59b, [0x1996] = 0xe59c, [0x1997] = 0xe59d, - [0x1998] = 0xe59e, [0x1999] = 0xe59f, [0x199a] = 0xe5a0, [0x199b] = 0xe5a1, - [0x199c] = 0xe5a2, [0x199d] = 0xe5a3, [0x199e] = 0xe5a4, [0x199f] = 0xe5a5, - [0x19a0] = 0xe5a6, [0x19a1] = 0xe5a7, [0x19a2] = 0xe5a8, [0x19a3] = 0xe5a9, - [0x19a4] = 0xe5aa, [0x19a5] = 0xe5ab, [0x19a6] = 0xe5ac, [0x19a7] = 0xe5ad, - [0x19a8] = 0xe5ae, [0x19a9] = 0xe5af, [0x19aa] = 0xe5b0, [0x19ab] = 0xe5b1, - [0x19ac] = 0xe5b2, [0x19ad] = 0xe5b3, [0x19ae] = 0xe5b4, [0x19af] = 0xe5b5, - [0x19b0] = 0xe5b6, [0x19b1] = 0xe5b7, [0x19b2] = 0xe5b8, [0x19b3] = 0xe5b9, - [0x19b4] = 0xe5ba, [0x19b5] = 0xe5bb, [0x19b6] = 0xe5bc, [0x19b7] = 0xe5bd, - [0x19b8] = 0xe5be, [0x19b9] = 0xe5bf, [0x19ba] = 0xe5c0, [0x19bb] = 0xe5c1, - [0x19bc] = 0xe5c2, [0x19bd] = 0xe5c3, [0x19be] = 0xe5c4, [0x19c0] = 0xe5c5, - [0x19c1] = 0xe5c6, [0x19c2] = 0xe5c7, [0x19c3] = 0xe5c8, [0x19c4] = 0xe5c9, - [0x19c5] = 0xe5ca, [0x19c6] = 0xe5cb, [0x19c7] = 0xe5cc, [0x19c8] = 0xe5cd, - [0x19c9] = 0xe5ce, [0x19ca] = 0xe5cf, [0x19cb] = 0xe5d0, [0x19cc] = 0xe5d1, - [0x19cd] = 0xe5d2, [0x19ce] = 0xe5d3, [0x19cf] = 0xe5d4, [0x19d0] = 0xe5d5, - [0x19d1] = 0xe5d6, [0x19d2] = 0xe5d7, [0x19d3] = 0xe5d8, [0x19d4] = 0xe5d9, - [0x19d5] = 0xe5da, [0x19d6] = 0xe5db, [0x19d7] = 0xe5dc, [0x19d8] = 0xe5dd, - [0x19d9] = 0xe5de, [0x19da] = 0xe5df, [0x19db] = 0xe5e0, [0x19dc] = 0xe5e1, - [0x19dd] = 0xe5e2, [0x19de] = 0xe5e3, [0x19df] = 0xe5e4, [0x19e0] = 0xe5e5, - [0x19e1] = 0xff01, [0x19e2] = 0xff02, [0x19e3] = 0xff03, [0x19e4] = 0xffe5, - [0x19e5] = 0xff05, [0x19e6] = 0xff06, [0x19e7] = 0xff07, [0x19e8] = 0xff08, - [0x19e9] = 0xff09, [0x19ea] = 0xff0a, [0x19eb] = 0xff0b, [0x19ec] = 0xff0c, - [0x19ed] = 0xff0d, [0x19ee] = 0xff0e, [0x19ef] = 0xff0f, [0x19f0] = 0xff10, - [0x19f1] = 0xff11, [0x19f2] = 0xff12, [0x19f3] = 0xff13, [0x19f4] = 0xff14, - [0x19f5] = 0xff15, [0x19f6] = 0xff16, [0x19f7] = 0xff17, [0x19f8] = 0xff18, - [0x19f9] = 0xff19, [0x19fa] = 0xff1a, [0x19fb] = 0xff1b, [0x19fc] = 0xff1c, - [0x19fd] = 0xff1d, [0x19fe] = 0xff1e, [0x19ff] = 0xff1f, [0x1a00] = 0xff20, - [0x1a01] = 0xff21, [0x1a02] = 0xff22, [0x1a03] = 0xff23, [0x1a04] = 0xff24, - [0x1a05] = 0xff25, [0x1a06] = 0xff26, [0x1a07] = 0xff27, [0x1a08] = 0xff28, - [0x1a09] = 0xff29, [0x1a0a] = 0xff2a, [0x1a0b] = 0xff2b, [0x1a0c] = 0xff2c, - [0x1a0d] = 0xff2d, [0x1a0e] = 0xff2e, [0x1a0f] = 0xff2f, [0x1a10] = 0xff30, - [0x1a11] = 0xff31, [0x1a12] = 0xff32, [0x1a13] = 0xff33, [0x1a14] = 0xff34, - [0x1a15] = 0xff35, [0x1a16] = 0xff36, [0x1a17] = 0xff37, [0x1a18] = 0xff38, - [0x1a19] = 0xff39, [0x1a1a] = 0xff3a, [0x1a1b] = 0xff3b, [0x1a1c] = 0xff3c, - [0x1a1d] = 0xff3d, [0x1a1e] = 0xff3e, [0x1a1f] = 0xff3f, [0x1a20] = 0xff40, - [0x1a21] = 0xff41, [0x1a22] = 0xff42, [0x1a23] = 0xff43, [0x1a24] = 0xff44, - [0x1a25] = 0xff45, [0x1a26] = 0xff46, [0x1a27] = 0xff47, [0x1a28] = 0xff48, - [0x1a29] = 0xff49, [0x1a2a] = 0xff4a, [0x1a2b] = 0xff4b, [0x1a2c] = 0xff4c, - [0x1a2d] = 0xff4d, [0x1a2e] = 0xff4e, [0x1a2f] = 0xff4f, [0x1a30] = 0xff50, - [0x1a31] = 0xff51, [0x1a32] = 0xff52, [0x1a33] = 0xff53, [0x1a34] = 0xff54, - [0x1a35] = 0xff55, [0x1a36] = 0xff56, [0x1a37] = 0xff57, [0x1a38] = 0xff58, - [0x1a39] = 0xff59, [0x1a3a] = 0xff5a, [0x1a3b] = 0xff5b, [0x1a3c] = 0xff5c, - [0x1a3d] = 0xff5d, [0x1a3e] = 0xffe3, [0x1a40] = 0xe5e6, [0x1a41] = 0xe5e7, - [0x1a42] = 0xe5e8, [0x1a43] = 0xe5e9, [0x1a44] = 0xe5ea, [0x1a45] = 0xe5eb, - [0x1a46] = 0xe5ec, [0x1a47] = 0xe5ed, [0x1a48] = 0xe5ee, [0x1a49] = 0xe5ef, - [0x1a4a] = 0xe5f0, [0x1a4b] = 0xe5f1, [0x1a4c] = 0xe5f2, [0x1a4d] = 0xe5f3, - [0x1a4e] = 0xe5f4, [0x1a4f] = 0xe5f5, [0x1a50] = 0xe5f6, [0x1a51] = 0xe5f7, - [0x1a52] = 0xe5f8, [0x1a53] = 0xe5f9, [0x1a54] = 0xe5fa, [0x1a55] = 0xe5fb, - [0x1a56] = 0xe5fc, [0x1a57] = 0xe5fd, [0x1a58] = 0xe5fe, [0x1a59] = 0xe5ff, - [0x1a5a] = 0xe600, [0x1a5b] = 0xe601, [0x1a5c] = 0xe602, [0x1a5d] = 0xe603, - [0x1a5e] = 0xe604, [0x1a5f] = 0xe605, [0x1a60] = 0xe606, [0x1a61] = 0xe607, - [0x1a62] = 0xe608, [0x1a63] = 0xe609, [0x1a64] = 0xe60a, [0x1a65] = 0xe60b, - [0x1a66] = 0xe60c, [0x1a67] = 0xe60d, [0x1a68] = 0xe60e, [0x1a69] = 0xe60f, - [0x1a6a] = 0xe610, [0x1a6b] = 0xe611, [0x1a6c] = 0xe612, [0x1a6d] = 0xe613, - [0x1a6e] = 0xe614, [0x1a6f] = 0xe615, [0x1a70] = 0xe616, [0x1a71] = 0xe617, - [0x1a72] = 0xe618, [0x1a73] = 0xe619, [0x1a74] = 0xe61a, [0x1a75] = 0xe61b, - [0x1a76] = 0xe61c, [0x1a77] = 0xe61d, [0x1a78] = 0xe61e, [0x1a79] = 0xe61f, - [0x1a7a] = 0xe620, [0x1a7b] = 0xe621, [0x1a7c] = 0xe622, [0x1a7d] = 0xe623, - [0x1a7e] = 0xe624, [0x1a80] = 0xe625, [0x1a81] = 0xe626, [0x1a82] = 0xe627, - [0x1a83] = 0xe628, [0x1a84] = 0xe629, [0x1a85] = 0xe62a, [0x1a86] = 0xe62b, - [0x1a87] = 0xe62c, [0x1a88] = 0xe62d, [0x1a89] = 0xe62e, [0x1a8a] = 0xe62f, - [0x1a8b] = 0xe630, [0x1a8c] = 0xe631, [0x1a8d] = 0xe632, [0x1a8e] = 0xe633, - [0x1a8f] = 0xe634, [0x1a90] = 0xe635, [0x1a91] = 0xe636, [0x1a92] = 0xe637, - [0x1a93] = 0xe638, [0x1a94] = 0xe639, [0x1a95] = 0xe63a, [0x1a96] = 0xe63b, - [0x1a97] = 0xe63c, [0x1a98] = 0xe63d, [0x1a99] = 0xe63e, [0x1a9a] = 0xe63f, - [0x1a9b] = 0xe640, [0x1a9c] = 0xe641, [0x1a9d] = 0xe642, [0x1a9e] = 0xe643, - [0x1a9f] = 0xe644, [0x1aa0] = 0xe645, [0x1aa1] = 0x3041, [0x1aa2] = 0x3042, - [0x1aa3] = 0x3043, [0x1aa4] = 0x3044, [0x1aa5] = 0x3045, [0x1aa6] = 0x3046, - [0x1aa7] = 0x3047, [0x1aa8] = 0x3048, [0x1aa9] = 0x3049, [0x1aaa] = 0x304a, - [0x1aab] = 0x304b, [0x1aac] = 0x304c, [0x1aad] = 0x304d, [0x1aae] = 0x304e, - [0x1aaf] = 0x304f, [0x1ab0] = 0x3050, [0x1ab1] = 0x3051, [0x1ab2] = 0x3052, - [0x1ab3] = 0x3053, [0x1ab4] = 0x3054, [0x1ab5] = 0x3055, [0x1ab6] = 0x3056, - [0x1ab7] = 0x3057, [0x1ab8] = 0x3058, [0x1ab9] = 0x3059, [0x1aba] = 0x305a, - [0x1abb] = 0x305b, [0x1abc] = 0x305c, [0x1abd] = 0x305d, [0x1abe] = 0x305e, - [0x1abf] = 0x305f, [0x1ac0] = 0x3060, [0x1ac1] = 0x3061, [0x1ac2] = 0x3062, - [0x1ac3] = 0x3063, [0x1ac4] = 0x3064, [0x1ac5] = 0x3065, [0x1ac6] = 0x3066, - [0x1ac7] = 0x3067, [0x1ac8] = 0x3068, [0x1ac9] = 0x3069, [0x1aca] = 0x306a, - [0x1acb] = 0x306b, [0x1acc] = 0x306c, [0x1acd] = 0x306d, [0x1ace] = 0x306e, - [0x1acf] = 0x306f, [0x1ad0] = 0x3070, [0x1ad1] = 0x3071, [0x1ad2] = 0x3072, - [0x1ad3] = 0x3073, [0x1ad4] = 0x3074, [0x1ad5] = 0x3075, [0x1ad6] = 0x3076, - [0x1ad7] = 0x3077, [0x1ad8] = 0x3078, [0x1ad9] = 0x3079, [0x1ada] = 0x307a, - [0x1adb] = 0x307b, [0x1adc] = 0x307c, [0x1add] = 0x307d, [0x1ade] = 0x307e, - [0x1adf] = 0x307f, [0x1ae0] = 0x3080, [0x1ae1] = 0x3081, [0x1ae2] = 0x3082, - [0x1ae3] = 0x3083, [0x1ae4] = 0x3084, [0x1ae5] = 0x3085, [0x1ae6] = 0x3086, - [0x1ae7] = 0x3087, [0x1ae8] = 0x3088, [0x1ae9] = 0x3089, [0x1aea] = 0x308a, - [0x1aeb] = 0x308b, [0x1aec] = 0x308c, [0x1aed] = 0x308d, [0x1aee] = 0x308e, - [0x1aef] = 0x308f, [0x1af0] = 0x3090, [0x1af1] = 0x3091, [0x1af2] = 0x3092, - [0x1af3] = 0x3093, [0x1af4] = 0xe772, [0x1af5] = 0xe773, [0x1af6] = 0xe774, - [0x1af7] = 0xe775, [0x1af8] = 0xe776, [0x1af9] = 0xe777, [0x1afa] = 0xe778, - [0x1afb] = 0xe779, [0x1afc] = 0xe77a, [0x1afd] = 0xe77b, [0x1afe] = 0xe77c, - [0x1b00] = 0xe646, [0x1b01] = 0xe647, [0x1b02] = 0xe648, [0x1b03] = 0xe649, - [0x1b04] = 0xe64a, [0x1b05] = 0xe64b, [0x1b06] = 0xe64c, [0x1b07] = 0xe64d, - [0x1b08] = 0xe64e, [0x1b09] = 0xe64f, [0x1b0a] = 0xe650, [0x1b0b] = 0xe651, - [0x1b0c] = 0xe652, [0x1b0d] = 0xe653, [0x1b0e] = 0xe654, [0x1b0f] = 0xe655, - [0x1b10] = 0xe656, [0x1b11] = 0xe657, [0x1b12] = 0xe658, [0x1b13] = 0xe659, - [0x1b14] = 0xe65a, [0x1b15] = 0xe65b, [0x1b16] = 0xe65c, [0x1b17] = 0xe65d, - [0x1b18] = 0xe65e, [0x1b19] = 0xe65f, [0x1b1a] = 0xe660, [0x1b1b] = 0xe661, - [0x1b1c] = 0xe662, [0x1b1d] = 0xe663, [0x1b1e] = 0xe664, [0x1b1f] = 0xe665, - [0x1b20] = 0xe666, [0x1b21] = 0xe667, [0x1b22] = 0xe668, [0x1b23] = 0xe669, - [0x1b24] = 0xe66a, [0x1b25] = 0xe66b, [0x1b26] = 0xe66c, [0x1b27] = 0xe66d, - [0x1b28] = 0xe66e, [0x1b29] = 0xe66f, [0x1b2a] = 0xe670, [0x1b2b] = 0xe671, - [0x1b2c] = 0xe672, [0x1b2d] = 0xe673, [0x1b2e] = 0xe674, [0x1b2f] = 0xe675, - [0x1b30] = 0xe676, [0x1b31] = 0xe677, [0x1b32] = 0xe678, [0x1b33] = 0xe679, - [0x1b34] = 0xe67a, [0x1b35] = 0xe67b, [0x1b36] = 0xe67c, [0x1b37] = 0xe67d, - [0x1b38] = 0xe67e, [0x1b39] = 0xe67f, [0x1b3a] = 0xe680, [0x1b3b] = 0xe681, - [0x1b3c] = 0xe682, [0x1b3d] = 0xe683, [0x1b3e] = 0xe684, [0x1b40] = 0xe685, - [0x1b41] = 0xe686, [0x1b42] = 0xe687, [0x1b43] = 0xe688, [0x1b44] = 0xe689, - [0x1b45] = 0xe68a, [0x1b46] = 0xe68b, [0x1b47] = 0xe68c, [0x1b48] = 0xe68d, - [0x1b49] = 0xe68e, [0x1b4a] = 0xe68f, [0x1b4b] = 0xe690, [0x1b4c] = 0xe691, - [0x1b4d] = 0xe692, [0x1b4e] = 0xe693, [0x1b4f] = 0xe694, [0x1b50] = 0xe695, - [0x1b51] = 0xe696, [0x1b52] = 0xe697, [0x1b53] = 0xe698, [0x1b54] = 0xe699, - [0x1b55] = 0xe69a, [0x1b56] = 0xe69b, [0x1b57] = 0xe69c, [0x1b58] = 0xe69d, - [0x1b59] = 0xe69e, [0x1b5a] = 0xe69f, [0x1b5b] = 0xe6a0, [0x1b5c] = 0xe6a1, - [0x1b5d] = 0xe6a2, [0x1b5e] = 0xe6a3, [0x1b5f] = 0xe6a4, [0x1b60] = 0xe6a5, - [0x1b61] = 0x30a1, [0x1b62] = 0x30a2, [0x1b63] = 0x30a3, [0x1b64] = 0x30a4, - [0x1b65] = 0x30a5, [0x1b66] = 0x30a6, [0x1b67] = 0x30a7, [0x1b68] = 0x30a8, - [0x1b69] = 0x30a9, [0x1b6a] = 0x30aa, [0x1b6b] = 0x30ab, [0x1b6c] = 0x30ac, - [0x1b6d] = 0x30ad, [0x1b6e] = 0x30ae, [0x1b6f] = 0x30af, [0x1b70] = 0x30b0, - [0x1b71] = 0x30b1, [0x1b72] = 0x30b2, [0x1b73] = 0x30b3, [0x1b74] = 0x30b4, - [0x1b75] = 0x30b5, [0x1b76] = 0x30b6, [0x1b77] = 0x30b7, [0x1b78] = 0x30b8, - [0x1b79] = 0x30b9, [0x1b7a] = 0x30ba, [0x1b7b] = 0x30bb, [0x1b7c] = 0x30bc, - [0x1b7d] = 0x30bd, [0x1b7e] = 0x30be, [0x1b7f] = 0x30bf, [0x1b80] = 0x30c0, - [0x1b81] = 0x30c1, [0x1b82] = 0x30c2, [0x1b83] = 0x30c3, [0x1b84] = 0x30c4, - [0x1b85] = 0x30c5, [0x1b86] = 0x30c6, [0x1b87] = 0x30c7, [0x1b88] = 0x30c8, - [0x1b89] = 0x30c9, [0x1b8a] = 0x30ca, [0x1b8b] = 0x30cb, [0x1b8c] = 0x30cc, - [0x1b8d] = 0x30cd, [0x1b8e] = 0x30ce, [0x1b8f] = 0x30cf, [0x1b90] = 0x30d0, - [0x1b91] = 0x30d1, [0x1b92] = 0x30d2, [0x1b93] = 0x30d3, [0x1b94] = 0x30d4, - [0x1b95] = 0x30d5, [0x1b96] = 0x30d6, [0x1b97] = 0x30d7, [0x1b98] = 0x30d8, - [0x1b99] = 0x30d9, [0x1b9a] = 0x30da, [0x1b9b] = 0x30db, [0x1b9c] = 0x30dc, - [0x1b9d] = 0x30dd, [0x1b9e] = 0x30de, [0x1b9f] = 0x30df, [0x1ba0] = 0x30e0, - [0x1ba1] = 0x30e1, [0x1ba2] = 0x30e2, [0x1ba3] = 0x30e3, [0x1ba4] = 0x30e4, - [0x1ba5] = 0x30e5, [0x1ba6] = 0x30e6, [0x1ba7] = 0x30e7, [0x1ba8] = 0x30e8, - [0x1ba9] = 0x30e9, [0x1baa] = 0x30ea, [0x1bab] = 0x30eb, [0x1bac] = 0x30ec, - [0x1bad] = 0x30ed, [0x1bae] = 0x30ee, [0x1baf] = 0x30ef, [0x1bb0] = 0x30f0, - [0x1bb1] = 0x30f1, [0x1bb2] = 0x30f2, [0x1bb3] = 0x30f3, [0x1bb4] = 0x30f4, - [0x1bb5] = 0x30f5, [0x1bb6] = 0x30f6, [0x1bb7] = 0xe77d, [0x1bb8] = 0xe77e, - [0x1bb9] = 0xe77f, [0x1bba] = 0xe780, [0x1bbb] = 0xe781, [0x1bbc] = 0xe782, - [0x1bbd] = 0xe783, [0x1bbe] = 0xe784, [0x1bc0] = 0xe6a6, [0x1bc1] = 0xe6a7, - [0x1bc2] = 0xe6a8, [0x1bc3] = 0xe6a9, [0x1bc4] = 0xe6aa, [0x1bc5] = 0xe6ab, - [0x1bc6] = 0xe6ac, [0x1bc7] = 0xe6ad, [0x1bc8] = 0xe6ae, [0x1bc9] = 0xe6af, - [0x1bca] = 0xe6b0, [0x1bcb] = 0xe6b1, [0x1bcc] = 0xe6b2, [0x1bcd] = 0xe6b3, - [0x1bce] = 0xe6b4, [0x1bcf] = 0xe6b5, [0x1bd0] = 0xe6b6, [0x1bd1] = 0xe6b7, - [0x1bd2] = 0xe6b8, [0x1bd3] = 0xe6b9, [0x1bd4] = 0xe6ba, [0x1bd5] = 0xe6bb, - [0x1bd6] = 0xe6bc, [0x1bd7] = 0xe6bd, [0x1bd8] = 0xe6be, [0x1bd9] = 0xe6bf, - [0x1bda] = 0xe6c0, [0x1bdb] = 0xe6c1, [0x1bdc] = 0xe6c2, [0x1bdd] = 0xe6c3, - [0x1bde] = 0xe6c4, [0x1bdf] = 0xe6c5, [0x1be0] = 0xe6c6, [0x1be1] = 0xe6c7, - [0x1be2] = 0xe6c8, [0x1be3] = 0xe6c9, [0x1be4] = 0xe6ca, [0x1be5] = 0xe6cb, - [0x1be6] = 0xe6cc, [0x1be7] = 0xe6cd, [0x1be8] = 0xe6ce, [0x1be9] = 0xe6cf, - [0x1bea] = 0xe6d0, [0x1beb] = 0xe6d1, [0x1bec] = 0xe6d2, [0x1bed] = 0xe6d3, - [0x1bee] = 0xe6d4, [0x1bef] = 0xe6d5, [0x1bf0] = 0xe6d6, [0x1bf1] = 0xe6d7, - [0x1bf2] = 0xe6d8, [0x1bf3] = 0xe6d9, [0x1bf4] = 0xe6da, [0x1bf5] = 0xe6db, - [0x1bf6] = 0xe6dc, [0x1bf7] = 0xe6dd, [0x1bf8] = 0xe6de, [0x1bf9] = 0xe6df, - [0x1bfa] = 0xe6e0, [0x1bfb] = 0xe6e1, [0x1bfc] = 0xe6e2, [0x1bfd] = 0xe6e3, - [0x1bfe] = 0xe6e4, [0x1c00] = 0xe6e5, [0x1c01] = 0xe6e6, [0x1c02] = 0xe6e7, - [0x1c03] = 0xe6e8, [0x1c04] = 0xe6e9, [0x1c05] = 0xe6ea, [0x1c06] = 0xe6eb, - [0x1c07] = 0xe6ec, [0x1c08] = 0xe6ed, [0x1c09] = 0xe6ee, [0x1c0a] = 0xe6ef, - [0x1c0b] = 0xe6f0, [0x1c0c] = 0xe6f1, [0x1c0d] = 0xe6f2, [0x1c0e] = 0xe6f3, - [0x1c0f] = 0xe6f4, [0x1c10] = 0xe6f5, [0x1c11] = 0xe6f6, [0x1c12] = 0xe6f7, - [0x1c13] = 0xe6f8, [0x1c14] = 0xe6f9, [0x1c15] = 0xe6fa, [0x1c16] = 0xe6fb, - [0x1c17] = 0xe6fc, [0x1c18] = 0xe6fd, [0x1c19] = 0xe6fe, [0x1c1a] = 0xe6ff, - [0x1c1b] = 0xe700, [0x1c1c] = 0xe701, [0x1c1d] = 0xe702, [0x1c1e] = 0xe703, - [0x1c1f] = 0xe704, [0x1c20] = 0xe705, [0x1c21] = 0x0391, [0x1c22] = 0x0392, - [0x1c23] = 0x0393, [0x1c24] = 0x0394, [0x1c25] = 0x0395, [0x1c26] = 0x0396, - [0x1c27] = 0x0397, [0x1c28] = 0x0398, [0x1c29] = 0x0399, [0x1c2a] = 0x039a, - [0x1c2b] = 0x039b, [0x1c2c] = 0x039c, [0x1c2d] = 0x039d, [0x1c2e] = 0x039e, - [0x1c2f] = 0x039f, [0x1c30] = 0x03a0, [0x1c31] = 0x03a1, [0x1c32] = 0x03a3, - [0x1c33] = 0x03a4, [0x1c34] = 0x03a5, [0x1c35] = 0x03a6, [0x1c36] = 0x03a7, - [0x1c37] = 0x03a8, [0x1c38] = 0x03a9, [0x1c39] = 0xe785, [0x1c3a] = 0xe786, - [0x1c3b] = 0xe787, [0x1c3c] = 0xe788, [0x1c3d] = 0xe789, [0x1c3e] = 0xe78a, - [0x1c3f] = 0xe78b, [0x1c40] = 0xe78c, [0x1c41] = 0x03b1, [0x1c42] = 0x03b2, - [0x1c43] = 0x03b3, [0x1c44] = 0x03b4, [0x1c45] = 0x03b5, [0x1c46] = 0x03b6, - [0x1c47] = 0x03b7, [0x1c48] = 0x03b8, [0x1c49] = 0x03b9, [0x1c4a] = 0x03ba, - [0x1c4b] = 0x03bb, [0x1c4c] = 0x03bc, [0x1c4d] = 0x03bd, [0x1c4e] = 0x03be, - [0x1c4f] = 0x03bf, [0x1c50] = 0x03c0, [0x1c51] = 0x03c1, [0x1c52] = 0x03c3, - [0x1c53] = 0x03c4, [0x1c54] = 0x03c5, [0x1c55] = 0x03c6, [0x1c56] = 0x03c7, - [0x1c57] = 0x03c8, [0x1c58] = 0x03c9, [0x1c59] = 0xe78d, [0x1c5a] = 0xe78e, - [0x1c5b] = 0xe78f, [0x1c5c] = 0xe790, [0x1c5d] = 0xe791, [0x1c5e] = 0xe792, - [0x1c5f] = 0xe793, [0x1c60] = 0xfe35, [0x1c61] = 0xfe36, [0x1c62] = 0xfe39, - [0x1c63] = 0xfe3a, [0x1c64] = 0xfe3f, [0x1c65] = 0xfe40, [0x1c66] = 0xfe3d, - [0x1c67] = 0xfe3e, [0x1c68] = 0xfe41, [0x1c69] = 0xfe42, [0x1c6a] = 0xfe43, - [0x1c6b] = 0xfe44, [0x1c6c] = 0xe794, [0x1c6d] = 0xe795, [0x1c6e] = 0xfe3b, - [0x1c6f] = 0xfe3c, [0x1c70] = 0xfe37, [0x1c71] = 0xfe38, [0x1c72] = 0xfe31, - [0x1c73] = 0xe796, [0x1c74] = 0xfe33, [0x1c75] = 0xfe34, [0x1c76] = 0xe797, - [0x1c77] = 0xe798, [0x1c78] = 0xe799, [0x1c79] = 0xe79a, [0x1c7a] = 0xe79b, - [0x1c7b] = 0xe79c, [0x1c7c] = 0xe79d, [0x1c7d] = 0xe79e, [0x1c7e] = 0xe79f, - [0x1c80] = 0xe706, [0x1c81] = 0xe707, [0x1c82] = 0xe708, [0x1c83] = 0xe709, - [0x1c84] = 0xe70a, [0x1c85] = 0xe70b, [0x1c86] = 0xe70c, [0x1c87] = 0xe70d, - [0x1c88] = 0xe70e, [0x1c89] = 0xe70f, [0x1c8a] = 0xe710, [0x1c8b] = 0xe711, - [0x1c8c] = 0xe712, [0x1c8d] = 0xe713, [0x1c8e] = 0xe714, [0x1c8f] = 0xe715, - [0x1c90] = 0xe716, [0x1c91] = 0xe717, [0x1c92] = 0xe718, [0x1c93] = 0xe719, - [0x1c94] = 0xe71a, [0x1c95] = 0xe71b, [0x1c96] = 0xe71c, [0x1c97] = 0xe71d, - [0x1c98] = 0xe71e, [0x1c99] = 0xe71f, [0x1c9a] = 0xe720, [0x1c9b] = 0xe721, - [0x1c9c] = 0xe722, [0x1c9d] = 0xe723, [0x1c9e] = 0xe724, [0x1c9f] = 0xe725, - [0x1ca0] = 0xe726, [0x1ca1] = 0xe727, [0x1ca2] = 0xe728, [0x1ca3] = 0xe729, - [0x1ca4] = 0xe72a, [0x1ca5] = 0xe72b, [0x1ca6] = 0xe72c, [0x1ca7] = 0xe72d, - [0x1ca8] = 0xe72e, [0x1ca9] = 0xe72f, [0x1caa] = 0xe730, [0x1cab] = 0xe731, - [0x1cac] = 0xe732, [0x1cad] = 0xe733, [0x1cae] = 0xe734, [0x1caf] = 0xe735, - [0x1cb0] = 0xe736, [0x1cb1] = 0xe737, [0x1cb2] = 0xe738, [0x1cb3] = 0xe739, - [0x1cb4] = 0xe73a, [0x1cb5] = 0xe73b, [0x1cb6] = 0xe73c, [0x1cb7] = 0xe73d, - [0x1cb8] = 0xe73e, [0x1cb9] = 0xe73f, [0x1cba] = 0xe740, [0x1cbb] = 0xe741, - [0x1cbc] = 0xe742, [0x1cbd] = 0xe743, [0x1cbe] = 0xe744, [0x1cc0] = 0xe745, - [0x1cc1] = 0xe746, [0x1cc2] = 0xe747, [0x1cc3] = 0xe748, [0x1cc4] = 0xe749, - [0x1cc5] = 0xe74a, [0x1cc6] = 0xe74b, [0x1cc7] = 0xe74c, [0x1cc8] = 0xe74d, - [0x1cc9] = 0xe74e, [0x1cca] = 0xe74f, [0x1ccb] = 0xe750, [0x1ccc] = 0xe751, - [0x1ccd] = 0xe752, [0x1cce] = 0xe753, [0x1ccf] = 0xe754, [0x1cd0] = 0xe755, - [0x1cd1] = 0xe756, [0x1cd2] = 0xe757, [0x1cd3] = 0xe758, [0x1cd4] = 0xe759, - [0x1cd5] = 0xe75a, [0x1cd6] = 0xe75b, [0x1cd7] = 0xe75c, [0x1cd8] = 0xe75d, - [0x1cd9] = 0xe75e, [0x1cda] = 0xe75f, [0x1cdb] = 0xe760, [0x1cdc] = 0xe761, - [0x1cdd] = 0xe762, [0x1cde] = 0xe763, [0x1cdf] = 0xe764, [0x1ce0] = 0xe765, - [0x1ce1] = 0x0410, [0x1ce2] = 0x0411, [0x1ce3] = 0x0412, [0x1ce4] = 0x0413, - [0x1ce5] = 0x0414, [0x1ce6] = 0x0415, [0x1ce7] = 0x0401, [0x1ce8] = 0x0416, - [0x1ce9] = 0x0417, [0x1cea] = 0x0418, [0x1ceb] = 0x0419, [0x1cec] = 0x041a, - [0x1ced] = 0x041b, [0x1cee] = 0x041c, [0x1cef] = 0x041d, [0x1cf0] = 0x041e, - [0x1cf1] = 0x041f, [0x1cf2] = 0x0420, [0x1cf3] = 0x0421, [0x1cf4] = 0x0422, - [0x1cf5] = 0x0423, [0x1cf6] = 0x0424, [0x1cf7] = 0x0425, [0x1cf8] = 0x0426, - [0x1cf9] = 0x0427, [0x1cfa] = 0x0428, [0x1cfb] = 0x0429, [0x1cfc] = 0x042a, - [0x1cfd] = 0x042b, [0x1cfe] = 0x042c, [0x1cff] = 0x042d, [0x1d00] = 0x042e, - [0x1d01] = 0x042f, [0x1d02] = 0xe7a0, [0x1d03] = 0xe7a1, [0x1d04] = 0xe7a2, - [0x1d05] = 0xe7a3, [0x1d06] = 0xe7a4, [0x1d07] = 0xe7a5, [0x1d08] = 0xe7a6, - [0x1d09] = 0xe7a7, [0x1d0a] = 0xe7a8, [0x1d0b] = 0xe7a9, [0x1d0c] = 0xe7aa, - [0x1d0d] = 0xe7ab, [0x1d0e] = 0xe7ac, [0x1d0f] = 0xe7ad, [0x1d10] = 0xe7ae, - [0x1d11] = 0x0430, [0x1d12] = 0x0431, [0x1d13] = 0x0432, [0x1d14] = 0x0433, - [0x1d15] = 0x0434, [0x1d16] = 0x0435, [0x1d17] = 0x0451, [0x1d18] = 0x0436, - [0x1d19] = 0x0437, [0x1d1a] = 0x0438, [0x1d1b] = 0x0439, [0x1d1c] = 0x043a, - [0x1d1d] = 0x043b, [0x1d1e] = 0x043c, [0x1d1f] = 0x043d, [0x1d20] = 0x043e, - [0x1d21] = 0x043f, [0x1d22] = 0x0440, [0x1d23] = 0x0441, [0x1d24] = 0x0442, - [0x1d25] = 0x0443, [0x1d26] = 0x0444, [0x1d27] = 0x0445, [0x1d28] = 0x0446, - [0x1d29] = 0x0447, [0x1d2a] = 0x0448, [0x1d2b] = 0x0449, [0x1d2c] = 0x044a, - [0x1d2d] = 0x044b, [0x1d2e] = 0x044c, [0x1d2f] = 0x044d, [0x1d30] = 0x044e, - [0x1d31] = 0x044f, [0x1d32] = 0xe7af, [0x1d33] = 0xe7b0, [0x1d34] = 0xe7b1, - [0x1d35] = 0xe7b2, [0x1d36] = 0xe7b3, [0x1d37] = 0xe7b4, [0x1d38] = 0xe7b5, - [0x1d39] = 0xe7b6, [0x1d3a] = 0xe7b7, [0x1d3b] = 0xe7b8, [0x1d3c] = 0xe7b9, - [0x1d3d] = 0xe7ba, [0x1d3e] = 0xe7bb, [0x1d40] = 0x02ca, [0x1d41] = 0x02cb, - [0x1d42] = 0x02d9, [0x1d43] = 0x2013, [0x1d44] = 0x2015, [0x1d45] = 0x2025, - [0x1d46] = 0x2035, [0x1d47] = 0x2105, [0x1d48] = 0x2109, [0x1d49] = 0x2196, - [0x1d4a] = 0x2197, [0x1d4b] = 0x2198, [0x1d4c] = 0x2199, [0x1d4d] = 0x2215, - [0x1d4e] = 0x221f, [0x1d4f] = 0x2223, [0x1d50] = 0x2252, [0x1d51] = 0x2266, - [0x1d52] = 0x2267, [0x1d53] = 0x22bf, [0x1d54] = 0x2550, [0x1d55] = 0x2551, - [0x1d56] = 0x2552, [0x1d57] = 0x2553, [0x1d58] = 0x2554, [0x1d59] = 0x2555, - [0x1d5a] = 0x2556, [0x1d5b] = 0x2557, [0x1d5c] = 0x2558, [0x1d5d] = 0x2559, - [0x1d5e] = 0x255a, [0x1d5f] = 0x255b, [0x1d60] = 0x255c, [0x1d61] = 0x255d, - [0x1d62] = 0x255e, [0x1d63] = 0x255f, [0x1d64] = 0x2560, [0x1d65] = 0x2561, - [0x1d66] = 0x2562, [0x1d67] = 0x2563, [0x1d68] = 0x2564, [0x1d69] = 0x2565, - [0x1d6a] = 0x2566, [0x1d6b] = 0x2567, [0x1d6c] = 0x2568, [0x1d6d] = 0x2569, - [0x1d6e] = 0x256a, [0x1d6f] = 0x256b, [0x1d70] = 0x256c, [0x1d71] = 0x256d, - [0x1d72] = 0x256e, [0x1d73] = 0x256f, [0x1d74] = 0x2570, [0x1d75] = 0x2571, - [0x1d76] = 0x2572, [0x1d77] = 0x2573, [0x1d78] = 0x2581, [0x1d79] = 0x2582, - [0x1d7a] = 0x2583, [0x1d7b] = 0x2584, [0x1d7c] = 0x2585, [0x1d7d] = 0x2586, - [0x1d7e] = 0x2587, [0x1d80] = 0x2588, [0x1d81] = 0x2589, [0x1d82] = 0x258a, - [0x1d83] = 0x258b, [0x1d84] = 0x258c, [0x1d85] = 0x258d, [0x1d86] = 0x258e, - [0x1d87] = 0x258f, [0x1d88] = 0x2593, [0x1d89] = 0x2594, [0x1d8a] = 0x2595, - [0x1d8b] = 0x25bc, [0x1d8c] = 0x25bd, [0x1d8d] = 0x25e2, [0x1d8e] = 0x25e3, - [0x1d8f] = 0x25e4, [0x1d90] = 0x25e5, [0x1d91] = 0x2609, [0x1d92] = 0x2295, - [0x1d93] = 0x3012, [0x1d94] = 0x301d, [0x1d95] = 0x301e, [0x1d96] = 0xe7bc, - [0x1d97] = 0xe7bd, [0x1d98] = 0xe7be, [0x1d99] = 0xe7bf, [0x1d9a] = 0xe7c0, - [0x1d9b] = 0xe7c1, [0x1d9c] = 0xe7c2, [0x1d9d] = 0xe7c3, [0x1d9e] = 0xe7c4, - [0x1d9f] = 0xe7c5, [0x1da0] = 0xe7c6, [0x1da1] = 0x0101, [0x1da2] = 0x00e1, - [0x1da3] = 0x01ce, [0x1da4] = 0x00e0, [0x1da5] = 0x0113, [0x1da6] = 0x00e9, - [0x1da7] = 0x011b, [0x1da8] = 0x00e8, [0x1da9] = 0x012b, [0x1daa] = 0x00ed, - [0x1dab] = 0x01d0, [0x1dac] = 0x00ec, [0x1dad] = 0x014d, [0x1dae] = 0x00f3, - [0x1daf] = 0x01d2, [0x1db0] = 0x00f2, [0x1db1] = 0x016b, [0x1db2] = 0x00fa, - [0x1db3] = 0x01d4, [0x1db4] = 0x00f9, [0x1db5] = 0x01d6, [0x1db6] = 0x01d8, - [0x1db7] = 0x01da, [0x1db8] = 0x01dc, [0x1db9] = 0x00fc, [0x1dba] = 0x00ea, - [0x1dbb] = 0x0251, [0x1dbc] = 0xe7c7, [0x1dbd] = 0x0144, [0x1dbe] = 0x0148, - [0x1dbf] = 0x01f9, [0x1dc0] = 0x0261, [0x1dc1] = 0xe7c9, [0x1dc2] = 0xe7ca, - [0x1dc3] = 0xe7cb, [0x1dc4] = 0xe7cc, [0x1dc5] = 0x3105, [0x1dc6] = 0x3106, - [0x1dc7] = 0x3107, [0x1dc8] = 0x3108, [0x1dc9] = 0x3109, [0x1dca] = 0x310a, - [0x1dcb] = 0x310b, [0x1dcc] = 0x310c, [0x1dcd] = 0x310d, [0x1dce] = 0x310e, - [0x1dcf] = 0x310f, [0x1dd0] = 0x3110, [0x1dd1] = 0x3111, [0x1dd2] = 0x3112, - [0x1dd3] = 0x3113, [0x1dd4] = 0x3114, [0x1dd5] = 0x3115, [0x1dd6] = 0x3116, - [0x1dd7] = 0x3117, [0x1dd8] = 0x3118, [0x1dd9] = 0x3119, [0x1dda] = 0x311a, - [0x1ddb] = 0x311b, [0x1ddc] = 0x311c, [0x1ddd] = 0x311d, [0x1dde] = 0x311e, - [0x1ddf] = 0x311f, [0x1de0] = 0x3120, [0x1de1] = 0x3121, [0x1de2] = 0x3122, - [0x1de3] = 0x3123, [0x1de4] = 0x3124, [0x1de5] = 0x3125, [0x1de6] = 0x3126, - [0x1de7] = 0x3127, [0x1de8] = 0x3128, [0x1de9] = 0x3129, [0x1dea] = 0xe7cd, - [0x1deb] = 0xe7ce, [0x1dec] = 0xe7cf, [0x1ded] = 0xe7d0, [0x1dee] = 0xe7d1, - [0x1def] = 0xe7d2, [0x1df0] = 0xe7d3, [0x1df1] = 0xe7d4, [0x1df2] = 0xe7d5, - [0x1df3] = 0xe7d6, [0x1df4] = 0xe7d7, [0x1df5] = 0xe7d8, [0x1df6] = 0xe7d9, - [0x1df7] = 0xe7da, [0x1df8] = 0xe7db, [0x1df9] = 0xe7dc, [0x1dfa] = 0xe7dd, - [0x1dfb] = 0xe7de, [0x1dfc] = 0xe7df, [0x1dfd] = 0xe7e0, [0x1dfe] = 0xe7e1, - [0x1e00] = 0x3021, [0x1e01] = 0x3022, [0x1e02] = 0x3023, [0x1e03] = 0x3024, - [0x1e04] = 0x3025, [0x1e05] = 0x3026, [0x1e06] = 0x3027, [0x1e07] = 0x3028, - [0x1e08] = 0x3029, [0x1e09] = 0x32a3, [0x1e0a] = 0x338e, [0x1e0b] = 0x338f, - [0x1e0c] = 0x339c, [0x1e0d] = 0x339d, [0x1e0e] = 0x339e, [0x1e0f] = 0x33a1, - [0x1e10] = 0x33c4, [0x1e11] = 0x33ce, [0x1e12] = 0x33d1, [0x1e13] = 0x33d2, - [0x1e14] = 0x33d5, [0x1e15] = 0xfe30, [0x1e16] = 0xffe2, [0x1e17] = 0xffe4, - [0x1e18] = 0xe7e2, [0x1e19] = 0x2121, [0x1e1a] = 0x3231, [0x1e1b] = 0xe7e3, - [0x1e1c] = 0x2010, [0x1e1d] = 0xe7e4, [0x1e1e] = 0xe7e5, [0x1e1f] = 0xe7e6, - [0x1e20] = 0x30fc, [0x1e21] = 0x309b, [0x1e22] = 0x309c, [0x1e23] = 0x30fd, - [0x1e24] = 0x30fe, [0x1e25] = 0x3006, [0x1e26] = 0x309d, [0x1e27] = 0x309e, - [0x1e28] = 0xfe49, [0x1e29] = 0xfe4a, [0x1e2a] = 0xfe4b, [0x1e2b] = 0xfe4c, - [0x1e2c] = 0xfe4d, [0x1e2d] = 0xfe4e, [0x1e2e] = 0xfe4f, [0x1e2f] = 0xfe50, - [0x1e30] = 0xfe51, [0x1e31] = 0xfe52, [0x1e32] = 0xfe54, [0x1e33] = 0xfe55, - [0x1e34] = 0xfe56, [0x1e35] = 0xfe57, [0x1e36] = 0xfe59, [0x1e37] = 0xfe5a, - [0x1e38] = 0xfe5b, [0x1e39] = 0xfe5c, [0x1e3a] = 0xfe5d, [0x1e3b] = 0xfe5e, - [0x1e3c] = 0xfe5f, [0x1e3d] = 0xfe60, [0x1e3e] = 0xfe61, [0x1e40] = 0xfe62, - [0x1e41] = 0xfe63, [0x1e42] = 0xfe64, [0x1e43] = 0xfe65, [0x1e44] = 0xfe66, - [0x1e45] = 0xfe68, [0x1e46] = 0xfe69, [0x1e47] = 0xfe6a, [0x1e48] = 0xfe6b, - [0x1e49] = 0x303e, [0x1e4a] = 0x2ff0, [0x1e4b] = 0x2ff1, [0x1e4c] = 0x2ff2, - [0x1e4d] = 0x2ff3, [0x1e4e] = 0x2ff4, [0x1e4f] = 0x2ff5, [0x1e50] = 0x2ff6, - [0x1e51] = 0x2ff7, [0x1e52] = 0x2ff8, [0x1e53] = 0x2ff9, [0x1e54] = 0x2ffa, - [0x1e55] = 0x2ffb, [0x1e56] = 0x3007, [0x1e57] = 0xe7f4, [0x1e58] = 0xe7f5, - [0x1e59] = 0xe7f6, [0x1e5a] = 0xe7f7, [0x1e5b] = 0xe7f8, [0x1e5c] = 0xe7f9, - [0x1e5d] = 0xe7fa, [0x1e5e] = 0xe7fb, [0x1e5f] = 0xe7fc, [0x1e60] = 0xe7fd, - [0x1e61] = 0xe7fe, [0x1e62] = 0xe7ff, [0x1e63] = 0xe800, [0x1e64] = 0x2500, - [0x1e65] = 0x2501, [0x1e66] = 0x2502, [0x1e67] = 0x2503, [0x1e68] = 0x2504, - [0x1e69] = 0x2505, [0x1e6a] = 0x2506, [0x1e6b] = 0x2507, [0x1e6c] = 0x2508, - [0x1e6d] = 0x2509, [0x1e6e] = 0x250a, [0x1e6f] = 0x250b, [0x1e70] = 0x250c, - [0x1e71] = 0x250d, [0x1e72] = 0x250e, [0x1e73] = 0x250f, [0x1e74] = 0x2510, - [0x1e75] = 0x2511, [0x1e76] = 0x2512, [0x1e77] = 0x2513, [0x1e78] = 0x2514, - [0x1e79] = 0x2515, [0x1e7a] = 0x2516, [0x1e7b] = 0x2517, [0x1e7c] = 0x2518, - [0x1e7d] = 0x2519, [0x1e7e] = 0x251a, [0x1e7f] = 0x251b, [0x1e80] = 0x251c, - [0x1e81] = 0x251d, [0x1e82] = 0x251e, [0x1e83] = 0x251f, [0x1e84] = 0x2520, - [0x1e85] = 0x2521, [0x1e86] = 0x2522, [0x1e87] = 0x2523, [0x1e88] = 0x2524, - [0x1e89] = 0x2525, [0x1e8a] = 0x2526, [0x1e8b] = 0x2527, [0x1e8c] = 0x2528, - [0x1e8d] = 0x2529, [0x1e8e] = 0x252a, [0x1e8f] = 0x252b, [0x1e90] = 0x252c, - [0x1e91] = 0x252d, [0x1e92] = 0x252e, [0x1e93] = 0x252f, [0x1e94] = 0x2530, - [0x1e95] = 0x2531, [0x1e96] = 0x2532, [0x1e97] = 0x2533, [0x1e98] = 0x2534, - [0x1e99] = 0x2535, [0x1e9a] = 0x2536, [0x1e9b] = 0x2537, [0x1e9c] = 0x2538, - [0x1e9d] = 0x2539, [0x1e9e] = 0x253a, [0x1e9f] = 0x253b, [0x1ea0] = 0x253c, - [0x1ea1] = 0x253d, [0x1ea2] = 0x253e, [0x1ea3] = 0x253f, [0x1ea4] = 0x2540, - [0x1ea5] = 0x2541, [0x1ea6] = 0x2542, [0x1ea7] = 0x2543, [0x1ea8] = 0x2544, - [0x1ea9] = 0x2545, [0x1eaa] = 0x2546, [0x1eab] = 0x2547, [0x1eac] = 0x2548, - [0x1ead] = 0x2549, [0x1eae] = 0x254a, [0x1eaf] = 0x254b, [0x1eb0] = 0xe801, - [0x1eb1] = 0xe802, [0x1eb2] = 0xe803, [0x1eb3] = 0xe804, [0x1eb4] = 0xe805, - [0x1eb5] = 0xe806, [0x1eb6] = 0xe807, [0x1eb7] = 0xe808, [0x1eb8] = 0xe809, - [0x1eb9] = 0xe80a, [0x1eba] = 0xe80b, [0x1ebb] = 0xe80c, [0x1ebc] = 0xe80d, - [0x1ebd] = 0xe80e, [0x1ebe] = 0xe80f, [0x1ec0] = 0x72dc, [0x1ec1] = 0x72dd, - [0x1ec2] = 0x72df, [0x1ec3] = 0x72e2, [0x1ec4] = 0x72e3, [0x1ec5] = 0x72e4, - [0x1ec6] = 0x72e5, [0x1ec7] = 0x72e6, [0x1ec8] = 0x72e7, [0x1ec9] = 0x72ea, - [0x1eca] = 0x72eb, [0x1ecb] = 0x72f5, [0x1ecc] = 0x72f6, [0x1ecd] = 0x72f9, - [0x1ece] = 0x72fd, [0x1ecf] = 0x72fe, [0x1ed0] = 0x72ff, [0x1ed1] = 0x7300, - [0x1ed2] = 0x7302, [0x1ed3] = 0x7304, [0x1ed4] = 0x7305, [0x1ed5] = 0x7306, - [0x1ed6] = 0x7307, [0x1ed7] = 0x7308, [0x1ed8] = 0x7309, [0x1ed9] = 0x730b, - [0x1eda] = 0x730c, [0x1edb] = 0x730d, [0x1edc] = 0x730f, [0x1edd] = 0x7310, - [0x1ede] = 0x7311, [0x1edf] = 0x7312, [0x1ee0] = 0x7314, [0x1ee1] = 0x7318, - [0x1ee2] = 0x7319, [0x1ee3] = 0x731a, [0x1ee4] = 0x731f, [0x1ee5] = 0x7320, - [0x1ee6] = 0x7323, [0x1ee7] = 0x7324, [0x1ee8] = 0x7326, [0x1ee9] = 0x7327, - [0x1eea] = 0x7328, [0x1eeb] = 0x732d, [0x1eec] = 0x732f, [0x1eed] = 0x7330, - [0x1eee] = 0x7332, [0x1eef] = 0x7333, [0x1ef0] = 0x7335, [0x1ef1] = 0x7336, - [0x1ef2] = 0x733a, [0x1ef3] = 0x733b, [0x1ef4] = 0x733c, [0x1ef5] = 0x733d, - [0x1ef6] = 0x7340, [0x1ef7] = 0x7341, [0x1ef8] = 0x7342, [0x1ef9] = 0x7343, - [0x1efa] = 0x7344, [0x1efb] = 0x7345, [0x1efc] = 0x7346, [0x1efd] = 0x7347, - [0x1efe] = 0x7348, [0x1f00] = 0x7349, [0x1f01] = 0x734a, [0x1f02] = 0x734b, - [0x1f03] = 0x734c, [0x1f04] = 0x734e, [0x1f05] = 0x734f, [0x1f06] = 0x7351, - [0x1f07] = 0x7353, [0x1f08] = 0x7354, [0x1f09] = 0x7355, [0x1f0a] = 0x7356, - [0x1f0b] = 0x7358, [0x1f0c] = 0x7359, [0x1f0d] = 0x735a, [0x1f0e] = 0x735b, - [0x1f0f] = 0x735c, [0x1f10] = 0x735d, [0x1f11] = 0x735e, [0x1f12] = 0x735f, - [0x1f13] = 0x7361, [0x1f14] = 0x7362, [0x1f15] = 0x7363, [0x1f16] = 0x7364, - [0x1f17] = 0x7365, [0x1f18] = 0x7366, [0x1f19] = 0x7367, [0x1f1a] = 0x7368, - [0x1f1b] = 0x7369, [0x1f1c] = 0x736a, [0x1f1d] = 0x736b, [0x1f1e] = 0x736e, - [0x1f1f] = 0x7370, [0x1f20] = 0x7371, [0x1f21] = 0xe000, [0x1f22] = 0xe001, - [0x1f23] = 0xe002, [0x1f24] = 0xe003, [0x1f25] = 0xe004, [0x1f26] = 0xe005, - [0x1f27] = 0xe006, [0x1f28] = 0xe007, [0x1f29] = 0xe008, [0x1f2a] = 0xe009, - [0x1f2b] = 0xe00a, [0x1f2c] = 0xe00b, [0x1f2d] = 0xe00c, [0x1f2e] = 0xe00d, - [0x1f2f] = 0xe00e, [0x1f30] = 0xe00f, [0x1f31] = 0xe010, [0x1f32] = 0xe011, - [0x1f33] = 0xe012, [0x1f34] = 0xe013, [0x1f35] = 0xe014, [0x1f36] = 0xe015, - [0x1f37] = 0xe016, [0x1f38] = 0xe017, [0x1f39] = 0xe018, [0x1f3a] = 0xe019, - [0x1f3b] = 0xe01a, [0x1f3c] = 0xe01b, [0x1f3d] = 0xe01c, [0x1f3e] = 0xe01d, - [0x1f3f] = 0xe01e, [0x1f40] = 0xe01f, [0x1f41] = 0xe020, [0x1f42] = 0xe021, - [0x1f43] = 0xe022, [0x1f44] = 0xe023, [0x1f45] = 0xe024, [0x1f46] = 0xe025, - [0x1f47] = 0xe026, [0x1f48] = 0xe027, [0x1f49] = 0xe028, [0x1f4a] = 0xe029, - [0x1f4b] = 0xe02a, [0x1f4c] = 0xe02b, [0x1f4d] = 0xe02c, [0x1f4e] = 0xe02d, - [0x1f4f] = 0xe02e, [0x1f50] = 0xe02f, [0x1f51] = 0xe030, [0x1f52] = 0xe031, - [0x1f53] = 0xe032, [0x1f54] = 0xe033, [0x1f55] = 0xe034, [0x1f56] = 0xe035, - [0x1f57] = 0xe036, [0x1f58] = 0xe037, [0x1f59] = 0xe038, [0x1f5a] = 0xe039, - [0x1f5b] = 0xe03a, [0x1f5c] = 0xe03b, [0x1f5d] = 0xe03c, [0x1f5e] = 0xe03d, - [0x1f5f] = 0xe03e, [0x1f60] = 0xe03f, [0x1f61] = 0xe040, [0x1f62] = 0xe041, - [0x1f63] = 0xe042, [0x1f64] = 0xe043, [0x1f65] = 0xe044, [0x1f66] = 0xe045, - [0x1f67] = 0xe046, [0x1f68] = 0xe047, [0x1f69] = 0xe048, [0x1f6a] = 0xe049, - [0x1f6b] = 0xe04a, [0x1f6c] = 0xe04b, [0x1f6d] = 0xe04c, [0x1f6e] = 0xe04d, - [0x1f6f] = 0xe04e, [0x1f70] = 0xe04f, [0x1f71] = 0xe050, [0x1f72] = 0xe051, - [0x1f73] = 0xe052, [0x1f74] = 0xe053, [0x1f75] = 0xe054, [0x1f76] = 0xe055, - [0x1f77] = 0xe056, [0x1f78] = 0xe057, [0x1f79] = 0xe058, [0x1f7a] = 0xe059, - [0x1f7b] = 0xe05a, [0x1f7c] = 0xe05b, [0x1f7d] = 0xe05c, [0x1f7e] = 0xe05d, - [0x1f80] = 0x7372, [0x1f81] = 0x7373, [0x1f82] = 0x7374, [0x1f83] = 0x7375, - [0x1f84] = 0x7376, [0x1f85] = 0x7377, [0x1f86] = 0x7378, [0x1f87] = 0x7379, - [0x1f88] = 0x737a, [0x1f89] = 0x737b, [0x1f8a] = 0x737c, [0x1f8b] = 0x737d, - [0x1f8c] = 0x737f, [0x1f8d] = 0x7380, [0x1f8e] = 0x7381, [0x1f8f] = 0x7382, - [0x1f90] = 0x7383, [0x1f91] = 0x7385, [0x1f92] = 0x7386, [0x1f93] = 0x7388, - [0x1f94] = 0x738a, [0x1f95] = 0x738c, [0x1f96] = 0x738d, [0x1f97] = 0x738f, - [0x1f98] = 0x7390, [0x1f99] = 0x7392, [0x1f9a] = 0x7393, [0x1f9b] = 0x7394, - [0x1f9c] = 0x7395, [0x1f9d] = 0x7397, [0x1f9e] = 0x7398, [0x1f9f] = 0x7399, - [0x1fa0] = 0x739a, [0x1fa1] = 0x739c, [0x1fa2] = 0x739d, [0x1fa3] = 0x739e, - [0x1fa4] = 0x73a0, [0x1fa5] = 0x73a1, [0x1fa6] = 0x73a3, [0x1fa7] = 0x73a4, - [0x1fa8] = 0x73a5, [0x1fa9] = 0x73a6, [0x1faa] = 0x73a7, [0x1fab] = 0x73a8, - [0x1fac] = 0x73aa, [0x1fad] = 0x73ac, [0x1fae] = 0x73ad, [0x1faf] = 0x73b1, - [0x1fb0] = 0x73b4, [0x1fb1] = 0x73b5, [0x1fb2] = 0x73b6, [0x1fb3] = 0x73b8, - [0x1fb4] = 0x73b9, [0x1fb5] = 0x73bc, [0x1fb6] = 0x73bd, [0x1fb7] = 0x73be, - [0x1fb8] = 0x73bf, [0x1fb9] = 0x73c1, [0x1fba] = 0x73c3, [0x1fbb] = 0x73c4, - [0x1fbc] = 0x73c5, [0x1fbd] = 0x73c6, [0x1fbe] = 0x73c7, [0x1fc0] = 0x73cb, - [0x1fc1] = 0x73cc, [0x1fc2] = 0x73ce, [0x1fc3] = 0x73d2, [0x1fc4] = 0x73d3, - [0x1fc5] = 0x73d4, [0x1fc6] = 0x73d5, [0x1fc7] = 0x73d6, [0x1fc8] = 0x73d7, - [0x1fc9] = 0x73d8, [0x1fca] = 0x73da, [0x1fcb] = 0x73db, [0x1fcc] = 0x73dc, - [0x1fcd] = 0x73dd, [0x1fce] = 0x73df, [0x1fcf] = 0x73e1, [0x1fd0] = 0x73e2, - [0x1fd1] = 0x73e3, [0x1fd2] = 0x73e4, [0x1fd3] = 0x73e6, [0x1fd4] = 0x73e8, - [0x1fd5] = 0x73ea, [0x1fd6] = 0x73eb, [0x1fd7] = 0x73ec, [0x1fd8] = 0x73ee, - [0x1fd9] = 0x73ef, [0x1fda] = 0x73f0, [0x1fdb] = 0x73f1, [0x1fdc] = 0x73f3, - [0x1fdd] = 0x73f4, [0x1fde] = 0x73f5, [0x1fdf] = 0x73f6, [0x1fe0] = 0x73f7, - [0x1fe1] = 0xe05e, [0x1fe2] = 0xe05f, [0x1fe3] = 0xe060, [0x1fe4] = 0xe061, - [0x1fe5] = 0xe062, [0x1fe6] = 0xe063, [0x1fe7] = 0xe064, [0x1fe8] = 0xe065, - [0x1fe9] = 0xe066, [0x1fea] = 0xe067, [0x1feb] = 0xe068, [0x1fec] = 0xe069, - [0x1fed] = 0xe06a, [0x1fee] = 0xe06b, [0x1fef] = 0xe06c, [0x1ff0] = 0xe06d, - [0x1ff1] = 0xe06e, [0x1ff2] = 0xe06f, [0x1ff3] = 0xe070, [0x1ff4] = 0xe071, - [0x1ff5] = 0xe072, [0x1ff6] = 0xe073, [0x1ff7] = 0xe074, [0x1ff8] = 0xe075, - [0x1ff9] = 0xe076, [0x1ffa] = 0xe077, [0x1ffb] = 0xe078, [0x1ffc] = 0xe079, - [0x1ffd] = 0xe07a, [0x1ffe] = 0xe07b, [0x1fff] = 0xe07c, [0x2000] = 0xe07d, - [0x2001] = 0xe07e, [0x2002] = 0xe07f, [0x2003] = 0xe080, [0x2004] = 0xe081, - [0x2005] = 0xe082, [0x2006] = 0xe083, [0x2007] = 0xe084, [0x2008] = 0xe085, - [0x2009] = 0xe086, [0x200a] = 0xe087, [0x200b] = 0xe088, [0x200c] = 0xe089, - [0x200d] = 0xe08a, [0x200e] = 0xe08b, [0x200f] = 0xe08c, [0x2010] = 0xe08d, - [0x2011] = 0xe08e, [0x2012] = 0xe08f, [0x2013] = 0xe090, [0x2014] = 0xe091, - [0x2015] = 0xe092, [0x2016] = 0xe093, [0x2017] = 0xe094, [0x2018] = 0xe095, - [0x2019] = 0xe096, [0x201a] = 0xe097, [0x201b] = 0xe098, [0x201c] = 0xe099, - [0x201d] = 0xe09a, [0x201e] = 0xe09b, [0x201f] = 0xe09c, [0x2020] = 0xe09d, - [0x2021] = 0xe09e, [0x2022] = 0xe09f, [0x2023] = 0xe0a0, [0x2024] = 0xe0a1, - [0x2025] = 0xe0a2, [0x2026] = 0xe0a3, [0x2027] = 0xe0a4, [0x2028] = 0xe0a5, - [0x2029] = 0xe0a6, [0x202a] = 0xe0a7, [0x202b] = 0xe0a8, [0x202c] = 0xe0a9, - [0x202d] = 0xe0aa, [0x202e] = 0xe0ab, [0x202f] = 0xe0ac, [0x2030] = 0xe0ad, - [0x2031] = 0xe0ae, [0x2032] = 0xe0af, [0x2033] = 0xe0b0, [0x2034] = 0xe0b1, - [0x2035] = 0xe0b2, [0x2036] = 0xe0b3, [0x2037] = 0xe0b4, [0x2038] = 0xe0b5, - [0x2039] = 0xe0b6, [0x203a] = 0xe0b7, [0x203b] = 0xe0b8, [0x203c] = 0xe0b9, - [0x203d] = 0xe0ba, [0x203e] = 0xe0bb, [0x2040] = 0x73f8, [0x2041] = 0x73f9, - [0x2042] = 0x73fa, [0x2043] = 0x73fb, [0x2044] = 0x73fc, [0x2045] = 0x73fd, - [0x2046] = 0x73fe, [0x2047] = 0x73ff, [0x2048] = 0x7400, [0x2049] = 0x7401, - [0x204a] = 0x7402, [0x204b] = 0x7404, [0x204c] = 0x7407, [0x204d] = 0x7408, - [0x204e] = 0x740b, [0x204f] = 0x740c, [0x2050] = 0x740d, [0x2051] = 0x740e, - [0x2052] = 0x7411, [0x2053] = 0x7412, [0x2054] = 0x7413, [0x2055] = 0x7414, - [0x2056] = 0x7415, [0x2057] = 0x7416, [0x2058] = 0x7417, [0x2059] = 0x7418, - [0x205a] = 0x7419, [0x205b] = 0x741c, [0x205c] = 0x741d, [0x205d] = 0x741e, - [0x205e] = 0x741f, [0x205f] = 0x7420, [0x2060] = 0x7421, [0x2061] = 0x7423, - [0x2062] = 0x7424, [0x2063] = 0x7427, [0x2064] = 0x7429, [0x2065] = 0x742b, - [0x2066] = 0x742d, [0x2067] = 0x742f, [0x2068] = 0x7431, [0x2069] = 0x7432, - [0x206a] = 0x7437, [0x206b] = 0x7438, [0x206c] = 0x7439, [0x206d] = 0x743a, - [0x206e] = 0x743b, [0x206f] = 0x743d, [0x2070] = 0x743e, [0x2071] = 0x743f, - [0x2072] = 0x7440, [0x2073] = 0x7442, [0x2074] = 0x7443, [0x2075] = 0x7444, - [0x2076] = 0x7445, [0x2077] = 0x7446, [0x2078] = 0x7447, [0x2079] = 0x7448, - [0x207a] = 0x7449, [0x207b] = 0x744a, [0x207c] = 0x744b, [0x207d] = 0x744c, - [0x207e] = 0x744d, [0x2080] = 0x744e, [0x2081] = 0x744f, [0x2082] = 0x7450, - [0x2083] = 0x7451, [0x2084] = 0x7452, [0x2085] = 0x7453, [0x2086] = 0x7454, - [0x2087] = 0x7456, [0x2088] = 0x7458, [0x2089] = 0x745d, [0x208a] = 0x7460, - [0x208b] = 0x7461, [0x208c] = 0x7462, [0x208d] = 0x7463, [0x208e] = 0x7464, - [0x208f] = 0x7465, [0x2090] = 0x7466, [0x2091] = 0x7467, [0x2092] = 0x7468, - [0x2093] = 0x7469, [0x2094] = 0x746a, [0x2095] = 0x746b, [0x2096] = 0x746c, - [0x2097] = 0x746e, [0x2098] = 0x746f, [0x2099] = 0x7471, [0x209a] = 0x7472, - [0x209b] = 0x7473, [0x209c] = 0x7474, [0x209d] = 0x7475, [0x209e] = 0x7478, - [0x209f] = 0x7479, [0x20a0] = 0x747a, [0x20a1] = 0xe0bc, [0x20a2] = 0xe0bd, - [0x20a3] = 0xe0be, [0x20a4] = 0xe0bf, [0x20a5] = 0xe0c0, [0x20a6] = 0xe0c1, - [0x20a7] = 0xe0c2, [0x20a8] = 0xe0c3, [0x20a9] = 0xe0c4, [0x20aa] = 0xe0c5, - [0x20ab] = 0xe0c6, [0x20ac] = 0xe0c7, [0x20ad] = 0xe0c8, [0x20ae] = 0xe0c9, - [0x20af] = 0xe0ca, [0x20b0] = 0xe0cb, [0x20b1] = 0xe0cc, [0x20b2] = 0xe0cd, - [0x20b3] = 0xe0ce, [0x20b4] = 0xe0cf, [0x20b5] = 0xe0d0, [0x20b6] = 0xe0d1, - [0x20b7] = 0xe0d2, [0x20b8] = 0xe0d3, [0x20b9] = 0xe0d4, [0x20ba] = 0xe0d5, - [0x20bb] = 0xe0d6, [0x20bc] = 0xe0d7, [0x20bd] = 0xe0d8, [0x20be] = 0xe0d9, - [0x20bf] = 0xe0da, [0x20c0] = 0xe0db, [0x20c1] = 0xe0dc, [0x20c2] = 0xe0dd, - [0x20c3] = 0xe0de, [0x20c4] = 0xe0df, [0x20c5] = 0xe0e0, [0x20c6] = 0xe0e1, - [0x20c7] = 0xe0e2, [0x20c8] = 0xe0e3, [0x20c9] = 0xe0e4, [0x20ca] = 0xe0e5, - [0x20cb] = 0xe0e6, [0x20cc] = 0xe0e7, [0x20cd] = 0xe0e8, [0x20ce] = 0xe0e9, - [0x20cf] = 0xe0ea, [0x20d0] = 0xe0eb, [0x20d1] = 0xe0ec, [0x20d2] = 0xe0ed, - [0x20d3] = 0xe0ee, [0x20d4] = 0xe0ef, [0x20d5] = 0xe0f0, [0x20d6] = 0xe0f1, - [0x20d7] = 0xe0f2, [0x20d8] = 0xe0f3, [0x20d9] = 0xe0f4, [0x20da] = 0xe0f5, - [0x20db] = 0xe0f6, [0x20dc] = 0xe0f7, [0x20dd] = 0xe0f8, [0x20de] = 0xe0f9, - [0x20df] = 0xe0fa, [0x20e0] = 0xe0fb, [0x20e1] = 0xe0fc, [0x20e2] = 0xe0fd, - [0x20e3] = 0xe0fe, [0x20e4] = 0xe0ff, [0x20e5] = 0xe100, [0x20e6] = 0xe101, - [0x20e7] = 0xe102, [0x20e8] = 0xe103, [0x20e9] = 0xe104, [0x20ea] = 0xe105, - [0x20eb] = 0xe106, [0x20ec] = 0xe107, [0x20ed] = 0xe108, [0x20ee] = 0xe109, - [0x20ef] = 0xe10a, [0x20f0] = 0xe10b, [0x20f1] = 0xe10c, [0x20f2] = 0xe10d, - [0x20f3] = 0xe10e, [0x20f4] = 0xe10f, [0x20f5] = 0xe110, [0x20f6] = 0xe111, - [0x20f7] = 0xe112, [0x20f8] = 0xe113, [0x20f9] = 0xe114, [0x20fa] = 0xe115, - [0x20fb] = 0xe116, [0x20fc] = 0xe117, [0x20fd] = 0xe118, [0x20fe] = 0xe119, - [0x2100] = 0x747b, [0x2101] = 0x747c, [0x2102] = 0x747d, [0x2103] = 0x747f, - [0x2104] = 0x7482, [0x2105] = 0x7484, [0x2106] = 0x7485, [0x2107] = 0x7486, - [0x2108] = 0x7488, [0x2109] = 0x7489, [0x210a] = 0x748a, [0x210b] = 0x748c, - [0x210c] = 0x748d, [0x210d] = 0x748f, [0x210e] = 0x7491, [0x210f] = 0x7492, - [0x2110] = 0x7493, [0x2111] = 0x7494, [0x2112] = 0x7495, [0x2113] = 0x7496, - [0x2114] = 0x7497, [0x2115] = 0x7498, [0x2116] = 0x7499, [0x2117] = 0x749a, - [0x2118] = 0x749b, [0x2119] = 0x749d, [0x211a] = 0x749f, [0x211b] = 0x74a0, - [0x211c] = 0x74a1, [0x211d] = 0x74a2, [0x211e] = 0x74a3, [0x211f] = 0x74a4, - [0x2120] = 0x74a5, [0x2121] = 0x74a6, [0x2122] = 0x74aa, [0x2123] = 0x74ab, - [0x2124] = 0x74ac, [0x2125] = 0x74ad, [0x2126] = 0x74ae, [0x2127] = 0x74af, - [0x2128] = 0x74b0, [0x2129] = 0x74b1, [0x212a] = 0x74b2, [0x212b] = 0x74b3, - [0x212c] = 0x74b4, [0x212d] = 0x74b5, [0x212e] = 0x74b6, [0x212f] = 0x74b7, - [0x2130] = 0x74b8, [0x2131] = 0x74b9, [0x2132] = 0x74bb, [0x2133] = 0x74bc, - [0x2134] = 0x74bd, [0x2135] = 0x74be, [0x2136] = 0x74bf, [0x2137] = 0x74c0, - [0x2138] = 0x74c1, [0x2139] = 0x74c2, [0x213a] = 0x74c3, [0x213b] = 0x74c4, - [0x213c] = 0x74c5, [0x213d] = 0x74c6, [0x213e] = 0x74c7, [0x2140] = 0x74c8, - [0x2141] = 0x74c9, [0x2142] = 0x74ca, [0x2143] = 0x74cb, [0x2144] = 0x74cc, - [0x2145] = 0x74cd, [0x2146] = 0x74ce, [0x2147] = 0x74cf, [0x2148] = 0x74d0, - [0x2149] = 0x74d1, [0x214a] = 0x74d3, [0x214b] = 0x74d4, [0x214c] = 0x74d5, - [0x214d] = 0x74d6, [0x214e] = 0x74d7, [0x214f] = 0x74d8, [0x2150] = 0x74d9, - [0x2151] = 0x74da, [0x2152] = 0x74db, [0x2153] = 0x74dd, [0x2154] = 0x74df, - [0x2155] = 0x74e1, [0x2156] = 0x74e5, [0x2157] = 0x74e7, [0x2158] = 0x74e8, - [0x2159] = 0x74e9, [0x215a] = 0x74ea, [0x215b] = 0x74eb, [0x215c] = 0x74ec, - [0x215d] = 0x74ed, [0x215e] = 0x74f0, [0x215f] = 0x74f1, [0x2160] = 0x74f2, - [0x2161] = 0xe11a, [0x2162] = 0xe11b, [0x2163] = 0xe11c, [0x2164] = 0xe11d, - [0x2165] = 0xe11e, [0x2166] = 0xe11f, [0x2167] = 0xe120, [0x2168] = 0xe121, - [0x2169] = 0xe122, [0x216a] = 0xe123, [0x216b] = 0xe124, [0x216c] = 0xe125, - [0x216d] = 0xe126, [0x216e] = 0xe127, [0x216f] = 0xe128, [0x2170] = 0xe129, - [0x2171] = 0xe12a, [0x2172] = 0xe12b, [0x2173] = 0xe12c, [0x2174] = 0xe12d, - [0x2175] = 0xe12e, [0x2176] = 0xe12f, [0x2177] = 0xe130, [0x2178] = 0xe131, - [0x2179] = 0xe132, [0x217a] = 0xe133, [0x217b] = 0xe134, [0x217c] = 0xe135, - [0x217d] = 0xe136, [0x217e] = 0xe137, [0x217f] = 0xe138, [0x2180] = 0xe139, - [0x2181] = 0xe13a, [0x2182] = 0xe13b, [0x2183] = 0xe13c, [0x2184] = 0xe13d, - [0x2185] = 0xe13e, [0x2186] = 0xe13f, [0x2187] = 0xe140, [0x2188] = 0xe141, - [0x2189] = 0xe142, [0x218a] = 0xe143, [0x218b] = 0xe144, [0x218c] = 0xe145, - [0x218d] = 0xe146, [0x218e] = 0xe147, [0x218f] = 0xe148, [0x2190] = 0xe149, - [0x2191] = 0xe14a, [0x2192] = 0xe14b, [0x2193] = 0xe14c, [0x2194] = 0xe14d, - [0x2195] = 0xe14e, [0x2196] = 0xe14f, [0x2197] = 0xe150, [0x2198] = 0xe151, - [0x2199] = 0xe152, [0x219a] = 0xe153, [0x219b] = 0xe154, [0x219c] = 0xe155, - [0x219d] = 0xe156, [0x219e] = 0xe157, [0x219f] = 0xe158, [0x21a0] = 0xe159, - [0x21a1] = 0xe15a, [0x21a2] = 0xe15b, [0x21a3] = 0xe15c, [0x21a4] = 0xe15d, - [0x21a5] = 0xe15e, [0x21a6] = 0xe15f, [0x21a7] = 0xe160, [0x21a8] = 0xe161, - [0x21a9] = 0xe162, [0x21aa] = 0xe163, [0x21ab] = 0xe164, [0x21ac] = 0xe165, - [0x21ad] = 0xe166, [0x21ae] = 0xe167, [0x21af] = 0xe168, [0x21b0] = 0xe169, - [0x21b1] = 0xe16a, [0x21b2] = 0xe16b, [0x21b3] = 0xe16c, [0x21b4] = 0xe16d, - [0x21b5] = 0xe16e, [0x21b6] = 0xe16f, [0x21b7] = 0xe170, [0x21b8] = 0xe171, - [0x21b9] = 0xe172, [0x21ba] = 0xe173, [0x21bb] = 0xe174, [0x21bc] = 0xe175, - [0x21bd] = 0xe176, [0x21be] = 0xe177, [0x21c0] = 0x74f3, [0x21c1] = 0x74f5, - [0x21c2] = 0x74f8, [0x21c3] = 0x74f9, [0x21c4] = 0x74fa, [0x21c5] = 0x74fb, - [0x21c6] = 0x74fc, [0x21c7] = 0x74fd, [0x21c8] = 0x74fe, [0x21c9] = 0x7500, - [0x21ca] = 0x7501, [0x21cb] = 0x7502, [0x21cc] = 0x7503, [0x21cd] = 0x7505, - [0x21ce] = 0x7506, [0x21cf] = 0x7507, [0x21d0] = 0x7508, [0x21d1] = 0x7509, - [0x21d2] = 0x750a, [0x21d3] = 0x750b, [0x21d4] = 0x750c, [0x21d5] = 0x750e, - [0x21d6] = 0x7510, [0x21d7] = 0x7512, [0x21d8] = 0x7514, [0x21d9] = 0x7515, - [0x21da] = 0x7516, [0x21db] = 0x7517, [0x21dc] = 0x751b, [0x21dd] = 0x751d, - [0x21de] = 0x751e, [0x21df] = 0x7520, [0x21e0] = 0x7521, [0x21e1] = 0x7522, - [0x21e2] = 0x7523, [0x21e3] = 0x7524, [0x21e4] = 0x7526, [0x21e5] = 0x7527, - [0x21e6] = 0x752a, [0x21e7] = 0x752e, [0x21e8] = 0x7534, [0x21e9] = 0x7536, - [0x21ea] = 0x7539, [0x21eb] = 0x753c, [0x21ec] = 0x753d, [0x21ed] = 0x753f, - [0x21ee] = 0x7541, [0x21ef] = 0x7542, [0x21f0] = 0x7543, [0x21f1] = 0x7544, - [0x21f2] = 0x7546, [0x21f3] = 0x7547, [0x21f4] = 0x7549, [0x21f5] = 0x754a, - [0x21f6] = 0x754d, [0x21f7] = 0x7550, [0x21f8] = 0x7551, [0x21f9] = 0x7552, - [0x21fa] = 0x7553, [0x21fb] = 0x7555, [0x21fc] = 0x7556, [0x21fd] = 0x7557, - [0x21fe] = 0x7558, [0x2200] = 0x755d, [0x2201] = 0x755e, [0x2202] = 0x755f, - [0x2203] = 0x7560, [0x2204] = 0x7561, [0x2205] = 0x7562, [0x2206] = 0x7563, - [0x2207] = 0x7564, [0x2208] = 0x7567, [0x2209] = 0x7568, [0x220a] = 0x7569, - [0x220b] = 0x756b, [0x220c] = 0x756c, [0x220d] = 0x756d, [0x220e] = 0x756e, - [0x220f] = 0x756f, [0x2210] = 0x7570, [0x2211] = 0x7571, [0x2212] = 0x7573, - [0x2213] = 0x7575, [0x2214] = 0x7576, [0x2215] = 0x7577, [0x2216] = 0x757a, - [0x2217] = 0x757b, [0x2218] = 0x757c, [0x2219] = 0x757d, [0x221a] = 0x757e, - [0x221b] = 0x7580, [0x221c] = 0x7581, [0x221d] = 0x7582, [0x221e] = 0x7584, - [0x221f] = 0x7585, [0x2220] = 0x7587, [0x2221] = 0xe178, [0x2222] = 0xe179, - [0x2223] = 0xe17a, [0x2224] = 0xe17b, [0x2225] = 0xe17c, [0x2226] = 0xe17d, - [0x2227] = 0xe17e, [0x2228] = 0xe17f, [0x2229] = 0xe180, [0x222a] = 0xe181, - [0x222b] = 0xe182, [0x222c] = 0xe183, [0x222d] = 0xe184, [0x222e] = 0xe185, - [0x222f] = 0xe186, [0x2230] = 0xe187, [0x2231] = 0xe188, [0x2232] = 0xe189, - [0x2233] = 0xe18a, [0x2234] = 0xe18b, [0x2235] = 0xe18c, [0x2236] = 0xe18d, - [0x2237] = 0xe18e, [0x2238] = 0xe18f, [0x2239] = 0xe190, [0x223a] = 0xe191, - [0x223b] = 0xe192, [0x223c] = 0xe193, [0x223d] = 0xe194, [0x223e] = 0xe195, - [0x223f] = 0xe196, [0x2240] = 0xe197, [0x2241] = 0xe198, [0x2242] = 0xe199, - [0x2243] = 0xe19a, [0x2244] = 0xe19b, [0x2245] = 0xe19c, [0x2246] = 0xe19d, - [0x2247] = 0xe19e, [0x2248] = 0xe19f, [0x2249] = 0xe1a0, [0x224a] = 0xe1a1, - [0x224b] = 0xe1a2, [0x224c] = 0xe1a3, [0x224d] = 0xe1a4, [0x224e] = 0xe1a5, - [0x224f] = 0xe1a6, [0x2250] = 0xe1a7, [0x2251] = 0xe1a8, [0x2252] = 0xe1a9, - [0x2253] = 0xe1aa, [0x2254] = 0xe1ab, [0x2255] = 0xe1ac, [0x2256] = 0xe1ad, - [0x2257] = 0xe1ae, [0x2258] = 0xe1af, [0x2259] = 0xe1b0, [0x225a] = 0xe1b1, - [0x225b] = 0xe1b2, [0x225c] = 0xe1b3, [0x225d] = 0xe1b4, [0x225e] = 0xe1b5, - [0x225f] = 0xe1b6, [0x2260] = 0xe1b7, [0x2261] = 0xe1b8, [0x2262] = 0xe1b9, - [0x2263] = 0xe1ba, [0x2264] = 0xe1bb, [0x2265] = 0xe1bc, [0x2266] = 0xe1bd, - [0x2267] = 0xe1be, [0x2268] = 0xe1bf, [0x2269] = 0xe1c0, [0x226a] = 0xe1c1, - [0x226b] = 0xe1c2, [0x226c] = 0xe1c3, [0x226d] = 0xe1c4, [0x226e] = 0xe1c5, - [0x226f] = 0xe1c6, [0x2270] = 0xe1c7, [0x2271] = 0xe1c8, [0x2272] = 0xe1c9, - [0x2273] = 0xe1ca, [0x2274] = 0xe1cb, [0x2275] = 0xe1cc, [0x2276] = 0xe1cd, - [0x2277] = 0xe1ce, [0x2278] = 0xe1cf, [0x2279] = 0xe1d0, [0x227a] = 0xe1d1, - [0x227b] = 0xe1d2, [0x227c] = 0xe1d3, [0x227d] = 0xe1d4, [0x227e] = 0xe1d5, - [0x2280] = 0x7588, [0x2281] = 0x7589, [0x2282] = 0x758a, [0x2283] = 0x758c, - [0x2284] = 0x758d, [0x2285] = 0x758e, [0x2286] = 0x7590, [0x2287] = 0x7593, - [0x2288] = 0x7595, [0x2289] = 0x7598, [0x228a] = 0x759b, [0x228b] = 0x759c, - [0x228c] = 0x759e, [0x228d] = 0x75a2, [0x228e] = 0x75a6, [0x228f] = 0x75a7, - [0x2290] = 0x75a8, [0x2291] = 0x75a9, [0x2292] = 0x75aa, [0x2293] = 0x75ad, - [0x2294] = 0x75b6, [0x2295] = 0x75b7, [0x2296] = 0x75ba, [0x2297] = 0x75bb, - [0x2298] = 0x75bf, [0x2299] = 0x75c0, [0x229a] = 0x75c1, [0x229b] = 0x75c6, - [0x229c] = 0x75cb, [0x229d] = 0x75cc, [0x229e] = 0x75ce, [0x229f] = 0x75cf, - [0x22a0] = 0x75d0, [0x22a1] = 0x75d1, [0x22a2] = 0x75d3, [0x22a3] = 0x75d7, - [0x22a4] = 0x75d9, [0x22a5] = 0x75da, [0x22a6] = 0x75dc, [0x22a7] = 0x75dd, - [0x22a8] = 0x75df, [0x22a9] = 0x75e0, [0x22aa] = 0x75e1, [0x22ab] = 0x75e5, - [0x22ac] = 0x75e9, [0x22ad] = 0x75ec, [0x22ae] = 0x75ed, [0x22af] = 0x75ee, - [0x22b0] = 0x75ef, [0x22b1] = 0x75f2, [0x22b2] = 0x75f3, [0x22b3] = 0x75f5, - [0x22b4] = 0x75f6, [0x22b5] = 0x75f7, [0x22b6] = 0x75f8, [0x22b7] = 0x75fa, - [0x22b8] = 0x75fb, [0x22b9] = 0x75fd, [0x22ba] = 0x75fe, [0x22bb] = 0x7602, - [0x22bc] = 0x7604, [0x22bd] = 0x7606, [0x22be] = 0x7607, [0x22c0] = 0x7608, - [0x22c1] = 0x7609, [0x22c2] = 0x760b, [0x22c3] = 0x760d, [0x22c4] = 0x760e, - [0x22c5] = 0x760f, [0x22c6] = 0x7611, [0x22c7] = 0x7612, [0x22c8] = 0x7613, - [0x22c9] = 0x7614, [0x22ca] = 0x7616, [0x22cb] = 0x761a, [0x22cc] = 0x761c, - [0x22cd] = 0x761d, [0x22ce] = 0x761e, [0x22cf] = 0x7621, [0x22d0] = 0x7623, - [0x22d1] = 0x7627, [0x22d2] = 0x7628, [0x22d3] = 0x762c, [0x22d4] = 0x762e, - [0x22d5] = 0x762f, [0x22d6] = 0x7631, [0x22d7] = 0x7632, [0x22d8] = 0x7636, - [0x22d9] = 0x7637, [0x22da] = 0x7639, [0x22db] = 0x763a, [0x22dc] = 0x763b, - [0x22dd] = 0x763d, [0x22de] = 0x7641, [0x22df] = 0x7642, [0x22e0] = 0x7644, - [0x22e1] = 0xe1d6, [0x22e2] = 0xe1d7, [0x22e3] = 0xe1d8, [0x22e4] = 0xe1d9, - [0x22e5] = 0xe1da, [0x22e6] = 0xe1db, [0x22e7] = 0xe1dc, [0x22e8] = 0xe1dd, - [0x22e9] = 0xe1de, [0x22ea] = 0xe1df, [0x22eb] = 0xe1e0, [0x22ec] = 0xe1e1, - [0x22ed] = 0xe1e2, [0x22ee] = 0xe1e3, [0x22ef] = 0xe1e4, [0x22f0] = 0xe1e5, - [0x22f1] = 0xe1e6, [0x22f2] = 0xe1e7, [0x22f3] = 0xe1e8, [0x22f4] = 0xe1e9, - [0x22f5] = 0xe1ea, [0x22f6] = 0xe1eb, [0x22f7] = 0xe1ec, [0x22f8] = 0xe1ed, - [0x22f9] = 0xe1ee, [0x22fa] = 0xe1ef, [0x22fb] = 0xe1f0, [0x22fc] = 0xe1f1, - [0x22fd] = 0xe1f2, [0x22fe] = 0xe1f3, [0x22ff] = 0xe1f4, [0x2300] = 0xe1f5, - [0x2301] = 0xe1f6, [0x2302] = 0xe1f7, [0x2303] = 0xe1f8, [0x2304] = 0xe1f9, - [0x2305] = 0xe1fa, [0x2306] = 0xe1fb, [0x2307] = 0xe1fc, [0x2308] = 0xe1fd, - [0x2309] = 0xe1fe, [0x230a] = 0xe1ff, [0x230b] = 0xe200, [0x230c] = 0xe201, - [0x230d] = 0xe202, [0x230e] = 0xe203, [0x230f] = 0xe204, [0x2310] = 0xe205, - [0x2311] = 0xe206, [0x2312] = 0xe207, [0x2313] = 0xe208, [0x2314] = 0xe209, - [0x2315] = 0xe20a, [0x2316] = 0xe20b, [0x2317] = 0xe20c, [0x2318] = 0xe20d, - [0x2319] = 0xe20e, [0x231a] = 0xe20f, [0x231b] = 0xe210, [0x231c] = 0xe211, - [0x231d] = 0xe212, [0x231e] = 0xe213, [0x231f] = 0xe214, [0x2320] = 0xe215, - [0x2321] = 0xe216, [0x2322] = 0xe217, [0x2323] = 0xe218, [0x2324] = 0xe219, - [0x2325] = 0xe21a, [0x2326] = 0xe21b, [0x2327] = 0xe21c, [0x2328] = 0xe21d, - [0x2329] = 0xe21e, [0x232a] = 0xe21f, [0x232b] = 0xe220, [0x232c] = 0xe221, - [0x232d] = 0xe222, [0x232e] = 0xe223, [0x232f] = 0xe224, [0x2330] = 0xe225, - [0x2331] = 0xe226, [0x2332] = 0xe227, [0x2333] = 0xe228, [0x2334] = 0xe229, - [0x2335] = 0xe22a, [0x2336] = 0xe22b, [0x2337] = 0xe22c, [0x2338] = 0xe22d, - [0x2339] = 0xe22e, [0x233a] = 0xe22f, [0x233b] = 0xe230, [0x233c] = 0xe231, - [0x233d] = 0xe232, [0x233e] = 0xe233, [0x2340] = 0x7645, [0x2341] = 0x7646, - [0x2342] = 0x7647, [0x2343] = 0x7648, [0x2344] = 0x7649, [0x2345] = 0x764a, - [0x2346] = 0x764b, [0x2347] = 0x764e, [0x2348] = 0x764f, [0x2349] = 0x7650, - [0x234a] = 0x7651, [0x234b] = 0x7652, [0x234c] = 0x7653, [0x234d] = 0x7655, - [0x234e] = 0x7657, [0x234f] = 0x7658, [0x2350] = 0x7659, [0x2351] = 0x765a, - [0x2352] = 0x765b, [0x2353] = 0x765d, [0x2354] = 0x765f, [0x2355] = 0x7660, - [0x2356] = 0x7661, [0x2357] = 0x7662, [0x2358] = 0x7664, [0x2359] = 0x7665, - [0x235a] = 0x7666, [0x235b] = 0x7667, [0x235c] = 0x7668, [0x235d] = 0x7669, - [0x235e] = 0x766a, [0x235f] = 0x766c, [0x2360] = 0x766d, [0x2361] = 0x766e, - [0x2362] = 0x7670, [0x2363] = 0x7671, [0x2364] = 0x7672, [0x2365] = 0x7673, - [0x2366] = 0x7674, [0x2367] = 0x7675, [0x2368] = 0x7676, [0x2369] = 0x7677, - [0x236a] = 0x7679, [0x236b] = 0x767a, [0x236c] = 0x767c, [0x236d] = 0x767f, - [0x236e] = 0x7680, [0x236f] = 0x7681, [0x2370] = 0x7683, [0x2371] = 0x7685, - [0x2372] = 0x7689, [0x2373] = 0x768a, [0x2374] = 0x768c, [0x2375] = 0x768d, - [0x2376] = 0x768f, [0x2377] = 0x7690, [0x2378] = 0x7692, [0x2379] = 0x7694, - [0x237a] = 0x7695, [0x237b] = 0x7697, [0x237c] = 0x7698, [0x237d] = 0x769a, - [0x237e] = 0x769b, [0x2380] = 0x769c, [0x2381] = 0x769d, [0x2382] = 0x769e, - [0x2383] = 0x769f, [0x2384] = 0x76a0, [0x2385] = 0x76a1, [0x2386] = 0x76a2, - [0x2387] = 0x76a3, [0x2388] = 0x76a5, [0x2389] = 0x76a6, [0x238a] = 0x76a7, - [0x238b] = 0x76a8, [0x238c] = 0x76a9, [0x238d] = 0x76aa, [0x238e] = 0x76ab, - [0x238f] = 0x76ac, [0x2390] = 0x76ad, [0x2391] = 0x76af, [0x2392] = 0x76b0, - [0x2393] = 0x76b3, [0x2394] = 0x76b5, [0x2395] = 0x76b6, [0x2396] = 0x76b7, - [0x2397] = 0x76b8, [0x2398] = 0x76b9, [0x2399] = 0x76ba, [0x239a] = 0x76bb, - [0x239b] = 0x76bc, [0x239c] = 0x76bd, [0x239d] = 0x76be, [0x239e] = 0x76c0, - [0x239f] = 0x76c1, [0x23a0] = 0x76c3, [0x23a1] = 0x554a, [0x23a2] = 0x963f, - [0x23a3] = 0x57c3, [0x23a4] = 0x6328, [0x23a5] = 0x54ce, [0x23a6] = 0x5509, - [0x23a7] = 0x54c0, [0x23a8] = 0x7691, [0x23a9] = 0x764c, [0x23aa] = 0x853c, - [0x23ab] = 0x77ee, [0x23ac] = 0x827e, [0x23ad] = 0x788d, [0x23ae] = 0x7231, - [0x23af] = 0x9698, [0x23b0] = 0x978d, [0x23b1] = 0x6c28, [0x23b2] = 0x5b89, - [0x23b3] = 0x4ffa, [0x23b4] = 0x6309, [0x23b5] = 0x6697, [0x23b6] = 0x5cb8, - [0x23b7] = 0x80fa, [0x23b8] = 0x6848, [0x23b9] = 0x80ae, [0x23ba] = 0x6602, - [0x23bb] = 0x76ce, [0x23bc] = 0x51f9, [0x23bd] = 0x6556, [0x23be] = 0x71ac, - [0x23bf] = 0x7ff1, [0x23c0] = 0x8884, [0x23c1] = 0x50b2, [0x23c2] = 0x5965, - [0x23c3] = 0x61ca, [0x23c4] = 0x6fb3, [0x23c5] = 0x82ad, [0x23c6] = 0x634c, - [0x23c7] = 0x6252, [0x23c8] = 0x53ed, [0x23c9] = 0x5427, [0x23ca] = 0x7b06, - [0x23cb] = 0x516b, [0x23cc] = 0x75a4, [0x23cd] = 0x5df4, [0x23ce] = 0x62d4, - [0x23cf] = 0x8dcb, [0x23d0] = 0x9776, [0x23d1] = 0x628a, [0x23d2] = 0x8019, - [0x23d3] = 0x575d, [0x23d4] = 0x9738, [0x23d5] = 0x7f62, [0x23d6] = 0x7238, - [0x23d7] = 0x767d, [0x23d8] = 0x67cf, [0x23d9] = 0x767e, [0x23da] = 0x6446, - [0x23db] = 0x4f70, [0x23dc] = 0x8d25, [0x23dd] = 0x62dc, [0x23de] = 0x7a17, - [0x23df] = 0x6591, [0x23e0] = 0x73ed, [0x23e1] = 0x642c, [0x23e2] = 0x6273, - [0x23e3] = 0x822c, [0x23e4] = 0x9881, [0x23e5] = 0x677f, [0x23e6] = 0x7248, - [0x23e7] = 0x626e, [0x23e8] = 0x62cc, [0x23e9] = 0x4f34, [0x23ea] = 0x74e3, - [0x23eb] = 0x534a, [0x23ec] = 0x529e, [0x23ed] = 0x7eca, [0x23ee] = 0x90a6, - [0x23ef] = 0x5e2e, [0x23f0] = 0x6886, [0x23f1] = 0x699c, [0x23f2] = 0x8180, - [0x23f3] = 0x7ed1, [0x23f4] = 0x68d2, [0x23f5] = 0x78c5, [0x23f6] = 0x868c, - [0x23f7] = 0x9551, [0x23f8] = 0x508d, [0x23f9] = 0x8c24, [0x23fa] = 0x82de, - [0x23fb] = 0x80de, [0x23fc] = 0x5305, [0x23fd] = 0x8912, [0x23fe] = 0x5265, - [0x2400] = 0x76c4, [0x2401] = 0x76c7, [0x2402] = 0x76c9, [0x2403] = 0x76cb, - [0x2404] = 0x76cc, [0x2405] = 0x76d3, [0x2406] = 0x76d5, [0x2407] = 0x76d9, - [0x2408] = 0x76da, [0x2409] = 0x76dc, [0x240a] = 0x76dd, [0x240b] = 0x76de, - [0x240c] = 0x76e0, [0x240d] = 0x76e1, [0x240e] = 0x76e2, [0x240f] = 0x76e3, - [0x2410] = 0x76e4, [0x2411] = 0x76e6, [0x2412] = 0x76e7, [0x2413] = 0x76e8, - [0x2414] = 0x76e9, [0x2415] = 0x76ea, [0x2416] = 0x76eb, [0x2417] = 0x76ec, - [0x2418] = 0x76ed, [0x2419] = 0x76f0, [0x241a] = 0x76f3, [0x241b] = 0x76f5, - [0x241c] = 0x76f6, [0x241d] = 0x76f7, [0x241e] = 0x76fa, [0x241f] = 0x76fb, - [0x2420] = 0x76fd, [0x2421] = 0x76ff, [0x2422] = 0x7700, [0x2423] = 0x7702, - [0x2424] = 0x7703, [0x2425] = 0x7705, [0x2426] = 0x7706, [0x2427] = 0x770a, - [0x2428] = 0x770c, [0x2429] = 0x770e, [0x242a] = 0x770f, [0x242b] = 0x7710, - [0x242c] = 0x7711, [0x242d] = 0x7712, [0x242e] = 0x7713, [0x242f] = 0x7714, - [0x2430] = 0x7715, [0x2431] = 0x7716, [0x2432] = 0x7717, [0x2433] = 0x7718, - [0x2434] = 0x771b, [0x2435] = 0x771c, [0x2436] = 0x771d, [0x2437] = 0x771e, - [0x2438] = 0x7721, [0x2439] = 0x7723, [0x243a] = 0x7724, [0x243b] = 0x7725, - [0x243c] = 0x7727, [0x243d] = 0x772a, [0x243e] = 0x772b, [0x2440] = 0x772c, - [0x2441] = 0x772e, [0x2442] = 0x7730, [0x2443] = 0x7731, [0x2444] = 0x7732, - [0x2445] = 0x7733, [0x2446] = 0x7734, [0x2447] = 0x7739, [0x2448] = 0x773b, - [0x2449] = 0x773d, [0x244a] = 0x773e, [0x244b] = 0x773f, [0x244c] = 0x7742, - [0x244d] = 0x7744, [0x244e] = 0x7745, [0x244f] = 0x7746, [0x2450] = 0x7748, - [0x2451] = 0x7749, [0x2452] = 0x774a, [0x2453] = 0x774b, [0x2454] = 0x774c, - [0x2455] = 0x774d, [0x2456] = 0x774e, [0x2457] = 0x774f, [0x2458] = 0x7752, - [0x2459] = 0x7753, [0x245a] = 0x7754, [0x245b] = 0x7755, [0x245c] = 0x7756, - [0x245d] = 0x7757, [0x245e] = 0x7758, [0x245f] = 0x7759, [0x2460] = 0x775c, - [0x2461] = 0x8584, [0x2462] = 0x96f9, [0x2463] = 0x4fdd, [0x2464] = 0x5821, - [0x2465] = 0x9971, [0x2466] = 0x5b9d, [0x2467] = 0x62b1, [0x2468] = 0x62a5, - [0x2469] = 0x66b4, [0x246a] = 0x8c79, [0x246b] = 0x9c8d, [0x246c] = 0x7206, - [0x246d] = 0x676f, [0x246e] = 0x7891, [0x246f] = 0x60b2, [0x2470] = 0x5351, - [0x2471] = 0x5317, [0x2472] = 0x8f88, [0x2473] = 0x80cc, [0x2474] = 0x8d1d, - [0x2475] = 0x94a1, [0x2476] = 0x500d, [0x2477] = 0x72c8, [0x2478] = 0x5907, - [0x2479] = 0x60eb, [0x247a] = 0x7119, [0x247b] = 0x88ab, [0x247c] = 0x5954, - [0x247d] = 0x82ef, [0x247e] = 0x672c, [0x247f] = 0x7b28, [0x2480] = 0x5d29, - [0x2481] = 0x7ef7, [0x2482] = 0x752d, [0x2483] = 0x6cf5, [0x2484] = 0x8e66, - [0x2485] = 0x8ff8, [0x2486] = 0x903c, [0x2487] = 0x9f3b, [0x2488] = 0x6bd4, - [0x2489] = 0x9119, [0x248a] = 0x7b14, [0x248b] = 0x5f7c, [0x248c] = 0x78a7, - [0x248d] = 0x84d6, [0x248e] = 0x853d, [0x248f] = 0x6bd5, [0x2490] = 0x6bd9, - [0x2491] = 0x6bd6, [0x2492] = 0x5e01, [0x2493] = 0x5e87, [0x2494] = 0x75f9, - [0x2495] = 0x95ed, [0x2496] = 0x655d, [0x2497] = 0x5f0a, [0x2498] = 0x5fc5, - [0x2499] = 0x8f9f, [0x249a] = 0x58c1, [0x249b] = 0x81c2, [0x249c] = 0x907f, - [0x249d] = 0x965b, [0x249e] = 0x97ad, [0x249f] = 0x8fb9, [0x24a0] = 0x7f16, - [0x24a1] = 0x8d2c, [0x24a2] = 0x6241, [0x24a3] = 0x4fbf, [0x24a4] = 0x53d8, - [0x24a5] = 0x535e, [0x24a6] = 0x8fa8, [0x24a7] = 0x8fa9, [0x24a8] = 0x8fab, - [0x24a9] = 0x904d, [0x24aa] = 0x6807, [0x24ab] = 0x5f6a, [0x24ac] = 0x8198, - [0x24ad] = 0x8868, [0x24ae] = 0x9cd6, [0x24af] = 0x618b, [0x24b0] = 0x522b, - [0x24b1] = 0x762a, [0x24b2] = 0x5f6c, [0x24b3] = 0x658c, [0x24b4] = 0x6fd2, - [0x24b5] = 0x6ee8, [0x24b6] = 0x5bbe, [0x24b7] = 0x6448, [0x24b8] = 0x5175, - [0x24b9] = 0x51b0, [0x24ba] = 0x67c4, [0x24bb] = 0x4e19, [0x24bc] = 0x79c9, - [0x24bd] = 0x997c, [0x24be] = 0x70b3, [0x24c0] = 0x775d, [0x24c1] = 0x775e, - [0x24c2] = 0x775f, [0x24c3] = 0x7760, [0x24c4] = 0x7764, [0x24c5] = 0x7767, - [0x24c6] = 0x7769, [0x24c7] = 0x776a, [0x24c8] = 0x776d, [0x24c9] = 0x776e, - [0x24ca] = 0x776f, [0x24cb] = 0x7770, [0x24cc] = 0x7771, [0x24cd] = 0x7772, - [0x24ce] = 0x7773, [0x24cf] = 0x7774, [0x24d0] = 0x7775, [0x24d1] = 0x7776, - [0x24d2] = 0x7777, [0x24d3] = 0x7778, [0x24d4] = 0x777a, [0x24d5] = 0x777b, - [0x24d6] = 0x777c, [0x24d7] = 0x7781, [0x24d8] = 0x7782, [0x24d9] = 0x7783, - [0x24da] = 0x7786, [0x24db] = 0x7787, [0x24dc] = 0x7788, [0x24dd] = 0x7789, - [0x24de] = 0x778a, [0x24df] = 0x778b, [0x24e0] = 0x778f, [0x24e1] = 0x7790, - [0x24e2] = 0x7793, [0x24e3] = 0x7794, [0x24e4] = 0x7795, [0x24e5] = 0x7796, - [0x24e6] = 0x7797, [0x24e7] = 0x7798, [0x24e8] = 0x7799, [0x24e9] = 0x779a, - [0x24ea] = 0x779b, [0x24eb] = 0x779c, [0x24ec] = 0x779d, [0x24ed] = 0x779e, - [0x24ee] = 0x77a1, [0x24ef] = 0x77a3, [0x24f0] = 0x77a4, [0x24f1] = 0x77a6, - [0x24f2] = 0x77a8, [0x24f3] = 0x77ab, [0x24f4] = 0x77ad, [0x24f5] = 0x77ae, - [0x24f6] = 0x77af, [0x24f7] = 0x77b1, [0x24f8] = 0x77b2, [0x24f9] = 0x77b4, - [0x24fa] = 0x77b6, [0x24fb] = 0x77b7, [0x24fc] = 0x77b8, [0x24fd] = 0x77b9, - [0x24fe] = 0x77ba, [0x2500] = 0x77bc, [0x2501] = 0x77be, [0x2502] = 0x77c0, - [0x2503] = 0x77c1, [0x2504] = 0x77c2, [0x2505] = 0x77c3, [0x2506] = 0x77c4, - [0x2507] = 0x77c5, [0x2508] = 0x77c6, [0x2509] = 0x77c7, [0x250a] = 0x77c8, - [0x250b] = 0x77c9, [0x250c] = 0x77ca, [0x250d] = 0x77cb, [0x250e] = 0x77cc, - [0x250f] = 0x77ce, [0x2510] = 0x77cf, [0x2511] = 0x77d0, [0x2512] = 0x77d1, - [0x2513] = 0x77d2, [0x2514] = 0x77d3, [0x2515] = 0x77d4, [0x2516] = 0x77d5, - [0x2517] = 0x77d6, [0x2518] = 0x77d8, [0x2519] = 0x77d9, [0x251a] = 0x77da, - [0x251b] = 0x77dd, [0x251c] = 0x77de, [0x251d] = 0x77df, [0x251e] = 0x77e0, - [0x251f] = 0x77e1, [0x2520] = 0x77e4, [0x2521] = 0x75c5, [0x2522] = 0x5e76, - [0x2523] = 0x73bb, [0x2524] = 0x83e0, [0x2525] = 0x64ad, [0x2526] = 0x62e8, - [0x2527] = 0x94b5, [0x2528] = 0x6ce2, [0x2529] = 0x535a, [0x252a] = 0x52c3, - [0x252b] = 0x640f, [0x252c] = 0x94c2, [0x252d] = 0x7b94, [0x252e] = 0x4f2f, - [0x252f] = 0x5e1b, [0x2530] = 0x8236, [0x2531] = 0x8116, [0x2532] = 0x818a, - [0x2533] = 0x6e24, [0x2534] = 0x6cca, [0x2535] = 0x9a73, [0x2536] = 0x6355, - [0x2537] = 0x535c, [0x2538] = 0x54fa, [0x2539] = 0x8865, [0x253a] = 0x57e0, - [0x253b] = 0x4e0d, [0x253c] = 0x5e03, [0x253d] = 0x6b65, [0x253e] = 0x7c3f, - [0x253f] = 0x90e8, [0x2540] = 0x6016, [0x2541] = 0x64e6, [0x2542] = 0x731c, - [0x2543] = 0x88c1, [0x2544] = 0x6750, [0x2545] = 0x624d, [0x2546] = 0x8d22, - [0x2547] = 0x776c, [0x2548] = 0x8e29, [0x2549] = 0x91c7, [0x254a] = 0x5f69, - [0x254b] = 0x83dc, [0x254c] = 0x8521, [0x254d] = 0x9910, [0x254e] = 0x53c2, - [0x254f] = 0x8695, [0x2550] = 0x6b8b, [0x2551] = 0x60ed, [0x2552] = 0x60e8, - [0x2553] = 0x707f, [0x2554] = 0x82cd, [0x2555] = 0x8231, [0x2556] = 0x4ed3, - [0x2557] = 0x6ca7, [0x2558] = 0x85cf, [0x2559] = 0x64cd, [0x255a] = 0x7cd9, - [0x255b] = 0x69fd, [0x255c] = 0x66f9, [0x255d] = 0x8349, [0x255e] = 0x5395, - [0x255f] = 0x7b56, [0x2560] = 0x4fa7, [0x2561] = 0x518c, [0x2562] = 0x6d4b, - [0x2563] = 0x5c42, [0x2564] = 0x8e6d, [0x2565] = 0x63d2, [0x2566] = 0x53c9, - [0x2567] = 0x832c, [0x2568] = 0x8336, [0x2569] = 0x67e5, [0x256a] = 0x78b4, - [0x256b] = 0x643d, [0x256c] = 0x5bdf, [0x256d] = 0x5c94, [0x256e] = 0x5dee, - [0x256f] = 0x8be7, [0x2570] = 0x62c6, [0x2571] = 0x67f4, [0x2572] = 0x8c7a, - [0x2573] = 0x6400, [0x2574] = 0x63ba, [0x2575] = 0x8749, [0x2576] = 0x998b, - [0x2577] = 0x8c17, [0x2578] = 0x7f20, [0x2579] = 0x94f2, [0x257a] = 0x4ea7, - [0x257b] = 0x9610, [0x257c] = 0x98a4, [0x257d] = 0x660c, [0x257e] = 0x7316, - [0x2580] = 0x77e6, [0x2581] = 0x77e8, [0x2582] = 0x77ea, [0x2583] = 0x77ef, - [0x2584] = 0x77f0, [0x2585] = 0x77f1, [0x2586] = 0x77f2, [0x2587] = 0x77f4, - [0x2588] = 0x77f5, [0x2589] = 0x77f7, [0x258a] = 0x77f9, [0x258b] = 0x77fa, - [0x258c] = 0x77fb, [0x258d] = 0x77fc, [0x258e] = 0x7803, [0x258f] = 0x7804, - [0x2590] = 0x7805, [0x2591] = 0x7806, [0x2592] = 0x7807, [0x2593] = 0x7808, - [0x2594] = 0x780a, [0x2595] = 0x780b, [0x2596] = 0x780e, [0x2597] = 0x780f, - [0x2598] = 0x7810, [0x2599] = 0x7813, [0x259a] = 0x7815, [0x259b] = 0x7819, - [0x259c] = 0x781b, [0x259d] = 0x781e, [0x259e] = 0x7820, [0x259f] = 0x7821, - [0x25a0] = 0x7822, [0x25a1] = 0x7824, [0x25a2] = 0x7828, [0x25a3] = 0x782a, - [0x25a4] = 0x782b, [0x25a5] = 0x782e, [0x25a6] = 0x782f, [0x25a7] = 0x7831, - [0x25a8] = 0x7832, [0x25a9] = 0x7833, [0x25aa] = 0x7835, [0x25ab] = 0x7836, - [0x25ac] = 0x783d, [0x25ad] = 0x783f, [0x25ae] = 0x7841, [0x25af] = 0x7842, - [0x25b0] = 0x7843, [0x25b1] = 0x7844, [0x25b2] = 0x7846, [0x25b3] = 0x7848, - [0x25b4] = 0x7849, [0x25b5] = 0x784a, [0x25b6] = 0x784b, [0x25b7] = 0x784d, - [0x25b8] = 0x784f, [0x25b9] = 0x7851, [0x25ba] = 0x7853, [0x25bb] = 0x7854, - [0x25bc] = 0x7858, [0x25bd] = 0x7859, [0x25be] = 0x785a, [0x25c0] = 0x785b, - [0x25c1] = 0x785c, [0x25c2] = 0x785e, [0x25c3] = 0x785f, [0x25c4] = 0x7860, - [0x25c5] = 0x7861, [0x25c6] = 0x7862, [0x25c7] = 0x7863, [0x25c8] = 0x7864, - [0x25c9] = 0x7865, [0x25ca] = 0x7866, [0x25cb] = 0x7867, [0x25cc] = 0x7868, - [0x25cd] = 0x7869, [0x25ce] = 0x786f, [0x25cf] = 0x7870, [0x25d0] = 0x7871, - [0x25d1] = 0x7872, [0x25d2] = 0x7873, [0x25d3] = 0x7874, [0x25d4] = 0x7875, - [0x25d5] = 0x7876, [0x25d6] = 0x7878, [0x25d7] = 0x7879, [0x25d8] = 0x787a, - [0x25d9] = 0x787b, [0x25da] = 0x787d, [0x25db] = 0x787e, [0x25dc] = 0x787f, - [0x25dd] = 0x7880, [0x25de] = 0x7881, [0x25df] = 0x7882, [0x25e0] = 0x7883, - [0x25e1] = 0x573a, [0x25e2] = 0x5c1d, [0x25e3] = 0x5e38, [0x25e4] = 0x957f, - [0x25e5] = 0x507f, [0x25e6] = 0x80a0, [0x25e7] = 0x5382, [0x25e8] = 0x655e, - [0x25e9] = 0x7545, [0x25ea] = 0x5531, [0x25eb] = 0x5021, [0x25ec] = 0x8d85, - [0x25ed] = 0x6284, [0x25ee] = 0x949e, [0x25ef] = 0x671d, [0x25f0] = 0x5632, - [0x25f1] = 0x6f6e, [0x25f2] = 0x5de2, [0x25f3] = 0x5435, [0x25f4] = 0x7092, - [0x25f5] = 0x8f66, [0x25f6] = 0x626f, [0x25f7] = 0x64a4, [0x25f8] = 0x63a3, - [0x25f9] = 0x5f7b, [0x25fa] = 0x6f88, [0x25fb] = 0x90f4, [0x25fc] = 0x81e3, - [0x25fd] = 0x8fb0, [0x25fe] = 0x5c18, [0x25ff] = 0x6668, [0x2600] = 0x5ff1, - [0x2601] = 0x6c89, [0x2602] = 0x9648, [0x2603] = 0x8d81, [0x2604] = 0x886c, - [0x2605] = 0x6491, [0x2606] = 0x79f0, [0x2607] = 0x57ce, [0x2608] = 0x6a59, - [0x2609] = 0x6210, [0x260a] = 0x5448, [0x260b] = 0x4e58, [0x260c] = 0x7a0b, - [0x260d] = 0x60e9, [0x260e] = 0x6f84, [0x260f] = 0x8bda, [0x2610] = 0x627f, - [0x2611] = 0x901e, [0x2612] = 0x9a8b, [0x2613] = 0x79e4, [0x2614] = 0x5403, - [0x2615] = 0x75f4, [0x2616] = 0x6301, [0x2617] = 0x5319, [0x2618] = 0x6c60, - [0x2619] = 0x8fdf, [0x261a] = 0x5f1b, [0x261b] = 0x9a70, [0x261c] = 0x803b, - [0x261d] = 0x9f7f, [0x261e] = 0x4f88, [0x261f] = 0x5c3a, [0x2620] = 0x8d64, - [0x2621] = 0x7fc5, [0x2622] = 0x65a5, [0x2623] = 0x70bd, [0x2624] = 0x5145, - [0x2625] = 0x51b2, [0x2626] = 0x866b, [0x2627] = 0x5d07, [0x2628] = 0x5ba0, - [0x2629] = 0x62bd, [0x262a] = 0x916c, [0x262b] = 0x7574, [0x262c] = 0x8e0c, - [0x262d] = 0x7a20, [0x262e] = 0x6101, [0x262f] = 0x7b79, [0x2630] = 0x4ec7, - [0x2631] = 0x7ef8, [0x2632] = 0x7785, [0x2633] = 0x4e11, [0x2634] = 0x81ed, - [0x2635] = 0x521d, [0x2636] = 0x51fa, [0x2637] = 0x6a71, [0x2638] = 0x53a8, - [0x2639] = 0x8e87, [0x263a] = 0x9504, [0x263b] = 0x96cf, [0x263c] = 0x6ec1, - [0x263d] = 0x9664, [0x263e] = 0x695a, [0x2640] = 0x7884, [0x2641] = 0x7885, - [0x2642] = 0x7886, [0x2643] = 0x7888, [0x2644] = 0x788a, [0x2645] = 0x788b, - [0x2646] = 0x788f, [0x2647] = 0x7890, [0x2648] = 0x7892, [0x2649] = 0x7894, - [0x264a] = 0x7895, [0x264b] = 0x7896, [0x264c] = 0x7899, [0x264d] = 0x789d, - [0x264e] = 0x789e, [0x264f] = 0x78a0, [0x2650] = 0x78a2, [0x2651] = 0x78a4, - [0x2652] = 0x78a6, [0x2653] = 0x78a8, [0x2654] = 0x78a9, [0x2655] = 0x78aa, - [0x2656] = 0x78ab, [0x2657] = 0x78ac, [0x2658] = 0x78ad, [0x2659] = 0x78ae, - [0x265a] = 0x78af, [0x265b] = 0x78b5, [0x265c] = 0x78b6, [0x265d] = 0x78b7, - [0x265e] = 0x78b8, [0x265f] = 0x78ba, [0x2660] = 0x78bb, [0x2661] = 0x78bc, - [0x2662] = 0x78bd, [0x2663] = 0x78bf, [0x2664] = 0x78c0, [0x2665] = 0x78c2, - [0x2666] = 0x78c3, [0x2667] = 0x78c4, [0x2668] = 0x78c6, [0x2669] = 0x78c7, - [0x266a] = 0x78c8, [0x266b] = 0x78cc, [0x266c] = 0x78cd, [0x266d] = 0x78ce, - [0x266e] = 0x78cf, [0x266f] = 0x78d1, [0x2670] = 0x78d2, [0x2671] = 0x78d3, - [0x2672] = 0x78d6, [0x2673] = 0x78d7, [0x2674] = 0x78d8, [0x2675] = 0x78da, - [0x2676] = 0x78db, [0x2677] = 0x78dc, [0x2678] = 0x78dd, [0x2679] = 0x78de, - [0x267a] = 0x78df, [0x267b] = 0x78e0, [0x267c] = 0x78e1, [0x267d] = 0x78e2, - [0x267e] = 0x78e3, [0x2680] = 0x78e4, [0x2681] = 0x78e5, [0x2682] = 0x78e6, - [0x2683] = 0x78e7, [0x2684] = 0x78e9, [0x2685] = 0x78ea, [0x2686] = 0x78eb, - [0x2687] = 0x78ed, [0x2688] = 0x78ee, [0x2689] = 0x78ef, [0x268a] = 0x78f0, - [0x268b] = 0x78f1, [0x268c] = 0x78f3, [0x268d] = 0x78f5, [0x268e] = 0x78f6, - [0x268f] = 0x78f8, [0x2690] = 0x78f9, [0x2691] = 0x78fb, [0x2692] = 0x78fc, - [0x2693] = 0x78fd, [0x2694] = 0x78fe, [0x2695] = 0x78ff, [0x2696] = 0x7900, - [0x2697] = 0x7902, [0x2698] = 0x7903, [0x2699] = 0x7904, [0x269a] = 0x7906, - [0x269b] = 0x7907, [0x269c] = 0x7908, [0x269d] = 0x7909, [0x269e] = 0x790a, - [0x269f] = 0x790b, [0x26a0] = 0x790c, [0x26a1] = 0x7840, [0x26a2] = 0x50a8, - [0x26a3] = 0x77d7, [0x26a4] = 0x6410, [0x26a5] = 0x89e6, [0x26a6] = 0x5904, - [0x26a7] = 0x63e3, [0x26a8] = 0x5ddd, [0x26a9] = 0x7a7f, [0x26aa] = 0x693d, - [0x26ab] = 0x4f20, [0x26ac] = 0x8239, [0x26ad] = 0x5598, [0x26ae] = 0x4e32, - [0x26af] = 0x75ae, [0x26b0] = 0x7a97, [0x26b1] = 0x5e62, [0x26b2] = 0x5e8a, - [0x26b3] = 0x95ef, [0x26b4] = 0x521b, [0x26b5] = 0x5439, [0x26b6] = 0x708a, - [0x26b7] = 0x6376, [0x26b8] = 0x9524, [0x26b9] = 0x5782, [0x26ba] = 0x6625, - [0x26bb] = 0x693f, [0x26bc] = 0x9187, [0x26bd] = 0x5507, [0x26be] = 0x6df3, - [0x26bf] = 0x7eaf, [0x26c0] = 0x8822, [0x26c1] = 0x6233, [0x26c2] = 0x7ef0, - [0x26c3] = 0x75b5, [0x26c4] = 0x8328, [0x26c5] = 0x78c1, [0x26c6] = 0x96cc, - [0x26c7] = 0x8f9e, [0x26c8] = 0x6148, [0x26c9] = 0x74f7, [0x26ca] = 0x8bcd, - [0x26cb] = 0x6b64, [0x26cc] = 0x523a, [0x26cd] = 0x8d50, [0x26ce] = 0x6b21, - [0x26cf] = 0x806a, [0x26d0] = 0x8471, [0x26d1] = 0x56f1, [0x26d2] = 0x5306, - [0x26d3] = 0x4ece, [0x26d4] = 0x4e1b, [0x26d5] = 0x51d1, [0x26d6] = 0x7c97, - [0x26d7] = 0x918b, [0x26d8] = 0x7c07, [0x26d9] = 0x4fc3, [0x26da] = 0x8e7f, - [0x26db] = 0x7be1, [0x26dc] = 0x7a9c, [0x26dd] = 0x6467, [0x26de] = 0x5d14, - [0x26df] = 0x50ac, [0x26e0] = 0x8106, [0x26e1] = 0x7601, [0x26e2] = 0x7cb9, - [0x26e3] = 0x6dec, [0x26e4] = 0x7fe0, [0x26e5] = 0x6751, [0x26e6] = 0x5b58, - [0x26e7] = 0x5bf8, [0x26e8] = 0x78cb, [0x26e9] = 0x64ae, [0x26ea] = 0x6413, - [0x26eb] = 0x63aa, [0x26ec] = 0x632b, [0x26ed] = 0x9519, [0x26ee] = 0x642d, - [0x26ef] = 0x8fbe, [0x26f0] = 0x7b54, [0x26f1] = 0x7629, [0x26f2] = 0x6253, - [0x26f3] = 0x5927, [0x26f4] = 0x5446, [0x26f5] = 0x6b79, [0x26f6] = 0x50a3, - [0x26f7] = 0x6234, [0x26f8] = 0x5e26, [0x26f9] = 0x6b86, [0x26fa] = 0x4ee3, - [0x26fb] = 0x8d37, [0x26fc] = 0x888b, [0x26fd] = 0x5f85, [0x26fe] = 0x902e, - [0x2700] = 0x790d, [0x2701] = 0x790e, [0x2702] = 0x790f, [0x2703] = 0x7910, - [0x2704] = 0x7911, [0x2705] = 0x7912, [0x2706] = 0x7914, [0x2707] = 0x7915, - [0x2708] = 0x7916, [0x2709] = 0x7917, [0x270a] = 0x7918, [0x270b] = 0x7919, - [0x270c] = 0x791a, [0x270d] = 0x791b, [0x270e] = 0x791c, [0x270f] = 0x791d, - [0x2710] = 0x791f, [0x2711] = 0x7920, [0x2712] = 0x7921, [0x2713] = 0x7922, - [0x2714] = 0x7923, [0x2715] = 0x7925, [0x2716] = 0x7926, [0x2717] = 0x7927, - [0x2718] = 0x7928, [0x2719] = 0x7929, [0x271a] = 0x792a, [0x271b] = 0x792b, - [0x271c] = 0x792c, [0x271d] = 0x792d, [0x271e] = 0x792e, [0x271f] = 0x792f, - [0x2720] = 0x7930, [0x2721] = 0x7931, [0x2722] = 0x7932, [0x2723] = 0x7933, - [0x2724] = 0x7935, [0x2725] = 0x7936, [0x2726] = 0x7937, [0x2727] = 0x7938, - [0x2728] = 0x7939, [0x2729] = 0x793d, [0x272a] = 0x793f, [0x272b] = 0x7942, - [0x272c] = 0x7943, [0x272d] = 0x7944, [0x272e] = 0x7945, [0x272f] = 0x7947, - [0x2730] = 0x794a, [0x2731] = 0x794b, [0x2732] = 0x794c, [0x2733] = 0x794d, - [0x2734] = 0x794e, [0x2735] = 0x794f, [0x2736] = 0x7950, [0x2737] = 0x7951, - [0x2738] = 0x7952, [0x2739] = 0x7954, [0x273a] = 0x7955, [0x273b] = 0x7958, - [0x273c] = 0x7959, [0x273d] = 0x7961, [0x273e] = 0x7963, [0x2740] = 0x7964, - [0x2741] = 0x7966, [0x2742] = 0x7969, [0x2743] = 0x796a, [0x2744] = 0x796b, - [0x2745] = 0x796c, [0x2746] = 0x796e, [0x2747] = 0x7970, [0x2748] = 0x7971, - [0x2749] = 0x7972, [0x274a] = 0x7973, [0x274b] = 0x7974, [0x274c] = 0x7975, - [0x274d] = 0x7976, [0x274e] = 0x7979, [0x274f] = 0x797b, [0x2750] = 0x797c, - [0x2751] = 0x797d, [0x2752] = 0x797e, [0x2753] = 0x797f, [0x2754] = 0x7982, - [0x2755] = 0x7983, [0x2756] = 0x7986, [0x2757] = 0x7987, [0x2758] = 0x7988, - [0x2759] = 0x7989, [0x275a] = 0x798b, [0x275b] = 0x798c, [0x275c] = 0x798d, - [0x275d] = 0x798e, [0x275e] = 0x7990, [0x275f] = 0x7991, [0x2760] = 0x7992, - [0x2761] = 0x6020, [0x2762] = 0x803d, [0x2763] = 0x62c5, [0x2764] = 0x4e39, - [0x2765] = 0x5355, [0x2766] = 0x90f8, [0x2767] = 0x63b8, [0x2768] = 0x80c6, - [0x2769] = 0x65e6, [0x276a] = 0x6c2e, [0x276b] = 0x4f46, [0x276c] = 0x60ee, - [0x276d] = 0x6de1, [0x276e] = 0x8bde, [0x276f] = 0x5f39, [0x2770] = 0x86cb, - [0x2771] = 0x5f53, [0x2772] = 0x6321, [0x2773] = 0x515a, [0x2774] = 0x8361, - [0x2775] = 0x6863, [0x2776] = 0x5200, [0x2777] = 0x6363, [0x2778] = 0x8e48, - [0x2779] = 0x5012, [0x277a] = 0x5c9b, [0x277b] = 0x7977, [0x277c] = 0x5bfc, - [0x277d] = 0x5230, [0x277e] = 0x7a3b, [0x277f] = 0x60bc, [0x2780] = 0x9053, - [0x2781] = 0x76d7, [0x2782] = 0x5fb7, [0x2783] = 0x5f97, [0x2784] = 0x7684, - [0x2785] = 0x8e6c, [0x2786] = 0x706f, [0x2787] = 0x767b, [0x2788] = 0x7b49, - [0x2789] = 0x77aa, [0x278a] = 0x51f3, [0x278b] = 0x9093, [0x278c] = 0x5824, - [0x278d] = 0x4f4e, [0x278e] = 0x6ef4, [0x278f] = 0x8fea, [0x2790] = 0x654c, - [0x2791] = 0x7b1b, [0x2792] = 0x72c4, [0x2793] = 0x6da4, [0x2794] = 0x7fdf, - [0x2795] = 0x5ae1, [0x2796] = 0x62b5, [0x2797] = 0x5e95, [0x2798] = 0x5730, - [0x2799] = 0x8482, [0x279a] = 0x7b2c, [0x279b] = 0x5e1d, [0x279c] = 0x5f1f, - [0x279d] = 0x9012, [0x279e] = 0x7f14, [0x279f] = 0x98a0, [0x27a0] = 0x6382, - [0x27a1] = 0x6ec7, [0x27a2] = 0x7898, [0x27a3] = 0x70b9, [0x27a4] = 0x5178, - [0x27a5] = 0x975b, [0x27a6] = 0x57ab, [0x27a7] = 0x7535, [0x27a8] = 0x4f43, - [0x27a9] = 0x7538, [0x27aa] = 0x5e97, [0x27ab] = 0x60e6, [0x27ac] = 0x5960, - [0x27ad] = 0x6dc0, [0x27ae] = 0x6bbf, [0x27af] = 0x7889, [0x27b0] = 0x53fc, - [0x27b1] = 0x96d5, [0x27b2] = 0x51cb, [0x27b3] = 0x5201, [0x27b4] = 0x6389, - [0x27b5] = 0x540a, [0x27b6] = 0x9493, [0x27b7] = 0x8c03, [0x27b8] = 0x8dcc, - [0x27b9] = 0x7239, [0x27ba] = 0x789f, [0x27bb] = 0x8776, [0x27bc] = 0x8fed, - [0x27bd] = 0x8c0d, [0x27be] = 0x53e0, [0x27c0] = 0x7993, [0x27c1] = 0x7994, - [0x27c2] = 0x7995, [0x27c3] = 0x7996, [0x27c4] = 0x7997, [0x27c5] = 0x7998, - [0x27c6] = 0x7999, [0x27c7] = 0x799b, [0x27c8] = 0x799c, [0x27c9] = 0x799d, - [0x27ca] = 0x799e, [0x27cb] = 0x799f, [0x27cc] = 0x79a0, [0x27cd] = 0x79a1, - [0x27ce] = 0x79a2, [0x27cf] = 0x79a3, [0x27d0] = 0x79a4, [0x27d1] = 0x79a5, - [0x27d2] = 0x79a6, [0x27d3] = 0x79a8, [0x27d4] = 0x79a9, [0x27d5] = 0x79aa, - [0x27d6] = 0x79ab, [0x27d7] = 0x79ac, [0x27d8] = 0x79ad, [0x27d9] = 0x79ae, - [0x27da] = 0x79af, [0x27db] = 0x79b0, [0x27dc] = 0x79b1, [0x27dd] = 0x79b2, - [0x27de] = 0x79b4, [0x27df] = 0x79b5, [0x27e0] = 0x79b6, [0x27e1] = 0x79b7, - [0x27e2] = 0x79b8, [0x27e3] = 0x79bc, [0x27e4] = 0x79bf, [0x27e5] = 0x79c2, - [0x27e6] = 0x79c4, [0x27e7] = 0x79c5, [0x27e8] = 0x79c7, [0x27e9] = 0x79c8, - [0x27ea] = 0x79ca, [0x27eb] = 0x79cc, [0x27ec] = 0x79ce, [0x27ed] = 0x79cf, - [0x27ee] = 0x79d0, [0x27ef] = 0x79d3, [0x27f0] = 0x79d4, [0x27f1] = 0x79d6, - [0x27f2] = 0x79d7, [0x27f3] = 0x79d9, [0x27f4] = 0x79da, [0x27f5] = 0x79db, - [0x27f6] = 0x79dc, [0x27f7] = 0x79dd, [0x27f8] = 0x79de, [0x27f9] = 0x79e0, - [0x27fa] = 0x79e1, [0x27fb] = 0x79e2, [0x27fc] = 0x79e5, [0x27fd] = 0x79e8, - [0x27fe] = 0x79ea, [0x2800] = 0x79ec, [0x2801] = 0x79ee, [0x2802] = 0x79f1, - [0x2803] = 0x79f2, [0x2804] = 0x79f3, [0x2805] = 0x79f4, [0x2806] = 0x79f5, - [0x2807] = 0x79f6, [0x2808] = 0x79f7, [0x2809] = 0x79f9, [0x280a] = 0x79fa, - [0x280b] = 0x79fc, [0x280c] = 0x79fe, [0x280d] = 0x79ff, [0x280e] = 0x7a01, - [0x280f] = 0x7a04, [0x2810] = 0x7a05, [0x2811] = 0x7a07, [0x2812] = 0x7a08, - [0x2813] = 0x7a09, [0x2814] = 0x7a0a, [0x2815] = 0x7a0c, [0x2816] = 0x7a0f, - [0x2817] = 0x7a10, [0x2818] = 0x7a11, [0x2819] = 0x7a12, [0x281a] = 0x7a13, - [0x281b] = 0x7a15, [0x281c] = 0x7a16, [0x281d] = 0x7a18, [0x281e] = 0x7a19, - [0x281f] = 0x7a1b, [0x2820] = 0x7a1c, [0x2821] = 0x4e01, [0x2822] = 0x76ef, - [0x2823] = 0x53ee, [0x2824] = 0x9489, [0x2825] = 0x9876, [0x2826] = 0x9f0e, - [0x2827] = 0x952d, [0x2828] = 0x5b9a, [0x2829] = 0x8ba2, [0x282a] = 0x4e22, - [0x282b] = 0x4e1c, [0x282c] = 0x51ac, [0x282d] = 0x8463, [0x282e] = 0x61c2, - [0x282f] = 0x52a8, [0x2830] = 0x680b, [0x2831] = 0x4f97, [0x2832] = 0x606b, - [0x2833] = 0x51bb, [0x2834] = 0x6d1e, [0x2835] = 0x515c, [0x2836] = 0x6296, - [0x2837] = 0x6597, [0x2838] = 0x9661, [0x2839] = 0x8c46, [0x283a] = 0x9017, - [0x283b] = 0x75d8, [0x283c] = 0x90fd, [0x283d] = 0x7763, [0x283e] = 0x6bd2, - [0x283f] = 0x728a, [0x2840] = 0x72ec, [0x2841] = 0x8bfb, [0x2842] = 0x5835, - [0x2843] = 0x7779, [0x2844] = 0x8d4c, [0x2845] = 0x675c, [0x2846] = 0x9540, - [0x2847] = 0x809a, [0x2848] = 0x5ea6, [0x2849] = 0x6e21, [0x284a] = 0x5992, - [0x284b] = 0x7aef, [0x284c] = 0x77ed, [0x284d] = 0x953b, [0x284e] = 0x6bb5, - [0x284f] = 0x65ad, [0x2850] = 0x7f0e, [0x2851] = 0x5806, [0x2852] = 0x5151, - [0x2853] = 0x961f, [0x2854] = 0x5bf9, [0x2855] = 0x58a9, [0x2856] = 0x5428, - [0x2857] = 0x8e72, [0x2858] = 0x6566, [0x2859] = 0x987f, [0x285a] = 0x56e4, - [0x285b] = 0x949d, [0x285c] = 0x76fe, [0x285d] = 0x9041, [0x285e] = 0x6387, - [0x285f] = 0x54c6, [0x2860] = 0x591a, [0x2861] = 0x593a, [0x2862] = 0x579b, - [0x2863] = 0x8eb2, [0x2864] = 0x6735, [0x2865] = 0x8dfa, [0x2866] = 0x8235, - [0x2867] = 0x5241, [0x2868] = 0x60f0, [0x2869] = 0x5815, [0x286a] = 0x86fe, - [0x286b] = 0x5ce8, [0x286c] = 0x9e45, [0x286d] = 0x4fc4, [0x286e] = 0x989d, - [0x286f] = 0x8bb9, [0x2870] = 0x5a25, [0x2871] = 0x6076, [0x2872] = 0x5384, - [0x2873] = 0x627c, [0x2874] = 0x904f, [0x2875] = 0x9102, [0x2876] = 0x997f, - [0x2877] = 0x6069, [0x2878] = 0x800c, [0x2879] = 0x513f, [0x287a] = 0x8033, - [0x287b] = 0x5c14, [0x287c] = 0x9975, [0x287d] = 0x6d31, [0x287e] = 0x4e8c, - [0x2880] = 0x7a1d, [0x2881] = 0x7a1f, [0x2882] = 0x7a21, [0x2883] = 0x7a22, - [0x2884] = 0x7a24, [0x2885] = 0x7a25, [0x2886] = 0x7a26, [0x2887] = 0x7a27, - [0x2888] = 0x7a28, [0x2889] = 0x7a29, [0x288a] = 0x7a2a, [0x288b] = 0x7a2b, - [0x288c] = 0x7a2c, [0x288d] = 0x7a2d, [0x288e] = 0x7a2e, [0x288f] = 0x7a2f, - [0x2890] = 0x7a30, [0x2891] = 0x7a31, [0x2892] = 0x7a32, [0x2893] = 0x7a34, - [0x2894] = 0x7a35, [0x2895] = 0x7a36, [0x2896] = 0x7a38, [0x2897] = 0x7a3a, - [0x2898] = 0x7a3e, [0x2899] = 0x7a40, [0x289a] = 0x7a41, [0x289b] = 0x7a42, - [0x289c] = 0x7a43, [0x289d] = 0x7a44, [0x289e] = 0x7a45, [0x289f] = 0x7a47, - [0x28a0] = 0x7a48, [0x28a1] = 0x7a49, [0x28a2] = 0x7a4a, [0x28a3] = 0x7a4b, - [0x28a4] = 0x7a4c, [0x28a5] = 0x7a4d, [0x28a6] = 0x7a4e, [0x28a7] = 0x7a4f, - [0x28a8] = 0x7a50, [0x28a9] = 0x7a52, [0x28aa] = 0x7a53, [0x28ab] = 0x7a54, - [0x28ac] = 0x7a55, [0x28ad] = 0x7a56, [0x28ae] = 0x7a58, [0x28af] = 0x7a59, - [0x28b0] = 0x7a5a, [0x28b1] = 0x7a5b, [0x28b2] = 0x7a5c, [0x28b3] = 0x7a5d, - [0x28b4] = 0x7a5e, [0x28b5] = 0x7a5f, [0x28b6] = 0x7a60, [0x28b7] = 0x7a61, - [0x28b8] = 0x7a62, [0x28b9] = 0x7a63, [0x28ba] = 0x7a64, [0x28bb] = 0x7a65, - [0x28bc] = 0x7a66, [0x28bd] = 0x7a67, [0x28be] = 0x7a68, [0x28c0] = 0x7a69, - [0x28c1] = 0x7a6a, [0x28c2] = 0x7a6b, [0x28c3] = 0x7a6c, [0x28c4] = 0x7a6d, - [0x28c5] = 0x7a6e, [0x28c6] = 0x7a6f, [0x28c7] = 0x7a71, [0x28c8] = 0x7a72, - [0x28c9] = 0x7a73, [0x28ca] = 0x7a75, [0x28cb] = 0x7a7b, [0x28cc] = 0x7a7c, - [0x28cd] = 0x7a7d, [0x28ce] = 0x7a7e, [0x28cf] = 0x7a82, [0x28d0] = 0x7a85, - [0x28d1] = 0x7a87, [0x28d2] = 0x7a89, [0x28d3] = 0x7a8a, [0x28d4] = 0x7a8b, - [0x28d5] = 0x7a8c, [0x28d6] = 0x7a8e, [0x28d7] = 0x7a8f, [0x28d8] = 0x7a90, - [0x28d9] = 0x7a93, [0x28da] = 0x7a94, [0x28db] = 0x7a99, [0x28dc] = 0x7a9a, - [0x28dd] = 0x7a9b, [0x28de] = 0x7a9e, [0x28df] = 0x7aa1, [0x28e0] = 0x7aa2, - [0x28e1] = 0x8d30, [0x28e2] = 0x53d1, [0x28e3] = 0x7f5a, [0x28e4] = 0x7b4f, - [0x28e5] = 0x4f10, [0x28e6] = 0x4e4f, [0x28e7] = 0x9600, [0x28e8] = 0x6cd5, - [0x28e9] = 0x73d0, [0x28ea] = 0x85e9, [0x28eb] = 0x5e06, [0x28ec] = 0x756a, - [0x28ed] = 0x7ffb, [0x28ee] = 0x6a0a, [0x28ef] = 0x77fe, [0x28f0] = 0x9492, - [0x28f1] = 0x7e41, [0x28f2] = 0x51e1, [0x28f3] = 0x70e6, [0x28f4] = 0x53cd, - [0x28f5] = 0x8fd4, [0x28f6] = 0x8303, [0x28f7] = 0x8d29, [0x28f8] = 0x72af, - [0x28f9] = 0x996d, [0x28fa] = 0x6cdb, [0x28fb] = 0x574a, [0x28fc] = 0x82b3, - [0x28fd] = 0x65b9, [0x28fe] = 0x80aa, [0x28ff] = 0x623f, [0x2900] = 0x9632, - [0x2901] = 0x59a8, [0x2902] = 0x4eff, [0x2903] = 0x8bbf, [0x2904] = 0x7eba, - [0x2905] = 0x653e, [0x2906] = 0x83f2, [0x2907] = 0x975e, [0x2908] = 0x5561, - [0x2909] = 0x98de, [0x290a] = 0x80a5, [0x290b] = 0x532a, [0x290c] = 0x8bfd, - [0x290d] = 0x5420, [0x290e] = 0x80ba, [0x290f] = 0x5e9f, [0x2910] = 0x6cb8, - [0x2911] = 0x8d39, [0x2912] = 0x82ac, [0x2913] = 0x915a, [0x2914] = 0x5429, - [0x2915] = 0x6c1b, [0x2916] = 0x5206, [0x2917] = 0x7eb7, [0x2918] = 0x575f, - [0x2919] = 0x711a, [0x291a] = 0x6c7e, [0x291b] = 0x7c89, [0x291c] = 0x594b, - [0x291d] = 0x4efd, [0x291e] = 0x5fff, [0x291f] = 0x6124, [0x2920] = 0x7caa, - [0x2921] = 0x4e30, [0x2922] = 0x5c01, [0x2923] = 0x67ab, [0x2924] = 0x8702, - [0x2925] = 0x5cf0, [0x2926] = 0x950b, [0x2927] = 0x98ce, [0x2928] = 0x75af, - [0x2929] = 0x70fd, [0x292a] = 0x9022, [0x292b] = 0x51af, [0x292c] = 0x7f1d, - [0x292d] = 0x8bbd, [0x292e] = 0x5949, [0x292f] = 0x51e4, [0x2930] = 0x4f5b, - [0x2931] = 0x5426, [0x2932] = 0x592b, [0x2933] = 0x6577, [0x2934] = 0x80a4, - [0x2935] = 0x5b75, [0x2936] = 0x6276, [0x2937] = 0x62c2, [0x2938] = 0x8f90, - [0x2939] = 0x5e45, [0x293a] = 0x6c1f, [0x293b] = 0x7b26, [0x293c] = 0x4f0f, - [0x293d] = 0x4fd8, [0x293e] = 0x670d, [0x2940] = 0x7aa3, [0x2941] = 0x7aa4, - [0x2942] = 0x7aa7, [0x2943] = 0x7aa9, [0x2944] = 0x7aaa, [0x2945] = 0x7aab, - [0x2946] = 0x7aae, [0x2947] = 0x7aaf, [0x2948] = 0x7ab0, [0x2949] = 0x7ab1, - [0x294a] = 0x7ab2, [0x294b] = 0x7ab4, [0x294c] = 0x7ab5, [0x294d] = 0x7ab6, - [0x294e] = 0x7ab7, [0x294f] = 0x7ab8, [0x2950] = 0x7ab9, [0x2951] = 0x7aba, - [0x2952] = 0x7abb, [0x2953] = 0x7abc, [0x2954] = 0x7abd, [0x2955] = 0x7abe, - [0x2956] = 0x7ac0, [0x2957] = 0x7ac1, [0x2958] = 0x7ac2, [0x2959] = 0x7ac3, - [0x295a] = 0x7ac4, [0x295b] = 0x7ac5, [0x295c] = 0x7ac6, [0x295d] = 0x7ac7, - [0x295e] = 0x7ac8, [0x295f] = 0x7ac9, [0x2960] = 0x7aca, [0x2961] = 0x7acc, - [0x2962] = 0x7acd, [0x2963] = 0x7ace, [0x2964] = 0x7acf, [0x2965] = 0x7ad0, - [0x2966] = 0x7ad1, [0x2967] = 0x7ad2, [0x2968] = 0x7ad3, [0x2969] = 0x7ad4, - [0x296a] = 0x7ad5, [0x296b] = 0x7ad7, [0x296c] = 0x7ad8, [0x296d] = 0x7ada, - [0x296e] = 0x7adb, [0x296f] = 0x7adc, [0x2970] = 0x7add, [0x2971] = 0x7ae1, - [0x2972] = 0x7ae2, [0x2973] = 0x7ae4, [0x2974] = 0x7ae7, [0x2975] = 0x7ae8, - [0x2976] = 0x7ae9, [0x2977] = 0x7aea, [0x2978] = 0x7aeb, [0x2979] = 0x7aec, - [0x297a] = 0x7aee, [0x297b] = 0x7af0, [0x297c] = 0x7af1, [0x297d] = 0x7af2, - [0x297e] = 0x7af3, [0x2980] = 0x7af4, [0x2981] = 0x7af5, [0x2982] = 0x7af6, - [0x2983] = 0x7af7, [0x2984] = 0x7af8, [0x2985] = 0x7afb, [0x2986] = 0x7afc, - [0x2987] = 0x7afe, [0x2988] = 0x7b00, [0x2989] = 0x7b01, [0x298a] = 0x7b02, - [0x298b] = 0x7b05, [0x298c] = 0x7b07, [0x298d] = 0x7b09, [0x298e] = 0x7b0c, - [0x298f] = 0x7b0d, [0x2990] = 0x7b0e, [0x2991] = 0x7b10, [0x2992] = 0x7b12, - [0x2993] = 0x7b13, [0x2994] = 0x7b16, [0x2995] = 0x7b17, [0x2996] = 0x7b18, - [0x2997] = 0x7b1a, [0x2998] = 0x7b1c, [0x2999] = 0x7b1d, [0x299a] = 0x7b1f, - [0x299b] = 0x7b21, [0x299c] = 0x7b22, [0x299d] = 0x7b23, [0x299e] = 0x7b27, - [0x299f] = 0x7b29, [0x29a0] = 0x7b2d, [0x29a1] = 0x6d6e, [0x29a2] = 0x6daa, - [0x29a3] = 0x798f, [0x29a4] = 0x88b1, [0x29a5] = 0x5f17, [0x29a6] = 0x752b, - [0x29a7] = 0x629a, [0x29a8] = 0x8f85, [0x29a9] = 0x4fef, [0x29aa] = 0x91dc, - [0x29ab] = 0x65a7, [0x29ac] = 0x812f, [0x29ad] = 0x8151, [0x29ae] = 0x5e9c, - [0x29af] = 0x8150, [0x29b0] = 0x8d74, [0x29b1] = 0x526f, [0x29b2] = 0x8986, - [0x29b3] = 0x8d4b, [0x29b4] = 0x590d, [0x29b5] = 0x5085, [0x29b6] = 0x4ed8, - [0x29b7] = 0x961c, [0x29b8] = 0x7236, [0x29b9] = 0x8179, [0x29ba] = 0x8d1f, - [0x29bb] = 0x5bcc, [0x29bc] = 0x8ba3, [0x29bd] = 0x9644, [0x29be] = 0x5987, - [0x29bf] = 0x7f1a, [0x29c0] = 0x5490, [0x29c1] = 0x5676, [0x29c2] = 0x560e, - [0x29c3] = 0x8be5, [0x29c4] = 0x6539, [0x29c5] = 0x6982, [0x29c6] = 0x9499, - [0x29c7] = 0x76d6, [0x29c8] = 0x6e89, [0x29c9] = 0x5e72, [0x29ca] = 0x7518, - [0x29cb] = 0x6746, [0x29cc] = 0x67d1, [0x29cd] = 0x7aff, [0x29ce] = 0x809d, - [0x29cf] = 0x8d76, [0x29d0] = 0x611f, [0x29d1] = 0x79c6, [0x29d2] = 0x6562, - [0x29d3] = 0x8d63, [0x29d4] = 0x5188, [0x29d5] = 0x521a, [0x29d6] = 0x94a2, - [0x29d7] = 0x7f38, [0x29d8] = 0x809b, [0x29d9] = 0x7eb2, [0x29da] = 0x5c97, - [0x29db] = 0x6e2f, [0x29dc] = 0x6760, [0x29dd] = 0x7bd9, [0x29de] = 0x768b, - [0x29df] = 0x9ad8, [0x29e0] = 0x818f, [0x29e1] = 0x7f94, [0x29e2] = 0x7cd5, - [0x29e3] = 0x641e, [0x29e4] = 0x9550, [0x29e5] = 0x7a3f, [0x29e6] = 0x544a, - [0x29e7] = 0x54e5, [0x29e8] = 0x6b4c, [0x29e9] = 0x6401, [0x29ea] = 0x6208, - [0x29eb] = 0x9e3d, [0x29ec] = 0x80f3, [0x29ed] = 0x7599, [0x29ee] = 0x5272, - [0x29ef] = 0x9769, [0x29f0] = 0x845b, [0x29f1] = 0x683c, [0x29f2] = 0x86e4, - [0x29f3] = 0x9601, [0x29f4] = 0x9694, [0x29f5] = 0x94ec, [0x29f6] = 0x4e2a, - [0x29f7] = 0x5404, [0x29f8] = 0x7ed9, [0x29f9] = 0x6839, [0x29fa] = 0x8ddf, - [0x29fb] = 0x8015, [0x29fc] = 0x66f4, [0x29fd] = 0x5e9a, [0x29fe] = 0x7fb9, - [0x2a00] = 0x7b2f, [0x2a01] = 0x7b30, [0x2a02] = 0x7b32, [0x2a03] = 0x7b34, - [0x2a04] = 0x7b35, [0x2a05] = 0x7b36, [0x2a06] = 0x7b37, [0x2a07] = 0x7b39, - [0x2a08] = 0x7b3b, [0x2a09] = 0x7b3d, [0x2a0a] = 0x7b3f, [0x2a0b] = 0x7b40, - [0x2a0c] = 0x7b41, [0x2a0d] = 0x7b42, [0x2a0e] = 0x7b43, [0x2a0f] = 0x7b44, - [0x2a10] = 0x7b46, [0x2a11] = 0x7b48, [0x2a12] = 0x7b4a, [0x2a13] = 0x7b4d, - [0x2a14] = 0x7b4e, [0x2a15] = 0x7b53, [0x2a16] = 0x7b55, [0x2a17] = 0x7b57, - [0x2a18] = 0x7b59, [0x2a19] = 0x7b5c, [0x2a1a] = 0x7b5e, [0x2a1b] = 0x7b5f, - [0x2a1c] = 0x7b61, [0x2a1d] = 0x7b63, [0x2a1e] = 0x7b64, [0x2a1f] = 0x7b65, - [0x2a20] = 0x7b66, [0x2a21] = 0x7b67, [0x2a22] = 0x7b68, [0x2a23] = 0x7b69, - [0x2a24] = 0x7b6a, [0x2a25] = 0x7b6b, [0x2a26] = 0x7b6c, [0x2a27] = 0x7b6d, - [0x2a28] = 0x7b6f, [0x2a29] = 0x7b70, [0x2a2a] = 0x7b73, [0x2a2b] = 0x7b74, - [0x2a2c] = 0x7b76, [0x2a2d] = 0x7b78, [0x2a2e] = 0x7b7a, [0x2a2f] = 0x7b7c, - [0x2a30] = 0x7b7d, [0x2a31] = 0x7b7f, [0x2a32] = 0x7b81, [0x2a33] = 0x7b82, - [0x2a34] = 0x7b83, [0x2a35] = 0x7b84, [0x2a36] = 0x7b86, [0x2a37] = 0x7b87, - [0x2a38] = 0x7b88, [0x2a39] = 0x7b89, [0x2a3a] = 0x7b8a, [0x2a3b] = 0x7b8b, - [0x2a3c] = 0x7b8c, [0x2a3d] = 0x7b8e, [0x2a3e] = 0x7b8f, [0x2a40] = 0x7b91, - [0x2a41] = 0x7b92, [0x2a42] = 0x7b93, [0x2a43] = 0x7b96, [0x2a44] = 0x7b98, - [0x2a45] = 0x7b99, [0x2a46] = 0x7b9a, [0x2a47] = 0x7b9b, [0x2a48] = 0x7b9e, - [0x2a49] = 0x7b9f, [0x2a4a] = 0x7ba0, [0x2a4b] = 0x7ba3, [0x2a4c] = 0x7ba4, - [0x2a4d] = 0x7ba5, [0x2a4e] = 0x7bae, [0x2a4f] = 0x7baf, [0x2a50] = 0x7bb0, - [0x2a51] = 0x7bb2, [0x2a52] = 0x7bb3, [0x2a53] = 0x7bb5, [0x2a54] = 0x7bb6, - [0x2a55] = 0x7bb7, [0x2a56] = 0x7bb9, [0x2a57] = 0x7bba, [0x2a58] = 0x7bbb, - [0x2a59] = 0x7bbc, [0x2a5a] = 0x7bbd, [0x2a5b] = 0x7bbe, [0x2a5c] = 0x7bbf, - [0x2a5d] = 0x7bc0, [0x2a5e] = 0x7bc2, [0x2a5f] = 0x7bc3, [0x2a60] = 0x7bc4, - [0x2a61] = 0x57c2, [0x2a62] = 0x803f, [0x2a63] = 0x6897, [0x2a64] = 0x5de5, - [0x2a65] = 0x653b, [0x2a66] = 0x529f, [0x2a67] = 0x606d, [0x2a68] = 0x9f9a, - [0x2a69] = 0x4f9b, [0x2a6a] = 0x8eac, [0x2a6b] = 0x516c, [0x2a6c] = 0x5bab, - [0x2a6d] = 0x5f13, [0x2a6e] = 0x5de9, [0x2a6f] = 0x6c5e, [0x2a70] = 0x62f1, - [0x2a71] = 0x8d21, [0x2a72] = 0x5171, [0x2a73] = 0x94a9, [0x2a74] = 0x52fe, - [0x2a75] = 0x6c9f, [0x2a76] = 0x82df, [0x2a77] = 0x72d7, [0x2a78] = 0x57a2, - [0x2a79] = 0x6784, [0x2a7a] = 0x8d2d, [0x2a7b] = 0x591f, [0x2a7c] = 0x8f9c, - [0x2a7d] = 0x83c7, [0x2a7e] = 0x5495, [0x2a7f] = 0x7b8d, [0x2a80] = 0x4f30, - [0x2a81] = 0x6cbd, [0x2a82] = 0x5b64, [0x2a83] = 0x59d1, [0x2a84] = 0x9f13, - [0x2a85] = 0x53e4, [0x2a86] = 0x86ca, [0x2a87] = 0x9aa8, [0x2a88] = 0x8c37, - [0x2a89] = 0x80a1, [0x2a8a] = 0x6545, [0x2a8b] = 0x987e, [0x2a8c] = 0x56fa, - [0x2a8d] = 0x96c7, [0x2a8e] = 0x522e, [0x2a8f] = 0x74dc, [0x2a90] = 0x5250, - [0x2a91] = 0x5be1, [0x2a92] = 0x6302, [0x2a93] = 0x8902, [0x2a94] = 0x4e56, - [0x2a95] = 0x62d0, [0x2a96] = 0x602a, [0x2a97] = 0x68fa, [0x2a98] = 0x5173, - [0x2a99] = 0x5b98, [0x2a9a] = 0x51a0, [0x2a9b] = 0x89c2, [0x2a9c] = 0x7ba1, - [0x2a9d] = 0x9986, [0x2a9e] = 0x7f50, [0x2a9f] = 0x60ef, [0x2aa0] = 0x704c, - [0x2aa1] = 0x8d2f, [0x2aa2] = 0x5149, [0x2aa3] = 0x5e7f, [0x2aa4] = 0x901b, - [0x2aa5] = 0x7470, [0x2aa6] = 0x89c4, [0x2aa7] = 0x572d, [0x2aa8] = 0x7845, - [0x2aa9] = 0x5f52, [0x2aaa] = 0x9f9f, [0x2aab] = 0x95fa, [0x2aac] = 0x8f68, - [0x2aad] = 0x9b3c, [0x2aae] = 0x8be1, [0x2aaf] = 0x7678, [0x2ab0] = 0x6842, - [0x2ab1] = 0x67dc, [0x2ab2] = 0x8dea, [0x2ab3] = 0x8d35, [0x2ab4] = 0x523d, - [0x2ab5] = 0x8f8a, [0x2ab6] = 0x6eda, [0x2ab7] = 0x68cd, [0x2ab8] = 0x9505, - [0x2ab9] = 0x90ed, [0x2aba] = 0x56fd, [0x2abb] = 0x679c, [0x2abc] = 0x88f9, - [0x2abd] = 0x8fc7, [0x2abe] = 0x54c8, [0x2ac0] = 0x7bc5, [0x2ac1] = 0x7bc8, - [0x2ac2] = 0x7bc9, [0x2ac3] = 0x7bca, [0x2ac4] = 0x7bcb, [0x2ac5] = 0x7bcd, - [0x2ac6] = 0x7bce, [0x2ac7] = 0x7bcf, [0x2ac8] = 0x7bd0, [0x2ac9] = 0x7bd2, - [0x2aca] = 0x7bd4, [0x2acb] = 0x7bd5, [0x2acc] = 0x7bd6, [0x2acd] = 0x7bd7, - [0x2ace] = 0x7bd8, [0x2acf] = 0x7bdb, [0x2ad0] = 0x7bdc, [0x2ad1] = 0x7bde, - [0x2ad2] = 0x7bdf, [0x2ad3] = 0x7be0, [0x2ad4] = 0x7be2, [0x2ad5] = 0x7be3, - [0x2ad6] = 0x7be4, [0x2ad7] = 0x7be7, [0x2ad8] = 0x7be8, [0x2ad9] = 0x7be9, - [0x2ada] = 0x7beb, [0x2adb] = 0x7bec, [0x2adc] = 0x7bed, [0x2add] = 0x7bef, - [0x2ade] = 0x7bf0, [0x2adf] = 0x7bf2, [0x2ae0] = 0x7bf3, [0x2ae1] = 0x7bf4, - [0x2ae2] = 0x7bf5, [0x2ae3] = 0x7bf6, [0x2ae4] = 0x7bf8, [0x2ae5] = 0x7bf9, - [0x2ae6] = 0x7bfa, [0x2ae7] = 0x7bfb, [0x2ae8] = 0x7bfd, [0x2ae9] = 0x7bff, - [0x2aea] = 0x7c00, [0x2aeb] = 0x7c01, [0x2aec] = 0x7c02, [0x2aed] = 0x7c03, - [0x2aee] = 0x7c04, [0x2aef] = 0x7c05, [0x2af0] = 0x7c06, [0x2af1] = 0x7c08, - [0x2af2] = 0x7c09, [0x2af3] = 0x7c0a, [0x2af4] = 0x7c0d, [0x2af5] = 0x7c0e, - [0x2af6] = 0x7c10, [0x2af7] = 0x7c11, [0x2af8] = 0x7c12, [0x2af9] = 0x7c13, - [0x2afa] = 0x7c14, [0x2afb] = 0x7c15, [0x2afc] = 0x7c17, [0x2afd] = 0x7c18, - [0x2afe] = 0x7c19, [0x2b00] = 0x7c1a, [0x2b01] = 0x7c1b, [0x2b02] = 0x7c1c, - [0x2b03] = 0x7c1d, [0x2b04] = 0x7c1e, [0x2b05] = 0x7c20, [0x2b06] = 0x7c21, - [0x2b07] = 0x7c22, [0x2b08] = 0x7c23, [0x2b09] = 0x7c24, [0x2b0a] = 0x7c25, - [0x2b0b] = 0x7c28, [0x2b0c] = 0x7c29, [0x2b0d] = 0x7c2b, [0x2b0e] = 0x7c2c, - [0x2b0f] = 0x7c2d, [0x2b10] = 0x7c2e, [0x2b11] = 0x7c2f, [0x2b12] = 0x7c30, - [0x2b13] = 0x7c31, [0x2b14] = 0x7c32, [0x2b15] = 0x7c33, [0x2b16] = 0x7c34, - [0x2b17] = 0x7c35, [0x2b18] = 0x7c36, [0x2b19] = 0x7c37, [0x2b1a] = 0x7c39, - [0x2b1b] = 0x7c3a, [0x2b1c] = 0x7c3b, [0x2b1d] = 0x7c3c, [0x2b1e] = 0x7c3d, - [0x2b1f] = 0x7c3e, [0x2b20] = 0x7c42, [0x2b21] = 0x9ab8, [0x2b22] = 0x5b69, - [0x2b23] = 0x6d77, [0x2b24] = 0x6c26, [0x2b25] = 0x4ea5, [0x2b26] = 0x5bb3, - [0x2b27] = 0x9a87, [0x2b28] = 0x9163, [0x2b29] = 0x61a8, [0x2b2a] = 0x90af, - [0x2b2b] = 0x97e9, [0x2b2c] = 0x542b, [0x2b2d] = 0x6db5, [0x2b2e] = 0x5bd2, - [0x2b2f] = 0x51fd, [0x2b30] = 0x558a, [0x2b31] = 0x7f55, [0x2b32] = 0x7ff0, - [0x2b33] = 0x64bc, [0x2b34] = 0x634d, [0x2b35] = 0x65f1, [0x2b36] = 0x61be, - [0x2b37] = 0x608d, [0x2b38] = 0x710a, [0x2b39] = 0x6c57, [0x2b3a] = 0x6c49, - [0x2b3b] = 0x592f, [0x2b3c] = 0x676d, [0x2b3d] = 0x822a, [0x2b3e] = 0x58d5, - [0x2b3f] = 0x568e, [0x2b40] = 0x8c6a, [0x2b41] = 0x6beb, [0x2b42] = 0x90dd, - [0x2b43] = 0x597d, [0x2b44] = 0x8017, [0x2b45] = 0x53f7, [0x2b46] = 0x6d69, - [0x2b47] = 0x5475, [0x2b48] = 0x559d, [0x2b49] = 0x8377, [0x2b4a] = 0x83cf, - [0x2b4b] = 0x6838, [0x2b4c] = 0x79be, [0x2b4d] = 0x548c, [0x2b4e] = 0x4f55, - [0x2b4f] = 0x5408, [0x2b50] = 0x76d2, [0x2b51] = 0x8c89, [0x2b52] = 0x9602, - [0x2b53] = 0x6cb3, [0x2b54] = 0x6db8, [0x2b55] = 0x8d6b, [0x2b56] = 0x8910, - [0x2b57] = 0x9e64, [0x2b58] = 0x8d3a, [0x2b59] = 0x563f, [0x2b5a] = 0x9ed1, - [0x2b5b] = 0x75d5, [0x2b5c] = 0x5f88, [0x2b5d] = 0x72e0, [0x2b5e] = 0x6068, - [0x2b5f] = 0x54fc, [0x2b60] = 0x4ea8, [0x2b61] = 0x6a2a, [0x2b62] = 0x8861, - [0x2b63] = 0x6052, [0x2b64] = 0x8f70, [0x2b65] = 0x54c4, [0x2b66] = 0x70d8, - [0x2b67] = 0x8679, [0x2b68] = 0x9e3f, [0x2b69] = 0x6d2a, [0x2b6a] = 0x5b8f, - [0x2b6b] = 0x5f18, [0x2b6c] = 0x7ea2, [0x2b6d] = 0x5589, [0x2b6e] = 0x4faf, - [0x2b6f] = 0x7334, [0x2b70] = 0x543c, [0x2b71] = 0x539a, [0x2b72] = 0x5019, - [0x2b73] = 0x540e, [0x2b74] = 0x547c, [0x2b75] = 0x4e4e, [0x2b76] = 0x5ffd, - [0x2b77] = 0x745a, [0x2b78] = 0x58f6, [0x2b79] = 0x846b, [0x2b7a] = 0x80e1, - [0x2b7b] = 0x8774, [0x2b7c] = 0x72d0, [0x2b7d] = 0x7cca, [0x2b7e] = 0x6e56, - [0x2b80] = 0x7c43, [0x2b81] = 0x7c44, [0x2b82] = 0x7c45, [0x2b83] = 0x7c46, - [0x2b84] = 0x7c47, [0x2b85] = 0x7c48, [0x2b86] = 0x7c49, [0x2b87] = 0x7c4a, - [0x2b88] = 0x7c4b, [0x2b89] = 0x7c4c, [0x2b8a] = 0x7c4e, [0x2b8b] = 0x7c4f, - [0x2b8c] = 0x7c50, [0x2b8d] = 0x7c51, [0x2b8e] = 0x7c52, [0x2b8f] = 0x7c53, - [0x2b90] = 0x7c54, [0x2b91] = 0x7c55, [0x2b92] = 0x7c56, [0x2b93] = 0x7c57, - [0x2b94] = 0x7c58, [0x2b95] = 0x7c59, [0x2b96] = 0x7c5a, [0x2b97] = 0x7c5b, - [0x2b98] = 0x7c5c, [0x2b99] = 0x7c5d, [0x2b9a] = 0x7c5e, [0x2b9b] = 0x7c5f, - [0x2b9c] = 0x7c60, [0x2b9d] = 0x7c61, [0x2b9e] = 0x7c62, [0x2b9f] = 0x7c63, - [0x2ba0] = 0x7c64, [0x2ba1] = 0x7c65, [0x2ba2] = 0x7c66, [0x2ba3] = 0x7c67, - [0x2ba4] = 0x7c68, [0x2ba5] = 0x7c69, [0x2ba6] = 0x7c6a, [0x2ba7] = 0x7c6b, - [0x2ba8] = 0x7c6c, [0x2ba9] = 0x7c6d, [0x2baa] = 0x7c6e, [0x2bab] = 0x7c6f, - [0x2bac] = 0x7c70, [0x2bad] = 0x7c71, [0x2bae] = 0x7c72, [0x2baf] = 0x7c75, - [0x2bb0] = 0x7c76, [0x2bb1] = 0x7c77, [0x2bb2] = 0x7c78, [0x2bb3] = 0x7c79, - [0x2bb4] = 0x7c7a, [0x2bb5] = 0x7c7e, [0x2bb6] = 0x7c7f, [0x2bb7] = 0x7c80, - [0x2bb8] = 0x7c81, [0x2bb9] = 0x7c82, [0x2bba] = 0x7c83, [0x2bbb] = 0x7c84, - [0x2bbc] = 0x7c85, [0x2bbd] = 0x7c86, [0x2bbe] = 0x7c87, [0x2bc0] = 0x7c88, - [0x2bc1] = 0x7c8a, [0x2bc2] = 0x7c8b, [0x2bc3] = 0x7c8c, [0x2bc4] = 0x7c8d, - [0x2bc5] = 0x7c8e, [0x2bc6] = 0x7c8f, [0x2bc7] = 0x7c90, [0x2bc8] = 0x7c93, - [0x2bc9] = 0x7c94, [0x2bca] = 0x7c96, [0x2bcb] = 0x7c99, [0x2bcc] = 0x7c9a, - [0x2bcd] = 0x7c9b, [0x2bce] = 0x7ca0, [0x2bcf] = 0x7ca1, [0x2bd0] = 0x7ca3, - [0x2bd1] = 0x7ca6, [0x2bd2] = 0x7ca7, [0x2bd3] = 0x7ca8, [0x2bd4] = 0x7ca9, - [0x2bd5] = 0x7cab, [0x2bd6] = 0x7cac, [0x2bd7] = 0x7cad, [0x2bd8] = 0x7caf, - [0x2bd9] = 0x7cb0, [0x2bda] = 0x7cb4, [0x2bdb] = 0x7cb5, [0x2bdc] = 0x7cb6, - [0x2bdd] = 0x7cb7, [0x2bde] = 0x7cb8, [0x2bdf] = 0x7cba, [0x2be0] = 0x7cbb, - [0x2be1] = 0x5f27, [0x2be2] = 0x864e, [0x2be3] = 0x552c, [0x2be4] = 0x62a4, - [0x2be5] = 0x4e92, [0x2be6] = 0x6caa, [0x2be7] = 0x6237, [0x2be8] = 0x82b1, - [0x2be9] = 0x54d7, [0x2bea] = 0x534e, [0x2beb] = 0x733e, [0x2bec] = 0x6ed1, - [0x2bed] = 0x753b, [0x2bee] = 0x5212, [0x2bef] = 0x5316, [0x2bf0] = 0x8bdd, - [0x2bf1] = 0x69d0, [0x2bf2] = 0x5f8a, [0x2bf3] = 0x6000, [0x2bf4] = 0x6dee, - [0x2bf5] = 0x574f, [0x2bf6] = 0x6b22, [0x2bf7] = 0x73af, [0x2bf8] = 0x6853, - [0x2bf9] = 0x8fd8, [0x2bfa] = 0x7f13, [0x2bfb] = 0x6362, [0x2bfc] = 0x60a3, - [0x2bfd] = 0x5524, [0x2bfe] = 0x75ea, [0x2bff] = 0x8c62, [0x2c00] = 0x7115, - [0x2c01] = 0x6da3, [0x2c02] = 0x5ba6, [0x2c03] = 0x5e7b, [0x2c04] = 0x8352, - [0x2c05] = 0x614c, [0x2c06] = 0x9ec4, [0x2c07] = 0x78fa, [0x2c08] = 0x8757, - [0x2c09] = 0x7c27, [0x2c0a] = 0x7687, [0x2c0b] = 0x51f0, [0x2c0c] = 0x60f6, - [0x2c0d] = 0x714c, [0x2c0e] = 0x6643, [0x2c0f] = 0x5e4c, [0x2c10] = 0x604d, - [0x2c11] = 0x8c0e, [0x2c12] = 0x7070, [0x2c13] = 0x6325, [0x2c14] = 0x8f89, - [0x2c15] = 0x5fbd, [0x2c16] = 0x6062, [0x2c17] = 0x86d4, [0x2c18] = 0x56de, - [0x2c19] = 0x6bc1, [0x2c1a] = 0x6094, [0x2c1b] = 0x6167, [0x2c1c] = 0x5349, - [0x2c1d] = 0x60e0, [0x2c1e] = 0x6666, [0x2c1f] = 0x8d3f, [0x2c20] = 0x79fd, - [0x2c21] = 0x4f1a, [0x2c22] = 0x70e9, [0x2c23] = 0x6c47, [0x2c24] = 0x8bb3, - [0x2c25] = 0x8bf2, [0x2c26] = 0x7ed8, [0x2c27] = 0x8364, [0x2c28] = 0x660f, - [0x2c29] = 0x5a5a, [0x2c2a] = 0x9b42, [0x2c2b] = 0x6d51, [0x2c2c] = 0x6df7, - [0x2c2d] = 0x8c41, [0x2c2e] = 0x6d3b, [0x2c2f] = 0x4f19, [0x2c30] = 0x706b, - [0x2c31] = 0x83b7, [0x2c32] = 0x6216, [0x2c33] = 0x60d1, [0x2c34] = 0x970d, - [0x2c35] = 0x8d27, [0x2c36] = 0x7978, [0x2c37] = 0x51fb, [0x2c38] = 0x573e, - [0x2c39] = 0x57fa, [0x2c3a] = 0x673a, [0x2c3b] = 0x7578, [0x2c3c] = 0x7a3d, - [0x2c3d] = 0x79ef, [0x2c3e] = 0x7b95, [0x2c40] = 0x7cbf, [0x2c41] = 0x7cc0, - [0x2c42] = 0x7cc2, [0x2c43] = 0x7cc3, [0x2c44] = 0x7cc4, [0x2c45] = 0x7cc6, - [0x2c46] = 0x7cc9, [0x2c47] = 0x7ccb, [0x2c48] = 0x7cce, [0x2c49] = 0x7ccf, - [0x2c4a] = 0x7cd0, [0x2c4b] = 0x7cd1, [0x2c4c] = 0x7cd2, [0x2c4d] = 0x7cd3, - [0x2c4e] = 0x7cd4, [0x2c4f] = 0x7cd8, [0x2c50] = 0x7cda, [0x2c51] = 0x7cdb, - [0x2c52] = 0x7cdd, [0x2c53] = 0x7cde, [0x2c54] = 0x7ce1, [0x2c55] = 0x7ce2, - [0x2c56] = 0x7ce3, [0x2c57] = 0x7ce4, [0x2c58] = 0x7ce5, [0x2c59] = 0x7ce6, - [0x2c5a] = 0x7ce7, [0x2c5b] = 0x7ce9, [0x2c5c] = 0x7cea, [0x2c5d] = 0x7ceb, - [0x2c5e] = 0x7cec, [0x2c5f] = 0x7ced, [0x2c60] = 0x7cee, [0x2c61] = 0x7cf0, - [0x2c62] = 0x7cf1, [0x2c63] = 0x7cf2, [0x2c64] = 0x7cf3, [0x2c65] = 0x7cf4, - [0x2c66] = 0x7cf5, [0x2c67] = 0x7cf6, [0x2c68] = 0x7cf7, [0x2c69] = 0x7cf9, - [0x2c6a] = 0x7cfa, [0x2c6b] = 0x7cfc, [0x2c6c] = 0x7cfd, [0x2c6d] = 0x7cfe, - [0x2c6e] = 0x7cff, [0x2c6f] = 0x7d00, [0x2c70] = 0x7d01, [0x2c71] = 0x7d02, - [0x2c72] = 0x7d03, [0x2c73] = 0x7d04, [0x2c74] = 0x7d05, [0x2c75] = 0x7d06, - [0x2c76] = 0x7d07, [0x2c77] = 0x7d08, [0x2c78] = 0x7d09, [0x2c79] = 0x7d0b, - [0x2c7a] = 0x7d0c, [0x2c7b] = 0x7d0d, [0x2c7c] = 0x7d0e, [0x2c7d] = 0x7d0f, - [0x2c7e] = 0x7d10, [0x2c80] = 0x7d11, [0x2c81] = 0x7d12, [0x2c82] = 0x7d13, - [0x2c83] = 0x7d14, [0x2c84] = 0x7d15, [0x2c85] = 0x7d16, [0x2c86] = 0x7d17, - [0x2c87] = 0x7d18, [0x2c88] = 0x7d19, [0x2c89] = 0x7d1a, [0x2c8a] = 0x7d1b, - [0x2c8b] = 0x7d1c, [0x2c8c] = 0x7d1d, [0x2c8d] = 0x7d1e, [0x2c8e] = 0x7d1f, - [0x2c8f] = 0x7d21, [0x2c90] = 0x7d23, [0x2c91] = 0x7d24, [0x2c92] = 0x7d25, - [0x2c93] = 0x7d26, [0x2c94] = 0x7d28, [0x2c95] = 0x7d29, [0x2c96] = 0x7d2a, - [0x2c97] = 0x7d2c, [0x2c98] = 0x7d2d, [0x2c99] = 0x7d2e, [0x2c9a] = 0x7d30, - [0x2c9b] = 0x7d31, [0x2c9c] = 0x7d32, [0x2c9d] = 0x7d33, [0x2c9e] = 0x7d34, - [0x2c9f] = 0x7d35, [0x2ca0] = 0x7d36, [0x2ca1] = 0x808c, [0x2ca2] = 0x9965, - [0x2ca3] = 0x8ff9, [0x2ca4] = 0x6fc0, [0x2ca5] = 0x8ba5, [0x2ca6] = 0x9e21, - [0x2ca7] = 0x59ec, [0x2ca8] = 0x7ee9, [0x2ca9] = 0x7f09, [0x2caa] = 0x5409, - [0x2cab] = 0x6781, [0x2cac] = 0x68d8, [0x2cad] = 0x8f91, [0x2cae] = 0x7c4d, - [0x2caf] = 0x96c6, [0x2cb0] = 0x53ca, [0x2cb1] = 0x6025, [0x2cb2] = 0x75be, - [0x2cb3] = 0x6c72, [0x2cb4] = 0x5373, [0x2cb5] = 0x5ac9, [0x2cb6] = 0x7ea7, - [0x2cb7] = 0x6324, [0x2cb8] = 0x51e0, [0x2cb9] = 0x810a, [0x2cba] = 0x5df1, - [0x2cbb] = 0x84df, [0x2cbc] = 0x6280, [0x2cbd] = 0x5180, [0x2cbe] = 0x5b63, - [0x2cbf] = 0x4f0e, [0x2cc0] = 0x796d, [0x2cc1] = 0x5242, [0x2cc2] = 0x60b8, - [0x2cc3] = 0x6d4e, [0x2cc4] = 0x5bc4, [0x2cc5] = 0x5bc2, [0x2cc6] = 0x8ba1, - [0x2cc7] = 0x8bb0, [0x2cc8] = 0x65e2, [0x2cc9] = 0x5fcc, [0x2cca] = 0x9645, - [0x2ccb] = 0x5993, [0x2ccc] = 0x7ee7, [0x2ccd] = 0x7eaa, [0x2cce] = 0x5609, - [0x2ccf] = 0x67b7, [0x2cd0] = 0x5939, [0x2cd1] = 0x4f73, [0x2cd2] = 0x5bb6, - [0x2cd3] = 0x52a0, [0x2cd4] = 0x835a, [0x2cd5] = 0x988a, [0x2cd6] = 0x8d3e, - [0x2cd7] = 0x7532, [0x2cd8] = 0x94be, [0x2cd9] = 0x5047, [0x2cda] = 0x7a3c, - [0x2cdb] = 0x4ef7, [0x2cdc] = 0x67b6, [0x2cdd] = 0x9a7e, [0x2cde] = 0x5ac1, - [0x2cdf] = 0x6b7c, [0x2ce0] = 0x76d1, [0x2ce1] = 0x575a, [0x2ce2] = 0x5c16, - [0x2ce3] = 0x7b3a, [0x2ce4] = 0x95f4, [0x2ce5] = 0x714e, [0x2ce6] = 0x517c, - [0x2ce7] = 0x80a9, [0x2ce8] = 0x8270, [0x2ce9] = 0x5978, [0x2cea] = 0x7f04, - [0x2ceb] = 0x8327, [0x2cec] = 0x68c0, [0x2ced] = 0x67ec, [0x2cee] = 0x78b1, - [0x2cef] = 0x7877, [0x2cf0] = 0x62e3, [0x2cf1] = 0x6361, [0x2cf2] = 0x7b80, - [0x2cf3] = 0x4fed, [0x2cf4] = 0x526a, [0x2cf5] = 0x51cf, [0x2cf6] = 0x8350, - [0x2cf7] = 0x69db, [0x2cf8] = 0x9274, [0x2cf9] = 0x8df5, [0x2cfa] = 0x8d31, - [0x2cfb] = 0x89c1, [0x2cfc] = 0x952e, [0x2cfd] = 0x7bad, [0x2cfe] = 0x4ef6, - [0x2d00] = 0x7d37, [0x2d01] = 0x7d38, [0x2d02] = 0x7d39, [0x2d03] = 0x7d3a, - [0x2d04] = 0x7d3b, [0x2d05] = 0x7d3c, [0x2d06] = 0x7d3d, [0x2d07] = 0x7d3e, - [0x2d08] = 0x7d3f, [0x2d09] = 0x7d40, [0x2d0a] = 0x7d41, [0x2d0b] = 0x7d42, - [0x2d0c] = 0x7d43, [0x2d0d] = 0x7d44, [0x2d0e] = 0x7d45, [0x2d0f] = 0x7d46, - [0x2d10] = 0x7d47, [0x2d11] = 0x7d48, [0x2d12] = 0x7d49, [0x2d13] = 0x7d4a, - [0x2d14] = 0x7d4b, [0x2d15] = 0x7d4c, [0x2d16] = 0x7d4d, [0x2d17] = 0x7d4e, - [0x2d18] = 0x7d4f, [0x2d19] = 0x7d50, [0x2d1a] = 0x7d51, [0x2d1b] = 0x7d52, - [0x2d1c] = 0x7d53, [0x2d1d] = 0x7d54, [0x2d1e] = 0x7d55, [0x2d1f] = 0x7d56, - [0x2d20] = 0x7d57, [0x2d21] = 0x7d58, [0x2d22] = 0x7d59, [0x2d23] = 0x7d5a, - [0x2d24] = 0x7d5b, [0x2d25] = 0x7d5c, [0x2d26] = 0x7d5d, [0x2d27] = 0x7d5e, - [0x2d28] = 0x7d5f, [0x2d29] = 0x7d60, [0x2d2a] = 0x7d61, [0x2d2b] = 0x7d62, - [0x2d2c] = 0x7d63, [0x2d2d] = 0x7d64, [0x2d2e] = 0x7d65, [0x2d2f] = 0x7d66, - [0x2d30] = 0x7d67, [0x2d31] = 0x7d68, [0x2d32] = 0x7d69, [0x2d33] = 0x7d6a, - [0x2d34] = 0x7d6b, [0x2d35] = 0x7d6c, [0x2d36] = 0x7d6d, [0x2d37] = 0x7d6f, - [0x2d38] = 0x7d70, [0x2d39] = 0x7d71, [0x2d3a] = 0x7d72, [0x2d3b] = 0x7d73, - [0x2d3c] = 0x7d74, [0x2d3d] = 0x7d75, [0x2d3e] = 0x7d76, [0x2d40] = 0x7d78, - [0x2d41] = 0x7d79, [0x2d42] = 0x7d7a, [0x2d43] = 0x7d7b, [0x2d44] = 0x7d7c, - [0x2d45] = 0x7d7d, [0x2d46] = 0x7d7e, [0x2d47] = 0x7d7f, [0x2d48] = 0x7d80, - [0x2d49] = 0x7d81, [0x2d4a] = 0x7d82, [0x2d4b] = 0x7d83, [0x2d4c] = 0x7d84, - [0x2d4d] = 0x7d85, [0x2d4e] = 0x7d86, [0x2d4f] = 0x7d87, [0x2d50] = 0x7d88, - [0x2d51] = 0x7d89, [0x2d52] = 0x7d8a, [0x2d53] = 0x7d8b, [0x2d54] = 0x7d8c, - [0x2d55] = 0x7d8d, [0x2d56] = 0x7d8e, [0x2d57] = 0x7d8f, [0x2d58] = 0x7d90, - [0x2d59] = 0x7d91, [0x2d5a] = 0x7d92, [0x2d5b] = 0x7d93, [0x2d5c] = 0x7d94, - [0x2d5d] = 0x7d95, [0x2d5e] = 0x7d96, [0x2d5f] = 0x7d97, [0x2d60] = 0x7d98, - [0x2d61] = 0x5065, [0x2d62] = 0x8230, [0x2d63] = 0x5251, [0x2d64] = 0x996f, - [0x2d65] = 0x6e10, [0x2d66] = 0x6e85, [0x2d67] = 0x6da7, [0x2d68] = 0x5efa, - [0x2d69] = 0x50f5, [0x2d6a] = 0x59dc, [0x2d6b] = 0x5c06, [0x2d6c] = 0x6d46, - [0x2d6d] = 0x6c5f, [0x2d6e] = 0x7586, [0x2d6f] = 0x848b, [0x2d70] = 0x6868, - [0x2d71] = 0x5956, [0x2d72] = 0x8bb2, [0x2d73] = 0x5320, [0x2d74] = 0x9171, - [0x2d75] = 0x964d, [0x2d76] = 0x8549, [0x2d77] = 0x6912, [0x2d78] = 0x7901, - [0x2d79] = 0x7126, [0x2d7a] = 0x80f6, [0x2d7b] = 0x4ea4, [0x2d7c] = 0x90ca, - [0x2d7d] = 0x6d47, [0x2d7e] = 0x9a84, [0x2d7f] = 0x5a07, [0x2d80] = 0x56bc, - [0x2d81] = 0x6405, [0x2d82] = 0x94f0, [0x2d83] = 0x77eb, [0x2d84] = 0x4fa5, - [0x2d85] = 0x811a, [0x2d86] = 0x72e1, [0x2d87] = 0x89d2, [0x2d88] = 0x997a, - [0x2d89] = 0x7f34, [0x2d8a] = 0x7ede, [0x2d8b] = 0x527f, [0x2d8c] = 0x6559, - [0x2d8d] = 0x9175, [0x2d8e] = 0x8f7f, [0x2d8f] = 0x8f83, [0x2d90] = 0x53eb, - [0x2d91] = 0x7a96, [0x2d92] = 0x63ed, [0x2d93] = 0x63a5, [0x2d94] = 0x7686, - [0x2d95] = 0x79f8, [0x2d96] = 0x8857, [0x2d97] = 0x9636, [0x2d98] = 0x622a, - [0x2d99] = 0x52ab, [0x2d9a] = 0x8282, [0x2d9b] = 0x6854, [0x2d9c] = 0x6770, - [0x2d9d] = 0x6377, [0x2d9e] = 0x776b, [0x2d9f] = 0x7aed, [0x2da0] = 0x6d01, - [0x2da1] = 0x7ed3, [0x2da2] = 0x89e3, [0x2da3] = 0x59d0, [0x2da4] = 0x6212, - [0x2da5] = 0x85c9, [0x2da6] = 0x82a5, [0x2da7] = 0x754c, [0x2da8] = 0x501f, - [0x2da9] = 0x4ecb, [0x2daa] = 0x75a5, [0x2dab] = 0x8beb, [0x2dac] = 0x5c4a, - [0x2dad] = 0x5dfe, [0x2dae] = 0x7b4b, [0x2daf] = 0x65a4, [0x2db0] = 0x91d1, - [0x2db1] = 0x4eca, [0x2db2] = 0x6d25, [0x2db3] = 0x895f, [0x2db4] = 0x7d27, - [0x2db5] = 0x9526, [0x2db6] = 0x4ec5, [0x2db7] = 0x8c28, [0x2db8] = 0x8fdb, - [0x2db9] = 0x9773, [0x2dba] = 0x664b, [0x2dbb] = 0x7981, [0x2dbc] = 0x8fd1, - [0x2dbd] = 0x70ec, [0x2dbe] = 0x6d78, [0x2dc0] = 0x7d99, [0x2dc1] = 0x7d9a, - [0x2dc2] = 0x7d9b, [0x2dc3] = 0x7d9c, [0x2dc4] = 0x7d9d, [0x2dc5] = 0x7d9e, - [0x2dc6] = 0x7d9f, [0x2dc7] = 0x7da0, [0x2dc8] = 0x7da1, [0x2dc9] = 0x7da2, - [0x2dca] = 0x7da3, [0x2dcb] = 0x7da4, [0x2dcc] = 0x7da5, [0x2dcd] = 0x7da7, - [0x2dce] = 0x7da8, [0x2dcf] = 0x7da9, [0x2dd0] = 0x7daa, [0x2dd1] = 0x7dab, - [0x2dd2] = 0x7dac, [0x2dd3] = 0x7dad, [0x2dd4] = 0x7daf, [0x2dd5] = 0x7db0, - [0x2dd6] = 0x7db1, [0x2dd7] = 0x7db2, [0x2dd8] = 0x7db3, [0x2dd9] = 0x7db4, - [0x2dda] = 0x7db5, [0x2ddb] = 0x7db6, [0x2ddc] = 0x7db7, [0x2ddd] = 0x7db8, - [0x2dde] = 0x7db9, [0x2ddf] = 0x7dba, [0x2de0] = 0x7dbb, [0x2de1] = 0x7dbc, - [0x2de2] = 0x7dbd, [0x2de3] = 0x7dbe, [0x2de4] = 0x7dbf, [0x2de5] = 0x7dc0, - [0x2de6] = 0x7dc1, [0x2de7] = 0x7dc2, [0x2de8] = 0x7dc3, [0x2de9] = 0x7dc4, - [0x2dea] = 0x7dc5, [0x2deb] = 0x7dc6, [0x2dec] = 0x7dc7, [0x2ded] = 0x7dc8, - [0x2dee] = 0x7dc9, [0x2def] = 0x7dca, [0x2df0] = 0x7dcb, [0x2df1] = 0x7dcc, - [0x2df2] = 0x7dcd, [0x2df3] = 0x7dce, [0x2df4] = 0x7dcf, [0x2df5] = 0x7dd0, - [0x2df6] = 0x7dd1, [0x2df7] = 0x7dd2, [0x2df8] = 0x7dd3, [0x2df9] = 0x7dd4, - [0x2dfa] = 0x7dd5, [0x2dfb] = 0x7dd6, [0x2dfc] = 0x7dd7, [0x2dfd] = 0x7dd8, - [0x2dfe] = 0x7dd9, [0x2e00] = 0x7dda, [0x2e01] = 0x7ddb, [0x2e02] = 0x7ddc, - [0x2e03] = 0x7ddd, [0x2e04] = 0x7dde, [0x2e05] = 0x7ddf, [0x2e06] = 0x7de0, - [0x2e07] = 0x7de1, [0x2e08] = 0x7de2, [0x2e09] = 0x7de3, [0x2e0a] = 0x7de4, - [0x2e0b] = 0x7de5, [0x2e0c] = 0x7de6, [0x2e0d] = 0x7de7, [0x2e0e] = 0x7de8, - [0x2e0f] = 0x7de9, [0x2e10] = 0x7dea, [0x2e11] = 0x7deb, [0x2e12] = 0x7dec, - [0x2e13] = 0x7ded, [0x2e14] = 0x7dee, [0x2e15] = 0x7def, [0x2e16] = 0x7df0, - [0x2e17] = 0x7df1, [0x2e18] = 0x7df2, [0x2e19] = 0x7df3, [0x2e1a] = 0x7df4, - [0x2e1b] = 0x7df5, [0x2e1c] = 0x7df6, [0x2e1d] = 0x7df7, [0x2e1e] = 0x7df8, - [0x2e1f] = 0x7df9, [0x2e20] = 0x7dfa, [0x2e21] = 0x5c3d, [0x2e22] = 0x52b2, - [0x2e23] = 0x8346, [0x2e24] = 0x5162, [0x2e25] = 0x830e, [0x2e26] = 0x775b, - [0x2e27] = 0x6676, [0x2e28] = 0x9cb8, [0x2e29] = 0x4eac, [0x2e2a] = 0x60ca, - [0x2e2b] = 0x7cbe, [0x2e2c] = 0x7cb3, [0x2e2d] = 0x7ecf, [0x2e2e] = 0x4e95, - [0x2e2f] = 0x8b66, [0x2e30] = 0x666f, [0x2e31] = 0x9888, [0x2e32] = 0x9759, - [0x2e33] = 0x5883, [0x2e34] = 0x656c, [0x2e35] = 0x955c, [0x2e36] = 0x5f84, - [0x2e37] = 0x75c9, [0x2e38] = 0x9756, [0x2e39] = 0x7adf, [0x2e3a] = 0x7ade, - [0x2e3b] = 0x51c0, [0x2e3c] = 0x70af, [0x2e3d] = 0x7a98, [0x2e3e] = 0x63ea, - [0x2e3f] = 0x7a76, [0x2e40] = 0x7ea0, [0x2e41] = 0x7396, [0x2e42] = 0x97ed, - [0x2e43] = 0x4e45, [0x2e44] = 0x7078, [0x2e45] = 0x4e5d, [0x2e46] = 0x9152, - [0x2e47] = 0x53a9, [0x2e48] = 0x6551, [0x2e49] = 0x65e7, [0x2e4a] = 0x81fc, - [0x2e4b] = 0x8205, [0x2e4c] = 0x548e, [0x2e4d] = 0x5c31, [0x2e4e] = 0x759a, - [0x2e4f] = 0x97a0, [0x2e50] = 0x62d8, [0x2e51] = 0x72d9, [0x2e52] = 0x75bd, - [0x2e53] = 0x5c45, [0x2e54] = 0x9a79, [0x2e55] = 0x83ca, [0x2e56] = 0x5c40, - [0x2e57] = 0x5480, [0x2e58] = 0x77e9, [0x2e59] = 0x4e3e, [0x2e5a] = 0x6cae, - [0x2e5b] = 0x805a, [0x2e5c] = 0x62d2, [0x2e5d] = 0x636e, [0x2e5e] = 0x5de8, - [0x2e5f] = 0x5177, [0x2e60] = 0x8ddd, [0x2e61] = 0x8e1e, [0x2e62] = 0x952f, - [0x2e63] = 0x4ff1, [0x2e64] = 0x53e5, [0x2e65] = 0x60e7, [0x2e66] = 0x70ac, - [0x2e67] = 0x5267, [0x2e68] = 0x6350, [0x2e69] = 0x9e43, [0x2e6a] = 0x5a1f, - [0x2e6b] = 0x5026, [0x2e6c] = 0x7737, [0x2e6d] = 0x5377, [0x2e6e] = 0x7ee2, - [0x2e6f] = 0x6485, [0x2e70] = 0x652b, [0x2e71] = 0x6289, [0x2e72] = 0x6398, - [0x2e73] = 0x5014, [0x2e74] = 0x7235, [0x2e75] = 0x89c9, [0x2e76] = 0x51b3, - [0x2e77] = 0x8bc0, [0x2e78] = 0x7edd, [0x2e79] = 0x5747, [0x2e7a] = 0x83cc, - [0x2e7b] = 0x94a7, [0x2e7c] = 0x519b, [0x2e7d] = 0x541b, [0x2e7e] = 0x5cfb, - [0x2e80] = 0x7dfb, [0x2e81] = 0x7dfc, [0x2e82] = 0x7dfd, [0x2e83] = 0x7dfe, - [0x2e84] = 0x7dff, [0x2e85] = 0x7e00, [0x2e86] = 0x7e01, [0x2e87] = 0x7e02, - [0x2e88] = 0x7e03, [0x2e89] = 0x7e04, [0x2e8a] = 0x7e05, [0x2e8b] = 0x7e06, - [0x2e8c] = 0x7e07, [0x2e8d] = 0x7e08, [0x2e8e] = 0x7e09, [0x2e8f] = 0x7e0a, - [0x2e90] = 0x7e0b, [0x2e91] = 0x7e0c, [0x2e92] = 0x7e0d, [0x2e93] = 0x7e0e, - [0x2e94] = 0x7e0f, [0x2e95] = 0x7e10, [0x2e96] = 0x7e11, [0x2e97] = 0x7e12, - [0x2e98] = 0x7e13, [0x2e99] = 0x7e14, [0x2e9a] = 0x7e15, [0x2e9b] = 0x7e16, - [0x2e9c] = 0x7e17, [0x2e9d] = 0x7e18, [0x2e9e] = 0x7e19, [0x2e9f] = 0x7e1a, - [0x2ea0] = 0x7e1b, [0x2ea1] = 0x7e1c, [0x2ea2] = 0x7e1d, [0x2ea3] = 0x7e1e, - [0x2ea4] = 0x7e1f, [0x2ea5] = 0x7e20, [0x2ea6] = 0x7e21, [0x2ea7] = 0x7e22, - [0x2ea8] = 0x7e23, [0x2ea9] = 0x7e24, [0x2eaa] = 0x7e25, [0x2eab] = 0x7e26, - [0x2eac] = 0x7e27, [0x2ead] = 0x7e28, [0x2eae] = 0x7e29, [0x2eaf] = 0x7e2a, - [0x2eb0] = 0x7e2b, [0x2eb1] = 0x7e2c, [0x2eb2] = 0x7e2d, [0x2eb3] = 0x7e2e, - [0x2eb4] = 0x7e2f, [0x2eb5] = 0x7e30, [0x2eb6] = 0x7e31, [0x2eb7] = 0x7e32, - [0x2eb8] = 0x7e33, [0x2eb9] = 0x7e34, [0x2eba] = 0x7e35, [0x2ebb] = 0x7e36, - [0x2ebc] = 0x7e37, [0x2ebd] = 0x7e38, [0x2ebe] = 0x7e39, [0x2ec0] = 0x7e3a, - [0x2ec1] = 0x7e3c, [0x2ec2] = 0x7e3d, [0x2ec3] = 0x7e3e, [0x2ec4] = 0x7e3f, - [0x2ec5] = 0x7e40, [0x2ec6] = 0x7e42, [0x2ec7] = 0x7e43, [0x2ec8] = 0x7e44, - [0x2ec9] = 0x7e45, [0x2eca] = 0x7e46, [0x2ecb] = 0x7e48, [0x2ecc] = 0x7e49, - [0x2ecd] = 0x7e4a, [0x2ece] = 0x7e4b, [0x2ecf] = 0x7e4c, [0x2ed0] = 0x7e4d, - [0x2ed1] = 0x7e4e, [0x2ed2] = 0x7e4f, [0x2ed3] = 0x7e50, [0x2ed4] = 0x7e51, - [0x2ed5] = 0x7e52, [0x2ed6] = 0x7e53, [0x2ed7] = 0x7e54, [0x2ed8] = 0x7e55, - [0x2ed9] = 0x7e56, [0x2eda] = 0x7e57, [0x2edb] = 0x7e58, [0x2edc] = 0x7e59, - [0x2edd] = 0x7e5a, [0x2ede] = 0x7e5b, [0x2edf] = 0x7e5c, [0x2ee0] = 0x7e5d, - [0x2ee1] = 0x4fca, [0x2ee2] = 0x7ae3, [0x2ee3] = 0x6d5a, [0x2ee4] = 0x90e1, - [0x2ee5] = 0x9a8f, [0x2ee6] = 0x5580, [0x2ee7] = 0x5496, [0x2ee8] = 0x5361, - [0x2ee9] = 0x54af, [0x2eea] = 0x5f00, [0x2eeb] = 0x63e9, [0x2eec] = 0x6977, - [0x2eed] = 0x51ef, [0x2eee] = 0x6168, [0x2eef] = 0x520a, [0x2ef0] = 0x582a, - [0x2ef1] = 0x52d8, [0x2ef2] = 0x574e, [0x2ef3] = 0x780d, [0x2ef4] = 0x770b, - [0x2ef5] = 0x5eb7, [0x2ef6] = 0x6177, [0x2ef7] = 0x7ce0, [0x2ef8] = 0x625b, - [0x2ef9] = 0x6297, [0x2efa] = 0x4ea2, [0x2efb] = 0x7095, [0x2efc] = 0x8003, - [0x2efd] = 0x62f7, [0x2efe] = 0x70e4, [0x2eff] = 0x9760, [0x2f00] = 0x5777, - [0x2f01] = 0x82db, [0x2f02] = 0x67ef, [0x2f03] = 0x68f5, [0x2f04] = 0x78d5, - [0x2f05] = 0x9897, [0x2f06] = 0x79d1, [0x2f07] = 0x58f3, [0x2f08] = 0x54b3, - [0x2f09] = 0x53ef, [0x2f0a] = 0x6e34, [0x2f0b] = 0x514b, [0x2f0c] = 0x523b, - [0x2f0d] = 0x5ba2, [0x2f0e] = 0x8bfe, [0x2f0f] = 0x80af, [0x2f10] = 0x5543, - [0x2f11] = 0x57a6, [0x2f12] = 0x6073, [0x2f13] = 0x5751, [0x2f14] = 0x542d, - [0x2f15] = 0x7a7a, [0x2f16] = 0x6050, [0x2f17] = 0x5b54, [0x2f18] = 0x63a7, - [0x2f19] = 0x62a0, [0x2f1a] = 0x53e3, [0x2f1b] = 0x6263, [0x2f1c] = 0x5bc7, - [0x2f1d] = 0x67af, [0x2f1e] = 0x54ed, [0x2f1f] = 0x7a9f, [0x2f20] = 0x82e6, - [0x2f21] = 0x9177, [0x2f22] = 0x5e93, [0x2f23] = 0x88e4, [0x2f24] = 0x5938, - [0x2f25] = 0x57ae, [0x2f26] = 0x630e, [0x2f27] = 0x8de8, [0x2f28] = 0x80ef, - [0x2f29] = 0x5757, [0x2f2a] = 0x7b77, [0x2f2b] = 0x4fa9, [0x2f2c] = 0x5feb, - [0x2f2d] = 0x5bbd, [0x2f2e] = 0x6b3e, [0x2f2f] = 0x5321, [0x2f30] = 0x7b50, - [0x2f31] = 0x72c2, [0x2f32] = 0x6846, [0x2f33] = 0x77ff, [0x2f34] = 0x7736, - [0x2f35] = 0x65f7, [0x2f36] = 0x51b5, [0x2f37] = 0x4e8f, [0x2f38] = 0x76d4, - [0x2f39] = 0x5cbf, [0x2f3a] = 0x7aa5, [0x2f3b] = 0x8475, [0x2f3c] = 0x594e, - [0x2f3d] = 0x9b41, [0x2f3e] = 0x5080, [0x2f40] = 0x7e5e, [0x2f41] = 0x7e5f, - [0x2f42] = 0x7e60, [0x2f43] = 0x7e61, [0x2f44] = 0x7e62, [0x2f45] = 0x7e63, - [0x2f46] = 0x7e64, [0x2f47] = 0x7e65, [0x2f48] = 0x7e66, [0x2f49] = 0x7e67, - [0x2f4a] = 0x7e68, [0x2f4b] = 0x7e69, [0x2f4c] = 0x7e6a, [0x2f4d] = 0x7e6b, - [0x2f4e] = 0x7e6c, [0x2f4f] = 0x7e6d, [0x2f50] = 0x7e6e, [0x2f51] = 0x7e6f, - [0x2f52] = 0x7e70, [0x2f53] = 0x7e71, [0x2f54] = 0x7e72, [0x2f55] = 0x7e73, - [0x2f56] = 0x7e74, [0x2f57] = 0x7e75, [0x2f58] = 0x7e76, [0x2f59] = 0x7e77, - [0x2f5a] = 0x7e78, [0x2f5b] = 0x7e79, [0x2f5c] = 0x7e7a, [0x2f5d] = 0x7e7b, - [0x2f5e] = 0x7e7c, [0x2f5f] = 0x7e7d, [0x2f60] = 0x7e7e, [0x2f61] = 0x7e7f, - [0x2f62] = 0x7e80, [0x2f63] = 0x7e81, [0x2f64] = 0x7e83, [0x2f65] = 0x7e84, - [0x2f66] = 0x7e85, [0x2f67] = 0x7e86, [0x2f68] = 0x7e87, [0x2f69] = 0x7e88, - [0x2f6a] = 0x7e89, [0x2f6b] = 0x7e8a, [0x2f6c] = 0x7e8b, [0x2f6d] = 0x7e8c, - [0x2f6e] = 0x7e8d, [0x2f6f] = 0x7e8e, [0x2f70] = 0x7e8f, [0x2f71] = 0x7e90, - [0x2f72] = 0x7e91, [0x2f73] = 0x7e92, [0x2f74] = 0x7e93, [0x2f75] = 0x7e94, - [0x2f76] = 0x7e95, [0x2f77] = 0x7e96, [0x2f78] = 0x7e97, [0x2f79] = 0x7e98, - [0x2f7a] = 0x7e99, [0x2f7b] = 0x7e9a, [0x2f7c] = 0x7e9c, [0x2f7d] = 0x7e9d, - [0x2f7e] = 0x7e9e, [0x2f80] = 0x7eae, [0x2f81] = 0x7eb4, [0x2f82] = 0x7ebb, - [0x2f83] = 0x7ebc, [0x2f84] = 0x7ed6, [0x2f85] = 0x7ee4, [0x2f86] = 0x7eec, - [0x2f87] = 0x7ef9, [0x2f88] = 0x7f0a, [0x2f89] = 0x7f10, [0x2f8a] = 0x7f1e, - [0x2f8b] = 0x7f37, [0x2f8c] = 0x7f39, [0x2f8d] = 0x7f3b, [0x2f8e] = 0x7f3c, - [0x2f8f] = 0x7f3d, [0x2f90] = 0x7f3e, [0x2f91] = 0x7f3f, [0x2f92] = 0x7f40, - [0x2f93] = 0x7f41, [0x2f94] = 0x7f43, [0x2f95] = 0x7f46, [0x2f96] = 0x7f47, - [0x2f97] = 0x7f48, [0x2f98] = 0x7f49, [0x2f99] = 0x7f4a, [0x2f9a] = 0x7f4b, - [0x2f9b] = 0x7f4c, [0x2f9c] = 0x7f4d, [0x2f9d] = 0x7f4e, [0x2f9e] = 0x7f4f, - [0x2f9f] = 0x7f52, [0x2fa0] = 0x7f53, [0x2fa1] = 0x9988, [0x2fa2] = 0x6127, - [0x2fa3] = 0x6e83, [0x2fa4] = 0x5764, [0x2fa5] = 0x6606, [0x2fa6] = 0x6346, - [0x2fa7] = 0x56f0, [0x2fa8] = 0x62ec, [0x2fa9] = 0x6269, [0x2faa] = 0x5ed3, - [0x2fab] = 0x9614, [0x2fac] = 0x5783, [0x2fad] = 0x62c9, [0x2fae] = 0x5587, - [0x2faf] = 0x8721, [0x2fb0] = 0x814a, [0x2fb1] = 0x8fa3, [0x2fb2] = 0x5566, - [0x2fb3] = 0x83b1, [0x2fb4] = 0x6765, [0x2fb5] = 0x8d56, [0x2fb6] = 0x84dd, - [0x2fb7] = 0x5a6a, [0x2fb8] = 0x680f, [0x2fb9] = 0x62e6, [0x2fba] = 0x7bee, - [0x2fbb] = 0x9611, [0x2fbc] = 0x5170, [0x2fbd] = 0x6f9c, [0x2fbe] = 0x8c30, - [0x2fbf] = 0x63fd, [0x2fc0] = 0x89c8, [0x2fc1] = 0x61d2, [0x2fc2] = 0x7f06, - [0x2fc3] = 0x70c2, [0x2fc4] = 0x6ee5, [0x2fc5] = 0x7405, [0x2fc6] = 0x6994, - [0x2fc7] = 0x72fc, [0x2fc8] = 0x5eca, [0x2fc9] = 0x90ce, [0x2fca] = 0x6717, - [0x2fcb] = 0x6d6a, [0x2fcc] = 0x635e, [0x2fcd] = 0x52b3, [0x2fce] = 0x7262, - [0x2fcf] = 0x8001, [0x2fd0] = 0x4f6c, [0x2fd1] = 0x59e5, [0x2fd2] = 0x916a, - [0x2fd3] = 0x70d9, [0x2fd4] = 0x6d9d, [0x2fd5] = 0x52d2, [0x2fd6] = 0x4e50, - [0x2fd7] = 0x96f7, [0x2fd8] = 0x956d, [0x2fd9] = 0x857e, [0x2fda] = 0x78ca, - [0x2fdb] = 0x7d2f, [0x2fdc] = 0x5121, [0x2fdd] = 0x5792, [0x2fde] = 0x64c2, - [0x2fdf] = 0x808b, [0x2fe0] = 0x7c7b, [0x2fe1] = 0x6cea, [0x2fe2] = 0x68f1, - [0x2fe3] = 0x695e, [0x2fe4] = 0x51b7, [0x2fe5] = 0x5398, [0x2fe6] = 0x68a8, - [0x2fe7] = 0x7281, [0x2fe8] = 0x9ece, [0x2fe9] = 0x7bf1, [0x2fea] = 0x72f8, - [0x2feb] = 0x79bb, [0x2fec] = 0x6f13, [0x2fed] = 0x7406, [0x2fee] = 0x674e, - [0x2fef] = 0x91cc, [0x2ff0] = 0x9ca4, [0x2ff1] = 0x793c, [0x2ff2] = 0x8389, - [0x2ff3] = 0x8354, [0x2ff4] = 0x540f, [0x2ff5] = 0x6817, [0x2ff6] = 0x4e3d, - [0x2ff7] = 0x5389, [0x2ff8] = 0x52b1, [0x2ff9] = 0x783e, [0x2ffa] = 0x5386, - [0x2ffb] = 0x5229, [0x2ffc] = 0x5088, [0x2ffd] = 0x4f8b, [0x2ffe] = 0x4fd0, - [0x3000] = 0x7f56, [0x3001] = 0x7f59, [0x3002] = 0x7f5b, [0x3003] = 0x7f5c, - [0x3004] = 0x7f5d, [0x3005] = 0x7f5e, [0x3006] = 0x7f60, [0x3007] = 0x7f63, - [0x3008] = 0x7f64, [0x3009] = 0x7f65, [0x300a] = 0x7f66, [0x300b] = 0x7f67, - [0x300c] = 0x7f6b, [0x300d] = 0x7f6c, [0x300e] = 0x7f6d, [0x300f] = 0x7f6f, - [0x3010] = 0x7f70, [0x3011] = 0x7f73, [0x3012] = 0x7f75, [0x3013] = 0x7f76, - [0x3014] = 0x7f77, [0x3015] = 0x7f78, [0x3016] = 0x7f7a, [0x3017] = 0x7f7b, - [0x3018] = 0x7f7c, [0x3019] = 0x7f7d, [0x301a] = 0x7f7f, [0x301b] = 0x7f80, - [0x301c] = 0x7f82, [0x301d] = 0x7f83, [0x301e] = 0x7f84, [0x301f] = 0x7f85, - [0x3020] = 0x7f86, [0x3021] = 0x7f87, [0x3022] = 0x7f88, [0x3023] = 0x7f89, - [0x3024] = 0x7f8b, [0x3025] = 0x7f8d, [0x3026] = 0x7f8f, [0x3027] = 0x7f90, - [0x3028] = 0x7f91, [0x3029] = 0x7f92, [0x302a] = 0x7f93, [0x302b] = 0x7f95, - [0x302c] = 0x7f96, [0x302d] = 0x7f97, [0x302e] = 0x7f98, [0x302f] = 0x7f99, - [0x3030] = 0x7f9b, [0x3031] = 0x7f9c, [0x3032] = 0x7fa0, [0x3033] = 0x7fa2, - [0x3034] = 0x7fa3, [0x3035] = 0x7fa5, [0x3036] = 0x7fa6, [0x3037] = 0x7fa8, - [0x3038] = 0x7fa9, [0x3039] = 0x7faa, [0x303a] = 0x7fab, [0x303b] = 0x7fac, - [0x303c] = 0x7fad, [0x303d] = 0x7fae, [0x303e] = 0x7fb1, [0x3040] = 0x7fb3, - [0x3041] = 0x7fb4, [0x3042] = 0x7fb5, [0x3043] = 0x7fb6, [0x3044] = 0x7fb7, - [0x3045] = 0x7fba, [0x3046] = 0x7fbb, [0x3047] = 0x7fbe, [0x3048] = 0x7fc0, - [0x3049] = 0x7fc2, [0x304a] = 0x7fc3, [0x304b] = 0x7fc4, [0x304c] = 0x7fc6, - [0x304d] = 0x7fc7, [0x304e] = 0x7fc8, [0x304f] = 0x7fc9, [0x3050] = 0x7fcb, - [0x3051] = 0x7fcd, [0x3052] = 0x7fcf, [0x3053] = 0x7fd0, [0x3054] = 0x7fd1, - [0x3055] = 0x7fd2, [0x3056] = 0x7fd3, [0x3057] = 0x7fd6, [0x3058] = 0x7fd7, - [0x3059] = 0x7fd9, [0x305a] = 0x7fda, [0x305b] = 0x7fdb, [0x305c] = 0x7fdc, - [0x305d] = 0x7fdd, [0x305e] = 0x7fde, [0x305f] = 0x7fe2, [0x3060] = 0x7fe3, - [0x3061] = 0x75e2, [0x3062] = 0x7acb, [0x3063] = 0x7c92, [0x3064] = 0x6ca5, - [0x3065] = 0x96b6, [0x3066] = 0x529b, [0x3067] = 0x7483, [0x3068] = 0x54e9, - [0x3069] = 0x4fe9, [0x306a] = 0x8054, [0x306b] = 0x83b2, [0x306c] = 0x8fde, - [0x306d] = 0x9570, [0x306e] = 0x5ec9, [0x306f] = 0x601c, [0x3070] = 0x6d9f, - [0x3071] = 0x5e18, [0x3072] = 0x655b, [0x3073] = 0x8138, [0x3074] = 0x94fe, - [0x3075] = 0x604b, [0x3076] = 0x70bc, [0x3077] = 0x7ec3, [0x3078] = 0x7cae, - [0x3079] = 0x51c9, [0x307a] = 0x6881, [0x307b] = 0x7cb1, [0x307c] = 0x826f, - [0x307d] = 0x4e24, [0x307e] = 0x8f86, [0x307f] = 0x91cf, [0x3080] = 0x667e, - [0x3081] = 0x4eae, [0x3082] = 0x8c05, [0x3083] = 0x64a9, [0x3084] = 0x804a, - [0x3085] = 0x50da, [0x3086] = 0x7597, [0x3087] = 0x71ce, [0x3088] = 0x5be5, - [0x3089] = 0x8fbd, [0x308a] = 0x6f66, [0x308b] = 0x4e86, [0x308c] = 0x6482, - [0x308d] = 0x9563, [0x308e] = 0x5ed6, [0x308f] = 0x6599, [0x3090] = 0x5217, - [0x3091] = 0x88c2, [0x3092] = 0x70c8, [0x3093] = 0x52a3, [0x3094] = 0x730e, - [0x3095] = 0x7433, [0x3096] = 0x6797, [0x3097] = 0x78f7, [0x3098] = 0x9716, - [0x3099] = 0x4e34, [0x309a] = 0x90bb, [0x309b] = 0x9cde, [0x309c] = 0x6dcb, - [0x309d] = 0x51db, [0x309e] = 0x8d41, [0x309f] = 0x541d, [0x30a0] = 0x62ce, - [0x30a1] = 0x73b2, [0x30a2] = 0x83f1, [0x30a3] = 0x96f6, [0x30a4] = 0x9f84, - [0x30a5] = 0x94c3, [0x30a6] = 0x4f36, [0x30a7] = 0x7f9a, [0x30a8] = 0x51cc, - [0x30a9] = 0x7075, [0x30aa] = 0x9675, [0x30ab] = 0x5cad, [0x30ac] = 0x9886, - [0x30ad] = 0x53e6, [0x30ae] = 0x4ee4, [0x30af] = 0x6e9c, [0x30b0] = 0x7409, - [0x30b1] = 0x69b4, [0x30b2] = 0x786b, [0x30b3] = 0x998f, [0x30b4] = 0x7559, - [0x30b5] = 0x5218, [0x30b6] = 0x7624, [0x30b7] = 0x6d41, [0x30b8] = 0x67f3, - [0x30b9] = 0x516d, [0x30ba] = 0x9f99, [0x30bb] = 0x804b, [0x30bc] = 0x5499, - [0x30bd] = 0x7b3c, [0x30be] = 0x7abf, [0x30c0] = 0x7fe4, [0x30c1] = 0x7fe7, - [0x30c2] = 0x7fe8, [0x30c3] = 0x7fea, [0x30c4] = 0x7feb, [0x30c5] = 0x7fec, - [0x30c6] = 0x7fed, [0x30c7] = 0x7fef, [0x30c8] = 0x7ff2, [0x30c9] = 0x7ff4, - [0x30ca] = 0x7ff5, [0x30cb] = 0x7ff6, [0x30cc] = 0x7ff7, [0x30cd] = 0x7ff8, - [0x30ce] = 0x7ff9, [0x30cf] = 0x7ffa, [0x30d0] = 0x7ffd, [0x30d1] = 0x7ffe, - [0x30d2] = 0x7fff, [0x30d3] = 0x8002, [0x30d4] = 0x8007, [0x30d5] = 0x8008, - [0x30d6] = 0x8009, [0x30d7] = 0x800a, [0x30d8] = 0x800e, [0x30d9] = 0x800f, - [0x30da] = 0x8011, [0x30db] = 0x8013, [0x30dc] = 0x801a, [0x30dd] = 0x801b, - [0x30de] = 0x801d, [0x30df] = 0x801e, [0x30e0] = 0x801f, [0x30e1] = 0x8021, - [0x30e2] = 0x8023, [0x30e3] = 0x8024, [0x30e4] = 0x802b, [0x30e5] = 0x802c, - [0x30e6] = 0x802d, [0x30e7] = 0x802e, [0x30e8] = 0x802f, [0x30e9] = 0x8030, - [0x30ea] = 0x8032, [0x30eb] = 0x8034, [0x30ec] = 0x8039, [0x30ed] = 0x803a, - [0x30ee] = 0x803c, [0x30ef] = 0x803e, [0x30f0] = 0x8040, [0x30f1] = 0x8041, - [0x30f2] = 0x8044, [0x30f3] = 0x8045, [0x30f4] = 0x8047, [0x30f5] = 0x8048, - [0x30f6] = 0x8049, [0x30f7] = 0x804e, [0x30f8] = 0x804f, [0x30f9] = 0x8050, - [0x30fa] = 0x8051, [0x30fb] = 0x8053, [0x30fc] = 0x8055, [0x30fd] = 0x8056, - [0x30fe] = 0x8057, [0x3100] = 0x8059, [0x3101] = 0x805b, [0x3102] = 0x805c, - [0x3103] = 0x805d, [0x3104] = 0x805e, [0x3105] = 0x805f, [0x3106] = 0x8060, - [0x3107] = 0x8061, [0x3108] = 0x8062, [0x3109] = 0x8063, [0x310a] = 0x8064, - [0x310b] = 0x8065, [0x310c] = 0x8066, [0x310d] = 0x8067, [0x310e] = 0x8068, - [0x310f] = 0x806b, [0x3110] = 0x806c, [0x3111] = 0x806d, [0x3112] = 0x806e, - [0x3113] = 0x806f, [0x3114] = 0x8070, [0x3115] = 0x8072, [0x3116] = 0x8073, - [0x3117] = 0x8074, [0x3118] = 0x8075, [0x3119] = 0x8076, [0x311a] = 0x8077, - [0x311b] = 0x8078, [0x311c] = 0x8079, [0x311d] = 0x807a, [0x311e] = 0x807b, - [0x311f] = 0x807c, [0x3120] = 0x807d, [0x3121] = 0x9686, [0x3122] = 0x5784, - [0x3123] = 0x62e2, [0x3124] = 0x9647, [0x3125] = 0x697c, [0x3126] = 0x5a04, - [0x3127] = 0x6402, [0x3128] = 0x7bd3, [0x3129] = 0x6f0f, [0x312a] = 0x964b, - [0x312b] = 0x82a6, [0x312c] = 0x5362, [0x312d] = 0x9885, [0x312e] = 0x5e90, - [0x312f] = 0x7089, [0x3130] = 0x63b3, [0x3131] = 0x5364, [0x3132] = 0x864f, - [0x3133] = 0x9c81, [0x3134] = 0x9e93, [0x3135] = 0x788c, [0x3136] = 0x9732, - [0x3137] = 0x8def, [0x3138] = 0x8d42, [0x3139] = 0x9e7f, [0x313a] = 0x6f5e, - [0x313b] = 0x7984, [0x313c] = 0x5f55, [0x313d] = 0x9646, [0x313e] = 0x622e, - [0x313f] = 0x9a74, [0x3140] = 0x5415, [0x3141] = 0x94dd, [0x3142] = 0x4fa3, - [0x3143] = 0x65c5, [0x3144] = 0x5c65, [0x3145] = 0x5c61, [0x3146] = 0x7f15, - [0x3147] = 0x8651, [0x3148] = 0x6c2f, [0x3149] = 0x5f8b, [0x314a] = 0x7387, - [0x314b] = 0x6ee4, [0x314c] = 0x7eff, [0x314d] = 0x5ce6, [0x314e] = 0x631b, - [0x314f] = 0x5b6a, [0x3150] = 0x6ee6, [0x3151] = 0x5375, [0x3152] = 0x4e71, - [0x3153] = 0x63a0, [0x3154] = 0x7565, [0x3155] = 0x62a1, [0x3156] = 0x8f6e, - [0x3157] = 0x4f26, [0x3158] = 0x4ed1, [0x3159] = 0x6ca6, [0x315a] = 0x7eb6, - [0x315b] = 0x8bba, [0x315c] = 0x841d, [0x315d] = 0x87ba, [0x315e] = 0x7f57, - [0x315f] = 0x903b, [0x3160] = 0x9523, [0x3161] = 0x7ba9, [0x3162] = 0x9aa1, - [0x3163] = 0x88f8, [0x3164] = 0x843d, [0x3165] = 0x6d1b, [0x3166] = 0x9a86, - [0x3167] = 0x7edc, [0x3168] = 0x5988, [0x3169] = 0x9ebb, [0x316a] = 0x739b, - [0x316b] = 0x7801, [0x316c] = 0x8682, [0x316d] = 0x9a6c, [0x316e] = 0x9a82, - [0x316f] = 0x561b, [0x3170] = 0x5417, [0x3171] = 0x57cb, [0x3172] = 0x4e70, - [0x3173] = 0x9ea6, [0x3174] = 0x5356, [0x3175] = 0x8fc8, [0x3176] = 0x8109, - [0x3177] = 0x7792, [0x3178] = 0x9992, [0x3179] = 0x86ee, [0x317a] = 0x6ee1, - [0x317b] = 0x8513, [0x317c] = 0x66fc, [0x317d] = 0x6162, [0x317e] = 0x6f2b, - [0x3180] = 0x807e, [0x3181] = 0x8081, [0x3182] = 0x8082, [0x3183] = 0x8085, - [0x3184] = 0x8088, [0x3185] = 0x808a, [0x3186] = 0x808d, [0x3187] = 0x808e, - [0x3188] = 0x808f, [0x3189] = 0x8090, [0x318a] = 0x8091, [0x318b] = 0x8092, - [0x318c] = 0x8094, [0x318d] = 0x8095, [0x318e] = 0x8097, [0x318f] = 0x8099, - [0x3190] = 0x809e, [0x3191] = 0x80a3, [0x3192] = 0x80a6, [0x3193] = 0x80a7, - [0x3194] = 0x80a8, [0x3195] = 0x80ac, [0x3196] = 0x80b0, [0x3197] = 0x80b3, - [0x3198] = 0x80b5, [0x3199] = 0x80b6, [0x319a] = 0x80b8, [0x319b] = 0x80b9, - [0x319c] = 0x80bb, [0x319d] = 0x80c5, [0x319e] = 0x80c7, [0x319f] = 0x80c8, - [0x31a0] = 0x80c9, [0x31a1] = 0x80ca, [0x31a2] = 0x80cb, [0x31a3] = 0x80cf, - [0x31a4] = 0x80d0, [0x31a5] = 0x80d1, [0x31a6] = 0x80d2, [0x31a7] = 0x80d3, - [0x31a8] = 0x80d4, [0x31a9] = 0x80d5, [0x31aa] = 0x80d8, [0x31ab] = 0x80df, - [0x31ac] = 0x80e0, [0x31ad] = 0x80e2, [0x31ae] = 0x80e3, [0x31af] = 0x80e6, - [0x31b0] = 0x80ee, [0x31b1] = 0x80f5, [0x31b2] = 0x80f7, [0x31b3] = 0x80f9, - [0x31b4] = 0x80fb, [0x31b5] = 0x80fe, [0x31b6] = 0x80ff, [0x31b7] = 0x8100, - [0x31b8] = 0x8101, [0x31b9] = 0x8103, [0x31ba] = 0x8104, [0x31bb] = 0x8105, - [0x31bc] = 0x8107, [0x31bd] = 0x8108, [0x31be] = 0x810b, [0x31c0] = 0x810c, - [0x31c1] = 0x8115, [0x31c2] = 0x8117, [0x31c3] = 0x8119, [0x31c4] = 0x811b, - [0x31c5] = 0x811c, [0x31c6] = 0x811d, [0x31c7] = 0x811f, [0x31c8] = 0x8120, - [0x31c9] = 0x8121, [0x31ca] = 0x8122, [0x31cb] = 0x8123, [0x31cc] = 0x8124, - [0x31cd] = 0x8125, [0x31ce] = 0x8126, [0x31cf] = 0x8127, [0x31d0] = 0x8128, - [0x31d1] = 0x8129, [0x31d2] = 0x812a, [0x31d3] = 0x812b, [0x31d4] = 0x812d, - [0x31d5] = 0x812e, [0x31d6] = 0x8130, [0x31d7] = 0x8133, [0x31d8] = 0x8134, - [0x31d9] = 0x8135, [0x31da] = 0x8137, [0x31db] = 0x8139, [0x31dc] = 0x813a, - [0x31dd] = 0x813b, [0x31de] = 0x813c, [0x31df] = 0x813d, [0x31e0] = 0x813f, - [0x31e1] = 0x8c29, [0x31e2] = 0x8292, [0x31e3] = 0x832b, [0x31e4] = 0x76f2, - [0x31e5] = 0x6c13, [0x31e6] = 0x5fd9, [0x31e7] = 0x83bd, [0x31e8] = 0x732b, - [0x31e9] = 0x8305, [0x31ea] = 0x951a, [0x31eb] = 0x6bdb, [0x31ec] = 0x77db, - [0x31ed] = 0x94c6, [0x31ee] = 0x536f, [0x31ef] = 0x8302, [0x31f0] = 0x5192, - [0x31f1] = 0x5e3d, [0x31f2] = 0x8c8c, [0x31f3] = 0x8d38, [0x31f4] = 0x4e48, - [0x31f5] = 0x73ab, [0x31f6] = 0x679a, [0x31f7] = 0x6885, [0x31f8] = 0x9176, - [0x31f9] = 0x9709, [0x31fa] = 0x7164, [0x31fb] = 0x6ca1, [0x31fc] = 0x7709, - [0x31fd] = 0x5a92, [0x31fe] = 0x9541, [0x31ff] = 0x6bcf, [0x3200] = 0x7f8e, - [0x3201] = 0x6627, [0x3202] = 0x5bd0, [0x3203] = 0x59b9, [0x3204] = 0x5a9a, - [0x3205] = 0x95e8, [0x3206] = 0x95f7, [0x3207] = 0x4eec, [0x3208] = 0x840c, - [0x3209] = 0x8499, [0x320a] = 0x6aac, [0x320b] = 0x76df, [0x320c] = 0x9530, - [0x320d] = 0x731b, [0x320e] = 0x68a6, [0x320f] = 0x5b5f, [0x3210] = 0x772f, - [0x3211] = 0x919a, [0x3212] = 0x9761, [0x3213] = 0x7cdc, [0x3214] = 0x8ff7, - [0x3215] = 0x8c1c, [0x3216] = 0x5f25, [0x3217] = 0x7c73, [0x3218] = 0x79d8, - [0x3219] = 0x89c5, [0x321a] = 0x6ccc, [0x321b] = 0x871c, [0x321c] = 0x5bc6, - [0x321d] = 0x5e42, [0x321e] = 0x68c9, [0x321f] = 0x7720, [0x3220] = 0x7ef5, - [0x3221] = 0x5195, [0x3222] = 0x514d, [0x3223] = 0x52c9, [0x3224] = 0x5a29, - [0x3225] = 0x7f05, [0x3226] = 0x9762, [0x3227] = 0x82d7, [0x3228] = 0x63cf, - [0x3229] = 0x7784, [0x322a] = 0x85d0, [0x322b] = 0x79d2, [0x322c] = 0x6e3a, - [0x322d] = 0x5e99, [0x322e] = 0x5999, [0x322f] = 0x8511, [0x3230] = 0x706d, - [0x3231] = 0x6c11, [0x3232] = 0x62bf, [0x3233] = 0x76bf, [0x3234] = 0x654f, - [0x3235] = 0x60af, [0x3236] = 0x95fd, [0x3237] = 0x660e, [0x3238] = 0x879f, - [0x3239] = 0x9e23, [0x323a] = 0x94ed, [0x323b] = 0x540d, [0x323c] = 0x547d, - [0x323d] = 0x8c2c, [0x323e] = 0x6478, [0x3240] = 0x8140, [0x3241] = 0x8141, - [0x3242] = 0x8142, [0x3243] = 0x8143, [0x3244] = 0x8144, [0x3245] = 0x8145, - [0x3246] = 0x8147, [0x3247] = 0x8149, [0x3248] = 0x814d, [0x3249] = 0x814e, - [0x324a] = 0x814f, [0x324b] = 0x8152, [0x324c] = 0x8156, [0x324d] = 0x8157, - [0x324e] = 0x8158, [0x324f] = 0x815b, [0x3250] = 0x815c, [0x3251] = 0x815d, - [0x3252] = 0x815e, [0x3253] = 0x815f, [0x3254] = 0x8161, [0x3255] = 0x8162, - [0x3256] = 0x8163, [0x3257] = 0x8164, [0x3258] = 0x8166, [0x3259] = 0x8168, - [0x325a] = 0x816a, [0x325b] = 0x816b, [0x325c] = 0x816c, [0x325d] = 0x816f, - [0x325e] = 0x8172, [0x325f] = 0x8173, [0x3260] = 0x8175, [0x3261] = 0x8176, - [0x3262] = 0x8177, [0x3263] = 0x8178, [0x3264] = 0x8181, [0x3265] = 0x8183, - [0x3266] = 0x8184, [0x3267] = 0x8185, [0x3268] = 0x8186, [0x3269] = 0x8187, - [0x326a] = 0x8189, [0x326b] = 0x818b, [0x326c] = 0x818c, [0x326d] = 0x818d, - [0x326e] = 0x818e, [0x326f] = 0x8190, [0x3270] = 0x8192, [0x3271] = 0x8193, - [0x3272] = 0x8194, [0x3273] = 0x8195, [0x3274] = 0x8196, [0x3275] = 0x8197, - [0x3276] = 0x8199, [0x3277] = 0x819a, [0x3278] = 0x819e, [0x3279] = 0x819f, - [0x327a] = 0x81a0, [0x327b] = 0x81a1, [0x327c] = 0x81a2, [0x327d] = 0x81a4, - [0x327e] = 0x81a5, [0x3280] = 0x81a7, [0x3281] = 0x81a9, [0x3282] = 0x81ab, - [0x3283] = 0x81ac, [0x3284] = 0x81ad, [0x3285] = 0x81ae, [0x3286] = 0x81af, - [0x3287] = 0x81b0, [0x3288] = 0x81b1, [0x3289] = 0x81b2, [0x328a] = 0x81b4, - [0x328b] = 0x81b5, [0x328c] = 0x81b6, [0x328d] = 0x81b7, [0x328e] = 0x81b8, - [0x328f] = 0x81b9, [0x3290] = 0x81bc, [0x3291] = 0x81bd, [0x3292] = 0x81be, - [0x3293] = 0x81bf, [0x3294] = 0x81c4, [0x3295] = 0x81c5, [0x3296] = 0x81c7, - [0x3297] = 0x81c8, [0x3298] = 0x81c9, [0x3299] = 0x81cb, [0x329a] = 0x81cd, - [0x329b] = 0x81ce, [0x329c] = 0x81cf, [0x329d] = 0x81d0, [0x329e] = 0x81d1, - [0x329f] = 0x81d2, [0x32a0] = 0x81d3, [0x32a1] = 0x6479, [0x32a2] = 0x8611, - [0x32a3] = 0x6a21, [0x32a4] = 0x819c, [0x32a5] = 0x78e8, [0x32a6] = 0x6469, - [0x32a7] = 0x9b54, [0x32a8] = 0x62b9, [0x32a9] = 0x672b, [0x32aa] = 0x83ab, - [0x32ab] = 0x58a8, [0x32ac] = 0x9ed8, [0x32ad] = 0x6cab, [0x32ae] = 0x6f20, - [0x32af] = 0x5bde, [0x32b0] = 0x964c, [0x32b1] = 0x8c0b, [0x32b2] = 0x725f, - [0x32b3] = 0x67d0, [0x32b4] = 0x62c7, [0x32b5] = 0x7261, [0x32b6] = 0x4ea9, - [0x32b7] = 0x59c6, [0x32b8] = 0x6bcd, [0x32b9] = 0x5893, [0x32ba] = 0x66ae, - [0x32bb] = 0x5e55, [0x32bc] = 0x52df, [0x32bd] = 0x6155, [0x32be] = 0x6728, - [0x32bf] = 0x76ee, [0x32c0] = 0x7766, [0x32c1] = 0x7267, [0x32c2] = 0x7a46, - [0x32c3] = 0x62ff, [0x32c4] = 0x54ea, [0x32c5] = 0x5450, [0x32c6] = 0x94a0, - [0x32c7] = 0x90a3, [0x32c8] = 0x5a1c, [0x32c9] = 0x7eb3, [0x32ca] = 0x6c16, - [0x32cb] = 0x4e43, [0x32cc] = 0x5976, [0x32cd] = 0x8010, [0x32ce] = 0x5948, - [0x32cf] = 0x5357, [0x32d0] = 0x7537, [0x32d1] = 0x96be, [0x32d2] = 0x56ca, - [0x32d3] = 0x6320, [0x32d4] = 0x8111, [0x32d5] = 0x607c, [0x32d6] = 0x95f9, - [0x32d7] = 0x6dd6, [0x32d8] = 0x5462, [0x32d9] = 0x9981, [0x32da] = 0x5185, - [0x32db] = 0x5ae9, [0x32dc] = 0x80fd, [0x32dd] = 0x59ae, [0x32de] = 0x9713, - [0x32df] = 0x502a, [0x32e0] = 0x6ce5, [0x32e1] = 0x5c3c, [0x32e2] = 0x62df, - [0x32e3] = 0x4f60, [0x32e4] = 0x533f, [0x32e5] = 0x817b, [0x32e6] = 0x9006, - [0x32e7] = 0x6eba, [0x32e8] = 0x852b, [0x32e9] = 0x62c8, [0x32ea] = 0x5e74, - [0x32eb] = 0x78be, [0x32ec] = 0x64b5, [0x32ed] = 0x637b, [0x32ee] = 0x5ff5, - [0x32ef] = 0x5a18, [0x32f0] = 0x917f, [0x32f1] = 0x9e1f, [0x32f2] = 0x5c3f, - [0x32f3] = 0x634f, [0x32f4] = 0x8042, [0x32f5] = 0x5b7d, [0x32f6] = 0x556e, - [0x32f7] = 0x954a, [0x32f8] = 0x954d, [0x32f9] = 0x6d85, [0x32fa] = 0x60a8, - [0x32fb] = 0x67e0, [0x32fc] = 0x72de, [0x32fd] = 0x51dd, [0x32fe] = 0x5b81, - [0x3300] = 0x81d4, [0x3301] = 0x81d5, [0x3302] = 0x81d6, [0x3303] = 0x81d7, - [0x3304] = 0x81d8, [0x3305] = 0x81d9, [0x3306] = 0x81da, [0x3307] = 0x81db, - [0x3308] = 0x81dc, [0x3309] = 0x81dd, [0x330a] = 0x81de, [0x330b] = 0x81df, - [0x330c] = 0x81e0, [0x330d] = 0x81e1, [0x330e] = 0x81e2, [0x330f] = 0x81e4, - [0x3310] = 0x81e5, [0x3311] = 0x81e6, [0x3312] = 0x81e8, [0x3313] = 0x81e9, - [0x3314] = 0x81eb, [0x3315] = 0x81ee, [0x3316] = 0x81ef, [0x3317] = 0x81f0, - [0x3318] = 0x81f1, [0x3319] = 0x81f2, [0x331a] = 0x81f5, [0x331b] = 0x81f6, - [0x331c] = 0x81f7, [0x331d] = 0x81f8, [0x331e] = 0x81f9, [0x331f] = 0x81fa, - [0x3320] = 0x81fd, [0x3321] = 0x81ff, [0x3322] = 0x8203, [0x3323] = 0x8207, - [0x3324] = 0x8208, [0x3325] = 0x8209, [0x3326] = 0x820a, [0x3327] = 0x820b, - [0x3328] = 0x820e, [0x3329] = 0x820f, [0x332a] = 0x8211, [0x332b] = 0x8213, - [0x332c] = 0x8215, [0x332d] = 0x8216, [0x332e] = 0x8217, [0x332f] = 0x8218, - [0x3330] = 0x8219, [0x3331] = 0x821a, [0x3332] = 0x821d, [0x3333] = 0x8220, - [0x3334] = 0x8224, [0x3335] = 0x8225, [0x3336] = 0x8226, [0x3337] = 0x8227, - [0x3338] = 0x8229, [0x3339] = 0x822e, [0x333a] = 0x8232, [0x333b] = 0x823a, - [0x333c] = 0x823c, [0x333d] = 0x823d, [0x333e] = 0x823f, [0x3340] = 0x8240, - [0x3341] = 0x8241, [0x3342] = 0x8242, [0x3343] = 0x8243, [0x3344] = 0x8245, - [0x3345] = 0x8246, [0x3346] = 0x8248, [0x3347] = 0x824a, [0x3348] = 0x824c, - [0x3349] = 0x824d, [0x334a] = 0x824e, [0x334b] = 0x8250, [0x334c] = 0x8251, - [0x334d] = 0x8252, [0x334e] = 0x8253, [0x334f] = 0x8254, [0x3350] = 0x8255, - [0x3351] = 0x8256, [0x3352] = 0x8257, [0x3353] = 0x8259, [0x3354] = 0x825b, - [0x3355] = 0x825c, [0x3356] = 0x825d, [0x3357] = 0x825e, [0x3358] = 0x8260, - [0x3359] = 0x8261, [0x335a] = 0x8262, [0x335b] = 0x8263, [0x335c] = 0x8264, - [0x335d] = 0x8265, [0x335e] = 0x8266, [0x335f] = 0x8267, [0x3360] = 0x8269, - [0x3361] = 0x62e7, [0x3362] = 0x6cde, [0x3363] = 0x725b, [0x3364] = 0x626d, - [0x3365] = 0x94ae, [0x3366] = 0x7ebd, [0x3367] = 0x8113, [0x3368] = 0x6d53, - [0x3369] = 0x519c, [0x336a] = 0x5f04, [0x336b] = 0x5974, [0x336c] = 0x52aa, - [0x336d] = 0x6012, [0x336e] = 0x5973, [0x336f] = 0x6696, [0x3370] = 0x8650, - [0x3371] = 0x759f, [0x3372] = 0x632a, [0x3373] = 0x61e6, [0x3374] = 0x7cef, - [0x3375] = 0x8bfa, [0x3376] = 0x54e6, [0x3377] = 0x6b27, [0x3378] = 0x9e25, - [0x3379] = 0x6bb4, [0x337a] = 0x85d5, [0x337b] = 0x5455, [0x337c] = 0x5076, - [0x337d] = 0x6ca4, [0x337e] = 0x556a, [0x337f] = 0x8db4, [0x3380] = 0x722c, - [0x3381] = 0x5e15, [0x3382] = 0x6015, [0x3383] = 0x7436, [0x3384] = 0x62cd, - [0x3385] = 0x6392, [0x3386] = 0x724c, [0x3387] = 0x5f98, [0x3388] = 0x6e43, - [0x3389] = 0x6d3e, [0x338a] = 0x6500, [0x338b] = 0x6f58, [0x338c] = 0x76d8, - [0x338d] = 0x78d0, [0x338e] = 0x76fc, [0x338f] = 0x7554, [0x3390] = 0x5224, - [0x3391] = 0x53db, [0x3392] = 0x4e53, [0x3393] = 0x5e9e, [0x3394] = 0x65c1, - [0x3395] = 0x802a, [0x3396] = 0x80d6, [0x3397] = 0x629b, [0x3398] = 0x5486, - [0x3399] = 0x5228, [0x339a] = 0x70ae, [0x339b] = 0x888d, [0x339c] = 0x8dd1, - [0x339d] = 0x6ce1, [0x339e] = 0x5478, [0x339f] = 0x80da, [0x33a0] = 0x57f9, - [0x33a1] = 0x88f4, [0x33a2] = 0x8d54, [0x33a3] = 0x966a, [0x33a4] = 0x914d, - [0x33a5] = 0x4f69, [0x33a6] = 0x6c9b, [0x33a7] = 0x55b7, [0x33a8] = 0x76c6, - [0x33a9] = 0x7830, [0x33aa] = 0x62a8, [0x33ab] = 0x70f9, [0x33ac] = 0x6f8e, - [0x33ad] = 0x5f6d, [0x33ae] = 0x84ec, [0x33af] = 0x68da, [0x33b0] = 0x787c, - [0x33b1] = 0x7bf7, [0x33b2] = 0x81a8, [0x33b3] = 0x670b, [0x33b4] = 0x9e4f, - [0x33b5] = 0x6367, [0x33b6] = 0x78b0, [0x33b7] = 0x576f, [0x33b8] = 0x7812, - [0x33b9] = 0x9739, [0x33ba] = 0x6279, [0x33bb] = 0x62ab, [0x33bc] = 0x5288, - [0x33bd] = 0x7435, [0x33be] = 0x6bd7, [0x33c0] = 0x826a, [0x33c1] = 0x826b, - [0x33c2] = 0x826c, [0x33c3] = 0x826d, [0x33c4] = 0x8271, [0x33c5] = 0x8275, - [0x33c6] = 0x8276, [0x33c7] = 0x8277, [0x33c8] = 0x8278, [0x33c9] = 0x827b, - [0x33ca] = 0x827c, [0x33cb] = 0x8280, [0x33cc] = 0x8281, [0x33cd] = 0x8283, - [0x33ce] = 0x8285, [0x33cf] = 0x8286, [0x33d0] = 0x8287, [0x33d1] = 0x8289, - [0x33d2] = 0x828c, [0x33d3] = 0x8290, [0x33d4] = 0x8293, [0x33d5] = 0x8294, - [0x33d6] = 0x8295, [0x33d7] = 0x8296, [0x33d8] = 0x829a, [0x33d9] = 0x829b, - [0x33da] = 0x829e, [0x33db] = 0x82a0, [0x33dc] = 0x82a2, [0x33dd] = 0x82a3, - [0x33de] = 0x82a7, [0x33df] = 0x82b2, [0x33e0] = 0x82b5, [0x33e1] = 0x82b6, - [0x33e2] = 0x82ba, [0x33e3] = 0x82bb, [0x33e4] = 0x82bc, [0x33e5] = 0x82bf, - [0x33e6] = 0x82c0, [0x33e7] = 0x82c2, [0x33e8] = 0x82c3, [0x33e9] = 0x82c5, - [0x33ea] = 0x82c6, [0x33eb] = 0x82c9, [0x33ec] = 0x82d0, [0x33ed] = 0x82d6, - [0x33ee] = 0x82d9, [0x33ef] = 0x82da, [0x33f0] = 0x82dd, [0x33f1] = 0x82e2, - [0x33f2] = 0x82e7, [0x33f3] = 0x82e8, [0x33f4] = 0x82e9, [0x33f5] = 0x82ea, - [0x33f6] = 0x82ec, [0x33f7] = 0x82ed, [0x33f8] = 0x82ee, [0x33f9] = 0x82f0, - [0x33fa] = 0x82f2, [0x33fb] = 0x82f3, [0x33fc] = 0x82f5, [0x33fd] = 0x82f6, - [0x33fe] = 0x82f8, [0x3400] = 0x82fa, [0x3401] = 0x82fc, [0x3402] = 0x82fd, - [0x3403] = 0x82fe, [0x3404] = 0x82ff, [0x3405] = 0x8300, [0x3406] = 0x830a, - [0x3407] = 0x830b, [0x3408] = 0x830d, [0x3409] = 0x8310, [0x340a] = 0x8312, - [0x340b] = 0x8313, [0x340c] = 0x8316, [0x340d] = 0x8318, [0x340e] = 0x8319, - [0x340f] = 0x831d, [0x3410] = 0x831e, [0x3411] = 0x831f, [0x3412] = 0x8320, - [0x3413] = 0x8321, [0x3414] = 0x8322, [0x3415] = 0x8323, [0x3416] = 0x8324, - [0x3417] = 0x8325, [0x3418] = 0x8326, [0x3419] = 0x8329, [0x341a] = 0x832a, - [0x341b] = 0x832e, [0x341c] = 0x8330, [0x341d] = 0x8332, [0x341e] = 0x8337, - [0x341f] = 0x833b, [0x3420] = 0x833d, [0x3421] = 0x5564, [0x3422] = 0x813e, - [0x3423] = 0x75b2, [0x3424] = 0x76ae, [0x3425] = 0x5339, [0x3426] = 0x75de, - [0x3427] = 0x50fb, [0x3428] = 0x5c41, [0x3429] = 0x8b6c, [0x342a] = 0x7bc7, - [0x342b] = 0x504f, [0x342c] = 0x7247, [0x342d] = 0x9a97, [0x342e] = 0x98d8, - [0x342f] = 0x6f02, [0x3430] = 0x74e2, [0x3431] = 0x7968, [0x3432] = 0x6487, - [0x3433] = 0x77a5, [0x3434] = 0x62fc, [0x3435] = 0x9891, [0x3436] = 0x8d2b, - [0x3437] = 0x54c1, [0x3438] = 0x8058, [0x3439] = 0x4e52, [0x343a] = 0x576a, - [0x343b] = 0x82f9, [0x343c] = 0x840d, [0x343d] = 0x5e73, [0x343e] = 0x51ed, - [0x343f] = 0x74f6, [0x3440] = 0x8bc4, [0x3441] = 0x5c4f, [0x3442] = 0x5761, - [0x3443] = 0x6cfc, [0x3444] = 0x9887, [0x3445] = 0x5a46, [0x3446] = 0x7834, - [0x3447] = 0x9b44, [0x3448] = 0x8feb, [0x3449] = 0x7c95, [0x344a] = 0x5256, - [0x344b] = 0x6251, [0x344c] = 0x94fa, [0x344d] = 0x4ec6, [0x344e] = 0x8386, - [0x344f] = 0x8461, [0x3450] = 0x83e9, [0x3451] = 0x84b2, [0x3452] = 0x57d4, - [0x3453] = 0x6734, [0x3454] = 0x5703, [0x3455] = 0x666e, [0x3456] = 0x6d66, - [0x3457] = 0x8c31, [0x3458] = 0x66dd, [0x3459] = 0x7011, [0x345a] = 0x671f, - [0x345b] = 0x6b3a, [0x345c] = 0x6816, [0x345d] = 0x621a, [0x345e] = 0x59bb, - [0x345f] = 0x4e03, [0x3460] = 0x51c4, [0x3461] = 0x6f06, [0x3462] = 0x67d2, - [0x3463] = 0x6c8f, [0x3464] = 0x5176, [0x3465] = 0x68cb, [0x3466] = 0x5947, - [0x3467] = 0x6b67, [0x3468] = 0x7566, [0x3469] = 0x5d0e, [0x346a] = 0x8110, - [0x346b] = 0x9f50, [0x346c] = 0x65d7, [0x346d] = 0x7948, [0x346e] = 0x7941, - [0x346f] = 0x9a91, [0x3470] = 0x8d77, [0x3471] = 0x5c82, [0x3472] = 0x4e5e, - [0x3473] = 0x4f01, [0x3474] = 0x542f, [0x3475] = 0x5951, [0x3476] = 0x780c, - [0x3477] = 0x5668, [0x3478] = 0x6c14, [0x3479] = 0x8fc4, [0x347a] = 0x5f03, - [0x347b] = 0x6c7d, [0x347c] = 0x6ce3, [0x347d] = 0x8bab, [0x347e] = 0x6390, - [0x3480] = 0x833e, [0x3481] = 0x833f, [0x3482] = 0x8341, [0x3483] = 0x8342, - [0x3484] = 0x8344, [0x3485] = 0x8345, [0x3486] = 0x8348, [0x3487] = 0x834a, - [0x3488] = 0x834b, [0x3489] = 0x834c, [0x348a] = 0x834d, [0x348b] = 0x834e, - [0x348c] = 0x8353, [0x348d] = 0x8355, [0x348e] = 0x8356, [0x348f] = 0x8357, - [0x3490] = 0x8358, [0x3491] = 0x8359, [0x3492] = 0x835d, [0x3493] = 0x8362, - [0x3494] = 0x8370, [0x3495] = 0x8371, [0x3496] = 0x8372, [0x3497] = 0x8373, - [0x3498] = 0x8374, [0x3499] = 0x8375, [0x349a] = 0x8376, [0x349b] = 0x8379, - [0x349c] = 0x837a, [0x349d] = 0x837e, [0x349e] = 0x837f, [0x349f] = 0x8380, - [0x34a0] = 0x8381, [0x34a1] = 0x8382, [0x34a2] = 0x8383, [0x34a3] = 0x8384, - [0x34a4] = 0x8387, [0x34a5] = 0x8388, [0x34a6] = 0x838a, [0x34a7] = 0x838b, - [0x34a8] = 0x838c, [0x34a9] = 0x838d, [0x34aa] = 0x838f, [0x34ab] = 0x8390, - [0x34ac] = 0x8391, [0x34ad] = 0x8394, [0x34ae] = 0x8395, [0x34af] = 0x8396, - [0x34b0] = 0x8397, [0x34b1] = 0x8399, [0x34b2] = 0x839a, [0x34b3] = 0x839d, - [0x34b4] = 0x839f, [0x34b5] = 0x83a1, [0x34b6] = 0x83a2, [0x34b7] = 0x83a3, - [0x34b8] = 0x83a4, [0x34b9] = 0x83a5, [0x34ba] = 0x83a6, [0x34bb] = 0x83a7, - [0x34bc] = 0x83ac, [0x34bd] = 0x83ad, [0x34be] = 0x83ae, [0x34c0] = 0x83af, - [0x34c1] = 0x83b5, [0x34c2] = 0x83bb, [0x34c3] = 0x83be, [0x34c4] = 0x83bf, - [0x34c5] = 0x83c2, [0x34c6] = 0x83c3, [0x34c7] = 0x83c4, [0x34c8] = 0x83c6, - [0x34c9] = 0x83c8, [0x34ca] = 0x83c9, [0x34cb] = 0x83cb, [0x34cc] = 0x83cd, - [0x34cd] = 0x83ce, [0x34ce] = 0x83d0, [0x34cf] = 0x83d1, [0x34d0] = 0x83d2, - [0x34d1] = 0x83d3, [0x34d2] = 0x83d5, [0x34d3] = 0x83d7, [0x34d4] = 0x83d9, - [0x34d5] = 0x83da, [0x34d6] = 0x83db, [0x34d7] = 0x83de, [0x34d8] = 0x83e2, - [0x34d9] = 0x83e3, [0x34da] = 0x83e4, [0x34db] = 0x83e6, [0x34dc] = 0x83e7, - [0x34dd] = 0x83e8, [0x34de] = 0x83eb, [0x34df] = 0x83ec, [0x34e0] = 0x83ed, - [0x34e1] = 0x6070, [0x34e2] = 0x6d3d, [0x34e3] = 0x7275, [0x34e4] = 0x6266, - [0x34e5] = 0x948e, [0x34e6] = 0x94c5, [0x34e7] = 0x5343, [0x34e8] = 0x8fc1, - [0x34e9] = 0x7b7e, [0x34ea] = 0x4edf, [0x34eb] = 0x8c26, [0x34ec] = 0x4e7e, - [0x34ed] = 0x9ed4, [0x34ee] = 0x94b1, [0x34ef] = 0x94b3, [0x34f0] = 0x524d, - [0x34f1] = 0x6f5c, [0x34f2] = 0x9063, [0x34f3] = 0x6d45, [0x34f4] = 0x8c34, - [0x34f5] = 0x5811, [0x34f6] = 0x5d4c, [0x34f7] = 0x6b20, [0x34f8] = 0x6b49, - [0x34f9] = 0x67aa, [0x34fa] = 0x545b, [0x34fb] = 0x8154, [0x34fc] = 0x7f8c, - [0x34fd] = 0x5899, [0x34fe] = 0x8537, [0x34ff] = 0x5f3a, [0x3500] = 0x62a2, - [0x3501] = 0x6a47, [0x3502] = 0x9539, [0x3503] = 0x6572, [0x3504] = 0x6084, - [0x3505] = 0x6865, [0x3506] = 0x77a7, [0x3507] = 0x4e54, [0x3508] = 0x4fa8, - [0x3509] = 0x5de7, [0x350a] = 0x9798, [0x350b] = 0x64ac, [0x350c] = 0x7fd8, - [0x350d] = 0x5ced, [0x350e] = 0x4fcf, [0x350f] = 0x7a8d, [0x3510] = 0x5207, - [0x3511] = 0x8304, [0x3512] = 0x4e14, [0x3513] = 0x602f, [0x3514] = 0x7a83, - [0x3515] = 0x94a6, [0x3516] = 0x4fb5, [0x3517] = 0x4eb2, [0x3518] = 0x79e6, - [0x3519] = 0x7434, [0x351a] = 0x52e4, [0x351b] = 0x82b9, [0x351c] = 0x64d2, - [0x351d] = 0x79bd, [0x351e] = 0x5bdd, [0x351f] = 0x6c81, [0x3520] = 0x9752, - [0x3521] = 0x8f7b, [0x3522] = 0x6c22, [0x3523] = 0x503e, [0x3524] = 0x537f, - [0x3525] = 0x6e05, [0x3526] = 0x64ce, [0x3527] = 0x6674, [0x3528] = 0x6c30, - [0x3529] = 0x60c5, [0x352a] = 0x9877, [0x352b] = 0x8bf7, [0x352c] = 0x5e86, - [0x352d] = 0x743c, [0x352e] = 0x7a77, [0x352f] = 0x79cb, [0x3530] = 0x4e18, - [0x3531] = 0x90b1, [0x3532] = 0x7403, [0x3533] = 0x6c42, [0x3534] = 0x56da, - [0x3535] = 0x914b, [0x3536] = 0x6cc5, [0x3537] = 0x8d8b, [0x3538] = 0x533a, - [0x3539] = 0x86c6, [0x353a] = 0x66f2, [0x353b] = 0x8eaf, [0x353c] = 0x5c48, - [0x353d] = 0x9a71, [0x353e] = 0x6e20, [0x3540] = 0x83ee, [0x3541] = 0x83ef, - [0x3542] = 0x83f3, [0x3543] = 0x83f4, [0x3544] = 0x83f5, [0x3545] = 0x83f6, - [0x3546] = 0x83f7, [0x3547] = 0x83fa, [0x3548] = 0x83fb, [0x3549] = 0x83fc, - [0x354a] = 0x83fe, [0x354b] = 0x83ff, [0x354c] = 0x8400, [0x354d] = 0x8402, - [0x354e] = 0x8405, [0x354f] = 0x8407, [0x3550] = 0x8408, [0x3551] = 0x8409, - [0x3552] = 0x840a, [0x3553] = 0x8410, [0x3554] = 0x8412, [0x3555] = 0x8413, - [0x3556] = 0x8414, [0x3557] = 0x8415, [0x3558] = 0x8416, [0x3559] = 0x8417, - [0x355a] = 0x8419, [0x355b] = 0x841a, [0x355c] = 0x841b, [0x355d] = 0x841e, - [0x355e] = 0x841f, [0x355f] = 0x8420, [0x3560] = 0x8421, [0x3561] = 0x8422, - [0x3562] = 0x8423, [0x3563] = 0x8429, [0x3564] = 0x842a, [0x3565] = 0x842b, - [0x3566] = 0x842c, [0x3567] = 0x842d, [0x3568] = 0x842e, [0x3569] = 0x842f, - [0x356a] = 0x8430, [0x356b] = 0x8432, [0x356c] = 0x8433, [0x356d] = 0x8434, - [0x356e] = 0x8435, [0x356f] = 0x8436, [0x3570] = 0x8437, [0x3571] = 0x8439, - [0x3572] = 0x843a, [0x3573] = 0x843b, [0x3574] = 0x843e, [0x3575] = 0x843f, - [0x3576] = 0x8440, [0x3577] = 0x8441, [0x3578] = 0x8442, [0x3579] = 0x8443, - [0x357a] = 0x8444, [0x357b] = 0x8445, [0x357c] = 0x8447, [0x357d] = 0x8448, - [0x357e] = 0x8449, [0x3580] = 0x844a, [0x3581] = 0x844b, [0x3582] = 0x844c, - [0x3583] = 0x844d, [0x3584] = 0x844e, [0x3585] = 0x844f, [0x3586] = 0x8450, - [0x3587] = 0x8452, [0x3588] = 0x8453, [0x3589] = 0x8454, [0x358a] = 0x8455, - [0x358b] = 0x8456, [0x358c] = 0x8458, [0x358d] = 0x845d, [0x358e] = 0x845e, - [0x358f] = 0x845f, [0x3590] = 0x8460, [0x3591] = 0x8462, [0x3592] = 0x8464, - [0x3593] = 0x8465, [0x3594] = 0x8466, [0x3595] = 0x8467, [0x3596] = 0x8468, - [0x3597] = 0x846a, [0x3598] = 0x846e, [0x3599] = 0x846f, [0x359a] = 0x8470, - [0x359b] = 0x8472, [0x359c] = 0x8474, [0x359d] = 0x8477, [0x359e] = 0x8479, - [0x359f] = 0x847b, [0x35a0] = 0x847c, [0x35a1] = 0x53d6, [0x35a2] = 0x5a36, - [0x35a3] = 0x9f8b, [0x35a4] = 0x8da3, [0x35a5] = 0x53bb, [0x35a6] = 0x5708, - [0x35a7] = 0x98a7, [0x35a8] = 0x6743, [0x35a9] = 0x919b, [0x35aa] = 0x6cc9, - [0x35ab] = 0x5168, [0x35ac] = 0x75ca, [0x35ad] = 0x62f3, [0x35ae] = 0x72ac, - [0x35af] = 0x5238, [0x35b0] = 0x529d, [0x35b1] = 0x7f3a, [0x35b2] = 0x7094, - [0x35b3] = 0x7638, [0x35b4] = 0x5374, [0x35b5] = 0x9e4a, [0x35b6] = 0x69b7, - [0x35b7] = 0x786e, [0x35b8] = 0x96c0, [0x35b9] = 0x88d9, [0x35ba] = 0x7fa4, - [0x35bb] = 0x7136, [0x35bc] = 0x71c3, [0x35bd] = 0x5189, [0x35be] = 0x67d3, - [0x35bf] = 0x74e4, [0x35c0] = 0x58e4, [0x35c1] = 0x6518, [0x35c2] = 0x56b7, - [0x35c3] = 0x8ba9, [0x35c4] = 0x9976, [0x35c5] = 0x6270, [0x35c6] = 0x7ed5, - [0x35c7] = 0x60f9, [0x35c8] = 0x70ed, [0x35c9] = 0x58ec, [0x35ca] = 0x4ec1, - [0x35cb] = 0x4eba, [0x35cc] = 0x5fcd, [0x35cd] = 0x97e7, [0x35ce] = 0x4efb, - [0x35cf] = 0x8ba4, [0x35d0] = 0x5203, [0x35d1] = 0x598a, [0x35d2] = 0x7eab, - [0x35d3] = 0x6254, [0x35d4] = 0x4ecd, [0x35d5] = 0x65e5, [0x35d6] = 0x620e, - [0x35d7] = 0x8338, [0x35d8] = 0x84c9, [0x35d9] = 0x8363, [0x35da] = 0x878d, - [0x35db] = 0x7194, [0x35dc] = 0x6eb6, [0x35dd] = 0x5bb9, [0x35de] = 0x7ed2, - [0x35df] = 0x5197, [0x35e0] = 0x63c9, [0x35e1] = 0x67d4, [0x35e2] = 0x8089, - [0x35e3] = 0x8339, [0x35e4] = 0x8815, [0x35e5] = 0x5112, [0x35e6] = 0x5b7a, - [0x35e7] = 0x5982, [0x35e8] = 0x8fb1, [0x35e9] = 0x4e73, [0x35ea] = 0x6c5d, - [0x35eb] = 0x5165, [0x35ec] = 0x8925, [0x35ed] = 0x8f6f, [0x35ee] = 0x962e, - [0x35ef] = 0x854a, [0x35f0] = 0x745e, [0x35f1] = 0x9510, [0x35f2] = 0x95f0, - [0x35f3] = 0x6da6, [0x35f4] = 0x82e5, [0x35f5] = 0x5f31, [0x35f6] = 0x6492, - [0x35f7] = 0x6d12, [0x35f8] = 0x8428, [0x35f9] = 0x816e, [0x35fa] = 0x9cc3, - [0x35fb] = 0x585e, [0x35fc] = 0x8d5b, [0x35fd] = 0x4e09, [0x35fe] = 0x53c1, - [0x3600] = 0x847d, [0x3601] = 0x847e, [0x3602] = 0x847f, [0x3603] = 0x8480, - [0x3604] = 0x8481, [0x3605] = 0x8483, [0x3606] = 0x8484, [0x3607] = 0x8485, - [0x3608] = 0x8486, [0x3609] = 0x848a, [0x360a] = 0x848d, [0x360b] = 0x848f, - [0x360c] = 0x8490, [0x360d] = 0x8491, [0x360e] = 0x8492, [0x360f] = 0x8493, - [0x3610] = 0x8494, [0x3611] = 0x8495, [0x3612] = 0x8496, [0x3613] = 0x8498, - [0x3614] = 0x849a, [0x3615] = 0x849b, [0x3616] = 0x849d, [0x3617] = 0x849e, - [0x3618] = 0x849f, [0x3619] = 0x84a0, [0x361a] = 0x84a2, [0x361b] = 0x84a3, - [0x361c] = 0x84a4, [0x361d] = 0x84a5, [0x361e] = 0x84a6, [0x361f] = 0x84a7, - [0x3620] = 0x84a8, [0x3621] = 0x84a9, [0x3622] = 0x84aa, [0x3623] = 0x84ab, - [0x3624] = 0x84ac, [0x3625] = 0x84ad, [0x3626] = 0x84ae, [0x3627] = 0x84b0, - [0x3628] = 0x84b1, [0x3629] = 0x84b3, [0x362a] = 0x84b5, [0x362b] = 0x84b6, - [0x362c] = 0x84b7, [0x362d] = 0x84bb, [0x362e] = 0x84bc, [0x362f] = 0x84be, - [0x3630] = 0x84c0, [0x3631] = 0x84c2, [0x3632] = 0x84c3, [0x3633] = 0x84c5, - [0x3634] = 0x84c6, [0x3635] = 0x84c7, [0x3636] = 0x84c8, [0x3637] = 0x84cb, - [0x3638] = 0x84cc, [0x3639] = 0x84ce, [0x363a] = 0x84cf, [0x363b] = 0x84d2, - [0x363c] = 0x84d4, [0x363d] = 0x84d5, [0x363e] = 0x84d7, [0x3640] = 0x84d8, - [0x3641] = 0x84d9, [0x3642] = 0x84da, [0x3643] = 0x84db, [0x3644] = 0x84dc, - [0x3645] = 0x84de, [0x3646] = 0x84e1, [0x3647] = 0x84e2, [0x3648] = 0x84e4, - [0x3649] = 0x84e7, [0x364a] = 0x84e8, [0x364b] = 0x84e9, [0x364c] = 0x84ea, - [0x364d] = 0x84eb, [0x364e] = 0x84ed, [0x364f] = 0x84ee, [0x3650] = 0x84ef, - [0x3651] = 0x84f1, [0x3652] = 0x84f2, [0x3653] = 0x84f3, [0x3654] = 0x84f4, - [0x3655] = 0x84f5, [0x3656] = 0x84f6, [0x3657] = 0x84f7, [0x3658] = 0x84f8, - [0x3659] = 0x84f9, [0x365a] = 0x84fa, [0x365b] = 0x84fb, [0x365c] = 0x84fd, - [0x365d] = 0x84fe, [0x365e] = 0x8500, [0x365f] = 0x8501, [0x3660] = 0x8502, - [0x3661] = 0x4f1e, [0x3662] = 0x6563, [0x3663] = 0x6851, [0x3664] = 0x55d3, - [0x3665] = 0x4e27, [0x3666] = 0x6414, [0x3667] = 0x9a9a, [0x3668] = 0x626b, - [0x3669] = 0x5ac2, [0x366a] = 0x745f, [0x366b] = 0x8272, [0x366c] = 0x6da9, - [0x366d] = 0x68ee, [0x366e] = 0x50e7, [0x366f] = 0x838e, [0x3670] = 0x7802, - [0x3671] = 0x6740, [0x3672] = 0x5239, [0x3673] = 0x6c99, [0x3674] = 0x7eb1, - [0x3675] = 0x50bb, [0x3676] = 0x5565, [0x3677] = 0x715e, [0x3678] = 0x7b5b, - [0x3679] = 0x6652, [0x367a] = 0x73ca, [0x367b] = 0x82eb, [0x367c] = 0x6749, - [0x367d] = 0x5c71, [0x367e] = 0x5220, [0x367f] = 0x717d, [0x3680] = 0x886b, - [0x3681] = 0x95ea, [0x3682] = 0x9655, [0x3683] = 0x64c5, [0x3684] = 0x8d61, - [0x3685] = 0x81b3, [0x3686] = 0x5584, [0x3687] = 0x6c55, [0x3688] = 0x6247, - [0x3689] = 0x7f2e, [0x368a] = 0x5892, [0x368b] = 0x4f24, [0x368c] = 0x5546, - [0x368d] = 0x8d4f, [0x368e] = 0x664c, [0x368f] = 0x4e0a, [0x3690] = 0x5c1a, - [0x3691] = 0x88f3, [0x3692] = 0x68a2, [0x3693] = 0x634e, [0x3694] = 0x7a0d, - [0x3695] = 0x70e7, [0x3696] = 0x828d, [0x3697] = 0x52fa, [0x3698] = 0x97f6, - [0x3699] = 0x5c11, [0x369a] = 0x54e8, [0x369b] = 0x90b5, [0x369c] = 0x7ecd, - [0x369d] = 0x5962, [0x369e] = 0x8d4a, [0x369f] = 0x86c7, [0x36a0] = 0x820c, - [0x36a1] = 0x820d, [0x36a2] = 0x8d66, [0x36a3] = 0x6444, [0x36a4] = 0x5c04, - [0x36a5] = 0x6151, [0x36a6] = 0x6d89, [0x36a7] = 0x793e, [0x36a8] = 0x8bbe, - [0x36a9] = 0x7837, [0x36aa] = 0x7533, [0x36ab] = 0x547b, [0x36ac] = 0x4f38, - [0x36ad] = 0x8eab, [0x36ae] = 0x6df1, [0x36af] = 0x5a20, [0x36b0] = 0x7ec5, - [0x36b1] = 0x795e, [0x36b2] = 0x6c88, [0x36b3] = 0x5ba1, [0x36b4] = 0x5a76, - [0x36b5] = 0x751a, [0x36b6] = 0x80be, [0x36b7] = 0x614e, [0x36b8] = 0x6e17, - [0x36b9] = 0x58f0, [0x36ba] = 0x751f, [0x36bb] = 0x7525, [0x36bc] = 0x7272, - [0x36bd] = 0x5347, [0x36be] = 0x7ef3, [0x36c0] = 0x8503, [0x36c1] = 0x8504, - [0x36c2] = 0x8505, [0x36c3] = 0x8506, [0x36c4] = 0x8507, [0x36c5] = 0x8508, - [0x36c6] = 0x8509, [0x36c7] = 0x850a, [0x36c8] = 0x850b, [0x36c9] = 0x850d, - [0x36ca] = 0x850e, [0x36cb] = 0x850f, [0x36cc] = 0x8510, [0x36cd] = 0x8512, - [0x36ce] = 0x8514, [0x36cf] = 0x8515, [0x36d0] = 0x8516, [0x36d1] = 0x8518, - [0x36d2] = 0x8519, [0x36d3] = 0x851b, [0x36d4] = 0x851c, [0x36d5] = 0x851d, - [0x36d6] = 0x851e, [0x36d7] = 0x8520, [0x36d8] = 0x8522, [0x36d9] = 0x8523, - [0x36da] = 0x8524, [0x36db] = 0x8525, [0x36dc] = 0x8526, [0x36dd] = 0x8527, - [0x36de] = 0x8528, [0x36df] = 0x8529, [0x36e0] = 0x852a, [0x36e1] = 0x852d, - [0x36e2] = 0x852e, [0x36e3] = 0x852f, [0x36e4] = 0x8530, [0x36e5] = 0x8531, - [0x36e6] = 0x8532, [0x36e7] = 0x8533, [0x36e8] = 0x8534, [0x36e9] = 0x8535, - [0x36ea] = 0x8536, [0x36eb] = 0x853e, [0x36ec] = 0x853f, [0x36ed] = 0x8540, - [0x36ee] = 0x8541, [0x36ef] = 0x8542, [0x36f0] = 0x8544, [0x36f1] = 0x8545, - [0x36f2] = 0x8546, [0x36f3] = 0x8547, [0x36f4] = 0x854b, [0x36f5] = 0x854c, - [0x36f6] = 0x854d, [0x36f7] = 0x854e, [0x36f8] = 0x854f, [0x36f9] = 0x8550, - [0x36fa] = 0x8551, [0x36fb] = 0x8552, [0x36fc] = 0x8553, [0x36fd] = 0x8554, - [0x36fe] = 0x8555, [0x3700] = 0x8557, [0x3701] = 0x8558, [0x3702] = 0x855a, - [0x3703] = 0x855b, [0x3704] = 0x855c, [0x3705] = 0x855d, [0x3706] = 0x855f, - [0x3707] = 0x8560, [0x3708] = 0x8561, [0x3709] = 0x8562, [0x370a] = 0x8563, - [0x370b] = 0x8565, [0x370c] = 0x8566, [0x370d] = 0x8567, [0x370e] = 0x8569, - [0x370f] = 0x856a, [0x3710] = 0x856b, [0x3711] = 0x856c, [0x3712] = 0x856d, - [0x3713] = 0x856e, [0x3714] = 0x856f, [0x3715] = 0x8570, [0x3716] = 0x8571, - [0x3717] = 0x8573, [0x3718] = 0x8575, [0x3719] = 0x8576, [0x371a] = 0x8577, - [0x371b] = 0x8578, [0x371c] = 0x857c, [0x371d] = 0x857d, [0x371e] = 0x857f, - [0x371f] = 0x8580, [0x3720] = 0x8581, [0x3721] = 0x7701, [0x3722] = 0x76db, - [0x3723] = 0x5269, [0x3724] = 0x80dc, [0x3725] = 0x5723, [0x3726] = 0x5e08, - [0x3727] = 0x5931, [0x3728] = 0x72ee, [0x3729] = 0x65bd, [0x372a] = 0x6e7f, - [0x372b] = 0x8bd7, [0x372c] = 0x5c38, [0x372d] = 0x8671, [0x372e] = 0x5341, - [0x372f] = 0x77f3, [0x3730] = 0x62fe, [0x3731] = 0x65f6, [0x3732] = 0x4ec0, - [0x3733] = 0x98df, [0x3734] = 0x8680, [0x3735] = 0x5b9e, [0x3736] = 0x8bc6, - [0x3737] = 0x53f2, [0x3738] = 0x77e2, [0x3739] = 0x4f7f, [0x373a] = 0x5c4e, - [0x373b] = 0x9a76, [0x373c] = 0x59cb, [0x373d] = 0x5f0f, [0x373e] = 0x793a, - [0x373f] = 0x58eb, [0x3740] = 0x4e16, [0x3741] = 0x67ff, [0x3742] = 0x4e8b, - [0x3743] = 0x62ed, [0x3744] = 0x8a93, [0x3745] = 0x901d, [0x3746] = 0x52bf, - [0x3747] = 0x662f, [0x3748] = 0x55dc, [0x3749] = 0x566c, [0x374a] = 0x9002, - [0x374b] = 0x4ed5, [0x374c] = 0x4f8d, [0x374d] = 0x91ca, [0x374e] = 0x9970, - [0x374f] = 0x6c0f, [0x3750] = 0x5e02, [0x3751] = 0x6043, [0x3752] = 0x5ba4, - [0x3753] = 0x89c6, [0x3754] = 0x8bd5, [0x3755] = 0x6536, [0x3756] = 0x624b, - [0x3757] = 0x9996, [0x3758] = 0x5b88, [0x3759] = 0x5bff, [0x375a] = 0x6388, - [0x375b] = 0x552e, [0x375c] = 0x53d7, [0x375d] = 0x7626, [0x375e] = 0x517d, - [0x375f] = 0x852c, [0x3760] = 0x67a2, [0x3761] = 0x68b3, [0x3762] = 0x6b8a, - [0x3763] = 0x6292, [0x3764] = 0x8f93, [0x3765] = 0x53d4, [0x3766] = 0x8212, - [0x3767] = 0x6dd1, [0x3768] = 0x758f, [0x3769] = 0x4e66, [0x376a] = 0x8d4e, - [0x376b] = 0x5b70, [0x376c] = 0x719f, [0x376d] = 0x85af, [0x376e] = 0x6691, - [0x376f] = 0x66d9, [0x3770] = 0x7f72, [0x3771] = 0x8700, [0x3772] = 0x9ecd, - [0x3773] = 0x9f20, [0x3774] = 0x5c5e, [0x3775] = 0x672f, [0x3776] = 0x8ff0, - [0x3777] = 0x6811, [0x3778] = 0x675f, [0x3779] = 0x620d, [0x377a] = 0x7ad6, - [0x377b] = 0x5885, [0x377c] = 0x5eb6, [0x377d] = 0x6570, [0x377e] = 0x6f31, - [0x3780] = 0x8582, [0x3781] = 0x8583, [0x3782] = 0x8586, [0x3783] = 0x8588, - [0x3784] = 0x8589, [0x3785] = 0x858a, [0x3786] = 0x858b, [0x3787] = 0x858c, - [0x3788] = 0x858d, [0x3789] = 0x858e, [0x378a] = 0x8590, [0x378b] = 0x8591, - [0x378c] = 0x8592, [0x378d] = 0x8593, [0x378e] = 0x8594, [0x378f] = 0x8595, - [0x3790] = 0x8596, [0x3791] = 0x8597, [0x3792] = 0x8598, [0x3793] = 0x8599, - [0x3794] = 0x859a, [0x3795] = 0x859d, [0x3796] = 0x859e, [0x3797] = 0x859f, - [0x3798] = 0x85a0, [0x3799] = 0x85a1, [0x379a] = 0x85a2, [0x379b] = 0x85a3, - [0x379c] = 0x85a5, [0x379d] = 0x85a6, [0x379e] = 0x85a7, [0x379f] = 0x85a9, - [0x37a0] = 0x85ab, [0x37a1] = 0x85ac, [0x37a2] = 0x85ad, [0x37a3] = 0x85b1, - [0x37a4] = 0x85b2, [0x37a5] = 0x85b3, [0x37a6] = 0x85b4, [0x37a7] = 0x85b5, - [0x37a8] = 0x85b6, [0x37a9] = 0x85b8, [0x37aa] = 0x85ba, [0x37ab] = 0x85bb, - [0x37ac] = 0x85bc, [0x37ad] = 0x85bd, [0x37ae] = 0x85be, [0x37af] = 0x85bf, - [0x37b0] = 0x85c0, [0x37b1] = 0x85c2, [0x37b2] = 0x85c3, [0x37b3] = 0x85c4, - [0x37b4] = 0x85c5, [0x37b5] = 0x85c6, [0x37b6] = 0x85c7, [0x37b7] = 0x85c8, - [0x37b8] = 0x85ca, [0x37b9] = 0x85cb, [0x37ba] = 0x85cc, [0x37bb] = 0x85cd, - [0x37bc] = 0x85ce, [0x37bd] = 0x85d1, [0x37be] = 0x85d2, [0x37c0] = 0x85d4, - [0x37c1] = 0x85d6, [0x37c2] = 0x85d7, [0x37c3] = 0x85d8, [0x37c4] = 0x85d9, - [0x37c5] = 0x85da, [0x37c6] = 0x85db, [0x37c7] = 0x85dd, [0x37c8] = 0x85de, - [0x37c9] = 0x85df, [0x37ca] = 0x85e0, [0x37cb] = 0x85e1, [0x37cc] = 0x85e2, - [0x37cd] = 0x85e3, [0x37ce] = 0x85e5, [0x37cf] = 0x85e6, [0x37d0] = 0x85e7, - [0x37d1] = 0x85e8, [0x37d2] = 0x85ea, [0x37d3] = 0x85eb, [0x37d4] = 0x85ec, - [0x37d5] = 0x85ed, [0x37d6] = 0x85ee, [0x37d7] = 0x85ef, [0x37d8] = 0x85f0, - [0x37d9] = 0x85f1, [0x37da] = 0x85f2, [0x37db] = 0x85f3, [0x37dc] = 0x85f4, - [0x37dd] = 0x85f5, [0x37de] = 0x85f6, [0x37df] = 0x85f7, [0x37e0] = 0x85f8, - [0x37e1] = 0x6055, [0x37e2] = 0x5237, [0x37e3] = 0x800d, [0x37e4] = 0x6454, - [0x37e5] = 0x8870, [0x37e6] = 0x7529, [0x37e7] = 0x5e05, [0x37e8] = 0x6813, - [0x37e9] = 0x62f4, [0x37ea] = 0x971c, [0x37eb] = 0x53cc, [0x37ec] = 0x723d, - [0x37ed] = 0x8c01, [0x37ee] = 0x6c34, [0x37ef] = 0x7761, [0x37f0] = 0x7a0e, - [0x37f1] = 0x542e, [0x37f2] = 0x77ac, [0x37f3] = 0x987a, [0x37f4] = 0x821c, - [0x37f5] = 0x8bf4, [0x37f6] = 0x7855, [0x37f7] = 0x6714, [0x37f8] = 0x70c1, - [0x37f9] = 0x65af, [0x37fa] = 0x6495, [0x37fb] = 0x5636, [0x37fc] = 0x601d, - [0x37fd] = 0x79c1, [0x37fe] = 0x53f8, [0x37ff] = 0x4e1d, [0x3800] = 0x6b7b, - [0x3801] = 0x8086, [0x3802] = 0x5bfa, [0x3803] = 0x55e3, [0x3804] = 0x56db, - [0x3805] = 0x4f3a, [0x3806] = 0x4f3c, [0x3807] = 0x9972, [0x3808] = 0x5df3, - [0x3809] = 0x677e, [0x380a] = 0x8038, [0x380b] = 0x6002, [0x380c] = 0x9882, - [0x380d] = 0x9001, [0x380e] = 0x5b8b, [0x380f] = 0x8bbc, [0x3810] = 0x8bf5, - [0x3811] = 0x641c, [0x3812] = 0x8258, [0x3813] = 0x64de, [0x3814] = 0x55fd, - [0x3815] = 0x82cf, [0x3816] = 0x9165, [0x3817] = 0x4fd7, [0x3818] = 0x7d20, - [0x3819] = 0x901f, [0x381a] = 0x7c9f, [0x381b] = 0x50f3, [0x381c] = 0x5851, - [0x381d] = 0x6eaf, [0x381e] = 0x5bbf, [0x381f] = 0x8bc9, [0x3820] = 0x8083, - [0x3821] = 0x9178, [0x3822] = 0x849c, [0x3823] = 0x7b97, [0x3824] = 0x867d, - [0x3825] = 0x968b, [0x3826] = 0x968f, [0x3827] = 0x7ee5, [0x3828] = 0x9ad3, - [0x3829] = 0x788e, [0x382a] = 0x5c81, [0x382b] = 0x7a57, [0x382c] = 0x9042, - [0x382d] = 0x96a7, [0x382e] = 0x795f, [0x382f] = 0x5b59, [0x3830] = 0x635f, - [0x3831] = 0x7b0b, [0x3832] = 0x84d1, [0x3833] = 0x68ad, [0x3834] = 0x5506, - [0x3835] = 0x7f29, [0x3836] = 0x7410, [0x3837] = 0x7d22, [0x3838] = 0x9501, - [0x3839] = 0x6240, [0x383a] = 0x584c, [0x383b] = 0x4ed6, [0x383c] = 0x5b83, - [0x383d] = 0x5979, [0x383e] = 0x5854, [0x3840] = 0x85f9, [0x3841] = 0x85fa, - [0x3842] = 0x85fc, [0x3843] = 0x85fd, [0x3844] = 0x85fe, [0x3845] = 0x8600, - [0x3846] = 0x8601, [0x3847] = 0x8602, [0x3848] = 0x8603, [0x3849] = 0x8604, - [0x384a] = 0x8606, [0x384b] = 0x8607, [0x384c] = 0x8608, [0x384d] = 0x8609, - [0x384e] = 0x860a, [0x384f] = 0x860b, [0x3850] = 0x860c, [0x3851] = 0x860d, - [0x3852] = 0x860e, [0x3853] = 0x860f, [0x3854] = 0x8610, [0x3855] = 0x8612, - [0x3856] = 0x8613, [0x3857] = 0x8614, [0x3858] = 0x8615, [0x3859] = 0x8617, - [0x385a] = 0x8618, [0x385b] = 0x8619, [0x385c] = 0x861a, [0x385d] = 0x861b, - [0x385e] = 0x861c, [0x385f] = 0x861d, [0x3860] = 0x861e, [0x3861] = 0x861f, - [0x3862] = 0x8620, [0x3863] = 0x8621, [0x3864] = 0x8622, [0x3865] = 0x8623, - [0x3866] = 0x8624, [0x3867] = 0x8625, [0x3868] = 0x8626, [0x3869] = 0x8628, - [0x386a] = 0x862a, [0x386b] = 0x862b, [0x386c] = 0x862c, [0x386d] = 0x862d, - [0x386e] = 0x862e, [0x386f] = 0x862f, [0x3870] = 0x8630, [0x3871] = 0x8631, - [0x3872] = 0x8632, [0x3873] = 0x8633, [0x3874] = 0x8634, [0x3875] = 0x8635, - [0x3876] = 0x8636, [0x3877] = 0x8637, [0x3878] = 0x8639, [0x3879] = 0x863a, - [0x387a] = 0x863b, [0x387b] = 0x863d, [0x387c] = 0x863e, [0x387d] = 0x863f, - [0x387e] = 0x8640, [0x3880] = 0x8641, [0x3881] = 0x8642, [0x3882] = 0x8643, - [0x3883] = 0x8644, [0x3884] = 0x8645, [0x3885] = 0x8646, [0x3886] = 0x8647, - [0x3887] = 0x8648, [0x3888] = 0x8649, [0x3889] = 0x864a, [0x388a] = 0x864b, - [0x388b] = 0x864c, [0x388c] = 0x8652, [0x388d] = 0x8653, [0x388e] = 0x8655, - [0x388f] = 0x8656, [0x3890] = 0x8657, [0x3891] = 0x8658, [0x3892] = 0x8659, - [0x3893] = 0x865b, [0x3894] = 0x865c, [0x3895] = 0x865d, [0x3896] = 0x865f, - [0x3897] = 0x8660, [0x3898] = 0x8661, [0x3899] = 0x8663, [0x389a] = 0x8664, - [0x389b] = 0x8665, [0x389c] = 0x8666, [0x389d] = 0x8667, [0x389e] = 0x8668, - [0x389f] = 0x8669, [0x38a0] = 0x866a, [0x38a1] = 0x736d, [0x38a2] = 0x631e, - [0x38a3] = 0x8e4b, [0x38a4] = 0x8e0f, [0x38a5] = 0x80ce, [0x38a6] = 0x82d4, - [0x38a7] = 0x62ac, [0x38a8] = 0x53f0, [0x38a9] = 0x6cf0, [0x38aa] = 0x915e, - [0x38ab] = 0x592a, [0x38ac] = 0x6001, [0x38ad] = 0x6c70, [0x38ae] = 0x574d, - [0x38af] = 0x644a, [0x38b0] = 0x8d2a, [0x38b1] = 0x762b, [0x38b2] = 0x6ee9, - [0x38b3] = 0x575b, [0x38b4] = 0x6a80, [0x38b5] = 0x75f0, [0x38b6] = 0x6f6d, - [0x38b7] = 0x8c2d, [0x38b8] = 0x8c08, [0x38b9] = 0x5766, [0x38ba] = 0x6bef, - [0x38bb] = 0x8892, [0x38bc] = 0x78b3, [0x38bd] = 0x63a2, [0x38be] = 0x53f9, - [0x38bf] = 0x70ad, [0x38c0] = 0x6c64, [0x38c1] = 0x5858, [0x38c2] = 0x642a, - [0x38c3] = 0x5802, [0x38c4] = 0x68e0, [0x38c5] = 0x819b, [0x38c6] = 0x5510, - [0x38c7] = 0x7cd6, [0x38c8] = 0x5018, [0x38c9] = 0x8eba, [0x38ca] = 0x6dcc, - [0x38cb] = 0x8d9f, [0x38cc] = 0x70eb, [0x38cd] = 0x638f, [0x38ce] = 0x6d9b, - [0x38cf] = 0x6ed4, [0x38d0] = 0x7ee6, [0x38d1] = 0x8404, [0x38d2] = 0x6843, - [0x38d3] = 0x9003, [0x38d4] = 0x6dd8, [0x38d5] = 0x9676, [0x38d6] = 0x8ba8, - [0x38d7] = 0x5957, [0x38d8] = 0x7279, [0x38d9] = 0x85e4, [0x38da] = 0x817e, - [0x38db] = 0x75bc, [0x38dc] = 0x8a8a, [0x38dd] = 0x68af, [0x38de] = 0x5254, - [0x38df] = 0x8e22, [0x38e0] = 0x9511, [0x38e1] = 0x63d0, [0x38e2] = 0x9898, - [0x38e3] = 0x8e44, [0x38e4] = 0x557c, [0x38e5] = 0x4f53, [0x38e6] = 0x66ff, - [0x38e7] = 0x568f, [0x38e8] = 0x60d5, [0x38e9] = 0x6d95, [0x38ea] = 0x5243, - [0x38eb] = 0x5c49, [0x38ec] = 0x5929, [0x38ed] = 0x6dfb, [0x38ee] = 0x586b, - [0x38ef] = 0x7530, [0x38f0] = 0x751c, [0x38f1] = 0x606c, [0x38f2] = 0x8214, - [0x38f3] = 0x8146, [0x38f4] = 0x6311, [0x38f5] = 0x6761, [0x38f6] = 0x8fe2, - [0x38f7] = 0x773a, [0x38f8] = 0x8df3, [0x38f9] = 0x8d34, [0x38fa] = 0x94c1, - [0x38fb] = 0x5e16, [0x38fc] = 0x5385, [0x38fd] = 0x542c, [0x38fe] = 0x70c3, - [0x3900] = 0x866d, [0x3901] = 0x866f, [0x3902] = 0x8670, [0x3903] = 0x8672, - [0x3904] = 0x8673, [0x3905] = 0x8674, [0x3906] = 0x8675, [0x3907] = 0x8676, - [0x3908] = 0x8677, [0x3909] = 0x8678, [0x390a] = 0x8683, [0x390b] = 0x8684, - [0x390c] = 0x8685, [0x390d] = 0x8686, [0x390e] = 0x8687, [0x390f] = 0x8688, - [0x3910] = 0x8689, [0x3911] = 0x868e, [0x3912] = 0x868f, [0x3913] = 0x8690, - [0x3914] = 0x8691, [0x3915] = 0x8692, [0x3916] = 0x8694, [0x3917] = 0x8696, - [0x3918] = 0x8697, [0x3919] = 0x8698, [0x391a] = 0x8699, [0x391b] = 0x869a, - [0x391c] = 0x869b, [0x391d] = 0x869e, [0x391e] = 0x869f, [0x391f] = 0x86a0, - [0x3920] = 0x86a1, [0x3921] = 0x86a2, [0x3922] = 0x86a5, [0x3923] = 0x86a6, - [0x3924] = 0x86ab, [0x3925] = 0x86ad, [0x3926] = 0x86ae, [0x3927] = 0x86b2, - [0x3928] = 0x86b3, [0x3929] = 0x86b7, [0x392a] = 0x86b8, [0x392b] = 0x86b9, - [0x392c] = 0x86bb, [0x392d] = 0x86bc, [0x392e] = 0x86bd, [0x392f] = 0x86be, - [0x3930] = 0x86bf, [0x3931] = 0x86c1, [0x3932] = 0x86c2, [0x3933] = 0x86c3, - [0x3934] = 0x86c5, [0x3935] = 0x86c8, [0x3936] = 0x86cc, [0x3937] = 0x86cd, - [0x3938] = 0x86d2, [0x3939] = 0x86d3, [0x393a] = 0x86d5, [0x393b] = 0x86d6, - [0x393c] = 0x86d7, [0x393d] = 0x86da, [0x393e] = 0x86dc, [0x3940] = 0x86dd, - [0x3941] = 0x86e0, [0x3942] = 0x86e1, [0x3943] = 0x86e2, [0x3944] = 0x86e3, - [0x3945] = 0x86e5, [0x3946] = 0x86e6, [0x3947] = 0x86e7, [0x3948] = 0x86e8, - [0x3949] = 0x86ea, [0x394a] = 0x86eb, [0x394b] = 0x86ec, [0x394c] = 0x86ef, - [0x394d] = 0x86f5, [0x394e] = 0x86f6, [0x394f] = 0x86f7, [0x3950] = 0x86fa, - [0x3951] = 0x86fb, [0x3952] = 0x86fc, [0x3953] = 0x86fd, [0x3954] = 0x86ff, - [0x3955] = 0x8701, [0x3956] = 0x8704, [0x3957] = 0x8705, [0x3958] = 0x8706, - [0x3959] = 0x870b, [0x395a] = 0x870c, [0x395b] = 0x870e, [0x395c] = 0x870f, - [0x395d] = 0x8710, [0x395e] = 0x8711, [0x395f] = 0x8714, [0x3960] = 0x8716, - [0x3961] = 0x6c40, [0x3962] = 0x5ef7, [0x3963] = 0x505c, [0x3964] = 0x4ead, - [0x3965] = 0x5ead, [0x3966] = 0x633a, [0x3967] = 0x8247, [0x3968] = 0x901a, - [0x3969] = 0x6850, [0x396a] = 0x916e, [0x396b] = 0x77b3, [0x396c] = 0x540c, - [0x396d] = 0x94dc, [0x396e] = 0x5f64, [0x396f] = 0x7ae5, [0x3970] = 0x6876, - [0x3971] = 0x6345, [0x3972] = 0x7b52, [0x3973] = 0x7edf, [0x3974] = 0x75db, - [0x3975] = 0x5077, [0x3976] = 0x6295, [0x3977] = 0x5934, [0x3978] = 0x900f, - [0x3979] = 0x51f8, [0x397a] = 0x79c3, [0x397b] = 0x7a81, [0x397c] = 0x56fe, - [0x397d] = 0x5f92, [0x397e] = 0x9014, [0x397f] = 0x6d82, [0x3980] = 0x5c60, - [0x3981] = 0x571f, [0x3982] = 0x5410, [0x3983] = 0x5154, [0x3984] = 0x6e4d, - [0x3985] = 0x56e2, [0x3986] = 0x63a8, [0x3987] = 0x9893, [0x3988] = 0x817f, - [0x3989] = 0x8715, [0x398a] = 0x892a, [0x398b] = 0x9000, [0x398c] = 0x541e, - [0x398d] = 0x5c6f, [0x398e] = 0x81c0, [0x398f] = 0x62d6, [0x3990] = 0x6258, - [0x3991] = 0x8131, [0x3992] = 0x9e35, [0x3993] = 0x9640, [0x3994] = 0x9a6e, - [0x3995] = 0x9a7c, [0x3996] = 0x692d, [0x3997] = 0x59a5, [0x3998] = 0x62d3, - [0x3999] = 0x553e, [0x399a] = 0x6316, [0x399b] = 0x54c7, [0x399c] = 0x86d9, - [0x399d] = 0x6d3c, [0x399e] = 0x5a03, [0x399f] = 0x74e6, [0x39a0] = 0x889c, - [0x39a1] = 0x6b6a, [0x39a2] = 0x5916, [0x39a3] = 0x8c4c, [0x39a4] = 0x5f2f, - [0x39a5] = 0x6e7e, [0x39a6] = 0x73a9, [0x39a7] = 0x987d, [0x39a8] = 0x4e38, - [0x39a9] = 0x70f7, [0x39aa] = 0x5b8c, [0x39ab] = 0x7897, [0x39ac] = 0x633d, - [0x39ad] = 0x665a, [0x39ae] = 0x7696, [0x39af] = 0x60cb, [0x39b0] = 0x5b9b, - [0x39b1] = 0x5a49, [0x39b2] = 0x4e07, [0x39b3] = 0x8155, [0x39b4] = 0x6c6a, - [0x39b5] = 0x738b, [0x39b6] = 0x4ea1, [0x39b7] = 0x6789, [0x39b8] = 0x7f51, - [0x39b9] = 0x5f80, [0x39ba] = 0x65fa, [0x39bb] = 0x671b, [0x39bc] = 0x5fd8, - [0x39bd] = 0x5984, [0x39be] = 0x5a01, [0x39c0] = 0x8719, [0x39c1] = 0x871b, - [0x39c2] = 0x871d, [0x39c3] = 0x871f, [0x39c4] = 0x8720, [0x39c5] = 0x8724, - [0x39c6] = 0x8726, [0x39c7] = 0x8727, [0x39c8] = 0x8728, [0x39c9] = 0x872a, - [0x39ca] = 0x872b, [0x39cb] = 0x872c, [0x39cc] = 0x872d, [0x39cd] = 0x872f, - [0x39ce] = 0x8730, [0x39cf] = 0x8732, [0x39d0] = 0x8733, [0x39d1] = 0x8735, - [0x39d2] = 0x8736, [0x39d3] = 0x8738, [0x39d4] = 0x8739, [0x39d5] = 0x873a, - [0x39d6] = 0x873c, [0x39d7] = 0x873d, [0x39d8] = 0x8740, [0x39d9] = 0x8741, - [0x39da] = 0x8742, [0x39db] = 0x8743, [0x39dc] = 0x8744, [0x39dd] = 0x8745, - [0x39de] = 0x8746, [0x39df] = 0x874a, [0x39e0] = 0x874b, [0x39e1] = 0x874d, - [0x39e2] = 0x874f, [0x39e3] = 0x8750, [0x39e4] = 0x8751, [0x39e5] = 0x8752, - [0x39e6] = 0x8754, [0x39e7] = 0x8755, [0x39e8] = 0x8756, [0x39e9] = 0x8758, - [0x39ea] = 0x875a, [0x39eb] = 0x875b, [0x39ec] = 0x875c, [0x39ed] = 0x875d, - [0x39ee] = 0x875e, [0x39ef] = 0x875f, [0x39f0] = 0x8761, [0x39f1] = 0x8762, - [0x39f2] = 0x8766, [0x39f3] = 0x8767, [0x39f4] = 0x8768, [0x39f5] = 0x8769, - [0x39f6] = 0x876a, [0x39f7] = 0x876b, [0x39f8] = 0x876c, [0x39f9] = 0x876d, - [0x39fa] = 0x876f, [0x39fb] = 0x8771, [0x39fc] = 0x8772, [0x39fd] = 0x8773, - [0x39fe] = 0x8775, [0x3a00] = 0x8777, [0x3a01] = 0x8778, [0x3a02] = 0x8779, - [0x3a03] = 0x877a, [0x3a04] = 0x877f, [0x3a05] = 0x8780, [0x3a06] = 0x8781, - [0x3a07] = 0x8784, [0x3a08] = 0x8786, [0x3a09] = 0x8787, [0x3a0a] = 0x8789, - [0x3a0b] = 0x878a, [0x3a0c] = 0x878c, [0x3a0d] = 0x878e, [0x3a0e] = 0x878f, - [0x3a0f] = 0x8790, [0x3a10] = 0x8791, [0x3a11] = 0x8792, [0x3a12] = 0x8794, - [0x3a13] = 0x8795, [0x3a14] = 0x8796, [0x3a15] = 0x8798, [0x3a16] = 0x8799, - [0x3a17] = 0x879a, [0x3a18] = 0x879b, [0x3a19] = 0x879c, [0x3a1a] = 0x879d, - [0x3a1b] = 0x879e, [0x3a1c] = 0x87a0, [0x3a1d] = 0x87a1, [0x3a1e] = 0x87a2, - [0x3a1f] = 0x87a3, [0x3a20] = 0x87a4, [0x3a21] = 0x5dcd, [0x3a22] = 0x5fae, - [0x3a23] = 0x5371, [0x3a24] = 0x97e6, [0x3a25] = 0x8fdd, [0x3a26] = 0x6845, - [0x3a27] = 0x56f4, [0x3a28] = 0x552f, [0x3a29] = 0x60df, [0x3a2a] = 0x4e3a, - [0x3a2b] = 0x6f4d, [0x3a2c] = 0x7ef4, [0x3a2d] = 0x82c7, [0x3a2e] = 0x840e, - [0x3a2f] = 0x59d4, [0x3a30] = 0x4f1f, [0x3a31] = 0x4f2a, [0x3a32] = 0x5c3e, - [0x3a33] = 0x7eac, [0x3a34] = 0x672a, [0x3a35] = 0x851a, [0x3a36] = 0x5473, - [0x3a37] = 0x754f, [0x3a38] = 0x80c3, [0x3a39] = 0x5582, [0x3a3a] = 0x9b4f, - [0x3a3b] = 0x4f4d, [0x3a3c] = 0x6e2d, [0x3a3d] = 0x8c13, [0x3a3e] = 0x5c09, - [0x3a3f] = 0x6170, [0x3a40] = 0x536b, [0x3a41] = 0x761f, [0x3a42] = 0x6e29, - [0x3a43] = 0x868a, [0x3a44] = 0x6587, [0x3a45] = 0x95fb, [0x3a46] = 0x7eb9, - [0x3a47] = 0x543b, [0x3a48] = 0x7a33, [0x3a49] = 0x7d0a, [0x3a4a] = 0x95ee, - [0x3a4b] = 0x55e1, [0x3a4c] = 0x7fc1, [0x3a4d] = 0x74ee, [0x3a4e] = 0x631d, - [0x3a4f] = 0x8717, [0x3a50] = 0x6da1, [0x3a51] = 0x7a9d, [0x3a52] = 0x6211, - [0x3a53] = 0x65a1, [0x3a54] = 0x5367, [0x3a55] = 0x63e1, [0x3a56] = 0x6c83, - [0x3a57] = 0x5deb, [0x3a58] = 0x545c, [0x3a59] = 0x94a8, [0x3a5a] = 0x4e4c, - [0x3a5b] = 0x6c61, [0x3a5c] = 0x8bec, [0x3a5d] = 0x5c4b, [0x3a5e] = 0x65e0, - [0x3a5f] = 0x829c, [0x3a60] = 0x68a7, [0x3a61] = 0x543e, [0x3a62] = 0x5434, - [0x3a63] = 0x6bcb, [0x3a64] = 0x6b66, [0x3a65] = 0x4e94, [0x3a66] = 0x6342, - [0x3a67] = 0x5348, [0x3a68] = 0x821e, [0x3a69] = 0x4f0d, [0x3a6a] = 0x4fae, - [0x3a6b] = 0x575e, [0x3a6c] = 0x620a, [0x3a6d] = 0x96fe, [0x3a6e] = 0x6664, - [0x3a6f] = 0x7269, [0x3a70] = 0x52ff, [0x3a71] = 0x52a1, [0x3a72] = 0x609f, - [0x3a73] = 0x8bef, [0x3a74] = 0x6614, [0x3a75] = 0x7199, [0x3a76] = 0x6790, - [0x3a77] = 0x897f, [0x3a78] = 0x7852, [0x3a79] = 0x77fd, [0x3a7a] = 0x6670, - [0x3a7b] = 0x563b, [0x3a7c] = 0x5438, [0x3a7d] = 0x9521, [0x3a7e] = 0x727a, - [0x3a80] = 0x87a5, [0x3a81] = 0x87a6, [0x3a82] = 0x87a7, [0x3a83] = 0x87a9, - [0x3a84] = 0x87aa, [0x3a85] = 0x87ae, [0x3a86] = 0x87b0, [0x3a87] = 0x87b1, - [0x3a88] = 0x87b2, [0x3a89] = 0x87b4, [0x3a8a] = 0x87b6, [0x3a8b] = 0x87b7, - [0x3a8c] = 0x87b8, [0x3a8d] = 0x87b9, [0x3a8e] = 0x87bb, [0x3a8f] = 0x87bc, - [0x3a90] = 0x87be, [0x3a91] = 0x87bf, [0x3a92] = 0x87c1, [0x3a93] = 0x87c2, - [0x3a94] = 0x87c3, [0x3a95] = 0x87c4, [0x3a96] = 0x87c5, [0x3a97] = 0x87c7, - [0x3a98] = 0x87c8, [0x3a99] = 0x87c9, [0x3a9a] = 0x87cc, [0x3a9b] = 0x87cd, - [0x3a9c] = 0x87ce, [0x3a9d] = 0x87cf, [0x3a9e] = 0x87d0, [0x3a9f] = 0x87d4, - [0x3aa0] = 0x87d5, [0x3aa1] = 0x87d6, [0x3aa2] = 0x87d7, [0x3aa3] = 0x87d8, - [0x3aa4] = 0x87d9, [0x3aa5] = 0x87da, [0x3aa6] = 0x87dc, [0x3aa7] = 0x87dd, - [0x3aa8] = 0x87de, [0x3aa9] = 0x87df, [0x3aaa] = 0x87e1, [0x3aab] = 0x87e2, - [0x3aac] = 0x87e3, [0x3aad] = 0x87e4, [0x3aae] = 0x87e6, [0x3aaf] = 0x87e7, - [0x3ab0] = 0x87e8, [0x3ab1] = 0x87e9, [0x3ab2] = 0x87eb, [0x3ab3] = 0x87ec, - [0x3ab4] = 0x87ed, [0x3ab5] = 0x87ef, [0x3ab6] = 0x87f0, [0x3ab7] = 0x87f1, - [0x3ab8] = 0x87f2, [0x3ab9] = 0x87f3, [0x3aba] = 0x87f4, [0x3abb] = 0x87f5, - [0x3abc] = 0x87f6, [0x3abd] = 0x87f7, [0x3abe] = 0x87f8, [0x3ac0] = 0x87fa, - [0x3ac1] = 0x87fb, [0x3ac2] = 0x87fc, [0x3ac3] = 0x87fd, [0x3ac4] = 0x87ff, - [0x3ac5] = 0x8800, [0x3ac6] = 0x8801, [0x3ac7] = 0x8802, [0x3ac8] = 0x8804, - [0x3ac9] = 0x8805, [0x3aca] = 0x8806, [0x3acb] = 0x8807, [0x3acc] = 0x8808, - [0x3acd] = 0x8809, [0x3ace] = 0x880b, [0x3acf] = 0x880c, [0x3ad0] = 0x880d, - [0x3ad1] = 0x880e, [0x3ad2] = 0x880f, [0x3ad3] = 0x8810, [0x3ad4] = 0x8811, - [0x3ad5] = 0x8812, [0x3ad6] = 0x8814, [0x3ad7] = 0x8817, [0x3ad8] = 0x8818, - [0x3ad9] = 0x8819, [0x3ada] = 0x881a, [0x3adb] = 0x881c, [0x3adc] = 0x881d, - [0x3add] = 0x881e, [0x3ade] = 0x881f, [0x3adf] = 0x8820, [0x3ae0] = 0x8823, - [0x3ae1] = 0x7a00, [0x3ae2] = 0x606f, [0x3ae3] = 0x5e0c, [0x3ae4] = 0x6089, - [0x3ae5] = 0x819d, [0x3ae6] = 0x5915, [0x3ae7] = 0x60dc, [0x3ae8] = 0x7184, - [0x3ae9] = 0x70ef, [0x3aea] = 0x6eaa, [0x3aeb] = 0x6c50, [0x3aec] = 0x7280, - [0x3aed] = 0x6a84, [0x3aee] = 0x88ad, [0x3aef] = 0x5e2d, [0x3af0] = 0x4e60, - [0x3af1] = 0x5ab3, [0x3af2] = 0x559c, [0x3af3] = 0x94e3, [0x3af4] = 0x6d17, - [0x3af5] = 0x7cfb, [0x3af6] = 0x9699, [0x3af7] = 0x620f, [0x3af8] = 0x7ec6, - [0x3af9] = 0x778e, [0x3afa] = 0x867e, [0x3afb] = 0x5323, [0x3afc] = 0x971e, - [0x3afd] = 0x8f96, [0x3afe] = 0x6687, [0x3aff] = 0x5ce1, [0x3b00] = 0x4fa0, - [0x3b01] = 0x72ed, [0x3b02] = 0x4e0b, [0x3b03] = 0x53a6, [0x3b04] = 0x590f, - [0x3b05] = 0x5413, [0x3b06] = 0x6380, [0x3b07] = 0x9528, [0x3b08] = 0x5148, - [0x3b09] = 0x4ed9, [0x3b0a] = 0x9c9c, [0x3b0b] = 0x7ea4, [0x3b0c] = 0x54b8, - [0x3b0d] = 0x8d24, [0x3b0e] = 0x8854, [0x3b0f] = 0x8237, [0x3b10] = 0x95f2, - [0x3b11] = 0x6d8e, [0x3b12] = 0x5f26, [0x3b13] = 0x5acc, [0x3b14] = 0x663e, - [0x3b15] = 0x9669, [0x3b16] = 0x73b0, [0x3b17] = 0x732e, [0x3b18] = 0x53bf, - [0x3b19] = 0x817a, [0x3b1a] = 0x9985, [0x3b1b] = 0x7fa1, [0x3b1c] = 0x5baa, - [0x3b1d] = 0x9677, [0x3b1e] = 0x9650, [0x3b1f] = 0x7ebf, [0x3b20] = 0x76f8, - [0x3b21] = 0x53a2, [0x3b22] = 0x9576, [0x3b23] = 0x9999, [0x3b24] = 0x7bb1, - [0x3b25] = 0x8944, [0x3b26] = 0x6e58, [0x3b27] = 0x4e61, [0x3b28] = 0x7fd4, - [0x3b29] = 0x7965, [0x3b2a] = 0x8be6, [0x3b2b] = 0x60f3, [0x3b2c] = 0x54cd, - [0x3b2d] = 0x4eab, [0x3b2e] = 0x9879, [0x3b2f] = 0x5df7, [0x3b30] = 0x6a61, - [0x3b31] = 0x50cf, [0x3b32] = 0x5411, [0x3b33] = 0x8c61, [0x3b34] = 0x8427, - [0x3b35] = 0x785d, [0x3b36] = 0x9704, [0x3b37] = 0x524a, [0x3b38] = 0x54ee, - [0x3b39] = 0x56a3, [0x3b3a] = 0x9500, [0x3b3b] = 0x6d88, [0x3b3c] = 0x5bb5, - [0x3b3d] = 0x6dc6, [0x3b3e] = 0x6653, [0x3b40] = 0x8824, [0x3b41] = 0x8825, - [0x3b42] = 0x8826, [0x3b43] = 0x8827, [0x3b44] = 0x8828, [0x3b45] = 0x8829, - [0x3b46] = 0x882a, [0x3b47] = 0x882b, [0x3b48] = 0x882c, [0x3b49] = 0x882d, - [0x3b4a] = 0x882e, [0x3b4b] = 0x882f, [0x3b4c] = 0x8830, [0x3b4d] = 0x8831, - [0x3b4e] = 0x8833, [0x3b4f] = 0x8834, [0x3b50] = 0x8835, [0x3b51] = 0x8836, - [0x3b52] = 0x8837, [0x3b53] = 0x8838, [0x3b54] = 0x883a, [0x3b55] = 0x883b, - [0x3b56] = 0x883d, [0x3b57] = 0x883e, [0x3b58] = 0x883f, [0x3b59] = 0x8841, - [0x3b5a] = 0x8842, [0x3b5b] = 0x8843, [0x3b5c] = 0x8846, [0x3b5d] = 0x8847, - [0x3b5e] = 0x8848, [0x3b5f] = 0x8849, [0x3b60] = 0x884a, [0x3b61] = 0x884b, - [0x3b62] = 0x884e, [0x3b63] = 0x884f, [0x3b64] = 0x8850, [0x3b65] = 0x8851, - [0x3b66] = 0x8852, [0x3b67] = 0x8853, [0x3b68] = 0x8855, [0x3b69] = 0x8856, - [0x3b6a] = 0x8858, [0x3b6b] = 0x885a, [0x3b6c] = 0x885b, [0x3b6d] = 0x885c, - [0x3b6e] = 0x885d, [0x3b6f] = 0x885e, [0x3b70] = 0x885f, [0x3b71] = 0x8860, - [0x3b72] = 0x8866, [0x3b73] = 0x8867, [0x3b74] = 0x886a, [0x3b75] = 0x886d, - [0x3b76] = 0x886f, [0x3b77] = 0x8871, [0x3b78] = 0x8873, [0x3b79] = 0x8874, - [0x3b7a] = 0x8875, [0x3b7b] = 0x8876, [0x3b7c] = 0x8878, [0x3b7d] = 0x8879, - [0x3b7e] = 0x887a, [0x3b80] = 0x887b, [0x3b81] = 0x887c, [0x3b82] = 0x8880, - [0x3b83] = 0x8883, [0x3b84] = 0x8886, [0x3b85] = 0x8887, [0x3b86] = 0x8889, - [0x3b87] = 0x888a, [0x3b88] = 0x888c, [0x3b89] = 0x888e, [0x3b8a] = 0x888f, - [0x3b8b] = 0x8890, [0x3b8c] = 0x8891, [0x3b8d] = 0x8893, [0x3b8e] = 0x8894, - [0x3b8f] = 0x8895, [0x3b90] = 0x8897, [0x3b91] = 0x8898, [0x3b92] = 0x8899, - [0x3b93] = 0x889a, [0x3b94] = 0x889b, [0x3b95] = 0x889d, [0x3b96] = 0x889e, - [0x3b97] = 0x889f, [0x3b98] = 0x88a0, [0x3b99] = 0x88a1, [0x3b9a] = 0x88a3, - [0x3b9b] = 0x88a5, [0x3b9c] = 0x88a6, [0x3b9d] = 0x88a7, [0x3b9e] = 0x88a8, - [0x3b9f] = 0x88a9, [0x3ba0] = 0x88aa, [0x3ba1] = 0x5c0f, [0x3ba2] = 0x5b5d, - [0x3ba3] = 0x6821, [0x3ba4] = 0x8096, [0x3ba5] = 0x5578, [0x3ba6] = 0x7b11, - [0x3ba7] = 0x6548, [0x3ba8] = 0x6954, [0x3ba9] = 0x4e9b, [0x3baa] = 0x6b47, - [0x3bab] = 0x874e, [0x3bac] = 0x978b, [0x3bad] = 0x534f, [0x3bae] = 0x631f, - [0x3baf] = 0x643a, [0x3bb0] = 0x90aa, [0x3bb1] = 0x659c, [0x3bb2] = 0x80c1, - [0x3bb3] = 0x8c10, [0x3bb4] = 0x5199, [0x3bb5] = 0x68b0, [0x3bb6] = 0x5378, - [0x3bb7] = 0x87f9, [0x3bb8] = 0x61c8, [0x3bb9] = 0x6cc4, [0x3bba] = 0x6cfb, - [0x3bbb] = 0x8c22, [0x3bbc] = 0x5c51, [0x3bbd] = 0x85aa, [0x3bbe] = 0x82af, - [0x3bbf] = 0x950c, [0x3bc0] = 0x6b23, [0x3bc1] = 0x8f9b, [0x3bc2] = 0x65b0, - [0x3bc3] = 0x5ffb, [0x3bc4] = 0x5fc3, [0x3bc5] = 0x4fe1, [0x3bc6] = 0x8845, - [0x3bc7] = 0x661f, [0x3bc8] = 0x8165, [0x3bc9] = 0x7329, [0x3bca] = 0x60fa, - [0x3bcb] = 0x5174, [0x3bcc] = 0x5211, [0x3bcd] = 0x578b, [0x3bce] = 0x5f62, - [0x3bcf] = 0x90a2, [0x3bd0] = 0x884c, [0x3bd1] = 0x9192, [0x3bd2] = 0x5e78, - [0x3bd3] = 0x674f, [0x3bd4] = 0x6027, [0x3bd5] = 0x59d3, [0x3bd6] = 0x5144, - [0x3bd7] = 0x51f6, [0x3bd8] = 0x80f8, [0x3bd9] = 0x5308, [0x3bda] = 0x6c79, - [0x3bdb] = 0x96c4, [0x3bdc] = 0x718a, [0x3bdd] = 0x4f11, [0x3bde] = 0x4fee, - [0x3bdf] = 0x7f9e, [0x3be0] = 0x673d, [0x3be1] = 0x55c5, [0x3be2] = 0x9508, - [0x3be3] = 0x79c0, [0x3be4] = 0x8896, [0x3be5] = 0x7ee3, [0x3be6] = 0x589f, - [0x3be7] = 0x620c, [0x3be8] = 0x9700, [0x3be9] = 0x865a, [0x3bea] = 0x5618, - [0x3beb] = 0x987b, [0x3bec] = 0x5f90, [0x3bed] = 0x8bb8, [0x3bee] = 0x84c4, - [0x3bef] = 0x9157, [0x3bf0] = 0x53d9, [0x3bf1] = 0x65ed, [0x3bf2] = 0x5e8f, - [0x3bf3] = 0x755c, [0x3bf4] = 0x6064, [0x3bf5] = 0x7d6e, [0x3bf6] = 0x5a7f, - [0x3bf7] = 0x7eea, [0x3bf8] = 0x7eed, [0x3bf9] = 0x8f69, [0x3bfa] = 0x55a7, - [0x3bfb] = 0x5ba3, [0x3bfc] = 0x60ac, [0x3bfd] = 0x65cb, [0x3bfe] = 0x7384, - [0x3c00] = 0x88ac, [0x3c01] = 0x88ae, [0x3c02] = 0x88af, [0x3c03] = 0x88b0, - [0x3c04] = 0x88b2, [0x3c05] = 0x88b3, [0x3c06] = 0x88b4, [0x3c07] = 0x88b5, - [0x3c08] = 0x88b6, [0x3c09] = 0x88b8, [0x3c0a] = 0x88b9, [0x3c0b] = 0x88ba, - [0x3c0c] = 0x88bb, [0x3c0d] = 0x88bd, [0x3c0e] = 0x88be, [0x3c0f] = 0x88bf, - [0x3c10] = 0x88c0, [0x3c11] = 0x88c3, [0x3c12] = 0x88c4, [0x3c13] = 0x88c7, - [0x3c14] = 0x88c8, [0x3c15] = 0x88ca, [0x3c16] = 0x88cb, [0x3c17] = 0x88cc, - [0x3c18] = 0x88cd, [0x3c19] = 0x88cf, [0x3c1a] = 0x88d0, [0x3c1b] = 0x88d1, - [0x3c1c] = 0x88d3, [0x3c1d] = 0x88d6, [0x3c1e] = 0x88d7, [0x3c1f] = 0x88da, - [0x3c20] = 0x88db, [0x3c21] = 0x88dc, [0x3c22] = 0x88dd, [0x3c23] = 0x88de, - [0x3c24] = 0x88e0, [0x3c25] = 0x88e1, [0x3c26] = 0x88e6, [0x3c27] = 0x88e7, - [0x3c28] = 0x88e9, [0x3c29] = 0x88ea, [0x3c2a] = 0x88eb, [0x3c2b] = 0x88ec, - [0x3c2c] = 0x88ed, [0x3c2d] = 0x88ee, [0x3c2e] = 0x88ef, [0x3c2f] = 0x88f2, - [0x3c30] = 0x88f5, [0x3c31] = 0x88f6, [0x3c32] = 0x88f7, [0x3c33] = 0x88fa, - [0x3c34] = 0x88fb, [0x3c35] = 0x88fd, [0x3c36] = 0x88ff, [0x3c37] = 0x8900, - [0x3c38] = 0x8901, [0x3c39] = 0x8903, [0x3c3a] = 0x8904, [0x3c3b] = 0x8905, - [0x3c3c] = 0x8906, [0x3c3d] = 0x8907, [0x3c3e] = 0x8908, [0x3c40] = 0x8909, - [0x3c41] = 0x890b, [0x3c42] = 0x890c, [0x3c43] = 0x890d, [0x3c44] = 0x890e, - [0x3c45] = 0x890f, [0x3c46] = 0x8911, [0x3c47] = 0x8914, [0x3c48] = 0x8915, - [0x3c49] = 0x8916, [0x3c4a] = 0x8917, [0x3c4b] = 0x8918, [0x3c4c] = 0x891c, - [0x3c4d] = 0x891d, [0x3c4e] = 0x891e, [0x3c4f] = 0x891f, [0x3c50] = 0x8920, - [0x3c51] = 0x8922, [0x3c52] = 0x8923, [0x3c53] = 0x8924, [0x3c54] = 0x8926, - [0x3c55] = 0x8927, [0x3c56] = 0x8928, [0x3c57] = 0x8929, [0x3c58] = 0x892c, - [0x3c59] = 0x892d, [0x3c5a] = 0x892e, [0x3c5b] = 0x892f, [0x3c5c] = 0x8931, - [0x3c5d] = 0x8932, [0x3c5e] = 0x8933, [0x3c5f] = 0x8935, [0x3c60] = 0x8937, - [0x3c61] = 0x9009, [0x3c62] = 0x7663, [0x3c63] = 0x7729, [0x3c64] = 0x7eda, - [0x3c65] = 0x9774, [0x3c66] = 0x859b, [0x3c67] = 0x5b66, [0x3c68] = 0x7a74, - [0x3c69] = 0x96ea, [0x3c6a] = 0x8840, [0x3c6b] = 0x52cb, [0x3c6c] = 0x718f, - [0x3c6d] = 0x5faa, [0x3c6e] = 0x65ec, [0x3c6f] = 0x8be2, [0x3c70] = 0x5bfb, - [0x3c71] = 0x9a6f, [0x3c72] = 0x5de1, [0x3c73] = 0x6b89, [0x3c74] = 0x6c5b, - [0x3c75] = 0x8bad, [0x3c76] = 0x8baf, [0x3c77] = 0x900a, [0x3c78] = 0x8fc5, - [0x3c79] = 0x538b, [0x3c7a] = 0x62bc, [0x3c7b] = 0x9e26, [0x3c7c] = 0x9e2d, - [0x3c7d] = 0x5440, [0x3c7e] = 0x4e2b, [0x3c7f] = 0x82bd, [0x3c80] = 0x7259, - [0x3c81] = 0x869c, [0x3c82] = 0x5d16, [0x3c83] = 0x8859, [0x3c84] = 0x6daf, - [0x3c85] = 0x96c5, [0x3c86] = 0x54d1, [0x3c87] = 0x4e9a, [0x3c88] = 0x8bb6, - [0x3c89] = 0x7109, [0x3c8a] = 0x54bd, [0x3c8b] = 0x9609, [0x3c8c] = 0x70df, - [0x3c8d] = 0x6df9, [0x3c8e] = 0x76d0, [0x3c8f] = 0x4e25, [0x3c90] = 0x7814, - [0x3c91] = 0x8712, [0x3c92] = 0x5ca9, [0x3c93] = 0x5ef6, [0x3c94] = 0x8a00, - [0x3c95] = 0x989c, [0x3c96] = 0x960e, [0x3c97] = 0x708e, [0x3c98] = 0x6cbf, - [0x3c99] = 0x5944, [0x3c9a] = 0x63a9, [0x3c9b] = 0x773c, [0x3c9c] = 0x884d, - [0x3c9d] = 0x6f14, [0x3c9e] = 0x8273, [0x3c9f] = 0x5830, [0x3ca0] = 0x71d5, - [0x3ca1] = 0x538c, [0x3ca2] = 0x781a, [0x3ca3] = 0x96c1, [0x3ca4] = 0x5501, - [0x3ca5] = 0x5f66, [0x3ca6] = 0x7130, [0x3ca7] = 0x5bb4, [0x3ca8] = 0x8c1a, - [0x3ca9] = 0x9a8c, [0x3caa] = 0x6b83, [0x3cab] = 0x592e, [0x3cac] = 0x9e2f, - [0x3cad] = 0x79e7, [0x3cae] = 0x6768, [0x3caf] = 0x626c, [0x3cb0] = 0x4f6f, - [0x3cb1] = 0x75a1, [0x3cb2] = 0x7f8a, [0x3cb3] = 0x6d0b, [0x3cb4] = 0x9633, - [0x3cb5] = 0x6c27, [0x3cb6] = 0x4ef0, [0x3cb7] = 0x75d2, [0x3cb8] = 0x517b, - [0x3cb9] = 0x6837, [0x3cba] = 0x6f3e, [0x3cbb] = 0x9080, [0x3cbc] = 0x8170, - [0x3cbd] = 0x5996, [0x3cbe] = 0x7476, [0x3cc0] = 0x8938, [0x3cc1] = 0x8939, - [0x3cc2] = 0x893a, [0x3cc3] = 0x893b, [0x3cc4] = 0x893c, [0x3cc5] = 0x893d, - [0x3cc6] = 0x893e, [0x3cc7] = 0x893f, [0x3cc8] = 0x8940, [0x3cc9] = 0x8942, - [0x3cca] = 0x8943, [0x3ccb] = 0x8945, [0x3ccc] = 0x8946, [0x3ccd] = 0x8947, - [0x3cce] = 0x8948, [0x3ccf] = 0x8949, [0x3cd0] = 0x894a, [0x3cd1] = 0x894b, - [0x3cd2] = 0x894c, [0x3cd3] = 0x894d, [0x3cd4] = 0x894e, [0x3cd5] = 0x894f, - [0x3cd6] = 0x8950, [0x3cd7] = 0x8951, [0x3cd8] = 0x8952, [0x3cd9] = 0x8953, - [0x3cda] = 0x8954, [0x3cdb] = 0x8955, [0x3cdc] = 0x8956, [0x3cdd] = 0x8957, - [0x3cde] = 0x8958, [0x3cdf] = 0x8959, [0x3ce0] = 0x895a, [0x3ce1] = 0x895b, - [0x3ce2] = 0x895c, [0x3ce3] = 0x895d, [0x3ce4] = 0x8960, [0x3ce5] = 0x8961, - [0x3ce6] = 0x8962, [0x3ce7] = 0x8963, [0x3ce8] = 0x8964, [0x3ce9] = 0x8965, - [0x3cea] = 0x8967, [0x3ceb] = 0x8968, [0x3cec] = 0x8969, [0x3ced] = 0x896a, - [0x3cee] = 0x896b, [0x3cef] = 0x896c, [0x3cf0] = 0x896d, [0x3cf1] = 0x896e, - [0x3cf2] = 0x896f, [0x3cf3] = 0x8970, [0x3cf4] = 0x8971, [0x3cf5] = 0x8972, - [0x3cf6] = 0x8973, [0x3cf7] = 0x8974, [0x3cf8] = 0x8975, [0x3cf9] = 0x8976, - [0x3cfa] = 0x8977, [0x3cfb] = 0x8978, [0x3cfc] = 0x8979, [0x3cfd] = 0x897a, - [0x3cfe] = 0x897c, [0x3d00] = 0x897d, [0x3d01] = 0x897e, [0x3d02] = 0x8980, - [0x3d03] = 0x8982, [0x3d04] = 0x8984, [0x3d05] = 0x8985, [0x3d06] = 0x8987, - [0x3d07] = 0x8988, [0x3d08] = 0x8989, [0x3d09] = 0x898a, [0x3d0a] = 0x898b, - [0x3d0b] = 0x898c, [0x3d0c] = 0x898d, [0x3d0d] = 0x898e, [0x3d0e] = 0x898f, - [0x3d0f] = 0x8990, [0x3d10] = 0x8991, [0x3d11] = 0x8992, [0x3d12] = 0x8993, - [0x3d13] = 0x8994, [0x3d14] = 0x8995, [0x3d15] = 0x8996, [0x3d16] = 0x8997, - [0x3d17] = 0x8998, [0x3d18] = 0x8999, [0x3d19] = 0x899a, [0x3d1a] = 0x899b, - [0x3d1b] = 0x899c, [0x3d1c] = 0x899d, [0x3d1d] = 0x899e, [0x3d1e] = 0x899f, - [0x3d1f] = 0x89a0, [0x3d20] = 0x89a1, [0x3d21] = 0x6447, [0x3d22] = 0x5c27, - [0x3d23] = 0x9065, [0x3d24] = 0x7a91, [0x3d25] = 0x8c23, [0x3d26] = 0x59da, - [0x3d27] = 0x54ac, [0x3d28] = 0x8200, [0x3d29] = 0x836f, [0x3d2a] = 0x8981, - [0x3d2b] = 0x8000, [0x3d2c] = 0x6930, [0x3d2d] = 0x564e, [0x3d2e] = 0x8036, - [0x3d2f] = 0x7237, [0x3d30] = 0x91ce, [0x3d31] = 0x51b6, [0x3d32] = 0x4e5f, - [0x3d33] = 0x9875, [0x3d34] = 0x6396, [0x3d35] = 0x4e1a, [0x3d36] = 0x53f6, - [0x3d37] = 0x66f3, [0x3d38] = 0x814b, [0x3d39] = 0x591c, [0x3d3a] = 0x6db2, - [0x3d3b] = 0x4e00, [0x3d3c] = 0x58f9, [0x3d3d] = 0x533b, [0x3d3e] = 0x63d6, - [0x3d3f] = 0x94f1, [0x3d40] = 0x4f9d, [0x3d41] = 0x4f0a, [0x3d42] = 0x8863, - [0x3d43] = 0x9890, [0x3d44] = 0x5937, [0x3d45] = 0x9057, [0x3d46] = 0x79fb, - [0x3d47] = 0x4eea, [0x3d48] = 0x80f0, [0x3d49] = 0x7591, [0x3d4a] = 0x6c82, - [0x3d4b] = 0x5b9c, [0x3d4c] = 0x59e8, [0x3d4d] = 0x5f5d, [0x3d4e] = 0x6905, - [0x3d4f] = 0x8681, [0x3d50] = 0x501a, [0x3d51] = 0x5df2, [0x3d52] = 0x4e59, - [0x3d53] = 0x77e3, [0x3d54] = 0x4ee5, [0x3d55] = 0x827a, [0x3d56] = 0x6291, - [0x3d57] = 0x6613, [0x3d58] = 0x9091, [0x3d59] = 0x5c79, [0x3d5a] = 0x4ebf, - [0x3d5b] = 0x5f79, [0x3d5c] = 0x81c6, [0x3d5d] = 0x9038, [0x3d5e] = 0x8084, - [0x3d5f] = 0x75ab, [0x3d60] = 0x4ea6, [0x3d61] = 0x88d4, [0x3d62] = 0x610f, - [0x3d63] = 0x6bc5, [0x3d64] = 0x5fc6, [0x3d65] = 0x4e49, [0x3d66] = 0x76ca, - [0x3d67] = 0x6ea2, [0x3d68] = 0x8be3, [0x3d69] = 0x8bae, [0x3d6a] = 0x8c0a, - [0x3d6b] = 0x8bd1, [0x3d6c] = 0x5f02, [0x3d6d] = 0x7ffc, [0x3d6e] = 0x7fcc, - [0x3d6f] = 0x7ece, [0x3d70] = 0x8335, [0x3d71] = 0x836b, [0x3d72] = 0x56e0, - [0x3d73] = 0x6bb7, [0x3d74] = 0x97f3, [0x3d75] = 0x9634, [0x3d76] = 0x59fb, - [0x3d77] = 0x541f, [0x3d78] = 0x94f6, [0x3d79] = 0x6deb, [0x3d7a] = 0x5bc5, - [0x3d7b] = 0x996e, [0x3d7c] = 0x5c39, [0x3d7d] = 0x5f15, [0x3d7e] = 0x9690, - [0x3d80] = 0x89a2, [0x3d81] = 0x89a3, [0x3d82] = 0x89a4, [0x3d83] = 0x89a5, - [0x3d84] = 0x89a6, [0x3d85] = 0x89a7, [0x3d86] = 0x89a8, [0x3d87] = 0x89a9, - [0x3d88] = 0x89aa, [0x3d89] = 0x89ab, [0x3d8a] = 0x89ac, [0x3d8b] = 0x89ad, - [0x3d8c] = 0x89ae, [0x3d8d] = 0x89af, [0x3d8e] = 0x89b0, [0x3d8f] = 0x89b1, - [0x3d90] = 0x89b2, [0x3d91] = 0x89b3, [0x3d92] = 0x89b4, [0x3d93] = 0x89b5, - [0x3d94] = 0x89b6, [0x3d95] = 0x89b7, [0x3d96] = 0x89b8, [0x3d97] = 0x89b9, - [0x3d98] = 0x89ba, [0x3d99] = 0x89bb, [0x3d9a] = 0x89bc, [0x3d9b] = 0x89bd, - [0x3d9c] = 0x89be, [0x3d9d] = 0x89bf, [0x3d9e] = 0x89c0, [0x3d9f] = 0x89c3, - [0x3da0] = 0x89cd, [0x3da1] = 0x89d3, [0x3da2] = 0x89d4, [0x3da3] = 0x89d5, - [0x3da4] = 0x89d7, [0x3da5] = 0x89d8, [0x3da6] = 0x89d9, [0x3da7] = 0x89db, - [0x3da8] = 0x89dd, [0x3da9] = 0x89df, [0x3daa] = 0x89e0, [0x3dab] = 0x89e1, - [0x3dac] = 0x89e2, [0x3dad] = 0x89e4, [0x3dae] = 0x89e7, [0x3daf] = 0x89e8, - [0x3db0] = 0x89e9, [0x3db1] = 0x89ea, [0x3db2] = 0x89ec, [0x3db3] = 0x89ed, - [0x3db4] = 0x89ee, [0x3db5] = 0x89f0, [0x3db6] = 0x89f1, [0x3db7] = 0x89f2, - [0x3db8] = 0x89f4, [0x3db9] = 0x89f5, [0x3dba] = 0x89f6, [0x3dbb] = 0x89f7, - [0x3dbc] = 0x89f8, [0x3dbd] = 0x89f9, [0x3dbe] = 0x89fa, [0x3dc0] = 0x89fb, - [0x3dc1] = 0x89fc, [0x3dc2] = 0x89fd, [0x3dc3] = 0x89fe, [0x3dc4] = 0x89ff, - [0x3dc5] = 0x8a01, [0x3dc6] = 0x8a02, [0x3dc7] = 0x8a03, [0x3dc8] = 0x8a04, - [0x3dc9] = 0x8a05, [0x3dca] = 0x8a06, [0x3dcb] = 0x8a08, [0x3dcc] = 0x8a09, - [0x3dcd] = 0x8a0a, [0x3dce] = 0x8a0b, [0x3dcf] = 0x8a0c, [0x3dd0] = 0x8a0d, - [0x3dd1] = 0x8a0e, [0x3dd2] = 0x8a0f, [0x3dd3] = 0x8a10, [0x3dd4] = 0x8a11, - [0x3dd5] = 0x8a12, [0x3dd6] = 0x8a13, [0x3dd7] = 0x8a14, [0x3dd8] = 0x8a15, - [0x3dd9] = 0x8a16, [0x3dda] = 0x8a17, [0x3ddb] = 0x8a18, [0x3ddc] = 0x8a19, - [0x3ddd] = 0x8a1a, [0x3dde] = 0x8a1b, [0x3ddf] = 0x8a1c, [0x3de0] = 0x8a1d, - [0x3de1] = 0x5370, [0x3de2] = 0x82f1, [0x3de3] = 0x6a31, [0x3de4] = 0x5a74, - [0x3de5] = 0x9e70, [0x3de6] = 0x5e94, [0x3de7] = 0x7f28, [0x3de8] = 0x83b9, - [0x3de9] = 0x8424, [0x3dea] = 0x8425, [0x3deb] = 0x8367, [0x3dec] = 0x8747, - [0x3ded] = 0x8fce, [0x3dee] = 0x8d62, [0x3def] = 0x76c8, [0x3df0] = 0x5f71, - [0x3df1] = 0x9896, [0x3df2] = 0x786c, [0x3df3] = 0x6620, [0x3df4] = 0x54df, - [0x3df5] = 0x62e5, [0x3df6] = 0x4f63, [0x3df7] = 0x81c3, [0x3df8] = 0x75c8, - [0x3df9] = 0x5eb8, [0x3dfa] = 0x96cd, [0x3dfb] = 0x8e0a, [0x3dfc] = 0x86f9, - [0x3dfd] = 0x548f, [0x3dfe] = 0x6cf3, [0x3dff] = 0x6d8c, [0x3e00] = 0x6c38, - [0x3e01] = 0x607f, [0x3e02] = 0x52c7, [0x3e03] = 0x7528, [0x3e04] = 0x5e7d, - [0x3e05] = 0x4f18, [0x3e06] = 0x60a0, [0x3e07] = 0x5fe7, [0x3e08] = 0x5c24, - [0x3e09] = 0x7531, [0x3e0a] = 0x90ae, [0x3e0b] = 0x94c0, [0x3e0c] = 0x72b9, - [0x3e0d] = 0x6cb9, [0x3e0e] = 0x6e38, [0x3e0f] = 0x9149, [0x3e10] = 0x6709, - [0x3e11] = 0x53cb, [0x3e12] = 0x53f3, [0x3e13] = 0x4f51, [0x3e14] = 0x91c9, - [0x3e15] = 0x8bf1, [0x3e16] = 0x53c8, [0x3e17] = 0x5e7c, [0x3e18] = 0x8fc2, - [0x3e19] = 0x6de4, [0x3e1a] = 0x4e8e, [0x3e1b] = 0x76c2, [0x3e1c] = 0x6986, - [0x3e1d] = 0x865e, [0x3e1e] = 0x611a, [0x3e1f] = 0x8206, [0x3e20] = 0x4f59, - [0x3e21] = 0x4fde, [0x3e22] = 0x903e, [0x3e23] = 0x9c7c, [0x3e24] = 0x6109, - [0x3e25] = 0x6e1d, [0x3e26] = 0x6e14, [0x3e27] = 0x9685, [0x3e28] = 0x4e88, - [0x3e29] = 0x5a31, [0x3e2a] = 0x96e8, [0x3e2b] = 0x4e0e, [0x3e2c] = 0x5c7f, - [0x3e2d] = 0x79b9, [0x3e2e] = 0x5b87, [0x3e2f] = 0x8bed, [0x3e30] = 0x7fbd, - [0x3e31] = 0x7389, [0x3e32] = 0x57df, [0x3e33] = 0x828b, [0x3e34] = 0x90c1, - [0x3e35] = 0x5401, [0x3e36] = 0x9047, [0x3e37] = 0x55bb, [0x3e38] = 0x5cea, - [0x3e39] = 0x5fa1, [0x3e3a] = 0x6108, [0x3e3b] = 0x6b32, [0x3e3c] = 0x72f1, - [0x3e3d] = 0x80b2, [0x3e3e] = 0x8a89, [0x3e40] = 0x8a1e, [0x3e41] = 0x8a1f, - [0x3e42] = 0x8a20, [0x3e43] = 0x8a21, [0x3e44] = 0x8a22, [0x3e45] = 0x8a23, - [0x3e46] = 0x8a24, [0x3e47] = 0x8a25, [0x3e48] = 0x8a26, [0x3e49] = 0x8a27, - [0x3e4a] = 0x8a28, [0x3e4b] = 0x8a29, [0x3e4c] = 0x8a2a, [0x3e4d] = 0x8a2b, - [0x3e4e] = 0x8a2c, [0x3e4f] = 0x8a2d, [0x3e50] = 0x8a2e, [0x3e51] = 0x8a2f, - [0x3e52] = 0x8a30, [0x3e53] = 0x8a31, [0x3e54] = 0x8a32, [0x3e55] = 0x8a33, - [0x3e56] = 0x8a34, [0x3e57] = 0x8a35, [0x3e58] = 0x8a36, [0x3e59] = 0x8a37, - [0x3e5a] = 0x8a38, [0x3e5b] = 0x8a39, [0x3e5c] = 0x8a3a, [0x3e5d] = 0x8a3b, - [0x3e5e] = 0x8a3c, [0x3e5f] = 0x8a3d, [0x3e60] = 0x8a3f, [0x3e61] = 0x8a40, - [0x3e62] = 0x8a41, [0x3e63] = 0x8a42, [0x3e64] = 0x8a43, [0x3e65] = 0x8a44, - [0x3e66] = 0x8a45, [0x3e67] = 0x8a46, [0x3e68] = 0x8a47, [0x3e69] = 0x8a49, - [0x3e6a] = 0x8a4a, [0x3e6b] = 0x8a4b, [0x3e6c] = 0x8a4c, [0x3e6d] = 0x8a4d, - [0x3e6e] = 0x8a4e, [0x3e6f] = 0x8a4f, [0x3e70] = 0x8a50, [0x3e71] = 0x8a51, - [0x3e72] = 0x8a52, [0x3e73] = 0x8a53, [0x3e74] = 0x8a54, [0x3e75] = 0x8a55, - [0x3e76] = 0x8a56, [0x3e77] = 0x8a57, [0x3e78] = 0x8a58, [0x3e79] = 0x8a59, - [0x3e7a] = 0x8a5a, [0x3e7b] = 0x8a5b, [0x3e7c] = 0x8a5c, [0x3e7d] = 0x8a5d, - [0x3e7e] = 0x8a5e, [0x3e80] = 0x8a5f, [0x3e81] = 0x8a60, [0x3e82] = 0x8a61, - [0x3e83] = 0x8a62, [0x3e84] = 0x8a63, [0x3e85] = 0x8a64, [0x3e86] = 0x8a65, - [0x3e87] = 0x8a66, [0x3e88] = 0x8a67, [0x3e89] = 0x8a68, [0x3e8a] = 0x8a69, - [0x3e8b] = 0x8a6a, [0x3e8c] = 0x8a6b, [0x3e8d] = 0x8a6c, [0x3e8e] = 0x8a6d, - [0x3e8f] = 0x8a6e, [0x3e90] = 0x8a6f, [0x3e91] = 0x8a70, [0x3e92] = 0x8a71, - [0x3e93] = 0x8a72, [0x3e94] = 0x8a73, [0x3e95] = 0x8a74, [0x3e96] = 0x8a75, - [0x3e97] = 0x8a76, [0x3e98] = 0x8a77, [0x3e99] = 0x8a78, [0x3e9a] = 0x8a7a, - [0x3e9b] = 0x8a7b, [0x3e9c] = 0x8a7c, [0x3e9d] = 0x8a7d, [0x3e9e] = 0x8a7e, - [0x3e9f] = 0x8a7f, [0x3ea0] = 0x8a80, [0x3ea1] = 0x6d74, [0x3ea2] = 0x5bd3, - [0x3ea3] = 0x88d5, [0x3ea4] = 0x9884, [0x3ea5] = 0x8c6b, [0x3ea6] = 0x9a6d, - [0x3ea7] = 0x9e33, [0x3ea8] = 0x6e0a, [0x3ea9] = 0x51a4, [0x3eaa] = 0x5143, - [0x3eab] = 0x57a3, [0x3eac] = 0x8881, [0x3ead] = 0x539f, [0x3eae] = 0x63f4, - [0x3eaf] = 0x8f95, [0x3eb0] = 0x56ed, [0x3eb1] = 0x5458, [0x3eb2] = 0x5706, - [0x3eb3] = 0x733f, [0x3eb4] = 0x6e90, [0x3eb5] = 0x7f18, [0x3eb6] = 0x8fdc, - [0x3eb7] = 0x82d1, [0x3eb8] = 0x613f, [0x3eb9] = 0x6028, [0x3eba] = 0x9662, - [0x3ebb] = 0x66f0, [0x3ebc] = 0x7ea6, [0x3ebd] = 0x8d8a, [0x3ebe] = 0x8dc3, - [0x3ebf] = 0x94a5, [0x3ec0] = 0x5cb3, [0x3ec1] = 0x7ca4, [0x3ec2] = 0x6708, - [0x3ec3] = 0x60a6, [0x3ec4] = 0x9605, [0x3ec5] = 0x8018, [0x3ec6] = 0x4e91, - [0x3ec7] = 0x90e7, [0x3ec8] = 0x5300, [0x3ec9] = 0x9668, [0x3eca] = 0x5141, - [0x3ecb] = 0x8fd0, [0x3ecc] = 0x8574, [0x3ecd] = 0x915d, [0x3ece] = 0x6655, - [0x3ecf] = 0x97f5, [0x3ed0] = 0x5b55, [0x3ed1] = 0x531d, [0x3ed2] = 0x7838, - [0x3ed3] = 0x6742, [0x3ed4] = 0x683d, [0x3ed5] = 0x54c9, [0x3ed6] = 0x707e, - [0x3ed7] = 0x5bb0, [0x3ed8] = 0x8f7d, [0x3ed9] = 0x518d, [0x3eda] = 0x5728, - [0x3edb] = 0x54b1, [0x3edc] = 0x6512, [0x3edd] = 0x6682, [0x3ede] = 0x8d5e, - [0x3edf] = 0x8d43, [0x3ee0] = 0x810f, [0x3ee1] = 0x846c, [0x3ee2] = 0x906d, - [0x3ee3] = 0x7cdf, [0x3ee4] = 0x51ff, [0x3ee5] = 0x85fb, [0x3ee6] = 0x67a3, - [0x3ee7] = 0x65e9, [0x3ee8] = 0x6fa1, [0x3ee9] = 0x86a4, [0x3eea] = 0x8e81, - [0x3eeb] = 0x566a, [0x3eec] = 0x9020, [0x3eed] = 0x7682, [0x3eee] = 0x7076, - [0x3eef] = 0x71e5, [0x3ef0] = 0x8d23, [0x3ef1] = 0x62e9, [0x3ef2] = 0x5219, - [0x3ef3] = 0x6cfd, [0x3ef4] = 0x8d3c, [0x3ef5] = 0x600e, [0x3ef6] = 0x589e, - [0x3ef7] = 0x618e, [0x3ef8] = 0x66fe, [0x3ef9] = 0x8d60, [0x3efa] = 0x624e, - [0x3efb] = 0x55b3, [0x3efc] = 0x6e23, [0x3efd] = 0x672d, [0x3efe] = 0x8f67, - [0x3f00] = 0x8a81, [0x3f01] = 0x8a82, [0x3f02] = 0x8a83, [0x3f03] = 0x8a84, - [0x3f04] = 0x8a85, [0x3f05] = 0x8a86, [0x3f06] = 0x8a87, [0x3f07] = 0x8a88, - [0x3f08] = 0x8a8b, [0x3f09] = 0x8a8c, [0x3f0a] = 0x8a8d, [0x3f0b] = 0x8a8e, - [0x3f0c] = 0x8a8f, [0x3f0d] = 0x8a90, [0x3f0e] = 0x8a91, [0x3f0f] = 0x8a92, - [0x3f10] = 0x8a94, [0x3f11] = 0x8a95, [0x3f12] = 0x8a96, [0x3f13] = 0x8a97, - [0x3f14] = 0x8a98, [0x3f15] = 0x8a99, [0x3f16] = 0x8a9a, [0x3f17] = 0x8a9b, - [0x3f18] = 0x8a9c, [0x3f19] = 0x8a9d, [0x3f1a] = 0x8a9e, [0x3f1b] = 0x8a9f, - [0x3f1c] = 0x8aa0, [0x3f1d] = 0x8aa1, [0x3f1e] = 0x8aa2, [0x3f1f] = 0x8aa3, - [0x3f20] = 0x8aa4, [0x3f21] = 0x8aa5, [0x3f22] = 0x8aa6, [0x3f23] = 0x8aa7, - [0x3f24] = 0x8aa8, [0x3f25] = 0x8aa9, [0x3f26] = 0x8aaa, [0x3f27] = 0x8aab, - [0x3f28] = 0x8aac, [0x3f29] = 0x8aad, [0x3f2a] = 0x8aae, [0x3f2b] = 0x8aaf, - [0x3f2c] = 0x8ab0, [0x3f2d] = 0x8ab1, [0x3f2e] = 0x8ab2, [0x3f2f] = 0x8ab3, - [0x3f30] = 0x8ab4, [0x3f31] = 0x8ab5, [0x3f32] = 0x8ab6, [0x3f33] = 0x8ab7, - [0x3f34] = 0x8ab8, [0x3f35] = 0x8ab9, [0x3f36] = 0x8aba, [0x3f37] = 0x8abb, - [0x3f38] = 0x8abc, [0x3f39] = 0x8abd, [0x3f3a] = 0x8abe, [0x3f3b] = 0x8abf, - [0x3f3c] = 0x8ac0, [0x3f3d] = 0x8ac1, [0x3f3e] = 0x8ac2, [0x3f40] = 0x8ac3, - [0x3f41] = 0x8ac4, [0x3f42] = 0x8ac5, [0x3f43] = 0x8ac6, [0x3f44] = 0x8ac7, - [0x3f45] = 0x8ac8, [0x3f46] = 0x8ac9, [0x3f47] = 0x8aca, [0x3f48] = 0x8acb, - [0x3f49] = 0x8acc, [0x3f4a] = 0x8acd, [0x3f4b] = 0x8ace, [0x3f4c] = 0x8acf, - [0x3f4d] = 0x8ad0, [0x3f4e] = 0x8ad1, [0x3f4f] = 0x8ad2, [0x3f50] = 0x8ad3, - [0x3f51] = 0x8ad4, [0x3f52] = 0x8ad5, [0x3f53] = 0x8ad6, [0x3f54] = 0x8ad7, - [0x3f55] = 0x8ad8, [0x3f56] = 0x8ad9, [0x3f57] = 0x8ada, [0x3f58] = 0x8adb, - [0x3f59] = 0x8adc, [0x3f5a] = 0x8add, [0x3f5b] = 0x8ade, [0x3f5c] = 0x8adf, - [0x3f5d] = 0x8ae0, [0x3f5e] = 0x8ae1, [0x3f5f] = 0x8ae2, [0x3f60] = 0x8ae3, - [0x3f61] = 0x94e1, [0x3f62] = 0x95f8, [0x3f63] = 0x7728, [0x3f64] = 0x6805, - [0x3f65] = 0x69a8, [0x3f66] = 0x548b, [0x3f67] = 0x4e4d, [0x3f68] = 0x70b8, - [0x3f69] = 0x8bc8, [0x3f6a] = 0x6458, [0x3f6b] = 0x658b, [0x3f6c] = 0x5b85, - [0x3f6d] = 0x7a84, [0x3f6e] = 0x503a, [0x3f6f] = 0x5be8, [0x3f70] = 0x77bb, - [0x3f71] = 0x6be1, [0x3f72] = 0x8a79, [0x3f73] = 0x7c98, [0x3f74] = 0x6cbe, - [0x3f75] = 0x76cf, [0x3f76] = 0x65a9, [0x3f77] = 0x8f97, [0x3f78] = 0x5d2d, - [0x3f79] = 0x5c55, [0x3f7a] = 0x8638, [0x3f7b] = 0x6808, [0x3f7c] = 0x5360, - [0x3f7d] = 0x6218, [0x3f7e] = 0x7ad9, [0x3f7f] = 0x6e5b, [0x3f80] = 0x7efd, - [0x3f81] = 0x6a1f, [0x3f82] = 0x7ae0, [0x3f83] = 0x5f70, [0x3f84] = 0x6f33, - [0x3f85] = 0x5f20, [0x3f86] = 0x638c, [0x3f87] = 0x6da8, [0x3f88] = 0x6756, - [0x3f89] = 0x4e08, [0x3f8a] = 0x5e10, [0x3f8b] = 0x8d26, [0x3f8c] = 0x4ed7, - [0x3f8d] = 0x80c0, [0x3f8e] = 0x7634, [0x3f8f] = 0x969c, [0x3f90] = 0x62db, - [0x3f91] = 0x662d, [0x3f92] = 0x627e, [0x3f93] = 0x6cbc, [0x3f94] = 0x8d75, - [0x3f95] = 0x7167, [0x3f96] = 0x7f69, [0x3f97] = 0x5146, [0x3f98] = 0x8087, - [0x3f99] = 0x53ec, [0x3f9a] = 0x906e, [0x3f9b] = 0x6298, [0x3f9c] = 0x54f2, - [0x3f9d] = 0x86f0, [0x3f9e] = 0x8f99, [0x3f9f] = 0x8005, [0x3fa0] = 0x9517, - [0x3fa1] = 0x8517, [0x3fa2] = 0x8fd9, [0x3fa3] = 0x6d59, [0x3fa4] = 0x73cd, - [0x3fa5] = 0x659f, [0x3fa6] = 0x771f, [0x3fa7] = 0x7504, [0x3fa8] = 0x7827, - [0x3fa9] = 0x81fb, [0x3faa] = 0x8d1e, [0x3fab] = 0x9488, [0x3fac] = 0x4fa6, - [0x3fad] = 0x6795, [0x3fae] = 0x75b9, [0x3faf] = 0x8bca, [0x3fb0] = 0x9707, - [0x3fb1] = 0x632f, [0x3fb2] = 0x9547, [0x3fb3] = 0x9635, [0x3fb4] = 0x84b8, - [0x3fb5] = 0x6323, [0x3fb6] = 0x7741, [0x3fb7] = 0x5f81, [0x3fb8] = 0x72f0, - [0x3fb9] = 0x4e89, [0x3fba] = 0x6014, [0x3fbb] = 0x6574, [0x3fbc] = 0x62ef, - [0x3fbd] = 0x6b63, [0x3fbe] = 0x653f, [0x3fc0] = 0x8ae4, [0x3fc1] = 0x8ae5, - [0x3fc2] = 0x8ae6, [0x3fc3] = 0x8ae7, [0x3fc4] = 0x8ae8, [0x3fc5] = 0x8ae9, - [0x3fc6] = 0x8aea, [0x3fc7] = 0x8aeb, [0x3fc8] = 0x8aec, [0x3fc9] = 0x8aed, - [0x3fca] = 0x8aee, [0x3fcb] = 0x8aef, [0x3fcc] = 0x8af0, [0x3fcd] = 0x8af1, - [0x3fce] = 0x8af2, [0x3fcf] = 0x8af3, [0x3fd0] = 0x8af4, [0x3fd1] = 0x8af5, - [0x3fd2] = 0x8af6, [0x3fd3] = 0x8af7, [0x3fd4] = 0x8af8, [0x3fd5] = 0x8af9, - [0x3fd6] = 0x8afa, [0x3fd7] = 0x8afb, [0x3fd8] = 0x8afc, [0x3fd9] = 0x8afd, - [0x3fda] = 0x8afe, [0x3fdb] = 0x8aff, [0x3fdc] = 0x8b00, [0x3fdd] = 0x8b01, - [0x3fde] = 0x8b02, [0x3fdf] = 0x8b03, [0x3fe0] = 0x8b04, [0x3fe1] = 0x8b05, - [0x3fe2] = 0x8b06, [0x3fe3] = 0x8b08, [0x3fe4] = 0x8b09, [0x3fe5] = 0x8b0a, - [0x3fe6] = 0x8b0b, [0x3fe7] = 0x8b0c, [0x3fe8] = 0x8b0d, [0x3fe9] = 0x8b0e, - [0x3fea] = 0x8b0f, [0x3feb] = 0x8b10, [0x3fec] = 0x8b11, [0x3fed] = 0x8b12, - [0x3fee] = 0x8b13, [0x3fef] = 0x8b14, [0x3ff0] = 0x8b15, [0x3ff1] = 0x8b16, - [0x3ff2] = 0x8b17, [0x3ff3] = 0x8b18, [0x3ff4] = 0x8b19, [0x3ff5] = 0x8b1a, - [0x3ff6] = 0x8b1b, [0x3ff7] = 0x8b1c, [0x3ff8] = 0x8b1d, [0x3ff9] = 0x8b1e, - [0x3ffa] = 0x8b1f, [0x3ffb] = 0x8b20, [0x3ffc] = 0x8b21, [0x3ffd] = 0x8b22, - [0x3ffe] = 0x8b23, [0x4000] = 0x8b24, [0x4001] = 0x8b25, [0x4002] = 0x8b27, - [0x4003] = 0x8b28, [0x4004] = 0x8b29, [0x4005] = 0x8b2a, [0x4006] = 0x8b2b, - [0x4007] = 0x8b2c, [0x4008] = 0x8b2d, [0x4009] = 0x8b2e, [0x400a] = 0x8b2f, - [0x400b] = 0x8b30, [0x400c] = 0x8b31, [0x400d] = 0x8b32, [0x400e] = 0x8b33, - [0x400f] = 0x8b34, [0x4010] = 0x8b35, [0x4011] = 0x8b36, [0x4012] = 0x8b37, - [0x4013] = 0x8b38, [0x4014] = 0x8b39, [0x4015] = 0x8b3a, [0x4016] = 0x8b3b, - [0x4017] = 0x8b3c, [0x4018] = 0x8b3d, [0x4019] = 0x8b3e, [0x401a] = 0x8b3f, - [0x401b] = 0x8b40, [0x401c] = 0x8b41, [0x401d] = 0x8b42, [0x401e] = 0x8b43, - [0x401f] = 0x8b44, [0x4020] = 0x8b45, [0x4021] = 0x5e27, [0x4022] = 0x75c7, - [0x4023] = 0x90d1, [0x4024] = 0x8bc1, [0x4025] = 0x829d, [0x4026] = 0x679d, - [0x4027] = 0x652f, [0x4028] = 0x5431, [0x4029] = 0x8718, [0x402a] = 0x77e5, - [0x402b] = 0x80a2, [0x402c] = 0x8102, [0x402d] = 0x6c41, [0x402e] = 0x4e4b, - [0x402f] = 0x7ec7, [0x4030] = 0x804c, [0x4031] = 0x76f4, [0x4032] = 0x690d, - [0x4033] = 0x6b96, [0x4034] = 0x6267, [0x4035] = 0x503c, [0x4036] = 0x4f84, - [0x4037] = 0x5740, [0x4038] = 0x6307, [0x4039] = 0x6b62, [0x403a] = 0x8dbe, - [0x403b] = 0x53ea, [0x403c] = 0x65e8, [0x403d] = 0x7eb8, [0x403e] = 0x5fd7, - [0x403f] = 0x631a, [0x4040] = 0x63b7, [0x4041] = 0x81f3, [0x4042] = 0x81f4, - [0x4043] = 0x7f6e, [0x4044] = 0x5e1c, [0x4045] = 0x5cd9, [0x4046] = 0x5236, - [0x4047] = 0x667a, [0x4048] = 0x79e9, [0x4049] = 0x7a1a, [0x404a] = 0x8d28, - [0x404b] = 0x7099, [0x404c] = 0x75d4, [0x404d] = 0x6ede, [0x404e] = 0x6cbb, - [0x404f] = 0x7a92, [0x4050] = 0x4e2d, [0x4051] = 0x76c5, [0x4052] = 0x5fe0, - [0x4053] = 0x949f, [0x4054] = 0x8877, [0x4055] = 0x7ec8, [0x4056] = 0x79cd, - [0x4057] = 0x80bf, [0x4058] = 0x91cd, [0x4059] = 0x4ef2, [0x405a] = 0x4f17, - [0x405b] = 0x821f, [0x405c] = 0x5468, [0x405d] = 0x5dde, [0x405e] = 0x6d32, - [0x405f] = 0x8bcc, [0x4060] = 0x7ca5, [0x4061] = 0x8f74, [0x4062] = 0x8098, - [0x4063] = 0x5e1a, [0x4064] = 0x5492, [0x4065] = 0x76b1, [0x4066] = 0x5b99, - [0x4067] = 0x663c, [0x4068] = 0x9aa4, [0x4069] = 0x73e0, [0x406a] = 0x682a, - [0x406b] = 0x86db, [0x406c] = 0x6731, [0x406d] = 0x732a, [0x406e] = 0x8bf8, - [0x406f] = 0x8bdb, [0x4070] = 0x9010, [0x4071] = 0x7af9, [0x4072] = 0x70db, - [0x4073] = 0x716e, [0x4074] = 0x62c4, [0x4075] = 0x77a9, [0x4076] = 0x5631, - [0x4077] = 0x4e3b, [0x4078] = 0x8457, [0x4079] = 0x67f1, [0x407a] = 0x52a9, - [0x407b] = 0x86c0, [0x407c] = 0x8d2e, [0x407d] = 0x94f8, [0x407e] = 0x7b51, - [0x4080] = 0x8b46, [0x4081] = 0x8b47, [0x4082] = 0x8b48, [0x4083] = 0x8b49, - [0x4084] = 0x8b4a, [0x4085] = 0x8b4b, [0x4086] = 0x8b4c, [0x4087] = 0x8b4d, - [0x4088] = 0x8b4e, [0x4089] = 0x8b4f, [0x408a] = 0x8b50, [0x408b] = 0x8b51, - [0x408c] = 0x8b52, [0x408d] = 0x8b53, [0x408e] = 0x8b54, [0x408f] = 0x8b55, - [0x4090] = 0x8b56, [0x4091] = 0x8b57, [0x4092] = 0x8b58, [0x4093] = 0x8b59, - [0x4094] = 0x8b5a, [0x4095] = 0x8b5b, [0x4096] = 0x8b5c, [0x4097] = 0x8b5d, - [0x4098] = 0x8b5e, [0x4099] = 0x8b5f, [0x409a] = 0x8b60, [0x409b] = 0x8b61, - [0x409c] = 0x8b62, [0x409d] = 0x8b63, [0x409e] = 0x8b64, [0x409f] = 0x8b65, - [0x40a0] = 0x8b67, [0x40a1] = 0x8b68, [0x40a2] = 0x8b69, [0x40a3] = 0x8b6a, - [0x40a4] = 0x8b6b, [0x40a5] = 0x8b6d, [0x40a6] = 0x8b6e, [0x40a7] = 0x8b6f, - [0x40a8] = 0x8b70, [0x40a9] = 0x8b71, [0x40aa] = 0x8b72, [0x40ab] = 0x8b73, - [0x40ac] = 0x8b74, [0x40ad] = 0x8b75, [0x40ae] = 0x8b76, [0x40af] = 0x8b77, - [0x40b0] = 0x8b78, [0x40b1] = 0x8b79, [0x40b2] = 0x8b7a, [0x40b3] = 0x8b7b, - [0x40b4] = 0x8b7c, [0x40b5] = 0x8b7d, [0x40b6] = 0x8b7e, [0x40b7] = 0x8b7f, - [0x40b8] = 0x8b80, [0x40b9] = 0x8b81, [0x40ba] = 0x8b82, [0x40bb] = 0x8b83, - [0x40bc] = 0x8b84, [0x40bd] = 0x8b85, [0x40be] = 0x8b86, [0x40c0] = 0x8b87, - [0x40c1] = 0x8b88, [0x40c2] = 0x8b89, [0x40c3] = 0x8b8a, [0x40c4] = 0x8b8b, - [0x40c5] = 0x8b8c, [0x40c6] = 0x8b8d, [0x40c7] = 0x8b8e, [0x40c8] = 0x8b8f, - [0x40c9] = 0x8b90, [0x40ca] = 0x8b91, [0x40cb] = 0x8b92, [0x40cc] = 0x8b93, - [0x40cd] = 0x8b94, [0x40ce] = 0x8b95, [0x40cf] = 0x8b96, [0x40d0] = 0x8b97, - [0x40d1] = 0x8b98, [0x40d2] = 0x8b99, [0x40d3] = 0x8b9a, [0x40d4] = 0x8b9b, - [0x40d5] = 0x8b9c, [0x40d6] = 0x8b9d, [0x40d7] = 0x8b9e, [0x40d8] = 0x8b9f, - [0x40d9] = 0x8bac, [0x40da] = 0x8bb1, [0x40db] = 0x8bbb, [0x40dc] = 0x8bc7, - [0x40dd] = 0x8bd0, [0x40de] = 0x8bea, [0x40df] = 0x8c09, [0x40e0] = 0x8c1e, - [0x40e1] = 0x4f4f, [0x40e2] = 0x6ce8, [0x40e3] = 0x795d, [0x40e4] = 0x9a7b, - [0x40e5] = 0x6293, [0x40e6] = 0x722a, [0x40e7] = 0x62fd, [0x40e8] = 0x4e13, - [0x40e9] = 0x7816, [0x40ea] = 0x8f6c, [0x40eb] = 0x64b0, [0x40ec] = 0x8d5a, - [0x40ed] = 0x7bc6, [0x40ee] = 0x6869, [0x40ef] = 0x5e84, [0x40f0] = 0x88c5, - [0x40f1] = 0x5986, [0x40f2] = 0x649e, [0x40f3] = 0x58ee, [0x40f4] = 0x72b6, - [0x40f5] = 0x690e, [0x40f6] = 0x9525, [0x40f7] = 0x8ffd, [0x40f8] = 0x8d58, - [0x40f9] = 0x5760, [0x40fa] = 0x7f00, [0x40fb] = 0x8c06, [0x40fc] = 0x51c6, - [0x40fd] = 0x6349, [0x40fe] = 0x62d9, [0x40ff] = 0x5353, [0x4100] = 0x684c, - [0x4101] = 0x7422, [0x4102] = 0x8301, [0x4103] = 0x914c, [0x4104] = 0x5544, - [0x4105] = 0x7740, [0x4106] = 0x707c, [0x4107] = 0x6d4a, [0x4108] = 0x5179, - [0x4109] = 0x54a8, [0x410a] = 0x8d44, [0x410b] = 0x59ff, [0x410c] = 0x6ecb, - [0x410d] = 0x6dc4, [0x410e] = 0x5b5c, [0x410f] = 0x7d2b, [0x4110] = 0x4ed4, - [0x4111] = 0x7c7d, [0x4112] = 0x6ed3, [0x4113] = 0x5b50, [0x4114] = 0x81ea, - [0x4115] = 0x6e0d, [0x4116] = 0x5b57, [0x4117] = 0x9b03, [0x4118] = 0x68d5, - [0x4119] = 0x8e2a, [0x411a] = 0x5b97, [0x411b] = 0x7efc, [0x411c] = 0x603b, - [0x411d] = 0x7eb5, [0x411e] = 0x90b9, [0x411f] = 0x8d70, [0x4120] = 0x594f, - [0x4121] = 0x63cd, [0x4122] = 0x79df, [0x4123] = 0x8db3, [0x4124] = 0x5352, - [0x4125] = 0x65cf, [0x4126] = 0x7956, [0x4127] = 0x8bc5, [0x4128] = 0x963b, - [0x4129] = 0x7ec4, [0x412a] = 0x94bb, [0x412b] = 0x7e82, [0x412c] = 0x5634, - [0x412d] = 0x9189, [0x412e] = 0x6700, [0x412f] = 0x7f6a, [0x4130] = 0x5c0a, - [0x4131] = 0x9075, [0x4132] = 0x6628, [0x4133] = 0x5de6, [0x4134] = 0x4f50, - [0x4135] = 0x67de, [0x4136] = 0x505a, [0x4137] = 0x4f5c, [0x4138] = 0x5750, - [0x4139] = 0x5ea7, [0x413a] = 0xe810, [0x413b] = 0xe811, [0x413c] = 0xe812, - [0x413d] = 0xe813, [0x413e] = 0xe814, [0x4140] = 0x8c38, [0x4141] = 0x8c39, - [0x4142] = 0x8c3a, [0x4143] = 0x8c3b, [0x4144] = 0x8c3c, [0x4145] = 0x8c3d, - [0x4146] = 0x8c3e, [0x4147] = 0x8c3f, [0x4148] = 0x8c40, [0x4149] = 0x8c42, - [0x414a] = 0x8c43, [0x414b] = 0x8c44, [0x414c] = 0x8c45, [0x414d] = 0x8c48, - [0x414e] = 0x8c4a, [0x414f] = 0x8c4b, [0x4150] = 0x8c4d, [0x4151] = 0x8c4e, - [0x4152] = 0x8c4f, [0x4153] = 0x8c50, [0x4154] = 0x8c51, [0x4155] = 0x8c52, - [0x4156] = 0x8c53, [0x4157] = 0x8c54, [0x4158] = 0x8c56, [0x4159] = 0x8c57, - [0x415a] = 0x8c58, [0x415b] = 0x8c59, [0x415c] = 0x8c5b, [0x415d] = 0x8c5c, - [0x415e] = 0x8c5d, [0x415f] = 0x8c5e, [0x4160] = 0x8c5f, [0x4161] = 0x8c60, - [0x4162] = 0x8c63, [0x4163] = 0x8c64, [0x4164] = 0x8c65, [0x4165] = 0x8c66, - [0x4166] = 0x8c67, [0x4167] = 0x8c68, [0x4168] = 0x8c69, [0x4169] = 0x8c6c, - [0x416a] = 0x8c6d, [0x416b] = 0x8c6e, [0x416c] = 0x8c6f, [0x416d] = 0x8c70, - [0x416e] = 0x8c71, [0x416f] = 0x8c72, [0x4170] = 0x8c74, [0x4171] = 0x8c75, - [0x4172] = 0x8c76, [0x4173] = 0x8c77, [0x4174] = 0x8c7b, [0x4175] = 0x8c7c, - [0x4176] = 0x8c7d, [0x4177] = 0x8c7e, [0x4178] = 0x8c7f, [0x4179] = 0x8c80, - [0x417a] = 0x8c81, [0x417b] = 0x8c83, [0x417c] = 0x8c84, [0x417d] = 0x8c86, - [0x417e] = 0x8c87, [0x4180] = 0x8c88, [0x4181] = 0x8c8b, [0x4182] = 0x8c8d, - [0x4183] = 0x8c8e, [0x4184] = 0x8c8f, [0x4185] = 0x8c90, [0x4186] = 0x8c91, - [0x4187] = 0x8c92, [0x4188] = 0x8c93, [0x4189] = 0x8c95, [0x418a] = 0x8c96, - [0x418b] = 0x8c97, [0x418c] = 0x8c99, [0x418d] = 0x8c9a, [0x418e] = 0x8c9b, - [0x418f] = 0x8c9c, [0x4190] = 0x8c9d, [0x4191] = 0x8c9e, [0x4192] = 0x8c9f, - [0x4193] = 0x8ca0, [0x4194] = 0x8ca1, [0x4195] = 0x8ca2, [0x4196] = 0x8ca3, - [0x4197] = 0x8ca4, [0x4198] = 0x8ca5, [0x4199] = 0x8ca6, [0x419a] = 0x8ca7, - [0x419b] = 0x8ca8, [0x419c] = 0x8ca9, [0x419d] = 0x8caa, [0x419e] = 0x8cab, - [0x419f] = 0x8cac, [0x41a0] = 0x8cad, [0x41a1] = 0x4e8d, [0x41a2] = 0x4e0c, - [0x41a3] = 0x5140, [0x41a4] = 0x4e10, [0x41a5] = 0x5eff, [0x41a6] = 0x5345, - [0x41a7] = 0x4e15, [0x41a8] = 0x4e98, [0x41a9] = 0x4e1e, [0x41aa] = 0x9b32, - [0x41ab] = 0x5b6c, [0x41ac] = 0x5669, [0x41ad] = 0x4e28, [0x41ae] = 0x79ba, - [0x41af] = 0x4e3f, [0x41b0] = 0x5315, [0x41b1] = 0x4e47, [0x41b2] = 0x592d, - [0x41b3] = 0x723b, [0x41b4] = 0x536e, [0x41b5] = 0x6c10, [0x41b6] = 0x56df, - [0x41b7] = 0x80e4, [0x41b8] = 0x9997, [0x41b9] = 0x6bd3, [0x41ba] = 0x777e, - [0x41bb] = 0x9f17, [0x41bc] = 0x4e36, [0x41bd] = 0x4e9f, [0x41be] = 0x9f10, - [0x41bf] = 0x4e5c, [0x41c0] = 0x4e69, [0x41c1] = 0x4e93, [0x41c2] = 0x8288, - [0x41c3] = 0x5b5b, [0x41c4] = 0x556c, [0x41c5] = 0x560f, [0x41c6] = 0x4ec4, - [0x41c7] = 0x538d, [0x41c8] = 0x539d, [0x41c9] = 0x53a3, [0x41ca] = 0x53a5, - [0x41cb] = 0x53ae, [0x41cc] = 0x9765, [0x41cd] = 0x8d5d, [0x41ce] = 0x531a, - [0x41cf] = 0x53f5, [0x41d0] = 0x5326, [0x41d1] = 0x532e, [0x41d2] = 0x533e, - [0x41d3] = 0x8d5c, [0x41d4] = 0x5366, [0x41d5] = 0x5363, [0x41d6] = 0x5202, - [0x41d7] = 0x5208, [0x41d8] = 0x520e, [0x41d9] = 0x522d, [0x41da] = 0x5233, - [0x41db] = 0x523f, [0x41dc] = 0x5240, [0x41dd] = 0x524c, [0x41de] = 0x525e, - [0x41df] = 0x5261, [0x41e0] = 0x525c, [0x41e1] = 0x84af, [0x41e2] = 0x527d, - [0x41e3] = 0x5282, [0x41e4] = 0x5281, [0x41e5] = 0x5290, [0x41e6] = 0x5293, - [0x41e7] = 0x5182, [0x41e8] = 0x7f54, [0x41e9] = 0x4ebb, [0x41ea] = 0x4ec3, - [0x41eb] = 0x4ec9, [0x41ec] = 0x4ec2, [0x41ed] = 0x4ee8, [0x41ee] = 0x4ee1, - [0x41ef] = 0x4eeb, [0x41f0] = 0x4ede, [0x41f1] = 0x4f1b, [0x41f2] = 0x4ef3, - [0x41f3] = 0x4f22, [0x41f4] = 0x4f64, [0x41f5] = 0x4ef5, [0x41f6] = 0x4f25, - [0x41f7] = 0x4f27, [0x41f8] = 0x4f09, [0x41f9] = 0x4f2b, [0x41fa] = 0x4f5e, - [0x41fb] = 0x4f67, [0x41fc] = 0x6538, [0x41fd] = 0x4f5a, [0x41fe] = 0x4f5d, - [0x4200] = 0x8cae, [0x4201] = 0x8caf, [0x4202] = 0x8cb0, [0x4203] = 0x8cb1, - [0x4204] = 0x8cb2, [0x4205] = 0x8cb3, [0x4206] = 0x8cb4, [0x4207] = 0x8cb5, - [0x4208] = 0x8cb6, [0x4209] = 0x8cb7, [0x420a] = 0x8cb8, [0x420b] = 0x8cb9, - [0x420c] = 0x8cba, [0x420d] = 0x8cbb, [0x420e] = 0x8cbc, [0x420f] = 0x8cbd, - [0x4210] = 0x8cbe, [0x4211] = 0x8cbf, [0x4212] = 0x8cc0, [0x4213] = 0x8cc1, - [0x4214] = 0x8cc2, [0x4215] = 0x8cc3, [0x4216] = 0x8cc4, [0x4217] = 0x8cc5, - [0x4218] = 0x8cc6, [0x4219] = 0x8cc7, [0x421a] = 0x8cc8, [0x421b] = 0x8cc9, - [0x421c] = 0x8cca, [0x421d] = 0x8ccb, [0x421e] = 0x8ccc, [0x421f] = 0x8ccd, - [0x4220] = 0x8cce, [0x4221] = 0x8ccf, [0x4222] = 0x8cd0, [0x4223] = 0x8cd1, - [0x4224] = 0x8cd2, [0x4225] = 0x8cd3, [0x4226] = 0x8cd4, [0x4227] = 0x8cd5, - [0x4228] = 0x8cd6, [0x4229] = 0x8cd7, [0x422a] = 0x8cd8, [0x422b] = 0x8cd9, - [0x422c] = 0x8cda, [0x422d] = 0x8cdb, [0x422e] = 0x8cdc, [0x422f] = 0x8cdd, - [0x4230] = 0x8cde, [0x4231] = 0x8cdf, [0x4232] = 0x8ce0, [0x4233] = 0x8ce1, - [0x4234] = 0x8ce2, [0x4235] = 0x8ce3, [0x4236] = 0x8ce4, [0x4237] = 0x8ce5, - [0x4238] = 0x8ce6, [0x4239] = 0x8ce7, [0x423a] = 0x8ce8, [0x423b] = 0x8ce9, - [0x423c] = 0x8cea, [0x423d] = 0x8ceb, [0x423e] = 0x8cec, [0x4240] = 0x8ced, - [0x4241] = 0x8cee, [0x4242] = 0x8cef, [0x4243] = 0x8cf0, [0x4244] = 0x8cf1, - [0x4245] = 0x8cf2, [0x4246] = 0x8cf3, [0x4247] = 0x8cf4, [0x4248] = 0x8cf5, - [0x4249] = 0x8cf6, [0x424a] = 0x8cf7, [0x424b] = 0x8cf8, [0x424c] = 0x8cf9, - [0x424d] = 0x8cfa, [0x424e] = 0x8cfb, [0x424f] = 0x8cfc, [0x4250] = 0x8cfd, - [0x4251] = 0x8cfe, [0x4252] = 0x8cff, [0x4253] = 0x8d00, [0x4254] = 0x8d01, - [0x4255] = 0x8d02, [0x4256] = 0x8d03, [0x4257] = 0x8d04, [0x4258] = 0x8d05, - [0x4259] = 0x8d06, [0x425a] = 0x8d07, [0x425b] = 0x8d08, [0x425c] = 0x8d09, - [0x425d] = 0x8d0a, [0x425e] = 0x8d0b, [0x425f] = 0x8d0c, [0x4260] = 0x8d0d, - [0x4261] = 0x4f5f, [0x4262] = 0x4f57, [0x4263] = 0x4f32, [0x4264] = 0x4f3d, - [0x4265] = 0x4f76, [0x4266] = 0x4f74, [0x4267] = 0x4f91, [0x4268] = 0x4f89, - [0x4269] = 0x4f83, [0x426a] = 0x4f8f, [0x426b] = 0x4f7e, [0x426c] = 0x4f7b, - [0x426d] = 0x4faa, [0x426e] = 0x4f7c, [0x426f] = 0x4fac, [0x4270] = 0x4f94, - [0x4271] = 0x4fe6, [0x4272] = 0x4fe8, [0x4273] = 0x4fea, [0x4274] = 0x4fc5, - [0x4275] = 0x4fda, [0x4276] = 0x4fe3, [0x4277] = 0x4fdc, [0x4278] = 0x4fd1, - [0x4279] = 0x4fdf, [0x427a] = 0x4ff8, [0x427b] = 0x5029, [0x427c] = 0x504c, - [0x427d] = 0x4ff3, [0x427e] = 0x502c, [0x427f] = 0x500f, [0x4280] = 0x502e, - [0x4281] = 0x502d, [0x4282] = 0x4ffe, [0x4283] = 0x501c, [0x4284] = 0x500c, - [0x4285] = 0x5025, [0x4286] = 0x5028, [0x4287] = 0x507e, [0x4288] = 0x5043, - [0x4289] = 0x5055, [0x428a] = 0x5048, [0x428b] = 0x504e, [0x428c] = 0x506c, - [0x428d] = 0x507b, [0x428e] = 0x50a5, [0x428f] = 0x50a7, [0x4290] = 0x50a9, - [0x4291] = 0x50ba, [0x4292] = 0x50d6, [0x4293] = 0x5106, [0x4294] = 0x50ed, - [0x4295] = 0x50ec, [0x4296] = 0x50e6, [0x4297] = 0x50ee, [0x4298] = 0x5107, - [0x4299] = 0x510b, [0x429a] = 0x4edd, [0x429b] = 0x6c3d, [0x429c] = 0x4f58, - [0x429d] = 0x4f65, [0x429e] = 0x4fce, [0x429f] = 0x9fa0, [0x42a0] = 0x6c46, - [0x42a1] = 0x7c74, [0x42a2] = 0x516e, [0x42a3] = 0x5dfd, [0x42a4] = 0x9ec9, - [0x42a5] = 0x9998, [0x42a6] = 0x5181, [0x42a7] = 0x5914, [0x42a8] = 0x52f9, - [0x42a9] = 0x530d, [0x42aa] = 0x8a07, [0x42ab] = 0x5310, [0x42ac] = 0x51eb, - [0x42ad] = 0x5919, [0x42ae] = 0x5155, [0x42af] = 0x4ea0, [0x42b0] = 0x5156, - [0x42b1] = 0x4eb3, [0x42b2] = 0x886e, [0x42b3] = 0x88a4, [0x42b4] = 0x4eb5, - [0x42b5] = 0x8114, [0x42b6] = 0x88d2, [0x42b7] = 0x7980, [0x42b8] = 0x5b34, - [0x42b9] = 0x8803, [0x42ba] = 0x7fb8, [0x42bb] = 0x51ab, [0x42bc] = 0x51b1, - [0x42bd] = 0x51bd, [0x42be] = 0x51bc, [0x42c0] = 0x8d0e, [0x42c1] = 0x8d0f, - [0x42c2] = 0x8d10, [0x42c3] = 0x8d11, [0x42c4] = 0x8d12, [0x42c5] = 0x8d13, - [0x42c6] = 0x8d14, [0x42c7] = 0x8d15, [0x42c8] = 0x8d16, [0x42c9] = 0x8d17, - [0x42ca] = 0x8d18, [0x42cb] = 0x8d19, [0x42cc] = 0x8d1a, [0x42cd] = 0x8d1b, - [0x42ce] = 0x8d1c, [0x42cf] = 0x8d20, [0x42d0] = 0x8d51, [0x42d1] = 0x8d52, - [0x42d2] = 0x8d57, [0x42d3] = 0x8d5f, [0x42d4] = 0x8d65, [0x42d5] = 0x8d68, - [0x42d6] = 0x8d69, [0x42d7] = 0x8d6a, [0x42d8] = 0x8d6c, [0x42d9] = 0x8d6e, - [0x42da] = 0x8d6f, [0x42db] = 0x8d71, [0x42dc] = 0x8d72, [0x42dd] = 0x8d78, - [0x42de] = 0x8d79, [0x42df] = 0x8d7a, [0x42e0] = 0x8d7b, [0x42e1] = 0x8d7c, - [0x42e2] = 0x8d7d, [0x42e3] = 0x8d7e, [0x42e4] = 0x8d7f, [0x42e5] = 0x8d80, - [0x42e6] = 0x8d82, [0x42e7] = 0x8d83, [0x42e8] = 0x8d86, [0x42e9] = 0x8d87, - [0x42ea] = 0x8d88, [0x42eb] = 0x8d89, [0x42ec] = 0x8d8c, [0x42ed] = 0x8d8d, - [0x42ee] = 0x8d8e, [0x42ef] = 0x8d8f, [0x42f0] = 0x8d90, [0x42f1] = 0x8d92, - [0x42f2] = 0x8d93, [0x42f3] = 0x8d95, [0x42f4] = 0x8d96, [0x42f5] = 0x8d97, - [0x42f6] = 0x8d98, [0x42f7] = 0x8d99, [0x42f8] = 0x8d9a, [0x42f9] = 0x8d9b, - [0x42fa] = 0x8d9c, [0x42fb] = 0x8d9d, [0x42fc] = 0x8d9e, [0x42fd] = 0x8da0, - [0x42fe] = 0x8da1, [0x4300] = 0x8da2, [0x4301] = 0x8da4, [0x4302] = 0x8da5, - [0x4303] = 0x8da6, [0x4304] = 0x8da7, [0x4305] = 0x8da8, [0x4306] = 0x8da9, - [0x4307] = 0x8daa, [0x4308] = 0x8dab, [0x4309] = 0x8dac, [0x430a] = 0x8dad, - [0x430b] = 0x8dae, [0x430c] = 0x8daf, [0x430d] = 0x8db0, [0x430e] = 0x8db2, - [0x430f] = 0x8db6, [0x4310] = 0x8db7, [0x4311] = 0x8db9, [0x4312] = 0x8dbb, - [0x4313] = 0x8dbd, [0x4314] = 0x8dc0, [0x4315] = 0x8dc1, [0x4316] = 0x8dc2, - [0x4317] = 0x8dc5, [0x4318] = 0x8dc7, [0x4319] = 0x8dc8, [0x431a] = 0x8dc9, - [0x431b] = 0x8dca, [0x431c] = 0x8dcd, [0x431d] = 0x8dd0, [0x431e] = 0x8dd2, - [0x431f] = 0x8dd3, [0x4320] = 0x8dd4, [0x4321] = 0x51c7, [0x4322] = 0x5196, - [0x4323] = 0x51a2, [0x4324] = 0x51a5, [0x4325] = 0x8ba0, [0x4326] = 0x8ba6, - [0x4327] = 0x8ba7, [0x4328] = 0x8baa, [0x4329] = 0x8bb4, [0x432a] = 0x8bb5, - [0x432b] = 0x8bb7, [0x432c] = 0x8bc2, [0x432d] = 0x8bc3, [0x432e] = 0x8bcb, - [0x432f] = 0x8bcf, [0x4330] = 0x8bce, [0x4331] = 0x8bd2, [0x4332] = 0x8bd3, - [0x4333] = 0x8bd4, [0x4334] = 0x8bd6, [0x4335] = 0x8bd8, [0x4336] = 0x8bd9, - [0x4337] = 0x8bdc, [0x4338] = 0x8bdf, [0x4339] = 0x8be0, [0x433a] = 0x8be4, - [0x433b] = 0x8be8, [0x433c] = 0x8be9, [0x433d] = 0x8bee, [0x433e] = 0x8bf0, - [0x433f] = 0x8bf3, [0x4340] = 0x8bf6, [0x4341] = 0x8bf9, [0x4342] = 0x8bfc, - [0x4343] = 0x8bff, [0x4344] = 0x8c00, [0x4345] = 0x8c02, [0x4346] = 0x8c04, - [0x4347] = 0x8c07, [0x4348] = 0x8c0c, [0x4349] = 0x8c0f, [0x434a] = 0x8c11, - [0x434b] = 0x8c12, [0x434c] = 0x8c14, [0x434d] = 0x8c15, [0x434e] = 0x8c16, - [0x434f] = 0x8c19, [0x4350] = 0x8c1b, [0x4351] = 0x8c18, [0x4352] = 0x8c1d, - [0x4353] = 0x8c1f, [0x4354] = 0x8c20, [0x4355] = 0x8c21, [0x4356] = 0x8c25, - [0x4357] = 0x8c27, [0x4358] = 0x8c2a, [0x4359] = 0x8c2b, [0x435a] = 0x8c2e, - [0x435b] = 0x8c2f, [0x435c] = 0x8c32, [0x435d] = 0x8c33, [0x435e] = 0x8c35, - [0x435f] = 0x8c36, [0x4360] = 0x5369, [0x4361] = 0x537a, [0x4362] = 0x961d, - [0x4363] = 0x9622, [0x4364] = 0x9621, [0x4365] = 0x9631, [0x4366] = 0x962a, - [0x4367] = 0x963d, [0x4368] = 0x963c, [0x4369] = 0x9642, [0x436a] = 0x9649, - [0x436b] = 0x9654, [0x436c] = 0x965f, [0x436d] = 0x9667, [0x436e] = 0x966c, - [0x436f] = 0x9672, [0x4370] = 0x9674, [0x4371] = 0x9688, [0x4372] = 0x968d, - [0x4373] = 0x9697, [0x4374] = 0x96b0, [0x4375] = 0x9097, [0x4376] = 0x909b, - [0x4377] = 0x909d, [0x4378] = 0x9099, [0x4379] = 0x90ac, [0x437a] = 0x90a1, - [0x437b] = 0x90b4, [0x437c] = 0x90b3, [0x437d] = 0x90b6, [0x437e] = 0x90ba, - [0x4380] = 0x8dd5, [0x4381] = 0x8dd8, [0x4382] = 0x8dd9, [0x4383] = 0x8ddc, - [0x4384] = 0x8de0, [0x4385] = 0x8de1, [0x4386] = 0x8de2, [0x4387] = 0x8de5, - [0x4388] = 0x8de6, [0x4389] = 0x8de7, [0x438a] = 0x8de9, [0x438b] = 0x8ded, - [0x438c] = 0x8dee, [0x438d] = 0x8df0, [0x438e] = 0x8df1, [0x438f] = 0x8df2, - [0x4390] = 0x8df4, [0x4391] = 0x8df6, [0x4392] = 0x8dfc, [0x4393] = 0x8dfe, - [0x4394] = 0x8dff, [0x4395] = 0x8e00, [0x4396] = 0x8e01, [0x4397] = 0x8e02, - [0x4398] = 0x8e03, [0x4399] = 0x8e04, [0x439a] = 0x8e06, [0x439b] = 0x8e07, - [0x439c] = 0x8e08, [0x439d] = 0x8e0b, [0x439e] = 0x8e0d, [0x439f] = 0x8e0e, - [0x43a0] = 0x8e10, [0x43a1] = 0x8e11, [0x43a2] = 0x8e12, [0x43a3] = 0x8e13, - [0x43a4] = 0x8e15, [0x43a5] = 0x8e16, [0x43a6] = 0x8e17, [0x43a7] = 0x8e18, - [0x43a8] = 0x8e19, [0x43a9] = 0x8e1a, [0x43aa] = 0x8e1b, [0x43ab] = 0x8e1c, - [0x43ac] = 0x8e20, [0x43ad] = 0x8e21, [0x43ae] = 0x8e24, [0x43af] = 0x8e25, - [0x43b0] = 0x8e26, [0x43b1] = 0x8e27, [0x43b2] = 0x8e28, [0x43b3] = 0x8e2b, - [0x43b4] = 0x8e2d, [0x43b5] = 0x8e30, [0x43b6] = 0x8e32, [0x43b7] = 0x8e33, - [0x43b8] = 0x8e34, [0x43b9] = 0x8e36, [0x43ba] = 0x8e37, [0x43bb] = 0x8e38, - [0x43bc] = 0x8e3b, [0x43bd] = 0x8e3c, [0x43be] = 0x8e3e, [0x43c0] = 0x8e3f, - [0x43c1] = 0x8e43, [0x43c2] = 0x8e45, [0x43c3] = 0x8e46, [0x43c4] = 0x8e4c, - [0x43c5] = 0x8e4d, [0x43c6] = 0x8e4e, [0x43c7] = 0x8e4f, [0x43c8] = 0x8e50, - [0x43c9] = 0x8e53, [0x43ca] = 0x8e54, [0x43cb] = 0x8e55, [0x43cc] = 0x8e56, - [0x43cd] = 0x8e57, [0x43ce] = 0x8e58, [0x43cf] = 0x8e5a, [0x43d0] = 0x8e5b, - [0x43d1] = 0x8e5c, [0x43d2] = 0x8e5d, [0x43d3] = 0x8e5e, [0x43d4] = 0x8e5f, - [0x43d5] = 0x8e60, [0x43d6] = 0x8e61, [0x43d7] = 0x8e62, [0x43d8] = 0x8e63, - [0x43d9] = 0x8e64, [0x43da] = 0x8e65, [0x43db] = 0x8e67, [0x43dc] = 0x8e68, - [0x43dd] = 0x8e6a, [0x43de] = 0x8e6b, [0x43df] = 0x8e6e, [0x43e0] = 0x8e71, - [0x43e1] = 0x90b8, [0x43e2] = 0x90b0, [0x43e3] = 0x90cf, [0x43e4] = 0x90c5, - [0x43e5] = 0x90be, [0x43e6] = 0x90d0, [0x43e7] = 0x90c4, [0x43e8] = 0x90c7, - [0x43e9] = 0x90d3, [0x43ea] = 0x90e6, [0x43eb] = 0x90e2, [0x43ec] = 0x90dc, - [0x43ed] = 0x90d7, [0x43ee] = 0x90db, [0x43ef] = 0x90eb, [0x43f0] = 0x90ef, - [0x43f1] = 0x90fe, [0x43f2] = 0x9104, [0x43f3] = 0x9122, [0x43f4] = 0x911e, - [0x43f5] = 0x9123, [0x43f6] = 0x9131, [0x43f7] = 0x912f, [0x43f8] = 0x9139, - [0x43f9] = 0x9143, [0x43fa] = 0x9146, [0x43fb] = 0x520d, [0x43fc] = 0x5942, - [0x43fd] = 0x52a2, [0x43fe] = 0x52ac, [0x43ff] = 0x52ad, [0x4400] = 0x52be, - [0x4401] = 0x54ff, [0x4402] = 0x52d0, [0x4403] = 0x52d6, [0x4404] = 0x52f0, - [0x4405] = 0x53df, [0x4406] = 0x71ee, [0x4407] = 0x77cd, [0x4408] = 0x5ef4, - [0x4409] = 0x51f5, [0x440a] = 0x51fc, [0x440b] = 0x9b2f, [0x440c] = 0x53b6, - [0x440d] = 0x5f01, [0x440e] = 0x755a, [0x440f] = 0x5def, [0x4410] = 0x574c, - [0x4411] = 0x57a9, [0x4412] = 0x57a1, [0x4413] = 0x587e, [0x4414] = 0x58bc, - [0x4415] = 0x58c5, [0x4416] = 0x58d1, [0x4417] = 0x5729, [0x4418] = 0x572c, - [0x4419] = 0x572a, [0x441a] = 0x5733, [0x441b] = 0x5739, [0x441c] = 0x572e, - [0x441d] = 0x572f, [0x441e] = 0x575c, [0x441f] = 0x573b, [0x4420] = 0x5742, - [0x4421] = 0x5769, [0x4422] = 0x5785, [0x4423] = 0x576b, [0x4424] = 0x5786, - [0x4425] = 0x577c, [0x4426] = 0x577b, [0x4427] = 0x5768, [0x4428] = 0x576d, - [0x4429] = 0x5776, [0x442a] = 0x5773, [0x442b] = 0x57ad, [0x442c] = 0x57a4, - [0x442d] = 0x578c, [0x442e] = 0x57b2, [0x442f] = 0x57cf, [0x4430] = 0x57a7, - [0x4431] = 0x57b4, [0x4432] = 0x5793, [0x4433] = 0x57a0, [0x4434] = 0x57d5, - [0x4435] = 0x57d8, [0x4436] = 0x57da, [0x4437] = 0x57d9, [0x4438] = 0x57d2, - [0x4439] = 0x57b8, [0x443a] = 0x57f4, [0x443b] = 0x57ef, [0x443c] = 0x57f8, - [0x443d] = 0x57e4, [0x443e] = 0x57dd, [0x4440] = 0x8e73, [0x4441] = 0x8e75, - [0x4442] = 0x8e77, [0x4443] = 0x8e78, [0x4444] = 0x8e79, [0x4445] = 0x8e7a, - [0x4446] = 0x8e7b, [0x4447] = 0x8e7d, [0x4448] = 0x8e7e, [0x4449] = 0x8e80, - [0x444a] = 0x8e82, [0x444b] = 0x8e83, [0x444c] = 0x8e84, [0x444d] = 0x8e86, - [0x444e] = 0x8e88, [0x444f] = 0x8e89, [0x4450] = 0x8e8a, [0x4451] = 0x8e8b, - [0x4452] = 0x8e8c, [0x4453] = 0x8e8d, [0x4454] = 0x8e8e, [0x4455] = 0x8e91, - [0x4456] = 0x8e92, [0x4457] = 0x8e93, [0x4458] = 0x8e95, [0x4459] = 0x8e96, - [0x445a] = 0x8e97, [0x445b] = 0x8e98, [0x445c] = 0x8e99, [0x445d] = 0x8e9a, - [0x445e] = 0x8e9b, [0x445f] = 0x8e9d, [0x4460] = 0x8e9f, [0x4461] = 0x8ea0, - [0x4462] = 0x8ea1, [0x4463] = 0x8ea2, [0x4464] = 0x8ea3, [0x4465] = 0x8ea4, - [0x4466] = 0x8ea5, [0x4467] = 0x8ea6, [0x4468] = 0x8ea7, [0x4469] = 0x8ea8, - [0x446a] = 0x8ea9, [0x446b] = 0x8eaa, [0x446c] = 0x8ead, [0x446d] = 0x8eae, - [0x446e] = 0x8eb0, [0x446f] = 0x8eb1, [0x4470] = 0x8eb3, [0x4471] = 0x8eb4, - [0x4472] = 0x8eb5, [0x4473] = 0x8eb6, [0x4474] = 0x8eb7, [0x4475] = 0x8eb8, - [0x4476] = 0x8eb9, [0x4477] = 0x8ebb, [0x4478] = 0x8ebc, [0x4479] = 0x8ebd, - [0x447a] = 0x8ebe, [0x447b] = 0x8ebf, [0x447c] = 0x8ec0, [0x447d] = 0x8ec1, - [0x447e] = 0x8ec2, [0x4480] = 0x8ec3, [0x4481] = 0x8ec4, [0x4482] = 0x8ec5, - [0x4483] = 0x8ec6, [0x4484] = 0x8ec7, [0x4485] = 0x8ec8, [0x4486] = 0x8ec9, - [0x4487] = 0x8eca, [0x4488] = 0x8ecb, [0x4489] = 0x8ecc, [0x448a] = 0x8ecd, - [0x448b] = 0x8ecf, [0x448c] = 0x8ed0, [0x448d] = 0x8ed1, [0x448e] = 0x8ed2, - [0x448f] = 0x8ed3, [0x4490] = 0x8ed4, [0x4491] = 0x8ed5, [0x4492] = 0x8ed6, - [0x4493] = 0x8ed7, [0x4494] = 0x8ed8, [0x4495] = 0x8ed9, [0x4496] = 0x8eda, - [0x4497] = 0x8edb, [0x4498] = 0x8edc, [0x4499] = 0x8edd, [0x449a] = 0x8ede, - [0x449b] = 0x8edf, [0x449c] = 0x8ee0, [0x449d] = 0x8ee1, [0x449e] = 0x8ee2, - [0x449f] = 0x8ee3, [0x44a0] = 0x8ee4, [0x44a1] = 0x580b, [0x44a2] = 0x580d, - [0x44a3] = 0x57fd, [0x44a4] = 0x57ed, [0x44a5] = 0x5800, [0x44a6] = 0x581e, - [0x44a7] = 0x5819, [0x44a8] = 0x5844, [0x44a9] = 0x5820, [0x44aa] = 0x5865, - [0x44ab] = 0x586c, [0x44ac] = 0x5881, [0x44ad] = 0x5889, [0x44ae] = 0x589a, - [0x44af] = 0x5880, [0x44b0] = 0x99a8, [0x44b1] = 0x9f19, [0x44b2] = 0x61ff, - [0x44b3] = 0x8279, [0x44b4] = 0x827d, [0x44b5] = 0x827f, [0x44b6] = 0x828f, - [0x44b7] = 0x828a, [0x44b8] = 0x82a8, [0x44b9] = 0x8284, [0x44ba] = 0x828e, - [0x44bb] = 0x8291, [0x44bc] = 0x8297, [0x44bd] = 0x8299, [0x44be] = 0x82ab, - [0x44bf] = 0x82b8, [0x44c0] = 0x82be, [0x44c1] = 0x82b0, [0x44c2] = 0x82c8, - [0x44c3] = 0x82ca, [0x44c4] = 0x82e3, [0x44c5] = 0x8298, [0x44c6] = 0x82b7, - [0x44c7] = 0x82ae, [0x44c8] = 0x82cb, [0x44c9] = 0x82cc, [0x44ca] = 0x82c1, - [0x44cb] = 0x82a9, [0x44cc] = 0x82b4, [0x44cd] = 0x82a1, [0x44ce] = 0x82aa, - [0x44cf] = 0x829f, [0x44d0] = 0x82c4, [0x44d1] = 0x82ce, [0x44d2] = 0x82a4, - [0x44d3] = 0x82e1, [0x44d4] = 0x8309, [0x44d5] = 0x82f7, [0x44d6] = 0x82e4, - [0x44d7] = 0x830f, [0x44d8] = 0x8307, [0x44d9] = 0x82dc, [0x44da] = 0x82f4, - [0x44db] = 0x82d2, [0x44dc] = 0x82d8, [0x44dd] = 0x830c, [0x44de] = 0x82fb, - [0x44df] = 0x82d3, [0x44e0] = 0x8311, [0x44e1] = 0x831a, [0x44e2] = 0x8306, - [0x44e3] = 0x8314, [0x44e4] = 0x8315, [0x44e5] = 0x82e0, [0x44e6] = 0x82d5, - [0x44e7] = 0x831c, [0x44e8] = 0x8351, [0x44e9] = 0x835b, [0x44ea] = 0x835c, - [0x44eb] = 0x8308, [0x44ec] = 0x8392, [0x44ed] = 0x833c, [0x44ee] = 0x8334, - [0x44ef] = 0x8331, [0x44f0] = 0x839b, [0x44f1] = 0x835e, [0x44f2] = 0x832f, - [0x44f3] = 0x834f, [0x44f4] = 0x8347, [0x44f5] = 0x8343, [0x44f6] = 0x835f, - [0x44f7] = 0x8340, [0x44f8] = 0x8317, [0x44f9] = 0x8360, [0x44fa] = 0x832d, - [0x44fb] = 0x833a, [0x44fc] = 0x8333, [0x44fd] = 0x8366, [0x44fe] = 0x8365, - [0x4500] = 0x8ee5, [0x4501] = 0x8ee6, [0x4502] = 0x8ee7, [0x4503] = 0x8ee8, - [0x4504] = 0x8ee9, [0x4505] = 0x8eea, [0x4506] = 0x8eeb, [0x4507] = 0x8eec, - [0x4508] = 0x8eed, [0x4509] = 0x8eee, [0x450a] = 0x8eef, [0x450b] = 0x8ef0, - [0x450c] = 0x8ef1, [0x450d] = 0x8ef2, [0x450e] = 0x8ef3, [0x450f] = 0x8ef4, - [0x4510] = 0x8ef5, [0x4511] = 0x8ef6, [0x4512] = 0x8ef7, [0x4513] = 0x8ef8, - [0x4514] = 0x8ef9, [0x4515] = 0x8efa, [0x4516] = 0x8efb, [0x4517] = 0x8efc, - [0x4518] = 0x8efd, [0x4519] = 0x8efe, [0x451a] = 0x8eff, [0x451b] = 0x8f00, - [0x451c] = 0x8f01, [0x451d] = 0x8f02, [0x451e] = 0x8f03, [0x451f] = 0x8f04, - [0x4520] = 0x8f05, [0x4521] = 0x8f06, [0x4522] = 0x8f07, [0x4523] = 0x8f08, - [0x4524] = 0x8f09, [0x4525] = 0x8f0a, [0x4526] = 0x8f0b, [0x4527] = 0x8f0c, - [0x4528] = 0x8f0d, [0x4529] = 0x8f0e, [0x452a] = 0x8f0f, [0x452b] = 0x8f10, - [0x452c] = 0x8f11, [0x452d] = 0x8f12, [0x452e] = 0x8f13, [0x452f] = 0x8f14, - [0x4530] = 0x8f15, [0x4531] = 0x8f16, [0x4532] = 0x8f17, [0x4533] = 0x8f18, - [0x4534] = 0x8f19, [0x4535] = 0x8f1a, [0x4536] = 0x8f1b, [0x4537] = 0x8f1c, - [0x4538] = 0x8f1d, [0x4539] = 0x8f1e, [0x453a] = 0x8f1f, [0x453b] = 0x8f20, - [0x453c] = 0x8f21, [0x453d] = 0x8f22, [0x453e] = 0x8f23, [0x4540] = 0x8f24, - [0x4541] = 0x8f25, [0x4542] = 0x8f26, [0x4543] = 0x8f27, [0x4544] = 0x8f28, - [0x4545] = 0x8f29, [0x4546] = 0x8f2a, [0x4547] = 0x8f2b, [0x4548] = 0x8f2c, - [0x4549] = 0x8f2d, [0x454a] = 0x8f2e, [0x454b] = 0x8f2f, [0x454c] = 0x8f30, - [0x454d] = 0x8f31, [0x454e] = 0x8f32, [0x454f] = 0x8f33, [0x4550] = 0x8f34, - [0x4551] = 0x8f35, [0x4552] = 0x8f36, [0x4553] = 0x8f37, [0x4554] = 0x8f38, - [0x4555] = 0x8f39, [0x4556] = 0x8f3a, [0x4557] = 0x8f3b, [0x4558] = 0x8f3c, - [0x4559] = 0x8f3d, [0x455a] = 0x8f3e, [0x455b] = 0x8f3f, [0x455c] = 0x8f40, - [0x455d] = 0x8f41, [0x455e] = 0x8f42, [0x455f] = 0x8f43, [0x4560] = 0x8f44, - [0x4561] = 0x8368, [0x4562] = 0x831b, [0x4563] = 0x8369, [0x4564] = 0x836c, - [0x4565] = 0x836a, [0x4566] = 0x836d, [0x4567] = 0x836e, [0x4568] = 0x83b0, - [0x4569] = 0x8378, [0x456a] = 0x83b3, [0x456b] = 0x83b4, [0x456c] = 0x83a0, - [0x456d] = 0x83aa, [0x456e] = 0x8393, [0x456f] = 0x839c, [0x4570] = 0x8385, - [0x4571] = 0x837c, [0x4572] = 0x83b6, [0x4573] = 0x83a9, [0x4574] = 0x837d, - [0x4575] = 0x83b8, [0x4576] = 0x837b, [0x4577] = 0x8398, [0x4578] = 0x839e, - [0x4579] = 0x83a8, [0x457a] = 0x83ba, [0x457b] = 0x83bc, [0x457c] = 0x83c1, - [0x457d] = 0x8401, [0x457e] = 0x83e5, [0x457f] = 0x83d8, [0x4580] = 0x5807, - [0x4581] = 0x8418, [0x4582] = 0x840b, [0x4583] = 0x83dd, [0x4584] = 0x83fd, - [0x4585] = 0x83d6, [0x4586] = 0x841c, [0x4587] = 0x8438, [0x4588] = 0x8411, - [0x4589] = 0x8406, [0x458a] = 0x83d4, [0x458b] = 0x83df, [0x458c] = 0x840f, - [0x458d] = 0x8403, [0x458e] = 0x83f8, [0x458f] = 0x83f9, [0x4590] = 0x83ea, - [0x4591] = 0x83c5, [0x4592] = 0x83c0, [0x4593] = 0x8426, [0x4594] = 0x83f0, - [0x4595] = 0x83e1, [0x4596] = 0x845c, [0x4597] = 0x8451, [0x4598] = 0x845a, - [0x4599] = 0x8459, [0x459a] = 0x8473, [0x459b] = 0x8487, [0x459c] = 0x8488, - [0x459d] = 0x847a, [0x459e] = 0x8489, [0x459f] = 0x8478, [0x45a0] = 0x843c, - [0x45a1] = 0x8446, [0x45a2] = 0x8469, [0x45a3] = 0x8476, [0x45a4] = 0x848c, - [0x45a5] = 0x848e, [0x45a6] = 0x8431, [0x45a7] = 0x846d, [0x45a8] = 0x84c1, - [0x45a9] = 0x84cd, [0x45aa] = 0x84d0, [0x45ab] = 0x84e6, [0x45ac] = 0x84bd, - [0x45ad] = 0x84d3, [0x45ae] = 0x84ca, [0x45af] = 0x84bf, [0x45b0] = 0x84ba, - [0x45b1] = 0x84e0, [0x45b2] = 0x84a1, [0x45b3] = 0x84b9, [0x45b4] = 0x84b4, - [0x45b5] = 0x8497, [0x45b6] = 0x84e5, [0x45b7] = 0x84e3, [0x45b8] = 0x850c, - [0x45b9] = 0x750d, [0x45ba] = 0x8538, [0x45bb] = 0x84f0, [0x45bc] = 0x8539, - [0x45bd] = 0x851f, [0x45be] = 0x853a, [0x45c0] = 0x8f45, [0x45c1] = 0x8f46, - [0x45c2] = 0x8f47, [0x45c3] = 0x8f48, [0x45c4] = 0x8f49, [0x45c5] = 0x8f4a, - [0x45c6] = 0x8f4b, [0x45c7] = 0x8f4c, [0x45c8] = 0x8f4d, [0x45c9] = 0x8f4e, - [0x45ca] = 0x8f4f, [0x45cb] = 0x8f50, [0x45cc] = 0x8f51, [0x45cd] = 0x8f52, - [0x45ce] = 0x8f53, [0x45cf] = 0x8f54, [0x45d0] = 0x8f55, [0x45d1] = 0x8f56, - [0x45d2] = 0x8f57, [0x45d3] = 0x8f58, [0x45d4] = 0x8f59, [0x45d5] = 0x8f5a, - [0x45d6] = 0x8f5b, [0x45d7] = 0x8f5c, [0x45d8] = 0x8f5d, [0x45d9] = 0x8f5e, - [0x45da] = 0x8f5f, [0x45db] = 0x8f60, [0x45dc] = 0x8f61, [0x45dd] = 0x8f62, - [0x45de] = 0x8f63, [0x45df] = 0x8f64, [0x45e0] = 0x8f65, [0x45e1] = 0x8f6a, - [0x45e2] = 0x8f80, [0x45e3] = 0x8f8c, [0x45e4] = 0x8f92, [0x45e5] = 0x8f9d, - [0x45e6] = 0x8fa0, [0x45e7] = 0x8fa1, [0x45e8] = 0x8fa2, [0x45e9] = 0x8fa4, - [0x45ea] = 0x8fa5, [0x45eb] = 0x8fa6, [0x45ec] = 0x8fa7, [0x45ed] = 0x8faa, - [0x45ee] = 0x8fac, [0x45ef] = 0x8fad, [0x45f0] = 0x8fae, [0x45f1] = 0x8faf, - [0x45f2] = 0x8fb2, [0x45f3] = 0x8fb3, [0x45f4] = 0x8fb4, [0x45f5] = 0x8fb5, - [0x45f6] = 0x8fb7, [0x45f7] = 0x8fb8, [0x45f8] = 0x8fba, [0x45f9] = 0x8fbb, - [0x45fa] = 0x8fbc, [0x45fb] = 0x8fbf, [0x45fc] = 0x8fc0, [0x45fd] = 0x8fc3, - [0x45fe] = 0x8fc6, [0x4600] = 0x8fc9, [0x4601] = 0x8fca, [0x4602] = 0x8fcb, - [0x4603] = 0x8fcc, [0x4604] = 0x8fcd, [0x4605] = 0x8fcf, [0x4606] = 0x8fd2, - [0x4607] = 0x8fd6, [0x4608] = 0x8fd7, [0x4609] = 0x8fda, [0x460a] = 0x8fe0, - [0x460b] = 0x8fe1, [0x460c] = 0x8fe3, [0x460d] = 0x8fe7, [0x460e] = 0x8fec, - [0x460f] = 0x8fef, [0x4610] = 0x8ff1, [0x4611] = 0x8ff2, [0x4612] = 0x8ff4, - [0x4613] = 0x8ff5, [0x4614] = 0x8ff6, [0x4615] = 0x8ffa, [0x4616] = 0x8ffb, - [0x4617] = 0x8ffc, [0x4618] = 0x8ffe, [0x4619] = 0x8fff, [0x461a] = 0x9007, - [0x461b] = 0x9008, [0x461c] = 0x900c, [0x461d] = 0x900e, [0x461e] = 0x9013, - [0x461f] = 0x9015, [0x4620] = 0x9018, [0x4621] = 0x8556, [0x4622] = 0x853b, - [0x4623] = 0x84ff, [0x4624] = 0x84fc, [0x4625] = 0x8559, [0x4626] = 0x8548, - [0x4627] = 0x8568, [0x4628] = 0x8564, [0x4629] = 0x855e, [0x462a] = 0x857a, - [0x462b] = 0x77a2, [0x462c] = 0x8543, [0x462d] = 0x8572, [0x462e] = 0x857b, - [0x462f] = 0x85a4, [0x4630] = 0x85a8, [0x4631] = 0x8587, [0x4632] = 0x858f, - [0x4633] = 0x8579, [0x4634] = 0x85ae, [0x4635] = 0x859c, [0x4636] = 0x8585, - [0x4637] = 0x85b9, [0x4638] = 0x85b7, [0x4639] = 0x85b0, [0x463a] = 0x85d3, - [0x463b] = 0x85c1, [0x463c] = 0x85dc, [0x463d] = 0x85ff, [0x463e] = 0x8627, - [0x463f] = 0x8605, [0x4640] = 0x8629, [0x4641] = 0x8616, [0x4642] = 0x863c, - [0x4643] = 0x5efe, [0x4644] = 0x5f08, [0x4645] = 0x593c, [0x4646] = 0x5941, - [0x4647] = 0x8037, [0x4648] = 0x5955, [0x4649] = 0x595a, [0x464a] = 0x5958, - [0x464b] = 0x530f, [0x464c] = 0x5c22, [0x464d] = 0x5c25, [0x464e] = 0x5c2c, - [0x464f] = 0x5c34, [0x4650] = 0x624c, [0x4651] = 0x626a, [0x4652] = 0x629f, - [0x4653] = 0x62bb, [0x4654] = 0x62ca, [0x4655] = 0x62da, [0x4656] = 0x62d7, - [0x4657] = 0x62ee, [0x4658] = 0x6322, [0x4659] = 0x62f6, [0x465a] = 0x6339, - [0x465b] = 0x634b, [0x465c] = 0x6343, [0x465d] = 0x63ad, [0x465e] = 0x63f6, - [0x465f] = 0x6371, [0x4660] = 0x637a, [0x4661] = 0x638e, [0x4662] = 0x63b4, - [0x4663] = 0x636d, [0x4664] = 0x63ac, [0x4665] = 0x638a, [0x4666] = 0x6369, - [0x4667] = 0x63ae, [0x4668] = 0x63bc, [0x4669] = 0x63f2, [0x466a] = 0x63f8, - [0x466b] = 0x63e0, [0x466c] = 0x63ff, [0x466d] = 0x63c4, [0x466e] = 0x63de, - [0x466f] = 0x63ce, [0x4670] = 0x6452, [0x4671] = 0x63c6, [0x4672] = 0x63be, - [0x4673] = 0x6445, [0x4674] = 0x6441, [0x4675] = 0x640b, [0x4676] = 0x641b, - [0x4677] = 0x6420, [0x4678] = 0x640c, [0x4679] = 0x6426, [0x467a] = 0x6421, - [0x467b] = 0x645e, [0x467c] = 0x6484, [0x467d] = 0x646d, [0x467e] = 0x6496, - [0x4680] = 0x9019, [0x4681] = 0x901c, [0x4682] = 0x9023, [0x4683] = 0x9024, - [0x4684] = 0x9025, [0x4685] = 0x9027, [0x4686] = 0x9028, [0x4687] = 0x9029, - [0x4688] = 0x902a, [0x4689] = 0x902b, [0x468a] = 0x902c, [0x468b] = 0x9030, - [0x468c] = 0x9031, [0x468d] = 0x9032, [0x468e] = 0x9033, [0x468f] = 0x9034, - [0x4690] = 0x9037, [0x4691] = 0x9039, [0x4692] = 0x903a, [0x4693] = 0x903d, - [0x4694] = 0x903f, [0x4695] = 0x9040, [0x4696] = 0x9043, [0x4697] = 0x9045, - [0x4698] = 0x9046, [0x4699] = 0x9048, [0x469a] = 0x9049, [0x469b] = 0x904a, - [0x469c] = 0x904b, [0x469d] = 0x904c, [0x469e] = 0x904e, [0x469f] = 0x9054, - [0x46a0] = 0x9055, [0x46a1] = 0x9056, [0x46a2] = 0x9059, [0x46a3] = 0x905a, - [0x46a4] = 0x905c, [0x46a5] = 0x905d, [0x46a6] = 0x905e, [0x46a7] = 0x905f, - [0x46a8] = 0x9060, [0x46a9] = 0x9061, [0x46aa] = 0x9064, [0x46ab] = 0x9066, - [0x46ac] = 0x9067, [0x46ad] = 0x9069, [0x46ae] = 0x906a, [0x46af] = 0x906b, - [0x46b0] = 0x906c, [0x46b1] = 0x906f, [0x46b2] = 0x9070, [0x46b3] = 0x9071, - [0x46b4] = 0x9072, [0x46b5] = 0x9073, [0x46b6] = 0x9076, [0x46b7] = 0x9077, - [0x46b8] = 0x9078, [0x46b9] = 0x9079, [0x46ba] = 0x907a, [0x46bb] = 0x907b, - [0x46bc] = 0x907c, [0x46bd] = 0x907e, [0x46be] = 0x9081, [0x46c0] = 0x9084, - [0x46c1] = 0x9085, [0x46c2] = 0x9086, [0x46c3] = 0x9087, [0x46c4] = 0x9089, - [0x46c5] = 0x908a, [0x46c6] = 0x908c, [0x46c7] = 0x908d, [0x46c8] = 0x908e, - [0x46c9] = 0x908f, [0x46ca] = 0x9090, [0x46cb] = 0x9092, [0x46cc] = 0x9094, - [0x46cd] = 0x9096, [0x46ce] = 0x9098, [0x46cf] = 0x909a, [0x46d0] = 0x909c, - [0x46d1] = 0x909e, [0x46d2] = 0x909f, [0x46d3] = 0x90a0, [0x46d4] = 0x90a4, - [0x46d5] = 0x90a5, [0x46d6] = 0x90a7, [0x46d7] = 0x90a8, [0x46d8] = 0x90a9, - [0x46d9] = 0x90ab, [0x46da] = 0x90ad, [0x46db] = 0x90b2, [0x46dc] = 0x90b7, - [0x46dd] = 0x90bc, [0x46de] = 0x90bd, [0x46df] = 0x90bf, [0x46e0] = 0x90c0, - [0x46e1] = 0x647a, [0x46e2] = 0x64b7, [0x46e3] = 0x64b8, [0x46e4] = 0x6499, - [0x46e5] = 0x64ba, [0x46e6] = 0x64c0, [0x46e7] = 0x64d0, [0x46e8] = 0x64d7, - [0x46e9] = 0x64e4, [0x46ea] = 0x64e2, [0x46eb] = 0x6509, [0x46ec] = 0x6525, - [0x46ed] = 0x652e, [0x46ee] = 0x5f0b, [0x46ef] = 0x5fd2, [0x46f0] = 0x7519, - [0x46f1] = 0x5f11, [0x46f2] = 0x535f, [0x46f3] = 0x53f1, [0x46f4] = 0x53fd, - [0x46f5] = 0x53e9, [0x46f6] = 0x53e8, [0x46f7] = 0x53fb, [0x46f8] = 0x5412, - [0x46f9] = 0x5416, [0x46fa] = 0x5406, [0x46fb] = 0x544b, [0x46fc] = 0x5452, - [0x46fd] = 0x5453, [0x46fe] = 0x5454, [0x46ff] = 0x5456, [0x4700] = 0x5443, - [0x4701] = 0x5421, [0x4702] = 0x5457, [0x4703] = 0x5459, [0x4704] = 0x5423, - [0x4705] = 0x5432, [0x4706] = 0x5482, [0x4707] = 0x5494, [0x4708] = 0x5477, - [0x4709] = 0x5471, [0x470a] = 0x5464, [0x470b] = 0x549a, [0x470c] = 0x549b, - [0x470d] = 0x5484, [0x470e] = 0x5476, [0x470f] = 0x5466, [0x4710] = 0x549d, - [0x4711] = 0x54d0, [0x4712] = 0x54ad, [0x4713] = 0x54c2, [0x4714] = 0x54b4, - [0x4715] = 0x54d2, [0x4716] = 0x54a7, [0x4717] = 0x54a6, [0x4718] = 0x54d3, - [0x4719] = 0x54d4, [0x471a] = 0x5472, [0x471b] = 0x54a3, [0x471c] = 0x54d5, - [0x471d] = 0x54bb, [0x471e] = 0x54bf, [0x471f] = 0x54cc, [0x4720] = 0x54d9, - [0x4721] = 0x54da, [0x4722] = 0x54dc, [0x4723] = 0x54a9, [0x4724] = 0x54aa, - [0x4725] = 0x54a4, [0x4726] = 0x54dd, [0x4727] = 0x54cf, [0x4728] = 0x54de, - [0x4729] = 0x551b, [0x472a] = 0x54e7, [0x472b] = 0x5520, [0x472c] = 0x54fd, - [0x472d] = 0x5514, [0x472e] = 0x54f3, [0x472f] = 0x5522, [0x4730] = 0x5523, - [0x4731] = 0x550f, [0x4732] = 0x5511, [0x4733] = 0x5527, [0x4734] = 0x552a, - [0x4735] = 0x5567, [0x4736] = 0x558f, [0x4737] = 0x55b5, [0x4738] = 0x5549, - [0x4739] = 0x556d, [0x473a] = 0x5541, [0x473b] = 0x5555, [0x473c] = 0x553f, - [0x473d] = 0x5550, [0x473e] = 0x553c, [0x4740] = 0x90c2, [0x4741] = 0x90c3, - [0x4742] = 0x90c6, [0x4743] = 0x90c8, [0x4744] = 0x90c9, [0x4745] = 0x90cb, - [0x4746] = 0x90cc, [0x4747] = 0x90cd, [0x4748] = 0x90d2, [0x4749] = 0x90d4, - [0x474a] = 0x90d5, [0x474b] = 0x90d6, [0x474c] = 0x90d8, [0x474d] = 0x90d9, - [0x474e] = 0x90da, [0x474f] = 0x90de, [0x4750] = 0x90df, [0x4751] = 0x90e0, - [0x4752] = 0x90e3, [0x4753] = 0x90e4, [0x4754] = 0x90e5, [0x4755] = 0x90e9, - [0x4756] = 0x90ea, [0x4757] = 0x90ec, [0x4758] = 0x90ee, [0x4759] = 0x90f0, - [0x475a] = 0x90f1, [0x475b] = 0x90f2, [0x475c] = 0x90f3, [0x475d] = 0x90f5, - [0x475e] = 0x90f6, [0x475f] = 0x90f7, [0x4760] = 0x90f9, [0x4761] = 0x90fa, - [0x4762] = 0x90fb, [0x4763] = 0x90fc, [0x4764] = 0x90ff, [0x4765] = 0x9100, - [0x4766] = 0x9101, [0x4767] = 0x9103, [0x4768] = 0x9105, [0x4769] = 0x9106, - [0x476a] = 0x9107, [0x476b] = 0x9108, [0x476c] = 0x9109, [0x476d] = 0x910a, - [0x476e] = 0x910b, [0x476f] = 0x910c, [0x4770] = 0x910d, [0x4771] = 0x910e, - [0x4772] = 0x910f, [0x4773] = 0x9110, [0x4774] = 0x9111, [0x4775] = 0x9112, - [0x4776] = 0x9113, [0x4777] = 0x9114, [0x4778] = 0x9115, [0x4779] = 0x9116, - [0x477a] = 0x9117, [0x477b] = 0x9118, [0x477c] = 0x911a, [0x477d] = 0x911b, - [0x477e] = 0x911c, [0x4780] = 0x911d, [0x4781] = 0x911f, [0x4782] = 0x9120, - [0x4783] = 0x9121, [0x4784] = 0x9124, [0x4785] = 0x9125, [0x4786] = 0x9126, - [0x4787] = 0x9127, [0x4788] = 0x9128, [0x4789] = 0x9129, [0x478a] = 0x912a, - [0x478b] = 0x912b, [0x478c] = 0x912c, [0x478d] = 0x912d, [0x478e] = 0x912e, - [0x478f] = 0x9130, [0x4790] = 0x9132, [0x4791] = 0x9133, [0x4792] = 0x9134, - [0x4793] = 0x9135, [0x4794] = 0x9136, [0x4795] = 0x9137, [0x4796] = 0x9138, - [0x4797] = 0x913a, [0x4798] = 0x913b, [0x4799] = 0x913c, [0x479a] = 0x913d, - [0x479b] = 0x913e, [0x479c] = 0x913f, [0x479d] = 0x9140, [0x479e] = 0x9141, - [0x479f] = 0x9142, [0x47a0] = 0x9144, [0x47a1] = 0x5537, [0x47a2] = 0x5556, - [0x47a3] = 0x5575, [0x47a4] = 0x5576, [0x47a5] = 0x5577, [0x47a6] = 0x5533, - [0x47a7] = 0x5530, [0x47a8] = 0x555c, [0x47a9] = 0x558b, [0x47aa] = 0x55d2, - [0x47ab] = 0x5583, [0x47ac] = 0x55b1, [0x47ad] = 0x55b9, [0x47ae] = 0x5588, - [0x47af] = 0x5581, [0x47b0] = 0x559f, [0x47b1] = 0x557e, [0x47b2] = 0x55d6, - [0x47b3] = 0x5591, [0x47b4] = 0x557b, [0x47b5] = 0x55df, [0x47b6] = 0x55bd, - [0x47b7] = 0x55be, [0x47b8] = 0x5594, [0x47b9] = 0x5599, [0x47ba] = 0x55ea, - [0x47bb] = 0x55f7, [0x47bc] = 0x55c9, [0x47bd] = 0x561f, [0x47be] = 0x55d1, - [0x47bf] = 0x55eb, [0x47c0] = 0x55ec, [0x47c1] = 0x55d4, [0x47c2] = 0x55e6, - [0x47c3] = 0x55dd, [0x47c4] = 0x55c4, [0x47c5] = 0x55ef, [0x47c6] = 0x55e5, - [0x47c7] = 0x55f2, [0x47c8] = 0x55f3, [0x47c9] = 0x55cc, [0x47ca] = 0x55cd, - [0x47cb] = 0x55e8, [0x47cc] = 0x55f5, [0x47cd] = 0x55e4, [0x47ce] = 0x8f94, - [0x47cf] = 0x561e, [0x47d0] = 0x5608, [0x47d1] = 0x560c, [0x47d2] = 0x5601, - [0x47d3] = 0x5624, [0x47d4] = 0x5623, [0x47d5] = 0x55fe, [0x47d6] = 0x5600, - [0x47d7] = 0x5627, [0x47d8] = 0x562d, [0x47d9] = 0x5658, [0x47da] = 0x5639, - [0x47db] = 0x5657, [0x47dc] = 0x562c, [0x47dd] = 0x564d, [0x47de] = 0x5662, - [0x47df] = 0x5659, [0x47e0] = 0x565c, [0x47e1] = 0x564c, [0x47e2] = 0x5654, - [0x47e3] = 0x5686, [0x47e4] = 0x5664, [0x47e5] = 0x5671, [0x47e6] = 0x566b, - [0x47e7] = 0x567b, [0x47e8] = 0x567c, [0x47e9] = 0x5685, [0x47ea] = 0x5693, - [0x47eb] = 0x56af, [0x47ec] = 0x56d4, [0x47ed] = 0x56d7, [0x47ee] = 0x56dd, - [0x47ef] = 0x56e1, [0x47f0] = 0x56f5, [0x47f1] = 0x56eb, [0x47f2] = 0x56f9, - [0x47f3] = 0x56ff, [0x47f4] = 0x5704, [0x47f5] = 0x570a, [0x47f6] = 0x5709, - [0x47f7] = 0x571c, [0x47f8] = 0x5e0f, [0x47f9] = 0x5e19, [0x47fa] = 0x5e14, - [0x47fb] = 0x5e11, [0x47fc] = 0x5e31, [0x47fd] = 0x5e3b, [0x47fe] = 0x5e3c, - [0x4800] = 0x9145, [0x4801] = 0x9147, [0x4802] = 0x9148, [0x4803] = 0x9151, - [0x4804] = 0x9153, [0x4805] = 0x9154, [0x4806] = 0x9155, [0x4807] = 0x9156, - [0x4808] = 0x9158, [0x4809] = 0x9159, [0x480a] = 0x915b, [0x480b] = 0x915c, - [0x480c] = 0x915f, [0x480d] = 0x9160, [0x480e] = 0x9166, [0x480f] = 0x9167, - [0x4810] = 0x9168, [0x4811] = 0x916b, [0x4812] = 0x916d, [0x4813] = 0x9173, - [0x4814] = 0x917a, [0x4815] = 0x917b, [0x4816] = 0x917c, [0x4817] = 0x9180, - [0x4818] = 0x9181, [0x4819] = 0x9182, [0x481a] = 0x9183, [0x481b] = 0x9184, - [0x481c] = 0x9186, [0x481d] = 0x9188, [0x481e] = 0x918a, [0x481f] = 0x918e, - [0x4820] = 0x918f, [0x4821] = 0x9193, [0x4822] = 0x9194, [0x4823] = 0x9195, - [0x4824] = 0x9196, [0x4825] = 0x9197, [0x4826] = 0x9198, [0x4827] = 0x9199, - [0x4828] = 0x919c, [0x4829] = 0x919d, [0x482a] = 0x919e, [0x482b] = 0x919f, - [0x482c] = 0x91a0, [0x482d] = 0x91a1, [0x482e] = 0x91a4, [0x482f] = 0x91a5, - [0x4830] = 0x91a6, [0x4831] = 0x91a7, [0x4832] = 0x91a8, [0x4833] = 0x91a9, - [0x4834] = 0x91ab, [0x4835] = 0x91ac, [0x4836] = 0x91b0, [0x4837] = 0x91b1, - [0x4838] = 0x91b2, [0x4839] = 0x91b3, [0x483a] = 0x91b6, [0x483b] = 0x91b7, - [0x483c] = 0x91b8, [0x483d] = 0x91b9, [0x483e] = 0x91bb, [0x4840] = 0x91bc, - [0x4841] = 0x91bd, [0x4842] = 0x91be, [0x4843] = 0x91bf, [0x4844] = 0x91c0, - [0x4845] = 0x91c1, [0x4846] = 0x91c2, [0x4847] = 0x91c3, [0x4848] = 0x91c4, - [0x4849] = 0x91c5, [0x484a] = 0x91c6, [0x484b] = 0x91c8, [0x484c] = 0x91cb, - [0x484d] = 0x91d0, [0x484e] = 0x91d2, [0x484f] = 0x91d3, [0x4850] = 0x91d4, - [0x4851] = 0x91d5, [0x4852] = 0x91d6, [0x4853] = 0x91d7, [0x4854] = 0x91d8, - [0x4855] = 0x91d9, [0x4856] = 0x91da, [0x4857] = 0x91db, [0x4858] = 0x91dd, - [0x4859] = 0x91de, [0x485a] = 0x91df, [0x485b] = 0x91e0, [0x485c] = 0x91e1, - [0x485d] = 0x91e2, [0x485e] = 0x91e3, [0x485f] = 0x91e4, [0x4860] = 0x91e5, - [0x4861] = 0x5e37, [0x4862] = 0x5e44, [0x4863] = 0x5e54, [0x4864] = 0x5e5b, - [0x4865] = 0x5e5e, [0x4866] = 0x5e61, [0x4867] = 0x5c8c, [0x4868] = 0x5c7a, - [0x4869] = 0x5c8d, [0x486a] = 0x5c90, [0x486b] = 0x5c96, [0x486c] = 0x5c88, - [0x486d] = 0x5c98, [0x486e] = 0x5c99, [0x486f] = 0x5c91, [0x4870] = 0x5c9a, - [0x4871] = 0x5c9c, [0x4872] = 0x5cb5, [0x4873] = 0x5ca2, [0x4874] = 0x5cbd, - [0x4875] = 0x5cac, [0x4876] = 0x5cab, [0x4877] = 0x5cb1, [0x4878] = 0x5ca3, - [0x4879] = 0x5cc1, [0x487a] = 0x5cb7, [0x487b] = 0x5cc4, [0x487c] = 0x5cd2, - [0x487d] = 0x5ce4, [0x487e] = 0x5ccb, [0x487f] = 0x5ce5, [0x4880] = 0x5d02, - [0x4881] = 0x5d03, [0x4882] = 0x5d27, [0x4883] = 0x5d26, [0x4884] = 0x5d2e, - [0x4885] = 0x5d24, [0x4886] = 0x5d1e, [0x4887] = 0x5d06, [0x4888] = 0x5d1b, - [0x4889] = 0x5d58, [0x488a] = 0x5d3e, [0x488b] = 0x5d34, [0x488c] = 0x5d3d, - [0x488d] = 0x5d6c, [0x488e] = 0x5d5b, [0x488f] = 0x5d6f, [0x4890] = 0x5d5d, - [0x4891] = 0x5d6b, [0x4892] = 0x5d4b, [0x4893] = 0x5d4a, [0x4894] = 0x5d69, - [0x4895] = 0x5d74, [0x4896] = 0x5d82, [0x4897] = 0x5d99, [0x4898] = 0x5d9d, - [0x4899] = 0x8c73, [0x489a] = 0x5db7, [0x489b] = 0x5dc5, [0x489c] = 0x5f73, - [0x489d] = 0x5f77, [0x489e] = 0x5f82, [0x489f] = 0x5f87, [0x48a0] = 0x5f89, - [0x48a1] = 0x5f8c, [0x48a2] = 0x5f95, [0x48a3] = 0x5f99, [0x48a4] = 0x5f9c, - [0x48a5] = 0x5fa8, [0x48a6] = 0x5fad, [0x48a7] = 0x5fb5, [0x48a8] = 0x5fbc, - [0x48a9] = 0x8862, [0x48aa] = 0x5f61, [0x48ab] = 0x72ad, [0x48ac] = 0x72b0, - [0x48ad] = 0x72b4, [0x48ae] = 0x72b7, [0x48af] = 0x72b8, [0x48b0] = 0x72c3, - [0x48b1] = 0x72c1, [0x48b2] = 0x72ce, [0x48b3] = 0x72cd, [0x48b4] = 0x72d2, - [0x48b5] = 0x72e8, [0x48b6] = 0x72ef, [0x48b7] = 0x72e9, [0x48b8] = 0x72f2, - [0x48b9] = 0x72f4, [0x48ba] = 0x72f7, [0x48bb] = 0x7301, [0x48bc] = 0x72f3, - [0x48bd] = 0x7303, [0x48be] = 0x72fa, [0x48c0] = 0x91e6, [0x48c1] = 0x91e7, - [0x48c2] = 0x91e8, [0x48c3] = 0x91e9, [0x48c4] = 0x91ea, [0x48c5] = 0x91eb, - [0x48c6] = 0x91ec, [0x48c7] = 0x91ed, [0x48c8] = 0x91ee, [0x48c9] = 0x91ef, - [0x48ca] = 0x91f0, [0x48cb] = 0x91f1, [0x48cc] = 0x91f2, [0x48cd] = 0x91f3, - [0x48ce] = 0x91f4, [0x48cf] = 0x91f5, [0x48d0] = 0x91f6, [0x48d1] = 0x91f7, - [0x48d2] = 0x91f8, [0x48d3] = 0x91f9, [0x48d4] = 0x91fa, [0x48d5] = 0x91fb, - [0x48d6] = 0x91fc, [0x48d7] = 0x91fd, [0x48d8] = 0x91fe, [0x48d9] = 0x91ff, - [0x48da] = 0x9200, [0x48db] = 0x9201, [0x48dc] = 0x9202, [0x48dd] = 0x9203, - [0x48de] = 0x9204, [0x48df] = 0x9205, [0x48e0] = 0x9206, [0x48e1] = 0x9207, - [0x48e2] = 0x9208, [0x48e3] = 0x9209, [0x48e4] = 0x920a, [0x48e5] = 0x920b, - [0x48e6] = 0x920c, [0x48e7] = 0x920d, [0x48e8] = 0x920e, [0x48e9] = 0x920f, - [0x48ea] = 0x9210, [0x48eb] = 0x9211, [0x48ec] = 0x9212, [0x48ed] = 0x9213, - [0x48ee] = 0x9214, [0x48ef] = 0x9215, [0x48f0] = 0x9216, [0x48f1] = 0x9217, - [0x48f2] = 0x9218, [0x48f3] = 0x9219, [0x48f4] = 0x921a, [0x48f5] = 0x921b, - [0x48f6] = 0x921c, [0x48f7] = 0x921d, [0x48f8] = 0x921e, [0x48f9] = 0x921f, - [0x48fa] = 0x9220, [0x48fb] = 0x9221, [0x48fc] = 0x9222, [0x48fd] = 0x9223, - [0x48fe] = 0x9224, [0x4900] = 0x9225, [0x4901] = 0x9226, [0x4902] = 0x9227, - [0x4903] = 0x9228, [0x4904] = 0x9229, [0x4905] = 0x922a, [0x4906] = 0x922b, - [0x4907] = 0x922c, [0x4908] = 0x922d, [0x4909] = 0x922e, [0x490a] = 0x922f, - [0x490b] = 0x9230, [0x490c] = 0x9231, [0x490d] = 0x9232, [0x490e] = 0x9233, - [0x490f] = 0x9234, [0x4910] = 0x9235, [0x4911] = 0x9236, [0x4912] = 0x9237, - [0x4913] = 0x9238, [0x4914] = 0x9239, [0x4915] = 0x923a, [0x4916] = 0x923b, - [0x4917] = 0x923c, [0x4918] = 0x923d, [0x4919] = 0x923e, [0x491a] = 0x923f, - [0x491b] = 0x9240, [0x491c] = 0x9241, [0x491d] = 0x9242, [0x491e] = 0x9243, - [0x491f] = 0x9244, [0x4920] = 0x9245, [0x4921] = 0x72fb, [0x4922] = 0x7317, - [0x4923] = 0x7313, [0x4924] = 0x7321, [0x4925] = 0x730a, [0x4926] = 0x731e, - [0x4927] = 0x731d, [0x4928] = 0x7315, [0x4929] = 0x7322, [0x492a] = 0x7339, - [0x492b] = 0x7325, [0x492c] = 0x732c, [0x492d] = 0x7338, [0x492e] = 0x7331, - [0x492f] = 0x7350, [0x4930] = 0x734d, [0x4931] = 0x7357, [0x4932] = 0x7360, - [0x4933] = 0x736c, [0x4934] = 0x736f, [0x4935] = 0x737e, [0x4936] = 0x821b, - [0x4937] = 0x5925, [0x4938] = 0x98e7, [0x4939] = 0x5924, [0x493a] = 0x5902, - [0x493b] = 0x9963, [0x493c] = 0x9967, [0x493d] = 0x9968, [0x493e] = 0x9969, - [0x493f] = 0x996a, [0x4940] = 0x996b, [0x4941] = 0x996c, [0x4942] = 0x9974, - [0x4943] = 0x9977, [0x4944] = 0x997d, [0x4945] = 0x9980, [0x4946] = 0x9984, - [0x4947] = 0x9987, [0x4948] = 0x998a, [0x4949] = 0x998d, [0x494a] = 0x9990, - [0x494b] = 0x9991, [0x494c] = 0x9993, [0x494d] = 0x9994, [0x494e] = 0x9995, - [0x494f] = 0x5e80, [0x4950] = 0x5e91, [0x4951] = 0x5e8b, [0x4952] = 0x5e96, - [0x4953] = 0x5ea5, [0x4954] = 0x5ea0, [0x4955] = 0x5eb9, [0x4956] = 0x5eb5, - [0x4957] = 0x5ebe, [0x4958] = 0x5eb3, [0x4959] = 0x8d53, [0x495a] = 0x5ed2, - [0x495b] = 0x5ed1, [0x495c] = 0x5edb, [0x495d] = 0x5ee8, [0x495e] = 0x5eea, - [0x495f] = 0x81ba, [0x4960] = 0x5fc4, [0x4961] = 0x5fc9, [0x4962] = 0x5fd6, - [0x4963] = 0x5fcf, [0x4964] = 0x6003, [0x4965] = 0x5fee, [0x4966] = 0x6004, - [0x4967] = 0x5fe1, [0x4968] = 0x5fe4, [0x4969] = 0x5ffe, [0x496a] = 0x6005, - [0x496b] = 0x6006, [0x496c] = 0x5fea, [0x496d] = 0x5fed, [0x496e] = 0x5ff8, - [0x496f] = 0x6019, [0x4970] = 0x6035, [0x4971] = 0x6026, [0x4972] = 0x601b, - [0x4973] = 0x600f, [0x4974] = 0x600d, [0x4975] = 0x6029, [0x4976] = 0x602b, - [0x4977] = 0x600a, [0x4978] = 0x603f, [0x4979] = 0x6021, [0x497a] = 0x6078, - [0x497b] = 0x6079, [0x497c] = 0x607b, [0x497d] = 0x607a, [0x497e] = 0x6042, - [0x4980] = 0x9246, [0x4981] = 0x9247, [0x4982] = 0x9248, [0x4983] = 0x9249, - [0x4984] = 0x924a, [0x4985] = 0x924b, [0x4986] = 0x924c, [0x4987] = 0x924d, - [0x4988] = 0x924e, [0x4989] = 0x924f, [0x498a] = 0x9250, [0x498b] = 0x9251, - [0x498c] = 0x9252, [0x498d] = 0x9253, [0x498e] = 0x9254, [0x498f] = 0x9255, - [0x4990] = 0x9256, [0x4991] = 0x9257, [0x4992] = 0x9258, [0x4993] = 0x9259, - [0x4994] = 0x925a, [0x4995] = 0x925b, [0x4996] = 0x925c, [0x4997] = 0x925d, - [0x4998] = 0x925e, [0x4999] = 0x925f, [0x499a] = 0x9260, [0x499b] = 0x9261, - [0x499c] = 0x9262, [0x499d] = 0x9263, [0x499e] = 0x9264, [0x499f] = 0x9265, - [0x49a0] = 0x9266, [0x49a1] = 0x9267, [0x49a2] = 0x9268, [0x49a3] = 0x9269, - [0x49a4] = 0x926a, [0x49a5] = 0x926b, [0x49a6] = 0x926c, [0x49a7] = 0x926d, - [0x49a8] = 0x926e, [0x49a9] = 0x926f, [0x49aa] = 0x9270, [0x49ab] = 0x9271, - [0x49ac] = 0x9272, [0x49ad] = 0x9273, [0x49ae] = 0x9275, [0x49af] = 0x9276, - [0x49b0] = 0x9277, [0x49b1] = 0x9278, [0x49b2] = 0x9279, [0x49b3] = 0x927a, - [0x49b4] = 0x927b, [0x49b5] = 0x927c, [0x49b6] = 0x927d, [0x49b7] = 0x927e, - [0x49b8] = 0x927f, [0x49b9] = 0x9280, [0x49ba] = 0x9281, [0x49bb] = 0x9282, - [0x49bc] = 0x9283, [0x49bd] = 0x9284, [0x49be] = 0x9285, [0x49c0] = 0x9286, - [0x49c1] = 0x9287, [0x49c2] = 0x9288, [0x49c3] = 0x9289, [0x49c4] = 0x928a, - [0x49c5] = 0x928b, [0x49c6] = 0x928c, [0x49c7] = 0x928d, [0x49c8] = 0x928f, - [0x49c9] = 0x9290, [0x49ca] = 0x9291, [0x49cb] = 0x9292, [0x49cc] = 0x9293, - [0x49cd] = 0x9294, [0x49ce] = 0x9295, [0x49cf] = 0x9296, [0x49d0] = 0x9297, - [0x49d1] = 0x9298, [0x49d2] = 0x9299, [0x49d3] = 0x929a, [0x49d4] = 0x929b, - [0x49d5] = 0x929c, [0x49d6] = 0x929d, [0x49d7] = 0x929e, [0x49d8] = 0x929f, - [0x49d9] = 0x92a0, [0x49da] = 0x92a1, [0x49db] = 0x92a2, [0x49dc] = 0x92a3, - [0x49dd] = 0x92a4, [0x49de] = 0x92a5, [0x49df] = 0x92a6, [0x49e0] = 0x92a7, - [0x49e1] = 0x606a, [0x49e2] = 0x607d, [0x49e3] = 0x6096, [0x49e4] = 0x609a, - [0x49e5] = 0x60ad, [0x49e6] = 0x609d, [0x49e7] = 0x6083, [0x49e8] = 0x6092, - [0x49e9] = 0x608c, [0x49ea] = 0x609b, [0x49eb] = 0x60ec, [0x49ec] = 0x60bb, - [0x49ed] = 0x60b1, [0x49ee] = 0x60dd, [0x49ef] = 0x60d8, [0x49f0] = 0x60c6, - [0x49f1] = 0x60da, [0x49f2] = 0x60b4, [0x49f3] = 0x6120, [0x49f4] = 0x6126, - [0x49f5] = 0x6115, [0x49f6] = 0x6123, [0x49f7] = 0x60f4, [0x49f8] = 0x6100, - [0x49f9] = 0x610e, [0x49fa] = 0x612b, [0x49fb] = 0x614a, [0x49fc] = 0x6175, - [0x49fd] = 0x61ac, [0x49fe] = 0x6194, [0x49ff] = 0x61a7, [0x4a00] = 0x61b7, - [0x4a01] = 0x61d4, [0x4a02] = 0x61f5, [0x4a03] = 0x5fdd, [0x4a04] = 0x96b3, - [0x4a05] = 0x95e9, [0x4a06] = 0x95eb, [0x4a07] = 0x95f1, [0x4a08] = 0x95f3, - [0x4a09] = 0x95f5, [0x4a0a] = 0x95f6, [0x4a0b] = 0x95fc, [0x4a0c] = 0x95fe, - [0x4a0d] = 0x9603, [0x4a0e] = 0x9604, [0x4a0f] = 0x9606, [0x4a10] = 0x9608, - [0x4a11] = 0x960a, [0x4a12] = 0x960b, [0x4a13] = 0x960c, [0x4a14] = 0x960d, - [0x4a15] = 0x960f, [0x4a16] = 0x9612, [0x4a17] = 0x9615, [0x4a18] = 0x9616, - [0x4a19] = 0x9617, [0x4a1a] = 0x9619, [0x4a1b] = 0x961a, [0x4a1c] = 0x4e2c, - [0x4a1d] = 0x723f, [0x4a1e] = 0x6215, [0x4a1f] = 0x6c35, [0x4a20] = 0x6c54, - [0x4a21] = 0x6c5c, [0x4a22] = 0x6c4a, [0x4a23] = 0x6ca3, [0x4a24] = 0x6c85, - [0x4a25] = 0x6c90, [0x4a26] = 0x6c94, [0x4a27] = 0x6c8c, [0x4a28] = 0x6c68, - [0x4a29] = 0x6c69, [0x4a2a] = 0x6c74, [0x4a2b] = 0x6c76, [0x4a2c] = 0x6c86, - [0x4a2d] = 0x6ca9, [0x4a2e] = 0x6cd0, [0x4a2f] = 0x6cd4, [0x4a30] = 0x6cad, - [0x4a31] = 0x6cf7, [0x4a32] = 0x6cf8, [0x4a33] = 0x6cf1, [0x4a34] = 0x6cd7, - [0x4a35] = 0x6cb2, [0x4a36] = 0x6ce0, [0x4a37] = 0x6cd6, [0x4a38] = 0x6cfa, - [0x4a39] = 0x6ceb, [0x4a3a] = 0x6cee, [0x4a3b] = 0x6cb1, [0x4a3c] = 0x6cd3, - [0x4a3d] = 0x6cef, [0x4a3e] = 0x6cfe, [0x4a40] = 0x92a8, [0x4a41] = 0x92a9, - [0x4a42] = 0x92aa, [0x4a43] = 0x92ab, [0x4a44] = 0x92ac, [0x4a45] = 0x92ad, - [0x4a46] = 0x92af, [0x4a47] = 0x92b0, [0x4a48] = 0x92b1, [0x4a49] = 0x92b2, - [0x4a4a] = 0x92b3, [0x4a4b] = 0x92b4, [0x4a4c] = 0x92b5, [0x4a4d] = 0x92b6, - [0x4a4e] = 0x92b7, [0x4a4f] = 0x92b8, [0x4a50] = 0x92b9, [0x4a51] = 0x92ba, - [0x4a52] = 0x92bb, [0x4a53] = 0x92bc, [0x4a54] = 0x92bd, [0x4a55] = 0x92be, - [0x4a56] = 0x92bf, [0x4a57] = 0x92c0, [0x4a58] = 0x92c1, [0x4a59] = 0x92c2, - [0x4a5a] = 0x92c3, [0x4a5b] = 0x92c4, [0x4a5c] = 0x92c5, [0x4a5d] = 0x92c6, - [0x4a5e] = 0x92c7, [0x4a5f] = 0x92c9, [0x4a60] = 0x92ca, [0x4a61] = 0x92cb, - [0x4a62] = 0x92cc, [0x4a63] = 0x92cd, [0x4a64] = 0x92ce, [0x4a65] = 0x92cf, - [0x4a66] = 0x92d0, [0x4a67] = 0x92d1, [0x4a68] = 0x92d2, [0x4a69] = 0x92d3, - [0x4a6a] = 0x92d4, [0x4a6b] = 0x92d5, [0x4a6c] = 0x92d6, [0x4a6d] = 0x92d7, - [0x4a6e] = 0x92d8, [0x4a6f] = 0x92d9, [0x4a70] = 0x92da, [0x4a71] = 0x92db, - [0x4a72] = 0x92dc, [0x4a73] = 0x92dd, [0x4a74] = 0x92de, [0x4a75] = 0x92df, - [0x4a76] = 0x92e0, [0x4a77] = 0x92e1, [0x4a78] = 0x92e2, [0x4a79] = 0x92e3, - [0x4a7a] = 0x92e4, [0x4a7b] = 0x92e5, [0x4a7c] = 0x92e6, [0x4a7d] = 0x92e7, - [0x4a7e] = 0x92e8, [0x4a80] = 0x92e9, [0x4a81] = 0x92ea, [0x4a82] = 0x92eb, - [0x4a83] = 0x92ec, [0x4a84] = 0x92ed, [0x4a85] = 0x92ee, [0x4a86] = 0x92ef, - [0x4a87] = 0x92f0, [0x4a88] = 0x92f1, [0x4a89] = 0x92f2, [0x4a8a] = 0x92f3, - [0x4a8b] = 0x92f4, [0x4a8c] = 0x92f5, [0x4a8d] = 0x92f6, [0x4a8e] = 0x92f7, - [0x4a8f] = 0x92f8, [0x4a90] = 0x92f9, [0x4a91] = 0x92fa, [0x4a92] = 0x92fb, - [0x4a93] = 0x92fc, [0x4a94] = 0x92fd, [0x4a95] = 0x92fe, [0x4a96] = 0x92ff, - [0x4a97] = 0x9300, [0x4a98] = 0x9301, [0x4a99] = 0x9302, [0x4a9a] = 0x9303, - [0x4a9b] = 0x9304, [0x4a9c] = 0x9305, [0x4a9d] = 0x9306, [0x4a9e] = 0x9307, - [0x4a9f] = 0x9308, [0x4aa0] = 0x9309, [0x4aa1] = 0x6d39, [0x4aa2] = 0x6d27, - [0x4aa3] = 0x6d0c, [0x4aa4] = 0x6d43, [0x4aa5] = 0x6d48, [0x4aa6] = 0x6d07, - [0x4aa7] = 0x6d04, [0x4aa8] = 0x6d19, [0x4aa9] = 0x6d0e, [0x4aaa] = 0x6d2b, - [0x4aab] = 0x6d4d, [0x4aac] = 0x6d2e, [0x4aad] = 0x6d35, [0x4aae] = 0x6d1a, - [0x4aaf] = 0x6d4f, [0x4ab0] = 0x6d52, [0x4ab1] = 0x6d54, [0x4ab2] = 0x6d33, - [0x4ab3] = 0x6d91, [0x4ab4] = 0x6d6f, [0x4ab5] = 0x6d9e, [0x4ab6] = 0x6da0, - [0x4ab7] = 0x6d5e, [0x4ab8] = 0x6d93, [0x4ab9] = 0x6d94, [0x4aba] = 0x6d5c, - [0x4abb] = 0x6d60, [0x4abc] = 0x6d7c, [0x4abd] = 0x6d63, [0x4abe] = 0x6e1a, - [0x4abf] = 0x6dc7, [0x4ac0] = 0x6dc5, [0x4ac1] = 0x6dde, [0x4ac2] = 0x6e0e, - [0x4ac3] = 0x6dbf, [0x4ac4] = 0x6de0, [0x4ac5] = 0x6e11, [0x4ac6] = 0x6de6, - [0x4ac7] = 0x6ddd, [0x4ac8] = 0x6dd9, [0x4ac9] = 0x6e16, [0x4aca] = 0x6dab, - [0x4acb] = 0x6e0c, [0x4acc] = 0x6dae, [0x4acd] = 0x6e2b, [0x4ace] = 0x6e6e, - [0x4acf] = 0x6e4e, [0x4ad0] = 0x6e6b, [0x4ad1] = 0x6eb2, [0x4ad2] = 0x6e5f, - [0x4ad3] = 0x6e86, [0x4ad4] = 0x6e53, [0x4ad5] = 0x6e54, [0x4ad6] = 0x6e32, - [0x4ad7] = 0x6e25, [0x4ad8] = 0x6e44, [0x4ad9] = 0x6edf, [0x4ada] = 0x6eb1, - [0x4adb] = 0x6e98, [0x4adc] = 0x6ee0, [0x4add] = 0x6f2d, [0x4ade] = 0x6ee2, - [0x4adf] = 0x6ea5, [0x4ae0] = 0x6ea7, [0x4ae1] = 0x6ebd, [0x4ae2] = 0x6ebb, - [0x4ae3] = 0x6eb7, [0x4ae4] = 0x6ed7, [0x4ae5] = 0x6eb4, [0x4ae6] = 0x6ecf, - [0x4ae7] = 0x6e8f, [0x4ae8] = 0x6ec2, [0x4ae9] = 0x6e9f, [0x4aea] = 0x6f62, - [0x4aeb] = 0x6f46, [0x4aec] = 0x6f47, [0x4aed] = 0x6f24, [0x4aee] = 0x6f15, - [0x4aef] = 0x6ef9, [0x4af0] = 0x6f2f, [0x4af1] = 0x6f36, [0x4af2] = 0x6f4b, - [0x4af3] = 0x6f74, [0x4af4] = 0x6f2a, [0x4af5] = 0x6f09, [0x4af6] = 0x6f29, - [0x4af7] = 0x6f89, [0x4af8] = 0x6f8d, [0x4af9] = 0x6f8c, [0x4afa] = 0x6f78, - [0x4afb] = 0x6f72, [0x4afc] = 0x6f7c, [0x4afd] = 0x6f7a, [0x4afe] = 0x6fd1, - [0x4b00] = 0x930a, [0x4b01] = 0x930b, [0x4b02] = 0x930c, [0x4b03] = 0x930d, - [0x4b04] = 0x930e, [0x4b05] = 0x930f, [0x4b06] = 0x9310, [0x4b07] = 0x9311, - [0x4b08] = 0x9312, [0x4b09] = 0x9313, [0x4b0a] = 0x9314, [0x4b0b] = 0x9315, - [0x4b0c] = 0x9316, [0x4b0d] = 0x9317, [0x4b0e] = 0x9318, [0x4b0f] = 0x9319, - [0x4b10] = 0x931a, [0x4b11] = 0x931b, [0x4b12] = 0x931c, [0x4b13] = 0x931d, - [0x4b14] = 0x931e, [0x4b15] = 0x931f, [0x4b16] = 0x9320, [0x4b17] = 0x9321, - [0x4b18] = 0x9322, [0x4b19] = 0x9323, [0x4b1a] = 0x9324, [0x4b1b] = 0x9325, - [0x4b1c] = 0x9326, [0x4b1d] = 0x9327, [0x4b1e] = 0x9328, [0x4b1f] = 0x9329, - [0x4b20] = 0x932a, [0x4b21] = 0x932b, [0x4b22] = 0x932c, [0x4b23] = 0x932d, - [0x4b24] = 0x932e, [0x4b25] = 0x932f, [0x4b26] = 0x9330, [0x4b27] = 0x9331, - [0x4b28] = 0x9332, [0x4b29] = 0x9333, [0x4b2a] = 0x9334, [0x4b2b] = 0x9335, - [0x4b2c] = 0x9336, [0x4b2d] = 0x9337, [0x4b2e] = 0x9338, [0x4b2f] = 0x9339, - [0x4b30] = 0x933a, [0x4b31] = 0x933b, [0x4b32] = 0x933c, [0x4b33] = 0x933d, - [0x4b34] = 0x933f, [0x4b35] = 0x9340, [0x4b36] = 0x9341, [0x4b37] = 0x9342, - [0x4b38] = 0x9343, [0x4b39] = 0x9344, [0x4b3a] = 0x9345, [0x4b3b] = 0x9346, - [0x4b3c] = 0x9347, [0x4b3d] = 0x9348, [0x4b3e] = 0x9349, [0x4b40] = 0x934a, - [0x4b41] = 0x934b, [0x4b42] = 0x934c, [0x4b43] = 0x934d, [0x4b44] = 0x934e, - [0x4b45] = 0x934f, [0x4b46] = 0x9350, [0x4b47] = 0x9351, [0x4b48] = 0x9352, - [0x4b49] = 0x9353, [0x4b4a] = 0x9354, [0x4b4b] = 0x9355, [0x4b4c] = 0x9356, - [0x4b4d] = 0x9357, [0x4b4e] = 0x9358, [0x4b4f] = 0x9359, [0x4b50] = 0x935a, - [0x4b51] = 0x935b, [0x4b52] = 0x935c, [0x4b53] = 0x935d, [0x4b54] = 0x935e, - [0x4b55] = 0x935f, [0x4b56] = 0x9360, [0x4b57] = 0x9361, [0x4b58] = 0x9362, - [0x4b59] = 0x9363, [0x4b5a] = 0x9364, [0x4b5b] = 0x9365, [0x4b5c] = 0x9366, - [0x4b5d] = 0x9367, [0x4b5e] = 0x9368, [0x4b5f] = 0x9369, [0x4b60] = 0x936b, - [0x4b61] = 0x6fc9, [0x4b62] = 0x6fa7, [0x4b63] = 0x6fb9, [0x4b64] = 0x6fb6, - [0x4b65] = 0x6fc2, [0x4b66] = 0x6fe1, [0x4b67] = 0x6fee, [0x4b68] = 0x6fde, - [0x4b69] = 0x6fe0, [0x4b6a] = 0x6fef, [0x4b6b] = 0x701a, [0x4b6c] = 0x7023, - [0x4b6d] = 0x701b, [0x4b6e] = 0x7039, [0x4b6f] = 0x7035, [0x4b70] = 0x704f, - [0x4b71] = 0x705e, [0x4b72] = 0x5b80, [0x4b73] = 0x5b84, [0x4b74] = 0x5b95, - [0x4b75] = 0x5b93, [0x4b76] = 0x5ba5, [0x4b77] = 0x5bb8, [0x4b78] = 0x752f, - [0x4b79] = 0x9a9e, [0x4b7a] = 0x6434, [0x4b7b] = 0x5be4, [0x4b7c] = 0x5bee, - [0x4b7d] = 0x8930, [0x4b7e] = 0x5bf0, [0x4b7f] = 0x8e47, [0x4b80] = 0x8b07, - [0x4b81] = 0x8fb6, [0x4b82] = 0x8fd3, [0x4b83] = 0x8fd5, [0x4b84] = 0x8fe5, - [0x4b85] = 0x8fee, [0x4b86] = 0x8fe4, [0x4b87] = 0x8fe9, [0x4b88] = 0x8fe6, - [0x4b89] = 0x8ff3, [0x4b8a] = 0x8fe8, [0x4b8b] = 0x9005, [0x4b8c] = 0x9004, - [0x4b8d] = 0x900b, [0x4b8e] = 0x9026, [0x4b8f] = 0x9011, [0x4b90] = 0x900d, - [0x4b91] = 0x9016, [0x4b92] = 0x9021, [0x4b93] = 0x9035, [0x4b94] = 0x9036, - [0x4b95] = 0x902d, [0x4b96] = 0x902f, [0x4b97] = 0x9044, [0x4b98] = 0x9051, - [0x4b99] = 0x9052, [0x4b9a] = 0x9050, [0x4b9b] = 0x9068, [0x4b9c] = 0x9058, - [0x4b9d] = 0x9062, [0x4b9e] = 0x905b, [0x4b9f] = 0x66b9, [0x4ba0] = 0x9074, - [0x4ba1] = 0x907d, [0x4ba2] = 0x9082, [0x4ba3] = 0x9088, [0x4ba4] = 0x9083, - [0x4ba5] = 0x908b, [0x4ba6] = 0x5f50, [0x4ba7] = 0x5f57, [0x4ba8] = 0x5f56, - [0x4ba9] = 0x5f58, [0x4baa] = 0x5c3b, [0x4bab] = 0x54ab, [0x4bac] = 0x5c50, - [0x4bad] = 0x5c59, [0x4bae] = 0x5b71, [0x4baf] = 0x5c63, [0x4bb0] = 0x5c66, - [0x4bb1] = 0x7fbc, [0x4bb2] = 0x5f2a, [0x4bb3] = 0x5f29, [0x4bb4] = 0x5f2d, - [0x4bb5] = 0x8274, [0x4bb6] = 0x5f3c, [0x4bb7] = 0x9b3b, [0x4bb8] = 0x5c6e, - [0x4bb9] = 0x5981, [0x4bba] = 0x5983, [0x4bbb] = 0x598d, [0x4bbc] = 0x59a9, - [0x4bbd] = 0x59aa, [0x4bbe] = 0x59a3, [0x4bc0] = 0x936c, [0x4bc1] = 0x936d, - [0x4bc2] = 0x936e, [0x4bc3] = 0x936f, [0x4bc4] = 0x9370, [0x4bc5] = 0x9371, - [0x4bc6] = 0x9372, [0x4bc7] = 0x9373, [0x4bc8] = 0x9374, [0x4bc9] = 0x9375, - [0x4bca] = 0x9376, [0x4bcb] = 0x9377, [0x4bcc] = 0x9378, [0x4bcd] = 0x9379, - [0x4bce] = 0x937a, [0x4bcf] = 0x937b, [0x4bd0] = 0x937c, [0x4bd1] = 0x937d, - [0x4bd2] = 0x937e, [0x4bd3] = 0x937f, [0x4bd4] = 0x9380, [0x4bd5] = 0x9381, - [0x4bd6] = 0x9382, [0x4bd7] = 0x9383, [0x4bd8] = 0x9384, [0x4bd9] = 0x9385, - [0x4bda] = 0x9386, [0x4bdb] = 0x9387, [0x4bdc] = 0x9388, [0x4bdd] = 0x9389, - [0x4bde] = 0x938a, [0x4bdf] = 0x938b, [0x4be0] = 0x938c, [0x4be1] = 0x938d, - [0x4be2] = 0x938e, [0x4be3] = 0x9390, [0x4be4] = 0x9391, [0x4be5] = 0x9392, - [0x4be6] = 0x9393, [0x4be7] = 0x9394, [0x4be8] = 0x9395, [0x4be9] = 0x9396, - [0x4bea] = 0x9397, [0x4beb] = 0x9398, [0x4bec] = 0x9399, [0x4bed] = 0x939a, - [0x4bee] = 0x939b, [0x4bef] = 0x939c, [0x4bf0] = 0x939d, [0x4bf1] = 0x939e, - [0x4bf2] = 0x939f, [0x4bf3] = 0x93a0, [0x4bf4] = 0x93a1, [0x4bf5] = 0x93a2, - [0x4bf6] = 0x93a3, [0x4bf7] = 0x93a4, [0x4bf8] = 0x93a5, [0x4bf9] = 0x93a6, - [0x4bfa] = 0x93a7, [0x4bfb] = 0x93a8, [0x4bfc] = 0x93a9, [0x4bfd] = 0x93aa, - [0x4bfe] = 0x93ab, [0x4c00] = 0x93ac, [0x4c01] = 0x93ad, [0x4c02] = 0x93ae, - [0x4c03] = 0x93af, [0x4c04] = 0x93b0, [0x4c05] = 0x93b1, [0x4c06] = 0x93b2, - [0x4c07] = 0x93b3, [0x4c08] = 0x93b4, [0x4c09] = 0x93b5, [0x4c0a] = 0x93b6, - [0x4c0b] = 0x93b7, [0x4c0c] = 0x93b8, [0x4c0d] = 0x93b9, [0x4c0e] = 0x93ba, - [0x4c0f] = 0x93bb, [0x4c10] = 0x93bc, [0x4c11] = 0x93bd, [0x4c12] = 0x93be, - [0x4c13] = 0x93bf, [0x4c14] = 0x93c0, [0x4c15] = 0x93c1, [0x4c16] = 0x93c2, - [0x4c17] = 0x93c3, [0x4c18] = 0x93c4, [0x4c19] = 0x93c5, [0x4c1a] = 0x93c6, - [0x4c1b] = 0x93c7, [0x4c1c] = 0x93c8, [0x4c1d] = 0x93c9, [0x4c1e] = 0x93cb, - [0x4c1f] = 0x93cc, [0x4c20] = 0x93cd, [0x4c21] = 0x5997, [0x4c22] = 0x59ca, - [0x4c23] = 0x59ab, [0x4c24] = 0x599e, [0x4c25] = 0x59a4, [0x4c26] = 0x59d2, - [0x4c27] = 0x59b2, [0x4c28] = 0x59af, [0x4c29] = 0x59d7, [0x4c2a] = 0x59be, - [0x4c2b] = 0x5a05, [0x4c2c] = 0x5a06, [0x4c2d] = 0x59dd, [0x4c2e] = 0x5a08, - [0x4c2f] = 0x59e3, [0x4c30] = 0x59d8, [0x4c31] = 0x59f9, [0x4c32] = 0x5a0c, - [0x4c33] = 0x5a09, [0x4c34] = 0x5a32, [0x4c35] = 0x5a34, [0x4c36] = 0x5a11, - [0x4c37] = 0x5a23, [0x4c38] = 0x5a13, [0x4c39] = 0x5a40, [0x4c3a] = 0x5a67, - [0x4c3b] = 0x5a4a, [0x4c3c] = 0x5a55, [0x4c3d] = 0x5a3c, [0x4c3e] = 0x5a62, - [0x4c3f] = 0x5a75, [0x4c40] = 0x80ec, [0x4c41] = 0x5aaa, [0x4c42] = 0x5a9b, - [0x4c43] = 0x5a77, [0x4c44] = 0x5a7a, [0x4c45] = 0x5abe, [0x4c46] = 0x5aeb, - [0x4c47] = 0x5ab2, [0x4c48] = 0x5ad2, [0x4c49] = 0x5ad4, [0x4c4a] = 0x5ab8, - [0x4c4b] = 0x5ae0, [0x4c4c] = 0x5ae3, [0x4c4d] = 0x5af1, [0x4c4e] = 0x5ad6, - [0x4c4f] = 0x5ae6, [0x4c50] = 0x5ad8, [0x4c51] = 0x5adc, [0x4c52] = 0x5b09, - [0x4c53] = 0x5b17, [0x4c54] = 0x5b16, [0x4c55] = 0x5b32, [0x4c56] = 0x5b37, - [0x4c57] = 0x5b40, [0x4c58] = 0x5c15, [0x4c59] = 0x5c1c, [0x4c5a] = 0x5b5a, - [0x4c5b] = 0x5b65, [0x4c5c] = 0x5b73, [0x4c5d] = 0x5b51, [0x4c5e] = 0x5b53, - [0x4c5f] = 0x5b62, [0x4c60] = 0x9a75, [0x4c61] = 0x9a77, [0x4c62] = 0x9a78, - [0x4c63] = 0x9a7a, [0x4c64] = 0x9a7f, [0x4c65] = 0x9a7d, [0x4c66] = 0x9a80, - [0x4c67] = 0x9a81, [0x4c68] = 0x9a85, [0x4c69] = 0x9a88, [0x4c6a] = 0x9a8a, - [0x4c6b] = 0x9a90, [0x4c6c] = 0x9a92, [0x4c6d] = 0x9a93, [0x4c6e] = 0x9a96, - [0x4c6f] = 0x9a98, [0x4c70] = 0x9a9b, [0x4c71] = 0x9a9c, [0x4c72] = 0x9a9d, - [0x4c73] = 0x9a9f, [0x4c74] = 0x9aa0, [0x4c75] = 0x9aa2, [0x4c76] = 0x9aa3, - [0x4c77] = 0x9aa5, [0x4c78] = 0x9aa7, [0x4c79] = 0x7e9f, [0x4c7a] = 0x7ea1, - [0x4c7b] = 0x7ea3, [0x4c7c] = 0x7ea5, [0x4c7d] = 0x7ea8, [0x4c7e] = 0x7ea9, - [0x4c80] = 0x93ce, [0x4c81] = 0x93cf, [0x4c82] = 0x93d0, [0x4c83] = 0x93d1, - [0x4c84] = 0x93d2, [0x4c85] = 0x93d3, [0x4c86] = 0x93d4, [0x4c87] = 0x93d5, - [0x4c88] = 0x93d7, [0x4c89] = 0x93d8, [0x4c8a] = 0x93d9, [0x4c8b] = 0x93da, - [0x4c8c] = 0x93db, [0x4c8d] = 0x93dc, [0x4c8e] = 0x93dd, [0x4c8f] = 0x93de, - [0x4c90] = 0x93df, [0x4c91] = 0x93e0, [0x4c92] = 0x93e1, [0x4c93] = 0x93e2, - [0x4c94] = 0x93e3, [0x4c95] = 0x93e4, [0x4c96] = 0x93e5, [0x4c97] = 0x93e6, - [0x4c98] = 0x93e7, [0x4c99] = 0x93e8, [0x4c9a] = 0x93e9, [0x4c9b] = 0x93ea, - [0x4c9c] = 0x93eb, [0x4c9d] = 0x93ec, [0x4c9e] = 0x93ed, [0x4c9f] = 0x93ee, - [0x4ca0] = 0x93ef, [0x4ca1] = 0x93f0, [0x4ca2] = 0x93f1, [0x4ca3] = 0x93f2, - [0x4ca4] = 0x93f3, [0x4ca5] = 0x93f4, [0x4ca6] = 0x93f5, [0x4ca7] = 0x93f6, - [0x4ca8] = 0x93f7, [0x4ca9] = 0x93f8, [0x4caa] = 0x93f9, [0x4cab] = 0x93fa, - [0x4cac] = 0x93fb, [0x4cad] = 0x93fc, [0x4cae] = 0x93fd, [0x4caf] = 0x93fe, - [0x4cb0] = 0x93ff, [0x4cb1] = 0x9400, [0x4cb2] = 0x9401, [0x4cb3] = 0x9402, - [0x4cb4] = 0x9403, [0x4cb5] = 0x9404, [0x4cb6] = 0x9405, [0x4cb7] = 0x9406, - [0x4cb8] = 0x9407, [0x4cb9] = 0x9408, [0x4cba] = 0x9409, [0x4cbb] = 0x940a, - [0x4cbc] = 0x940b, [0x4cbd] = 0x940c, [0x4cbe] = 0x940d, [0x4cc0] = 0x940e, - [0x4cc1] = 0x940f, [0x4cc2] = 0x9410, [0x4cc3] = 0x9411, [0x4cc4] = 0x9412, - [0x4cc5] = 0x9413, [0x4cc6] = 0x9414, [0x4cc7] = 0x9415, [0x4cc8] = 0x9416, - [0x4cc9] = 0x9417, [0x4cca] = 0x9418, [0x4ccb] = 0x9419, [0x4ccc] = 0x941a, - [0x4ccd] = 0x941b, [0x4cce] = 0x941c, [0x4ccf] = 0x941d, [0x4cd0] = 0x941e, - [0x4cd1] = 0x941f, [0x4cd2] = 0x9420, [0x4cd3] = 0x9421, [0x4cd4] = 0x9422, - [0x4cd5] = 0x9423, [0x4cd6] = 0x9424, [0x4cd7] = 0x9425, [0x4cd8] = 0x9426, - [0x4cd9] = 0x9427, [0x4cda] = 0x9428, [0x4cdb] = 0x9429, [0x4cdc] = 0x942a, - [0x4cdd] = 0x942b, [0x4cde] = 0x942c, [0x4cdf] = 0x942d, [0x4ce0] = 0x942e, - [0x4ce1] = 0x7ead, [0x4ce2] = 0x7eb0, [0x4ce3] = 0x7ebe, [0x4ce4] = 0x7ec0, - [0x4ce5] = 0x7ec1, [0x4ce6] = 0x7ec2, [0x4ce7] = 0x7ec9, [0x4ce8] = 0x7ecb, - [0x4ce9] = 0x7ecc, [0x4cea] = 0x7ed0, [0x4ceb] = 0x7ed4, [0x4cec] = 0x7ed7, - [0x4ced] = 0x7edb, [0x4cee] = 0x7ee0, [0x4cef] = 0x7ee1, [0x4cf0] = 0x7ee8, - [0x4cf1] = 0x7eeb, [0x4cf2] = 0x7eee, [0x4cf3] = 0x7eef, [0x4cf4] = 0x7ef1, - [0x4cf5] = 0x7ef2, [0x4cf6] = 0x7f0d, [0x4cf7] = 0x7ef6, [0x4cf8] = 0x7efa, - [0x4cf9] = 0x7efb, [0x4cfa] = 0x7efe, [0x4cfb] = 0x7f01, [0x4cfc] = 0x7f02, - [0x4cfd] = 0x7f03, [0x4cfe] = 0x7f07, [0x4cff] = 0x7f08, [0x4d00] = 0x7f0b, - [0x4d01] = 0x7f0c, [0x4d02] = 0x7f0f, [0x4d03] = 0x7f11, [0x4d04] = 0x7f12, - [0x4d05] = 0x7f17, [0x4d06] = 0x7f19, [0x4d07] = 0x7f1c, [0x4d08] = 0x7f1b, - [0x4d09] = 0x7f1f, [0x4d0a] = 0x7f21, [0x4d0b] = 0x7f22, [0x4d0c] = 0x7f23, - [0x4d0d] = 0x7f24, [0x4d0e] = 0x7f25, [0x4d0f] = 0x7f26, [0x4d10] = 0x7f27, - [0x4d11] = 0x7f2a, [0x4d12] = 0x7f2b, [0x4d13] = 0x7f2c, [0x4d14] = 0x7f2d, - [0x4d15] = 0x7f2f, [0x4d16] = 0x7f30, [0x4d17] = 0x7f31, [0x4d18] = 0x7f32, - [0x4d19] = 0x7f33, [0x4d1a] = 0x7f35, [0x4d1b] = 0x5e7a, [0x4d1c] = 0x757f, - [0x4d1d] = 0x5ddb, [0x4d1e] = 0x753e, [0x4d1f] = 0x9095, [0x4d20] = 0x738e, - [0x4d21] = 0x7391, [0x4d22] = 0x73ae, [0x4d23] = 0x73a2, [0x4d24] = 0x739f, - [0x4d25] = 0x73cf, [0x4d26] = 0x73c2, [0x4d27] = 0x73d1, [0x4d28] = 0x73b7, - [0x4d29] = 0x73b3, [0x4d2a] = 0x73c0, [0x4d2b] = 0x73c9, [0x4d2c] = 0x73c8, - [0x4d2d] = 0x73e5, [0x4d2e] = 0x73d9, [0x4d2f] = 0x987c, [0x4d30] = 0x740a, - [0x4d31] = 0x73e9, [0x4d32] = 0x73e7, [0x4d33] = 0x73de, [0x4d34] = 0x73ba, - [0x4d35] = 0x73f2, [0x4d36] = 0x740f, [0x4d37] = 0x742a, [0x4d38] = 0x745b, - [0x4d39] = 0x7426, [0x4d3a] = 0x7425, [0x4d3b] = 0x7428, [0x4d3c] = 0x7430, - [0x4d3d] = 0x742e, [0x4d3e] = 0x742c, [0x4d40] = 0x942f, [0x4d41] = 0x9430, - [0x4d42] = 0x9431, [0x4d43] = 0x9432, [0x4d44] = 0x9433, [0x4d45] = 0x9434, - [0x4d46] = 0x9435, [0x4d47] = 0x9436, [0x4d48] = 0x9437, [0x4d49] = 0x9438, - [0x4d4a] = 0x9439, [0x4d4b] = 0x943a, [0x4d4c] = 0x943b, [0x4d4d] = 0x943c, - [0x4d4e] = 0x943d, [0x4d4f] = 0x943f, [0x4d50] = 0x9440, [0x4d51] = 0x9441, - [0x4d52] = 0x9442, [0x4d53] = 0x9443, [0x4d54] = 0x9444, [0x4d55] = 0x9445, - [0x4d56] = 0x9446, [0x4d57] = 0x9447, [0x4d58] = 0x9448, [0x4d59] = 0x9449, - [0x4d5a] = 0x944a, [0x4d5b] = 0x944b, [0x4d5c] = 0x944c, [0x4d5d] = 0x944d, - [0x4d5e] = 0x944e, [0x4d5f] = 0x944f, [0x4d60] = 0x9450, [0x4d61] = 0x9451, - [0x4d62] = 0x9452, [0x4d63] = 0x9453, [0x4d64] = 0x9454, [0x4d65] = 0x9455, - [0x4d66] = 0x9456, [0x4d67] = 0x9457, [0x4d68] = 0x9458, [0x4d69] = 0x9459, - [0x4d6a] = 0x945a, [0x4d6b] = 0x945b, [0x4d6c] = 0x945c, [0x4d6d] = 0x945d, - [0x4d6e] = 0x945e, [0x4d6f] = 0x945f, [0x4d70] = 0x9460, [0x4d71] = 0x9461, - [0x4d72] = 0x9462, [0x4d73] = 0x9463, [0x4d74] = 0x9464, [0x4d75] = 0x9465, - [0x4d76] = 0x9466, [0x4d77] = 0x9467, [0x4d78] = 0x9468, [0x4d79] = 0x9469, - [0x4d7a] = 0x946a, [0x4d7b] = 0x946c, [0x4d7c] = 0x946d, [0x4d7d] = 0x946e, - [0x4d7e] = 0x946f, [0x4d80] = 0x9470, [0x4d81] = 0x9471, [0x4d82] = 0x9472, - [0x4d83] = 0x9473, [0x4d84] = 0x9474, [0x4d85] = 0x9475, [0x4d86] = 0x9476, - [0x4d87] = 0x9477, [0x4d88] = 0x9478, [0x4d89] = 0x9479, [0x4d8a] = 0x947a, - [0x4d8b] = 0x947b, [0x4d8c] = 0x947c, [0x4d8d] = 0x947d, [0x4d8e] = 0x947e, - [0x4d8f] = 0x947f, [0x4d90] = 0x9480, [0x4d91] = 0x9481, [0x4d92] = 0x9482, - [0x4d93] = 0x9483, [0x4d94] = 0x9484, [0x4d95] = 0x9491, [0x4d96] = 0x9496, - [0x4d97] = 0x9498, [0x4d98] = 0x94c7, [0x4d99] = 0x94cf, [0x4d9a] = 0x94d3, - [0x4d9b] = 0x94d4, [0x4d9c] = 0x94da, [0x4d9d] = 0x94e6, [0x4d9e] = 0x94fb, - [0x4d9f] = 0x951c, [0x4da0] = 0x9520, [0x4da1] = 0x741b, [0x4da2] = 0x741a, - [0x4da3] = 0x7441, [0x4da4] = 0x745c, [0x4da5] = 0x7457, [0x4da6] = 0x7455, - [0x4da7] = 0x7459, [0x4da8] = 0x7477, [0x4da9] = 0x746d, [0x4daa] = 0x747e, - [0x4dab] = 0x749c, [0x4dac] = 0x748e, [0x4dad] = 0x7480, [0x4dae] = 0x7481, - [0x4daf] = 0x7487, [0x4db0] = 0x748b, [0x4db1] = 0x749e, [0x4db2] = 0x74a8, - [0x4db3] = 0x74a9, [0x4db4] = 0x7490, [0x4db5] = 0x74a7, [0x4db6] = 0x74d2, - [0x4db7] = 0x74ba, [0x4db8] = 0x97ea, [0x4db9] = 0x97eb, [0x4dba] = 0x97ec, - [0x4dbb] = 0x674c, [0x4dbc] = 0x6753, [0x4dbd] = 0x675e, [0x4dbe] = 0x6748, - [0x4dbf] = 0x6769, [0x4dc0] = 0x67a5, [0x4dc1] = 0x6787, [0x4dc2] = 0x676a, - [0x4dc3] = 0x6773, [0x4dc4] = 0x6798, [0x4dc5] = 0x67a7, [0x4dc6] = 0x6775, - [0x4dc7] = 0x67a8, [0x4dc8] = 0x679e, [0x4dc9] = 0x67ad, [0x4dca] = 0x678b, - [0x4dcb] = 0x6777, [0x4dcc] = 0x677c, [0x4dcd] = 0x67f0, [0x4dce] = 0x6809, - [0x4dcf] = 0x67d8, [0x4dd0] = 0x680a, [0x4dd1] = 0x67e9, [0x4dd2] = 0x67b0, - [0x4dd3] = 0x680c, [0x4dd4] = 0x67d9, [0x4dd5] = 0x67b5, [0x4dd6] = 0x67da, - [0x4dd7] = 0x67b3, [0x4dd8] = 0x67dd, [0x4dd9] = 0x6800, [0x4dda] = 0x67c3, - [0x4ddb] = 0x67b8, [0x4ddc] = 0x67e2, [0x4ddd] = 0x680e, [0x4dde] = 0x67c1, - [0x4ddf] = 0x67fd, [0x4de0] = 0x6832, [0x4de1] = 0x6833, [0x4de2] = 0x6860, - [0x4de3] = 0x6861, [0x4de4] = 0x684e, [0x4de5] = 0x6862, [0x4de6] = 0x6844, - [0x4de7] = 0x6864, [0x4de8] = 0x6883, [0x4de9] = 0x681d, [0x4dea] = 0x6855, - [0x4deb] = 0x6866, [0x4dec] = 0x6841, [0x4ded] = 0x6867, [0x4dee] = 0x6840, - [0x4def] = 0x683e, [0x4df0] = 0x684a, [0x4df1] = 0x6849, [0x4df2] = 0x6829, - [0x4df3] = 0x68b5, [0x4df4] = 0x688f, [0x4df5] = 0x6874, [0x4df6] = 0x6877, - [0x4df7] = 0x6893, [0x4df8] = 0x686b, [0x4df9] = 0x68c2, [0x4dfa] = 0x696e, - [0x4dfb] = 0x68fc, [0x4dfc] = 0x691f, [0x4dfd] = 0x6920, [0x4dfe] = 0x68f9, - [0x4e00] = 0x9527, [0x4e01] = 0x9533, [0x4e02] = 0x953d, [0x4e03] = 0x9543, - [0x4e04] = 0x9548, [0x4e05] = 0x954b, [0x4e06] = 0x9555, [0x4e07] = 0x955a, - [0x4e08] = 0x9560, [0x4e09] = 0x956e, [0x4e0a] = 0x9574, [0x4e0b] = 0x9575, - [0x4e0c] = 0x9577, [0x4e0d] = 0x9578, [0x4e0e] = 0x9579, [0x4e0f] = 0x957a, - [0x4e10] = 0x957b, [0x4e11] = 0x957c, [0x4e12] = 0x957d, [0x4e13] = 0x957e, - [0x4e14] = 0x9580, [0x4e15] = 0x9581, [0x4e16] = 0x9582, [0x4e17] = 0x9583, - [0x4e18] = 0x9584, [0x4e19] = 0x9585, [0x4e1a] = 0x9586, [0x4e1b] = 0x9587, - [0x4e1c] = 0x9588, [0x4e1d] = 0x9589, [0x4e1e] = 0x958a, [0x4e1f] = 0x958b, - [0x4e20] = 0x958c, [0x4e21] = 0x958d, [0x4e22] = 0x958e, [0x4e23] = 0x958f, - [0x4e24] = 0x9590, [0x4e25] = 0x9591, [0x4e26] = 0x9592, [0x4e27] = 0x9593, - [0x4e28] = 0x9594, [0x4e29] = 0x9595, [0x4e2a] = 0x9596, [0x4e2b] = 0x9597, - [0x4e2c] = 0x9598, [0x4e2d] = 0x9599, [0x4e2e] = 0x959a, [0x4e2f] = 0x959b, - [0x4e30] = 0x959c, [0x4e31] = 0x959d, [0x4e32] = 0x959e, [0x4e33] = 0x959f, - [0x4e34] = 0x95a0, [0x4e35] = 0x95a1, [0x4e36] = 0x95a2, [0x4e37] = 0x95a3, - [0x4e38] = 0x95a4, [0x4e39] = 0x95a5, [0x4e3a] = 0x95a6, [0x4e3b] = 0x95a7, - [0x4e3c] = 0x95a8, [0x4e3d] = 0x95a9, [0x4e3e] = 0x95aa, [0x4e40] = 0x95ab, - [0x4e41] = 0x95ac, [0x4e42] = 0x95ad, [0x4e43] = 0x95ae, [0x4e44] = 0x95af, - [0x4e45] = 0x95b0, [0x4e46] = 0x95b1, [0x4e47] = 0x95b2, [0x4e48] = 0x95b3, - [0x4e49] = 0x95b4, [0x4e4a] = 0x95b5, [0x4e4b] = 0x95b6, [0x4e4c] = 0x95b7, - [0x4e4d] = 0x95b8, [0x4e4e] = 0x95b9, [0x4e4f] = 0x95ba, [0x4e50] = 0x95bb, - [0x4e51] = 0x95bc, [0x4e52] = 0x95bd, [0x4e53] = 0x95be, [0x4e54] = 0x95bf, - [0x4e55] = 0x95c0, [0x4e56] = 0x95c1, [0x4e57] = 0x95c2, [0x4e58] = 0x95c3, - [0x4e59] = 0x95c4, [0x4e5a] = 0x95c5, [0x4e5b] = 0x95c6, [0x4e5c] = 0x95c7, - [0x4e5d] = 0x95c8, [0x4e5e] = 0x95c9, [0x4e5f] = 0x95ca, [0x4e60] = 0x95cb, - [0x4e61] = 0x6924, [0x4e62] = 0x68f0, [0x4e63] = 0x690b, [0x4e64] = 0x6901, - [0x4e65] = 0x6957, [0x4e66] = 0x68e3, [0x4e67] = 0x6910, [0x4e68] = 0x6971, - [0x4e69] = 0x6939, [0x4e6a] = 0x6960, [0x4e6b] = 0x6942, [0x4e6c] = 0x695d, - [0x4e6d] = 0x6984, [0x4e6e] = 0x696b, [0x4e6f] = 0x6980, [0x4e70] = 0x6998, - [0x4e71] = 0x6978, [0x4e72] = 0x6934, [0x4e73] = 0x69cc, [0x4e74] = 0x6987, - [0x4e75] = 0x6988, [0x4e76] = 0x69ce, [0x4e77] = 0x6989, [0x4e78] = 0x6966, - [0x4e79] = 0x6963, [0x4e7a] = 0x6979, [0x4e7b] = 0x699b, [0x4e7c] = 0x69a7, - [0x4e7d] = 0x69bb, [0x4e7e] = 0x69ab, [0x4e7f] = 0x69ad, [0x4e80] = 0x69d4, - [0x4e81] = 0x69b1, [0x4e82] = 0x69c1, [0x4e83] = 0x69ca, [0x4e84] = 0x69df, - [0x4e85] = 0x6995, [0x4e86] = 0x69e0, [0x4e87] = 0x698d, [0x4e88] = 0x69ff, - [0x4e89] = 0x6a2f, [0x4e8a] = 0x69ed, [0x4e8b] = 0x6a17, [0x4e8c] = 0x6a18, - [0x4e8d] = 0x6a65, [0x4e8e] = 0x69f2, [0x4e8f] = 0x6a44, [0x4e90] = 0x6a3e, - [0x4e91] = 0x6aa0, [0x4e92] = 0x6a50, [0x4e93] = 0x6a5b, [0x4e94] = 0x6a35, - [0x4e95] = 0x6a8e, [0x4e96] = 0x6a79, [0x4e97] = 0x6a3d, [0x4e98] = 0x6a28, - [0x4e99] = 0x6a58, [0x4e9a] = 0x6a7c, [0x4e9b] = 0x6a91, [0x4e9c] = 0x6a90, - [0x4e9d] = 0x6aa9, [0x4e9e] = 0x6a97, [0x4e9f] = 0x6aab, [0x4ea0] = 0x7337, - [0x4ea1] = 0x7352, [0x4ea2] = 0x6b81, [0x4ea3] = 0x6b82, [0x4ea4] = 0x6b87, - [0x4ea5] = 0x6b84, [0x4ea6] = 0x6b92, [0x4ea7] = 0x6b93, [0x4ea8] = 0x6b8d, - [0x4ea9] = 0x6b9a, [0x4eaa] = 0x6b9b, [0x4eab] = 0x6ba1, [0x4eac] = 0x6baa, - [0x4ead] = 0x8f6b, [0x4eae] = 0x8f6d, [0x4eaf] = 0x8f71, [0x4eb0] = 0x8f72, - [0x4eb1] = 0x8f73, [0x4eb2] = 0x8f75, [0x4eb3] = 0x8f76, [0x4eb4] = 0x8f78, - [0x4eb5] = 0x8f77, [0x4eb6] = 0x8f79, [0x4eb7] = 0x8f7a, [0x4eb8] = 0x8f7c, - [0x4eb9] = 0x8f7e, [0x4eba] = 0x8f81, [0x4ebb] = 0x8f82, [0x4ebc] = 0x8f84, - [0x4ebd] = 0x8f87, [0x4ebe] = 0x8f8b, [0x4ec0] = 0x95cc, [0x4ec1] = 0x95cd, - [0x4ec2] = 0x95ce, [0x4ec3] = 0x95cf, [0x4ec4] = 0x95d0, [0x4ec5] = 0x95d1, - [0x4ec6] = 0x95d2, [0x4ec7] = 0x95d3, [0x4ec8] = 0x95d4, [0x4ec9] = 0x95d5, - [0x4eca] = 0x95d6, [0x4ecb] = 0x95d7, [0x4ecc] = 0x95d8, [0x4ecd] = 0x95d9, - [0x4ece] = 0x95da, [0x4ecf] = 0x95db, [0x4ed0] = 0x95dc, [0x4ed1] = 0x95dd, - [0x4ed2] = 0x95de, [0x4ed3] = 0x95df, [0x4ed4] = 0x95e0, [0x4ed5] = 0x95e1, - [0x4ed6] = 0x95e2, [0x4ed7] = 0x95e3, [0x4ed8] = 0x95e4, [0x4ed9] = 0x95e5, - [0x4eda] = 0x95e6, [0x4edb] = 0x95e7, [0x4edc] = 0x95ec, [0x4edd] = 0x95ff, - [0x4ede] = 0x9607, [0x4edf] = 0x9613, [0x4ee0] = 0x9618, [0x4ee1] = 0x961b, - [0x4ee2] = 0x961e, [0x4ee3] = 0x9620, [0x4ee4] = 0x9623, [0x4ee5] = 0x9624, - [0x4ee6] = 0x9625, [0x4ee7] = 0x9626, [0x4ee8] = 0x9627, [0x4ee9] = 0x9628, - [0x4eea] = 0x9629, [0x4eeb] = 0x962b, [0x4eec] = 0x962c, [0x4eed] = 0x962d, - [0x4eee] = 0x962f, [0x4eef] = 0x9630, [0x4ef0] = 0x9637, [0x4ef1] = 0x9638, - [0x4ef2] = 0x9639, [0x4ef3] = 0x963a, [0x4ef4] = 0x963e, [0x4ef5] = 0x9641, - [0x4ef6] = 0x9643, [0x4ef7] = 0x964a, [0x4ef8] = 0x964e, [0x4ef9] = 0x964f, - [0x4efa] = 0x9651, [0x4efb] = 0x9652, [0x4efc] = 0x9653, [0x4efd] = 0x9656, - [0x4efe] = 0x9657, [0x4f00] = 0x9658, [0x4f01] = 0x9659, [0x4f02] = 0x965a, - [0x4f03] = 0x965c, [0x4f04] = 0x965d, [0x4f05] = 0x965e, [0x4f06] = 0x9660, - [0x4f07] = 0x9663, [0x4f08] = 0x9665, [0x4f09] = 0x9666, [0x4f0a] = 0x966b, - [0x4f0b] = 0x966d, [0x4f0c] = 0x966e, [0x4f0d] = 0x966f, [0x4f0e] = 0x9670, - [0x4f0f] = 0x9671, [0x4f10] = 0x9673, [0x4f11] = 0x9678, [0x4f12] = 0x9679, - [0x4f13] = 0x967a, [0x4f14] = 0x967b, [0x4f15] = 0x967c, [0x4f16] = 0x967d, - [0x4f17] = 0x967e, [0x4f18] = 0x967f, [0x4f19] = 0x9680, [0x4f1a] = 0x9681, - [0x4f1b] = 0x9682, [0x4f1c] = 0x9683, [0x4f1d] = 0x9684, [0x4f1e] = 0x9687, - [0x4f1f] = 0x9689, [0x4f20] = 0x968a, [0x4f21] = 0x8f8d, [0x4f22] = 0x8f8e, - [0x4f23] = 0x8f8f, [0x4f24] = 0x8f98, [0x4f25] = 0x8f9a, [0x4f26] = 0x8ece, - [0x4f27] = 0x620b, [0x4f28] = 0x6217, [0x4f29] = 0x621b, [0x4f2a] = 0x621f, - [0x4f2b] = 0x6222, [0x4f2c] = 0x6221, [0x4f2d] = 0x6225, [0x4f2e] = 0x6224, - [0x4f2f] = 0x622c, [0x4f30] = 0x81e7, [0x4f31] = 0x74ef, [0x4f32] = 0x74f4, - [0x4f33] = 0x74ff, [0x4f34] = 0x750f, [0x4f35] = 0x7511, [0x4f36] = 0x7513, - [0x4f37] = 0x6534, [0x4f38] = 0x65ee, [0x4f39] = 0x65ef, [0x4f3a] = 0x65f0, - [0x4f3b] = 0x660a, [0x4f3c] = 0x6619, [0x4f3d] = 0x6772, [0x4f3e] = 0x6603, - [0x4f3f] = 0x6615, [0x4f40] = 0x6600, [0x4f41] = 0x7085, [0x4f42] = 0x66f7, - [0x4f43] = 0x661d, [0x4f44] = 0x6634, [0x4f45] = 0x6631, [0x4f46] = 0x6636, - [0x4f47] = 0x6635, [0x4f48] = 0x8006, [0x4f49] = 0x665f, [0x4f4a] = 0x6654, - [0x4f4b] = 0x6641, [0x4f4c] = 0x664f, [0x4f4d] = 0x6656, [0x4f4e] = 0x6661, - [0x4f4f] = 0x6657, [0x4f50] = 0x6677, [0x4f51] = 0x6684, [0x4f52] = 0x668c, - [0x4f53] = 0x66a7, [0x4f54] = 0x669d, [0x4f55] = 0x66be, [0x4f56] = 0x66db, - [0x4f57] = 0x66dc, [0x4f58] = 0x66e6, [0x4f59] = 0x66e9, [0x4f5a] = 0x8d32, - [0x4f5b] = 0x8d33, [0x4f5c] = 0x8d36, [0x4f5d] = 0x8d3b, [0x4f5e] = 0x8d3d, - [0x4f5f] = 0x8d40, [0x4f60] = 0x8d45, [0x4f61] = 0x8d46, [0x4f62] = 0x8d48, - [0x4f63] = 0x8d49, [0x4f64] = 0x8d47, [0x4f65] = 0x8d4d, [0x4f66] = 0x8d55, - [0x4f67] = 0x8d59, [0x4f68] = 0x89c7, [0x4f69] = 0x89ca, [0x4f6a] = 0x89cb, - [0x4f6b] = 0x89cc, [0x4f6c] = 0x89ce, [0x4f6d] = 0x89cf, [0x4f6e] = 0x89d0, - [0x4f6f] = 0x89d1, [0x4f70] = 0x726e, [0x4f71] = 0x729f, [0x4f72] = 0x725d, - [0x4f73] = 0x7266, [0x4f74] = 0x726f, [0x4f75] = 0x727e, [0x4f76] = 0x727f, - [0x4f77] = 0x7284, [0x4f78] = 0x728b, [0x4f79] = 0x728d, [0x4f7a] = 0x728f, - [0x4f7b] = 0x7292, [0x4f7c] = 0x6308, [0x4f7d] = 0x6332, [0x4f7e] = 0x63b0, - [0x4f80] = 0x968c, [0x4f81] = 0x968e, [0x4f82] = 0x9691, [0x4f83] = 0x9692, - [0x4f84] = 0x9693, [0x4f85] = 0x9695, [0x4f86] = 0x9696, [0x4f87] = 0x969a, - [0x4f88] = 0x969b, [0x4f89] = 0x969d, [0x4f8a] = 0x969e, [0x4f8b] = 0x969f, - [0x4f8c] = 0x96a0, [0x4f8d] = 0x96a1, [0x4f8e] = 0x96a2, [0x4f8f] = 0x96a3, - [0x4f90] = 0x96a4, [0x4f91] = 0x96a5, [0x4f92] = 0x96a6, [0x4f93] = 0x96a8, - [0x4f94] = 0x96a9, [0x4f95] = 0x96aa, [0x4f96] = 0x96ab, [0x4f97] = 0x96ac, - [0x4f98] = 0x96ad, [0x4f99] = 0x96ae, [0x4f9a] = 0x96af, [0x4f9b] = 0x96b1, - [0x4f9c] = 0x96b2, [0x4f9d] = 0x96b4, [0x4f9e] = 0x96b5, [0x4f9f] = 0x96b7, - [0x4fa0] = 0x96b8, [0x4fa1] = 0x96ba, [0x4fa2] = 0x96bb, [0x4fa3] = 0x96bf, - [0x4fa4] = 0x96c2, [0x4fa5] = 0x96c3, [0x4fa6] = 0x96c8, [0x4fa7] = 0x96ca, - [0x4fa8] = 0x96cb, [0x4fa9] = 0x96d0, [0x4faa] = 0x96d1, [0x4fab] = 0x96d3, - [0x4fac] = 0x96d4, [0x4fad] = 0x96d6, [0x4fae] = 0x96d7, [0x4faf] = 0x96d8, - [0x4fb0] = 0x96d9, [0x4fb1] = 0x96da, [0x4fb2] = 0x96db, [0x4fb3] = 0x96dc, - [0x4fb4] = 0x96dd, [0x4fb5] = 0x96de, [0x4fb6] = 0x96df, [0x4fb7] = 0x96e1, - [0x4fb8] = 0x96e2, [0x4fb9] = 0x96e3, [0x4fba] = 0x96e4, [0x4fbb] = 0x96e5, - [0x4fbc] = 0x96e6, [0x4fbd] = 0x96e7, [0x4fbe] = 0x96eb, [0x4fc0] = 0x96ec, - [0x4fc1] = 0x96ed, [0x4fc2] = 0x96ee, [0x4fc3] = 0x96f0, [0x4fc4] = 0x96f1, - [0x4fc5] = 0x96f2, [0x4fc6] = 0x96f4, [0x4fc7] = 0x96f5, [0x4fc8] = 0x96f8, - [0x4fc9] = 0x96fa, [0x4fca] = 0x96fb, [0x4fcb] = 0x96fc, [0x4fcc] = 0x96fd, - [0x4fcd] = 0x96ff, [0x4fce] = 0x9702, [0x4fcf] = 0x9703, [0x4fd0] = 0x9705, - [0x4fd1] = 0x970a, [0x4fd2] = 0x970b, [0x4fd3] = 0x970c, [0x4fd4] = 0x9710, - [0x4fd5] = 0x9711, [0x4fd6] = 0x9712, [0x4fd7] = 0x9714, [0x4fd8] = 0x9715, - [0x4fd9] = 0x9717, [0x4fda] = 0x9718, [0x4fdb] = 0x9719, [0x4fdc] = 0x971a, - [0x4fdd] = 0x971b, [0x4fde] = 0x971d, [0x4fdf] = 0x971f, [0x4fe0] = 0x9720, - [0x4fe1] = 0x643f, [0x4fe2] = 0x64d8, [0x4fe3] = 0x8004, [0x4fe4] = 0x6bea, - [0x4fe5] = 0x6bf3, [0x4fe6] = 0x6bfd, [0x4fe7] = 0x6bf5, [0x4fe8] = 0x6bf9, - [0x4fe9] = 0x6c05, [0x4fea] = 0x6c07, [0x4feb] = 0x6c06, [0x4fec] = 0x6c0d, - [0x4fed] = 0x6c15, [0x4fee] = 0x6c18, [0x4fef] = 0x6c19, [0x4ff0] = 0x6c1a, - [0x4ff1] = 0x6c21, [0x4ff2] = 0x6c29, [0x4ff3] = 0x6c24, [0x4ff4] = 0x6c2a, - [0x4ff5] = 0x6c32, [0x4ff6] = 0x6535, [0x4ff7] = 0x6555, [0x4ff8] = 0x656b, - [0x4ff9] = 0x724d, [0x4ffa] = 0x7252, [0x4ffb] = 0x7256, [0x4ffc] = 0x7230, - [0x4ffd] = 0x8662, [0x4ffe] = 0x5216, [0x4fff] = 0x809f, [0x5000] = 0x809c, - [0x5001] = 0x8093, [0x5002] = 0x80bc, [0x5003] = 0x670a, [0x5004] = 0x80bd, - [0x5005] = 0x80b1, [0x5006] = 0x80ab, [0x5007] = 0x80ad, [0x5008] = 0x80b4, - [0x5009] = 0x80b7, [0x500a] = 0x80e7, [0x500b] = 0x80e8, [0x500c] = 0x80e9, - [0x500d] = 0x80ea, [0x500e] = 0x80db, [0x500f] = 0x80c2, [0x5010] = 0x80c4, - [0x5011] = 0x80d9, [0x5012] = 0x80cd, [0x5013] = 0x80d7, [0x5014] = 0x6710, - [0x5015] = 0x80dd, [0x5016] = 0x80eb, [0x5017] = 0x80f1, [0x5018] = 0x80f4, - [0x5019] = 0x80ed, [0x501a] = 0x810d, [0x501b] = 0x810e, [0x501c] = 0x80f2, - [0x501d] = 0x80fc, [0x501e] = 0x6715, [0x501f] = 0x8112, [0x5020] = 0x8c5a, - [0x5021] = 0x8136, [0x5022] = 0x811e, [0x5023] = 0x812c, [0x5024] = 0x8118, - [0x5025] = 0x8132, [0x5026] = 0x8148, [0x5027] = 0x814c, [0x5028] = 0x8153, - [0x5029] = 0x8174, [0x502a] = 0x8159, [0x502b] = 0x815a, [0x502c] = 0x8171, - [0x502d] = 0x8160, [0x502e] = 0x8169, [0x502f] = 0x817c, [0x5030] = 0x817d, - [0x5031] = 0x816d, [0x5032] = 0x8167, [0x5033] = 0x584d, [0x5034] = 0x5ab5, - [0x5035] = 0x8188, [0x5036] = 0x8182, [0x5037] = 0x8191, [0x5038] = 0x6ed5, - [0x5039] = 0x81a3, [0x503a] = 0x81aa, [0x503b] = 0x81cc, [0x503c] = 0x6726, - [0x503d] = 0x81ca, [0x503e] = 0x81bb, [0x5040] = 0x9721, [0x5041] = 0x9722, - [0x5042] = 0x9723, [0x5043] = 0x9724, [0x5044] = 0x9725, [0x5045] = 0x9726, - [0x5046] = 0x9727, [0x5047] = 0x9728, [0x5048] = 0x9729, [0x5049] = 0x972b, - [0x504a] = 0x972c, [0x504b] = 0x972e, [0x504c] = 0x972f, [0x504d] = 0x9731, - [0x504e] = 0x9733, [0x504f] = 0x9734, [0x5050] = 0x9735, [0x5051] = 0x9736, - [0x5052] = 0x9737, [0x5053] = 0x973a, [0x5054] = 0x973b, [0x5055] = 0x973c, - [0x5056] = 0x973d, [0x5057] = 0x973f, [0x5058] = 0x9740, [0x5059] = 0x9741, - [0x505a] = 0x9742, [0x505b] = 0x9743, [0x505c] = 0x9744, [0x505d] = 0x9745, - [0x505e] = 0x9746, [0x505f] = 0x9747, [0x5060] = 0x9748, [0x5061] = 0x9749, - [0x5062] = 0x974a, [0x5063] = 0x974b, [0x5064] = 0x974c, [0x5065] = 0x974d, - [0x5066] = 0x974e, [0x5067] = 0x974f, [0x5068] = 0x9750, [0x5069] = 0x9751, - [0x506a] = 0x9754, [0x506b] = 0x9755, [0x506c] = 0x9757, [0x506d] = 0x9758, - [0x506e] = 0x975a, [0x506f] = 0x975c, [0x5070] = 0x975d, [0x5071] = 0x975f, - [0x5072] = 0x9763, [0x5073] = 0x9764, [0x5074] = 0x9766, [0x5075] = 0x9767, - [0x5076] = 0x9768, [0x5077] = 0x976a, [0x5078] = 0x976b, [0x5079] = 0x976c, - [0x507a] = 0x976d, [0x507b] = 0x976e, [0x507c] = 0x976f, [0x507d] = 0x9770, - [0x507e] = 0x9771, [0x5080] = 0x9772, [0x5081] = 0x9775, [0x5082] = 0x9777, - [0x5083] = 0x9778, [0x5084] = 0x9779, [0x5085] = 0x977a, [0x5086] = 0x977b, - [0x5087] = 0x977d, [0x5088] = 0x977e, [0x5089] = 0x977f, [0x508a] = 0x9780, - [0x508b] = 0x9781, [0x508c] = 0x9782, [0x508d] = 0x9783, [0x508e] = 0x9784, - [0x508f] = 0x9786, [0x5090] = 0x9787, [0x5091] = 0x9788, [0x5092] = 0x9789, - [0x5093] = 0x978a, [0x5094] = 0x978c, [0x5095] = 0x978e, [0x5096] = 0x978f, - [0x5097] = 0x9790, [0x5098] = 0x9793, [0x5099] = 0x9795, [0x509a] = 0x9796, - [0x509b] = 0x9797, [0x509c] = 0x9799, [0x509d] = 0x979a, [0x509e] = 0x979b, - [0x509f] = 0x979c, [0x50a0] = 0x979d, [0x50a1] = 0x81c1, [0x50a2] = 0x81a6, - [0x50a3] = 0x6b24, [0x50a4] = 0x6b37, [0x50a5] = 0x6b39, [0x50a6] = 0x6b43, - [0x50a7] = 0x6b46, [0x50a8] = 0x6b59, [0x50a9] = 0x98d1, [0x50aa] = 0x98d2, - [0x50ab] = 0x98d3, [0x50ac] = 0x98d5, [0x50ad] = 0x98d9, [0x50ae] = 0x98da, - [0x50af] = 0x6bb3, [0x50b0] = 0x5f40, [0x50b1] = 0x6bc2, [0x50b2] = 0x89f3, - [0x50b3] = 0x6590, [0x50b4] = 0x9f51, [0x50b5] = 0x6593, [0x50b6] = 0x65bc, - [0x50b7] = 0x65c6, [0x50b8] = 0x65c4, [0x50b9] = 0x65c3, [0x50ba] = 0x65cc, - [0x50bb] = 0x65ce, [0x50bc] = 0x65d2, [0x50bd] = 0x65d6, [0x50be] = 0x7080, - [0x50bf] = 0x709c, [0x50c0] = 0x7096, [0x50c1] = 0x709d, [0x50c2] = 0x70bb, - [0x50c3] = 0x70c0, [0x50c4] = 0x70b7, [0x50c5] = 0x70ab, [0x50c6] = 0x70b1, - [0x50c7] = 0x70e8, [0x50c8] = 0x70ca, [0x50c9] = 0x7110, [0x50ca] = 0x7113, - [0x50cb] = 0x7116, [0x50cc] = 0x712f, [0x50cd] = 0x7131, [0x50ce] = 0x7173, - [0x50cf] = 0x715c, [0x50d0] = 0x7168, [0x50d1] = 0x7145, [0x50d2] = 0x7172, - [0x50d3] = 0x714a, [0x50d4] = 0x7178, [0x50d5] = 0x717a, [0x50d6] = 0x7198, - [0x50d7] = 0x71b3, [0x50d8] = 0x71b5, [0x50d9] = 0x71a8, [0x50da] = 0x71a0, - [0x50db] = 0x71e0, [0x50dc] = 0x71d4, [0x50dd] = 0x71e7, [0x50de] = 0x71f9, - [0x50df] = 0x721d, [0x50e0] = 0x7228, [0x50e1] = 0x706c, [0x50e2] = 0x7118, - [0x50e3] = 0x7166, [0x50e4] = 0x71b9, [0x50e5] = 0x623e, [0x50e6] = 0x623d, - [0x50e7] = 0x6243, [0x50e8] = 0x6248, [0x50e9] = 0x6249, [0x50ea] = 0x793b, - [0x50eb] = 0x7940, [0x50ec] = 0x7946, [0x50ed] = 0x7949, [0x50ee] = 0x795b, - [0x50ef] = 0x795c, [0x50f0] = 0x7953, [0x50f1] = 0x795a, [0x50f2] = 0x7962, - [0x50f3] = 0x7957, [0x50f4] = 0x7960, [0x50f5] = 0x796f, [0x50f6] = 0x7967, - [0x50f7] = 0x797a, [0x50f8] = 0x7985, [0x50f9] = 0x798a, [0x50fa] = 0x799a, - [0x50fb] = 0x79a7, [0x50fc] = 0x79b3, [0x50fd] = 0x5fd1, [0x50fe] = 0x5fd0, - [0x5100] = 0x979e, [0x5101] = 0x979f, [0x5102] = 0x97a1, [0x5103] = 0x97a2, - [0x5104] = 0x97a4, [0x5105] = 0x97a5, [0x5106] = 0x97a6, [0x5107] = 0x97a7, - [0x5108] = 0x97a8, [0x5109] = 0x97a9, [0x510a] = 0x97aa, [0x510b] = 0x97ac, - [0x510c] = 0x97ae, [0x510d] = 0x97b0, [0x510e] = 0x97b1, [0x510f] = 0x97b3, - [0x5110] = 0x97b5, [0x5111] = 0x97b6, [0x5112] = 0x97b7, [0x5113] = 0x97b8, - [0x5114] = 0x97b9, [0x5115] = 0x97ba, [0x5116] = 0x97bb, [0x5117] = 0x97bc, - [0x5118] = 0x97bd, [0x5119] = 0x97be, [0x511a] = 0x97bf, [0x511b] = 0x97c0, - [0x511c] = 0x97c1, [0x511d] = 0x97c2, [0x511e] = 0x97c3, [0x511f] = 0x97c4, - [0x5120] = 0x97c5, [0x5121] = 0x97c6, [0x5122] = 0x97c7, [0x5123] = 0x97c8, - [0x5124] = 0x97c9, [0x5125] = 0x97ca, [0x5126] = 0x97cb, [0x5127] = 0x97cc, - [0x5128] = 0x97cd, [0x5129] = 0x97ce, [0x512a] = 0x97cf, [0x512b] = 0x97d0, - [0x512c] = 0x97d1, [0x512d] = 0x97d2, [0x512e] = 0x97d3, [0x512f] = 0x97d4, - [0x5130] = 0x97d5, [0x5131] = 0x97d6, [0x5132] = 0x97d7, [0x5133] = 0x97d8, - [0x5134] = 0x97d9, [0x5135] = 0x97da, [0x5136] = 0x97db, [0x5137] = 0x97dc, - [0x5138] = 0x97dd, [0x5139] = 0x97de, [0x513a] = 0x97df, [0x513b] = 0x97e0, - [0x513c] = 0x97e1, [0x513d] = 0x97e2, [0x513e] = 0x97e3, [0x5140] = 0x97e4, - [0x5141] = 0x97e5, [0x5142] = 0x97e8, [0x5143] = 0x97ee, [0x5144] = 0x97ef, - [0x5145] = 0x97f0, [0x5146] = 0x97f1, [0x5147] = 0x97f2, [0x5148] = 0x97f4, - [0x5149] = 0x97f7, [0x514a] = 0x97f8, [0x514b] = 0x97f9, [0x514c] = 0x97fa, - [0x514d] = 0x97fb, [0x514e] = 0x97fc, [0x514f] = 0x97fd, [0x5150] = 0x97fe, - [0x5151] = 0x97ff, [0x5152] = 0x9800, [0x5153] = 0x9801, [0x5154] = 0x9802, - [0x5155] = 0x9803, [0x5156] = 0x9804, [0x5157] = 0x9805, [0x5158] = 0x9806, - [0x5159] = 0x9807, [0x515a] = 0x9808, [0x515b] = 0x9809, [0x515c] = 0x980a, - [0x515d] = 0x980b, [0x515e] = 0x980c, [0x515f] = 0x980d, [0x5160] = 0x980e, - [0x5161] = 0x603c, [0x5162] = 0x605d, [0x5163] = 0x605a, [0x5164] = 0x6067, - [0x5165] = 0x6041, [0x5166] = 0x6059, [0x5167] = 0x6063, [0x5168] = 0x60ab, - [0x5169] = 0x6106, [0x516a] = 0x610d, [0x516b] = 0x615d, [0x516c] = 0x61a9, - [0x516d] = 0x619d, [0x516e] = 0x61cb, [0x516f] = 0x61d1, [0x5170] = 0x6206, - [0x5171] = 0x8080, [0x5172] = 0x807f, [0x5173] = 0x6c93, [0x5174] = 0x6cf6, - [0x5175] = 0x6dfc, [0x5176] = 0x77f6, [0x5177] = 0x77f8, [0x5178] = 0x7800, - [0x5179] = 0x7809, [0x517a] = 0x7817, [0x517b] = 0x7818, [0x517c] = 0x7811, - [0x517d] = 0x65ab, [0x517e] = 0x782d, [0x517f] = 0x781c, [0x5180] = 0x781d, - [0x5181] = 0x7839, [0x5182] = 0x783a, [0x5183] = 0x783b, [0x5184] = 0x781f, - [0x5185] = 0x783c, [0x5186] = 0x7825, [0x5187] = 0x782c, [0x5188] = 0x7823, - [0x5189] = 0x7829, [0x518a] = 0x784e, [0x518b] = 0x786d, [0x518c] = 0x7856, - [0x518d] = 0x7857, [0x518e] = 0x7826, [0x518f] = 0x7850, [0x5190] = 0x7847, - [0x5191] = 0x784c, [0x5192] = 0x786a, [0x5193] = 0x789b, [0x5194] = 0x7893, - [0x5195] = 0x789a, [0x5196] = 0x7887, [0x5197] = 0x789c, [0x5198] = 0x78a1, - [0x5199] = 0x78a3, [0x519a] = 0x78b2, [0x519b] = 0x78b9, [0x519c] = 0x78a5, - [0x519d] = 0x78d4, [0x519e] = 0x78d9, [0x519f] = 0x78c9, [0x51a0] = 0x78ec, - [0x51a1] = 0x78f2, [0x51a2] = 0x7905, [0x51a3] = 0x78f4, [0x51a4] = 0x7913, - [0x51a5] = 0x7924, [0x51a6] = 0x791e, [0x51a7] = 0x7934, [0x51a8] = 0x9f9b, - [0x51a9] = 0x9ef9, [0x51aa] = 0x9efb, [0x51ab] = 0x9efc, [0x51ac] = 0x76f1, - [0x51ad] = 0x7704, [0x51ae] = 0x770d, [0x51af] = 0x76f9, [0x51b0] = 0x7707, - [0x51b1] = 0x7708, [0x51b2] = 0x771a, [0x51b3] = 0x7722, [0x51b4] = 0x7719, - [0x51b5] = 0x772d, [0x51b6] = 0x7726, [0x51b7] = 0x7735, [0x51b8] = 0x7738, - [0x51b9] = 0x7750, [0x51ba] = 0x7751, [0x51bb] = 0x7747, [0x51bc] = 0x7743, - [0x51bd] = 0x775a, [0x51be] = 0x7768, [0x51c0] = 0x980f, [0x51c1] = 0x9810, - [0x51c2] = 0x9811, [0x51c3] = 0x9812, [0x51c4] = 0x9813, [0x51c5] = 0x9814, - [0x51c6] = 0x9815, [0x51c7] = 0x9816, [0x51c8] = 0x9817, [0x51c9] = 0x9818, - [0x51ca] = 0x9819, [0x51cb] = 0x981a, [0x51cc] = 0x981b, [0x51cd] = 0x981c, - [0x51ce] = 0x981d, [0x51cf] = 0x981e, [0x51d0] = 0x981f, [0x51d1] = 0x9820, - [0x51d2] = 0x9821, [0x51d3] = 0x9822, [0x51d4] = 0x9823, [0x51d5] = 0x9824, - [0x51d6] = 0x9825, [0x51d7] = 0x9826, [0x51d8] = 0x9827, [0x51d9] = 0x9828, - [0x51da] = 0x9829, [0x51db] = 0x982a, [0x51dc] = 0x982b, [0x51dd] = 0x982c, - [0x51de] = 0x982d, [0x51df] = 0x982e, [0x51e0] = 0x982f, [0x51e1] = 0x9830, - [0x51e2] = 0x9831, [0x51e3] = 0x9832, [0x51e4] = 0x9833, [0x51e5] = 0x9834, - [0x51e6] = 0x9835, [0x51e7] = 0x9836, [0x51e8] = 0x9837, [0x51e9] = 0x9838, - [0x51ea] = 0x9839, [0x51eb] = 0x983a, [0x51ec] = 0x983b, [0x51ed] = 0x983c, - [0x51ee] = 0x983d, [0x51ef] = 0x983e, [0x51f0] = 0x983f, [0x51f1] = 0x9840, - [0x51f2] = 0x9841, [0x51f3] = 0x9842, [0x51f4] = 0x9843, [0x51f5] = 0x9844, - [0x51f6] = 0x9845, [0x51f7] = 0x9846, [0x51f8] = 0x9847, [0x51f9] = 0x9848, - [0x51fa] = 0x9849, [0x51fb] = 0x984a, [0x51fc] = 0x984b, [0x51fd] = 0x984c, - [0x51fe] = 0x984d, [0x5200] = 0x984e, [0x5201] = 0x984f, [0x5202] = 0x9850, - [0x5203] = 0x9851, [0x5204] = 0x9852, [0x5205] = 0x9853, [0x5206] = 0x9854, - [0x5207] = 0x9855, [0x5208] = 0x9856, [0x5209] = 0x9857, [0x520a] = 0x9858, - [0x520b] = 0x9859, [0x520c] = 0x985a, [0x520d] = 0x985b, [0x520e] = 0x985c, - [0x520f] = 0x985d, [0x5210] = 0x985e, [0x5211] = 0x985f, [0x5212] = 0x9860, - [0x5213] = 0x9861, [0x5214] = 0x9862, [0x5215] = 0x9863, [0x5216] = 0x9864, - [0x5217] = 0x9865, [0x5218] = 0x9866, [0x5219] = 0x9867, [0x521a] = 0x9868, - [0x521b] = 0x9869, [0x521c] = 0x986a, [0x521d] = 0x986b, [0x521e] = 0x986c, - [0x521f] = 0x986d, [0x5220] = 0x986e, [0x5221] = 0x7762, [0x5222] = 0x7765, - [0x5223] = 0x777f, [0x5224] = 0x778d, [0x5225] = 0x777d, [0x5226] = 0x7780, - [0x5227] = 0x778c, [0x5228] = 0x7791, [0x5229] = 0x779f, [0x522a] = 0x77a0, - [0x522b] = 0x77b0, [0x522c] = 0x77b5, [0x522d] = 0x77bd, [0x522e] = 0x753a, - [0x522f] = 0x7540, [0x5230] = 0x754e, [0x5231] = 0x754b, [0x5232] = 0x7548, - [0x5233] = 0x755b, [0x5234] = 0x7572, [0x5235] = 0x7579, [0x5236] = 0x7583, - [0x5237] = 0x7f58, [0x5238] = 0x7f61, [0x5239] = 0x7f5f, [0x523a] = 0x8a48, - [0x523b] = 0x7f68, [0x523c] = 0x7f74, [0x523d] = 0x7f71, [0x523e] = 0x7f79, - [0x523f] = 0x7f81, [0x5240] = 0x7f7e, [0x5241] = 0x76cd, [0x5242] = 0x76e5, - [0x5243] = 0x8832, [0x5244] = 0x9485, [0x5245] = 0x9486, [0x5246] = 0x9487, - [0x5247] = 0x948b, [0x5248] = 0x948a, [0x5249] = 0x948c, [0x524a] = 0x948d, - [0x524b] = 0x948f, [0x524c] = 0x9490, [0x524d] = 0x9494, [0x524e] = 0x9497, - [0x524f] = 0x9495, [0x5250] = 0x949a, [0x5251] = 0x949b, [0x5252] = 0x949c, - [0x5253] = 0x94a3, [0x5254] = 0x94a4, [0x5255] = 0x94ab, [0x5256] = 0x94aa, - [0x5257] = 0x94ad, [0x5258] = 0x94ac, [0x5259] = 0x94af, [0x525a] = 0x94b0, - [0x525b] = 0x94b2, [0x525c] = 0x94b4, [0x525d] = 0x94b6, [0x525e] = 0x94b7, - [0x525f] = 0x94b8, [0x5260] = 0x94b9, [0x5261] = 0x94ba, [0x5262] = 0x94bc, - [0x5263] = 0x94bd, [0x5264] = 0x94bf, [0x5265] = 0x94c4, [0x5266] = 0x94c8, - [0x5267] = 0x94c9, [0x5268] = 0x94ca, [0x5269] = 0x94cb, [0x526a] = 0x94cc, - [0x526b] = 0x94cd, [0x526c] = 0x94ce, [0x526d] = 0x94d0, [0x526e] = 0x94d1, - [0x526f] = 0x94d2, [0x5270] = 0x94d5, [0x5271] = 0x94d6, [0x5272] = 0x94d7, - [0x5273] = 0x94d9, [0x5274] = 0x94d8, [0x5275] = 0x94db, [0x5276] = 0x94de, - [0x5277] = 0x94df, [0x5278] = 0x94e0, [0x5279] = 0x94e2, [0x527a] = 0x94e4, - [0x527b] = 0x94e5, [0x527c] = 0x94e7, [0x527d] = 0x94e8, [0x527e] = 0x94ea, - [0x5280] = 0x986f, [0x5281] = 0x9870, [0x5282] = 0x9871, [0x5283] = 0x9872, - [0x5284] = 0x9873, [0x5285] = 0x9874, [0x5286] = 0x988b, [0x5287] = 0x988e, - [0x5288] = 0x9892, [0x5289] = 0x9895, [0x528a] = 0x9899, [0x528b] = 0x98a3, - [0x528c] = 0x98a8, [0x528d] = 0x98a9, [0x528e] = 0x98aa, [0x528f] = 0x98ab, - [0x5290] = 0x98ac, [0x5291] = 0x98ad, [0x5292] = 0x98ae, [0x5293] = 0x98af, - [0x5294] = 0x98b0, [0x5295] = 0x98b1, [0x5296] = 0x98b2, [0x5297] = 0x98b3, - [0x5298] = 0x98b4, [0x5299] = 0x98b5, [0x529a] = 0x98b6, [0x529b] = 0x98b7, - [0x529c] = 0x98b8, [0x529d] = 0x98b9, [0x529e] = 0x98ba, [0x529f] = 0x98bb, - [0x52a0] = 0x98bc, [0x52a1] = 0x98bd, [0x52a2] = 0x98be, [0x52a3] = 0x98bf, - [0x52a4] = 0x98c0, [0x52a5] = 0x98c1, [0x52a6] = 0x98c2, [0x52a7] = 0x98c3, - [0x52a8] = 0x98c4, [0x52a9] = 0x98c5, [0x52aa] = 0x98c6, [0x52ab] = 0x98c7, - [0x52ac] = 0x98c8, [0x52ad] = 0x98c9, [0x52ae] = 0x98ca, [0x52af] = 0x98cb, - [0x52b0] = 0x98cc, [0x52b1] = 0x98cd, [0x52b2] = 0x98cf, [0x52b3] = 0x98d0, - [0x52b4] = 0x98d4, [0x52b5] = 0x98d6, [0x52b6] = 0x98d7, [0x52b7] = 0x98db, - [0x52b8] = 0x98dc, [0x52b9] = 0x98dd, [0x52ba] = 0x98e0, [0x52bb] = 0x98e1, - [0x52bc] = 0x98e2, [0x52bd] = 0x98e3, [0x52be] = 0x98e4, [0x52c0] = 0x98e5, - [0x52c1] = 0x98e6, [0x52c2] = 0x98e9, [0x52c3] = 0x98ea, [0x52c4] = 0x98eb, - [0x52c5] = 0x98ec, [0x52c6] = 0x98ed, [0x52c7] = 0x98ee, [0x52c8] = 0x98ef, - [0x52c9] = 0x98f0, [0x52ca] = 0x98f1, [0x52cb] = 0x98f2, [0x52cc] = 0x98f3, - [0x52cd] = 0x98f4, [0x52ce] = 0x98f5, [0x52cf] = 0x98f6, [0x52d0] = 0x98f7, - [0x52d1] = 0x98f8, [0x52d2] = 0x98f9, [0x52d3] = 0x98fa, [0x52d4] = 0x98fb, - [0x52d5] = 0x98fc, [0x52d6] = 0x98fd, [0x52d7] = 0x98fe, [0x52d8] = 0x98ff, - [0x52d9] = 0x9900, [0x52da] = 0x9901, [0x52db] = 0x9902, [0x52dc] = 0x9903, - [0x52dd] = 0x9904, [0x52de] = 0x9905, [0x52df] = 0x9906, [0x52e0] = 0x9907, - [0x52e1] = 0x94e9, [0x52e2] = 0x94eb, [0x52e3] = 0x94ee, [0x52e4] = 0x94ef, - [0x52e5] = 0x94f3, [0x52e6] = 0x94f4, [0x52e7] = 0x94f5, [0x52e8] = 0x94f7, - [0x52e9] = 0x94f9, [0x52ea] = 0x94fc, [0x52eb] = 0x94fd, [0x52ec] = 0x94ff, - [0x52ed] = 0x9503, [0x52ee] = 0x9502, [0x52ef] = 0x9506, [0x52f0] = 0x9507, - [0x52f1] = 0x9509, [0x52f2] = 0x950a, [0x52f3] = 0x950d, [0x52f4] = 0x950e, - [0x52f5] = 0x950f, [0x52f6] = 0x9512, [0x52f7] = 0x9513, [0x52f8] = 0x9514, - [0x52f9] = 0x9515, [0x52fa] = 0x9516, [0x52fb] = 0x9518, [0x52fc] = 0x951b, - [0x52fd] = 0x951d, [0x52fe] = 0x951e, [0x52ff] = 0x951f, [0x5300] = 0x9522, - [0x5301] = 0x952a, [0x5302] = 0x952b, [0x5303] = 0x9529, [0x5304] = 0x952c, - [0x5305] = 0x9531, [0x5306] = 0x9532, [0x5307] = 0x9534, [0x5308] = 0x9536, - [0x5309] = 0x9537, [0x530a] = 0x9538, [0x530b] = 0x953c, [0x530c] = 0x953e, - [0x530d] = 0x953f, [0x530e] = 0x9542, [0x530f] = 0x9535, [0x5310] = 0x9544, - [0x5311] = 0x9545, [0x5312] = 0x9546, [0x5313] = 0x9549, [0x5314] = 0x954c, - [0x5315] = 0x954e, [0x5316] = 0x954f, [0x5317] = 0x9552, [0x5318] = 0x9553, - [0x5319] = 0x9554, [0x531a] = 0x9556, [0x531b] = 0x9557, [0x531c] = 0x9558, - [0x531d] = 0x9559, [0x531e] = 0x955b, [0x531f] = 0x955e, [0x5320] = 0x955f, - [0x5321] = 0x955d, [0x5322] = 0x9561, [0x5323] = 0x9562, [0x5324] = 0x9564, - [0x5325] = 0x9565, [0x5326] = 0x9566, [0x5327] = 0x9567, [0x5328] = 0x9568, - [0x5329] = 0x9569, [0x532a] = 0x956a, [0x532b] = 0x956b, [0x532c] = 0x956c, - [0x532d] = 0x956f, [0x532e] = 0x9571, [0x532f] = 0x9572, [0x5330] = 0x9573, - [0x5331] = 0x953a, [0x5332] = 0x77e7, [0x5333] = 0x77ec, [0x5334] = 0x96c9, - [0x5335] = 0x79d5, [0x5336] = 0x79ed, [0x5337] = 0x79e3, [0x5338] = 0x79eb, - [0x5339] = 0x7a06, [0x533a] = 0x5d47, [0x533b] = 0x7a03, [0x533c] = 0x7a02, - [0x533d] = 0x7a1e, [0x533e] = 0x7a14, [0x5340] = 0x9908, [0x5341] = 0x9909, - [0x5342] = 0x990a, [0x5343] = 0x990b, [0x5344] = 0x990c, [0x5345] = 0x990e, - [0x5346] = 0x990f, [0x5347] = 0x9911, [0x5348] = 0x9912, [0x5349] = 0x9913, - [0x534a] = 0x9914, [0x534b] = 0x9915, [0x534c] = 0x9916, [0x534d] = 0x9917, - [0x534e] = 0x9918, [0x534f] = 0x9919, [0x5350] = 0x991a, [0x5351] = 0x991b, - [0x5352] = 0x991c, [0x5353] = 0x991d, [0x5354] = 0x991e, [0x5355] = 0x991f, - [0x5356] = 0x9920, [0x5357] = 0x9921, [0x5358] = 0x9922, [0x5359] = 0x9923, - [0x535a] = 0x9924, [0x535b] = 0x9925, [0x535c] = 0x9926, [0x535d] = 0x9927, - [0x535e] = 0x9928, [0x535f] = 0x9929, [0x5360] = 0x992a, [0x5361] = 0x992b, - [0x5362] = 0x992c, [0x5363] = 0x992d, [0x5364] = 0x992f, [0x5365] = 0x9930, - [0x5366] = 0x9931, [0x5367] = 0x9932, [0x5368] = 0x9933, [0x5369] = 0x9934, - [0x536a] = 0x9935, [0x536b] = 0x9936, [0x536c] = 0x9937, [0x536d] = 0x9938, - [0x536e] = 0x9939, [0x536f] = 0x993a, [0x5370] = 0x993b, [0x5371] = 0x993c, - [0x5372] = 0x993d, [0x5373] = 0x993e, [0x5374] = 0x993f, [0x5375] = 0x9940, - [0x5376] = 0x9941, [0x5377] = 0x9942, [0x5378] = 0x9943, [0x5379] = 0x9944, - [0x537a] = 0x9945, [0x537b] = 0x9946, [0x537c] = 0x9947, [0x537d] = 0x9948, - [0x537e] = 0x9949, [0x5380] = 0x994a, [0x5381] = 0x994b, [0x5382] = 0x994c, - [0x5383] = 0x994d, [0x5384] = 0x994e, [0x5385] = 0x994f, [0x5386] = 0x9950, - [0x5387] = 0x9951, [0x5388] = 0x9952, [0x5389] = 0x9953, [0x538a] = 0x9956, - [0x538b] = 0x9957, [0x538c] = 0x9958, [0x538d] = 0x9959, [0x538e] = 0x995a, - [0x538f] = 0x995b, [0x5390] = 0x995c, [0x5391] = 0x995d, [0x5392] = 0x995e, - [0x5393] = 0x995f, [0x5394] = 0x9960, [0x5395] = 0x9961, [0x5396] = 0x9962, - [0x5397] = 0x9964, [0x5398] = 0x9966, [0x5399] = 0x9973, [0x539a] = 0x9978, - [0x539b] = 0x9979, [0x539c] = 0x997b, [0x539d] = 0x997e, [0x539e] = 0x9982, - [0x539f] = 0x9983, [0x53a0] = 0x9989, [0x53a1] = 0x7a39, [0x53a2] = 0x7a37, - [0x53a3] = 0x7a51, [0x53a4] = 0x9ecf, [0x53a5] = 0x99a5, [0x53a6] = 0x7a70, - [0x53a7] = 0x7688, [0x53a8] = 0x768e, [0x53a9] = 0x7693, [0x53aa] = 0x7699, - [0x53ab] = 0x76a4, [0x53ac] = 0x74de, [0x53ad] = 0x74e0, [0x53ae] = 0x752c, - [0x53af] = 0x9e20, [0x53b0] = 0x9e22, [0x53b1] = 0x9e28, [0x53b2] = 0x9e29, - [0x53b3] = 0x9e2a, [0x53b4] = 0x9e2b, [0x53b5] = 0x9e2c, [0x53b6] = 0x9e32, - [0x53b7] = 0x9e31, [0x53b8] = 0x9e36, [0x53b9] = 0x9e38, [0x53ba] = 0x9e37, - [0x53bb] = 0x9e39, [0x53bc] = 0x9e3a, [0x53bd] = 0x9e3e, [0x53be] = 0x9e41, - [0x53bf] = 0x9e42, [0x53c0] = 0x9e44, [0x53c1] = 0x9e46, [0x53c2] = 0x9e47, - [0x53c3] = 0x9e48, [0x53c4] = 0x9e49, [0x53c5] = 0x9e4b, [0x53c6] = 0x9e4c, - [0x53c7] = 0x9e4e, [0x53c8] = 0x9e51, [0x53c9] = 0x9e55, [0x53ca] = 0x9e57, - [0x53cb] = 0x9e5a, [0x53cc] = 0x9e5b, [0x53cd] = 0x9e5c, [0x53ce] = 0x9e5e, - [0x53cf] = 0x9e63, [0x53d0] = 0x9e66, [0x53d1] = 0x9e67, [0x53d2] = 0x9e68, - [0x53d3] = 0x9e69, [0x53d4] = 0x9e6a, [0x53d5] = 0x9e6b, [0x53d6] = 0x9e6c, - [0x53d7] = 0x9e71, [0x53d8] = 0x9e6d, [0x53d9] = 0x9e73, [0x53da] = 0x7592, - [0x53db] = 0x7594, [0x53dc] = 0x7596, [0x53dd] = 0x75a0, [0x53de] = 0x759d, - [0x53df] = 0x75ac, [0x53e0] = 0x75a3, [0x53e1] = 0x75b3, [0x53e2] = 0x75b4, - [0x53e3] = 0x75b8, [0x53e4] = 0x75c4, [0x53e5] = 0x75b1, [0x53e6] = 0x75b0, - [0x53e7] = 0x75c3, [0x53e8] = 0x75c2, [0x53e9] = 0x75d6, [0x53ea] = 0x75cd, - [0x53eb] = 0x75e3, [0x53ec] = 0x75e8, [0x53ed] = 0x75e6, [0x53ee] = 0x75e4, - [0x53ef] = 0x75eb, [0x53f0] = 0x75e7, [0x53f1] = 0x7603, [0x53f2] = 0x75f1, - [0x53f3] = 0x75fc, [0x53f4] = 0x75ff, [0x53f5] = 0x7610, [0x53f6] = 0x7600, - [0x53f7] = 0x7605, [0x53f8] = 0x760c, [0x53f9] = 0x7617, [0x53fa] = 0x760a, - [0x53fb] = 0x7625, [0x53fc] = 0x7618, [0x53fd] = 0x7615, [0x53fe] = 0x7619, - [0x5400] = 0x998c, [0x5401] = 0x998e, [0x5402] = 0x999a, [0x5403] = 0x999b, - [0x5404] = 0x999c, [0x5405] = 0x999d, [0x5406] = 0x999e, [0x5407] = 0x999f, - [0x5408] = 0x99a0, [0x5409] = 0x99a1, [0x540a] = 0x99a2, [0x540b] = 0x99a3, - [0x540c] = 0x99a4, [0x540d] = 0x99a6, [0x540e] = 0x99a7, [0x540f] = 0x99a9, - [0x5410] = 0x99aa, [0x5411] = 0x99ab, [0x5412] = 0x99ac, [0x5413] = 0x99ad, - [0x5414] = 0x99ae, [0x5415] = 0x99af, [0x5416] = 0x99b0, [0x5417] = 0x99b1, - [0x5418] = 0x99b2, [0x5419] = 0x99b3, [0x541a] = 0x99b4, [0x541b] = 0x99b5, - [0x541c] = 0x99b6, [0x541d] = 0x99b7, [0x541e] = 0x99b8, [0x541f] = 0x99b9, - [0x5420] = 0x99ba, [0x5421] = 0x99bb, [0x5422] = 0x99bc, [0x5423] = 0x99bd, - [0x5424] = 0x99be, [0x5425] = 0x99bf, [0x5426] = 0x99c0, [0x5427] = 0x99c1, - [0x5428] = 0x99c2, [0x5429] = 0x99c3, [0x542a] = 0x99c4, [0x542b] = 0x99c5, - [0x542c] = 0x99c6, [0x542d] = 0x99c7, [0x542e] = 0x99c8, [0x542f] = 0x99c9, - [0x5430] = 0x99ca, [0x5431] = 0x99cb, [0x5432] = 0x99cc, [0x5433] = 0x99cd, - [0x5434] = 0x99ce, [0x5435] = 0x99cf, [0x5436] = 0x99d0, [0x5437] = 0x99d1, - [0x5438] = 0x99d2, [0x5439] = 0x99d3, [0x543a] = 0x99d4, [0x543b] = 0x99d5, - [0x543c] = 0x99d6, [0x543d] = 0x99d7, [0x543e] = 0x99d8, [0x5440] = 0x99d9, - [0x5441] = 0x99da, [0x5442] = 0x99db, [0x5443] = 0x99dc, [0x5444] = 0x99dd, - [0x5445] = 0x99de, [0x5446] = 0x99df, [0x5447] = 0x99e0, [0x5448] = 0x99e1, - [0x5449] = 0x99e2, [0x544a] = 0x99e3, [0x544b] = 0x99e4, [0x544c] = 0x99e5, - [0x544d] = 0x99e6, [0x544e] = 0x99e7, [0x544f] = 0x99e8, [0x5450] = 0x99e9, - [0x5451] = 0x99ea, [0x5452] = 0x99eb, [0x5453] = 0x99ec, [0x5454] = 0x99ed, - [0x5455] = 0x99ee, [0x5456] = 0x99ef, [0x5457] = 0x99f0, [0x5458] = 0x99f1, - [0x5459] = 0x99f2, [0x545a] = 0x99f3, [0x545b] = 0x99f4, [0x545c] = 0x99f5, - [0x545d] = 0x99f6, [0x545e] = 0x99f7, [0x545f] = 0x99f8, [0x5460] = 0x99f9, - [0x5461] = 0x761b, [0x5462] = 0x763c, [0x5463] = 0x7622, [0x5464] = 0x7620, - [0x5465] = 0x7640, [0x5466] = 0x762d, [0x5467] = 0x7630, [0x5468] = 0x763f, - [0x5469] = 0x7635, [0x546a] = 0x7643, [0x546b] = 0x763e, [0x546c] = 0x7633, - [0x546d] = 0x764d, [0x546e] = 0x765e, [0x546f] = 0x7654, [0x5470] = 0x765c, - [0x5471] = 0x7656, [0x5472] = 0x766b, [0x5473] = 0x766f, [0x5474] = 0x7fca, - [0x5475] = 0x7ae6, [0x5476] = 0x7a78, [0x5477] = 0x7a79, [0x5478] = 0x7a80, - [0x5479] = 0x7a86, [0x547a] = 0x7a88, [0x547b] = 0x7a95, [0x547c] = 0x7aa6, - [0x547d] = 0x7aa0, [0x547e] = 0x7aac, [0x547f] = 0x7aa8, [0x5480] = 0x7aad, - [0x5481] = 0x7ab3, [0x5482] = 0x8864, [0x5483] = 0x8869, [0x5484] = 0x8872, - [0x5485] = 0x887d, [0x5486] = 0x887f, [0x5487] = 0x8882, [0x5488] = 0x88a2, - [0x5489] = 0x88c6, [0x548a] = 0x88b7, [0x548b] = 0x88bc, [0x548c] = 0x88c9, - [0x548d] = 0x88e2, [0x548e] = 0x88ce, [0x548f] = 0x88e3, [0x5490] = 0x88e5, - [0x5491] = 0x88f1, [0x5492] = 0x891a, [0x5493] = 0x88fc, [0x5494] = 0x88e8, - [0x5495] = 0x88fe, [0x5496] = 0x88f0, [0x5497] = 0x8921, [0x5498] = 0x8919, - [0x5499] = 0x8913, [0x549a] = 0x891b, [0x549b] = 0x890a, [0x549c] = 0x8934, - [0x549d] = 0x892b, [0x549e] = 0x8936, [0x549f] = 0x8941, [0x54a0] = 0x8966, - [0x54a1] = 0x897b, [0x54a2] = 0x758b, [0x54a3] = 0x80e5, [0x54a4] = 0x76b2, - [0x54a5] = 0x76b4, [0x54a6] = 0x77dc, [0x54a7] = 0x8012, [0x54a8] = 0x8014, - [0x54a9] = 0x8016, [0x54aa] = 0x801c, [0x54ab] = 0x8020, [0x54ac] = 0x8022, - [0x54ad] = 0x8025, [0x54ae] = 0x8026, [0x54af] = 0x8027, [0x54b0] = 0x8029, - [0x54b1] = 0x8028, [0x54b2] = 0x8031, [0x54b3] = 0x800b, [0x54b4] = 0x8035, - [0x54b5] = 0x8043, [0x54b6] = 0x8046, [0x54b7] = 0x804d, [0x54b8] = 0x8052, - [0x54b9] = 0x8069, [0x54ba] = 0x8071, [0x54bb] = 0x8983, [0x54bc] = 0x9878, - [0x54bd] = 0x9880, [0x54be] = 0x9883, [0x54c0] = 0x99fa, [0x54c1] = 0x99fb, - [0x54c2] = 0x99fc, [0x54c3] = 0x99fd, [0x54c4] = 0x99fe, [0x54c5] = 0x99ff, - [0x54c6] = 0x9a00, [0x54c7] = 0x9a01, [0x54c8] = 0x9a02, [0x54c9] = 0x9a03, - [0x54ca] = 0x9a04, [0x54cb] = 0x9a05, [0x54cc] = 0x9a06, [0x54cd] = 0x9a07, - [0x54ce] = 0x9a08, [0x54cf] = 0x9a09, [0x54d0] = 0x9a0a, [0x54d1] = 0x9a0b, - [0x54d2] = 0x9a0c, [0x54d3] = 0x9a0d, [0x54d4] = 0x9a0e, [0x54d5] = 0x9a0f, - [0x54d6] = 0x9a10, [0x54d7] = 0x9a11, [0x54d8] = 0x9a12, [0x54d9] = 0x9a13, - [0x54da] = 0x9a14, [0x54db] = 0x9a15, [0x54dc] = 0x9a16, [0x54dd] = 0x9a17, - [0x54de] = 0x9a18, [0x54df] = 0x9a19, [0x54e0] = 0x9a1a, [0x54e1] = 0x9a1b, - [0x54e2] = 0x9a1c, [0x54e3] = 0x9a1d, [0x54e4] = 0x9a1e, [0x54e5] = 0x9a1f, - [0x54e6] = 0x9a20, [0x54e7] = 0x9a21, [0x54e8] = 0x9a22, [0x54e9] = 0x9a23, - [0x54ea] = 0x9a24, [0x54eb] = 0x9a25, [0x54ec] = 0x9a26, [0x54ed] = 0x9a27, - [0x54ee] = 0x9a28, [0x54ef] = 0x9a29, [0x54f0] = 0x9a2a, [0x54f1] = 0x9a2b, - [0x54f2] = 0x9a2c, [0x54f3] = 0x9a2d, [0x54f4] = 0x9a2e, [0x54f5] = 0x9a2f, - [0x54f6] = 0x9a30, [0x54f7] = 0x9a31, [0x54f8] = 0x9a32, [0x54f9] = 0x9a33, - [0x54fa] = 0x9a34, [0x54fb] = 0x9a35, [0x54fc] = 0x9a36, [0x54fd] = 0x9a37, - [0x54fe] = 0x9a38, [0x5500] = 0x9a39, [0x5501] = 0x9a3a, [0x5502] = 0x9a3b, - [0x5503] = 0x9a3c, [0x5504] = 0x9a3d, [0x5505] = 0x9a3e, [0x5506] = 0x9a3f, - [0x5507] = 0x9a40, [0x5508] = 0x9a41, [0x5509] = 0x9a42, [0x550a] = 0x9a43, - [0x550b] = 0x9a44, [0x550c] = 0x9a45, [0x550d] = 0x9a46, [0x550e] = 0x9a47, - [0x550f] = 0x9a48, [0x5510] = 0x9a49, [0x5511] = 0x9a4a, [0x5512] = 0x9a4b, - [0x5513] = 0x9a4c, [0x5514] = 0x9a4d, [0x5515] = 0x9a4e, [0x5516] = 0x9a4f, - [0x5517] = 0x9a50, [0x5518] = 0x9a51, [0x5519] = 0x9a52, [0x551a] = 0x9a53, - [0x551b] = 0x9a54, [0x551c] = 0x9a55, [0x551d] = 0x9a56, [0x551e] = 0x9a57, - [0x551f] = 0x9a58, [0x5520] = 0x9a59, [0x5521] = 0x9889, [0x5522] = 0x988c, - [0x5523] = 0x988d, [0x5524] = 0x988f, [0x5525] = 0x9894, [0x5526] = 0x989a, - [0x5527] = 0x989b, [0x5528] = 0x989e, [0x5529] = 0x989f, [0x552a] = 0x98a1, - [0x552b] = 0x98a2, [0x552c] = 0x98a5, [0x552d] = 0x98a6, [0x552e] = 0x864d, - [0x552f] = 0x8654, [0x5530] = 0x866c, [0x5531] = 0x866e, [0x5532] = 0x867f, - [0x5533] = 0x867a, [0x5534] = 0x867c, [0x5535] = 0x867b, [0x5536] = 0x86a8, - [0x5537] = 0x868d, [0x5538] = 0x868b, [0x5539] = 0x86ac, [0x553a] = 0x869d, - [0x553b] = 0x86a7, [0x553c] = 0x86a3, [0x553d] = 0x86aa, [0x553e] = 0x8693, - [0x553f] = 0x86a9, [0x5540] = 0x86b6, [0x5541] = 0x86c4, [0x5542] = 0x86b5, - [0x5543] = 0x86ce, [0x5544] = 0x86b0, [0x5545] = 0x86ba, [0x5546] = 0x86b1, - [0x5547] = 0x86af, [0x5548] = 0x86c9, [0x5549] = 0x86cf, [0x554a] = 0x86b4, - [0x554b] = 0x86e9, [0x554c] = 0x86f1, [0x554d] = 0x86f2, [0x554e] = 0x86ed, - [0x554f] = 0x86f3, [0x5550] = 0x86d0, [0x5551] = 0x8713, [0x5552] = 0x86de, - [0x5553] = 0x86f4, [0x5554] = 0x86df, [0x5555] = 0x86d8, [0x5556] = 0x86d1, - [0x5557] = 0x8703, [0x5558] = 0x8707, [0x5559] = 0x86f8, [0x555a] = 0x8708, - [0x555b] = 0x870a, [0x555c] = 0x870d, [0x555d] = 0x8709, [0x555e] = 0x8723, - [0x555f] = 0x873b, [0x5560] = 0x871e, [0x5561] = 0x8725, [0x5562] = 0x872e, - [0x5563] = 0x871a, [0x5564] = 0x873e, [0x5565] = 0x8748, [0x5566] = 0x8734, - [0x5567] = 0x8731, [0x5568] = 0x8729, [0x5569] = 0x8737, [0x556a] = 0x873f, - [0x556b] = 0x8782, [0x556c] = 0x8722, [0x556d] = 0x877d, [0x556e] = 0x877e, - [0x556f] = 0x877b, [0x5570] = 0x8760, [0x5571] = 0x8770, [0x5572] = 0x874c, - [0x5573] = 0x876e, [0x5574] = 0x878b, [0x5575] = 0x8753, [0x5576] = 0x8763, - [0x5577] = 0x877c, [0x5578] = 0x8764, [0x5579] = 0x8759, [0x557a] = 0x8765, - [0x557b] = 0x8793, [0x557c] = 0x87af, [0x557d] = 0x87a8, [0x557e] = 0x87d2, - [0x5580] = 0x9a5a, [0x5581] = 0x9a5b, [0x5582] = 0x9a5c, [0x5583] = 0x9a5d, - [0x5584] = 0x9a5e, [0x5585] = 0x9a5f, [0x5586] = 0x9a60, [0x5587] = 0x9a61, - [0x5588] = 0x9a62, [0x5589] = 0x9a63, [0x558a] = 0x9a64, [0x558b] = 0x9a65, - [0x558c] = 0x9a66, [0x558d] = 0x9a67, [0x558e] = 0x9a68, [0x558f] = 0x9a69, - [0x5590] = 0x9a6a, [0x5591] = 0x9a6b, [0x5592] = 0x9a72, [0x5593] = 0x9a83, - [0x5594] = 0x9a89, [0x5595] = 0x9a8d, [0x5596] = 0x9a8e, [0x5597] = 0x9a94, - [0x5598] = 0x9a95, [0x5599] = 0x9a99, [0x559a] = 0x9aa6, [0x559b] = 0x9aa9, - [0x559c] = 0x9aaa, [0x559d] = 0x9aab, [0x559e] = 0x9aac, [0x559f] = 0x9aad, - [0x55a0] = 0x9aae, [0x55a1] = 0x9aaf, [0x55a2] = 0x9ab2, [0x55a3] = 0x9ab3, - [0x55a4] = 0x9ab4, [0x55a5] = 0x9ab5, [0x55a6] = 0x9ab9, [0x55a7] = 0x9abb, - [0x55a8] = 0x9abd, [0x55a9] = 0x9abe, [0x55aa] = 0x9abf, [0x55ab] = 0x9ac3, - [0x55ac] = 0x9ac4, [0x55ad] = 0x9ac6, [0x55ae] = 0x9ac7, [0x55af] = 0x9ac8, - [0x55b0] = 0x9ac9, [0x55b1] = 0x9aca, [0x55b2] = 0x9acd, [0x55b3] = 0x9ace, - [0x55b4] = 0x9acf, [0x55b5] = 0x9ad0, [0x55b6] = 0x9ad2, [0x55b7] = 0x9ad4, - [0x55b8] = 0x9ad5, [0x55b9] = 0x9ad6, [0x55ba] = 0x9ad7, [0x55bb] = 0x9ad9, - [0x55bc] = 0x9ada, [0x55bd] = 0x9adb, [0x55be] = 0x9adc, [0x55c0] = 0x9add, - [0x55c1] = 0x9ade, [0x55c2] = 0x9ae0, [0x55c3] = 0x9ae2, [0x55c4] = 0x9ae3, - [0x55c5] = 0x9ae4, [0x55c6] = 0x9ae5, [0x55c7] = 0x9ae7, [0x55c8] = 0x9ae8, - [0x55c9] = 0x9ae9, [0x55ca] = 0x9aea, [0x55cb] = 0x9aec, [0x55cc] = 0x9aee, - [0x55cd] = 0x9af0, [0x55ce] = 0x9af1, [0x55cf] = 0x9af2, [0x55d0] = 0x9af3, - [0x55d1] = 0x9af4, [0x55d2] = 0x9af5, [0x55d3] = 0x9af6, [0x55d4] = 0x9af7, - [0x55d5] = 0x9af8, [0x55d6] = 0x9afa, [0x55d7] = 0x9afc, [0x55d8] = 0x9afd, - [0x55d9] = 0x9afe, [0x55da] = 0x9aff, [0x55db] = 0x9b00, [0x55dc] = 0x9b01, - [0x55dd] = 0x9b02, [0x55de] = 0x9b04, [0x55df] = 0x9b05, [0x55e0] = 0x9b06, - [0x55e1] = 0x87c6, [0x55e2] = 0x8788, [0x55e3] = 0x8785, [0x55e4] = 0x87ad, - [0x55e5] = 0x8797, [0x55e6] = 0x8783, [0x55e7] = 0x87ab, [0x55e8] = 0x87e5, - [0x55e9] = 0x87ac, [0x55ea] = 0x87b5, [0x55eb] = 0x87b3, [0x55ec] = 0x87cb, - [0x55ed] = 0x87d3, [0x55ee] = 0x87bd, [0x55ef] = 0x87d1, [0x55f0] = 0x87c0, - [0x55f1] = 0x87ca, [0x55f2] = 0x87db, [0x55f3] = 0x87ea, [0x55f4] = 0x87e0, - [0x55f5] = 0x87ee, [0x55f6] = 0x8816, [0x55f7] = 0x8813, [0x55f8] = 0x87fe, - [0x55f9] = 0x880a, [0x55fa] = 0x881b, [0x55fb] = 0x8821, [0x55fc] = 0x8839, - [0x55fd] = 0x883c, [0x55fe] = 0x7f36, [0x55ff] = 0x7f42, [0x5600] = 0x7f44, - [0x5601] = 0x7f45, [0x5602] = 0x8210, [0x5603] = 0x7afa, [0x5604] = 0x7afd, - [0x5605] = 0x7b08, [0x5606] = 0x7b03, [0x5607] = 0x7b04, [0x5608] = 0x7b15, - [0x5609] = 0x7b0a, [0x560a] = 0x7b2b, [0x560b] = 0x7b0f, [0x560c] = 0x7b47, - [0x560d] = 0x7b38, [0x560e] = 0x7b2a, [0x560f] = 0x7b19, [0x5610] = 0x7b2e, - [0x5611] = 0x7b31, [0x5612] = 0x7b20, [0x5613] = 0x7b25, [0x5614] = 0x7b24, - [0x5615] = 0x7b33, [0x5616] = 0x7b3e, [0x5617] = 0x7b1e, [0x5618] = 0x7b58, - [0x5619] = 0x7b5a, [0x561a] = 0x7b45, [0x561b] = 0x7b75, [0x561c] = 0x7b4c, - [0x561d] = 0x7b5d, [0x561e] = 0x7b60, [0x561f] = 0x7b6e, [0x5620] = 0x7b7b, - [0x5621] = 0x7b62, [0x5622] = 0x7b72, [0x5623] = 0x7b71, [0x5624] = 0x7b90, - [0x5625] = 0x7ba6, [0x5626] = 0x7ba7, [0x5627] = 0x7bb8, [0x5628] = 0x7bac, - [0x5629] = 0x7b9d, [0x562a] = 0x7ba8, [0x562b] = 0x7b85, [0x562c] = 0x7baa, - [0x562d] = 0x7b9c, [0x562e] = 0x7ba2, [0x562f] = 0x7bab, [0x5630] = 0x7bb4, - [0x5631] = 0x7bd1, [0x5632] = 0x7bc1, [0x5633] = 0x7bcc, [0x5634] = 0x7bdd, - [0x5635] = 0x7bda, [0x5636] = 0x7be5, [0x5637] = 0x7be6, [0x5638] = 0x7bea, - [0x5639] = 0x7c0c, [0x563a] = 0x7bfe, [0x563b] = 0x7bfc, [0x563c] = 0x7c0f, - [0x563d] = 0x7c16, [0x563e] = 0x7c0b, [0x5640] = 0x9b07, [0x5641] = 0x9b09, - [0x5642] = 0x9b0a, [0x5643] = 0x9b0b, [0x5644] = 0x9b0c, [0x5645] = 0x9b0d, - [0x5646] = 0x9b0e, [0x5647] = 0x9b10, [0x5648] = 0x9b11, [0x5649] = 0x9b12, - [0x564a] = 0x9b14, [0x564b] = 0x9b15, [0x564c] = 0x9b16, [0x564d] = 0x9b17, - [0x564e] = 0x9b18, [0x564f] = 0x9b19, [0x5650] = 0x9b1a, [0x5651] = 0x9b1b, - [0x5652] = 0x9b1c, [0x5653] = 0x9b1d, [0x5654] = 0x9b1e, [0x5655] = 0x9b20, - [0x5656] = 0x9b21, [0x5657] = 0x9b22, [0x5658] = 0x9b24, [0x5659] = 0x9b25, - [0x565a] = 0x9b26, [0x565b] = 0x9b27, [0x565c] = 0x9b28, [0x565d] = 0x9b29, - [0x565e] = 0x9b2a, [0x565f] = 0x9b2b, [0x5660] = 0x9b2c, [0x5661] = 0x9b2d, - [0x5662] = 0x9b2e, [0x5663] = 0x9b30, [0x5664] = 0x9b31, [0x5665] = 0x9b33, - [0x5666] = 0x9b34, [0x5667] = 0x9b35, [0x5668] = 0x9b36, [0x5669] = 0x9b37, - [0x566a] = 0x9b38, [0x566b] = 0x9b39, [0x566c] = 0x9b3a, [0x566d] = 0x9b3d, - [0x566e] = 0x9b3e, [0x566f] = 0x9b3f, [0x5670] = 0x9b40, [0x5671] = 0x9b46, - [0x5672] = 0x9b4a, [0x5673] = 0x9b4b, [0x5674] = 0x9b4c, [0x5675] = 0x9b4e, - [0x5676] = 0x9b50, [0x5677] = 0x9b52, [0x5678] = 0x9b53, [0x5679] = 0x9b55, - [0x567a] = 0x9b56, [0x567b] = 0x9b57, [0x567c] = 0x9b58, [0x567d] = 0x9b59, - [0x567e] = 0x9b5a, [0x5680] = 0x9b5b, [0x5681] = 0x9b5c, [0x5682] = 0x9b5d, - [0x5683] = 0x9b5e, [0x5684] = 0x9b5f, [0x5685] = 0x9b60, [0x5686] = 0x9b61, - [0x5687] = 0x9b62, [0x5688] = 0x9b63, [0x5689] = 0x9b64, [0x568a] = 0x9b65, - [0x568b] = 0x9b66, [0x568c] = 0x9b67, [0x568d] = 0x9b68, [0x568e] = 0x9b69, - [0x568f] = 0x9b6a, [0x5690] = 0x9b6b, [0x5691] = 0x9b6c, [0x5692] = 0x9b6d, - [0x5693] = 0x9b6e, [0x5694] = 0x9b6f, [0x5695] = 0x9b70, [0x5696] = 0x9b71, - [0x5697] = 0x9b72, [0x5698] = 0x9b73, [0x5699] = 0x9b74, [0x569a] = 0x9b75, - [0x569b] = 0x9b76, [0x569c] = 0x9b77, [0x569d] = 0x9b78, [0x569e] = 0x9b79, - [0x569f] = 0x9b7a, [0x56a0] = 0x9b7b, [0x56a1] = 0x7c1f, [0x56a2] = 0x7c2a, - [0x56a3] = 0x7c26, [0x56a4] = 0x7c38, [0x56a5] = 0x7c41, [0x56a6] = 0x7c40, - [0x56a7] = 0x81fe, [0x56a8] = 0x8201, [0x56a9] = 0x8202, [0x56aa] = 0x8204, - [0x56ab] = 0x81ec, [0x56ac] = 0x8844, [0x56ad] = 0x8221, [0x56ae] = 0x8222, - [0x56af] = 0x8223, [0x56b0] = 0x822d, [0x56b1] = 0x822f, [0x56b2] = 0x8228, - [0x56b3] = 0x822b, [0x56b4] = 0x8238, [0x56b5] = 0x823b, [0x56b6] = 0x8233, - [0x56b7] = 0x8234, [0x56b8] = 0x823e, [0x56b9] = 0x8244, [0x56ba] = 0x8249, - [0x56bb] = 0x824b, [0x56bc] = 0x824f, [0x56bd] = 0x825a, [0x56be] = 0x825f, - [0x56bf] = 0x8268, [0x56c0] = 0x887e, [0x56c1] = 0x8885, [0x56c2] = 0x8888, - [0x56c3] = 0x88d8, [0x56c4] = 0x88df, [0x56c5] = 0x895e, [0x56c6] = 0x7f9d, - [0x56c7] = 0x7f9f, [0x56c8] = 0x7fa7, [0x56c9] = 0x7faf, [0x56ca] = 0x7fb0, - [0x56cb] = 0x7fb2, [0x56cc] = 0x7c7c, [0x56cd] = 0x6549, [0x56ce] = 0x7c91, - [0x56cf] = 0x7c9d, [0x56d0] = 0x7c9c, [0x56d1] = 0x7c9e, [0x56d2] = 0x7ca2, - [0x56d3] = 0x7cb2, [0x56d4] = 0x7cbc, [0x56d5] = 0x7cbd, [0x56d6] = 0x7cc1, - [0x56d7] = 0x7cc7, [0x56d8] = 0x7ccc, [0x56d9] = 0x7ccd, [0x56da] = 0x7cc8, - [0x56db] = 0x7cc5, [0x56dc] = 0x7cd7, [0x56dd] = 0x7ce8, [0x56de] = 0x826e, - [0x56df] = 0x66a8, [0x56e0] = 0x7fbf, [0x56e1] = 0x7fce, [0x56e2] = 0x7fd5, - [0x56e3] = 0x7fe5, [0x56e4] = 0x7fe1, [0x56e5] = 0x7fe6, [0x56e6] = 0x7fe9, - [0x56e7] = 0x7fee, [0x56e8] = 0x7ff3, [0x56e9] = 0x7cf8, [0x56ea] = 0x7d77, - [0x56eb] = 0x7da6, [0x56ec] = 0x7dae, [0x56ed] = 0x7e47, [0x56ee] = 0x7e9b, - [0x56ef] = 0x9eb8, [0x56f0] = 0x9eb4, [0x56f1] = 0x8d73, [0x56f2] = 0x8d84, - [0x56f3] = 0x8d94, [0x56f4] = 0x8d91, [0x56f5] = 0x8db1, [0x56f6] = 0x8d67, - [0x56f7] = 0x8d6d, [0x56f8] = 0x8c47, [0x56f9] = 0x8c49, [0x56fa] = 0x914a, - [0x56fb] = 0x9150, [0x56fc] = 0x914e, [0x56fd] = 0x914f, [0x56fe] = 0x9164, - [0x5700] = 0x9b7c, [0x5701] = 0x9b7d, [0x5702] = 0x9b7e, [0x5703] = 0x9b7f, - [0x5704] = 0x9b80, [0x5705] = 0x9b81, [0x5706] = 0x9b82, [0x5707] = 0x9b83, - [0x5708] = 0x9b84, [0x5709] = 0x9b85, [0x570a] = 0x9b86, [0x570b] = 0x9b87, - [0x570c] = 0x9b88, [0x570d] = 0x9b89, [0x570e] = 0x9b8a, [0x570f] = 0x9b8b, - [0x5710] = 0x9b8c, [0x5711] = 0x9b8d, [0x5712] = 0x9b8e, [0x5713] = 0x9b8f, - [0x5714] = 0x9b90, [0x5715] = 0x9b91, [0x5716] = 0x9b92, [0x5717] = 0x9b93, - [0x5718] = 0x9b94, [0x5719] = 0x9b95, [0x571a] = 0x9b96, [0x571b] = 0x9b97, - [0x571c] = 0x9b98, [0x571d] = 0x9b99, [0x571e] = 0x9b9a, [0x571f] = 0x9b9b, - [0x5720] = 0x9b9c, [0x5721] = 0x9b9d, [0x5722] = 0x9b9e, [0x5723] = 0x9b9f, - [0x5724] = 0x9ba0, [0x5725] = 0x9ba1, [0x5726] = 0x9ba2, [0x5727] = 0x9ba3, - [0x5728] = 0x9ba4, [0x5729] = 0x9ba5, [0x572a] = 0x9ba6, [0x572b] = 0x9ba7, - [0x572c] = 0x9ba8, [0x572d] = 0x9ba9, [0x572e] = 0x9baa, [0x572f] = 0x9bab, - [0x5730] = 0x9bac, [0x5731] = 0x9bad, [0x5732] = 0x9bae, [0x5733] = 0x9baf, - [0x5734] = 0x9bb0, [0x5735] = 0x9bb1, [0x5736] = 0x9bb2, [0x5737] = 0x9bb3, - [0x5738] = 0x9bb4, [0x5739] = 0x9bb5, [0x573a] = 0x9bb6, [0x573b] = 0x9bb7, - [0x573c] = 0x9bb8, [0x573d] = 0x9bb9, [0x573e] = 0x9bba, [0x5740] = 0x9bbb, - [0x5741] = 0x9bbc, [0x5742] = 0x9bbd, [0x5743] = 0x9bbe, [0x5744] = 0x9bbf, - [0x5745] = 0x9bc0, [0x5746] = 0x9bc1, [0x5747] = 0x9bc2, [0x5748] = 0x9bc3, - [0x5749] = 0x9bc4, [0x574a] = 0x9bc5, [0x574b] = 0x9bc6, [0x574c] = 0x9bc7, - [0x574d] = 0x9bc8, [0x574e] = 0x9bc9, [0x574f] = 0x9bca, [0x5750] = 0x9bcb, - [0x5751] = 0x9bcc, [0x5752] = 0x9bcd, [0x5753] = 0x9bce, [0x5754] = 0x9bcf, - [0x5755] = 0x9bd0, [0x5756] = 0x9bd1, [0x5757] = 0x9bd2, [0x5758] = 0x9bd3, - [0x5759] = 0x9bd4, [0x575a] = 0x9bd5, [0x575b] = 0x9bd6, [0x575c] = 0x9bd7, - [0x575d] = 0x9bd8, [0x575e] = 0x9bd9, [0x575f] = 0x9bda, [0x5760] = 0x9bdb, - [0x5761] = 0x9162, [0x5762] = 0x9161, [0x5763] = 0x9170, [0x5764] = 0x9169, - [0x5765] = 0x916f, [0x5766] = 0x917d, [0x5767] = 0x917e, [0x5768] = 0x9172, - [0x5769] = 0x9174, [0x576a] = 0x9179, [0x576b] = 0x918c, [0x576c] = 0x9185, - [0x576d] = 0x9190, [0x576e] = 0x918d, [0x576f] = 0x9191, [0x5770] = 0x91a2, - [0x5771] = 0x91a3, [0x5772] = 0x91aa, [0x5773] = 0x91ad, [0x5774] = 0x91ae, - [0x5775] = 0x91af, [0x5776] = 0x91b5, [0x5777] = 0x91b4, [0x5778] = 0x91ba, - [0x5779] = 0x8c55, [0x577a] = 0x9e7e, [0x577b] = 0x8db8, [0x577c] = 0x8deb, - [0x577d] = 0x8e05, [0x577e] = 0x8e59, [0x577f] = 0x8e69, [0x5780] = 0x8db5, - [0x5781] = 0x8dbf, [0x5782] = 0x8dbc, [0x5783] = 0x8dba, [0x5784] = 0x8dc4, - [0x5785] = 0x8dd6, [0x5786] = 0x8dd7, [0x5787] = 0x8dda, [0x5788] = 0x8dde, - [0x5789] = 0x8dce, [0x578a] = 0x8dcf, [0x578b] = 0x8ddb, [0x578c] = 0x8dc6, - [0x578d] = 0x8dec, [0x578e] = 0x8df7, [0x578f] = 0x8df8, [0x5790] = 0x8de3, - [0x5791] = 0x8df9, [0x5792] = 0x8dfb, [0x5793] = 0x8de4, [0x5794] = 0x8e09, - [0x5795] = 0x8dfd, [0x5796] = 0x8e14, [0x5797] = 0x8e1d, [0x5798] = 0x8e1f, - [0x5799] = 0x8e2c, [0x579a] = 0x8e2e, [0x579b] = 0x8e23, [0x579c] = 0x8e2f, - [0x579d] = 0x8e3a, [0x579e] = 0x8e40, [0x579f] = 0x8e39, [0x57a0] = 0x8e35, - [0x57a1] = 0x8e3d, [0x57a2] = 0x8e31, [0x57a3] = 0x8e49, [0x57a4] = 0x8e41, - [0x57a5] = 0x8e42, [0x57a6] = 0x8e51, [0x57a7] = 0x8e52, [0x57a8] = 0x8e4a, - [0x57a9] = 0x8e70, [0x57aa] = 0x8e76, [0x57ab] = 0x8e7c, [0x57ac] = 0x8e6f, - [0x57ad] = 0x8e74, [0x57ae] = 0x8e85, [0x57af] = 0x8e8f, [0x57b0] = 0x8e94, - [0x57b1] = 0x8e90, [0x57b2] = 0x8e9c, [0x57b3] = 0x8e9e, [0x57b4] = 0x8c78, - [0x57b5] = 0x8c82, [0x57b6] = 0x8c8a, [0x57b7] = 0x8c85, [0x57b8] = 0x8c98, - [0x57b9] = 0x8c94, [0x57ba] = 0x659b, [0x57bb] = 0x89d6, [0x57bc] = 0x89de, - [0x57bd] = 0x89da, [0x57be] = 0x89dc, [0x57c0] = 0x9bdc, [0x57c1] = 0x9bdd, - [0x57c2] = 0x9bde, [0x57c3] = 0x9bdf, [0x57c4] = 0x9be0, [0x57c5] = 0x9be1, - [0x57c6] = 0x9be2, [0x57c7] = 0x9be3, [0x57c8] = 0x9be4, [0x57c9] = 0x9be5, - [0x57ca] = 0x9be6, [0x57cb] = 0x9be7, [0x57cc] = 0x9be8, [0x57cd] = 0x9be9, - [0x57ce] = 0x9bea, [0x57cf] = 0x9beb, [0x57d0] = 0x9bec, [0x57d1] = 0x9bed, - [0x57d2] = 0x9bee, [0x57d3] = 0x9bef, [0x57d4] = 0x9bf0, [0x57d5] = 0x9bf1, - [0x57d6] = 0x9bf2, [0x57d7] = 0x9bf3, [0x57d8] = 0x9bf4, [0x57d9] = 0x9bf5, - [0x57da] = 0x9bf6, [0x57db] = 0x9bf7, [0x57dc] = 0x9bf8, [0x57dd] = 0x9bf9, - [0x57de] = 0x9bfa, [0x57df] = 0x9bfb, [0x57e0] = 0x9bfc, [0x57e1] = 0x9bfd, - [0x57e2] = 0x9bfe, [0x57e3] = 0x9bff, [0x57e4] = 0x9c00, [0x57e5] = 0x9c01, - [0x57e6] = 0x9c02, [0x57e7] = 0x9c03, [0x57e8] = 0x9c04, [0x57e9] = 0x9c05, - [0x57ea] = 0x9c06, [0x57eb] = 0x9c07, [0x57ec] = 0x9c08, [0x57ed] = 0x9c09, - [0x57ee] = 0x9c0a, [0x57ef] = 0x9c0b, [0x57f0] = 0x9c0c, [0x57f1] = 0x9c0d, - [0x57f2] = 0x9c0e, [0x57f3] = 0x9c0f, [0x57f4] = 0x9c10, [0x57f5] = 0x9c11, - [0x57f6] = 0x9c12, [0x57f7] = 0x9c13, [0x57f8] = 0x9c14, [0x57f9] = 0x9c15, - [0x57fa] = 0x9c16, [0x57fb] = 0x9c17, [0x57fc] = 0x9c18, [0x57fd] = 0x9c19, - [0x57fe] = 0x9c1a, [0x5800] = 0x9c1b, [0x5801] = 0x9c1c, [0x5802] = 0x9c1d, - [0x5803] = 0x9c1e, [0x5804] = 0x9c1f, [0x5805] = 0x9c20, [0x5806] = 0x9c21, - [0x5807] = 0x9c22, [0x5808] = 0x9c23, [0x5809] = 0x9c24, [0x580a] = 0x9c25, - [0x580b] = 0x9c26, [0x580c] = 0x9c27, [0x580d] = 0x9c28, [0x580e] = 0x9c29, - [0x580f] = 0x9c2a, [0x5810] = 0x9c2b, [0x5811] = 0x9c2c, [0x5812] = 0x9c2d, - [0x5813] = 0x9c2e, [0x5814] = 0x9c2f, [0x5815] = 0x9c30, [0x5816] = 0x9c31, - [0x5817] = 0x9c32, [0x5818] = 0x9c33, [0x5819] = 0x9c34, [0x581a] = 0x9c35, - [0x581b] = 0x9c36, [0x581c] = 0x9c37, [0x581d] = 0x9c38, [0x581e] = 0x9c39, - [0x581f] = 0x9c3a, [0x5820] = 0x9c3b, [0x5821] = 0x89e5, [0x5822] = 0x89eb, - [0x5823] = 0x89ef, [0x5824] = 0x8a3e, [0x5825] = 0x8b26, [0x5826] = 0x9753, - [0x5827] = 0x96e9, [0x5828] = 0x96f3, [0x5829] = 0x96ef, [0x582a] = 0x9706, - [0x582b] = 0x9701, [0x582c] = 0x9708, [0x582d] = 0x970f, [0x582e] = 0x970e, - [0x582f] = 0x972a, [0x5830] = 0x972d, [0x5831] = 0x9730, [0x5832] = 0x973e, - [0x5833] = 0x9f80, [0x5834] = 0x9f83, [0x5835] = 0x9f85, [0x5836] = 0x9f86, - [0x5837] = 0x9f87, [0x5838] = 0x9f88, [0x5839] = 0x9f89, [0x583a] = 0x9f8a, - [0x583b] = 0x9f8c, [0x583c] = 0x9efe, [0x583d] = 0x9f0b, [0x583e] = 0x9f0d, - [0x583f] = 0x96b9, [0x5840] = 0x96bc, [0x5841] = 0x96bd, [0x5842] = 0x96ce, - [0x5843] = 0x96d2, [0x5844] = 0x77bf, [0x5845] = 0x96e0, [0x5846] = 0x928e, - [0x5847] = 0x92ae, [0x5848] = 0x92c8, [0x5849] = 0x933e, [0x584a] = 0x936a, - [0x584b] = 0x93ca, [0x584c] = 0x938f, [0x584d] = 0x943e, [0x584e] = 0x946b, - [0x584f] = 0x9c7f, [0x5850] = 0x9c82, [0x5851] = 0x9c85, [0x5852] = 0x9c86, - [0x5853] = 0x9c87, [0x5854] = 0x9c88, [0x5855] = 0x7a23, [0x5856] = 0x9c8b, - [0x5857] = 0x9c8e, [0x5858] = 0x9c90, [0x5859] = 0x9c91, [0x585a] = 0x9c92, - [0x585b] = 0x9c94, [0x585c] = 0x9c95, [0x585d] = 0x9c9a, [0x585e] = 0x9c9b, - [0x585f] = 0x9c9e, [0x5860] = 0x9c9f, [0x5861] = 0x9ca0, [0x5862] = 0x9ca1, - [0x5863] = 0x9ca2, [0x5864] = 0x9ca3, [0x5865] = 0x9ca5, [0x5866] = 0x9ca6, - [0x5867] = 0x9ca7, [0x5868] = 0x9ca8, [0x5869] = 0x9ca9, [0x586a] = 0x9cab, - [0x586b] = 0x9cad, [0x586c] = 0x9cae, [0x586d] = 0x9cb0, [0x586e] = 0x9cb1, - [0x586f] = 0x9cb2, [0x5870] = 0x9cb3, [0x5871] = 0x9cb4, [0x5872] = 0x9cb5, - [0x5873] = 0x9cb6, [0x5874] = 0x9cb7, [0x5875] = 0x9cba, [0x5876] = 0x9cbb, - [0x5877] = 0x9cbc, [0x5878] = 0x9cbd, [0x5879] = 0x9cc4, [0x587a] = 0x9cc5, - [0x587b] = 0x9cc6, [0x587c] = 0x9cc7, [0x587d] = 0x9cca, [0x587e] = 0x9ccb, - [0x5880] = 0x9c3c, [0x5881] = 0x9c3d, [0x5882] = 0x9c3e, [0x5883] = 0x9c3f, - [0x5884] = 0x9c40, [0x5885] = 0x9c41, [0x5886] = 0x9c42, [0x5887] = 0x9c43, - [0x5888] = 0x9c44, [0x5889] = 0x9c45, [0x588a] = 0x9c46, [0x588b] = 0x9c47, - [0x588c] = 0x9c48, [0x588d] = 0x9c49, [0x588e] = 0x9c4a, [0x588f] = 0x9c4b, - [0x5890] = 0x9c4c, [0x5891] = 0x9c4d, [0x5892] = 0x9c4e, [0x5893] = 0x9c4f, - [0x5894] = 0x9c50, [0x5895] = 0x9c51, [0x5896] = 0x9c52, [0x5897] = 0x9c53, - [0x5898] = 0x9c54, [0x5899] = 0x9c55, [0x589a] = 0x9c56, [0x589b] = 0x9c57, - [0x589c] = 0x9c58, [0x589d] = 0x9c59, [0x589e] = 0x9c5a, [0x589f] = 0x9c5b, - [0x58a0] = 0x9c5c, [0x58a1] = 0x9c5d, [0x58a2] = 0x9c5e, [0x58a3] = 0x9c5f, - [0x58a4] = 0x9c60, [0x58a5] = 0x9c61, [0x58a6] = 0x9c62, [0x58a7] = 0x9c63, - [0x58a8] = 0x9c64, [0x58a9] = 0x9c65, [0x58aa] = 0x9c66, [0x58ab] = 0x9c67, - [0x58ac] = 0x9c68, [0x58ad] = 0x9c69, [0x58ae] = 0x9c6a, [0x58af] = 0x9c6b, - [0x58b0] = 0x9c6c, [0x58b1] = 0x9c6d, [0x58b2] = 0x9c6e, [0x58b3] = 0x9c6f, - [0x58b4] = 0x9c70, [0x58b5] = 0x9c71, [0x58b6] = 0x9c72, [0x58b7] = 0x9c73, - [0x58b8] = 0x9c74, [0x58b9] = 0x9c75, [0x58ba] = 0x9c76, [0x58bb] = 0x9c77, - [0x58bc] = 0x9c78, [0x58bd] = 0x9c79, [0x58be] = 0x9c7a, [0x58c0] = 0x9c7b, - [0x58c1] = 0x9c7d, [0x58c2] = 0x9c7e, [0x58c3] = 0x9c80, [0x58c4] = 0x9c83, - [0x58c5] = 0x9c84, [0x58c6] = 0x9c89, [0x58c7] = 0x9c8a, [0x58c8] = 0x9c8c, - [0x58c9] = 0x9c8f, [0x58ca] = 0x9c93, [0x58cb] = 0x9c96, [0x58cc] = 0x9c97, - [0x58cd] = 0x9c98, [0x58ce] = 0x9c99, [0x58cf] = 0x9c9d, [0x58d0] = 0x9caa, - [0x58d1] = 0x9cac, [0x58d2] = 0x9caf, [0x58d3] = 0x9cb9, [0x58d4] = 0x9cbe, - [0x58d5] = 0x9cbf, [0x58d6] = 0x9cc0, [0x58d7] = 0x9cc1, [0x58d8] = 0x9cc2, - [0x58d9] = 0x9cc8, [0x58da] = 0x9cc9, [0x58db] = 0x9cd1, [0x58dc] = 0x9cd2, - [0x58dd] = 0x9cda, [0x58de] = 0x9cdb, [0x58df] = 0x9ce0, [0x58e0] = 0x9ce1, - [0x58e1] = 0x9ccc, [0x58e2] = 0x9ccd, [0x58e3] = 0x9cce, [0x58e4] = 0x9ccf, - [0x58e5] = 0x9cd0, [0x58e6] = 0x9cd3, [0x58e7] = 0x9cd4, [0x58e8] = 0x9cd5, - [0x58e9] = 0x9cd7, [0x58ea] = 0x9cd8, [0x58eb] = 0x9cd9, [0x58ec] = 0x9cdc, - [0x58ed] = 0x9cdd, [0x58ee] = 0x9cdf, [0x58ef] = 0x9ce2, [0x58f0] = 0x977c, - [0x58f1] = 0x9785, [0x58f2] = 0x9791, [0x58f3] = 0x9792, [0x58f4] = 0x9794, - [0x58f5] = 0x97af, [0x58f6] = 0x97ab, [0x58f7] = 0x97a3, [0x58f8] = 0x97b2, - [0x58f9] = 0x97b4, [0x58fa] = 0x9ab1, [0x58fb] = 0x9ab0, [0x58fc] = 0x9ab7, - [0x58fd] = 0x9e58, [0x58fe] = 0x9ab6, [0x58ff] = 0x9aba, [0x5900] = 0x9abc, - [0x5901] = 0x9ac1, [0x5902] = 0x9ac0, [0x5903] = 0x9ac5, [0x5904] = 0x9ac2, - [0x5905] = 0x9acb, [0x5906] = 0x9acc, [0x5907] = 0x9ad1, [0x5908] = 0x9b45, - [0x5909] = 0x9b43, [0x590a] = 0x9b47, [0x590b] = 0x9b49, [0x590c] = 0x9b48, - [0x590d] = 0x9b4d, [0x590e] = 0x9b51, [0x590f] = 0x98e8, [0x5910] = 0x990d, - [0x5911] = 0x992e, [0x5912] = 0x9955, [0x5913] = 0x9954, [0x5914] = 0x9adf, - [0x5915] = 0x9ae1, [0x5916] = 0x9ae6, [0x5917] = 0x9aef, [0x5918] = 0x9aeb, - [0x5919] = 0x9afb, [0x591a] = 0x9aed, [0x591b] = 0x9af9, [0x591c] = 0x9b08, - [0x591d] = 0x9b0f, [0x591e] = 0x9b13, [0x591f] = 0x9b1f, [0x5920] = 0x9b23, - [0x5921] = 0x9ebd, [0x5922] = 0x9ebe, [0x5923] = 0x7e3b, [0x5924] = 0x9e82, - [0x5925] = 0x9e87, [0x5926] = 0x9e88, [0x5927] = 0x9e8b, [0x5928] = 0x9e92, - [0x5929] = 0x93d6, [0x592a] = 0x9e9d, [0x592b] = 0x9e9f, [0x592c] = 0x9edb, - [0x592d] = 0x9edc, [0x592e] = 0x9edd, [0x592f] = 0x9ee0, [0x5930] = 0x9edf, - [0x5931] = 0x9ee2, [0x5932] = 0x9ee9, [0x5933] = 0x9ee7, [0x5934] = 0x9ee5, - [0x5935] = 0x9eea, [0x5936] = 0x9eef, [0x5937] = 0x9f22, [0x5938] = 0x9f2c, - [0x5939] = 0x9f2f, [0x593a] = 0x9f39, [0x593b] = 0x9f37, [0x593c] = 0x9f3d, - [0x593d] = 0x9f3e, [0x593e] = 0x9f44, [0x5940] = 0x9ce3, [0x5941] = 0x9ce4, - [0x5942] = 0x9ce5, [0x5943] = 0x9ce6, [0x5944] = 0x9ce7, [0x5945] = 0x9ce8, - [0x5946] = 0x9ce9, [0x5947] = 0x9cea, [0x5948] = 0x9ceb, [0x5949] = 0x9cec, - [0x594a] = 0x9ced, [0x594b] = 0x9cee, [0x594c] = 0x9cef, [0x594d] = 0x9cf0, - [0x594e] = 0x9cf1, [0x594f] = 0x9cf2, [0x5950] = 0x9cf3, [0x5951] = 0x9cf4, - [0x5952] = 0x9cf5, [0x5953] = 0x9cf6, [0x5954] = 0x9cf7, [0x5955] = 0x9cf8, - [0x5956] = 0x9cf9, [0x5957] = 0x9cfa, [0x5958] = 0x9cfb, [0x5959] = 0x9cfc, - [0x595a] = 0x9cfd, [0x595b] = 0x9cfe, [0x595c] = 0x9cff, [0x595d] = 0x9d00, - [0x595e] = 0x9d01, [0x595f] = 0x9d02, [0x5960] = 0x9d03, [0x5961] = 0x9d04, - [0x5962] = 0x9d05, [0x5963] = 0x9d06, [0x5964] = 0x9d07, [0x5965] = 0x9d08, - [0x5966] = 0x9d09, [0x5967] = 0x9d0a, [0x5968] = 0x9d0b, [0x5969] = 0x9d0c, - [0x596a] = 0x9d0d, [0x596b] = 0x9d0e, [0x596c] = 0x9d0f, [0x596d] = 0x9d10, - [0x596e] = 0x9d11, [0x596f] = 0x9d12, [0x5970] = 0x9d13, [0x5971] = 0x9d14, - [0x5972] = 0x9d15, [0x5973] = 0x9d16, [0x5974] = 0x9d17, [0x5975] = 0x9d18, - [0x5976] = 0x9d19, [0x5977] = 0x9d1a, [0x5978] = 0x9d1b, [0x5979] = 0x9d1c, - [0x597a] = 0x9d1d, [0x597b] = 0x9d1e, [0x597c] = 0x9d1f, [0x597d] = 0x9d20, - [0x597e] = 0x9d21, [0x5980] = 0x9d22, [0x5981] = 0x9d23, [0x5982] = 0x9d24, - [0x5983] = 0x9d25, [0x5984] = 0x9d26, [0x5985] = 0x9d27, [0x5986] = 0x9d28, - [0x5987] = 0x9d29, [0x5988] = 0x9d2a, [0x5989] = 0x9d2b, [0x598a] = 0x9d2c, - [0x598b] = 0x9d2d, [0x598c] = 0x9d2e, [0x598d] = 0x9d2f, [0x598e] = 0x9d30, - [0x598f] = 0x9d31, [0x5990] = 0x9d32, [0x5991] = 0x9d33, [0x5992] = 0x9d34, - [0x5993] = 0x9d35, [0x5994] = 0x9d36, [0x5995] = 0x9d37, [0x5996] = 0x9d38, - [0x5997] = 0x9d39, [0x5998] = 0x9d3a, [0x5999] = 0x9d3b, [0x599a] = 0x9d3c, - [0x599b] = 0x9d3d, [0x599c] = 0x9d3e, [0x599d] = 0x9d3f, [0x599e] = 0x9d40, - [0x599f] = 0x9d41, [0x59a0] = 0x9d42, [0x59a1] = 0xe234, [0x59a2] = 0xe235, - [0x59a3] = 0xe236, [0x59a4] = 0xe237, [0x59a5] = 0xe238, [0x59a6] = 0xe239, - [0x59a7] = 0xe23a, [0x59a8] = 0xe23b, [0x59a9] = 0xe23c, [0x59aa] = 0xe23d, - [0x59ab] = 0xe23e, [0x59ac] = 0xe23f, [0x59ad] = 0xe240, [0x59ae] = 0xe241, - [0x59af] = 0xe242, [0x59b0] = 0xe243, [0x59b1] = 0xe244, [0x59b2] = 0xe245, - [0x59b3] = 0xe246, [0x59b4] = 0xe247, [0x59b5] = 0xe248, [0x59b6] = 0xe249, - [0x59b7] = 0xe24a, [0x59b8] = 0xe24b, [0x59b9] = 0xe24c, [0x59ba] = 0xe24d, - [0x59bb] = 0xe24e, [0x59bc] = 0xe24f, [0x59bd] = 0xe250, [0x59be] = 0xe251, - [0x59bf] = 0xe252, [0x59c0] = 0xe253, [0x59c1] = 0xe254, [0x59c2] = 0xe255, - [0x59c3] = 0xe256, [0x59c4] = 0xe257, [0x59c5] = 0xe258, [0x59c6] = 0xe259, - [0x59c7] = 0xe25a, [0x59c8] = 0xe25b, [0x59c9] = 0xe25c, [0x59ca] = 0xe25d, - [0x59cb] = 0xe25e, [0x59cc] = 0xe25f, [0x59cd] = 0xe260, [0x59ce] = 0xe261, - [0x59cf] = 0xe262, [0x59d0] = 0xe263, [0x59d1] = 0xe264, [0x59d2] = 0xe265, - [0x59d3] = 0xe266, [0x59d4] = 0xe267, [0x59d5] = 0xe268, [0x59d6] = 0xe269, - [0x59d7] = 0xe26a, [0x59d8] = 0xe26b, [0x59d9] = 0xe26c, [0x59da] = 0xe26d, - [0x59db] = 0xe26e, [0x59dc] = 0xe26f, [0x59dd] = 0xe270, [0x59de] = 0xe271, - [0x59df] = 0xe272, [0x59e0] = 0xe273, [0x59e1] = 0xe274, [0x59e2] = 0xe275, - [0x59e3] = 0xe276, [0x59e4] = 0xe277, [0x59e5] = 0xe278, [0x59e6] = 0xe279, - [0x59e7] = 0xe27a, [0x59e8] = 0xe27b, [0x59e9] = 0xe27c, [0x59ea] = 0xe27d, - [0x59eb] = 0xe27e, [0x59ec] = 0xe27f, [0x59ed] = 0xe280, [0x59ee] = 0xe281, - [0x59ef] = 0xe282, [0x59f0] = 0xe283, [0x59f1] = 0xe284, [0x59f2] = 0xe285, - [0x59f3] = 0xe286, [0x59f4] = 0xe287, [0x59f5] = 0xe288, [0x59f6] = 0xe289, - [0x59f7] = 0xe28a, [0x59f8] = 0xe28b, [0x59f9] = 0xe28c, [0x59fa] = 0xe28d, - [0x59fb] = 0xe28e, [0x59fc] = 0xe28f, [0x59fd] = 0xe290, [0x59fe] = 0xe291, - [0x5a00] = 0x9d43, [0x5a01] = 0x9d44, [0x5a02] = 0x9d45, [0x5a03] = 0x9d46, - [0x5a04] = 0x9d47, [0x5a05] = 0x9d48, [0x5a06] = 0x9d49, [0x5a07] = 0x9d4a, - [0x5a08] = 0x9d4b, [0x5a09] = 0x9d4c, [0x5a0a] = 0x9d4d, [0x5a0b] = 0x9d4e, - [0x5a0c] = 0x9d4f, [0x5a0d] = 0x9d50, [0x5a0e] = 0x9d51, [0x5a0f] = 0x9d52, - [0x5a10] = 0x9d53, [0x5a11] = 0x9d54, [0x5a12] = 0x9d55, [0x5a13] = 0x9d56, - [0x5a14] = 0x9d57, [0x5a15] = 0x9d58, [0x5a16] = 0x9d59, [0x5a17] = 0x9d5a, - [0x5a18] = 0x9d5b, [0x5a19] = 0x9d5c, [0x5a1a] = 0x9d5d, [0x5a1b] = 0x9d5e, - [0x5a1c] = 0x9d5f, [0x5a1d] = 0x9d60, [0x5a1e] = 0x9d61, [0x5a1f] = 0x9d62, - [0x5a20] = 0x9d63, [0x5a21] = 0x9d64, [0x5a22] = 0x9d65, [0x5a23] = 0x9d66, - [0x5a24] = 0x9d67, [0x5a25] = 0x9d68, [0x5a26] = 0x9d69, [0x5a27] = 0x9d6a, - [0x5a28] = 0x9d6b, [0x5a29] = 0x9d6c, [0x5a2a] = 0x9d6d, [0x5a2b] = 0x9d6e, - [0x5a2c] = 0x9d6f, [0x5a2d] = 0x9d70, [0x5a2e] = 0x9d71, [0x5a2f] = 0x9d72, - [0x5a30] = 0x9d73, [0x5a31] = 0x9d74, [0x5a32] = 0x9d75, [0x5a33] = 0x9d76, - [0x5a34] = 0x9d77, [0x5a35] = 0x9d78, [0x5a36] = 0x9d79, [0x5a37] = 0x9d7a, - [0x5a38] = 0x9d7b, [0x5a39] = 0x9d7c, [0x5a3a] = 0x9d7d, [0x5a3b] = 0x9d7e, - [0x5a3c] = 0x9d7f, [0x5a3d] = 0x9d80, [0x5a3e] = 0x9d81, [0x5a40] = 0x9d82, - [0x5a41] = 0x9d83, [0x5a42] = 0x9d84, [0x5a43] = 0x9d85, [0x5a44] = 0x9d86, - [0x5a45] = 0x9d87, [0x5a46] = 0x9d88, [0x5a47] = 0x9d89, [0x5a48] = 0x9d8a, - [0x5a49] = 0x9d8b, [0x5a4a] = 0x9d8c, [0x5a4b] = 0x9d8d, [0x5a4c] = 0x9d8e, - [0x5a4d] = 0x9d8f, [0x5a4e] = 0x9d90, [0x5a4f] = 0x9d91, [0x5a50] = 0x9d92, - [0x5a51] = 0x9d93, [0x5a52] = 0x9d94, [0x5a53] = 0x9d95, [0x5a54] = 0x9d96, - [0x5a55] = 0x9d97, [0x5a56] = 0x9d98, [0x5a57] = 0x9d99, [0x5a58] = 0x9d9a, - [0x5a59] = 0x9d9b, [0x5a5a] = 0x9d9c, [0x5a5b] = 0x9d9d, [0x5a5c] = 0x9d9e, - [0x5a5d] = 0x9d9f, [0x5a5e] = 0x9da0, [0x5a5f] = 0x9da1, [0x5a60] = 0x9da2, - [0x5a61] = 0xe292, [0x5a62] = 0xe293, [0x5a63] = 0xe294, [0x5a64] = 0xe295, - [0x5a65] = 0xe296, [0x5a66] = 0xe297, [0x5a67] = 0xe298, [0x5a68] = 0xe299, - [0x5a69] = 0xe29a, [0x5a6a] = 0xe29b, [0x5a6b] = 0xe29c, [0x5a6c] = 0xe29d, - [0x5a6d] = 0xe29e, [0x5a6e] = 0xe29f, [0x5a6f] = 0xe2a0, [0x5a70] = 0xe2a1, - [0x5a71] = 0xe2a2, [0x5a72] = 0xe2a3, [0x5a73] = 0xe2a4, [0x5a74] = 0xe2a5, - [0x5a75] = 0xe2a6, [0x5a76] = 0xe2a7, [0x5a77] = 0xe2a8, [0x5a78] = 0xe2a9, - [0x5a79] = 0xe2aa, [0x5a7a] = 0xe2ab, [0x5a7b] = 0xe2ac, [0x5a7c] = 0xe2ad, - [0x5a7d] = 0xe2ae, [0x5a7e] = 0xe2af, [0x5a7f] = 0xe2b0, [0x5a80] = 0xe2b1, - [0x5a81] = 0xe2b2, [0x5a82] = 0xe2b3, [0x5a83] = 0xe2b4, [0x5a84] = 0xe2b5, - [0x5a85] = 0xe2b6, [0x5a86] = 0xe2b7, [0x5a87] = 0xe2b8, [0x5a88] = 0xe2b9, - [0x5a89] = 0xe2ba, [0x5a8a] = 0xe2bb, [0x5a8b] = 0xe2bc, [0x5a8c] = 0xe2bd, - [0x5a8d] = 0xe2be, [0x5a8e] = 0xe2bf, [0x5a8f] = 0xe2c0, [0x5a90] = 0xe2c1, - [0x5a91] = 0xe2c2, [0x5a92] = 0xe2c3, [0x5a93] = 0xe2c4, [0x5a94] = 0xe2c5, - [0x5a95] = 0xe2c6, [0x5a96] = 0xe2c7, [0x5a97] = 0xe2c8, [0x5a98] = 0xe2c9, - [0x5a99] = 0xe2ca, [0x5a9a] = 0xe2cb, [0x5a9b] = 0xe2cc, [0x5a9c] = 0xe2cd, - [0x5a9d] = 0xe2ce, [0x5a9e] = 0xe2cf, [0x5a9f] = 0xe2d0, [0x5aa0] = 0xe2d1, - [0x5aa1] = 0xe2d2, [0x5aa2] = 0xe2d3, [0x5aa3] = 0xe2d4, [0x5aa4] = 0xe2d5, - [0x5aa5] = 0xe2d6, [0x5aa6] = 0xe2d7, [0x5aa7] = 0xe2d8, [0x5aa8] = 0xe2d9, - [0x5aa9] = 0xe2da, [0x5aaa] = 0xe2db, [0x5aab] = 0xe2dc, [0x5aac] = 0xe2dd, - [0x5aad] = 0xe2de, [0x5aae] = 0xe2df, [0x5aaf] = 0xe2e0, [0x5ab0] = 0xe2e1, - [0x5ab1] = 0xe2e2, [0x5ab2] = 0xe2e3, [0x5ab3] = 0xe2e4, [0x5ab4] = 0xe2e5, - [0x5ab5] = 0xe2e6, [0x5ab6] = 0xe2e7, [0x5ab7] = 0xe2e8, [0x5ab8] = 0xe2e9, - [0x5ab9] = 0xe2ea, [0x5aba] = 0xe2eb, [0x5abb] = 0xe2ec, [0x5abc] = 0xe2ed, - [0x5abd] = 0xe2ee, [0x5abe] = 0xe2ef, [0x5ac0] = 0x9da3, [0x5ac1] = 0x9da4, - [0x5ac2] = 0x9da5, [0x5ac3] = 0x9da6, [0x5ac4] = 0x9da7, [0x5ac5] = 0x9da8, - [0x5ac6] = 0x9da9, [0x5ac7] = 0x9daa, [0x5ac8] = 0x9dab, [0x5ac9] = 0x9dac, - [0x5aca] = 0x9dad, [0x5acb] = 0x9dae, [0x5acc] = 0x9daf, [0x5acd] = 0x9db0, - [0x5ace] = 0x9db1, [0x5acf] = 0x9db2, [0x5ad0] = 0x9db3, [0x5ad1] = 0x9db4, - [0x5ad2] = 0x9db5, [0x5ad3] = 0x9db6, [0x5ad4] = 0x9db7, [0x5ad5] = 0x9db8, - [0x5ad6] = 0x9db9, [0x5ad7] = 0x9dba, [0x5ad8] = 0x9dbb, [0x5ad9] = 0x9dbc, - [0x5ada] = 0x9dbd, [0x5adb] = 0x9dbe, [0x5adc] = 0x9dbf, [0x5add] = 0x9dc0, - [0x5ade] = 0x9dc1, [0x5adf] = 0x9dc2, [0x5ae0] = 0x9dc3, [0x5ae1] = 0x9dc4, - [0x5ae2] = 0x9dc5, [0x5ae3] = 0x9dc6, [0x5ae4] = 0x9dc7, [0x5ae5] = 0x9dc8, - [0x5ae6] = 0x9dc9, [0x5ae7] = 0x9dca, [0x5ae8] = 0x9dcb, [0x5ae9] = 0x9dcc, - [0x5aea] = 0x9dcd, [0x5aeb] = 0x9dce, [0x5aec] = 0x9dcf, [0x5aed] = 0x9dd0, - [0x5aee] = 0x9dd1, [0x5aef] = 0x9dd2, [0x5af0] = 0x9dd3, [0x5af1] = 0x9dd4, - [0x5af2] = 0x9dd5, [0x5af3] = 0x9dd6, [0x5af4] = 0x9dd7, [0x5af5] = 0x9dd8, - [0x5af6] = 0x9dd9, [0x5af7] = 0x9dda, [0x5af8] = 0x9ddb, [0x5af9] = 0x9ddc, - [0x5afa] = 0x9ddd, [0x5afb] = 0x9dde, [0x5afc] = 0x9ddf, [0x5afd] = 0x9de0, - [0x5afe] = 0x9de1, [0x5b00] = 0x9de2, [0x5b01] = 0x9de3, [0x5b02] = 0x9de4, - [0x5b03] = 0x9de5, [0x5b04] = 0x9de6, [0x5b05] = 0x9de7, [0x5b06] = 0x9de8, - [0x5b07] = 0x9de9, [0x5b08] = 0x9dea, [0x5b09] = 0x9deb, [0x5b0a] = 0x9dec, - [0x5b0b] = 0x9ded, [0x5b0c] = 0x9dee, [0x5b0d] = 0x9def, [0x5b0e] = 0x9df0, - [0x5b0f] = 0x9df1, [0x5b10] = 0x9df2, [0x5b11] = 0x9df3, [0x5b12] = 0x9df4, - [0x5b13] = 0x9df5, [0x5b14] = 0x9df6, [0x5b15] = 0x9df7, [0x5b16] = 0x9df8, - [0x5b17] = 0x9df9, [0x5b18] = 0x9dfa, [0x5b19] = 0x9dfb, [0x5b1a] = 0x9dfc, - [0x5b1b] = 0x9dfd, [0x5b1c] = 0x9dfe, [0x5b1d] = 0x9dff, [0x5b1e] = 0x9e00, - [0x5b1f] = 0x9e01, [0x5b20] = 0x9e02, [0x5b21] = 0xe2f0, [0x5b22] = 0xe2f1, - [0x5b23] = 0xe2f2, [0x5b24] = 0xe2f3, [0x5b25] = 0xe2f4, [0x5b26] = 0xe2f5, - [0x5b27] = 0xe2f6, [0x5b28] = 0xe2f7, [0x5b29] = 0xe2f8, [0x5b2a] = 0xe2f9, - [0x5b2b] = 0xe2fa, [0x5b2c] = 0xe2fb, [0x5b2d] = 0xe2fc, [0x5b2e] = 0xe2fd, - [0x5b2f] = 0xe2fe, [0x5b30] = 0xe2ff, [0x5b31] = 0xe300, [0x5b32] = 0xe301, - [0x5b33] = 0xe302, [0x5b34] = 0xe303, [0x5b35] = 0xe304, [0x5b36] = 0xe305, - [0x5b37] = 0xe306, [0x5b38] = 0xe307, [0x5b39] = 0xe308, [0x5b3a] = 0xe309, - [0x5b3b] = 0xe30a, [0x5b3c] = 0xe30b, [0x5b3d] = 0xe30c, [0x5b3e] = 0xe30d, - [0x5b3f] = 0xe30e, [0x5b40] = 0xe30f, [0x5b41] = 0xe310, [0x5b42] = 0xe311, - [0x5b43] = 0xe312, [0x5b44] = 0xe313, [0x5b45] = 0xe314, [0x5b46] = 0xe315, - [0x5b47] = 0xe316, [0x5b48] = 0xe317, [0x5b49] = 0xe318, [0x5b4a] = 0xe319, - [0x5b4b] = 0xe31a, [0x5b4c] = 0xe31b, [0x5b4d] = 0xe31c, [0x5b4e] = 0xe31d, - [0x5b4f] = 0xe31e, [0x5b50] = 0xe31f, [0x5b51] = 0xe320, [0x5b52] = 0xe321, - [0x5b53] = 0xe322, [0x5b54] = 0xe323, [0x5b55] = 0xe324, [0x5b56] = 0xe325, - [0x5b57] = 0xe326, [0x5b58] = 0xe327, [0x5b59] = 0xe328, [0x5b5a] = 0xe329, - [0x5b5b] = 0xe32a, [0x5b5c] = 0xe32b, [0x5b5d] = 0xe32c, [0x5b5e] = 0xe32d, - [0x5b5f] = 0xe32e, [0x5b60] = 0xe32f, [0x5b61] = 0xe330, [0x5b62] = 0xe331, - [0x5b63] = 0xe332, [0x5b64] = 0xe333, [0x5b65] = 0xe334, [0x5b66] = 0xe335, - [0x5b67] = 0xe336, [0x5b68] = 0xe337, [0x5b69] = 0xe338, [0x5b6a] = 0xe339, - [0x5b6b] = 0xe33a, [0x5b6c] = 0xe33b, [0x5b6d] = 0xe33c, [0x5b6e] = 0xe33d, - [0x5b6f] = 0xe33e, [0x5b70] = 0xe33f, [0x5b71] = 0xe340, [0x5b72] = 0xe341, - [0x5b73] = 0xe342, [0x5b74] = 0xe343, [0x5b75] = 0xe344, [0x5b76] = 0xe345, - [0x5b77] = 0xe346, [0x5b78] = 0xe347, [0x5b79] = 0xe348, [0x5b7a] = 0xe349, - [0x5b7b] = 0xe34a, [0x5b7c] = 0xe34b, [0x5b7d] = 0xe34c, [0x5b7e] = 0xe34d, - [0x5b80] = 0x9e03, [0x5b81] = 0x9e04, [0x5b82] = 0x9e05, [0x5b83] = 0x9e06, - [0x5b84] = 0x9e07, [0x5b85] = 0x9e08, [0x5b86] = 0x9e09, [0x5b87] = 0x9e0a, - [0x5b88] = 0x9e0b, [0x5b89] = 0x9e0c, [0x5b8a] = 0x9e0d, [0x5b8b] = 0x9e0e, - [0x5b8c] = 0x9e0f, [0x5b8d] = 0x9e10, [0x5b8e] = 0x9e11, [0x5b8f] = 0x9e12, - [0x5b90] = 0x9e13, [0x5b91] = 0x9e14, [0x5b92] = 0x9e15, [0x5b93] = 0x9e16, - [0x5b94] = 0x9e17, [0x5b95] = 0x9e18, [0x5b96] = 0x9e19, [0x5b97] = 0x9e1a, - [0x5b98] = 0x9e1b, [0x5b99] = 0x9e1c, [0x5b9a] = 0x9e1d, [0x5b9b] = 0x9e1e, - [0x5b9c] = 0x9e24, [0x5b9d] = 0x9e27, [0x5b9e] = 0x9e2e, [0x5b9f] = 0x9e30, - [0x5ba0] = 0x9e34, [0x5ba1] = 0x9e3b, [0x5ba2] = 0x9e3c, [0x5ba3] = 0x9e40, - [0x5ba4] = 0x9e4d, [0x5ba5] = 0x9e50, [0x5ba6] = 0x9e52, [0x5ba7] = 0x9e53, - [0x5ba8] = 0x9e54, [0x5ba9] = 0x9e56, [0x5baa] = 0x9e59, [0x5bab] = 0x9e5d, - [0x5bac] = 0x9e5f, [0x5bad] = 0x9e60, [0x5bae] = 0x9e61, [0x5baf] = 0x9e62, - [0x5bb0] = 0x9e65, [0x5bb1] = 0x9e6e, [0x5bb2] = 0x9e6f, [0x5bb3] = 0x9e72, - [0x5bb4] = 0x9e74, [0x5bb5] = 0x9e75, [0x5bb6] = 0x9e76, [0x5bb7] = 0x9e77, - [0x5bb8] = 0x9e78, [0x5bb9] = 0x9e79, [0x5bba] = 0x9e7a, [0x5bbb] = 0x9e7b, - [0x5bbc] = 0x9e7c, [0x5bbd] = 0x9e7d, [0x5bbe] = 0x9e80, [0x5bc0] = 0x9e81, - [0x5bc1] = 0x9e83, [0x5bc2] = 0x9e84, [0x5bc3] = 0x9e85, [0x5bc4] = 0x9e86, - [0x5bc5] = 0x9e89, [0x5bc6] = 0x9e8a, [0x5bc7] = 0x9e8c, [0x5bc8] = 0x9e8d, - [0x5bc9] = 0x9e8e, [0x5bca] = 0x9e8f, [0x5bcb] = 0x9e90, [0x5bcc] = 0x9e91, - [0x5bcd] = 0x9e94, [0x5bce] = 0x9e95, [0x5bcf] = 0x9e96, [0x5bd0] = 0x9e97, - [0x5bd1] = 0x9e98, [0x5bd2] = 0x9e99, [0x5bd3] = 0x9e9a, [0x5bd4] = 0x9e9b, - [0x5bd5] = 0x9e9c, [0x5bd6] = 0x9e9e, [0x5bd7] = 0x9ea0, [0x5bd8] = 0x9ea1, - [0x5bd9] = 0x9ea2, [0x5bda] = 0x9ea3, [0x5bdb] = 0x9ea4, [0x5bdc] = 0x9ea5, - [0x5bdd] = 0x9ea7, [0x5bde] = 0x9ea8, [0x5bdf] = 0x9ea9, [0x5be0] = 0x9eaa, - [0x5be1] = 0xe34e, [0x5be2] = 0xe34f, [0x5be3] = 0xe350, [0x5be4] = 0xe351, - [0x5be5] = 0xe352, [0x5be6] = 0xe353, [0x5be7] = 0xe354, [0x5be8] = 0xe355, - [0x5be9] = 0xe356, [0x5bea] = 0xe357, [0x5beb] = 0xe358, [0x5bec] = 0xe359, - [0x5bed] = 0xe35a, [0x5bee] = 0xe35b, [0x5bef] = 0xe35c, [0x5bf0] = 0xe35d, - [0x5bf1] = 0xe35e, [0x5bf2] = 0xe35f, [0x5bf3] = 0xe360, [0x5bf4] = 0xe361, - [0x5bf5] = 0xe362, [0x5bf6] = 0xe363, [0x5bf7] = 0xe364, [0x5bf8] = 0xe365, - [0x5bf9] = 0xe366, [0x5bfa] = 0xe367, [0x5bfb] = 0xe368, [0x5bfc] = 0xe369, - [0x5bfd] = 0xe36a, [0x5bfe] = 0xe36b, [0x5bff] = 0xe36c, [0x5c00] = 0xe36d, - [0x5c01] = 0xe36e, [0x5c02] = 0xe36f, [0x5c03] = 0xe370, [0x5c04] = 0xe371, - [0x5c05] = 0xe372, [0x5c06] = 0xe373, [0x5c07] = 0xe374, [0x5c08] = 0xe375, - [0x5c09] = 0xe376, [0x5c0a] = 0xe377, [0x5c0b] = 0xe378, [0x5c0c] = 0xe379, - [0x5c0d] = 0xe37a, [0x5c0e] = 0xe37b, [0x5c0f] = 0xe37c, [0x5c10] = 0xe37d, - [0x5c11] = 0xe37e, [0x5c12] = 0xe37f, [0x5c13] = 0xe380, [0x5c14] = 0xe381, - [0x5c15] = 0xe382, [0x5c16] = 0xe383, [0x5c17] = 0xe384, [0x5c18] = 0xe385, - [0x5c19] = 0xe386, [0x5c1a] = 0xe387, [0x5c1b] = 0xe388, [0x5c1c] = 0xe389, - [0x5c1d] = 0xe38a, [0x5c1e] = 0xe38b, [0x5c1f] = 0xe38c, [0x5c20] = 0xe38d, - [0x5c21] = 0xe38e, [0x5c22] = 0xe38f, [0x5c23] = 0xe390, [0x5c24] = 0xe391, - [0x5c25] = 0xe392, [0x5c26] = 0xe393, [0x5c27] = 0xe394, [0x5c28] = 0xe395, - [0x5c29] = 0xe396, [0x5c2a] = 0xe397, [0x5c2b] = 0xe398, [0x5c2c] = 0xe399, - [0x5c2d] = 0xe39a, [0x5c2e] = 0xe39b, [0x5c2f] = 0xe39c, [0x5c30] = 0xe39d, - [0x5c31] = 0xe39e, [0x5c32] = 0xe39f, [0x5c33] = 0xe3a0, [0x5c34] = 0xe3a1, - [0x5c35] = 0xe3a2, [0x5c36] = 0xe3a3, [0x5c37] = 0xe3a4, [0x5c38] = 0xe3a5, - [0x5c39] = 0xe3a6, [0x5c3a] = 0xe3a7, [0x5c3b] = 0xe3a8, [0x5c3c] = 0xe3a9, - [0x5c3d] = 0xe3aa, [0x5c3e] = 0xe3ab, [0x5c40] = 0x9eab, [0x5c41] = 0x9eac, - [0x5c42] = 0x9ead, [0x5c43] = 0x9eae, [0x5c44] = 0x9eaf, [0x5c45] = 0x9eb0, - [0x5c46] = 0x9eb1, [0x5c47] = 0x9eb2, [0x5c48] = 0x9eb3, [0x5c49] = 0x9eb5, - [0x5c4a] = 0x9eb6, [0x5c4b] = 0x9eb7, [0x5c4c] = 0x9eb9, [0x5c4d] = 0x9eba, - [0x5c4e] = 0x9ebc, [0x5c4f] = 0x9ebf, [0x5c50] = 0x9ec0, [0x5c51] = 0x9ec1, - [0x5c52] = 0x9ec2, [0x5c53] = 0x9ec3, [0x5c54] = 0x9ec5, [0x5c55] = 0x9ec6, - [0x5c56] = 0x9ec7, [0x5c57] = 0x9ec8, [0x5c58] = 0x9eca, [0x5c59] = 0x9ecb, - [0x5c5a] = 0x9ecc, [0x5c5b] = 0x9ed0, [0x5c5c] = 0x9ed2, [0x5c5d] = 0x9ed3, - [0x5c5e] = 0x9ed5, [0x5c5f] = 0x9ed6, [0x5c60] = 0x9ed7, [0x5c61] = 0x9ed9, - [0x5c62] = 0x9eda, [0x5c63] = 0x9ede, [0x5c64] = 0x9ee1, [0x5c65] = 0x9ee3, - [0x5c66] = 0x9ee4, [0x5c67] = 0x9ee6, [0x5c68] = 0x9ee8, [0x5c69] = 0x9eeb, - [0x5c6a] = 0x9eec, [0x5c6b] = 0x9eed, [0x5c6c] = 0x9eee, [0x5c6d] = 0x9ef0, - [0x5c6e] = 0x9ef1, [0x5c6f] = 0x9ef2, [0x5c70] = 0x9ef3, [0x5c71] = 0x9ef4, - [0x5c72] = 0x9ef5, [0x5c73] = 0x9ef6, [0x5c74] = 0x9ef7, [0x5c75] = 0x9ef8, - [0x5c76] = 0x9efa, [0x5c77] = 0x9efd, [0x5c78] = 0x9eff, [0x5c79] = 0x9f00, - [0x5c7a] = 0x9f01, [0x5c7b] = 0x9f02, [0x5c7c] = 0x9f03, [0x5c7d] = 0x9f04, - [0x5c7e] = 0x9f05, [0x5c80] = 0x9f06, [0x5c81] = 0x9f07, [0x5c82] = 0x9f08, - [0x5c83] = 0x9f09, [0x5c84] = 0x9f0a, [0x5c85] = 0x9f0c, [0x5c86] = 0x9f0f, - [0x5c87] = 0x9f11, [0x5c88] = 0x9f12, [0x5c89] = 0x9f14, [0x5c8a] = 0x9f15, - [0x5c8b] = 0x9f16, [0x5c8c] = 0x9f18, [0x5c8d] = 0x9f1a, [0x5c8e] = 0x9f1b, - [0x5c8f] = 0x9f1c, [0x5c90] = 0x9f1d, [0x5c91] = 0x9f1e, [0x5c92] = 0x9f1f, - [0x5c93] = 0x9f21, [0x5c94] = 0x9f23, [0x5c95] = 0x9f24, [0x5c96] = 0x9f25, - [0x5c97] = 0x9f26, [0x5c98] = 0x9f27, [0x5c99] = 0x9f28, [0x5c9a] = 0x9f29, - [0x5c9b] = 0x9f2a, [0x5c9c] = 0x9f2b, [0x5c9d] = 0x9f2d, [0x5c9e] = 0x9f2e, - [0x5c9f] = 0x9f30, [0x5ca0] = 0x9f31, [0x5ca1] = 0xe3ac, [0x5ca2] = 0xe3ad, - [0x5ca3] = 0xe3ae, [0x5ca4] = 0xe3af, [0x5ca5] = 0xe3b0, [0x5ca6] = 0xe3b1, - [0x5ca7] = 0xe3b2, [0x5ca8] = 0xe3b3, [0x5ca9] = 0xe3b4, [0x5caa] = 0xe3b5, - [0x5cab] = 0xe3b6, [0x5cac] = 0xe3b7, [0x5cad] = 0xe3b8, [0x5cae] = 0xe3b9, - [0x5caf] = 0xe3ba, [0x5cb0] = 0xe3bb, [0x5cb1] = 0xe3bc, [0x5cb2] = 0xe3bd, - [0x5cb3] = 0xe3be, [0x5cb4] = 0xe3bf, [0x5cb5] = 0xe3c0, [0x5cb6] = 0xe3c1, - [0x5cb7] = 0xe3c2, [0x5cb8] = 0xe3c3, [0x5cb9] = 0xe3c4, [0x5cba] = 0xe3c5, - [0x5cbb] = 0xe3c6, [0x5cbc] = 0xe3c7, [0x5cbd] = 0xe3c8, [0x5cbe] = 0xe3c9, - [0x5cbf] = 0xe3ca, [0x5cc0] = 0xe3cb, [0x5cc1] = 0xe3cc, [0x5cc2] = 0xe3cd, - [0x5cc3] = 0xe3ce, [0x5cc4] = 0xe3cf, [0x5cc5] = 0xe3d0, [0x5cc6] = 0xe3d1, - [0x5cc7] = 0xe3d2, [0x5cc8] = 0xe3d3, [0x5cc9] = 0xe3d4, [0x5cca] = 0xe3d5, - [0x5ccb] = 0xe3d6, [0x5ccc] = 0xe3d7, [0x5ccd] = 0xe3d8, [0x5cce] = 0xe3d9, - [0x5ccf] = 0xe3da, [0x5cd0] = 0xe3db, [0x5cd1] = 0xe3dc, [0x5cd2] = 0xe3dd, - [0x5cd3] = 0xe3de, [0x5cd4] = 0xe3df, [0x5cd5] = 0xe3e0, [0x5cd6] = 0xe3e1, - [0x5cd7] = 0xe3e2, [0x5cd8] = 0xe3e3, [0x5cd9] = 0xe3e4, [0x5cda] = 0xe3e5, - [0x5cdb] = 0xe3e6, [0x5cdc] = 0xe3e7, [0x5cdd] = 0xe3e8, [0x5cde] = 0xe3e9, - [0x5cdf] = 0xe3ea, [0x5ce0] = 0xe3eb, [0x5ce1] = 0xe3ec, [0x5ce2] = 0xe3ed, - [0x5ce3] = 0xe3ee, [0x5ce4] = 0xe3ef, [0x5ce5] = 0xe3f0, [0x5ce6] = 0xe3f1, - [0x5ce7] = 0xe3f2, [0x5ce8] = 0xe3f3, [0x5ce9] = 0xe3f4, [0x5cea] = 0xe3f5, - [0x5ceb] = 0xe3f6, [0x5cec] = 0xe3f7, [0x5ced] = 0xe3f8, [0x5cee] = 0xe3f9, - [0x5cef] = 0xe3fa, [0x5cf0] = 0xe3fb, [0x5cf1] = 0xe3fc, [0x5cf2] = 0xe3fd, - [0x5cf3] = 0xe3fe, [0x5cf4] = 0xe3ff, [0x5cf5] = 0xe400, [0x5cf6] = 0xe401, - [0x5cf7] = 0xe402, [0x5cf8] = 0xe403, [0x5cf9] = 0xe404, [0x5cfa] = 0xe405, - [0x5cfb] = 0xe406, [0x5cfc] = 0xe407, [0x5cfd] = 0xe408, [0x5cfe] = 0xe409, - [0x5d00] = 0x9f32, [0x5d01] = 0x9f33, [0x5d02] = 0x9f34, [0x5d03] = 0x9f35, - [0x5d04] = 0x9f36, [0x5d05] = 0x9f38, [0x5d06] = 0x9f3a, [0x5d07] = 0x9f3c, - [0x5d08] = 0x9f3f, [0x5d09] = 0x9f40, [0x5d0a] = 0x9f41, [0x5d0b] = 0x9f42, - [0x5d0c] = 0x9f43, [0x5d0d] = 0x9f45, [0x5d0e] = 0x9f46, [0x5d0f] = 0x9f47, - [0x5d10] = 0x9f48, [0x5d11] = 0x9f49, [0x5d12] = 0x9f4a, [0x5d13] = 0x9f4b, - [0x5d14] = 0x9f4c, [0x5d15] = 0x9f4d, [0x5d16] = 0x9f4e, [0x5d17] = 0x9f4f, - [0x5d18] = 0x9f52, [0x5d19] = 0x9f53, [0x5d1a] = 0x9f54, [0x5d1b] = 0x9f55, - [0x5d1c] = 0x9f56, [0x5d1d] = 0x9f57, [0x5d1e] = 0x9f58, [0x5d1f] = 0x9f59, - [0x5d20] = 0x9f5a, [0x5d21] = 0x9f5b, [0x5d22] = 0x9f5c, [0x5d23] = 0x9f5d, - [0x5d24] = 0x9f5e, [0x5d25] = 0x9f5f, [0x5d26] = 0x9f60, [0x5d27] = 0x9f61, - [0x5d28] = 0x9f62, [0x5d29] = 0x9f63, [0x5d2a] = 0x9f64, [0x5d2b] = 0x9f65, - [0x5d2c] = 0x9f66, [0x5d2d] = 0x9f67, [0x5d2e] = 0x9f68, [0x5d2f] = 0x9f69, - [0x5d30] = 0x9f6a, [0x5d31] = 0x9f6b, [0x5d32] = 0x9f6c, [0x5d33] = 0x9f6d, - [0x5d34] = 0x9f6e, [0x5d35] = 0x9f6f, [0x5d36] = 0x9f70, [0x5d37] = 0x9f71, - [0x5d38] = 0x9f72, [0x5d39] = 0x9f73, [0x5d3a] = 0x9f74, [0x5d3b] = 0x9f75, - [0x5d3c] = 0x9f76, [0x5d3d] = 0x9f77, [0x5d3e] = 0x9f78, [0x5d40] = 0x9f79, - [0x5d41] = 0x9f7a, [0x5d42] = 0x9f7b, [0x5d43] = 0x9f7c, [0x5d44] = 0x9f7d, - [0x5d45] = 0x9f7e, [0x5d46] = 0x9f81, [0x5d47] = 0x9f82, [0x5d48] = 0x9f8d, - [0x5d49] = 0x9f8e, [0x5d4a] = 0x9f8f, [0x5d4b] = 0x9f90, [0x5d4c] = 0x9f91, - [0x5d4d] = 0x9f92, [0x5d4e] = 0x9f93, [0x5d4f] = 0x9f94, [0x5d50] = 0x9f95, - [0x5d51] = 0x9f96, [0x5d52] = 0x9f97, [0x5d53] = 0x9f98, [0x5d54] = 0x9f9c, - [0x5d55] = 0x9f9d, [0x5d56] = 0x9f9e, [0x5d57] = 0x9fa1, [0x5d58] = 0x9fa2, - [0x5d59] = 0x9fa3, [0x5d5a] = 0x9fa4, [0x5d5b] = 0x9fa5, [0x5d5c] = 0xf92c, - [0x5d5d] = 0xf979, [0x5d5e] = 0xf995, [0x5d5f] = 0xf9e7, [0x5d60] = 0xf9f1, - [0x5d61] = 0xe40a, [0x5d62] = 0xe40b, [0x5d63] = 0xe40c, [0x5d64] = 0xe40d, - [0x5d65] = 0xe40e, [0x5d66] = 0xe40f, [0x5d67] = 0xe410, [0x5d68] = 0xe411, - [0x5d69] = 0xe412, [0x5d6a] = 0xe413, [0x5d6b] = 0xe414, [0x5d6c] = 0xe415, - [0x5d6d] = 0xe416, [0x5d6e] = 0xe417, [0x5d6f] = 0xe418, [0x5d70] = 0xe419, - [0x5d71] = 0xe41a, [0x5d72] = 0xe41b, [0x5d73] = 0xe41c, [0x5d74] = 0xe41d, - [0x5d75] = 0xe41e, [0x5d76] = 0xe41f, [0x5d77] = 0xe420, [0x5d78] = 0xe421, - [0x5d79] = 0xe422, [0x5d7a] = 0xe423, [0x5d7b] = 0xe424, [0x5d7c] = 0xe425, - [0x5d7d] = 0xe426, [0x5d7e] = 0xe427, [0x5d7f] = 0xe428, [0x5d80] = 0xe429, - [0x5d81] = 0xe42a, [0x5d82] = 0xe42b, [0x5d83] = 0xe42c, [0x5d84] = 0xe42d, - [0x5d85] = 0xe42e, [0x5d86] = 0xe42f, [0x5d87] = 0xe430, [0x5d88] = 0xe431, - [0x5d89] = 0xe432, [0x5d8a] = 0xe433, [0x5d8b] = 0xe434, [0x5d8c] = 0xe435, - [0x5d8d] = 0xe436, [0x5d8e] = 0xe437, [0x5d8f] = 0xe438, [0x5d90] = 0xe439, - [0x5d91] = 0xe43a, [0x5d92] = 0xe43b, [0x5d93] = 0xe43c, [0x5d94] = 0xe43d, - [0x5d95] = 0xe43e, [0x5d96] = 0xe43f, [0x5d97] = 0xe440, [0x5d98] = 0xe441, - [0x5d99] = 0xe442, [0x5d9a] = 0xe443, [0x5d9b] = 0xe444, [0x5d9c] = 0xe445, - [0x5d9d] = 0xe446, [0x5d9e] = 0xe447, [0x5d9f] = 0xe448, [0x5da0] = 0xe449, - [0x5da1] = 0xe44a, [0x5da2] = 0xe44b, [0x5da3] = 0xe44c, [0x5da4] = 0xe44d, - [0x5da5] = 0xe44e, [0x5da6] = 0xe44f, [0x5da7] = 0xe450, [0x5da8] = 0xe451, - [0x5da9] = 0xe452, [0x5daa] = 0xe453, [0x5dab] = 0xe454, [0x5dac] = 0xe455, - [0x5dad] = 0xe456, [0x5dae] = 0xe457, [0x5daf] = 0xe458, [0x5db0] = 0xe459, - [0x5db1] = 0xe45a, [0x5db2] = 0xe45b, [0x5db3] = 0xe45c, [0x5db4] = 0xe45d, - [0x5db5] = 0xe45e, [0x5db6] = 0xe45f, [0x5db7] = 0xe460, [0x5db8] = 0xe461, - [0x5db9] = 0xe462, [0x5dba] = 0xe463, [0x5dbb] = 0xe464, [0x5dbc] = 0xe465, - [0x5dbd] = 0xe466, [0x5dbe] = 0xe467, [0x5dc0] = 0xfa0c, [0x5dc1] = 0xfa0d, - [0x5dc2] = 0xfa0e, [0x5dc3] = 0xfa0f, [0x5dc4] = 0xfa11, [0x5dc5] = 0xfa13, - [0x5dc6] = 0xfa14, [0x5dc7] = 0xfa18, [0x5dc8] = 0xfa1f, [0x5dc9] = 0xfa20, - [0x5dca] = 0xfa21, [0x5dcb] = 0xfa23, [0x5dcc] = 0xfa24, [0x5dcd] = 0xfa27, - [0x5dce] = 0xfa28, [0x5dcf] = 0xfa29, [0x5dd0] = 0x2e81, [0x5dd1] = 0xe816, - [0x5dd2] = 0xe817, [0x5dd3] = 0xe818, [0x5dd4] = 0x2e84, [0x5dd5] = 0x3473, - [0x5dd6] = 0x3447, [0x5dd7] = 0x2e88, [0x5dd8] = 0x2e8b, [0x5dd9] = 0xe81e, - [0x5dda] = 0x359e, [0x5ddb] = 0x361a, [0x5ddc] = 0x360e, [0x5ddd] = 0x2e8c, - [0x5dde] = 0x2e97, [0x5ddf] = 0x396e, [0x5de0] = 0x3918, [0x5de1] = 0xe826, - [0x5de2] = 0x39cf, [0x5de3] = 0x39df, [0x5de4] = 0x3a73, [0x5de5] = 0x39d0, - [0x5de6] = 0xe82b, [0x5de7] = 0xe82c, [0x5de8] = 0x3b4e, [0x5de9] = 0x3c6e, - [0x5dea] = 0x3ce0, [0x5deb] = 0x2ea7, [0x5dec] = 0xe831, [0x5ded] = 0xe832, - [0x5dee] = 0x2eaa, [0x5def] = 0x4056, [0x5df0] = 0x415f, [0x5df1] = 0x2eae, - [0x5df2] = 0x4337, [0x5df3] = 0x2eb3, [0x5df4] = 0x2eb6, [0x5df5] = 0x2eb7, - [0x5df6] = 0xe83b, [0x5df7] = 0x43b1, [0x5df8] = 0x43ac, [0x5df9] = 0x2ebb, - [0x5dfa] = 0x43dd, [0x5dfb] = 0x44d6, [0x5dfc] = 0x4661, [0x5dfd] = 0x464c, - [0x5dfe] = 0xe843, [0x5e00] = 0x4723, [0x5e01] = 0x4729, [0x5e02] = 0x477c, - [0x5e03] = 0x478d, [0x5e04] = 0x2eca, [0x5e05] = 0x4947, [0x5e06] = 0x497a, - [0x5e07] = 0x497d, [0x5e08] = 0x4982, [0x5e09] = 0x4983, [0x5e0a] = 0x4985, - [0x5e0b] = 0x4986, [0x5e0c] = 0x499f, [0x5e0d] = 0x499b, [0x5e0e] = 0x49b7, - [0x5e0f] = 0x49b6, [0x5e10] = 0xe854, [0x5e11] = 0xe855, [0x5e12] = 0x4ca3, - [0x5e13] = 0x4c9f, [0x5e14] = 0x4ca0, [0x5e15] = 0x4ca1, [0x5e16] = 0x4c77, - [0x5e17] = 0x4ca2, [0x5e18] = 0x4d13, [0x5e19] = 0x4d14, [0x5e1a] = 0x4d15, - [0x5e1b] = 0x4d16, [0x5e1c] = 0x4d17, [0x5e1d] = 0x4d18, [0x5e1e] = 0x4d19, - [0x5e1f] = 0x4dae, [0x5e20] = 0xe864, [0x5e21] = 0xe468, [0x5e22] = 0xe469, - [0x5e23] = 0xe46a, [0x5e24] = 0xe46b, [0x5e25] = 0xe46c, [0x5e26] = 0xe46d, - [0x5e27] = 0xe46e, [0x5e28] = 0xe46f, [0x5e29] = 0xe470, [0x5e2a] = 0xe471, - [0x5e2b] = 0xe472, [0x5e2c] = 0xe473, [0x5e2d] = 0xe474, [0x5e2e] = 0xe475, - [0x5e2f] = 0xe476, [0x5e30] = 0xe477, [0x5e31] = 0xe478, [0x5e32] = 0xe479, - [0x5e33] = 0xe47a, [0x5e34] = 0xe47b, [0x5e35] = 0xe47c, [0x5e36] = 0xe47d, - [0x5e37] = 0xe47e, [0x5e38] = 0xe47f, [0x5e39] = 0xe480, [0x5e3a] = 0xe481, - [0x5e3b] = 0xe482, [0x5e3c] = 0xe483, [0x5e3d] = 0xe484, [0x5e3e] = 0xe485, - [0x5e3f] = 0xe486, [0x5e40] = 0xe487, [0x5e41] = 0xe488, [0x5e42] = 0xe489, - [0x5e43] = 0xe48a, [0x5e44] = 0xe48b, [0x5e45] = 0xe48c, [0x5e46] = 0xe48d, - [0x5e47] = 0xe48e, [0x5e48] = 0xe48f, [0x5e49] = 0xe490, [0x5e4a] = 0xe491, - [0x5e4b] = 0xe492, [0x5e4c] = 0xe493, [0x5e4d] = 0xe494, [0x5e4e] = 0xe495, - [0x5e4f] = 0xe496, [0x5e50] = 0xe497, [0x5e51] = 0xe498, [0x5e52] = 0xe499, - [0x5e53] = 0xe49a, [0x5e54] = 0xe49b, [0x5e55] = 0xe49c, [0x5e56] = 0xe49d, - [0x5e57] = 0xe49e, [0x5e58] = 0xe49f, [0x5e59] = 0xe4a0, [0x5e5a] = 0xe4a1, - [0x5e5b] = 0xe4a2, [0x5e5c] = 0xe4a3, [0x5e5d] = 0xe4a4, [0x5e5e] = 0xe4a5, - [0x5e5f] = 0xe4a6, [0x5e60] = 0xe4a7, [0x5e61] = 0xe4a8, [0x5e62] = 0xe4a9, - [0x5e63] = 0xe4aa, [0x5e64] = 0xe4ab, [0x5e65] = 0xe4ac, [0x5e66] = 0xe4ad, - [0x5e67] = 0xe4ae, [0x5e68] = 0xe4af, [0x5e69] = 0xe4b0, [0x5e6a] = 0xe4b1, - [0x5e6b] = 0xe4b2, [0x5e6c] = 0xe4b3, [0x5e6d] = 0xe4b4, [0x5e6e] = 0xe4b5, - [0x5e6f] = 0xe4b6, [0x5e70] = 0xe4b7, [0x5e71] = 0xe4b8, [0x5e72] = 0xe4b9, - [0x5e73] = 0xe4ba, [0x5e74] = 0xe4bb, [0x5e75] = 0xe4bc, [0x5e76] = 0xe4bd, - [0x5e77] = 0xe4be, [0x5e78] = 0xe4bf, [0x5e79] = 0xe4c0, [0x5e7a] = 0xe4c1, - [0x5e7b] = 0xe4c2, [0x5e7c] = 0xe4c3, [0x5e7d] = 0xe4c4, [0x5e7e] = 0xe4c5, + [0x0000] = 0x4e02, [0x0001] = 0x4e04, [0x0002] = 0x4e05, [0x0003] = 0x4e06, + [0x0004] = 0x4e0f, [0x0005] = 0x4e12, [0x0006] = 0x4e17, [0x0007] = 0x4e1f, + [0x0008] = 0x4e20, [0x0009] = 0x4e21, [0x000a] = 0x4e23, [0x000b] = 0x4e26, + [0x000c] = 0x4e29, [0x000d] = 0x4e2e, [0x000e] = 0x4e2f, [0x000f] = 0x4e31, + [0x0010] = 0x4e33, [0x0011] = 0x4e35, [0x0012] = 0x4e37, [0x0013] = 0x4e3c, + [0x0014] = 0x4e40, [0x0015] = 0x4e41, [0x0016] = 0x4e42, [0x0017] = 0x4e44, + [0x0018] = 0x4e46, [0x0019] = 0x4e4a, [0x001a] = 0x4e51, [0x001b] = 0x4e55, + [0x001c] = 0x4e57, [0x001d] = 0x4e5a, [0x001e] = 0x4e5b, [0x001f] = 0x4e62, + [0x0020] = 0x4e63, [0x0021] = 0x4e64, [0x0022] = 0x4e65, [0x0023] = 0x4e67, + [0x0024] = 0x4e68, [0x0025] = 0x4e6a, [0x0026] = 0x4e6b, [0x0027] = 0x4e6c, + [0x0028] = 0x4e6d, [0x0029] = 0x4e6e, [0x002a] = 0x4e6f, [0x002b] = 0x4e72, + [0x002c] = 0x4e74, [0x002d] = 0x4e75, [0x002e] = 0x4e76, [0x002f] = 0x4e77, + [0x0030] = 0x4e78, [0x0031] = 0x4e79, [0x0032] = 0x4e7a, [0x0033] = 0x4e7b, + [0x0034] = 0x4e7c, [0x0035] = 0x4e7d, [0x0036] = 0x4e7f, [0x0037] = 0x4e80, + [0x0038] = 0x4e81, [0x0039] = 0x4e82, [0x003a] = 0x4e83, [0x003b] = 0x4e84, + [0x003c] = 0x4e85, [0x003d] = 0x4e87, [0x003e] = 0x4e8a, [0x0040] = 0x4e90, + [0x0041] = 0x4e96, [0x0042] = 0x4e97, [0x0043] = 0x4e99, [0x0044] = 0x4e9c, + [0x0045] = 0x4e9d, [0x0046] = 0x4e9e, [0x0047] = 0x4ea3, [0x0048] = 0x4eaa, + [0x0049] = 0x4eaf, [0x004a] = 0x4eb0, [0x004b] = 0x4eb1, [0x004c] = 0x4eb4, + [0x004d] = 0x4eb6, [0x004e] = 0x4eb7, [0x004f] = 0x4eb8, [0x0050] = 0x4eb9, + [0x0051] = 0x4ebc, [0x0052] = 0x4ebd, [0x0053] = 0x4ebe, [0x0054] = 0x4ec8, + [0x0055] = 0x4ecc, [0x0056] = 0x4ecf, [0x0057] = 0x4ed0, [0x0058] = 0x4ed2, + [0x0059] = 0x4eda, [0x005a] = 0x4edb, [0x005b] = 0x4edc, [0x005c] = 0x4ee0, + [0x005d] = 0x4ee2, [0x005e] = 0x4ee6, [0x005f] = 0x4ee7, [0x0060] = 0x4ee9, + [0x0061] = 0x4eed, [0x0062] = 0x4eee, [0x0063] = 0x4eef, [0x0064] = 0x4ef1, + [0x0065] = 0x4ef4, [0x0066] = 0x4ef8, [0x0067] = 0x4ef9, [0x0068] = 0x4efa, + [0x0069] = 0x4efc, [0x006a] = 0x4efe, [0x006b] = 0x4f00, [0x006c] = 0x4f02, + [0x006d] = 0x4f03, [0x006e] = 0x4f04, [0x006f] = 0x4f05, [0x0070] = 0x4f06, + [0x0071] = 0x4f07, [0x0072] = 0x4f08, [0x0073] = 0x4f0b, [0x0074] = 0x4f0c, + [0x0075] = 0x4f12, [0x0076] = 0x4f13, [0x0077] = 0x4f14, [0x0078] = 0x4f15, + [0x0079] = 0x4f16, [0x007a] = 0x4f1c, [0x007b] = 0x4f1d, [0x007c] = 0x4f21, + [0x007d] = 0x4f23, [0x007e] = 0x4f28, [0x007f] = 0x4f29, [0x0080] = 0x4f2c, + [0x0081] = 0x4f2d, [0x0082] = 0x4f2e, [0x0083] = 0x4f31, [0x0084] = 0x4f33, + [0x0085] = 0x4f35, [0x0086] = 0x4f37, [0x0087] = 0x4f39, [0x0088] = 0x4f3b, + [0x0089] = 0x4f3e, [0x008a] = 0x4f3f, [0x008b] = 0x4f40, [0x008c] = 0x4f41, + [0x008d] = 0x4f42, [0x008e] = 0x4f44, [0x008f] = 0x4f45, [0x0090] = 0x4f47, + [0x0091] = 0x4f48, [0x0092] = 0x4f49, [0x0093] = 0x4f4a, [0x0094] = 0x4f4b, + [0x0095] = 0x4f4c, [0x0096] = 0x4f52, [0x0097] = 0x4f54, [0x0098] = 0x4f56, + [0x0099] = 0x4f61, [0x009a] = 0x4f62, [0x009b] = 0x4f66, [0x009c] = 0x4f68, + [0x009d] = 0x4f6a, [0x009e] = 0x4f6b, [0x009f] = 0x4f6d, [0x00a0] = 0x4f6e, + [0x00a1] = 0x4f71, [0x00a2] = 0x4f72, [0x00a3] = 0x4f75, [0x00a4] = 0x4f77, + [0x00a5] = 0x4f78, [0x00a6] = 0x4f79, [0x00a7] = 0x4f7a, [0x00a8] = 0x4f7d, + [0x00a9] = 0x4f80, [0x00aa] = 0x4f81, [0x00ab] = 0x4f82, [0x00ac] = 0x4f85, + [0x00ad] = 0x4f86, [0x00ae] = 0x4f87, [0x00af] = 0x4f8a, [0x00b0] = 0x4f8c, + [0x00b1] = 0x4f8e, [0x00b2] = 0x4f90, [0x00b3] = 0x4f92, [0x00b4] = 0x4f93, + [0x00b5] = 0x4f95, [0x00b6] = 0x4f96, [0x00b7] = 0x4f98, [0x00b8] = 0x4f99, + [0x00b9] = 0x4f9a, [0x00ba] = 0x4f9c, [0x00bb] = 0x4f9e, [0x00bc] = 0x4f9f, + [0x00bd] = 0x4fa1, [0x00be] = 0x4fa2, [0x00c0] = 0x4fa4, [0x00c1] = 0x4fab, + [0x00c2] = 0x4fad, [0x00c3] = 0x4fb0, [0x00c4] = 0x4fb1, [0x00c5] = 0x4fb2, + [0x00c6] = 0x4fb3, [0x00c7] = 0x4fb4, [0x00c8] = 0x4fb6, [0x00c9] = 0x4fb7, + [0x00ca] = 0x4fb8, [0x00cb] = 0x4fb9, [0x00cc] = 0x4fba, [0x00cd] = 0x4fbb, + [0x00ce] = 0x4fbc, [0x00cf] = 0x4fbd, [0x00d0] = 0x4fbe, [0x00d1] = 0x4fc0, + [0x00d2] = 0x4fc1, [0x00d3] = 0x4fc2, [0x00d4] = 0x4fc6, [0x00d5] = 0x4fc7, + [0x00d6] = 0x4fc8, [0x00d7] = 0x4fc9, [0x00d8] = 0x4fcb, [0x00d9] = 0x4fcc, + [0x00da] = 0x4fcd, [0x00db] = 0x4fd2, [0x00dc] = 0x4fd3, [0x00dd] = 0x4fd4, + [0x00de] = 0x4fd5, [0x00df] = 0x4fd6, [0x00e0] = 0x4fd9, [0x00e1] = 0x4fdb, + [0x00e2] = 0x4fe0, [0x00e3] = 0x4fe2, [0x00e4] = 0x4fe4, [0x00e5] = 0x4fe5, + [0x00e6] = 0x4fe7, [0x00e7] = 0x4feb, [0x00e8] = 0x4fec, [0x00e9] = 0x4ff0, + [0x00ea] = 0x4ff2, [0x00eb] = 0x4ff4, [0x00ec] = 0x4ff5, [0x00ed] = 0x4ff6, + [0x00ee] = 0x4ff7, [0x00ef] = 0x4ff9, [0x00f0] = 0x4ffb, [0x00f1] = 0x4ffc, + [0x00f2] = 0x4ffd, [0x00f3] = 0x4fff, [0x00f4] = 0x5000, [0x00f5] = 0x5001, + [0x00f6] = 0x5002, [0x00f7] = 0x5003, [0x00f8] = 0x5004, [0x00f9] = 0x5005, + [0x00fa] = 0x5006, [0x00fb] = 0x5007, [0x00fc] = 0x5008, [0x00fd] = 0x5009, + [0x00fe] = 0x500a, [0x0100] = 0x500b, [0x0101] = 0x500e, [0x0102] = 0x5010, + [0x0103] = 0x5011, [0x0104] = 0x5013, [0x0105] = 0x5015, [0x0106] = 0x5016, + [0x0107] = 0x5017, [0x0108] = 0x501b, [0x0109] = 0x501d, [0x010a] = 0x501e, + [0x010b] = 0x5020, [0x010c] = 0x5022, [0x010d] = 0x5023, [0x010e] = 0x5024, + [0x010f] = 0x5027, [0x0110] = 0x502b, [0x0111] = 0x502f, [0x0112] = 0x5030, + [0x0113] = 0x5031, [0x0114] = 0x5032, [0x0115] = 0x5033, [0x0116] = 0x5034, + [0x0117] = 0x5035, [0x0118] = 0x5036, [0x0119] = 0x5037, [0x011a] = 0x5038, + [0x011b] = 0x5039, [0x011c] = 0x503b, [0x011d] = 0x503d, [0x011e] = 0x503f, + [0x011f] = 0x5040, [0x0120] = 0x5041, [0x0121] = 0x5042, [0x0122] = 0x5044, + [0x0123] = 0x5045, [0x0124] = 0x5046, [0x0125] = 0x5049, [0x0126] = 0x504a, + [0x0127] = 0x504b, [0x0128] = 0x504d, [0x0129] = 0x5050, [0x012a] = 0x5051, + [0x012b] = 0x5052, [0x012c] = 0x5053, [0x012d] = 0x5054, [0x012e] = 0x5056, + [0x012f] = 0x5057, [0x0130] = 0x5058, [0x0131] = 0x5059, [0x0132] = 0x505b, + [0x0133] = 0x505d, [0x0134] = 0x505e, [0x0135] = 0x505f, [0x0136] = 0x5060, + [0x0137] = 0x5061, [0x0138] = 0x5062, [0x0139] = 0x5063, [0x013a] = 0x5064, + [0x013b] = 0x5066, [0x013c] = 0x5067, [0x013d] = 0x5068, [0x013e] = 0x5069, + [0x013f] = 0x506a, [0x0140] = 0x506b, [0x0141] = 0x506d, [0x0142] = 0x506e, + [0x0143] = 0x506f, [0x0144] = 0x5070, [0x0145] = 0x5071, [0x0146] = 0x5072, + [0x0147] = 0x5073, [0x0148] = 0x5074, [0x0149] = 0x5075, [0x014a] = 0x5078, + [0x014b] = 0x5079, [0x014c] = 0x507a, [0x014d] = 0x507c, [0x014e] = 0x507d, + [0x014f] = 0x5081, [0x0150] = 0x5082, [0x0151] = 0x5083, [0x0152] = 0x5084, + [0x0153] = 0x5086, [0x0154] = 0x5087, [0x0155] = 0x5089, [0x0156] = 0x508a, + [0x0157] = 0x508b, [0x0158] = 0x508c, [0x0159] = 0x508e, [0x015a] = 0x508f, + [0x015b] = 0x5090, [0x015c] = 0x5091, [0x015d] = 0x5092, [0x015e] = 0x5093, + [0x015f] = 0x5094, [0x0160] = 0x5095, [0x0161] = 0x5096, [0x0162] = 0x5097, + [0x0163] = 0x5098, [0x0164] = 0x5099, [0x0165] = 0x509a, [0x0166] = 0x509b, + [0x0167] = 0x509c, [0x0168] = 0x509d, [0x0169] = 0x509e, [0x016a] = 0x509f, + [0x016b] = 0x50a0, [0x016c] = 0x50a1, [0x016d] = 0x50a2, [0x016e] = 0x50a4, + [0x016f] = 0x50a6, [0x0170] = 0x50aa, [0x0171] = 0x50ab, [0x0172] = 0x50ad, + [0x0173] = 0x50ae, [0x0174] = 0x50af, [0x0175] = 0x50b0, [0x0176] = 0x50b1, + [0x0177] = 0x50b3, [0x0178] = 0x50b4, [0x0179] = 0x50b5, [0x017a] = 0x50b6, + [0x017b] = 0x50b7, [0x017c] = 0x50b8, [0x017d] = 0x50b9, [0x017e] = 0x50bc, + [0x0180] = 0x50bd, [0x0181] = 0x50be, [0x0182] = 0x50bf, [0x0183] = 0x50c0, + [0x0184] = 0x50c1, [0x0185] = 0x50c2, [0x0186] = 0x50c3, [0x0187] = 0x50c4, + [0x0188] = 0x50c5, [0x0189] = 0x50c6, [0x018a] = 0x50c7, [0x018b] = 0x50c8, + [0x018c] = 0x50c9, [0x018d] = 0x50ca, [0x018e] = 0x50cb, [0x018f] = 0x50cc, + [0x0190] = 0x50cd, [0x0191] = 0x50ce, [0x0192] = 0x50d0, [0x0193] = 0x50d1, + [0x0194] = 0x50d2, [0x0195] = 0x50d3, [0x0196] = 0x50d4, [0x0197] = 0x50d5, + [0x0198] = 0x50d7, [0x0199] = 0x50d8, [0x019a] = 0x50d9, [0x019b] = 0x50db, + [0x019c] = 0x50dc, [0x019d] = 0x50dd, [0x019e] = 0x50de, [0x019f] = 0x50df, + [0x01a0] = 0x50e0, [0x01a1] = 0x50e1, [0x01a2] = 0x50e2, [0x01a3] = 0x50e3, + [0x01a4] = 0x50e4, [0x01a5] = 0x50e5, [0x01a6] = 0x50e8, [0x01a7] = 0x50e9, + [0x01a8] = 0x50ea, [0x01a9] = 0x50eb, [0x01aa] = 0x50ef, [0x01ab] = 0x50f0, + [0x01ac] = 0x50f1, [0x01ad] = 0x50f2, [0x01ae] = 0x50f4, [0x01af] = 0x50f6, + [0x01b0] = 0x50f7, [0x01b1] = 0x50f8, [0x01b2] = 0x50f9, [0x01b3] = 0x50fa, + [0x01b4] = 0x50fc, [0x01b5] = 0x50fd, [0x01b6] = 0x50fe, [0x01b7] = 0x50ff, + [0x01b8] = 0x5100, [0x01b9] = 0x5101, [0x01ba] = 0x5102, [0x01bb] = 0x5103, + [0x01bc] = 0x5104, [0x01bd] = 0x5105, [0x01be] = 0x5108, [0x01c0] = 0x5109, + [0x01c1] = 0x510a, [0x01c2] = 0x510c, [0x01c3] = 0x510d, [0x01c4] = 0x510e, + [0x01c5] = 0x510f, [0x01c6] = 0x5110, [0x01c7] = 0x5111, [0x01c8] = 0x5113, + [0x01c9] = 0x5114, [0x01ca] = 0x5115, [0x01cb] = 0x5116, [0x01cc] = 0x5117, + [0x01cd] = 0x5118, [0x01ce] = 0x5119, [0x01cf] = 0x511a, [0x01d0] = 0x511b, + [0x01d1] = 0x511c, [0x01d2] = 0x511d, [0x01d3] = 0x511e, [0x01d4] = 0x511f, + [0x01d5] = 0x5120, [0x01d6] = 0x5122, [0x01d7] = 0x5123, [0x01d8] = 0x5124, + [0x01d9] = 0x5125, [0x01da] = 0x5126, [0x01db] = 0x5127, [0x01dc] = 0x5128, + [0x01dd] = 0x5129, [0x01de] = 0x512a, [0x01df] = 0x512b, [0x01e0] = 0x512c, + [0x01e1] = 0x512d, [0x01e2] = 0x512e, [0x01e3] = 0x512f, [0x01e4] = 0x5130, + [0x01e5] = 0x5131, [0x01e6] = 0x5132, [0x01e7] = 0x5133, [0x01e8] = 0x5134, + [0x01e9] = 0x5135, [0x01ea] = 0x5136, [0x01eb] = 0x5137, [0x01ec] = 0x5138, + [0x01ed] = 0x5139, [0x01ee] = 0x513a, [0x01ef] = 0x513b, [0x01f0] = 0x513c, + [0x01f1] = 0x513d, [0x01f2] = 0x513e, [0x01f3] = 0x5142, [0x01f4] = 0x5147, + [0x01f5] = 0x514a, [0x01f6] = 0x514c, [0x01f7] = 0x514e, [0x01f8] = 0x514f, + [0x01f9] = 0x5150, [0x01fa] = 0x5152, [0x01fb] = 0x5153, [0x01fc] = 0x5157, + [0x01fd] = 0x5158, [0x01fe] = 0x5159, [0x01ff] = 0x515b, [0x0200] = 0x515d, + [0x0201] = 0x515e, [0x0202] = 0x515f, [0x0203] = 0x5160, [0x0204] = 0x5161, + [0x0205] = 0x5163, [0x0206] = 0x5164, [0x0207] = 0x5166, [0x0208] = 0x5167, + [0x0209] = 0x5169, [0x020a] = 0x516a, [0x020b] = 0x516f, [0x020c] = 0x5172, + [0x020d] = 0x517a, [0x020e] = 0x517e, [0x020f] = 0x517f, [0x0210] = 0x5183, + [0x0211] = 0x5184, [0x0212] = 0x5186, [0x0213] = 0x5187, [0x0214] = 0x518a, + [0x0215] = 0x518b, [0x0216] = 0x518e, [0x0217] = 0x518f, [0x0218] = 0x5190, + [0x0219] = 0x5191, [0x021a] = 0x5193, [0x021b] = 0x5194, [0x021c] = 0x5198, + [0x021d] = 0x519a, [0x021e] = 0x519d, [0x021f] = 0x519e, [0x0220] = 0x519f, + [0x0221] = 0x51a1, [0x0222] = 0x51a3, [0x0223] = 0x51a6, [0x0224] = 0x51a7, + [0x0225] = 0x51a8, [0x0226] = 0x51a9, [0x0227] = 0x51aa, [0x0228] = 0x51ad, + [0x0229] = 0x51ae, [0x022a] = 0x51b4, [0x022b] = 0x51b8, [0x022c] = 0x51b9, + [0x022d] = 0x51ba, [0x022e] = 0x51be, [0x022f] = 0x51bf, [0x0230] = 0x51c1, + [0x0231] = 0x51c2, [0x0232] = 0x51c3, [0x0233] = 0x51c5, [0x0234] = 0x51c8, + [0x0235] = 0x51ca, [0x0236] = 0x51cd, [0x0237] = 0x51ce, [0x0238] = 0x51d0, + [0x0239] = 0x51d2, [0x023a] = 0x51d3, [0x023b] = 0x51d4, [0x023c] = 0x51d5, + [0x023d] = 0x51d6, [0x023e] = 0x51d7, [0x0240] = 0x51d8, [0x0241] = 0x51d9, + [0x0242] = 0x51da, [0x0243] = 0x51dc, [0x0244] = 0x51de, [0x0245] = 0x51df, + [0x0246] = 0x51e2, [0x0247] = 0x51e3, [0x0248] = 0x51e5, [0x0249] = 0x51e6, + [0x024a] = 0x51e7, [0x024b] = 0x51e8, [0x024c] = 0x51e9, [0x024d] = 0x51ea, + [0x024e] = 0x51ec, [0x024f] = 0x51ee, [0x0250] = 0x51f1, [0x0251] = 0x51f2, + [0x0252] = 0x51f4, [0x0253] = 0x51f7, [0x0254] = 0x51fe, [0x0255] = 0x5204, + [0x0256] = 0x5205, [0x0257] = 0x5209, [0x0258] = 0x520b, [0x0259] = 0x520c, + [0x025a] = 0x520f, [0x025b] = 0x5210, [0x025c] = 0x5213, [0x025d] = 0x5214, + [0x025e] = 0x5215, [0x025f] = 0x521c, [0x0260] = 0x521e, [0x0261] = 0x521f, + [0x0262] = 0x5221, [0x0263] = 0x5222, [0x0264] = 0x5223, [0x0265] = 0x5225, + [0x0266] = 0x5226, [0x0267] = 0x5227, [0x0268] = 0x522a, [0x0269] = 0x522c, + [0x026a] = 0x522f, [0x026b] = 0x5231, [0x026c] = 0x5232, [0x026d] = 0x5234, + [0x026e] = 0x5235, [0x026f] = 0x523c, [0x0270] = 0x523e, [0x0271] = 0x5244, + [0x0272] = 0x5245, [0x0273] = 0x5246, [0x0274] = 0x5247, [0x0275] = 0x5248, + [0x0276] = 0x5249, [0x0277] = 0x524b, [0x0278] = 0x524e, [0x0279] = 0x524f, + [0x027a] = 0x5252, [0x027b] = 0x5253, [0x027c] = 0x5255, [0x027d] = 0x5257, + [0x027e] = 0x5258, [0x0280] = 0x5259, [0x0281] = 0x525a, [0x0282] = 0x525b, + [0x0283] = 0x525d, [0x0284] = 0x525f, [0x0285] = 0x5260, [0x0286] = 0x5262, + [0x0287] = 0x5263, [0x0288] = 0x5264, [0x0289] = 0x5266, [0x028a] = 0x5268, + [0x028b] = 0x526b, [0x028c] = 0x526c, [0x028d] = 0x526d, [0x028e] = 0x526e, + [0x028f] = 0x5270, [0x0290] = 0x5271, [0x0291] = 0x5273, [0x0292] = 0x5274, + [0x0293] = 0x5275, [0x0294] = 0x5276, [0x0295] = 0x5277, [0x0296] = 0x5278, + [0x0297] = 0x5279, [0x0298] = 0x527a, [0x0299] = 0x527b, [0x029a] = 0x527c, + [0x029b] = 0x527e, [0x029c] = 0x5280, [0x029d] = 0x5283, [0x029e] = 0x5284, + [0x029f] = 0x5285, [0x02a0] = 0x5286, [0x02a1] = 0x5287, [0x02a2] = 0x5289, + [0x02a3] = 0x528a, [0x02a4] = 0x528b, [0x02a5] = 0x528c, [0x02a6] = 0x528d, + [0x02a7] = 0x528e, [0x02a8] = 0x528f, [0x02a9] = 0x5291, [0x02aa] = 0x5292, + [0x02ab] = 0x5294, [0x02ac] = 0x5295, [0x02ad] = 0x5296, [0x02ae] = 0x5297, + [0x02af] = 0x5298, [0x02b0] = 0x5299, [0x02b1] = 0x529a, [0x02b2] = 0x529c, + [0x02b3] = 0x52a4, [0x02b4] = 0x52a5, [0x02b5] = 0x52a6, [0x02b6] = 0x52a7, + [0x02b7] = 0x52ae, [0x02b8] = 0x52af, [0x02b9] = 0x52b0, [0x02ba] = 0x52b4, + [0x02bb] = 0x52b5, [0x02bc] = 0x52b6, [0x02bd] = 0x52b7, [0x02be] = 0x52b8, + [0x02bf] = 0x52b9, [0x02c0] = 0x52ba, [0x02c1] = 0x52bb, [0x02c2] = 0x52bc, + [0x02c3] = 0x52bd, [0x02c4] = 0x52c0, [0x02c5] = 0x52c1, [0x02c6] = 0x52c2, + [0x02c7] = 0x52c4, [0x02c8] = 0x52c5, [0x02c9] = 0x52c6, [0x02ca] = 0x52c8, + [0x02cb] = 0x52ca, [0x02cc] = 0x52cc, [0x02cd] = 0x52cd, [0x02ce] = 0x52ce, + [0x02cf] = 0x52cf, [0x02d0] = 0x52d1, [0x02d1] = 0x52d3, [0x02d2] = 0x52d4, + [0x02d3] = 0x52d5, [0x02d4] = 0x52d7, [0x02d5] = 0x52d9, [0x02d6] = 0x52da, + [0x02d7] = 0x52db, [0x02d8] = 0x52dc, [0x02d9] = 0x52dd, [0x02da] = 0x52de, + [0x02db] = 0x52e0, [0x02dc] = 0x52e1, [0x02dd] = 0x52e2, [0x02de] = 0x52e3, + [0x02df] = 0x52e5, [0x02e0] = 0x52e6, [0x02e1] = 0x52e7, [0x02e2] = 0x52e8, + [0x02e3] = 0x52e9, [0x02e4] = 0x52ea, [0x02e5] = 0x52eb, [0x02e6] = 0x52ec, + [0x02e7] = 0x52ed, [0x02e8] = 0x52ee, [0x02e9] = 0x52ef, [0x02ea] = 0x52f1, + [0x02eb] = 0x52f2, [0x02ec] = 0x52f3, [0x02ed] = 0x52f4, [0x02ee] = 0x52f5, + [0x02ef] = 0x52f6, [0x02f0] = 0x52f7, [0x02f1] = 0x52f8, [0x02f2] = 0x52fb, + [0x02f3] = 0x52fc, [0x02f4] = 0x52fd, [0x02f5] = 0x5301, [0x02f6] = 0x5302, + [0x02f7] = 0x5303, [0x02f8] = 0x5304, [0x02f9] = 0x5307, [0x02fa] = 0x5309, + [0x02fb] = 0x530a, [0x02fc] = 0x530b, [0x02fd] = 0x530c, [0x02fe] = 0x530e, + [0x0300] = 0x5311, [0x0301] = 0x5312, [0x0302] = 0x5313, [0x0303] = 0x5314, + [0x0304] = 0x5318, [0x0305] = 0x531b, [0x0306] = 0x531c, [0x0307] = 0x531e, + [0x0308] = 0x531f, [0x0309] = 0x5322, [0x030a] = 0x5324, [0x030b] = 0x5325, + [0x030c] = 0x5327, [0x030d] = 0x5328, [0x030e] = 0x5329, [0x030f] = 0x532b, + [0x0310] = 0x532c, [0x0311] = 0x532d, [0x0312] = 0x532f, [0x0313] = 0x5330, + [0x0314] = 0x5331, [0x0315] = 0x5332, [0x0316] = 0x5333, [0x0317] = 0x5334, + [0x0318] = 0x5335, [0x0319] = 0x5336, [0x031a] = 0x5337, [0x031b] = 0x5338, + [0x031c] = 0x533c, [0x031d] = 0x533d, [0x031e] = 0x5340, [0x031f] = 0x5342, + [0x0320] = 0x5344, [0x0321] = 0x5346, [0x0322] = 0x534b, [0x0323] = 0x534c, + [0x0324] = 0x534d, [0x0325] = 0x5350, [0x0326] = 0x5354, [0x0327] = 0x5358, + [0x0328] = 0x5359, [0x0329] = 0x535b, [0x032a] = 0x535d, [0x032b] = 0x5365, + [0x032c] = 0x5368, [0x032d] = 0x536a, [0x032e] = 0x536c, [0x032f] = 0x536d, + [0x0330] = 0x5372, [0x0331] = 0x5376, [0x0332] = 0x5379, [0x0333] = 0x537b, + [0x0334] = 0x537c, [0x0335] = 0x537d, [0x0336] = 0x537e, [0x0337] = 0x5380, + [0x0338] = 0x5381, [0x0339] = 0x5383, [0x033a] = 0x5387, [0x033b] = 0x5388, + [0x033c] = 0x538a, [0x033d] = 0x538e, [0x033e] = 0x538f, [0x0340] = 0x5390, + [0x0341] = 0x5391, [0x0342] = 0x5392, [0x0343] = 0x5393, [0x0344] = 0x5394, + [0x0345] = 0x5396, [0x0346] = 0x5397, [0x0347] = 0x5399, [0x0348] = 0x539b, + [0x0349] = 0x539c, [0x034a] = 0x539e, [0x034b] = 0x53a0, [0x034c] = 0x53a1, + [0x034d] = 0x53a4, [0x034e] = 0x53a7, [0x034f] = 0x53aa, [0x0350] = 0x53ab, + [0x0351] = 0x53ac, [0x0352] = 0x53ad, [0x0353] = 0x53af, [0x0354] = 0x53b0, + [0x0355] = 0x53b1, [0x0356] = 0x53b2, [0x0357] = 0x53b3, [0x0358] = 0x53b4, + [0x0359] = 0x53b5, [0x035a] = 0x53b7, [0x035b] = 0x53b8, [0x035c] = 0x53b9, + [0x035d] = 0x53ba, [0x035e] = 0x53bc, [0x035f] = 0x53bd, [0x0360] = 0x53be, + [0x0361] = 0x53c0, [0x0362] = 0x53c3, [0x0363] = 0x53c4, [0x0364] = 0x53c5, + [0x0365] = 0x53c6, [0x0366] = 0x53c7, [0x0367] = 0x53ce, [0x0368] = 0x53cf, + [0x0369] = 0x53d0, [0x036a] = 0x53d2, [0x036b] = 0x53d3, [0x036c] = 0x53d5, + [0x036d] = 0x53da, [0x036e] = 0x53dc, [0x036f] = 0x53dd, [0x0370] = 0x53de, + [0x0371] = 0x53e1, [0x0372] = 0x53e2, [0x0373] = 0x53e7, [0x0374] = 0x53f4, + [0x0375] = 0x53fa, [0x0376] = 0x53fe, [0x0377] = 0x53ff, [0x0378] = 0x5400, + [0x0379] = 0x5402, [0x037a] = 0x5405, [0x037b] = 0x5407, [0x037c] = 0x540b, + [0x037d] = 0x5414, [0x037e] = 0x5418, [0x037f] = 0x5419, [0x0380] = 0x541a, + [0x0381] = 0x541c, [0x0382] = 0x5422, [0x0383] = 0x5424, [0x0384] = 0x5425, + [0x0385] = 0x542a, [0x0386] = 0x5430, [0x0387] = 0x5433, [0x0388] = 0x5436, + [0x0389] = 0x5437, [0x038a] = 0x543a, [0x038b] = 0x543d, [0x038c] = 0x543f, + [0x038d] = 0x5441, [0x038e] = 0x5442, [0x038f] = 0x5444, [0x0390] = 0x5445, + [0x0391] = 0x5447, [0x0392] = 0x5449, [0x0393] = 0x544c, [0x0394] = 0x544d, + [0x0395] = 0x544e, [0x0396] = 0x544f, [0x0397] = 0x5451, [0x0398] = 0x545a, + [0x0399] = 0x545d, [0x039a] = 0x545e, [0x039b] = 0x545f, [0x039c] = 0x5460, + [0x039d] = 0x5461, [0x039e] = 0x5463, [0x039f] = 0x5465, [0x03a0] = 0x5467, + [0x03a1] = 0x5469, [0x03a2] = 0x546a, [0x03a3] = 0x546b, [0x03a4] = 0x546c, + [0x03a5] = 0x546d, [0x03a6] = 0x546e, [0x03a7] = 0x546f, [0x03a8] = 0x5470, + [0x03a9] = 0x5474, [0x03aa] = 0x5479, [0x03ab] = 0x547a, [0x03ac] = 0x547e, + [0x03ad] = 0x547f, [0x03ae] = 0x5481, [0x03af] = 0x5483, [0x03b0] = 0x5485, + [0x03b1] = 0x5487, [0x03b2] = 0x5488, [0x03b3] = 0x5489, [0x03b4] = 0x548a, + [0x03b5] = 0x548d, [0x03b6] = 0x5491, [0x03b7] = 0x5493, [0x03b8] = 0x5497, + [0x03b9] = 0x5498, [0x03ba] = 0x549c, [0x03bb] = 0x549e, [0x03bc] = 0x549f, + [0x03bd] = 0x54a0, [0x03be] = 0x54a1, [0x03c0] = 0x54a2, [0x03c1] = 0x54a5, + [0x03c2] = 0x54ae, [0x03c3] = 0x54b0, [0x03c4] = 0x54b2, [0x03c5] = 0x54b5, + [0x03c6] = 0x54b6, [0x03c7] = 0x54b7, [0x03c8] = 0x54b9, [0x03c9] = 0x54ba, + [0x03ca] = 0x54bc, [0x03cb] = 0x54be, [0x03cc] = 0x54c3, [0x03cd] = 0x54c5, + [0x03ce] = 0x54ca, [0x03cf] = 0x54cb, [0x03d0] = 0x54d6, [0x03d1] = 0x54d8, + [0x03d2] = 0x54db, [0x03d3] = 0x54e0, [0x03d4] = 0x54e1, [0x03d5] = 0x54e2, + [0x03d6] = 0x54e3, [0x03d7] = 0x54e4, [0x03d8] = 0x54eb, [0x03d9] = 0x54ec, + [0x03da] = 0x54ef, [0x03db] = 0x54f0, [0x03dc] = 0x54f1, [0x03dd] = 0x54f4, + [0x03de] = 0x54f5, [0x03df] = 0x54f6, [0x03e0] = 0x54f7, [0x03e1] = 0x54f8, + [0x03e2] = 0x54f9, [0x03e3] = 0x54fb, [0x03e4] = 0x54fe, [0x03e5] = 0x5500, + [0x03e6] = 0x5502, [0x03e7] = 0x5503, [0x03e8] = 0x5504, [0x03e9] = 0x5505, + [0x03ea] = 0x5508, [0x03eb] = 0x550a, [0x03ec] = 0x550b, [0x03ed] = 0x550c, + [0x03ee] = 0x550d, [0x03ef] = 0x550e, [0x03f0] = 0x5512, [0x03f1] = 0x5513, + [0x03f2] = 0x5515, [0x03f3] = 0x5516, [0x03f4] = 0x5517, [0x03f5] = 0x5518, + [0x03f6] = 0x5519, [0x03f7] = 0x551a, [0x03f8] = 0x551c, [0x03f9] = 0x551d, + [0x03fa] = 0x551e, [0x03fb] = 0x551f, [0x03fc] = 0x5521, [0x03fd] = 0x5525, + [0x03fe] = 0x5526, [0x0400] = 0x5528, [0x0401] = 0x5529, [0x0402] = 0x552b, + [0x0403] = 0x552d, [0x0404] = 0x5532, [0x0405] = 0x5534, [0x0406] = 0x5535, + [0x0407] = 0x5536, [0x0408] = 0x5538, [0x0409] = 0x5539, [0x040a] = 0x553a, + [0x040b] = 0x553b, [0x040c] = 0x553d, [0x040d] = 0x5540, [0x040e] = 0x5542, + [0x040f] = 0x5545, [0x0410] = 0x5547, [0x0411] = 0x5548, [0x0412] = 0x554b, + [0x0413] = 0x554c, [0x0414] = 0x554d, [0x0415] = 0x554e, [0x0416] = 0x554f, + [0x0417] = 0x5551, [0x0418] = 0x5552, [0x0419] = 0x5553, [0x041a] = 0x5554, + [0x041b] = 0x5557, [0x041c] = 0x5558, [0x041d] = 0x5559, [0x041e] = 0x555a, + [0x041f] = 0x555b, [0x0420] = 0x555d, [0x0421] = 0x555e, [0x0422] = 0x555f, + [0x0423] = 0x5560, [0x0424] = 0x5562, [0x0425] = 0x5563, [0x0426] = 0x5568, + [0x0427] = 0x5569, [0x0428] = 0x556b, [0x0429] = 0x556f, [0x042a] = 0x5570, + [0x042b] = 0x5571, [0x042c] = 0x5572, [0x042d] = 0x5573, [0x042e] = 0x5574, + [0x042f] = 0x5579, [0x0430] = 0x557a, [0x0431] = 0x557d, [0x0432] = 0x557f, + [0x0433] = 0x5585, [0x0434] = 0x5586, [0x0435] = 0x558c, [0x0436] = 0x558d, + [0x0437] = 0x558e, [0x0438] = 0x5590, [0x0439] = 0x5592, [0x043a] = 0x5593, + [0x043b] = 0x5595, [0x043c] = 0x5596, [0x043d] = 0x5597, [0x043e] = 0x559a, + [0x043f] = 0x559b, [0x0440] = 0x559e, [0x0441] = 0x55a0, [0x0442] = 0x55a1, + [0x0443] = 0x55a2, [0x0444] = 0x55a3, [0x0445] = 0x55a4, [0x0446] = 0x55a5, + [0x0447] = 0x55a6, [0x0448] = 0x55a8, [0x0449] = 0x55a9, [0x044a] = 0x55aa, + [0x044b] = 0x55ab, [0x044c] = 0x55ac, [0x044d] = 0x55ad, [0x044e] = 0x55ae, + [0x044f] = 0x55af, [0x0450] = 0x55b0, [0x0451] = 0x55b2, [0x0452] = 0x55b4, + [0x0453] = 0x55b6, [0x0454] = 0x55b8, [0x0455] = 0x55ba, [0x0456] = 0x55bc, + [0x0457] = 0x55bf, [0x0458] = 0x55c0, [0x0459] = 0x55c1, [0x045a] = 0x55c2, + [0x045b] = 0x55c3, [0x045c] = 0x55c6, [0x045d] = 0x55c7, [0x045e] = 0x55c8, + [0x045f] = 0x55ca, [0x0460] = 0x55cb, [0x0461] = 0x55ce, [0x0462] = 0x55cf, + [0x0463] = 0x55d0, [0x0464] = 0x55d5, [0x0465] = 0x55d7, [0x0466] = 0x55d8, + [0x0467] = 0x55d9, [0x0468] = 0x55da, [0x0469] = 0x55db, [0x046a] = 0x55de, + [0x046b] = 0x55e0, [0x046c] = 0x55e2, [0x046d] = 0x55e7, [0x046e] = 0x55e9, + [0x046f] = 0x55ed, [0x0470] = 0x55ee, [0x0471] = 0x55f0, [0x0472] = 0x55f1, + [0x0473] = 0x55f4, [0x0474] = 0x55f6, [0x0475] = 0x55f8, [0x0476] = 0x55f9, + [0x0477] = 0x55fa, [0x0478] = 0x55fb, [0x0479] = 0x55fc, [0x047a] = 0x55ff, + [0x047b] = 0x5602, [0x047c] = 0x5603, [0x047d] = 0x5604, [0x047e] = 0x5605, + [0x0480] = 0x5606, [0x0481] = 0x5607, [0x0482] = 0x560a, [0x0483] = 0x560b, + [0x0484] = 0x560d, [0x0485] = 0x5610, [0x0486] = 0x5611, [0x0487] = 0x5612, + [0x0488] = 0x5613, [0x0489] = 0x5614, [0x048a] = 0x5615, [0x048b] = 0x5616, + [0x048c] = 0x5617, [0x048d] = 0x5619, [0x048e] = 0x561a, [0x048f] = 0x561c, + [0x0490] = 0x561d, [0x0491] = 0x5620, [0x0492] = 0x5621, [0x0493] = 0x5622, + [0x0494] = 0x5625, [0x0495] = 0x5626, [0x0496] = 0x5628, [0x0497] = 0x5629, + [0x0498] = 0x562a, [0x0499] = 0x562b, [0x049a] = 0x562e, [0x049b] = 0x562f, + [0x049c] = 0x5630, [0x049d] = 0x5633, [0x049e] = 0x5635, [0x049f] = 0x5637, + [0x04a0] = 0x5638, [0x04a1] = 0x563a, [0x04a2] = 0x563c, [0x04a3] = 0x563d, + [0x04a4] = 0x563e, [0x04a5] = 0x5640, [0x04a6] = 0x5641, [0x04a7] = 0x5642, + [0x04a8] = 0x5643, [0x04a9] = 0x5644, [0x04aa] = 0x5645, [0x04ab] = 0x5646, + [0x04ac] = 0x5647, [0x04ad] = 0x5648, [0x04ae] = 0x5649, [0x04af] = 0x564a, + [0x04b0] = 0x564b, [0x04b1] = 0x564f, [0x04b2] = 0x5650, [0x04b3] = 0x5651, + [0x04b4] = 0x5652, [0x04b5] = 0x5653, [0x04b6] = 0x5655, [0x04b7] = 0x5656, + [0x04b8] = 0x565a, [0x04b9] = 0x565b, [0x04ba] = 0x565d, [0x04bb] = 0x565e, + [0x04bc] = 0x565f, [0x04bd] = 0x5660, [0x04be] = 0x5661, [0x04c0] = 0x5663, + [0x04c1] = 0x5665, [0x04c2] = 0x5666, [0x04c3] = 0x5667, [0x04c4] = 0x566d, + [0x04c5] = 0x566e, [0x04c6] = 0x566f, [0x04c7] = 0x5670, [0x04c8] = 0x5672, + [0x04c9] = 0x5673, [0x04ca] = 0x5674, [0x04cb] = 0x5675, [0x04cc] = 0x5677, + [0x04cd] = 0x5678, [0x04ce] = 0x5679, [0x04cf] = 0x567a, [0x04d0] = 0x567d, + [0x04d1] = 0x567e, [0x04d2] = 0x567f, [0x04d3] = 0x5680, [0x04d4] = 0x5681, + [0x04d5] = 0x5682, [0x04d6] = 0x5683, [0x04d7] = 0x5684, [0x04d8] = 0x5687, + [0x04d9] = 0x5688, [0x04da] = 0x5689, [0x04db] = 0x568a, [0x04dc] = 0x568b, + [0x04dd] = 0x568c, [0x04de] = 0x568d, [0x04df] = 0x5690, [0x04e0] = 0x5691, + [0x04e1] = 0x5692, [0x04e2] = 0x5694, [0x04e3] = 0x5695, [0x04e4] = 0x5696, + [0x04e5] = 0x5697, [0x04e6] = 0x5698, [0x04e7] = 0x5699, [0x04e8] = 0x569a, + [0x04e9] = 0x569b, [0x04ea] = 0x569c, [0x04eb] = 0x569d, [0x04ec] = 0x569e, + [0x04ed] = 0x569f, [0x04ee] = 0x56a0, [0x04ef] = 0x56a1, [0x04f0] = 0x56a2, + [0x04f1] = 0x56a4, [0x04f2] = 0x56a5, [0x04f3] = 0x56a6, [0x04f4] = 0x56a7, + [0x04f5] = 0x56a8, [0x04f6] = 0x56a9, [0x04f7] = 0x56aa, [0x04f8] = 0x56ab, + [0x04f9] = 0x56ac, [0x04fa] = 0x56ad, [0x04fb] = 0x56ae, [0x04fc] = 0x56b0, + [0x04fd] = 0x56b1, [0x04fe] = 0x56b2, [0x04ff] = 0x56b3, [0x0500] = 0x56b4, + [0x0501] = 0x56b5, [0x0502] = 0x56b6, [0x0503] = 0x56b8, [0x0504] = 0x56b9, + [0x0505] = 0x56ba, [0x0506] = 0x56bb, [0x0507] = 0x56bd, [0x0508] = 0x56be, + [0x0509] = 0x56bf, [0x050a] = 0x56c0, [0x050b] = 0x56c1, [0x050c] = 0x56c2, + [0x050d] = 0x56c3, [0x050e] = 0x56c4, [0x050f] = 0x56c5, [0x0510] = 0x56c6, + [0x0511] = 0x56c7, [0x0512] = 0x56c8, [0x0513] = 0x56c9, [0x0514] = 0x56cb, + [0x0515] = 0x56cc, [0x0516] = 0x56cd, [0x0517] = 0x56ce, [0x0518] = 0x56cf, + [0x0519] = 0x56d0, [0x051a] = 0x56d1, [0x051b] = 0x56d2, [0x051c] = 0x56d3, + [0x051d] = 0x56d5, [0x051e] = 0x56d6, [0x051f] = 0x56d8, [0x0520] = 0x56d9, + [0x0521] = 0x56dc, [0x0522] = 0x56e3, [0x0523] = 0x56e5, [0x0524] = 0x56e6, + [0x0525] = 0x56e7, [0x0526] = 0x56e8, [0x0527] = 0x56e9, [0x0528] = 0x56ea, + [0x0529] = 0x56ec, [0x052a] = 0x56ee, [0x052b] = 0x56ef, [0x052c] = 0x56f2, + [0x052d] = 0x56f3, [0x052e] = 0x56f6, [0x052f] = 0x56f7, [0x0530] = 0x56f8, + [0x0531] = 0x56fb, [0x0532] = 0x56fc, [0x0533] = 0x5700, [0x0534] = 0x5701, + [0x0535] = 0x5702, [0x0536] = 0x5705, [0x0537] = 0x5707, [0x0538] = 0x570b, + [0x0539] = 0x570c, [0x053a] = 0x570d, [0x053b] = 0x570e, [0x053c] = 0x570f, + [0x053d] = 0x5710, [0x053e] = 0x5711, [0x0540] = 0x5712, [0x0541] = 0x5713, + [0x0542] = 0x5714, [0x0543] = 0x5715, [0x0544] = 0x5716, [0x0545] = 0x5717, + [0x0546] = 0x5718, [0x0547] = 0x5719, [0x0548] = 0x571a, [0x0549] = 0x571b, + [0x054a] = 0x571d, [0x054b] = 0x571e, [0x054c] = 0x5720, [0x054d] = 0x5721, + [0x054e] = 0x5722, [0x054f] = 0x5724, [0x0550] = 0x5725, [0x0551] = 0x5726, + [0x0552] = 0x5727, [0x0553] = 0x572b, [0x0554] = 0x5731, [0x0555] = 0x5732, + [0x0556] = 0x5734, [0x0557] = 0x5735, [0x0558] = 0x5736, [0x0559] = 0x5737, + [0x055a] = 0x5738, [0x055b] = 0x573c, [0x055c] = 0x573d, [0x055d] = 0x573f, + [0x055e] = 0x5741, [0x055f] = 0x5743, [0x0560] = 0x5744, [0x0561] = 0x5745, + [0x0562] = 0x5746, [0x0563] = 0x5748, [0x0564] = 0x5749, [0x0565] = 0x574b, + [0x0566] = 0x5752, [0x0567] = 0x5753, [0x0568] = 0x5754, [0x0569] = 0x5755, + [0x056a] = 0x5756, [0x056b] = 0x5758, [0x056c] = 0x5759, [0x056d] = 0x5762, + [0x056e] = 0x5763, [0x056f] = 0x5765, [0x0570] = 0x5767, [0x0571] = 0x576c, + [0x0572] = 0x576e, [0x0573] = 0x5770, [0x0574] = 0x5771, [0x0575] = 0x5772, + [0x0576] = 0x5774, [0x0577] = 0x5775, [0x0578] = 0x5778, [0x0579] = 0x5779, + [0x057a] = 0x577a, [0x057b] = 0x577d, [0x057c] = 0x577e, [0x057d] = 0x577f, + [0x057e] = 0x5780, [0x0580] = 0x5781, [0x0581] = 0x5787, [0x0582] = 0x5788, + [0x0583] = 0x5789, [0x0584] = 0x578a, [0x0585] = 0x578d, [0x0586] = 0x578e, + [0x0587] = 0x578f, [0x0588] = 0x5790, [0x0589] = 0x5791, [0x058a] = 0x5794, + [0x058b] = 0x5795, [0x058c] = 0x5796, [0x058d] = 0x5797, [0x058e] = 0x5798, + [0x058f] = 0x5799, [0x0590] = 0x579a, [0x0591] = 0x579c, [0x0592] = 0x579d, + [0x0593] = 0x579e, [0x0594] = 0x579f, [0x0595] = 0x57a5, [0x0596] = 0x57a8, + [0x0597] = 0x57aa, [0x0598] = 0x57ac, [0x0599] = 0x57af, [0x059a] = 0x57b0, + [0x059b] = 0x57b1, [0x059c] = 0x57b3, [0x059d] = 0x57b5, [0x059e] = 0x57b6, + [0x059f] = 0x57b7, [0x05a0] = 0x57b9, [0x05a1] = 0x57ba, [0x05a2] = 0x57bb, + [0x05a3] = 0x57bc, [0x05a4] = 0x57bd, [0x05a5] = 0x57be, [0x05a6] = 0x57bf, + [0x05a7] = 0x57c0, [0x05a8] = 0x57c1, [0x05a9] = 0x57c4, [0x05aa] = 0x57c5, + [0x05ab] = 0x57c6, [0x05ac] = 0x57c7, [0x05ad] = 0x57c8, [0x05ae] = 0x57c9, + [0x05af] = 0x57ca, [0x05b0] = 0x57cc, [0x05b1] = 0x57cd, [0x05b2] = 0x57d0, + [0x05b3] = 0x57d1, [0x05b4] = 0x57d3, [0x05b5] = 0x57d6, [0x05b6] = 0x57d7, + [0x05b7] = 0x57db, [0x05b8] = 0x57dc, [0x05b9] = 0x57de, [0x05ba] = 0x57e1, + [0x05bb] = 0x57e2, [0x05bc] = 0x57e3, [0x05bd] = 0x57e5, [0x05be] = 0x57e6, + [0x05bf] = 0x57e7, [0x05c0] = 0x57e8, [0x05c1] = 0x57e9, [0x05c2] = 0x57ea, + [0x05c3] = 0x57eb, [0x05c4] = 0x57ec, [0x05c5] = 0x57ee, [0x05c6] = 0x57f0, + [0x05c7] = 0x57f1, [0x05c8] = 0x57f2, [0x05c9] = 0x57f3, [0x05ca] = 0x57f5, + [0x05cb] = 0x57f6, [0x05cc] = 0x57f7, [0x05cd] = 0x57fb, [0x05ce] = 0x57fc, + [0x05cf] = 0x57fe, [0x05d0] = 0x57ff, [0x05d1] = 0x5801, [0x05d2] = 0x5803, + [0x05d3] = 0x5804, [0x05d4] = 0x5805, [0x05d5] = 0x5808, [0x05d6] = 0x5809, + [0x05d7] = 0x580a, [0x05d8] = 0x580c, [0x05d9] = 0x580e, [0x05da] = 0x580f, + [0x05db] = 0x5810, [0x05dc] = 0x5812, [0x05dd] = 0x5813, [0x05de] = 0x5814, + [0x05df] = 0x5816, [0x05e0] = 0x5817, [0x05e1] = 0x5818, [0x05e2] = 0x581a, + [0x05e3] = 0x581b, [0x05e4] = 0x581c, [0x05e5] = 0x581d, [0x05e6] = 0x581f, + [0x05e7] = 0x5822, [0x05e8] = 0x5823, [0x05e9] = 0x5825, [0x05ea] = 0x5826, + [0x05eb] = 0x5827, [0x05ec] = 0x5828, [0x05ed] = 0x5829, [0x05ee] = 0x582b, + [0x05ef] = 0x582c, [0x05f0] = 0x582d, [0x05f1] = 0x582e, [0x05f2] = 0x582f, + [0x05f3] = 0x5831, [0x05f4] = 0x5832, [0x05f5] = 0x5833, [0x05f6] = 0x5834, + [0x05f7] = 0x5836, [0x05f8] = 0x5837, [0x05f9] = 0x5838, [0x05fa] = 0x5839, + [0x05fb] = 0x583a, [0x05fc] = 0x583b, [0x05fd] = 0x583c, [0x05fe] = 0x583d, + [0x0600] = 0x583e, [0x0601] = 0x583f, [0x0602] = 0x5840, [0x0603] = 0x5841, + [0x0604] = 0x5842, [0x0605] = 0x5843, [0x0606] = 0x5845, [0x0607] = 0x5846, + [0x0608] = 0x5847, [0x0609] = 0x5848, [0x060a] = 0x5849, [0x060b] = 0x584a, + [0x060c] = 0x584b, [0x060d] = 0x584e, [0x060e] = 0x584f, [0x060f] = 0x5850, + [0x0610] = 0x5852, [0x0611] = 0x5853, [0x0612] = 0x5855, [0x0613] = 0x5856, + [0x0614] = 0x5857, [0x0615] = 0x5859, [0x0616] = 0x585a, [0x0617] = 0x585b, + [0x0618] = 0x585c, [0x0619] = 0x585d, [0x061a] = 0x585f, [0x061b] = 0x5860, + [0x061c] = 0x5861, [0x061d] = 0x5862, [0x061e] = 0x5863, [0x061f] = 0x5864, + [0x0620] = 0x5866, [0x0621] = 0x5867, [0x0622] = 0x5868, [0x0623] = 0x5869, + [0x0624] = 0x586a, [0x0625] = 0x586d, [0x0626] = 0x586e, [0x0627] = 0x586f, + [0x0628] = 0x5870, [0x0629] = 0x5871, [0x062a] = 0x5872, [0x062b] = 0x5873, + [0x062c] = 0x5874, [0x062d] = 0x5875, [0x062e] = 0x5876, [0x062f] = 0x5877, + [0x0630] = 0x5878, [0x0631] = 0x5879, [0x0632] = 0x587a, [0x0633] = 0x587b, + [0x0634] = 0x587c, [0x0635] = 0x587d, [0x0636] = 0x587f, [0x0637] = 0x5882, + [0x0638] = 0x5884, [0x0639] = 0x5886, [0x063a] = 0x5887, [0x063b] = 0x5888, + [0x063c] = 0x588a, [0x063d] = 0x588b, [0x063e] = 0x588c, [0x0640] = 0x588d, + [0x0641] = 0x588e, [0x0642] = 0x588f, [0x0643] = 0x5890, [0x0644] = 0x5891, + [0x0645] = 0x5894, [0x0646] = 0x5895, [0x0647] = 0x5896, [0x0648] = 0x5897, + [0x0649] = 0x5898, [0x064a] = 0x589b, [0x064b] = 0x589c, [0x064c] = 0x589d, + [0x064d] = 0x58a0, [0x064e] = 0x58a1, [0x064f] = 0x58a2, [0x0650] = 0x58a3, + [0x0651] = 0x58a4, [0x0652] = 0x58a5, [0x0653] = 0x58a6, [0x0654] = 0x58a7, + [0x0655] = 0x58aa, [0x0656] = 0x58ab, [0x0657] = 0x58ac, [0x0658] = 0x58ad, + [0x0659] = 0x58ae, [0x065a] = 0x58af, [0x065b] = 0x58b0, [0x065c] = 0x58b1, + [0x065d] = 0x58b2, [0x065e] = 0x58b3, [0x065f] = 0x58b4, [0x0660] = 0x58b5, + [0x0661] = 0x58b6, [0x0662] = 0x58b7, [0x0663] = 0x58b8, [0x0664] = 0x58b9, + [0x0665] = 0x58ba, [0x0666] = 0x58bb, [0x0667] = 0x58bd, [0x0668] = 0x58be, + [0x0669] = 0x58bf, [0x066a] = 0x58c0, [0x066b] = 0x58c2, [0x066c] = 0x58c3, + [0x066d] = 0x58c4, [0x066e] = 0x58c6, [0x066f] = 0x58c7, [0x0670] = 0x58c8, + [0x0671] = 0x58c9, [0x0672] = 0x58ca, [0x0673] = 0x58cb, [0x0674] = 0x58cc, + [0x0675] = 0x58cd, [0x0676] = 0x58ce, [0x0677] = 0x58cf, [0x0678] = 0x58d0, + [0x0679] = 0x58d2, [0x067a] = 0x58d3, [0x067b] = 0x58d4, [0x067c] = 0x58d6, + [0x067d] = 0x58d7, [0x067e] = 0x58d8, [0x067f] = 0x58d9, [0x0680] = 0x58da, + [0x0681] = 0x58db, [0x0682] = 0x58dc, [0x0683] = 0x58dd, [0x0684] = 0x58de, + [0x0685] = 0x58df, [0x0686] = 0x58e0, [0x0687] = 0x58e1, [0x0688] = 0x58e2, + [0x0689] = 0x58e3, [0x068a] = 0x58e5, [0x068b] = 0x58e6, [0x068c] = 0x58e7, + [0x068d] = 0x58e8, [0x068e] = 0x58e9, [0x068f] = 0x58ea, [0x0690] = 0x58ed, + [0x0691] = 0x58ef, [0x0692] = 0x58f1, [0x0693] = 0x58f2, [0x0694] = 0x58f4, + [0x0695] = 0x58f5, [0x0696] = 0x58f7, [0x0697] = 0x58f8, [0x0698] = 0x58fa, + [0x0699] = 0x58fb, [0x069a] = 0x58fc, [0x069b] = 0x58fd, [0x069c] = 0x58fe, + [0x069d] = 0x58ff, [0x069e] = 0x5900, [0x069f] = 0x5901, [0x06a0] = 0x5903, + [0x06a1] = 0x5905, [0x06a2] = 0x5906, [0x06a3] = 0x5908, [0x06a4] = 0x5909, + [0x06a5] = 0x590a, [0x06a6] = 0x590b, [0x06a7] = 0x590c, [0x06a8] = 0x590e, + [0x06a9] = 0x5910, [0x06aa] = 0x5911, [0x06ab] = 0x5912, [0x06ac] = 0x5913, + [0x06ad] = 0x5917, [0x06ae] = 0x5918, [0x06af] = 0x591b, [0x06b0] = 0x591d, + [0x06b1] = 0x591e, [0x06b2] = 0x5920, [0x06b3] = 0x5921, [0x06b4] = 0x5922, + [0x06b5] = 0x5923, [0x06b6] = 0x5926, [0x06b7] = 0x5928, [0x06b8] = 0x592c, + [0x06b9] = 0x5930, [0x06ba] = 0x5932, [0x06bb] = 0x5933, [0x06bc] = 0x5935, + [0x06bd] = 0x5936, [0x06be] = 0x593b, [0x06c0] = 0x593d, [0x06c1] = 0x593e, + [0x06c2] = 0x593f, [0x06c3] = 0x5940, [0x06c4] = 0x5943, [0x06c5] = 0x5945, + [0x06c6] = 0x5946, [0x06c7] = 0x594a, [0x06c8] = 0x594c, [0x06c9] = 0x594d, + [0x06ca] = 0x5950, [0x06cb] = 0x5952, [0x06cc] = 0x5953, [0x06cd] = 0x5959, + [0x06ce] = 0x595b, [0x06cf] = 0x595c, [0x06d0] = 0x595d, [0x06d1] = 0x595e, + [0x06d2] = 0x595f, [0x06d3] = 0x5961, [0x06d4] = 0x5963, [0x06d5] = 0x5964, + [0x06d6] = 0x5966, [0x06d7] = 0x5967, [0x06d8] = 0x5968, [0x06d9] = 0x5969, + [0x06da] = 0x596a, [0x06db] = 0x596b, [0x06dc] = 0x596c, [0x06dd] = 0x596d, + [0x06de] = 0x596e, [0x06df] = 0x596f, [0x06e0] = 0x5970, [0x06e1] = 0x5971, + [0x06e2] = 0x5972, [0x06e3] = 0x5975, [0x06e4] = 0x5977, [0x06e5] = 0x597a, + [0x06e6] = 0x597b, [0x06e7] = 0x597c, [0x06e8] = 0x597e, [0x06e9] = 0x597f, + [0x06ea] = 0x5980, [0x06eb] = 0x5985, [0x06ec] = 0x5989, [0x06ed] = 0x598b, + [0x06ee] = 0x598c, [0x06ef] = 0x598e, [0x06f0] = 0x598f, [0x06f1] = 0x5990, + [0x06f2] = 0x5991, [0x06f3] = 0x5994, [0x06f4] = 0x5995, [0x06f5] = 0x5998, + [0x06f6] = 0x599a, [0x06f7] = 0x599b, [0x06f8] = 0x599c, [0x06f9] = 0x599d, + [0x06fa] = 0x599f, [0x06fb] = 0x59a0, [0x06fc] = 0x59a1, [0x06fd] = 0x59a2, + [0x06fe] = 0x59a6, [0x0700] = 0x59a7, [0x0701] = 0x59ac, [0x0702] = 0x59ad, + [0x0703] = 0x59b0, [0x0704] = 0x59b1, [0x0705] = 0x59b3, [0x0706] = 0x59b4, + [0x0707] = 0x59b5, [0x0708] = 0x59b6, [0x0709] = 0x59b7, [0x070a] = 0x59b8, + [0x070b] = 0x59ba, [0x070c] = 0x59bc, [0x070d] = 0x59bd, [0x070e] = 0x59bf, + [0x070f] = 0x59c0, [0x0710] = 0x59c1, [0x0711] = 0x59c2, [0x0712] = 0x59c3, + [0x0713] = 0x59c4, [0x0714] = 0x59c5, [0x0715] = 0x59c7, [0x0716] = 0x59c8, + [0x0717] = 0x59c9, [0x0718] = 0x59cc, [0x0719] = 0x59cd, [0x071a] = 0x59ce, + [0x071b] = 0x59cf, [0x071c] = 0x59d5, [0x071d] = 0x59d6, [0x071e] = 0x59d9, + [0x071f] = 0x59db, [0x0720] = 0x59de, [0x0721] = 0x59df, [0x0722] = 0x59e0, + [0x0723] = 0x59e1, [0x0724] = 0x59e2, [0x0725] = 0x59e4, [0x0726] = 0x59e6, + [0x0727] = 0x59e7, [0x0728] = 0x59e9, [0x0729] = 0x59ea, [0x072a] = 0x59eb, + [0x072b] = 0x59ed, [0x072c] = 0x59ee, [0x072d] = 0x59ef, [0x072e] = 0x59f0, + [0x072f] = 0x59f1, [0x0730] = 0x59f2, [0x0731] = 0x59f3, [0x0732] = 0x59f4, + [0x0733] = 0x59f5, [0x0734] = 0x59f6, [0x0735] = 0x59f7, [0x0736] = 0x59f8, + [0x0737] = 0x59fa, [0x0738] = 0x59fc, [0x0739] = 0x59fd, [0x073a] = 0x59fe, + [0x073b] = 0x5a00, [0x073c] = 0x5a02, [0x073d] = 0x5a0a, [0x073e] = 0x5a0b, + [0x073f] = 0x5a0d, [0x0740] = 0x5a0e, [0x0741] = 0x5a0f, [0x0742] = 0x5a10, + [0x0743] = 0x5a12, [0x0744] = 0x5a14, [0x0745] = 0x5a15, [0x0746] = 0x5a16, + [0x0747] = 0x5a17, [0x0748] = 0x5a19, [0x0749] = 0x5a1a, [0x074a] = 0x5a1b, + [0x074b] = 0x5a1d, [0x074c] = 0x5a1e, [0x074d] = 0x5a21, [0x074e] = 0x5a22, + [0x074f] = 0x5a24, [0x0750] = 0x5a26, [0x0751] = 0x5a27, [0x0752] = 0x5a28, + [0x0753] = 0x5a2a, [0x0754] = 0x5a2b, [0x0755] = 0x5a2c, [0x0756] = 0x5a2d, + [0x0757] = 0x5a2e, [0x0758] = 0x5a2f, [0x0759] = 0x5a30, [0x075a] = 0x5a33, + [0x075b] = 0x5a35, [0x075c] = 0x5a37, [0x075d] = 0x5a38, [0x075e] = 0x5a39, + [0x075f] = 0x5a3a, [0x0760] = 0x5a3b, [0x0761] = 0x5a3d, [0x0762] = 0x5a3e, + [0x0763] = 0x5a3f, [0x0764] = 0x5a41, [0x0765] = 0x5a42, [0x0766] = 0x5a43, + [0x0767] = 0x5a44, [0x0768] = 0x5a45, [0x0769] = 0x5a47, [0x076a] = 0x5a48, + [0x076b] = 0x5a4b, [0x076c] = 0x5a4c, [0x076d] = 0x5a4d, [0x076e] = 0x5a4e, + [0x076f] = 0x5a4f, [0x0770] = 0x5a50, [0x0771] = 0x5a51, [0x0772] = 0x5a52, + [0x0773] = 0x5a53, [0x0774] = 0x5a54, [0x0775] = 0x5a56, [0x0776] = 0x5a57, + [0x0777] = 0x5a58, [0x0778] = 0x5a59, [0x0779] = 0x5a5b, [0x077a] = 0x5a5c, + [0x077b] = 0x5a5d, [0x077c] = 0x5a5e, [0x077d] = 0x5a5f, [0x077e] = 0x5a60, + [0x0780] = 0x5a61, [0x0781] = 0x5a63, [0x0782] = 0x5a64, [0x0783] = 0x5a65, + [0x0784] = 0x5a66, [0x0785] = 0x5a68, [0x0786] = 0x5a69, [0x0787] = 0x5a6b, + [0x0788] = 0x5a6c, [0x0789] = 0x5a6d, [0x078a] = 0x5a6e, [0x078b] = 0x5a6f, + [0x078c] = 0x5a70, [0x078d] = 0x5a71, [0x078e] = 0x5a72, [0x078f] = 0x5a73, + [0x0790] = 0x5a78, [0x0791] = 0x5a79, [0x0792] = 0x5a7b, [0x0793] = 0x5a7c, + [0x0794] = 0x5a7d, [0x0795] = 0x5a7e, [0x0796] = 0x5a80, [0x0797] = 0x5a81, + [0x0798] = 0x5a82, [0x0799] = 0x5a83, [0x079a] = 0x5a84, [0x079b] = 0x5a85, + [0x079c] = 0x5a86, [0x079d] = 0x5a87, [0x079e] = 0x5a88, [0x079f] = 0x5a89, + [0x07a0] = 0x5a8a, [0x07a1] = 0x5a8b, [0x07a2] = 0x5a8c, [0x07a3] = 0x5a8d, + [0x07a4] = 0x5a8e, [0x07a5] = 0x5a8f, [0x07a6] = 0x5a90, [0x07a7] = 0x5a91, + [0x07a8] = 0x5a93, [0x07a9] = 0x5a94, [0x07aa] = 0x5a95, [0x07ab] = 0x5a96, + [0x07ac] = 0x5a97, [0x07ad] = 0x5a98, [0x07ae] = 0x5a99, [0x07af] = 0x5a9c, + [0x07b0] = 0x5a9d, [0x07b1] = 0x5a9e, [0x07b2] = 0x5a9f, [0x07b3] = 0x5aa0, + [0x07b4] = 0x5aa1, [0x07b5] = 0x5aa2, [0x07b6] = 0x5aa3, [0x07b7] = 0x5aa4, + [0x07b8] = 0x5aa5, [0x07b9] = 0x5aa6, [0x07ba] = 0x5aa7, [0x07bb] = 0x5aa8, + [0x07bc] = 0x5aa9, [0x07bd] = 0x5aab, [0x07be] = 0x5aac, [0x07c0] = 0x5aad, + [0x07c1] = 0x5aae, [0x07c2] = 0x5aaf, [0x07c3] = 0x5ab0, [0x07c4] = 0x5ab1, + [0x07c5] = 0x5ab4, [0x07c6] = 0x5ab6, [0x07c7] = 0x5ab7, [0x07c8] = 0x5ab9, + [0x07c9] = 0x5aba, [0x07ca] = 0x5abb, [0x07cb] = 0x5abc, [0x07cc] = 0x5abd, + [0x07cd] = 0x5abf, [0x07ce] = 0x5ac0, [0x07cf] = 0x5ac3, [0x07d0] = 0x5ac4, + [0x07d1] = 0x5ac5, [0x07d2] = 0x5ac6, [0x07d3] = 0x5ac7, [0x07d4] = 0x5ac8, + [0x07d5] = 0x5aca, [0x07d6] = 0x5acb, [0x07d7] = 0x5acd, [0x07d8] = 0x5ace, + [0x07d9] = 0x5acf, [0x07da] = 0x5ad0, [0x07db] = 0x5ad1, [0x07dc] = 0x5ad3, + [0x07dd] = 0x5ad5, [0x07de] = 0x5ad7, [0x07df] = 0x5ad9, [0x07e0] = 0x5ada, + [0x07e1] = 0x5adb, [0x07e2] = 0x5add, [0x07e3] = 0x5ade, [0x07e4] = 0x5adf, + [0x07e5] = 0x5ae2, [0x07e6] = 0x5ae4, [0x07e7] = 0x5ae5, [0x07e8] = 0x5ae7, + [0x07e9] = 0x5ae8, [0x07ea] = 0x5aea, [0x07eb] = 0x5aec, [0x07ec] = 0x5aed, + [0x07ed] = 0x5aee, [0x07ee] = 0x5aef, [0x07ef] = 0x5af0, [0x07f0] = 0x5af2, + [0x07f1] = 0x5af3, [0x07f2] = 0x5af4, [0x07f3] = 0x5af5, [0x07f4] = 0x5af6, + [0x07f5] = 0x5af7, [0x07f6] = 0x5af8, [0x07f7] = 0x5af9, [0x07f8] = 0x5afa, + [0x07f9] = 0x5afb, [0x07fa] = 0x5afc, [0x07fb] = 0x5afd, [0x07fc] = 0x5afe, + [0x07fd] = 0x5aff, [0x07fe] = 0x5b00, [0x07ff] = 0x5b01, [0x0800] = 0x5b02, + [0x0801] = 0x5b03, [0x0802] = 0x5b04, [0x0803] = 0x5b05, [0x0804] = 0x5b06, + [0x0805] = 0x5b07, [0x0806] = 0x5b08, [0x0807] = 0x5b0a, [0x0808] = 0x5b0b, + [0x0809] = 0x5b0c, [0x080a] = 0x5b0d, [0x080b] = 0x5b0e, [0x080c] = 0x5b0f, + [0x080d] = 0x5b10, [0x080e] = 0x5b11, [0x080f] = 0x5b12, [0x0810] = 0x5b13, + [0x0811] = 0x5b14, [0x0812] = 0x5b15, [0x0813] = 0x5b18, [0x0814] = 0x5b19, + [0x0815] = 0x5b1a, [0x0816] = 0x5b1b, [0x0817] = 0x5b1c, [0x0818] = 0x5b1d, + [0x0819] = 0x5b1e, [0x081a] = 0x5b1f, [0x081b] = 0x5b20, [0x081c] = 0x5b21, + [0x081d] = 0x5b22, [0x081e] = 0x5b23, [0x081f] = 0x5b24, [0x0820] = 0x5b25, + [0x0821] = 0x5b26, [0x0822] = 0x5b27, [0x0823] = 0x5b28, [0x0824] = 0x5b29, + [0x0825] = 0x5b2a, [0x0826] = 0x5b2b, [0x0827] = 0x5b2c, [0x0828] = 0x5b2d, + [0x0829] = 0x5b2e, [0x082a] = 0x5b2f, [0x082b] = 0x5b30, [0x082c] = 0x5b31, + [0x082d] = 0x5b33, [0x082e] = 0x5b35, [0x082f] = 0x5b36, [0x0830] = 0x5b38, + [0x0831] = 0x5b39, [0x0832] = 0x5b3a, [0x0833] = 0x5b3b, [0x0834] = 0x5b3c, + [0x0835] = 0x5b3d, [0x0836] = 0x5b3e, [0x0837] = 0x5b3f, [0x0838] = 0x5b41, + [0x0839] = 0x5b42, [0x083a] = 0x5b43, [0x083b] = 0x5b44, [0x083c] = 0x5b45, + [0x083d] = 0x5b46, [0x083e] = 0x5b47, [0x0840] = 0x5b48, [0x0841] = 0x5b49, + [0x0842] = 0x5b4a, [0x0843] = 0x5b4b, [0x0844] = 0x5b4c, [0x0845] = 0x5b4d, + [0x0846] = 0x5b4e, [0x0847] = 0x5b4f, [0x0848] = 0x5b52, [0x0849] = 0x5b56, + [0x084a] = 0x5b5e, [0x084b] = 0x5b60, [0x084c] = 0x5b61, [0x084d] = 0x5b67, + [0x084e] = 0x5b68, [0x084f] = 0x5b6b, [0x0850] = 0x5b6d, [0x0851] = 0x5b6e, + [0x0852] = 0x5b6f, [0x0853] = 0x5b72, [0x0854] = 0x5b74, [0x0855] = 0x5b76, + [0x0856] = 0x5b77, [0x0857] = 0x5b78, [0x0858] = 0x5b79, [0x0859] = 0x5b7b, + [0x085a] = 0x5b7c, [0x085b] = 0x5b7e, [0x085c] = 0x5b7f, [0x085d] = 0x5b82, + [0x085e] = 0x5b86, [0x085f] = 0x5b8a, [0x0860] = 0x5b8d, [0x0861] = 0x5b8e, + [0x0862] = 0x5b90, [0x0863] = 0x5b91, [0x0864] = 0x5b92, [0x0865] = 0x5b94, + [0x0866] = 0x5b96, [0x0867] = 0x5b9f, [0x0868] = 0x5ba7, [0x0869] = 0x5ba8, + [0x086a] = 0x5ba9, [0x086b] = 0x5bac, [0x086c] = 0x5bad, [0x086d] = 0x5bae, + [0x086e] = 0x5baf, [0x086f] = 0x5bb1, [0x0870] = 0x5bb2, [0x0871] = 0x5bb7, + [0x0872] = 0x5bba, [0x0873] = 0x5bbb, [0x0874] = 0x5bbc, [0x0875] = 0x5bc0, + [0x0876] = 0x5bc1, [0x0877] = 0x5bc3, [0x0878] = 0x5bc8, [0x0879] = 0x5bc9, + [0x087a] = 0x5bca, [0x087b] = 0x5bcb, [0x087c] = 0x5bcd, [0x087d] = 0x5bce, + [0x087e] = 0x5bcf, [0x0880] = 0x5bd1, [0x0881] = 0x5bd4, [0x0882] = 0x5bd5, + [0x0883] = 0x5bd6, [0x0884] = 0x5bd7, [0x0885] = 0x5bd8, [0x0886] = 0x5bd9, + [0x0887] = 0x5bda, [0x0888] = 0x5bdb, [0x0889] = 0x5bdc, [0x088a] = 0x5be0, + [0x088b] = 0x5be2, [0x088c] = 0x5be3, [0x088d] = 0x5be6, [0x088e] = 0x5be7, + [0x088f] = 0x5be9, [0x0890] = 0x5bea, [0x0891] = 0x5beb, [0x0892] = 0x5bec, + [0x0893] = 0x5bed, [0x0894] = 0x5bef, [0x0895] = 0x5bf1, [0x0896] = 0x5bf2, + [0x0897] = 0x5bf3, [0x0898] = 0x5bf4, [0x0899] = 0x5bf5, [0x089a] = 0x5bf6, + [0x089b] = 0x5bf7, [0x089c] = 0x5bfd, [0x089d] = 0x5bfe, [0x089e] = 0x5c00, + [0x089f] = 0x5c02, [0x08a0] = 0x5c03, [0x08a1] = 0x5c05, [0x08a2] = 0x5c07, + [0x08a3] = 0x5c08, [0x08a4] = 0x5c0b, [0x08a5] = 0x5c0c, [0x08a6] = 0x5c0d, + [0x08a7] = 0x5c0e, [0x08a8] = 0x5c10, [0x08a9] = 0x5c12, [0x08aa] = 0x5c13, + [0x08ab] = 0x5c17, [0x08ac] = 0x5c19, [0x08ad] = 0x5c1b, [0x08ae] = 0x5c1e, + [0x08af] = 0x5c1f, [0x08b0] = 0x5c20, [0x08b1] = 0x5c21, [0x08b2] = 0x5c23, + [0x08b3] = 0x5c26, [0x08b4] = 0x5c28, [0x08b5] = 0x5c29, [0x08b6] = 0x5c2a, + [0x08b7] = 0x5c2b, [0x08b8] = 0x5c2d, [0x08b9] = 0x5c2e, [0x08ba] = 0x5c2f, + [0x08bb] = 0x5c30, [0x08bc] = 0x5c32, [0x08bd] = 0x5c33, [0x08be] = 0x5c35, + [0x08bf] = 0x5c36, [0x08c0] = 0x5c37, [0x08c1] = 0x5c43, [0x08c2] = 0x5c44, + [0x08c3] = 0x5c46, [0x08c4] = 0x5c47, [0x08c5] = 0x5c4c, [0x08c6] = 0x5c4d, + [0x08c7] = 0x5c52, [0x08c8] = 0x5c53, [0x08c9] = 0x5c54, [0x08ca] = 0x5c56, + [0x08cb] = 0x5c57, [0x08cc] = 0x5c58, [0x08cd] = 0x5c5a, [0x08ce] = 0x5c5b, + [0x08cf] = 0x5c5c, [0x08d0] = 0x5c5d, [0x08d1] = 0x5c5f, [0x08d2] = 0x5c62, + [0x08d3] = 0x5c64, [0x08d4] = 0x5c67, [0x08d5] = 0x5c68, [0x08d6] = 0x5c69, + [0x08d7] = 0x5c6a, [0x08d8] = 0x5c6b, [0x08d9] = 0x5c6c, [0x08da] = 0x5c6d, + [0x08db] = 0x5c70, [0x08dc] = 0x5c72, [0x08dd] = 0x5c73, [0x08de] = 0x5c74, + [0x08df] = 0x5c75, [0x08e0] = 0x5c76, [0x08e1] = 0x5c77, [0x08e2] = 0x5c78, + [0x08e3] = 0x5c7b, [0x08e4] = 0x5c7c, [0x08e5] = 0x5c7d, [0x08e6] = 0x5c7e, + [0x08e7] = 0x5c80, [0x08e8] = 0x5c83, [0x08e9] = 0x5c84, [0x08ea] = 0x5c85, + [0x08eb] = 0x5c86, [0x08ec] = 0x5c87, [0x08ed] = 0x5c89, [0x08ee] = 0x5c8a, + [0x08ef] = 0x5c8b, [0x08f0] = 0x5c8e, [0x08f1] = 0x5c8f, [0x08f2] = 0x5c92, + [0x08f3] = 0x5c93, [0x08f4] = 0x5c95, [0x08f5] = 0x5c9d, [0x08f6] = 0x5c9e, + [0x08f7] = 0x5c9f, [0x08f8] = 0x5ca0, [0x08f9] = 0x5ca1, [0x08fa] = 0x5ca4, + [0x08fb] = 0x5ca5, [0x08fc] = 0x5ca6, [0x08fd] = 0x5ca7, [0x08fe] = 0x5ca8, + [0x0900] = 0x5caa, [0x0901] = 0x5cae, [0x0902] = 0x5caf, [0x0903] = 0x5cb0, + [0x0904] = 0x5cb2, [0x0905] = 0x5cb4, [0x0906] = 0x5cb6, [0x0907] = 0x5cb9, + [0x0908] = 0x5cba, [0x0909] = 0x5cbb, [0x090a] = 0x5cbc, [0x090b] = 0x5cbe, + [0x090c] = 0x5cc0, [0x090d] = 0x5cc2, [0x090e] = 0x5cc3, [0x090f] = 0x5cc5, + [0x0910] = 0x5cc6, [0x0911] = 0x5cc7, [0x0912] = 0x5cc8, [0x0913] = 0x5cc9, + [0x0914] = 0x5cca, [0x0915] = 0x5ccc, [0x0916] = 0x5ccd, [0x0917] = 0x5cce, + [0x0918] = 0x5ccf, [0x0919] = 0x5cd0, [0x091a] = 0x5cd1, [0x091b] = 0x5cd3, + [0x091c] = 0x5cd4, [0x091d] = 0x5cd5, [0x091e] = 0x5cd6, [0x091f] = 0x5cd7, + [0x0920] = 0x5cd8, [0x0921] = 0x5cda, [0x0922] = 0x5cdb, [0x0923] = 0x5cdc, + [0x0924] = 0x5cdd, [0x0925] = 0x5cde, [0x0926] = 0x5cdf, [0x0927] = 0x5ce0, + [0x0928] = 0x5ce2, [0x0929] = 0x5ce3, [0x092a] = 0x5ce7, [0x092b] = 0x5ce9, + [0x092c] = 0x5ceb, [0x092d] = 0x5cec, [0x092e] = 0x5cee, [0x092f] = 0x5cef, + [0x0930] = 0x5cf1, [0x0931] = 0x5cf2, [0x0932] = 0x5cf3, [0x0933] = 0x5cf4, + [0x0934] = 0x5cf5, [0x0935] = 0x5cf6, [0x0936] = 0x5cf7, [0x0937] = 0x5cf8, + [0x0938] = 0x5cf9, [0x0939] = 0x5cfa, [0x093a] = 0x5cfc, [0x093b] = 0x5cfd, + [0x093c] = 0x5cfe, [0x093d] = 0x5cff, [0x093e] = 0x5d00, [0x0940] = 0x5d01, + [0x0941] = 0x5d04, [0x0942] = 0x5d05, [0x0943] = 0x5d08, [0x0944] = 0x5d09, + [0x0945] = 0x5d0a, [0x0946] = 0x5d0b, [0x0947] = 0x5d0c, [0x0948] = 0x5d0d, + [0x0949] = 0x5d0f, [0x094a] = 0x5d10, [0x094b] = 0x5d11, [0x094c] = 0x5d12, + [0x094d] = 0x5d13, [0x094e] = 0x5d15, [0x094f] = 0x5d17, [0x0950] = 0x5d18, + [0x0951] = 0x5d19, [0x0952] = 0x5d1a, [0x0953] = 0x5d1c, [0x0954] = 0x5d1d, + [0x0955] = 0x5d1f, [0x0956] = 0x5d20, [0x0957] = 0x5d21, [0x0958] = 0x5d22, + [0x0959] = 0x5d23, [0x095a] = 0x5d25, [0x095b] = 0x5d28, [0x095c] = 0x5d2a, + [0x095d] = 0x5d2b, [0x095e] = 0x5d2c, [0x095f] = 0x5d2f, [0x0960] = 0x5d30, + [0x0961] = 0x5d31, [0x0962] = 0x5d32, [0x0963] = 0x5d33, [0x0964] = 0x5d35, + [0x0965] = 0x5d36, [0x0966] = 0x5d37, [0x0967] = 0x5d38, [0x0968] = 0x5d39, + [0x0969] = 0x5d3a, [0x096a] = 0x5d3b, [0x096b] = 0x5d3c, [0x096c] = 0x5d3f, + [0x096d] = 0x5d40, [0x096e] = 0x5d41, [0x096f] = 0x5d42, [0x0970] = 0x5d43, + [0x0971] = 0x5d44, [0x0972] = 0x5d45, [0x0973] = 0x5d46, [0x0974] = 0x5d48, + [0x0975] = 0x5d49, [0x0976] = 0x5d4d, [0x0977] = 0x5d4e, [0x0978] = 0x5d4f, + [0x0979] = 0x5d50, [0x097a] = 0x5d51, [0x097b] = 0x5d52, [0x097c] = 0x5d53, + [0x097d] = 0x5d54, [0x097e] = 0x5d55, [0x097f] = 0x5d56, [0x0980] = 0x5d57, + [0x0981] = 0x5d59, [0x0982] = 0x5d5a, [0x0983] = 0x5d5c, [0x0984] = 0x5d5e, + [0x0985] = 0x5d5f, [0x0986] = 0x5d60, [0x0987] = 0x5d61, [0x0988] = 0x5d62, + [0x0989] = 0x5d63, [0x098a] = 0x5d64, [0x098b] = 0x5d65, [0x098c] = 0x5d66, + [0x098d] = 0x5d67, [0x098e] = 0x5d68, [0x098f] = 0x5d6a, [0x0990] = 0x5d6d, + [0x0991] = 0x5d6e, [0x0992] = 0x5d70, [0x0993] = 0x5d71, [0x0994] = 0x5d72, + [0x0995] = 0x5d73, [0x0996] = 0x5d75, [0x0997] = 0x5d76, [0x0998] = 0x5d77, + [0x0999] = 0x5d78, [0x099a] = 0x5d79, [0x099b] = 0x5d7a, [0x099c] = 0x5d7b, + [0x099d] = 0x5d7c, [0x099e] = 0x5d7d, [0x099f] = 0x5d7e, [0x09a0] = 0x5d7f, + [0x09a1] = 0x5d80, [0x09a2] = 0x5d81, [0x09a3] = 0x5d83, [0x09a4] = 0x5d84, + [0x09a5] = 0x5d85, [0x09a6] = 0x5d86, [0x09a7] = 0x5d87, [0x09a8] = 0x5d88, + [0x09a9] = 0x5d89, [0x09aa] = 0x5d8a, [0x09ab] = 0x5d8b, [0x09ac] = 0x5d8c, + [0x09ad] = 0x5d8d, [0x09ae] = 0x5d8e, [0x09af] = 0x5d8f, [0x09b0] = 0x5d90, + [0x09b1] = 0x5d91, [0x09b2] = 0x5d92, [0x09b3] = 0x5d93, [0x09b4] = 0x5d94, + [0x09b5] = 0x5d95, [0x09b6] = 0x5d96, [0x09b7] = 0x5d97, [0x09b8] = 0x5d98, + [0x09b9] = 0x5d9a, [0x09ba] = 0x5d9b, [0x09bb] = 0x5d9c, [0x09bc] = 0x5d9e, + [0x09bd] = 0x5d9f, [0x09be] = 0x5da0, [0x09c0] = 0x5da1, [0x09c1] = 0x5da2, + [0x09c2] = 0x5da3, [0x09c3] = 0x5da4, [0x09c4] = 0x5da5, [0x09c5] = 0x5da6, + [0x09c6] = 0x5da7, [0x09c7] = 0x5da8, [0x09c8] = 0x5da9, [0x09c9] = 0x5daa, + [0x09ca] = 0x5dab, [0x09cb] = 0x5dac, [0x09cc] = 0x5dad, [0x09cd] = 0x5dae, + [0x09ce] = 0x5daf, [0x09cf] = 0x5db0, [0x09d0] = 0x5db1, [0x09d1] = 0x5db2, + [0x09d2] = 0x5db3, [0x09d3] = 0x5db4, [0x09d4] = 0x5db5, [0x09d5] = 0x5db6, + [0x09d6] = 0x5db8, [0x09d7] = 0x5db9, [0x09d8] = 0x5dba, [0x09d9] = 0x5dbb, + [0x09da] = 0x5dbc, [0x09db] = 0x5dbd, [0x09dc] = 0x5dbe, [0x09dd] = 0x5dbf, + [0x09de] = 0x5dc0, [0x09df] = 0x5dc1, [0x09e0] = 0x5dc2, [0x09e1] = 0x5dc3, + [0x09e2] = 0x5dc4, [0x09e3] = 0x5dc6, [0x09e4] = 0x5dc7, [0x09e5] = 0x5dc8, + [0x09e6] = 0x5dc9, [0x09e7] = 0x5dca, [0x09e8] = 0x5dcb, [0x09e9] = 0x5dcc, + [0x09ea] = 0x5dce, [0x09eb] = 0x5dcf, [0x09ec] = 0x5dd0, [0x09ed] = 0x5dd1, + [0x09ee] = 0x5dd2, [0x09ef] = 0x5dd3, [0x09f0] = 0x5dd4, [0x09f1] = 0x5dd5, + [0x09f2] = 0x5dd6, [0x09f3] = 0x5dd7, [0x09f4] = 0x5dd8, [0x09f5] = 0x5dd9, + [0x09f6] = 0x5dda, [0x09f7] = 0x5ddc, [0x09f8] = 0x5ddf, [0x09f9] = 0x5de0, + [0x09fa] = 0x5de3, [0x09fb] = 0x5de4, [0x09fc] = 0x5dea, [0x09fd] = 0x5dec, + [0x09fe] = 0x5ded, [0x0a00] = 0x5df0, [0x0a01] = 0x5df5, [0x0a02] = 0x5df6, + [0x0a03] = 0x5df8, [0x0a04] = 0x5df9, [0x0a05] = 0x5dfa, [0x0a06] = 0x5dfb, + [0x0a07] = 0x5dfc, [0x0a08] = 0x5dff, [0x0a09] = 0x5e00, [0x0a0a] = 0x5e04, + [0x0a0b] = 0x5e07, [0x0a0c] = 0x5e09, [0x0a0d] = 0x5e0a, [0x0a0e] = 0x5e0b, + [0x0a0f] = 0x5e0d, [0x0a10] = 0x5e0e, [0x0a11] = 0x5e12, [0x0a12] = 0x5e13, + [0x0a13] = 0x5e17, [0x0a14] = 0x5e1e, [0x0a15] = 0x5e1f, [0x0a16] = 0x5e20, + [0x0a17] = 0x5e21, [0x0a18] = 0x5e22, [0x0a19] = 0x5e23, [0x0a1a] = 0x5e24, + [0x0a1b] = 0x5e25, [0x0a1c] = 0x5e28, [0x0a1d] = 0x5e29, [0x0a1e] = 0x5e2a, + [0x0a1f] = 0x5e2b, [0x0a20] = 0x5e2c, [0x0a21] = 0x5e2f, [0x0a22] = 0x5e30, + [0x0a23] = 0x5e32, [0x0a24] = 0x5e33, [0x0a25] = 0x5e34, [0x0a26] = 0x5e35, + [0x0a27] = 0x5e36, [0x0a28] = 0x5e39, [0x0a29] = 0x5e3a, [0x0a2a] = 0x5e3e, + [0x0a2b] = 0x5e3f, [0x0a2c] = 0x5e40, [0x0a2d] = 0x5e41, [0x0a2e] = 0x5e43, + [0x0a2f] = 0x5e46, [0x0a30] = 0x5e47, [0x0a31] = 0x5e48, [0x0a32] = 0x5e49, + [0x0a33] = 0x5e4a, [0x0a34] = 0x5e4b, [0x0a35] = 0x5e4d, [0x0a36] = 0x5e4e, + [0x0a37] = 0x5e4f, [0x0a38] = 0x5e50, [0x0a39] = 0x5e51, [0x0a3a] = 0x5e52, + [0x0a3b] = 0x5e53, [0x0a3c] = 0x5e56, [0x0a3d] = 0x5e57, [0x0a3e] = 0x5e58, + [0x0a3f] = 0x5e59, [0x0a40] = 0x5e5a, [0x0a41] = 0x5e5c, [0x0a42] = 0x5e5d, + [0x0a43] = 0x5e5f, [0x0a44] = 0x5e60, [0x0a45] = 0x5e63, [0x0a46] = 0x5e64, + [0x0a47] = 0x5e65, [0x0a48] = 0x5e66, [0x0a49] = 0x5e67, [0x0a4a] = 0x5e68, + [0x0a4b] = 0x5e69, [0x0a4c] = 0x5e6a, [0x0a4d] = 0x5e6b, [0x0a4e] = 0x5e6c, + [0x0a4f] = 0x5e6d, [0x0a50] = 0x5e6e, [0x0a51] = 0x5e6f, [0x0a52] = 0x5e70, + [0x0a53] = 0x5e71, [0x0a54] = 0x5e75, [0x0a55] = 0x5e77, [0x0a56] = 0x5e79, + [0x0a57] = 0x5e7e, [0x0a58] = 0x5e81, [0x0a59] = 0x5e82, [0x0a5a] = 0x5e83, + [0x0a5b] = 0x5e85, [0x0a5c] = 0x5e88, [0x0a5d] = 0x5e89, [0x0a5e] = 0x5e8c, + [0x0a5f] = 0x5e8d, [0x0a60] = 0x5e8e, [0x0a61] = 0x5e92, [0x0a62] = 0x5e98, + [0x0a63] = 0x5e9b, [0x0a64] = 0x5e9d, [0x0a65] = 0x5ea1, [0x0a66] = 0x5ea2, + [0x0a67] = 0x5ea3, [0x0a68] = 0x5ea4, [0x0a69] = 0x5ea8, [0x0a6a] = 0x5ea9, + [0x0a6b] = 0x5eaa, [0x0a6c] = 0x5eab, [0x0a6d] = 0x5eac, [0x0a6e] = 0x5eae, + [0x0a6f] = 0x5eaf, [0x0a70] = 0x5eb0, [0x0a71] = 0x5eb1, [0x0a72] = 0x5eb2, + [0x0a73] = 0x5eb4, [0x0a74] = 0x5eba, [0x0a75] = 0x5ebb, [0x0a76] = 0x5ebc, + [0x0a77] = 0x5ebd, [0x0a78] = 0x5ebf, [0x0a79] = 0x5ec0, [0x0a7a] = 0x5ec1, + [0x0a7b] = 0x5ec2, [0x0a7c] = 0x5ec3, [0x0a7d] = 0x5ec4, [0x0a7e] = 0x5ec5, + [0x0a80] = 0x5ec6, [0x0a81] = 0x5ec7, [0x0a82] = 0x5ec8, [0x0a83] = 0x5ecb, + [0x0a84] = 0x5ecc, [0x0a85] = 0x5ecd, [0x0a86] = 0x5ece, [0x0a87] = 0x5ecf, + [0x0a88] = 0x5ed0, [0x0a89] = 0x5ed4, [0x0a8a] = 0x5ed5, [0x0a8b] = 0x5ed7, + [0x0a8c] = 0x5ed8, [0x0a8d] = 0x5ed9, [0x0a8e] = 0x5eda, [0x0a8f] = 0x5edc, + [0x0a90] = 0x5edd, [0x0a91] = 0x5ede, [0x0a92] = 0x5edf, [0x0a93] = 0x5ee0, + [0x0a94] = 0x5ee1, [0x0a95] = 0x5ee2, [0x0a96] = 0x5ee3, [0x0a97] = 0x5ee4, + [0x0a98] = 0x5ee5, [0x0a99] = 0x5ee6, [0x0a9a] = 0x5ee7, [0x0a9b] = 0x5ee9, + [0x0a9c] = 0x5eeb, [0x0a9d] = 0x5eec, [0x0a9e] = 0x5eed, [0x0a9f] = 0x5eee, + [0x0aa0] = 0x5eef, [0x0aa1] = 0x5ef0, [0x0aa2] = 0x5ef1, [0x0aa3] = 0x5ef2, + [0x0aa4] = 0x5ef3, [0x0aa5] = 0x5ef5, [0x0aa6] = 0x5ef8, [0x0aa7] = 0x5ef9, + [0x0aa8] = 0x5efb, [0x0aa9] = 0x5efc, [0x0aaa] = 0x5efd, [0x0aab] = 0x5f05, + [0x0aac] = 0x5f06, [0x0aad] = 0x5f07, [0x0aae] = 0x5f09, [0x0aaf] = 0x5f0c, + [0x0ab0] = 0x5f0d, [0x0ab1] = 0x5f0e, [0x0ab2] = 0x5f10, [0x0ab3] = 0x5f12, + [0x0ab4] = 0x5f14, [0x0ab5] = 0x5f16, [0x0ab6] = 0x5f19, [0x0ab7] = 0x5f1a, + [0x0ab8] = 0x5f1c, [0x0ab9] = 0x5f1d, [0x0aba] = 0x5f1e, [0x0abb] = 0x5f21, + [0x0abc] = 0x5f22, [0x0abd] = 0x5f23, [0x0abe] = 0x5f24, [0x0ac0] = 0x5f28, + [0x0ac1] = 0x5f2b, [0x0ac2] = 0x5f2c, [0x0ac3] = 0x5f2e, [0x0ac4] = 0x5f30, + [0x0ac5] = 0x5f32, [0x0ac6] = 0x5f33, [0x0ac7] = 0x5f34, [0x0ac8] = 0x5f35, + [0x0ac9] = 0x5f36, [0x0aca] = 0x5f37, [0x0acb] = 0x5f38, [0x0acc] = 0x5f3b, + [0x0acd] = 0x5f3d, [0x0ace] = 0x5f3e, [0x0acf] = 0x5f3f, [0x0ad0] = 0x5f41, + [0x0ad1] = 0x5f42, [0x0ad2] = 0x5f43, [0x0ad3] = 0x5f44, [0x0ad4] = 0x5f45, + [0x0ad5] = 0x5f46, [0x0ad6] = 0x5f47, [0x0ad7] = 0x5f48, [0x0ad8] = 0x5f49, + [0x0ad9] = 0x5f4a, [0x0ada] = 0x5f4b, [0x0adb] = 0x5f4c, [0x0adc] = 0x5f4d, + [0x0add] = 0x5f4e, [0x0ade] = 0x5f4f, [0x0adf] = 0x5f51, [0x0ae0] = 0x5f54, + [0x0ae1] = 0x5f59, [0x0ae2] = 0x5f5a, [0x0ae3] = 0x5f5b, [0x0ae4] = 0x5f5c, + [0x0ae5] = 0x5f5e, [0x0ae6] = 0x5f5f, [0x0ae7] = 0x5f60, [0x0ae8] = 0x5f63, + [0x0ae9] = 0x5f65, [0x0aea] = 0x5f67, [0x0aeb] = 0x5f68, [0x0aec] = 0x5f6b, + [0x0aed] = 0x5f6e, [0x0aee] = 0x5f6f, [0x0aef] = 0x5f72, [0x0af0] = 0x5f74, + [0x0af1] = 0x5f75, [0x0af2] = 0x5f76, [0x0af3] = 0x5f78, [0x0af4] = 0x5f7a, + [0x0af5] = 0x5f7d, [0x0af6] = 0x5f7e, [0x0af7] = 0x5f7f, [0x0af8] = 0x5f83, + [0x0af9] = 0x5f86, [0x0afa] = 0x5f8d, [0x0afb] = 0x5f8e, [0x0afc] = 0x5f8f, + [0x0afd] = 0x5f91, [0x0afe] = 0x5f93, [0x0aff] = 0x5f94, [0x0b00] = 0x5f96, + [0x0b01] = 0x5f9a, [0x0b02] = 0x5f9b, [0x0b03] = 0x5f9d, [0x0b04] = 0x5f9e, + [0x0b05] = 0x5f9f, [0x0b06] = 0x5fa0, [0x0b07] = 0x5fa2, [0x0b08] = 0x5fa3, + [0x0b09] = 0x5fa4, [0x0b0a] = 0x5fa5, [0x0b0b] = 0x5fa6, [0x0b0c] = 0x5fa7, + [0x0b0d] = 0x5fa9, [0x0b0e] = 0x5fab, [0x0b0f] = 0x5fac, [0x0b10] = 0x5faf, + [0x0b11] = 0x5fb0, [0x0b12] = 0x5fb1, [0x0b13] = 0x5fb2, [0x0b14] = 0x5fb3, + [0x0b15] = 0x5fb4, [0x0b16] = 0x5fb6, [0x0b17] = 0x5fb8, [0x0b18] = 0x5fb9, + [0x0b19] = 0x5fba, [0x0b1a] = 0x5fbb, [0x0b1b] = 0x5fbe, [0x0b1c] = 0x5fbf, + [0x0b1d] = 0x5fc0, [0x0b1e] = 0x5fc1, [0x0b1f] = 0x5fc2, [0x0b20] = 0x5fc7, + [0x0b21] = 0x5fc8, [0x0b22] = 0x5fca, [0x0b23] = 0x5fcb, [0x0b24] = 0x5fce, + [0x0b25] = 0x5fd3, [0x0b26] = 0x5fd4, [0x0b27] = 0x5fd5, [0x0b28] = 0x5fda, + [0x0b29] = 0x5fdb, [0x0b2a] = 0x5fdc, [0x0b2b] = 0x5fde, [0x0b2c] = 0x5fdf, + [0x0b2d] = 0x5fe2, [0x0b2e] = 0x5fe3, [0x0b2f] = 0x5fe5, [0x0b30] = 0x5fe6, + [0x0b31] = 0x5fe8, [0x0b32] = 0x5fe9, [0x0b33] = 0x5fec, [0x0b34] = 0x5fef, + [0x0b35] = 0x5ff0, [0x0b36] = 0x5ff2, [0x0b37] = 0x5ff3, [0x0b38] = 0x5ff4, + [0x0b39] = 0x5ff6, [0x0b3a] = 0x5ff7, [0x0b3b] = 0x5ff9, [0x0b3c] = 0x5ffa, + [0x0b3d] = 0x5ffc, [0x0b3e] = 0x6007, [0x0b40] = 0x6008, [0x0b41] = 0x6009, + [0x0b42] = 0x600b, [0x0b43] = 0x600c, [0x0b44] = 0x6010, [0x0b45] = 0x6011, + [0x0b46] = 0x6013, [0x0b47] = 0x6017, [0x0b48] = 0x6018, [0x0b49] = 0x601a, + [0x0b4a] = 0x601e, [0x0b4b] = 0x601f, [0x0b4c] = 0x6022, [0x0b4d] = 0x6023, + [0x0b4e] = 0x6024, [0x0b4f] = 0x602c, [0x0b50] = 0x602d, [0x0b51] = 0x602e, + [0x0b52] = 0x6030, [0x0b53] = 0x6031, [0x0b54] = 0x6032, [0x0b55] = 0x6033, + [0x0b56] = 0x6034, [0x0b57] = 0x6036, [0x0b58] = 0x6037, [0x0b59] = 0x6038, + [0x0b5a] = 0x6039, [0x0b5b] = 0x603a, [0x0b5c] = 0x603d, [0x0b5d] = 0x603e, + [0x0b5e] = 0x6040, [0x0b5f] = 0x6044, [0x0b60] = 0x6045, [0x0b61] = 0x6046, + [0x0b62] = 0x6047, [0x0b63] = 0x6048, [0x0b64] = 0x6049, [0x0b65] = 0x604a, + [0x0b66] = 0x604c, [0x0b67] = 0x604e, [0x0b68] = 0x604f, [0x0b69] = 0x6051, + [0x0b6a] = 0x6053, [0x0b6b] = 0x6054, [0x0b6c] = 0x6056, [0x0b6d] = 0x6057, + [0x0b6e] = 0x6058, [0x0b6f] = 0x605b, [0x0b70] = 0x605c, [0x0b71] = 0x605e, + [0x0b72] = 0x605f, [0x0b73] = 0x6060, [0x0b74] = 0x6061, [0x0b75] = 0x6065, + [0x0b76] = 0x6066, [0x0b77] = 0x606e, [0x0b78] = 0x6071, [0x0b79] = 0x6072, + [0x0b7a] = 0x6074, [0x0b7b] = 0x6075, [0x0b7c] = 0x6077, [0x0b7d] = 0x607e, + [0x0b7e] = 0x6080, [0x0b80] = 0x6081, [0x0b81] = 0x6082, [0x0b82] = 0x6085, + [0x0b83] = 0x6086, [0x0b84] = 0x6087, [0x0b85] = 0x6088, [0x0b86] = 0x608a, + [0x0b87] = 0x608b, [0x0b88] = 0x608e, [0x0b89] = 0x608f, [0x0b8a] = 0x6090, + [0x0b8b] = 0x6091, [0x0b8c] = 0x6093, [0x0b8d] = 0x6095, [0x0b8e] = 0x6097, + [0x0b8f] = 0x6098, [0x0b90] = 0x6099, [0x0b91] = 0x609c, [0x0b92] = 0x609e, + [0x0b93] = 0x60a1, [0x0b94] = 0x60a2, [0x0b95] = 0x60a4, [0x0b96] = 0x60a5, + [0x0b97] = 0x60a7, [0x0b98] = 0x60a9, [0x0b99] = 0x60aa, [0x0b9a] = 0x60ae, + [0x0b9b] = 0x60b0, [0x0b9c] = 0x60b3, [0x0b9d] = 0x60b5, [0x0b9e] = 0x60b6, + [0x0b9f] = 0x60b7, [0x0ba0] = 0x60b9, [0x0ba1] = 0x60ba, [0x0ba2] = 0x60bd, + [0x0ba3] = 0x60be, [0x0ba4] = 0x60bf, [0x0ba5] = 0x60c0, [0x0ba6] = 0x60c1, + [0x0ba7] = 0x60c2, [0x0ba8] = 0x60c3, [0x0ba9] = 0x60c4, [0x0baa] = 0x60c7, + [0x0bab] = 0x60c8, [0x0bac] = 0x60c9, [0x0bad] = 0x60cc, [0x0bae] = 0x60cd, + [0x0baf] = 0x60ce, [0x0bb0] = 0x60cf, [0x0bb1] = 0x60d0, [0x0bb2] = 0x60d2, + [0x0bb3] = 0x60d3, [0x0bb4] = 0x60d4, [0x0bb5] = 0x60d6, [0x0bb6] = 0x60d7, + [0x0bb7] = 0x60d9, [0x0bb8] = 0x60db, [0x0bb9] = 0x60de, [0x0bba] = 0x60e1, + [0x0bbb] = 0x60e2, [0x0bbc] = 0x60e3, [0x0bbd] = 0x60e4, [0x0bbe] = 0x60e5, + [0x0bbf] = 0x60ea, [0x0bc0] = 0x60f1, [0x0bc1] = 0x60f2, [0x0bc2] = 0x60f5, + [0x0bc3] = 0x60f7, [0x0bc4] = 0x60f8, [0x0bc5] = 0x60fb, [0x0bc6] = 0x60fc, + [0x0bc7] = 0x60fd, [0x0bc8] = 0x60fe, [0x0bc9] = 0x60ff, [0x0bca] = 0x6102, + [0x0bcb] = 0x6103, [0x0bcc] = 0x6104, [0x0bcd] = 0x6105, [0x0bce] = 0x6107, + [0x0bcf] = 0x610a, [0x0bd0] = 0x610b, [0x0bd1] = 0x610c, [0x0bd2] = 0x6110, + [0x0bd3] = 0x6111, [0x0bd4] = 0x6112, [0x0bd5] = 0x6113, [0x0bd6] = 0x6114, + [0x0bd7] = 0x6116, [0x0bd8] = 0x6117, [0x0bd9] = 0x6118, [0x0bda] = 0x6119, + [0x0bdb] = 0x611b, [0x0bdc] = 0x611c, [0x0bdd] = 0x611d, [0x0bde] = 0x611e, + [0x0bdf] = 0x6121, [0x0be0] = 0x6122, [0x0be1] = 0x6125, [0x0be2] = 0x6128, + [0x0be3] = 0x6129, [0x0be4] = 0x612a, [0x0be5] = 0x612c, [0x0be6] = 0x612d, + [0x0be7] = 0x612e, [0x0be8] = 0x612f, [0x0be9] = 0x6130, [0x0bea] = 0x6131, + [0x0beb] = 0x6132, [0x0bec] = 0x6133, [0x0bed] = 0x6134, [0x0bee] = 0x6135, + [0x0bef] = 0x6136, [0x0bf0] = 0x6137, [0x0bf1] = 0x6138, [0x0bf2] = 0x6139, + [0x0bf3] = 0x613a, [0x0bf4] = 0x613b, [0x0bf5] = 0x613c, [0x0bf6] = 0x613d, + [0x0bf7] = 0x613e, [0x0bf8] = 0x6140, [0x0bf9] = 0x6141, [0x0bfa] = 0x6142, + [0x0bfb] = 0x6143, [0x0bfc] = 0x6144, [0x0bfd] = 0x6145, [0x0bfe] = 0x6146, + [0x0c00] = 0x6147, [0x0c01] = 0x6149, [0x0c02] = 0x614b, [0x0c03] = 0x614d, + [0x0c04] = 0x614f, [0x0c05] = 0x6150, [0x0c06] = 0x6152, [0x0c07] = 0x6153, + [0x0c08] = 0x6154, [0x0c09] = 0x6156, [0x0c0a] = 0x6157, [0x0c0b] = 0x6158, + [0x0c0c] = 0x6159, [0x0c0d] = 0x615a, [0x0c0e] = 0x615b, [0x0c0f] = 0x615c, + [0x0c10] = 0x615e, [0x0c11] = 0x615f, [0x0c12] = 0x6160, [0x0c13] = 0x6161, + [0x0c14] = 0x6163, [0x0c15] = 0x6164, [0x0c16] = 0x6165, [0x0c17] = 0x6166, + [0x0c18] = 0x6169, [0x0c19] = 0x616a, [0x0c1a] = 0x616b, [0x0c1b] = 0x616c, + [0x0c1c] = 0x616d, [0x0c1d] = 0x616e, [0x0c1e] = 0x616f, [0x0c1f] = 0x6171, + [0x0c20] = 0x6172, [0x0c21] = 0x6173, [0x0c22] = 0x6174, [0x0c23] = 0x6176, + [0x0c24] = 0x6178, [0x0c25] = 0x6179, [0x0c26] = 0x617a, [0x0c27] = 0x617b, + [0x0c28] = 0x617c, [0x0c29] = 0x617d, [0x0c2a] = 0x617e, [0x0c2b] = 0x617f, + [0x0c2c] = 0x6180, [0x0c2d] = 0x6181, [0x0c2e] = 0x6182, [0x0c2f] = 0x6183, + [0x0c30] = 0x6184, [0x0c31] = 0x6185, [0x0c32] = 0x6186, [0x0c33] = 0x6187, + [0x0c34] = 0x6188, [0x0c35] = 0x6189, [0x0c36] = 0x618a, [0x0c37] = 0x618c, + [0x0c38] = 0x618d, [0x0c39] = 0x618f, [0x0c3a] = 0x6190, [0x0c3b] = 0x6191, + [0x0c3c] = 0x6192, [0x0c3d] = 0x6193, [0x0c3e] = 0x6195, [0x0c40] = 0x6196, + [0x0c41] = 0x6197, [0x0c42] = 0x6198, [0x0c43] = 0x6199, [0x0c44] = 0x619a, + [0x0c45] = 0x619b, [0x0c46] = 0x619c, [0x0c47] = 0x619e, [0x0c48] = 0x619f, + [0x0c49] = 0x61a0, [0x0c4a] = 0x61a1, [0x0c4b] = 0x61a2, [0x0c4c] = 0x61a3, + [0x0c4d] = 0x61a4, [0x0c4e] = 0x61a5, [0x0c4f] = 0x61a6, [0x0c50] = 0x61aa, + [0x0c51] = 0x61ab, [0x0c52] = 0x61ad, [0x0c53] = 0x61ae, [0x0c54] = 0x61af, + [0x0c55] = 0x61b0, [0x0c56] = 0x61b1, [0x0c57] = 0x61b2, [0x0c58] = 0x61b3, + [0x0c59] = 0x61b4, [0x0c5a] = 0x61b5, [0x0c5b] = 0x61b6, [0x0c5c] = 0x61b8, + [0x0c5d] = 0x61b9, [0x0c5e] = 0x61ba, [0x0c5f] = 0x61bb, [0x0c60] = 0x61bc, + [0x0c61] = 0x61bd, [0x0c62] = 0x61bf, [0x0c63] = 0x61c0, [0x0c64] = 0x61c1, + [0x0c65] = 0x61c3, [0x0c66] = 0x61c4, [0x0c67] = 0x61c5, [0x0c68] = 0x61c6, + [0x0c69] = 0x61c7, [0x0c6a] = 0x61c9, [0x0c6b] = 0x61cc, [0x0c6c] = 0x61cd, + [0x0c6d] = 0x61ce, [0x0c6e] = 0x61cf, [0x0c6f] = 0x61d0, [0x0c70] = 0x61d3, + [0x0c71] = 0x61d5, [0x0c72] = 0x61d6, [0x0c73] = 0x61d7, [0x0c74] = 0x61d8, + [0x0c75] = 0x61d9, [0x0c76] = 0x61da, [0x0c77] = 0x61db, [0x0c78] = 0x61dc, + [0x0c79] = 0x61dd, [0x0c7a] = 0x61de, [0x0c7b] = 0x61df, [0x0c7c] = 0x61e0, + [0x0c7d] = 0x61e1, [0x0c7e] = 0x61e2, [0x0c7f] = 0x61e3, [0x0c80] = 0x61e4, + [0x0c81] = 0x61e5, [0x0c82] = 0x61e7, [0x0c83] = 0x61e8, [0x0c84] = 0x61e9, + [0x0c85] = 0x61ea, [0x0c86] = 0x61eb, [0x0c87] = 0x61ec, [0x0c88] = 0x61ed, + [0x0c89] = 0x61ee, [0x0c8a] = 0x61ef, [0x0c8b] = 0x61f0, [0x0c8c] = 0x61f1, + [0x0c8d] = 0x61f2, [0x0c8e] = 0x61f3, [0x0c8f] = 0x61f4, [0x0c90] = 0x61f6, + [0x0c91] = 0x61f7, [0x0c92] = 0x61f8, [0x0c93] = 0x61f9, [0x0c94] = 0x61fa, + [0x0c95] = 0x61fb, [0x0c96] = 0x61fc, [0x0c97] = 0x61fd, [0x0c98] = 0x61fe, + [0x0c99] = 0x6200, [0x0c9a] = 0x6201, [0x0c9b] = 0x6202, [0x0c9c] = 0x6203, + [0x0c9d] = 0x6204, [0x0c9e] = 0x6205, [0x0c9f] = 0x6207, [0x0ca0] = 0x6209, + [0x0ca1] = 0x6213, [0x0ca2] = 0x6214, [0x0ca3] = 0x6219, [0x0ca4] = 0x621c, + [0x0ca5] = 0x621d, [0x0ca6] = 0x621e, [0x0ca7] = 0x6220, [0x0ca8] = 0x6223, + [0x0ca9] = 0x6226, [0x0caa] = 0x6227, [0x0cab] = 0x6228, [0x0cac] = 0x6229, + [0x0cad] = 0x622b, [0x0cae] = 0x622d, [0x0caf] = 0x622f, [0x0cb0] = 0x6230, + [0x0cb1] = 0x6231, [0x0cb2] = 0x6232, [0x0cb3] = 0x6235, [0x0cb4] = 0x6236, + [0x0cb5] = 0x6238, [0x0cb6] = 0x6239, [0x0cb7] = 0x623a, [0x0cb8] = 0x623b, + [0x0cb9] = 0x623c, [0x0cba] = 0x6242, [0x0cbb] = 0x6244, [0x0cbc] = 0x6245, + [0x0cbd] = 0x6246, [0x0cbe] = 0x624a, [0x0cc0] = 0x624f, [0x0cc1] = 0x6250, + [0x0cc2] = 0x6255, [0x0cc3] = 0x6256, [0x0cc4] = 0x6257, [0x0cc5] = 0x6259, + [0x0cc6] = 0x625a, [0x0cc7] = 0x625c, [0x0cc8] = 0x625d, [0x0cc9] = 0x625e, + [0x0cca] = 0x625f, [0x0ccb] = 0x6260, [0x0ccc] = 0x6261, [0x0ccd] = 0x6262, + [0x0cce] = 0x6264, [0x0ccf] = 0x6265, [0x0cd0] = 0x6268, [0x0cd1] = 0x6271, + [0x0cd2] = 0x6272, [0x0cd3] = 0x6274, [0x0cd4] = 0x6275, [0x0cd5] = 0x6277, + [0x0cd6] = 0x6278, [0x0cd7] = 0x627a, [0x0cd8] = 0x627b, [0x0cd9] = 0x627d, + [0x0cda] = 0x6281, [0x0cdb] = 0x6282, [0x0cdc] = 0x6283, [0x0cdd] = 0x6285, + [0x0cde] = 0x6286, [0x0cdf] = 0x6287, [0x0ce0] = 0x6288, [0x0ce1] = 0x628b, + [0x0ce2] = 0x628c, [0x0ce3] = 0x628d, [0x0ce4] = 0x628e, [0x0ce5] = 0x628f, + [0x0ce6] = 0x6290, [0x0ce7] = 0x6294, [0x0ce8] = 0x6299, [0x0ce9] = 0x629c, + [0x0cea] = 0x629d, [0x0ceb] = 0x629e, [0x0cec] = 0x62a3, [0x0ced] = 0x62a6, + [0x0cee] = 0x62a7, [0x0cef] = 0x62a9, [0x0cf0] = 0x62aa, [0x0cf1] = 0x62ad, + [0x0cf2] = 0x62ae, [0x0cf3] = 0x62af, [0x0cf4] = 0x62b0, [0x0cf5] = 0x62b2, + [0x0cf6] = 0x62b3, [0x0cf7] = 0x62b4, [0x0cf8] = 0x62b6, [0x0cf9] = 0x62b7, + [0x0cfa] = 0x62b8, [0x0cfb] = 0x62ba, [0x0cfc] = 0x62be, [0x0cfd] = 0x62c0, + [0x0cfe] = 0x62c1, [0x0d00] = 0x62c3, [0x0d01] = 0x62cb, [0x0d02] = 0x62cf, + [0x0d03] = 0x62d1, [0x0d04] = 0x62d5, [0x0d05] = 0x62dd, [0x0d06] = 0x62de, + [0x0d07] = 0x62e0, [0x0d08] = 0x62e1, [0x0d09] = 0x62e4, [0x0d0a] = 0x62ea, + [0x0d0b] = 0x62eb, [0x0d0c] = 0x62f0, [0x0d0d] = 0x62f2, [0x0d0e] = 0x62f5, + [0x0d0f] = 0x62f8, [0x0d10] = 0x62f9, [0x0d11] = 0x62fa, [0x0d12] = 0x62fb, + [0x0d13] = 0x6300, [0x0d14] = 0x6303, [0x0d15] = 0x6304, [0x0d16] = 0x6305, + [0x0d17] = 0x6306, [0x0d18] = 0x630a, [0x0d19] = 0x630b, [0x0d1a] = 0x630c, + [0x0d1b] = 0x630d, [0x0d1c] = 0x630f, [0x0d1d] = 0x6310, [0x0d1e] = 0x6312, + [0x0d1f] = 0x6313, [0x0d20] = 0x6314, [0x0d21] = 0x6315, [0x0d22] = 0x6317, + [0x0d23] = 0x6318, [0x0d24] = 0x6319, [0x0d25] = 0x631c, [0x0d26] = 0x6326, + [0x0d27] = 0x6327, [0x0d28] = 0x6329, [0x0d29] = 0x632c, [0x0d2a] = 0x632d, + [0x0d2b] = 0x632e, [0x0d2c] = 0x6330, [0x0d2d] = 0x6331, [0x0d2e] = 0x6333, + [0x0d2f] = 0x6334, [0x0d30] = 0x6335, [0x0d31] = 0x6336, [0x0d32] = 0x6337, + [0x0d33] = 0x6338, [0x0d34] = 0x633b, [0x0d35] = 0x633c, [0x0d36] = 0x633e, + [0x0d37] = 0x633f, [0x0d38] = 0x6340, [0x0d39] = 0x6341, [0x0d3a] = 0x6344, + [0x0d3b] = 0x6347, [0x0d3c] = 0x6348, [0x0d3d] = 0x634a, [0x0d3e] = 0x6351, + [0x0d3f] = 0x6352, [0x0d40] = 0x6353, [0x0d41] = 0x6354, [0x0d42] = 0x6356, + [0x0d43] = 0x6357, [0x0d44] = 0x6358, [0x0d45] = 0x6359, [0x0d46] = 0x635a, + [0x0d47] = 0x635b, [0x0d48] = 0x635c, [0x0d49] = 0x635d, [0x0d4a] = 0x6360, + [0x0d4b] = 0x6364, [0x0d4c] = 0x6365, [0x0d4d] = 0x6366, [0x0d4e] = 0x6368, + [0x0d4f] = 0x636a, [0x0d50] = 0x636b, [0x0d51] = 0x636c, [0x0d52] = 0x636f, + [0x0d53] = 0x6370, [0x0d54] = 0x6372, [0x0d55] = 0x6373, [0x0d56] = 0x6374, + [0x0d57] = 0x6375, [0x0d58] = 0x6378, [0x0d59] = 0x6379, [0x0d5a] = 0x637c, + [0x0d5b] = 0x637d, [0x0d5c] = 0x637e, [0x0d5d] = 0x637f, [0x0d5e] = 0x6381, + [0x0d5f] = 0x6383, [0x0d60] = 0x6384, [0x0d61] = 0x6385, [0x0d62] = 0x6386, + [0x0d63] = 0x638b, [0x0d64] = 0x638d, [0x0d65] = 0x6391, [0x0d66] = 0x6393, + [0x0d67] = 0x6394, [0x0d68] = 0x6395, [0x0d69] = 0x6397, [0x0d6a] = 0x6399, + [0x0d6b] = 0x639a, [0x0d6c] = 0x639b, [0x0d6d] = 0x639c, [0x0d6e] = 0x639d, + [0x0d6f] = 0x639e, [0x0d70] = 0x639f, [0x0d71] = 0x63a1, [0x0d72] = 0x63a4, + [0x0d73] = 0x63a6, [0x0d74] = 0x63ab, [0x0d75] = 0x63af, [0x0d76] = 0x63b1, + [0x0d77] = 0x63b2, [0x0d78] = 0x63b5, [0x0d79] = 0x63b6, [0x0d7a] = 0x63b9, + [0x0d7b] = 0x63bb, [0x0d7c] = 0x63bd, [0x0d7d] = 0x63bf, [0x0d7e] = 0x63c0, + [0x0d80] = 0x63c1, [0x0d81] = 0x63c2, [0x0d82] = 0x63c3, [0x0d83] = 0x63c5, + [0x0d84] = 0x63c7, [0x0d85] = 0x63c8, [0x0d86] = 0x63ca, [0x0d87] = 0x63cb, + [0x0d88] = 0x63cc, [0x0d89] = 0x63d1, [0x0d8a] = 0x63d3, [0x0d8b] = 0x63d4, + [0x0d8c] = 0x63d5, [0x0d8d] = 0x63d7, [0x0d8e] = 0x63d8, [0x0d8f] = 0x63d9, + [0x0d90] = 0x63da, [0x0d91] = 0x63db, [0x0d92] = 0x63dc, [0x0d93] = 0x63dd, + [0x0d94] = 0x63df, [0x0d95] = 0x63e2, [0x0d96] = 0x63e4, [0x0d97] = 0x63e5, + [0x0d98] = 0x63e6, [0x0d99] = 0x63e7, [0x0d9a] = 0x63e8, [0x0d9b] = 0x63eb, + [0x0d9c] = 0x63ec, [0x0d9d] = 0x63ee, [0x0d9e] = 0x63ef, [0x0d9f] = 0x63f0, + [0x0da0] = 0x63f1, [0x0da1] = 0x63f3, [0x0da2] = 0x63f5, [0x0da3] = 0x63f7, + [0x0da4] = 0x63f9, [0x0da5] = 0x63fa, [0x0da6] = 0x63fb, [0x0da7] = 0x63fc, + [0x0da8] = 0x63fe, [0x0da9] = 0x6403, [0x0daa] = 0x6404, [0x0dab] = 0x6406, + [0x0dac] = 0x6407, [0x0dad] = 0x6408, [0x0dae] = 0x6409, [0x0daf] = 0x640a, + [0x0db0] = 0x640d, [0x0db1] = 0x640e, [0x0db2] = 0x6411, [0x0db3] = 0x6412, + [0x0db4] = 0x6415, [0x0db5] = 0x6416, [0x0db6] = 0x6417, [0x0db7] = 0x6418, + [0x0db8] = 0x6419, [0x0db9] = 0x641a, [0x0dba] = 0x641d, [0x0dbb] = 0x641f, + [0x0dbc] = 0x6422, [0x0dbd] = 0x6423, [0x0dbe] = 0x6424, [0x0dc0] = 0x6425, + [0x0dc1] = 0x6427, [0x0dc2] = 0x6428, [0x0dc3] = 0x6429, [0x0dc4] = 0x642b, + [0x0dc5] = 0x642e, [0x0dc6] = 0x642f, [0x0dc7] = 0x6430, [0x0dc8] = 0x6431, + [0x0dc9] = 0x6432, [0x0dca] = 0x6433, [0x0dcb] = 0x6435, [0x0dcc] = 0x6436, + [0x0dcd] = 0x6437, [0x0dce] = 0x6438, [0x0dcf] = 0x6439, [0x0dd0] = 0x643b, + [0x0dd1] = 0x643c, [0x0dd2] = 0x643e, [0x0dd3] = 0x6440, [0x0dd4] = 0x6442, + [0x0dd5] = 0x6443, [0x0dd6] = 0x6449, [0x0dd7] = 0x644b, [0x0dd8] = 0x644c, + [0x0dd9] = 0x644d, [0x0dda] = 0x644e, [0x0ddb] = 0x644f, [0x0ddc] = 0x6450, + [0x0ddd] = 0x6451, [0x0dde] = 0x6453, [0x0ddf] = 0x6455, [0x0de0] = 0x6456, + [0x0de1] = 0x6457, [0x0de2] = 0x6459, [0x0de3] = 0x645a, [0x0de4] = 0x645b, + [0x0de5] = 0x645c, [0x0de6] = 0x645d, [0x0de7] = 0x645f, [0x0de8] = 0x6460, + [0x0de9] = 0x6461, [0x0dea] = 0x6462, [0x0deb] = 0x6463, [0x0dec] = 0x6464, + [0x0ded] = 0x6465, [0x0dee] = 0x6466, [0x0def] = 0x6468, [0x0df0] = 0x646a, + [0x0df1] = 0x646b, [0x0df2] = 0x646c, [0x0df3] = 0x646e, [0x0df4] = 0x646f, + [0x0df5] = 0x6470, [0x0df6] = 0x6471, [0x0df7] = 0x6472, [0x0df8] = 0x6473, + [0x0df9] = 0x6474, [0x0dfa] = 0x6475, [0x0dfb] = 0x6476, [0x0dfc] = 0x6477, + [0x0dfd] = 0x647b, [0x0dfe] = 0x647c, [0x0dff] = 0x647d, [0x0e00] = 0x647e, + [0x0e01] = 0x647f, [0x0e02] = 0x6480, [0x0e03] = 0x6481, [0x0e04] = 0x6483, + [0x0e05] = 0x6486, [0x0e06] = 0x6488, [0x0e07] = 0x6489, [0x0e08] = 0x648a, + [0x0e09] = 0x648b, [0x0e0a] = 0x648c, [0x0e0b] = 0x648d, [0x0e0c] = 0x648e, + [0x0e0d] = 0x648f, [0x0e0e] = 0x6490, [0x0e0f] = 0x6493, [0x0e10] = 0x6494, + [0x0e11] = 0x6497, [0x0e12] = 0x6498, [0x0e13] = 0x649a, [0x0e14] = 0x649b, + [0x0e15] = 0x649c, [0x0e16] = 0x649d, [0x0e17] = 0x649f, [0x0e18] = 0x64a0, + [0x0e19] = 0x64a1, [0x0e1a] = 0x64a2, [0x0e1b] = 0x64a3, [0x0e1c] = 0x64a5, + [0x0e1d] = 0x64a6, [0x0e1e] = 0x64a7, [0x0e1f] = 0x64a8, [0x0e20] = 0x64aa, + [0x0e21] = 0x64ab, [0x0e22] = 0x64af, [0x0e23] = 0x64b1, [0x0e24] = 0x64b2, + [0x0e25] = 0x64b3, [0x0e26] = 0x64b4, [0x0e27] = 0x64b6, [0x0e28] = 0x64b9, + [0x0e29] = 0x64bb, [0x0e2a] = 0x64bd, [0x0e2b] = 0x64be, [0x0e2c] = 0x64bf, + [0x0e2d] = 0x64c1, [0x0e2e] = 0x64c3, [0x0e2f] = 0x64c4, [0x0e30] = 0x64c6, + [0x0e31] = 0x64c7, [0x0e32] = 0x64c8, [0x0e33] = 0x64c9, [0x0e34] = 0x64ca, + [0x0e35] = 0x64cb, [0x0e36] = 0x64cc, [0x0e37] = 0x64cf, [0x0e38] = 0x64d1, + [0x0e39] = 0x64d3, [0x0e3a] = 0x64d4, [0x0e3b] = 0x64d5, [0x0e3c] = 0x64d6, + [0x0e3d] = 0x64d9, [0x0e3e] = 0x64da, [0x0e40] = 0x64db, [0x0e41] = 0x64dc, + [0x0e42] = 0x64dd, [0x0e43] = 0x64df, [0x0e44] = 0x64e0, [0x0e45] = 0x64e1, + [0x0e46] = 0x64e3, [0x0e47] = 0x64e5, [0x0e48] = 0x64e7, [0x0e49] = 0x64e8, + [0x0e4a] = 0x64e9, [0x0e4b] = 0x64ea, [0x0e4c] = 0x64eb, [0x0e4d] = 0x64ec, + [0x0e4e] = 0x64ed, [0x0e4f] = 0x64ee, [0x0e50] = 0x64ef, [0x0e51] = 0x64f0, + [0x0e52] = 0x64f1, [0x0e53] = 0x64f2, [0x0e54] = 0x64f3, [0x0e55] = 0x64f4, + [0x0e56] = 0x64f5, [0x0e57] = 0x64f6, [0x0e58] = 0x64f7, [0x0e59] = 0x64f8, + [0x0e5a] = 0x64f9, [0x0e5b] = 0x64fa, [0x0e5c] = 0x64fb, [0x0e5d] = 0x64fc, + [0x0e5e] = 0x64fd, [0x0e5f] = 0x64fe, [0x0e60] = 0x64ff, [0x0e61] = 0x6501, + [0x0e62] = 0x6502, [0x0e63] = 0x6503, [0x0e64] = 0x6504, [0x0e65] = 0x6505, + [0x0e66] = 0x6506, [0x0e67] = 0x6507, [0x0e68] = 0x6508, [0x0e69] = 0x650a, + [0x0e6a] = 0x650b, [0x0e6b] = 0x650c, [0x0e6c] = 0x650d, [0x0e6d] = 0x650e, + [0x0e6e] = 0x650f, [0x0e6f] = 0x6510, [0x0e70] = 0x6511, [0x0e71] = 0x6513, + [0x0e72] = 0x6514, [0x0e73] = 0x6515, [0x0e74] = 0x6516, [0x0e75] = 0x6517, + [0x0e76] = 0x6519, [0x0e77] = 0x651a, [0x0e78] = 0x651b, [0x0e79] = 0x651c, + [0x0e7a] = 0x651d, [0x0e7b] = 0x651e, [0x0e7c] = 0x651f, [0x0e7d] = 0x6520, + [0x0e7e] = 0x6521, [0x0e80] = 0x6522, [0x0e81] = 0x6523, [0x0e82] = 0x6524, + [0x0e83] = 0x6526, [0x0e84] = 0x6527, [0x0e85] = 0x6528, [0x0e86] = 0x6529, + [0x0e87] = 0x652a, [0x0e88] = 0x652c, [0x0e89] = 0x652d, [0x0e8a] = 0x6530, + [0x0e8b] = 0x6531, [0x0e8c] = 0x6532, [0x0e8d] = 0x6533, [0x0e8e] = 0x6537, + [0x0e8f] = 0x653a, [0x0e90] = 0x653c, [0x0e91] = 0x653d, [0x0e92] = 0x6540, + [0x0e93] = 0x6541, [0x0e94] = 0x6542, [0x0e95] = 0x6543, [0x0e96] = 0x6544, + [0x0e97] = 0x6546, [0x0e98] = 0x6547, [0x0e99] = 0x654a, [0x0e9a] = 0x654b, + [0x0e9b] = 0x654d, [0x0e9c] = 0x654e, [0x0e9d] = 0x6550, [0x0e9e] = 0x6552, + [0x0e9f] = 0x6553, [0x0ea0] = 0x6554, [0x0ea1] = 0x6557, [0x0ea2] = 0x6558, + [0x0ea3] = 0x655a, [0x0ea4] = 0x655c, [0x0ea5] = 0x655f, [0x0ea6] = 0x6560, + [0x0ea7] = 0x6561, [0x0ea8] = 0x6564, [0x0ea9] = 0x6565, [0x0eaa] = 0x6567, + [0x0eab] = 0x6568, [0x0eac] = 0x6569, [0x0ead] = 0x656a, [0x0eae] = 0x656d, + [0x0eaf] = 0x656e, [0x0eb0] = 0x656f, [0x0eb1] = 0x6571, [0x0eb2] = 0x6573, + [0x0eb3] = 0x6575, [0x0eb4] = 0x6576, [0x0eb5] = 0x6578, [0x0eb6] = 0x6579, + [0x0eb7] = 0x657a, [0x0eb8] = 0x657b, [0x0eb9] = 0x657c, [0x0eba] = 0x657d, + [0x0ebb] = 0x657e, [0x0ebc] = 0x657f, [0x0ebd] = 0x6580, [0x0ebe] = 0x6581, + [0x0ebf] = 0x6582, [0x0ec0] = 0x6583, [0x0ec1] = 0x6584, [0x0ec2] = 0x6585, + [0x0ec3] = 0x6586, [0x0ec4] = 0x6588, [0x0ec5] = 0x6589, [0x0ec6] = 0x658a, + [0x0ec7] = 0x658d, [0x0ec8] = 0x658e, [0x0ec9] = 0x658f, [0x0eca] = 0x6592, + [0x0ecb] = 0x6594, [0x0ecc] = 0x6595, [0x0ecd] = 0x6596, [0x0ece] = 0x6598, + [0x0ecf] = 0x659a, [0x0ed0] = 0x659d, [0x0ed1] = 0x659e, [0x0ed2] = 0x65a0, + [0x0ed3] = 0x65a2, [0x0ed4] = 0x65a3, [0x0ed5] = 0x65a6, [0x0ed6] = 0x65a8, + [0x0ed7] = 0x65aa, [0x0ed8] = 0x65ac, [0x0ed9] = 0x65ae, [0x0eda] = 0x65b1, + [0x0edb] = 0x65b2, [0x0edc] = 0x65b3, [0x0edd] = 0x65b4, [0x0ede] = 0x65b5, + [0x0edf] = 0x65b6, [0x0ee0] = 0x65b7, [0x0ee1] = 0x65b8, [0x0ee2] = 0x65ba, + [0x0ee3] = 0x65bb, [0x0ee4] = 0x65be, [0x0ee5] = 0x65bf, [0x0ee6] = 0x65c0, + [0x0ee7] = 0x65c2, [0x0ee8] = 0x65c7, [0x0ee9] = 0x65c8, [0x0eea] = 0x65c9, + [0x0eeb] = 0x65ca, [0x0eec] = 0x65cd, [0x0eed] = 0x65d0, [0x0eee] = 0x65d1, + [0x0eef] = 0x65d3, [0x0ef0] = 0x65d4, [0x0ef1] = 0x65d5, [0x0ef2] = 0x65d8, + [0x0ef3] = 0x65d9, [0x0ef4] = 0x65da, [0x0ef5] = 0x65db, [0x0ef6] = 0x65dc, + [0x0ef7] = 0x65dd, [0x0ef8] = 0x65de, [0x0ef9] = 0x65df, [0x0efa] = 0x65e1, + [0x0efb] = 0x65e3, [0x0efc] = 0x65e4, [0x0efd] = 0x65ea, [0x0efe] = 0x65eb, + [0x0f00] = 0x65f2, [0x0f01] = 0x65f3, [0x0f02] = 0x65f4, [0x0f03] = 0x65f5, + [0x0f04] = 0x65f8, [0x0f05] = 0x65f9, [0x0f06] = 0x65fb, [0x0f07] = 0x65fc, + [0x0f08] = 0x65fd, [0x0f09] = 0x65fe, [0x0f0a] = 0x65ff, [0x0f0b] = 0x6601, + [0x0f0c] = 0x6604, [0x0f0d] = 0x6605, [0x0f0e] = 0x6607, [0x0f0f] = 0x6608, + [0x0f10] = 0x6609, [0x0f11] = 0x660b, [0x0f12] = 0x660d, [0x0f13] = 0x6610, + [0x0f14] = 0x6611, [0x0f15] = 0x6612, [0x0f16] = 0x6616, [0x0f17] = 0x6617, + [0x0f18] = 0x6618, [0x0f19] = 0x661a, [0x0f1a] = 0x661b, [0x0f1b] = 0x661c, + [0x0f1c] = 0x661e, [0x0f1d] = 0x6621, [0x0f1e] = 0x6622, [0x0f1f] = 0x6623, + [0x0f20] = 0x6624, [0x0f21] = 0x6626, [0x0f22] = 0x6629, [0x0f23] = 0x662a, + [0x0f24] = 0x662b, [0x0f25] = 0x662c, [0x0f26] = 0x662e, [0x0f27] = 0x6630, + [0x0f28] = 0x6632, [0x0f29] = 0x6633, [0x0f2a] = 0x6637, [0x0f2b] = 0x6638, + [0x0f2c] = 0x6639, [0x0f2d] = 0x663a, [0x0f2e] = 0x663b, [0x0f2f] = 0x663d, + [0x0f30] = 0x663f, [0x0f31] = 0x6640, [0x0f32] = 0x6642, [0x0f33] = 0x6644, + [0x0f34] = 0x6645, [0x0f35] = 0x6646, [0x0f36] = 0x6647, [0x0f37] = 0x6648, + [0x0f38] = 0x6649, [0x0f39] = 0x664a, [0x0f3a] = 0x664d, [0x0f3b] = 0x664e, + [0x0f3c] = 0x6650, [0x0f3d] = 0x6651, [0x0f3e] = 0x6658, [0x0f40] = 0x6659, + [0x0f41] = 0x665b, [0x0f42] = 0x665c, [0x0f43] = 0x665d, [0x0f44] = 0x665e, + [0x0f45] = 0x6660, [0x0f46] = 0x6662, [0x0f47] = 0x6663, [0x0f48] = 0x6665, + [0x0f49] = 0x6667, [0x0f4a] = 0x6669, [0x0f4b] = 0x666a, [0x0f4c] = 0x666b, + [0x0f4d] = 0x666c, [0x0f4e] = 0x666d, [0x0f4f] = 0x6671, [0x0f50] = 0x6672, + [0x0f51] = 0x6673, [0x0f52] = 0x6675, [0x0f53] = 0x6678, [0x0f54] = 0x6679, + [0x0f55] = 0x667b, [0x0f56] = 0x667c, [0x0f57] = 0x667d, [0x0f58] = 0x667f, + [0x0f59] = 0x6680, [0x0f5a] = 0x6681, [0x0f5b] = 0x6683, [0x0f5c] = 0x6685, + [0x0f5d] = 0x6686, [0x0f5e] = 0x6688, [0x0f5f] = 0x6689, [0x0f60] = 0x668a, + [0x0f61] = 0x668b, [0x0f62] = 0x668d, [0x0f63] = 0x668e, [0x0f64] = 0x668f, + [0x0f65] = 0x6690, [0x0f66] = 0x6692, [0x0f67] = 0x6693, [0x0f68] = 0x6694, + [0x0f69] = 0x6695, [0x0f6a] = 0x6698, [0x0f6b] = 0x6699, [0x0f6c] = 0x669a, + [0x0f6d] = 0x669b, [0x0f6e] = 0x669c, [0x0f6f] = 0x669e, [0x0f70] = 0x669f, + [0x0f71] = 0x66a0, [0x0f72] = 0x66a1, [0x0f73] = 0x66a2, [0x0f74] = 0x66a3, + [0x0f75] = 0x66a4, [0x0f76] = 0x66a5, [0x0f77] = 0x66a6, [0x0f78] = 0x66a9, + [0x0f79] = 0x66aa, [0x0f7a] = 0x66ab, [0x0f7b] = 0x66ac, [0x0f7c] = 0x66ad, + [0x0f7d] = 0x66af, [0x0f7e] = 0x66b0, [0x0f7f] = 0x66b1, [0x0f80] = 0x66b2, + [0x0f81] = 0x66b3, [0x0f82] = 0x66b5, [0x0f83] = 0x66b6, [0x0f84] = 0x66b7, + [0x0f85] = 0x66b8, [0x0f86] = 0x66ba, [0x0f87] = 0x66bb, [0x0f88] = 0x66bc, + [0x0f89] = 0x66bd, [0x0f8a] = 0x66bf, [0x0f8b] = 0x66c0, [0x0f8c] = 0x66c1, + [0x0f8d] = 0x66c2, [0x0f8e] = 0x66c3, [0x0f8f] = 0x66c4, [0x0f90] = 0x66c5, + [0x0f91] = 0x66c6, [0x0f92] = 0x66c7, [0x0f93] = 0x66c8, [0x0f94] = 0x66c9, + [0x0f95] = 0x66ca, [0x0f96] = 0x66cb, [0x0f97] = 0x66cc, [0x0f98] = 0x66cd, + [0x0f99] = 0x66ce, [0x0f9a] = 0x66cf, [0x0f9b] = 0x66d0, [0x0f9c] = 0x66d1, + [0x0f9d] = 0x66d2, [0x0f9e] = 0x66d3, [0x0f9f] = 0x66d4, [0x0fa0] = 0x66d5, + [0x0fa1] = 0x66d6, [0x0fa2] = 0x66d7, [0x0fa3] = 0x66d8, [0x0fa4] = 0x66da, + [0x0fa5] = 0x66de, [0x0fa6] = 0x66df, [0x0fa7] = 0x66e0, [0x0fa8] = 0x66e1, + [0x0fa9] = 0x66e2, [0x0faa] = 0x66e3, [0x0fab] = 0x66e4, [0x0fac] = 0x66e5, + [0x0fad] = 0x66e7, [0x0fae] = 0x66e8, [0x0faf] = 0x66ea, [0x0fb0] = 0x66eb, + [0x0fb1] = 0x66ec, [0x0fb2] = 0x66ed, [0x0fb3] = 0x66ee, [0x0fb4] = 0x66ef, + [0x0fb5] = 0x66f1, [0x0fb6] = 0x66f5, [0x0fb7] = 0x66f6, [0x0fb8] = 0x66f8, + [0x0fb9] = 0x66fa, [0x0fba] = 0x66fb, [0x0fbb] = 0x66fd, [0x0fbc] = 0x6701, + [0x0fbd] = 0x6702, [0x0fbe] = 0x6703, [0x0fc0] = 0x6704, [0x0fc1] = 0x6705, + [0x0fc2] = 0x6706, [0x0fc3] = 0x6707, [0x0fc4] = 0x670c, [0x0fc5] = 0x670e, + [0x0fc6] = 0x670f, [0x0fc7] = 0x6711, [0x0fc8] = 0x6712, [0x0fc9] = 0x6713, + [0x0fca] = 0x6716, [0x0fcb] = 0x6718, [0x0fcc] = 0x6719, [0x0fcd] = 0x671a, + [0x0fce] = 0x671c, [0x0fcf] = 0x671e, [0x0fd0] = 0x6720, [0x0fd1] = 0x6721, + [0x0fd2] = 0x6722, [0x0fd3] = 0x6723, [0x0fd4] = 0x6724, [0x0fd5] = 0x6725, + [0x0fd6] = 0x6727, [0x0fd7] = 0x6729, [0x0fd8] = 0x672e, [0x0fd9] = 0x6730, + [0x0fda] = 0x6732, [0x0fdb] = 0x6733, [0x0fdc] = 0x6736, [0x0fdd] = 0x6737, + [0x0fde] = 0x6738, [0x0fdf] = 0x6739, [0x0fe0] = 0x673b, [0x0fe1] = 0x673c, + [0x0fe2] = 0x673e, [0x0fe3] = 0x673f, [0x0fe4] = 0x6741, [0x0fe5] = 0x6744, + [0x0fe6] = 0x6745, [0x0fe7] = 0x6747, [0x0fe8] = 0x674a, [0x0fe9] = 0x674b, + [0x0fea] = 0x674d, [0x0feb] = 0x6752, [0x0fec] = 0x6754, [0x0fed] = 0x6755, + [0x0fee] = 0x6757, [0x0fef] = 0x6758, [0x0ff0] = 0x6759, [0x0ff1] = 0x675a, + [0x0ff2] = 0x675b, [0x0ff3] = 0x675d, [0x0ff4] = 0x6762, [0x0ff5] = 0x6763, + [0x0ff6] = 0x6764, [0x0ff7] = 0x6766, [0x0ff8] = 0x6767, [0x0ff9] = 0x676b, + [0x0ffa] = 0x676c, [0x0ffb] = 0x676e, [0x0ffc] = 0x6771, [0x0ffd] = 0x6774, + [0x0ffe] = 0x6776, [0x1000] = 0x6778, [0x1001] = 0x6779, [0x1002] = 0x677a, + [0x1003] = 0x677b, [0x1004] = 0x677d, [0x1005] = 0x6780, [0x1006] = 0x6782, + [0x1007] = 0x6783, [0x1008] = 0x6785, [0x1009] = 0x6786, [0x100a] = 0x6788, + [0x100b] = 0x678a, [0x100c] = 0x678c, [0x100d] = 0x678d, [0x100e] = 0x678e, + [0x100f] = 0x678f, [0x1010] = 0x6791, [0x1011] = 0x6792, [0x1012] = 0x6793, + [0x1013] = 0x6794, [0x1014] = 0x6796, [0x1015] = 0x6799, [0x1016] = 0x679b, + [0x1017] = 0x679f, [0x1018] = 0x67a0, [0x1019] = 0x67a1, [0x101a] = 0x67a4, + [0x101b] = 0x67a6, [0x101c] = 0x67a9, [0x101d] = 0x67ac, [0x101e] = 0x67ae, + [0x101f] = 0x67b1, [0x1020] = 0x67b2, [0x1021] = 0x67b4, [0x1022] = 0x67b9, + [0x1023] = 0x67ba, [0x1024] = 0x67bb, [0x1025] = 0x67bc, [0x1026] = 0x67bd, + [0x1027] = 0x67be, [0x1028] = 0x67bf, [0x1029] = 0x67c0, [0x102a] = 0x67c2, + [0x102b] = 0x67c5, [0x102c] = 0x67c6, [0x102d] = 0x67c7, [0x102e] = 0x67c8, + [0x102f] = 0x67c9, [0x1030] = 0x67ca, [0x1031] = 0x67cb, [0x1032] = 0x67cc, + [0x1033] = 0x67cd, [0x1034] = 0x67ce, [0x1035] = 0x67d5, [0x1036] = 0x67d6, + [0x1037] = 0x67d7, [0x1038] = 0x67db, [0x1039] = 0x67df, [0x103a] = 0x67e1, + [0x103b] = 0x67e3, [0x103c] = 0x67e4, [0x103d] = 0x67e6, [0x103e] = 0x67e7, + [0x103f] = 0x67e8, [0x1040] = 0x67ea, [0x1041] = 0x67eb, [0x1042] = 0x67ed, + [0x1043] = 0x67ee, [0x1044] = 0x67f2, [0x1045] = 0x67f5, [0x1046] = 0x67f6, + [0x1047] = 0x67f7, [0x1048] = 0x67f8, [0x1049] = 0x67f9, [0x104a] = 0x67fa, + [0x104b] = 0x67fb, [0x104c] = 0x67fc, [0x104d] = 0x67fe, [0x104e] = 0x6801, + [0x104f] = 0x6802, [0x1050] = 0x6803, [0x1051] = 0x6804, [0x1052] = 0x6806, + [0x1053] = 0x680d, [0x1054] = 0x6810, [0x1055] = 0x6812, [0x1056] = 0x6814, + [0x1057] = 0x6815, [0x1058] = 0x6818, [0x1059] = 0x6819, [0x105a] = 0x681a, + [0x105b] = 0x681b, [0x105c] = 0x681c, [0x105d] = 0x681e, [0x105e] = 0x681f, + [0x105f] = 0x6820, [0x1060] = 0x6822, [0x1061] = 0x6823, [0x1062] = 0x6824, + [0x1063] = 0x6825, [0x1064] = 0x6826, [0x1065] = 0x6827, [0x1066] = 0x6828, + [0x1067] = 0x682b, [0x1068] = 0x682c, [0x1069] = 0x682d, [0x106a] = 0x682e, + [0x106b] = 0x682f, [0x106c] = 0x6830, [0x106d] = 0x6831, [0x106e] = 0x6834, + [0x106f] = 0x6835, [0x1070] = 0x6836, [0x1071] = 0x683a, [0x1072] = 0x683b, + [0x1073] = 0x683f, [0x1074] = 0x6847, [0x1075] = 0x684b, [0x1076] = 0x684d, + [0x1077] = 0x684f, [0x1078] = 0x6852, [0x1079] = 0x6856, [0x107a] = 0x6857, + [0x107b] = 0x6858, [0x107c] = 0x6859, [0x107d] = 0x685a, [0x107e] = 0x685b, + [0x1080] = 0x685c, [0x1081] = 0x685d, [0x1082] = 0x685e, [0x1083] = 0x685f, + [0x1084] = 0x686a, [0x1085] = 0x686c, [0x1086] = 0x686d, [0x1087] = 0x686e, + [0x1088] = 0x686f, [0x1089] = 0x6870, [0x108a] = 0x6871, [0x108b] = 0x6872, + [0x108c] = 0x6873, [0x108d] = 0x6875, [0x108e] = 0x6878, [0x108f] = 0x6879, + [0x1090] = 0x687a, [0x1091] = 0x687b, [0x1092] = 0x687c, [0x1093] = 0x687d, + [0x1094] = 0x687e, [0x1095] = 0x687f, [0x1096] = 0x6880, [0x1097] = 0x6882, + [0x1098] = 0x6884, [0x1099] = 0x6887, [0x109a] = 0x6888, [0x109b] = 0x6889, + [0x109c] = 0x688a, [0x109d] = 0x688b, [0x109e] = 0x688c, [0x109f] = 0x688d, + [0x10a0] = 0x688e, [0x10a1] = 0x6890, [0x10a2] = 0x6891, [0x10a3] = 0x6892, + [0x10a4] = 0x6894, [0x10a5] = 0x6895, [0x10a6] = 0x6896, [0x10a7] = 0x6898, + [0x10a8] = 0x6899, [0x10a9] = 0x689a, [0x10aa] = 0x689b, [0x10ab] = 0x689c, + [0x10ac] = 0x689d, [0x10ad] = 0x689e, [0x10ae] = 0x689f, [0x10af] = 0x68a0, + [0x10b0] = 0x68a1, [0x10b1] = 0x68a3, [0x10b2] = 0x68a4, [0x10b3] = 0x68a5, + [0x10b4] = 0x68a9, [0x10b5] = 0x68aa, [0x10b6] = 0x68ab, [0x10b7] = 0x68ac, + [0x10b8] = 0x68ae, [0x10b9] = 0x68b1, [0x10ba] = 0x68b2, [0x10bb] = 0x68b4, + [0x10bc] = 0x68b6, [0x10bd] = 0x68b7, [0x10be] = 0x68b8, [0x10c0] = 0x68b9, + [0x10c1] = 0x68ba, [0x10c2] = 0x68bb, [0x10c3] = 0x68bc, [0x10c4] = 0x68bd, + [0x10c5] = 0x68be, [0x10c6] = 0x68bf, [0x10c7] = 0x68c1, [0x10c8] = 0x68c3, + [0x10c9] = 0x68c4, [0x10ca] = 0x68c5, [0x10cb] = 0x68c6, [0x10cc] = 0x68c7, + [0x10cd] = 0x68c8, [0x10ce] = 0x68ca, [0x10cf] = 0x68cc, [0x10d0] = 0x68ce, + [0x10d1] = 0x68cf, [0x10d2] = 0x68d0, [0x10d3] = 0x68d1, [0x10d4] = 0x68d3, + [0x10d5] = 0x68d4, [0x10d6] = 0x68d6, [0x10d7] = 0x68d7, [0x10d8] = 0x68d9, + [0x10d9] = 0x68db, [0x10da] = 0x68dc, [0x10db] = 0x68dd, [0x10dc] = 0x68de, + [0x10dd] = 0x68df, [0x10de] = 0x68e1, [0x10df] = 0x68e2, [0x10e0] = 0x68e4, + [0x10e1] = 0x68e5, [0x10e2] = 0x68e6, [0x10e3] = 0x68e7, [0x10e4] = 0x68e8, + [0x10e5] = 0x68e9, [0x10e6] = 0x68ea, [0x10e7] = 0x68eb, [0x10e8] = 0x68ec, + [0x10e9] = 0x68ed, [0x10ea] = 0x68ef, [0x10eb] = 0x68f2, [0x10ec] = 0x68f3, + [0x10ed] = 0x68f4, [0x10ee] = 0x68f6, [0x10ef] = 0x68f7, [0x10f0] = 0x68f8, + [0x10f1] = 0x68fb, [0x10f2] = 0x68fd, [0x10f3] = 0x68fe, [0x10f4] = 0x68ff, + [0x10f5] = 0x6900, [0x10f6] = 0x6902, [0x10f7] = 0x6903, [0x10f8] = 0x6904, + [0x10f9] = 0x6906, [0x10fa] = 0x6907, [0x10fb] = 0x6908, [0x10fc] = 0x6909, + [0x10fd] = 0x690a, [0x10fe] = 0x690c, [0x10ff] = 0x690f, [0x1100] = 0x6911, + [0x1101] = 0x6913, [0x1102] = 0x6914, [0x1103] = 0x6915, [0x1104] = 0x6916, + [0x1105] = 0x6917, [0x1106] = 0x6918, [0x1107] = 0x6919, [0x1108] = 0x691a, + [0x1109] = 0x691b, [0x110a] = 0x691c, [0x110b] = 0x691d, [0x110c] = 0x691e, + [0x110d] = 0x6921, [0x110e] = 0x6922, [0x110f] = 0x6923, [0x1110] = 0x6925, + [0x1111] = 0x6926, [0x1112] = 0x6927, [0x1113] = 0x6928, [0x1114] = 0x6929, + [0x1115] = 0x692a, [0x1116] = 0x692b, [0x1117] = 0x692c, [0x1118] = 0x692e, + [0x1119] = 0x692f, [0x111a] = 0x6931, [0x111b] = 0x6932, [0x111c] = 0x6933, + [0x111d] = 0x6935, [0x111e] = 0x6936, [0x111f] = 0x6937, [0x1120] = 0x6938, + [0x1121] = 0x693a, [0x1122] = 0x693b, [0x1123] = 0x693c, [0x1124] = 0x693e, + [0x1125] = 0x6940, [0x1126] = 0x6941, [0x1127] = 0x6943, [0x1128] = 0x6944, + [0x1129] = 0x6945, [0x112a] = 0x6946, [0x112b] = 0x6947, [0x112c] = 0x6948, + [0x112d] = 0x6949, [0x112e] = 0x694a, [0x112f] = 0x694b, [0x1130] = 0x694c, + [0x1131] = 0x694d, [0x1132] = 0x694e, [0x1133] = 0x694f, [0x1134] = 0x6950, + [0x1135] = 0x6951, [0x1136] = 0x6952, [0x1137] = 0x6953, [0x1138] = 0x6955, + [0x1139] = 0x6956, [0x113a] = 0x6958, [0x113b] = 0x6959, [0x113c] = 0x695b, + [0x113d] = 0x695c, [0x113e] = 0x695f, [0x1140] = 0x6961, [0x1141] = 0x6962, + [0x1142] = 0x6964, [0x1143] = 0x6965, [0x1144] = 0x6967, [0x1145] = 0x6968, + [0x1146] = 0x6969, [0x1147] = 0x696a, [0x1148] = 0x696c, [0x1149] = 0x696d, + [0x114a] = 0x696f, [0x114b] = 0x6970, [0x114c] = 0x6972, [0x114d] = 0x6973, + [0x114e] = 0x6974, [0x114f] = 0x6975, [0x1150] = 0x6976, [0x1151] = 0x697a, + [0x1152] = 0x697b, [0x1153] = 0x697d, [0x1154] = 0x697e, [0x1155] = 0x697f, + [0x1156] = 0x6981, [0x1157] = 0x6983, [0x1158] = 0x6985, [0x1159] = 0x698a, + [0x115a] = 0x698b, [0x115b] = 0x698c, [0x115c] = 0x698e, [0x115d] = 0x698f, + [0x115e] = 0x6990, [0x115f] = 0x6991, [0x1160] = 0x6992, [0x1161] = 0x6993, + [0x1162] = 0x6996, [0x1163] = 0x6997, [0x1164] = 0x6999, [0x1165] = 0x699a, + [0x1166] = 0x699d, [0x1167] = 0x699e, [0x1168] = 0x699f, [0x1169] = 0x69a0, + [0x116a] = 0x69a1, [0x116b] = 0x69a2, [0x116c] = 0x69a3, [0x116d] = 0x69a4, + [0x116e] = 0x69a5, [0x116f] = 0x69a6, [0x1170] = 0x69a9, [0x1171] = 0x69aa, + [0x1172] = 0x69ac, [0x1173] = 0x69ae, [0x1174] = 0x69af, [0x1175] = 0x69b0, + [0x1176] = 0x69b2, [0x1177] = 0x69b3, [0x1178] = 0x69b5, [0x1179] = 0x69b6, + [0x117a] = 0x69b8, [0x117b] = 0x69b9, [0x117c] = 0x69ba, [0x117d] = 0x69bc, + [0x117e] = 0x69bd, [0x1180] = 0x69be, [0x1181] = 0x69bf, [0x1182] = 0x69c0, + [0x1183] = 0x69c2, [0x1184] = 0x69c3, [0x1185] = 0x69c4, [0x1186] = 0x69c5, + [0x1187] = 0x69c6, [0x1188] = 0x69c7, [0x1189] = 0x69c8, [0x118a] = 0x69c9, + [0x118b] = 0x69cb, [0x118c] = 0x69cd, [0x118d] = 0x69cf, [0x118e] = 0x69d1, + [0x118f] = 0x69d2, [0x1190] = 0x69d3, [0x1191] = 0x69d5, [0x1192] = 0x69d6, + [0x1193] = 0x69d7, [0x1194] = 0x69d8, [0x1195] = 0x69d9, [0x1196] = 0x69da, + [0x1197] = 0x69dc, [0x1198] = 0x69dd, [0x1199] = 0x69de, [0x119a] = 0x69e1, + [0x119b] = 0x69e2, [0x119c] = 0x69e3, [0x119d] = 0x69e4, [0x119e] = 0x69e5, + [0x119f] = 0x69e6, [0x11a0] = 0x69e7, [0x11a1] = 0x69e8, [0x11a2] = 0x69e9, + [0x11a3] = 0x69ea, [0x11a4] = 0x69eb, [0x11a5] = 0x69ec, [0x11a6] = 0x69ee, + [0x11a7] = 0x69ef, [0x11a8] = 0x69f0, [0x11a9] = 0x69f1, [0x11aa] = 0x69f3, + [0x11ab] = 0x69f4, [0x11ac] = 0x69f5, [0x11ad] = 0x69f6, [0x11ae] = 0x69f7, + [0x11af] = 0x69f8, [0x11b0] = 0x69f9, [0x11b1] = 0x69fa, [0x11b2] = 0x69fb, + [0x11b3] = 0x69fc, [0x11b4] = 0x69fe, [0x11b5] = 0x6a00, [0x11b6] = 0x6a01, + [0x11b7] = 0x6a02, [0x11b8] = 0x6a03, [0x11b9] = 0x6a04, [0x11ba] = 0x6a05, + [0x11bb] = 0x6a06, [0x11bc] = 0x6a07, [0x11bd] = 0x6a08, [0x11be] = 0x6a09, + [0x11bf] = 0x6a0b, [0x11c0] = 0x6a0c, [0x11c1] = 0x6a0d, [0x11c2] = 0x6a0e, + [0x11c3] = 0x6a0f, [0x11c4] = 0x6a10, [0x11c5] = 0x6a11, [0x11c6] = 0x6a12, + [0x11c7] = 0x6a13, [0x11c8] = 0x6a14, [0x11c9] = 0x6a15, [0x11ca] = 0x6a16, + [0x11cb] = 0x6a19, [0x11cc] = 0x6a1a, [0x11cd] = 0x6a1b, [0x11ce] = 0x6a1c, + [0x11cf] = 0x6a1d, [0x11d0] = 0x6a1e, [0x11d1] = 0x6a20, [0x11d2] = 0x6a22, + [0x11d3] = 0x6a23, [0x11d4] = 0x6a24, [0x11d5] = 0x6a25, [0x11d6] = 0x6a26, + [0x11d7] = 0x6a27, [0x11d8] = 0x6a29, [0x11d9] = 0x6a2b, [0x11da] = 0x6a2c, + [0x11db] = 0x6a2d, [0x11dc] = 0x6a2e, [0x11dd] = 0x6a30, [0x11de] = 0x6a32, + [0x11df] = 0x6a33, [0x11e0] = 0x6a34, [0x11e1] = 0x6a36, [0x11e2] = 0x6a37, + [0x11e3] = 0x6a38, [0x11e4] = 0x6a39, [0x11e5] = 0x6a3a, [0x11e6] = 0x6a3b, + [0x11e7] = 0x6a3c, [0x11e8] = 0x6a3f, [0x11e9] = 0x6a40, [0x11ea] = 0x6a41, + [0x11eb] = 0x6a42, [0x11ec] = 0x6a43, [0x11ed] = 0x6a45, [0x11ee] = 0x6a46, + [0x11ef] = 0x6a48, [0x11f0] = 0x6a49, [0x11f1] = 0x6a4a, [0x11f2] = 0x6a4b, + [0x11f3] = 0x6a4c, [0x11f4] = 0x6a4d, [0x11f5] = 0x6a4e, [0x11f6] = 0x6a4f, + [0x11f7] = 0x6a51, [0x11f8] = 0x6a52, [0x11f9] = 0x6a53, [0x11fa] = 0x6a54, + [0x11fb] = 0x6a55, [0x11fc] = 0x6a56, [0x11fd] = 0x6a57, [0x11fe] = 0x6a5a, + [0x1200] = 0x6a5c, [0x1201] = 0x6a5d, [0x1202] = 0x6a5e, [0x1203] = 0x6a5f, + [0x1204] = 0x6a60, [0x1205] = 0x6a62, [0x1206] = 0x6a63, [0x1207] = 0x6a64, + [0x1208] = 0x6a66, [0x1209] = 0x6a67, [0x120a] = 0x6a68, [0x120b] = 0x6a69, + [0x120c] = 0x6a6a, [0x120d] = 0x6a6b, [0x120e] = 0x6a6c, [0x120f] = 0x6a6d, + [0x1210] = 0x6a6e, [0x1211] = 0x6a6f, [0x1212] = 0x6a70, [0x1213] = 0x6a72, + [0x1214] = 0x6a73, [0x1215] = 0x6a74, [0x1216] = 0x6a75, [0x1217] = 0x6a76, + [0x1218] = 0x6a77, [0x1219] = 0x6a78, [0x121a] = 0x6a7a, [0x121b] = 0x6a7b, + [0x121c] = 0x6a7d, [0x121d] = 0x6a7e, [0x121e] = 0x6a7f, [0x121f] = 0x6a81, + [0x1220] = 0x6a82, [0x1221] = 0x6a83, [0x1222] = 0x6a85, [0x1223] = 0x6a86, + [0x1224] = 0x6a87, [0x1225] = 0x6a88, [0x1226] = 0x6a89, [0x1227] = 0x6a8a, + [0x1228] = 0x6a8b, [0x1229] = 0x6a8c, [0x122a] = 0x6a8d, [0x122b] = 0x6a8f, + [0x122c] = 0x6a92, [0x122d] = 0x6a93, [0x122e] = 0x6a94, [0x122f] = 0x6a95, + [0x1230] = 0x6a96, [0x1231] = 0x6a98, [0x1232] = 0x6a99, [0x1233] = 0x6a9a, + [0x1234] = 0x6a9b, [0x1235] = 0x6a9c, [0x1236] = 0x6a9d, [0x1237] = 0x6a9e, + [0x1238] = 0x6a9f, [0x1239] = 0x6aa1, [0x123a] = 0x6aa2, [0x123b] = 0x6aa3, + [0x123c] = 0x6aa4, [0x123d] = 0x6aa5, [0x123e] = 0x6aa6, [0x1240] = 0x6aa7, + [0x1241] = 0x6aa8, [0x1242] = 0x6aaa, [0x1243] = 0x6aad, [0x1244] = 0x6aae, + [0x1245] = 0x6aaf, [0x1246] = 0x6ab0, [0x1247] = 0x6ab1, [0x1248] = 0x6ab2, + [0x1249] = 0x6ab3, [0x124a] = 0x6ab4, [0x124b] = 0x6ab5, [0x124c] = 0x6ab6, + [0x124d] = 0x6ab7, [0x124e] = 0x6ab8, [0x124f] = 0x6ab9, [0x1250] = 0x6aba, + [0x1251] = 0x6abb, [0x1252] = 0x6abc, [0x1253] = 0x6abd, [0x1254] = 0x6abe, + [0x1255] = 0x6abf, [0x1256] = 0x6ac0, [0x1257] = 0x6ac1, [0x1258] = 0x6ac2, + [0x1259] = 0x6ac3, [0x125a] = 0x6ac4, [0x125b] = 0x6ac5, [0x125c] = 0x6ac6, + [0x125d] = 0x6ac7, [0x125e] = 0x6ac8, [0x125f] = 0x6ac9, [0x1260] = 0x6aca, + [0x1261] = 0x6acb, [0x1262] = 0x6acc, [0x1263] = 0x6acd, [0x1264] = 0x6ace, + [0x1265] = 0x6acf, [0x1266] = 0x6ad0, [0x1267] = 0x6ad1, [0x1268] = 0x6ad2, + [0x1269] = 0x6ad3, [0x126a] = 0x6ad4, [0x126b] = 0x6ad5, [0x126c] = 0x6ad6, + [0x126d] = 0x6ad7, [0x126e] = 0x6ad8, [0x126f] = 0x6ad9, [0x1270] = 0x6ada, + [0x1271] = 0x6adb, [0x1272] = 0x6adc, [0x1273] = 0x6add, [0x1274] = 0x6ade, + [0x1275] = 0x6adf, [0x1276] = 0x6ae0, [0x1277] = 0x6ae1, [0x1278] = 0x6ae2, + [0x1279] = 0x6ae3, [0x127a] = 0x6ae4, [0x127b] = 0x6ae5, [0x127c] = 0x6ae6, + [0x127d] = 0x6ae7, [0x127e] = 0x6ae8, [0x127f] = 0x6ae9, [0x1280] = 0x6aea, + [0x1281] = 0x6aeb, [0x1282] = 0x6aec, [0x1283] = 0x6aed, [0x1284] = 0x6aee, + [0x1285] = 0x6aef, [0x1286] = 0x6af0, [0x1287] = 0x6af1, [0x1288] = 0x6af2, + [0x1289] = 0x6af3, [0x128a] = 0x6af4, [0x128b] = 0x6af5, [0x128c] = 0x6af6, + [0x128d] = 0x6af7, [0x128e] = 0x6af8, [0x128f] = 0x6af9, [0x1290] = 0x6afa, + [0x1291] = 0x6afb, [0x1292] = 0x6afc, [0x1293] = 0x6afd, [0x1294] = 0x6afe, + [0x1295] = 0x6aff, [0x1296] = 0x6b00, [0x1297] = 0x6b01, [0x1298] = 0x6b02, + [0x1299] = 0x6b03, [0x129a] = 0x6b04, [0x129b] = 0x6b05, [0x129c] = 0x6b06, + [0x129d] = 0x6b07, [0x129e] = 0x6b08, [0x129f] = 0x6b09, [0x12a0] = 0x6b0a, + [0x12a1] = 0x6b0b, [0x12a2] = 0x6b0c, [0x12a3] = 0x6b0d, [0x12a4] = 0x6b0e, + [0x12a5] = 0x6b0f, [0x12a6] = 0x6b10, [0x12a7] = 0x6b11, [0x12a8] = 0x6b12, + [0x12a9] = 0x6b13, [0x12aa] = 0x6b14, [0x12ab] = 0x6b15, [0x12ac] = 0x6b16, + [0x12ad] = 0x6b17, [0x12ae] = 0x6b18, [0x12af] = 0x6b19, [0x12b0] = 0x6b1a, + [0x12b1] = 0x6b1b, [0x12b2] = 0x6b1c, [0x12b3] = 0x6b1d, [0x12b4] = 0x6b1e, + [0x12b5] = 0x6b1f, [0x12b6] = 0x6b25, [0x12b7] = 0x6b26, [0x12b8] = 0x6b28, + [0x12b9] = 0x6b29, [0x12ba] = 0x6b2a, [0x12bb] = 0x6b2b, [0x12bc] = 0x6b2c, + [0x12bd] = 0x6b2d, [0x12be] = 0x6b2e, [0x12c0] = 0x6b2f, [0x12c1] = 0x6b30, + [0x12c2] = 0x6b31, [0x12c3] = 0x6b33, [0x12c4] = 0x6b34, [0x12c5] = 0x6b35, + [0x12c6] = 0x6b36, [0x12c7] = 0x6b38, [0x12c8] = 0x6b3b, [0x12c9] = 0x6b3c, + [0x12ca] = 0x6b3d, [0x12cb] = 0x6b3f, [0x12cc] = 0x6b40, [0x12cd] = 0x6b41, + [0x12ce] = 0x6b42, [0x12cf] = 0x6b44, [0x12d0] = 0x6b45, [0x12d1] = 0x6b48, + [0x12d2] = 0x6b4a, [0x12d3] = 0x6b4b, [0x12d4] = 0x6b4d, [0x12d5] = 0x6b4e, + [0x12d6] = 0x6b4f, [0x12d7] = 0x6b50, [0x12d8] = 0x6b51, [0x12d9] = 0x6b52, + [0x12da] = 0x6b53, [0x12db] = 0x6b54, [0x12dc] = 0x6b55, [0x12dd] = 0x6b56, + [0x12de] = 0x6b57, [0x12df] = 0x6b58, [0x12e0] = 0x6b5a, [0x12e1] = 0x6b5b, + [0x12e2] = 0x6b5c, [0x12e3] = 0x6b5d, [0x12e4] = 0x6b5e, [0x12e5] = 0x6b5f, + [0x12e6] = 0x6b60, [0x12e7] = 0x6b61, [0x12e8] = 0x6b68, [0x12e9] = 0x6b69, + [0x12ea] = 0x6b6b, [0x12eb] = 0x6b6c, [0x12ec] = 0x6b6d, [0x12ed] = 0x6b6e, + [0x12ee] = 0x6b6f, [0x12ef] = 0x6b70, [0x12f0] = 0x6b71, [0x12f1] = 0x6b72, + [0x12f2] = 0x6b73, [0x12f3] = 0x6b74, [0x12f4] = 0x6b75, [0x12f5] = 0x6b76, + [0x12f6] = 0x6b77, [0x12f7] = 0x6b78, [0x12f8] = 0x6b7a, [0x12f9] = 0x6b7d, + [0x12fa] = 0x6b7e, [0x12fb] = 0x6b7f, [0x12fc] = 0x6b80, [0x12fd] = 0x6b85, + [0x12fe] = 0x6b88, [0x1300] = 0x6b8c, [0x1301] = 0x6b8e, [0x1302] = 0x6b8f, + [0x1303] = 0x6b90, [0x1304] = 0x6b91, [0x1305] = 0x6b94, [0x1306] = 0x6b95, + [0x1307] = 0x6b97, [0x1308] = 0x6b98, [0x1309] = 0x6b99, [0x130a] = 0x6b9c, + [0x130b] = 0x6b9d, [0x130c] = 0x6b9e, [0x130d] = 0x6b9f, [0x130e] = 0x6ba0, + [0x130f] = 0x6ba2, [0x1310] = 0x6ba3, [0x1311] = 0x6ba4, [0x1312] = 0x6ba5, + [0x1313] = 0x6ba6, [0x1314] = 0x6ba7, [0x1315] = 0x6ba8, [0x1316] = 0x6ba9, + [0x1317] = 0x6bab, [0x1318] = 0x6bac, [0x1319] = 0x6bad, [0x131a] = 0x6bae, + [0x131b] = 0x6baf, [0x131c] = 0x6bb0, [0x131d] = 0x6bb1, [0x131e] = 0x6bb2, + [0x131f] = 0x6bb6, [0x1320] = 0x6bb8, [0x1321] = 0x6bb9, [0x1322] = 0x6bba, + [0x1323] = 0x6bbb, [0x1324] = 0x6bbc, [0x1325] = 0x6bbd, [0x1326] = 0x6bbe, + [0x1327] = 0x6bc0, [0x1328] = 0x6bc3, [0x1329] = 0x6bc4, [0x132a] = 0x6bc6, + [0x132b] = 0x6bc7, [0x132c] = 0x6bc8, [0x132d] = 0x6bc9, [0x132e] = 0x6bca, + [0x132f] = 0x6bcc, [0x1330] = 0x6bce, [0x1331] = 0x6bd0, [0x1332] = 0x6bd1, + [0x1333] = 0x6bd8, [0x1334] = 0x6bda, [0x1335] = 0x6bdc, [0x1336] = 0x6bdd, + [0x1337] = 0x6bde, [0x1338] = 0x6bdf, [0x1339] = 0x6be0, [0x133a] = 0x6be2, + [0x133b] = 0x6be3, [0x133c] = 0x6be4, [0x133d] = 0x6be5, [0x133e] = 0x6be6, + [0x133f] = 0x6be7, [0x1340] = 0x6be8, [0x1341] = 0x6be9, [0x1342] = 0x6bec, + [0x1343] = 0x6bed, [0x1344] = 0x6bee, [0x1345] = 0x6bf0, [0x1346] = 0x6bf1, + [0x1347] = 0x6bf2, [0x1348] = 0x6bf4, [0x1349] = 0x6bf6, [0x134a] = 0x6bf7, + [0x134b] = 0x6bf8, [0x134c] = 0x6bfa, [0x134d] = 0x6bfb, [0x134e] = 0x6bfc, + [0x134f] = 0x6bfe, [0x1350] = 0x6bff, [0x1351] = 0x6c00, [0x1352] = 0x6c01, + [0x1353] = 0x6c02, [0x1354] = 0x6c03, [0x1355] = 0x6c04, [0x1356] = 0x6c08, + [0x1357] = 0x6c09, [0x1358] = 0x6c0a, [0x1359] = 0x6c0b, [0x135a] = 0x6c0c, + [0x135b] = 0x6c0e, [0x135c] = 0x6c12, [0x135d] = 0x6c17, [0x135e] = 0x6c1c, + [0x135f] = 0x6c1d, [0x1360] = 0x6c1e, [0x1361] = 0x6c20, [0x1362] = 0x6c23, + [0x1363] = 0x6c25, [0x1364] = 0x6c2b, [0x1365] = 0x6c2c, [0x1366] = 0x6c2d, + [0x1367] = 0x6c31, [0x1368] = 0x6c33, [0x1369] = 0x6c36, [0x136a] = 0x6c37, + [0x136b] = 0x6c39, [0x136c] = 0x6c3a, [0x136d] = 0x6c3b, [0x136e] = 0x6c3c, + [0x136f] = 0x6c3e, [0x1370] = 0x6c3f, [0x1371] = 0x6c43, [0x1372] = 0x6c44, + [0x1373] = 0x6c45, [0x1374] = 0x6c48, [0x1375] = 0x6c4b, [0x1376] = 0x6c4c, + [0x1377] = 0x6c4d, [0x1378] = 0x6c4e, [0x1379] = 0x6c4f, [0x137a] = 0x6c51, + [0x137b] = 0x6c52, [0x137c] = 0x6c53, [0x137d] = 0x6c56, [0x137e] = 0x6c58, + [0x1380] = 0x6c59, [0x1381] = 0x6c5a, [0x1382] = 0x6c62, [0x1383] = 0x6c63, + [0x1384] = 0x6c65, [0x1385] = 0x6c66, [0x1386] = 0x6c67, [0x1387] = 0x6c6b, + [0x1388] = 0x6c6c, [0x1389] = 0x6c6d, [0x138a] = 0x6c6e, [0x138b] = 0x6c6f, + [0x138c] = 0x6c71, [0x138d] = 0x6c73, [0x138e] = 0x6c75, [0x138f] = 0x6c77, + [0x1390] = 0x6c78, [0x1391] = 0x6c7a, [0x1392] = 0x6c7b, [0x1393] = 0x6c7c, + [0x1394] = 0x6c7f, [0x1395] = 0x6c80, [0x1396] = 0x6c84, [0x1397] = 0x6c87, + [0x1398] = 0x6c8a, [0x1399] = 0x6c8b, [0x139a] = 0x6c8d, [0x139b] = 0x6c8e, + [0x139c] = 0x6c91, [0x139d] = 0x6c92, [0x139e] = 0x6c95, [0x139f] = 0x6c96, + [0x13a0] = 0x6c97, [0x13a1] = 0x6c98, [0x13a2] = 0x6c9a, [0x13a3] = 0x6c9c, + [0x13a4] = 0x6c9d, [0x13a5] = 0x6c9e, [0x13a6] = 0x6ca0, [0x13a7] = 0x6ca2, + [0x13a8] = 0x6ca8, [0x13a9] = 0x6cac, [0x13aa] = 0x6caf, [0x13ab] = 0x6cb0, + [0x13ac] = 0x6cb4, [0x13ad] = 0x6cb5, [0x13ae] = 0x6cb6, [0x13af] = 0x6cb7, + [0x13b0] = 0x6cba, [0x13b1] = 0x6cc0, [0x13b2] = 0x6cc1, [0x13b3] = 0x6cc2, + [0x13b4] = 0x6cc3, [0x13b5] = 0x6cc6, [0x13b6] = 0x6cc7, [0x13b7] = 0x6cc8, + [0x13b8] = 0x6ccb, [0x13b9] = 0x6ccd, [0x13ba] = 0x6cce, [0x13bb] = 0x6ccf, + [0x13bc] = 0x6cd1, [0x13bd] = 0x6cd2, [0x13be] = 0x6cd8, [0x13c0] = 0x6cd9, + [0x13c1] = 0x6cda, [0x13c2] = 0x6cdc, [0x13c3] = 0x6cdd, [0x13c4] = 0x6cdf, + [0x13c5] = 0x6ce4, [0x13c6] = 0x6ce6, [0x13c7] = 0x6ce7, [0x13c8] = 0x6ce9, + [0x13c9] = 0x6cec, [0x13ca] = 0x6ced, [0x13cb] = 0x6cf2, [0x13cc] = 0x6cf4, + [0x13cd] = 0x6cf9, [0x13ce] = 0x6cff, [0x13cf] = 0x6d00, [0x13d0] = 0x6d02, + [0x13d1] = 0x6d03, [0x13d2] = 0x6d05, [0x13d3] = 0x6d06, [0x13d4] = 0x6d08, + [0x13d5] = 0x6d09, [0x13d6] = 0x6d0a, [0x13d7] = 0x6d0d, [0x13d8] = 0x6d0f, + [0x13d9] = 0x6d10, [0x13da] = 0x6d11, [0x13db] = 0x6d13, [0x13dc] = 0x6d14, + [0x13dd] = 0x6d15, [0x13de] = 0x6d16, [0x13df] = 0x6d18, [0x13e0] = 0x6d1c, + [0x13e1] = 0x6d1d, [0x13e2] = 0x6d1f, [0x13e3] = 0x6d20, [0x13e4] = 0x6d21, + [0x13e5] = 0x6d22, [0x13e6] = 0x6d23, [0x13e7] = 0x6d24, [0x13e8] = 0x6d26, + [0x13e9] = 0x6d28, [0x13ea] = 0x6d29, [0x13eb] = 0x6d2c, [0x13ec] = 0x6d2d, + [0x13ed] = 0x6d2f, [0x13ee] = 0x6d30, [0x13ef] = 0x6d34, [0x13f0] = 0x6d36, + [0x13f1] = 0x6d37, [0x13f2] = 0x6d38, [0x13f3] = 0x6d3a, [0x13f4] = 0x6d3f, + [0x13f5] = 0x6d40, [0x13f6] = 0x6d42, [0x13f7] = 0x6d44, [0x13f8] = 0x6d49, + [0x13f9] = 0x6d4c, [0x13fa] = 0x6d50, [0x13fb] = 0x6d55, [0x13fc] = 0x6d56, + [0x13fd] = 0x6d57, [0x13fe] = 0x6d58, [0x13ff] = 0x6d5b, [0x1400] = 0x6d5d, + [0x1401] = 0x6d5f, [0x1402] = 0x6d61, [0x1403] = 0x6d62, [0x1404] = 0x6d64, + [0x1405] = 0x6d65, [0x1406] = 0x6d67, [0x1407] = 0x6d68, [0x1408] = 0x6d6b, + [0x1409] = 0x6d6c, [0x140a] = 0x6d6d, [0x140b] = 0x6d70, [0x140c] = 0x6d71, + [0x140d] = 0x6d72, [0x140e] = 0x6d73, [0x140f] = 0x6d75, [0x1410] = 0x6d76, + [0x1411] = 0x6d79, [0x1412] = 0x6d7a, [0x1413] = 0x6d7b, [0x1414] = 0x6d7d, + [0x1415] = 0x6d7e, [0x1416] = 0x6d7f, [0x1417] = 0x6d80, [0x1418] = 0x6d81, + [0x1419] = 0x6d83, [0x141a] = 0x6d84, [0x141b] = 0x6d86, [0x141c] = 0x6d87, + [0x141d] = 0x6d8a, [0x141e] = 0x6d8b, [0x141f] = 0x6d8d, [0x1420] = 0x6d8f, + [0x1421] = 0x6d90, [0x1422] = 0x6d92, [0x1423] = 0x6d96, [0x1424] = 0x6d97, + [0x1425] = 0x6d98, [0x1426] = 0x6d99, [0x1427] = 0x6d9a, [0x1428] = 0x6d9c, + [0x1429] = 0x6da2, [0x142a] = 0x6da5, [0x142b] = 0x6dac, [0x142c] = 0x6dad, + [0x142d] = 0x6db0, [0x142e] = 0x6db1, [0x142f] = 0x6db3, [0x1430] = 0x6db4, + [0x1431] = 0x6db6, [0x1432] = 0x6db7, [0x1433] = 0x6db9, [0x1434] = 0x6dba, + [0x1435] = 0x6dbb, [0x1436] = 0x6dbc, [0x1437] = 0x6dbd, [0x1438] = 0x6dbe, + [0x1439] = 0x6dc1, [0x143a] = 0x6dc2, [0x143b] = 0x6dc3, [0x143c] = 0x6dc8, + [0x143d] = 0x6dc9, [0x143e] = 0x6dca, [0x1440] = 0x6dcd, [0x1441] = 0x6dce, + [0x1442] = 0x6dcf, [0x1443] = 0x6dd0, [0x1444] = 0x6dd2, [0x1445] = 0x6dd3, + [0x1446] = 0x6dd4, [0x1447] = 0x6dd5, [0x1448] = 0x6dd7, [0x1449] = 0x6dda, + [0x144a] = 0x6ddb, [0x144b] = 0x6ddc, [0x144c] = 0x6ddf, [0x144d] = 0x6de2, + [0x144e] = 0x6de3, [0x144f] = 0x6de5, [0x1450] = 0x6de7, [0x1451] = 0x6de8, + [0x1452] = 0x6de9, [0x1453] = 0x6dea, [0x1454] = 0x6ded, [0x1455] = 0x6def, + [0x1456] = 0x6df0, [0x1457] = 0x6df2, [0x1458] = 0x6df4, [0x1459] = 0x6df5, + [0x145a] = 0x6df6, [0x145b] = 0x6df8, [0x145c] = 0x6dfa, [0x145d] = 0x6dfd, + [0x145e] = 0x6dfe, [0x145f] = 0x6dff, [0x1460] = 0x6e00, [0x1461] = 0x6e01, + [0x1462] = 0x6e02, [0x1463] = 0x6e03, [0x1464] = 0x6e04, [0x1465] = 0x6e06, + [0x1466] = 0x6e07, [0x1467] = 0x6e08, [0x1468] = 0x6e09, [0x1469] = 0x6e0b, + [0x146a] = 0x6e0f, [0x146b] = 0x6e12, [0x146c] = 0x6e13, [0x146d] = 0x6e15, + [0x146e] = 0x6e18, [0x146f] = 0x6e19, [0x1470] = 0x6e1b, [0x1471] = 0x6e1c, + [0x1472] = 0x6e1e, [0x1473] = 0x6e1f, [0x1474] = 0x6e22, [0x1475] = 0x6e26, + [0x1476] = 0x6e27, [0x1477] = 0x6e28, [0x1478] = 0x6e2a, [0x1479] = 0x6e2c, + [0x147a] = 0x6e2e, [0x147b] = 0x6e30, [0x147c] = 0x6e31, [0x147d] = 0x6e33, + [0x147e] = 0x6e35, [0x1480] = 0x6e36, [0x1481] = 0x6e37, [0x1482] = 0x6e39, + [0x1483] = 0x6e3b, [0x1484] = 0x6e3c, [0x1485] = 0x6e3d, [0x1486] = 0x6e3e, + [0x1487] = 0x6e3f, [0x1488] = 0x6e40, [0x1489] = 0x6e41, [0x148a] = 0x6e42, + [0x148b] = 0x6e45, [0x148c] = 0x6e46, [0x148d] = 0x6e47, [0x148e] = 0x6e48, + [0x148f] = 0x6e49, [0x1490] = 0x6e4a, [0x1491] = 0x6e4b, [0x1492] = 0x6e4c, + [0x1493] = 0x6e4f, [0x1494] = 0x6e50, [0x1495] = 0x6e51, [0x1496] = 0x6e52, + [0x1497] = 0x6e55, [0x1498] = 0x6e57, [0x1499] = 0x6e59, [0x149a] = 0x6e5a, + [0x149b] = 0x6e5c, [0x149c] = 0x6e5d, [0x149d] = 0x6e5e, [0x149e] = 0x6e60, + [0x149f] = 0x6e61, [0x14a0] = 0x6e62, [0x14a1] = 0x6e63, [0x14a2] = 0x6e64, + [0x14a3] = 0x6e65, [0x14a4] = 0x6e66, [0x14a5] = 0x6e67, [0x14a6] = 0x6e68, + [0x14a7] = 0x6e69, [0x14a8] = 0x6e6a, [0x14a9] = 0x6e6c, [0x14aa] = 0x6e6d, + [0x14ab] = 0x6e6f, [0x14ac] = 0x6e70, [0x14ad] = 0x6e71, [0x14ae] = 0x6e72, + [0x14af] = 0x6e73, [0x14b0] = 0x6e74, [0x14b1] = 0x6e75, [0x14b2] = 0x6e76, + [0x14b3] = 0x6e77, [0x14b4] = 0x6e78, [0x14b5] = 0x6e79, [0x14b6] = 0x6e7a, + [0x14b7] = 0x6e7b, [0x14b8] = 0x6e7c, [0x14b9] = 0x6e7d, [0x14ba] = 0x6e80, + [0x14bb] = 0x6e81, [0x14bc] = 0x6e82, [0x14bd] = 0x6e84, [0x14be] = 0x6e87, + [0x14bf] = 0x6e88, [0x14c0] = 0x6e8a, [0x14c1] = 0x6e8b, [0x14c2] = 0x6e8c, + [0x14c3] = 0x6e8d, [0x14c4] = 0x6e8e, [0x14c5] = 0x6e91, [0x14c6] = 0x6e92, + [0x14c7] = 0x6e93, [0x14c8] = 0x6e94, [0x14c9] = 0x6e95, [0x14ca] = 0x6e96, + [0x14cb] = 0x6e97, [0x14cc] = 0x6e99, [0x14cd] = 0x6e9a, [0x14ce] = 0x6e9b, + [0x14cf] = 0x6e9d, [0x14d0] = 0x6e9e, [0x14d1] = 0x6ea0, [0x14d2] = 0x6ea1, + [0x14d3] = 0x6ea3, [0x14d4] = 0x6ea4, [0x14d5] = 0x6ea6, [0x14d6] = 0x6ea8, + [0x14d7] = 0x6ea9, [0x14d8] = 0x6eab, [0x14d9] = 0x6eac, [0x14da] = 0x6ead, + [0x14db] = 0x6eae, [0x14dc] = 0x6eb0, [0x14dd] = 0x6eb3, [0x14de] = 0x6eb5, + [0x14df] = 0x6eb8, [0x14e0] = 0x6eb9, [0x14e1] = 0x6ebc, [0x14e2] = 0x6ebe, + [0x14e3] = 0x6ebf, [0x14e4] = 0x6ec0, [0x14e5] = 0x6ec3, [0x14e6] = 0x6ec4, + [0x14e7] = 0x6ec5, [0x14e8] = 0x6ec6, [0x14e9] = 0x6ec8, [0x14ea] = 0x6ec9, + [0x14eb] = 0x6eca, [0x14ec] = 0x6ecc, [0x14ed] = 0x6ecd, [0x14ee] = 0x6ece, + [0x14ef] = 0x6ed0, [0x14f0] = 0x6ed2, [0x14f1] = 0x6ed6, [0x14f2] = 0x6ed8, + [0x14f3] = 0x6ed9, [0x14f4] = 0x6edb, [0x14f5] = 0x6edc, [0x14f6] = 0x6edd, + [0x14f7] = 0x6ee3, [0x14f8] = 0x6ee7, [0x14f9] = 0x6eea, [0x14fa] = 0x6eeb, + [0x14fb] = 0x6eec, [0x14fc] = 0x6eed, [0x14fd] = 0x6eee, [0x14fe] = 0x6eef, + [0x1500] = 0x6ef0, [0x1501] = 0x6ef1, [0x1502] = 0x6ef2, [0x1503] = 0x6ef3, + [0x1504] = 0x6ef5, [0x1505] = 0x6ef6, [0x1506] = 0x6ef7, [0x1507] = 0x6ef8, + [0x1508] = 0x6efa, [0x1509] = 0x6efb, [0x150a] = 0x6efc, [0x150b] = 0x6efd, + [0x150c] = 0x6efe, [0x150d] = 0x6eff, [0x150e] = 0x6f00, [0x150f] = 0x6f01, + [0x1510] = 0x6f03, [0x1511] = 0x6f04, [0x1512] = 0x6f05, [0x1513] = 0x6f07, + [0x1514] = 0x6f08, [0x1515] = 0x6f0a, [0x1516] = 0x6f0b, [0x1517] = 0x6f0c, + [0x1518] = 0x6f0d, [0x1519] = 0x6f0e, [0x151a] = 0x6f10, [0x151b] = 0x6f11, + [0x151c] = 0x6f12, [0x151d] = 0x6f16, [0x151e] = 0x6f17, [0x151f] = 0x6f18, + [0x1520] = 0x6f19, [0x1521] = 0x6f1a, [0x1522] = 0x6f1b, [0x1523] = 0x6f1c, + [0x1524] = 0x6f1d, [0x1525] = 0x6f1e, [0x1526] = 0x6f1f, [0x1527] = 0x6f21, + [0x1528] = 0x6f22, [0x1529] = 0x6f23, [0x152a] = 0x6f25, [0x152b] = 0x6f26, + [0x152c] = 0x6f27, [0x152d] = 0x6f28, [0x152e] = 0x6f2c, [0x152f] = 0x6f2e, + [0x1530] = 0x6f30, [0x1531] = 0x6f32, [0x1532] = 0x6f34, [0x1533] = 0x6f35, + [0x1534] = 0x6f37, [0x1535] = 0x6f38, [0x1536] = 0x6f39, [0x1537] = 0x6f3a, + [0x1538] = 0x6f3b, [0x1539] = 0x6f3c, [0x153a] = 0x6f3d, [0x153b] = 0x6f3f, + [0x153c] = 0x6f40, [0x153d] = 0x6f41, [0x153e] = 0x6f42, [0x1540] = 0x6f43, + [0x1541] = 0x6f44, [0x1542] = 0x6f45, [0x1543] = 0x6f48, [0x1544] = 0x6f49, + [0x1545] = 0x6f4a, [0x1546] = 0x6f4c, [0x1547] = 0x6f4e, [0x1548] = 0x6f4f, + [0x1549] = 0x6f50, [0x154a] = 0x6f51, [0x154b] = 0x6f52, [0x154c] = 0x6f53, + [0x154d] = 0x6f54, [0x154e] = 0x6f55, [0x154f] = 0x6f56, [0x1550] = 0x6f57, + [0x1551] = 0x6f59, [0x1552] = 0x6f5a, [0x1553] = 0x6f5b, [0x1554] = 0x6f5d, + [0x1555] = 0x6f5f, [0x1556] = 0x6f60, [0x1557] = 0x6f61, [0x1558] = 0x6f63, + [0x1559] = 0x6f64, [0x155a] = 0x6f65, [0x155b] = 0x6f67, [0x155c] = 0x6f68, + [0x155d] = 0x6f69, [0x155e] = 0x6f6a, [0x155f] = 0x6f6b, [0x1560] = 0x6f6c, + [0x1561] = 0x6f6f, [0x1562] = 0x6f70, [0x1563] = 0x6f71, [0x1564] = 0x6f73, + [0x1565] = 0x6f75, [0x1566] = 0x6f76, [0x1567] = 0x6f77, [0x1568] = 0x6f79, + [0x1569] = 0x6f7b, [0x156a] = 0x6f7d, [0x156b] = 0x6f7e, [0x156c] = 0x6f7f, + [0x156d] = 0x6f80, [0x156e] = 0x6f81, [0x156f] = 0x6f82, [0x1570] = 0x6f83, + [0x1571] = 0x6f85, [0x1572] = 0x6f86, [0x1573] = 0x6f87, [0x1574] = 0x6f8a, + [0x1575] = 0x6f8b, [0x1576] = 0x6f8f, [0x1577] = 0x6f90, [0x1578] = 0x6f91, + [0x1579] = 0x6f92, [0x157a] = 0x6f93, [0x157b] = 0x6f94, [0x157c] = 0x6f95, + [0x157d] = 0x6f96, [0x157e] = 0x6f97, [0x157f] = 0x6f98, [0x1580] = 0x6f99, + [0x1581] = 0x6f9a, [0x1582] = 0x6f9b, [0x1583] = 0x6f9d, [0x1584] = 0x6f9e, + [0x1585] = 0x6f9f, [0x1586] = 0x6fa0, [0x1587] = 0x6fa2, [0x1588] = 0x6fa3, + [0x1589] = 0x6fa4, [0x158a] = 0x6fa5, [0x158b] = 0x6fa6, [0x158c] = 0x6fa8, + [0x158d] = 0x6fa9, [0x158e] = 0x6faa, [0x158f] = 0x6fab, [0x1590] = 0x6fac, + [0x1591] = 0x6fad, [0x1592] = 0x6fae, [0x1593] = 0x6faf, [0x1594] = 0x6fb0, + [0x1595] = 0x6fb1, [0x1596] = 0x6fb2, [0x1597] = 0x6fb4, [0x1598] = 0x6fb5, + [0x1599] = 0x6fb7, [0x159a] = 0x6fb8, [0x159b] = 0x6fba, [0x159c] = 0x6fbb, + [0x159d] = 0x6fbc, [0x159e] = 0x6fbd, [0x159f] = 0x6fbe, [0x15a0] = 0x6fbf, + [0x15a1] = 0x6fc1, [0x15a2] = 0x6fc3, [0x15a3] = 0x6fc4, [0x15a4] = 0x6fc5, + [0x15a5] = 0x6fc6, [0x15a6] = 0x6fc7, [0x15a7] = 0x6fc8, [0x15a8] = 0x6fca, + [0x15a9] = 0x6fcb, [0x15aa] = 0x6fcc, [0x15ab] = 0x6fcd, [0x15ac] = 0x6fce, + [0x15ad] = 0x6fcf, [0x15ae] = 0x6fd0, [0x15af] = 0x6fd3, [0x15b0] = 0x6fd4, + [0x15b1] = 0x6fd5, [0x15b2] = 0x6fd6, [0x15b3] = 0x6fd7, [0x15b4] = 0x6fd8, + [0x15b5] = 0x6fd9, [0x15b6] = 0x6fda, [0x15b7] = 0x6fdb, [0x15b8] = 0x6fdc, + [0x15b9] = 0x6fdd, [0x15ba] = 0x6fdf, [0x15bb] = 0x6fe2, [0x15bc] = 0x6fe3, + [0x15bd] = 0x6fe4, [0x15be] = 0x6fe5, [0x15c0] = 0x6fe6, [0x15c1] = 0x6fe7, + [0x15c2] = 0x6fe8, [0x15c3] = 0x6fe9, [0x15c4] = 0x6fea, [0x15c5] = 0x6feb, + [0x15c6] = 0x6fec, [0x15c7] = 0x6fed, [0x15c8] = 0x6ff0, [0x15c9] = 0x6ff1, + [0x15ca] = 0x6ff2, [0x15cb] = 0x6ff3, [0x15cc] = 0x6ff4, [0x15cd] = 0x6ff5, + [0x15ce] = 0x6ff6, [0x15cf] = 0x6ff7, [0x15d0] = 0x6ff8, [0x15d1] = 0x6ff9, + [0x15d2] = 0x6ffa, [0x15d3] = 0x6ffb, [0x15d4] = 0x6ffc, [0x15d5] = 0x6ffd, + [0x15d6] = 0x6ffe, [0x15d7] = 0x6fff, [0x15d8] = 0x7000, [0x15d9] = 0x7001, + [0x15da] = 0x7002, [0x15db] = 0x7003, [0x15dc] = 0x7004, [0x15dd] = 0x7005, + [0x15de] = 0x7006, [0x15df] = 0x7007, [0x15e0] = 0x7008, [0x15e1] = 0x7009, + [0x15e2] = 0x700a, [0x15e3] = 0x700b, [0x15e4] = 0x700c, [0x15e5] = 0x700d, + [0x15e6] = 0x700e, [0x15e7] = 0x700f, [0x15e8] = 0x7010, [0x15e9] = 0x7012, + [0x15ea] = 0x7013, [0x15eb] = 0x7014, [0x15ec] = 0x7015, [0x15ed] = 0x7016, + [0x15ee] = 0x7017, [0x15ef] = 0x7018, [0x15f0] = 0x7019, [0x15f1] = 0x701c, + [0x15f2] = 0x701d, [0x15f3] = 0x701e, [0x15f4] = 0x701f, [0x15f5] = 0x7020, + [0x15f6] = 0x7021, [0x15f7] = 0x7022, [0x15f8] = 0x7024, [0x15f9] = 0x7025, + [0x15fa] = 0x7026, [0x15fb] = 0x7027, [0x15fc] = 0x7028, [0x15fd] = 0x7029, + [0x15fe] = 0x702a, [0x1600] = 0x702b, [0x1601] = 0x702c, [0x1602] = 0x702d, + [0x1603] = 0x702e, [0x1604] = 0x702f, [0x1605] = 0x7030, [0x1606] = 0x7031, + [0x1607] = 0x7032, [0x1608] = 0x7033, [0x1609] = 0x7034, [0x160a] = 0x7036, + [0x160b] = 0x7037, [0x160c] = 0x7038, [0x160d] = 0x703a, [0x160e] = 0x703b, + [0x160f] = 0x703c, [0x1610] = 0x703d, [0x1611] = 0x703e, [0x1612] = 0x703f, + [0x1613] = 0x7040, [0x1614] = 0x7041, [0x1615] = 0x7042, [0x1616] = 0x7043, + [0x1617] = 0x7044, [0x1618] = 0x7045, [0x1619] = 0x7046, [0x161a] = 0x7047, + [0x161b] = 0x7048, [0x161c] = 0x7049, [0x161d] = 0x704a, [0x161e] = 0x704b, + [0x161f] = 0x704d, [0x1620] = 0x704e, [0x1621] = 0x7050, [0x1622] = 0x7051, + [0x1623] = 0x7052, [0x1624] = 0x7053, [0x1625] = 0x7054, [0x1626] = 0x7055, + [0x1627] = 0x7056, [0x1628] = 0x7057, [0x1629] = 0x7058, [0x162a] = 0x7059, + [0x162b] = 0x705a, [0x162c] = 0x705b, [0x162d] = 0x705c, [0x162e] = 0x705d, + [0x162f] = 0x705f, [0x1630] = 0x7060, [0x1631] = 0x7061, [0x1632] = 0x7062, + [0x1633] = 0x7063, [0x1634] = 0x7064, [0x1635] = 0x7065, [0x1636] = 0x7066, + [0x1637] = 0x7067, [0x1638] = 0x7068, [0x1639] = 0x7069, [0x163a] = 0x706a, + [0x163b] = 0x706e, [0x163c] = 0x7071, [0x163d] = 0x7072, [0x163e] = 0x7073, + [0x163f] = 0x7074, [0x1640] = 0x7077, [0x1641] = 0x7079, [0x1642] = 0x707a, + [0x1643] = 0x707b, [0x1644] = 0x707d, [0x1645] = 0x7081, [0x1646] = 0x7082, + [0x1647] = 0x7083, [0x1648] = 0x7084, [0x1649] = 0x7086, [0x164a] = 0x7087, + [0x164b] = 0x7088, [0x164c] = 0x708b, [0x164d] = 0x708c, [0x164e] = 0x708d, + [0x164f] = 0x708f, [0x1650] = 0x7090, [0x1651] = 0x7091, [0x1652] = 0x7093, + [0x1653] = 0x7097, [0x1654] = 0x7098, [0x1655] = 0x709a, [0x1656] = 0x709b, + [0x1657] = 0x709e, [0x1658] = 0x709f, [0x1659] = 0x70a0, [0x165a] = 0x70a1, + [0x165b] = 0x70a2, [0x165c] = 0x70a3, [0x165d] = 0x70a4, [0x165e] = 0x70a5, + [0x165f] = 0x70a6, [0x1660] = 0x70a7, [0x1661] = 0x70a8, [0x1662] = 0x70a9, + [0x1663] = 0x70aa, [0x1664] = 0x70b0, [0x1665] = 0x70b2, [0x1666] = 0x70b4, + [0x1667] = 0x70b5, [0x1668] = 0x70b6, [0x1669] = 0x70ba, [0x166a] = 0x70be, + [0x166b] = 0x70bf, [0x166c] = 0x70c4, [0x166d] = 0x70c5, [0x166e] = 0x70c6, + [0x166f] = 0x70c7, [0x1670] = 0x70c9, [0x1671] = 0x70cb, [0x1672] = 0x70cc, + [0x1673] = 0x70cd, [0x1674] = 0x70ce, [0x1675] = 0x70cf, [0x1676] = 0x70d0, + [0x1677] = 0x70d1, [0x1678] = 0x70d2, [0x1679] = 0x70d3, [0x167a] = 0x70d4, + [0x167b] = 0x70d5, [0x167c] = 0x70d6, [0x167d] = 0x70d7, [0x167e] = 0x70da, + [0x1680] = 0x70dc, [0x1681] = 0x70dd, [0x1682] = 0x70de, [0x1683] = 0x70e0, + [0x1684] = 0x70e1, [0x1685] = 0x70e2, [0x1686] = 0x70e3, [0x1687] = 0x70e5, + [0x1688] = 0x70ea, [0x1689] = 0x70ee, [0x168a] = 0x70f0, [0x168b] = 0x70f1, + [0x168c] = 0x70f2, [0x168d] = 0x70f3, [0x168e] = 0x70f4, [0x168f] = 0x70f5, + [0x1690] = 0x70f6, [0x1691] = 0x70f8, [0x1692] = 0x70fa, [0x1693] = 0x70fb, + [0x1694] = 0x70fc, [0x1695] = 0x70fe, [0x1696] = 0x70ff, [0x1697] = 0x7100, + [0x1698] = 0x7101, [0x1699] = 0x7102, [0x169a] = 0x7103, [0x169b] = 0x7104, + [0x169c] = 0x7105, [0x169d] = 0x7106, [0x169e] = 0x7107, [0x169f] = 0x7108, + [0x16a0] = 0x710b, [0x16a1] = 0x710c, [0x16a2] = 0x710d, [0x16a3] = 0x710e, + [0x16a4] = 0x710f, [0x16a5] = 0x7111, [0x16a6] = 0x7112, [0x16a7] = 0x7114, + [0x16a8] = 0x7117, [0x16a9] = 0x711b, [0x16aa] = 0x711c, [0x16ab] = 0x711d, + [0x16ac] = 0x711e, [0x16ad] = 0x711f, [0x16ae] = 0x7120, [0x16af] = 0x7121, + [0x16b0] = 0x7122, [0x16b1] = 0x7123, [0x16b2] = 0x7124, [0x16b3] = 0x7125, + [0x16b4] = 0x7127, [0x16b5] = 0x7128, [0x16b6] = 0x7129, [0x16b7] = 0x712a, + [0x16b8] = 0x712b, [0x16b9] = 0x712c, [0x16ba] = 0x712d, [0x16bb] = 0x712e, + [0x16bc] = 0x7132, [0x16bd] = 0x7133, [0x16be] = 0x7134, [0x16c0] = 0x7135, + [0x16c1] = 0x7137, [0x16c2] = 0x7138, [0x16c3] = 0x7139, [0x16c4] = 0x713a, + [0x16c5] = 0x713b, [0x16c6] = 0x713c, [0x16c7] = 0x713d, [0x16c8] = 0x713e, + [0x16c9] = 0x713f, [0x16ca] = 0x7140, [0x16cb] = 0x7141, [0x16cc] = 0x7142, + [0x16cd] = 0x7143, [0x16ce] = 0x7144, [0x16cf] = 0x7146, [0x16d0] = 0x7147, + [0x16d1] = 0x7148, [0x16d2] = 0x7149, [0x16d3] = 0x714b, [0x16d4] = 0x714d, + [0x16d5] = 0x714f, [0x16d6] = 0x7150, [0x16d7] = 0x7151, [0x16d8] = 0x7152, + [0x16d9] = 0x7153, [0x16da] = 0x7154, [0x16db] = 0x7155, [0x16dc] = 0x7156, + [0x16dd] = 0x7157, [0x16de] = 0x7158, [0x16df] = 0x7159, [0x16e0] = 0x715a, + [0x16e1] = 0x715b, [0x16e2] = 0x715d, [0x16e3] = 0x715f, [0x16e4] = 0x7160, + [0x16e5] = 0x7161, [0x16e6] = 0x7162, [0x16e7] = 0x7163, [0x16e8] = 0x7165, + [0x16e9] = 0x7169, [0x16ea] = 0x716a, [0x16eb] = 0x716b, [0x16ec] = 0x716c, + [0x16ed] = 0x716d, [0x16ee] = 0x716f, [0x16ef] = 0x7170, [0x16f0] = 0x7171, + [0x16f1] = 0x7174, [0x16f2] = 0x7175, [0x16f3] = 0x7176, [0x16f4] = 0x7177, + [0x16f5] = 0x7179, [0x16f6] = 0x717b, [0x16f7] = 0x717c, [0x16f8] = 0x717e, + [0x16f9] = 0x717f, [0x16fa] = 0x7180, [0x16fb] = 0x7181, [0x16fc] = 0x7182, + [0x16fd] = 0x7183, [0x16fe] = 0x7185, [0x16ff] = 0x7186, [0x1700] = 0x7187, + [0x1701] = 0x7188, [0x1702] = 0x7189, [0x1703] = 0x718b, [0x1704] = 0x718c, + [0x1705] = 0x718d, [0x1706] = 0x718e, [0x1707] = 0x7190, [0x1708] = 0x7191, + [0x1709] = 0x7192, [0x170a] = 0x7193, [0x170b] = 0x7195, [0x170c] = 0x7196, + [0x170d] = 0x7197, [0x170e] = 0x719a, [0x170f] = 0x719b, [0x1710] = 0x719c, + [0x1711] = 0x719d, [0x1712] = 0x719e, [0x1713] = 0x71a1, [0x1714] = 0x71a2, + [0x1715] = 0x71a3, [0x1716] = 0x71a4, [0x1717] = 0x71a5, [0x1718] = 0x71a6, + [0x1719] = 0x71a7, [0x171a] = 0x71a9, [0x171b] = 0x71aa, [0x171c] = 0x71ab, + [0x171d] = 0x71ad, [0x171e] = 0x71ae, [0x171f] = 0x71af, [0x1720] = 0x71b0, + [0x1721] = 0x71b1, [0x1722] = 0x71b2, [0x1723] = 0x71b4, [0x1724] = 0x71b6, + [0x1725] = 0x71b7, [0x1726] = 0x71b8, [0x1727] = 0x71ba, [0x1728] = 0x71bb, + [0x1729] = 0x71bc, [0x172a] = 0x71bd, [0x172b] = 0x71be, [0x172c] = 0x71bf, + [0x172d] = 0x71c0, [0x172e] = 0x71c1, [0x172f] = 0x71c2, [0x1730] = 0x71c4, + [0x1731] = 0x71c5, [0x1732] = 0x71c6, [0x1733] = 0x71c7, [0x1734] = 0x71c8, + [0x1735] = 0x71c9, [0x1736] = 0x71ca, [0x1737] = 0x71cb, [0x1738] = 0x71cc, + [0x1739] = 0x71cd, [0x173a] = 0x71cf, [0x173b] = 0x71d0, [0x173c] = 0x71d1, + [0x173d] = 0x71d2, [0x173e] = 0x71d3, [0x1740] = 0x71d6, [0x1741] = 0x71d7, + [0x1742] = 0x71d8, [0x1743] = 0x71d9, [0x1744] = 0x71da, [0x1745] = 0x71db, + [0x1746] = 0x71dc, [0x1747] = 0x71dd, [0x1748] = 0x71de, [0x1749] = 0x71df, + [0x174a] = 0x71e1, [0x174b] = 0x71e2, [0x174c] = 0x71e3, [0x174d] = 0x71e4, + [0x174e] = 0x71e6, [0x174f] = 0x71e8, [0x1750] = 0x71e9, [0x1751] = 0x71ea, + [0x1752] = 0x71eb, [0x1753] = 0x71ec, [0x1754] = 0x71ed, [0x1755] = 0x71ef, + [0x1756] = 0x71f0, [0x1757] = 0x71f1, [0x1758] = 0x71f2, [0x1759] = 0x71f3, + [0x175a] = 0x71f4, [0x175b] = 0x71f5, [0x175c] = 0x71f6, [0x175d] = 0x71f7, + [0x175e] = 0x71f8, [0x175f] = 0x71fa, [0x1760] = 0x71fb, [0x1761] = 0x71fc, + [0x1762] = 0x71fd, [0x1763] = 0x71fe, [0x1764] = 0x71ff, [0x1765] = 0x7200, + [0x1766] = 0x7201, [0x1767] = 0x7202, [0x1768] = 0x7203, [0x1769] = 0x7204, + [0x176a] = 0x7205, [0x176b] = 0x7207, [0x176c] = 0x7208, [0x176d] = 0x7209, + [0x176e] = 0x720a, [0x176f] = 0x720b, [0x1770] = 0x720c, [0x1771] = 0x720d, + [0x1772] = 0x720e, [0x1773] = 0x720f, [0x1774] = 0x7210, [0x1775] = 0x7211, + [0x1776] = 0x7212, [0x1777] = 0x7213, [0x1778] = 0x7214, [0x1779] = 0x7215, + [0x177a] = 0x7216, [0x177b] = 0x7217, [0x177c] = 0x7218, [0x177d] = 0x7219, + [0x177e] = 0x721a, [0x1780] = 0x721b, [0x1781] = 0x721c, [0x1782] = 0x721e, + [0x1783] = 0x721f, [0x1784] = 0x7220, [0x1785] = 0x7221, [0x1786] = 0x7222, + [0x1787] = 0x7223, [0x1788] = 0x7224, [0x1789] = 0x7225, [0x178a] = 0x7226, + [0x178b] = 0x7227, [0x178c] = 0x7229, [0x178d] = 0x722b, [0x178e] = 0x722d, + [0x178f] = 0x722e, [0x1790] = 0x722f, [0x1791] = 0x7232, [0x1792] = 0x7233, + [0x1793] = 0x7234, [0x1794] = 0x723a, [0x1795] = 0x723c, [0x1796] = 0x723e, + [0x1797] = 0x7240, [0x1798] = 0x7241, [0x1799] = 0x7242, [0x179a] = 0x7243, + [0x179b] = 0x7244, [0x179c] = 0x7245, [0x179d] = 0x7246, [0x179e] = 0x7249, + [0x179f] = 0x724a, [0x17a0] = 0x724b, [0x17a1] = 0x724e, [0x17a2] = 0x724f, + [0x17a3] = 0x7250, [0x17a4] = 0x7251, [0x17a5] = 0x7253, [0x17a6] = 0x7254, + [0x17a7] = 0x7255, [0x17a8] = 0x7257, [0x17a9] = 0x7258, [0x17aa] = 0x725a, + [0x17ab] = 0x725c, [0x17ac] = 0x725e, [0x17ad] = 0x7260, [0x17ae] = 0x7263, + [0x17af] = 0x7264, [0x17b0] = 0x7265, [0x17b1] = 0x7268, [0x17b2] = 0x726a, + [0x17b3] = 0x726b, [0x17b4] = 0x726c, [0x17b5] = 0x726d, [0x17b6] = 0x7270, + [0x17b7] = 0x7271, [0x17b8] = 0x7273, [0x17b9] = 0x7274, [0x17ba] = 0x7276, + [0x17bb] = 0x7277, [0x17bc] = 0x7278, [0x17bd] = 0x727b, [0x17be] = 0x727c, + [0x17bf] = 0x727d, [0x17c0] = 0x7282, [0x17c1] = 0x7283, [0x17c2] = 0x7285, + [0x17c3] = 0x7286, [0x17c4] = 0x7287, [0x17c5] = 0x7288, [0x17c6] = 0x7289, + [0x17c7] = 0x728c, [0x17c8] = 0x728e, [0x17c9] = 0x7290, [0x17ca] = 0x7291, + [0x17cb] = 0x7293, [0x17cc] = 0x7294, [0x17cd] = 0x7295, [0x17ce] = 0x7296, + [0x17cf] = 0x7297, [0x17d0] = 0x7298, [0x17d1] = 0x7299, [0x17d2] = 0x729a, + [0x17d3] = 0x729b, [0x17d4] = 0x729c, [0x17d5] = 0x729d, [0x17d6] = 0x729e, + [0x17d7] = 0x72a0, [0x17d8] = 0x72a1, [0x17d9] = 0x72a2, [0x17da] = 0x72a3, + [0x17db] = 0x72a4, [0x17dc] = 0x72a5, [0x17dd] = 0x72a6, [0x17de] = 0x72a7, + [0x17df] = 0x72a8, [0x17e0] = 0x72a9, [0x17e1] = 0x72aa, [0x17e2] = 0x72ab, + [0x17e3] = 0x72ae, [0x17e4] = 0x72b1, [0x17e5] = 0x72b2, [0x17e6] = 0x72b3, + [0x17e7] = 0x72b5, [0x17e8] = 0x72ba, [0x17e9] = 0x72bb, [0x17ea] = 0x72bc, + [0x17eb] = 0x72bd, [0x17ec] = 0x72be, [0x17ed] = 0x72bf, [0x17ee] = 0x72c0, + [0x17ef] = 0x72c5, [0x17f0] = 0x72c6, [0x17f1] = 0x72c7, [0x17f2] = 0x72c9, + [0x17f3] = 0x72ca, [0x17f4] = 0x72cb, [0x17f5] = 0x72cc, [0x17f6] = 0x72cf, + [0x17f7] = 0x72d1, [0x17f8] = 0x72d3, [0x17f9] = 0x72d4, [0x17fa] = 0x72d5, + [0x17fb] = 0x72d6, [0x17fc] = 0x72d8, [0x17fd] = 0x72da, [0x17fe] = 0x72db, + [0x1800] = 0xe4c6, [0x1801] = 0xe4c7, [0x1802] = 0xe4c8, [0x1803] = 0xe4c9, + [0x1804] = 0xe4ca, [0x1805] = 0xe4cb, [0x1806] = 0xe4cc, [0x1807] = 0xe4cd, + [0x1808] = 0xe4ce, [0x1809] = 0xe4cf, [0x180a] = 0xe4d0, [0x180b] = 0xe4d1, + [0x180c] = 0xe4d2, [0x180d] = 0xe4d3, [0x180e] = 0xe4d4, [0x180f] = 0xe4d5, + [0x1810] = 0xe4d6, [0x1811] = 0xe4d7, [0x1812] = 0xe4d8, [0x1813] = 0xe4d9, + [0x1814] = 0xe4da, [0x1815] = 0xe4db, [0x1816] = 0xe4dc, [0x1817] = 0xe4dd, + [0x1818] = 0xe4de, [0x1819] = 0xe4df, [0x181a] = 0xe4e0, [0x181b] = 0xe4e1, + [0x181c] = 0xe4e2, [0x181d] = 0xe4e3, [0x181e] = 0xe4e4, [0x181f] = 0xe4e5, + [0x1820] = 0xe4e6, [0x1821] = 0xe4e7, [0x1822] = 0xe4e8, [0x1823] = 0xe4e9, + [0x1824] = 0xe4ea, [0x1825] = 0xe4eb, [0x1826] = 0xe4ec, [0x1827] = 0xe4ed, + [0x1828] = 0xe4ee, [0x1829] = 0xe4ef, [0x182a] = 0xe4f0, [0x182b] = 0xe4f1, + [0x182c] = 0xe4f2, [0x182d] = 0xe4f3, [0x182e] = 0xe4f4, [0x182f] = 0xe4f5, + [0x1830] = 0xe4f6, [0x1831] = 0xe4f7, [0x1832] = 0xe4f8, [0x1833] = 0xe4f9, + [0x1834] = 0xe4fa, [0x1835] = 0xe4fb, [0x1836] = 0xe4fc, [0x1837] = 0xe4fd, + [0x1838] = 0xe4fe, [0x1839] = 0xe4ff, [0x183a] = 0xe500, [0x183b] = 0xe501, + [0x183c] = 0xe502, [0x183d] = 0xe503, [0x183e] = 0xe504, [0x1840] = 0xe505, + [0x1841] = 0xe506, [0x1842] = 0xe507, [0x1843] = 0xe508, [0x1844] = 0xe509, + [0x1845] = 0xe50a, [0x1846] = 0xe50b, [0x1847] = 0xe50c, [0x1848] = 0xe50d, + [0x1849] = 0xe50e, [0x184a] = 0xe50f, [0x184b] = 0xe510, [0x184c] = 0xe511, + [0x184d] = 0xe512, [0x184e] = 0xe513, [0x184f] = 0xe514, [0x1850] = 0xe515, + [0x1851] = 0xe516, [0x1852] = 0xe517, [0x1853] = 0xe518, [0x1854] = 0xe519, + [0x1855] = 0xe51a, [0x1856] = 0xe51b, [0x1857] = 0xe51c, [0x1858] = 0xe51d, + [0x1859] = 0xe51e, [0x185a] = 0xe51f, [0x185b] = 0xe520, [0x185c] = 0xe521, + [0x185d] = 0xe522, [0x185e] = 0xe523, [0x185f] = 0xe524, [0x1860] = 0xe525, + [0x1861] = 0x3000, [0x1862] = 0x3001, [0x1863] = 0x3002, [0x1864] = 0x00b7, + [0x1865] = 0x02c9, [0x1866] = 0x02c7, [0x1867] = 0x00a8, [0x1868] = 0x3003, + [0x1869] = 0x3005, [0x186a] = 0x2014, [0x186b] = 0xff5e, [0x186c] = 0x2016, + [0x186d] = 0x2026, [0x186e] = 0x2018, [0x186f] = 0x2019, [0x1870] = 0x201c, + [0x1871] = 0x201d, [0x1872] = 0x3014, [0x1873] = 0x3015, [0x1874] = 0x3008, + [0x1875] = 0x3009, [0x1876] = 0x300a, [0x1877] = 0x300b, [0x1878] = 0x300c, + [0x1879] = 0x300d, [0x187a] = 0x300e, [0x187b] = 0x300f, [0x187c] = 0x3016, + [0x187d] = 0x3017, [0x187e] = 0x3010, [0x187f] = 0x3011, [0x1880] = 0x00b1, + [0x1881] = 0x00d7, [0x1882] = 0x00f7, [0x1883] = 0x2236, [0x1884] = 0x2227, + [0x1885] = 0x2228, [0x1886] = 0x2211, [0x1887] = 0x220f, [0x1888] = 0x222a, + [0x1889] = 0x2229, [0x188a] = 0x2208, [0x188b] = 0x2237, [0x188c] = 0x221a, + [0x188d] = 0x22a5, [0x188e] = 0x2225, [0x188f] = 0x2220, [0x1890] = 0x2312, + [0x1891] = 0x2299, [0x1892] = 0x222b, [0x1893] = 0x222e, [0x1894] = 0x2261, + [0x1895] = 0x224c, [0x1896] = 0x2248, [0x1897] = 0x223d, [0x1898] = 0x221d, + [0x1899] = 0x2260, [0x189a] = 0x226e, [0x189b] = 0x226f, [0x189c] = 0x2264, + [0x189d] = 0x2265, [0x189e] = 0x221e, [0x189f] = 0x2235, [0x18a0] = 0x2234, + [0x18a1] = 0x2642, [0x18a2] = 0x2640, [0x18a3] = 0x00b0, [0x18a4] = 0x2032, + [0x18a5] = 0x2033, [0x18a6] = 0x2103, [0x18a7] = 0xff04, [0x18a8] = 0x00a4, + [0x18a9] = 0xffe0, [0x18aa] = 0xffe1, [0x18ab] = 0x2030, [0x18ac] = 0x00a7, + [0x18ad] = 0x2116, [0x18ae] = 0x2606, [0x18af] = 0x2605, [0x18b0] = 0x25cb, + [0x18b1] = 0x25cf, [0x18b2] = 0x25ce, [0x18b3] = 0x25c7, [0x18b4] = 0x25c6, + [0x18b5] = 0x25a1, [0x18b6] = 0x25a0, [0x18b7] = 0x25b3, [0x18b8] = 0x25b2, + [0x18b9] = 0x203b, [0x18ba] = 0x2192, [0x18bb] = 0x2190, [0x18bc] = 0x2191, + [0x18bd] = 0x2193, [0x18be] = 0x3013, [0x18c0] = 0xe526, [0x18c1] = 0xe527, + [0x18c2] = 0xe528, [0x18c3] = 0xe529, [0x18c4] = 0xe52a, [0x18c5] = 0xe52b, + [0x18c6] = 0xe52c, [0x18c7] = 0xe52d, [0x18c8] = 0xe52e, [0x18c9] = 0xe52f, + [0x18ca] = 0xe530, [0x18cb] = 0xe531, [0x18cc] = 0xe532, [0x18cd] = 0xe533, + [0x18ce] = 0xe534, [0x18cf] = 0xe535, [0x18d0] = 0xe536, [0x18d1] = 0xe537, + [0x18d2] = 0xe538, [0x18d3] = 0xe539, [0x18d4] = 0xe53a, [0x18d5] = 0xe53b, + [0x18d6] = 0xe53c, [0x18d7] = 0xe53d, [0x18d8] = 0xe53e, [0x18d9] = 0xe53f, + [0x18da] = 0xe540, [0x18db] = 0xe541, [0x18dc] = 0xe542, [0x18dd] = 0xe543, + [0x18de] = 0xe544, [0x18df] = 0xe545, [0x18e0] = 0xe546, [0x18e1] = 0xe547, + [0x18e2] = 0xe548, [0x18e3] = 0xe549, [0x18e4] = 0xe54a, [0x18e5] = 0xe54b, + [0x18e6] = 0xe54c, [0x18e7] = 0xe54d, [0x18e8] = 0xe54e, [0x18e9] = 0xe54f, + [0x18ea] = 0xe550, [0x18eb] = 0xe551, [0x18ec] = 0xe552, [0x18ed] = 0xe553, + [0x18ee] = 0xe554, [0x18ef] = 0xe555, [0x18f0] = 0xe556, [0x18f1] = 0xe557, + [0x18f2] = 0xe558, [0x18f3] = 0xe559, [0x18f4] = 0xe55a, [0x18f5] = 0xe55b, + [0x18f6] = 0xe55c, [0x18f7] = 0xe55d, [0x18f8] = 0xe55e, [0x18f9] = 0xe55f, + [0x18fa] = 0xe560, [0x18fb] = 0xe561, [0x18fc] = 0xe562, [0x18fd] = 0xe563, + [0x18fe] = 0xe564, [0x1900] = 0xe565, [0x1901] = 0xe566, [0x1902] = 0xe567, + [0x1903] = 0xe568, [0x1904] = 0xe569, [0x1905] = 0xe56a, [0x1906] = 0xe56b, + [0x1907] = 0xe56c, [0x1908] = 0xe56d, [0x1909] = 0xe56e, [0x190a] = 0xe56f, + [0x190b] = 0xe570, [0x190c] = 0xe571, [0x190d] = 0xe572, [0x190e] = 0xe573, + [0x190f] = 0xe574, [0x1910] = 0xe575, [0x1911] = 0xe576, [0x1912] = 0xe577, + [0x1913] = 0xe578, [0x1914] = 0xe579, [0x1915] = 0xe57a, [0x1916] = 0xe57b, + [0x1917] = 0xe57c, [0x1918] = 0xe57d, [0x1919] = 0xe57e, [0x191a] = 0xe57f, + [0x191b] = 0xe580, [0x191c] = 0xe581, [0x191d] = 0xe582, [0x191e] = 0xe583, + [0x191f] = 0xe584, [0x1920] = 0xe585, [0x1921] = 0x2170, [0x1922] = 0x2171, + [0x1923] = 0x2172, [0x1924] = 0x2173, [0x1925] = 0x2174, [0x1926] = 0x2175, + [0x1927] = 0x2176, [0x1928] = 0x2177, [0x1929] = 0x2178, [0x192a] = 0x2179, + [0x192b] = 0xe766, [0x192c] = 0xe767, [0x192d] = 0xe768, [0x192e] = 0xe769, + [0x192f] = 0xe76a, [0x1930] = 0xe76b, [0x1931] = 0x2488, [0x1932] = 0x2489, + [0x1933] = 0x248a, [0x1934] = 0x248b, [0x1935] = 0x248c, [0x1936] = 0x248d, + [0x1937] = 0x248e, [0x1938] = 0x248f, [0x1939] = 0x2490, [0x193a] = 0x2491, + [0x193b] = 0x2492, [0x193c] = 0x2493, [0x193d] = 0x2494, [0x193e] = 0x2495, + [0x193f] = 0x2496, [0x1940] = 0x2497, [0x1941] = 0x2498, [0x1942] = 0x2499, + [0x1943] = 0x249a, [0x1944] = 0x249b, [0x1945] = 0x2474, [0x1946] = 0x2475, + [0x1947] = 0x2476, [0x1948] = 0x2477, [0x1949] = 0x2478, [0x194a] = 0x2479, + [0x194b] = 0x247a, [0x194c] = 0x247b, [0x194d] = 0x247c, [0x194e] = 0x247d, + [0x194f] = 0x247e, [0x1950] = 0x247f, [0x1951] = 0x2480, [0x1952] = 0x2481, + [0x1953] = 0x2482, [0x1954] = 0x2483, [0x1955] = 0x2484, [0x1956] = 0x2485, + [0x1957] = 0x2486, [0x1958] = 0x2487, [0x1959] = 0x2460, [0x195a] = 0x2461, + [0x195b] = 0x2462, [0x195c] = 0x2463, [0x195d] = 0x2464, [0x195e] = 0x2465, + [0x195f] = 0x2466, [0x1960] = 0x2467, [0x1961] = 0x2468, [0x1962] = 0x2469, + [0x1963] = 0x20ac, [0x1964] = 0xe76d, [0x1965] = 0x3220, [0x1966] = 0x3221, + [0x1967] = 0x3222, [0x1968] = 0x3223, [0x1969] = 0x3224, [0x196a] = 0x3225, + [0x196b] = 0x3226, [0x196c] = 0x3227, [0x196d] = 0x3228, [0x196e] = 0x3229, + [0x196f] = 0xe76e, [0x1970] = 0xe76f, [0x1971] = 0x2160, [0x1972] = 0x2161, + [0x1973] = 0x2162, [0x1974] = 0x2163, [0x1975] = 0x2164, [0x1976] = 0x2165, + [0x1977] = 0x2166, [0x1978] = 0x2167, [0x1979] = 0x2168, [0x197a] = 0x2169, + [0x197b] = 0x216a, [0x197c] = 0x216b, [0x197d] = 0xe770, [0x197e] = 0xe771, + [0x1980] = 0xe586, [0x1981] = 0xe587, [0x1982] = 0xe588, [0x1983] = 0xe589, + [0x1984] = 0xe58a, [0x1985] = 0xe58b, [0x1986] = 0xe58c, [0x1987] = 0xe58d, + [0x1988] = 0xe58e, [0x1989] = 0xe58f, [0x198a] = 0xe590, [0x198b] = 0xe591, + [0x198c] = 0xe592, [0x198d] = 0xe593, [0x198e] = 0xe594, [0x198f] = 0xe595, + [0x1990] = 0xe596, [0x1991] = 0xe597, [0x1992] = 0xe598, [0x1993] = 0xe599, + [0x1994] = 0xe59a, [0x1995] = 0xe59b, [0x1996] = 0xe59c, [0x1997] = 0xe59d, + [0x1998] = 0xe59e, [0x1999] = 0xe59f, [0x199a] = 0xe5a0, [0x199b] = 0xe5a1, + [0x199c] = 0xe5a2, [0x199d] = 0xe5a3, [0x199e] = 0xe5a4, [0x199f] = 0xe5a5, + [0x19a0] = 0xe5a6, [0x19a1] = 0xe5a7, [0x19a2] = 0xe5a8, [0x19a3] = 0xe5a9, + [0x19a4] = 0xe5aa, [0x19a5] = 0xe5ab, [0x19a6] = 0xe5ac, [0x19a7] = 0xe5ad, + [0x19a8] = 0xe5ae, [0x19a9] = 0xe5af, [0x19aa] = 0xe5b0, [0x19ab] = 0xe5b1, + [0x19ac] = 0xe5b2, [0x19ad] = 0xe5b3, [0x19ae] = 0xe5b4, [0x19af] = 0xe5b5, + [0x19b0] = 0xe5b6, [0x19b1] = 0xe5b7, [0x19b2] = 0xe5b8, [0x19b3] = 0xe5b9, + [0x19b4] = 0xe5ba, [0x19b5] = 0xe5bb, [0x19b6] = 0xe5bc, [0x19b7] = 0xe5bd, + [0x19b8] = 0xe5be, [0x19b9] = 0xe5bf, [0x19ba] = 0xe5c0, [0x19bb] = 0xe5c1, + [0x19bc] = 0xe5c2, [0x19bd] = 0xe5c3, [0x19be] = 0xe5c4, [0x19c0] = 0xe5c5, + [0x19c1] = 0xe5c6, [0x19c2] = 0xe5c7, [0x19c3] = 0xe5c8, [0x19c4] = 0xe5c9, + [0x19c5] = 0xe5ca, [0x19c6] = 0xe5cb, [0x19c7] = 0xe5cc, [0x19c8] = 0xe5cd, + [0x19c9] = 0xe5ce, [0x19ca] = 0xe5cf, [0x19cb] = 0xe5d0, [0x19cc] = 0xe5d1, + [0x19cd] = 0xe5d2, [0x19ce] = 0xe5d3, [0x19cf] = 0xe5d4, [0x19d0] = 0xe5d5, + [0x19d1] = 0xe5d6, [0x19d2] = 0xe5d7, [0x19d3] = 0xe5d8, [0x19d4] = 0xe5d9, + [0x19d5] = 0xe5da, [0x19d6] = 0xe5db, [0x19d7] = 0xe5dc, [0x19d8] = 0xe5dd, + [0x19d9] = 0xe5de, [0x19da] = 0xe5df, [0x19db] = 0xe5e0, [0x19dc] = 0xe5e1, + [0x19dd] = 0xe5e2, [0x19de] = 0xe5e3, [0x19df] = 0xe5e4, [0x19e0] = 0xe5e5, + [0x19e1] = 0xff01, [0x19e2] = 0xff02, [0x19e3] = 0xff03, [0x19e4] = 0xffe5, + [0x19e5] = 0xff05, [0x19e6] = 0xff06, [0x19e7] = 0xff07, [0x19e8] = 0xff08, + [0x19e9] = 0xff09, [0x19ea] = 0xff0a, [0x19eb] = 0xff0b, [0x19ec] = 0xff0c, + [0x19ed] = 0xff0d, [0x19ee] = 0xff0e, [0x19ef] = 0xff0f, [0x19f0] = 0xff10, + [0x19f1] = 0xff11, [0x19f2] = 0xff12, [0x19f3] = 0xff13, [0x19f4] = 0xff14, + [0x19f5] = 0xff15, [0x19f6] = 0xff16, [0x19f7] = 0xff17, [0x19f8] = 0xff18, + [0x19f9] = 0xff19, [0x19fa] = 0xff1a, [0x19fb] = 0xff1b, [0x19fc] = 0xff1c, + [0x19fd] = 0xff1d, [0x19fe] = 0xff1e, [0x19ff] = 0xff1f, [0x1a00] = 0xff20, + [0x1a01] = 0xff21, [0x1a02] = 0xff22, [0x1a03] = 0xff23, [0x1a04] = 0xff24, + [0x1a05] = 0xff25, [0x1a06] = 0xff26, [0x1a07] = 0xff27, [0x1a08] = 0xff28, + [0x1a09] = 0xff29, [0x1a0a] = 0xff2a, [0x1a0b] = 0xff2b, [0x1a0c] = 0xff2c, + [0x1a0d] = 0xff2d, [0x1a0e] = 0xff2e, [0x1a0f] = 0xff2f, [0x1a10] = 0xff30, + [0x1a11] = 0xff31, [0x1a12] = 0xff32, [0x1a13] = 0xff33, [0x1a14] = 0xff34, + [0x1a15] = 0xff35, [0x1a16] = 0xff36, [0x1a17] = 0xff37, [0x1a18] = 0xff38, + [0x1a19] = 0xff39, [0x1a1a] = 0xff3a, [0x1a1b] = 0xff3b, [0x1a1c] = 0xff3c, + [0x1a1d] = 0xff3d, [0x1a1e] = 0xff3e, [0x1a1f] = 0xff3f, [0x1a20] = 0xff40, + [0x1a21] = 0xff41, [0x1a22] = 0xff42, [0x1a23] = 0xff43, [0x1a24] = 0xff44, + [0x1a25] = 0xff45, [0x1a26] = 0xff46, [0x1a27] = 0xff47, [0x1a28] = 0xff48, + [0x1a29] = 0xff49, [0x1a2a] = 0xff4a, [0x1a2b] = 0xff4b, [0x1a2c] = 0xff4c, + [0x1a2d] = 0xff4d, [0x1a2e] = 0xff4e, [0x1a2f] = 0xff4f, [0x1a30] = 0xff50, + [0x1a31] = 0xff51, [0x1a32] = 0xff52, [0x1a33] = 0xff53, [0x1a34] = 0xff54, + [0x1a35] = 0xff55, [0x1a36] = 0xff56, [0x1a37] = 0xff57, [0x1a38] = 0xff58, + [0x1a39] = 0xff59, [0x1a3a] = 0xff5a, [0x1a3b] = 0xff5b, [0x1a3c] = 0xff5c, + [0x1a3d] = 0xff5d, [0x1a3e] = 0xffe3, [0x1a40] = 0xe5e6, [0x1a41] = 0xe5e7, + [0x1a42] = 0xe5e8, [0x1a43] = 0xe5e9, [0x1a44] = 0xe5ea, [0x1a45] = 0xe5eb, + [0x1a46] = 0xe5ec, [0x1a47] = 0xe5ed, [0x1a48] = 0xe5ee, [0x1a49] = 0xe5ef, + [0x1a4a] = 0xe5f0, [0x1a4b] = 0xe5f1, [0x1a4c] = 0xe5f2, [0x1a4d] = 0xe5f3, + [0x1a4e] = 0xe5f4, [0x1a4f] = 0xe5f5, [0x1a50] = 0xe5f6, [0x1a51] = 0xe5f7, + [0x1a52] = 0xe5f8, [0x1a53] = 0xe5f9, [0x1a54] = 0xe5fa, [0x1a55] = 0xe5fb, + [0x1a56] = 0xe5fc, [0x1a57] = 0xe5fd, [0x1a58] = 0xe5fe, [0x1a59] = 0xe5ff, + [0x1a5a] = 0xe600, [0x1a5b] = 0xe601, [0x1a5c] = 0xe602, [0x1a5d] = 0xe603, + [0x1a5e] = 0xe604, [0x1a5f] = 0xe605, [0x1a60] = 0xe606, [0x1a61] = 0xe607, + [0x1a62] = 0xe608, [0x1a63] = 0xe609, [0x1a64] = 0xe60a, [0x1a65] = 0xe60b, + [0x1a66] = 0xe60c, [0x1a67] = 0xe60d, [0x1a68] = 0xe60e, [0x1a69] = 0xe60f, + [0x1a6a] = 0xe610, [0x1a6b] = 0xe611, [0x1a6c] = 0xe612, [0x1a6d] = 0xe613, + [0x1a6e] = 0xe614, [0x1a6f] = 0xe615, [0x1a70] = 0xe616, [0x1a71] = 0xe617, + [0x1a72] = 0xe618, [0x1a73] = 0xe619, [0x1a74] = 0xe61a, [0x1a75] = 0xe61b, + [0x1a76] = 0xe61c, [0x1a77] = 0xe61d, [0x1a78] = 0xe61e, [0x1a79] = 0xe61f, + [0x1a7a] = 0xe620, [0x1a7b] = 0xe621, [0x1a7c] = 0xe622, [0x1a7d] = 0xe623, + [0x1a7e] = 0xe624, [0x1a80] = 0xe625, [0x1a81] = 0xe626, [0x1a82] = 0xe627, + [0x1a83] = 0xe628, [0x1a84] = 0xe629, [0x1a85] = 0xe62a, [0x1a86] = 0xe62b, + [0x1a87] = 0xe62c, [0x1a88] = 0xe62d, [0x1a89] = 0xe62e, [0x1a8a] = 0xe62f, + [0x1a8b] = 0xe630, [0x1a8c] = 0xe631, [0x1a8d] = 0xe632, [0x1a8e] = 0xe633, + [0x1a8f] = 0xe634, [0x1a90] = 0xe635, [0x1a91] = 0xe636, [0x1a92] = 0xe637, + [0x1a93] = 0xe638, [0x1a94] = 0xe639, [0x1a95] = 0xe63a, [0x1a96] = 0xe63b, + [0x1a97] = 0xe63c, [0x1a98] = 0xe63d, [0x1a99] = 0xe63e, [0x1a9a] = 0xe63f, + [0x1a9b] = 0xe640, [0x1a9c] = 0xe641, [0x1a9d] = 0xe642, [0x1a9e] = 0xe643, + [0x1a9f] = 0xe644, [0x1aa0] = 0xe645, [0x1aa1] = 0x3041, [0x1aa2] = 0x3042, + [0x1aa3] = 0x3043, [0x1aa4] = 0x3044, [0x1aa5] = 0x3045, [0x1aa6] = 0x3046, + [0x1aa7] = 0x3047, [0x1aa8] = 0x3048, [0x1aa9] = 0x3049, [0x1aaa] = 0x304a, + [0x1aab] = 0x304b, [0x1aac] = 0x304c, [0x1aad] = 0x304d, [0x1aae] = 0x304e, + [0x1aaf] = 0x304f, [0x1ab0] = 0x3050, [0x1ab1] = 0x3051, [0x1ab2] = 0x3052, + [0x1ab3] = 0x3053, [0x1ab4] = 0x3054, [0x1ab5] = 0x3055, [0x1ab6] = 0x3056, + [0x1ab7] = 0x3057, [0x1ab8] = 0x3058, [0x1ab9] = 0x3059, [0x1aba] = 0x305a, + [0x1abb] = 0x305b, [0x1abc] = 0x305c, [0x1abd] = 0x305d, [0x1abe] = 0x305e, + [0x1abf] = 0x305f, [0x1ac0] = 0x3060, [0x1ac1] = 0x3061, [0x1ac2] = 0x3062, + [0x1ac3] = 0x3063, [0x1ac4] = 0x3064, [0x1ac5] = 0x3065, [0x1ac6] = 0x3066, + [0x1ac7] = 0x3067, [0x1ac8] = 0x3068, [0x1ac9] = 0x3069, [0x1aca] = 0x306a, + [0x1acb] = 0x306b, [0x1acc] = 0x306c, [0x1acd] = 0x306d, [0x1ace] = 0x306e, + [0x1acf] = 0x306f, [0x1ad0] = 0x3070, [0x1ad1] = 0x3071, [0x1ad2] = 0x3072, + [0x1ad3] = 0x3073, [0x1ad4] = 0x3074, [0x1ad5] = 0x3075, [0x1ad6] = 0x3076, + [0x1ad7] = 0x3077, [0x1ad8] = 0x3078, [0x1ad9] = 0x3079, [0x1ada] = 0x307a, + [0x1adb] = 0x307b, [0x1adc] = 0x307c, [0x1add] = 0x307d, [0x1ade] = 0x307e, + [0x1adf] = 0x307f, [0x1ae0] = 0x3080, [0x1ae1] = 0x3081, [0x1ae2] = 0x3082, + [0x1ae3] = 0x3083, [0x1ae4] = 0x3084, [0x1ae5] = 0x3085, [0x1ae6] = 0x3086, + [0x1ae7] = 0x3087, [0x1ae8] = 0x3088, [0x1ae9] = 0x3089, [0x1aea] = 0x308a, + [0x1aeb] = 0x308b, [0x1aec] = 0x308c, [0x1aed] = 0x308d, [0x1aee] = 0x308e, + [0x1aef] = 0x308f, [0x1af0] = 0x3090, [0x1af1] = 0x3091, [0x1af2] = 0x3092, + [0x1af3] = 0x3093, [0x1af4] = 0xe772, [0x1af5] = 0xe773, [0x1af6] = 0xe774, + [0x1af7] = 0xe775, [0x1af8] = 0xe776, [0x1af9] = 0xe777, [0x1afa] = 0xe778, + [0x1afb] = 0xe779, [0x1afc] = 0xe77a, [0x1afd] = 0xe77b, [0x1afe] = 0xe77c, + [0x1b00] = 0xe646, [0x1b01] = 0xe647, [0x1b02] = 0xe648, [0x1b03] = 0xe649, + [0x1b04] = 0xe64a, [0x1b05] = 0xe64b, [0x1b06] = 0xe64c, [0x1b07] = 0xe64d, + [0x1b08] = 0xe64e, [0x1b09] = 0xe64f, [0x1b0a] = 0xe650, [0x1b0b] = 0xe651, + [0x1b0c] = 0xe652, [0x1b0d] = 0xe653, [0x1b0e] = 0xe654, [0x1b0f] = 0xe655, + [0x1b10] = 0xe656, [0x1b11] = 0xe657, [0x1b12] = 0xe658, [0x1b13] = 0xe659, + [0x1b14] = 0xe65a, [0x1b15] = 0xe65b, [0x1b16] = 0xe65c, [0x1b17] = 0xe65d, + [0x1b18] = 0xe65e, [0x1b19] = 0xe65f, [0x1b1a] = 0xe660, [0x1b1b] = 0xe661, + [0x1b1c] = 0xe662, [0x1b1d] = 0xe663, [0x1b1e] = 0xe664, [0x1b1f] = 0xe665, + [0x1b20] = 0xe666, [0x1b21] = 0xe667, [0x1b22] = 0xe668, [0x1b23] = 0xe669, + [0x1b24] = 0xe66a, [0x1b25] = 0xe66b, [0x1b26] = 0xe66c, [0x1b27] = 0xe66d, + [0x1b28] = 0xe66e, [0x1b29] = 0xe66f, [0x1b2a] = 0xe670, [0x1b2b] = 0xe671, + [0x1b2c] = 0xe672, [0x1b2d] = 0xe673, [0x1b2e] = 0xe674, [0x1b2f] = 0xe675, + [0x1b30] = 0xe676, [0x1b31] = 0xe677, [0x1b32] = 0xe678, [0x1b33] = 0xe679, + [0x1b34] = 0xe67a, [0x1b35] = 0xe67b, [0x1b36] = 0xe67c, [0x1b37] = 0xe67d, + [0x1b38] = 0xe67e, [0x1b39] = 0xe67f, [0x1b3a] = 0xe680, [0x1b3b] = 0xe681, + [0x1b3c] = 0xe682, [0x1b3d] = 0xe683, [0x1b3e] = 0xe684, [0x1b40] = 0xe685, + [0x1b41] = 0xe686, [0x1b42] = 0xe687, [0x1b43] = 0xe688, [0x1b44] = 0xe689, + [0x1b45] = 0xe68a, [0x1b46] = 0xe68b, [0x1b47] = 0xe68c, [0x1b48] = 0xe68d, + [0x1b49] = 0xe68e, [0x1b4a] = 0xe68f, [0x1b4b] = 0xe690, [0x1b4c] = 0xe691, + [0x1b4d] = 0xe692, [0x1b4e] = 0xe693, [0x1b4f] = 0xe694, [0x1b50] = 0xe695, + [0x1b51] = 0xe696, [0x1b52] = 0xe697, [0x1b53] = 0xe698, [0x1b54] = 0xe699, + [0x1b55] = 0xe69a, [0x1b56] = 0xe69b, [0x1b57] = 0xe69c, [0x1b58] = 0xe69d, + [0x1b59] = 0xe69e, [0x1b5a] = 0xe69f, [0x1b5b] = 0xe6a0, [0x1b5c] = 0xe6a1, + [0x1b5d] = 0xe6a2, [0x1b5e] = 0xe6a3, [0x1b5f] = 0xe6a4, [0x1b60] = 0xe6a5, + [0x1b61] = 0x30a1, [0x1b62] = 0x30a2, [0x1b63] = 0x30a3, [0x1b64] = 0x30a4, + [0x1b65] = 0x30a5, [0x1b66] = 0x30a6, [0x1b67] = 0x30a7, [0x1b68] = 0x30a8, + [0x1b69] = 0x30a9, [0x1b6a] = 0x30aa, [0x1b6b] = 0x30ab, [0x1b6c] = 0x30ac, + [0x1b6d] = 0x30ad, [0x1b6e] = 0x30ae, [0x1b6f] = 0x30af, [0x1b70] = 0x30b0, + [0x1b71] = 0x30b1, [0x1b72] = 0x30b2, [0x1b73] = 0x30b3, [0x1b74] = 0x30b4, + [0x1b75] = 0x30b5, [0x1b76] = 0x30b6, [0x1b77] = 0x30b7, [0x1b78] = 0x30b8, + [0x1b79] = 0x30b9, [0x1b7a] = 0x30ba, [0x1b7b] = 0x30bb, [0x1b7c] = 0x30bc, + [0x1b7d] = 0x30bd, [0x1b7e] = 0x30be, [0x1b7f] = 0x30bf, [0x1b80] = 0x30c0, + [0x1b81] = 0x30c1, [0x1b82] = 0x30c2, [0x1b83] = 0x30c3, [0x1b84] = 0x30c4, + [0x1b85] = 0x30c5, [0x1b86] = 0x30c6, [0x1b87] = 0x30c7, [0x1b88] = 0x30c8, + [0x1b89] = 0x30c9, [0x1b8a] = 0x30ca, [0x1b8b] = 0x30cb, [0x1b8c] = 0x30cc, + [0x1b8d] = 0x30cd, [0x1b8e] = 0x30ce, [0x1b8f] = 0x30cf, [0x1b90] = 0x30d0, + [0x1b91] = 0x30d1, [0x1b92] = 0x30d2, [0x1b93] = 0x30d3, [0x1b94] = 0x30d4, + [0x1b95] = 0x30d5, [0x1b96] = 0x30d6, [0x1b97] = 0x30d7, [0x1b98] = 0x30d8, + [0x1b99] = 0x30d9, [0x1b9a] = 0x30da, [0x1b9b] = 0x30db, [0x1b9c] = 0x30dc, + [0x1b9d] = 0x30dd, [0x1b9e] = 0x30de, [0x1b9f] = 0x30df, [0x1ba0] = 0x30e0, + [0x1ba1] = 0x30e1, [0x1ba2] = 0x30e2, [0x1ba3] = 0x30e3, [0x1ba4] = 0x30e4, + [0x1ba5] = 0x30e5, [0x1ba6] = 0x30e6, [0x1ba7] = 0x30e7, [0x1ba8] = 0x30e8, + [0x1ba9] = 0x30e9, [0x1baa] = 0x30ea, [0x1bab] = 0x30eb, [0x1bac] = 0x30ec, + [0x1bad] = 0x30ed, [0x1bae] = 0x30ee, [0x1baf] = 0x30ef, [0x1bb0] = 0x30f0, + [0x1bb1] = 0x30f1, [0x1bb2] = 0x30f2, [0x1bb3] = 0x30f3, [0x1bb4] = 0x30f4, + [0x1bb5] = 0x30f5, [0x1bb6] = 0x30f6, [0x1bb7] = 0xe77d, [0x1bb8] = 0xe77e, + [0x1bb9] = 0xe77f, [0x1bba] = 0xe780, [0x1bbb] = 0xe781, [0x1bbc] = 0xe782, + [0x1bbd] = 0xe783, [0x1bbe] = 0xe784, [0x1bc0] = 0xe6a6, [0x1bc1] = 0xe6a7, + [0x1bc2] = 0xe6a8, [0x1bc3] = 0xe6a9, [0x1bc4] = 0xe6aa, [0x1bc5] = 0xe6ab, + [0x1bc6] = 0xe6ac, [0x1bc7] = 0xe6ad, [0x1bc8] = 0xe6ae, [0x1bc9] = 0xe6af, + [0x1bca] = 0xe6b0, [0x1bcb] = 0xe6b1, [0x1bcc] = 0xe6b2, [0x1bcd] = 0xe6b3, + [0x1bce] = 0xe6b4, [0x1bcf] = 0xe6b5, [0x1bd0] = 0xe6b6, [0x1bd1] = 0xe6b7, + [0x1bd2] = 0xe6b8, [0x1bd3] = 0xe6b9, [0x1bd4] = 0xe6ba, [0x1bd5] = 0xe6bb, + [0x1bd6] = 0xe6bc, [0x1bd7] = 0xe6bd, [0x1bd8] = 0xe6be, [0x1bd9] = 0xe6bf, + [0x1bda] = 0xe6c0, [0x1bdb] = 0xe6c1, [0x1bdc] = 0xe6c2, [0x1bdd] = 0xe6c3, + [0x1bde] = 0xe6c4, [0x1bdf] = 0xe6c5, [0x1be0] = 0xe6c6, [0x1be1] = 0xe6c7, + [0x1be2] = 0xe6c8, [0x1be3] = 0xe6c9, [0x1be4] = 0xe6ca, [0x1be5] = 0xe6cb, + [0x1be6] = 0xe6cc, [0x1be7] = 0xe6cd, [0x1be8] = 0xe6ce, [0x1be9] = 0xe6cf, + [0x1bea] = 0xe6d0, [0x1beb] = 0xe6d1, [0x1bec] = 0xe6d2, [0x1bed] = 0xe6d3, + [0x1bee] = 0xe6d4, [0x1bef] = 0xe6d5, [0x1bf0] = 0xe6d6, [0x1bf1] = 0xe6d7, + [0x1bf2] = 0xe6d8, [0x1bf3] = 0xe6d9, [0x1bf4] = 0xe6da, [0x1bf5] = 0xe6db, + [0x1bf6] = 0xe6dc, [0x1bf7] = 0xe6dd, [0x1bf8] = 0xe6de, [0x1bf9] = 0xe6df, + [0x1bfa] = 0xe6e0, [0x1bfb] = 0xe6e1, [0x1bfc] = 0xe6e2, [0x1bfd] = 0xe6e3, + [0x1bfe] = 0xe6e4, [0x1c00] = 0xe6e5, [0x1c01] = 0xe6e6, [0x1c02] = 0xe6e7, + [0x1c03] = 0xe6e8, [0x1c04] = 0xe6e9, [0x1c05] = 0xe6ea, [0x1c06] = 0xe6eb, + [0x1c07] = 0xe6ec, [0x1c08] = 0xe6ed, [0x1c09] = 0xe6ee, [0x1c0a] = 0xe6ef, + [0x1c0b] = 0xe6f0, [0x1c0c] = 0xe6f1, [0x1c0d] = 0xe6f2, [0x1c0e] = 0xe6f3, + [0x1c0f] = 0xe6f4, [0x1c10] = 0xe6f5, [0x1c11] = 0xe6f6, [0x1c12] = 0xe6f7, + [0x1c13] = 0xe6f8, [0x1c14] = 0xe6f9, [0x1c15] = 0xe6fa, [0x1c16] = 0xe6fb, + [0x1c17] = 0xe6fc, [0x1c18] = 0xe6fd, [0x1c19] = 0xe6fe, [0x1c1a] = 0xe6ff, + [0x1c1b] = 0xe700, [0x1c1c] = 0xe701, [0x1c1d] = 0xe702, [0x1c1e] = 0xe703, + [0x1c1f] = 0xe704, [0x1c20] = 0xe705, [0x1c21] = 0x0391, [0x1c22] = 0x0392, + [0x1c23] = 0x0393, [0x1c24] = 0x0394, [0x1c25] = 0x0395, [0x1c26] = 0x0396, + [0x1c27] = 0x0397, [0x1c28] = 0x0398, [0x1c29] = 0x0399, [0x1c2a] = 0x039a, + [0x1c2b] = 0x039b, [0x1c2c] = 0x039c, [0x1c2d] = 0x039d, [0x1c2e] = 0x039e, + [0x1c2f] = 0x039f, [0x1c30] = 0x03a0, [0x1c31] = 0x03a1, [0x1c32] = 0x03a3, + [0x1c33] = 0x03a4, [0x1c34] = 0x03a5, [0x1c35] = 0x03a6, [0x1c36] = 0x03a7, + [0x1c37] = 0x03a8, [0x1c38] = 0x03a9, [0x1c39] = 0xe785, [0x1c3a] = 0xe786, + [0x1c3b] = 0xe787, [0x1c3c] = 0xe788, [0x1c3d] = 0xe789, [0x1c3e] = 0xe78a, + [0x1c3f] = 0xe78b, [0x1c40] = 0xe78c, [0x1c41] = 0x03b1, [0x1c42] = 0x03b2, + [0x1c43] = 0x03b3, [0x1c44] = 0x03b4, [0x1c45] = 0x03b5, [0x1c46] = 0x03b6, + [0x1c47] = 0x03b7, [0x1c48] = 0x03b8, [0x1c49] = 0x03b9, [0x1c4a] = 0x03ba, + [0x1c4b] = 0x03bb, [0x1c4c] = 0x03bc, [0x1c4d] = 0x03bd, [0x1c4e] = 0x03be, + [0x1c4f] = 0x03bf, [0x1c50] = 0x03c0, [0x1c51] = 0x03c1, [0x1c52] = 0x03c3, + [0x1c53] = 0x03c4, [0x1c54] = 0x03c5, [0x1c55] = 0x03c6, [0x1c56] = 0x03c7, + [0x1c57] = 0x03c8, [0x1c58] = 0x03c9, [0x1c59] = 0xe78d, [0x1c5a] = 0xe78e, + [0x1c5b] = 0xe78f, [0x1c5c] = 0xe790, [0x1c5d] = 0xe791, [0x1c5e] = 0xe792, + [0x1c5f] = 0xe793, [0x1c60] = 0xfe35, [0x1c61] = 0xfe36, [0x1c62] = 0xfe39, + [0x1c63] = 0xfe3a, [0x1c64] = 0xfe3f, [0x1c65] = 0xfe40, [0x1c66] = 0xfe3d, + [0x1c67] = 0xfe3e, [0x1c68] = 0xfe41, [0x1c69] = 0xfe42, [0x1c6a] = 0xfe43, + [0x1c6b] = 0xfe44, [0x1c6c] = 0xe794, [0x1c6d] = 0xe795, [0x1c6e] = 0xfe3b, + [0x1c6f] = 0xfe3c, [0x1c70] = 0xfe37, [0x1c71] = 0xfe38, [0x1c72] = 0xfe31, + [0x1c73] = 0xe796, [0x1c74] = 0xfe33, [0x1c75] = 0xfe34, [0x1c76] = 0xe797, + [0x1c77] = 0xe798, [0x1c78] = 0xe799, [0x1c79] = 0xe79a, [0x1c7a] = 0xe79b, + [0x1c7b] = 0xe79c, [0x1c7c] = 0xe79d, [0x1c7d] = 0xe79e, [0x1c7e] = 0xe79f, + [0x1c80] = 0xe706, [0x1c81] = 0xe707, [0x1c82] = 0xe708, [0x1c83] = 0xe709, + [0x1c84] = 0xe70a, [0x1c85] = 0xe70b, [0x1c86] = 0xe70c, [0x1c87] = 0xe70d, + [0x1c88] = 0xe70e, [0x1c89] = 0xe70f, [0x1c8a] = 0xe710, [0x1c8b] = 0xe711, + [0x1c8c] = 0xe712, [0x1c8d] = 0xe713, [0x1c8e] = 0xe714, [0x1c8f] = 0xe715, + [0x1c90] = 0xe716, [0x1c91] = 0xe717, [0x1c92] = 0xe718, [0x1c93] = 0xe719, + [0x1c94] = 0xe71a, [0x1c95] = 0xe71b, [0x1c96] = 0xe71c, [0x1c97] = 0xe71d, + [0x1c98] = 0xe71e, [0x1c99] = 0xe71f, [0x1c9a] = 0xe720, [0x1c9b] = 0xe721, + [0x1c9c] = 0xe722, [0x1c9d] = 0xe723, [0x1c9e] = 0xe724, [0x1c9f] = 0xe725, + [0x1ca0] = 0xe726, [0x1ca1] = 0xe727, [0x1ca2] = 0xe728, [0x1ca3] = 0xe729, + [0x1ca4] = 0xe72a, [0x1ca5] = 0xe72b, [0x1ca6] = 0xe72c, [0x1ca7] = 0xe72d, + [0x1ca8] = 0xe72e, [0x1ca9] = 0xe72f, [0x1caa] = 0xe730, [0x1cab] = 0xe731, + [0x1cac] = 0xe732, [0x1cad] = 0xe733, [0x1cae] = 0xe734, [0x1caf] = 0xe735, + [0x1cb0] = 0xe736, [0x1cb1] = 0xe737, [0x1cb2] = 0xe738, [0x1cb3] = 0xe739, + [0x1cb4] = 0xe73a, [0x1cb5] = 0xe73b, [0x1cb6] = 0xe73c, [0x1cb7] = 0xe73d, + [0x1cb8] = 0xe73e, [0x1cb9] = 0xe73f, [0x1cba] = 0xe740, [0x1cbb] = 0xe741, + [0x1cbc] = 0xe742, [0x1cbd] = 0xe743, [0x1cbe] = 0xe744, [0x1cc0] = 0xe745, + [0x1cc1] = 0xe746, [0x1cc2] = 0xe747, [0x1cc3] = 0xe748, [0x1cc4] = 0xe749, + [0x1cc5] = 0xe74a, [0x1cc6] = 0xe74b, [0x1cc7] = 0xe74c, [0x1cc8] = 0xe74d, + [0x1cc9] = 0xe74e, [0x1cca] = 0xe74f, [0x1ccb] = 0xe750, [0x1ccc] = 0xe751, + [0x1ccd] = 0xe752, [0x1cce] = 0xe753, [0x1ccf] = 0xe754, [0x1cd0] = 0xe755, + [0x1cd1] = 0xe756, [0x1cd2] = 0xe757, [0x1cd3] = 0xe758, [0x1cd4] = 0xe759, + [0x1cd5] = 0xe75a, [0x1cd6] = 0xe75b, [0x1cd7] = 0xe75c, [0x1cd8] = 0xe75d, + [0x1cd9] = 0xe75e, [0x1cda] = 0xe75f, [0x1cdb] = 0xe760, [0x1cdc] = 0xe761, + [0x1cdd] = 0xe762, [0x1cde] = 0xe763, [0x1cdf] = 0xe764, [0x1ce0] = 0xe765, + [0x1ce1] = 0x0410, [0x1ce2] = 0x0411, [0x1ce3] = 0x0412, [0x1ce4] = 0x0413, + [0x1ce5] = 0x0414, [0x1ce6] = 0x0415, [0x1ce7] = 0x0401, [0x1ce8] = 0x0416, + [0x1ce9] = 0x0417, [0x1cea] = 0x0418, [0x1ceb] = 0x0419, [0x1cec] = 0x041a, + [0x1ced] = 0x041b, [0x1cee] = 0x041c, [0x1cef] = 0x041d, [0x1cf0] = 0x041e, + [0x1cf1] = 0x041f, [0x1cf2] = 0x0420, [0x1cf3] = 0x0421, [0x1cf4] = 0x0422, + [0x1cf5] = 0x0423, [0x1cf6] = 0x0424, [0x1cf7] = 0x0425, [0x1cf8] = 0x0426, + [0x1cf9] = 0x0427, [0x1cfa] = 0x0428, [0x1cfb] = 0x0429, [0x1cfc] = 0x042a, + [0x1cfd] = 0x042b, [0x1cfe] = 0x042c, [0x1cff] = 0x042d, [0x1d00] = 0x042e, + [0x1d01] = 0x042f, [0x1d02] = 0xe7a0, [0x1d03] = 0xe7a1, [0x1d04] = 0xe7a2, + [0x1d05] = 0xe7a3, [0x1d06] = 0xe7a4, [0x1d07] = 0xe7a5, [0x1d08] = 0xe7a6, + [0x1d09] = 0xe7a7, [0x1d0a] = 0xe7a8, [0x1d0b] = 0xe7a9, [0x1d0c] = 0xe7aa, + [0x1d0d] = 0xe7ab, [0x1d0e] = 0xe7ac, [0x1d0f] = 0xe7ad, [0x1d10] = 0xe7ae, + [0x1d11] = 0x0430, [0x1d12] = 0x0431, [0x1d13] = 0x0432, [0x1d14] = 0x0433, + [0x1d15] = 0x0434, [0x1d16] = 0x0435, [0x1d17] = 0x0451, [0x1d18] = 0x0436, + [0x1d19] = 0x0437, [0x1d1a] = 0x0438, [0x1d1b] = 0x0439, [0x1d1c] = 0x043a, + [0x1d1d] = 0x043b, [0x1d1e] = 0x043c, [0x1d1f] = 0x043d, [0x1d20] = 0x043e, + [0x1d21] = 0x043f, [0x1d22] = 0x0440, [0x1d23] = 0x0441, [0x1d24] = 0x0442, + [0x1d25] = 0x0443, [0x1d26] = 0x0444, [0x1d27] = 0x0445, [0x1d28] = 0x0446, + [0x1d29] = 0x0447, [0x1d2a] = 0x0448, [0x1d2b] = 0x0449, [0x1d2c] = 0x044a, + [0x1d2d] = 0x044b, [0x1d2e] = 0x044c, [0x1d2f] = 0x044d, [0x1d30] = 0x044e, + [0x1d31] = 0x044f, [0x1d32] = 0xe7af, [0x1d33] = 0xe7b0, [0x1d34] = 0xe7b1, + [0x1d35] = 0xe7b2, [0x1d36] = 0xe7b3, [0x1d37] = 0xe7b4, [0x1d38] = 0xe7b5, + [0x1d39] = 0xe7b6, [0x1d3a] = 0xe7b7, [0x1d3b] = 0xe7b8, [0x1d3c] = 0xe7b9, + [0x1d3d] = 0xe7ba, [0x1d3e] = 0xe7bb, [0x1d40] = 0x02ca, [0x1d41] = 0x02cb, + [0x1d42] = 0x02d9, [0x1d43] = 0x2013, [0x1d44] = 0x2015, [0x1d45] = 0x2025, + [0x1d46] = 0x2035, [0x1d47] = 0x2105, [0x1d48] = 0x2109, [0x1d49] = 0x2196, + [0x1d4a] = 0x2197, [0x1d4b] = 0x2198, [0x1d4c] = 0x2199, [0x1d4d] = 0x2215, + [0x1d4e] = 0x221f, [0x1d4f] = 0x2223, [0x1d50] = 0x2252, [0x1d51] = 0x2266, + [0x1d52] = 0x2267, [0x1d53] = 0x22bf, [0x1d54] = 0x2550, [0x1d55] = 0x2551, + [0x1d56] = 0x2552, [0x1d57] = 0x2553, [0x1d58] = 0x2554, [0x1d59] = 0x2555, + [0x1d5a] = 0x2556, [0x1d5b] = 0x2557, [0x1d5c] = 0x2558, [0x1d5d] = 0x2559, + [0x1d5e] = 0x255a, [0x1d5f] = 0x255b, [0x1d60] = 0x255c, [0x1d61] = 0x255d, + [0x1d62] = 0x255e, [0x1d63] = 0x255f, [0x1d64] = 0x2560, [0x1d65] = 0x2561, + [0x1d66] = 0x2562, [0x1d67] = 0x2563, [0x1d68] = 0x2564, [0x1d69] = 0x2565, + [0x1d6a] = 0x2566, [0x1d6b] = 0x2567, [0x1d6c] = 0x2568, [0x1d6d] = 0x2569, + [0x1d6e] = 0x256a, [0x1d6f] = 0x256b, [0x1d70] = 0x256c, [0x1d71] = 0x256d, + [0x1d72] = 0x256e, [0x1d73] = 0x256f, [0x1d74] = 0x2570, [0x1d75] = 0x2571, + [0x1d76] = 0x2572, [0x1d77] = 0x2573, [0x1d78] = 0x2581, [0x1d79] = 0x2582, + [0x1d7a] = 0x2583, [0x1d7b] = 0x2584, [0x1d7c] = 0x2585, [0x1d7d] = 0x2586, + [0x1d7e] = 0x2587, [0x1d80] = 0x2588, [0x1d81] = 0x2589, [0x1d82] = 0x258a, + [0x1d83] = 0x258b, [0x1d84] = 0x258c, [0x1d85] = 0x258d, [0x1d86] = 0x258e, + [0x1d87] = 0x258f, [0x1d88] = 0x2593, [0x1d89] = 0x2594, [0x1d8a] = 0x2595, + [0x1d8b] = 0x25bc, [0x1d8c] = 0x25bd, [0x1d8d] = 0x25e2, [0x1d8e] = 0x25e3, + [0x1d8f] = 0x25e4, [0x1d90] = 0x25e5, [0x1d91] = 0x2609, [0x1d92] = 0x2295, + [0x1d93] = 0x3012, [0x1d94] = 0x301d, [0x1d95] = 0x301e, [0x1d96] = 0xe7bc, + [0x1d97] = 0xe7bd, [0x1d98] = 0xe7be, [0x1d99] = 0xe7bf, [0x1d9a] = 0xe7c0, + [0x1d9b] = 0xe7c1, [0x1d9c] = 0xe7c2, [0x1d9d] = 0xe7c3, [0x1d9e] = 0xe7c4, + [0x1d9f] = 0xe7c5, [0x1da0] = 0xe7c6, [0x1da1] = 0x0101, [0x1da2] = 0x00e1, + [0x1da3] = 0x01ce, [0x1da4] = 0x00e0, [0x1da5] = 0x0113, [0x1da6] = 0x00e9, + [0x1da7] = 0x011b, [0x1da8] = 0x00e8, [0x1da9] = 0x012b, [0x1daa] = 0x00ed, + [0x1dab] = 0x01d0, [0x1dac] = 0x00ec, [0x1dad] = 0x014d, [0x1dae] = 0x00f3, + [0x1daf] = 0x01d2, [0x1db0] = 0x00f2, [0x1db1] = 0x016b, [0x1db2] = 0x00fa, + [0x1db3] = 0x01d4, [0x1db4] = 0x00f9, [0x1db5] = 0x01d6, [0x1db6] = 0x01d8, + [0x1db7] = 0x01da, [0x1db8] = 0x01dc, [0x1db9] = 0x00fc, [0x1dba] = 0x00ea, + [0x1dbb] = 0x0251, [0x1dbc] = 0xe7c7, [0x1dbd] = 0x0144, [0x1dbe] = 0x0148, + [0x1dbf] = 0x01f9, [0x1dc0] = 0x0261, [0x1dc1] = 0xe7c9, [0x1dc2] = 0xe7ca, + [0x1dc3] = 0xe7cb, [0x1dc4] = 0xe7cc, [0x1dc5] = 0x3105, [0x1dc6] = 0x3106, + [0x1dc7] = 0x3107, [0x1dc8] = 0x3108, [0x1dc9] = 0x3109, [0x1dca] = 0x310a, + [0x1dcb] = 0x310b, [0x1dcc] = 0x310c, [0x1dcd] = 0x310d, [0x1dce] = 0x310e, + [0x1dcf] = 0x310f, [0x1dd0] = 0x3110, [0x1dd1] = 0x3111, [0x1dd2] = 0x3112, + [0x1dd3] = 0x3113, [0x1dd4] = 0x3114, [0x1dd5] = 0x3115, [0x1dd6] = 0x3116, + [0x1dd7] = 0x3117, [0x1dd8] = 0x3118, [0x1dd9] = 0x3119, [0x1dda] = 0x311a, + [0x1ddb] = 0x311b, [0x1ddc] = 0x311c, [0x1ddd] = 0x311d, [0x1dde] = 0x311e, + [0x1ddf] = 0x311f, [0x1de0] = 0x3120, [0x1de1] = 0x3121, [0x1de2] = 0x3122, + [0x1de3] = 0x3123, [0x1de4] = 0x3124, [0x1de5] = 0x3125, [0x1de6] = 0x3126, + [0x1de7] = 0x3127, [0x1de8] = 0x3128, [0x1de9] = 0x3129, [0x1dea] = 0xe7cd, + [0x1deb] = 0xe7ce, [0x1dec] = 0xe7cf, [0x1ded] = 0xe7d0, [0x1dee] = 0xe7d1, + [0x1def] = 0xe7d2, [0x1df0] = 0xe7d3, [0x1df1] = 0xe7d4, [0x1df2] = 0xe7d5, + [0x1df3] = 0xe7d6, [0x1df4] = 0xe7d7, [0x1df5] = 0xe7d8, [0x1df6] = 0xe7d9, + [0x1df7] = 0xe7da, [0x1df8] = 0xe7db, [0x1df9] = 0xe7dc, [0x1dfa] = 0xe7dd, + [0x1dfb] = 0xe7de, [0x1dfc] = 0xe7df, [0x1dfd] = 0xe7e0, [0x1dfe] = 0xe7e1, + [0x1e00] = 0x3021, [0x1e01] = 0x3022, [0x1e02] = 0x3023, [0x1e03] = 0x3024, + [0x1e04] = 0x3025, [0x1e05] = 0x3026, [0x1e06] = 0x3027, [0x1e07] = 0x3028, + [0x1e08] = 0x3029, [0x1e09] = 0x32a3, [0x1e0a] = 0x338e, [0x1e0b] = 0x338f, + [0x1e0c] = 0x339c, [0x1e0d] = 0x339d, [0x1e0e] = 0x339e, [0x1e0f] = 0x33a1, + [0x1e10] = 0x33c4, [0x1e11] = 0x33ce, [0x1e12] = 0x33d1, [0x1e13] = 0x33d2, + [0x1e14] = 0x33d5, [0x1e15] = 0xfe30, [0x1e16] = 0xffe2, [0x1e17] = 0xffe4, + [0x1e18] = 0xe7e2, [0x1e19] = 0x2121, [0x1e1a] = 0x3231, [0x1e1b] = 0xe7e3, + [0x1e1c] = 0x2010, [0x1e1d] = 0xe7e4, [0x1e1e] = 0xe7e5, [0x1e1f] = 0xe7e6, + [0x1e20] = 0x30fc, [0x1e21] = 0x309b, [0x1e22] = 0x309c, [0x1e23] = 0x30fd, + [0x1e24] = 0x30fe, [0x1e25] = 0x3006, [0x1e26] = 0x309d, [0x1e27] = 0x309e, + [0x1e28] = 0xfe49, [0x1e29] = 0xfe4a, [0x1e2a] = 0xfe4b, [0x1e2b] = 0xfe4c, + [0x1e2c] = 0xfe4d, [0x1e2d] = 0xfe4e, [0x1e2e] = 0xfe4f, [0x1e2f] = 0xfe50, + [0x1e30] = 0xfe51, [0x1e31] = 0xfe52, [0x1e32] = 0xfe54, [0x1e33] = 0xfe55, + [0x1e34] = 0xfe56, [0x1e35] = 0xfe57, [0x1e36] = 0xfe59, [0x1e37] = 0xfe5a, + [0x1e38] = 0xfe5b, [0x1e39] = 0xfe5c, [0x1e3a] = 0xfe5d, [0x1e3b] = 0xfe5e, + [0x1e3c] = 0xfe5f, [0x1e3d] = 0xfe60, [0x1e3e] = 0xfe61, [0x1e40] = 0xfe62, + [0x1e41] = 0xfe63, [0x1e42] = 0xfe64, [0x1e43] = 0xfe65, [0x1e44] = 0xfe66, + [0x1e45] = 0xfe68, [0x1e46] = 0xfe69, [0x1e47] = 0xfe6a, [0x1e48] = 0xfe6b, + [0x1e49] = 0x303e, [0x1e4a] = 0x2ff0, [0x1e4b] = 0x2ff1, [0x1e4c] = 0x2ff2, + [0x1e4d] = 0x2ff3, [0x1e4e] = 0x2ff4, [0x1e4f] = 0x2ff5, [0x1e50] = 0x2ff6, + [0x1e51] = 0x2ff7, [0x1e52] = 0x2ff8, [0x1e53] = 0x2ff9, [0x1e54] = 0x2ffa, + [0x1e55] = 0x2ffb, [0x1e56] = 0x3007, [0x1e57] = 0xe7f4, [0x1e58] = 0xe7f5, + [0x1e59] = 0xe7f6, [0x1e5a] = 0xe7f7, [0x1e5b] = 0xe7f8, [0x1e5c] = 0xe7f9, + [0x1e5d] = 0xe7fa, [0x1e5e] = 0xe7fb, [0x1e5f] = 0xe7fc, [0x1e60] = 0xe7fd, + [0x1e61] = 0xe7fe, [0x1e62] = 0xe7ff, [0x1e63] = 0xe800, [0x1e64] = 0x2500, + [0x1e65] = 0x2501, [0x1e66] = 0x2502, [0x1e67] = 0x2503, [0x1e68] = 0x2504, + [0x1e69] = 0x2505, [0x1e6a] = 0x2506, [0x1e6b] = 0x2507, [0x1e6c] = 0x2508, + [0x1e6d] = 0x2509, [0x1e6e] = 0x250a, [0x1e6f] = 0x250b, [0x1e70] = 0x250c, + [0x1e71] = 0x250d, [0x1e72] = 0x250e, [0x1e73] = 0x250f, [0x1e74] = 0x2510, + [0x1e75] = 0x2511, [0x1e76] = 0x2512, [0x1e77] = 0x2513, [0x1e78] = 0x2514, + [0x1e79] = 0x2515, [0x1e7a] = 0x2516, [0x1e7b] = 0x2517, [0x1e7c] = 0x2518, + [0x1e7d] = 0x2519, [0x1e7e] = 0x251a, [0x1e7f] = 0x251b, [0x1e80] = 0x251c, + [0x1e81] = 0x251d, [0x1e82] = 0x251e, [0x1e83] = 0x251f, [0x1e84] = 0x2520, + [0x1e85] = 0x2521, [0x1e86] = 0x2522, [0x1e87] = 0x2523, [0x1e88] = 0x2524, + [0x1e89] = 0x2525, [0x1e8a] = 0x2526, [0x1e8b] = 0x2527, [0x1e8c] = 0x2528, + [0x1e8d] = 0x2529, [0x1e8e] = 0x252a, [0x1e8f] = 0x252b, [0x1e90] = 0x252c, + [0x1e91] = 0x252d, [0x1e92] = 0x252e, [0x1e93] = 0x252f, [0x1e94] = 0x2530, + [0x1e95] = 0x2531, [0x1e96] = 0x2532, [0x1e97] = 0x2533, [0x1e98] = 0x2534, + [0x1e99] = 0x2535, [0x1e9a] = 0x2536, [0x1e9b] = 0x2537, [0x1e9c] = 0x2538, + [0x1e9d] = 0x2539, [0x1e9e] = 0x253a, [0x1e9f] = 0x253b, [0x1ea0] = 0x253c, + [0x1ea1] = 0x253d, [0x1ea2] = 0x253e, [0x1ea3] = 0x253f, [0x1ea4] = 0x2540, + [0x1ea5] = 0x2541, [0x1ea6] = 0x2542, [0x1ea7] = 0x2543, [0x1ea8] = 0x2544, + [0x1ea9] = 0x2545, [0x1eaa] = 0x2546, [0x1eab] = 0x2547, [0x1eac] = 0x2548, + [0x1ead] = 0x2549, [0x1eae] = 0x254a, [0x1eaf] = 0x254b, [0x1eb0] = 0xe801, + [0x1eb1] = 0xe802, [0x1eb2] = 0xe803, [0x1eb3] = 0xe804, [0x1eb4] = 0xe805, + [0x1eb5] = 0xe806, [0x1eb6] = 0xe807, [0x1eb7] = 0xe808, [0x1eb8] = 0xe809, + [0x1eb9] = 0xe80a, [0x1eba] = 0xe80b, [0x1ebb] = 0xe80c, [0x1ebc] = 0xe80d, + [0x1ebd] = 0xe80e, [0x1ebe] = 0xe80f, [0x1ec0] = 0x72dc, [0x1ec1] = 0x72dd, + [0x1ec2] = 0x72df, [0x1ec3] = 0x72e2, [0x1ec4] = 0x72e3, [0x1ec5] = 0x72e4, + [0x1ec6] = 0x72e5, [0x1ec7] = 0x72e6, [0x1ec8] = 0x72e7, [0x1ec9] = 0x72ea, + [0x1eca] = 0x72eb, [0x1ecb] = 0x72f5, [0x1ecc] = 0x72f6, [0x1ecd] = 0x72f9, + [0x1ece] = 0x72fd, [0x1ecf] = 0x72fe, [0x1ed0] = 0x72ff, [0x1ed1] = 0x7300, + [0x1ed2] = 0x7302, [0x1ed3] = 0x7304, [0x1ed4] = 0x7305, [0x1ed5] = 0x7306, + [0x1ed6] = 0x7307, [0x1ed7] = 0x7308, [0x1ed8] = 0x7309, [0x1ed9] = 0x730b, + [0x1eda] = 0x730c, [0x1edb] = 0x730d, [0x1edc] = 0x730f, [0x1edd] = 0x7310, + [0x1ede] = 0x7311, [0x1edf] = 0x7312, [0x1ee0] = 0x7314, [0x1ee1] = 0x7318, + [0x1ee2] = 0x7319, [0x1ee3] = 0x731a, [0x1ee4] = 0x731f, [0x1ee5] = 0x7320, + [0x1ee6] = 0x7323, [0x1ee7] = 0x7324, [0x1ee8] = 0x7326, [0x1ee9] = 0x7327, + [0x1eea] = 0x7328, [0x1eeb] = 0x732d, [0x1eec] = 0x732f, [0x1eed] = 0x7330, + [0x1eee] = 0x7332, [0x1eef] = 0x7333, [0x1ef0] = 0x7335, [0x1ef1] = 0x7336, + [0x1ef2] = 0x733a, [0x1ef3] = 0x733b, [0x1ef4] = 0x733c, [0x1ef5] = 0x733d, + [0x1ef6] = 0x7340, [0x1ef7] = 0x7341, [0x1ef8] = 0x7342, [0x1ef9] = 0x7343, + [0x1efa] = 0x7344, [0x1efb] = 0x7345, [0x1efc] = 0x7346, [0x1efd] = 0x7347, + [0x1efe] = 0x7348, [0x1f00] = 0x7349, [0x1f01] = 0x734a, [0x1f02] = 0x734b, + [0x1f03] = 0x734c, [0x1f04] = 0x734e, [0x1f05] = 0x734f, [0x1f06] = 0x7351, + [0x1f07] = 0x7353, [0x1f08] = 0x7354, [0x1f09] = 0x7355, [0x1f0a] = 0x7356, + [0x1f0b] = 0x7358, [0x1f0c] = 0x7359, [0x1f0d] = 0x735a, [0x1f0e] = 0x735b, + [0x1f0f] = 0x735c, [0x1f10] = 0x735d, [0x1f11] = 0x735e, [0x1f12] = 0x735f, + [0x1f13] = 0x7361, [0x1f14] = 0x7362, [0x1f15] = 0x7363, [0x1f16] = 0x7364, + [0x1f17] = 0x7365, [0x1f18] = 0x7366, [0x1f19] = 0x7367, [0x1f1a] = 0x7368, + [0x1f1b] = 0x7369, [0x1f1c] = 0x736a, [0x1f1d] = 0x736b, [0x1f1e] = 0x736e, + [0x1f1f] = 0x7370, [0x1f20] = 0x7371, [0x1f21] = 0xe000, [0x1f22] = 0xe001, + [0x1f23] = 0xe002, [0x1f24] = 0xe003, [0x1f25] = 0xe004, [0x1f26] = 0xe005, + [0x1f27] = 0xe006, [0x1f28] = 0xe007, [0x1f29] = 0xe008, [0x1f2a] = 0xe009, + [0x1f2b] = 0xe00a, [0x1f2c] = 0xe00b, [0x1f2d] = 0xe00c, [0x1f2e] = 0xe00d, + [0x1f2f] = 0xe00e, [0x1f30] = 0xe00f, [0x1f31] = 0xe010, [0x1f32] = 0xe011, + [0x1f33] = 0xe012, [0x1f34] = 0xe013, [0x1f35] = 0xe014, [0x1f36] = 0xe015, + [0x1f37] = 0xe016, [0x1f38] = 0xe017, [0x1f39] = 0xe018, [0x1f3a] = 0xe019, + [0x1f3b] = 0xe01a, [0x1f3c] = 0xe01b, [0x1f3d] = 0xe01c, [0x1f3e] = 0xe01d, + [0x1f3f] = 0xe01e, [0x1f40] = 0xe01f, [0x1f41] = 0xe020, [0x1f42] = 0xe021, + [0x1f43] = 0xe022, [0x1f44] = 0xe023, [0x1f45] = 0xe024, [0x1f46] = 0xe025, + [0x1f47] = 0xe026, [0x1f48] = 0xe027, [0x1f49] = 0xe028, [0x1f4a] = 0xe029, + [0x1f4b] = 0xe02a, [0x1f4c] = 0xe02b, [0x1f4d] = 0xe02c, [0x1f4e] = 0xe02d, + [0x1f4f] = 0xe02e, [0x1f50] = 0xe02f, [0x1f51] = 0xe030, [0x1f52] = 0xe031, + [0x1f53] = 0xe032, [0x1f54] = 0xe033, [0x1f55] = 0xe034, [0x1f56] = 0xe035, + [0x1f57] = 0xe036, [0x1f58] = 0xe037, [0x1f59] = 0xe038, [0x1f5a] = 0xe039, + [0x1f5b] = 0xe03a, [0x1f5c] = 0xe03b, [0x1f5d] = 0xe03c, [0x1f5e] = 0xe03d, + [0x1f5f] = 0xe03e, [0x1f60] = 0xe03f, [0x1f61] = 0xe040, [0x1f62] = 0xe041, + [0x1f63] = 0xe042, [0x1f64] = 0xe043, [0x1f65] = 0xe044, [0x1f66] = 0xe045, + [0x1f67] = 0xe046, [0x1f68] = 0xe047, [0x1f69] = 0xe048, [0x1f6a] = 0xe049, + [0x1f6b] = 0xe04a, [0x1f6c] = 0xe04b, [0x1f6d] = 0xe04c, [0x1f6e] = 0xe04d, + [0x1f6f] = 0xe04e, [0x1f70] = 0xe04f, [0x1f71] = 0xe050, [0x1f72] = 0xe051, + [0x1f73] = 0xe052, [0x1f74] = 0xe053, [0x1f75] = 0xe054, [0x1f76] = 0xe055, + [0x1f77] = 0xe056, [0x1f78] = 0xe057, [0x1f79] = 0xe058, [0x1f7a] = 0xe059, + [0x1f7b] = 0xe05a, [0x1f7c] = 0xe05b, [0x1f7d] = 0xe05c, [0x1f7e] = 0xe05d, + [0x1f80] = 0x7372, [0x1f81] = 0x7373, [0x1f82] = 0x7374, [0x1f83] = 0x7375, + [0x1f84] = 0x7376, [0x1f85] = 0x7377, [0x1f86] = 0x7378, [0x1f87] = 0x7379, + [0x1f88] = 0x737a, [0x1f89] = 0x737b, [0x1f8a] = 0x737c, [0x1f8b] = 0x737d, + [0x1f8c] = 0x737f, [0x1f8d] = 0x7380, [0x1f8e] = 0x7381, [0x1f8f] = 0x7382, + [0x1f90] = 0x7383, [0x1f91] = 0x7385, [0x1f92] = 0x7386, [0x1f93] = 0x7388, + [0x1f94] = 0x738a, [0x1f95] = 0x738c, [0x1f96] = 0x738d, [0x1f97] = 0x738f, + [0x1f98] = 0x7390, [0x1f99] = 0x7392, [0x1f9a] = 0x7393, [0x1f9b] = 0x7394, + [0x1f9c] = 0x7395, [0x1f9d] = 0x7397, [0x1f9e] = 0x7398, [0x1f9f] = 0x7399, + [0x1fa0] = 0x739a, [0x1fa1] = 0x739c, [0x1fa2] = 0x739d, [0x1fa3] = 0x739e, + [0x1fa4] = 0x73a0, [0x1fa5] = 0x73a1, [0x1fa6] = 0x73a3, [0x1fa7] = 0x73a4, + [0x1fa8] = 0x73a5, [0x1fa9] = 0x73a6, [0x1faa] = 0x73a7, [0x1fab] = 0x73a8, + [0x1fac] = 0x73aa, [0x1fad] = 0x73ac, [0x1fae] = 0x73ad, [0x1faf] = 0x73b1, + [0x1fb0] = 0x73b4, [0x1fb1] = 0x73b5, [0x1fb2] = 0x73b6, [0x1fb3] = 0x73b8, + [0x1fb4] = 0x73b9, [0x1fb5] = 0x73bc, [0x1fb6] = 0x73bd, [0x1fb7] = 0x73be, + [0x1fb8] = 0x73bf, [0x1fb9] = 0x73c1, [0x1fba] = 0x73c3, [0x1fbb] = 0x73c4, + [0x1fbc] = 0x73c5, [0x1fbd] = 0x73c6, [0x1fbe] = 0x73c7, [0x1fc0] = 0x73cb, + [0x1fc1] = 0x73cc, [0x1fc2] = 0x73ce, [0x1fc3] = 0x73d2, [0x1fc4] = 0x73d3, + [0x1fc5] = 0x73d4, [0x1fc6] = 0x73d5, [0x1fc7] = 0x73d6, [0x1fc8] = 0x73d7, + [0x1fc9] = 0x73d8, [0x1fca] = 0x73da, [0x1fcb] = 0x73db, [0x1fcc] = 0x73dc, + [0x1fcd] = 0x73dd, [0x1fce] = 0x73df, [0x1fcf] = 0x73e1, [0x1fd0] = 0x73e2, + [0x1fd1] = 0x73e3, [0x1fd2] = 0x73e4, [0x1fd3] = 0x73e6, [0x1fd4] = 0x73e8, + [0x1fd5] = 0x73ea, [0x1fd6] = 0x73eb, [0x1fd7] = 0x73ec, [0x1fd8] = 0x73ee, + [0x1fd9] = 0x73ef, [0x1fda] = 0x73f0, [0x1fdb] = 0x73f1, [0x1fdc] = 0x73f3, + [0x1fdd] = 0x73f4, [0x1fde] = 0x73f5, [0x1fdf] = 0x73f6, [0x1fe0] = 0x73f7, + [0x1fe1] = 0xe05e, [0x1fe2] = 0xe05f, [0x1fe3] = 0xe060, [0x1fe4] = 0xe061, + [0x1fe5] = 0xe062, [0x1fe6] = 0xe063, [0x1fe7] = 0xe064, [0x1fe8] = 0xe065, + [0x1fe9] = 0xe066, [0x1fea] = 0xe067, [0x1feb] = 0xe068, [0x1fec] = 0xe069, + [0x1fed] = 0xe06a, [0x1fee] = 0xe06b, [0x1fef] = 0xe06c, [0x1ff0] = 0xe06d, + [0x1ff1] = 0xe06e, [0x1ff2] = 0xe06f, [0x1ff3] = 0xe070, [0x1ff4] = 0xe071, + [0x1ff5] = 0xe072, [0x1ff6] = 0xe073, [0x1ff7] = 0xe074, [0x1ff8] = 0xe075, + [0x1ff9] = 0xe076, [0x1ffa] = 0xe077, [0x1ffb] = 0xe078, [0x1ffc] = 0xe079, + [0x1ffd] = 0xe07a, [0x1ffe] = 0xe07b, [0x1fff] = 0xe07c, [0x2000] = 0xe07d, + [0x2001] = 0xe07e, [0x2002] = 0xe07f, [0x2003] = 0xe080, [0x2004] = 0xe081, + [0x2005] = 0xe082, [0x2006] = 0xe083, [0x2007] = 0xe084, [0x2008] = 0xe085, + [0x2009] = 0xe086, [0x200a] = 0xe087, [0x200b] = 0xe088, [0x200c] = 0xe089, + [0x200d] = 0xe08a, [0x200e] = 0xe08b, [0x200f] = 0xe08c, [0x2010] = 0xe08d, + [0x2011] = 0xe08e, [0x2012] = 0xe08f, [0x2013] = 0xe090, [0x2014] = 0xe091, + [0x2015] = 0xe092, [0x2016] = 0xe093, [0x2017] = 0xe094, [0x2018] = 0xe095, + [0x2019] = 0xe096, [0x201a] = 0xe097, [0x201b] = 0xe098, [0x201c] = 0xe099, + [0x201d] = 0xe09a, [0x201e] = 0xe09b, [0x201f] = 0xe09c, [0x2020] = 0xe09d, + [0x2021] = 0xe09e, [0x2022] = 0xe09f, [0x2023] = 0xe0a0, [0x2024] = 0xe0a1, + [0x2025] = 0xe0a2, [0x2026] = 0xe0a3, [0x2027] = 0xe0a4, [0x2028] = 0xe0a5, + [0x2029] = 0xe0a6, [0x202a] = 0xe0a7, [0x202b] = 0xe0a8, [0x202c] = 0xe0a9, + [0x202d] = 0xe0aa, [0x202e] = 0xe0ab, [0x202f] = 0xe0ac, [0x2030] = 0xe0ad, + [0x2031] = 0xe0ae, [0x2032] = 0xe0af, [0x2033] = 0xe0b0, [0x2034] = 0xe0b1, + [0x2035] = 0xe0b2, [0x2036] = 0xe0b3, [0x2037] = 0xe0b4, [0x2038] = 0xe0b5, + [0x2039] = 0xe0b6, [0x203a] = 0xe0b7, [0x203b] = 0xe0b8, [0x203c] = 0xe0b9, + [0x203d] = 0xe0ba, [0x203e] = 0xe0bb, [0x2040] = 0x73f8, [0x2041] = 0x73f9, + [0x2042] = 0x73fa, [0x2043] = 0x73fb, [0x2044] = 0x73fc, [0x2045] = 0x73fd, + [0x2046] = 0x73fe, [0x2047] = 0x73ff, [0x2048] = 0x7400, [0x2049] = 0x7401, + [0x204a] = 0x7402, [0x204b] = 0x7404, [0x204c] = 0x7407, [0x204d] = 0x7408, + [0x204e] = 0x740b, [0x204f] = 0x740c, [0x2050] = 0x740d, [0x2051] = 0x740e, + [0x2052] = 0x7411, [0x2053] = 0x7412, [0x2054] = 0x7413, [0x2055] = 0x7414, + [0x2056] = 0x7415, [0x2057] = 0x7416, [0x2058] = 0x7417, [0x2059] = 0x7418, + [0x205a] = 0x7419, [0x205b] = 0x741c, [0x205c] = 0x741d, [0x205d] = 0x741e, + [0x205e] = 0x741f, [0x205f] = 0x7420, [0x2060] = 0x7421, [0x2061] = 0x7423, + [0x2062] = 0x7424, [0x2063] = 0x7427, [0x2064] = 0x7429, [0x2065] = 0x742b, + [0x2066] = 0x742d, [0x2067] = 0x742f, [0x2068] = 0x7431, [0x2069] = 0x7432, + [0x206a] = 0x7437, [0x206b] = 0x7438, [0x206c] = 0x7439, [0x206d] = 0x743a, + [0x206e] = 0x743b, [0x206f] = 0x743d, [0x2070] = 0x743e, [0x2071] = 0x743f, + [0x2072] = 0x7440, [0x2073] = 0x7442, [0x2074] = 0x7443, [0x2075] = 0x7444, + [0x2076] = 0x7445, [0x2077] = 0x7446, [0x2078] = 0x7447, [0x2079] = 0x7448, + [0x207a] = 0x7449, [0x207b] = 0x744a, [0x207c] = 0x744b, [0x207d] = 0x744c, + [0x207e] = 0x744d, [0x2080] = 0x744e, [0x2081] = 0x744f, [0x2082] = 0x7450, + [0x2083] = 0x7451, [0x2084] = 0x7452, [0x2085] = 0x7453, [0x2086] = 0x7454, + [0x2087] = 0x7456, [0x2088] = 0x7458, [0x2089] = 0x745d, [0x208a] = 0x7460, + [0x208b] = 0x7461, [0x208c] = 0x7462, [0x208d] = 0x7463, [0x208e] = 0x7464, + [0x208f] = 0x7465, [0x2090] = 0x7466, [0x2091] = 0x7467, [0x2092] = 0x7468, + [0x2093] = 0x7469, [0x2094] = 0x746a, [0x2095] = 0x746b, [0x2096] = 0x746c, + [0x2097] = 0x746e, [0x2098] = 0x746f, [0x2099] = 0x7471, [0x209a] = 0x7472, + [0x209b] = 0x7473, [0x209c] = 0x7474, [0x209d] = 0x7475, [0x209e] = 0x7478, + [0x209f] = 0x7479, [0x20a0] = 0x747a, [0x20a1] = 0xe0bc, [0x20a2] = 0xe0bd, + [0x20a3] = 0xe0be, [0x20a4] = 0xe0bf, [0x20a5] = 0xe0c0, [0x20a6] = 0xe0c1, + [0x20a7] = 0xe0c2, [0x20a8] = 0xe0c3, [0x20a9] = 0xe0c4, [0x20aa] = 0xe0c5, + [0x20ab] = 0xe0c6, [0x20ac] = 0xe0c7, [0x20ad] = 0xe0c8, [0x20ae] = 0xe0c9, + [0x20af] = 0xe0ca, [0x20b0] = 0xe0cb, [0x20b1] = 0xe0cc, [0x20b2] = 0xe0cd, + [0x20b3] = 0xe0ce, [0x20b4] = 0xe0cf, [0x20b5] = 0xe0d0, [0x20b6] = 0xe0d1, + [0x20b7] = 0xe0d2, [0x20b8] = 0xe0d3, [0x20b9] = 0xe0d4, [0x20ba] = 0xe0d5, + [0x20bb] = 0xe0d6, [0x20bc] = 0xe0d7, [0x20bd] = 0xe0d8, [0x20be] = 0xe0d9, + [0x20bf] = 0xe0da, [0x20c0] = 0xe0db, [0x20c1] = 0xe0dc, [0x20c2] = 0xe0dd, + [0x20c3] = 0xe0de, [0x20c4] = 0xe0df, [0x20c5] = 0xe0e0, [0x20c6] = 0xe0e1, + [0x20c7] = 0xe0e2, [0x20c8] = 0xe0e3, [0x20c9] = 0xe0e4, [0x20ca] = 0xe0e5, + [0x20cb] = 0xe0e6, [0x20cc] = 0xe0e7, [0x20cd] = 0xe0e8, [0x20ce] = 0xe0e9, + [0x20cf] = 0xe0ea, [0x20d0] = 0xe0eb, [0x20d1] = 0xe0ec, [0x20d2] = 0xe0ed, + [0x20d3] = 0xe0ee, [0x20d4] = 0xe0ef, [0x20d5] = 0xe0f0, [0x20d6] = 0xe0f1, + [0x20d7] = 0xe0f2, [0x20d8] = 0xe0f3, [0x20d9] = 0xe0f4, [0x20da] = 0xe0f5, + [0x20db] = 0xe0f6, [0x20dc] = 0xe0f7, [0x20dd] = 0xe0f8, [0x20de] = 0xe0f9, + [0x20df] = 0xe0fa, [0x20e0] = 0xe0fb, [0x20e1] = 0xe0fc, [0x20e2] = 0xe0fd, + [0x20e3] = 0xe0fe, [0x20e4] = 0xe0ff, [0x20e5] = 0xe100, [0x20e6] = 0xe101, + [0x20e7] = 0xe102, [0x20e8] = 0xe103, [0x20e9] = 0xe104, [0x20ea] = 0xe105, + [0x20eb] = 0xe106, [0x20ec] = 0xe107, [0x20ed] = 0xe108, [0x20ee] = 0xe109, + [0x20ef] = 0xe10a, [0x20f0] = 0xe10b, [0x20f1] = 0xe10c, [0x20f2] = 0xe10d, + [0x20f3] = 0xe10e, [0x20f4] = 0xe10f, [0x20f5] = 0xe110, [0x20f6] = 0xe111, + [0x20f7] = 0xe112, [0x20f8] = 0xe113, [0x20f9] = 0xe114, [0x20fa] = 0xe115, + [0x20fb] = 0xe116, [0x20fc] = 0xe117, [0x20fd] = 0xe118, [0x20fe] = 0xe119, + [0x2100] = 0x747b, [0x2101] = 0x747c, [0x2102] = 0x747d, [0x2103] = 0x747f, + [0x2104] = 0x7482, [0x2105] = 0x7484, [0x2106] = 0x7485, [0x2107] = 0x7486, + [0x2108] = 0x7488, [0x2109] = 0x7489, [0x210a] = 0x748a, [0x210b] = 0x748c, + [0x210c] = 0x748d, [0x210d] = 0x748f, [0x210e] = 0x7491, [0x210f] = 0x7492, + [0x2110] = 0x7493, [0x2111] = 0x7494, [0x2112] = 0x7495, [0x2113] = 0x7496, + [0x2114] = 0x7497, [0x2115] = 0x7498, [0x2116] = 0x7499, [0x2117] = 0x749a, + [0x2118] = 0x749b, [0x2119] = 0x749d, [0x211a] = 0x749f, [0x211b] = 0x74a0, + [0x211c] = 0x74a1, [0x211d] = 0x74a2, [0x211e] = 0x74a3, [0x211f] = 0x74a4, + [0x2120] = 0x74a5, [0x2121] = 0x74a6, [0x2122] = 0x74aa, [0x2123] = 0x74ab, + [0x2124] = 0x74ac, [0x2125] = 0x74ad, [0x2126] = 0x74ae, [0x2127] = 0x74af, + [0x2128] = 0x74b0, [0x2129] = 0x74b1, [0x212a] = 0x74b2, [0x212b] = 0x74b3, + [0x212c] = 0x74b4, [0x212d] = 0x74b5, [0x212e] = 0x74b6, [0x212f] = 0x74b7, + [0x2130] = 0x74b8, [0x2131] = 0x74b9, [0x2132] = 0x74bb, [0x2133] = 0x74bc, + [0x2134] = 0x74bd, [0x2135] = 0x74be, [0x2136] = 0x74bf, [0x2137] = 0x74c0, + [0x2138] = 0x74c1, [0x2139] = 0x74c2, [0x213a] = 0x74c3, [0x213b] = 0x74c4, + [0x213c] = 0x74c5, [0x213d] = 0x74c6, [0x213e] = 0x74c7, [0x2140] = 0x74c8, + [0x2141] = 0x74c9, [0x2142] = 0x74ca, [0x2143] = 0x74cb, [0x2144] = 0x74cc, + [0x2145] = 0x74cd, [0x2146] = 0x74ce, [0x2147] = 0x74cf, [0x2148] = 0x74d0, + [0x2149] = 0x74d1, [0x214a] = 0x74d3, [0x214b] = 0x74d4, [0x214c] = 0x74d5, + [0x214d] = 0x74d6, [0x214e] = 0x74d7, [0x214f] = 0x74d8, [0x2150] = 0x74d9, + [0x2151] = 0x74da, [0x2152] = 0x74db, [0x2153] = 0x74dd, [0x2154] = 0x74df, + [0x2155] = 0x74e1, [0x2156] = 0x74e5, [0x2157] = 0x74e7, [0x2158] = 0x74e8, + [0x2159] = 0x74e9, [0x215a] = 0x74ea, [0x215b] = 0x74eb, [0x215c] = 0x74ec, + [0x215d] = 0x74ed, [0x215e] = 0x74f0, [0x215f] = 0x74f1, [0x2160] = 0x74f2, + [0x2161] = 0xe11a, [0x2162] = 0xe11b, [0x2163] = 0xe11c, [0x2164] = 0xe11d, + [0x2165] = 0xe11e, [0x2166] = 0xe11f, [0x2167] = 0xe120, [0x2168] = 0xe121, + [0x2169] = 0xe122, [0x216a] = 0xe123, [0x216b] = 0xe124, [0x216c] = 0xe125, + [0x216d] = 0xe126, [0x216e] = 0xe127, [0x216f] = 0xe128, [0x2170] = 0xe129, + [0x2171] = 0xe12a, [0x2172] = 0xe12b, [0x2173] = 0xe12c, [0x2174] = 0xe12d, + [0x2175] = 0xe12e, [0x2176] = 0xe12f, [0x2177] = 0xe130, [0x2178] = 0xe131, + [0x2179] = 0xe132, [0x217a] = 0xe133, [0x217b] = 0xe134, [0x217c] = 0xe135, + [0x217d] = 0xe136, [0x217e] = 0xe137, [0x217f] = 0xe138, [0x2180] = 0xe139, + [0x2181] = 0xe13a, [0x2182] = 0xe13b, [0x2183] = 0xe13c, [0x2184] = 0xe13d, + [0x2185] = 0xe13e, [0x2186] = 0xe13f, [0x2187] = 0xe140, [0x2188] = 0xe141, + [0x2189] = 0xe142, [0x218a] = 0xe143, [0x218b] = 0xe144, [0x218c] = 0xe145, + [0x218d] = 0xe146, [0x218e] = 0xe147, [0x218f] = 0xe148, [0x2190] = 0xe149, + [0x2191] = 0xe14a, [0x2192] = 0xe14b, [0x2193] = 0xe14c, [0x2194] = 0xe14d, + [0x2195] = 0xe14e, [0x2196] = 0xe14f, [0x2197] = 0xe150, [0x2198] = 0xe151, + [0x2199] = 0xe152, [0x219a] = 0xe153, [0x219b] = 0xe154, [0x219c] = 0xe155, + [0x219d] = 0xe156, [0x219e] = 0xe157, [0x219f] = 0xe158, [0x21a0] = 0xe159, + [0x21a1] = 0xe15a, [0x21a2] = 0xe15b, [0x21a3] = 0xe15c, [0x21a4] = 0xe15d, + [0x21a5] = 0xe15e, [0x21a6] = 0xe15f, [0x21a7] = 0xe160, [0x21a8] = 0xe161, + [0x21a9] = 0xe162, [0x21aa] = 0xe163, [0x21ab] = 0xe164, [0x21ac] = 0xe165, + [0x21ad] = 0xe166, [0x21ae] = 0xe167, [0x21af] = 0xe168, [0x21b0] = 0xe169, + [0x21b1] = 0xe16a, [0x21b2] = 0xe16b, [0x21b3] = 0xe16c, [0x21b4] = 0xe16d, + [0x21b5] = 0xe16e, [0x21b6] = 0xe16f, [0x21b7] = 0xe170, [0x21b8] = 0xe171, + [0x21b9] = 0xe172, [0x21ba] = 0xe173, [0x21bb] = 0xe174, [0x21bc] = 0xe175, + [0x21bd] = 0xe176, [0x21be] = 0xe177, [0x21c0] = 0x74f3, [0x21c1] = 0x74f5, + [0x21c2] = 0x74f8, [0x21c3] = 0x74f9, [0x21c4] = 0x74fa, [0x21c5] = 0x74fb, + [0x21c6] = 0x74fc, [0x21c7] = 0x74fd, [0x21c8] = 0x74fe, [0x21c9] = 0x7500, + [0x21ca] = 0x7501, [0x21cb] = 0x7502, [0x21cc] = 0x7503, [0x21cd] = 0x7505, + [0x21ce] = 0x7506, [0x21cf] = 0x7507, [0x21d0] = 0x7508, [0x21d1] = 0x7509, + [0x21d2] = 0x750a, [0x21d3] = 0x750b, [0x21d4] = 0x750c, [0x21d5] = 0x750e, + [0x21d6] = 0x7510, [0x21d7] = 0x7512, [0x21d8] = 0x7514, [0x21d9] = 0x7515, + [0x21da] = 0x7516, [0x21db] = 0x7517, [0x21dc] = 0x751b, [0x21dd] = 0x751d, + [0x21de] = 0x751e, [0x21df] = 0x7520, [0x21e0] = 0x7521, [0x21e1] = 0x7522, + [0x21e2] = 0x7523, [0x21e3] = 0x7524, [0x21e4] = 0x7526, [0x21e5] = 0x7527, + [0x21e6] = 0x752a, [0x21e7] = 0x752e, [0x21e8] = 0x7534, [0x21e9] = 0x7536, + [0x21ea] = 0x7539, [0x21eb] = 0x753c, [0x21ec] = 0x753d, [0x21ed] = 0x753f, + [0x21ee] = 0x7541, [0x21ef] = 0x7542, [0x21f0] = 0x7543, [0x21f1] = 0x7544, + [0x21f2] = 0x7546, [0x21f3] = 0x7547, [0x21f4] = 0x7549, [0x21f5] = 0x754a, + [0x21f6] = 0x754d, [0x21f7] = 0x7550, [0x21f8] = 0x7551, [0x21f9] = 0x7552, + [0x21fa] = 0x7553, [0x21fb] = 0x7555, [0x21fc] = 0x7556, [0x21fd] = 0x7557, + [0x21fe] = 0x7558, [0x2200] = 0x755d, [0x2201] = 0x755e, [0x2202] = 0x755f, + [0x2203] = 0x7560, [0x2204] = 0x7561, [0x2205] = 0x7562, [0x2206] = 0x7563, + [0x2207] = 0x7564, [0x2208] = 0x7567, [0x2209] = 0x7568, [0x220a] = 0x7569, + [0x220b] = 0x756b, [0x220c] = 0x756c, [0x220d] = 0x756d, [0x220e] = 0x756e, + [0x220f] = 0x756f, [0x2210] = 0x7570, [0x2211] = 0x7571, [0x2212] = 0x7573, + [0x2213] = 0x7575, [0x2214] = 0x7576, [0x2215] = 0x7577, [0x2216] = 0x757a, + [0x2217] = 0x757b, [0x2218] = 0x757c, [0x2219] = 0x757d, [0x221a] = 0x757e, + [0x221b] = 0x7580, [0x221c] = 0x7581, [0x221d] = 0x7582, [0x221e] = 0x7584, + [0x221f] = 0x7585, [0x2220] = 0x7587, [0x2221] = 0xe178, [0x2222] = 0xe179, + [0x2223] = 0xe17a, [0x2224] = 0xe17b, [0x2225] = 0xe17c, [0x2226] = 0xe17d, + [0x2227] = 0xe17e, [0x2228] = 0xe17f, [0x2229] = 0xe180, [0x222a] = 0xe181, + [0x222b] = 0xe182, [0x222c] = 0xe183, [0x222d] = 0xe184, [0x222e] = 0xe185, + [0x222f] = 0xe186, [0x2230] = 0xe187, [0x2231] = 0xe188, [0x2232] = 0xe189, + [0x2233] = 0xe18a, [0x2234] = 0xe18b, [0x2235] = 0xe18c, [0x2236] = 0xe18d, + [0x2237] = 0xe18e, [0x2238] = 0xe18f, [0x2239] = 0xe190, [0x223a] = 0xe191, + [0x223b] = 0xe192, [0x223c] = 0xe193, [0x223d] = 0xe194, [0x223e] = 0xe195, + [0x223f] = 0xe196, [0x2240] = 0xe197, [0x2241] = 0xe198, [0x2242] = 0xe199, + [0x2243] = 0xe19a, [0x2244] = 0xe19b, [0x2245] = 0xe19c, [0x2246] = 0xe19d, + [0x2247] = 0xe19e, [0x2248] = 0xe19f, [0x2249] = 0xe1a0, [0x224a] = 0xe1a1, + [0x224b] = 0xe1a2, [0x224c] = 0xe1a3, [0x224d] = 0xe1a4, [0x224e] = 0xe1a5, + [0x224f] = 0xe1a6, [0x2250] = 0xe1a7, [0x2251] = 0xe1a8, [0x2252] = 0xe1a9, + [0x2253] = 0xe1aa, [0x2254] = 0xe1ab, [0x2255] = 0xe1ac, [0x2256] = 0xe1ad, + [0x2257] = 0xe1ae, [0x2258] = 0xe1af, [0x2259] = 0xe1b0, [0x225a] = 0xe1b1, + [0x225b] = 0xe1b2, [0x225c] = 0xe1b3, [0x225d] = 0xe1b4, [0x225e] = 0xe1b5, + [0x225f] = 0xe1b6, [0x2260] = 0xe1b7, [0x2261] = 0xe1b8, [0x2262] = 0xe1b9, + [0x2263] = 0xe1ba, [0x2264] = 0xe1bb, [0x2265] = 0xe1bc, [0x2266] = 0xe1bd, + [0x2267] = 0xe1be, [0x2268] = 0xe1bf, [0x2269] = 0xe1c0, [0x226a] = 0xe1c1, + [0x226b] = 0xe1c2, [0x226c] = 0xe1c3, [0x226d] = 0xe1c4, [0x226e] = 0xe1c5, + [0x226f] = 0xe1c6, [0x2270] = 0xe1c7, [0x2271] = 0xe1c8, [0x2272] = 0xe1c9, + [0x2273] = 0xe1ca, [0x2274] = 0xe1cb, [0x2275] = 0xe1cc, [0x2276] = 0xe1cd, + [0x2277] = 0xe1ce, [0x2278] = 0xe1cf, [0x2279] = 0xe1d0, [0x227a] = 0xe1d1, + [0x227b] = 0xe1d2, [0x227c] = 0xe1d3, [0x227d] = 0xe1d4, [0x227e] = 0xe1d5, + [0x2280] = 0x7588, [0x2281] = 0x7589, [0x2282] = 0x758a, [0x2283] = 0x758c, + [0x2284] = 0x758d, [0x2285] = 0x758e, [0x2286] = 0x7590, [0x2287] = 0x7593, + [0x2288] = 0x7595, [0x2289] = 0x7598, [0x228a] = 0x759b, [0x228b] = 0x759c, + [0x228c] = 0x759e, [0x228d] = 0x75a2, [0x228e] = 0x75a6, [0x228f] = 0x75a7, + [0x2290] = 0x75a8, [0x2291] = 0x75a9, [0x2292] = 0x75aa, [0x2293] = 0x75ad, + [0x2294] = 0x75b6, [0x2295] = 0x75b7, [0x2296] = 0x75ba, [0x2297] = 0x75bb, + [0x2298] = 0x75bf, [0x2299] = 0x75c0, [0x229a] = 0x75c1, [0x229b] = 0x75c6, + [0x229c] = 0x75cb, [0x229d] = 0x75cc, [0x229e] = 0x75ce, [0x229f] = 0x75cf, + [0x22a0] = 0x75d0, [0x22a1] = 0x75d1, [0x22a2] = 0x75d3, [0x22a3] = 0x75d7, + [0x22a4] = 0x75d9, [0x22a5] = 0x75da, [0x22a6] = 0x75dc, [0x22a7] = 0x75dd, + [0x22a8] = 0x75df, [0x22a9] = 0x75e0, [0x22aa] = 0x75e1, [0x22ab] = 0x75e5, + [0x22ac] = 0x75e9, [0x22ad] = 0x75ec, [0x22ae] = 0x75ed, [0x22af] = 0x75ee, + [0x22b0] = 0x75ef, [0x22b1] = 0x75f2, [0x22b2] = 0x75f3, [0x22b3] = 0x75f5, + [0x22b4] = 0x75f6, [0x22b5] = 0x75f7, [0x22b6] = 0x75f8, [0x22b7] = 0x75fa, + [0x22b8] = 0x75fb, [0x22b9] = 0x75fd, [0x22ba] = 0x75fe, [0x22bb] = 0x7602, + [0x22bc] = 0x7604, [0x22bd] = 0x7606, [0x22be] = 0x7607, [0x22c0] = 0x7608, + [0x22c1] = 0x7609, [0x22c2] = 0x760b, [0x22c3] = 0x760d, [0x22c4] = 0x760e, + [0x22c5] = 0x760f, [0x22c6] = 0x7611, [0x22c7] = 0x7612, [0x22c8] = 0x7613, + [0x22c9] = 0x7614, [0x22ca] = 0x7616, [0x22cb] = 0x761a, [0x22cc] = 0x761c, + [0x22cd] = 0x761d, [0x22ce] = 0x761e, [0x22cf] = 0x7621, [0x22d0] = 0x7623, + [0x22d1] = 0x7627, [0x22d2] = 0x7628, [0x22d3] = 0x762c, [0x22d4] = 0x762e, + [0x22d5] = 0x762f, [0x22d6] = 0x7631, [0x22d7] = 0x7632, [0x22d8] = 0x7636, + [0x22d9] = 0x7637, [0x22da] = 0x7639, [0x22db] = 0x763a, [0x22dc] = 0x763b, + [0x22dd] = 0x763d, [0x22de] = 0x7641, [0x22df] = 0x7642, [0x22e0] = 0x7644, + [0x22e1] = 0xe1d6, [0x22e2] = 0xe1d7, [0x22e3] = 0xe1d8, [0x22e4] = 0xe1d9, + [0x22e5] = 0xe1da, [0x22e6] = 0xe1db, [0x22e7] = 0xe1dc, [0x22e8] = 0xe1dd, + [0x22e9] = 0xe1de, [0x22ea] = 0xe1df, [0x22eb] = 0xe1e0, [0x22ec] = 0xe1e1, + [0x22ed] = 0xe1e2, [0x22ee] = 0xe1e3, [0x22ef] = 0xe1e4, [0x22f0] = 0xe1e5, + [0x22f1] = 0xe1e6, [0x22f2] = 0xe1e7, [0x22f3] = 0xe1e8, [0x22f4] = 0xe1e9, + [0x22f5] = 0xe1ea, [0x22f6] = 0xe1eb, [0x22f7] = 0xe1ec, [0x22f8] = 0xe1ed, + [0x22f9] = 0xe1ee, [0x22fa] = 0xe1ef, [0x22fb] = 0xe1f0, [0x22fc] = 0xe1f1, + [0x22fd] = 0xe1f2, [0x22fe] = 0xe1f3, [0x22ff] = 0xe1f4, [0x2300] = 0xe1f5, + [0x2301] = 0xe1f6, [0x2302] = 0xe1f7, [0x2303] = 0xe1f8, [0x2304] = 0xe1f9, + [0x2305] = 0xe1fa, [0x2306] = 0xe1fb, [0x2307] = 0xe1fc, [0x2308] = 0xe1fd, + [0x2309] = 0xe1fe, [0x230a] = 0xe1ff, [0x230b] = 0xe200, [0x230c] = 0xe201, + [0x230d] = 0xe202, [0x230e] = 0xe203, [0x230f] = 0xe204, [0x2310] = 0xe205, + [0x2311] = 0xe206, [0x2312] = 0xe207, [0x2313] = 0xe208, [0x2314] = 0xe209, + [0x2315] = 0xe20a, [0x2316] = 0xe20b, [0x2317] = 0xe20c, [0x2318] = 0xe20d, + [0x2319] = 0xe20e, [0x231a] = 0xe20f, [0x231b] = 0xe210, [0x231c] = 0xe211, + [0x231d] = 0xe212, [0x231e] = 0xe213, [0x231f] = 0xe214, [0x2320] = 0xe215, + [0x2321] = 0xe216, [0x2322] = 0xe217, [0x2323] = 0xe218, [0x2324] = 0xe219, + [0x2325] = 0xe21a, [0x2326] = 0xe21b, [0x2327] = 0xe21c, [0x2328] = 0xe21d, + [0x2329] = 0xe21e, [0x232a] = 0xe21f, [0x232b] = 0xe220, [0x232c] = 0xe221, + [0x232d] = 0xe222, [0x232e] = 0xe223, [0x232f] = 0xe224, [0x2330] = 0xe225, + [0x2331] = 0xe226, [0x2332] = 0xe227, [0x2333] = 0xe228, [0x2334] = 0xe229, + [0x2335] = 0xe22a, [0x2336] = 0xe22b, [0x2337] = 0xe22c, [0x2338] = 0xe22d, + [0x2339] = 0xe22e, [0x233a] = 0xe22f, [0x233b] = 0xe230, [0x233c] = 0xe231, + [0x233d] = 0xe232, [0x233e] = 0xe233, [0x2340] = 0x7645, [0x2341] = 0x7646, + [0x2342] = 0x7647, [0x2343] = 0x7648, [0x2344] = 0x7649, [0x2345] = 0x764a, + [0x2346] = 0x764b, [0x2347] = 0x764e, [0x2348] = 0x764f, [0x2349] = 0x7650, + [0x234a] = 0x7651, [0x234b] = 0x7652, [0x234c] = 0x7653, [0x234d] = 0x7655, + [0x234e] = 0x7657, [0x234f] = 0x7658, [0x2350] = 0x7659, [0x2351] = 0x765a, + [0x2352] = 0x765b, [0x2353] = 0x765d, [0x2354] = 0x765f, [0x2355] = 0x7660, + [0x2356] = 0x7661, [0x2357] = 0x7662, [0x2358] = 0x7664, [0x2359] = 0x7665, + [0x235a] = 0x7666, [0x235b] = 0x7667, [0x235c] = 0x7668, [0x235d] = 0x7669, + [0x235e] = 0x766a, [0x235f] = 0x766c, [0x2360] = 0x766d, [0x2361] = 0x766e, + [0x2362] = 0x7670, [0x2363] = 0x7671, [0x2364] = 0x7672, [0x2365] = 0x7673, + [0x2366] = 0x7674, [0x2367] = 0x7675, [0x2368] = 0x7676, [0x2369] = 0x7677, + [0x236a] = 0x7679, [0x236b] = 0x767a, [0x236c] = 0x767c, [0x236d] = 0x767f, + [0x236e] = 0x7680, [0x236f] = 0x7681, [0x2370] = 0x7683, [0x2371] = 0x7685, + [0x2372] = 0x7689, [0x2373] = 0x768a, [0x2374] = 0x768c, [0x2375] = 0x768d, + [0x2376] = 0x768f, [0x2377] = 0x7690, [0x2378] = 0x7692, [0x2379] = 0x7694, + [0x237a] = 0x7695, [0x237b] = 0x7697, [0x237c] = 0x7698, [0x237d] = 0x769a, + [0x237e] = 0x769b, [0x2380] = 0x769c, [0x2381] = 0x769d, [0x2382] = 0x769e, + [0x2383] = 0x769f, [0x2384] = 0x76a0, [0x2385] = 0x76a1, [0x2386] = 0x76a2, + [0x2387] = 0x76a3, [0x2388] = 0x76a5, [0x2389] = 0x76a6, [0x238a] = 0x76a7, + [0x238b] = 0x76a8, [0x238c] = 0x76a9, [0x238d] = 0x76aa, [0x238e] = 0x76ab, + [0x238f] = 0x76ac, [0x2390] = 0x76ad, [0x2391] = 0x76af, [0x2392] = 0x76b0, + [0x2393] = 0x76b3, [0x2394] = 0x76b5, [0x2395] = 0x76b6, [0x2396] = 0x76b7, + [0x2397] = 0x76b8, [0x2398] = 0x76b9, [0x2399] = 0x76ba, [0x239a] = 0x76bb, + [0x239b] = 0x76bc, [0x239c] = 0x76bd, [0x239d] = 0x76be, [0x239e] = 0x76c0, + [0x239f] = 0x76c1, [0x23a0] = 0x76c3, [0x23a1] = 0x554a, [0x23a2] = 0x963f, + [0x23a3] = 0x57c3, [0x23a4] = 0x6328, [0x23a5] = 0x54ce, [0x23a6] = 0x5509, + [0x23a7] = 0x54c0, [0x23a8] = 0x7691, [0x23a9] = 0x764c, [0x23aa] = 0x853c, + [0x23ab] = 0x77ee, [0x23ac] = 0x827e, [0x23ad] = 0x788d, [0x23ae] = 0x7231, + [0x23af] = 0x9698, [0x23b0] = 0x978d, [0x23b1] = 0x6c28, [0x23b2] = 0x5b89, + [0x23b3] = 0x4ffa, [0x23b4] = 0x6309, [0x23b5] = 0x6697, [0x23b6] = 0x5cb8, + [0x23b7] = 0x80fa, [0x23b8] = 0x6848, [0x23b9] = 0x80ae, [0x23ba] = 0x6602, + [0x23bb] = 0x76ce, [0x23bc] = 0x51f9, [0x23bd] = 0x6556, [0x23be] = 0x71ac, + [0x23bf] = 0x7ff1, [0x23c0] = 0x8884, [0x23c1] = 0x50b2, [0x23c2] = 0x5965, + [0x23c3] = 0x61ca, [0x23c4] = 0x6fb3, [0x23c5] = 0x82ad, [0x23c6] = 0x634c, + [0x23c7] = 0x6252, [0x23c8] = 0x53ed, [0x23c9] = 0x5427, [0x23ca] = 0x7b06, + [0x23cb] = 0x516b, [0x23cc] = 0x75a4, [0x23cd] = 0x5df4, [0x23ce] = 0x62d4, + [0x23cf] = 0x8dcb, [0x23d0] = 0x9776, [0x23d1] = 0x628a, [0x23d2] = 0x8019, + [0x23d3] = 0x575d, [0x23d4] = 0x9738, [0x23d5] = 0x7f62, [0x23d6] = 0x7238, + [0x23d7] = 0x767d, [0x23d8] = 0x67cf, [0x23d9] = 0x767e, [0x23da] = 0x6446, + [0x23db] = 0x4f70, [0x23dc] = 0x8d25, [0x23dd] = 0x62dc, [0x23de] = 0x7a17, + [0x23df] = 0x6591, [0x23e0] = 0x73ed, [0x23e1] = 0x642c, [0x23e2] = 0x6273, + [0x23e3] = 0x822c, [0x23e4] = 0x9881, [0x23e5] = 0x677f, [0x23e6] = 0x7248, + [0x23e7] = 0x626e, [0x23e8] = 0x62cc, [0x23e9] = 0x4f34, [0x23ea] = 0x74e3, + [0x23eb] = 0x534a, [0x23ec] = 0x529e, [0x23ed] = 0x7eca, [0x23ee] = 0x90a6, + [0x23ef] = 0x5e2e, [0x23f0] = 0x6886, [0x23f1] = 0x699c, [0x23f2] = 0x8180, + [0x23f3] = 0x7ed1, [0x23f4] = 0x68d2, [0x23f5] = 0x78c5, [0x23f6] = 0x868c, + [0x23f7] = 0x9551, [0x23f8] = 0x508d, [0x23f9] = 0x8c24, [0x23fa] = 0x82de, + [0x23fb] = 0x80de, [0x23fc] = 0x5305, [0x23fd] = 0x8912, [0x23fe] = 0x5265, + [0x2400] = 0x76c4, [0x2401] = 0x76c7, [0x2402] = 0x76c9, [0x2403] = 0x76cb, + [0x2404] = 0x76cc, [0x2405] = 0x76d3, [0x2406] = 0x76d5, [0x2407] = 0x76d9, + [0x2408] = 0x76da, [0x2409] = 0x76dc, [0x240a] = 0x76dd, [0x240b] = 0x76de, + [0x240c] = 0x76e0, [0x240d] = 0x76e1, [0x240e] = 0x76e2, [0x240f] = 0x76e3, + [0x2410] = 0x76e4, [0x2411] = 0x76e6, [0x2412] = 0x76e7, [0x2413] = 0x76e8, + [0x2414] = 0x76e9, [0x2415] = 0x76ea, [0x2416] = 0x76eb, [0x2417] = 0x76ec, + [0x2418] = 0x76ed, [0x2419] = 0x76f0, [0x241a] = 0x76f3, [0x241b] = 0x76f5, + [0x241c] = 0x76f6, [0x241d] = 0x76f7, [0x241e] = 0x76fa, [0x241f] = 0x76fb, + [0x2420] = 0x76fd, [0x2421] = 0x76ff, [0x2422] = 0x7700, [0x2423] = 0x7702, + [0x2424] = 0x7703, [0x2425] = 0x7705, [0x2426] = 0x7706, [0x2427] = 0x770a, + [0x2428] = 0x770c, [0x2429] = 0x770e, [0x242a] = 0x770f, [0x242b] = 0x7710, + [0x242c] = 0x7711, [0x242d] = 0x7712, [0x242e] = 0x7713, [0x242f] = 0x7714, + [0x2430] = 0x7715, [0x2431] = 0x7716, [0x2432] = 0x7717, [0x2433] = 0x7718, + [0x2434] = 0x771b, [0x2435] = 0x771c, [0x2436] = 0x771d, [0x2437] = 0x771e, + [0x2438] = 0x7721, [0x2439] = 0x7723, [0x243a] = 0x7724, [0x243b] = 0x7725, + [0x243c] = 0x7727, [0x243d] = 0x772a, [0x243e] = 0x772b, [0x2440] = 0x772c, + [0x2441] = 0x772e, [0x2442] = 0x7730, [0x2443] = 0x7731, [0x2444] = 0x7732, + [0x2445] = 0x7733, [0x2446] = 0x7734, [0x2447] = 0x7739, [0x2448] = 0x773b, + [0x2449] = 0x773d, [0x244a] = 0x773e, [0x244b] = 0x773f, [0x244c] = 0x7742, + [0x244d] = 0x7744, [0x244e] = 0x7745, [0x244f] = 0x7746, [0x2450] = 0x7748, + [0x2451] = 0x7749, [0x2452] = 0x774a, [0x2453] = 0x774b, [0x2454] = 0x774c, + [0x2455] = 0x774d, [0x2456] = 0x774e, [0x2457] = 0x774f, [0x2458] = 0x7752, + [0x2459] = 0x7753, [0x245a] = 0x7754, [0x245b] = 0x7755, [0x245c] = 0x7756, + [0x245d] = 0x7757, [0x245e] = 0x7758, [0x245f] = 0x7759, [0x2460] = 0x775c, + [0x2461] = 0x8584, [0x2462] = 0x96f9, [0x2463] = 0x4fdd, [0x2464] = 0x5821, + [0x2465] = 0x9971, [0x2466] = 0x5b9d, [0x2467] = 0x62b1, [0x2468] = 0x62a5, + [0x2469] = 0x66b4, [0x246a] = 0x8c79, [0x246b] = 0x9c8d, [0x246c] = 0x7206, + [0x246d] = 0x676f, [0x246e] = 0x7891, [0x246f] = 0x60b2, [0x2470] = 0x5351, + [0x2471] = 0x5317, [0x2472] = 0x8f88, [0x2473] = 0x80cc, [0x2474] = 0x8d1d, + [0x2475] = 0x94a1, [0x2476] = 0x500d, [0x2477] = 0x72c8, [0x2478] = 0x5907, + [0x2479] = 0x60eb, [0x247a] = 0x7119, [0x247b] = 0x88ab, [0x247c] = 0x5954, + [0x247d] = 0x82ef, [0x247e] = 0x672c, [0x247f] = 0x7b28, [0x2480] = 0x5d29, + [0x2481] = 0x7ef7, [0x2482] = 0x752d, [0x2483] = 0x6cf5, [0x2484] = 0x8e66, + [0x2485] = 0x8ff8, [0x2486] = 0x903c, [0x2487] = 0x9f3b, [0x2488] = 0x6bd4, + [0x2489] = 0x9119, [0x248a] = 0x7b14, [0x248b] = 0x5f7c, [0x248c] = 0x78a7, + [0x248d] = 0x84d6, [0x248e] = 0x853d, [0x248f] = 0x6bd5, [0x2490] = 0x6bd9, + [0x2491] = 0x6bd6, [0x2492] = 0x5e01, [0x2493] = 0x5e87, [0x2494] = 0x75f9, + [0x2495] = 0x95ed, [0x2496] = 0x655d, [0x2497] = 0x5f0a, [0x2498] = 0x5fc5, + [0x2499] = 0x8f9f, [0x249a] = 0x58c1, [0x249b] = 0x81c2, [0x249c] = 0x907f, + [0x249d] = 0x965b, [0x249e] = 0x97ad, [0x249f] = 0x8fb9, [0x24a0] = 0x7f16, + [0x24a1] = 0x8d2c, [0x24a2] = 0x6241, [0x24a3] = 0x4fbf, [0x24a4] = 0x53d8, + [0x24a5] = 0x535e, [0x24a6] = 0x8fa8, [0x24a7] = 0x8fa9, [0x24a8] = 0x8fab, + [0x24a9] = 0x904d, [0x24aa] = 0x6807, [0x24ab] = 0x5f6a, [0x24ac] = 0x8198, + [0x24ad] = 0x8868, [0x24ae] = 0x9cd6, [0x24af] = 0x618b, [0x24b0] = 0x522b, + [0x24b1] = 0x762a, [0x24b2] = 0x5f6c, [0x24b3] = 0x658c, [0x24b4] = 0x6fd2, + [0x24b5] = 0x6ee8, [0x24b6] = 0x5bbe, [0x24b7] = 0x6448, [0x24b8] = 0x5175, + [0x24b9] = 0x51b0, [0x24ba] = 0x67c4, [0x24bb] = 0x4e19, [0x24bc] = 0x79c9, + [0x24bd] = 0x997c, [0x24be] = 0x70b3, [0x24c0] = 0x775d, [0x24c1] = 0x775e, + [0x24c2] = 0x775f, [0x24c3] = 0x7760, [0x24c4] = 0x7764, [0x24c5] = 0x7767, + [0x24c6] = 0x7769, [0x24c7] = 0x776a, [0x24c8] = 0x776d, [0x24c9] = 0x776e, + [0x24ca] = 0x776f, [0x24cb] = 0x7770, [0x24cc] = 0x7771, [0x24cd] = 0x7772, + [0x24ce] = 0x7773, [0x24cf] = 0x7774, [0x24d0] = 0x7775, [0x24d1] = 0x7776, + [0x24d2] = 0x7777, [0x24d3] = 0x7778, [0x24d4] = 0x777a, [0x24d5] = 0x777b, + [0x24d6] = 0x777c, [0x24d7] = 0x7781, [0x24d8] = 0x7782, [0x24d9] = 0x7783, + [0x24da] = 0x7786, [0x24db] = 0x7787, [0x24dc] = 0x7788, [0x24dd] = 0x7789, + [0x24de] = 0x778a, [0x24df] = 0x778b, [0x24e0] = 0x778f, [0x24e1] = 0x7790, + [0x24e2] = 0x7793, [0x24e3] = 0x7794, [0x24e4] = 0x7795, [0x24e5] = 0x7796, + [0x24e6] = 0x7797, [0x24e7] = 0x7798, [0x24e8] = 0x7799, [0x24e9] = 0x779a, + [0x24ea] = 0x779b, [0x24eb] = 0x779c, [0x24ec] = 0x779d, [0x24ed] = 0x779e, + [0x24ee] = 0x77a1, [0x24ef] = 0x77a3, [0x24f0] = 0x77a4, [0x24f1] = 0x77a6, + [0x24f2] = 0x77a8, [0x24f3] = 0x77ab, [0x24f4] = 0x77ad, [0x24f5] = 0x77ae, + [0x24f6] = 0x77af, [0x24f7] = 0x77b1, [0x24f8] = 0x77b2, [0x24f9] = 0x77b4, + [0x24fa] = 0x77b6, [0x24fb] = 0x77b7, [0x24fc] = 0x77b8, [0x24fd] = 0x77b9, + [0x24fe] = 0x77ba, [0x2500] = 0x77bc, [0x2501] = 0x77be, [0x2502] = 0x77c0, + [0x2503] = 0x77c1, [0x2504] = 0x77c2, [0x2505] = 0x77c3, [0x2506] = 0x77c4, + [0x2507] = 0x77c5, [0x2508] = 0x77c6, [0x2509] = 0x77c7, [0x250a] = 0x77c8, + [0x250b] = 0x77c9, [0x250c] = 0x77ca, [0x250d] = 0x77cb, [0x250e] = 0x77cc, + [0x250f] = 0x77ce, [0x2510] = 0x77cf, [0x2511] = 0x77d0, [0x2512] = 0x77d1, + [0x2513] = 0x77d2, [0x2514] = 0x77d3, [0x2515] = 0x77d4, [0x2516] = 0x77d5, + [0x2517] = 0x77d6, [0x2518] = 0x77d8, [0x2519] = 0x77d9, [0x251a] = 0x77da, + [0x251b] = 0x77dd, [0x251c] = 0x77de, [0x251d] = 0x77df, [0x251e] = 0x77e0, + [0x251f] = 0x77e1, [0x2520] = 0x77e4, [0x2521] = 0x75c5, [0x2522] = 0x5e76, + [0x2523] = 0x73bb, [0x2524] = 0x83e0, [0x2525] = 0x64ad, [0x2526] = 0x62e8, + [0x2527] = 0x94b5, [0x2528] = 0x6ce2, [0x2529] = 0x535a, [0x252a] = 0x52c3, + [0x252b] = 0x640f, [0x252c] = 0x94c2, [0x252d] = 0x7b94, [0x252e] = 0x4f2f, + [0x252f] = 0x5e1b, [0x2530] = 0x8236, [0x2531] = 0x8116, [0x2532] = 0x818a, + [0x2533] = 0x6e24, [0x2534] = 0x6cca, [0x2535] = 0x9a73, [0x2536] = 0x6355, + [0x2537] = 0x535c, [0x2538] = 0x54fa, [0x2539] = 0x8865, [0x253a] = 0x57e0, + [0x253b] = 0x4e0d, [0x253c] = 0x5e03, [0x253d] = 0x6b65, [0x253e] = 0x7c3f, + [0x253f] = 0x90e8, [0x2540] = 0x6016, [0x2541] = 0x64e6, [0x2542] = 0x731c, + [0x2543] = 0x88c1, [0x2544] = 0x6750, [0x2545] = 0x624d, [0x2546] = 0x8d22, + [0x2547] = 0x776c, [0x2548] = 0x8e29, [0x2549] = 0x91c7, [0x254a] = 0x5f69, + [0x254b] = 0x83dc, [0x254c] = 0x8521, [0x254d] = 0x9910, [0x254e] = 0x53c2, + [0x254f] = 0x8695, [0x2550] = 0x6b8b, [0x2551] = 0x60ed, [0x2552] = 0x60e8, + [0x2553] = 0x707f, [0x2554] = 0x82cd, [0x2555] = 0x8231, [0x2556] = 0x4ed3, + [0x2557] = 0x6ca7, [0x2558] = 0x85cf, [0x2559] = 0x64cd, [0x255a] = 0x7cd9, + [0x255b] = 0x69fd, [0x255c] = 0x66f9, [0x255d] = 0x8349, [0x255e] = 0x5395, + [0x255f] = 0x7b56, [0x2560] = 0x4fa7, [0x2561] = 0x518c, [0x2562] = 0x6d4b, + [0x2563] = 0x5c42, [0x2564] = 0x8e6d, [0x2565] = 0x63d2, [0x2566] = 0x53c9, + [0x2567] = 0x832c, [0x2568] = 0x8336, [0x2569] = 0x67e5, [0x256a] = 0x78b4, + [0x256b] = 0x643d, [0x256c] = 0x5bdf, [0x256d] = 0x5c94, [0x256e] = 0x5dee, + [0x256f] = 0x8be7, [0x2570] = 0x62c6, [0x2571] = 0x67f4, [0x2572] = 0x8c7a, + [0x2573] = 0x6400, [0x2574] = 0x63ba, [0x2575] = 0x8749, [0x2576] = 0x998b, + [0x2577] = 0x8c17, [0x2578] = 0x7f20, [0x2579] = 0x94f2, [0x257a] = 0x4ea7, + [0x257b] = 0x9610, [0x257c] = 0x98a4, [0x257d] = 0x660c, [0x257e] = 0x7316, + [0x2580] = 0x77e6, [0x2581] = 0x77e8, [0x2582] = 0x77ea, [0x2583] = 0x77ef, + [0x2584] = 0x77f0, [0x2585] = 0x77f1, [0x2586] = 0x77f2, [0x2587] = 0x77f4, + [0x2588] = 0x77f5, [0x2589] = 0x77f7, [0x258a] = 0x77f9, [0x258b] = 0x77fa, + [0x258c] = 0x77fb, [0x258d] = 0x77fc, [0x258e] = 0x7803, [0x258f] = 0x7804, + [0x2590] = 0x7805, [0x2591] = 0x7806, [0x2592] = 0x7807, [0x2593] = 0x7808, + [0x2594] = 0x780a, [0x2595] = 0x780b, [0x2596] = 0x780e, [0x2597] = 0x780f, + [0x2598] = 0x7810, [0x2599] = 0x7813, [0x259a] = 0x7815, [0x259b] = 0x7819, + [0x259c] = 0x781b, [0x259d] = 0x781e, [0x259e] = 0x7820, [0x259f] = 0x7821, + [0x25a0] = 0x7822, [0x25a1] = 0x7824, [0x25a2] = 0x7828, [0x25a3] = 0x782a, + [0x25a4] = 0x782b, [0x25a5] = 0x782e, [0x25a6] = 0x782f, [0x25a7] = 0x7831, + [0x25a8] = 0x7832, [0x25a9] = 0x7833, [0x25aa] = 0x7835, [0x25ab] = 0x7836, + [0x25ac] = 0x783d, [0x25ad] = 0x783f, [0x25ae] = 0x7841, [0x25af] = 0x7842, + [0x25b0] = 0x7843, [0x25b1] = 0x7844, [0x25b2] = 0x7846, [0x25b3] = 0x7848, + [0x25b4] = 0x7849, [0x25b5] = 0x784a, [0x25b6] = 0x784b, [0x25b7] = 0x784d, + [0x25b8] = 0x784f, [0x25b9] = 0x7851, [0x25ba] = 0x7853, [0x25bb] = 0x7854, + [0x25bc] = 0x7858, [0x25bd] = 0x7859, [0x25be] = 0x785a, [0x25c0] = 0x785b, + [0x25c1] = 0x785c, [0x25c2] = 0x785e, [0x25c3] = 0x785f, [0x25c4] = 0x7860, + [0x25c5] = 0x7861, [0x25c6] = 0x7862, [0x25c7] = 0x7863, [0x25c8] = 0x7864, + [0x25c9] = 0x7865, [0x25ca] = 0x7866, [0x25cb] = 0x7867, [0x25cc] = 0x7868, + [0x25cd] = 0x7869, [0x25ce] = 0x786f, [0x25cf] = 0x7870, [0x25d0] = 0x7871, + [0x25d1] = 0x7872, [0x25d2] = 0x7873, [0x25d3] = 0x7874, [0x25d4] = 0x7875, + [0x25d5] = 0x7876, [0x25d6] = 0x7878, [0x25d7] = 0x7879, [0x25d8] = 0x787a, + [0x25d9] = 0x787b, [0x25da] = 0x787d, [0x25db] = 0x787e, [0x25dc] = 0x787f, + [0x25dd] = 0x7880, [0x25de] = 0x7881, [0x25df] = 0x7882, [0x25e0] = 0x7883, + [0x25e1] = 0x573a, [0x25e2] = 0x5c1d, [0x25e3] = 0x5e38, [0x25e4] = 0x957f, + [0x25e5] = 0x507f, [0x25e6] = 0x80a0, [0x25e7] = 0x5382, [0x25e8] = 0x655e, + [0x25e9] = 0x7545, [0x25ea] = 0x5531, [0x25eb] = 0x5021, [0x25ec] = 0x8d85, + [0x25ed] = 0x6284, [0x25ee] = 0x949e, [0x25ef] = 0x671d, [0x25f0] = 0x5632, + [0x25f1] = 0x6f6e, [0x25f2] = 0x5de2, [0x25f3] = 0x5435, [0x25f4] = 0x7092, + [0x25f5] = 0x8f66, [0x25f6] = 0x626f, [0x25f7] = 0x64a4, [0x25f8] = 0x63a3, + [0x25f9] = 0x5f7b, [0x25fa] = 0x6f88, [0x25fb] = 0x90f4, [0x25fc] = 0x81e3, + [0x25fd] = 0x8fb0, [0x25fe] = 0x5c18, [0x25ff] = 0x6668, [0x2600] = 0x5ff1, + [0x2601] = 0x6c89, [0x2602] = 0x9648, [0x2603] = 0x8d81, [0x2604] = 0x886c, + [0x2605] = 0x6491, [0x2606] = 0x79f0, [0x2607] = 0x57ce, [0x2608] = 0x6a59, + [0x2609] = 0x6210, [0x260a] = 0x5448, [0x260b] = 0x4e58, [0x260c] = 0x7a0b, + [0x260d] = 0x60e9, [0x260e] = 0x6f84, [0x260f] = 0x8bda, [0x2610] = 0x627f, + [0x2611] = 0x901e, [0x2612] = 0x9a8b, [0x2613] = 0x79e4, [0x2614] = 0x5403, + [0x2615] = 0x75f4, [0x2616] = 0x6301, [0x2617] = 0x5319, [0x2618] = 0x6c60, + [0x2619] = 0x8fdf, [0x261a] = 0x5f1b, [0x261b] = 0x9a70, [0x261c] = 0x803b, + [0x261d] = 0x9f7f, [0x261e] = 0x4f88, [0x261f] = 0x5c3a, [0x2620] = 0x8d64, + [0x2621] = 0x7fc5, [0x2622] = 0x65a5, [0x2623] = 0x70bd, [0x2624] = 0x5145, + [0x2625] = 0x51b2, [0x2626] = 0x866b, [0x2627] = 0x5d07, [0x2628] = 0x5ba0, + [0x2629] = 0x62bd, [0x262a] = 0x916c, [0x262b] = 0x7574, [0x262c] = 0x8e0c, + [0x262d] = 0x7a20, [0x262e] = 0x6101, [0x262f] = 0x7b79, [0x2630] = 0x4ec7, + [0x2631] = 0x7ef8, [0x2632] = 0x7785, [0x2633] = 0x4e11, [0x2634] = 0x81ed, + [0x2635] = 0x521d, [0x2636] = 0x51fa, [0x2637] = 0x6a71, [0x2638] = 0x53a8, + [0x2639] = 0x8e87, [0x263a] = 0x9504, [0x263b] = 0x96cf, [0x263c] = 0x6ec1, + [0x263d] = 0x9664, [0x263e] = 0x695a, [0x2640] = 0x7884, [0x2641] = 0x7885, + [0x2642] = 0x7886, [0x2643] = 0x7888, [0x2644] = 0x788a, [0x2645] = 0x788b, + [0x2646] = 0x788f, [0x2647] = 0x7890, [0x2648] = 0x7892, [0x2649] = 0x7894, + [0x264a] = 0x7895, [0x264b] = 0x7896, [0x264c] = 0x7899, [0x264d] = 0x789d, + [0x264e] = 0x789e, [0x264f] = 0x78a0, [0x2650] = 0x78a2, [0x2651] = 0x78a4, + [0x2652] = 0x78a6, [0x2653] = 0x78a8, [0x2654] = 0x78a9, [0x2655] = 0x78aa, + [0x2656] = 0x78ab, [0x2657] = 0x78ac, [0x2658] = 0x78ad, [0x2659] = 0x78ae, + [0x265a] = 0x78af, [0x265b] = 0x78b5, [0x265c] = 0x78b6, [0x265d] = 0x78b7, + [0x265e] = 0x78b8, [0x265f] = 0x78ba, [0x2660] = 0x78bb, [0x2661] = 0x78bc, + [0x2662] = 0x78bd, [0x2663] = 0x78bf, [0x2664] = 0x78c0, [0x2665] = 0x78c2, + [0x2666] = 0x78c3, [0x2667] = 0x78c4, [0x2668] = 0x78c6, [0x2669] = 0x78c7, + [0x266a] = 0x78c8, [0x266b] = 0x78cc, [0x266c] = 0x78cd, [0x266d] = 0x78ce, + [0x266e] = 0x78cf, [0x266f] = 0x78d1, [0x2670] = 0x78d2, [0x2671] = 0x78d3, + [0x2672] = 0x78d6, [0x2673] = 0x78d7, [0x2674] = 0x78d8, [0x2675] = 0x78da, + [0x2676] = 0x78db, [0x2677] = 0x78dc, [0x2678] = 0x78dd, [0x2679] = 0x78de, + [0x267a] = 0x78df, [0x267b] = 0x78e0, [0x267c] = 0x78e1, [0x267d] = 0x78e2, + [0x267e] = 0x78e3, [0x2680] = 0x78e4, [0x2681] = 0x78e5, [0x2682] = 0x78e6, + [0x2683] = 0x78e7, [0x2684] = 0x78e9, [0x2685] = 0x78ea, [0x2686] = 0x78eb, + [0x2687] = 0x78ed, [0x2688] = 0x78ee, [0x2689] = 0x78ef, [0x268a] = 0x78f0, + [0x268b] = 0x78f1, [0x268c] = 0x78f3, [0x268d] = 0x78f5, [0x268e] = 0x78f6, + [0x268f] = 0x78f8, [0x2690] = 0x78f9, [0x2691] = 0x78fb, [0x2692] = 0x78fc, + [0x2693] = 0x78fd, [0x2694] = 0x78fe, [0x2695] = 0x78ff, [0x2696] = 0x7900, + [0x2697] = 0x7902, [0x2698] = 0x7903, [0x2699] = 0x7904, [0x269a] = 0x7906, + [0x269b] = 0x7907, [0x269c] = 0x7908, [0x269d] = 0x7909, [0x269e] = 0x790a, + [0x269f] = 0x790b, [0x26a0] = 0x790c, [0x26a1] = 0x7840, [0x26a2] = 0x50a8, + [0x26a3] = 0x77d7, [0x26a4] = 0x6410, [0x26a5] = 0x89e6, [0x26a6] = 0x5904, + [0x26a7] = 0x63e3, [0x26a8] = 0x5ddd, [0x26a9] = 0x7a7f, [0x26aa] = 0x693d, + [0x26ab] = 0x4f20, [0x26ac] = 0x8239, [0x26ad] = 0x5598, [0x26ae] = 0x4e32, + [0x26af] = 0x75ae, [0x26b0] = 0x7a97, [0x26b1] = 0x5e62, [0x26b2] = 0x5e8a, + [0x26b3] = 0x95ef, [0x26b4] = 0x521b, [0x26b5] = 0x5439, [0x26b6] = 0x708a, + [0x26b7] = 0x6376, [0x26b8] = 0x9524, [0x26b9] = 0x5782, [0x26ba] = 0x6625, + [0x26bb] = 0x693f, [0x26bc] = 0x9187, [0x26bd] = 0x5507, [0x26be] = 0x6df3, + [0x26bf] = 0x7eaf, [0x26c0] = 0x8822, [0x26c1] = 0x6233, [0x26c2] = 0x7ef0, + [0x26c3] = 0x75b5, [0x26c4] = 0x8328, [0x26c5] = 0x78c1, [0x26c6] = 0x96cc, + [0x26c7] = 0x8f9e, [0x26c8] = 0x6148, [0x26c9] = 0x74f7, [0x26ca] = 0x8bcd, + [0x26cb] = 0x6b64, [0x26cc] = 0x523a, [0x26cd] = 0x8d50, [0x26ce] = 0x6b21, + [0x26cf] = 0x806a, [0x26d0] = 0x8471, [0x26d1] = 0x56f1, [0x26d2] = 0x5306, + [0x26d3] = 0x4ece, [0x26d4] = 0x4e1b, [0x26d5] = 0x51d1, [0x26d6] = 0x7c97, + [0x26d7] = 0x918b, [0x26d8] = 0x7c07, [0x26d9] = 0x4fc3, [0x26da] = 0x8e7f, + [0x26db] = 0x7be1, [0x26dc] = 0x7a9c, [0x26dd] = 0x6467, [0x26de] = 0x5d14, + [0x26df] = 0x50ac, [0x26e0] = 0x8106, [0x26e1] = 0x7601, [0x26e2] = 0x7cb9, + [0x26e3] = 0x6dec, [0x26e4] = 0x7fe0, [0x26e5] = 0x6751, [0x26e6] = 0x5b58, + [0x26e7] = 0x5bf8, [0x26e8] = 0x78cb, [0x26e9] = 0x64ae, [0x26ea] = 0x6413, + [0x26eb] = 0x63aa, [0x26ec] = 0x632b, [0x26ed] = 0x9519, [0x26ee] = 0x642d, + [0x26ef] = 0x8fbe, [0x26f0] = 0x7b54, [0x26f1] = 0x7629, [0x26f2] = 0x6253, + [0x26f3] = 0x5927, [0x26f4] = 0x5446, [0x26f5] = 0x6b79, [0x26f6] = 0x50a3, + [0x26f7] = 0x6234, [0x26f8] = 0x5e26, [0x26f9] = 0x6b86, [0x26fa] = 0x4ee3, + [0x26fb] = 0x8d37, [0x26fc] = 0x888b, [0x26fd] = 0x5f85, [0x26fe] = 0x902e, + [0x2700] = 0x790d, [0x2701] = 0x790e, [0x2702] = 0x790f, [0x2703] = 0x7910, + [0x2704] = 0x7911, [0x2705] = 0x7912, [0x2706] = 0x7914, [0x2707] = 0x7915, + [0x2708] = 0x7916, [0x2709] = 0x7917, [0x270a] = 0x7918, [0x270b] = 0x7919, + [0x270c] = 0x791a, [0x270d] = 0x791b, [0x270e] = 0x791c, [0x270f] = 0x791d, + [0x2710] = 0x791f, [0x2711] = 0x7920, [0x2712] = 0x7921, [0x2713] = 0x7922, + [0x2714] = 0x7923, [0x2715] = 0x7925, [0x2716] = 0x7926, [0x2717] = 0x7927, + [0x2718] = 0x7928, [0x2719] = 0x7929, [0x271a] = 0x792a, [0x271b] = 0x792b, + [0x271c] = 0x792c, [0x271d] = 0x792d, [0x271e] = 0x792e, [0x271f] = 0x792f, + [0x2720] = 0x7930, [0x2721] = 0x7931, [0x2722] = 0x7932, [0x2723] = 0x7933, + [0x2724] = 0x7935, [0x2725] = 0x7936, [0x2726] = 0x7937, [0x2727] = 0x7938, + [0x2728] = 0x7939, [0x2729] = 0x793d, [0x272a] = 0x793f, [0x272b] = 0x7942, + [0x272c] = 0x7943, [0x272d] = 0x7944, [0x272e] = 0x7945, [0x272f] = 0x7947, + [0x2730] = 0x794a, [0x2731] = 0x794b, [0x2732] = 0x794c, [0x2733] = 0x794d, + [0x2734] = 0x794e, [0x2735] = 0x794f, [0x2736] = 0x7950, [0x2737] = 0x7951, + [0x2738] = 0x7952, [0x2739] = 0x7954, [0x273a] = 0x7955, [0x273b] = 0x7958, + [0x273c] = 0x7959, [0x273d] = 0x7961, [0x273e] = 0x7963, [0x2740] = 0x7964, + [0x2741] = 0x7966, [0x2742] = 0x7969, [0x2743] = 0x796a, [0x2744] = 0x796b, + [0x2745] = 0x796c, [0x2746] = 0x796e, [0x2747] = 0x7970, [0x2748] = 0x7971, + [0x2749] = 0x7972, [0x274a] = 0x7973, [0x274b] = 0x7974, [0x274c] = 0x7975, + [0x274d] = 0x7976, [0x274e] = 0x7979, [0x274f] = 0x797b, [0x2750] = 0x797c, + [0x2751] = 0x797d, [0x2752] = 0x797e, [0x2753] = 0x797f, [0x2754] = 0x7982, + [0x2755] = 0x7983, [0x2756] = 0x7986, [0x2757] = 0x7987, [0x2758] = 0x7988, + [0x2759] = 0x7989, [0x275a] = 0x798b, [0x275b] = 0x798c, [0x275c] = 0x798d, + [0x275d] = 0x798e, [0x275e] = 0x7990, [0x275f] = 0x7991, [0x2760] = 0x7992, + [0x2761] = 0x6020, [0x2762] = 0x803d, [0x2763] = 0x62c5, [0x2764] = 0x4e39, + [0x2765] = 0x5355, [0x2766] = 0x90f8, [0x2767] = 0x63b8, [0x2768] = 0x80c6, + [0x2769] = 0x65e6, [0x276a] = 0x6c2e, [0x276b] = 0x4f46, [0x276c] = 0x60ee, + [0x276d] = 0x6de1, [0x276e] = 0x8bde, [0x276f] = 0x5f39, [0x2770] = 0x86cb, + [0x2771] = 0x5f53, [0x2772] = 0x6321, [0x2773] = 0x515a, [0x2774] = 0x8361, + [0x2775] = 0x6863, [0x2776] = 0x5200, [0x2777] = 0x6363, [0x2778] = 0x8e48, + [0x2779] = 0x5012, [0x277a] = 0x5c9b, [0x277b] = 0x7977, [0x277c] = 0x5bfc, + [0x277d] = 0x5230, [0x277e] = 0x7a3b, [0x277f] = 0x60bc, [0x2780] = 0x9053, + [0x2781] = 0x76d7, [0x2782] = 0x5fb7, [0x2783] = 0x5f97, [0x2784] = 0x7684, + [0x2785] = 0x8e6c, [0x2786] = 0x706f, [0x2787] = 0x767b, [0x2788] = 0x7b49, + [0x2789] = 0x77aa, [0x278a] = 0x51f3, [0x278b] = 0x9093, [0x278c] = 0x5824, + [0x278d] = 0x4f4e, [0x278e] = 0x6ef4, [0x278f] = 0x8fea, [0x2790] = 0x654c, + [0x2791] = 0x7b1b, [0x2792] = 0x72c4, [0x2793] = 0x6da4, [0x2794] = 0x7fdf, + [0x2795] = 0x5ae1, [0x2796] = 0x62b5, [0x2797] = 0x5e95, [0x2798] = 0x5730, + [0x2799] = 0x8482, [0x279a] = 0x7b2c, [0x279b] = 0x5e1d, [0x279c] = 0x5f1f, + [0x279d] = 0x9012, [0x279e] = 0x7f14, [0x279f] = 0x98a0, [0x27a0] = 0x6382, + [0x27a1] = 0x6ec7, [0x27a2] = 0x7898, [0x27a3] = 0x70b9, [0x27a4] = 0x5178, + [0x27a5] = 0x975b, [0x27a6] = 0x57ab, [0x27a7] = 0x7535, [0x27a8] = 0x4f43, + [0x27a9] = 0x7538, [0x27aa] = 0x5e97, [0x27ab] = 0x60e6, [0x27ac] = 0x5960, + [0x27ad] = 0x6dc0, [0x27ae] = 0x6bbf, [0x27af] = 0x7889, [0x27b0] = 0x53fc, + [0x27b1] = 0x96d5, [0x27b2] = 0x51cb, [0x27b3] = 0x5201, [0x27b4] = 0x6389, + [0x27b5] = 0x540a, [0x27b6] = 0x9493, [0x27b7] = 0x8c03, [0x27b8] = 0x8dcc, + [0x27b9] = 0x7239, [0x27ba] = 0x789f, [0x27bb] = 0x8776, [0x27bc] = 0x8fed, + [0x27bd] = 0x8c0d, [0x27be] = 0x53e0, [0x27c0] = 0x7993, [0x27c1] = 0x7994, + [0x27c2] = 0x7995, [0x27c3] = 0x7996, [0x27c4] = 0x7997, [0x27c5] = 0x7998, + [0x27c6] = 0x7999, [0x27c7] = 0x799b, [0x27c8] = 0x799c, [0x27c9] = 0x799d, + [0x27ca] = 0x799e, [0x27cb] = 0x799f, [0x27cc] = 0x79a0, [0x27cd] = 0x79a1, + [0x27ce] = 0x79a2, [0x27cf] = 0x79a3, [0x27d0] = 0x79a4, [0x27d1] = 0x79a5, + [0x27d2] = 0x79a6, [0x27d3] = 0x79a8, [0x27d4] = 0x79a9, [0x27d5] = 0x79aa, + [0x27d6] = 0x79ab, [0x27d7] = 0x79ac, [0x27d8] = 0x79ad, [0x27d9] = 0x79ae, + [0x27da] = 0x79af, [0x27db] = 0x79b0, [0x27dc] = 0x79b1, [0x27dd] = 0x79b2, + [0x27de] = 0x79b4, [0x27df] = 0x79b5, [0x27e0] = 0x79b6, [0x27e1] = 0x79b7, + [0x27e2] = 0x79b8, [0x27e3] = 0x79bc, [0x27e4] = 0x79bf, [0x27e5] = 0x79c2, + [0x27e6] = 0x79c4, [0x27e7] = 0x79c5, [0x27e8] = 0x79c7, [0x27e9] = 0x79c8, + [0x27ea] = 0x79ca, [0x27eb] = 0x79cc, [0x27ec] = 0x79ce, [0x27ed] = 0x79cf, + [0x27ee] = 0x79d0, [0x27ef] = 0x79d3, [0x27f0] = 0x79d4, [0x27f1] = 0x79d6, + [0x27f2] = 0x79d7, [0x27f3] = 0x79d9, [0x27f4] = 0x79da, [0x27f5] = 0x79db, + [0x27f6] = 0x79dc, [0x27f7] = 0x79dd, [0x27f8] = 0x79de, [0x27f9] = 0x79e0, + [0x27fa] = 0x79e1, [0x27fb] = 0x79e2, [0x27fc] = 0x79e5, [0x27fd] = 0x79e8, + [0x27fe] = 0x79ea, [0x2800] = 0x79ec, [0x2801] = 0x79ee, [0x2802] = 0x79f1, + [0x2803] = 0x79f2, [0x2804] = 0x79f3, [0x2805] = 0x79f4, [0x2806] = 0x79f5, + [0x2807] = 0x79f6, [0x2808] = 0x79f7, [0x2809] = 0x79f9, [0x280a] = 0x79fa, + [0x280b] = 0x79fc, [0x280c] = 0x79fe, [0x280d] = 0x79ff, [0x280e] = 0x7a01, + [0x280f] = 0x7a04, [0x2810] = 0x7a05, [0x2811] = 0x7a07, [0x2812] = 0x7a08, + [0x2813] = 0x7a09, [0x2814] = 0x7a0a, [0x2815] = 0x7a0c, [0x2816] = 0x7a0f, + [0x2817] = 0x7a10, [0x2818] = 0x7a11, [0x2819] = 0x7a12, [0x281a] = 0x7a13, + [0x281b] = 0x7a15, [0x281c] = 0x7a16, [0x281d] = 0x7a18, [0x281e] = 0x7a19, + [0x281f] = 0x7a1b, [0x2820] = 0x7a1c, [0x2821] = 0x4e01, [0x2822] = 0x76ef, + [0x2823] = 0x53ee, [0x2824] = 0x9489, [0x2825] = 0x9876, [0x2826] = 0x9f0e, + [0x2827] = 0x952d, [0x2828] = 0x5b9a, [0x2829] = 0x8ba2, [0x282a] = 0x4e22, + [0x282b] = 0x4e1c, [0x282c] = 0x51ac, [0x282d] = 0x8463, [0x282e] = 0x61c2, + [0x282f] = 0x52a8, [0x2830] = 0x680b, [0x2831] = 0x4f97, [0x2832] = 0x606b, + [0x2833] = 0x51bb, [0x2834] = 0x6d1e, [0x2835] = 0x515c, [0x2836] = 0x6296, + [0x2837] = 0x6597, [0x2838] = 0x9661, [0x2839] = 0x8c46, [0x283a] = 0x9017, + [0x283b] = 0x75d8, [0x283c] = 0x90fd, [0x283d] = 0x7763, [0x283e] = 0x6bd2, + [0x283f] = 0x728a, [0x2840] = 0x72ec, [0x2841] = 0x8bfb, [0x2842] = 0x5835, + [0x2843] = 0x7779, [0x2844] = 0x8d4c, [0x2845] = 0x675c, [0x2846] = 0x9540, + [0x2847] = 0x809a, [0x2848] = 0x5ea6, [0x2849] = 0x6e21, [0x284a] = 0x5992, + [0x284b] = 0x7aef, [0x284c] = 0x77ed, [0x284d] = 0x953b, [0x284e] = 0x6bb5, + [0x284f] = 0x65ad, [0x2850] = 0x7f0e, [0x2851] = 0x5806, [0x2852] = 0x5151, + [0x2853] = 0x961f, [0x2854] = 0x5bf9, [0x2855] = 0x58a9, [0x2856] = 0x5428, + [0x2857] = 0x8e72, [0x2858] = 0x6566, [0x2859] = 0x987f, [0x285a] = 0x56e4, + [0x285b] = 0x949d, [0x285c] = 0x76fe, [0x285d] = 0x9041, [0x285e] = 0x6387, + [0x285f] = 0x54c6, [0x2860] = 0x591a, [0x2861] = 0x593a, [0x2862] = 0x579b, + [0x2863] = 0x8eb2, [0x2864] = 0x6735, [0x2865] = 0x8dfa, [0x2866] = 0x8235, + [0x2867] = 0x5241, [0x2868] = 0x60f0, [0x2869] = 0x5815, [0x286a] = 0x86fe, + [0x286b] = 0x5ce8, [0x286c] = 0x9e45, [0x286d] = 0x4fc4, [0x286e] = 0x989d, + [0x286f] = 0x8bb9, [0x2870] = 0x5a25, [0x2871] = 0x6076, [0x2872] = 0x5384, + [0x2873] = 0x627c, [0x2874] = 0x904f, [0x2875] = 0x9102, [0x2876] = 0x997f, + [0x2877] = 0x6069, [0x2878] = 0x800c, [0x2879] = 0x513f, [0x287a] = 0x8033, + [0x287b] = 0x5c14, [0x287c] = 0x9975, [0x287d] = 0x6d31, [0x287e] = 0x4e8c, + [0x2880] = 0x7a1d, [0x2881] = 0x7a1f, [0x2882] = 0x7a21, [0x2883] = 0x7a22, + [0x2884] = 0x7a24, [0x2885] = 0x7a25, [0x2886] = 0x7a26, [0x2887] = 0x7a27, + [0x2888] = 0x7a28, [0x2889] = 0x7a29, [0x288a] = 0x7a2a, [0x288b] = 0x7a2b, + [0x288c] = 0x7a2c, [0x288d] = 0x7a2d, [0x288e] = 0x7a2e, [0x288f] = 0x7a2f, + [0x2890] = 0x7a30, [0x2891] = 0x7a31, [0x2892] = 0x7a32, [0x2893] = 0x7a34, + [0x2894] = 0x7a35, [0x2895] = 0x7a36, [0x2896] = 0x7a38, [0x2897] = 0x7a3a, + [0x2898] = 0x7a3e, [0x2899] = 0x7a40, [0x289a] = 0x7a41, [0x289b] = 0x7a42, + [0x289c] = 0x7a43, [0x289d] = 0x7a44, [0x289e] = 0x7a45, [0x289f] = 0x7a47, + [0x28a0] = 0x7a48, [0x28a1] = 0x7a49, [0x28a2] = 0x7a4a, [0x28a3] = 0x7a4b, + [0x28a4] = 0x7a4c, [0x28a5] = 0x7a4d, [0x28a6] = 0x7a4e, [0x28a7] = 0x7a4f, + [0x28a8] = 0x7a50, [0x28a9] = 0x7a52, [0x28aa] = 0x7a53, [0x28ab] = 0x7a54, + [0x28ac] = 0x7a55, [0x28ad] = 0x7a56, [0x28ae] = 0x7a58, [0x28af] = 0x7a59, + [0x28b0] = 0x7a5a, [0x28b1] = 0x7a5b, [0x28b2] = 0x7a5c, [0x28b3] = 0x7a5d, + [0x28b4] = 0x7a5e, [0x28b5] = 0x7a5f, [0x28b6] = 0x7a60, [0x28b7] = 0x7a61, + [0x28b8] = 0x7a62, [0x28b9] = 0x7a63, [0x28ba] = 0x7a64, [0x28bb] = 0x7a65, + [0x28bc] = 0x7a66, [0x28bd] = 0x7a67, [0x28be] = 0x7a68, [0x28c0] = 0x7a69, + [0x28c1] = 0x7a6a, [0x28c2] = 0x7a6b, [0x28c3] = 0x7a6c, [0x28c4] = 0x7a6d, + [0x28c5] = 0x7a6e, [0x28c6] = 0x7a6f, [0x28c7] = 0x7a71, [0x28c8] = 0x7a72, + [0x28c9] = 0x7a73, [0x28ca] = 0x7a75, [0x28cb] = 0x7a7b, [0x28cc] = 0x7a7c, + [0x28cd] = 0x7a7d, [0x28ce] = 0x7a7e, [0x28cf] = 0x7a82, [0x28d0] = 0x7a85, + [0x28d1] = 0x7a87, [0x28d2] = 0x7a89, [0x28d3] = 0x7a8a, [0x28d4] = 0x7a8b, + [0x28d5] = 0x7a8c, [0x28d6] = 0x7a8e, [0x28d7] = 0x7a8f, [0x28d8] = 0x7a90, + [0x28d9] = 0x7a93, [0x28da] = 0x7a94, [0x28db] = 0x7a99, [0x28dc] = 0x7a9a, + [0x28dd] = 0x7a9b, [0x28de] = 0x7a9e, [0x28df] = 0x7aa1, [0x28e0] = 0x7aa2, + [0x28e1] = 0x8d30, [0x28e2] = 0x53d1, [0x28e3] = 0x7f5a, [0x28e4] = 0x7b4f, + [0x28e5] = 0x4f10, [0x28e6] = 0x4e4f, [0x28e7] = 0x9600, [0x28e8] = 0x6cd5, + [0x28e9] = 0x73d0, [0x28ea] = 0x85e9, [0x28eb] = 0x5e06, [0x28ec] = 0x756a, + [0x28ed] = 0x7ffb, [0x28ee] = 0x6a0a, [0x28ef] = 0x77fe, [0x28f0] = 0x9492, + [0x28f1] = 0x7e41, [0x28f2] = 0x51e1, [0x28f3] = 0x70e6, [0x28f4] = 0x53cd, + [0x28f5] = 0x8fd4, [0x28f6] = 0x8303, [0x28f7] = 0x8d29, [0x28f8] = 0x72af, + [0x28f9] = 0x996d, [0x28fa] = 0x6cdb, [0x28fb] = 0x574a, [0x28fc] = 0x82b3, + [0x28fd] = 0x65b9, [0x28fe] = 0x80aa, [0x28ff] = 0x623f, [0x2900] = 0x9632, + [0x2901] = 0x59a8, [0x2902] = 0x4eff, [0x2903] = 0x8bbf, [0x2904] = 0x7eba, + [0x2905] = 0x653e, [0x2906] = 0x83f2, [0x2907] = 0x975e, [0x2908] = 0x5561, + [0x2909] = 0x98de, [0x290a] = 0x80a5, [0x290b] = 0x532a, [0x290c] = 0x8bfd, + [0x290d] = 0x5420, [0x290e] = 0x80ba, [0x290f] = 0x5e9f, [0x2910] = 0x6cb8, + [0x2911] = 0x8d39, [0x2912] = 0x82ac, [0x2913] = 0x915a, [0x2914] = 0x5429, + [0x2915] = 0x6c1b, [0x2916] = 0x5206, [0x2917] = 0x7eb7, [0x2918] = 0x575f, + [0x2919] = 0x711a, [0x291a] = 0x6c7e, [0x291b] = 0x7c89, [0x291c] = 0x594b, + [0x291d] = 0x4efd, [0x291e] = 0x5fff, [0x291f] = 0x6124, [0x2920] = 0x7caa, + [0x2921] = 0x4e30, [0x2922] = 0x5c01, [0x2923] = 0x67ab, [0x2924] = 0x8702, + [0x2925] = 0x5cf0, [0x2926] = 0x950b, [0x2927] = 0x98ce, [0x2928] = 0x75af, + [0x2929] = 0x70fd, [0x292a] = 0x9022, [0x292b] = 0x51af, [0x292c] = 0x7f1d, + [0x292d] = 0x8bbd, [0x292e] = 0x5949, [0x292f] = 0x51e4, [0x2930] = 0x4f5b, + [0x2931] = 0x5426, [0x2932] = 0x592b, [0x2933] = 0x6577, [0x2934] = 0x80a4, + [0x2935] = 0x5b75, [0x2936] = 0x6276, [0x2937] = 0x62c2, [0x2938] = 0x8f90, + [0x2939] = 0x5e45, [0x293a] = 0x6c1f, [0x293b] = 0x7b26, [0x293c] = 0x4f0f, + [0x293d] = 0x4fd8, [0x293e] = 0x670d, [0x2940] = 0x7aa3, [0x2941] = 0x7aa4, + [0x2942] = 0x7aa7, [0x2943] = 0x7aa9, [0x2944] = 0x7aaa, [0x2945] = 0x7aab, + [0x2946] = 0x7aae, [0x2947] = 0x7aaf, [0x2948] = 0x7ab0, [0x2949] = 0x7ab1, + [0x294a] = 0x7ab2, [0x294b] = 0x7ab4, [0x294c] = 0x7ab5, [0x294d] = 0x7ab6, + [0x294e] = 0x7ab7, [0x294f] = 0x7ab8, [0x2950] = 0x7ab9, [0x2951] = 0x7aba, + [0x2952] = 0x7abb, [0x2953] = 0x7abc, [0x2954] = 0x7abd, [0x2955] = 0x7abe, + [0x2956] = 0x7ac0, [0x2957] = 0x7ac1, [0x2958] = 0x7ac2, [0x2959] = 0x7ac3, + [0x295a] = 0x7ac4, [0x295b] = 0x7ac5, [0x295c] = 0x7ac6, [0x295d] = 0x7ac7, + [0x295e] = 0x7ac8, [0x295f] = 0x7ac9, [0x2960] = 0x7aca, [0x2961] = 0x7acc, + [0x2962] = 0x7acd, [0x2963] = 0x7ace, [0x2964] = 0x7acf, [0x2965] = 0x7ad0, + [0x2966] = 0x7ad1, [0x2967] = 0x7ad2, [0x2968] = 0x7ad3, [0x2969] = 0x7ad4, + [0x296a] = 0x7ad5, [0x296b] = 0x7ad7, [0x296c] = 0x7ad8, [0x296d] = 0x7ada, + [0x296e] = 0x7adb, [0x296f] = 0x7adc, [0x2970] = 0x7add, [0x2971] = 0x7ae1, + [0x2972] = 0x7ae2, [0x2973] = 0x7ae4, [0x2974] = 0x7ae7, [0x2975] = 0x7ae8, + [0x2976] = 0x7ae9, [0x2977] = 0x7aea, [0x2978] = 0x7aeb, [0x2979] = 0x7aec, + [0x297a] = 0x7aee, [0x297b] = 0x7af0, [0x297c] = 0x7af1, [0x297d] = 0x7af2, + [0x297e] = 0x7af3, [0x2980] = 0x7af4, [0x2981] = 0x7af5, [0x2982] = 0x7af6, + [0x2983] = 0x7af7, [0x2984] = 0x7af8, [0x2985] = 0x7afb, [0x2986] = 0x7afc, + [0x2987] = 0x7afe, [0x2988] = 0x7b00, [0x2989] = 0x7b01, [0x298a] = 0x7b02, + [0x298b] = 0x7b05, [0x298c] = 0x7b07, [0x298d] = 0x7b09, [0x298e] = 0x7b0c, + [0x298f] = 0x7b0d, [0x2990] = 0x7b0e, [0x2991] = 0x7b10, [0x2992] = 0x7b12, + [0x2993] = 0x7b13, [0x2994] = 0x7b16, [0x2995] = 0x7b17, [0x2996] = 0x7b18, + [0x2997] = 0x7b1a, [0x2998] = 0x7b1c, [0x2999] = 0x7b1d, [0x299a] = 0x7b1f, + [0x299b] = 0x7b21, [0x299c] = 0x7b22, [0x299d] = 0x7b23, [0x299e] = 0x7b27, + [0x299f] = 0x7b29, [0x29a0] = 0x7b2d, [0x29a1] = 0x6d6e, [0x29a2] = 0x6daa, + [0x29a3] = 0x798f, [0x29a4] = 0x88b1, [0x29a5] = 0x5f17, [0x29a6] = 0x752b, + [0x29a7] = 0x629a, [0x29a8] = 0x8f85, [0x29a9] = 0x4fef, [0x29aa] = 0x91dc, + [0x29ab] = 0x65a7, [0x29ac] = 0x812f, [0x29ad] = 0x8151, [0x29ae] = 0x5e9c, + [0x29af] = 0x8150, [0x29b0] = 0x8d74, [0x29b1] = 0x526f, [0x29b2] = 0x8986, + [0x29b3] = 0x8d4b, [0x29b4] = 0x590d, [0x29b5] = 0x5085, [0x29b6] = 0x4ed8, + [0x29b7] = 0x961c, [0x29b8] = 0x7236, [0x29b9] = 0x8179, [0x29ba] = 0x8d1f, + [0x29bb] = 0x5bcc, [0x29bc] = 0x8ba3, [0x29bd] = 0x9644, [0x29be] = 0x5987, + [0x29bf] = 0x7f1a, [0x29c0] = 0x5490, [0x29c1] = 0x5676, [0x29c2] = 0x560e, + [0x29c3] = 0x8be5, [0x29c4] = 0x6539, [0x29c5] = 0x6982, [0x29c6] = 0x9499, + [0x29c7] = 0x76d6, [0x29c8] = 0x6e89, [0x29c9] = 0x5e72, [0x29ca] = 0x7518, + [0x29cb] = 0x6746, [0x29cc] = 0x67d1, [0x29cd] = 0x7aff, [0x29ce] = 0x809d, + [0x29cf] = 0x8d76, [0x29d0] = 0x611f, [0x29d1] = 0x79c6, [0x29d2] = 0x6562, + [0x29d3] = 0x8d63, [0x29d4] = 0x5188, [0x29d5] = 0x521a, [0x29d6] = 0x94a2, + [0x29d7] = 0x7f38, [0x29d8] = 0x809b, [0x29d9] = 0x7eb2, [0x29da] = 0x5c97, + [0x29db] = 0x6e2f, [0x29dc] = 0x6760, [0x29dd] = 0x7bd9, [0x29de] = 0x768b, + [0x29df] = 0x9ad8, [0x29e0] = 0x818f, [0x29e1] = 0x7f94, [0x29e2] = 0x7cd5, + [0x29e3] = 0x641e, [0x29e4] = 0x9550, [0x29e5] = 0x7a3f, [0x29e6] = 0x544a, + [0x29e7] = 0x54e5, [0x29e8] = 0x6b4c, [0x29e9] = 0x6401, [0x29ea] = 0x6208, + [0x29eb] = 0x9e3d, [0x29ec] = 0x80f3, [0x29ed] = 0x7599, [0x29ee] = 0x5272, + [0x29ef] = 0x9769, [0x29f0] = 0x845b, [0x29f1] = 0x683c, [0x29f2] = 0x86e4, + [0x29f3] = 0x9601, [0x29f4] = 0x9694, [0x29f5] = 0x94ec, [0x29f6] = 0x4e2a, + [0x29f7] = 0x5404, [0x29f8] = 0x7ed9, [0x29f9] = 0x6839, [0x29fa] = 0x8ddf, + [0x29fb] = 0x8015, [0x29fc] = 0x66f4, [0x29fd] = 0x5e9a, [0x29fe] = 0x7fb9, + [0x2a00] = 0x7b2f, [0x2a01] = 0x7b30, [0x2a02] = 0x7b32, [0x2a03] = 0x7b34, + [0x2a04] = 0x7b35, [0x2a05] = 0x7b36, [0x2a06] = 0x7b37, [0x2a07] = 0x7b39, + [0x2a08] = 0x7b3b, [0x2a09] = 0x7b3d, [0x2a0a] = 0x7b3f, [0x2a0b] = 0x7b40, + [0x2a0c] = 0x7b41, [0x2a0d] = 0x7b42, [0x2a0e] = 0x7b43, [0x2a0f] = 0x7b44, + [0x2a10] = 0x7b46, [0x2a11] = 0x7b48, [0x2a12] = 0x7b4a, [0x2a13] = 0x7b4d, + [0x2a14] = 0x7b4e, [0x2a15] = 0x7b53, [0x2a16] = 0x7b55, [0x2a17] = 0x7b57, + [0x2a18] = 0x7b59, [0x2a19] = 0x7b5c, [0x2a1a] = 0x7b5e, [0x2a1b] = 0x7b5f, + [0x2a1c] = 0x7b61, [0x2a1d] = 0x7b63, [0x2a1e] = 0x7b64, [0x2a1f] = 0x7b65, + [0x2a20] = 0x7b66, [0x2a21] = 0x7b67, [0x2a22] = 0x7b68, [0x2a23] = 0x7b69, + [0x2a24] = 0x7b6a, [0x2a25] = 0x7b6b, [0x2a26] = 0x7b6c, [0x2a27] = 0x7b6d, + [0x2a28] = 0x7b6f, [0x2a29] = 0x7b70, [0x2a2a] = 0x7b73, [0x2a2b] = 0x7b74, + [0x2a2c] = 0x7b76, [0x2a2d] = 0x7b78, [0x2a2e] = 0x7b7a, [0x2a2f] = 0x7b7c, + [0x2a30] = 0x7b7d, [0x2a31] = 0x7b7f, [0x2a32] = 0x7b81, [0x2a33] = 0x7b82, + [0x2a34] = 0x7b83, [0x2a35] = 0x7b84, [0x2a36] = 0x7b86, [0x2a37] = 0x7b87, + [0x2a38] = 0x7b88, [0x2a39] = 0x7b89, [0x2a3a] = 0x7b8a, [0x2a3b] = 0x7b8b, + [0x2a3c] = 0x7b8c, [0x2a3d] = 0x7b8e, [0x2a3e] = 0x7b8f, [0x2a40] = 0x7b91, + [0x2a41] = 0x7b92, [0x2a42] = 0x7b93, [0x2a43] = 0x7b96, [0x2a44] = 0x7b98, + [0x2a45] = 0x7b99, [0x2a46] = 0x7b9a, [0x2a47] = 0x7b9b, [0x2a48] = 0x7b9e, + [0x2a49] = 0x7b9f, [0x2a4a] = 0x7ba0, [0x2a4b] = 0x7ba3, [0x2a4c] = 0x7ba4, + [0x2a4d] = 0x7ba5, [0x2a4e] = 0x7bae, [0x2a4f] = 0x7baf, [0x2a50] = 0x7bb0, + [0x2a51] = 0x7bb2, [0x2a52] = 0x7bb3, [0x2a53] = 0x7bb5, [0x2a54] = 0x7bb6, + [0x2a55] = 0x7bb7, [0x2a56] = 0x7bb9, [0x2a57] = 0x7bba, [0x2a58] = 0x7bbb, + [0x2a59] = 0x7bbc, [0x2a5a] = 0x7bbd, [0x2a5b] = 0x7bbe, [0x2a5c] = 0x7bbf, + [0x2a5d] = 0x7bc0, [0x2a5e] = 0x7bc2, [0x2a5f] = 0x7bc3, [0x2a60] = 0x7bc4, + [0x2a61] = 0x57c2, [0x2a62] = 0x803f, [0x2a63] = 0x6897, [0x2a64] = 0x5de5, + [0x2a65] = 0x653b, [0x2a66] = 0x529f, [0x2a67] = 0x606d, [0x2a68] = 0x9f9a, + [0x2a69] = 0x4f9b, [0x2a6a] = 0x8eac, [0x2a6b] = 0x516c, [0x2a6c] = 0x5bab, + [0x2a6d] = 0x5f13, [0x2a6e] = 0x5de9, [0x2a6f] = 0x6c5e, [0x2a70] = 0x62f1, + [0x2a71] = 0x8d21, [0x2a72] = 0x5171, [0x2a73] = 0x94a9, [0x2a74] = 0x52fe, + [0x2a75] = 0x6c9f, [0x2a76] = 0x82df, [0x2a77] = 0x72d7, [0x2a78] = 0x57a2, + [0x2a79] = 0x6784, [0x2a7a] = 0x8d2d, [0x2a7b] = 0x591f, [0x2a7c] = 0x8f9c, + [0x2a7d] = 0x83c7, [0x2a7e] = 0x5495, [0x2a7f] = 0x7b8d, [0x2a80] = 0x4f30, + [0x2a81] = 0x6cbd, [0x2a82] = 0x5b64, [0x2a83] = 0x59d1, [0x2a84] = 0x9f13, + [0x2a85] = 0x53e4, [0x2a86] = 0x86ca, [0x2a87] = 0x9aa8, [0x2a88] = 0x8c37, + [0x2a89] = 0x80a1, [0x2a8a] = 0x6545, [0x2a8b] = 0x987e, [0x2a8c] = 0x56fa, + [0x2a8d] = 0x96c7, [0x2a8e] = 0x522e, [0x2a8f] = 0x74dc, [0x2a90] = 0x5250, + [0x2a91] = 0x5be1, [0x2a92] = 0x6302, [0x2a93] = 0x8902, [0x2a94] = 0x4e56, + [0x2a95] = 0x62d0, [0x2a96] = 0x602a, [0x2a97] = 0x68fa, [0x2a98] = 0x5173, + [0x2a99] = 0x5b98, [0x2a9a] = 0x51a0, [0x2a9b] = 0x89c2, [0x2a9c] = 0x7ba1, + [0x2a9d] = 0x9986, [0x2a9e] = 0x7f50, [0x2a9f] = 0x60ef, [0x2aa0] = 0x704c, + [0x2aa1] = 0x8d2f, [0x2aa2] = 0x5149, [0x2aa3] = 0x5e7f, [0x2aa4] = 0x901b, + [0x2aa5] = 0x7470, [0x2aa6] = 0x89c4, [0x2aa7] = 0x572d, [0x2aa8] = 0x7845, + [0x2aa9] = 0x5f52, [0x2aaa] = 0x9f9f, [0x2aab] = 0x95fa, [0x2aac] = 0x8f68, + [0x2aad] = 0x9b3c, [0x2aae] = 0x8be1, [0x2aaf] = 0x7678, [0x2ab0] = 0x6842, + [0x2ab1] = 0x67dc, [0x2ab2] = 0x8dea, [0x2ab3] = 0x8d35, [0x2ab4] = 0x523d, + [0x2ab5] = 0x8f8a, [0x2ab6] = 0x6eda, [0x2ab7] = 0x68cd, [0x2ab8] = 0x9505, + [0x2ab9] = 0x90ed, [0x2aba] = 0x56fd, [0x2abb] = 0x679c, [0x2abc] = 0x88f9, + [0x2abd] = 0x8fc7, [0x2abe] = 0x54c8, [0x2ac0] = 0x7bc5, [0x2ac1] = 0x7bc8, + [0x2ac2] = 0x7bc9, [0x2ac3] = 0x7bca, [0x2ac4] = 0x7bcb, [0x2ac5] = 0x7bcd, + [0x2ac6] = 0x7bce, [0x2ac7] = 0x7bcf, [0x2ac8] = 0x7bd0, [0x2ac9] = 0x7bd2, + [0x2aca] = 0x7bd4, [0x2acb] = 0x7bd5, [0x2acc] = 0x7bd6, [0x2acd] = 0x7bd7, + [0x2ace] = 0x7bd8, [0x2acf] = 0x7bdb, [0x2ad0] = 0x7bdc, [0x2ad1] = 0x7bde, + [0x2ad2] = 0x7bdf, [0x2ad3] = 0x7be0, [0x2ad4] = 0x7be2, [0x2ad5] = 0x7be3, + [0x2ad6] = 0x7be4, [0x2ad7] = 0x7be7, [0x2ad8] = 0x7be8, [0x2ad9] = 0x7be9, + [0x2ada] = 0x7beb, [0x2adb] = 0x7bec, [0x2adc] = 0x7bed, [0x2add] = 0x7bef, + [0x2ade] = 0x7bf0, [0x2adf] = 0x7bf2, [0x2ae0] = 0x7bf3, [0x2ae1] = 0x7bf4, + [0x2ae2] = 0x7bf5, [0x2ae3] = 0x7bf6, [0x2ae4] = 0x7bf8, [0x2ae5] = 0x7bf9, + [0x2ae6] = 0x7bfa, [0x2ae7] = 0x7bfb, [0x2ae8] = 0x7bfd, [0x2ae9] = 0x7bff, + [0x2aea] = 0x7c00, [0x2aeb] = 0x7c01, [0x2aec] = 0x7c02, [0x2aed] = 0x7c03, + [0x2aee] = 0x7c04, [0x2aef] = 0x7c05, [0x2af0] = 0x7c06, [0x2af1] = 0x7c08, + [0x2af2] = 0x7c09, [0x2af3] = 0x7c0a, [0x2af4] = 0x7c0d, [0x2af5] = 0x7c0e, + [0x2af6] = 0x7c10, [0x2af7] = 0x7c11, [0x2af8] = 0x7c12, [0x2af9] = 0x7c13, + [0x2afa] = 0x7c14, [0x2afb] = 0x7c15, [0x2afc] = 0x7c17, [0x2afd] = 0x7c18, + [0x2afe] = 0x7c19, [0x2b00] = 0x7c1a, [0x2b01] = 0x7c1b, [0x2b02] = 0x7c1c, + [0x2b03] = 0x7c1d, [0x2b04] = 0x7c1e, [0x2b05] = 0x7c20, [0x2b06] = 0x7c21, + [0x2b07] = 0x7c22, [0x2b08] = 0x7c23, [0x2b09] = 0x7c24, [0x2b0a] = 0x7c25, + [0x2b0b] = 0x7c28, [0x2b0c] = 0x7c29, [0x2b0d] = 0x7c2b, [0x2b0e] = 0x7c2c, + [0x2b0f] = 0x7c2d, [0x2b10] = 0x7c2e, [0x2b11] = 0x7c2f, [0x2b12] = 0x7c30, + [0x2b13] = 0x7c31, [0x2b14] = 0x7c32, [0x2b15] = 0x7c33, [0x2b16] = 0x7c34, + [0x2b17] = 0x7c35, [0x2b18] = 0x7c36, [0x2b19] = 0x7c37, [0x2b1a] = 0x7c39, + [0x2b1b] = 0x7c3a, [0x2b1c] = 0x7c3b, [0x2b1d] = 0x7c3c, [0x2b1e] = 0x7c3d, + [0x2b1f] = 0x7c3e, [0x2b20] = 0x7c42, [0x2b21] = 0x9ab8, [0x2b22] = 0x5b69, + [0x2b23] = 0x6d77, [0x2b24] = 0x6c26, [0x2b25] = 0x4ea5, [0x2b26] = 0x5bb3, + [0x2b27] = 0x9a87, [0x2b28] = 0x9163, [0x2b29] = 0x61a8, [0x2b2a] = 0x90af, + [0x2b2b] = 0x97e9, [0x2b2c] = 0x542b, [0x2b2d] = 0x6db5, [0x2b2e] = 0x5bd2, + [0x2b2f] = 0x51fd, [0x2b30] = 0x558a, [0x2b31] = 0x7f55, [0x2b32] = 0x7ff0, + [0x2b33] = 0x64bc, [0x2b34] = 0x634d, [0x2b35] = 0x65f1, [0x2b36] = 0x61be, + [0x2b37] = 0x608d, [0x2b38] = 0x710a, [0x2b39] = 0x6c57, [0x2b3a] = 0x6c49, + [0x2b3b] = 0x592f, [0x2b3c] = 0x676d, [0x2b3d] = 0x822a, [0x2b3e] = 0x58d5, + [0x2b3f] = 0x568e, [0x2b40] = 0x8c6a, [0x2b41] = 0x6beb, [0x2b42] = 0x90dd, + [0x2b43] = 0x597d, [0x2b44] = 0x8017, [0x2b45] = 0x53f7, [0x2b46] = 0x6d69, + [0x2b47] = 0x5475, [0x2b48] = 0x559d, [0x2b49] = 0x8377, [0x2b4a] = 0x83cf, + [0x2b4b] = 0x6838, [0x2b4c] = 0x79be, [0x2b4d] = 0x548c, [0x2b4e] = 0x4f55, + [0x2b4f] = 0x5408, [0x2b50] = 0x76d2, [0x2b51] = 0x8c89, [0x2b52] = 0x9602, + [0x2b53] = 0x6cb3, [0x2b54] = 0x6db8, [0x2b55] = 0x8d6b, [0x2b56] = 0x8910, + [0x2b57] = 0x9e64, [0x2b58] = 0x8d3a, [0x2b59] = 0x563f, [0x2b5a] = 0x9ed1, + [0x2b5b] = 0x75d5, [0x2b5c] = 0x5f88, [0x2b5d] = 0x72e0, [0x2b5e] = 0x6068, + [0x2b5f] = 0x54fc, [0x2b60] = 0x4ea8, [0x2b61] = 0x6a2a, [0x2b62] = 0x8861, + [0x2b63] = 0x6052, [0x2b64] = 0x8f70, [0x2b65] = 0x54c4, [0x2b66] = 0x70d8, + [0x2b67] = 0x8679, [0x2b68] = 0x9e3f, [0x2b69] = 0x6d2a, [0x2b6a] = 0x5b8f, + [0x2b6b] = 0x5f18, [0x2b6c] = 0x7ea2, [0x2b6d] = 0x5589, [0x2b6e] = 0x4faf, + [0x2b6f] = 0x7334, [0x2b70] = 0x543c, [0x2b71] = 0x539a, [0x2b72] = 0x5019, + [0x2b73] = 0x540e, [0x2b74] = 0x547c, [0x2b75] = 0x4e4e, [0x2b76] = 0x5ffd, + [0x2b77] = 0x745a, [0x2b78] = 0x58f6, [0x2b79] = 0x846b, [0x2b7a] = 0x80e1, + [0x2b7b] = 0x8774, [0x2b7c] = 0x72d0, [0x2b7d] = 0x7cca, [0x2b7e] = 0x6e56, + [0x2b80] = 0x7c43, [0x2b81] = 0x7c44, [0x2b82] = 0x7c45, [0x2b83] = 0x7c46, + [0x2b84] = 0x7c47, [0x2b85] = 0x7c48, [0x2b86] = 0x7c49, [0x2b87] = 0x7c4a, + [0x2b88] = 0x7c4b, [0x2b89] = 0x7c4c, [0x2b8a] = 0x7c4e, [0x2b8b] = 0x7c4f, + [0x2b8c] = 0x7c50, [0x2b8d] = 0x7c51, [0x2b8e] = 0x7c52, [0x2b8f] = 0x7c53, + [0x2b90] = 0x7c54, [0x2b91] = 0x7c55, [0x2b92] = 0x7c56, [0x2b93] = 0x7c57, + [0x2b94] = 0x7c58, [0x2b95] = 0x7c59, [0x2b96] = 0x7c5a, [0x2b97] = 0x7c5b, + [0x2b98] = 0x7c5c, [0x2b99] = 0x7c5d, [0x2b9a] = 0x7c5e, [0x2b9b] = 0x7c5f, + [0x2b9c] = 0x7c60, [0x2b9d] = 0x7c61, [0x2b9e] = 0x7c62, [0x2b9f] = 0x7c63, + [0x2ba0] = 0x7c64, [0x2ba1] = 0x7c65, [0x2ba2] = 0x7c66, [0x2ba3] = 0x7c67, + [0x2ba4] = 0x7c68, [0x2ba5] = 0x7c69, [0x2ba6] = 0x7c6a, [0x2ba7] = 0x7c6b, + [0x2ba8] = 0x7c6c, [0x2ba9] = 0x7c6d, [0x2baa] = 0x7c6e, [0x2bab] = 0x7c6f, + [0x2bac] = 0x7c70, [0x2bad] = 0x7c71, [0x2bae] = 0x7c72, [0x2baf] = 0x7c75, + [0x2bb0] = 0x7c76, [0x2bb1] = 0x7c77, [0x2bb2] = 0x7c78, [0x2bb3] = 0x7c79, + [0x2bb4] = 0x7c7a, [0x2bb5] = 0x7c7e, [0x2bb6] = 0x7c7f, [0x2bb7] = 0x7c80, + [0x2bb8] = 0x7c81, [0x2bb9] = 0x7c82, [0x2bba] = 0x7c83, [0x2bbb] = 0x7c84, + [0x2bbc] = 0x7c85, [0x2bbd] = 0x7c86, [0x2bbe] = 0x7c87, [0x2bc0] = 0x7c88, + [0x2bc1] = 0x7c8a, [0x2bc2] = 0x7c8b, [0x2bc3] = 0x7c8c, [0x2bc4] = 0x7c8d, + [0x2bc5] = 0x7c8e, [0x2bc6] = 0x7c8f, [0x2bc7] = 0x7c90, [0x2bc8] = 0x7c93, + [0x2bc9] = 0x7c94, [0x2bca] = 0x7c96, [0x2bcb] = 0x7c99, [0x2bcc] = 0x7c9a, + [0x2bcd] = 0x7c9b, [0x2bce] = 0x7ca0, [0x2bcf] = 0x7ca1, [0x2bd0] = 0x7ca3, + [0x2bd1] = 0x7ca6, [0x2bd2] = 0x7ca7, [0x2bd3] = 0x7ca8, [0x2bd4] = 0x7ca9, + [0x2bd5] = 0x7cab, [0x2bd6] = 0x7cac, [0x2bd7] = 0x7cad, [0x2bd8] = 0x7caf, + [0x2bd9] = 0x7cb0, [0x2bda] = 0x7cb4, [0x2bdb] = 0x7cb5, [0x2bdc] = 0x7cb6, + [0x2bdd] = 0x7cb7, [0x2bde] = 0x7cb8, [0x2bdf] = 0x7cba, [0x2be0] = 0x7cbb, + [0x2be1] = 0x5f27, [0x2be2] = 0x864e, [0x2be3] = 0x552c, [0x2be4] = 0x62a4, + [0x2be5] = 0x4e92, [0x2be6] = 0x6caa, [0x2be7] = 0x6237, [0x2be8] = 0x82b1, + [0x2be9] = 0x54d7, [0x2bea] = 0x534e, [0x2beb] = 0x733e, [0x2bec] = 0x6ed1, + [0x2bed] = 0x753b, [0x2bee] = 0x5212, [0x2bef] = 0x5316, [0x2bf0] = 0x8bdd, + [0x2bf1] = 0x69d0, [0x2bf2] = 0x5f8a, [0x2bf3] = 0x6000, [0x2bf4] = 0x6dee, + [0x2bf5] = 0x574f, [0x2bf6] = 0x6b22, [0x2bf7] = 0x73af, [0x2bf8] = 0x6853, + [0x2bf9] = 0x8fd8, [0x2bfa] = 0x7f13, [0x2bfb] = 0x6362, [0x2bfc] = 0x60a3, + [0x2bfd] = 0x5524, [0x2bfe] = 0x75ea, [0x2bff] = 0x8c62, [0x2c00] = 0x7115, + [0x2c01] = 0x6da3, [0x2c02] = 0x5ba6, [0x2c03] = 0x5e7b, [0x2c04] = 0x8352, + [0x2c05] = 0x614c, [0x2c06] = 0x9ec4, [0x2c07] = 0x78fa, [0x2c08] = 0x8757, + [0x2c09] = 0x7c27, [0x2c0a] = 0x7687, [0x2c0b] = 0x51f0, [0x2c0c] = 0x60f6, + [0x2c0d] = 0x714c, [0x2c0e] = 0x6643, [0x2c0f] = 0x5e4c, [0x2c10] = 0x604d, + [0x2c11] = 0x8c0e, [0x2c12] = 0x7070, [0x2c13] = 0x6325, [0x2c14] = 0x8f89, + [0x2c15] = 0x5fbd, [0x2c16] = 0x6062, [0x2c17] = 0x86d4, [0x2c18] = 0x56de, + [0x2c19] = 0x6bc1, [0x2c1a] = 0x6094, [0x2c1b] = 0x6167, [0x2c1c] = 0x5349, + [0x2c1d] = 0x60e0, [0x2c1e] = 0x6666, [0x2c1f] = 0x8d3f, [0x2c20] = 0x79fd, + [0x2c21] = 0x4f1a, [0x2c22] = 0x70e9, [0x2c23] = 0x6c47, [0x2c24] = 0x8bb3, + [0x2c25] = 0x8bf2, [0x2c26] = 0x7ed8, [0x2c27] = 0x8364, [0x2c28] = 0x660f, + [0x2c29] = 0x5a5a, [0x2c2a] = 0x9b42, [0x2c2b] = 0x6d51, [0x2c2c] = 0x6df7, + [0x2c2d] = 0x8c41, [0x2c2e] = 0x6d3b, [0x2c2f] = 0x4f19, [0x2c30] = 0x706b, + [0x2c31] = 0x83b7, [0x2c32] = 0x6216, [0x2c33] = 0x60d1, [0x2c34] = 0x970d, + [0x2c35] = 0x8d27, [0x2c36] = 0x7978, [0x2c37] = 0x51fb, [0x2c38] = 0x573e, + [0x2c39] = 0x57fa, [0x2c3a] = 0x673a, [0x2c3b] = 0x7578, [0x2c3c] = 0x7a3d, + [0x2c3d] = 0x79ef, [0x2c3e] = 0x7b95, [0x2c40] = 0x7cbf, [0x2c41] = 0x7cc0, + [0x2c42] = 0x7cc2, [0x2c43] = 0x7cc3, [0x2c44] = 0x7cc4, [0x2c45] = 0x7cc6, + [0x2c46] = 0x7cc9, [0x2c47] = 0x7ccb, [0x2c48] = 0x7cce, [0x2c49] = 0x7ccf, + [0x2c4a] = 0x7cd0, [0x2c4b] = 0x7cd1, [0x2c4c] = 0x7cd2, [0x2c4d] = 0x7cd3, + [0x2c4e] = 0x7cd4, [0x2c4f] = 0x7cd8, [0x2c50] = 0x7cda, [0x2c51] = 0x7cdb, + [0x2c52] = 0x7cdd, [0x2c53] = 0x7cde, [0x2c54] = 0x7ce1, [0x2c55] = 0x7ce2, + [0x2c56] = 0x7ce3, [0x2c57] = 0x7ce4, [0x2c58] = 0x7ce5, [0x2c59] = 0x7ce6, + [0x2c5a] = 0x7ce7, [0x2c5b] = 0x7ce9, [0x2c5c] = 0x7cea, [0x2c5d] = 0x7ceb, + [0x2c5e] = 0x7cec, [0x2c5f] = 0x7ced, [0x2c60] = 0x7cee, [0x2c61] = 0x7cf0, + [0x2c62] = 0x7cf1, [0x2c63] = 0x7cf2, [0x2c64] = 0x7cf3, [0x2c65] = 0x7cf4, + [0x2c66] = 0x7cf5, [0x2c67] = 0x7cf6, [0x2c68] = 0x7cf7, [0x2c69] = 0x7cf9, + [0x2c6a] = 0x7cfa, [0x2c6b] = 0x7cfc, [0x2c6c] = 0x7cfd, [0x2c6d] = 0x7cfe, + [0x2c6e] = 0x7cff, [0x2c6f] = 0x7d00, [0x2c70] = 0x7d01, [0x2c71] = 0x7d02, + [0x2c72] = 0x7d03, [0x2c73] = 0x7d04, [0x2c74] = 0x7d05, [0x2c75] = 0x7d06, + [0x2c76] = 0x7d07, [0x2c77] = 0x7d08, [0x2c78] = 0x7d09, [0x2c79] = 0x7d0b, + [0x2c7a] = 0x7d0c, [0x2c7b] = 0x7d0d, [0x2c7c] = 0x7d0e, [0x2c7d] = 0x7d0f, + [0x2c7e] = 0x7d10, [0x2c80] = 0x7d11, [0x2c81] = 0x7d12, [0x2c82] = 0x7d13, + [0x2c83] = 0x7d14, [0x2c84] = 0x7d15, [0x2c85] = 0x7d16, [0x2c86] = 0x7d17, + [0x2c87] = 0x7d18, [0x2c88] = 0x7d19, [0x2c89] = 0x7d1a, [0x2c8a] = 0x7d1b, + [0x2c8b] = 0x7d1c, [0x2c8c] = 0x7d1d, [0x2c8d] = 0x7d1e, [0x2c8e] = 0x7d1f, + [0x2c8f] = 0x7d21, [0x2c90] = 0x7d23, [0x2c91] = 0x7d24, [0x2c92] = 0x7d25, + [0x2c93] = 0x7d26, [0x2c94] = 0x7d28, [0x2c95] = 0x7d29, [0x2c96] = 0x7d2a, + [0x2c97] = 0x7d2c, [0x2c98] = 0x7d2d, [0x2c99] = 0x7d2e, [0x2c9a] = 0x7d30, + [0x2c9b] = 0x7d31, [0x2c9c] = 0x7d32, [0x2c9d] = 0x7d33, [0x2c9e] = 0x7d34, + [0x2c9f] = 0x7d35, [0x2ca0] = 0x7d36, [0x2ca1] = 0x808c, [0x2ca2] = 0x9965, + [0x2ca3] = 0x8ff9, [0x2ca4] = 0x6fc0, [0x2ca5] = 0x8ba5, [0x2ca6] = 0x9e21, + [0x2ca7] = 0x59ec, [0x2ca8] = 0x7ee9, [0x2ca9] = 0x7f09, [0x2caa] = 0x5409, + [0x2cab] = 0x6781, [0x2cac] = 0x68d8, [0x2cad] = 0x8f91, [0x2cae] = 0x7c4d, + [0x2caf] = 0x96c6, [0x2cb0] = 0x53ca, [0x2cb1] = 0x6025, [0x2cb2] = 0x75be, + [0x2cb3] = 0x6c72, [0x2cb4] = 0x5373, [0x2cb5] = 0x5ac9, [0x2cb6] = 0x7ea7, + [0x2cb7] = 0x6324, [0x2cb8] = 0x51e0, [0x2cb9] = 0x810a, [0x2cba] = 0x5df1, + [0x2cbb] = 0x84df, [0x2cbc] = 0x6280, [0x2cbd] = 0x5180, [0x2cbe] = 0x5b63, + [0x2cbf] = 0x4f0e, [0x2cc0] = 0x796d, [0x2cc1] = 0x5242, [0x2cc2] = 0x60b8, + [0x2cc3] = 0x6d4e, [0x2cc4] = 0x5bc4, [0x2cc5] = 0x5bc2, [0x2cc6] = 0x8ba1, + [0x2cc7] = 0x8bb0, [0x2cc8] = 0x65e2, [0x2cc9] = 0x5fcc, [0x2cca] = 0x9645, + [0x2ccb] = 0x5993, [0x2ccc] = 0x7ee7, [0x2ccd] = 0x7eaa, [0x2cce] = 0x5609, + [0x2ccf] = 0x67b7, [0x2cd0] = 0x5939, [0x2cd1] = 0x4f73, [0x2cd2] = 0x5bb6, + [0x2cd3] = 0x52a0, [0x2cd4] = 0x835a, [0x2cd5] = 0x988a, [0x2cd6] = 0x8d3e, + [0x2cd7] = 0x7532, [0x2cd8] = 0x94be, [0x2cd9] = 0x5047, [0x2cda] = 0x7a3c, + [0x2cdb] = 0x4ef7, [0x2cdc] = 0x67b6, [0x2cdd] = 0x9a7e, [0x2cde] = 0x5ac1, + [0x2cdf] = 0x6b7c, [0x2ce0] = 0x76d1, [0x2ce1] = 0x575a, [0x2ce2] = 0x5c16, + [0x2ce3] = 0x7b3a, [0x2ce4] = 0x95f4, [0x2ce5] = 0x714e, [0x2ce6] = 0x517c, + [0x2ce7] = 0x80a9, [0x2ce8] = 0x8270, [0x2ce9] = 0x5978, [0x2cea] = 0x7f04, + [0x2ceb] = 0x8327, [0x2cec] = 0x68c0, [0x2ced] = 0x67ec, [0x2cee] = 0x78b1, + [0x2cef] = 0x7877, [0x2cf0] = 0x62e3, [0x2cf1] = 0x6361, [0x2cf2] = 0x7b80, + [0x2cf3] = 0x4fed, [0x2cf4] = 0x526a, [0x2cf5] = 0x51cf, [0x2cf6] = 0x8350, + [0x2cf7] = 0x69db, [0x2cf8] = 0x9274, [0x2cf9] = 0x8df5, [0x2cfa] = 0x8d31, + [0x2cfb] = 0x89c1, [0x2cfc] = 0x952e, [0x2cfd] = 0x7bad, [0x2cfe] = 0x4ef6, + [0x2d00] = 0x7d37, [0x2d01] = 0x7d38, [0x2d02] = 0x7d39, [0x2d03] = 0x7d3a, + [0x2d04] = 0x7d3b, [0x2d05] = 0x7d3c, [0x2d06] = 0x7d3d, [0x2d07] = 0x7d3e, + [0x2d08] = 0x7d3f, [0x2d09] = 0x7d40, [0x2d0a] = 0x7d41, [0x2d0b] = 0x7d42, + [0x2d0c] = 0x7d43, [0x2d0d] = 0x7d44, [0x2d0e] = 0x7d45, [0x2d0f] = 0x7d46, + [0x2d10] = 0x7d47, [0x2d11] = 0x7d48, [0x2d12] = 0x7d49, [0x2d13] = 0x7d4a, + [0x2d14] = 0x7d4b, [0x2d15] = 0x7d4c, [0x2d16] = 0x7d4d, [0x2d17] = 0x7d4e, + [0x2d18] = 0x7d4f, [0x2d19] = 0x7d50, [0x2d1a] = 0x7d51, [0x2d1b] = 0x7d52, + [0x2d1c] = 0x7d53, [0x2d1d] = 0x7d54, [0x2d1e] = 0x7d55, [0x2d1f] = 0x7d56, + [0x2d20] = 0x7d57, [0x2d21] = 0x7d58, [0x2d22] = 0x7d59, [0x2d23] = 0x7d5a, + [0x2d24] = 0x7d5b, [0x2d25] = 0x7d5c, [0x2d26] = 0x7d5d, [0x2d27] = 0x7d5e, + [0x2d28] = 0x7d5f, [0x2d29] = 0x7d60, [0x2d2a] = 0x7d61, [0x2d2b] = 0x7d62, + [0x2d2c] = 0x7d63, [0x2d2d] = 0x7d64, [0x2d2e] = 0x7d65, [0x2d2f] = 0x7d66, + [0x2d30] = 0x7d67, [0x2d31] = 0x7d68, [0x2d32] = 0x7d69, [0x2d33] = 0x7d6a, + [0x2d34] = 0x7d6b, [0x2d35] = 0x7d6c, [0x2d36] = 0x7d6d, [0x2d37] = 0x7d6f, + [0x2d38] = 0x7d70, [0x2d39] = 0x7d71, [0x2d3a] = 0x7d72, [0x2d3b] = 0x7d73, + [0x2d3c] = 0x7d74, [0x2d3d] = 0x7d75, [0x2d3e] = 0x7d76, [0x2d40] = 0x7d78, + [0x2d41] = 0x7d79, [0x2d42] = 0x7d7a, [0x2d43] = 0x7d7b, [0x2d44] = 0x7d7c, + [0x2d45] = 0x7d7d, [0x2d46] = 0x7d7e, [0x2d47] = 0x7d7f, [0x2d48] = 0x7d80, + [0x2d49] = 0x7d81, [0x2d4a] = 0x7d82, [0x2d4b] = 0x7d83, [0x2d4c] = 0x7d84, + [0x2d4d] = 0x7d85, [0x2d4e] = 0x7d86, [0x2d4f] = 0x7d87, [0x2d50] = 0x7d88, + [0x2d51] = 0x7d89, [0x2d52] = 0x7d8a, [0x2d53] = 0x7d8b, [0x2d54] = 0x7d8c, + [0x2d55] = 0x7d8d, [0x2d56] = 0x7d8e, [0x2d57] = 0x7d8f, [0x2d58] = 0x7d90, + [0x2d59] = 0x7d91, [0x2d5a] = 0x7d92, [0x2d5b] = 0x7d93, [0x2d5c] = 0x7d94, + [0x2d5d] = 0x7d95, [0x2d5e] = 0x7d96, [0x2d5f] = 0x7d97, [0x2d60] = 0x7d98, + [0x2d61] = 0x5065, [0x2d62] = 0x8230, [0x2d63] = 0x5251, [0x2d64] = 0x996f, + [0x2d65] = 0x6e10, [0x2d66] = 0x6e85, [0x2d67] = 0x6da7, [0x2d68] = 0x5efa, + [0x2d69] = 0x50f5, [0x2d6a] = 0x59dc, [0x2d6b] = 0x5c06, [0x2d6c] = 0x6d46, + [0x2d6d] = 0x6c5f, [0x2d6e] = 0x7586, [0x2d6f] = 0x848b, [0x2d70] = 0x6868, + [0x2d71] = 0x5956, [0x2d72] = 0x8bb2, [0x2d73] = 0x5320, [0x2d74] = 0x9171, + [0x2d75] = 0x964d, [0x2d76] = 0x8549, [0x2d77] = 0x6912, [0x2d78] = 0x7901, + [0x2d79] = 0x7126, [0x2d7a] = 0x80f6, [0x2d7b] = 0x4ea4, [0x2d7c] = 0x90ca, + [0x2d7d] = 0x6d47, [0x2d7e] = 0x9a84, [0x2d7f] = 0x5a07, [0x2d80] = 0x56bc, + [0x2d81] = 0x6405, [0x2d82] = 0x94f0, [0x2d83] = 0x77eb, [0x2d84] = 0x4fa5, + [0x2d85] = 0x811a, [0x2d86] = 0x72e1, [0x2d87] = 0x89d2, [0x2d88] = 0x997a, + [0x2d89] = 0x7f34, [0x2d8a] = 0x7ede, [0x2d8b] = 0x527f, [0x2d8c] = 0x6559, + [0x2d8d] = 0x9175, [0x2d8e] = 0x8f7f, [0x2d8f] = 0x8f83, [0x2d90] = 0x53eb, + [0x2d91] = 0x7a96, [0x2d92] = 0x63ed, [0x2d93] = 0x63a5, [0x2d94] = 0x7686, + [0x2d95] = 0x79f8, [0x2d96] = 0x8857, [0x2d97] = 0x9636, [0x2d98] = 0x622a, + [0x2d99] = 0x52ab, [0x2d9a] = 0x8282, [0x2d9b] = 0x6854, [0x2d9c] = 0x6770, + [0x2d9d] = 0x6377, [0x2d9e] = 0x776b, [0x2d9f] = 0x7aed, [0x2da0] = 0x6d01, + [0x2da1] = 0x7ed3, [0x2da2] = 0x89e3, [0x2da3] = 0x59d0, [0x2da4] = 0x6212, + [0x2da5] = 0x85c9, [0x2da6] = 0x82a5, [0x2da7] = 0x754c, [0x2da8] = 0x501f, + [0x2da9] = 0x4ecb, [0x2daa] = 0x75a5, [0x2dab] = 0x8beb, [0x2dac] = 0x5c4a, + [0x2dad] = 0x5dfe, [0x2dae] = 0x7b4b, [0x2daf] = 0x65a4, [0x2db0] = 0x91d1, + [0x2db1] = 0x4eca, [0x2db2] = 0x6d25, [0x2db3] = 0x895f, [0x2db4] = 0x7d27, + [0x2db5] = 0x9526, [0x2db6] = 0x4ec5, [0x2db7] = 0x8c28, [0x2db8] = 0x8fdb, + [0x2db9] = 0x9773, [0x2dba] = 0x664b, [0x2dbb] = 0x7981, [0x2dbc] = 0x8fd1, + [0x2dbd] = 0x70ec, [0x2dbe] = 0x6d78, [0x2dc0] = 0x7d99, [0x2dc1] = 0x7d9a, + [0x2dc2] = 0x7d9b, [0x2dc3] = 0x7d9c, [0x2dc4] = 0x7d9d, [0x2dc5] = 0x7d9e, + [0x2dc6] = 0x7d9f, [0x2dc7] = 0x7da0, [0x2dc8] = 0x7da1, [0x2dc9] = 0x7da2, + [0x2dca] = 0x7da3, [0x2dcb] = 0x7da4, [0x2dcc] = 0x7da5, [0x2dcd] = 0x7da7, + [0x2dce] = 0x7da8, [0x2dcf] = 0x7da9, [0x2dd0] = 0x7daa, [0x2dd1] = 0x7dab, + [0x2dd2] = 0x7dac, [0x2dd3] = 0x7dad, [0x2dd4] = 0x7daf, [0x2dd5] = 0x7db0, + [0x2dd6] = 0x7db1, [0x2dd7] = 0x7db2, [0x2dd8] = 0x7db3, [0x2dd9] = 0x7db4, + [0x2dda] = 0x7db5, [0x2ddb] = 0x7db6, [0x2ddc] = 0x7db7, [0x2ddd] = 0x7db8, + [0x2dde] = 0x7db9, [0x2ddf] = 0x7dba, [0x2de0] = 0x7dbb, [0x2de1] = 0x7dbc, + [0x2de2] = 0x7dbd, [0x2de3] = 0x7dbe, [0x2de4] = 0x7dbf, [0x2de5] = 0x7dc0, + [0x2de6] = 0x7dc1, [0x2de7] = 0x7dc2, [0x2de8] = 0x7dc3, [0x2de9] = 0x7dc4, + [0x2dea] = 0x7dc5, [0x2deb] = 0x7dc6, [0x2dec] = 0x7dc7, [0x2ded] = 0x7dc8, + [0x2dee] = 0x7dc9, [0x2def] = 0x7dca, [0x2df0] = 0x7dcb, [0x2df1] = 0x7dcc, + [0x2df2] = 0x7dcd, [0x2df3] = 0x7dce, [0x2df4] = 0x7dcf, [0x2df5] = 0x7dd0, + [0x2df6] = 0x7dd1, [0x2df7] = 0x7dd2, [0x2df8] = 0x7dd3, [0x2df9] = 0x7dd4, + [0x2dfa] = 0x7dd5, [0x2dfb] = 0x7dd6, [0x2dfc] = 0x7dd7, [0x2dfd] = 0x7dd8, + [0x2dfe] = 0x7dd9, [0x2e00] = 0x7dda, [0x2e01] = 0x7ddb, [0x2e02] = 0x7ddc, + [0x2e03] = 0x7ddd, [0x2e04] = 0x7dde, [0x2e05] = 0x7ddf, [0x2e06] = 0x7de0, + [0x2e07] = 0x7de1, [0x2e08] = 0x7de2, [0x2e09] = 0x7de3, [0x2e0a] = 0x7de4, + [0x2e0b] = 0x7de5, [0x2e0c] = 0x7de6, [0x2e0d] = 0x7de7, [0x2e0e] = 0x7de8, + [0x2e0f] = 0x7de9, [0x2e10] = 0x7dea, [0x2e11] = 0x7deb, [0x2e12] = 0x7dec, + [0x2e13] = 0x7ded, [0x2e14] = 0x7dee, [0x2e15] = 0x7def, [0x2e16] = 0x7df0, + [0x2e17] = 0x7df1, [0x2e18] = 0x7df2, [0x2e19] = 0x7df3, [0x2e1a] = 0x7df4, + [0x2e1b] = 0x7df5, [0x2e1c] = 0x7df6, [0x2e1d] = 0x7df7, [0x2e1e] = 0x7df8, + [0x2e1f] = 0x7df9, [0x2e20] = 0x7dfa, [0x2e21] = 0x5c3d, [0x2e22] = 0x52b2, + [0x2e23] = 0x8346, [0x2e24] = 0x5162, [0x2e25] = 0x830e, [0x2e26] = 0x775b, + [0x2e27] = 0x6676, [0x2e28] = 0x9cb8, [0x2e29] = 0x4eac, [0x2e2a] = 0x60ca, + [0x2e2b] = 0x7cbe, [0x2e2c] = 0x7cb3, [0x2e2d] = 0x7ecf, [0x2e2e] = 0x4e95, + [0x2e2f] = 0x8b66, [0x2e30] = 0x666f, [0x2e31] = 0x9888, [0x2e32] = 0x9759, + [0x2e33] = 0x5883, [0x2e34] = 0x656c, [0x2e35] = 0x955c, [0x2e36] = 0x5f84, + [0x2e37] = 0x75c9, [0x2e38] = 0x9756, [0x2e39] = 0x7adf, [0x2e3a] = 0x7ade, + [0x2e3b] = 0x51c0, [0x2e3c] = 0x70af, [0x2e3d] = 0x7a98, [0x2e3e] = 0x63ea, + [0x2e3f] = 0x7a76, [0x2e40] = 0x7ea0, [0x2e41] = 0x7396, [0x2e42] = 0x97ed, + [0x2e43] = 0x4e45, [0x2e44] = 0x7078, [0x2e45] = 0x4e5d, [0x2e46] = 0x9152, + [0x2e47] = 0x53a9, [0x2e48] = 0x6551, [0x2e49] = 0x65e7, [0x2e4a] = 0x81fc, + [0x2e4b] = 0x8205, [0x2e4c] = 0x548e, [0x2e4d] = 0x5c31, [0x2e4e] = 0x759a, + [0x2e4f] = 0x97a0, [0x2e50] = 0x62d8, [0x2e51] = 0x72d9, [0x2e52] = 0x75bd, + [0x2e53] = 0x5c45, [0x2e54] = 0x9a79, [0x2e55] = 0x83ca, [0x2e56] = 0x5c40, + [0x2e57] = 0x5480, [0x2e58] = 0x77e9, [0x2e59] = 0x4e3e, [0x2e5a] = 0x6cae, + [0x2e5b] = 0x805a, [0x2e5c] = 0x62d2, [0x2e5d] = 0x636e, [0x2e5e] = 0x5de8, + [0x2e5f] = 0x5177, [0x2e60] = 0x8ddd, [0x2e61] = 0x8e1e, [0x2e62] = 0x952f, + [0x2e63] = 0x4ff1, [0x2e64] = 0x53e5, [0x2e65] = 0x60e7, [0x2e66] = 0x70ac, + [0x2e67] = 0x5267, [0x2e68] = 0x6350, [0x2e69] = 0x9e43, [0x2e6a] = 0x5a1f, + [0x2e6b] = 0x5026, [0x2e6c] = 0x7737, [0x2e6d] = 0x5377, [0x2e6e] = 0x7ee2, + [0x2e6f] = 0x6485, [0x2e70] = 0x652b, [0x2e71] = 0x6289, [0x2e72] = 0x6398, + [0x2e73] = 0x5014, [0x2e74] = 0x7235, [0x2e75] = 0x89c9, [0x2e76] = 0x51b3, + [0x2e77] = 0x8bc0, [0x2e78] = 0x7edd, [0x2e79] = 0x5747, [0x2e7a] = 0x83cc, + [0x2e7b] = 0x94a7, [0x2e7c] = 0x519b, [0x2e7d] = 0x541b, [0x2e7e] = 0x5cfb, + [0x2e80] = 0x7dfb, [0x2e81] = 0x7dfc, [0x2e82] = 0x7dfd, [0x2e83] = 0x7dfe, + [0x2e84] = 0x7dff, [0x2e85] = 0x7e00, [0x2e86] = 0x7e01, [0x2e87] = 0x7e02, + [0x2e88] = 0x7e03, [0x2e89] = 0x7e04, [0x2e8a] = 0x7e05, [0x2e8b] = 0x7e06, + [0x2e8c] = 0x7e07, [0x2e8d] = 0x7e08, [0x2e8e] = 0x7e09, [0x2e8f] = 0x7e0a, + [0x2e90] = 0x7e0b, [0x2e91] = 0x7e0c, [0x2e92] = 0x7e0d, [0x2e93] = 0x7e0e, + [0x2e94] = 0x7e0f, [0x2e95] = 0x7e10, [0x2e96] = 0x7e11, [0x2e97] = 0x7e12, + [0x2e98] = 0x7e13, [0x2e99] = 0x7e14, [0x2e9a] = 0x7e15, [0x2e9b] = 0x7e16, + [0x2e9c] = 0x7e17, [0x2e9d] = 0x7e18, [0x2e9e] = 0x7e19, [0x2e9f] = 0x7e1a, + [0x2ea0] = 0x7e1b, [0x2ea1] = 0x7e1c, [0x2ea2] = 0x7e1d, [0x2ea3] = 0x7e1e, + [0x2ea4] = 0x7e1f, [0x2ea5] = 0x7e20, [0x2ea6] = 0x7e21, [0x2ea7] = 0x7e22, + [0x2ea8] = 0x7e23, [0x2ea9] = 0x7e24, [0x2eaa] = 0x7e25, [0x2eab] = 0x7e26, + [0x2eac] = 0x7e27, [0x2ead] = 0x7e28, [0x2eae] = 0x7e29, [0x2eaf] = 0x7e2a, + [0x2eb0] = 0x7e2b, [0x2eb1] = 0x7e2c, [0x2eb2] = 0x7e2d, [0x2eb3] = 0x7e2e, + [0x2eb4] = 0x7e2f, [0x2eb5] = 0x7e30, [0x2eb6] = 0x7e31, [0x2eb7] = 0x7e32, + [0x2eb8] = 0x7e33, [0x2eb9] = 0x7e34, [0x2eba] = 0x7e35, [0x2ebb] = 0x7e36, + [0x2ebc] = 0x7e37, [0x2ebd] = 0x7e38, [0x2ebe] = 0x7e39, [0x2ec0] = 0x7e3a, + [0x2ec1] = 0x7e3c, [0x2ec2] = 0x7e3d, [0x2ec3] = 0x7e3e, [0x2ec4] = 0x7e3f, + [0x2ec5] = 0x7e40, [0x2ec6] = 0x7e42, [0x2ec7] = 0x7e43, [0x2ec8] = 0x7e44, + [0x2ec9] = 0x7e45, [0x2eca] = 0x7e46, [0x2ecb] = 0x7e48, [0x2ecc] = 0x7e49, + [0x2ecd] = 0x7e4a, [0x2ece] = 0x7e4b, [0x2ecf] = 0x7e4c, [0x2ed0] = 0x7e4d, + [0x2ed1] = 0x7e4e, [0x2ed2] = 0x7e4f, [0x2ed3] = 0x7e50, [0x2ed4] = 0x7e51, + [0x2ed5] = 0x7e52, [0x2ed6] = 0x7e53, [0x2ed7] = 0x7e54, [0x2ed8] = 0x7e55, + [0x2ed9] = 0x7e56, [0x2eda] = 0x7e57, [0x2edb] = 0x7e58, [0x2edc] = 0x7e59, + [0x2edd] = 0x7e5a, [0x2ede] = 0x7e5b, [0x2edf] = 0x7e5c, [0x2ee0] = 0x7e5d, + [0x2ee1] = 0x4fca, [0x2ee2] = 0x7ae3, [0x2ee3] = 0x6d5a, [0x2ee4] = 0x90e1, + [0x2ee5] = 0x9a8f, [0x2ee6] = 0x5580, [0x2ee7] = 0x5496, [0x2ee8] = 0x5361, + [0x2ee9] = 0x54af, [0x2eea] = 0x5f00, [0x2eeb] = 0x63e9, [0x2eec] = 0x6977, + [0x2eed] = 0x51ef, [0x2eee] = 0x6168, [0x2eef] = 0x520a, [0x2ef0] = 0x582a, + [0x2ef1] = 0x52d8, [0x2ef2] = 0x574e, [0x2ef3] = 0x780d, [0x2ef4] = 0x770b, + [0x2ef5] = 0x5eb7, [0x2ef6] = 0x6177, [0x2ef7] = 0x7ce0, [0x2ef8] = 0x625b, + [0x2ef9] = 0x6297, [0x2efa] = 0x4ea2, [0x2efb] = 0x7095, [0x2efc] = 0x8003, + [0x2efd] = 0x62f7, [0x2efe] = 0x70e4, [0x2eff] = 0x9760, [0x2f00] = 0x5777, + [0x2f01] = 0x82db, [0x2f02] = 0x67ef, [0x2f03] = 0x68f5, [0x2f04] = 0x78d5, + [0x2f05] = 0x9897, [0x2f06] = 0x79d1, [0x2f07] = 0x58f3, [0x2f08] = 0x54b3, + [0x2f09] = 0x53ef, [0x2f0a] = 0x6e34, [0x2f0b] = 0x514b, [0x2f0c] = 0x523b, + [0x2f0d] = 0x5ba2, [0x2f0e] = 0x8bfe, [0x2f0f] = 0x80af, [0x2f10] = 0x5543, + [0x2f11] = 0x57a6, [0x2f12] = 0x6073, [0x2f13] = 0x5751, [0x2f14] = 0x542d, + [0x2f15] = 0x7a7a, [0x2f16] = 0x6050, [0x2f17] = 0x5b54, [0x2f18] = 0x63a7, + [0x2f19] = 0x62a0, [0x2f1a] = 0x53e3, [0x2f1b] = 0x6263, [0x2f1c] = 0x5bc7, + [0x2f1d] = 0x67af, [0x2f1e] = 0x54ed, [0x2f1f] = 0x7a9f, [0x2f20] = 0x82e6, + [0x2f21] = 0x9177, [0x2f22] = 0x5e93, [0x2f23] = 0x88e4, [0x2f24] = 0x5938, + [0x2f25] = 0x57ae, [0x2f26] = 0x630e, [0x2f27] = 0x8de8, [0x2f28] = 0x80ef, + [0x2f29] = 0x5757, [0x2f2a] = 0x7b77, [0x2f2b] = 0x4fa9, [0x2f2c] = 0x5feb, + [0x2f2d] = 0x5bbd, [0x2f2e] = 0x6b3e, [0x2f2f] = 0x5321, [0x2f30] = 0x7b50, + [0x2f31] = 0x72c2, [0x2f32] = 0x6846, [0x2f33] = 0x77ff, [0x2f34] = 0x7736, + [0x2f35] = 0x65f7, [0x2f36] = 0x51b5, [0x2f37] = 0x4e8f, [0x2f38] = 0x76d4, + [0x2f39] = 0x5cbf, [0x2f3a] = 0x7aa5, [0x2f3b] = 0x8475, [0x2f3c] = 0x594e, + [0x2f3d] = 0x9b41, [0x2f3e] = 0x5080, [0x2f40] = 0x7e5e, [0x2f41] = 0x7e5f, + [0x2f42] = 0x7e60, [0x2f43] = 0x7e61, [0x2f44] = 0x7e62, [0x2f45] = 0x7e63, + [0x2f46] = 0x7e64, [0x2f47] = 0x7e65, [0x2f48] = 0x7e66, [0x2f49] = 0x7e67, + [0x2f4a] = 0x7e68, [0x2f4b] = 0x7e69, [0x2f4c] = 0x7e6a, [0x2f4d] = 0x7e6b, + [0x2f4e] = 0x7e6c, [0x2f4f] = 0x7e6d, [0x2f50] = 0x7e6e, [0x2f51] = 0x7e6f, + [0x2f52] = 0x7e70, [0x2f53] = 0x7e71, [0x2f54] = 0x7e72, [0x2f55] = 0x7e73, + [0x2f56] = 0x7e74, [0x2f57] = 0x7e75, [0x2f58] = 0x7e76, [0x2f59] = 0x7e77, + [0x2f5a] = 0x7e78, [0x2f5b] = 0x7e79, [0x2f5c] = 0x7e7a, [0x2f5d] = 0x7e7b, + [0x2f5e] = 0x7e7c, [0x2f5f] = 0x7e7d, [0x2f60] = 0x7e7e, [0x2f61] = 0x7e7f, + [0x2f62] = 0x7e80, [0x2f63] = 0x7e81, [0x2f64] = 0x7e83, [0x2f65] = 0x7e84, + [0x2f66] = 0x7e85, [0x2f67] = 0x7e86, [0x2f68] = 0x7e87, [0x2f69] = 0x7e88, + [0x2f6a] = 0x7e89, [0x2f6b] = 0x7e8a, [0x2f6c] = 0x7e8b, [0x2f6d] = 0x7e8c, + [0x2f6e] = 0x7e8d, [0x2f6f] = 0x7e8e, [0x2f70] = 0x7e8f, [0x2f71] = 0x7e90, + [0x2f72] = 0x7e91, [0x2f73] = 0x7e92, [0x2f74] = 0x7e93, [0x2f75] = 0x7e94, + [0x2f76] = 0x7e95, [0x2f77] = 0x7e96, [0x2f78] = 0x7e97, [0x2f79] = 0x7e98, + [0x2f7a] = 0x7e99, [0x2f7b] = 0x7e9a, [0x2f7c] = 0x7e9c, [0x2f7d] = 0x7e9d, + [0x2f7e] = 0x7e9e, [0x2f80] = 0x7eae, [0x2f81] = 0x7eb4, [0x2f82] = 0x7ebb, + [0x2f83] = 0x7ebc, [0x2f84] = 0x7ed6, [0x2f85] = 0x7ee4, [0x2f86] = 0x7eec, + [0x2f87] = 0x7ef9, [0x2f88] = 0x7f0a, [0x2f89] = 0x7f10, [0x2f8a] = 0x7f1e, + [0x2f8b] = 0x7f37, [0x2f8c] = 0x7f39, [0x2f8d] = 0x7f3b, [0x2f8e] = 0x7f3c, + [0x2f8f] = 0x7f3d, [0x2f90] = 0x7f3e, [0x2f91] = 0x7f3f, [0x2f92] = 0x7f40, + [0x2f93] = 0x7f41, [0x2f94] = 0x7f43, [0x2f95] = 0x7f46, [0x2f96] = 0x7f47, + [0x2f97] = 0x7f48, [0x2f98] = 0x7f49, [0x2f99] = 0x7f4a, [0x2f9a] = 0x7f4b, + [0x2f9b] = 0x7f4c, [0x2f9c] = 0x7f4d, [0x2f9d] = 0x7f4e, [0x2f9e] = 0x7f4f, + [0x2f9f] = 0x7f52, [0x2fa0] = 0x7f53, [0x2fa1] = 0x9988, [0x2fa2] = 0x6127, + [0x2fa3] = 0x6e83, [0x2fa4] = 0x5764, [0x2fa5] = 0x6606, [0x2fa6] = 0x6346, + [0x2fa7] = 0x56f0, [0x2fa8] = 0x62ec, [0x2fa9] = 0x6269, [0x2faa] = 0x5ed3, + [0x2fab] = 0x9614, [0x2fac] = 0x5783, [0x2fad] = 0x62c9, [0x2fae] = 0x5587, + [0x2faf] = 0x8721, [0x2fb0] = 0x814a, [0x2fb1] = 0x8fa3, [0x2fb2] = 0x5566, + [0x2fb3] = 0x83b1, [0x2fb4] = 0x6765, [0x2fb5] = 0x8d56, [0x2fb6] = 0x84dd, + [0x2fb7] = 0x5a6a, [0x2fb8] = 0x680f, [0x2fb9] = 0x62e6, [0x2fba] = 0x7bee, + [0x2fbb] = 0x9611, [0x2fbc] = 0x5170, [0x2fbd] = 0x6f9c, [0x2fbe] = 0x8c30, + [0x2fbf] = 0x63fd, [0x2fc0] = 0x89c8, [0x2fc1] = 0x61d2, [0x2fc2] = 0x7f06, + [0x2fc3] = 0x70c2, [0x2fc4] = 0x6ee5, [0x2fc5] = 0x7405, [0x2fc6] = 0x6994, + [0x2fc7] = 0x72fc, [0x2fc8] = 0x5eca, [0x2fc9] = 0x90ce, [0x2fca] = 0x6717, + [0x2fcb] = 0x6d6a, [0x2fcc] = 0x635e, [0x2fcd] = 0x52b3, [0x2fce] = 0x7262, + [0x2fcf] = 0x8001, [0x2fd0] = 0x4f6c, [0x2fd1] = 0x59e5, [0x2fd2] = 0x916a, + [0x2fd3] = 0x70d9, [0x2fd4] = 0x6d9d, [0x2fd5] = 0x52d2, [0x2fd6] = 0x4e50, + [0x2fd7] = 0x96f7, [0x2fd8] = 0x956d, [0x2fd9] = 0x857e, [0x2fda] = 0x78ca, + [0x2fdb] = 0x7d2f, [0x2fdc] = 0x5121, [0x2fdd] = 0x5792, [0x2fde] = 0x64c2, + [0x2fdf] = 0x808b, [0x2fe0] = 0x7c7b, [0x2fe1] = 0x6cea, [0x2fe2] = 0x68f1, + [0x2fe3] = 0x695e, [0x2fe4] = 0x51b7, [0x2fe5] = 0x5398, [0x2fe6] = 0x68a8, + [0x2fe7] = 0x7281, [0x2fe8] = 0x9ece, [0x2fe9] = 0x7bf1, [0x2fea] = 0x72f8, + [0x2feb] = 0x79bb, [0x2fec] = 0x6f13, [0x2fed] = 0x7406, [0x2fee] = 0x674e, + [0x2fef] = 0x91cc, [0x2ff0] = 0x9ca4, [0x2ff1] = 0x793c, [0x2ff2] = 0x8389, + [0x2ff3] = 0x8354, [0x2ff4] = 0x540f, [0x2ff5] = 0x6817, [0x2ff6] = 0x4e3d, + [0x2ff7] = 0x5389, [0x2ff8] = 0x52b1, [0x2ff9] = 0x783e, [0x2ffa] = 0x5386, + [0x2ffb] = 0x5229, [0x2ffc] = 0x5088, [0x2ffd] = 0x4f8b, [0x2ffe] = 0x4fd0, + [0x3000] = 0x7f56, [0x3001] = 0x7f59, [0x3002] = 0x7f5b, [0x3003] = 0x7f5c, + [0x3004] = 0x7f5d, [0x3005] = 0x7f5e, [0x3006] = 0x7f60, [0x3007] = 0x7f63, + [0x3008] = 0x7f64, [0x3009] = 0x7f65, [0x300a] = 0x7f66, [0x300b] = 0x7f67, + [0x300c] = 0x7f6b, [0x300d] = 0x7f6c, [0x300e] = 0x7f6d, [0x300f] = 0x7f6f, + [0x3010] = 0x7f70, [0x3011] = 0x7f73, [0x3012] = 0x7f75, [0x3013] = 0x7f76, + [0x3014] = 0x7f77, [0x3015] = 0x7f78, [0x3016] = 0x7f7a, [0x3017] = 0x7f7b, + [0x3018] = 0x7f7c, [0x3019] = 0x7f7d, [0x301a] = 0x7f7f, [0x301b] = 0x7f80, + [0x301c] = 0x7f82, [0x301d] = 0x7f83, [0x301e] = 0x7f84, [0x301f] = 0x7f85, + [0x3020] = 0x7f86, [0x3021] = 0x7f87, [0x3022] = 0x7f88, [0x3023] = 0x7f89, + [0x3024] = 0x7f8b, [0x3025] = 0x7f8d, [0x3026] = 0x7f8f, [0x3027] = 0x7f90, + [0x3028] = 0x7f91, [0x3029] = 0x7f92, [0x302a] = 0x7f93, [0x302b] = 0x7f95, + [0x302c] = 0x7f96, [0x302d] = 0x7f97, [0x302e] = 0x7f98, [0x302f] = 0x7f99, + [0x3030] = 0x7f9b, [0x3031] = 0x7f9c, [0x3032] = 0x7fa0, [0x3033] = 0x7fa2, + [0x3034] = 0x7fa3, [0x3035] = 0x7fa5, [0x3036] = 0x7fa6, [0x3037] = 0x7fa8, + [0x3038] = 0x7fa9, [0x3039] = 0x7faa, [0x303a] = 0x7fab, [0x303b] = 0x7fac, + [0x303c] = 0x7fad, [0x303d] = 0x7fae, [0x303e] = 0x7fb1, [0x3040] = 0x7fb3, + [0x3041] = 0x7fb4, [0x3042] = 0x7fb5, [0x3043] = 0x7fb6, [0x3044] = 0x7fb7, + [0x3045] = 0x7fba, [0x3046] = 0x7fbb, [0x3047] = 0x7fbe, [0x3048] = 0x7fc0, + [0x3049] = 0x7fc2, [0x304a] = 0x7fc3, [0x304b] = 0x7fc4, [0x304c] = 0x7fc6, + [0x304d] = 0x7fc7, [0x304e] = 0x7fc8, [0x304f] = 0x7fc9, [0x3050] = 0x7fcb, + [0x3051] = 0x7fcd, [0x3052] = 0x7fcf, [0x3053] = 0x7fd0, [0x3054] = 0x7fd1, + [0x3055] = 0x7fd2, [0x3056] = 0x7fd3, [0x3057] = 0x7fd6, [0x3058] = 0x7fd7, + [0x3059] = 0x7fd9, [0x305a] = 0x7fda, [0x305b] = 0x7fdb, [0x305c] = 0x7fdc, + [0x305d] = 0x7fdd, [0x305e] = 0x7fde, [0x305f] = 0x7fe2, [0x3060] = 0x7fe3, + [0x3061] = 0x75e2, [0x3062] = 0x7acb, [0x3063] = 0x7c92, [0x3064] = 0x6ca5, + [0x3065] = 0x96b6, [0x3066] = 0x529b, [0x3067] = 0x7483, [0x3068] = 0x54e9, + [0x3069] = 0x4fe9, [0x306a] = 0x8054, [0x306b] = 0x83b2, [0x306c] = 0x8fde, + [0x306d] = 0x9570, [0x306e] = 0x5ec9, [0x306f] = 0x601c, [0x3070] = 0x6d9f, + [0x3071] = 0x5e18, [0x3072] = 0x655b, [0x3073] = 0x8138, [0x3074] = 0x94fe, + [0x3075] = 0x604b, [0x3076] = 0x70bc, [0x3077] = 0x7ec3, [0x3078] = 0x7cae, + [0x3079] = 0x51c9, [0x307a] = 0x6881, [0x307b] = 0x7cb1, [0x307c] = 0x826f, + [0x307d] = 0x4e24, [0x307e] = 0x8f86, [0x307f] = 0x91cf, [0x3080] = 0x667e, + [0x3081] = 0x4eae, [0x3082] = 0x8c05, [0x3083] = 0x64a9, [0x3084] = 0x804a, + [0x3085] = 0x50da, [0x3086] = 0x7597, [0x3087] = 0x71ce, [0x3088] = 0x5be5, + [0x3089] = 0x8fbd, [0x308a] = 0x6f66, [0x308b] = 0x4e86, [0x308c] = 0x6482, + [0x308d] = 0x9563, [0x308e] = 0x5ed6, [0x308f] = 0x6599, [0x3090] = 0x5217, + [0x3091] = 0x88c2, [0x3092] = 0x70c8, [0x3093] = 0x52a3, [0x3094] = 0x730e, + [0x3095] = 0x7433, [0x3096] = 0x6797, [0x3097] = 0x78f7, [0x3098] = 0x9716, + [0x3099] = 0x4e34, [0x309a] = 0x90bb, [0x309b] = 0x9cde, [0x309c] = 0x6dcb, + [0x309d] = 0x51db, [0x309e] = 0x8d41, [0x309f] = 0x541d, [0x30a0] = 0x62ce, + [0x30a1] = 0x73b2, [0x30a2] = 0x83f1, [0x30a3] = 0x96f6, [0x30a4] = 0x9f84, + [0x30a5] = 0x94c3, [0x30a6] = 0x4f36, [0x30a7] = 0x7f9a, [0x30a8] = 0x51cc, + [0x30a9] = 0x7075, [0x30aa] = 0x9675, [0x30ab] = 0x5cad, [0x30ac] = 0x9886, + [0x30ad] = 0x53e6, [0x30ae] = 0x4ee4, [0x30af] = 0x6e9c, [0x30b0] = 0x7409, + [0x30b1] = 0x69b4, [0x30b2] = 0x786b, [0x30b3] = 0x998f, [0x30b4] = 0x7559, + [0x30b5] = 0x5218, [0x30b6] = 0x7624, [0x30b7] = 0x6d41, [0x30b8] = 0x67f3, + [0x30b9] = 0x516d, [0x30ba] = 0x9f99, [0x30bb] = 0x804b, [0x30bc] = 0x5499, + [0x30bd] = 0x7b3c, [0x30be] = 0x7abf, [0x30c0] = 0x7fe4, [0x30c1] = 0x7fe7, + [0x30c2] = 0x7fe8, [0x30c3] = 0x7fea, [0x30c4] = 0x7feb, [0x30c5] = 0x7fec, + [0x30c6] = 0x7fed, [0x30c7] = 0x7fef, [0x30c8] = 0x7ff2, [0x30c9] = 0x7ff4, + [0x30ca] = 0x7ff5, [0x30cb] = 0x7ff6, [0x30cc] = 0x7ff7, [0x30cd] = 0x7ff8, + [0x30ce] = 0x7ff9, [0x30cf] = 0x7ffa, [0x30d0] = 0x7ffd, [0x30d1] = 0x7ffe, + [0x30d2] = 0x7fff, [0x30d3] = 0x8002, [0x30d4] = 0x8007, [0x30d5] = 0x8008, + [0x30d6] = 0x8009, [0x30d7] = 0x800a, [0x30d8] = 0x800e, [0x30d9] = 0x800f, + [0x30da] = 0x8011, [0x30db] = 0x8013, [0x30dc] = 0x801a, [0x30dd] = 0x801b, + [0x30de] = 0x801d, [0x30df] = 0x801e, [0x30e0] = 0x801f, [0x30e1] = 0x8021, + [0x30e2] = 0x8023, [0x30e3] = 0x8024, [0x30e4] = 0x802b, [0x30e5] = 0x802c, + [0x30e6] = 0x802d, [0x30e7] = 0x802e, [0x30e8] = 0x802f, [0x30e9] = 0x8030, + [0x30ea] = 0x8032, [0x30eb] = 0x8034, [0x30ec] = 0x8039, [0x30ed] = 0x803a, + [0x30ee] = 0x803c, [0x30ef] = 0x803e, [0x30f0] = 0x8040, [0x30f1] = 0x8041, + [0x30f2] = 0x8044, [0x30f3] = 0x8045, [0x30f4] = 0x8047, [0x30f5] = 0x8048, + [0x30f6] = 0x8049, [0x30f7] = 0x804e, [0x30f8] = 0x804f, [0x30f9] = 0x8050, + [0x30fa] = 0x8051, [0x30fb] = 0x8053, [0x30fc] = 0x8055, [0x30fd] = 0x8056, + [0x30fe] = 0x8057, [0x3100] = 0x8059, [0x3101] = 0x805b, [0x3102] = 0x805c, + [0x3103] = 0x805d, [0x3104] = 0x805e, [0x3105] = 0x805f, [0x3106] = 0x8060, + [0x3107] = 0x8061, [0x3108] = 0x8062, [0x3109] = 0x8063, [0x310a] = 0x8064, + [0x310b] = 0x8065, [0x310c] = 0x8066, [0x310d] = 0x8067, [0x310e] = 0x8068, + [0x310f] = 0x806b, [0x3110] = 0x806c, [0x3111] = 0x806d, [0x3112] = 0x806e, + [0x3113] = 0x806f, [0x3114] = 0x8070, [0x3115] = 0x8072, [0x3116] = 0x8073, + [0x3117] = 0x8074, [0x3118] = 0x8075, [0x3119] = 0x8076, [0x311a] = 0x8077, + [0x311b] = 0x8078, [0x311c] = 0x8079, [0x311d] = 0x807a, [0x311e] = 0x807b, + [0x311f] = 0x807c, [0x3120] = 0x807d, [0x3121] = 0x9686, [0x3122] = 0x5784, + [0x3123] = 0x62e2, [0x3124] = 0x9647, [0x3125] = 0x697c, [0x3126] = 0x5a04, + [0x3127] = 0x6402, [0x3128] = 0x7bd3, [0x3129] = 0x6f0f, [0x312a] = 0x964b, + [0x312b] = 0x82a6, [0x312c] = 0x5362, [0x312d] = 0x9885, [0x312e] = 0x5e90, + [0x312f] = 0x7089, [0x3130] = 0x63b3, [0x3131] = 0x5364, [0x3132] = 0x864f, + [0x3133] = 0x9c81, [0x3134] = 0x9e93, [0x3135] = 0x788c, [0x3136] = 0x9732, + [0x3137] = 0x8def, [0x3138] = 0x8d42, [0x3139] = 0x9e7f, [0x313a] = 0x6f5e, + [0x313b] = 0x7984, [0x313c] = 0x5f55, [0x313d] = 0x9646, [0x313e] = 0x622e, + [0x313f] = 0x9a74, [0x3140] = 0x5415, [0x3141] = 0x94dd, [0x3142] = 0x4fa3, + [0x3143] = 0x65c5, [0x3144] = 0x5c65, [0x3145] = 0x5c61, [0x3146] = 0x7f15, + [0x3147] = 0x8651, [0x3148] = 0x6c2f, [0x3149] = 0x5f8b, [0x314a] = 0x7387, + [0x314b] = 0x6ee4, [0x314c] = 0x7eff, [0x314d] = 0x5ce6, [0x314e] = 0x631b, + [0x314f] = 0x5b6a, [0x3150] = 0x6ee6, [0x3151] = 0x5375, [0x3152] = 0x4e71, + [0x3153] = 0x63a0, [0x3154] = 0x7565, [0x3155] = 0x62a1, [0x3156] = 0x8f6e, + [0x3157] = 0x4f26, [0x3158] = 0x4ed1, [0x3159] = 0x6ca6, [0x315a] = 0x7eb6, + [0x315b] = 0x8bba, [0x315c] = 0x841d, [0x315d] = 0x87ba, [0x315e] = 0x7f57, + [0x315f] = 0x903b, [0x3160] = 0x9523, [0x3161] = 0x7ba9, [0x3162] = 0x9aa1, + [0x3163] = 0x88f8, [0x3164] = 0x843d, [0x3165] = 0x6d1b, [0x3166] = 0x9a86, + [0x3167] = 0x7edc, [0x3168] = 0x5988, [0x3169] = 0x9ebb, [0x316a] = 0x739b, + [0x316b] = 0x7801, [0x316c] = 0x8682, [0x316d] = 0x9a6c, [0x316e] = 0x9a82, + [0x316f] = 0x561b, [0x3170] = 0x5417, [0x3171] = 0x57cb, [0x3172] = 0x4e70, + [0x3173] = 0x9ea6, [0x3174] = 0x5356, [0x3175] = 0x8fc8, [0x3176] = 0x8109, + [0x3177] = 0x7792, [0x3178] = 0x9992, [0x3179] = 0x86ee, [0x317a] = 0x6ee1, + [0x317b] = 0x8513, [0x317c] = 0x66fc, [0x317d] = 0x6162, [0x317e] = 0x6f2b, + [0x3180] = 0x807e, [0x3181] = 0x8081, [0x3182] = 0x8082, [0x3183] = 0x8085, + [0x3184] = 0x8088, [0x3185] = 0x808a, [0x3186] = 0x808d, [0x3187] = 0x808e, + [0x3188] = 0x808f, [0x3189] = 0x8090, [0x318a] = 0x8091, [0x318b] = 0x8092, + [0x318c] = 0x8094, [0x318d] = 0x8095, [0x318e] = 0x8097, [0x318f] = 0x8099, + [0x3190] = 0x809e, [0x3191] = 0x80a3, [0x3192] = 0x80a6, [0x3193] = 0x80a7, + [0x3194] = 0x80a8, [0x3195] = 0x80ac, [0x3196] = 0x80b0, [0x3197] = 0x80b3, + [0x3198] = 0x80b5, [0x3199] = 0x80b6, [0x319a] = 0x80b8, [0x319b] = 0x80b9, + [0x319c] = 0x80bb, [0x319d] = 0x80c5, [0x319e] = 0x80c7, [0x319f] = 0x80c8, + [0x31a0] = 0x80c9, [0x31a1] = 0x80ca, [0x31a2] = 0x80cb, [0x31a3] = 0x80cf, + [0x31a4] = 0x80d0, [0x31a5] = 0x80d1, [0x31a6] = 0x80d2, [0x31a7] = 0x80d3, + [0x31a8] = 0x80d4, [0x31a9] = 0x80d5, [0x31aa] = 0x80d8, [0x31ab] = 0x80df, + [0x31ac] = 0x80e0, [0x31ad] = 0x80e2, [0x31ae] = 0x80e3, [0x31af] = 0x80e6, + [0x31b0] = 0x80ee, [0x31b1] = 0x80f5, [0x31b2] = 0x80f7, [0x31b3] = 0x80f9, + [0x31b4] = 0x80fb, [0x31b5] = 0x80fe, [0x31b6] = 0x80ff, [0x31b7] = 0x8100, + [0x31b8] = 0x8101, [0x31b9] = 0x8103, [0x31ba] = 0x8104, [0x31bb] = 0x8105, + [0x31bc] = 0x8107, [0x31bd] = 0x8108, [0x31be] = 0x810b, [0x31c0] = 0x810c, + [0x31c1] = 0x8115, [0x31c2] = 0x8117, [0x31c3] = 0x8119, [0x31c4] = 0x811b, + [0x31c5] = 0x811c, [0x31c6] = 0x811d, [0x31c7] = 0x811f, [0x31c8] = 0x8120, + [0x31c9] = 0x8121, [0x31ca] = 0x8122, [0x31cb] = 0x8123, [0x31cc] = 0x8124, + [0x31cd] = 0x8125, [0x31ce] = 0x8126, [0x31cf] = 0x8127, [0x31d0] = 0x8128, + [0x31d1] = 0x8129, [0x31d2] = 0x812a, [0x31d3] = 0x812b, [0x31d4] = 0x812d, + [0x31d5] = 0x812e, [0x31d6] = 0x8130, [0x31d7] = 0x8133, [0x31d8] = 0x8134, + [0x31d9] = 0x8135, [0x31da] = 0x8137, [0x31db] = 0x8139, [0x31dc] = 0x813a, + [0x31dd] = 0x813b, [0x31de] = 0x813c, [0x31df] = 0x813d, [0x31e0] = 0x813f, + [0x31e1] = 0x8c29, [0x31e2] = 0x8292, [0x31e3] = 0x832b, [0x31e4] = 0x76f2, + [0x31e5] = 0x6c13, [0x31e6] = 0x5fd9, [0x31e7] = 0x83bd, [0x31e8] = 0x732b, + [0x31e9] = 0x8305, [0x31ea] = 0x951a, [0x31eb] = 0x6bdb, [0x31ec] = 0x77db, + [0x31ed] = 0x94c6, [0x31ee] = 0x536f, [0x31ef] = 0x8302, [0x31f0] = 0x5192, + [0x31f1] = 0x5e3d, [0x31f2] = 0x8c8c, [0x31f3] = 0x8d38, [0x31f4] = 0x4e48, + [0x31f5] = 0x73ab, [0x31f6] = 0x679a, [0x31f7] = 0x6885, [0x31f8] = 0x9176, + [0x31f9] = 0x9709, [0x31fa] = 0x7164, [0x31fb] = 0x6ca1, [0x31fc] = 0x7709, + [0x31fd] = 0x5a92, [0x31fe] = 0x9541, [0x31ff] = 0x6bcf, [0x3200] = 0x7f8e, + [0x3201] = 0x6627, [0x3202] = 0x5bd0, [0x3203] = 0x59b9, [0x3204] = 0x5a9a, + [0x3205] = 0x95e8, [0x3206] = 0x95f7, [0x3207] = 0x4eec, [0x3208] = 0x840c, + [0x3209] = 0x8499, [0x320a] = 0x6aac, [0x320b] = 0x76df, [0x320c] = 0x9530, + [0x320d] = 0x731b, [0x320e] = 0x68a6, [0x320f] = 0x5b5f, [0x3210] = 0x772f, + [0x3211] = 0x919a, [0x3212] = 0x9761, [0x3213] = 0x7cdc, [0x3214] = 0x8ff7, + [0x3215] = 0x8c1c, [0x3216] = 0x5f25, [0x3217] = 0x7c73, [0x3218] = 0x79d8, + [0x3219] = 0x89c5, [0x321a] = 0x6ccc, [0x321b] = 0x871c, [0x321c] = 0x5bc6, + [0x321d] = 0x5e42, [0x321e] = 0x68c9, [0x321f] = 0x7720, [0x3220] = 0x7ef5, + [0x3221] = 0x5195, [0x3222] = 0x514d, [0x3223] = 0x52c9, [0x3224] = 0x5a29, + [0x3225] = 0x7f05, [0x3226] = 0x9762, [0x3227] = 0x82d7, [0x3228] = 0x63cf, + [0x3229] = 0x7784, [0x322a] = 0x85d0, [0x322b] = 0x79d2, [0x322c] = 0x6e3a, + [0x322d] = 0x5e99, [0x322e] = 0x5999, [0x322f] = 0x8511, [0x3230] = 0x706d, + [0x3231] = 0x6c11, [0x3232] = 0x62bf, [0x3233] = 0x76bf, [0x3234] = 0x654f, + [0x3235] = 0x60af, [0x3236] = 0x95fd, [0x3237] = 0x660e, [0x3238] = 0x879f, + [0x3239] = 0x9e23, [0x323a] = 0x94ed, [0x323b] = 0x540d, [0x323c] = 0x547d, + [0x323d] = 0x8c2c, [0x323e] = 0x6478, [0x3240] = 0x8140, [0x3241] = 0x8141, + [0x3242] = 0x8142, [0x3243] = 0x8143, [0x3244] = 0x8144, [0x3245] = 0x8145, + [0x3246] = 0x8147, [0x3247] = 0x8149, [0x3248] = 0x814d, [0x3249] = 0x814e, + [0x324a] = 0x814f, [0x324b] = 0x8152, [0x324c] = 0x8156, [0x324d] = 0x8157, + [0x324e] = 0x8158, [0x324f] = 0x815b, [0x3250] = 0x815c, [0x3251] = 0x815d, + [0x3252] = 0x815e, [0x3253] = 0x815f, [0x3254] = 0x8161, [0x3255] = 0x8162, + [0x3256] = 0x8163, [0x3257] = 0x8164, [0x3258] = 0x8166, [0x3259] = 0x8168, + [0x325a] = 0x816a, [0x325b] = 0x816b, [0x325c] = 0x816c, [0x325d] = 0x816f, + [0x325e] = 0x8172, [0x325f] = 0x8173, [0x3260] = 0x8175, [0x3261] = 0x8176, + [0x3262] = 0x8177, [0x3263] = 0x8178, [0x3264] = 0x8181, [0x3265] = 0x8183, + [0x3266] = 0x8184, [0x3267] = 0x8185, [0x3268] = 0x8186, [0x3269] = 0x8187, + [0x326a] = 0x8189, [0x326b] = 0x818b, [0x326c] = 0x818c, [0x326d] = 0x818d, + [0x326e] = 0x818e, [0x326f] = 0x8190, [0x3270] = 0x8192, [0x3271] = 0x8193, + [0x3272] = 0x8194, [0x3273] = 0x8195, [0x3274] = 0x8196, [0x3275] = 0x8197, + [0x3276] = 0x8199, [0x3277] = 0x819a, [0x3278] = 0x819e, [0x3279] = 0x819f, + [0x327a] = 0x81a0, [0x327b] = 0x81a1, [0x327c] = 0x81a2, [0x327d] = 0x81a4, + [0x327e] = 0x81a5, [0x3280] = 0x81a7, [0x3281] = 0x81a9, [0x3282] = 0x81ab, + [0x3283] = 0x81ac, [0x3284] = 0x81ad, [0x3285] = 0x81ae, [0x3286] = 0x81af, + [0x3287] = 0x81b0, [0x3288] = 0x81b1, [0x3289] = 0x81b2, [0x328a] = 0x81b4, + [0x328b] = 0x81b5, [0x328c] = 0x81b6, [0x328d] = 0x81b7, [0x328e] = 0x81b8, + [0x328f] = 0x81b9, [0x3290] = 0x81bc, [0x3291] = 0x81bd, [0x3292] = 0x81be, + [0x3293] = 0x81bf, [0x3294] = 0x81c4, [0x3295] = 0x81c5, [0x3296] = 0x81c7, + [0x3297] = 0x81c8, [0x3298] = 0x81c9, [0x3299] = 0x81cb, [0x329a] = 0x81cd, + [0x329b] = 0x81ce, [0x329c] = 0x81cf, [0x329d] = 0x81d0, [0x329e] = 0x81d1, + [0x329f] = 0x81d2, [0x32a0] = 0x81d3, [0x32a1] = 0x6479, [0x32a2] = 0x8611, + [0x32a3] = 0x6a21, [0x32a4] = 0x819c, [0x32a5] = 0x78e8, [0x32a6] = 0x6469, + [0x32a7] = 0x9b54, [0x32a8] = 0x62b9, [0x32a9] = 0x672b, [0x32aa] = 0x83ab, + [0x32ab] = 0x58a8, [0x32ac] = 0x9ed8, [0x32ad] = 0x6cab, [0x32ae] = 0x6f20, + [0x32af] = 0x5bde, [0x32b0] = 0x964c, [0x32b1] = 0x8c0b, [0x32b2] = 0x725f, + [0x32b3] = 0x67d0, [0x32b4] = 0x62c7, [0x32b5] = 0x7261, [0x32b6] = 0x4ea9, + [0x32b7] = 0x59c6, [0x32b8] = 0x6bcd, [0x32b9] = 0x5893, [0x32ba] = 0x66ae, + [0x32bb] = 0x5e55, [0x32bc] = 0x52df, [0x32bd] = 0x6155, [0x32be] = 0x6728, + [0x32bf] = 0x76ee, [0x32c0] = 0x7766, [0x32c1] = 0x7267, [0x32c2] = 0x7a46, + [0x32c3] = 0x62ff, [0x32c4] = 0x54ea, [0x32c5] = 0x5450, [0x32c6] = 0x94a0, + [0x32c7] = 0x90a3, [0x32c8] = 0x5a1c, [0x32c9] = 0x7eb3, [0x32ca] = 0x6c16, + [0x32cb] = 0x4e43, [0x32cc] = 0x5976, [0x32cd] = 0x8010, [0x32ce] = 0x5948, + [0x32cf] = 0x5357, [0x32d0] = 0x7537, [0x32d1] = 0x96be, [0x32d2] = 0x56ca, + [0x32d3] = 0x6320, [0x32d4] = 0x8111, [0x32d5] = 0x607c, [0x32d6] = 0x95f9, + [0x32d7] = 0x6dd6, [0x32d8] = 0x5462, [0x32d9] = 0x9981, [0x32da] = 0x5185, + [0x32db] = 0x5ae9, [0x32dc] = 0x80fd, [0x32dd] = 0x59ae, [0x32de] = 0x9713, + [0x32df] = 0x502a, [0x32e0] = 0x6ce5, [0x32e1] = 0x5c3c, [0x32e2] = 0x62df, + [0x32e3] = 0x4f60, [0x32e4] = 0x533f, [0x32e5] = 0x817b, [0x32e6] = 0x9006, + [0x32e7] = 0x6eba, [0x32e8] = 0x852b, [0x32e9] = 0x62c8, [0x32ea] = 0x5e74, + [0x32eb] = 0x78be, [0x32ec] = 0x64b5, [0x32ed] = 0x637b, [0x32ee] = 0x5ff5, + [0x32ef] = 0x5a18, [0x32f0] = 0x917f, [0x32f1] = 0x9e1f, [0x32f2] = 0x5c3f, + [0x32f3] = 0x634f, [0x32f4] = 0x8042, [0x32f5] = 0x5b7d, [0x32f6] = 0x556e, + [0x32f7] = 0x954a, [0x32f8] = 0x954d, [0x32f9] = 0x6d85, [0x32fa] = 0x60a8, + [0x32fb] = 0x67e0, [0x32fc] = 0x72de, [0x32fd] = 0x51dd, [0x32fe] = 0x5b81, + [0x3300] = 0x81d4, [0x3301] = 0x81d5, [0x3302] = 0x81d6, [0x3303] = 0x81d7, + [0x3304] = 0x81d8, [0x3305] = 0x81d9, [0x3306] = 0x81da, [0x3307] = 0x81db, + [0x3308] = 0x81dc, [0x3309] = 0x81dd, [0x330a] = 0x81de, [0x330b] = 0x81df, + [0x330c] = 0x81e0, [0x330d] = 0x81e1, [0x330e] = 0x81e2, [0x330f] = 0x81e4, + [0x3310] = 0x81e5, [0x3311] = 0x81e6, [0x3312] = 0x81e8, [0x3313] = 0x81e9, + [0x3314] = 0x81eb, [0x3315] = 0x81ee, [0x3316] = 0x81ef, [0x3317] = 0x81f0, + [0x3318] = 0x81f1, [0x3319] = 0x81f2, [0x331a] = 0x81f5, [0x331b] = 0x81f6, + [0x331c] = 0x81f7, [0x331d] = 0x81f8, [0x331e] = 0x81f9, [0x331f] = 0x81fa, + [0x3320] = 0x81fd, [0x3321] = 0x81ff, [0x3322] = 0x8203, [0x3323] = 0x8207, + [0x3324] = 0x8208, [0x3325] = 0x8209, [0x3326] = 0x820a, [0x3327] = 0x820b, + [0x3328] = 0x820e, [0x3329] = 0x820f, [0x332a] = 0x8211, [0x332b] = 0x8213, + [0x332c] = 0x8215, [0x332d] = 0x8216, [0x332e] = 0x8217, [0x332f] = 0x8218, + [0x3330] = 0x8219, [0x3331] = 0x821a, [0x3332] = 0x821d, [0x3333] = 0x8220, + [0x3334] = 0x8224, [0x3335] = 0x8225, [0x3336] = 0x8226, [0x3337] = 0x8227, + [0x3338] = 0x8229, [0x3339] = 0x822e, [0x333a] = 0x8232, [0x333b] = 0x823a, + [0x333c] = 0x823c, [0x333d] = 0x823d, [0x333e] = 0x823f, [0x3340] = 0x8240, + [0x3341] = 0x8241, [0x3342] = 0x8242, [0x3343] = 0x8243, [0x3344] = 0x8245, + [0x3345] = 0x8246, [0x3346] = 0x8248, [0x3347] = 0x824a, [0x3348] = 0x824c, + [0x3349] = 0x824d, [0x334a] = 0x824e, [0x334b] = 0x8250, [0x334c] = 0x8251, + [0x334d] = 0x8252, [0x334e] = 0x8253, [0x334f] = 0x8254, [0x3350] = 0x8255, + [0x3351] = 0x8256, [0x3352] = 0x8257, [0x3353] = 0x8259, [0x3354] = 0x825b, + [0x3355] = 0x825c, [0x3356] = 0x825d, [0x3357] = 0x825e, [0x3358] = 0x8260, + [0x3359] = 0x8261, [0x335a] = 0x8262, [0x335b] = 0x8263, [0x335c] = 0x8264, + [0x335d] = 0x8265, [0x335e] = 0x8266, [0x335f] = 0x8267, [0x3360] = 0x8269, + [0x3361] = 0x62e7, [0x3362] = 0x6cde, [0x3363] = 0x725b, [0x3364] = 0x626d, + [0x3365] = 0x94ae, [0x3366] = 0x7ebd, [0x3367] = 0x8113, [0x3368] = 0x6d53, + [0x3369] = 0x519c, [0x336a] = 0x5f04, [0x336b] = 0x5974, [0x336c] = 0x52aa, + [0x336d] = 0x6012, [0x336e] = 0x5973, [0x336f] = 0x6696, [0x3370] = 0x8650, + [0x3371] = 0x759f, [0x3372] = 0x632a, [0x3373] = 0x61e6, [0x3374] = 0x7cef, + [0x3375] = 0x8bfa, [0x3376] = 0x54e6, [0x3377] = 0x6b27, [0x3378] = 0x9e25, + [0x3379] = 0x6bb4, [0x337a] = 0x85d5, [0x337b] = 0x5455, [0x337c] = 0x5076, + [0x337d] = 0x6ca4, [0x337e] = 0x556a, [0x337f] = 0x8db4, [0x3380] = 0x722c, + [0x3381] = 0x5e15, [0x3382] = 0x6015, [0x3383] = 0x7436, [0x3384] = 0x62cd, + [0x3385] = 0x6392, [0x3386] = 0x724c, [0x3387] = 0x5f98, [0x3388] = 0x6e43, + [0x3389] = 0x6d3e, [0x338a] = 0x6500, [0x338b] = 0x6f58, [0x338c] = 0x76d8, + [0x338d] = 0x78d0, [0x338e] = 0x76fc, [0x338f] = 0x7554, [0x3390] = 0x5224, + [0x3391] = 0x53db, [0x3392] = 0x4e53, [0x3393] = 0x5e9e, [0x3394] = 0x65c1, + [0x3395] = 0x802a, [0x3396] = 0x80d6, [0x3397] = 0x629b, [0x3398] = 0x5486, + [0x3399] = 0x5228, [0x339a] = 0x70ae, [0x339b] = 0x888d, [0x339c] = 0x8dd1, + [0x339d] = 0x6ce1, [0x339e] = 0x5478, [0x339f] = 0x80da, [0x33a0] = 0x57f9, + [0x33a1] = 0x88f4, [0x33a2] = 0x8d54, [0x33a3] = 0x966a, [0x33a4] = 0x914d, + [0x33a5] = 0x4f69, [0x33a6] = 0x6c9b, [0x33a7] = 0x55b7, [0x33a8] = 0x76c6, + [0x33a9] = 0x7830, [0x33aa] = 0x62a8, [0x33ab] = 0x70f9, [0x33ac] = 0x6f8e, + [0x33ad] = 0x5f6d, [0x33ae] = 0x84ec, [0x33af] = 0x68da, [0x33b0] = 0x787c, + [0x33b1] = 0x7bf7, [0x33b2] = 0x81a8, [0x33b3] = 0x670b, [0x33b4] = 0x9e4f, + [0x33b5] = 0x6367, [0x33b6] = 0x78b0, [0x33b7] = 0x576f, [0x33b8] = 0x7812, + [0x33b9] = 0x9739, [0x33ba] = 0x6279, [0x33bb] = 0x62ab, [0x33bc] = 0x5288, + [0x33bd] = 0x7435, [0x33be] = 0x6bd7, [0x33c0] = 0x826a, [0x33c1] = 0x826b, + [0x33c2] = 0x826c, [0x33c3] = 0x826d, [0x33c4] = 0x8271, [0x33c5] = 0x8275, + [0x33c6] = 0x8276, [0x33c7] = 0x8277, [0x33c8] = 0x8278, [0x33c9] = 0x827b, + [0x33ca] = 0x827c, [0x33cb] = 0x8280, [0x33cc] = 0x8281, [0x33cd] = 0x8283, + [0x33ce] = 0x8285, [0x33cf] = 0x8286, [0x33d0] = 0x8287, [0x33d1] = 0x8289, + [0x33d2] = 0x828c, [0x33d3] = 0x8290, [0x33d4] = 0x8293, [0x33d5] = 0x8294, + [0x33d6] = 0x8295, [0x33d7] = 0x8296, [0x33d8] = 0x829a, [0x33d9] = 0x829b, + [0x33da] = 0x829e, [0x33db] = 0x82a0, [0x33dc] = 0x82a2, [0x33dd] = 0x82a3, + [0x33de] = 0x82a7, [0x33df] = 0x82b2, [0x33e0] = 0x82b5, [0x33e1] = 0x82b6, + [0x33e2] = 0x82ba, [0x33e3] = 0x82bb, [0x33e4] = 0x82bc, [0x33e5] = 0x82bf, + [0x33e6] = 0x82c0, [0x33e7] = 0x82c2, [0x33e8] = 0x82c3, [0x33e9] = 0x82c5, + [0x33ea] = 0x82c6, [0x33eb] = 0x82c9, [0x33ec] = 0x82d0, [0x33ed] = 0x82d6, + [0x33ee] = 0x82d9, [0x33ef] = 0x82da, [0x33f0] = 0x82dd, [0x33f1] = 0x82e2, + [0x33f2] = 0x82e7, [0x33f3] = 0x82e8, [0x33f4] = 0x82e9, [0x33f5] = 0x82ea, + [0x33f6] = 0x82ec, [0x33f7] = 0x82ed, [0x33f8] = 0x82ee, [0x33f9] = 0x82f0, + [0x33fa] = 0x82f2, [0x33fb] = 0x82f3, [0x33fc] = 0x82f5, [0x33fd] = 0x82f6, + [0x33fe] = 0x82f8, [0x3400] = 0x82fa, [0x3401] = 0x82fc, [0x3402] = 0x82fd, + [0x3403] = 0x82fe, [0x3404] = 0x82ff, [0x3405] = 0x8300, [0x3406] = 0x830a, + [0x3407] = 0x830b, [0x3408] = 0x830d, [0x3409] = 0x8310, [0x340a] = 0x8312, + [0x340b] = 0x8313, [0x340c] = 0x8316, [0x340d] = 0x8318, [0x340e] = 0x8319, + [0x340f] = 0x831d, [0x3410] = 0x831e, [0x3411] = 0x831f, [0x3412] = 0x8320, + [0x3413] = 0x8321, [0x3414] = 0x8322, [0x3415] = 0x8323, [0x3416] = 0x8324, + [0x3417] = 0x8325, [0x3418] = 0x8326, [0x3419] = 0x8329, [0x341a] = 0x832a, + [0x341b] = 0x832e, [0x341c] = 0x8330, [0x341d] = 0x8332, [0x341e] = 0x8337, + [0x341f] = 0x833b, [0x3420] = 0x833d, [0x3421] = 0x5564, [0x3422] = 0x813e, + [0x3423] = 0x75b2, [0x3424] = 0x76ae, [0x3425] = 0x5339, [0x3426] = 0x75de, + [0x3427] = 0x50fb, [0x3428] = 0x5c41, [0x3429] = 0x8b6c, [0x342a] = 0x7bc7, + [0x342b] = 0x504f, [0x342c] = 0x7247, [0x342d] = 0x9a97, [0x342e] = 0x98d8, + [0x342f] = 0x6f02, [0x3430] = 0x74e2, [0x3431] = 0x7968, [0x3432] = 0x6487, + [0x3433] = 0x77a5, [0x3434] = 0x62fc, [0x3435] = 0x9891, [0x3436] = 0x8d2b, + [0x3437] = 0x54c1, [0x3438] = 0x8058, [0x3439] = 0x4e52, [0x343a] = 0x576a, + [0x343b] = 0x82f9, [0x343c] = 0x840d, [0x343d] = 0x5e73, [0x343e] = 0x51ed, + [0x343f] = 0x74f6, [0x3440] = 0x8bc4, [0x3441] = 0x5c4f, [0x3442] = 0x5761, + [0x3443] = 0x6cfc, [0x3444] = 0x9887, [0x3445] = 0x5a46, [0x3446] = 0x7834, + [0x3447] = 0x9b44, [0x3448] = 0x8feb, [0x3449] = 0x7c95, [0x344a] = 0x5256, + [0x344b] = 0x6251, [0x344c] = 0x94fa, [0x344d] = 0x4ec6, [0x344e] = 0x8386, + [0x344f] = 0x8461, [0x3450] = 0x83e9, [0x3451] = 0x84b2, [0x3452] = 0x57d4, + [0x3453] = 0x6734, [0x3454] = 0x5703, [0x3455] = 0x666e, [0x3456] = 0x6d66, + [0x3457] = 0x8c31, [0x3458] = 0x66dd, [0x3459] = 0x7011, [0x345a] = 0x671f, + [0x345b] = 0x6b3a, [0x345c] = 0x6816, [0x345d] = 0x621a, [0x345e] = 0x59bb, + [0x345f] = 0x4e03, [0x3460] = 0x51c4, [0x3461] = 0x6f06, [0x3462] = 0x67d2, + [0x3463] = 0x6c8f, [0x3464] = 0x5176, [0x3465] = 0x68cb, [0x3466] = 0x5947, + [0x3467] = 0x6b67, [0x3468] = 0x7566, [0x3469] = 0x5d0e, [0x346a] = 0x8110, + [0x346b] = 0x9f50, [0x346c] = 0x65d7, [0x346d] = 0x7948, [0x346e] = 0x7941, + [0x346f] = 0x9a91, [0x3470] = 0x8d77, [0x3471] = 0x5c82, [0x3472] = 0x4e5e, + [0x3473] = 0x4f01, [0x3474] = 0x542f, [0x3475] = 0x5951, [0x3476] = 0x780c, + [0x3477] = 0x5668, [0x3478] = 0x6c14, [0x3479] = 0x8fc4, [0x347a] = 0x5f03, + [0x347b] = 0x6c7d, [0x347c] = 0x6ce3, [0x347d] = 0x8bab, [0x347e] = 0x6390, + [0x3480] = 0x833e, [0x3481] = 0x833f, [0x3482] = 0x8341, [0x3483] = 0x8342, + [0x3484] = 0x8344, [0x3485] = 0x8345, [0x3486] = 0x8348, [0x3487] = 0x834a, + [0x3488] = 0x834b, [0x3489] = 0x834c, [0x348a] = 0x834d, [0x348b] = 0x834e, + [0x348c] = 0x8353, [0x348d] = 0x8355, [0x348e] = 0x8356, [0x348f] = 0x8357, + [0x3490] = 0x8358, [0x3491] = 0x8359, [0x3492] = 0x835d, [0x3493] = 0x8362, + [0x3494] = 0x8370, [0x3495] = 0x8371, [0x3496] = 0x8372, [0x3497] = 0x8373, + [0x3498] = 0x8374, [0x3499] = 0x8375, [0x349a] = 0x8376, [0x349b] = 0x8379, + [0x349c] = 0x837a, [0x349d] = 0x837e, [0x349e] = 0x837f, [0x349f] = 0x8380, + [0x34a0] = 0x8381, [0x34a1] = 0x8382, [0x34a2] = 0x8383, [0x34a3] = 0x8384, + [0x34a4] = 0x8387, [0x34a5] = 0x8388, [0x34a6] = 0x838a, [0x34a7] = 0x838b, + [0x34a8] = 0x838c, [0x34a9] = 0x838d, [0x34aa] = 0x838f, [0x34ab] = 0x8390, + [0x34ac] = 0x8391, [0x34ad] = 0x8394, [0x34ae] = 0x8395, [0x34af] = 0x8396, + [0x34b0] = 0x8397, [0x34b1] = 0x8399, [0x34b2] = 0x839a, [0x34b3] = 0x839d, + [0x34b4] = 0x839f, [0x34b5] = 0x83a1, [0x34b6] = 0x83a2, [0x34b7] = 0x83a3, + [0x34b8] = 0x83a4, [0x34b9] = 0x83a5, [0x34ba] = 0x83a6, [0x34bb] = 0x83a7, + [0x34bc] = 0x83ac, [0x34bd] = 0x83ad, [0x34be] = 0x83ae, [0x34c0] = 0x83af, + [0x34c1] = 0x83b5, [0x34c2] = 0x83bb, [0x34c3] = 0x83be, [0x34c4] = 0x83bf, + [0x34c5] = 0x83c2, [0x34c6] = 0x83c3, [0x34c7] = 0x83c4, [0x34c8] = 0x83c6, + [0x34c9] = 0x83c8, [0x34ca] = 0x83c9, [0x34cb] = 0x83cb, [0x34cc] = 0x83cd, + [0x34cd] = 0x83ce, [0x34ce] = 0x83d0, [0x34cf] = 0x83d1, [0x34d0] = 0x83d2, + [0x34d1] = 0x83d3, [0x34d2] = 0x83d5, [0x34d3] = 0x83d7, [0x34d4] = 0x83d9, + [0x34d5] = 0x83da, [0x34d6] = 0x83db, [0x34d7] = 0x83de, [0x34d8] = 0x83e2, + [0x34d9] = 0x83e3, [0x34da] = 0x83e4, [0x34db] = 0x83e6, [0x34dc] = 0x83e7, + [0x34dd] = 0x83e8, [0x34de] = 0x83eb, [0x34df] = 0x83ec, [0x34e0] = 0x83ed, + [0x34e1] = 0x6070, [0x34e2] = 0x6d3d, [0x34e3] = 0x7275, [0x34e4] = 0x6266, + [0x34e5] = 0x948e, [0x34e6] = 0x94c5, [0x34e7] = 0x5343, [0x34e8] = 0x8fc1, + [0x34e9] = 0x7b7e, [0x34ea] = 0x4edf, [0x34eb] = 0x8c26, [0x34ec] = 0x4e7e, + [0x34ed] = 0x9ed4, [0x34ee] = 0x94b1, [0x34ef] = 0x94b3, [0x34f0] = 0x524d, + [0x34f1] = 0x6f5c, [0x34f2] = 0x9063, [0x34f3] = 0x6d45, [0x34f4] = 0x8c34, + [0x34f5] = 0x5811, [0x34f6] = 0x5d4c, [0x34f7] = 0x6b20, [0x34f8] = 0x6b49, + [0x34f9] = 0x67aa, [0x34fa] = 0x545b, [0x34fb] = 0x8154, [0x34fc] = 0x7f8c, + [0x34fd] = 0x5899, [0x34fe] = 0x8537, [0x34ff] = 0x5f3a, [0x3500] = 0x62a2, + [0x3501] = 0x6a47, [0x3502] = 0x9539, [0x3503] = 0x6572, [0x3504] = 0x6084, + [0x3505] = 0x6865, [0x3506] = 0x77a7, [0x3507] = 0x4e54, [0x3508] = 0x4fa8, + [0x3509] = 0x5de7, [0x350a] = 0x9798, [0x350b] = 0x64ac, [0x350c] = 0x7fd8, + [0x350d] = 0x5ced, [0x350e] = 0x4fcf, [0x350f] = 0x7a8d, [0x3510] = 0x5207, + [0x3511] = 0x8304, [0x3512] = 0x4e14, [0x3513] = 0x602f, [0x3514] = 0x7a83, + [0x3515] = 0x94a6, [0x3516] = 0x4fb5, [0x3517] = 0x4eb2, [0x3518] = 0x79e6, + [0x3519] = 0x7434, [0x351a] = 0x52e4, [0x351b] = 0x82b9, [0x351c] = 0x64d2, + [0x351d] = 0x79bd, [0x351e] = 0x5bdd, [0x351f] = 0x6c81, [0x3520] = 0x9752, + [0x3521] = 0x8f7b, [0x3522] = 0x6c22, [0x3523] = 0x503e, [0x3524] = 0x537f, + [0x3525] = 0x6e05, [0x3526] = 0x64ce, [0x3527] = 0x6674, [0x3528] = 0x6c30, + [0x3529] = 0x60c5, [0x352a] = 0x9877, [0x352b] = 0x8bf7, [0x352c] = 0x5e86, + [0x352d] = 0x743c, [0x352e] = 0x7a77, [0x352f] = 0x79cb, [0x3530] = 0x4e18, + [0x3531] = 0x90b1, [0x3532] = 0x7403, [0x3533] = 0x6c42, [0x3534] = 0x56da, + [0x3535] = 0x914b, [0x3536] = 0x6cc5, [0x3537] = 0x8d8b, [0x3538] = 0x533a, + [0x3539] = 0x86c6, [0x353a] = 0x66f2, [0x353b] = 0x8eaf, [0x353c] = 0x5c48, + [0x353d] = 0x9a71, [0x353e] = 0x6e20, [0x3540] = 0x83ee, [0x3541] = 0x83ef, + [0x3542] = 0x83f3, [0x3543] = 0x83f4, [0x3544] = 0x83f5, [0x3545] = 0x83f6, + [0x3546] = 0x83f7, [0x3547] = 0x83fa, [0x3548] = 0x83fb, [0x3549] = 0x83fc, + [0x354a] = 0x83fe, [0x354b] = 0x83ff, [0x354c] = 0x8400, [0x354d] = 0x8402, + [0x354e] = 0x8405, [0x354f] = 0x8407, [0x3550] = 0x8408, [0x3551] = 0x8409, + [0x3552] = 0x840a, [0x3553] = 0x8410, [0x3554] = 0x8412, [0x3555] = 0x8413, + [0x3556] = 0x8414, [0x3557] = 0x8415, [0x3558] = 0x8416, [0x3559] = 0x8417, + [0x355a] = 0x8419, [0x355b] = 0x841a, [0x355c] = 0x841b, [0x355d] = 0x841e, + [0x355e] = 0x841f, [0x355f] = 0x8420, [0x3560] = 0x8421, [0x3561] = 0x8422, + [0x3562] = 0x8423, [0x3563] = 0x8429, [0x3564] = 0x842a, [0x3565] = 0x842b, + [0x3566] = 0x842c, [0x3567] = 0x842d, [0x3568] = 0x842e, [0x3569] = 0x842f, + [0x356a] = 0x8430, [0x356b] = 0x8432, [0x356c] = 0x8433, [0x356d] = 0x8434, + [0x356e] = 0x8435, [0x356f] = 0x8436, [0x3570] = 0x8437, [0x3571] = 0x8439, + [0x3572] = 0x843a, [0x3573] = 0x843b, [0x3574] = 0x843e, [0x3575] = 0x843f, + [0x3576] = 0x8440, [0x3577] = 0x8441, [0x3578] = 0x8442, [0x3579] = 0x8443, + [0x357a] = 0x8444, [0x357b] = 0x8445, [0x357c] = 0x8447, [0x357d] = 0x8448, + [0x357e] = 0x8449, [0x3580] = 0x844a, [0x3581] = 0x844b, [0x3582] = 0x844c, + [0x3583] = 0x844d, [0x3584] = 0x844e, [0x3585] = 0x844f, [0x3586] = 0x8450, + [0x3587] = 0x8452, [0x3588] = 0x8453, [0x3589] = 0x8454, [0x358a] = 0x8455, + [0x358b] = 0x8456, [0x358c] = 0x8458, [0x358d] = 0x845d, [0x358e] = 0x845e, + [0x358f] = 0x845f, [0x3590] = 0x8460, [0x3591] = 0x8462, [0x3592] = 0x8464, + [0x3593] = 0x8465, [0x3594] = 0x8466, [0x3595] = 0x8467, [0x3596] = 0x8468, + [0x3597] = 0x846a, [0x3598] = 0x846e, [0x3599] = 0x846f, [0x359a] = 0x8470, + [0x359b] = 0x8472, [0x359c] = 0x8474, [0x359d] = 0x8477, [0x359e] = 0x8479, + [0x359f] = 0x847b, [0x35a0] = 0x847c, [0x35a1] = 0x53d6, [0x35a2] = 0x5a36, + [0x35a3] = 0x9f8b, [0x35a4] = 0x8da3, [0x35a5] = 0x53bb, [0x35a6] = 0x5708, + [0x35a7] = 0x98a7, [0x35a8] = 0x6743, [0x35a9] = 0x919b, [0x35aa] = 0x6cc9, + [0x35ab] = 0x5168, [0x35ac] = 0x75ca, [0x35ad] = 0x62f3, [0x35ae] = 0x72ac, + [0x35af] = 0x5238, [0x35b0] = 0x529d, [0x35b1] = 0x7f3a, [0x35b2] = 0x7094, + [0x35b3] = 0x7638, [0x35b4] = 0x5374, [0x35b5] = 0x9e4a, [0x35b6] = 0x69b7, + [0x35b7] = 0x786e, [0x35b8] = 0x96c0, [0x35b9] = 0x88d9, [0x35ba] = 0x7fa4, + [0x35bb] = 0x7136, [0x35bc] = 0x71c3, [0x35bd] = 0x5189, [0x35be] = 0x67d3, + [0x35bf] = 0x74e4, [0x35c0] = 0x58e4, [0x35c1] = 0x6518, [0x35c2] = 0x56b7, + [0x35c3] = 0x8ba9, [0x35c4] = 0x9976, [0x35c5] = 0x6270, [0x35c6] = 0x7ed5, + [0x35c7] = 0x60f9, [0x35c8] = 0x70ed, [0x35c9] = 0x58ec, [0x35ca] = 0x4ec1, + [0x35cb] = 0x4eba, [0x35cc] = 0x5fcd, [0x35cd] = 0x97e7, [0x35ce] = 0x4efb, + [0x35cf] = 0x8ba4, [0x35d0] = 0x5203, [0x35d1] = 0x598a, [0x35d2] = 0x7eab, + [0x35d3] = 0x6254, [0x35d4] = 0x4ecd, [0x35d5] = 0x65e5, [0x35d6] = 0x620e, + [0x35d7] = 0x8338, [0x35d8] = 0x84c9, [0x35d9] = 0x8363, [0x35da] = 0x878d, + [0x35db] = 0x7194, [0x35dc] = 0x6eb6, [0x35dd] = 0x5bb9, [0x35de] = 0x7ed2, + [0x35df] = 0x5197, [0x35e0] = 0x63c9, [0x35e1] = 0x67d4, [0x35e2] = 0x8089, + [0x35e3] = 0x8339, [0x35e4] = 0x8815, [0x35e5] = 0x5112, [0x35e6] = 0x5b7a, + [0x35e7] = 0x5982, [0x35e8] = 0x8fb1, [0x35e9] = 0x4e73, [0x35ea] = 0x6c5d, + [0x35eb] = 0x5165, [0x35ec] = 0x8925, [0x35ed] = 0x8f6f, [0x35ee] = 0x962e, + [0x35ef] = 0x854a, [0x35f0] = 0x745e, [0x35f1] = 0x9510, [0x35f2] = 0x95f0, + [0x35f3] = 0x6da6, [0x35f4] = 0x82e5, [0x35f5] = 0x5f31, [0x35f6] = 0x6492, + [0x35f7] = 0x6d12, [0x35f8] = 0x8428, [0x35f9] = 0x816e, [0x35fa] = 0x9cc3, + [0x35fb] = 0x585e, [0x35fc] = 0x8d5b, [0x35fd] = 0x4e09, [0x35fe] = 0x53c1, + [0x3600] = 0x847d, [0x3601] = 0x847e, [0x3602] = 0x847f, [0x3603] = 0x8480, + [0x3604] = 0x8481, [0x3605] = 0x8483, [0x3606] = 0x8484, [0x3607] = 0x8485, + [0x3608] = 0x8486, [0x3609] = 0x848a, [0x360a] = 0x848d, [0x360b] = 0x848f, + [0x360c] = 0x8490, [0x360d] = 0x8491, [0x360e] = 0x8492, [0x360f] = 0x8493, + [0x3610] = 0x8494, [0x3611] = 0x8495, [0x3612] = 0x8496, [0x3613] = 0x8498, + [0x3614] = 0x849a, [0x3615] = 0x849b, [0x3616] = 0x849d, [0x3617] = 0x849e, + [0x3618] = 0x849f, [0x3619] = 0x84a0, [0x361a] = 0x84a2, [0x361b] = 0x84a3, + [0x361c] = 0x84a4, [0x361d] = 0x84a5, [0x361e] = 0x84a6, [0x361f] = 0x84a7, + [0x3620] = 0x84a8, [0x3621] = 0x84a9, [0x3622] = 0x84aa, [0x3623] = 0x84ab, + [0x3624] = 0x84ac, [0x3625] = 0x84ad, [0x3626] = 0x84ae, [0x3627] = 0x84b0, + [0x3628] = 0x84b1, [0x3629] = 0x84b3, [0x362a] = 0x84b5, [0x362b] = 0x84b6, + [0x362c] = 0x84b7, [0x362d] = 0x84bb, [0x362e] = 0x84bc, [0x362f] = 0x84be, + [0x3630] = 0x84c0, [0x3631] = 0x84c2, [0x3632] = 0x84c3, [0x3633] = 0x84c5, + [0x3634] = 0x84c6, [0x3635] = 0x84c7, [0x3636] = 0x84c8, [0x3637] = 0x84cb, + [0x3638] = 0x84cc, [0x3639] = 0x84ce, [0x363a] = 0x84cf, [0x363b] = 0x84d2, + [0x363c] = 0x84d4, [0x363d] = 0x84d5, [0x363e] = 0x84d7, [0x3640] = 0x84d8, + [0x3641] = 0x84d9, [0x3642] = 0x84da, [0x3643] = 0x84db, [0x3644] = 0x84dc, + [0x3645] = 0x84de, [0x3646] = 0x84e1, [0x3647] = 0x84e2, [0x3648] = 0x84e4, + [0x3649] = 0x84e7, [0x364a] = 0x84e8, [0x364b] = 0x84e9, [0x364c] = 0x84ea, + [0x364d] = 0x84eb, [0x364e] = 0x84ed, [0x364f] = 0x84ee, [0x3650] = 0x84ef, + [0x3651] = 0x84f1, [0x3652] = 0x84f2, [0x3653] = 0x84f3, [0x3654] = 0x84f4, + [0x3655] = 0x84f5, [0x3656] = 0x84f6, [0x3657] = 0x84f7, [0x3658] = 0x84f8, + [0x3659] = 0x84f9, [0x365a] = 0x84fa, [0x365b] = 0x84fb, [0x365c] = 0x84fd, + [0x365d] = 0x84fe, [0x365e] = 0x8500, [0x365f] = 0x8501, [0x3660] = 0x8502, + [0x3661] = 0x4f1e, [0x3662] = 0x6563, [0x3663] = 0x6851, [0x3664] = 0x55d3, + [0x3665] = 0x4e27, [0x3666] = 0x6414, [0x3667] = 0x9a9a, [0x3668] = 0x626b, + [0x3669] = 0x5ac2, [0x366a] = 0x745f, [0x366b] = 0x8272, [0x366c] = 0x6da9, + [0x366d] = 0x68ee, [0x366e] = 0x50e7, [0x366f] = 0x838e, [0x3670] = 0x7802, + [0x3671] = 0x6740, [0x3672] = 0x5239, [0x3673] = 0x6c99, [0x3674] = 0x7eb1, + [0x3675] = 0x50bb, [0x3676] = 0x5565, [0x3677] = 0x715e, [0x3678] = 0x7b5b, + [0x3679] = 0x6652, [0x367a] = 0x73ca, [0x367b] = 0x82eb, [0x367c] = 0x6749, + [0x367d] = 0x5c71, [0x367e] = 0x5220, [0x367f] = 0x717d, [0x3680] = 0x886b, + [0x3681] = 0x95ea, [0x3682] = 0x9655, [0x3683] = 0x64c5, [0x3684] = 0x8d61, + [0x3685] = 0x81b3, [0x3686] = 0x5584, [0x3687] = 0x6c55, [0x3688] = 0x6247, + [0x3689] = 0x7f2e, [0x368a] = 0x5892, [0x368b] = 0x4f24, [0x368c] = 0x5546, + [0x368d] = 0x8d4f, [0x368e] = 0x664c, [0x368f] = 0x4e0a, [0x3690] = 0x5c1a, + [0x3691] = 0x88f3, [0x3692] = 0x68a2, [0x3693] = 0x634e, [0x3694] = 0x7a0d, + [0x3695] = 0x70e7, [0x3696] = 0x828d, [0x3697] = 0x52fa, [0x3698] = 0x97f6, + [0x3699] = 0x5c11, [0x369a] = 0x54e8, [0x369b] = 0x90b5, [0x369c] = 0x7ecd, + [0x369d] = 0x5962, [0x369e] = 0x8d4a, [0x369f] = 0x86c7, [0x36a0] = 0x820c, + [0x36a1] = 0x820d, [0x36a2] = 0x8d66, [0x36a3] = 0x6444, [0x36a4] = 0x5c04, + [0x36a5] = 0x6151, [0x36a6] = 0x6d89, [0x36a7] = 0x793e, [0x36a8] = 0x8bbe, + [0x36a9] = 0x7837, [0x36aa] = 0x7533, [0x36ab] = 0x547b, [0x36ac] = 0x4f38, + [0x36ad] = 0x8eab, [0x36ae] = 0x6df1, [0x36af] = 0x5a20, [0x36b0] = 0x7ec5, + [0x36b1] = 0x795e, [0x36b2] = 0x6c88, [0x36b3] = 0x5ba1, [0x36b4] = 0x5a76, + [0x36b5] = 0x751a, [0x36b6] = 0x80be, [0x36b7] = 0x614e, [0x36b8] = 0x6e17, + [0x36b9] = 0x58f0, [0x36ba] = 0x751f, [0x36bb] = 0x7525, [0x36bc] = 0x7272, + [0x36bd] = 0x5347, [0x36be] = 0x7ef3, [0x36c0] = 0x8503, [0x36c1] = 0x8504, + [0x36c2] = 0x8505, [0x36c3] = 0x8506, [0x36c4] = 0x8507, [0x36c5] = 0x8508, + [0x36c6] = 0x8509, [0x36c7] = 0x850a, [0x36c8] = 0x850b, [0x36c9] = 0x850d, + [0x36ca] = 0x850e, [0x36cb] = 0x850f, [0x36cc] = 0x8510, [0x36cd] = 0x8512, + [0x36ce] = 0x8514, [0x36cf] = 0x8515, [0x36d0] = 0x8516, [0x36d1] = 0x8518, + [0x36d2] = 0x8519, [0x36d3] = 0x851b, [0x36d4] = 0x851c, [0x36d5] = 0x851d, + [0x36d6] = 0x851e, [0x36d7] = 0x8520, [0x36d8] = 0x8522, [0x36d9] = 0x8523, + [0x36da] = 0x8524, [0x36db] = 0x8525, [0x36dc] = 0x8526, [0x36dd] = 0x8527, + [0x36de] = 0x8528, [0x36df] = 0x8529, [0x36e0] = 0x852a, [0x36e1] = 0x852d, + [0x36e2] = 0x852e, [0x36e3] = 0x852f, [0x36e4] = 0x8530, [0x36e5] = 0x8531, + [0x36e6] = 0x8532, [0x36e7] = 0x8533, [0x36e8] = 0x8534, [0x36e9] = 0x8535, + [0x36ea] = 0x8536, [0x36eb] = 0x853e, [0x36ec] = 0x853f, [0x36ed] = 0x8540, + [0x36ee] = 0x8541, [0x36ef] = 0x8542, [0x36f0] = 0x8544, [0x36f1] = 0x8545, + [0x36f2] = 0x8546, [0x36f3] = 0x8547, [0x36f4] = 0x854b, [0x36f5] = 0x854c, + [0x36f6] = 0x854d, [0x36f7] = 0x854e, [0x36f8] = 0x854f, [0x36f9] = 0x8550, + [0x36fa] = 0x8551, [0x36fb] = 0x8552, [0x36fc] = 0x8553, [0x36fd] = 0x8554, + [0x36fe] = 0x8555, [0x3700] = 0x8557, [0x3701] = 0x8558, [0x3702] = 0x855a, + [0x3703] = 0x855b, [0x3704] = 0x855c, [0x3705] = 0x855d, [0x3706] = 0x855f, + [0x3707] = 0x8560, [0x3708] = 0x8561, [0x3709] = 0x8562, [0x370a] = 0x8563, + [0x370b] = 0x8565, [0x370c] = 0x8566, [0x370d] = 0x8567, [0x370e] = 0x8569, + [0x370f] = 0x856a, [0x3710] = 0x856b, [0x3711] = 0x856c, [0x3712] = 0x856d, + [0x3713] = 0x856e, [0x3714] = 0x856f, [0x3715] = 0x8570, [0x3716] = 0x8571, + [0x3717] = 0x8573, [0x3718] = 0x8575, [0x3719] = 0x8576, [0x371a] = 0x8577, + [0x371b] = 0x8578, [0x371c] = 0x857c, [0x371d] = 0x857d, [0x371e] = 0x857f, + [0x371f] = 0x8580, [0x3720] = 0x8581, [0x3721] = 0x7701, [0x3722] = 0x76db, + [0x3723] = 0x5269, [0x3724] = 0x80dc, [0x3725] = 0x5723, [0x3726] = 0x5e08, + [0x3727] = 0x5931, [0x3728] = 0x72ee, [0x3729] = 0x65bd, [0x372a] = 0x6e7f, + [0x372b] = 0x8bd7, [0x372c] = 0x5c38, [0x372d] = 0x8671, [0x372e] = 0x5341, + [0x372f] = 0x77f3, [0x3730] = 0x62fe, [0x3731] = 0x65f6, [0x3732] = 0x4ec0, + [0x3733] = 0x98df, [0x3734] = 0x8680, [0x3735] = 0x5b9e, [0x3736] = 0x8bc6, + [0x3737] = 0x53f2, [0x3738] = 0x77e2, [0x3739] = 0x4f7f, [0x373a] = 0x5c4e, + [0x373b] = 0x9a76, [0x373c] = 0x59cb, [0x373d] = 0x5f0f, [0x373e] = 0x793a, + [0x373f] = 0x58eb, [0x3740] = 0x4e16, [0x3741] = 0x67ff, [0x3742] = 0x4e8b, + [0x3743] = 0x62ed, [0x3744] = 0x8a93, [0x3745] = 0x901d, [0x3746] = 0x52bf, + [0x3747] = 0x662f, [0x3748] = 0x55dc, [0x3749] = 0x566c, [0x374a] = 0x9002, + [0x374b] = 0x4ed5, [0x374c] = 0x4f8d, [0x374d] = 0x91ca, [0x374e] = 0x9970, + [0x374f] = 0x6c0f, [0x3750] = 0x5e02, [0x3751] = 0x6043, [0x3752] = 0x5ba4, + [0x3753] = 0x89c6, [0x3754] = 0x8bd5, [0x3755] = 0x6536, [0x3756] = 0x624b, + [0x3757] = 0x9996, [0x3758] = 0x5b88, [0x3759] = 0x5bff, [0x375a] = 0x6388, + [0x375b] = 0x552e, [0x375c] = 0x53d7, [0x375d] = 0x7626, [0x375e] = 0x517d, + [0x375f] = 0x852c, [0x3760] = 0x67a2, [0x3761] = 0x68b3, [0x3762] = 0x6b8a, + [0x3763] = 0x6292, [0x3764] = 0x8f93, [0x3765] = 0x53d4, [0x3766] = 0x8212, + [0x3767] = 0x6dd1, [0x3768] = 0x758f, [0x3769] = 0x4e66, [0x376a] = 0x8d4e, + [0x376b] = 0x5b70, [0x376c] = 0x719f, [0x376d] = 0x85af, [0x376e] = 0x6691, + [0x376f] = 0x66d9, [0x3770] = 0x7f72, [0x3771] = 0x8700, [0x3772] = 0x9ecd, + [0x3773] = 0x9f20, [0x3774] = 0x5c5e, [0x3775] = 0x672f, [0x3776] = 0x8ff0, + [0x3777] = 0x6811, [0x3778] = 0x675f, [0x3779] = 0x620d, [0x377a] = 0x7ad6, + [0x377b] = 0x5885, [0x377c] = 0x5eb6, [0x377d] = 0x6570, [0x377e] = 0x6f31, + [0x3780] = 0x8582, [0x3781] = 0x8583, [0x3782] = 0x8586, [0x3783] = 0x8588, + [0x3784] = 0x8589, [0x3785] = 0x858a, [0x3786] = 0x858b, [0x3787] = 0x858c, + [0x3788] = 0x858d, [0x3789] = 0x858e, [0x378a] = 0x8590, [0x378b] = 0x8591, + [0x378c] = 0x8592, [0x378d] = 0x8593, [0x378e] = 0x8594, [0x378f] = 0x8595, + [0x3790] = 0x8596, [0x3791] = 0x8597, [0x3792] = 0x8598, [0x3793] = 0x8599, + [0x3794] = 0x859a, [0x3795] = 0x859d, [0x3796] = 0x859e, [0x3797] = 0x859f, + [0x3798] = 0x85a0, [0x3799] = 0x85a1, [0x379a] = 0x85a2, [0x379b] = 0x85a3, + [0x379c] = 0x85a5, [0x379d] = 0x85a6, [0x379e] = 0x85a7, [0x379f] = 0x85a9, + [0x37a0] = 0x85ab, [0x37a1] = 0x85ac, [0x37a2] = 0x85ad, [0x37a3] = 0x85b1, + [0x37a4] = 0x85b2, [0x37a5] = 0x85b3, [0x37a6] = 0x85b4, [0x37a7] = 0x85b5, + [0x37a8] = 0x85b6, [0x37a9] = 0x85b8, [0x37aa] = 0x85ba, [0x37ab] = 0x85bb, + [0x37ac] = 0x85bc, [0x37ad] = 0x85bd, [0x37ae] = 0x85be, [0x37af] = 0x85bf, + [0x37b0] = 0x85c0, [0x37b1] = 0x85c2, [0x37b2] = 0x85c3, [0x37b3] = 0x85c4, + [0x37b4] = 0x85c5, [0x37b5] = 0x85c6, [0x37b6] = 0x85c7, [0x37b7] = 0x85c8, + [0x37b8] = 0x85ca, [0x37b9] = 0x85cb, [0x37ba] = 0x85cc, [0x37bb] = 0x85cd, + [0x37bc] = 0x85ce, [0x37bd] = 0x85d1, [0x37be] = 0x85d2, [0x37c0] = 0x85d4, + [0x37c1] = 0x85d6, [0x37c2] = 0x85d7, [0x37c3] = 0x85d8, [0x37c4] = 0x85d9, + [0x37c5] = 0x85da, [0x37c6] = 0x85db, [0x37c7] = 0x85dd, [0x37c8] = 0x85de, + [0x37c9] = 0x85df, [0x37ca] = 0x85e0, [0x37cb] = 0x85e1, [0x37cc] = 0x85e2, + [0x37cd] = 0x85e3, [0x37ce] = 0x85e5, [0x37cf] = 0x85e6, [0x37d0] = 0x85e7, + [0x37d1] = 0x85e8, [0x37d2] = 0x85ea, [0x37d3] = 0x85eb, [0x37d4] = 0x85ec, + [0x37d5] = 0x85ed, [0x37d6] = 0x85ee, [0x37d7] = 0x85ef, [0x37d8] = 0x85f0, + [0x37d9] = 0x85f1, [0x37da] = 0x85f2, [0x37db] = 0x85f3, [0x37dc] = 0x85f4, + [0x37dd] = 0x85f5, [0x37de] = 0x85f6, [0x37df] = 0x85f7, [0x37e0] = 0x85f8, + [0x37e1] = 0x6055, [0x37e2] = 0x5237, [0x37e3] = 0x800d, [0x37e4] = 0x6454, + [0x37e5] = 0x8870, [0x37e6] = 0x7529, [0x37e7] = 0x5e05, [0x37e8] = 0x6813, + [0x37e9] = 0x62f4, [0x37ea] = 0x971c, [0x37eb] = 0x53cc, [0x37ec] = 0x723d, + [0x37ed] = 0x8c01, [0x37ee] = 0x6c34, [0x37ef] = 0x7761, [0x37f0] = 0x7a0e, + [0x37f1] = 0x542e, [0x37f2] = 0x77ac, [0x37f3] = 0x987a, [0x37f4] = 0x821c, + [0x37f5] = 0x8bf4, [0x37f6] = 0x7855, [0x37f7] = 0x6714, [0x37f8] = 0x70c1, + [0x37f9] = 0x65af, [0x37fa] = 0x6495, [0x37fb] = 0x5636, [0x37fc] = 0x601d, + [0x37fd] = 0x79c1, [0x37fe] = 0x53f8, [0x37ff] = 0x4e1d, [0x3800] = 0x6b7b, + [0x3801] = 0x8086, [0x3802] = 0x5bfa, [0x3803] = 0x55e3, [0x3804] = 0x56db, + [0x3805] = 0x4f3a, [0x3806] = 0x4f3c, [0x3807] = 0x9972, [0x3808] = 0x5df3, + [0x3809] = 0x677e, [0x380a] = 0x8038, [0x380b] = 0x6002, [0x380c] = 0x9882, + [0x380d] = 0x9001, [0x380e] = 0x5b8b, [0x380f] = 0x8bbc, [0x3810] = 0x8bf5, + [0x3811] = 0x641c, [0x3812] = 0x8258, [0x3813] = 0x64de, [0x3814] = 0x55fd, + [0x3815] = 0x82cf, [0x3816] = 0x9165, [0x3817] = 0x4fd7, [0x3818] = 0x7d20, + [0x3819] = 0x901f, [0x381a] = 0x7c9f, [0x381b] = 0x50f3, [0x381c] = 0x5851, + [0x381d] = 0x6eaf, [0x381e] = 0x5bbf, [0x381f] = 0x8bc9, [0x3820] = 0x8083, + [0x3821] = 0x9178, [0x3822] = 0x849c, [0x3823] = 0x7b97, [0x3824] = 0x867d, + [0x3825] = 0x968b, [0x3826] = 0x968f, [0x3827] = 0x7ee5, [0x3828] = 0x9ad3, + [0x3829] = 0x788e, [0x382a] = 0x5c81, [0x382b] = 0x7a57, [0x382c] = 0x9042, + [0x382d] = 0x96a7, [0x382e] = 0x795f, [0x382f] = 0x5b59, [0x3830] = 0x635f, + [0x3831] = 0x7b0b, [0x3832] = 0x84d1, [0x3833] = 0x68ad, [0x3834] = 0x5506, + [0x3835] = 0x7f29, [0x3836] = 0x7410, [0x3837] = 0x7d22, [0x3838] = 0x9501, + [0x3839] = 0x6240, [0x383a] = 0x584c, [0x383b] = 0x4ed6, [0x383c] = 0x5b83, + [0x383d] = 0x5979, [0x383e] = 0x5854, [0x3840] = 0x85f9, [0x3841] = 0x85fa, + [0x3842] = 0x85fc, [0x3843] = 0x85fd, [0x3844] = 0x85fe, [0x3845] = 0x8600, + [0x3846] = 0x8601, [0x3847] = 0x8602, [0x3848] = 0x8603, [0x3849] = 0x8604, + [0x384a] = 0x8606, [0x384b] = 0x8607, [0x384c] = 0x8608, [0x384d] = 0x8609, + [0x384e] = 0x860a, [0x384f] = 0x860b, [0x3850] = 0x860c, [0x3851] = 0x860d, + [0x3852] = 0x860e, [0x3853] = 0x860f, [0x3854] = 0x8610, [0x3855] = 0x8612, + [0x3856] = 0x8613, [0x3857] = 0x8614, [0x3858] = 0x8615, [0x3859] = 0x8617, + [0x385a] = 0x8618, [0x385b] = 0x8619, [0x385c] = 0x861a, [0x385d] = 0x861b, + [0x385e] = 0x861c, [0x385f] = 0x861d, [0x3860] = 0x861e, [0x3861] = 0x861f, + [0x3862] = 0x8620, [0x3863] = 0x8621, [0x3864] = 0x8622, [0x3865] = 0x8623, + [0x3866] = 0x8624, [0x3867] = 0x8625, [0x3868] = 0x8626, [0x3869] = 0x8628, + [0x386a] = 0x862a, [0x386b] = 0x862b, [0x386c] = 0x862c, [0x386d] = 0x862d, + [0x386e] = 0x862e, [0x386f] = 0x862f, [0x3870] = 0x8630, [0x3871] = 0x8631, + [0x3872] = 0x8632, [0x3873] = 0x8633, [0x3874] = 0x8634, [0x3875] = 0x8635, + [0x3876] = 0x8636, [0x3877] = 0x8637, [0x3878] = 0x8639, [0x3879] = 0x863a, + [0x387a] = 0x863b, [0x387b] = 0x863d, [0x387c] = 0x863e, [0x387d] = 0x863f, + [0x387e] = 0x8640, [0x3880] = 0x8641, [0x3881] = 0x8642, [0x3882] = 0x8643, + [0x3883] = 0x8644, [0x3884] = 0x8645, [0x3885] = 0x8646, [0x3886] = 0x8647, + [0x3887] = 0x8648, [0x3888] = 0x8649, [0x3889] = 0x864a, [0x388a] = 0x864b, + [0x388b] = 0x864c, [0x388c] = 0x8652, [0x388d] = 0x8653, [0x388e] = 0x8655, + [0x388f] = 0x8656, [0x3890] = 0x8657, [0x3891] = 0x8658, [0x3892] = 0x8659, + [0x3893] = 0x865b, [0x3894] = 0x865c, [0x3895] = 0x865d, [0x3896] = 0x865f, + [0x3897] = 0x8660, [0x3898] = 0x8661, [0x3899] = 0x8663, [0x389a] = 0x8664, + [0x389b] = 0x8665, [0x389c] = 0x8666, [0x389d] = 0x8667, [0x389e] = 0x8668, + [0x389f] = 0x8669, [0x38a0] = 0x866a, [0x38a1] = 0x736d, [0x38a2] = 0x631e, + [0x38a3] = 0x8e4b, [0x38a4] = 0x8e0f, [0x38a5] = 0x80ce, [0x38a6] = 0x82d4, + [0x38a7] = 0x62ac, [0x38a8] = 0x53f0, [0x38a9] = 0x6cf0, [0x38aa] = 0x915e, + [0x38ab] = 0x592a, [0x38ac] = 0x6001, [0x38ad] = 0x6c70, [0x38ae] = 0x574d, + [0x38af] = 0x644a, [0x38b0] = 0x8d2a, [0x38b1] = 0x762b, [0x38b2] = 0x6ee9, + [0x38b3] = 0x575b, [0x38b4] = 0x6a80, [0x38b5] = 0x75f0, [0x38b6] = 0x6f6d, + [0x38b7] = 0x8c2d, [0x38b8] = 0x8c08, [0x38b9] = 0x5766, [0x38ba] = 0x6bef, + [0x38bb] = 0x8892, [0x38bc] = 0x78b3, [0x38bd] = 0x63a2, [0x38be] = 0x53f9, + [0x38bf] = 0x70ad, [0x38c0] = 0x6c64, [0x38c1] = 0x5858, [0x38c2] = 0x642a, + [0x38c3] = 0x5802, [0x38c4] = 0x68e0, [0x38c5] = 0x819b, [0x38c6] = 0x5510, + [0x38c7] = 0x7cd6, [0x38c8] = 0x5018, [0x38c9] = 0x8eba, [0x38ca] = 0x6dcc, + [0x38cb] = 0x8d9f, [0x38cc] = 0x70eb, [0x38cd] = 0x638f, [0x38ce] = 0x6d9b, + [0x38cf] = 0x6ed4, [0x38d0] = 0x7ee6, [0x38d1] = 0x8404, [0x38d2] = 0x6843, + [0x38d3] = 0x9003, [0x38d4] = 0x6dd8, [0x38d5] = 0x9676, [0x38d6] = 0x8ba8, + [0x38d7] = 0x5957, [0x38d8] = 0x7279, [0x38d9] = 0x85e4, [0x38da] = 0x817e, + [0x38db] = 0x75bc, [0x38dc] = 0x8a8a, [0x38dd] = 0x68af, [0x38de] = 0x5254, + [0x38df] = 0x8e22, [0x38e0] = 0x9511, [0x38e1] = 0x63d0, [0x38e2] = 0x9898, + [0x38e3] = 0x8e44, [0x38e4] = 0x557c, [0x38e5] = 0x4f53, [0x38e6] = 0x66ff, + [0x38e7] = 0x568f, [0x38e8] = 0x60d5, [0x38e9] = 0x6d95, [0x38ea] = 0x5243, + [0x38eb] = 0x5c49, [0x38ec] = 0x5929, [0x38ed] = 0x6dfb, [0x38ee] = 0x586b, + [0x38ef] = 0x7530, [0x38f0] = 0x751c, [0x38f1] = 0x606c, [0x38f2] = 0x8214, + [0x38f3] = 0x8146, [0x38f4] = 0x6311, [0x38f5] = 0x6761, [0x38f6] = 0x8fe2, + [0x38f7] = 0x773a, [0x38f8] = 0x8df3, [0x38f9] = 0x8d34, [0x38fa] = 0x94c1, + [0x38fb] = 0x5e16, [0x38fc] = 0x5385, [0x38fd] = 0x542c, [0x38fe] = 0x70c3, + [0x3900] = 0x866d, [0x3901] = 0x866f, [0x3902] = 0x8670, [0x3903] = 0x8672, + [0x3904] = 0x8673, [0x3905] = 0x8674, [0x3906] = 0x8675, [0x3907] = 0x8676, + [0x3908] = 0x8677, [0x3909] = 0x8678, [0x390a] = 0x8683, [0x390b] = 0x8684, + [0x390c] = 0x8685, [0x390d] = 0x8686, [0x390e] = 0x8687, [0x390f] = 0x8688, + [0x3910] = 0x8689, [0x3911] = 0x868e, [0x3912] = 0x868f, [0x3913] = 0x8690, + [0x3914] = 0x8691, [0x3915] = 0x8692, [0x3916] = 0x8694, [0x3917] = 0x8696, + [0x3918] = 0x8697, [0x3919] = 0x8698, [0x391a] = 0x8699, [0x391b] = 0x869a, + [0x391c] = 0x869b, [0x391d] = 0x869e, [0x391e] = 0x869f, [0x391f] = 0x86a0, + [0x3920] = 0x86a1, [0x3921] = 0x86a2, [0x3922] = 0x86a5, [0x3923] = 0x86a6, + [0x3924] = 0x86ab, [0x3925] = 0x86ad, [0x3926] = 0x86ae, [0x3927] = 0x86b2, + [0x3928] = 0x86b3, [0x3929] = 0x86b7, [0x392a] = 0x86b8, [0x392b] = 0x86b9, + [0x392c] = 0x86bb, [0x392d] = 0x86bc, [0x392e] = 0x86bd, [0x392f] = 0x86be, + [0x3930] = 0x86bf, [0x3931] = 0x86c1, [0x3932] = 0x86c2, [0x3933] = 0x86c3, + [0x3934] = 0x86c5, [0x3935] = 0x86c8, [0x3936] = 0x86cc, [0x3937] = 0x86cd, + [0x3938] = 0x86d2, [0x3939] = 0x86d3, [0x393a] = 0x86d5, [0x393b] = 0x86d6, + [0x393c] = 0x86d7, [0x393d] = 0x86da, [0x393e] = 0x86dc, [0x3940] = 0x86dd, + [0x3941] = 0x86e0, [0x3942] = 0x86e1, [0x3943] = 0x86e2, [0x3944] = 0x86e3, + [0x3945] = 0x86e5, [0x3946] = 0x86e6, [0x3947] = 0x86e7, [0x3948] = 0x86e8, + [0x3949] = 0x86ea, [0x394a] = 0x86eb, [0x394b] = 0x86ec, [0x394c] = 0x86ef, + [0x394d] = 0x86f5, [0x394e] = 0x86f6, [0x394f] = 0x86f7, [0x3950] = 0x86fa, + [0x3951] = 0x86fb, [0x3952] = 0x86fc, [0x3953] = 0x86fd, [0x3954] = 0x86ff, + [0x3955] = 0x8701, [0x3956] = 0x8704, [0x3957] = 0x8705, [0x3958] = 0x8706, + [0x3959] = 0x870b, [0x395a] = 0x870c, [0x395b] = 0x870e, [0x395c] = 0x870f, + [0x395d] = 0x8710, [0x395e] = 0x8711, [0x395f] = 0x8714, [0x3960] = 0x8716, + [0x3961] = 0x6c40, [0x3962] = 0x5ef7, [0x3963] = 0x505c, [0x3964] = 0x4ead, + [0x3965] = 0x5ead, [0x3966] = 0x633a, [0x3967] = 0x8247, [0x3968] = 0x901a, + [0x3969] = 0x6850, [0x396a] = 0x916e, [0x396b] = 0x77b3, [0x396c] = 0x540c, + [0x396d] = 0x94dc, [0x396e] = 0x5f64, [0x396f] = 0x7ae5, [0x3970] = 0x6876, + [0x3971] = 0x6345, [0x3972] = 0x7b52, [0x3973] = 0x7edf, [0x3974] = 0x75db, + [0x3975] = 0x5077, [0x3976] = 0x6295, [0x3977] = 0x5934, [0x3978] = 0x900f, + [0x3979] = 0x51f8, [0x397a] = 0x79c3, [0x397b] = 0x7a81, [0x397c] = 0x56fe, + [0x397d] = 0x5f92, [0x397e] = 0x9014, [0x397f] = 0x6d82, [0x3980] = 0x5c60, + [0x3981] = 0x571f, [0x3982] = 0x5410, [0x3983] = 0x5154, [0x3984] = 0x6e4d, + [0x3985] = 0x56e2, [0x3986] = 0x63a8, [0x3987] = 0x9893, [0x3988] = 0x817f, + [0x3989] = 0x8715, [0x398a] = 0x892a, [0x398b] = 0x9000, [0x398c] = 0x541e, + [0x398d] = 0x5c6f, [0x398e] = 0x81c0, [0x398f] = 0x62d6, [0x3990] = 0x6258, + [0x3991] = 0x8131, [0x3992] = 0x9e35, [0x3993] = 0x9640, [0x3994] = 0x9a6e, + [0x3995] = 0x9a7c, [0x3996] = 0x692d, [0x3997] = 0x59a5, [0x3998] = 0x62d3, + [0x3999] = 0x553e, [0x399a] = 0x6316, [0x399b] = 0x54c7, [0x399c] = 0x86d9, + [0x399d] = 0x6d3c, [0x399e] = 0x5a03, [0x399f] = 0x74e6, [0x39a0] = 0x889c, + [0x39a1] = 0x6b6a, [0x39a2] = 0x5916, [0x39a3] = 0x8c4c, [0x39a4] = 0x5f2f, + [0x39a5] = 0x6e7e, [0x39a6] = 0x73a9, [0x39a7] = 0x987d, [0x39a8] = 0x4e38, + [0x39a9] = 0x70f7, [0x39aa] = 0x5b8c, [0x39ab] = 0x7897, [0x39ac] = 0x633d, + [0x39ad] = 0x665a, [0x39ae] = 0x7696, [0x39af] = 0x60cb, [0x39b0] = 0x5b9b, + [0x39b1] = 0x5a49, [0x39b2] = 0x4e07, [0x39b3] = 0x8155, [0x39b4] = 0x6c6a, + [0x39b5] = 0x738b, [0x39b6] = 0x4ea1, [0x39b7] = 0x6789, [0x39b8] = 0x7f51, + [0x39b9] = 0x5f80, [0x39ba] = 0x65fa, [0x39bb] = 0x671b, [0x39bc] = 0x5fd8, + [0x39bd] = 0x5984, [0x39be] = 0x5a01, [0x39c0] = 0x8719, [0x39c1] = 0x871b, + [0x39c2] = 0x871d, [0x39c3] = 0x871f, [0x39c4] = 0x8720, [0x39c5] = 0x8724, + [0x39c6] = 0x8726, [0x39c7] = 0x8727, [0x39c8] = 0x8728, [0x39c9] = 0x872a, + [0x39ca] = 0x872b, [0x39cb] = 0x872c, [0x39cc] = 0x872d, [0x39cd] = 0x872f, + [0x39ce] = 0x8730, [0x39cf] = 0x8732, [0x39d0] = 0x8733, [0x39d1] = 0x8735, + [0x39d2] = 0x8736, [0x39d3] = 0x8738, [0x39d4] = 0x8739, [0x39d5] = 0x873a, + [0x39d6] = 0x873c, [0x39d7] = 0x873d, [0x39d8] = 0x8740, [0x39d9] = 0x8741, + [0x39da] = 0x8742, [0x39db] = 0x8743, [0x39dc] = 0x8744, [0x39dd] = 0x8745, + [0x39de] = 0x8746, [0x39df] = 0x874a, [0x39e0] = 0x874b, [0x39e1] = 0x874d, + [0x39e2] = 0x874f, [0x39e3] = 0x8750, [0x39e4] = 0x8751, [0x39e5] = 0x8752, + [0x39e6] = 0x8754, [0x39e7] = 0x8755, [0x39e8] = 0x8756, [0x39e9] = 0x8758, + [0x39ea] = 0x875a, [0x39eb] = 0x875b, [0x39ec] = 0x875c, [0x39ed] = 0x875d, + [0x39ee] = 0x875e, [0x39ef] = 0x875f, [0x39f0] = 0x8761, [0x39f1] = 0x8762, + [0x39f2] = 0x8766, [0x39f3] = 0x8767, [0x39f4] = 0x8768, [0x39f5] = 0x8769, + [0x39f6] = 0x876a, [0x39f7] = 0x876b, [0x39f8] = 0x876c, [0x39f9] = 0x876d, + [0x39fa] = 0x876f, [0x39fb] = 0x8771, [0x39fc] = 0x8772, [0x39fd] = 0x8773, + [0x39fe] = 0x8775, [0x3a00] = 0x8777, [0x3a01] = 0x8778, [0x3a02] = 0x8779, + [0x3a03] = 0x877a, [0x3a04] = 0x877f, [0x3a05] = 0x8780, [0x3a06] = 0x8781, + [0x3a07] = 0x8784, [0x3a08] = 0x8786, [0x3a09] = 0x8787, [0x3a0a] = 0x8789, + [0x3a0b] = 0x878a, [0x3a0c] = 0x878c, [0x3a0d] = 0x878e, [0x3a0e] = 0x878f, + [0x3a0f] = 0x8790, [0x3a10] = 0x8791, [0x3a11] = 0x8792, [0x3a12] = 0x8794, + [0x3a13] = 0x8795, [0x3a14] = 0x8796, [0x3a15] = 0x8798, [0x3a16] = 0x8799, + [0x3a17] = 0x879a, [0x3a18] = 0x879b, [0x3a19] = 0x879c, [0x3a1a] = 0x879d, + [0x3a1b] = 0x879e, [0x3a1c] = 0x87a0, [0x3a1d] = 0x87a1, [0x3a1e] = 0x87a2, + [0x3a1f] = 0x87a3, [0x3a20] = 0x87a4, [0x3a21] = 0x5dcd, [0x3a22] = 0x5fae, + [0x3a23] = 0x5371, [0x3a24] = 0x97e6, [0x3a25] = 0x8fdd, [0x3a26] = 0x6845, + [0x3a27] = 0x56f4, [0x3a28] = 0x552f, [0x3a29] = 0x60df, [0x3a2a] = 0x4e3a, + [0x3a2b] = 0x6f4d, [0x3a2c] = 0x7ef4, [0x3a2d] = 0x82c7, [0x3a2e] = 0x840e, + [0x3a2f] = 0x59d4, [0x3a30] = 0x4f1f, [0x3a31] = 0x4f2a, [0x3a32] = 0x5c3e, + [0x3a33] = 0x7eac, [0x3a34] = 0x672a, [0x3a35] = 0x851a, [0x3a36] = 0x5473, + [0x3a37] = 0x754f, [0x3a38] = 0x80c3, [0x3a39] = 0x5582, [0x3a3a] = 0x9b4f, + [0x3a3b] = 0x4f4d, [0x3a3c] = 0x6e2d, [0x3a3d] = 0x8c13, [0x3a3e] = 0x5c09, + [0x3a3f] = 0x6170, [0x3a40] = 0x536b, [0x3a41] = 0x761f, [0x3a42] = 0x6e29, + [0x3a43] = 0x868a, [0x3a44] = 0x6587, [0x3a45] = 0x95fb, [0x3a46] = 0x7eb9, + [0x3a47] = 0x543b, [0x3a48] = 0x7a33, [0x3a49] = 0x7d0a, [0x3a4a] = 0x95ee, + [0x3a4b] = 0x55e1, [0x3a4c] = 0x7fc1, [0x3a4d] = 0x74ee, [0x3a4e] = 0x631d, + [0x3a4f] = 0x8717, [0x3a50] = 0x6da1, [0x3a51] = 0x7a9d, [0x3a52] = 0x6211, + [0x3a53] = 0x65a1, [0x3a54] = 0x5367, [0x3a55] = 0x63e1, [0x3a56] = 0x6c83, + [0x3a57] = 0x5deb, [0x3a58] = 0x545c, [0x3a59] = 0x94a8, [0x3a5a] = 0x4e4c, + [0x3a5b] = 0x6c61, [0x3a5c] = 0x8bec, [0x3a5d] = 0x5c4b, [0x3a5e] = 0x65e0, + [0x3a5f] = 0x829c, [0x3a60] = 0x68a7, [0x3a61] = 0x543e, [0x3a62] = 0x5434, + [0x3a63] = 0x6bcb, [0x3a64] = 0x6b66, [0x3a65] = 0x4e94, [0x3a66] = 0x6342, + [0x3a67] = 0x5348, [0x3a68] = 0x821e, [0x3a69] = 0x4f0d, [0x3a6a] = 0x4fae, + [0x3a6b] = 0x575e, [0x3a6c] = 0x620a, [0x3a6d] = 0x96fe, [0x3a6e] = 0x6664, + [0x3a6f] = 0x7269, [0x3a70] = 0x52ff, [0x3a71] = 0x52a1, [0x3a72] = 0x609f, + [0x3a73] = 0x8bef, [0x3a74] = 0x6614, [0x3a75] = 0x7199, [0x3a76] = 0x6790, + [0x3a77] = 0x897f, [0x3a78] = 0x7852, [0x3a79] = 0x77fd, [0x3a7a] = 0x6670, + [0x3a7b] = 0x563b, [0x3a7c] = 0x5438, [0x3a7d] = 0x9521, [0x3a7e] = 0x727a, + [0x3a80] = 0x87a5, [0x3a81] = 0x87a6, [0x3a82] = 0x87a7, [0x3a83] = 0x87a9, + [0x3a84] = 0x87aa, [0x3a85] = 0x87ae, [0x3a86] = 0x87b0, [0x3a87] = 0x87b1, + [0x3a88] = 0x87b2, [0x3a89] = 0x87b4, [0x3a8a] = 0x87b6, [0x3a8b] = 0x87b7, + [0x3a8c] = 0x87b8, [0x3a8d] = 0x87b9, [0x3a8e] = 0x87bb, [0x3a8f] = 0x87bc, + [0x3a90] = 0x87be, [0x3a91] = 0x87bf, [0x3a92] = 0x87c1, [0x3a93] = 0x87c2, + [0x3a94] = 0x87c3, [0x3a95] = 0x87c4, [0x3a96] = 0x87c5, [0x3a97] = 0x87c7, + [0x3a98] = 0x87c8, [0x3a99] = 0x87c9, [0x3a9a] = 0x87cc, [0x3a9b] = 0x87cd, + [0x3a9c] = 0x87ce, [0x3a9d] = 0x87cf, [0x3a9e] = 0x87d0, [0x3a9f] = 0x87d4, + [0x3aa0] = 0x87d5, [0x3aa1] = 0x87d6, [0x3aa2] = 0x87d7, [0x3aa3] = 0x87d8, + [0x3aa4] = 0x87d9, [0x3aa5] = 0x87da, [0x3aa6] = 0x87dc, [0x3aa7] = 0x87dd, + [0x3aa8] = 0x87de, [0x3aa9] = 0x87df, [0x3aaa] = 0x87e1, [0x3aab] = 0x87e2, + [0x3aac] = 0x87e3, [0x3aad] = 0x87e4, [0x3aae] = 0x87e6, [0x3aaf] = 0x87e7, + [0x3ab0] = 0x87e8, [0x3ab1] = 0x87e9, [0x3ab2] = 0x87eb, [0x3ab3] = 0x87ec, + [0x3ab4] = 0x87ed, [0x3ab5] = 0x87ef, [0x3ab6] = 0x87f0, [0x3ab7] = 0x87f1, + [0x3ab8] = 0x87f2, [0x3ab9] = 0x87f3, [0x3aba] = 0x87f4, [0x3abb] = 0x87f5, + [0x3abc] = 0x87f6, [0x3abd] = 0x87f7, [0x3abe] = 0x87f8, [0x3ac0] = 0x87fa, + [0x3ac1] = 0x87fb, [0x3ac2] = 0x87fc, [0x3ac3] = 0x87fd, [0x3ac4] = 0x87ff, + [0x3ac5] = 0x8800, [0x3ac6] = 0x8801, [0x3ac7] = 0x8802, [0x3ac8] = 0x8804, + [0x3ac9] = 0x8805, [0x3aca] = 0x8806, [0x3acb] = 0x8807, [0x3acc] = 0x8808, + [0x3acd] = 0x8809, [0x3ace] = 0x880b, [0x3acf] = 0x880c, [0x3ad0] = 0x880d, + [0x3ad1] = 0x880e, [0x3ad2] = 0x880f, [0x3ad3] = 0x8810, [0x3ad4] = 0x8811, + [0x3ad5] = 0x8812, [0x3ad6] = 0x8814, [0x3ad7] = 0x8817, [0x3ad8] = 0x8818, + [0x3ad9] = 0x8819, [0x3ada] = 0x881a, [0x3adb] = 0x881c, [0x3adc] = 0x881d, + [0x3add] = 0x881e, [0x3ade] = 0x881f, [0x3adf] = 0x8820, [0x3ae0] = 0x8823, + [0x3ae1] = 0x7a00, [0x3ae2] = 0x606f, [0x3ae3] = 0x5e0c, [0x3ae4] = 0x6089, + [0x3ae5] = 0x819d, [0x3ae6] = 0x5915, [0x3ae7] = 0x60dc, [0x3ae8] = 0x7184, + [0x3ae9] = 0x70ef, [0x3aea] = 0x6eaa, [0x3aeb] = 0x6c50, [0x3aec] = 0x7280, + [0x3aed] = 0x6a84, [0x3aee] = 0x88ad, [0x3aef] = 0x5e2d, [0x3af0] = 0x4e60, + [0x3af1] = 0x5ab3, [0x3af2] = 0x559c, [0x3af3] = 0x94e3, [0x3af4] = 0x6d17, + [0x3af5] = 0x7cfb, [0x3af6] = 0x9699, [0x3af7] = 0x620f, [0x3af8] = 0x7ec6, + [0x3af9] = 0x778e, [0x3afa] = 0x867e, [0x3afb] = 0x5323, [0x3afc] = 0x971e, + [0x3afd] = 0x8f96, [0x3afe] = 0x6687, [0x3aff] = 0x5ce1, [0x3b00] = 0x4fa0, + [0x3b01] = 0x72ed, [0x3b02] = 0x4e0b, [0x3b03] = 0x53a6, [0x3b04] = 0x590f, + [0x3b05] = 0x5413, [0x3b06] = 0x6380, [0x3b07] = 0x9528, [0x3b08] = 0x5148, + [0x3b09] = 0x4ed9, [0x3b0a] = 0x9c9c, [0x3b0b] = 0x7ea4, [0x3b0c] = 0x54b8, + [0x3b0d] = 0x8d24, [0x3b0e] = 0x8854, [0x3b0f] = 0x8237, [0x3b10] = 0x95f2, + [0x3b11] = 0x6d8e, [0x3b12] = 0x5f26, [0x3b13] = 0x5acc, [0x3b14] = 0x663e, + [0x3b15] = 0x9669, [0x3b16] = 0x73b0, [0x3b17] = 0x732e, [0x3b18] = 0x53bf, + [0x3b19] = 0x817a, [0x3b1a] = 0x9985, [0x3b1b] = 0x7fa1, [0x3b1c] = 0x5baa, + [0x3b1d] = 0x9677, [0x3b1e] = 0x9650, [0x3b1f] = 0x7ebf, [0x3b20] = 0x76f8, + [0x3b21] = 0x53a2, [0x3b22] = 0x9576, [0x3b23] = 0x9999, [0x3b24] = 0x7bb1, + [0x3b25] = 0x8944, [0x3b26] = 0x6e58, [0x3b27] = 0x4e61, [0x3b28] = 0x7fd4, + [0x3b29] = 0x7965, [0x3b2a] = 0x8be6, [0x3b2b] = 0x60f3, [0x3b2c] = 0x54cd, + [0x3b2d] = 0x4eab, [0x3b2e] = 0x9879, [0x3b2f] = 0x5df7, [0x3b30] = 0x6a61, + [0x3b31] = 0x50cf, [0x3b32] = 0x5411, [0x3b33] = 0x8c61, [0x3b34] = 0x8427, + [0x3b35] = 0x785d, [0x3b36] = 0x9704, [0x3b37] = 0x524a, [0x3b38] = 0x54ee, + [0x3b39] = 0x56a3, [0x3b3a] = 0x9500, [0x3b3b] = 0x6d88, [0x3b3c] = 0x5bb5, + [0x3b3d] = 0x6dc6, [0x3b3e] = 0x6653, [0x3b40] = 0x8824, [0x3b41] = 0x8825, + [0x3b42] = 0x8826, [0x3b43] = 0x8827, [0x3b44] = 0x8828, [0x3b45] = 0x8829, + [0x3b46] = 0x882a, [0x3b47] = 0x882b, [0x3b48] = 0x882c, [0x3b49] = 0x882d, + [0x3b4a] = 0x882e, [0x3b4b] = 0x882f, [0x3b4c] = 0x8830, [0x3b4d] = 0x8831, + [0x3b4e] = 0x8833, [0x3b4f] = 0x8834, [0x3b50] = 0x8835, [0x3b51] = 0x8836, + [0x3b52] = 0x8837, [0x3b53] = 0x8838, [0x3b54] = 0x883a, [0x3b55] = 0x883b, + [0x3b56] = 0x883d, [0x3b57] = 0x883e, [0x3b58] = 0x883f, [0x3b59] = 0x8841, + [0x3b5a] = 0x8842, [0x3b5b] = 0x8843, [0x3b5c] = 0x8846, [0x3b5d] = 0x8847, + [0x3b5e] = 0x8848, [0x3b5f] = 0x8849, [0x3b60] = 0x884a, [0x3b61] = 0x884b, + [0x3b62] = 0x884e, [0x3b63] = 0x884f, [0x3b64] = 0x8850, [0x3b65] = 0x8851, + [0x3b66] = 0x8852, [0x3b67] = 0x8853, [0x3b68] = 0x8855, [0x3b69] = 0x8856, + [0x3b6a] = 0x8858, [0x3b6b] = 0x885a, [0x3b6c] = 0x885b, [0x3b6d] = 0x885c, + [0x3b6e] = 0x885d, [0x3b6f] = 0x885e, [0x3b70] = 0x885f, [0x3b71] = 0x8860, + [0x3b72] = 0x8866, [0x3b73] = 0x8867, [0x3b74] = 0x886a, [0x3b75] = 0x886d, + [0x3b76] = 0x886f, [0x3b77] = 0x8871, [0x3b78] = 0x8873, [0x3b79] = 0x8874, + [0x3b7a] = 0x8875, [0x3b7b] = 0x8876, [0x3b7c] = 0x8878, [0x3b7d] = 0x8879, + [0x3b7e] = 0x887a, [0x3b80] = 0x887b, [0x3b81] = 0x887c, [0x3b82] = 0x8880, + [0x3b83] = 0x8883, [0x3b84] = 0x8886, [0x3b85] = 0x8887, [0x3b86] = 0x8889, + [0x3b87] = 0x888a, [0x3b88] = 0x888c, [0x3b89] = 0x888e, [0x3b8a] = 0x888f, + [0x3b8b] = 0x8890, [0x3b8c] = 0x8891, [0x3b8d] = 0x8893, [0x3b8e] = 0x8894, + [0x3b8f] = 0x8895, [0x3b90] = 0x8897, [0x3b91] = 0x8898, [0x3b92] = 0x8899, + [0x3b93] = 0x889a, [0x3b94] = 0x889b, [0x3b95] = 0x889d, [0x3b96] = 0x889e, + [0x3b97] = 0x889f, [0x3b98] = 0x88a0, [0x3b99] = 0x88a1, [0x3b9a] = 0x88a3, + [0x3b9b] = 0x88a5, [0x3b9c] = 0x88a6, [0x3b9d] = 0x88a7, [0x3b9e] = 0x88a8, + [0x3b9f] = 0x88a9, [0x3ba0] = 0x88aa, [0x3ba1] = 0x5c0f, [0x3ba2] = 0x5b5d, + [0x3ba3] = 0x6821, [0x3ba4] = 0x8096, [0x3ba5] = 0x5578, [0x3ba6] = 0x7b11, + [0x3ba7] = 0x6548, [0x3ba8] = 0x6954, [0x3ba9] = 0x4e9b, [0x3baa] = 0x6b47, + [0x3bab] = 0x874e, [0x3bac] = 0x978b, [0x3bad] = 0x534f, [0x3bae] = 0x631f, + [0x3baf] = 0x643a, [0x3bb0] = 0x90aa, [0x3bb1] = 0x659c, [0x3bb2] = 0x80c1, + [0x3bb3] = 0x8c10, [0x3bb4] = 0x5199, [0x3bb5] = 0x68b0, [0x3bb6] = 0x5378, + [0x3bb7] = 0x87f9, [0x3bb8] = 0x61c8, [0x3bb9] = 0x6cc4, [0x3bba] = 0x6cfb, + [0x3bbb] = 0x8c22, [0x3bbc] = 0x5c51, [0x3bbd] = 0x85aa, [0x3bbe] = 0x82af, + [0x3bbf] = 0x950c, [0x3bc0] = 0x6b23, [0x3bc1] = 0x8f9b, [0x3bc2] = 0x65b0, + [0x3bc3] = 0x5ffb, [0x3bc4] = 0x5fc3, [0x3bc5] = 0x4fe1, [0x3bc6] = 0x8845, + [0x3bc7] = 0x661f, [0x3bc8] = 0x8165, [0x3bc9] = 0x7329, [0x3bca] = 0x60fa, + [0x3bcb] = 0x5174, [0x3bcc] = 0x5211, [0x3bcd] = 0x578b, [0x3bce] = 0x5f62, + [0x3bcf] = 0x90a2, [0x3bd0] = 0x884c, [0x3bd1] = 0x9192, [0x3bd2] = 0x5e78, + [0x3bd3] = 0x674f, [0x3bd4] = 0x6027, [0x3bd5] = 0x59d3, [0x3bd6] = 0x5144, + [0x3bd7] = 0x51f6, [0x3bd8] = 0x80f8, [0x3bd9] = 0x5308, [0x3bda] = 0x6c79, + [0x3bdb] = 0x96c4, [0x3bdc] = 0x718a, [0x3bdd] = 0x4f11, [0x3bde] = 0x4fee, + [0x3bdf] = 0x7f9e, [0x3be0] = 0x673d, [0x3be1] = 0x55c5, [0x3be2] = 0x9508, + [0x3be3] = 0x79c0, [0x3be4] = 0x8896, [0x3be5] = 0x7ee3, [0x3be6] = 0x589f, + [0x3be7] = 0x620c, [0x3be8] = 0x9700, [0x3be9] = 0x865a, [0x3bea] = 0x5618, + [0x3beb] = 0x987b, [0x3bec] = 0x5f90, [0x3bed] = 0x8bb8, [0x3bee] = 0x84c4, + [0x3bef] = 0x9157, [0x3bf0] = 0x53d9, [0x3bf1] = 0x65ed, [0x3bf2] = 0x5e8f, + [0x3bf3] = 0x755c, [0x3bf4] = 0x6064, [0x3bf5] = 0x7d6e, [0x3bf6] = 0x5a7f, + [0x3bf7] = 0x7eea, [0x3bf8] = 0x7eed, [0x3bf9] = 0x8f69, [0x3bfa] = 0x55a7, + [0x3bfb] = 0x5ba3, [0x3bfc] = 0x60ac, [0x3bfd] = 0x65cb, [0x3bfe] = 0x7384, + [0x3c00] = 0x88ac, [0x3c01] = 0x88ae, [0x3c02] = 0x88af, [0x3c03] = 0x88b0, + [0x3c04] = 0x88b2, [0x3c05] = 0x88b3, [0x3c06] = 0x88b4, [0x3c07] = 0x88b5, + [0x3c08] = 0x88b6, [0x3c09] = 0x88b8, [0x3c0a] = 0x88b9, [0x3c0b] = 0x88ba, + [0x3c0c] = 0x88bb, [0x3c0d] = 0x88bd, [0x3c0e] = 0x88be, [0x3c0f] = 0x88bf, + [0x3c10] = 0x88c0, [0x3c11] = 0x88c3, [0x3c12] = 0x88c4, [0x3c13] = 0x88c7, + [0x3c14] = 0x88c8, [0x3c15] = 0x88ca, [0x3c16] = 0x88cb, [0x3c17] = 0x88cc, + [0x3c18] = 0x88cd, [0x3c19] = 0x88cf, [0x3c1a] = 0x88d0, [0x3c1b] = 0x88d1, + [0x3c1c] = 0x88d3, [0x3c1d] = 0x88d6, [0x3c1e] = 0x88d7, [0x3c1f] = 0x88da, + [0x3c20] = 0x88db, [0x3c21] = 0x88dc, [0x3c22] = 0x88dd, [0x3c23] = 0x88de, + [0x3c24] = 0x88e0, [0x3c25] = 0x88e1, [0x3c26] = 0x88e6, [0x3c27] = 0x88e7, + [0x3c28] = 0x88e9, [0x3c29] = 0x88ea, [0x3c2a] = 0x88eb, [0x3c2b] = 0x88ec, + [0x3c2c] = 0x88ed, [0x3c2d] = 0x88ee, [0x3c2e] = 0x88ef, [0x3c2f] = 0x88f2, + [0x3c30] = 0x88f5, [0x3c31] = 0x88f6, [0x3c32] = 0x88f7, [0x3c33] = 0x88fa, + [0x3c34] = 0x88fb, [0x3c35] = 0x88fd, [0x3c36] = 0x88ff, [0x3c37] = 0x8900, + [0x3c38] = 0x8901, [0x3c39] = 0x8903, [0x3c3a] = 0x8904, [0x3c3b] = 0x8905, + [0x3c3c] = 0x8906, [0x3c3d] = 0x8907, [0x3c3e] = 0x8908, [0x3c40] = 0x8909, + [0x3c41] = 0x890b, [0x3c42] = 0x890c, [0x3c43] = 0x890d, [0x3c44] = 0x890e, + [0x3c45] = 0x890f, [0x3c46] = 0x8911, [0x3c47] = 0x8914, [0x3c48] = 0x8915, + [0x3c49] = 0x8916, [0x3c4a] = 0x8917, [0x3c4b] = 0x8918, [0x3c4c] = 0x891c, + [0x3c4d] = 0x891d, [0x3c4e] = 0x891e, [0x3c4f] = 0x891f, [0x3c50] = 0x8920, + [0x3c51] = 0x8922, [0x3c52] = 0x8923, [0x3c53] = 0x8924, [0x3c54] = 0x8926, + [0x3c55] = 0x8927, [0x3c56] = 0x8928, [0x3c57] = 0x8929, [0x3c58] = 0x892c, + [0x3c59] = 0x892d, [0x3c5a] = 0x892e, [0x3c5b] = 0x892f, [0x3c5c] = 0x8931, + [0x3c5d] = 0x8932, [0x3c5e] = 0x8933, [0x3c5f] = 0x8935, [0x3c60] = 0x8937, + [0x3c61] = 0x9009, [0x3c62] = 0x7663, [0x3c63] = 0x7729, [0x3c64] = 0x7eda, + [0x3c65] = 0x9774, [0x3c66] = 0x859b, [0x3c67] = 0x5b66, [0x3c68] = 0x7a74, + [0x3c69] = 0x96ea, [0x3c6a] = 0x8840, [0x3c6b] = 0x52cb, [0x3c6c] = 0x718f, + [0x3c6d] = 0x5faa, [0x3c6e] = 0x65ec, [0x3c6f] = 0x8be2, [0x3c70] = 0x5bfb, + [0x3c71] = 0x9a6f, [0x3c72] = 0x5de1, [0x3c73] = 0x6b89, [0x3c74] = 0x6c5b, + [0x3c75] = 0x8bad, [0x3c76] = 0x8baf, [0x3c77] = 0x900a, [0x3c78] = 0x8fc5, + [0x3c79] = 0x538b, [0x3c7a] = 0x62bc, [0x3c7b] = 0x9e26, [0x3c7c] = 0x9e2d, + [0x3c7d] = 0x5440, [0x3c7e] = 0x4e2b, [0x3c7f] = 0x82bd, [0x3c80] = 0x7259, + [0x3c81] = 0x869c, [0x3c82] = 0x5d16, [0x3c83] = 0x8859, [0x3c84] = 0x6daf, + [0x3c85] = 0x96c5, [0x3c86] = 0x54d1, [0x3c87] = 0x4e9a, [0x3c88] = 0x8bb6, + [0x3c89] = 0x7109, [0x3c8a] = 0x54bd, [0x3c8b] = 0x9609, [0x3c8c] = 0x70df, + [0x3c8d] = 0x6df9, [0x3c8e] = 0x76d0, [0x3c8f] = 0x4e25, [0x3c90] = 0x7814, + [0x3c91] = 0x8712, [0x3c92] = 0x5ca9, [0x3c93] = 0x5ef6, [0x3c94] = 0x8a00, + [0x3c95] = 0x989c, [0x3c96] = 0x960e, [0x3c97] = 0x708e, [0x3c98] = 0x6cbf, + [0x3c99] = 0x5944, [0x3c9a] = 0x63a9, [0x3c9b] = 0x773c, [0x3c9c] = 0x884d, + [0x3c9d] = 0x6f14, [0x3c9e] = 0x8273, [0x3c9f] = 0x5830, [0x3ca0] = 0x71d5, + [0x3ca1] = 0x538c, [0x3ca2] = 0x781a, [0x3ca3] = 0x96c1, [0x3ca4] = 0x5501, + [0x3ca5] = 0x5f66, [0x3ca6] = 0x7130, [0x3ca7] = 0x5bb4, [0x3ca8] = 0x8c1a, + [0x3ca9] = 0x9a8c, [0x3caa] = 0x6b83, [0x3cab] = 0x592e, [0x3cac] = 0x9e2f, + [0x3cad] = 0x79e7, [0x3cae] = 0x6768, [0x3caf] = 0x626c, [0x3cb0] = 0x4f6f, + [0x3cb1] = 0x75a1, [0x3cb2] = 0x7f8a, [0x3cb3] = 0x6d0b, [0x3cb4] = 0x9633, + [0x3cb5] = 0x6c27, [0x3cb6] = 0x4ef0, [0x3cb7] = 0x75d2, [0x3cb8] = 0x517b, + [0x3cb9] = 0x6837, [0x3cba] = 0x6f3e, [0x3cbb] = 0x9080, [0x3cbc] = 0x8170, + [0x3cbd] = 0x5996, [0x3cbe] = 0x7476, [0x3cc0] = 0x8938, [0x3cc1] = 0x8939, + [0x3cc2] = 0x893a, [0x3cc3] = 0x893b, [0x3cc4] = 0x893c, [0x3cc5] = 0x893d, + [0x3cc6] = 0x893e, [0x3cc7] = 0x893f, [0x3cc8] = 0x8940, [0x3cc9] = 0x8942, + [0x3cca] = 0x8943, [0x3ccb] = 0x8945, [0x3ccc] = 0x8946, [0x3ccd] = 0x8947, + [0x3cce] = 0x8948, [0x3ccf] = 0x8949, [0x3cd0] = 0x894a, [0x3cd1] = 0x894b, + [0x3cd2] = 0x894c, [0x3cd3] = 0x894d, [0x3cd4] = 0x894e, [0x3cd5] = 0x894f, + [0x3cd6] = 0x8950, [0x3cd7] = 0x8951, [0x3cd8] = 0x8952, [0x3cd9] = 0x8953, + [0x3cda] = 0x8954, [0x3cdb] = 0x8955, [0x3cdc] = 0x8956, [0x3cdd] = 0x8957, + [0x3cde] = 0x8958, [0x3cdf] = 0x8959, [0x3ce0] = 0x895a, [0x3ce1] = 0x895b, + [0x3ce2] = 0x895c, [0x3ce3] = 0x895d, [0x3ce4] = 0x8960, [0x3ce5] = 0x8961, + [0x3ce6] = 0x8962, [0x3ce7] = 0x8963, [0x3ce8] = 0x8964, [0x3ce9] = 0x8965, + [0x3cea] = 0x8967, [0x3ceb] = 0x8968, [0x3cec] = 0x8969, [0x3ced] = 0x896a, + [0x3cee] = 0x896b, [0x3cef] = 0x896c, [0x3cf0] = 0x896d, [0x3cf1] = 0x896e, + [0x3cf2] = 0x896f, [0x3cf3] = 0x8970, [0x3cf4] = 0x8971, [0x3cf5] = 0x8972, + [0x3cf6] = 0x8973, [0x3cf7] = 0x8974, [0x3cf8] = 0x8975, [0x3cf9] = 0x8976, + [0x3cfa] = 0x8977, [0x3cfb] = 0x8978, [0x3cfc] = 0x8979, [0x3cfd] = 0x897a, + [0x3cfe] = 0x897c, [0x3d00] = 0x897d, [0x3d01] = 0x897e, [0x3d02] = 0x8980, + [0x3d03] = 0x8982, [0x3d04] = 0x8984, [0x3d05] = 0x8985, [0x3d06] = 0x8987, + [0x3d07] = 0x8988, [0x3d08] = 0x8989, [0x3d09] = 0x898a, [0x3d0a] = 0x898b, + [0x3d0b] = 0x898c, [0x3d0c] = 0x898d, [0x3d0d] = 0x898e, [0x3d0e] = 0x898f, + [0x3d0f] = 0x8990, [0x3d10] = 0x8991, [0x3d11] = 0x8992, [0x3d12] = 0x8993, + [0x3d13] = 0x8994, [0x3d14] = 0x8995, [0x3d15] = 0x8996, [0x3d16] = 0x8997, + [0x3d17] = 0x8998, [0x3d18] = 0x8999, [0x3d19] = 0x899a, [0x3d1a] = 0x899b, + [0x3d1b] = 0x899c, [0x3d1c] = 0x899d, [0x3d1d] = 0x899e, [0x3d1e] = 0x899f, + [0x3d1f] = 0x89a0, [0x3d20] = 0x89a1, [0x3d21] = 0x6447, [0x3d22] = 0x5c27, + [0x3d23] = 0x9065, [0x3d24] = 0x7a91, [0x3d25] = 0x8c23, [0x3d26] = 0x59da, + [0x3d27] = 0x54ac, [0x3d28] = 0x8200, [0x3d29] = 0x836f, [0x3d2a] = 0x8981, + [0x3d2b] = 0x8000, [0x3d2c] = 0x6930, [0x3d2d] = 0x564e, [0x3d2e] = 0x8036, + [0x3d2f] = 0x7237, [0x3d30] = 0x91ce, [0x3d31] = 0x51b6, [0x3d32] = 0x4e5f, + [0x3d33] = 0x9875, [0x3d34] = 0x6396, [0x3d35] = 0x4e1a, [0x3d36] = 0x53f6, + [0x3d37] = 0x66f3, [0x3d38] = 0x814b, [0x3d39] = 0x591c, [0x3d3a] = 0x6db2, + [0x3d3b] = 0x4e00, [0x3d3c] = 0x58f9, [0x3d3d] = 0x533b, [0x3d3e] = 0x63d6, + [0x3d3f] = 0x94f1, [0x3d40] = 0x4f9d, [0x3d41] = 0x4f0a, [0x3d42] = 0x8863, + [0x3d43] = 0x9890, [0x3d44] = 0x5937, [0x3d45] = 0x9057, [0x3d46] = 0x79fb, + [0x3d47] = 0x4eea, [0x3d48] = 0x80f0, [0x3d49] = 0x7591, [0x3d4a] = 0x6c82, + [0x3d4b] = 0x5b9c, [0x3d4c] = 0x59e8, [0x3d4d] = 0x5f5d, [0x3d4e] = 0x6905, + [0x3d4f] = 0x8681, [0x3d50] = 0x501a, [0x3d51] = 0x5df2, [0x3d52] = 0x4e59, + [0x3d53] = 0x77e3, [0x3d54] = 0x4ee5, [0x3d55] = 0x827a, [0x3d56] = 0x6291, + [0x3d57] = 0x6613, [0x3d58] = 0x9091, [0x3d59] = 0x5c79, [0x3d5a] = 0x4ebf, + [0x3d5b] = 0x5f79, [0x3d5c] = 0x81c6, [0x3d5d] = 0x9038, [0x3d5e] = 0x8084, + [0x3d5f] = 0x75ab, [0x3d60] = 0x4ea6, [0x3d61] = 0x88d4, [0x3d62] = 0x610f, + [0x3d63] = 0x6bc5, [0x3d64] = 0x5fc6, [0x3d65] = 0x4e49, [0x3d66] = 0x76ca, + [0x3d67] = 0x6ea2, [0x3d68] = 0x8be3, [0x3d69] = 0x8bae, [0x3d6a] = 0x8c0a, + [0x3d6b] = 0x8bd1, [0x3d6c] = 0x5f02, [0x3d6d] = 0x7ffc, [0x3d6e] = 0x7fcc, + [0x3d6f] = 0x7ece, [0x3d70] = 0x8335, [0x3d71] = 0x836b, [0x3d72] = 0x56e0, + [0x3d73] = 0x6bb7, [0x3d74] = 0x97f3, [0x3d75] = 0x9634, [0x3d76] = 0x59fb, + [0x3d77] = 0x541f, [0x3d78] = 0x94f6, [0x3d79] = 0x6deb, [0x3d7a] = 0x5bc5, + [0x3d7b] = 0x996e, [0x3d7c] = 0x5c39, [0x3d7d] = 0x5f15, [0x3d7e] = 0x9690, + [0x3d80] = 0x89a2, [0x3d81] = 0x89a3, [0x3d82] = 0x89a4, [0x3d83] = 0x89a5, + [0x3d84] = 0x89a6, [0x3d85] = 0x89a7, [0x3d86] = 0x89a8, [0x3d87] = 0x89a9, + [0x3d88] = 0x89aa, [0x3d89] = 0x89ab, [0x3d8a] = 0x89ac, [0x3d8b] = 0x89ad, + [0x3d8c] = 0x89ae, [0x3d8d] = 0x89af, [0x3d8e] = 0x89b0, [0x3d8f] = 0x89b1, + [0x3d90] = 0x89b2, [0x3d91] = 0x89b3, [0x3d92] = 0x89b4, [0x3d93] = 0x89b5, + [0x3d94] = 0x89b6, [0x3d95] = 0x89b7, [0x3d96] = 0x89b8, [0x3d97] = 0x89b9, + [0x3d98] = 0x89ba, [0x3d99] = 0x89bb, [0x3d9a] = 0x89bc, [0x3d9b] = 0x89bd, + [0x3d9c] = 0x89be, [0x3d9d] = 0x89bf, [0x3d9e] = 0x89c0, [0x3d9f] = 0x89c3, + [0x3da0] = 0x89cd, [0x3da1] = 0x89d3, [0x3da2] = 0x89d4, [0x3da3] = 0x89d5, + [0x3da4] = 0x89d7, [0x3da5] = 0x89d8, [0x3da6] = 0x89d9, [0x3da7] = 0x89db, + [0x3da8] = 0x89dd, [0x3da9] = 0x89df, [0x3daa] = 0x89e0, [0x3dab] = 0x89e1, + [0x3dac] = 0x89e2, [0x3dad] = 0x89e4, [0x3dae] = 0x89e7, [0x3daf] = 0x89e8, + [0x3db0] = 0x89e9, [0x3db1] = 0x89ea, [0x3db2] = 0x89ec, [0x3db3] = 0x89ed, + [0x3db4] = 0x89ee, [0x3db5] = 0x89f0, [0x3db6] = 0x89f1, [0x3db7] = 0x89f2, + [0x3db8] = 0x89f4, [0x3db9] = 0x89f5, [0x3dba] = 0x89f6, [0x3dbb] = 0x89f7, + [0x3dbc] = 0x89f8, [0x3dbd] = 0x89f9, [0x3dbe] = 0x89fa, [0x3dc0] = 0x89fb, + [0x3dc1] = 0x89fc, [0x3dc2] = 0x89fd, [0x3dc3] = 0x89fe, [0x3dc4] = 0x89ff, + [0x3dc5] = 0x8a01, [0x3dc6] = 0x8a02, [0x3dc7] = 0x8a03, [0x3dc8] = 0x8a04, + [0x3dc9] = 0x8a05, [0x3dca] = 0x8a06, [0x3dcb] = 0x8a08, [0x3dcc] = 0x8a09, + [0x3dcd] = 0x8a0a, [0x3dce] = 0x8a0b, [0x3dcf] = 0x8a0c, [0x3dd0] = 0x8a0d, + [0x3dd1] = 0x8a0e, [0x3dd2] = 0x8a0f, [0x3dd3] = 0x8a10, [0x3dd4] = 0x8a11, + [0x3dd5] = 0x8a12, [0x3dd6] = 0x8a13, [0x3dd7] = 0x8a14, [0x3dd8] = 0x8a15, + [0x3dd9] = 0x8a16, [0x3dda] = 0x8a17, [0x3ddb] = 0x8a18, [0x3ddc] = 0x8a19, + [0x3ddd] = 0x8a1a, [0x3dde] = 0x8a1b, [0x3ddf] = 0x8a1c, [0x3de0] = 0x8a1d, + [0x3de1] = 0x5370, [0x3de2] = 0x82f1, [0x3de3] = 0x6a31, [0x3de4] = 0x5a74, + [0x3de5] = 0x9e70, [0x3de6] = 0x5e94, [0x3de7] = 0x7f28, [0x3de8] = 0x83b9, + [0x3de9] = 0x8424, [0x3dea] = 0x8425, [0x3deb] = 0x8367, [0x3dec] = 0x8747, + [0x3ded] = 0x8fce, [0x3dee] = 0x8d62, [0x3def] = 0x76c8, [0x3df0] = 0x5f71, + [0x3df1] = 0x9896, [0x3df2] = 0x786c, [0x3df3] = 0x6620, [0x3df4] = 0x54df, + [0x3df5] = 0x62e5, [0x3df6] = 0x4f63, [0x3df7] = 0x81c3, [0x3df8] = 0x75c8, + [0x3df9] = 0x5eb8, [0x3dfa] = 0x96cd, [0x3dfb] = 0x8e0a, [0x3dfc] = 0x86f9, + [0x3dfd] = 0x548f, [0x3dfe] = 0x6cf3, [0x3dff] = 0x6d8c, [0x3e00] = 0x6c38, + [0x3e01] = 0x607f, [0x3e02] = 0x52c7, [0x3e03] = 0x7528, [0x3e04] = 0x5e7d, + [0x3e05] = 0x4f18, [0x3e06] = 0x60a0, [0x3e07] = 0x5fe7, [0x3e08] = 0x5c24, + [0x3e09] = 0x7531, [0x3e0a] = 0x90ae, [0x3e0b] = 0x94c0, [0x3e0c] = 0x72b9, + [0x3e0d] = 0x6cb9, [0x3e0e] = 0x6e38, [0x3e0f] = 0x9149, [0x3e10] = 0x6709, + [0x3e11] = 0x53cb, [0x3e12] = 0x53f3, [0x3e13] = 0x4f51, [0x3e14] = 0x91c9, + [0x3e15] = 0x8bf1, [0x3e16] = 0x53c8, [0x3e17] = 0x5e7c, [0x3e18] = 0x8fc2, + [0x3e19] = 0x6de4, [0x3e1a] = 0x4e8e, [0x3e1b] = 0x76c2, [0x3e1c] = 0x6986, + [0x3e1d] = 0x865e, [0x3e1e] = 0x611a, [0x3e1f] = 0x8206, [0x3e20] = 0x4f59, + [0x3e21] = 0x4fde, [0x3e22] = 0x903e, [0x3e23] = 0x9c7c, [0x3e24] = 0x6109, + [0x3e25] = 0x6e1d, [0x3e26] = 0x6e14, [0x3e27] = 0x9685, [0x3e28] = 0x4e88, + [0x3e29] = 0x5a31, [0x3e2a] = 0x96e8, [0x3e2b] = 0x4e0e, [0x3e2c] = 0x5c7f, + [0x3e2d] = 0x79b9, [0x3e2e] = 0x5b87, [0x3e2f] = 0x8bed, [0x3e30] = 0x7fbd, + [0x3e31] = 0x7389, [0x3e32] = 0x57df, [0x3e33] = 0x828b, [0x3e34] = 0x90c1, + [0x3e35] = 0x5401, [0x3e36] = 0x9047, [0x3e37] = 0x55bb, [0x3e38] = 0x5cea, + [0x3e39] = 0x5fa1, [0x3e3a] = 0x6108, [0x3e3b] = 0x6b32, [0x3e3c] = 0x72f1, + [0x3e3d] = 0x80b2, [0x3e3e] = 0x8a89, [0x3e40] = 0x8a1e, [0x3e41] = 0x8a1f, + [0x3e42] = 0x8a20, [0x3e43] = 0x8a21, [0x3e44] = 0x8a22, [0x3e45] = 0x8a23, + [0x3e46] = 0x8a24, [0x3e47] = 0x8a25, [0x3e48] = 0x8a26, [0x3e49] = 0x8a27, + [0x3e4a] = 0x8a28, [0x3e4b] = 0x8a29, [0x3e4c] = 0x8a2a, [0x3e4d] = 0x8a2b, + [0x3e4e] = 0x8a2c, [0x3e4f] = 0x8a2d, [0x3e50] = 0x8a2e, [0x3e51] = 0x8a2f, + [0x3e52] = 0x8a30, [0x3e53] = 0x8a31, [0x3e54] = 0x8a32, [0x3e55] = 0x8a33, + [0x3e56] = 0x8a34, [0x3e57] = 0x8a35, [0x3e58] = 0x8a36, [0x3e59] = 0x8a37, + [0x3e5a] = 0x8a38, [0x3e5b] = 0x8a39, [0x3e5c] = 0x8a3a, [0x3e5d] = 0x8a3b, + [0x3e5e] = 0x8a3c, [0x3e5f] = 0x8a3d, [0x3e60] = 0x8a3f, [0x3e61] = 0x8a40, + [0x3e62] = 0x8a41, [0x3e63] = 0x8a42, [0x3e64] = 0x8a43, [0x3e65] = 0x8a44, + [0x3e66] = 0x8a45, [0x3e67] = 0x8a46, [0x3e68] = 0x8a47, [0x3e69] = 0x8a49, + [0x3e6a] = 0x8a4a, [0x3e6b] = 0x8a4b, [0x3e6c] = 0x8a4c, [0x3e6d] = 0x8a4d, + [0x3e6e] = 0x8a4e, [0x3e6f] = 0x8a4f, [0x3e70] = 0x8a50, [0x3e71] = 0x8a51, + [0x3e72] = 0x8a52, [0x3e73] = 0x8a53, [0x3e74] = 0x8a54, [0x3e75] = 0x8a55, + [0x3e76] = 0x8a56, [0x3e77] = 0x8a57, [0x3e78] = 0x8a58, [0x3e79] = 0x8a59, + [0x3e7a] = 0x8a5a, [0x3e7b] = 0x8a5b, [0x3e7c] = 0x8a5c, [0x3e7d] = 0x8a5d, + [0x3e7e] = 0x8a5e, [0x3e80] = 0x8a5f, [0x3e81] = 0x8a60, [0x3e82] = 0x8a61, + [0x3e83] = 0x8a62, [0x3e84] = 0x8a63, [0x3e85] = 0x8a64, [0x3e86] = 0x8a65, + [0x3e87] = 0x8a66, [0x3e88] = 0x8a67, [0x3e89] = 0x8a68, [0x3e8a] = 0x8a69, + [0x3e8b] = 0x8a6a, [0x3e8c] = 0x8a6b, [0x3e8d] = 0x8a6c, [0x3e8e] = 0x8a6d, + [0x3e8f] = 0x8a6e, [0x3e90] = 0x8a6f, [0x3e91] = 0x8a70, [0x3e92] = 0x8a71, + [0x3e93] = 0x8a72, [0x3e94] = 0x8a73, [0x3e95] = 0x8a74, [0x3e96] = 0x8a75, + [0x3e97] = 0x8a76, [0x3e98] = 0x8a77, [0x3e99] = 0x8a78, [0x3e9a] = 0x8a7a, + [0x3e9b] = 0x8a7b, [0x3e9c] = 0x8a7c, [0x3e9d] = 0x8a7d, [0x3e9e] = 0x8a7e, + [0x3e9f] = 0x8a7f, [0x3ea0] = 0x8a80, [0x3ea1] = 0x6d74, [0x3ea2] = 0x5bd3, + [0x3ea3] = 0x88d5, [0x3ea4] = 0x9884, [0x3ea5] = 0x8c6b, [0x3ea6] = 0x9a6d, + [0x3ea7] = 0x9e33, [0x3ea8] = 0x6e0a, [0x3ea9] = 0x51a4, [0x3eaa] = 0x5143, + [0x3eab] = 0x57a3, [0x3eac] = 0x8881, [0x3ead] = 0x539f, [0x3eae] = 0x63f4, + [0x3eaf] = 0x8f95, [0x3eb0] = 0x56ed, [0x3eb1] = 0x5458, [0x3eb2] = 0x5706, + [0x3eb3] = 0x733f, [0x3eb4] = 0x6e90, [0x3eb5] = 0x7f18, [0x3eb6] = 0x8fdc, + [0x3eb7] = 0x82d1, [0x3eb8] = 0x613f, [0x3eb9] = 0x6028, [0x3eba] = 0x9662, + [0x3ebb] = 0x66f0, [0x3ebc] = 0x7ea6, [0x3ebd] = 0x8d8a, [0x3ebe] = 0x8dc3, + [0x3ebf] = 0x94a5, [0x3ec0] = 0x5cb3, [0x3ec1] = 0x7ca4, [0x3ec2] = 0x6708, + [0x3ec3] = 0x60a6, [0x3ec4] = 0x9605, [0x3ec5] = 0x8018, [0x3ec6] = 0x4e91, + [0x3ec7] = 0x90e7, [0x3ec8] = 0x5300, [0x3ec9] = 0x9668, [0x3eca] = 0x5141, + [0x3ecb] = 0x8fd0, [0x3ecc] = 0x8574, [0x3ecd] = 0x915d, [0x3ece] = 0x6655, + [0x3ecf] = 0x97f5, [0x3ed0] = 0x5b55, [0x3ed1] = 0x531d, [0x3ed2] = 0x7838, + [0x3ed3] = 0x6742, [0x3ed4] = 0x683d, [0x3ed5] = 0x54c9, [0x3ed6] = 0x707e, + [0x3ed7] = 0x5bb0, [0x3ed8] = 0x8f7d, [0x3ed9] = 0x518d, [0x3eda] = 0x5728, + [0x3edb] = 0x54b1, [0x3edc] = 0x6512, [0x3edd] = 0x6682, [0x3ede] = 0x8d5e, + [0x3edf] = 0x8d43, [0x3ee0] = 0x810f, [0x3ee1] = 0x846c, [0x3ee2] = 0x906d, + [0x3ee3] = 0x7cdf, [0x3ee4] = 0x51ff, [0x3ee5] = 0x85fb, [0x3ee6] = 0x67a3, + [0x3ee7] = 0x65e9, [0x3ee8] = 0x6fa1, [0x3ee9] = 0x86a4, [0x3eea] = 0x8e81, + [0x3eeb] = 0x566a, [0x3eec] = 0x9020, [0x3eed] = 0x7682, [0x3eee] = 0x7076, + [0x3eef] = 0x71e5, [0x3ef0] = 0x8d23, [0x3ef1] = 0x62e9, [0x3ef2] = 0x5219, + [0x3ef3] = 0x6cfd, [0x3ef4] = 0x8d3c, [0x3ef5] = 0x600e, [0x3ef6] = 0x589e, + [0x3ef7] = 0x618e, [0x3ef8] = 0x66fe, [0x3ef9] = 0x8d60, [0x3efa] = 0x624e, + [0x3efb] = 0x55b3, [0x3efc] = 0x6e23, [0x3efd] = 0x672d, [0x3efe] = 0x8f67, + [0x3f00] = 0x8a81, [0x3f01] = 0x8a82, [0x3f02] = 0x8a83, [0x3f03] = 0x8a84, + [0x3f04] = 0x8a85, [0x3f05] = 0x8a86, [0x3f06] = 0x8a87, [0x3f07] = 0x8a88, + [0x3f08] = 0x8a8b, [0x3f09] = 0x8a8c, [0x3f0a] = 0x8a8d, [0x3f0b] = 0x8a8e, + [0x3f0c] = 0x8a8f, [0x3f0d] = 0x8a90, [0x3f0e] = 0x8a91, [0x3f0f] = 0x8a92, + [0x3f10] = 0x8a94, [0x3f11] = 0x8a95, [0x3f12] = 0x8a96, [0x3f13] = 0x8a97, + [0x3f14] = 0x8a98, [0x3f15] = 0x8a99, [0x3f16] = 0x8a9a, [0x3f17] = 0x8a9b, + [0x3f18] = 0x8a9c, [0x3f19] = 0x8a9d, [0x3f1a] = 0x8a9e, [0x3f1b] = 0x8a9f, + [0x3f1c] = 0x8aa0, [0x3f1d] = 0x8aa1, [0x3f1e] = 0x8aa2, [0x3f1f] = 0x8aa3, + [0x3f20] = 0x8aa4, [0x3f21] = 0x8aa5, [0x3f22] = 0x8aa6, [0x3f23] = 0x8aa7, + [0x3f24] = 0x8aa8, [0x3f25] = 0x8aa9, [0x3f26] = 0x8aaa, [0x3f27] = 0x8aab, + [0x3f28] = 0x8aac, [0x3f29] = 0x8aad, [0x3f2a] = 0x8aae, [0x3f2b] = 0x8aaf, + [0x3f2c] = 0x8ab0, [0x3f2d] = 0x8ab1, [0x3f2e] = 0x8ab2, [0x3f2f] = 0x8ab3, + [0x3f30] = 0x8ab4, [0x3f31] = 0x8ab5, [0x3f32] = 0x8ab6, [0x3f33] = 0x8ab7, + [0x3f34] = 0x8ab8, [0x3f35] = 0x8ab9, [0x3f36] = 0x8aba, [0x3f37] = 0x8abb, + [0x3f38] = 0x8abc, [0x3f39] = 0x8abd, [0x3f3a] = 0x8abe, [0x3f3b] = 0x8abf, + [0x3f3c] = 0x8ac0, [0x3f3d] = 0x8ac1, [0x3f3e] = 0x8ac2, [0x3f40] = 0x8ac3, + [0x3f41] = 0x8ac4, [0x3f42] = 0x8ac5, [0x3f43] = 0x8ac6, [0x3f44] = 0x8ac7, + [0x3f45] = 0x8ac8, [0x3f46] = 0x8ac9, [0x3f47] = 0x8aca, [0x3f48] = 0x8acb, + [0x3f49] = 0x8acc, [0x3f4a] = 0x8acd, [0x3f4b] = 0x8ace, [0x3f4c] = 0x8acf, + [0x3f4d] = 0x8ad0, [0x3f4e] = 0x8ad1, [0x3f4f] = 0x8ad2, [0x3f50] = 0x8ad3, + [0x3f51] = 0x8ad4, [0x3f52] = 0x8ad5, [0x3f53] = 0x8ad6, [0x3f54] = 0x8ad7, + [0x3f55] = 0x8ad8, [0x3f56] = 0x8ad9, [0x3f57] = 0x8ada, [0x3f58] = 0x8adb, + [0x3f59] = 0x8adc, [0x3f5a] = 0x8add, [0x3f5b] = 0x8ade, [0x3f5c] = 0x8adf, + [0x3f5d] = 0x8ae0, [0x3f5e] = 0x8ae1, [0x3f5f] = 0x8ae2, [0x3f60] = 0x8ae3, + [0x3f61] = 0x94e1, [0x3f62] = 0x95f8, [0x3f63] = 0x7728, [0x3f64] = 0x6805, + [0x3f65] = 0x69a8, [0x3f66] = 0x548b, [0x3f67] = 0x4e4d, [0x3f68] = 0x70b8, + [0x3f69] = 0x8bc8, [0x3f6a] = 0x6458, [0x3f6b] = 0x658b, [0x3f6c] = 0x5b85, + [0x3f6d] = 0x7a84, [0x3f6e] = 0x503a, [0x3f6f] = 0x5be8, [0x3f70] = 0x77bb, + [0x3f71] = 0x6be1, [0x3f72] = 0x8a79, [0x3f73] = 0x7c98, [0x3f74] = 0x6cbe, + [0x3f75] = 0x76cf, [0x3f76] = 0x65a9, [0x3f77] = 0x8f97, [0x3f78] = 0x5d2d, + [0x3f79] = 0x5c55, [0x3f7a] = 0x8638, [0x3f7b] = 0x6808, [0x3f7c] = 0x5360, + [0x3f7d] = 0x6218, [0x3f7e] = 0x7ad9, [0x3f7f] = 0x6e5b, [0x3f80] = 0x7efd, + [0x3f81] = 0x6a1f, [0x3f82] = 0x7ae0, [0x3f83] = 0x5f70, [0x3f84] = 0x6f33, + [0x3f85] = 0x5f20, [0x3f86] = 0x638c, [0x3f87] = 0x6da8, [0x3f88] = 0x6756, + [0x3f89] = 0x4e08, [0x3f8a] = 0x5e10, [0x3f8b] = 0x8d26, [0x3f8c] = 0x4ed7, + [0x3f8d] = 0x80c0, [0x3f8e] = 0x7634, [0x3f8f] = 0x969c, [0x3f90] = 0x62db, + [0x3f91] = 0x662d, [0x3f92] = 0x627e, [0x3f93] = 0x6cbc, [0x3f94] = 0x8d75, + [0x3f95] = 0x7167, [0x3f96] = 0x7f69, [0x3f97] = 0x5146, [0x3f98] = 0x8087, + [0x3f99] = 0x53ec, [0x3f9a] = 0x906e, [0x3f9b] = 0x6298, [0x3f9c] = 0x54f2, + [0x3f9d] = 0x86f0, [0x3f9e] = 0x8f99, [0x3f9f] = 0x8005, [0x3fa0] = 0x9517, + [0x3fa1] = 0x8517, [0x3fa2] = 0x8fd9, [0x3fa3] = 0x6d59, [0x3fa4] = 0x73cd, + [0x3fa5] = 0x659f, [0x3fa6] = 0x771f, [0x3fa7] = 0x7504, [0x3fa8] = 0x7827, + [0x3fa9] = 0x81fb, [0x3faa] = 0x8d1e, [0x3fab] = 0x9488, [0x3fac] = 0x4fa6, + [0x3fad] = 0x6795, [0x3fae] = 0x75b9, [0x3faf] = 0x8bca, [0x3fb0] = 0x9707, + [0x3fb1] = 0x632f, [0x3fb2] = 0x9547, [0x3fb3] = 0x9635, [0x3fb4] = 0x84b8, + [0x3fb5] = 0x6323, [0x3fb6] = 0x7741, [0x3fb7] = 0x5f81, [0x3fb8] = 0x72f0, + [0x3fb9] = 0x4e89, [0x3fba] = 0x6014, [0x3fbb] = 0x6574, [0x3fbc] = 0x62ef, + [0x3fbd] = 0x6b63, [0x3fbe] = 0x653f, [0x3fc0] = 0x8ae4, [0x3fc1] = 0x8ae5, + [0x3fc2] = 0x8ae6, [0x3fc3] = 0x8ae7, [0x3fc4] = 0x8ae8, [0x3fc5] = 0x8ae9, + [0x3fc6] = 0x8aea, [0x3fc7] = 0x8aeb, [0x3fc8] = 0x8aec, [0x3fc9] = 0x8aed, + [0x3fca] = 0x8aee, [0x3fcb] = 0x8aef, [0x3fcc] = 0x8af0, [0x3fcd] = 0x8af1, + [0x3fce] = 0x8af2, [0x3fcf] = 0x8af3, [0x3fd0] = 0x8af4, [0x3fd1] = 0x8af5, + [0x3fd2] = 0x8af6, [0x3fd3] = 0x8af7, [0x3fd4] = 0x8af8, [0x3fd5] = 0x8af9, + [0x3fd6] = 0x8afa, [0x3fd7] = 0x8afb, [0x3fd8] = 0x8afc, [0x3fd9] = 0x8afd, + [0x3fda] = 0x8afe, [0x3fdb] = 0x8aff, [0x3fdc] = 0x8b00, [0x3fdd] = 0x8b01, + [0x3fde] = 0x8b02, [0x3fdf] = 0x8b03, [0x3fe0] = 0x8b04, [0x3fe1] = 0x8b05, + [0x3fe2] = 0x8b06, [0x3fe3] = 0x8b08, [0x3fe4] = 0x8b09, [0x3fe5] = 0x8b0a, + [0x3fe6] = 0x8b0b, [0x3fe7] = 0x8b0c, [0x3fe8] = 0x8b0d, [0x3fe9] = 0x8b0e, + [0x3fea] = 0x8b0f, [0x3feb] = 0x8b10, [0x3fec] = 0x8b11, [0x3fed] = 0x8b12, + [0x3fee] = 0x8b13, [0x3fef] = 0x8b14, [0x3ff0] = 0x8b15, [0x3ff1] = 0x8b16, + [0x3ff2] = 0x8b17, [0x3ff3] = 0x8b18, [0x3ff4] = 0x8b19, [0x3ff5] = 0x8b1a, + [0x3ff6] = 0x8b1b, [0x3ff7] = 0x8b1c, [0x3ff8] = 0x8b1d, [0x3ff9] = 0x8b1e, + [0x3ffa] = 0x8b1f, [0x3ffb] = 0x8b20, [0x3ffc] = 0x8b21, [0x3ffd] = 0x8b22, + [0x3ffe] = 0x8b23, [0x4000] = 0x8b24, [0x4001] = 0x8b25, [0x4002] = 0x8b27, + [0x4003] = 0x8b28, [0x4004] = 0x8b29, [0x4005] = 0x8b2a, [0x4006] = 0x8b2b, + [0x4007] = 0x8b2c, [0x4008] = 0x8b2d, [0x4009] = 0x8b2e, [0x400a] = 0x8b2f, + [0x400b] = 0x8b30, [0x400c] = 0x8b31, [0x400d] = 0x8b32, [0x400e] = 0x8b33, + [0x400f] = 0x8b34, [0x4010] = 0x8b35, [0x4011] = 0x8b36, [0x4012] = 0x8b37, + [0x4013] = 0x8b38, [0x4014] = 0x8b39, [0x4015] = 0x8b3a, [0x4016] = 0x8b3b, + [0x4017] = 0x8b3c, [0x4018] = 0x8b3d, [0x4019] = 0x8b3e, [0x401a] = 0x8b3f, + [0x401b] = 0x8b40, [0x401c] = 0x8b41, [0x401d] = 0x8b42, [0x401e] = 0x8b43, + [0x401f] = 0x8b44, [0x4020] = 0x8b45, [0x4021] = 0x5e27, [0x4022] = 0x75c7, + [0x4023] = 0x90d1, [0x4024] = 0x8bc1, [0x4025] = 0x829d, [0x4026] = 0x679d, + [0x4027] = 0x652f, [0x4028] = 0x5431, [0x4029] = 0x8718, [0x402a] = 0x77e5, + [0x402b] = 0x80a2, [0x402c] = 0x8102, [0x402d] = 0x6c41, [0x402e] = 0x4e4b, + [0x402f] = 0x7ec7, [0x4030] = 0x804c, [0x4031] = 0x76f4, [0x4032] = 0x690d, + [0x4033] = 0x6b96, [0x4034] = 0x6267, [0x4035] = 0x503c, [0x4036] = 0x4f84, + [0x4037] = 0x5740, [0x4038] = 0x6307, [0x4039] = 0x6b62, [0x403a] = 0x8dbe, + [0x403b] = 0x53ea, [0x403c] = 0x65e8, [0x403d] = 0x7eb8, [0x403e] = 0x5fd7, + [0x403f] = 0x631a, [0x4040] = 0x63b7, [0x4041] = 0x81f3, [0x4042] = 0x81f4, + [0x4043] = 0x7f6e, [0x4044] = 0x5e1c, [0x4045] = 0x5cd9, [0x4046] = 0x5236, + [0x4047] = 0x667a, [0x4048] = 0x79e9, [0x4049] = 0x7a1a, [0x404a] = 0x8d28, + [0x404b] = 0x7099, [0x404c] = 0x75d4, [0x404d] = 0x6ede, [0x404e] = 0x6cbb, + [0x404f] = 0x7a92, [0x4050] = 0x4e2d, [0x4051] = 0x76c5, [0x4052] = 0x5fe0, + [0x4053] = 0x949f, [0x4054] = 0x8877, [0x4055] = 0x7ec8, [0x4056] = 0x79cd, + [0x4057] = 0x80bf, [0x4058] = 0x91cd, [0x4059] = 0x4ef2, [0x405a] = 0x4f17, + [0x405b] = 0x821f, [0x405c] = 0x5468, [0x405d] = 0x5dde, [0x405e] = 0x6d32, + [0x405f] = 0x8bcc, [0x4060] = 0x7ca5, [0x4061] = 0x8f74, [0x4062] = 0x8098, + [0x4063] = 0x5e1a, [0x4064] = 0x5492, [0x4065] = 0x76b1, [0x4066] = 0x5b99, + [0x4067] = 0x663c, [0x4068] = 0x9aa4, [0x4069] = 0x73e0, [0x406a] = 0x682a, + [0x406b] = 0x86db, [0x406c] = 0x6731, [0x406d] = 0x732a, [0x406e] = 0x8bf8, + [0x406f] = 0x8bdb, [0x4070] = 0x9010, [0x4071] = 0x7af9, [0x4072] = 0x70db, + [0x4073] = 0x716e, [0x4074] = 0x62c4, [0x4075] = 0x77a9, [0x4076] = 0x5631, + [0x4077] = 0x4e3b, [0x4078] = 0x8457, [0x4079] = 0x67f1, [0x407a] = 0x52a9, + [0x407b] = 0x86c0, [0x407c] = 0x8d2e, [0x407d] = 0x94f8, [0x407e] = 0x7b51, + [0x4080] = 0x8b46, [0x4081] = 0x8b47, [0x4082] = 0x8b48, [0x4083] = 0x8b49, + [0x4084] = 0x8b4a, [0x4085] = 0x8b4b, [0x4086] = 0x8b4c, [0x4087] = 0x8b4d, + [0x4088] = 0x8b4e, [0x4089] = 0x8b4f, [0x408a] = 0x8b50, [0x408b] = 0x8b51, + [0x408c] = 0x8b52, [0x408d] = 0x8b53, [0x408e] = 0x8b54, [0x408f] = 0x8b55, + [0x4090] = 0x8b56, [0x4091] = 0x8b57, [0x4092] = 0x8b58, [0x4093] = 0x8b59, + [0x4094] = 0x8b5a, [0x4095] = 0x8b5b, [0x4096] = 0x8b5c, [0x4097] = 0x8b5d, + [0x4098] = 0x8b5e, [0x4099] = 0x8b5f, [0x409a] = 0x8b60, [0x409b] = 0x8b61, + [0x409c] = 0x8b62, [0x409d] = 0x8b63, [0x409e] = 0x8b64, [0x409f] = 0x8b65, + [0x40a0] = 0x8b67, [0x40a1] = 0x8b68, [0x40a2] = 0x8b69, [0x40a3] = 0x8b6a, + [0x40a4] = 0x8b6b, [0x40a5] = 0x8b6d, [0x40a6] = 0x8b6e, [0x40a7] = 0x8b6f, + [0x40a8] = 0x8b70, [0x40a9] = 0x8b71, [0x40aa] = 0x8b72, [0x40ab] = 0x8b73, + [0x40ac] = 0x8b74, [0x40ad] = 0x8b75, [0x40ae] = 0x8b76, [0x40af] = 0x8b77, + [0x40b0] = 0x8b78, [0x40b1] = 0x8b79, [0x40b2] = 0x8b7a, [0x40b3] = 0x8b7b, + [0x40b4] = 0x8b7c, [0x40b5] = 0x8b7d, [0x40b6] = 0x8b7e, [0x40b7] = 0x8b7f, + [0x40b8] = 0x8b80, [0x40b9] = 0x8b81, [0x40ba] = 0x8b82, [0x40bb] = 0x8b83, + [0x40bc] = 0x8b84, [0x40bd] = 0x8b85, [0x40be] = 0x8b86, [0x40c0] = 0x8b87, + [0x40c1] = 0x8b88, [0x40c2] = 0x8b89, [0x40c3] = 0x8b8a, [0x40c4] = 0x8b8b, + [0x40c5] = 0x8b8c, [0x40c6] = 0x8b8d, [0x40c7] = 0x8b8e, [0x40c8] = 0x8b8f, + [0x40c9] = 0x8b90, [0x40ca] = 0x8b91, [0x40cb] = 0x8b92, [0x40cc] = 0x8b93, + [0x40cd] = 0x8b94, [0x40ce] = 0x8b95, [0x40cf] = 0x8b96, [0x40d0] = 0x8b97, + [0x40d1] = 0x8b98, [0x40d2] = 0x8b99, [0x40d3] = 0x8b9a, [0x40d4] = 0x8b9b, + [0x40d5] = 0x8b9c, [0x40d6] = 0x8b9d, [0x40d7] = 0x8b9e, [0x40d8] = 0x8b9f, + [0x40d9] = 0x8bac, [0x40da] = 0x8bb1, [0x40db] = 0x8bbb, [0x40dc] = 0x8bc7, + [0x40dd] = 0x8bd0, [0x40de] = 0x8bea, [0x40df] = 0x8c09, [0x40e0] = 0x8c1e, + [0x40e1] = 0x4f4f, [0x40e2] = 0x6ce8, [0x40e3] = 0x795d, [0x40e4] = 0x9a7b, + [0x40e5] = 0x6293, [0x40e6] = 0x722a, [0x40e7] = 0x62fd, [0x40e8] = 0x4e13, + [0x40e9] = 0x7816, [0x40ea] = 0x8f6c, [0x40eb] = 0x64b0, [0x40ec] = 0x8d5a, + [0x40ed] = 0x7bc6, [0x40ee] = 0x6869, [0x40ef] = 0x5e84, [0x40f0] = 0x88c5, + [0x40f1] = 0x5986, [0x40f2] = 0x649e, [0x40f3] = 0x58ee, [0x40f4] = 0x72b6, + [0x40f5] = 0x690e, [0x40f6] = 0x9525, [0x40f7] = 0x8ffd, [0x40f8] = 0x8d58, + [0x40f9] = 0x5760, [0x40fa] = 0x7f00, [0x40fb] = 0x8c06, [0x40fc] = 0x51c6, + [0x40fd] = 0x6349, [0x40fe] = 0x62d9, [0x40ff] = 0x5353, [0x4100] = 0x684c, + [0x4101] = 0x7422, [0x4102] = 0x8301, [0x4103] = 0x914c, [0x4104] = 0x5544, + [0x4105] = 0x7740, [0x4106] = 0x707c, [0x4107] = 0x6d4a, [0x4108] = 0x5179, + [0x4109] = 0x54a8, [0x410a] = 0x8d44, [0x410b] = 0x59ff, [0x410c] = 0x6ecb, + [0x410d] = 0x6dc4, [0x410e] = 0x5b5c, [0x410f] = 0x7d2b, [0x4110] = 0x4ed4, + [0x4111] = 0x7c7d, [0x4112] = 0x6ed3, [0x4113] = 0x5b50, [0x4114] = 0x81ea, + [0x4115] = 0x6e0d, [0x4116] = 0x5b57, [0x4117] = 0x9b03, [0x4118] = 0x68d5, + [0x4119] = 0x8e2a, [0x411a] = 0x5b97, [0x411b] = 0x7efc, [0x411c] = 0x603b, + [0x411d] = 0x7eb5, [0x411e] = 0x90b9, [0x411f] = 0x8d70, [0x4120] = 0x594f, + [0x4121] = 0x63cd, [0x4122] = 0x79df, [0x4123] = 0x8db3, [0x4124] = 0x5352, + [0x4125] = 0x65cf, [0x4126] = 0x7956, [0x4127] = 0x8bc5, [0x4128] = 0x963b, + [0x4129] = 0x7ec4, [0x412a] = 0x94bb, [0x412b] = 0x7e82, [0x412c] = 0x5634, + [0x412d] = 0x9189, [0x412e] = 0x6700, [0x412f] = 0x7f6a, [0x4130] = 0x5c0a, + [0x4131] = 0x9075, [0x4132] = 0x6628, [0x4133] = 0x5de6, [0x4134] = 0x4f50, + [0x4135] = 0x67de, [0x4136] = 0x505a, [0x4137] = 0x4f5c, [0x4138] = 0x5750, + [0x4139] = 0x5ea7, [0x413a] = 0xe810, [0x413b] = 0xe811, [0x413c] = 0xe812, + [0x413d] = 0xe813, [0x413e] = 0xe814, [0x4140] = 0x8c38, [0x4141] = 0x8c39, + [0x4142] = 0x8c3a, [0x4143] = 0x8c3b, [0x4144] = 0x8c3c, [0x4145] = 0x8c3d, + [0x4146] = 0x8c3e, [0x4147] = 0x8c3f, [0x4148] = 0x8c40, [0x4149] = 0x8c42, + [0x414a] = 0x8c43, [0x414b] = 0x8c44, [0x414c] = 0x8c45, [0x414d] = 0x8c48, + [0x414e] = 0x8c4a, [0x414f] = 0x8c4b, [0x4150] = 0x8c4d, [0x4151] = 0x8c4e, + [0x4152] = 0x8c4f, [0x4153] = 0x8c50, [0x4154] = 0x8c51, [0x4155] = 0x8c52, + [0x4156] = 0x8c53, [0x4157] = 0x8c54, [0x4158] = 0x8c56, [0x4159] = 0x8c57, + [0x415a] = 0x8c58, [0x415b] = 0x8c59, [0x415c] = 0x8c5b, [0x415d] = 0x8c5c, + [0x415e] = 0x8c5d, [0x415f] = 0x8c5e, [0x4160] = 0x8c5f, [0x4161] = 0x8c60, + [0x4162] = 0x8c63, [0x4163] = 0x8c64, [0x4164] = 0x8c65, [0x4165] = 0x8c66, + [0x4166] = 0x8c67, [0x4167] = 0x8c68, [0x4168] = 0x8c69, [0x4169] = 0x8c6c, + [0x416a] = 0x8c6d, [0x416b] = 0x8c6e, [0x416c] = 0x8c6f, [0x416d] = 0x8c70, + [0x416e] = 0x8c71, [0x416f] = 0x8c72, [0x4170] = 0x8c74, [0x4171] = 0x8c75, + [0x4172] = 0x8c76, [0x4173] = 0x8c77, [0x4174] = 0x8c7b, [0x4175] = 0x8c7c, + [0x4176] = 0x8c7d, [0x4177] = 0x8c7e, [0x4178] = 0x8c7f, [0x4179] = 0x8c80, + [0x417a] = 0x8c81, [0x417b] = 0x8c83, [0x417c] = 0x8c84, [0x417d] = 0x8c86, + [0x417e] = 0x8c87, [0x4180] = 0x8c88, [0x4181] = 0x8c8b, [0x4182] = 0x8c8d, + [0x4183] = 0x8c8e, [0x4184] = 0x8c8f, [0x4185] = 0x8c90, [0x4186] = 0x8c91, + [0x4187] = 0x8c92, [0x4188] = 0x8c93, [0x4189] = 0x8c95, [0x418a] = 0x8c96, + [0x418b] = 0x8c97, [0x418c] = 0x8c99, [0x418d] = 0x8c9a, [0x418e] = 0x8c9b, + [0x418f] = 0x8c9c, [0x4190] = 0x8c9d, [0x4191] = 0x8c9e, [0x4192] = 0x8c9f, + [0x4193] = 0x8ca0, [0x4194] = 0x8ca1, [0x4195] = 0x8ca2, [0x4196] = 0x8ca3, + [0x4197] = 0x8ca4, [0x4198] = 0x8ca5, [0x4199] = 0x8ca6, [0x419a] = 0x8ca7, + [0x419b] = 0x8ca8, [0x419c] = 0x8ca9, [0x419d] = 0x8caa, [0x419e] = 0x8cab, + [0x419f] = 0x8cac, [0x41a0] = 0x8cad, [0x41a1] = 0x4e8d, [0x41a2] = 0x4e0c, + [0x41a3] = 0x5140, [0x41a4] = 0x4e10, [0x41a5] = 0x5eff, [0x41a6] = 0x5345, + [0x41a7] = 0x4e15, [0x41a8] = 0x4e98, [0x41a9] = 0x4e1e, [0x41aa] = 0x9b32, + [0x41ab] = 0x5b6c, [0x41ac] = 0x5669, [0x41ad] = 0x4e28, [0x41ae] = 0x79ba, + [0x41af] = 0x4e3f, [0x41b0] = 0x5315, [0x41b1] = 0x4e47, [0x41b2] = 0x592d, + [0x41b3] = 0x723b, [0x41b4] = 0x536e, [0x41b5] = 0x6c10, [0x41b6] = 0x56df, + [0x41b7] = 0x80e4, [0x41b8] = 0x9997, [0x41b9] = 0x6bd3, [0x41ba] = 0x777e, + [0x41bb] = 0x9f17, [0x41bc] = 0x4e36, [0x41bd] = 0x4e9f, [0x41be] = 0x9f10, + [0x41bf] = 0x4e5c, [0x41c0] = 0x4e69, [0x41c1] = 0x4e93, [0x41c2] = 0x8288, + [0x41c3] = 0x5b5b, [0x41c4] = 0x556c, [0x41c5] = 0x560f, [0x41c6] = 0x4ec4, + [0x41c7] = 0x538d, [0x41c8] = 0x539d, [0x41c9] = 0x53a3, [0x41ca] = 0x53a5, + [0x41cb] = 0x53ae, [0x41cc] = 0x9765, [0x41cd] = 0x8d5d, [0x41ce] = 0x531a, + [0x41cf] = 0x53f5, [0x41d0] = 0x5326, [0x41d1] = 0x532e, [0x41d2] = 0x533e, + [0x41d3] = 0x8d5c, [0x41d4] = 0x5366, [0x41d5] = 0x5363, [0x41d6] = 0x5202, + [0x41d7] = 0x5208, [0x41d8] = 0x520e, [0x41d9] = 0x522d, [0x41da] = 0x5233, + [0x41db] = 0x523f, [0x41dc] = 0x5240, [0x41dd] = 0x524c, [0x41de] = 0x525e, + [0x41df] = 0x5261, [0x41e0] = 0x525c, [0x41e1] = 0x84af, [0x41e2] = 0x527d, + [0x41e3] = 0x5282, [0x41e4] = 0x5281, [0x41e5] = 0x5290, [0x41e6] = 0x5293, + [0x41e7] = 0x5182, [0x41e8] = 0x7f54, [0x41e9] = 0x4ebb, [0x41ea] = 0x4ec3, + [0x41eb] = 0x4ec9, [0x41ec] = 0x4ec2, [0x41ed] = 0x4ee8, [0x41ee] = 0x4ee1, + [0x41ef] = 0x4eeb, [0x41f0] = 0x4ede, [0x41f1] = 0x4f1b, [0x41f2] = 0x4ef3, + [0x41f3] = 0x4f22, [0x41f4] = 0x4f64, [0x41f5] = 0x4ef5, [0x41f6] = 0x4f25, + [0x41f7] = 0x4f27, [0x41f8] = 0x4f09, [0x41f9] = 0x4f2b, [0x41fa] = 0x4f5e, + [0x41fb] = 0x4f67, [0x41fc] = 0x6538, [0x41fd] = 0x4f5a, [0x41fe] = 0x4f5d, + [0x4200] = 0x8cae, [0x4201] = 0x8caf, [0x4202] = 0x8cb0, [0x4203] = 0x8cb1, + [0x4204] = 0x8cb2, [0x4205] = 0x8cb3, [0x4206] = 0x8cb4, [0x4207] = 0x8cb5, + [0x4208] = 0x8cb6, [0x4209] = 0x8cb7, [0x420a] = 0x8cb8, [0x420b] = 0x8cb9, + [0x420c] = 0x8cba, [0x420d] = 0x8cbb, [0x420e] = 0x8cbc, [0x420f] = 0x8cbd, + [0x4210] = 0x8cbe, [0x4211] = 0x8cbf, [0x4212] = 0x8cc0, [0x4213] = 0x8cc1, + [0x4214] = 0x8cc2, [0x4215] = 0x8cc3, [0x4216] = 0x8cc4, [0x4217] = 0x8cc5, + [0x4218] = 0x8cc6, [0x4219] = 0x8cc7, [0x421a] = 0x8cc8, [0x421b] = 0x8cc9, + [0x421c] = 0x8cca, [0x421d] = 0x8ccb, [0x421e] = 0x8ccc, [0x421f] = 0x8ccd, + [0x4220] = 0x8cce, [0x4221] = 0x8ccf, [0x4222] = 0x8cd0, [0x4223] = 0x8cd1, + [0x4224] = 0x8cd2, [0x4225] = 0x8cd3, [0x4226] = 0x8cd4, [0x4227] = 0x8cd5, + [0x4228] = 0x8cd6, [0x4229] = 0x8cd7, [0x422a] = 0x8cd8, [0x422b] = 0x8cd9, + [0x422c] = 0x8cda, [0x422d] = 0x8cdb, [0x422e] = 0x8cdc, [0x422f] = 0x8cdd, + [0x4230] = 0x8cde, [0x4231] = 0x8cdf, [0x4232] = 0x8ce0, [0x4233] = 0x8ce1, + [0x4234] = 0x8ce2, [0x4235] = 0x8ce3, [0x4236] = 0x8ce4, [0x4237] = 0x8ce5, + [0x4238] = 0x8ce6, [0x4239] = 0x8ce7, [0x423a] = 0x8ce8, [0x423b] = 0x8ce9, + [0x423c] = 0x8cea, [0x423d] = 0x8ceb, [0x423e] = 0x8cec, [0x4240] = 0x8ced, + [0x4241] = 0x8cee, [0x4242] = 0x8cef, [0x4243] = 0x8cf0, [0x4244] = 0x8cf1, + [0x4245] = 0x8cf2, [0x4246] = 0x8cf3, [0x4247] = 0x8cf4, [0x4248] = 0x8cf5, + [0x4249] = 0x8cf6, [0x424a] = 0x8cf7, [0x424b] = 0x8cf8, [0x424c] = 0x8cf9, + [0x424d] = 0x8cfa, [0x424e] = 0x8cfb, [0x424f] = 0x8cfc, [0x4250] = 0x8cfd, + [0x4251] = 0x8cfe, [0x4252] = 0x8cff, [0x4253] = 0x8d00, [0x4254] = 0x8d01, + [0x4255] = 0x8d02, [0x4256] = 0x8d03, [0x4257] = 0x8d04, [0x4258] = 0x8d05, + [0x4259] = 0x8d06, [0x425a] = 0x8d07, [0x425b] = 0x8d08, [0x425c] = 0x8d09, + [0x425d] = 0x8d0a, [0x425e] = 0x8d0b, [0x425f] = 0x8d0c, [0x4260] = 0x8d0d, + [0x4261] = 0x4f5f, [0x4262] = 0x4f57, [0x4263] = 0x4f32, [0x4264] = 0x4f3d, + [0x4265] = 0x4f76, [0x4266] = 0x4f74, [0x4267] = 0x4f91, [0x4268] = 0x4f89, + [0x4269] = 0x4f83, [0x426a] = 0x4f8f, [0x426b] = 0x4f7e, [0x426c] = 0x4f7b, + [0x426d] = 0x4faa, [0x426e] = 0x4f7c, [0x426f] = 0x4fac, [0x4270] = 0x4f94, + [0x4271] = 0x4fe6, [0x4272] = 0x4fe8, [0x4273] = 0x4fea, [0x4274] = 0x4fc5, + [0x4275] = 0x4fda, [0x4276] = 0x4fe3, [0x4277] = 0x4fdc, [0x4278] = 0x4fd1, + [0x4279] = 0x4fdf, [0x427a] = 0x4ff8, [0x427b] = 0x5029, [0x427c] = 0x504c, + [0x427d] = 0x4ff3, [0x427e] = 0x502c, [0x427f] = 0x500f, [0x4280] = 0x502e, + [0x4281] = 0x502d, [0x4282] = 0x4ffe, [0x4283] = 0x501c, [0x4284] = 0x500c, + [0x4285] = 0x5025, [0x4286] = 0x5028, [0x4287] = 0x507e, [0x4288] = 0x5043, + [0x4289] = 0x5055, [0x428a] = 0x5048, [0x428b] = 0x504e, [0x428c] = 0x506c, + [0x428d] = 0x507b, [0x428e] = 0x50a5, [0x428f] = 0x50a7, [0x4290] = 0x50a9, + [0x4291] = 0x50ba, [0x4292] = 0x50d6, [0x4293] = 0x5106, [0x4294] = 0x50ed, + [0x4295] = 0x50ec, [0x4296] = 0x50e6, [0x4297] = 0x50ee, [0x4298] = 0x5107, + [0x4299] = 0x510b, [0x429a] = 0x4edd, [0x429b] = 0x6c3d, [0x429c] = 0x4f58, + [0x429d] = 0x4f65, [0x429e] = 0x4fce, [0x429f] = 0x9fa0, [0x42a0] = 0x6c46, + [0x42a1] = 0x7c74, [0x42a2] = 0x516e, [0x42a3] = 0x5dfd, [0x42a4] = 0x9ec9, + [0x42a5] = 0x9998, [0x42a6] = 0x5181, [0x42a7] = 0x5914, [0x42a8] = 0x52f9, + [0x42a9] = 0x530d, [0x42aa] = 0x8a07, [0x42ab] = 0x5310, [0x42ac] = 0x51eb, + [0x42ad] = 0x5919, [0x42ae] = 0x5155, [0x42af] = 0x4ea0, [0x42b0] = 0x5156, + [0x42b1] = 0x4eb3, [0x42b2] = 0x886e, [0x42b3] = 0x88a4, [0x42b4] = 0x4eb5, + [0x42b5] = 0x8114, [0x42b6] = 0x88d2, [0x42b7] = 0x7980, [0x42b8] = 0x5b34, + [0x42b9] = 0x8803, [0x42ba] = 0x7fb8, [0x42bb] = 0x51ab, [0x42bc] = 0x51b1, + [0x42bd] = 0x51bd, [0x42be] = 0x51bc, [0x42c0] = 0x8d0e, [0x42c1] = 0x8d0f, + [0x42c2] = 0x8d10, [0x42c3] = 0x8d11, [0x42c4] = 0x8d12, [0x42c5] = 0x8d13, + [0x42c6] = 0x8d14, [0x42c7] = 0x8d15, [0x42c8] = 0x8d16, [0x42c9] = 0x8d17, + [0x42ca] = 0x8d18, [0x42cb] = 0x8d19, [0x42cc] = 0x8d1a, [0x42cd] = 0x8d1b, + [0x42ce] = 0x8d1c, [0x42cf] = 0x8d20, [0x42d0] = 0x8d51, [0x42d1] = 0x8d52, + [0x42d2] = 0x8d57, [0x42d3] = 0x8d5f, [0x42d4] = 0x8d65, [0x42d5] = 0x8d68, + [0x42d6] = 0x8d69, [0x42d7] = 0x8d6a, [0x42d8] = 0x8d6c, [0x42d9] = 0x8d6e, + [0x42da] = 0x8d6f, [0x42db] = 0x8d71, [0x42dc] = 0x8d72, [0x42dd] = 0x8d78, + [0x42de] = 0x8d79, [0x42df] = 0x8d7a, [0x42e0] = 0x8d7b, [0x42e1] = 0x8d7c, + [0x42e2] = 0x8d7d, [0x42e3] = 0x8d7e, [0x42e4] = 0x8d7f, [0x42e5] = 0x8d80, + [0x42e6] = 0x8d82, [0x42e7] = 0x8d83, [0x42e8] = 0x8d86, [0x42e9] = 0x8d87, + [0x42ea] = 0x8d88, [0x42eb] = 0x8d89, [0x42ec] = 0x8d8c, [0x42ed] = 0x8d8d, + [0x42ee] = 0x8d8e, [0x42ef] = 0x8d8f, [0x42f0] = 0x8d90, [0x42f1] = 0x8d92, + [0x42f2] = 0x8d93, [0x42f3] = 0x8d95, [0x42f4] = 0x8d96, [0x42f5] = 0x8d97, + [0x42f6] = 0x8d98, [0x42f7] = 0x8d99, [0x42f8] = 0x8d9a, [0x42f9] = 0x8d9b, + [0x42fa] = 0x8d9c, [0x42fb] = 0x8d9d, [0x42fc] = 0x8d9e, [0x42fd] = 0x8da0, + [0x42fe] = 0x8da1, [0x4300] = 0x8da2, [0x4301] = 0x8da4, [0x4302] = 0x8da5, + [0x4303] = 0x8da6, [0x4304] = 0x8da7, [0x4305] = 0x8da8, [0x4306] = 0x8da9, + [0x4307] = 0x8daa, [0x4308] = 0x8dab, [0x4309] = 0x8dac, [0x430a] = 0x8dad, + [0x430b] = 0x8dae, [0x430c] = 0x8daf, [0x430d] = 0x8db0, [0x430e] = 0x8db2, + [0x430f] = 0x8db6, [0x4310] = 0x8db7, [0x4311] = 0x8db9, [0x4312] = 0x8dbb, + [0x4313] = 0x8dbd, [0x4314] = 0x8dc0, [0x4315] = 0x8dc1, [0x4316] = 0x8dc2, + [0x4317] = 0x8dc5, [0x4318] = 0x8dc7, [0x4319] = 0x8dc8, [0x431a] = 0x8dc9, + [0x431b] = 0x8dca, [0x431c] = 0x8dcd, [0x431d] = 0x8dd0, [0x431e] = 0x8dd2, + [0x431f] = 0x8dd3, [0x4320] = 0x8dd4, [0x4321] = 0x51c7, [0x4322] = 0x5196, + [0x4323] = 0x51a2, [0x4324] = 0x51a5, [0x4325] = 0x8ba0, [0x4326] = 0x8ba6, + [0x4327] = 0x8ba7, [0x4328] = 0x8baa, [0x4329] = 0x8bb4, [0x432a] = 0x8bb5, + [0x432b] = 0x8bb7, [0x432c] = 0x8bc2, [0x432d] = 0x8bc3, [0x432e] = 0x8bcb, + [0x432f] = 0x8bcf, [0x4330] = 0x8bce, [0x4331] = 0x8bd2, [0x4332] = 0x8bd3, + [0x4333] = 0x8bd4, [0x4334] = 0x8bd6, [0x4335] = 0x8bd8, [0x4336] = 0x8bd9, + [0x4337] = 0x8bdc, [0x4338] = 0x8bdf, [0x4339] = 0x8be0, [0x433a] = 0x8be4, + [0x433b] = 0x8be8, [0x433c] = 0x8be9, [0x433d] = 0x8bee, [0x433e] = 0x8bf0, + [0x433f] = 0x8bf3, [0x4340] = 0x8bf6, [0x4341] = 0x8bf9, [0x4342] = 0x8bfc, + [0x4343] = 0x8bff, [0x4344] = 0x8c00, [0x4345] = 0x8c02, [0x4346] = 0x8c04, + [0x4347] = 0x8c07, [0x4348] = 0x8c0c, [0x4349] = 0x8c0f, [0x434a] = 0x8c11, + [0x434b] = 0x8c12, [0x434c] = 0x8c14, [0x434d] = 0x8c15, [0x434e] = 0x8c16, + [0x434f] = 0x8c19, [0x4350] = 0x8c1b, [0x4351] = 0x8c18, [0x4352] = 0x8c1d, + [0x4353] = 0x8c1f, [0x4354] = 0x8c20, [0x4355] = 0x8c21, [0x4356] = 0x8c25, + [0x4357] = 0x8c27, [0x4358] = 0x8c2a, [0x4359] = 0x8c2b, [0x435a] = 0x8c2e, + [0x435b] = 0x8c2f, [0x435c] = 0x8c32, [0x435d] = 0x8c33, [0x435e] = 0x8c35, + [0x435f] = 0x8c36, [0x4360] = 0x5369, [0x4361] = 0x537a, [0x4362] = 0x961d, + [0x4363] = 0x9622, [0x4364] = 0x9621, [0x4365] = 0x9631, [0x4366] = 0x962a, + [0x4367] = 0x963d, [0x4368] = 0x963c, [0x4369] = 0x9642, [0x436a] = 0x9649, + [0x436b] = 0x9654, [0x436c] = 0x965f, [0x436d] = 0x9667, [0x436e] = 0x966c, + [0x436f] = 0x9672, [0x4370] = 0x9674, [0x4371] = 0x9688, [0x4372] = 0x968d, + [0x4373] = 0x9697, [0x4374] = 0x96b0, [0x4375] = 0x9097, [0x4376] = 0x909b, + [0x4377] = 0x909d, [0x4378] = 0x9099, [0x4379] = 0x90ac, [0x437a] = 0x90a1, + [0x437b] = 0x90b4, [0x437c] = 0x90b3, [0x437d] = 0x90b6, [0x437e] = 0x90ba, + [0x4380] = 0x8dd5, [0x4381] = 0x8dd8, [0x4382] = 0x8dd9, [0x4383] = 0x8ddc, + [0x4384] = 0x8de0, [0x4385] = 0x8de1, [0x4386] = 0x8de2, [0x4387] = 0x8de5, + [0x4388] = 0x8de6, [0x4389] = 0x8de7, [0x438a] = 0x8de9, [0x438b] = 0x8ded, + [0x438c] = 0x8dee, [0x438d] = 0x8df0, [0x438e] = 0x8df1, [0x438f] = 0x8df2, + [0x4390] = 0x8df4, [0x4391] = 0x8df6, [0x4392] = 0x8dfc, [0x4393] = 0x8dfe, + [0x4394] = 0x8dff, [0x4395] = 0x8e00, [0x4396] = 0x8e01, [0x4397] = 0x8e02, + [0x4398] = 0x8e03, [0x4399] = 0x8e04, [0x439a] = 0x8e06, [0x439b] = 0x8e07, + [0x439c] = 0x8e08, [0x439d] = 0x8e0b, [0x439e] = 0x8e0d, [0x439f] = 0x8e0e, + [0x43a0] = 0x8e10, [0x43a1] = 0x8e11, [0x43a2] = 0x8e12, [0x43a3] = 0x8e13, + [0x43a4] = 0x8e15, [0x43a5] = 0x8e16, [0x43a6] = 0x8e17, [0x43a7] = 0x8e18, + [0x43a8] = 0x8e19, [0x43a9] = 0x8e1a, [0x43aa] = 0x8e1b, [0x43ab] = 0x8e1c, + [0x43ac] = 0x8e20, [0x43ad] = 0x8e21, [0x43ae] = 0x8e24, [0x43af] = 0x8e25, + [0x43b0] = 0x8e26, [0x43b1] = 0x8e27, [0x43b2] = 0x8e28, [0x43b3] = 0x8e2b, + [0x43b4] = 0x8e2d, [0x43b5] = 0x8e30, [0x43b6] = 0x8e32, [0x43b7] = 0x8e33, + [0x43b8] = 0x8e34, [0x43b9] = 0x8e36, [0x43ba] = 0x8e37, [0x43bb] = 0x8e38, + [0x43bc] = 0x8e3b, [0x43bd] = 0x8e3c, [0x43be] = 0x8e3e, [0x43c0] = 0x8e3f, + [0x43c1] = 0x8e43, [0x43c2] = 0x8e45, [0x43c3] = 0x8e46, [0x43c4] = 0x8e4c, + [0x43c5] = 0x8e4d, [0x43c6] = 0x8e4e, [0x43c7] = 0x8e4f, [0x43c8] = 0x8e50, + [0x43c9] = 0x8e53, [0x43ca] = 0x8e54, [0x43cb] = 0x8e55, [0x43cc] = 0x8e56, + [0x43cd] = 0x8e57, [0x43ce] = 0x8e58, [0x43cf] = 0x8e5a, [0x43d0] = 0x8e5b, + [0x43d1] = 0x8e5c, [0x43d2] = 0x8e5d, [0x43d3] = 0x8e5e, [0x43d4] = 0x8e5f, + [0x43d5] = 0x8e60, [0x43d6] = 0x8e61, [0x43d7] = 0x8e62, [0x43d8] = 0x8e63, + [0x43d9] = 0x8e64, [0x43da] = 0x8e65, [0x43db] = 0x8e67, [0x43dc] = 0x8e68, + [0x43dd] = 0x8e6a, [0x43de] = 0x8e6b, [0x43df] = 0x8e6e, [0x43e0] = 0x8e71, + [0x43e1] = 0x90b8, [0x43e2] = 0x90b0, [0x43e3] = 0x90cf, [0x43e4] = 0x90c5, + [0x43e5] = 0x90be, [0x43e6] = 0x90d0, [0x43e7] = 0x90c4, [0x43e8] = 0x90c7, + [0x43e9] = 0x90d3, [0x43ea] = 0x90e6, [0x43eb] = 0x90e2, [0x43ec] = 0x90dc, + [0x43ed] = 0x90d7, [0x43ee] = 0x90db, [0x43ef] = 0x90eb, [0x43f0] = 0x90ef, + [0x43f1] = 0x90fe, [0x43f2] = 0x9104, [0x43f3] = 0x9122, [0x43f4] = 0x911e, + [0x43f5] = 0x9123, [0x43f6] = 0x9131, [0x43f7] = 0x912f, [0x43f8] = 0x9139, + [0x43f9] = 0x9143, [0x43fa] = 0x9146, [0x43fb] = 0x520d, [0x43fc] = 0x5942, + [0x43fd] = 0x52a2, [0x43fe] = 0x52ac, [0x43ff] = 0x52ad, [0x4400] = 0x52be, + [0x4401] = 0x54ff, [0x4402] = 0x52d0, [0x4403] = 0x52d6, [0x4404] = 0x52f0, + [0x4405] = 0x53df, [0x4406] = 0x71ee, [0x4407] = 0x77cd, [0x4408] = 0x5ef4, + [0x4409] = 0x51f5, [0x440a] = 0x51fc, [0x440b] = 0x9b2f, [0x440c] = 0x53b6, + [0x440d] = 0x5f01, [0x440e] = 0x755a, [0x440f] = 0x5def, [0x4410] = 0x574c, + [0x4411] = 0x57a9, [0x4412] = 0x57a1, [0x4413] = 0x587e, [0x4414] = 0x58bc, + [0x4415] = 0x58c5, [0x4416] = 0x58d1, [0x4417] = 0x5729, [0x4418] = 0x572c, + [0x4419] = 0x572a, [0x441a] = 0x5733, [0x441b] = 0x5739, [0x441c] = 0x572e, + [0x441d] = 0x572f, [0x441e] = 0x575c, [0x441f] = 0x573b, [0x4420] = 0x5742, + [0x4421] = 0x5769, [0x4422] = 0x5785, [0x4423] = 0x576b, [0x4424] = 0x5786, + [0x4425] = 0x577c, [0x4426] = 0x577b, [0x4427] = 0x5768, [0x4428] = 0x576d, + [0x4429] = 0x5776, [0x442a] = 0x5773, [0x442b] = 0x57ad, [0x442c] = 0x57a4, + [0x442d] = 0x578c, [0x442e] = 0x57b2, [0x442f] = 0x57cf, [0x4430] = 0x57a7, + [0x4431] = 0x57b4, [0x4432] = 0x5793, [0x4433] = 0x57a0, [0x4434] = 0x57d5, + [0x4435] = 0x57d8, [0x4436] = 0x57da, [0x4437] = 0x57d9, [0x4438] = 0x57d2, + [0x4439] = 0x57b8, [0x443a] = 0x57f4, [0x443b] = 0x57ef, [0x443c] = 0x57f8, + [0x443d] = 0x57e4, [0x443e] = 0x57dd, [0x4440] = 0x8e73, [0x4441] = 0x8e75, + [0x4442] = 0x8e77, [0x4443] = 0x8e78, [0x4444] = 0x8e79, [0x4445] = 0x8e7a, + [0x4446] = 0x8e7b, [0x4447] = 0x8e7d, [0x4448] = 0x8e7e, [0x4449] = 0x8e80, + [0x444a] = 0x8e82, [0x444b] = 0x8e83, [0x444c] = 0x8e84, [0x444d] = 0x8e86, + [0x444e] = 0x8e88, [0x444f] = 0x8e89, [0x4450] = 0x8e8a, [0x4451] = 0x8e8b, + [0x4452] = 0x8e8c, [0x4453] = 0x8e8d, [0x4454] = 0x8e8e, [0x4455] = 0x8e91, + [0x4456] = 0x8e92, [0x4457] = 0x8e93, [0x4458] = 0x8e95, [0x4459] = 0x8e96, + [0x445a] = 0x8e97, [0x445b] = 0x8e98, [0x445c] = 0x8e99, [0x445d] = 0x8e9a, + [0x445e] = 0x8e9b, [0x445f] = 0x8e9d, [0x4460] = 0x8e9f, [0x4461] = 0x8ea0, + [0x4462] = 0x8ea1, [0x4463] = 0x8ea2, [0x4464] = 0x8ea3, [0x4465] = 0x8ea4, + [0x4466] = 0x8ea5, [0x4467] = 0x8ea6, [0x4468] = 0x8ea7, [0x4469] = 0x8ea8, + [0x446a] = 0x8ea9, [0x446b] = 0x8eaa, [0x446c] = 0x8ead, [0x446d] = 0x8eae, + [0x446e] = 0x8eb0, [0x446f] = 0x8eb1, [0x4470] = 0x8eb3, [0x4471] = 0x8eb4, + [0x4472] = 0x8eb5, [0x4473] = 0x8eb6, [0x4474] = 0x8eb7, [0x4475] = 0x8eb8, + [0x4476] = 0x8eb9, [0x4477] = 0x8ebb, [0x4478] = 0x8ebc, [0x4479] = 0x8ebd, + [0x447a] = 0x8ebe, [0x447b] = 0x8ebf, [0x447c] = 0x8ec0, [0x447d] = 0x8ec1, + [0x447e] = 0x8ec2, [0x4480] = 0x8ec3, [0x4481] = 0x8ec4, [0x4482] = 0x8ec5, + [0x4483] = 0x8ec6, [0x4484] = 0x8ec7, [0x4485] = 0x8ec8, [0x4486] = 0x8ec9, + [0x4487] = 0x8eca, [0x4488] = 0x8ecb, [0x4489] = 0x8ecc, [0x448a] = 0x8ecd, + [0x448b] = 0x8ecf, [0x448c] = 0x8ed0, [0x448d] = 0x8ed1, [0x448e] = 0x8ed2, + [0x448f] = 0x8ed3, [0x4490] = 0x8ed4, [0x4491] = 0x8ed5, [0x4492] = 0x8ed6, + [0x4493] = 0x8ed7, [0x4494] = 0x8ed8, [0x4495] = 0x8ed9, [0x4496] = 0x8eda, + [0x4497] = 0x8edb, [0x4498] = 0x8edc, [0x4499] = 0x8edd, [0x449a] = 0x8ede, + [0x449b] = 0x8edf, [0x449c] = 0x8ee0, [0x449d] = 0x8ee1, [0x449e] = 0x8ee2, + [0x449f] = 0x8ee3, [0x44a0] = 0x8ee4, [0x44a1] = 0x580b, [0x44a2] = 0x580d, + [0x44a3] = 0x57fd, [0x44a4] = 0x57ed, [0x44a5] = 0x5800, [0x44a6] = 0x581e, + [0x44a7] = 0x5819, [0x44a8] = 0x5844, [0x44a9] = 0x5820, [0x44aa] = 0x5865, + [0x44ab] = 0x586c, [0x44ac] = 0x5881, [0x44ad] = 0x5889, [0x44ae] = 0x589a, + [0x44af] = 0x5880, [0x44b0] = 0x99a8, [0x44b1] = 0x9f19, [0x44b2] = 0x61ff, + [0x44b3] = 0x8279, [0x44b4] = 0x827d, [0x44b5] = 0x827f, [0x44b6] = 0x828f, + [0x44b7] = 0x828a, [0x44b8] = 0x82a8, [0x44b9] = 0x8284, [0x44ba] = 0x828e, + [0x44bb] = 0x8291, [0x44bc] = 0x8297, [0x44bd] = 0x8299, [0x44be] = 0x82ab, + [0x44bf] = 0x82b8, [0x44c0] = 0x82be, [0x44c1] = 0x82b0, [0x44c2] = 0x82c8, + [0x44c3] = 0x82ca, [0x44c4] = 0x82e3, [0x44c5] = 0x8298, [0x44c6] = 0x82b7, + [0x44c7] = 0x82ae, [0x44c8] = 0x82cb, [0x44c9] = 0x82cc, [0x44ca] = 0x82c1, + [0x44cb] = 0x82a9, [0x44cc] = 0x82b4, [0x44cd] = 0x82a1, [0x44ce] = 0x82aa, + [0x44cf] = 0x829f, [0x44d0] = 0x82c4, [0x44d1] = 0x82ce, [0x44d2] = 0x82a4, + [0x44d3] = 0x82e1, [0x44d4] = 0x8309, [0x44d5] = 0x82f7, [0x44d6] = 0x82e4, + [0x44d7] = 0x830f, [0x44d8] = 0x8307, [0x44d9] = 0x82dc, [0x44da] = 0x82f4, + [0x44db] = 0x82d2, [0x44dc] = 0x82d8, [0x44dd] = 0x830c, [0x44de] = 0x82fb, + [0x44df] = 0x82d3, [0x44e0] = 0x8311, [0x44e1] = 0x831a, [0x44e2] = 0x8306, + [0x44e3] = 0x8314, [0x44e4] = 0x8315, [0x44e5] = 0x82e0, [0x44e6] = 0x82d5, + [0x44e7] = 0x831c, [0x44e8] = 0x8351, [0x44e9] = 0x835b, [0x44ea] = 0x835c, + [0x44eb] = 0x8308, [0x44ec] = 0x8392, [0x44ed] = 0x833c, [0x44ee] = 0x8334, + [0x44ef] = 0x8331, [0x44f0] = 0x839b, [0x44f1] = 0x835e, [0x44f2] = 0x832f, + [0x44f3] = 0x834f, [0x44f4] = 0x8347, [0x44f5] = 0x8343, [0x44f6] = 0x835f, + [0x44f7] = 0x8340, [0x44f8] = 0x8317, [0x44f9] = 0x8360, [0x44fa] = 0x832d, + [0x44fb] = 0x833a, [0x44fc] = 0x8333, [0x44fd] = 0x8366, [0x44fe] = 0x8365, + [0x4500] = 0x8ee5, [0x4501] = 0x8ee6, [0x4502] = 0x8ee7, [0x4503] = 0x8ee8, + [0x4504] = 0x8ee9, [0x4505] = 0x8eea, [0x4506] = 0x8eeb, [0x4507] = 0x8eec, + [0x4508] = 0x8eed, [0x4509] = 0x8eee, [0x450a] = 0x8eef, [0x450b] = 0x8ef0, + [0x450c] = 0x8ef1, [0x450d] = 0x8ef2, [0x450e] = 0x8ef3, [0x450f] = 0x8ef4, + [0x4510] = 0x8ef5, [0x4511] = 0x8ef6, [0x4512] = 0x8ef7, [0x4513] = 0x8ef8, + [0x4514] = 0x8ef9, [0x4515] = 0x8efa, [0x4516] = 0x8efb, [0x4517] = 0x8efc, + [0x4518] = 0x8efd, [0x4519] = 0x8efe, [0x451a] = 0x8eff, [0x451b] = 0x8f00, + [0x451c] = 0x8f01, [0x451d] = 0x8f02, [0x451e] = 0x8f03, [0x451f] = 0x8f04, + [0x4520] = 0x8f05, [0x4521] = 0x8f06, [0x4522] = 0x8f07, [0x4523] = 0x8f08, + [0x4524] = 0x8f09, [0x4525] = 0x8f0a, [0x4526] = 0x8f0b, [0x4527] = 0x8f0c, + [0x4528] = 0x8f0d, [0x4529] = 0x8f0e, [0x452a] = 0x8f0f, [0x452b] = 0x8f10, + [0x452c] = 0x8f11, [0x452d] = 0x8f12, [0x452e] = 0x8f13, [0x452f] = 0x8f14, + [0x4530] = 0x8f15, [0x4531] = 0x8f16, [0x4532] = 0x8f17, [0x4533] = 0x8f18, + [0x4534] = 0x8f19, [0x4535] = 0x8f1a, [0x4536] = 0x8f1b, [0x4537] = 0x8f1c, + [0x4538] = 0x8f1d, [0x4539] = 0x8f1e, [0x453a] = 0x8f1f, [0x453b] = 0x8f20, + [0x453c] = 0x8f21, [0x453d] = 0x8f22, [0x453e] = 0x8f23, [0x4540] = 0x8f24, + [0x4541] = 0x8f25, [0x4542] = 0x8f26, [0x4543] = 0x8f27, [0x4544] = 0x8f28, + [0x4545] = 0x8f29, [0x4546] = 0x8f2a, [0x4547] = 0x8f2b, [0x4548] = 0x8f2c, + [0x4549] = 0x8f2d, [0x454a] = 0x8f2e, [0x454b] = 0x8f2f, [0x454c] = 0x8f30, + [0x454d] = 0x8f31, [0x454e] = 0x8f32, [0x454f] = 0x8f33, [0x4550] = 0x8f34, + [0x4551] = 0x8f35, [0x4552] = 0x8f36, [0x4553] = 0x8f37, [0x4554] = 0x8f38, + [0x4555] = 0x8f39, [0x4556] = 0x8f3a, [0x4557] = 0x8f3b, [0x4558] = 0x8f3c, + [0x4559] = 0x8f3d, [0x455a] = 0x8f3e, [0x455b] = 0x8f3f, [0x455c] = 0x8f40, + [0x455d] = 0x8f41, [0x455e] = 0x8f42, [0x455f] = 0x8f43, [0x4560] = 0x8f44, + [0x4561] = 0x8368, [0x4562] = 0x831b, [0x4563] = 0x8369, [0x4564] = 0x836c, + [0x4565] = 0x836a, [0x4566] = 0x836d, [0x4567] = 0x836e, [0x4568] = 0x83b0, + [0x4569] = 0x8378, [0x456a] = 0x83b3, [0x456b] = 0x83b4, [0x456c] = 0x83a0, + [0x456d] = 0x83aa, [0x456e] = 0x8393, [0x456f] = 0x839c, [0x4570] = 0x8385, + [0x4571] = 0x837c, [0x4572] = 0x83b6, [0x4573] = 0x83a9, [0x4574] = 0x837d, + [0x4575] = 0x83b8, [0x4576] = 0x837b, [0x4577] = 0x8398, [0x4578] = 0x839e, + [0x4579] = 0x83a8, [0x457a] = 0x83ba, [0x457b] = 0x83bc, [0x457c] = 0x83c1, + [0x457d] = 0x8401, [0x457e] = 0x83e5, [0x457f] = 0x83d8, [0x4580] = 0x5807, + [0x4581] = 0x8418, [0x4582] = 0x840b, [0x4583] = 0x83dd, [0x4584] = 0x83fd, + [0x4585] = 0x83d6, [0x4586] = 0x841c, [0x4587] = 0x8438, [0x4588] = 0x8411, + [0x4589] = 0x8406, [0x458a] = 0x83d4, [0x458b] = 0x83df, [0x458c] = 0x840f, + [0x458d] = 0x8403, [0x458e] = 0x83f8, [0x458f] = 0x83f9, [0x4590] = 0x83ea, + [0x4591] = 0x83c5, [0x4592] = 0x83c0, [0x4593] = 0x8426, [0x4594] = 0x83f0, + [0x4595] = 0x83e1, [0x4596] = 0x845c, [0x4597] = 0x8451, [0x4598] = 0x845a, + [0x4599] = 0x8459, [0x459a] = 0x8473, [0x459b] = 0x8487, [0x459c] = 0x8488, + [0x459d] = 0x847a, [0x459e] = 0x8489, [0x459f] = 0x8478, [0x45a0] = 0x843c, + [0x45a1] = 0x8446, [0x45a2] = 0x8469, [0x45a3] = 0x8476, [0x45a4] = 0x848c, + [0x45a5] = 0x848e, [0x45a6] = 0x8431, [0x45a7] = 0x846d, [0x45a8] = 0x84c1, + [0x45a9] = 0x84cd, [0x45aa] = 0x84d0, [0x45ab] = 0x84e6, [0x45ac] = 0x84bd, + [0x45ad] = 0x84d3, [0x45ae] = 0x84ca, [0x45af] = 0x84bf, [0x45b0] = 0x84ba, + [0x45b1] = 0x84e0, [0x45b2] = 0x84a1, [0x45b3] = 0x84b9, [0x45b4] = 0x84b4, + [0x45b5] = 0x8497, [0x45b6] = 0x84e5, [0x45b7] = 0x84e3, [0x45b8] = 0x850c, + [0x45b9] = 0x750d, [0x45ba] = 0x8538, [0x45bb] = 0x84f0, [0x45bc] = 0x8539, + [0x45bd] = 0x851f, [0x45be] = 0x853a, [0x45c0] = 0x8f45, [0x45c1] = 0x8f46, + [0x45c2] = 0x8f47, [0x45c3] = 0x8f48, [0x45c4] = 0x8f49, [0x45c5] = 0x8f4a, + [0x45c6] = 0x8f4b, [0x45c7] = 0x8f4c, [0x45c8] = 0x8f4d, [0x45c9] = 0x8f4e, + [0x45ca] = 0x8f4f, [0x45cb] = 0x8f50, [0x45cc] = 0x8f51, [0x45cd] = 0x8f52, + [0x45ce] = 0x8f53, [0x45cf] = 0x8f54, [0x45d0] = 0x8f55, [0x45d1] = 0x8f56, + [0x45d2] = 0x8f57, [0x45d3] = 0x8f58, [0x45d4] = 0x8f59, [0x45d5] = 0x8f5a, + [0x45d6] = 0x8f5b, [0x45d7] = 0x8f5c, [0x45d8] = 0x8f5d, [0x45d9] = 0x8f5e, + [0x45da] = 0x8f5f, [0x45db] = 0x8f60, [0x45dc] = 0x8f61, [0x45dd] = 0x8f62, + [0x45de] = 0x8f63, [0x45df] = 0x8f64, [0x45e0] = 0x8f65, [0x45e1] = 0x8f6a, + [0x45e2] = 0x8f80, [0x45e3] = 0x8f8c, [0x45e4] = 0x8f92, [0x45e5] = 0x8f9d, + [0x45e6] = 0x8fa0, [0x45e7] = 0x8fa1, [0x45e8] = 0x8fa2, [0x45e9] = 0x8fa4, + [0x45ea] = 0x8fa5, [0x45eb] = 0x8fa6, [0x45ec] = 0x8fa7, [0x45ed] = 0x8faa, + [0x45ee] = 0x8fac, [0x45ef] = 0x8fad, [0x45f0] = 0x8fae, [0x45f1] = 0x8faf, + [0x45f2] = 0x8fb2, [0x45f3] = 0x8fb3, [0x45f4] = 0x8fb4, [0x45f5] = 0x8fb5, + [0x45f6] = 0x8fb7, [0x45f7] = 0x8fb8, [0x45f8] = 0x8fba, [0x45f9] = 0x8fbb, + [0x45fa] = 0x8fbc, [0x45fb] = 0x8fbf, [0x45fc] = 0x8fc0, [0x45fd] = 0x8fc3, + [0x45fe] = 0x8fc6, [0x4600] = 0x8fc9, [0x4601] = 0x8fca, [0x4602] = 0x8fcb, + [0x4603] = 0x8fcc, [0x4604] = 0x8fcd, [0x4605] = 0x8fcf, [0x4606] = 0x8fd2, + [0x4607] = 0x8fd6, [0x4608] = 0x8fd7, [0x4609] = 0x8fda, [0x460a] = 0x8fe0, + [0x460b] = 0x8fe1, [0x460c] = 0x8fe3, [0x460d] = 0x8fe7, [0x460e] = 0x8fec, + [0x460f] = 0x8fef, [0x4610] = 0x8ff1, [0x4611] = 0x8ff2, [0x4612] = 0x8ff4, + [0x4613] = 0x8ff5, [0x4614] = 0x8ff6, [0x4615] = 0x8ffa, [0x4616] = 0x8ffb, + [0x4617] = 0x8ffc, [0x4618] = 0x8ffe, [0x4619] = 0x8fff, [0x461a] = 0x9007, + [0x461b] = 0x9008, [0x461c] = 0x900c, [0x461d] = 0x900e, [0x461e] = 0x9013, + [0x461f] = 0x9015, [0x4620] = 0x9018, [0x4621] = 0x8556, [0x4622] = 0x853b, + [0x4623] = 0x84ff, [0x4624] = 0x84fc, [0x4625] = 0x8559, [0x4626] = 0x8548, + [0x4627] = 0x8568, [0x4628] = 0x8564, [0x4629] = 0x855e, [0x462a] = 0x857a, + [0x462b] = 0x77a2, [0x462c] = 0x8543, [0x462d] = 0x8572, [0x462e] = 0x857b, + [0x462f] = 0x85a4, [0x4630] = 0x85a8, [0x4631] = 0x8587, [0x4632] = 0x858f, + [0x4633] = 0x8579, [0x4634] = 0x85ae, [0x4635] = 0x859c, [0x4636] = 0x8585, + [0x4637] = 0x85b9, [0x4638] = 0x85b7, [0x4639] = 0x85b0, [0x463a] = 0x85d3, + [0x463b] = 0x85c1, [0x463c] = 0x85dc, [0x463d] = 0x85ff, [0x463e] = 0x8627, + [0x463f] = 0x8605, [0x4640] = 0x8629, [0x4641] = 0x8616, [0x4642] = 0x863c, + [0x4643] = 0x5efe, [0x4644] = 0x5f08, [0x4645] = 0x593c, [0x4646] = 0x5941, + [0x4647] = 0x8037, [0x4648] = 0x5955, [0x4649] = 0x595a, [0x464a] = 0x5958, + [0x464b] = 0x530f, [0x464c] = 0x5c22, [0x464d] = 0x5c25, [0x464e] = 0x5c2c, + [0x464f] = 0x5c34, [0x4650] = 0x624c, [0x4651] = 0x626a, [0x4652] = 0x629f, + [0x4653] = 0x62bb, [0x4654] = 0x62ca, [0x4655] = 0x62da, [0x4656] = 0x62d7, + [0x4657] = 0x62ee, [0x4658] = 0x6322, [0x4659] = 0x62f6, [0x465a] = 0x6339, + [0x465b] = 0x634b, [0x465c] = 0x6343, [0x465d] = 0x63ad, [0x465e] = 0x63f6, + [0x465f] = 0x6371, [0x4660] = 0x637a, [0x4661] = 0x638e, [0x4662] = 0x63b4, + [0x4663] = 0x636d, [0x4664] = 0x63ac, [0x4665] = 0x638a, [0x4666] = 0x6369, + [0x4667] = 0x63ae, [0x4668] = 0x63bc, [0x4669] = 0x63f2, [0x466a] = 0x63f8, + [0x466b] = 0x63e0, [0x466c] = 0x63ff, [0x466d] = 0x63c4, [0x466e] = 0x63de, + [0x466f] = 0x63ce, [0x4670] = 0x6452, [0x4671] = 0x63c6, [0x4672] = 0x63be, + [0x4673] = 0x6445, [0x4674] = 0x6441, [0x4675] = 0x640b, [0x4676] = 0x641b, + [0x4677] = 0x6420, [0x4678] = 0x640c, [0x4679] = 0x6426, [0x467a] = 0x6421, + [0x467b] = 0x645e, [0x467c] = 0x6484, [0x467d] = 0x646d, [0x467e] = 0x6496, + [0x4680] = 0x9019, [0x4681] = 0x901c, [0x4682] = 0x9023, [0x4683] = 0x9024, + [0x4684] = 0x9025, [0x4685] = 0x9027, [0x4686] = 0x9028, [0x4687] = 0x9029, + [0x4688] = 0x902a, [0x4689] = 0x902b, [0x468a] = 0x902c, [0x468b] = 0x9030, + [0x468c] = 0x9031, [0x468d] = 0x9032, [0x468e] = 0x9033, [0x468f] = 0x9034, + [0x4690] = 0x9037, [0x4691] = 0x9039, [0x4692] = 0x903a, [0x4693] = 0x903d, + [0x4694] = 0x903f, [0x4695] = 0x9040, [0x4696] = 0x9043, [0x4697] = 0x9045, + [0x4698] = 0x9046, [0x4699] = 0x9048, [0x469a] = 0x9049, [0x469b] = 0x904a, + [0x469c] = 0x904b, [0x469d] = 0x904c, [0x469e] = 0x904e, [0x469f] = 0x9054, + [0x46a0] = 0x9055, [0x46a1] = 0x9056, [0x46a2] = 0x9059, [0x46a3] = 0x905a, + [0x46a4] = 0x905c, [0x46a5] = 0x905d, [0x46a6] = 0x905e, [0x46a7] = 0x905f, + [0x46a8] = 0x9060, [0x46a9] = 0x9061, [0x46aa] = 0x9064, [0x46ab] = 0x9066, + [0x46ac] = 0x9067, [0x46ad] = 0x9069, [0x46ae] = 0x906a, [0x46af] = 0x906b, + [0x46b0] = 0x906c, [0x46b1] = 0x906f, [0x46b2] = 0x9070, [0x46b3] = 0x9071, + [0x46b4] = 0x9072, [0x46b5] = 0x9073, [0x46b6] = 0x9076, [0x46b7] = 0x9077, + [0x46b8] = 0x9078, [0x46b9] = 0x9079, [0x46ba] = 0x907a, [0x46bb] = 0x907b, + [0x46bc] = 0x907c, [0x46bd] = 0x907e, [0x46be] = 0x9081, [0x46c0] = 0x9084, + [0x46c1] = 0x9085, [0x46c2] = 0x9086, [0x46c3] = 0x9087, [0x46c4] = 0x9089, + [0x46c5] = 0x908a, [0x46c6] = 0x908c, [0x46c7] = 0x908d, [0x46c8] = 0x908e, + [0x46c9] = 0x908f, [0x46ca] = 0x9090, [0x46cb] = 0x9092, [0x46cc] = 0x9094, + [0x46cd] = 0x9096, [0x46ce] = 0x9098, [0x46cf] = 0x909a, [0x46d0] = 0x909c, + [0x46d1] = 0x909e, [0x46d2] = 0x909f, [0x46d3] = 0x90a0, [0x46d4] = 0x90a4, + [0x46d5] = 0x90a5, [0x46d6] = 0x90a7, [0x46d7] = 0x90a8, [0x46d8] = 0x90a9, + [0x46d9] = 0x90ab, [0x46da] = 0x90ad, [0x46db] = 0x90b2, [0x46dc] = 0x90b7, + [0x46dd] = 0x90bc, [0x46de] = 0x90bd, [0x46df] = 0x90bf, [0x46e0] = 0x90c0, + [0x46e1] = 0x647a, [0x46e2] = 0x64b7, [0x46e3] = 0x64b8, [0x46e4] = 0x6499, + [0x46e5] = 0x64ba, [0x46e6] = 0x64c0, [0x46e7] = 0x64d0, [0x46e8] = 0x64d7, + [0x46e9] = 0x64e4, [0x46ea] = 0x64e2, [0x46eb] = 0x6509, [0x46ec] = 0x6525, + [0x46ed] = 0x652e, [0x46ee] = 0x5f0b, [0x46ef] = 0x5fd2, [0x46f0] = 0x7519, + [0x46f1] = 0x5f11, [0x46f2] = 0x535f, [0x46f3] = 0x53f1, [0x46f4] = 0x53fd, + [0x46f5] = 0x53e9, [0x46f6] = 0x53e8, [0x46f7] = 0x53fb, [0x46f8] = 0x5412, + [0x46f9] = 0x5416, [0x46fa] = 0x5406, [0x46fb] = 0x544b, [0x46fc] = 0x5452, + [0x46fd] = 0x5453, [0x46fe] = 0x5454, [0x46ff] = 0x5456, [0x4700] = 0x5443, + [0x4701] = 0x5421, [0x4702] = 0x5457, [0x4703] = 0x5459, [0x4704] = 0x5423, + [0x4705] = 0x5432, [0x4706] = 0x5482, [0x4707] = 0x5494, [0x4708] = 0x5477, + [0x4709] = 0x5471, [0x470a] = 0x5464, [0x470b] = 0x549a, [0x470c] = 0x549b, + [0x470d] = 0x5484, [0x470e] = 0x5476, [0x470f] = 0x5466, [0x4710] = 0x549d, + [0x4711] = 0x54d0, [0x4712] = 0x54ad, [0x4713] = 0x54c2, [0x4714] = 0x54b4, + [0x4715] = 0x54d2, [0x4716] = 0x54a7, [0x4717] = 0x54a6, [0x4718] = 0x54d3, + [0x4719] = 0x54d4, [0x471a] = 0x5472, [0x471b] = 0x54a3, [0x471c] = 0x54d5, + [0x471d] = 0x54bb, [0x471e] = 0x54bf, [0x471f] = 0x54cc, [0x4720] = 0x54d9, + [0x4721] = 0x54da, [0x4722] = 0x54dc, [0x4723] = 0x54a9, [0x4724] = 0x54aa, + [0x4725] = 0x54a4, [0x4726] = 0x54dd, [0x4727] = 0x54cf, [0x4728] = 0x54de, + [0x4729] = 0x551b, [0x472a] = 0x54e7, [0x472b] = 0x5520, [0x472c] = 0x54fd, + [0x472d] = 0x5514, [0x472e] = 0x54f3, [0x472f] = 0x5522, [0x4730] = 0x5523, + [0x4731] = 0x550f, [0x4732] = 0x5511, [0x4733] = 0x5527, [0x4734] = 0x552a, + [0x4735] = 0x5567, [0x4736] = 0x558f, [0x4737] = 0x55b5, [0x4738] = 0x5549, + [0x4739] = 0x556d, [0x473a] = 0x5541, [0x473b] = 0x5555, [0x473c] = 0x553f, + [0x473d] = 0x5550, [0x473e] = 0x553c, [0x4740] = 0x90c2, [0x4741] = 0x90c3, + [0x4742] = 0x90c6, [0x4743] = 0x90c8, [0x4744] = 0x90c9, [0x4745] = 0x90cb, + [0x4746] = 0x90cc, [0x4747] = 0x90cd, [0x4748] = 0x90d2, [0x4749] = 0x90d4, + [0x474a] = 0x90d5, [0x474b] = 0x90d6, [0x474c] = 0x90d8, [0x474d] = 0x90d9, + [0x474e] = 0x90da, [0x474f] = 0x90de, [0x4750] = 0x90df, [0x4751] = 0x90e0, + [0x4752] = 0x90e3, [0x4753] = 0x90e4, [0x4754] = 0x90e5, [0x4755] = 0x90e9, + [0x4756] = 0x90ea, [0x4757] = 0x90ec, [0x4758] = 0x90ee, [0x4759] = 0x90f0, + [0x475a] = 0x90f1, [0x475b] = 0x90f2, [0x475c] = 0x90f3, [0x475d] = 0x90f5, + [0x475e] = 0x90f6, [0x475f] = 0x90f7, [0x4760] = 0x90f9, [0x4761] = 0x90fa, + [0x4762] = 0x90fb, [0x4763] = 0x90fc, [0x4764] = 0x90ff, [0x4765] = 0x9100, + [0x4766] = 0x9101, [0x4767] = 0x9103, [0x4768] = 0x9105, [0x4769] = 0x9106, + [0x476a] = 0x9107, [0x476b] = 0x9108, [0x476c] = 0x9109, [0x476d] = 0x910a, + [0x476e] = 0x910b, [0x476f] = 0x910c, [0x4770] = 0x910d, [0x4771] = 0x910e, + [0x4772] = 0x910f, [0x4773] = 0x9110, [0x4774] = 0x9111, [0x4775] = 0x9112, + [0x4776] = 0x9113, [0x4777] = 0x9114, [0x4778] = 0x9115, [0x4779] = 0x9116, + [0x477a] = 0x9117, [0x477b] = 0x9118, [0x477c] = 0x911a, [0x477d] = 0x911b, + [0x477e] = 0x911c, [0x4780] = 0x911d, [0x4781] = 0x911f, [0x4782] = 0x9120, + [0x4783] = 0x9121, [0x4784] = 0x9124, [0x4785] = 0x9125, [0x4786] = 0x9126, + [0x4787] = 0x9127, [0x4788] = 0x9128, [0x4789] = 0x9129, [0x478a] = 0x912a, + [0x478b] = 0x912b, [0x478c] = 0x912c, [0x478d] = 0x912d, [0x478e] = 0x912e, + [0x478f] = 0x9130, [0x4790] = 0x9132, [0x4791] = 0x9133, [0x4792] = 0x9134, + [0x4793] = 0x9135, [0x4794] = 0x9136, [0x4795] = 0x9137, [0x4796] = 0x9138, + [0x4797] = 0x913a, [0x4798] = 0x913b, [0x4799] = 0x913c, [0x479a] = 0x913d, + [0x479b] = 0x913e, [0x479c] = 0x913f, [0x479d] = 0x9140, [0x479e] = 0x9141, + [0x479f] = 0x9142, [0x47a0] = 0x9144, [0x47a1] = 0x5537, [0x47a2] = 0x5556, + [0x47a3] = 0x5575, [0x47a4] = 0x5576, [0x47a5] = 0x5577, [0x47a6] = 0x5533, + [0x47a7] = 0x5530, [0x47a8] = 0x555c, [0x47a9] = 0x558b, [0x47aa] = 0x55d2, + [0x47ab] = 0x5583, [0x47ac] = 0x55b1, [0x47ad] = 0x55b9, [0x47ae] = 0x5588, + [0x47af] = 0x5581, [0x47b0] = 0x559f, [0x47b1] = 0x557e, [0x47b2] = 0x55d6, + [0x47b3] = 0x5591, [0x47b4] = 0x557b, [0x47b5] = 0x55df, [0x47b6] = 0x55bd, + [0x47b7] = 0x55be, [0x47b8] = 0x5594, [0x47b9] = 0x5599, [0x47ba] = 0x55ea, + [0x47bb] = 0x55f7, [0x47bc] = 0x55c9, [0x47bd] = 0x561f, [0x47be] = 0x55d1, + [0x47bf] = 0x55eb, [0x47c0] = 0x55ec, [0x47c1] = 0x55d4, [0x47c2] = 0x55e6, + [0x47c3] = 0x55dd, [0x47c4] = 0x55c4, [0x47c5] = 0x55ef, [0x47c6] = 0x55e5, + [0x47c7] = 0x55f2, [0x47c8] = 0x55f3, [0x47c9] = 0x55cc, [0x47ca] = 0x55cd, + [0x47cb] = 0x55e8, [0x47cc] = 0x55f5, [0x47cd] = 0x55e4, [0x47ce] = 0x8f94, + [0x47cf] = 0x561e, [0x47d0] = 0x5608, [0x47d1] = 0x560c, [0x47d2] = 0x5601, + [0x47d3] = 0x5624, [0x47d4] = 0x5623, [0x47d5] = 0x55fe, [0x47d6] = 0x5600, + [0x47d7] = 0x5627, [0x47d8] = 0x562d, [0x47d9] = 0x5658, [0x47da] = 0x5639, + [0x47db] = 0x5657, [0x47dc] = 0x562c, [0x47dd] = 0x564d, [0x47de] = 0x5662, + [0x47df] = 0x5659, [0x47e0] = 0x565c, [0x47e1] = 0x564c, [0x47e2] = 0x5654, + [0x47e3] = 0x5686, [0x47e4] = 0x5664, [0x47e5] = 0x5671, [0x47e6] = 0x566b, + [0x47e7] = 0x567b, [0x47e8] = 0x567c, [0x47e9] = 0x5685, [0x47ea] = 0x5693, + [0x47eb] = 0x56af, [0x47ec] = 0x56d4, [0x47ed] = 0x56d7, [0x47ee] = 0x56dd, + [0x47ef] = 0x56e1, [0x47f0] = 0x56f5, [0x47f1] = 0x56eb, [0x47f2] = 0x56f9, + [0x47f3] = 0x56ff, [0x47f4] = 0x5704, [0x47f5] = 0x570a, [0x47f6] = 0x5709, + [0x47f7] = 0x571c, [0x47f8] = 0x5e0f, [0x47f9] = 0x5e19, [0x47fa] = 0x5e14, + [0x47fb] = 0x5e11, [0x47fc] = 0x5e31, [0x47fd] = 0x5e3b, [0x47fe] = 0x5e3c, + [0x4800] = 0x9145, [0x4801] = 0x9147, [0x4802] = 0x9148, [0x4803] = 0x9151, + [0x4804] = 0x9153, [0x4805] = 0x9154, [0x4806] = 0x9155, [0x4807] = 0x9156, + [0x4808] = 0x9158, [0x4809] = 0x9159, [0x480a] = 0x915b, [0x480b] = 0x915c, + [0x480c] = 0x915f, [0x480d] = 0x9160, [0x480e] = 0x9166, [0x480f] = 0x9167, + [0x4810] = 0x9168, [0x4811] = 0x916b, [0x4812] = 0x916d, [0x4813] = 0x9173, + [0x4814] = 0x917a, [0x4815] = 0x917b, [0x4816] = 0x917c, [0x4817] = 0x9180, + [0x4818] = 0x9181, [0x4819] = 0x9182, [0x481a] = 0x9183, [0x481b] = 0x9184, + [0x481c] = 0x9186, [0x481d] = 0x9188, [0x481e] = 0x918a, [0x481f] = 0x918e, + [0x4820] = 0x918f, [0x4821] = 0x9193, [0x4822] = 0x9194, [0x4823] = 0x9195, + [0x4824] = 0x9196, [0x4825] = 0x9197, [0x4826] = 0x9198, [0x4827] = 0x9199, + [0x4828] = 0x919c, [0x4829] = 0x919d, [0x482a] = 0x919e, [0x482b] = 0x919f, + [0x482c] = 0x91a0, [0x482d] = 0x91a1, [0x482e] = 0x91a4, [0x482f] = 0x91a5, + [0x4830] = 0x91a6, [0x4831] = 0x91a7, [0x4832] = 0x91a8, [0x4833] = 0x91a9, + [0x4834] = 0x91ab, [0x4835] = 0x91ac, [0x4836] = 0x91b0, [0x4837] = 0x91b1, + [0x4838] = 0x91b2, [0x4839] = 0x91b3, [0x483a] = 0x91b6, [0x483b] = 0x91b7, + [0x483c] = 0x91b8, [0x483d] = 0x91b9, [0x483e] = 0x91bb, [0x4840] = 0x91bc, + [0x4841] = 0x91bd, [0x4842] = 0x91be, [0x4843] = 0x91bf, [0x4844] = 0x91c0, + [0x4845] = 0x91c1, [0x4846] = 0x91c2, [0x4847] = 0x91c3, [0x4848] = 0x91c4, + [0x4849] = 0x91c5, [0x484a] = 0x91c6, [0x484b] = 0x91c8, [0x484c] = 0x91cb, + [0x484d] = 0x91d0, [0x484e] = 0x91d2, [0x484f] = 0x91d3, [0x4850] = 0x91d4, + [0x4851] = 0x91d5, [0x4852] = 0x91d6, [0x4853] = 0x91d7, [0x4854] = 0x91d8, + [0x4855] = 0x91d9, [0x4856] = 0x91da, [0x4857] = 0x91db, [0x4858] = 0x91dd, + [0x4859] = 0x91de, [0x485a] = 0x91df, [0x485b] = 0x91e0, [0x485c] = 0x91e1, + [0x485d] = 0x91e2, [0x485e] = 0x91e3, [0x485f] = 0x91e4, [0x4860] = 0x91e5, + [0x4861] = 0x5e37, [0x4862] = 0x5e44, [0x4863] = 0x5e54, [0x4864] = 0x5e5b, + [0x4865] = 0x5e5e, [0x4866] = 0x5e61, [0x4867] = 0x5c8c, [0x4868] = 0x5c7a, + [0x4869] = 0x5c8d, [0x486a] = 0x5c90, [0x486b] = 0x5c96, [0x486c] = 0x5c88, + [0x486d] = 0x5c98, [0x486e] = 0x5c99, [0x486f] = 0x5c91, [0x4870] = 0x5c9a, + [0x4871] = 0x5c9c, [0x4872] = 0x5cb5, [0x4873] = 0x5ca2, [0x4874] = 0x5cbd, + [0x4875] = 0x5cac, [0x4876] = 0x5cab, [0x4877] = 0x5cb1, [0x4878] = 0x5ca3, + [0x4879] = 0x5cc1, [0x487a] = 0x5cb7, [0x487b] = 0x5cc4, [0x487c] = 0x5cd2, + [0x487d] = 0x5ce4, [0x487e] = 0x5ccb, [0x487f] = 0x5ce5, [0x4880] = 0x5d02, + [0x4881] = 0x5d03, [0x4882] = 0x5d27, [0x4883] = 0x5d26, [0x4884] = 0x5d2e, + [0x4885] = 0x5d24, [0x4886] = 0x5d1e, [0x4887] = 0x5d06, [0x4888] = 0x5d1b, + [0x4889] = 0x5d58, [0x488a] = 0x5d3e, [0x488b] = 0x5d34, [0x488c] = 0x5d3d, + [0x488d] = 0x5d6c, [0x488e] = 0x5d5b, [0x488f] = 0x5d6f, [0x4890] = 0x5d5d, + [0x4891] = 0x5d6b, [0x4892] = 0x5d4b, [0x4893] = 0x5d4a, [0x4894] = 0x5d69, + [0x4895] = 0x5d74, [0x4896] = 0x5d82, [0x4897] = 0x5d99, [0x4898] = 0x5d9d, + [0x4899] = 0x8c73, [0x489a] = 0x5db7, [0x489b] = 0x5dc5, [0x489c] = 0x5f73, + [0x489d] = 0x5f77, [0x489e] = 0x5f82, [0x489f] = 0x5f87, [0x48a0] = 0x5f89, + [0x48a1] = 0x5f8c, [0x48a2] = 0x5f95, [0x48a3] = 0x5f99, [0x48a4] = 0x5f9c, + [0x48a5] = 0x5fa8, [0x48a6] = 0x5fad, [0x48a7] = 0x5fb5, [0x48a8] = 0x5fbc, + [0x48a9] = 0x8862, [0x48aa] = 0x5f61, [0x48ab] = 0x72ad, [0x48ac] = 0x72b0, + [0x48ad] = 0x72b4, [0x48ae] = 0x72b7, [0x48af] = 0x72b8, [0x48b0] = 0x72c3, + [0x48b1] = 0x72c1, [0x48b2] = 0x72ce, [0x48b3] = 0x72cd, [0x48b4] = 0x72d2, + [0x48b5] = 0x72e8, [0x48b6] = 0x72ef, [0x48b7] = 0x72e9, [0x48b8] = 0x72f2, + [0x48b9] = 0x72f4, [0x48ba] = 0x72f7, [0x48bb] = 0x7301, [0x48bc] = 0x72f3, + [0x48bd] = 0x7303, [0x48be] = 0x72fa, [0x48c0] = 0x91e6, [0x48c1] = 0x91e7, + [0x48c2] = 0x91e8, [0x48c3] = 0x91e9, [0x48c4] = 0x91ea, [0x48c5] = 0x91eb, + [0x48c6] = 0x91ec, [0x48c7] = 0x91ed, [0x48c8] = 0x91ee, [0x48c9] = 0x91ef, + [0x48ca] = 0x91f0, [0x48cb] = 0x91f1, [0x48cc] = 0x91f2, [0x48cd] = 0x91f3, + [0x48ce] = 0x91f4, [0x48cf] = 0x91f5, [0x48d0] = 0x91f6, [0x48d1] = 0x91f7, + [0x48d2] = 0x91f8, [0x48d3] = 0x91f9, [0x48d4] = 0x91fa, [0x48d5] = 0x91fb, + [0x48d6] = 0x91fc, [0x48d7] = 0x91fd, [0x48d8] = 0x91fe, [0x48d9] = 0x91ff, + [0x48da] = 0x9200, [0x48db] = 0x9201, [0x48dc] = 0x9202, [0x48dd] = 0x9203, + [0x48de] = 0x9204, [0x48df] = 0x9205, [0x48e0] = 0x9206, [0x48e1] = 0x9207, + [0x48e2] = 0x9208, [0x48e3] = 0x9209, [0x48e4] = 0x920a, [0x48e5] = 0x920b, + [0x48e6] = 0x920c, [0x48e7] = 0x920d, [0x48e8] = 0x920e, [0x48e9] = 0x920f, + [0x48ea] = 0x9210, [0x48eb] = 0x9211, [0x48ec] = 0x9212, [0x48ed] = 0x9213, + [0x48ee] = 0x9214, [0x48ef] = 0x9215, [0x48f0] = 0x9216, [0x48f1] = 0x9217, + [0x48f2] = 0x9218, [0x48f3] = 0x9219, [0x48f4] = 0x921a, [0x48f5] = 0x921b, + [0x48f6] = 0x921c, [0x48f7] = 0x921d, [0x48f8] = 0x921e, [0x48f9] = 0x921f, + [0x48fa] = 0x9220, [0x48fb] = 0x9221, [0x48fc] = 0x9222, [0x48fd] = 0x9223, + [0x48fe] = 0x9224, [0x4900] = 0x9225, [0x4901] = 0x9226, [0x4902] = 0x9227, + [0x4903] = 0x9228, [0x4904] = 0x9229, [0x4905] = 0x922a, [0x4906] = 0x922b, + [0x4907] = 0x922c, [0x4908] = 0x922d, [0x4909] = 0x922e, [0x490a] = 0x922f, + [0x490b] = 0x9230, [0x490c] = 0x9231, [0x490d] = 0x9232, [0x490e] = 0x9233, + [0x490f] = 0x9234, [0x4910] = 0x9235, [0x4911] = 0x9236, [0x4912] = 0x9237, + [0x4913] = 0x9238, [0x4914] = 0x9239, [0x4915] = 0x923a, [0x4916] = 0x923b, + [0x4917] = 0x923c, [0x4918] = 0x923d, [0x4919] = 0x923e, [0x491a] = 0x923f, + [0x491b] = 0x9240, [0x491c] = 0x9241, [0x491d] = 0x9242, [0x491e] = 0x9243, + [0x491f] = 0x9244, [0x4920] = 0x9245, [0x4921] = 0x72fb, [0x4922] = 0x7317, + [0x4923] = 0x7313, [0x4924] = 0x7321, [0x4925] = 0x730a, [0x4926] = 0x731e, + [0x4927] = 0x731d, [0x4928] = 0x7315, [0x4929] = 0x7322, [0x492a] = 0x7339, + [0x492b] = 0x7325, [0x492c] = 0x732c, [0x492d] = 0x7338, [0x492e] = 0x7331, + [0x492f] = 0x7350, [0x4930] = 0x734d, [0x4931] = 0x7357, [0x4932] = 0x7360, + [0x4933] = 0x736c, [0x4934] = 0x736f, [0x4935] = 0x737e, [0x4936] = 0x821b, + [0x4937] = 0x5925, [0x4938] = 0x98e7, [0x4939] = 0x5924, [0x493a] = 0x5902, + [0x493b] = 0x9963, [0x493c] = 0x9967, [0x493d] = 0x9968, [0x493e] = 0x9969, + [0x493f] = 0x996a, [0x4940] = 0x996b, [0x4941] = 0x996c, [0x4942] = 0x9974, + [0x4943] = 0x9977, [0x4944] = 0x997d, [0x4945] = 0x9980, [0x4946] = 0x9984, + [0x4947] = 0x9987, [0x4948] = 0x998a, [0x4949] = 0x998d, [0x494a] = 0x9990, + [0x494b] = 0x9991, [0x494c] = 0x9993, [0x494d] = 0x9994, [0x494e] = 0x9995, + [0x494f] = 0x5e80, [0x4950] = 0x5e91, [0x4951] = 0x5e8b, [0x4952] = 0x5e96, + [0x4953] = 0x5ea5, [0x4954] = 0x5ea0, [0x4955] = 0x5eb9, [0x4956] = 0x5eb5, + [0x4957] = 0x5ebe, [0x4958] = 0x5eb3, [0x4959] = 0x8d53, [0x495a] = 0x5ed2, + [0x495b] = 0x5ed1, [0x495c] = 0x5edb, [0x495d] = 0x5ee8, [0x495e] = 0x5eea, + [0x495f] = 0x81ba, [0x4960] = 0x5fc4, [0x4961] = 0x5fc9, [0x4962] = 0x5fd6, + [0x4963] = 0x5fcf, [0x4964] = 0x6003, [0x4965] = 0x5fee, [0x4966] = 0x6004, + [0x4967] = 0x5fe1, [0x4968] = 0x5fe4, [0x4969] = 0x5ffe, [0x496a] = 0x6005, + [0x496b] = 0x6006, [0x496c] = 0x5fea, [0x496d] = 0x5fed, [0x496e] = 0x5ff8, + [0x496f] = 0x6019, [0x4970] = 0x6035, [0x4971] = 0x6026, [0x4972] = 0x601b, + [0x4973] = 0x600f, [0x4974] = 0x600d, [0x4975] = 0x6029, [0x4976] = 0x602b, + [0x4977] = 0x600a, [0x4978] = 0x603f, [0x4979] = 0x6021, [0x497a] = 0x6078, + [0x497b] = 0x6079, [0x497c] = 0x607b, [0x497d] = 0x607a, [0x497e] = 0x6042, + [0x4980] = 0x9246, [0x4981] = 0x9247, [0x4982] = 0x9248, [0x4983] = 0x9249, + [0x4984] = 0x924a, [0x4985] = 0x924b, [0x4986] = 0x924c, [0x4987] = 0x924d, + [0x4988] = 0x924e, [0x4989] = 0x924f, [0x498a] = 0x9250, [0x498b] = 0x9251, + [0x498c] = 0x9252, [0x498d] = 0x9253, [0x498e] = 0x9254, [0x498f] = 0x9255, + [0x4990] = 0x9256, [0x4991] = 0x9257, [0x4992] = 0x9258, [0x4993] = 0x9259, + [0x4994] = 0x925a, [0x4995] = 0x925b, [0x4996] = 0x925c, [0x4997] = 0x925d, + [0x4998] = 0x925e, [0x4999] = 0x925f, [0x499a] = 0x9260, [0x499b] = 0x9261, + [0x499c] = 0x9262, [0x499d] = 0x9263, [0x499e] = 0x9264, [0x499f] = 0x9265, + [0x49a0] = 0x9266, [0x49a1] = 0x9267, [0x49a2] = 0x9268, [0x49a3] = 0x9269, + [0x49a4] = 0x926a, [0x49a5] = 0x926b, [0x49a6] = 0x926c, [0x49a7] = 0x926d, + [0x49a8] = 0x926e, [0x49a9] = 0x926f, [0x49aa] = 0x9270, [0x49ab] = 0x9271, + [0x49ac] = 0x9272, [0x49ad] = 0x9273, [0x49ae] = 0x9275, [0x49af] = 0x9276, + [0x49b0] = 0x9277, [0x49b1] = 0x9278, [0x49b2] = 0x9279, [0x49b3] = 0x927a, + [0x49b4] = 0x927b, [0x49b5] = 0x927c, [0x49b6] = 0x927d, [0x49b7] = 0x927e, + [0x49b8] = 0x927f, [0x49b9] = 0x9280, [0x49ba] = 0x9281, [0x49bb] = 0x9282, + [0x49bc] = 0x9283, [0x49bd] = 0x9284, [0x49be] = 0x9285, [0x49c0] = 0x9286, + [0x49c1] = 0x9287, [0x49c2] = 0x9288, [0x49c3] = 0x9289, [0x49c4] = 0x928a, + [0x49c5] = 0x928b, [0x49c6] = 0x928c, [0x49c7] = 0x928d, [0x49c8] = 0x928f, + [0x49c9] = 0x9290, [0x49ca] = 0x9291, [0x49cb] = 0x9292, [0x49cc] = 0x9293, + [0x49cd] = 0x9294, [0x49ce] = 0x9295, [0x49cf] = 0x9296, [0x49d0] = 0x9297, + [0x49d1] = 0x9298, [0x49d2] = 0x9299, [0x49d3] = 0x929a, [0x49d4] = 0x929b, + [0x49d5] = 0x929c, [0x49d6] = 0x929d, [0x49d7] = 0x929e, [0x49d8] = 0x929f, + [0x49d9] = 0x92a0, [0x49da] = 0x92a1, [0x49db] = 0x92a2, [0x49dc] = 0x92a3, + [0x49dd] = 0x92a4, [0x49de] = 0x92a5, [0x49df] = 0x92a6, [0x49e0] = 0x92a7, + [0x49e1] = 0x606a, [0x49e2] = 0x607d, [0x49e3] = 0x6096, [0x49e4] = 0x609a, + [0x49e5] = 0x60ad, [0x49e6] = 0x609d, [0x49e7] = 0x6083, [0x49e8] = 0x6092, + [0x49e9] = 0x608c, [0x49ea] = 0x609b, [0x49eb] = 0x60ec, [0x49ec] = 0x60bb, + [0x49ed] = 0x60b1, [0x49ee] = 0x60dd, [0x49ef] = 0x60d8, [0x49f0] = 0x60c6, + [0x49f1] = 0x60da, [0x49f2] = 0x60b4, [0x49f3] = 0x6120, [0x49f4] = 0x6126, + [0x49f5] = 0x6115, [0x49f6] = 0x6123, [0x49f7] = 0x60f4, [0x49f8] = 0x6100, + [0x49f9] = 0x610e, [0x49fa] = 0x612b, [0x49fb] = 0x614a, [0x49fc] = 0x6175, + [0x49fd] = 0x61ac, [0x49fe] = 0x6194, [0x49ff] = 0x61a7, [0x4a00] = 0x61b7, + [0x4a01] = 0x61d4, [0x4a02] = 0x61f5, [0x4a03] = 0x5fdd, [0x4a04] = 0x96b3, + [0x4a05] = 0x95e9, [0x4a06] = 0x95eb, [0x4a07] = 0x95f1, [0x4a08] = 0x95f3, + [0x4a09] = 0x95f5, [0x4a0a] = 0x95f6, [0x4a0b] = 0x95fc, [0x4a0c] = 0x95fe, + [0x4a0d] = 0x9603, [0x4a0e] = 0x9604, [0x4a0f] = 0x9606, [0x4a10] = 0x9608, + [0x4a11] = 0x960a, [0x4a12] = 0x960b, [0x4a13] = 0x960c, [0x4a14] = 0x960d, + [0x4a15] = 0x960f, [0x4a16] = 0x9612, [0x4a17] = 0x9615, [0x4a18] = 0x9616, + [0x4a19] = 0x9617, [0x4a1a] = 0x9619, [0x4a1b] = 0x961a, [0x4a1c] = 0x4e2c, + [0x4a1d] = 0x723f, [0x4a1e] = 0x6215, [0x4a1f] = 0x6c35, [0x4a20] = 0x6c54, + [0x4a21] = 0x6c5c, [0x4a22] = 0x6c4a, [0x4a23] = 0x6ca3, [0x4a24] = 0x6c85, + [0x4a25] = 0x6c90, [0x4a26] = 0x6c94, [0x4a27] = 0x6c8c, [0x4a28] = 0x6c68, + [0x4a29] = 0x6c69, [0x4a2a] = 0x6c74, [0x4a2b] = 0x6c76, [0x4a2c] = 0x6c86, + [0x4a2d] = 0x6ca9, [0x4a2e] = 0x6cd0, [0x4a2f] = 0x6cd4, [0x4a30] = 0x6cad, + [0x4a31] = 0x6cf7, [0x4a32] = 0x6cf8, [0x4a33] = 0x6cf1, [0x4a34] = 0x6cd7, + [0x4a35] = 0x6cb2, [0x4a36] = 0x6ce0, [0x4a37] = 0x6cd6, [0x4a38] = 0x6cfa, + [0x4a39] = 0x6ceb, [0x4a3a] = 0x6cee, [0x4a3b] = 0x6cb1, [0x4a3c] = 0x6cd3, + [0x4a3d] = 0x6cef, [0x4a3e] = 0x6cfe, [0x4a40] = 0x92a8, [0x4a41] = 0x92a9, + [0x4a42] = 0x92aa, [0x4a43] = 0x92ab, [0x4a44] = 0x92ac, [0x4a45] = 0x92ad, + [0x4a46] = 0x92af, [0x4a47] = 0x92b0, [0x4a48] = 0x92b1, [0x4a49] = 0x92b2, + [0x4a4a] = 0x92b3, [0x4a4b] = 0x92b4, [0x4a4c] = 0x92b5, [0x4a4d] = 0x92b6, + [0x4a4e] = 0x92b7, [0x4a4f] = 0x92b8, [0x4a50] = 0x92b9, [0x4a51] = 0x92ba, + [0x4a52] = 0x92bb, [0x4a53] = 0x92bc, [0x4a54] = 0x92bd, [0x4a55] = 0x92be, + [0x4a56] = 0x92bf, [0x4a57] = 0x92c0, [0x4a58] = 0x92c1, [0x4a59] = 0x92c2, + [0x4a5a] = 0x92c3, [0x4a5b] = 0x92c4, [0x4a5c] = 0x92c5, [0x4a5d] = 0x92c6, + [0x4a5e] = 0x92c7, [0x4a5f] = 0x92c9, [0x4a60] = 0x92ca, [0x4a61] = 0x92cb, + [0x4a62] = 0x92cc, [0x4a63] = 0x92cd, [0x4a64] = 0x92ce, [0x4a65] = 0x92cf, + [0x4a66] = 0x92d0, [0x4a67] = 0x92d1, [0x4a68] = 0x92d2, [0x4a69] = 0x92d3, + [0x4a6a] = 0x92d4, [0x4a6b] = 0x92d5, [0x4a6c] = 0x92d6, [0x4a6d] = 0x92d7, + [0x4a6e] = 0x92d8, [0x4a6f] = 0x92d9, [0x4a70] = 0x92da, [0x4a71] = 0x92db, + [0x4a72] = 0x92dc, [0x4a73] = 0x92dd, [0x4a74] = 0x92de, [0x4a75] = 0x92df, + [0x4a76] = 0x92e0, [0x4a77] = 0x92e1, [0x4a78] = 0x92e2, [0x4a79] = 0x92e3, + [0x4a7a] = 0x92e4, [0x4a7b] = 0x92e5, [0x4a7c] = 0x92e6, [0x4a7d] = 0x92e7, + [0x4a7e] = 0x92e8, [0x4a80] = 0x92e9, [0x4a81] = 0x92ea, [0x4a82] = 0x92eb, + [0x4a83] = 0x92ec, [0x4a84] = 0x92ed, [0x4a85] = 0x92ee, [0x4a86] = 0x92ef, + [0x4a87] = 0x92f0, [0x4a88] = 0x92f1, [0x4a89] = 0x92f2, [0x4a8a] = 0x92f3, + [0x4a8b] = 0x92f4, [0x4a8c] = 0x92f5, [0x4a8d] = 0x92f6, [0x4a8e] = 0x92f7, + [0x4a8f] = 0x92f8, [0x4a90] = 0x92f9, [0x4a91] = 0x92fa, [0x4a92] = 0x92fb, + [0x4a93] = 0x92fc, [0x4a94] = 0x92fd, [0x4a95] = 0x92fe, [0x4a96] = 0x92ff, + [0x4a97] = 0x9300, [0x4a98] = 0x9301, [0x4a99] = 0x9302, [0x4a9a] = 0x9303, + [0x4a9b] = 0x9304, [0x4a9c] = 0x9305, [0x4a9d] = 0x9306, [0x4a9e] = 0x9307, + [0x4a9f] = 0x9308, [0x4aa0] = 0x9309, [0x4aa1] = 0x6d39, [0x4aa2] = 0x6d27, + [0x4aa3] = 0x6d0c, [0x4aa4] = 0x6d43, [0x4aa5] = 0x6d48, [0x4aa6] = 0x6d07, + [0x4aa7] = 0x6d04, [0x4aa8] = 0x6d19, [0x4aa9] = 0x6d0e, [0x4aaa] = 0x6d2b, + [0x4aab] = 0x6d4d, [0x4aac] = 0x6d2e, [0x4aad] = 0x6d35, [0x4aae] = 0x6d1a, + [0x4aaf] = 0x6d4f, [0x4ab0] = 0x6d52, [0x4ab1] = 0x6d54, [0x4ab2] = 0x6d33, + [0x4ab3] = 0x6d91, [0x4ab4] = 0x6d6f, [0x4ab5] = 0x6d9e, [0x4ab6] = 0x6da0, + [0x4ab7] = 0x6d5e, [0x4ab8] = 0x6d93, [0x4ab9] = 0x6d94, [0x4aba] = 0x6d5c, + [0x4abb] = 0x6d60, [0x4abc] = 0x6d7c, [0x4abd] = 0x6d63, [0x4abe] = 0x6e1a, + [0x4abf] = 0x6dc7, [0x4ac0] = 0x6dc5, [0x4ac1] = 0x6dde, [0x4ac2] = 0x6e0e, + [0x4ac3] = 0x6dbf, [0x4ac4] = 0x6de0, [0x4ac5] = 0x6e11, [0x4ac6] = 0x6de6, + [0x4ac7] = 0x6ddd, [0x4ac8] = 0x6dd9, [0x4ac9] = 0x6e16, [0x4aca] = 0x6dab, + [0x4acb] = 0x6e0c, [0x4acc] = 0x6dae, [0x4acd] = 0x6e2b, [0x4ace] = 0x6e6e, + [0x4acf] = 0x6e4e, [0x4ad0] = 0x6e6b, [0x4ad1] = 0x6eb2, [0x4ad2] = 0x6e5f, + [0x4ad3] = 0x6e86, [0x4ad4] = 0x6e53, [0x4ad5] = 0x6e54, [0x4ad6] = 0x6e32, + [0x4ad7] = 0x6e25, [0x4ad8] = 0x6e44, [0x4ad9] = 0x6edf, [0x4ada] = 0x6eb1, + [0x4adb] = 0x6e98, [0x4adc] = 0x6ee0, [0x4add] = 0x6f2d, [0x4ade] = 0x6ee2, + [0x4adf] = 0x6ea5, [0x4ae0] = 0x6ea7, [0x4ae1] = 0x6ebd, [0x4ae2] = 0x6ebb, + [0x4ae3] = 0x6eb7, [0x4ae4] = 0x6ed7, [0x4ae5] = 0x6eb4, [0x4ae6] = 0x6ecf, + [0x4ae7] = 0x6e8f, [0x4ae8] = 0x6ec2, [0x4ae9] = 0x6e9f, [0x4aea] = 0x6f62, + [0x4aeb] = 0x6f46, [0x4aec] = 0x6f47, [0x4aed] = 0x6f24, [0x4aee] = 0x6f15, + [0x4aef] = 0x6ef9, [0x4af0] = 0x6f2f, [0x4af1] = 0x6f36, [0x4af2] = 0x6f4b, + [0x4af3] = 0x6f74, [0x4af4] = 0x6f2a, [0x4af5] = 0x6f09, [0x4af6] = 0x6f29, + [0x4af7] = 0x6f89, [0x4af8] = 0x6f8d, [0x4af9] = 0x6f8c, [0x4afa] = 0x6f78, + [0x4afb] = 0x6f72, [0x4afc] = 0x6f7c, [0x4afd] = 0x6f7a, [0x4afe] = 0x6fd1, + [0x4b00] = 0x930a, [0x4b01] = 0x930b, [0x4b02] = 0x930c, [0x4b03] = 0x930d, + [0x4b04] = 0x930e, [0x4b05] = 0x930f, [0x4b06] = 0x9310, [0x4b07] = 0x9311, + [0x4b08] = 0x9312, [0x4b09] = 0x9313, [0x4b0a] = 0x9314, [0x4b0b] = 0x9315, + [0x4b0c] = 0x9316, [0x4b0d] = 0x9317, [0x4b0e] = 0x9318, [0x4b0f] = 0x9319, + [0x4b10] = 0x931a, [0x4b11] = 0x931b, [0x4b12] = 0x931c, [0x4b13] = 0x931d, + [0x4b14] = 0x931e, [0x4b15] = 0x931f, [0x4b16] = 0x9320, [0x4b17] = 0x9321, + [0x4b18] = 0x9322, [0x4b19] = 0x9323, [0x4b1a] = 0x9324, [0x4b1b] = 0x9325, + [0x4b1c] = 0x9326, [0x4b1d] = 0x9327, [0x4b1e] = 0x9328, [0x4b1f] = 0x9329, + [0x4b20] = 0x932a, [0x4b21] = 0x932b, [0x4b22] = 0x932c, [0x4b23] = 0x932d, + [0x4b24] = 0x932e, [0x4b25] = 0x932f, [0x4b26] = 0x9330, [0x4b27] = 0x9331, + [0x4b28] = 0x9332, [0x4b29] = 0x9333, [0x4b2a] = 0x9334, [0x4b2b] = 0x9335, + [0x4b2c] = 0x9336, [0x4b2d] = 0x9337, [0x4b2e] = 0x9338, [0x4b2f] = 0x9339, + [0x4b30] = 0x933a, [0x4b31] = 0x933b, [0x4b32] = 0x933c, [0x4b33] = 0x933d, + [0x4b34] = 0x933f, [0x4b35] = 0x9340, [0x4b36] = 0x9341, [0x4b37] = 0x9342, + [0x4b38] = 0x9343, [0x4b39] = 0x9344, [0x4b3a] = 0x9345, [0x4b3b] = 0x9346, + [0x4b3c] = 0x9347, [0x4b3d] = 0x9348, [0x4b3e] = 0x9349, [0x4b40] = 0x934a, + [0x4b41] = 0x934b, [0x4b42] = 0x934c, [0x4b43] = 0x934d, [0x4b44] = 0x934e, + [0x4b45] = 0x934f, [0x4b46] = 0x9350, [0x4b47] = 0x9351, [0x4b48] = 0x9352, + [0x4b49] = 0x9353, [0x4b4a] = 0x9354, [0x4b4b] = 0x9355, [0x4b4c] = 0x9356, + [0x4b4d] = 0x9357, [0x4b4e] = 0x9358, [0x4b4f] = 0x9359, [0x4b50] = 0x935a, + [0x4b51] = 0x935b, [0x4b52] = 0x935c, [0x4b53] = 0x935d, [0x4b54] = 0x935e, + [0x4b55] = 0x935f, [0x4b56] = 0x9360, [0x4b57] = 0x9361, [0x4b58] = 0x9362, + [0x4b59] = 0x9363, [0x4b5a] = 0x9364, [0x4b5b] = 0x9365, [0x4b5c] = 0x9366, + [0x4b5d] = 0x9367, [0x4b5e] = 0x9368, [0x4b5f] = 0x9369, [0x4b60] = 0x936b, + [0x4b61] = 0x6fc9, [0x4b62] = 0x6fa7, [0x4b63] = 0x6fb9, [0x4b64] = 0x6fb6, + [0x4b65] = 0x6fc2, [0x4b66] = 0x6fe1, [0x4b67] = 0x6fee, [0x4b68] = 0x6fde, + [0x4b69] = 0x6fe0, [0x4b6a] = 0x6fef, [0x4b6b] = 0x701a, [0x4b6c] = 0x7023, + [0x4b6d] = 0x701b, [0x4b6e] = 0x7039, [0x4b6f] = 0x7035, [0x4b70] = 0x704f, + [0x4b71] = 0x705e, [0x4b72] = 0x5b80, [0x4b73] = 0x5b84, [0x4b74] = 0x5b95, + [0x4b75] = 0x5b93, [0x4b76] = 0x5ba5, [0x4b77] = 0x5bb8, [0x4b78] = 0x752f, + [0x4b79] = 0x9a9e, [0x4b7a] = 0x6434, [0x4b7b] = 0x5be4, [0x4b7c] = 0x5bee, + [0x4b7d] = 0x8930, [0x4b7e] = 0x5bf0, [0x4b7f] = 0x8e47, [0x4b80] = 0x8b07, + [0x4b81] = 0x8fb6, [0x4b82] = 0x8fd3, [0x4b83] = 0x8fd5, [0x4b84] = 0x8fe5, + [0x4b85] = 0x8fee, [0x4b86] = 0x8fe4, [0x4b87] = 0x8fe9, [0x4b88] = 0x8fe6, + [0x4b89] = 0x8ff3, [0x4b8a] = 0x8fe8, [0x4b8b] = 0x9005, [0x4b8c] = 0x9004, + [0x4b8d] = 0x900b, [0x4b8e] = 0x9026, [0x4b8f] = 0x9011, [0x4b90] = 0x900d, + [0x4b91] = 0x9016, [0x4b92] = 0x9021, [0x4b93] = 0x9035, [0x4b94] = 0x9036, + [0x4b95] = 0x902d, [0x4b96] = 0x902f, [0x4b97] = 0x9044, [0x4b98] = 0x9051, + [0x4b99] = 0x9052, [0x4b9a] = 0x9050, [0x4b9b] = 0x9068, [0x4b9c] = 0x9058, + [0x4b9d] = 0x9062, [0x4b9e] = 0x905b, [0x4b9f] = 0x66b9, [0x4ba0] = 0x9074, + [0x4ba1] = 0x907d, [0x4ba2] = 0x9082, [0x4ba3] = 0x9088, [0x4ba4] = 0x9083, + [0x4ba5] = 0x908b, [0x4ba6] = 0x5f50, [0x4ba7] = 0x5f57, [0x4ba8] = 0x5f56, + [0x4ba9] = 0x5f58, [0x4baa] = 0x5c3b, [0x4bab] = 0x54ab, [0x4bac] = 0x5c50, + [0x4bad] = 0x5c59, [0x4bae] = 0x5b71, [0x4baf] = 0x5c63, [0x4bb0] = 0x5c66, + [0x4bb1] = 0x7fbc, [0x4bb2] = 0x5f2a, [0x4bb3] = 0x5f29, [0x4bb4] = 0x5f2d, + [0x4bb5] = 0x8274, [0x4bb6] = 0x5f3c, [0x4bb7] = 0x9b3b, [0x4bb8] = 0x5c6e, + [0x4bb9] = 0x5981, [0x4bba] = 0x5983, [0x4bbb] = 0x598d, [0x4bbc] = 0x59a9, + [0x4bbd] = 0x59aa, [0x4bbe] = 0x59a3, [0x4bc0] = 0x936c, [0x4bc1] = 0x936d, + [0x4bc2] = 0x936e, [0x4bc3] = 0x936f, [0x4bc4] = 0x9370, [0x4bc5] = 0x9371, + [0x4bc6] = 0x9372, [0x4bc7] = 0x9373, [0x4bc8] = 0x9374, [0x4bc9] = 0x9375, + [0x4bca] = 0x9376, [0x4bcb] = 0x9377, [0x4bcc] = 0x9378, [0x4bcd] = 0x9379, + [0x4bce] = 0x937a, [0x4bcf] = 0x937b, [0x4bd0] = 0x937c, [0x4bd1] = 0x937d, + [0x4bd2] = 0x937e, [0x4bd3] = 0x937f, [0x4bd4] = 0x9380, [0x4bd5] = 0x9381, + [0x4bd6] = 0x9382, [0x4bd7] = 0x9383, [0x4bd8] = 0x9384, [0x4bd9] = 0x9385, + [0x4bda] = 0x9386, [0x4bdb] = 0x9387, [0x4bdc] = 0x9388, [0x4bdd] = 0x9389, + [0x4bde] = 0x938a, [0x4bdf] = 0x938b, [0x4be0] = 0x938c, [0x4be1] = 0x938d, + [0x4be2] = 0x938e, [0x4be3] = 0x9390, [0x4be4] = 0x9391, [0x4be5] = 0x9392, + [0x4be6] = 0x9393, [0x4be7] = 0x9394, [0x4be8] = 0x9395, [0x4be9] = 0x9396, + [0x4bea] = 0x9397, [0x4beb] = 0x9398, [0x4bec] = 0x9399, [0x4bed] = 0x939a, + [0x4bee] = 0x939b, [0x4bef] = 0x939c, [0x4bf0] = 0x939d, [0x4bf1] = 0x939e, + [0x4bf2] = 0x939f, [0x4bf3] = 0x93a0, [0x4bf4] = 0x93a1, [0x4bf5] = 0x93a2, + [0x4bf6] = 0x93a3, [0x4bf7] = 0x93a4, [0x4bf8] = 0x93a5, [0x4bf9] = 0x93a6, + [0x4bfa] = 0x93a7, [0x4bfb] = 0x93a8, [0x4bfc] = 0x93a9, [0x4bfd] = 0x93aa, + [0x4bfe] = 0x93ab, [0x4c00] = 0x93ac, [0x4c01] = 0x93ad, [0x4c02] = 0x93ae, + [0x4c03] = 0x93af, [0x4c04] = 0x93b0, [0x4c05] = 0x93b1, [0x4c06] = 0x93b2, + [0x4c07] = 0x93b3, [0x4c08] = 0x93b4, [0x4c09] = 0x93b5, [0x4c0a] = 0x93b6, + [0x4c0b] = 0x93b7, [0x4c0c] = 0x93b8, [0x4c0d] = 0x93b9, [0x4c0e] = 0x93ba, + [0x4c0f] = 0x93bb, [0x4c10] = 0x93bc, [0x4c11] = 0x93bd, [0x4c12] = 0x93be, + [0x4c13] = 0x93bf, [0x4c14] = 0x93c0, [0x4c15] = 0x93c1, [0x4c16] = 0x93c2, + [0x4c17] = 0x93c3, [0x4c18] = 0x93c4, [0x4c19] = 0x93c5, [0x4c1a] = 0x93c6, + [0x4c1b] = 0x93c7, [0x4c1c] = 0x93c8, [0x4c1d] = 0x93c9, [0x4c1e] = 0x93cb, + [0x4c1f] = 0x93cc, [0x4c20] = 0x93cd, [0x4c21] = 0x5997, [0x4c22] = 0x59ca, + [0x4c23] = 0x59ab, [0x4c24] = 0x599e, [0x4c25] = 0x59a4, [0x4c26] = 0x59d2, + [0x4c27] = 0x59b2, [0x4c28] = 0x59af, [0x4c29] = 0x59d7, [0x4c2a] = 0x59be, + [0x4c2b] = 0x5a05, [0x4c2c] = 0x5a06, [0x4c2d] = 0x59dd, [0x4c2e] = 0x5a08, + [0x4c2f] = 0x59e3, [0x4c30] = 0x59d8, [0x4c31] = 0x59f9, [0x4c32] = 0x5a0c, + [0x4c33] = 0x5a09, [0x4c34] = 0x5a32, [0x4c35] = 0x5a34, [0x4c36] = 0x5a11, + [0x4c37] = 0x5a23, [0x4c38] = 0x5a13, [0x4c39] = 0x5a40, [0x4c3a] = 0x5a67, + [0x4c3b] = 0x5a4a, [0x4c3c] = 0x5a55, [0x4c3d] = 0x5a3c, [0x4c3e] = 0x5a62, + [0x4c3f] = 0x5a75, [0x4c40] = 0x80ec, [0x4c41] = 0x5aaa, [0x4c42] = 0x5a9b, + [0x4c43] = 0x5a77, [0x4c44] = 0x5a7a, [0x4c45] = 0x5abe, [0x4c46] = 0x5aeb, + [0x4c47] = 0x5ab2, [0x4c48] = 0x5ad2, [0x4c49] = 0x5ad4, [0x4c4a] = 0x5ab8, + [0x4c4b] = 0x5ae0, [0x4c4c] = 0x5ae3, [0x4c4d] = 0x5af1, [0x4c4e] = 0x5ad6, + [0x4c4f] = 0x5ae6, [0x4c50] = 0x5ad8, [0x4c51] = 0x5adc, [0x4c52] = 0x5b09, + [0x4c53] = 0x5b17, [0x4c54] = 0x5b16, [0x4c55] = 0x5b32, [0x4c56] = 0x5b37, + [0x4c57] = 0x5b40, [0x4c58] = 0x5c15, [0x4c59] = 0x5c1c, [0x4c5a] = 0x5b5a, + [0x4c5b] = 0x5b65, [0x4c5c] = 0x5b73, [0x4c5d] = 0x5b51, [0x4c5e] = 0x5b53, + [0x4c5f] = 0x5b62, [0x4c60] = 0x9a75, [0x4c61] = 0x9a77, [0x4c62] = 0x9a78, + [0x4c63] = 0x9a7a, [0x4c64] = 0x9a7f, [0x4c65] = 0x9a7d, [0x4c66] = 0x9a80, + [0x4c67] = 0x9a81, [0x4c68] = 0x9a85, [0x4c69] = 0x9a88, [0x4c6a] = 0x9a8a, + [0x4c6b] = 0x9a90, [0x4c6c] = 0x9a92, [0x4c6d] = 0x9a93, [0x4c6e] = 0x9a96, + [0x4c6f] = 0x9a98, [0x4c70] = 0x9a9b, [0x4c71] = 0x9a9c, [0x4c72] = 0x9a9d, + [0x4c73] = 0x9a9f, [0x4c74] = 0x9aa0, [0x4c75] = 0x9aa2, [0x4c76] = 0x9aa3, + [0x4c77] = 0x9aa5, [0x4c78] = 0x9aa7, [0x4c79] = 0x7e9f, [0x4c7a] = 0x7ea1, + [0x4c7b] = 0x7ea3, [0x4c7c] = 0x7ea5, [0x4c7d] = 0x7ea8, [0x4c7e] = 0x7ea9, + [0x4c80] = 0x93ce, [0x4c81] = 0x93cf, [0x4c82] = 0x93d0, [0x4c83] = 0x93d1, + [0x4c84] = 0x93d2, [0x4c85] = 0x93d3, [0x4c86] = 0x93d4, [0x4c87] = 0x93d5, + [0x4c88] = 0x93d7, [0x4c89] = 0x93d8, [0x4c8a] = 0x93d9, [0x4c8b] = 0x93da, + [0x4c8c] = 0x93db, [0x4c8d] = 0x93dc, [0x4c8e] = 0x93dd, [0x4c8f] = 0x93de, + [0x4c90] = 0x93df, [0x4c91] = 0x93e0, [0x4c92] = 0x93e1, [0x4c93] = 0x93e2, + [0x4c94] = 0x93e3, [0x4c95] = 0x93e4, [0x4c96] = 0x93e5, [0x4c97] = 0x93e6, + [0x4c98] = 0x93e7, [0x4c99] = 0x93e8, [0x4c9a] = 0x93e9, [0x4c9b] = 0x93ea, + [0x4c9c] = 0x93eb, [0x4c9d] = 0x93ec, [0x4c9e] = 0x93ed, [0x4c9f] = 0x93ee, + [0x4ca0] = 0x93ef, [0x4ca1] = 0x93f0, [0x4ca2] = 0x93f1, [0x4ca3] = 0x93f2, + [0x4ca4] = 0x93f3, [0x4ca5] = 0x93f4, [0x4ca6] = 0x93f5, [0x4ca7] = 0x93f6, + [0x4ca8] = 0x93f7, [0x4ca9] = 0x93f8, [0x4caa] = 0x93f9, [0x4cab] = 0x93fa, + [0x4cac] = 0x93fb, [0x4cad] = 0x93fc, [0x4cae] = 0x93fd, [0x4caf] = 0x93fe, + [0x4cb0] = 0x93ff, [0x4cb1] = 0x9400, [0x4cb2] = 0x9401, [0x4cb3] = 0x9402, + [0x4cb4] = 0x9403, [0x4cb5] = 0x9404, [0x4cb6] = 0x9405, [0x4cb7] = 0x9406, + [0x4cb8] = 0x9407, [0x4cb9] = 0x9408, [0x4cba] = 0x9409, [0x4cbb] = 0x940a, + [0x4cbc] = 0x940b, [0x4cbd] = 0x940c, [0x4cbe] = 0x940d, [0x4cc0] = 0x940e, + [0x4cc1] = 0x940f, [0x4cc2] = 0x9410, [0x4cc3] = 0x9411, [0x4cc4] = 0x9412, + [0x4cc5] = 0x9413, [0x4cc6] = 0x9414, [0x4cc7] = 0x9415, [0x4cc8] = 0x9416, + [0x4cc9] = 0x9417, [0x4cca] = 0x9418, [0x4ccb] = 0x9419, [0x4ccc] = 0x941a, + [0x4ccd] = 0x941b, [0x4cce] = 0x941c, [0x4ccf] = 0x941d, [0x4cd0] = 0x941e, + [0x4cd1] = 0x941f, [0x4cd2] = 0x9420, [0x4cd3] = 0x9421, [0x4cd4] = 0x9422, + [0x4cd5] = 0x9423, [0x4cd6] = 0x9424, [0x4cd7] = 0x9425, [0x4cd8] = 0x9426, + [0x4cd9] = 0x9427, [0x4cda] = 0x9428, [0x4cdb] = 0x9429, [0x4cdc] = 0x942a, + [0x4cdd] = 0x942b, [0x4cde] = 0x942c, [0x4cdf] = 0x942d, [0x4ce0] = 0x942e, + [0x4ce1] = 0x7ead, [0x4ce2] = 0x7eb0, [0x4ce3] = 0x7ebe, [0x4ce4] = 0x7ec0, + [0x4ce5] = 0x7ec1, [0x4ce6] = 0x7ec2, [0x4ce7] = 0x7ec9, [0x4ce8] = 0x7ecb, + [0x4ce9] = 0x7ecc, [0x4cea] = 0x7ed0, [0x4ceb] = 0x7ed4, [0x4cec] = 0x7ed7, + [0x4ced] = 0x7edb, [0x4cee] = 0x7ee0, [0x4cef] = 0x7ee1, [0x4cf0] = 0x7ee8, + [0x4cf1] = 0x7eeb, [0x4cf2] = 0x7eee, [0x4cf3] = 0x7eef, [0x4cf4] = 0x7ef1, + [0x4cf5] = 0x7ef2, [0x4cf6] = 0x7f0d, [0x4cf7] = 0x7ef6, [0x4cf8] = 0x7efa, + [0x4cf9] = 0x7efb, [0x4cfa] = 0x7efe, [0x4cfb] = 0x7f01, [0x4cfc] = 0x7f02, + [0x4cfd] = 0x7f03, [0x4cfe] = 0x7f07, [0x4cff] = 0x7f08, [0x4d00] = 0x7f0b, + [0x4d01] = 0x7f0c, [0x4d02] = 0x7f0f, [0x4d03] = 0x7f11, [0x4d04] = 0x7f12, + [0x4d05] = 0x7f17, [0x4d06] = 0x7f19, [0x4d07] = 0x7f1c, [0x4d08] = 0x7f1b, + [0x4d09] = 0x7f1f, [0x4d0a] = 0x7f21, [0x4d0b] = 0x7f22, [0x4d0c] = 0x7f23, + [0x4d0d] = 0x7f24, [0x4d0e] = 0x7f25, [0x4d0f] = 0x7f26, [0x4d10] = 0x7f27, + [0x4d11] = 0x7f2a, [0x4d12] = 0x7f2b, [0x4d13] = 0x7f2c, [0x4d14] = 0x7f2d, + [0x4d15] = 0x7f2f, [0x4d16] = 0x7f30, [0x4d17] = 0x7f31, [0x4d18] = 0x7f32, + [0x4d19] = 0x7f33, [0x4d1a] = 0x7f35, [0x4d1b] = 0x5e7a, [0x4d1c] = 0x757f, + [0x4d1d] = 0x5ddb, [0x4d1e] = 0x753e, [0x4d1f] = 0x9095, [0x4d20] = 0x738e, + [0x4d21] = 0x7391, [0x4d22] = 0x73ae, [0x4d23] = 0x73a2, [0x4d24] = 0x739f, + [0x4d25] = 0x73cf, [0x4d26] = 0x73c2, [0x4d27] = 0x73d1, [0x4d28] = 0x73b7, + [0x4d29] = 0x73b3, [0x4d2a] = 0x73c0, [0x4d2b] = 0x73c9, [0x4d2c] = 0x73c8, + [0x4d2d] = 0x73e5, [0x4d2e] = 0x73d9, [0x4d2f] = 0x987c, [0x4d30] = 0x740a, + [0x4d31] = 0x73e9, [0x4d32] = 0x73e7, [0x4d33] = 0x73de, [0x4d34] = 0x73ba, + [0x4d35] = 0x73f2, [0x4d36] = 0x740f, [0x4d37] = 0x742a, [0x4d38] = 0x745b, + [0x4d39] = 0x7426, [0x4d3a] = 0x7425, [0x4d3b] = 0x7428, [0x4d3c] = 0x7430, + [0x4d3d] = 0x742e, [0x4d3e] = 0x742c, [0x4d40] = 0x942f, [0x4d41] = 0x9430, + [0x4d42] = 0x9431, [0x4d43] = 0x9432, [0x4d44] = 0x9433, [0x4d45] = 0x9434, + [0x4d46] = 0x9435, [0x4d47] = 0x9436, [0x4d48] = 0x9437, [0x4d49] = 0x9438, + [0x4d4a] = 0x9439, [0x4d4b] = 0x943a, [0x4d4c] = 0x943b, [0x4d4d] = 0x943c, + [0x4d4e] = 0x943d, [0x4d4f] = 0x943f, [0x4d50] = 0x9440, [0x4d51] = 0x9441, + [0x4d52] = 0x9442, [0x4d53] = 0x9443, [0x4d54] = 0x9444, [0x4d55] = 0x9445, + [0x4d56] = 0x9446, [0x4d57] = 0x9447, [0x4d58] = 0x9448, [0x4d59] = 0x9449, + [0x4d5a] = 0x944a, [0x4d5b] = 0x944b, [0x4d5c] = 0x944c, [0x4d5d] = 0x944d, + [0x4d5e] = 0x944e, [0x4d5f] = 0x944f, [0x4d60] = 0x9450, [0x4d61] = 0x9451, + [0x4d62] = 0x9452, [0x4d63] = 0x9453, [0x4d64] = 0x9454, [0x4d65] = 0x9455, + [0x4d66] = 0x9456, [0x4d67] = 0x9457, [0x4d68] = 0x9458, [0x4d69] = 0x9459, + [0x4d6a] = 0x945a, [0x4d6b] = 0x945b, [0x4d6c] = 0x945c, [0x4d6d] = 0x945d, + [0x4d6e] = 0x945e, [0x4d6f] = 0x945f, [0x4d70] = 0x9460, [0x4d71] = 0x9461, + [0x4d72] = 0x9462, [0x4d73] = 0x9463, [0x4d74] = 0x9464, [0x4d75] = 0x9465, + [0x4d76] = 0x9466, [0x4d77] = 0x9467, [0x4d78] = 0x9468, [0x4d79] = 0x9469, + [0x4d7a] = 0x946a, [0x4d7b] = 0x946c, [0x4d7c] = 0x946d, [0x4d7d] = 0x946e, + [0x4d7e] = 0x946f, [0x4d80] = 0x9470, [0x4d81] = 0x9471, [0x4d82] = 0x9472, + [0x4d83] = 0x9473, [0x4d84] = 0x9474, [0x4d85] = 0x9475, [0x4d86] = 0x9476, + [0x4d87] = 0x9477, [0x4d88] = 0x9478, [0x4d89] = 0x9479, [0x4d8a] = 0x947a, + [0x4d8b] = 0x947b, [0x4d8c] = 0x947c, [0x4d8d] = 0x947d, [0x4d8e] = 0x947e, + [0x4d8f] = 0x947f, [0x4d90] = 0x9480, [0x4d91] = 0x9481, [0x4d92] = 0x9482, + [0x4d93] = 0x9483, [0x4d94] = 0x9484, [0x4d95] = 0x9491, [0x4d96] = 0x9496, + [0x4d97] = 0x9498, [0x4d98] = 0x94c7, [0x4d99] = 0x94cf, [0x4d9a] = 0x94d3, + [0x4d9b] = 0x94d4, [0x4d9c] = 0x94da, [0x4d9d] = 0x94e6, [0x4d9e] = 0x94fb, + [0x4d9f] = 0x951c, [0x4da0] = 0x9520, [0x4da1] = 0x741b, [0x4da2] = 0x741a, + [0x4da3] = 0x7441, [0x4da4] = 0x745c, [0x4da5] = 0x7457, [0x4da6] = 0x7455, + [0x4da7] = 0x7459, [0x4da8] = 0x7477, [0x4da9] = 0x746d, [0x4daa] = 0x747e, + [0x4dab] = 0x749c, [0x4dac] = 0x748e, [0x4dad] = 0x7480, [0x4dae] = 0x7481, + [0x4daf] = 0x7487, [0x4db0] = 0x748b, [0x4db1] = 0x749e, [0x4db2] = 0x74a8, + [0x4db3] = 0x74a9, [0x4db4] = 0x7490, [0x4db5] = 0x74a7, [0x4db6] = 0x74d2, + [0x4db7] = 0x74ba, [0x4db8] = 0x97ea, [0x4db9] = 0x97eb, [0x4dba] = 0x97ec, + [0x4dbb] = 0x674c, [0x4dbc] = 0x6753, [0x4dbd] = 0x675e, [0x4dbe] = 0x6748, + [0x4dbf] = 0x6769, [0x4dc0] = 0x67a5, [0x4dc1] = 0x6787, [0x4dc2] = 0x676a, + [0x4dc3] = 0x6773, [0x4dc4] = 0x6798, [0x4dc5] = 0x67a7, [0x4dc6] = 0x6775, + [0x4dc7] = 0x67a8, [0x4dc8] = 0x679e, [0x4dc9] = 0x67ad, [0x4dca] = 0x678b, + [0x4dcb] = 0x6777, [0x4dcc] = 0x677c, [0x4dcd] = 0x67f0, [0x4dce] = 0x6809, + [0x4dcf] = 0x67d8, [0x4dd0] = 0x680a, [0x4dd1] = 0x67e9, [0x4dd2] = 0x67b0, + [0x4dd3] = 0x680c, [0x4dd4] = 0x67d9, [0x4dd5] = 0x67b5, [0x4dd6] = 0x67da, + [0x4dd7] = 0x67b3, [0x4dd8] = 0x67dd, [0x4dd9] = 0x6800, [0x4dda] = 0x67c3, + [0x4ddb] = 0x67b8, [0x4ddc] = 0x67e2, [0x4ddd] = 0x680e, [0x4dde] = 0x67c1, + [0x4ddf] = 0x67fd, [0x4de0] = 0x6832, [0x4de1] = 0x6833, [0x4de2] = 0x6860, + [0x4de3] = 0x6861, [0x4de4] = 0x684e, [0x4de5] = 0x6862, [0x4de6] = 0x6844, + [0x4de7] = 0x6864, [0x4de8] = 0x6883, [0x4de9] = 0x681d, [0x4dea] = 0x6855, + [0x4deb] = 0x6866, [0x4dec] = 0x6841, [0x4ded] = 0x6867, [0x4dee] = 0x6840, + [0x4def] = 0x683e, [0x4df0] = 0x684a, [0x4df1] = 0x6849, [0x4df2] = 0x6829, + [0x4df3] = 0x68b5, [0x4df4] = 0x688f, [0x4df5] = 0x6874, [0x4df6] = 0x6877, + [0x4df7] = 0x6893, [0x4df8] = 0x686b, [0x4df9] = 0x68c2, [0x4dfa] = 0x696e, + [0x4dfb] = 0x68fc, [0x4dfc] = 0x691f, [0x4dfd] = 0x6920, [0x4dfe] = 0x68f9, + [0x4e00] = 0x9527, [0x4e01] = 0x9533, [0x4e02] = 0x953d, [0x4e03] = 0x9543, + [0x4e04] = 0x9548, [0x4e05] = 0x954b, [0x4e06] = 0x9555, [0x4e07] = 0x955a, + [0x4e08] = 0x9560, [0x4e09] = 0x956e, [0x4e0a] = 0x9574, [0x4e0b] = 0x9575, + [0x4e0c] = 0x9577, [0x4e0d] = 0x9578, [0x4e0e] = 0x9579, [0x4e0f] = 0x957a, + [0x4e10] = 0x957b, [0x4e11] = 0x957c, [0x4e12] = 0x957d, [0x4e13] = 0x957e, + [0x4e14] = 0x9580, [0x4e15] = 0x9581, [0x4e16] = 0x9582, [0x4e17] = 0x9583, + [0x4e18] = 0x9584, [0x4e19] = 0x9585, [0x4e1a] = 0x9586, [0x4e1b] = 0x9587, + [0x4e1c] = 0x9588, [0x4e1d] = 0x9589, [0x4e1e] = 0x958a, [0x4e1f] = 0x958b, + [0x4e20] = 0x958c, [0x4e21] = 0x958d, [0x4e22] = 0x958e, [0x4e23] = 0x958f, + [0x4e24] = 0x9590, [0x4e25] = 0x9591, [0x4e26] = 0x9592, [0x4e27] = 0x9593, + [0x4e28] = 0x9594, [0x4e29] = 0x9595, [0x4e2a] = 0x9596, [0x4e2b] = 0x9597, + [0x4e2c] = 0x9598, [0x4e2d] = 0x9599, [0x4e2e] = 0x959a, [0x4e2f] = 0x959b, + [0x4e30] = 0x959c, [0x4e31] = 0x959d, [0x4e32] = 0x959e, [0x4e33] = 0x959f, + [0x4e34] = 0x95a0, [0x4e35] = 0x95a1, [0x4e36] = 0x95a2, [0x4e37] = 0x95a3, + [0x4e38] = 0x95a4, [0x4e39] = 0x95a5, [0x4e3a] = 0x95a6, [0x4e3b] = 0x95a7, + [0x4e3c] = 0x95a8, [0x4e3d] = 0x95a9, [0x4e3e] = 0x95aa, [0x4e40] = 0x95ab, + [0x4e41] = 0x95ac, [0x4e42] = 0x95ad, [0x4e43] = 0x95ae, [0x4e44] = 0x95af, + [0x4e45] = 0x95b0, [0x4e46] = 0x95b1, [0x4e47] = 0x95b2, [0x4e48] = 0x95b3, + [0x4e49] = 0x95b4, [0x4e4a] = 0x95b5, [0x4e4b] = 0x95b6, [0x4e4c] = 0x95b7, + [0x4e4d] = 0x95b8, [0x4e4e] = 0x95b9, [0x4e4f] = 0x95ba, [0x4e50] = 0x95bb, + [0x4e51] = 0x95bc, [0x4e52] = 0x95bd, [0x4e53] = 0x95be, [0x4e54] = 0x95bf, + [0x4e55] = 0x95c0, [0x4e56] = 0x95c1, [0x4e57] = 0x95c2, [0x4e58] = 0x95c3, + [0x4e59] = 0x95c4, [0x4e5a] = 0x95c5, [0x4e5b] = 0x95c6, [0x4e5c] = 0x95c7, + [0x4e5d] = 0x95c8, [0x4e5e] = 0x95c9, [0x4e5f] = 0x95ca, [0x4e60] = 0x95cb, + [0x4e61] = 0x6924, [0x4e62] = 0x68f0, [0x4e63] = 0x690b, [0x4e64] = 0x6901, + [0x4e65] = 0x6957, [0x4e66] = 0x68e3, [0x4e67] = 0x6910, [0x4e68] = 0x6971, + [0x4e69] = 0x6939, [0x4e6a] = 0x6960, [0x4e6b] = 0x6942, [0x4e6c] = 0x695d, + [0x4e6d] = 0x6984, [0x4e6e] = 0x696b, [0x4e6f] = 0x6980, [0x4e70] = 0x6998, + [0x4e71] = 0x6978, [0x4e72] = 0x6934, [0x4e73] = 0x69cc, [0x4e74] = 0x6987, + [0x4e75] = 0x6988, [0x4e76] = 0x69ce, [0x4e77] = 0x6989, [0x4e78] = 0x6966, + [0x4e79] = 0x6963, [0x4e7a] = 0x6979, [0x4e7b] = 0x699b, [0x4e7c] = 0x69a7, + [0x4e7d] = 0x69bb, [0x4e7e] = 0x69ab, [0x4e7f] = 0x69ad, [0x4e80] = 0x69d4, + [0x4e81] = 0x69b1, [0x4e82] = 0x69c1, [0x4e83] = 0x69ca, [0x4e84] = 0x69df, + [0x4e85] = 0x6995, [0x4e86] = 0x69e0, [0x4e87] = 0x698d, [0x4e88] = 0x69ff, + [0x4e89] = 0x6a2f, [0x4e8a] = 0x69ed, [0x4e8b] = 0x6a17, [0x4e8c] = 0x6a18, + [0x4e8d] = 0x6a65, [0x4e8e] = 0x69f2, [0x4e8f] = 0x6a44, [0x4e90] = 0x6a3e, + [0x4e91] = 0x6aa0, [0x4e92] = 0x6a50, [0x4e93] = 0x6a5b, [0x4e94] = 0x6a35, + [0x4e95] = 0x6a8e, [0x4e96] = 0x6a79, [0x4e97] = 0x6a3d, [0x4e98] = 0x6a28, + [0x4e99] = 0x6a58, [0x4e9a] = 0x6a7c, [0x4e9b] = 0x6a91, [0x4e9c] = 0x6a90, + [0x4e9d] = 0x6aa9, [0x4e9e] = 0x6a97, [0x4e9f] = 0x6aab, [0x4ea0] = 0x7337, + [0x4ea1] = 0x7352, [0x4ea2] = 0x6b81, [0x4ea3] = 0x6b82, [0x4ea4] = 0x6b87, + [0x4ea5] = 0x6b84, [0x4ea6] = 0x6b92, [0x4ea7] = 0x6b93, [0x4ea8] = 0x6b8d, + [0x4ea9] = 0x6b9a, [0x4eaa] = 0x6b9b, [0x4eab] = 0x6ba1, [0x4eac] = 0x6baa, + [0x4ead] = 0x8f6b, [0x4eae] = 0x8f6d, [0x4eaf] = 0x8f71, [0x4eb0] = 0x8f72, + [0x4eb1] = 0x8f73, [0x4eb2] = 0x8f75, [0x4eb3] = 0x8f76, [0x4eb4] = 0x8f78, + [0x4eb5] = 0x8f77, [0x4eb6] = 0x8f79, [0x4eb7] = 0x8f7a, [0x4eb8] = 0x8f7c, + [0x4eb9] = 0x8f7e, [0x4eba] = 0x8f81, [0x4ebb] = 0x8f82, [0x4ebc] = 0x8f84, + [0x4ebd] = 0x8f87, [0x4ebe] = 0x8f8b, [0x4ec0] = 0x95cc, [0x4ec1] = 0x95cd, + [0x4ec2] = 0x95ce, [0x4ec3] = 0x95cf, [0x4ec4] = 0x95d0, [0x4ec5] = 0x95d1, + [0x4ec6] = 0x95d2, [0x4ec7] = 0x95d3, [0x4ec8] = 0x95d4, [0x4ec9] = 0x95d5, + [0x4eca] = 0x95d6, [0x4ecb] = 0x95d7, [0x4ecc] = 0x95d8, [0x4ecd] = 0x95d9, + [0x4ece] = 0x95da, [0x4ecf] = 0x95db, [0x4ed0] = 0x95dc, [0x4ed1] = 0x95dd, + [0x4ed2] = 0x95de, [0x4ed3] = 0x95df, [0x4ed4] = 0x95e0, [0x4ed5] = 0x95e1, + [0x4ed6] = 0x95e2, [0x4ed7] = 0x95e3, [0x4ed8] = 0x95e4, [0x4ed9] = 0x95e5, + [0x4eda] = 0x95e6, [0x4edb] = 0x95e7, [0x4edc] = 0x95ec, [0x4edd] = 0x95ff, + [0x4ede] = 0x9607, [0x4edf] = 0x9613, [0x4ee0] = 0x9618, [0x4ee1] = 0x961b, + [0x4ee2] = 0x961e, [0x4ee3] = 0x9620, [0x4ee4] = 0x9623, [0x4ee5] = 0x9624, + [0x4ee6] = 0x9625, [0x4ee7] = 0x9626, [0x4ee8] = 0x9627, [0x4ee9] = 0x9628, + [0x4eea] = 0x9629, [0x4eeb] = 0x962b, [0x4eec] = 0x962c, [0x4eed] = 0x962d, + [0x4eee] = 0x962f, [0x4eef] = 0x9630, [0x4ef0] = 0x9637, [0x4ef1] = 0x9638, + [0x4ef2] = 0x9639, [0x4ef3] = 0x963a, [0x4ef4] = 0x963e, [0x4ef5] = 0x9641, + [0x4ef6] = 0x9643, [0x4ef7] = 0x964a, [0x4ef8] = 0x964e, [0x4ef9] = 0x964f, + [0x4efa] = 0x9651, [0x4efb] = 0x9652, [0x4efc] = 0x9653, [0x4efd] = 0x9656, + [0x4efe] = 0x9657, [0x4f00] = 0x9658, [0x4f01] = 0x9659, [0x4f02] = 0x965a, + [0x4f03] = 0x965c, [0x4f04] = 0x965d, [0x4f05] = 0x965e, [0x4f06] = 0x9660, + [0x4f07] = 0x9663, [0x4f08] = 0x9665, [0x4f09] = 0x9666, [0x4f0a] = 0x966b, + [0x4f0b] = 0x966d, [0x4f0c] = 0x966e, [0x4f0d] = 0x966f, [0x4f0e] = 0x9670, + [0x4f0f] = 0x9671, [0x4f10] = 0x9673, [0x4f11] = 0x9678, [0x4f12] = 0x9679, + [0x4f13] = 0x967a, [0x4f14] = 0x967b, [0x4f15] = 0x967c, [0x4f16] = 0x967d, + [0x4f17] = 0x967e, [0x4f18] = 0x967f, [0x4f19] = 0x9680, [0x4f1a] = 0x9681, + [0x4f1b] = 0x9682, [0x4f1c] = 0x9683, [0x4f1d] = 0x9684, [0x4f1e] = 0x9687, + [0x4f1f] = 0x9689, [0x4f20] = 0x968a, [0x4f21] = 0x8f8d, [0x4f22] = 0x8f8e, + [0x4f23] = 0x8f8f, [0x4f24] = 0x8f98, [0x4f25] = 0x8f9a, [0x4f26] = 0x8ece, + [0x4f27] = 0x620b, [0x4f28] = 0x6217, [0x4f29] = 0x621b, [0x4f2a] = 0x621f, + [0x4f2b] = 0x6222, [0x4f2c] = 0x6221, [0x4f2d] = 0x6225, [0x4f2e] = 0x6224, + [0x4f2f] = 0x622c, [0x4f30] = 0x81e7, [0x4f31] = 0x74ef, [0x4f32] = 0x74f4, + [0x4f33] = 0x74ff, [0x4f34] = 0x750f, [0x4f35] = 0x7511, [0x4f36] = 0x7513, + [0x4f37] = 0x6534, [0x4f38] = 0x65ee, [0x4f39] = 0x65ef, [0x4f3a] = 0x65f0, + [0x4f3b] = 0x660a, [0x4f3c] = 0x6619, [0x4f3d] = 0x6772, [0x4f3e] = 0x6603, + [0x4f3f] = 0x6615, [0x4f40] = 0x6600, [0x4f41] = 0x7085, [0x4f42] = 0x66f7, + [0x4f43] = 0x661d, [0x4f44] = 0x6634, [0x4f45] = 0x6631, [0x4f46] = 0x6636, + [0x4f47] = 0x6635, [0x4f48] = 0x8006, [0x4f49] = 0x665f, [0x4f4a] = 0x6654, + [0x4f4b] = 0x6641, [0x4f4c] = 0x664f, [0x4f4d] = 0x6656, [0x4f4e] = 0x6661, + [0x4f4f] = 0x6657, [0x4f50] = 0x6677, [0x4f51] = 0x6684, [0x4f52] = 0x668c, + [0x4f53] = 0x66a7, [0x4f54] = 0x669d, [0x4f55] = 0x66be, [0x4f56] = 0x66db, + [0x4f57] = 0x66dc, [0x4f58] = 0x66e6, [0x4f59] = 0x66e9, [0x4f5a] = 0x8d32, + [0x4f5b] = 0x8d33, [0x4f5c] = 0x8d36, [0x4f5d] = 0x8d3b, [0x4f5e] = 0x8d3d, + [0x4f5f] = 0x8d40, [0x4f60] = 0x8d45, [0x4f61] = 0x8d46, [0x4f62] = 0x8d48, + [0x4f63] = 0x8d49, [0x4f64] = 0x8d47, [0x4f65] = 0x8d4d, [0x4f66] = 0x8d55, + [0x4f67] = 0x8d59, [0x4f68] = 0x89c7, [0x4f69] = 0x89ca, [0x4f6a] = 0x89cb, + [0x4f6b] = 0x89cc, [0x4f6c] = 0x89ce, [0x4f6d] = 0x89cf, [0x4f6e] = 0x89d0, + [0x4f6f] = 0x89d1, [0x4f70] = 0x726e, [0x4f71] = 0x729f, [0x4f72] = 0x725d, + [0x4f73] = 0x7266, [0x4f74] = 0x726f, [0x4f75] = 0x727e, [0x4f76] = 0x727f, + [0x4f77] = 0x7284, [0x4f78] = 0x728b, [0x4f79] = 0x728d, [0x4f7a] = 0x728f, + [0x4f7b] = 0x7292, [0x4f7c] = 0x6308, [0x4f7d] = 0x6332, [0x4f7e] = 0x63b0, + [0x4f80] = 0x968c, [0x4f81] = 0x968e, [0x4f82] = 0x9691, [0x4f83] = 0x9692, + [0x4f84] = 0x9693, [0x4f85] = 0x9695, [0x4f86] = 0x9696, [0x4f87] = 0x969a, + [0x4f88] = 0x969b, [0x4f89] = 0x969d, [0x4f8a] = 0x969e, [0x4f8b] = 0x969f, + [0x4f8c] = 0x96a0, [0x4f8d] = 0x96a1, [0x4f8e] = 0x96a2, [0x4f8f] = 0x96a3, + [0x4f90] = 0x96a4, [0x4f91] = 0x96a5, [0x4f92] = 0x96a6, [0x4f93] = 0x96a8, + [0x4f94] = 0x96a9, [0x4f95] = 0x96aa, [0x4f96] = 0x96ab, [0x4f97] = 0x96ac, + [0x4f98] = 0x96ad, [0x4f99] = 0x96ae, [0x4f9a] = 0x96af, [0x4f9b] = 0x96b1, + [0x4f9c] = 0x96b2, [0x4f9d] = 0x96b4, [0x4f9e] = 0x96b5, [0x4f9f] = 0x96b7, + [0x4fa0] = 0x96b8, [0x4fa1] = 0x96ba, [0x4fa2] = 0x96bb, [0x4fa3] = 0x96bf, + [0x4fa4] = 0x96c2, [0x4fa5] = 0x96c3, [0x4fa6] = 0x96c8, [0x4fa7] = 0x96ca, + [0x4fa8] = 0x96cb, [0x4fa9] = 0x96d0, [0x4faa] = 0x96d1, [0x4fab] = 0x96d3, + [0x4fac] = 0x96d4, [0x4fad] = 0x96d6, [0x4fae] = 0x96d7, [0x4faf] = 0x96d8, + [0x4fb0] = 0x96d9, [0x4fb1] = 0x96da, [0x4fb2] = 0x96db, [0x4fb3] = 0x96dc, + [0x4fb4] = 0x96dd, [0x4fb5] = 0x96de, [0x4fb6] = 0x96df, [0x4fb7] = 0x96e1, + [0x4fb8] = 0x96e2, [0x4fb9] = 0x96e3, [0x4fba] = 0x96e4, [0x4fbb] = 0x96e5, + [0x4fbc] = 0x96e6, [0x4fbd] = 0x96e7, [0x4fbe] = 0x96eb, [0x4fc0] = 0x96ec, + [0x4fc1] = 0x96ed, [0x4fc2] = 0x96ee, [0x4fc3] = 0x96f0, [0x4fc4] = 0x96f1, + [0x4fc5] = 0x96f2, [0x4fc6] = 0x96f4, [0x4fc7] = 0x96f5, [0x4fc8] = 0x96f8, + [0x4fc9] = 0x96fa, [0x4fca] = 0x96fb, [0x4fcb] = 0x96fc, [0x4fcc] = 0x96fd, + [0x4fcd] = 0x96ff, [0x4fce] = 0x9702, [0x4fcf] = 0x9703, [0x4fd0] = 0x9705, + [0x4fd1] = 0x970a, [0x4fd2] = 0x970b, [0x4fd3] = 0x970c, [0x4fd4] = 0x9710, + [0x4fd5] = 0x9711, [0x4fd6] = 0x9712, [0x4fd7] = 0x9714, [0x4fd8] = 0x9715, + [0x4fd9] = 0x9717, [0x4fda] = 0x9718, [0x4fdb] = 0x9719, [0x4fdc] = 0x971a, + [0x4fdd] = 0x971b, [0x4fde] = 0x971d, [0x4fdf] = 0x971f, [0x4fe0] = 0x9720, + [0x4fe1] = 0x643f, [0x4fe2] = 0x64d8, [0x4fe3] = 0x8004, [0x4fe4] = 0x6bea, + [0x4fe5] = 0x6bf3, [0x4fe6] = 0x6bfd, [0x4fe7] = 0x6bf5, [0x4fe8] = 0x6bf9, + [0x4fe9] = 0x6c05, [0x4fea] = 0x6c07, [0x4feb] = 0x6c06, [0x4fec] = 0x6c0d, + [0x4fed] = 0x6c15, [0x4fee] = 0x6c18, [0x4fef] = 0x6c19, [0x4ff0] = 0x6c1a, + [0x4ff1] = 0x6c21, [0x4ff2] = 0x6c29, [0x4ff3] = 0x6c24, [0x4ff4] = 0x6c2a, + [0x4ff5] = 0x6c32, [0x4ff6] = 0x6535, [0x4ff7] = 0x6555, [0x4ff8] = 0x656b, + [0x4ff9] = 0x724d, [0x4ffa] = 0x7252, [0x4ffb] = 0x7256, [0x4ffc] = 0x7230, + [0x4ffd] = 0x8662, [0x4ffe] = 0x5216, [0x4fff] = 0x809f, [0x5000] = 0x809c, + [0x5001] = 0x8093, [0x5002] = 0x80bc, [0x5003] = 0x670a, [0x5004] = 0x80bd, + [0x5005] = 0x80b1, [0x5006] = 0x80ab, [0x5007] = 0x80ad, [0x5008] = 0x80b4, + [0x5009] = 0x80b7, [0x500a] = 0x80e7, [0x500b] = 0x80e8, [0x500c] = 0x80e9, + [0x500d] = 0x80ea, [0x500e] = 0x80db, [0x500f] = 0x80c2, [0x5010] = 0x80c4, + [0x5011] = 0x80d9, [0x5012] = 0x80cd, [0x5013] = 0x80d7, [0x5014] = 0x6710, + [0x5015] = 0x80dd, [0x5016] = 0x80eb, [0x5017] = 0x80f1, [0x5018] = 0x80f4, + [0x5019] = 0x80ed, [0x501a] = 0x810d, [0x501b] = 0x810e, [0x501c] = 0x80f2, + [0x501d] = 0x80fc, [0x501e] = 0x6715, [0x501f] = 0x8112, [0x5020] = 0x8c5a, + [0x5021] = 0x8136, [0x5022] = 0x811e, [0x5023] = 0x812c, [0x5024] = 0x8118, + [0x5025] = 0x8132, [0x5026] = 0x8148, [0x5027] = 0x814c, [0x5028] = 0x8153, + [0x5029] = 0x8174, [0x502a] = 0x8159, [0x502b] = 0x815a, [0x502c] = 0x8171, + [0x502d] = 0x8160, [0x502e] = 0x8169, [0x502f] = 0x817c, [0x5030] = 0x817d, + [0x5031] = 0x816d, [0x5032] = 0x8167, [0x5033] = 0x584d, [0x5034] = 0x5ab5, + [0x5035] = 0x8188, [0x5036] = 0x8182, [0x5037] = 0x8191, [0x5038] = 0x6ed5, + [0x5039] = 0x81a3, [0x503a] = 0x81aa, [0x503b] = 0x81cc, [0x503c] = 0x6726, + [0x503d] = 0x81ca, [0x503e] = 0x81bb, [0x5040] = 0x9721, [0x5041] = 0x9722, + [0x5042] = 0x9723, [0x5043] = 0x9724, [0x5044] = 0x9725, [0x5045] = 0x9726, + [0x5046] = 0x9727, [0x5047] = 0x9728, [0x5048] = 0x9729, [0x5049] = 0x972b, + [0x504a] = 0x972c, [0x504b] = 0x972e, [0x504c] = 0x972f, [0x504d] = 0x9731, + [0x504e] = 0x9733, [0x504f] = 0x9734, [0x5050] = 0x9735, [0x5051] = 0x9736, + [0x5052] = 0x9737, [0x5053] = 0x973a, [0x5054] = 0x973b, [0x5055] = 0x973c, + [0x5056] = 0x973d, [0x5057] = 0x973f, [0x5058] = 0x9740, [0x5059] = 0x9741, + [0x505a] = 0x9742, [0x505b] = 0x9743, [0x505c] = 0x9744, [0x505d] = 0x9745, + [0x505e] = 0x9746, [0x505f] = 0x9747, [0x5060] = 0x9748, [0x5061] = 0x9749, + [0x5062] = 0x974a, [0x5063] = 0x974b, [0x5064] = 0x974c, [0x5065] = 0x974d, + [0x5066] = 0x974e, [0x5067] = 0x974f, [0x5068] = 0x9750, [0x5069] = 0x9751, + [0x506a] = 0x9754, [0x506b] = 0x9755, [0x506c] = 0x9757, [0x506d] = 0x9758, + [0x506e] = 0x975a, [0x506f] = 0x975c, [0x5070] = 0x975d, [0x5071] = 0x975f, + [0x5072] = 0x9763, [0x5073] = 0x9764, [0x5074] = 0x9766, [0x5075] = 0x9767, + [0x5076] = 0x9768, [0x5077] = 0x976a, [0x5078] = 0x976b, [0x5079] = 0x976c, + [0x507a] = 0x976d, [0x507b] = 0x976e, [0x507c] = 0x976f, [0x507d] = 0x9770, + [0x507e] = 0x9771, [0x5080] = 0x9772, [0x5081] = 0x9775, [0x5082] = 0x9777, + [0x5083] = 0x9778, [0x5084] = 0x9779, [0x5085] = 0x977a, [0x5086] = 0x977b, + [0x5087] = 0x977d, [0x5088] = 0x977e, [0x5089] = 0x977f, [0x508a] = 0x9780, + [0x508b] = 0x9781, [0x508c] = 0x9782, [0x508d] = 0x9783, [0x508e] = 0x9784, + [0x508f] = 0x9786, [0x5090] = 0x9787, [0x5091] = 0x9788, [0x5092] = 0x9789, + [0x5093] = 0x978a, [0x5094] = 0x978c, [0x5095] = 0x978e, [0x5096] = 0x978f, + [0x5097] = 0x9790, [0x5098] = 0x9793, [0x5099] = 0x9795, [0x509a] = 0x9796, + [0x509b] = 0x9797, [0x509c] = 0x9799, [0x509d] = 0x979a, [0x509e] = 0x979b, + [0x509f] = 0x979c, [0x50a0] = 0x979d, [0x50a1] = 0x81c1, [0x50a2] = 0x81a6, + [0x50a3] = 0x6b24, [0x50a4] = 0x6b37, [0x50a5] = 0x6b39, [0x50a6] = 0x6b43, + [0x50a7] = 0x6b46, [0x50a8] = 0x6b59, [0x50a9] = 0x98d1, [0x50aa] = 0x98d2, + [0x50ab] = 0x98d3, [0x50ac] = 0x98d5, [0x50ad] = 0x98d9, [0x50ae] = 0x98da, + [0x50af] = 0x6bb3, [0x50b0] = 0x5f40, [0x50b1] = 0x6bc2, [0x50b2] = 0x89f3, + [0x50b3] = 0x6590, [0x50b4] = 0x9f51, [0x50b5] = 0x6593, [0x50b6] = 0x65bc, + [0x50b7] = 0x65c6, [0x50b8] = 0x65c4, [0x50b9] = 0x65c3, [0x50ba] = 0x65cc, + [0x50bb] = 0x65ce, [0x50bc] = 0x65d2, [0x50bd] = 0x65d6, [0x50be] = 0x7080, + [0x50bf] = 0x709c, [0x50c0] = 0x7096, [0x50c1] = 0x709d, [0x50c2] = 0x70bb, + [0x50c3] = 0x70c0, [0x50c4] = 0x70b7, [0x50c5] = 0x70ab, [0x50c6] = 0x70b1, + [0x50c7] = 0x70e8, [0x50c8] = 0x70ca, [0x50c9] = 0x7110, [0x50ca] = 0x7113, + [0x50cb] = 0x7116, [0x50cc] = 0x712f, [0x50cd] = 0x7131, [0x50ce] = 0x7173, + [0x50cf] = 0x715c, [0x50d0] = 0x7168, [0x50d1] = 0x7145, [0x50d2] = 0x7172, + [0x50d3] = 0x714a, [0x50d4] = 0x7178, [0x50d5] = 0x717a, [0x50d6] = 0x7198, + [0x50d7] = 0x71b3, [0x50d8] = 0x71b5, [0x50d9] = 0x71a8, [0x50da] = 0x71a0, + [0x50db] = 0x71e0, [0x50dc] = 0x71d4, [0x50dd] = 0x71e7, [0x50de] = 0x71f9, + [0x50df] = 0x721d, [0x50e0] = 0x7228, [0x50e1] = 0x706c, [0x50e2] = 0x7118, + [0x50e3] = 0x7166, [0x50e4] = 0x71b9, [0x50e5] = 0x623e, [0x50e6] = 0x623d, + [0x50e7] = 0x6243, [0x50e8] = 0x6248, [0x50e9] = 0x6249, [0x50ea] = 0x793b, + [0x50eb] = 0x7940, [0x50ec] = 0x7946, [0x50ed] = 0x7949, [0x50ee] = 0x795b, + [0x50ef] = 0x795c, [0x50f0] = 0x7953, [0x50f1] = 0x795a, [0x50f2] = 0x7962, + [0x50f3] = 0x7957, [0x50f4] = 0x7960, [0x50f5] = 0x796f, [0x50f6] = 0x7967, + [0x50f7] = 0x797a, [0x50f8] = 0x7985, [0x50f9] = 0x798a, [0x50fa] = 0x799a, + [0x50fb] = 0x79a7, [0x50fc] = 0x79b3, [0x50fd] = 0x5fd1, [0x50fe] = 0x5fd0, + [0x5100] = 0x979e, [0x5101] = 0x979f, [0x5102] = 0x97a1, [0x5103] = 0x97a2, + [0x5104] = 0x97a4, [0x5105] = 0x97a5, [0x5106] = 0x97a6, [0x5107] = 0x97a7, + [0x5108] = 0x97a8, [0x5109] = 0x97a9, [0x510a] = 0x97aa, [0x510b] = 0x97ac, + [0x510c] = 0x97ae, [0x510d] = 0x97b0, [0x510e] = 0x97b1, [0x510f] = 0x97b3, + [0x5110] = 0x97b5, [0x5111] = 0x97b6, [0x5112] = 0x97b7, [0x5113] = 0x97b8, + [0x5114] = 0x97b9, [0x5115] = 0x97ba, [0x5116] = 0x97bb, [0x5117] = 0x97bc, + [0x5118] = 0x97bd, [0x5119] = 0x97be, [0x511a] = 0x97bf, [0x511b] = 0x97c0, + [0x511c] = 0x97c1, [0x511d] = 0x97c2, [0x511e] = 0x97c3, [0x511f] = 0x97c4, + [0x5120] = 0x97c5, [0x5121] = 0x97c6, [0x5122] = 0x97c7, [0x5123] = 0x97c8, + [0x5124] = 0x97c9, [0x5125] = 0x97ca, [0x5126] = 0x97cb, [0x5127] = 0x97cc, + [0x5128] = 0x97cd, [0x5129] = 0x97ce, [0x512a] = 0x97cf, [0x512b] = 0x97d0, + [0x512c] = 0x97d1, [0x512d] = 0x97d2, [0x512e] = 0x97d3, [0x512f] = 0x97d4, + [0x5130] = 0x97d5, [0x5131] = 0x97d6, [0x5132] = 0x97d7, [0x5133] = 0x97d8, + [0x5134] = 0x97d9, [0x5135] = 0x97da, [0x5136] = 0x97db, [0x5137] = 0x97dc, + [0x5138] = 0x97dd, [0x5139] = 0x97de, [0x513a] = 0x97df, [0x513b] = 0x97e0, + [0x513c] = 0x97e1, [0x513d] = 0x97e2, [0x513e] = 0x97e3, [0x5140] = 0x97e4, + [0x5141] = 0x97e5, [0x5142] = 0x97e8, [0x5143] = 0x97ee, [0x5144] = 0x97ef, + [0x5145] = 0x97f0, [0x5146] = 0x97f1, [0x5147] = 0x97f2, [0x5148] = 0x97f4, + [0x5149] = 0x97f7, [0x514a] = 0x97f8, [0x514b] = 0x97f9, [0x514c] = 0x97fa, + [0x514d] = 0x97fb, [0x514e] = 0x97fc, [0x514f] = 0x97fd, [0x5150] = 0x97fe, + [0x5151] = 0x97ff, [0x5152] = 0x9800, [0x5153] = 0x9801, [0x5154] = 0x9802, + [0x5155] = 0x9803, [0x5156] = 0x9804, [0x5157] = 0x9805, [0x5158] = 0x9806, + [0x5159] = 0x9807, [0x515a] = 0x9808, [0x515b] = 0x9809, [0x515c] = 0x980a, + [0x515d] = 0x980b, [0x515e] = 0x980c, [0x515f] = 0x980d, [0x5160] = 0x980e, + [0x5161] = 0x603c, [0x5162] = 0x605d, [0x5163] = 0x605a, [0x5164] = 0x6067, + [0x5165] = 0x6041, [0x5166] = 0x6059, [0x5167] = 0x6063, [0x5168] = 0x60ab, + [0x5169] = 0x6106, [0x516a] = 0x610d, [0x516b] = 0x615d, [0x516c] = 0x61a9, + [0x516d] = 0x619d, [0x516e] = 0x61cb, [0x516f] = 0x61d1, [0x5170] = 0x6206, + [0x5171] = 0x8080, [0x5172] = 0x807f, [0x5173] = 0x6c93, [0x5174] = 0x6cf6, + [0x5175] = 0x6dfc, [0x5176] = 0x77f6, [0x5177] = 0x77f8, [0x5178] = 0x7800, + [0x5179] = 0x7809, [0x517a] = 0x7817, [0x517b] = 0x7818, [0x517c] = 0x7811, + [0x517d] = 0x65ab, [0x517e] = 0x782d, [0x517f] = 0x781c, [0x5180] = 0x781d, + [0x5181] = 0x7839, [0x5182] = 0x783a, [0x5183] = 0x783b, [0x5184] = 0x781f, + [0x5185] = 0x783c, [0x5186] = 0x7825, [0x5187] = 0x782c, [0x5188] = 0x7823, + [0x5189] = 0x7829, [0x518a] = 0x784e, [0x518b] = 0x786d, [0x518c] = 0x7856, + [0x518d] = 0x7857, [0x518e] = 0x7826, [0x518f] = 0x7850, [0x5190] = 0x7847, + [0x5191] = 0x784c, [0x5192] = 0x786a, [0x5193] = 0x789b, [0x5194] = 0x7893, + [0x5195] = 0x789a, [0x5196] = 0x7887, [0x5197] = 0x789c, [0x5198] = 0x78a1, + [0x5199] = 0x78a3, [0x519a] = 0x78b2, [0x519b] = 0x78b9, [0x519c] = 0x78a5, + [0x519d] = 0x78d4, [0x519e] = 0x78d9, [0x519f] = 0x78c9, [0x51a0] = 0x78ec, + [0x51a1] = 0x78f2, [0x51a2] = 0x7905, [0x51a3] = 0x78f4, [0x51a4] = 0x7913, + [0x51a5] = 0x7924, [0x51a6] = 0x791e, [0x51a7] = 0x7934, [0x51a8] = 0x9f9b, + [0x51a9] = 0x9ef9, [0x51aa] = 0x9efb, [0x51ab] = 0x9efc, [0x51ac] = 0x76f1, + [0x51ad] = 0x7704, [0x51ae] = 0x770d, [0x51af] = 0x76f9, [0x51b0] = 0x7707, + [0x51b1] = 0x7708, [0x51b2] = 0x771a, [0x51b3] = 0x7722, [0x51b4] = 0x7719, + [0x51b5] = 0x772d, [0x51b6] = 0x7726, [0x51b7] = 0x7735, [0x51b8] = 0x7738, + [0x51b9] = 0x7750, [0x51ba] = 0x7751, [0x51bb] = 0x7747, [0x51bc] = 0x7743, + [0x51bd] = 0x775a, [0x51be] = 0x7768, [0x51c0] = 0x980f, [0x51c1] = 0x9810, + [0x51c2] = 0x9811, [0x51c3] = 0x9812, [0x51c4] = 0x9813, [0x51c5] = 0x9814, + [0x51c6] = 0x9815, [0x51c7] = 0x9816, [0x51c8] = 0x9817, [0x51c9] = 0x9818, + [0x51ca] = 0x9819, [0x51cb] = 0x981a, [0x51cc] = 0x981b, [0x51cd] = 0x981c, + [0x51ce] = 0x981d, [0x51cf] = 0x981e, [0x51d0] = 0x981f, [0x51d1] = 0x9820, + [0x51d2] = 0x9821, [0x51d3] = 0x9822, [0x51d4] = 0x9823, [0x51d5] = 0x9824, + [0x51d6] = 0x9825, [0x51d7] = 0x9826, [0x51d8] = 0x9827, [0x51d9] = 0x9828, + [0x51da] = 0x9829, [0x51db] = 0x982a, [0x51dc] = 0x982b, [0x51dd] = 0x982c, + [0x51de] = 0x982d, [0x51df] = 0x982e, [0x51e0] = 0x982f, [0x51e1] = 0x9830, + [0x51e2] = 0x9831, [0x51e3] = 0x9832, [0x51e4] = 0x9833, [0x51e5] = 0x9834, + [0x51e6] = 0x9835, [0x51e7] = 0x9836, [0x51e8] = 0x9837, [0x51e9] = 0x9838, + [0x51ea] = 0x9839, [0x51eb] = 0x983a, [0x51ec] = 0x983b, [0x51ed] = 0x983c, + [0x51ee] = 0x983d, [0x51ef] = 0x983e, [0x51f0] = 0x983f, [0x51f1] = 0x9840, + [0x51f2] = 0x9841, [0x51f3] = 0x9842, [0x51f4] = 0x9843, [0x51f5] = 0x9844, + [0x51f6] = 0x9845, [0x51f7] = 0x9846, [0x51f8] = 0x9847, [0x51f9] = 0x9848, + [0x51fa] = 0x9849, [0x51fb] = 0x984a, [0x51fc] = 0x984b, [0x51fd] = 0x984c, + [0x51fe] = 0x984d, [0x5200] = 0x984e, [0x5201] = 0x984f, [0x5202] = 0x9850, + [0x5203] = 0x9851, [0x5204] = 0x9852, [0x5205] = 0x9853, [0x5206] = 0x9854, + [0x5207] = 0x9855, [0x5208] = 0x9856, [0x5209] = 0x9857, [0x520a] = 0x9858, + [0x520b] = 0x9859, [0x520c] = 0x985a, [0x520d] = 0x985b, [0x520e] = 0x985c, + [0x520f] = 0x985d, [0x5210] = 0x985e, [0x5211] = 0x985f, [0x5212] = 0x9860, + [0x5213] = 0x9861, [0x5214] = 0x9862, [0x5215] = 0x9863, [0x5216] = 0x9864, + [0x5217] = 0x9865, [0x5218] = 0x9866, [0x5219] = 0x9867, [0x521a] = 0x9868, + [0x521b] = 0x9869, [0x521c] = 0x986a, [0x521d] = 0x986b, [0x521e] = 0x986c, + [0x521f] = 0x986d, [0x5220] = 0x986e, [0x5221] = 0x7762, [0x5222] = 0x7765, + [0x5223] = 0x777f, [0x5224] = 0x778d, [0x5225] = 0x777d, [0x5226] = 0x7780, + [0x5227] = 0x778c, [0x5228] = 0x7791, [0x5229] = 0x779f, [0x522a] = 0x77a0, + [0x522b] = 0x77b0, [0x522c] = 0x77b5, [0x522d] = 0x77bd, [0x522e] = 0x753a, + [0x522f] = 0x7540, [0x5230] = 0x754e, [0x5231] = 0x754b, [0x5232] = 0x7548, + [0x5233] = 0x755b, [0x5234] = 0x7572, [0x5235] = 0x7579, [0x5236] = 0x7583, + [0x5237] = 0x7f58, [0x5238] = 0x7f61, [0x5239] = 0x7f5f, [0x523a] = 0x8a48, + [0x523b] = 0x7f68, [0x523c] = 0x7f74, [0x523d] = 0x7f71, [0x523e] = 0x7f79, + [0x523f] = 0x7f81, [0x5240] = 0x7f7e, [0x5241] = 0x76cd, [0x5242] = 0x76e5, + [0x5243] = 0x8832, [0x5244] = 0x9485, [0x5245] = 0x9486, [0x5246] = 0x9487, + [0x5247] = 0x948b, [0x5248] = 0x948a, [0x5249] = 0x948c, [0x524a] = 0x948d, + [0x524b] = 0x948f, [0x524c] = 0x9490, [0x524d] = 0x9494, [0x524e] = 0x9497, + [0x524f] = 0x9495, [0x5250] = 0x949a, [0x5251] = 0x949b, [0x5252] = 0x949c, + [0x5253] = 0x94a3, [0x5254] = 0x94a4, [0x5255] = 0x94ab, [0x5256] = 0x94aa, + [0x5257] = 0x94ad, [0x5258] = 0x94ac, [0x5259] = 0x94af, [0x525a] = 0x94b0, + [0x525b] = 0x94b2, [0x525c] = 0x94b4, [0x525d] = 0x94b6, [0x525e] = 0x94b7, + [0x525f] = 0x94b8, [0x5260] = 0x94b9, [0x5261] = 0x94ba, [0x5262] = 0x94bc, + [0x5263] = 0x94bd, [0x5264] = 0x94bf, [0x5265] = 0x94c4, [0x5266] = 0x94c8, + [0x5267] = 0x94c9, [0x5268] = 0x94ca, [0x5269] = 0x94cb, [0x526a] = 0x94cc, + [0x526b] = 0x94cd, [0x526c] = 0x94ce, [0x526d] = 0x94d0, [0x526e] = 0x94d1, + [0x526f] = 0x94d2, [0x5270] = 0x94d5, [0x5271] = 0x94d6, [0x5272] = 0x94d7, + [0x5273] = 0x94d9, [0x5274] = 0x94d8, [0x5275] = 0x94db, [0x5276] = 0x94de, + [0x5277] = 0x94df, [0x5278] = 0x94e0, [0x5279] = 0x94e2, [0x527a] = 0x94e4, + [0x527b] = 0x94e5, [0x527c] = 0x94e7, [0x527d] = 0x94e8, [0x527e] = 0x94ea, + [0x5280] = 0x986f, [0x5281] = 0x9870, [0x5282] = 0x9871, [0x5283] = 0x9872, + [0x5284] = 0x9873, [0x5285] = 0x9874, [0x5286] = 0x988b, [0x5287] = 0x988e, + [0x5288] = 0x9892, [0x5289] = 0x9895, [0x528a] = 0x9899, [0x528b] = 0x98a3, + [0x528c] = 0x98a8, [0x528d] = 0x98a9, [0x528e] = 0x98aa, [0x528f] = 0x98ab, + [0x5290] = 0x98ac, [0x5291] = 0x98ad, [0x5292] = 0x98ae, [0x5293] = 0x98af, + [0x5294] = 0x98b0, [0x5295] = 0x98b1, [0x5296] = 0x98b2, [0x5297] = 0x98b3, + [0x5298] = 0x98b4, [0x5299] = 0x98b5, [0x529a] = 0x98b6, [0x529b] = 0x98b7, + [0x529c] = 0x98b8, [0x529d] = 0x98b9, [0x529e] = 0x98ba, [0x529f] = 0x98bb, + [0x52a0] = 0x98bc, [0x52a1] = 0x98bd, [0x52a2] = 0x98be, [0x52a3] = 0x98bf, + [0x52a4] = 0x98c0, [0x52a5] = 0x98c1, [0x52a6] = 0x98c2, [0x52a7] = 0x98c3, + [0x52a8] = 0x98c4, [0x52a9] = 0x98c5, [0x52aa] = 0x98c6, [0x52ab] = 0x98c7, + [0x52ac] = 0x98c8, [0x52ad] = 0x98c9, [0x52ae] = 0x98ca, [0x52af] = 0x98cb, + [0x52b0] = 0x98cc, [0x52b1] = 0x98cd, [0x52b2] = 0x98cf, [0x52b3] = 0x98d0, + [0x52b4] = 0x98d4, [0x52b5] = 0x98d6, [0x52b6] = 0x98d7, [0x52b7] = 0x98db, + [0x52b8] = 0x98dc, [0x52b9] = 0x98dd, [0x52ba] = 0x98e0, [0x52bb] = 0x98e1, + [0x52bc] = 0x98e2, [0x52bd] = 0x98e3, [0x52be] = 0x98e4, [0x52c0] = 0x98e5, + [0x52c1] = 0x98e6, [0x52c2] = 0x98e9, [0x52c3] = 0x98ea, [0x52c4] = 0x98eb, + [0x52c5] = 0x98ec, [0x52c6] = 0x98ed, [0x52c7] = 0x98ee, [0x52c8] = 0x98ef, + [0x52c9] = 0x98f0, [0x52ca] = 0x98f1, [0x52cb] = 0x98f2, [0x52cc] = 0x98f3, + [0x52cd] = 0x98f4, [0x52ce] = 0x98f5, [0x52cf] = 0x98f6, [0x52d0] = 0x98f7, + [0x52d1] = 0x98f8, [0x52d2] = 0x98f9, [0x52d3] = 0x98fa, [0x52d4] = 0x98fb, + [0x52d5] = 0x98fc, [0x52d6] = 0x98fd, [0x52d7] = 0x98fe, [0x52d8] = 0x98ff, + [0x52d9] = 0x9900, [0x52da] = 0x9901, [0x52db] = 0x9902, [0x52dc] = 0x9903, + [0x52dd] = 0x9904, [0x52de] = 0x9905, [0x52df] = 0x9906, [0x52e0] = 0x9907, + [0x52e1] = 0x94e9, [0x52e2] = 0x94eb, [0x52e3] = 0x94ee, [0x52e4] = 0x94ef, + [0x52e5] = 0x94f3, [0x52e6] = 0x94f4, [0x52e7] = 0x94f5, [0x52e8] = 0x94f7, + [0x52e9] = 0x94f9, [0x52ea] = 0x94fc, [0x52eb] = 0x94fd, [0x52ec] = 0x94ff, + [0x52ed] = 0x9503, [0x52ee] = 0x9502, [0x52ef] = 0x9506, [0x52f0] = 0x9507, + [0x52f1] = 0x9509, [0x52f2] = 0x950a, [0x52f3] = 0x950d, [0x52f4] = 0x950e, + [0x52f5] = 0x950f, [0x52f6] = 0x9512, [0x52f7] = 0x9513, [0x52f8] = 0x9514, + [0x52f9] = 0x9515, [0x52fa] = 0x9516, [0x52fb] = 0x9518, [0x52fc] = 0x951b, + [0x52fd] = 0x951d, [0x52fe] = 0x951e, [0x52ff] = 0x951f, [0x5300] = 0x9522, + [0x5301] = 0x952a, [0x5302] = 0x952b, [0x5303] = 0x9529, [0x5304] = 0x952c, + [0x5305] = 0x9531, [0x5306] = 0x9532, [0x5307] = 0x9534, [0x5308] = 0x9536, + [0x5309] = 0x9537, [0x530a] = 0x9538, [0x530b] = 0x953c, [0x530c] = 0x953e, + [0x530d] = 0x953f, [0x530e] = 0x9542, [0x530f] = 0x9535, [0x5310] = 0x9544, + [0x5311] = 0x9545, [0x5312] = 0x9546, [0x5313] = 0x9549, [0x5314] = 0x954c, + [0x5315] = 0x954e, [0x5316] = 0x954f, [0x5317] = 0x9552, [0x5318] = 0x9553, + [0x5319] = 0x9554, [0x531a] = 0x9556, [0x531b] = 0x9557, [0x531c] = 0x9558, + [0x531d] = 0x9559, [0x531e] = 0x955b, [0x531f] = 0x955e, [0x5320] = 0x955f, + [0x5321] = 0x955d, [0x5322] = 0x9561, [0x5323] = 0x9562, [0x5324] = 0x9564, + [0x5325] = 0x9565, [0x5326] = 0x9566, [0x5327] = 0x9567, [0x5328] = 0x9568, + [0x5329] = 0x9569, [0x532a] = 0x956a, [0x532b] = 0x956b, [0x532c] = 0x956c, + [0x532d] = 0x956f, [0x532e] = 0x9571, [0x532f] = 0x9572, [0x5330] = 0x9573, + [0x5331] = 0x953a, [0x5332] = 0x77e7, [0x5333] = 0x77ec, [0x5334] = 0x96c9, + [0x5335] = 0x79d5, [0x5336] = 0x79ed, [0x5337] = 0x79e3, [0x5338] = 0x79eb, + [0x5339] = 0x7a06, [0x533a] = 0x5d47, [0x533b] = 0x7a03, [0x533c] = 0x7a02, + [0x533d] = 0x7a1e, [0x533e] = 0x7a14, [0x5340] = 0x9908, [0x5341] = 0x9909, + [0x5342] = 0x990a, [0x5343] = 0x990b, [0x5344] = 0x990c, [0x5345] = 0x990e, + [0x5346] = 0x990f, [0x5347] = 0x9911, [0x5348] = 0x9912, [0x5349] = 0x9913, + [0x534a] = 0x9914, [0x534b] = 0x9915, [0x534c] = 0x9916, [0x534d] = 0x9917, + [0x534e] = 0x9918, [0x534f] = 0x9919, [0x5350] = 0x991a, [0x5351] = 0x991b, + [0x5352] = 0x991c, [0x5353] = 0x991d, [0x5354] = 0x991e, [0x5355] = 0x991f, + [0x5356] = 0x9920, [0x5357] = 0x9921, [0x5358] = 0x9922, [0x5359] = 0x9923, + [0x535a] = 0x9924, [0x535b] = 0x9925, [0x535c] = 0x9926, [0x535d] = 0x9927, + [0x535e] = 0x9928, [0x535f] = 0x9929, [0x5360] = 0x992a, [0x5361] = 0x992b, + [0x5362] = 0x992c, [0x5363] = 0x992d, [0x5364] = 0x992f, [0x5365] = 0x9930, + [0x5366] = 0x9931, [0x5367] = 0x9932, [0x5368] = 0x9933, [0x5369] = 0x9934, + [0x536a] = 0x9935, [0x536b] = 0x9936, [0x536c] = 0x9937, [0x536d] = 0x9938, + [0x536e] = 0x9939, [0x536f] = 0x993a, [0x5370] = 0x993b, [0x5371] = 0x993c, + [0x5372] = 0x993d, [0x5373] = 0x993e, [0x5374] = 0x993f, [0x5375] = 0x9940, + [0x5376] = 0x9941, [0x5377] = 0x9942, [0x5378] = 0x9943, [0x5379] = 0x9944, + [0x537a] = 0x9945, [0x537b] = 0x9946, [0x537c] = 0x9947, [0x537d] = 0x9948, + [0x537e] = 0x9949, [0x5380] = 0x994a, [0x5381] = 0x994b, [0x5382] = 0x994c, + [0x5383] = 0x994d, [0x5384] = 0x994e, [0x5385] = 0x994f, [0x5386] = 0x9950, + [0x5387] = 0x9951, [0x5388] = 0x9952, [0x5389] = 0x9953, [0x538a] = 0x9956, + [0x538b] = 0x9957, [0x538c] = 0x9958, [0x538d] = 0x9959, [0x538e] = 0x995a, + [0x538f] = 0x995b, [0x5390] = 0x995c, [0x5391] = 0x995d, [0x5392] = 0x995e, + [0x5393] = 0x995f, [0x5394] = 0x9960, [0x5395] = 0x9961, [0x5396] = 0x9962, + [0x5397] = 0x9964, [0x5398] = 0x9966, [0x5399] = 0x9973, [0x539a] = 0x9978, + [0x539b] = 0x9979, [0x539c] = 0x997b, [0x539d] = 0x997e, [0x539e] = 0x9982, + [0x539f] = 0x9983, [0x53a0] = 0x9989, [0x53a1] = 0x7a39, [0x53a2] = 0x7a37, + [0x53a3] = 0x7a51, [0x53a4] = 0x9ecf, [0x53a5] = 0x99a5, [0x53a6] = 0x7a70, + [0x53a7] = 0x7688, [0x53a8] = 0x768e, [0x53a9] = 0x7693, [0x53aa] = 0x7699, + [0x53ab] = 0x76a4, [0x53ac] = 0x74de, [0x53ad] = 0x74e0, [0x53ae] = 0x752c, + [0x53af] = 0x9e20, [0x53b0] = 0x9e22, [0x53b1] = 0x9e28, [0x53b2] = 0x9e29, + [0x53b3] = 0x9e2a, [0x53b4] = 0x9e2b, [0x53b5] = 0x9e2c, [0x53b6] = 0x9e32, + [0x53b7] = 0x9e31, [0x53b8] = 0x9e36, [0x53b9] = 0x9e38, [0x53ba] = 0x9e37, + [0x53bb] = 0x9e39, [0x53bc] = 0x9e3a, [0x53bd] = 0x9e3e, [0x53be] = 0x9e41, + [0x53bf] = 0x9e42, [0x53c0] = 0x9e44, [0x53c1] = 0x9e46, [0x53c2] = 0x9e47, + [0x53c3] = 0x9e48, [0x53c4] = 0x9e49, [0x53c5] = 0x9e4b, [0x53c6] = 0x9e4c, + [0x53c7] = 0x9e4e, [0x53c8] = 0x9e51, [0x53c9] = 0x9e55, [0x53ca] = 0x9e57, + [0x53cb] = 0x9e5a, [0x53cc] = 0x9e5b, [0x53cd] = 0x9e5c, [0x53ce] = 0x9e5e, + [0x53cf] = 0x9e63, [0x53d0] = 0x9e66, [0x53d1] = 0x9e67, [0x53d2] = 0x9e68, + [0x53d3] = 0x9e69, [0x53d4] = 0x9e6a, [0x53d5] = 0x9e6b, [0x53d6] = 0x9e6c, + [0x53d7] = 0x9e71, [0x53d8] = 0x9e6d, [0x53d9] = 0x9e73, [0x53da] = 0x7592, + [0x53db] = 0x7594, [0x53dc] = 0x7596, [0x53dd] = 0x75a0, [0x53de] = 0x759d, + [0x53df] = 0x75ac, [0x53e0] = 0x75a3, [0x53e1] = 0x75b3, [0x53e2] = 0x75b4, + [0x53e3] = 0x75b8, [0x53e4] = 0x75c4, [0x53e5] = 0x75b1, [0x53e6] = 0x75b0, + [0x53e7] = 0x75c3, [0x53e8] = 0x75c2, [0x53e9] = 0x75d6, [0x53ea] = 0x75cd, + [0x53eb] = 0x75e3, [0x53ec] = 0x75e8, [0x53ed] = 0x75e6, [0x53ee] = 0x75e4, + [0x53ef] = 0x75eb, [0x53f0] = 0x75e7, [0x53f1] = 0x7603, [0x53f2] = 0x75f1, + [0x53f3] = 0x75fc, [0x53f4] = 0x75ff, [0x53f5] = 0x7610, [0x53f6] = 0x7600, + [0x53f7] = 0x7605, [0x53f8] = 0x760c, [0x53f9] = 0x7617, [0x53fa] = 0x760a, + [0x53fb] = 0x7625, [0x53fc] = 0x7618, [0x53fd] = 0x7615, [0x53fe] = 0x7619, + [0x5400] = 0x998c, [0x5401] = 0x998e, [0x5402] = 0x999a, [0x5403] = 0x999b, + [0x5404] = 0x999c, [0x5405] = 0x999d, [0x5406] = 0x999e, [0x5407] = 0x999f, + [0x5408] = 0x99a0, [0x5409] = 0x99a1, [0x540a] = 0x99a2, [0x540b] = 0x99a3, + [0x540c] = 0x99a4, [0x540d] = 0x99a6, [0x540e] = 0x99a7, [0x540f] = 0x99a9, + [0x5410] = 0x99aa, [0x5411] = 0x99ab, [0x5412] = 0x99ac, [0x5413] = 0x99ad, + [0x5414] = 0x99ae, [0x5415] = 0x99af, [0x5416] = 0x99b0, [0x5417] = 0x99b1, + [0x5418] = 0x99b2, [0x5419] = 0x99b3, [0x541a] = 0x99b4, [0x541b] = 0x99b5, + [0x541c] = 0x99b6, [0x541d] = 0x99b7, [0x541e] = 0x99b8, [0x541f] = 0x99b9, + [0x5420] = 0x99ba, [0x5421] = 0x99bb, [0x5422] = 0x99bc, [0x5423] = 0x99bd, + [0x5424] = 0x99be, [0x5425] = 0x99bf, [0x5426] = 0x99c0, [0x5427] = 0x99c1, + [0x5428] = 0x99c2, [0x5429] = 0x99c3, [0x542a] = 0x99c4, [0x542b] = 0x99c5, + [0x542c] = 0x99c6, [0x542d] = 0x99c7, [0x542e] = 0x99c8, [0x542f] = 0x99c9, + [0x5430] = 0x99ca, [0x5431] = 0x99cb, [0x5432] = 0x99cc, [0x5433] = 0x99cd, + [0x5434] = 0x99ce, [0x5435] = 0x99cf, [0x5436] = 0x99d0, [0x5437] = 0x99d1, + [0x5438] = 0x99d2, [0x5439] = 0x99d3, [0x543a] = 0x99d4, [0x543b] = 0x99d5, + [0x543c] = 0x99d6, [0x543d] = 0x99d7, [0x543e] = 0x99d8, [0x5440] = 0x99d9, + [0x5441] = 0x99da, [0x5442] = 0x99db, [0x5443] = 0x99dc, [0x5444] = 0x99dd, + [0x5445] = 0x99de, [0x5446] = 0x99df, [0x5447] = 0x99e0, [0x5448] = 0x99e1, + [0x5449] = 0x99e2, [0x544a] = 0x99e3, [0x544b] = 0x99e4, [0x544c] = 0x99e5, + [0x544d] = 0x99e6, [0x544e] = 0x99e7, [0x544f] = 0x99e8, [0x5450] = 0x99e9, + [0x5451] = 0x99ea, [0x5452] = 0x99eb, [0x5453] = 0x99ec, [0x5454] = 0x99ed, + [0x5455] = 0x99ee, [0x5456] = 0x99ef, [0x5457] = 0x99f0, [0x5458] = 0x99f1, + [0x5459] = 0x99f2, [0x545a] = 0x99f3, [0x545b] = 0x99f4, [0x545c] = 0x99f5, + [0x545d] = 0x99f6, [0x545e] = 0x99f7, [0x545f] = 0x99f8, [0x5460] = 0x99f9, + [0x5461] = 0x761b, [0x5462] = 0x763c, [0x5463] = 0x7622, [0x5464] = 0x7620, + [0x5465] = 0x7640, [0x5466] = 0x762d, [0x5467] = 0x7630, [0x5468] = 0x763f, + [0x5469] = 0x7635, [0x546a] = 0x7643, [0x546b] = 0x763e, [0x546c] = 0x7633, + [0x546d] = 0x764d, [0x546e] = 0x765e, [0x546f] = 0x7654, [0x5470] = 0x765c, + [0x5471] = 0x7656, [0x5472] = 0x766b, [0x5473] = 0x766f, [0x5474] = 0x7fca, + [0x5475] = 0x7ae6, [0x5476] = 0x7a78, [0x5477] = 0x7a79, [0x5478] = 0x7a80, + [0x5479] = 0x7a86, [0x547a] = 0x7a88, [0x547b] = 0x7a95, [0x547c] = 0x7aa6, + [0x547d] = 0x7aa0, [0x547e] = 0x7aac, [0x547f] = 0x7aa8, [0x5480] = 0x7aad, + [0x5481] = 0x7ab3, [0x5482] = 0x8864, [0x5483] = 0x8869, [0x5484] = 0x8872, + [0x5485] = 0x887d, [0x5486] = 0x887f, [0x5487] = 0x8882, [0x5488] = 0x88a2, + [0x5489] = 0x88c6, [0x548a] = 0x88b7, [0x548b] = 0x88bc, [0x548c] = 0x88c9, + [0x548d] = 0x88e2, [0x548e] = 0x88ce, [0x548f] = 0x88e3, [0x5490] = 0x88e5, + [0x5491] = 0x88f1, [0x5492] = 0x891a, [0x5493] = 0x88fc, [0x5494] = 0x88e8, + [0x5495] = 0x88fe, [0x5496] = 0x88f0, [0x5497] = 0x8921, [0x5498] = 0x8919, + [0x5499] = 0x8913, [0x549a] = 0x891b, [0x549b] = 0x890a, [0x549c] = 0x8934, + [0x549d] = 0x892b, [0x549e] = 0x8936, [0x549f] = 0x8941, [0x54a0] = 0x8966, + [0x54a1] = 0x897b, [0x54a2] = 0x758b, [0x54a3] = 0x80e5, [0x54a4] = 0x76b2, + [0x54a5] = 0x76b4, [0x54a6] = 0x77dc, [0x54a7] = 0x8012, [0x54a8] = 0x8014, + [0x54a9] = 0x8016, [0x54aa] = 0x801c, [0x54ab] = 0x8020, [0x54ac] = 0x8022, + [0x54ad] = 0x8025, [0x54ae] = 0x8026, [0x54af] = 0x8027, [0x54b0] = 0x8029, + [0x54b1] = 0x8028, [0x54b2] = 0x8031, [0x54b3] = 0x800b, [0x54b4] = 0x8035, + [0x54b5] = 0x8043, [0x54b6] = 0x8046, [0x54b7] = 0x804d, [0x54b8] = 0x8052, + [0x54b9] = 0x8069, [0x54ba] = 0x8071, [0x54bb] = 0x8983, [0x54bc] = 0x9878, + [0x54bd] = 0x9880, [0x54be] = 0x9883, [0x54c0] = 0x99fa, [0x54c1] = 0x99fb, + [0x54c2] = 0x99fc, [0x54c3] = 0x99fd, [0x54c4] = 0x99fe, [0x54c5] = 0x99ff, + [0x54c6] = 0x9a00, [0x54c7] = 0x9a01, [0x54c8] = 0x9a02, [0x54c9] = 0x9a03, + [0x54ca] = 0x9a04, [0x54cb] = 0x9a05, [0x54cc] = 0x9a06, [0x54cd] = 0x9a07, + [0x54ce] = 0x9a08, [0x54cf] = 0x9a09, [0x54d0] = 0x9a0a, [0x54d1] = 0x9a0b, + [0x54d2] = 0x9a0c, [0x54d3] = 0x9a0d, [0x54d4] = 0x9a0e, [0x54d5] = 0x9a0f, + [0x54d6] = 0x9a10, [0x54d7] = 0x9a11, [0x54d8] = 0x9a12, [0x54d9] = 0x9a13, + [0x54da] = 0x9a14, [0x54db] = 0x9a15, [0x54dc] = 0x9a16, [0x54dd] = 0x9a17, + [0x54de] = 0x9a18, [0x54df] = 0x9a19, [0x54e0] = 0x9a1a, [0x54e1] = 0x9a1b, + [0x54e2] = 0x9a1c, [0x54e3] = 0x9a1d, [0x54e4] = 0x9a1e, [0x54e5] = 0x9a1f, + [0x54e6] = 0x9a20, [0x54e7] = 0x9a21, [0x54e8] = 0x9a22, [0x54e9] = 0x9a23, + [0x54ea] = 0x9a24, [0x54eb] = 0x9a25, [0x54ec] = 0x9a26, [0x54ed] = 0x9a27, + [0x54ee] = 0x9a28, [0x54ef] = 0x9a29, [0x54f0] = 0x9a2a, [0x54f1] = 0x9a2b, + [0x54f2] = 0x9a2c, [0x54f3] = 0x9a2d, [0x54f4] = 0x9a2e, [0x54f5] = 0x9a2f, + [0x54f6] = 0x9a30, [0x54f7] = 0x9a31, [0x54f8] = 0x9a32, [0x54f9] = 0x9a33, + [0x54fa] = 0x9a34, [0x54fb] = 0x9a35, [0x54fc] = 0x9a36, [0x54fd] = 0x9a37, + [0x54fe] = 0x9a38, [0x5500] = 0x9a39, [0x5501] = 0x9a3a, [0x5502] = 0x9a3b, + [0x5503] = 0x9a3c, [0x5504] = 0x9a3d, [0x5505] = 0x9a3e, [0x5506] = 0x9a3f, + [0x5507] = 0x9a40, [0x5508] = 0x9a41, [0x5509] = 0x9a42, [0x550a] = 0x9a43, + [0x550b] = 0x9a44, [0x550c] = 0x9a45, [0x550d] = 0x9a46, [0x550e] = 0x9a47, + [0x550f] = 0x9a48, [0x5510] = 0x9a49, [0x5511] = 0x9a4a, [0x5512] = 0x9a4b, + [0x5513] = 0x9a4c, [0x5514] = 0x9a4d, [0x5515] = 0x9a4e, [0x5516] = 0x9a4f, + [0x5517] = 0x9a50, [0x5518] = 0x9a51, [0x5519] = 0x9a52, [0x551a] = 0x9a53, + [0x551b] = 0x9a54, [0x551c] = 0x9a55, [0x551d] = 0x9a56, [0x551e] = 0x9a57, + [0x551f] = 0x9a58, [0x5520] = 0x9a59, [0x5521] = 0x9889, [0x5522] = 0x988c, + [0x5523] = 0x988d, [0x5524] = 0x988f, [0x5525] = 0x9894, [0x5526] = 0x989a, + [0x5527] = 0x989b, [0x5528] = 0x989e, [0x5529] = 0x989f, [0x552a] = 0x98a1, + [0x552b] = 0x98a2, [0x552c] = 0x98a5, [0x552d] = 0x98a6, [0x552e] = 0x864d, + [0x552f] = 0x8654, [0x5530] = 0x866c, [0x5531] = 0x866e, [0x5532] = 0x867f, + [0x5533] = 0x867a, [0x5534] = 0x867c, [0x5535] = 0x867b, [0x5536] = 0x86a8, + [0x5537] = 0x868d, [0x5538] = 0x868b, [0x5539] = 0x86ac, [0x553a] = 0x869d, + [0x553b] = 0x86a7, [0x553c] = 0x86a3, [0x553d] = 0x86aa, [0x553e] = 0x8693, + [0x553f] = 0x86a9, [0x5540] = 0x86b6, [0x5541] = 0x86c4, [0x5542] = 0x86b5, + [0x5543] = 0x86ce, [0x5544] = 0x86b0, [0x5545] = 0x86ba, [0x5546] = 0x86b1, + [0x5547] = 0x86af, [0x5548] = 0x86c9, [0x5549] = 0x86cf, [0x554a] = 0x86b4, + [0x554b] = 0x86e9, [0x554c] = 0x86f1, [0x554d] = 0x86f2, [0x554e] = 0x86ed, + [0x554f] = 0x86f3, [0x5550] = 0x86d0, [0x5551] = 0x8713, [0x5552] = 0x86de, + [0x5553] = 0x86f4, [0x5554] = 0x86df, [0x5555] = 0x86d8, [0x5556] = 0x86d1, + [0x5557] = 0x8703, [0x5558] = 0x8707, [0x5559] = 0x86f8, [0x555a] = 0x8708, + [0x555b] = 0x870a, [0x555c] = 0x870d, [0x555d] = 0x8709, [0x555e] = 0x8723, + [0x555f] = 0x873b, [0x5560] = 0x871e, [0x5561] = 0x8725, [0x5562] = 0x872e, + [0x5563] = 0x871a, [0x5564] = 0x873e, [0x5565] = 0x8748, [0x5566] = 0x8734, + [0x5567] = 0x8731, [0x5568] = 0x8729, [0x5569] = 0x8737, [0x556a] = 0x873f, + [0x556b] = 0x8782, [0x556c] = 0x8722, [0x556d] = 0x877d, [0x556e] = 0x877e, + [0x556f] = 0x877b, [0x5570] = 0x8760, [0x5571] = 0x8770, [0x5572] = 0x874c, + [0x5573] = 0x876e, [0x5574] = 0x878b, [0x5575] = 0x8753, [0x5576] = 0x8763, + [0x5577] = 0x877c, [0x5578] = 0x8764, [0x5579] = 0x8759, [0x557a] = 0x8765, + [0x557b] = 0x8793, [0x557c] = 0x87af, [0x557d] = 0x87a8, [0x557e] = 0x87d2, + [0x5580] = 0x9a5a, [0x5581] = 0x9a5b, [0x5582] = 0x9a5c, [0x5583] = 0x9a5d, + [0x5584] = 0x9a5e, [0x5585] = 0x9a5f, [0x5586] = 0x9a60, [0x5587] = 0x9a61, + [0x5588] = 0x9a62, [0x5589] = 0x9a63, [0x558a] = 0x9a64, [0x558b] = 0x9a65, + [0x558c] = 0x9a66, [0x558d] = 0x9a67, [0x558e] = 0x9a68, [0x558f] = 0x9a69, + [0x5590] = 0x9a6a, [0x5591] = 0x9a6b, [0x5592] = 0x9a72, [0x5593] = 0x9a83, + [0x5594] = 0x9a89, [0x5595] = 0x9a8d, [0x5596] = 0x9a8e, [0x5597] = 0x9a94, + [0x5598] = 0x9a95, [0x5599] = 0x9a99, [0x559a] = 0x9aa6, [0x559b] = 0x9aa9, + [0x559c] = 0x9aaa, [0x559d] = 0x9aab, [0x559e] = 0x9aac, [0x559f] = 0x9aad, + [0x55a0] = 0x9aae, [0x55a1] = 0x9aaf, [0x55a2] = 0x9ab2, [0x55a3] = 0x9ab3, + [0x55a4] = 0x9ab4, [0x55a5] = 0x9ab5, [0x55a6] = 0x9ab9, [0x55a7] = 0x9abb, + [0x55a8] = 0x9abd, [0x55a9] = 0x9abe, [0x55aa] = 0x9abf, [0x55ab] = 0x9ac3, + [0x55ac] = 0x9ac4, [0x55ad] = 0x9ac6, [0x55ae] = 0x9ac7, [0x55af] = 0x9ac8, + [0x55b0] = 0x9ac9, [0x55b1] = 0x9aca, [0x55b2] = 0x9acd, [0x55b3] = 0x9ace, + [0x55b4] = 0x9acf, [0x55b5] = 0x9ad0, [0x55b6] = 0x9ad2, [0x55b7] = 0x9ad4, + [0x55b8] = 0x9ad5, [0x55b9] = 0x9ad6, [0x55ba] = 0x9ad7, [0x55bb] = 0x9ad9, + [0x55bc] = 0x9ada, [0x55bd] = 0x9adb, [0x55be] = 0x9adc, [0x55c0] = 0x9add, + [0x55c1] = 0x9ade, [0x55c2] = 0x9ae0, [0x55c3] = 0x9ae2, [0x55c4] = 0x9ae3, + [0x55c5] = 0x9ae4, [0x55c6] = 0x9ae5, [0x55c7] = 0x9ae7, [0x55c8] = 0x9ae8, + [0x55c9] = 0x9ae9, [0x55ca] = 0x9aea, [0x55cb] = 0x9aec, [0x55cc] = 0x9aee, + [0x55cd] = 0x9af0, [0x55ce] = 0x9af1, [0x55cf] = 0x9af2, [0x55d0] = 0x9af3, + [0x55d1] = 0x9af4, [0x55d2] = 0x9af5, [0x55d3] = 0x9af6, [0x55d4] = 0x9af7, + [0x55d5] = 0x9af8, [0x55d6] = 0x9afa, [0x55d7] = 0x9afc, [0x55d8] = 0x9afd, + [0x55d9] = 0x9afe, [0x55da] = 0x9aff, [0x55db] = 0x9b00, [0x55dc] = 0x9b01, + [0x55dd] = 0x9b02, [0x55de] = 0x9b04, [0x55df] = 0x9b05, [0x55e0] = 0x9b06, + [0x55e1] = 0x87c6, [0x55e2] = 0x8788, [0x55e3] = 0x8785, [0x55e4] = 0x87ad, + [0x55e5] = 0x8797, [0x55e6] = 0x8783, [0x55e7] = 0x87ab, [0x55e8] = 0x87e5, + [0x55e9] = 0x87ac, [0x55ea] = 0x87b5, [0x55eb] = 0x87b3, [0x55ec] = 0x87cb, + [0x55ed] = 0x87d3, [0x55ee] = 0x87bd, [0x55ef] = 0x87d1, [0x55f0] = 0x87c0, + [0x55f1] = 0x87ca, [0x55f2] = 0x87db, [0x55f3] = 0x87ea, [0x55f4] = 0x87e0, + [0x55f5] = 0x87ee, [0x55f6] = 0x8816, [0x55f7] = 0x8813, [0x55f8] = 0x87fe, + [0x55f9] = 0x880a, [0x55fa] = 0x881b, [0x55fb] = 0x8821, [0x55fc] = 0x8839, + [0x55fd] = 0x883c, [0x55fe] = 0x7f36, [0x55ff] = 0x7f42, [0x5600] = 0x7f44, + [0x5601] = 0x7f45, [0x5602] = 0x8210, [0x5603] = 0x7afa, [0x5604] = 0x7afd, + [0x5605] = 0x7b08, [0x5606] = 0x7b03, [0x5607] = 0x7b04, [0x5608] = 0x7b15, + [0x5609] = 0x7b0a, [0x560a] = 0x7b2b, [0x560b] = 0x7b0f, [0x560c] = 0x7b47, + [0x560d] = 0x7b38, [0x560e] = 0x7b2a, [0x560f] = 0x7b19, [0x5610] = 0x7b2e, + [0x5611] = 0x7b31, [0x5612] = 0x7b20, [0x5613] = 0x7b25, [0x5614] = 0x7b24, + [0x5615] = 0x7b33, [0x5616] = 0x7b3e, [0x5617] = 0x7b1e, [0x5618] = 0x7b58, + [0x5619] = 0x7b5a, [0x561a] = 0x7b45, [0x561b] = 0x7b75, [0x561c] = 0x7b4c, + [0x561d] = 0x7b5d, [0x561e] = 0x7b60, [0x561f] = 0x7b6e, [0x5620] = 0x7b7b, + [0x5621] = 0x7b62, [0x5622] = 0x7b72, [0x5623] = 0x7b71, [0x5624] = 0x7b90, + [0x5625] = 0x7ba6, [0x5626] = 0x7ba7, [0x5627] = 0x7bb8, [0x5628] = 0x7bac, + [0x5629] = 0x7b9d, [0x562a] = 0x7ba8, [0x562b] = 0x7b85, [0x562c] = 0x7baa, + [0x562d] = 0x7b9c, [0x562e] = 0x7ba2, [0x562f] = 0x7bab, [0x5630] = 0x7bb4, + [0x5631] = 0x7bd1, [0x5632] = 0x7bc1, [0x5633] = 0x7bcc, [0x5634] = 0x7bdd, + [0x5635] = 0x7bda, [0x5636] = 0x7be5, [0x5637] = 0x7be6, [0x5638] = 0x7bea, + [0x5639] = 0x7c0c, [0x563a] = 0x7bfe, [0x563b] = 0x7bfc, [0x563c] = 0x7c0f, + [0x563d] = 0x7c16, [0x563e] = 0x7c0b, [0x5640] = 0x9b07, [0x5641] = 0x9b09, + [0x5642] = 0x9b0a, [0x5643] = 0x9b0b, [0x5644] = 0x9b0c, [0x5645] = 0x9b0d, + [0x5646] = 0x9b0e, [0x5647] = 0x9b10, [0x5648] = 0x9b11, [0x5649] = 0x9b12, + [0x564a] = 0x9b14, [0x564b] = 0x9b15, [0x564c] = 0x9b16, [0x564d] = 0x9b17, + [0x564e] = 0x9b18, [0x564f] = 0x9b19, [0x5650] = 0x9b1a, [0x5651] = 0x9b1b, + [0x5652] = 0x9b1c, [0x5653] = 0x9b1d, [0x5654] = 0x9b1e, [0x5655] = 0x9b20, + [0x5656] = 0x9b21, [0x5657] = 0x9b22, [0x5658] = 0x9b24, [0x5659] = 0x9b25, + [0x565a] = 0x9b26, [0x565b] = 0x9b27, [0x565c] = 0x9b28, [0x565d] = 0x9b29, + [0x565e] = 0x9b2a, [0x565f] = 0x9b2b, [0x5660] = 0x9b2c, [0x5661] = 0x9b2d, + [0x5662] = 0x9b2e, [0x5663] = 0x9b30, [0x5664] = 0x9b31, [0x5665] = 0x9b33, + [0x5666] = 0x9b34, [0x5667] = 0x9b35, [0x5668] = 0x9b36, [0x5669] = 0x9b37, + [0x566a] = 0x9b38, [0x566b] = 0x9b39, [0x566c] = 0x9b3a, [0x566d] = 0x9b3d, + [0x566e] = 0x9b3e, [0x566f] = 0x9b3f, [0x5670] = 0x9b40, [0x5671] = 0x9b46, + [0x5672] = 0x9b4a, [0x5673] = 0x9b4b, [0x5674] = 0x9b4c, [0x5675] = 0x9b4e, + [0x5676] = 0x9b50, [0x5677] = 0x9b52, [0x5678] = 0x9b53, [0x5679] = 0x9b55, + [0x567a] = 0x9b56, [0x567b] = 0x9b57, [0x567c] = 0x9b58, [0x567d] = 0x9b59, + [0x567e] = 0x9b5a, [0x5680] = 0x9b5b, [0x5681] = 0x9b5c, [0x5682] = 0x9b5d, + [0x5683] = 0x9b5e, [0x5684] = 0x9b5f, [0x5685] = 0x9b60, [0x5686] = 0x9b61, + [0x5687] = 0x9b62, [0x5688] = 0x9b63, [0x5689] = 0x9b64, [0x568a] = 0x9b65, + [0x568b] = 0x9b66, [0x568c] = 0x9b67, [0x568d] = 0x9b68, [0x568e] = 0x9b69, + [0x568f] = 0x9b6a, [0x5690] = 0x9b6b, [0x5691] = 0x9b6c, [0x5692] = 0x9b6d, + [0x5693] = 0x9b6e, [0x5694] = 0x9b6f, [0x5695] = 0x9b70, [0x5696] = 0x9b71, + [0x5697] = 0x9b72, [0x5698] = 0x9b73, [0x5699] = 0x9b74, [0x569a] = 0x9b75, + [0x569b] = 0x9b76, [0x569c] = 0x9b77, [0x569d] = 0x9b78, [0x569e] = 0x9b79, + [0x569f] = 0x9b7a, [0x56a0] = 0x9b7b, [0x56a1] = 0x7c1f, [0x56a2] = 0x7c2a, + [0x56a3] = 0x7c26, [0x56a4] = 0x7c38, [0x56a5] = 0x7c41, [0x56a6] = 0x7c40, + [0x56a7] = 0x81fe, [0x56a8] = 0x8201, [0x56a9] = 0x8202, [0x56aa] = 0x8204, + [0x56ab] = 0x81ec, [0x56ac] = 0x8844, [0x56ad] = 0x8221, [0x56ae] = 0x8222, + [0x56af] = 0x8223, [0x56b0] = 0x822d, [0x56b1] = 0x822f, [0x56b2] = 0x8228, + [0x56b3] = 0x822b, [0x56b4] = 0x8238, [0x56b5] = 0x823b, [0x56b6] = 0x8233, + [0x56b7] = 0x8234, [0x56b8] = 0x823e, [0x56b9] = 0x8244, [0x56ba] = 0x8249, + [0x56bb] = 0x824b, [0x56bc] = 0x824f, [0x56bd] = 0x825a, [0x56be] = 0x825f, + [0x56bf] = 0x8268, [0x56c0] = 0x887e, [0x56c1] = 0x8885, [0x56c2] = 0x8888, + [0x56c3] = 0x88d8, [0x56c4] = 0x88df, [0x56c5] = 0x895e, [0x56c6] = 0x7f9d, + [0x56c7] = 0x7f9f, [0x56c8] = 0x7fa7, [0x56c9] = 0x7faf, [0x56ca] = 0x7fb0, + [0x56cb] = 0x7fb2, [0x56cc] = 0x7c7c, [0x56cd] = 0x6549, [0x56ce] = 0x7c91, + [0x56cf] = 0x7c9d, [0x56d0] = 0x7c9c, [0x56d1] = 0x7c9e, [0x56d2] = 0x7ca2, + [0x56d3] = 0x7cb2, [0x56d4] = 0x7cbc, [0x56d5] = 0x7cbd, [0x56d6] = 0x7cc1, + [0x56d7] = 0x7cc7, [0x56d8] = 0x7ccc, [0x56d9] = 0x7ccd, [0x56da] = 0x7cc8, + [0x56db] = 0x7cc5, [0x56dc] = 0x7cd7, [0x56dd] = 0x7ce8, [0x56de] = 0x826e, + [0x56df] = 0x66a8, [0x56e0] = 0x7fbf, [0x56e1] = 0x7fce, [0x56e2] = 0x7fd5, + [0x56e3] = 0x7fe5, [0x56e4] = 0x7fe1, [0x56e5] = 0x7fe6, [0x56e6] = 0x7fe9, + [0x56e7] = 0x7fee, [0x56e8] = 0x7ff3, [0x56e9] = 0x7cf8, [0x56ea] = 0x7d77, + [0x56eb] = 0x7da6, [0x56ec] = 0x7dae, [0x56ed] = 0x7e47, [0x56ee] = 0x7e9b, + [0x56ef] = 0x9eb8, [0x56f0] = 0x9eb4, [0x56f1] = 0x8d73, [0x56f2] = 0x8d84, + [0x56f3] = 0x8d94, [0x56f4] = 0x8d91, [0x56f5] = 0x8db1, [0x56f6] = 0x8d67, + [0x56f7] = 0x8d6d, [0x56f8] = 0x8c47, [0x56f9] = 0x8c49, [0x56fa] = 0x914a, + [0x56fb] = 0x9150, [0x56fc] = 0x914e, [0x56fd] = 0x914f, [0x56fe] = 0x9164, + [0x5700] = 0x9b7c, [0x5701] = 0x9b7d, [0x5702] = 0x9b7e, [0x5703] = 0x9b7f, + [0x5704] = 0x9b80, [0x5705] = 0x9b81, [0x5706] = 0x9b82, [0x5707] = 0x9b83, + [0x5708] = 0x9b84, [0x5709] = 0x9b85, [0x570a] = 0x9b86, [0x570b] = 0x9b87, + [0x570c] = 0x9b88, [0x570d] = 0x9b89, [0x570e] = 0x9b8a, [0x570f] = 0x9b8b, + [0x5710] = 0x9b8c, [0x5711] = 0x9b8d, [0x5712] = 0x9b8e, [0x5713] = 0x9b8f, + [0x5714] = 0x9b90, [0x5715] = 0x9b91, [0x5716] = 0x9b92, [0x5717] = 0x9b93, + [0x5718] = 0x9b94, [0x5719] = 0x9b95, [0x571a] = 0x9b96, [0x571b] = 0x9b97, + [0x571c] = 0x9b98, [0x571d] = 0x9b99, [0x571e] = 0x9b9a, [0x571f] = 0x9b9b, + [0x5720] = 0x9b9c, [0x5721] = 0x9b9d, [0x5722] = 0x9b9e, [0x5723] = 0x9b9f, + [0x5724] = 0x9ba0, [0x5725] = 0x9ba1, [0x5726] = 0x9ba2, [0x5727] = 0x9ba3, + [0x5728] = 0x9ba4, [0x5729] = 0x9ba5, [0x572a] = 0x9ba6, [0x572b] = 0x9ba7, + [0x572c] = 0x9ba8, [0x572d] = 0x9ba9, [0x572e] = 0x9baa, [0x572f] = 0x9bab, + [0x5730] = 0x9bac, [0x5731] = 0x9bad, [0x5732] = 0x9bae, [0x5733] = 0x9baf, + [0x5734] = 0x9bb0, [0x5735] = 0x9bb1, [0x5736] = 0x9bb2, [0x5737] = 0x9bb3, + [0x5738] = 0x9bb4, [0x5739] = 0x9bb5, [0x573a] = 0x9bb6, [0x573b] = 0x9bb7, + [0x573c] = 0x9bb8, [0x573d] = 0x9bb9, [0x573e] = 0x9bba, [0x5740] = 0x9bbb, + [0x5741] = 0x9bbc, [0x5742] = 0x9bbd, [0x5743] = 0x9bbe, [0x5744] = 0x9bbf, + [0x5745] = 0x9bc0, [0x5746] = 0x9bc1, [0x5747] = 0x9bc2, [0x5748] = 0x9bc3, + [0x5749] = 0x9bc4, [0x574a] = 0x9bc5, [0x574b] = 0x9bc6, [0x574c] = 0x9bc7, + [0x574d] = 0x9bc8, [0x574e] = 0x9bc9, [0x574f] = 0x9bca, [0x5750] = 0x9bcb, + [0x5751] = 0x9bcc, [0x5752] = 0x9bcd, [0x5753] = 0x9bce, [0x5754] = 0x9bcf, + [0x5755] = 0x9bd0, [0x5756] = 0x9bd1, [0x5757] = 0x9bd2, [0x5758] = 0x9bd3, + [0x5759] = 0x9bd4, [0x575a] = 0x9bd5, [0x575b] = 0x9bd6, [0x575c] = 0x9bd7, + [0x575d] = 0x9bd8, [0x575e] = 0x9bd9, [0x575f] = 0x9bda, [0x5760] = 0x9bdb, + [0x5761] = 0x9162, [0x5762] = 0x9161, [0x5763] = 0x9170, [0x5764] = 0x9169, + [0x5765] = 0x916f, [0x5766] = 0x917d, [0x5767] = 0x917e, [0x5768] = 0x9172, + [0x5769] = 0x9174, [0x576a] = 0x9179, [0x576b] = 0x918c, [0x576c] = 0x9185, + [0x576d] = 0x9190, [0x576e] = 0x918d, [0x576f] = 0x9191, [0x5770] = 0x91a2, + [0x5771] = 0x91a3, [0x5772] = 0x91aa, [0x5773] = 0x91ad, [0x5774] = 0x91ae, + [0x5775] = 0x91af, [0x5776] = 0x91b5, [0x5777] = 0x91b4, [0x5778] = 0x91ba, + [0x5779] = 0x8c55, [0x577a] = 0x9e7e, [0x577b] = 0x8db8, [0x577c] = 0x8deb, + [0x577d] = 0x8e05, [0x577e] = 0x8e59, [0x577f] = 0x8e69, [0x5780] = 0x8db5, + [0x5781] = 0x8dbf, [0x5782] = 0x8dbc, [0x5783] = 0x8dba, [0x5784] = 0x8dc4, + [0x5785] = 0x8dd6, [0x5786] = 0x8dd7, [0x5787] = 0x8dda, [0x5788] = 0x8dde, + [0x5789] = 0x8dce, [0x578a] = 0x8dcf, [0x578b] = 0x8ddb, [0x578c] = 0x8dc6, + [0x578d] = 0x8dec, [0x578e] = 0x8df7, [0x578f] = 0x8df8, [0x5790] = 0x8de3, + [0x5791] = 0x8df9, [0x5792] = 0x8dfb, [0x5793] = 0x8de4, [0x5794] = 0x8e09, + [0x5795] = 0x8dfd, [0x5796] = 0x8e14, [0x5797] = 0x8e1d, [0x5798] = 0x8e1f, + [0x5799] = 0x8e2c, [0x579a] = 0x8e2e, [0x579b] = 0x8e23, [0x579c] = 0x8e2f, + [0x579d] = 0x8e3a, [0x579e] = 0x8e40, [0x579f] = 0x8e39, [0x57a0] = 0x8e35, + [0x57a1] = 0x8e3d, [0x57a2] = 0x8e31, [0x57a3] = 0x8e49, [0x57a4] = 0x8e41, + [0x57a5] = 0x8e42, [0x57a6] = 0x8e51, [0x57a7] = 0x8e52, [0x57a8] = 0x8e4a, + [0x57a9] = 0x8e70, [0x57aa] = 0x8e76, [0x57ab] = 0x8e7c, [0x57ac] = 0x8e6f, + [0x57ad] = 0x8e74, [0x57ae] = 0x8e85, [0x57af] = 0x8e8f, [0x57b0] = 0x8e94, + [0x57b1] = 0x8e90, [0x57b2] = 0x8e9c, [0x57b3] = 0x8e9e, [0x57b4] = 0x8c78, + [0x57b5] = 0x8c82, [0x57b6] = 0x8c8a, [0x57b7] = 0x8c85, [0x57b8] = 0x8c98, + [0x57b9] = 0x8c94, [0x57ba] = 0x659b, [0x57bb] = 0x89d6, [0x57bc] = 0x89de, + [0x57bd] = 0x89da, [0x57be] = 0x89dc, [0x57c0] = 0x9bdc, [0x57c1] = 0x9bdd, + [0x57c2] = 0x9bde, [0x57c3] = 0x9bdf, [0x57c4] = 0x9be0, [0x57c5] = 0x9be1, + [0x57c6] = 0x9be2, [0x57c7] = 0x9be3, [0x57c8] = 0x9be4, [0x57c9] = 0x9be5, + [0x57ca] = 0x9be6, [0x57cb] = 0x9be7, [0x57cc] = 0x9be8, [0x57cd] = 0x9be9, + [0x57ce] = 0x9bea, [0x57cf] = 0x9beb, [0x57d0] = 0x9bec, [0x57d1] = 0x9bed, + [0x57d2] = 0x9bee, [0x57d3] = 0x9bef, [0x57d4] = 0x9bf0, [0x57d5] = 0x9bf1, + [0x57d6] = 0x9bf2, [0x57d7] = 0x9bf3, [0x57d8] = 0x9bf4, [0x57d9] = 0x9bf5, + [0x57da] = 0x9bf6, [0x57db] = 0x9bf7, [0x57dc] = 0x9bf8, [0x57dd] = 0x9bf9, + [0x57de] = 0x9bfa, [0x57df] = 0x9bfb, [0x57e0] = 0x9bfc, [0x57e1] = 0x9bfd, + [0x57e2] = 0x9bfe, [0x57e3] = 0x9bff, [0x57e4] = 0x9c00, [0x57e5] = 0x9c01, + [0x57e6] = 0x9c02, [0x57e7] = 0x9c03, [0x57e8] = 0x9c04, [0x57e9] = 0x9c05, + [0x57ea] = 0x9c06, [0x57eb] = 0x9c07, [0x57ec] = 0x9c08, [0x57ed] = 0x9c09, + [0x57ee] = 0x9c0a, [0x57ef] = 0x9c0b, [0x57f0] = 0x9c0c, [0x57f1] = 0x9c0d, + [0x57f2] = 0x9c0e, [0x57f3] = 0x9c0f, [0x57f4] = 0x9c10, [0x57f5] = 0x9c11, + [0x57f6] = 0x9c12, [0x57f7] = 0x9c13, [0x57f8] = 0x9c14, [0x57f9] = 0x9c15, + [0x57fa] = 0x9c16, [0x57fb] = 0x9c17, [0x57fc] = 0x9c18, [0x57fd] = 0x9c19, + [0x57fe] = 0x9c1a, [0x5800] = 0x9c1b, [0x5801] = 0x9c1c, [0x5802] = 0x9c1d, + [0x5803] = 0x9c1e, [0x5804] = 0x9c1f, [0x5805] = 0x9c20, [0x5806] = 0x9c21, + [0x5807] = 0x9c22, [0x5808] = 0x9c23, [0x5809] = 0x9c24, [0x580a] = 0x9c25, + [0x580b] = 0x9c26, [0x580c] = 0x9c27, [0x580d] = 0x9c28, [0x580e] = 0x9c29, + [0x580f] = 0x9c2a, [0x5810] = 0x9c2b, [0x5811] = 0x9c2c, [0x5812] = 0x9c2d, + [0x5813] = 0x9c2e, [0x5814] = 0x9c2f, [0x5815] = 0x9c30, [0x5816] = 0x9c31, + [0x5817] = 0x9c32, [0x5818] = 0x9c33, [0x5819] = 0x9c34, [0x581a] = 0x9c35, + [0x581b] = 0x9c36, [0x581c] = 0x9c37, [0x581d] = 0x9c38, [0x581e] = 0x9c39, + [0x581f] = 0x9c3a, [0x5820] = 0x9c3b, [0x5821] = 0x89e5, [0x5822] = 0x89eb, + [0x5823] = 0x89ef, [0x5824] = 0x8a3e, [0x5825] = 0x8b26, [0x5826] = 0x9753, + [0x5827] = 0x96e9, [0x5828] = 0x96f3, [0x5829] = 0x96ef, [0x582a] = 0x9706, + [0x582b] = 0x9701, [0x582c] = 0x9708, [0x582d] = 0x970f, [0x582e] = 0x970e, + [0x582f] = 0x972a, [0x5830] = 0x972d, [0x5831] = 0x9730, [0x5832] = 0x973e, + [0x5833] = 0x9f80, [0x5834] = 0x9f83, [0x5835] = 0x9f85, [0x5836] = 0x9f86, + [0x5837] = 0x9f87, [0x5838] = 0x9f88, [0x5839] = 0x9f89, [0x583a] = 0x9f8a, + [0x583b] = 0x9f8c, [0x583c] = 0x9efe, [0x583d] = 0x9f0b, [0x583e] = 0x9f0d, + [0x583f] = 0x96b9, [0x5840] = 0x96bc, [0x5841] = 0x96bd, [0x5842] = 0x96ce, + [0x5843] = 0x96d2, [0x5844] = 0x77bf, [0x5845] = 0x96e0, [0x5846] = 0x928e, + [0x5847] = 0x92ae, [0x5848] = 0x92c8, [0x5849] = 0x933e, [0x584a] = 0x936a, + [0x584b] = 0x93ca, [0x584c] = 0x938f, [0x584d] = 0x943e, [0x584e] = 0x946b, + [0x584f] = 0x9c7f, [0x5850] = 0x9c82, [0x5851] = 0x9c85, [0x5852] = 0x9c86, + [0x5853] = 0x9c87, [0x5854] = 0x9c88, [0x5855] = 0x7a23, [0x5856] = 0x9c8b, + [0x5857] = 0x9c8e, [0x5858] = 0x9c90, [0x5859] = 0x9c91, [0x585a] = 0x9c92, + [0x585b] = 0x9c94, [0x585c] = 0x9c95, [0x585d] = 0x9c9a, [0x585e] = 0x9c9b, + [0x585f] = 0x9c9e, [0x5860] = 0x9c9f, [0x5861] = 0x9ca0, [0x5862] = 0x9ca1, + [0x5863] = 0x9ca2, [0x5864] = 0x9ca3, [0x5865] = 0x9ca5, [0x5866] = 0x9ca6, + [0x5867] = 0x9ca7, [0x5868] = 0x9ca8, [0x5869] = 0x9ca9, [0x586a] = 0x9cab, + [0x586b] = 0x9cad, [0x586c] = 0x9cae, [0x586d] = 0x9cb0, [0x586e] = 0x9cb1, + [0x586f] = 0x9cb2, [0x5870] = 0x9cb3, [0x5871] = 0x9cb4, [0x5872] = 0x9cb5, + [0x5873] = 0x9cb6, [0x5874] = 0x9cb7, [0x5875] = 0x9cba, [0x5876] = 0x9cbb, + [0x5877] = 0x9cbc, [0x5878] = 0x9cbd, [0x5879] = 0x9cc4, [0x587a] = 0x9cc5, + [0x587b] = 0x9cc6, [0x587c] = 0x9cc7, [0x587d] = 0x9cca, [0x587e] = 0x9ccb, + [0x5880] = 0x9c3c, [0x5881] = 0x9c3d, [0x5882] = 0x9c3e, [0x5883] = 0x9c3f, + [0x5884] = 0x9c40, [0x5885] = 0x9c41, [0x5886] = 0x9c42, [0x5887] = 0x9c43, + [0x5888] = 0x9c44, [0x5889] = 0x9c45, [0x588a] = 0x9c46, [0x588b] = 0x9c47, + [0x588c] = 0x9c48, [0x588d] = 0x9c49, [0x588e] = 0x9c4a, [0x588f] = 0x9c4b, + [0x5890] = 0x9c4c, [0x5891] = 0x9c4d, [0x5892] = 0x9c4e, [0x5893] = 0x9c4f, + [0x5894] = 0x9c50, [0x5895] = 0x9c51, [0x5896] = 0x9c52, [0x5897] = 0x9c53, + [0x5898] = 0x9c54, [0x5899] = 0x9c55, [0x589a] = 0x9c56, [0x589b] = 0x9c57, + [0x589c] = 0x9c58, [0x589d] = 0x9c59, [0x589e] = 0x9c5a, [0x589f] = 0x9c5b, + [0x58a0] = 0x9c5c, [0x58a1] = 0x9c5d, [0x58a2] = 0x9c5e, [0x58a3] = 0x9c5f, + [0x58a4] = 0x9c60, [0x58a5] = 0x9c61, [0x58a6] = 0x9c62, [0x58a7] = 0x9c63, + [0x58a8] = 0x9c64, [0x58a9] = 0x9c65, [0x58aa] = 0x9c66, [0x58ab] = 0x9c67, + [0x58ac] = 0x9c68, [0x58ad] = 0x9c69, [0x58ae] = 0x9c6a, [0x58af] = 0x9c6b, + [0x58b0] = 0x9c6c, [0x58b1] = 0x9c6d, [0x58b2] = 0x9c6e, [0x58b3] = 0x9c6f, + [0x58b4] = 0x9c70, [0x58b5] = 0x9c71, [0x58b6] = 0x9c72, [0x58b7] = 0x9c73, + [0x58b8] = 0x9c74, [0x58b9] = 0x9c75, [0x58ba] = 0x9c76, [0x58bb] = 0x9c77, + [0x58bc] = 0x9c78, [0x58bd] = 0x9c79, [0x58be] = 0x9c7a, [0x58c0] = 0x9c7b, + [0x58c1] = 0x9c7d, [0x58c2] = 0x9c7e, [0x58c3] = 0x9c80, [0x58c4] = 0x9c83, + [0x58c5] = 0x9c84, [0x58c6] = 0x9c89, [0x58c7] = 0x9c8a, [0x58c8] = 0x9c8c, + [0x58c9] = 0x9c8f, [0x58ca] = 0x9c93, [0x58cb] = 0x9c96, [0x58cc] = 0x9c97, + [0x58cd] = 0x9c98, [0x58ce] = 0x9c99, [0x58cf] = 0x9c9d, [0x58d0] = 0x9caa, + [0x58d1] = 0x9cac, [0x58d2] = 0x9caf, [0x58d3] = 0x9cb9, [0x58d4] = 0x9cbe, + [0x58d5] = 0x9cbf, [0x58d6] = 0x9cc0, [0x58d7] = 0x9cc1, [0x58d8] = 0x9cc2, + [0x58d9] = 0x9cc8, [0x58da] = 0x9cc9, [0x58db] = 0x9cd1, [0x58dc] = 0x9cd2, + [0x58dd] = 0x9cda, [0x58de] = 0x9cdb, [0x58df] = 0x9ce0, [0x58e0] = 0x9ce1, + [0x58e1] = 0x9ccc, [0x58e2] = 0x9ccd, [0x58e3] = 0x9cce, [0x58e4] = 0x9ccf, + [0x58e5] = 0x9cd0, [0x58e6] = 0x9cd3, [0x58e7] = 0x9cd4, [0x58e8] = 0x9cd5, + [0x58e9] = 0x9cd7, [0x58ea] = 0x9cd8, [0x58eb] = 0x9cd9, [0x58ec] = 0x9cdc, + [0x58ed] = 0x9cdd, [0x58ee] = 0x9cdf, [0x58ef] = 0x9ce2, [0x58f0] = 0x977c, + [0x58f1] = 0x9785, [0x58f2] = 0x9791, [0x58f3] = 0x9792, [0x58f4] = 0x9794, + [0x58f5] = 0x97af, [0x58f6] = 0x97ab, [0x58f7] = 0x97a3, [0x58f8] = 0x97b2, + [0x58f9] = 0x97b4, [0x58fa] = 0x9ab1, [0x58fb] = 0x9ab0, [0x58fc] = 0x9ab7, + [0x58fd] = 0x9e58, [0x58fe] = 0x9ab6, [0x58ff] = 0x9aba, [0x5900] = 0x9abc, + [0x5901] = 0x9ac1, [0x5902] = 0x9ac0, [0x5903] = 0x9ac5, [0x5904] = 0x9ac2, + [0x5905] = 0x9acb, [0x5906] = 0x9acc, [0x5907] = 0x9ad1, [0x5908] = 0x9b45, + [0x5909] = 0x9b43, [0x590a] = 0x9b47, [0x590b] = 0x9b49, [0x590c] = 0x9b48, + [0x590d] = 0x9b4d, [0x590e] = 0x9b51, [0x590f] = 0x98e8, [0x5910] = 0x990d, + [0x5911] = 0x992e, [0x5912] = 0x9955, [0x5913] = 0x9954, [0x5914] = 0x9adf, + [0x5915] = 0x9ae1, [0x5916] = 0x9ae6, [0x5917] = 0x9aef, [0x5918] = 0x9aeb, + [0x5919] = 0x9afb, [0x591a] = 0x9aed, [0x591b] = 0x9af9, [0x591c] = 0x9b08, + [0x591d] = 0x9b0f, [0x591e] = 0x9b13, [0x591f] = 0x9b1f, [0x5920] = 0x9b23, + [0x5921] = 0x9ebd, [0x5922] = 0x9ebe, [0x5923] = 0x7e3b, [0x5924] = 0x9e82, + [0x5925] = 0x9e87, [0x5926] = 0x9e88, [0x5927] = 0x9e8b, [0x5928] = 0x9e92, + [0x5929] = 0x93d6, [0x592a] = 0x9e9d, [0x592b] = 0x9e9f, [0x592c] = 0x9edb, + [0x592d] = 0x9edc, [0x592e] = 0x9edd, [0x592f] = 0x9ee0, [0x5930] = 0x9edf, + [0x5931] = 0x9ee2, [0x5932] = 0x9ee9, [0x5933] = 0x9ee7, [0x5934] = 0x9ee5, + [0x5935] = 0x9eea, [0x5936] = 0x9eef, [0x5937] = 0x9f22, [0x5938] = 0x9f2c, + [0x5939] = 0x9f2f, [0x593a] = 0x9f39, [0x593b] = 0x9f37, [0x593c] = 0x9f3d, + [0x593d] = 0x9f3e, [0x593e] = 0x9f44, [0x5940] = 0x9ce3, [0x5941] = 0x9ce4, + [0x5942] = 0x9ce5, [0x5943] = 0x9ce6, [0x5944] = 0x9ce7, [0x5945] = 0x9ce8, + [0x5946] = 0x9ce9, [0x5947] = 0x9cea, [0x5948] = 0x9ceb, [0x5949] = 0x9cec, + [0x594a] = 0x9ced, [0x594b] = 0x9cee, [0x594c] = 0x9cef, [0x594d] = 0x9cf0, + [0x594e] = 0x9cf1, [0x594f] = 0x9cf2, [0x5950] = 0x9cf3, [0x5951] = 0x9cf4, + [0x5952] = 0x9cf5, [0x5953] = 0x9cf6, [0x5954] = 0x9cf7, [0x5955] = 0x9cf8, + [0x5956] = 0x9cf9, [0x5957] = 0x9cfa, [0x5958] = 0x9cfb, [0x5959] = 0x9cfc, + [0x595a] = 0x9cfd, [0x595b] = 0x9cfe, [0x595c] = 0x9cff, [0x595d] = 0x9d00, + [0x595e] = 0x9d01, [0x595f] = 0x9d02, [0x5960] = 0x9d03, [0x5961] = 0x9d04, + [0x5962] = 0x9d05, [0x5963] = 0x9d06, [0x5964] = 0x9d07, [0x5965] = 0x9d08, + [0x5966] = 0x9d09, [0x5967] = 0x9d0a, [0x5968] = 0x9d0b, [0x5969] = 0x9d0c, + [0x596a] = 0x9d0d, [0x596b] = 0x9d0e, [0x596c] = 0x9d0f, [0x596d] = 0x9d10, + [0x596e] = 0x9d11, [0x596f] = 0x9d12, [0x5970] = 0x9d13, [0x5971] = 0x9d14, + [0x5972] = 0x9d15, [0x5973] = 0x9d16, [0x5974] = 0x9d17, [0x5975] = 0x9d18, + [0x5976] = 0x9d19, [0x5977] = 0x9d1a, [0x5978] = 0x9d1b, [0x5979] = 0x9d1c, + [0x597a] = 0x9d1d, [0x597b] = 0x9d1e, [0x597c] = 0x9d1f, [0x597d] = 0x9d20, + [0x597e] = 0x9d21, [0x5980] = 0x9d22, [0x5981] = 0x9d23, [0x5982] = 0x9d24, + [0x5983] = 0x9d25, [0x5984] = 0x9d26, [0x5985] = 0x9d27, [0x5986] = 0x9d28, + [0x5987] = 0x9d29, [0x5988] = 0x9d2a, [0x5989] = 0x9d2b, [0x598a] = 0x9d2c, + [0x598b] = 0x9d2d, [0x598c] = 0x9d2e, [0x598d] = 0x9d2f, [0x598e] = 0x9d30, + [0x598f] = 0x9d31, [0x5990] = 0x9d32, [0x5991] = 0x9d33, [0x5992] = 0x9d34, + [0x5993] = 0x9d35, [0x5994] = 0x9d36, [0x5995] = 0x9d37, [0x5996] = 0x9d38, + [0x5997] = 0x9d39, [0x5998] = 0x9d3a, [0x5999] = 0x9d3b, [0x599a] = 0x9d3c, + [0x599b] = 0x9d3d, [0x599c] = 0x9d3e, [0x599d] = 0x9d3f, [0x599e] = 0x9d40, + [0x599f] = 0x9d41, [0x59a0] = 0x9d42, [0x59a1] = 0xe234, [0x59a2] = 0xe235, + [0x59a3] = 0xe236, [0x59a4] = 0xe237, [0x59a5] = 0xe238, [0x59a6] = 0xe239, + [0x59a7] = 0xe23a, [0x59a8] = 0xe23b, [0x59a9] = 0xe23c, [0x59aa] = 0xe23d, + [0x59ab] = 0xe23e, [0x59ac] = 0xe23f, [0x59ad] = 0xe240, [0x59ae] = 0xe241, + [0x59af] = 0xe242, [0x59b0] = 0xe243, [0x59b1] = 0xe244, [0x59b2] = 0xe245, + [0x59b3] = 0xe246, [0x59b4] = 0xe247, [0x59b5] = 0xe248, [0x59b6] = 0xe249, + [0x59b7] = 0xe24a, [0x59b8] = 0xe24b, [0x59b9] = 0xe24c, [0x59ba] = 0xe24d, + [0x59bb] = 0xe24e, [0x59bc] = 0xe24f, [0x59bd] = 0xe250, [0x59be] = 0xe251, + [0x59bf] = 0xe252, [0x59c0] = 0xe253, [0x59c1] = 0xe254, [0x59c2] = 0xe255, + [0x59c3] = 0xe256, [0x59c4] = 0xe257, [0x59c5] = 0xe258, [0x59c6] = 0xe259, + [0x59c7] = 0xe25a, [0x59c8] = 0xe25b, [0x59c9] = 0xe25c, [0x59ca] = 0xe25d, + [0x59cb] = 0xe25e, [0x59cc] = 0xe25f, [0x59cd] = 0xe260, [0x59ce] = 0xe261, + [0x59cf] = 0xe262, [0x59d0] = 0xe263, [0x59d1] = 0xe264, [0x59d2] = 0xe265, + [0x59d3] = 0xe266, [0x59d4] = 0xe267, [0x59d5] = 0xe268, [0x59d6] = 0xe269, + [0x59d7] = 0xe26a, [0x59d8] = 0xe26b, [0x59d9] = 0xe26c, [0x59da] = 0xe26d, + [0x59db] = 0xe26e, [0x59dc] = 0xe26f, [0x59dd] = 0xe270, [0x59de] = 0xe271, + [0x59df] = 0xe272, [0x59e0] = 0xe273, [0x59e1] = 0xe274, [0x59e2] = 0xe275, + [0x59e3] = 0xe276, [0x59e4] = 0xe277, [0x59e5] = 0xe278, [0x59e6] = 0xe279, + [0x59e7] = 0xe27a, [0x59e8] = 0xe27b, [0x59e9] = 0xe27c, [0x59ea] = 0xe27d, + [0x59eb] = 0xe27e, [0x59ec] = 0xe27f, [0x59ed] = 0xe280, [0x59ee] = 0xe281, + [0x59ef] = 0xe282, [0x59f0] = 0xe283, [0x59f1] = 0xe284, [0x59f2] = 0xe285, + [0x59f3] = 0xe286, [0x59f4] = 0xe287, [0x59f5] = 0xe288, [0x59f6] = 0xe289, + [0x59f7] = 0xe28a, [0x59f8] = 0xe28b, [0x59f9] = 0xe28c, [0x59fa] = 0xe28d, + [0x59fb] = 0xe28e, [0x59fc] = 0xe28f, [0x59fd] = 0xe290, [0x59fe] = 0xe291, + [0x5a00] = 0x9d43, [0x5a01] = 0x9d44, [0x5a02] = 0x9d45, [0x5a03] = 0x9d46, + [0x5a04] = 0x9d47, [0x5a05] = 0x9d48, [0x5a06] = 0x9d49, [0x5a07] = 0x9d4a, + [0x5a08] = 0x9d4b, [0x5a09] = 0x9d4c, [0x5a0a] = 0x9d4d, [0x5a0b] = 0x9d4e, + [0x5a0c] = 0x9d4f, [0x5a0d] = 0x9d50, [0x5a0e] = 0x9d51, [0x5a0f] = 0x9d52, + [0x5a10] = 0x9d53, [0x5a11] = 0x9d54, [0x5a12] = 0x9d55, [0x5a13] = 0x9d56, + [0x5a14] = 0x9d57, [0x5a15] = 0x9d58, [0x5a16] = 0x9d59, [0x5a17] = 0x9d5a, + [0x5a18] = 0x9d5b, [0x5a19] = 0x9d5c, [0x5a1a] = 0x9d5d, [0x5a1b] = 0x9d5e, + [0x5a1c] = 0x9d5f, [0x5a1d] = 0x9d60, [0x5a1e] = 0x9d61, [0x5a1f] = 0x9d62, + [0x5a20] = 0x9d63, [0x5a21] = 0x9d64, [0x5a22] = 0x9d65, [0x5a23] = 0x9d66, + [0x5a24] = 0x9d67, [0x5a25] = 0x9d68, [0x5a26] = 0x9d69, [0x5a27] = 0x9d6a, + [0x5a28] = 0x9d6b, [0x5a29] = 0x9d6c, [0x5a2a] = 0x9d6d, [0x5a2b] = 0x9d6e, + [0x5a2c] = 0x9d6f, [0x5a2d] = 0x9d70, [0x5a2e] = 0x9d71, [0x5a2f] = 0x9d72, + [0x5a30] = 0x9d73, [0x5a31] = 0x9d74, [0x5a32] = 0x9d75, [0x5a33] = 0x9d76, + [0x5a34] = 0x9d77, [0x5a35] = 0x9d78, [0x5a36] = 0x9d79, [0x5a37] = 0x9d7a, + [0x5a38] = 0x9d7b, [0x5a39] = 0x9d7c, [0x5a3a] = 0x9d7d, [0x5a3b] = 0x9d7e, + [0x5a3c] = 0x9d7f, [0x5a3d] = 0x9d80, [0x5a3e] = 0x9d81, [0x5a40] = 0x9d82, + [0x5a41] = 0x9d83, [0x5a42] = 0x9d84, [0x5a43] = 0x9d85, [0x5a44] = 0x9d86, + [0x5a45] = 0x9d87, [0x5a46] = 0x9d88, [0x5a47] = 0x9d89, [0x5a48] = 0x9d8a, + [0x5a49] = 0x9d8b, [0x5a4a] = 0x9d8c, [0x5a4b] = 0x9d8d, [0x5a4c] = 0x9d8e, + [0x5a4d] = 0x9d8f, [0x5a4e] = 0x9d90, [0x5a4f] = 0x9d91, [0x5a50] = 0x9d92, + [0x5a51] = 0x9d93, [0x5a52] = 0x9d94, [0x5a53] = 0x9d95, [0x5a54] = 0x9d96, + [0x5a55] = 0x9d97, [0x5a56] = 0x9d98, [0x5a57] = 0x9d99, [0x5a58] = 0x9d9a, + [0x5a59] = 0x9d9b, [0x5a5a] = 0x9d9c, [0x5a5b] = 0x9d9d, [0x5a5c] = 0x9d9e, + [0x5a5d] = 0x9d9f, [0x5a5e] = 0x9da0, [0x5a5f] = 0x9da1, [0x5a60] = 0x9da2, + [0x5a61] = 0xe292, [0x5a62] = 0xe293, [0x5a63] = 0xe294, [0x5a64] = 0xe295, + [0x5a65] = 0xe296, [0x5a66] = 0xe297, [0x5a67] = 0xe298, [0x5a68] = 0xe299, + [0x5a69] = 0xe29a, [0x5a6a] = 0xe29b, [0x5a6b] = 0xe29c, [0x5a6c] = 0xe29d, + [0x5a6d] = 0xe29e, [0x5a6e] = 0xe29f, [0x5a6f] = 0xe2a0, [0x5a70] = 0xe2a1, + [0x5a71] = 0xe2a2, [0x5a72] = 0xe2a3, [0x5a73] = 0xe2a4, [0x5a74] = 0xe2a5, + [0x5a75] = 0xe2a6, [0x5a76] = 0xe2a7, [0x5a77] = 0xe2a8, [0x5a78] = 0xe2a9, + [0x5a79] = 0xe2aa, [0x5a7a] = 0xe2ab, [0x5a7b] = 0xe2ac, [0x5a7c] = 0xe2ad, + [0x5a7d] = 0xe2ae, [0x5a7e] = 0xe2af, [0x5a7f] = 0xe2b0, [0x5a80] = 0xe2b1, + [0x5a81] = 0xe2b2, [0x5a82] = 0xe2b3, [0x5a83] = 0xe2b4, [0x5a84] = 0xe2b5, + [0x5a85] = 0xe2b6, [0x5a86] = 0xe2b7, [0x5a87] = 0xe2b8, [0x5a88] = 0xe2b9, + [0x5a89] = 0xe2ba, [0x5a8a] = 0xe2bb, [0x5a8b] = 0xe2bc, [0x5a8c] = 0xe2bd, + [0x5a8d] = 0xe2be, [0x5a8e] = 0xe2bf, [0x5a8f] = 0xe2c0, [0x5a90] = 0xe2c1, + [0x5a91] = 0xe2c2, [0x5a92] = 0xe2c3, [0x5a93] = 0xe2c4, [0x5a94] = 0xe2c5, + [0x5a95] = 0xe2c6, [0x5a96] = 0xe2c7, [0x5a97] = 0xe2c8, [0x5a98] = 0xe2c9, + [0x5a99] = 0xe2ca, [0x5a9a] = 0xe2cb, [0x5a9b] = 0xe2cc, [0x5a9c] = 0xe2cd, + [0x5a9d] = 0xe2ce, [0x5a9e] = 0xe2cf, [0x5a9f] = 0xe2d0, [0x5aa0] = 0xe2d1, + [0x5aa1] = 0xe2d2, [0x5aa2] = 0xe2d3, [0x5aa3] = 0xe2d4, [0x5aa4] = 0xe2d5, + [0x5aa5] = 0xe2d6, [0x5aa6] = 0xe2d7, [0x5aa7] = 0xe2d8, [0x5aa8] = 0xe2d9, + [0x5aa9] = 0xe2da, [0x5aaa] = 0xe2db, [0x5aab] = 0xe2dc, [0x5aac] = 0xe2dd, + [0x5aad] = 0xe2de, [0x5aae] = 0xe2df, [0x5aaf] = 0xe2e0, [0x5ab0] = 0xe2e1, + [0x5ab1] = 0xe2e2, [0x5ab2] = 0xe2e3, [0x5ab3] = 0xe2e4, [0x5ab4] = 0xe2e5, + [0x5ab5] = 0xe2e6, [0x5ab6] = 0xe2e7, [0x5ab7] = 0xe2e8, [0x5ab8] = 0xe2e9, + [0x5ab9] = 0xe2ea, [0x5aba] = 0xe2eb, [0x5abb] = 0xe2ec, [0x5abc] = 0xe2ed, + [0x5abd] = 0xe2ee, [0x5abe] = 0xe2ef, [0x5ac0] = 0x9da3, [0x5ac1] = 0x9da4, + [0x5ac2] = 0x9da5, [0x5ac3] = 0x9da6, [0x5ac4] = 0x9da7, [0x5ac5] = 0x9da8, + [0x5ac6] = 0x9da9, [0x5ac7] = 0x9daa, [0x5ac8] = 0x9dab, [0x5ac9] = 0x9dac, + [0x5aca] = 0x9dad, [0x5acb] = 0x9dae, [0x5acc] = 0x9daf, [0x5acd] = 0x9db0, + [0x5ace] = 0x9db1, [0x5acf] = 0x9db2, [0x5ad0] = 0x9db3, [0x5ad1] = 0x9db4, + [0x5ad2] = 0x9db5, [0x5ad3] = 0x9db6, [0x5ad4] = 0x9db7, [0x5ad5] = 0x9db8, + [0x5ad6] = 0x9db9, [0x5ad7] = 0x9dba, [0x5ad8] = 0x9dbb, [0x5ad9] = 0x9dbc, + [0x5ada] = 0x9dbd, [0x5adb] = 0x9dbe, [0x5adc] = 0x9dbf, [0x5add] = 0x9dc0, + [0x5ade] = 0x9dc1, [0x5adf] = 0x9dc2, [0x5ae0] = 0x9dc3, [0x5ae1] = 0x9dc4, + [0x5ae2] = 0x9dc5, [0x5ae3] = 0x9dc6, [0x5ae4] = 0x9dc7, [0x5ae5] = 0x9dc8, + [0x5ae6] = 0x9dc9, [0x5ae7] = 0x9dca, [0x5ae8] = 0x9dcb, [0x5ae9] = 0x9dcc, + [0x5aea] = 0x9dcd, [0x5aeb] = 0x9dce, [0x5aec] = 0x9dcf, [0x5aed] = 0x9dd0, + [0x5aee] = 0x9dd1, [0x5aef] = 0x9dd2, [0x5af0] = 0x9dd3, [0x5af1] = 0x9dd4, + [0x5af2] = 0x9dd5, [0x5af3] = 0x9dd6, [0x5af4] = 0x9dd7, [0x5af5] = 0x9dd8, + [0x5af6] = 0x9dd9, [0x5af7] = 0x9dda, [0x5af8] = 0x9ddb, [0x5af9] = 0x9ddc, + [0x5afa] = 0x9ddd, [0x5afb] = 0x9dde, [0x5afc] = 0x9ddf, [0x5afd] = 0x9de0, + [0x5afe] = 0x9de1, [0x5b00] = 0x9de2, [0x5b01] = 0x9de3, [0x5b02] = 0x9de4, + [0x5b03] = 0x9de5, [0x5b04] = 0x9de6, [0x5b05] = 0x9de7, [0x5b06] = 0x9de8, + [0x5b07] = 0x9de9, [0x5b08] = 0x9dea, [0x5b09] = 0x9deb, [0x5b0a] = 0x9dec, + [0x5b0b] = 0x9ded, [0x5b0c] = 0x9dee, [0x5b0d] = 0x9def, [0x5b0e] = 0x9df0, + [0x5b0f] = 0x9df1, [0x5b10] = 0x9df2, [0x5b11] = 0x9df3, [0x5b12] = 0x9df4, + [0x5b13] = 0x9df5, [0x5b14] = 0x9df6, [0x5b15] = 0x9df7, [0x5b16] = 0x9df8, + [0x5b17] = 0x9df9, [0x5b18] = 0x9dfa, [0x5b19] = 0x9dfb, [0x5b1a] = 0x9dfc, + [0x5b1b] = 0x9dfd, [0x5b1c] = 0x9dfe, [0x5b1d] = 0x9dff, [0x5b1e] = 0x9e00, + [0x5b1f] = 0x9e01, [0x5b20] = 0x9e02, [0x5b21] = 0xe2f0, [0x5b22] = 0xe2f1, + [0x5b23] = 0xe2f2, [0x5b24] = 0xe2f3, [0x5b25] = 0xe2f4, [0x5b26] = 0xe2f5, + [0x5b27] = 0xe2f6, [0x5b28] = 0xe2f7, [0x5b29] = 0xe2f8, [0x5b2a] = 0xe2f9, + [0x5b2b] = 0xe2fa, [0x5b2c] = 0xe2fb, [0x5b2d] = 0xe2fc, [0x5b2e] = 0xe2fd, + [0x5b2f] = 0xe2fe, [0x5b30] = 0xe2ff, [0x5b31] = 0xe300, [0x5b32] = 0xe301, + [0x5b33] = 0xe302, [0x5b34] = 0xe303, [0x5b35] = 0xe304, [0x5b36] = 0xe305, + [0x5b37] = 0xe306, [0x5b38] = 0xe307, [0x5b39] = 0xe308, [0x5b3a] = 0xe309, + [0x5b3b] = 0xe30a, [0x5b3c] = 0xe30b, [0x5b3d] = 0xe30c, [0x5b3e] = 0xe30d, + [0x5b3f] = 0xe30e, [0x5b40] = 0xe30f, [0x5b41] = 0xe310, [0x5b42] = 0xe311, + [0x5b43] = 0xe312, [0x5b44] = 0xe313, [0x5b45] = 0xe314, [0x5b46] = 0xe315, + [0x5b47] = 0xe316, [0x5b48] = 0xe317, [0x5b49] = 0xe318, [0x5b4a] = 0xe319, + [0x5b4b] = 0xe31a, [0x5b4c] = 0xe31b, [0x5b4d] = 0xe31c, [0x5b4e] = 0xe31d, + [0x5b4f] = 0xe31e, [0x5b50] = 0xe31f, [0x5b51] = 0xe320, [0x5b52] = 0xe321, + [0x5b53] = 0xe322, [0x5b54] = 0xe323, [0x5b55] = 0xe324, [0x5b56] = 0xe325, + [0x5b57] = 0xe326, [0x5b58] = 0xe327, [0x5b59] = 0xe328, [0x5b5a] = 0xe329, + [0x5b5b] = 0xe32a, [0x5b5c] = 0xe32b, [0x5b5d] = 0xe32c, [0x5b5e] = 0xe32d, + [0x5b5f] = 0xe32e, [0x5b60] = 0xe32f, [0x5b61] = 0xe330, [0x5b62] = 0xe331, + [0x5b63] = 0xe332, [0x5b64] = 0xe333, [0x5b65] = 0xe334, [0x5b66] = 0xe335, + [0x5b67] = 0xe336, [0x5b68] = 0xe337, [0x5b69] = 0xe338, [0x5b6a] = 0xe339, + [0x5b6b] = 0xe33a, [0x5b6c] = 0xe33b, [0x5b6d] = 0xe33c, [0x5b6e] = 0xe33d, + [0x5b6f] = 0xe33e, [0x5b70] = 0xe33f, [0x5b71] = 0xe340, [0x5b72] = 0xe341, + [0x5b73] = 0xe342, [0x5b74] = 0xe343, [0x5b75] = 0xe344, [0x5b76] = 0xe345, + [0x5b77] = 0xe346, [0x5b78] = 0xe347, [0x5b79] = 0xe348, [0x5b7a] = 0xe349, + [0x5b7b] = 0xe34a, [0x5b7c] = 0xe34b, [0x5b7d] = 0xe34c, [0x5b7e] = 0xe34d, + [0x5b80] = 0x9e03, [0x5b81] = 0x9e04, [0x5b82] = 0x9e05, [0x5b83] = 0x9e06, + [0x5b84] = 0x9e07, [0x5b85] = 0x9e08, [0x5b86] = 0x9e09, [0x5b87] = 0x9e0a, + [0x5b88] = 0x9e0b, [0x5b89] = 0x9e0c, [0x5b8a] = 0x9e0d, [0x5b8b] = 0x9e0e, + [0x5b8c] = 0x9e0f, [0x5b8d] = 0x9e10, [0x5b8e] = 0x9e11, [0x5b8f] = 0x9e12, + [0x5b90] = 0x9e13, [0x5b91] = 0x9e14, [0x5b92] = 0x9e15, [0x5b93] = 0x9e16, + [0x5b94] = 0x9e17, [0x5b95] = 0x9e18, [0x5b96] = 0x9e19, [0x5b97] = 0x9e1a, + [0x5b98] = 0x9e1b, [0x5b99] = 0x9e1c, [0x5b9a] = 0x9e1d, [0x5b9b] = 0x9e1e, + [0x5b9c] = 0x9e24, [0x5b9d] = 0x9e27, [0x5b9e] = 0x9e2e, [0x5b9f] = 0x9e30, + [0x5ba0] = 0x9e34, [0x5ba1] = 0x9e3b, [0x5ba2] = 0x9e3c, [0x5ba3] = 0x9e40, + [0x5ba4] = 0x9e4d, [0x5ba5] = 0x9e50, [0x5ba6] = 0x9e52, [0x5ba7] = 0x9e53, + [0x5ba8] = 0x9e54, [0x5ba9] = 0x9e56, [0x5baa] = 0x9e59, [0x5bab] = 0x9e5d, + [0x5bac] = 0x9e5f, [0x5bad] = 0x9e60, [0x5bae] = 0x9e61, [0x5baf] = 0x9e62, + [0x5bb0] = 0x9e65, [0x5bb1] = 0x9e6e, [0x5bb2] = 0x9e6f, [0x5bb3] = 0x9e72, + [0x5bb4] = 0x9e74, [0x5bb5] = 0x9e75, [0x5bb6] = 0x9e76, [0x5bb7] = 0x9e77, + [0x5bb8] = 0x9e78, [0x5bb9] = 0x9e79, [0x5bba] = 0x9e7a, [0x5bbb] = 0x9e7b, + [0x5bbc] = 0x9e7c, [0x5bbd] = 0x9e7d, [0x5bbe] = 0x9e80, [0x5bc0] = 0x9e81, + [0x5bc1] = 0x9e83, [0x5bc2] = 0x9e84, [0x5bc3] = 0x9e85, [0x5bc4] = 0x9e86, + [0x5bc5] = 0x9e89, [0x5bc6] = 0x9e8a, [0x5bc7] = 0x9e8c, [0x5bc8] = 0x9e8d, + [0x5bc9] = 0x9e8e, [0x5bca] = 0x9e8f, [0x5bcb] = 0x9e90, [0x5bcc] = 0x9e91, + [0x5bcd] = 0x9e94, [0x5bce] = 0x9e95, [0x5bcf] = 0x9e96, [0x5bd0] = 0x9e97, + [0x5bd1] = 0x9e98, [0x5bd2] = 0x9e99, [0x5bd3] = 0x9e9a, [0x5bd4] = 0x9e9b, + [0x5bd5] = 0x9e9c, [0x5bd6] = 0x9e9e, [0x5bd7] = 0x9ea0, [0x5bd8] = 0x9ea1, + [0x5bd9] = 0x9ea2, [0x5bda] = 0x9ea3, [0x5bdb] = 0x9ea4, [0x5bdc] = 0x9ea5, + [0x5bdd] = 0x9ea7, [0x5bde] = 0x9ea8, [0x5bdf] = 0x9ea9, [0x5be0] = 0x9eaa, + [0x5be1] = 0xe34e, [0x5be2] = 0xe34f, [0x5be3] = 0xe350, [0x5be4] = 0xe351, + [0x5be5] = 0xe352, [0x5be6] = 0xe353, [0x5be7] = 0xe354, [0x5be8] = 0xe355, + [0x5be9] = 0xe356, [0x5bea] = 0xe357, [0x5beb] = 0xe358, [0x5bec] = 0xe359, + [0x5bed] = 0xe35a, [0x5bee] = 0xe35b, [0x5bef] = 0xe35c, [0x5bf0] = 0xe35d, + [0x5bf1] = 0xe35e, [0x5bf2] = 0xe35f, [0x5bf3] = 0xe360, [0x5bf4] = 0xe361, + [0x5bf5] = 0xe362, [0x5bf6] = 0xe363, [0x5bf7] = 0xe364, [0x5bf8] = 0xe365, + [0x5bf9] = 0xe366, [0x5bfa] = 0xe367, [0x5bfb] = 0xe368, [0x5bfc] = 0xe369, + [0x5bfd] = 0xe36a, [0x5bfe] = 0xe36b, [0x5bff] = 0xe36c, [0x5c00] = 0xe36d, + [0x5c01] = 0xe36e, [0x5c02] = 0xe36f, [0x5c03] = 0xe370, [0x5c04] = 0xe371, + [0x5c05] = 0xe372, [0x5c06] = 0xe373, [0x5c07] = 0xe374, [0x5c08] = 0xe375, + [0x5c09] = 0xe376, [0x5c0a] = 0xe377, [0x5c0b] = 0xe378, [0x5c0c] = 0xe379, + [0x5c0d] = 0xe37a, [0x5c0e] = 0xe37b, [0x5c0f] = 0xe37c, [0x5c10] = 0xe37d, + [0x5c11] = 0xe37e, [0x5c12] = 0xe37f, [0x5c13] = 0xe380, [0x5c14] = 0xe381, + [0x5c15] = 0xe382, [0x5c16] = 0xe383, [0x5c17] = 0xe384, [0x5c18] = 0xe385, + [0x5c19] = 0xe386, [0x5c1a] = 0xe387, [0x5c1b] = 0xe388, [0x5c1c] = 0xe389, + [0x5c1d] = 0xe38a, [0x5c1e] = 0xe38b, [0x5c1f] = 0xe38c, [0x5c20] = 0xe38d, + [0x5c21] = 0xe38e, [0x5c22] = 0xe38f, [0x5c23] = 0xe390, [0x5c24] = 0xe391, + [0x5c25] = 0xe392, [0x5c26] = 0xe393, [0x5c27] = 0xe394, [0x5c28] = 0xe395, + [0x5c29] = 0xe396, [0x5c2a] = 0xe397, [0x5c2b] = 0xe398, [0x5c2c] = 0xe399, + [0x5c2d] = 0xe39a, [0x5c2e] = 0xe39b, [0x5c2f] = 0xe39c, [0x5c30] = 0xe39d, + [0x5c31] = 0xe39e, [0x5c32] = 0xe39f, [0x5c33] = 0xe3a0, [0x5c34] = 0xe3a1, + [0x5c35] = 0xe3a2, [0x5c36] = 0xe3a3, [0x5c37] = 0xe3a4, [0x5c38] = 0xe3a5, + [0x5c39] = 0xe3a6, [0x5c3a] = 0xe3a7, [0x5c3b] = 0xe3a8, [0x5c3c] = 0xe3a9, + [0x5c3d] = 0xe3aa, [0x5c3e] = 0xe3ab, [0x5c40] = 0x9eab, [0x5c41] = 0x9eac, + [0x5c42] = 0x9ead, [0x5c43] = 0x9eae, [0x5c44] = 0x9eaf, [0x5c45] = 0x9eb0, + [0x5c46] = 0x9eb1, [0x5c47] = 0x9eb2, [0x5c48] = 0x9eb3, [0x5c49] = 0x9eb5, + [0x5c4a] = 0x9eb6, [0x5c4b] = 0x9eb7, [0x5c4c] = 0x9eb9, [0x5c4d] = 0x9eba, + [0x5c4e] = 0x9ebc, [0x5c4f] = 0x9ebf, [0x5c50] = 0x9ec0, [0x5c51] = 0x9ec1, + [0x5c52] = 0x9ec2, [0x5c53] = 0x9ec3, [0x5c54] = 0x9ec5, [0x5c55] = 0x9ec6, + [0x5c56] = 0x9ec7, [0x5c57] = 0x9ec8, [0x5c58] = 0x9eca, [0x5c59] = 0x9ecb, + [0x5c5a] = 0x9ecc, [0x5c5b] = 0x9ed0, [0x5c5c] = 0x9ed2, [0x5c5d] = 0x9ed3, + [0x5c5e] = 0x9ed5, [0x5c5f] = 0x9ed6, [0x5c60] = 0x9ed7, [0x5c61] = 0x9ed9, + [0x5c62] = 0x9eda, [0x5c63] = 0x9ede, [0x5c64] = 0x9ee1, [0x5c65] = 0x9ee3, + [0x5c66] = 0x9ee4, [0x5c67] = 0x9ee6, [0x5c68] = 0x9ee8, [0x5c69] = 0x9eeb, + [0x5c6a] = 0x9eec, [0x5c6b] = 0x9eed, [0x5c6c] = 0x9eee, [0x5c6d] = 0x9ef0, + [0x5c6e] = 0x9ef1, [0x5c6f] = 0x9ef2, [0x5c70] = 0x9ef3, [0x5c71] = 0x9ef4, + [0x5c72] = 0x9ef5, [0x5c73] = 0x9ef6, [0x5c74] = 0x9ef7, [0x5c75] = 0x9ef8, + [0x5c76] = 0x9efa, [0x5c77] = 0x9efd, [0x5c78] = 0x9eff, [0x5c79] = 0x9f00, + [0x5c7a] = 0x9f01, [0x5c7b] = 0x9f02, [0x5c7c] = 0x9f03, [0x5c7d] = 0x9f04, + [0x5c7e] = 0x9f05, [0x5c80] = 0x9f06, [0x5c81] = 0x9f07, [0x5c82] = 0x9f08, + [0x5c83] = 0x9f09, [0x5c84] = 0x9f0a, [0x5c85] = 0x9f0c, [0x5c86] = 0x9f0f, + [0x5c87] = 0x9f11, [0x5c88] = 0x9f12, [0x5c89] = 0x9f14, [0x5c8a] = 0x9f15, + [0x5c8b] = 0x9f16, [0x5c8c] = 0x9f18, [0x5c8d] = 0x9f1a, [0x5c8e] = 0x9f1b, + [0x5c8f] = 0x9f1c, [0x5c90] = 0x9f1d, [0x5c91] = 0x9f1e, [0x5c92] = 0x9f1f, + [0x5c93] = 0x9f21, [0x5c94] = 0x9f23, [0x5c95] = 0x9f24, [0x5c96] = 0x9f25, + [0x5c97] = 0x9f26, [0x5c98] = 0x9f27, [0x5c99] = 0x9f28, [0x5c9a] = 0x9f29, + [0x5c9b] = 0x9f2a, [0x5c9c] = 0x9f2b, [0x5c9d] = 0x9f2d, [0x5c9e] = 0x9f2e, + [0x5c9f] = 0x9f30, [0x5ca0] = 0x9f31, [0x5ca1] = 0xe3ac, [0x5ca2] = 0xe3ad, + [0x5ca3] = 0xe3ae, [0x5ca4] = 0xe3af, [0x5ca5] = 0xe3b0, [0x5ca6] = 0xe3b1, + [0x5ca7] = 0xe3b2, [0x5ca8] = 0xe3b3, [0x5ca9] = 0xe3b4, [0x5caa] = 0xe3b5, + [0x5cab] = 0xe3b6, [0x5cac] = 0xe3b7, [0x5cad] = 0xe3b8, [0x5cae] = 0xe3b9, + [0x5caf] = 0xe3ba, [0x5cb0] = 0xe3bb, [0x5cb1] = 0xe3bc, [0x5cb2] = 0xe3bd, + [0x5cb3] = 0xe3be, [0x5cb4] = 0xe3bf, [0x5cb5] = 0xe3c0, [0x5cb6] = 0xe3c1, + [0x5cb7] = 0xe3c2, [0x5cb8] = 0xe3c3, [0x5cb9] = 0xe3c4, [0x5cba] = 0xe3c5, + [0x5cbb] = 0xe3c6, [0x5cbc] = 0xe3c7, [0x5cbd] = 0xe3c8, [0x5cbe] = 0xe3c9, + [0x5cbf] = 0xe3ca, [0x5cc0] = 0xe3cb, [0x5cc1] = 0xe3cc, [0x5cc2] = 0xe3cd, + [0x5cc3] = 0xe3ce, [0x5cc4] = 0xe3cf, [0x5cc5] = 0xe3d0, [0x5cc6] = 0xe3d1, + [0x5cc7] = 0xe3d2, [0x5cc8] = 0xe3d3, [0x5cc9] = 0xe3d4, [0x5cca] = 0xe3d5, + [0x5ccb] = 0xe3d6, [0x5ccc] = 0xe3d7, [0x5ccd] = 0xe3d8, [0x5cce] = 0xe3d9, + [0x5ccf] = 0xe3da, [0x5cd0] = 0xe3db, [0x5cd1] = 0xe3dc, [0x5cd2] = 0xe3dd, + [0x5cd3] = 0xe3de, [0x5cd4] = 0xe3df, [0x5cd5] = 0xe3e0, [0x5cd6] = 0xe3e1, + [0x5cd7] = 0xe3e2, [0x5cd8] = 0xe3e3, [0x5cd9] = 0xe3e4, [0x5cda] = 0xe3e5, + [0x5cdb] = 0xe3e6, [0x5cdc] = 0xe3e7, [0x5cdd] = 0xe3e8, [0x5cde] = 0xe3e9, + [0x5cdf] = 0xe3ea, [0x5ce0] = 0xe3eb, [0x5ce1] = 0xe3ec, [0x5ce2] = 0xe3ed, + [0x5ce3] = 0xe3ee, [0x5ce4] = 0xe3ef, [0x5ce5] = 0xe3f0, [0x5ce6] = 0xe3f1, + [0x5ce7] = 0xe3f2, [0x5ce8] = 0xe3f3, [0x5ce9] = 0xe3f4, [0x5cea] = 0xe3f5, + [0x5ceb] = 0xe3f6, [0x5cec] = 0xe3f7, [0x5ced] = 0xe3f8, [0x5cee] = 0xe3f9, + [0x5cef] = 0xe3fa, [0x5cf0] = 0xe3fb, [0x5cf1] = 0xe3fc, [0x5cf2] = 0xe3fd, + [0x5cf3] = 0xe3fe, [0x5cf4] = 0xe3ff, [0x5cf5] = 0xe400, [0x5cf6] = 0xe401, + [0x5cf7] = 0xe402, [0x5cf8] = 0xe403, [0x5cf9] = 0xe404, [0x5cfa] = 0xe405, + [0x5cfb] = 0xe406, [0x5cfc] = 0xe407, [0x5cfd] = 0xe408, [0x5cfe] = 0xe409, + [0x5d00] = 0x9f32, [0x5d01] = 0x9f33, [0x5d02] = 0x9f34, [0x5d03] = 0x9f35, + [0x5d04] = 0x9f36, [0x5d05] = 0x9f38, [0x5d06] = 0x9f3a, [0x5d07] = 0x9f3c, + [0x5d08] = 0x9f3f, [0x5d09] = 0x9f40, [0x5d0a] = 0x9f41, [0x5d0b] = 0x9f42, + [0x5d0c] = 0x9f43, [0x5d0d] = 0x9f45, [0x5d0e] = 0x9f46, [0x5d0f] = 0x9f47, + [0x5d10] = 0x9f48, [0x5d11] = 0x9f49, [0x5d12] = 0x9f4a, [0x5d13] = 0x9f4b, + [0x5d14] = 0x9f4c, [0x5d15] = 0x9f4d, [0x5d16] = 0x9f4e, [0x5d17] = 0x9f4f, + [0x5d18] = 0x9f52, [0x5d19] = 0x9f53, [0x5d1a] = 0x9f54, [0x5d1b] = 0x9f55, + [0x5d1c] = 0x9f56, [0x5d1d] = 0x9f57, [0x5d1e] = 0x9f58, [0x5d1f] = 0x9f59, + [0x5d20] = 0x9f5a, [0x5d21] = 0x9f5b, [0x5d22] = 0x9f5c, [0x5d23] = 0x9f5d, + [0x5d24] = 0x9f5e, [0x5d25] = 0x9f5f, [0x5d26] = 0x9f60, [0x5d27] = 0x9f61, + [0x5d28] = 0x9f62, [0x5d29] = 0x9f63, [0x5d2a] = 0x9f64, [0x5d2b] = 0x9f65, + [0x5d2c] = 0x9f66, [0x5d2d] = 0x9f67, [0x5d2e] = 0x9f68, [0x5d2f] = 0x9f69, + [0x5d30] = 0x9f6a, [0x5d31] = 0x9f6b, [0x5d32] = 0x9f6c, [0x5d33] = 0x9f6d, + [0x5d34] = 0x9f6e, [0x5d35] = 0x9f6f, [0x5d36] = 0x9f70, [0x5d37] = 0x9f71, + [0x5d38] = 0x9f72, [0x5d39] = 0x9f73, [0x5d3a] = 0x9f74, [0x5d3b] = 0x9f75, + [0x5d3c] = 0x9f76, [0x5d3d] = 0x9f77, [0x5d3e] = 0x9f78, [0x5d40] = 0x9f79, + [0x5d41] = 0x9f7a, [0x5d42] = 0x9f7b, [0x5d43] = 0x9f7c, [0x5d44] = 0x9f7d, + [0x5d45] = 0x9f7e, [0x5d46] = 0x9f81, [0x5d47] = 0x9f82, [0x5d48] = 0x9f8d, + [0x5d49] = 0x9f8e, [0x5d4a] = 0x9f8f, [0x5d4b] = 0x9f90, [0x5d4c] = 0x9f91, + [0x5d4d] = 0x9f92, [0x5d4e] = 0x9f93, [0x5d4f] = 0x9f94, [0x5d50] = 0x9f95, + [0x5d51] = 0x9f96, [0x5d52] = 0x9f97, [0x5d53] = 0x9f98, [0x5d54] = 0x9f9c, + [0x5d55] = 0x9f9d, [0x5d56] = 0x9f9e, [0x5d57] = 0x9fa1, [0x5d58] = 0x9fa2, + [0x5d59] = 0x9fa3, [0x5d5a] = 0x9fa4, [0x5d5b] = 0x9fa5, [0x5d5c] = 0xf92c, + [0x5d5d] = 0xf979, [0x5d5e] = 0xf995, [0x5d5f] = 0xf9e7, [0x5d60] = 0xf9f1, + [0x5d61] = 0xe40a, [0x5d62] = 0xe40b, [0x5d63] = 0xe40c, [0x5d64] = 0xe40d, + [0x5d65] = 0xe40e, [0x5d66] = 0xe40f, [0x5d67] = 0xe410, [0x5d68] = 0xe411, + [0x5d69] = 0xe412, [0x5d6a] = 0xe413, [0x5d6b] = 0xe414, [0x5d6c] = 0xe415, + [0x5d6d] = 0xe416, [0x5d6e] = 0xe417, [0x5d6f] = 0xe418, [0x5d70] = 0xe419, + [0x5d71] = 0xe41a, [0x5d72] = 0xe41b, [0x5d73] = 0xe41c, [0x5d74] = 0xe41d, + [0x5d75] = 0xe41e, [0x5d76] = 0xe41f, [0x5d77] = 0xe420, [0x5d78] = 0xe421, + [0x5d79] = 0xe422, [0x5d7a] = 0xe423, [0x5d7b] = 0xe424, [0x5d7c] = 0xe425, + [0x5d7d] = 0xe426, [0x5d7e] = 0xe427, [0x5d7f] = 0xe428, [0x5d80] = 0xe429, + [0x5d81] = 0xe42a, [0x5d82] = 0xe42b, [0x5d83] = 0xe42c, [0x5d84] = 0xe42d, + [0x5d85] = 0xe42e, [0x5d86] = 0xe42f, [0x5d87] = 0xe430, [0x5d88] = 0xe431, + [0x5d89] = 0xe432, [0x5d8a] = 0xe433, [0x5d8b] = 0xe434, [0x5d8c] = 0xe435, + [0x5d8d] = 0xe436, [0x5d8e] = 0xe437, [0x5d8f] = 0xe438, [0x5d90] = 0xe439, + [0x5d91] = 0xe43a, [0x5d92] = 0xe43b, [0x5d93] = 0xe43c, [0x5d94] = 0xe43d, + [0x5d95] = 0xe43e, [0x5d96] = 0xe43f, [0x5d97] = 0xe440, [0x5d98] = 0xe441, + [0x5d99] = 0xe442, [0x5d9a] = 0xe443, [0x5d9b] = 0xe444, [0x5d9c] = 0xe445, + [0x5d9d] = 0xe446, [0x5d9e] = 0xe447, [0x5d9f] = 0xe448, [0x5da0] = 0xe449, + [0x5da1] = 0xe44a, [0x5da2] = 0xe44b, [0x5da3] = 0xe44c, [0x5da4] = 0xe44d, + [0x5da5] = 0xe44e, [0x5da6] = 0xe44f, [0x5da7] = 0xe450, [0x5da8] = 0xe451, + [0x5da9] = 0xe452, [0x5daa] = 0xe453, [0x5dab] = 0xe454, [0x5dac] = 0xe455, + [0x5dad] = 0xe456, [0x5dae] = 0xe457, [0x5daf] = 0xe458, [0x5db0] = 0xe459, + [0x5db1] = 0xe45a, [0x5db2] = 0xe45b, [0x5db3] = 0xe45c, [0x5db4] = 0xe45d, + [0x5db5] = 0xe45e, [0x5db6] = 0xe45f, [0x5db7] = 0xe460, [0x5db8] = 0xe461, + [0x5db9] = 0xe462, [0x5dba] = 0xe463, [0x5dbb] = 0xe464, [0x5dbc] = 0xe465, + [0x5dbd] = 0xe466, [0x5dbe] = 0xe467, [0x5dc0] = 0xfa0c, [0x5dc1] = 0xfa0d, + [0x5dc2] = 0xfa0e, [0x5dc3] = 0xfa0f, [0x5dc4] = 0xfa11, [0x5dc5] = 0xfa13, + [0x5dc6] = 0xfa14, [0x5dc7] = 0xfa18, [0x5dc8] = 0xfa1f, [0x5dc9] = 0xfa20, + [0x5dca] = 0xfa21, [0x5dcb] = 0xfa23, [0x5dcc] = 0xfa24, [0x5dcd] = 0xfa27, + [0x5dce] = 0xfa28, [0x5dcf] = 0xfa29, [0x5dd0] = 0x2e81, [0x5dd1] = 0xe816, + [0x5dd2] = 0xe817, [0x5dd3] = 0xe818, [0x5dd4] = 0x2e84, [0x5dd5] = 0x3473, + [0x5dd6] = 0x3447, [0x5dd7] = 0x2e88, [0x5dd8] = 0x2e8b, [0x5dd9] = 0xe81e, + [0x5dda] = 0x359e, [0x5ddb] = 0x361a, [0x5ddc] = 0x360e, [0x5ddd] = 0x2e8c, + [0x5dde] = 0x2e97, [0x5ddf] = 0x396e, [0x5de0] = 0x3918, [0x5de1] = 0xe826, + [0x5de2] = 0x39cf, [0x5de3] = 0x39df, [0x5de4] = 0x3a73, [0x5de5] = 0x39d0, + [0x5de6] = 0xe82b, [0x5de7] = 0xe82c, [0x5de8] = 0x3b4e, [0x5de9] = 0x3c6e, + [0x5dea] = 0x3ce0, [0x5deb] = 0x2ea7, [0x5dec] = 0xe831, [0x5ded] = 0xe832, + [0x5dee] = 0x2eaa, [0x5def] = 0x4056, [0x5df0] = 0x415f, [0x5df1] = 0x2eae, + [0x5df2] = 0x4337, [0x5df3] = 0x2eb3, [0x5df4] = 0x2eb6, [0x5df5] = 0x2eb7, + [0x5df6] = 0xe83b, [0x5df7] = 0x43b1, [0x5df8] = 0x43ac, [0x5df9] = 0x2ebb, + [0x5dfa] = 0x43dd, [0x5dfb] = 0x44d6, [0x5dfc] = 0x4661, [0x5dfd] = 0x464c, + [0x5dfe] = 0xe843, [0x5e00] = 0x4723, [0x5e01] = 0x4729, [0x5e02] = 0x477c, + [0x5e03] = 0x478d, [0x5e04] = 0x2eca, [0x5e05] = 0x4947, [0x5e06] = 0x497a, + [0x5e07] = 0x497d, [0x5e08] = 0x4982, [0x5e09] = 0x4983, [0x5e0a] = 0x4985, + [0x5e0b] = 0x4986, [0x5e0c] = 0x499f, [0x5e0d] = 0x499b, [0x5e0e] = 0x49b7, + [0x5e0f] = 0x49b6, [0x5e10] = 0xe854, [0x5e11] = 0xe855, [0x5e12] = 0x4ca3, + [0x5e13] = 0x4c9f, [0x5e14] = 0x4ca0, [0x5e15] = 0x4ca1, [0x5e16] = 0x4c77, + [0x5e17] = 0x4ca2, [0x5e18] = 0x4d13, [0x5e19] = 0x4d14, [0x5e1a] = 0x4d15, + [0x5e1b] = 0x4d16, [0x5e1c] = 0x4d17, [0x5e1d] = 0x4d18, [0x5e1e] = 0x4d19, + [0x5e1f] = 0x4dae, [0x5e20] = 0xe864, [0x5e21] = 0xe468, [0x5e22] = 0xe469, + [0x5e23] = 0xe46a, [0x5e24] = 0xe46b, [0x5e25] = 0xe46c, [0x5e26] = 0xe46d, + [0x5e27] = 0xe46e, [0x5e28] = 0xe46f, [0x5e29] = 0xe470, [0x5e2a] = 0xe471, + [0x5e2b] = 0xe472, [0x5e2c] = 0xe473, [0x5e2d] = 0xe474, [0x5e2e] = 0xe475, + [0x5e2f] = 0xe476, [0x5e30] = 0xe477, [0x5e31] = 0xe478, [0x5e32] = 0xe479, + [0x5e33] = 0xe47a, [0x5e34] = 0xe47b, [0x5e35] = 0xe47c, [0x5e36] = 0xe47d, + [0x5e37] = 0xe47e, [0x5e38] = 0xe47f, [0x5e39] = 0xe480, [0x5e3a] = 0xe481, + [0x5e3b] = 0xe482, [0x5e3c] = 0xe483, [0x5e3d] = 0xe484, [0x5e3e] = 0xe485, + [0x5e3f] = 0xe486, [0x5e40] = 0xe487, [0x5e41] = 0xe488, [0x5e42] = 0xe489, + [0x5e43] = 0xe48a, [0x5e44] = 0xe48b, [0x5e45] = 0xe48c, [0x5e46] = 0xe48d, + [0x5e47] = 0xe48e, [0x5e48] = 0xe48f, [0x5e49] = 0xe490, [0x5e4a] = 0xe491, + [0x5e4b] = 0xe492, [0x5e4c] = 0xe493, [0x5e4d] = 0xe494, [0x5e4e] = 0xe495, + [0x5e4f] = 0xe496, [0x5e50] = 0xe497, [0x5e51] = 0xe498, [0x5e52] = 0xe499, + [0x5e53] = 0xe49a, [0x5e54] = 0xe49b, [0x5e55] = 0xe49c, [0x5e56] = 0xe49d, + [0x5e57] = 0xe49e, [0x5e58] = 0xe49f, [0x5e59] = 0xe4a0, [0x5e5a] = 0xe4a1, + [0x5e5b] = 0xe4a2, [0x5e5c] = 0xe4a3, [0x5e5d] = 0xe4a4, [0x5e5e] = 0xe4a5, + [0x5e5f] = 0xe4a6, [0x5e60] = 0xe4a7, [0x5e61] = 0xe4a8, [0x5e62] = 0xe4a9, + [0x5e63] = 0xe4aa, [0x5e64] = 0xe4ab, [0x5e65] = 0xe4ac, [0x5e66] = 0xe4ad, + [0x5e67] = 0xe4ae, [0x5e68] = 0xe4af, [0x5e69] = 0xe4b0, [0x5e6a] = 0xe4b1, + [0x5e6b] = 0xe4b2, [0x5e6c] = 0xe4b3, [0x5e6d] = 0xe4b4, [0x5e6e] = 0xe4b5, + [0x5e6f] = 0xe4b6, [0x5e70] = 0xe4b7, [0x5e71] = 0xe4b8, [0x5e72] = 0xe4b9, + [0x5e73] = 0xe4ba, [0x5e74] = 0xe4bb, [0x5e75] = 0xe4bc, [0x5e76] = 0xe4bd, + [0x5e77] = 0xe4be, [0x5e78] = 0xe4bf, [0x5e79] = 0xe4c0, [0x5e7a] = 0xe4c1, + [0x5e7b] = 0xe4c2, [0x5e7c] = 0xe4c3, [0x5e7d] = 0xe4c4, [0x5e7e] = 0xe4c5, }; -/* Table for GB18030 -> UCS-4, containing the four-byte characters only, - excluding two trivially linear ranges. Generated through - - clisp tab.lisp < GB18030.table - - where tab.lisp is: - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (locally (declare (compile)) - (let ((count 0)) - (loop - (let ((line (read-line nil nil nil))) - (unless line (return)) - (when (eql (position #\Tab line) 10) - (let* ((gbk (parse-integer line :start 2 :end 10 :radix 16)) - (ucs (parse-integer line :start 13 :end 17 :radix 16)) - (ch1 (ldb (byte 8 24) gbk)) - (ch2 (ldb (byte 8 16) gbk)) - (ch3 (ldb (byte 8 8) gbk)) - (ch4 (ldb (byte 8 0) gbk)) - (linear (+ (* (+ (* (+ (* (- ch1 #x81) 10) - (- ch2 #x30)) - 126) - (- ch3 #x81)) - 10) - (- ch4 #x30))) - ; There are three ranges. The gap lengths are: - ; (- #x8261 #x56bd) = 11172, - ; (- #x93d5 #x830e) = 4295. - (idx (cond ((<= 0 linear #x56bc) linear) - ((<= #x8261 linear #x830d) (- linear 11172)) - ((<= #x93d5 linear #x99fa) (- linear 11172 4295)) - (t nil)))) - (when idx - (when (= (mod count 4) 0) - (format t " ")) - (format t " ~([0x~4,'0X] = 0x~4,'0X~)," idx ucs) - (incf count) - (when (= (mod count 4) 0) - (format t "~%"))))))) - (format t "~%"))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*/ - -static const uint16_t __fourbyte_to_ucs[39419-11172-4295] = +static const uint16_t __fourbyte_to_ucs[] = { - [0x0000] = 0x0080, [0x0001] = 0x0081, [0x0002] = 0x0082, [0x0003] = 0x0083, - [0x0004] = 0x0084, [0x0005] = 0x0085, [0x0006] = 0x0086, [0x0007] = 0x0087, - [0x0008] = 0x0088, [0x0009] = 0x0089, [0x000a] = 0x008a, [0x000b] = 0x008b, - [0x000c] = 0x008c, [0x000d] = 0x008d, [0x000e] = 0x008e, [0x000f] = 0x008f, - [0x0010] = 0x0090, [0x0011] = 0x0091, [0x0012] = 0x0092, [0x0013] = 0x0093, - [0x0014] = 0x0094, [0x0015] = 0x0095, [0x0016] = 0x0096, [0x0017] = 0x0097, - [0x0018] = 0x0098, [0x0019] = 0x0099, [0x001a] = 0x009a, [0x001b] = 0x009b, - [0x001c] = 0x009c, [0x001d] = 0x009d, [0x001e] = 0x009e, [0x001f] = 0x009f, - [0x0020] = 0x00a0, [0x0021] = 0x00a1, [0x0022] = 0x00a2, [0x0023] = 0x00a3, - [0x0024] = 0x00a5, [0x0025] = 0x00a6, [0x0026] = 0x00a9, [0x0027] = 0x00aa, - [0x0028] = 0x00ab, [0x0029] = 0x00ac, [0x002a] = 0x00ad, [0x002b] = 0x00ae, - [0x002c] = 0x00af, [0x002d] = 0x00b2, [0x002e] = 0x00b3, [0x002f] = 0x00b4, - [0x0030] = 0x00b5, [0x0031] = 0x00b6, [0x0032] = 0x00b8, [0x0033] = 0x00b9, - [0x0034] = 0x00ba, [0x0035] = 0x00bb, [0x0036] = 0x00bc, [0x0037] = 0x00bd, - [0x0038] = 0x00be, [0x0039] = 0x00bf, [0x003a] = 0x00c0, [0x003b] = 0x00c1, - [0x003c] = 0x00c2, [0x003d] = 0x00c3, [0x003e] = 0x00c4, [0x003f] = 0x00c5, - [0x0040] = 0x00c6, [0x0041] = 0x00c7, [0x0042] = 0x00c8, [0x0043] = 0x00c9, - [0x0044] = 0x00ca, [0x0045] = 0x00cb, [0x0046] = 0x00cc, [0x0047] = 0x00cd, - [0x0048] = 0x00ce, [0x0049] = 0x00cf, [0x004a] = 0x00d0, [0x004b] = 0x00d1, - [0x004c] = 0x00d2, [0x004d] = 0x00d3, [0x004e] = 0x00d4, [0x004f] = 0x00d5, - [0x0050] = 0x00d6, [0x0051] = 0x00d8, [0x0052] = 0x00d9, [0x0053] = 0x00da, - [0x0054] = 0x00db, [0x0055] = 0x00dc, [0x0056] = 0x00dd, [0x0057] = 0x00de, - [0x0058] = 0x00df, [0x0059] = 0x00e2, [0x005a] = 0x00e3, [0x005b] = 0x00e4, - [0x005c] = 0x00e5, [0x005d] = 0x00e6, [0x005e] = 0x00e7, [0x005f] = 0x00eb, - [0x0060] = 0x00ee, [0x0061] = 0x00ef, [0x0062] = 0x00f0, [0x0063] = 0x00f1, - [0x0064] = 0x00f4, [0x0065] = 0x00f5, [0x0066] = 0x00f6, [0x0067] = 0x00f8, - [0x0068] = 0x00fb, [0x0069] = 0x00fd, [0x006a] = 0x00fe, [0x006b] = 0x00ff, - [0x006c] = 0x0100, [0x006d] = 0x0102, [0x006e] = 0x0103, [0x006f] = 0x0104, - [0x0070] = 0x0105, [0x0071] = 0x0106, [0x0072] = 0x0107, [0x0073] = 0x0108, - [0x0074] = 0x0109, [0x0075] = 0x010a, [0x0076] = 0x010b, [0x0077] = 0x010c, - [0x0078] = 0x010d, [0x0079] = 0x010e, [0x007a] = 0x010f, [0x007b] = 0x0110, - [0x007c] = 0x0111, [0x007d] = 0x0112, [0x007e] = 0x0114, [0x007f] = 0x0115, - [0x0080] = 0x0116, [0x0081] = 0x0117, [0x0082] = 0x0118, [0x0083] = 0x0119, - [0x0084] = 0x011a, [0x0085] = 0x011c, [0x0086] = 0x011d, [0x0087] = 0x011e, - [0x0088] = 0x011f, [0x0089] = 0x0120, [0x008a] = 0x0121, [0x008b] = 0x0122, - [0x008c] = 0x0123, [0x008d] = 0x0124, [0x008e] = 0x0125, [0x008f] = 0x0126, - [0x0090] = 0x0127, [0x0091] = 0x0128, [0x0092] = 0x0129, [0x0093] = 0x012a, - [0x0094] = 0x012c, [0x0095] = 0x012d, [0x0096] = 0x012e, [0x0097] = 0x012f, - [0x0098] = 0x0130, [0x0099] = 0x0131, [0x009a] = 0x0132, [0x009b] = 0x0133, - [0x009c] = 0x0134, [0x009d] = 0x0135, [0x009e] = 0x0136, [0x009f] = 0x0137, - [0x00a0] = 0x0138, [0x00a1] = 0x0139, [0x00a2] = 0x013a, [0x00a3] = 0x013b, - [0x00a4] = 0x013c, [0x00a5] = 0x013d, [0x00a6] = 0x013e, [0x00a7] = 0x013f, - [0x00a8] = 0x0140, [0x00a9] = 0x0141, [0x00aa] = 0x0142, [0x00ab] = 0x0143, - [0x00ac] = 0x0145, [0x00ad] = 0x0146, [0x00ae] = 0x0147, [0x00af] = 0x0149, - [0x00b0] = 0x014a, [0x00b1] = 0x014b, [0x00b2] = 0x014c, [0x00b3] = 0x014e, - [0x00b4] = 0x014f, [0x00b5] = 0x0150, [0x00b6] = 0x0151, [0x00b7] = 0x0152, - [0x00b8] = 0x0153, [0x00b9] = 0x0154, [0x00ba] = 0x0155, [0x00bb] = 0x0156, - [0x00bc] = 0x0157, [0x00bd] = 0x0158, [0x00be] = 0x0159, [0x00bf] = 0x015a, - [0x00c0] = 0x015b, [0x00c1] = 0x015c, [0x00c2] = 0x015d, [0x00c3] = 0x015e, - [0x00c4] = 0x015f, [0x00c5] = 0x0160, [0x00c6] = 0x0161, [0x00c7] = 0x0162, - [0x00c8] = 0x0163, [0x00c9] = 0x0164, [0x00ca] = 0x0165, [0x00cb] = 0x0166, - [0x00cc] = 0x0167, [0x00cd] = 0x0168, [0x00ce] = 0x0169, [0x00cf] = 0x016a, - [0x00d0] = 0x016c, [0x00d1] = 0x016d, [0x00d2] = 0x016e, [0x00d3] = 0x016f, - [0x00d4] = 0x0170, [0x00d5] = 0x0171, [0x00d6] = 0x0172, [0x00d7] = 0x0173, - [0x00d8] = 0x0174, [0x00d9] = 0x0175, [0x00da] = 0x0176, [0x00db] = 0x0177, - [0x00dc] = 0x0178, [0x00dd] = 0x0179, [0x00de] = 0x017a, [0x00df] = 0x017b, - [0x00e0] = 0x017c, [0x00e1] = 0x017d, [0x00e2] = 0x017e, [0x00e3] = 0x017f, - [0x00e4] = 0x0180, [0x00e5] = 0x0181, [0x00e6] = 0x0182, [0x00e7] = 0x0183, - [0x00e8] = 0x0184, [0x00e9] = 0x0185, [0x00ea] = 0x0186, [0x00eb] = 0x0187, - [0x00ec] = 0x0188, [0x00ed] = 0x0189, [0x00ee] = 0x018a, [0x00ef] = 0x018b, - [0x00f0] = 0x018c, [0x00f1] = 0x018d, [0x00f2] = 0x018e, [0x00f3] = 0x018f, - [0x00f4] = 0x0190, [0x00f5] = 0x0191, [0x00f6] = 0x0192, [0x00f7] = 0x0193, - [0x00f8] = 0x0194, [0x00f9] = 0x0195, [0x00fa] = 0x0196, [0x00fb] = 0x0197, - [0x00fc] = 0x0198, [0x00fd] = 0x0199, [0x00fe] = 0x019a, [0x00ff] = 0x019b, - [0x0100] = 0x019c, [0x0101] = 0x019d, [0x0102] = 0x019e, [0x0103] = 0x019f, - [0x0104] = 0x01a0, [0x0105] = 0x01a1, [0x0106] = 0x01a2, [0x0107] = 0x01a3, - [0x0108] = 0x01a4, [0x0109] = 0x01a5, [0x010a] = 0x01a6, [0x010b] = 0x01a7, - [0x010c] = 0x01a8, [0x010d] = 0x01a9, [0x010e] = 0x01aa, [0x010f] = 0x01ab, - [0x0110] = 0x01ac, [0x0111] = 0x01ad, [0x0112] = 0x01ae, [0x0113] = 0x01af, - [0x0114] = 0x01b0, [0x0115] = 0x01b1, [0x0116] = 0x01b2, [0x0117] = 0x01b3, - [0x0118] = 0x01b4, [0x0119] = 0x01b5, [0x011a] = 0x01b6, [0x011b] = 0x01b7, - [0x011c] = 0x01b8, [0x011d] = 0x01b9, [0x011e] = 0x01ba, [0x011f] = 0x01bb, - [0x0120] = 0x01bc, [0x0121] = 0x01bd, [0x0122] = 0x01be, [0x0123] = 0x01bf, - [0x0124] = 0x01c0, [0x0125] = 0x01c1, [0x0126] = 0x01c2, [0x0127] = 0x01c3, - [0x0128] = 0x01c4, [0x0129] = 0x01c5, [0x012a] = 0x01c6, [0x012b] = 0x01c7, - [0x012c] = 0x01c8, [0x012d] = 0x01c9, [0x012e] = 0x01ca, [0x012f] = 0x01cb, - [0x0130] = 0x01cc, [0x0131] = 0x01cd, [0x0132] = 0x01cf, [0x0133] = 0x01d1, - [0x0134] = 0x01d3, [0x0135] = 0x01d5, [0x0136] = 0x01d7, [0x0137] = 0x01d9, - [0x0138] = 0x01db, [0x0139] = 0x01dd, [0x013a] = 0x01de, [0x013b] = 0x01df, - [0x013c] = 0x01e0, [0x013d] = 0x01e1, [0x013e] = 0x01e2, [0x013f] = 0x01e3, - [0x0140] = 0x01e4, [0x0141] = 0x01e5, [0x0142] = 0x01e6, [0x0143] = 0x01e7, - [0x0144] = 0x01e8, [0x0145] = 0x01e9, [0x0146] = 0x01ea, [0x0147] = 0x01eb, - [0x0148] = 0x01ec, [0x0149] = 0x01ed, [0x014a] = 0x01ee, [0x014b] = 0x01ef, - [0x014c] = 0x01f0, [0x014d] = 0x01f1, [0x014e] = 0x01f2, [0x014f] = 0x01f3, - [0x0150] = 0x01f4, [0x0151] = 0x01f5, [0x0152] = 0x01f6, [0x0153] = 0x01f7, - [0x0154] = 0x01f8, [0x0155] = 0x01fa, [0x0156] = 0x01fb, [0x0157] = 0x01fc, - [0x0158] = 0x01fd, [0x0159] = 0x01fe, [0x015a] = 0x01ff, [0x015b] = 0x0200, - [0x015c] = 0x0201, [0x015d] = 0x0202, [0x015e] = 0x0203, [0x015f] = 0x0204, - [0x0160] = 0x0205, [0x0161] = 0x0206, [0x0162] = 0x0207, [0x0163] = 0x0208, - [0x0164] = 0x0209, [0x0165] = 0x020a, [0x0166] = 0x020b, [0x0167] = 0x020c, - [0x0168] = 0x020d, [0x0169] = 0x020e, [0x016a] = 0x020f, [0x016b] = 0x0210, - [0x016c] = 0x0211, [0x016d] = 0x0212, [0x016e] = 0x0213, [0x016f] = 0x0214, - [0x0170] = 0x0215, [0x0171] = 0x0216, [0x0172] = 0x0217, [0x0173] = 0x0218, - [0x0174] = 0x0219, [0x0175] = 0x021a, [0x0176] = 0x021b, [0x0177] = 0x021c, - [0x0178] = 0x021d, [0x0179] = 0x021e, [0x017a] = 0x021f, [0x017b] = 0x0220, - [0x017d] = 0x0222, [0x017e] = 0x0223, [0x017f] = 0x0224, [0x0180] = 0x0225, - [0x0181] = 0x0226, [0x0182] = 0x0227, [0x0183] = 0x0228, [0x0184] = 0x0229, - [0x0185] = 0x022a, [0x0186] = 0x022b, [0x0187] = 0x022c, [0x0188] = 0x022d, - [0x0189] = 0x022e, [0x018a] = 0x022f, [0x018b] = 0x0230, [0x018c] = 0x0231, - [0x018d] = 0x0232, [0x018e] = 0x0233, [0x01ab] = 0x0250, [0x01ac] = 0x0252, - [0x01ad] = 0x0253, [0x01ae] = 0x0254, [0x01af] = 0x0255, [0x01b0] = 0x0256, - [0x01b1] = 0x0257, [0x01b2] = 0x0258, [0x01b3] = 0x0259, [0x01b4] = 0x025a, - [0x01b5] = 0x025b, [0x01b6] = 0x025c, [0x01b7] = 0x025d, [0x01b8] = 0x025e, - [0x01b9] = 0x025f, [0x01ba] = 0x0260, [0x01bb] = 0x0262, [0x01bc] = 0x0263, - [0x01bd] = 0x0264, [0x01be] = 0x0265, [0x01bf] = 0x0266, [0x01c0] = 0x0267, - [0x01c1] = 0x0268, [0x01c2] = 0x0269, [0x01c3] = 0x026a, [0x01c4] = 0x026b, - [0x01c5] = 0x026c, [0x01c6] = 0x026d, [0x01c7] = 0x026e, [0x01c8] = 0x026f, - [0x01c9] = 0x0270, [0x01ca] = 0x0271, [0x01cb] = 0x0272, [0x01cc] = 0x0273, - [0x01cd] = 0x0274, [0x01ce] = 0x0275, [0x01cf] = 0x0276, [0x01d0] = 0x0277, - [0x01d1] = 0x0278, [0x01d2] = 0x0279, [0x01d3] = 0x027a, [0x01d4] = 0x027b, - [0x01d5] = 0x027c, [0x01d6] = 0x027d, [0x01d7] = 0x027e, [0x01d8] = 0x027f, - [0x01d9] = 0x0280, [0x01da] = 0x0281, [0x01db] = 0x0282, [0x01dc] = 0x0283, - [0x01dd] = 0x0284, [0x01de] = 0x0285, [0x01df] = 0x0286, [0x01e0] = 0x0287, - [0x01e1] = 0x0288, [0x01e2] = 0x0289, [0x01e3] = 0x028a, [0x01e4] = 0x028b, - [0x01e5] = 0x028c, [0x01e6] = 0x028d, [0x01e7] = 0x028e, [0x01e8] = 0x028f, - [0x01e9] = 0x0290, [0x01ea] = 0x0291, [0x01eb] = 0x0292, [0x01ec] = 0x0293, - [0x01ed] = 0x0294, [0x01ee] = 0x0295, [0x01ef] = 0x0296, [0x01f0] = 0x0297, - [0x01f1] = 0x0298, [0x01f2] = 0x0299, [0x01f3] = 0x029a, [0x01f4] = 0x029b, - [0x01f5] = 0x029c, [0x01f6] = 0x029d, [0x01f7] = 0x029e, [0x01f8] = 0x029f, - [0x01f9] = 0x02a0, [0x01fa] = 0x02a1, [0x01fb] = 0x02a2, [0x01fc] = 0x02a3, - [0x01fd] = 0x02a4, [0x01fe] = 0x02a5, [0x01ff] = 0x02a6, [0x0200] = 0x02a7, - [0x0201] = 0x02a8, [0x0202] = 0x02a9, [0x0203] = 0x02aa, [0x0204] = 0x02ab, - [0x0205] = 0x02ac, [0x0206] = 0x02ad, [0x0209] = 0x02b0, [0x020a] = 0x02b1, - [0x020b] = 0x02b2, [0x020c] = 0x02b3, [0x020d] = 0x02b4, [0x020e] = 0x02b5, - [0x020f] = 0x02b6, [0x0210] = 0x02b7, [0x0211] = 0x02b8, [0x0212] = 0x02b9, - [0x0213] = 0x02ba, [0x0214] = 0x02bb, [0x0215] = 0x02bc, [0x0216] = 0x02bd, - [0x0217] = 0x02be, [0x0218] = 0x02bf, [0x0219] = 0x02c0, [0x021a] = 0x02c1, - [0x021b] = 0x02c2, [0x021c] = 0x02c3, [0x021d] = 0x02c4, [0x021e] = 0x02c5, - [0x021f] = 0x02c6, [0x0220] = 0x02c8, [0x0221] = 0x02cc, [0x0222] = 0x02cd, - [0x0223] = 0x02ce, [0x0224] = 0x02cf, [0x0225] = 0x02d0, [0x0226] = 0x02d1, - [0x0227] = 0x02d2, [0x0228] = 0x02d3, [0x0229] = 0x02d4, [0x022a] = 0x02d5, - [0x022b] = 0x02d6, [0x022c] = 0x02d7, [0x022d] = 0x02d8, [0x022e] = 0x02da, - [0x022f] = 0x02db, [0x0230] = 0x02dc, [0x0231] = 0x02dd, [0x0232] = 0x02de, - [0x0233] = 0x02df, [0x0234] = 0x02e0, [0x0235] = 0x02e1, [0x0236] = 0x02e2, - [0x0237] = 0x02e3, [0x0238] = 0x02e4, [0x0239] = 0x02e5, [0x023a] = 0x02e6, - [0x023b] = 0x02e7, [0x023c] = 0x02e8, [0x023d] = 0x02e9, [0x023e] = 0x02ea, - [0x023f] = 0x02eb, [0x0240] = 0x02ec, [0x0241] = 0x02ed, [0x0242] = 0x02ee, - [0x0254] = 0x0300, [0x0255] = 0x0301, [0x0256] = 0x0302, [0x0257] = 0x0303, - [0x0258] = 0x0304, [0x0259] = 0x0305, [0x025a] = 0x0306, [0x025b] = 0x0307, - [0x025c] = 0x0308, [0x025d] = 0x0309, [0x025e] = 0x030a, [0x025f] = 0x030b, - [0x0260] = 0x030c, [0x0261] = 0x030d, [0x0262] = 0x030e, [0x0263] = 0x030f, - [0x0264] = 0x0310, [0x0265] = 0x0311, [0x0266] = 0x0312, [0x0267] = 0x0313, - [0x0268] = 0x0314, [0x0269] = 0x0315, [0x026a] = 0x0316, [0x026b] = 0x0317, - [0x026c] = 0x0318, [0x026d] = 0x0319, [0x026e] = 0x031a, [0x026f] = 0x031b, - [0x0270] = 0x031c, [0x0271] = 0x031d, [0x0272] = 0x031e, [0x0273] = 0x031f, - [0x0274] = 0x0320, [0x0275] = 0x0321, [0x0276] = 0x0322, [0x0277] = 0x0323, - [0x0278] = 0x0324, [0x0279] = 0x0325, [0x027a] = 0x0326, [0x027b] = 0x0327, - [0x027c] = 0x0328, [0x027d] = 0x0329, [0x027e] = 0x032a, [0x027f] = 0x032b, - [0x0280] = 0x032c, [0x0281] = 0x032d, [0x0282] = 0x032e, [0x0283] = 0x032f, - [0x0284] = 0x0330, [0x0285] = 0x0331, [0x0286] = 0x0332, [0x0287] = 0x0333, - [0x0288] = 0x0334, [0x0289] = 0x0335, [0x028a] = 0x0336, [0x028b] = 0x0337, - [0x028c] = 0x0338, [0x028d] = 0x0339, [0x028e] = 0x033a, [0x028f] = 0x033b, - [0x0290] = 0x033c, [0x0291] = 0x033d, [0x0292] = 0x033e, [0x0293] = 0x033f, - [0x0294] = 0x0340, [0x0295] = 0x0341, [0x0296] = 0x0342, [0x0297] = 0x0343, - [0x0298] = 0x0344, [0x0299] = 0x0345, [0x029a] = 0x0346, [0x029b] = 0x0347, - [0x029c] = 0x0348, [0x029d] = 0x0349, [0x029e] = 0x034a, [0x029f] = 0x034b, - [0x02a0] = 0x034c, [0x02a1] = 0x034d, [0x02a2] = 0x034e, [0x02a3] = 0x034f, - [0x02b4] = 0x0360, [0x02b5] = 0x0361, [0x02b6] = 0x0362, [0x02b7] = 0x0363, - [0x02b8] = 0x0364, [0x02b9] = 0x0365, [0x02ba] = 0x0366, [0x02bb] = 0x0367, - [0x02bc] = 0x0368, [0x02bd] = 0x0369, [0x02be] = 0x036a, [0x02bf] = 0x036b, - [0x02c0] = 0x036c, [0x02c1] = 0x036d, [0x02c2] = 0x036e, [0x02c3] = 0x036f, - [0x02c8] = 0x0374, [0x02c9] = 0x0375, [0x02ce] = 0x037a, [0x02d2] = 0x037e, - [0x02d8] = 0x0384, [0x02d9] = 0x0385, [0x02da] = 0x0386, [0x02db] = 0x0387, - [0x02dc] = 0x0388, [0x02dd] = 0x0389, [0x02de] = 0x038a, [0x02e0] = 0x038c, - [0x02e2] = 0x038e, [0x02e3] = 0x038f, [0x02e4] = 0x0390, [0x02e6] = 0x03aa, - [0x02e7] = 0x03ab, [0x02e8] = 0x03ac, [0x02e9] = 0x03ad, [0x02ea] = 0x03ae, - [0x02eb] = 0x03af, [0x02ec] = 0x03b0, [0x02ed] = 0x03c2, [0x02ee] = 0x03ca, - [0x02ef] = 0x03cb, [0x02f0] = 0x03cc, [0x02f1] = 0x03cd, [0x02f2] = 0x03ce, - [0x02f4] = 0x03d0, [0x02f5] = 0x03d1, [0x02f6] = 0x03d2, [0x02f7] = 0x03d3, - [0x02f8] = 0x03d4, [0x02f9] = 0x03d5, [0x02fa] = 0x03d6, [0x02fb] = 0x03d7, - [0x02fc] = 0x03d8, [0x02fd] = 0x03d9, [0x02fe] = 0x03da, [0x02ff] = 0x03db, - [0x0300] = 0x03dc, [0x0301] = 0x03dd, [0x0302] = 0x03de, [0x0303] = 0x03df, - [0x0304] = 0x03e0, [0x0305] = 0x03e1, [0x0306] = 0x03e2, [0x0307] = 0x03e3, - [0x0308] = 0x03e4, [0x0309] = 0x03e5, [0x030a] = 0x03e6, [0x030b] = 0x03e7, - [0x030c] = 0x03e8, [0x030d] = 0x03e9, [0x030e] = 0x03ea, [0x030f] = 0x03eb, - [0x0310] = 0x03ec, [0x0311] = 0x03ed, [0x0312] = 0x03ee, [0x0313] = 0x03ef, - [0x0314] = 0x03f0, [0x0315] = 0x03f1, [0x0316] = 0x03f2, [0x0317] = 0x03f3, - [0x0318] = 0x03f4, [0x0319] = 0x03f5, [0x031a] = 0x03f6, [0x0324] = 0x0400, - [0x0325] = 0x0402, [0x0326] = 0x0403, [0x0327] = 0x0404, [0x0328] = 0x0405, - [0x0329] = 0x0406, [0x032a] = 0x0407, [0x032b] = 0x0408, [0x032c] = 0x0409, - [0x032d] = 0x040a, [0x032e] = 0x040b, [0x032f] = 0x040c, [0x0330] = 0x040d, - [0x0331] = 0x040e, [0x0332] = 0x040f, [0x0333] = 0x0450, [0x0334] = 0x0452, - [0x0335] = 0x0453, [0x0336] = 0x0454, [0x0337] = 0x0455, [0x0338] = 0x0456, - [0x0339] = 0x0457, [0x033a] = 0x0458, [0x033b] = 0x0459, [0x033c] = 0x045a, - [0x033d] = 0x045b, [0x033e] = 0x045c, [0x033f] = 0x045d, [0x0340] = 0x045e, - [0x0341] = 0x045f, [0x0342] = 0x0460, [0x0343] = 0x0461, [0x0344] = 0x0462, - [0x0345] = 0x0463, [0x0346] = 0x0464, [0x0347] = 0x0465, [0x0348] = 0x0466, - [0x0349] = 0x0467, [0x034a] = 0x0468, [0x034b] = 0x0469, [0x034c] = 0x046a, - [0x034d] = 0x046b, [0x034e] = 0x046c, [0x034f] = 0x046d, [0x0350] = 0x046e, - [0x0351] = 0x046f, [0x0352] = 0x0470, [0x0353] = 0x0471, [0x0354] = 0x0472, - [0x0355] = 0x0473, [0x0356] = 0x0474, [0x0357] = 0x0475, [0x0358] = 0x0476, - [0x0359] = 0x0477, [0x035a] = 0x0478, [0x035b] = 0x0479, [0x035c] = 0x047a, - [0x035d] = 0x047b, [0x035e] = 0x047c, [0x035f] = 0x047d, [0x0360] = 0x047e, - [0x0361] = 0x047f, [0x0362] = 0x0480, [0x0363] = 0x0481, [0x0364] = 0x0482, - [0x0365] = 0x0483, [0x0366] = 0x0484, [0x0367] = 0x0485, [0x0368] = 0x0486, - [0x036a] = 0x0488, [0x036b] = 0x0489, [0x036c] = 0x048a, [0x036d] = 0x048b, - [0x036e] = 0x048c, [0x036f] = 0x048d, [0x0370] = 0x048e, [0x0371] = 0x048f, - [0x0372] = 0x0490, [0x0373] = 0x0491, [0x0374] = 0x0492, [0x0375] = 0x0493, - [0x0376] = 0x0494, [0x0377] = 0x0495, [0x0378] = 0x0496, [0x0379] = 0x0497, - [0x037a] = 0x0498, [0x037b] = 0x0499, [0x037c] = 0x049a, [0x037d] = 0x049b, - [0x037e] = 0x049c, [0x037f] = 0x049d, [0x0380] = 0x049e, [0x0381] = 0x049f, - [0x0382] = 0x04a0, [0x0383] = 0x04a1, [0x0384] = 0x04a2, [0x0385] = 0x04a3, - [0x0386] = 0x04a4, [0x0387] = 0x04a5, [0x0388] = 0x04a6, [0x0389] = 0x04a7, - [0x038a] = 0x04a8, [0x038b] = 0x04a9, [0x038c] = 0x04aa, [0x038d] = 0x04ab, - [0x038e] = 0x04ac, [0x038f] = 0x04ad, [0x0390] = 0x04ae, [0x0391] = 0x04af, - [0x0392] = 0x04b0, [0x0393] = 0x04b1, [0x0394] = 0x04b2, [0x0395] = 0x04b3, - [0x0396] = 0x04b4, [0x0397] = 0x04b5, [0x0398] = 0x04b6, [0x0399] = 0x04b7, - [0x039a] = 0x04b8, [0x039b] = 0x04b9, [0x039c] = 0x04ba, [0x039d] = 0x04bb, - [0x039e] = 0x04bc, [0x039f] = 0x04bd, [0x03a0] = 0x04be, [0x03a1] = 0x04bf, - [0x03a2] = 0x04c0, [0x03a3] = 0x04c1, [0x03a4] = 0x04c2, [0x03a5] = 0x04c3, - [0x03a6] = 0x04c4, [0x03a7] = 0x04c5, [0x03a8] = 0x04c6, [0x03a9] = 0x04c7, - [0x03aa] = 0x04c8, [0x03ab] = 0x04c9, [0x03ac] = 0x04ca, [0x03ad] = 0x04cb, - [0x03ae] = 0x04cc, [0x03af] = 0x04cd, [0x03b0] = 0x04ce, [0x03b2] = 0x04d0, - [0x03b3] = 0x04d1, [0x03b4] = 0x04d2, [0x03b5] = 0x04d3, [0x03b6] = 0x04d4, - [0x03b7] = 0x04d5, [0x03b8] = 0x04d6, [0x03b9] = 0x04d7, [0x03ba] = 0x04d8, - [0x03bb] = 0x04d9, [0x03bc] = 0x04da, [0x03bd] = 0x04db, [0x03be] = 0x04dc, - [0x03bf] = 0x04dd, [0x03c0] = 0x04de, [0x03c1] = 0x04df, [0x03c2] = 0x04e0, - [0x03c3] = 0x04e1, [0x03c4] = 0x04e2, [0x03c5] = 0x04e3, [0x03c6] = 0x04e4, - [0x03c7] = 0x04e5, [0x03c8] = 0x04e6, [0x03c9] = 0x04e7, [0x03ca] = 0x04e8, - [0x03cb] = 0x04e9, [0x03cc] = 0x04ea, [0x03cd] = 0x04eb, [0x03ce] = 0x04ec, - [0x03cf] = 0x04ed, [0x03d0] = 0x04ee, [0x03d1] = 0x04ef, [0x03d2] = 0x04f0, - [0x03d3] = 0x04f1, [0x03d4] = 0x04f2, [0x03d5] = 0x04f3, [0x03d6] = 0x04f4, - [0x03d7] = 0x04f5, [0x03da] = 0x04f8, [0x03db] = 0x04f9, [0x03e2] = 0x0500, - [0x03e3] = 0x0501, [0x03e4] = 0x0502, [0x03e5] = 0x0503, [0x03e6] = 0x0504, - [0x03e7] = 0x0505, [0x03e8] = 0x0506, [0x03e9] = 0x0507, [0x03ea] = 0x0508, - [0x03eb] = 0x0509, [0x03ec] = 0x050a, [0x03ed] = 0x050b, [0x03ee] = 0x050c, - [0x03ef] = 0x050d, [0x03f0] = 0x050e, [0x03f1] = 0x050f, [0x0413] = 0x0531, - [0x0414] = 0x0532, [0x0415] = 0x0533, [0x0416] = 0x0534, [0x0417] = 0x0535, - [0x0418] = 0x0536, [0x0419] = 0x0537, [0x041a] = 0x0538, [0x041b] = 0x0539, - [0x041c] = 0x053a, [0x041d] = 0x053b, [0x041e] = 0x053c, [0x041f] = 0x053d, - [0x0420] = 0x053e, [0x0421] = 0x053f, [0x0422] = 0x0540, [0x0423] = 0x0541, - [0x0424] = 0x0542, [0x0425] = 0x0543, [0x0426] = 0x0544, [0x0427] = 0x0545, - [0x0428] = 0x0546, [0x0429] = 0x0547, [0x042a] = 0x0548, [0x042b] = 0x0549, - [0x042c] = 0x054a, [0x042d] = 0x054b, [0x042e] = 0x054c, [0x042f] = 0x054d, - [0x0430] = 0x054e, [0x0431] = 0x054f, [0x0432] = 0x0550, [0x0433] = 0x0551, - [0x0434] = 0x0552, [0x0435] = 0x0553, [0x0436] = 0x0554, [0x0437] = 0x0555, - [0x0438] = 0x0556, [0x043b] = 0x0559, [0x043c] = 0x055a, [0x043d] = 0x055b, - [0x043e] = 0x055c, [0x043f] = 0x055d, [0x0440] = 0x055e, [0x0441] = 0x055f, - [0x0443] = 0x0561, [0x0444] = 0x0562, [0x0445] = 0x0563, [0x0446] = 0x0564, - [0x0447] = 0x0565, [0x0448] = 0x0566, [0x0449] = 0x0567, [0x044a] = 0x0568, - [0x044b] = 0x0569, [0x044c] = 0x056a, [0x044d] = 0x056b, [0x044e] = 0x056c, - [0x044f] = 0x056d, [0x0450] = 0x056e, [0x0451] = 0x056f, [0x0452] = 0x0570, - [0x0453] = 0x0571, [0x0454] = 0x0572, [0x0455] = 0x0573, [0x0456] = 0x0574, - [0x0457] = 0x0575, [0x0458] = 0x0576, [0x0459] = 0x0577, [0x045a] = 0x0578, - [0x045b] = 0x0579, [0x045c] = 0x057a, [0x045d] = 0x057b, [0x045e] = 0x057c, - [0x045f] = 0x057d, [0x0460] = 0x057e, [0x0461] = 0x057f, [0x0462] = 0x0580, - [0x0463] = 0x0581, [0x0464] = 0x0582, [0x0465] = 0x0583, [0x0466] = 0x0584, - [0x0467] = 0x0585, [0x0468] = 0x0586, [0x0469] = 0x0587, [0x046b] = 0x0589, - [0x046c] = 0x058a, [0x0473] = 0x0591, [0x0474] = 0x0592, [0x0475] = 0x0593, - [0x0476] = 0x0594, [0x0477] = 0x0595, [0x0478] = 0x0596, [0x0479] = 0x0597, - [0x047a] = 0x0598, [0x047b] = 0x0599, [0x047c] = 0x059a, [0x047d] = 0x059b, - [0x047e] = 0x059c, [0x047f] = 0x059d, [0x0480] = 0x059e, [0x0481] = 0x059f, - [0x0482] = 0x05a0, [0x0483] = 0x05a1, [0x0485] = 0x05a3, [0x0486] = 0x05a4, - [0x0487] = 0x05a5, [0x0488] = 0x05a6, [0x0489] = 0x05a7, [0x048a] = 0x05a8, - [0x048b] = 0x05a9, [0x048c] = 0x05aa, [0x048d] = 0x05ab, [0x048e] = 0x05ac, - [0x048f] = 0x05ad, [0x0490] = 0x05ae, [0x0491] = 0x05af, [0x0492] = 0x05b0, - [0x0493] = 0x05b1, [0x0494] = 0x05b2, [0x0495] = 0x05b3, [0x0496] = 0x05b4, - [0x0497] = 0x05b5, [0x0498] = 0x05b6, [0x0499] = 0x05b7, [0x049a] = 0x05b8, - [0x049b] = 0x05b9, [0x049d] = 0x05bb, [0x049e] = 0x05bc, [0x049f] = 0x05bd, - [0x04a0] = 0x05be, [0x04a1] = 0x05bf, [0x04a2] = 0x05c0, [0x04a3] = 0x05c1, - [0x04a4] = 0x05c2, [0x04a5] = 0x05c3, [0x04a6] = 0x05c4, [0x04b2] = 0x05d0, - [0x04b3] = 0x05d1, [0x04b4] = 0x05d2, [0x04b5] = 0x05d3, [0x04b6] = 0x05d4, - [0x04b7] = 0x05d5, [0x04b8] = 0x05d6, [0x04b9] = 0x05d7, [0x04ba] = 0x05d8, - [0x04bb] = 0x05d9, [0x04bc] = 0x05da, [0x04bd] = 0x05db, [0x04be] = 0x05dc, - [0x04bf] = 0x05dd, [0x04c0] = 0x05de, [0x04c1] = 0x05df, [0x04c2] = 0x05e0, - [0x04c3] = 0x05e1, [0x04c4] = 0x05e2, [0x04c5] = 0x05e3, [0x04c6] = 0x05e4, - [0x04c7] = 0x05e5, [0x04c8] = 0x05e6, [0x04c9] = 0x05e7, [0x04ca] = 0x05e8, - [0x04cb] = 0x05e9, [0x04cc] = 0x05ea, [0x04d2] = 0x05f0, [0x04d3] = 0x05f1, - [0x04d4] = 0x05f2, [0x04d5] = 0x05f3, [0x04d6] = 0x05f4, [0x04ee] = 0x060c, - [0x04fd] = 0x061b, [0x0501] = 0x061f, [0x0503] = 0x0621, [0x0504] = 0x0622, - [0x0505] = 0x0623, [0x0506] = 0x0624, [0x0507] = 0x0625, [0x0508] = 0x0626, - [0x0509] = 0x0627, [0x050a] = 0x0628, [0x050b] = 0x0629, [0x050c] = 0x062a, - [0x050d] = 0x062b, [0x050e] = 0x062c, [0x050f] = 0x062d, [0x0510] = 0x062e, - [0x0511] = 0x062f, [0x0512] = 0x0630, [0x0513] = 0x0631, [0x0514] = 0x0632, - [0x0515] = 0x0633, [0x0516] = 0x0634, [0x0517] = 0x0635, [0x0518] = 0x0636, - [0x0519] = 0x0637, [0x051a] = 0x0638, [0x051b] = 0x0639, [0x051c] = 0x063a, - [0x0522] = 0x0640, [0x0523] = 0x0641, [0x0524] = 0x0642, [0x0525] = 0x0643, - [0x0526] = 0x0644, [0x0527] = 0x0645, [0x0528] = 0x0646, [0x0529] = 0x0647, - [0x052a] = 0x0648, [0x052b] = 0x0649, [0x052c] = 0x064a, [0x052d] = 0x064b, - [0x052e] = 0x064c, [0x052f] = 0x064d, [0x0530] = 0x064e, [0x0531] = 0x064f, - [0x0532] = 0x0650, [0x0533] = 0x0651, [0x0534] = 0x0652, [0x0535] = 0x0653, - [0x0536] = 0x0654, [0x0537] = 0x0655, [0x0542] = 0x0660, [0x0543] = 0x0661, - [0x0544] = 0x0662, [0x0545] = 0x0663, [0x0546] = 0x0664, [0x0547] = 0x0665, - [0x0548] = 0x0666, [0x0549] = 0x0667, [0x054a] = 0x0668, [0x054b] = 0x0669, - [0x054c] = 0x066a, [0x054d] = 0x066b, [0x054e] = 0x066c, [0x054f] = 0x066d, - [0x0550] = 0x066e, [0x0551] = 0x066f, [0x0552] = 0x0670, [0x0553] = 0x0671, - [0x0554] = 0x0672, [0x0555] = 0x0673, [0x0556] = 0x0674, [0x0557] = 0x0675, - [0x0558] = 0x0676, [0x0559] = 0x0677, [0x055a] = 0x0678, [0x055b] = 0x0679, - [0x055c] = 0x067a, [0x055d] = 0x067b, [0x055e] = 0x067c, [0x055f] = 0x067d, - [0x0560] = 0x067e, [0x0561] = 0x067f, [0x0562] = 0x0680, [0x0563] = 0x0681, - [0x0564] = 0x0682, [0x0565] = 0x0683, [0x0566] = 0x0684, [0x0567] = 0x0685, - [0x0568] = 0x0686, [0x0569] = 0x0687, [0x056a] = 0x0688, [0x056b] = 0x0689, - [0x056c] = 0x068a, [0x056d] = 0x068b, [0x056e] = 0x068c, [0x056f] = 0x068d, - [0x0570] = 0x068e, [0x0571] = 0x068f, [0x0572] = 0x0690, [0x0573] = 0x0691, - [0x0574] = 0x0692, [0x0575] = 0x0693, [0x0576] = 0x0694, [0x0577] = 0x0695, - [0x0578] = 0x0696, [0x0579] = 0x0697, [0x057a] = 0x0698, [0x057b] = 0x0699, - [0x057c] = 0x069a, [0x057d] = 0x069b, [0x057e] = 0x069c, [0x057f] = 0x069d, - [0x0580] = 0x069e, [0x0581] = 0x069f, [0x0582] = 0x06a0, [0x0583] = 0x06a1, - [0x0584] = 0x06a2, [0x0585] = 0x06a3, [0x0586] = 0x06a4, [0x0587] = 0x06a5, - [0x0588] = 0x06a6, [0x0589] = 0x06a7, [0x058a] = 0x06a8, [0x058b] = 0x06a9, - [0x058c] = 0x06aa, [0x058d] = 0x06ab, [0x058e] = 0x06ac, [0x058f] = 0x06ad, - [0x0590] = 0x06ae, [0x0591] = 0x06af, [0x0592] = 0x06b0, [0x0593] = 0x06b1, - [0x0594] = 0x06b2, [0x0595] = 0x06b3, [0x0596] = 0x06b4, [0x0597] = 0x06b5, - [0x0598] = 0x06b6, [0x0599] = 0x06b7, [0x059a] = 0x06b8, [0x059b] = 0x06b9, - [0x059c] = 0x06ba, [0x059d] = 0x06bb, [0x059e] = 0x06bc, [0x059f] = 0x06bd, - [0x05a0] = 0x06be, [0x05a1] = 0x06bf, [0x05a2] = 0x06c0, [0x05a3] = 0x06c1, - [0x05a4] = 0x06c2, [0x05a5] = 0x06c3, [0x05a6] = 0x06c4, [0x05a7] = 0x06c5, - [0x05a8] = 0x06c6, [0x05a9] = 0x06c7, [0x05aa] = 0x06c8, [0x05ab] = 0x06c9, - [0x05ac] = 0x06ca, [0x05ad] = 0x06cb, [0x05ae] = 0x06cc, [0x05af] = 0x06cd, - [0x05b0] = 0x06ce, [0x05b1] = 0x06cf, [0x05b2] = 0x06d0, [0x05b3] = 0x06d1, - [0x05b4] = 0x06d2, [0x05b5] = 0x06d3, [0x05b6] = 0x06d4, [0x05b7] = 0x06d5, - [0x05b8] = 0x06d6, [0x05b9] = 0x06d7, [0x05ba] = 0x06d8, [0x05bb] = 0x06d9, - [0x05bc] = 0x06da, [0x05bd] = 0x06db, [0x05be] = 0x06dc, [0x05bf] = 0x06dd, - [0x05c0] = 0x06de, [0x05c1] = 0x06df, [0x05c2] = 0x06e0, [0x05c3] = 0x06e1, - [0x05c4] = 0x06e2, [0x05c5] = 0x06e3, [0x05c6] = 0x06e4, [0x05c7] = 0x06e5, - [0x05c8] = 0x06e6, [0x05c9] = 0x06e7, [0x05ca] = 0x06e8, [0x05cb] = 0x06e9, - [0x05cc] = 0x06ea, [0x05cd] = 0x06eb, [0x05ce] = 0x06ec, [0x05cf] = 0x06ed, - [0x05d2] = 0x06f0, [0x05d3] = 0x06f1, [0x05d4] = 0x06f2, [0x05d5] = 0x06f3, - [0x05d6] = 0x06f4, [0x05d7] = 0x06f5, [0x05d8] = 0x06f6, [0x05d9] = 0x06f7, - [0x05da] = 0x06f8, [0x05db] = 0x06f9, [0x05dc] = 0x06fa, [0x05dd] = 0x06fb, - [0x05de] = 0x06fc, [0x05df] = 0x06fd, [0x05e0] = 0x06fe, [0x05e2] = 0x0700, - [0x05e3] = 0x0701, [0x05e4] = 0x0702, [0x05e5] = 0x0703, [0x05e6] = 0x0704, - [0x05e7] = 0x0705, [0x05e8] = 0x0706, [0x05e9] = 0x0707, [0x05ea] = 0x0708, - [0x05eb] = 0x0709, [0x05ec] = 0x070a, [0x05ed] = 0x070b, [0x05ee] = 0x070c, - [0x05ef] = 0x070d, [0x05f1] = 0x070f, [0x05f2] = 0x0710, [0x05f3] = 0x0711, - [0x05f4] = 0x0712, [0x05f5] = 0x0713, [0x05f6] = 0x0714, [0x05f7] = 0x0715, - [0x05f8] = 0x0716, [0x05f9] = 0x0717, [0x05fa] = 0x0718, [0x05fb] = 0x0719, - [0x05fc] = 0x071a, [0x05fd] = 0x071b, [0x05fe] = 0x071c, [0x05ff] = 0x071d, - [0x0600] = 0x071e, [0x0601] = 0x071f, [0x0602] = 0x0720, [0x0603] = 0x0721, - [0x0604] = 0x0722, [0x0605] = 0x0723, [0x0606] = 0x0724, [0x0607] = 0x0725, - [0x0608] = 0x0726, [0x0609] = 0x0727, [0x060a] = 0x0728, [0x060b] = 0x0729, - [0x060c] = 0x072a, [0x060d] = 0x072b, [0x060e] = 0x072c, [0x0612] = 0x0730, - [0x0613] = 0x0731, [0x0614] = 0x0732, [0x0615] = 0x0733, [0x0616] = 0x0734, - [0x0617] = 0x0735, [0x0618] = 0x0736, [0x0619] = 0x0737, [0x061a] = 0x0738, - [0x061b] = 0x0739, [0x061c] = 0x073a, [0x061d] = 0x073b, [0x061e] = 0x073c, - [0x061f] = 0x073d, [0x0620] = 0x073e, [0x0621] = 0x073f, [0x0622] = 0x0740, - [0x0623] = 0x0741, [0x0624] = 0x0742, [0x0625] = 0x0743, [0x0626] = 0x0744, - [0x0627] = 0x0745, [0x0628] = 0x0746, [0x0629] = 0x0747, [0x062a] = 0x0748, - [0x062b] = 0x0749, [0x062c] = 0x074a, [0x0662] = 0x0780, [0x0663] = 0x0781, - [0x0664] = 0x0782, [0x0665] = 0x0783, [0x0666] = 0x0784, [0x0667] = 0x0785, - [0x0668] = 0x0786, [0x0669] = 0x0787, [0x066a] = 0x0788, [0x066b] = 0x0789, - [0x066c] = 0x078a, [0x066d] = 0x078b, [0x066e] = 0x078c, [0x066f] = 0x078d, - [0x0670] = 0x078e, [0x0671] = 0x078f, [0x0672] = 0x0790, [0x0673] = 0x0791, - [0x0674] = 0x0792, [0x0675] = 0x0793, [0x0676] = 0x0794, [0x0677] = 0x0795, - [0x0678] = 0x0796, [0x0679] = 0x0797, [0x067a] = 0x0798, [0x067b] = 0x0799, - [0x067c] = 0x079a, [0x067d] = 0x079b, [0x067e] = 0x079c, [0x067f] = 0x079d, - [0x0680] = 0x079e, [0x0681] = 0x079f, [0x0682] = 0x07a0, [0x0683] = 0x07a1, - [0x0684] = 0x07a2, [0x0685] = 0x07a3, [0x0686] = 0x07a4, [0x0687] = 0x07a5, - [0x0688] = 0x07a6, [0x0689] = 0x07a7, [0x068a] = 0x07a8, [0x068b] = 0x07a9, - [0x068c] = 0x07aa, [0x068d] = 0x07ab, [0x068e] = 0x07ac, [0x068f] = 0x07ad, - [0x0690] = 0x07ae, [0x0691] = 0x07af, [0x0692] = 0x07b0, [0x0693] = 0x07b1, - [0x07e3] = 0x0901, [0x07e4] = 0x0902, [0x07e5] = 0x0903, [0x07e7] = 0x0905, - [0x07e8] = 0x0906, [0x07e9] = 0x0907, [0x07ea] = 0x0908, [0x07eb] = 0x0909, - [0x07ec] = 0x090a, [0x07ed] = 0x090b, [0x07ee] = 0x090c, [0x07ef] = 0x090d, - [0x07f0] = 0x090e, [0x07f1] = 0x090f, [0x07f2] = 0x0910, [0x07f3] = 0x0911, - [0x07f4] = 0x0912, [0x07f5] = 0x0913, [0x07f6] = 0x0914, [0x07f7] = 0x0915, - [0x07f8] = 0x0916, [0x07f9] = 0x0917, [0x07fa] = 0x0918, [0x07fb] = 0x0919, - [0x07fc] = 0x091a, [0x07fd] = 0x091b, [0x07fe] = 0x091c, [0x07ff] = 0x091d, - [0x0800] = 0x091e, [0x0801] = 0x091f, [0x0802] = 0x0920, [0x0803] = 0x0921, - [0x0804] = 0x0922, [0x0805] = 0x0923, [0x0806] = 0x0924, [0x0807] = 0x0925, - [0x0808] = 0x0926, [0x0809] = 0x0927, [0x080a] = 0x0928, [0x080b] = 0x0929, - [0x080c] = 0x092a, [0x080d] = 0x092b, [0x080e] = 0x092c, [0x080f] = 0x092d, - [0x0810] = 0x092e, [0x0811] = 0x092f, [0x0812] = 0x0930, [0x0813] = 0x0931, - [0x0814] = 0x0932, [0x0815] = 0x0933, [0x0816] = 0x0934, [0x0817] = 0x0935, - [0x0818] = 0x0936, [0x0819] = 0x0937, [0x081a] = 0x0938, [0x081b] = 0x0939, - [0x081e] = 0x093c, [0x081f] = 0x093d, [0x0820] = 0x093e, [0x0821] = 0x093f, - [0x0822] = 0x0940, [0x0823] = 0x0941, [0x0824] = 0x0942, [0x0825] = 0x0943, - [0x0826] = 0x0944, [0x0827] = 0x0945, [0x0828] = 0x0946, [0x0829] = 0x0947, - [0x082a] = 0x0948, [0x082b] = 0x0949, [0x082c] = 0x094a, [0x082d] = 0x094b, - [0x082e] = 0x094c, [0x082f] = 0x094d, [0x0832] = 0x0950, [0x0833] = 0x0951, - [0x0834] = 0x0952, [0x0835] = 0x0953, [0x0836] = 0x0954, [0x083a] = 0x0958, - [0x083b] = 0x0959, [0x083c] = 0x095a, [0x083d] = 0x095b, [0x083e] = 0x095c, - [0x083f] = 0x095d, [0x0840] = 0x095e, [0x0841] = 0x095f, [0x0842] = 0x0960, - [0x0843] = 0x0961, [0x0844] = 0x0962, [0x0845] = 0x0963, [0x0846] = 0x0964, - [0x0847] = 0x0965, [0x0848] = 0x0966, [0x0849] = 0x0967, [0x084a] = 0x0968, - [0x084b] = 0x0969, [0x084c] = 0x096a, [0x084d] = 0x096b, [0x084e] = 0x096c, - [0x084f] = 0x096d, [0x0850] = 0x096e, [0x0851] = 0x096f, [0x0852] = 0x0970, - [0x0863] = 0x0981, [0x0864] = 0x0982, [0x0865] = 0x0983, [0x0867] = 0x0985, - [0x0868] = 0x0986, [0x0869] = 0x0987, [0x086a] = 0x0988, [0x086b] = 0x0989, - [0x086c] = 0x098a, [0x086d] = 0x098b, [0x086e] = 0x098c, [0x0871] = 0x098f, - [0x0872] = 0x0990, [0x0875] = 0x0993, [0x0876] = 0x0994, [0x0877] = 0x0995, - [0x0878] = 0x0996, [0x0879] = 0x0997, [0x087a] = 0x0998, [0x087b] = 0x0999, - [0x087c] = 0x099a, [0x087d] = 0x099b, [0x087e] = 0x099c, [0x087f] = 0x099d, - [0x0880] = 0x099e, [0x0881] = 0x099f, [0x0882] = 0x09a0, [0x0883] = 0x09a1, - [0x0884] = 0x09a2, [0x0885] = 0x09a3, [0x0886] = 0x09a4, [0x0887] = 0x09a5, - [0x0888] = 0x09a6, [0x0889] = 0x09a7, [0x088a] = 0x09a8, [0x088c] = 0x09aa, - [0x088d] = 0x09ab, [0x088e] = 0x09ac, [0x088f] = 0x09ad, [0x0890] = 0x09ae, - [0x0891] = 0x09af, [0x0892] = 0x09b0, [0x0894] = 0x09b2, [0x0898] = 0x09b6, - [0x0899] = 0x09b7, [0x089a] = 0x09b8, [0x089b] = 0x09b9, [0x089e] = 0x09bc, - [0x08a0] = 0x09be, [0x08a1] = 0x09bf, [0x08a2] = 0x09c0, [0x08a3] = 0x09c1, - [0x08a4] = 0x09c2, [0x08a5] = 0x09c3, [0x08a6] = 0x09c4, [0x08a9] = 0x09c7, - [0x08aa] = 0x09c8, [0x08ad] = 0x09cb, [0x08ae] = 0x09cc, [0x08af] = 0x09cd, - [0x08b9] = 0x09d7, [0x08be] = 0x09dc, [0x08bf] = 0x09dd, [0x08c1] = 0x09df, - [0x08c2] = 0x09e0, [0x08c3] = 0x09e1, [0x08c4] = 0x09e2, [0x08c5] = 0x09e3, - [0x08c8] = 0x09e6, [0x08c9] = 0x09e7, [0x08ca] = 0x09e8, [0x08cb] = 0x09e9, - [0x08cc] = 0x09ea, [0x08cd] = 0x09eb, [0x08ce] = 0x09ec, [0x08cf] = 0x09ed, - [0x08d0] = 0x09ee, [0x08d1] = 0x09ef, [0x08d2] = 0x09f0, [0x08d3] = 0x09f1, - [0x08d4] = 0x09f2, [0x08d5] = 0x09f3, [0x08d6] = 0x09f4, [0x08d7] = 0x09f5, - [0x08d8] = 0x09f6, [0x08d9] = 0x09f7, [0x08da] = 0x09f8, [0x08db] = 0x09f9, - [0x08dc] = 0x09fa, [0x08e4] = 0x0a02, [0x08e7] = 0x0a05, [0x08e8] = 0x0a06, - [0x08e9] = 0x0a07, [0x08ea] = 0x0a08, [0x08eb] = 0x0a09, [0x08ec] = 0x0a0a, - [0x08f1] = 0x0a0f, [0x08f2] = 0x0a10, [0x08f5] = 0x0a13, [0x08f6] = 0x0a14, - [0x08f7] = 0x0a15, [0x08f8] = 0x0a16, [0x08f9] = 0x0a17, [0x08fa] = 0x0a18, - [0x08fb] = 0x0a19, [0x08fc] = 0x0a1a, [0x08fd] = 0x0a1b, [0x08fe] = 0x0a1c, - [0x08ff] = 0x0a1d, [0x0900] = 0x0a1e, [0x0901] = 0x0a1f, [0x0902] = 0x0a20, - [0x0903] = 0x0a21, [0x0904] = 0x0a22, [0x0905] = 0x0a23, [0x0906] = 0x0a24, - [0x0907] = 0x0a25, [0x0908] = 0x0a26, [0x0909] = 0x0a27, [0x090a] = 0x0a28, - [0x090c] = 0x0a2a, [0x090d] = 0x0a2b, [0x090e] = 0x0a2c, [0x090f] = 0x0a2d, - [0x0910] = 0x0a2e, [0x0911] = 0x0a2f, [0x0912] = 0x0a30, [0x0914] = 0x0a32, - [0x0915] = 0x0a33, [0x0917] = 0x0a35, [0x0918] = 0x0a36, [0x091a] = 0x0a38, - [0x091b] = 0x0a39, [0x091e] = 0x0a3c, [0x0920] = 0x0a3e, [0x0921] = 0x0a3f, - [0x0922] = 0x0a40, [0x0923] = 0x0a41, [0x0924] = 0x0a42, [0x0929] = 0x0a47, - [0x092a] = 0x0a48, [0x092d] = 0x0a4b, [0x092e] = 0x0a4c, [0x092f] = 0x0a4d, - [0x093b] = 0x0a59, [0x093c] = 0x0a5a, [0x093d] = 0x0a5b, [0x093e] = 0x0a5c, - [0x0940] = 0x0a5e, [0x0948] = 0x0a66, [0x0949] = 0x0a67, [0x094a] = 0x0a68, - [0x094b] = 0x0a69, [0x094c] = 0x0a6a, [0x094d] = 0x0a6b, [0x094e] = 0x0a6c, - [0x094f] = 0x0a6d, [0x0950] = 0x0a6e, [0x0951] = 0x0a6f, [0x0952] = 0x0a70, - [0x0953] = 0x0a71, [0x0954] = 0x0a72, [0x0955] = 0x0a73, [0x0956] = 0x0a74, - [0x0963] = 0x0a81, [0x0964] = 0x0a82, [0x0965] = 0x0a83, [0x0967] = 0x0a85, - [0x0968] = 0x0a86, [0x0969] = 0x0a87, [0x096a] = 0x0a88, [0x096b] = 0x0a89, - [0x096c] = 0x0a8a, [0x096d] = 0x0a8b, [0x096f] = 0x0a8d, [0x0971] = 0x0a8f, - [0x0972] = 0x0a90, [0x0973] = 0x0a91, [0x0975] = 0x0a93, [0x0976] = 0x0a94, - [0x0977] = 0x0a95, [0x0978] = 0x0a96, [0x0979] = 0x0a97, [0x097a] = 0x0a98, - [0x097b] = 0x0a99, [0x097c] = 0x0a9a, [0x097d] = 0x0a9b, [0x097e] = 0x0a9c, - [0x097f] = 0x0a9d, [0x0980] = 0x0a9e, [0x0981] = 0x0a9f, [0x0982] = 0x0aa0, - [0x0983] = 0x0aa1, [0x0984] = 0x0aa2, [0x0985] = 0x0aa3, [0x0986] = 0x0aa4, - [0x0987] = 0x0aa5, [0x0988] = 0x0aa6, [0x0989] = 0x0aa7, [0x098a] = 0x0aa8, - [0x098c] = 0x0aaa, [0x098d] = 0x0aab, [0x098e] = 0x0aac, [0x098f] = 0x0aad, - [0x0990] = 0x0aae, [0x0991] = 0x0aaf, [0x0992] = 0x0ab0, [0x0994] = 0x0ab2, - [0x0995] = 0x0ab3, [0x0997] = 0x0ab5, [0x0998] = 0x0ab6, [0x0999] = 0x0ab7, - [0x099a] = 0x0ab8, [0x099b] = 0x0ab9, [0x099e] = 0x0abc, [0x099f] = 0x0abd, - [0x09a0] = 0x0abe, [0x09a1] = 0x0abf, [0x09a2] = 0x0ac0, [0x09a3] = 0x0ac1, - [0x09a4] = 0x0ac2, [0x09a5] = 0x0ac3, [0x09a6] = 0x0ac4, [0x09a7] = 0x0ac5, - [0x09a9] = 0x0ac7, [0x09aa] = 0x0ac8, [0x09ab] = 0x0ac9, [0x09ad] = 0x0acb, - [0x09ae] = 0x0acc, [0x09af] = 0x0acd, [0x09b2] = 0x0ad0, [0x09c2] = 0x0ae0, - [0x09c8] = 0x0ae6, [0x09c9] = 0x0ae7, [0x09ca] = 0x0ae8, [0x09cb] = 0x0ae9, - [0x09cc] = 0x0aea, [0x09cd] = 0x0aeb, [0x09ce] = 0x0aec, [0x09cf] = 0x0aed, - [0x09d0] = 0x0aee, [0x09d1] = 0x0aef, [0x09e3] = 0x0b01, [0x09e4] = 0x0b02, - [0x09e5] = 0x0b03, [0x09e7] = 0x0b05, [0x09e8] = 0x0b06, [0x09e9] = 0x0b07, - [0x09ea] = 0x0b08, [0x09eb] = 0x0b09, [0x09ec] = 0x0b0a, [0x09ed] = 0x0b0b, - [0x09ee] = 0x0b0c, [0x09f1] = 0x0b0f, [0x09f2] = 0x0b10, [0x09f5] = 0x0b13, - [0x09f6] = 0x0b14, [0x09f7] = 0x0b15, [0x09f8] = 0x0b16, [0x09f9] = 0x0b17, - [0x09fa] = 0x0b18, [0x09fb] = 0x0b19, [0x09fc] = 0x0b1a, [0x09fd] = 0x0b1b, - [0x09fe] = 0x0b1c, [0x09ff] = 0x0b1d, [0x0a00] = 0x0b1e, [0x0a01] = 0x0b1f, - [0x0a02] = 0x0b20, [0x0a03] = 0x0b21, [0x0a04] = 0x0b22, [0x0a05] = 0x0b23, - [0x0a06] = 0x0b24, [0x0a07] = 0x0b25, [0x0a08] = 0x0b26, [0x0a09] = 0x0b27, - [0x0a0a] = 0x0b28, [0x0a0c] = 0x0b2a, [0x0a0d] = 0x0b2b, [0x0a0e] = 0x0b2c, - [0x0a0f] = 0x0b2d, [0x0a10] = 0x0b2e, [0x0a11] = 0x0b2f, [0x0a12] = 0x0b30, - [0x0a14] = 0x0b32, [0x0a15] = 0x0b33, [0x0a18] = 0x0b36, [0x0a19] = 0x0b37, - [0x0a1a] = 0x0b38, [0x0a1b] = 0x0b39, [0x0a1e] = 0x0b3c, [0x0a1f] = 0x0b3d, - [0x0a20] = 0x0b3e, [0x0a21] = 0x0b3f, [0x0a22] = 0x0b40, [0x0a23] = 0x0b41, - [0x0a24] = 0x0b42, [0x0a25] = 0x0b43, [0x0a29] = 0x0b47, [0x0a2a] = 0x0b48, - [0x0a2d] = 0x0b4b, [0x0a2e] = 0x0b4c, [0x0a2f] = 0x0b4d, [0x0a38] = 0x0b56, - [0x0a39] = 0x0b57, [0x0a3e] = 0x0b5c, [0x0a3f] = 0x0b5d, [0x0a41] = 0x0b5f, - [0x0a42] = 0x0b60, [0x0a43] = 0x0b61, [0x0a48] = 0x0b66, [0x0a49] = 0x0b67, - [0x0a4a] = 0x0b68, [0x0a4b] = 0x0b69, [0x0a4c] = 0x0b6a, [0x0a4d] = 0x0b6b, - [0x0a4e] = 0x0b6c, [0x0a4f] = 0x0b6d, [0x0a50] = 0x0b6e, [0x0a51] = 0x0b6f, - [0x0a52] = 0x0b70, [0x0a64] = 0x0b82, [0x0a65] = 0x0b83, [0x0a67] = 0x0b85, - [0x0a68] = 0x0b86, [0x0a69] = 0x0b87, [0x0a6a] = 0x0b88, [0x0a6b] = 0x0b89, - [0x0a6c] = 0x0b8a, [0x0a70] = 0x0b8e, [0x0a71] = 0x0b8f, [0x0a72] = 0x0b90, - [0x0a74] = 0x0b92, [0x0a75] = 0x0b93, [0x0a76] = 0x0b94, [0x0a77] = 0x0b95, - [0x0a7b] = 0x0b99, [0x0a7c] = 0x0b9a, [0x0a7e] = 0x0b9c, [0x0a80] = 0x0b9e, - [0x0a81] = 0x0b9f, [0x0a85] = 0x0ba3, [0x0a86] = 0x0ba4, [0x0a8a] = 0x0ba8, - [0x0a8b] = 0x0ba9, [0x0a8c] = 0x0baa, [0x0a90] = 0x0bae, [0x0a91] = 0x0baf, - [0x0a92] = 0x0bb0, [0x0a93] = 0x0bb1, [0x0a94] = 0x0bb2, [0x0a95] = 0x0bb3, - [0x0a96] = 0x0bb4, [0x0a97] = 0x0bb5, [0x0a99] = 0x0bb7, [0x0a9a] = 0x0bb8, - [0x0a9b] = 0x0bb9, [0x0aa0] = 0x0bbe, [0x0aa1] = 0x0bbf, [0x0aa2] = 0x0bc0, - [0x0aa3] = 0x0bc1, [0x0aa4] = 0x0bc2, [0x0aa8] = 0x0bc6, [0x0aa9] = 0x0bc7, - [0x0aaa] = 0x0bc8, [0x0aac] = 0x0bca, [0x0aad] = 0x0bcb, [0x0aae] = 0x0bcc, - [0x0aaf] = 0x0bcd, [0x0ab9] = 0x0bd7, [0x0ac9] = 0x0be7, [0x0aca] = 0x0be8, - [0x0acb] = 0x0be9, [0x0acc] = 0x0bea, [0x0acd] = 0x0beb, [0x0ace] = 0x0bec, - [0x0acf] = 0x0bed, [0x0ad0] = 0x0bee, [0x0ad1] = 0x0bef, [0x0ad2] = 0x0bf0, - [0x0ad3] = 0x0bf1, [0x0ad4] = 0x0bf2, [0x0ae3] = 0x0c01, [0x0ae4] = 0x0c02, - [0x0ae5] = 0x0c03, [0x0ae7] = 0x0c05, [0x0ae8] = 0x0c06, [0x0ae9] = 0x0c07, - [0x0aea] = 0x0c08, [0x0aeb] = 0x0c09, [0x0aec] = 0x0c0a, [0x0aed] = 0x0c0b, - [0x0aee] = 0x0c0c, [0x0af0] = 0x0c0e, [0x0af1] = 0x0c0f, [0x0af2] = 0x0c10, - [0x0af4] = 0x0c12, [0x0af5] = 0x0c13, [0x0af6] = 0x0c14, [0x0af7] = 0x0c15, - [0x0af8] = 0x0c16, [0x0af9] = 0x0c17, [0x0afa] = 0x0c18, [0x0afb] = 0x0c19, - [0x0afc] = 0x0c1a, [0x0afd] = 0x0c1b, [0x0afe] = 0x0c1c, [0x0aff] = 0x0c1d, - [0x0b00] = 0x0c1e, [0x0b01] = 0x0c1f, [0x0b02] = 0x0c20, [0x0b03] = 0x0c21, - [0x0b04] = 0x0c22, [0x0b05] = 0x0c23, [0x0b06] = 0x0c24, [0x0b07] = 0x0c25, - [0x0b08] = 0x0c26, [0x0b09] = 0x0c27, [0x0b0a] = 0x0c28, [0x0b0c] = 0x0c2a, - [0x0b0d] = 0x0c2b, [0x0b0e] = 0x0c2c, [0x0b0f] = 0x0c2d, [0x0b10] = 0x0c2e, - [0x0b11] = 0x0c2f, [0x0b12] = 0x0c30, [0x0b13] = 0x0c31, [0x0b14] = 0x0c32, - [0x0b15] = 0x0c33, [0x0b17] = 0x0c35, [0x0b18] = 0x0c36, [0x0b19] = 0x0c37, - [0x0b1a] = 0x0c38, [0x0b1b] = 0x0c39, [0x0b20] = 0x0c3e, [0x0b21] = 0x0c3f, - [0x0b22] = 0x0c40, [0x0b23] = 0x0c41, [0x0b24] = 0x0c42, [0x0b25] = 0x0c43, - [0x0b26] = 0x0c44, [0x0b28] = 0x0c46, [0x0b29] = 0x0c47, [0x0b2a] = 0x0c48, - [0x0b2c] = 0x0c4a, [0x0b2d] = 0x0c4b, [0x0b2e] = 0x0c4c, [0x0b2f] = 0x0c4d, - [0x0b37] = 0x0c55, [0x0b38] = 0x0c56, [0x0b42] = 0x0c60, [0x0b43] = 0x0c61, - [0x0b48] = 0x0c66, [0x0b49] = 0x0c67, [0x0b4a] = 0x0c68, [0x0b4b] = 0x0c69, - [0x0b4c] = 0x0c6a, [0x0b4d] = 0x0c6b, [0x0b4e] = 0x0c6c, [0x0b4f] = 0x0c6d, - [0x0b50] = 0x0c6e, [0x0b51] = 0x0c6f, [0x0b64] = 0x0c82, [0x0b65] = 0x0c83, - [0x0b67] = 0x0c85, [0x0b68] = 0x0c86, [0x0b69] = 0x0c87, [0x0b6a] = 0x0c88, - [0x0b6b] = 0x0c89, [0x0b6c] = 0x0c8a, [0x0b6d] = 0x0c8b, [0x0b6e] = 0x0c8c, - [0x0b70] = 0x0c8e, [0x0b71] = 0x0c8f, [0x0b72] = 0x0c90, [0x0b74] = 0x0c92, - [0x0b75] = 0x0c93, [0x0b76] = 0x0c94, [0x0b77] = 0x0c95, [0x0b78] = 0x0c96, - [0x0b79] = 0x0c97, [0x0b7a] = 0x0c98, [0x0b7b] = 0x0c99, [0x0b7c] = 0x0c9a, - [0x0b7d] = 0x0c9b, [0x0b7e] = 0x0c9c, [0x0b7f] = 0x0c9d, [0x0b80] = 0x0c9e, - [0x0b81] = 0x0c9f, [0x0b82] = 0x0ca0, [0x0b83] = 0x0ca1, [0x0b84] = 0x0ca2, - [0x0b85] = 0x0ca3, [0x0b86] = 0x0ca4, [0x0b87] = 0x0ca5, [0x0b88] = 0x0ca6, - [0x0b89] = 0x0ca7, [0x0b8a] = 0x0ca8, [0x0b8c] = 0x0caa, [0x0b8d] = 0x0cab, - [0x0b8e] = 0x0cac, [0x0b8f] = 0x0cad, [0x0b90] = 0x0cae, [0x0b91] = 0x0caf, - [0x0b92] = 0x0cb0, [0x0b93] = 0x0cb1, [0x0b94] = 0x0cb2, [0x0b95] = 0x0cb3, - [0x0b97] = 0x0cb5, [0x0b98] = 0x0cb6, [0x0b99] = 0x0cb7, [0x0b9a] = 0x0cb8, - [0x0b9b] = 0x0cb9, [0x0ba0] = 0x0cbe, [0x0ba1] = 0x0cbf, [0x0ba2] = 0x0cc0, - [0x0ba3] = 0x0cc1, [0x0ba4] = 0x0cc2, [0x0ba5] = 0x0cc3, [0x0ba6] = 0x0cc4, - [0x0ba8] = 0x0cc6, [0x0ba9] = 0x0cc7, [0x0baa] = 0x0cc8, [0x0bac] = 0x0cca, - [0x0bad] = 0x0ccb, [0x0bae] = 0x0ccc, [0x0baf] = 0x0ccd, [0x0bb7] = 0x0cd5, - [0x0bb8] = 0x0cd6, [0x0bc0] = 0x0cde, [0x0bc2] = 0x0ce0, [0x0bc3] = 0x0ce1, - [0x0bc8] = 0x0ce6, [0x0bc9] = 0x0ce7, [0x0bca] = 0x0ce8, [0x0bcb] = 0x0ce9, - [0x0bcc] = 0x0cea, [0x0bcd] = 0x0ceb, [0x0bce] = 0x0cec, [0x0bcf] = 0x0ced, - [0x0bd0] = 0x0cee, [0x0bd1] = 0x0cef, [0x0be4] = 0x0d02, [0x0be5] = 0x0d03, - [0x0be7] = 0x0d05, [0x0be8] = 0x0d06, [0x0be9] = 0x0d07, [0x0bea] = 0x0d08, - [0x0beb] = 0x0d09, [0x0bec] = 0x0d0a, [0x0bed] = 0x0d0b, [0x0bee] = 0x0d0c, - [0x0bf0] = 0x0d0e, [0x0bf1] = 0x0d0f, [0x0bf2] = 0x0d10, [0x0bf4] = 0x0d12, - [0x0bf5] = 0x0d13, [0x0bf6] = 0x0d14, [0x0bf7] = 0x0d15, [0x0bf8] = 0x0d16, - [0x0bf9] = 0x0d17, [0x0bfa] = 0x0d18, [0x0bfb] = 0x0d19, [0x0bfc] = 0x0d1a, - [0x0bfd] = 0x0d1b, [0x0bfe] = 0x0d1c, [0x0bff] = 0x0d1d, [0x0c00] = 0x0d1e, - [0x0c01] = 0x0d1f, [0x0c02] = 0x0d20, [0x0c03] = 0x0d21, [0x0c04] = 0x0d22, - [0x0c05] = 0x0d23, [0x0c06] = 0x0d24, [0x0c07] = 0x0d25, [0x0c08] = 0x0d26, - [0x0c09] = 0x0d27, [0x0c0a] = 0x0d28, [0x0c0c] = 0x0d2a, [0x0c0d] = 0x0d2b, - [0x0c0e] = 0x0d2c, [0x0c0f] = 0x0d2d, [0x0c10] = 0x0d2e, [0x0c11] = 0x0d2f, - [0x0c12] = 0x0d30, [0x0c13] = 0x0d31, [0x0c14] = 0x0d32, [0x0c15] = 0x0d33, - [0x0c16] = 0x0d34, [0x0c17] = 0x0d35, [0x0c18] = 0x0d36, [0x0c19] = 0x0d37, - [0x0c1a] = 0x0d38, [0x0c1b] = 0x0d39, [0x0c20] = 0x0d3e, [0x0c21] = 0x0d3f, - [0x0c22] = 0x0d40, [0x0c23] = 0x0d41, [0x0c24] = 0x0d42, [0x0c25] = 0x0d43, - [0x0c28] = 0x0d46, [0x0c29] = 0x0d47, [0x0c2a] = 0x0d48, [0x0c2c] = 0x0d4a, - [0x0c2d] = 0x0d4b, [0x0c2e] = 0x0d4c, [0x0c2f] = 0x0d4d, [0x0c39] = 0x0d57, - [0x0c42] = 0x0d60, [0x0c43] = 0x0d61, [0x0c48] = 0x0d66, [0x0c49] = 0x0d67, - [0x0c4a] = 0x0d68, [0x0c4b] = 0x0d69, [0x0c4c] = 0x0d6a, [0x0c4d] = 0x0d6b, - [0x0c4e] = 0x0d6c, [0x0c4f] = 0x0d6d, [0x0c50] = 0x0d6e, [0x0c51] = 0x0d6f, - [0x0c64] = 0x0d82, [0x0c65] = 0x0d83, [0x0c67] = 0x0d85, [0x0c68] = 0x0d86, - [0x0c69] = 0x0d87, [0x0c6a] = 0x0d88, [0x0c6b] = 0x0d89, [0x0c6c] = 0x0d8a, - [0x0c6d] = 0x0d8b, [0x0c6e] = 0x0d8c, [0x0c6f] = 0x0d8d, [0x0c70] = 0x0d8e, - [0x0c71] = 0x0d8f, [0x0c72] = 0x0d90, [0x0c73] = 0x0d91, [0x0c74] = 0x0d92, - [0x0c75] = 0x0d93, [0x0c76] = 0x0d94, [0x0c77] = 0x0d95, [0x0c78] = 0x0d96, - [0x0c7c] = 0x0d9a, [0x0c7d] = 0x0d9b, [0x0c7e] = 0x0d9c, [0x0c7f] = 0x0d9d, - [0x0c80] = 0x0d9e, [0x0c81] = 0x0d9f, [0x0c82] = 0x0da0, [0x0c83] = 0x0da1, - [0x0c84] = 0x0da2, [0x0c85] = 0x0da3, [0x0c86] = 0x0da4, [0x0c87] = 0x0da5, - [0x0c88] = 0x0da6, [0x0c89] = 0x0da7, [0x0c8a] = 0x0da8, [0x0c8b] = 0x0da9, - [0x0c8c] = 0x0daa, [0x0c8d] = 0x0dab, [0x0c8e] = 0x0dac, [0x0c8f] = 0x0dad, - [0x0c90] = 0x0dae, [0x0c91] = 0x0daf, [0x0c92] = 0x0db0, [0x0c93] = 0x0db1, - [0x0c95] = 0x0db3, [0x0c96] = 0x0db4, [0x0c97] = 0x0db5, [0x0c98] = 0x0db6, - [0x0c99] = 0x0db7, [0x0c9a] = 0x0db8, [0x0c9b] = 0x0db9, [0x0c9c] = 0x0dba, - [0x0c9d] = 0x0dbb, [0x0c9f] = 0x0dbd, [0x0ca2] = 0x0dc0, [0x0ca3] = 0x0dc1, - [0x0ca4] = 0x0dc2, [0x0ca5] = 0x0dc3, [0x0ca6] = 0x0dc4, [0x0ca7] = 0x0dc5, - [0x0ca8] = 0x0dc6, [0x0cac] = 0x0dca, [0x0cb1] = 0x0dcf, [0x0cb2] = 0x0dd0, - [0x0cb3] = 0x0dd1, [0x0cb4] = 0x0dd2, [0x0cb5] = 0x0dd3, [0x0cb6] = 0x0dd4, - [0x0cb8] = 0x0dd6, [0x0cba] = 0x0dd8, [0x0cbb] = 0x0dd9, [0x0cbc] = 0x0dda, - [0x0cbd] = 0x0ddb, [0x0cbe] = 0x0ddc, [0x0cbf] = 0x0ddd, [0x0cc0] = 0x0dde, - [0x0cc1] = 0x0ddf, [0x0cd4] = 0x0df2, [0x0cd5] = 0x0df3, [0x0cd6] = 0x0df4, - [0x0ce3] = 0x0e01, [0x0ce4] = 0x0e02, [0x0ce5] = 0x0e03, [0x0ce6] = 0x0e04, - [0x0ce7] = 0x0e05, [0x0ce8] = 0x0e06, [0x0ce9] = 0x0e07, [0x0cea] = 0x0e08, - [0x0ceb] = 0x0e09, [0x0cec] = 0x0e0a, [0x0ced] = 0x0e0b, [0x0cee] = 0x0e0c, - [0x0cef] = 0x0e0d, [0x0cf0] = 0x0e0e, [0x0cf1] = 0x0e0f, [0x0cf2] = 0x0e10, - [0x0cf3] = 0x0e11, [0x0cf4] = 0x0e12, [0x0cf5] = 0x0e13, [0x0cf6] = 0x0e14, - [0x0cf7] = 0x0e15, [0x0cf8] = 0x0e16, [0x0cf9] = 0x0e17, [0x0cfa] = 0x0e18, - [0x0cfb] = 0x0e19, [0x0cfc] = 0x0e1a, [0x0cfd] = 0x0e1b, [0x0cfe] = 0x0e1c, - [0x0cff] = 0x0e1d, [0x0d00] = 0x0e1e, [0x0d01] = 0x0e1f, [0x0d02] = 0x0e20, - [0x0d03] = 0x0e21, [0x0d04] = 0x0e22, [0x0d05] = 0x0e23, [0x0d06] = 0x0e24, - [0x0d07] = 0x0e25, [0x0d08] = 0x0e26, [0x0d09] = 0x0e27, [0x0d0a] = 0x0e28, - [0x0d0b] = 0x0e29, [0x0d0c] = 0x0e2a, [0x0d0d] = 0x0e2b, [0x0d0e] = 0x0e2c, - [0x0d0f] = 0x0e2d, [0x0d10] = 0x0e2e, [0x0d11] = 0x0e2f, [0x0d12] = 0x0e30, - [0x0d13] = 0x0e31, [0x0d14] = 0x0e32, [0x0d15] = 0x0e33, [0x0d16] = 0x0e34, - [0x0d17] = 0x0e35, [0x0d18] = 0x0e36, [0x0d19] = 0x0e37, [0x0d1a] = 0x0e38, - [0x0d1b] = 0x0e39, [0x0d1c] = 0x0e3a, [0x0d21] = 0x0e3f, [0x0d22] = 0x0e40, - [0x0d23] = 0x0e41, [0x0d24] = 0x0e42, [0x0d25] = 0x0e43, [0x0d26] = 0x0e44, - [0x0d27] = 0x0e45, [0x0d28] = 0x0e46, [0x0d29] = 0x0e47, [0x0d2a] = 0x0e48, - [0x0d2b] = 0x0e49, [0x0d2c] = 0x0e4a, [0x0d2d] = 0x0e4b, [0x0d2e] = 0x0e4c, - [0x0d2f] = 0x0e4d, [0x0d30] = 0x0e4e, [0x0d31] = 0x0e4f, [0x0d32] = 0x0e50, - [0x0d33] = 0x0e51, [0x0d34] = 0x0e52, [0x0d35] = 0x0e53, [0x0d36] = 0x0e54, - [0x0d37] = 0x0e55, [0x0d38] = 0x0e56, [0x0d39] = 0x0e57, [0x0d3a] = 0x0e58, - [0x0d3b] = 0x0e59, [0x0d3c] = 0x0e5a, [0x0d3d] = 0x0e5b, [0x0d63] = 0x0e81, - [0x0d64] = 0x0e82, [0x0d66] = 0x0e84, [0x0d69] = 0x0e87, [0x0d6a] = 0x0e88, - [0x0d6c] = 0x0e8a, [0x0d6f] = 0x0e8d, [0x0d76] = 0x0e94, [0x0d77] = 0x0e95, - [0x0d78] = 0x0e96, [0x0d79] = 0x0e97, [0x0d7b] = 0x0e99, [0x0d7c] = 0x0e9a, - [0x0d7d] = 0x0e9b, [0x0d7e] = 0x0e9c, [0x0d7f] = 0x0e9d, [0x0d80] = 0x0e9e, - [0x0d81] = 0x0e9f, [0x0d83] = 0x0ea1, [0x0d84] = 0x0ea2, [0x0d85] = 0x0ea3, - [0x0d87] = 0x0ea5, [0x0d89] = 0x0ea7, [0x0d8c] = 0x0eaa, [0x0d8d] = 0x0eab, - [0x0d8f] = 0x0ead, [0x0d90] = 0x0eae, [0x0d91] = 0x0eaf, [0x0d92] = 0x0eb0, - [0x0d93] = 0x0eb1, [0x0d94] = 0x0eb2, [0x0d95] = 0x0eb3, [0x0d96] = 0x0eb4, - [0x0d97] = 0x0eb5, [0x0d98] = 0x0eb6, [0x0d99] = 0x0eb7, [0x0d9a] = 0x0eb8, - [0x0d9b] = 0x0eb9, [0x0d9d] = 0x0ebb, [0x0d9e] = 0x0ebc, [0x0d9f] = 0x0ebd, - [0x0da2] = 0x0ec0, [0x0da3] = 0x0ec1, [0x0da4] = 0x0ec2, [0x0da5] = 0x0ec3, - [0x0da6] = 0x0ec4, [0x0da8] = 0x0ec6, [0x0daa] = 0x0ec8, [0x0dab] = 0x0ec9, - [0x0dac] = 0x0eca, [0x0dad] = 0x0ecb, [0x0dae] = 0x0ecc, [0x0daf] = 0x0ecd, - [0x0db2] = 0x0ed0, [0x0db3] = 0x0ed1, [0x0db4] = 0x0ed2, [0x0db5] = 0x0ed3, - [0x0db6] = 0x0ed4, [0x0db7] = 0x0ed5, [0x0db8] = 0x0ed6, [0x0db9] = 0x0ed7, - [0x0dba] = 0x0ed8, [0x0dbb] = 0x0ed9, [0x0dbe] = 0x0edc, [0x0dbf] = 0x0edd, - [0x0de2] = 0x0f00, [0x0de3] = 0x0f01, [0x0de4] = 0x0f02, [0x0de5] = 0x0f03, - [0x0de6] = 0x0f04, [0x0de7] = 0x0f05, [0x0de8] = 0x0f06, [0x0de9] = 0x0f07, - [0x0dea] = 0x0f08, [0x0deb] = 0x0f09, [0x0dec] = 0x0f0a, [0x0ded] = 0x0f0b, - [0x0dee] = 0x0f0c, [0x0def] = 0x0f0d, [0x0df0] = 0x0f0e, [0x0df1] = 0x0f0f, - [0x0df2] = 0x0f10, [0x0df3] = 0x0f11, [0x0df4] = 0x0f12, [0x0df5] = 0x0f13, - [0x0df6] = 0x0f14, [0x0df7] = 0x0f15, [0x0df8] = 0x0f16, [0x0df9] = 0x0f17, - [0x0dfa] = 0x0f18, [0x0dfb] = 0x0f19, [0x0dfc] = 0x0f1a, [0x0dfd] = 0x0f1b, - [0x0dfe] = 0x0f1c, [0x0dff] = 0x0f1d, [0x0e00] = 0x0f1e, [0x0e01] = 0x0f1f, - [0x0e02] = 0x0f20, [0x0e03] = 0x0f21, [0x0e04] = 0x0f22, [0x0e05] = 0x0f23, - [0x0e06] = 0x0f24, [0x0e07] = 0x0f25, [0x0e08] = 0x0f26, [0x0e09] = 0x0f27, - [0x0e0a] = 0x0f28, [0x0e0b] = 0x0f29, [0x0e0c] = 0x0f2a, [0x0e0d] = 0x0f2b, - [0x0e0e] = 0x0f2c, [0x0e0f] = 0x0f2d, [0x0e10] = 0x0f2e, [0x0e11] = 0x0f2f, - [0x0e12] = 0x0f30, [0x0e13] = 0x0f31, [0x0e14] = 0x0f32, [0x0e15] = 0x0f33, - [0x0e16] = 0x0f34, [0x0e17] = 0x0f35, [0x0e18] = 0x0f36, [0x0e19] = 0x0f37, - [0x0e1a] = 0x0f38, [0x0e1b] = 0x0f39, [0x0e1c] = 0x0f3a, [0x0e1d] = 0x0f3b, - [0x0e1e] = 0x0f3c, [0x0e1f] = 0x0f3d, [0x0e20] = 0x0f3e, [0x0e21] = 0x0f3f, - [0x0e22] = 0x0f40, [0x0e23] = 0x0f41, [0x0e24] = 0x0f42, [0x0e25] = 0x0f43, - [0x0e26] = 0x0f44, [0x0e27] = 0x0f45, [0x0e28] = 0x0f46, [0x0e29] = 0x0f47, - [0x0e2b] = 0x0f49, [0x0e2c] = 0x0f4a, [0x0e2d] = 0x0f4b, [0x0e2e] = 0x0f4c, - [0x0e2f] = 0x0f4d, [0x0e30] = 0x0f4e, [0x0e31] = 0x0f4f, [0x0e32] = 0x0f50, - [0x0e33] = 0x0f51, [0x0e34] = 0x0f52, [0x0e35] = 0x0f53, [0x0e36] = 0x0f54, - [0x0e37] = 0x0f55, [0x0e38] = 0x0f56, [0x0e39] = 0x0f57, [0x0e3a] = 0x0f58, - [0x0e3b] = 0x0f59, [0x0e3c] = 0x0f5a, [0x0e3d] = 0x0f5b, [0x0e3e] = 0x0f5c, - [0x0e3f] = 0x0f5d, [0x0e40] = 0x0f5e, [0x0e41] = 0x0f5f, [0x0e42] = 0x0f60, - [0x0e43] = 0x0f61, [0x0e44] = 0x0f62, [0x0e45] = 0x0f63, [0x0e46] = 0x0f64, - [0x0e47] = 0x0f65, [0x0e48] = 0x0f66, [0x0e49] = 0x0f67, [0x0e4a] = 0x0f68, - [0x0e4b] = 0x0f69, [0x0e4c] = 0x0f6a, [0x0e53] = 0x0f71, [0x0e54] = 0x0f72, - [0x0e55] = 0x0f73, [0x0e56] = 0x0f74, [0x0e57] = 0x0f75, [0x0e58] = 0x0f76, - [0x0e59] = 0x0f77, [0x0e5a] = 0x0f78, [0x0e5b] = 0x0f79, [0x0e5c] = 0x0f7a, - [0x0e5d] = 0x0f7b, [0x0e5e] = 0x0f7c, [0x0e5f] = 0x0f7d, [0x0e60] = 0x0f7e, - [0x0e61] = 0x0f7f, [0x0e62] = 0x0f80, [0x0e63] = 0x0f81, [0x0e64] = 0x0f82, - [0x0e65] = 0x0f83, [0x0e66] = 0x0f84, [0x0e67] = 0x0f85, [0x0e68] = 0x0f86, - [0x0e69] = 0x0f87, [0x0e6a] = 0x0f88, [0x0e6b] = 0x0f89, [0x0e6c] = 0x0f8a, - [0x0e6d] = 0x0f8b, [0x0e72] = 0x0f90, [0x0e73] = 0x0f91, [0x0e74] = 0x0f92, - [0x0e75] = 0x0f93, [0x0e76] = 0x0f94, [0x0e77] = 0x0f95, [0x0e78] = 0x0f96, - [0x0e79] = 0x0f97, [0x0e7b] = 0x0f99, [0x0e7c] = 0x0f9a, [0x0e7d] = 0x0f9b, - [0x0e7e] = 0x0f9c, [0x0e7f] = 0x0f9d, [0x0e80] = 0x0f9e, [0x0e81] = 0x0f9f, - [0x0e82] = 0x0fa0, [0x0e83] = 0x0fa1, [0x0e84] = 0x0fa2, [0x0e85] = 0x0fa3, - [0x0e86] = 0x0fa4, [0x0e87] = 0x0fa5, [0x0e88] = 0x0fa6, [0x0e89] = 0x0fa7, - [0x0e8a] = 0x0fa8, [0x0e8b] = 0x0fa9, [0x0e8c] = 0x0faa, [0x0e8d] = 0x0fab, - [0x0e8e] = 0x0fac, [0x0e8f] = 0x0fad, [0x0e90] = 0x0fae, [0x0e91] = 0x0faf, - [0x0e92] = 0x0fb0, [0x0e93] = 0x0fb1, [0x0e94] = 0x0fb2, [0x0e95] = 0x0fb3, - [0x0e96] = 0x0fb4, [0x0e97] = 0x0fb5, [0x0e98] = 0x0fb6, [0x0e99] = 0x0fb7, - [0x0e9a] = 0x0fb8, [0x0e9b] = 0x0fb9, [0x0e9c] = 0x0fba, [0x0e9d] = 0x0fbb, - [0x0e9e] = 0x0fbc, [0x0ea0] = 0x0fbe, [0x0ea1] = 0x0fbf, [0x0ea2] = 0x0fc0, - [0x0ea3] = 0x0fc1, [0x0ea4] = 0x0fc2, [0x0ea5] = 0x0fc3, [0x0ea6] = 0x0fc4, - [0x0ea7] = 0x0fc5, [0x0ea8] = 0x0fc6, [0x0ea9] = 0x0fc7, [0x0eaa] = 0x0fc8, - [0x0eab] = 0x0fc9, [0x0eac] = 0x0fca, [0x0ead] = 0x0fcb, [0x0eae] = 0x0fcc, - [0x0eb1] = 0x0fcf, [0x0ee2] = 0x1000, [0x0ee3] = 0x1001, [0x0ee4] = 0x1002, - [0x0ee5] = 0x1003, [0x0ee6] = 0x1004, [0x0ee7] = 0x1005, [0x0ee8] = 0x1006, - [0x0ee9] = 0x1007, [0x0eea] = 0x1008, [0x0eeb] = 0x1009, [0x0eec] = 0x100a, - [0x0eed] = 0x100b, [0x0eee] = 0x100c, [0x0eef] = 0x100d, [0x0ef0] = 0x100e, - [0x0ef1] = 0x100f, [0x0ef2] = 0x1010, [0x0ef3] = 0x1011, [0x0ef4] = 0x1012, - [0x0ef5] = 0x1013, [0x0ef6] = 0x1014, [0x0ef7] = 0x1015, [0x0ef8] = 0x1016, - [0x0ef9] = 0x1017, [0x0efa] = 0x1018, [0x0efb] = 0x1019, [0x0efc] = 0x101a, - [0x0efd] = 0x101b, [0x0efe] = 0x101c, [0x0eff] = 0x101d, [0x0f00] = 0x101e, - [0x0f01] = 0x101f, [0x0f02] = 0x1020, [0x0f03] = 0x1021, [0x0f05] = 0x1023, - [0x0f06] = 0x1024, [0x0f07] = 0x1025, [0x0f08] = 0x1026, [0x0f09] = 0x1027, - [0x0f0b] = 0x1029, [0x0f0c] = 0x102a, [0x0f0e] = 0x102c, [0x0f0f] = 0x102d, - [0x0f10] = 0x102e, [0x0f11] = 0x102f, [0x0f12] = 0x1030, [0x0f13] = 0x1031, - [0x0f14] = 0x1032, [0x0f18] = 0x1036, [0x0f19] = 0x1037, [0x0f1a] = 0x1038, - [0x0f1b] = 0x1039, [0x0f22] = 0x1040, [0x0f23] = 0x1041, [0x0f24] = 0x1042, - [0x0f25] = 0x1043, [0x0f26] = 0x1044, [0x0f27] = 0x1045, [0x0f28] = 0x1046, - [0x0f29] = 0x1047, [0x0f2a] = 0x1048, [0x0f2b] = 0x1049, [0x0f2c] = 0x104a, - [0x0f2d] = 0x104b, [0x0f2e] = 0x104c, [0x0f2f] = 0x104d, [0x0f30] = 0x104e, - [0x0f31] = 0x104f, [0x0f32] = 0x1050, [0x0f33] = 0x1051, [0x0f34] = 0x1052, - [0x0f35] = 0x1053, [0x0f36] = 0x1054, [0x0f37] = 0x1055, [0x0f38] = 0x1056, - [0x0f39] = 0x1057, [0x0f3a] = 0x1058, [0x0f3b] = 0x1059, [0x0f82] = 0x10a0, - [0x0f83] = 0x10a1, [0x0f84] = 0x10a2, [0x0f85] = 0x10a3, [0x0f86] = 0x10a4, - [0x0f87] = 0x10a5, [0x0f88] = 0x10a6, [0x0f89] = 0x10a7, [0x0f8a] = 0x10a8, - [0x0f8b] = 0x10a9, [0x0f8c] = 0x10aa, [0x0f8d] = 0x10ab, [0x0f8e] = 0x10ac, - [0x0f8f] = 0x10ad, [0x0f90] = 0x10ae, [0x0f91] = 0x10af, [0x0f92] = 0x10b0, - [0x0f93] = 0x10b1, [0x0f94] = 0x10b2, [0x0f95] = 0x10b3, [0x0f96] = 0x10b4, - [0x0f97] = 0x10b5, [0x0f98] = 0x10b6, [0x0f99] = 0x10b7, [0x0f9a] = 0x10b8, - [0x0f9b] = 0x10b9, [0x0f9c] = 0x10ba, [0x0f9d] = 0x10bb, [0x0f9e] = 0x10bc, - [0x0f9f] = 0x10bd, [0x0fa0] = 0x10be, [0x0fa1] = 0x10bf, [0x0fa2] = 0x10c0, - [0x0fa3] = 0x10c1, [0x0fa4] = 0x10c2, [0x0fa5] = 0x10c3, [0x0fa6] = 0x10c4, - [0x0fa7] = 0x10c5, [0x0fb2] = 0x10d0, [0x0fb3] = 0x10d1, [0x0fb4] = 0x10d2, - [0x0fb5] = 0x10d3, [0x0fb6] = 0x10d4, [0x0fb7] = 0x10d5, [0x0fb8] = 0x10d6, - [0x0fb9] = 0x10d7, [0x0fba] = 0x10d8, [0x0fbb] = 0x10d9, [0x0fbc] = 0x10da, - [0x0fbd] = 0x10db, [0x0fbe] = 0x10dc, [0x0fbf] = 0x10dd, [0x0fc0] = 0x10de, - [0x0fc1] = 0x10df, [0x0fc2] = 0x10e0, [0x0fc3] = 0x10e1, [0x0fc4] = 0x10e2, - [0x0fc5] = 0x10e3, [0x0fc6] = 0x10e4, [0x0fc7] = 0x10e5, [0x0fc8] = 0x10e6, - [0x0fc9] = 0x10e7, [0x0fca] = 0x10e8, [0x0fcb] = 0x10e9, [0x0fcc] = 0x10ea, - [0x0fcd] = 0x10eb, [0x0fce] = 0x10ec, [0x0fcf] = 0x10ed, [0x0fd0] = 0x10ee, - [0x0fd1] = 0x10ef, [0x0fd2] = 0x10f0, [0x0fd3] = 0x10f1, [0x0fd4] = 0x10f2, - [0x0fd5] = 0x10f3, [0x0fd6] = 0x10f4, [0x0fd7] = 0x10f5, [0x0fd8] = 0x10f6, - [0x0fd9] = 0x10f7, [0x0fda] = 0x10f8, [0x0fdd] = 0x10fb, [0x0fe2] = 0x1100, - [0x0fe3] = 0x1101, [0x0fe4] = 0x1102, [0x0fe5] = 0x1103, [0x0fe6] = 0x1104, - [0x0fe7] = 0x1105, [0x0fe8] = 0x1106, [0x0fe9] = 0x1107, [0x0fea] = 0x1108, - [0x0feb] = 0x1109, [0x0fec] = 0x110a, [0x0fed] = 0x110b, [0x0fee] = 0x110c, - [0x0fef] = 0x110d, [0x0ff0] = 0x110e, [0x0ff1] = 0x110f, [0x0ff2] = 0x1110, - [0x0ff3] = 0x1111, [0x0ff4] = 0x1112, [0x0ff5] = 0x1113, [0x0ff6] = 0x1114, - [0x0ff7] = 0x1115, [0x0ff8] = 0x1116, [0x0ff9] = 0x1117, [0x0ffa] = 0x1118, - [0x0ffb] = 0x1119, [0x0ffc] = 0x111a, [0x0ffd] = 0x111b, [0x0ffe] = 0x111c, - [0x0fff] = 0x111d, [0x1000] = 0x111e, [0x1001] = 0x111f, [0x1002] = 0x1120, - [0x1003] = 0x1121, [0x1004] = 0x1122, [0x1005] = 0x1123, [0x1006] = 0x1124, - [0x1007] = 0x1125, [0x1008] = 0x1126, [0x1009] = 0x1127, [0x100a] = 0x1128, - [0x100b] = 0x1129, [0x100c] = 0x112a, [0x100d] = 0x112b, [0x100e] = 0x112c, - [0x100f] = 0x112d, [0x1010] = 0x112e, [0x1011] = 0x112f, [0x1012] = 0x1130, - [0x1013] = 0x1131, [0x1014] = 0x1132, [0x1015] = 0x1133, [0x1016] = 0x1134, - [0x1017] = 0x1135, [0x1018] = 0x1136, [0x1019] = 0x1137, [0x101a] = 0x1138, - [0x101b] = 0x1139, [0x101c] = 0x113a, [0x101d] = 0x113b, [0x101e] = 0x113c, - [0x101f] = 0x113d, [0x1020] = 0x113e, [0x1021] = 0x113f, [0x1022] = 0x1140, - [0x1023] = 0x1141, [0x1024] = 0x1142, [0x1025] = 0x1143, [0x1026] = 0x1144, - [0x1027] = 0x1145, [0x1028] = 0x1146, [0x1029] = 0x1147, [0x102a] = 0x1148, - [0x102b] = 0x1149, [0x102c] = 0x114a, [0x102d] = 0x114b, [0x102e] = 0x114c, - [0x102f] = 0x114d, [0x1030] = 0x114e, [0x1031] = 0x114f, [0x1032] = 0x1150, - [0x1033] = 0x1151, [0x1034] = 0x1152, [0x1035] = 0x1153, [0x1036] = 0x1154, - [0x1037] = 0x1155, [0x1038] = 0x1156, [0x1039] = 0x1157, [0x103a] = 0x1158, - [0x103b] = 0x1159, [0x1041] = 0x115f, [0x1042] = 0x1160, [0x1043] = 0x1161, - [0x1044] = 0x1162, [0x1045] = 0x1163, [0x1046] = 0x1164, [0x1047] = 0x1165, - [0x1048] = 0x1166, [0x1049] = 0x1167, [0x104a] = 0x1168, [0x104b] = 0x1169, - [0x104c] = 0x116a, [0x104d] = 0x116b, [0x104e] = 0x116c, [0x104f] = 0x116d, - [0x1050] = 0x116e, [0x1051] = 0x116f, [0x1052] = 0x1170, [0x1053] = 0x1171, - [0x1054] = 0x1172, [0x1055] = 0x1173, [0x1056] = 0x1174, [0x1057] = 0x1175, - [0x1058] = 0x1176, [0x1059] = 0x1177, [0x105a] = 0x1178, [0x105b] = 0x1179, - [0x105c] = 0x117a, [0x105d] = 0x117b, [0x105e] = 0x117c, [0x105f] = 0x117d, - [0x1060] = 0x117e, [0x1061] = 0x117f, [0x1062] = 0x1180, [0x1063] = 0x1181, - [0x1064] = 0x1182, [0x1065] = 0x1183, [0x1066] = 0x1184, [0x1067] = 0x1185, - [0x1068] = 0x1186, [0x1069] = 0x1187, [0x106a] = 0x1188, [0x106b] = 0x1189, - [0x106c] = 0x118a, [0x106d] = 0x118b, [0x106e] = 0x118c, [0x106f] = 0x118d, - [0x1070] = 0x118e, [0x1071] = 0x118f, [0x1072] = 0x1190, [0x1073] = 0x1191, - [0x1074] = 0x1192, [0x1075] = 0x1193, [0x1076] = 0x1194, [0x1077] = 0x1195, - [0x1078] = 0x1196, [0x1079] = 0x1197, [0x107a] = 0x1198, [0x107b] = 0x1199, - [0x107c] = 0x119a, [0x107d] = 0x119b, [0x107e] = 0x119c, [0x107f] = 0x119d, - [0x1080] = 0x119e, [0x1081] = 0x119f, [0x1082] = 0x11a0, [0x1083] = 0x11a1, - [0x1084] = 0x11a2, [0x108a] = 0x11a8, [0x108b] = 0x11a9, [0x108c] = 0x11aa, - [0x108d] = 0x11ab, [0x108e] = 0x11ac, [0x108f] = 0x11ad, [0x1090] = 0x11ae, - [0x1091] = 0x11af, [0x1092] = 0x11b0, [0x1093] = 0x11b1, [0x1094] = 0x11b2, - [0x1095] = 0x11b3, [0x1096] = 0x11b4, [0x1097] = 0x11b5, [0x1098] = 0x11b6, - [0x1099] = 0x11b7, [0x109a] = 0x11b8, [0x109b] = 0x11b9, [0x109c] = 0x11ba, - [0x109d] = 0x11bb, [0x109e] = 0x11bc, [0x109f] = 0x11bd, [0x10a0] = 0x11be, - [0x10a1] = 0x11bf, [0x10a2] = 0x11c0, [0x10a3] = 0x11c1, [0x10a4] = 0x11c2, - [0x10a5] = 0x11c3, [0x10a6] = 0x11c4, [0x10a7] = 0x11c5, [0x10a8] = 0x11c6, - [0x10a9] = 0x11c7, [0x10aa] = 0x11c8, [0x10ab] = 0x11c9, [0x10ac] = 0x11ca, - [0x10ad] = 0x11cb, [0x10ae] = 0x11cc, [0x10af] = 0x11cd, [0x10b0] = 0x11ce, - [0x10b1] = 0x11cf, [0x10b2] = 0x11d0, [0x10b3] = 0x11d1, [0x10b4] = 0x11d2, - [0x10b5] = 0x11d3, [0x10b6] = 0x11d4, [0x10b7] = 0x11d5, [0x10b8] = 0x11d6, - [0x10b9] = 0x11d7, [0x10ba] = 0x11d8, [0x10bb] = 0x11d9, [0x10bc] = 0x11da, - [0x10bd] = 0x11db, [0x10be] = 0x11dc, [0x10bf] = 0x11dd, [0x10c0] = 0x11de, - [0x10c1] = 0x11df, [0x10c2] = 0x11e0, [0x10c3] = 0x11e1, [0x10c4] = 0x11e2, - [0x10c5] = 0x11e3, [0x10c6] = 0x11e4, [0x10c7] = 0x11e5, [0x10c8] = 0x11e6, - [0x10c9] = 0x11e7, [0x10ca] = 0x11e8, [0x10cb] = 0x11e9, [0x10cc] = 0x11ea, - [0x10cd] = 0x11eb, [0x10ce] = 0x11ec, [0x10cf] = 0x11ed, [0x10d0] = 0x11ee, - [0x10d1] = 0x11ef, [0x10d2] = 0x11f0, [0x10d3] = 0x11f1, [0x10d4] = 0x11f2, - [0x10d5] = 0x11f3, [0x10d6] = 0x11f4, [0x10d7] = 0x11f5, [0x10d8] = 0x11f6, - [0x10d9] = 0x11f7, [0x10da] = 0x11f8, [0x10db] = 0x11f9, [0x10e2] = 0x1200, - [0x10e3] = 0x1201, [0x10e4] = 0x1202, [0x10e5] = 0x1203, [0x10e6] = 0x1204, - [0x10e7] = 0x1205, [0x10e8] = 0x1206, [0x10ea] = 0x1208, [0x10eb] = 0x1209, - [0x10ec] = 0x120a, [0x10ed] = 0x120b, [0x10ee] = 0x120c, [0x10ef] = 0x120d, - [0x10f0] = 0x120e, [0x10f1] = 0x120f, [0x10f2] = 0x1210, [0x10f3] = 0x1211, - [0x10f4] = 0x1212, [0x10f5] = 0x1213, [0x10f6] = 0x1214, [0x10f7] = 0x1215, - [0x10f8] = 0x1216, [0x10f9] = 0x1217, [0x10fa] = 0x1218, [0x10fb] = 0x1219, - [0x10fc] = 0x121a, [0x10fd] = 0x121b, [0x10fe] = 0x121c, [0x10ff] = 0x121d, - [0x1100] = 0x121e, [0x1101] = 0x121f, [0x1102] = 0x1220, [0x1103] = 0x1221, - [0x1104] = 0x1222, [0x1105] = 0x1223, [0x1106] = 0x1224, [0x1107] = 0x1225, - [0x1108] = 0x1226, [0x1109] = 0x1227, [0x110a] = 0x1228, [0x110b] = 0x1229, - [0x110c] = 0x122a, [0x110d] = 0x122b, [0x110e] = 0x122c, [0x110f] = 0x122d, - [0x1110] = 0x122e, [0x1111] = 0x122f, [0x1112] = 0x1230, [0x1113] = 0x1231, - [0x1114] = 0x1232, [0x1115] = 0x1233, [0x1116] = 0x1234, [0x1117] = 0x1235, - [0x1118] = 0x1236, [0x1119] = 0x1237, [0x111a] = 0x1238, [0x111b] = 0x1239, - [0x111c] = 0x123a, [0x111d] = 0x123b, [0x111e] = 0x123c, [0x111f] = 0x123d, - [0x1120] = 0x123e, [0x1121] = 0x123f, [0x1122] = 0x1240, [0x1123] = 0x1241, - [0x1124] = 0x1242, [0x1125] = 0x1243, [0x1126] = 0x1244, [0x1127] = 0x1245, - [0x1128] = 0x1246, [0x112a] = 0x1248, [0x112c] = 0x124a, [0x112d] = 0x124b, - [0x112e] = 0x124c, [0x112f] = 0x124d, [0x1132] = 0x1250, [0x1133] = 0x1251, - [0x1134] = 0x1252, [0x1135] = 0x1253, [0x1136] = 0x1254, [0x1137] = 0x1255, - [0x1138] = 0x1256, [0x113a] = 0x1258, [0x113c] = 0x125a, [0x113d] = 0x125b, - [0x113e] = 0x125c, [0x113f] = 0x125d, [0x1142] = 0x1260, [0x1143] = 0x1261, - [0x1144] = 0x1262, [0x1145] = 0x1263, [0x1146] = 0x1264, [0x1147] = 0x1265, - [0x1148] = 0x1266, [0x1149] = 0x1267, [0x114a] = 0x1268, [0x114b] = 0x1269, - [0x114c] = 0x126a, [0x114d] = 0x126b, [0x114e] = 0x126c, [0x114f] = 0x126d, - [0x1150] = 0x126e, [0x1151] = 0x126f, [0x1152] = 0x1270, [0x1153] = 0x1271, - [0x1154] = 0x1272, [0x1155] = 0x1273, [0x1156] = 0x1274, [0x1157] = 0x1275, - [0x1158] = 0x1276, [0x1159] = 0x1277, [0x115a] = 0x1278, [0x115b] = 0x1279, - [0x115c] = 0x127a, [0x115d] = 0x127b, [0x115e] = 0x127c, [0x115f] = 0x127d, - [0x1160] = 0x127e, [0x1161] = 0x127f, [0x1162] = 0x1280, [0x1163] = 0x1281, - [0x1164] = 0x1282, [0x1165] = 0x1283, [0x1166] = 0x1284, [0x1167] = 0x1285, - [0x1168] = 0x1286, [0x116a] = 0x1288, [0x116c] = 0x128a, [0x116d] = 0x128b, - [0x116e] = 0x128c, [0x116f] = 0x128d, [0x1172] = 0x1290, [0x1173] = 0x1291, - [0x1174] = 0x1292, [0x1175] = 0x1293, [0x1176] = 0x1294, [0x1177] = 0x1295, - [0x1178] = 0x1296, [0x1179] = 0x1297, [0x117a] = 0x1298, [0x117b] = 0x1299, - [0x117c] = 0x129a, [0x117d] = 0x129b, [0x117e] = 0x129c, [0x117f] = 0x129d, - [0x1180] = 0x129e, [0x1181] = 0x129f, [0x1182] = 0x12a0, [0x1183] = 0x12a1, - [0x1184] = 0x12a2, [0x1185] = 0x12a3, [0x1186] = 0x12a4, [0x1187] = 0x12a5, - [0x1188] = 0x12a6, [0x1189] = 0x12a7, [0x118a] = 0x12a8, [0x118b] = 0x12a9, - [0x118c] = 0x12aa, [0x118d] = 0x12ab, [0x118e] = 0x12ac, [0x118f] = 0x12ad, - [0x1190] = 0x12ae, [0x1192] = 0x12b0, [0x1194] = 0x12b2, [0x1195] = 0x12b3, - [0x1196] = 0x12b4, [0x1197] = 0x12b5, [0x119a] = 0x12b8, [0x119b] = 0x12b9, - [0x119c] = 0x12ba, [0x119d] = 0x12bb, [0x119e] = 0x12bc, [0x119f] = 0x12bd, - [0x11a0] = 0x12be, [0x11a2] = 0x12c0, [0x11a4] = 0x12c2, [0x11a5] = 0x12c3, - [0x11a6] = 0x12c4, [0x11a7] = 0x12c5, [0x11aa] = 0x12c8, [0x11ab] = 0x12c9, - [0x11ac] = 0x12ca, [0x11ad] = 0x12cb, [0x11ae] = 0x12cc, [0x11af] = 0x12cd, - [0x11b0] = 0x12ce, [0x11b2] = 0x12d0, [0x11b3] = 0x12d1, [0x11b4] = 0x12d2, - [0x11b5] = 0x12d3, [0x11b6] = 0x12d4, [0x11b7] = 0x12d5, [0x11b8] = 0x12d6, - [0x11ba] = 0x12d8, [0x11bb] = 0x12d9, [0x11bc] = 0x12da, [0x11bd] = 0x12db, - [0x11be] = 0x12dc, [0x11bf] = 0x12dd, [0x11c0] = 0x12de, [0x11c1] = 0x12df, - [0x11c2] = 0x12e0, [0x11c3] = 0x12e1, [0x11c4] = 0x12e2, [0x11c5] = 0x12e3, - [0x11c6] = 0x12e4, [0x11c7] = 0x12e5, [0x11c8] = 0x12e6, [0x11c9] = 0x12e7, - [0x11ca] = 0x12e8, [0x11cb] = 0x12e9, [0x11cc] = 0x12ea, [0x11cd] = 0x12eb, - [0x11ce] = 0x12ec, [0x11cf] = 0x12ed, [0x11d0] = 0x12ee, [0x11d2] = 0x12f0, - [0x11d3] = 0x12f1, [0x11d4] = 0x12f2, [0x11d5] = 0x12f3, [0x11d6] = 0x12f4, - [0x11d7] = 0x12f5, [0x11d8] = 0x12f6, [0x11d9] = 0x12f7, [0x11da] = 0x12f8, - [0x11db] = 0x12f9, [0x11dc] = 0x12fa, [0x11dd] = 0x12fb, [0x11de] = 0x12fc, - [0x11df] = 0x12fd, [0x11e0] = 0x12fe, [0x11e1] = 0x12ff, [0x11e2] = 0x1300, - [0x11e3] = 0x1301, [0x11e4] = 0x1302, [0x11e5] = 0x1303, [0x11e6] = 0x1304, - [0x11e7] = 0x1305, [0x11e8] = 0x1306, [0x11e9] = 0x1307, [0x11ea] = 0x1308, - [0x11eb] = 0x1309, [0x11ec] = 0x130a, [0x11ed] = 0x130b, [0x11ee] = 0x130c, - [0x11ef] = 0x130d, [0x11f0] = 0x130e, [0x11f2] = 0x1310, [0x11f4] = 0x1312, - [0x11f5] = 0x1313, [0x11f6] = 0x1314, [0x11f7] = 0x1315, [0x11fa] = 0x1318, - [0x11fb] = 0x1319, [0x11fc] = 0x131a, [0x11fd] = 0x131b, [0x11fe] = 0x131c, - [0x11ff] = 0x131d, [0x1200] = 0x131e, [0x1202] = 0x1320, [0x1203] = 0x1321, - [0x1204] = 0x1322, [0x1205] = 0x1323, [0x1206] = 0x1324, [0x1207] = 0x1325, - [0x1208] = 0x1326, [0x1209] = 0x1327, [0x120a] = 0x1328, [0x120b] = 0x1329, - [0x120c] = 0x132a, [0x120d] = 0x132b, [0x120e] = 0x132c, [0x120f] = 0x132d, - [0x1210] = 0x132e, [0x1211] = 0x132f, [0x1212] = 0x1330, [0x1213] = 0x1331, - [0x1214] = 0x1332, [0x1215] = 0x1333, [0x1216] = 0x1334, [0x1217] = 0x1335, - [0x1218] = 0x1336, [0x1219] = 0x1337, [0x121a] = 0x1338, [0x121b] = 0x1339, - [0x121c] = 0x133a, [0x121d] = 0x133b, [0x121e] = 0x133c, [0x121f] = 0x133d, - [0x1220] = 0x133e, [0x1221] = 0x133f, [0x1222] = 0x1340, [0x1223] = 0x1341, - [0x1224] = 0x1342, [0x1225] = 0x1343, [0x1226] = 0x1344, [0x1227] = 0x1345, - [0x1228] = 0x1346, [0x122a] = 0x1348, [0x122b] = 0x1349, [0x122c] = 0x134a, - [0x122d] = 0x134b, [0x122e] = 0x134c, [0x122f] = 0x134d, [0x1230] = 0x134e, - [0x1231] = 0x134f, [0x1232] = 0x1350, [0x1233] = 0x1351, [0x1234] = 0x1352, - [0x1235] = 0x1353, [0x1236] = 0x1354, [0x1237] = 0x1355, [0x1238] = 0x1356, - [0x1239] = 0x1357, [0x123a] = 0x1358, [0x123b] = 0x1359, [0x123c] = 0x135a, - [0x1243] = 0x1361, [0x1244] = 0x1362, [0x1245] = 0x1363, [0x1246] = 0x1364, - [0x1247] = 0x1365, [0x1248] = 0x1366, [0x1249] = 0x1367, [0x124a] = 0x1368, - [0x124b] = 0x1369, [0x124c] = 0x136a, [0x124d] = 0x136b, [0x124e] = 0x136c, - [0x124f] = 0x136d, [0x1250] = 0x136e, [0x1251] = 0x136f, [0x1252] = 0x1370, - [0x1253] = 0x1371, [0x1254] = 0x1372, [0x1255] = 0x1373, [0x1256] = 0x1374, - [0x1257] = 0x1375, [0x1258] = 0x1376, [0x1259] = 0x1377, [0x125a] = 0x1378, - [0x125b] = 0x1379, [0x125c] = 0x137a, [0x125d] = 0x137b, [0x125e] = 0x137c, - [0x1282] = 0x13a0, [0x1283] = 0x13a1, [0x1284] = 0x13a2, [0x1285] = 0x13a3, - [0x1286] = 0x13a4, [0x1287] = 0x13a5, [0x1288] = 0x13a6, [0x1289] = 0x13a7, - [0x128a] = 0x13a8, [0x128b] = 0x13a9, [0x128c] = 0x13aa, [0x128d] = 0x13ab, - [0x128e] = 0x13ac, [0x128f] = 0x13ad, [0x1290] = 0x13ae, [0x1291] = 0x13af, - [0x1292] = 0x13b0, [0x1293] = 0x13b1, [0x1294] = 0x13b2, [0x1295] = 0x13b3, - [0x1296] = 0x13b4, [0x1297] = 0x13b5, [0x1298] = 0x13b6, [0x1299] = 0x13b7, - [0x129a] = 0x13b8, [0x129b] = 0x13b9, [0x129c] = 0x13ba, [0x129d] = 0x13bb, - [0x129e] = 0x13bc, [0x129f] = 0x13bd, [0x12a0] = 0x13be, [0x12a1] = 0x13bf, - [0x12a2] = 0x13c0, [0x12a3] = 0x13c1, [0x12a4] = 0x13c2, [0x12a5] = 0x13c3, - [0x12a6] = 0x13c4, [0x12a7] = 0x13c5, [0x12a8] = 0x13c6, [0x12a9] = 0x13c7, - [0x12aa] = 0x13c8, [0x12ab] = 0x13c9, [0x12ac] = 0x13ca, [0x12ad] = 0x13cb, - [0x12ae] = 0x13cc, [0x12af] = 0x13cd, [0x12b0] = 0x13ce, [0x12b1] = 0x13cf, - [0x12b2] = 0x13d0, [0x12b3] = 0x13d1, [0x12b4] = 0x13d2, [0x12b5] = 0x13d3, - [0x12b6] = 0x13d4, [0x12b7] = 0x13d5, [0x12b8] = 0x13d6, [0x12b9] = 0x13d7, - [0x12ba] = 0x13d8, [0x12bb] = 0x13d9, [0x12bc] = 0x13da, [0x12bd] = 0x13db, - [0x12be] = 0x13dc, [0x12bf] = 0x13dd, [0x12c0] = 0x13de, [0x12c1] = 0x13df, - [0x12c2] = 0x13e0, [0x12c3] = 0x13e1, [0x12c4] = 0x13e2, [0x12c5] = 0x13e3, - [0x12c6] = 0x13e4, [0x12c7] = 0x13e5, [0x12c8] = 0x13e6, [0x12c9] = 0x13e7, - [0x12ca] = 0x13e8, [0x12cb] = 0x13e9, [0x12cc] = 0x13ea, [0x12cd] = 0x13eb, - [0x12ce] = 0x13ec, [0x12cf] = 0x13ed, [0x12d0] = 0x13ee, [0x12d1] = 0x13ef, - [0x12d2] = 0x13f0, [0x12d3] = 0x13f1, [0x12d4] = 0x13f2, [0x12d5] = 0x13f3, - [0x12d6] = 0x13f4, [0x12e3] = 0x1401, [0x12e4] = 0x1402, [0x12e5] = 0x1403, - [0x12e6] = 0x1404, [0x12e7] = 0x1405, [0x12e8] = 0x1406, [0x12e9] = 0x1407, - [0x12ea] = 0x1408, [0x12eb] = 0x1409, [0x12ec] = 0x140a, [0x12ed] = 0x140b, - [0x12ee] = 0x140c, [0x12ef] = 0x140d, [0x12f0] = 0x140e, [0x12f1] = 0x140f, - [0x12f2] = 0x1410, [0x12f3] = 0x1411, [0x12f4] = 0x1412, [0x12f5] = 0x1413, - [0x12f6] = 0x1414, [0x12f7] = 0x1415, [0x12f8] = 0x1416, [0x12f9] = 0x1417, - [0x12fa] = 0x1418, [0x12fb] = 0x1419, [0x12fc] = 0x141a, [0x12fd] = 0x141b, - [0x12fe] = 0x141c, [0x12ff] = 0x141d, [0x1300] = 0x141e, [0x1301] = 0x141f, - [0x1302] = 0x1420, [0x1303] = 0x1421, [0x1304] = 0x1422, [0x1305] = 0x1423, - [0x1306] = 0x1424, [0x1307] = 0x1425, [0x1308] = 0x1426, [0x1309] = 0x1427, - [0x130a] = 0x1428, [0x130b] = 0x1429, [0x130c] = 0x142a, [0x130d] = 0x142b, - [0x130e] = 0x142c, [0x130f] = 0x142d, [0x1310] = 0x142e, [0x1311] = 0x142f, - [0x1312] = 0x1430, [0x1313] = 0x1431, [0x1314] = 0x1432, [0x1315] = 0x1433, - [0x1316] = 0x1434, [0x1317] = 0x1435, [0x1318] = 0x1436, [0x1319] = 0x1437, - [0x131a] = 0x1438, [0x131b] = 0x1439, [0x131c] = 0x143a, [0x131d] = 0x143b, - [0x131e] = 0x143c, [0x131f] = 0x143d, [0x1320] = 0x143e, [0x1321] = 0x143f, - [0x1322] = 0x1440, [0x1323] = 0x1441, [0x1324] = 0x1442, [0x1325] = 0x1443, - [0x1326] = 0x1444, [0x1327] = 0x1445, [0x1328] = 0x1446, [0x1329] = 0x1447, - [0x132a] = 0x1448, [0x132b] = 0x1449, [0x132c] = 0x144a, [0x132d] = 0x144b, - [0x132e] = 0x144c, [0x132f] = 0x144d, [0x1330] = 0x144e, [0x1331] = 0x144f, - [0x1332] = 0x1450, [0x1333] = 0x1451, [0x1334] = 0x1452, [0x1335] = 0x1453, - [0x1336] = 0x1454, [0x1337] = 0x1455, [0x1338] = 0x1456, [0x1339] = 0x1457, - [0x133a] = 0x1458, [0x133b] = 0x1459, [0x133c] = 0x145a, [0x133d] = 0x145b, - [0x133e] = 0x145c, [0x133f] = 0x145d, [0x1340] = 0x145e, [0x1341] = 0x145f, - [0x1342] = 0x1460, [0x1343] = 0x1461, [0x1344] = 0x1462, [0x1345] = 0x1463, - [0x1346] = 0x1464, [0x1347] = 0x1465, [0x1348] = 0x1466, [0x1349] = 0x1467, - [0x134a] = 0x1468, [0x134b] = 0x1469, [0x134c] = 0x146a, [0x134d] = 0x146b, - [0x134e] = 0x146c, [0x134f] = 0x146d, [0x1350] = 0x146e, [0x1351] = 0x146f, - [0x1352] = 0x1470, [0x1353] = 0x1471, [0x1354] = 0x1472, [0x1355] = 0x1473, - [0x1356] = 0x1474, [0x1357] = 0x1475, [0x1358] = 0x1476, [0x1359] = 0x1477, - [0x135a] = 0x1478, [0x135b] = 0x1479, [0x135c] = 0x147a, [0x135d] = 0x147b, - [0x135e] = 0x147c, [0x135f] = 0x147d, [0x1360] = 0x147e, [0x1361] = 0x147f, - [0x1362] = 0x1480, [0x1363] = 0x1481, [0x1364] = 0x1482, [0x1365] = 0x1483, - [0x1366] = 0x1484, [0x1367] = 0x1485, [0x1368] = 0x1486, [0x1369] = 0x1487, - [0x136a] = 0x1488, [0x136b] = 0x1489, [0x136c] = 0x148a, [0x136d] = 0x148b, - [0x136e] = 0x148c, [0x136f] = 0x148d, [0x1370] = 0x148e, [0x1371] = 0x148f, - [0x1372] = 0x1490, [0x1373] = 0x1491, [0x1374] = 0x1492, [0x1375] = 0x1493, - [0x1376] = 0x1494, [0x1377] = 0x1495, [0x1378] = 0x1496, [0x1379] = 0x1497, - [0x137a] = 0x1498, [0x137b] = 0x1499, [0x137c] = 0x149a, [0x137d] = 0x149b, - [0x137e] = 0x149c, [0x137f] = 0x149d, [0x1380] = 0x149e, [0x1381] = 0x149f, - [0x1382] = 0x14a0, [0x1383] = 0x14a1, [0x1384] = 0x14a2, [0x1385] = 0x14a3, - [0x1386] = 0x14a4, [0x1387] = 0x14a5, [0x1388] = 0x14a6, [0x1389] = 0x14a7, - [0x138a] = 0x14a8, [0x138b] = 0x14a9, [0x138c] = 0x14aa, [0x138d] = 0x14ab, - [0x138e] = 0x14ac, [0x138f] = 0x14ad, [0x1390] = 0x14ae, [0x1391] = 0x14af, - [0x1392] = 0x14b0, [0x1393] = 0x14b1, [0x1394] = 0x14b2, [0x1395] = 0x14b3, - [0x1396] = 0x14b4, [0x1397] = 0x14b5, [0x1398] = 0x14b6, [0x1399] = 0x14b7, - [0x139a] = 0x14b8, [0x139b] = 0x14b9, [0x139c] = 0x14ba, [0x139d] = 0x14bb, - [0x139e] = 0x14bc, [0x139f] = 0x14bd, [0x13a0] = 0x14be, [0x13a1] = 0x14bf, - [0x13a2] = 0x14c0, [0x13a3] = 0x14c1, [0x13a4] = 0x14c2, [0x13a5] = 0x14c3, - [0x13a6] = 0x14c4, [0x13a7] = 0x14c5, [0x13a8] = 0x14c6, [0x13a9] = 0x14c7, - [0x13aa] = 0x14c8, [0x13ab] = 0x14c9, [0x13ac] = 0x14ca, [0x13ad] = 0x14cb, - [0x13ae] = 0x14cc, [0x13af] = 0x14cd, [0x13b0] = 0x14ce, [0x13b1] = 0x14cf, - [0x13b2] = 0x14d0, [0x13b3] = 0x14d1, [0x13b4] = 0x14d2, [0x13b5] = 0x14d3, - [0x13b6] = 0x14d4, [0x13b7] = 0x14d5, [0x13b8] = 0x14d6, [0x13b9] = 0x14d7, - [0x13ba] = 0x14d8, [0x13bb] = 0x14d9, [0x13bc] = 0x14da, [0x13bd] = 0x14db, - [0x13be] = 0x14dc, [0x13bf] = 0x14dd, [0x13c0] = 0x14de, [0x13c1] = 0x14df, - [0x13c2] = 0x14e0, [0x13c3] = 0x14e1, [0x13c4] = 0x14e2, [0x13c5] = 0x14e3, - [0x13c6] = 0x14e4, [0x13c7] = 0x14e5, [0x13c8] = 0x14e6, [0x13c9] = 0x14e7, - [0x13ca] = 0x14e8, [0x13cb] = 0x14e9, [0x13cc] = 0x14ea, [0x13cd] = 0x14eb, - [0x13ce] = 0x14ec, [0x13cf] = 0x14ed, [0x13d0] = 0x14ee, [0x13d1] = 0x14ef, - [0x13d2] = 0x14f0, [0x13d3] = 0x14f1, [0x13d4] = 0x14f2, [0x13d5] = 0x14f3, - [0x13d6] = 0x14f4, [0x13d7] = 0x14f5, [0x13d8] = 0x14f6, [0x13d9] = 0x14f7, - [0x13da] = 0x14f8, [0x13db] = 0x14f9, [0x13dc] = 0x14fa, [0x13dd] = 0x14fb, - [0x13de] = 0x14fc, [0x13df] = 0x14fd, [0x13e0] = 0x14fe, [0x13e1] = 0x14ff, - [0x13e2] = 0x1500, [0x13e3] = 0x1501, [0x13e4] = 0x1502, [0x13e5] = 0x1503, - [0x13e6] = 0x1504, [0x13e7] = 0x1505, [0x13e8] = 0x1506, [0x13e9] = 0x1507, - [0x13ea] = 0x1508, [0x13eb] = 0x1509, [0x13ec] = 0x150a, [0x13ed] = 0x150b, - [0x13ee] = 0x150c, [0x13ef] = 0x150d, [0x13f0] = 0x150e, [0x13f1] = 0x150f, - [0x13f2] = 0x1510, [0x13f3] = 0x1511, [0x13f4] = 0x1512, [0x13f5] = 0x1513, - [0x13f6] = 0x1514, [0x13f7] = 0x1515, [0x13f8] = 0x1516, [0x13f9] = 0x1517, - [0x13fa] = 0x1518, [0x13fb] = 0x1519, [0x13fc] = 0x151a, [0x13fd] = 0x151b, - [0x13fe] = 0x151c, [0x13ff] = 0x151d, [0x1400] = 0x151e, [0x1401] = 0x151f, - [0x1402] = 0x1520, [0x1403] = 0x1521, [0x1404] = 0x1522, [0x1405] = 0x1523, - [0x1406] = 0x1524, [0x1407] = 0x1525, [0x1408] = 0x1526, [0x1409] = 0x1527, - [0x140a] = 0x1528, [0x140b] = 0x1529, [0x140c] = 0x152a, [0x140d] = 0x152b, - [0x140e] = 0x152c, [0x140f] = 0x152d, [0x1410] = 0x152e, [0x1411] = 0x152f, - [0x1412] = 0x1530, [0x1413] = 0x1531, [0x1414] = 0x1532, [0x1415] = 0x1533, - [0x1416] = 0x1534, [0x1417] = 0x1535, [0x1418] = 0x1536, [0x1419] = 0x1537, - [0x141a] = 0x1538, [0x141b] = 0x1539, [0x141c] = 0x153a, [0x141d] = 0x153b, - [0x141e] = 0x153c, [0x141f] = 0x153d, [0x1420] = 0x153e, [0x1421] = 0x153f, - [0x1422] = 0x1540, [0x1423] = 0x1541, [0x1424] = 0x1542, [0x1425] = 0x1543, - [0x1426] = 0x1544, [0x1427] = 0x1545, [0x1428] = 0x1546, [0x1429] = 0x1547, - [0x142a] = 0x1548, [0x142b] = 0x1549, [0x142c] = 0x154a, [0x142d] = 0x154b, - [0x142e] = 0x154c, [0x142f] = 0x154d, [0x1430] = 0x154e, [0x1431] = 0x154f, - [0x1432] = 0x1550, [0x1433] = 0x1551, [0x1434] = 0x1552, [0x1435] = 0x1553, - [0x1436] = 0x1554, [0x1437] = 0x1555, [0x1438] = 0x1556, [0x1439] = 0x1557, - [0x143a] = 0x1558, [0x143b] = 0x1559, [0x143c] = 0x155a, [0x143d] = 0x155b, - [0x143e] = 0x155c, [0x143f] = 0x155d, [0x1440] = 0x155e, [0x1441] = 0x155f, - [0x1442] = 0x1560, [0x1443] = 0x1561, [0x1444] = 0x1562, [0x1445] = 0x1563, - [0x1446] = 0x1564, [0x1447] = 0x1565, [0x1448] = 0x1566, [0x1449] = 0x1567, - [0x144a] = 0x1568, [0x144b] = 0x1569, [0x144c] = 0x156a, [0x144d] = 0x156b, - [0x144e] = 0x156c, [0x144f] = 0x156d, [0x1450] = 0x156e, [0x1451] = 0x156f, - [0x1452] = 0x1570, [0x1453] = 0x1571, [0x1454] = 0x1572, [0x1455] = 0x1573, - [0x1456] = 0x1574, [0x1457] = 0x1575, [0x1458] = 0x1576, [0x1459] = 0x1577, - [0x145a] = 0x1578, [0x145b] = 0x1579, [0x145c] = 0x157a, [0x145d] = 0x157b, - [0x145e] = 0x157c, [0x145f] = 0x157d, [0x1460] = 0x157e, [0x1461] = 0x157f, - [0x1462] = 0x1580, [0x1463] = 0x1581, [0x1464] = 0x1582, [0x1465] = 0x1583, - [0x1466] = 0x1584, [0x1467] = 0x1585, [0x1468] = 0x1586, [0x1469] = 0x1587, - [0x146a] = 0x1588, [0x146b] = 0x1589, [0x146c] = 0x158a, [0x146d] = 0x158b, - [0x146e] = 0x158c, [0x146f] = 0x158d, [0x1470] = 0x158e, [0x1471] = 0x158f, - [0x1472] = 0x1590, [0x1473] = 0x1591, [0x1474] = 0x1592, [0x1475] = 0x1593, - [0x1476] = 0x1594, [0x1477] = 0x1595, [0x1478] = 0x1596, [0x1479] = 0x1597, - [0x147a] = 0x1598, [0x147b] = 0x1599, [0x147c] = 0x159a, [0x147d] = 0x159b, - [0x147e] = 0x159c, [0x147f] = 0x159d, [0x1480] = 0x159e, [0x1481] = 0x159f, - [0x1482] = 0x15a0, [0x1483] = 0x15a1, [0x1484] = 0x15a2, [0x1485] = 0x15a3, - [0x1486] = 0x15a4, [0x1487] = 0x15a5, [0x1488] = 0x15a6, [0x1489] = 0x15a7, - [0x148a] = 0x15a8, [0x148b] = 0x15a9, [0x148c] = 0x15aa, [0x148d] = 0x15ab, - [0x148e] = 0x15ac, [0x148f] = 0x15ad, [0x1490] = 0x15ae, [0x1491] = 0x15af, - [0x1492] = 0x15b0, [0x1493] = 0x15b1, [0x1494] = 0x15b2, [0x1495] = 0x15b3, - [0x1496] = 0x15b4, [0x1497] = 0x15b5, [0x1498] = 0x15b6, [0x1499] = 0x15b7, - [0x149a] = 0x15b8, [0x149b] = 0x15b9, [0x149c] = 0x15ba, [0x149d] = 0x15bb, - [0x149e] = 0x15bc, [0x149f] = 0x15bd, [0x14a0] = 0x15be, [0x14a1] = 0x15bf, - [0x14a2] = 0x15c0, [0x14a3] = 0x15c1, [0x14a4] = 0x15c2, [0x14a5] = 0x15c3, - [0x14a6] = 0x15c4, [0x14a7] = 0x15c5, [0x14a8] = 0x15c6, [0x14a9] = 0x15c7, - [0x14aa] = 0x15c8, [0x14ab] = 0x15c9, [0x14ac] = 0x15ca, [0x14ad] = 0x15cb, - [0x14ae] = 0x15cc, [0x14af] = 0x15cd, [0x14b0] = 0x15ce, [0x14b1] = 0x15cf, - [0x14b2] = 0x15d0, [0x14b3] = 0x15d1, [0x14b4] = 0x15d2, [0x14b5] = 0x15d3, - [0x14b6] = 0x15d4, [0x14b7] = 0x15d5, [0x14b8] = 0x15d6, [0x14b9] = 0x15d7, - [0x14ba] = 0x15d8, [0x14bb] = 0x15d9, [0x14bc] = 0x15da, [0x14bd] = 0x15db, - [0x14be] = 0x15dc, [0x14bf] = 0x15dd, [0x14c0] = 0x15de, [0x14c1] = 0x15df, - [0x14c2] = 0x15e0, [0x14c3] = 0x15e1, [0x14c4] = 0x15e2, [0x14c5] = 0x15e3, - [0x14c6] = 0x15e4, [0x14c7] = 0x15e5, [0x14c8] = 0x15e6, [0x14c9] = 0x15e7, - [0x14ca] = 0x15e8, [0x14cb] = 0x15e9, [0x14cc] = 0x15ea, [0x14cd] = 0x15eb, - [0x14ce] = 0x15ec, [0x14cf] = 0x15ed, [0x14d0] = 0x15ee, [0x14d1] = 0x15ef, - [0x14d2] = 0x15f0, [0x14d3] = 0x15f1, [0x14d4] = 0x15f2, [0x14d5] = 0x15f3, - [0x14d6] = 0x15f4, [0x14d7] = 0x15f5, [0x14d8] = 0x15f6, [0x14d9] = 0x15f7, - [0x14da] = 0x15f8, [0x14db] = 0x15f9, [0x14dc] = 0x15fa, [0x14dd] = 0x15fb, - [0x14de] = 0x15fc, [0x14df] = 0x15fd, [0x14e0] = 0x15fe, [0x14e1] = 0x15ff, - [0x14e2] = 0x1600, [0x14e3] = 0x1601, [0x14e4] = 0x1602, [0x14e5] = 0x1603, - [0x14e6] = 0x1604, [0x14e7] = 0x1605, [0x14e8] = 0x1606, [0x14e9] = 0x1607, - [0x14ea] = 0x1608, [0x14eb] = 0x1609, [0x14ec] = 0x160a, [0x14ed] = 0x160b, - [0x14ee] = 0x160c, [0x14ef] = 0x160d, [0x14f0] = 0x160e, [0x14f1] = 0x160f, - [0x14f2] = 0x1610, [0x14f3] = 0x1611, [0x14f4] = 0x1612, [0x14f5] = 0x1613, - [0x14f6] = 0x1614, [0x14f7] = 0x1615, [0x14f8] = 0x1616, [0x14f9] = 0x1617, - [0x14fa] = 0x1618, [0x14fb] = 0x1619, [0x14fc] = 0x161a, [0x14fd] = 0x161b, - [0x14fe] = 0x161c, [0x14ff] = 0x161d, [0x1500] = 0x161e, [0x1501] = 0x161f, - [0x1502] = 0x1620, [0x1503] = 0x1621, [0x1504] = 0x1622, [0x1505] = 0x1623, - [0x1506] = 0x1624, [0x1507] = 0x1625, [0x1508] = 0x1626, [0x1509] = 0x1627, - [0x150a] = 0x1628, [0x150b] = 0x1629, [0x150c] = 0x162a, [0x150d] = 0x162b, - [0x150e] = 0x162c, [0x150f] = 0x162d, [0x1510] = 0x162e, [0x1511] = 0x162f, - [0x1512] = 0x1630, [0x1513] = 0x1631, [0x1514] = 0x1632, [0x1515] = 0x1633, - [0x1516] = 0x1634, [0x1517] = 0x1635, [0x1518] = 0x1636, [0x1519] = 0x1637, - [0x151a] = 0x1638, [0x151b] = 0x1639, [0x151c] = 0x163a, [0x151d] = 0x163b, - [0x151e] = 0x163c, [0x151f] = 0x163d, [0x1520] = 0x163e, [0x1521] = 0x163f, - [0x1522] = 0x1640, [0x1523] = 0x1641, [0x1524] = 0x1642, [0x1525] = 0x1643, - [0x1526] = 0x1644, [0x1527] = 0x1645, [0x1528] = 0x1646, [0x1529] = 0x1647, - [0x152a] = 0x1648, [0x152b] = 0x1649, [0x152c] = 0x164a, [0x152d] = 0x164b, - [0x152e] = 0x164c, [0x152f] = 0x164d, [0x1530] = 0x164e, [0x1531] = 0x164f, - [0x1532] = 0x1650, [0x1533] = 0x1651, [0x1534] = 0x1652, [0x1535] = 0x1653, - [0x1536] = 0x1654, [0x1537] = 0x1655, [0x1538] = 0x1656, [0x1539] = 0x1657, - [0x153a] = 0x1658, [0x153b] = 0x1659, [0x153c] = 0x165a, [0x153d] = 0x165b, - [0x153e] = 0x165c, [0x153f] = 0x165d, [0x1540] = 0x165e, [0x1541] = 0x165f, - [0x1542] = 0x1660, [0x1543] = 0x1661, [0x1544] = 0x1662, [0x1545] = 0x1663, - [0x1546] = 0x1664, [0x1547] = 0x1665, [0x1548] = 0x1666, [0x1549] = 0x1667, - [0x154a] = 0x1668, [0x154b] = 0x1669, [0x154c] = 0x166a, [0x154d] = 0x166b, - [0x154e] = 0x166c, [0x154f] = 0x166d, [0x1550] = 0x166e, [0x1551] = 0x166f, - [0x1552] = 0x1670, [0x1553] = 0x1671, [0x1554] = 0x1672, [0x1555] = 0x1673, - [0x1556] = 0x1674, [0x1557] = 0x1675, [0x1558] = 0x1676, [0x1562] = 0x1680, - [0x1563] = 0x1681, [0x1564] = 0x1682, [0x1565] = 0x1683, [0x1566] = 0x1684, - [0x1567] = 0x1685, [0x1568] = 0x1686, [0x1569] = 0x1687, [0x156a] = 0x1688, - [0x156b] = 0x1689, [0x156c] = 0x168a, [0x156d] = 0x168b, [0x156e] = 0x168c, - [0x156f] = 0x168d, [0x1570] = 0x168e, [0x1571] = 0x168f, [0x1572] = 0x1690, - [0x1573] = 0x1691, [0x1574] = 0x1692, [0x1575] = 0x1693, [0x1576] = 0x1694, - [0x1577] = 0x1695, [0x1578] = 0x1696, [0x1579] = 0x1697, [0x157a] = 0x1698, - [0x157b] = 0x1699, [0x157c] = 0x169a, [0x157d] = 0x169b, [0x157e] = 0x169c, - [0x1582] = 0x16a0, [0x1583] = 0x16a1, [0x1584] = 0x16a2, [0x1585] = 0x16a3, - [0x1586] = 0x16a4, [0x1587] = 0x16a5, [0x1588] = 0x16a6, [0x1589] = 0x16a7, - [0x158a] = 0x16a8, [0x158b] = 0x16a9, [0x158c] = 0x16aa, [0x158d] = 0x16ab, - [0x158e] = 0x16ac, [0x158f] = 0x16ad, [0x1590] = 0x16ae, [0x1591] = 0x16af, - [0x1592] = 0x16b0, [0x1593] = 0x16b1, [0x1594] = 0x16b2, [0x1595] = 0x16b3, - [0x1596] = 0x16b4, [0x1597] = 0x16b5, [0x1598] = 0x16b6, [0x1599] = 0x16b7, - [0x159a] = 0x16b8, [0x159b] = 0x16b9, [0x159c] = 0x16ba, [0x159d] = 0x16bb, - [0x159e] = 0x16bc, [0x159f] = 0x16bd, [0x15a0] = 0x16be, [0x15a1] = 0x16bf, - [0x15a2] = 0x16c0, [0x15a3] = 0x16c1, [0x15a4] = 0x16c2, [0x15a5] = 0x16c3, - [0x15a6] = 0x16c4, [0x15a7] = 0x16c5, [0x15a8] = 0x16c6, [0x15a9] = 0x16c7, - [0x15aa] = 0x16c8, [0x15ab] = 0x16c9, [0x15ac] = 0x16ca, [0x15ad] = 0x16cb, - [0x15ae] = 0x16cc, [0x15af] = 0x16cd, [0x15b0] = 0x16ce, [0x15b1] = 0x16cf, - [0x15b2] = 0x16d0, [0x15b3] = 0x16d1, [0x15b4] = 0x16d2, [0x15b5] = 0x16d3, - [0x15b6] = 0x16d4, [0x15b7] = 0x16d5, [0x15b8] = 0x16d6, [0x15b9] = 0x16d7, - [0x15ba] = 0x16d8, [0x15bb] = 0x16d9, [0x15bc] = 0x16da, [0x15bd] = 0x16db, - [0x15be] = 0x16dc, [0x15bf] = 0x16dd, [0x15c0] = 0x16de, [0x15c1] = 0x16df, - [0x15c2] = 0x16e0, [0x15c3] = 0x16e1, [0x15c4] = 0x16e2, [0x15c5] = 0x16e3, - [0x15c6] = 0x16e4, [0x15c7] = 0x16e5, [0x15c8] = 0x16e6, [0x15c9] = 0x16e7, - [0x15ca] = 0x16e8, [0x15cb] = 0x16e9, [0x15cc] = 0x16ea, [0x15cd] = 0x16eb, - [0x15ce] = 0x16ec, [0x15cf] = 0x16ed, [0x15d0] = 0x16ee, [0x15d1] = 0x16ef, - [0x15d2] = 0x16f0, [0x15e2] = 0x1700, [0x15e3] = 0x1701, [0x15e4] = 0x1702, - [0x15e5] = 0x1703, [0x15e6] = 0x1704, [0x15e7] = 0x1705, [0x15e8] = 0x1706, - [0x15e9] = 0x1707, [0x15ea] = 0x1708, [0x15eb] = 0x1709, [0x15ec] = 0x170a, - [0x15ed] = 0x170b, [0x15ee] = 0x170c, [0x15f0] = 0x170e, [0x15f1] = 0x170f, - [0x15f2] = 0x1710, [0x15f3] = 0x1711, [0x15f4] = 0x1712, [0x15f5] = 0x1713, - [0x15f6] = 0x1714, [0x1602] = 0x1720, [0x1603] = 0x1721, [0x1604] = 0x1722, - [0x1605] = 0x1723, [0x1606] = 0x1724, [0x1607] = 0x1725, [0x1608] = 0x1726, - [0x1609] = 0x1727, [0x160a] = 0x1728, [0x160b] = 0x1729, [0x160c] = 0x172a, - [0x160d] = 0x172b, [0x160e] = 0x172c, [0x160f] = 0x172d, [0x1610] = 0x172e, - [0x1611] = 0x172f, [0x1612] = 0x1730, [0x1613] = 0x1731, [0x1614] = 0x1732, - [0x1615] = 0x1733, [0x1616] = 0x1734, [0x1617] = 0x1735, [0x1618] = 0x1736, - [0x1622] = 0x1740, [0x1623] = 0x1741, [0x1624] = 0x1742, [0x1625] = 0x1743, - [0x1626] = 0x1744, [0x1627] = 0x1745, [0x1628] = 0x1746, [0x1629] = 0x1747, - [0x162a] = 0x1748, [0x162b] = 0x1749, [0x162c] = 0x174a, [0x162d] = 0x174b, - [0x162e] = 0x174c, [0x162f] = 0x174d, [0x1630] = 0x174e, [0x1631] = 0x174f, - [0x1632] = 0x1750, [0x1633] = 0x1751, [0x1634] = 0x1752, [0x1635] = 0x1753, - [0x1642] = 0x1760, [0x1643] = 0x1761, [0x1644] = 0x1762, [0x1645] = 0x1763, - [0x1646] = 0x1764, [0x1647] = 0x1765, [0x1648] = 0x1766, [0x1649] = 0x1767, - [0x164a] = 0x1768, [0x164b] = 0x1769, [0x164c] = 0x176a, [0x164d] = 0x176b, - [0x164e] = 0x176c, [0x1650] = 0x176e, [0x1651] = 0x176f, [0x1652] = 0x1770, - [0x1654] = 0x1772, [0x1655] = 0x1773, [0x1662] = 0x1780, [0x1663] = 0x1781, - [0x1664] = 0x1782, [0x1665] = 0x1783, [0x1666] = 0x1784, [0x1667] = 0x1785, - [0x1668] = 0x1786, [0x1669] = 0x1787, [0x166a] = 0x1788, [0x166b] = 0x1789, - [0x166c] = 0x178a, [0x166d] = 0x178b, [0x166e] = 0x178c, [0x166f] = 0x178d, - [0x1670] = 0x178e, [0x1671] = 0x178f, [0x1672] = 0x1790, [0x1673] = 0x1791, - [0x1674] = 0x1792, [0x1675] = 0x1793, [0x1676] = 0x1794, [0x1677] = 0x1795, - [0x1678] = 0x1796, [0x1679] = 0x1797, [0x167a] = 0x1798, [0x167b] = 0x1799, - [0x167c] = 0x179a, [0x167d] = 0x179b, [0x167e] = 0x179c, [0x167f] = 0x179d, - [0x1680] = 0x179e, [0x1681] = 0x179f, [0x1682] = 0x17a0, [0x1683] = 0x17a1, - [0x1684] = 0x17a2, [0x1685] = 0x17a3, [0x1686] = 0x17a4, [0x1687] = 0x17a5, - [0x1688] = 0x17a6, [0x1689] = 0x17a7, [0x168a] = 0x17a8, [0x168b] = 0x17a9, - [0x168c] = 0x17aa, [0x168d] = 0x17ab, [0x168e] = 0x17ac, [0x168f] = 0x17ad, - [0x1690] = 0x17ae, [0x1691] = 0x17af, [0x1692] = 0x17b0, [0x1693] = 0x17b1, - [0x1694] = 0x17b2, [0x1695] = 0x17b3, [0x1696] = 0x17b4, [0x1697] = 0x17b5, - [0x1698] = 0x17b6, [0x1699] = 0x17b7, [0x169a] = 0x17b8, [0x169b] = 0x17b9, - [0x169c] = 0x17ba, [0x169d] = 0x17bb, [0x169e] = 0x17bc, [0x169f] = 0x17bd, - [0x16a0] = 0x17be, [0x16a1] = 0x17bf, [0x16a2] = 0x17c0, [0x16a3] = 0x17c1, - [0x16a4] = 0x17c2, [0x16a5] = 0x17c3, [0x16a6] = 0x17c4, [0x16a7] = 0x17c5, - [0x16a8] = 0x17c6, [0x16a9] = 0x17c7, [0x16aa] = 0x17c8, [0x16ab] = 0x17c9, - [0x16ac] = 0x17ca, [0x16ad] = 0x17cb, [0x16ae] = 0x17cc, [0x16af] = 0x17cd, - [0x16b0] = 0x17ce, [0x16b1] = 0x17cf, [0x16b2] = 0x17d0, [0x16b3] = 0x17d1, - [0x16b4] = 0x17d2, [0x16b5] = 0x17d3, [0x16b6] = 0x17d4, [0x16b7] = 0x17d5, - [0x16b8] = 0x17d6, [0x16b9] = 0x17d7, [0x16ba] = 0x17d8, [0x16bb] = 0x17d9, - [0x16bc] = 0x17da, [0x16bd] = 0x17db, [0x16be] = 0x17dc, [0x16c2] = 0x17e0, - [0x16c3] = 0x17e1, [0x16c4] = 0x17e2, [0x16c5] = 0x17e3, [0x16c6] = 0x17e4, - [0x16c7] = 0x17e5, [0x16c8] = 0x17e6, [0x16c9] = 0x17e7, [0x16ca] = 0x17e8, - [0x16cb] = 0x17e9, [0x16e2] = 0x1800, [0x16e3] = 0x1801, [0x16e4] = 0x1802, - [0x16e5] = 0x1803, [0x16e6] = 0x1804, [0x16e7] = 0x1805, [0x16e8] = 0x1806, - [0x16e9] = 0x1807, [0x16ea] = 0x1808, [0x16eb] = 0x1809, [0x16ec] = 0x180a, - [0x16ed] = 0x180b, [0x16ee] = 0x180c, [0x16ef] = 0x180d, [0x16f0] = 0x180e, - [0x16f2] = 0x1810, [0x16f3] = 0x1811, [0x16f4] = 0x1812, [0x16f5] = 0x1813, - [0x16f6] = 0x1814, [0x16f7] = 0x1815, [0x16f8] = 0x1816, [0x16f9] = 0x1817, - [0x16fa] = 0x1818, [0x16fb] = 0x1819, [0x1702] = 0x1820, [0x1703] = 0x1821, - [0x1704] = 0x1822, [0x1705] = 0x1823, [0x1706] = 0x1824, [0x1707] = 0x1825, - [0x1708] = 0x1826, [0x1709] = 0x1827, [0x170a] = 0x1828, [0x170b] = 0x1829, - [0x170c] = 0x182a, [0x170d] = 0x182b, [0x170e] = 0x182c, [0x170f] = 0x182d, - [0x1710] = 0x182e, [0x1711] = 0x182f, [0x1712] = 0x1830, [0x1713] = 0x1831, - [0x1714] = 0x1832, [0x1715] = 0x1833, [0x1716] = 0x1834, [0x1717] = 0x1835, - [0x1718] = 0x1836, [0x1719] = 0x1837, [0x171a] = 0x1838, [0x171b] = 0x1839, - [0x171c] = 0x183a, [0x171d] = 0x183b, [0x171e] = 0x183c, [0x171f] = 0x183d, - [0x1720] = 0x183e, [0x1721] = 0x183f, [0x1722] = 0x1840, [0x1723] = 0x1841, - [0x1724] = 0x1842, [0x1725] = 0x1843, [0x1726] = 0x1844, [0x1727] = 0x1845, - [0x1728] = 0x1846, [0x1729] = 0x1847, [0x172a] = 0x1848, [0x172b] = 0x1849, - [0x172c] = 0x184a, [0x172d] = 0x184b, [0x172e] = 0x184c, [0x172f] = 0x184d, - [0x1730] = 0x184e, [0x1731] = 0x184f, [0x1732] = 0x1850, [0x1733] = 0x1851, - [0x1734] = 0x1852, [0x1735] = 0x1853, [0x1736] = 0x1854, [0x1737] = 0x1855, - [0x1738] = 0x1856, [0x1739] = 0x1857, [0x173a] = 0x1858, [0x173b] = 0x1859, - [0x173c] = 0x185a, [0x173d] = 0x185b, [0x173e] = 0x185c, [0x173f] = 0x185d, - [0x1740] = 0x185e, [0x1741] = 0x185f, [0x1742] = 0x1860, [0x1743] = 0x1861, - [0x1744] = 0x1862, [0x1745] = 0x1863, [0x1746] = 0x1864, [0x1747] = 0x1865, - [0x1748] = 0x1866, [0x1749] = 0x1867, [0x174a] = 0x1868, [0x174b] = 0x1869, - [0x174c] = 0x186a, [0x174d] = 0x186b, [0x174e] = 0x186c, [0x174f] = 0x186d, - [0x1750] = 0x186e, [0x1751] = 0x186f, [0x1752] = 0x1870, [0x1753] = 0x1871, - [0x1754] = 0x1872, [0x1755] = 0x1873, [0x1756] = 0x1874, [0x1757] = 0x1875, - [0x1758] = 0x1876, [0x1759] = 0x1877, [0x1762] = 0x1880, [0x1763] = 0x1881, - [0x1764] = 0x1882, [0x1765] = 0x1883, [0x1766] = 0x1884, [0x1767] = 0x1885, - [0x1768] = 0x1886, [0x1769] = 0x1887, [0x176a] = 0x1888, [0x176b] = 0x1889, - [0x176c] = 0x188a, [0x176d] = 0x188b, [0x176e] = 0x188c, [0x176f] = 0x188d, - [0x1770] = 0x188e, [0x1771] = 0x188f, [0x1772] = 0x1890, [0x1773] = 0x1891, - [0x1774] = 0x1892, [0x1775] = 0x1893, [0x1776] = 0x1894, [0x1777] = 0x1895, - [0x1778] = 0x1896, [0x1779] = 0x1897, [0x177a] = 0x1898, [0x177b] = 0x1899, - [0x177c] = 0x189a, [0x177d] = 0x189b, [0x177e] = 0x189c, [0x177f] = 0x189d, - [0x1780] = 0x189e, [0x1781] = 0x189f, [0x1782] = 0x18a0, [0x1783] = 0x18a1, - [0x1784] = 0x18a2, [0x1785] = 0x18a3, [0x1786] = 0x18a4, [0x1787] = 0x18a5, - [0x1788] = 0x18a6, [0x1789] = 0x18a7, [0x178a] = 0x18a8, [0x178b] = 0x18a9, - [0x1ce2] = 0x1e00, [0x1ce3] = 0x1e01, [0x1ce4] = 0x1e02, [0x1ce5] = 0x1e03, - [0x1ce6] = 0x1e04, [0x1ce7] = 0x1e05, [0x1ce8] = 0x1e06, [0x1ce9] = 0x1e07, - [0x1cea] = 0x1e08, [0x1ceb] = 0x1e09, [0x1cec] = 0x1e0a, [0x1ced] = 0x1e0b, - [0x1cee] = 0x1e0c, [0x1cef] = 0x1e0d, [0x1cf0] = 0x1e0e, [0x1cf1] = 0x1e0f, - [0x1cf2] = 0x1e10, [0x1cf3] = 0x1e11, [0x1cf4] = 0x1e12, [0x1cf5] = 0x1e13, - [0x1cf6] = 0x1e14, [0x1cf7] = 0x1e15, [0x1cf8] = 0x1e16, [0x1cf9] = 0x1e17, - [0x1cfa] = 0x1e18, [0x1cfb] = 0x1e19, [0x1cfc] = 0x1e1a, [0x1cfd] = 0x1e1b, - [0x1cfe] = 0x1e1c, [0x1cff] = 0x1e1d, [0x1d00] = 0x1e1e, [0x1d01] = 0x1e1f, - [0x1d02] = 0x1e20, [0x1d03] = 0x1e21, [0x1d04] = 0x1e22, [0x1d05] = 0x1e23, - [0x1d06] = 0x1e24, [0x1d07] = 0x1e25, [0x1d08] = 0x1e26, [0x1d09] = 0x1e27, - [0x1d0a] = 0x1e28, [0x1d0b] = 0x1e29, [0x1d0c] = 0x1e2a, [0x1d0d] = 0x1e2b, - [0x1d0e] = 0x1e2c, [0x1d0f] = 0x1e2d, [0x1d10] = 0x1e2e, [0x1d11] = 0x1e2f, - [0x1d12] = 0x1e30, [0x1d13] = 0x1e31, [0x1d14] = 0x1e32, [0x1d15] = 0x1e33, - [0x1d16] = 0x1e34, [0x1d17] = 0x1e35, [0x1d18] = 0x1e36, [0x1d19] = 0x1e37, - [0x1d1a] = 0x1e38, [0x1d1b] = 0x1e39, [0x1d1c] = 0x1e3a, [0x1d1d] = 0x1e3b, - [0x1d1e] = 0x1e3c, [0x1d1f] = 0x1e3d, [0x1d20] = 0x1e3e, [0x1d21] = 0x1e3f, - [0x1d22] = 0x1e40, [0x1d23] = 0x1e41, [0x1d24] = 0x1e42, [0x1d25] = 0x1e43, - [0x1d26] = 0x1e44, [0x1d27] = 0x1e45, [0x1d28] = 0x1e46, [0x1d29] = 0x1e47, - [0x1d2a] = 0x1e48, [0x1d2b] = 0x1e49, [0x1d2c] = 0x1e4a, [0x1d2d] = 0x1e4b, - [0x1d2e] = 0x1e4c, [0x1d2f] = 0x1e4d, [0x1d30] = 0x1e4e, [0x1d31] = 0x1e4f, - [0x1d32] = 0x1e50, [0x1d33] = 0x1e51, [0x1d34] = 0x1e52, [0x1d35] = 0x1e53, - [0x1d36] = 0x1e54, [0x1d37] = 0x1e55, [0x1d38] = 0x1e56, [0x1d39] = 0x1e57, - [0x1d3a] = 0x1e58, [0x1d3b] = 0x1e59, [0x1d3c] = 0x1e5a, [0x1d3d] = 0x1e5b, - [0x1d3e] = 0x1e5c, [0x1d3f] = 0x1e5d, [0x1d40] = 0x1e5e, [0x1d41] = 0x1e5f, - [0x1d42] = 0x1e60, [0x1d43] = 0x1e61, [0x1d44] = 0x1e62, [0x1d45] = 0x1e63, - [0x1d46] = 0x1e64, [0x1d47] = 0x1e65, [0x1d48] = 0x1e66, [0x1d49] = 0x1e67, - [0x1d4a] = 0x1e68, [0x1d4b] = 0x1e69, [0x1d4c] = 0x1e6a, [0x1d4d] = 0x1e6b, - [0x1d4e] = 0x1e6c, [0x1d4f] = 0x1e6d, [0x1d50] = 0x1e6e, [0x1d51] = 0x1e6f, - [0x1d52] = 0x1e70, [0x1d53] = 0x1e71, [0x1d54] = 0x1e72, [0x1d55] = 0x1e73, - [0x1d56] = 0x1e74, [0x1d57] = 0x1e75, [0x1d58] = 0x1e76, [0x1d59] = 0x1e77, - [0x1d5a] = 0x1e78, [0x1d5b] = 0x1e79, [0x1d5c] = 0x1e7a, [0x1d5d] = 0x1e7b, - [0x1d5e] = 0x1e7c, [0x1d5f] = 0x1e7d, [0x1d60] = 0x1e7e, [0x1d61] = 0x1e7f, - [0x1d62] = 0x1e80, [0x1d63] = 0x1e81, [0x1d64] = 0x1e82, [0x1d65] = 0x1e83, - [0x1d66] = 0x1e84, [0x1d67] = 0x1e85, [0x1d68] = 0x1e86, [0x1d69] = 0x1e87, - [0x1d6a] = 0x1e88, [0x1d6b] = 0x1e89, [0x1d6c] = 0x1e8a, [0x1d6d] = 0x1e8b, - [0x1d6e] = 0x1e8c, [0x1d6f] = 0x1e8d, [0x1d70] = 0x1e8e, [0x1d71] = 0x1e8f, - [0x1d72] = 0x1e90, [0x1d73] = 0x1e91, [0x1d74] = 0x1e92, [0x1d75] = 0x1e93, - [0x1d76] = 0x1e94, [0x1d77] = 0x1e95, [0x1d78] = 0x1e96, [0x1d79] = 0x1e97, - [0x1d7a] = 0x1e98, [0x1d7b] = 0x1e99, [0x1d7c] = 0x1e9a, [0x1d7d] = 0x1e9b, - [0x1d82] = 0x1ea0, [0x1d83] = 0x1ea1, [0x1d84] = 0x1ea2, [0x1d85] = 0x1ea3, - [0x1d86] = 0x1ea4, [0x1d87] = 0x1ea5, [0x1d88] = 0x1ea6, [0x1d89] = 0x1ea7, - [0x1d8a] = 0x1ea8, [0x1d8b] = 0x1ea9, [0x1d8c] = 0x1eaa, [0x1d8d] = 0x1eab, - [0x1d8e] = 0x1eac, [0x1d8f] = 0x1ead, [0x1d90] = 0x1eae, [0x1d91] = 0x1eaf, - [0x1d92] = 0x1eb0, [0x1d93] = 0x1eb1, [0x1d94] = 0x1eb2, [0x1d95] = 0x1eb3, - [0x1d96] = 0x1eb4, [0x1d97] = 0x1eb5, [0x1d98] = 0x1eb6, [0x1d99] = 0x1eb7, - [0x1d9a] = 0x1eb8, [0x1d9b] = 0x1eb9, [0x1d9c] = 0x1eba, [0x1d9d] = 0x1ebb, - [0x1d9e] = 0x1ebc, [0x1d9f] = 0x1ebd, [0x1da0] = 0x1ebe, [0x1da1] = 0x1ebf, - [0x1da2] = 0x1ec0, [0x1da3] = 0x1ec1, [0x1da4] = 0x1ec2, [0x1da5] = 0x1ec3, - [0x1da6] = 0x1ec4, [0x1da7] = 0x1ec5, [0x1da8] = 0x1ec6, [0x1da9] = 0x1ec7, - [0x1daa] = 0x1ec8, [0x1dab] = 0x1ec9, [0x1dac] = 0x1eca, [0x1dad] = 0x1ecb, - [0x1dae] = 0x1ecc, [0x1daf] = 0x1ecd, [0x1db0] = 0x1ece, [0x1db1] = 0x1ecf, - [0x1db2] = 0x1ed0, [0x1db3] = 0x1ed1, [0x1db4] = 0x1ed2, [0x1db5] = 0x1ed3, - [0x1db6] = 0x1ed4, [0x1db7] = 0x1ed5, [0x1db8] = 0x1ed6, [0x1db9] = 0x1ed7, - [0x1dba] = 0x1ed8, [0x1dbb] = 0x1ed9, [0x1dbc] = 0x1eda, [0x1dbd] = 0x1edb, - [0x1dbe] = 0x1edc, [0x1dbf] = 0x1edd, [0x1dc0] = 0x1ede, [0x1dc1] = 0x1edf, - [0x1dc2] = 0x1ee0, [0x1dc3] = 0x1ee1, [0x1dc4] = 0x1ee2, [0x1dc5] = 0x1ee3, - [0x1dc6] = 0x1ee4, [0x1dc7] = 0x1ee5, [0x1dc8] = 0x1ee6, [0x1dc9] = 0x1ee7, - [0x1dca] = 0x1ee8, [0x1dcb] = 0x1ee9, [0x1dcc] = 0x1eea, [0x1dcd] = 0x1eeb, - [0x1dce] = 0x1eec, [0x1dcf] = 0x1eed, [0x1dd0] = 0x1eee, [0x1dd1] = 0x1eef, - [0x1dd2] = 0x1ef0, [0x1dd3] = 0x1ef1, [0x1dd4] = 0x1ef2, [0x1dd5] = 0x1ef3, - [0x1dd6] = 0x1ef4, [0x1dd7] = 0x1ef5, [0x1dd8] = 0x1ef6, [0x1dd9] = 0x1ef7, - [0x1dda] = 0x1ef8, [0x1ddb] = 0x1ef9, [0x1de2] = 0x1f00, [0x1de3] = 0x1f01, - [0x1de4] = 0x1f02, [0x1de5] = 0x1f03, [0x1de6] = 0x1f04, [0x1de7] = 0x1f05, - [0x1de8] = 0x1f06, [0x1de9] = 0x1f07, [0x1dea] = 0x1f08, [0x1deb] = 0x1f09, - [0x1dec] = 0x1f0a, [0x1ded] = 0x1f0b, [0x1dee] = 0x1f0c, [0x1def] = 0x1f0d, - [0x1df0] = 0x1f0e, [0x1df1] = 0x1f0f, [0x1df2] = 0x1f10, [0x1df3] = 0x1f11, - [0x1df4] = 0x1f12, [0x1df5] = 0x1f13, [0x1df6] = 0x1f14, [0x1df7] = 0x1f15, - [0x1dfa] = 0x1f18, [0x1dfb] = 0x1f19, [0x1dfc] = 0x1f1a, [0x1dfd] = 0x1f1b, - [0x1dfe] = 0x1f1c, [0x1dff] = 0x1f1d, [0x1e02] = 0x1f20, [0x1e03] = 0x1f21, - [0x1e04] = 0x1f22, [0x1e05] = 0x1f23, [0x1e06] = 0x1f24, [0x1e07] = 0x1f25, - [0x1e08] = 0x1f26, [0x1e09] = 0x1f27, [0x1e0a] = 0x1f28, [0x1e0b] = 0x1f29, - [0x1e0c] = 0x1f2a, [0x1e0d] = 0x1f2b, [0x1e0e] = 0x1f2c, [0x1e0f] = 0x1f2d, - [0x1e10] = 0x1f2e, [0x1e11] = 0x1f2f, [0x1e12] = 0x1f30, [0x1e13] = 0x1f31, - [0x1e14] = 0x1f32, [0x1e15] = 0x1f33, [0x1e16] = 0x1f34, [0x1e17] = 0x1f35, - [0x1e18] = 0x1f36, [0x1e19] = 0x1f37, [0x1e1a] = 0x1f38, [0x1e1b] = 0x1f39, - [0x1e1c] = 0x1f3a, [0x1e1d] = 0x1f3b, [0x1e1e] = 0x1f3c, [0x1e1f] = 0x1f3d, - [0x1e20] = 0x1f3e, [0x1e21] = 0x1f3f, [0x1e22] = 0x1f40, [0x1e23] = 0x1f41, - [0x1e24] = 0x1f42, [0x1e25] = 0x1f43, [0x1e26] = 0x1f44, [0x1e27] = 0x1f45, - [0x1e2a] = 0x1f48, [0x1e2b] = 0x1f49, [0x1e2c] = 0x1f4a, [0x1e2d] = 0x1f4b, - [0x1e2e] = 0x1f4c, [0x1e2f] = 0x1f4d, [0x1e32] = 0x1f50, [0x1e33] = 0x1f51, - [0x1e34] = 0x1f52, [0x1e35] = 0x1f53, [0x1e36] = 0x1f54, [0x1e37] = 0x1f55, - [0x1e38] = 0x1f56, [0x1e39] = 0x1f57, [0x1e3b] = 0x1f59, [0x1e3d] = 0x1f5b, - [0x1e3f] = 0x1f5d, [0x1e41] = 0x1f5f, [0x1e42] = 0x1f60, [0x1e43] = 0x1f61, - [0x1e44] = 0x1f62, [0x1e45] = 0x1f63, [0x1e46] = 0x1f64, [0x1e47] = 0x1f65, - [0x1e48] = 0x1f66, [0x1e49] = 0x1f67, [0x1e4a] = 0x1f68, [0x1e4b] = 0x1f69, - [0x1e4c] = 0x1f6a, [0x1e4d] = 0x1f6b, [0x1e4e] = 0x1f6c, [0x1e4f] = 0x1f6d, - [0x1e50] = 0x1f6e, [0x1e51] = 0x1f6f, [0x1e52] = 0x1f70, [0x1e53] = 0x1f71, - [0x1e54] = 0x1f72, [0x1e55] = 0x1f73, [0x1e56] = 0x1f74, [0x1e57] = 0x1f75, - [0x1e58] = 0x1f76, [0x1e59] = 0x1f77, [0x1e5a] = 0x1f78, [0x1e5b] = 0x1f79, - [0x1e5c] = 0x1f7a, [0x1e5d] = 0x1f7b, [0x1e5e] = 0x1f7c, [0x1e5f] = 0x1f7d, - [0x1e62] = 0x1f80, [0x1e63] = 0x1f81, [0x1e64] = 0x1f82, [0x1e65] = 0x1f83, - [0x1e66] = 0x1f84, [0x1e67] = 0x1f85, [0x1e68] = 0x1f86, [0x1e69] = 0x1f87, - [0x1e6a] = 0x1f88, [0x1e6b] = 0x1f89, [0x1e6c] = 0x1f8a, [0x1e6d] = 0x1f8b, - [0x1e6e] = 0x1f8c, [0x1e6f] = 0x1f8d, [0x1e70] = 0x1f8e, [0x1e71] = 0x1f8f, - [0x1e72] = 0x1f90, [0x1e73] = 0x1f91, [0x1e74] = 0x1f92, [0x1e75] = 0x1f93, - [0x1e76] = 0x1f94, [0x1e77] = 0x1f95, [0x1e78] = 0x1f96, [0x1e79] = 0x1f97, - [0x1e7a] = 0x1f98, [0x1e7b] = 0x1f99, [0x1e7c] = 0x1f9a, [0x1e7d] = 0x1f9b, - [0x1e7e] = 0x1f9c, [0x1e7f] = 0x1f9d, [0x1e80] = 0x1f9e, [0x1e81] = 0x1f9f, - [0x1e82] = 0x1fa0, [0x1e83] = 0x1fa1, [0x1e84] = 0x1fa2, [0x1e85] = 0x1fa3, - [0x1e86] = 0x1fa4, [0x1e87] = 0x1fa5, [0x1e88] = 0x1fa6, [0x1e89] = 0x1fa7, - [0x1e8a] = 0x1fa8, [0x1e8b] = 0x1fa9, [0x1e8c] = 0x1faa, [0x1e8d] = 0x1fab, - [0x1e8e] = 0x1fac, [0x1e8f] = 0x1fad, [0x1e90] = 0x1fae, [0x1e91] = 0x1faf, - [0x1e92] = 0x1fb0, [0x1e93] = 0x1fb1, [0x1e94] = 0x1fb2, [0x1e95] = 0x1fb3, - [0x1e96] = 0x1fb4, [0x1e98] = 0x1fb6, [0x1e99] = 0x1fb7, [0x1e9a] = 0x1fb8, - [0x1e9b] = 0x1fb9, [0x1e9c] = 0x1fba, [0x1e9d] = 0x1fbb, [0x1e9e] = 0x1fbc, - [0x1e9f] = 0x1fbd, [0x1ea0] = 0x1fbe, [0x1ea1] = 0x1fbf, [0x1ea2] = 0x1fc0, - [0x1ea3] = 0x1fc1, [0x1ea4] = 0x1fc2, [0x1ea5] = 0x1fc3, [0x1ea6] = 0x1fc4, - [0x1ea8] = 0x1fc6, [0x1ea9] = 0x1fc7, [0x1eaa] = 0x1fc8, [0x1eab] = 0x1fc9, - [0x1eac] = 0x1fca, [0x1ead] = 0x1fcb, [0x1eae] = 0x1fcc, [0x1eaf] = 0x1fcd, - [0x1eb0] = 0x1fce, [0x1eb1] = 0x1fcf, [0x1eb2] = 0x1fd0, [0x1eb3] = 0x1fd1, - [0x1eb4] = 0x1fd2, [0x1eb5] = 0x1fd3, [0x1eb8] = 0x1fd6, [0x1eb9] = 0x1fd7, - [0x1eba] = 0x1fd8, [0x1ebb] = 0x1fd9, [0x1ebc] = 0x1fda, [0x1ebd] = 0x1fdb, - [0x1ebf] = 0x1fdd, [0x1ec0] = 0x1fde, [0x1ec1] = 0x1fdf, [0x1ec2] = 0x1fe0, - [0x1ec3] = 0x1fe1, [0x1ec4] = 0x1fe2, [0x1ec5] = 0x1fe3, [0x1ec6] = 0x1fe4, - [0x1ec7] = 0x1fe5, [0x1ec8] = 0x1fe6, [0x1ec9] = 0x1fe7, [0x1eca] = 0x1fe8, - [0x1ecb] = 0x1fe9, [0x1ecc] = 0x1fea, [0x1ecd] = 0x1feb, [0x1ece] = 0x1fec, - [0x1ecf] = 0x1fed, [0x1ed0] = 0x1fee, [0x1ed1] = 0x1fef, [0x1ed4] = 0x1ff2, - [0x1ed5] = 0x1ff3, [0x1ed6] = 0x1ff4, [0x1ed8] = 0x1ff6, [0x1ed9] = 0x1ff7, - [0x1eda] = 0x1ff8, [0x1edb] = 0x1ff9, [0x1edc] = 0x1ffa, [0x1edd] = 0x1ffb, - [0x1ede] = 0x1ffc, [0x1edf] = 0x1ffd, [0x1ee0] = 0x1ffe, [0x1ee2] = 0x2000, - [0x1ee3] = 0x2001, [0x1ee4] = 0x2002, [0x1ee5] = 0x2003, [0x1ee6] = 0x2004, - [0x1ee7] = 0x2005, [0x1ee8] = 0x2006, [0x1ee9] = 0x2007, [0x1eea] = 0x2008, - [0x1eeb] = 0x2009, [0x1eec] = 0x200a, [0x1eed] = 0x200b, [0x1eee] = 0x200c, - [0x1eef] = 0x200d, [0x1ef0] = 0x200e, [0x1ef1] = 0x200f, [0x1ef2] = 0x2011, - [0x1ef3] = 0x2012, [0x1ef4] = 0x2017, [0x1ef5] = 0x201a, [0x1ef6] = 0x201b, - [0x1ef7] = 0x201e, [0x1ef8] = 0x201f, [0x1ef9] = 0x2020, [0x1efa] = 0x2021, - [0x1efb] = 0x2022, [0x1efc] = 0x2023, [0x1efd] = 0x2024, [0x1efe] = 0x2027, - [0x1eff] = 0x2028, [0x1f00] = 0x2029, [0x1f01] = 0x202a, [0x1f02] = 0x202b, - [0x1f03] = 0x202c, [0x1f04] = 0x202d, [0x1f05] = 0x202e, [0x1f06] = 0x202f, - [0x1f07] = 0x2031, [0x1f08] = 0x2034, [0x1f09] = 0x2036, [0x1f0a] = 0x2037, - [0x1f0b] = 0x2038, [0x1f0c] = 0x2039, [0x1f0d] = 0x203a, [0x1f0e] = 0x203c, - [0x1f0f] = 0x203d, [0x1f10] = 0x203e, [0x1f11] = 0x203f, [0x1f12] = 0x2040, - [0x1f13] = 0x2041, [0x1f14] = 0x2042, [0x1f15] = 0x2043, [0x1f16] = 0x2044, - [0x1f17] = 0x2045, [0x1f18] = 0x2046, [0x1f19] = 0x2047, [0x1f1a] = 0x2048, - [0x1f1b] = 0x2049, [0x1f1c] = 0x204a, [0x1f1d] = 0x204b, [0x1f1e] = 0x204c, - [0x1f1f] = 0x204d, [0x1f20] = 0x204e, [0x1f21] = 0x204f, [0x1f22] = 0x2050, - [0x1f23] = 0x2051, [0x1f24] = 0x2052, [0x1f29] = 0x2057, [0x1f31] = 0x205f, - [0x1f32] = 0x2060, [0x1f33] = 0x2061, [0x1f34] = 0x2062, [0x1f35] = 0x2063, - [0x1f3c] = 0x206a, [0x1f3d] = 0x206b, [0x1f3e] = 0x206c, [0x1f3f] = 0x206d, - [0x1f40] = 0x206e, [0x1f41] = 0x206f, [0x1f42] = 0x2070, [0x1f43] = 0x2071, - [0x1f46] = 0x2074, [0x1f47] = 0x2075, [0x1f48] = 0x2076, [0x1f49] = 0x2077, - [0x1f4a] = 0x2078, [0x1f4b] = 0x2079, [0x1f4c] = 0x207a, [0x1f4d] = 0x207b, - [0x1f4e] = 0x207c, [0x1f4f] = 0x207d, [0x1f50] = 0x207e, [0x1f51] = 0x207f, - [0x1f52] = 0x2080, [0x1f53] = 0x2081, [0x1f54] = 0x2082, [0x1f55] = 0x2083, - [0x1f56] = 0x2084, [0x1f57] = 0x2085, [0x1f58] = 0x2086, [0x1f59] = 0x2087, - [0x1f5a] = 0x2088, [0x1f5b] = 0x2089, [0x1f5c] = 0x208a, [0x1f5d] = 0x208b, - [0x1f5e] = 0x208c, [0x1f5f] = 0x208d, [0x1f60] = 0x208e, [0x1f72] = 0x20a0, - [0x1f73] = 0x20a1, [0x1f74] = 0x20a2, [0x1f75] = 0x20a3, [0x1f76] = 0x20a4, - [0x1f77] = 0x20a5, [0x1f78] = 0x20a6, [0x1f79] = 0x20a7, [0x1f7a] = 0x20a8, - [0x1f7b] = 0x20a9, [0x1f7c] = 0x20aa, [0x1f7d] = 0x20ab, [0x1f7e] = 0x20ad, - [0x1f7f] = 0x20ae, [0x1f80] = 0x20af, [0x1f81] = 0x20b0, [0x1f82] = 0x20b1, - [0x1fa1] = 0x20d0, [0x1fa2] = 0x20d1, [0x1fa3] = 0x20d2, [0x1fa4] = 0x20d3, - [0x1fa5] = 0x20d4, [0x1fa6] = 0x20d5, [0x1fa7] = 0x20d6, [0x1fa8] = 0x20d7, - [0x1fa9] = 0x20d8, [0x1faa] = 0x20d9, [0x1fab] = 0x20da, [0x1fac] = 0x20db, - [0x1fad] = 0x20dc, [0x1fae] = 0x20dd, [0x1faf] = 0x20de, [0x1fb0] = 0x20df, - [0x1fb1] = 0x20e0, [0x1fb2] = 0x20e1, [0x1fb3] = 0x20e2, [0x1fb4] = 0x20e3, - [0x1fb5] = 0x20e4, [0x1fb6] = 0x20e5, [0x1fb7] = 0x20e6, [0x1fb8] = 0x20e7, - [0x1fb9] = 0x20e8, [0x1fba] = 0x20e9, [0x1fbb] = 0x20ea, [0x1fd1] = 0x2100, - [0x1fd2] = 0x2101, [0x1fd3] = 0x2102, [0x1fd4] = 0x2104, [0x1fd5] = 0x2106, - [0x1fd6] = 0x2107, [0x1fd7] = 0x2108, [0x1fd8] = 0x210a, [0x1fd9] = 0x210b, - [0x1fda] = 0x210c, [0x1fdb] = 0x210d, [0x1fdc] = 0x210e, [0x1fdd] = 0x210f, - [0x1fde] = 0x2110, [0x1fdf] = 0x2111, [0x1fe0] = 0x2112, [0x1fe1] = 0x2113, - [0x1fe2] = 0x2114, [0x1fe3] = 0x2115, [0x1fe4] = 0x2117, [0x1fe5] = 0x2118, - [0x1fe6] = 0x2119, [0x1fe7] = 0x211a, [0x1fe8] = 0x211b, [0x1fe9] = 0x211c, - [0x1fea] = 0x211d, [0x1feb] = 0x211e, [0x1fec] = 0x211f, [0x1fed] = 0x2120, - [0x1fee] = 0x2122, [0x1fef] = 0x2123, [0x1ff0] = 0x2124, [0x1ff1] = 0x2125, - [0x1ff2] = 0x2126, [0x1ff3] = 0x2127, [0x1ff4] = 0x2128, [0x1ff5] = 0x2129, - [0x1ff6] = 0x212a, [0x1ff7] = 0x212b, [0x1ff8] = 0x212c, [0x1ff9] = 0x212d, - [0x1ffa] = 0x212e, [0x1ffb] = 0x212f, [0x1ffc] = 0x2130, [0x1ffd] = 0x2131, - [0x1ffe] = 0x2132, [0x1fff] = 0x2133, [0x2000] = 0x2134, [0x2001] = 0x2135, - [0x2002] = 0x2136, [0x2003] = 0x2137, [0x2004] = 0x2138, [0x2005] = 0x2139, - [0x2006] = 0x213a, [0x2009] = 0x213d, [0x200a] = 0x213e, [0x200b] = 0x213f, - [0x200c] = 0x2140, [0x200d] = 0x2141, [0x200e] = 0x2142, [0x200f] = 0x2143, - [0x2010] = 0x2144, [0x2011] = 0x2145, [0x2012] = 0x2146, [0x2013] = 0x2147, - [0x2014] = 0x2148, [0x2015] = 0x2149, [0x2016] = 0x214a, [0x2017] = 0x214b, - [0x201f] = 0x2153, [0x2020] = 0x2154, [0x2021] = 0x2155, [0x2022] = 0x2156, - [0x2023] = 0x2157, [0x2024] = 0x2158, [0x2025] = 0x2159, [0x2026] = 0x215a, - [0x2027] = 0x215b, [0x2028] = 0x215c, [0x2029] = 0x215d, [0x202a] = 0x215e, - [0x202b] = 0x215f, [0x202c] = 0x216c, [0x202d] = 0x216d, [0x202e] = 0x216e, - [0x202f] = 0x216f, [0x2030] = 0x217a, [0x2031] = 0x217b, [0x2032] = 0x217c, - [0x2033] = 0x217d, [0x2034] = 0x217e, [0x2035] = 0x217f, [0x2036] = 0x2180, - [0x2037] = 0x2181, [0x2038] = 0x2182, [0x2039] = 0x2183, [0x2046] = 0x2194, - [0x2047] = 0x2195, [0x2048] = 0x219a, [0x2049] = 0x219b, [0x204a] = 0x219c, - [0x204b] = 0x219d, [0x204c] = 0x219e, [0x204d] = 0x219f, [0x204e] = 0x21a0, - [0x204f] = 0x21a1, [0x2050] = 0x21a2, [0x2051] = 0x21a3, [0x2052] = 0x21a4, - [0x2053] = 0x21a5, [0x2054] = 0x21a6, [0x2055] = 0x21a7, [0x2056] = 0x21a8, - [0x2057] = 0x21a9, [0x2058] = 0x21aa, [0x2059] = 0x21ab, [0x205a] = 0x21ac, - [0x205b] = 0x21ad, [0x205c] = 0x21ae, [0x205d] = 0x21af, [0x205e] = 0x21b0, - [0x205f] = 0x21b1, [0x2060] = 0x21b2, [0x2061] = 0x21b3, [0x2062] = 0x21b4, - [0x2063] = 0x21b5, [0x2064] = 0x21b6, [0x2065] = 0x21b7, [0x2066] = 0x21b8, - [0x2067] = 0x21b9, [0x2068] = 0x21ba, [0x2069] = 0x21bb, [0x206a] = 0x21bc, - [0x206b] = 0x21bd, [0x206c] = 0x21be, [0x206d] = 0x21bf, [0x206e] = 0x21c0, - [0x206f] = 0x21c1, [0x2070] = 0x21c2, [0x2071] = 0x21c3, [0x2072] = 0x21c4, - [0x2073] = 0x21c5, [0x2074] = 0x21c6, [0x2075] = 0x21c7, [0x2076] = 0x21c8, - [0x2077] = 0x21c9, [0x2078] = 0x21ca, [0x2079] = 0x21cb, [0x207a] = 0x21cc, - [0x207b] = 0x21cd, [0x207c] = 0x21ce, [0x207d] = 0x21cf, [0x207e] = 0x21d0, - [0x207f] = 0x21d1, [0x2080] = 0x21d2, [0x2081] = 0x21d3, [0x2082] = 0x21d4, - [0x2083] = 0x21d5, [0x2084] = 0x21d6, [0x2085] = 0x21d7, [0x2086] = 0x21d8, - [0x2087] = 0x21d9, [0x2088] = 0x21da, [0x2089] = 0x21db, [0x208a] = 0x21dc, - [0x208b] = 0x21dd, [0x208c] = 0x21de, [0x208d] = 0x21df, [0x208e] = 0x21e0, - [0x208f] = 0x21e1, [0x2090] = 0x21e2, [0x2091] = 0x21e3, [0x2092] = 0x21e4, - [0x2093] = 0x21e5, [0x2094] = 0x21e6, [0x2095] = 0x21e7, [0x2096] = 0x21e8, - [0x2097] = 0x21e9, [0x2098] = 0x21ea, [0x2099] = 0x21eb, [0x209a] = 0x21ec, - [0x209b] = 0x21ed, [0x209c] = 0x21ee, [0x209d] = 0x21ef, [0x209e] = 0x21f0, - [0x209f] = 0x21f1, [0x20a0] = 0x21f2, [0x20a1] = 0x21f3, [0x20a2] = 0x21f4, - [0x20a3] = 0x21f5, [0x20a4] = 0x21f6, [0x20a5] = 0x21f7, [0x20a6] = 0x21f8, - [0x20a7] = 0x21f9, [0x20a8] = 0x21fa, [0x20a9] = 0x21fb, [0x20aa] = 0x21fc, - [0x20ab] = 0x21fd, [0x20ac] = 0x21fe, [0x20ad] = 0x21ff, [0x20ae] = 0x2200, - [0x20af] = 0x2201, [0x20b0] = 0x2202, [0x20b1] = 0x2203, [0x20b2] = 0x2204, - [0x20b3] = 0x2205, [0x20b4] = 0x2206, [0x20b5] = 0x2207, [0x20b6] = 0x2209, - [0x20b7] = 0x220a, [0x20b8] = 0x220b, [0x20b9] = 0x220c, [0x20ba] = 0x220d, - [0x20bb] = 0x220e, [0x20bc] = 0x2210, [0x20bd] = 0x2212, [0x20be] = 0x2213, - [0x20bf] = 0x2214, [0x20c0] = 0x2216, [0x20c1] = 0x2217, [0x20c2] = 0x2218, - [0x20c3] = 0x2219, [0x20c4] = 0x221b, [0x20c5] = 0x221c, [0x20c6] = 0x2221, - [0x20c7] = 0x2222, [0x20c8] = 0x2224, [0x20c9] = 0x2226, [0x20ca] = 0x222c, - [0x20cb] = 0x222d, [0x20cc] = 0x222f, [0x20cd] = 0x2230, [0x20ce] = 0x2231, - [0x20cf] = 0x2232, [0x20d0] = 0x2233, [0x20d1] = 0x2238, [0x20d2] = 0x2239, - [0x20d3] = 0x223a, [0x20d4] = 0x223b, [0x20d5] = 0x223c, [0x20d6] = 0x223e, - [0x20d7] = 0x223f, [0x20d8] = 0x2240, [0x20d9] = 0x2241, [0x20da] = 0x2242, - [0x20db] = 0x2243, [0x20dc] = 0x2244, [0x20dd] = 0x2245, [0x20de] = 0x2246, - [0x20df] = 0x2247, [0x20e0] = 0x2249, [0x20e1] = 0x224a, [0x20e2] = 0x224b, - [0x20e3] = 0x224d, [0x20e4] = 0x224e, [0x20e5] = 0x224f, [0x20e6] = 0x2250, - [0x20e7] = 0x2251, [0x20e8] = 0x2253, [0x20e9] = 0x2254, [0x20ea] = 0x2255, - [0x20eb] = 0x2256, [0x20ec] = 0x2257, [0x20ed] = 0x2258, [0x20ee] = 0x2259, - [0x20ef] = 0x225a, [0x20f0] = 0x225b, [0x20f1] = 0x225c, [0x20f2] = 0x225d, - [0x20f3] = 0x225e, [0x20f4] = 0x225f, [0x20f5] = 0x2262, [0x20f6] = 0x2263, - [0x20f7] = 0x2268, [0x20f8] = 0x2269, [0x20f9] = 0x226a, [0x20fa] = 0x226b, - [0x20fb] = 0x226c, [0x20fc] = 0x226d, [0x20fd] = 0x2270, [0x20fe] = 0x2271, - [0x20ff] = 0x2272, [0x2100] = 0x2273, [0x2101] = 0x2274, [0x2102] = 0x2275, - [0x2103] = 0x2276, [0x2104] = 0x2277, [0x2105] = 0x2278, [0x2106] = 0x2279, - [0x2107] = 0x227a, [0x2108] = 0x227b, [0x2109] = 0x227c, [0x210a] = 0x227d, - [0x210b] = 0x227e, [0x210c] = 0x227f, [0x210d] = 0x2280, [0x210e] = 0x2281, - [0x210f] = 0x2282, [0x2110] = 0x2283, [0x2111] = 0x2284, [0x2112] = 0x2285, - [0x2113] = 0x2286, [0x2114] = 0x2287, [0x2115] = 0x2288, [0x2116] = 0x2289, - [0x2117] = 0x228a, [0x2118] = 0x228b, [0x2119] = 0x228c, [0x211a] = 0x228d, - [0x211b] = 0x228e, [0x211c] = 0x228f, [0x211d] = 0x2290, [0x211e] = 0x2291, - [0x211f] = 0x2292, [0x2120] = 0x2293, [0x2121] = 0x2294, [0x2122] = 0x2296, - [0x2123] = 0x2297, [0x2124] = 0x2298, [0x2125] = 0x229a, [0x2126] = 0x229b, - [0x2127] = 0x229c, [0x2128] = 0x229d, [0x2129] = 0x229e, [0x212a] = 0x229f, - [0x212b] = 0x22a0, [0x212c] = 0x22a1, [0x212d] = 0x22a2, [0x212e] = 0x22a3, - [0x212f] = 0x22a4, [0x2130] = 0x22a6, [0x2131] = 0x22a7, [0x2132] = 0x22a8, - [0x2133] = 0x22a9, [0x2134] = 0x22aa, [0x2135] = 0x22ab, [0x2136] = 0x22ac, - [0x2137] = 0x22ad, [0x2138] = 0x22ae, [0x2139] = 0x22af, [0x213a] = 0x22b0, - [0x213b] = 0x22b1, [0x213c] = 0x22b2, [0x213d] = 0x22b3, [0x213e] = 0x22b4, - [0x213f] = 0x22b5, [0x2140] = 0x22b6, [0x2141] = 0x22b7, [0x2142] = 0x22b8, - [0x2143] = 0x22b9, [0x2144] = 0x22ba, [0x2145] = 0x22bb, [0x2146] = 0x22bc, - [0x2147] = 0x22bd, [0x2148] = 0x22be, [0x2149] = 0x22c0, [0x214a] = 0x22c1, - [0x214b] = 0x22c2, [0x214c] = 0x22c3, [0x214d] = 0x22c4, [0x214e] = 0x22c5, - [0x214f] = 0x22c6, [0x2150] = 0x22c7, [0x2151] = 0x22c8, [0x2152] = 0x22c9, - [0x2153] = 0x22ca, [0x2154] = 0x22cb, [0x2155] = 0x22cc, [0x2156] = 0x22cd, - [0x2157] = 0x22ce, [0x2158] = 0x22cf, [0x2159] = 0x22d0, [0x215a] = 0x22d1, - [0x215b] = 0x22d2, [0x215c] = 0x22d3, [0x215d] = 0x22d4, [0x215e] = 0x22d5, - [0x215f] = 0x22d6, [0x2160] = 0x22d7, [0x2161] = 0x22d8, [0x2162] = 0x22d9, - [0x2163] = 0x22da, [0x2164] = 0x22db, [0x2165] = 0x22dc, [0x2166] = 0x22dd, - [0x2167] = 0x22de, [0x2168] = 0x22df, [0x2169] = 0x22e0, [0x216a] = 0x22e1, - [0x216b] = 0x22e2, [0x216c] = 0x22e3, [0x216d] = 0x22e4, [0x216e] = 0x22e5, - [0x216f] = 0x22e6, [0x2170] = 0x22e7, [0x2171] = 0x22e8, [0x2172] = 0x22e9, - [0x2173] = 0x22ea, [0x2174] = 0x22eb, [0x2175] = 0x22ec, [0x2176] = 0x22ed, - [0x2177] = 0x22ee, [0x2178] = 0x22ef, [0x2179] = 0x22f0, [0x217a] = 0x22f1, - [0x217b] = 0x22f2, [0x217c] = 0x22f3, [0x217d] = 0x22f4, [0x217e] = 0x22f5, - [0x217f] = 0x22f6, [0x2180] = 0x22f7, [0x2181] = 0x22f8, [0x2182] = 0x22f9, - [0x2183] = 0x22fa, [0x2184] = 0x22fb, [0x2185] = 0x22fc, [0x2186] = 0x22fd, - [0x2187] = 0x22fe, [0x2188] = 0x22ff, [0x2189] = 0x2300, [0x218a] = 0x2301, - [0x218b] = 0x2302, [0x218c] = 0x2303, [0x218d] = 0x2304, [0x218e] = 0x2305, - [0x218f] = 0x2306, [0x2190] = 0x2307, [0x2191] = 0x2308, [0x2192] = 0x2309, - [0x2193] = 0x230a, [0x2194] = 0x230b, [0x2195] = 0x230c, [0x2196] = 0x230d, - [0x2197] = 0x230e, [0x2198] = 0x230f, [0x2199] = 0x2310, [0x219a] = 0x2311, - [0x219b] = 0x2313, [0x219c] = 0x2314, [0x219d] = 0x2315, [0x219e] = 0x2316, - [0x219f] = 0x2317, [0x21a0] = 0x2318, [0x21a1] = 0x2319, [0x21a2] = 0x231a, - [0x21a3] = 0x231b, [0x21a4] = 0x231c, [0x21a5] = 0x231d, [0x21a6] = 0x231e, - [0x21a7] = 0x231f, [0x21a8] = 0x2320, [0x21a9] = 0x2321, [0x21aa] = 0x2322, - [0x21ab] = 0x2323, [0x21ac] = 0x2324, [0x21ad] = 0x2325, [0x21ae] = 0x2326, - [0x21af] = 0x2327, [0x21b0] = 0x2328, [0x21b1] = 0x2329, [0x21b2] = 0x232a, - [0x21b3] = 0x232b, [0x21b4] = 0x232c, [0x21b5] = 0x232d, [0x21b6] = 0x232e, - [0x21b7] = 0x232f, [0x21b8] = 0x2330, [0x21b9] = 0x2331, [0x21ba] = 0x2332, - [0x21bb] = 0x2333, [0x21bc] = 0x2334, [0x21bd] = 0x2335, [0x21be] = 0x2336, - [0x21bf] = 0x2337, [0x21c0] = 0x2338, [0x21c1] = 0x2339, [0x21c2] = 0x233a, - [0x21c3] = 0x233b, [0x21c4] = 0x233c, [0x21c5] = 0x233d, [0x21c6] = 0x233e, - [0x21c7] = 0x233f, [0x21c8] = 0x2340, [0x21c9] = 0x2341, [0x21ca] = 0x2342, - [0x21cb] = 0x2343, [0x21cc] = 0x2344, [0x21cd] = 0x2345, [0x21ce] = 0x2346, - [0x21cf] = 0x2347, [0x21d0] = 0x2348, [0x21d1] = 0x2349, [0x21d2] = 0x234a, - [0x21d3] = 0x234b, [0x21d4] = 0x234c, [0x21d5] = 0x234d, [0x21d6] = 0x234e, - [0x21d7] = 0x234f, [0x21d8] = 0x2350, [0x21d9] = 0x2351, [0x21da] = 0x2352, - [0x21db] = 0x2353, [0x21dc] = 0x2354, [0x21dd] = 0x2355, [0x21de] = 0x2356, - [0x21df] = 0x2357, [0x21e0] = 0x2358, [0x21e1] = 0x2359, [0x21e2] = 0x235a, - [0x21e3] = 0x235b, [0x21e4] = 0x235c, [0x21e5] = 0x235d, [0x21e6] = 0x235e, - [0x21e7] = 0x235f, [0x21e8] = 0x2360, [0x21e9] = 0x2361, [0x21ea] = 0x2362, - [0x21eb] = 0x2363, [0x21ec] = 0x2364, [0x21ed] = 0x2365, [0x21ee] = 0x2366, - [0x21ef] = 0x2367, [0x21f0] = 0x2368, [0x21f1] = 0x2369, [0x21f2] = 0x236a, - [0x21f3] = 0x236b, [0x21f4] = 0x236c, [0x21f5] = 0x236d, [0x21f6] = 0x236e, - [0x21f7] = 0x236f, [0x21f8] = 0x2370, [0x21f9] = 0x2371, [0x21fa] = 0x2372, - [0x21fb] = 0x2373, [0x21fc] = 0x2374, [0x21fd] = 0x2375, [0x21fe] = 0x2376, - [0x21ff] = 0x2377, [0x2200] = 0x2378, [0x2201] = 0x2379, [0x2202] = 0x237a, - [0x2203] = 0x237b, [0x2204] = 0x237c, [0x2205] = 0x237d, [0x2206] = 0x237e, - [0x2207] = 0x237f, [0x2208] = 0x2380, [0x2209] = 0x2381, [0x220a] = 0x2382, - [0x220b] = 0x2383, [0x220c] = 0x2384, [0x220d] = 0x2385, [0x220e] = 0x2386, - [0x220f] = 0x2387, [0x2210] = 0x2388, [0x2211] = 0x2389, [0x2212] = 0x238a, - [0x2213] = 0x238b, [0x2214] = 0x238c, [0x2215] = 0x238d, [0x2216] = 0x238e, - [0x2217] = 0x238f, [0x2218] = 0x2390, [0x2219] = 0x2391, [0x221a] = 0x2392, - [0x221b] = 0x2393, [0x221c] = 0x2394, [0x221d] = 0x2395, [0x221e] = 0x2396, - [0x221f] = 0x2397, [0x2220] = 0x2398, [0x2221] = 0x2399, [0x2222] = 0x239a, - [0x2223] = 0x239b, [0x2224] = 0x239c, [0x2225] = 0x239d, [0x2226] = 0x239e, - [0x2227] = 0x239f, [0x2228] = 0x23a0, [0x2229] = 0x23a1, [0x222a] = 0x23a2, - [0x222b] = 0x23a3, [0x222c] = 0x23a4, [0x222d] = 0x23a5, [0x222e] = 0x23a6, - [0x222f] = 0x23a7, [0x2230] = 0x23a8, [0x2231] = 0x23a9, [0x2232] = 0x23aa, - [0x2233] = 0x23ab, [0x2234] = 0x23ac, [0x2235] = 0x23ad, [0x2236] = 0x23ae, - [0x2237] = 0x23af, [0x2238] = 0x23b0, [0x2239] = 0x23b1, [0x223a] = 0x23b2, - [0x223b] = 0x23b3, [0x223c] = 0x23b4, [0x223d] = 0x23b5, [0x223e] = 0x23b6, - [0x223f] = 0x23b7, [0x2240] = 0x23b8, [0x2241] = 0x23b9, [0x2242] = 0x23ba, - [0x2243] = 0x23bb, [0x2244] = 0x23bc, [0x2245] = 0x23bd, [0x2246] = 0x23be, - [0x2247] = 0x23bf, [0x2248] = 0x23c0, [0x2249] = 0x23c1, [0x224a] = 0x23c2, - [0x224b] = 0x23c3, [0x224c] = 0x23c4, [0x224d] = 0x23c5, [0x224e] = 0x23c6, - [0x224f] = 0x23c7, [0x2250] = 0x23c8, [0x2251] = 0x23c9, [0x2252] = 0x23ca, - [0x2253] = 0x23cb, [0x2254] = 0x23cc, [0x2255] = 0x23cd, [0x2256] = 0x23ce, - [0x2288] = 0x2400, [0x2289] = 0x2401, [0x228a] = 0x2402, [0x228b] = 0x2403, - [0x228c] = 0x2404, [0x228d] = 0x2405, [0x228e] = 0x2406, [0x228f] = 0x2407, - [0x2290] = 0x2408, [0x2291] = 0x2409, [0x2292] = 0x240a, [0x2293] = 0x240b, - [0x2294] = 0x240c, [0x2295] = 0x240d, [0x2296] = 0x240e, [0x2297] = 0x240f, - [0x2298] = 0x2410, [0x2299] = 0x2411, [0x229a] = 0x2412, [0x229b] = 0x2413, - [0x229c] = 0x2414, [0x229d] = 0x2415, [0x229e] = 0x2416, [0x229f] = 0x2417, - [0x22a0] = 0x2418, [0x22a1] = 0x2419, [0x22a2] = 0x241a, [0x22a3] = 0x241b, - [0x22a4] = 0x241c, [0x22a5] = 0x241d, [0x22a6] = 0x241e, [0x22a7] = 0x241f, - [0x22a8] = 0x2420, [0x22a9] = 0x2421, [0x22aa] = 0x2422, [0x22ab] = 0x2423, - [0x22ac] = 0x2424, [0x22ad] = 0x2425, [0x22ae] = 0x2426, [0x22c8] = 0x2440, - [0x22c9] = 0x2441, [0x22ca] = 0x2442, [0x22cb] = 0x2443, [0x22cc] = 0x2444, - [0x22cd] = 0x2445, [0x22ce] = 0x2446, [0x22cf] = 0x2447, [0x22d0] = 0x2448, - [0x22d1] = 0x2449, [0x22d2] = 0x244a, [0x22e8] = 0x246a, [0x22e9] = 0x246b, - [0x22ea] = 0x246c, [0x22eb] = 0x246d, [0x22ec] = 0x246e, [0x22ed] = 0x246f, - [0x22ee] = 0x2470, [0x22ef] = 0x2471, [0x22f0] = 0x2472, [0x22f1] = 0x2473, - [0x22f2] = 0x249c, [0x22f3] = 0x249d, [0x22f4] = 0x249e, [0x22f5] = 0x249f, - [0x22f6] = 0x24a0, [0x22f7] = 0x24a1, [0x22f8] = 0x24a2, [0x22f9] = 0x24a3, - [0x22fa] = 0x24a4, [0x22fb] = 0x24a5, [0x22fc] = 0x24a6, [0x22fd] = 0x24a7, - [0x22fe] = 0x24a8, [0x22ff] = 0x24a9, [0x2300] = 0x24aa, [0x2301] = 0x24ab, - [0x2302] = 0x24ac, [0x2303] = 0x24ad, [0x2304] = 0x24ae, [0x2305] = 0x24af, - [0x2306] = 0x24b0, [0x2307] = 0x24b1, [0x2308] = 0x24b2, [0x2309] = 0x24b3, - [0x230a] = 0x24b4, [0x230b] = 0x24b5, [0x230c] = 0x24b6, [0x230d] = 0x24b7, - [0x230e] = 0x24b8, [0x230f] = 0x24b9, [0x2310] = 0x24ba, [0x2311] = 0x24bb, - [0x2312] = 0x24bc, [0x2313] = 0x24bd, [0x2314] = 0x24be, [0x2315] = 0x24bf, - [0x2316] = 0x24c0, [0x2317] = 0x24c1, [0x2318] = 0x24c2, [0x2319] = 0x24c3, - [0x231a] = 0x24c4, [0x231b] = 0x24c5, [0x231c] = 0x24c6, [0x231d] = 0x24c7, - [0x231e] = 0x24c8, [0x231f] = 0x24c9, [0x2320] = 0x24ca, [0x2321] = 0x24cb, - [0x2322] = 0x24cc, [0x2323] = 0x24cd, [0x2324] = 0x24ce, [0x2325] = 0x24cf, - [0x2326] = 0x24d0, [0x2327] = 0x24d1, [0x2328] = 0x24d2, [0x2329] = 0x24d3, - [0x232a] = 0x24d4, [0x232b] = 0x24d5, [0x232c] = 0x24d6, [0x232d] = 0x24d7, - [0x232e] = 0x24d8, [0x232f] = 0x24d9, [0x2330] = 0x24da, [0x2331] = 0x24db, - [0x2332] = 0x24dc, [0x2333] = 0x24dd, [0x2334] = 0x24de, [0x2335] = 0x24df, - [0x2336] = 0x24e0, [0x2337] = 0x24e1, [0x2338] = 0x24e2, [0x2339] = 0x24e3, - [0x233a] = 0x24e4, [0x233b] = 0x24e5, [0x233c] = 0x24e6, [0x233d] = 0x24e7, - [0x233e] = 0x24e8, [0x233f] = 0x24e9, [0x2340] = 0x24ea, [0x2341] = 0x24eb, - [0x2342] = 0x24ec, [0x2343] = 0x24ed, [0x2344] = 0x24ee, [0x2345] = 0x24ef, - [0x2346] = 0x24f0, [0x2347] = 0x24f1, [0x2348] = 0x24f2, [0x2349] = 0x24f3, - [0x234a] = 0x24f4, [0x234b] = 0x24f5, [0x234c] = 0x24f6, [0x234d] = 0x24f7, - [0x234e] = 0x24f8, [0x234f] = 0x24f9, [0x2350] = 0x24fa, [0x2351] = 0x24fb, - [0x2352] = 0x24fc, [0x2353] = 0x24fd, [0x2354] = 0x24fe, [0x2356] = 0x254c, - [0x2357] = 0x254d, [0x2358] = 0x254e, [0x2359] = 0x254f, [0x235a] = 0x2574, - [0x235b] = 0x2575, [0x235c] = 0x2576, [0x235d] = 0x2577, [0x235e] = 0x2578, - [0x235f] = 0x2579, [0x2360] = 0x257a, [0x2361] = 0x257b, [0x2362] = 0x257c, - [0x2363] = 0x257d, [0x2364] = 0x257e, [0x2365] = 0x257f, [0x2366] = 0x2580, - [0x2367] = 0x2590, [0x2368] = 0x2591, [0x2369] = 0x2592, [0x236a] = 0x2596, - [0x236b] = 0x2597, [0x236c] = 0x2598, [0x236d] = 0x2599, [0x236e] = 0x259a, - [0x236f] = 0x259b, [0x2370] = 0x259c, [0x2371] = 0x259d, [0x2372] = 0x259e, - [0x2373] = 0x259f, [0x2374] = 0x25a2, [0x2375] = 0x25a3, [0x2376] = 0x25a4, - [0x2377] = 0x25a5, [0x2378] = 0x25a6, [0x2379] = 0x25a7, [0x237a] = 0x25a8, - [0x237b] = 0x25a9, [0x237c] = 0x25aa, [0x237d] = 0x25ab, [0x237e] = 0x25ac, - [0x237f] = 0x25ad, [0x2380] = 0x25ae, [0x2381] = 0x25af, [0x2382] = 0x25b0, - [0x2383] = 0x25b1, [0x2384] = 0x25b4, [0x2385] = 0x25b5, [0x2386] = 0x25b6, - [0x2387] = 0x25b7, [0x2388] = 0x25b8, [0x2389] = 0x25b9, [0x238a] = 0x25ba, - [0x238b] = 0x25bb, [0x238c] = 0x25be, [0x238d] = 0x25bf, [0x238e] = 0x25c0, - [0x238f] = 0x25c1, [0x2390] = 0x25c2, [0x2391] = 0x25c3, [0x2392] = 0x25c4, - [0x2393] = 0x25c5, [0x2394] = 0x25c8, [0x2395] = 0x25c9, [0x2396] = 0x25ca, - [0x2397] = 0x25cc, [0x2398] = 0x25cd, [0x2399] = 0x25d0, [0x239a] = 0x25d1, - [0x239b] = 0x25d2, [0x239c] = 0x25d3, [0x239d] = 0x25d4, [0x239e] = 0x25d5, - [0x239f] = 0x25d6, [0x23a0] = 0x25d7, [0x23a1] = 0x25d8, [0x23a2] = 0x25d9, - [0x23a3] = 0x25da, [0x23a4] = 0x25db, [0x23a5] = 0x25dc, [0x23a6] = 0x25dd, - [0x23a7] = 0x25de, [0x23a8] = 0x25df, [0x23a9] = 0x25e0, [0x23aa] = 0x25e1, - [0x23ab] = 0x25e6, [0x23ac] = 0x25e7, [0x23ad] = 0x25e8, [0x23ae] = 0x25e9, - [0x23af] = 0x25ea, [0x23b0] = 0x25eb, [0x23b1] = 0x25ec, [0x23b2] = 0x25ed, - [0x23b3] = 0x25ee, [0x23b4] = 0x25ef, [0x23b5] = 0x25f0, [0x23b6] = 0x25f1, - [0x23b7] = 0x25f2, [0x23b8] = 0x25f3, [0x23b9] = 0x25f4, [0x23ba] = 0x25f5, - [0x23bb] = 0x25f6, [0x23bc] = 0x25f7, [0x23bd] = 0x25f8, [0x23be] = 0x25f9, - [0x23bf] = 0x25fa, [0x23c0] = 0x25fb, [0x23c1] = 0x25fc, [0x23c2] = 0x25fd, - [0x23c3] = 0x25fe, [0x23c4] = 0x25ff, [0x23c5] = 0x2600, [0x23c6] = 0x2601, - [0x23c7] = 0x2602, [0x23c8] = 0x2603, [0x23c9] = 0x2604, [0x23ca] = 0x2607, - [0x23cb] = 0x2608, [0x23cc] = 0x260a, [0x23cd] = 0x260b, [0x23ce] = 0x260c, - [0x23cf] = 0x260d, [0x23d0] = 0x260e, [0x23d1] = 0x260f, [0x23d2] = 0x2610, - [0x23d3] = 0x2611, [0x23d4] = 0x2612, [0x23d5] = 0x2613, [0x23d8] = 0x2616, - [0x23d9] = 0x2617, [0x23db] = 0x2619, [0x23dc] = 0x261a, [0x23dd] = 0x261b, - [0x23de] = 0x261c, [0x23df] = 0x261d, [0x23e0] = 0x261e, [0x23e1] = 0x261f, - [0x23e2] = 0x2620, [0x23e3] = 0x2621, [0x23e4] = 0x2622, [0x23e5] = 0x2623, - [0x23e6] = 0x2624, [0x23e7] = 0x2625, [0x23e8] = 0x2626, [0x23e9] = 0x2627, - [0x23ea] = 0x2628, [0x23eb] = 0x2629, [0x23ec] = 0x262a, [0x23ed] = 0x262b, - [0x23ee] = 0x262c, [0x23ef] = 0x262d, [0x23f0] = 0x262e, [0x23f1] = 0x262f, - [0x23f2] = 0x2630, [0x23f3] = 0x2631, [0x23f4] = 0x2632, [0x23f5] = 0x2633, - [0x23f6] = 0x2634, [0x23f7] = 0x2635, [0x23f8] = 0x2636, [0x23f9] = 0x2637, - [0x23fa] = 0x2638, [0x23fb] = 0x2639, [0x23fc] = 0x263a, [0x23fd] = 0x263b, - [0x23fe] = 0x263c, [0x23ff] = 0x263d, [0x2400] = 0x263e, [0x2401] = 0x263f, - [0x2402] = 0x2641, [0x2403] = 0x2643, [0x2404] = 0x2644, [0x2405] = 0x2645, - [0x2406] = 0x2646, [0x2407] = 0x2647, [0x2408] = 0x2648, [0x2409] = 0x2649, - [0x240a] = 0x264a, [0x240b] = 0x264b, [0x240c] = 0x264c, [0x240d] = 0x264d, - [0x240e] = 0x264e, [0x240f] = 0x264f, [0x2410] = 0x2650, [0x2411] = 0x2651, - [0x2412] = 0x2652, [0x2413] = 0x2653, [0x2414] = 0x2654, [0x2415] = 0x2655, - [0x2416] = 0x2656, [0x2417] = 0x2657, [0x2418] = 0x2658, [0x2419] = 0x2659, - [0x241a] = 0x265a, [0x241b] = 0x265b, [0x241c] = 0x265c, [0x241d] = 0x265d, - [0x241e] = 0x265e, [0x241f] = 0x265f, [0x2420] = 0x2660, [0x2421] = 0x2661, - [0x2422] = 0x2662, [0x2423] = 0x2663, [0x2424] = 0x2664, [0x2425] = 0x2665, - [0x2426] = 0x2666, [0x2427] = 0x2667, [0x2428] = 0x2668, [0x2429] = 0x2669, - [0x242a] = 0x266a, [0x242b] = 0x266b, [0x242c] = 0x266c, [0x242d] = 0x266d, - [0x242e] = 0x266e, [0x242f] = 0x266f, [0x2430] = 0x2670, [0x2431] = 0x2671, - [0x2432] = 0x2672, [0x2433] = 0x2673, [0x2434] = 0x2674, [0x2435] = 0x2675, - [0x2436] = 0x2676, [0x2437] = 0x2677, [0x2438] = 0x2678, [0x2439] = 0x2679, - [0x243a] = 0x267a, [0x243b] = 0x267b, [0x243c] = 0x267c, [0x243d] = 0x267d, - [0x2440] = 0x2680, [0x2441] = 0x2681, [0x2442] = 0x2682, [0x2443] = 0x2683, - [0x2444] = 0x2684, [0x2445] = 0x2685, [0x2446] = 0x2686, [0x2447] = 0x2687, - [0x2448] = 0x2688, [0x2449] = 0x2689, [0x24c1] = 0x2701, [0x24c2] = 0x2702, - [0x24c3] = 0x2703, [0x24c4] = 0x2704, [0x24c6] = 0x2706, [0x24c7] = 0x2707, - [0x24c8] = 0x2708, [0x24c9] = 0x2709, [0x24cc] = 0x270c, [0x24cd] = 0x270d, - [0x24ce] = 0x270e, [0x24cf] = 0x270f, [0x24d0] = 0x2710, [0x24d1] = 0x2711, - [0x24d2] = 0x2712, [0x24d3] = 0x2713, [0x24d4] = 0x2714, [0x24d5] = 0x2715, - [0x24d6] = 0x2716, [0x24d7] = 0x2717, [0x24d8] = 0x2718, [0x24d9] = 0x2719, - [0x24da] = 0x271a, [0x24db] = 0x271b, [0x24dc] = 0x271c, [0x24dd] = 0x271d, - [0x24de] = 0x271e, [0x24df] = 0x271f, [0x24e0] = 0x2720, [0x24e1] = 0x2721, - [0x24e2] = 0x2722, [0x24e3] = 0x2723, [0x24e4] = 0x2724, [0x24e5] = 0x2725, - [0x24e6] = 0x2726, [0x24e7] = 0x2727, [0x24e9] = 0x2729, [0x24ea] = 0x272a, - [0x24eb] = 0x272b, [0x24ec] = 0x272c, [0x24ed] = 0x272d, [0x24ee] = 0x272e, - [0x24ef] = 0x272f, [0x24f0] = 0x2730, [0x24f1] = 0x2731, [0x24f2] = 0x2732, - [0x24f3] = 0x2733, [0x24f4] = 0x2734, [0x24f5] = 0x2735, [0x24f6] = 0x2736, - [0x24f7] = 0x2737, [0x24f8] = 0x2738, [0x24f9] = 0x2739, [0x24fa] = 0x273a, - [0x24fb] = 0x273b, [0x24fc] = 0x273c, [0x24fd] = 0x273d, [0x24fe] = 0x273e, - [0x24ff] = 0x273f, [0x2500] = 0x2740, [0x2501] = 0x2741, [0x2502] = 0x2742, - [0x2503] = 0x2743, [0x2504] = 0x2744, [0x2505] = 0x2745, [0x2506] = 0x2746, - [0x2507] = 0x2747, [0x2508] = 0x2748, [0x2509] = 0x2749, [0x250a] = 0x274a, - [0x250b] = 0x274b, [0x250d] = 0x274d, [0x250f] = 0x274f, [0x2510] = 0x2750, - [0x2511] = 0x2751, [0x2512] = 0x2752, [0x2516] = 0x2756, [0x2518] = 0x2758, - [0x2519] = 0x2759, [0x251a] = 0x275a, [0x251b] = 0x275b, [0x251c] = 0x275c, - [0x251d] = 0x275d, [0x251e] = 0x275e, [0x2521] = 0x2761, [0x2522] = 0x2762, - [0x2523] = 0x2763, [0x2524] = 0x2764, [0x2525] = 0x2765, [0x2526] = 0x2766, - [0x2527] = 0x2767, [0x2528] = 0x2768, [0x2529] = 0x2769, [0x252a] = 0x276a, - [0x252b] = 0x276b, [0x252c] = 0x276c, [0x252d] = 0x276d, [0x252e] = 0x276e, - [0x252f] = 0x276f, [0x2530] = 0x2770, [0x2531] = 0x2771, [0x2532] = 0x2772, - [0x2533] = 0x2773, [0x2534] = 0x2774, [0x2535] = 0x2775, [0x2536] = 0x2776, - [0x2537] = 0x2777, [0x2538] = 0x2778, [0x2539] = 0x2779, [0x253a] = 0x277a, - [0x253b] = 0x277b, [0x253c] = 0x277c, [0x253d] = 0x277d, [0x253e] = 0x277e, - [0x253f] = 0x277f, [0x2540] = 0x2780, [0x2541] = 0x2781, [0x2542] = 0x2782, - [0x2543] = 0x2783, [0x2544] = 0x2784, [0x2545] = 0x2785, [0x2546] = 0x2786, - [0x2547] = 0x2787, [0x2548] = 0x2788, [0x2549] = 0x2789, [0x254a] = 0x278a, - [0x254b] = 0x278b, [0x254c] = 0x278c, [0x254d] = 0x278d, [0x254e] = 0x278e, - [0x254f] = 0x278f, [0x2550] = 0x2790, [0x2551] = 0x2791, [0x2552] = 0x2792, - [0x2553] = 0x2793, [0x2554] = 0x2794, [0x2558] = 0x2798, [0x2559] = 0x2799, - [0x255a] = 0x279a, [0x255b] = 0x279b, [0x255c] = 0x279c, [0x255d] = 0x279d, - [0x255e] = 0x279e, [0x255f] = 0x279f, [0x2560] = 0x27a0, [0x2561] = 0x27a1, - [0x2562] = 0x27a2, [0x2563] = 0x27a3, [0x2564] = 0x27a4, [0x2565] = 0x27a5, - [0x2566] = 0x27a6, [0x2567] = 0x27a7, [0x2568] = 0x27a8, [0x2569] = 0x27a9, - [0x256a] = 0x27aa, [0x256b] = 0x27ab, [0x256c] = 0x27ac, [0x256d] = 0x27ad, - [0x256e] = 0x27ae, [0x256f] = 0x27af, [0x2571] = 0x27b1, [0x2572] = 0x27b2, - [0x2573] = 0x27b3, [0x2574] = 0x27b4, [0x2575] = 0x27b5, [0x2576] = 0x27b6, - [0x2577] = 0x27b7, [0x2578] = 0x27b8, [0x2579] = 0x27b9, [0x257a] = 0x27ba, - [0x257b] = 0x27bb, [0x257c] = 0x27bc, [0x257d] = 0x27bd, [0x257e] = 0x27be, - [0x2590] = 0x27d0, [0x2591] = 0x27d1, [0x2592] = 0x27d2, [0x2593] = 0x27d3, - [0x2594] = 0x27d4, [0x2595] = 0x27d5, [0x2596] = 0x27d6, [0x2597] = 0x27d7, - [0x2598] = 0x27d8, [0x2599] = 0x27d9, [0x259a] = 0x27da, [0x259b] = 0x27db, - [0x259c] = 0x27dc, [0x259d] = 0x27dd, [0x259e] = 0x27de, [0x259f] = 0x27df, - [0x25a0] = 0x27e0, [0x25a1] = 0x27e1, [0x25a2] = 0x27e2, [0x25a3] = 0x27e3, - [0x25a4] = 0x27e4, [0x25a5] = 0x27e5, [0x25a6] = 0x27e6, [0x25a7] = 0x27e7, - [0x25a8] = 0x27e8, [0x25a9] = 0x27e9, [0x25aa] = 0x27ea, [0x25ab] = 0x27eb, - [0x25b0] = 0x27f0, [0x25b1] = 0x27f1, [0x25b2] = 0x27f2, [0x25b3] = 0x27f3, - [0x25b4] = 0x27f4, [0x25b5] = 0x27f5, [0x25b6] = 0x27f6, [0x25b7] = 0x27f7, - [0x25b8] = 0x27f8, [0x25b9] = 0x27f9, [0x25ba] = 0x27fa, [0x25bb] = 0x27fb, - [0x25bc] = 0x27fc, [0x25bd] = 0x27fd, [0x25be] = 0x27fe, [0x25bf] = 0x27ff, - [0x25c0] = 0x2800, [0x25c1] = 0x2801, [0x25c2] = 0x2802, [0x25c3] = 0x2803, - [0x25c4] = 0x2804, [0x25c5] = 0x2805, [0x25c6] = 0x2806, [0x25c7] = 0x2807, - [0x25c8] = 0x2808, [0x25c9] = 0x2809, [0x25ca] = 0x280a, [0x25cb] = 0x280b, - [0x25cc] = 0x280c, [0x25cd] = 0x280d, [0x25ce] = 0x280e, [0x25cf] = 0x280f, - [0x25d0] = 0x2810, [0x25d1] = 0x2811, [0x25d2] = 0x2812, [0x25d3] = 0x2813, - [0x25d4] = 0x2814, [0x25d5] = 0x2815, [0x25d6] = 0x2816, [0x25d7] = 0x2817, - [0x25d8] = 0x2818, [0x25d9] = 0x2819, [0x25da] = 0x281a, [0x25db] = 0x281b, - [0x25dc] = 0x281c, [0x25dd] = 0x281d, [0x25de] = 0x281e, [0x25df] = 0x281f, - [0x25e0] = 0x2820, [0x25e1] = 0x2821, [0x25e2] = 0x2822, [0x25e3] = 0x2823, - [0x25e4] = 0x2824, [0x25e5] = 0x2825, [0x25e6] = 0x2826, [0x25e7] = 0x2827, - [0x25e8] = 0x2828, [0x25e9] = 0x2829, [0x25ea] = 0x282a, [0x25eb] = 0x282b, - [0x25ec] = 0x282c, [0x25ed] = 0x282d, [0x25ee] = 0x282e, [0x25ef] = 0x282f, - [0x25f0] = 0x2830, [0x25f1] = 0x2831, [0x25f2] = 0x2832, [0x25f3] = 0x2833, - [0x25f4] = 0x2834, [0x25f5] = 0x2835, [0x25f6] = 0x2836, [0x25f7] = 0x2837, - [0x25f8] = 0x2838, [0x25f9] = 0x2839, [0x25fa] = 0x283a, [0x25fb] = 0x283b, - [0x25fc] = 0x283c, [0x25fd] = 0x283d, [0x25fe] = 0x283e, [0x25ff] = 0x283f, - [0x2600] = 0x2840, [0x2601] = 0x2841, [0x2602] = 0x2842, [0x2603] = 0x2843, - [0x2604] = 0x2844, [0x2605] = 0x2845, [0x2606] = 0x2846, [0x2607] = 0x2847, - [0x2608] = 0x2848, [0x2609] = 0x2849, [0x260a] = 0x284a, [0x260b] = 0x284b, - [0x260c] = 0x284c, [0x260d] = 0x284d, [0x260e] = 0x284e, [0x260f] = 0x284f, - [0x2610] = 0x2850, [0x2611] = 0x2851, [0x2612] = 0x2852, [0x2613] = 0x2853, - [0x2614] = 0x2854, [0x2615] = 0x2855, [0x2616] = 0x2856, [0x2617] = 0x2857, - [0x2618] = 0x2858, [0x2619] = 0x2859, [0x261a] = 0x285a, [0x261b] = 0x285b, - [0x261c] = 0x285c, [0x261d] = 0x285d, [0x261e] = 0x285e, [0x261f] = 0x285f, - [0x2620] = 0x2860, [0x2621] = 0x2861, [0x2622] = 0x2862, [0x2623] = 0x2863, - [0x2624] = 0x2864, [0x2625] = 0x2865, [0x2626] = 0x2866, [0x2627] = 0x2867, - [0x2628] = 0x2868, [0x2629] = 0x2869, [0x262a] = 0x286a, [0x262b] = 0x286b, - [0x262c] = 0x286c, [0x262d] = 0x286d, [0x262e] = 0x286e, [0x262f] = 0x286f, - [0x2630] = 0x2870, [0x2631] = 0x2871, [0x2632] = 0x2872, [0x2633] = 0x2873, - [0x2634] = 0x2874, [0x2635] = 0x2875, [0x2636] = 0x2876, [0x2637] = 0x2877, - [0x2638] = 0x2878, [0x2639] = 0x2879, [0x263a] = 0x287a, [0x263b] = 0x287b, - [0x263c] = 0x287c, [0x263d] = 0x287d, [0x263e] = 0x287e, [0x263f] = 0x287f, - [0x2640] = 0x2880, [0x2641] = 0x2881, [0x2642] = 0x2882, [0x2643] = 0x2883, - [0x2644] = 0x2884, [0x2645] = 0x2885, [0x2646] = 0x2886, [0x2647] = 0x2887, - [0x2648] = 0x2888, [0x2649] = 0x2889, [0x264a] = 0x288a, [0x264b] = 0x288b, - [0x264c] = 0x288c, [0x264d] = 0x288d, [0x264e] = 0x288e, [0x264f] = 0x288f, - [0x2650] = 0x2890, [0x2651] = 0x2891, [0x2652] = 0x2892, [0x2653] = 0x2893, - [0x2654] = 0x2894, [0x2655] = 0x2895, [0x2656] = 0x2896, [0x2657] = 0x2897, - [0x2658] = 0x2898, [0x2659] = 0x2899, [0x265a] = 0x289a, [0x265b] = 0x289b, - [0x265c] = 0x289c, [0x265d] = 0x289d, [0x265e] = 0x289e, [0x265f] = 0x289f, - [0x2660] = 0x28a0, [0x2661] = 0x28a1, [0x2662] = 0x28a2, [0x2663] = 0x28a3, - [0x2664] = 0x28a4, [0x2665] = 0x28a5, [0x2666] = 0x28a6, [0x2667] = 0x28a7, - [0x2668] = 0x28a8, [0x2669] = 0x28a9, [0x266a] = 0x28aa, [0x266b] = 0x28ab, - [0x266c] = 0x28ac, [0x266d] = 0x28ad, [0x266e] = 0x28ae, [0x266f] = 0x28af, - [0x2670] = 0x28b0, [0x2671] = 0x28b1, [0x2672] = 0x28b2, [0x2673] = 0x28b3, - [0x2674] = 0x28b4, [0x2675] = 0x28b5, [0x2676] = 0x28b6, [0x2677] = 0x28b7, - [0x2678] = 0x28b8, [0x2679] = 0x28b9, [0x267a] = 0x28ba, [0x267b] = 0x28bb, - [0x267c] = 0x28bc, [0x267d] = 0x28bd, [0x267e] = 0x28be, [0x267f] = 0x28bf, - [0x2680] = 0x28c0, [0x2681] = 0x28c1, [0x2682] = 0x28c2, [0x2683] = 0x28c3, - [0x2684] = 0x28c4, [0x2685] = 0x28c5, [0x2686] = 0x28c6, [0x2687] = 0x28c7, - [0x2688] = 0x28c8, [0x2689] = 0x28c9, [0x268a] = 0x28ca, [0x268b] = 0x28cb, - [0x268c] = 0x28cc, [0x268d] = 0x28cd, [0x268e] = 0x28ce, [0x268f] = 0x28cf, - [0x2690] = 0x28d0, [0x2691] = 0x28d1, [0x2692] = 0x28d2, [0x2693] = 0x28d3, - [0x2694] = 0x28d4, [0x2695] = 0x28d5, [0x2696] = 0x28d6, [0x2697] = 0x28d7, - [0x2698] = 0x28d8, [0x2699] = 0x28d9, [0x269a] = 0x28da, [0x269b] = 0x28db, - [0x269c] = 0x28dc, [0x269d] = 0x28dd, [0x269e] = 0x28de, [0x269f] = 0x28df, - [0x26a0] = 0x28e0, [0x26a1] = 0x28e1, [0x26a2] = 0x28e2, [0x26a3] = 0x28e3, - [0x26a4] = 0x28e4, [0x26a5] = 0x28e5, [0x26a6] = 0x28e6, [0x26a7] = 0x28e7, - [0x26a8] = 0x28e8, [0x26a9] = 0x28e9, [0x26aa] = 0x28ea, [0x26ab] = 0x28eb, - [0x26ac] = 0x28ec, [0x26ad] = 0x28ed, [0x26ae] = 0x28ee, [0x26af] = 0x28ef, - [0x26b0] = 0x28f0, [0x26b1] = 0x28f1, [0x26b2] = 0x28f2, [0x26b3] = 0x28f3, - [0x26b4] = 0x28f4, [0x26b5] = 0x28f5, [0x26b6] = 0x28f6, [0x26b7] = 0x28f7, - [0x26b8] = 0x28f8, [0x26b9] = 0x28f9, [0x26ba] = 0x28fa, [0x26bb] = 0x28fb, - [0x26bc] = 0x28fc, [0x26bd] = 0x28fd, [0x26be] = 0x28fe, [0x26bf] = 0x28ff, - [0x26c0] = 0x2900, [0x26c1] = 0x2901, [0x26c2] = 0x2902, [0x26c3] = 0x2903, - [0x26c4] = 0x2904, [0x26c5] = 0x2905, [0x26c6] = 0x2906, [0x26c7] = 0x2907, - [0x26c8] = 0x2908, [0x26c9] = 0x2909, [0x26ca] = 0x290a, [0x26cb] = 0x290b, - [0x26cc] = 0x290c, [0x26cd] = 0x290d, [0x26ce] = 0x290e, [0x26cf] = 0x290f, - [0x26d0] = 0x2910, [0x26d1] = 0x2911, [0x26d2] = 0x2912, [0x26d3] = 0x2913, - [0x26d4] = 0x2914, [0x26d5] = 0x2915, [0x26d6] = 0x2916, [0x26d7] = 0x2917, - [0x26d8] = 0x2918, [0x26d9] = 0x2919, [0x26da] = 0x291a, [0x26db] = 0x291b, - [0x26dc] = 0x291c, [0x26dd] = 0x291d, [0x26de] = 0x291e, [0x26df] = 0x291f, - [0x26e0] = 0x2920, [0x26e1] = 0x2921, [0x26e2] = 0x2922, [0x26e3] = 0x2923, - [0x26e4] = 0x2924, [0x26e5] = 0x2925, [0x26e6] = 0x2926, [0x26e7] = 0x2927, - [0x26e8] = 0x2928, [0x26e9] = 0x2929, [0x26ea] = 0x292a, [0x26eb] = 0x292b, - [0x26ec] = 0x292c, [0x26ed] = 0x292d, [0x26ee] = 0x292e, [0x26ef] = 0x292f, - [0x26f0] = 0x2930, [0x26f1] = 0x2931, [0x26f2] = 0x2932, [0x26f3] = 0x2933, - [0x26f4] = 0x2934, [0x26f5] = 0x2935, [0x26f6] = 0x2936, [0x26f7] = 0x2937, - [0x26f8] = 0x2938, [0x26f9] = 0x2939, [0x26fa] = 0x293a, [0x26fb] = 0x293b, - [0x26fc] = 0x293c, [0x26fd] = 0x293d, [0x26fe] = 0x293e, [0x26ff] = 0x293f, - [0x2700] = 0x2940, [0x2701] = 0x2941, [0x2702] = 0x2942, [0x2703] = 0x2943, - [0x2704] = 0x2944, [0x2705] = 0x2945, [0x2706] = 0x2946, [0x2707] = 0x2947, - [0x2708] = 0x2948, [0x2709] = 0x2949, [0x270a] = 0x294a, [0x270b] = 0x294b, - [0x270c] = 0x294c, [0x270d] = 0x294d, [0x270e] = 0x294e, [0x270f] = 0x294f, - [0x2710] = 0x2950, [0x2711] = 0x2951, [0x2712] = 0x2952, [0x2713] = 0x2953, - [0x2714] = 0x2954, [0x2715] = 0x2955, [0x2716] = 0x2956, [0x2717] = 0x2957, - [0x2718] = 0x2958, [0x2719] = 0x2959, [0x271a] = 0x295a, [0x271b] = 0x295b, - [0x271c] = 0x295c, [0x271d] = 0x295d, [0x271e] = 0x295e, [0x271f] = 0x295f, - [0x2720] = 0x2960, [0x2721] = 0x2961, [0x2722] = 0x2962, [0x2723] = 0x2963, - [0x2724] = 0x2964, [0x2725] = 0x2965, [0x2726] = 0x2966, [0x2727] = 0x2967, - [0x2728] = 0x2968, [0x2729] = 0x2969, [0x272a] = 0x296a, [0x272b] = 0x296b, - [0x272c] = 0x296c, [0x272d] = 0x296d, [0x272e] = 0x296e, [0x272f] = 0x296f, - [0x2730] = 0x2970, [0x2731] = 0x2971, [0x2732] = 0x2972, [0x2733] = 0x2973, - [0x2734] = 0x2974, [0x2735] = 0x2975, [0x2736] = 0x2976, [0x2737] = 0x2977, - [0x2738] = 0x2978, [0x2739] = 0x2979, [0x273a] = 0x297a, [0x273b] = 0x297b, - [0x273c] = 0x297c, [0x273d] = 0x297d, [0x273e] = 0x297e, [0x273f] = 0x297f, - [0x2740] = 0x2980, [0x2741] = 0x2981, [0x2742] = 0x2982, [0x2743] = 0x2983, - [0x2744] = 0x2984, [0x2745] = 0x2985, [0x2746] = 0x2986, [0x2747] = 0x2987, - [0x2748] = 0x2988, [0x2749] = 0x2989, [0x274a] = 0x298a, [0x274b] = 0x298b, - [0x274c] = 0x298c, [0x274d] = 0x298d, [0x274e] = 0x298e, [0x274f] = 0x298f, - [0x2750] = 0x2990, [0x2751] = 0x2991, [0x2752] = 0x2992, [0x2753] = 0x2993, - [0x2754] = 0x2994, [0x2755] = 0x2995, [0x2756] = 0x2996, [0x2757] = 0x2997, - [0x2758] = 0x2998, [0x2759] = 0x2999, [0x275a] = 0x299a, [0x275b] = 0x299b, - [0x275c] = 0x299c, [0x275d] = 0x299d, [0x275e] = 0x299e, [0x275f] = 0x299f, - [0x2760] = 0x29a0, [0x2761] = 0x29a1, [0x2762] = 0x29a2, [0x2763] = 0x29a3, - [0x2764] = 0x29a4, [0x2765] = 0x29a5, [0x2766] = 0x29a6, [0x2767] = 0x29a7, - [0x2768] = 0x29a8, [0x2769] = 0x29a9, [0x276a] = 0x29aa, [0x276b] = 0x29ab, - [0x276c] = 0x29ac, [0x276d] = 0x29ad, [0x276e] = 0x29ae, [0x276f] = 0x29af, - [0x2770] = 0x29b0, [0x2771] = 0x29b1, [0x2772] = 0x29b2, [0x2773] = 0x29b3, - [0x2774] = 0x29b4, [0x2775] = 0x29b5, [0x2776] = 0x29b6, [0x2777] = 0x29b7, - [0x2778] = 0x29b8, [0x2779] = 0x29b9, [0x277a] = 0x29ba, [0x277b] = 0x29bb, - [0x277c] = 0x29bc, [0x277d] = 0x29bd, [0x277e] = 0x29be, [0x277f] = 0x29bf, - [0x2780] = 0x29c0, [0x2781] = 0x29c1, [0x2782] = 0x29c2, [0x2783] = 0x29c3, - [0x2784] = 0x29c4, [0x2785] = 0x29c5, [0x2786] = 0x29c6, [0x2787] = 0x29c7, - [0x2788] = 0x29c8, [0x2789] = 0x29c9, [0x278a] = 0x29ca, [0x278b] = 0x29cb, - [0x278c] = 0x29cc, [0x278d] = 0x29cd, [0x278e] = 0x29ce, [0x278f] = 0x29cf, - [0x2790] = 0x29d0, [0x2791] = 0x29d1, [0x2792] = 0x29d2, [0x2793] = 0x29d3, - [0x2794] = 0x29d4, [0x2795] = 0x29d5, [0x2796] = 0x29d6, [0x2797] = 0x29d7, - [0x2798] = 0x29d8, [0x2799] = 0x29d9, [0x279a] = 0x29da, [0x279b] = 0x29db, - [0x279c] = 0x29dc, [0x279d] = 0x29dd, [0x279e] = 0x29de, [0x279f] = 0x29df, - [0x27a0] = 0x29e0, [0x27a1] = 0x29e1, [0x27a2] = 0x29e2, [0x27a3] = 0x29e3, - [0x27a4] = 0x29e4, [0x27a5] = 0x29e5, [0x27a6] = 0x29e6, [0x27a7] = 0x29e7, - [0x27a8] = 0x29e8, [0x27a9] = 0x29e9, [0x27aa] = 0x29ea, [0x27ab] = 0x29eb, - [0x27ac] = 0x29ec, [0x27ad] = 0x29ed, [0x27ae] = 0x29ee, [0x27af] = 0x29ef, - [0x27b0] = 0x29f0, [0x27b1] = 0x29f1, [0x27b2] = 0x29f2, [0x27b3] = 0x29f3, - [0x27b4] = 0x29f4, [0x27b5] = 0x29f5, [0x27b6] = 0x29f6, [0x27b7] = 0x29f7, - [0x27b8] = 0x29f8, [0x27b9] = 0x29f9, [0x27ba] = 0x29fa, [0x27bb] = 0x29fb, - [0x27bc] = 0x29fc, [0x27bd] = 0x29fd, [0x27be] = 0x29fe, [0x27bf] = 0x29ff, - [0x27c0] = 0x2a00, [0x27c1] = 0x2a01, [0x27c2] = 0x2a02, [0x27c3] = 0x2a03, - [0x27c4] = 0x2a04, [0x27c5] = 0x2a05, [0x27c6] = 0x2a06, [0x27c7] = 0x2a07, - [0x27c8] = 0x2a08, [0x27c9] = 0x2a09, [0x27ca] = 0x2a0a, [0x27cb] = 0x2a0b, - [0x27cc] = 0x2a0c, [0x27cd] = 0x2a0d, [0x27ce] = 0x2a0e, [0x27cf] = 0x2a0f, - [0x27d0] = 0x2a10, [0x27d1] = 0x2a11, [0x27d2] = 0x2a12, [0x27d3] = 0x2a13, - [0x27d4] = 0x2a14, [0x27d5] = 0x2a15, [0x27d6] = 0x2a16, [0x27d7] = 0x2a17, - [0x27d8] = 0x2a18, [0x27d9] = 0x2a19, [0x27da] = 0x2a1a, [0x27db] = 0x2a1b, - [0x27dc] = 0x2a1c, [0x27dd] = 0x2a1d, [0x27de] = 0x2a1e, [0x27df] = 0x2a1f, - [0x27e0] = 0x2a20, [0x27e1] = 0x2a21, [0x27e2] = 0x2a22, [0x27e3] = 0x2a23, - [0x27e4] = 0x2a24, [0x27e5] = 0x2a25, [0x27e6] = 0x2a26, [0x27e7] = 0x2a27, - [0x27e8] = 0x2a28, [0x27e9] = 0x2a29, [0x27ea] = 0x2a2a, [0x27eb] = 0x2a2b, - [0x27ec] = 0x2a2c, [0x27ed] = 0x2a2d, [0x27ee] = 0x2a2e, [0x27ef] = 0x2a2f, - [0x27f0] = 0x2a30, [0x27f1] = 0x2a31, [0x27f2] = 0x2a32, [0x27f3] = 0x2a33, - [0x27f4] = 0x2a34, [0x27f5] = 0x2a35, [0x27f6] = 0x2a36, [0x27f7] = 0x2a37, - [0x27f8] = 0x2a38, [0x27f9] = 0x2a39, [0x27fa] = 0x2a3a, [0x27fb] = 0x2a3b, - [0x27fc] = 0x2a3c, [0x27fd] = 0x2a3d, [0x27fe] = 0x2a3e, [0x27ff] = 0x2a3f, - [0x2800] = 0x2a40, [0x2801] = 0x2a41, [0x2802] = 0x2a42, [0x2803] = 0x2a43, - [0x2804] = 0x2a44, [0x2805] = 0x2a45, [0x2806] = 0x2a46, [0x2807] = 0x2a47, - [0x2808] = 0x2a48, [0x2809] = 0x2a49, [0x280a] = 0x2a4a, [0x280b] = 0x2a4b, - [0x280c] = 0x2a4c, [0x280d] = 0x2a4d, [0x280e] = 0x2a4e, [0x280f] = 0x2a4f, - [0x2810] = 0x2a50, [0x2811] = 0x2a51, [0x2812] = 0x2a52, [0x2813] = 0x2a53, - [0x2814] = 0x2a54, [0x2815] = 0x2a55, [0x2816] = 0x2a56, [0x2817] = 0x2a57, - [0x2818] = 0x2a58, [0x2819] = 0x2a59, [0x281a] = 0x2a5a, [0x281b] = 0x2a5b, - [0x281c] = 0x2a5c, [0x281d] = 0x2a5d, [0x281e] = 0x2a5e, [0x281f] = 0x2a5f, - [0x2820] = 0x2a60, [0x2821] = 0x2a61, [0x2822] = 0x2a62, [0x2823] = 0x2a63, - [0x2824] = 0x2a64, [0x2825] = 0x2a65, [0x2826] = 0x2a66, [0x2827] = 0x2a67, - [0x2828] = 0x2a68, [0x2829] = 0x2a69, [0x282a] = 0x2a6a, [0x282b] = 0x2a6b, - [0x282c] = 0x2a6c, [0x282d] = 0x2a6d, [0x282e] = 0x2a6e, [0x282f] = 0x2a6f, - [0x2830] = 0x2a70, [0x2831] = 0x2a71, [0x2832] = 0x2a72, [0x2833] = 0x2a73, - [0x2834] = 0x2a74, [0x2835] = 0x2a75, [0x2836] = 0x2a76, [0x2837] = 0x2a77, - [0x2838] = 0x2a78, [0x2839] = 0x2a79, [0x283a] = 0x2a7a, [0x283b] = 0x2a7b, - [0x283c] = 0x2a7c, [0x283d] = 0x2a7d, [0x283e] = 0x2a7e, [0x283f] = 0x2a7f, - [0x2840] = 0x2a80, [0x2841] = 0x2a81, [0x2842] = 0x2a82, [0x2843] = 0x2a83, - [0x2844] = 0x2a84, [0x2845] = 0x2a85, [0x2846] = 0x2a86, [0x2847] = 0x2a87, - [0x2848] = 0x2a88, [0x2849] = 0x2a89, [0x284a] = 0x2a8a, [0x284b] = 0x2a8b, - [0x284c] = 0x2a8c, [0x284d] = 0x2a8d, [0x284e] = 0x2a8e, [0x284f] = 0x2a8f, - [0x2850] = 0x2a90, [0x2851] = 0x2a91, [0x2852] = 0x2a92, [0x2853] = 0x2a93, - [0x2854] = 0x2a94, [0x2855] = 0x2a95, [0x2856] = 0x2a96, [0x2857] = 0x2a97, - [0x2858] = 0x2a98, [0x2859] = 0x2a99, [0x285a] = 0x2a9a, [0x285b] = 0x2a9b, - [0x285c] = 0x2a9c, [0x285d] = 0x2a9d, [0x285e] = 0x2a9e, [0x285f] = 0x2a9f, - [0x2860] = 0x2aa0, [0x2861] = 0x2aa1, [0x2862] = 0x2aa2, [0x2863] = 0x2aa3, - [0x2864] = 0x2aa4, [0x2865] = 0x2aa5, [0x2866] = 0x2aa6, [0x2867] = 0x2aa7, - [0x2868] = 0x2aa8, [0x2869] = 0x2aa9, [0x286a] = 0x2aaa, [0x286b] = 0x2aab, - [0x286c] = 0x2aac, [0x286d] = 0x2aad, [0x286e] = 0x2aae, [0x286f] = 0x2aaf, - [0x2870] = 0x2ab0, [0x2871] = 0x2ab1, [0x2872] = 0x2ab2, [0x2873] = 0x2ab3, - [0x2874] = 0x2ab4, [0x2875] = 0x2ab5, [0x2876] = 0x2ab6, [0x2877] = 0x2ab7, - [0x2878] = 0x2ab8, [0x2879] = 0x2ab9, [0x287a] = 0x2aba, [0x287b] = 0x2abb, - [0x287c] = 0x2abc, [0x287d] = 0x2abd, [0x287e] = 0x2abe, [0x287f] = 0x2abf, - [0x2880] = 0x2ac0, [0x2881] = 0x2ac1, [0x2882] = 0x2ac2, [0x2883] = 0x2ac3, - [0x2884] = 0x2ac4, [0x2885] = 0x2ac5, [0x2886] = 0x2ac6, [0x2887] = 0x2ac7, - [0x2888] = 0x2ac8, [0x2889] = 0x2ac9, [0x288a] = 0x2aca, [0x288b] = 0x2acb, - [0x288c] = 0x2acc, [0x288d] = 0x2acd, [0x288e] = 0x2ace, [0x288f] = 0x2acf, - [0x2890] = 0x2ad0, [0x2891] = 0x2ad1, [0x2892] = 0x2ad2, [0x2893] = 0x2ad3, - [0x2894] = 0x2ad4, [0x2895] = 0x2ad5, [0x2896] = 0x2ad6, [0x2897] = 0x2ad7, - [0x2898] = 0x2ad8, [0x2899] = 0x2ad9, [0x289a] = 0x2ada, [0x289b] = 0x2adb, - [0x289c] = 0x2adc, [0x289d] = 0x2add, [0x289e] = 0x2ade, [0x289f] = 0x2adf, - [0x28a0] = 0x2ae0, [0x28a1] = 0x2ae1, [0x28a2] = 0x2ae2, [0x28a3] = 0x2ae3, - [0x28a4] = 0x2ae4, [0x28a5] = 0x2ae5, [0x28a6] = 0x2ae6, [0x28a7] = 0x2ae7, - [0x28a8] = 0x2ae8, [0x28a9] = 0x2ae9, [0x28aa] = 0x2aea, [0x28ab] = 0x2aeb, - [0x28ac] = 0x2aec, [0x28ad] = 0x2aed, [0x28ae] = 0x2aee, [0x28af] = 0x2aef, - [0x28b0] = 0x2af0, [0x28b1] = 0x2af1, [0x28b2] = 0x2af2, [0x28b3] = 0x2af3, - [0x28b4] = 0x2af4, [0x28b5] = 0x2af5, [0x28b6] = 0x2af6, [0x28b7] = 0x2af7, - [0x28b8] = 0x2af8, [0x28b9] = 0x2af9, [0x28ba] = 0x2afa, [0x28bb] = 0x2afb, - [0x28bc] = 0x2afc, [0x28bd] = 0x2afd, [0x28be] = 0x2afe, [0x28bf] = 0x2aff, - [0x2c40] = 0x2e80, [0x2c41] = 0x2e82, [0x2c42] = 0x2e83, [0x2c43] = 0x2e85, - [0x2c44] = 0x2e86, [0x2c45] = 0x2e87, [0x2c46] = 0x2e89, [0x2c47] = 0x2e8a, - [0x2c48] = 0x2e8d, [0x2c49] = 0x2e8e, [0x2c4a] = 0x2e8f, [0x2c4b] = 0x2e90, - [0x2c4c] = 0x2e91, [0x2c4d] = 0x2e92, [0x2c4e] = 0x2e93, [0x2c4f] = 0x2e94, - [0x2c50] = 0x2e95, [0x2c51] = 0x2e96, [0x2c52] = 0x2e98, [0x2c53] = 0x2e99, - [0x2c55] = 0x2e9b, [0x2c56] = 0x2e9c, [0x2c57] = 0x2e9d, [0x2c58] = 0x2e9e, - [0x2c59] = 0x2e9f, [0x2c5a] = 0x2ea0, [0x2c5b] = 0x2ea1, [0x2c5c] = 0x2ea2, - [0x2c5d] = 0x2ea3, [0x2c5e] = 0x2ea4, [0x2c5f] = 0x2ea5, [0x2c60] = 0x2ea6, - [0x2c61] = 0x2ea8, [0x2c62] = 0x2ea9, [0x2c63] = 0x2eab, [0x2c64] = 0x2eac, - [0x2c65] = 0x2ead, [0x2c66] = 0x2eaf, [0x2c67] = 0x2eb0, [0x2c68] = 0x2eb1, - [0x2c69] = 0x2eb2, [0x2c6a] = 0x2eb4, [0x2c6b] = 0x2eb5, [0x2c6c] = 0x2eb8, - [0x2c6d] = 0x2eb9, [0x2c6e] = 0x2eba, [0x2c6f] = 0x2ebc, [0x2c70] = 0x2ebd, - [0x2c71] = 0x2ebe, [0x2c72] = 0x2ebf, [0x2c73] = 0x2ec0, [0x2c74] = 0x2ec1, - [0x2c75] = 0x2ec2, [0x2c76] = 0x2ec3, [0x2c77] = 0x2ec4, [0x2c78] = 0x2ec5, - [0x2c79] = 0x2ec6, [0x2c7a] = 0x2ec7, [0x2c7b] = 0x2ec8, [0x2c7c] = 0x2ec9, - [0x2c7d] = 0x2ecb, [0x2c7e] = 0x2ecc, [0x2c7f] = 0x2ecd, [0x2c80] = 0x2ece, - [0x2c81] = 0x2ecf, [0x2c82] = 0x2ed0, [0x2c83] = 0x2ed1, [0x2c84] = 0x2ed2, - [0x2c85] = 0x2ed3, [0x2c86] = 0x2ed4, [0x2c87] = 0x2ed5, [0x2c88] = 0x2ed6, - [0x2c89] = 0x2ed7, [0x2c8a] = 0x2ed8, [0x2c8b] = 0x2ed9, [0x2c8c] = 0x2eda, - [0x2c8d] = 0x2edb, [0x2c8e] = 0x2edc, [0x2c8f] = 0x2edd, [0x2c90] = 0x2ede, - [0x2c91] = 0x2edf, [0x2c92] = 0x2ee0, [0x2c93] = 0x2ee1, [0x2c94] = 0x2ee2, - [0x2c95] = 0x2ee3, [0x2c96] = 0x2ee4, [0x2c97] = 0x2ee5, [0x2c98] = 0x2ee6, - [0x2c99] = 0x2ee7, [0x2c9a] = 0x2ee8, [0x2c9b] = 0x2ee9, [0x2c9c] = 0x2eea, - [0x2c9d] = 0x2eeb, [0x2c9e] = 0x2eec, [0x2c9f] = 0x2eed, [0x2ca0] = 0x2eee, - [0x2ca1] = 0x2eef, [0x2ca2] = 0x2ef0, [0x2ca3] = 0x2ef1, [0x2ca4] = 0x2ef2, - [0x2ca5] = 0x2ef3, [0x2cb2] = 0x2f00, [0x2cb3] = 0x2f01, [0x2cb4] = 0x2f02, - [0x2cb5] = 0x2f03, [0x2cb6] = 0x2f04, [0x2cb7] = 0x2f05, [0x2cb8] = 0x2f06, - [0x2cb9] = 0x2f07, [0x2cba] = 0x2f08, [0x2cbb] = 0x2f09, [0x2cbc] = 0x2f0a, - [0x2cbd] = 0x2f0b, [0x2cbe] = 0x2f0c, [0x2cbf] = 0x2f0d, [0x2cc0] = 0x2f0e, - [0x2cc1] = 0x2f0f, [0x2cc2] = 0x2f10, [0x2cc3] = 0x2f11, [0x2cc4] = 0x2f12, - [0x2cc5] = 0x2f13, [0x2cc6] = 0x2f14, [0x2cc7] = 0x2f15, [0x2cc8] = 0x2f16, - [0x2cc9] = 0x2f17, [0x2cca] = 0x2f18, [0x2ccb] = 0x2f19, [0x2ccc] = 0x2f1a, - [0x2ccd] = 0x2f1b, [0x2cce] = 0x2f1c, [0x2ccf] = 0x2f1d, [0x2cd0] = 0x2f1e, - [0x2cd1] = 0x2f1f, [0x2cd2] = 0x2f20, [0x2cd3] = 0x2f21, [0x2cd4] = 0x2f22, - [0x2cd5] = 0x2f23, [0x2cd6] = 0x2f24, [0x2cd7] = 0x2f25, [0x2cd8] = 0x2f26, - [0x2cd9] = 0x2f27, [0x2cda] = 0x2f28, [0x2cdb] = 0x2f29, [0x2cdc] = 0x2f2a, - [0x2cdd] = 0x2f2b, [0x2cde] = 0x2f2c, [0x2cdf] = 0x2f2d, [0x2ce0] = 0x2f2e, - [0x2ce1] = 0x2f2f, [0x2ce2] = 0x2f30, [0x2ce3] = 0x2f31, [0x2ce4] = 0x2f32, - [0x2ce5] = 0x2f33, [0x2ce6] = 0x2f34, [0x2ce7] = 0x2f35, [0x2ce8] = 0x2f36, - [0x2ce9] = 0x2f37, [0x2cea] = 0x2f38, [0x2ceb] = 0x2f39, [0x2cec] = 0x2f3a, - [0x2ced] = 0x2f3b, [0x2cee] = 0x2f3c, [0x2cef] = 0x2f3d, [0x2cf0] = 0x2f3e, - [0x2cf1] = 0x2f3f, [0x2cf2] = 0x2f40, [0x2cf3] = 0x2f41, [0x2cf4] = 0x2f42, - [0x2cf5] = 0x2f43, [0x2cf6] = 0x2f44, [0x2cf7] = 0x2f45, [0x2cf8] = 0x2f46, - [0x2cf9] = 0x2f47, [0x2cfa] = 0x2f48, [0x2cfb] = 0x2f49, [0x2cfc] = 0x2f4a, - [0x2cfd] = 0x2f4b, [0x2cfe] = 0x2f4c, [0x2cff] = 0x2f4d, [0x2d00] = 0x2f4e, - [0x2d01] = 0x2f4f, [0x2d02] = 0x2f50, [0x2d03] = 0x2f51, [0x2d04] = 0x2f52, - [0x2d05] = 0x2f53, [0x2d06] = 0x2f54, [0x2d07] = 0x2f55, [0x2d08] = 0x2f56, - [0x2d09] = 0x2f57, [0x2d0a] = 0x2f58, [0x2d0b] = 0x2f59, [0x2d0c] = 0x2f5a, - [0x2d0d] = 0x2f5b, [0x2d0e] = 0x2f5c, [0x2d0f] = 0x2f5d, [0x2d10] = 0x2f5e, - [0x2d11] = 0x2f5f, [0x2d12] = 0x2f60, [0x2d13] = 0x2f61, [0x2d14] = 0x2f62, - [0x2d15] = 0x2f63, [0x2d16] = 0x2f64, [0x2d17] = 0x2f65, [0x2d18] = 0x2f66, - [0x2d19] = 0x2f67, [0x2d1a] = 0x2f68, [0x2d1b] = 0x2f69, [0x2d1c] = 0x2f6a, - [0x2d1d] = 0x2f6b, [0x2d1e] = 0x2f6c, [0x2d1f] = 0x2f6d, [0x2d20] = 0x2f6e, - [0x2d21] = 0x2f6f, [0x2d22] = 0x2f70, [0x2d23] = 0x2f71, [0x2d24] = 0x2f72, - [0x2d25] = 0x2f73, [0x2d26] = 0x2f74, [0x2d27] = 0x2f75, [0x2d28] = 0x2f76, - [0x2d29] = 0x2f77, [0x2d2a] = 0x2f78, [0x2d2b] = 0x2f79, [0x2d2c] = 0x2f7a, - [0x2d2d] = 0x2f7b, [0x2d2e] = 0x2f7c, [0x2d2f] = 0x2f7d, [0x2d30] = 0x2f7e, - [0x2d31] = 0x2f7f, [0x2d32] = 0x2f80, [0x2d33] = 0x2f81, [0x2d34] = 0x2f82, - [0x2d35] = 0x2f83, [0x2d36] = 0x2f84, [0x2d37] = 0x2f85, [0x2d38] = 0x2f86, - [0x2d39] = 0x2f87, [0x2d3a] = 0x2f88, [0x2d3b] = 0x2f89, [0x2d3c] = 0x2f8a, - [0x2d3d] = 0x2f8b, [0x2d3e] = 0x2f8c, [0x2d3f] = 0x2f8d, [0x2d40] = 0x2f8e, - [0x2d41] = 0x2f8f, [0x2d42] = 0x2f90, [0x2d43] = 0x2f91, [0x2d44] = 0x2f92, - [0x2d45] = 0x2f93, [0x2d46] = 0x2f94, [0x2d47] = 0x2f95, [0x2d48] = 0x2f96, - [0x2d49] = 0x2f97, [0x2d4a] = 0x2f98, [0x2d4b] = 0x2f99, [0x2d4c] = 0x2f9a, - [0x2d4d] = 0x2f9b, [0x2d4e] = 0x2f9c, [0x2d4f] = 0x2f9d, [0x2d50] = 0x2f9e, - [0x2d51] = 0x2f9f, [0x2d52] = 0x2fa0, [0x2d53] = 0x2fa1, [0x2d54] = 0x2fa2, - [0x2d55] = 0x2fa3, [0x2d56] = 0x2fa4, [0x2d57] = 0x2fa5, [0x2d58] = 0x2fa6, - [0x2d59] = 0x2fa7, [0x2d5a] = 0x2fa8, [0x2d5b] = 0x2fa9, [0x2d5c] = 0x2faa, - [0x2d5d] = 0x2fab, [0x2d5e] = 0x2fac, [0x2d5f] = 0x2fad, [0x2d60] = 0x2fae, - [0x2d61] = 0x2faf, [0x2d62] = 0x2fb0, [0x2d63] = 0x2fb1, [0x2d64] = 0x2fb2, - [0x2d65] = 0x2fb3, [0x2d66] = 0x2fb4, [0x2d67] = 0x2fb5, [0x2d68] = 0x2fb6, - [0x2d69] = 0x2fb7, [0x2d6a] = 0x2fb8, [0x2d6b] = 0x2fb9, [0x2d6c] = 0x2fba, - [0x2d6d] = 0x2fbb, [0x2d6e] = 0x2fbc, [0x2d6f] = 0x2fbd, [0x2d70] = 0x2fbe, - [0x2d71] = 0x2fbf, [0x2d72] = 0x2fc0, [0x2d73] = 0x2fc1, [0x2d74] = 0x2fc2, - [0x2d75] = 0x2fc3, [0x2d76] = 0x2fc4, [0x2d77] = 0x2fc5, [0x2d78] = 0x2fc6, - [0x2d79] = 0x2fc7, [0x2d7a] = 0x2fc8, [0x2d7b] = 0x2fc9, [0x2d7c] = 0x2fca, - [0x2d7d] = 0x2fcb, [0x2d7e] = 0x2fcc, [0x2d7f] = 0x2fcd, [0x2d80] = 0x2fce, - [0x2d81] = 0x2fcf, [0x2d82] = 0x2fd0, [0x2d83] = 0x2fd1, [0x2d84] = 0x2fd2, - [0x2d85] = 0x2fd3, [0x2d86] = 0x2fd4, [0x2d87] = 0x2fd5, [0x2da6] = 0x3004, - [0x2da7] = 0x3018, [0x2da8] = 0x3019, [0x2da9] = 0x301a, [0x2daa] = 0x301b, - [0x2dab] = 0x301c, [0x2dac] = 0x301f, [0x2dad] = 0x3020, [0x2dae] = 0x302a, - [0x2daf] = 0x302b, [0x2db0] = 0x302c, [0x2db1] = 0x302d, [0x2db2] = 0x302e, - [0x2db3] = 0x302f, [0x2db4] = 0x3030, [0x2db5] = 0x3031, [0x2db6] = 0x3032, - [0x2db7] = 0x3033, [0x2db8] = 0x3034, [0x2db9] = 0x3035, [0x2dba] = 0x3036, - [0x2dbb] = 0x3037, [0x2dbc] = 0x3038, [0x2dbd] = 0x3039, [0x2dbe] = 0x303a, - [0x2dbf] = 0x303b, [0x2dc0] = 0x303c, [0x2dc1] = 0x303d, [0x2dc2] = 0x303f, - [0x2dc4] = 0x3094, [0x2dc5] = 0x3095, [0x2dc6] = 0x3096, [0x2dc9] = 0x3099, - [0x2dca] = 0x309a, [0x2dcb] = 0x309f, [0x2dcc] = 0x30a0, [0x2dcd] = 0x30f7, - [0x2dce] = 0x30f8, [0x2dcf] = 0x30f9, [0x2dd0] = 0x30fa, [0x2dd1] = 0x30fb, - [0x2dd2] = 0x30ff, [0x2dd8] = 0x312a, [0x2dd9] = 0x312b, [0x2dda] = 0x312c, - [0x2ddf] = 0x3131, [0x2de0] = 0x3132, [0x2de1] = 0x3133, [0x2de2] = 0x3134, - [0x2de3] = 0x3135, [0x2de4] = 0x3136, [0x2de5] = 0x3137, [0x2de6] = 0x3138, - [0x2de7] = 0x3139, [0x2de8] = 0x313a, [0x2de9] = 0x313b, [0x2dea] = 0x313c, - [0x2deb] = 0x313d, [0x2dec] = 0x313e, [0x2ded] = 0x313f, [0x2dee] = 0x3140, - [0x2def] = 0x3141, [0x2df0] = 0x3142, [0x2df1] = 0x3143, [0x2df2] = 0x3144, - [0x2df3] = 0x3145, [0x2df4] = 0x3146, [0x2df5] = 0x3147, [0x2df6] = 0x3148, - [0x2df7] = 0x3149, [0x2df8] = 0x314a, [0x2df9] = 0x314b, [0x2dfa] = 0x314c, - [0x2dfb] = 0x314d, [0x2dfc] = 0x314e, [0x2dfd] = 0x314f, [0x2dfe] = 0x3150, - [0x2dff] = 0x3151, [0x2e00] = 0x3152, [0x2e01] = 0x3153, [0x2e02] = 0x3154, - [0x2e03] = 0x3155, [0x2e04] = 0x3156, [0x2e05] = 0x3157, [0x2e06] = 0x3158, - [0x2e07] = 0x3159, [0x2e08] = 0x315a, [0x2e09] = 0x315b, [0x2e0a] = 0x315c, - [0x2e0b] = 0x315d, [0x2e0c] = 0x315e, [0x2e0d] = 0x315f, [0x2e0e] = 0x3160, - [0x2e0f] = 0x3161, [0x2e10] = 0x3162, [0x2e11] = 0x3163, [0x2e12] = 0x3164, - [0x2e13] = 0x3165, [0x2e14] = 0x3166, [0x2e15] = 0x3167, [0x2e16] = 0x3168, - [0x2e17] = 0x3169, [0x2e18] = 0x316a, [0x2e19] = 0x316b, [0x2e1a] = 0x316c, - [0x2e1b] = 0x316d, [0x2e1c] = 0x316e, [0x2e1d] = 0x316f, [0x2e1e] = 0x3170, - [0x2e1f] = 0x3171, [0x2e20] = 0x3172, [0x2e21] = 0x3173, [0x2e22] = 0x3174, - [0x2e23] = 0x3175, [0x2e24] = 0x3176, [0x2e25] = 0x3177, [0x2e26] = 0x3178, - [0x2e27] = 0x3179, [0x2e28] = 0x317a, [0x2e29] = 0x317b, [0x2e2a] = 0x317c, - [0x2e2b] = 0x317d, [0x2e2c] = 0x317e, [0x2e2d] = 0x317f, [0x2e2e] = 0x3180, - [0x2e2f] = 0x3181, [0x2e30] = 0x3182, [0x2e31] = 0x3183, [0x2e32] = 0x3184, - [0x2e33] = 0x3185, [0x2e34] = 0x3186, [0x2e35] = 0x3187, [0x2e36] = 0x3188, - [0x2e37] = 0x3189, [0x2e38] = 0x318a, [0x2e39] = 0x318b, [0x2e3a] = 0x318c, - [0x2e3b] = 0x318d, [0x2e3c] = 0x318e, [0x2e3e] = 0x3190, [0x2e3f] = 0x3191, - [0x2e40] = 0x3192, [0x2e41] = 0x3193, [0x2e42] = 0x3194, [0x2e43] = 0x3195, - [0x2e44] = 0x3196, [0x2e45] = 0x3197, [0x2e46] = 0x3198, [0x2e47] = 0x3199, - [0x2e48] = 0x319a, [0x2e49] = 0x319b, [0x2e4a] = 0x319c, [0x2e4b] = 0x319d, - [0x2e4c] = 0x319e, [0x2e4d] = 0x319f, [0x2e4e] = 0x31a0, [0x2e4f] = 0x31a1, - [0x2e50] = 0x31a2, [0x2e51] = 0x31a3, [0x2e52] = 0x31a4, [0x2e53] = 0x31a5, - [0x2e54] = 0x31a6, [0x2e55] = 0x31a7, [0x2e56] = 0x31a8, [0x2e57] = 0x31a9, - [0x2e58] = 0x31aa, [0x2e59] = 0x31ab, [0x2e5a] = 0x31ac, [0x2e5b] = 0x31ad, - [0x2e5c] = 0x31ae, [0x2e5d] = 0x31af, [0x2e5e] = 0x31b0, [0x2e5f] = 0x31b1, - [0x2e60] = 0x31b2, [0x2e61] = 0x31b3, [0x2e62] = 0x31b4, [0x2e63] = 0x31b5, - [0x2e64] = 0x31b6, [0x2e65] = 0x31b7, [0x2e9e] = 0x31f0, [0x2e9f] = 0x31f1, - [0x2ea0] = 0x31f2, [0x2ea1] = 0x31f3, [0x2ea2] = 0x31f4, [0x2ea3] = 0x31f5, - [0x2ea4] = 0x31f6, [0x2ea5] = 0x31f7, [0x2ea6] = 0x31f8, [0x2ea7] = 0x31f9, - [0x2ea8] = 0x31fa, [0x2ea9] = 0x31fb, [0x2eaa] = 0x31fc, [0x2eab] = 0x31fd, - [0x2eac] = 0x31fe, [0x2ead] = 0x31ff, [0x2eae] = 0x3200, [0x2eaf] = 0x3201, - [0x2eb0] = 0x3202, [0x2eb1] = 0x3203, [0x2eb2] = 0x3204, [0x2eb3] = 0x3205, - [0x2eb4] = 0x3206, [0x2eb5] = 0x3207, [0x2eb6] = 0x3208, [0x2eb7] = 0x3209, - [0x2eb8] = 0x320a, [0x2eb9] = 0x320b, [0x2eba] = 0x320c, [0x2ebb] = 0x320d, - [0x2ebc] = 0x320e, [0x2ebd] = 0x320f, [0x2ebe] = 0x3210, [0x2ebf] = 0x3211, - [0x2ec0] = 0x3212, [0x2ec1] = 0x3213, [0x2ec2] = 0x3214, [0x2ec3] = 0x3215, - [0x2ec4] = 0x3216, [0x2ec5] = 0x3217, [0x2ec6] = 0x3218, [0x2ec7] = 0x3219, - [0x2ec8] = 0x321a, [0x2ec9] = 0x321b, [0x2eca] = 0x321c, [0x2ece] = 0x322a, - [0x2ecf] = 0x322b, [0x2ed0] = 0x322c, [0x2ed1] = 0x322d, [0x2ed2] = 0x322e, - [0x2ed3] = 0x322f, [0x2ed4] = 0x3230, [0x2ed5] = 0x3232, [0x2ed6] = 0x3233, - [0x2ed7] = 0x3234, [0x2ed8] = 0x3235, [0x2ed9] = 0x3236, [0x2eda] = 0x3237, - [0x2edb] = 0x3238, [0x2edc] = 0x3239, [0x2edd] = 0x323a, [0x2ede] = 0x323b, - [0x2edf] = 0x323c, [0x2ee0] = 0x323d, [0x2ee1] = 0x323e, [0x2ee2] = 0x323f, - [0x2ee3] = 0x3240, [0x2ee4] = 0x3241, [0x2ee5] = 0x3242, [0x2ee6] = 0x3243, - [0x2ef4] = 0x3251, [0x2ef5] = 0x3252, [0x2ef6] = 0x3253, [0x2ef7] = 0x3254, - [0x2ef8] = 0x3255, [0x2ef9] = 0x3256, [0x2efa] = 0x3257, [0x2efb] = 0x3258, - [0x2efc] = 0x3259, [0x2efd] = 0x325a, [0x2efe] = 0x325b, [0x2eff] = 0x325c, - [0x2f00] = 0x325d, [0x2f01] = 0x325e, [0x2f02] = 0x325f, [0x2f03] = 0x3260, - [0x2f04] = 0x3261, [0x2f05] = 0x3262, [0x2f06] = 0x3263, [0x2f07] = 0x3264, - [0x2f08] = 0x3265, [0x2f09] = 0x3266, [0x2f0a] = 0x3267, [0x2f0b] = 0x3268, - [0x2f0c] = 0x3269, [0x2f0d] = 0x326a, [0x2f0e] = 0x326b, [0x2f0f] = 0x326c, - [0x2f10] = 0x326d, [0x2f11] = 0x326e, [0x2f12] = 0x326f, [0x2f13] = 0x3270, - [0x2f14] = 0x3271, [0x2f15] = 0x3272, [0x2f16] = 0x3273, [0x2f17] = 0x3274, - [0x2f18] = 0x3275, [0x2f19] = 0x3276, [0x2f1a] = 0x3277, [0x2f1b] = 0x3278, - [0x2f1c] = 0x3279, [0x2f1d] = 0x327a, [0x2f1e] = 0x327b, [0x2f22] = 0x327f, - [0x2f23] = 0x3280, [0x2f24] = 0x3281, [0x2f25] = 0x3282, [0x2f26] = 0x3283, - [0x2f27] = 0x3284, [0x2f28] = 0x3285, [0x2f29] = 0x3286, [0x2f2a] = 0x3287, - [0x2f2b] = 0x3288, [0x2f2c] = 0x3289, [0x2f2d] = 0x328a, [0x2f2e] = 0x328b, - [0x2f2f] = 0x328c, [0x2f30] = 0x328d, [0x2f31] = 0x328e, [0x2f32] = 0x328f, - [0x2f33] = 0x3290, [0x2f34] = 0x3291, [0x2f35] = 0x3292, [0x2f36] = 0x3293, - [0x2f37] = 0x3294, [0x2f38] = 0x3295, [0x2f39] = 0x3296, [0x2f3a] = 0x3297, - [0x2f3b] = 0x3298, [0x2f3c] = 0x3299, [0x2f3d] = 0x329a, [0x2f3e] = 0x329b, - [0x2f3f] = 0x329c, [0x2f40] = 0x329d, [0x2f41] = 0x329e, [0x2f42] = 0x329f, - [0x2f43] = 0x32a0, [0x2f44] = 0x32a1, [0x2f45] = 0x32a2, [0x2f46] = 0x32a4, - [0x2f47] = 0x32a5, [0x2f48] = 0x32a6, [0x2f49] = 0x32a7, [0x2f4a] = 0x32a8, - [0x2f4b] = 0x32a9, [0x2f4c] = 0x32aa, [0x2f4d] = 0x32ab, [0x2f4e] = 0x32ac, - [0x2f4f] = 0x32ad, [0x2f50] = 0x32ae, [0x2f51] = 0x32af, [0x2f52] = 0x32b0, - [0x2f53] = 0x32b1, [0x2f54] = 0x32b2, [0x2f55] = 0x32b3, [0x2f56] = 0x32b4, - [0x2f57] = 0x32b5, [0x2f58] = 0x32b6, [0x2f59] = 0x32b7, [0x2f5a] = 0x32b8, - [0x2f5b] = 0x32b9, [0x2f5c] = 0x32ba, [0x2f5d] = 0x32bb, [0x2f5e] = 0x32bc, - [0x2f5f] = 0x32bd, [0x2f60] = 0x32be, [0x2f61] = 0x32bf, [0x2f62] = 0x32c0, - [0x2f63] = 0x32c1, [0x2f64] = 0x32c2, [0x2f65] = 0x32c3, [0x2f66] = 0x32c4, - [0x2f67] = 0x32c5, [0x2f68] = 0x32c6, [0x2f69] = 0x32c7, [0x2f6a] = 0x32c8, - [0x2f6b] = 0x32c9, [0x2f6c] = 0x32ca, [0x2f6d] = 0x32cb, [0x2f72] = 0x32d0, - [0x2f73] = 0x32d1, [0x2f74] = 0x32d2, [0x2f75] = 0x32d3, [0x2f76] = 0x32d4, - [0x2f77] = 0x32d5, [0x2f78] = 0x32d6, [0x2f79] = 0x32d7, [0x2f7a] = 0x32d8, - [0x2f7b] = 0x32d9, [0x2f7c] = 0x32da, [0x2f7d] = 0x32db, [0x2f7e] = 0x32dc, - [0x2f7f] = 0x32dd, [0x2f80] = 0x32de, [0x2f81] = 0x32df, [0x2f82] = 0x32e0, - [0x2f83] = 0x32e1, [0x2f84] = 0x32e2, [0x2f85] = 0x32e3, [0x2f86] = 0x32e4, - [0x2f87] = 0x32e5, [0x2f88] = 0x32e6, [0x2f89] = 0x32e7, [0x2f8a] = 0x32e8, - [0x2f8b] = 0x32e9, [0x2f8c] = 0x32ea, [0x2f8d] = 0x32eb, [0x2f8e] = 0x32ec, - [0x2f8f] = 0x32ed, [0x2f90] = 0x32ee, [0x2f91] = 0x32ef, [0x2f92] = 0x32f0, - [0x2f93] = 0x32f1, [0x2f94] = 0x32f2, [0x2f95] = 0x32f3, [0x2f96] = 0x32f4, - [0x2f97] = 0x32f5, [0x2f98] = 0x32f6, [0x2f99] = 0x32f7, [0x2f9a] = 0x32f8, - [0x2f9b] = 0x32f9, [0x2f9c] = 0x32fa, [0x2f9d] = 0x32fb, [0x2f9e] = 0x32fc, - [0x2f9f] = 0x32fd, [0x2fa0] = 0x32fe, [0x2fa2] = 0x3300, [0x2fa3] = 0x3301, - [0x2fa4] = 0x3302, [0x2fa5] = 0x3303, [0x2fa6] = 0x3304, [0x2fa7] = 0x3305, - [0x2fa8] = 0x3306, [0x2fa9] = 0x3307, [0x2faa] = 0x3308, [0x2fab] = 0x3309, - [0x2fac] = 0x330a, [0x2fad] = 0x330b, [0x2fae] = 0x330c, [0x2faf] = 0x330d, - [0x2fb0] = 0x330e, [0x2fb1] = 0x330f, [0x2fb2] = 0x3310, [0x2fb3] = 0x3311, - [0x2fb4] = 0x3312, [0x2fb5] = 0x3313, [0x2fb6] = 0x3314, [0x2fb7] = 0x3315, - [0x2fb8] = 0x3316, [0x2fb9] = 0x3317, [0x2fba] = 0x3318, [0x2fbb] = 0x3319, - [0x2fbc] = 0x331a, [0x2fbd] = 0x331b, [0x2fbe] = 0x331c, [0x2fbf] = 0x331d, - [0x2fc0] = 0x331e, [0x2fc1] = 0x331f, [0x2fc2] = 0x3320, [0x2fc3] = 0x3321, - [0x2fc4] = 0x3322, [0x2fc5] = 0x3323, [0x2fc6] = 0x3324, [0x2fc7] = 0x3325, - [0x2fc8] = 0x3326, [0x2fc9] = 0x3327, [0x2fca] = 0x3328, [0x2fcb] = 0x3329, - [0x2fcc] = 0x332a, [0x2fcd] = 0x332b, [0x2fce] = 0x332c, [0x2fcf] = 0x332d, - [0x2fd0] = 0x332e, [0x2fd1] = 0x332f, [0x2fd2] = 0x3330, [0x2fd3] = 0x3331, - [0x2fd4] = 0x3332, [0x2fd5] = 0x3333, [0x2fd6] = 0x3334, [0x2fd7] = 0x3335, - [0x2fd8] = 0x3336, [0x2fd9] = 0x3337, [0x2fda] = 0x3338, [0x2fdb] = 0x3339, - [0x2fdc] = 0x333a, [0x2fdd] = 0x333b, [0x2fde] = 0x333c, [0x2fdf] = 0x333d, - [0x2fe0] = 0x333e, [0x2fe1] = 0x333f, [0x2fe2] = 0x3340, [0x2fe3] = 0x3341, - [0x2fe4] = 0x3342, [0x2fe5] = 0x3343, [0x2fe6] = 0x3344, [0x2fe7] = 0x3345, - [0x2fe8] = 0x3346, [0x2fe9] = 0x3347, [0x2fea] = 0x3348, [0x2feb] = 0x3349, - [0x2fec] = 0x334a, [0x2fed] = 0x334b, [0x2fee] = 0x334c, [0x2fef] = 0x334d, - [0x2ff0] = 0x334e, [0x2ff1] = 0x334f, [0x2ff2] = 0x3350, [0x2ff3] = 0x3351, - [0x2ff4] = 0x3352, [0x2ff5] = 0x3353, [0x2ff6] = 0x3354, [0x2ff7] = 0x3355, - [0x2ff8] = 0x3356, [0x2ff9] = 0x3357, [0x2ffa] = 0x3358, [0x2ffb] = 0x3359, - [0x2ffc] = 0x335a, [0x2ffd] = 0x335b, [0x2ffe] = 0x335c, [0x2fff] = 0x335d, - [0x3000] = 0x335e, [0x3001] = 0x335f, [0x3002] = 0x3360, [0x3003] = 0x3361, - [0x3004] = 0x3362, [0x3005] = 0x3363, [0x3006] = 0x3364, [0x3007] = 0x3365, - [0x3008] = 0x3366, [0x3009] = 0x3367, [0x300a] = 0x3368, [0x300b] = 0x3369, - [0x300c] = 0x336a, [0x300d] = 0x336b, [0x300e] = 0x336c, [0x300f] = 0x336d, - [0x3010] = 0x336e, [0x3011] = 0x336f, [0x3012] = 0x3370, [0x3013] = 0x3371, - [0x3014] = 0x3372, [0x3015] = 0x3373, [0x3016] = 0x3374, [0x3017] = 0x3375, - [0x3018] = 0x3376, [0x301d] = 0x337b, [0x301e] = 0x337c, [0x301f] = 0x337d, - [0x3020] = 0x337e, [0x3021] = 0x337f, [0x3022] = 0x3380, [0x3023] = 0x3381, - [0x3024] = 0x3382, [0x3025] = 0x3383, [0x3026] = 0x3384, [0x3027] = 0x3385, - [0x3028] = 0x3386, [0x3029] = 0x3387, [0x302a] = 0x3388, [0x302b] = 0x3389, - [0x302c] = 0x338a, [0x302d] = 0x338b, [0x302e] = 0x338c, [0x302f] = 0x338d, - [0x3030] = 0x3390, [0x3031] = 0x3391, [0x3032] = 0x3392, [0x3033] = 0x3393, - [0x3034] = 0x3394, [0x3035] = 0x3395, [0x3036] = 0x3396, [0x3037] = 0x3397, - [0x3038] = 0x3398, [0x3039] = 0x3399, [0x303a] = 0x339a, [0x303b] = 0x339b, - [0x303c] = 0x339f, [0x303d] = 0x33a0, [0x303e] = 0x33a2, [0x303f] = 0x33a3, - [0x3040] = 0x33a4, [0x3041] = 0x33a5, [0x3042] = 0x33a6, [0x3043] = 0x33a7, - [0x3044] = 0x33a8, [0x3045] = 0x33a9, [0x3046] = 0x33aa, [0x3047] = 0x33ab, - [0x3048] = 0x33ac, [0x3049] = 0x33ad, [0x304a] = 0x33ae, [0x304b] = 0x33af, - [0x304c] = 0x33b0, [0x304d] = 0x33b1, [0x304e] = 0x33b2, [0x304f] = 0x33b3, - [0x3050] = 0x33b4, [0x3051] = 0x33b5, [0x3052] = 0x33b6, [0x3053] = 0x33b7, - [0x3054] = 0x33b8, [0x3055] = 0x33b9, [0x3056] = 0x33ba, [0x3057] = 0x33bb, - [0x3058] = 0x33bc, [0x3059] = 0x33bd, [0x305a] = 0x33be, [0x305b] = 0x33bf, - [0x305c] = 0x33c0, [0x305d] = 0x33c1, [0x305e] = 0x33c2, [0x305f] = 0x33c3, - [0x3060] = 0x33c5, [0x3061] = 0x33c6, [0x3062] = 0x33c7, [0x3063] = 0x33c8, - [0x3064] = 0x33c9, [0x3065] = 0x33ca, [0x3066] = 0x33cb, [0x3067] = 0x33cc, - [0x3068] = 0x33cd, [0x3069] = 0x33cf, [0x306a] = 0x33d0, [0x306b] = 0x33d3, - [0x306c] = 0x33d4, [0x306d] = 0x33d6, [0x306e] = 0x33d7, [0x306f] = 0x33d8, - [0x3070] = 0x33d9, [0x3071] = 0x33da, [0x3072] = 0x33db, [0x3073] = 0x33dc, - [0x3074] = 0x33dd, [0x3077] = 0x33e0, [0x3078] = 0x33e1, [0x3079] = 0x33e2, - [0x307a] = 0x33e3, [0x307b] = 0x33e4, [0x307c] = 0x33e5, [0x307d] = 0x33e6, - [0x307e] = 0x33e7, [0x307f] = 0x33e8, [0x3080] = 0x33e9, [0x3081] = 0x33ea, - [0x3082] = 0x33eb, [0x3083] = 0x33ec, [0x3084] = 0x33ed, [0x3085] = 0x33ee, - [0x3086] = 0x33ef, [0x3087] = 0x33f0, [0x3088] = 0x33f1, [0x3089] = 0x33f2, - [0x308a] = 0x33f3, [0x308b] = 0x33f4, [0x308c] = 0x33f5, [0x308d] = 0x33f6, - [0x308e] = 0x33f7, [0x308f] = 0x33f8, [0x3090] = 0x33f9, [0x3091] = 0x33fa, - [0x3092] = 0x33fb, [0x3093] = 0x33fc, [0x3094] = 0x33fd, [0x3095] = 0x33fe, - [0x3097] = 0x3400, [0x3098] = 0x3401, [0x3099] = 0x3402, [0x309a] = 0x3403, - [0x309b] = 0x3404, [0x309c] = 0x3405, [0x309d] = 0x3406, [0x309e] = 0x3407, - [0x309f] = 0x3408, [0x30a0] = 0x3409, [0x30a1] = 0x340a, [0x30a2] = 0x340b, - [0x30a3] = 0x340c, [0x30a4] = 0x340d, [0x30a5] = 0x340e, [0x30a6] = 0x340f, - [0x30a7] = 0x3410, [0x30a8] = 0x3411, [0x30a9] = 0x3412, [0x30aa] = 0x3413, - [0x30ab] = 0x3414, [0x30ac] = 0x3415, [0x30ad] = 0x3416, [0x30ae] = 0x3417, - [0x30af] = 0x3418, [0x30b0] = 0x3419, [0x30b1] = 0x341a, [0x30b2] = 0x341b, - [0x30b3] = 0x341c, [0x30b4] = 0x341d, [0x30b5] = 0x341e, [0x30b6] = 0x341f, - [0x30b7] = 0x3420, [0x30b8] = 0x3421, [0x30b9] = 0x3422, [0x30ba] = 0x3423, - [0x30bb] = 0x3424, [0x30bc] = 0x3425, [0x30bd] = 0x3426, [0x30be] = 0x3427, - [0x30bf] = 0x3428, [0x30c0] = 0x3429, [0x30c1] = 0x342a, [0x30c2] = 0x342b, - [0x30c3] = 0x342c, [0x30c4] = 0x342d, [0x30c5] = 0x342e, [0x30c6] = 0x342f, - [0x30c7] = 0x3430, [0x30c8] = 0x3431, [0x30c9] = 0x3432, [0x30ca] = 0x3433, - [0x30cb] = 0x3434, [0x30cc] = 0x3435, [0x30cd] = 0x3436, [0x30ce] = 0x3437, - [0x30cf] = 0x3438, [0x30d0] = 0x3439, [0x30d1] = 0x343a, [0x30d2] = 0x343b, - [0x30d3] = 0x343c, [0x30d4] = 0x343d, [0x30d5] = 0x343e, [0x30d6] = 0x343f, - [0x30d7] = 0x3440, [0x30d8] = 0x3441, [0x30d9] = 0x3442, [0x30da] = 0x3443, - [0x30db] = 0x3444, [0x30dc] = 0x3445, [0x30dd] = 0x3446, [0x30de] = 0x3448, - [0x30df] = 0x3449, [0x30e0] = 0x344a, [0x30e1] = 0x344b, [0x30e2] = 0x344c, - [0x30e3] = 0x344d, [0x30e4] = 0x344e, [0x30e5] = 0x344f, [0x30e6] = 0x3450, - [0x30e7] = 0x3451, [0x30e8] = 0x3452, [0x30e9] = 0x3453, [0x30ea] = 0x3454, - [0x30eb] = 0x3455, [0x30ec] = 0x3456, [0x30ed] = 0x3457, [0x30ee] = 0x3458, - [0x30ef] = 0x3459, [0x30f0] = 0x345a, [0x30f1] = 0x345b, [0x30f2] = 0x345c, - [0x30f3] = 0x345d, [0x30f4] = 0x345e, [0x30f5] = 0x345f, [0x30f6] = 0x3460, - [0x30f7] = 0x3461, [0x30f8] = 0x3462, [0x30f9] = 0x3463, [0x30fa] = 0x3464, - [0x30fb] = 0x3465, [0x30fc] = 0x3466, [0x30fd] = 0x3467, [0x30fe] = 0x3468, - [0x30ff] = 0x3469, [0x3100] = 0x346a, [0x3101] = 0x346b, [0x3102] = 0x346c, - [0x3103] = 0x346d, [0x3104] = 0x346e, [0x3105] = 0x346f, [0x3106] = 0x3470, - [0x3107] = 0x3471, [0x3108] = 0x3472, [0x3109] = 0x3474, [0x310a] = 0x3475, - [0x310b] = 0x3476, [0x310c] = 0x3477, [0x310d] = 0x3478, [0x310e] = 0x3479, - [0x310f] = 0x347a, [0x3110] = 0x347b, [0x3111] = 0x347c, [0x3112] = 0x347d, - [0x3113] = 0x347e, [0x3114] = 0x347f, [0x3115] = 0x3480, [0x3116] = 0x3481, - [0x3117] = 0x3482, [0x3118] = 0x3483, [0x3119] = 0x3484, [0x311a] = 0x3485, - [0x311b] = 0x3486, [0x311c] = 0x3487, [0x311d] = 0x3488, [0x311e] = 0x3489, - [0x311f] = 0x348a, [0x3120] = 0x348b, [0x3121] = 0x348c, [0x3122] = 0x348d, - [0x3123] = 0x348e, [0x3124] = 0x348f, [0x3125] = 0x3490, [0x3126] = 0x3491, - [0x3127] = 0x3492, [0x3128] = 0x3493, [0x3129] = 0x3494, [0x312a] = 0x3495, - [0x312b] = 0x3496, [0x312c] = 0x3497, [0x312d] = 0x3498, [0x312e] = 0x3499, - [0x312f] = 0x349a, [0x3130] = 0x349b, [0x3131] = 0x349c, [0x3132] = 0x349d, - [0x3133] = 0x349e, [0x3134] = 0x349f, [0x3135] = 0x34a0, [0x3136] = 0x34a1, - [0x3137] = 0x34a2, [0x3138] = 0x34a3, [0x3139] = 0x34a4, [0x313a] = 0x34a5, - [0x313b] = 0x34a6, [0x313c] = 0x34a7, [0x313d] = 0x34a8, [0x313e] = 0x34a9, - [0x313f] = 0x34aa, [0x3140] = 0x34ab, [0x3141] = 0x34ac, [0x3142] = 0x34ad, - [0x3143] = 0x34ae, [0x3144] = 0x34af, [0x3145] = 0x34b0, [0x3146] = 0x34b1, - [0x3147] = 0x34b2, [0x3148] = 0x34b3, [0x3149] = 0x34b4, [0x314a] = 0x34b5, - [0x314b] = 0x34b6, [0x314c] = 0x34b7, [0x314d] = 0x34b8, [0x314e] = 0x34b9, - [0x314f] = 0x34ba, [0x3150] = 0x34bb, [0x3151] = 0x34bc, [0x3152] = 0x34bd, - [0x3153] = 0x34be, [0x3154] = 0x34bf, [0x3155] = 0x34c0, [0x3156] = 0x34c1, - [0x3157] = 0x34c2, [0x3158] = 0x34c3, [0x3159] = 0x34c4, [0x315a] = 0x34c5, - [0x315b] = 0x34c6, [0x315c] = 0x34c7, [0x315d] = 0x34c8, [0x315e] = 0x34c9, - [0x315f] = 0x34ca, [0x3160] = 0x34cb, [0x3161] = 0x34cc, [0x3162] = 0x34cd, - [0x3163] = 0x34ce, [0x3164] = 0x34cf, [0x3165] = 0x34d0, [0x3166] = 0x34d1, - [0x3167] = 0x34d2, [0x3168] = 0x34d3, [0x3169] = 0x34d4, [0x316a] = 0x34d5, - [0x316b] = 0x34d6, [0x316c] = 0x34d7, [0x316d] = 0x34d8, [0x316e] = 0x34d9, - [0x316f] = 0x34da, [0x3170] = 0x34db, [0x3171] = 0x34dc, [0x3172] = 0x34dd, - [0x3173] = 0x34de, [0x3174] = 0x34df, [0x3175] = 0x34e0, [0x3176] = 0x34e1, - [0x3177] = 0x34e2, [0x3178] = 0x34e3, [0x3179] = 0x34e4, [0x317a] = 0x34e5, - [0x317b] = 0x34e6, [0x317c] = 0x34e7, [0x317d] = 0x34e8, [0x317e] = 0x34e9, - [0x317f] = 0x34ea, [0x3180] = 0x34eb, [0x3181] = 0x34ec, [0x3182] = 0x34ed, - [0x3183] = 0x34ee, [0x3184] = 0x34ef, [0x3185] = 0x34f0, [0x3186] = 0x34f1, - [0x3187] = 0x34f2, [0x3188] = 0x34f3, [0x3189] = 0x34f4, [0x318a] = 0x34f5, - [0x318b] = 0x34f6, [0x318c] = 0x34f7, [0x318d] = 0x34f8, [0x318e] = 0x34f9, - [0x318f] = 0x34fa, [0x3190] = 0x34fb, [0x3191] = 0x34fc, [0x3192] = 0x34fd, - [0x3193] = 0x34fe, [0x3194] = 0x34ff, [0x3195] = 0x3500, [0x3196] = 0x3501, - [0x3197] = 0x3502, [0x3198] = 0x3503, [0x3199] = 0x3504, [0x319a] = 0x3505, - [0x319b] = 0x3506, [0x319c] = 0x3507, [0x319d] = 0x3508, [0x319e] = 0x3509, - [0x319f] = 0x350a, [0x31a0] = 0x350b, [0x31a1] = 0x350c, [0x31a2] = 0x350d, - [0x31a3] = 0x350e, [0x31a4] = 0x350f, [0x31a5] = 0x3510, [0x31a6] = 0x3511, - [0x31a7] = 0x3512, [0x31a8] = 0x3513, [0x31a9] = 0x3514, [0x31aa] = 0x3515, - [0x31ab] = 0x3516, [0x31ac] = 0x3517, [0x31ad] = 0x3518, [0x31ae] = 0x3519, - [0x31af] = 0x351a, [0x31b0] = 0x351b, [0x31b1] = 0x351c, [0x31b2] = 0x351d, - [0x31b3] = 0x351e, [0x31b4] = 0x351f, [0x31b5] = 0x3520, [0x31b6] = 0x3521, - [0x31b7] = 0x3522, [0x31b8] = 0x3523, [0x31b9] = 0x3524, [0x31ba] = 0x3525, - [0x31bb] = 0x3526, [0x31bc] = 0x3527, [0x31bd] = 0x3528, [0x31be] = 0x3529, - [0x31bf] = 0x352a, [0x31c0] = 0x352b, [0x31c1] = 0x352c, [0x31c2] = 0x352d, - [0x31c3] = 0x352e, [0x31c4] = 0x352f, [0x31c5] = 0x3530, [0x31c6] = 0x3531, - [0x31c7] = 0x3532, [0x31c8] = 0x3533, [0x31c9] = 0x3534, [0x31ca] = 0x3535, - [0x31cb] = 0x3536, [0x31cc] = 0x3537, [0x31cd] = 0x3538, [0x31ce] = 0x3539, - [0x31cf] = 0x353a, [0x31d0] = 0x353b, [0x31d1] = 0x353c, [0x31d2] = 0x353d, - [0x31d3] = 0x353e, [0x31d4] = 0x353f, [0x31d5] = 0x3540, [0x31d6] = 0x3541, - [0x31d7] = 0x3542, [0x31d8] = 0x3543, [0x31d9] = 0x3544, [0x31da] = 0x3545, - [0x31db] = 0x3546, [0x31dc] = 0x3547, [0x31dd] = 0x3548, [0x31de] = 0x3549, - [0x31df] = 0x354a, [0x31e0] = 0x354b, [0x31e1] = 0x354c, [0x31e2] = 0x354d, - [0x31e3] = 0x354e, [0x31e4] = 0x354f, [0x31e5] = 0x3550, [0x31e6] = 0x3551, - [0x31e7] = 0x3552, [0x31e8] = 0x3553, [0x31e9] = 0x3554, [0x31ea] = 0x3555, - [0x31eb] = 0x3556, [0x31ec] = 0x3557, [0x31ed] = 0x3558, [0x31ee] = 0x3559, - [0x31ef] = 0x355a, [0x31f0] = 0x355b, [0x31f1] = 0x355c, [0x31f2] = 0x355d, - [0x31f3] = 0x355e, [0x31f4] = 0x355f, [0x31f5] = 0x3560, [0x31f6] = 0x3561, - [0x31f7] = 0x3562, [0x31f8] = 0x3563, [0x31f9] = 0x3564, [0x31fa] = 0x3565, - [0x31fb] = 0x3566, [0x31fc] = 0x3567, [0x31fd] = 0x3568, [0x31fe] = 0x3569, - [0x31ff] = 0x356a, [0x3200] = 0x356b, [0x3201] = 0x356c, [0x3202] = 0x356d, - [0x3203] = 0x356e, [0x3204] = 0x356f, [0x3205] = 0x3570, [0x3206] = 0x3571, - [0x3207] = 0x3572, [0x3208] = 0x3573, [0x3209] = 0x3574, [0x320a] = 0x3575, - [0x320b] = 0x3576, [0x320c] = 0x3577, [0x320d] = 0x3578, [0x320e] = 0x3579, - [0x320f] = 0x357a, [0x3210] = 0x357b, [0x3211] = 0x357c, [0x3212] = 0x357d, - [0x3213] = 0x357e, [0x3214] = 0x357f, [0x3215] = 0x3580, [0x3216] = 0x3581, - [0x3217] = 0x3582, [0x3218] = 0x3583, [0x3219] = 0x3584, [0x321a] = 0x3585, - [0x321b] = 0x3586, [0x321c] = 0x3587, [0x321d] = 0x3588, [0x321e] = 0x3589, - [0x321f] = 0x358a, [0x3220] = 0x358b, [0x3221] = 0x358c, [0x3222] = 0x358d, - [0x3223] = 0x358e, [0x3224] = 0x358f, [0x3225] = 0x3590, [0x3226] = 0x3591, - [0x3227] = 0x3592, [0x3228] = 0x3593, [0x3229] = 0x3594, [0x322a] = 0x3595, - [0x322b] = 0x3596, [0x322c] = 0x3597, [0x322d] = 0x3598, [0x322e] = 0x3599, - [0x322f] = 0x359a, [0x3230] = 0x359b, [0x3231] = 0x359c, [0x3232] = 0x359d, - [0x3233] = 0x359f, [0x3234] = 0x35a0, [0x3235] = 0x35a1, [0x3236] = 0x35a2, - [0x3237] = 0x35a3, [0x3238] = 0x35a4, [0x3239] = 0x35a5, [0x323a] = 0x35a6, - [0x323b] = 0x35a7, [0x323c] = 0x35a8, [0x323d] = 0x35a9, [0x323e] = 0x35aa, - [0x323f] = 0x35ab, [0x3240] = 0x35ac, [0x3241] = 0x35ad, [0x3242] = 0x35ae, - [0x3243] = 0x35af, [0x3244] = 0x35b0, [0x3245] = 0x35b1, [0x3246] = 0x35b2, - [0x3247] = 0x35b3, [0x3248] = 0x35b4, [0x3249] = 0x35b5, [0x324a] = 0x35b6, - [0x324b] = 0x35b7, [0x324c] = 0x35b8, [0x324d] = 0x35b9, [0x324e] = 0x35ba, - [0x324f] = 0x35bb, [0x3250] = 0x35bc, [0x3251] = 0x35bd, [0x3252] = 0x35be, - [0x3253] = 0x35bf, [0x3254] = 0x35c0, [0x3255] = 0x35c1, [0x3256] = 0x35c2, - [0x3257] = 0x35c3, [0x3258] = 0x35c4, [0x3259] = 0x35c5, [0x325a] = 0x35c6, - [0x325b] = 0x35c7, [0x325c] = 0x35c8, [0x325d] = 0x35c9, [0x325e] = 0x35ca, - [0x325f] = 0x35cb, [0x3260] = 0x35cc, [0x3261] = 0x35cd, [0x3262] = 0x35ce, - [0x3263] = 0x35cf, [0x3264] = 0x35d0, [0x3265] = 0x35d1, [0x3266] = 0x35d2, - [0x3267] = 0x35d3, [0x3268] = 0x35d4, [0x3269] = 0x35d5, [0x326a] = 0x35d6, - [0x326b] = 0x35d7, [0x326c] = 0x35d8, [0x326d] = 0x35d9, [0x326e] = 0x35da, - [0x326f] = 0x35db, [0x3270] = 0x35dc, [0x3271] = 0x35dd, [0x3272] = 0x35de, - [0x3273] = 0x35df, [0x3274] = 0x35e0, [0x3275] = 0x35e1, [0x3276] = 0x35e2, - [0x3277] = 0x35e3, [0x3278] = 0x35e4, [0x3279] = 0x35e5, [0x327a] = 0x35e6, - [0x327b] = 0x35e7, [0x327c] = 0x35e8, [0x327d] = 0x35e9, [0x327e] = 0x35ea, - [0x327f] = 0x35eb, [0x3280] = 0x35ec, [0x3281] = 0x35ed, [0x3282] = 0x35ee, - [0x3283] = 0x35ef, [0x3284] = 0x35f0, [0x3285] = 0x35f1, [0x3286] = 0x35f2, - [0x3287] = 0x35f3, [0x3288] = 0x35f4, [0x3289] = 0x35f5, [0x328a] = 0x35f6, - [0x328b] = 0x35f7, [0x328c] = 0x35f8, [0x328d] = 0x35f9, [0x328e] = 0x35fa, - [0x328f] = 0x35fb, [0x3290] = 0x35fc, [0x3291] = 0x35fd, [0x3292] = 0x35fe, - [0x3293] = 0x35ff, [0x3294] = 0x3600, [0x3295] = 0x3601, [0x3296] = 0x3602, - [0x3297] = 0x3603, [0x3298] = 0x3604, [0x3299] = 0x3605, [0x329a] = 0x3606, - [0x329b] = 0x3607, [0x329c] = 0x3608, [0x329d] = 0x3609, [0x329e] = 0x360a, - [0x329f] = 0x360b, [0x32a0] = 0x360c, [0x32a1] = 0x360d, [0x32a2] = 0x360f, - [0x32a3] = 0x3610, [0x32a4] = 0x3611, [0x32a5] = 0x3612, [0x32a6] = 0x3613, - [0x32a7] = 0x3614, [0x32a8] = 0x3615, [0x32a9] = 0x3616, [0x32aa] = 0x3617, - [0x32ab] = 0x3618, [0x32ac] = 0x3619, [0x32ad] = 0x361b, [0x32ae] = 0x361c, - [0x32af] = 0x361d, [0x32b0] = 0x361e, [0x32b1] = 0x361f, [0x32b2] = 0x3620, - [0x32b3] = 0x3621, [0x32b4] = 0x3622, [0x32b5] = 0x3623, [0x32b6] = 0x3624, - [0x32b7] = 0x3625, [0x32b8] = 0x3626, [0x32b9] = 0x3627, [0x32ba] = 0x3628, - [0x32bb] = 0x3629, [0x32bc] = 0x362a, [0x32bd] = 0x362b, [0x32be] = 0x362c, - [0x32bf] = 0x362d, [0x32c0] = 0x362e, [0x32c1] = 0x362f, [0x32c2] = 0x3630, - [0x32c3] = 0x3631, [0x32c4] = 0x3632, [0x32c5] = 0x3633, [0x32c6] = 0x3634, - [0x32c7] = 0x3635, [0x32c8] = 0x3636, [0x32c9] = 0x3637, [0x32ca] = 0x3638, - [0x32cb] = 0x3639, [0x32cc] = 0x363a, [0x32cd] = 0x363b, [0x32ce] = 0x363c, - [0x32cf] = 0x363d, [0x32d0] = 0x363e, [0x32d1] = 0x363f, [0x32d2] = 0x3640, - [0x32d3] = 0x3641, [0x32d4] = 0x3642, [0x32d5] = 0x3643, [0x32d6] = 0x3644, - [0x32d7] = 0x3645, [0x32d8] = 0x3646, [0x32d9] = 0x3647, [0x32da] = 0x3648, - [0x32db] = 0x3649, [0x32dc] = 0x364a, [0x32dd] = 0x364b, [0x32de] = 0x364c, - [0x32df] = 0x364d, [0x32e0] = 0x364e, [0x32e1] = 0x364f, [0x32e2] = 0x3650, - [0x32e3] = 0x3651, [0x32e4] = 0x3652, [0x32e5] = 0x3653, [0x32e6] = 0x3654, - [0x32e7] = 0x3655, [0x32e8] = 0x3656, [0x32e9] = 0x3657, [0x32ea] = 0x3658, - [0x32eb] = 0x3659, [0x32ec] = 0x365a, [0x32ed] = 0x365b, [0x32ee] = 0x365c, - [0x32ef] = 0x365d, [0x32f0] = 0x365e, [0x32f1] = 0x365f, [0x32f2] = 0x3660, - [0x32f3] = 0x3661, [0x32f4] = 0x3662, [0x32f5] = 0x3663, [0x32f6] = 0x3664, - [0x32f7] = 0x3665, [0x32f8] = 0x3666, [0x32f9] = 0x3667, [0x32fa] = 0x3668, - [0x32fb] = 0x3669, [0x32fc] = 0x366a, [0x32fd] = 0x366b, [0x32fe] = 0x366c, - [0x32ff] = 0x366d, [0x3300] = 0x366e, [0x3301] = 0x366f, [0x3302] = 0x3670, - [0x3303] = 0x3671, [0x3304] = 0x3672, [0x3305] = 0x3673, [0x3306] = 0x3674, - [0x3307] = 0x3675, [0x3308] = 0x3676, [0x3309] = 0x3677, [0x330a] = 0x3678, - [0x330b] = 0x3679, [0x330c] = 0x367a, [0x330d] = 0x367b, [0x330e] = 0x367c, - [0x330f] = 0x367d, [0x3310] = 0x367e, [0x3311] = 0x367f, [0x3312] = 0x3680, - [0x3313] = 0x3681, [0x3314] = 0x3682, [0x3315] = 0x3683, [0x3316] = 0x3684, - [0x3317] = 0x3685, [0x3318] = 0x3686, [0x3319] = 0x3687, [0x331a] = 0x3688, - [0x331b] = 0x3689, [0x331c] = 0x368a, [0x331d] = 0x368b, [0x331e] = 0x368c, - [0x331f] = 0x368d, [0x3320] = 0x368e, [0x3321] = 0x368f, [0x3322] = 0x3690, - [0x3323] = 0x3691, [0x3324] = 0x3692, [0x3325] = 0x3693, [0x3326] = 0x3694, - [0x3327] = 0x3695, [0x3328] = 0x3696, [0x3329] = 0x3697, [0x332a] = 0x3698, - [0x332b] = 0x3699, [0x332c] = 0x369a, [0x332d] = 0x369b, [0x332e] = 0x369c, - [0x332f] = 0x369d, [0x3330] = 0x369e, [0x3331] = 0x369f, [0x3332] = 0x36a0, - [0x3333] = 0x36a1, [0x3334] = 0x36a2, [0x3335] = 0x36a3, [0x3336] = 0x36a4, - [0x3337] = 0x36a5, [0x3338] = 0x36a6, [0x3339] = 0x36a7, [0x333a] = 0x36a8, - [0x333b] = 0x36a9, [0x333c] = 0x36aa, [0x333d] = 0x36ab, [0x333e] = 0x36ac, - [0x333f] = 0x36ad, [0x3340] = 0x36ae, [0x3341] = 0x36af, [0x3342] = 0x36b0, - [0x3343] = 0x36b1, [0x3344] = 0x36b2, [0x3345] = 0x36b3, [0x3346] = 0x36b4, - [0x3347] = 0x36b5, [0x3348] = 0x36b6, [0x3349] = 0x36b7, [0x334a] = 0x36b8, - [0x334b] = 0x36b9, [0x334c] = 0x36ba, [0x334d] = 0x36bb, [0x334e] = 0x36bc, - [0x334f] = 0x36bd, [0x3350] = 0x36be, [0x3351] = 0x36bf, [0x3352] = 0x36c0, - [0x3353] = 0x36c1, [0x3354] = 0x36c2, [0x3355] = 0x36c3, [0x3356] = 0x36c4, - [0x3357] = 0x36c5, [0x3358] = 0x36c6, [0x3359] = 0x36c7, [0x335a] = 0x36c8, - [0x335b] = 0x36c9, [0x335c] = 0x36ca, [0x335d] = 0x36cb, [0x335e] = 0x36cc, - [0x335f] = 0x36cd, [0x3360] = 0x36ce, [0x3361] = 0x36cf, [0x3362] = 0x36d0, - [0x3363] = 0x36d1, [0x3364] = 0x36d2, [0x3365] = 0x36d3, [0x3366] = 0x36d4, - [0x3367] = 0x36d5, [0x3368] = 0x36d6, [0x3369] = 0x36d7, [0x336a] = 0x36d8, - [0x336b] = 0x36d9, [0x336c] = 0x36da, [0x336d] = 0x36db, [0x336e] = 0x36dc, - [0x336f] = 0x36dd, [0x3370] = 0x36de, [0x3371] = 0x36df, [0x3372] = 0x36e0, - [0x3373] = 0x36e1, [0x3374] = 0x36e2, [0x3375] = 0x36e3, [0x3376] = 0x36e4, - [0x3377] = 0x36e5, [0x3378] = 0x36e6, [0x3379] = 0x36e7, [0x337a] = 0x36e8, - [0x337b] = 0x36e9, [0x337c] = 0x36ea, [0x337d] = 0x36eb, [0x337e] = 0x36ec, - [0x337f] = 0x36ed, [0x3380] = 0x36ee, [0x3381] = 0x36ef, [0x3382] = 0x36f0, - [0x3383] = 0x36f1, [0x3384] = 0x36f2, [0x3385] = 0x36f3, [0x3386] = 0x36f4, - [0x3387] = 0x36f5, [0x3388] = 0x36f6, [0x3389] = 0x36f7, [0x338a] = 0x36f8, - [0x338b] = 0x36f9, [0x338c] = 0x36fa, [0x338d] = 0x36fb, [0x338e] = 0x36fc, - [0x338f] = 0x36fd, [0x3390] = 0x36fe, [0x3391] = 0x36ff, [0x3392] = 0x3700, - [0x3393] = 0x3701, [0x3394] = 0x3702, [0x3395] = 0x3703, [0x3396] = 0x3704, - [0x3397] = 0x3705, [0x3398] = 0x3706, [0x3399] = 0x3707, [0x339a] = 0x3708, - [0x339b] = 0x3709, [0x339c] = 0x370a, [0x339d] = 0x370b, [0x339e] = 0x370c, - [0x339f] = 0x370d, [0x33a0] = 0x370e, [0x33a1] = 0x370f, [0x33a2] = 0x3710, - [0x33a3] = 0x3711, [0x33a4] = 0x3712, [0x33a5] = 0x3713, [0x33a6] = 0x3714, - [0x33a7] = 0x3715, [0x33a8] = 0x3716, [0x33a9] = 0x3717, [0x33aa] = 0x3718, - [0x33ab] = 0x3719, [0x33ac] = 0x371a, [0x33ad] = 0x371b, [0x33ae] = 0x371c, - [0x33af] = 0x371d, [0x33b0] = 0x371e, [0x33b1] = 0x371f, [0x33b2] = 0x3720, - [0x33b3] = 0x3721, [0x33b4] = 0x3722, [0x33b5] = 0x3723, [0x33b6] = 0x3724, - [0x33b7] = 0x3725, [0x33b8] = 0x3726, [0x33b9] = 0x3727, [0x33ba] = 0x3728, - [0x33bb] = 0x3729, [0x33bc] = 0x372a, [0x33bd] = 0x372b, [0x33be] = 0x372c, - [0x33bf] = 0x372d, [0x33c0] = 0x372e, [0x33c1] = 0x372f, [0x33c2] = 0x3730, - [0x33c3] = 0x3731, [0x33c4] = 0x3732, [0x33c5] = 0x3733, [0x33c6] = 0x3734, - [0x33c7] = 0x3735, [0x33c8] = 0x3736, [0x33c9] = 0x3737, [0x33ca] = 0x3738, - [0x33cb] = 0x3739, [0x33cc] = 0x373a, [0x33cd] = 0x373b, [0x33ce] = 0x373c, - [0x33cf] = 0x373d, [0x33d0] = 0x373e, [0x33d1] = 0x373f, [0x33d2] = 0x3740, - [0x33d3] = 0x3741, [0x33d4] = 0x3742, [0x33d5] = 0x3743, [0x33d6] = 0x3744, - [0x33d7] = 0x3745, [0x33d8] = 0x3746, [0x33d9] = 0x3747, [0x33da] = 0x3748, - [0x33db] = 0x3749, [0x33dc] = 0x374a, [0x33dd] = 0x374b, [0x33de] = 0x374c, - [0x33df] = 0x374d, [0x33e0] = 0x374e, [0x33e1] = 0x374f, [0x33e2] = 0x3750, - [0x33e3] = 0x3751, [0x33e4] = 0x3752, [0x33e5] = 0x3753, [0x33e6] = 0x3754, - [0x33e7] = 0x3755, [0x33e8] = 0x3756, [0x33e9] = 0x3757, [0x33ea] = 0x3758, - [0x33eb] = 0x3759, [0x33ec] = 0x375a, [0x33ed] = 0x375b, [0x33ee] = 0x375c, - [0x33ef] = 0x375d, [0x33f0] = 0x375e, [0x33f1] = 0x375f, [0x33f2] = 0x3760, - [0x33f3] = 0x3761, [0x33f4] = 0x3762, [0x33f5] = 0x3763, [0x33f6] = 0x3764, - [0x33f7] = 0x3765, [0x33f8] = 0x3766, [0x33f9] = 0x3767, [0x33fa] = 0x3768, - [0x33fb] = 0x3769, [0x33fc] = 0x376a, [0x33fd] = 0x376b, [0x33fe] = 0x376c, - [0x33ff] = 0x376d, [0x3400] = 0x376e, [0x3401] = 0x376f, [0x3402] = 0x3770, - [0x3403] = 0x3771, [0x3404] = 0x3772, [0x3405] = 0x3773, [0x3406] = 0x3774, - [0x3407] = 0x3775, [0x3408] = 0x3776, [0x3409] = 0x3777, [0x340a] = 0x3778, - [0x340b] = 0x3779, [0x340c] = 0x377a, [0x340d] = 0x377b, [0x340e] = 0x377c, - [0x340f] = 0x377d, [0x3410] = 0x377e, [0x3411] = 0x377f, [0x3412] = 0x3780, - [0x3413] = 0x3781, [0x3414] = 0x3782, [0x3415] = 0x3783, [0x3416] = 0x3784, - [0x3417] = 0x3785, [0x3418] = 0x3786, [0x3419] = 0x3787, [0x341a] = 0x3788, - [0x341b] = 0x3789, [0x341c] = 0x378a, [0x341d] = 0x378b, [0x341e] = 0x378c, - [0x341f] = 0x378d, [0x3420] = 0x378e, [0x3421] = 0x378f, [0x3422] = 0x3790, - [0x3423] = 0x3791, [0x3424] = 0x3792, [0x3425] = 0x3793, [0x3426] = 0x3794, - [0x3427] = 0x3795, [0x3428] = 0x3796, [0x3429] = 0x3797, [0x342a] = 0x3798, - [0x342b] = 0x3799, [0x342c] = 0x379a, [0x342d] = 0x379b, [0x342e] = 0x379c, - [0x342f] = 0x379d, [0x3430] = 0x379e, [0x3431] = 0x379f, [0x3432] = 0x37a0, - [0x3433] = 0x37a1, [0x3434] = 0x37a2, [0x3435] = 0x37a3, [0x3436] = 0x37a4, - [0x3437] = 0x37a5, [0x3438] = 0x37a6, [0x3439] = 0x37a7, [0x343a] = 0x37a8, - [0x343b] = 0x37a9, [0x343c] = 0x37aa, [0x343d] = 0x37ab, [0x343e] = 0x37ac, - [0x343f] = 0x37ad, [0x3440] = 0x37ae, [0x3441] = 0x37af, [0x3442] = 0x37b0, - [0x3443] = 0x37b1, [0x3444] = 0x37b2, [0x3445] = 0x37b3, [0x3446] = 0x37b4, - [0x3447] = 0x37b5, [0x3448] = 0x37b6, [0x3449] = 0x37b7, [0x344a] = 0x37b8, - [0x344b] = 0x37b9, [0x344c] = 0x37ba, [0x344d] = 0x37bb, [0x344e] = 0x37bc, - [0x344f] = 0x37bd, [0x3450] = 0x37be, [0x3451] = 0x37bf, [0x3452] = 0x37c0, - [0x3453] = 0x37c1, [0x3454] = 0x37c2, [0x3455] = 0x37c3, [0x3456] = 0x37c4, - [0x3457] = 0x37c5, [0x3458] = 0x37c6, [0x3459] = 0x37c7, [0x345a] = 0x37c8, - [0x345b] = 0x37c9, [0x345c] = 0x37ca, [0x345d] = 0x37cb, [0x345e] = 0x37cc, - [0x345f] = 0x37cd, [0x3460] = 0x37ce, [0x3461] = 0x37cf, [0x3462] = 0x37d0, - [0x3463] = 0x37d1, [0x3464] = 0x37d2, [0x3465] = 0x37d3, [0x3466] = 0x37d4, - [0x3467] = 0x37d5, [0x3468] = 0x37d6, [0x3469] = 0x37d7, [0x346a] = 0x37d8, - [0x346b] = 0x37d9, [0x346c] = 0x37da, [0x346d] = 0x37db, [0x346e] = 0x37dc, - [0x346f] = 0x37dd, [0x3470] = 0x37de, [0x3471] = 0x37df, [0x3472] = 0x37e0, - [0x3473] = 0x37e1, [0x3474] = 0x37e2, [0x3475] = 0x37e3, [0x3476] = 0x37e4, - [0x3477] = 0x37e5, [0x3478] = 0x37e6, [0x3479] = 0x37e7, [0x347a] = 0x37e8, - [0x347b] = 0x37e9, [0x347c] = 0x37ea, [0x347d] = 0x37eb, [0x347e] = 0x37ec, - [0x347f] = 0x37ed, [0x3480] = 0x37ee, [0x3481] = 0x37ef, [0x3482] = 0x37f0, - [0x3483] = 0x37f1, [0x3484] = 0x37f2, [0x3485] = 0x37f3, [0x3486] = 0x37f4, - [0x3487] = 0x37f5, [0x3488] = 0x37f6, [0x3489] = 0x37f7, [0x348a] = 0x37f8, - [0x348b] = 0x37f9, [0x348c] = 0x37fa, [0x348d] = 0x37fb, [0x348e] = 0x37fc, - [0x348f] = 0x37fd, [0x3490] = 0x37fe, [0x3491] = 0x37ff, [0x3492] = 0x3800, - [0x3493] = 0x3801, [0x3494] = 0x3802, [0x3495] = 0x3803, [0x3496] = 0x3804, - [0x3497] = 0x3805, [0x3498] = 0x3806, [0x3499] = 0x3807, [0x349a] = 0x3808, - [0x349b] = 0x3809, [0x349c] = 0x380a, [0x349d] = 0x380b, [0x349e] = 0x380c, - [0x349f] = 0x380d, [0x34a0] = 0x380e, [0x34a1] = 0x380f, [0x34a2] = 0x3810, - [0x34a3] = 0x3811, [0x34a4] = 0x3812, [0x34a5] = 0x3813, [0x34a6] = 0x3814, - [0x34a7] = 0x3815, [0x34a8] = 0x3816, [0x34a9] = 0x3817, [0x34aa] = 0x3818, - [0x34ab] = 0x3819, [0x34ac] = 0x381a, [0x34ad] = 0x381b, [0x34ae] = 0x381c, - [0x34af] = 0x381d, [0x34b0] = 0x381e, [0x34b1] = 0x381f, [0x34b2] = 0x3820, - [0x34b3] = 0x3821, [0x34b4] = 0x3822, [0x34b5] = 0x3823, [0x34b6] = 0x3824, - [0x34b7] = 0x3825, [0x34b8] = 0x3826, [0x34b9] = 0x3827, [0x34ba] = 0x3828, - [0x34bb] = 0x3829, [0x34bc] = 0x382a, [0x34bd] = 0x382b, [0x34be] = 0x382c, - [0x34bf] = 0x382d, [0x34c0] = 0x382e, [0x34c1] = 0x382f, [0x34c2] = 0x3830, - [0x34c3] = 0x3831, [0x34c4] = 0x3832, [0x34c5] = 0x3833, [0x34c6] = 0x3834, - [0x34c7] = 0x3835, [0x34c8] = 0x3836, [0x34c9] = 0x3837, [0x34ca] = 0x3838, - [0x34cb] = 0x3839, [0x34cc] = 0x383a, [0x34cd] = 0x383b, [0x34ce] = 0x383c, - [0x34cf] = 0x383d, [0x34d0] = 0x383e, [0x34d1] = 0x383f, [0x34d2] = 0x3840, - [0x34d3] = 0x3841, [0x34d4] = 0x3842, [0x34d5] = 0x3843, [0x34d6] = 0x3844, - [0x34d7] = 0x3845, [0x34d8] = 0x3846, [0x34d9] = 0x3847, [0x34da] = 0x3848, - [0x34db] = 0x3849, [0x34dc] = 0x384a, [0x34dd] = 0x384b, [0x34de] = 0x384c, - [0x34df] = 0x384d, [0x34e0] = 0x384e, [0x34e1] = 0x384f, [0x34e2] = 0x3850, - [0x34e3] = 0x3851, [0x34e4] = 0x3852, [0x34e5] = 0x3853, [0x34e6] = 0x3854, - [0x34e7] = 0x3855, [0x34e8] = 0x3856, [0x34e9] = 0x3857, [0x34ea] = 0x3858, - [0x34eb] = 0x3859, [0x34ec] = 0x385a, [0x34ed] = 0x385b, [0x34ee] = 0x385c, - [0x34ef] = 0x385d, [0x34f0] = 0x385e, [0x34f1] = 0x385f, [0x34f2] = 0x3860, - [0x34f3] = 0x3861, [0x34f4] = 0x3862, [0x34f5] = 0x3863, [0x34f6] = 0x3864, - [0x34f7] = 0x3865, [0x34f8] = 0x3866, [0x34f9] = 0x3867, [0x34fa] = 0x3868, - [0x34fb] = 0x3869, [0x34fc] = 0x386a, [0x34fd] = 0x386b, [0x34fe] = 0x386c, - [0x34ff] = 0x386d, [0x3500] = 0x386e, [0x3501] = 0x386f, [0x3502] = 0x3870, - [0x3503] = 0x3871, [0x3504] = 0x3872, [0x3505] = 0x3873, [0x3506] = 0x3874, - [0x3507] = 0x3875, [0x3508] = 0x3876, [0x3509] = 0x3877, [0x350a] = 0x3878, - [0x350b] = 0x3879, [0x350c] = 0x387a, [0x350d] = 0x387b, [0x350e] = 0x387c, - [0x350f] = 0x387d, [0x3510] = 0x387e, [0x3511] = 0x387f, [0x3512] = 0x3880, - [0x3513] = 0x3881, [0x3514] = 0x3882, [0x3515] = 0x3883, [0x3516] = 0x3884, - [0x3517] = 0x3885, [0x3518] = 0x3886, [0x3519] = 0x3887, [0x351a] = 0x3888, - [0x351b] = 0x3889, [0x351c] = 0x388a, [0x351d] = 0x388b, [0x351e] = 0x388c, - [0x351f] = 0x388d, [0x3520] = 0x388e, [0x3521] = 0x388f, [0x3522] = 0x3890, - [0x3523] = 0x3891, [0x3524] = 0x3892, [0x3525] = 0x3893, [0x3526] = 0x3894, - [0x3527] = 0x3895, [0x3528] = 0x3896, [0x3529] = 0x3897, [0x352a] = 0x3898, - [0x352b] = 0x3899, [0x352c] = 0x389a, [0x352d] = 0x389b, [0x352e] = 0x389c, - [0x352f] = 0x389d, [0x3530] = 0x389e, [0x3531] = 0x389f, [0x3532] = 0x38a0, - [0x3533] = 0x38a1, [0x3534] = 0x38a2, [0x3535] = 0x38a3, [0x3536] = 0x38a4, - [0x3537] = 0x38a5, [0x3538] = 0x38a6, [0x3539] = 0x38a7, [0x353a] = 0x38a8, - [0x353b] = 0x38a9, [0x353c] = 0x38aa, [0x353d] = 0x38ab, [0x353e] = 0x38ac, - [0x353f] = 0x38ad, [0x3540] = 0x38ae, [0x3541] = 0x38af, [0x3542] = 0x38b0, - [0x3543] = 0x38b1, [0x3544] = 0x38b2, [0x3545] = 0x38b3, [0x3546] = 0x38b4, - [0x3547] = 0x38b5, [0x3548] = 0x38b6, [0x3549] = 0x38b7, [0x354a] = 0x38b8, - [0x354b] = 0x38b9, [0x354c] = 0x38ba, [0x354d] = 0x38bb, [0x354e] = 0x38bc, - [0x354f] = 0x38bd, [0x3550] = 0x38be, [0x3551] = 0x38bf, [0x3552] = 0x38c0, - [0x3553] = 0x38c1, [0x3554] = 0x38c2, [0x3555] = 0x38c3, [0x3556] = 0x38c4, - [0x3557] = 0x38c5, [0x3558] = 0x38c6, [0x3559] = 0x38c7, [0x355a] = 0x38c8, - [0x355b] = 0x38c9, [0x355c] = 0x38ca, [0x355d] = 0x38cb, [0x355e] = 0x38cc, - [0x355f] = 0x38cd, [0x3560] = 0x38ce, [0x3561] = 0x38cf, [0x3562] = 0x38d0, - [0x3563] = 0x38d1, [0x3564] = 0x38d2, [0x3565] = 0x38d3, [0x3566] = 0x38d4, - [0x3567] = 0x38d5, [0x3568] = 0x38d6, [0x3569] = 0x38d7, [0x356a] = 0x38d8, - [0x356b] = 0x38d9, [0x356c] = 0x38da, [0x356d] = 0x38db, [0x356e] = 0x38dc, - [0x356f] = 0x38dd, [0x3570] = 0x38de, [0x3571] = 0x38df, [0x3572] = 0x38e0, - [0x3573] = 0x38e1, [0x3574] = 0x38e2, [0x3575] = 0x38e3, [0x3576] = 0x38e4, - [0x3577] = 0x38e5, [0x3578] = 0x38e6, [0x3579] = 0x38e7, [0x357a] = 0x38e8, - [0x357b] = 0x38e9, [0x357c] = 0x38ea, [0x357d] = 0x38eb, [0x357e] = 0x38ec, - [0x357f] = 0x38ed, [0x3580] = 0x38ee, [0x3581] = 0x38ef, [0x3582] = 0x38f0, - [0x3583] = 0x38f1, [0x3584] = 0x38f2, [0x3585] = 0x38f3, [0x3586] = 0x38f4, - [0x3587] = 0x38f5, [0x3588] = 0x38f6, [0x3589] = 0x38f7, [0x358a] = 0x38f8, - [0x358b] = 0x38f9, [0x358c] = 0x38fa, [0x358d] = 0x38fb, [0x358e] = 0x38fc, - [0x358f] = 0x38fd, [0x3590] = 0x38fe, [0x3591] = 0x38ff, [0x3592] = 0x3900, - [0x3593] = 0x3901, [0x3594] = 0x3902, [0x3595] = 0x3903, [0x3596] = 0x3904, - [0x3597] = 0x3905, [0x3598] = 0x3906, [0x3599] = 0x3907, [0x359a] = 0x3908, - [0x359b] = 0x3909, [0x359c] = 0x390a, [0x359d] = 0x390b, [0x359e] = 0x390c, - [0x359f] = 0x390d, [0x35a0] = 0x390e, [0x35a1] = 0x390f, [0x35a2] = 0x3910, - [0x35a3] = 0x3911, [0x35a4] = 0x3912, [0x35a5] = 0x3913, [0x35a6] = 0x3914, - [0x35a7] = 0x3915, [0x35a8] = 0x3916, [0x35a9] = 0x3917, [0x35aa] = 0x3919, - [0x35ab] = 0x391a, [0x35ac] = 0x391b, [0x35ad] = 0x391c, [0x35ae] = 0x391d, - [0x35af] = 0x391e, [0x35b0] = 0x391f, [0x35b1] = 0x3920, [0x35b2] = 0x3921, - [0x35b3] = 0x3922, [0x35b4] = 0x3923, [0x35b5] = 0x3924, [0x35b6] = 0x3925, - [0x35b7] = 0x3926, [0x35b8] = 0x3927, [0x35b9] = 0x3928, [0x35ba] = 0x3929, - [0x35bb] = 0x392a, [0x35bc] = 0x392b, [0x35bd] = 0x392c, [0x35be] = 0x392d, - [0x35bf] = 0x392e, [0x35c0] = 0x392f, [0x35c1] = 0x3930, [0x35c2] = 0x3931, - [0x35c3] = 0x3932, [0x35c4] = 0x3933, [0x35c5] = 0x3934, [0x35c6] = 0x3935, - [0x35c7] = 0x3936, [0x35c8] = 0x3937, [0x35c9] = 0x3938, [0x35ca] = 0x3939, - [0x35cb] = 0x393a, [0x35cc] = 0x393b, [0x35cd] = 0x393c, [0x35ce] = 0x393d, - [0x35cf] = 0x393e, [0x35d0] = 0x393f, [0x35d1] = 0x3940, [0x35d2] = 0x3941, - [0x35d3] = 0x3942, [0x35d4] = 0x3943, [0x35d5] = 0x3944, [0x35d6] = 0x3945, - [0x35d7] = 0x3946, [0x35d8] = 0x3947, [0x35d9] = 0x3948, [0x35da] = 0x3949, - [0x35db] = 0x394a, [0x35dc] = 0x394b, [0x35dd] = 0x394c, [0x35de] = 0x394d, - [0x35df] = 0x394e, [0x35e0] = 0x394f, [0x35e1] = 0x3950, [0x35e2] = 0x3951, - [0x35e3] = 0x3952, [0x35e4] = 0x3953, [0x35e5] = 0x3954, [0x35e6] = 0x3955, - [0x35e7] = 0x3956, [0x35e8] = 0x3957, [0x35e9] = 0x3958, [0x35ea] = 0x3959, - [0x35eb] = 0x395a, [0x35ec] = 0x395b, [0x35ed] = 0x395c, [0x35ee] = 0x395d, - [0x35ef] = 0x395e, [0x35f0] = 0x395f, [0x35f1] = 0x3960, [0x35f2] = 0x3961, - [0x35f3] = 0x3962, [0x35f4] = 0x3963, [0x35f5] = 0x3964, [0x35f6] = 0x3965, - [0x35f7] = 0x3966, [0x35f8] = 0x3967, [0x35f9] = 0x3968, [0x35fa] = 0x3969, - [0x35fb] = 0x396a, [0x35fc] = 0x396b, [0x35fd] = 0x396c, [0x35fe] = 0x396d, - [0x35ff] = 0x396f, [0x3600] = 0x3970, [0x3601] = 0x3971, [0x3602] = 0x3972, - [0x3603] = 0x3973, [0x3604] = 0x3974, [0x3605] = 0x3975, [0x3606] = 0x3976, - [0x3607] = 0x3977, [0x3608] = 0x3978, [0x3609] = 0x3979, [0x360a] = 0x397a, - [0x360b] = 0x397b, [0x360c] = 0x397c, [0x360d] = 0x397d, [0x360e] = 0x397e, - [0x360f] = 0x397f, [0x3610] = 0x3980, [0x3611] = 0x3981, [0x3612] = 0x3982, - [0x3613] = 0x3983, [0x3614] = 0x3984, [0x3615] = 0x3985, [0x3616] = 0x3986, - [0x3617] = 0x3987, [0x3618] = 0x3988, [0x3619] = 0x3989, [0x361a] = 0x398a, - [0x361b] = 0x398b, [0x361c] = 0x398c, [0x361d] = 0x398d, [0x361e] = 0x398e, - [0x361f] = 0x398f, [0x3620] = 0x3990, [0x3621] = 0x3991, [0x3622] = 0x3992, - [0x3623] = 0x3993, [0x3624] = 0x3994, [0x3625] = 0x3995, [0x3626] = 0x3996, - [0x3627] = 0x3997, [0x3628] = 0x3998, [0x3629] = 0x3999, [0x362a] = 0x399a, - [0x362b] = 0x399b, [0x362c] = 0x399c, [0x362d] = 0x399d, [0x362e] = 0x399e, - [0x362f] = 0x399f, [0x3630] = 0x39a0, [0x3631] = 0x39a1, [0x3632] = 0x39a2, - [0x3633] = 0x39a3, [0x3634] = 0x39a4, [0x3635] = 0x39a5, [0x3636] = 0x39a6, - [0x3637] = 0x39a7, [0x3638] = 0x39a8, [0x3639] = 0x39a9, [0x363a] = 0x39aa, - [0x363b] = 0x39ab, [0x363c] = 0x39ac, [0x363d] = 0x39ad, [0x363e] = 0x39ae, - [0x363f] = 0x39af, [0x3640] = 0x39b0, [0x3641] = 0x39b1, [0x3642] = 0x39b2, - [0x3643] = 0x39b3, [0x3644] = 0x39b4, [0x3645] = 0x39b5, [0x3646] = 0x39b6, - [0x3647] = 0x39b7, [0x3648] = 0x39b8, [0x3649] = 0x39b9, [0x364a] = 0x39ba, - [0x364b] = 0x39bb, [0x364c] = 0x39bc, [0x364d] = 0x39bd, [0x364e] = 0x39be, - [0x364f] = 0x39bf, [0x3650] = 0x39c0, [0x3651] = 0x39c1, [0x3652] = 0x39c2, - [0x3653] = 0x39c3, [0x3654] = 0x39c4, [0x3655] = 0x39c5, [0x3656] = 0x39c6, - [0x3657] = 0x39c7, [0x3658] = 0x39c8, [0x3659] = 0x39c9, [0x365a] = 0x39ca, - [0x365b] = 0x39cb, [0x365c] = 0x39cc, [0x365d] = 0x39cd, [0x365e] = 0x39ce, - [0x365f] = 0x39d1, [0x3660] = 0x39d2, [0x3661] = 0x39d3, [0x3662] = 0x39d4, - [0x3663] = 0x39d5, [0x3664] = 0x39d6, [0x3665] = 0x39d7, [0x3666] = 0x39d8, - [0x3667] = 0x39d9, [0x3668] = 0x39da, [0x3669] = 0x39db, [0x366a] = 0x39dc, - [0x366b] = 0x39dd, [0x366c] = 0x39de, [0x366d] = 0x39e0, [0x366e] = 0x39e1, - [0x366f] = 0x39e2, [0x3670] = 0x39e3, [0x3671] = 0x39e4, [0x3672] = 0x39e5, - [0x3673] = 0x39e6, [0x3674] = 0x39e7, [0x3675] = 0x39e8, [0x3676] = 0x39e9, - [0x3677] = 0x39ea, [0x3678] = 0x39eb, [0x3679] = 0x39ec, [0x367a] = 0x39ed, - [0x367b] = 0x39ee, [0x367c] = 0x39ef, [0x367d] = 0x39f0, [0x367e] = 0x39f1, - [0x367f] = 0x39f2, [0x3680] = 0x39f3, [0x3681] = 0x39f4, [0x3682] = 0x39f5, - [0x3683] = 0x39f6, [0x3684] = 0x39f7, [0x3685] = 0x39f8, [0x3686] = 0x39f9, - [0x3687] = 0x39fa, [0x3688] = 0x39fb, [0x3689] = 0x39fc, [0x368a] = 0x39fd, - [0x368b] = 0x39fe, [0x368c] = 0x39ff, [0x368d] = 0x3a00, [0x368e] = 0x3a01, - [0x368f] = 0x3a02, [0x3690] = 0x3a03, [0x3691] = 0x3a04, [0x3692] = 0x3a05, - [0x3693] = 0x3a06, [0x3694] = 0x3a07, [0x3695] = 0x3a08, [0x3696] = 0x3a09, - [0x3697] = 0x3a0a, [0x3698] = 0x3a0b, [0x3699] = 0x3a0c, [0x369a] = 0x3a0d, - [0x369b] = 0x3a0e, [0x369c] = 0x3a0f, [0x369d] = 0x3a10, [0x369e] = 0x3a11, - [0x369f] = 0x3a12, [0x36a0] = 0x3a13, [0x36a1] = 0x3a14, [0x36a2] = 0x3a15, - [0x36a3] = 0x3a16, [0x36a4] = 0x3a17, [0x36a5] = 0x3a18, [0x36a6] = 0x3a19, - [0x36a7] = 0x3a1a, [0x36a8] = 0x3a1b, [0x36a9] = 0x3a1c, [0x36aa] = 0x3a1d, - [0x36ab] = 0x3a1e, [0x36ac] = 0x3a1f, [0x36ad] = 0x3a20, [0x36ae] = 0x3a21, - [0x36af] = 0x3a22, [0x36b0] = 0x3a23, [0x36b1] = 0x3a24, [0x36b2] = 0x3a25, - [0x36b3] = 0x3a26, [0x36b4] = 0x3a27, [0x36b5] = 0x3a28, [0x36b6] = 0x3a29, - [0x36b7] = 0x3a2a, [0x36b8] = 0x3a2b, [0x36b9] = 0x3a2c, [0x36ba] = 0x3a2d, - [0x36bb] = 0x3a2e, [0x36bc] = 0x3a2f, [0x36bd] = 0x3a30, [0x36be] = 0x3a31, - [0x36bf] = 0x3a32, [0x36c0] = 0x3a33, [0x36c1] = 0x3a34, [0x36c2] = 0x3a35, - [0x36c3] = 0x3a36, [0x36c4] = 0x3a37, [0x36c5] = 0x3a38, [0x36c6] = 0x3a39, - [0x36c7] = 0x3a3a, [0x36c8] = 0x3a3b, [0x36c9] = 0x3a3c, [0x36ca] = 0x3a3d, - [0x36cb] = 0x3a3e, [0x36cc] = 0x3a3f, [0x36cd] = 0x3a40, [0x36ce] = 0x3a41, - [0x36cf] = 0x3a42, [0x36d0] = 0x3a43, [0x36d1] = 0x3a44, [0x36d2] = 0x3a45, - [0x36d3] = 0x3a46, [0x36d4] = 0x3a47, [0x36d5] = 0x3a48, [0x36d6] = 0x3a49, - [0x36d7] = 0x3a4a, [0x36d8] = 0x3a4b, [0x36d9] = 0x3a4c, [0x36da] = 0x3a4d, - [0x36db] = 0x3a4e, [0x36dc] = 0x3a4f, [0x36dd] = 0x3a50, [0x36de] = 0x3a51, - [0x36df] = 0x3a52, [0x36e0] = 0x3a53, [0x36e1] = 0x3a54, [0x36e2] = 0x3a55, - [0x36e3] = 0x3a56, [0x36e4] = 0x3a57, [0x36e5] = 0x3a58, [0x36e6] = 0x3a59, - [0x36e7] = 0x3a5a, [0x36e8] = 0x3a5b, [0x36e9] = 0x3a5c, [0x36ea] = 0x3a5d, - [0x36eb] = 0x3a5e, [0x36ec] = 0x3a5f, [0x36ed] = 0x3a60, [0x36ee] = 0x3a61, - [0x36ef] = 0x3a62, [0x36f0] = 0x3a63, [0x36f1] = 0x3a64, [0x36f2] = 0x3a65, - [0x36f3] = 0x3a66, [0x36f4] = 0x3a67, [0x36f5] = 0x3a68, [0x36f6] = 0x3a69, - [0x36f7] = 0x3a6a, [0x36f8] = 0x3a6b, [0x36f9] = 0x3a6c, [0x36fa] = 0x3a6d, - [0x36fb] = 0x3a6e, [0x36fc] = 0x3a6f, [0x36fd] = 0x3a70, [0x36fe] = 0x3a71, - [0x36ff] = 0x3a72, [0x3700] = 0x3a74, [0x3701] = 0x3a75, [0x3702] = 0x3a76, - [0x3703] = 0x3a77, [0x3704] = 0x3a78, [0x3705] = 0x3a79, [0x3706] = 0x3a7a, - [0x3707] = 0x3a7b, [0x3708] = 0x3a7c, [0x3709] = 0x3a7d, [0x370a] = 0x3a7e, - [0x370b] = 0x3a7f, [0x370c] = 0x3a80, [0x370d] = 0x3a81, [0x370e] = 0x3a82, - [0x370f] = 0x3a83, [0x3710] = 0x3a84, [0x3711] = 0x3a85, [0x3712] = 0x3a86, - [0x3713] = 0x3a87, [0x3714] = 0x3a88, [0x3715] = 0x3a89, [0x3716] = 0x3a8a, - [0x3717] = 0x3a8b, [0x3718] = 0x3a8c, [0x3719] = 0x3a8d, [0x371a] = 0x3a8e, - [0x371b] = 0x3a8f, [0x371c] = 0x3a90, [0x371d] = 0x3a91, [0x371e] = 0x3a92, - [0x371f] = 0x3a93, [0x3720] = 0x3a94, [0x3721] = 0x3a95, [0x3722] = 0x3a96, - [0x3723] = 0x3a97, [0x3724] = 0x3a98, [0x3725] = 0x3a99, [0x3726] = 0x3a9a, - [0x3727] = 0x3a9b, [0x3728] = 0x3a9c, [0x3729] = 0x3a9d, [0x372a] = 0x3a9e, - [0x372b] = 0x3a9f, [0x372c] = 0x3aa0, [0x372d] = 0x3aa1, [0x372e] = 0x3aa2, - [0x372f] = 0x3aa3, [0x3730] = 0x3aa4, [0x3731] = 0x3aa5, [0x3732] = 0x3aa6, - [0x3733] = 0x3aa7, [0x3734] = 0x3aa8, [0x3735] = 0x3aa9, [0x3736] = 0x3aaa, - [0x3737] = 0x3aab, [0x3738] = 0x3aac, [0x3739] = 0x3aad, [0x373a] = 0x3aae, - [0x373b] = 0x3aaf, [0x373c] = 0x3ab0, [0x373d] = 0x3ab1, [0x373e] = 0x3ab2, - [0x373f] = 0x3ab3, [0x3740] = 0x3ab4, [0x3741] = 0x3ab5, [0x3742] = 0x3ab6, - [0x3743] = 0x3ab7, [0x3744] = 0x3ab8, [0x3745] = 0x3ab9, [0x3746] = 0x3aba, - [0x3747] = 0x3abb, [0x3748] = 0x3abc, [0x3749] = 0x3abd, [0x374a] = 0x3abe, - [0x374b] = 0x3abf, [0x374c] = 0x3ac0, [0x374d] = 0x3ac1, [0x374e] = 0x3ac2, - [0x374f] = 0x3ac3, [0x3750] = 0x3ac4, [0x3751] = 0x3ac5, [0x3752] = 0x3ac6, - [0x3753] = 0x3ac7, [0x3754] = 0x3ac8, [0x3755] = 0x3ac9, [0x3756] = 0x3aca, - [0x3757] = 0x3acb, [0x3758] = 0x3acc, [0x3759] = 0x3acd, [0x375a] = 0x3ace, - [0x375b] = 0x3acf, [0x375c] = 0x3ad0, [0x375d] = 0x3ad1, [0x375e] = 0x3ad2, - [0x375f] = 0x3ad3, [0x3760] = 0x3ad4, [0x3761] = 0x3ad5, [0x3762] = 0x3ad6, - [0x3763] = 0x3ad7, [0x3764] = 0x3ad8, [0x3765] = 0x3ad9, [0x3766] = 0x3ada, - [0x3767] = 0x3adb, [0x3768] = 0x3adc, [0x3769] = 0x3add, [0x376a] = 0x3ade, - [0x376b] = 0x3adf, [0x376c] = 0x3ae0, [0x376d] = 0x3ae1, [0x376e] = 0x3ae2, - [0x376f] = 0x3ae3, [0x3770] = 0x3ae4, [0x3771] = 0x3ae5, [0x3772] = 0x3ae6, - [0x3773] = 0x3ae7, [0x3774] = 0x3ae8, [0x3775] = 0x3ae9, [0x3776] = 0x3aea, - [0x3777] = 0x3aeb, [0x3778] = 0x3aec, [0x3779] = 0x3aed, [0x377a] = 0x3aee, - [0x377b] = 0x3aef, [0x377c] = 0x3af0, [0x377d] = 0x3af1, [0x377e] = 0x3af2, - [0x377f] = 0x3af3, [0x3780] = 0x3af4, [0x3781] = 0x3af5, [0x3782] = 0x3af6, - [0x3783] = 0x3af7, [0x3784] = 0x3af8, [0x3785] = 0x3af9, [0x3786] = 0x3afa, - [0x3787] = 0x3afb, [0x3788] = 0x3afc, [0x3789] = 0x3afd, [0x378a] = 0x3afe, - [0x378b] = 0x3aff, [0x378c] = 0x3b00, [0x378d] = 0x3b01, [0x378e] = 0x3b02, - [0x378f] = 0x3b03, [0x3790] = 0x3b04, [0x3791] = 0x3b05, [0x3792] = 0x3b06, - [0x3793] = 0x3b07, [0x3794] = 0x3b08, [0x3795] = 0x3b09, [0x3796] = 0x3b0a, - [0x3797] = 0x3b0b, [0x3798] = 0x3b0c, [0x3799] = 0x3b0d, [0x379a] = 0x3b0e, - [0x379b] = 0x3b0f, [0x379c] = 0x3b10, [0x379d] = 0x3b11, [0x379e] = 0x3b12, - [0x379f] = 0x3b13, [0x37a0] = 0x3b14, [0x37a1] = 0x3b15, [0x37a2] = 0x3b16, - [0x37a3] = 0x3b17, [0x37a4] = 0x3b18, [0x37a5] = 0x3b19, [0x37a6] = 0x3b1a, - [0x37a7] = 0x3b1b, [0x37a8] = 0x3b1c, [0x37a9] = 0x3b1d, [0x37aa] = 0x3b1e, - [0x37ab] = 0x3b1f, [0x37ac] = 0x3b20, [0x37ad] = 0x3b21, [0x37ae] = 0x3b22, - [0x37af] = 0x3b23, [0x37b0] = 0x3b24, [0x37b1] = 0x3b25, [0x37b2] = 0x3b26, - [0x37b3] = 0x3b27, [0x37b4] = 0x3b28, [0x37b5] = 0x3b29, [0x37b6] = 0x3b2a, - [0x37b7] = 0x3b2b, [0x37b8] = 0x3b2c, [0x37b9] = 0x3b2d, [0x37ba] = 0x3b2e, - [0x37bb] = 0x3b2f, [0x37bc] = 0x3b30, [0x37bd] = 0x3b31, [0x37be] = 0x3b32, - [0x37bf] = 0x3b33, [0x37c0] = 0x3b34, [0x37c1] = 0x3b35, [0x37c2] = 0x3b36, - [0x37c3] = 0x3b37, [0x37c4] = 0x3b38, [0x37c5] = 0x3b39, [0x37c6] = 0x3b3a, - [0x37c7] = 0x3b3b, [0x37c8] = 0x3b3c, [0x37c9] = 0x3b3d, [0x37ca] = 0x3b3e, - [0x37cb] = 0x3b3f, [0x37cc] = 0x3b40, [0x37cd] = 0x3b41, [0x37ce] = 0x3b42, - [0x37cf] = 0x3b43, [0x37d0] = 0x3b44, [0x37d1] = 0x3b45, [0x37d2] = 0x3b46, - [0x37d3] = 0x3b47, [0x37d4] = 0x3b48, [0x37d5] = 0x3b49, [0x37d6] = 0x3b4a, - [0x37d7] = 0x3b4b, [0x37d8] = 0x3b4c, [0x37d9] = 0x3b4d, [0x37da] = 0x3b4f, - [0x37db] = 0x3b50, [0x37dc] = 0x3b51, [0x37dd] = 0x3b52, [0x37de] = 0x3b53, - [0x37df] = 0x3b54, [0x37e0] = 0x3b55, [0x37e1] = 0x3b56, [0x37e2] = 0x3b57, - [0x37e3] = 0x3b58, [0x37e4] = 0x3b59, [0x37e5] = 0x3b5a, [0x37e6] = 0x3b5b, - [0x37e7] = 0x3b5c, [0x37e8] = 0x3b5d, [0x37e9] = 0x3b5e, [0x37ea] = 0x3b5f, - [0x37eb] = 0x3b60, [0x37ec] = 0x3b61, [0x37ed] = 0x3b62, [0x37ee] = 0x3b63, - [0x37ef] = 0x3b64, [0x37f0] = 0x3b65, [0x37f1] = 0x3b66, [0x37f2] = 0x3b67, - [0x37f3] = 0x3b68, [0x37f4] = 0x3b69, [0x37f5] = 0x3b6a, [0x37f6] = 0x3b6b, - [0x37f7] = 0x3b6c, [0x37f8] = 0x3b6d, [0x37f9] = 0x3b6e, [0x37fa] = 0x3b6f, - [0x37fb] = 0x3b70, [0x37fc] = 0x3b71, [0x37fd] = 0x3b72, [0x37fe] = 0x3b73, - [0x37ff] = 0x3b74, [0x3800] = 0x3b75, [0x3801] = 0x3b76, [0x3802] = 0x3b77, - [0x3803] = 0x3b78, [0x3804] = 0x3b79, [0x3805] = 0x3b7a, [0x3806] = 0x3b7b, - [0x3807] = 0x3b7c, [0x3808] = 0x3b7d, [0x3809] = 0x3b7e, [0x380a] = 0x3b7f, - [0x380b] = 0x3b80, [0x380c] = 0x3b81, [0x380d] = 0x3b82, [0x380e] = 0x3b83, - [0x380f] = 0x3b84, [0x3810] = 0x3b85, [0x3811] = 0x3b86, [0x3812] = 0x3b87, - [0x3813] = 0x3b88, [0x3814] = 0x3b89, [0x3815] = 0x3b8a, [0x3816] = 0x3b8b, - [0x3817] = 0x3b8c, [0x3818] = 0x3b8d, [0x3819] = 0x3b8e, [0x381a] = 0x3b8f, - [0x381b] = 0x3b90, [0x381c] = 0x3b91, [0x381d] = 0x3b92, [0x381e] = 0x3b93, - [0x381f] = 0x3b94, [0x3820] = 0x3b95, [0x3821] = 0x3b96, [0x3822] = 0x3b97, - [0x3823] = 0x3b98, [0x3824] = 0x3b99, [0x3825] = 0x3b9a, [0x3826] = 0x3b9b, - [0x3827] = 0x3b9c, [0x3828] = 0x3b9d, [0x3829] = 0x3b9e, [0x382a] = 0x3b9f, - [0x382b] = 0x3ba0, [0x382c] = 0x3ba1, [0x382d] = 0x3ba2, [0x382e] = 0x3ba3, - [0x382f] = 0x3ba4, [0x3830] = 0x3ba5, [0x3831] = 0x3ba6, [0x3832] = 0x3ba7, - [0x3833] = 0x3ba8, [0x3834] = 0x3ba9, [0x3835] = 0x3baa, [0x3836] = 0x3bab, - [0x3837] = 0x3bac, [0x3838] = 0x3bad, [0x3839] = 0x3bae, [0x383a] = 0x3baf, - [0x383b] = 0x3bb0, [0x383c] = 0x3bb1, [0x383d] = 0x3bb2, [0x383e] = 0x3bb3, - [0x383f] = 0x3bb4, [0x3840] = 0x3bb5, [0x3841] = 0x3bb6, [0x3842] = 0x3bb7, - [0x3843] = 0x3bb8, [0x3844] = 0x3bb9, [0x3845] = 0x3bba, [0x3846] = 0x3bbb, - [0x3847] = 0x3bbc, [0x3848] = 0x3bbd, [0x3849] = 0x3bbe, [0x384a] = 0x3bbf, - [0x384b] = 0x3bc0, [0x384c] = 0x3bc1, [0x384d] = 0x3bc2, [0x384e] = 0x3bc3, - [0x384f] = 0x3bc4, [0x3850] = 0x3bc5, [0x3851] = 0x3bc6, [0x3852] = 0x3bc7, - [0x3853] = 0x3bc8, [0x3854] = 0x3bc9, [0x3855] = 0x3bca, [0x3856] = 0x3bcb, - [0x3857] = 0x3bcc, [0x3858] = 0x3bcd, [0x3859] = 0x3bce, [0x385a] = 0x3bcf, - [0x385b] = 0x3bd0, [0x385c] = 0x3bd1, [0x385d] = 0x3bd2, [0x385e] = 0x3bd3, - [0x385f] = 0x3bd4, [0x3860] = 0x3bd5, [0x3861] = 0x3bd6, [0x3862] = 0x3bd7, - [0x3863] = 0x3bd8, [0x3864] = 0x3bd9, [0x3865] = 0x3bda, [0x3866] = 0x3bdb, - [0x3867] = 0x3bdc, [0x3868] = 0x3bdd, [0x3869] = 0x3bde, [0x386a] = 0x3bdf, - [0x386b] = 0x3be0, [0x386c] = 0x3be1, [0x386d] = 0x3be2, [0x386e] = 0x3be3, - [0x386f] = 0x3be4, [0x3870] = 0x3be5, [0x3871] = 0x3be6, [0x3872] = 0x3be7, - [0x3873] = 0x3be8, [0x3874] = 0x3be9, [0x3875] = 0x3bea, [0x3876] = 0x3beb, - [0x3877] = 0x3bec, [0x3878] = 0x3bed, [0x3879] = 0x3bee, [0x387a] = 0x3bef, - [0x387b] = 0x3bf0, [0x387c] = 0x3bf1, [0x387d] = 0x3bf2, [0x387e] = 0x3bf3, - [0x387f] = 0x3bf4, [0x3880] = 0x3bf5, [0x3881] = 0x3bf6, [0x3882] = 0x3bf7, - [0x3883] = 0x3bf8, [0x3884] = 0x3bf9, [0x3885] = 0x3bfa, [0x3886] = 0x3bfb, - [0x3887] = 0x3bfc, [0x3888] = 0x3bfd, [0x3889] = 0x3bfe, [0x388a] = 0x3bff, - [0x388b] = 0x3c00, [0x388c] = 0x3c01, [0x388d] = 0x3c02, [0x388e] = 0x3c03, - [0x388f] = 0x3c04, [0x3890] = 0x3c05, [0x3891] = 0x3c06, [0x3892] = 0x3c07, - [0x3893] = 0x3c08, [0x3894] = 0x3c09, [0x3895] = 0x3c0a, [0x3896] = 0x3c0b, - [0x3897] = 0x3c0c, [0x3898] = 0x3c0d, [0x3899] = 0x3c0e, [0x389a] = 0x3c0f, - [0x389b] = 0x3c10, [0x389c] = 0x3c11, [0x389d] = 0x3c12, [0x389e] = 0x3c13, - [0x389f] = 0x3c14, [0x38a0] = 0x3c15, [0x38a1] = 0x3c16, [0x38a2] = 0x3c17, - [0x38a3] = 0x3c18, [0x38a4] = 0x3c19, [0x38a5] = 0x3c1a, [0x38a6] = 0x3c1b, - [0x38a7] = 0x3c1c, [0x38a8] = 0x3c1d, [0x38a9] = 0x3c1e, [0x38aa] = 0x3c1f, - [0x38ab] = 0x3c20, [0x38ac] = 0x3c21, [0x38ad] = 0x3c22, [0x38ae] = 0x3c23, - [0x38af] = 0x3c24, [0x38b0] = 0x3c25, [0x38b1] = 0x3c26, [0x38b2] = 0x3c27, - [0x38b3] = 0x3c28, [0x38b4] = 0x3c29, [0x38b5] = 0x3c2a, [0x38b6] = 0x3c2b, - [0x38b7] = 0x3c2c, [0x38b8] = 0x3c2d, [0x38b9] = 0x3c2e, [0x38ba] = 0x3c2f, - [0x38bb] = 0x3c30, [0x38bc] = 0x3c31, [0x38bd] = 0x3c32, [0x38be] = 0x3c33, - [0x38bf] = 0x3c34, [0x38c0] = 0x3c35, [0x38c1] = 0x3c36, [0x38c2] = 0x3c37, - [0x38c3] = 0x3c38, [0x38c4] = 0x3c39, [0x38c5] = 0x3c3a, [0x38c6] = 0x3c3b, - [0x38c7] = 0x3c3c, [0x38c8] = 0x3c3d, [0x38c9] = 0x3c3e, [0x38ca] = 0x3c3f, - [0x38cb] = 0x3c40, [0x38cc] = 0x3c41, [0x38cd] = 0x3c42, [0x38ce] = 0x3c43, - [0x38cf] = 0x3c44, [0x38d0] = 0x3c45, [0x38d1] = 0x3c46, [0x38d2] = 0x3c47, - [0x38d3] = 0x3c48, [0x38d4] = 0x3c49, [0x38d5] = 0x3c4a, [0x38d6] = 0x3c4b, - [0x38d7] = 0x3c4c, [0x38d8] = 0x3c4d, [0x38d9] = 0x3c4e, [0x38da] = 0x3c4f, - [0x38db] = 0x3c50, [0x38dc] = 0x3c51, [0x38dd] = 0x3c52, [0x38de] = 0x3c53, - [0x38df] = 0x3c54, [0x38e0] = 0x3c55, [0x38e1] = 0x3c56, [0x38e2] = 0x3c57, - [0x38e3] = 0x3c58, [0x38e4] = 0x3c59, [0x38e5] = 0x3c5a, [0x38e6] = 0x3c5b, - [0x38e7] = 0x3c5c, [0x38e8] = 0x3c5d, [0x38e9] = 0x3c5e, [0x38ea] = 0x3c5f, - [0x38eb] = 0x3c60, [0x38ec] = 0x3c61, [0x38ed] = 0x3c62, [0x38ee] = 0x3c63, - [0x38ef] = 0x3c64, [0x38f0] = 0x3c65, [0x38f1] = 0x3c66, [0x38f2] = 0x3c67, - [0x38f3] = 0x3c68, [0x38f4] = 0x3c69, [0x38f5] = 0x3c6a, [0x38f6] = 0x3c6b, - [0x38f7] = 0x3c6c, [0x38f8] = 0x3c6d, [0x38f9] = 0x3c6f, [0x38fa] = 0x3c70, - [0x38fb] = 0x3c71, [0x38fc] = 0x3c72, [0x38fd] = 0x3c73, [0x38fe] = 0x3c74, - [0x38ff] = 0x3c75, [0x3900] = 0x3c76, [0x3901] = 0x3c77, [0x3902] = 0x3c78, - [0x3903] = 0x3c79, [0x3904] = 0x3c7a, [0x3905] = 0x3c7b, [0x3906] = 0x3c7c, - [0x3907] = 0x3c7d, [0x3908] = 0x3c7e, [0x3909] = 0x3c7f, [0x390a] = 0x3c80, - [0x390b] = 0x3c81, [0x390c] = 0x3c82, [0x390d] = 0x3c83, [0x390e] = 0x3c84, - [0x390f] = 0x3c85, [0x3910] = 0x3c86, [0x3911] = 0x3c87, [0x3912] = 0x3c88, - [0x3913] = 0x3c89, [0x3914] = 0x3c8a, [0x3915] = 0x3c8b, [0x3916] = 0x3c8c, - [0x3917] = 0x3c8d, [0x3918] = 0x3c8e, [0x3919] = 0x3c8f, [0x391a] = 0x3c90, - [0x391b] = 0x3c91, [0x391c] = 0x3c92, [0x391d] = 0x3c93, [0x391e] = 0x3c94, - [0x391f] = 0x3c95, [0x3920] = 0x3c96, [0x3921] = 0x3c97, [0x3922] = 0x3c98, - [0x3923] = 0x3c99, [0x3924] = 0x3c9a, [0x3925] = 0x3c9b, [0x3926] = 0x3c9c, - [0x3927] = 0x3c9d, [0x3928] = 0x3c9e, [0x3929] = 0x3c9f, [0x392a] = 0x3ca0, - [0x392b] = 0x3ca1, [0x392c] = 0x3ca2, [0x392d] = 0x3ca3, [0x392e] = 0x3ca4, - [0x392f] = 0x3ca5, [0x3930] = 0x3ca6, [0x3931] = 0x3ca7, [0x3932] = 0x3ca8, - [0x3933] = 0x3ca9, [0x3934] = 0x3caa, [0x3935] = 0x3cab, [0x3936] = 0x3cac, - [0x3937] = 0x3cad, [0x3938] = 0x3cae, [0x3939] = 0x3caf, [0x393a] = 0x3cb0, - [0x393b] = 0x3cb1, [0x393c] = 0x3cb2, [0x393d] = 0x3cb3, [0x393e] = 0x3cb4, - [0x393f] = 0x3cb5, [0x3940] = 0x3cb6, [0x3941] = 0x3cb7, [0x3942] = 0x3cb8, - [0x3943] = 0x3cb9, [0x3944] = 0x3cba, [0x3945] = 0x3cbb, [0x3946] = 0x3cbc, - [0x3947] = 0x3cbd, [0x3948] = 0x3cbe, [0x3949] = 0x3cbf, [0x394a] = 0x3cc0, - [0x394b] = 0x3cc1, [0x394c] = 0x3cc2, [0x394d] = 0x3cc3, [0x394e] = 0x3cc4, - [0x394f] = 0x3cc5, [0x3950] = 0x3cc6, [0x3951] = 0x3cc7, [0x3952] = 0x3cc8, - [0x3953] = 0x3cc9, [0x3954] = 0x3cca, [0x3955] = 0x3ccb, [0x3956] = 0x3ccc, - [0x3957] = 0x3ccd, [0x3958] = 0x3cce, [0x3959] = 0x3ccf, [0x395a] = 0x3cd0, - [0x395b] = 0x3cd1, [0x395c] = 0x3cd2, [0x395d] = 0x3cd3, [0x395e] = 0x3cd4, - [0x395f] = 0x3cd5, [0x3960] = 0x3cd6, [0x3961] = 0x3cd7, [0x3962] = 0x3cd8, - [0x3963] = 0x3cd9, [0x3964] = 0x3cda, [0x3965] = 0x3cdb, [0x3966] = 0x3cdc, - [0x3967] = 0x3cdd, [0x3968] = 0x3cde, [0x3969] = 0x3cdf, [0x396a] = 0x3ce1, - [0x396b] = 0x3ce2, [0x396c] = 0x3ce3, [0x396d] = 0x3ce4, [0x396e] = 0x3ce5, - [0x396f] = 0x3ce6, [0x3970] = 0x3ce7, [0x3971] = 0x3ce8, [0x3972] = 0x3ce9, - [0x3973] = 0x3cea, [0x3974] = 0x3ceb, [0x3975] = 0x3cec, [0x3976] = 0x3ced, - [0x3977] = 0x3cee, [0x3978] = 0x3cef, [0x3979] = 0x3cf0, [0x397a] = 0x3cf1, - [0x397b] = 0x3cf2, [0x397c] = 0x3cf3, [0x397d] = 0x3cf4, [0x397e] = 0x3cf5, - [0x397f] = 0x3cf6, [0x3980] = 0x3cf7, [0x3981] = 0x3cf8, [0x3982] = 0x3cf9, - [0x3983] = 0x3cfa, [0x3984] = 0x3cfb, [0x3985] = 0x3cfc, [0x3986] = 0x3cfd, - [0x3987] = 0x3cfe, [0x3988] = 0x3cff, [0x3989] = 0x3d00, [0x398a] = 0x3d01, - [0x398b] = 0x3d02, [0x398c] = 0x3d03, [0x398d] = 0x3d04, [0x398e] = 0x3d05, - [0x398f] = 0x3d06, [0x3990] = 0x3d07, [0x3991] = 0x3d08, [0x3992] = 0x3d09, - [0x3993] = 0x3d0a, [0x3994] = 0x3d0b, [0x3995] = 0x3d0c, [0x3996] = 0x3d0d, - [0x3997] = 0x3d0e, [0x3998] = 0x3d0f, [0x3999] = 0x3d10, [0x399a] = 0x3d11, - [0x399b] = 0x3d12, [0x399c] = 0x3d13, [0x399d] = 0x3d14, [0x399e] = 0x3d15, - [0x399f] = 0x3d16, [0x39a0] = 0x3d17, [0x39a1] = 0x3d18, [0x39a2] = 0x3d19, - [0x39a3] = 0x3d1a, [0x39a4] = 0x3d1b, [0x39a5] = 0x3d1c, [0x39a6] = 0x3d1d, - [0x39a7] = 0x3d1e, [0x39a8] = 0x3d1f, [0x39a9] = 0x3d20, [0x39aa] = 0x3d21, - [0x39ab] = 0x3d22, [0x39ac] = 0x3d23, [0x39ad] = 0x3d24, [0x39ae] = 0x3d25, - [0x39af] = 0x3d26, [0x39b0] = 0x3d27, [0x39b1] = 0x3d28, [0x39b2] = 0x3d29, - [0x39b3] = 0x3d2a, [0x39b4] = 0x3d2b, [0x39b5] = 0x3d2c, [0x39b6] = 0x3d2d, - [0x39b7] = 0x3d2e, [0x39b8] = 0x3d2f, [0x39b9] = 0x3d30, [0x39ba] = 0x3d31, - [0x39bb] = 0x3d32, [0x39bc] = 0x3d33, [0x39bd] = 0x3d34, [0x39be] = 0x3d35, - [0x39bf] = 0x3d36, [0x39c0] = 0x3d37, [0x39c1] = 0x3d38, [0x39c2] = 0x3d39, - [0x39c3] = 0x3d3a, [0x39c4] = 0x3d3b, [0x39c5] = 0x3d3c, [0x39c6] = 0x3d3d, - [0x39c7] = 0x3d3e, [0x39c8] = 0x3d3f, [0x39c9] = 0x3d40, [0x39ca] = 0x3d41, - [0x39cb] = 0x3d42, [0x39cc] = 0x3d43, [0x39cd] = 0x3d44, [0x39ce] = 0x3d45, - [0x39cf] = 0x3d46, [0x39d0] = 0x3d47, [0x39d1] = 0x3d48, [0x39d2] = 0x3d49, - [0x39d3] = 0x3d4a, [0x39d4] = 0x3d4b, [0x39d5] = 0x3d4c, [0x39d6] = 0x3d4d, - [0x39d7] = 0x3d4e, [0x39d8] = 0x3d4f, [0x39d9] = 0x3d50, [0x39da] = 0x3d51, - [0x39db] = 0x3d52, [0x39dc] = 0x3d53, [0x39dd] = 0x3d54, [0x39de] = 0x3d55, - [0x39df] = 0x3d56, [0x39e0] = 0x3d57, [0x39e1] = 0x3d58, [0x39e2] = 0x3d59, - [0x39e3] = 0x3d5a, [0x39e4] = 0x3d5b, [0x39e5] = 0x3d5c, [0x39e6] = 0x3d5d, - [0x39e7] = 0x3d5e, [0x39e8] = 0x3d5f, [0x39e9] = 0x3d60, [0x39ea] = 0x3d61, - [0x39eb] = 0x3d62, [0x39ec] = 0x3d63, [0x39ed] = 0x3d64, [0x39ee] = 0x3d65, - [0x39ef] = 0x3d66, [0x39f0] = 0x3d67, [0x39f1] = 0x3d68, [0x39f2] = 0x3d69, - [0x39f3] = 0x3d6a, [0x39f4] = 0x3d6b, [0x39f5] = 0x3d6c, [0x39f6] = 0x3d6d, - [0x39f7] = 0x3d6e, [0x39f8] = 0x3d6f, [0x39f9] = 0x3d70, [0x39fa] = 0x3d71, - [0x39fb] = 0x3d72, [0x39fc] = 0x3d73, [0x39fd] = 0x3d74, [0x39fe] = 0x3d75, - [0x39ff] = 0x3d76, [0x3a00] = 0x3d77, [0x3a01] = 0x3d78, [0x3a02] = 0x3d79, - [0x3a03] = 0x3d7a, [0x3a04] = 0x3d7b, [0x3a05] = 0x3d7c, [0x3a06] = 0x3d7d, - [0x3a07] = 0x3d7e, [0x3a08] = 0x3d7f, [0x3a09] = 0x3d80, [0x3a0a] = 0x3d81, - [0x3a0b] = 0x3d82, [0x3a0c] = 0x3d83, [0x3a0d] = 0x3d84, [0x3a0e] = 0x3d85, - [0x3a0f] = 0x3d86, [0x3a10] = 0x3d87, [0x3a11] = 0x3d88, [0x3a12] = 0x3d89, - [0x3a13] = 0x3d8a, [0x3a14] = 0x3d8b, [0x3a15] = 0x3d8c, [0x3a16] = 0x3d8d, - [0x3a17] = 0x3d8e, [0x3a18] = 0x3d8f, [0x3a19] = 0x3d90, [0x3a1a] = 0x3d91, - [0x3a1b] = 0x3d92, [0x3a1c] = 0x3d93, [0x3a1d] = 0x3d94, [0x3a1e] = 0x3d95, - [0x3a1f] = 0x3d96, [0x3a20] = 0x3d97, [0x3a21] = 0x3d98, [0x3a22] = 0x3d99, - [0x3a23] = 0x3d9a, [0x3a24] = 0x3d9b, [0x3a25] = 0x3d9c, [0x3a26] = 0x3d9d, - [0x3a27] = 0x3d9e, [0x3a28] = 0x3d9f, [0x3a29] = 0x3da0, [0x3a2a] = 0x3da1, - [0x3a2b] = 0x3da2, [0x3a2c] = 0x3da3, [0x3a2d] = 0x3da4, [0x3a2e] = 0x3da5, - [0x3a2f] = 0x3da6, [0x3a30] = 0x3da7, [0x3a31] = 0x3da8, [0x3a32] = 0x3da9, - [0x3a33] = 0x3daa, [0x3a34] = 0x3dab, [0x3a35] = 0x3dac, [0x3a36] = 0x3dad, - [0x3a37] = 0x3dae, [0x3a38] = 0x3daf, [0x3a39] = 0x3db0, [0x3a3a] = 0x3db1, - [0x3a3b] = 0x3db2, [0x3a3c] = 0x3db3, [0x3a3d] = 0x3db4, [0x3a3e] = 0x3db5, - [0x3a3f] = 0x3db6, [0x3a40] = 0x3db7, [0x3a41] = 0x3db8, [0x3a42] = 0x3db9, - [0x3a43] = 0x3dba, [0x3a44] = 0x3dbb, [0x3a45] = 0x3dbc, [0x3a46] = 0x3dbd, - [0x3a47] = 0x3dbe, [0x3a48] = 0x3dbf, [0x3a49] = 0x3dc0, [0x3a4a] = 0x3dc1, - [0x3a4b] = 0x3dc2, [0x3a4c] = 0x3dc3, [0x3a4d] = 0x3dc4, [0x3a4e] = 0x3dc5, - [0x3a4f] = 0x3dc6, [0x3a50] = 0x3dc7, [0x3a51] = 0x3dc8, [0x3a52] = 0x3dc9, - [0x3a53] = 0x3dca, [0x3a54] = 0x3dcb, [0x3a55] = 0x3dcc, [0x3a56] = 0x3dcd, - [0x3a57] = 0x3dce, [0x3a58] = 0x3dcf, [0x3a59] = 0x3dd0, [0x3a5a] = 0x3dd1, - [0x3a5b] = 0x3dd2, [0x3a5c] = 0x3dd3, [0x3a5d] = 0x3dd4, [0x3a5e] = 0x3dd5, - [0x3a5f] = 0x3dd6, [0x3a60] = 0x3dd7, [0x3a61] = 0x3dd8, [0x3a62] = 0x3dd9, - [0x3a63] = 0x3dda, [0x3a64] = 0x3ddb, [0x3a65] = 0x3ddc, [0x3a66] = 0x3ddd, - [0x3a67] = 0x3dde, [0x3a68] = 0x3ddf, [0x3a69] = 0x3de0, [0x3a6a] = 0x3de1, - [0x3a6b] = 0x3de2, [0x3a6c] = 0x3de3, [0x3a6d] = 0x3de4, [0x3a6e] = 0x3de5, - [0x3a6f] = 0x3de6, [0x3a70] = 0x3de7, [0x3a71] = 0x3de8, [0x3a72] = 0x3de9, - [0x3a73] = 0x3dea, [0x3a74] = 0x3deb, [0x3a75] = 0x3dec, [0x3a76] = 0x3ded, - [0x3a77] = 0x3dee, [0x3a78] = 0x3def, [0x3a79] = 0x3df0, [0x3a7a] = 0x3df1, - [0x3a7b] = 0x3df2, [0x3a7c] = 0x3df3, [0x3a7d] = 0x3df4, [0x3a7e] = 0x3df5, - [0x3a7f] = 0x3df6, [0x3a80] = 0x3df7, [0x3a81] = 0x3df8, [0x3a82] = 0x3df9, - [0x3a83] = 0x3dfa, [0x3a84] = 0x3dfb, [0x3a85] = 0x3dfc, [0x3a86] = 0x3dfd, - [0x3a87] = 0x3dfe, [0x3a88] = 0x3dff, [0x3a89] = 0x3e00, [0x3a8a] = 0x3e01, - [0x3a8b] = 0x3e02, [0x3a8c] = 0x3e03, [0x3a8d] = 0x3e04, [0x3a8e] = 0x3e05, - [0x3a8f] = 0x3e06, [0x3a90] = 0x3e07, [0x3a91] = 0x3e08, [0x3a92] = 0x3e09, - [0x3a93] = 0x3e0a, [0x3a94] = 0x3e0b, [0x3a95] = 0x3e0c, [0x3a96] = 0x3e0d, - [0x3a97] = 0x3e0e, [0x3a98] = 0x3e0f, [0x3a99] = 0x3e10, [0x3a9a] = 0x3e11, - [0x3a9b] = 0x3e12, [0x3a9c] = 0x3e13, [0x3a9d] = 0x3e14, [0x3a9e] = 0x3e15, - [0x3a9f] = 0x3e16, [0x3aa0] = 0x3e17, [0x3aa1] = 0x3e18, [0x3aa2] = 0x3e19, - [0x3aa3] = 0x3e1a, [0x3aa4] = 0x3e1b, [0x3aa5] = 0x3e1c, [0x3aa6] = 0x3e1d, - [0x3aa7] = 0x3e1e, [0x3aa8] = 0x3e1f, [0x3aa9] = 0x3e20, [0x3aaa] = 0x3e21, - [0x3aab] = 0x3e22, [0x3aac] = 0x3e23, [0x3aad] = 0x3e24, [0x3aae] = 0x3e25, - [0x3aaf] = 0x3e26, [0x3ab0] = 0x3e27, [0x3ab1] = 0x3e28, [0x3ab2] = 0x3e29, - [0x3ab3] = 0x3e2a, [0x3ab4] = 0x3e2b, [0x3ab5] = 0x3e2c, [0x3ab6] = 0x3e2d, - [0x3ab7] = 0x3e2e, [0x3ab8] = 0x3e2f, [0x3ab9] = 0x3e30, [0x3aba] = 0x3e31, - [0x3abb] = 0x3e32, [0x3abc] = 0x3e33, [0x3abd] = 0x3e34, [0x3abe] = 0x3e35, - [0x3abf] = 0x3e36, [0x3ac0] = 0x3e37, [0x3ac1] = 0x3e38, [0x3ac2] = 0x3e39, - [0x3ac3] = 0x3e3a, [0x3ac4] = 0x3e3b, [0x3ac5] = 0x3e3c, [0x3ac6] = 0x3e3d, - [0x3ac7] = 0x3e3e, [0x3ac8] = 0x3e3f, [0x3ac9] = 0x3e40, [0x3aca] = 0x3e41, - [0x3acb] = 0x3e42, [0x3acc] = 0x3e43, [0x3acd] = 0x3e44, [0x3ace] = 0x3e45, - [0x3acf] = 0x3e46, [0x3ad0] = 0x3e47, [0x3ad1] = 0x3e48, [0x3ad2] = 0x3e49, - [0x3ad3] = 0x3e4a, [0x3ad4] = 0x3e4b, [0x3ad5] = 0x3e4c, [0x3ad6] = 0x3e4d, - [0x3ad7] = 0x3e4e, [0x3ad8] = 0x3e4f, [0x3ad9] = 0x3e50, [0x3ada] = 0x3e51, - [0x3adb] = 0x3e52, [0x3adc] = 0x3e53, [0x3add] = 0x3e54, [0x3ade] = 0x3e55, - [0x3adf] = 0x3e56, [0x3ae0] = 0x3e57, [0x3ae1] = 0x3e58, [0x3ae2] = 0x3e59, - [0x3ae3] = 0x3e5a, [0x3ae4] = 0x3e5b, [0x3ae5] = 0x3e5c, [0x3ae6] = 0x3e5d, - [0x3ae7] = 0x3e5e, [0x3ae8] = 0x3e5f, [0x3ae9] = 0x3e60, [0x3aea] = 0x3e61, - [0x3aeb] = 0x3e62, [0x3aec] = 0x3e63, [0x3aed] = 0x3e64, [0x3aee] = 0x3e65, - [0x3aef] = 0x3e66, [0x3af0] = 0x3e67, [0x3af1] = 0x3e68, [0x3af2] = 0x3e69, - [0x3af3] = 0x3e6a, [0x3af4] = 0x3e6b, [0x3af5] = 0x3e6c, [0x3af6] = 0x3e6d, - [0x3af7] = 0x3e6e, [0x3af8] = 0x3e6f, [0x3af9] = 0x3e70, [0x3afa] = 0x3e71, - [0x3afb] = 0x3e72, [0x3afc] = 0x3e73, [0x3afd] = 0x3e74, [0x3afe] = 0x3e75, - [0x3aff] = 0x3e76, [0x3b00] = 0x3e77, [0x3b01] = 0x3e78, [0x3b02] = 0x3e79, - [0x3b03] = 0x3e7a, [0x3b04] = 0x3e7b, [0x3b05] = 0x3e7c, [0x3b06] = 0x3e7d, - [0x3b07] = 0x3e7e, [0x3b08] = 0x3e7f, [0x3b09] = 0x3e80, [0x3b0a] = 0x3e81, - [0x3b0b] = 0x3e82, [0x3b0c] = 0x3e83, [0x3b0d] = 0x3e84, [0x3b0e] = 0x3e85, - [0x3b0f] = 0x3e86, [0x3b10] = 0x3e87, [0x3b11] = 0x3e88, [0x3b12] = 0x3e89, - [0x3b13] = 0x3e8a, [0x3b14] = 0x3e8b, [0x3b15] = 0x3e8c, [0x3b16] = 0x3e8d, - [0x3b17] = 0x3e8e, [0x3b18] = 0x3e8f, [0x3b19] = 0x3e90, [0x3b1a] = 0x3e91, - [0x3b1b] = 0x3e92, [0x3b1c] = 0x3e93, [0x3b1d] = 0x3e94, [0x3b1e] = 0x3e95, - [0x3b1f] = 0x3e96, [0x3b20] = 0x3e97, [0x3b21] = 0x3e98, [0x3b22] = 0x3e99, - [0x3b23] = 0x3e9a, [0x3b24] = 0x3e9b, [0x3b25] = 0x3e9c, [0x3b26] = 0x3e9d, - [0x3b27] = 0x3e9e, [0x3b28] = 0x3e9f, [0x3b29] = 0x3ea0, [0x3b2a] = 0x3ea1, - [0x3b2b] = 0x3ea2, [0x3b2c] = 0x3ea3, [0x3b2d] = 0x3ea4, [0x3b2e] = 0x3ea5, - [0x3b2f] = 0x3ea6, [0x3b30] = 0x3ea7, [0x3b31] = 0x3ea8, [0x3b32] = 0x3ea9, - [0x3b33] = 0x3eaa, [0x3b34] = 0x3eab, [0x3b35] = 0x3eac, [0x3b36] = 0x3ead, - [0x3b37] = 0x3eae, [0x3b38] = 0x3eaf, [0x3b39] = 0x3eb0, [0x3b3a] = 0x3eb1, - [0x3b3b] = 0x3eb2, [0x3b3c] = 0x3eb3, [0x3b3d] = 0x3eb4, [0x3b3e] = 0x3eb5, - [0x3b3f] = 0x3eb6, [0x3b40] = 0x3eb7, [0x3b41] = 0x3eb8, [0x3b42] = 0x3eb9, - [0x3b43] = 0x3eba, [0x3b44] = 0x3ebb, [0x3b45] = 0x3ebc, [0x3b46] = 0x3ebd, - [0x3b47] = 0x3ebe, [0x3b48] = 0x3ebf, [0x3b49] = 0x3ec0, [0x3b4a] = 0x3ec1, - [0x3b4b] = 0x3ec2, [0x3b4c] = 0x3ec3, [0x3b4d] = 0x3ec4, [0x3b4e] = 0x3ec5, - [0x3b4f] = 0x3ec6, [0x3b50] = 0x3ec7, [0x3b51] = 0x3ec8, [0x3b52] = 0x3ec9, - [0x3b53] = 0x3eca, [0x3b54] = 0x3ecb, [0x3b55] = 0x3ecc, [0x3b56] = 0x3ecd, - [0x3b57] = 0x3ece, [0x3b58] = 0x3ecf, [0x3b59] = 0x3ed0, [0x3b5a] = 0x3ed1, - [0x3b5b] = 0x3ed2, [0x3b5c] = 0x3ed3, [0x3b5d] = 0x3ed4, [0x3b5e] = 0x3ed5, - [0x3b5f] = 0x3ed6, [0x3b60] = 0x3ed7, [0x3b61] = 0x3ed8, [0x3b62] = 0x3ed9, - [0x3b63] = 0x3eda, [0x3b64] = 0x3edb, [0x3b65] = 0x3edc, [0x3b66] = 0x3edd, - [0x3b67] = 0x3ede, [0x3b68] = 0x3edf, [0x3b69] = 0x3ee0, [0x3b6a] = 0x3ee1, - [0x3b6b] = 0x3ee2, [0x3b6c] = 0x3ee3, [0x3b6d] = 0x3ee4, [0x3b6e] = 0x3ee5, - [0x3b6f] = 0x3ee6, [0x3b70] = 0x3ee7, [0x3b71] = 0x3ee8, [0x3b72] = 0x3ee9, - [0x3b73] = 0x3eea, [0x3b74] = 0x3eeb, [0x3b75] = 0x3eec, [0x3b76] = 0x3eed, - [0x3b77] = 0x3eee, [0x3b78] = 0x3eef, [0x3b79] = 0x3ef0, [0x3b7a] = 0x3ef1, - [0x3b7b] = 0x3ef2, [0x3b7c] = 0x3ef3, [0x3b7d] = 0x3ef4, [0x3b7e] = 0x3ef5, - [0x3b7f] = 0x3ef6, [0x3b80] = 0x3ef7, [0x3b81] = 0x3ef8, [0x3b82] = 0x3ef9, - [0x3b83] = 0x3efa, [0x3b84] = 0x3efb, [0x3b85] = 0x3efc, [0x3b86] = 0x3efd, - [0x3b87] = 0x3efe, [0x3b88] = 0x3eff, [0x3b89] = 0x3f00, [0x3b8a] = 0x3f01, - [0x3b8b] = 0x3f02, [0x3b8c] = 0x3f03, [0x3b8d] = 0x3f04, [0x3b8e] = 0x3f05, - [0x3b8f] = 0x3f06, [0x3b90] = 0x3f07, [0x3b91] = 0x3f08, [0x3b92] = 0x3f09, - [0x3b93] = 0x3f0a, [0x3b94] = 0x3f0b, [0x3b95] = 0x3f0c, [0x3b96] = 0x3f0d, - [0x3b97] = 0x3f0e, [0x3b98] = 0x3f0f, [0x3b99] = 0x3f10, [0x3b9a] = 0x3f11, - [0x3b9b] = 0x3f12, [0x3b9c] = 0x3f13, [0x3b9d] = 0x3f14, [0x3b9e] = 0x3f15, - [0x3b9f] = 0x3f16, [0x3ba0] = 0x3f17, [0x3ba1] = 0x3f18, [0x3ba2] = 0x3f19, - [0x3ba3] = 0x3f1a, [0x3ba4] = 0x3f1b, [0x3ba5] = 0x3f1c, [0x3ba6] = 0x3f1d, - [0x3ba7] = 0x3f1e, [0x3ba8] = 0x3f1f, [0x3ba9] = 0x3f20, [0x3baa] = 0x3f21, - [0x3bab] = 0x3f22, [0x3bac] = 0x3f23, [0x3bad] = 0x3f24, [0x3bae] = 0x3f25, - [0x3baf] = 0x3f26, [0x3bb0] = 0x3f27, [0x3bb1] = 0x3f28, [0x3bb2] = 0x3f29, - [0x3bb3] = 0x3f2a, [0x3bb4] = 0x3f2b, [0x3bb5] = 0x3f2c, [0x3bb6] = 0x3f2d, - [0x3bb7] = 0x3f2e, [0x3bb8] = 0x3f2f, [0x3bb9] = 0x3f30, [0x3bba] = 0x3f31, - [0x3bbb] = 0x3f32, [0x3bbc] = 0x3f33, [0x3bbd] = 0x3f34, [0x3bbe] = 0x3f35, - [0x3bbf] = 0x3f36, [0x3bc0] = 0x3f37, [0x3bc1] = 0x3f38, [0x3bc2] = 0x3f39, - [0x3bc3] = 0x3f3a, [0x3bc4] = 0x3f3b, [0x3bc5] = 0x3f3c, [0x3bc6] = 0x3f3d, - [0x3bc7] = 0x3f3e, [0x3bc8] = 0x3f3f, [0x3bc9] = 0x3f40, [0x3bca] = 0x3f41, - [0x3bcb] = 0x3f42, [0x3bcc] = 0x3f43, [0x3bcd] = 0x3f44, [0x3bce] = 0x3f45, - [0x3bcf] = 0x3f46, [0x3bd0] = 0x3f47, [0x3bd1] = 0x3f48, [0x3bd2] = 0x3f49, - [0x3bd3] = 0x3f4a, [0x3bd4] = 0x3f4b, [0x3bd5] = 0x3f4c, [0x3bd6] = 0x3f4d, - [0x3bd7] = 0x3f4e, [0x3bd8] = 0x3f4f, [0x3bd9] = 0x3f50, [0x3bda] = 0x3f51, - [0x3bdb] = 0x3f52, [0x3bdc] = 0x3f53, [0x3bdd] = 0x3f54, [0x3bde] = 0x3f55, - [0x3bdf] = 0x3f56, [0x3be0] = 0x3f57, [0x3be1] = 0x3f58, [0x3be2] = 0x3f59, - [0x3be3] = 0x3f5a, [0x3be4] = 0x3f5b, [0x3be5] = 0x3f5c, [0x3be6] = 0x3f5d, - [0x3be7] = 0x3f5e, [0x3be8] = 0x3f5f, [0x3be9] = 0x3f60, [0x3bea] = 0x3f61, - [0x3beb] = 0x3f62, [0x3bec] = 0x3f63, [0x3bed] = 0x3f64, [0x3bee] = 0x3f65, - [0x3bef] = 0x3f66, [0x3bf0] = 0x3f67, [0x3bf1] = 0x3f68, [0x3bf2] = 0x3f69, - [0x3bf3] = 0x3f6a, [0x3bf4] = 0x3f6b, [0x3bf5] = 0x3f6c, [0x3bf6] = 0x3f6d, - [0x3bf7] = 0x3f6e, [0x3bf8] = 0x3f6f, [0x3bf9] = 0x3f70, [0x3bfa] = 0x3f71, - [0x3bfb] = 0x3f72, [0x3bfc] = 0x3f73, [0x3bfd] = 0x3f74, [0x3bfe] = 0x3f75, - [0x3bff] = 0x3f76, [0x3c00] = 0x3f77, [0x3c01] = 0x3f78, [0x3c02] = 0x3f79, - [0x3c03] = 0x3f7a, [0x3c04] = 0x3f7b, [0x3c05] = 0x3f7c, [0x3c06] = 0x3f7d, - [0x3c07] = 0x3f7e, [0x3c08] = 0x3f7f, [0x3c09] = 0x3f80, [0x3c0a] = 0x3f81, - [0x3c0b] = 0x3f82, [0x3c0c] = 0x3f83, [0x3c0d] = 0x3f84, [0x3c0e] = 0x3f85, - [0x3c0f] = 0x3f86, [0x3c10] = 0x3f87, [0x3c11] = 0x3f88, [0x3c12] = 0x3f89, - [0x3c13] = 0x3f8a, [0x3c14] = 0x3f8b, [0x3c15] = 0x3f8c, [0x3c16] = 0x3f8d, - [0x3c17] = 0x3f8e, [0x3c18] = 0x3f8f, [0x3c19] = 0x3f90, [0x3c1a] = 0x3f91, - [0x3c1b] = 0x3f92, [0x3c1c] = 0x3f93, [0x3c1d] = 0x3f94, [0x3c1e] = 0x3f95, - [0x3c1f] = 0x3f96, [0x3c20] = 0x3f97, [0x3c21] = 0x3f98, [0x3c22] = 0x3f99, - [0x3c23] = 0x3f9a, [0x3c24] = 0x3f9b, [0x3c25] = 0x3f9c, [0x3c26] = 0x3f9d, - [0x3c27] = 0x3f9e, [0x3c28] = 0x3f9f, [0x3c29] = 0x3fa0, [0x3c2a] = 0x3fa1, - [0x3c2b] = 0x3fa2, [0x3c2c] = 0x3fa3, [0x3c2d] = 0x3fa4, [0x3c2e] = 0x3fa5, - [0x3c2f] = 0x3fa6, [0x3c30] = 0x3fa7, [0x3c31] = 0x3fa8, [0x3c32] = 0x3fa9, - [0x3c33] = 0x3faa, [0x3c34] = 0x3fab, [0x3c35] = 0x3fac, [0x3c36] = 0x3fad, - [0x3c37] = 0x3fae, [0x3c38] = 0x3faf, [0x3c39] = 0x3fb0, [0x3c3a] = 0x3fb1, - [0x3c3b] = 0x3fb2, [0x3c3c] = 0x3fb3, [0x3c3d] = 0x3fb4, [0x3c3e] = 0x3fb5, - [0x3c3f] = 0x3fb6, [0x3c40] = 0x3fb7, [0x3c41] = 0x3fb8, [0x3c42] = 0x3fb9, - [0x3c43] = 0x3fba, [0x3c44] = 0x3fbb, [0x3c45] = 0x3fbc, [0x3c46] = 0x3fbd, - [0x3c47] = 0x3fbe, [0x3c48] = 0x3fbf, [0x3c49] = 0x3fc0, [0x3c4a] = 0x3fc1, - [0x3c4b] = 0x3fc2, [0x3c4c] = 0x3fc3, [0x3c4d] = 0x3fc4, [0x3c4e] = 0x3fc5, - [0x3c4f] = 0x3fc6, [0x3c50] = 0x3fc7, [0x3c51] = 0x3fc8, [0x3c52] = 0x3fc9, - [0x3c53] = 0x3fca, [0x3c54] = 0x3fcb, [0x3c55] = 0x3fcc, [0x3c56] = 0x3fcd, - [0x3c57] = 0x3fce, [0x3c58] = 0x3fcf, [0x3c59] = 0x3fd0, [0x3c5a] = 0x3fd1, - [0x3c5b] = 0x3fd2, [0x3c5c] = 0x3fd3, [0x3c5d] = 0x3fd4, [0x3c5e] = 0x3fd5, - [0x3c5f] = 0x3fd6, [0x3c60] = 0x3fd7, [0x3c61] = 0x3fd8, [0x3c62] = 0x3fd9, - [0x3c63] = 0x3fda, [0x3c64] = 0x3fdb, [0x3c65] = 0x3fdc, [0x3c66] = 0x3fdd, - [0x3c67] = 0x3fde, [0x3c68] = 0x3fdf, [0x3c69] = 0x3fe0, [0x3c6a] = 0x3fe1, - [0x3c6b] = 0x3fe2, [0x3c6c] = 0x3fe3, [0x3c6d] = 0x3fe4, [0x3c6e] = 0x3fe5, - [0x3c6f] = 0x3fe6, [0x3c70] = 0x3fe7, [0x3c71] = 0x3fe8, [0x3c72] = 0x3fe9, - [0x3c73] = 0x3fea, [0x3c74] = 0x3feb, [0x3c75] = 0x3fec, [0x3c76] = 0x3fed, - [0x3c77] = 0x3fee, [0x3c78] = 0x3fef, [0x3c79] = 0x3ff0, [0x3c7a] = 0x3ff1, - [0x3c7b] = 0x3ff2, [0x3c7c] = 0x3ff3, [0x3c7d] = 0x3ff4, [0x3c7e] = 0x3ff5, - [0x3c7f] = 0x3ff6, [0x3c80] = 0x3ff7, [0x3c81] = 0x3ff8, [0x3c82] = 0x3ff9, - [0x3c83] = 0x3ffa, [0x3c84] = 0x3ffb, [0x3c85] = 0x3ffc, [0x3c86] = 0x3ffd, - [0x3c87] = 0x3ffe, [0x3c88] = 0x3fff, [0x3c89] = 0x4000, [0x3c8a] = 0x4001, - [0x3c8b] = 0x4002, [0x3c8c] = 0x4003, [0x3c8d] = 0x4004, [0x3c8e] = 0x4005, - [0x3c8f] = 0x4006, [0x3c90] = 0x4007, [0x3c91] = 0x4008, [0x3c92] = 0x4009, - [0x3c93] = 0x400a, [0x3c94] = 0x400b, [0x3c95] = 0x400c, [0x3c96] = 0x400d, - [0x3c97] = 0x400e, [0x3c98] = 0x400f, [0x3c99] = 0x4010, [0x3c9a] = 0x4011, - [0x3c9b] = 0x4012, [0x3c9c] = 0x4013, [0x3c9d] = 0x4014, [0x3c9e] = 0x4015, - [0x3c9f] = 0x4016, [0x3ca0] = 0x4017, [0x3ca1] = 0x4018, [0x3ca2] = 0x4019, - [0x3ca3] = 0x401a, [0x3ca4] = 0x401b, [0x3ca5] = 0x401c, [0x3ca6] = 0x401d, - [0x3ca7] = 0x401e, [0x3ca8] = 0x401f, [0x3ca9] = 0x4020, [0x3caa] = 0x4021, - [0x3cab] = 0x4022, [0x3cac] = 0x4023, [0x3cad] = 0x4024, [0x3cae] = 0x4025, - [0x3caf] = 0x4026, [0x3cb0] = 0x4027, [0x3cb1] = 0x4028, [0x3cb2] = 0x4029, - [0x3cb3] = 0x402a, [0x3cb4] = 0x402b, [0x3cb5] = 0x402c, [0x3cb6] = 0x402d, - [0x3cb7] = 0x402e, [0x3cb8] = 0x402f, [0x3cb9] = 0x4030, [0x3cba] = 0x4031, - [0x3cbb] = 0x4032, [0x3cbc] = 0x4033, [0x3cbd] = 0x4034, [0x3cbe] = 0x4035, - [0x3cbf] = 0x4036, [0x3cc0] = 0x4037, [0x3cc1] = 0x4038, [0x3cc2] = 0x4039, - [0x3cc3] = 0x403a, [0x3cc4] = 0x403b, [0x3cc5] = 0x403c, [0x3cc6] = 0x403d, - [0x3cc7] = 0x403e, [0x3cc8] = 0x403f, [0x3cc9] = 0x4040, [0x3cca] = 0x4041, - [0x3ccb] = 0x4042, [0x3ccc] = 0x4043, [0x3ccd] = 0x4044, [0x3cce] = 0x4045, - [0x3ccf] = 0x4046, [0x3cd0] = 0x4047, [0x3cd1] = 0x4048, [0x3cd2] = 0x4049, - [0x3cd3] = 0x404a, [0x3cd4] = 0x404b, [0x3cd5] = 0x404c, [0x3cd6] = 0x404d, - [0x3cd7] = 0x404e, [0x3cd8] = 0x404f, [0x3cd9] = 0x4050, [0x3cda] = 0x4051, - [0x3cdb] = 0x4052, [0x3cdc] = 0x4053, [0x3cdd] = 0x4054, [0x3cde] = 0x4055, - [0x3cdf] = 0x4057, [0x3ce0] = 0x4058, [0x3ce1] = 0x4059, [0x3ce2] = 0x405a, - [0x3ce3] = 0x405b, [0x3ce4] = 0x405c, [0x3ce5] = 0x405d, [0x3ce6] = 0x405e, - [0x3ce7] = 0x405f, [0x3ce8] = 0x4060, [0x3ce9] = 0x4061, [0x3cea] = 0x4062, - [0x3ceb] = 0x4063, [0x3cec] = 0x4064, [0x3ced] = 0x4065, [0x3cee] = 0x4066, - [0x3cef] = 0x4067, [0x3cf0] = 0x4068, [0x3cf1] = 0x4069, [0x3cf2] = 0x406a, - [0x3cf3] = 0x406b, [0x3cf4] = 0x406c, [0x3cf5] = 0x406d, [0x3cf6] = 0x406e, - [0x3cf7] = 0x406f, [0x3cf8] = 0x4070, [0x3cf9] = 0x4071, [0x3cfa] = 0x4072, - [0x3cfb] = 0x4073, [0x3cfc] = 0x4074, [0x3cfd] = 0x4075, [0x3cfe] = 0x4076, - [0x3cff] = 0x4077, [0x3d00] = 0x4078, [0x3d01] = 0x4079, [0x3d02] = 0x407a, - [0x3d03] = 0x407b, [0x3d04] = 0x407c, [0x3d05] = 0x407d, [0x3d06] = 0x407e, - [0x3d07] = 0x407f, [0x3d08] = 0x4080, [0x3d09] = 0x4081, [0x3d0a] = 0x4082, - [0x3d0b] = 0x4083, [0x3d0c] = 0x4084, [0x3d0d] = 0x4085, [0x3d0e] = 0x4086, - [0x3d0f] = 0x4087, [0x3d10] = 0x4088, [0x3d11] = 0x4089, [0x3d12] = 0x408a, - [0x3d13] = 0x408b, [0x3d14] = 0x408c, [0x3d15] = 0x408d, [0x3d16] = 0x408e, - [0x3d17] = 0x408f, [0x3d18] = 0x4090, [0x3d19] = 0x4091, [0x3d1a] = 0x4092, - [0x3d1b] = 0x4093, [0x3d1c] = 0x4094, [0x3d1d] = 0x4095, [0x3d1e] = 0x4096, - [0x3d1f] = 0x4097, [0x3d20] = 0x4098, [0x3d21] = 0x4099, [0x3d22] = 0x409a, - [0x3d23] = 0x409b, [0x3d24] = 0x409c, [0x3d25] = 0x409d, [0x3d26] = 0x409e, - [0x3d27] = 0x409f, [0x3d28] = 0x40a0, [0x3d29] = 0x40a1, [0x3d2a] = 0x40a2, - [0x3d2b] = 0x40a3, [0x3d2c] = 0x40a4, [0x3d2d] = 0x40a5, [0x3d2e] = 0x40a6, - [0x3d2f] = 0x40a7, [0x3d30] = 0x40a8, [0x3d31] = 0x40a9, [0x3d32] = 0x40aa, - [0x3d33] = 0x40ab, [0x3d34] = 0x40ac, [0x3d35] = 0x40ad, [0x3d36] = 0x40ae, - [0x3d37] = 0x40af, [0x3d38] = 0x40b0, [0x3d39] = 0x40b1, [0x3d3a] = 0x40b2, - [0x3d3b] = 0x40b3, [0x3d3c] = 0x40b4, [0x3d3d] = 0x40b5, [0x3d3e] = 0x40b6, - [0x3d3f] = 0x40b7, [0x3d40] = 0x40b8, [0x3d41] = 0x40b9, [0x3d42] = 0x40ba, - [0x3d43] = 0x40bb, [0x3d44] = 0x40bc, [0x3d45] = 0x40bd, [0x3d46] = 0x40be, - [0x3d47] = 0x40bf, [0x3d48] = 0x40c0, [0x3d49] = 0x40c1, [0x3d4a] = 0x40c2, - [0x3d4b] = 0x40c3, [0x3d4c] = 0x40c4, [0x3d4d] = 0x40c5, [0x3d4e] = 0x40c6, - [0x3d4f] = 0x40c7, [0x3d50] = 0x40c8, [0x3d51] = 0x40c9, [0x3d52] = 0x40ca, - [0x3d53] = 0x40cb, [0x3d54] = 0x40cc, [0x3d55] = 0x40cd, [0x3d56] = 0x40ce, - [0x3d57] = 0x40cf, [0x3d58] = 0x40d0, [0x3d59] = 0x40d1, [0x3d5a] = 0x40d2, - [0x3d5b] = 0x40d3, [0x3d5c] = 0x40d4, [0x3d5d] = 0x40d5, [0x3d5e] = 0x40d6, - [0x3d5f] = 0x40d7, [0x3d60] = 0x40d8, [0x3d61] = 0x40d9, [0x3d62] = 0x40da, - [0x3d63] = 0x40db, [0x3d64] = 0x40dc, [0x3d65] = 0x40dd, [0x3d66] = 0x40de, - [0x3d67] = 0x40df, [0x3d68] = 0x40e0, [0x3d69] = 0x40e1, [0x3d6a] = 0x40e2, - [0x3d6b] = 0x40e3, [0x3d6c] = 0x40e4, [0x3d6d] = 0x40e5, [0x3d6e] = 0x40e6, - [0x3d6f] = 0x40e7, [0x3d70] = 0x40e8, [0x3d71] = 0x40e9, [0x3d72] = 0x40ea, - [0x3d73] = 0x40eb, [0x3d74] = 0x40ec, [0x3d75] = 0x40ed, [0x3d76] = 0x40ee, - [0x3d77] = 0x40ef, [0x3d78] = 0x40f0, [0x3d79] = 0x40f1, [0x3d7a] = 0x40f2, - [0x3d7b] = 0x40f3, [0x3d7c] = 0x40f4, [0x3d7d] = 0x40f5, [0x3d7e] = 0x40f6, - [0x3d7f] = 0x40f7, [0x3d80] = 0x40f8, [0x3d81] = 0x40f9, [0x3d82] = 0x40fa, - [0x3d83] = 0x40fb, [0x3d84] = 0x40fc, [0x3d85] = 0x40fd, [0x3d86] = 0x40fe, - [0x3d87] = 0x40ff, [0x3d88] = 0x4100, [0x3d89] = 0x4101, [0x3d8a] = 0x4102, - [0x3d8b] = 0x4103, [0x3d8c] = 0x4104, [0x3d8d] = 0x4105, [0x3d8e] = 0x4106, - [0x3d8f] = 0x4107, [0x3d90] = 0x4108, [0x3d91] = 0x4109, [0x3d92] = 0x410a, - [0x3d93] = 0x410b, [0x3d94] = 0x410c, [0x3d95] = 0x410d, [0x3d96] = 0x410e, - [0x3d97] = 0x410f, [0x3d98] = 0x4110, [0x3d99] = 0x4111, [0x3d9a] = 0x4112, - [0x3d9b] = 0x4113, [0x3d9c] = 0x4114, [0x3d9d] = 0x4115, [0x3d9e] = 0x4116, - [0x3d9f] = 0x4117, [0x3da0] = 0x4118, [0x3da1] = 0x4119, [0x3da2] = 0x411a, - [0x3da3] = 0x411b, [0x3da4] = 0x411c, [0x3da5] = 0x411d, [0x3da6] = 0x411e, - [0x3da7] = 0x411f, [0x3da8] = 0x4120, [0x3da9] = 0x4121, [0x3daa] = 0x4122, - [0x3dab] = 0x4123, [0x3dac] = 0x4124, [0x3dad] = 0x4125, [0x3dae] = 0x4126, - [0x3daf] = 0x4127, [0x3db0] = 0x4128, [0x3db1] = 0x4129, [0x3db2] = 0x412a, - [0x3db3] = 0x412b, [0x3db4] = 0x412c, [0x3db5] = 0x412d, [0x3db6] = 0x412e, - [0x3db7] = 0x412f, [0x3db8] = 0x4130, [0x3db9] = 0x4131, [0x3dba] = 0x4132, - [0x3dbb] = 0x4133, [0x3dbc] = 0x4134, [0x3dbd] = 0x4135, [0x3dbe] = 0x4136, - [0x3dbf] = 0x4137, [0x3dc0] = 0x4138, [0x3dc1] = 0x4139, [0x3dc2] = 0x413a, - [0x3dc3] = 0x413b, [0x3dc4] = 0x413c, [0x3dc5] = 0x413d, [0x3dc6] = 0x413e, - [0x3dc7] = 0x413f, [0x3dc8] = 0x4140, [0x3dc9] = 0x4141, [0x3dca] = 0x4142, - [0x3dcb] = 0x4143, [0x3dcc] = 0x4144, [0x3dcd] = 0x4145, [0x3dce] = 0x4146, - [0x3dcf] = 0x4147, [0x3dd0] = 0x4148, [0x3dd1] = 0x4149, [0x3dd2] = 0x414a, - [0x3dd3] = 0x414b, [0x3dd4] = 0x414c, [0x3dd5] = 0x414d, [0x3dd6] = 0x414e, - [0x3dd7] = 0x414f, [0x3dd8] = 0x4150, [0x3dd9] = 0x4151, [0x3dda] = 0x4152, - [0x3ddb] = 0x4153, [0x3ddc] = 0x4154, [0x3ddd] = 0x4155, [0x3dde] = 0x4156, - [0x3ddf] = 0x4157, [0x3de0] = 0x4158, [0x3de1] = 0x4159, [0x3de2] = 0x415a, - [0x3de3] = 0x415b, [0x3de4] = 0x415c, [0x3de5] = 0x415d, [0x3de6] = 0x415e, - [0x3de7] = 0x4160, [0x3de8] = 0x4161, [0x3de9] = 0x4162, [0x3dea] = 0x4163, - [0x3deb] = 0x4164, [0x3dec] = 0x4165, [0x3ded] = 0x4166, [0x3dee] = 0x4167, - [0x3def] = 0x4168, [0x3df0] = 0x4169, [0x3df1] = 0x416a, [0x3df2] = 0x416b, - [0x3df3] = 0x416c, [0x3df4] = 0x416d, [0x3df5] = 0x416e, [0x3df6] = 0x416f, - [0x3df7] = 0x4170, [0x3df8] = 0x4171, [0x3df9] = 0x4172, [0x3dfa] = 0x4173, - [0x3dfb] = 0x4174, [0x3dfc] = 0x4175, [0x3dfd] = 0x4176, [0x3dfe] = 0x4177, - [0x3dff] = 0x4178, [0x3e00] = 0x4179, [0x3e01] = 0x417a, [0x3e02] = 0x417b, - [0x3e03] = 0x417c, [0x3e04] = 0x417d, [0x3e05] = 0x417e, [0x3e06] = 0x417f, - [0x3e07] = 0x4180, [0x3e08] = 0x4181, [0x3e09] = 0x4182, [0x3e0a] = 0x4183, - [0x3e0b] = 0x4184, [0x3e0c] = 0x4185, [0x3e0d] = 0x4186, [0x3e0e] = 0x4187, - [0x3e0f] = 0x4188, [0x3e10] = 0x4189, [0x3e11] = 0x418a, [0x3e12] = 0x418b, - [0x3e13] = 0x418c, [0x3e14] = 0x418d, [0x3e15] = 0x418e, [0x3e16] = 0x418f, - [0x3e17] = 0x4190, [0x3e18] = 0x4191, [0x3e19] = 0x4192, [0x3e1a] = 0x4193, - [0x3e1b] = 0x4194, [0x3e1c] = 0x4195, [0x3e1d] = 0x4196, [0x3e1e] = 0x4197, - [0x3e1f] = 0x4198, [0x3e20] = 0x4199, [0x3e21] = 0x419a, [0x3e22] = 0x419b, - [0x3e23] = 0x419c, [0x3e24] = 0x419d, [0x3e25] = 0x419e, [0x3e26] = 0x419f, - [0x3e27] = 0x41a0, [0x3e28] = 0x41a1, [0x3e29] = 0x41a2, [0x3e2a] = 0x41a3, - [0x3e2b] = 0x41a4, [0x3e2c] = 0x41a5, [0x3e2d] = 0x41a6, [0x3e2e] = 0x41a7, - [0x3e2f] = 0x41a8, [0x3e30] = 0x41a9, [0x3e31] = 0x41aa, [0x3e32] = 0x41ab, - [0x3e33] = 0x41ac, [0x3e34] = 0x41ad, [0x3e35] = 0x41ae, [0x3e36] = 0x41af, - [0x3e37] = 0x41b0, [0x3e38] = 0x41b1, [0x3e39] = 0x41b2, [0x3e3a] = 0x41b3, - [0x3e3b] = 0x41b4, [0x3e3c] = 0x41b5, [0x3e3d] = 0x41b6, [0x3e3e] = 0x41b7, - [0x3e3f] = 0x41b8, [0x3e40] = 0x41b9, [0x3e41] = 0x41ba, [0x3e42] = 0x41bb, - [0x3e43] = 0x41bc, [0x3e44] = 0x41bd, [0x3e45] = 0x41be, [0x3e46] = 0x41bf, - [0x3e47] = 0x41c0, [0x3e48] = 0x41c1, [0x3e49] = 0x41c2, [0x3e4a] = 0x41c3, - [0x3e4b] = 0x41c4, [0x3e4c] = 0x41c5, [0x3e4d] = 0x41c6, [0x3e4e] = 0x41c7, - [0x3e4f] = 0x41c8, [0x3e50] = 0x41c9, [0x3e51] = 0x41ca, [0x3e52] = 0x41cb, - [0x3e53] = 0x41cc, [0x3e54] = 0x41cd, [0x3e55] = 0x41ce, [0x3e56] = 0x41cf, - [0x3e57] = 0x41d0, [0x3e58] = 0x41d1, [0x3e59] = 0x41d2, [0x3e5a] = 0x41d3, - [0x3e5b] = 0x41d4, [0x3e5c] = 0x41d5, [0x3e5d] = 0x41d6, [0x3e5e] = 0x41d7, - [0x3e5f] = 0x41d8, [0x3e60] = 0x41d9, [0x3e61] = 0x41da, [0x3e62] = 0x41db, - [0x3e63] = 0x41dc, [0x3e64] = 0x41dd, [0x3e65] = 0x41de, [0x3e66] = 0x41df, - [0x3e67] = 0x41e0, [0x3e68] = 0x41e1, [0x3e69] = 0x41e2, [0x3e6a] = 0x41e3, - [0x3e6b] = 0x41e4, [0x3e6c] = 0x41e5, [0x3e6d] = 0x41e6, [0x3e6e] = 0x41e7, - [0x3e6f] = 0x41e8, [0x3e70] = 0x41e9, [0x3e71] = 0x41ea, [0x3e72] = 0x41eb, - [0x3e73] = 0x41ec, [0x3e74] = 0x41ed, [0x3e75] = 0x41ee, [0x3e76] = 0x41ef, - [0x3e77] = 0x41f0, [0x3e78] = 0x41f1, [0x3e79] = 0x41f2, [0x3e7a] = 0x41f3, - [0x3e7b] = 0x41f4, [0x3e7c] = 0x41f5, [0x3e7d] = 0x41f6, [0x3e7e] = 0x41f7, - [0x3e7f] = 0x41f8, [0x3e80] = 0x41f9, [0x3e81] = 0x41fa, [0x3e82] = 0x41fb, - [0x3e83] = 0x41fc, [0x3e84] = 0x41fd, [0x3e85] = 0x41fe, [0x3e86] = 0x41ff, - [0x3e87] = 0x4200, [0x3e88] = 0x4201, [0x3e89] = 0x4202, [0x3e8a] = 0x4203, - [0x3e8b] = 0x4204, [0x3e8c] = 0x4205, [0x3e8d] = 0x4206, [0x3e8e] = 0x4207, - [0x3e8f] = 0x4208, [0x3e90] = 0x4209, [0x3e91] = 0x420a, [0x3e92] = 0x420b, - [0x3e93] = 0x420c, [0x3e94] = 0x420d, [0x3e95] = 0x420e, [0x3e96] = 0x420f, - [0x3e97] = 0x4210, [0x3e98] = 0x4211, [0x3e99] = 0x4212, [0x3e9a] = 0x4213, - [0x3e9b] = 0x4214, [0x3e9c] = 0x4215, [0x3e9d] = 0x4216, [0x3e9e] = 0x4217, - [0x3e9f] = 0x4218, [0x3ea0] = 0x4219, [0x3ea1] = 0x421a, [0x3ea2] = 0x421b, - [0x3ea3] = 0x421c, [0x3ea4] = 0x421d, [0x3ea5] = 0x421e, [0x3ea6] = 0x421f, - [0x3ea7] = 0x4220, [0x3ea8] = 0x4221, [0x3ea9] = 0x4222, [0x3eaa] = 0x4223, - [0x3eab] = 0x4224, [0x3eac] = 0x4225, [0x3ead] = 0x4226, [0x3eae] = 0x4227, - [0x3eaf] = 0x4228, [0x3eb0] = 0x4229, [0x3eb1] = 0x422a, [0x3eb2] = 0x422b, - [0x3eb3] = 0x422c, [0x3eb4] = 0x422d, [0x3eb5] = 0x422e, [0x3eb6] = 0x422f, - [0x3eb7] = 0x4230, [0x3eb8] = 0x4231, [0x3eb9] = 0x4232, [0x3eba] = 0x4233, - [0x3ebb] = 0x4234, [0x3ebc] = 0x4235, [0x3ebd] = 0x4236, [0x3ebe] = 0x4237, - [0x3ebf] = 0x4238, [0x3ec0] = 0x4239, [0x3ec1] = 0x423a, [0x3ec2] = 0x423b, - [0x3ec3] = 0x423c, [0x3ec4] = 0x423d, [0x3ec5] = 0x423e, [0x3ec6] = 0x423f, - [0x3ec7] = 0x4240, [0x3ec8] = 0x4241, [0x3ec9] = 0x4242, [0x3eca] = 0x4243, - [0x3ecb] = 0x4244, [0x3ecc] = 0x4245, [0x3ecd] = 0x4246, [0x3ece] = 0x4247, - [0x3ecf] = 0x4248, [0x3ed0] = 0x4249, [0x3ed1] = 0x424a, [0x3ed2] = 0x424b, - [0x3ed3] = 0x424c, [0x3ed4] = 0x424d, [0x3ed5] = 0x424e, [0x3ed6] = 0x424f, - [0x3ed7] = 0x4250, [0x3ed8] = 0x4251, [0x3ed9] = 0x4252, [0x3eda] = 0x4253, - [0x3edb] = 0x4254, [0x3edc] = 0x4255, [0x3edd] = 0x4256, [0x3ede] = 0x4257, - [0x3edf] = 0x4258, [0x3ee0] = 0x4259, [0x3ee1] = 0x425a, [0x3ee2] = 0x425b, - [0x3ee3] = 0x425c, [0x3ee4] = 0x425d, [0x3ee5] = 0x425e, [0x3ee6] = 0x425f, - [0x3ee7] = 0x4260, [0x3ee8] = 0x4261, [0x3ee9] = 0x4262, [0x3eea] = 0x4263, - [0x3eeb] = 0x4264, [0x3eec] = 0x4265, [0x3eed] = 0x4266, [0x3eee] = 0x4267, - [0x3eef] = 0x4268, [0x3ef0] = 0x4269, [0x3ef1] = 0x426a, [0x3ef2] = 0x426b, - [0x3ef3] = 0x426c, [0x3ef4] = 0x426d, [0x3ef5] = 0x426e, [0x3ef6] = 0x426f, - [0x3ef7] = 0x4270, [0x3ef8] = 0x4271, [0x3ef9] = 0x4272, [0x3efa] = 0x4273, - [0x3efb] = 0x4274, [0x3efc] = 0x4275, [0x3efd] = 0x4276, [0x3efe] = 0x4277, - [0x3eff] = 0x4278, [0x3f00] = 0x4279, [0x3f01] = 0x427a, [0x3f02] = 0x427b, - [0x3f03] = 0x427c, [0x3f04] = 0x427d, [0x3f05] = 0x427e, [0x3f06] = 0x427f, - [0x3f07] = 0x4280, [0x3f08] = 0x4281, [0x3f09] = 0x4282, [0x3f0a] = 0x4283, - [0x3f0b] = 0x4284, [0x3f0c] = 0x4285, [0x3f0d] = 0x4286, [0x3f0e] = 0x4287, - [0x3f0f] = 0x4288, [0x3f10] = 0x4289, [0x3f11] = 0x428a, [0x3f12] = 0x428b, - [0x3f13] = 0x428c, [0x3f14] = 0x428d, [0x3f15] = 0x428e, [0x3f16] = 0x428f, - [0x3f17] = 0x4290, [0x3f18] = 0x4291, [0x3f19] = 0x4292, [0x3f1a] = 0x4293, - [0x3f1b] = 0x4294, [0x3f1c] = 0x4295, [0x3f1d] = 0x4296, [0x3f1e] = 0x4297, - [0x3f1f] = 0x4298, [0x3f20] = 0x4299, [0x3f21] = 0x429a, [0x3f22] = 0x429b, - [0x3f23] = 0x429c, [0x3f24] = 0x429d, [0x3f25] = 0x429e, [0x3f26] = 0x429f, - [0x3f27] = 0x42a0, [0x3f28] = 0x42a1, [0x3f29] = 0x42a2, [0x3f2a] = 0x42a3, - [0x3f2b] = 0x42a4, [0x3f2c] = 0x42a5, [0x3f2d] = 0x42a6, [0x3f2e] = 0x42a7, - [0x3f2f] = 0x42a8, [0x3f30] = 0x42a9, [0x3f31] = 0x42aa, [0x3f32] = 0x42ab, - [0x3f33] = 0x42ac, [0x3f34] = 0x42ad, [0x3f35] = 0x42ae, [0x3f36] = 0x42af, - [0x3f37] = 0x42b0, [0x3f38] = 0x42b1, [0x3f39] = 0x42b2, [0x3f3a] = 0x42b3, - [0x3f3b] = 0x42b4, [0x3f3c] = 0x42b5, [0x3f3d] = 0x42b6, [0x3f3e] = 0x42b7, - [0x3f3f] = 0x42b8, [0x3f40] = 0x42b9, [0x3f41] = 0x42ba, [0x3f42] = 0x42bb, - [0x3f43] = 0x42bc, [0x3f44] = 0x42bd, [0x3f45] = 0x42be, [0x3f46] = 0x42bf, - [0x3f47] = 0x42c0, [0x3f48] = 0x42c1, [0x3f49] = 0x42c2, [0x3f4a] = 0x42c3, - [0x3f4b] = 0x42c4, [0x3f4c] = 0x42c5, [0x3f4d] = 0x42c6, [0x3f4e] = 0x42c7, - [0x3f4f] = 0x42c8, [0x3f50] = 0x42c9, [0x3f51] = 0x42ca, [0x3f52] = 0x42cb, - [0x3f53] = 0x42cc, [0x3f54] = 0x42cd, [0x3f55] = 0x42ce, [0x3f56] = 0x42cf, - [0x3f57] = 0x42d0, [0x3f58] = 0x42d1, [0x3f59] = 0x42d2, [0x3f5a] = 0x42d3, - [0x3f5b] = 0x42d4, [0x3f5c] = 0x42d5, [0x3f5d] = 0x42d6, [0x3f5e] = 0x42d7, - [0x3f5f] = 0x42d8, [0x3f60] = 0x42d9, [0x3f61] = 0x42da, [0x3f62] = 0x42db, - [0x3f63] = 0x42dc, [0x3f64] = 0x42dd, [0x3f65] = 0x42de, [0x3f66] = 0x42df, - [0x3f67] = 0x42e0, [0x3f68] = 0x42e1, [0x3f69] = 0x42e2, [0x3f6a] = 0x42e3, - [0x3f6b] = 0x42e4, [0x3f6c] = 0x42e5, [0x3f6d] = 0x42e6, [0x3f6e] = 0x42e7, - [0x3f6f] = 0x42e8, [0x3f70] = 0x42e9, [0x3f71] = 0x42ea, [0x3f72] = 0x42eb, - [0x3f73] = 0x42ec, [0x3f74] = 0x42ed, [0x3f75] = 0x42ee, [0x3f76] = 0x42ef, - [0x3f77] = 0x42f0, [0x3f78] = 0x42f1, [0x3f79] = 0x42f2, [0x3f7a] = 0x42f3, - [0x3f7b] = 0x42f4, [0x3f7c] = 0x42f5, [0x3f7d] = 0x42f6, [0x3f7e] = 0x42f7, - [0x3f7f] = 0x42f8, [0x3f80] = 0x42f9, [0x3f81] = 0x42fa, [0x3f82] = 0x42fb, - [0x3f83] = 0x42fc, [0x3f84] = 0x42fd, [0x3f85] = 0x42fe, [0x3f86] = 0x42ff, - [0x3f87] = 0x4300, [0x3f88] = 0x4301, [0x3f89] = 0x4302, [0x3f8a] = 0x4303, - [0x3f8b] = 0x4304, [0x3f8c] = 0x4305, [0x3f8d] = 0x4306, [0x3f8e] = 0x4307, - [0x3f8f] = 0x4308, [0x3f90] = 0x4309, [0x3f91] = 0x430a, [0x3f92] = 0x430b, - [0x3f93] = 0x430c, [0x3f94] = 0x430d, [0x3f95] = 0x430e, [0x3f96] = 0x430f, - [0x3f97] = 0x4310, [0x3f98] = 0x4311, [0x3f99] = 0x4312, [0x3f9a] = 0x4313, - [0x3f9b] = 0x4314, [0x3f9c] = 0x4315, [0x3f9d] = 0x4316, [0x3f9e] = 0x4317, - [0x3f9f] = 0x4318, [0x3fa0] = 0x4319, [0x3fa1] = 0x431a, [0x3fa2] = 0x431b, - [0x3fa3] = 0x431c, [0x3fa4] = 0x431d, [0x3fa5] = 0x431e, [0x3fa6] = 0x431f, - [0x3fa7] = 0x4320, [0x3fa8] = 0x4321, [0x3fa9] = 0x4322, [0x3faa] = 0x4323, - [0x3fab] = 0x4324, [0x3fac] = 0x4325, [0x3fad] = 0x4326, [0x3fae] = 0x4327, - [0x3faf] = 0x4328, [0x3fb0] = 0x4329, [0x3fb1] = 0x432a, [0x3fb2] = 0x432b, - [0x3fb3] = 0x432c, [0x3fb4] = 0x432d, [0x3fb5] = 0x432e, [0x3fb6] = 0x432f, - [0x3fb7] = 0x4330, [0x3fb8] = 0x4331, [0x3fb9] = 0x4332, [0x3fba] = 0x4333, - [0x3fbb] = 0x4334, [0x3fbc] = 0x4335, [0x3fbd] = 0x4336, [0x3fbe] = 0x4338, - [0x3fbf] = 0x4339, [0x3fc0] = 0x433a, [0x3fc1] = 0x433b, [0x3fc2] = 0x433c, - [0x3fc3] = 0x433d, [0x3fc4] = 0x433e, [0x3fc5] = 0x433f, [0x3fc6] = 0x4340, - [0x3fc7] = 0x4341, [0x3fc8] = 0x4342, [0x3fc9] = 0x4343, [0x3fca] = 0x4344, - [0x3fcb] = 0x4345, [0x3fcc] = 0x4346, [0x3fcd] = 0x4347, [0x3fce] = 0x4348, - [0x3fcf] = 0x4349, [0x3fd0] = 0x434a, [0x3fd1] = 0x434b, [0x3fd2] = 0x434c, - [0x3fd3] = 0x434d, [0x3fd4] = 0x434e, [0x3fd5] = 0x434f, [0x3fd6] = 0x4350, - [0x3fd7] = 0x4351, [0x3fd8] = 0x4352, [0x3fd9] = 0x4353, [0x3fda] = 0x4354, - [0x3fdb] = 0x4355, [0x3fdc] = 0x4356, [0x3fdd] = 0x4357, [0x3fde] = 0x4358, - [0x3fdf] = 0x4359, [0x3fe0] = 0x435a, [0x3fe1] = 0x435b, [0x3fe2] = 0x435c, - [0x3fe3] = 0x435d, [0x3fe4] = 0x435e, [0x3fe5] = 0x435f, [0x3fe6] = 0x4360, - [0x3fe7] = 0x4361, [0x3fe8] = 0x4362, [0x3fe9] = 0x4363, [0x3fea] = 0x4364, - [0x3feb] = 0x4365, [0x3fec] = 0x4366, [0x3fed] = 0x4367, [0x3fee] = 0x4368, - [0x3fef] = 0x4369, [0x3ff0] = 0x436a, [0x3ff1] = 0x436b, [0x3ff2] = 0x436c, - [0x3ff3] = 0x436d, [0x3ff4] = 0x436e, [0x3ff5] = 0x436f, [0x3ff6] = 0x4370, - [0x3ff7] = 0x4371, [0x3ff8] = 0x4372, [0x3ff9] = 0x4373, [0x3ffa] = 0x4374, - [0x3ffb] = 0x4375, [0x3ffc] = 0x4376, [0x3ffd] = 0x4377, [0x3ffe] = 0x4378, - [0x3fff] = 0x4379, [0x4000] = 0x437a, [0x4001] = 0x437b, [0x4002] = 0x437c, - [0x4003] = 0x437d, [0x4004] = 0x437e, [0x4005] = 0x437f, [0x4006] = 0x4380, - [0x4007] = 0x4381, [0x4008] = 0x4382, [0x4009] = 0x4383, [0x400a] = 0x4384, - [0x400b] = 0x4385, [0x400c] = 0x4386, [0x400d] = 0x4387, [0x400e] = 0x4388, - [0x400f] = 0x4389, [0x4010] = 0x438a, [0x4011] = 0x438b, [0x4012] = 0x438c, - [0x4013] = 0x438d, [0x4014] = 0x438e, [0x4015] = 0x438f, [0x4016] = 0x4390, - [0x4017] = 0x4391, [0x4018] = 0x4392, [0x4019] = 0x4393, [0x401a] = 0x4394, - [0x401b] = 0x4395, [0x401c] = 0x4396, [0x401d] = 0x4397, [0x401e] = 0x4398, - [0x401f] = 0x4399, [0x4020] = 0x439a, [0x4021] = 0x439b, [0x4022] = 0x439c, - [0x4023] = 0x439d, [0x4024] = 0x439e, [0x4025] = 0x439f, [0x4026] = 0x43a0, - [0x4027] = 0x43a1, [0x4028] = 0x43a2, [0x4029] = 0x43a3, [0x402a] = 0x43a4, - [0x402b] = 0x43a5, [0x402c] = 0x43a6, [0x402d] = 0x43a7, [0x402e] = 0x43a8, - [0x402f] = 0x43a9, [0x4030] = 0x43aa, [0x4031] = 0x43ab, [0x4032] = 0x43ad, - [0x4033] = 0x43ae, [0x4034] = 0x43af, [0x4035] = 0x43b0, [0x4036] = 0x43b2, - [0x4037] = 0x43b3, [0x4038] = 0x43b4, [0x4039] = 0x43b5, [0x403a] = 0x43b6, - [0x403b] = 0x43b7, [0x403c] = 0x43b8, [0x403d] = 0x43b9, [0x403e] = 0x43ba, - [0x403f] = 0x43bb, [0x4040] = 0x43bc, [0x4041] = 0x43bd, [0x4042] = 0x43be, - [0x4043] = 0x43bf, [0x4044] = 0x43c0, [0x4045] = 0x43c1, [0x4046] = 0x43c2, - [0x4047] = 0x43c3, [0x4048] = 0x43c4, [0x4049] = 0x43c5, [0x404a] = 0x43c6, - [0x404b] = 0x43c7, [0x404c] = 0x43c8, [0x404d] = 0x43c9, [0x404e] = 0x43ca, - [0x404f] = 0x43cb, [0x4050] = 0x43cc, [0x4051] = 0x43cd, [0x4052] = 0x43ce, - [0x4053] = 0x43cf, [0x4054] = 0x43d0, [0x4055] = 0x43d1, [0x4056] = 0x43d2, - [0x4057] = 0x43d3, [0x4058] = 0x43d4, [0x4059] = 0x43d5, [0x405a] = 0x43d6, - [0x405b] = 0x43d7, [0x405c] = 0x43d8, [0x405d] = 0x43d9, [0x405e] = 0x43da, - [0x405f] = 0x43db, [0x4060] = 0x43dc, [0x4061] = 0x43de, [0x4062] = 0x43df, - [0x4063] = 0x43e0, [0x4064] = 0x43e1, [0x4065] = 0x43e2, [0x4066] = 0x43e3, - [0x4067] = 0x43e4, [0x4068] = 0x43e5, [0x4069] = 0x43e6, [0x406a] = 0x43e7, - [0x406b] = 0x43e8, [0x406c] = 0x43e9, [0x406d] = 0x43ea, [0x406e] = 0x43eb, - [0x406f] = 0x43ec, [0x4070] = 0x43ed, [0x4071] = 0x43ee, [0x4072] = 0x43ef, - [0x4073] = 0x43f0, [0x4074] = 0x43f1, [0x4075] = 0x43f2, [0x4076] = 0x43f3, - [0x4077] = 0x43f4, [0x4078] = 0x43f5, [0x4079] = 0x43f6, [0x407a] = 0x43f7, - [0x407b] = 0x43f8, [0x407c] = 0x43f9, [0x407d] = 0x43fa, [0x407e] = 0x43fb, - [0x407f] = 0x43fc, [0x4080] = 0x43fd, [0x4081] = 0x43fe, [0x4082] = 0x43ff, - [0x4083] = 0x4400, [0x4084] = 0x4401, [0x4085] = 0x4402, [0x4086] = 0x4403, - [0x4087] = 0x4404, [0x4088] = 0x4405, [0x4089] = 0x4406, [0x408a] = 0x4407, - [0x408b] = 0x4408, [0x408c] = 0x4409, [0x408d] = 0x440a, [0x408e] = 0x440b, - [0x408f] = 0x440c, [0x4090] = 0x440d, [0x4091] = 0x440e, [0x4092] = 0x440f, - [0x4093] = 0x4410, [0x4094] = 0x4411, [0x4095] = 0x4412, [0x4096] = 0x4413, - [0x4097] = 0x4414, [0x4098] = 0x4415, [0x4099] = 0x4416, [0x409a] = 0x4417, - [0x409b] = 0x4418, [0x409c] = 0x4419, [0x409d] = 0x441a, [0x409e] = 0x441b, - [0x409f] = 0x441c, [0x40a0] = 0x441d, [0x40a1] = 0x441e, [0x40a2] = 0x441f, - [0x40a3] = 0x4420, [0x40a4] = 0x4421, [0x40a5] = 0x4422, [0x40a6] = 0x4423, - [0x40a7] = 0x4424, [0x40a8] = 0x4425, [0x40a9] = 0x4426, [0x40aa] = 0x4427, - [0x40ab] = 0x4428, [0x40ac] = 0x4429, [0x40ad] = 0x442a, [0x40ae] = 0x442b, - [0x40af] = 0x442c, [0x40b0] = 0x442d, [0x40b1] = 0x442e, [0x40b2] = 0x442f, - [0x40b3] = 0x4430, [0x40b4] = 0x4431, [0x40b5] = 0x4432, [0x40b6] = 0x4433, - [0x40b7] = 0x4434, [0x40b8] = 0x4435, [0x40b9] = 0x4436, [0x40ba] = 0x4437, - [0x40bb] = 0x4438, [0x40bc] = 0x4439, [0x40bd] = 0x443a, [0x40be] = 0x443b, - [0x40bf] = 0x443c, [0x40c0] = 0x443d, [0x40c1] = 0x443e, [0x40c2] = 0x443f, - [0x40c3] = 0x4440, [0x40c4] = 0x4441, [0x40c5] = 0x4442, [0x40c6] = 0x4443, - [0x40c7] = 0x4444, [0x40c8] = 0x4445, [0x40c9] = 0x4446, [0x40ca] = 0x4447, - [0x40cb] = 0x4448, [0x40cc] = 0x4449, [0x40cd] = 0x444a, [0x40ce] = 0x444b, - [0x40cf] = 0x444c, [0x40d0] = 0x444d, [0x40d1] = 0x444e, [0x40d2] = 0x444f, - [0x40d3] = 0x4450, [0x40d4] = 0x4451, [0x40d5] = 0x4452, [0x40d6] = 0x4453, - [0x40d7] = 0x4454, [0x40d8] = 0x4455, [0x40d9] = 0x4456, [0x40da] = 0x4457, - [0x40db] = 0x4458, [0x40dc] = 0x4459, [0x40dd] = 0x445a, [0x40de] = 0x445b, - [0x40df] = 0x445c, [0x40e0] = 0x445d, [0x40e1] = 0x445e, [0x40e2] = 0x445f, - [0x40e3] = 0x4460, [0x40e4] = 0x4461, [0x40e5] = 0x4462, [0x40e6] = 0x4463, - [0x40e7] = 0x4464, [0x40e8] = 0x4465, [0x40e9] = 0x4466, [0x40ea] = 0x4467, - [0x40eb] = 0x4468, [0x40ec] = 0x4469, [0x40ed] = 0x446a, [0x40ee] = 0x446b, - [0x40ef] = 0x446c, [0x40f0] = 0x446d, [0x40f1] = 0x446e, [0x40f2] = 0x446f, - [0x40f3] = 0x4470, [0x40f4] = 0x4471, [0x40f5] = 0x4472, [0x40f6] = 0x4473, - [0x40f7] = 0x4474, [0x40f8] = 0x4475, [0x40f9] = 0x4476, [0x40fa] = 0x4477, - [0x40fb] = 0x4478, [0x40fc] = 0x4479, [0x40fd] = 0x447a, [0x40fe] = 0x447b, - [0x40ff] = 0x447c, [0x4100] = 0x447d, [0x4101] = 0x447e, [0x4102] = 0x447f, - [0x4103] = 0x4480, [0x4104] = 0x4481, [0x4105] = 0x4482, [0x4106] = 0x4483, - [0x4107] = 0x4484, [0x4108] = 0x4485, [0x4109] = 0x4486, [0x410a] = 0x4487, - [0x410b] = 0x4488, [0x410c] = 0x4489, [0x410d] = 0x448a, [0x410e] = 0x448b, - [0x410f] = 0x448c, [0x4110] = 0x448d, [0x4111] = 0x448e, [0x4112] = 0x448f, - [0x4113] = 0x4490, [0x4114] = 0x4491, [0x4115] = 0x4492, [0x4116] = 0x4493, - [0x4117] = 0x4494, [0x4118] = 0x4495, [0x4119] = 0x4496, [0x411a] = 0x4497, - [0x411b] = 0x4498, [0x411c] = 0x4499, [0x411d] = 0x449a, [0x411e] = 0x449b, - [0x411f] = 0x449c, [0x4120] = 0x449d, [0x4121] = 0x449e, [0x4122] = 0x449f, - [0x4123] = 0x44a0, [0x4124] = 0x44a1, [0x4125] = 0x44a2, [0x4126] = 0x44a3, - [0x4127] = 0x44a4, [0x4128] = 0x44a5, [0x4129] = 0x44a6, [0x412a] = 0x44a7, - [0x412b] = 0x44a8, [0x412c] = 0x44a9, [0x412d] = 0x44aa, [0x412e] = 0x44ab, - [0x412f] = 0x44ac, [0x4130] = 0x44ad, [0x4131] = 0x44ae, [0x4132] = 0x44af, - [0x4133] = 0x44b0, [0x4134] = 0x44b1, [0x4135] = 0x44b2, [0x4136] = 0x44b3, - [0x4137] = 0x44b4, [0x4138] = 0x44b5, [0x4139] = 0x44b6, [0x413a] = 0x44b7, - [0x413b] = 0x44b8, [0x413c] = 0x44b9, [0x413d] = 0x44ba, [0x413e] = 0x44bb, - [0x413f] = 0x44bc, [0x4140] = 0x44bd, [0x4141] = 0x44be, [0x4142] = 0x44bf, - [0x4143] = 0x44c0, [0x4144] = 0x44c1, [0x4145] = 0x44c2, [0x4146] = 0x44c3, - [0x4147] = 0x44c4, [0x4148] = 0x44c5, [0x4149] = 0x44c6, [0x414a] = 0x44c7, - [0x414b] = 0x44c8, [0x414c] = 0x44c9, [0x414d] = 0x44ca, [0x414e] = 0x44cb, - [0x414f] = 0x44cc, [0x4150] = 0x44cd, [0x4151] = 0x44ce, [0x4152] = 0x44cf, - [0x4153] = 0x44d0, [0x4154] = 0x44d1, [0x4155] = 0x44d2, [0x4156] = 0x44d3, - [0x4157] = 0x44d4, [0x4158] = 0x44d5, [0x4159] = 0x44d7, [0x415a] = 0x44d8, - [0x415b] = 0x44d9, [0x415c] = 0x44da, [0x415d] = 0x44db, [0x415e] = 0x44dc, - [0x415f] = 0x44dd, [0x4160] = 0x44de, [0x4161] = 0x44df, [0x4162] = 0x44e0, - [0x4163] = 0x44e1, [0x4164] = 0x44e2, [0x4165] = 0x44e3, [0x4166] = 0x44e4, - [0x4167] = 0x44e5, [0x4168] = 0x44e6, [0x4169] = 0x44e7, [0x416a] = 0x44e8, - [0x416b] = 0x44e9, [0x416c] = 0x44ea, [0x416d] = 0x44eb, [0x416e] = 0x44ec, - [0x416f] = 0x44ed, [0x4170] = 0x44ee, [0x4171] = 0x44ef, [0x4172] = 0x44f0, - [0x4173] = 0x44f1, [0x4174] = 0x44f2, [0x4175] = 0x44f3, [0x4176] = 0x44f4, - [0x4177] = 0x44f5, [0x4178] = 0x44f6, [0x4179] = 0x44f7, [0x417a] = 0x44f8, - [0x417b] = 0x44f9, [0x417c] = 0x44fa, [0x417d] = 0x44fb, [0x417e] = 0x44fc, - [0x417f] = 0x44fd, [0x4180] = 0x44fe, [0x4181] = 0x44ff, [0x4182] = 0x4500, - [0x4183] = 0x4501, [0x4184] = 0x4502, [0x4185] = 0x4503, [0x4186] = 0x4504, - [0x4187] = 0x4505, [0x4188] = 0x4506, [0x4189] = 0x4507, [0x418a] = 0x4508, - [0x418b] = 0x4509, [0x418c] = 0x450a, [0x418d] = 0x450b, [0x418e] = 0x450c, - [0x418f] = 0x450d, [0x4190] = 0x450e, [0x4191] = 0x450f, [0x4192] = 0x4510, - [0x4193] = 0x4511, [0x4194] = 0x4512, [0x4195] = 0x4513, [0x4196] = 0x4514, - [0x4197] = 0x4515, [0x4198] = 0x4516, [0x4199] = 0x4517, [0x419a] = 0x4518, - [0x419b] = 0x4519, [0x419c] = 0x451a, [0x419d] = 0x451b, [0x419e] = 0x451c, - [0x419f] = 0x451d, [0x41a0] = 0x451e, [0x41a1] = 0x451f, [0x41a2] = 0x4520, - [0x41a3] = 0x4521, [0x41a4] = 0x4522, [0x41a5] = 0x4523, [0x41a6] = 0x4524, - [0x41a7] = 0x4525, [0x41a8] = 0x4526, [0x41a9] = 0x4527, [0x41aa] = 0x4528, - [0x41ab] = 0x4529, [0x41ac] = 0x452a, [0x41ad] = 0x452b, [0x41ae] = 0x452c, - [0x41af] = 0x452d, [0x41b0] = 0x452e, [0x41b1] = 0x452f, [0x41b2] = 0x4530, - [0x41b3] = 0x4531, [0x41b4] = 0x4532, [0x41b5] = 0x4533, [0x41b6] = 0x4534, - [0x41b7] = 0x4535, [0x41b8] = 0x4536, [0x41b9] = 0x4537, [0x41ba] = 0x4538, - [0x41bb] = 0x4539, [0x41bc] = 0x453a, [0x41bd] = 0x453b, [0x41be] = 0x453c, - [0x41bf] = 0x453d, [0x41c0] = 0x453e, [0x41c1] = 0x453f, [0x41c2] = 0x4540, - [0x41c3] = 0x4541, [0x41c4] = 0x4542, [0x41c5] = 0x4543, [0x41c6] = 0x4544, - [0x41c7] = 0x4545, [0x41c8] = 0x4546, [0x41c9] = 0x4547, [0x41ca] = 0x4548, - [0x41cb] = 0x4549, [0x41cc] = 0x454a, [0x41cd] = 0x454b, [0x41ce] = 0x454c, - [0x41cf] = 0x454d, [0x41d0] = 0x454e, [0x41d1] = 0x454f, [0x41d2] = 0x4550, - [0x41d3] = 0x4551, [0x41d4] = 0x4552, [0x41d5] = 0x4553, [0x41d6] = 0x4554, - [0x41d7] = 0x4555, [0x41d8] = 0x4556, [0x41d9] = 0x4557, [0x41da] = 0x4558, - [0x41db] = 0x4559, [0x41dc] = 0x455a, [0x41dd] = 0x455b, [0x41de] = 0x455c, - [0x41df] = 0x455d, [0x41e0] = 0x455e, [0x41e1] = 0x455f, [0x41e2] = 0x4560, - [0x41e3] = 0x4561, [0x41e4] = 0x4562, [0x41e5] = 0x4563, [0x41e6] = 0x4564, - [0x41e7] = 0x4565, [0x41e8] = 0x4566, [0x41e9] = 0x4567, [0x41ea] = 0x4568, - [0x41eb] = 0x4569, [0x41ec] = 0x456a, [0x41ed] = 0x456b, [0x41ee] = 0x456c, - [0x41ef] = 0x456d, [0x41f0] = 0x456e, [0x41f1] = 0x456f, [0x41f2] = 0x4570, - [0x41f3] = 0x4571, [0x41f4] = 0x4572, [0x41f5] = 0x4573, [0x41f6] = 0x4574, - [0x41f7] = 0x4575, [0x41f8] = 0x4576, [0x41f9] = 0x4577, [0x41fa] = 0x4578, - [0x41fb] = 0x4579, [0x41fc] = 0x457a, [0x41fd] = 0x457b, [0x41fe] = 0x457c, - [0x41ff] = 0x457d, [0x4200] = 0x457e, [0x4201] = 0x457f, [0x4202] = 0x4580, - [0x4203] = 0x4581, [0x4204] = 0x4582, [0x4205] = 0x4583, [0x4206] = 0x4584, - [0x4207] = 0x4585, [0x4208] = 0x4586, [0x4209] = 0x4587, [0x420a] = 0x4588, - [0x420b] = 0x4589, [0x420c] = 0x458a, [0x420d] = 0x458b, [0x420e] = 0x458c, - [0x420f] = 0x458d, [0x4210] = 0x458e, [0x4211] = 0x458f, [0x4212] = 0x4590, - [0x4213] = 0x4591, [0x4214] = 0x4592, [0x4215] = 0x4593, [0x4216] = 0x4594, - [0x4217] = 0x4595, [0x4218] = 0x4596, [0x4219] = 0x4597, [0x421a] = 0x4598, - [0x421b] = 0x4599, [0x421c] = 0x459a, [0x421d] = 0x459b, [0x421e] = 0x459c, - [0x421f] = 0x459d, [0x4220] = 0x459e, [0x4221] = 0x459f, [0x4222] = 0x45a0, - [0x4223] = 0x45a1, [0x4224] = 0x45a2, [0x4225] = 0x45a3, [0x4226] = 0x45a4, - [0x4227] = 0x45a5, [0x4228] = 0x45a6, [0x4229] = 0x45a7, [0x422a] = 0x45a8, - [0x422b] = 0x45a9, [0x422c] = 0x45aa, [0x422d] = 0x45ab, [0x422e] = 0x45ac, - [0x422f] = 0x45ad, [0x4230] = 0x45ae, [0x4231] = 0x45af, [0x4232] = 0x45b0, - [0x4233] = 0x45b1, [0x4234] = 0x45b2, [0x4235] = 0x45b3, [0x4236] = 0x45b4, - [0x4237] = 0x45b5, [0x4238] = 0x45b6, [0x4239] = 0x45b7, [0x423a] = 0x45b8, - [0x423b] = 0x45b9, [0x423c] = 0x45ba, [0x423d] = 0x45bb, [0x423e] = 0x45bc, - [0x423f] = 0x45bd, [0x4240] = 0x45be, [0x4241] = 0x45bf, [0x4242] = 0x45c0, - [0x4243] = 0x45c1, [0x4244] = 0x45c2, [0x4245] = 0x45c3, [0x4246] = 0x45c4, - [0x4247] = 0x45c5, [0x4248] = 0x45c6, [0x4249] = 0x45c7, [0x424a] = 0x45c8, - [0x424b] = 0x45c9, [0x424c] = 0x45ca, [0x424d] = 0x45cb, [0x424e] = 0x45cc, - [0x424f] = 0x45cd, [0x4250] = 0x45ce, [0x4251] = 0x45cf, [0x4252] = 0x45d0, - [0x4253] = 0x45d1, [0x4254] = 0x45d2, [0x4255] = 0x45d3, [0x4256] = 0x45d4, - [0x4257] = 0x45d5, [0x4258] = 0x45d6, [0x4259] = 0x45d7, [0x425a] = 0x45d8, - [0x425b] = 0x45d9, [0x425c] = 0x45da, [0x425d] = 0x45db, [0x425e] = 0x45dc, - [0x425f] = 0x45dd, [0x4260] = 0x45de, [0x4261] = 0x45df, [0x4262] = 0x45e0, - [0x4263] = 0x45e1, [0x4264] = 0x45e2, [0x4265] = 0x45e3, [0x4266] = 0x45e4, - [0x4267] = 0x45e5, [0x4268] = 0x45e6, [0x4269] = 0x45e7, [0x426a] = 0x45e8, - [0x426b] = 0x45e9, [0x426c] = 0x45ea, [0x426d] = 0x45eb, [0x426e] = 0x45ec, - [0x426f] = 0x45ed, [0x4270] = 0x45ee, [0x4271] = 0x45ef, [0x4272] = 0x45f0, - [0x4273] = 0x45f1, [0x4274] = 0x45f2, [0x4275] = 0x45f3, [0x4276] = 0x45f4, - [0x4277] = 0x45f5, [0x4278] = 0x45f6, [0x4279] = 0x45f7, [0x427a] = 0x45f8, - [0x427b] = 0x45f9, [0x427c] = 0x45fa, [0x427d] = 0x45fb, [0x427e] = 0x45fc, - [0x427f] = 0x45fd, [0x4280] = 0x45fe, [0x4281] = 0x45ff, [0x4282] = 0x4600, - [0x4283] = 0x4601, [0x4284] = 0x4602, [0x4285] = 0x4603, [0x4286] = 0x4604, - [0x4287] = 0x4605, [0x4288] = 0x4606, [0x4289] = 0x4607, [0x428a] = 0x4608, - [0x428b] = 0x4609, [0x428c] = 0x460a, [0x428d] = 0x460b, [0x428e] = 0x460c, - [0x428f] = 0x460d, [0x4290] = 0x460e, [0x4291] = 0x460f, [0x4292] = 0x4610, - [0x4293] = 0x4611, [0x4294] = 0x4612, [0x4295] = 0x4613, [0x4296] = 0x4614, - [0x4297] = 0x4615, [0x4298] = 0x4616, [0x4299] = 0x4617, [0x429a] = 0x4618, - [0x429b] = 0x4619, [0x429c] = 0x461a, [0x429d] = 0x461b, [0x429e] = 0x461c, - [0x429f] = 0x461d, [0x42a0] = 0x461e, [0x42a1] = 0x461f, [0x42a2] = 0x4620, - [0x42a3] = 0x4621, [0x42a4] = 0x4622, [0x42a5] = 0x4623, [0x42a6] = 0x4624, - [0x42a7] = 0x4625, [0x42a8] = 0x4626, [0x42a9] = 0x4627, [0x42aa] = 0x4628, - [0x42ab] = 0x4629, [0x42ac] = 0x462a, [0x42ad] = 0x462b, [0x42ae] = 0x462c, - [0x42af] = 0x462d, [0x42b0] = 0x462e, [0x42b1] = 0x462f, [0x42b2] = 0x4630, - [0x42b3] = 0x4631, [0x42b4] = 0x4632, [0x42b5] = 0x4633, [0x42b6] = 0x4634, - [0x42b7] = 0x4635, [0x42b8] = 0x4636, [0x42b9] = 0x4637, [0x42ba] = 0x4638, - [0x42bb] = 0x4639, [0x42bc] = 0x463a, [0x42bd] = 0x463b, [0x42be] = 0x463c, - [0x42bf] = 0x463d, [0x42c0] = 0x463e, [0x42c1] = 0x463f, [0x42c2] = 0x4640, - [0x42c3] = 0x4641, [0x42c4] = 0x4642, [0x42c5] = 0x4643, [0x42c6] = 0x4644, - [0x42c7] = 0x4645, [0x42c8] = 0x4646, [0x42c9] = 0x4647, [0x42ca] = 0x4648, - [0x42cb] = 0x4649, [0x42cc] = 0x464a, [0x42cd] = 0x464b, [0x42ce] = 0x464d, - [0x42cf] = 0x464e, [0x42d0] = 0x464f, [0x42d1] = 0x4650, [0x42d2] = 0x4651, - [0x42d3] = 0x4652, [0x42d4] = 0x4653, [0x42d5] = 0x4654, [0x42d6] = 0x4655, - [0x42d7] = 0x4656, [0x42d8] = 0x4657, [0x42d9] = 0x4658, [0x42da] = 0x4659, - [0x42db] = 0x465a, [0x42dc] = 0x465b, [0x42dd] = 0x465c, [0x42de] = 0x465d, - [0x42df] = 0x465e, [0x42e0] = 0x465f, [0x42e1] = 0x4660, [0x42e2] = 0x4662, - [0x42e3] = 0x4663, [0x42e4] = 0x4664, [0x42e5] = 0x4665, [0x42e6] = 0x4666, - [0x42e7] = 0x4667, [0x42e8] = 0x4668, [0x42e9] = 0x4669, [0x42ea] = 0x466a, - [0x42eb] = 0x466b, [0x42ec] = 0x466c, [0x42ed] = 0x466d, [0x42ee] = 0x466e, - [0x42ef] = 0x466f, [0x42f0] = 0x4670, [0x42f1] = 0x4671, [0x42f2] = 0x4672, - [0x42f3] = 0x4673, [0x42f4] = 0x4674, [0x42f5] = 0x4675, [0x42f6] = 0x4676, - [0x42f7] = 0x4677, [0x42f8] = 0x4678, [0x42f9] = 0x4679, [0x42fa] = 0x467a, - [0x42fb] = 0x467b, [0x42fc] = 0x467c, [0x42fd] = 0x467d, [0x42fe] = 0x467e, - [0x42ff] = 0x467f, [0x4300] = 0x4680, [0x4301] = 0x4681, [0x4302] = 0x4682, - [0x4303] = 0x4683, [0x4304] = 0x4684, [0x4305] = 0x4685, [0x4306] = 0x4686, - [0x4307] = 0x4687, [0x4308] = 0x4688, [0x4309] = 0x4689, [0x430a] = 0x468a, - [0x430b] = 0x468b, [0x430c] = 0x468c, [0x430d] = 0x468d, [0x430e] = 0x468e, - [0x430f] = 0x468f, [0x4310] = 0x4690, [0x4311] = 0x4691, [0x4312] = 0x4692, - [0x4313] = 0x4693, [0x4314] = 0x4694, [0x4315] = 0x4695, [0x4316] = 0x4696, - [0x4317] = 0x4697, [0x4318] = 0x4698, [0x4319] = 0x4699, [0x431a] = 0x469a, - [0x431b] = 0x469b, [0x431c] = 0x469c, [0x431d] = 0x469d, [0x431e] = 0x469e, - [0x431f] = 0x469f, [0x4320] = 0x46a0, [0x4321] = 0x46a1, [0x4322] = 0x46a2, - [0x4323] = 0x46a3, [0x4324] = 0x46a4, [0x4325] = 0x46a5, [0x4326] = 0x46a6, - [0x4327] = 0x46a7, [0x4328] = 0x46a8, [0x4329] = 0x46a9, [0x432a] = 0x46aa, - [0x432b] = 0x46ab, [0x432c] = 0x46ac, [0x432d] = 0x46ad, [0x432e] = 0x46ae, - [0x432f] = 0x46af, [0x4330] = 0x46b0, [0x4331] = 0x46b1, [0x4332] = 0x46b2, - [0x4333] = 0x46b3, [0x4334] = 0x46b4, [0x4335] = 0x46b5, [0x4336] = 0x46b6, - [0x4337] = 0x46b7, [0x4338] = 0x46b8, [0x4339] = 0x46b9, [0x433a] = 0x46ba, - [0x433b] = 0x46bb, [0x433c] = 0x46bc, [0x433d] = 0x46bd, [0x433e] = 0x46be, - [0x433f] = 0x46bf, [0x4340] = 0x46c0, [0x4341] = 0x46c1, [0x4342] = 0x46c2, - [0x4343] = 0x46c3, [0x4344] = 0x46c4, [0x4345] = 0x46c5, [0x4346] = 0x46c6, - [0x4347] = 0x46c7, [0x4348] = 0x46c8, [0x4349] = 0x46c9, [0x434a] = 0x46ca, - [0x434b] = 0x46cb, [0x434c] = 0x46cc, [0x434d] = 0x46cd, [0x434e] = 0x46ce, - [0x434f] = 0x46cf, [0x4350] = 0x46d0, [0x4351] = 0x46d1, [0x4352] = 0x46d2, - [0x4353] = 0x46d3, [0x4354] = 0x46d4, [0x4355] = 0x46d5, [0x4356] = 0x46d6, - [0x4357] = 0x46d7, [0x4358] = 0x46d8, [0x4359] = 0x46d9, [0x435a] = 0x46da, - [0x435b] = 0x46db, [0x435c] = 0x46dc, [0x435d] = 0x46dd, [0x435e] = 0x46de, - [0x435f] = 0x46df, [0x4360] = 0x46e0, [0x4361] = 0x46e1, [0x4362] = 0x46e2, - [0x4363] = 0x46e3, [0x4364] = 0x46e4, [0x4365] = 0x46e5, [0x4366] = 0x46e6, - [0x4367] = 0x46e7, [0x4368] = 0x46e8, [0x4369] = 0x46e9, [0x436a] = 0x46ea, - [0x436b] = 0x46eb, [0x436c] = 0x46ec, [0x436d] = 0x46ed, [0x436e] = 0x46ee, - [0x436f] = 0x46ef, [0x4370] = 0x46f0, [0x4371] = 0x46f1, [0x4372] = 0x46f2, - [0x4373] = 0x46f3, [0x4374] = 0x46f4, [0x4375] = 0x46f5, [0x4376] = 0x46f6, - [0x4377] = 0x46f7, [0x4378] = 0x46f8, [0x4379] = 0x46f9, [0x437a] = 0x46fa, - [0x437b] = 0x46fb, [0x437c] = 0x46fc, [0x437d] = 0x46fd, [0x437e] = 0x46fe, - [0x437f] = 0x46ff, [0x4380] = 0x4700, [0x4381] = 0x4701, [0x4382] = 0x4702, - [0x4383] = 0x4703, [0x4384] = 0x4704, [0x4385] = 0x4705, [0x4386] = 0x4706, - [0x4387] = 0x4707, [0x4388] = 0x4708, [0x4389] = 0x4709, [0x438a] = 0x470a, - [0x438b] = 0x470b, [0x438c] = 0x470c, [0x438d] = 0x470d, [0x438e] = 0x470e, - [0x438f] = 0x470f, [0x4390] = 0x4710, [0x4391] = 0x4711, [0x4392] = 0x4712, - [0x4393] = 0x4713, [0x4394] = 0x4714, [0x4395] = 0x4715, [0x4396] = 0x4716, - [0x4397] = 0x4717, [0x4398] = 0x4718, [0x4399] = 0x4719, [0x439a] = 0x471a, - [0x439b] = 0x471b, [0x439c] = 0x471c, [0x439d] = 0x471d, [0x439e] = 0x471e, - [0x439f] = 0x471f, [0x43a0] = 0x4720, [0x43a1] = 0x4721, [0x43a2] = 0x4722, - [0x43a3] = 0x4724, [0x43a4] = 0x4725, [0x43a5] = 0x4726, [0x43a6] = 0x4727, - [0x43a7] = 0x4728, [0x43a8] = 0x472a, [0x43a9] = 0x472b, [0x43aa] = 0x472c, - [0x43ab] = 0x472d, [0x43ac] = 0x472e, [0x43ad] = 0x472f, [0x43ae] = 0x4730, - [0x43af] = 0x4731, [0x43b0] = 0x4732, [0x43b1] = 0x4733, [0x43b2] = 0x4734, - [0x43b3] = 0x4735, [0x43b4] = 0x4736, [0x43b5] = 0x4737, [0x43b6] = 0x4738, - [0x43b7] = 0x4739, [0x43b8] = 0x473a, [0x43b9] = 0x473b, [0x43ba] = 0x473c, - [0x43bb] = 0x473d, [0x43bc] = 0x473e, [0x43bd] = 0x473f, [0x43be] = 0x4740, - [0x43bf] = 0x4741, [0x43c0] = 0x4742, [0x43c1] = 0x4743, [0x43c2] = 0x4744, - [0x43c3] = 0x4745, [0x43c4] = 0x4746, [0x43c5] = 0x4747, [0x43c6] = 0x4748, - [0x43c7] = 0x4749, [0x43c8] = 0x474a, [0x43c9] = 0x474b, [0x43ca] = 0x474c, - [0x43cb] = 0x474d, [0x43cc] = 0x474e, [0x43cd] = 0x474f, [0x43ce] = 0x4750, - [0x43cf] = 0x4751, [0x43d0] = 0x4752, [0x43d1] = 0x4753, [0x43d2] = 0x4754, - [0x43d3] = 0x4755, [0x43d4] = 0x4756, [0x43d5] = 0x4757, [0x43d6] = 0x4758, - [0x43d7] = 0x4759, [0x43d8] = 0x475a, [0x43d9] = 0x475b, [0x43da] = 0x475c, - [0x43db] = 0x475d, [0x43dc] = 0x475e, [0x43dd] = 0x475f, [0x43de] = 0x4760, - [0x43df] = 0x4761, [0x43e0] = 0x4762, [0x43e1] = 0x4763, [0x43e2] = 0x4764, - [0x43e3] = 0x4765, [0x43e4] = 0x4766, [0x43e5] = 0x4767, [0x43e6] = 0x4768, - [0x43e7] = 0x4769, [0x43e8] = 0x476a, [0x43e9] = 0x476b, [0x43ea] = 0x476c, - [0x43eb] = 0x476d, [0x43ec] = 0x476e, [0x43ed] = 0x476f, [0x43ee] = 0x4770, - [0x43ef] = 0x4771, [0x43f0] = 0x4772, [0x43f1] = 0x4773, [0x43f2] = 0x4774, - [0x43f3] = 0x4775, [0x43f4] = 0x4776, [0x43f5] = 0x4777, [0x43f6] = 0x4778, - [0x43f7] = 0x4779, [0x43f8] = 0x477a, [0x43f9] = 0x477b, [0x43fa] = 0x477d, - [0x43fb] = 0x477e, [0x43fc] = 0x477f, [0x43fd] = 0x4780, [0x43fe] = 0x4781, - [0x43ff] = 0x4782, [0x4400] = 0x4783, [0x4401] = 0x4784, [0x4402] = 0x4785, - [0x4403] = 0x4786, [0x4404] = 0x4787, [0x4405] = 0x4788, [0x4406] = 0x4789, - [0x4407] = 0x478a, [0x4408] = 0x478b, [0x4409] = 0x478c, [0x440a] = 0x478e, - [0x440b] = 0x478f, [0x440c] = 0x4790, [0x440d] = 0x4791, [0x440e] = 0x4792, - [0x440f] = 0x4793, [0x4410] = 0x4794, [0x4411] = 0x4795, [0x4412] = 0x4796, - [0x4413] = 0x4797, [0x4414] = 0x4798, [0x4415] = 0x4799, [0x4416] = 0x479a, - [0x4417] = 0x479b, [0x4418] = 0x479c, [0x4419] = 0x479d, [0x441a] = 0x479e, - [0x441b] = 0x479f, [0x441c] = 0x47a0, [0x441d] = 0x47a1, [0x441e] = 0x47a2, - [0x441f] = 0x47a3, [0x4420] = 0x47a4, [0x4421] = 0x47a5, [0x4422] = 0x47a6, - [0x4423] = 0x47a7, [0x4424] = 0x47a8, [0x4425] = 0x47a9, [0x4426] = 0x47aa, - [0x4427] = 0x47ab, [0x4428] = 0x47ac, [0x4429] = 0x47ad, [0x442a] = 0x47ae, - [0x442b] = 0x47af, [0x442c] = 0x47b0, [0x442d] = 0x47b1, [0x442e] = 0x47b2, - [0x442f] = 0x47b3, [0x4430] = 0x47b4, [0x4431] = 0x47b5, [0x4432] = 0x47b6, - [0x4433] = 0x47b7, [0x4434] = 0x47b8, [0x4435] = 0x47b9, [0x4436] = 0x47ba, - [0x4437] = 0x47bb, [0x4438] = 0x47bc, [0x4439] = 0x47bd, [0x443a] = 0x47be, - [0x443b] = 0x47bf, [0x443c] = 0x47c0, [0x443d] = 0x47c1, [0x443e] = 0x47c2, - [0x443f] = 0x47c3, [0x4440] = 0x47c4, [0x4441] = 0x47c5, [0x4442] = 0x47c6, - [0x4443] = 0x47c7, [0x4444] = 0x47c8, [0x4445] = 0x47c9, [0x4446] = 0x47ca, - [0x4447] = 0x47cb, [0x4448] = 0x47cc, [0x4449] = 0x47cd, [0x444a] = 0x47ce, - [0x444b] = 0x47cf, [0x444c] = 0x47d0, [0x444d] = 0x47d1, [0x444e] = 0x47d2, - [0x444f] = 0x47d3, [0x4450] = 0x47d4, [0x4451] = 0x47d5, [0x4452] = 0x47d6, - [0x4453] = 0x47d7, [0x4454] = 0x47d8, [0x4455] = 0x47d9, [0x4456] = 0x47da, - [0x4457] = 0x47db, [0x4458] = 0x47dc, [0x4459] = 0x47dd, [0x445a] = 0x47de, - [0x445b] = 0x47df, [0x445c] = 0x47e0, [0x445d] = 0x47e1, [0x445e] = 0x47e2, - [0x445f] = 0x47e3, [0x4460] = 0x47e4, [0x4461] = 0x47e5, [0x4462] = 0x47e6, - [0x4463] = 0x47e7, [0x4464] = 0x47e8, [0x4465] = 0x47e9, [0x4466] = 0x47ea, - [0x4467] = 0x47eb, [0x4468] = 0x47ec, [0x4469] = 0x47ed, [0x446a] = 0x47ee, - [0x446b] = 0x47ef, [0x446c] = 0x47f0, [0x446d] = 0x47f1, [0x446e] = 0x47f2, - [0x446f] = 0x47f3, [0x4470] = 0x47f4, [0x4471] = 0x47f5, [0x4472] = 0x47f6, - [0x4473] = 0x47f7, [0x4474] = 0x47f8, [0x4475] = 0x47f9, [0x4476] = 0x47fa, - [0x4477] = 0x47fb, [0x4478] = 0x47fc, [0x4479] = 0x47fd, [0x447a] = 0x47fe, - [0x447b] = 0x47ff, [0x447c] = 0x4800, [0x447d] = 0x4801, [0x447e] = 0x4802, - [0x447f] = 0x4803, [0x4480] = 0x4804, [0x4481] = 0x4805, [0x4482] = 0x4806, - [0x4483] = 0x4807, [0x4484] = 0x4808, [0x4485] = 0x4809, [0x4486] = 0x480a, - [0x4487] = 0x480b, [0x4488] = 0x480c, [0x4489] = 0x480d, [0x448a] = 0x480e, - [0x448b] = 0x480f, [0x448c] = 0x4810, [0x448d] = 0x4811, [0x448e] = 0x4812, - [0x448f] = 0x4813, [0x4490] = 0x4814, [0x4491] = 0x4815, [0x4492] = 0x4816, - [0x4493] = 0x4817, [0x4494] = 0x4818, [0x4495] = 0x4819, [0x4496] = 0x481a, - [0x4497] = 0x481b, [0x4498] = 0x481c, [0x4499] = 0x481d, [0x449a] = 0x481e, - [0x449b] = 0x481f, [0x449c] = 0x4820, [0x449d] = 0x4821, [0x449e] = 0x4822, - [0x449f] = 0x4823, [0x44a0] = 0x4824, [0x44a1] = 0x4825, [0x44a2] = 0x4826, - [0x44a3] = 0x4827, [0x44a4] = 0x4828, [0x44a5] = 0x4829, [0x44a6] = 0x482a, - [0x44a7] = 0x482b, [0x44a8] = 0x482c, [0x44a9] = 0x482d, [0x44aa] = 0x482e, - [0x44ab] = 0x482f, [0x44ac] = 0x4830, [0x44ad] = 0x4831, [0x44ae] = 0x4832, - [0x44af] = 0x4833, [0x44b0] = 0x4834, [0x44b1] = 0x4835, [0x44b2] = 0x4836, - [0x44b3] = 0x4837, [0x44b4] = 0x4838, [0x44b5] = 0x4839, [0x44b6] = 0x483a, - [0x44b7] = 0x483b, [0x44b8] = 0x483c, [0x44b9] = 0x483d, [0x44ba] = 0x483e, - [0x44bb] = 0x483f, [0x44bc] = 0x4840, [0x44bd] = 0x4841, [0x44be] = 0x4842, - [0x44bf] = 0x4843, [0x44c0] = 0x4844, [0x44c1] = 0x4845, [0x44c2] = 0x4846, - [0x44c3] = 0x4847, [0x44c4] = 0x4848, [0x44c5] = 0x4849, [0x44c6] = 0x484a, - [0x44c7] = 0x484b, [0x44c8] = 0x484c, [0x44c9] = 0x484d, [0x44ca] = 0x484e, - [0x44cb] = 0x484f, [0x44cc] = 0x4850, [0x44cd] = 0x4851, [0x44ce] = 0x4852, - [0x44cf] = 0x4853, [0x44d0] = 0x4854, [0x44d1] = 0x4855, [0x44d2] = 0x4856, - [0x44d3] = 0x4857, [0x44d4] = 0x4858, [0x44d5] = 0x4859, [0x44d6] = 0x485a, - [0x44d7] = 0x485b, [0x44d8] = 0x485c, [0x44d9] = 0x485d, [0x44da] = 0x485e, - [0x44db] = 0x485f, [0x44dc] = 0x4860, [0x44dd] = 0x4861, [0x44de] = 0x4862, - [0x44df] = 0x4863, [0x44e0] = 0x4864, [0x44e1] = 0x4865, [0x44e2] = 0x4866, - [0x44e3] = 0x4867, [0x44e4] = 0x4868, [0x44e5] = 0x4869, [0x44e6] = 0x486a, - [0x44e7] = 0x486b, [0x44e8] = 0x486c, [0x44e9] = 0x486d, [0x44ea] = 0x486e, - [0x44eb] = 0x486f, [0x44ec] = 0x4870, [0x44ed] = 0x4871, [0x44ee] = 0x4872, - [0x44ef] = 0x4873, [0x44f0] = 0x4874, [0x44f1] = 0x4875, [0x44f2] = 0x4876, - [0x44f3] = 0x4877, [0x44f4] = 0x4878, [0x44f5] = 0x4879, [0x44f6] = 0x487a, - [0x44f7] = 0x487b, [0x44f8] = 0x487c, [0x44f9] = 0x487d, [0x44fa] = 0x487e, - [0x44fb] = 0x487f, [0x44fc] = 0x4880, [0x44fd] = 0x4881, [0x44fe] = 0x4882, - [0x44ff] = 0x4883, [0x4500] = 0x4884, [0x4501] = 0x4885, [0x4502] = 0x4886, - [0x4503] = 0x4887, [0x4504] = 0x4888, [0x4505] = 0x4889, [0x4506] = 0x488a, - [0x4507] = 0x488b, [0x4508] = 0x488c, [0x4509] = 0x488d, [0x450a] = 0x488e, - [0x450b] = 0x488f, [0x450c] = 0x4890, [0x450d] = 0x4891, [0x450e] = 0x4892, - [0x450f] = 0x4893, [0x4510] = 0x4894, [0x4511] = 0x4895, [0x4512] = 0x4896, - [0x4513] = 0x4897, [0x4514] = 0x4898, [0x4515] = 0x4899, [0x4516] = 0x489a, - [0x4517] = 0x489b, [0x4518] = 0x489c, [0x4519] = 0x489d, [0x451a] = 0x489e, - [0x451b] = 0x489f, [0x451c] = 0x48a0, [0x451d] = 0x48a1, [0x451e] = 0x48a2, - [0x451f] = 0x48a3, [0x4520] = 0x48a4, [0x4521] = 0x48a5, [0x4522] = 0x48a6, - [0x4523] = 0x48a7, [0x4524] = 0x48a8, [0x4525] = 0x48a9, [0x4526] = 0x48aa, - [0x4527] = 0x48ab, [0x4528] = 0x48ac, [0x4529] = 0x48ad, [0x452a] = 0x48ae, - [0x452b] = 0x48af, [0x452c] = 0x48b0, [0x452d] = 0x48b1, [0x452e] = 0x48b2, - [0x452f] = 0x48b3, [0x4530] = 0x48b4, [0x4531] = 0x48b5, [0x4532] = 0x48b6, - [0x4533] = 0x48b7, [0x4534] = 0x48b8, [0x4535] = 0x48b9, [0x4536] = 0x48ba, - [0x4537] = 0x48bb, [0x4538] = 0x48bc, [0x4539] = 0x48bd, [0x453a] = 0x48be, - [0x453b] = 0x48bf, [0x453c] = 0x48c0, [0x453d] = 0x48c1, [0x453e] = 0x48c2, - [0x453f] = 0x48c3, [0x4540] = 0x48c4, [0x4541] = 0x48c5, [0x4542] = 0x48c6, - [0x4543] = 0x48c7, [0x4544] = 0x48c8, [0x4545] = 0x48c9, [0x4546] = 0x48ca, - [0x4547] = 0x48cb, [0x4548] = 0x48cc, [0x4549] = 0x48cd, [0x454a] = 0x48ce, - [0x454b] = 0x48cf, [0x454c] = 0x48d0, [0x454d] = 0x48d1, [0x454e] = 0x48d2, - [0x454f] = 0x48d3, [0x4550] = 0x48d4, [0x4551] = 0x48d5, [0x4552] = 0x48d6, - [0x4553] = 0x48d7, [0x4554] = 0x48d8, [0x4555] = 0x48d9, [0x4556] = 0x48da, - [0x4557] = 0x48db, [0x4558] = 0x48dc, [0x4559] = 0x48dd, [0x455a] = 0x48de, - [0x455b] = 0x48df, [0x455c] = 0x48e0, [0x455d] = 0x48e1, [0x455e] = 0x48e2, - [0x455f] = 0x48e3, [0x4560] = 0x48e4, [0x4561] = 0x48e5, [0x4562] = 0x48e6, - [0x4563] = 0x48e7, [0x4564] = 0x48e8, [0x4565] = 0x48e9, [0x4566] = 0x48ea, - [0x4567] = 0x48eb, [0x4568] = 0x48ec, [0x4569] = 0x48ed, [0x456a] = 0x48ee, - [0x456b] = 0x48ef, [0x456c] = 0x48f0, [0x456d] = 0x48f1, [0x456e] = 0x48f2, - [0x456f] = 0x48f3, [0x4570] = 0x48f4, [0x4571] = 0x48f5, [0x4572] = 0x48f6, - [0x4573] = 0x48f7, [0x4574] = 0x48f8, [0x4575] = 0x48f9, [0x4576] = 0x48fa, - [0x4577] = 0x48fb, [0x4578] = 0x48fc, [0x4579] = 0x48fd, [0x457a] = 0x48fe, - [0x457b] = 0x48ff, [0x457c] = 0x4900, [0x457d] = 0x4901, [0x457e] = 0x4902, - [0x457f] = 0x4903, [0x4580] = 0x4904, [0x4581] = 0x4905, [0x4582] = 0x4906, - [0x4583] = 0x4907, [0x4584] = 0x4908, [0x4585] = 0x4909, [0x4586] = 0x490a, - [0x4587] = 0x490b, [0x4588] = 0x490c, [0x4589] = 0x490d, [0x458a] = 0x490e, - [0x458b] = 0x490f, [0x458c] = 0x4910, [0x458d] = 0x4911, [0x458e] = 0x4912, - [0x458f] = 0x4913, [0x4590] = 0x4914, [0x4591] = 0x4915, [0x4592] = 0x4916, - [0x4593] = 0x4917, [0x4594] = 0x4918, [0x4595] = 0x4919, [0x4596] = 0x491a, - [0x4597] = 0x491b, [0x4598] = 0x491c, [0x4599] = 0x491d, [0x459a] = 0x491e, - [0x459b] = 0x491f, [0x459c] = 0x4920, [0x459d] = 0x4921, [0x459e] = 0x4922, - [0x459f] = 0x4923, [0x45a0] = 0x4924, [0x45a1] = 0x4925, [0x45a2] = 0x4926, - [0x45a3] = 0x4927, [0x45a4] = 0x4928, [0x45a5] = 0x4929, [0x45a6] = 0x492a, - [0x45a7] = 0x492b, [0x45a8] = 0x492c, [0x45a9] = 0x492d, [0x45aa] = 0x492e, - [0x45ab] = 0x492f, [0x45ac] = 0x4930, [0x45ad] = 0x4931, [0x45ae] = 0x4932, - [0x45af] = 0x4933, [0x45b0] = 0x4934, [0x45b1] = 0x4935, [0x45b2] = 0x4936, - [0x45b3] = 0x4937, [0x45b4] = 0x4938, [0x45b5] = 0x4939, [0x45b6] = 0x493a, - [0x45b7] = 0x493b, [0x45b8] = 0x493c, [0x45b9] = 0x493d, [0x45ba] = 0x493e, - [0x45bb] = 0x493f, [0x45bc] = 0x4940, [0x45bd] = 0x4941, [0x45be] = 0x4942, - [0x45bf] = 0x4943, [0x45c0] = 0x4944, [0x45c1] = 0x4945, [0x45c2] = 0x4946, - [0x45c3] = 0x4948, [0x45c4] = 0x4949, [0x45c5] = 0x494a, [0x45c6] = 0x494b, - [0x45c7] = 0x494c, [0x45c8] = 0x494d, [0x45c9] = 0x494e, [0x45ca] = 0x494f, - [0x45cb] = 0x4950, [0x45cc] = 0x4951, [0x45cd] = 0x4952, [0x45ce] = 0x4953, - [0x45cf] = 0x4954, [0x45d0] = 0x4955, [0x45d1] = 0x4956, [0x45d2] = 0x4957, - [0x45d3] = 0x4958, [0x45d4] = 0x4959, [0x45d5] = 0x495a, [0x45d6] = 0x495b, - [0x45d7] = 0x495c, [0x45d8] = 0x495d, [0x45d9] = 0x495e, [0x45da] = 0x495f, - [0x45db] = 0x4960, [0x45dc] = 0x4961, [0x45dd] = 0x4962, [0x45de] = 0x4963, - [0x45df] = 0x4964, [0x45e0] = 0x4965, [0x45e1] = 0x4966, [0x45e2] = 0x4967, - [0x45e3] = 0x4968, [0x45e4] = 0x4969, [0x45e5] = 0x496a, [0x45e6] = 0x496b, - [0x45e7] = 0x496c, [0x45e8] = 0x496d, [0x45e9] = 0x496e, [0x45ea] = 0x496f, - [0x45eb] = 0x4970, [0x45ec] = 0x4971, [0x45ed] = 0x4972, [0x45ee] = 0x4973, - [0x45ef] = 0x4974, [0x45f0] = 0x4975, [0x45f1] = 0x4976, [0x45f2] = 0x4977, - [0x45f3] = 0x4978, [0x45f4] = 0x4979, [0x45f5] = 0x497b, [0x45f6] = 0x497c, - [0x45f7] = 0x497e, [0x45f8] = 0x497f, [0x45f9] = 0x4980, [0x45fa] = 0x4981, - [0x45fb] = 0x4984, [0x45fc] = 0x4987, [0x45fd] = 0x4988, [0x45fe] = 0x4989, - [0x45ff] = 0x498a, [0x4600] = 0x498b, [0x4601] = 0x498c, [0x4602] = 0x498d, - [0x4603] = 0x498e, [0x4604] = 0x498f, [0x4605] = 0x4990, [0x4606] = 0x4991, - [0x4607] = 0x4992, [0x4608] = 0x4993, [0x4609] = 0x4994, [0x460a] = 0x4995, - [0x460b] = 0x4996, [0x460c] = 0x4997, [0x460d] = 0x4998, [0x460e] = 0x4999, - [0x460f] = 0x499a, [0x4610] = 0x499c, [0x4611] = 0x499d, [0x4612] = 0x499e, - [0x4613] = 0x49a0, [0x4614] = 0x49a1, [0x4615] = 0x49a2, [0x4616] = 0x49a3, - [0x4617] = 0x49a4, [0x4618] = 0x49a5, [0x4619] = 0x49a6, [0x461a] = 0x49a7, - [0x461b] = 0x49a8, [0x461c] = 0x49a9, [0x461d] = 0x49aa, [0x461e] = 0x49ab, - [0x461f] = 0x49ac, [0x4620] = 0x49ad, [0x4621] = 0x49ae, [0x4622] = 0x49af, - [0x4623] = 0x49b0, [0x4624] = 0x49b1, [0x4625] = 0x49b2, [0x4626] = 0x49b3, - [0x4627] = 0x49b4, [0x4628] = 0x49b5, [0x4629] = 0x49b8, [0x462a] = 0x49b9, - [0x462b] = 0x49ba, [0x462c] = 0x49bb, [0x462d] = 0x49bc, [0x462e] = 0x49bd, - [0x462f] = 0x49be, [0x4630] = 0x49bf, [0x4631] = 0x49c0, [0x4632] = 0x49c1, - [0x4633] = 0x49c2, [0x4634] = 0x49c3, [0x4635] = 0x49c4, [0x4636] = 0x49c5, - [0x4637] = 0x49c6, [0x4638] = 0x49c7, [0x4639] = 0x49c8, [0x463a] = 0x49c9, - [0x463b] = 0x49ca, [0x463c] = 0x49cb, [0x463d] = 0x49cc, [0x463e] = 0x49cd, - [0x463f] = 0x49ce, [0x4640] = 0x49cf, [0x4641] = 0x49d0, [0x4642] = 0x49d1, - [0x4643] = 0x49d2, [0x4644] = 0x49d3, [0x4645] = 0x49d4, [0x4646] = 0x49d5, - [0x4647] = 0x49d6, [0x4648] = 0x49d7, [0x4649] = 0x49d8, [0x464a] = 0x49d9, - [0x464b] = 0x49da, [0x464c] = 0x49db, [0x464d] = 0x49dc, [0x464e] = 0x49dd, - [0x464f] = 0x49de, [0x4650] = 0x49df, [0x4651] = 0x49e0, [0x4652] = 0x49e1, - [0x4653] = 0x49e2, [0x4654] = 0x49e3, [0x4655] = 0x49e4, [0x4656] = 0x49e5, - [0x4657] = 0x49e6, [0x4658] = 0x49e7, [0x4659] = 0x49e8, [0x465a] = 0x49e9, - [0x465b] = 0x49ea, [0x465c] = 0x49eb, [0x465d] = 0x49ec, [0x465e] = 0x49ed, - [0x465f] = 0x49ee, [0x4660] = 0x49ef, [0x4661] = 0x49f0, [0x4662] = 0x49f1, - [0x4663] = 0x49f2, [0x4664] = 0x49f3, [0x4665] = 0x49f4, [0x4666] = 0x49f5, - [0x4667] = 0x49f6, [0x4668] = 0x49f7, [0x4669] = 0x49f8, [0x466a] = 0x49f9, - [0x466b] = 0x49fa, [0x466c] = 0x49fb, [0x466d] = 0x49fc, [0x466e] = 0x49fd, - [0x466f] = 0x49fe, [0x4670] = 0x49ff, [0x4671] = 0x4a00, [0x4672] = 0x4a01, - [0x4673] = 0x4a02, [0x4674] = 0x4a03, [0x4675] = 0x4a04, [0x4676] = 0x4a05, - [0x4677] = 0x4a06, [0x4678] = 0x4a07, [0x4679] = 0x4a08, [0x467a] = 0x4a09, - [0x467b] = 0x4a0a, [0x467c] = 0x4a0b, [0x467d] = 0x4a0c, [0x467e] = 0x4a0d, - [0x467f] = 0x4a0e, [0x4680] = 0x4a0f, [0x4681] = 0x4a10, [0x4682] = 0x4a11, - [0x4683] = 0x4a12, [0x4684] = 0x4a13, [0x4685] = 0x4a14, [0x4686] = 0x4a15, - [0x4687] = 0x4a16, [0x4688] = 0x4a17, [0x4689] = 0x4a18, [0x468a] = 0x4a19, - [0x468b] = 0x4a1a, [0x468c] = 0x4a1b, [0x468d] = 0x4a1c, [0x468e] = 0x4a1d, - [0x468f] = 0x4a1e, [0x4690] = 0x4a1f, [0x4691] = 0x4a20, [0x4692] = 0x4a21, - [0x4693] = 0x4a22, [0x4694] = 0x4a23, [0x4695] = 0x4a24, [0x4696] = 0x4a25, - [0x4697] = 0x4a26, [0x4698] = 0x4a27, [0x4699] = 0x4a28, [0x469a] = 0x4a29, - [0x469b] = 0x4a2a, [0x469c] = 0x4a2b, [0x469d] = 0x4a2c, [0x469e] = 0x4a2d, - [0x469f] = 0x4a2e, [0x46a0] = 0x4a2f, [0x46a1] = 0x4a30, [0x46a2] = 0x4a31, - [0x46a3] = 0x4a32, [0x46a4] = 0x4a33, [0x46a5] = 0x4a34, [0x46a6] = 0x4a35, - [0x46a7] = 0x4a36, [0x46a8] = 0x4a37, [0x46a9] = 0x4a38, [0x46aa] = 0x4a39, - [0x46ab] = 0x4a3a, [0x46ac] = 0x4a3b, [0x46ad] = 0x4a3c, [0x46ae] = 0x4a3d, - [0x46af] = 0x4a3e, [0x46b0] = 0x4a3f, [0x46b1] = 0x4a40, [0x46b2] = 0x4a41, - [0x46b3] = 0x4a42, [0x46b4] = 0x4a43, [0x46b5] = 0x4a44, [0x46b6] = 0x4a45, - [0x46b7] = 0x4a46, [0x46b8] = 0x4a47, [0x46b9] = 0x4a48, [0x46ba] = 0x4a49, - [0x46bb] = 0x4a4a, [0x46bc] = 0x4a4b, [0x46bd] = 0x4a4c, [0x46be] = 0x4a4d, - [0x46bf] = 0x4a4e, [0x46c0] = 0x4a4f, [0x46c1] = 0x4a50, [0x46c2] = 0x4a51, - [0x46c3] = 0x4a52, [0x46c4] = 0x4a53, [0x46c5] = 0x4a54, [0x46c6] = 0x4a55, - [0x46c7] = 0x4a56, [0x46c8] = 0x4a57, [0x46c9] = 0x4a58, [0x46ca] = 0x4a59, - [0x46cb] = 0x4a5a, [0x46cc] = 0x4a5b, [0x46cd] = 0x4a5c, [0x46ce] = 0x4a5d, - [0x46cf] = 0x4a5e, [0x46d0] = 0x4a5f, [0x46d1] = 0x4a60, [0x46d2] = 0x4a61, - [0x46d3] = 0x4a62, [0x46d4] = 0x4a63, [0x46d5] = 0x4a64, [0x46d6] = 0x4a65, - [0x46d7] = 0x4a66, [0x46d8] = 0x4a67, [0x46d9] = 0x4a68, [0x46da] = 0x4a69, - [0x46db] = 0x4a6a, [0x46dc] = 0x4a6b, [0x46dd] = 0x4a6c, [0x46de] = 0x4a6d, - [0x46df] = 0x4a6e, [0x46e0] = 0x4a6f, [0x46e1] = 0x4a70, [0x46e2] = 0x4a71, - [0x46e3] = 0x4a72, [0x46e4] = 0x4a73, [0x46e5] = 0x4a74, [0x46e6] = 0x4a75, - [0x46e7] = 0x4a76, [0x46e8] = 0x4a77, [0x46e9] = 0x4a78, [0x46ea] = 0x4a79, - [0x46eb] = 0x4a7a, [0x46ec] = 0x4a7b, [0x46ed] = 0x4a7c, [0x46ee] = 0x4a7d, - [0x46ef] = 0x4a7e, [0x46f0] = 0x4a7f, [0x46f1] = 0x4a80, [0x46f2] = 0x4a81, - [0x46f3] = 0x4a82, [0x46f4] = 0x4a83, [0x46f5] = 0x4a84, [0x46f6] = 0x4a85, - [0x46f7] = 0x4a86, [0x46f8] = 0x4a87, [0x46f9] = 0x4a88, [0x46fa] = 0x4a89, - [0x46fb] = 0x4a8a, [0x46fc] = 0x4a8b, [0x46fd] = 0x4a8c, [0x46fe] = 0x4a8d, - [0x46ff] = 0x4a8e, [0x4700] = 0x4a8f, [0x4701] = 0x4a90, [0x4702] = 0x4a91, - [0x4703] = 0x4a92, [0x4704] = 0x4a93, [0x4705] = 0x4a94, [0x4706] = 0x4a95, - [0x4707] = 0x4a96, [0x4708] = 0x4a97, [0x4709] = 0x4a98, [0x470a] = 0x4a99, - [0x470b] = 0x4a9a, [0x470c] = 0x4a9b, [0x470d] = 0x4a9c, [0x470e] = 0x4a9d, - [0x470f] = 0x4a9e, [0x4710] = 0x4a9f, [0x4711] = 0x4aa0, [0x4712] = 0x4aa1, - [0x4713] = 0x4aa2, [0x4714] = 0x4aa3, [0x4715] = 0x4aa4, [0x4716] = 0x4aa5, - [0x4717] = 0x4aa6, [0x4718] = 0x4aa7, [0x4719] = 0x4aa8, [0x471a] = 0x4aa9, - [0x471b] = 0x4aaa, [0x471c] = 0x4aab, [0x471d] = 0x4aac, [0x471e] = 0x4aad, - [0x471f] = 0x4aae, [0x4720] = 0x4aaf, [0x4721] = 0x4ab0, [0x4722] = 0x4ab1, - [0x4723] = 0x4ab2, [0x4724] = 0x4ab3, [0x4725] = 0x4ab4, [0x4726] = 0x4ab5, - [0x4727] = 0x4ab6, [0x4728] = 0x4ab7, [0x4729] = 0x4ab8, [0x472a] = 0x4ab9, - [0x472b] = 0x4aba, [0x472c] = 0x4abb, [0x472d] = 0x4abc, [0x472e] = 0x4abd, - [0x472f] = 0x4abe, [0x4730] = 0x4abf, [0x4731] = 0x4ac0, [0x4732] = 0x4ac1, - [0x4733] = 0x4ac2, [0x4734] = 0x4ac3, [0x4735] = 0x4ac4, [0x4736] = 0x4ac5, - [0x4737] = 0x4ac6, [0x4738] = 0x4ac7, [0x4739] = 0x4ac8, [0x473a] = 0x4ac9, - [0x473b] = 0x4aca, [0x473c] = 0x4acb, [0x473d] = 0x4acc, [0x473e] = 0x4acd, - [0x473f] = 0x4ace, [0x4740] = 0x4acf, [0x4741] = 0x4ad0, [0x4742] = 0x4ad1, - [0x4743] = 0x4ad2, [0x4744] = 0x4ad3, [0x4745] = 0x4ad4, [0x4746] = 0x4ad5, - [0x4747] = 0x4ad6, [0x4748] = 0x4ad7, [0x4749] = 0x4ad8, [0x474a] = 0x4ad9, - [0x474b] = 0x4ada, [0x474c] = 0x4adb, [0x474d] = 0x4adc, [0x474e] = 0x4add, - [0x474f] = 0x4ade, [0x4750] = 0x4adf, [0x4751] = 0x4ae0, [0x4752] = 0x4ae1, - [0x4753] = 0x4ae2, [0x4754] = 0x4ae3, [0x4755] = 0x4ae4, [0x4756] = 0x4ae5, - [0x4757] = 0x4ae6, [0x4758] = 0x4ae7, [0x4759] = 0x4ae8, [0x475a] = 0x4ae9, - [0x475b] = 0x4aea, [0x475c] = 0x4aeb, [0x475d] = 0x4aec, [0x475e] = 0x4aed, - [0x475f] = 0x4aee, [0x4760] = 0x4aef, [0x4761] = 0x4af0, [0x4762] = 0x4af1, - [0x4763] = 0x4af2, [0x4764] = 0x4af3, [0x4765] = 0x4af4, [0x4766] = 0x4af5, - [0x4767] = 0x4af6, [0x4768] = 0x4af7, [0x4769] = 0x4af8, [0x476a] = 0x4af9, - [0x476b] = 0x4afa, [0x476c] = 0x4afb, [0x476d] = 0x4afc, [0x476e] = 0x4afd, - [0x476f] = 0x4afe, [0x4770] = 0x4aff, [0x4771] = 0x4b00, [0x4772] = 0x4b01, - [0x4773] = 0x4b02, [0x4774] = 0x4b03, [0x4775] = 0x4b04, [0x4776] = 0x4b05, - [0x4777] = 0x4b06, [0x4778] = 0x4b07, [0x4779] = 0x4b08, [0x477a] = 0x4b09, - [0x477b] = 0x4b0a, [0x477c] = 0x4b0b, [0x477d] = 0x4b0c, [0x477e] = 0x4b0d, - [0x477f] = 0x4b0e, [0x4780] = 0x4b0f, [0x4781] = 0x4b10, [0x4782] = 0x4b11, - [0x4783] = 0x4b12, [0x4784] = 0x4b13, [0x4785] = 0x4b14, [0x4786] = 0x4b15, - [0x4787] = 0x4b16, [0x4788] = 0x4b17, [0x4789] = 0x4b18, [0x478a] = 0x4b19, - [0x478b] = 0x4b1a, [0x478c] = 0x4b1b, [0x478d] = 0x4b1c, [0x478e] = 0x4b1d, - [0x478f] = 0x4b1e, [0x4790] = 0x4b1f, [0x4791] = 0x4b20, [0x4792] = 0x4b21, - [0x4793] = 0x4b22, [0x4794] = 0x4b23, [0x4795] = 0x4b24, [0x4796] = 0x4b25, - [0x4797] = 0x4b26, [0x4798] = 0x4b27, [0x4799] = 0x4b28, [0x479a] = 0x4b29, - [0x479b] = 0x4b2a, [0x479c] = 0x4b2b, [0x479d] = 0x4b2c, [0x479e] = 0x4b2d, - [0x479f] = 0x4b2e, [0x47a0] = 0x4b2f, [0x47a1] = 0x4b30, [0x47a2] = 0x4b31, - [0x47a3] = 0x4b32, [0x47a4] = 0x4b33, [0x47a5] = 0x4b34, [0x47a6] = 0x4b35, - [0x47a7] = 0x4b36, [0x47a8] = 0x4b37, [0x47a9] = 0x4b38, [0x47aa] = 0x4b39, - [0x47ab] = 0x4b3a, [0x47ac] = 0x4b3b, [0x47ad] = 0x4b3c, [0x47ae] = 0x4b3d, - [0x47af] = 0x4b3e, [0x47b0] = 0x4b3f, [0x47b1] = 0x4b40, [0x47b2] = 0x4b41, - [0x47b3] = 0x4b42, [0x47b4] = 0x4b43, [0x47b5] = 0x4b44, [0x47b6] = 0x4b45, - [0x47b7] = 0x4b46, [0x47b8] = 0x4b47, [0x47b9] = 0x4b48, [0x47ba] = 0x4b49, - [0x47bb] = 0x4b4a, [0x47bc] = 0x4b4b, [0x47bd] = 0x4b4c, [0x47be] = 0x4b4d, - [0x47bf] = 0x4b4e, [0x47c0] = 0x4b4f, [0x47c1] = 0x4b50, [0x47c2] = 0x4b51, - [0x47c3] = 0x4b52, [0x47c4] = 0x4b53, [0x47c5] = 0x4b54, [0x47c6] = 0x4b55, - [0x47c7] = 0x4b56, [0x47c8] = 0x4b57, [0x47c9] = 0x4b58, [0x47ca] = 0x4b59, - [0x47cb] = 0x4b5a, [0x47cc] = 0x4b5b, [0x47cd] = 0x4b5c, [0x47ce] = 0x4b5d, - [0x47cf] = 0x4b5e, [0x47d0] = 0x4b5f, [0x47d1] = 0x4b60, [0x47d2] = 0x4b61, - [0x47d3] = 0x4b62, [0x47d4] = 0x4b63, [0x47d5] = 0x4b64, [0x47d6] = 0x4b65, - [0x47d7] = 0x4b66, [0x47d8] = 0x4b67, [0x47d9] = 0x4b68, [0x47da] = 0x4b69, - [0x47db] = 0x4b6a, [0x47dc] = 0x4b6b, [0x47dd] = 0x4b6c, [0x47de] = 0x4b6d, - [0x47df] = 0x4b6e, [0x47e0] = 0x4b6f, [0x47e1] = 0x4b70, [0x47e2] = 0x4b71, - [0x47e3] = 0x4b72, [0x47e4] = 0x4b73, [0x47e5] = 0x4b74, [0x47e6] = 0x4b75, - [0x47e7] = 0x4b76, [0x47e8] = 0x4b77, [0x47e9] = 0x4b78, [0x47ea] = 0x4b79, - [0x47eb] = 0x4b7a, [0x47ec] = 0x4b7b, [0x47ed] = 0x4b7c, [0x47ee] = 0x4b7d, - [0x47ef] = 0x4b7e, [0x47f0] = 0x4b7f, [0x47f1] = 0x4b80, [0x47f2] = 0x4b81, - [0x47f3] = 0x4b82, [0x47f4] = 0x4b83, [0x47f5] = 0x4b84, [0x47f6] = 0x4b85, - [0x47f7] = 0x4b86, [0x47f8] = 0x4b87, [0x47f9] = 0x4b88, [0x47fa] = 0x4b89, - [0x47fb] = 0x4b8a, [0x47fc] = 0x4b8b, [0x47fd] = 0x4b8c, [0x47fe] = 0x4b8d, - [0x47ff] = 0x4b8e, [0x4800] = 0x4b8f, [0x4801] = 0x4b90, [0x4802] = 0x4b91, - [0x4803] = 0x4b92, [0x4804] = 0x4b93, [0x4805] = 0x4b94, [0x4806] = 0x4b95, - [0x4807] = 0x4b96, [0x4808] = 0x4b97, [0x4809] = 0x4b98, [0x480a] = 0x4b99, - [0x480b] = 0x4b9a, [0x480c] = 0x4b9b, [0x480d] = 0x4b9c, [0x480e] = 0x4b9d, - [0x480f] = 0x4b9e, [0x4810] = 0x4b9f, [0x4811] = 0x4ba0, [0x4812] = 0x4ba1, - [0x4813] = 0x4ba2, [0x4814] = 0x4ba3, [0x4815] = 0x4ba4, [0x4816] = 0x4ba5, - [0x4817] = 0x4ba6, [0x4818] = 0x4ba7, [0x4819] = 0x4ba8, [0x481a] = 0x4ba9, - [0x481b] = 0x4baa, [0x481c] = 0x4bab, [0x481d] = 0x4bac, [0x481e] = 0x4bad, - [0x481f] = 0x4bae, [0x4820] = 0x4baf, [0x4821] = 0x4bb0, [0x4822] = 0x4bb1, - [0x4823] = 0x4bb2, [0x4824] = 0x4bb3, [0x4825] = 0x4bb4, [0x4826] = 0x4bb5, - [0x4827] = 0x4bb6, [0x4828] = 0x4bb7, [0x4829] = 0x4bb8, [0x482a] = 0x4bb9, - [0x482b] = 0x4bba, [0x482c] = 0x4bbb, [0x482d] = 0x4bbc, [0x482e] = 0x4bbd, - [0x482f] = 0x4bbe, [0x4830] = 0x4bbf, [0x4831] = 0x4bc0, [0x4832] = 0x4bc1, - [0x4833] = 0x4bc2, [0x4834] = 0x4bc3, [0x4835] = 0x4bc4, [0x4836] = 0x4bc5, - [0x4837] = 0x4bc6, [0x4838] = 0x4bc7, [0x4839] = 0x4bc8, [0x483a] = 0x4bc9, - [0x483b] = 0x4bca, [0x483c] = 0x4bcb, [0x483d] = 0x4bcc, [0x483e] = 0x4bcd, - [0x483f] = 0x4bce, [0x4840] = 0x4bcf, [0x4841] = 0x4bd0, [0x4842] = 0x4bd1, - [0x4843] = 0x4bd2, [0x4844] = 0x4bd3, [0x4845] = 0x4bd4, [0x4846] = 0x4bd5, - [0x4847] = 0x4bd6, [0x4848] = 0x4bd7, [0x4849] = 0x4bd8, [0x484a] = 0x4bd9, - [0x484b] = 0x4bda, [0x484c] = 0x4bdb, [0x484d] = 0x4bdc, [0x484e] = 0x4bdd, - [0x484f] = 0x4bde, [0x4850] = 0x4bdf, [0x4851] = 0x4be0, [0x4852] = 0x4be1, - [0x4853] = 0x4be2, [0x4854] = 0x4be3, [0x4855] = 0x4be4, [0x4856] = 0x4be5, - [0x4857] = 0x4be6, [0x4858] = 0x4be7, [0x4859] = 0x4be8, [0x485a] = 0x4be9, - [0x485b] = 0x4bea, [0x485c] = 0x4beb, [0x485d] = 0x4bec, [0x485e] = 0x4bed, - [0x485f] = 0x4bee, [0x4860] = 0x4bef, [0x4861] = 0x4bf0, [0x4862] = 0x4bf1, - [0x4863] = 0x4bf2, [0x4864] = 0x4bf3, [0x4865] = 0x4bf4, [0x4866] = 0x4bf5, - [0x4867] = 0x4bf6, [0x4868] = 0x4bf7, [0x4869] = 0x4bf8, [0x486a] = 0x4bf9, - [0x486b] = 0x4bfa, [0x486c] = 0x4bfb, [0x486d] = 0x4bfc, [0x486e] = 0x4bfd, - [0x486f] = 0x4bfe, [0x4870] = 0x4bff, [0x4871] = 0x4c00, [0x4872] = 0x4c01, - [0x4873] = 0x4c02, [0x4874] = 0x4c03, [0x4875] = 0x4c04, [0x4876] = 0x4c05, - [0x4877] = 0x4c06, [0x4878] = 0x4c07, [0x4879] = 0x4c08, [0x487a] = 0x4c09, - [0x487b] = 0x4c0a, [0x487c] = 0x4c0b, [0x487d] = 0x4c0c, [0x487e] = 0x4c0d, - [0x487f] = 0x4c0e, [0x4880] = 0x4c0f, [0x4881] = 0x4c10, [0x4882] = 0x4c11, - [0x4883] = 0x4c12, [0x4884] = 0x4c13, [0x4885] = 0x4c14, [0x4886] = 0x4c15, - [0x4887] = 0x4c16, [0x4888] = 0x4c17, [0x4889] = 0x4c18, [0x488a] = 0x4c19, - [0x488b] = 0x4c1a, [0x488c] = 0x4c1b, [0x488d] = 0x4c1c, [0x488e] = 0x4c1d, - [0x488f] = 0x4c1e, [0x4890] = 0x4c1f, [0x4891] = 0x4c20, [0x4892] = 0x4c21, - [0x4893] = 0x4c22, [0x4894] = 0x4c23, [0x4895] = 0x4c24, [0x4896] = 0x4c25, - [0x4897] = 0x4c26, [0x4898] = 0x4c27, [0x4899] = 0x4c28, [0x489a] = 0x4c29, - [0x489b] = 0x4c2a, [0x489c] = 0x4c2b, [0x489d] = 0x4c2c, [0x489e] = 0x4c2d, - [0x489f] = 0x4c2e, [0x48a0] = 0x4c2f, [0x48a1] = 0x4c30, [0x48a2] = 0x4c31, - [0x48a3] = 0x4c32, [0x48a4] = 0x4c33, [0x48a5] = 0x4c34, [0x48a6] = 0x4c35, - [0x48a7] = 0x4c36, [0x48a8] = 0x4c37, [0x48a9] = 0x4c38, [0x48aa] = 0x4c39, - [0x48ab] = 0x4c3a, [0x48ac] = 0x4c3b, [0x48ad] = 0x4c3c, [0x48ae] = 0x4c3d, - [0x48af] = 0x4c3e, [0x48b0] = 0x4c3f, [0x48b1] = 0x4c40, [0x48b2] = 0x4c41, - [0x48b3] = 0x4c42, [0x48b4] = 0x4c43, [0x48b5] = 0x4c44, [0x48b6] = 0x4c45, - [0x48b7] = 0x4c46, [0x48b8] = 0x4c47, [0x48b9] = 0x4c48, [0x48ba] = 0x4c49, - [0x48bb] = 0x4c4a, [0x48bc] = 0x4c4b, [0x48bd] = 0x4c4c, [0x48be] = 0x4c4d, - [0x48bf] = 0x4c4e, [0x48c0] = 0x4c4f, [0x48c1] = 0x4c50, [0x48c2] = 0x4c51, - [0x48c3] = 0x4c52, [0x48c4] = 0x4c53, [0x48c5] = 0x4c54, [0x48c6] = 0x4c55, - [0x48c7] = 0x4c56, [0x48c8] = 0x4c57, [0x48c9] = 0x4c58, [0x48ca] = 0x4c59, - [0x48cb] = 0x4c5a, [0x48cc] = 0x4c5b, [0x48cd] = 0x4c5c, [0x48ce] = 0x4c5d, - [0x48cf] = 0x4c5e, [0x48d0] = 0x4c5f, [0x48d1] = 0x4c60, [0x48d2] = 0x4c61, - [0x48d3] = 0x4c62, [0x48d4] = 0x4c63, [0x48d5] = 0x4c64, [0x48d6] = 0x4c65, - [0x48d7] = 0x4c66, [0x48d8] = 0x4c67, [0x48d9] = 0x4c68, [0x48da] = 0x4c69, - [0x48db] = 0x4c6a, [0x48dc] = 0x4c6b, [0x48dd] = 0x4c6c, [0x48de] = 0x4c6d, - [0x48df] = 0x4c6e, [0x48e0] = 0x4c6f, [0x48e1] = 0x4c70, [0x48e2] = 0x4c71, - [0x48e3] = 0x4c72, [0x48e4] = 0x4c73, [0x48e5] = 0x4c74, [0x48e6] = 0x4c75, - [0x48e7] = 0x4c76, [0x48e8] = 0x4c78, [0x48e9] = 0x4c79, [0x48ea] = 0x4c7a, - [0x48eb] = 0x4c7b, [0x48ec] = 0x4c7c, [0x48ed] = 0x4c7d, [0x48ee] = 0x4c7e, - [0x48ef] = 0x4c7f, [0x48f0] = 0x4c80, [0x48f1] = 0x4c81, [0x48f2] = 0x4c82, - [0x48f3] = 0x4c83, [0x48f4] = 0x4c84, [0x48f5] = 0x4c85, [0x48f6] = 0x4c86, - [0x48f7] = 0x4c87, [0x48f8] = 0x4c88, [0x48f9] = 0x4c89, [0x48fa] = 0x4c8a, - [0x48fb] = 0x4c8b, [0x48fc] = 0x4c8c, [0x48fd] = 0x4c8d, [0x48fe] = 0x4c8e, - [0x48ff] = 0x4c8f, [0x4900] = 0x4c90, [0x4901] = 0x4c91, [0x4902] = 0x4c92, - [0x4903] = 0x4c93, [0x4904] = 0x4c94, [0x4905] = 0x4c95, [0x4906] = 0x4c96, - [0x4907] = 0x4c97, [0x4908] = 0x4c98, [0x4909] = 0x4c99, [0x490a] = 0x4c9a, - [0x490b] = 0x4c9b, [0x490c] = 0x4c9c, [0x490d] = 0x4c9d, [0x490e] = 0x4c9e, - [0x490f] = 0x4ca4, [0x4910] = 0x4ca5, [0x4911] = 0x4ca6, [0x4912] = 0x4ca7, - [0x4913] = 0x4ca8, [0x4914] = 0x4ca9, [0x4915] = 0x4caa, [0x4916] = 0x4cab, - [0x4917] = 0x4cac, [0x4918] = 0x4cad, [0x4919] = 0x4cae, [0x491a] = 0x4caf, - [0x491b] = 0x4cb0, [0x491c] = 0x4cb1, [0x491d] = 0x4cb2, [0x491e] = 0x4cb3, - [0x491f] = 0x4cb4, [0x4920] = 0x4cb5, [0x4921] = 0x4cb6, [0x4922] = 0x4cb7, - [0x4923] = 0x4cb8, [0x4924] = 0x4cb9, [0x4925] = 0x4cba, [0x4926] = 0x4cbb, - [0x4927] = 0x4cbc, [0x4928] = 0x4cbd, [0x4929] = 0x4cbe, [0x492a] = 0x4cbf, - [0x492b] = 0x4cc0, [0x492c] = 0x4cc1, [0x492d] = 0x4cc2, [0x492e] = 0x4cc3, - [0x492f] = 0x4cc4, [0x4930] = 0x4cc5, [0x4931] = 0x4cc6, [0x4932] = 0x4cc7, - [0x4933] = 0x4cc8, [0x4934] = 0x4cc9, [0x4935] = 0x4cca, [0x4936] = 0x4ccb, - [0x4937] = 0x4ccc, [0x4938] = 0x4ccd, [0x4939] = 0x4cce, [0x493a] = 0x4ccf, - [0x493b] = 0x4cd0, [0x493c] = 0x4cd1, [0x493d] = 0x4cd2, [0x493e] = 0x4cd3, - [0x493f] = 0x4cd4, [0x4940] = 0x4cd5, [0x4941] = 0x4cd6, [0x4942] = 0x4cd7, - [0x4943] = 0x4cd8, [0x4944] = 0x4cd9, [0x4945] = 0x4cda, [0x4946] = 0x4cdb, - [0x4947] = 0x4cdc, [0x4948] = 0x4cdd, [0x4949] = 0x4cde, [0x494a] = 0x4cdf, - [0x494b] = 0x4ce0, [0x494c] = 0x4ce1, [0x494d] = 0x4ce2, [0x494e] = 0x4ce3, - [0x494f] = 0x4ce4, [0x4950] = 0x4ce5, [0x4951] = 0x4ce6, [0x4952] = 0x4ce7, - [0x4953] = 0x4ce8, [0x4954] = 0x4ce9, [0x4955] = 0x4cea, [0x4956] = 0x4ceb, - [0x4957] = 0x4cec, [0x4958] = 0x4ced, [0x4959] = 0x4cee, [0x495a] = 0x4cef, - [0x495b] = 0x4cf0, [0x495c] = 0x4cf1, [0x495d] = 0x4cf2, [0x495e] = 0x4cf3, - [0x495f] = 0x4cf4, [0x4960] = 0x4cf5, [0x4961] = 0x4cf6, [0x4962] = 0x4cf7, - [0x4963] = 0x4cf8, [0x4964] = 0x4cf9, [0x4965] = 0x4cfa, [0x4966] = 0x4cfb, - [0x4967] = 0x4cfc, [0x4968] = 0x4cfd, [0x4969] = 0x4cfe, [0x496a] = 0x4cff, - [0x496b] = 0x4d00, [0x496c] = 0x4d01, [0x496d] = 0x4d02, [0x496e] = 0x4d03, - [0x496f] = 0x4d04, [0x4970] = 0x4d05, [0x4971] = 0x4d06, [0x4972] = 0x4d07, - [0x4973] = 0x4d08, [0x4974] = 0x4d09, [0x4975] = 0x4d0a, [0x4976] = 0x4d0b, - [0x4977] = 0x4d0c, [0x4978] = 0x4d0d, [0x4979] = 0x4d0e, [0x497a] = 0x4d0f, - [0x497b] = 0x4d10, [0x497c] = 0x4d11, [0x497d] = 0x4d12, [0x497e] = 0x4d1a, - [0x497f] = 0x4d1b, [0x4980] = 0x4d1c, [0x4981] = 0x4d1d, [0x4982] = 0x4d1e, - [0x4983] = 0x4d1f, [0x4984] = 0x4d20, [0x4985] = 0x4d21, [0x4986] = 0x4d22, - [0x4987] = 0x4d23, [0x4988] = 0x4d24, [0x4989] = 0x4d25, [0x498a] = 0x4d26, - [0x498b] = 0x4d27, [0x498c] = 0x4d28, [0x498d] = 0x4d29, [0x498e] = 0x4d2a, - [0x498f] = 0x4d2b, [0x4990] = 0x4d2c, [0x4991] = 0x4d2d, [0x4992] = 0x4d2e, - [0x4993] = 0x4d2f, [0x4994] = 0x4d30, [0x4995] = 0x4d31, [0x4996] = 0x4d32, - [0x4997] = 0x4d33, [0x4998] = 0x4d34, [0x4999] = 0x4d35, [0x499a] = 0x4d36, - [0x499b] = 0x4d37, [0x499c] = 0x4d38, [0x499d] = 0x4d39, [0x499e] = 0x4d3a, - [0x499f] = 0x4d3b, [0x49a0] = 0x4d3c, [0x49a1] = 0x4d3d, [0x49a2] = 0x4d3e, - [0x49a3] = 0x4d3f, [0x49a4] = 0x4d40, [0x49a5] = 0x4d41, [0x49a6] = 0x4d42, - [0x49a7] = 0x4d43, [0x49a8] = 0x4d44, [0x49a9] = 0x4d45, [0x49aa] = 0x4d46, - [0x49ab] = 0x4d47, [0x49ac] = 0x4d48, [0x49ad] = 0x4d49, [0x49ae] = 0x4d4a, - [0x49af] = 0x4d4b, [0x49b0] = 0x4d4c, [0x49b1] = 0x4d4d, [0x49b2] = 0x4d4e, - [0x49b3] = 0x4d4f, [0x49b4] = 0x4d50, [0x49b5] = 0x4d51, [0x49b6] = 0x4d52, - [0x49b7] = 0x4d53, [0x49b8] = 0x4d54, [0x49b9] = 0x4d55, [0x49ba] = 0x4d56, - [0x49bb] = 0x4d57, [0x49bc] = 0x4d58, [0x49bd] = 0x4d59, [0x49be] = 0x4d5a, - [0x49bf] = 0x4d5b, [0x49c0] = 0x4d5c, [0x49c1] = 0x4d5d, [0x49c2] = 0x4d5e, - [0x49c3] = 0x4d5f, [0x49c4] = 0x4d60, [0x49c5] = 0x4d61, [0x49c6] = 0x4d62, - [0x49c7] = 0x4d63, [0x49c8] = 0x4d64, [0x49c9] = 0x4d65, [0x49ca] = 0x4d66, - [0x49cb] = 0x4d67, [0x49cc] = 0x4d68, [0x49cd] = 0x4d69, [0x49ce] = 0x4d6a, - [0x49cf] = 0x4d6b, [0x49d0] = 0x4d6c, [0x49d1] = 0x4d6d, [0x49d2] = 0x4d6e, - [0x49d3] = 0x4d6f, [0x49d4] = 0x4d70, [0x49d5] = 0x4d71, [0x49d6] = 0x4d72, - [0x49d7] = 0x4d73, [0x49d8] = 0x4d74, [0x49d9] = 0x4d75, [0x49da] = 0x4d76, - [0x49db] = 0x4d77, [0x49dc] = 0x4d78, [0x49dd] = 0x4d79, [0x49de] = 0x4d7a, - [0x49df] = 0x4d7b, [0x49e0] = 0x4d7c, [0x49e1] = 0x4d7d, [0x49e2] = 0x4d7e, - [0x49e3] = 0x4d7f, [0x49e4] = 0x4d80, [0x49e5] = 0x4d81, [0x49e6] = 0x4d82, - [0x49e7] = 0x4d83, [0x49e8] = 0x4d84, [0x49e9] = 0x4d85, [0x49ea] = 0x4d86, - [0x49eb] = 0x4d87, [0x49ec] = 0x4d88, [0x49ed] = 0x4d89, [0x49ee] = 0x4d8a, - [0x49ef] = 0x4d8b, [0x49f0] = 0x4d8c, [0x49f1] = 0x4d8d, [0x49f2] = 0x4d8e, - [0x49f3] = 0x4d8f, [0x49f4] = 0x4d90, [0x49f5] = 0x4d91, [0x49f6] = 0x4d92, - [0x49f7] = 0x4d93, [0x49f8] = 0x4d94, [0x49f9] = 0x4d95, [0x49fa] = 0x4d96, - [0x49fb] = 0x4d97, [0x49fc] = 0x4d98, [0x49fd] = 0x4d99, [0x49fe] = 0x4d9a, - [0x49ff] = 0x4d9b, [0x4a00] = 0x4d9c, [0x4a01] = 0x4d9d, [0x4a02] = 0x4d9e, - [0x4a03] = 0x4d9f, [0x4a04] = 0x4da0, [0x4a05] = 0x4da1, [0x4a06] = 0x4da2, - [0x4a07] = 0x4da3, [0x4a08] = 0x4da4, [0x4a09] = 0x4da5, [0x4a0a] = 0x4da6, - [0x4a0b] = 0x4da7, [0x4a0c] = 0x4da8, [0x4a0d] = 0x4da9, [0x4a0e] = 0x4daa, - [0x4a0f] = 0x4dab, [0x4a10] = 0x4dac, [0x4a11] = 0x4dad, [0x4a12] = 0x4daf, - [0x4a13] = 0x4db0, [0x4a14] = 0x4db1, [0x4a15] = 0x4db2, [0x4a16] = 0x4db3, - [0x4a17] = 0x4db4, [0x4a18] = 0x4db5, [0x4abd] = 0xa000, [0x4abe] = 0xa001, - [0x4abf] = 0xa002, [0x4ac0] = 0xa003, [0x4ac1] = 0xa004, [0x4ac2] = 0xa005, - [0x4ac3] = 0xa006, [0x4ac4] = 0xa007, [0x4ac5] = 0xa008, [0x4ac6] = 0xa009, - [0x4ac7] = 0xa00a, [0x4ac8] = 0xa00b, [0x4ac9] = 0xa00c, [0x4aca] = 0xa00d, - [0x4acb] = 0xa00e, [0x4acc] = 0xa00f, [0x4acd] = 0xa010, [0x4ace] = 0xa011, - [0x4acf] = 0xa012, [0x4ad0] = 0xa013, [0x4ad1] = 0xa014, [0x4ad2] = 0xa015, - [0x4ad3] = 0xa016, [0x4ad4] = 0xa017, [0x4ad5] = 0xa018, [0x4ad6] = 0xa019, - [0x4ad7] = 0xa01a, [0x4ad8] = 0xa01b, [0x4ad9] = 0xa01c, [0x4ada] = 0xa01d, - [0x4adb] = 0xa01e, [0x4adc] = 0xa01f, [0x4add] = 0xa020, [0x4ade] = 0xa021, - [0x4adf] = 0xa022, [0x4ae0] = 0xa023, [0x4ae1] = 0xa024, [0x4ae2] = 0xa025, - [0x4ae3] = 0xa026, [0x4ae4] = 0xa027, [0x4ae5] = 0xa028, [0x4ae6] = 0xa029, - [0x4ae7] = 0xa02a, [0x4ae8] = 0xa02b, [0x4ae9] = 0xa02c, [0x4aea] = 0xa02d, - [0x4aeb] = 0xa02e, [0x4aec] = 0xa02f, [0x4aed] = 0xa030, [0x4aee] = 0xa031, - [0x4aef] = 0xa032, [0x4af0] = 0xa033, [0x4af1] = 0xa034, [0x4af2] = 0xa035, - [0x4af3] = 0xa036, [0x4af4] = 0xa037, [0x4af5] = 0xa038, [0x4af6] = 0xa039, - [0x4af7] = 0xa03a, [0x4af8] = 0xa03b, [0x4af9] = 0xa03c, [0x4afa] = 0xa03d, - [0x4afb] = 0xa03e, [0x4afc] = 0xa03f, [0x4afd] = 0xa040, [0x4afe] = 0xa041, - [0x4aff] = 0xa042, [0x4b00] = 0xa043, [0x4b01] = 0xa044, [0x4b02] = 0xa045, - [0x4b03] = 0xa046, [0x4b04] = 0xa047, [0x4b05] = 0xa048, [0x4b06] = 0xa049, - [0x4b07] = 0xa04a, [0x4b08] = 0xa04b, [0x4b09] = 0xa04c, [0x4b0a] = 0xa04d, - [0x4b0b] = 0xa04e, [0x4b0c] = 0xa04f, [0x4b0d] = 0xa050, [0x4b0e] = 0xa051, - [0x4b0f] = 0xa052, [0x4b10] = 0xa053, [0x4b11] = 0xa054, [0x4b12] = 0xa055, - [0x4b13] = 0xa056, [0x4b14] = 0xa057, [0x4b15] = 0xa058, [0x4b16] = 0xa059, - [0x4b17] = 0xa05a, [0x4b18] = 0xa05b, [0x4b19] = 0xa05c, [0x4b1a] = 0xa05d, - [0x4b1b] = 0xa05e, [0x4b1c] = 0xa05f, [0x4b1d] = 0xa060, [0x4b1e] = 0xa061, - [0x4b1f] = 0xa062, [0x4b20] = 0xa063, [0x4b21] = 0xa064, [0x4b22] = 0xa065, - [0x4b23] = 0xa066, [0x4b24] = 0xa067, [0x4b25] = 0xa068, [0x4b26] = 0xa069, - [0x4b27] = 0xa06a, [0x4b28] = 0xa06b, [0x4b29] = 0xa06c, [0x4b2a] = 0xa06d, - [0x4b2b] = 0xa06e, [0x4b2c] = 0xa06f, [0x4b2d] = 0xa070, [0x4b2e] = 0xa071, - [0x4b2f] = 0xa072, [0x4b30] = 0xa073, [0x4b31] = 0xa074, [0x4b32] = 0xa075, - [0x4b33] = 0xa076, [0x4b34] = 0xa077, [0x4b35] = 0xa078, [0x4b36] = 0xa079, - [0x4b37] = 0xa07a, [0x4b38] = 0xa07b, [0x4b39] = 0xa07c, [0x4b3a] = 0xa07d, - [0x4b3b] = 0xa07e, [0x4b3c] = 0xa07f, [0x4b3d] = 0xa080, [0x4b3e] = 0xa081, - [0x4b3f] = 0xa082, [0x4b40] = 0xa083, [0x4b41] = 0xa084, [0x4b42] = 0xa085, - [0x4b43] = 0xa086, [0x4b44] = 0xa087, [0x4b45] = 0xa088, [0x4b46] = 0xa089, - [0x4b47] = 0xa08a, [0x4b48] = 0xa08b, [0x4b49] = 0xa08c, [0x4b4a] = 0xa08d, - [0x4b4b] = 0xa08e, [0x4b4c] = 0xa08f, [0x4b4d] = 0xa090, [0x4b4e] = 0xa091, - [0x4b4f] = 0xa092, [0x4b50] = 0xa093, [0x4b51] = 0xa094, [0x4b52] = 0xa095, - [0x4b53] = 0xa096, [0x4b54] = 0xa097, [0x4b55] = 0xa098, [0x4b56] = 0xa099, - [0x4b57] = 0xa09a, [0x4b58] = 0xa09b, [0x4b59] = 0xa09c, [0x4b5a] = 0xa09d, - [0x4b5b] = 0xa09e, [0x4b5c] = 0xa09f, [0x4b5d] = 0xa0a0, [0x4b5e] = 0xa0a1, - [0x4b5f] = 0xa0a2, [0x4b60] = 0xa0a3, [0x4b61] = 0xa0a4, [0x4b62] = 0xa0a5, - [0x4b63] = 0xa0a6, [0x4b64] = 0xa0a7, [0x4b65] = 0xa0a8, [0x4b66] = 0xa0a9, - [0x4b67] = 0xa0aa, [0x4b68] = 0xa0ab, [0x4b69] = 0xa0ac, [0x4b6a] = 0xa0ad, - [0x4b6b] = 0xa0ae, [0x4b6c] = 0xa0af, [0x4b6d] = 0xa0b0, [0x4b6e] = 0xa0b1, - [0x4b6f] = 0xa0b2, [0x4b70] = 0xa0b3, [0x4b71] = 0xa0b4, [0x4b72] = 0xa0b5, - [0x4b73] = 0xa0b6, [0x4b74] = 0xa0b7, [0x4b75] = 0xa0b8, [0x4b76] = 0xa0b9, - [0x4b77] = 0xa0ba, [0x4b78] = 0xa0bb, [0x4b79] = 0xa0bc, [0x4b7a] = 0xa0bd, - [0x4b7b] = 0xa0be, [0x4b7c] = 0xa0bf, [0x4b7d] = 0xa0c0, [0x4b7e] = 0xa0c1, - [0x4b7f] = 0xa0c2, [0x4b80] = 0xa0c3, [0x4b81] = 0xa0c4, [0x4b82] = 0xa0c5, - [0x4b83] = 0xa0c6, [0x4b84] = 0xa0c7, [0x4b85] = 0xa0c8, [0x4b86] = 0xa0c9, - [0x4b87] = 0xa0ca, [0x4b88] = 0xa0cb, [0x4b89] = 0xa0cc, [0x4b8a] = 0xa0cd, - [0x4b8b] = 0xa0ce, [0x4b8c] = 0xa0cf, [0x4b8d] = 0xa0d0, [0x4b8e] = 0xa0d1, - [0x4b8f] = 0xa0d2, [0x4b90] = 0xa0d3, [0x4b91] = 0xa0d4, [0x4b92] = 0xa0d5, - [0x4b93] = 0xa0d6, [0x4b94] = 0xa0d7, [0x4b95] = 0xa0d8, [0x4b96] = 0xa0d9, - [0x4b97] = 0xa0da, [0x4b98] = 0xa0db, [0x4b99] = 0xa0dc, [0x4b9a] = 0xa0dd, - [0x4b9b] = 0xa0de, [0x4b9c] = 0xa0df, [0x4b9d] = 0xa0e0, [0x4b9e] = 0xa0e1, - [0x4b9f] = 0xa0e2, [0x4ba0] = 0xa0e3, [0x4ba1] = 0xa0e4, [0x4ba2] = 0xa0e5, - [0x4ba3] = 0xa0e6, [0x4ba4] = 0xa0e7, [0x4ba5] = 0xa0e8, [0x4ba6] = 0xa0e9, - [0x4ba7] = 0xa0ea, [0x4ba8] = 0xa0eb, [0x4ba9] = 0xa0ec, [0x4baa] = 0xa0ed, - [0x4bab] = 0xa0ee, [0x4bac] = 0xa0ef, [0x4bad] = 0xa0f0, [0x4bae] = 0xa0f1, - [0x4baf] = 0xa0f2, [0x4bb0] = 0xa0f3, [0x4bb1] = 0xa0f4, [0x4bb2] = 0xa0f5, - [0x4bb3] = 0xa0f6, [0x4bb4] = 0xa0f7, [0x4bb5] = 0xa0f8, [0x4bb6] = 0xa0f9, - [0x4bb7] = 0xa0fa, [0x4bb8] = 0xa0fb, [0x4bb9] = 0xa0fc, [0x4bba] = 0xa0fd, - [0x4bbb] = 0xa0fe, [0x4bbc] = 0xa0ff, [0x4bbd] = 0xa100, [0x4bbe] = 0xa101, - [0x4bbf] = 0xa102, [0x4bc0] = 0xa103, [0x4bc1] = 0xa104, [0x4bc2] = 0xa105, - [0x4bc3] = 0xa106, [0x4bc4] = 0xa107, [0x4bc5] = 0xa108, [0x4bc6] = 0xa109, - [0x4bc7] = 0xa10a, [0x4bc8] = 0xa10b, [0x4bc9] = 0xa10c, [0x4bca] = 0xa10d, - [0x4bcb] = 0xa10e, [0x4bcc] = 0xa10f, [0x4bcd] = 0xa110, [0x4bce] = 0xa111, - [0x4bcf] = 0xa112, [0x4bd0] = 0xa113, [0x4bd1] = 0xa114, [0x4bd2] = 0xa115, - [0x4bd3] = 0xa116, [0x4bd4] = 0xa117, [0x4bd5] = 0xa118, [0x4bd6] = 0xa119, - [0x4bd7] = 0xa11a, [0x4bd8] = 0xa11b, [0x4bd9] = 0xa11c, [0x4bda] = 0xa11d, - [0x4bdb] = 0xa11e, [0x4bdc] = 0xa11f, [0x4bdd] = 0xa120, [0x4bde] = 0xa121, - [0x4bdf] = 0xa122, [0x4be0] = 0xa123, [0x4be1] = 0xa124, [0x4be2] = 0xa125, - [0x4be3] = 0xa126, [0x4be4] = 0xa127, [0x4be5] = 0xa128, [0x4be6] = 0xa129, - [0x4be7] = 0xa12a, [0x4be8] = 0xa12b, [0x4be9] = 0xa12c, [0x4bea] = 0xa12d, - [0x4beb] = 0xa12e, [0x4bec] = 0xa12f, [0x4bed] = 0xa130, [0x4bee] = 0xa131, - [0x4bef] = 0xa132, [0x4bf0] = 0xa133, [0x4bf1] = 0xa134, [0x4bf2] = 0xa135, - [0x4bf3] = 0xa136, [0x4bf4] = 0xa137, [0x4bf5] = 0xa138, [0x4bf6] = 0xa139, - [0x4bf7] = 0xa13a, [0x4bf8] = 0xa13b, [0x4bf9] = 0xa13c, [0x4bfa] = 0xa13d, - [0x4bfb] = 0xa13e, [0x4bfc] = 0xa13f, [0x4bfd] = 0xa140, [0x4bfe] = 0xa141, - [0x4bff] = 0xa142, [0x4c00] = 0xa143, [0x4c01] = 0xa144, [0x4c02] = 0xa145, - [0x4c03] = 0xa146, [0x4c04] = 0xa147, [0x4c05] = 0xa148, [0x4c06] = 0xa149, - [0x4c07] = 0xa14a, [0x4c08] = 0xa14b, [0x4c09] = 0xa14c, [0x4c0a] = 0xa14d, - [0x4c0b] = 0xa14e, [0x4c0c] = 0xa14f, [0x4c0d] = 0xa150, [0x4c0e] = 0xa151, - [0x4c0f] = 0xa152, [0x4c10] = 0xa153, [0x4c11] = 0xa154, [0x4c12] = 0xa155, - [0x4c13] = 0xa156, [0x4c14] = 0xa157, [0x4c15] = 0xa158, [0x4c16] = 0xa159, - [0x4c17] = 0xa15a, [0x4c18] = 0xa15b, [0x4c19] = 0xa15c, [0x4c1a] = 0xa15d, - [0x4c1b] = 0xa15e, [0x4c1c] = 0xa15f, [0x4c1d] = 0xa160, [0x4c1e] = 0xa161, - [0x4c1f] = 0xa162, [0x4c20] = 0xa163, [0x4c21] = 0xa164, [0x4c22] = 0xa165, - [0x4c23] = 0xa166, [0x4c24] = 0xa167, [0x4c25] = 0xa168, [0x4c26] = 0xa169, - [0x4c27] = 0xa16a, [0x4c28] = 0xa16b, [0x4c29] = 0xa16c, [0x4c2a] = 0xa16d, - [0x4c2b] = 0xa16e, [0x4c2c] = 0xa16f, [0x4c2d] = 0xa170, [0x4c2e] = 0xa171, - [0x4c2f] = 0xa172, [0x4c30] = 0xa173, [0x4c31] = 0xa174, [0x4c32] = 0xa175, - [0x4c33] = 0xa176, [0x4c34] = 0xa177, [0x4c35] = 0xa178, [0x4c36] = 0xa179, - [0x4c37] = 0xa17a, [0x4c38] = 0xa17b, [0x4c39] = 0xa17c, [0x4c3a] = 0xa17d, - [0x4c3b] = 0xa17e, [0x4c3c] = 0xa17f, [0x4c3d] = 0xa180, [0x4c3e] = 0xa181, - [0x4c3f] = 0xa182, [0x4c40] = 0xa183, [0x4c41] = 0xa184, [0x4c42] = 0xa185, - [0x4c43] = 0xa186, [0x4c44] = 0xa187, [0x4c45] = 0xa188, [0x4c46] = 0xa189, - [0x4c47] = 0xa18a, [0x4c48] = 0xa18b, [0x4c49] = 0xa18c, [0x4c4a] = 0xa18d, - [0x4c4b] = 0xa18e, [0x4c4c] = 0xa18f, [0x4c4d] = 0xa190, [0x4c4e] = 0xa191, - [0x4c4f] = 0xa192, [0x4c50] = 0xa193, [0x4c51] = 0xa194, [0x4c52] = 0xa195, - [0x4c53] = 0xa196, [0x4c54] = 0xa197, [0x4c55] = 0xa198, [0x4c56] = 0xa199, - [0x4c57] = 0xa19a, [0x4c58] = 0xa19b, [0x4c59] = 0xa19c, [0x4c5a] = 0xa19d, - [0x4c5b] = 0xa19e, [0x4c5c] = 0xa19f, [0x4c5d] = 0xa1a0, [0x4c5e] = 0xa1a1, - [0x4c5f] = 0xa1a2, [0x4c60] = 0xa1a3, [0x4c61] = 0xa1a4, [0x4c62] = 0xa1a5, - [0x4c63] = 0xa1a6, [0x4c64] = 0xa1a7, [0x4c65] = 0xa1a8, [0x4c66] = 0xa1a9, - [0x4c67] = 0xa1aa, [0x4c68] = 0xa1ab, [0x4c69] = 0xa1ac, [0x4c6a] = 0xa1ad, - [0x4c6b] = 0xa1ae, [0x4c6c] = 0xa1af, [0x4c6d] = 0xa1b0, [0x4c6e] = 0xa1b1, - [0x4c6f] = 0xa1b2, [0x4c70] = 0xa1b3, [0x4c71] = 0xa1b4, [0x4c72] = 0xa1b5, - [0x4c73] = 0xa1b6, [0x4c74] = 0xa1b7, [0x4c75] = 0xa1b8, [0x4c76] = 0xa1b9, - [0x4c77] = 0xa1ba, [0x4c78] = 0xa1bb, [0x4c79] = 0xa1bc, [0x4c7a] = 0xa1bd, - [0x4c7b] = 0xa1be, [0x4c7c] = 0xa1bf, [0x4c7d] = 0xa1c0, [0x4c7e] = 0xa1c1, - [0x4c7f] = 0xa1c2, [0x4c80] = 0xa1c3, [0x4c81] = 0xa1c4, [0x4c82] = 0xa1c5, - [0x4c83] = 0xa1c6, [0x4c84] = 0xa1c7, [0x4c85] = 0xa1c8, [0x4c86] = 0xa1c9, - [0x4c87] = 0xa1ca, [0x4c88] = 0xa1cb, [0x4c89] = 0xa1cc, [0x4c8a] = 0xa1cd, - [0x4c8b] = 0xa1ce, [0x4c8c] = 0xa1cf, [0x4c8d] = 0xa1d0, [0x4c8e] = 0xa1d1, - [0x4c8f] = 0xa1d2, [0x4c90] = 0xa1d3, [0x4c91] = 0xa1d4, [0x4c92] = 0xa1d5, - [0x4c93] = 0xa1d6, [0x4c94] = 0xa1d7, [0x4c95] = 0xa1d8, [0x4c96] = 0xa1d9, - [0x4c97] = 0xa1da, [0x4c98] = 0xa1db, [0x4c99] = 0xa1dc, [0x4c9a] = 0xa1dd, - [0x4c9b] = 0xa1de, [0x4c9c] = 0xa1df, [0x4c9d] = 0xa1e0, [0x4c9e] = 0xa1e1, - [0x4c9f] = 0xa1e2, [0x4ca0] = 0xa1e3, [0x4ca1] = 0xa1e4, [0x4ca2] = 0xa1e5, - [0x4ca3] = 0xa1e6, [0x4ca4] = 0xa1e7, [0x4ca5] = 0xa1e8, [0x4ca6] = 0xa1e9, - [0x4ca7] = 0xa1ea, [0x4ca8] = 0xa1eb, [0x4ca9] = 0xa1ec, [0x4caa] = 0xa1ed, - [0x4cab] = 0xa1ee, [0x4cac] = 0xa1ef, [0x4cad] = 0xa1f0, [0x4cae] = 0xa1f1, - [0x4caf] = 0xa1f2, [0x4cb0] = 0xa1f3, [0x4cb1] = 0xa1f4, [0x4cb2] = 0xa1f5, - [0x4cb3] = 0xa1f6, [0x4cb4] = 0xa1f7, [0x4cb5] = 0xa1f8, [0x4cb6] = 0xa1f9, - [0x4cb7] = 0xa1fa, [0x4cb8] = 0xa1fb, [0x4cb9] = 0xa1fc, [0x4cba] = 0xa1fd, - [0x4cbb] = 0xa1fe, [0x4cbc] = 0xa1ff, [0x4cbd] = 0xa200, [0x4cbe] = 0xa201, - [0x4cbf] = 0xa202, [0x4cc0] = 0xa203, [0x4cc1] = 0xa204, [0x4cc2] = 0xa205, - [0x4cc3] = 0xa206, [0x4cc4] = 0xa207, [0x4cc5] = 0xa208, [0x4cc6] = 0xa209, - [0x4cc7] = 0xa20a, [0x4cc8] = 0xa20b, [0x4cc9] = 0xa20c, [0x4cca] = 0xa20d, - [0x4ccb] = 0xa20e, [0x4ccc] = 0xa20f, [0x4ccd] = 0xa210, [0x4cce] = 0xa211, - [0x4ccf] = 0xa212, [0x4cd0] = 0xa213, [0x4cd1] = 0xa214, [0x4cd2] = 0xa215, - [0x4cd3] = 0xa216, [0x4cd4] = 0xa217, [0x4cd5] = 0xa218, [0x4cd6] = 0xa219, - [0x4cd7] = 0xa21a, [0x4cd8] = 0xa21b, [0x4cd9] = 0xa21c, [0x4cda] = 0xa21d, - [0x4cdb] = 0xa21e, [0x4cdc] = 0xa21f, [0x4cdd] = 0xa220, [0x4cde] = 0xa221, - [0x4cdf] = 0xa222, [0x4ce0] = 0xa223, [0x4ce1] = 0xa224, [0x4ce2] = 0xa225, - [0x4ce3] = 0xa226, [0x4ce4] = 0xa227, [0x4ce5] = 0xa228, [0x4ce6] = 0xa229, - [0x4ce7] = 0xa22a, [0x4ce8] = 0xa22b, [0x4ce9] = 0xa22c, [0x4cea] = 0xa22d, - [0x4ceb] = 0xa22e, [0x4cec] = 0xa22f, [0x4ced] = 0xa230, [0x4cee] = 0xa231, - [0x4cef] = 0xa232, [0x4cf0] = 0xa233, [0x4cf1] = 0xa234, [0x4cf2] = 0xa235, - [0x4cf3] = 0xa236, [0x4cf4] = 0xa237, [0x4cf5] = 0xa238, [0x4cf6] = 0xa239, - [0x4cf7] = 0xa23a, [0x4cf8] = 0xa23b, [0x4cf9] = 0xa23c, [0x4cfa] = 0xa23d, - [0x4cfb] = 0xa23e, [0x4cfc] = 0xa23f, [0x4cfd] = 0xa240, [0x4cfe] = 0xa241, - [0x4cff] = 0xa242, [0x4d00] = 0xa243, [0x4d01] = 0xa244, [0x4d02] = 0xa245, - [0x4d03] = 0xa246, [0x4d04] = 0xa247, [0x4d05] = 0xa248, [0x4d06] = 0xa249, - [0x4d07] = 0xa24a, [0x4d08] = 0xa24b, [0x4d09] = 0xa24c, [0x4d0a] = 0xa24d, - [0x4d0b] = 0xa24e, [0x4d0c] = 0xa24f, [0x4d0d] = 0xa250, [0x4d0e] = 0xa251, - [0x4d0f] = 0xa252, [0x4d10] = 0xa253, [0x4d11] = 0xa254, [0x4d12] = 0xa255, - [0x4d13] = 0xa256, [0x4d14] = 0xa257, [0x4d15] = 0xa258, [0x4d16] = 0xa259, - [0x4d17] = 0xa25a, [0x4d18] = 0xa25b, [0x4d19] = 0xa25c, [0x4d1a] = 0xa25d, - [0x4d1b] = 0xa25e, [0x4d1c] = 0xa25f, [0x4d1d] = 0xa260, [0x4d1e] = 0xa261, - [0x4d1f] = 0xa262, [0x4d20] = 0xa263, [0x4d21] = 0xa264, [0x4d22] = 0xa265, - [0x4d23] = 0xa266, [0x4d24] = 0xa267, [0x4d25] = 0xa268, [0x4d26] = 0xa269, - [0x4d27] = 0xa26a, [0x4d28] = 0xa26b, [0x4d29] = 0xa26c, [0x4d2a] = 0xa26d, - [0x4d2b] = 0xa26e, [0x4d2c] = 0xa26f, [0x4d2d] = 0xa270, [0x4d2e] = 0xa271, - [0x4d2f] = 0xa272, [0x4d30] = 0xa273, [0x4d31] = 0xa274, [0x4d32] = 0xa275, - [0x4d33] = 0xa276, [0x4d34] = 0xa277, [0x4d35] = 0xa278, [0x4d36] = 0xa279, - [0x4d37] = 0xa27a, [0x4d38] = 0xa27b, [0x4d39] = 0xa27c, [0x4d3a] = 0xa27d, - [0x4d3b] = 0xa27e, [0x4d3c] = 0xa27f, [0x4d3d] = 0xa280, [0x4d3e] = 0xa281, - [0x4d3f] = 0xa282, [0x4d40] = 0xa283, [0x4d41] = 0xa284, [0x4d42] = 0xa285, - [0x4d43] = 0xa286, [0x4d44] = 0xa287, [0x4d45] = 0xa288, [0x4d46] = 0xa289, - [0x4d47] = 0xa28a, [0x4d48] = 0xa28b, [0x4d49] = 0xa28c, [0x4d4a] = 0xa28d, - [0x4d4b] = 0xa28e, [0x4d4c] = 0xa28f, [0x4d4d] = 0xa290, [0x4d4e] = 0xa291, - [0x4d4f] = 0xa292, [0x4d50] = 0xa293, [0x4d51] = 0xa294, [0x4d52] = 0xa295, - [0x4d53] = 0xa296, [0x4d54] = 0xa297, [0x4d55] = 0xa298, [0x4d56] = 0xa299, - [0x4d57] = 0xa29a, [0x4d58] = 0xa29b, [0x4d59] = 0xa29c, [0x4d5a] = 0xa29d, - [0x4d5b] = 0xa29e, [0x4d5c] = 0xa29f, [0x4d5d] = 0xa2a0, [0x4d5e] = 0xa2a1, - [0x4d5f] = 0xa2a2, [0x4d60] = 0xa2a3, [0x4d61] = 0xa2a4, [0x4d62] = 0xa2a5, - [0x4d63] = 0xa2a6, [0x4d64] = 0xa2a7, [0x4d65] = 0xa2a8, [0x4d66] = 0xa2a9, - [0x4d67] = 0xa2aa, [0x4d68] = 0xa2ab, [0x4d69] = 0xa2ac, [0x4d6a] = 0xa2ad, - [0x4d6b] = 0xa2ae, [0x4d6c] = 0xa2af, [0x4d6d] = 0xa2b0, [0x4d6e] = 0xa2b1, - [0x4d6f] = 0xa2b2, [0x4d70] = 0xa2b3, [0x4d71] = 0xa2b4, [0x4d72] = 0xa2b5, - [0x4d73] = 0xa2b6, [0x4d74] = 0xa2b7, [0x4d75] = 0xa2b8, [0x4d76] = 0xa2b9, - [0x4d77] = 0xa2ba, [0x4d78] = 0xa2bb, [0x4d79] = 0xa2bc, [0x4d7a] = 0xa2bd, - [0x4d7b] = 0xa2be, [0x4d7c] = 0xa2bf, [0x4d7d] = 0xa2c0, [0x4d7e] = 0xa2c1, - [0x4d7f] = 0xa2c2, [0x4d80] = 0xa2c3, [0x4d81] = 0xa2c4, [0x4d82] = 0xa2c5, - [0x4d83] = 0xa2c6, [0x4d84] = 0xa2c7, [0x4d85] = 0xa2c8, [0x4d86] = 0xa2c9, - [0x4d87] = 0xa2ca, [0x4d88] = 0xa2cb, [0x4d89] = 0xa2cc, [0x4d8a] = 0xa2cd, - [0x4d8b] = 0xa2ce, [0x4d8c] = 0xa2cf, [0x4d8d] = 0xa2d0, [0x4d8e] = 0xa2d1, - [0x4d8f] = 0xa2d2, [0x4d90] = 0xa2d3, [0x4d91] = 0xa2d4, [0x4d92] = 0xa2d5, - [0x4d93] = 0xa2d6, [0x4d94] = 0xa2d7, [0x4d95] = 0xa2d8, [0x4d96] = 0xa2d9, - [0x4d97] = 0xa2da, [0x4d98] = 0xa2db, [0x4d99] = 0xa2dc, [0x4d9a] = 0xa2dd, - [0x4d9b] = 0xa2de, [0x4d9c] = 0xa2df, [0x4d9d] = 0xa2e0, [0x4d9e] = 0xa2e1, - [0x4d9f] = 0xa2e2, [0x4da0] = 0xa2e3, [0x4da1] = 0xa2e4, [0x4da2] = 0xa2e5, - [0x4da3] = 0xa2e6, [0x4da4] = 0xa2e7, [0x4da5] = 0xa2e8, [0x4da6] = 0xa2e9, - [0x4da7] = 0xa2ea, [0x4da8] = 0xa2eb, [0x4da9] = 0xa2ec, [0x4daa] = 0xa2ed, - [0x4dab] = 0xa2ee, [0x4dac] = 0xa2ef, [0x4dad] = 0xa2f0, [0x4dae] = 0xa2f1, - [0x4daf] = 0xa2f2, [0x4db0] = 0xa2f3, [0x4db1] = 0xa2f4, [0x4db2] = 0xa2f5, - [0x4db3] = 0xa2f6, [0x4db4] = 0xa2f7, [0x4db5] = 0xa2f8, [0x4db6] = 0xa2f9, - [0x4db7] = 0xa2fa, [0x4db8] = 0xa2fb, [0x4db9] = 0xa2fc, [0x4dba] = 0xa2fd, - [0x4dbb] = 0xa2fe, [0x4dbc] = 0xa2ff, [0x4dbd] = 0xa300, [0x4dbe] = 0xa301, - [0x4dbf] = 0xa302, [0x4dc0] = 0xa303, [0x4dc1] = 0xa304, [0x4dc2] = 0xa305, - [0x4dc3] = 0xa306, [0x4dc4] = 0xa307, [0x4dc5] = 0xa308, [0x4dc6] = 0xa309, - [0x4dc7] = 0xa30a, [0x4dc8] = 0xa30b, [0x4dc9] = 0xa30c, [0x4dca] = 0xa30d, - [0x4dcb] = 0xa30e, [0x4dcc] = 0xa30f, [0x4dcd] = 0xa310, [0x4dce] = 0xa311, - [0x4dcf] = 0xa312, [0x4dd0] = 0xa313, [0x4dd1] = 0xa314, [0x4dd2] = 0xa315, - [0x4dd3] = 0xa316, [0x4dd4] = 0xa317, [0x4dd5] = 0xa318, [0x4dd6] = 0xa319, - [0x4dd7] = 0xa31a, [0x4dd8] = 0xa31b, [0x4dd9] = 0xa31c, [0x4dda] = 0xa31d, - [0x4ddb] = 0xa31e, [0x4ddc] = 0xa31f, [0x4ddd] = 0xa320, [0x4dde] = 0xa321, - [0x4ddf] = 0xa322, [0x4de0] = 0xa323, [0x4de1] = 0xa324, [0x4de2] = 0xa325, - [0x4de3] = 0xa326, [0x4de4] = 0xa327, [0x4de5] = 0xa328, [0x4de6] = 0xa329, - [0x4de7] = 0xa32a, [0x4de8] = 0xa32b, [0x4de9] = 0xa32c, [0x4dea] = 0xa32d, - [0x4deb] = 0xa32e, [0x4dec] = 0xa32f, [0x4ded] = 0xa330, [0x4dee] = 0xa331, - [0x4def] = 0xa332, [0x4df0] = 0xa333, [0x4df1] = 0xa334, [0x4df2] = 0xa335, - [0x4df3] = 0xa336, [0x4df4] = 0xa337, [0x4df5] = 0xa338, [0x4df6] = 0xa339, - [0x4df7] = 0xa33a, [0x4df8] = 0xa33b, [0x4df9] = 0xa33c, [0x4dfa] = 0xa33d, - [0x4dfb] = 0xa33e, [0x4dfc] = 0xa33f, [0x4dfd] = 0xa340, [0x4dfe] = 0xa341, - [0x4dff] = 0xa342, [0x4e00] = 0xa343, [0x4e01] = 0xa344, [0x4e02] = 0xa345, - [0x4e03] = 0xa346, [0x4e04] = 0xa347, [0x4e05] = 0xa348, [0x4e06] = 0xa349, - [0x4e07] = 0xa34a, [0x4e08] = 0xa34b, [0x4e09] = 0xa34c, [0x4e0a] = 0xa34d, - [0x4e0b] = 0xa34e, [0x4e0c] = 0xa34f, [0x4e0d] = 0xa350, [0x4e0e] = 0xa351, - [0x4e0f] = 0xa352, [0x4e10] = 0xa353, [0x4e11] = 0xa354, [0x4e12] = 0xa355, - [0x4e13] = 0xa356, [0x4e14] = 0xa357, [0x4e15] = 0xa358, [0x4e16] = 0xa359, - [0x4e17] = 0xa35a, [0x4e18] = 0xa35b, [0x4e19] = 0xa35c, [0x4e1a] = 0xa35d, - [0x4e1b] = 0xa35e, [0x4e1c] = 0xa35f, [0x4e1d] = 0xa360, [0x4e1e] = 0xa361, - [0x4e1f] = 0xa362, [0x4e20] = 0xa363, [0x4e21] = 0xa364, [0x4e22] = 0xa365, - [0x4e23] = 0xa366, [0x4e24] = 0xa367, [0x4e25] = 0xa368, [0x4e26] = 0xa369, - [0x4e27] = 0xa36a, [0x4e28] = 0xa36b, [0x4e29] = 0xa36c, [0x4e2a] = 0xa36d, - [0x4e2b] = 0xa36e, [0x4e2c] = 0xa36f, [0x4e2d] = 0xa370, [0x4e2e] = 0xa371, - [0x4e2f] = 0xa372, [0x4e30] = 0xa373, [0x4e31] = 0xa374, [0x4e32] = 0xa375, - [0x4e33] = 0xa376, [0x4e34] = 0xa377, [0x4e35] = 0xa378, [0x4e36] = 0xa379, - [0x4e37] = 0xa37a, [0x4e38] = 0xa37b, [0x4e39] = 0xa37c, [0x4e3a] = 0xa37d, - [0x4e3b] = 0xa37e, [0x4e3c] = 0xa37f, [0x4e3d] = 0xa380, [0x4e3e] = 0xa381, - [0x4e3f] = 0xa382, [0x4e40] = 0xa383, [0x4e41] = 0xa384, [0x4e42] = 0xa385, - [0x4e43] = 0xa386, [0x4e44] = 0xa387, [0x4e45] = 0xa388, [0x4e46] = 0xa389, - [0x4e47] = 0xa38a, [0x4e48] = 0xa38b, [0x4e49] = 0xa38c, [0x4e4a] = 0xa38d, - [0x4e4b] = 0xa38e, [0x4e4c] = 0xa38f, [0x4e4d] = 0xa390, [0x4e4e] = 0xa391, - [0x4e4f] = 0xa392, [0x4e50] = 0xa393, [0x4e51] = 0xa394, [0x4e52] = 0xa395, - [0x4e53] = 0xa396, [0x4e54] = 0xa397, [0x4e55] = 0xa398, [0x4e56] = 0xa399, - [0x4e57] = 0xa39a, [0x4e58] = 0xa39b, [0x4e59] = 0xa39c, [0x4e5a] = 0xa39d, - [0x4e5b] = 0xa39e, [0x4e5c] = 0xa39f, [0x4e5d] = 0xa3a0, [0x4e5e] = 0xa3a1, - [0x4e5f] = 0xa3a2, [0x4e60] = 0xa3a3, [0x4e61] = 0xa3a4, [0x4e62] = 0xa3a5, - [0x4e63] = 0xa3a6, [0x4e64] = 0xa3a7, [0x4e65] = 0xa3a8, [0x4e66] = 0xa3a9, - [0x4e67] = 0xa3aa, [0x4e68] = 0xa3ab, [0x4e69] = 0xa3ac, [0x4e6a] = 0xa3ad, - [0x4e6b] = 0xa3ae, [0x4e6c] = 0xa3af, [0x4e6d] = 0xa3b0, [0x4e6e] = 0xa3b1, - [0x4e6f] = 0xa3b2, [0x4e70] = 0xa3b3, [0x4e71] = 0xa3b4, [0x4e72] = 0xa3b5, - [0x4e73] = 0xa3b6, [0x4e74] = 0xa3b7, [0x4e75] = 0xa3b8, [0x4e76] = 0xa3b9, - [0x4e77] = 0xa3ba, [0x4e78] = 0xa3bb, [0x4e79] = 0xa3bc, [0x4e7a] = 0xa3bd, - [0x4e7b] = 0xa3be, [0x4e7c] = 0xa3bf, [0x4e7d] = 0xa3c0, [0x4e7e] = 0xa3c1, - [0x4e7f] = 0xa3c2, [0x4e80] = 0xa3c3, [0x4e81] = 0xa3c4, [0x4e82] = 0xa3c5, - [0x4e83] = 0xa3c6, [0x4e84] = 0xa3c7, [0x4e85] = 0xa3c8, [0x4e86] = 0xa3c9, - [0x4e87] = 0xa3ca, [0x4e88] = 0xa3cb, [0x4e89] = 0xa3cc, [0x4e8a] = 0xa3cd, - [0x4e8b] = 0xa3ce, [0x4e8c] = 0xa3cf, [0x4e8d] = 0xa3d0, [0x4e8e] = 0xa3d1, - [0x4e8f] = 0xa3d2, [0x4e90] = 0xa3d3, [0x4e91] = 0xa3d4, [0x4e92] = 0xa3d5, - [0x4e93] = 0xa3d6, [0x4e94] = 0xa3d7, [0x4e95] = 0xa3d8, [0x4e96] = 0xa3d9, - [0x4e97] = 0xa3da, [0x4e98] = 0xa3db, [0x4e99] = 0xa3dc, [0x4e9a] = 0xa3dd, - [0x4e9b] = 0xa3de, [0x4e9c] = 0xa3df, [0x4e9d] = 0xa3e0, [0x4e9e] = 0xa3e1, - [0x4e9f] = 0xa3e2, [0x4ea0] = 0xa3e3, [0x4ea1] = 0xa3e4, [0x4ea2] = 0xa3e5, - [0x4ea3] = 0xa3e6, [0x4ea4] = 0xa3e7, [0x4ea5] = 0xa3e8, [0x4ea6] = 0xa3e9, - [0x4ea7] = 0xa3ea, [0x4ea8] = 0xa3eb, [0x4ea9] = 0xa3ec, [0x4eaa] = 0xa3ed, - [0x4eab] = 0xa3ee, [0x4eac] = 0xa3ef, [0x4ead] = 0xa3f0, [0x4eae] = 0xa3f1, - [0x4eaf] = 0xa3f2, [0x4eb0] = 0xa3f3, [0x4eb1] = 0xa3f4, [0x4eb2] = 0xa3f5, - [0x4eb3] = 0xa3f6, [0x4eb4] = 0xa3f7, [0x4eb5] = 0xa3f8, [0x4eb6] = 0xa3f9, - [0x4eb7] = 0xa3fa, [0x4eb8] = 0xa3fb, [0x4eb9] = 0xa3fc, [0x4eba] = 0xa3fd, - [0x4ebb] = 0xa3fe, [0x4ebc] = 0xa3ff, [0x4ebd] = 0xa400, [0x4ebe] = 0xa401, - [0x4ebf] = 0xa402, [0x4ec0] = 0xa403, [0x4ec1] = 0xa404, [0x4ec2] = 0xa405, - [0x4ec3] = 0xa406, [0x4ec4] = 0xa407, [0x4ec5] = 0xa408, [0x4ec6] = 0xa409, - [0x4ec7] = 0xa40a, [0x4ec8] = 0xa40b, [0x4ec9] = 0xa40c, [0x4eca] = 0xa40d, - [0x4ecb] = 0xa40e, [0x4ecc] = 0xa40f, [0x4ecd] = 0xa410, [0x4ece] = 0xa411, - [0x4ecf] = 0xa412, [0x4ed0] = 0xa413, [0x4ed1] = 0xa414, [0x4ed2] = 0xa415, - [0x4ed3] = 0xa416, [0x4ed4] = 0xa417, [0x4ed5] = 0xa418, [0x4ed6] = 0xa419, - [0x4ed7] = 0xa41a, [0x4ed8] = 0xa41b, [0x4ed9] = 0xa41c, [0x4eda] = 0xa41d, - [0x4edb] = 0xa41e, [0x4edc] = 0xa41f, [0x4edd] = 0xa420, [0x4ede] = 0xa421, - [0x4edf] = 0xa422, [0x4ee0] = 0xa423, [0x4ee1] = 0xa424, [0x4ee2] = 0xa425, - [0x4ee3] = 0xa426, [0x4ee4] = 0xa427, [0x4ee5] = 0xa428, [0x4ee6] = 0xa429, - [0x4ee7] = 0xa42a, [0x4ee8] = 0xa42b, [0x4ee9] = 0xa42c, [0x4eea] = 0xa42d, - [0x4eeb] = 0xa42e, [0x4eec] = 0xa42f, [0x4eed] = 0xa430, [0x4eee] = 0xa431, - [0x4eef] = 0xa432, [0x4ef0] = 0xa433, [0x4ef1] = 0xa434, [0x4ef2] = 0xa435, - [0x4ef3] = 0xa436, [0x4ef4] = 0xa437, [0x4ef5] = 0xa438, [0x4ef6] = 0xa439, - [0x4ef7] = 0xa43a, [0x4ef8] = 0xa43b, [0x4ef9] = 0xa43c, [0x4efa] = 0xa43d, - [0x4efb] = 0xa43e, [0x4efc] = 0xa43f, [0x4efd] = 0xa440, [0x4efe] = 0xa441, - [0x4eff] = 0xa442, [0x4f00] = 0xa443, [0x4f01] = 0xa444, [0x4f02] = 0xa445, - [0x4f03] = 0xa446, [0x4f04] = 0xa447, [0x4f05] = 0xa448, [0x4f06] = 0xa449, - [0x4f07] = 0xa44a, [0x4f08] = 0xa44b, [0x4f09] = 0xa44c, [0x4f0a] = 0xa44d, - [0x4f0b] = 0xa44e, [0x4f0c] = 0xa44f, [0x4f0d] = 0xa450, [0x4f0e] = 0xa451, - [0x4f0f] = 0xa452, [0x4f10] = 0xa453, [0x4f11] = 0xa454, [0x4f12] = 0xa455, - [0x4f13] = 0xa456, [0x4f14] = 0xa457, [0x4f15] = 0xa458, [0x4f16] = 0xa459, - [0x4f17] = 0xa45a, [0x4f18] = 0xa45b, [0x4f19] = 0xa45c, [0x4f1a] = 0xa45d, - [0x4f1b] = 0xa45e, [0x4f1c] = 0xa45f, [0x4f1d] = 0xa460, [0x4f1e] = 0xa461, - [0x4f1f] = 0xa462, [0x4f20] = 0xa463, [0x4f21] = 0xa464, [0x4f22] = 0xa465, - [0x4f23] = 0xa466, [0x4f24] = 0xa467, [0x4f25] = 0xa468, [0x4f26] = 0xa469, - [0x4f27] = 0xa46a, [0x4f28] = 0xa46b, [0x4f29] = 0xa46c, [0x4f2a] = 0xa46d, - [0x4f2b] = 0xa46e, [0x4f2c] = 0xa46f, [0x4f2d] = 0xa470, [0x4f2e] = 0xa471, - [0x4f2f] = 0xa472, [0x4f30] = 0xa473, [0x4f31] = 0xa474, [0x4f32] = 0xa475, - [0x4f33] = 0xa476, [0x4f34] = 0xa477, [0x4f35] = 0xa478, [0x4f36] = 0xa479, - [0x4f37] = 0xa47a, [0x4f38] = 0xa47b, [0x4f39] = 0xa47c, [0x4f3a] = 0xa47d, - [0x4f3b] = 0xa47e, [0x4f3c] = 0xa47f, [0x4f3d] = 0xa480, [0x4f3e] = 0xa481, - [0x4f3f] = 0xa482, [0x4f40] = 0xa483, [0x4f41] = 0xa484, [0x4f42] = 0xa485, - [0x4f43] = 0xa486, [0x4f44] = 0xa487, [0x4f45] = 0xa488, [0x4f46] = 0xa489, - [0x4f47] = 0xa48a, [0x4f48] = 0xa48b, [0x4f49] = 0xa48c, [0x4f4d] = 0xa490, - [0x4f4e] = 0xa491, [0x4f4f] = 0xa492, [0x4f50] = 0xa493, [0x4f51] = 0xa494, - [0x4f52] = 0xa495, [0x4f53] = 0xa496, [0x4f54] = 0xa497, [0x4f55] = 0xa498, - [0x4f56] = 0xa499, [0x4f57] = 0xa49a, [0x4f58] = 0xa49b, [0x4f59] = 0xa49c, - [0x4f5a] = 0xa49d, [0x4f5b] = 0xa49e, [0x4f5c] = 0xa49f, [0x4f5d] = 0xa4a0, - [0x4f5e] = 0xa4a1, [0x4f5f] = 0xa4a2, [0x4f60] = 0xa4a3, [0x4f61] = 0xa4a4, - [0x4f62] = 0xa4a5, [0x4f63] = 0xa4a6, [0x4f64] = 0xa4a7, [0x4f65] = 0xa4a8, - [0x4f66] = 0xa4a9, [0x4f67] = 0xa4aa, [0x4f68] = 0xa4ab, [0x4f69] = 0xa4ac, - [0x4f6a] = 0xa4ad, [0x4f6b] = 0xa4ae, [0x4f6c] = 0xa4af, [0x4f6d] = 0xa4b0, - [0x4f6e] = 0xa4b1, [0x4f6f] = 0xa4b2, [0x4f70] = 0xa4b3, [0x4f71] = 0xa4b4, - [0x4f72] = 0xa4b5, [0x4f73] = 0xa4b6, [0x4f74] = 0xa4b7, [0x4f75] = 0xa4b8, - [0x4f76] = 0xa4b9, [0x4f77] = 0xa4ba, [0x4f78] = 0xa4bb, [0x4f79] = 0xa4bc, - [0x4f7a] = 0xa4bd, [0x4f7b] = 0xa4be, [0x4f7c] = 0xa4bf, [0x4f7d] = 0xa4c0, - [0x4f7e] = 0xa4c1, [0x4f7f] = 0xa4c2, [0x4f80] = 0xa4c3, [0x4f81] = 0xa4c4, - [0x4f82] = 0xa4c5, [0x4f83] = 0xa4c6, [0x5719] = 0xe76c, [0x571a] = 0xe7c8, - [0x571b] = 0xe7e7, [0x571c] = 0xe7e8, [0x571d] = 0xe7e9, [0x571e] = 0xe7ea, - [0x571f] = 0xe7eb, [0x5720] = 0xe7ec, [0x5721] = 0xe7ed, [0x5722] = 0xe7ee, - [0x5723] = 0xe7ef, [0x5724] = 0xe7f0, [0x5725] = 0xe7f1, [0x5726] = 0xe7f2, - [0x5727] = 0xe7f3, [0x5728] = 0xe815, [0x5729] = 0xe819, [0x572a] = 0xe81a, - [0x572b] = 0xe81b, [0x572c] = 0xe81c, [0x572d] = 0xe81d, [0x572e] = 0xe81f, - [0x572f] = 0xe820, [0x5730] = 0xe821, [0x5731] = 0xe822, [0x5732] = 0xe823, - [0x5733] = 0xe824, [0x5734] = 0xe825, [0x5735] = 0xe827, [0x5736] = 0xe828, - [0x5737] = 0xe829, [0x5738] = 0xe82a, [0x5739] = 0xe82d, [0x573a] = 0xe82e, - [0x573b] = 0xe82f, [0x573c] = 0xe830, [0x573d] = 0xe833, [0x573e] = 0xe834, - [0x573f] = 0xe835, [0x5740] = 0xe836, [0x5741] = 0xe837, [0x5742] = 0xe838, - [0x5743] = 0xe839, [0x5744] = 0xe83a, [0x5745] = 0xe83c, [0x5746] = 0xe83d, - [0x5747] = 0xe83e, [0x5748] = 0xe83f, [0x5749] = 0xe840, [0x574a] = 0xe841, - [0x574b] = 0xe842, [0x574c] = 0xe844, [0x574d] = 0xe845, [0x574e] = 0xe846, - [0x574f] = 0xe847, [0x5750] = 0xe848, [0x5751] = 0xe849, [0x5752] = 0xe84a, - [0x5753] = 0xe84b, [0x5754] = 0xe84c, [0x5755] = 0xe84d, [0x5756] = 0xe84e, - [0x5757] = 0xe84f, [0x5758] = 0xe850, [0x5759] = 0xe851, [0x575a] = 0xe852, - [0x575b] = 0xe853, [0x575c] = 0xe856, [0x575d] = 0xe857, [0x575e] = 0xe858, - [0x575f] = 0xe859, [0x5760] = 0xe85a, [0x5761] = 0xe85b, [0x5762] = 0xe85c, - [0x5763] = 0xe85d, [0x5764] = 0xe85e, [0x5765] = 0xe85f, [0x5766] = 0xe860, - [0x5767] = 0xe861, [0x5768] = 0xe862, [0x5769] = 0xe863, [0x576a] = 0xf92d, - [0x576b] = 0xf92e, [0x576c] = 0xf92f, [0x576d] = 0xf930, [0x576e] = 0xf931, - [0x576f] = 0xf932, [0x5770] = 0xf933, [0x5771] = 0xf934, [0x5772] = 0xf935, - [0x5773] = 0xf936, [0x5774] = 0xf937, [0x5775] = 0xf938, [0x5776] = 0xf939, - [0x5777] = 0xf93a, [0x5778] = 0xf93b, [0x5779] = 0xf93c, [0x577a] = 0xf93d, - [0x577b] = 0xf93e, [0x577c] = 0xf93f, [0x577d] = 0xf940, [0x577e] = 0xf941, - [0x577f] = 0xf942, [0x5780] = 0xf943, [0x5781] = 0xf944, [0x5782] = 0xf945, - [0x5783] = 0xf946, [0x5784] = 0xf947, [0x5785] = 0xf948, [0x5786] = 0xf949, - [0x5787] = 0xf94a, [0x5788] = 0xf94b, [0x5789] = 0xf94c, [0x578a] = 0xf94d, - [0x578b] = 0xf94e, [0x578c] = 0xf94f, [0x578d] = 0xf950, [0x578e] = 0xf951, - [0x578f] = 0xf952, [0x5790] = 0xf953, [0x5791] = 0xf954, [0x5792] = 0xf955, - [0x5793] = 0xf956, [0x5794] = 0xf957, [0x5795] = 0xf958, [0x5796] = 0xf959, - [0x5797] = 0xf95a, [0x5798] = 0xf95b, [0x5799] = 0xf95c, [0x579a] = 0xf95d, - [0x579b] = 0xf95e, [0x579c] = 0xf95f, [0x579d] = 0xf960, [0x579e] = 0xf961, - [0x579f] = 0xf962, [0x57a0] = 0xf963, [0x57a1] = 0xf964, [0x57a2] = 0xf965, - [0x57a3] = 0xf966, [0x57a4] = 0xf967, [0x57a5] = 0xf968, [0x57a6] = 0xf969, - [0x57a7] = 0xf96a, [0x57a8] = 0xf96b, [0x57a9] = 0xf96c, [0x57aa] = 0xf96d, - [0x57ab] = 0xf96e, [0x57ac] = 0xf96f, [0x57ad] = 0xf970, [0x57ae] = 0xf971, - [0x57af] = 0xf972, [0x57b0] = 0xf973, [0x57b1] = 0xf974, [0x57b2] = 0xf975, - [0x57b3] = 0xf976, [0x57b4] = 0xf977, [0x57b5] = 0xf978, [0x57b6] = 0xf97a, - [0x57b7] = 0xf97b, [0x57b8] = 0xf97c, [0x57b9] = 0xf97d, [0x57ba] = 0xf97e, - [0x57bb] = 0xf97f, [0x57bc] = 0xf980, [0x57bd] = 0xf981, [0x57be] = 0xf982, - [0x57bf] = 0xf983, [0x57c0] = 0xf984, [0x57c1] = 0xf985, [0x57c2] = 0xf986, - [0x57c3] = 0xf987, [0x57c4] = 0xf988, [0x57c5] = 0xf989, [0x57c6] = 0xf98a, - [0x57c7] = 0xf98b, [0x57c8] = 0xf98c, [0x57c9] = 0xf98d, [0x57ca] = 0xf98e, - [0x57cb] = 0xf98f, [0x57cc] = 0xf990, [0x57cd] = 0xf991, [0x57ce] = 0xf992, - [0x57cf] = 0xf993, [0x57d0] = 0xf994, [0x57d1] = 0xf996, [0x57d2] = 0xf997, - [0x57d3] = 0xf998, [0x57d4] = 0xf999, [0x57d5] = 0xf99a, [0x57d6] = 0xf99b, - [0x57d7] = 0xf99c, [0x57d8] = 0xf99d, [0x57d9] = 0xf99e, [0x57da] = 0xf99f, - [0x57db] = 0xf9a0, [0x57dc] = 0xf9a1, [0x57dd] = 0xf9a2, [0x57de] = 0xf9a3, - [0x57df] = 0xf9a4, [0x57e0] = 0xf9a5, [0x57e1] = 0xf9a6, [0x57e2] = 0xf9a7, - [0x57e3] = 0xf9a8, [0x57e4] = 0xf9a9, [0x57e5] = 0xf9aa, [0x57e6] = 0xf9ab, - [0x57e7] = 0xf9ac, [0x57e8] = 0xf9ad, [0x57e9] = 0xf9ae, [0x57ea] = 0xf9af, - [0x57eb] = 0xf9b0, [0x57ec] = 0xf9b1, [0x57ed] = 0xf9b2, [0x57ee] = 0xf9b3, - [0x57ef] = 0xf9b4, [0x57f0] = 0xf9b5, [0x57f1] = 0xf9b6, [0x57f2] = 0xf9b7, - [0x57f3] = 0xf9b8, [0x57f4] = 0xf9b9, [0x57f5] = 0xf9ba, [0x57f6] = 0xf9bb, - [0x57f7] = 0xf9bc, [0x57f8] = 0xf9bd, [0x57f9] = 0xf9be, [0x57fa] = 0xf9bf, - [0x57fb] = 0xf9c0, [0x57fc] = 0xf9c1, [0x57fd] = 0xf9c2, [0x57fe] = 0xf9c3, - [0x57ff] = 0xf9c4, [0x5800] = 0xf9c5, [0x5801] = 0xf9c6, [0x5802] = 0xf9c7, - [0x5803] = 0xf9c8, [0x5804] = 0xf9c9, [0x5805] = 0xf9ca, [0x5806] = 0xf9cb, - [0x5807] = 0xf9cc, [0x5808] = 0xf9cd, [0x5809] = 0xf9ce, [0x580a] = 0xf9cf, - [0x580b] = 0xf9d0, [0x580c] = 0xf9d1, [0x580d] = 0xf9d2, [0x580e] = 0xf9d3, - [0x580f] = 0xf9d4, [0x5810] = 0xf9d5, [0x5811] = 0xf9d6, [0x5812] = 0xf9d7, - [0x5813] = 0xf9d8, [0x5814] = 0xf9d9, [0x5815] = 0xf9da, [0x5816] = 0xf9db, - [0x5817] = 0xf9dc, [0x5818] = 0xf9dd, [0x5819] = 0xf9de, [0x581a] = 0xf9df, - [0x581b] = 0xf9e0, [0x581c] = 0xf9e1, [0x581d] = 0xf9e2, [0x581e] = 0xf9e3, - [0x581f] = 0xf9e4, [0x5820] = 0xf9e5, [0x5821] = 0xf9e6, [0x5822] = 0xf9e8, - [0x5823] = 0xf9e9, [0x5824] = 0xf9ea, [0x5825] = 0xf9eb, [0x5826] = 0xf9ec, - [0x5827] = 0xf9ed, [0x5828] = 0xf9ee, [0x5829] = 0xf9ef, [0x582a] = 0xf9f0, - [0x582b] = 0xf9f2, [0x582c] = 0xf9f3, [0x582d] = 0xf9f4, [0x582e] = 0xf9f5, - [0x582f] = 0xf9f6, [0x5830] = 0xf9f7, [0x5831] = 0xf9f8, [0x5832] = 0xf9f9, - [0x5833] = 0xf9fa, [0x5834] = 0xf9fb, [0x5835] = 0xf9fc, [0x5836] = 0xf9fd, - [0x5837] = 0xf9fe, [0x5838] = 0xf9ff, [0x5839] = 0xfa00, [0x583a] = 0xfa01, - [0x583b] = 0xfa02, [0x583c] = 0xfa03, [0x583d] = 0xfa04, [0x583e] = 0xfa05, - [0x583f] = 0xfa06, [0x5840] = 0xfa07, [0x5841] = 0xfa08, [0x5842] = 0xfa09, - [0x5843] = 0xfa0a, [0x5844] = 0xfa0b, [0x5845] = 0xfa10, [0x5846] = 0xfa12, - [0x5847] = 0xfa15, [0x5848] = 0xfa16, [0x5849] = 0xfa17, [0x584a] = 0xfa19, - [0x584b] = 0xfa1a, [0x584c] = 0xfa1b, [0x584d] = 0xfa1c, [0x584e] = 0xfa1d, - [0x584f] = 0xfa1e, [0x5850] = 0xfa22, [0x5851] = 0xfa25, [0x5852] = 0xfa26, - [0x5853] = 0xfa2a, [0x5854] = 0xfa2b, [0x5855] = 0xfa2c, [0x5856] = 0xfa2d, - [0x5859] = 0xfa30, [0x585a] = 0xfa31, [0x585b] = 0xfa32, [0x585c] = 0xfa33, - [0x585d] = 0xfa34, [0x585e] = 0xfa35, [0x585f] = 0xfa36, [0x5860] = 0xfa37, - [0x5861] = 0xfa38, [0x5862] = 0xfa39, [0x5863] = 0xfa3a, [0x5864] = 0xfa3b, - [0x5865] = 0xfa3c, [0x5866] = 0xfa3d, [0x5867] = 0xfa3e, [0x5868] = 0xfa3f, - [0x5869] = 0xfa40, [0x586a] = 0xfa41, [0x586b] = 0xfa42, [0x586c] = 0xfa43, - [0x586d] = 0xfa44, [0x586e] = 0xfa45, [0x586f] = 0xfa46, [0x5870] = 0xfa47, - [0x5871] = 0xfa48, [0x5872] = 0xfa49, [0x5873] = 0xfa4a, [0x5874] = 0xfa4b, - [0x5875] = 0xfa4c, [0x5876] = 0xfa4d, [0x5877] = 0xfa4e, [0x5878] = 0xfa4f, - [0x5879] = 0xfa50, [0x587a] = 0xfa51, [0x587b] = 0xfa52, [0x587c] = 0xfa53, - [0x587d] = 0xfa54, [0x587e] = 0xfa55, [0x587f] = 0xfa56, [0x5880] = 0xfa57, - [0x5881] = 0xfa58, [0x5882] = 0xfa59, [0x5883] = 0xfa5a, [0x5884] = 0xfa5b, - [0x5885] = 0xfa5c, [0x5886] = 0xfa5d, [0x5887] = 0xfa5e, [0x5888] = 0xfa5f, - [0x5889] = 0xfa60, [0x588a] = 0xfa61, [0x588b] = 0xfa62, [0x588c] = 0xfa63, - [0x588d] = 0xfa64, [0x588e] = 0xfa65, [0x588f] = 0xfa66, [0x5890] = 0xfa67, - [0x5891] = 0xfa68, [0x5892] = 0xfa69, [0x5893] = 0xfa6a, [0x5929] = 0xfb00, - [0x592a] = 0xfb01, [0x592b] = 0xfb02, [0x592c] = 0xfb03, [0x592d] = 0xfb04, - [0x592e] = 0xfb05, [0x592f] = 0xfb06, [0x593c] = 0xfb13, [0x593d] = 0xfb14, - [0x593e] = 0xfb15, [0x593f] = 0xfb16, [0x5940] = 0xfb17, [0x5946] = 0xfb1d, - [0x5947] = 0xfb1e, [0x5948] = 0xfb1f, [0x5949] = 0xfb20, [0x594a] = 0xfb21, - [0x594b] = 0xfb22, [0x594c] = 0xfb23, [0x594d] = 0xfb24, [0x594e] = 0xfb25, - [0x594f] = 0xfb26, [0x5950] = 0xfb27, [0x5951] = 0xfb28, [0x5952] = 0xfb29, - [0x5953] = 0xfb2a, [0x5954] = 0xfb2b, [0x5955] = 0xfb2c, [0x5956] = 0xfb2d, - [0x5957] = 0xfb2e, [0x5958] = 0xfb2f, [0x5959] = 0xfb30, [0x595a] = 0xfb31, - [0x595b] = 0xfb32, [0x595c] = 0xfb33, [0x595d] = 0xfb34, [0x595e] = 0xfb35, - [0x595f] = 0xfb36, [0x5961] = 0xfb38, [0x5962] = 0xfb39, [0x5963] = 0xfb3a, - [0x5964] = 0xfb3b, [0x5965] = 0xfb3c, [0x5967] = 0xfb3e, [0x5969] = 0xfb40, - [0x596a] = 0xfb41, [0x596c] = 0xfb43, [0x596d] = 0xfb44, [0x596f] = 0xfb46, - [0x5970] = 0xfb47, [0x5971] = 0xfb48, [0x5972] = 0xfb49, [0x5973] = 0xfb4a, - [0x5974] = 0xfb4b, [0x5975] = 0xfb4c, [0x5976] = 0xfb4d, [0x5977] = 0xfb4e, - [0x5978] = 0xfb4f, [0x5979] = 0xfb50, [0x597a] = 0xfb51, [0x597b] = 0xfb52, - [0x597c] = 0xfb53, [0x597d] = 0xfb54, [0x597e] = 0xfb55, [0x597f] = 0xfb56, - [0x5980] = 0xfb57, [0x5981] = 0xfb58, [0x5982] = 0xfb59, [0x5983] = 0xfb5a, - [0x5984] = 0xfb5b, [0x5985] = 0xfb5c, [0x5986] = 0xfb5d, [0x5987] = 0xfb5e, - [0x5988] = 0xfb5f, [0x5989] = 0xfb60, [0x598a] = 0xfb61, [0x598b] = 0xfb62, - [0x598c] = 0xfb63, [0x598d] = 0xfb64, [0x598e] = 0xfb65, [0x598f] = 0xfb66, - [0x5990] = 0xfb67, [0x5991] = 0xfb68, [0x5992] = 0xfb69, [0x5993] = 0xfb6a, - [0x5994] = 0xfb6b, [0x5995] = 0xfb6c, [0x5996] = 0xfb6d, [0x5997] = 0xfb6e, - [0x5998] = 0xfb6f, [0x5999] = 0xfb70, [0x599a] = 0xfb71, [0x599b] = 0xfb72, - [0x599c] = 0xfb73, [0x599d] = 0xfb74, [0x599e] = 0xfb75, [0x599f] = 0xfb76, - [0x59a0] = 0xfb77, [0x59a1] = 0xfb78, [0x59a2] = 0xfb79, [0x59a3] = 0xfb7a, - [0x59a4] = 0xfb7b, [0x59a5] = 0xfb7c, [0x59a6] = 0xfb7d, [0x59a7] = 0xfb7e, - [0x59a8] = 0xfb7f, [0x59a9] = 0xfb80, [0x59aa] = 0xfb81, [0x59ab] = 0xfb82, - [0x59ac] = 0xfb83, [0x59ad] = 0xfb84, [0x59ae] = 0xfb85, [0x59af] = 0xfb86, - [0x59b0] = 0xfb87, [0x59b1] = 0xfb88, [0x59b2] = 0xfb89, [0x59b3] = 0xfb8a, - [0x59b4] = 0xfb8b, [0x59b5] = 0xfb8c, [0x59b6] = 0xfb8d, [0x59b7] = 0xfb8e, - [0x59b8] = 0xfb8f, [0x59b9] = 0xfb90, [0x59ba] = 0xfb91, [0x59bb] = 0xfb92, - [0x59bc] = 0xfb93, [0x59bd] = 0xfb94, [0x59be] = 0xfb95, [0x59bf] = 0xfb96, - [0x59c0] = 0xfb97, [0x59c1] = 0xfb98, [0x59c2] = 0xfb99, [0x59c3] = 0xfb9a, - [0x59c4] = 0xfb9b, [0x59c5] = 0xfb9c, [0x59c6] = 0xfb9d, [0x59c7] = 0xfb9e, - [0x59c8] = 0xfb9f, [0x59c9] = 0xfba0, [0x59ca] = 0xfba1, [0x59cb] = 0xfba2, - [0x59cc] = 0xfba3, [0x59cd] = 0xfba4, [0x59ce] = 0xfba5, [0x59cf] = 0xfba6, - [0x59d0] = 0xfba7, [0x59d1] = 0xfba8, [0x59d2] = 0xfba9, [0x59d3] = 0xfbaa, - [0x59d4] = 0xfbab, [0x59d5] = 0xfbac, [0x59d6] = 0xfbad, [0x59d7] = 0xfbae, - [0x59d8] = 0xfbaf, [0x59d9] = 0xfbb0, [0x59da] = 0xfbb1, [0x59fc] = 0xfbd3, - [0x59fd] = 0xfbd4, [0x59fe] = 0xfbd5, [0x59ff] = 0xfbd6, [0x5a00] = 0xfbd7, - [0x5a01] = 0xfbd8, [0x5a02] = 0xfbd9, [0x5a03] = 0xfbda, [0x5a04] = 0xfbdb, - [0x5a05] = 0xfbdc, [0x5a06] = 0xfbdd, [0x5a07] = 0xfbde, [0x5a08] = 0xfbdf, - [0x5a09] = 0xfbe0, [0x5a0a] = 0xfbe1, [0x5a0b] = 0xfbe2, [0x5a0c] = 0xfbe3, - [0x5a0d] = 0xfbe4, [0x5a0e] = 0xfbe5, [0x5a0f] = 0xfbe6, [0x5a10] = 0xfbe7, - [0x5a11] = 0xfbe8, [0x5a12] = 0xfbe9, [0x5a13] = 0xfbea, [0x5a14] = 0xfbeb, - [0x5a15] = 0xfbec, [0x5a16] = 0xfbed, [0x5a17] = 0xfbee, [0x5a18] = 0xfbef, - [0x5a19] = 0xfbf0, [0x5a1a] = 0xfbf1, [0x5a1b] = 0xfbf2, [0x5a1c] = 0xfbf3, - [0x5a1d] = 0xfbf4, [0x5a1e] = 0xfbf5, [0x5a1f] = 0xfbf6, [0x5a20] = 0xfbf7, - [0x5a21] = 0xfbf8, [0x5a22] = 0xfbf9, [0x5a23] = 0xfbfa, [0x5a24] = 0xfbfb, - [0x5a25] = 0xfbfc, [0x5a26] = 0xfbfd, [0x5a27] = 0xfbfe, [0x5a28] = 0xfbff, - [0x5a29] = 0xfc00, [0x5a2a] = 0xfc01, [0x5a2b] = 0xfc02, [0x5a2c] = 0xfc03, - [0x5a2d] = 0xfc04, [0x5a2e] = 0xfc05, [0x5a2f] = 0xfc06, [0x5a30] = 0xfc07, - [0x5a31] = 0xfc08, [0x5a32] = 0xfc09, [0x5a33] = 0xfc0a, [0x5a34] = 0xfc0b, - [0x5a35] = 0xfc0c, [0x5a36] = 0xfc0d, [0x5a37] = 0xfc0e, [0x5a38] = 0xfc0f, - [0x5a39] = 0xfc10, [0x5a3a] = 0xfc11, [0x5a3b] = 0xfc12, [0x5a3c] = 0xfc13, - [0x5a3d] = 0xfc14, [0x5a3e] = 0xfc15, [0x5a3f] = 0xfc16, [0x5a40] = 0xfc17, - [0x5a41] = 0xfc18, [0x5a42] = 0xfc19, [0x5a43] = 0xfc1a, [0x5a44] = 0xfc1b, - [0x5a45] = 0xfc1c, [0x5a46] = 0xfc1d, [0x5a47] = 0xfc1e, [0x5a48] = 0xfc1f, - [0x5a49] = 0xfc20, [0x5a4a] = 0xfc21, [0x5a4b] = 0xfc22, [0x5a4c] = 0xfc23, - [0x5a4d] = 0xfc24, [0x5a4e] = 0xfc25, [0x5a4f] = 0xfc26, [0x5a50] = 0xfc27, - [0x5a51] = 0xfc28, [0x5a52] = 0xfc29, [0x5a53] = 0xfc2a, [0x5a54] = 0xfc2b, - [0x5a55] = 0xfc2c, [0x5a56] = 0xfc2d, [0x5a57] = 0xfc2e, [0x5a58] = 0xfc2f, - [0x5a59] = 0xfc30, [0x5a5a] = 0xfc31, [0x5a5b] = 0xfc32, [0x5a5c] = 0xfc33, - [0x5a5d] = 0xfc34, [0x5a5e] = 0xfc35, [0x5a5f] = 0xfc36, [0x5a60] = 0xfc37, - [0x5a61] = 0xfc38, [0x5a62] = 0xfc39, [0x5a63] = 0xfc3a, [0x5a64] = 0xfc3b, - [0x5a65] = 0xfc3c, [0x5a66] = 0xfc3d, [0x5a67] = 0xfc3e, [0x5a68] = 0xfc3f, - [0x5a69] = 0xfc40, [0x5a6a] = 0xfc41, [0x5a6b] = 0xfc42, [0x5a6c] = 0xfc43, - [0x5a6d] = 0xfc44, [0x5a6e] = 0xfc45, [0x5a6f] = 0xfc46, [0x5a70] = 0xfc47, - [0x5a71] = 0xfc48, [0x5a72] = 0xfc49, [0x5a73] = 0xfc4a, [0x5a74] = 0xfc4b, - [0x5a75] = 0xfc4c, [0x5a76] = 0xfc4d, [0x5a77] = 0xfc4e, [0x5a78] = 0xfc4f, - [0x5a79] = 0xfc50, [0x5a7a] = 0xfc51, [0x5a7b] = 0xfc52, [0x5a7c] = 0xfc53, - [0x5a7d] = 0xfc54, [0x5a7e] = 0xfc55, [0x5a7f] = 0xfc56, [0x5a80] = 0xfc57, - [0x5a81] = 0xfc58, [0x5a82] = 0xfc59, [0x5a83] = 0xfc5a, [0x5a84] = 0xfc5b, - [0x5a85] = 0xfc5c, [0x5a86] = 0xfc5d, [0x5a87] = 0xfc5e, [0x5a88] = 0xfc5f, - [0x5a89] = 0xfc60, [0x5a8a] = 0xfc61, [0x5a8b] = 0xfc62, [0x5a8c] = 0xfc63, - [0x5a8d] = 0xfc64, [0x5a8e] = 0xfc65, [0x5a8f] = 0xfc66, [0x5a90] = 0xfc67, - [0x5a91] = 0xfc68, [0x5a92] = 0xfc69, [0x5a93] = 0xfc6a, [0x5a94] = 0xfc6b, - [0x5a95] = 0xfc6c, [0x5a96] = 0xfc6d, [0x5a97] = 0xfc6e, [0x5a98] = 0xfc6f, - [0x5a99] = 0xfc70, [0x5a9a] = 0xfc71, [0x5a9b] = 0xfc72, [0x5a9c] = 0xfc73, - [0x5a9d] = 0xfc74, [0x5a9e] = 0xfc75, [0x5a9f] = 0xfc76, [0x5aa0] = 0xfc77, - [0x5aa1] = 0xfc78, [0x5aa2] = 0xfc79, [0x5aa3] = 0xfc7a, [0x5aa4] = 0xfc7b, - [0x5aa5] = 0xfc7c, [0x5aa6] = 0xfc7d, [0x5aa7] = 0xfc7e, [0x5aa8] = 0xfc7f, - [0x5aa9] = 0xfc80, [0x5aaa] = 0xfc81, [0x5aab] = 0xfc82, [0x5aac] = 0xfc83, - [0x5aad] = 0xfc84, [0x5aae] = 0xfc85, [0x5aaf] = 0xfc86, [0x5ab0] = 0xfc87, - [0x5ab1] = 0xfc88, [0x5ab2] = 0xfc89, [0x5ab3] = 0xfc8a, [0x5ab4] = 0xfc8b, - [0x5ab5] = 0xfc8c, [0x5ab6] = 0xfc8d, [0x5ab7] = 0xfc8e, [0x5ab8] = 0xfc8f, - [0x5ab9] = 0xfc90, [0x5aba] = 0xfc91, [0x5abb] = 0xfc92, [0x5abc] = 0xfc93, - [0x5abd] = 0xfc94, [0x5abe] = 0xfc95, [0x5abf] = 0xfc96, [0x5ac0] = 0xfc97, - [0x5ac1] = 0xfc98, [0x5ac2] = 0xfc99, [0x5ac3] = 0xfc9a, [0x5ac4] = 0xfc9b, - [0x5ac5] = 0xfc9c, [0x5ac6] = 0xfc9d, [0x5ac7] = 0xfc9e, [0x5ac8] = 0xfc9f, - [0x5ac9] = 0xfca0, [0x5aca] = 0xfca1, [0x5acb] = 0xfca2, [0x5acc] = 0xfca3, - [0x5acd] = 0xfca4, [0x5ace] = 0xfca5, [0x5acf] = 0xfca6, [0x5ad0] = 0xfca7, - [0x5ad1] = 0xfca8, [0x5ad2] = 0xfca9, [0x5ad3] = 0xfcaa, [0x5ad4] = 0xfcab, - [0x5ad5] = 0xfcac, [0x5ad6] = 0xfcad, [0x5ad7] = 0xfcae, [0x5ad8] = 0xfcaf, - [0x5ad9] = 0xfcb0, [0x5ada] = 0xfcb1, [0x5adb] = 0xfcb2, [0x5adc] = 0xfcb3, - [0x5add] = 0xfcb4, [0x5ade] = 0xfcb5, [0x5adf] = 0xfcb6, [0x5ae0] = 0xfcb7, - [0x5ae1] = 0xfcb8, [0x5ae2] = 0xfcb9, [0x5ae3] = 0xfcba, [0x5ae4] = 0xfcbb, - [0x5ae5] = 0xfcbc, [0x5ae6] = 0xfcbd, [0x5ae7] = 0xfcbe, [0x5ae8] = 0xfcbf, - [0x5ae9] = 0xfcc0, [0x5aea] = 0xfcc1, [0x5aeb] = 0xfcc2, [0x5aec] = 0xfcc3, - [0x5aed] = 0xfcc4, [0x5aee] = 0xfcc5, [0x5aef] = 0xfcc6, [0x5af0] = 0xfcc7, - [0x5af1] = 0xfcc8, [0x5af2] = 0xfcc9, [0x5af3] = 0xfcca, [0x5af4] = 0xfccb, - [0x5af5] = 0xfccc, [0x5af6] = 0xfccd, [0x5af7] = 0xfcce, [0x5af8] = 0xfccf, - [0x5af9] = 0xfcd0, [0x5afa] = 0xfcd1, [0x5afb] = 0xfcd2, [0x5afc] = 0xfcd3, - [0x5afd] = 0xfcd4, [0x5afe] = 0xfcd5, [0x5aff] = 0xfcd6, [0x5b00] = 0xfcd7, - [0x5b01] = 0xfcd8, [0x5b02] = 0xfcd9, [0x5b03] = 0xfcda, [0x5b04] = 0xfcdb, - [0x5b05] = 0xfcdc, [0x5b06] = 0xfcdd, [0x5b07] = 0xfcde, [0x5b08] = 0xfcdf, - [0x5b09] = 0xfce0, [0x5b0a] = 0xfce1, [0x5b0b] = 0xfce2, [0x5b0c] = 0xfce3, - [0x5b0d] = 0xfce4, [0x5b0e] = 0xfce5, [0x5b0f] = 0xfce6, [0x5b10] = 0xfce7, - [0x5b11] = 0xfce8, [0x5b12] = 0xfce9, [0x5b13] = 0xfcea, [0x5b14] = 0xfceb, - [0x5b15] = 0xfcec, [0x5b16] = 0xfced, [0x5b17] = 0xfcee, [0x5b18] = 0xfcef, - [0x5b19] = 0xfcf0, [0x5b1a] = 0xfcf1, [0x5b1b] = 0xfcf2, [0x5b1c] = 0xfcf3, - [0x5b1d] = 0xfcf4, [0x5b1e] = 0xfcf5, [0x5b1f] = 0xfcf6, [0x5b20] = 0xfcf7, - [0x5b21] = 0xfcf8, [0x5b22] = 0xfcf9, [0x5b23] = 0xfcfa, [0x5b24] = 0xfcfb, - [0x5b25] = 0xfcfc, [0x5b26] = 0xfcfd, [0x5b27] = 0xfcfe, [0x5b28] = 0xfcff, - [0x5b29] = 0xfd00, [0x5b2a] = 0xfd01, [0x5b2b] = 0xfd02, [0x5b2c] = 0xfd03, - [0x5b2d] = 0xfd04, [0x5b2e] = 0xfd05, [0x5b2f] = 0xfd06, [0x5b30] = 0xfd07, - [0x5b31] = 0xfd08, [0x5b32] = 0xfd09, [0x5b33] = 0xfd0a, [0x5b34] = 0xfd0b, - [0x5b35] = 0xfd0c, [0x5b36] = 0xfd0d, [0x5b37] = 0xfd0e, [0x5b38] = 0xfd0f, - [0x5b39] = 0xfd10, [0x5b3a] = 0xfd11, [0x5b3b] = 0xfd12, [0x5b3c] = 0xfd13, - [0x5b3d] = 0xfd14, [0x5b3e] = 0xfd15, [0x5b3f] = 0xfd16, [0x5b40] = 0xfd17, - [0x5b41] = 0xfd18, [0x5b42] = 0xfd19, [0x5b43] = 0xfd1a, [0x5b44] = 0xfd1b, - [0x5b45] = 0xfd1c, [0x5b46] = 0xfd1d, [0x5b47] = 0xfd1e, [0x5b48] = 0xfd1f, - [0x5b49] = 0xfd20, [0x5b4a] = 0xfd21, [0x5b4b] = 0xfd22, [0x5b4c] = 0xfd23, - [0x5b4d] = 0xfd24, [0x5b4e] = 0xfd25, [0x5b4f] = 0xfd26, [0x5b50] = 0xfd27, - [0x5b51] = 0xfd28, [0x5b52] = 0xfd29, [0x5b53] = 0xfd2a, [0x5b54] = 0xfd2b, - [0x5b55] = 0xfd2c, [0x5b56] = 0xfd2d, [0x5b57] = 0xfd2e, [0x5b58] = 0xfd2f, - [0x5b59] = 0xfd30, [0x5b5a] = 0xfd31, [0x5b5b] = 0xfd32, [0x5b5c] = 0xfd33, - [0x5b5d] = 0xfd34, [0x5b5e] = 0xfd35, [0x5b5f] = 0xfd36, [0x5b60] = 0xfd37, - [0x5b61] = 0xfd38, [0x5b62] = 0xfd39, [0x5b63] = 0xfd3a, [0x5b64] = 0xfd3b, - [0x5b65] = 0xfd3c, [0x5b66] = 0xfd3d, [0x5b67] = 0xfd3e, [0x5b68] = 0xfd3f, - [0x5b79] = 0xfd50, [0x5b7a] = 0xfd51, [0x5b7b] = 0xfd52, [0x5b7c] = 0xfd53, - [0x5b7d] = 0xfd54, [0x5b7e] = 0xfd55, [0x5b7f] = 0xfd56, [0x5b80] = 0xfd57, - [0x5b81] = 0xfd58, [0x5b82] = 0xfd59, [0x5b83] = 0xfd5a, [0x5b84] = 0xfd5b, - [0x5b85] = 0xfd5c, [0x5b86] = 0xfd5d, [0x5b87] = 0xfd5e, [0x5b88] = 0xfd5f, - [0x5b89] = 0xfd60, [0x5b8a] = 0xfd61, [0x5b8b] = 0xfd62, [0x5b8c] = 0xfd63, - [0x5b8d] = 0xfd64, [0x5b8e] = 0xfd65, [0x5b8f] = 0xfd66, [0x5b90] = 0xfd67, - [0x5b91] = 0xfd68, [0x5b92] = 0xfd69, [0x5b93] = 0xfd6a, [0x5b94] = 0xfd6b, - [0x5b95] = 0xfd6c, [0x5b96] = 0xfd6d, [0x5b97] = 0xfd6e, [0x5b98] = 0xfd6f, - [0x5b99] = 0xfd70, [0x5b9a] = 0xfd71, [0x5b9b] = 0xfd72, [0x5b9c] = 0xfd73, - [0x5b9d] = 0xfd74, [0x5b9e] = 0xfd75, [0x5b9f] = 0xfd76, [0x5ba0] = 0xfd77, - [0x5ba1] = 0xfd78, [0x5ba2] = 0xfd79, [0x5ba3] = 0xfd7a, [0x5ba4] = 0xfd7b, - [0x5ba5] = 0xfd7c, [0x5ba6] = 0xfd7d, [0x5ba7] = 0xfd7e, [0x5ba8] = 0xfd7f, - [0x5ba9] = 0xfd80, [0x5baa] = 0xfd81, [0x5bab] = 0xfd82, [0x5bac] = 0xfd83, - [0x5bad] = 0xfd84, [0x5bae] = 0xfd85, [0x5baf] = 0xfd86, [0x5bb0] = 0xfd87, - [0x5bb1] = 0xfd88, [0x5bb2] = 0xfd89, [0x5bb3] = 0xfd8a, [0x5bb4] = 0xfd8b, - [0x5bb5] = 0xfd8c, [0x5bb6] = 0xfd8d, [0x5bb7] = 0xfd8e, [0x5bb8] = 0xfd8f, - [0x5bbb] = 0xfd92, [0x5bbc] = 0xfd93, [0x5bbd] = 0xfd94, [0x5bbe] = 0xfd95, - [0x5bbf] = 0xfd96, [0x5bc0] = 0xfd97, [0x5bc1] = 0xfd98, [0x5bc2] = 0xfd99, - [0x5bc3] = 0xfd9a, [0x5bc4] = 0xfd9b, [0x5bc5] = 0xfd9c, [0x5bc6] = 0xfd9d, - [0x5bc7] = 0xfd9e, [0x5bc8] = 0xfd9f, [0x5bc9] = 0xfda0, [0x5bca] = 0xfda1, - [0x5bcb] = 0xfda2, [0x5bcc] = 0xfda3, [0x5bcd] = 0xfda4, [0x5bce] = 0xfda5, - [0x5bcf] = 0xfda6, [0x5bd0] = 0xfda7, [0x5bd1] = 0xfda8, [0x5bd2] = 0xfda9, - [0x5bd3] = 0xfdaa, [0x5bd4] = 0xfdab, [0x5bd5] = 0xfdac, [0x5bd6] = 0xfdad, - [0x5bd7] = 0xfdae, [0x5bd8] = 0xfdaf, [0x5bd9] = 0xfdb0, [0x5bda] = 0xfdb1, - [0x5bdb] = 0xfdb2, [0x5bdc] = 0xfdb3, [0x5bdd] = 0xfdb4, [0x5bde] = 0xfdb5, - [0x5bdf] = 0xfdb6, [0x5be0] = 0xfdb7, [0x5be1] = 0xfdb8, [0x5be2] = 0xfdb9, - [0x5be3] = 0xfdba, [0x5be4] = 0xfdbb, [0x5be5] = 0xfdbc, [0x5be6] = 0xfdbd, - [0x5be7] = 0xfdbe, [0x5be8] = 0xfdbf, [0x5be9] = 0xfdc0, [0x5bea] = 0xfdc1, - [0x5beb] = 0xfdc2, [0x5bec] = 0xfdc3, [0x5bed] = 0xfdc4, [0x5bee] = 0xfdc5, - [0x5bef] = 0xfdc6, [0x5bf0] = 0xfdc7, [0x5c19] = 0xfdf0, [0x5c1a] = 0xfdf1, - [0x5c1b] = 0xfdf2, [0x5c1c] = 0xfdf3, [0x5c1d] = 0xfdf4, [0x5c1e] = 0xfdf5, - [0x5c1f] = 0xfdf6, [0x5c20] = 0xfdf7, [0x5c21] = 0xfdf8, [0x5c22] = 0xfdf9, - [0x5c23] = 0xfdfa, [0x5c24] = 0xfdfb, [0x5c25] = 0xfdfc, [0x5c29] = 0xfe00, - [0x5c2a] = 0xfe01, [0x5c2b] = 0xfe02, [0x5c2c] = 0xfe03, [0x5c2d] = 0xfe04, - [0x5c2e] = 0xfe05, [0x5c2f] = 0xfe06, [0x5c30] = 0xfe07, [0x5c31] = 0xfe08, - [0x5c32] = 0xfe09, [0x5c33] = 0xfe0a, [0x5c34] = 0xfe0b, [0x5c35] = 0xfe0c, - [0x5c36] = 0xfe0d, [0x5c37] = 0xfe0e, [0x5c38] = 0xfe0f, [0x5c49] = 0xfe20, - [0x5c4a] = 0xfe21, [0x5c4b] = 0xfe22, [0x5c4c] = 0xfe23, [0x5c59] = 0xfe32, - [0x5c5a] = 0xfe45, [0x5c5b] = 0xfe46, [0x5c5f] = 0xfe58, [0x5c65] = 0xfe70, - [0x5c66] = 0xfe71, [0x5c67] = 0xfe72, [0x5c68] = 0xfe73, [0x5c69] = 0xfe74, - [0x5c6b] = 0xfe76, [0x5c6c] = 0xfe77, [0x5c6d] = 0xfe78, [0x5c6e] = 0xfe79, - [0x5c6f] = 0xfe7a, [0x5c70] = 0xfe7b, [0x5c71] = 0xfe7c, [0x5c72] = 0xfe7d, - [0x5c73] = 0xfe7e, [0x5c74] = 0xfe7f, [0x5c75] = 0xfe80, [0x5c76] = 0xfe81, - [0x5c77] = 0xfe82, [0x5c78] = 0xfe83, [0x5c79] = 0xfe84, [0x5c7a] = 0xfe85, - [0x5c7b] = 0xfe86, [0x5c7c] = 0xfe87, [0x5c7d] = 0xfe88, [0x5c7e] = 0xfe89, - [0x5c7f] = 0xfe8a, [0x5c80] = 0xfe8b, [0x5c81] = 0xfe8c, [0x5c82] = 0xfe8d, - [0x5c83] = 0xfe8e, [0x5c84] = 0xfe8f, [0x5c85] = 0xfe90, [0x5c86] = 0xfe91, - [0x5c87] = 0xfe92, [0x5c88] = 0xfe93, [0x5c89] = 0xfe94, [0x5c8a] = 0xfe95, - [0x5c8b] = 0xfe96, [0x5c8c] = 0xfe97, [0x5c8d] = 0xfe98, [0x5c8e] = 0xfe99, - [0x5c8f] = 0xfe9a, [0x5c90] = 0xfe9b, [0x5c91] = 0xfe9c, [0x5c92] = 0xfe9d, - [0x5c93] = 0xfe9e, [0x5c94] = 0xfe9f, [0x5c95] = 0xfea0, [0x5c96] = 0xfea1, - [0x5c97] = 0xfea2, [0x5c98] = 0xfea3, [0x5c99] = 0xfea4, [0x5c9a] = 0xfea5, - [0x5c9b] = 0xfea6, [0x5c9c] = 0xfea7, [0x5c9d] = 0xfea8, [0x5c9e] = 0xfea9, - [0x5c9f] = 0xfeaa, [0x5ca0] = 0xfeab, [0x5ca1] = 0xfeac, [0x5ca2] = 0xfead, - [0x5ca3] = 0xfeae, [0x5ca4] = 0xfeaf, [0x5ca5] = 0xfeb0, [0x5ca6] = 0xfeb1, - [0x5ca7] = 0xfeb2, [0x5ca8] = 0xfeb3, [0x5ca9] = 0xfeb4, [0x5caa] = 0xfeb5, - [0x5cab] = 0xfeb6, [0x5cac] = 0xfeb7, [0x5cad] = 0xfeb8, [0x5cae] = 0xfeb9, - [0x5caf] = 0xfeba, [0x5cb0] = 0xfebb, [0x5cb1] = 0xfebc, [0x5cb2] = 0xfebd, - [0x5cb3] = 0xfebe, [0x5cb4] = 0xfebf, [0x5cb5] = 0xfec0, [0x5cb6] = 0xfec1, - [0x5cb7] = 0xfec2, [0x5cb8] = 0xfec3, [0x5cb9] = 0xfec4, [0x5cba] = 0xfec5, - [0x5cbb] = 0xfec6, [0x5cbc] = 0xfec7, [0x5cbd] = 0xfec8, [0x5cbe] = 0xfec9, - [0x5cbf] = 0xfeca, [0x5cc0] = 0xfecb, [0x5cc1] = 0xfecc, [0x5cc2] = 0xfecd, - [0x5cc3] = 0xfece, [0x5cc4] = 0xfecf, [0x5cc5] = 0xfed0, [0x5cc6] = 0xfed1, - [0x5cc7] = 0xfed2, [0x5cc8] = 0xfed3, [0x5cc9] = 0xfed4, [0x5cca] = 0xfed5, - [0x5ccb] = 0xfed6, [0x5ccc] = 0xfed7, [0x5ccd] = 0xfed8, [0x5cce] = 0xfed9, - [0x5ccf] = 0xfeda, [0x5cd0] = 0xfedb, [0x5cd1] = 0xfedc, [0x5cd2] = 0xfedd, - [0x5cd3] = 0xfede, [0x5cd4] = 0xfedf, [0x5cd5] = 0xfee0, [0x5cd6] = 0xfee1, - [0x5cd7] = 0xfee2, [0x5cd8] = 0xfee3, [0x5cd9] = 0xfee4, [0x5cda] = 0xfee5, - [0x5cdb] = 0xfee6, [0x5cdc] = 0xfee7, [0x5cdd] = 0xfee8, [0x5cde] = 0xfee9, - [0x5cdf] = 0xfeea, [0x5ce0] = 0xfeeb, [0x5ce1] = 0xfeec, [0x5ce2] = 0xfeed, - [0x5ce3] = 0xfeee, [0x5ce4] = 0xfeef, [0x5ce5] = 0xfef0, [0x5ce6] = 0xfef1, - [0x5ce7] = 0xfef2, [0x5ce8] = 0xfef3, [0x5ce9] = 0xfef4, [0x5cea] = 0xfef5, - [0x5ceb] = 0xfef6, [0x5cec] = 0xfef7, [0x5ced] = 0xfef8, [0x5cee] = 0xfef9, - [0x5cef] = 0xfefa, [0x5cf0] = 0xfefb, [0x5cf1] = 0xfefc, [0x5cf4] = 0xfeff, - [0x5cf6] = 0xff5f, [0x5cf7] = 0xff60, [0x5cf8] = 0xff61, [0x5cf9] = 0xff62, - [0x5cfa] = 0xff63, [0x5cfb] = 0xff64, [0x5cfc] = 0xff65, [0x5cfd] = 0xff66, - [0x5cfe] = 0xff67, [0x5cff] = 0xff68, [0x5d00] = 0xff69, [0x5d01] = 0xff6a, - [0x5d02] = 0xff6b, [0x5d03] = 0xff6c, [0x5d04] = 0xff6d, [0x5d05] = 0xff6e, - [0x5d06] = 0xff6f, [0x5d07] = 0xff70, [0x5d08] = 0xff71, [0x5d09] = 0xff72, - [0x5d0a] = 0xff73, [0x5d0b] = 0xff74, [0x5d0c] = 0xff75, [0x5d0d] = 0xff76, - [0x5d0e] = 0xff77, [0x5d0f] = 0xff78, [0x5d10] = 0xff79, [0x5d11] = 0xff7a, - [0x5d12] = 0xff7b, [0x5d13] = 0xff7c, [0x5d14] = 0xff7d, [0x5d15] = 0xff7e, - [0x5d16] = 0xff7f, [0x5d17] = 0xff80, [0x5d18] = 0xff81, [0x5d19] = 0xff82, - [0x5d1a] = 0xff83, [0x5d1b] = 0xff84, [0x5d1c] = 0xff85, [0x5d1d] = 0xff86, - [0x5d1e] = 0xff87, [0x5d1f] = 0xff88, [0x5d20] = 0xff89, [0x5d21] = 0xff8a, - [0x5d22] = 0xff8b, [0x5d23] = 0xff8c, [0x5d24] = 0xff8d, [0x5d25] = 0xff8e, - [0x5d26] = 0xff8f, [0x5d27] = 0xff90, [0x5d28] = 0xff91, [0x5d29] = 0xff92, - [0x5d2a] = 0xff93, [0x5d2b] = 0xff94, [0x5d2c] = 0xff95, [0x5d2d] = 0xff96, - [0x5d2e] = 0xff97, [0x5d2f] = 0xff98, [0x5d30] = 0xff99, [0x5d31] = 0xff9a, - [0x5d32] = 0xff9b, [0x5d33] = 0xff9c, [0x5d34] = 0xff9d, [0x5d35] = 0xff9e, - [0x5d36] = 0xff9f, [0x5d37] = 0xffa0, [0x5d38] = 0xffa1, [0x5d39] = 0xffa2, - [0x5d3a] = 0xffa3, [0x5d3b] = 0xffa4, [0x5d3c] = 0xffa5, [0x5d3d] = 0xffa6, - [0x5d3e] = 0xffa7, [0x5d3f] = 0xffa8, [0x5d40] = 0xffa9, [0x5d41] = 0xffaa, - [0x5d42] = 0xffab, [0x5d43] = 0xffac, [0x5d44] = 0xffad, [0x5d45] = 0xffae, - [0x5d46] = 0xffaf, [0x5d47] = 0xffb0, [0x5d48] = 0xffb1, [0x5d49] = 0xffb2, - [0x5d4a] = 0xffb3, [0x5d4b] = 0xffb4, [0x5d4c] = 0xffb5, [0x5d4d] = 0xffb6, - [0x5d4e] = 0xffb7, [0x5d4f] = 0xffb8, [0x5d50] = 0xffb9, [0x5d51] = 0xffba, - [0x5d52] = 0xffbb, [0x5d53] = 0xffbc, [0x5d54] = 0xffbd, [0x5d55] = 0xffbe, - [0x5d59] = 0xffc2, [0x5d5a] = 0xffc3, [0x5d5b] = 0xffc4, [0x5d5c] = 0xffc5, - [0x5d5d] = 0xffc6, [0x5d5e] = 0xffc7, [0x5d61] = 0xffca, [0x5d62] = 0xffcb, - [0x5d63] = 0xffcc, [0x5d64] = 0xffcd, [0x5d65] = 0xffce, [0x5d66] = 0xffcf, - [0x5d69] = 0xffd2, [0x5d6a] = 0xffd3, [0x5d6b] = 0xffd4, [0x5d6c] = 0xffd5, - [0x5d6d] = 0xffd6, [0x5d6e] = 0xffd7, [0x5d71] = 0xffda, [0x5d72] = 0xffdb, - [0x5d73] = 0xffdc, [0x5d77] = 0xffe6, [0x5d79] = 0xffe8, [0x5d7a] = 0xffe9, - [0x5d7b] = 0xffea, [0x5d7c] = 0xffeb, [0x5d7d] = 0xffec, [0x5d7e] = 0xffed, - [0x5d7f] = 0xffee, [0x5d8a] = 0xfff9, [0x5d8b] = 0xfffa, [0x5d8c] = 0xfffb, - [0x5d8d] = 0xfffc, [0x5d8e] = 0xfffd, + [0x0000] = 0x0080, [0x0001] = 0x0081, [0x0002] = 0x0082, [0x0003] = 0x0083, + [0x0004] = 0x0084, [0x0005] = 0x0085, [0x0006] = 0x0086, [0x0007] = 0x0087, + [0x0008] = 0x0088, [0x0009] = 0x0089, [0x000a] = 0x008a, [0x000b] = 0x008b, + [0x000c] = 0x008c, [0x000d] = 0x008d, [0x000e] = 0x008e, [0x000f] = 0x008f, + [0x0010] = 0x0090, [0x0011] = 0x0091, [0x0012] = 0x0092, [0x0013] = 0x0093, + [0x0014] = 0x0094, [0x0015] = 0x0095, [0x0016] = 0x0096, [0x0017] = 0x0097, + [0x0018] = 0x0098, [0x0019] = 0x0099, [0x001a] = 0x009a, [0x001b] = 0x009b, + [0x001c] = 0x009c, [0x001d] = 0x009d, [0x001e] = 0x009e, [0x001f] = 0x009f, + [0x0020] = 0x00a0, [0x0021] = 0x00a1, [0x0022] = 0x00a2, [0x0023] = 0x00a3, + [0x0024] = 0x00a5, [0x0025] = 0x00a6, [0x0026] = 0x00a9, [0x0027] = 0x00aa, + [0x0028] = 0x00ab, [0x0029] = 0x00ac, [0x002a] = 0x00ad, [0x002b] = 0x00ae, + [0x002c] = 0x00af, [0x002d] = 0x00b2, [0x002e] = 0x00b3, [0x002f] = 0x00b4, + [0x0030] = 0x00b5, [0x0031] = 0x00b6, [0x0032] = 0x00b8, [0x0033] = 0x00b9, + [0x0034] = 0x00ba, [0x0035] = 0x00bb, [0x0036] = 0x00bc, [0x0037] = 0x00bd, + [0x0038] = 0x00be, [0x0039] = 0x00bf, [0x003a] = 0x00c0, [0x003b] = 0x00c1, + [0x003c] = 0x00c2, [0x003d] = 0x00c3, [0x003e] = 0x00c4, [0x003f] = 0x00c5, + [0x0040] = 0x00c6, [0x0041] = 0x00c7, [0x0042] = 0x00c8, [0x0043] = 0x00c9, + [0x0044] = 0x00ca, [0x0045] = 0x00cb, [0x0046] = 0x00cc, [0x0047] = 0x00cd, + [0x0048] = 0x00ce, [0x0049] = 0x00cf, [0x004a] = 0x00d0, [0x004b] = 0x00d1, + [0x004c] = 0x00d2, [0x004d] = 0x00d3, [0x004e] = 0x00d4, [0x004f] = 0x00d5, + [0x0050] = 0x00d6, [0x0051] = 0x00d8, [0x0052] = 0x00d9, [0x0053] = 0x00da, + [0x0054] = 0x00db, [0x0055] = 0x00dc, [0x0056] = 0x00dd, [0x0057] = 0x00de, + [0x0058] = 0x00df, [0x0059] = 0x00e2, [0x005a] = 0x00e3, [0x005b] = 0x00e4, + [0x005c] = 0x00e5, [0x005d] = 0x00e6, [0x005e] = 0x00e7, [0x005f] = 0x00eb, + [0x0060] = 0x00ee, [0x0061] = 0x00ef, [0x0062] = 0x00f0, [0x0063] = 0x00f1, + [0x0064] = 0x00f4, [0x0065] = 0x00f5, [0x0066] = 0x00f6, [0x0067] = 0x00f8, + [0x0068] = 0x00fb, [0x0069] = 0x00fd, [0x006a] = 0x00fe, [0x006b] = 0x00ff, + [0x006c] = 0x0100, [0x006d] = 0x0102, [0x006e] = 0x0103, [0x006f] = 0x0104, + [0x0070] = 0x0105, [0x0071] = 0x0106, [0x0072] = 0x0107, [0x0073] = 0x0108, + [0x0074] = 0x0109, [0x0075] = 0x010a, [0x0076] = 0x010b, [0x0077] = 0x010c, + [0x0078] = 0x010d, [0x0079] = 0x010e, [0x007a] = 0x010f, [0x007b] = 0x0110, + [0x007c] = 0x0111, [0x007d] = 0x0112, [0x007e] = 0x0114, [0x007f] = 0x0115, + [0x0080] = 0x0116, [0x0081] = 0x0117, [0x0082] = 0x0118, [0x0083] = 0x0119, + [0x0084] = 0x011a, [0x0085] = 0x011c, [0x0086] = 0x011d, [0x0087] = 0x011e, + [0x0088] = 0x011f, [0x0089] = 0x0120, [0x008a] = 0x0121, [0x008b] = 0x0122, + [0x008c] = 0x0123, [0x008d] = 0x0124, [0x008e] = 0x0125, [0x008f] = 0x0126, + [0x0090] = 0x0127, [0x0091] = 0x0128, [0x0092] = 0x0129, [0x0093] = 0x012a, + [0x0094] = 0x012c, [0x0095] = 0x012d, [0x0096] = 0x012e, [0x0097] = 0x012f, + [0x0098] = 0x0130, [0x0099] = 0x0131, [0x009a] = 0x0132, [0x009b] = 0x0133, + [0x009c] = 0x0134, [0x009d] = 0x0135, [0x009e] = 0x0136, [0x009f] = 0x0137, + [0x00a0] = 0x0138, [0x00a1] = 0x0139, [0x00a2] = 0x013a, [0x00a3] = 0x013b, + [0x00a4] = 0x013c, [0x00a5] = 0x013d, [0x00a6] = 0x013e, [0x00a7] = 0x013f, + [0x00a8] = 0x0140, [0x00a9] = 0x0141, [0x00aa] = 0x0142, [0x00ab] = 0x0143, + [0x00ac] = 0x0145, [0x00ad] = 0x0146, [0x00ae] = 0x0147, [0x00af] = 0x0149, + [0x00b0] = 0x014a, [0x00b1] = 0x014b, [0x00b2] = 0x014c, [0x00b3] = 0x014e, + [0x00b4] = 0x014f, [0x00b5] = 0x0150, [0x00b6] = 0x0151, [0x00b7] = 0x0152, + [0x00b8] = 0x0153, [0x00b9] = 0x0154, [0x00ba] = 0x0155, [0x00bb] = 0x0156, + [0x00bc] = 0x0157, [0x00bd] = 0x0158, [0x00be] = 0x0159, [0x00bf] = 0x015a, + [0x00c0] = 0x015b, [0x00c1] = 0x015c, [0x00c2] = 0x015d, [0x00c3] = 0x015e, + [0x00c4] = 0x015f, [0x00c5] = 0x0160, [0x00c6] = 0x0161, [0x00c7] = 0x0162, + [0x00c8] = 0x0163, [0x00c9] = 0x0164, [0x00ca] = 0x0165, [0x00cb] = 0x0166, + [0x00cc] = 0x0167, [0x00cd] = 0x0168, [0x00ce] = 0x0169, [0x00cf] = 0x016a, + [0x00d0] = 0x016c, [0x00d1] = 0x016d, [0x00d2] = 0x016e, [0x00d3] = 0x016f, + [0x00d4] = 0x0170, [0x00d5] = 0x0171, [0x00d6] = 0x0172, [0x00d7] = 0x0173, + [0x00d8] = 0x0174, [0x00d9] = 0x0175, [0x00da] = 0x0176, [0x00db] = 0x0177, + [0x00dc] = 0x0178, [0x00dd] = 0x0179, [0x00de] = 0x017a, [0x00df] = 0x017b, + [0x00e0] = 0x017c, [0x00e1] = 0x017d, [0x00e2] = 0x017e, [0x00e3] = 0x017f, + [0x00e4] = 0x0180, [0x00e5] = 0x0181, [0x00e6] = 0x0182, [0x00e7] = 0x0183, + [0x00e8] = 0x0184, [0x00e9] = 0x0185, [0x00ea] = 0x0186, [0x00eb] = 0x0187, + [0x00ec] = 0x0188, [0x00ed] = 0x0189, [0x00ee] = 0x018a, [0x00ef] = 0x018b, + [0x00f0] = 0x018c, [0x00f1] = 0x018d, [0x00f2] = 0x018e, [0x00f3] = 0x018f, + [0x00f4] = 0x0190, [0x00f5] = 0x0191, [0x00f6] = 0x0192, [0x00f7] = 0x0193, + [0x00f8] = 0x0194, [0x00f9] = 0x0195, [0x00fa] = 0x0196, [0x00fb] = 0x0197, + [0x00fc] = 0x0198, [0x00fd] = 0x0199, [0x00fe] = 0x019a, [0x00ff] = 0x019b, + [0x0100] = 0x019c, [0x0101] = 0x019d, [0x0102] = 0x019e, [0x0103] = 0x019f, + [0x0104] = 0x01a0, [0x0105] = 0x01a1, [0x0106] = 0x01a2, [0x0107] = 0x01a3, + [0x0108] = 0x01a4, [0x0109] = 0x01a5, [0x010a] = 0x01a6, [0x010b] = 0x01a7, + [0x010c] = 0x01a8, [0x010d] = 0x01a9, [0x010e] = 0x01aa, [0x010f] = 0x01ab, + [0x0110] = 0x01ac, [0x0111] = 0x01ad, [0x0112] = 0x01ae, [0x0113] = 0x01af, + [0x0114] = 0x01b0, [0x0115] = 0x01b1, [0x0116] = 0x01b2, [0x0117] = 0x01b3, + [0x0118] = 0x01b4, [0x0119] = 0x01b5, [0x011a] = 0x01b6, [0x011b] = 0x01b7, + [0x011c] = 0x01b8, [0x011d] = 0x01b9, [0x011e] = 0x01ba, [0x011f] = 0x01bb, + [0x0120] = 0x01bc, [0x0121] = 0x01bd, [0x0122] = 0x01be, [0x0123] = 0x01bf, + [0x0124] = 0x01c0, [0x0125] = 0x01c1, [0x0126] = 0x01c2, [0x0127] = 0x01c3, + [0x0128] = 0x01c4, [0x0129] = 0x01c5, [0x012a] = 0x01c6, [0x012b] = 0x01c7, + [0x012c] = 0x01c8, [0x012d] = 0x01c9, [0x012e] = 0x01ca, [0x012f] = 0x01cb, + [0x0130] = 0x01cc, [0x0131] = 0x01cd, [0x0132] = 0x01cf, [0x0133] = 0x01d1, + [0x0134] = 0x01d3, [0x0135] = 0x01d5, [0x0136] = 0x01d7, [0x0137] = 0x01d9, + [0x0138] = 0x01db, [0x0139] = 0x01dd, [0x013a] = 0x01de, [0x013b] = 0x01df, + [0x013c] = 0x01e0, [0x013d] = 0x01e1, [0x013e] = 0x01e2, [0x013f] = 0x01e3, + [0x0140] = 0x01e4, [0x0141] = 0x01e5, [0x0142] = 0x01e6, [0x0143] = 0x01e7, + [0x0144] = 0x01e8, [0x0145] = 0x01e9, [0x0146] = 0x01ea, [0x0147] = 0x01eb, + [0x0148] = 0x01ec, [0x0149] = 0x01ed, [0x014a] = 0x01ee, [0x014b] = 0x01ef, + [0x014c] = 0x01f0, [0x014d] = 0x01f1, [0x014e] = 0x01f2, [0x014f] = 0x01f3, + [0x0150] = 0x01f4, [0x0151] = 0x01f5, [0x0152] = 0x01f6, [0x0153] = 0x01f7, + [0x0154] = 0x01f8, [0x0155] = 0x01fa, [0x0156] = 0x01fb, [0x0157] = 0x01fc, + [0x0158] = 0x01fd, [0x0159] = 0x01fe, [0x015a] = 0x01ff, [0x015b] = 0x0200, + [0x015c] = 0x0201, [0x015d] = 0x0202, [0x015e] = 0x0203, [0x015f] = 0x0204, + [0x0160] = 0x0205, [0x0161] = 0x0206, [0x0162] = 0x0207, [0x0163] = 0x0208, + [0x0164] = 0x0209, [0x0165] = 0x020a, [0x0166] = 0x020b, [0x0167] = 0x020c, + [0x0168] = 0x020d, [0x0169] = 0x020e, [0x016a] = 0x020f, [0x016b] = 0x0210, + [0x016c] = 0x0211, [0x016d] = 0x0212, [0x016e] = 0x0213, [0x016f] = 0x0214, + [0x0170] = 0x0215, [0x0171] = 0x0216, [0x0172] = 0x0217, [0x0173] = 0x0218, + [0x0174] = 0x0219, [0x0175] = 0x021a, [0x0176] = 0x021b, [0x0177] = 0x021c, + [0x0178] = 0x021d, [0x0179] = 0x021e, [0x017a] = 0x021f, [0x017b] = 0x0220, + [0x017c] = 0x0221, [0x017d] = 0x0222, [0x017e] = 0x0223, [0x017f] = 0x0224, + [0x0180] = 0x0225, [0x0181] = 0x0226, [0x0182] = 0x0227, [0x0183] = 0x0228, + [0x0184] = 0x0229, [0x0185] = 0x022a, [0x0186] = 0x022b, [0x0187] = 0x022c, + [0x0188] = 0x022d, [0x0189] = 0x022e, [0x018a] = 0x022f, [0x018b] = 0x0230, + [0x018c] = 0x0231, [0x018d] = 0x0232, [0x018e] = 0x0233, [0x018f] = 0x0234, + [0x0190] = 0x0235, [0x0191] = 0x0236, [0x0192] = 0x0237, [0x0193] = 0x0238, + [0x0194] = 0x0239, [0x0195] = 0x023a, [0x0196] = 0x023b, [0x0197] = 0x023c, + [0x0198] = 0x023d, [0x0199] = 0x023e, [0x019a] = 0x023f, [0x019b] = 0x0240, + [0x019c] = 0x0241, [0x019d] = 0x0242, [0x019e] = 0x0243, [0x019f] = 0x0244, + [0x01a0] = 0x0245, [0x01a1] = 0x0246, [0x01a2] = 0x0247, [0x01a3] = 0x0248, + [0x01a4] = 0x0249, [0x01a5] = 0x024a, [0x01a6] = 0x024b, [0x01a7] = 0x024c, + [0x01a8] = 0x024d, [0x01a9] = 0x024e, [0x01aa] = 0x024f, [0x01ab] = 0x0250, + [0x01ac] = 0x0252, [0x01ad] = 0x0253, [0x01ae] = 0x0254, [0x01af] = 0x0255, + [0x01b0] = 0x0256, [0x01b1] = 0x0257, [0x01b2] = 0x0258, [0x01b3] = 0x0259, + [0x01b4] = 0x025a, [0x01b5] = 0x025b, [0x01b6] = 0x025c, [0x01b7] = 0x025d, + [0x01b8] = 0x025e, [0x01b9] = 0x025f, [0x01ba] = 0x0260, [0x01bb] = 0x0262, + [0x01bc] = 0x0263, [0x01bd] = 0x0264, [0x01be] = 0x0265, [0x01bf] = 0x0266, + [0x01c0] = 0x0267, [0x01c1] = 0x0268, [0x01c2] = 0x0269, [0x01c3] = 0x026a, + [0x01c4] = 0x026b, [0x01c5] = 0x026c, [0x01c6] = 0x026d, [0x01c7] = 0x026e, + [0x01c8] = 0x026f, [0x01c9] = 0x0270, [0x01ca] = 0x0271, [0x01cb] = 0x0272, + [0x01cc] = 0x0273, [0x01cd] = 0x0274, [0x01ce] = 0x0275, [0x01cf] = 0x0276, + [0x01d0] = 0x0277, [0x01d1] = 0x0278, [0x01d2] = 0x0279, [0x01d3] = 0x027a, + [0x01d4] = 0x027b, [0x01d5] = 0x027c, [0x01d6] = 0x027d, [0x01d7] = 0x027e, + [0x01d8] = 0x027f, [0x01d9] = 0x0280, [0x01da] = 0x0281, [0x01db] = 0x0282, + [0x01dc] = 0x0283, [0x01dd] = 0x0284, [0x01de] = 0x0285, [0x01df] = 0x0286, + [0x01e0] = 0x0287, [0x01e1] = 0x0288, [0x01e2] = 0x0289, [0x01e3] = 0x028a, + [0x01e4] = 0x028b, [0x01e5] = 0x028c, [0x01e6] = 0x028d, [0x01e7] = 0x028e, + [0x01e8] = 0x028f, [0x01e9] = 0x0290, [0x01ea] = 0x0291, [0x01eb] = 0x0292, + [0x01ec] = 0x0293, [0x01ed] = 0x0294, [0x01ee] = 0x0295, [0x01ef] = 0x0296, + [0x01f0] = 0x0297, [0x01f1] = 0x0298, [0x01f2] = 0x0299, [0x01f3] = 0x029a, + [0x01f4] = 0x029b, [0x01f5] = 0x029c, [0x01f6] = 0x029d, [0x01f7] = 0x029e, + [0x01f8] = 0x029f, [0x01f9] = 0x02a0, [0x01fa] = 0x02a1, [0x01fb] = 0x02a2, + [0x01fc] = 0x02a3, [0x01fd] = 0x02a4, [0x01fe] = 0x02a5, [0x01ff] = 0x02a6, + [0x0200] = 0x02a7, [0x0201] = 0x02a8, [0x0202] = 0x02a9, [0x0203] = 0x02aa, + [0x0204] = 0x02ab, [0x0205] = 0x02ac, [0x0206] = 0x02ad, [0x0207] = 0x02ae, + [0x0208] = 0x02af, [0x0209] = 0x02b0, [0x020a] = 0x02b1, [0x020b] = 0x02b2, + [0x020c] = 0x02b3, [0x020d] = 0x02b4, [0x020e] = 0x02b5, [0x020f] = 0x02b6, + [0x0210] = 0x02b7, [0x0211] = 0x02b8, [0x0212] = 0x02b9, [0x0213] = 0x02ba, + [0x0214] = 0x02bb, [0x0215] = 0x02bc, [0x0216] = 0x02bd, [0x0217] = 0x02be, + [0x0218] = 0x02bf, [0x0219] = 0x02c0, [0x021a] = 0x02c1, [0x021b] = 0x02c2, + [0x021c] = 0x02c3, [0x021d] = 0x02c4, [0x021e] = 0x02c5, [0x021f] = 0x02c6, + [0x0220] = 0x02c8, [0x0221] = 0x02cc, [0x0222] = 0x02cd, [0x0223] = 0x02ce, + [0x0224] = 0x02cf, [0x0225] = 0x02d0, [0x0226] = 0x02d1, [0x0227] = 0x02d2, + [0x0228] = 0x02d3, [0x0229] = 0x02d4, [0x022a] = 0x02d5, [0x022b] = 0x02d6, + [0x022c] = 0x02d7, [0x022d] = 0x02d8, [0x022e] = 0x02da, [0x022f] = 0x02db, + [0x0230] = 0x02dc, [0x0231] = 0x02dd, [0x0232] = 0x02de, [0x0233] = 0x02df, + [0x0234] = 0x02e0, [0x0235] = 0x02e1, [0x0236] = 0x02e2, [0x0237] = 0x02e3, + [0x0238] = 0x02e4, [0x0239] = 0x02e5, [0x023a] = 0x02e6, [0x023b] = 0x02e7, + [0x023c] = 0x02e8, [0x023d] = 0x02e9, [0x023e] = 0x02ea, [0x023f] = 0x02eb, + [0x0240] = 0x02ec, [0x0241] = 0x02ed, [0x0242] = 0x02ee, [0x0243] = 0x02ef, + [0x0244] = 0x02f0, [0x0245] = 0x02f1, [0x0246] = 0x02f2, [0x0247] = 0x02f3, + [0x0248] = 0x02f4, [0x0249] = 0x02f5, [0x024a] = 0x02f6, [0x024b] = 0x02f7, + [0x024c] = 0x02f8, [0x024d] = 0x02f9, [0x024e] = 0x02fa, [0x024f] = 0x02fb, + [0x0250] = 0x02fc, [0x0251] = 0x02fd, [0x0252] = 0x02fe, [0x0253] = 0x02ff, + [0x0254] = 0x0300, [0x0255] = 0x0301, [0x0256] = 0x0302, [0x0257] = 0x0303, + [0x0258] = 0x0304, [0x0259] = 0x0305, [0x025a] = 0x0306, [0x025b] = 0x0307, + [0x025c] = 0x0308, [0x025d] = 0x0309, [0x025e] = 0x030a, [0x025f] = 0x030b, + [0x0260] = 0x030c, [0x0261] = 0x030d, [0x0262] = 0x030e, [0x0263] = 0x030f, + [0x0264] = 0x0310, [0x0265] = 0x0311, [0x0266] = 0x0312, [0x0267] = 0x0313, + [0x0268] = 0x0314, [0x0269] = 0x0315, [0x026a] = 0x0316, [0x026b] = 0x0317, + [0x026c] = 0x0318, [0x026d] = 0x0319, [0x026e] = 0x031a, [0x026f] = 0x031b, + [0x0270] = 0x031c, [0x0271] = 0x031d, [0x0272] = 0x031e, [0x0273] = 0x031f, + [0x0274] = 0x0320, [0x0275] = 0x0321, [0x0276] = 0x0322, [0x0277] = 0x0323, + [0x0278] = 0x0324, [0x0279] = 0x0325, [0x027a] = 0x0326, [0x027b] = 0x0327, + [0x027c] = 0x0328, [0x027d] = 0x0329, [0x027e] = 0x032a, [0x027f] = 0x032b, + [0x0280] = 0x032c, [0x0281] = 0x032d, [0x0282] = 0x032e, [0x0283] = 0x032f, + [0x0284] = 0x0330, [0x0285] = 0x0331, [0x0286] = 0x0332, [0x0287] = 0x0333, + [0x0288] = 0x0334, [0x0289] = 0x0335, [0x028a] = 0x0336, [0x028b] = 0x0337, + [0x028c] = 0x0338, [0x028d] = 0x0339, [0x028e] = 0x033a, [0x028f] = 0x033b, + [0x0290] = 0x033c, [0x0291] = 0x033d, [0x0292] = 0x033e, [0x0293] = 0x033f, + [0x0294] = 0x0340, [0x0295] = 0x0341, [0x0296] = 0x0342, [0x0297] = 0x0343, + [0x0298] = 0x0344, [0x0299] = 0x0345, [0x029a] = 0x0346, [0x029b] = 0x0347, + [0x029c] = 0x0348, [0x029d] = 0x0349, [0x029e] = 0x034a, [0x029f] = 0x034b, + [0x02a0] = 0x034c, [0x02a1] = 0x034d, [0x02a2] = 0x034e, [0x02a3] = 0x034f, + [0x02a4] = 0x0350, [0x02a5] = 0x0351, [0x02a6] = 0x0352, [0x02a7] = 0x0353, + [0x02a8] = 0x0354, [0x02a9] = 0x0355, [0x02aa] = 0x0356, [0x02ab] = 0x0357, + [0x02ac] = 0x0358, [0x02ad] = 0x0359, [0x02ae] = 0x035a, [0x02af] = 0x035b, + [0x02b0] = 0x035c, [0x02b1] = 0x035d, [0x02b2] = 0x035e, [0x02b3] = 0x035f, + [0x02b4] = 0x0360, [0x02b5] = 0x0361, [0x02b6] = 0x0362, [0x02b7] = 0x0363, + [0x02b8] = 0x0364, [0x02b9] = 0x0365, [0x02ba] = 0x0366, [0x02bb] = 0x0367, + [0x02bc] = 0x0368, [0x02bd] = 0x0369, [0x02be] = 0x036a, [0x02bf] = 0x036b, + [0x02c0] = 0x036c, [0x02c1] = 0x036d, [0x02c2] = 0x036e, [0x02c3] = 0x036f, + [0x02c4] = 0x0370, [0x02c5] = 0x0371, [0x02c6] = 0x0372, [0x02c7] = 0x0373, + [0x02c8] = 0x0374, [0x02c9] = 0x0375, [0x02ca] = 0x0376, [0x02cb] = 0x0377, + [0x02cc] = 0x0378, [0x02cd] = 0x0379, [0x02ce] = 0x037a, [0x02cf] = 0x037b, + [0x02d0] = 0x037c, [0x02d1] = 0x037d, [0x02d2] = 0x037e, [0x02d3] = 0x037f, + [0x02d4] = 0x0380, [0x02d5] = 0x0381, [0x02d6] = 0x0382, [0x02d7] = 0x0383, + [0x02d8] = 0x0384, [0x02d9] = 0x0385, [0x02da] = 0x0386, [0x02db] = 0x0387, + [0x02dc] = 0x0388, [0x02dd] = 0x0389, [0x02de] = 0x038a, [0x02df] = 0x038b, + [0x02e0] = 0x038c, [0x02e1] = 0x038d, [0x02e2] = 0x038e, [0x02e3] = 0x038f, + [0x02e4] = 0x0390, [0x02e5] = 0x03a2, [0x02e6] = 0x03aa, [0x02e7] = 0x03ab, + [0x02e8] = 0x03ac, [0x02e9] = 0x03ad, [0x02ea] = 0x03ae, [0x02eb] = 0x03af, + [0x02ec] = 0x03b0, [0x02ed] = 0x03c2, [0x02ee] = 0x03ca, [0x02ef] = 0x03cb, + [0x02f0] = 0x03cc, [0x02f1] = 0x03cd, [0x02f2] = 0x03ce, [0x02f3] = 0x03cf, + [0x02f4] = 0x03d0, [0x02f5] = 0x03d1, [0x02f6] = 0x03d2, [0x02f7] = 0x03d3, + [0x02f8] = 0x03d4, [0x02f9] = 0x03d5, [0x02fa] = 0x03d6, [0x02fb] = 0x03d7, + [0x02fc] = 0x03d8, [0x02fd] = 0x03d9, [0x02fe] = 0x03da, [0x02ff] = 0x03db, + [0x0300] = 0x03dc, [0x0301] = 0x03dd, [0x0302] = 0x03de, [0x0303] = 0x03df, + [0x0304] = 0x03e0, [0x0305] = 0x03e1, [0x0306] = 0x03e2, [0x0307] = 0x03e3, + [0x0308] = 0x03e4, [0x0309] = 0x03e5, [0x030a] = 0x03e6, [0x030b] = 0x03e7, + [0x030c] = 0x03e8, [0x030d] = 0x03e9, [0x030e] = 0x03ea, [0x030f] = 0x03eb, + [0x0310] = 0x03ec, [0x0311] = 0x03ed, [0x0312] = 0x03ee, [0x0313] = 0x03ef, + [0x0314] = 0x03f0, [0x0315] = 0x03f1, [0x0316] = 0x03f2, [0x0317] = 0x03f3, + [0x0318] = 0x03f4, [0x0319] = 0x03f5, [0x031a] = 0x03f6, [0x031b] = 0x03f7, + [0x031c] = 0x03f8, [0x031d] = 0x03f9, [0x031e] = 0x03fa, [0x031f] = 0x03fb, + [0x0320] = 0x03fc, [0x0321] = 0x03fd, [0x0322] = 0x03fe, [0x0323] = 0x03ff, + [0x0324] = 0x0400, [0x0325] = 0x0402, [0x0326] = 0x0403, [0x0327] = 0x0404, + [0x0328] = 0x0405, [0x0329] = 0x0406, [0x032a] = 0x0407, [0x032b] = 0x0408, + [0x032c] = 0x0409, [0x032d] = 0x040a, [0x032e] = 0x040b, [0x032f] = 0x040c, + [0x0330] = 0x040d, [0x0331] = 0x040e, [0x0332] = 0x040f, [0x0333] = 0x0450, + /* skip from 0x0334 to 0x1ef1, totally 7102 entries */ + [0x0334] = 0x2011, [0x0335] = 0x2012, [0x0336] = 0x2017, [0x0337] = 0x201a, + [0x0338] = 0x201b, [0x0339] = 0x201e, [0x033a] = 0x201f, [0x033b] = 0x2020, + [0x033c] = 0x2021, [0x033d] = 0x2022, [0x033e] = 0x2023, [0x033f] = 0x2024, + [0x0340] = 0x2027, [0x0341] = 0x2028, [0x0342] = 0x2029, [0x0343] = 0x202a, + [0x0344] = 0x202b, [0x0345] = 0x202c, [0x0346] = 0x202d, [0x0347] = 0x202e, + [0x0348] = 0x202f, [0x0349] = 0x2031, [0x034a] = 0x2034, [0x034b] = 0x2036, + [0x034c] = 0x2037, [0x034d] = 0x2038, [0x034e] = 0x2039, [0x034f] = 0x203a, + [0x0350] = 0x203c, [0x0351] = 0x203d, [0x0352] = 0x203e, [0x0353] = 0x203f, + [0x0354] = 0x2040, [0x0355] = 0x2041, [0x0356] = 0x2042, [0x0357] = 0x2043, + [0x0358] = 0x2044, [0x0359] = 0x2045, [0x035a] = 0x2046, [0x035b] = 0x2047, + [0x035c] = 0x2048, [0x035d] = 0x2049, [0x035e] = 0x204a, [0x035f] = 0x204b, + [0x0360] = 0x204c, [0x0361] = 0x204d, [0x0362] = 0x204e, [0x0363] = 0x204f, + [0x0364] = 0x2050, [0x0365] = 0x2051, [0x0366] = 0x2052, [0x0367] = 0x2053, + [0x0368] = 0x2054, [0x0369] = 0x2055, [0x036a] = 0x2056, [0x036b] = 0x2057, + [0x036c] = 0x2058, [0x036d] = 0x2059, [0x036e] = 0x205a, [0x036f] = 0x205b, + [0x0370] = 0x205c, [0x0371] = 0x205d, [0x0372] = 0x205e, [0x0373] = 0x205f, + [0x0374] = 0x2060, [0x0375] = 0x2061, [0x0376] = 0x2062, [0x0377] = 0x2063, + [0x0378] = 0x2064, [0x0379] = 0x2065, [0x037a] = 0x2066, [0x037b] = 0x2067, + [0x037c] = 0x2068, [0x037d] = 0x2069, [0x037e] = 0x206a, [0x037f] = 0x206b, + [0x0380] = 0x206c, [0x0381] = 0x206d, [0x0382] = 0x206e, [0x0383] = 0x206f, + [0x0384] = 0x2070, [0x0385] = 0x2071, [0x0386] = 0x2072, [0x0387] = 0x2073, + [0x0388] = 0x2074, [0x0389] = 0x2075, [0x038a] = 0x2076, [0x038b] = 0x2077, + [0x038c] = 0x2078, [0x038d] = 0x2079, [0x038e] = 0x207a, [0x038f] = 0x207b, + [0x0390] = 0x207c, [0x0391] = 0x207d, [0x0392] = 0x207e, [0x0393] = 0x207f, + [0x0394] = 0x2080, [0x0395] = 0x2081, [0x0396] = 0x2082, [0x0397] = 0x2083, + [0x0398] = 0x2084, [0x0399] = 0x2085, [0x039a] = 0x2086, [0x039b] = 0x2087, + [0x039c] = 0x2088, [0x039d] = 0x2089, [0x039e] = 0x208a, [0x039f] = 0x208b, + [0x03a0] = 0x208c, [0x03a1] = 0x208d, [0x03a2] = 0x208e, [0x03a3] = 0x208f, + [0x03a4] = 0x2090, [0x03a5] = 0x2091, [0x03a6] = 0x2092, [0x03a7] = 0x2093, + [0x03a8] = 0x2094, [0x03a9] = 0x2095, [0x03aa] = 0x2096, [0x03ab] = 0x2097, + [0x03ac] = 0x2098, [0x03ad] = 0x2099, [0x03ae] = 0x209a, [0x03af] = 0x209b, + [0x03b0] = 0x209c, [0x03b1] = 0x209d, [0x03b2] = 0x209e, [0x03b3] = 0x209f, + [0x03b4] = 0x20a0, [0x03b5] = 0x20a1, [0x03b6] = 0x20a2, [0x03b7] = 0x20a3, + [0x03b8] = 0x20a4, [0x03b9] = 0x20a5, [0x03ba] = 0x20a6, [0x03bb] = 0x20a7, + [0x03bc] = 0x20a8, [0x03bd] = 0x20a9, [0x03be] = 0x20aa, [0x03bf] = 0x20ab, + [0x03c0] = 0x20ad, [0x03c1] = 0x20ae, [0x03c2] = 0x20af, [0x03c3] = 0x20b0, + [0x03c4] = 0x20b1, [0x03c5] = 0x20b2, [0x03c6] = 0x20b3, [0x03c7] = 0x20b4, + [0x03c8] = 0x20b5, [0x03c9] = 0x20b6, [0x03ca] = 0x20b7, [0x03cb] = 0x20b8, + [0x03cc] = 0x20b9, [0x03cd] = 0x20ba, [0x03ce] = 0x20bb, [0x03cf] = 0x20bc, + [0x03d0] = 0x20bd, [0x03d1] = 0x20be, [0x03d2] = 0x20bf, [0x03d3] = 0x20c0, + [0x03d4] = 0x20c1, [0x03d5] = 0x20c2, [0x03d6] = 0x20c3, [0x03d7] = 0x20c4, + [0x03d8] = 0x20c5, [0x03d9] = 0x20c6, [0x03da] = 0x20c7, [0x03db] = 0x20c8, + [0x03dc] = 0x20c9, [0x03dd] = 0x20ca, [0x03de] = 0x20cb, [0x03df] = 0x20cc, + [0x03e0] = 0x20cd, [0x03e1] = 0x20ce, [0x03e2] = 0x20cf, [0x03e3] = 0x20d0, + [0x03e4] = 0x20d1, [0x03e5] = 0x20d2, [0x03e6] = 0x20d3, [0x03e7] = 0x20d4, + [0x03e8] = 0x20d5, [0x03e9] = 0x20d6, [0x03ea] = 0x20d7, [0x03eb] = 0x20d8, + [0x03ec] = 0x20d9, [0x03ed] = 0x20da, [0x03ee] = 0x20db, [0x03ef] = 0x20dc, + [0x03f0] = 0x20dd, [0x03f1] = 0x20de, [0x03f2] = 0x20df, [0x03f3] = 0x20e0, + [0x03f4] = 0x20e1, [0x03f5] = 0x20e2, [0x03f6] = 0x20e3, [0x03f7] = 0x20e4, + [0x03f8] = 0x20e5, [0x03f9] = 0x20e6, [0x03fa] = 0x20e7, [0x03fb] = 0x20e8, + [0x03fc] = 0x20e9, [0x03fd] = 0x20ea, [0x03fe] = 0x20eb, [0x03ff] = 0x20ec, + [0x0400] = 0x20ed, [0x0401] = 0x20ee, [0x0402] = 0x20ef, [0x0403] = 0x20f0, + [0x0404] = 0x20f1, [0x0405] = 0x20f2, [0x0406] = 0x20f3, [0x0407] = 0x20f4, + [0x0408] = 0x20f5, [0x0409] = 0x20f6, [0x040a] = 0x20f7, [0x040b] = 0x20f8, + [0x040c] = 0x20f9, [0x040d] = 0x20fa, [0x040e] = 0x20fb, [0x040f] = 0x20fc, + [0x0410] = 0x20fd, [0x0411] = 0x20fe, [0x0412] = 0x20ff, [0x0413] = 0x2100, + [0x0414] = 0x2101, [0x0415] = 0x2102, [0x0416] = 0x2104, [0x0417] = 0x2106, + [0x0418] = 0x2107, [0x0419] = 0x2108, [0x041a] = 0x210a, [0x041b] = 0x210b, + [0x041c] = 0x210c, [0x041d] = 0x210d, [0x041e] = 0x210e, [0x041f] = 0x210f, + [0x0420] = 0x2110, [0x0421] = 0x2111, [0x0422] = 0x2112, [0x0423] = 0x2113, + [0x0424] = 0x2114, [0x0425] = 0x2115, [0x0426] = 0x2117, [0x0427] = 0x2118, + [0x0428] = 0x2119, [0x0429] = 0x211a, [0x042a] = 0x211b, [0x042b] = 0x211c, + [0x042c] = 0x211d, [0x042d] = 0x211e, [0x042e] = 0x211f, [0x042f] = 0x2120, + [0x0430] = 0x2122, [0x0431] = 0x2123, [0x0432] = 0x2124, [0x0433] = 0x2125, + [0x0434] = 0x2126, [0x0435] = 0x2127, [0x0436] = 0x2128, [0x0437] = 0x2129, + [0x0438] = 0x212a, [0x0439] = 0x212b, [0x043a] = 0x212c, [0x043b] = 0x212d, + [0x043c] = 0x212e, [0x043d] = 0x212f, [0x043e] = 0x2130, [0x043f] = 0x2131, + [0x0440] = 0x2132, [0x0441] = 0x2133, [0x0442] = 0x2134, [0x0443] = 0x2135, + [0x0444] = 0x2136, [0x0445] = 0x2137, [0x0446] = 0x2138, [0x0447] = 0x2139, + [0x0448] = 0x213a, [0x0449] = 0x213b, [0x044a] = 0x213c, [0x044b] = 0x213d, + [0x044c] = 0x213e, [0x044d] = 0x213f, [0x044e] = 0x2140, [0x044f] = 0x2141, + [0x0450] = 0x2142, [0x0451] = 0x2143, [0x0452] = 0x2144, [0x0453] = 0x2145, + [0x0454] = 0x2146, [0x0455] = 0x2147, [0x0456] = 0x2148, [0x0457] = 0x2149, + [0x0458] = 0x214a, [0x0459] = 0x214b, [0x045a] = 0x214c, [0x045b] = 0x214d, + [0x045c] = 0x214e, [0x045d] = 0x214f, [0x045e] = 0x2150, [0x045f] = 0x2151, + [0x0460] = 0x2152, [0x0461] = 0x2153, [0x0462] = 0x2154, [0x0463] = 0x2155, + [0x0464] = 0x2156, [0x0465] = 0x2157, [0x0466] = 0x2158, [0x0467] = 0x2159, + [0x0468] = 0x215a, [0x0469] = 0x215b, [0x046a] = 0x215c, [0x046b] = 0x215d, + [0x046c] = 0x215e, [0x046d] = 0x215f, [0x046e] = 0x216c, [0x046f] = 0x216d, + [0x0470] = 0x216e, [0x0471] = 0x216f, [0x0472] = 0x217a, [0x0473] = 0x217b, + [0x0474] = 0x217c, [0x0475] = 0x217d, [0x0476] = 0x217e, [0x0477] = 0x217f, + [0x0478] = 0x2180, [0x0479] = 0x2181, [0x047a] = 0x2182, [0x047b] = 0x2183, + [0x047c] = 0x2184, [0x047d] = 0x2185, [0x047e] = 0x2186, [0x047f] = 0x2187, + [0x0480] = 0x2188, [0x0481] = 0x2189, [0x0482] = 0x218a, [0x0483] = 0x218b, + [0x0484] = 0x218c, [0x0485] = 0x218d, [0x0486] = 0x218e, [0x0487] = 0x218f, + [0x0488] = 0x2194, [0x0489] = 0x2195, [0x048a] = 0x219a, [0x048b] = 0x219b, + [0x048c] = 0x219c, [0x048d] = 0x219d, [0x048e] = 0x219e, [0x048f] = 0x219f, + [0x0490] = 0x21a0, [0x0491] = 0x21a1, [0x0492] = 0x21a2, [0x0493] = 0x21a3, + [0x0494] = 0x21a4, [0x0495] = 0x21a5, [0x0496] = 0x21a6, [0x0497] = 0x21a7, + [0x0498] = 0x21a8, [0x0499] = 0x21a9, [0x049a] = 0x21aa, [0x049b] = 0x21ab, + [0x049c] = 0x21ac, [0x049d] = 0x21ad, [0x049e] = 0x21ae, [0x049f] = 0x21af, + [0x04a0] = 0x21b0, [0x04a1] = 0x21b1, [0x04a2] = 0x21b2, [0x04a3] = 0x21b3, + [0x04a4] = 0x21b4, [0x04a5] = 0x21b5, [0x04a6] = 0x21b6, [0x04a7] = 0x21b7, + [0x04a8] = 0x21b8, [0x04a9] = 0x21b9, [0x04aa] = 0x21ba, [0x04ab] = 0x21bb, + [0x04ac] = 0x21bc, [0x04ad] = 0x21bd, [0x04ae] = 0x21be, [0x04af] = 0x21bf, + [0x04b0] = 0x21c0, [0x04b1] = 0x21c1, [0x04b2] = 0x21c2, [0x04b3] = 0x21c3, + [0x04b4] = 0x21c4, [0x04b5] = 0x21c5, [0x04b6] = 0x21c6, [0x04b7] = 0x21c7, + [0x04b8] = 0x21c8, [0x04b9] = 0x21c9, [0x04ba] = 0x21ca, [0x04bb] = 0x21cb, + [0x04bc] = 0x21cc, [0x04bd] = 0x21cd, [0x04be] = 0x21ce, [0x04bf] = 0x21cf, + [0x04c0] = 0x21d0, [0x04c1] = 0x21d1, [0x04c2] = 0x21d2, [0x04c3] = 0x21d3, + [0x04c4] = 0x21d4, [0x04c5] = 0x21d5, [0x04c6] = 0x21d6, [0x04c7] = 0x21d7, + [0x04c8] = 0x21d8, [0x04c9] = 0x21d9, [0x04ca] = 0x21da, [0x04cb] = 0x21db, + [0x04cc] = 0x21dc, [0x04cd] = 0x21dd, [0x04ce] = 0x21de, [0x04cf] = 0x21df, + [0x04d0] = 0x21e0, [0x04d1] = 0x21e1, [0x04d2] = 0x21e2, [0x04d3] = 0x21e3, + [0x04d4] = 0x21e4, [0x04d5] = 0x21e5, [0x04d6] = 0x21e6, [0x04d7] = 0x21e7, + [0x04d8] = 0x21e8, [0x04d9] = 0x21e9, [0x04da] = 0x21ea, [0x04db] = 0x21eb, + [0x04dc] = 0x21ec, [0x04dd] = 0x21ed, [0x04de] = 0x21ee, [0x04df] = 0x21ef, + [0x04e0] = 0x21f0, [0x04e1] = 0x21f1, [0x04e2] = 0x21f2, [0x04e3] = 0x21f3, + [0x04e4] = 0x21f4, [0x04e5] = 0x21f5, [0x04e6] = 0x21f6, [0x04e7] = 0x21f7, + [0x04e8] = 0x21f8, [0x04e9] = 0x21f9, [0x04ea] = 0x21fa, [0x04eb] = 0x21fb, + [0x04ec] = 0x21fc, [0x04ed] = 0x21fd, [0x04ee] = 0x21fe, [0x04ef] = 0x21ff, + [0x04f0] = 0x2200, [0x04f1] = 0x2201, [0x04f2] = 0x2202, [0x04f3] = 0x2203, + [0x04f4] = 0x2204, [0x04f5] = 0x2205, [0x04f6] = 0x2206, [0x04f7] = 0x2207, + [0x04f8] = 0x2209, [0x04f9] = 0x220a, [0x04fa] = 0x220b, [0x04fb] = 0x220c, + [0x04fc] = 0x220d, [0x04fd] = 0x220e, [0x04fe] = 0x2210, [0x04ff] = 0x2212, + [0x0500] = 0x2213, [0x0501] = 0x2214, [0x0502] = 0x2216, [0x0503] = 0x2217, + [0x0504] = 0x2218, [0x0505] = 0x2219, [0x0506] = 0x221b, [0x0507] = 0x221c, + [0x0508] = 0x2221, [0x0509] = 0x2222, [0x050a] = 0x2224, [0x050b] = 0x2226, + [0x050c] = 0x222c, [0x050d] = 0x222d, [0x050e] = 0x222f, [0x050f] = 0x2230, + [0x0510] = 0x2231, [0x0511] = 0x2232, [0x0512] = 0x2233, [0x0513] = 0x2238, + [0x0514] = 0x2239, [0x0515] = 0x223a, [0x0516] = 0x223b, [0x0517] = 0x223c, + [0x0518] = 0x223e, [0x0519] = 0x223f, [0x051a] = 0x2240, [0x051b] = 0x2241, + [0x051c] = 0x2242, [0x051d] = 0x2243, [0x051e] = 0x2244, [0x051f] = 0x2245, + [0x0520] = 0x2246, [0x0521] = 0x2247, [0x0522] = 0x2249, [0x0523] = 0x224a, + [0x0524] = 0x224b, [0x0525] = 0x224d, [0x0526] = 0x224e, [0x0527] = 0x224f, + [0x0528] = 0x2250, [0x0529] = 0x2251, [0x052a] = 0x2253, [0x052b] = 0x2254, + [0x052c] = 0x2255, [0x052d] = 0x2256, [0x052e] = 0x2257, [0x052f] = 0x2258, + [0x0530] = 0x2259, [0x0531] = 0x225a, [0x0532] = 0x225b, [0x0533] = 0x225c, + [0x0534] = 0x225d, [0x0535] = 0x225e, [0x0536] = 0x225f, [0x0537] = 0x2262, + [0x0538] = 0x2263, [0x0539] = 0x2268, [0x053a] = 0x2269, [0x053b] = 0x226a, + [0x053c] = 0x226b, [0x053d] = 0x226c, [0x053e] = 0x226d, [0x053f] = 0x2270, + [0x0540] = 0x2271, [0x0541] = 0x2272, [0x0542] = 0x2273, [0x0543] = 0x2274, + [0x0544] = 0x2275, [0x0545] = 0x2276, [0x0546] = 0x2277, [0x0547] = 0x2278, + [0x0548] = 0x2279, [0x0549] = 0x227a, [0x054a] = 0x227b, [0x054b] = 0x227c, + [0x054c] = 0x227d, [0x054d] = 0x227e, [0x054e] = 0x227f, [0x054f] = 0x2280, + [0x0550] = 0x2281, [0x0551] = 0x2282, [0x0552] = 0x2283, [0x0553] = 0x2284, + [0x0554] = 0x2285, [0x0555] = 0x2286, [0x0556] = 0x2287, [0x0557] = 0x2288, + [0x0558] = 0x2289, [0x0559] = 0x228a, [0x055a] = 0x228b, [0x055b] = 0x228c, + [0x055c] = 0x228d, [0x055d] = 0x228e, [0x055e] = 0x228f, [0x055f] = 0x2290, + [0x0560] = 0x2291, [0x0561] = 0x2292, [0x0562] = 0x2293, [0x0563] = 0x2294, + [0x0564] = 0x2296, [0x0565] = 0x2297, [0x0566] = 0x2298, [0x0567] = 0x229a, + [0x0568] = 0x229b, [0x0569] = 0x229c, [0x056a] = 0x229d, [0x056b] = 0x229e, + [0x056c] = 0x229f, [0x056d] = 0x22a0, [0x056e] = 0x22a1, [0x056f] = 0x22a2, + [0x0570] = 0x22a3, [0x0571] = 0x22a4, [0x0572] = 0x22a6, [0x0573] = 0x22a7, + [0x0574] = 0x22a8, [0x0575] = 0x22a9, [0x0576] = 0x22aa, [0x0577] = 0x22ab, + [0x0578] = 0x22ac, [0x0579] = 0x22ad, [0x057a] = 0x22ae, [0x057b] = 0x22af, + [0x057c] = 0x22b0, [0x057d] = 0x22b1, [0x057e] = 0x22b2, [0x057f] = 0x22b3, + [0x0580] = 0x22b4, [0x0581] = 0x22b5, [0x0582] = 0x22b6, [0x0583] = 0x22b7, + [0x0584] = 0x22b8, [0x0585] = 0x22b9, [0x0586] = 0x22ba, [0x0587] = 0x22bb, + [0x0588] = 0x22bc, [0x0589] = 0x22bd, [0x058a] = 0x22be, [0x058b] = 0x22c0, + [0x058c] = 0x22c1, [0x058d] = 0x22c2, [0x058e] = 0x22c3, [0x058f] = 0x22c4, + [0x0590] = 0x22c5, [0x0591] = 0x22c6, [0x0592] = 0x22c7, [0x0593] = 0x22c8, + [0x0594] = 0x22c9, [0x0595] = 0x22ca, [0x0596] = 0x22cb, [0x0597] = 0x22cc, + [0x0598] = 0x22cd, [0x0599] = 0x22ce, [0x059a] = 0x22cf, [0x059b] = 0x22d0, + [0x059c] = 0x22d1, [0x059d] = 0x22d2, [0x059e] = 0x22d3, [0x059f] = 0x22d4, + [0x05a0] = 0x22d5, [0x05a1] = 0x22d6, [0x05a2] = 0x22d7, [0x05a3] = 0x22d8, + [0x05a4] = 0x22d9, [0x05a5] = 0x22da, [0x05a6] = 0x22db, [0x05a7] = 0x22dc, + [0x05a8] = 0x22dd, [0x05a9] = 0x22de, [0x05aa] = 0x22df, [0x05ab] = 0x22e0, + [0x05ac] = 0x22e1, [0x05ad] = 0x22e2, [0x05ae] = 0x22e3, [0x05af] = 0x22e4, + [0x05b0] = 0x22e5, [0x05b1] = 0x22e6, [0x05b2] = 0x22e7, [0x05b3] = 0x22e8, + [0x05b4] = 0x22e9, [0x05b5] = 0x22ea, [0x05b6] = 0x22eb, [0x05b7] = 0x22ec, + [0x05b8] = 0x22ed, [0x05b9] = 0x22ee, [0x05ba] = 0x22ef, [0x05bb] = 0x22f0, + [0x05bc] = 0x22f1, [0x05bd] = 0x22f2, [0x05be] = 0x22f3, [0x05bf] = 0x22f4, + [0x05c0] = 0x22f5, [0x05c1] = 0x22f6, [0x05c2] = 0x22f7, [0x05c3] = 0x22f8, + [0x05c4] = 0x22f9, [0x05c5] = 0x22fa, [0x05c6] = 0x22fb, [0x05c7] = 0x22fc, + [0x05c8] = 0x22fd, [0x05c9] = 0x22fe, [0x05ca] = 0x22ff, [0x05cb] = 0x2300, + [0x05cc] = 0x2301, [0x05cd] = 0x2302, [0x05ce] = 0x2303, [0x05cf] = 0x2304, + [0x05d0] = 0x2305, [0x05d1] = 0x2306, [0x05d2] = 0x2307, [0x05d3] = 0x2308, + [0x05d4] = 0x2309, [0x05d5] = 0x230a, [0x05d6] = 0x230b, [0x05d7] = 0x230c, + [0x05d8] = 0x230d, [0x05d9] = 0x230e, [0x05da] = 0x230f, [0x05db] = 0x2310, + [0x05dc] = 0x2311, [0x05dd] = 0x2313, [0x05de] = 0x2314, [0x05df] = 0x2315, + [0x05e0] = 0x2316, [0x05e1] = 0x2317, [0x05e2] = 0x2318, [0x05e3] = 0x2319, + [0x05e4] = 0x231a, [0x05e5] = 0x231b, [0x05e6] = 0x231c, [0x05e7] = 0x231d, + [0x05e8] = 0x231e, [0x05e9] = 0x231f, [0x05ea] = 0x2320, [0x05eb] = 0x2321, + [0x05ec] = 0x2322, [0x05ed] = 0x2323, [0x05ee] = 0x2324, [0x05ef] = 0x2325, + [0x05f0] = 0x2326, [0x05f1] = 0x2327, [0x05f2] = 0x2328, [0x05f3] = 0x2329, + [0x05f4] = 0x232a, [0x05f5] = 0x232b, [0x05f6] = 0x232c, [0x05f7] = 0x232d, + [0x05f8] = 0x232e, [0x05f9] = 0x232f, [0x05fa] = 0x2330, [0x05fb] = 0x2331, + [0x05fc] = 0x2332, [0x05fd] = 0x2333, [0x05fe] = 0x2334, [0x05ff] = 0x2335, + [0x0600] = 0x2336, [0x0601] = 0x2337, [0x0602] = 0x2338, [0x0603] = 0x2339, + [0x0604] = 0x233a, [0x0605] = 0x233b, [0x0606] = 0x233c, [0x0607] = 0x233d, + [0x0608] = 0x233e, [0x0609] = 0x233f, [0x060a] = 0x2340, [0x060b] = 0x2341, + [0x060c] = 0x2342, [0x060d] = 0x2343, [0x060e] = 0x2344, [0x060f] = 0x2345, + [0x0610] = 0x2346, [0x0611] = 0x2347, [0x0612] = 0x2348, [0x0613] = 0x2349, + [0x0614] = 0x234a, [0x0615] = 0x234b, [0x0616] = 0x234c, [0x0617] = 0x234d, + [0x0618] = 0x234e, [0x0619] = 0x234f, [0x061a] = 0x2350, [0x061b] = 0x2351, + [0x061c] = 0x2352, [0x061d] = 0x2353, [0x061e] = 0x2354, [0x061f] = 0x2355, + [0x0620] = 0x2356, [0x0621] = 0x2357, [0x0622] = 0x2358, [0x0623] = 0x2359, + [0x0624] = 0x235a, [0x0625] = 0x235b, [0x0626] = 0x235c, [0x0627] = 0x235d, + [0x0628] = 0x235e, [0x0629] = 0x235f, [0x062a] = 0x2360, [0x062b] = 0x2361, + [0x062c] = 0x2362, [0x062d] = 0x2363, [0x062e] = 0x2364, [0x062f] = 0x2365, + [0x0630] = 0x2366, [0x0631] = 0x2367, [0x0632] = 0x2368, [0x0633] = 0x2369, + [0x0634] = 0x236a, [0x0635] = 0x236b, [0x0636] = 0x236c, [0x0637] = 0x236d, + [0x0638] = 0x236e, [0x0639] = 0x236f, [0x063a] = 0x2370, [0x063b] = 0x2371, + [0x063c] = 0x2372, [0x063d] = 0x2373, [0x063e] = 0x2374, [0x063f] = 0x2375, + [0x0640] = 0x2376, [0x0641] = 0x2377, [0x0642] = 0x2378, [0x0643] = 0x2379, + [0x0644] = 0x237a, [0x0645] = 0x237b, [0x0646] = 0x237c, [0x0647] = 0x237d, + [0x0648] = 0x237e, [0x0649] = 0x237f, [0x064a] = 0x2380, [0x064b] = 0x2381, + [0x064c] = 0x2382, [0x064d] = 0x2383, [0x064e] = 0x2384, [0x064f] = 0x2385, + [0x0650] = 0x2386, [0x0651] = 0x2387, [0x0652] = 0x2388, [0x0653] = 0x2389, + [0x0654] = 0x238a, [0x0655] = 0x238b, [0x0656] = 0x238c, [0x0657] = 0x238d, + [0x0658] = 0x238e, [0x0659] = 0x238f, [0x065a] = 0x2390, [0x065b] = 0x2391, + [0x065c] = 0x2392, [0x065d] = 0x2393, [0x065e] = 0x2394, [0x065f] = 0x2395, + [0x0660] = 0x2396, [0x0661] = 0x2397, [0x0662] = 0x2398, [0x0663] = 0x2399, + [0x0664] = 0x239a, [0x0665] = 0x239b, [0x0666] = 0x239c, [0x0667] = 0x239d, + [0x0668] = 0x239e, [0x0669] = 0x239f, [0x066a] = 0x23a0, [0x066b] = 0x23a1, + [0x066c] = 0x23a2, [0x066d] = 0x23a3, [0x066e] = 0x23a4, [0x066f] = 0x23a5, + [0x0670] = 0x23a6, [0x0671] = 0x23a7, [0x0672] = 0x23a8, [0x0673] = 0x23a9, + [0x0674] = 0x23aa, [0x0675] = 0x23ab, [0x0676] = 0x23ac, [0x0677] = 0x23ad, + [0x0678] = 0x23ae, [0x0679] = 0x23af, [0x067a] = 0x23b0, [0x067b] = 0x23b1, + [0x067c] = 0x23b2, [0x067d] = 0x23b3, [0x067e] = 0x23b4, [0x067f] = 0x23b5, + [0x0680] = 0x23b6, [0x0681] = 0x23b7, [0x0682] = 0x23b8, [0x0683] = 0x23b9, + [0x0684] = 0x23ba, [0x0685] = 0x23bb, [0x0686] = 0x23bc, [0x0687] = 0x23bd, + [0x0688] = 0x23be, [0x0689] = 0x23bf, [0x068a] = 0x23c0, [0x068b] = 0x23c1, + [0x068c] = 0x23c2, [0x068d] = 0x23c3, [0x068e] = 0x23c4, [0x068f] = 0x23c5, + [0x0690] = 0x23c6, [0x0691] = 0x23c7, [0x0692] = 0x23c8, [0x0693] = 0x23c9, + [0x0694] = 0x23ca, [0x0695] = 0x23cb, [0x0696] = 0x23cc, [0x0697] = 0x23cd, + [0x0698] = 0x23ce, [0x0699] = 0x23cf, [0x069a] = 0x23d0, [0x069b] = 0x23d1, + [0x069c] = 0x23d2, [0x069d] = 0x23d3, [0x069e] = 0x23d4, [0x069f] = 0x23d5, + [0x06a0] = 0x23d6, [0x06a1] = 0x23d7, [0x06a2] = 0x23d8, [0x06a3] = 0x23d9, + [0x06a4] = 0x23da, [0x06a5] = 0x23db, [0x06a6] = 0x23dc, [0x06a7] = 0x23dd, + [0x06a8] = 0x23de, [0x06a9] = 0x23df, [0x06aa] = 0x23e0, [0x06ab] = 0x23e1, + [0x06ac] = 0x23e2, [0x06ad] = 0x23e3, [0x06ae] = 0x23e4, [0x06af] = 0x23e5, + [0x06b0] = 0x23e6, [0x06b1] = 0x23e7, [0x06b2] = 0x23e8, [0x06b3] = 0x23e9, + [0x06b4] = 0x23ea, [0x06b5] = 0x23eb, [0x06b6] = 0x23ec, [0x06b7] = 0x23ed, + [0x06b8] = 0x23ee, [0x06b9] = 0x23ef, [0x06ba] = 0x23f0, [0x06bb] = 0x23f1, + [0x06bc] = 0x23f2, [0x06bd] = 0x23f3, [0x06be] = 0x23f4, [0x06bf] = 0x23f5, + [0x06c0] = 0x23f6, [0x06c1] = 0x23f7, [0x06c2] = 0x23f8, [0x06c3] = 0x23f9, + [0x06c4] = 0x23fa, [0x06c5] = 0x23fb, [0x06c6] = 0x23fc, [0x06c7] = 0x23fd, + [0x06c8] = 0x23fe, [0x06c9] = 0x23ff, [0x06ca] = 0x2400, [0x06cb] = 0x2401, + [0x06cc] = 0x2402, [0x06cd] = 0x2403, [0x06ce] = 0x2404, [0x06cf] = 0x2405, + [0x06d0] = 0x2406, [0x06d1] = 0x2407, [0x06d2] = 0x2408, [0x06d3] = 0x2409, + [0x06d4] = 0x240a, [0x06d5] = 0x240b, [0x06d6] = 0x240c, [0x06d7] = 0x240d, + [0x06d8] = 0x240e, [0x06d9] = 0x240f, [0x06da] = 0x2410, [0x06db] = 0x2411, + [0x06dc] = 0x2412, [0x06dd] = 0x2413, [0x06de] = 0x2414, [0x06df] = 0x2415, + [0x06e0] = 0x2416, [0x06e1] = 0x2417, [0x06e2] = 0x2418, [0x06e3] = 0x2419, + [0x06e4] = 0x241a, [0x06e5] = 0x241b, [0x06e6] = 0x241c, [0x06e7] = 0x241d, + [0x06e8] = 0x241e, [0x06e9] = 0x241f, [0x06ea] = 0x2420, [0x06eb] = 0x2421, + [0x06ec] = 0x2422, [0x06ed] = 0x2423, [0x06ee] = 0x2424, [0x06ef] = 0x2425, + [0x06f0] = 0x2426, [0x06f1] = 0x2427, [0x06f2] = 0x2428, [0x06f3] = 0x2429, + [0x06f4] = 0x242a, [0x06f5] = 0x242b, [0x06f6] = 0x242c, [0x06f7] = 0x242d, + [0x06f8] = 0x242e, [0x06f9] = 0x242f, [0x06fa] = 0x2430, [0x06fb] = 0x2431, + [0x06fc] = 0x2432, [0x06fd] = 0x2433, [0x06fe] = 0x2434, [0x06ff] = 0x2435, + [0x0700] = 0x2436, [0x0701] = 0x2437, [0x0702] = 0x2438, [0x0703] = 0x2439, + [0x0704] = 0x243a, [0x0705] = 0x243b, [0x0706] = 0x243c, [0x0707] = 0x243d, + [0x0708] = 0x243e, [0x0709] = 0x243f, [0x070a] = 0x2440, [0x070b] = 0x2441, + [0x070c] = 0x2442, [0x070d] = 0x2443, [0x070e] = 0x2444, [0x070f] = 0x2445, + [0x0710] = 0x2446, [0x0711] = 0x2447, [0x0712] = 0x2448, [0x0713] = 0x2449, + [0x0714] = 0x244a, [0x0715] = 0x244b, [0x0716] = 0x244c, [0x0717] = 0x244d, + [0x0718] = 0x244e, [0x0719] = 0x244f, [0x071a] = 0x2450, [0x071b] = 0x2451, + [0x071c] = 0x2452, [0x071d] = 0x2453, [0x071e] = 0x2454, [0x071f] = 0x2455, + [0x0720] = 0x2456, [0x0721] = 0x2457, [0x0722] = 0x2458, [0x0723] = 0x2459, + [0x0724] = 0x245a, [0x0725] = 0x245b, [0x0726] = 0x245c, [0x0727] = 0x245d, + [0x0728] = 0x245e, [0x0729] = 0x245f, [0x072a] = 0x246a, [0x072b] = 0x246b, + [0x072c] = 0x246c, [0x072d] = 0x246d, [0x072e] = 0x246e, [0x072f] = 0x246f, + [0x0730] = 0x2470, [0x0731] = 0x2471, [0x0732] = 0x2472, [0x0733] = 0x2473, + [0x0734] = 0x249c, [0x0735] = 0x249d, [0x0736] = 0x249e, [0x0737] = 0x249f, + [0x0738] = 0x24a0, [0x0739] = 0x24a1, [0x073a] = 0x24a2, [0x073b] = 0x24a3, + [0x073c] = 0x24a4, [0x073d] = 0x24a5, [0x073e] = 0x24a6, [0x073f] = 0x24a7, + [0x0740] = 0x24a8, [0x0741] = 0x24a9, [0x0742] = 0x24aa, [0x0743] = 0x24ab, + [0x0744] = 0x24ac, [0x0745] = 0x24ad, [0x0746] = 0x24ae, [0x0747] = 0x24af, + [0x0748] = 0x24b0, [0x0749] = 0x24b1, [0x074a] = 0x24b2, [0x074b] = 0x24b3, + [0x074c] = 0x24b4, [0x074d] = 0x24b5, [0x074e] = 0x24b6, [0x074f] = 0x24b7, + [0x0750] = 0x24b8, [0x0751] = 0x24b9, [0x0752] = 0x24ba, [0x0753] = 0x24bb, + [0x0754] = 0x24bc, [0x0755] = 0x24bd, [0x0756] = 0x24be, [0x0757] = 0x24bf, + [0x0758] = 0x24c0, [0x0759] = 0x24c1, [0x075a] = 0x24c2, [0x075b] = 0x24c3, + [0x075c] = 0x24c4, [0x075d] = 0x24c5, [0x075e] = 0x24c6, [0x075f] = 0x24c7, + [0x0760] = 0x24c8, [0x0761] = 0x24c9, [0x0762] = 0x24ca, [0x0763] = 0x24cb, + [0x0764] = 0x24cc, [0x0765] = 0x24cd, [0x0766] = 0x24ce, [0x0767] = 0x24cf, + [0x0768] = 0x24d0, [0x0769] = 0x24d1, [0x076a] = 0x24d2, [0x076b] = 0x24d3, + [0x076c] = 0x24d4, [0x076d] = 0x24d5, [0x076e] = 0x24d6, [0x076f] = 0x24d7, + [0x0770] = 0x24d8, [0x0771] = 0x24d9, [0x0772] = 0x24da, [0x0773] = 0x24db, + [0x0774] = 0x24dc, [0x0775] = 0x24dd, [0x0776] = 0x24de, [0x0777] = 0x24df, + [0x0778] = 0x24e0, [0x0779] = 0x24e1, [0x077a] = 0x24e2, [0x077b] = 0x24e3, + [0x077c] = 0x24e4, [0x077d] = 0x24e5, [0x077e] = 0x24e6, [0x077f] = 0x24e7, + [0x0780] = 0x24e8, [0x0781] = 0x24e9, [0x0782] = 0x24ea, [0x0783] = 0x24eb, + [0x0784] = 0x24ec, [0x0785] = 0x24ed, [0x0786] = 0x24ee, [0x0787] = 0x24ef, + [0x0788] = 0x24f0, [0x0789] = 0x24f1, [0x078a] = 0x24f2, [0x078b] = 0x24f3, + [0x078c] = 0x24f4, [0x078d] = 0x24f5, [0x078e] = 0x24f6, [0x078f] = 0x24f7, + [0x0790] = 0x24f8, [0x0791] = 0x24f9, [0x0792] = 0x24fa, [0x0793] = 0x24fb, + [0x0794] = 0x24fc, [0x0795] = 0x24fd, [0x0796] = 0x24fe, [0x0797] = 0x24ff, + [0x0798] = 0x254c, [0x0799] = 0x254d, [0x079a] = 0x254e, [0x079b] = 0x254f, + [0x079c] = 0x2574, [0x079d] = 0x2575, [0x079e] = 0x2576, [0x079f] = 0x2577, + [0x07a0] = 0x2578, [0x07a1] = 0x2579, [0x07a2] = 0x257a, [0x07a3] = 0x257b, + [0x07a4] = 0x257c, [0x07a5] = 0x257d, [0x07a6] = 0x257e, [0x07a7] = 0x257f, + [0x07a8] = 0x2580, [0x07a9] = 0x2590, [0x07aa] = 0x2591, [0x07ab] = 0x2592, + [0x07ac] = 0x2596, [0x07ad] = 0x2597, [0x07ae] = 0x2598, [0x07af] = 0x2599, + [0x07b0] = 0x259a, [0x07b1] = 0x259b, [0x07b2] = 0x259c, [0x07b3] = 0x259d, + [0x07b4] = 0x259e, [0x07b5] = 0x259f, [0x07b6] = 0x25a2, [0x07b7] = 0x25a3, + [0x07b8] = 0x25a4, [0x07b9] = 0x25a5, [0x07ba] = 0x25a6, [0x07bb] = 0x25a7, + [0x07bc] = 0x25a8, [0x07bd] = 0x25a9, [0x07be] = 0x25aa, [0x07bf] = 0x25ab, + [0x07c0] = 0x25ac, [0x07c1] = 0x25ad, [0x07c2] = 0x25ae, [0x07c3] = 0x25af, + [0x07c4] = 0x25b0, [0x07c5] = 0x25b1, [0x07c6] = 0x25b4, [0x07c7] = 0x25b5, + [0x07c8] = 0x25b6, [0x07c9] = 0x25b7, [0x07ca] = 0x25b8, [0x07cb] = 0x25b9, + [0x07cc] = 0x25ba, [0x07cd] = 0x25bb, [0x07ce] = 0x25be, [0x07cf] = 0x25bf, + [0x07d0] = 0x25c0, [0x07d1] = 0x25c1, [0x07d2] = 0x25c2, [0x07d3] = 0x25c3, + [0x07d4] = 0x25c4, [0x07d5] = 0x25c5, [0x07d6] = 0x25c8, [0x07d7] = 0x25c9, + [0x07d8] = 0x25ca, [0x07d9] = 0x25cc, [0x07da] = 0x25cd, [0x07db] = 0x25d0, + [0x07dc] = 0x25d1, [0x07dd] = 0x25d2, [0x07de] = 0x25d3, [0x07df] = 0x25d4, + [0x07e0] = 0x25d5, [0x07e1] = 0x25d6, [0x07e2] = 0x25d7, [0x07e3] = 0x25d8, + [0x07e4] = 0x25d9, [0x07e5] = 0x25da, [0x07e6] = 0x25db, [0x07e7] = 0x25dc, + [0x07e8] = 0x25dd, [0x07e9] = 0x25de, [0x07ea] = 0x25df, [0x07eb] = 0x25e0, + [0x07ec] = 0x25e1, [0x07ed] = 0x25e6, [0x07ee] = 0x25e7, [0x07ef] = 0x25e8, + [0x07f0] = 0x25e9, [0x07f1] = 0x25ea, [0x07f2] = 0x25eb, [0x07f3] = 0x25ec, + [0x07f4] = 0x25ed, [0x07f5] = 0x25ee, [0x07f6] = 0x25ef, [0x07f7] = 0x25f0, + [0x07f8] = 0x25f1, [0x07f9] = 0x25f2, [0x07fa] = 0x25f3, [0x07fb] = 0x25f4, + [0x07fc] = 0x25f5, [0x07fd] = 0x25f6, [0x07fe] = 0x25f7, [0x07ff] = 0x25f8, + [0x0800] = 0x25f9, [0x0801] = 0x25fa, [0x0802] = 0x25fb, [0x0803] = 0x25fc, + [0x0804] = 0x25fd, [0x0805] = 0x25fe, [0x0806] = 0x25ff, [0x0807] = 0x2600, + [0x0808] = 0x2601, [0x0809] = 0x2602, [0x080a] = 0x2603, [0x080b] = 0x2604, + [0x080c] = 0x2607, [0x080d] = 0x2608, [0x080e] = 0x260a, [0x080f] = 0x260b, + [0x0810] = 0x260c, [0x0811] = 0x260d, [0x0812] = 0x260e, [0x0813] = 0x260f, + [0x0814] = 0x2610, [0x0815] = 0x2611, [0x0816] = 0x2612, [0x0817] = 0x2613, + [0x0818] = 0x2614, [0x0819] = 0x2615, [0x081a] = 0x2616, [0x081b] = 0x2617, + [0x081c] = 0x2618, [0x081d] = 0x2619, [0x081e] = 0x261a, [0x081f] = 0x261b, + [0x0820] = 0x261c, [0x0821] = 0x261d, [0x0822] = 0x261e, [0x0823] = 0x261f, + [0x0824] = 0x2620, [0x0825] = 0x2621, [0x0826] = 0x2622, [0x0827] = 0x2623, + [0x0828] = 0x2624, [0x0829] = 0x2625, [0x082a] = 0x2626, [0x082b] = 0x2627, + [0x082c] = 0x2628, [0x082d] = 0x2629, [0x082e] = 0x262a, [0x082f] = 0x262b, + [0x0830] = 0x262c, [0x0831] = 0x262d, [0x0832] = 0x262e, [0x0833] = 0x262f, + [0x0834] = 0x2630, [0x0835] = 0x2631, [0x0836] = 0x2632, [0x0837] = 0x2633, + [0x0838] = 0x2634, [0x0839] = 0x2635, [0x083a] = 0x2636, [0x083b] = 0x2637, + [0x083c] = 0x2638, [0x083d] = 0x2639, [0x083e] = 0x263a, [0x083f] = 0x263b, + [0x0840] = 0x263c, [0x0841] = 0x263d, [0x0842] = 0x263e, [0x0843] = 0x263f, + [0x0844] = 0x2641, /* skip from 0x2403 to 0x2c40, totally 2110 entries */ + [0x0845] = 0x2e82, [0x0846] = 0x2e83, [0x0847] = 0x2e85, + [0x0848] = 0x2e86, [0x0849] = 0x2e87, [0x084a] = 0x2e89, [0x084b] = 0x2e8a, + [0x084c] = 0x2e8d, [0x084d] = 0x2e8e, [0x084e] = 0x2e8f, [0x084f] = 0x2e90, + [0x0850] = 0x2e91, [0x0851] = 0x2e92, [0x0852] = 0x2e93, [0x0853] = 0x2e94, + [0x0854] = 0x2e95, [0x0855] = 0x2e96, [0x0856] = 0x2e98, [0x0857] = 0x2e99, + [0x0858] = 0x2e9a, [0x0859] = 0x2e9b, [0x085a] = 0x2e9c, [0x085b] = 0x2e9d, + [0x085c] = 0x2e9e, [0x085d] = 0x2e9f, [0x085e] = 0x2ea0, [0x085f] = 0x2ea1, + [0x0860] = 0x2ea2, [0x0861] = 0x2ea3, [0x0862] = 0x2ea4, [0x0863] = 0x2ea5, + [0x0864] = 0x2ea6, [0x0865] = 0x2ea8, [0x0866] = 0x2ea9, [0x0867] = 0x2eab, + [0x0868] = 0x2eac, [0x0869] = 0x2ead, [0x086a] = 0x2eaf, [0x086b] = 0x2eb0, + [0x086c] = 0x2eb1, [0x086d] = 0x2eb2, [0x086e] = 0x2eb4, [0x086f] = 0x2eb5, + [0x0870] = 0x2eb8, [0x0871] = 0x2eb9, [0x0872] = 0x2eba, [0x0873] = 0x2ebc, + [0x0874] = 0x2ebd, [0x0875] = 0x2ebe, [0x0876] = 0x2ebf, [0x0877] = 0x2ec0, + [0x0878] = 0x2ec1, [0x0879] = 0x2ec2, [0x087a] = 0x2ec3, [0x087b] = 0x2ec4, + [0x087c] = 0x2ec5, [0x087d] = 0x2ec6, [0x087e] = 0x2ec7, [0x087f] = 0x2ec8, + [0x0880] = 0x2ec9, [0x0881] = 0x2ecb, [0x0882] = 0x2ecc, [0x0883] = 0x2ecd, + [0x0884] = 0x2ece, [0x0885] = 0x2ecf, [0x0886] = 0x2ed0, [0x0887] = 0x2ed1, + [0x0888] = 0x2ed2, [0x0889] = 0x2ed3, [0x088a] = 0x2ed4, [0x088b] = 0x2ed5, + [0x088c] = 0x2ed6, [0x088d] = 0x2ed7, [0x088e] = 0x2ed8, [0x088f] = 0x2ed9, + [0x0890] = 0x2eda, [0x0891] = 0x2edb, [0x0892] = 0x2edc, [0x0893] = 0x2edd, + [0x0894] = 0x2ede, [0x0895] = 0x2edf, [0x0896] = 0x2ee0, [0x0897] = 0x2ee1, + [0x0898] = 0x2ee2, [0x0899] = 0x2ee3, [0x089a] = 0x2ee4, [0x089b] = 0x2ee5, + [0x089c] = 0x2ee6, [0x089d] = 0x2ee7, [0x089e] = 0x2ee8, [0x089f] = 0x2ee9, + [0x08a0] = 0x2eea, [0x08a1] = 0x2eeb, [0x08a2] = 0x2eec, [0x08a3] = 0x2eed, + [0x08a4] = 0x2eee, [0x08a5] = 0x2eef, [0x08a6] = 0x2ef0, [0x08a7] = 0x2ef1, + [0x08a8] = 0x2ef2, [0x08a9] = 0x2ef3, [0x08aa] = 0x2ef4, [0x08ab] = 0x2ef5, + [0x08ac] = 0x2ef6, [0x08ad] = 0x2ef7, [0x08ae] = 0x2ef8, [0x08af] = 0x2ef9, + [0x08b0] = 0x2efa, [0x08b1] = 0x2efb, [0x08b2] = 0x2efc, [0x08b3] = 0x2efd, + [0x08b4] = 0x2efe, [0x08b5] = 0x2eff, [0x08b6] = 0x2f00, [0x08b7] = 0x2f01, + [0x08b8] = 0x2f02, [0x08b9] = 0x2f03, [0x08ba] = 0x2f04, [0x08bb] = 0x2f05, + [0x08bc] = 0x2f06, [0x08bd] = 0x2f07, [0x08be] = 0x2f08, [0x08bf] = 0x2f09, + [0x08c0] = 0x2f0a, [0x08c1] = 0x2f0b, [0x08c2] = 0x2f0c, [0x08c3] = 0x2f0d, + [0x08c4] = 0x2f0e, [0x08c5] = 0x2f0f, [0x08c6] = 0x2f10, [0x08c7] = 0x2f11, + [0x08c8] = 0x2f12, [0x08c9] = 0x2f13, [0x08ca] = 0x2f14, [0x08cb] = 0x2f15, + [0x08cc] = 0x2f16, [0x08cd] = 0x2f17, [0x08ce] = 0x2f18, [0x08cf] = 0x2f19, + [0x08d0] = 0x2f1a, [0x08d1] = 0x2f1b, [0x08d2] = 0x2f1c, [0x08d3] = 0x2f1d, + [0x08d4] = 0x2f1e, [0x08d5] = 0x2f1f, [0x08d6] = 0x2f20, [0x08d7] = 0x2f21, + [0x08d8] = 0x2f22, [0x08d9] = 0x2f23, [0x08da] = 0x2f24, [0x08db] = 0x2f25, + [0x08dc] = 0x2f26, [0x08dd] = 0x2f27, [0x08de] = 0x2f28, [0x08df] = 0x2f29, + [0x08e0] = 0x2f2a, [0x08e1] = 0x2f2b, [0x08e2] = 0x2f2c, [0x08e3] = 0x2f2d, + [0x08e4] = 0x2f2e, [0x08e5] = 0x2f2f, [0x08e6] = 0x2f30, [0x08e7] = 0x2f31, + [0x08e8] = 0x2f32, [0x08e9] = 0x2f33, [0x08ea] = 0x2f34, [0x08eb] = 0x2f35, + [0x08ec] = 0x2f36, [0x08ed] = 0x2f37, [0x08ee] = 0x2f38, [0x08ef] = 0x2f39, + [0x08f0] = 0x2f3a, [0x08f1] = 0x2f3b, [0x08f2] = 0x2f3c, [0x08f3] = 0x2f3d, + [0x08f4] = 0x2f3e, [0x08f5] = 0x2f3f, [0x08f6] = 0x2f40, [0x08f7] = 0x2f41, + [0x08f8] = 0x2f42, [0x08f9] = 0x2f43, [0x08fa] = 0x2f44, [0x08fb] = 0x2f45, + [0x08fc] = 0x2f46, [0x08fd] = 0x2f47, [0x08fe] = 0x2f48, [0x08ff] = 0x2f49, + [0x0900] = 0x2f4a, [0x0901] = 0x2f4b, [0x0902] = 0x2f4c, [0x0903] = 0x2f4d, + [0x0904] = 0x2f4e, [0x0905] = 0x2f4f, [0x0906] = 0x2f50, [0x0907] = 0x2f51, + [0x0908] = 0x2f52, [0x0909] = 0x2f53, [0x090a] = 0x2f54, [0x090b] = 0x2f55, + [0x090c] = 0x2f56, [0x090d] = 0x2f57, [0x090e] = 0x2f58, [0x090f] = 0x2f59, + [0x0910] = 0x2f5a, [0x0911] = 0x2f5b, [0x0912] = 0x2f5c, [0x0913] = 0x2f5d, + [0x0914] = 0x2f5e, [0x0915] = 0x2f5f, [0x0916] = 0x2f60, [0x0917] = 0x2f61, + [0x0918] = 0x2f62, [0x0919] = 0x2f63, [0x091a] = 0x2f64, [0x091b] = 0x2f65, + [0x091c] = 0x2f66, [0x091d] = 0x2f67, [0x091e] = 0x2f68, [0x091f] = 0x2f69, + [0x0920] = 0x2f6a, [0x0921] = 0x2f6b, [0x0922] = 0x2f6c, [0x0923] = 0x2f6d, + [0x0924] = 0x2f6e, [0x0925] = 0x2f6f, [0x0926] = 0x2f70, [0x0927] = 0x2f71, + [0x0928] = 0x2f72, [0x0929] = 0x2f73, [0x092a] = 0x2f74, [0x092b] = 0x2f75, + [0x092c] = 0x2f76, [0x092d] = 0x2f77, [0x092e] = 0x2f78, [0x092f] = 0x2f79, + [0x0930] = 0x2f7a, [0x0931] = 0x2f7b, [0x0932] = 0x2f7c, [0x0933] = 0x2f7d, + [0x0934] = 0x2f7e, [0x0935] = 0x2f7f, [0x0936] = 0x2f80, [0x0937] = 0x2f81, + [0x0938] = 0x2f82, [0x0939] = 0x2f83, [0x093a] = 0x2f84, [0x093b] = 0x2f85, + [0x093c] = 0x2f86, [0x093d] = 0x2f87, [0x093e] = 0x2f88, [0x093f] = 0x2f89, + [0x0940] = 0x2f8a, [0x0941] = 0x2f8b, [0x0942] = 0x2f8c, [0x0943] = 0x2f8d, + [0x0944] = 0x2f8e, [0x0945] = 0x2f8f, [0x0946] = 0x2f90, [0x0947] = 0x2f91, + [0x0948] = 0x2f92, [0x0949] = 0x2f93, [0x094a] = 0x2f94, [0x094b] = 0x2f95, + [0x094c] = 0x2f96, [0x094d] = 0x2f97, [0x094e] = 0x2f98, [0x094f] = 0x2f99, + [0x0950] = 0x2f9a, [0x0951] = 0x2f9b, [0x0952] = 0x2f9c, [0x0953] = 0x2f9d, + [0x0954] = 0x2f9e, [0x0955] = 0x2f9f, [0x0956] = 0x2fa0, [0x0957] = 0x2fa1, + [0x0958] = 0x2fa2, [0x0959] = 0x2fa3, [0x095a] = 0x2fa4, [0x095b] = 0x2fa5, + [0x095c] = 0x2fa6, [0x095d] = 0x2fa7, [0x095e] = 0x2fa8, [0x095f] = 0x2fa9, + [0x0960] = 0x2faa, [0x0961] = 0x2fab, [0x0962] = 0x2fac, [0x0963] = 0x2fad, + [0x0964] = 0x2fae, [0x0965] = 0x2faf, [0x0966] = 0x2fb0, [0x0967] = 0x2fb1, + [0x0968] = 0x2fb2, [0x0969] = 0x2fb3, [0x096a] = 0x2fb4, [0x096b] = 0x2fb5, + [0x096c] = 0x2fb6, [0x096d] = 0x2fb7, [0x096e] = 0x2fb8, [0x096f] = 0x2fb9, + [0x0970] = 0x2fba, [0x0971] = 0x2fbb, [0x0972] = 0x2fbc, [0x0973] = 0x2fbd, + [0x0974] = 0x2fbe, [0x0975] = 0x2fbf, [0x0976] = 0x2fc0, [0x0977] = 0x2fc1, + [0x0978] = 0x2fc2, [0x0979] = 0x2fc3, [0x097a] = 0x2fc4, [0x097b] = 0x2fc5, + [0x097c] = 0x2fc6, [0x097d] = 0x2fc7, [0x097e] = 0x2fc8, [0x097f] = 0x2fc9, + [0x0980] = 0x2fca, [0x0981] = 0x2fcb, [0x0982] = 0x2fcc, [0x0983] = 0x2fcd, + [0x0984] = 0x2fce, [0x0985] = 0x2fcf, [0x0986] = 0x2fd0, [0x0987] = 0x2fd1, + [0x0988] = 0x2fd2, [0x0989] = 0x2fd3, [0x098a] = 0x2fd4, [0x098b] = 0x2fd5, + [0x098c] = 0x2fd6, [0x098d] = 0x2fd7, [0x098e] = 0x2fd8, [0x098f] = 0x2fd9, + [0x0990] = 0x2fda, [0x0991] = 0x2fdb, [0x0992] = 0x2fdc, [0x0993] = 0x2fdd, + [0x0994] = 0x2fde, [0x0995] = 0x2fdf, [0x0996] = 0x2fe0, [0x0997] = 0x2fe1, + [0x0998] = 0x2fe2, [0x0999] = 0x2fe3, [0x099a] = 0x2fe4, [0x099b] = 0x2fe5, + [0x099c] = 0x2fe6, [0x099d] = 0x2fe7, [0x099e] = 0x2fe8, [0x099f] = 0x2fe9, + [0x09a0] = 0x2fea, [0x09a1] = 0x2feb, [0x09a2] = 0x2fec, [0x09a3] = 0x2fed, + [0x09a4] = 0x2fee, [0x09a5] = 0x2fef, [0x09a6] = 0x2ffc, [0x09a7] = 0x2ffd, + [0x09a8] = 0x2ffe, [0x09a9] = 0x2fff, [0x09aa] = 0x3004, [0x09ab] = 0x3018, + [0x09ac] = 0x3019, [0x09ad] = 0x301a, [0x09ae] = 0x301b, [0x09af] = 0x301c, + [0x09b0] = 0x301f, [0x09b1] = 0x3020, [0x09b2] = 0x302a, [0x09b3] = 0x302b, + [0x09b4] = 0x302c, [0x09b5] = 0x302d, [0x09b6] = 0x302e, [0x09b7] = 0x302f, + [0x09b8] = 0x3030, [0x09b9] = 0x3031, [0x09ba] = 0x3032, [0x09bb] = 0x3033, + [0x09bc] = 0x3034, [0x09bd] = 0x3035, [0x09be] = 0x3036, [0x09bf] = 0x3037, + [0x09c0] = 0x3038, [0x09c1] = 0x3039, [0x09c2] = 0x303a, [0x09c3] = 0x303b, + [0x09c4] = 0x303c, [0x09c5] = 0x303d, [0x09c6] = 0x303f, [0x09c7] = 0x3040, + [0x09c8] = 0x3094, [0x09c9] = 0x3095, [0x09ca] = 0x3096, [0x09cb] = 0x3097, + [0x09cc] = 0x3098, [0x09cd] = 0x3099, [0x09ce] = 0x309a, [0x09cf] = 0x309f, + [0x09d0] = 0x30a0, [0x09d1] = 0x30f7, [0x09d2] = 0x30f8, [0x09d3] = 0x30f9, + [0x09d4] = 0x30fa, [0x09d5] = 0x30fb, [0x09d6] = 0x30ff, [0x09d7] = 0x3100, + [0x09d8] = 0x3101, [0x09d9] = 0x3102, [0x09da] = 0x3103, [0x09db] = 0x3104, + [0x09dc] = 0x312a, [0x09dd] = 0x312b, [0x09de] = 0x312c, [0x09df] = 0x312d, + [0x09e0] = 0x312e, [0x09e1] = 0x312f, [0x09e2] = 0x3130, [0x09e3] = 0x3131, + [0x09e4] = 0x3132, [0x09e5] = 0x3133, [0x09e6] = 0x3134, [0x09e7] = 0x3135, + [0x09e8] = 0x3136, [0x09e9] = 0x3137, [0x09ea] = 0x3138, [0x09eb] = 0x3139, + [0x09ec] = 0x313a, [0x09ed] = 0x313b, [0x09ee] = 0x313c, [0x09ef] = 0x313d, + [0x09f0] = 0x313e, [0x09f1] = 0x313f, [0x09f2] = 0x3140, [0x09f3] = 0x3141, + [0x09f4] = 0x3142, [0x09f5] = 0x3143, [0x09f6] = 0x3144, [0x09f7] = 0x3145, + [0x09f8] = 0x3146, [0x09f9] = 0x3147, [0x09fa] = 0x3148, [0x09fb] = 0x3149, + [0x09fc] = 0x314a, [0x09fd] = 0x314b, [0x09fe] = 0x314c, [0x09ff] = 0x314d, + [0x0a00] = 0x314e, [0x0a01] = 0x314f, [0x0a02] = 0x3150, [0x0a03] = 0x3151, + [0x0a04] = 0x3152, [0x0a05] = 0x3153, [0x0a06] = 0x3154, [0x0a07] = 0x3155, + [0x0a08] = 0x3156, [0x0a09] = 0x3157, [0x0a0a] = 0x3158, [0x0a0b] = 0x3159, + [0x0a0c] = 0x315a, [0x0a0d] = 0x315b, [0x0a0e] = 0x315c, [0x0a0f] = 0x315d, + [0x0a10] = 0x315e, [0x0a11] = 0x315f, [0x0a12] = 0x3160, [0x0a13] = 0x3161, + [0x0a14] = 0x3162, [0x0a15] = 0x3163, [0x0a16] = 0x3164, [0x0a17] = 0x3165, + [0x0a18] = 0x3166, [0x0a19] = 0x3167, [0x0a1a] = 0x3168, [0x0a1b] = 0x3169, + [0x0a1c] = 0x316a, [0x0a1d] = 0x316b, [0x0a1e] = 0x316c, [0x0a1f] = 0x316d, + [0x0a20] = 0x316e, [0x0a21] = 0x316f, [0x0a22] = 0x3170, [0x0a23] = 0x3171, + [0x0a24] = 0x3172, [0x0a25] = 0x3173, [0x0a26] = 0x3174, [0x0a27] = 0x3175, + [0x0a28] = 0x3176, [0x0a29] = 0x3177, [0x0a2a] = 0x3178, [0x0a2b] = 0x3179, + [0x0a2c] = 0x317a, [0x0a2d] = 0x317b, [0x0a2e] = 0x317c, [0x0a2f] = 0x317d, + [0x0a30] = 0x317e, [0x0a31] = 0x317f, [0x0a32] = 0x3180, [0x0a33] = 0x3181, + [0x0a34] = 0x3182, [0x0a35] = 0x3183, [0x0a36] = 0x3184, [0x0a37] = 0x3185, + [0x0a38] = 0x3186, [0x0a39] = 0x3187, [0x0a3a] = 0x3188, [0x0a3b] = 0x3189, + [0x0a3c] = 0x318a, [0x0a3d] = 0x318b, [0x0a3e] = 0x318c, [0x0a3f] = 0x318d, + [0x0a40] = 0x318e, [0x0a41] = 0x318f, [0x0a42] = 0x3190, [0x0a43] = 0x3191, + [0x0a44] = 0x3192, [0x0a45] = 0x3193, [0x0a46] = 0x3194, [0x0a47] = 0x3195, + [0x0a48] = 0x3196, [0x0a49] = 0x3197, [0x0a4a] = 0x3198, [0x0a4b] = 0x3199, + [0x0a4c] = 0x319a, [0x0a4d] = 0x319b, [0x0a4e] = 0x319c, [0x0a4f] = 0x319d, + [0x0a50] = 0x319e, [0x0a51] = 0x319f, [0x0a52] = 0x31a0, [0x0a53] = 0x31a1, + [0x0a54] = 0x31a2, [0x0a55] = 0x31a3, [0x0a56] = 0x31a4, [0x0a57] = 0x31a5, + [0x0a58] = 0x31a6, [0x0a59] = 0x31a7, [0x0a5a] = 0x31a8, [0x0a5b] = 0x31a9, + [0x0a5c] = 0x31aa, [0x0a5d] = 0x31ab, [0x0a5e] = 0x31ac, [0x0a5f] = 0x31ad, + [0x0a60] = 0x31ae, [0x0a61] = 0x31af, [0x0a62] = 0x31b0, [0x0a63] = 0x31b1, + [0x0a64] = 0x31b2, [0x0a65] = 0x31b3, [0x0a66] = 0x31b4, [0x0a67] = 0x31b5, + [0x0a68] = 0x31b6, [0x0a69] = 0x31b7, [0x0a6a] = 0x31b8, [0x0a6b] = 0x31b9, + [0x0a6c] = 0x31ba, [0x0a6d] = 0x31bb, [0x0a6e] = 0x31bc, [0x0a6f] = 0x31bd, + [0x0a70] = 0x31be, [0x0a71] = 0x31bf, [0x0a72] = 0x31c0, [0x0a73] = 0x31c1, + [0x0a74] = 0x31c2, [0x0a75] = 0x31c3, [0x0a76] = 0x31c4, [0x0a77] = 0x31c5, + [0x0a78] = 0x31c6, [0x0a79] = 0x31c7, [0x0a7a] = 0x31c8, [0x0a7b] = 0x31c9, + [0x0a7c] = 0x31ca, [0x0a7d] = 0x31cb, [0x0a7e] = 0x31cc, [0x0a7f] = 0x31cd, + [0x0a80] = 0x31ce, [0x0a81] = 0x31cf, [0x0a82] = 0x31d0, [0x0a83] = 0x31d1, + [0x0a84] = 0x31d2, [0x0a85] = 0x31d3, [0x0a86] = 0x31d4, [0x0a87] = 0x31d5, + [0x0a88] = 0x31d6, [0x0a89] = 0x31d7, [0x0a8a] = 0x31d8, [0x0a8b] = 0x31d9, + [0x0a8c] = 0x31da, [0x0a8d] = 0x31db, [0x0a8e] = 0x31dc, [0x0a8f] = 0x31dd, + [0x0a90] = 0x31de, [0x0a91] = 0x31df, [0x0a92] = 0x31e0, [0x0a93] = 0x31e1, + [0x0a94] = 0x31e2, [0x0a95] = 0x31e3, [0x0a96] = 0x31e4, [0x0a97] = 0x31e5, + [0x0a98] = 0x31e6, [0x0a99] = 0x31e7, [0x0a9a] = 0x31e8, [0x0a9b] = 0x31e9, + [0x0a9c] = 0x31ea, [0x0a9d] = 0x31eb, [0x0a9e] = 0x31ec, [0x0a9f] = 0x31ed, + [0x0aa0] = 0x31ee, [0x0aa1] = 0x31ef, [0x0aa2] = 0x31f0, [0x0aa3] = 0x31f1, + [0x0aa4] = 0x31f2, [0x0aa5] = 0x31f3, [0x0aa6] = 0x31f4, [0x0aa7] = 0x31f5, + [0x0aa8] = 0x31f6, [0x0aa9] = 0x31f7, [0x0aaa] = 0x31f8, [0x0aab] = 0x31f9, + [0x0aac] = 0x31fa, [0x0aad] = 0x31fb, [0x0aae] = 0x31fc, [0x0aaf] = 0x31fd, + [0x0ab0] = 0x31fe, [0x0ab1] = 0x31ff, [0x0ab2] = 0x3200, [0x0ab3] = 0x3201, + [0x0ab4] = 0x3202, [0x0ab5] = 0x3203, [0x0ab6] = 0x3204, [0x0ab7] = 0x3205, + [0x0ab8] = 0x3206, [0x0ab9] = 0x3207, [0x0aba] = 0x3208, [0x0abb] = 0x3209, + [0x0abc] = 0x320a, [0x0abd] = 0x320b, [0x0abe] = 0x320c, [0x0abf] = 0x320d, + [0x0ac0] = 0x320e, [0x0ac1] = 0x320f, [0x0ac2] = 0x3210, [0x0ac3] = 0x3211, + [0x0ac4] = 0x3212, [0x0ac5] = 0x3213, [0x0ac6] = 0x3214, [0x0ac7] = 0x3215, + [0x0ac8] = 0x3216, [0x0ac9] = 0x3217, [0x0aca] = 0x3218, [0x0acb] = 0x3219, + [0x0acc] = 0x321a, [0x0acd] = 0x321b, [0x0ace] = 0x321c, [0x0acf] = 0x321d, + [0x0ad0] = 0x321e, [0x0ad1] = 0x321f, [0x0ad2] = 0x322a, [0x0ad3] = 0x322b, + [0x0ad4] = 0x322c, [0x0ad5] = 0x322d, [0x0ad6] = 0x322e, [0x0ad7] = 0x322f, + [0x0ad8] = 0x3230, [0x0ad9] = 0x3232, [0x0ada] = 0x3233, [0x0adb] = 0x3234, + [0x0adc] = 0x3235, [0x0add] = 0x3236, [0x0ade] = 0x3237, [0x0adf] = 0x3238, + [0x0ae0] = 0x3239, [0x0ae1] = 0x323a, [0x0ae2] = 0x323b, [0x0ae3] = 0x323c, + [0x0ae4] = 0x323d, [0x0ae5] = 0x323e, [0x0ae6] = 0x323f, [0x0ae7] = 0x3240, + [0x0ae8] = 0x3241, [0x0ae9] = 0x3242, [0x0aea] = 0x3243, [0x0aeb] = 0x3244, + [0x0aec] = 0x3245, [0x0aed] = 0x3246, [0x0aee] = 0x3247, [0x0aef] = 0x3248, + [0x0af0] = 0x3249, [0x0af1] = 0x324a, [0x0af2] = 0x324b, [0x0af3] = 0x324c, + [0x0af4] = 0x324d, [0x0af5] = 0x324e, [0x0af6] = 0x324f, [0x0af7] = 0x3250, + [0x0af8] = 0x3251, [0x0af9] = 0x3252, [0x0afa] = 0x3253, [0x0afb] = 0x3254, + [0x0afc] = 0x3255, [0x0afd] = 0x3256, [0x0afe] = 0x3257, [0x0aff] = 0x3258, + [0x0b00] = 0x3259, [0x0b01] = 0x325a, [0x0b02] = 0x325b, [0x0b03] = 0x325c, + [0x0b04] = 0x325d, [0x0b05] = 0x325e, [0x0b06] = 0x325f, [0x0b07] = 0x3260, + [0x0b08] = 0x3261, [0x0b09] = 0x3262, [0x0b0a] = 0x3263, [0x0b0b] = 0x3264, + [0x0b0c] = 0x3265, [0x0b0d] = 0x3266, [0x0b0e] = 0x3267, [0x0b0f] = 0x3268, + [0x0b10] = 0x3269, [0x0b11] = 0x326a, [0x0b12] = 0x326b, [0x0b13] = 0x326c, + [0x0b14] = 0x326d, [0x0b15] = 0x326e, [0x0b16] = 0x326f, [0x0b17] = 0x3270, + [0x0b18] = 0x3271, [0x0b19] = 0x3272, [0x0b1a] = 0x3273, [0x0b1b] = 0x3274, + [0x0b1c] = 0x3275, [0x0b1d] = 0x3276, [0x0b1e] = 0x3277, [0x0b1f] = 0x3278, + [0x0b20] = 0x3279, [0x0b21] = 0x327a, [0x0b22] = 0x327b, [0x0b23] = 0x327c, + [0x0b24] = 0x327d, [0x0b25] = 0x327e, [0x0b26] = 0x327f, [0x0b27] = 0x3280, + [0x0b28] = 0x3281, [0x0b29] = 0x3282, [0x0b2a] = 0x3283, [0x0b2b] = 0x3284, + [0x0b2c] = 0x3285, [0x0b2d] = 0x3286, [0x0b2e] = 0x3287, [0x0b2f] = 0x3288, + [0x0b30] = 0x3289, [0x0b31] = 0x328a, [0x0b32] = 0x328b, [0x0b33] = 0x328c, + [0x0b34] = 0x328d, [0x0b35] = 0x328e, [0x0b36] = 0x328f, [0x0b37] = 0x3290, + [0x0b38] = 0x3291, [0x0b39] = 0x3292, [0x0b3a] = 0x3293, [0x0b3b] = 0x3294, + [0x0b3c] = 0x3295, [0x0b3d] = 0x3296, [0x0b3e] = 0x3297, [0x0b3f] = 0x3298, + [0x0b40] = 0x3299, [0x0b41] = 0x329a, [0x0b42] = 0x329b, [0x0b43] = 0x329c, + [0x0b44] = 0x329d, [0x0b45] = 0x329e, [0x0b46] = 0x329f, [0x0b47] = 0x32a0, + [0x0b48] = 0x32a1, [0x0b49] = 0x32a2, [0x0b4a] = 0x32a4, [0x0b4b] = 0x32a5, + [0x0b4c] = 0x32a6, [0x0b4d] = 0x32a7, [0x0b4e] = 0x32a8, [0x0b4f] = 0x32a9, + [0x0b50] = 0x32aa, [0x0b51] = 0x32ab, [0x0b52] = 0x32ac, [0x0b53] = 0x32ad, + [0x0b54] = 0x32ae, [0x0b55] = 0x32af, [0x0b56] = 0x32b0, [0x0b57] = 0x32b1, + [0x0b58] = 0x32b2, [0x0b59] = 0x32b3, [0x0b5a] = 0x32b4, [0x0b5b] = 0x32b5, + [0x0b5c] = 0x32b6, [0x0b5d] = 0x32b7, [0x0b5e] = 0x32b8, [0x0b5f] = 0x32b9, + [0x0b60] = 0x32ba, [0x0b61] = 0x32bb, [0x0b62] = 0x32bc, [0x0b63] = 0x32bd, + [0x0b64] = 0x32be, [0x0b65] = 0x32bf, [0x0b66] = 0x32c0, [0x0b67] = 0x32c1, + [0x0b68] = 0x32c2, [0x0b69] = 0x32c3, [0x0b6a] = 0x32c4, [0x0b6b] = 0x32c5, + [0x0b6c] = 0x32c6, [0x0b6d] = 0x32c7, [0x0b6e] = 0x32c8, [0x0b6f] = 0x32c9, + [0x0b70] = 0x32ca, [0x0b71] = 0x32cb, [0x0b72] = 0x32cc, [0x0b73] = 0x32cd, + [0x0b74] = 0x32ce, [0x0b75] = 0x32cf, [0x0b76] = 0x32d0, [0x0b77] = 0x32d1, + [0x0b78] = 0x32d2, [0x0b79] = 0x32d3, [0x0b7a] = 0x32d4, [0x0b7b] = 0x32d5, + [0x0b7c] = 0x32d6, [0x0b7d] = 0x32d7, [0x0b7e] = 0x32d8, [0x0b7f] = 0x32d9, + [0x0b80] = 0x32da, [0x0b81] = 0x32db, [0x0b82] = 0x32dc, [0x0b83] = 0x32dd, + [0x0b84] = 0x32de, [0x0b85] = 0x32df, [0x0b86] = 0x32e0, [0x0b87] = 0x32e1, + [0x0b88] = 0x32e2, [0x0b89] = 0x32e3, [0x0b8a] = 0x32e4, [0x0b8b] = 0x32e5, + [0x0b8c] = 0x32e6, [0x0b8d] = 0x32e7, [0x0b8e] = 0x32e8, [0x0b8f] = 0x32e9, + [0x0b90] = 0x32ea, [0x0b91] = 0x32eb, [0x0b92] = 0x32ec, [0x0b93] = 0x32ed, + [0x0b94] = 0x32ee, [0x0b95] = 0x32ef, [0x0b96] = 0x32f0, [0x0b97] = 0x32f1, + [0x0b98] = 0x32f2, [0x0b99] = 0x32f3, [0x0b9a] = 0x32f4, [0x0b9b] = 0x32f5, + [0x0b9c] = 0x32f6, [0x0b9d] = 0x32f7, [0x0b9e] = 0x32f8, [0x0b9f] = 0x32f9, + [0x0ba0] = 0x32fa, [0x0ba1] = 0x32fb, [0x0ba2] = 0x32fc, [0x0ba3] = 0x32fd, + [0x0ba4] = 0x32fe, [0x0ba5] = 0x32ff, [0x0ba6] = 0x3300, [0x0ba7] = 0x3301, + [0x0ba8] = 0x3302, [0x0ba9] = 0x3303, [0x0baa] = 0x3304, [0x0bab] = 0x3305, + [0x0bac] = 0x3306, [0x0bad] = 0x3307, [0x0bae] = 0x3308, [0x0baf] = 0x3309, + [0x0bb0] = 0x330a, [0x0bb1] = 0x330b, [0x0bb2] = 0x330c, [0x0bb3] = 0x330d, + [0x0bb4] = 0x330e, [0x0bb5] = 0x330f, [0x0bb6] = 0x3310, [0x0bb7] = 0x3311, + [0x0bb8] = 0x3312, [0x0bb9] = 0x3313, [0x0bba] = 0x3314, [0x0bbb] = 0x3315, + [0x0bbc] = 0x3316, [0x0bbd] = 0x3317, [0x0bbe] = 0x3318, [0x0bbf] = 0x3319, + [0x0bc0] = 0x331a, [0x0bc1] = 0x331b, [0x0bc2] = 0x331c, [0x0bc3] = 0x331d, + [0x0bc4] = 0x331e, [0x0bc5] = 0x331f, [0x0bc6] = 0x3320, [0x0bc7] = 0x3321, + [0x0bc8] = 0x3322, [0x0bc9] = 0x3323, [0x0bca] = 0x3324, [0x0bcb] = 0x3325, + [0x0bcc] = 0x3326, [0x0bcd] = 0x3327, [0x0bce] = 0x3328, [0x0bcf] = 0x3329, + [0x0bd0] = 0x332a, [0x0bd1] = 0x332b, [0x0bd2] = 0x332c, [0x0bd3] = 0x332d, + [0x0bd4] = 0x332e, [0x0bd5] = 0x332f, [0x0bd6] = 0x3330, [0x0bd7] = 0x3331, + [0x0bd8] = 0x3332, [0x0bd9] = 0x3333, [0x0bda] = 0x3334, [0x0bdb] = 0x3335, + [0x0bdc] = 0x3336, [0x0bdd] = 0x3337, [0x0bde] = 0x3338, [0x0bdf] = 0x3339, + [0x0be0] = 0x333a, [0x0be1] = 0x333b, [0x0be2] = 0x333c, [0x0be3] = 0x333d, + [0x0be4] = 0x333e, [0x0be5] = 0x333f, [0x0be6] = 0x3340, [0x0be7] = 0x3341, + [0x0be8] = 0x3342, [0x0be9] = 0x3343, [0x0bea] = 0x3344, [0x0beb] = 0x3345, + [0x0bec] = 0x3346, [0x0bed] = 0x3347, [0x0bee] = 0x3348, [0x0bef] = 0x3349, + [0x0bf0] = 0x334a, [0x0bf1] = 0x334b, [0x0bf2] = 0x334c, [0x0bf3] = 0x334d, + [0x0bf4] = 0x334e, [0x0bf5] = 0x334f, [0x0bf6] = 0x3350, [0x0bf7] = 0x3351, + [0x0bf8] = 0x3352, [0x0bf9] = 0x3353, [0x0bfa] = 0x3354, [0x0bfb] = 0x3355, + [0x0bfc] = 0x3356, [0x0bfd] = 0x3357, [0x0bfe] = 0x3358, [0x0bff] = 0x3359, + [0x0c00] = 0x335a, [0x0c01] = 0x335b, [0x0c02] = 0x335c, [0x0c03] = 0x335d, + [0x0c04] = 0x335e, [0x0c05] = 0x335f, [0x0c06] = 0x3360, [0x0c07] = 0x3361, + [0x0c08] = 0x3362, [0x0c09] = 0x3363, [0x0c0a] = 0x3364, [0x0c0b] = 0x3365, + [0x0c0c] = 0x3366, [0x0c0d] = 0x3367, [0x0c0e] = 0x3368, [0x0c0f] = 0x3369, + [0x0c10] = 0x336a, [0x0c11] = 0x336b, [0x0c12] = 0x336c, [0x0c13] = 0x336d, + [0x0c14] = 0x336e, [0x0c15] = 0x336f, [0x0c16] = 0x3370, [0x0c17] = 0x3371, + [0x0c18] = 0x3372, [0x0c19] = 0x3373, [0x0c1a] = 0x3374, [0x0c1b] = 0x3375, + [0x0c1c] = 0x3376, [0x0c1d] = 0x3377, [0x0c1e] = 0x3378, [0x0c1f] = 0x3379, + [0x0c20] = 0x337a, [0x0c21] = 0x337b, [0x0c22] = 0x337c, [0x0c23] = 0x337d, + [0x0c24] = 0x337e, [0x0c25] = 0x337f, [0x0c26] = 0x3380, [0x0c27] = 0x3381, + [0x0c28] = 0x3382, [0x0c29] = 0x3383, [0x0c2a] = 0x3384, [0x0c2b] = 0x3385, + [0x0c2c] = 0x3386, [0x0c2d] = 0x3387, [0x0c2e] = 0x3388, [0x0c2f] = 0x3389, + [0x0c30] = 0x338a, [0x0c31] = 0x338b, [0x0c32] = 0x338c, [0x0c33] = 0x338d, + [0x0c34] = 0x3390, [0x0c35] = 0x3391, [0x0c36] = 0x3392, [0x0c37] = 0x3393, + [0x0c38] = 0x3394, [0x0c39] = 0x3395, [0x0c3a] = 0x3396, [0x0c3b] = 0x3397, + [0x0c3c] = 0x3398, [0x0c3d] = 0x3399, [0x0c3e] = 0x339a, [0x0c3f] = 0x339b, + [0x0c40] = 0x339f, [0x0c41] = 0x33a0, [0x0c42] = 0x33a2, [0x0c43] = 0x33a3, + [0x0c44] = 0x33a4, [0x0c45] = 0x33a5, [0x0c46] = 0x33a6, [0x0c47] = 0x33a7, + [0x0c48] = 0x33a8, [0x0c49] = 0x33a9, [0x0c4a] = 0x33aa, [0x0c4b] = 0x33ab, + [0x0c4c] = 0x33ac, [0x0c4d] = 0x33ad, [0x0c4e] = 0x33ae, [0x0c4f] = 0x33af, + [0x0c50] = 0x33b0, [0x0c51] = 0x33b1, [0x0c52] = 0x33b2, [0x0c53] = 0x33b3, + [0x0c54] = 0x33b4, [0x0c55] = 0x33b5, [0x0c56] = 0x33b6, [0x0c57] = 0x33b7, + [0x0c58] = 0x33b8, [0x0c59] = 0x33b9, [0x0c5a] = 0x33ba, [0x0c5b] = 0x33bb, + [0x0c5c] = 0x33bc, [0x0c5d] = 0x33bd, [0x0c5e] = 0x33be, [0x0c5f] = 0x33bf, + [0x0c60] = 0x33c0, [0x0c61] = 0x33c1, [0x0c62] = 0x33c2, [0x0c63] = 0x33c3, + [0x0c64] = 0x33c5, [0x0c65] = 0x33c6, [0x0c66] = 0x33c7, [0x0c67] = 0x33c8, + [0x0c68] = 0x33c9, [0x0c69] = 0x33ca, [0x0c6a] = 0x33cb, [0x0c6b] = 0x33cc, + [0x0c6c] = 0x33cd, [0x0c6d] = 0x33cf, [0x0c6e] = 0x33d0, [0x0c6f] = 0x33d3, + [0x0c70] = 0x33d4, [0x0c71] = 0x33d6, [0x0c72] = 0x33d7, [0x0c73] = 0x33d8, + [0x0c74] = 0x33d9, [0x0c75] = 0x33da, [0x0c76] = 0x33db, [0x0c77] = 0x33dc, + [0x0c78] = 0x33dd, [0x0c79] = 0x33de, [0x0c7a] = 0x33df, [0x0c7b] = 0x33e0, + [0x0c7c] = 0x33e1, [0x0c7d] = 0x33e2, [0x0c7e] = 0x33e3, [0x0c7f] = 0x33e4, + [0x0c80] = 0x33e5, [0x0c81] = 0x33e6, [0x0c82] = 0x33e7, [0x0c83] = 0x33e8, + [0x0c84] = 0x33e9, [0x0c85] = 0x33ea, [0x0c86] = 0x33eb, [0x0c87] = 0x33ec, + [0x0c88] = 0x33ed, [0x0c89] = 0x33ee, [0x0c8a] = 0x33ef, [0x0c8b] = 0x33f0, + [0x0c8c] = 0x33f1, [0x0c8d] = 0x33f2, [0x0c8e] = 0x33f3, [0x0c8f] = 0x33f4, + [0x0c90] = 0x33f5, [0x0c91] = 0x33f6, [0x0c92] = 0x33f7, [0x0c93] = 0x33f8, + [0x0c94] = 0x33f9, [0x0c95] = 0x33fa, [0x0c96] = 0x33fb, [0x0c97] = 0x33fc, + [0x0c98] = 0x33fd, [0x0c99] = 0x33fe, [0x0c9a] = 0x33ff, [0x0c9b] = 0x3400, + [0x0c9c] = 0x3401, [0x0c9d] = 0x3402, [0x0c9e] = 0x3403, [0x0c9f] = 0x3404, + [0x0ca0] = 0x3405, [0x0ca1] = 0x3406, [0x0ca2] = 0x3407, [0x0ca3] = 0x3408, + [0x0ca4] = 0x3409, [0x0ca5] = 0x340a, [0x0ca6] = 0x340b, [0x0ca7] = 0x340c, + [0x0ca8] = 0x340d, [0x0ca9] = 0x340e, [0x0caa] = 0x340f, [0x0cab] = 0x3410, + [0x0cac] = 0x3411, [0x0cad] = 0x3412, [0x0cae] = 0x3413, [0x0caf] = 0x3414, + [0x0cb0] = 0x3415, [0x0cb1] = 0x3416, [0x0cb2] = 0x3417, [0x0cb3] = 0x3418, + [0x0cb4] = 0x3419, [0x0cb5] = 0x341a, [0x0cb6] = 0x341b, [0x0cb7] = 0x341c, + [0x0cb8] = 0x341d, [0x0cb9] = 0x341e, [0x0cba] = 0x341f, [0x0cbb] = 0x3420, + [0x0cbc] = 0x3421, [0x0cbd] = 0x3422, [0x0cbe] = 0x3423, [0x0cbf] = 0x3424, + [0x0cc0] = 0x3425, [0x0cc1] = 0x3426, [0x0cc2] = 0x3427, [0x0cc3] = 0x3428, + [0x0cc4] = 0x3429, [0x0cc5] = 0x342a, [0x0cc6] = 0x342b, [0x0cc7] = 0x342c, + [0x0cc8] = 0x342d, [0x0cc9] = 0x342e, [0x0cca] = 0x342f, [0x0ccb] = 0x3430, + [0x0ccc] = 0x3431, [0x0ccd] = 0x3432, [0x0cce] = 0x3433, [0x0ccf] = 0x3434, + [0x0cd0] = 0x3435, [0x0cd1] = 0x3436, [0x0cd2] = 0x3437, [0x0cd3] = 0x3438, + [0x0cd4] = 0x3439, [0x0cd5] = 0x343a, [0x0cd6] = 0x343b, [0x0cd7] = 0x343c, + [0x0cd8] = 0x343d, [0x0cd9] = 0x343e, [0x0cda] = 0x343f, [0x0cdb] = 0x3440, + [0x0cdc] = 0x3441, [0x0cdd] = 0x3442, [0x0cde] = 0x3443, [0x0cdf] = 0x3444, + [0x0ce0] = 0x3445, [0x0ce1] = 0x3446, [0x0ce2] = 0x3448, [0x0ce3] = 0x3449, + [0x0ce4] = 0x344a, [0x0ce5] = 0x344b, [0x0ce6] = 0x344c, [0x0ce7] = 0x344d, + [0x0ce8] = 0x344e, [0x0ce9] = 0x344f, [0x0cea] = 0x3450, [0x0ceb] = 0x3451, + [0x0cec] = 0x3452, [0x0ced] = 0x3453, [0x0cee] = 0x3454, [0x0cef] = 0x3455, + [0x0cf0] = 0x3456, [0x0cf1] = 0x3457, [0x0cf2] = 0x3458, [0x0cf3] = 0x3459, + [0x0cf4] = 0x345a, [0x0cf5] = 0x345b, [0x0cf6] = 0x345c, [0x0cf7] = 0x345d, + [0x0cf8] = 0x345e, [0x0cf9] = 0x345f, [0x0cfa] = 0x3460, [0x0cfb] = 0x3461, + [0x0cfc] = 0x3462, [0x0cfd] = 0x3463, [0x0cfe] = 0x3464, [0x0cff] = 0x3465, + [0x0d00] = 0x3466, [0x0d01] = 0x3467, [0x0d02] = 0x3468, [0x0d03] = 0x3469, + [0x0d04] = 0x346a, [0x0d05] = 0x346b, [0x0d06] = 0x346c, [0x0d07] = 0x346d, + [0x0d08] = 0x346e, [0x0d09] = 0x346f, [0x0d0a] = 0x3470, [0x0d0b] = 0x3471, + [0x0d0c] = 0x3472, [0x0d0d] = 0x3474, [0x0d0e] = 0x3475, [0x0d0f] = 0x3476, + [0x0d10] = 0x3477, [0x0d11] = 0x3478, [0x0d12] = 0x3479, [0x0d13] = 0x347a, + [0x0d14] = 0x347b, [0x0d15] = 0x347c, [0x0d16] = 0x347d, [0x0d17] = 0x347e, + [0x0d18] = 0x347f, [0x0d19] = 0x3480, [0x0d1a] = 0x3481, [0x0d1b] = 0x3482, + [0x0d1c] = 0x3483, [0x0d1d] = 0x3484, [0x0d1e] = 0x3485, [0x0d1f] = 0x3486, + [0x0d20] = 0x3487, [0x0d21] = 0x3488, [0x0d22] = 0x3489, [0x0d23] = 0x348a, + [0x0d24] = 0x348b, [0x0d25] = 0x348c, [0x0d26] = 0x348d, [0x0d27] = 0x348e, + [0x0d28] = 0x348f, [0x0d29] = 0x3490, [0x0d2a] = 0x3491, [0x0d2b] = 0x3492, + [0x0d2c] = 0x3493, [0x0d2d] = 0x3494, [0x0d2e] = 0x3495, [0x0d2f] = 0x3496, + [0x0d30] = 0x3497, [0x0d31] = 0x3498, [0x0d32] = 0x3499, [0x0d33] = 0x349a, + [0x0d34] = 0x349b, [0x0d35] = 0x349c, [0x0d36] = 0x349d, [0x0d37] = 0x349e, + [0x0d38] = 0x349f, [0x0d39] = 0x34a0, [0x0d3a] = 0x34a1, [0x0d3b] = 0x34a2, + [0x0d3c] = 0x34a3, [0x0d3d] = 0x34a4, [0x0d3e] = 0x34a5, [0x0d3f] = 0x34a6, + [0x0d40] = 0x34a7, [0x0d41] = 0x34a8, [0x0d42] = 0x34a9, [0x0d43] = 0x34aa, + [0x0d44] = 0x34ab, [0x0d45] = 0x34ac, [0x0d46] = 0x34ad, [0x0d47] = 0x34ae, + [0x0d48] = 0x34af, [0x0d49] = 0x34b0, [0x0d4a] = 0x34b1, [0x0d4b] = 0x34b2, + [0x0d4c] = 0x34b3, [0x0d4d] = 0x34b4, [0x0d4e] = 0x34b5, [0x0d4f] = 0x34b6, + [0x0d50] = 0x34b7, [0x0d51] = 0x34b8, [0x0d52] = 0x34b9, [0x0d53] = 0x34ba, + [0x0d54] = 0x34bb, [0x0d55] = 0x34bc, [0x0d56] = 0x34bd, [0x0d57] = 0x34be, + [0x0d58] = 0x34bf, [0x0d59] = 0x34c0, [0x0d5a] = 0x34c1, [0x0d5b] = 0x34c2, + [0x0d5c] = 0x34c3, [0x0d5d] = 0x34c4, [0x0d5e] = 0x34c5, [0x0d5f] = 0x34c6, + [0x0d60] = 0x34c7, [0x0d61] = 0x34c8, [0x0d62] = 0x34c9, [0x0d63] = 0x34ca, + [0x0d64] = 0x34cb, [0x0d65] = 0x34cc, [0x0d66] = 0x34cd, [0x0d67] = 0x34ce, + [0x0d68] = 0x34cf, [0x0d69] = 0x34d0, [0x0d6a] = 0x34d1, [0x0d6b] = 0x34d2, + [0x0d6c] = 0x34d3, [0x0d6d] = 0x34d4, [0x0d6e] = 0x34d5, [0x0d6f] = 0x34d6, + [0x0d70] = 0x34d7, [0x0d71] = 0x34d8, [0x0d72] = 0x34d9, [0x0d73] = 0x34da, + [0x0d74] = 0x34db, [0x0d75] = 0x34dc, [0x0d76] = 0x34dd, [0x0d77] = 0x34de, + [0x0d78] = 0x34df, [0x0d79] = 0x34e0, [0x0d7a] = 0x34e1, [0x0d7b] = 0x34e2, + [0x0d7c] = 0x34e3, [0x0d7d] = 0x34e4, [0x0d7e] = 0x34e5, [0x0d7f] = 0x34e6, + [0x0d80] = 0x34e7, [0x0d81] = 0x34e8, [0x0d82] = 0x34e9, [0x0d83] = 0x34ea, + [0x0d84] = 0x34eb, [0x0d85] = 0x34ec, [0x0d86] = 0x34ed, [0x0d87] = 0x34ee, + [0x0d88] = 0x34ef, [0x0d89] = 0x34f0, [0x0d8a] = 0x34f1, [0x0d8b] = 0x34f2, + [0x0d8c] = 0x34f3, [0x0d8d] = 0x34f4, [0x0d8e] = 0x34f5, [0x0d8f] = 0x34f6, + [0x0d90] = 0x34f7, [0x0d91] = 0x34f8, [0x0d92] = 0x34f9, [0x0d93] = 0x34fa, + [0x0d94] = 0x34fb, [0x0d95] = 0x34fc, [0x0d96] = 0x34fd, [0x0d97] = 0x34fe, + [0x0d98] = 0x34ff, [0x0d99] = 0x3500, [0x0d9a] = 0x3501, [0x0d9b] = 0x3502, + [0x0d9c] = 0x3503, [0x0d9d] = 0x3504, [0x0d9e] = 0x3505, [0x0d9f] = 0x3506, + [0x0da0] = 0x3507, [0x0da1] = 0x3508, [0x0da2] = 0x3509, [0x0da3] = 0x350a, + [0x0da4] = 0x350b, [0x0da5] = 0x350c, [0x0da6] = 0x350d, [0x0da7] = 0x350e, + [0x0da8] = 0x350f, [0x0da9] = 0x3510, [0x0daa] = 0x3511, [0x0dab] = 0x3512, + [0x0dac] = 0x3513, [0x0dad] = 0x3514, [0x0dae] = 0x3515, [0x0daf] = 0x3516, + [0x0db0] = 0x3517, [0x0db1] = 0x3518, [0x0db2] = 0x3519, [0x0db3] = 0x351a, + [0x0db4] = 0x351b, [0x0db5] = 0x351c, [0x0db6] = 0x351d, [0x0db7] = 0x351e, + [0x0db8] = 0x351f, [0x0db9] = 0x3520, [0x0dba] = 0x3521, [0x0dbb] = 0x3522, + [0x0dbc] = 0x3523, [0x0dbd] = 0x3524, [0x0dbe] = 0x3525, [0x0dbf] = 0x3526, + [0x0dc0] = 0x3527, [0x0dc1] = 0x3528, [0x0dc2] = 0x3529, [0x0dc3] = 0x352a, + [0x0dc4] = 0x352b, [0x0dc5] = 0x352c, [0x0dc6] = 0x352d, [0x0dc7] = 0x352e, + [0x0dc8] = 0x352f, [0x0dc9] = 0x3530, [0x0dca] = 0x3531, [0x0dcb] = 0x3532, + [0x0dcc] = 0x3533, [0x0dcd] = 0x3534, [0x0dce] = 0x3535, [0x0dcf] = 0x3536, + [0x0dd0] = 0x3537, [0x0dd1] = 0x3538, [0x0dd2] = 0x3539, [0x0dd3] = 0x353a, + [0x0dd4] = 0x353b, [0x0dd5] = 0x353c, [0x0dd6] = 0x353d, [0x0dd7] = 0x353e, + [0x0dd8] = 0x353f, [0x0dd9] = 0x3540, [0x0dda] = 0x3541, [0x0ddb] = 0x3542, + [0x0ddc] = 0x3543, [0x0ddd] = 0x3544, [0x0dde] = 0x3545, [0x0ddf] = 0x3546, + [0x0de0] = 0x3547, [0x0de1] = 0x3548, [0x0de2] = 0x3549, [0x0de3] = 0x354a, + [0x0de4] = 0x354b, [0x0de5] = 0x354c, [0x0de6] = 0x354d, [0x0de7] = 0x354e, + [0x0de8] = 0x354f, [0x0de9] = 0x3550, [0x0dea] = 0x3551, [0x0deb] = 0x3552, + [0x0dec] = 0x3553, [0x0ded] = 0x3554, [0x0dee] = 0x3555, [0x0def] = 0x3556, + [0x0df0] = 0x3557, [0x0df1] = 0x3558, [0x0df2] = 0x3559, [0x0df3] = 0x355a, + [0x0df4] = 0x355b, [0x0df5] = 0x355c, [0x0df6] = 0x355d, [0x0df7] = 0x355e, + [0x0df8] = 0x355f, [0x0df9] = 0x3560, [0x0dfa] = 0x3561, [0x0dfb] = 0x3562, + [0x0dfc] = 0x3563, [0x0dfd] = 0x3564, [0x0dfe] = 0x3565, [0x0dff] = 0x3566, + [0x0e00] = 0x3567, [0x0e01] = 0x3568, [0x0e02] = 0x3569, [0x0e03] = 0x356a, + [0x0e04] = 0x356b, [0x0e05] = 0x356c, [0x0e06] = 0x356d, [0x0e07] = 0x356e, + [0x0e08] = 0x356f, [0x0e09] = 0x3570, [0x0e0a] = 0x3571, [0x0e0b] = 0x3572, + [0x0e0c] = 0x3573, [0x0e0d] = 0x3574, [0x0e0e] = 0x3575, [0x0e0f] = 0x3576, + [0x0e10] = 0x3577, [0x0e11] = 0x3578, [0x0e12] = 0x3579, [0x0e13] = 0x357a, + [0x0e14] = 0x357b, [0x0e15] = 0x357c, [0x0e16] = 0x357d, [0x0e17] = 0x357e, + [0x0e18] = 0x357f, [0x0e19] = 0x3580, [0x0e1a] = 0x3581, [0x0e1b] = 0x3582, + [0x0e1c] = 0x3583, [0x0e1d] = 0x3584, [0x0e1e] = 0x3585, [0x0e1f] = 0x3586, + [0x0e20] = 0x3587, [0x0e21] = 0x3588, [0x0e22] = 0x3589, [0x0e23] = 0x358a, + [0x0e24] = 0x358b, [0x0e25] = 0x358c, [0x0e26] = 0x358d, [0x0e27] = 0x358e, + [0x0e28] = 0x358f, [0x0e29] = 0x3590, [0x0e2a] = 0x3591, [0x0e2b] = 0x3592, + [0x0e2c] = 0x3593, [0x0e2d] = 0x3594, [0x0e2e] = 0x3595, [0x0e2f] = 0x3596, + [0x0e30] = 0x3597, [0x0e31] = 0x3598, [0x0e32] = 0x3599, [0x0e33] = 0x359a, + [0x0e34] = 0x359b, [0x0e35] = 0x359c, [0x0e36] = 0x359d, [0x0e37] = 0x359f, + [0x0e38] = 0x35a0, [0x0e39] = 0x35a1, [0x0e3a] = 0x35a2, [0x0e3b] = 0x35a3, + [0x0e3c] = 0x35a4, [0x0e3d] = 0x35a5, [0x0e3e] = 0x35a6, [0x0e3f] = 0x35a7, + [0x0e40] = 0x35a8, [0x0e41] = 0x35a9, [0x0e42] = 0x35aa, [0x0e43] = 0x35ab, + [0x0e44] = 0x35ac, [0x0e45] = 0x35ad, [0x0e46] = 0x35ae, [0x0e47] = 0x35af, + [0x0e48] = 0x35b0, [0x0e49] = 0x35b1, [0x0e4a] = 0x35b2, [0x0e4b] = 0x35b3, + [0x0e4c] = 0x35b4, [0x0e4d] = 0x35b5, [0x0e4e] = 0x35b6, [0x0e4f] = 0x35b7, + [0x0e50] = 0x35b8, [0x0e51] = 0x35b9, [0x0e52] = 0x35ba, [0x0e53] = 0x35bb, + [0x0e54] = 0x35bc, [0x0e55] = 0x35bd, [0x0e56] = 0x35be, [0x0e57] = 0x35bf, + [0x0e58] = 0x35c0, [0x0e59] = 0x35c1, [0x0e5a] = 0x35c2, [0x0e5b] = 0x35c3, + [0x0e5c] = 0x35c4, [0x0e5d] = 0x35c5, [0x0e5e] = 0x35c6, [0x0e5f] = 0x35c7, + [0x0e60] = 0x35c8, [0x0e61] = 0x35c9, [0x0e62] = 0x35ca, [0x0e63] = 0x35cb, + [0x0e64] = 0x35cc, [0x0e65] = 0x35cd, [0x0e66] = 0x35ce, [0x0e67] = 0x35cf, + [0x0e68] = 0x35d0, [0x0e69] = 0x35d1, [0x0e6a] = 0x35d2, [0x0e6b] = 0x35d3, + [0x0e6c] = 0x35d4, [0x0e6d] = 0x35d5, [0x0e6e] = 0x35d6, [0x0e6f] = 0x35d7, + [0x0e70] = 0x35d8, [0x0e71] = 0x35d9, [0x0e72] = 0x35da, [0x0e73] = 0x35db, + [0x0e74] = 0x35dc, [0x0e75] = 0x35dd, [0x0e76] = 0x35de, [0x0e77] = 0x35df, + [0x0e78] = 0x35e0, [0x0e79] = 0x35e1, [0x0e7a] = 0x35e2, [0x0e7b] = 0x35e3, + [0x0e7c] = 0x35e4, [0x0e7d] = 0x35e5, [0x0e7e] = 0x35e6, [0x0e7f] = 0x35e7, + [0x0e80] = 0x35e8, [0x0e81] = 0x35e9, [0x0e82] = 0x35ea, [0x0e83] = 0x35eb, + [0x0e84] = 0x35ec, [0x0e85] = 0x35ed, [0x0e86] = 0x35ee, [0x0e87] = 0x35ef, + [0x0e88] = 0x35f0, [0x0e89] = 0x35f1, [0x0e8a] = 0x35f2, [0x0e8b] = 0x35f3, + [0x0e8c] = 0x35f4, [0x0e8d] = 0x35f5, [0x0e8e] = 0x35f6, [0x0e8f] = 0x35f7, + [0x0e90] = 0x35f8, [0x0e91] = 0x35f9, [0x0e92] = 0x35fa, [0x0e93] = 0x35fb, + [0x0e94] = 0x35fc, [0x0e95] = 0x35fd, [0x0e96] = 0x35fe, [0x0e97] = 0x35ff, + [0x0e98] = 0x3600, [0x0e99] = 0x3601, [0x0e9a] = 0x3602, [0x0e9b] = 0x3603, + [0x0e9c] = 0x3604, [0x0e9d] = 0x3605, [0x0e9e] = 0x3606, [0x0e9f] = 0x3607, + [0x0ea0] = 0x3608, [0x0ea1] = 0x3609, [0x0ea2] = 0x360a, [0x0ea3] = 0x360b, + [0x0ea4] = 0x360c, [0x0ea5] = 0x360d, [0x0ea6] = 0x360f, [0x0ea7] = 0x3610, + [0x0ea8] = 0x3611, [0x0ea9] = 0x3612, [0x0eaa] = 0x3613, [0x0eab] = 0x3614, + [0x0eac] = 0x3615, [0x0ead] = 0x3616, [0x0eae] = 0x3617, [0x0eaf] = 0x3618, + [0x0eb0] = 0x3619, [0x0eb1] = 0x361b, [0x0eb2] = 0x361c, [0x0eb3] = 0x361d, + [0x0eb4] = 0x361e, [0x0eb5] = 0x361f, [0x0eb6] = 0x3620, [0x0eb7] = 0x3621, + [0x0eb8] = 0x3622, [0x0eb9] = 0x3623, [0x0eba] = 0x3624, [0x0ebb] = 0x3625, + [0x0ebc] = 0x3626, [0x0ebd] = 0x3627, [0x0ebe] = 0x3628, [0x0ebf] = 0x3629, + [0x0ec0] = 0x362a, [0x0ec1] = 0x362b, [0x0ec2] = 0x362c, [0x0ec3] = 0x362d, + [0x0ec4] = 0x362e, [0x0ec5] = 0x362f, [0x0ec6] = 0x3630, [0x0ec7] = 0x3631, + [0x0ec8] = 0x3632, [0x0ec9] = 0x3633, [0x0eca] = 0x3634, [0x0ecb] = 0x3635, + [0x0ecc] = 0x3636, [0x0ecd] = 0x3637, [0x0ece] = 0x3638, [0x0ecf] = 0x3639, + [0x0ed0] = 0x363a, [0x0ed1] = 0x363b, [0x0ed2] = 0x363c, [0x0ed3] = 0x363d, + [0x0ed4] = 0x363e, [0x0ed5] = 0x363f, [0x0ed6] = 0x3640, [0x0ed7] = 0x3641, + [0x0ed8] = 0x3642, [0x0ed9] = 0x3643, [0x0eda] = 0x3644, [0x0edb] = 0x3645, + [0x0edc] = 0x3646, [0x0edd] = 0x3647, [0x0ede] = 0x3648, [0x0edf] = 0x3649, + [0x0ee0] = 0x364a, [0x0ee1] = 0x364b, [0x0ee2] = 0x364c, [0x0ee3] = 0x364d, + [0x0ee4] = 0x364e, [0x0ee5] = 0x364f, [0x0ee6] = 0x3650, [0x0ee7] = 0x3651, + [0x0ee8] = 0x3652, [0x0ee9] = 0x3653, [0x0eea] = 0x3654, [0x0eeb] = 0x3655, + [0x0eec] = 0x3656, [0x0eed] = 0x3657, [0x0eee] = 0x3658, [0x0eef] = 0x3659, + [0x0ef0] = 0x365a, [0x0ef1] = 0x365b, [0x0ef2] = 0x365c, [0x0ef3] = 0x365d, + [0x0ef4] = 0x365e, [0x0ef5] = 0x365f, [0x0ef6] = 0x3660, [0x0ef7] = 0x3661, + [0x0ef8] = 0x3662, [0x0ef9] = 0x3663, [0x0efa] = 0x3664, [0x0efb] = 0x3665, + [0x0efc] = 0x3666, [0x0efd] = 0x3667, [0x0efe] = 0x3668, [0x0eff] = 0x3669, + [0x0f00] = 0x366a, [0x0f01] = 0x366b, [0x0f02] = 0x366c, [0x0f03] = 0x366d, + [0x0f04] = 0x366e, [0x0f05] = 0x366f, [0x0f06] = 0x3670, [0x0f07] = 0x3671, + [0x0f08] = 0x3672, [0x0f09] = 0x3673, [0x0f0a] = 0x3674, [0x0f0b] = 0x3675, + [0x0f0c] = 0x3676, [0x0f0d] = 0x3677, [0x0f0e] = 0x3678, [0x0f0f] = 0x3679, + [0x0f10] = 0x367a, [0x0f11] = 0x367b, [0x0f12] = 0x367c, [0x0f13] = 0x367d, + [0x0f14] = 0x367e, [0x0f15] = 0x367f, [0x0f16] = 0x3680, [0x0f17] = 0x3681, + [0x0f18] = 0x3682, [0x0f19] = 0x3683, [0x0f1a] = 0x3684, [0x0f1b] = 0x3685, + [0x0f1c] = 0x3686, [0x0f1d] = 0x3687, [0x0f1e] = 0x3688, [0x0f1f] = 0x3689, + [0x0f20] = 0x368a, [0x0f21] = 0x368b, [0x0f22] = 0x368c, [0x0f23] = 0x368d, + [0x0f24] = 0x368e, [0x0f25] = 0x368f, [0x0f26] = 0x3690, [0x0f27] = 0x3691, + [0x0f28] = 0x3692, [0x0f29] = 0x3693, [0x0f2a] = 0x3694, [0x0f2b] = 0x3695, + [0x0f2c] = 0x3696, [0x0f2d] = 0x3697, [0x0f2e] = 0x3698, [0x0f2f] = 0x3699, + [0x0f30] = 0x369a, [0x0f31] = 0x369b, [0x0f32] = 0x369c, [0x0f33] = 0x369d, + [0x0f34] = 0x369e, [0x0f35] = 0x369f, [0x0f36] = 0x36a0, [0x0f37] = 0x36a1, + [0x0f38] = 0x36a2, [0x0f39] = 0x36a3, [0x0f3a] = 0x36a4, [0x0f3b] = 0x36a5, + [0x0f3c] = 0x36a6, [0x0f3d] = 0x36a7, [0x0f3e] = 0x36a8, [0x0f3f] = 0x36a9, + [0x0f40] = 0x36aa, [0x0f41] = 0x36ab, [0x0f42] = 0x36ac, [0x0f43] = 0x36ad, + [0x0f44] = 0x36ae, [0x0f45] = 0x36af, [0x0f46] = 0x36b0, [0x0f47] = 0x36b1, + [0x0f48] = 0x36b2, [0x0f49] = 0x36b3, [0x0f4a] = 0x36b4, [0x0f4b] = 0x36b5, + [0x0f4c] = 0x36b6, [0x0f4d] = 0x36b7, [0x0f4e] = 0x36b8, [0x0f4f] = 0x36b9, + [0x0f50] = 0x36ba, [0x0f51] = 0x36bb, [0x0f52] = 0x36bc, [0x0f53] = 0x36bd, + [0x0f54] = 0x36be, [0x0f55] = 0x36bf, [0x0f56] = 0x36c0, [0x0f57] = 0x36c1, + [0x0f58] = 0x36c2, [0x0f59] = 0x36c3, [0x0f5a] = 0x36c4, [0x0f5b] = 0x36c5, + [0x0f5c] = 0x36c6, [0x0f5d] = 0x36c7, [0x0f5e] = 0x36c8, [0x0f5f] = 0x36c9, + [0x0f60] = 0x36ca, [0x0f61] = 0x36cb, [0x0f62] = 0x36cc, [0x0f63] = 0x36cd, + [0x0f64] = 0x36ce, [0x0f65] = 0x36cf, [0x0f66] = 0x36d0, [0x0f67] = 0x36d1, + [0x0f68] = 0x36d2, [0x0f69] = 0x36d3, [0x0f6a] = 0x36d4, [0x0f6b] = 0x36d5, + [0x0f6c] = 0x36d6, [0x0f6d] = 0x36d7, [0x0f6e] = 0x36d8, [0x0f6f] = 0x36d9, + [0x0f70] = 0x36da, [0x0f71] = 0x36db, [0x0f72] = 0x36dc, [0x0f73] = 0x36dd, + [0x0f74] = 0x36de, [0x0f75] = 0x36df, [0x0f76] = 0x36e0, [0x0f77] = 0x36e1, + [0x0f78] = 0x36e2, [0x0f79] = 0x36e3, [0x0f7a] = 0x36e4, [0x0f7b] = 0x36e5, + [0x0f7c] = 0x36e6, [0x0f7d] = 0x36e7, [0x0f7e] = 0x36e8, [0x0f7f] = 0x36e9, + [0x0f80] = 0x36ea, [0x0f81] = 0x36eb, [0x0f82] = 0x36ec, [0x0f83] = 0x36ed, + [0x0f84] = 0x36ee, [0x0f85] = 0x36ef, [0x0f86] = 0x36f0, [0x0f87] = 0x36f1, + [0x0f88] = 0x36f2, [0x0f89] = 0x36f3, [0x0f8a] = 0x36f4, [0x0f8b] = 0x36f5, + [0x0f8c] = 0x36f6, [0x0f8d] = 0x36f7, [0x0f8e] = 0x36f8, [0x0f8f] = 0x36f9, + [0x0f90] = 0x36fa, [0x0f91] = 0x36fb, [0x0f92] = 0x36fc, [0x0f93] = 0x36fd, + [0x0f94] = 0x36fe, [0x0f95] = 0x36ff, [0x0f96] = 0x3700, [0x0f97] = 0x3701, + [0x0f98] = 0x3702, [0x0f99] = 0x3703, [0x0f9a] = 0x3704, [0x0f9b] = 0x3705, + [0x0f9c] = 0x3706, [0x0f9d] = 0x3707, [0x0f9e] = 0x3708, [0x0f9f] = 0x3709, + [0x0fa0] = 0x370a, [0x0fa1] = 0x370b, [0x0fa2] = 0x370c, [0x0fa3] = 0x370d, + [0x0fa4] = 0x370e, [0x0fa5] = 0x370f, [0x0fa6] = 0x3710, [0x0fa7] = 0x3711, + [0x0fa8] = 0x3712, [0x0fa9] = 0x3713, [0x0faa] = 0x3714, [0x0fab] = 0x3715, + [0x0fac] = 0x3716, [0x0fad] = 0x3717, [0x0fae] = 0x3718, [0x0faf] = 0x3719, + [0x0fb0] = 0x371a, [0x0fb1] = 0x371b, [0x0fb2] = 0x371c, [0x0fb3] = 0x371d, + [0x0fb4] = 0x371e, [0x0fb5] = 0x371f, [0x0fb6] = 0x3720, [0x0fb7] = 0x3721, + [0x0fb8] = 0x3722, [0x0fb9] = 0x3723, [0x0fba] = 0x3724, [0x0fbb] = 0x3725, + [0x0fbc] = 0x3726, [0x0fbd] = 0x3727, [0x0fbe] = 0x3728, [0x0fbf] = 0x3729, + [0x0fc0] = 0x372a, [0x0fc1] = 0x372b, [0x0fc2] = 0x372c, [0x0fc3] = 0x372d, + [0x0fc4] = 0x372e, [0x0fc5] = 0x372f, [0x0fc6] = 0x3730, [0x0fc7] = 0x3731, + [0x0fc8] = 0x3732, [0x0fc9] = 0x3733, [0x0fca] = 0x3734, [0x0fcb] = 0x3735, + [0x0fcc] = 0x3736, [0x0fcd] = 0x3737, [0x0fce] = 0x3738, [0x0fcf] = 0x3739, + [0x0fd0] = 0x373a, [0x0fd1] = 0x373b, [0x0fd2] = 0x373c, [0x0fd3] = 0x373d, + [0x0fd4] = 0x373e, [0x0fd5] = 0x373f, [0x0fd6] = 0x3740, [0x0fd7] = 0x3741, + [0x0fd8] = 0x3742, [0x0fd9] = 0x3743, [0x0fda] = 0x3744, [0x0fdb] = 0x3745, + [0x0fdc] = 0x3746, [0x0fdd] = 0x3747, [0x0fde] = 0x3748, [0x0fdf] = 0x3749, + [0x0fe0] = 0x374a, [0x0fe1] = 0x374b, [0x0fe2] = 0x374c, [0x0fe3] = 0x374d, + [0x0fe4] = 0x374e, [0x0fe5] = 0x374f, [0x0fe6] = 0x3750, [0x0fe7] = 0x3751, + [0x0fe8] = 0x3752, [0x0fe9] = 0x3753, [0x0fea] = 0x3754, [0x0feb] = 0x3755, + [0x0fec] = 0x3756, [0x0fed] = 0x3757, [0x0fee] = 0x3758, [0x0fef] = 0x3759, + [0x0ff0] = 0x375a, [0x0ff1] = 0x375b, [0x0ff2] = 0x375c, [0x0ff3] = 0x375d, + [0x0ff4] = 0x375e, [0x0ff5] = 0x375f, [0x0ff6] = 0x3760, [0x0ff7] = 0x3761, + [0x0ff8] = 0x3762, [0x0ff9] = 0x3763, [0x0ffa] = 0x3764, [0x0ffb] = 0x3765, + [0x0ffc] = 0x3766, [0x0ffd] = 0x3767, [0x0ffe] = 0x3768, [0x0fff] = 0x3769, + [0x1000] = 0x376a, [0x1001] = 0x376b, [0x1002] = 0x376c, [0x1003] = 0x376d, + [0x1004] = 0x376e, [0x1005] = 0x376f, [0x1006] = 0x3770, [0x1007] = 0x3771, + [0x1008] = 0x3772, [0x1009] = 0x3773, [0x100a] = 0x3774, [0x100b] = 0x3775, + [0x100c] = 0x3776, [0x100d] = 0x3777, [0x100e] = 0x3778, [0x100f] = 0x3779, + [0x1010] = 0x377a, [0x1011] = 0x377b, [0x1012] = 0x377c, [0x1013] = 0x377d, + [0x1014] = 0x377e, [0x1015] = 0x377f, [0x1016] = 0x3780, [0x1017] = 0x3781, + [0x1018] = 0x3782, [0x1019] = 0x3783, [0x101a] = 0x3784, [0x101b] = 0x3785, + [0x101c] = 0x3786, [0x101d] = 0x3787, [0x101e] = 0x3788, [0x101f] = 0x3789, + [0x1020] = 0x378a, [0x1021] = 0x378b, [0x1022] = 0x378c, [0x1023] = 0x378d, + [0x1024] = 0x378e, [0x1025] = 0x378f, [0x1026] = 0x3790, [0x1027] = 0x3791, + [0x1028] = 0x3792, [0x1029] = 0x3793, [0x102a] = 0x3794, [0x102b] = 0x3795, + [0x102c] = 0x3796, [0x102d] = 0x3797, [0x102e] = 0x3798, [0x102f] = 0x3799, + [0x1030] = 0x379a, [0x1031] = 0x379b, [0x1032] = 0x379c, [0x1033] = 0x379d, + [0x1034] = 0x379e, [0x1035] = 0x379f, [0x1036] = 0x37a0, [0x1037] = 0x37a1, + [0x1038] = 0x37a2, [0x1039] = 0x37a3, [0x103a] = 0x37a4, [0x103b] = 0x37a5, + [0x103c] = 0x37a6, [0x103d] = 0x37a7, [0x103e] = 0x37a8, [0x103f] = 0x37a9, + [0x1040] = 0x37aa, [0x1041] = 0x37ab, [0x1042] = 0x37ac, [0x1043] = 0x37ad, + [0x1044] = 0x37ae, [0x1045] = 0x37af, [0x1046] = 0x37b0, [0x1047] = 0x37b1, + [0x1048] = 0x37b2, [0x1049] = 0x37b3, [0x104a] = 0x37b4, [0x104b] = 0x37b5, + [0x104c] = 0x37b6, [0x104d] = 0x37b7, [0x104e] = 0x37b8, [0x104f] = 0x37b9, + [0x1050] = 0x37ba, [0x1051] = 0x37bb, [0x1052] = 0x37bc, [0x1053] = 0x37bd, + [0x1054] = 0x37be, [0x1055] = 0x37bf, [0x1056] = 0x37c0, [0x1057] = 0x37c1, + [0x1058] = 0x37c2, [0x1059] = 0x37c3, [0x105a] = 0x37c4, [0x105b] = 0x37c5, + [0x105c] = 0x37c6, [0x105d] = 0x37c7, [0x105e] = 0x37c8, [0x105f] = 0x37c9, + [0x1060] = 0x37ca, [0x1061] = 0x37cb, [0x1062] = 0x37cc, [0x1063] = 0x37cd, + [0x1064] = 0x37ce, [0x1065] = 0x37cf, [0x1066] = 0x37d0, [0x1067] = 0x37d1, + [0x1068] = 0x37d2, [0x1069] = 0x37d3, [0x106a] = 0x37d4, [0x106b] = 0x37d5, + [0x106c] = 0x37d6, [0x106d] = 0x37d7, [0x106e] = 0x37d8, [0x106f] = 0x37d9, + [0x1070] = 0x37da, [0x1071] = 0x37db, [0x1072] = 0x37dc, [0x1073] = 0x37dd, + [0x1074] = 0x37de, [0x1075] = 0x37df, [0x1076] = 0x37e0, [0x1077] = 0x37e1, + [0x1078] = 0x37e2, [0x1079] = 0x37e3, [0x107a] = 0x37e4, [0x107b] = 0x37e5, + [0x107c] = 0x37e6, [0x107d] = 0x37e7, [0x107e] = 0x37e8, [0x107f] = 0x37e9, + [0x1080] = 0x37ea, [0x1081] = 0x37eb, [0x1082] = 0x37ec, [0x1083] = 0x37ed, + [0x1084] = 0x37ee, [0x1085] = 0x37ef, [0x1086] = 0x37f0, [0x1087] = 0x37f1, + [0x1088] = 0x37f2, [0x1089] = 0x37f3, [0x108a] = 0x37f4, [0x108b] = 0x37f5, + [0x108c] = 0x37f6, [0x108d] = 0x37f7, [0x108e] = 0x37f8, [0x108f] = 0x37f9, + [0x1090] = 0x37fa, [0x1091] = 0x37fb, [0x1092] = 0x37fc, [0x1093] = 0x37fd, + [0x1094] = 0x37fe, [0x1095] = 0x37ff, [0x1096] = 0x3800, [0x1097] = 0x3801, + [0x1098] = 0x3802, [0x1099] = 0x3803, [0x109a] = 0x3804, [0x109b] = 0x3805, + [0x109c] = 0x3806, [0x109d] = 0x3807, [0x109e] = 0x3808, [0x109f] = 0x3809, + [0x10a0] = 0x380a, [0x10a1] = 0x380b, [0x10a2] = 0x380c, [0x10a3] = 0x380d, + [0x10a4] = 0x380e, [0x10a5] = 0x380f, [0x10a6] = 0x3810, [0x10a7] = 0x3811, + [0x10a8] = 0x3812, [0x10a9] = 0x3813, [0x10aa] = 0x3814, [0x10ab] = 0x3815, + [0x10ac] = 0x3816, [0x10ad] = 0x3817, [0x10ae] = 0x3818, [0x10af] = 0x3819, + [0x10b0] = 0x381a, [0x10b1] = 0x381b, [0x10b2] = 0x381c, [0x10b3] = 0x381d, + [0x10b4] = 0x381e, [0x10b5] = 0x381f, [0x10b6] = 0x3820, [0x10b7] = 0x3821, + [0x10b8] = 0x3822, [0x10b9] = 0x3823, [0x10ba] = 0x3824, [0x10bb] = 0x3825, + [0x10bc] = 0x3826, [0x10bd] = 0x3827, [0x10be] = 0x3828, [0x10bf] = 0x3829, + [0x10c0] = 0x382a, [0x10c1] = 0x382b, [0x10c2] = 0x382c, [0x10c3] = 0x382d, + [0x10c4] = 0x382e, [0x10c5] = 0x382f, [0x10c6] = 0x3830, [0x10c7] = 0x3831, + [0x10c8] = 0x3832, [0x10c9] = 0x3833, [0x10ca] = 0x3834, [0x10cb] = 0x3835, + [0x10cc] = 0x3836, [0x10cd] = 0x3837, [0x10ce] = 0x3838, [0x10cf] = 0x3839, + [0x10d0] = 0x383a, [0x10d1] = 0x383b, [0x10d2] = 0x383c, [0x10d3] = 0x383d, + [0x10d4] = 0x383e, [0x10d5] = 0x383f, [0x10d6] = 0x3840, [0x10d7] = 0x3841, + [0x10d8] = 0x3842, [0x10d9] = 0x3843, [0x10da] = 0x3844, [0x10db] = 0x3845, + [0x10dc] = 0x3846, [0x10dd] = 0x3847, [0x10de] = 0x3848, [0x10df] = 0x3849, + [0x10e0] = 0x384a, [0x10e1] = 0x384b, [0x10e2] = 0x384c, [0x10e3] = 0x384d, + [0x10e4] = 0x384e, [0x10e5] = 0x384f, [0x10e6] = 0x3850, [0x10e7] = 0x3851, + [0x10e8] = 0x3852, [0x10e9] = 0x3853, [0x10ea] = 0x3854, [0x10eb] = 0x3855, + [0x10ec] = 0x3856, [0x10ed] = 0x3857, [0x10ee] = 0x3858, [0x10ef] = 0x3859, + [0x10f0] = 0x385a, [0x10f1] = 0x385b, [0x10f2] = 0x385c, [0x10f3] = 0x385d, + [0x10f4] = 0x385e, [0x10f5] = 0x385f, [0x10f6] = 0x3860, [0x10f7] = 0x3861, + [0x10f8] = 0x3862, [0x10f9] = 0x3863, [0x10fa] = 0x3864, [0x10fb] = 0x3865, + [0x10fc] = 0x3866, [0x10fd] = 0x3867, [0x10fe] = 0x3868, [0x10ff] = 0x3869, + [0x1100] = 0x386a, [0x1101] = 0x386b, [0x1102] = 0x386c, [0x1103] = 0x386d, + [0x1104] = 0x386e, [0x1105] = 0x386f, [0x1106] = 0x3870, [0x1107] = 0x3871, + [0x1108] = 0x3872, [0x1109] = 0x3873, [0x110a] = 0x3874, [0x110b] = 0x3875, + [0x110c] = 0x3876, [0x110d] = 0x3877, [0x110e] = 0x3878, [0x110f] = 0x3879, + [0x1110] = 0x387a, [0x1111] = 0x387b, [0x1112] = 0x387c, [0x1113] = 0x387d, + [0x1114] = 0x387e, [0x1115] = 0x387f, [0x1116] = 0x3880, [0x1117] = 0x3881, + [0x1118] = 0x3882, [0x1119] = 0x3883, [0x111a] = 0x3884, [0x111b] = 0x3885, + [0x111c] = 0x3886, [0x111d] = 0x3887, [0x111e] = 0x3888, [0x111f] = 0x3889, + [0x1120] = 0x388a, [0x1121] = 0x388b, [0x1122] = 0x388c, [0x1123] = 0x388d, + [0x1124] = 0x388e, [0x1125] = 0x388f, [0x1126] = 0x3890, [0x1127] = 0x3891, + [0x1128] = 0x3892, [0x1129] = 0x3893, [0x112a] = 0x3894, [0x112b] = 0x3895, + [0x112c] = 0x3896, [0x112d] = 0x3897, [0x112e] = 0x3898, [0x112f] = 0x3899, + [0x1130] = 0x389a, [0x1131] = 0x389b, [0x1132] = 0x389c, [0x1133] = 0x389d, + [0x1134] = 0x389e, [0x1135] = 0x389f, [0x1136] = 0x38a0, [0x1137] = 0x38a1, + [0x1138] = 0x38a2, [0x1139] = 0x38a3, [0x113a] = 0x38a4, [0x113b] = 0x38a5, + [0x113c] = 0x38a6, [0x113d] = 0x38a7, [0x113e] = 0x38a8, [0x113f] = 0x38a9, + [0x1140] = 0x38aa, [0x1141] = 0x38ab, [0x1142] = 0x38ac, [0x1143] = 0x38ad, + [0x1144] = 0x38ae, [0x1145] = 0x38af, [0x1146] = 0x38b0, [0x1147] = 0x38b1, + [0x1148] = 0x38b2, [0x1149] = 0x38b3, [0x114a] = 0x38b4, [0x114b] = 0x38b5, + [0x114c] = 0x38b6, [0x114d] = 0x38b7, [0x114e] = 0x38b8, [0x114f] = 0x38b9, + [0x1150] = 0x38ba, [0x1151] = 0x38bb, [0x1152] = 0x38bc, [0x1153] = 0x38bd, + [0x1154] = 0x38be, [0x1155] = 0x38bf, [0x1156] = 0x38c0, [0x1157] = 0x38c1, + [0x1158] = 0x38c2, [0x1159] = 0x38c3, [0x115a] = 0x38c4, [0x115b] = 0x38c5, + [0x115c] = 0x38c6, [0x115d] = 0x38c7, [0x115e] = 0x38c8, [0x115f] = 0x38c9, + [0x1160] = 0x38ca, [0x1161] = 0x38cb, [0x1162] = 0x38cc, [0x1163] = 0x38cd, + [0x1164] = 0x38ce, [0x1165] = 0x38cf, [0x1166] = 0x38d0, [0x1167] = 0x38d1, + [0x1168] = 0x38d2, [0x1169] = 0x38d3, [0x116a] = 0x38d4, [0x116b] = 0x38d5, + [0x116c] = 0x38d6, [0x116d] = 0x38d7, [0x116e] = 0x38d8, [0x116f] = 0x38d9, + [0x1170] = 0x38da, [0x1171] = 0x38db, [0x1172] = 0x38dc, [0x1173] = 0x38dd, + [0x1174] = 0x38de, [0x1175] = 0x38df, [0x1176] = 0x38e0, [0x1177] = 0x38e1, + [0x1178] = 0x38e2, [0x1179] = 0x38e3, [0x117a] = 0x38e4, [0x117b] = 0x38e5, + [0x117c] = 0x38e6, [0x117d] = 0x38e7, [0x117e] = 0x38e8, [0x117f] = 0x38e9, + [0x1180] = 0x38ea, [0x1181] = 0x38eb, [0x1182] = 0x38ec, [0x1183] = 0x38ed, + [0x1184] = 0x38ee, [0x1185] = 0x38ef, [0x1186] = 0x38f0, [0x1187] = 0x38f1, + [0x1188] = 0x38f2, [0x1189] = 0x38f3, [0x118a] = 0x38f4, [0x118b] = 0x38f5, + [0x118c] = 0x38f6, [0x118d] = 0x38f7, [0x118e] = 0x38f8, [0x118f] = 0x38f9, + [0x1190] = 0x38fa, [0x1191] = 0x38fb, [0x1192] = 0x38fc, [0x1193] = 0x38fd, + [0x1194] = 0x38fe, [0x1195] = 0x38ff, [0x1196] = 0x3900, [0x1197] = 0x3901, + [0x1198] = 0x3902, [0x1199] = 0x3903, [0x119a] = 0x3904, [0x119b] = 0x3905, + [0x119c] = 0x3906, [0x119d] = 0x3907, [0x119e] = 0x3908, [0x119f] = 0x3909, + [0x11a0] = 0x390a, [0x11a1] = 0x390b, [0x11a2] = 0x390c, [0x11a3] = 0x390d, + [0x11a4] = 0x390e, [0x11a5] = 0x390f, [0x11a6] = 0x3910, [0x11a7] = 0x3911, + [0x11a8] = 0x3912, [0x11a9] = 0x3913, [0x11aa] = 0x3914, [0x11ab] = 0x3915, + [0x11ac] = 0x3916, [0x11ad] = 0x3917, [0x11ae] = 0x3919, [0x11af] = 0x391a, + [0x11b0] = 0x391b, [0x11b1] = 0x391c, [0x11b2] = 0x391d, [0x11b3] = 0x391e, + [0x11b4] = 0x391f, [0x11b5] = 0x3920, [0x11b6] = 0x3921, [0x11b7] = 0x3922, + [0x11b8] = 0x3923, [0x11b9] = 0x3924, [0x11ba] = 0x3925, [0x11bb] = 0x3926, + [0x11bc] = 0x3927, [0x11bd] = 0x3928, [0x11be] = 0x3929, [0x11bf] = 0x392a, + [0x11c0] = 0x392b, [0x11c1] = 0x392c, [0x11c2] = 0x392d, [0x11c3] = 0x392e, + [0x11c4] = 0x392f, [0x11c5] = 0x3930, [0x11c6] = 0x3931, [0x11c7] = 0x3932, + [0x11c8] = 0x3933, [0x11c9] = 0x3934, [0x11ca] = 0x3935, [0x11cb] = 0x3936, + [0x11cc] = 0x3937, [0x11cd] = 0x3938, [0x11ce] = 0x3939, [0x11cf] = 0x393a, + [0x11d0] = 0x393b, [0x11d1] = 0x393c, [0x11d2] = 0x393d, [0x11d3] = 0x393e, + [0x11d4] = 0x393f, [0x11d5] = 0x3940, [0x11d6] = 0x3941, [0x11d7] = 0x3942, + [0x11d8] = 0x3943, [0x11d9] = 0x3944, [0x11da] = 0x3945, [0x11db] = 0x3946, + [0x11dc] = 0x3947, [0x11dd] = 0x3948, [0x11de] = 0x3949, [0x11df] = 0x394a, + [0x11e0] = 0x394b, [0x11e1] = 0x394c, [0x11e2] = 0x394d, [0x11e3] = 0x394e, + [0x11e4] = 0x394f, [0x11e5] = 0x3950, [0x11e6] = 0x3951, [0x11e7] = 0x3952, + [0x11e8] = 0x3953, [0x11e9] = 0x3954, [0x11ea] = 0x3955, [0x11eb] = 0x3956, + [0x11ec] = 0x3957, [0x11ed] = 0x3958, [0x11ee] = 0x3959, [0x11ef] = 0x395a, + [0x11f0] = 0x395b, [0x11f1] = 0x395c, [0x11f2] = 0x395d, [0x11f3] = 0x395e, + [0x11f4] = 0x395f, [0x11f5] = 0x3960, [0x11f6] = 0x3961, [0x11f7] = 0x3962, + [0x11f8] = 0x3963, [0x11f9] = 0x3964, [0x11fa] = 0x3965, [0x11fb] = 0x3966, + [0x11fc] = 0x3967, [0x11fd] = 0x3968, [0x11fe] = 0x3969, [0x11ff] = 0x396a, + [0x1200] = 0x396b, [0x1201] = 0x396c, [0x1202] = 0x396d, [0x1203] = 0x396f, + [0x1204] = 0x3970, [0x1205] = 0x3971, [0x1206] = 0x3972, [0x1207] = 0x3973, + [0x1208] = 0x3974, [0x1209] = 0x3975, [0x120a] = 0x3976, [0x120b] = 0x3977, + [0x120c] = 0x3978, [0x120d] = 0x3979, [0x120e] = 0x397a, [0x120f] = 0x397b, + [0x1210] = 0x397c, [0x1211] = 0x397d, [0x1212] = 0x397e, [0x1213] = 0x397f, + [0x1214] = 0x3980, [0x1215] = 0x3981, [0x1216] = 0x3982, [0x1217] = 0x3983, + [0x1218] = 0x3984, [0x1219] = 0x3985, [0x121a] = 0x3986, [0x121b] = 0x3987, + [0x121c] = 0x3988, [0x121d] = 0x3989, [0x121e] = 0x398a, [0x121f] = 0x398b, + [0x1220] = 0x398c, [0x1221] = 0x398d, [0x1222] = 0x398e, [0x1223] = 0x398f, + [0x1224] = 0x3990, [0x1225] = 0x3991, [0x1226] = 0x3992, [0x1227] = 0x3993, + [0x1228] = 0x3994, [0x1229] = 0x3995, [0x122a] = 0x3996, [0x122b] = 0x3997, + [0x122c] = 0x3998, [0x122d] = 0x3999, [0x122e] = 0x399a, [0x122f] = 0x399b, + [0x1230] = 0x399c, [0x1231] = 0x399d, [0x1232] = 0x399e, [0x1233] = 0x399f, + [0x1234] = 0x39a0, [0x1235] = 0x39a1, [0x1236] = 0x39a2, [0x1237] = 0x39a3, + [0x1238] = 0x39a4, [0x1239] = 0x39a5, [0x123a] = 0x39a6, [0x123b] = 0x39a7, + [0x123c] = 0x39a8, [0x123d] = 0x39a9, [0x123e] = 0x39aa, [0x123f] = 0x39ab, + [0x1240] = 0x39ac, [0x1241] = 0x39ad, [0x1242] = 0x39ae, [0x1243] = 0x39af, + [0x1244] = 0x39b0, [0x1245] = 0x39b1, [0x1246] = 0x39b2, [0x1247] = 0x39b3, + [0x1248] = 0x39b4, [0x1249] = 0x39b5, [0x124a] = 0x39b6, [0x124b] = 0x39b7, + [0x124c] = 0x39b8, [0x124d] = 0x39b9, [0x124e] = 0x39ba, [0x124f] = 0x39bb, + [0x1250] = 0x39bc, [0x1251] = 0x39bd, [0x1252] = 0x39be, [0x1253] = 0x39bf, + [0x1254] = 0x39c0, [0x1255] = 0x39c1, [0x1256] = 0x39c2, [0x1257] = 0x39c3, + [0x1258] = 0x39c4, [0x1259] = 0x39c5, [0x125a] = 0x39c6, [0x125b] = 0x39c7, + [0x125c] = 0x39c8, [0x125d] = 0x39c9, [0x125e] = 0x39ca, [0x125f] = 0x39cb, + [0x1260] = 0x39cc, [0x1261] = 0x39cd, [0x1262] = 0x39ce, [0x1263] = 0x39d1, + [0x1264] = 0x39d2, [0x1265] = 0x39d3, [0x1266] = 0x39d4, [0x1267] = 0x39d5, + [0x1268] = 0x39d6, [0x1269] = 0x39d7, [0x126a] = 0x39d8, [0x126b] = 0x39d9, + [0x126c] = 0x39da, [0x126d] = 0x39db, [0x126e] = 0x39dc, [0x126f] = 0x39dd, + [0x1270] = 0x39de, [0x1271] = 0x39e0, [0x1272] = 0x39e1, [0x1273] = 0x39e2, + [0x1274] = 0x39e3, [0x1275] = 0x39e4, [0x1276] = 0x39e5, [0x1277] = 0x39e6, + [0x1278] = 0x39e7, [0x1279] = 0x39e8, [0x127a] = 0x39e9, [0x127b] = 0x39ea, + [0x127c] = 0x39eb, [0x127d] = 0x39ec, [0x127e] = 0x39ed, [0x127f] = 0x39ee, + [0x1280] = 0x39ef, [0x1281] = 0x39f0, [0x1282] = 0x39f1, [0x1283] = 0x39f2, + [0x1284] = 0x39f3, [0x1285] = 0x39f4, [0x1286] = 0x39f5, [0x1287] = 0x39f6, + [0x1288] = 0x39f7, [0x1289] = 0x39f8, [0x128a] = 0x39f9, [0x128b] = 0x39fa, + [0x128c] = 0x39fb, [0x128d] = 0x39fc, [0x128e] = 0x39fd, [0x128f] = 0x39fe, + [0x1290] = 0x39ff, [0x1291] = 0x3a00, [0x1292] = 0x3a01, [0x1293] = 0x3a02, + [0x1294] = 0x3a03, [0x1295] = 0x3a04, [0x1296] = 0x3a05, [0x1297] = 0x3a06, + [0x1298] = 0x3a07, [0x1299] = 0x3a08, [0x129a] = 0x3a09, [0x129b] = 0x3a0a, + [0x129c] = 0x3a0b, [0x129d] = 0x3a0c, [0x129e] = 0x3a0d, [0x129f] = 0x3a0e, + [0x12a0] = 0x3a0f, [0x12a1] = 0x3a10, [0x12a2] = 0x3a11, [0x12a3] = 0x3a12, + [0x12a4] = 0x3a13, [0x12a5] = 0x3a14, [0x12a6] = 0x3a15, [0x12a7] = 0x3a16, + [0x12a8] = 0x3a17, [0x12a9] = 0x3a18, [0x12aa] = 0x3a19, [0x12ab] = 0x3a1a, + [0x12ac] = 0x3a1b, [0x12ad] = 0x3a1c, [0x12ae] = 0x3a1d, [0x12af] = 0x3a1e, + [0x12b0] = 0x3a1f, [0x12b1] = 0x3a20, [0x12b2] = 0x3a21, [0x12b3] = 0x3a22, + [0x12b4] = 0x3a23, [0x12b5] = 0x3a24, [0x12b6] = 0x3a25, [0x12b7] = 0x3a26, + [0x12b8] = 0x3a27, [0x12b9] = 0x3a28, [0x12ba] = 0x3a29, [0x12bb] = 0x3a2a, + [0x12bc] = 0x3a2b, [0x12bd] = 0x3a2c, [0x12be] = 0x3a2d, [0x12bf] = 0x3a2e, + [0x12c0] = 0x3a2f, [0x12c1] = 0x3a30, [0x12c2] = 0x3a31, [0x12c3] = 0x3a32, + [0x12c4] = 0x3a33, [0x12c5] = 0x3a34, [0x12c6] = 0x3a35, [0x12c7] = 0x3a36, + [0x12c8] = 0x3a37, [0x12c9] = 0x3a38, [0x12ca] = 0x3a39, [0x12cb] = 0x3a3a, + [0x12cc] = 0x3a3b, [0x12cd] = 0x3a3c, [0x12ce] = 0x3a3d, [0x12cf] = 0x3a3e, + [0x12d0] = 0x3a3f, [0x12d1] = 0x3a40, [0x12d2] = 0x3a41, [0x12d3] = 0x3a42, + [0x12d4] = 0x3a43, [0x12d5] = 0x3a44, [0x12d6] = 0x3a45, [0x12d7] = 0x3a46, + [0x12d8] = 0x3a47, [0x12d9] = 0x3a48, [0x12da] = 0x3a49, [0x12db] = 0x3a4a, + [0x12dc] = 0x3a4b, [0x12dd] = 0x3a4c, [0x12de] = 0x3a4d, [0x12df] = 0x3a4e, + [0x12e0] = 0x3a4f, [0x12e1] = 0x3a50, [0x12e2] = 0x3a51, [0x12e3] = 0x3a52, + [0x12e4] = 0x3a53, [0x12e5] = 0x3a54, [0x12e6] = 0x3a55, [0x12e7] = 0x3a56, + [0x12e8] = 0x3a57, [0x12e9] = 0x3a58, [0x12ea] = 0x3a59, [0x12eb] = 0x3a5a, + [0x12ec] = 0x3a5b, [0x12ed] = 0x3a5c, [0x12ee] = 0x3a5d, [0x12ef] = 0x3a5e, + [0x12f0] = 0x3a5f, [0x12f1] = 0x3a60, [0x12f2] = 0x3a61, [0x12f3] = 0x3a62, + [0x12f4] = 0x3a63, [0x12f5] = 0x3a64, [0x12f6] = 0x3a65, [0x12f7] = 0x3a66, + [0x12f8] = 0x3a67, [0x12f9] = 0x3a68, [0x12fa] = 0x3a69, [0x12fb] = 0x3a6a, + [0x12fc] = 0x3a6b, [0x12fd] = 0x3a6c, [0x12fe] = 0x3a6d, [0x12ff] = 0x3a6e, + [0x1300] = 0x3a6f, [0x1301] = 0x3a70, [0x1302] = 0x3a71, [0x1303] = 0x3a72, + [0x1304] = 0x3a74, [0x1305] = 0x3a75, [0x1306] = 0x3a76, [0x1307] = 0x3a77, + [0x1308] = 0x3a78, [0x1309] = 0x3a79, [0x130a] = 0x3a7a, [0x130b] = 0x3a7b, + [0x130c] = 0x3a7c, [0x130d] = 0x3a7d, [0x130e] = 0x3a7e, [0x130f] = 0x3a7f, + [0x1310] = 0x3a80, [0x1311] = 0x3a81, [0x1312] = 0x3a82, [0x1313] = 0x3a83, + [0x1314] = 0x3a84, [0x1315] = 0x3a85, [0x1316] = 0x3a86, [0x1317] = 0x3a87, + [0x1318] = 0x3a88, [0x1319] = 0x3a89, [0x131a] = 0x3a8a, [0x131b] = 0x3a8b, + [0x131c] = 0x3a8c, [0x131d] = 0x3a8d, [0x131e] = 0x3a8e, [0x131f] = 0x3a8f, + [0x1320] = 0x3a90, [0x1321] = 0x3a91, [0x1322] = 0x3a92, [0x1323] = 0x3a93, + [0x1324] = 0x3a94, [0x1325] = 0x3a95, [0x1326] = 0x3a96, [0x1327] = 0x3a97, + [0x1328] = 0x3a98, [0x1329] = 0x3a99, [0x132a] = 0x3a9a, [0x132b] = 0x3a9b, + [0x132c] = 0x3a9c, [0x132d] = 0x3a9d, [0x132e] = 0x3a9e, [0x132f] = 0x3a9f, + [0x1330] = 0x3aa0, [0x1331] = 0x3aa1, [0x1332] = 0x3aa2, [0x1333] = 0x3aa3, + [0x1334] = 0x3aa4, [0x1335] = 0x3aa5, [0x1336] = 0x3aa6, [0x1337] = 0x3aa7, + [0x1338] = 0x3aa8, [0x1339] = 0x3aa9, [0x133a] = 0x3aaa, [0x133b] = 0x3aab, + [0x133c] = 0x3aac, [0x133d] = 0x3aad, [0x133e] = 0x3aae, [0x133f] = 0x3aaf, + [0x1340] = 0x3ab0, [0x1341] = 0x3ab1, [0x1342] = 0x3ab2, [0x1343] = 0x3ab3, + [0x1344] = 0x3ab4, [0x1345] = 0x3ab5, [0x1346] = 0x3ab6, [0x1347] = 0x3ab7, + [0x1348] = 0x3ab8, [0x1349] = 0x3ab9, [0x134a] = 0x3aba, [0x134b] = 0x3abb, + [0x134c] = 0x3abc, [0x134d] = 0x3abd, [0x134e] = 0x3abe, [0x134f] = 0x3abf, + [0x1350] = 0x3ac0, [0x1351] = 0x3ac1, [0x1352] = 0x3ac2, [0x1353] = 0x3ac3, + [0x1354] = 0x3ac4, [0x1355] = 0x3ac5, [0x1356] = 0x3ac6, [0x1357] = 0x3ac7, + [0x1358] = 0x3ac8, [0x1359] = 0x3ac9, [0x135a] = 0x3aca, [0x135b] = 0x3acb, + [0x135c] = 0x3acc, [0x135d] = 0x3acd, [0x135e] = 0x3ace, [0x135f] = 0x3acf, + [0x1360] = 0x3ad0, [0x1361] = 0x3ad1, [0x1362] = 0x3ad2, [0x1363] = 0x3ad3, + [0x1364] = 0x3ad4, [0x1365] = 0x3ad5, [0x1366] = 0x3ad6, [0x1367] = 0x3ad7, + [0x1368] = 0x3ad8, [0x1369] = 0x3ad9, [0x136a] = 0x3ada, [0x136b] = 0x3adb, + [0x136c] = 0x3adc, [0x136d] = 0x3add, [0x136e] = 0x3ade, [0x136f] = 0x3adf, + [0x1370] = 0x3ae0, [0x1371] = 0x3ae1, [0x1372] = 0x3ae2, [0x1373] = 0x3ae3, + [0x1374] = 0x3ae4, [0x1375] = 0x3ae5, [0x1376] = 0x3ae6, [0x1377] = 0x3ae7, + [0x1378] = 0x3ae8, [0x1379] = 0x3ae9, [0x137a] = 0x3aea, [0x137b] = 0x3aeb, + [0x137c] = 0x3aec, [0x137d] = 0x3aed, [0x137e] = 0x3aee, [0x137f] = 0x3aef, + [0x1380] = 0x3af0, [0x1381] = 0x3af1, [0x1382] = 0x3af2, [0x1383] = 0x3af3, + [0x1384] = 0x3af4, [0x1385] = 0x3af5, [0x1386] = 0x3af6, [0x1387] = 0x3af7, + [0x1388] = 0x3af8, [0x1389] = 0x3af9, [0x138a] = 0x3afa, [0x138b] = 0x3afb, + [0x138c] = 0x3afc, [0x138d] = 0x3afd, [0x138e] = 0x3afe, [0x138f] = 0x3aff, + [0x1390] = 0x3b00, [0x1391] = 0x3b01, [0x1392] = 0x3b02, [0x1393] = 0x3b03, + [0x1394] = 0x3b04, [0x1395] = 0x3b05, [0x1396] = 0x3b06, [0x1397] = 0x3b07, + [0x1398] = 0x3b08, [0x1399] = 0x3b09, [0x139a] = 0x3b0a, [0x139b] = 0x3b0b, + [0x139c] = 0x3b0c, [0x139d] = 0x3b0d, [0x139e] = 0x3b0e, [0x139f] = 0x3b0f, + [0x13a0] = 0x3b10, [0x13a1] = 0x3b11, [0x13a2] = 0x3b12, [0x13a3] = 0x3b13, + [0x13a4] = 0x3b14, [0x13a5] = 0x3b15, [0x13a6] = 0x3b16, [0x13a7] = 0x3b17, + [0x13a8] = 0x3b18, [0x13a9] = 0x3b19, [0x13aa] = 0x3b1a, [0x13ab] = 0x3b1b, + [0x13ac] = 0x3b1c, [0x13ad] = 0x3b1d, [0x13ae] = 0x3b1e, [0x13af] = 0x3b1f, + [0x13b0] = 0x3b20, [0x13b1] = 0x3b21, [0x13b2] = 0x3b22, [0x13b3] = 0x3b23, + [0x13b4] = 0x3b24, [0x13b5] = 0x3b25, [0x13b6] = 0x3b26, [0x13b7] = 0x3b27, + [0x13b8] = 0x3b28, [0x13b9] = 0x3b29, [0x13ba] = 0x3b2a, [0x13bb] = 0x3b2b, + [0x13bc] = 0x3b2c, [0x13bd] = 0x3b2d, [0x13be] = 0x3b2e, [0x13bf] = 0x3b2f, + [0x13c0] = 0x3b30, [0x13c1] = 0x3b31, [0x13c2] = 0x3b32, [0x13c3] = 0x3b33, + [0x13c4] = 0x3b34, [0x13c5] = 0x3b35, [0x13c6] = 0x3b36, [0x13c7] = 0x3b37, + [0x13c8] = 0x3b38, [0x13c9] = 0x3b39, [0x13ca] = 0x3b3a, [0x13cb] = 0x3b3b, + [0x13cc] = 0x3b3c, [0x13cd] = 0x3b3d, [0x13ce] = 0x3b3e, [0x13cf] = 0x3b3f, + [0x13d0] = 0x3b40, [0x13d1] = 0x3b41, [0x13d2] = 0x3b42, [0x13d3] = 0x3b43, + [0x13d4] = 0x3b44, [0x13d5] = 0x3b45, [0x13d6] = 0x3b46, [0x13d7] = 0x3b47, + [0x13d8] = 0x3b48, [0x13d9] = 0x3b49, [0x13da] = 0x3b4a, [0x13db] = 0x3b4b, + [0x13dc] = 0x3b4c, [0x13dd] = 0x3b4d, [0x13de] = 0x3b4f, [0x13df] = 0x3b50, + [0x13e0] = 0x3b51, [0x13e1] = 0x3b52, [0x13e2] = 0x3b53, [0x13e3] = 0x3b54, + [0x13e4] = 0x3b55, [0x13e5] = 0x3b56, [0x13e6] = 0x3b57, [0x13e7] = 0x3b58, + [0x13e8] = 0x3b59, [0x13e9] = 0x3b5a, [0x13ea] = 0x3b5b, [0x13eb] = 0x3b5c, + [0x13ec] = 0x3b5d, [0x13ed] = 0x3b5e, [0x13ee] = 0x3b5f, [0x13ef] = 0x3b60, + [0x13f0] = 0x3b61, [0x13f1] = 0x3b62, [0x13f2] = 0x3b63, [0x13f3] = 0x3b64, + [0x13f4] = 0x3b65, [0x13f5] = 0x3b66, [0x13f6] = 0x3b67, [0x13f7] = 0x3b68, + [0x13f8] = 0x3b69, [0x13f9] = 0x3b6a, [0x13fa] = 0x3b6b, [0x13fb] = 0x3b6c, + [0x13fc] = 0x3b6d, [0x13fd] = 0x3b6e, [0x13fe] = 0x3b6f, [0x13ff] = 0x3b70, + [0x1400] = 0x3b71, [0x1401] = 0x3b72, [0x1402] = 0x3b73, [0x1403] = 0x3b74, + [0x1404] = 0x3b75, [0x1405] = 0x3b76, [0x1406] = 0x3b77, [0x1407] = 0x3b78, + [0x1408] = 0x3b79, [0x1409] = 0x3b7a, [0x140a] = 0x3b7b, [0x140b] = 0x3b7c, + [0x140c] = 0x3b7d, [0x140d] = 0x3b7e, [0x140e] = 0x3b7f, [0x140f] = 0x3b80, + [0x1410] = 0x3b81, [0x1411] = 0x3b82, [0x1412] = 0x3b83, [0x1413] = 0x3b84, + [0x1414] = 0x3b85, [0x1415] = 0x3b86, [0x1416] = 0x3b87, [0x1417] = 0x3b88, + [0x1418] = 0x3b89, [0x1419] = 0x3b8a, [0x141a] = 0x3b8b, [0x141b] = 0x3b8c, + [0x141c] = 0x3b8d, [0x141d] = 0x3b8e, [0x141e] = 0x3b8f, [0x141f] = 0x3b90, + [0x1420] = 0x3b91, [0x1421] = 0x3b92, [0x1422] = 0x3b93, [0x1423] = 0x3b94, + [0x1424] = 0x3b95, [0x1425] = 0x3b96, [0x1426] = 0x3b97, [0x1427] = 0x3b98, + [0x1428] = 0x3b99, [0x1429] = 0x3b9a, [0x142a] = 0x3b9b, [0x142b] = 0x3b9c, + [0x142c] = 0x3b9d, [0x142d] = 0x3b9e, [0x142e] = 0x3b9f, [0x142f] = 0x3ba0, + [0x1430] = 0x3ba1, [0x1431] = 0x3ba2, [0x1432] = 0x3ba3, [0x1433] = 0x3ba4, + [0x1434] = 0x3ba5, [0x1435] = 0x3ba6, [0x1436] = 0x3ba7, [0x1437] = 0x3ba8, + [0x1438] = 0x3ba9, [0x1439] = 0x3baa, [0x143a] = 0x3bab, [0x143b] = 0x3bac, + [0x143c] = 0x3bad, [0x143d] = 0x3bae, [0x143e] = 0x3baf, [0x143f] = 0x3bb0, + [0x1440] = 0x3bb1, [0x1441] = 0x3bb2, [0x1442] = 0x3bb3, [0x1443] = 0x3bb4, + [0x1444] = 0x3bb5, [0x1445] = 0x3bb6, [0x1446] = 0x3bb7, [0x1447] = 0x3bb8, + [0x1448] = 0x3bb9, [0x1449] = 0x3bba, [0x144a] = 0x3bbb, [0x144b] = 0x3bbc, + [0x144c] = 0x3bbd, [0x144d] = 0x3bbe, [0x144e] = 0x3bbf, [0x144f] = 0x3bc0, + [0x1450] = 0x3bc1, [0x1451] = 0x3bc2, [0x1452] = 0x3bc3, [0x1453] = 0x3bc4, + [0x1454] = 0x3bc5, [0x1455] = 0x3bc6, [0x1456] = 0x3bc7, [0x1457] = 0x3bc8, + [0x1458] = 0x3bc9, [0x1459] = 0x3bca, [0x145a] = 0x3bcb, [0x145b] = 0x3bcc, + [0x145c] = 0x3bcd, [0x145d] = 0x3bce, [0x145e] = 0x3bcf, [0x145f] = 0x3bd0, + [0x1460] = 0x3bd1, [0x1461] = 0x3bd2, [0x1462] = 0x3bd3, [0x1463] = 0x3bd4, + [0x1464] = 0x3bd5, [0x1465] = 0x3bd6, [0x1466] = 0x3bd7, [0x1467] = 0x3bd8, + [0x1468] = 0x3bd9, [0x1469] = 0x3bda, [0x146a] = 0x3bdb, [0x146b] = 0x3bdc, + [0x146c] = 0x3bdd, [0x146d] = 0x3bde, [0x146e] = 0x3bdf, [0x146f] = 0x3be0, + [0x1470] = 0x3be1, [0x1471] = 0x3be2, [0x1472] = 0x3be3, [0x1473] = 0x3be4, + [0x1474] = 0x3be5, [0x1475] = 0x3be6, [0x1476] = 0x3be7, [0x1477] = 0x3be8, + [0x1478] = 0x3be9, [0x1479] = 0x3bea, [0x147a] = 0x3beb, [0x147b] = 0x3bec, + [0x147c] = 0x3bed, [0x147d] = 0x3bee, [0x147e] = 0x3bef, [0x147f] = 0x3bf0, + [0x1480] = 0x3bf1, [0x1481] = 0x3bf2, [0x1482] = 0x3bf3, [0x1483] = 0x3bf4, + [0x1484] = 0x3bf5, [0x1485] = 0x3bf6, [0x1486] = 0x3bf7, [0x1487] = 0x3bf8, + [0x1488] = 0x3bf9, [0x1489] = 0x3bfa, [0x148a] = 0x3bfb, [0x148b] = 0x3bfc, + [0x148c] = 0x3bfd, [0x148d] = 0x3bfe, [0x148e] = 0x3bff, [0x148f] = 0x3c00, + [0x1490] = 0x3c01, [0x1491] = 0x3c02, [0x1492] = 0x3c03, [0x1493] = 0x3c04, + [0x1494] = 0x3c05, [0x1495] = 0x3c06, [0x1496] = 0x3c07, [0x1497] = 0x3c08, + [0x1498] = 0x3c09, [0x1499] = 0x3c0a, [0x149a] = 0x3c0b, [0x149b] = 0x3c0c, + [0x149c] = 0x3c0d, [0x149d] = 0x3c0e, [0x149e] = 0x3c0f, [0x149f] = 0x3c10, + [0x14a0] = 0x3c11, [0x14a1] = 0x3c12, [0x14a2] = 0x3c13, [0x14a3] = 0x3c14, + [0x14a4] = 0x3c15, [0x14a5] = 0x3c16, [0x14a6] = 0x3c17, [0x14a7] = 0x3c18, + [0x14a8] = 0x3c19, [0x14a9] = 0x3c1a, [0x14aa] = 0x3c1b, [0x14ab] = 0x3c1c, + [0x14ac] = 0x3c1d, [0x14ad] = 0x3c1e, [0x14ae] = 0x3c1f, [0x14af] = 0x3c20, + [0x14b0] = 0x3c21, [0x14b1] = 0x3c22, [0x14b2] = 0x3c23, [0x14b3] = 0x3c24, + [0x14b4] = 0x3c25, [0x14b5] = 0x3c26, [0x14b6] = 0x3c27, [0x14b7] = 0x3c28, + [0x14b8] = 0x3c29, [0x14b9] = 0x3c2a, [0x14ba] = 0x3c2b, [0x14bb] = 0x3c2c, + [0x14bc] = 0x3c2d, [0x14bd] = 0x3c2e, [0x14be] = 0x3c2f, [0x14bf] = 0x3c30, + [0x14c0] = 0x3c31, [0x14c1] = 0x3c32, [0x14c2] = 0x3c33, [0x14c3] = 0x3c34, + [0x14c4] = 0x3c35, [0x14c5] = 0x3c36, [0x14c6] = 0x3c37, [0x14c7] = 0x3c38, + [0x14c8] = 0x3c39, [0x14c9] = 0x3c3a, [0x14ca] = 0x3c3b, [0x14cb] = 0x3c3c, + [0x14cc] = 0x3c3d, [0x14cd] = 0x3c3e, [0x14ce] = 0x3c3f, [0x14cf] = 0x3c40, + [0x14d0] = 0x3c41, [0x14d1] = 0x3c42, [0x14d2] = 0x3c43, [0x14d3] = 0x3c44, + [0x14d4] = 0x3c45, [0x14d5] = 0x3c46, [0x14d6] = 0x3c47, [0x14d7] = 0x3c48, + [0x14d8] = 0x3c49, [0x14d9] = 0x3c4a, [0x14da] = 0x3c4b, [0x14db] = 0x3c4c, + [0x14dc] = 0x3c4d, [0x14dd] = 0x3c4e, [0x14de] = 0x3c4f, [0x14df] = 0x3c50, + [0x14e0] = 0x3c51, [0x14e1] = 0x3c52, [0x14e2] = 0x3c53, [0x14e3] = 0x3c54, + [0x14e4] = 0x3c55, [0x14e5] = 0x3c56, [0x14e6] = 0x3c57, [0x14e7] = 0x3c58, + [0x14e8] = 0x3c59, [0x14e9] = 0x3c5a, [0x14ea] = 0x3c5b, [0x14eb] = 0x3c5c, + [0x14ec] = 0x3c5d, [0x14ed] = 0x3c5e, [0x14ee] = 0x3c5f, [0x14ef] = 0x3c60, + [0x14f0] = 0x3c61, [0x14f1] = 0x3c62, [0x14f2] = 0x3c63, [0x14f3] = 0x3c64, + [0x14f4] = 0x3c65, [0x14f5] = 0x3c66, [0x14f6] = 0x3c67, [0x14f7] = 0x3c68, + [0x14f8] = 0x3c69, [0x14f9] = 0x3c6a, [0x14fa] = 0x3c6b, [0x14fb] = 0x3c6c, + [0x14fc] = 0x3c6d, [0x14fd] = 0x3c6f, [0x14fe] = 0x3c70, [0x14ff] = 0x3c71, + [0x1500] = 0x3c72, [0x1501] = 0x3c73, [0x1502] = 0x3c74, [0x1503] = 0x3c75, + [0x1504] = 0x3c76, [0x1505] = 0x3c77, [0x1506] = 0x3c78, [0x1507] = 0x3c79, + [0x1508] = 0x3c7a, [0x1509] = 0x3c7b, [0x150a] = 0x3c7c, [0x150b] = 0x3c7d, + [0x150c] = 0x3c7e, [0x150d] = 0x3c7f, [0x150e] = 0x3c80, [0x150f] = 0x3c81, + [0x1510] = 0x3c82, [0x1511] = 0x3c83, [0x1512] = 0x3c84, [0x1513] = 0x3c85, + [0x1514] = 0x3c86, [0x1515] = 0x3c87, [0x1516] = 0x3c88, [0x1517] = 0x3c89, + [0x1518] = 0x3c8a, [0x1519] = 0x3c8b, [0x151a] = 0x3c8c, [0x151b] = 0x3c8d, + [0x151c] = 0x3c8e, [0x151d] = 0x3c8f, [0x151e] = 0x3c90, [0x151f] = 0x3c91, + [0x1520] = 0x3c92, [0x1521] = 0x3c93, [0x1522] = 0x3c94, [0x1523] = 0x3c95, + [0x1524] = 0x3c96, [0x1525] = 0x3c97, [0x1526] = 0x3c98, [0x1527] = 0x3c99, + [0x1528] = 0x3c9a, [0x1529] = 0x3c9b, [0x152a] = 0x3c9c, [0x152b] = 0x3c9d, + [0x152c] = 0x3c9e, [0x152d] = 0x3c9f, [0x152e] = 0x3ca0, [0x152f] = 0x3ca1, + [0x1530] = 0x3ca2, [0x1531] = 0x3ca3, [0x1532] = 0x3ca4, [0x1533] = 0x3ca5, + [0x1534] = 0x3ca6, [0x1535] = 0x3ca7, [0x1536] = 0x3ca8, [0x1537] = 0x3ca9, + [0x1538] = 0x3caa, [0x1539] = 0x3cab, [0x153a] = 0x3cac, [0x153b] = 0x3cad, + [0x153c] = 0x3cae, [0x153d] = 0x3caf, [0x153e] = 0x3cb0, [0x153f] = 0x3cb1, + [0x1540] = 0x3cb2, [0x1541] = 0x3cb3, [0x1542] = 0x3cb4, [0x1543] = 0x3cb5, + [0x1544] = 0x3cb6, [0x1545] = 0x3cb7, [0x1546] = 0x3cb8, [0x1547] = 0x3cb9, + [0x1548] = 0x3cba, [0x1549] = 0x3cbb, [0x154a] = 0x3cbc, [0x154b] = 0x3cbd, + [0x154c] = 0x3cbe, [0x154d] = 0x3cbf, [0x154e] = 0x3cc0, [0x154f] = 0x3cc1, + [0x1550] = 0x3cc2, [0x1551] = 0x3cc3, [0x1552] = 0x3cc4, [0x1553] = 0x3cc5, + [0x1554] = 0x3cc6, [0x1555] = 0x3cc7, [0x1556] = 0x3cc8, [0x1557] = 0x3cc9, + [0x1558] = 0x3cca, [0x1559] = 0x3ccb, [0x155a] = 0x3ccc, [0x155b] = 0x3ccd, + [0x155c] = 0x3cce, [0x155d] = 0x3ccf, [0x155e] = 0x3cd0, [0x155f] = 0x3cd1, + [0x1560] = 0x3cd2, [0x1561] = 0x3cd3, [0x1562] = 0x3cd4, [0x1563] = 0x3cd5, + [0x1564] = 0x3cd6, [0x1565] = 0x3cd7, [0x1566] = 0x3cd8, [0x1567] = 0x3cd9, + [0x1568] = 0x3cda, [0x1569] = 0x3cdb, [0x156a] = 0x3cdc, [0x156b] = 0x3cdd, + [0x156c] = 0x3cde, [0x156d] = 0x3cdf, [0x156e] = 0x3ce1, [0x156f] = 0x3ce2, + [0x1570] = 0x3ce3, [0x1571] = 0x3ce4, [0x1572] = 0x3ce5, [0x1573] = 0x3ce6, + [0x1574] = 0x3ce7, [0x1575] = 0x3ce8, [0x1576] = 0x3ce9, [0x1577] = 0x3cea, + [0x1578] = 0x3ceb, [0x1579] = 0x3cec, [0x157a] = 0x3ced, [0x157b] = 0x3cee, + [0x157c] = 0x3cef, [0x157d] = 0x3cf0, [0x157e] = 0x3cf1, [0x157f] = 0x3cf2, + [0x1580] = 0x3cf3, [0x1581] = 0x3cf4, [0x1582] = 0x3cf5, [0x1583] = 0x3cf6, + [0x1584] = 0x3cf7, [0x1585] = 0x3cf8, [0x1586] = 0x3cf9, [0x1587] = 0x3cfa, + [0x1588] = 0x3cfb, [0x1589] = 0x3cfc, [0x158a] = 0x3cfd, [0x158b] = 0x3cfe, + [0x158c] = 0x3cff, [0x158d] = 0x3d00, [0x158e] = 0x3d01, [0x158f] = 0x3d02, + [0x1590] = 0x3d03, [0x1591] = 0x3d04, [0x1592] = 0x3d05, [0x1593] = 0x3d06, + [0x1594] = 0x3d07, [0x1595] = 0x3d08, [0x1596] = 0x3d09, [0x1597] = 0x3d0a, + [0x1598] = 0x3d0b, [0x1599] = 0x3d0c, [0x159a] = 0x3d0d, [0x159b] = 0x3d0e, + [0x159c] = 0x3d0f, [0x159d] = 0x3d10, [0x159e] = 0x3d11, [0x159f] = 0x3d12, + [0x15a0] = 0x3d13, [0x15a1] = 0x3d14, [0x15a2] = 0x3d15, [0x15a3] = 0x3d16, + [0x15a4] = 0x3d17, [0x15a5] = 0x3d18, [0x15a6] = 0x3d19, [0x15a7] = 0x3d1a, + [0x15a8] = 0x3d1b, [0x15a9] = 0x3d1c, [0x15aa] = 0x3d1d, [0x15ab] = 0x3d1e, + [0x15ac] = 0x3d1f, [0x15ad] = 0x3d20, [0x15ae] = 0x3d21, [0x15af] = 0x3d22, + [0x15b0] = 0x3d23, [0x15b1] = 0x3d24, [0x15b2] = 0x3d25, [0x15b3] = 0x3d26, + [0x15b4] = 0x3d27, [0x15b5] = 0x3d28, [0x15b6] = 0x3d29, [0x15b7] = 0x3d2a, + [0x15b8] = 0x3d2b, [0x15b9] = 0x3d2c, [0x15ba] = 0x3d2d, [0x15bb] = 0x3d2e, + [0x15bc] = 0x3d2f, [0x15bd] = 0x3d30, [0x15be] = 0x3d31, [0x15bf] = 0x3d32, + [0x15c0] = 0x3d33, [0x15c1] = 0x3d34, [0x15c2] = 0x3d35, [0x15c3] = 0x3d36, + [0x15c4] = 0x3d37, [0x15c5] = 0x3d38, [0x15c6] = 0x3d39, [0x15c7] = 0x3d3a, + [0x15c8] = 0x3d3b, [0x15c9] = 0x3d3c, [0x15ca] = 0x3d3d, [0x15cb] = 0x3d3e, + [0x15cc] = 0x3d3f, [0x15cd] = 0x3d40, [0x15ce] = 0x3d41, [0x15cf] = 0x3d42, + [0x15d0] = 0x3d43, [0x15d1] = 0x3d44, [0x15d2] = 0x3d45, [0x15d3] = 0x3d46, + [0x15d4] = 0x3d47, [0x15d5] = 0x3d48, [0x15d6] = 0x3d49, [0x15d7] = 0x3d4a, + [0x15d8] = 0x3d4b, [0x15d9] = 0x3d4c, [0x15da] = 0x3d4d, [0x15db] = 0x3d4e, + [0x15dc] = 0x3d4f, [0x15dd] = 0x3d50, [0x15de] = 0x3d51, [0x15df] = 0x3d52, + [0x15e0] = 0x3d53, [0x15e1] = 0x3d54, [0x15e2] = 0x3d55, [0x15e3] = 0x3d56, + [0x15e4] = 0x3d57, [0x15e5] = 0x3d58, [0x15e6] = 0x3d59, [0x15e7] = 0x3d5a, + [0x15e8] = 0x3d5b, [0x15e9] = 0x3d5c, [0x15ea] = 0x3d5d, [0x15eb] = 0x3d5e, + [0x15ec] = 0x3d5f, [0x15ed] = 0x3d60, [0x15ee] = 0x3d61, [0x15ef] = 0x3d62, + [0x15f0] = 0x3d63, [0x15f1] = 0x3d64, [0x15f2] = 0x3d65, [0x15f3] = 0x3d66, + [0x15f4] = 0x3d67, [0x15f5] = 0x3d68, [0x15f6] = 0x3d69, [0x15f7] = 0x3d6a, + [0x15f8] = 0x3d6b, [0x15f9] = 0x3d6c, [0x15fa] = 0x3d6d, [0x15fb] = 0x3d6e, + [0x15fc] = 0x3d6f, [0x15fd] = 0x3d70, [0x15fe] = 0x3d71, [0x15ff] = 0x3d72, + [0x1600] = 0x3d73, [0x1601] = 0x3d74, [0x1602] = 0x3d75, [0x1603] = 0x3d76, + [0x1604] = 0x3d77, [0x1605] = 0x3d78, [0x1606] = 0x3d79, [0x1607] = 0x3d7a, + [0x1608] = 0x3d7b, [0x1609] = 0x3d7c, [0x160a] = 0x3d7d, [0x160b] = 0x3d7e, + [0x160c] = 0x3d7f, [0x160d] = 0x3d80, [0x160e] = 0x3d81, [0x160f] = 0x3d82, + [0x1610] = 0x3d83, [0x1611] = 0x3d84, [0x1612] = 0x3d85, [0x1613] = 0x3d86, + [0x1614] = 0x3d87, [0x1615] = 0x3d88, [0x1616] = 0x3d89, [0x1617] = 0x3d8a, + [0x1618] = 0x3d8b, [0x1619] = 0x3d8c, [0x161a] = 0x3d8d, [0x161b] = 0x3d8e, + [0x161c] = 0x3d8f, [0x161d] = 0x3d90, [0x161e] = 0x3d91, [0x161f] = 0x3d92, + [0x1620] = 0x3d93, [0x1621] = 0x3d94, [0x1622] = 0x3d95, [0x1623] = 0x3d96, + [0x1624] = 0x3d97, [0x1625] = 0x3d98, [0x1626] = 0x3d99, [0x1627] = 0x3d9a, + [0x1628] = 0x3d9b, [0x1629] = 0x3d9c, [0x162a] = 0x3d9d, [0x162b] = 0x3d9e, + [0x162c] = 0x3d9f, [0x162d] = 0x3da0, [0x162e] = 0x3da1, [0x162f] = 0x3da2, + [0x1630] = 0x3da3, [0x1631] = 0x3da4, [0x1632] = 0x3da5, [0x1633] = 0x3da6, + [0x1634] = 0x3da7, [0x1635] = 0x3da8, [0x1636] = 0x3da9, [0x1637] = 0x3daa, + [0x1638] = 0x3dab, [0x1639] = 0x3dac, [0x163a] = 0x3dad, [0x163b] = 0x3dae, + [0x163c] = 0x3daf, [0x163d] = 0x3db0, [0x163e] = 0x3db1, [0x163f] = 0x3db2, + [0x1640] = 0x3db3, [0x1641] = 0x3db4, [0x1642] = 0x3db5, [0x1643] = 0x3db6, + [0x1644] = 0x3db7, [0x1645] = 0x3db8, [0x1646] = 0x3db9, [0x1647] = 0x3dba, + [0x1648] = 0x3dbb, [0x1649] = 0x3dbc, [0x164a] = 0x3dbd, [0x164b] = 0x3dbe, + [0x164c] = 0x3dbf, [0x164d] = 0x3dc0, [0x164e] = 0x3dc1, [0x164f] = 0x3dc2, + [0x1650] = 0x3dc3, [0x1651] = 0x3dc4, [0x1652] = 0x3dc5, [0x1653] = 0x3dc6, + [0x1654] = 0x3dc7, [0x1655] = 0x3dc8, [0x1656] = 0x3dc9, [0x1657] = 0x3dca, + [0x1658] = 0x3dcb, [0x1659] = 0x3dcc, [0x165a] = 0x3dcd, [0x165b] = 0x3dce, + [0x165c] = 0x3dcf, [0x165d] = 0x3dd0, [0x165e] = 0x3dd1, [0x165f] = 0x3dd2, + [0x1660] = 0x3dd3, [0x1661] = 0x3dd4, [0x1662] = 0x3dd5, [0x1663] = 0x3dd6, + [0x1664] = 0x3dd7, [0x1665] = 0x3dd8, [0x1666] = 0x3dd9, [0x1667] = 0x3dda, + [0x1668] = 0x3ddb, [0x1669] = 0x3ddc, [0x166a] = 0x3ddd, [0x166b] = 0x3dde, + [0x166c] = 0x3ddf, [0x166d] = 0x3de0, [0x166e] = 0x3de1, [0x166f] = 0x3de2, + [0x1670] = 0x3de3, [0x1671] = 0x3de4, [0x1672] = 0x3de5, [0x1673] = 0x3de6, + [0x1674] = 0x3de7, [0x1675] = 0x3de8, [0x1676] = 0x3de9, [0x1677] = 0x3dea, + [0x1678] = 0x3deb, [0x1679] = 0x3dec, [0x167a] = 0x3ded, [0x167b] = 0x3dee, + [0x167c] = 0x3def, [0x167d] = 0x3df0, [0x167e] = 0x3df1, [0x167f] = 0x3df2, + [0x1680] = 0x3df3, [0x1681] = 0x3df4, [0x1682] = 0x3df5, [0x1683] = 0x3df6, + [0x1684] = 0x3df7, [0x1685] = 0x3df8, [0x1686] = 0x3df9, [0x1687] = 0x3dfa, + [0x1688] = 0x3dfb, [0x1689] = 0x3dfc, [0x168a] = 0x3dfd, [0x168b] = 0x3dfe, + [0x168c] = 0x3dff, [0x168d] = 0x3e00, [0x168e] = 0x3e01, [0x168f] = 0x3e02, + [0x1690] = 0x3e03, [0x1691] = 0x3e04, [0x1692] = 0x3e05, [0x1693] = 0x3e06, + [0x1694] = 0x3e07, [0x1695] = 0x3e08, [0x1696] = 0x3e09, [0x1697] = 0x3e0a, + [0x1698] = 0x3e0b, [0x1699] = 0x3e0c, [0x169a] = 0x3e0d, [0x169b] = 0x3e0e, + [0x169c] = 0x3e0f, [0x169d] = 0x3e10, [0x169e] = 0x3e11, [0x169f] = 0x3e12, + [0x16a0] = 0x3e13, [0x16a1] = 0x3e14, [0x16a2] = 0x3e15, [0x16a3] = 0x3e16, + [0x16a4] = 0x3e17, [0x16a5] = 0x3e18, [0x16a6] = 0x3e19, [0x16a7] = 0x3e1a, + [0x16a8] = 0x3e1b, [0x16a9] = 0x3e1c, [0x16aa] = 0x3e1d, [0x16ab] = 0x3e1e, + [0x16ac] = 0x3e1f, [0x16ad] = 0x3e20, [0x16ae] = 0x3e21, [0x16af] = 0x3e22, + [0x16b0] = 0x3e23, [0x16b1] = 0x3e24, [0x16b2] = 0x3e25, [0x16b3] = 0x3e26, + [0x16b4] = 0x3e27, [0x16b5] = 0x3e28, [0x16b6] = 0x3e29, [0x16b7] = 0x3e2a, + [0x16b8] = 0x3e2b, [0x16b9] = 0x3e2c, [0x16ba] = 0x3e2d, [0x16bb] = 0x3e2e, + [0x16bc] = 0x3e2f, [0x16bd] = 0x3e30, [0x16be] = 0x3e31, [0x16bf] = 0x3e32, + [0x16c0] = 0x3e33, [0x16c1] = 0x3e34, [0x16c2] = 0x3e35, [0x16c3] = 0x3e36, + [0x16c4] = 0x3e37, [0x16c5] = 0x3e38, [0x16c6] = 0x3e39, [0x16c7] = 0x3e3a, + [0x16c8] = 0x3e3b, [0x16c9] = 0x3e3c, [0x16ca] = 0x3e3d, [0x16cb] = 0x3e3e, + [0x16cc] = 0x3e3f, [0x16cd] = 0x3e40, [0x16ce] = 0x3e41, [0x16cf] = 0x3e42, + [0x16d0] = 0x3e43, [0x16d1] = 0x3e44, [0x16d2] = 0x3e45, [0x16d3] = 0x3e46, + [0x16d4] = 0x3e47, [0x16d5] = 0x3e48, [0x16d6] = 0x3e49, [0x16d7] = 0x3e4a, + [0x16d8] = 0x3e4b, [0x16d9] = 0x3e4c, [0x16da] = 0x3e4d, [0x16db] = 0x3e4e, + [0x16dc] = 0x3e4f, [0x16dd] = 0x3e50, [0x16de] = 0x3e51, [0x16df] = 0x3e52, + [0x16e0] = 0x3e53, [0x16e1] = 0x3e54, [0x16e2] = 0x3e55, [0x16e3] = 0x3e56, + [0x16e4] = 0x3e57, [0x16e5] = 0x3e58, [0x16e6] = 0x3e59, [0x16e7] = 0x3e5a, + [0x16e8] = 0x3e5b, [0x16e9] = 0x3e5c, [0x16ea] = 0x3e5d, [0x16eb] = 0x3e5e, + [0x16ec] = 0x3e5f, [0x16ed] = 0x3e60, [0x16ee] = 0x3e61, [0x16ef] = 0x3e62, + [0x16f0] = 0x3e63, [0x16f1] = 0x3e64, [0x16f2] = 0x3e65, [0x16f3] = 0x3e66, + [0x16f4] = 0x3e67, [0x16f5] = 0x3e68, [0x16f6] = 0x3e69, [0x16f7] = 0x3e6a, + [0x16f8] = 0x3e6b, [0x16f9] = 0x3e6c, [0x16fa] = 0x3e6d, [0x16fb] = 0x3e6e, + [0x16fc] = 0x3e6f, [0x16fd] = 0x3e70, [0x16fe] = 0x3e71, [0x16ff] = 0x3e72, + [0x1700] = 0x3e73, [0x1701] = 0x3e74, [0x1702] = 0x3e75, [0x1703] = 0x3e76, + [0x1704] = 0x3e77, [0x1705] = 0x3e78, [0x1706] = 0x3e79, [0x1707] = 0x3e7a, + [0x1708] = 0x3e7b, [0x1709] = 0x3e7c, [0x170a] = 0x3e7d, [0x170b] = 0x3e7e, + [0x170c] = 0x3e7f, [0x170d] = 0x3e80, [0x170e] = 0x3e81, [0x170f] = 0x3e82, + [0x1710] = 0x3e83, [0x1711] = 0x3e84, [0x1712] = 0x3e85, [0x1713] = 0x3e86, + [0x1714] = 0x3e87, [0x1715] = 0x3e88, [0x1716] = 0x3e89, [0x1717] = 0x3e8a, + [0x1718] = 0x3e8b, [0x1719] = 0x3e8c, [0x171a] = 0x3e8d, [0x171b] = 0x3e8e, + [0x171c] = 0x3e8f, [0x171d] = 0x3e90, [0x171e] = 0x3e91, [0x171f] = 0x3e92, + [0x1720] = 0x3e93, [0x1721] = 0x3e94, [0x1722] = 0x3e95, [0x1723] = 0x3e96, + [0x1724] = 0x3e97, [0x1725] = 0x3e98, [0x1726] = 0x3e99, [0x1727] = 0x3e9a, + [0x1728] = 0x3e9b, [0x1729] = 0x3e9c, [0x172a] = 0x3e9d, [0x172b] = 0x3e9e, + [0x172c] = 0x3e9f, [0x172d] = 0x3ea0, [0x172e] = 0x3ea1, [0x172f] = 0x3ea2, + [0x1730] = 0x3ea3, [0x1731] = 0x3ea4, [0x1732] = 0x3ea5, [0x1733] = 0x3ea6, + [0x1734] = 0x3ea7, [0x1735] = 0x3ea8, [0x1736] = 0x3ea9, [0x1737] = 0x3eaa, + [0x1738] = 0x3eab, [0x1739] = 0x3eac, [0x173a] = 0x3ead, [0x173b] = 0x3eae, + [0x173c] = 0x3eaf, [0x173d] = 0x3eb0, [0x173e] = 0x3eb1, [0x173f] = 0x3eb2, + [0x1740] = 0x3eb3, [0x1741] = 0x3eb4, [0x1742] = 0x3eb5, [0x1743] = 0x3eb6, + [0x1744] = 0x3eb7, [0x1745] = 0x3eb8, [0x1746] = 0x3eb9, [0x1747] = 0x3eba, + [0x1748] = 0x3ebb, [0x1749] = 0x3ebc, [0x174a] = 0x3ebd, [0x174b] = 0x3ebe, + [0x174c] = 0x3ebf, [0x174d] = 0x3ec0, [0x174e] = 0x3ec1, [0x174f] = 0x3ec2, + [0x1750] = 0x3ec3, [0x1751] = 0x3ec4, [0x1752] = 0x3ec5, [0x1753] = 0x3ec6, + [0x1754] = 0x3ec7, [0x1755] = 0x3ec8, [0x1756] = 0x3ec9, [0x1757] = 0x3eca, + [0x1758] = 0x3ecb, [0x1759] = 0x3ecc, [0x175a] = 0x3ecd, [0x175b] = 0x3ece, + [0x175c] = 0x3ecf, [0x175d] = 0x3ed0, [0x175e] = 0x3ed1, [0x175f] = 0x3ed2, + [0x1760] = 0x3ed3, [0x1761] = 0x3ed4, [0x1762] = 0x3ed5, [0x1763] = 0x3ed6, + [0x1764] = 0x3ed7, [0x1765] = 0x3ed8, [0x1766] = 0x3ed9, [0x1767] = 0x3eda, + [0x1768] = 0x3edb, [0x1769] = 0x3edc, [0x176a] = 0x3edd, [0x176b] = 0x3ede, + [0x176c] = 0x3edf, [0x176d] = 0x3ee0, [0x176e] = 0x3ee1, [0x176f] = 0x3ee2, + [0x1770] = 0x3ee3, [0x1771] = 0x3ee4, [0x1772] = 0x3ee5, [0x1773] = 0x3ee6, + [0x1774] = 0x3ee7, [0x1775] = 0x3ee8, [0x1776] = 0x3ee9, [0x1777] = 0x3eea, + [0x1778] = 0x3eeb, [0x1779] = 0x3eec, [0x177a] = 0x3eed, [0x177b] = 0x3eee, + [0x177c] = 0x3eef, [0x177d] = 0x3ef0, [0x177e] = 0x3ef1, [0x177f] = 0x3ef2, + [0x1780] = 0x3ef3, [0x1781] = 0x3ef4, [0x1782] = 0x3ef5, [0x1783] = 0x3ef6, + [0x1784] = 0x3ef7, [0x1785] = 0x3ef8, [0x1786] = 0x3ef9, [0x1787] = 0x3efa, + [0x1788] = 0x3efb, [0x1789] = 0x3efc, [0x178a] = 0x3efd, [0x178b] = 0x3efe, + [0x178c] = 0x3eff, [0x178d] = 0x3f00, [0x178e] = 0x3f01, [0x178f] = 0x3f02, + [0x1790] = 0x3f03, [0x1791] = 0x3f04, [0x1792] = 0x3f05, [0x1793] = 0x3f06, + [0x1794] = 0x3f07, [0x1795] = 0x3f08, [0x1796] = 0x3f09, [0x1797] = 0x3f0a, + [0x1798] = 0x3f0b, [0x1799] = 0x3f0c, [0x179a] = 0x3f0d, [0x179b] = 0x3f0e, + [0x179c] = 0x3f0f, [0x179d] = 0x3f10, [0x179e] = 0x3f11, [0x179f] = 0x3f12, + [0x17a0] = 0x3f13, [0x17a1] = 0x3f14, [0x17a2] = 0x3f15, [0x17a3] = 0x3f16, + [0x17a4] = 0x3f17, [0x17a5] = 0x3f18, [0x17a6] = 0x3f19, [0x17a7] = 0x3f1a, + [0x17a8] = 0x3f1b, [0x17a9] = 0x3f1c, [0x17aa] = 0x3f1d, [0x17ab] = 0x3f1e, + [0x17ac] = 0x3f1f, [0x17ad] = 0x3f20, [0x17ae] = 0x3f21, [0x17af] = 0x3f22, + [0x17b0] = 0x3f23, [0x17b1] = 0x3f24, [0x17b2] = 0x3f25, [0x17b3] = 0x3f26, + [0x17b4] = 0x3f27, [0x17b5] = 0x3f28, [0x17b6] = 0x3f29, [0x17b7] = 0x3f2a, + [0x17b8] = 0x3f2b, [0x17b9] = 0x3f2c, [0x17ba] = 0x3f2d, [0x17bb] = 0x3f2e, + [0x17bc] = 0x3f2f, [0x17bd] = 0x3f30, [0x17be] = 0x3f31, [0x17bf] = 0x3f32, + [0x17c0] = 0x3f33, [0x17c1] = 0x3f34, [0x17c2] = 0x3f35, [0x17c3] = 0x3f36, + [0x17c4] = 0x3f37, [0x17c5] = 0x3f38, [0x17c6] = 0x3f39, [0x17c7] = 0x3f3a, + [0x17c8] = 0x3f3b, [0x17c9] = 0x3f3c, [0x17ca] = 0x3f3d, [0x17cb] = 0x3f3e, + [0x17cc] = 0x3f3f, [0x17cd] = 0x3f40, [0x17ce] = 0x3f41, [0x17cf] = 0x3f42, + [0x17d0] = 0x3f43, [0x17d1] = 0x3f44, [0x17d2] = 0x3f45, [0x17d3] = 0x3f46, + [0x17d4] = 0x3f47, [0x17d5] = 0x3f48, [0x17d6] = 0x3f49, [0x17d7] = 0x3f4a, + [0x17d8] = 0x3f4b, [0x17d9] = 0x3f4c, [0x17da] = 0x3f4d, [0x17db] = 0x3f4e, + [0x17dc] = 0x3f4f, [0x17dd] = 0x3f50, [0x17de] = 0x3f51, [0x17df] = 0x3f52, + [0x17e0] = 0x3f53, [0x17e1] = 0x3f54, [0x17e2] = 0x3f55, [0x17e3] = 0x3f56, + [0x17e4] = 0x3f57, [0x17e5] = 0x3f58, [0x17e6] = 0x3f59, [0x17e7] = 0x3f5a, + [0x17e8] = 0x3f5b, [0x17e9] = 0x3f5c, [0x17ea] = 0x3f5d, [0x17eb] = 0x3f5e, + [0x17ec] = 0x3f5f, [0x17ed] = 0x3f60, [0x17ee] = 0x3f61, [0x17ef] = 0x3f62, + [0x17f0] = 0x3f63, [0x17f1] = 0x3f64, [0x17f2] = 0x3f65, [0x17f3] = 0x3f66, + [0x17f4] = 0x3f67, [0x17f5] = 0x3f68, [0x17f6] = 0x3f69, [0x17f7] = 0x3f6a, + [0x17f8] = 0x3f6b, [0x17f9] = 0x3f6c, [0x17fa] = 0x3f6d, [0x17fb] = 0x3f6e, + [0x17fc] = 0x3f6f, [0x17fd] = 0x3f70, [0x17fe] = 0x3f71, [0x17ff] = 0x3f72, + [0x1800] = 0x3f73, [0x1801] = 0x3f74, [0x1802] = 0x3f75, [0x1803] = 0x3f76, + [0x1804] = 0x3f77, [0x1805] = 0x3f78, [0x1806] = 0x3f79, [0x1807] = 0x3f7a, + [0x1808] = 0x3f7b, [0x1809] = 0x3f7c, [0x180a] = 0x3f7d, [0x180b] = 0x3f7e, + [0x180c] = 0x3f7f, [0x180d] = 0x3f80, [0x180e] = 0x3f81, [0x180f] = 0x3f82, + [0x1810] = 0x3f83, [0x1811] = 0x3f84, [0x1812] = 0x3f85, [0x1813] = 0x3f86, + [0x1814] = 0x3f87, [0x1815] = 0x3f88, [0x1816] = 0x3f89, [0x1817] = 0x3f8a, + [0x1818] = 0x3f8b, [0x1819] = 0x3f8c, [0x181a] = 0x3f8d, [0x181b] = 0x3f8e, + [0x181c] = 0x3f8f, [0x181d] = 0x3f90, [0x181e] = 0x3f91, [0x181f] = 0x3f92, + [0x1820] = 0x3f93, [0x1821] = 0x3f94, [0x1822] = 0x3f95, [0x1823] = 0x3f96, + [0x1824] = 0x3f97, [0x1825] = 0x3f98, [0x1826] = 0x3f99, [0x1827] = 0x3f9a, + [0x1828] = 0x3f9b, [0x1829] = 0x3f9c, [0x182a] = 0x3f9d, [0x182b] = 0x3f9e, + [0x182c] = 0x3f9f, [0x182d] = 0x3fa0, [0x182e] = 0x3fa1, [0x182f] = 0x3fa2, + [0x1830] = 0x3fa3, [0x1831] = 0x3fa4, [0x1832] = 0x3fa5, [0x1833] = 0x3fa6, + [0x1834] = 0x3fa7, [0x1835] = 0x3fa8, [0x1836] = 0x3fa9, [0x1837] = 0x3faa, + [0x1838] = 0x3fab, [0x1839] = 0x3fac, [0x183a] = 0x3fad, [0x183b] = 0x3fae, + [0x183c] = 0x3faf, [0x183d] = 0x3fb0, [0x183e] = 0x3fb1, [0x183f] = 0x3fb2, + [0x1840] = 0x3fb3, [0x1841] = 0x3fb4, [0x1842] = 0x3fb5, [0x1843] = 0x3fb6, + [0x1844] = 0x3fb7, [0x1845] = 0x3fb8, [0x1846] = 0x3fb9, [0x1847] = 0x3fba, + [0x1848] = 0x3fbb, [0x1849] = 0x3fbc, [0x184a] = 0x3fbd, [0x184b] = 0x3fbe, + [0x184c] = 0x3fbf, [0x184d] = 0x3fc0, [0x184e] = 0x3fc1, [0x184f] = 0x3fc2, + [0x1850] = 0x3fc3, [0x1851] = 0x3fc4, [0x1852] = 0x3fc5, [0x1853] = 0x3fc6, + [0x1854] = 0x3fc7, [0x1855] = 0x3fc8, [0x1856] = 0x3fc9, [0x1857] = 0x3fca, + [0x1858] = 0x3fcb, [0x1859] = 0x3fcc, [0x185a] = 0x3fcd, [0x185b] = 0x3fce, + [0x185c] = 0x3fcf, [0x185d] = 0x3fd0, [0x185e] = 0x3fd1, [0x185f] = 0x3fd2, + [0x1860] = 0x3fd3, [0x1861] = 0x3fd4, [0x1862] = 0x3fd5, [0x1863] = 0x3fd6, + [0x1864] = 0x3fd7, [0x1865] = 0x3fd8, [0x1866] = 0x3fd9, [0x1867] = 0x3fda, + [0x1868] = 0x3fdb, [0x1869] = 0x3fdc, [0x186a] = 0x3fdd, [0x186b] = 0x3fde, + [0x186c] = 0x3fdf, [0x186d] = 0x3fe0, [0x186e] = 0x3fe1, [0x186f] = 0x3fe2, + [0x1870] = 0x3fe3, [0x1871] = 0x3fe4, [0x1872] = 0x3fe5, [0x1873] = 0x3fe6, + [0x1874] = 0x3fe7, [0x1875] = 0x3fe8, [0x1876] = 0x3fe9, [0x1877] = 0x3fea, + [0x1878] = 0x3feb, [0x1879] = 0x3fec, [0x187a] = 0x3fed, [0x187b] = 0x3fee, + [0x187c] = 0x3fef, [0x187d] = 0x3ff0, [0x187e] = 0x3ff1, [0x187f] = 0x3ff2, + [0x1880] = 0x3ff3, [0x1881] = 0x3ff4, [0x1882] = 0x3ff5, [0x1883] = 0x3ff6, + [0x1884] = 0x3ff7, [0x1885] = 0x3ff8, [0x1886] = 0x3ff9, [0x1887] = 0x3ffa, + [0x1888] = 0x3ffb, [0x1889] = 0x3ffc, [0x188a] = 0x3ffd, [0x188b] = 0x3ffe, + [0x188c] = 0x3fff, [0x188d] = 0x4000, [0x188e] = 0x4001, [0x188f] = 0x4002, + [0x1890] = 0x4003, [0x1891] = 0x4004, [0x1892] = 0x4005, [0x1893] = 0x4006, + [0x1894] = 0x4007, [0x1895] = 0x4008, [0x1896] = 0x4009, [0x1897] = 0x400a, + [0x1898] = 0x400b, [0x1899] = 0x400c, [0x189a] = 0x400d, [0x189b] = 0x400e, + [0x189c] = 0x400f, [0x189d] = 0x4010, [0x189e] = 0x4011, [0x189f] = 0x4012, + [0x18a0] = 0x4013, [0x18a1] = 0x4014, [0x18a2] = 0x4015, [0x18a3] = 0x4016, + [0x18a4] = 0x4017, [0x18a5] = 0x4018, [0x18a6] = 0x4019, [0x18a7] = 0x401a, + [0x18a8] = 0x401b, [0x18a9] = 0x401c, [0x18aa] = 0x401d, [0x18ab] = 0x401e, + [0x18ac] = 0x401f, [0x18ad] = 0x4020, [0x18ae] = 0x4021, [0x18af] = 0x4022, + [0x18b0] = 0x4023, [0x18b1] = 0x4024, [0x18b2] = 0x4025, [0x18b3] = 0x4026, + [0x18b4] = 0x4027, [0x18b5] = 0x4028, [0x18b6] = 0x4029, [0x18b7] = 0x402a, + [0x18b8] = 0x402b, [0x18b9] = 0x402c, [0x18ba] = 0x402d, [0x18bb] = 0x402e, + [0x18bc] = 0x402f, [0x18bd] = 0x4030, [0x18be] = 0x4031, [0x18bf] = 0x4032, + [0x18c0] = 0x4033, [0x18c1] = 0x4034, [0x18c2] = 0x4035, [0x18c3] = 0x4036, + [0x18c4] = 0x4037, [0x18c5] = 0x4038, [0x18c6] = 0x4039, [0x18c7] = 0x403a, + [0x18c8] = 0x403b, [0x18c9] = 0x403c, [0x18ca] = 0x403d, [0x18cb] = 0x403e, + [0x18cc] = 0x403f, [0x18cd] = 0x4040, [0x18ce] = 0x4041, [0x18cf] = 0x4042, + [0x18d0] = 0x4043, [0x18d1] = 0x4044, [0x18d2] = 0x4045, [0x18d3] = 0x4046, + [0x18d4] = 0x4047, [0x18d5] = 0x4048, [0x18d6] = 0x4049, [0x18d7] = 0x404a, + [0x18d8] = 0x404b, [0x18d9] = 0x404c, [0x18da] = 0x404d, [0x18db] = 0x404e, + [0x18dc] = 0x404f, [0x18dd] = 0x4050, [0x18de] = 0x4051, [0x18df] = 0x4052, + [0x18e0] = 0x4053, [0x18e1] = 0x4054, [0x18e2] = 0x4055, [0x18e3] = 0x4057, + [0x18e4] = 0x4058, [0x18e5] = 0x4059, [0x18e6] = 0x405a, [0x18e7] = 0x405b, + [0x18e8] = 0x405c, [0x18e9] = 0x405d, [0x18ea] = 0x405e, [0x18eb] = 0x405f, + [0x18ec] = 0x4060, [0x18ed] = 0x4061, [0x18ee] = 0x4062, [0x18ef] = 0x4063, + [0x18f0] = 0x4064, [0x18f1] = 0x4065, [0x18f2] = 0x4066, [0x18f3] = 0x4067, + [0x18f4] = 0x4068, [0x18f5] = 0x4069, [0x18f6] = 0x406a, [0x18f7] = 0x406b, + [0x18f8] = 0x406c, [0x18f9] = 0x406d, [0x18fa] = 0x406e, [0x18fb] = 0x406f, + [0x18fc] = 0x4070, [0x18fd] = 0x4071, [0x18fe] = 0x4072, [0x18ff] = 0x4073, + [0x1900] = 0x4074, [0x1901] = 0x4075, [0x1902] = 0x4076, [0x1903] = 0x4077, + [0x1904] = 0x4078, [0x1905] = 0x4079, [0x1906] = 0x407a, [0x1907] = 0x407b, + [0x1908] = 0x407c, [0x1909] = 0x407d, [0x190a] = 0x407e, [0x190b] = 0x407f, + [0x190c] = 0x4080, [0x190d] = 0x4081, [0x190e] = 0x4082, [0x190f] = 0x4083, + [0x1910] = 0x4084, [0x1911] = 0x4085, [0x1912] = 0x4086, [0x1913] = 0x4087, + [0x1914] = 0x4088, [0x1915] = 0x4089, [0x1916] = 0x408a, [0x1917] = 0x408b, + [0x1918] = 0x408c, [0x1919] = 0x408d, [0x191a] = 0x408e, [0x191b] = 0x408f, + [0x191c] = 0x4090, [0x191d] = 0x4091, [0x191e] = 0x4092, [0x191f] = 0x4093, + [0x1920] = 0x4094, [0x1921] = 0x4095, [0x1922] = 0x4096, [0x1923] = 0x4097, + [0x1924] = 0x4098, [0x1925] = 0x4099, [0x1926] = 0x409a, [0x1927] = 0x409b, + [0x1928] = 0x409c, [0x1929] = 0x409d, [0x192a] = 0x409e, [0x192b] = 0x409f, + [0x192c] = 0x40a0, [0x192d] = 0x40a1, [0x192e] = 0x40a2, [0x192f] = 0x40a3, + [0x1930] = 0x40a4, [0x1931] = 0x40a5, [0x1932] = 0x40a6, [0x1933] = 0x40a7, + [0x1934] = 0x40a8, [0x1935] = 0x40a9, [0x1936] = 0x40aa, [0x1937] = 0x40ab, + [0x1938] = 0x40ac, [0x1939] = 0x40ad, [0x193a] = 0x40ae, [0x193b] = 0x40af, + [0x193c] = 0x40b0, [0x193d] = 0x40b1, [0x193e] = 0x40b2, [0x193f] = 0x40b3, + [0x1940] = 0x40b4, [0x1941] = 0x40b5, [0x1942] = 0x40b6, [0x1943] = 0x40b7, + [0x1944] = 0x40b8, [0x1945] = 0x40b9, [0x1946] = 0x40ba, [0x1947] = 0x40bb, + [0x1948] = 0x40bc, [0x1949] = 0x40bd, [0x194a] = 0x40be, [0x194b] = 0x40bf, + [0x194c] = 0x40c0, [0x194d] = 0x40c1, [0x194e] = 0x40c2, [0x194f] = 0x40c3, + [0x1950] = 0x40c4, [0x1951] = 0x40c5, [0x1952] = 0x40c6, [0x1953] = 0x40c7, + [0x1954] = 0x40c8, [0x1955] = 0x40c9, [0x1956] = 0x40ca, [0x1957] = 0x40cb, + [0x1958] = 0x40cc, [0x1959] = 0x40cd, [0x195a] = 0x40ce, [0x195b] = 0x40cf, + [0x195c] = 0x40d0, [0x195d] = 0x40d1, [0x195e] = 0x40d2, [0x195f] = 0x40d3, + [0x1960] = 0x40d4, [0x1961] = 0x40d5, [0x1962] = 0x40d6, [0x1963] = 0x40d7, + [0x1964] = 0x40d8, [0x1965] = 0x40d9, [0x1966] = 0x40da, [0x1967] = 0x40db, + [0x1968] = 0x40dc, [0x1969] = 0x40dd, [0x196a] = 0x40de, [0x196b] = 0x40df, + [0x196c] = 0x40e0, [0x196d] = 0x40e1, [0x196e] = 0x40e2, [0x196f] = 0x40e3, + [0x1970] = 0x40e4, [0x1971] = 0x40e5, [0x1972] = 0x40e6, [0x1973] = 0x40e7, + [0x1974] = 0x40e8, [0x1975] = 0x40e9, [0x1976] = 0x40ea, [0x1977] = 0x40eb, + [0x1978] = 0x40ec, [0x1979] = 0x40ed, [0x197a] = 0x40ee, [0x197b] = 0x40ef, + [0x197c] = 0x40f0, [0x197d] = 0x40f1, [0x197e] = 0x40f2, [0x197f] = 0x40f3, + [0x1980] = 0x40f4, [0x1981] = 0x40f5, [0x1982] = 0x40f6, [0x1983] = 0x40f7, + [0x1984] = 0x40f8, [0x1985] = 0x40f9, [0x1986] = 0x40fa, [0x1987] = 0x40fb, + [0x1988] = 0x40fc, [0x1989] = 0x40fd, [0x198a] = 0x40fe, [0x198b] = 0x40ff, + [0x198c] = 0x4100, [0x198d] = 0x4101, [0x198e] = 0x4102, [0x198f] = 0x4103, + [0x1990] = 0x4104, [0x1991] = 0x4105, [0x1992] = 0x4106, [0x1993] = 0x4107, + [0x1994] = 0x4108, [0x1995] = 0x4109, [0x1996] = 0x410a, [0x1997] = 0x410b, + [0x1998] = 0x410c, [0x1999] = 0x410d, [0x199a] = 0x410e, [0x199b] = 0x410f, + [0x199c] = 0x4110, [0x199d] = 0x4111, [0x199e] = 0x4112, [0x199f] = 0x4113, + [0x19a0] = 0x4114, [0x19a1] = 0x4115, [0x19a2] = 0x4116, [0x19a3] = 0x4117, + [0x19a4] = 0x4118, [0x19a5] = 0x4119, [0x19a6] = 0x411a, [0x19a7] = 0x411b, + [0x19a8] = 0x411c, [0x19a9] = 0x411d, [0x19aa] = 0x411e, [0x19ab] = 0x411f, + [0x19ac] = 0x4120, [0x19ad] = 0x4121, [0x19ae] = 0x4122, [0x19af] = 0x4123, + [0x19b0] = 0x4124, [0x19b1] = 0x4125, [0x19b2] = 0x4126, [0x19b3] = 0x4127, + [0x19b4] = 0x4128, [0x19b5] = 0x4129, [0x19b6] = 0x412a, [0x19b7] = 0x412b, + [0x19b8] = 0x412c, [0x19b9] = 0x412d, [0x19ba] = 0x412e, [0x19bb] = 0x412f, + [0x19bc] = 0x4130, [0x19bd] = 0x4131, [0x19be] = 0x4132, [0x19bf] = 0x4133, + [0x19c0] = 0x4134, [0x19c1] = 0x4135, [0x19c2] = 0x4136, [0x19c3] = 0x4137, + [0x19c4] = 0x4138, [0x19c5] = 0x4139, [0x19c6] = 0x413a, [0x19c7] = 0x413b, + [0x19c8] = 0x413c, [0x19c9] = 0x413d, [0x19ca] = 0x413e, [0x19cb] = 0x413f, + [0x19cc] = 0x4140, [0x19cd] = 0x4141, [0x19ce] = 0x4142, [0x19cf] = 0x4143, + [0x19d0] = 0x4144, [0x19d1] = 0x4145, [0x19d2] = 0x4146, [0x19d3] = 0x4147, + [0x19d4] = 0x4148, [0x19d5] = 0x4149, [0x19d6] = 0x414a, [0x19d7] = 0x414b, + [0x19d8] = 0x414c, [0x19d9] = 0x414d, [0x19da] = 0x414e, [0x19db] = 0x414f, + [0x19dc] = 0x4150, [0x19dd] = 0x4151, [0x19de] = 0x4152, [0x19df] = 0x4153, + [0x19e0] = 0x4154, [0x19e1] = 0x4155, [0x19e2] = 0x4156, [0x19e3] = 0x4157, + [0x19e4] = 0x4158, [0x19e5] = 0x4159, [0x19e6] = 0x415a, [0x19e7] = 0x415b, + [0x19e8] = 0x415c, [0x19e9] = 0x415d, [0x19ea] = 0x415e, [0x19eb] = 0x4160, + [0x19ec] = 0x4161, [0x19ed] = 0x4162, [0x19ee] = 0x4163, [0x19ef] = 0x4164, + [0x19f0] = 0x4165, [0x19f1] = 0x4166, [0x19f2] = 0x4167, [0x19f3] = 0x4168, + [0x19f4] = 0x4169, [0x19f5] = 0x416a, [0x19f6] = 0x416b, [0x19f7] = 0x416c, + [0x19f8] = 0x416d, [0x19f9] = 0x416e, [0x19fa] = 0x416f, [0x19fb] = 0x4170, + [0x19fc] = 0x4171, [0x19fd] = 0x4172, [0x19fe] = 0x4173, [0x19ff] = 0x4174, + [0x1a00] = 0x4175, [0x1a01] = 0x4176, [0x1a02] = 0x4177, [0x1a03] = 0x4178, + [0x1a04] = 0x4179, [0x1a05] = 0x417a, [0x1a06] = 0x417b, [0x1a07] = 0x417c, + [0x1a08] = 0x417d, [0x1a09] = 0x417e, [0x1a0a] = 0x417f, [0x1a0b] = 0x4180, + [0x1a0c] = 0x4181, [0x1a0d] = 0x4182, [0x1a0e] = 0x4183, [0x1a0f] = 0x4184, + [0x1a10] = 0x4185, [0x1a11] = 0x4186, [0x1a12] = 0x4187, [0x1a13] = 0x4188, + [0x1a14] = 0x4189, [0x1a15] = 0x418a, [0x1a16] = 0x418b, [0x1a17] = 0x418c, + [0x1a18] = 0x418d, [0x1a19] = 0x418e, [0x1a1a] = 0x418f, [0x1a1b] = 0x4190, + [0x1a1c] = 0x4191, [0x1a1d] = 0x4192, [0x1a1e] = 0x4193, [0x1a1f] = 0x4194, + [0x1a20] = 0x4195, [0x1a21] = 0x4196, [0x1a22] = 0x4197, [0x1a23] = 0x4198, + [0x1a24] = 0x4199, [0x1a25] = 0x419a, [0x1a26] = 0x419b, [0x1a27] = 0x419c, + [0x1a28] = 0x419d, [0x1a29] = 0x419e, [0x1a2a] = 0x419f, [0x1a2b] = 0x41a0, + [0x1a2c] = 0x41a1, [0x1a2d] = 0x41a2, [0x1a2e] = 0x41a3, [0x1a2f] = 0x41a4, + [0x1a30] = 0x41a5, [0x1a31] = 0x41a6, [0x1a32] = 0x41a7, [0x1a33] = 0x41a8, + [0x1a34] = 0x41a9, [0x1a35] = 0x41aa, [0x1a36] = 0x41ab, [0x1a37] = 0x41ac, + [0x1a38] = 0x41ad, [0x1a39] = 0x41ae, [0x1a3a] = 0x41af, [0x1a3b] = 0x41b0, + [0x1a3c] = 0x41b1, [0x1a3d] = 0x41b2, [0x1a3e] = 0x41b3, [0x1a3f] = 0x41b4, + [0x1a40] = 0x41b5, [0x1a41] = 0x41b6, [0x1a42] = 0x41b7, [0x1a43] = 0x41b8, + [0x1a44] = 0x41b9, [0x1a45] = 0x41ba, [0x1a46] = 0x41bb, [0x1a47] = 0x41bc, + [0x1a48] = 0x41bd, [0x1a49] = 0x41be, [0x1a4a] = 0x41bf, [0x1a4b] = 0x41c0, + [0x1a4c] = 0x41c1, [0x1a4d] = 0x41c2, [0x1a4e] = 0x41c3, [0x1a4f] = 0x41c4, + [0x1a50] = 0x41c5, [0x1a51] = 0x41c6, [0x1a52] = 0x41c7, [0x1a53] = 0x41c8, + [0x1a54] = 0x41c9, [0x1a55] = 0x41ca, [0x1a56] = 0x41cb, [0x1a57] = 0x41cc, + [0x1a58] = 0x41cd, [0x1a59] = 0x41ce, [0x1a5a] = 0x41cf, [0x1a5b] = 0x41d0, + [0x1a5c] = 0x41d1, [0x1a5d] = 0x41d2, [0x1a5e] = 0x41d3, [0x1a5f] = 0x41d4, + [0x1a60] = 0x41d5, [0x1a61] = 0x41d6, [0x1a62] = 0x41d7, [0x1a63] = 0x41d8, + [0x1a64] = 0x41d9, [0x1a65] = 0x41da, [0x1a66] = 0x41db, [0x1a67] = 0x41dc, + [0x1a68] = 0x41dd, [0x1a69] = 0x41de, [0x1a6a] = 0x41df, [0x1a6b] = 0x41e0, + [0x1a6c] = 0x41e1, [0x1a6d] = 0x41e2, [0x1a6e] = 0x41e3, [0x1a6f] = 0x41e4, + [0x1a70] = 0x41e5, [0x1a71] = 0x41e6, [0x1a72] = 0x41e7, [0x1a73] = 0x41e8, + [0x1a74] = 0x41e9, [0x1a75] = 0x41ea, [0x1a76] = 0x41eb, [0x1a77] = 0x41ec, + [0x1a78] = 0x41ed, [0x1a79] = 0x41ee, [0x1a7a] = 0x41ef, [0x1a7b] = 0x41f0, + [0x1a7c] = 0x41f1, [0x1a7d] = 0x41f2, [0x1a7e] = 0x41f3, [0x1a7f] = 0x41f4, + [0x1a80] = 0x41f5, [0x1a81] = 0x41f6, [0x1a82] = 0x41f7, [0x1a83] = 0x41f8, + [0x1a84] = 0x41f9, [0x1a85] = 0x41fa, [0x1a86] = 0x41fb, [0x1a87] = 0x41fc, + [0x1a88] = 0x41fd, [0x1a89] = 0x41fe, [0x1a8a] = 0x41ff, [0x1a8b] = 0x4200, + [0x1a8c] = 0x4201, [0x1a8d] = 0x4202, [0x1a8e] = 0x4203, [0x1a8f] = 0x4204, + [0x1a90] = 0x4205, [0x1a91] = 0x4206, [0x1a92] = 0x4207, [0x1a93] = 0x4208, + [0x1a94] = 0x4209, [0x1a95] = 0x420a, [0x1a96] = 0x420b, [0x1a97] = 0x420c, + [0x1a98] = 0x420d, [0x1a99] = 0x420e, [0x1a9a] = 0x420f, [0x1a9b] = 0x4210, + [0x1a9c] = 0x4211, [0x1a9d] = 0x4212, [0x1a9e] = 0x4213, [0x1a9f] = 0x4214, + [0x1aa0] = 0x4215, [0x1aa1] = 0x4216, [0x1aa2] = 0x4217, [0x1aa3] = 0x4218, + [0x1aa4] = 0x4219, [0x1aa5] = 0x421a, [0x1aa6] = 0x421b, [0x1aa7] = 0x421c, + [0x1aa8] = 0x421d, [0x1aa9] = 0x421e, [0x1aaa] = 0x421f, [0x1aab] = 0x4220, + [0x1aac] = 0x4221, [0x1aad] = 0x4222, [0x1aae] = 0x4223, [0x1aaf] = 0x4224, + [0x1ab0] = 0x4225, [0x1ab1] = 0x4226, [0x1ab2] = 0x4227, [0x1ab3] = 0x4228, + [0x1ab4] = 0x4229, [0x1ab5] = 0x422a, [0x1ab6] = 0x422b, [0x1ab7] = 0x422c, + [0x1ab8] = 0x422d, [0x1ab9] = 0x422e, [0x1aba] = 0x422f, [0x1abb] = 0x4230, + [0x1abc] = 0x4231, [0x1abd] = 0x4232, [0x1abe] = 0x4233, [0x1abf] = 0x4234, + [0x1ac0] = 0x4235, [0x1ac1] = 0x4236, [0x1ac2] = 0x4237, [0x1ac3] = 0x4238, + [0x1ac4] = 0x4239, [0x1ac5] = 0x423a, [0x1ac6] = 0x423b, [0x1ac7] = 0x423c, + [0x1ac8] = 0x423d, [0x1ac9] = 0x423e, [0x1aca] = 0x423f, [0x1acb] = 0x4240, + [0x1acc] = 0x4241, [0x1acd] = 0x4242, [0x1ace] = 0x4243, [0x1acf] = 0x4244, + [0x1ad0] = 0x4245, [0x1ad1] = 0x4246, [0x1ad2] = 0x4247, [0x1ad3] = 0x4248, + [0x1ad4] = 0x4249, [0x1ad5] = 0x424a, [0x1ad6] = 0x424b, [0x1ad7] = 0x424c, + [0x1ad8] = 0x424d, [0x1ad9] = 0x424e, [0x1ada] = 0x424f, [0x1adb] = 0x4250, + [0x1adc] = 0x4251, [0x1add] = 0x4252, [0x1ade] = 0x4253, [0x1adf] = 0x4254, + [0x1ae0] = 0x4255, [0x1ae1] = 0x4256, [0x1ae2] = 0x4257, [0x1ae3] = 0x4258, + [0x1ae4] = 0x4259, [0x1ae5] = 0x425a, [0x1ae6] = 0x425b, [0x1ae7] = 0x425c, + [0x1ae8] = 0x425d, [0x1ae9] = 0x425e, [0x1aea] = 0x425f, [0x1aeb] = 0x4260, + [0x1aec] = 0x4261, [0x1aed] = 0x4262, [0x1aee] = 0x4263, [0x1aef] = 0x4264, + [0x1af0] = 0x4265, [0x1af1] = 0x4266, [0x1af2] = 0x4267, [0x1af3] = 0x4268, + [0x1af4] = 0x4269, [0x1af5] = 0x426a, [0x1af6] = 0x426b, [0x1af7] = 0x426c, + [0x1af8] = 0x426d, [0x1af9] = 0x426e, [0x1afa] = 0x426f, [0x1afb] = 0x4270, + [0x1afc] = 0x4271, [0x1afd] = 0x4272, [0x1afe] = 0x4273, [0x1aff] = 0x4274, + [0x1b00] = 0x4275, [0x1b01] = 0x4276, [0x1b02] = 0x4277, [0x1b03] = 0x4278, + [0x1b04] = 0x4279, [0x1b05] = 0x427a, [0x1b06] = 0x427b, [0x1b07] = 0x427c, + [0x1b08] = 0x427d, [0x1b09] = 0x427e, [0x1b0a] = 0x427f, [0x1b0b] = 0x4280, + [0x1b0c] = 0x4281, [0x1b0d] = 0x4282, [0x1b0e] = 0x4283, [0x1b0f] = 0x4284, + [0x1b10] = 0x4285, [0x1b11] = 0x4286, [0x1b12] = 0x4287, [0x1b13] = 0x4288, + [0x1b14] = 0x4289, [0x1b15] = 0x428a, [0x1b16] = 0x428b, [0x1b17] = 0x428c, + [0x1b18] = 0x428d, [0x1b19] = 0x428e, [0x1b1a] = 0x428f, [0x1b1b] = 0x4290, + [0x1b1c] = 0x4291, [0x1b1d] = 0x4292, [0x1b1e] = 0x4293, [0x1b1f] = 0x4294, + [0x1b20] = 0x4295, [0x1b21] = 0x4296, [0x1b22] = 0x4297, [0x1b23] = 0x4298, + [0x1b24] = 0x4299, [0x1b25] = 0x429a, [0x1b26] = 0x429b, [0x1b27] = 0x429c, + [0x1b28] = 0x429d, [0x1b29] = 0x429e, [0x1b2a] = 0x429f, [0x1b2b] = 0x42a0, + [0x1b2c] = 0x42a1, [0x1b2d] = 0x42a2, [0x1b2e] = 0x42a3, [0x1b2f] = 0x42a4, + [0x1b30] = 0x42a5, [0x1b31] = 0x42a6, [0x1b32] = 0x42a7, [0x1b33] = 0x42a8, + [0x1b34] = 0x42a9, [0x1b35] = 0x42aa, [0x1b36] = 0x42ab, [0x1b37] = 0x42ac, + [0x1b38] = 0x42ad, [0x1b39] = 0x42ae, [0x1b3a] = 0x42af, [0x1b3b] = 0x42b0, + [0x1b3c] = 0x42b1, [0x1b3d] = 0x42b2, [0x1b3e] = 0x42b3, [0x1b3f] = 0x42b4, + [0x1b40] = 0x42b5, [0x1b41] = 0x42b6, [0x1b42] = 0x42b7, [0x1b43] = 0x42b8, + [0x1b44] = 0x42b9, [0x1b45] = 0x42ba, [0x1b46] = 0x42bb, [0x1b47] = 0x42bc, + [0x1b48] = 0x42bd, [0x1b49] = 0x42be, [0x1b4a] = 0x42bf, [0x1b4b] = 0x42c0, + [0x1b4c] = 0x42c1, [0x1b4d] = 0x42c2, [0x1b4e] = 0x42c3, [0x1b4f] = 0x42c4, + [0x1b50] = 0x42c5, [0x1b51] = 0x42c6, [0x1b52] = 0x42c7, [0x1b53] = 0x42c8, + [0x1b54] = 0x42c9, [0x1b55] = 0x42ca, [0x1b56] = 0x42cb, [0x1b57] = 0x42cc, + [0x1b58] = 0x42cd, [0x1b59] = 0x42ce, [0x1b5a] = 0x42cf, [0x1b5b] = 0x42d0, + [0x1b5c] = 0x42d1, [0x1b5d] = 0x42d2, [0x1b5e] = 0x42d3, [0x1b5f] = 0x42d4, + [0x1b60] = 0x42d5, [0x1b61] = 0x42d6, [0x1b62] = 0x42d7, [0x1b63] = 0x42d8, + [0x1b64] = 0x42d9, [0x1b65] = 0x42da, [0x1b66] = 0x42db, [0x1b67] = 0x42dc, + [0x1b68] = 0x42dd, [0x1b69] = 0x42de, [0x1b6a] = 0x42df, [0x1b6b] = 0x42e0, + [0x1b6c] = 0x42e1, [0x1b6d] = 0x42e2, [0x1b6e] = 0x42e3, [0x1b6f] = 0x42e4, + [0x1b70] = 0x42e5, [0x1b71] = 0x42e6, [0x1b72] = 0x42e7, [0x1b73] = 0x42e8, + [0x1b74] = 0x42e9, [0x1b75] = 0x42ea, [0x1b76] = 0x42eb, [0x1b77] = 0x42ec, + [0x1b78] = 0x42ed, [0x1b79] = 0x42ee, [0x1b7a] = 0x42ef, [0x1b7b] = 0x42f0, + [0x1b7c] = 0x42f1, [0x1b7d] = 0x42f2, [0x1b7e] = 0x42f3, [0x1b7f] = 0x42f4, + [0x1b80] = 0x42f5, [0x1b81] = 0x42f6, [0x1b82] = 0x42f7, [0x1b83] = 0x42f8, + [0x1b84] = 0x42f9, [0x1b85] = 0x42fa, [0x1b86] = 0x42fb, [0x1b87] = 0x42fc, + [0x1b88] = 0x42fd, [0x1b89] = 0x42fe, [0x1b8a] = 0x42ff, [0x1b8b] = 0x4300, + [0x1b8c] = 0x4301, [0x1b8d] = 0x4302, [0x1b8e] = 0x4303, [0x1b8f] = 0x4304, + [0x1b90] = 0x4305, [0x1b91] = 0x4306, [0x1b92] = 0x4307, [0x1b93] = 0x4308, + [0x1b94] = 0x4309, [0x1b95] = 0x430a, [0x1b96] = 0x430b, [0x1b97] = 0x430c, + [0x1b98] = 0x430d, [0x1b99] = 0x430e, [0x1b9a] = 0x430f, [0x1b9b] = 0x4310, + [0x1b9c] = 0x4311, [0x1b9d] = 0x4312, [0x1b9e] = 0x4313, [0x1b9f] = 0x4314, + [0x1ba0] = 0x4315, [0x1ba1] = 0x4316, [0x1ba2] = 0x4317, [0x1ba3] = 0x4318, + [0x1ba4] = 0x4319, [0x1ba5] = 0x431a, [0x1ba6] = 0x431b, [0x1ba7] = 0x431c, + [0x1ba8] = 0x431d, [0x1ba9] = 0x431e, [0x1baa] = 0x431f, [0x1bab] = 0x4320, + [0x1bac] = 0x4321, [0x1bad] = 0x4322, [0x1bae] = 0x4323, [0x1baf] = 0x4324, + [0x1bb0] = 0x4325, [0x1bb1] = 0x4326, [0x1bb2] = 0x4327, [0x1bb3] = 0x4328, + [0x1bb4] = 0x4329, [0x1bb5] = 0x432a, [0x1bb6] = 0x432b, [0x1bb7] = 0x432c, + [0x1bb8] = 0x432d, [0x1bb9] = 0x432e, [0x1bba] = 0x432f, [0x1bbb] = 0x4330, + [0x1bbc] = 0x4331, [0x1bbd] = 0x4332, [0x1bbe] = 0x4333, [0x1bbf] = 0x4334, + [0x1bc0] = 0x4335, [0x1bc1] = 0x4336, [0x1bc2] = 0x4338, [0x1bc3] = 0x4339, + [0x1bc4] = 0x433a, [0x1bc5] = 0x433b, [0x1bc6] = 0x433c, [0x1bc7] = 0x433d, + [0x1bc8] = 0x433e, [0x1bc9] = 0x433f, [0x1bca] = 0x4340, [0x1bcb] = 0x4341, + [0x1bcc] = 0x4342, [0x1bcd] = 0x4343, [0x1bce] = 0x4344, [0x1bcf] = 0x4345, + [0x1bd0] = 0x4346, [0x1bd1] = 0x4347, [0x1bd2] = 0x4348, [0x1bd3] = 0x4349, + [0x1bd4] = 0x434a, [0x1bd5] = 0x434b, [0x1bd6] = 0x434c, [0x1bd7] = 0x434d, + [0x1bd8] = 0x434e, [0x1bd9] = 0x434f, [0x1bda] = 0x4350, [0x1bdb] = 0x4351, + [0x1bdc] = 0x4352, [0x1bdd] = 0x4353, [0x1bde] = 0x4354, [0x1bdf] = 0x4355, + [0x1be0] = 0x4356, [0x1be1] = 0x4357, [0x1be2] = 0x4358, [0x1be3] = 0x4359, + [0x1be4] = 0x435a, [0x1be5] = 0x435b, [0x1be6] = 0x435c, [0x1be7] = 0x435d, + [0x1be8] = 0x435e, [0x1be9] = 0x435f, [0x1bea] = 0x4360, [0x1beb] = 0x4361, + [0x1bec] = 0x4362, [0x1bed] = 0x4363, [0x1bee] = 0x4364, [0x1bef] = 0x4365, + [0x1bf0] = 0x4366, [0x1bf1] = 0x4367, [0x1bf2] = 0x4368, [0x1bf3] = 0x4369, + [0x1bf4] = 0x436a, [0x1bf5] = 0x436b, [0x1bf6] = 0x436c, [0x1bf7] = 0x436d, + [0x1bf8] = 0x436e, [0x1bf9] = 0x436f, [0x1bfa] = 0x4370, [0x1bfb] = 0x4371, + [0x1bfc] = 0x4372, [0x1bfd] = 0x4373, [0x1bfe] = 0x4374, [0x1bff] = 0x4375, + [0x1c00] = 0x4376, [0x1c01] = 0x4377, [0x1c02] = 0x4378, [0x1c03] = 0x4379, + [0x1c04] = 0x437a, [0x1c05] = 0x437b, [0x1c06] = 0x437c, [0x1c07] = 0x437d, + [0x1c08] = 0x437e, [0x1c09] = 0x437f, [0x1c0a] = 0x4380, [0x1c0b] = 0x4381, + [0x1c0c] = 0x4382, [0x1c0d] = 0x4383, [0x1c0e] = 0x4384, [0x1c0f] = 0x4385, + [0x1c10] = 0x4386, [0x1c11] = 0x4387, [0x1c12] = 0x4388, [0x1c13] = 0x4389, + [0x1c14] = 0x438a, [0x1c15] = 0x438b, [0x1c16] = 0x438c, [0x1c17] = 0x438d, + [0x1c18] = 0x438e, [0x1c19] = 0x438f, [0x1c1a] = 0x4390, [0x1c1b] = 0x4391, + [0x1c1c] = 0x4392, [0x1c1d] = 0x4393, [0x1c1e] = 0x4394, [0x1c1f] = 0x4395, + [0x1c20] = 0x4396, [0x1c21] = 0x4397, [0x1c22] = 0x4398, [0x1c23] = 0x4399, + [0x1c24] = 0x439a, [0x1c25] = 0x439b, [0x1c26] = 0x439c, [0x1c27] = 0x439d, + [0x1c28] = 0x439e, [0x1c29] = 0x439f, [0x1c2a] = 0x43a0, [0x1c2b] = 0x43a1, + [0x1c2c] = 0x43a2, [0x1c2d] = 0x43a3, [0x1c2e] = 0x43a4, [0x1c2f] = 0x43a5, + [0x1c30] = 0x43a6, [0x1c31] = 0x43a7, [0x1c32] = 0x43a8, [0x1c33] = 0x43a9, + [0x1c34] = 0x43aa, [0x1c35] = 0x43ab, [0x1c36] = 0x43ad, [0x1c37] = 0x43ae, + [0x1c38] = 0x43af, [0x1c39] = 0x43b0, [0x1c3a] = 0x43b2, [0x1c3b] = 0x43b3, + [0x1c3c] = 0x43b4, [0x1c3d] = 0x43b5, [0x1c3e] = 0x43b6, [0x1c3f] = 0x43b7, + [0x1c40] = 0x43b8, [0x1c41] = 0x43b9, [0x1c42] = 0x43ba, [0x1c43] = 0x43bb, + [0x1c44] = 0x43bc, [0x1c45] = 0x43bd, [0x1c46] = 0x43be, [0x1c47] = 0x43bf, + [0x1c48] = 0x43c0, [0x1c49] = 0x43c1, [0x1c4a] = 0x43c2, [0x1c4b] = 0x43c3, + [0x1c4c] = 0x43c4, [0x1c4d] = 0x43c5, [0x1c4e] = 0x43c6, [0x1c4f] = 0x43c7, + [0x1c50] = 0x43c8, [0x1c51] = 0x43c9, [0x1c52] = 0x43ca, [0x1c53] = 0x43cb, + [0x1c54] = 0x43cc, [0x1c55] = 0x43cd, [0x1c56] = 0x43ce, [0x1c57] = 0x43cf, + [0x1c58] = 0x43d0, [0x1c59] = 0x43d1, [0x1c5a] = 0x43d2, [0x1c5b] = 0x43d3, + [0x1c5c] = 0x43d4, [0x1c5d] = 0x43d5, [0x1c5e] = 0x43d6, [0x1c5f] = 0x43d7, + [0x1c60] = 0x43d8, [0x1c61] = 0x43d9, [0x1c62] = 0x43da, [0x1c63] = 0x43db, + [0x1c64] = 0x43dc, [0x1c65] = 0x43de, [0x1c66] = 0x43df, [0x1c67] = 0x43e0, + [0x1c68] = 0x43e1, [0x1c69] = 0x43e2, [0x1c6a] = 0x43e3, [0x1c6b] = 0x43e4, + [0x1c6c] = 0x43e5, [0x1c6d] = 0x43e6, [0x1c6e] = 0x43e7, [0x1c6f] = 0x43e8, + [0x1c70] = 0x43e9, [0x1c71] = 0x43ea, [0x1c72] = 0x43eb, [0x1c73] = 0x43ec, + [0x1c74] = 0x43ed, [0x1c75] = 0x43ee, [0x1c76] = 0x43ef, [0x1c77] = 0x43f0, + [0x1c78] = 0x43f1, [0x1c79] = 0x43f2, [0x1c7a] = 0x43f3, [0x1c7b] = 0x43f4, + [0x1c7c] = 0x43f5, [0x1c7d] = 0x43f6, [0x1c7e] = 0x43f7, [0x1c7f] = 0x43f8, + [0x1c80] = 0x43f9, [0x1c81] = 0x43fa, [0x1c82] = 0x43fb, [0x1c83] = 0x43fc, + [0x1c84] = 0x43fd, [0x1c85] = 0x43fe, [0x1c86] = 0x43ff, [0x1c87] = 0x4400, + [0x1c88] = 0x4401, [0x1c89] = 0x4402, [0x1c8a] = 0x4403, [0x1c8b] = 0x4404, + [0x1c8c] = 0x4405, [0x1c8d] = 0x4406, [0x1c8e] = 0x4407, [0x1c8f] = 0x4408, + [0x1c90] = 0x4409, [0x1c91] = 0x440a, [0x1c92] = 0x440b, [0x1c93] = 0x440c, + [0x1c94] = 0x440d, [0x1c95] = 0x440e, [0x1c96] = 0x440f, [0x1c97] = 0x4410, + [0x1c98] = 0x4411, [0x1c99] = 0x4412, [0x1c9a] = 0x4413, [0x1c9b] = 0x4414, + [0x1c9c] = 0x4415, [0x1c9d] = 0x4416, [0x1c9e] = 0x4417, [0x1c9f] = 0x4418, + [0x1ca0] = 0x4419, [0x1ca1] = 0x441a, [0x1ca2] = 0x441b, [0x1ca3] = 0x441c, + [0x1ca4] = 0x441d, [0x1ca5] = 0x441e, [0x1ca6] = 0x441f, [0x1ca7] = 0x4420, + [0x1ca8] = 0x4421, [0x1ca9] = 0x4422, [0x1caa] = 0x4423, [0x1cab] = 0x4424, + [0x1cac] = 0x4425, [0x1cad] = 0x4426, [0x1cae] = 0x4427, [0x1caf] = 0x4428, + [0x1cb0] = 0x4429, [0x1cb1] = 0x442a, [0x1cb2] = 0x442b, [0x1cb3] = 0x442c, + [0x1cb4] = 0x442d, [0x1cb5] = 0x442e, [0x1cb6] = 0x442f, [0x1cb7] = 0x4430, + [0x1cb8] = 0x4431, [0x1cb9] = 0x4432, [0x1cba] = 0x4433, [0x1cbb] = 0x4434, + [0x1cbc] = 0x4435, [0x1cbd] = 0x4436, [0x1cbe] = 0x4437, [0x1cbf] = 0x4438, + [0x1cc0] = 0x4439, [0x1cc1] = 0x443a, [0x1cc2] = 0x443b, [0x1cc3] = 0x443c, + [0x1cc4] = 0x443d, [0x1cc5] = 0x443e, [0x1cc6] = 0x443f, [0x1cc7] = 0x4440, + [0x1cc8] = 0x4441, [0x1cc9] = 0x4442, [0x1cca] = 0x4443, [0x1ccb] = 0x4444, + [0x1ccc] = 0x4445, [0x1ccd] = 0x4446, [0x1cce] = 0x4447, [0x1ccf] = 0x4448, + [0x1cd0] = 0x4449, [0x1cd1] = 0x444a, [0x1cd2] = 0x444b, [0x1cd3] = 0x444c, + [0x1cd4] = 0x444d, [0x1cd5] = 0x444e, [0x1cd6] = 0x444f, [0x1cd7] = 0x4450, + [0x1cd8] = 0x4451, [0x1cd9] = 0x4452, [0x1cda] = 0x4453, [0x1cdb] = 0x4454, + [0x1cdc] = 0x4455, [0x1cdd] = 0x4456, [0x1cde] = 0x4457, [0x1cdf] = 0x4458, + [0x1ce0] = 0x4459, [0x1ce1] = 0x445a, [0x1ce2] = 0x445b, [0x1ce3] = 0x445c, + [0x1ce4] = 0x445d, [0x1ce5] = 0x445e, [0x1ce6] = 0x445f, [0x1ce7] = 0x4460, + [0x1ce8] = 0x4461, [0x1ce9] = 0x4462, [0x1cea] = 0x4463, [0x1ceb] = 0x4464, + [0x1cec] = 0x4465, [0x1ced] = 0x4466, [0x1cee] = 0x4467, [0x1cef] = 0x4468, + [0x1cf0] = 0x4469, [0x1cf1] = 0x446a, [0x1cf2] = 0x446b, [0x1cf3] = 0x446c, + [0x1cf4] = 0x446d, [0x1cf5] = 0x446e, [0x1cf6] = 0x446f, [0x1cf7] = 0x4470, + [0x1cf8] = 0x4471, [0x1cf9] = 0x4472, [0x1cfa] = 0x4473, [0x1cfb] = 0x4474, + [0x1cfc] = 0x4475, [0x1cfd] = 0x4476, [0x1cfe] = 0x4477, [0x1cff] = 0x4478, + [0x1d00] = 0x4479, [0x1d01] = 0x447a, [0x1d02] = 0x447b, [0x1d03] = 0x447c, + [0x1d04] = 0x447d, [0x1d05] = 0x447e, [0x1d06] = 0x447f, [0x1d07] = 0x4480, + [0x1d08] = 0x4481, [0x1d09] = 0x4482, [0x1d0a] = 0x4483, [0x1d0b] = 0x4484, + [0x1d0c] = 0x4485, [0x1d0d] = 0x4486, [0x1d0e] = 0x4487, [0x1d0f] = 0x4488, + [0x1d10] = 0x4489, [0x1d11] = 0x448a, [0x1d12] = 0x448b, [0x1d13] = 0x448c, + [0x1d14] = 0x448d, [0x1d15] = 0x448e, [0x1d16] = 0x448f, [0x1d17] = 0x4490, + [0x1d18] = 0x4491, [0x1d19] = 0x4492, [0x1d1a] = 0x4493, [0x1d1b] = 0x4494, + [0x1d1c] = 0x4495, [0x1d1d] = 0x4496, [0x1d1e] = 0x4497, [0x1d1f] = 0x4498, + [0x1d20] = 0x4499, [0x1d21] = 0x449a, [0x1d22] = 0x449b, [0x1d23] = 0x449c, + [0x1d24] = 0x449d, [0x1d25] = 0x449e, [0x1d26] = 0x449f, [0x1d27] = 0x44a0, + [0x1d28] = 0x44a1, [0x1d29] = 0x44a2, [0x1d2a] = 0x44a3, [0x1d2b] = 0x44a4, + [0x1d2c] = 0x44a5, [0x1d2d] = 0x44a6, [0x1d2e] = 0x44a7, [0x1d2f] = 0x44a8, + [0x1d30] = 0x44a9, [0x1d31] = 0x44aa, [0x1d32] = 0x44ab, [0x1d33] = 0x44ac, + [0x1d34] = 0x44ad, [0x1d35] = 0x44ae, [0x1d36] = 0x44af, [0x1d37] = 0x44b0, + [0x1d38] = 0x44b1, [0x1d39] = 0x44b2, [0x1d3a] = 0x44b3, [0x1d3b] = 0x44b4, + [0x1d3c] = 0x44b5, [0x1d3d] = 0x44b6, [0x1d3e] = 0x44b7, [0x1d3f] = 0x44b8, + [0x1d40] = 0x44b9, [0x1d41] = 0x44ba, [0x1d42] = 0x44bb, [0x1d43] = 0x44bc, + [0x1d44] = 0x44bd, [0x1d45] = 0x44be, [0x1d46] = 0x44bf, [0x1d47] = 0x44c0, + [0x1d48] = 0x44c1, [0x1d49] = 0x44c2, [0x1d4a] = 0x44c3, [0x1d4b] = 0x44c4, + [0x1d4c] = 0x44c5, [0x1d4d] = 0x44c6, [0x1d4e] = 0x44c7, [0x1d4f] = 0x44c8, + [0x1d50] = 0x44c9, [0x1d51] = 0x44ca, [0x1d52] = 0x44cb, [0x1d53] = 0x44cc, + [0x1d54] = 0x44cd, [0x1d55] = 0x44ce, [0x1d56] = 0x44cf, [0x1d57] = 0x44d0, + [0x1d58] = 0x44d1, [0x1d59] = 0x44d2, [0x1d5a] = 0x44d3, [0x1d5b] = 0x44d4, + [0x1d5c] = 0x44d5, [0x1d5d] = 0x44d7, [0x1d5e] = 0x44d8, [0x1d5f] = 0x44d9, + [0x1d60] = 0x44da, [0x1d61] = 0x44db, [0x1d62] = 0x44dc, [0x1d63] = 0x44dd, + [0x1d64] = 0x44de, [0x1d65] = 0x44df, [0x1d66] = 0x44e0, [0x1d67] = 0x44e1, + [0x1d68] = 0x44e2, [0x1d69] = 0x44e3, [0x1d6a] = 0x44e4, [0x1d6b] = 0x44e5, + [0x1d6c] = 0x44e6, [0x1d6d] = 0x44e7, [0x1d6e] = 0x44e8, [0x1d6f] = 0x44e9, + [0x1d70] = 0x44ea, [0x1d71] = 0x44eb, [0x1d72] = 0x44ec, [0x1d73] = 0x44ed, + [0x1d74] = 0x44ee, [0x1d75] = 0x44ef, [0x1d76] = 0x44f0, [0x1d77] = 0x44f1, + [0x1d78] = 0x44f2, [0x1d79] = 0x44f3, [0x1d7a] = 0x44f4, [0x1d7b] = 0x44f5, + [0x1d7c] = 0x44f6, [0x1d7d] = 0x44f7, [0x1d7e] = 0x44f8, [0x1d7f] = 0x44f9, + [0x1d80] = 0x44fa, [0x1d81] = 0x44fb, [0x1d82] = 0x44fc, [0x1d83] = 0x44fd, + [0x1d84] = 0x44fe, [0x1d85] = 0x44ff, [0x1d86] = 0x4500, [0x1d87] = 0x4501, + [0x1d88] = 0x4502, [0x1d89] = 0x4503, [0x1d8a] = 0x4504, [0x1d8b] = 0x4505, + [0x1d8c] = 0x4506, [0x1d8d] = 0x4507, [0x1d8e] = 0x4508, [0x1d8f] = 0x4509, + [0x1d90] = 0x450a, [0x1d91] = 0x450b, [0x1d92] = 0x450c, [0x1d93] = 0x450d, + [0x1d94] = 0x450e, [0x1d95] = 0x450f, [0x1d96] = 0x4510, [0x1d97] = 0x4511, + [0x1d98] = 0x4512, [0x1d99] = 0x4513, [0x1d9a] = 0x4514, [0x1d9b] = 0x4515, + [0x1d9c] = 0x4516, [0x1d9d] = 0x4517, [0x1d9e] = 0x4518, [0x1d9f] = 0x4519, + [0x1da0] = 0x451a, [0x1da1] = 0x451b, [0x1da2] = 0x451c, [0x1da3] = 0x451d, + [0x1da4] = 0x451e, [0x1da5] = 0x451f, [0x1da6] = 0x4520, [0x1da7] = 0x4521, + [0x1da8] = 0x4522, [0x1da9] = 0x4523, [0x1daa] = 0x4524, [0x1dab] = 0x4525, + [0x1dac] = 0x4526, [0x1dad] = 0x4527, [0x1dae] = 0x4528, [0x1daf] = 0x4529, + [0x1db0] = 0x452a, [0x1db1] = 0x452b, [0x1db2] = 0x452c, [0x1db3] = 0x452d, + [0x1db4] = 0x452e, [0x1db5] = 0x452f, [0x1db6] = 0x4530, [0x1db7] = 0x4531, + [0x1db8] = 0x4532, [0x1db9] = 0x4533, [0x1dba] = 0x4534, [0x1dbb] = 0x4535, + [0x1dbc] = 0x4536, [0x1dbd] = 0x4537, [0x1dbe] = 0x4538, [0x1dbf] = 0x4539, + [0x1dc0] = 0x453a, [0x1dc1] = 0x453b, [0x1dc2] = 0x453c, [0x1dc3] = 0x453d, + [0x1dc4] = 0x453e, [0x1dc5] = 0x453f, [0x1dc6] = 0x4540, [0x1dc7] = 0x4541, + [0x1dc8] = 0x4542, [0x1dc9] = 0x4543, [0x1dca] = 0x4544, [0x1dcb] = 0x4545, + [0x1dcc] = 0x4546, [0x1dcd] = 0x4547, [0x1dce] = 0x4548, [0x1dcf] = 0x4549, + [0x1dd0] = 0x454a, [0x1dd1] = 0x454b, [0x1dd2] = 0x454c, [0x1dd3] = 0x454d, + [0x1dd4] = 0x454e, [0x1dd5] = 0x454f, [0x1dd6] = 0x4550, [0x1dd7] = 0x4551, + [0x1dd8] = 0x4552, [0x1dd9] = 0x4553, [0x1dda] = 0x4554, [0x1ddb] = 0x4555, + [0x1ddc] = 0x4556, [0x1ddd] = 0x4557, [0x1dde] = 0x4558, [0x1ddf] = 0x4559, + [0x1de0] = 0x455a, [0x1de1] = 0x455b, [0x1de2] = 0x455c, [0x1de3] = 0x455d, + [0x1de4] = 0x455e, [0x1de5] = 0x455f, [0x1de6] = 0x4560, [0x1de7] = 0x4561, + [0x1de8] = 0x4562, [0x1de9] = 0x4563, [0x1dea] = 0x4564, [0x1deb] = 0x4565, + [0x1dec] = 0x4566, [0x1ded] = 0x4567, [0x1dee] = 0x4568, [0x1def] = 0x4569, + [0x1df0] = 0x456a, [0x1df1] = 0x456b, [0x1df2] = 0x456c, [0x1df3] = 0x456d, + [0x1df4] = 0x456e, [0x1df5] = 0x456f, [0x1df6] = 0x4570, [0x1df7] = 0x4571, + [0x1df8] = 0x4572, [0x1df9] = 0x4573, [0x1dfa] = 0x4574, [0x1dfb] = 0x4575, + [0x1dfc] = 0x4576, [0x1dfd] = 0x4577, [0x1dfe] = 0x4578, [0x1dff] = 0x4579, + [0x1e00] = 0x457a, [0x1e01] = 0x457b, [0x1e02] = 0x457c, [0x1e03] = 0x457d, + [0x1e04] = 0x457e, [0x1e05] = 0x457f, [0x1e06] = 0x4580, [0x1e07] = 0x4581, + [0x1e08] = 0x4582, [0x1e09] = 0x4583, [0x1e0a] = 0x4584, [0x1e0b] = 0x4585, + [0x1e0c] = 0x4586, [0x1e0d] = 0x4587, [0x1e0e] = 0x4588, [0x1e0f] = 0x4589, + [0x1e10] = 0x458a, [0x1e11] = 0x458b, [0x1e12] = 0x458c, [0x1e13] = 0x458d, + [0x1e14] = 0x458e, [0x1e15] = 0x458f, [0x1e16] = 0x4590, [0x1e17] = 0x4591, + [0x1e18] = 0x4592, [0x1e19] = 0x4593, [0x1e1a] = 0x4594, [0x1e1b] = 0x4595, + [0x1e1c] = 0x4596, [0x1e1d] = 0x4597, [0x1e1e] = 0x4598, [0x1e1f] = 0x4599, + [0x1e20] = 0x459a, [0x1e21] = 0x459b, [0x1e22] = 0x459c, [0x1e23] = 0x459d, + [0x1e24] = 0x459e, [0x1e25] = 0x459f, [0x1e26] = 0x45a0, [0x1e27] = 0x45a1, + [0x1e28] = 0x45a2, [0x1e29] = 0x45a3, [0x1e2a] = 0x45a4, [0x1e2b] = 0x45a5, + [0x1e2c] = 0x45a6, [0x1e2d] = 0x45a7, [0x1e2e] = 0x45a8, [0x1e2f] = 0x45a9, + [0x1e30] = 0x45aa, [0x1e31] = 0x45ab, [0x1e32] = 0x45ac, [0x1e33] = 0x45ad, + [0x1e34] = 0x45ae, [0x1e35] = 0x45af, [0x1e36] = 0x45b0, [0x1e37] = 0x45b1, + [0x1e38] = 0x45b2, [0x1e39] = 0x45b3, [0x1e3a] = 0x45b4, [0x1e3b] = 0x45b5, + [0x1e3c] = 0x45b6, [0x1e3d] = 0x45b7, [0x1e3e] = 0x45b8, [0x1e3f] = 0x45b9, + [0x1e40] = 0x45ba, [0x1e41] = 0x45bb, [0x1e42] = 0x45bc, [0x1e43] = 0x45bd, + [0x1e44] = 0x45be, [0x1e45] = 0x45bf, [0x1e46] = 0x45c0, [0x1e47] = 0x45c1, + [0x1e48] = 0x45c2, [0x1e49] = 0x45c3, [0x1e4a] = 0x45c4, [0x1e4b] = 0x45c5, + [0x1e4c] = 0x45c6, [0x1e4d] = 0x45c7, [0x1e4e] = 0x45c8, [0x1e4f] = 0x45c9, + [0x1e50] = 0x45ca, [0x1e51] = 0x45cb, [0x1e52] = 0x45cc, [0x1e53] = 0x45cd, + [0x1e54] = 0x45ce, [0x1e55] = 0x45cf, [0x1e56] = 0x45d0, [0x1e57] = 0x45d1, + [0x1e58] = 0x45d2, [0x1e59] = 0x45d3, [0x1e5a] = 0x45d4, [0x1e5b] = 0x45d5, + [0x1e5c] = 0x45d6, [0x1e5d] = 0x45d7, [0x1e5e] = 0x45d8, [0x1e5f] = 0x45d9, + [0x1e60] = 0x45da, [0x1e61] = 0x45db, [0x1e62] = 0x45dc, [0x1e63] = 0x45dd, + [0x1e64] = 0x45de, [0x1e65] = 0x45df, [0x1e66] = 0x45e0, [0x1e67] = 0x45e1, + [0x1e68] = 0x45e2, [0x1e69] = 0x45e3, [0x1e6a] = 0x45e4, [0x1e6b] = 0x45e5, + [0x1e6c] = 0x45e6, [0x1e6d] = 0x45e7, [0x1e6e] = 0x45e8, [0x1e6f] = 0x45e9, + [0x1e70] = 0x45ea, [0x1e71] = 0x45eb, [0x1e72] = 0x45ec, [0x1e73] = 0x45ed, + [0x1e74] = 0x45ee, [0x1e75] = 0x45ef, [0x1e76] = 0x45f0, [0x1e77] = 0x45f1, + [0x1e78] = 0x45f2, [0x1e79] = 0x45f3, [0x1e7a] = 0x45f4, [0x1e7b] = 0x45f5, + [0x1e7c] = 0x45f6, [0x1e7d] = 0x45f7, [0x1e7e] = 0x45f8, [0x1e7f] = 0x45f9, + [0x1e80] = 0x45fa, [0x1e81] = 0x45fb, [0x1e82] = 0x45fc, [0x1e83] = 0x45fd, + [0x1e84] = 0x45fe, [0x1e85] = 0x45ff, [0x1e86] = 0x4600, [0x1e87] = 0x4601, + [0x1e88] = 0x4602, [0x1e89] = 0x4603, [0x1e8a] = 0x4604, [0x1e8b] = 0x4605, + [0x1e8c] = 0x4606, [0x1e8d] = 0x4607, [0x1e8e] = 0x4608, [0x1e8f] = 0x4609, + [0x1e90] = 0x460a, [0x1e91] = 0x460b, [0x1e92] = 0x460c, [0x1e93] = 0x460d, + [0x1e94] = 0x460e, [0x1e95] = 0x460f, [0x1e96] = 0x4610, [0x1e97] = 0x4611, + [0x1e98] = 0x4612, [0x1e99] = 0x4613, [0x1e9a] = 0x4614, [0x1e9b] = 0x4615, + [0x1e9c] = 0x4616, [0x1e9d] = 0x4617, [0x1e9e] = 0x4618, [0x1e9f] = 0x4619, + [0x1ea0] = 0x461a, [0x1ea1] = 0x461b, [0x1ea2] = 0x461c, [0x1ea3] = 0x461d, + [0x1ea4] = 0x461e, [0x1ea5] = 0x461f, [0x1ea6] = 0x4620, [0x1ea7] = 0x4621, + [0x1ea8] = 0x4622, [0x1ea9] = 0x4623, [0x1eaa] = 0x4624, [0x1eab] = 0x4625, + [0x1eac] = 0x4626, [0x1ead] = 0x4627, [0x1eae] = 0x4628, [0x1eaf] = 0x4629, + [0x1eb0] = 0x462a, [0x1eb1] = 0x462b, [0x1eb2] = 0x462c, [0x1eb3] = 0x462d, + [0x1eb4] = 0x462e, [0x1eb5] = 0x462f, [0x1eb6] = 0x4630, [0x1eb7] = 0x4631, + [0x1eb8] = 0x4632, [0x1eb9] = 0x4633, [0x1eba] = 0x4634, [0x1ebb] = 0x4635, + [0x1ebc] = 0x4636, [0x1ebd] = 0x4637, [0x1ebe] = 0x4638, [0x1ebf] = 0x4639, + [0x1ec0] = 0x463a, [0x1ec1] = 0x463b, [0x1ec2] = 0x463c, [0x1ec3] = 0x463d, + [0x1ec4] = 0x463e, [0x1ec5] = 0x463f, [0x1ec6] = 0x4640, [0x1ec7] = 0x4641, + [0x1ec8] = 0x4642, [0x1ec9] = 0x4643, [0x1eca] = 0x4644, [0x1ecb] = 0x4645, + [0x1ecc] = 0x4646, [0x1ecd] = 0x4647, [0x1ece] = 0x4648, [0x1ecf] = 0x4649, + [0x1ed0] = 0x464a, [0x1ed1] = 0x464b, [0x1ed2] = 0x464d, [0x1ed3] = 0x464e, + [0x1ed4] = 0x464f, [0x1ed5] = 0x4650, [0x1ed6] = 0x4651, [0x1ed7] = 0x4652, + [0x1ed8] = 0x4653, [0x1ed9] = 0x4654, [0x1eda] = 0x4655, [0x1edb] = 0x4656, + [0x1edc] = 0x4657, [0x1edd] = 0x4658, [0x1ede] = 0x4659, [0x1edf] = 0x465a, + [0x1ee0] = 0x465b, [0x1ee1] = 0x465c, [0x1ee2] = 0x465d, [0x1ee3] = 0x465e, + [0x1ee4] = 0x465f, [0x1ee5] = 0x4660, [0x1ee6] = 0x4662, [0x1ee7] = 0x4663, + [0x1ee8] = 0x4664, [0x1ee9] = 0x4665, [0x1eea] = 0x4666, [0x1eeb] = 0x4667, + [0x1eec] = 0x4668, [0x1eed] = 0x4669, [0x1eee] = 0x466a, [0x1eef] = 0x466b, + [0x1ef0] = 0x466c, [0x1ef1] = 0x466d, [0x1ef2] = 0x466e, [0x1ef3] = 0x466f, + [0x1ef4] = 0x4670, [0x1ef5] = 0x4671, [0x1ef6] = 0x4672, [0x1ef7] = 0x4673, + [0x1ef8] = 0x4674, [0x1ef9] = 0x4675, [0x1efa] = 0x4676, [0x1efb] = 0x4677, + [0x1efc] = 0x4678, [0x1efd] = 0x4679, [0x1efe] = 0x467a, [0x1eff] = 0x467b, + [0x1f00] = 0x467c, [0x1f01] = 0x467d, [0x1f02] = 0x467e, [0x1f03] = 0x467f, + [0x1f04] = 0x4680, [0x1f05] = 0x4681, [0x1f06] = 0x4682, [0x1f07] = 0x4683, + [0x1f08] = 0x4684, [0x1f09] = 0x4685, [0x1f0a] = 0x4686, [0x1f0b] = 0x4687, + [0x1f0c] = 0x4688, [0x1f0d] = 0x4689, [0x1f0e] = 0x468a, [0x1f0f] = 0x468b, + [0x1f10] = 0x468c, [0x1f11] = 0x468d, [0x1f12] = 0x468e, [0x1f13] = 0x468f, + [0x1f14] = 0x4690, [0x1f15] = 0x4691, [0x1f16] = 0x4692, [0x1f17] = 0x4693, + [0x1f18] = 0x4694, [0x1f19] = 0x4695, [0x1f1a] = 0x4696, [0x1f1b] = 0x4697, + [0x1f1c] = 0x4698, [0x1f1d] = 0x4699, [0x1f1e] = 0x469a, [0x1f1f] = 0x469b, + [0x1f20] = 0x469c, [0x1f21] = 0x469d, [0x1f22] = 0x469e, [0x1f23] = 0x469f, + [0x1f24] = 0x46a0, [0x1f25] = 0x46a1, [0x1f26] = 0x46a2, [0x1f27] = 0x46a3, + [0x1f28] = 0x46a4, [0x1f29] = 0x46a5, [0x1f2a] = 0x46a6, [0x1f2b] = 0x46a7, + [0x1f2c] = 0x46a8, [0x1f2d] = 0x46a9, [0x1f2e] = 0x46aa, [0x1f2f] = 0x46ab, + [0x1f30] = 0x46ac, [0x1f31] = 0x46ad, [0x1f32] = 0x46ae, [0x1f33] = 0x46af, + [0x1f34] = 0x46b0, [0x1f35] = 0x46b1, [0x1f36] = 0x46b2, [0x1f37] = 0x46b3, + [0x1f38] = 0x46b4, [0x1f39] = 0x46b5, [0x1f3a] = 0x46b6, [0x1f3b] = 0x46b7, + [0x1f3c] = 0x46b8, [0x1f3d] = 0x46b9, [0x1f3e] = 0x46ba, [0x1f3f] = 0x46bb, + [0x1f40] = 0x46bc, [0x1f41] = 0x46bd, [0x1f42] = 0x46be, [0x1f43] = 0x46bf, + [0x1f44] = 0x46c0, [0x1f45] = 0x46c1, [0x1f46] = 0x46c2, [0x1f47] = 0x46c3, + [0x1f48] = 0x46c4, [0x1f49] = 0x46c5, [0x1f4a] = 0x46c6, [0x1f4b] = 0x46c7, + [0x1f4c] = 0x46c8, [0x1f4d] = 0x46c9, [0x1f4e] = 0x46ca, [0x1f4f] = 0x46cb, + [0x1f50] = 0x46cc, [0x1f51] = 0x46cd, [0x1f52] = 0x46ce, [0x1f53] = 0x46cf, + [0x1f54] = 0x46d0, [0x1f55] = 0x46d1, [0x1f56] = 0x46d2, [0x1f57] = 0x46d3, + [0x1f58] = 0x46d4, [0x1f59] = 0x46d5, [0x1f5a] = 0x46d6, [0x1f5b] = 0x46d7, + [0x1f5c] = 0x46d8, [0x1f5d] = 0x46d9, [0x1f5e] = 0x46da, [0x1f5f] = 0x46db, + [0x1f60] = 0x46dc, [0x1f61] = 0x46dd, [0x1f62] = 0x46de, [0x1f63] = 0x46df, + [0x1f64] = 0x46e0, [0x1f65] = 0x46e1, [0x1f66] = 0x46e2, [0x1f67] = 0x46e3, + [0x1f68] = 0x46e4, [0x1f69] = 0x46e5, [0x1f6a] = 0x46e6, [0x1f6b] = 0x46e7, + [0x1f6c] = 0x46e8, [0x1f6d] = 0x46e9, [0x1f6e] = 0x46ea, [0x1f6f] = 0x46eb, + [0x1f70] = 0x46ec, [0x1f71] = 0x46ed, [0x1f72] = 0x46ee, [0x1f73] = 0x46ef, + [0x1f74] = 0x46f0, [0x1f75] = 0x46f1, [0x1f76] = 0x46f2, [0x1f77] = 0x46f3, + [0x1f78] = 0x46f4, [0x1f79] = 0x46f5, [0x1f7a] = 0x46f6, [0x1f7b] = 0x46f7, + [0x1f7c] = 0x46f8, [0x1f7d] = 0x46f9, [0x1f7e] = 0x46fa, [0x1f7f] = 0x46fb, + [0x1f80] = 0x46fc, [0x1f81] = 0x46fd, [0x1f82] = 0x46fe, [0x1f83] = 0x46ff, + [0x1f84] = 0x4700, [0x1f85] = 0x4701, [0x1f86] = 0x4702, [0x1f87] = 0x4703, + [0x1f88] = 0x4704, [0x1f89] = 0x4705, [0x1f8a] = 0x4706, [0x1f8b] = 0x4707, + [0x1f8c] = 0x4708, [0x1f8d] = 0x4709, [0x1f8e] = 0x470a, [0x1f8f] = 0x470b, + [0x1f90] = 0x470c, [0x1f91] = 0x470d, [0x1f92] = 0x470e, [0x1f93] = 0x470f, + [0x1f94] = 0x4710, [0x1f95] = 0x4711, [0x1f96] = 0x4712, [0x1f97] = 0x4713, + [0x1f98] = 0x4714, [0x1f99] = 0x4715, [0x1f9a] = 0x4716, [0x1f9b] = 0x4717, + [0x1f9c] = 0x4718, [0x1f9d] = 0x4719, [0x1f9e] = 0x471a, [0x1f9f] = 0x471b, + [0x1fa0] = 0x471c, [0x1fa1] = 0x471d, [0x1fa2] = 0x471e, [0x1fa3] = 0x471f, + [0x1fa4] = 0x4720, [0x1fa5] = 0x4721, [0x1fa6] = 0x4722, [0x1fa7] = 0x4724, + [0x1fa8] = 0x4725, [0x1fa9] = 0x4726, [0x1faa] = 0x4727, [0x1fab] = 0x4728, + [0x1fac] = 0x472a, [0x1fad] = 0x472b, [0x1fae] = 0x472c, [0x1faf] = 0x472d, + [0x1fb0] = 0x472e, [0x1fb1] = 0x472f, [0x1fb2] = 0x4730, [0x1fb3] = 0x4731, + [0x1fb4] = 0x4732, [0x1fb5] = 0x4733, [0x1fb6] = 0x4734, [0x1fb7] = 0x4735, + [0x1fb8] = 0x4736, [0x1fb9] = 0x4737, [0x1fba] = 0x4738, [0x1fbb] = 0x4739, + [0x1fbc] = 0x473a, [0x1fbd] = 0x473b, [0x1fbe] = 0x473c, [0x1fbf] = 0x473d, + [0x1fc0] = 0x473e, [0x1fc1] = 0x473f, [0x1fc2] = 0x4740, [0x1fc3] = 0x4741, + [0x1fc4] = 0x4742, [0x1fc5] = 0x4743, [0x1fc6] = 0x4744, [0x1fc7] = 0x4745, + [0x1fc8] = 0x4746, [0x1fc9] = 0x4747, [0x1fca] = 0x4748, [0x1fcb] = 0x4749, + [0x1fcc] = 0x474a, [0x1fcd] = 0x474b, [0x1fce] = 0x474c, [0x1fcf] = 0x474d, + [0x1fd0] = 0x474e, [0x1fd1] = 0x474f, [0x1fd2] = 0x4750, [0x1fd3] = 0x4751, + [0x1fd4] = 0x4752, [0x1fd5] = 0x4753, [0x1fd6] = 0x4754, [0x1fd7] = 0x4755, + [0x1fd8] = 0x4756, [0x1fd9] = 0x4757, [0x1fda] = 0x4758, [0x1fdb] = 0x4759, + [0x1fdc] = 0x475a, [0x1fdd] = 0x475b, [0x1fde] = 0x475c, [0x1fdf] = 0x475d, + [0x1fe0] = 0x475e, [0x1fe1] = 0x475f, [0x1fe2] = 0x4760, [0x1fe3] = 0x4761, + [0x1fe4] = 0x4762, [0x1fe5] = 0x4763, [0x1fe6] = 0x4764, [0x1fe7] = 0x4765, + [0x1fe8] = 0x4766, [0x1fe9] = 0x4767, [0x1fea] = 0x4768, [0x1feb] = 0x4769, + [0x1fec] = 0x476a, [0x1fed] = 0x476b, [0x1fee] = 0x476c, [0x1fef] = 0x476d, + [0x1ff0] = 0x476e, [0x1ff1] = 0x476f, [0x1ff2] = 0x4770, [0x1ff3] = 0x4771, + [0x1ff4] = 0x4772, [0x1ff5] = 0x4773, [0x1ff6] = 0x4774, [0x1ff7] = 0x4775, + [0x1ff8] = 0x4776, [0x1ff9] = 0x4777, [0x1ffa] = 0x4778, [0x1ffb] = 0x4779, + [0x1ffc] = 0x477a, [0x1ffd] = 0x477b, [0x1ffe] = 0x477d, [0x1fff] = 0x477e, + [0x2000] = 0x477f, [0x2001] = 0x4780, [0x2002] = 0x4781, [0x2003] = 0x4782, + [0x2004] = 0x4783, [0x2005] = 0x4784, [0x2006] = 0x4785, [0x2007] = 0x4786, + [0x2008] = 0x4787, [0x2009] = 0x4788, [0x200a] = 0x4789, [0x200b] = 0x478a, + [0x200c] = 0x478b, [0x200d] = 0x478c, [0x200e] = 0x478e, [0x200f] = 0x478f, + [0x2010] = 0x4790, [0x2011] = 0x4791, [0x2012] = 0x4792, [0x2013] = 0x4793, + [0x2014] = 0x4794, [0x2015] = 0x4795, [0x2016] = 0x4796, [0x2017] = 0x4797, + [0x2018] = 0x4798, [0x2019] = 0x4799, [0x201a] = 0x479a, [0x201b] = 0x479b, + [0x201c] = 0x479c, [0x201d] = 0x479d, [0x201e] = 0x479e, [0x201f] = 0x479f, + [0x2020] = 0x47a0, [0x2021] = 0x47a1, [0x2022] = 0x47a2, [0x2023] = 0x47a3, + [0x2024] = 0x47a4, [0x2025] = 0x47a5, [0x2026] = 0x47a6, [0x2027] = 0x47a7, + [0x2028] = 0x47a8, [0x2029] = 0x47a9, [0x202a] = 0x47aa, [0x202b] = 0x47ab, + [0x202c] = 0x47ac, [0x202d] = 0x47ad, [0x202e] = 0x47ae, [0x202f] = 0x47af, + [0x2030] = 0x47b0, [0x2031] = 0x47b1, [0x2032] = 0x47b2, [0x2033] = 0x47b3, + [0x2034] = 0x47b4, [0x2035] = 0x47b5, [0x2036] = 0x47b6, [0x2037] = 0x47b7, + [0x2038] = 0x47b8, [0x2039] = 0x47b9, [0x203a] = 0x47ba, [0x203b] = 0x47bb, + [0x203c] = 0x47bc, [0x203d] = 0x47bd, [0x203e] = 0x47be, [0x203f] = 0x47bf, + [0x2040] = 0x47c0, [0x2041] = 0x47c1, [0x2042] = 0x47c2, [0x2043] = 0x47c3, + [0x2044] = 0x47c4, [0x2045] = 0x47c5, [0x2046] = 0x47c6, [0x2047] = 0x47c7, + [0x2048] = 0x47c8, [0x2049] = 0x47c9, [0x204a] = 0x47ca, [0x204b] = 0x47cb, + [0x204c] = 0x47cc, [0x204d] = 0x47cd, [0x204e] = 0x47ce, [0x204f] = 0x47cf, + [0x2050] = 0x47d0, [0x2051] = 0x47d1, [0x2052] = 0x47d2, [0x2053] = 0x47d3, + [0x2054] = 0x47d4, [0x2055] = 0x47d5, [0x2056] = 0x47d6, [0x2057] = 0x47d7, + [0x2058] = 0x47d8, [0x2059] = 0x47d9, [0x205a] = 0x47da, [0x205b] = 0x47db, + [0x205c] = 0x47dc, [0x205d] = 0x47dd, [0x205e] = 0x47de, [0x205f] = 0x47df, + [0x2060] = 0x47e0, [0x2061] = 0x47e1, [0x2062] = 0x47e2, [0x2063] = 0x47e3, + [0x2064] = 0x47e4, [0x2065] = 0x47e5, [0x2066] = 0x47e6, [0x2067] = 0x47e7, + [0x2068] = 0x47e8, [0x2069] = 0x47e9, [0x206a] = 0x47ea, [0x206b] = 0x47eb, + [0x206c] = 0x47ec, [0x206d] = 0x47ed, [0x206e] = 0x47ee, [0x206f] = 0x47ef, + [0x2070] = 0x47f0, [0x2071] = 0x47f1, [0x2072] = 0x47f2, [0x2073] = 0x47f3, + [0x2074] = 0x47f4, [0x2075] = 0x47f5, [0x2076] = 0x47f6, [0x2077] = 0x47f7, + [0x2078] = 0x47f8, [0x2079] = 0x47f9, [0x207a] = 0x47fa, [0x207b] = 0x47fb, + [0x207c] = 0x47fc, [0x207d] = 0x47fd, [0x207e] = 0x47fe, [0x207f] = 0x47ff, + [0x2080] = 0x4800, [0x2081] = 0x4801, [0x2082] = 0x4802, [0x2083] = 0x4803, + [0x2084] = 0x4804, [0x2085] = 0x4805, [0x2086] = 0x4806, [0x2087] = 0x4807, + [0x2088] = 0x4808, [0x2089] = 0x4809, [0x208a] = 0x480a, [0x208b] = 0x480b, + [0x208c] = 0x480c, [0x208d] = 0x480d, [0x208e] = 0x480e, [0x208f] = 0x480f, + [0x2090] = 0x4810, [0x2091] = 0x4811, [0x2092] = 0x4812, [0x2093] = 0x4813, + [0x2094] = 0x4814, [0x2095] = 0x4815, [0x2096] = 0x4816, [0x2097] = 0x4817, + [0x2098] = 0x4818, [0x2099] = 0x4819, [0x209a] = 0x481a, [0x209b] = 0x481b, + [0x209c] = 0x481c, [0x209d] = 0x481d, [0x209e] = 0x481e, [0x209f] = 0x481f, + [0x20a0] = 0x4820, [0x20a1] = 0x4821, [0x20a2] = 0x4822, [0x20a3] = 0x4823, + [0x20a4] = 0x4824, [0x20a5] = 0x4825, [0x20a6] = 0x4826, [0x20a7] = 0x4827, + [0x20a8] = 0x4828, [0x20a9] = 0x4829, [0x20aa] = 0x482a, [0x20ab] = 0x482b, + [0x20ac] = 0x482c, [0x20ad] = 0x482d, [0x20ae] = 0x482e, [0x20af] = 0x482f, + [0x20b0] = 0x4830, [0x20b1] = 0x4831, [0x20b2] = 0x4832, [0x20b3] = 0x4833, + [0x20b4] = 0x4834, [0x20b5] = 0x4835, [0x20b6] = 0x4836, [0x20b7] = 0x4837, + [0x20b8] = 0x4838, [0x20b9] = 0x4839, [0x20ba] = 0x483a, [0x20bb] = 0x483b, + [0x20bc] = 0x483c, [0x20bd] = 0x483d, [0x20be] = 0x483e, [0x20bf] = 0x483f, + [0x20c0] = 0x4840, [0x20c1] = 0x4841, [0x20c2] = 0x4842, [0x20c3] = 0x4843, + [0x20c4] = 0x4844, [0x20c5] = 0x4845, [0x20c6] = 0x4846, [0x20c7] = 0x4847, + [0x20c8] = 0x4848, [0x20c9] = 0x4849, [0x20ca] = 0x484a, [0x20cb] = 0x484b, + [0x20cc] = 0x484c, [0x20cd] = 0x484d, [0x20ce] = 0x484e, [0x20cf] = 0x484f, + [0x20d0] = 0x4850, [0x20d1] = 0x4851, [0x20d2] = 0x4852, [0x20d3] = 0x4853, + [0x20d4] = 0x4854, [0x20d5] = 0x4855, [0x20d6] = 0x4856, [0x20d7] = 0x4857, + [0x20d8] = 0x4858, [0x20d9] = 0x4859, [0x20da] = 0x485a, [0x20db] = 0x485b, + [0x20dc] = 0x485c, [0x20dd] = 0x485d, [0x20de] = 0x485e, [0x20df] = 0x485f, + [0x20e0] = 0x4860, [0x20e1] = 0x4861, [0x20e2] = 0x4862, [0x20e3] = 0x4863, + [0x20e4] = 0x4864, [0x20e5] = 0x4865, [0x20e6] = 0x4866, [0x20e7] = 0x4867, + [0x20e8] = 0x4868, [0x20e9] = 0x4869, [0x20ea] = 0x486a, [0x20eb] = 0x486b, + [0x20ec] = 0x486c, [0x20ed] = 0x486d, [0x20ee] = 0x486e, [0x20ef] = 0x486f, + [0x20f0] = 0x4870, [0x20f1] = 0x4871, [0x20f2] = 0x4872, [0x20f3] = 0x4873, + [0x20f4] = 0x4874, [0x20f5] = 0x4875, [0x20f6] = 0x4876, [0x20f7] = 0x4877, + [0x20f8] = 0x4878, [0x20f9] = 0x4879, [0x20fa] = 0x487a, [0x20fb] = 0x487b, + [0x20fc] = 0x487c, [0x20fd] = 0x487d, [0x20fe] = 0x487e, [0x20ff] = 0x487f, + [0x2100] = 0x4880, [0x2101] = 0x4881, [0x2102] = 0x4882, [0x2103] = 0x4883, + [0x2104] = 0x4884, [0x2105] = 0x4885, [0x2106] = 0x4886, [0x2107] = 0x4887, + [0x2108] = 0x4888, [0x2109] = 0x4889, [0x210a] = 0x488a, [0x210b] = 0x488b, + [0x210c] = 0x488c, [0x210d] = 0x488d, [0x210e] = 0x488e, [0x210f] = 0x488f, + [0x2110] = 0x4890, [0x2111] = 0x4891, [0x2112] = 0x4892, [0x2113] = 0x4893, + [0x2114] = 0x4894, [0x2115] = 0x4895, [0x2116] = 0x4896, [0x2117] = 0x4897, + [0x2118] = 0x4898, [0x2119] = 0x4899, [0x211a] = 0x489a, [0x211b] = 0x489b, + [0x211c] = 0x489c, [0x211d] = 0x489d, [0x211e] = 0x489e, [0x211f] = 0x489f, + [0x2120] = 0x48a0, [0x2121] = 0x48a1, [0x2122] = 0x48a2, [0x2123] = 0x48a3, + [0x2124] = 0x48a4, [0x2125] = 0x48a5, [0x2126] = 0x48a6, [0x2127] = 0x48a7, + [0x2128] = 0x48a8, [0x2129] = 0x48a9, [0x212a] = 0x48aa, [0x212b] = 0x48ab, + [0x212c] = 0x48ac, [0x212d] = 0x48ad, [0x212e] = 0x48ae, [0x212f] = 0x48af, + [0x2130] = 0x48b0, [0x2131] = 0x48b1, [0x2132] = 0x48b2, [0x2133] = 0x48b3, + [0x2134] = 0x48b4, [0x2135] = 0x48b5, [0x2136] = 0x48b6, [0x2137] = 0x48b7, + [0x2138] = 0x48b8, [0x2139] = 0x48b9, [0x213a] = 0x48ba, [0x213b] = 0x48bb, + [0x213c] = 0x48bc, [0x213d] = 0x48bd, [0x213e] = 0x48be, [0x213f] = 0x48bf, + [0x2140] = 0x48c0, [0x2141] = 0x48c1, [0x2142] = 0x48c2, [0x2143] = 0x48c3, + [0x2144] = 0x48c4, [0x2145] = 0x48c5, [0x2146] = 0x48c6, [0x2147] = 0x48c7, + [0x2148] = 0x48c8, [0x2149] = 0x48c9, [0x214a] = 0x48ca, [0x214b] = 0x48cb, + [0x214c] = 0x48cc, [0x214d] = 0x48cd, [0x214e] = 0x48ce, [0x214f] = 0x48cf, + [0x2150] = 0x48d0, [0x2151] = 0x48d1, [0x2152] = 0x48d2, [0x2153] = 0x48d3, + [0x2154] = 0x48d4, [0x2155] = 0x48d5, [0x2156] = 0x48d6, [0x2157] = 0x48d7, + [0x2158] = 0x48d8, [0x2159] = 0x48d9, [0x215a] = 0x48da, [0x215b] = 0x48db, + [0x215c] = 0x48dc, [0x215d] = 0x48dd, [0x215e] = 0x48de, [0x215f] = 0x48df, + [0x2160] = 0x48e0, [0x2161] = 0x48e1, [0x2162] = 0x48e2, [0x2163] = 0x48e3, + [0x2164] = 0x48e4, [0x2165] = 0x48e5, [0x2166] = 0x48e6, [0x2167] = 0x48e7, + [0x2168] = 0x48e8, [0x2169] = 0x48e9, [0x216a] = 0x48ea, [0x216b] = 0x48eb, + [0x216c] = 0x48ec, [0x216d] = 0x48ed, [0x216e] = 0x48ee, [0x216f] = 0x48ef, + [0x2170] = 0x48f0, [0x2171] = 0x48f1, [0x2172] = 0x48f2, [0x2173] = 0x48f3, + [0x2174] = 0x48f4, [0x2175] = 0x48f5, [0x2176] = 0x48f6, [0x2177] = 0x48f7, + [0x2178] = 0x48f8, [0x2179] = 0x48f9, [0x217a] = 0x48fa, [0x217b] = 0x48fb, + [0x217c] = 0x48fc, [0x217d] = 0x48fd, [0x217e] = 0x48fe, [0x217f] = 0x48ff, + [0x2180] = 0x4900, [0x2181] = 0x4901, [0x2182] = 0x4902, [0x2183] = 0x4903, + [0x2184] = 0x4904, [0x2185] = 0x4905, [0x2186] = 0x4906, [0x2187] = 0x4907, + [0x2188] = 0x4908, [0x2189] = 0x4909, [0x218a] = 0x490a, [0x218b] = 0x490b, + [0x218c] = 0x490c, [0x218d] = 0x490d, [0x218e] = 0x490e, [0x218f] = 0x490f, + [0x2190] = 0x4910, [0x2191] = 0x4911, [0x2192] = 0x4912, [0x2193] = 0x4913, + [0x2194] = 0x4914, [0x2195] = 0x4915, [0x2196] = 0x4916, [0x2197] = 0x4917, + [0x2198] = 0x4918, [0x2199] = 0x4919, [0x219a] = 0x491a, [0x219b] = 0x491b, + [0x219c] = 0x491c, [0x219d] = 0x491d, [0x219e] = 0x491e, [0x219f] = 0x491f, + [0x21a0] = 0x4920, [0x21a1] = 0x4921, [0x21a2] = 0x4922, [0x21a3] = 0x4923, + [0x21a4] = 0x4924, [0x21a5] = 0x4925, [0x21a6] = 0x4926, [0x21a7] = 0x4927, + [0x21a8] = 0x4928, [0x21a9] = 0x4929, [0x21aa] = 0x492a, [0x21ab] = 0x492b, + [0x21ac] = 0x492c, [0x21ad] = 0x492d, [0x21ae] = 0x492e, [0x21af] = 0x492f, + [0x21b0] = 0x4930, [0x21b1] = 0x4931, [0x21b2] = 0x4932, [0x21b3] = 0x4933, + [0x21b4] = 0x4934, [0x21b5] = 0x4935, [0x21b6] = 0x4936, [0x21b7] = 0x4937, + [0x21b8] = 0x4938, [0x21b9] = 0x4939, [0x21ba] = 0x493a, [0x21bb] = 0x493b, + [0x21bc] = 0x493c, [0x21bd] = 0x493d, [0x21be] = 0x493e, [0x21bf] = 0x493f, + [0x21c0] = 0x4940, [0x21c1] = 0x4941, [0x21c2] = 0x4942, [0x21c3] = 0x4943, + [0x21c4] = 0x4944, [0x21c5] = 0x4945, [0x21c6] = 0x4946, [0x21c7] = 0x4948, + [0x21c8] = 0x4949, [0x21c9] = 0x494a, [0x21ca] = 0x494b, [0x21cb] = 0x494c, + [0x21cc] = 0x494d, [0x21cd] = 0x494e, [0x21ce] = 0x494f, [0x21cf] = 0x4950, + [0x21d0] = 0x4951, [0x21d1] = 0x4952, [0x21d2] = 0x4953, [0x21d3] = 0x4954, + [0x21d4] = 0x4955, [0x21d5] = 0x4956, [0x21d6] = 0x4957, [0x21d7] = 0x4958, + [0x21d8] = 0x4959, [0x21d9] = 0x495a, [0x21da] = 0x495b, [0x21db] = 0x495c, + [0x21dc] = 0x495d, [0x21dd] = 0x495e, [0x21de] = 0x495f, [0x21df] = 0x4960, + [0x21e0] = 0x4961, [0x21e1] = 0x4962, [0x21e2] = 0x4963, [0x21e3] = 0x4964, + [0x21e4] = 0x4965, [0x21e5] = 0x4966, [0x21e6] = 0x4967, [0x21e7] = 0x4968, + [0x21e8] = 0x4969, [0x21e9] = 0x496a, [0x21ea] = 0x496b, [0x21eb] = 0x496c, + [0x21ec] = 0x496d, [0x21ed] = 0x496e, [0x21ee] = 0x496f, [0x21ef] = 0x4970, + [0x21f0] = 0x4971, [0x21f1] = 0x4972, [0x21f2] = 0x4973, [0x21f3] = 0x4974, + [0x21f4] = 0x4975, [0x21f5] = 0x4976, [0x21f6] = 0x4977, [0x21f7] = 0x4978, + [0x21f8] = 0x4979, [0x21f9] = 0x497b, [0x21fa] = 0x497c, [0x21fb] = 0x497e, + [0x21fc] = 0x497f, [0x21fd] = 0x4980, [0x21fe] = 0x4981, [0x21ff] = 0x4984, + [0x2200] = 0x4987, [0x2201] = 0x4988, [0x2202] = 0x4989, [0x2203] = 0x498a, + [0x2204] = 0x498b, [0x2205] = 0x498c, [0x2206] = 0x498d, [0x2207] = 0x498e, + [0x2208] = 0x498f, [0x2209] = 0x4990, [0x220a] = 0x4991, [0x220b] = 0x4992, + [0x220c] = 0x4993, [0x220d] = 0x4994, [0x220e] = 0x4995, [0x220f] = 0x4996, + [0x2210] = 0x4997, [0x2211] = 0x4998, [0x2212] = 0x4999, [0x2213] = 0x499a, + [0x2214] = 0x499c, [0x2215] = 0x499d, [0x2216] = 0x499e, [0x2217] = 0x49a0, + [0x2218] = 0x49a1, [0x2219] = 0x49a2, [0x221a] = 0x49a3, [0x221b] = 0x49a4, + [0x221c] = 0x49a5, [0x221d] = 0x49a6, [0x221e] = 0x49a7, [0x221f] = 0x49a8, + [0x2220] = 0x49a9, [0x2221] = 0x49aa, [0x2222] = 0x49ab, [0x2223] = 0x49ac, + [0x2224] = 0x49ad, [0x2225] = 0x49ae, [0x2226] = 0x49af, [0x2227] = 0x49b0, + [0x2228] = 0x49b1, [0x2229] = 0x49b2, [0x222a] = 0x49b3, [0x222b] = 0x49b4, + [0x222c] = 0x49b5, [0x222d] = 0x49b8, [0x222e] = 0x49b9, [0x222f] = 0x49ba, + [0x2230] = 0x49bb, [0x2231] = 0x49bc, [0x2232] = 0x49bd, [0x2233] = 0x49be, + [0x2234] = 0x49bf, [0x2235] = 0x49c0, [0x2236] = 0x49c1, [0x2237] = 0x49c2, + [0x2238] = 0x49c3, [0x2239] = 0x49c4, [0x223a] = 0x49c5, [0x223b] = 0x49c6, + [0x223c] = 0x49c7, [0x223d] = 0x49c8, [0x223e] = 0x49c9, [0x223f] = 0x49ca, + [0x2240] = 0x49cb, [0x2241] = 0x49cc, [0x2242] = 0x49cd, [0x2243] = 0x49ce, + [0x2244] = 0x49cf, [0x2245] = 0x49d0, [0x2246] = 0x49d1, [0x2247] = 0x49d2, + [0x2248] = 0x49d3, [0x2249] = 0x49d4, [0x224a] = 0x49d5, [0x224b] = 0x49d6, + [0x224c] = 0x49d7, [0x224d] = 0x49d8, [0x224e] = 0x49d9, [0x224f] = 0x49da, + [0x2250] = 0x49db, [0x2251] = 0x49dc, [0x2252] = 0x49dd, [0x2253] = 0x49de, + [0x2254] = 0x49df, [0x2255] = 0x49e0, [0x2256] = 0x49e1, [0x2257] = 0x49e2, + [0x2258] = 0x49e3, [0x2259] = 0x49e4, [0x225a] = 0x49e5, [0x225b] = 0x49e6, + [0x225c] = 0x49e7, [0x225d] = 0x49e8, [0x225e] = 0x49e9, [0x225f] = 0x49ea, + [0x2260] = 0x49eb, [0x2261] = 0x49ec, [0x2262] = 0x49ed, [0x2263] = 0x49ee, + [0x2264] = 0x49ef, [0x2265] = 0x49f0, [0x2266] = 0x49f1, [0x2267] = 0x49f2, + [0x2268] = 0x49f3, [0x2269] = 0x49f4, [0x226a] = 0x49f5, [0x226b] = 0x49f6, + [0x226c] = 0x49f7, [0x226d] = 0x49f8, [0x226e] = 0x49f9, [0x226f] = 0x49fa, + [0x2270] = 0x49fb, [0x2271] = 0x49fc, [0x2272] = 0x49fd, [0x2273] = 0x49fe, + [0x2274] = 0x49ff, [0x2275] = 0x4a00, [0x2276] = 0x4a01, [0x2277] = 0x4a02, + [0x2278] = 0x4a03, [0x2279] = 0x4a04, [0x227a] = 0x4a05, [0x227b] = 0x4a06, + [0x227c] = 0x4a07, [0x227d] = 0x4a08, [0x227e] = 0x4a09, [0x227f] = 0x4a0a, + [0x2280] = 0x4a0b, [0x2281] = 0x4a0c, [0x2282] = 0x4a0d, [0x2283] = 0x4a0e, + [0x2284] = 0x4a0f, [0x2285] = 0x4a10, [0x2286] = 0x4a11, [0x2287] = 0x4a12, + [0x2288] = 0x4a13, [0x2289] = 0x4a14, [0x228a] = 0x4a15, [0x228b] = 0x4a16, + [0x228c] = 0x4a17, [0x228d] = 0x4a18, [0x228e] = 0x4a19, [0x228f] = 0x4a1a, + [0x2290] = 0x4a1b, [0x2291] = 0x4a1c, [0x2292] = 0x4a1d, [0x2293] = 0x4a1e, + [0x2294] = 0x4a1f, [0x2295] = 0x4a20, [0x2296] = 0x4a21, [0x2297] = 0x4a22, + [0x2298] = 0x4a23, [0x2299] = 0x4a24, [0x229a] = 0x4a25, [0x229b] = 0x4a26, + [0x229c] = 0x4a27, [0x229d] = 0x4a28, [0x229e] = 0x4a29, [0x229f] = 0x4a2a, + [0x22a0] = 0x4a2b, [0x22a1] = 0x4a2c, [0x22a2] = 0x4a2d, [0x22a3] = 0x4a2e, + [0x22a4] = 0x4a2f, [0x22a5] = 0x4a30, [0x22a6] = 0x4a31, [0x22a7] = 0x4a32, + [0x22a8] = 0x4a33, [0x22a9] = 0x4a34, [0x22aa] = 0x4a35, [0x22ab] = 0x4a36, + [0x22ac] = 0x4a37, [0x22ad] = 0x4a38, [0x22ae] = 0x4a39, [0x22af] = 0x4a3a, + [0x22b0] = 0x4a3b, [0x22b1] = 0x4a3c, [0x22b2] = 0x4a3d, [0x22b3] = 0x4a3e, + [0x22b4] = 0x4a3f, [0x22b5] = 0x4a40, [0x22b6] = 0x4a41, [0x22b7] = 0x4a42, + [0x22b8] = 0x4a43, [0x22b9] = 0x4a44, [0x22ba] = 0x4a45, [0x22bb] = 0x4a46, + [0x22bc] = 0x4a47, [0x22bd] = 0x4a48, [0x22be] = 0x4a49, [0x22bf] = 0x4a4a, + [0x22c0] = 0x4a4b, [0x22c1] = 0x4a4c, [0x22c2] = 0x4a4d, [0x22c3] = 0x4a4e, + [0x22c4] = 0x4a4f, [0x22c5] = 0x4a50, [0x22c6] = 0x4a51, [0x22c7] = 0x4a52, + [0x22c8] = 0x4a53, [0x22c9] = 0x4a54, [0x22ca] = 0x4a55, [0x22cb] = 0x4a56, + [0x22cc] = 0x4a57, [0x22cd] = 0x4a58, [0x22ce] = 0x4a59, [0x22cf] = 0x4a5a, + [0x22d0] = 0x4a5b, [0x22d1] = 0x4a5c, [0x22d2] = 0x4a5d, [0x22d3] = 0x4a5e, + [0x22d4] = 0x4a5f, [0x22d5] = 0x4a60, [0x22d6] = 0x4a61, [0x22d7] = 0x4a62, + [0x22d8] = 0x4a63, [0x22d9] = 0x4a64, [0x22da] = 0x4a65, [0x22db] = 0x4a66, + [0x22dc] = 0x4a67, [0x22dd] = 0x4a68, [0x22de] = 0x4a69, [0x22df] = 0x4a6a, + [0x22e0] = 0x4a6b, [0x22e1] = 0x4a6c, [0x22e2] = 0x4a6d, [0x22e3] = 0x4a6e, + [0x22e4] = 0x4a6f, [0x22e5] = 0x4a70, [0x22e6] = 0x4a71, [0x22e7] = 0x4a72, + [0x22e8] = 0x4a73, [0x22e9] = 0x4a74, [0x22ea] = 0x4a75, [0x22eb] = 0x4a76, + [0x22ec] = 0x4a77, [0x22ed] = 0x4a78, [0x22ee] = 0x4a79, [0x22ef] = 0x4a7a, + [0x22f0] = 0x4a7b, [0x22f1] = 0x4a7c, [0x22f2] = 0x4a7d, [0x22f3] = 0x4a7e, + [0x22f4] = 0x4a7f, [0x22f5] = 0x4a80, [0x22f6] = 0x4a81, [0x22f7] = 0x4a82, + [0x22f8] = 0x4a83, [0x22f9] = 0x4a84, [0x22fa] = 0x4a85, [0x22fb] = 0x4a86, + [0x22fc] = 0x4a87, [0x22fd] = 0x4a88, [0x22fe] = 0x4a89, [0x22ff] = 0x4a8a, + [0x2300] = 0x4a8b, [0x2301] = 0x4a8c, [0x2302] = 0x4a8d, [0x2303] = 0x4a8e, + [0x2304] = 0x4a8f, [0x2305] = 0x4a90, [0x2306] = 0x4a91, [0x2307] = 0x4a92, + [0x2308] = 0x4a93, [0x2309] = 0x4a94, [0x230a] = 0x4a95, [0x230b] = 0x4a96, + [0x230c] = 0x4a97, [0x230d] = 0x4a98, [0x230e] = 0x4a99, [0x230f] = 0x4a9a, + [0x2310] = 0x4a9b, [0x2311] = 0x4a9c, [0x2312] = 0x4a9d, [0x2313] = 0x4a9e, + [0x2314] = 0x4a9f, [0x2315] = 0x4aa0, [0x2316] = 0x4aa1, [0x2317] = 0x4aa2, + [0x2318] = 0x4aa3, [0x2319] = 0x4aa4, [0x231a] = 0x4aa5, [0x231b] = 0x4aa6, + [0x231c] = 0x4aa7, [0x231d] = 0x4aa8, [0x231e] = 0x4aa9, [0x231f] = 0x4aaa, + [0x2320] = 0x4aab, [0x2321] = 0x4aac, [0x2322] = 0x4aad, [0x2323] = 0x4aae, + [0x2324] = 0x4aaf, [0x2325] = 0x4ab0, [0x2326] = 0x4ab1, [0x2327] = 0x4ab2, + [0x2328] = 0x4ab3, [0x2329] = 0x4ab4, [0x232a] = 0x4ab5, [0x232b] = 0x4ab6, + [0x232c] = 0x4ab7, [0x232d] = 0x4ab8, [0x232e] = 0x4ab9, [0x232f] = 0x4aba, + [0x2330] = 0x4abb, [0x2331] = 0x4abc, [0x2332] = 0x4abd, [0x2333] = 0x4abe, + [0x2334] = 0x4abf, [0x2335] = 0x4ac0, [0x2336] = 0x4ac1, [0x2337] = 0x4ac2, + [0x2338] = 0x4ac3, [0x2339] = 0x4ac4, [0x233a] = 0x4ac5, [0x233b] = 0x4ac6, + [0x233c] = 0x4ac7, [0x233d] = 0x4ac8, [0x233e] = 0x4ac9, [0x233f] = 0x4aca, + [0x2340] = 0x4acb, [0x2341] = 0x4acc, [0x2342] = 0x4acd, [0x2343] = 0x4ace, + [0x2344] = 0x4acf, [0x2345] = 0x4ad0, [0x2346] = 0x4ad1, [0x2347] = 0x4ad2, + [0x2348] = 0x4ad3, [0x2349] = 0x4ad4, [0x234a] = 0x4ad5, [0x234b] = 0x4ad6, + [0x234c] = 0x4ad7, [0x234d] = 0x4ad8, [0x234e] = 0x4ad9, [0x234f] = 0x4ada, + [0x2350] = 0x4adb, [0x2351] = 0x4adc, [0x2352] = 0x4add, [0x2353] = 0x4ade, + [0x2354] = 0x4adf, [0x2355] = 0x4ae0, [0x2356] = 0x4ae1, [0x2357] = 0x4ae2, + [0x2358] = 0x4ae3, [0x2359] = 0x4ae4, [0x235a] = 0x4ae5, [0x235b] = 0x4ae6, + [0x235c] = 0x4ae7, [0x235d] = 0x4ae8, [0x235e] = 0x4ae9, [0x235f] = 0x4aea, + [0x2360] = 0x4aeb, [0x2361] = 0x4aec, [0x2362] = 0x4aed, [0x2363] = 0x4aee, + [0x2364] = 0x4aef, [0x2365] = 0x4af0, [0x2366] = 0x4af1, [0x2367] = 0x4af2, + [0x2368] = 0x4af3, [0x2369] = 0x4af4, [0x236a] = 0x4af5, [0x236b] = 0x4af6, + [0x236c] = 0x4af7, [0x236d] = 0x4af8, [0x236e] = 0x4af9, [0x236f] = 0x4afa, + [0x2370] = 0x4afb, [0x2371] = 0x4afc, [0x2372] = 0x4afd, [0x2373] = 0x4afe, + [0x2374] = 0x4aff, [0x2375] = 0x4b00, [0x2376] = 0x4b01, [0x2377] = 0x4b02, + [0x2378] = 0x4b03, [0x2379] = 0x4b04, [0x237a] = 0x4b05, [0x237b] = 0x4b06, + [0x237c] = 0x4b07, [0x237d] = 0x4b08, [0x237e] = 0x4b09, [0x237f] = 0x4b0a, + [0x2380] = 0x4b0b, [0x2381] = 0x4b0c, [0x2382] = 0x4b0d, [0x2383] = 0x4b0e, + [0x2384] = 0x4b0f, [0x2385] = 0x4b10, [0x2386] = 0x4b11, [0x2387] = 0x4b12, + [0x2388] = 0x4b13, [0x2389] = 0x4b14, [0x238a] = 0x4b15, [0x238b] = 0x4b16, + [0x238c] = 0x4b17, [0x238d] = 0x4b18, [0x238e] = 0x4b19, [0x238f] = 0x4b1a, + [0x2390] = 0x4b1b, [0x2391] = 0x4b1c, [0x2392] = 0x4b1d, [0x2393] = 0x4b1e, + [0x2394] = 0x4b1f, [0x2395] = 0x4b20, [0x2396] = 0x4b21, [0x2397] = 0x4b22, + [0x2398] = 0x4b23, [0x2399] = 0x4b24, [0x239a] = 0x4b25, [0x239b] = 0x4b26, + [0x239c] = 0x4b27, [0x239d] = 0x4b28, [0x239e] = 0x4b29, [0x239f] = 0x4b2a, + [0x23a0] = 0x4b2b, [0x23a1] = 0x4b2c, [0x23a2] = 0x4b2d, [0x23a3] = 0x4b2e, + [0x23a4] = 0x4b2f, [0x23a5] = 0x4b30, [0x23a6] = 0x4b31, [0x23a7] = 0x4b32, + [0x23a8] = 0x4b33, [0x23a9] = 0x4b34, [0x23aa] = 0x4b35, [0x23ab] = 0x4b36, + [0x23ac] = 0x4b37, [0x23ad] = 0x4b38, [0x23ae] = 0x4b39, [0x23af] = 0x4b3a, + [0x23b0] = 0x4b3b, [0x23b1] = 0x4b3c, [0x23b2] = 0x4b3d, [0x23b3] = 0x4b3e, + [0x23b4] = 0x4b3f, [0x23b5] = 0x4b40, [0x23b6] = 0x4b41, [0x23b7] = 0x4b42, + [0x23b8] = 0x4b43, [0x23b9] = 0x4b44, [0x23ba] = 0x4b45, [0x23bb] = 0x4b46, + [0x23bc] = 0x4b47, [0x23bd] = 0x4b48, [0x23be] = 0x4b49, [0x23bf] = 0x4b4a, + [0x23c0] = 0x4b4b, [0x23c1] = 0x4b4c, [0x23c2] = 0x4b4d, [0x23c3] = 0x4b4e, + [0x23c4] = 0x4b4f, [0x23c5] = 0x4b50, [0x23c6] = 0x4b51, [0x23c7] = 0x4b52, + [0x23c8] = 0x4b53, [0x23c9] = 0x4b54, [0x23ca] = 0x4b55, [0x23cb] = 0x4b56, + [0x23cc] = 0x4b57, [0x23cd] = 0x4b58, [0x23ce] = 0x4b59, [0x23cf] = 0x4b5a, + [0x23d0] = 0x4b5b, [0x23d1] = 0x4b5c, [0x23d2] = 0x4b5d, [0x23d3] = 0x4b5e, + [0x23d4] = 0x4b5f, [0x23d5] = 0x4b60, [0x23d6] = 0x4b61, [0x23d7] = 0x4b62, + [0x23d8] = 0x4b63, [0x23d9] = 0x4b64, [0x23da] = 0x4b65, [0x23db] = 0x4b66, + [0x23dc] = 0x4b67, [0x23dd] = 0x4b68, [0x23de] = 0x4b69, [0x23df] = 0x4b6a, + [0x23e0] = 0x4b6b, [0x23e1] = 0x4b6c, [0x23e2] = 0x4b6d, [0x23e3] = 0x4b6e, + [0x23e4] = 0x4b6f, [0x23e5] = 0x4b70, [0x23e6] = 0x4b71, [0x23e7] = 0x4b72, + [0x23e8] = 0x4b73, [0x23e9] = 0x4b74, [0x23ea] = 0x4b75, [0x23eb] = 0x4b76, + [0x23ec] = 0x4b77, [0x23ed] = 0x4b78, [0x23ee] = 0x4b79, [0x23ef] = 0x4b7a, + [0x23f0] = 0x4b7b, [0x23f1] = 0x4b7c, [0x23f2] = 0x4b7d, [0x23f3] = 0x4b7e, + [0x23f4] = 0x4b7f, [0x23f5] = 0x4b80, [0x23f6] = 0x4b81, [0x23f7] = 0x4b82, + [0x23f8] = 0x4b83, [0x23f9] = 0x4b84, [0x23fa] = 0x4b85, [0x23fb] = 0x4b86, + [0x23fc] = 0x4b87, [0x23fd] = 0x4b88, [0x23fe] = 0x4b89, [0x23ff] = 0x4b8a, + [0x2400] = 0x4b8b, [0x2401] = 0x4b8c, [0x2402] = 0x4b8d, [0x2403] = 0x4b8e, + [0x2404] = 0x4b8f, [0x2405] = 0x4b90, [0x2406] = 0x4b91, [0x2407] = 0x4b92, + [0x2408] = 0x4b93, [0x2409] = 0x4b94, [0x240a] = 0x4b95, [0x240b] = 0x4b96, + [0x240c] = 0x4b97, [0x240d] = 0x4b98, [0x240e] = 0x4b99, [0x240f] = 0x4b9a, + [0x2410] = 0x4b9b, [0x2411] = 0x4b9c, [0x2412] = 0x4b9d, [0x2413] = 0x4b9e, + [0x2414] = 0x4b9f, [0x2415] = 0x4ba0, [0x2416] = 0x4ba1, [0x2417] = 0x4ba2, + [0x2418] = 0x4ba3, [0x2419] = 0x4ba4, [0x241a] = 0x4ba5, [0x241b] = 0x4ba6, + [0x241c] = 0x4ba7, [0x241d] = 0x4ba8, [0x241e] = 0x4ba9, [0x241f] = 0x4baa, + [0x2420] = 0x4bab, [0x2421] = 0x4bac, [0x2422] = 0x4bad, [0x2423] = 0x4bae, + [0x2424] = 0x4baf, [0x2425] = 0x4bb0, [0x2426] = 0x4bb1, [0x2427] = 0x4bb2, + [0x2428] = 0x4bb3, [0x2429] = 0x4bb4, [0x242a] = 0x4bb5, [0x242b] = 0x4bb6, + [0x242c] = 0x4bb7, [0x242d] = 0x4bb8, [0x242e] = 0x4bb9, [0x242f] = 0x4bba, + [0x2430] = 0x4bbb, [0x2431] = 0x4bbc, [0x2432] = 0x4bbd, [0x2433] = 0x4bbe, + [0x2434] = 0x4bbf, [0x2435] = 0x4bc0, [0x2436] = 0x4bc1, [0x2437] = 0x4bc2, + [0x2438] = 0x4bc3, [0x2439] = 0x4bc4, [0x243a] = 0x4bc5, [0x243b] = 0x4bc6, + [0x243c] = 0x4bc7, [0x243d] = 0x4bc8, [0x243e] = 0x4bc9, [0x243f] = 0x4bca, + [0x2440] = 0x4bcb, [0x2441] = 0x4bcc, [0x2442] = 0x4bcd, [0x2443] = 0x4bce, + [0x2444] = 0x4bcf, [0x2445] = 0x4bd0, [0x2446] = 0x4bd1, [0x2447] = 0x4bd2, + [0x2448] = 0x4bd3, [0x2449] = 0x4bd4, [0x244a] = 0x4bd5, [0x244b] = 0x4bd6, + [0x244c] = 0x4bd7, [0x244d] = 0x4bd8, [0x244e] = 0x4bd9, [0x244f] = 0x4bda, + [0x2450] = 0x4bdb, [0x2451] = 0x4bdc, [0x2452] = 0x4bdd, [0x2453] = 0x4bde, + [0x2454] = 0x4bdf, [0x2455] = 0x4be0, [0x2456] = 0x4be1, [0x2457] = 0x4be2, + [0x2458] = 0x4be3, [0x2459] = 0x4be4, [0x245a] = 0x4be5, [0x245b] = 0x4be6, + [0x245c] = 0x4be7, [0x245d] = 0x4be8, [0x245e] = 0x4be9, [0x245f] = 0x4bea, + [0x2460] = 0x4beb, [0x2461] = 0x4bec, [0x2462] = 0x4bed, [0x2463] = 0x4bee, + [0x2464] = 0x4bef, [0x2465] = 0x4bf0, [0x2466] = 0x4bf1, [0x2467] = 0x4bf2, + [0x2468] = 0x4bf3, [0x2469] = 0x4bf4, [0x246a] = 0x4bf5, [0x246b] = 0x4bf6, + [0x246c] = 0x4bf7, [0x246d] = 0x4bf8, [0x246e] = 0x4bf9, [0x246f] = 0x4bfa, + [0x2470] = 0x4bfb, [0x2471] = 0x4bfc, [0x2472] = 0x4bfd, [0x2473] = 0x4bfe, + [0x2474] = 0x4bff, [0x2475] = 0x4c00, [0x2476] = 0x4c01, [0x2477] = 0x4c02, + [0x2478] = 0x4c03, [0x2479] = 0x4c04, [0x247a] = 0x4c05, [0x247b] = 0x4c06, + [0x247c] = 0x4c07, [0x247d] = 0x4c08, [0x247e] = 0x4c09, [0x247f] = 0x4c0a, + [0x2480] = 0x4c0b, [0x2481] = 0x4c0c, [0x2482] = 0x4c0d, [0x2483] = 0x4c0e, + [0x2484] = 0x4c0f, [0x2485] = 0x4c10, [0x2486] = 0x4c11, [0x2487] = 0x4c12, + [0x2488] = 0x4c13, [0x2489] = 0x4c14, [0x248a] = 0x4c15, [0x248b] = 0x4c16, + [0x248c] = 0x4c17, [0x248d] = 0x4c18, [0x248e] = 0x4c19, [0x248f] = 0x4c1a, + [0x2490] = 0x4c1b, [0x2491] = 0x4c1c, [0x2492] = 0x4c1d, [0x2493] = 0x4c1e, + [0x2494] = 0x4c1f, [0x2495] = 0x4c20, [0x2496] = 0x4c21, [0x2497] = 0x4c22, + [0x2498] = 0x4c23, [0x2499] = 0x4c24, [0x249a] = 0x4c25, [0x249b] = 0x4c26, + [0x249c] = 0x4c27, [0x249d] = 0x4c28, [0x249e] = 0x4c29, [0x249f] = 0x4c2a, + [0x24a0] = 0x4c2b, [0x24a1] = 0x4c2c, [0x24a2] = 0x4c2d, [0x24a3] = 0x4c2e, + [0x24a4] = 0x4c2f, [0x24a5] = 0x4c30, [0x24a6] = 0x4c31, [0x24a7] = 0x4c32, + [0x24a8] = 0x4c33, [0x24a9] = 0x4c34, [0x24aa] = 0x4c35, [0x24ab] = 0x4c36, + [0x24ac] = 0x4c37, [0x24ad] = 0x4c38, [0x24ae] = 0x4c39, [0x24af] = 0x4c3a, + [0x24b0] = 0x4c3b, [0x24b1] = 0x4c3c, [0x24b2] = 0x4c3d, [0x24b3] = 0x4c3e, + [0x24b4] = 0x4c3f, [0x24b5] = 0x4c40, [0x24b6] = 0x4c41, [0x24b7] = 0x4c42, + [0x24b8] = 0x4c43, [0x24b9] = 0x4c44, [0x24ba] = 0x4c45, [0x24bb] = 0x4c46, + [0x24bc] = 0x4c47, [0x24bd] = 0x4c48, [0x24be] = 0x4c49, [0x24bf] = 0x4c4a, + [0x24c0] = 0x4c4b, [0x24c1] = 0x4c4c, [0x24c2] = 0x4c4d, [0x24c3] = 0x4c4e, + [0x24c4] = 0x4c4f, [0x24c5] = 0x4c50, [0x24c6] = 0x4c51, [0x24c7] = 0x4c52, + [0x24c8] = 0x4c53, [0x24c9] = 0x4c54, [0x24ca] = 0x4c55, [0x24cb] = 0x4c56, + [0x24cc] = 0x4c57, [0x24cd] = 0x4c58, [0x24ce] = 0x4c59, [0x24cf] = 0x4c5a, + [0x24d0] = 0x4c5b, [0x24d1] = 0x4c5c, [0x24d2] = 0x4c5d, [0x24d3] = 0x4c5e, + [0x24d4] = 0x4c5f, [0x24d5] = 0x4c60, [0x24d6] = 0x4c61, [0x24d7] = 0x4c62, + [0x24d8] = 0x4c63, [0x24d9] = 0x4c64, [0x24da] = 0x4c65, [0x24db] = 0x4c66, + [0x24dc] = 0x4c67, [0x24dd] = 0x4c68, [0x24de] = 0x4c69, [0x24df] = 0x4c6a, + [0x24e0] = 0x4c6b, [0x24e1] = 0x4c6c, [0x24e2] = 0x4c6d, [0x24e3] = 0x4c6e, + [0x24e4] = 0x4c6f, [0x24e5] = 0x4c70, [0x24e6] = 0x4c71, [0x24e7] = 0x4c72, + [0x24e8] = 0x4c73, [0x24e9] = 0x4c74, [0x24ea] = 0x4c75, [0x24eb] = 0x4c76, + [0x24ec] = 0x4c78, [0x24ed] = 0x4c79, [0x24ee] = 0x4c7a, [0x24ef] = 0x4c7b, + [0x24f0] = 0x4c7c, [0x24f1] = 0x4c7d, [0x24f2] = 0x4c7e, [0x24f3] = 0x4c7f, + [0x24f4] = 0x4c80, [0x24f5] = 0x4c81, [0x24f6] = 0x4c82, [0x24f7] = 0x4c83, + [0x24f8] = 0x4c84, [0x24f9] = 0x4c85, [0x24fa] = 0x4c86, [0x24fb] = 0x4c87, + [0x24fc] = 0x4c88, [0x24fd] = 0x4c89, [0x24fe] = 0x4c8a, [0x24ff] = 0x4c8b, + [0x2500] = 0x4c8c, [0x2501] = 0x4c8d, [0x2502] = 0x4c8e, [0x2503] = 0x4c8f, + [0x2504] = 0x4c90, [0x2505] = 0x4c91, [0x2506] = 0x4c92, [0x2507] = 0x4c93, + [0x2508] = 0x4c94, [0x2509] = 0x4c95, [0x250a] = 0x4c96, [0x250b] = 0x4c97, + [0x250c] = 0x4c98, [0x250d] = 0x4c99, [0x250e] = 0x4c9a, [0x250f] = 0x4c9b, + [0x2510] = 0x4c9c, [0x2511] = 0x4c9d, [0x2512] = 0x4c9e, [0x2513] = 0x4ca4, + [0x2514] = 0x4ca5, [0x2515] = 0x4ca6, [0x2516] = 0x4ca7, [0x2517] = 0x4ca8, + [0x2518] = 0x4ca9, [0x2519] = 0x4caa, [0x251a] = 0x4cab, [0x251b] = 0x4cac, + [0x251c] = 0x4cad, [0x251d] = 0x4cae, [0x251e] = 0x4caf, [0x251f] = 0x4cb0, + [0x2520] = 0x4cb1, [0x2521] = 0x4cb2, [0x2522] = 0x4cb3, [0x2523] = 0x4cb4, + [0x2524] = 0x4cb5, [0x2525] = 0x4cb6, [0x2526] = 0x4cb7, [0x2527] = 0x4cb8, + [0x2528] = 0x4cb9, [0x2529] = 0x4cba, [0x252a] = 0x4cbb, [0x252b] = 0x4cbc, + [0x252c] = 0x4cbd, [0x252d] = 0x4cbe, [0x252e] = 0x4cbf, [0x252f] = 0x4cc0, + [0x2530] = 0x4cc1, [0x2531] = 0x4cc2, [0x2532] = 0x4cc3, [0x2533] = 0x4cc4, + [0x2534] = 0x4cc5, [0x2535] = 0x4cc6, [0x2536] = 0x4cc7, [0x2537] = 0x4cc8, + [0x2538] = 0x4cc9, [0x2539] = 0x4cca, [0x253a] = 0x4ccb, [0x253b] = 0x4ccc, + [0x253c] = 0x4ccd, [0x253d] = 0x4cce, [0x253e] = 0x4ccf, [0x253f] = 0x4cd0, + [0x2540] = 0x4cd1, [0x2541] = 0x4cd2, [0x2542] = 0x4cd3, [0x2543] = 0x4cd4, + [0x2544] = 0x4cd5, [0x2545] = 0x4cd6, [0x2546] = 0x4cd7, [0x2547] = 0x4cd8, + [0x2548] = 0x4cd9, [0x2549] = 0x4cda, [0x254a] = 0x4cdb, [0x254b] = 0x4cdc, + [0x254c] = 0x4cdd, [0x254d] = 0x4cde, [0x254e] = 0x4cdf, [0x254f] = 0x4ce0, + [0x2550] = 0x4ce1, [0x2551] = 0x4ce2, [0x2552] = 0x4ce3, [0x2553] = 0x4ce4, + [0x2554] = 0x4ce5, [0x2555] = 0x4ce6, [0x2556] = 0x4ce7, [0x2557] = 0x4ce8, + [0x2558] = 0x4ce9, [0x2559] = 0x4cea, [0x255a] = 0x4ceb, [0x255b] = 0x4cec, + [0x255c] = 0x4ced, [0x255d] = 0x4cee, [0x255e] = 0x4cef, [0x255f] = 0x4cf0, + [0x2560] = 0x4cf1, [0x2561] = 0x4cf2, [0x2562] = 0x4cf3, [0x2563] = 0x4cf4, + [0x2564] = 0x4cf5, [0x2565] = 0x4cf6, [0x2566] = 0x4cf7, [0x2567] = 0x4cf8, + [0x2568] = 0x4cf9, [0x2569] = 0x4cfa, [0x256a] = 0x4cfb, [0x256b] = 0x4cfc, + [0x256c] = 0x4cfd, [0x256d] = 0x4cfe, [0x256e] = 0x4cff, [0x256f] = 0x4d00, + [0x2570] = 0x4d01, [0x2571] = 0x4d02, [0x2572] = 0x4d03, [0x2573] = 0x4d04, + [0x2574] = 0x4d05, [0x2575] = 0x4d06, [0x2576] = 0x4d07, [0x2577] = 0x4d08, + [0x2578] = 0x4d09, [0x2579] = 0x4d0a, [0x257a] = 0x4d0b, [0x257b] = 0x4d0c, + [0x257c] = 0x4d0d, [0x257d] = 0x4d0e, [0x257e] = 0x4d0f, [0x257f] = 0x4d10, + [0x2580] = 0x4d11, [0x2581] = 0x4d12, [0x2582] = 0x4d1a, [0x2583] = 0x4d1b, + [0x2584] = 0x4d1c, [0x2585] = 0x4d1d, [0x2586] = 0x4d1e, [0x2587] = 0x4d1f, + [0x2588] = 0x4d20, [0x2589] = 0x4d21, [0x258a] = 0x4d22, [0x258b] = 0x4d23, + [0x258c] = 0x4d24, [0x258d] = 0x4d25, [0x258e] = 0x4d26, [0x258f] = 0x4d27, + [0x2590] = 0x4d28, [0x2591] = 0x4d29, [0x2592] = 0x4d2a, [0x2593] = 0x4d2b, + [0x2594] = 0x4d2c, [0x2595] = 0x4d2d, [0x2596] = 0x4d2e, [0x2597] = 0x4d2f, + [0x2598] = 0x4d30, [0x2599] = 0x4d31, [0x259a] = 0x4d32, [0x259b] = 0x4d33, + [0x259c] = 0x4d34, [0x259d] = 0x4d35, [0x259e] = 0x4d36, [0x259f] = 0x4d37, + [0x25a0] = 0x4d38, [0x25a1] = 0x4d39, [0x25a2] = 0x4d3a, [0x25a3] = 0x4d3b, + [0x25a4] = 0x4d3c, [0x25a5] = 0x4d3d, [0x25a6] = 0x4d3e, [0x25a7] = 0x4d3f, + [0x25a8] = 0x4d40, [0x25a9] = 0x4d41, [0x25aa] = 0x4d42, [0x25ab] = 0x4d43, + [0x25ac] = 0x4d44, [0x25ad] = 0x4d45, [0x25ae] = 0x4d46, [0x25af] = 0x4d47, + [0x25b0] = 0x4d48, [0x25b1] = 0x4d49, [0x25b2] = 0x4d4a, [0x25b3] = 0x4d4b, + [0x25b4] = 0x4d4c, [0x25b5] = 0x4d4d, [0x25b6] = 0x4d4e, [0x25b7] = 0x4d4f, + [0x25b8] = 0x4d50, [0x25b9] = 0x4d51, [0x25ba] = 0x4d52, [0x25bb] = 0x4d53, + [0x25bc] = 0x4d54, [0x25bd] = 0x4d55, [0x25be] = 0x4d56, [0x25bf] = 0x4d57, + [0x25c0] = 0x4d58, [0x25c1] = 0x4d59, [0x25c2] = 0x4d5a, [0x25c3] = 0x4d5b, + [0x25c4] = 0x4d5c, [0x25c5] = 0x4d5d, [0x25c6] = 0x4d5e, [0x25c7] = 0x4d5f, + [0x25c8] = 0x4d60, [0x25c9] = 0x4d61, [0x25ca] = 0x4d62, [0x25cb] = 0x4d63, + [0x25cc] = 0x4d64, [0x25cd] = 0x4d65, [0x25ce] = 0x4d66, [0x25cf] = 0x4d67, + [0x25d0] = 0x4d68, [0x25d1] = 0x4d69, [0x25d2] = 0x4d6a, [0x25d3] = 0x4d6b, + [0x25d4] = 0x4d6c, [0x25d5] = 0x4d6d, [0x25d6] = 0x4d6e, [0x25d7] = 0x4d6f, + [0x25d8] = 0x4d70, [0x25d9] = 0x4d71, [0x25da] = 0x4d72, [0x25db] = 0x4d73, + [0x25dc] = 0x4d74, [0x25dd] = 0x4d75, [0x25de] = 0x4d76, [0x25df] = 0x4d77, + [0x25e0] = 0x4d78, [0x25e1] = 0x4d79, [0x25e2] = 0x4d7a, [0x25e3] = 0x4d7b, + [0x25e4] = 0x4d7c, [0x25e5] = 0x4d7d, [0x25e6] = 0x4d7e, [0x25e7] = 0x4d7f, + [0x25e8] = 0x4d80, [0x25e9] = 0x4d81, [0x25ea] = 0x4d82, [0x25eb] = 0x4d83, + [0x25ec] = 0x4d84, [0x25ed] = 0x4d85, [0x25ee] = 0x4d86, [0x25ef] = 0x4d87, + [0x25f0] = 0x4d88, [0x25f1] = 0x4d89, [0x25f2] = 0x4d8a, [0x25f3] = 0x4d8b, + [0x25f4] = 0x4d8c, [0x25f5] = 0x4d8d, [0x25f6] = 0x4d8e, [0x25f7] = 0x4d8f, + [0x25f8] = 0x4d90, [0x25f9] = 0x4d91, [0x25fa] = 0x4d92, [0x25fb] = 0x4d93, + [0x25fc] = 0x4d94, [0x25fd] = 0x4d95, [0x25fe] = 0x4d96, [0x25ff] = 0x4d97, + [0x2600] = 0x4d98, [0x2601] = 0x4d99, [0x2602] = 0x4d9a, [0x2603] = 0x4d9b, + [0x2604] = 0x4d9c, [0x2605] = 0x4d9d, [0x2606] = 0x4d9e, [0x2607] = 0x4d9f, + [0x2608] = 0x4da0, [0x2609] = 0x4da1, [0x260a] = 0x4da2, [0x260b] = 0x4da3, + [0x260c] = 0x4da4, [0x260d] = 0x4da5, [0x260e] = 0x4da6, [0x260f] = 0x4da7, + [0x2610] = 0x4da8, [0x2611] = 0x4da9, [0x2612] = 0x4daa, [0x2613] = 0x4dab, + [0x2614] = 0x4dac, [0x2615] = 0x4dad, [0x2616] = 0x4daf, [0x2617] = 0x4db0, + [0x2618] = 0x4db1, [0x2619] = 0x4db2, [0x261a] = 0x4db3, [0x261b] = 0x4db4, + [0x261c] = 0x4db5, [0x261d] = 0x4db6, [0x261e] = 0x4db7, [0x261f] = 0x4db8, + [0x2620] = 0x4db9, [0x2621] = 0x4dba, [0x2622] = 0x4dbb, [0x2623] = 0x4dbc, + [0x2624] = 0x4dbd, [0x2625] = 0x4dbe, [0x2626] = 0x4dbf, [0x2627] = 0x4dc0, + [0x2628] = 0x4dc1, [0x2629] = 0x4dc2, [0x262a] = 0x4dc3, [0x262b] = 0x4dc4, + [0x262c] = 0x4dc5, [0x262d] = 0x4dc6, [0x262e] = 0x4dc7, [0x262f] = 0x4dc8, + [0x2630] = 0x4dc9, [0x2631] = 0x4dca, [0x2632] = 0x4dcb, [0x2633] = 0x4dcc, + [0x2634] = 0x4dcd, [0x2635] = 0x4dce, [0x2636] = 0x4dcf, [0x2637] = 0x4dd0, + [0x2638] = 0x4dd1, [0x2639] = 0x4dd2, [0x263a] = 0x4dd3, [0x263b] = 0x4dd4, + [0x263c] = 0x4dd5, [0x263d] = 0x4dd6, [0x263e] = 0x4dd7, [0x263f] = 0x4dd8, + [0x2640] = 0x4dd9, [0x2641] = 0x4dda, [0x2642] = 0x4ddb, [0x2643] = 0x4ddc, + [0x2644] = 0x4ddd, [0x2645] = 0x4dde, [0x2646] = 0x4ddf, [0x2647] = 0x4de0, + [0x2648] = 0x4de1, [0x2649] = 0x4de2, [0x264a] = 0x4de3, [0x264b] = 0x4de4, + [0x264c] = 0x4de5, [0x264d] = 0x4de6, [0x264e] = 0x4de7, [0x264f] = 0x4de8, + [0x2650] = 0x4de9, [0x2651] = 0x4dea, [0x2652] = 0x4deb, [0x2653] = 0x4dec, + [0x2654] = 0x4ded, [0x2655] = 0x4dee, [0x2656] = 0x4def, [0x2657] = 0x4df0, + [0x2658] = 0x4df1, [0x2659] = 0x4df2, [0x265a] = 0x4df3, [0x265b] = 0x4df4, + [0x265c] = 0x4df5, [0x265d] = 0x4df6, [0x265e] = 0x4df7, [0x265f] = 0x4df8, + [0x2660] = 0x4df9, [0x2661] = 0x4dfa, [0x2662] = 0x4dfb, [0x2663] = 0x4dfc, + [0x2664] = 0x4dfd, [0x2665] = 0x4dfe, [0x2666] = 0x4dff, + /* skip from 0x4a63 to 0x82bc, totally 14426 entries */ [0x2667] = 0xe76c, + [0x2668] = 0xe7c8, [0x2669] = 0xe7e7, [0x266a] = 0xe7e8, [0x266b] = 0xe7e9, + [0x266c] = 0xe7ea, [0x266d] = 0xe7eb, [0x266e] = 0xe7ec, [0x266f] = 0xe7ed, + [0x2670] = 0xe7ee, [0x2671] = 0xe7ef, [0x2672] = 0xe7f0, [0x2673] = 0xe7f1, + [0x2674] = 0xe7f2, [0x2675] = 0xe7f3, [0x2676] = 0xe815, [0x2677] = 0xe819, + [0x2678] = 0xe81a, [0x2679] = 0xe81b, [0x267a] = 0xe81c, [0x267b] = 0xe81d, + [0x267c] = 0xe81f, [0x267d] = 0xe820, [0x267e] = 0xe821, [0x267f] = 0xe822, + [0x2680] = 0xe823, [0x2681] = 0xe824, [0x2682] = 0xe825, [0x2683] = 0xe827, + [0x2684] = 0xe828, [0x2685] = 0xe829, [0x2686] = 0xe82a, [0x2687] = 0xe82d, + [0x2688] = 0xe82e, [0x2689] = 0xe82f, [0x268a] = 0xe830, [0x268b] = 0xe833, + [0x268c] = 0xe834, [0x268d] = 0xe835, [0x268e] = 0xe836, [0x268f] = 0xe837, + [0x2690] = 0xe838, [0x2691] = 0xe839, [0x2692] = 0xe83a, [0x2693] = 0xe83c, + [0x2694] = 0xe83d, [0x2695] = 0xe83e, [0x2696] = 0xe83f, [0x2697] = 0xe840, + [0x2698] = 0xe841, [0x2699] = 0xe842, [0x269a] = 0xe844, [0x269b] = 0xe845, + [0x269c] = 0xe846, [0x269d] = 0xe847, [0x269e] = 0xe848, [0x269f] = 0xe849, + [0x26a0] = 0xe84a, [0x26a1] = 0xe84b, [0x26a2] = 0xe84c, [0x26a3] = 0xe84d, + [0x26a4] = 0xe84e, [0x26a5] = 0xe84f, [0x26a6] = 0xe850, [0x26a7] = 0xe851, + [0x26a8] = 0xe852, [0x26a9] = 0xe853, [0x26aa] = 0xe856, [0x26ab] = 0xe857, + [0x26ac] = 0xe858, [0x26ad] = 0xe859, [0x26ae] = 0xe85a, [0x26af] = 0xe85b, + [0x26b0] = 0xe85c, [0x26b1] = 0xe85d, [0x26b2] = 0xe85e, [0x26b3] = 0xe85f, + [0x26b4] = 0xe860, [0x26b5] = 0xe861, [0x26b6] = 0xe862, [0x26b7] = 0xe863, + /* skip from 0x830e to 0x93d4, totally 4295 entries */ + [0x26b8] = 0xf92d, [0x26b9] = 0xf92e, [0x26ba] = 0xf92f, [0x26bb] = 0xf930, + [0x26bc] = 0xf931, [0x26bd] = 0xf932, [0x26be] = 0xf933, [0x26bf] = 0xf934, + [0x26c0] = 0xf935, [0x26c1] = 0xf936, [0x26c2] = 0xf937, [0x26c3] = 0xf938, + [0x26c4] = 0xf939, [0x26c5] = 0xf93a, [0x26c6] = 0xf93b, [0x26c7] = 0xf93c, + [0x26c8] = 0xf93d, [0x26c9] = 0xf93e, [0x26ca] = 0xf93f, [0x26cb] = 0xf940, + [0x26cc] = 0xf941, [0x26cd] = 0xf942, [0x26ce] = 0xf943, [0x26cf] = 0xf944, + [0x26d0] = 0xf945, [0x26d1] = 0xf946, [0x26d2] = 0xf947, [0x26d3] = 0xf948, + [0x26d4] = 0xf949, [0x26d5] = 0xf94a, [0x26d6] = 0xf94b, [0x26d7] = 0xf94c, + [0x26d8] = 0xf94d, [0x26d9] = 0xf94e, [0x26da] = 0xf94f, [0x26db] = 0xf950, + [0x26dc] = 0xf951, [0x26dd] = 0xf952, [0x26de] = 0xf953, [0x26df] = 0xf954, + [0x26e0] = 0xf955, [0x26e1] = 0xf956, [0x26e2] = 0xf957, [0x26e3] = 0xf958, + [0x26e4] = 0xf959, [0x26e5] = 0xf95a, [0x26e6] = 0xf95b, [0x26e7] = 0xf95c, + [0x26e8] = 0xf95d, [0x26e9] = 0xf95e, [0x26ea] = 0xf95f, [0x26eb] = 0xf960, + [0x26ec] = 0xf961, [0x26ed] = 0xf962, [0x26ee] = 0xf963, [0x26ef] = 0xf964, + [0x26f0] = 0xf965, [0x26f1] = 0xf966, [0x26f2] = 0xf967, [0x26f3] = 0xf968, + [0x26f4] = 0xf969, [0x26f5] = 0xf96a, [0x26f6] = 0xf96b, [0x26f7] = 0xf96c, + [0x26f8] = 0xf96d, [0x26f9] = 0xf96e, [0x26fa] = 0xf96f, [0x26fb] = 0xf970, + [0x26fc] = 0xf971, [0x26fd] = 0xf972, [0x26fe] = 0xf973, [0x26ff] = 0xf974, + [0x2700] = 0xf975, [0x2701] = 0xf976, [0x2702] = 0xf977, [0x2703] = 0xf978, + [0x2704] = 0xf97a, [0x2705] = 0xf97b, [0x2706] = 0xf97c, [0x2707] = 0xf97d, + [0x2708] = 0xf97e, [0x2709] = 0xf97f, [0x270a] = 0xf980, [0x270b] = 0xf981, + [0x270c] = 0xf982, [0x270d] = 0xf983, [0x270e] = 0xf984, [0x270f] = 0xf985, + [0x2710] = 0xf986, [0x2711] = 0xf987, [0x2712] = 0xf988, [0x2713] = 0xf989, + [0x2714] = 0xf98a, [0x2715] = 0xf98b, [0x2716] = 0xf98c, [0x2717] = 0xf98d, + [0x2718] = 0xf98e, [0x2719] = 0xf98f, [0x271a] = 0xf990, [0x271b] = 0xf991, + [0x271c] = 0xf992, [0x271d] = 0xf993, [0x271e] = 0xf994, [0x271f] = 0xf996, + [0x2720] = 0xf997, [0x2721] = 0xf998, [0x2722] = 0xf999, [0x2723] = 0xf99a, + [0x2724] = 0xf99b, [0x2725] = 0xf99c, [0x2726] = 0xf99d, [0x2727] = 0xf99e, + [0x2728] = 0xf99f, [0x2729] = 0xf9a0, [0x272a] = 0xf9a1, [0x272b] = 0xf9a2, + [0x272c] = 0xf9a3, [0x272d] = 0xf9a4, [0x272e] = 0xf9a5, [0x272f] = 0xf9a6, + [0x2730] = 0xf9a7, [0x2731] = 0xf9a8, [0x2732] = 0xf9a9, [0x2733] = 0xf9aa, + [0x2734] = 0xf9ab, [0x2735] = 0xf9ac, [0x2736] = 0xf9ad, [0x2737] = 0xf9ae, + [0x2738] = 0xf9af, [0x2739] = 0xf9b0, [0x273a] = 0xf9b1, [0x273b] = 0xf9b2, + [0x273c] = 0xf9b3, [0x273d] = 0xf9b4, [0x273e] = 0xf9b5, [0x273f] = 0xf9b6, + [0x2740] = 0xf9b7, [0x2741] = 0xf9b8, [0x2742] = 0xf9b9, [0x2743] = 0xf9ba, + [0x2744] = 0xf9bb, [0x2745] = 0xf9bc, [0x2746] = 0xf9bd, [0x2747] = 0xf9be, + [0x2748] = 0xf9bf, [0x2749] = 0xf9c0, [0x274a] = 0xf9c1, [0x274b] = 0xf9c2, + [0x274c] = 0xf9c3, [0x274d] = 0xf9c4, [0x274e] = 0xf9c5, [0x274f] = 0xf9c6, + [0x2750] = 0xf9c7, [0x2751] = 0xf9c8, [0x2752] = 0xf9c9, [0x2753] = 0xf9ca, + [0x2754] = 0xf9cb, [0x2755] = 0xf9cc, [0x2756] = 0xf9cd, [0x2757] = 0xf9ce, + [0x2758] = 0xf9cf, [0x2759] = 0xf9d0, [0x275a] = 0xf9d1, [0x275b] = 0xf9d2, + [0x275c] = 0xf9d3, [0x275d] = 0xf9d4, [0x275e] = 0xf9d5, [0x275f] = 0xf9d6, + [0x2760] = 0xf9d7, [0x2761] = 0xf9d8, [0x2762] = 0xf9d9, [0x2763] = 0xf9da, + [0x2764] = 0xf9db, [0x2765] = 0xf9dc, [0x2766] = 0xf9dd, [0x2767] = 0xf9de, + [0x2768] = 0xf9df, [0x2769] = 0xf9e0, [0x276a] = 0xf9e1, [0x276b] = 0xf9e2, + [0x276c] = 0xf9e3, [0x276d] = 0xf9e4, [0x276e] = 0xf9e5, [0x276f] = 0xf9e6, + [0x2770] = 0xf9e8, [0x2771] = 0xf9e9, [0x2772] = 0xf9ea, [0x2773] = 0xf9eb, + [0x2774] = 0xf9ec, [0x2775] = 0xf9ed, [0x2776] = 0xf9ee, [0x2777] = 0xf9ef, + [0x2778] = 0xf9f0, [0x2779] = 0xf9f2, [0x277a] = 0xf9f3, [0x277b] = 0xf9f4, + [0x277c] = 0xf9f5, [0x277d] = 0xf9f6, [0x277e] = 0xf9f7, [0x277f] = 0xf9f8, + [0x2780] = 0xf9f9, [0x2781] = 0xf9fa, [0x2782] = 0xf9fb, [0x2783] = 0xf9fc, + [0x2784] = 0xf9fd, [0x2785] = 0xf9fe, [0x2786] = 0xf9ff, [0x2787] = 0xfa00, + [0x2788] = 0xfa01, [0x2789] = 0xfa02, [0x278a] = 0xfa03, [0x278b] = 0xfa04, + [0x278c] = 0xfa05, [0x278d] = 0xfa06, [0x278e] = 0xfa07, [0x278f] = 0xfa08, + [0x2790] = 0xfa09, [0x2791] = 0xfa0a, [0x2792] = 0xfa0b, [0x2793] = 0xfa10, + [0x2794] = 0xfa12, [0x2795] = 0xfa15, [0x2796] = 0xfa16, [0x2797] = 0xfa17, + [0x2798] = 0xfa19, [0x2799] = 0xfa1a, [0x279a] = 0xfa1b, [0x279b] = 0xfa1c, + [0x279c] = 0xfa1d, [0x279d] = 0xfa1e, [0x279e] = 0xfa22, [0x279f] = 0xfa25, + [0x27a0] = 0xfa26, [0x27a1] = 0xfa2a, [0x27a2] = 0xfa2b, [0x27a3] = 0xfa2c, + [0x27a4] = 0xfa2d, [0x27a5] = 0xfa2e, [0x27a6] = 0xfa2f, [0x27a7] = 0xfa30, + [0x27a8] = 0xfa31, [0x27a9] = 0xfa32, [0x27aa] = 0xfa33, [0x27ab] = 0xfa34, + [0x27ac] = 0xfa35, [0x27ad] = 0xfa36, [0x27ae] = 0xfa37, [0x27af] = 0xfa38, + [0x27b0] = 0xfa39, [0x27b1] = 0xfa3a, [0x27b2] = 0xfa3b, [0x27b3] = 0xfa3c, + [0x27b4] = 0xfa3d, [0x27b5] = 0xfa3e, [0x27b6] = 0xfa3f, [0x27b7] = 0xfa40, + [0x27b8] = 0xfa41, [0x27b9] = 0xfa42, [0x27ba] = 0xfa43, [0x27bb] = 0xfa44, + [0x27bc] = 0xfa45, [0x27bd] = 0xfa46, [0x27be] = 0xfa47, [0x27bf] = 0xfa48, + [0x27c0] = 0xfa49, [0x27c1] = 0xfa4a, [0x27c2] = 0xfa4b, [0x27c3] = 0xfa4c, + [0x27c4] = 0xfa4d, [0x27c5] = 0xfa4e, [0x27c6] = 0xfa4f, [0x27c7] = 0xfa50, + [0x27c8] = 0xfa51, [0x27c9] = 0xfa52, [0x27ca] = 0xfa53, [0x27cb] = 0xfa54, + [0x27cc] = 0xfa55, [0x27cd] = 0xfa56, [0x27ce] = 0xfa57, [0x27cf] = 0xfa58, + [0x27d0] = 0xfa59, [0x27d1] = 0xfa5a, [0x27d2] = 0xfa5b, [0x27d3] = 0xfa5c, + [0x27d4] = 0xfa5d, [0x27d5] = 0xfa5e, [0x27d6] = 0xfa5f, [0x27d7] = 0xfa60, + [0x27d8] = 0xfa61, [0x27d9] = 0xfa62, [0x27da] = 0xfa63, [0x27db] = 0xfa64, + [0x27dc] = 0xfa65, [0x27dd] = 0xfa66, [0x27de] = 0xfa67, [0x27df] = 0xfa68, + [0x27e0] = 0xfa69, [0x27e1] = 0xfa6a, [0x27e2] = 0xfa6b, [0x27e3] = 0xfa6c, + [0x27e4] = 0xfa6d, [0x27e5] = 0xfa6e, [0x27e6] = 0xfa6f, [0x27e7] = 0xfa70, + [0x27e8] = 0xfa71, [0x27e9] = 0xfa72, [0x27ea] = 0xfa73, [0x27eb] = 0xfa74, + [0x27ec] = 0xfa75, [0x27ed] = 0xfa76, [0x27ee] = 0xfa77, [0x27ef] = 0xfa78, + [0x27f0] = 0xfa79, [0x27f1] = 0xfa7a, [0x27f2] = 0xfa7b, [0x27f3] = 0xfa7c, + [0x27f4] = 0xfa7d, [0x27f5] = 0xfa7e, [0x27f6] = 0xfa7f, [0x27f7] = 0xfa80, + [0x27f8] = 0xfa81, [0x27f9] = 0xfa82, [0x27fa] = 0xfa83, [0x27fb] = 0xfa84, + [0x27fc] = 0xfa85, [0x27fd] = 0xfa86, [0x27fe] = 0xfa87, [0x27ff] = 0xfa88, + [0x2800] = 0xfa89, [0x2801] = 0xfa8a, [0x2802] = 0xfa8b, [0x2803] = 0xfa8c, + [0x2804] = 0xfa8d, [0x2805] = 0xfa8e, [0x2806] = 0xfa8f, [0x2807] = 0xfa90, + [0x2808] = 0xfa91, [0x2809] = 0xfa92, [0x280a] = 0xfa93, [0x280b] = 0xfa94, + [0x280c] = 0xfa95, [0x280d] = 0xfa96, [0x280e] = 0xfa97, [0x280f] = 0xfa98, + [0x2810] = 0xfa99, [0x2811] = 0xfa9a, [0x2812] = 0xfa9b, [0x2813] = 0xfa9c, + [0x2814] = 0xfa9d, [0x2815] = 0xfa9e, [0x2816] = 0xfa9f, [0x2817] = 0xfaa0, + [0x2818] = 0xfaa1, [0x2819] = 0xfaa2, [0x281a] = 0xfaa3, [0x281b] = 0xfaa4, + [0x281c] = 0xfaa5, [0x281d] = 0xfaa6, [0x281e] = 0xfaa7, [0x281f] = 0xfaa8, + [0x2820] = 0xfaa9, [0x2821] = 0xfaaa, [0x2822] = 0xfaab, [0x2823] = 0xfaac, + [0x2824] = 0xfaad, [0x2825] = 0xfaae, [0x2826] = 0xfaaf, [0x2827] = 0xfab0, + [0x2828] = 0xfab1, [0x2829] = 0xfab2, [0x282a] = 0xfab3, [0x282b] = 0xfab4, + [0x282c] = 0xfab5, [0x282d] = 0xfab6, [0x282e] = 0xfab7, [0x282f] = 0xfab8, + [0x2830] = 0xfab9, [0x2831] = 0xfaba, [0x2832] = 0xfabb, [0x2833] = 0xfabc, + [0x2834] = 0xfabd, [0x2835] = 0xfabe, [0x2836] = 0xfabf, [0x2837] = 0xfac0, + [0x2838] = 0xfac1, [0x2839] = 0xfac2, [0x283a] = 0xfac3, [0x283b] = 0xfac4, + [0x283c] = 0xfac5, [0x283d] = 0xfac6, [0x283e] = 0xfac7, [0x283f] = 0xfac8, + [0x2840] = 0xfac9, [0x2841] = 0xfaca, [0x2842] = 0xfacb, [0x2843] = 0xfacc, + [0x2844] = 0xfacd, [0x2845] = 0xface, [0x2846] = 0xfacf, [0x2847] = 0xfad0, + [0x2848] = 0xfad1, [0x2849] = 0xfad2, [0x284a] = 0xfad3, [0x284b] = 0xfad4, + [0x284c] = 0xfad5, [0x284d] = 0xfad6, [0x284e] = 0xfad7, [0x284f] = 0xfad8, + [0x2850] = 0xfad9, [0x2851] = 0xfada, [0x2852] = 0xfadb, [0x2853] = 0xfadc, + [0x2854] = 0xfadd, [0x2855] = 0xfade, [0x2856] = 0xfadf, [0x2857] = 0xfae0, + [0x2858] = 0xfae1, [0x2859] = 0xfae2, [0x285a] = 0xfae3, [0x285b] = 0xfae4, + [0x285c] = 0xfae5, [0x285d] = 0xfae6, [0x285e] = 0xfae7, [0x285f] = 0xfae8, + [0x2860] = 0xfae9, [0x2861] = 0xfaea, [0x2862] = 0xfaeb, [0x2863] = 0xfaec, + [0x2864] = 0xfaed, [0x2865] = 0xfaee, [0x2866] = 0xfaef, [0x2867] = 0xfaf0, + [0x2868] = 0xfaf1, [0x2869] = 0xfaf2, [0x286a] = 0xfaf3, [0x286b] = 0xfaf4, + [0x286c] = 0xfaf5, [0x286d] = 0xfaf6, [0x286e] = 0xfaf7, [0x286f] = 0xfaf8, + [0x2870] = 0xfaf9, [0x2871] = 0xfafa, [0x2872] = 0xfafb, [0x2873] = 0xfafc, + [0x2874] = 0xfafd, [0x2875] = 0xfafe, [0x2876] = 0xfaff, [0x2877] = 0xfb00, + [0x2878] = 0xfb01, [0x2879] = 0xfb02, [0x287a] = 0xfb03, [0x287b] = 0xfb04, + [0x287c] = 0xfb05, [0x287d] = 0xfb06, [0x287e] = 0xfb07, [0x287f] = 0xfb08, + [0x2880] = 0xfb09, [0x2881] = 0xfb0a, [0x2882] = 0xfb0b, [0x2883] = 0xfb0c, + [0x2884] = 0xfb0d, [0x2885] = 0xfb0e, [0x2886] = 0xfb0f, [0x2887] = 0xfb10, + [0x2888] = 0xfb11, [0x2889] = 0xfb12, [0x288a] = 0xfb13, [0x288b] = 0xfb14, + [0x288c] = 0xfb15, [0x288d] = 0xfb16, [0x288e] = 0xfb17, [0x288f] = 0xfb18, + [0x2890] = 0xfb19, [0x2891] = 0xfb1a, [0x2892] = 0xfb1b, [0x2893] = 0xfb1c, + [0x2894] = 0xfb1d, [0x2895] = 0xfb1e, [0x2896] = 0xfb1f, [0x2897] = 0xfb20, + [0x2898] = 0xfb21, [0x2899] = 0xfb22, [0x289a] = 0xfb23, [0x289b] = 0xfb24, + [0x289c] = 0xfb25, [0x289d] = 0xfb26, [0x289e] = 0xfb27, [0x289f] = 0xfb28, + [0x28a0] = 0xfb29, [0x28a1] = 0xfb2a, [0x28a2] = 0xfb2b, [0x28a3] = 0xfb2c, + [0x28a4] = 0xfb2d, [0x28a5] = 0xfb2e, [0x28a6] = 0xfb2f, [0x28a7] = 0xfb30, + [0x28a8] = 0xfb31, [0x28a9] = 0xfb32, [0x28aa] = 0xfb33, [0x28ab] = 0xfb34, + [0x28ac] = 0xfb35, [0x28ad] = 0xfb36, [0x28ae] = 0xfb37, [0x28af] = 0xfb38, + [0x28b0] = 0xfb39, [0x28b1] = 0xfb3a, [0x28b2] = 0xfb3b, [0x28b3] = 0xfb3c, + [0x28b4] = 0xfb3d, [0x28b5] = 0xfb3e, [0x28b6] = 0xfb3f, [0x28b7] = 0xfb40, + [0x28b8] = 0xfb41, [0x28b9] = 0xfb42, [0x28ba] = 0xfb43, [0x28bb] = 0xfb44, + [0x28bc] = 0xfb45, [0x28bd] = 0xfb46, [0x28be] = 0xfb47, [0x28bf] = 0xfb48, + [0x28c0] = 0xfb49, [0x28c1] = 0xfb4a, [0x28c2] = 0xfb4b, [0x28c3] = 0xfb4c, + [0x28c4] = 0xfb4d, [0x28c5] = 0xfb4e, [0x28c6] = 0xfb4f, [0x28c7] = 0xfb50, + [0x28c8] = 0xfb51, [0x28c9] = 0xfb52, [0x28ca] = 0xfb53, [0x28cb] = 0xfb54, + [0x28cc] = 0xfb55, [0x28cd] = 0xfb56, [0x28ce] = 0xfb57, [0x28cf] = 0xfb58, + [0x28d0] = 0xfb59, [0x28d1] = 0xfb5a, [0x28d2] = 0xfb5b, [0x28d3] = 0xfb5c, + [0x28d4] = 0xfb5d, [0x28d5] = 0xfb5e, [0x28d6] = 0xfb5f, [0x28d7] = 0xfb60, + [0x28d8] = 0xfb61, [0x28d9] = 0xfb62, [0x28da] = 0xfb63, [0x28db] = 0xfb64, + [0x28dc] = 0xfb65, [0x28dd] = 0xfb66, [0x28de] = 0xfb67, [0x28df] = 0xfb68, + [0x28e0] = 0xfb69, [0x28e1] = 0xfb6a, [0x28e2] = 0xfb6b, [0x28e3] = 0xfb6c, + [0x28e4] = 0xfb6d, [0x28e5] = 0xfb6e, [0x28e6] = 0xfb6f, [0x28e7] = 0xfb70, + [0x28e8] = 0xfb71, [0x28e9] = 0xfb72, [0x28ea] = 0xfb73, [0x28eb] = 0xfb74, + [0x28ec] = 0xfb75, [0x28ed] = 0xfb76, [0x28ee] = 0xfb77, [0x28ef] = 0xfb78, + [0x28f0] = 0xfb79, [0x28f1] = 0xfb7a, [0x28f2] = 0xfb7b, [0x28f3] = 0xfb7c, + [0x28f4] = 0xfb7d, [0x28f5] = 0xfb7e, [0x28f6] = 0xfb7f, [0x28f7] = 0xfb80, + [0x28f8] = 0xfb81, [0x28f9] = 0xfb82, [0x28fa] = 0xfb83, [0x28fb] = 0xfb84, + [0x28fc] = 0xfb85, [0x28fd] = 0xfb86, [0x28fe] = 0xfb87, [0x28ff] = 0xfb88, + [0x2900] = 0xfb89, [0x2901] = 0xfb8a, [0x2902] = 0xfb8b, [0x2903] = 0xfb8c, + [0x2904] = 0xfb8d, [0x2905] = 0xfb8e, [0x2906] = 0xfb8f, [0x2907] = 0xfb90, + [0x2908] = 0xfb91, [0x2909] = 0xfb92, [0x290a] = 0xfb93, [0x290b] = 0xfb94, + [0x290c] = 0xfb95, [0x290d] = 0xfb96, [0x290e] = 0xfb97, [0x290f] = 0xfb98, + [0x2910] = 0xfb99, [0x2911] = 0xfb9a, [0x2912] = 0xfb9b, [0x2913] = 0xfb9c, + [0x2914] = 0xfb9d, [0x2915] = 0xfb9e, [0x2916] = 0xfb9f, [0x2917] = 0xfba0, + [0x2918] = 0xfba1, [0x2919] = 0xfba2, [0x291a] = 0xfba3, [0x291b] = 0xfba4, + [0x291c] = 0xfba5, [0x291d] = 0xfba6, [0x291e] = 0xfba7, [0x291f] = 0xfba8, + [0x2920] = 0xfba9, [0x2921] = 0xfbaa, [0x2922] = 0xfbab, [0x2923] = 0xfbac, + [0x2924] = 0xfbad, [0x2925] = 0xfbae, [0x2926] = 0xfbaf, [0x2927] = 0xfbb0, + [0x2928] = 0xfbb1, [0x2929] = 0xfbb2, [0x292a] = 0xfbb3, [0x292b] = 0xfbb4, + [0x292c] = 0xfbb5, [0x292d] = 0xfbb6, [0x292e] = 0xfbb7, [0x292f] = 0xfbb8, + [0x2930] = 0xfbb9, [0x2931] = 0xfbba, [0x2932] = 0xfbbb, [0x2933] = 0xfbbc, + [0x2934] = 0xfbbd, [0x2935] = 0xfbbe, [0x2936] = 0xfbbf, [0x2937] = 0xfbc0, + [0x2938] = 0xfbc1, [0x2939] = 0xfbc2, [0x293a] = 0xfbc3, [0x293b] = 0xfbc4, + [0x293c] = 0xfbc5, [0x293d] = 0xfbc6, [0x293e] = 0xfbc7, [0x293f] = 0xfbc8, + [0x2940] = 0xfbc9, [0x2941] = 0xfbca, [0x2942] = 0xfbcb, [0x2943] = 0xfbcc, + [0x2944] = 0xfbcd, [0x2945] = 0xfbce, [0x2946] = 0xfbcf, [0x2947] = 0xfbd0, + [0x2948] = 0xfbd1, [0x2949] = 0xfbd2, [0x294a] = 0xfbd3, [0x294b] = 0xfbd4, + [0x294c] = 0xfbd5, [0x294d] = 0xfbd6, [0x294e] = 0xfbd7, [0x294f] = 0xfbd8, + [0x2950] = 0xfbd9, [0x2951] = 0xfbda, [0x2952] = 0xfbdb, [0x2953] = 0xfbdc, + [0x2954] = 0xfbdd, [0x2955] = 0xfbde, [0x2956] = 0xfbdf, [0x2957] = 0xfbe0, + [0x2958] = 0xfbe1, [0x2959] = 0xfbe2, [0x295a] = 0xfbe3, [0x295b] = 0xfbe4, + [0x295c] = 0xfbe5, [0x295d] = 0xfbe6, [0x295e] = 0xfbe7, [0x295f] = 0xfbe8, + [0x2960] = 0xfbe9, [0x2961] = 0xfbea, [0x2962] = 0xfbeb, [0x2963] = 0xfbec, + [0x2964] = 0xfbed, [0x2965] = 0xfbee, [0x2966] = 0xfbef, [0x2967] = 0xfbf0, + [0x2968] = 0xfbf1, [0x2969] = 0xfbf2, [0x296a] = 0xfbf3, [0x296b] = 0xfbf4, + [0x296c] = 0xfbf5, [0x296d] = 0xfbf6, [0x296e] = 0xfbf7, [0x296f] = 0xfbf8, + [0x2970] = 0xfbf9, [0x2971] = 0xfbfa, [0x2972] = 0xfbfb, [0x2973] = 0xfbfc, + [0x2974] = 0xfbfd, [0x2975] = 0xfbfe, [0x2976] = 0xfbff, [0x2977] = 0xfc00, + [0x2978] = 0xfc01, [0x2979] = 0xfc02, [0x297a] = 0xfc03, [0x297b] = 0xfc04, + [0x297c] = 0xfc05, [0x297d] = 0xfc06, [0x297e] = 0xfc07, [0x297f] = 0xfc08, + [0x2980] = 0xfc09, [0x2981] = 0xfc0a, [0x2982] = 0xfc0b, [0x2983] = 0xfc0c, + [0x2984] = 0xfc0d, [0x2985] = 0xfc0e, [0x2986] = 0xfc0f, [0x2987] = 0xfc10, + [0x2988] = 0xfc11, [0x2989] = 0xfc12, [0x298a] = 0xfc13, [0x298b] = 0xfc14, + [0x298c] = 0xfc15, [0x298d] = 0xfc16, [0x298e] = 0xfc17, [0x298f] = 0xfc18, + [0x2990] = 0xfc19, [0x2991] = 0xfc1a, [0x2992] = 0xfc1b, [0x2993] = 0xfc1c, + [0x2994] = 0xfc1d, [0x2995] = 0xfc1e, [0x2996] = 0xfc1f, [0x2997] = 0xfc20, + [0x2998] = 0xfc21, [0x2999] = 0xfc22, [0x299a] = 0xfc23, [0x299b] = 0xfc24, + [0x299c] = 0xfc25, [0x299d] = 0xfc26, [0x299e] = 0xfc27, [0x299f] = 0xfc28, + [0x29a0] = 0xfc29, [0x29a1] = 0xfc2a, [0x29a2] = 0xfc2b, [0x29a3] = 0xfc2c, + [0x29a4] = 0xfc2d, [0x29a5] = 0xfc2e, [0x29a6] = 0xfc2f, [0x29a7] = 0xfc30, + [0x29a8] = 0xfc31, [0x29a9] = 0xfc32, [0x29aa] = 0xfc33, [0x29ab] = 0xfc34, + [0x29ac] = 0xfc35, [0x29ad] = 0xfc36, [0x29ae] = 0xfc37, [0x29af] = 0xfc38, + [0x29b0] = 0xfc39, [0x29b1] = 0xfc3a, [0x29b2] = 0xfc3b, [0x29b3] = 0xfc3c, + [0x29b4] = 0xfc3d, [0x29b5] = 0xfc3e, [0x29b6] = 0xfc3f, [0x29b7] = 0xfc40, + [0x29b8] = 0xfc41, [0x29b9] = 0xfc42, [0x29ba] = 0xfc43, [0x29bb] = 0xfc44, + [0x29bc] = 0xfc45, [0x29bd] = 0xfc46, [0x29be] = 0xfc47, [0x29bf] = 0xfc48, + [0x29c0] = 0xfc49, [0x29c1] = 0xfc4a, [0x29c2] = 0xfc4b, [0x29c3] = 0xfc4c, + [0x29c4] = 0xfc4d, [0x29c5] = 0xfc4e, [0x29c6] = 0xfc4f, [0x29c7] = 0xfc50, + [0x29c8] = 0xfc51, [0x29c9] = 0xfc52, [0x29ca] = 0xfc53, [0x29cb] = 0xfc54, + [0x29cc] = 0xfc55, [0x29cd] = 0xfc56, [0x29ce] = 0xfc57, [0x29cf] = 0xfc58, + [0x29d0] = 0xfc59, [0x29d1] = 0xfc5a, [0x29d2] = 0xfc5b, [0x29d3] = 0xfc5c, + [0x29d4] = 0xfc5d, [0x29d5] = 0xfc5e, [0x29d6] = 0xfc5f, [0x29d7] = 0xfc60, + [0x29d8] = 0xfc61, [0x29d9] = 0xfc62, [0x29da] = 0xfc63, [0x29db] = 0xfc64, + [0x29dc] = 0xfc65, [0x29dd] = 0xfc66, [0x29de] = 0xfc67, [0x29df] = 0xfc68, + [0x29e0] = 0xfc69, [0x29e1] = 0xfc6a, [0x29e2] = 0xfc6b, [0x29e3] = 0xfc6c, + [0x29e4] = 0xfc6d, [0x29e5] = 0xfc6e, [0x29e6] = 0xfc6f, [0x29e7] = 0xfc70, + [0x29e8] = 0xfc71, [0x29e9] = 0xfc72, [0x29ea] = 0xfc73, [0x29eb] = 0xfc74, + [0x29ec] = 0xfc75, [0x29ed] = 0xfc76, [0x29ee] = 0xfc77, [0x29ef] = 0xfc78, + [0x29f0] = 0xfc79, [0x29f1] = 0xfc7a, [0x29f2] = 0xfc7b, [0x29f3] = 0xfc7c, + [0x29f4] = 0xfc7d, [0x29f5] = 0xfc7e, [0x29f6] = 0xfc7f, [0x29f7] = 0xfc80, + [0x29f8] = 0xfc81, [0x29f9] = 0xfc82, [0x29fa] = 0xfc83, [0x29fb] = 0xfc84, + [0x29fc] = 0xfc85, [0x29fd] = 0xfc86, [0x29fe] = 0xfc87, [0x29ff] = 0xfc88, + [0x2a00] = 0xfc89, [0x2a01] = 0xfc8a, [0x2a02] = 0xfc8b, [0x2a03] = 0xfc8c, + [0x2a04] = 0xfc8d, [0x2a05] = 0xfc8e, [0x2a06] = 0xfc8f, [0x2a07] = 0xfc90, + [0x2a08] = 0xfc91, [0x2a09] = 0xfc92, [0x2a0a] = 0xfc93, [0x2a0b] = 0xfc94, + [0x2a0c] = 0xfc95, [0x2a0d] = 0xfc96, [0x2a0e] = 0xfc97, [0x2a0f] = 0xfc98, + [0x2a10] = 0xfc99, [0x2a11] = 0xfc9a, [0x2a12] = 0xfc9b, [0x2a13] = 0xfc9c, + [0x2a14] = 0xfc9d, [0x2a15] = 0xfc9e, [0x2a16] = 0xfc9f, [0x2a17] = 0xfca0, + [0x2a18] = 0xfca1, [0x2a19] = 0xfca2, [0x2a1a] = 0xfca3, [0x2a1b] = 0xfca4, + [0x2a1c] = 0xfca5, [0x2a1d] = 0xfca6, [0x2a1e] = 0xfca7, [0x2a1f] = 0xfca8, + [0x2a20] = 0xfca9, [0x2a21] = 0xfcaa, [0x2a22] = 0xfcab, [0x2a23] = 0xfcac, + [0x2a24] = 0xfcad, [0x2a25] = 0xfcae, [0x2a26] = 0xfcaf, [0x2a27] = 0xfcb0, + [0x2a28] = 0xfcb1, [0x2a29] = 0xfcb2, [0x2a2a] = 0xfcb3, [0x2a2b] = 0xfcb4, + [0x2a2c] = 0xfcb5, [0x2a2d] = 0xfcb6, [0x2a2e] = 0xfcb7, [0x2a2f] = 0xfcb8, + [0x2a30] = 0xfcb9, [0x2a31] = 0xfcba, [0x2a32] = 0xfcbb, [0x2a33] = 0xfcbc, + [0x2a34] = 0xfcbd, [0x2a35] = 0xfcbe, [0x2a36] = 0xfcbf, [0x2a37] = 0xfcc0, + [0x2a38] = 0xfcc1, [0x2a39] = 0xfcc2, [0x2a3a] = 0xfcc3, [0x2a3b] = 0xfcc4, + [0x2a3c] = 0xfcc5, [0x2a3d] = 0xfcc6, [0x2a3e] = 0xfcc7, [0x2a3f] = 0xfcc8, + [0x2a40] = 0xfcc9, [0x2a41] = 0xfcca, [0x2a42] = 0xfccb, [0x2a43] = 0xfccc, + [0x2a44] = 0xfccd, [0x2a45] = 0xfcce, [0x2a46] = 0xfccf, [0x2a47] = 0xfcd0, + [0x2a48] = 0xfcd1, [0x2a49] = 0xfcd2, [0x2a4a] = 0xfcd3, [0x2a4b] = 0xfcd4, + [0x2a4c] = 0xfcd5, [0x2a4d] = 0xfcd6, [0x2a4e] = 0xfcd7, [0x2a4f] = 0xfcd8, + [0x2a50] = 0xfcd9, [0x2a51] = 0xfcda, [0x2a52] = 0xfcdb, [0x2a53] = 0xfcdc, + [0x2a54] = 0xfcdd, [0x2a55] = 0xfcde, [0x2a56] = 0xfcdf, [0x2a57] = 0xfce0, + [0x2a58] = 0xfce1, [0x2a59] = 0xfce2, [0x2a5a] = 0xfce3, [0x2a5b] = 0xfce4, + [0x2a5c] = 0xfce5, [0x2a5d] = 0xfce6, [0x2a5e] = 0xfce7, [0x2a5f] = 0xfce8, + [0x2a60] = 0xfce9, [0x2a61] = 0xfcea, [0x2a62] = 0xfceb, [0x2a63] = 0xfcec, + [0x2a64] = 0xfced, [0x2a65] = 0xfcee, [0x2a66] = 0xfcef, [0x2a67] = 0xfcf0, + [0x2a68] = 0xfcf1, [0x2a69] = 0xfcf2, [0x2a6a] = 0xfcf3, [0x2a6b] = 0xfcf4, + [0x2a6c] = 0xfcf5, [0x2a6d] = 0xfcf6, [0x2a6e] = 0xfcf7, [0x2a6f] = 0xfcf8, + [0x2a70] = 0xfcf9, [0x2a71] = 0xfcfa, [0x2a72] = 0xfcfb, [0x2a73] = 0xfcfc, + [0x2a74] = 0xfcfd, [0x2a75] = 0xfcfe, [0x2a76] = 0xfcff, [0x2a77] = 0xfd00, + [0x2a78] = 0xfd01, [0x2a79] = 0xfd02, [0x2a7a] = 0xfd03, [0x2a7b] = 0xfd04, + [0x2a7c] = 0xfd05, [0x2a7d] = 0xfd06, [0x2a7e] = 0xfd07, [0x2a7f] = 0xfd08, + [0x2a80] = 0xfd09, [0x2a81] = 0xfd0a, [0x2a82] = 0xfd0b, [0x2a83] = 0xfd0c, + [0x2a84] = 0xfd0d, [0x2a85] = 0xfd0e, [0x2a86] = 0xfd0f, [0x2a87] = 0xfd10, + [0x2a88] = 0xfd11, [0x2a89] = 0xfd12, [0x2a8a] = 0xfd13, [0x2a8b] = 0xfd14, + [0x2a8c] = 0xfd15, [0x2a8d] = 0xfd16, [0x2a8e] = 0xfd17, [0x2a8f] = 0xfd18, + [0x2a90] = 0xfd19, [0x2a91] = 0xfd1a, [0x2a92] = 0xfd1b, [0x2a93] = 0xfd1c, + [0x2a94] = 0xfd1d, [0x2a95] = 0xfd1e, [0x2a96] = 0xfd1f, [0x2a97] = 0xfd20, + [0x2a98] = 0xfd21, [0x2a99] = 0xfd22, [0x2a9a] = 0xfd23, [0x2a9b] = 0xfd24, + [0x2a9c] = 0xfd25, [0x2a9d] = 0xfd26, [0x2a9e] = 0xfd27, [0x2a9f] = 0xfd28, + [0x2aa0] = 0xfd29, [0x2aa1] = 0xfd2a, [0x2aa2] = 0xfd2b, [0x2aa3] = 0xfd2c, + [0x2aa4] = 0xfd2d, [0x2aa5] = 0xfd2e, [0x2aa6] = 0xfd2f, [0x2aa7] = 0xfd30, + [0x2aa8] = 0xfd31, [0x2aa9] = 0xfd32, [0x2aaa] = 0xfd33, [0x2aab] = 0xfd34, + [0x2aac] = 0xfd35, [0x2aad] = 0xfd36, [0x2aae] = 0xfd37, [0x2aaf] = 0xfd38, + [0x2ab0] = 0xfd39, [0x2ab1] = 0xfd3a, [0x2ab2] = 0xfd3b, [0x2ab3] = 0xfd3c, + [0x2ab4] = 0xfd3d, [0x2ab5] = 0xfd3e, [0x2ab6] = 0xfd3f, [0x2ab7] = 0xfd40, + [0x2ab8] = 0xfd41, [0x2ab9] = 0xfd42, [0x2aba] = 0xfd43, [0x2abb] = 0xfd44, + [0x2abc] = 0xfd45, [0x2abd] = 0xfd46, [0x2abe] = 0xfd47, [0x2abf] = 0xfd48, + [0x2ac0] = 0xfd49, [0x2ac1] = 0xfd4a, [0x2ac2] = 0xfd4b, [0x2ac3] = 0xfd4c, + [0x2ac4] = 0xfd4d, [0x2ac5] = 0xfd4e, [0x2ac6] = 0xfd4f, [0x2ac7] = 0xfd50, + [0x2ac8] = 0xfd51, [0x2ac9] = 0xfd52, [0x2aca] = 0xfd53, [0x2acb] = 0xfd54, + [0x2acc] = 0xfd55, [0x2acd] = 0xfd56, [0x2ace] = 0xfd57, [0x2acf] = 0xfd58, + [0x2ad0] = 0xfd59, [0x2ad1] = 0xfd5a, [0x2ad2] = 0xfd5b, [0x2ad3] = 0xfd5c, + [0x2ad4] = 0xfd5d, [0x2ad5] = 0xfd5e, [0x2ad6] = 0xfd5f, [0x2ad7] = 0xfd60, + [0x2ad8] = 0xfd61, [0x2ad9] = 0xfd62, [0x2ada] = 0xfd63, [0x2adb] = 0xfd64, + [0x2adc] = 0xfd65, [0x2add] = 0xfd66, [0x2ade] = 0xfd67, [0x2adf] = 0xfd68, + [0x2ae0] = 0xfd69, [0x2ae1] = 0xfd6a, [0x2ae2] = 0xfd6b, [0x2ae3] = 0xfd6c, + [0x2ae4] = 0xfd6d, [0x2ae5] = 0xfd6e, [0x2ae6] = 0xfd6f, [0x2ae7] = 0xfd70, + [0x2ae8] = 0xfd71, [0x2ae9] = 0xfd72, [0x2aea] = 0xfd73, [0x2aeb] = 0xfd74, + [0x2aec] = 0xfd75, [0x2aed] = 0xfd76, [0x2aee] = 0xfd77, [0x2aef] = 0xfd78, + [0x2af0] = 0xfd79, [0x2af1] = 0xfd7a, [0x2af2] = 0xfd7b, [0x2af3] = 0xfd7c, + [0x2af4] = 0xfd7d, [0x2af5] = 0xfd7e, [0x2af6] = 0xfd7f, [0x2af7] = 0xfd80, + [0x2af8] = 0xfd81, [0x2af9] = 0xfd82, [0x2afa] = 0xfd83, [0x2afb] = 0xfd84, + [0x2afc] = 0xfd85, [0x2afd] = 0xfd86, [0x2afe] = 0xfd87, [0x2aff] = 0xfd88, + [0x2b00] = 0xfd89, [0x2b01] = 0xfd8a, [0x2b02] = 0xfd8b, [0x2b03] = 0xfd8c, + [0x2b04] = 0xfd8d, [0x2b05] = 0xfd8e, [0x2b06] = 0xfd8f, [0x2b07] = 0xfd90, + [0x2b08] = 0xfd91, [0x2b09] = 0xfd92, [0x2b0a] = 0xfd93, [0x2b0b] = 0xfd94, + [0x2b0c] = 0xfd95, [0x2b0d] = 0xfd96, [0x2b0e] = 0xfd97, [0x2b0f] = 0xfd98, + [0x2b10] = 0xfd99, [0x2b11] = 0xfd9a, [0x2b12] = 0xfd9b, [0x2b13] = 0xfd9c, + [0x2b14] = 0xfd9d, [0x2b15] = 0xfd9e, [0x2b16] = 0xfd9f, [0x2b17] = 0xfda0, + [0x2b18] = 0xfda1, [0x2b19] = 0xfda2, [0x2b1a] = 0xfda3, [0x2b1b] = 0xfda4, + [0x2b1c] = 0xfda5, [0x2b1d] = 0xfda6, [0x2b1e] = 0xfda7, [0x2b1f] = 0xfda8, + [0x2b20] = 0xfda9, [0x2b21] = 0xfdaa, [0x2b22] = 0xfdab, [0x2b23] = 0xfdac, + [0x2b24] = 0xfdad, [0x2b25] = 0xfdae, [0x2b26] = 0xfdaf, [0x2b27] = 0xfdb0, + [0x2b28] = 0xfdb1, [0x2b29] = 0xfdb2, [0x2b2a] = 0xfdb3, [0x2b2b] = 0xfdb4, + [0x2b2c] = 0xfdb5, [0x2b2d] = 0xfdb6, [0x2b2e] = 0xfdb7, [0x2b2f] = 0xfdb8, + [0x2b30] = 0xfdb9, [0x2b31] = 0xfdba, [0x2b32] = 0xfdbb, [0x2b33] = 0xfdbc, + [0x2b34] = 0xfdbd, [0x2b35] = 0xfdbe, [0x2b36] = 0xfdbf, [0x2b37] = 0xfdc0, + [0x2b38] = 0xfdc1, [0x2b39] = 0xfdc2, [0x2b3a] = 0xfdc3, [0x2b3b] = 0xfdc4, + [0x2b3c] = 0xfdc5, [0x2b3d] = 0xfdc6, [0x2b3e] = 0xfdc7, [0x2b3f] = 0xfdc8, + [0x2b40] = 0xfdc9, [0x2b41] = 0xfdca, [0x2b42] = 0xfdcb, [0x2b43] = 0xfdcc, + [0x2b44] = 0xfdcd, [0x2b45] = 0xfdce, [0x2b46] = 0xfdcf, [0x2b47] = 0xfdd0, + [0x2b48] = 0xfdd1, [0x2b49] = 0xfdd2, [0x2b4a] = 0xfdd3, [0x2b4b] = 0xfdd4, + [0x2b4c] = 0xfdd5, [0x2b4d] = 0xfdd6, [0x2b4e] = 0xfdd7, [0x2b4f] = 0xfdd8, + [0x2b50] = 0xfdd9, [0x2b51] = 0xfdda, [0x2b52] = 0xfddb, [0x2b53] = 0xfddc, + [0x2b54] = 0xfddd, [0x2b55] = 0xfdde, [0x2b56] = 0xfddf, [0x2b57] = 0xfde0, + [0x2b58] = 0xfde1, [0x2b59] = 0xfde2, [0x2b5a] = 0xfde3, [0x2b5b] = 0xfde4, + [0x2b5c] = 0xfde5, [0x2b5d] = 0xfde6, [0x2b5e] = 0xfde7, [0x2b5f] = 0xfde8, + [0x2b60] = 0xfde9, [0x2b61] = 0xfdea, [0x2b62] = 0xfdeb, [0x2b63] = 0xfdec, + [0x2b64] = 0xfded, [0x2b65] = 0xfdee, [0x2b66] = 0xfdef, [0x2b67] = 0xfdf0, + [0x2b68] = 0xfdf1, [0x2b69] = 0xfdf2, [0x2b6a] = 0xfdf3, [0x2b6b] = 0xfdf4, + [0x2b6c] = 0xfdf5, [0x2b6d] = 0xfdf6, [0x2b6e] = 0xfdf7, [0x2b6f] = 0xfdf8, + [0x2b70] = 0xfdf9, [0x2b71] = 0xfdfa, [0x2b72] = 0xfdfb, [0x2b73] = 0xfdfc, + [0x2b74] = 0xfdfd, [0x2b75] = 0xfdfe, [0x2b76] = 0xfdff, [0x2b77] = 0xfe00, + [0x2b78] = 0xfe01, [0x2b79] = 0xfe02, [0x2b7a] = 0xfe03, [0x2b7b] = 0xfe04, + [0x2b7c] = 0xfe05, [0x2b7d] = 0xfe06, [0x2b7e] = 0xfe07, [0x2b7f] = 0xfe08, + [0x2b80] = 0xfe09, [0x2b81] = 0xfe0a, [0x2b82] = 0xfe0b, [0x2b83] = 0xfe0c, + [0x2b84] = 0xfe0d, [0x2b85] = 0xfe0e, [0x2b86] = 0xfe0f, [0x2b87] = 0xfe10, + [0x2b88] = 0xfe11, [0x2b89] = 0xfe12, [0x2b8a] = 0xfe13, [0x2b8b] = 0xfe14, + [0x2b8c] = 0xfe15, [0x2b8d] = 0xfe16, [0x2b8e] = 0xfe17, [0x2b8f] = 0xfe18, + [0x2b90] = 0xfe19, [0x2b91] = 0xfe1a, [0x2b92] = 0xfe1b, [0x2b93] = 0xfe1c, + [0x2b94] = 0xfe1d, [0x2b95] = 0xfe1e, [0x2b96] = 0xfe1f, [0x2b97] = 0xfe20, + [0x2b98] = 0xfe21, [0x2b99] = 0xfe22, [0x2b9a] = 0xfe23, [0x2b9b] = 0xfe24, + [0x2b9c] = 0xfe25, [0x2b9d] = 0xfe26, [0x2b9e] = 0xfe27, [0x2b9f] = 0xfe28, + [0x2ba0] = 0xfe29, [0x2ba1] = 0xfe2a, [0x2ba2] = 0xfe2b, [0x2ba3] = 0xfe2c, + [0x2ba4] = 0xfe2d, [0x2ba5] = 0xfe2e, [0x2ba6] = 0xfe2f, [0x2ba7] = 0xfe32, + [0x2ba8] = 0xfe45, [0x2ba9] = 0xfe46, [0x2baa] = 0xfe47, [0x2bab] = 0xfe48, + [0x2bac] = 0xfe53, [0x2bad] = 0xfe58, [0x2bae] = 0xfe67, [0x2baf] = 0xfe6c, + [0x2bb0] = 0xfe6d, [0x2bb1] = 0xfe6e, [0x2bb2] = 0xfe6f, [0x2bb3] = 0xfe70, + [0x2bb4] = 0xfe71, [0x2bb5] = 0xfe72, [0x2bb6] = 0xfe73, [0x2bb7] = 0xfe74, + [0x2bb8] = 0xfe75, [0x2bb9] = 0xfe76, [0x2bba] = 0xfe77, [0x2bbb] = 0xfe78, + [0x2bbc] = 0xfe79, [0x2bbd] = 0xfe7a, [0x2bbe] = 0xfe7b, [0x2bbf] = 0xfe7c, + [0x2bc0] = 0xfe7d, [0x2bc1] = 0xfe7e, [0x2bc2] = 0xfe7f, [0x2bc3] = 0xfe80, + [0x2bc4] = 0xfe81, [0x2bc5] = 0xfe82, [0x2bc6] = 0xfe83, [0x2bc7] = 0xfe84, + [0x2bc8] = 0xfe85, [0x2bc9] = 0xfe86, [0x2bca] = 0xfe87, [0x2bcb] = 0xfe88, + [0x2bcc] = 0xfe89, [0x2bcd] = 0xfe8a, [0x2bce] = 0xfe8b, [0x2bcf] = 0xfe8c, + [0x2bd0] = 0xfe8d, [0x2bd1] = 0xfe8e, [0x2bd2] = 0xfe8f, [0x2bd3] = 0xfe90, + [0x2bd4] = 0xfe91, [0x2bd5] = 0xfe92, [0x2bd6] = 0xfe93, [0x2bd7] = 0xfe94, + [0x2bd8] = 0xfe95, [0x2bd9] = 0xfe96, [0x2bda] = 0xfe97, [0x2bdb] = 0xfe98, + [0x2bdc] = 0xfe99, [0x2bdd] = 0xfe9a, [0x2bde] = 0xfe9b, [0x2bdf] = 0xfe9c, + [0x2be0] = 0xfe9d, [0x2be1] = 0xfe9e, [0x2be2] = 0xfe9f, [0x2be3] = 0xfea0, + [0x2be4] = 0xfea1, [0x2be5] = 0xfea2, [0x2be6] = 0xfea3, [0x2be7] = 0xfea4, + [0x2be8] = 0xfea5, [0x2be9] = 0xfea6, [0x2bea] = 0xfea7, [0x2beb] = 0xfea8, + [0x2bec] = 0xfea9, [0x2bed] = 0xfeaa, [0x2bee] = 0xfeab, [0x2bef] = 0xfeac, + [0x2bf0] = 0xfead, [0x2bf1] = 0xfeae, [0x2bf2] = 0xfeaf, [0x2bf3] = 0xfeb0, + [0x2bf4] = 0xfeb1, [0x2bf5] = 0xfeb2, [0x2bf6] = 0xfeb3, [0x2bf7] = 0xfeb4, + [0x2bf8] = 0xfeb5, [0x2bf9] = 0xfeb6, [0x2bfa] = 0xfeb7, [0x2bfb] = 0xfeb8, + [0x2bfc] = 0xfeb9, [0x2bfd] = 0xfeba, [0x2bfe] = 0xfebb, [0x2bff] = 0xfebc, + [0x2c00] = 0xfebd, [0x2c01] = 0xfebe, [0x2c02] = 0xfebf, [0x2c03] = 0xfec0, + [0x2c04] = 0xfec1, [0x2c05] = 0xfec2, [0x2c06] = 0xfec3, [0x2c07] = 0xfec4, + [0x2c08] = 0xfec5, [0x2c09] = 0xfec6, [0x2c0a] = 0xfec7, [0x2c0b] = 0xfec8, + [0x2c0c] = 0xfec9, [0x2c0d] = 0xfeca, [0x2c0e] = 0xfecb, [0x2c0f] = 0xfecc, + [0x2c10] = 0xfecd, [0x2c11] = 0xfece, [0x2c12] = 0xfecf, [0x2c13] = 0xfed0, + [0x2c14] = 0xfed1, [0x2c15] = 0xfed2, [0x2c16] = 0xfed3, [0x2c17] = 0xfed4, + [0x2c18] = 0xfed5, [0x2c19] = 0xfed6, [0x2c1a] = 0xfed7, [0x2c1b] = 0xfed8, + [0x2c1c] = 0xfed9, [0x2c1d] = 0xfeda, [0x2c1e] = 0xfedb, [0x2c1f] = 0xfedc, + [0x2c20] = 0xfedd, [0x2c21] = 0xfede, [0x2c22] = 0xfedf, [0x2c23] = 0xfee0, + [0x2c24] = 0xfee1, [0x2c25] = 0xfee2, [0x2c26] = 0xfee3, [0x2c27] = 0xfee4, + [0x2c28] = 0xfee5, [0x2c29] = 0xfee6, [0x2c2a] = 0xfee7, [0x2c2b] = 0xfee8, + [0x2c2c] = 0xfee9, [0x2c2d] = 0xfeea, [0x2c2e] = 0xfeeb, [0x2c2f] = 0xfeec, + [0x2c30] = 0xfeed, [0x2c31] = 0xfeee, [0x2c32] = 0xfeef, [0x2c33] = 0xfef0, + [0x2c34] = 0xfef1, [0x2c35] = 0xfef2, [0x2c36] = 0xfef3, [0x2c37] = 0xfef4, + [0x2c38] = 0xfef5, [0x2c39] = 0xfef6, [0x2c3a] = 0xfef7, [0x2c3b] = 0xfef8, + [0x2c3c] = 0xfef9, [0x2c3d] = 0xfefa, [0x2c3e] = 0xfefb, [0x2c3f] = 0xfefc, + [0x2c40] = 0xfefd, [0x2c41] = 0xfefe, [0x2c42] = 0xfeff, [0x2c43] = 0xff00, + [0x2c44] = 0xff5f, [0x2c45] = 0xff60, [0x2c46] = 0xff61, [0x2c47] = 0xff62, + [0x2c48] = 0xff63, [0x2c49] = 0xff64, [0x2c4a] = 0xff65, [0x2c4b] = 0xff66, + [0x2c4c] = 0xff67, [0x2c4d] = 0xff68, [0x2c4e] = 0xff69, [0x2c4f] = 0xff6a, + [0x2c50] = 0xff6b, [0x2c51] = 0xff6c, [0x2c52] = 0xff6d, [0x2c53] = 0xff6e, + [0x2c54] = 0xff6f, [0x2c55] = 0xff70, [0x2c56] = 0xff71, [0x2c57] = 0xff72, + [0x2c58] = 0xff73, [0x2c59] = 0xff74, [0x2c5a] = 0xff75, [0x2c5b] = 0xff76, + [0x2c5c] = 0xff77, [0x2c5d] = 0xff78, [0x2c5e] = 0xff79, [0x2c5f] = 0xff7a, + [0x2c60] = 0xff7b, [0x2c61] = 0xff7c, [0x2c62] = 0xff7d, [0x2c63] = 0xff7e, + [0x2c64] = 0xff7f, [0x2c65] = 0xff80, [0x2c66] = 0xff81, [0x2c67] = 0xff82, + [0x2c68] = 0xff83, [0x2c69] = 0xff84, [0x2c6a] = 0xff85, [0x2c6b] = 0xff86, + [0x2c6c] = 0xff87, [0x2c6d] = 0xff88, [0x2c6e] = 0xff89, [0x2c6f] = 0xff8a, + [0x2c70] = 0xff8b, [0x2c71] = 0xff8c, [0x2c72] = 0xff8d, [0x2c73] = 0xff8e, + [0x2c74] = 0xff8f, [0x2c75] = 0xff90, [0x2c76] = 0xff91, [0x2c77] = 0xff92, + [0x2c78] = 0xff93, [0x2c79] = 0xff94, [0x2c7a] = 0xff95, [0x2c7b] = 0xff96, + [0x2c7c] = 0xff97, [0x2c7d] = 0xff98, [0x2c7e] = 0xff99, [0x2c7f] = 0xff9a, + [0x2c80] = 0xff9b, [0x2c81] = 0xff9c, [0x2c82] = 0xff9d, [0x2c83] = 0xff9e, + [0x2c84] = 0xff9f, [0x2c85] = 0xffa0, [0x2c86] = 0xffa1, [0x2c87] = 0xffa2, + [0x2c88] = 0xffa3, [0x2c89] = 0xffa4, [0x2c8a] = 0xffa5, [0x2c8b] = 0xffa6, + [0x2c8c] = 0xffa7, [0x2c8d] = 0xffa8, [0x2c8e] = 0xffa9, [0x2c8f] = 0xffaa, + [0x2c90] = 0xffab, [0x2c91] = 0xffac, [0x2c92] = 0xffad, [0x2c93] = 0xffae, + [0x2c94] = 0xffaf, [0x2c95] = 0xffb0, [0x2c96] = 0xffb1, [0x2c97] = 0xffb2, + [0x2c98] = 0xffb3, [0x2c99] = 0xffb4, [0x2c9a] = 0xffb5, [0x2c9b] = 0xffb6, + [0x2c9c] = 0xffb7, [0x2c9d] = 0xffb8, [0x2c9e] = 0xffb9, [0x2c9f] = 0xffba, + [0x2ca0] = 0xffbb, [0x2ca1] = 0xffbc, [0x2ca2] = 0xffbd, [0x2ca3] = 0xffbe, + [0x2ca4] = 0xffbf, [0x2ca5] = 0xffc0, [0x2ca6] = 0xffc1, [0x2ca7] = 0xffc2, + [0x2ca8] = 0xffc3, [0x2ca9] = 0xffc4, [0x2caa] = 0xffc5, [0x2cab] = 0xffc6, + [0x2cac] = 0xffc7, [0x2cad] = 0xffc8, [0x2cae] = 0xffc9, [0x2caf] = 0xffca, + [0x2cb0] = 0xffcb, [0x2cb1] = 0xffcc, [0x2cb2] = 0xffcd, [0x2cb3] = 0xffce, + [0x2cb4] = 0xffcf, [0x2cb5] = 0xffd0, [0x2cb6] = 0xffd1, [0x2cb7] = 0xffd2, + [0x2cb8] = 0xffd3, [0x2cb9] = 0xffd4, [0x2cba] = 0xffd5, [0x2cbb] = 0xffd6, + [0x2cbc] = 0xffd7, [0x2cbd] = 0xffd8, [0x2cbe] = 0xffd9, [0x2cbf] = 0xffda, + [0x2cc0] = 0xffdb, [0x2cc1] = 0xffdc, [0x2cc2] = 0xffdd, [0x2cc3] = 0xffde, + [0x2cc4] = 0xffdf, [0x2cc5] = 0xffe6, [0x2cc6] = 0xffe7, [0x2cc7] = 0xffe8, + [0x2cc8] = 0xffe9, [0x2cc9] = 0xffea, [0x2cca] = 0xffeb, [0x2ccb] = 0xffec, + [0x2ccc] = 0xffed, [0x2ccd] = 0xffee, [0x2cce] = 0xffef, [0x2ccf] = 0xfff0, + [0x2cd0] = 0xfff1, [0x2cd1] = 0xfff2, [0x2cd2] = 0xfff3, [0x2cd3] = 0xfff4, + [0x2cd4] = 0xfff5, [0x2cd5] = 0xfff6, [0x2cd6] = 0xfff7, [0x2cd7] = 0xfff8, + [0x2cd8] = 0xfff9, [0x2cd9] = 0xfffa, [0x2cda] = 0xfffb, [0x2cdb] = 0xfffc, + [0x2cdc] = 0xfffd, [0x2cdd] = 0xfffe, [0x2cde] = 0xffff, }; -/* Table for UCS-4 -> GB18030, for the ranges U+0080..U+ABFF, U+D7A4..U+D7FF. - There are three kinds of two-byte entries (ch1, ch2): - (ch1, ch2) = (0, 0) means an unmapped character, - 0x20 <= ch1 <= 0x80 means a four-byte character, - ch1 >= 0x81 means a two-byte character. - Generated through - - sort +1 < GB18030.table | clisp tab.lisp - where tab.lisp is: - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (locally (declare (compile)) - (let ((count 0) - (range1-start #x0080) (range1-end #xABFF) - (range2-start #xD7A4) (range2-end #xD7FF)) - (flet ((output-pair (ucs entry) - (when (= (mod count 3) 0) - (format t " ")) - (format t " ~([0x~4,'0X] = \"\\x~2,'0X\\x~2,'0X\"~)," - ; There are two ranges. The gap length is: - ; (- #xd7a4 #xac00) = 11172. - (cond ((<= range1-start ucs range1-end) - (- ucs range1-start)) - ((<= range2-start ucs range2-end) - (+ (- ucs range2-start) 11172))) - (ash entry -8) (ldb (byte 8 0) entry)) - (incf count) - (when (= (mod count 3) 0) - (format t "~%")))) - (loop - (let ((line (read-line nil nil nil))) - (unless line (return)) - (when (eql (position #\Tab line) 6) - (let* ((gbk (parse-integer line :start 2 :end 6 :radix 16)) - (ucs (parse-integer line :start 9 :end 13 :radix 16))) - (when (or (<= range1-start ucs range1-end) - (<= range2-start ucs range2-end)) - (assert (>= gbk #x8100)) - (output-pair ucs gbk)))) - (when (eql (position #\Tab line) 10) - (let* ((gbk (parse-integer line :start 2 :end 10 :radix 16)) - (ucs (parse-integer line :start 13 :end 17 :radix 16)) - (ch1 (ldb (byte 8 24) gbk)) - (ch2 (ldb (byte 8 16) gbk)) - (ch3 (ldb (byte 8 8) gbk)) - (ch4 (ldb (byte 8 0) gbk)) - (linear (+ (* (+ (* (+ (* (- ch1 #x81) 10) - (- ch2 #x30)) - 126) - (- ch3 #x81)) - 10) - (- ch4 #x30)))) - (when (or (<= range1-start ucs range1-end) - (<= range2-start ucs range2-end)) - (output-pair ucs (+ #x2000 linear)))))))) - (format t "~%"))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*/ - -static const unsigned char __ucs_to_gb18030_tab1[55168-11172][2] = +static const unsigned char __ucs_to_gb18030_tab1[][2] = { - [0x0000] = "\x20\x00", [0x0001] = "\x20\x01", [0x0002] = "\x20\x02", - [0x0003] = "\x20\x03", [0x0004] = "\x20\x04", [0x0005] = "\x20\x05", - [0x0006] = "\x20\x06", [0x0007] = "\x20\x07", [0x0008] = "\x20\x08", - [0x0009] = "\x20\x09", [0x000a] = "\x20\x0a", [0x000b] = "\x20\x0b", - [0x000c] = "\x20\x0c", [0x000d] = "\x20\x0d", [0x000e] = "\x20\x0e", - [0x000f] = "\x20\x0f", [0x0010] = "\x20\x10", [0x0011] = "\x20\x11", - [0x0012] = "\x20\x12", [0x0013] = "\x20\x13", [0x0014] = "\x20\x14", - [0x0015] = "\x20\x15", [0x0016] = "\x20\x16", [0x0017] = "\x20\x17", - [0x0018] = "\x20\x18", [0x0019] = "\x20\x19", [0x001a] = "\x20\x1a", - [0x001b] = "\x20\x1b", [0x001c] = "\x20\x1c", [0x001d] = "\x20\x1d", - [0x001e] = "\x20\x1e", [0x001f] = "\x20\x1f", [0x0020] = "\x20\x20", - [0x0021] = "\x20\x21", [0x0022] = "\x20\x22", [0x0023] = "\x20\x23", - [0x0024] = "\xa1\xe8", [0x0025] = "\x20\x24", [0x0026] = "\x20\x25", - [0x0027] = "\xa1\xec", [0x0028] = "\xa1\xa7", [0x0029] = "\x20\x26", - [0x002a] = "\x20\x27", [0x002b] = "\x20\x28", [0x002c] = "\x20\x29", - [0x002d] = "\x20\x2a", [0x002e] = "\x20\x2b", [0x002f] = "\x20\x2c", - [0x0030] = "\xa1\xe3", [0x0031] = "\xa1\xc0", [0x0032] = "\x20\x2d", - [0x0033] = "\x20\x2e", [0x0034] = "\x20\x2f", [0x0035] = "\x20\x30", - [0x0036] = "\x20\x31", [0x0037] = "\xa1\xa4", [0x0038] = "\x20\x32", - [0x0039] = "\x20\x33", [0x003a] = "\x20\x34", [0x003b] = "\x20\x35", - [0x003c] = "\x20\x36", [0x003d] = "\x20\x37", [0x003e] = "\x20\x38", - [0x003f] = "\x20\x39", [0x0040] = "\x20\x3a", [0x0041] = "\x20\x3b", - [0x0042] = "\x20\x3c", [0x0043] = "\x20\x3d", [0x0044] = "\x20\x3e", - [0x0045] = "\x20\x3f", [0x0046] = "\x20\x40", [0x0047] = "\x20\x41", - [0x0048] = "\x20\x42", [0x0049] = "\x20\x43", [0x004a] = "\x20\x44", - [0x004b] = "\x20\x45", [0x004c] = "\x20\x46", [0x004d] = "\x20\x47", - [0x004e] = "\x20\x48", [0x004f] = "\x20\x49", [0x0050] = "\x20\x4a", - [0x0051] = "\x20\x4b", [0x0052] = "\x20\x4c", [0x0053] = "\x20\x4d", - [0x0054] = "\x20\x4e", [0x0055] = "\x20\x4f", [0x0056] = "\x20\x50", - [0x0057] = "\xa1\xc1", [0x0058] = "\x20\x51", [0x0059] = "\x20\x52", - [0x005a] = "\x20\x53", [0x005b] = "\x20\x54", [0x005c] = "\x20\x55", - [0x005d] = "\x20\x56", [0x005e] = "\x20\x57", [0x005f] = "\x20\x58", - [0x0060] = "\xa8\xa4", [0x0061] = "\xa8\xa2", [0x0062] = "\x20\x59", - [0x0063] = "\x20\x5a", [0x0064] = "\x20\x5b", [0x0065] = "\x20\x5c", - [0x0066] = "\x20\x5d", [0x0067] = "\x20\x5e", [0x0068] = "\xa8\xa8", - [0x0069] = "\xa8\xa6", [0x006a] = "\xa8\xba", [0x006b] = "\x20\x5f", - [0x006c] = "\xa8\xac", [0x006d] = "\xa8\xaa", [0x006e] = "\x20\x60", - [0x006f] = "\x20\x61", [0x0070] = "\x20\x62", [0x0071] = "\x20\x63", - [0x0072] = "\xa8\xb0", [0x0073] = "\xa8\xae", [0x0074] = "\x20\x64", - [0x0075] = "\x20\x65", [0x0076] = "\x20\x66", [0x0077] = "\xa1\xc2", - [0x0078] = "\x20\x67", [0x0079] = "\xa8\xb4", [0x007a] = "\xa8\xb2", - [0x007b] = "\x20\x68", [0x007c] = "\xa8\xb9", [0x007d] = "\x20\x69", - [0x007e] = "\x20\x6a", [0x007f] = "\x20\x6b", [0x0080] = "\x20\x6c", - [0x0081] = "\xa8\xa1", [0x0082] = "\x20\x6d", [0x0083] = "\x20\x6e", - [0x0084] = "\x20\x6f", [0x0085] = "\x20\x70", [0x0086] = "\x20\x71", - [0x0087] = "\x20\x72", [0x0088] = "\x20\x73", [0x0089] = "\x20\x74", - [0x008a] = "\x20\x75", [0x008b] = "\x20\x76", [0x008c] = "\x20\x77", - [0x008d] = "\x20\x78", [0x008e] = "\x20\x79", [0x008f] = "\x20\x7a", - [0x0090] = "\x20\x7b", [0x0091] = "\x20\x7c", [0x0092] = "\x20\x7d", - [0x0093] = "\xa8\xa5", [0x0094] = "\x20\x7e", [0x0095] = "\x20\x7f", - [0x0096] = "\x20\x80", [0x0097] = "\x20\x81", [0x0098] = "\x20\x82", - [0x0099] = "\x20\x83", [0x009a] = "\x20\x84", [0x009b] = "\xa8\xa7", - [0x009c] = "\x20\x85", [0x009d] = "\x20\x86", [0x009e] = "\x20\x87", - [0x009f] = "\x20\x88", [0x00a0] = "\x20\x89", [0x00a1] = "\x20\x8a", - [0x00a2] = "\x20\x8b", [0x00a3] = "\x20\x8c", [0x00a4] = "\x20\x8d", - [0x00a5] = "\x20\x8e", [0x00a6] = "\x20\x8f", [0x00a7] = "\x20\x90", - [0x00a8] = "\x20\x91", [0x00a9] = "\x20\x92", [0x00aa] = "\x20\x93", - [0x00ab] = "\xa8\xa9", [0x00ac] = "\x20\x94", [0x00ad] = "\x20\x95", - [0x00ae] = "\x20\x96", [0x00af] = "\x20\x97", [0x00b0] = "\x20\x98", - [0x00b1] = "\x20\x99", [0x00b2] = "\x20\x9a", [0x00b3] = "\x20\x9b", - [0x00b4] = "\x20\x9c", [0x00b5] = "\x20\x9d", [0x00b6] = "\x20\x9e", - [0x00b7] = "\x20\x9f", [0x00b8] = "\x20\xa0", [0x00b9] = "\x20\xa1", - [0x00ba] = "\x20\xa2", [0x00bb] = "\x20\xa3", [0x00bc] = "\x20\xa4", - [0x00bd] = "\x20\xa5", [0x00be] = "\x20\xa6", [0x00bf] = "\x20\xa7", - [0x00c0] = "\x20\xa8", [0x00c1] = "\x20\xa9", [0x00c2] = "\x20\xaa", - [0x00c3] = "\x20\xab", [0x00c4] = "\xa8\xbd", [0x00c5] = "\x20\xac", - [0x00c6] = "\x20\xad", [0x00c7] = "\x20\xae", [0x00c8] = "\xa8\xbe", - [0x00c9] = "\x20\xaf", [0x00ca] = "\x20\xb0", [0x00cb] = "\x20\xb1", - [0x00cc] = "\x20\xb2", [0x00cd] = "\xa8\xad", [0x00ce] = "\x20\xb3", - [0x00cf] = "\x20\xb4", [0x00d0] = "\x20\xb5", [0x00d1] = "\x20\xb6", - [0x00d2] = "\x20\xb7", [0x00d3] = "\x20\xb8", [0x00d4] = "\x20\xb9", - [0x00d5] = "\x20\xba", [0x00d6] = "\x20\xbb", [0x00d7] = "\x20\xbc", - [0x00d8] = "\x20\xbd", [0x00d9] = "\x20\xbe", [0x00da] = "\x20\xbf", - [0x00db] = "\x20\xc0", [0x00dc] = "\x20\xc1", [0x00dd] = "\x20\xc2", - [0x00de] = "\x20\xc3", [0x00df] = "\x20\xc4", [0x00e0] = "\x20\xc5", - [0x00e1] = "\x20\xc6", [0x00e2] = "\x20\xc7", [0x00e3] = "\x20\xc8", - [0x00e4] = "\x20\xc9", [0x00e5] = "\x20\xca", [0x00e6] = "\x20\xcb", - [0x00e7] = "\x20\xcc", [0x00e8] = "\x20\xcd", [0x00e9] = "\x20\xce", - [0x00ea] = "\x20\xcf", [0x00eb] = "\xa8\xb1", [0x00ec] = "\x20\xd0", - [0x00ed] = "\x20\xd1", [0x00ee] = "\x20\xd2", [0x00ef] = "\x20\xd3", - [0x00f0] = "\x20\xd4", [0x00f1] = "\x20\xd5", [0x00f2] = "\x20\xd6", - [0x00f3] = "\x20\xd7", [0x00f4] = "\x20\xd8", [0x00f5] = "\x20\xd9", - [0x00f6] = "\x20\xda", [0x00f7] = "\x20\xdb", [0x00f8] = "\x20\xdc", - [0x00f9] = "\x20\xdd", [0x00fa] = "\x20\xde", [0x00fb] = "\x20\xdf", - [0x00fc] = "\x20\xe0", [0x00fd] = "\x20\xe1", [0x00fe] = "\x20\xe2", - [0x00ff] = "\x20\xe3", [0x0100] = "\x20\xe4", [0x0101] = "\x20\xe5", - [0x0102] = "\x20\xe6", [0x0103] = "\x20\xe7", [0x0104] = "\x20\xe8", - [0x0105] = "\x20\xe9", [0x0106] = "\x20\xea", [0x0107] = "\x20\xeb", - [0x0108] = "\x20\xec", [0x0109] = "\x20\xed", [0x010a] = "\x20\xee", - [0x010b] = "\x20\xef", [0x010c] = "\x20\xf0", [0x010d] = "\x20\xf1", - [0x010e] = "\x20\xf2", [0x010f] = "\x20\xf3", [0x0110] = "\x20\xf4", - [0x0111] = "\x20\xf5", [0x0112] = "\x20\xf6", [0x0113] = "\x20\xf7", - [0x0114] = "\x20\xf8", [0x0115] = "\x20\xf9", [0x0116] = "\x20\xfa", - [0x0117] = "\x20\xfb", [0x0118] = "\x20\xfc", [0x0119] = "\x20\xfd", - [0x011a] = "\x20\xfe", [0x011b] = "\x20\xff", [0x011c] = "\x21\x00", - [0x011d] = "\x21\x01", [0x011e] = "\x21\x02", [0x011f] = "\x21\x03", - [0x0120] = "\x21\x04", [0x0121] = "\x21\x05", [0x0122] = "\x21\x06", - [0x0123] = "\x21\x07", [0x0124] = "\x21\x08", [0x0125] = "\x21\x09", - [0x0126] = "\x21\x0a", [0x0127] = "\x21\x0b", [0x0128] = "\x21\x0c", - [0x0129] = "\x21\x0d", [0x012a] = "\x21\x0e", [0x012b] = "\x21\x0f", - [0x012c] = "\x21\x10", [0x012d] = "\x21\x11", [0x012e] = "\x21\x12", - [0x012f] = "\x21\x13", [0x0130] = "\x21\x14", [0x0131] = "\x21\x15", - [0x0132] = "\x21\x16", [0x0133] = "\x21\x17", [0x0134] = "\x21\x18", - [0x0135] = "\x21\x19", [0x0136] = "\x21\x1a", [0x0137] = "\x21\x1b", - [0x0138] = "\x21\x1c", [0x0139] = "\x21\x1d", [0x013a] = "\x21\x1e", - [0x013b] = "\x21\x1f", [0x013c] = "\x21\x20", [0x013d] = "\x21\x21", - [0x013e] = "\x21\x22", [0x013f] = "\x21\x23", [0x0140] = "\x21\x24", - [0x0141] = "\x21\x25", [0x0142] = "\x21\x26", [0x0143] = "\x21\x27", - [0x0144] = "\x21\x28", [0x0145] = "\x21\x29", [0x0146] = "\x21\x2a", - [0x0147] = "\x21\x2b", [0x0148] = "\x21\x2c", [0x0149] = "\x21\x2d", - [0x014a] = "\x21\x2e", [0x014b] = "\x21\x2f", [0x014c] = "\x21\x30", - [0x014d] = "\x21\x31", [0x014e] = "\xa8\xa3", [0x014f] = "\x21\x32", - [0x0150] = "\xa8\xab", [0x0151] = "\x21\x33", [0x0152] = "\xa8\xaf", - [0x0153] = "\x21\x34", [0x0154] = "\xa8\xb3", [0x0155] = "\x21\x35", - [0x0156] = "\xa8\xb5", [0x0157] = "\x21\x36", [0x0158] = "\xa8\xb6", - [0x0159] = "\x21\x37", [0x015a] = "\xa8\xb7", [0x015b] = "\x21\x38", - [0x015c] = "\xa8\xb8", [0x015d] = "\x21\x39", [0x015e] = "\x21\x3a", - [0x015f] = "\x21\x3b", [0x0160] = "\x21\x3c", [0x0161] = "\x21\x3d", - [0x0162] = "\x21\x3e", [0x0163] = "\x21\x3f", [0x0164] = "\x21\x40", - [0x0165] = "\x21\x41", [0x0166] = "\x21\x42", [0x0167] = "\x21\x43", - [0x0168] = "\x21\x44", [0x0169] = "\x21\x45", [0x016a] = "\x21\x46", - [0x016b] = "\x21\x47", [0x016c] = "\x21\x48", [0x016d] = "\x21\x49", - [0x016e] = "\x21\x4a", [0x016f] = "\x21\x4b", [0x0170] = "\x21\x4c", - [0x0171] = "\x21\x4d", [0x0172] = "\x21\x4e", [0x0173] = "\x21\x4f", - [0x0174] = "\x21\x50", [0x0175] = "\x21\x51", [0x0176] = "\x21\x52", - [0x0177] = "\x21\x53", [0x0178] = "\x21\x54", [0x0179] = "\xa8\xbf", - [0x017a] = "\x21\x55", [0x017b] = "\x21\x56", [0x017c] = "\x21\x57", - [0x017d] = "\x21\x58", [0x017e] = "\x21\x59", [0x017f] = "\x21\x5a", - [0x0180] = "\x21\x5b", [0x0181] = "\x21\x5c", [0x0182] = "\x21\x5d", - [0x0183] = "\x21\x5e", [0x0184] = "\x21\x5f", [0x0185] = "\x21\x60", - [0x0186] = "\x21\x61", [0x0187] = "\x21\x62", [0x0188] = "\x21\x63", - [0x0189] = "\x21\x64", [0x018a] = "\x21\x65", [0x018b] = "\x21\x66", - [0x018c] = "\x21\x67", [0x018d] = "\x21\x68", [0x018e] = "\x21\x69", - [0x018f] = "\x21\x6a", [0x0190] = "\x21\x6b", [0x0191] = "\x21\x6c", - [0x0192] = "\x21\x6d", [0x0193] = "\x21\x6e", [0x0194] = "\x21\x6f", - [0x0195] = "\x21\x70", [0x0196] = "\x21\x71", [0x0197] = "\x21\x72", - [0x0198] = "\x21\x73", [0x0199] = "\x21\x74", [0x019a] = "\x21\x75", - [0x019b] = "\x21\x76", [0x019c] = "\x21\x77", [0x019d] = "\x21\x78", - [0x019e] = "\x21\x79", [0x019f] = "\x21\x7a", [0x01a0] = "\x21\x7b", - [0x01a2] = "\x21\x7d", [0x01a3] = "\x21\x7e", [0x01a4] = "\x21\x7f", - [0x01a5] = "\x21\x80", [0x01a6] = "\x21\x81", [0x01a7] = "\x21\x82", - [0x01a8] = "\x21\x83", [0x01a9] = "\x21\x84", [0x01aa] = "\x21\x85", - [0x01ab] = "\x21\x86", [0x01ac] = "\x21\x87", [0x01ad] = "\x21\x88", - [0x01ae] = "\x21\x89", [0x01af] = "\x21\x8a", [0x01b0] = "\x21\x8b", - [0x01b1] = "\x21\x8c", [0x01b2] = "\x21\x8d", [0x01b3] = "\x21\x8e", - [0x01d0] = "\x21\xab", [0x01d1] = "\xa8\xbb", [0x01d2] = "\x21\xac", - [0x01d3] = "\x21\xad", [0x01d4] = "\x21\xae", [0x01d5] = "\x21\xaf", - [0x01d6] = "\x21\xb0", [0x01d7] = "\x21\xb1", [0x01d8] = "\x21\xb2", - [0x01d9] = "\x21\xb3", [0x01da] = "\x21\xb4", [0x01db] = "\x21\xb5", - [0x01dc] = "\x21\xb6", [0x01dd] = "\x21\xb7", [0x01de] = "\x21\xb8", - [0x01df] = "\x21\xb9", [0x01e0] = "\x21\xba", [0x01e1] = "\xa8\xc0", - [0x01e2] = "\x21\xbb", [0x01e3] = "\x21\xbc", [0x01e4] = "\x21\xbd", - [0x01e5] = "\x21\xbe", [0x01e6] = "\x21\xbf", [0x01e7] = "\x21\xc0", - [0x01e8] = "\x21\xc1", [0x01e9] = "\x21\xc2", [0x01ea] = "\x21\xc3", - [0x01eb] = "\x21\xc4", [0x01ec] = "\x21\xc5", [0x01ed] = "\x21\xc6", - [0x01ee] = "\x21\xc7", [0x01ef] = "\x21\xc8", [0x01f0] = "\x21\xc9", - [0x01f1] = "\x21\xca", [0x01f2] = "\x21\xcb", [0x01f3] = "\x21\xcc", - [0x01f4] = "\x21\xcd", [0x01f5] = "\x21\xce", [0x01f6] = "\x21\xcf", - [0x01f7] = "\x21\xd0", [0x01f8] = "\x21\xd1", [0x01f9] = "\x21\xd2", - [0x01fa] = "\x21\xd3", [0x01fb] = "\x21\xd4", [0x01fc] = "\x21\xd5", - [0x01fd] = "\x21\xd6", [0x01fe] = "\x21\xd7", [0x01ff] = "\x21\xd8", - [0x0200] = "\x21\xd9", [0x0201] = "\x21\xda", [0x0202] = "\x21\xdb", - [0x0203] = "\x21\xdc", [0x0204] = "\x21\xdd", [0x0205] = "\x21\xde", - [0x0206] = "\x21\xdf", [0x0207] = "\x21\xe0", [0x0208] = "\x21\xe1", - [0x0209] = "\x21\xe2", [0x020a] = "\x21\xe3", [0x020b] = "\x21\xe4", - [0x020c] = "\x21\xe5", [0x020d] = "\x21\xe6", [0x020e] = "\x21\xe7", - [0x020f] = "\x21\xe8", [0x0210] = "\x21\xe9", [0x0211] = "\x21\xea", - [0x0212] = "\x21\xeb", [0x0213] = "\x21\xec", [0x0214] = "\x21\xed", - [0x0215] = "\x21\xee", [0x0216] = "\x21\xef", [0x0217] = "\x21\xf0", - [0x0218] = "\x21\xf1", [0x0219] = "\x21\xf2", [0x021a] = "\x21\xf3", - [0x021b] = "\x21\xf4", [0x021c] = "\x21\xf5", [0x021d] = "\x21\xf6", - [0x021e] = "\x21\xf7", [0x021f] = "\x21\xf8", [0x0220] = "\x21\xf9", - [0x0221] = "\x21\xfa", [0x0222] = "\x21\xfb", [0x0223] = "\x21\xfc", - [0x0224] = "\x21\xfd", [0x0225] = "\x21\xfe", [0x0226] = "\x21\xff", - [0x0227] = "\x22\x00", [0x0228] = "\x22\x01", [0x0229] = "\x22\x02", - [0x022a] = "\x22\x03", [0x022b] = "\x22\x04", [0x022c] = "\x22\x05", - [0x022d] = "\x22\x06", [0x0230] = "\x22\x09", [0x0231] = "\x22\x0a", - [0x0232] = "\x22\x0b", [0x0233] = "\x22\x0c", [0x0234] = "\x22\x0d", - [0x0235] = "\x22\x0e", [0x0236] = "\x22\x0f", [0x0237] = "\x22\x10", - [0x0238] = "\x22\x11", [0x0239] = "\x22\x12", [0x023a] = "\x22\x13", - [0x023b] = "\x22\x14", [0x023c] = "\x22\x15", [0x023d] = "\x22\x16", - [0x023e] = "\x22\x17", [0x023f] = "\x22\x18", [0x0240] = "\x22\x19", - [0x0241] = "\x22\x1a", [0x0242] = "\x22\x1b", [0x0243] = "\x22\x1c", - [0x0244] = "\x22\x1d", [0x0245] = "\x22\x1e", [0x0246] = "\x22\x1f", - [0x0247] = "\xa1\xa6", [0x0248] = "\x22\x20", [0x0249] = "\xa1\xa5", - [0x024a] = "\xa8\x40", [0x024b] = "\xa8\x41", [0x024c] = "\x22\x21", - [0x024d] = "\x22\x22", [0x024e] = "\x22\x23", [0x024f] = "\x22\x24", - [0x0250] = "\x22\x25", [0x0251] = "\x22\x26", [0x0252] = "\x22\x27", - [0x0253] = "\x22\x28", [0x0254] = "\x22\x29", [0x0255] = "\x22\x2a", - [0x0256] = "\x22\x2b", [0x0257] = "\x22\x2c", [0x0258] = "\x22\x2d", - [0x0259] = "\xa8\x42", [0x025a] = "\x22\x2e", [0x025b] = "\x22\x2f", - [0x025c] = "\x22\x30", [0x025d] = "\x22\x31", [0x025e] = "\x22\x32", - [0x025f] = "\x22\x33", [0x0260] = "\x22\x34", [0x0261] = "\x22\x35", - [0x0262] = "\x22\x36", [0x0263] = "\x22\x37", [0x0264] = "\x22\x38", - [0x0265] = "\x22\x39", [0x0266] = "\x22\x3a", [0x0267] = "\x22\x3b", - [0x0268] = "\x22\x3c", [0x0269] = "\x22\x3d", [0x026a] = "\x22\x3e", - [0x026b] = "\x22\x3f", [0x026c] = "\x22\x40", [0x026d] = "\x22\x41", - [0x026e] = "\x22\x42", [0x0280] = "\x22\x54", [0x0281] = "\x22\x55", - [0x0282] = "\x22\x56", [0x0283] = "\x22\x57", [0x0284] = "\x22\x58", - [0x0285] = "\x22\x59", [0x0286] = "\x22\x5a", [0x0287] = "\x22\x5b", - [0x0288] = "\x22\x5c", [0x0289] = "\x22\x5d", [0x028a] = "\x22\x5e", - [0x028b] = "\x22\x5f", [0x028c] = "\x22\x60", [0x028d] = "\x22\x61", - [0x028e] = "\x22\x62", [0x028f] = "\x22\x63", [0x0290] = "\x22\x64", - [0x0291] = "\x22\x65", [0x0292] = "\x22\x66", [0x0293] = "\x22\x67", - [0x0294] = "\x22\x68", [0x0295] = "\x22\x69", [0x0296] = "\x22\x6a", - [0x0297] = "\x22\x6b", [0x0298] = "\x22\x6c", [0x0299] = "\x22\x6d", - [0x029a] = "\x22\x6e", [0x029b] = "\x22\x6f", [0x029c] = "\x22\x70", - [0x029d] = "\x22\x71", [0x029e] = "\x22\x72", [0x029f] = "\x22\x73", - [0x02a0] = "\x22\x74", [0x02a1] = "\x22\x75", [0x02a2] = "\x22\x76", - [0x02a3] = "\x22\x77", [0x02a4] = "\x22\x78", [0x02a5] = "\x22\x79", - [0x02a6] = "\x22\x7a", [0x02a7] = "\x22\x7b", [0x02a8] = "\x22\x7c", - [0x02a9] = "\x22\x7d", [0x02aa] = "\x22\x7e", [0x02ab] = "\x22\x7f", - [0x02ac] = "\x22\x80", [0x02ad] = "\x22\x81", [0x02ae] = "\x22\x82", - [0x02af] = "\x22\x83", [0x02b0] = "\x22\x84", [0x02b1] = "\x22\x85", - [0x02b2] = "\x22\x86", [0x02b3] = "\x22\x87", [0x02b4] = "\x22\x88", - [0x02b5] = "\x22\x89", [0x02b6] = "\x22\x8a", [0x02b7] = "\x22\x8b", - [0x02b8] = "\x22\x8c", [0x02b9] = "\x22\x8d", [0x02ba] = "\x22\x8e", - [0x02bb] = "\x22\x8f", [0x02bc] = "\x22\x90", [0x02bd] = "\x22\x91", - [0x02be] = "\x22\x92", [0x02bf] = "\x22\x93", [0x02c0] = "\x22\x94", - [0x02c1] = "\x22\x95", [0x02c2] = "\x22\x96", [0x02c3] = "\x22\x97", - [0x02c4] = "\x22\x98", [0x02c5] = "\x22\x99", [0x02c6] = "\x22\x9a", - [0x02c7] = "\x22\x9b", [0x02c8] = "\x22\x9c", [0x02c9] = "\x22\x9d", - [0x02ca] = "\x22\x9e", [0x02cb] = "\x22\x9f", [0x02cc] = "\x22\xa0", - [0x02cd] = "\x22\xa1", [0x02ce] = "\x22\xa2", [0x02cf] = "\x22\xa3", - [0x02e0] = "\x22\xb4", [0x02e1] = "\x22\xb5", [0x02e2] = "\x22\xb6", - [0x02e3] = "\x22\xb7", [0x02e4] = "\x22\xb8", [0x02e5] = "\x22\xb9", - [0x02e6] = "\x22\xba", [0x02e7] = "\x22\xbb", [0x02e8] = "\x22\xbc", - [0x02e9] = "\x22\xbd", [0x02ea] = "\x22\xbe", [0x02eb] = "\x22\xbf", - [0x02ec] = "\x22\xc0", [0x02ed] = "\x22\xc1", [0x02ee] = "\x22\xc2", - [0x02ef] = "\x22\xc3", [0x02f4] = "\x22\xc8", [0x02f5] = "\x22\xc9", - [0x02fa] = "\x22\xce", [0x02fe] = "\x22\xd2", [0x0304] = "\x22\xd8", - [0x0305] = "\x22\xd9", [0x0306] = "\x22\xda", [0x0307] = "\x22\xdb", - [0x0308] = "\x22\xdc", [0x0309] = "\x22\xdd", [0x030a] = "\x22\xde", - [0x030c] = "\x22\xe0", [0x030e] = "\x22\xe2", [0x030f] = "\x22\xe3", - [0x0310] = "\x22\xe4", [0x0311] = "\xa6\xa1", [0x0312] = "\xa6\xa2", - [0x0313] = "\xa6\xa3", [0x0314] = "\xa6\xa4", [0x0315] = "\xa6\xa5", - [0x0316] = "\xa6\xa6", [0x0317] = "\xa6\xa7", [0x0318] = "\xa6\xa8", - [0x0319] = "\xa6\xa9", [0x031a] = "\xa6\xaa", [0x031b] = "\xa6\xab", - [0x031c] = "\xa6\xac", [0x031d] = "\xa6\xad", [0x031e] = "\xa6\xae", - [0x031f] = "\xa6\xaf", [0x0320] = "\xa6\xb0", [0x0321] = "\xa6\xb1", - [0x0323] = "\xa6\xb2", [0x0324] = "\xa6\xb3", [0x0325] = "\xa6\xb4", - [0x0326] = "\xa6\xb5", [0x0327] = "\xa6\xb6", [0x0328] = "\xa6\xb7", - [0x0329] = "\xa6\xb8", [0x032a] = "\x22\xe6", [0x032b] = "\x22\xe7", - [0x032c] = "\x22\xe8", [0x032d] = "\x22\xe9", [0x032e] = "\x22\xea", - [0x032f] = "\x22\xeb", [0x0330] = "\x22\xec", [0x0331] = "\xa6\xc1", - [0x0332] = "\xa6\xc2", [0x0333] = "\xa6\xc3", [0x0334] = "\xa6\xc4", - [0x0335] = "\xa6\xc5", [0x0336] = "\xa6\xc6", [0x0337] = "\xa6\xc7", - [0x0338] = "\xa6\xc8", [0x0339] = "\xa6\xc9", [0x033a] = "\xa6\xca", - [0x033b] = "\xa6\xcb", [0x033c] = "\xa6\xcc", [0x033d] = "\xa6\xcd", - [0x033e] = "\xa6\xce", [0x033f] = "\xa6\xcf", [0x0340] = "\xa6\xd0", - [0x0341] = "\xa6\xd1", [0x0342] = "\x22\xed", [0x0343] = "\xa6\xd2", - [0x0344] = "\xa6\xd3", [0x0345] = "\xa6\xd4", [0x0346] = "\xa6\xd5", - [0x0347] = "\xa6\xd6", [0x0348] = "\xa6\xd7", [0x0349] = "\xa6\xd8", - [0x034a] = "\x22\xee", [0x034b] = "\x22\xef", [0x034c] = "\x22\xf0", - [0x034d] = "\x22\xf1", [0x034e] = "\x22\xf2", [0x0350] = "\x22\xf4", - [0x0351] = "\x22\xf5", [0x0352] = "\x22\xf6", [0x0353] = "\x22\xf7", - [0x0354] = "\x22\xf8", [0x0355] = "\x22\xf9", [0x0356] = "\x22\xfa", - [0x0357] = "\x22\xfb", [0x0358] = "\x22\xfc", [0x0359] = "\x22\xfd", - [0x035a] = "\x22\xfe", [0x035b] = "\x22\xff", [0x035c] = "\x23\x00", - [0x035d] = "\x23\x01", [0x035e] = "\x23\x02", [0x035f] = "\x23\x03", - [0x0360] = "\x23\x04", [0x0361] = "\x23\x05", [0x0362] = "\x23\x06", - [0x0363] = "\x23\x07", [0x0364] = "\x23\x08", [0x0365] = "\x23\x09", - [0x0366] = "\x23\x0a", [0x0367] = "\x23\x0b", [0x0368] = "\x23\x0c", - [0x0369] = "\x23\x0d", [0x036a] = "\x23\x0e", [0x036b] = "\x23\x0f", - [0x036c] = "\x23\x10", [0x036d] = "\x23\x11", [0x036e] = "\x23\x12", - [0x036f] = "\x23\x13", [0x0370] = "\x23\x14", [0x0371] = "\x23\x15", - [0x0372] = "\x23\x16", [0x0373] = "\x23\x17", [0x0374] = "\x23\x18", - [0x0375] = "\x23\x19", [0x0376] = "\x23\x1a", [0x0380] = "\x23\x24", - [0x0381] = "\xa7\xa7", [0x0382] = "\x23\x25", [0x0383] = "\x23\x26", - [0x0384] = "\x23\x27", [0x0385] = "\x23\x28", [0x0386] = "\x23\x29", - [0x0387] = "\x23\x2a", [0x0388] = "\x23\x2b", [0x0389] = "\x23\x2c", - [0x038a] = "\x23\x2d", [0x038b] = "\x23\x2e", [0x038c] = "\x23\x2f", - [0x038d] = "\x23\x30", [0x038e] = "\x23\x31", [0x038f] = "\x23\x32", - [0x0390] = "\xa7\xa1", [0x0391] = "\xa7\xa2", [0x0392] = "\xa7\xa3", - [0x0393] = "\xa7\xa4", [0x0394] = "\xa7\xa5", [0x0395] = "\xa7\xa6", - [0x0396] = "\xa7\xa8", [0x0397] = "\xa7\xa9", [0x0398] = "\xa7\xaa", - [0x0399] = "\xa7\xab", [0x039a] = "\xa7\xac", [0x039b] = "\xa7\xad", - [0x039c] = "\xa7\xae", [0x039d] = "\xa7\xaf", [0x039e] = "\xa7\xb0", - [0x039f] = "\xa7\xb1", [0x03a0] = "\xa7\xb2", [0x03a1] = "\xa7\xb3", - [0x03a2] = "\xa7\xb4", [0x03a3] = "\xa7\xb5", [0x03a4] = "\xa7\xb6", - [0x03a5] = "\xa7\xb7", [0x03a6] = "\xa7\xb8", [0x03a7] = "\xa7\xb9", - [0x03a8] = "\xa7\xba", [0x03a9] = "\xa7\xbb", [0x03aa] = "\xa7\xbc", - [0x03ab] = "\xa7\xbd", [0x03ac] = "\xa7\xbe", [0x03ad] = "\xa7\xbf", - [0x03ae] = "\xa7\xc0", [0x03af] = "\xa7\xc1", [0x03b0] = "\xa7\xd1", - [0x03b1] = "\xa7\xd2", [0x03b2] = "\xa7\xd3", [0x03b3] = "\xa7\xd4", - [0x03b4] = "\xa7\xd5", [0x03b5] = "\xa7\xd6", [0x03b6] = "\xa7\xd8", - [0x03b7] = "\xa7\xd9", [0x03b8] = "\xa7\xda", [0x03b9] = "\xa7\xdb", - [0x03ba] = "\xa7\xdc", [0x03bb] = "\xa7\xdd", [0x03bc] = "\xa7\xde", - [0x03bd] = "\xa7\xdf", [0x03be] = "\xa7\xe0", [0x03bf] = "\xa7\xe1", - [0x03c0] = "\xa7\xe2", [0x03c1] = "\xa7\xe3", [0x03c2] = "\xa7\xe4", - [0x03c3] = "\xa7\xe5", [0x03c4] = "\xa7\xe6", [0x03c5] = "\xa7\xe7", - [0x03c6] = "\xa7\xe8", [0x03c7] = "\xa7\xe9", [0x03c8] = "\xa7\xea", - [0x03c9] = "\xa7\xeb", [0x03ca] = "\xa7\xec", [0x03cb] = "\xa7\xed", - [0x03cc] = "\xa7\xee", [0x03cd] = "\xa7\xef", [0x03ce] = "\xa7\xf0", - [0x03cf] = "\xa7\xf1", [0x03d0] = "\x23\x33", [0x03d1] = "\xa7\xd7", - [0x03d2] = "\x23\x34", [0x03d3] = "\x23\x35", [0x03d4] = "\x23\x36", - [0x03d5] = "\x23\x37", [0x03d6] = "\x23\x38", [0x03d7] = "\x23\x39", - [0x03d8] = "\x23\x3a", [0x03d9] = "\x23\x3b", [0x03da] = "\x23\x3c", - [0x03db] = "\x23\x3d", [0x03dc] = "\x23\x3e", [0x03dd] = "\x23\x3f", - [0x03de] = "\x23\x40", [0x03df] = "\x23\x41", [0x03e0] = "\x23\x42", - [0x03e1] = "\x23\x43", [0x03e2] = "\x23\x44", [0x03e3] = "\x23\x45", - [0x03e4] = "\x23\x46", [0x03e5] = "\x23\x47", [0x03e6] = "\x23\x48", - [0x03e7] = "\x23\x49", [0x03e8] = "\x23\x4a", [0x03e9] = "\x23\x4b", - [0x03ea] = "\x23\x4c", [0x03eb] = "\x23\x4d", [0x03ec] = "\x23\x4e", - [0x03ed] = "\x23\x4f", [0x03ee] = "\x23\x50", [0x03ef] = "\x23\x51", - [0x03f0] = "\x23\x52", [0x03f1] = "\x23\x53", [0x03f2] = "\x23\x54", - [0x03f3] = "\x23\x55", [0x03f4] = "\x23\x56", [0x03f5] = "\x23\x57", - [0x03f6] = "\x23\x58", [0x03f7] = "\x23\x59", [0x03f8] = "\x23\x5a", - [0x03f9] = "\x23\x5b", [0x03fa] = "\x23\x5c", [0x03fb] = "\x23\x5d", - [0x03fc] = "\x23\x5e", [0x03fd] = "\x23\x5f", [0x03fe] = "\x23\x60", - [0x03ff] = "\x23\x61", [0x0400] = "\x23\x62", [0x0401] = "\x23\x63", - [0x0402] = "\x23\x64", [0x0403] = "\x23\x65", [0x0404] = "\x23\x66", - [0x0405] = "\x23\x67", [0x0406] = "\x23\x68", [0x0408] = "\x23\x6a", - [0x0409] = "\x23\x6b", [0x040a] = "\x23\x6c", [0x040b] = "\x23\x6d", - [0x040c] = "\x23\x6e", [0x040d] = "\x23\x6f", [0x040e] = "\x23\x70", - [0x040f] = "\x23\x71", [0x0410] = "\x23\x72", [0x0411] = "\x23\x73", - [0x0412] = "\x23\x74", [0x0413] = "\x23\x75", [0x0414] = "\x23\x76", - [0x0415] = "\x23\x77", [0x0416] = "\x23\x78", [0x0417] = "\x23\x79", - [0x0418] = "\x23\x7a", [0x0419] = "\x23\x7b", [0x041a] = "\x23\x7c", - [0x041b] = "\x23\x7d", [0x041c] = "\x23\x7e", [0x041d] = "\x23\x7f", - [0x041e] = "\x23\x80", [0x041f] = "\x23\x81", [0x0420] = "\x23\x82", - [0x0421] = "\x23\x83", [0x0422] = "\x23\x84", [0x0423] = "\x23\x85", - [0x0424] = "\x23\x86", [0x0425] = "\x23\x87", [0x0426] = "\x23\x88", - [0x0427] = "\x23\x89", [0x0428] = "\x23\x8a", [0x0429] = "\x23\x8b", - [0x042a] = "\x23\x8c", [0x042b] = "\x23\x8d", [0x042c] = "\x23\x8e", - [0x042d] = "\x23\x8f", [0x042e] = "\x23\x90", [0x042f] = "\x23\x91", - [0x0430] = "\x23\x92", [0x0431] = "\x23\x93", [0x0432] = "\x23\x94", - [0x0433] = "\x23\x95", [0x0434] = "\x23\x96", [0x0435] = "\x23\x97", - [0x0436] = "\x23\x98", [0x0437] = "\x23\x99", [0x0438] = "\x23\x9a", - [0x0439] = "\x23\x9b", [0x043a] = "\x23\x9c", [0x043b] = "\x23\x9d", - [0x043c] = "\x23\x9e", [0x043d] = "\x23\x9f", [0x043e] = "\x23\xa0", - [0x043f] = "\x23\xa1", [0x0440] = "\x23\xa2", [0x0441] = "\x23\xa3", - [0x0442] = "\x23\xa4", [0x0443] = "\x23\xa5", [0x0444] = "\x23\xa6", - [0x0445] = "\x23\xa7", [0x0446] = "\x23\xa8", [0x0447] = "\x23\xa9", - [0x0448] = "\x23\xaa", [0x0449] = "\x23\xab", [0x044a] = "\x23\xac", - [0x044b] = "\x23\xad", [0x044c] = "\x23\xae", [0x044d] = "\x23\xaf", - [0x044e] = "\x23\xb0", [0x0450] = "\x23\xb2", [0x0451] = "\x23\xb3", - [0x0452] = "\x23\xb4", [0x0453] = "\x23\xb5", [0x0454] = "\x23\xb6", - [0x0455] = "\x23\xb7", [0x0456] = "\x23\xb8", [0x0457] = "\x23\xb9", - [0x0458] = "\x23\xba", [0x0459] = "\x23\xbb", [0x045a] = "\x23\xbc", - [0x045b] = "\x23\xbd", [0x045c] = "\x23\xbe", [0x045d] = "\x23\xbf", - [0x045e] = "\x23\xc0", [0x045f] = "\x23\xc1", [0x0460] = "\x23\xc2", - [0x0461] = "\x23\xc3", [0x0462] = "\x23\xc4", [0x0463] = "\x23\xc5", - [0x0464] = "\x23\xc6", [0x0465] = "\x23\xc7", [0x0466] = "\x23\xc8", - [0x0467] = "\x23\xc9", [0x0468] = "\x23\xca", [0x0469] = "\x23\xcb", - [0x046a] = "\x23\xcc", [0x046b] = "\x23\xcd", [0x046c] = "\x23\xce", - [0x046d] = "\x23\xcf", [0x046e] = "\x23\xd0", [0x046f] = "\x23\xd1", - [0x0470] = "\x23\xd2", [0x0471] = "\x23\xd3", [0x0472] = "\x23\xd4", - [0x0473] = "\x23\xd5", [0x0474] = "\x23\xd6", [0x0475] = "\x23\xd7", - [0x0478] = "\x23\xda", [0x0479] = "\x23\xdb", [0x0480] = "\x23\xe2", - [0x0481] = "\x23\xe3", [0x0482] = "\x23\xe4", [0x0483] = "\x23\xe5", - [0x0484] = "\x23\xe6", [0x0485] = "\x23\xe7", [0x0486] = "\x23\xe8", - [0x0487] = "\x23\xe9", [0x0488] = "\x23\xea", [0x0489] = "\x23\xeb", - [0x048a] = "\x23\xec", [0x048b] = "\x23\xed", [0x048c] = "\x23\xee", - [0x048d] = "\x23\xef", [0x048e] = "\x23\xf0", [0x048f] = "\x23\xf1", - [0x04b1] = "\x24\x13", [0x04b2] = "\x24\x14", [0x04b3] = "\x24\x15", - [0x04b4] = "\x24\x16", [0x04b5] = "\x24\x17", [0x04b6] = "\x24\x18", - [0x04b7] = "\x24\x19", [0x04b8] = "\x24\x1a", [0x04b9] = "\x24\x1b", - [0x04ba] = "\x24\x1c", [0x04bb] = "\x24\x1d", [0x04bc] = "\x24\x1e", - [0x04bd] = "\x24\x1f", [0x04be] = "\x24\x20", [0x04bf] = "\x24\x21", - [0x04c0] = "\x24\x22", [0x04c1] = "\x24\x23", [0x04c2] = "\x24\x24", - [0x04c3] = "\x24\x25", [0x04c4] = "\x24\x26", [0x04c5] = "\x24\x27", - [0x04c6] = "\x24\x28", [0x04c7] = "\x24\x29", [0x04c8] = "\x24\x2a", - [0x04c9] = "\x24\x2b", [0x04ca] = "\x24\x2c", [0x04cb] = "\x24\x2d", - [0x04cc] = "\x24\x2e", [0x04cd] = "\x24\x2f", [0x04ce] = "\x24\x30", - [0x04cf] = "\x24\x31", [0x04d0] = "\x24\x32", [0x04d1] = "\x24\x33", - [0x04d2] = "\x24\x34", [0x04d3] = "\x24\x35", [0x04d4] = "\x24\x36", - [0x04d5] = "\x24\x37", [0x04d6] = "\x24\x38", [0x04d9] = "\x24\x3b", - [0x04da] = "\x24\x3c", [0x04db] = "\x24\x3d", [0x04dc] = "\x24\x3e", - [0x04dd] = "\x24\x3f", [0x04de] = "\x24\x40", [0x04df] = "\x24\x41", - [0x04e1] = "\x24\x43", [0x04e2] = "\x24\x44", [0x04e3] = "\x24\x45", - [0x04e4] = "\x24\x46", [0x04e5] = "\x24\x47", [0x04e6] = "\x24\x48", - [0x04e7] = "\x24\x49", [0x04e8] = "\x24\x4a", [0x04e9] = "\x24\x4b", - [0x04ea] = "\x24\x4c", [0x04eb] = "\x24\x4d", [0x04ec] = "\x24\x4e", - [0x04ed] = "\x24\x4f", [0x04ee] = "\x24\x50", [0x04ef] = "\x24\x51", - [0x04f0] = "\x24\x52", [0x04f1] = "\x24\x53", [0x04f2] = "\x24\x54", - [0x04f3] = "\x24\x55", [0x04f4] = "\x24\x56", [0x04f5] = "\x24\x57", - [0x04f6] = "\x24\x58", [0x04f7] = "\x24\x59", [0x04f8] = "\x24\x5a", - [0x04f9] = "\x24\x5b", [0x04fa] = "\x24\x5c", [0x04fb] = "\x24\x5d", - [0x04fc] = "\x24\x5e", [0x04fd] = "\x24\x5f", [0x04fe] = "\x24\x60", - [0x04ff] = "\x24\x61", [0x0500] = "\x24\x62", [0x0501] = "\x24\x63", - [0x0502] = "\x24\x64", [0x0503] = "\x24\x65", [0x0504] = "\x24\x66", - [0x0505] = "\x24\x67", [0x0506] = "\x24\x68", [0x0507] = "\x24\x69", - [0x0509] = "\x24\x6b", [0x050a] = "\x24\x6c", [0x0511] = "\x24\x73", - [0x0512] = "\x24\x74", [0x0513] = "\x24\x75", [0x0514] = "\x24\x76", - [0x0515] = "\x24\x77", [0x0516] = "\x24\x78", [0x0517] = "\x24\x79", - [0x0518] = "\x24\x7a", [0x0519] = "\x24\x7b", [0x051a] = "\x24\x7c", - [0x051b] = "\x24\x7d", [0x051c] = "\x24\x7e", [0x051d] = "\x24\x7f", - [0x051e] = "\x24\x80", [0x051f] = "\x24\x81", [0x0520] = "\x24\x82", - [0x0521] = "\x24\x83", [0x0523] = "\x24\x85", [0x0524] = "\x24\x86", - [0x0525] = "\x24\x87", [0x0526] = "\x24\x88", [0x0527] = "\x24\x89", - [0x0528] = "\x24\x8a", [0x0529] = "\x24\x8b", [0x052a] = "\x24\x8c", - [0x052b] = "\x24\x8d", [0x052c] = "\x24\x8e", [0x052d] = "\x24\x8f", - [0x052e] = "\x24\x90", [0x052f] = "\x24\x91", [0x0530] = "\x24\x92", - [0x0531] = "\x24\x93", [0x0532] = "\x24\x94", [0x0533] = "\x24\x95", - [0x0534] = "\x24\x96", [0x0535] = "\x24\x97", [0x0536] = "\x24\x98", - [0x0537] = "\x24\x99", [0x0538] = "\x24\x9a", [0x0539] = "\x24\x9b", - [0x053b] = "\x24\x9d", [0x053c] = "\x24\x9e", [0x053d] = "\x24\x9f", - [0x053e] = "\x24\xa0", [0x053f] = "\x24\xa1", [0x0540] = "\x24\xa2", - [0x0541] = "\x24\xa3", [0x0542] = "\x24\xa4", [0x0543] = "\x24\xa5", - [0x0544] = "\x24\xa6", [0x0550] = "\x24\xb2", [0x0551] = "\x24\xb3", - [0x0552] = "\x24\xb4", [0x0553] = "\x24\xb5", [0x0554] = "\x24\xb6", - [0x0555] = "\x24\xb7", [0x0556] = "\x24\xb8", [0x0557] = "\x24\xb9", - [0x0558] = "\x24\xba", [0x0559] = "\x24\xbb", [0x055a] = "\x24\xbc", - [0x055b] = "\x24\xbd", [0x055c] = "\x24\xbe", [0x055d] = "\x24\xbf", - [0x055e] = "\x24\xc0", [0x055f] = "\x24\xc1", [0x0560] = "\x24\xc2", - [0x0561] = "\x24\xc3", [0x0562] = "\x24\xc4", [0x0563] = "\x24\xc5", - [0x0564] = "\x24\xc6", [0x0565] = "\x24\xc7", [0x0566] = "\x24\xc8", - [0x0567] = "\x24\xc9", [0x0568] = "\x24\xca", [0x0569] = "\x24\xcb", - [0x056a] = "\x24\xcc", [0x0570] = "\x24\xd2", [0x0571] = "\x24\xd3", - [0x0572] = "\x24\xd4", [0x0573] = "\x24\xd5", [0x0574] = "\x24\xd6", - [0x058c] = "\x24\xee", [0x059b] = "\x24\xfd", [0x059f] = "\x25\x01", - [0x05a1] = "\x25\x03", [0x05a2] = "\x25\x04", [0x05a3] = "\x25\x05", - [0x05a4] = "\x25\x06", [0x05a5] = "\x25\x07", [0x05a6] = "\x25\x08", - [0x05a7] = "\x25\x09", [0x05a8] = "\x25\x0a", [0x05a9] = "\x25\x0b", - [0x05aa] = "\x25\x0c", [0x05ab] = "\x25\x0d", [0x05ac] = "\x25\x0e", - [0x05ad] = "\x25\x0f", [0x05ae] = "\x25\x10", [0x05af] = "\x25\x11", - [0x05b0] = "\x25\x12", [0x05b1] = "\x25\x13", [0x05b2] = "\x25\x14", - [0x05b3] = "\x25\x15", [0x05b4] = "\x25\x16", [0x05b5] = "\x25\x17", - [0x05b6] = "\x25\x18", [0x05b7] = "\x25\x19", [0x05b8] = "\x25\x1a", - [0x05b9] = "\x25\x1b", [0x05ba] = "\x25\x1c", [0x05c0] = "\x25\x22", - [0x05c1] = "\x25\x23", [0x05c2] = "\x25\x24", [0x05c3] = "\x25\x25", - [0x05c4] = "\x25\x26", [0x05c5] = "\x25\x27", [0x05c6] = "\x25\x28", - [0x05c7] = "\x25\x29", [0x05c8] = "\x25\x2a", [0x05c9] = "\x25\x2b", - [0x05ca] = "\x25\x2c", [0x05cb] = "\x25\x2d", [0x05cc] = "\x25\x2e", - [0x05cd] = "\x25\x2f", [0x05ce] = "\x25\x30", [0x05cf] = "\x25\x31", - [0x05d0] = "\x25\x32", [0x05d1] = "\x25\x33", [0x05d2] = "\x25\x34", - [0x05d3] = "\x25\x35", [0x05d4] = "\x25\x36", [0x05d5] = "\x25\x37", - [0x05e0] = "\x25\x42", [0x05e1] = "\x25\x43", [0x05e2] = "\x25\x44", - [0x05e3] = "\x25\x45", [0x05e4] = "\x25\x46", [0x05e5] = "\x25\x47", - [0x05e6] = "\x25\x48", [0x05e7] = "\x25\x49", [0x05e8] = "\x25\x4a", - [0x05e9] = "\x25\x4b", [0x05ea] = "\x25\x4c", [0x05eb] = "\x25\x4d", - [0x05ec] = "\x25\x4e", [0x05ed] = "\x25\x4f", [0x05ee] = "\x25\x50", - [0x05ef] = "\x25\x51", [0x05f0] = "\x25\x52", [0x05f1] = "\x25\x53", - [0x05f2] = "\x25\x54", [0x05f3] = "\x25\x55", [0x05f4] = "\x25\x56", - [0x05f5] = "\x25\x57", [0x05f6] = "\x25\x58", [0x05f7] = "\x25\x59", - [0x05f8] = "\x25\x5a", [0x05f9] = "\x25\x5b", [0x05fa] = "\x25\x5c", - [0x05fb] = "\x25\x5d", [0x05fc] = "\x25\x5e", [0x05fd] = "\x25\x5f", - [0x05fe] = "\x25\x60", [0x05ff] = "\x25\x61", [0x0600] = "\x25\x62", - [0x0601] = "\x25\x63", [0x0602] = "\x25\x64", [0x0603] = "\x25\x65", - [0x0604] = "\x25\x66", [0x0605] = "\x25\x67", [0x0606] = "\x25\x68", - [0x0607] = "\x25\x69", [0x0608] = "\x25\x6a", [0x0609] = "\x25\x6b", - [0x060a] = "\x25\x6c", [0x060b] = "\x25\x6d", [0x060c] = "\x25\x6e", - [0x060d] = "\x25\x6f", [0x060e] = "\x25\x70", [0x060f] = "\x25\x71", - [0x0610] = "\x25\x72", [0x0611] = "\x25\x73", [0x0612] = "\x25\x74", - [0x0613] = "\x25\x75", [0x0614] = "\x25\x76", [0x0615] = "\x25\x77", - [0x0616] = "\x25\x78", [0x0617] = "\x25\x79", [0x0618] = "\x25\x7a", - [0x0619] = "\x25\x7b", [0x061a] = "\x25\x7c", [0x061b] = "\x25\x7d", - [0x061c] = "\x25\x7e", [0x061d] = "\x25\x7f", [0x061e] = "\x25\x80", - [0x061f] = "\x25\x81", [0x0620] = "\x25\x82", [0x0621] = "\x25\x83", - [0x0622] = "\x25\x84", [0x0623] = "\x25\x85", [0x0624] = "\x25\x86", - [0x0625] = "\x25\x87", [0x0626] = "\x25\x88", [0x0627] = "\x25\x89", - [0x0628] = "\x25\x8a", [0x0629] = "\x25\x8b", [0x062a] = "\x25\x8c", - [0x062b] = "\x25\x8d", [0x062c] = "\x25\x8e", [0x062d] = "\x25\x8f", - [0x062e] = "\x25\x90", [0x062f] = "\x25\x91", [0x0630] = "\x25\x92", - [0x0631] = "\x25\x93", [0x0632] = "\x25\x94", [0x0633] = "\x25\x95", - [0x0634] = "\x25\x96", [0x0635] = "\x25\x97", [0x0636] = "\x25\x98", - [0x0637] = "\x25\x99", [0x0638] = "\x25\x9a", [0x0639] = "\x25\x9b", - [0x063a] = "\x25\x9c", [0x063b] = "\x25\x9d", [0x063c] = "\x25\x9e", - [0x063d] = "\x25\x9f", [0x063e] = "\x25\xa0", [0x063f] = "\x25\xa1", - [0x0640] = "\x25\xa2", [0x0641] = "\x25\xa3", [0x0642] = "\x25\xa4", - [0x0643] = "\x25\xa5", [0x0644] = "\x25\xa6", [0x0645] = "\x25\xa7", - [0x0646] = "\x25\xa8", [0x0647] = "\x25\xa9", [0x0648] = "\x25\xaa", - [0x0649] = "\x25\xab", [0x064a] = "\x25\xac", [0x064b] = "\x25\xad", - [0x064c] = "\x25\xae", [0x064d] = "\x25\xaf", [0x064e] = "\x25\xb0", - [0x064f] = "\x25\xb1", [0x0650] = "\x25\xb2", [0x0651] = "\x25\xb3", - [0x0652] = "\x25\xb4", [0x0653] = "\x25\xb5", [0x0654] = "\x25\xb6", - [0x0655] = "\x25\xb7", [0x0656] = "\x25\xb8", [0x0657] = "\x25\xb9", - [0x0658] = "\x25\xba", [0x0659] = "\x25\xbb", [0x065a] = "\x25\xbc", - [0x065b] = "\x25\xbd", [0x065c] = "\x25\xbe", [0x065d] = "\x25\xbf", - [0x065e] = "\x25\xc0", [0x065f] = "\x25\xc1", [0x0660] = "\x25\xc2", - [0x0661] = "\x25\xc3", [0x0662] = "\x25\xc4", [0x0663] = "\x25\xc5", - [0x0664] = "\x25\xc6", [0x0665] = "\x25\xc7", [0x0666] = "\x25\xc8", - [0x0667] = "\x25\xc9", [0x0668] = "\x25\xca", [0x0669] = "\x25\xcb", - [0x066a] = "\x25\xcc", [0x066b] = "\x25\xcd", [0x066c] = "\x25\xce", - [0x066d] = "\x25\xcf", [0x0670] = "\x25\xd2", [0x0671] = "\x25\xd3", - [0x0672] = "\x25\xd4", [0x0673] = "\x25\xd5", [0x0674] = "\x25\xd6", - [0x0675] = "\x25\xd7", [0x0676] = "\x25\xd8", [0x0677] = "\x25\xd9", - [0x0678] = "\x25\xda", [0x0679] = "\x25\xdb", [0x067a] = "\x25\xdc", - [0x067b] = "\x25\xdd", [0x067c] = "\x25\xde", [0x067d] = "\x25\xdf", - [0x067e] = "\x25\xe0", [0x0680] = "\x25\xe2", [0x0681] = "\x25\xe3", - [0x0682] = "\x25\xe4", [0x0683] = "\x25\xe5", [0x0684] = "\x25\xe6", - [0x0685] = "\x25\xe7", [0x0686] = "\x25\xe8", [0x0687] = "\x25\xe9", - [0x0688] = "\x25\xea", [0x0689] = "\x25\xeb", [0x068a] = "\x25\xec", - [0x068b] = "\x25\xed", [0x068c] = "\x25\xee", [0x068d] = "\x25\xef", - [0x068f] = "\x25\xf1", [0x0690] = "\x25\xf2", [0x0691] = "\x25\xf3", - [0x0692] = "\x25\xf4", [0x0693] = "\x25\xf5", [0x0694] = "\x25\xf6", - [0x0695] = "\x25\xf7", [0x0696] = "\x25\xf8", [0x0697] = "\x25\xf9", - [0x0698] = "\x25\xfa", [0x0699] = "\x25\xfb", [0x069a] = "\x25\xfc", - [0x069b] = "\x25\xfd", [0x069c] = "\x25\xfe", [0x069d] = "\x25\xff", - [0x069e] = "\x26\x00", [0x069f] = "\x26\x01", [0x06a0] = "\x26\x02", - [0x06a1] = "\x26\x03", [0x06a2] = "\x26\x04", [0x06a3] = "\x26\x05", - [0x06a4] = "\x26\x06", [0x06a5] = "\x26\x07", [0x06a6] = "\x26\x08", - [0x06a7] = "\x26\x09", [0x06a8] = "\x26\x0a", [0x06a9] = "\x26\x0b", - [0x06aa] = "\x26\x0c", [0x06ab] = "\x26\x0d", [0x06ac] = "\x26\x0e", - [0x06b0] = "\x26\x12", [0x06b1] = "\x26\x13", [0x06b2] = "\x26\x14", - [0x06b3] = "\x26\x15", [0x06b4] = "\x26\x16", [0x06b5] = "\x26\x17", - [0x06b6] = "\x26\x18", [0x06b7] = "\x26\x19", [0x06b8] = "\x26\x1a", - [0x06b9] = "\x26\x1b", [0x06ba] = "\x26\x1c", [0x06bb] = "\x26\x1d", - [0x06bc] = "\x26\x1e", [0x06bd] = "\x26\x1f", [0x06be] = "\x26\x20", - [0x06bf] = "\x26\x21", [0x06c0] = "\x26\x22", [0x06c1] = "\x26\x23", - [0x06c2] = "\x26\x24", [0x06c3] = "\x26\x25", [0x06c4] = "\x26\x26", - [0x06c5] = "\x26\x27", [0x06c6] = "\x26\x28", [0x06c7] = "\x26\x29", - [0x06c8] = "\x26\x2a", [0x06c9] = "\x26\x2b", [0x06ca] = "\x26\x2c", - [0x0700] = "\x26\x62", [0x0701] = "\x26\x63", [0x0702] = "\x26\x64", - [0x0703] = "\x26\x65", [0x0704] = "\x26\x66", [0x0705] = "\x26\x67", - [0x0706] = "\x26\x68", [0x0707] = "\x26\x69", [0x0708] = "\x26\x6a", - [0x0709] = "\x26\x6b", [0x070a] = "\x26\x6c", [0x070b] = "\x26\x6d", - [0x070c] = "\x26\x6e", [0x070d] = "\x26\x6f", [0x070e] = "\x26\x70", - [0x070f] = "\x26\x71", [0x0710] = "\x26\x72", [0x0711] = "\x26\x73", - [0x0712] = "\x26\x74", [0x0713] = "\x26\x75", [0x0714] = "\x26\x76", - [0x0715] = "\x26\x77", [0x0716] = "\x26\x78", [0x0717] = "\x26\x79", - [0x0718] = "\x26\x7a", [0x0719] = "\x26\x7b", [0x071a] = "\x26\x7c", - [0x071b] = "\x26\x7d", [0x071c] = "\x26\x7e", [0x071d] = "\x26\x7f", - [0x071e] = "\x26\x80", [0x071f] = "\x26\x81", [0x0720] = "\x26\x82", - [0x0721] = "\x26\x83", [0x0722] = "\x26\x84", [0x0723] = "\x26\x85", - [0x0724] = "\x26\x86", [0x0725] = "\x26\x87", [0x0726] = "\x26\x88", - [0x0727] = "\x26\x89", [0x0728] = "\x26\x8a", [0x0729] = "\x26\x8b", - [0x072a] = "\x26\x8c", [0x072b] = "\x26\x8d", [0x072c] = "\x26\x8e", - [0x072d] = "\x26\x8f", [0x072e] = "\x26\x90", [0x072f] = "\x26\x91", - [0x0730] = "\x26\x92", [0x0731] = "\x26\x93", [0x0881] = "\x27\xe3", - [0x0882] = "\x27\xe4", [0x0883] = "\x27\xe5", [0x0885] = "\x27\xe7", - [0x0886] = "\x27\xe8", [0x0887] = "\x27\xe9", [0x0888] = "\x27\xea", - [0x0889] = "\x27\xeb", [0x088a] = "\x27\xec", [0x088b] = "\x27\xed", - [0x088c] = "\x27\xee", [0x088d] = "\x27\xef", [0x088e] = "\x27\xf0", - [0x088f] = "\x27\xf1", [0x0890] = "\x27\xf2", [0x0891] = "\x27\xf3", - [0x0892] = "\x27\xf4", [0x0893] = "\x27\xf5", [0x0894] = "\x27\xf6", - [0x0895] = "\x27\xf7", [0x0896] = "\x27\xf8", [0x0897] = "\x27\xf9", - [0x0898] = "\x27\xfa", [0x0899] = "\x27\xfb", [0x089a] = "\x27\xfc", - [0x089b] = "\x27\xfd", [0x089c] = "\x27\xfe", [0x089d] = "\x27\xff", - [0x089e] = "\x28\x00", [0x089f] = "\x28\x01", [0x08a0] = "\x28\x02", - [0x08a1] = "\x28\x03", [0x08a2] = "\x28\x04", [0x08a3] = "\x28\x05", - [0x08a4] = "\x28\x06", [0x08a5] = "\x28\x07", [0x08a6] = "\x28\x08", - [0x08a7] = "\x28\x09", [0x08a8] = "\x28\x0a", [0x08a9] = "\x28\x0b", - [0x08aa] = "\x28\x0c", [0x08ab] = "\x28\x0d", [0x08ac] = "\x28\x0e", - [0x08ad] = "\x28\x0f", [0x08ae] = "\x28\x10", [0x08af] = "\x28\x11", - [0x08b0] = "\x28\x12", [0x08b1] = "\x28\x13", [0x08b2] = "\x28\x14", - [0x08b3] = "\x28\x15", [0x08b4] = "\x28\x16", [0x08b5] = "\x28\x17", - [0x08b6] = "\x28\x18", [0x08b7] = "\x28\x19", [0x08b8] = "\x28\x1a", - [0x08b9] = "\x28\x1b", [0x08bc] = "\x28\x1e", [0x08bd] = "\x28\x1f", - [0x08be] = "\x28\x20", [0x08bf] = "\x28\x21", [0x08c0] = "\x28\x22", - [0x08c1] = "\x28\x23", [0x08c2] = "\x28\x24", [0x08c3] = "\x28\x25", - [0x08c4] = "\x28\x26", [0x08c5] = "\x28\x27", [0x08c6] = "\x28\x28", - [0x08c7] = "\x28\x29", [0x08c8] = "\x28\x2a", [0x08c9] = "\x28\x2b", - [0x08ca] = "\x28\x2c", [0x08cb] = "\x28\x2d", [0x08cc] = "\x28\x2e", - [0x08cd] = "\x28\x2f", [0x08d0] = "\x28\x32", [0x08d1] = "\x28\x33", - [0x08d2] = "\x28\x34", [0x08d3] = "\x28\x35", [0x08d4] = "\x28\x36", - [0x08d8] = "\x28\x3a", [0x08d9] = "\x28\x3b", [0x08da] = "\x28\x3c", - [0x08db] = "\x28\x3d", [0x08dc] = "\x28\x3e", [0x08dd] = "\x28\x3f", - [0x08de] = "\x28\x40", [0x08df] = "\x28\x41", [0x08e0] = "\x28\x42", - [0x08e1] = "\x28\x43", [0x08e2] = "\x28\x44", [0x08e3] = "\x28\x45", - [0x08e4] = "\x28\x46", [0x08e5] = "\x28\x47", [0x08e6] = "\x28\x48", - [0x08e7] = "\x28\x49", [0x08e8] = "\x28\x4a", [0x08e9] = "\x28\x4b", - [0x08ea] = "\x28\x4c", [0x08eb] = "\x28\x4d", [0x08ec] = "\x28\x4e", - [0x08ed] = "\x28\x4f", [0x08ee] = "\x28\x50", [0x08ef] = "\x28\x51", - [0x08f0] = "\x28\x52", [0x0901] = "\x28\x63", [0x0902] = "\x28\x64", - [0x0903] = "\x28\x65", [0x0905] = "\x28\x67", [0x0906] = "\x28\x68", - [0x0907] = "\x28\x69", [0x0908] = "\x28\x6a", [0x0909] = "\x28\x6b", - [0x090a] = "\x28\x6c", [0x090b] = "\x28\x6d", [0x090c] = "\x28\x6e", - [0x090f] = "\x28\x71", [0x0910] = "\x28\x72", [0x0913] = "\x28\x75", - [0x0914] = "\x28\x76", [0x0915] = "\x28\x77", [0x0916] = "\x28\x78", - [0x0917] = "\x28\x79", [0x0918] = "\x28\x7a", [0x0919] = "\x28\x7b", - [0x091a] = "\x28\x7c", [0x091b] = "\x28\x7d", [0x091c] = "\x28\x7e", - [0x091d] = "\x28\x7f", [0x091e] = "\x28\x80", [0x091f] = "\x28\x81", - [0x0920] = "\x28\x82", [0x0921] = "\x28\x83", [0x0922] = "\x28\x84", - [0x0923] = "\x28\x85", [0x0924] = "\x28\x86", [0x0925] = "\x28\x87", - [0x0926] = "\x28\x88", [0x0927] = "\x28\x89", [0x0928] = "\x28\x8a", - [0x092a] = "\x28\x8c", [0x092b] = "\x28\x8d", [0x092c] = "\x28\x8e", - [0x092d] = "\x28\x8f", [0x092e] = "\x28\x90", [0x092f] = "\x28\x91", - [0x0930] = "\x28\x92", [0x0932] = "\x28\x94", [0x0936] = "\x28\x98", - [0x0937] = "\x28\x99", [0x0938] = "\x28\x9a", [0x0939] = "\x28\x9b", - [0x093c] = "\x28\x9e", [0x093e] = "\x28\xa0", [0x093f] = "\x28\xa1", - [0x0940] = "\x28\xa2", [0x0941] = "\x28\xa3", [0x0942] = "\x28\xa4", - [0x0943] = "\x28\xa5", [0x0944] = "\x28\xa6", [0x0947] = "\x28\xa9", - [0x0948] = "\x28\xaa", [0x094b] = "\x28\xad", [0x094c] = "\x28\xae", - [0x094d] = "\x28\xaf", [0x0957] = "\x28\xb9", [0x095c] = "\x28\xbe", - [0x095d] = "\x28\xbf", [0x095f] = "\x28\xc1", [0x0960] = "\x28\xc2", - [0x0961] = "\x28\xc3", [0x0962] = "\x28\xc4", [0x0963] = "\x28\xc5", - [0x0966] = "\x28\xc8", [0x0967] = "\x28\xc9", [0x0968] = "\x28\xca", - [0x0969] = "\x28\xcb", [0x096a] = "\x28\xcc", [0x096b] = "\x28\xcd", - [0x096c] = "\x28\xce", [0x096d] = "\x28\xcf", [0x096e] = "\x28\xd0", - [0x096f] = "\x28\xd1", [0x0970] = "\x28\xd2", [0x0971] = "\x28\xd3", - [0x0972] = "\x28\xd4", [0x0973] = "\x28\xd5", [0x0974] = "\x28\xd6", - [0x0975] = "\x28\xd7", [0x0976] = "\x28\xd8", [0x0977] = "\x28\xd9", - [0x0978] = "\x28\xda", [0x0979] = "\x28\xdb", [0x097a] = "\x28\xdc", - [0x0982] = "\x28\xe4", [0x0985] = "\x28\xe7", [0x0986] = "\x28\xe8", - [0x0987] = "\x28\xe9", [0x0988] = "\x28\xea", [0x0989] = "\x28\xeb", - [0x098a] = "\x28\xec", [0x098f] = "\x28\xf1", [0x0990] = "\x28\xf2", - [0x0993] = "\x28\xf5", [0x0994] = "\x28\xf6", [0x0995] = "\x28\xf7", - [0x0996] = "\x28\xf8", [0x0997] = "\x28\xf9", [0x0998] = "\x28\xfa", - [0x0999] = "\x28\xfb", [0x099a] = "\x28\xfc", [0x099b] = "\x28\xfd", - [0x099c] = "\x28\xfe", [0x099d] = "\x28\xff", [0x099e] = "\x29\x00", - [0x099f] = "\x29\x01", [0x09a0] = "\x29\x02", [0x09a1] = "\x29\x03", - [0x09a2] = "\x29\x04", [0x09a3] = "\x29\x05", [0x09a4] = "\x29\x06", - [0x09a5] = "\x29\x07", [0x09a6] = "\x29\x08", [0x09a7] = "\x29\x09", - [0x09a8] = "\x29\x0a", [0x09aa] = "\x29\x0c", [0x09ab] = "\x29\x0d", - [0x09ac] = "\x29\x0e", [0x09ad] = "\x29\x0f", [0x09ae] = "\x29\x10", - [0x09af] = "\x29\x11", [0x09b0] = "\x29\x12", [0x09b2] = "\x29\x14", - [0x09b3] = "\x29\x15", [0x09b5] = "\x29\x17", [0x09b6] = "\x29\x18", - [0x09b8] = "\x29\x1a", [0x09b9] = "\x29\x1b", [0x09bc] = "\x29\x1e", - [0x09be] = "\x29\x20", [0x09bf] = "\x29\x21", [0x09c0] = "\x29\x22", - [0x09c1] = "\x29\x23", [0x09c2] = "\x29\x24", [0x09c7] = "\x29\x29", - [0x09c8] = "\x29\x2a", [0x09cb] = "\x29\x2d", [0x09cc] = "\x29\x2e", - [0x09cd] = "\x29\x2f", [0x09d9] = "\x29\x3b", [0x09da] = "\x29\x3c", - [0x09db] = "\x29\x3d", [0x09dc] = "\x29\x3e", [0x09de] = "\x29\x40", - [0x09e6] = "\x29\x48", [0x09e7] = "\x29\x49", [0x09e8] = "\x29\x4a", - [0x09e9] = "\x29\x4b", [0x09ea] = "\x29\x4c", [0x09eb] = "\x29\x4d", - [0x09ec] = "\x29\x4e", [0x09ed] = "\x29\x4f", [0x09ee] = "\x29\x50", - [0x09ef] = "\x29\x51", [0x09f0] = "\x29\x52", [0x09f1] = "\x29\x53", - [0x09f2] = "\x29\x54", [0x09f3] = "\x29\x55", [0x09f4] = "\x29\x56", - [0x0a01] = "\x29\x63", [0x0a02] = "\x29\x64", [0x0a03] = "\x29\x65", - [0x0a05] = "\x29\x67", [0x0a06] = "\x29\x68", [0x0a07] = "\x29\x69", - [0x0a08] = "\x29\x6a", [0x0a09] = "\x29\x6b", [0x0a0a] = "\x29\x6c", - [0x0a0b] = "\x29\x6d", [0x0a0d] = "\x29\x6f", [0x0a0f] = "\x29\x71", - [0x0a10] = "\x29\x72", [0x0a11] = "\x29\x73", [0x0a13] = "\x29\x75", - [0x0a14] = "\x29\x76", [0x0a15] = "\x29\x77", [0x0a16] = "\x29\x78", - [0x0a17] = "\x29\x79", [0x0a18] = "\x29\x7a", [0x0a19] = "\x29\x7b", - [0x0a1a] = "\x29\x7c", [0x0a1b] = "\x29\x7d", [0x0a1c] = "\x29\x7e", - [0x0a1d] = "\x29\x7f", [0x0a1e] = "\x29\x80", [0x0a1f] = "\x29\x81", - [0x0a20] = "\x29\x82", [0x0a21] = "\x29\x83", [0x0a22] = "\x29\x84", - [0x0a23] = "\x29\x85", [0x0a24] = "\x29\x86", [0x0a25] = "\x29\x87", - [0x0a26] = "\x29\x88", [0x0a27] = "\x29\x89", [0x0a28] = "\x29\x8a", - [0x0a2a] = "\x29\x8c", [0x0a2b] = "\x29\x8d", [0x0a2c] = "\x29\x8e", - [0x0a2d] = "\x29\x8f", [0x0a2e] = "\x29\x90", [0x0a2f] = "\x29\x91", - [0x0a30] = "\x29\x92", [0x0a32] = "\x29\x94", [0x0a33] = "\x29\x95", - [0x0a35] = "\x29\x97", [0x0a36] = "\x29\x98", [0x0a37] = "\x29\x99", - [0x0a38] = "\x29\x9a", [0x0a39] = "\x29\x9b", [0x0a3c] = "\x29\x9e", - [0x0a3d] = "\x29\x9f", [0x0a3e] = "\x29\xa0", [0x0a3f] = "\x29\xa1", - [0x0a40] = "\x29\xa2", [0x0a41] = "\x29\xa3", [0x0a42] = "\x29\xa4", - [0x0a43] = "\x29\xa5", [0x0a44] = "\x29\xa6", [0x0a45] = "\x29\xa7", - [0x0a47] = "\x29\xa9", [0x0a48] = "\x29\xaa", [0x0a49] = "\x29\xab", - [0x0a4b] = "\x29\xad", [0x0a4c] = "\x29\xae", [0x0a4d] = "\x29\xaf", - [0x0a50] = "\x29\xb2", [0x0a60] = "\x29\xc2", [0x0a66] = "\x29\xc8", - [0x0a67] = "\x29\xc9", [0x0a68] = "\x29\xca", [0x0a69] = "\x29\xcb", - [0x0a6a] = "\x29\xcc", [0x0a6b] = "\x29\xcd", [0x0a6c] = "\x29\xce", - [0x0a6d] = "\x29\xcf", [0x0a6e] = "\x29\xd0", [0x0a6f] = "\x29\xd1", - [0x0a81] = "\x29\xe3", [0x0a82] = "\x29\xe4", [0x0a83] = "\x29\xe5", - [0x0a85] = "\x29\xe7", [0x0a86] = "\x29\xe8", [0x0a87] = "\x29\xe9", - [0x0a88] = "\x29\xea", [0x0a89] = "\x29\xeb", [0x0a8a] = "\x29\xec", - [0x0a8b] = "\x29\xed", [0x0a8c] = "\x29\xee", [0x0a8f] = "\x29\xf1", - [0x0a90] = "\x29\xf2", [0x0a93] = "\x29\xf5", [0x0a94] = "\x29\xf6", - [0x0a95] = "\x29\xf7", [0x0a96] = "\x29\xf8", [0x0a97] = "\x29\xf9", - [0x0a98] = "\x29\xfa", [0x0a99] = "\x29\xfb", [0x0a9a] = "\x29\xfc", - [0x0a9b] = "\x29\xfd", [0x0a9c] = "\x29\xfe", [0x0a9d] = "\x29\xff", - [0x0a9e] = "\x2a\x00", [0x0a9f] = "\x2a\x01", [0x0aa0] = "\x2a\x02", - [0x0aa1] = "\x2a\x03", [0x0aa2] = "\x2a\x04", [0x0aa3] = "\x2a\x05", - [0x0aa4] = "\x2a\x06", [0x0aa5] = "\x2a\x07", [0x0aa6] = "\x2a\x08", - [0x0aa7] = "\x2a\x09", [0x0aa8] = "\x2a\x0a", [0x0aaa] = "\x2a\x0c", - [0x0aab] = "\x2a\x0d", [0x0aac] = "\x2a\x0e", [0x0aad] = "\x2a\x0f", - [0x0aae] = "\x2a\x10", [0x0aaf] = "\x2a\x11", [0x0ab0] = "\x2a\x12", - [0x0ab2] = "\x2a\x14", [0x0ab3] = "\x2a\x15", [0x0ab6] = "\x2a\x18", - [0x0ab7] = "\x2a\x19", [0x0ab8] = "\x2a\x1a", [0x0ab9] = "\x2a\x1b", - [0x0abc] = "\x2a\x1e", [0x0abd] = "\x2a\x1f", [0x0abe] = "\x2a\x20", - [0x0abf] = "\x2a\x21", [0x0ac0] = "\x2a\x22", [0x0ac1] = "\x2a\x23", - [0x0ac2] = "\x2a\x24", [0x0ac3] = "\x2a\x25", [0x0ac7] = "\x2a\x29", - [0x0ac8] = "\x2a\x2a", [0x0acb] = "\x2a\x2d", [0x0acc] = "\x2a\x2e", - [0x0acd] = "\x2a\x2f", [0x0ad6] = "\x2a\x38", [0x0ad7] = "\x2a\x39", - [0x0adc] = "\x2a\x3e", [0x0add] = "\x2a\x3f", [0x0adf] = "\x2a\x41", - [0x0ae0] = "\x2a\x42", [0x0ae1] = "\x2a\x43", [0x0ae6] = "\x2a\x48", - [0x0ae7] = "\x2a\x49", [0x0ae8] = "\x2a\x4a", [0x0ae9] = "\x2a\x4b", - [0x0aea] = "\x2a\x4c", [0x0aeb] = "\x2a\x4d", [0x0aec] = "\x2a\x4e", - [0x0aed] = "\x2a\x4f", [0x0aee] = "\x2a\x50", [0x0aef] = "\x2a\x51", - [0x0af0] = "\x2a\x52", [0x0b02] = "\x2a\x64", [0x0b03] = "\x2a\x65", - [0x0b05] = "\x2a\x67", [0x0b06] = "\x2a\x68", [0x0b07] = "\x2a\x69", - [0x0b08] = "\x2a\x6a", [0x0b09] = "\x2a\x6b", [0x0b0a] = "\x2a\x6c", - [0x0b0e] = "\x2a\x70", [0x0b0f] = "\x2a\x71", [0x0b10] = "\x2a\x72", - [0x0b12] = "\x2a\x74", [0x0b13] = "\x2a\x75", [0x0b14] = "\x2a\x76", - [0x0b15] = "\x2a\x77", [0x0b19] = "\x2a\x7b", [0x0b1a] = "\x2a\x7c", - [0x0b1c] = "\x2a\x7e", [0x0b1e] = "\x2a\x80", [0x0b1f] = "\x2a\x81", - [0x0b23] = "\x2a\x85", [0x0b24] = "\x2a\x86", [0x0b28] = "\x2a\x8a", - [0x0b29] = "\x2a\x8b", [0x0b2a] = "\x2a\x8c", [0x0b2e] = "\x2a\x90", - [0x0b2f] = "\x2a\x91", [0x0b30] = "\x2a\x92", [0x0b31] = "\x2a\x93", - [0x0b32] = "\x2a\x94", [0x0b33] = "\x2a\x95", [0x0b34] = "\x2a\x96", - [0x0b35] = "\x2a\x97", [0x0b37] = "\x2a\x99", [0x0b38] = "\x2a\x9a", - [0x0b39] = "\x2a\x9b", [0x0b3e] = "\x2a\xa0", [0x0b3f] = "\x2a\xa1", - [0x0b40] = "\x2a\xa2", [0x0b41] = "\x2a\xa3", [0x0b42] = "\x2a\xa4", - [0x0b46] = "\x2a\xa8", [0x0b47] = "\x2a\xa9", [0x0b48] = "\x2a\xaa", - [0x0b4a] = "\x2a\xac", [0x0b4b] = "\x2a\xad", [0x0b4c] = "\x2a\xae", - [0x0b4d] = "\x2a\xaf", [0x0b57] = "\x2a\xb9", [0x0b67] = "\x2a\xc9", - [0x0b68] = "\x2a\xca", [0x0b69] = "\x2a\xcb", [0x0b6a] = "\x2a\xcc", - [0x0b6b] = "\x2a\xcd", [0x0b6c] = "\x2a\xce", [0x0b6d] = "\x2a\xcf", - [0x0b6e] = "\x2a\xd0", [0x0b6f] = "\x2a\xd1", [0x0b70] = "\x2a\xd2", - [0x0b71] = "\x2a\xd3", [0x0b72] = "\x2a\xd4", [0x0b81] = "\x2a\xe3", - [0x0b82] = "\x2a\xe4", [0x0b83] = "\x2a\xe5", [0x0b85] = "\x2a\xe7", - [0x0b86] = "\x2a\xe8", [0x0b87] = "\x2a\xe9", [0x0b88] = "\x2a\xea", - [0x0b89] = "\x2a\xeb", [0x0b8a] = "\x2a\xec", [0x0b8b] = "\x2a\xed", - [0x0b8c] = "\x2a\xee", [0x0b8e] = "\x2a\xf0", [0x0b8f] = "\x2a\xf1", - [0x0b90] = "\x2a\xf2", [0x0b92] = "\x2a\xf4", [0x0b93] = "\x2a\xf5", - [0x0b94] = "\x2a\xf6", [0x0b95] = "\x2a\xf7", [0x0b96] = "\x2a\xf8", - [0x0b97] = "\x2a\xf9", [0x0b98] = "\x2a\xfa", [0x0b99] = "\x2a\xfb", - [0x0b9a] = "\x2a\xfc", [0x0b9b] = "\x2a\xfd", [0x0b9c] = "\x2a\xfe", - [0x0b9d] = "\x2a\xff", [0x0b9e] = "\x2b\x00", [0x0b9f] = "\x2b\x01", - [0x0ba0] = "\x2b\x02", [0x0ba1] = "\x2b\x03", [0x0ba2] = "\x2b\x04", - [0x0ba3] = "\x2b\x05", [0x0ba4] = "\x2b\x06", [0x0ba5] = "\x2b\x07", - [0x0ba6] = "\x2b\x08", [0x0ba7] = "\x2b\x09", [0x0ba8] = "\x2b\x0a", - [0x0baa] = "\x2b\x0c", [0x0bab] = "\x2b\x0d", [0x0bac] = "\x2b\x0e", - [0x0bad] = "\x2b\x0f", [0x0bae] = "\x2b\x10", [0x0baf] = "\x2b\x11", - [0x0bb0] = "\x2b\x12", [0x0bb1] = "\x2b\x13", [0x0bb2] = "\x2b\x14", - [0x0bb3] = "\x2b\x15", [0x0bb5] = "\x2b\x17", [0x0bb6] = "\x2b\x18", - [0x0bb7] = "\x2b\x19", [0x0bb8] = "\x2b\x1a", [0x0bb9] = "\x2b\x1b", - [0x0bbe] = "\x2b\x20", [0x0bbf] = "\x2b\x21", [0x0bc0] = "\x2b\x22", - [0x0bc1] = "\x2b\x23", [0x0bc2] = "\x2b\x24", [0x0bc3] = "\x2b\x25", - [0x0bc4] = "\x2b\x26", [0x0bc6] = "\x2b\x28", [0x0bc7] = "\x2b\x29", - [0x0bc8] = "\x2b\x2a", [0x0bca] = "\x2b\x2c", [0x0bcb] = "\x2b\x2d", - [0x0bcc] = "\x2b\x2e", [0x0bcd] = "\x2b\x2f", [0x0bd5] = "\x2b\x37", - [0x0bd6] = "\x2b\x38", [0x0be0] = "\x2b\x42", [0x0be1] = "\x2b\x43", - [0x0be6] = "\x2b\x48", [0x0be7] = "\x2b\x49", [0x0be8] = "\x2b\x4a", - [0x0be9] = "\x2b\x4b", [0x0bea] = "\x2b\x4c", [0x0beb] = "\x2b\x4d", - [0x0bec] = "\x2b\x4e", [0x0bed] = "\x2b\x4f", [0x0bee] = "\x2b\x50", - [0x0bef] = "\x2b\x51", [0x0c02] = "\x2b\x64", [0x0c03] = "\x2b\x65", - [0x0c05] = "\x2b\x67", [0x0c06] = "\x2b\x68", [0x0c07] = "\x2b\x69", - [0x0c08] = "\x2b\x6a", [0x0c09] = "\x2b\x6b", [0x0c0a] = "\x2b\x6c", - [0x0c0b] = "\x2b\x6d", [0x0c0c] = "\x2b\x6e", [0x0c0e] = "\x2b\x70", - [0x0c0f] = "\x2b\x71", [0x0c10] = "\x2b\x72", [0x0c12] = "\x2b\x74", - [0x0c13] = "\x2b\x75", [0x0c14] = "\x2b\x76", [0x0c15] = "\x2b\x77", - [0x0c16] = "\x2b\x78", [0x0c17] = "\x2b\x79", [0x0c18] = "\x2b\x7a", - [0x0c19] = "\x2b\x7b", [0x0c1a] = "\x2b\x7c", [0x0c1b] = "\x2b\x7d", - [0x0c1c] = "\x2b\x7e", [0x0c1d] = "\x2b\x7f", [0x0c1e] = "\x2b\x80", - [0x0c1f] = "\x2b\x81", [0x0c20] = "\x2b\x82", [0x0c21] = "\x2b\x83", - [0x0c22] = "\x2b\x84", [0x0c23] = "\x2b\x85", [0x0c24] = "\x2b\x86", - [0x0c25] = "\x2b\x87", [0x0c26] = "\x2b\x88", [0x0c27] = "\x2b\x89", - [0x0c28] = "\x2b\x8a", [0x0c2a] = "\x2b\x8c", [0x0c2b] = "\x2b\x8d", - [0x0c2c] = "\x2b\x8e", [0x0c2d] = "\x2b\x8f", [0x0c2e] = "\x2b\x90", - [0x0c2f] = "\x2b\x91", [0x0c30] = "\x2b\x92", [0x0c31] = "\x2b\x93", - [0x0c32] = "\x2b\x94", [0x0c33] = "\x2b\x95", [0x0c35] = "\x2b\x97", - [0x0c36] = "\x2b\x98", [0x0c37] = "\x2b\x99", [0x0c38] = "\x2b\x9a", - [0x0c39] = "\x2b\x9b", [0x0c3e] = "\x2b\xa0", [0x0c3f] = "\x2b\xa1", - [0x0c40] = "\x2b\xa2", [0x0c41] = "\x2b\xa3", [0x0c42] = "\x2b\xa4", - [0x0c43] = "\x2b\xa5", [0x0c44] = "\x2b\xa6", [0x0c46] = "\x2b\xa8", - [0x0c47] = "\x2b\xa9", [0x0c48] = "\x2b\xaa", [0x0c4a] = "\x2b\xac", - [0x0c4b] = "\x2b\xad", [0x0c4c] = "\x2b\xae", [0x0c4d] = "\x2b\xaf", - [0x0c55] = "\x2b\xb7", [0x0c56] = "\x2b\xb8", [0x0c5e] = "\x2b\xc0", - [0x0c60] = "\x2b\xc2", [0x0c61] = "\x2b\xc3", [0x0c66] = "\x2b\xc8", - [0x0c67] = "\x2b\xc9", [0x0c68] = "\x2b\xca", [0x0c69] = "\x2b\xcb", - [0x0c6a] = "\x2b\xcc", [0x0c6b] = "\x2b\xcd", [0x0c6c] = "\x2b\xce", - [0x0c6d] = "\x2b\xcf", [0x0c6e] = "\x2b\xd0", [0x0c6f] = "\x2b\xd1", - [0x0c82] = "\x2b\xe4", [0x0c83] = "\x2b\xe5", [0x0c85] = "\x2b\xe7", - [0x0c86] = "\x2b\xe8", [0x0c87] = "\x2b\xe9", [0x0c88] = "\x2b\xea", - [0x0c89] = "\x2b\xeb", [0x0c8a] = "\x2b\xec", [0x0c8b] = "\x2b\xed", - [0x0c8c] = "\x2b\xee", [0x0c8e] = "\x2b\xf0", [0x0c8f] = "\x2b\xf1", - [0x0c90] = "\x2b\xf2", [0x0c92] = "\x2b\xf4", [0x0c93] = "\x2b\xf5", - [0x0c94] = "\x2b\xf6", [0x0c95] = "\x2b\xf7", [0x0c96] = "\x2b\xf8", - [0x0c97] = "\x2b\xf9", [0x0c98] = "\x2b\xfa", [0x0c99] = "\x2b\xfb", - [0x0c9a] = "\x2b\xfc", [0x0c9b] = "\x2b\xfd", [0x0c9c] = "\x2b\xfe", - [0x0c9d] = "\x2b\xff", [0x0c9e] = "\x2c\x00", [0x0c9f] = "\x2c\x01", - [0x0ca0] = "\x2c\x02", [0x0ca1] = "\x2c\x03", [0x0ca2] = "\x2c\x04", - [0x0ca3] = "\x2c\x05", [0x0ca4] = "\x2c\x06", [0x0ca5] = "\x2c\x07", - [0x0ca6] = "\x2c\x08", [0x0ca7] = "\x2c\x09", [0x0ca8] = "\x2c\x0a", - [0x0caa] = "\x2c\x0c", [0x0cab] = "\x2c\x0d", [0x0cac] = "\x2c\x0e", - [0x0cad] = "\x2c\x0f", [0x0cae] = "\x2c\x10", [0x0caf] = "\x2c\x11", - [0x0cb0] = "\x2c\x12", [0x0cb1] = "\x2c\x13", [0x0cb2] = "\x2c\x14", - [0x0cb3] = "\x2c\x15", [0x0cb4] = "\x2c\x16", [0x0cb5] = "\x2c\x17", - [0x0cb6] = "\x2c\x18", [0x0cb7] = "\x2c\x19", [0x0cb8] = "\x2c\x1a", - [0x0cb9] = "\x2c\x1b", [0x0cbe] = "\x2c\x20", [0x0cbf] = "\x2c\x21", - [0x0cc0] = "\x2c\x22", [0x0cc1] = "\x2c\x23", [0x0cc2] = "\x2c\x24", - [0x0cc3] = "\x2c\x25", [0x0cc6] = "\x2c\x28", [0x0cc7] = "\x2c\x29", - [0x0cc8] = "\x2c\x2a", [0x0cca] = "\x2c\x2c", [0x0ccb] = "\x2c\x2d", - [0x0ccc] = "\x2c\x2e", [0x0ccd] = "\x2c\x2f", [0x0cd7] = "\x2c\x39", - [0x0ce0] = "\x2c\x42", [0x0ce1] = "\x2c\x43", [0x0ce6] = "\x2c\x48", - [0x0ce7] = "\x2c\x49", [0x0ce8] = "\x2c\x4a", [0x0ce9] = "\x2c\x4b", - [0x0cea] = "\x2c\x4c", [0x0ceb] = "\x2c\x4d", [0x0cec] = "\x2c\x4e", - [0x0ced] = "\x2c\x4f", [0x0cee] = "\x2c\x50", [0x0cef] = "\x2c\x51", - [0x0d02] = "\x2c\x64", [0x0d03] = "\x2c\x65", [0x0d05] = "\x2c\x67", - [0x0d06] = "\x2c\x68", [0x0d07] = "\x2c\x69", [0x0d08] = "\x2c\x6a", - [0x0d09] = "\x2c\x6b", [0x0d0a] = "\x2c\x6c", [0x0d0b] = "\x2c\x6d", - [0x0d0c] = "\x2c\x6e", [0x0d0d] = "\x2c\x6f", [0x0d0e] = "\x2c\x70", - [0x0d0f] = "\x2c\x71", [0x0d10] = "\x2c\x72", [0x0d11] = "\x2c\x73", - [0x0d12] = "\x2c\x74", [0x0d13] = "\x2c\x75", [0x0d14] = "\x2c\x76", - [0x0d15] = "\x2c\x77", [0x0d16] = "\x2c\x78", [0x0d1a] = "\x2c\x7c", - [0x0d1b] = "\x2c\x7d", [0x0d1c] = "\x2c\x7e", [0x0d1d] = "\x2c\x7f", - [0x0d1e] = "\x2c\x80", [0x0d1f] = "\x2c\x81", [0x0d20] = "\x2c\x82", - [0x0d21] = "\x2c\x83", [0x0d22] = "\x2c\x84", [0x0d23] = "\x2c\x85", - [0x0d24] = "\x2c\x86", [0x0d25] = "\x2c\x87", [0x0d26] = "\x2c\x88", - [0x0d27] = "\x2c\x89", [0x0d28] = "\x2c\x8a", [0x0d29] = "\x2c\x8b", - [0x0d2a] = "\x2c\x8c", [0x0d2b] = "\x2c\x8d", [0x0d2c] = "\x2c\x8e", - [0x0d2d] = "\x2c\x8f", [0x0d2e] = "\x2c\x90", [0x0d2f] = "\x2c\x91", - [0x0d30] = "\x2c\x92", [0x0d31] = "\x2c\x93", [0x0d33] = "\x2c\x95", - [0x0d34] = "\x2c\x96", [0x0d35] = "\x2c\x97", [0x0d36] = "\x2c\x98", - [0x0d37] = "\x2c\x99", [0x0d38] = "\x2c\x9a", [0x0d39] = "\x2c\x9b", - [0x0d3a] = "\x2c\x9c", [0x0d3b] = "\x2c\x9d", [0x0d3d] = "\x2c\x9f", - [0x0d40] = "\x2c\xa2", [0x0d41] = "\x2c\xa3", [0x0d42] = "\x2c\xa4", - [0x0d43] = "\x2c\xa5", [0x0d44] = "\x2c\xa6", [0x0d45] = "\x2c\xa7", - [0x0d46] = "\x2c\xa8", [0x0d4a] = "\x2c\xac", [0x0d4f] = "\x2c\xb1", - [0x0d50] = "\x2c\xb2", [0x0d51] = "\x2c\xb3", [0x0d52] = "\x2c\xb4", - [0x0d53] = "\x2c\xb5", [0x0d54] = "\x2c\xb6", [0x0d56] = "\x2c\xb8", - [0x0d58] = "\x2c\xba", [0x0d59] = "\x2c\xbb", [0x0d5a] = "\x2c\xbc", - [0x0d5b] = "\x2c\xbd", [0x0d5c] = "\x2c\xbe", [0x0d5d] = "\x2c\xbf", - [0x0d5e] = "\x2c\xc0", [0x0d5f] = "\x2c\xc1", [0x0d72] = "\x2c\xd4", - [0x0d73] = "\x2c\xd5", [0x0d74] = "\x2c\xd6", [0x0d81] = "\x2c\xe3", - [0x0d82] = "\x2c\xe4", [0x0d83] = "\x2c\xe5", [0x0d84] = "\x2c\xe6", - [0x0d85] = "\x2c\xe7", [0x0d86] = "\x2c\xe8", [0x0d87] = "\x2c\xe9", - [0x0d88] = "\x2c\xea", [0x0d89] = "\x2c\xeb", [0x0d8a] = "\x2c\xec", - [0x0d8b] = "\x2c\xed", [0x0d8c] = "\x2c\xee", [0x0d8d] = "\x2c\xef", - [0x0d8e] = "\x2c\xf0", [0x0d8f] = "\x2c\xf1", [0x0d90] = "\x2c\xf2", - [0x0d91] = "\x2c\xf3", [0x0d92] = "\x2c\xf4", [0x0d93] = "\x2c\xf5", - [0x0d94] = "\x2c\xf6", [0x0d95] = "\x2c\xf7", [0x0d96] = "\x2c\xf8", - [0x0d97] = "\x2c\xf9", [0x0d98] = "\x2c\xfa", [0x0d99] = "\x2c\xfb", - [0x0d9a] = "\x2c\xfc", [0x0d9b] = "\x2c\xfd", [0x0d9c] = "\x2c\xfe", - [0x0d9d] = "\x2c\xff", [0x0d9e] = "\x2d\x00", [0x0d9f] = "\x2d\x01", - [0x0da0] = "\x2d\x02", [0x0da1] = "\x2d\x03", [0x0da2] = "\x2d\x04", - [0x0da3] = "\x2d\x05", [0x0da4] = "\x2d\x06", [0x0da5] = "\x2d\x07", - [0x0da6] = "\x2d\x08", [0x0da7] = "\x2d\x09", [0x0da8] = "\x2d\x0a", - [0x0da9] = "\x2d\x0b", [0x0daa] = "\x2d\x0c", [0x0dab] = "\x2d\x0d", - [0x0dac] = "\x2d\x0e", [0x0dad] = "\x2d\x0f", [0x0dae] = "\x2d\x10", - [0x0daf] = "\x2d\x11", [0x0db0] = "\x2d\x12", [0x0db1] = "\x2d\x13", - [0x0db2] = "\x2d\x14", [0x0db3] = "\x2d\x15", [0x0db4] = "\x2d\x16", - [0x0db5] = "\x2d\x17", [0x0db6] = "\x2d\x18", [0x0db7] = "\x2d\x19", - [0x0db8] = "\x2d\x1a", [0x0db9] = "\x2d\x1b", [0x0dba] = "\x2d\x1c", - [0x0dbf] = "\x2d\x21", [0x0dc0] = "\x2d\x22", [0x0dc1] = "\x2d\x23", - [0x0dc2] = "\x2d\x24", [0x0dc3] = "\x2d\x25", [0x0dc4] = "\x2d\x26", - [0x0dc5] = "\x2d\x27", [0x0dc6] = "\x2d\x28", [0x0dc7] = "\x2d\x29", - [0x0dc8] = "\x2d\x2a", [0x0dc9] = "\x2d\x2b", [0x0dca] = "\x2d\x2c", - [0x0dcb] = "\x2d\x2d", [0x0dcc] = "\x2d\x2e", [0x0dcd] = "\x2d\x2f", - [0x0dce] = "\x2d\x30", [0x0dcf] = "\x2d\x31", [0x0dd0] = "\x2d\x32", - [0x0dd1] = "\x2d\x33", [0x0dd2] = "\x2d\x34", [0x0dd3] = "\x2d\x35", - [0x0dd4] = "\x2d\x36", [0x0dd5] = "\x2d\x37", [0x0dd6] = "\x2d\x38", - [0x0dd7] = "\x2d\x39", [0x0dd8] = "\x2d\x3a", [0x0dd9] = "\x2d\x3b", - [0x0dda] = "\x2d\x3c", [0x0ddb] = "\x2d\x3d", [0x0e01] = "\x2d\x63", - [0x0e02] = "\x2d\x64", [0x0e04] = "\x2d\x66", [0x0e07] = "\x2d\x69", - [0x0e08] = "\x2d\x6a", [0x0e0a] = "\x2d\x6c", [0x0e0d] = "\x2d\x6f", - [0x0e14] = "\x2d\x76", [0x0e15] = "\x2d\x77", [0x0e16] = "\x2d\x78", - [0x0e17] = "\x2d\x79", [0x0e19] = "\x2d\x7b", [0x0e1a] = "\x2d\x7c", - [0x0e1b] = "\x2d\x7d", [0x0e1c] = "\x2d\x7e", [0x0e1d] = "\x2d\x7f", - [0x0e1e] = "\x2d\x80", [0x0e1f] = "\x2d\x81", [0x0e21] = "\x2d\x83", - [0x0e22] = "\x2d\x84", [0x0e23] = "\x2d\x85", [0x0e25] = "\x2d\x87", - [0x0e27] = "\x2d\x89", [0x0e2a] = "\x2d\x8c", [0x0e2b] = "\x2d\x8d", - [0x0e2d] = "\x2d\x8f", [0x0e2e] = "\x2d\x90", [0x0e2f] = "\x2d\x91", - [0x0e30] = "\x2d\x92", [0x0e31] = "\x2d\x93", [0x0e32] = "\x2d\x94", - [0x0e33] = "\x2d\x95", [0x0e34] = "\x2d\x96", [0x0e35] = "\x2d\x97", - [0x0e36] = "\x2d\x98", [0x0e37] = "\x2d\x99", [0x0e38] = "\x2d\x9a", - [0x0e39] = "\x2d\x9b", [0x0e3b] = "\x2d\x9d", [0x0e3c] = "\x2d\x9e", - [0x0e3d] = "\x2d\x9f", [0x0e40] = "\x2d\xa2", [0x0e41] = "\x2d\xa3", - [0x0e42] = "\x2d\xa4", [0x0e43] = "\x2d\xa5", [0x0e44] = "\x2d\xa6", - [0x0e46] = "\x2d\xa8", [0x0e48] = "\x2d\xaa", [0x0e49] = "\x2d\xab", - [0x0e4a] = "\x2d\xac", [0x0e4b] = "\x2d\xad", [0x0e4c] = "\x2d\xae", - [0x0e4d] = "\x2d\xaf", [0x0e50] = "\x2d\xb2", [0x0e51] = "\x2d\xb3", - [0x0e52] = "\x2d\xb4", [0x0e53] = "\x2d\xb5", [0x0e54] = "\x2d\xb6", - [0x0e55] = "\x2d\xb7", [0x0e56] = "\x2d\xb8", [0x0e57] = "\x2d\xb9", - [0x0e58] = "\x2d\xba", [0x0e59] = "\x2d\xbb", [0x0e5c] = "\x2d\xbe", - [0x0e5d] = "\x2d\xbf", [0x0e80] = "\x2d\xe2", [0x0e81] = "\x2d\xe3", - [0x0e82] = "\x2d\xe4", [0x0e83] = "\x2d\xe5", [0x0e84] = "\x2d\xe6", - [0x0e85] = "\x2d\xe7", [0x0e86] = "\x2d\xe8", [0x0e87] = "\x2d\xe9", - [0x0e88] = "\x2d\xea", [0x0e89] = "\x2d\xeb", [0x0e8a] = "\x2d\xec", - [0x0e8b] = "\x2d\xed", [0x0e8c] = "\x2d\xee", [0x0e8d] = "\x2d\xef", - [0x0e8e] = "\x2d\xf0", [0x0e8f] = "\x2d\xf1", [0x0e90] = "\x2d\xf2", - [0x0e91] = "\x2d\xf3", [0x0e92] = "\x2d\xf4", [0x0e93] = "\x2d\xf5", - [0x0e94] = "\x2d\xf6", [0x0e95] = "\x2d\xf7", [0x0e96] = "\x2d\xf8", - [0x0e97] = "\x2d\xf9", [0x0e98] = "\x2d\xfa", [0x0e99] = "\x2d\xfb", - [0x0e9a] = "\x2d\xfc", [0x0e9b] = "\x2d\xfd", [0x0e9c] = "\x2d\xfe", - [0x0e9d] = "\x2d\xff", [0x0e9e] = "\x2e\x00", [0x0e9f] = "\x2e\x01", - [0x0ea0] = "\x2e\x02", [0x0ea1] = "\x2e\x03", [0x0ea2] = "\x2e\x04", - [0x0ea3] = "\x2e\x05", [0x0ea4] = "\x2e\x06", [0x0ea5] = "\x2e\x07", - [0x0ea6] = "\x2e\x08", [0x0ea7] = "\x2e\x09", [0x0ea8] = "\x2e\x0a", - [0x0ea9] = "\x2e\x0b", [0x0eaa] = "\x2e\x0c", [0x0eab] = "\x2e\x0d", - [0x0eac] = "\x2e\x0e", [0x0ead] = "\x2e\x0f", [0x0eae] = "\x2e\x10", - [0x0eaf] = "\x2e\x11", [0x0eb0] = "\x2e\x12", [0x0eb1] = "\x2e\x13", - [0x0eb2] = "\x2e\x14", [0x0eb3] = "\x2e\x15", [0x0eb4] = "\x2e\x16", - [0x0eb5] = "\x2e\x17", [0x0eb6] = "\x2e\x18", [0x0eb7] = "\x2e\x19", - [0x0eb8] = "\x2e\x1a", [0x0eb9] = "\x2e\x1b", [0x0eba] = "\x2e\x1c", - [0x0ebb] = "\x2e\x1d", [0x0ebc] = "\x2e\x1e", [0x0ebd] = "\x2e\x1f", - [0x0ebe] = "\x2e\x20", [0x0ebf] = "\x2e\x21", [0x0ec0] = "\x2e\x22", - [0x0ec1] = "\x2e\x23", [0x0ec2] = "\x2e\x24", [0x0ec3] = "\x2e\x25", - [0x0ec4] = "\x2e\x26", [0x0ec5] = "\x2e\x27", [0x0ec6] = "\x2e\x28", - [0x0ec7] = "\x2e\x29", [0x0ec9] = "\x2e\x2b", [0x0eca] = "\x2e\x2c", - [0x0ecb] = "\x2e\x2d", [0x0ecc] = "\x2e\x2e", [0x0ecd] = "\x2e\x2f", - [0x0ece] = "\x2e\x30", [0x0ecf] = "\x2e\x31", [0x0ed0] = "\x2e\x32", - [0x0ed1] = "\x2e\x33", [0x0ed2] = "\x2e\x34", [0x0ed3] = "\x2e\x35", - [0x0ed4] = "\x2e\x36", [0x0ed5] = "\x2e\x37", [0x0ed6] = "\x2e\x38", - [0x0ed7] = "\x2e\x39", [0x0ed8] = "\x2e\x3a", [0x0ed9] = "\x2e\x3b", - [0x0eda] = "\x2e\x3c", [0x0edb] = "\x2e\x3d", [0x0edc] = "\x2e\x3e", - [0x0edd] = "\x2e\x3f", [0x0ede] = "\x2e\x40", [0x0edf] = "\x2e\x41", - [0x0ee0] = "\x2e\x42", [0x0ee1] = "\x2e\x43", [0x0ee2] = "\x2e\x44", - [0x0ee3] = "\x2e\x45", [0x0ee4] = "\x2e\x46", [0x0ee5] = "\x2e\x47", - [0x0ee6] = "\x2e\x48", [0x0ee7] = "\x2e\x49", [0x0ee8] = "\x2e\x4a", - [0x0ee9] = "\x2e\x4b", [0x0eea] = "\x2e\x4c", [0x0ef1] = "\x2e\x53", - [0x0ef2] = "\x2e\x54", [0x0ef3] = "\x2e\x55", [0x0ef4] = "\x2e\x56", - [0x0ef5] = "\x2e\x57", [0x0ef6] = "\x2e\x58", [0x0ef7] = "\x2e\x59", - [0x0ef8] = "\x2e\x5a", [0x0ef9] = "\x2e\x5b", [0x0efa] = "\x2e\x5c", - [0x0efb] = "\x2e\x5d", [0x0efc] = "\x2e\x5e", [0x0efd] = "\x2e\x5f", - [0x0efe] = "\x2e\x60", [0x0eff] = "\x2e\x61", [0x0f00] = "\x2e\x62", - [0x0f01] = "\x2e\x63", [0x0f02] = "\x2e\x64", [0x0f03] = "\x2e\x65", - [0x0f04] = "\x2e\x66", [0x0f05] = "\x2e\x67", [0x0f06] = "\x2e\x68", - [0x0f07] = "\x2e\x69", [0x0f08] = "\x2e\x6a", [0x0f09] = "\x2e\x6b", - [0x0f0a] = "\x2e\x6c", [0x0f0b] = "\x2e\x6d", [0x0f10] = "\x2e\x72", - [0x0f11] = "\x2e\x73", [0x0f12] = "\x2e\x74", [0x0f13] = "\x2e\x75", - [0x0f14] = "\x2e\x76", [0x0f15] = "\x2e\x77", [0x0f16] = "\x2e\x78", - [0x0f17] = "\x2e\x79", [0x0f19] = "\x2e\x7b", [0x0f1a] = "\x2e\x7c", - [0x0f1b] = "\x2e\x7d", [0x0f1c] = "\x2e\x7e", [0x0f1d] = "\x2e\x7f", - [0x0f1e] = "\x2e\x80", [0x0f1f] = "\x2e\x81", [0x0f20] = "\x2e\x82", - [0x0f21] = "\x2e\x83", [0x0f22] = "\x2e\x84", [0x0f23] = "\x2e\x85", - [0x0f24] = "\x2e\x86", [0x0f25] = "\x2e\x87", [0x0f26] = "\x2e\x88", - [0x0f27] = "\x2e\x89", [0x0f28] = "\x2e\x8a", [0x0f29] = "\x2e\x8b", - [0x0f2a] = "\x2e\x8c", [0x0f2b] = "\x2e\x8d", [0x0f2c] = "\x2e\x8e", - [0x0f2d] = "\x2e\x8f", [0x0f2e] = "\x2e\x90", [0x0f2f] = "\x2e\x91", - [0x0f30] = "\x2e\x92", [0x0f31] = "\x2e\x93", [0x0f32] = "\x2e\x94", - [0x0f33] = "\x2e\x95", [0x0f34] = "\x2e\x96", [0x0f35] = "\x2e\x97", - [0x0f36] = "\x2e\x98", [0x0f37] = "\x2e\x99", [0x0f38] = "\x2e\x9a", - [0x0f39] = "\x2e\x9b", [0x0f3a] = "\x2e\x9c", [0x0f3b] = "\x2e\x9d", - [0x0f3c] = "\x2e\x9e", [0x0f3e] = "\x2e\xa0", [0x0f3f] = "\x2e\xa1", - [0x0f40] = "\x2e\xa2", [0x0f41] = "\x2e\xa3", [0x0f42] = "\x2e\xa4", - [0x0f43] = "\x2e\xa5", [0x0f44] = "\x2e\xa6", [0x0f45] = "\x2e\xa7", - [0x0f46] = "\x2e\xa8", [0x0f47] = "\x2e\xa9", [0x0f48] = "\x2e\xaa", - [0x0f49] = "\x2e\xab", [0x0f4a] = "\x2e\xac", [0x0f4b] = "\x2e\xad", - [0x0f4c] = "\x2e\xae", [0x0f4f] = "\x2e\xb1", [0x0f80] = "\x2e\xe2", - [0x0f81] = "\x2e\xe3", [0x0f82] = "\x2e\xe4", [0x0f83] = "\x2e\xe5", - [0x0f84] = "\x2e\xe6", [0x0f85] = "\x2e\xe7", [0x0f86] = "\x2e\xe8", - [0x0f87] = "\x2e\xe9", [0x0f88] = "\x2e\xea", [0x0f89] = "\x2e\xeb", - [0x0f8a] = "\x2e\xec", [0x0f8b] = "\x2e\xed", [0x0f8c] = "\x2e\xee", - [0x0f8d] = "\x2e\xef", [0x0f8e] = "\x2e\xf0", [0x0f8f] = "\x2e\xf1", - [0x0f90] = "\x2e\xf2", [0x0f91] = "\x2e\xf3", [0x0f92] = "\x2e\xf4", - [0x0f93] = "\x2e\xf5", [0x0f94] = "\x2e\xf6", [0x0f95] = "\x2e\xf7", - [0x0f96] = "\x2e\xf8", [0x0f97] = "\x2e\xf9", [0x0f98] = "\x2e\xfa", - [0x0f99] = "\x2e\xfb", [0x0f9a] = "\x2e\xfc", [0x0f9b] = "\x2e\xfd", - [0x0f9c] = "\x2e\xfe", [0x0f9d] = "\x2e\xff", [0x0f9e] = "\x2f\x00", - [0x0f9f] = "\x2f\x01", [0x0fa0] = "\x2f\x02", [0x0fa1] = "\x2f\x03", - [0x0fa3] = "\x2f\x05", [0x0fa4] = "\x2f\x06", [0x0fa5] = "\x2f\x07", - [0x0fa6] = "\x2f\x08", [0x0fa7] = "\x2f\x09", [0x0fa9] = "\x2f\x0b", - [0x0faa] = "\x2f\x0c", [0x0fac] = "\x2f\x0e", [0x0fad] = "\x2f\x0f", - [0x0fae] = "\x2f\x10", [0x0faf] = "\x2f\x11", [0x0fb0] = "\x2f\x12", - [0x0fb1] = "\x2f\x13", [0x0fb2] = "\x2f\x14", [0x0fb6] = "\x2f\x18", - [0x0fb7] = "\x2f\x19", [0x0fb8] = "\x2f\x1a", [0x0fb9] = "\x2f\x1b", - [0x0fc0] = "\x2f\x22", [0x0fc1] = "\x2f\x23", [0x0fc2] = "\x2f\x24", - [0x0fc3] = "\x2f\x25", [0x0fc4] = "\x2f\x26", [0x0fc5] = "\x2f\x27", - [0x0fc6] = "\x2f\x28", [0x0fc7] = "\x2f\x29", [0x0fc8] = "\x2f\x2a", - [0x0fc9] = "\x2f\x2b", [0x0fca] = "\x2f\x2c", [0x0fcb] = "\x2f\x2d", - [0x0fcc] = "\x2f\x2e", [0x0fcd] = "\x2f\x2f", [0x0fce] = "\x2f\x30", - [0x0fcf] = "\x2f\x31", [0x0fd0] = "\x2f\x32", [0x0fd1] = "\x2f\x33", - [0x0fd2] = "\x2f\x34", [0x0fd3] = "\x2f\x35", [0x0fd4] = "\x2f\x36", - [0x0fd5] = "\x2f\x37", [0x0fd6] = "\x2f\x38", [0x0fd7] = "\x2f\x39", - [0x0fd8] = "\x2f\x3a", [0x0fd9] = "\x2f\x3b", [0x1020] = "\x2f\x82", - [0x1021] = "\x2f\x83", [0x1022] = "\x2f\x84", [0x1023] = "\x2f\x85", - [0x1024] = "\x2f\x86", [0x1025] = "\x2f\x87", [0x1026] = "\x2f\x88", - [0x1027] = "\x2f\x89", [0x1028] = "\x2f\x8a", [0x1029] = "\x2f\x8b", - [0x102a] = "\x2f\x8c", [0x102b] = "\x2f\x8d", [0x102c] = "\x2f\x8e", - [0x102d] = "\x2f\x8f", [0x102e] = "\x2f\x90", [0x102f] = "\x2f\x91", - [0x1030] = "\x2f\x92", [0x1031] = "\x2f\x93", [0x1032] = "\x2f\x94", - [0x1033] = "\x2f\x95", [0x1034] = "\x2f\x96", [0x1035] = "\x2f\x97", - [0x1036] = "\x2f\x98", [0x1037] = "\x2f\x99", [0x1038] = "\x2f\x9a", - [0x1039] = "\x2f\x9b", [0x103a] = "\x2f\x9c", [0x103b] = "\x2f\x9d", - [0x103c] = "\x2f\x9e", [0x103d] = "\x2f\x9f", [0x103e] = "\x2f\xa0", - [0x103f] = "\x2f\xa1", [0x1040] = "\x2f\xa2", [0x1041] = "\x2f\xa3", - [0x1042] = "\x2f\xa4", [0x1043] = "\x2f\xa5", [0x1044] = "\x2f\xa6", - [0x1045] = "\x2f\xa7", [0x1050] = "\x2f\xb2", [0x1051] = "\x2f\xb3", - [0x1052] = "\x2f\xb4", [0x1053] = "\x2f\xb5", [0x1054] = "\x2f\xb6", - [0x1055] = "\x2f\xb7", [0x1056] = "\x2f\xb8", [0x1057] = "\x2f\xb9", - [0x1058] = "\x2f\xba", [0x1059] = "\x2f\xbb", [0x105a] = "\x2f\xbc", - [0x105b] = "\x2f\xbd", [0x105c] = "\x2f\xbe", [0x105d] = "\x2f\xbf", - [0x105e] = "\x2f\xc0", [0x105f] = "\x2f\xc1", [0x1060] = "\x2f\xc2", - [0x1061] = "\x2f\xc3", [0x1062] = "\x2f\xc4", [0x1063] = "\x2f\xc5", - [0x1064] = "\x2f\xc6", [0x1065] = "\x2f\xc7", [0x1066] = "\x2f\xc8", - [0x1067] = "\x2f\xc9", [0x1068] = "\x2f\xca", [0x1069] = "\x2f\xcb", - [0x106a] = "\x2f\xcc", [0x106b] = "\x2f\xcd", [0x106c] = "\x2f\xce", - [0x106d] = "\x2f\xcf", [0x106e] = "\x2f\xd0", [0x106f] = "\x2f\xd1", - [0x1070] = "\x2f\xd2", [0x1071] = "\x2f\xd3", [0x1072] = "\x2f\xd4", - [0x1073] = "\x2f\xd5", [0x1074] = "\x2f\xd6", [0x1075] = "\x2f\xd7", - [0x1076] = "\x2f\xd8", [0x1077] = "\x2f\xd9", [0x1078] = "\x2f\xda", - [0x107b] = "\x2f\xdd", [0x1080] = "\x2f\xe2", [0x1081] = "\x2f\xe3", - [0x1082] = "\x2f\xe4", [0x1083] = "\x2f\xe5", [0x1084] = "\x2f\xe6", - [0x1085] = "\x2f\xe7", [0x1086] = "\x2f\xe8", [0x1087] = "\x2f\xe9", - [0x1088] = "\x2f\xea", [0x1089] = "\x2f\xeb", [0x108a] = "\x2f\xec", - [0x108b] = "\x2f\xed", [0x108c] = "\x2f\xee", [0x108d] = "\x2f\xef", - [0x108e] = "\x2f\xf0", [0x108f] = "\x2f\xf1", [0x1090] = "\x2f\xf2", - [0x1091] = "\x2f\xf3", [0x1092] = "\x2f\xf4", [0x1093] = "\x2f\xf5", - [0x1094] = "\x2f\xf6", [0x1095] = "\x2f\xf7", [0x1096] = "\x2f\xf8", - [0x1097] = "\x2f\xf9", [0x1098] = "\x2f\xfa", [0x1099] = "\x2f\xfb", - [0x109a] = "\x2f\xfc", [0x109b] = "\x2f\xfd", [0x109c] = "\x2f\xfe", - [0x109d] = "\x2f\xff", [0x109e] = "\x30\x00", [0x109f] = "\x30\x01", - [0x10a0] = "\x30\x02", [0x10a1] = "\x30\x03", [0x10a2] = "\x30\x04", - [0x10a3] = "\x30\x05", [0x10a4] = "\x30\x06", [0x10a5] = "\x30\x07", - [0x10a6] = "\x30\x08", [0x10a7] = "\x30\x09", [0x10a8] = "\x30\x0a", - [0x10a9] = "\x30\x0b", [0x10aa] = "\x30\x0c", [0x10ab] = "\x30\x0d", - [0x10ac] = "\x30\x0e", [0x10ad] = "\x30\x0f", [0x10ae] = "\x30\x10", - [0x10af] = "\x30\x11", [0x10b0] = "\x30\x12", [0x10b1] = "\x30\x13", - [0x10b2] = "\x30\x14", [0x10b3] = "\x30\x15", [0x10b4] = "\x30\x16", - [0x10b5] = "\x30\x17", [0x10b6] = "\x30\x18", [0x10b7] = "\x30\x19", - [0x10b8] = "\x30\x1a", [0x10b9] = "\x30\x1b", [0x10ba] = "\x30\x1c", - [0x10bb] = "\x30\x1d", [0x10bc] = "\x30\x1e", [0x10bd] = "\x30\x1f", - [0x10be] = "\x30\x20", [0x10bf] = "\x30\x21", [0x10c0] = "\x30\x22", - [0x10c1] = "\x30\x23", [0x10c2] = "\x30\x24", [0x10c3] = "\x30\x25", - [0x10c4] = "\x30\x26", [0x10c5] = "\x30\x27", [0x10c6] = "\x30\x28", - [0x10c7] = "\x30\x29", [0x10c8] = "\x30\x2a", [0x10c9] = "\x30\x2b", - [0x10ca] = "\x30\x2c", [0x10cb] = "\x30\x2d", [0x10cc] = "\x30\x2e", - [0x10cd] = "\x30\x2f", [0x10ce] = "\x30\x30", [0x10cf] = "\x30\x31", - [0x10d0] = "\x30\x32", [0x10d1] = "\x30\x33", [0x10d2] = "\x30\x34", - [0x10d3] = "\x30\x35", [0x10d4] = "\x30\x36", [0x10d5] = "\x30\x37", - [0x10d6] = "\x30\x38", [0x10d7] = "\x30\x39", [0x10d8] = "\x30\x3a", - [0x10d9] = "\x30\x3b", [0x10df] = "\x30\x41", [0x10e0] = "\x30\x42", - [0x10e1] = "\x30\x43", [0x10e2] = "\x30\x44", [0x10e3] = "\x30\x45", - [0x10e4] = "\x30\x46", [0x10e5] = "\x30\x47", [0x10e6] = "\x30\x48", - [0x10e7] = "\x30\x49", [0x10e8] = "\x30\x4a", [0x10e9] = "\x30\x4b", - [0x10ea] = "\x30\x4c", [0x10eb] = "\x30\x4d", [0x10ec] = "\x30\x4e", - [0x10ed] = "\x30\x4f", [0x10ee] = "\x30\x50", [0x10ef] = "\x30\x51", - [0x10f0] = "\x30\x52", [0x10f1] = "\x30\x53", [0x10f2] = "\x30\x54", - [0x10f3] = "\x30\x55", [0x10f4] = "\x30\x56", [0x10f5] = "\x30\x57", - [0x10f6] = "\x30\x58", [0x10f7] = "\x30\x59", [0x10f8] = "\x30\x5a", - [0x10f9] = "\x30\x5b", [0x10fa] = "\x30\x5c", [0x10fb] = "\x30\x5d", - [0x10fc] = "\x30\x5e", [0x10fd] = "\x30\x5f", [0x10fe] = "\x30\x60", - [0x10ff] = "\x30\x61", [0x1100] = "\x30\x62", [0x1101] = "\x30\x63", - [0x1102] = "\x30\x64", [0x1103] = "\x30\x65", [0x1104] = "\x30\x66", - [0x1105] = "\x30\x67", [0x1106] = "\x30\x68", [0x1107] = "\x30\x69", - [0x1108] = "\x30\x6a", [0x1109] = "\x30\x6b", [0x110a] = "\x30\x6c", - [0x110b] = "\x30\x6d", [0x110c] = "\x30\x6e", [0x110d] = "\x30\x6f", - [0x110e] = "\x30\x70", [0x110f] = "\x30\x71", [0x1110] = "\x30\x72", - [0x1111] = "\x30\x73", [0x1112] = "\x30\x74", [0x1113] = "\x30\x75", - [0x1114] = "\x30\x76", [0x1115] = "\x30\x77", [0x1116] = "\x30\x78", - [0x1117] = "\x30\x79", [0x1118] = "\x30\x7a", [0x1119] = "\x30\x7b", - [0x111a] = "\x30\x7c", [0x111b] = "\x30\x7d", [0x111c] = "\x30\x7e", - [0x111d] = "\x30\x7f", [0x111e] = "\x30\x80", [0x111f] = "\x30\x81", - [0x1120] = "\x30\x82", [0x1121] = "\x30\x83", [0x1122] = "\x30\x84", - [0x1128] = "\x30\x8a", [0x1129] = "\x30\x8b", [0x112a] = "\x30\x8c", - [0x112b] = "\x30\x8d", [0x112c] = "\x30\x8e", [0x112d] = "\x30\x8f", - [0x112e] = "\x30\x90", [0x112f] = "\x30\x91", [0x1130] = "\x30\x92", - [0x1131] = "\x30\x93", [0x1132] = "\x30\x94", [0x1133] = "\x30\x95", - [0x1134] = "\x30\x96", [0x1135] = "\x30\x97", [0x1136] = "\x30\x98", - [0x1137] = "\x30\x99", [0x1138] = "\x30\x9a", [0x1139] = "\x30\x9b", - [0x113a] = "\x30\x9c", [0x113b] = "\x30\x9d", [0x113c] = "\x30\x9e", - [0x113d] = "\x30\x9f", [0x113e] = "\x30\xa0", [0x113f] = "\x30\xa1", - [0x1140] = "\x30\xa2", [0x1141] = "\x30\xa3", [0x1142] = "\x30\xa4", - [0x1143] = "\x30\xa5", [0x1144] = "\x30\xa6", [0x1145] = "\x30\xa7", - [0x1146] = "\x30\xa8", [0x1147] = "\x30\xa9", [0x1148] = "\x30\xaa", - [0x1149] = "\x30\xab", [0x114a] = "\x30\xac", [0x114b] = "\x30\xad", - [0x114c] = "\x30\xae", [0x114d] = "\x30\xaf", [0x114e] = "\x30\xb0", - [0x114f] = "\x30\xb1", [0x1150] = "\x30\xb2", [0x1151] = "\x30\xb3", - [0x1152] = "\x30\xb4", [0x1153] = "\x30\xb5", [0x1154] = "\x30\xb6", - [0x1155] = "\x30\xb7", [0x1156] = "\x30\xb8", [0x1157] = "\x30\xb9", - [0x1158] = "\x30\xba", [0x1159] = "\x30\xbb", [0x115a] = "\x30\xbc", - [0x115b] = "\x30\xbd", [0x115c] = "\x30\xbe", [0x115d] = "\x30\xbf", - [0x115e] = "\x30\xc0", [0x115f] = "\x30\xc1", [0x1160] = "\x30\xc2", - [0x1161] = "\x30\xc3", [0x1162] = "\x30\xc4", [0x1163] = "\x30\xc5", - [0x1164] = "\x30\xc6", [0x1165] = "\x30\xc7", [0x1166] = "\x30\xc8", - [0x1167] = "\x30\xc9", [0x1168] = "\x30\xca", [0x1169] = "\x30\xcb", - [0x116a] = "\x30\xcc", [0x116b] = "\x30\xcd", [0x116c] = "\x30\xce", - [0x116d] = "\x30\xcf", [0x116e] = "\x30\xd0", [0x116f] = "\x30\xd1", - [0x1170] = "\x30\xd2", [0x1171] = "\x30\xd3", [0x1172] = "\x30\xd4", - [0x1173] = "\x30\xd5", [0x1174] = "\x30\xd6", [0x1175] = "\x30\xd7", - [0x1176] = "\x30\xd8", [0x1177] = "\x30\xd9", [0x1178] = "\x30\xda", - [0x1179] = "\x30\xdb", [0x1180] = "\x30\xe2", [0x1181] = "\x30\xe3", - [0x1182] = "\x30\xe4", [0x1183] = "\x30\xe5", [0x1184] = "\x30\xe6", - [0x1185] = "\x30\xe7", [0x1186] = "\x30\xe8", [0x1188] = "\x30\xea", - [0x1189] = "\x30\xeb", [0x118a] = "\x30\xec", [0x118b] = "\x30\xed", - [0x118c] = "\x30\xee", [0x118d] = "\x30\xef", [0x118e] = "\x30\xf0", - [0x118f] = "\x30\xf1", [0x1190] = "\x30\xf2", [0x1191] = "\x30\xf3", - [0x1192] = "\x30\xf4", [0x1193] = "\x30\xf5", [0x1194] = "\x30\xf6", - [0x1195] = "\x30\xf7", [0x1196] = "\x30\xf8", [0x1197] = "\x30\xf9", - [0x1198] = "\x30\xfa", [0x1199] = "\x30\xfb", [0x119a] = "\x30\xfc", - [0x119b] = "\x30\xfd", [0x119c] = "\x30\xfe", [0x119d] = "\x30\xff", - [0x119e] = "\x31\x00", [0x119f] = "\x31\x01", [0x11a0] = "\x31\x02", - [0x11a1] = "\x31\x03", [0x11a2] = "\x31\x04", [0x11a3] = "\x31\x05", - [0x11a4] = "\x31\x06", [0x11a5] = "\x31\x07", [0x11a6] = "\x31\x08", - [0x11a7] = "\x31\x09", [0x11a8] = "\x31\x0a", [0x11a9] = "\x31\x0b", - [0x11aa] = "\x31\x0c", [0x11ab] = "\x31\x0d", [0x11ac] = "\x31\x0e", - [0x11ad] = "\x31\x0f", [0x11ae] = "\x31\x10", [0x11af] = "\x31\x11", - [0x11b0] = "\x31\x12", [0x11b1] = "\x31\x13", [0x11b2] = "\x31\x14", - [0x11b3] = "\x31\x15", [0x11b4] = "\x31\x16", [0x11b5] = "\x31\x17", - [0x11b6] = "\x31\x18", [0x11b7] = "\x31\x19", [0x11b8] = "\x31\x1a", - [0x11b9] = "\x31\x1b", [0x11ba] = "\x31\x1c", [0x11bb] = "\x31\x1d", - [0x11bc] = "\x31\x1e", [0x11bd] = "\x31\x1f", [0x11be] = "\x31\x20", - [0x11bf] = "\x31\x21", [0x11c0] = "\x31\x22", [0x11c1] = "\x31\x23", - [0x11c2] = "\x31\x24", [0x11c3] = "\x31\x25", [0x11c4] = "\x31\x26", - [0x11c5] = "\x31\x27", [0x11c6] = "\x31\x28", [0x11c8] = "\x31\x2a", - [0x11ca] = "\x31\x2c", [0x11cb] = "\x31\x2d", [0x11cc] = "\x31\x2e", - [0x11cd] = "\x31\x2f", [0x11d0] = "\x31\x32", [0x11d1] = "\x31\x33", - [0x11d2] = "\x31\x34", [0x11d3] = "\x31\x35", [0x11d4] = "\x31\x36", - [0x11d5] = "\x31\x37", [0x11d6] = "\x31\x38", [0x11d8] = "\x31\x3a", - [0x11da] = "\x31\x3c", [0x11db] = "\x31\x3d", [0x11dc] = "\x31\x3e", - [0x11dd] = "\x31\x3f", [0x11e0] = "\x31\x42", [0x11e1] = "\x31\x43", - [0x11e2] = "\x31\x44", [0x11e3] = "\x31\x45", [0x11e4] = "\x31\x46", - [0x11e5] = "\x31\x47", [0x11e6] = "\x31\x48", [0x11e7] = "\x31\x49", - [0x11e8] = "\x31\x4a", [0x11e9] = "\x31\x4b", [0x11ea] = "\x31\x4c", - [0x11eb] = "\x31\x4d", [0x11ec] = "\x31\x4e", [0x11ed] = "\x31\x4f", - [0x11ee] = "\x31\x50", [0x11ef] = "\x31\x51", [0x11f0] = "\x31\x52", - [0x11f1] = "\x31\x53", [0x11f2] = "\x31\x54", [0x11f3] = "\x31\x55", - [0x11f4] = "\x31\x56", [0x11f5] = "\x31\x57", [0x11f6] = "\x31\x58", - [0x11f7] = "\x31\x59", [0x11f8] = "\x31\x5a", [0x11f9] = "\x31\x5b", - [0x11fa] = "\x31\x5c", [0x11fb] = "\x31\x5d", [0x11fc] = "\x31\x5e", - [0x11fd] = "\x31\x5f", [0x11fe] = "\x31\x60", [0x11ff] = "\x31\x61", - [0x1200] = "\x31\x62", [0x1201] = "\x31\x63", [0x1202] = "\x31\x64", - [0x1203] = "\x31\x65", [0x1204] = "\x31\x66", [0x1205] = "\x31\x67", - [0x1206] = "\x31\x68", [0x1208] = "\x31\x6a", [0x120a] = "\x31\x6c", - [0x120b] = "\x31\x6d", [0x120c] = "\x31\x6e", [0x120d] = "\x31\x6f", - [0x1210] = "\x31\x72", [0x1211] = "\x31\x73", [0x1212] = "\x31\x74", - [0x1213] = "\x31\x75", [0x1214] = "\x31\x76", [0x1215] = "\x31\x77", - [0x1216] = "\x31\x78", [0x1217] = "\x31\x79", [0x1218] = "\x31\x7a", - [0x1219] = "\x31\x7b", [0x121a] = "\x31\x7c", [0x121b] = "\x31\x7d", - [0x121c] = "\x31\x7e", [0x121d] = "\x31\x7f", [0x121e] = "\x31\x80", - [0x121f] = "\x31\x81", [0x1220] = "\x31\x82", [0x1221] = "\x31\x83", - [0x1222] = "\x31\x84", [0x1223] = "\x31\x85", [0x1224] = "\x31\x86", - [0x1225] = "\x31\x87", [0x1226] = "\x31\x88", [0x1227] = "\x31\x89", - [0x1228] = "\x31\x8a", [0x1229] = "\x31\x8b", [0x122a] = "\x31\x8c", - [0x122b] = "\x31\x8d", [0x122c] = "\x31\x8e", [0x122d] = "\x31\x8f", - [0x122e] = "\x31\x90", [0x1230] = "\x31\x92", [0x1232] = "\x31\x94", - [0x1233] = "\x31\x95", [0x1234] = "\x31\x96", [0x1235] = "\x31\x97", - [0x1238] = "\x31\x9a", [0x1239] = "\x31\x9b", [0x123a] = "\x31\x9c", - [0x123b] = "\x31\x9d", [0x123c] = "\x31\x9e", [0x123d] = "\x31\x9f", - [0x123e] = "\x31\xa0", [0x1240] = "\x31\xa2", [0x1242] = "\x31\xa4", - [0x1243] = "\x31\xa5", [0x1244] = "\x31\xa6", [0x1245] = "\x31\xa7", - [0x1248] = "\x31\xaa", [0x1249] = "\x31\xab", [0x124a] = "\x31\xac", - [0x124b] = "\x31\xad", [0x124c] = "\x31\xae", [0x124d] = "\x31\xaf", - [0x124e] = "\x31\xb0", [0x1250] = "\x31\xb2", [0x1251] = "\x31\xb3", - [0x1252] = "\x31\xb4", [0x1253] = "\x31\xb5", [0x1254] = "\x31\xb6", - [0x1255] = "\x31\xb7", [0x1256] = "\x31\xb8", [0x1258] = "\x31\xba", - [0x1259] = "\x31\xbb", [0x125a] = "\x31\xbc", [0x125b] = "\x31\xbd", - [0x125c] = "\x31\xbe", [0x125d] = "\x31\xbf", [0x125e] = "\x31\xc0", - [0x125f] = "\x31\xc1", [0x1260] = "\x31\xc2", [0x1261] = "\x31\xc3", - [0x1262] = "\x31\xc4", [0x1263] = "\x31\xc5", [0x1264] = "\x31\xc6", - [0x1265] = "\x31\xc7", [0x1266] = "\x31\xc8", [0x1267] = "\x31\xc9", - [0x1268] = "\x31\xca", [0x1269] = "\x31\xcb", [0x126a] = "\x31\xcc", - [0x126b] = "\x31\xcd", [0x126c] = "\x31\xce", [0x126d] = "\x31\xcf", - [0x126e] = "\x31\xd0", [0x1270] = "\x31\xd2", [0x1271] = "\x31\xd3", - [0x1272] = "\x31\xd4", [0x1273] = "\x31\xd5", [0x1274] = "\x31\xd6", - [0x1275] = "\x31\xd7", [0x1276] = "\x31\xd8", [0x1277] = "\x31\xd9", - [0x1278] = "\x31\xda", [0x1279] = "\x31\xdb", [0x127a] = "\x31\xdc", - [0x127b] = "\x31\xdd", [0x127c] = "\x31\xde", [0x127d] = "\x31\xdf", - [0x127e] = "\x31\xe0", [0x127f] = "\x31\xe1", [0x1280] = "\x31\xe2", - [0x1281] = "\x31\xe3", [0x1282] = "\x31\xe4", [0x1283] = "\x31\xe5", - [0x1284] = "\x31\xe6", [0x1285] = "\x31\xe7", [0x1286] = "\x31\xe8", - [0x1287] = "\x31\xe9", [0x1288] = "\x31\xea", [0x1289] = "\x31\xeb", - [0x128a] = "\x31\xec", [0x128b] = "\x31\xed", [0x128c] = "\x31\xee", - [0x128d] = "\x31\xef", [0x128e] = "\x31\xf0", [0x1290] = "\x31\xf2", - [0x1292] = "\x31\xf4", [0x1293] = "\x31\xf5", [0x1294] = "\x31\xf6", - [0x1295] = "\x31\xf7", [0x1298] = "\x31\xfa", [0x1299] = "\x31\xfb", - [0x129a] = "\x31\xfc", [0x129b] = "\x31\xfd", [0x129c] = "\x31\xfe", - [0x129d] = "\x31\xff", [0x129e] = "\x32\x00", [0x12a0] = "\x32\x02", - [0x12a1] = "\x32\x03", [0x12a2] = "\x32\x04", [0x12a3] = "\x32\x05", - [0x12a4] = "\x32\x06", [0x12a5] = "\x32\x07", [0x12a6] = "\x32\x08", - [0x12a7] = "\x32\x09", [0x12a8] = "\x32\x0a", [0x12a9] = "\x32\x0b", - [0x12aa] = "\x32\x0c", [0x12ab] = "\x32\x0d", [0x12ac] = "\x32\x0e", - [0x12ad] = "\x32\x0f", [0x12ae] = "\x32\x10", [0x12af] = "\x32\x11", - [0x12b0] = "\x32\x12", [0x12b1] = "\x32\x13", [0x12b2] = "\x32\x14", - [0x12b3] = "\x32\x15", [0x12b4] = "\x32\x16", [0x12b5] = "\x32\x17", - [0x12b6] = "\x32\x18", [0x12b7] = "\x32\x19", [0x12b8] = "\x32\x1a", - [0x12b9] = "\x32\x1b", [0x12ba] = "\x32\x1c", [0x12bb] = "\x32\x1d", - [0x12bc] = "\x32\x1e", [0x12bd] = "\x32\x1f", [0x12be] = "\x32\x20", - [0x12bf] = "\x32\x21", [0x12c0] = "\x32\x22", [0x12c1] = "\x32\x23", - [0x12c2] = "\x32\x24", [0x12c3] = "\x32\x25", [0x12c4] = "\x32\x26", - [0x12c5] = "\x32\x27", [0x12c6] = "\x32\x28", [0x12c8] = "\x32\x2a", - [0x12c9] = "\x32\x2b", [0x12ca] = "\x32\x2c", [0x12cb] = "\x32\x2d", - [0x12cc] = "\x32\x2e", [0x12cd] = "\x32\x2f", [0x12ce] = "\x32\x30", - [0x12cf] = "\x32\x31", [0x12d0] = "\x32\x32", [0x12d1] = "\x32\x33", - [0x12d2] = "\x32\x34", [0x12d3] = "\x32\x35", [0x12d4] = "\x32\x36", - [0x12d5] = "\x32\x37", [0x12d6] = "\x32\x38", [0x12d7] = "\x32\x39", - [0x12d8] = "\x32\x3a", [0x12d9] = "\x32\x3b", [0x12da] = "\x32\x3c", - [0x12e1] = "\x32\x43", [0x12e2] = "\x32\x44", [0x12e3] = "\x32\x45", - [0x12e4] = "\x32\x46", [0x12e5] = "\x32\x47", [0x12e6] = "\x32\x48", - [0x12e7] = "\x32\x49", [0x12e8] = "\x32\x4a", [0x12e9] = "\x32\x4b", - [0x12ea] = "\x32\x4c", [0x12eb] = "\x32\x4d", [0x12ec] = "\x32\x4e", - [0x12ed] = "\x32\x4f", [0x12ee] = "\x32\x50", [0x12ef] = "\x32\x51", - [0x12f0] = "\x32\x52", [0x12f1] = "\x32\x53", [0x12f2] = "\x32\x54", - [0x12f3] = "\x32\x55", [0x12f4] = "\x32\x56", [0x12f5] = "\x32\x57", - [0x12f6] = "\x32\x58", [0x12f7] = "\x32\x59", [0x12f8] = "\x32\x5a", - [0x12f9] = "\x32\x5b", [0x12fa] = "\x32\x5c", [0x12fb] = "\x32\x5d", - [0x12fc] = "\x32\x5e", [0x1320] = "\x32\x82", [0x1321] = "\x32\x83", - [0x1322] = "\x32\x84", [0x1323] = "\x32\x85", [0x1324] = "\x32\x86", - [0x1325] = "\x32\x87", [0x1326] = "\x32\x88", [0x1327] = "\x32\x89", - [0x1328] = "\x32\x8a", [0x1329] = "\x32\x8b", [0x132a] = "\x32\x8c", - [0x132b] = "\x32\x8d", [0x132c] = "\x32\x8e", [0x132d] = "\x32\x8f", - [0x132e] = "\x32\x90", [0x132f] = "\x32\x91", [0x1330] = "\x32\x92", - [0x1331] = "\x32\x93", [0x1332] = "\x32\x94", [0x1333] = "\x32\x95", - [0x1334] = "\x32\x96", [0x1335] = "\x32\x97", [0x1336] = "\x32\x98", - [0x1337] = "\x32\x99", [0x1338] = "\x32\x9a", [0x1339] = "\x32\x9b", - [0x133a] = "\x32\x9c", [0x133b] = "\x32\x9d", [0x133c] = "\x32\x9e", - [0x133d] = "\x32\x9f", [0x133e] = "\x32\xa0", [0x133f] = "\x32\xa1", - [0x1340] = "\x32\xa2", [0x1341] = "\x32\xa3", [0x1342] = "\x32\xa4", - [0x1343] = "\x32\xa5", [0x1344] = "\x32\xa6", [0x1345] = "\x32\xa7", - [0x1346] = "\x32\xa8", [0x1347] = "\x32\xa9", [0x1348] = "\x32\xaa", - [0x1349] = "\x32\xab", [0x134a] = "\x32\xac", [0x134b] = "\x32\xad", - [0x134c] = "\x32\xae", [0x134d] = "\x32\xaf", [0x134e] = "\x32\xb0", - [0x134f] = "\x32\xb1", [0x1350] = "\x32\xb2", [0x1351] = "\x32\xb3", - [0x1352] = "\x32\xb4", [0x1353] = "\x32\xb5", [0x1354] = "\x32\xb6", - [0x1355] = "\x32\xb7", [0x1356] = "\x32\xb8", [0x1357] = "\x32\xb9", - [0x1358] = "\x32\xba", [0x1359] = "\x32\xbb", [0x135a] = "\x32\xbc", - [0x135b] = "\x32\xbd", [0x135c] = "\x32\xbe", [0x135d] = "\x32\xbf", - [0x135e] = "\x32\xc0", [0x135f] = "\x32\xc1", [0x1360] = "\x32\xc2", - [0x1361] = "\x32\xc3", [0x1362] = "\x32\xc4", [0x1363] = "\x32\xc5", - [0x1364] = "\x32\xc6", [0x1365] = "\x32\xc7", [0x1366] = "\x32\xc8", - [0x1367] = "\x32\xc9", [0x1368] = "\x32\xca", [0x1369] = "\x32\xcb", - [0x136a] = "\x32\xcc", [0x136b] = "\x32\xcd", [0x136c] = "\x32\xce", - [0x136d] = "\x32\xcf", [0x136e] = "\x32\xd0", [0x136f] = "\x32\xd1", - [0x1370] = "\x32\xd2", [0x1371] = "\x32\xd3", [0x1372] = "\x32\xd4", - [0x1373] = "\x32\xd5", [0x1374] = "\x32\xd6", [0x1381] = "\x32\xe3", - [0x1382] = "\x32\xe4", [0x1383] = "\x32\xe5", [0x1384] = "\x32\xe6", - [0x1385] = "\x32\xe7", [0x1386] = "\x32\xe8", [0x1387] = "\x32\xe9", - [0x1388] = "\x32\xea", [0x1389] = "\x32\xeb", [0x138a] = "\x32\xec", - [0x138b] = "\x32\xed", [0x138c] = "\x32\xee", [0x138d] = "\x32\xef", - [0x138e] = "\x32\xf0", [0x138f] = "\x32\xf1", [0x1390] = "\x32\xf2", - [0x1391] = "\x32\xf3", [0x1392] = "\x32\xf4", [0x1393] = "\x32\xf5", - [0x1394] = "\x32\xf6", [0x1395] = "\x32\xf7", [0x1396] = "\x32\xf8", - [0x1397] = "\x32\xf9", [0x1398] = "\x32\xfa", [0x1399] = "\x32\xfb", - [0x139a] = "\x32\xfc", [0x139b] = "\x32\xfd", [0x139c] = "\x32\xfe", - [0x139d] = "\x32\xff", [0x139e] = "\x33\x00", [0x139f] = "\x33\x01", - [0x13a0] = "\x33\x02", [0x13a1] = "\x33\x03", [0x13a2] = "\x33\x04", - [0x13a3] = "\x33\x05", [0x13a4] = "\x33\x06", [0x13a5] = "\x33\x07", - [0x13a6] = "\x33\x08", [0x13a7] = "\x33\x09", [0x13a8] = "\x33\x0a", - [0x13a9] = "\x33\x0b", [0x13aa] = "\x33\x0c", [0x13ab] = "\x33\x0d", - [0x13ac] = "\x33\x0e", [0x13ad] = "\x33\x0f", [0x13ae] = "\x33\x10", - [0x13af] = "\x33\x11", [0x13b0] = "\x33\x12", [0x13b1] = "\x33\x13", - [0x13b2] = "\x33\x14", [0x13b3] = "\x33\x15", [0x13b4] = "\x33\x16", - [0x13b5] = "\x33\x17", [0x13b6] = "\x33\x18", [0x13b7] = "\x33\x19", - [0x13b8] = "\x33\x1a", [0x13b9] = "\x33\x1b", [0x13ba] = "\x33\x1c", - [0x13bb] = "\x33\x1d", [0x13bc] = "\x33\x1e", [0x13bd] = "\x33\x1f", - [0x13be] = "\x33\x20", [0x13bf] = "\x33\x21", [0x13c0] = "\x33\x22", - [0x13c1] = "\x33\x23", [0x13c2] = "\x33\x24", [0x13c3] = "\x33\x25", - [0x13c4] = "\x33\x26", [0x13c5] = "\x33\x27", [0x13c6] = "\x33\x28", - [0x13c7] = "\x33\x29", [0x13c8] = "\x33\x2a", [0x13c9] = "\x33\x2b", - [0x13ca] = "\x33\x2c", [0x13cb] = "\x33\x2d", [0x13cc] = "\x33\x2e", - [0x13cd] = "\x33\x2f", [0x13ce] = "\x33\x30", [0x13cf] = "\x33\x31", - [0x13d0] = "\x33\x32", [0x13d1] = "\x33\x33", [0x13d2] = "\x33\x34", - [0x13d3] = "\x33\x35", [0x13d4] = "\x33\x36", [0x13d5] = "\x33\x37", - [0x13d6] = "\x33\x38", [0x13d7] = "\x33\x39", [0x13d8] = "\x33\x3a", - [0x13d9] = "\x33\x3b", [0x13da] = "\x33\x3c", [0x13db] = "\x33\x3d", - [0x13dc] = "\x33\x3e", [0x13dd] = "\x33\x3f", [0x13de] = "\x33\x40", - [0x13df] = "\x33\x41", [0x13e0] = "\x33\x42", [0x13e1] = "\x33\x43", - [0x13e2] = "\x33\x44", [0x13e3] = "\x33\x45", [0x13e4] = "\x33\x46", - [0x13e5] = "\x33\x47", [0x13e6] = "\x33\x48", [0x13e7] = "\x33\x49", - [0x13e8] = "\x33\x4a", [0x13e9] = "\x33\x4b", [0x13ea] = "\x33\x4c", - [0x13eb] = "\x33\x4d", [0x13ec] = "\x33\x4e", [0x13ed] = "\x33\x4f", - [0x13ee] = "\x33\x50", [0x13ef] = "\x33\x51", [0x13f0] = "\x33\x52", - [0x13f1] = "\x33\x53", [0x13f2] = "\x33\x54", [0x13f3] = "\x33\x55", - [0x13f4] = "\x33\x56", [0x13f5] = "\x33\x57", [0x13f6] = "\x33\x58", - [0x13f7] = "\x33\x59", [0x13f8] = "\x33\x5a", [0x13f9] = "\x33\x5b", - [0x13fa] = "\x33\x5c", [0x13fb] = "\x33\x5d", [0x13fc] = "\x33\x5e", - [0x13fd] = "\x33\x5f", [0x13fe] = "\x33\x60", [0x13ff] = "\x33\x61", - [0x1400] = "\x33\x62", [0x1401] = "\x33\x63", [0x1402] = "\x33\x64", - [0x1403] = "\x33\x65", [0x1404] = "\x33\x66", [0x1405] = "\x33\x67", - [0x1406] = "\x33\x68", [0x1407] = "\x33\x69", [0x1408] = "\x33\x6a", - [0x1409] = "\x33\x6b", [0x140a] = "\x33\x6c", [0x140b] = "\x33\x6d", - [0x140c] = "\x33\x6e", [0x140d] = "\x33\x6f", [0x140e] = "\x33\x70", - [0x140f] = "\x33\x71", [0x1410] = "\x33\x72", [0x1411] = "\x33\x73", - [0x1412] = "\x33\x74", [0x1413] = "\x33\x75", [0x1414] = "\x33\x76", - [0x1415] = "\x33\x77", [0x1416] = "\x33\x78", [0x1417] = "\x33\x79", - [0x1418] = "\x33\x7a", [0x1419] = "\x33\x7b", [0x141a] = "\x33\x7c", - [0x141b] = "\x33\x7d", [0x141c] = "\x33\x7e", [0x141d] = "\x33\x7f", - [0x141e] = "\x33\x80", [0x141f] = "\x33\x81", [0x1420] = "\x33\x82", - [0x1421] = "\x33\x83", [0x1422] = "\x33\x84", [0x1423] = "\x33\x85", - [0x1424] = "\x33\x86", [0x1425] = "\x33\x87", [0x1426] = "\x33\x88", - [0x1427] = "\x33\x89", [0x1428] = "\x33\x8a", [0x1429] = "\x33\x8b", - [0x142a] = "\x33\x8c", [0x142b] = "\x33\x8d", [0x142c] = "\x33\x8e", - [0x142d] = "\x33\x8f", [0x142e] = "\x33\x90", [0x142f] = "\x33\x91", - [0x1430] = "\x33\x92", [0x1431] = "\x33\x93", [0x1432] = "\x33\x94", - [0x1433] = "\x33\x95", [0x1434] = "\x33\x96", [0x1435] = "\x33\x97", - [0x1436] = "\x33\x98", [0x1437] = "\x33\x99", [0x1438] = "\x33\x9a", - [0x1439] = "\x33\x9b", [0x143a] = "\x33\x9c", [0x143b] = "\x33\x9d", - [0x143c] = "\x33\x9e", [0x143d] = "\x33\x9f", [0x143e] = "\x33\xa0", - [0x143f] = "\x33\xa1", [0x1440] = "\x33\xa2", [0x1441] = "\x33\xa3", - [0x1442] = "\x33\xa4", [0x1443] = "\x33\xa5", [0x1444] = "\x33\xa6", - [0x1445] = "\x33\xa7", [0x1446] = "\x33\xa8", [0x1447] = "\x33\xa9", - [0x1448] = "\x33\xaa", [0x1449] = "\x33\xab", [0x144a] = "\x33\xac", - [0x144b] = "\x33\xad", [0x144c] = "\x33\xae", [0x144d] = "\x33\xaf", - [0x144e] = "\x33\xb0", [0x144f] = "\x33\xb1", [0x1450] = "\x33\xb2", - [0x1451] = "\x33\xb3", [0x1452] = "\x33\xb4", [0x1453] = "\x33\xb5", - [0x1454] = "\x33\xb6", [0x1455] = "\x33\xb7", [0x1456] = "\x33\xb8", - [0x1457] = "\x33\xb9", [0x1458] = "\x33\xba", [0x1459] = "\x33\xbb", - [0x145a] = "\x33\xbc", [0x145b] = "\x33\xbd", [0x145c] = "\x33\xbe", - [0x145d] = "\x33\xbf", [0x145e] = "\x33\xc0", [0x145f] = "\x33\xc1", - [0x1460] = "\x33\xc2", [0x1461] = "\x33\xc3", [0x1462] = "\x33\xc4", - [0x1463] = "\x33\xc5", [0x1464] = "\x33\xc6", [0x1465] = "\x33\xc7", - [0x1466] = "\x33\xc8", [0x1467] = "\x33\xc9", [0x1468] = "\x33\xca", - [0x1469] = "\x33\xcb", [0x146a] = "\x33\xcc", [0x146b] = "\x33\xcd", - [0x146c] = "\x33\xce", [0x146d] = "\x33\xcf", [0x146e] = "\x33\xd0", - [0x146f] = "\x33\xd1", [0x1470] = "\x33\xd2", [0x1471] = "\x33\xd3", - [0x1472] = "\x33\xd4", [0x1473] = "\x33\xd5", [0x1474] = "\x33\xd6", - [0x1475] = "\x33\xd7", [0x1476] = "\x33\xd8", [0x1477] = "\x33\xd9", - [0x1478] = "\x33\xda", [0x1479] = "\x33\xdb", [0x147a] = "\x33\xdc", - [0x147b] = "\x33\xdd", [0x147c] = "\x33\xde", [0x147d] = "\x33\xdf", - [0x147e] = "\x33\xe0", [0x147f] = "\x33\xe1", [0x1480] = "\x33\xe2", - [0x1481] = "\x33\xe3", [0x1482] = "\x33\xe4", [0x1483] = "\x33\xe5", - [0x1484] = "\x33\xe6", [0x1485] = "\x33\xe7", [0x1486] = "\x33\xe8", - [0x1487] = "\x33\xe9", [0x1488] = "\x33\xea", [0x1489] = "\x33\xeb", - [0x148a] = "\x33\xec", [0x148b] = "\x33\xed", [0x148c] = "\x33\xee", - [0x148d] = "\x33\xef", [0x148e] = "\x33\xf0", [0x148f] = "\x33\xf1", - [0x1490] = "\x33\xf2", [0x1491] = "\x33\xf3", [0x1492] = "\x33\xf4", - [0x1493] = "\x33\xf5", [0x1494] = "\x33\xf6", [0x1495] = "\x33\xf7", - [0x1496] = "\x33\xf8", [0x1497] = "\x33\xf9", [0x1498] = "\x33\xfa", - [0x1499] = "\x33\xfb", [0x149a] = "\x33\xfc", [0x149b] = "\x33\xfd", - [0x149c] = "\x33\xfe", [0x149d] = "\x33\xff", [0x149e] = "\x34\x00", - [0x149f] = "\x34\x01", [0x14a0] = "\x34\x02", [0x14a1] = "\x34\x03", - [0x14a2] = "\x34\x04", [0x14a3] = "\x34\x05", [0x14a4] = "\x34\x06", - [0x14a5] = "\x34\x07", [0x14a6] = "\x34\x08", [0x14a7] = "\x34\x09", - [0x14a8] = "\x34\x0a", [0x14a9] = "\x34\x0b", [0x14aa] = "\x34\x0c", - [0x14ab] = "\x34\x0d", [0x14ac] = "\x34\x0e", [0x14ad] = "\x34\x0f", - [0x14ae] = "\x34\x10", [0x14af] = "\x34\x11", [0x14b0] = "\x34\x12", - [0x14b1] = "\x34\x13", [0x14b2] = "\x34\x14", [0x14b3] = "\x34\x15", - [0x14b4] = "\x34\x16", [0x14b5] = "\x34\x17", [0x14b6] = "\x34\x18", - [0x14b7] = "\x34\x19", [0x14b8] = "\x34\x1a", [0x14b9] = "\x34\x1b", - [0x14ba] = "\x34\x1c", [0x14bb] = "\x34\x1d", [0x14bc] = "\x34\x1e", - [0x14bd] = "\x34\x1f", [0x14be] = "\x34\x20", [0x14bf] = "\x34\x21", - [0x14c0] = "\x34\x22", [0x14c1] = "\x34\x23", [0x14c2] = "\x34\x24", - [0x14c3] = "\x34\x25", [0x14c4] = "\x34\x26", [0x14c5] = "\x34\x27", - [0x14c6] = "\x34\x28", [0x14c7] = "\x34\x29", [0x14c8] = "\x34\x2a", - [0x14c9] = "\x34\x2b", [0x14ca] = "\x34\x2c", [0x14cb] = "\x34\x2d", - [0x14cc] = "\x34\x2e", [0x14cd] = "\x34\x2f", [0x14ce] = "\x34\x30", - [0x14cf] = "\x34\x31", [0x14d0] = "\x34\x32", [0x14d1] = "\x34\x33", - [0x14d2] = "\x34\x34", [0x14d3] = "\x34\x35", [0x14d4] = "\x34\x36", - [0x14d5] = "\x34\x37", [0x14d6] = "\x34\x38", [0x14d7] = "\x34\x39", - [0x14d8] = "\x34\x3a", [0x14d9] = "\x34\x3b", [0x14da] = "\x34\x3c", - [0x14db] = "\x34\x3d", [0x14dc] = "\x34\x3e", [0x14dd] = "\x34\x3f", - [0x14de] = "\x34\x40", [0x14df] = "\x34\x41", [0x14e0] = "\x34\x42", - [0x14e1] = "\x34\x43", [0x14e2] = "\x34\x44", [0x14e3] = "\x34\x45", - [0x14e4] = "\x34\x46", [0x14e5] = "\x34\x47", [0x14e6] = "\x34\x48", - [0x14e7] = "\x34\x49", [0x14e8] = "\x34\x4a", [0x14e9] = "\x34\x4b", - [0x14ea] = "\x34\x4c", [0x14eb] = "\x34\x4d", [0x14ec] = "\x34\x4e", - [0x14ed] = "\x34\x4f", [0x14ee] = "\x34\x50", [0x14ef] = "\x34\x51", - [0x14f0] = "\x34\x52", [0x14f1] = "\x34\x53", [0x14f2] = "\x34\x54", - [0x14f3] = "\x34\x55", [0x14f4] = "\x34\x56", [0x14f5] = "\x34\x57", - [0x14f6] = "\x34\x58", [0x14f7] = "\x34\x59", [0x14f8] = "\x34\x5a", - [0x14f9] = "\x34\x5b", [0x14fa] = "\x34\x5c", [0x14fb] = "\x34\x5d", - [0x14fc] = "\x34\x5e", [0x14fd] = "\x34\x5f", [0x14fe] = "\x34\x60", - [0x14ff] = "\x34\x61", [0x1500] = "\x34\x62", [0x1501] = "\x34\x63", - [0x1502] = "\x34\x64", [0x1503] = "\x34\x65", [0x1504] = "\x34\x66", - [0x1505] = "\x34\x67", [0x1506] = "\x34\x68", [0x1507] = "\x34\x69", - [0x1508] = "\x34\x6a", [0x1509] = "\x34\x6b", [0x150a] = "\x34\x6c", - [0x150b] = "\x34\x6d", [0x150c] = "\x34\x6e", [0x150d] = "\x34\x6f", - [0x150e] = "\x34\x70", [0x150f] = "\x34\x71", [0x1510] = "\x34\x72", - [0x1511] = "\x34\x73", [0x1512] = "\x34\x74", [0x1513] = "\x34\x75", - [0x1514] = "\x34\x76", [0x1515] = "\x34\x77", [0x1516] = "\x34\x78", - [0x1517] = "\x34\x79", [0x1518] = "\x34\x7a", [0x1519] = "\x34\x7b", - [0x151a] = "\x34\x7c", [0x151b] = "\x34\x7d", [0x151c] = "\x34\x7e", - [0x151d] = "\x34\x7f", [0x151e] = "\x34\x80", [0x151f] = "\x34\x81", - [0x1520] = "\x34\x82", [0x1521] = "\x34\x83", [0x1522] = "\x34\x84", - [0x1523] = "\x34\x85", [0x1524] = "\x34\x86", [0x1525] = "\x34\x87", - [0x1526] = "\x34\x88", [0x1527] = "\x34\x89", [0x1528] = "\x34\x8a", - [0x1529] = "\x34\x8b", [0x152a] = "\x34\x8c", [0x152b] = "\x34\x8d", - [0x152c] = "\x34\x8e", [0x152d] = "\x34\x8f", [0x152e] = "\x34\x90", - [0x152f] = "\x34\x91", [0x1530] = "\x34\x92", [0x1531] = "\x34\x93", - [0x1532] = "\x34\x94", [0x1533] = "\x34\x95", [0x1534] = "\x34\x96", - [0x1535] = "\x34\x97", [0x1536] = "\x34\x98", [0x1537] = "\x34\x99", - [0x1538] = "\x34\x9a", [0x1539] = "\x34\x9b", [0x153a] = "\x34\x9c", - [0x153b] = "\x34\x9d", [0x153c] = "\x34\x9e", [0x153d] = "\x34\x9f", - [0x153e] = "\x34\xa0", [0x153f] = "\x34\xa1", [0x1540] = "\x34\xa2", - [0x1541] = "\x34\xa3", [0x1542] = "\x34\xa4", [0x1543] = "\x34\xa5", - [0x1544] = "\x34\xa6", [0x1545] = "\x34\xa7", [0x1546] = "\x34\xa8", - [0x1547] = "\x34\xa9", [0x1548] = "\x34\xaa", [0x1549] = "\x34\xab", - [0x154a] = "\x34\xac", [0x154b] = "\x34\xad", [0x154c] = "\x34\xae", - [0x154d] = "\x34\xaf", [0x154e] = "\x34\xb0", [0x154f] = "\x34\xb1", - [0x1550] = "\x34\xb2", [0x1551] = "\x34\xb3", [0x1552] = "\x34\xb4", - [0x1553] = "\x34\xb5", [0x1554] = "\x34\xb6", [0x1555] = "\x34\xb7", - [0x1556] = "\x34\xb8", [0x1557] = "\x34\xb9", [0x1558] = "\x34\xba", - [0x1559] = "\x34\xbb", [0x155a] = "\x34\xbc", [0x155b] = "\x34\xbd", - [0x155c] = "\x34\xbe", [0x155d] = "\x34\xbf", [0x155e] = "\x34\xc0", - [0x155f] = "\x34\xc1", [0x1560] = "\x34\xc2", [0x1561] = "\x34\xc3", - [0x1562] = "\x34\xc4", [0x1563] = "\x34\xc5", [0x1564] = "\x34\xc6", - [0x1565] = "\x34\xc7", [0x1566] = "\x34\xc8", [0x1567] = "\x34\xc9", - [0x1568] = "\x34\xca", [0x1569] = "\x34\xcb", [0x156a] = "\x34\xcc", - [0x156b] = "\x34\xcd", [0x156c] = "\x34\xce", [0x156d] = "\x34\xcf", - [0x156e] = "\x34\xd0", [0x156f] = "\x34\xd1", [0x1570] = "\x34\xd2", - [0x1571] = "\x34\xd3", [0x1572] = "\x34\xd4", [0x1573] = "\x34\xd5", - [0x1574] = "\x34\xd6", [0x1575] = "\x34\xd7", [0x1576] = "\x34\xd8", - [0x1577] = "\x34\xd9", [0x1578] = "\x34\xda", [0x1579] = "\x34\xdb", - [0x157a] = "\x34\xdc", [0x157b] = "\x34\xdd", [0x157c] = "\x34\xde", - [0x157d] = "\x34\xdf", [0x157e] = "\x34\xe0", [0x157f] = "\x34\xe1", - [0x1580] = "\x34\xe2", [0x1581] = "\x34\xe3", [0x1582] = "\x34\xe4", - [0x1583] = "\x34\xe5", [0x1584] = "\x34\xe6", [0x1585] = "\x34\xe7", - [0x1586] = "\x34\xe8", [0x1587] = "\x34\xe9", [0x1588] = "\x34\xea", - [0x1589] = "\x34\xeb", [0x158a] = "\x34\xec", [0x158b] = "\x34\xed", - [0x158c] = "\x34\xee", [0x158d] = "\x34\xef", [0x158e] = "\x34\xf0", - [0x158f] = "\x34\xf1", [0x1590] = "\x34\xf2", [0x1591] = "\x34\xf3", - [0x1592] = "\x34\xf4", [0x1593] = "\x34\xf5", [0x1594] = "\x34\xf6", - [0x1595] = "\x34\xf7", [0x1596] = "\x34\xf8", [0x1597] = "\x34\xf9", - [0x1598] = "\x34\xfa", [0x1599] = "\x34\xfb", [0x159a] = "\x34\xfc", - [0x159b] = "\x34\xfd", [0x159c] = "\x34\xfe", [0x159d] = "\x34\xff", - [0x159e] = "\x35\x00", [0x159f] = "\x35\x01", [0x15a0] = "\x35\x02", - [0x15a1] = "\x35\x03", [0x15a2] = "\x35\x04", [0x15a3] = "\x35\x05", - [0x15a4] = "\x35\x06", [0x15a5] = "\x35\x07", [0x15a6] = "\x35\x08", - [0x15a7] = "\x35\x09", [0x15a8] = "\x35\x0a", [0x15a9] = "\x35\x0b", - [0x15aa] = "\x35\x0c", [0x15ab] = "\x35\x0d", [0x15ac] = "\x35\x0e", - [0x15ad] = "\x35\x0f", [0x15ae] = "\x35\x10", [0x15af] = "\x35\x11", - [0x15b0] = "\x35\x12", [0x15b1] = "\x35\x13", [0x15b2] = "\x35\x14", - [0x15b3] = "\x35\x15", [0x15b4] = "\x35\x16", [0x15b5] = "\x35\x17", - [0x15b6] = "\x35\x18", [0x15b7] = "\x35\x19", [0x15b8] = "\x35\x1a", - [0x15b9] = "\x35\x1b", [0x15ba] = "\x35\x1c", [0x15bb] = "\x35\x1d", - [0x15bc] = "\x35\x1e", [0x15bd] = "\x35\x1f", [0x15be] = "\x35\x20", - [0x15bf] = "\x35\x21", [0x15c0] = "\x35\x22", [0x15c1] = "\x35\x23", - [0x15c2] = "\x35\x24", [0x15c3] = "\x35\x25", [0x15c4] = "\x35\x26", - [0x15c5] = "\x35\x27", [0x15c6] = "\x35\x28", [0x15c7] = "\x35\x29", - [0x15c8] = "\x35\x2a", [0x15c9] = "\x35\x2b", [0x15ca] = "\x35\x2c", - [0x15cb] = "\x35\x2d", [0x15cc] = "\x35\x2e", [0x15cd] = "\x35\x2f", - [0x15ce] = "\x35\x30", [0x15cf] = "\x35\x31", [0x15d0] = "\x35\x32", - [0x15d1] = "\x35\x33", [0x15d2] = "\x35\x34", [0x15d3] = "\x35\x35", - [0x15d4] = "\x35\x36", [0x15d5] = "\x35\x37", [0x15d6] = "\x35\x38", - [0x15d7] = "\x35\x39", [0x15d8] = "\x35\x3a", [0x15d9] = "\x35\x3b", - [0x15da] = "\x35\x3c", [0x15db] = "\x35\x3d", [0x15dc] = "\x35\x3e", - [0x15dd] = "\x35\x3f", [0x15de] = "\x35\x40", [0x15df] = "\x35\x41", - [0x15e0] = "\x35\x42", [0x15e1] = "\x35\x43", [0x15e2] = "\x35\x44", - [0x15e3] = "\x35\x45", [0x15e4] = "\x35\x46", [0x15e5] = "\x35\x47", - [0x15e6] = "\x35\x48", [0x15e7] = "\x35\x49", [0x15e8] = "\x35\x4a", - [0x15e9] = "\x35\x4b", [0x15ea] = "\x35\x4c", [0x15eb] = "\x35\x4d", - [0x15ec] = "\x35\x4e", [0x15ed] = "\x35\x4f", [0x15ee] = "\x35\x50", - [0x15ef] = "\x35\x51", [0x15f0] = "\x35\x52", [0x15f1] = "\x35\x53", - [0x15f2] = "\x35\x54", [0x15f3] = "\x35\x55", [0x15f4] = "\x35\x56", - [0x15f5] = "\x35\x57", [0x15f6] = "\x35\x58", [0x1600] = "\x35\x62", - [0x1601] = "\x35\x63", [0x1602] = "\x35\x64", [0x1603] = "\x35\x65", - [0x1604] = "\x35\x66", [0x1605] = "\x35\x67", [0x1606] = "\x35\x68", - [0x1607] = "\x35\x69", [0x1608] = "\x35\x6a", [0x1609] = "\x35\x6b", - [0x160a] = "\x35\x6c", [0x160b] = "\x35\x6d", [0x160c] = "\x35\x6e", - [0x160d] = "\x35\x6f", [0x160e] = "\x35\x70", [0x160f] = "\x35\x71", - [0x1610] = "\x35\x72", [0x1611] = "\x35\x73", [0x1612] = "\x35\x74", - [0x1613] = "\x35\x75", [0x1614] = "\x35\x76", [0x1615] = "\x35\x77", - [0x1616] = "\x35\x78", [0x1617] = "\x35\x79", [0x1618] = "\x35\x7a", - [0x1619] = "\x35\x7b", [0x161a] = "\x35\x7c", [0x161b] = "\x35\x7d", - [0x161c] = "\x35\x7e", [0x1620] = "\x35\x82", [0x1621] = "\x35\x83", - [0x1622] = "\x35\x84", [0x1623] = "\x35\x85", [0x1624] = "\x35\x86", - [0x1625] = "\x35\x87", [0x1626] = "\x35\x88", [0x1627] = "\x35\x89", - [0x1628] = "\x35\x8a", [0x1629] = "\x35\x8b", [0x162a] = "\x35\x8c", - [0x162b] = "\x35\x8d", [0x162c] = "\x35\x8e", [0x162d] = "\x35\x8f", - [0x162e] = "\x35\x90", [0x162f] = "\x35\x91", [0x1630] = "\x35\x92", - [0x1631] = "\x35\x93", [0x1632] = "\x35\x94", [0x1633] = "\x35\x95", - [0x1634] = "\x35\x96", [0x1635] = "\x35\x97", [0x1636] = "\x35\x98", - [0x1637] = "\x35\x99", [0x1638] = "\x35\x9a", [0x1639] = "\x35\x9b", - [0x163a] = "\x35\x9c", [0x163b] = "\x35\x9d", [0x163c] = "\x35\x9e", - [0x163d] = "\x35\x9f", [0x163e] = "\x35\xa0", [0x163f] = "\x35\xa1", - [0x1640] = "\x35\xa2", [0x1641] = "\x35\xa3", [0x1642] = "\x35\xa4", - [0x1643] = "\x35\xa5", [0x1644] = "\x35\xa6", [0x1645] = "\x35\xa7", - [0x1646] = "\x35\xa8", [0x1647] = "\x35\xa9", [0x1648] = "\x35\xaa", - [0x1649] = "\x35\xab", [0x164a] = "\x35\xac", [0x164b] = "\x35\xad", - [0x164c] = "\x35\xae", [0x164d] = "\x35\xaf", [0x164e] = "\x35\xb0", - [0x164f] = "\x35\xb1", [0x1650] = "\x35\xb2", [0x1651] = "\x35\xb3", - [0x1652] = "\x35\xb4", [0x1653] = "\x35\xb5", [0x1654] = "\x35\xb6", - [0x1655] = "\x35\xb7", [0x1656] = "\x35\xb8", [0x1657] = "\x35\xb9", - [0x1658] = "\x35\xba", [0x1659] = "\x35\xbb", [0x165a] = "\x35\xbc", - [0x165b] = "\x35\xbd", [0x165c] = "\x35\xbe", [0x165d] = "\x35\xbf", - [0x165e] = "\x35\xc0", [0x165f] = "\x35\xc1", [0x1660] = "\x35\xc2", - [0x1661] = "\x35\xc3", [0x1662] = "\x35\xc4", [0x1663] = "\x35\xc5", - [0x1664] = "\x35\xc6", [0x1665] = "\x35\xc7", [0x1666] = "\x35\xc8", - [0x1667] = "\x35\xc9", [0x1668] = "\x35\xca", [0x1669] = "\x35\xcb", - [0x166a] = "\x35\xcc", [0x166b] = "\x35\xcd", [0x166c] = "\x35\xce", - [0x166d] = "\x35\xcf", [0x166e] = "\x35\xd0", [0x166f] = "\x35\xd1", - [0x1670] = "\x35\xd2", [0x1680] = "\x35\xe2", [0x1681] = "\x35\xe3", - [0x1682] = "\x35\xe4", [0x1683] = "\x35\xe5", [0x1684] = "\x35\xe6", - [0x1685] = "\x35\xe7", [0x1686] = "\x35\xe8", [0x1687] = "\x35\xe9", - [0x1688] = "\x35\xea", [0x1689] = "\x35\xeb", [0x168a] = "\x35\xec", - [0x168b] = "\x35\xed", [0x168c] = "\x35\xee", [0x168e] = "\x35\xf0", - [0x168f] = "\x35\xf1", [0x1690] = "\x35\xf2", [0x1691] = "\x35\xf3", - [0x1692] = "\x35\xf4", [0x1693] = "\x35\xf5", [0x1694] = "\x35\xf6", - [0x16a0] = "\x36\x02", [0x16a1] = "\x36\x03", [0x16a2] = "\x36\x04", - [0x16a3] = "\x36\x05", [0x16a4] = "\x36\x06", [0x16a5] = "\x36\x07", - [0x16a6] = "\x36\x08", [0x16a7] = "\x36\x09", [0x16a8] = "\x36\x0a", - [0x16a9] = "\x36\x0b", [0x16aa] = "\x36\x0c", [0x16ab] = "\x36\x0d", - [0x16ac] = "\x36\x0e", [0x16ad] = "\x36\x0f", [0x16ae] = "\x36\x10", - [0x16af] = "\x36\x11", [0x16b0] = "\x36\x12", [0x16b1] = "\x36\x13", - [0x16b2] = "\x36\x14", [0x16b3] = "\x36\x15", [0x16b4] = "\x36\x16", - [0x16b5] = "\x36\x17", [0x16b6] = "\x36\x18", [0x16c0] = "\x36\x22", - [0x16c1] = "\x36\x23", [0x16c2] = "\x36\x24", [0x16c3] = "\x36\x25", - [0x16c4] = "\x36\x26", [0x16c5] = "\x36\x27", [0x16c6] = "\x36\x28", - [0x16c7] = "\x36\x29", [0x16c8] = "\x36\x2a", [0x16c9] = "\x36\x2b", - [0x16ca] = "\x36\x2c", [0x16cb] = "\x36\x2d", [0x16cc] = "\x36\x2e", - [0x16cd] = "\x36\x2f", [0x16ce] = "\x36\x30", [0x16cf] = "\x36\x31", - [0x16d0] = "\x36\x32", [0x16d1] = "\x36\x33", [0x16d2] = "\x36\x34", - [0x16d3] = "\x36\x35", [0x16e0] = "\x36\x42", [0x16e1] = "\x36\x43", - [0x16e2] = "\x36\x44", [0x16e3] = "\x36\x45", [0x16e4] = "\x36\x46", - [0x16e5] = "\x36\x47", [0x16e6] = "\x36\x48", [0x16e7] = "\x36\x49", - [0x16e8] = "\x36\x4a", [0x16e9] = "\x36\x4b", [0x16ea] = "\x36\x4c", - [0x16eb] = "\x36\x4d", [0x16ec] = "\x36\x4e", [0x16ee] = "\x36\x50", - [0x16ef] = "\x36\x51", [0x16f0] = "\x36\x52", [0x16f2] = "\x36\x54", - [0x16f3] = "\x36\x55", [0x1700] = "\x36\x62", [0x1701] = "\x36\x63", - [0x1702] = "\x36\x64", [0x1703] = "\x36\x65", [0x1704] = "\x36\x66", - [0x1705] = "\x36\x67", [0x1706] = "\x36\x68", [0x1707] = "\x36\x69", - [0x1708] = "\x36\x6a", [0x1709] = "\x36\x6b", [0x170a] = "\x36\x6c", - [0x170b] = "\x36\x6d", [0x170c] = "\x36\x6e", [0x170d] = "\x36\x6f", - [0x170e] = "\x36\x70", [0x170f] = "\x36\x71", [0x1710] = "\x36\x72", - [0x1711] = "\x36\x73", [0x1712] = "\x36\x74", [0x1713] = "\x36\x75", - [0x1714] = "\x36\x76", [0x1715] = "\x36\x77", [0x1716] = "\x36\x78", - [0x1717] = "\x36\x79", [0x1718] = "\x36\x7a", [0x1719] = "\x36\x7b", - [0x171a] = "\x36\x7c", [0x171b] = "\x36\x7d", [0x171c] = "\x36\x7e", - [0x171d] = "\x36\x7f", [0x171e] = "\x36\x80", [0x171f] = "\x36\x81", - [0x1720] = "\x36\x82", [0x1721] = "\x36\x83", [0x1722] = "\x36\x84", - [0x1723] = "\x36\x85", [0x1724] = "\x36\x86", [0x1725] = "\x36\x87", - [0x1726] = "\x36\x88", [0x1727] = "\x36\x89", [0x1728] = "\x36\x8a", - [0x1729] = "\x36\x8b", [0x172a] = "\x36\x8c", [0x172b] = "\x36\x8d", - [0x172c] = "\x36\x8e", [0x172d] = "\x36\x8f", [0x172e] = "\x36\x90", - [0x172f] = "\x36\x91", [0x1730] = "\x36\x92", [0x1731] = "\x36\x93", - [0x1732] = "\x36\x94", [0x1733] = "\x36\x95", [0x1734] = "\x36\x96", - [0x1735] = "\x36\x97", [0x1736] = "\x36\x98", [0x1737] = "\x36\x99", - [0x1738] = "\x36\x9a", [0x1739] = "\x36\x9b", [0x173a] = "\x36\x9c", - [0x173b] = "\x36\x9d", [0x173c] = "\x36\x9e", [0x173d] = "\x36\x9f", - [0x173e] = "\x36\xa0", [0x173f] = "\x36\xa1", [0x1740] = "\x36\xa2", - [0x1741] = "\x36\xa3", [0x1742] = "\x36\xa4", [0x1743] = "\x36\xa5", - [0x1744] = "\x36\xa6", [0x1745] = "\x36\xa7", [0x1746] = "\x36\xa8", - [0x1747] = "\x36\xa9", [0x1748] = "\x36\xaa", [0x1749] = "\x36\xab", - [0x174a] = "\x36\xac", [0x174b] = "\x36\xad", [0x174c] = "\x36\xae", - [0x174d] = "\x36\xaf", [0x174e] = "\x36\xb0", [0x174f] = "\x36\xb1", - [0x1750] = "\x36\xb2", [0x1751] = "\x36\xb3", [0x1752] = "\x36\xb4", - [0x1753] = "\x36\xb5", [0x1754] = "\x36\xb6", [0x1755] = "\x36\xb7", - [0x1756] = "\x36\xb8", [0x1757] = "\x36\xb9", [0x1758] = "\x36\xba", - [0x1759] = "\x36\xbb", [0x175a] = "\x36\xbc", [0x175b] = "\x36\xbd", - [0x175c] = "\x36\xbe", [0x1760] = "\x36\xc2", [0x1761] = "\x36\xc3", - [0x1762] = "\x36\xc4", [0x1763] = "\x36\xc5", [0x1764] = "\x36\xc6", - [0x1765] = "\x36\xc7", [0x1766] = "\x36\xc8", [0x1767] = "\x36\xc9", - [0x1768] = "\x36\xca", [0x1769] = "\x36\xcb", [0x1780] = "\x36\xe2", - [0x1781] = "\x36\xe3", [0x1782] = "\x36\xe4", [0x1783] = "\x36\xe5", - [0x1784] = "\x36\xe6", [0x1785] = "\x36\xe7", [0x1786] = "\x36\xe8", - [0x1787] = "\x36\xe9", [0x1788] = "\x36\xea", [0x1789] = "\x36\xeb", - [0x178a] = "\x36\xec", [0x178b] = "\x36\xed", [0x178c] = "\x36\xee", - [0x178d] = "\x36\xef", [0x178e] = "\x36\xf0", [0x1790] = "\x36\xf2", - [0x1791] = "\x36\xf3", [0x1792] = "\x36\xf4", [0x1793] = "\x36\xf5", - [0x1794] = "\x36\xf6", [0x1795] = "\x36\xf7", [0x1796] = "\x36\xf8", - [0x1797] = "\x36\xf9", [0x1798] = "\x36\xfa", [0x1799] = "\x36\xfb", - [0x17a0] = "\x37\x02", [0x17a1] = "\x37\x03", [0x17a2] = "\x37\x04", - [0x17a3] = "\x37\x05", [0x17a4] = "\x37\x06", [0x17a5] = "\x37\x07", - [0x17a6] = "\x37\x08", [0x17a7] = "\x37\x09", [0x17a8] = "\x37\x0a", - [0x17a9] = "\x37\x0b", [0x17aa] = "\x37\x0c", [0x17ab] = "\x37\x0d", - [0x17ac] = "\x37\x0e", [0x17ad] = "\x37\x0f", [0x17ae] = "\x37\x10", - [0x17af] = "\x37\x11", [0x17b0] = "\x37\x12", [0x17b1] = "\x37\x13", - [0x17b2] = "\x37\x14", [0x17b3] = "\x37\x15", [0x17b4] = "\x37\x16", - [0x17b5] = "\x37\x17", [0x17b6] = "\x37\x18", [0x17b7] = "\x37\x19", - [0x17b8] = "\x37\x1a", [0x17b9] = "\x37\x1b", [0x17ba] = "\x37\x1c", - [0x17bb] = "\x37\x1d", [0x17bc] = "\x37\x1e", [0x17bd] = "\x37\x1f", - [0x17be] = "\x37\x20", [0x17bf] = "\x37\x21", [0x17c0] = "\x37\x22", - [0x17c1] = "\x37\x23", [0x17c2] = "\x37\x24", [0x17c3] = "\x37\x25", - [0x17c4] = "\x37\x26", [0x17c5] = "\x37\x27", [0x17c6] = "\x37\x28", - [0x17c7] = "\x37\x29", [0x17c8] = "\x37\x2a", [0x17c9] = "\x37\x2b", - [0x17ca] = "\x37\x2c", [0x17cb] = "\x37\x2d", [0x17cc] = "\x37\x2e", - [0x17cd] = "\x37\x2f", [0x17ce] = "\x37\x30", [0x17cf] = "\x37\x31", - [0x17d0] = "\x37\x32", [0x17d1] = "\x37\x33", [0x17d2] = "\x37\x34", - [0x17d3] = "\x37\x35", [0x17d4] = "\x37\x36", [0x17d5] = "\x37\x37", - [0x17d6] = "\x37\x38", [0x17d7] = "\x37\x39", [0x17d8] = "\x37\x3a", - [0x17d9] = "\x37\x3b", [0x17da] = "\x37\x3c", [0x17db] = "\x37\x3d", - [0x17dc] = "\x37\x3e", [0x17dd] = "\x37\x3f", [0x17de] = "\x37\x40", - [0x17df] = "\x37\x41", [0x17e0] = "\x37\x42", [0x17e1] = "\x37\x43", - [0x17e2] = "\x37\x44", [0x17e3] = "\x37\x45", [0x17e4] = "\x37\x46", - [0x17e5] = "\x37\x47", [0x17e6] = "\x37\x48", [0x17e7] = "\x37\x49", - [0x17e8] = "\x37\x4a", [0x17e9] = "\x37\x4b", [0x17ea] = "\x37\x4c", - [0x17eb] = "\x37\x4d", [0x17ec] = "\x37\x4e", [0x17ed] = "\x37\x4f", - [0x17ee] = "\x37\x50", [0x17ef] = "\x37\x51", [0x17f0] = "\x37\x52", - [0x17f1] = "\x37\x53", [0x17f2] = "\x37\x54", [0x17f3] = "\x37\x55", - [0x17f4] = "\x37\x56", [0x17f5] = "\x37\x57", [0x17f6] = "\x37\x58", - [0x17f7] = "\x37\x59", [0x1800] = "\x37\x62", [0x1801] = "\x37\x63", - [0x1802] = "\x37\x64", [0x1803] = "\x37\x65", [0x1804] = "\x37\x66", - [0x1805] = "\x37\x67", [0x1806] = "\x37\x68", [0x1807] = "\x37\x69", - [0x1808] = "\x37\x6a", [0x1809] = "\x37\x6b", [0x180a] = "\x37\x6c", - [0x180b] = "\x37\x6d", [0x180c] = "\x37\x6e", [0x180d] = "\x37\x6f", - [0x180e] = "\x37\x70", [0x180f] = "\x37\x71", [0x1810] = "\x37\x72", - [0x1811] = "\x37\x73", [0x1812] = "\x37\x74", [0x1813] = "\x37\x75", - [0x1814] = "\x37\x76", [0x1815] = "\x37\x77", [0x1816] = "\x37\x78", - [0x1817] = "\x37\x79", [0x1818] = "\x37\x7a", [0x1819] = "\x37\x7b", - [0x181a] = "\x37\x7c", [0x181b] = "\x37\x7d", [0x181c] = "\x37\x7e", - [0x181d] = "\x37\x7f", [0x181e] = "\x37\x80", [0x181f] = "\x37\x81", - [0x1820] = "\x37\x82", [0x1821] = "\x37\x83", [0x1822] = "\x37\x84", - [0x1823] = "\x37\x85", [0x1824] = "\x37\x86", [0x1825] = "\x37\x87", - [0x1826] = "\x37\x88", [0x1827] = "\x37\x89", [0x1828] = "\x37\x8a", - [0x1829] = "\x37\x8b", [0x1d80] = "\x3c\xe2", [0x1d81] = "\x3c\xe3", - [0x1d82] = "\x3c\xe4", [0x1d83] = "\x3c\xe5", [0x1d84] = "\x3c\xe6", - [0x1d85] = "\x3c\xe7", [0x1d86] = "\x3c\xe8", [0x1d87] = "\x3c\xe9", - [0x1d88] = "\x3c\xea", [0x1d89] = "\x3c\xeb", [0x1d8a] = "\x3c\xec", - [0x1d8b] = "\x3c\xed", [0x1d8c] = "\x3c\xee", [0x1d8d] = "\x3c\xef", - [0x1d8e] = "\x3c\xf0", [0x1d8f] = "\x3c\xf1", [0x1d90] = "\x3c\xf2", - [0x1d91] = "\x3c\xf3", [0x1d92] = "\x3c\xf4", [0x1d93] = "\x3c\xf5", - [0x1d94] = "\x3c\xf6", [0x1d95] = "\x3c\xf7", [0x1d96] = "\x3c\xf8", - [0x1d97] = "\x3c\xf9", [0x1d98] = "\x3c\xfa", [0x1d99] = "\x3c\xfb", - [0x1d9a] = "\x3c\xfc", [0x1d9b] = "\x3c\xfd", [0x1d9c] = "\x3c\xfe", - [0x1d9d] = "\x3c\xff", [0x1d9e] = "\x3d\x00", [0x1d9f] = "\x3d\x01", - [0x1da0] = "\x3d\x02", [0x1da1] = "\x3d\x03", [0x1da2] = "\x3d\x04", - [0x1da3] = "\x3d\x05", [0x1da4] = "\x3d\x06", [0x1da5] = "\x3d\x07", - [0x1da6] = "\x3d\x08", [0x1da7] = "\x3d\x09", [0x1da8] = "\x3d\x0a", - [0x1da9] = "\x3d\x0b", [0x1daa] = "\x3d\x0c", [0x1dab] = "\x3d\x0d", - [0x1dac] = "\x3d\x0e", [0x1dad] = "\x3d\x0f", [0x1dae] = "\x3d\x10", - [0x1daf] = "\x3d\x11", [0x1db0] = "\x3d\x12", [0x1db1] = "\x3d\x13", - [0x1db2] = "\x3d\x14", [0x1db3] = "\x3d\x15", [0x1db4] = "\x3d\x16", - [0x1db5] = "\x3d\x17", [0x1db6] = "\x3d\x18", [0x1db7] = "\x3d\x19", - [0x1db8] = "\x3d\x1a", [0x1db9] = "\x3d\x1b", [0x1dba] = "\x3d\x1c", - [0x1dbb] = "\x3d\x1d", [0x1dbc] = "\x3d\x1e", [0x1dbd] = "\x3d\x1f", - [0x1dbe] = "\x3d\x20", [0x1dbf] = "\x3d\x21", [0x1dc0] = "\x3d\x22", - [0x1dc1] = "\x3d\x23", [0x1dc2] = "\x3d\x24", [0x1dc3] = "\x3d\x25", - [0x1dc4] = "\x3d\x26", [0x1dc5] = "\x3d\x27", [0x1dc6] = "\x3d\x28", - [0x1dc7] = "\x3d\x29", [0x1dc8] = "\x3d\x2a", [0x1dc9] = "\x3d\x2b", - [0x1dca] = "\x3d\x2c", [0x1dcb] = "\x3d\x2d", [0x1dcc] = "\x3d\x2e", - [0x1dcd] = "\x3d\x2f", [0x1dce] = "\x3d\x30", [0x1dcf] = "\x3d\x31", - [0x1dd0] = "\x3d\x32", [0x1dd1] = "\x3d\x33", [0x1dd2] = "\x3d\x34", - [0x1dd3] = "\x3d\x35", [0x1dd4] = "\x3d\x36", [0x1dd5] = "\x3d\x37", - [0x1dd6] = "\x3d\x38", [0x1dd7] = "\x3d\x39", [0x1dd8] = "\x3d\x3a", - [0x1dd9] = "\x3d\x3b", [0x1dda] = "\x3d\x3c", [0x1ddb] = "\x3d\x3d", - [0x1ddc] = "\x3d\x3e", [0x1ddd] = "\x3d\x3f", [0x1dde] = "\x3d\x40", - [0x1ddf] = "\x3d\x41", [0x1de0] = "\x3d\x42", [0x1de1] = "\x3d\x43", - [0x1de2] = "\x3d\x44", [0x1de3] = "\x3d\x45", [0x1de4] = "\x3d\x46", - [0x1de5] = "\x3d\x47", [0x1de6] = "\x3d\x48", [0x1de7] = "\x3d\x49", - [0x1de8] = "\x3d\x4a", [0x1de9] = "\x3d\x4b", [0x1dea] = "\x3d\x4c", - [0x1deb] = "\x3d\x4d", [0x1dec] = "\x3d\x4e", [0x1ded] = "\x3d\x4f", - [0x1dee] = "\x3d\x50", [0x1def] = "\x3d\x51", [0x1df0] = "\x3d\x52", - [0x1df1] = "\x3d\x53", [0x1df2] = "\x3d\x54", [0x1df3] = "\x3d\x55", - [0x1df4] = "\x3d\x56", [0x1df5] = "\x3d\x57", [0x1df6] = "\x3d\x58", - [0x1df7] = "\x3d\x59", [0x1df8] = "\x3d\x5a", [0x1df9] = "\x3d\x5b", - [0x1dfa] = "\x3d\x5c", [0x1dfb] = "\x3d\x5d", [0x1dfc] = "\x3d\x5e", - [0x1dfd] = "\x3d\x5f", [0x1dfe] = "\x3d\x60", [0x1dff] = "\x3d\x61", - [0x1e00] = "\x3d\x62", [0x1e01] = "\x3d\x63", [0x1e02] = "\x3d\x64", - [0x1e03] = "\x3d\x65", [0x1e04] = "\x3d\x66", [0x1e05] = "\x3d\x67", - [0x1e06] = "\x3d\x68", [0x1e07] = "\x3d\x69", [0x1e08] = "\x3d\x6a", - [0x1e09] = "\x3d\x6b", [0x1e0a] = "\x3d\x6c", [0x1e0b] = "\x3d\x6d", - [0x1e0c] = "\x3d\x6e", [0x1e0d] = "\x3d\x6f", [0x1e0e] = "\x3d\x70", - [0x1e0f] = "\x3d\x71", [0x1e10] = "\x3d\x72", [0x1e11] = "\x3d\x73", - [0x1e12] = "\x3d\x74", [0x1e13] = "\x3d\x75", [0x1e14] = "\x3d\x76", - [0x1e15] = "\x3d\x77", [0x1e16] = "\x3d\x78", [0x1e17] = "\x3d\x79", - [0x1e18] = "\x3d\x7a", [0x1e19] = "\x3d\x7b", [0x1e1a] = "\x3d\x7c", - [0x1e1b] = "\x3d\x7d", [0x1e20] = "\x3d\x82", [0x1e21] = "\x3d\x83", - [0x1e22] = "\x3d\x84", [0x1e23] = "\x3d\x85", [0x1e24] = "\x3d\x86", - [0x1e25] = "\x3d\x87", [0x1e26] = "\x3d\x88", [0x1e27] = "\x3d\x89", - [0x1e28] = "\x3d\x8a", [0x1e29] = "\x3d\x8b", [0x1e2a] = "\x3d\x8c", - [0x1e2b] = "\x3d\x8d", [0x1e2c] = "\x3d\x8e", [0x1e2d] = "\x3d\x8f", - [0x1e2e] = "\x3d\x90", [0x1e2f] = "\x3d\x91", [0x1e30] = "\x3d\x92", - [0x1e31] = "\x3d\x93", [0x1e32] = "\x3d\x94", [0x1e33] = "\x3d\x95", - [0x1e34] = "\x3d\x96", [0x1e35] = "\x3d\x97", [0x1e36] = "\x3d\x98", - [0x1e37] = "\x3d\x99", [0x1e38] = "\x3d\x9a", [0x1e39] = "\x3d\x9b", - [0x1e3a] = "\x3d\x9c", [0x1e3b] = "\x3d\x9d", [0x1e3c] = "\x3d\x9e", - [0x1e3d] = "\x3d\x9f", [0x1e3e] = "\x3d\xa0", [0x1e3f] = "\x3d\xa1", - [0x1e40] = "\x3d\xa2", [0x1e41] = "\x3d\xa3", [0x1e42] = "\x3d\xa4", - [0x1e43] = "\x3d\xa5", [0x1e44] = "\x3d\xa6", [0x1e45] = "\x3d\xa7", - [0x1e46] = "\x3d\xa8", [0x1e47] = "\x3d\xa9", [0x1e48] = "\x3d\xaa", - [0x1e49] = "\x3d\xab", [0x1e4a] = "\x3d\xac", [0x1e4b] = "\x3d\xad", - [0x1e4c] = "\x3d\xae", [0x1e4d] = "\x3d\xaf", [0x1e4e] = "\x3d\xb0", - [0x1e4f] = "\x3d\xb1", [0x1e50] = "\x3d\xb2", [0x1e51] = "\x3d\xb3", - [0x1e52] = "\x3d\xb4", [0x1e53] = "\x3d\xb5", [0x1e54] = "\x3d\xb6", - [0x1e55] = "\x3d\xb7", [0x1e56] = "\x3d\xb8", [0x1e57] = "\x3d\xb9", - [0x1e58] = "\x3d\xba", [0x1e59] = "\x3d\xbb", [0x1e5a] = "\x3d\xbc", - [0x1e5b] = "\x3d\xbd", [0x1e5c] = "\x3d\xbe", [0x1e5d] = "\x3d\xbf", - [0x1e5e] = "\x3d\xc0", [0x1e5f] = "\x3d\xc1", [0x1e60] = "\x3d\xc2", - [0x1e61] = "\x3d\xc3", [0x1e62] = "\x3d\xc4", [0x1e63] = "\x3d\xc5", - [0x1e64] = "\x3d\xc6", [0x1e65] = "\x3d\xc7", [0x1e66] = "\x3d\xc8", - [0x1e67] = "\x3d\xc9", [0x1e68] = "\x3d\xca", [0x1e69] = "\x3d\xcb", - [0x1e6a] = "\x3d\xcc", [0x1e6b] = "\x3d\xcd", [0x1e6c] = "\x3d\xce", - [0x1e6d] = "\x3d\xcf", [0x1e6e] = "\x3d\xd0", [0x1e6f] = "\x3d\xd1", - [0x1e70] = "\x3d\xd2", [0x1e71] = "\x3d\xd3", [0x1e72] = "\x3d\xd4", - [0x1e73] = "\x3d\xd5", [0x1e74] = "\x3d\xd6", [0x1e75] = "\x3d\xd7", - [0x1e76] = "\x3d\xd8", [0x1e77] = "\x3d\xd9", [0x1e78] = "\x3d\xda", - [0x1e79] = "\x3d\xdb", [0x1e80] = "\x3d\xe2", [0x1e81] = "\x3d\xe3", - [0x1e82] = "\x3d\xe4", [0x1e83] = "\x3d\xe5", [0x1e84] = "\x3d\xe6", - [0x1e85] = "\x3d\xe7", [0x1e86] = "\x3d\xe8", [0x1e87] = "\x3d\xe9", - [0x1e88] = "\x3d\xea", [0x1e89] = "\x3d\xeb", [0x1e8a] = "\x3d\xec", - [0x1e8b] = "\x3d\xed", [0x1e8c] = "\x3d\xee", [0x1e8d] = "\x3d\xef", - [0x1e8e] = "\x3d\xf0", [0x1e8f] = "\x3d\xf1", [0x1e90] = "\x3d\xf2", - [0x1e91] = "\x3d\xf3", [0x1e92] = "\x3d\xf4", [0x1e93] = "\x3d\xf5", - [0x1e94] = "\x3d\xf6", [0x1e95] = "\x3d\xf7", [0x1e98] = "\x3d\xfa", - [0x1e99] = "\x3d\xfb", [0x1e9a] = "\x3d\xfc", [0x1e9b] = "\x3d\xfd", - [0x1e9c] = "\x3d\xfe", [0x1e9d] = "\x3d\xff", [0x1ea0] = "\x3e\x02", - [0x1ea1] = "\x3e\x03", [0x1ea2] = "\x3e\x04", [0x1ea3] = "\x3e\x05", - [0x1ea4] = "\x3e\x06", [0x1ea5] = "\x3e\x07", [0x1ea6] = "\x3e\x08", - [0x1ea7] = "\x3e\x09", [0x1ea8] = "\x3e\x0a", [0x1ea9] = "\x3e\x0b", - [0x1eaa] = "\x3e\x0c", [0x1eab] = "\x3e\x0d", [0x1eac] = "\x3e\x0e", - [0x1ead] = "\x3e\x0f", [0x1eae] = "\x3e\x10", [0x1eaf] = "\x3e\x11", - [0x1eb0] = "\x3e\x12", [0x1eb1] = "\x3e\x13", [0x1eb2] = "\x3e\x14", - [0x1eb3] = "\x3e\x15", [0x1eb4] = "\x3e\x16", [0x1eb5] = "\x3e\x17", - [0x1eb6] = "\x3e\x18", [0x1eb7] = "\x3e\x19", [0x1eb8] = "\x3e\x1a", - [0x1eb9] = "\x3e\x1b", [0x1eba] = "\x3e\x1c", [0x1ebb] = "\x3e\x1d", - [0x1ebc] = "\x3e\x1e", [0x1ebd] = "\x3e\x1f", [0x1ebe] = "\x3e\x20", - [0x1ebf] = "\x3e\x21", [0x1ec0] = "\x3e\x22", [0x1ec1] = "\x3e\x23", - [0x1ec2] = "\x3e\x24", [0x1ec3] = "\x3e\x25", [0x1ec4] = "\x3e\x26", - [0x1ec5] = "\x3e\x27", [0x1ec8] = "\x3e\x2a", [0x1ec9] = "\x3e\x2b", - [0x1eca] = "\x3e\x2c", [0x1ecb] = "\x3e\x2d", [0x1ecc] = "\x3e\x2e", - [0x1ecd] = "\x3e\x2f", [0x1ed0] = "\x3e\x32", [0x1ed1] = "\x3e\x33", - [0x1ed2] = "\x3e\x34", [0x1ed3] = "\x3e\x35", [0x1ed4] = "\x3e\x36", - [0x1ed5] = "\x3e\x37", [0x1ed6] = "\x3e\x38", [0x1ed7] = "\x3e\x39", - [0x1ed9] = "\x3e\x3b", [0x1edb] = "\x3e\x3d", [0x1edd] = "\x3e\x3f", - [0x1edf] = "\x3e\x41", [0x1ee0] = "\x3e\x42", [0x1ee1] = "\x3e\x43", - [0x1ee2] = "\x3e\x44", [0x1ee3] = "\x3e\x45", [0x1ee4] = "\x3e\x46", - [0x1ee5] = "\x3e\x47", [0x1ee6] = "\x3e\x48", [0x1ee7] = "\x3e\x49", - [0x1ee8] = "\x3e\x4a", [0x1ee9] = "\x3e\x4b", [0x1eea] = "\x3e\x4c", - [0x1eeb] = "\x3e\x4d", [0x1eec] = "\x3e\x4e", [0x1eed] = "\x3e\x4f", - [0x1eee] = "\x3e\x50", [0x1eef] = "\x3e\x51", [0x1ef0] = "\x3e\x52", - [0x1ef1] = "\x3e\x53", [0x1ef2] = "\x3e\x54", [0x1ef3] = "\x3e\x55", - [0x1ef4] = "\x3e\x56", [0x1ef5] = "\x3e\x57", [0x1ef6] = "\x3e\x58", - [0x1ef7] = "\x3e\x59", [0x1ef8] = "\x3e\x5a", [0x1ef9] = "\x3e\x5b", - [0x1efa] = "\x3e\x5c", [0x1efb] = "\x3e\x5d", [0x1efc] = "\x3e\x5e", - [0x1efd] = "\x3e\x5f", [0x1f00] = "\x3e\x62", [0x1f01] = "\x3e\x63", - [0x1f02] = "\x3e\x64", [0x1f03] = "\x3e\x65", [0x1f04] = "\x3e\x66", - [0x1f05] = "\x3e\x67", [0x1f06] = "\x3e\x68", [0x1f07] = "\x3e\x69", - [0x1f08] = "\x3e\x6a", [0x1f09] = "\x3e\x6b", [0x1f0a] = "\x3e\x6c", - [0x1f0b] = "\x3e\x6d", [0x1f0c] = "\x3e\x6e", [0x1f0d] = "\x3e\x6f", - [0x1f0e] = "\x3e\x70", [0x1f0f] = "\x3e\x71", [0x1f10] = "\x3e\x72", - [0x1f11] = "\x3e\x73", [0x1f12] = "\x3e\x74", [0x1f13] = "\x3e\x75", - [0x1f14] = "\x3e\x76", [0x1f15] = "\x3e\x77", [0x1f16] = "\x3e\x78", - [0x1f17] = "\x3e\x79", [0x1f18] = "\x3e\x7a", [0x1f19] = "\x3e\x7b", - [0x1f1a] = "\x3e\x7c", [0x1f1b] = "\x3e\x7d", [0x1f1c] = "\x3e\x7e", - [0x1f1d] = "\x3e\x7f", [0x1f1e] = "\x3e\x80", [0x1f1f] = "\x3e\x81", - [0x1f20] = "\x3e\x82", [0x1f21] = "\x3e\x83", [0x1f22] = "\x3e\x84", - [0x1f23] = "\x3e\x85", [0x1f24] = "\x3e\x86", [0x1f25] = "\x3e\x87", - [0x1f26] = "\x3e\x88", [0x1f27] = "\x3e\x89", [0x1f28] = "\x3e\x8a", - [0x1f29] = "\x3e\x8b", [0x1f2a] = "\x3e\x8c", [0x1f2b] = "\x3e\x8d", - [0x1f2c] = "\x3e\x8e", [0x1f2d] = "\x3e\x8f", [0x1f2e] = "\x3e\x90", - [0x1f2f] = "\x3e\x91", [0x1f30] = "\x3e\x92", [0x1f31] = "\x3e\x93", - [0x1f32] = "\x3e\x94", [0x1f33] = "\x3e\x95", [0x1f34] = "\x3e\x96", - [0x1f36] = "\x3e\x98", [0x1f37] = "\x3e\x99", [0x1f38] = "\x3e\x9a", - [0x1f39] = "\x3e\x9b", [0x1f3a] = "\x3e\x9c", [0x1f3b] = "\x3e\x9d", - [0x1f3c] = "\x3e\x9e", [0x1f3d] = "\x3e\x9f", [0x1f3e] = "\x3e\xa0", - [0x1f3f] = "\x3e\xa1", [0x1f40] = "\x3e\xa2", [0x1f41] = "\x3e\xa3", - [0x1f42] = "\x3e\xa4", [0x1f43] = "\x3e\xa5", [0x1f44] = "\x3e\xa6", - [0x1f46] = "\x3e\xa8", [0x1f47] = "\x3e\xa9", [0x1f48] = "\x3e\xaa", - [0x1f49] = "\x3e\xab", [0x1f4a] = "\x3e\xac", [0x1f4b] = "\x3e\xad", - [0x1f4c] = "\x3e\xae", [0x1f4d] = "\x3e\xaf", [0x1f4e] = "\x3e\xb0", - [0x1f4f] = "\x3e\xb1", [0x1f50] = "\x3e\xb2", [0x1f51] = "\x3e\xb3", - [0x1f52] = "\x3e\xb4", [0x1f53] = "\x3e\xb5", [0x1f56] = "\x3e\xb8", - [0x1f57] = "\x3e\xb9", [0x1f58] = "\x3e\xba", [0x1f59] = "\x3e\xbb", - [0x1f5a] = "\x3e\xbc", [0x1f5b] = "\x3e\xbd", [0x1f5d] = "\x3e\xbf", - [0x1f5e] = "\x3e\xc0", [0x1f5f] = "\x3e\xc1", [0x1f60] = "\x3e\xc2", - [0x1f61] = "\x3e\xc3", [0x1f62] = "\x3e\xc4", [0x1f63] = "\x3e\xc5", - [0x1f64] = "\x3e\xc6", [0x1f65] = "\x3e\xc7", [0x1f66] = "\x3e\xc8", - [0x1f67] = "\x3e\xc9", [0x1f68] = "\x3e\xca", [0x1f69] = "\x3e\xcb", - [0x1f6a] = "\x3e\xcc", [0x1f6b] = "\x3e\xcd", [0x1f6c] = "\x3e\xce", - [0x1f6d] = "\x3e\xcf", [0x1f6e] = "\x3e\xd0", [0x1f6f] = "\x3e\xd1", - [0x1f72] = "\x3e\xd4", [0x1f73] = "\x3e\xd5", [0x1f74] = "\x3e\xd6", - [0x1f76] = "\x3e\xd8", [0x1f77] = "\x3e\xd9", [0x1f78] = "\x3e\xda", - [0x1f79] = "\x3e\xdb", [0x1f7a] = "\x3e\xdc", [0x1f7b] = "\x3e\xdd", - [0x1f7c] = "\x3e\xde", [0x1f7d] = "\x3e\xdf", [0x1f7e] = "\x3e\xe0", - [0x1f80] = "\x3e\xe2", [0x1f81] = "\x3e\xe3", [0x1f82] = "\x3e\xe4", - [0x1f83] = "\x3e\xe5", [0x1f84] = "\x3e\xe6", [0x1f85] = "\x3e\xe7", - [0x1f86] = "\x3e\xe8", [0x1f87] = "\x3e\xe9", [0x1f88] = "\x3e\xea", - [0x1f89] = "\x3e\xeb", [0x1f8a] = "\x3e\xec", [0x1f8b] = "\x3e\xed", - [0x1f8c] = "\x3e\xee", [0x1f8d] = "\x3e\xef", [0x1f8e] = "\x3e\xf0", - [0x1f8f] = "\x3e\xf1", [0x1f90] = "\xa9\x5c", [0x1f91] = "\x3e\xf2", - [0x1f92] = "\x3e\xf3", [0x1f93] = "\xa8\x43", [0x1f94] = "\xa1\xaa", - [0x1f95] = "\xa8\x44", [0x1f96] = "\xa1\xac", [0x1f97] = "\x3e\xf4", - [0x1f98] = "\xa1\xae", [0x1f99] = "\xa1\xaf", [0x1f9a] = "\x3e\xf5", - [0x1f9b] = "\x3e\xf6", [0x1f9c] = "\xa1\xb0", [0x1f9d] = "\xa1\xb1", - [0x1f9e] = "\x3e\xf7", [0x1f9f] = "\x3e\xf8", [0x1fa0] = "\x3e\xf9", - [0x1fa1] = "\x3e\xfa", [0x1fa2] = "\x3e\xfb", [0x1fa3] = "\x3e\xfc", - [0x1fa4] = "\x3e\xfd", [0x1fa5] = "\xa8\x45", [0x1fa6] = "\xa1\xad", - [0x1fa7] = "\x3e\xfe", [0x1fa8] = "\x3e\xff", [0x1fa9] = "\x3f\x00", - [0x1faa] = "\x3f\x01", [0x1fab] = "\x3f\x02", [0x1fac] = "\x3f\x03", - [0x1fad] = "\x3f\x04", [0x1fae] = "\x3f\x05", [0x1faf] = "\x3f\x06", - [0x1fb0] = "\xa1\xeb", [0x1fb1] = "\x3f\x07", [0x1fb2] = "\xa1\xe4", - [0x1fb3] = "\xa1\xe5", [0x1fb4] = "\x3f\x08", [0x1fb5] = "\xa8\x46", - [0x1fb6] = "\x3f\x09", [0x1fb7] = "\x3f\x0a", [0x1fb8] = "\x3f\x0b", - [0x1fb9] = "\x3f\x0c", [0x1fba] = "\x3f\x0d", [0x1fbb] = "\xa1\xf9", - [0x1fbc] = "\x3f\x0e", [0x1fbd] = "\x3f\x0f", [0x1fbe] = "\x3f\x10", - [0x1fbf] = "\x3f\x11", [0x1fc0] = "\x3f\x12", [0x1fc1] = "\x3f\x13", - [0x1fc2] = "\x3f\x14", [0x1fc3] = "\x3f\x15", [0x1fc4] = "\x3f\x16", - [0x1fc5] = "\x3f\x17", [0x1fc6] = "\x3f\x18", [0x1fc7] = "\x3f\x19", - [0x1fc8] = "\x3f\x1a", [0x1fc9] = "\x3f\x1b", [0x1fca] = "\x3f\x1c", - [0x1fcb] = "\x3f\x1d", [0x1fcc] = "\x3f\x1e", [0x1fcd] = "\x3f\x1f", - [0x1fce] = "\x3f\x20", [0x1fcf] = "\x3f\x21", [0x1fd0] = "\x3f\x22", - [0x1fd1] = "\x3f\x23", [0x1fd2] = "\x3f\x24", [0x1fd7] = "\x3f\x29", - [0x1fdf] = "\x3f\x31", [0x1fe0] = "\x3f\x32", [0x1fe1] = "\x3f\x33", - [0x1fe2] = "\x3f\x34", [0x1fe3] = "\x3f\x35", [0x1fea] = "\x3f\x3c", - [0x1feb] = "\x3f\x3d", [0x1fec] = "\x3f\x3e", [0x1fed] = "\x3f\x3f", - [0x1fee] = "\x3f\x40", [0x1fef] = "\x3f\x41", [0x1ff0] = "\x3f\x42", - [0x1ff1] = "\x3f\x43", [0x1ff4] = "\x3f\x46", [0x1ff5] = "\x3f\x47", - [0x1ff6] = "\x3f\x48", [0x1ff7] = "\x3f\x49", [0x1ff8] = "\x3f\x4a", - [0x1ff9] = "\x3f\x4b", [0x1ffa] = "\x3f\x4c", [0x1ffb] = "\x3f\x4d", - [0x1ffc] = "\x3f\x4e", [0x1ffd] = "\x3f\x4f", [0x1ffe] = "\x3f\x50", - [0x1fff] = "\x3f\x51", [0x2000] = "\x3f\x52", [0x2001] = "\x3f\x53", - [0x2002] = "\x3f\x54", [0x2003] = "\x3f\x55", [0x2004] = "\x3f\x56", - [0x2005] = "\x3f\x57", [0x2006] = "\x3f\x58", [0x2007] = "\x3f\x59", - [0x2008] = "\x3f\x5a", [0x2009] = "\x3f\x5b", [0x200a] = "\x3f\x5c", - [0x200b] = "\x3f\x5d", [0x200c] = "\x3f\x5e", [0x200d] = "\x3f\x5f", - [0x200e] = "\x3f\x60", [0x2020] = "\x3f\x72", [0x2021] = "\x3f\x73", - [0x2022] = "\x3f\x74", [0x2023] = "\x3f\x75", [0x2024] = "\x3f\x76", - [0x2025] = "\x3f\x77", [0x2026] = "\x3f\x78", [0x2027] = "\x3f\x79", - [0x2028] = "\x3f\x7a", [0x2029] = "\x3f\x7b", [0x202a] = "\x3f\x7c", - [0x202b] = "\x3f\x7d", [0x202c] = "\xa2\xe3", [0x202d] = "\x3f\x7e", - [0x202e] = "\x3f\x7f", [0x202f] = "\x3f\x80", [0x2030] = "\x3f\x81", - [0x2031] = "\x3f\x82", [0x2050] = "\x3f\xa1", [0x2051] = "\x3f\xa2", - [0x2052] = "\x3f\xa3", [0x2053] = "\x3f\xa4", [0x2054] = "\x3f\xa5", - [0x2055] = "\x3f\xa6", [0x2056] = "\x3f\xa7", [0x2057] = "\x3f\xa8", - [0x2058] = "\x3f\xa9", [0x2059] = "\x3f\xaa", [0x205a] = "\x3f\xab", - [0x205b] = "\x3f\xac", [0x205c] = "\x3f\xad", [0x205d] = "\x3f\xae", - [0x205e] = "\x3f\xaf", [0x205f] = "\x3f\xb0", [0x2060] = "\x3f\xb1", - [0x2061] = "\x3f\xb2", [0x2062] = "\x3f\xb3", [0x2063] = "\x3f\xb4", - [0x2064] = "\x3f\xb5", [0x2065] = "\x3f\xb6", [0x2066] = "\x3f\xb7", - [0x2067] = "\x3f\xb8", [0x2068] = "\x3f\xb9", [0x2069] = "\x3f\xba", - [0x206a] = "\x3f\xbb", [0x2080] = "\x3f\xd1", [0x2081] = "\x3f\xd2", - [0x2082] = "\x3f\xd3", [0x2083] = "\xa1\xe6", [0x2084] = "\x3f\xd4", - [0x2085] = "\xa8\x47", [0x2086] = "\x3f\xd5", [0x2087] = "\x3f\xd6", - [0x2088] = "\x3f\xd7", [0x2089] = "\xa8\x48", [0x208a] = "\x3f\xd8", - [0x208b] = "\x3f\xd9", [0x208c] = "\x3f\xda", [0x208d] = "\x3f\xdb", - [0x208e] = "\x3f\xdc", [0x208f] = "\x3f\xdd", [0x2090] = "\x3f\xde", - [0x2091] = "\x3f\xdf", [0x2092] = "\x3f\xe0", [0x2093] = "\x3f\xe1", - [0x2094] = "\x3f\xe2", [0x2095] = "\x3f\xe3", [0x2096] = "\xa1\xed", - [0x2097] = "\x3f\xe4", [0x2098] = "\x3f\xe5", [0x2099] = "\x3f\xe6", - [0x209a] = "\x3f\xe7", [0x209b] = "\x3f\xe8", [0x209c] = "\x3f\xe9", - [0x209d] = "\x3f\xea", [0x209e] = "\x3f\xeb", [0x209f] = "\x3f\xec", - [0x20a0] = "\x3f\xed", [0x20a1] = "\xa9\x59", [0x20a2] = "\x3f\xee", - [0x20a3] = "\x3f\xef", [0x20a4] = "\x3f\xf0", [0x20a5] = "\x3f\xf1", - [0x20a6] = "\x3f\xf2", [0x20a7] = "\x3f\xf3", [0x20a8] = "\x3f\xf4", - [0x20a9] = "\x3f\xf5", [0x20aa] = "\x3f\xf6", [0x20ab] = "\x3f\xf7", - [0x20ac] = "\x3f\xf8", [0x20ad] = "\x3f\xf9", [0x20ae] = "\x3f\xfa", - [0x20af] = "\x3f\xfb", [0x20b0] = "\x3f\xfc", [0x20b1] = "\x3f\xfd", - [0x20b2] = "\x3f\xfe", [0x20b3] = "\x3f\xff", [0x20b4] = "\x40\x00", - [0x20b5] = "\x40\x01", [0x20b6] = "\x40\x02", [0x20b7] = "\x40\x03", - [0x20b8] = "\x40\x04", [0x20b9] = "\x40\x05", [0x20ba] = "\x40\x06", - [0x20bd] = "\x40\x09", [0x20be] = "\x40\x0a", [0x20bf] = "\x40\x0b", - [0x20c0] = "\x40\x0c", [0x20c1] = "\x40\x0d", [0x20c2] = "\x40\x0e", - [0x20c3] = "\x40\x0f", [0x20c4] = "\x40\x10", [0x20c5] = "\x40\x11", - [0x20c6] = "\x40\x12", [0x20c7] = "\x40\x13", [0x20c8] = "\x40\x14", - [0x20c9] = "\x40\x15", [0x20ca] = "\x40\x16", [0x20cb] = "\x40\x17", - [0x20d3] = "\x40\x1f", [0x20d4] = "\x40\x20", [0x20d5] = "\x40\x21", - [0x20d6] = "\x40\x22", [0x20d7] = "\x40\x23", [0x20d8] = "\x40\x24", - [0x20d9] = "\x40\x25", [0x20da] = "\x40\x26", [0x20db] = "\x40\x27", - [0x20dc] = "\x40\x28", [0x20dd] = "\x40\x29", [0x20de] = "\x40\x2a", - [0x20df] = "\x40\x2b", [0x20e0] = "\xa2\xf1", [0x20e1] = "\xa2\xf2", - [0x20e2] = "\xa2\xf3", [0x20e3] = "\xa2\xf4", [0x20e4] = "\xa2\xf5", - [0x20e5] = "\xa2\xf6", [0x20e6] = "\xa2\xf7", [0x20e7] = "\xa2\xf8", - [0x20e8] = "\xa2\xf9", [0x20e9] = "\xa2\xfa", [0x20ea] = "\xa2\xfb", - [0x20eb] = "\xa2\xfc", [0x20ec] = "\x40\x2c", [0x20ed] = "\x40\x2d", - [0x20ee] = "\x40\x2e", [0x20ef] = "\x40\x2f", [0x20f0] = "\xa2\xa1", - [0x20f1] = "\xa2\xa2", [0x20f2] = "\xa2\xa3", [0x20f3] = "\xa2\xa4", - [0x20f4] = "\xa2\xa5", [0x20f5] = "\xa2\xa6", [0x20f6] = "\xa2\xa7", - [0x20f7] = "\xa2\xa8", [0x20f8] = "\xa2\xa9", [0x20f9] = "\xa2\xaa", - [0x20fa] = "\x40\x30", [0x20fb] = "\x40\x31", [0x20fc] = "\x40\x32", - [0x20fd] = "\x40\x33", [0x20fe] = "\x40\x34", [0x20ff] = "\x40\x35", - [0x2100] = "\x40\x36", [0x2101] = "\x40\x37", [0x2102] = "\x40\x38", - [0x2103] = "\x40\x39", [0x2110] = "\xa1\xfb", [0x2111] = "\xa1\xfc", - [0x2112] = "\xa1\xfa", [0x2113] = "\xa1\xfd", [0x2114] = "\x40\x46", - [0x2115] = "\x40\x47", [0x2116] = "\xa8\x49", [0x2117] = "\xa8\x4a", - [0x2118] = "\xa8\x4b", [0x2119] = "\xa8\x4c", [0x211a] = "\x40\x48", - [0x211b] = "\x40\x49", [0x211c] = "\x40\x4a", [0x211d] = "\x40\x4b", - [0x211e] = "\x40\x4c", [0x211f] = "\x40\x4d", [0x2120] = "\x40\x4e", - [0x2121] = "\x40\x4f", [0x2122] = "\x40\x50", [0x2123] = "\x40\x51", - [0x2124] = "\x40\x52", [0x2125] = "\x40\x53", [0x2126] = "\x40\x54", - [0x2127] = "\x40\x55", [0x2128] = "\x40\x56", [0x2129] = "\x40\x57", - [0x212a] = "\x40\x58", [0x212b] = "\x40\x59", [0x212c] = "\x40\x5a", - [0x212d] = "\x40\x5b", [0x212e] = "\x40\x5c", [0x212f] = "\x40\x5d", - [0x2130] = "\x40\x5e", [0x2131] = "\x40\x5f", [0x2132] = "\x40\x60", - [0x2133] = "\x40\x61", [0x2134] = "\x40\x62", [0x2135] = "\x40\x63", - [0x2136] = "\x40\x64", [0x2137] = "\x40\x65", [0x2138] = "\x40\x66", - [0x2139] = "\x40\x67", [0x213a] = "\x40\x68", [0x213b] = "\x40\x69", - [0x213c] = "\x40\x6a", [0x213d] = "\x40\x6b", [0x213e] = "\x40\x6c", - [0x213f] = "\x40\x6d", [0x2140] = "\x40\x6e", [0x2141] = "\x40\x6f", - [0x2142] = "\x40\x70", [0x2143] = "\x40\x71", [0x2144] = "\x40\x72", - [0x2145] = "\x40\x73", [0x2146] = "\x40\x74", [0x2147] = "\x40\x75", - [0x2148] = "\x40\x76", [0x2149] = "\x40\x77", [0x214a] = "\x40\x78", - [0x214b] = "\x40\x79", [0x214c] = "\x40\x7a", [0x214d] = "\x40\x7b", - [0x214e] = "\x40\x7c", [0x214f] = "\x40\x7d", [0x2150] = "\x40\x7e", - [0x2151] = "\x40\x7f", [0x2152] = "\x40\x80", [0x2153] = "\x40\x81", - [0x2154] = "\x40\x82", [0x2155] = "\x40\x83", [0x2156] = "\x40\x84", - [0x2157] = "\x40\x85", [0x2158] = "\x40\x86", [0x2159] = "\x40\x87", - [0x215a] = "\x40\x88", [0x215b] = "\x40\x89", [0x215c] = "\x40\x8a", - [0x215d] = "\x40\x8b", [0x215e] = "\x40\x8c", [0x215f] = "\x40\x8d", - [0x2160] = "\x40\x8e", [0x2161] = "\x40\x8f", [0x2162] = "\x40\x90", - [0x2163] = "\x40\x91", [0x2164] = "\x40\x92", [0x2165] = "\x40\x93", - [0x2166] = "\x40\x94", [0x2167] = "\x40\x95", [0x2168] = "\x40\x96", - [0x2169] = "\x40\x97", [0x216a] = "\x40\x98", [0x216b] = "\x40\x99", - [0x216c] = "\x40\x9a", [0x216d] = "\x40\x9b", [0x216e] = "\x40\x9c", - [0x216f] = "\x40\x9d", [0x2170] = "\x40\x9e", [0x2171] = "\x40\x9f", - [0x2172] = "\x40\xa0", [0x2173] = "\x40\xa1", [0x2174] = "\x40\xa2", - [0x2175] = "\x40\xa3", [0x2176] = "\x40\xa4", [0x2177] = "\x40\xa5", - [0x2178] = "\x40\xa6", [0x2179] = "\x40\xa7", [0x217a] = "\x40\xa8", - [0x217b] = "\x40\xa9", [0x217c] = "\x40\xaa", [0x217d] = "\x40\xab", - [0x217e] = "\x40\xac", [0x217f] = "\x40\xad", [0x2180] = "\x40\xae", - [0x2181] = "\x40\xaf", [0x2182] = "\x40\xb0", [0x2183] = "\x40\xb1", - [0x2184] = "\x40\xb2", [0x2185] = "\x40\xb3", [0x2186] = "\x40\xb4", - [0x2187] = "\x40\xb5", [0x2188] = "\xa1\xca", [0x2189] = "\x40\xb6", - [0x218a] = "\x40\xb7", [0x218b] = "\x40\xb8", [0x218c] = "\x40\xb9", - [0x218d] = "\x40\xba", [0x218e] = "\x40\xbb", [0x218f] = "\xa1\xc7", - [0x2190] = "\x40\xbc", [0x2191] = "\xa1\xc6", [0x2192] = "\x40\xbd", - [0x2193] = "\x40\xbe", [0x2194] = "\x40\xbf", [0x2195] = "\xa8\x4d", - [0x2196] = "\x40\xc0", [0x2197] = "\x40\xc1", [0x2198] = "\x40\xc2", - [0x2199] = "\x40\xc3", [0x219a] = "\xa1\xcc", [0x219b] = "\x40\xc4", - [0x219c] = "\x40\xc5", [0x219d] = "\xa1\xd8", [0x219e] = "\xa1\xde", - [0x219f] = "\xa8\x4e", [0x21a0] = "\xa1\xcf", [0x21a1] = "\x40\xc6", - [0x21a2] = "\x40\xc7", [0x21a3] = "\xa8\x4f", [0x21a4] = "\x40\xc8", - [0x21a5] = "\xa1\xce", [0x21a6] = "\x40\xc9", [0x21a7] = "\xa1\xc4", - [0x21a8] = "\xa1\xc5", [0x21a9] = "\xa1\xc9", [0x21aa] = "\xa1\xc8", - [0x21ab] = "\xa1\xd2", [0x21ac] = "\x40\xca", [0x21ad] = "\x40\xcb", - [0x21ae] = "\xa1\xd3", [0x21af] = "\x40\xcc", [0x21b0] = "\x40\xcd", - [0x21b1] = "\x40\xce", [0x21b2] = "\x40\xcf", [0x21b3] = "\x40\xd0", - [0x21b4] = "\xa1\xe0", [0x21b5] = "\xa1\xdf", [0x21b6] = "\xa1\xc3", - [0x21b7] = "\xa1\xcb", [0x21b8] = "\x40\xd1", [0x21b9] = "\x40\xd2", - [0x21ba] = "\x40\xd3", [0x21bb] = "\x40\xd4", [0x21bc] = "\x40\xd5", - [0x21bd] = "\xa1\xd7", [0x21be] = "\x40\xd6", [0x21bf] = "\x40\xd7", - [0x21c0] = "\x40\xd8", [0x21c1] = "\x40\xd9", [0x21c2] = "\x40\xda", - [0x21c3] = "\x40\xdb", [0x21c4] = "\x40\xdc", [0x21c5] = "\x40\xdd", - [0x21c6] = "\x40\xde", [0x21c7] = "\x40\xdf", [0x21c8] = "\xa1\xd6", - [0x21c9] = "\x40\xe0", [0x21ca] = "\x40\xe1", [0x21cb] = "\x40\xe2", - [0x21cc] = "\xa1\xd5", [0x21cd] = "\x40\xe3", [0x21ce] = "\x40\xe4", - [0x21cf] = "\x40\xe5", [0x21d0] = "\x40\xe6", [0x21d1] = "\x40\xe7", - [0x21d2] = "\xa8\x50", [0x21d3] = "\x40\xe8", [0x21d4] = "\x40\xe9", - [0x21d5] = "\x40\xea", [0x21d6] = "\x40\xeb", [0x21d7] = "\x40\xec", - [0x21d8] = "\x40\xed", [0x21d9] = "\x40\xee", [0x21da] = "\x40\xef", - [0x21db] = "\x40\xf0", [0x21dc] = "\x40\xf1", [0x21dd] = "\x40\xf2", - [0x21de] = "\x40\xf3", [0x21df] = "\x40\xf4", [0x21e0] = "\xa1\xd9", - [0x21e1] = "\xa1\xd4", [0x21e2] = "\x40\xf5", [0x21e3] = "\x40\xf6", - [0x21e4] = "\xa1\xdc", [0x21e5] = "\xa1\xdd", [0x21e6] = "\xa8\x51", - [0x21e7] = "\xa8\x52", [0x21e8] = "\x40\xf7", [0x21e9] = "\x40\xf8", - [0x21ea] = "\x40\xf9", [0x21eb] = "\x40\xfa", [0x21ec] = "\x40\xfb", - [0x21ed] = "\x40\xfc", [0x21ee] = "\xa1\xda", [0x21ef] = "\xa1\xdb", - [0x21f0] = "\x40\xfd", [0x21f1] = "\x40\xfe", [0x21f2] = "\x40\xff", - [0x21f3] = "\x41\x00", [0x21f4] = "\x41\x01", [0x21f5] = "\x41\x02", - [0x21f6] = "\x41\x03", [0x21f7] = "\x41\x04", [0x21f8] = "\x41\x05", - [0x21f9] = "\x41\x06", [0x21fa] = "\x41\x07", [0x21fb] = "\x41\x08", - [0x21fc] = "\x41\x09", [0x21fd] = "\x41\x0a", [0x21fe] = "\x41\x0b", - [0x21ff] = "\x41\x0c", [0x2200] = "\x41\x0d", [0x2201] = "\x41\x0e", - [0x2202] = "\x41\x0f", [0x2203] = "\x41\x10", [0x2204] = "\x41\x11", - [0x2205] = "\x41\x12", [0x2206] = "\x41\x13", [0x2207] = "\x41\x14", - [0x2208] = "\x41\x15", [0x2209] = "\x41\x16", [0x220a] = "\x41\x17", - [0x220b] = "\x41\x18", [0x220c] = "\x41\x19", [0x220d] = "\x41\x1a", - [0x220e] = "\x41\x1b", [0x220f] = "\x41\x1c", [0x2210] = "\x41\x1d", - [0x2211] = "\x41\x1e", [0x2212] = "\x41\x1f", [0x2213] = "\x41\x20", - [0x2214] = "\x41\x21", [0x2215] = "\xa8\x92", [0x2216] = "\x41\x22", - [0x2217] = "\x41\x23", [0x2218] = "\x41\x24", [0x2219] = "\xa1\xd1", - [0x221a] = "\x41\x25", [0x221b] = "\x41\x26", [0x221c] = "\x41\x27", - [0x221d] = "\x41\x28", [0x221e] = "\x41\x29", [0x221f] = "\x41\x2a", - [0x2220] = "\x41\x2b", [0x2221] = "\x41\x2c", [0x2222] = "\x41\x2d", - [0x2223] = "\x41\x2e", [0x2224] = "\x41\x2f", [0x2225] = "\xa1\xcd", - [0x2226] = "\x41\x30", [0x2227] = "\x41\x31", [0x2228] = "\x41\x32", - [0x2229] = "\x41\x33", [0x222a] = "\x41\x34", [0x222b] = "\x41\x35", - [0x222c] = "\x41\x36", [0x222d] = "\x41\x37", [0x222e] = "\x41\x38", - [0x222f] = "\x41\x39", [0x2230] = "\x41\x3a", [0x2231] = "\x41\x3b", - [0x2232] = "\x41\x3c", [0x2233] = "\x41\x3d", [0x2234] = "\x41\x3e", - [0x2235] = "\x41\x3f", [0x2236] = "\x41\x40", [0x2237] = "\x41\x41", - [0x2238] = "\x41\x42", [0x2239] = "\x41\x43", [0x223a] = "\x41\x44", - [0x223b] = "\x41\x45", [0x223c] = "\x41\x46", [0x223d] = "\x41\x47", - [0x223e] = "\x41\x48", [0x223f] = "\xa8\x53", [0x2240] = "\x41\x49", - [0x2241] = "\x41\x4a", [0x2242] = "\x41\x4b", [0x2243] = "\x41\x4c", - [0x2244] = "\x41\x4d", [0x2245] = "\x41\x4e", [0x2246] = "\x41\x4f", - [0x2247] = "\x41\x50", [0x2248] = "\x41\x51", [0x2249] = "\x41\x52", - [0x224a] = "\x41\x53", [0x224b] = "\x41\x54", [0x224c] = "\x41\x55", - [0x224d] = "\x41\x56", [0x224e] = "\x41\x57", [0x224f] = "\x41\x58", - [0x2250] = "\x41\x59", [0x2251] = "\x41\x5a", [0x2252] = "\x41\x5b", - [0x2253] = "\x41\x5c", [0x2254] = "\x41\x5d", [0x2255] = "\x41\x5e", - [0x2256] = "\x41\x5f", [0x2257] = "\x41\x60", [0x2258] = "\x41\x61", - [0x2259] = "\x41\x62", [0x225a] = "\x41\x63", [0x225b] = "\x41\x64", - [0x225c] = "\x41\x65", [0x225d] = "\x41\x66", [0x225e] = "\x41\x67", - [0x225f] = "\x41\x68", [0x2260] = "\x41\x69", [0x2261] = "\x41\x6a", - [0x2262] = "\x41\x6b", [0x2263] = "\x41\x6c", [0x2264] = "\x41\x6d", - [0x2265] = "\x41\x6e", [0x2266] = "\x41\x6f", [0x2267] = "\x41\x70", - [0x2268] = "\x41\x71", [0x2269] = "\x41\x72", [0x226a] = "\x41\x73", - [0x226b] = "\x41\x74", [0x226c] = "\x41\x75", [0x226d] = "\x41\x76", - [0x226e] = "\x41\x77", [0x226f] = "\x41\x78", [0x2270] = "\x41\x79", - [0x2271] = "\x41\x7a", [0x2272] = "\x41\x7b", [0x2273] = "\x41\x7c", - [0x2274] = "\x41\x7d", [0x2275] = "\x41\x7e", [0x2276] = "\x41\x7f", - [0x2277] = "\x41\x80", [0x2278] = "\x41\x81", [0x2279] = "\x41\x82", - [0x227a] = "\x41\x83", [0x227b] = "\x41\x84", [0x227c] = "\x41\x85", - [0x227d] = "\x41\x86", [0x227e] = "\x41\x87", [0x227f] = "\x41\x88", - [0x2280] = "\x41\x89", [0x2281] = "\x41\x8a", [0x2282] = "\x41\x8b", - [0x2283] = "\x41\x8c", [0x2284] = "\x41\x8d", [0x2285] = "\x41\x8e", - [0x2286] = "\x41\x8f", [0x2287] = "\x41\x90", [0x2288] = "\x41\x91", - [0x2289] = "\x41\x92", [0x228a] = "\x41\x93", [0x228b] = "\x41\x94", - [0x228c] = "\x41\x95", [0x228d] = "\x41\x96", [0x228e] = "\x41\x97", - [0x228f] = "\x41\x98", [0x2290] = "\x41\x99", [0x2291] = "\x41\x9a", - [0x2292] = "\xa1\xd0", [0x2293] = "\x41\x9b", [0x2294] = "\x41\x9c", - [0x2295] = "\x41\x9d", [0x2296] = "\x41\x9e", [0x2297] = "\x41\x9f", - [0x2298] = "\x41\xa0", [0x2299] = "\x41\xa1", [0x229a] = "\x41\xa2", - [0x229b] = "\x41\xa3", [0x229c] = "\x41\xa4", [0x229d] = "\x41\xa5", - [0x229e] = "\x41\xa6", [0x229f] = "\x41\xa7", [0x22a0] = "\x41\xa8", - [0x22a1] = "\x41\xa9", [0x22a2] = "\x41\xaa", [0x22a3] = "\x41\xab", - [0x22a4] = "\x41\xac", [0x22a5] = "\x41\xad", [0x22a6] = "\x41\xae", - [0x22a7] = "\x41\xaf", [0x22a8] = "\x41\xb0", [0x22a9] = "\x41\xb1", - [0x22aa] = "\x41\xb2", [0x22ab] = "\x41\xb3", [0x22ac] = "\x41\xb4", - [0x22ad] = "\x41\xb5", [0x22ae] = "\x41\xb6", [0x22af] = "\x41\xb7", - [0x22b0] = "\x41\xb8", [0x22b1] = "\x41\xb9", [0x22b2] = "\x41\xba", - [0x22b3] = "\x41\xbb", [0x22b4] = "\x41\xbc", [0x22b5] = "\x41\xbd", - [0x22b6] = "\x41\xbe", [0x22b7] = "\x41\xbf", [0x22b8] = "\x41\xc0", - [0x22b9] = "\x41\xc1", [0x22ba] = "\x41\xc2", [0x22bb] = "\x41\xc3", - [0x22bc] = "\x41\xc4", [0x22bd] = "\x41\xc5", [0x22be] = "\x41\xc6", - [0x22bf] = "\x41\xc7", [0x22c0] = "\x41\xc8", [0x22c1] = "\x41\xc9", - [0x22c2] = "\x41\xca", [0x22c3] = "\x41\xcb", [0x22c4] = "\x41\xcc", - [0x22c5] = "\x41\xcd", [0x22c6] = "\x41\xce", [0x22c7] = "\x41\xcf", - [0x22c8] = "\x41\xd0", [0x22c9] = "\x41\xd1", [0x22ca] = "\x41\xd2", - [0x22cb] = "\x41\xd3", [0x22cc] = "\x41\xd4", [0x22cd] = "\x41\xd5", - [0x22ce] = "\x41\xd6", [0x22cf] = "\x41\xd7", [0x22d0] = "\x41\xd8", - [0x22d1] = "\x41\xd9", [0x22d2] = "\x41\xda", [0x22d3] = "\x41\xdb", - [0x22d4] = "\x41\xdc", [0x22d5] = "\x41\xdd", [0x22d6] = "\x41\xde", - [0x22d7] = "\x41\xdf", [0x22d8] = "\x41\xe0", [0x22d9] = "\x41\xe1", - [0x22da] = "\x41\xe2", [0x22db] = "\x41\xe3", [0x22dc] = "\x41\xe4", - [0x22dd] = "\x41\xe5", [0x22de] = "\x41\xe6", [0x22df] = "\x41\xe7", - [0x22e0] = "\x41\xe8", [0x22e1] = "\x41\xe9", [0x22e2] = "\x41\xea", - [0x22e3] = "\x41\xeb", [0x22e4] = "\x41\xec", [0x22e5] = "\x41\xed", - [0x22e6] = "\x41\xee", [0x22e7] = "\x41\xef", [0x22e8] = "\x41\xf0", - [0x22e9] = "\x41\xf1", [0x22ea] = "\x41\xf2", [0x22eb] = "\x41\xf3", - [0x22ec] = "\x41\xf4", [0x22ed] = "\x41\xf5", [0x22ee] = "\x41\xf6", - [0x22ef] = "\x41\xf7", [0x22f0] = "\x41\xf8", [0x22f1] = "\x41\xf9", - [0x22f2] = "\x41\xfa", [0x22f3] = "\x41\xfb", [0x22f4] = "\x41\xfc", - [0x22f5] = "\x41\xfd", [0x22f6] = "\x41\xfe", [0x22f7] = "\x41\xff", - [0x22f8] = "\x42\x00", [0x22f9] = "\x42\x01", [0x22fa] = "\x42\x02", - [0x22fb] = "\x42\x03", [0x22fc] = "\x42\x04", [0x22fd] = "\x42\x05", - [0x22fe] = "\x42\x06", [0x22ff] = "\x42\x07", [0x2300] = "\x42\x08", - [0x2301] = "\x42\x09", [0x2302] = "\x42\x0a", [0x2303] = "\x42\x0b", - [0x2304] = "\x42\x0c", [0x2305] = "\x42\x0d", [0x2306] = "\x42\x0e", - [0x2307] = "\x42\x0f", [0x2308] = "\x42\x10", [0x2309] = "\x42\x11", - [0x230a] = "\x42\x12", [0x230b] = "\x42\x13", [0x230c] = "\x42\x14", - [0x230d] = "\x42\x15", [0x230e] = "\x42\x16", [0x230f] = "\x42\x17", - [0x2310] = "\x42\x18", [0x2311] = "\x42\x19", [0x2312] = "\x42\x1a", - [0x2313] = "\x42\x1b", [0x2314] = "\x42\x1c", [0x2315] = "\x42\x1d", - [0x2316] = "\x42\x1e", [0x2317] = "\x42\x1f", [0x2318] = "\x42\x20", - [0x2319] = "\x42\x21", [0x231a] = "\x42\x22", [0x231b] = "\x42\x23", - [0x231c] = "\x42\x24", [0x231d] = "\x42\x25", [0x231e] = "\x42\x26", - [0x231f] = "\x42\x27", [0x2320] = "\x42\x28", [0x2321] = "\x42\x29", - [0x2322] = "\x42\x2a", [0x2323] = "\x42\x2b", [0x2324] = "\x42\x2c", - [0x2325] = "\x42\x2d", [0x2326] = "\x42\x2e", [0x2327] = "\x42\x2f", - [0x2328] = "\x42\x30", [0x2329] = "\x42\x31", [0x232a] = "\x42\x32", - [0x232b] = "\x42\x33", [0x232c] = "\x42\x34", [0x232d] = "\x42\x35", - [0x232e] = "\x42\x36", [0x232f] = "\x42\x37", [0x2330] = "\x42\x38", - [0x2331] = "\x42\x39", [0x2332] = "\x42\x3a", [0x2333] = "\x42\x3b", - [0x2334] = "\x42\x3c", [0x2335] = "\x42\x3d", [0x2336] = "\x42\x3e", - [0x2337] = "\x42\x3f", [0x2338] = "\x42\x40", [0x2339] = "\x42\x41", - [0x233a] = "\x42\x42", [0x233b] = "\x42\x43", [0x233c] = "\x42\x44", - [0x233d] = "\x42\x45", [0x233e] = "\x42\x46", [0x233f] = "\x42\x47", - [0x2340] = "\x42\x48", [0x2341] = "\x42\x49", [0x2342] = "\x42\x4a", - [0x2343] = "\x42\x4b", [0x2344] = "\x42\x4c", [0x2345] = "\x42\x4d", - [0x2346] = "\x42\x4e", [0x2347] = "\x42\x4f", [0x2348] = "\x42\x50", - [0x2349] = "\x42\x51", [0x234a] = "\x42\x52", [0x234b] = "\x42\x53", - [0x234c] = "\x42\x54", [0x234d] = "\x42\x55", [0x234e] = "\x42\x56", - [0x2380] = "\x42\x88", [0x2381] = "\x42\x89", [0x2382] = "\x42\x8a", - [0x2383] = "\x42\x8b", [0x2384] = "\x42\x8c", [0x2385] = "\x42\x8d", - [0x2386] = "\x42\x8e", [0x2387] = "\x42\x8f", [0x2388] = "\x42\x90", - [0x2389] = "\x42\x91", [0x238a] = "\x42\x92", [0x238b] = "\x42\x93", - [0x238c] = "\x42\x94", [0x238d] = "\x42\x95", [0x238e] = "\x42\x96", - [0x238f] = "\x42\x97", [0x2390] = "\x42\x98", [0x2391] = "\x42\x99", - [0x2392] = "\x42\x9a", [0x2393] = "\x42\x9b", [0x2394] = "\x42\x9c", - [0x2395] = "\x42\x9d", [0x2396] = "\x42\x9e", [0x2397] = "\x42\x9f", - [0x2398] = "\x42\xa0", [0x2399] = "\x42\xa1", [0x239a] = "\x42\xa2", - [0x239b] = "\x42\xa3", [0x239c] = "\x42\xa4", [0x239d] = "\x42\xa5", - [0x239e] = "\x42\xa6", [0x239f] = "\x42\xa7", [0x23a0] = "\x42\xa8", - [0x23a1] = "\x42\xa9", [0x23a2] = "\x42\xaa", [0x23a3] = "\x42\xab", - [0x23a4] = "\x42\xac", [0x23a5] = "\x42\xad", [0x23a6] = "\x42\xae", - [0x23c0] = "\x42\xc8", [0x23c1] = "\x42\xc9", [0x23c2] = "\x42\xca", - [0x23c3] = "\x42\xcb", [0x23c4] = "\x42\xcc", [0x23c5] = "\x42\xcd", - [0x23c6] = "\x42\xce", [0x23c7] = "\x42\xcf", [0x23c8] = "\x42\xd0", - [0x23c9] = "\x42\xd1", [0x23ca] = "\x42\xd2", [0x23e0] = "\xa2\xd9", - [0x23e1] = "\xa2\xda", [0x23e2] = "\xa2\xdb", [0x23e3] = "\xa2\xdc", - [0x23e4] = "\xa2\xdd", [0x23e5] = "\xa2\xde", [0x23e6] = "\xa2\xdf", - [0x23e7] = "\xa2\xe0", [0x23e8] = "\xa2\xe1", [0x23e9] = "\xa2\xe2", - [0x23ea] = "\x42\xe8", [0x23eb] = "\x42\xe9", [0x23ec] = "\x42\xea", - [0x23ed] = "\x42\xeb", [0x23ee] = "\x42\xec", [0x23ef] = "\x42\xed", - [0x23f0] = "\x42\xee", [0x23f1] = "\x42\xef", [0x23f2] = "\x42\xf0", - [0x23f3] = "\x42\xf1", [0x23f4] = "\xa2\xc5", [0x23f5] = "\xa2\xc6", - [0x23f6] = "\xa2\xc7", [0x23f7] = "\xa2\xc8", [0x23f8] = "\xa2\xc9", - [0x23f9] = "\xa2\xca", [0x23fa] = "\xa2\xcb", [0x23fb] = "\xa2\xcc", - [0x23fc] = "\xa2\xcd", [0x23fd] = "\xa2\xce", [0x23fe] = "\xa2\xcf", - [0x23ff] = "\xa2\xd0", [0x2400] = "\xa2\xd1", [0x2401] = "\xa2\xd2", - [0x2402] = "\xa2\xd3", [0x2403] = "\xa2\xd4", [0x2404] = "\xa2\xd5", - [0x2405] = "\xa2\xd6", [0x2406] = "\xa2\xd7", [0x2407] = "\xa2\xd8", - [0x2408] = "\xa2\xb1", [0x2409] = "\xa2\xb2", [0x240a] = "\xa2\xb3", - [0x240b] = "\xa2\xb4", [0x240c] = "\xa2\xb5", [0x240d] = "\xa2\xb6", - [0x240e] = "\xa2\xb7", [0x240f] = "\xa2\xb8", [0x2410] = "\xa2\xb9", - [0x2411] = "\xa2\xba", [0x2412] = "\xa2\xbb", [0x2413] = "\xa2\xbc", - [0x2414] = "\xa2\xbd", [0x2415] = "\xa2\xbe", [0x2416] = "\xa2\xbf", - [0x2417] = "\xa2\xc0", [0x2418] = "\xa2\xc1", [0x2419] = "\xa2\xc2", - [0x241a] = "\xa2\xc3", [0x241b] = "\xa2\xc4", [0x241c] = "\x42\xf2", - [0x241d] = "\x42\xf3", [0x241e] = "\x42\xf4", [0x241f] = "\x42\xf5", - [0x2420] = "\x42\xf6", [0x2421] = "\x42\xf7", [0x2422] = "\x42\xf8", - [0x2423] = "\x42\xf9", [0x2424] = "\x42\xfa", [0x2425] = "\x42\xfb", - [0x2426] = "\x42\xfc", [0x2427] = "\x42\xfd", [0x2428] = "\x42\xfe", - [0x2429] = "\x42\xff", [0x242a] = "\x43\x00", [0x242b] = "\x43\x01", - [0x242c] = "\x43\x02", [0x242d] = "\x43\x03", [0x242e] = "\x43\x04", - [0x242f] = "\x43\x05", [0x2430] = "\x43\x06", [0x2431] = "\x43\x07", - [0x2432] = "\x43\x08", [0x2433] = "\x43\x09", [0x2434] = "\x43\x0a", - [0x2435] = "\x43\x0b", [0x2436] = "\x43\x0c", [0x2437] = "\x43\x0d", - [0x2438] = "\x43\x0e", [0x2439] = "\x43\x0f", [0x243a] = "\x43\x10", - [0x243b] = "\x43\x11", [0x243c] = "\x43\x12", [0x243d] = "\x43\x13", - [0x243e] = "\x43\x14", [0x243f] = "\x43\x15", [0x2440] = "\x43\x16", - [0x2441] = "\x43\x17", [0x2442] = "\x43\x18", [0x2443] = "\x43\x19", - [0x2444] = "\x43\x1a", [0x2445] = "\x43\x1b", [0x2446] = "\x43\x1c", - [0x2447] = "\x43\x1d", [0x2448] = "\x43\x1e", [0x2449] = "\x43\x1f", - [0x244a] = "\x43\x20", [0x244b] = "\x43\x21", [0x244c] = "\x43\x22", - [0x244d] = "\x43\x23", [0x244e] = "\x43\x24", [0x244f] = "\x43\x25", - [0x2450] = "\x43\x26", [0x2451] = "\x43\x27", [0x2452] = "\x43\x28", - [0x2453] = "\x43\x29", [0x2454] = "\x43\x2a", [0x2455] = "\x43\x2b", - [0x2456] = "\x43\x2c", [0x2457] = "\x43\x2d", [0x2458] = "\x43\x2e", - [0x2459] = "\x43\x2f", [0x245a] = "\x43\x30", [0x245b] = "\x43\x31", - [0x245c] = "\x43\x32", [0x245d] = "\x43\x33", [0x245e] = "\x43\x34", - [0x245f] = "\x43\x35", [0x2460] = "\x43\x36", [0x2461] = "\x43\x37", - [0x2462] = "\x43\x38", [0x2463] = "\x43\x39", [0x2464] = "\x43\x3a", - [0x2465] = "\x43\x3b", [0x2466] = "\x43\x3c", [0x2467] = "\x43\x3d", - [0x2468] = "\x43\x3e", [0x2469] = "\x43\x3f", [0x246a] = "\x43\x40", - [0x246b] = "\x43\x41", [0x246c] = "\x43\x42", [0x246d] = "\x43\x43", - [0x246e] = "\x43\x44", [0x246f] = "\x43\x45", [0x2470] = "\x43\x46", - [0x2471] = "\x43\x47", [0x2472] = "\x43\x48", [0x2473] = "\x43\x49", - [0x2474] = "\x43\x4a", [0x2475] = "\x43\x4b", [0x2476] = "\x43\x4c", - [0x2477] = "\x43\x4d", [0x2478] = "\x43\x4e", [0x2479] = "\x43\x4f", - [0x247a] = "\x43\x50", [0x247b] = "\x43\x51", [0x247c] = "\x43\x52", - [0x247d] = "\x43\x53", [0x247e] = "\x43\x54", [0x2480] = "\xa9\xa4", - [0x2481] = "\xa9\xa5", [0x2482] = "\xa9\xa6", [0x2483] = "\xa9\xa7", - [0x2484] = "\xa9\xa8", [0x2485] = "\xa9\xa9", [0x2486] = "\xa9\xaa", - [0x2487] = "\xa9\xab", [0x2488] = "\xa9\xac", [0x2489] = "\xa9\xad", - [0x248a] = "\xa9\xae", [0x248b] = "\xa9\xaf", [0x248c] = "\xa9\xb0", - [0x248d] = "\xa9\xb1", [0x248e] = "\xa9\xb2", [0x248f] = "\xa9\xb3", - [0x2490] = "\xa9\xb4", [0x2491] = "\xa9\xb5", [0x2492] = "\xa9\xb6", - [0x2493] = "\xa9\xb7", [0x2494] = "\xa9\xb8", [0x2495] = "\xa9\xb9", - [0x2496] = "\xa9\xba", [0x2497] = "\xa9\xbb", [0x2498] = "\xa9\xbc", - [0x2499] = "\xa9\xbd", [0x249a] = "\xa9\xbe", [0x249b] = "\xa9\xbf", - [0x249c] = "\xa9\xc0", [0x249d] = "\xa9\xc1", [0x249e] = "\xa9\xc2", - [0x249f] = "\xa9\xc3", [0x24a0] = "\xa9\xc4", [0x24a1] = "\xa9\xc5", - [0x24a2] = "\xa9\xc6", [0x24a3] = "\xa9\xc7", [0x24a4] = "\xa9\xc8", - [0x24a5] = "\xa9\xc9", [0x24a6] = "\xa9\xca", [0x24a7] = "\xa9\xcb", - [0x24a8] = "\xa9\xcc", [0x24a9] = "\xa9\xcd", [0x24aa] = "\xa9\xce", - [0x24ab] = "\xa9\xcf", [0x24ac] = "\xa9\xd0", [0x24ad] = "\xa9\xd1", - [0x24ae] = "\xa9\xd2", [0x24af] = "\xa9\xd3", [0x24b0] = "\xa9\xd4", - [0x24b1] = "\xa9\xd5", [0x24b2] = "\xa9\xd6", [0x24b3] = "\xa9\xd7", - [0x24b4] = "\xa9\xd8", [0x24b5] = "\xa9\xd9", [0x24b6] = "\xa9\xda", - [0x24b7] = "\xa9\xdb", [0x24b8] = "\xa9\xdc", [0x24b9] = "\xa9\xdd", - [0x24ba] = "\xa9\xde", [0x24bb] = "\xa9\xdf", [0x24bc] = "\xa9\xe0", - [0x24bd] = "\xa9\xe1", [0x24be] = "\xa9\xe2", [0x24bf] = "\xa9\xe3", - [0x24c0] = "\xa9\xe4", [0x24c1] = "\xa9\xe5", [0x24c2] = "\xa9\xe6", - [0x24c3] = "\xa9\xe7", [0x24c4] = "\xa9\xe8", [0x24c5] = "\xa9\xe9", - [0x24c6] = "\xa9\xea", [0x24c7] = "\xa9\xeb", [0x24c8] = "\xa9\xec", - [0x24c9] = "\xa9\xed", [0x24ca] = "\xa9\xee", [0x24cb] = "\xa9\xef", - [0x24cc] = "\x43\x56", [0x24cd] = "\x43\x57", [0x24ce] = "\x43\x58", - [0x24cf] = "\x43\x59", [0x24d0] = "\xa8\x54", [0x24d1] = "\xa8\x55", - [0x24d2] = "\xa8\x56", [0x24d3] = "\xa8\x57", [0x24d4] = "\xa8\x58", - [0x24d5] = "\xa8\x59", [0x24d6] = "\xa8\x5a", [0x24d7] = "\xa8\x5b", - [0x24d8] = "\xa8\x5c", [0x24d9] = "\xa8\x5d", [0x24da] = "\xa8\x5e", - [0x24db] = "\xa8\x5f", [0x24dc] = "\xa8\x60", [0x24dd] = "\xa8\x61", - [0x24de] = "\xa8\x62", [0x24df] = "\xa8\x63", [0x24e0] = "\xa8\x64", - [0x24e1] = "\xa8\x65", [0x24e2] = "\xa8\x66", [0x24e3] = "\xa8\x67", - [0x24e4] = "\xa8\x68", [0x24e5] = "\xa8\x69", [0x24e6] = "\xa8\x6a", - [0x24e7] = "\xa8\x6b", [0x24e8] = "\xa8\x6c", [0x24e9] = "\xa8\x6d", - [0x24ea] = "\xa8\x6e", [0x24eb] = "\xa8\x6f", [0x24ec] = "\xa8\x70", - [0x24ed] = "\xa8\x71", [0x24ee] = "\xa8\x72", [0x24ef] = "\xa8\x73", - [0x24f0] = "\xa8\x74", [0x24f1] = "\xa8\x75", [0x24f2] = "\xa8\x76", - [0x24f3] = "\xa8\x77", [0x24f4] = "\x43\x5a", [0x24f5] = "\x43\x5b", - [0x24f6] = "\x43\x5c", [0x24f7] = "\x43\x5d", [0x24f8] = "\x43\x5e", - [0x24f9] = "\x43\x5f", [0x24fa] = "\x43\x60", [0x24fb] = "\x43\x61", - [0x24fc] = "\x43\x62", [0x24fd] = "\x43\x63", [0x24fe] = "\x43\x64", - [0x24ff] = "\x43\x65", [0x2500] = "\x43\x66", [0x2501] = "\xa8\x78", - [0x2502] = "\xa8\x79", [0x2503] = "\xa8\x7a", [0x2504] = "\xa8\x7b", - [0x2505] = "\xa8\x7c", [0x2506] = "\xa8\x7d", [0x2507] = "\xa8\x7e", - [0x2508] = "\xa8\x80", [0x2509] = "\xa8\x81", [0x250a] = "\xa8\x82", - [0x250b] = "\xa8\x83", [0x250c] = "\xa8\x84", [0x250d] = "\xa8\x85", - [0x250e] = "\xa8\x86", [0x250f] = "\xa8\x87", [0x2510] = "\x43\x67", - [0x2511] = "\x43\x68", [0x2512] = "\x43\x69", [0x2513] = "\xa8\x88", - [0x2514] = "\xa8\x89", [0x2515] = "\xa8\x8a", [0x2516] = "\x43\x6a", - [0x2517] = "\x43\x6b", [0x2518] = "\x43\x6c", [0x2519] = "\x43\x6d", - [0x251a] = "\x43\x6e", [0x251b] = "\x43\x6f", [0x251c] = "\x43\x70", - [0x251d] = "\x43\x71", [0x251e] = "\x43\x72", [0x251f] = "\x43\x73", - [0x2520] = "\xa1\xf6", [0x2521] = "\xa1\xf5", [0x2522] = "\x43\x74", - [0x2523] = "\x43\x75", [0x2524] = "\x43\x76", [0x2525] = "\x43\x77", - [0x2526] = "\x43\x78", [0x2527] = "\x43\x79", [0x2528] = "\x43\x7a", - [0x2529] = "\x43\x7b", [0x252a] = "\x43\x7c", [0x252b] = "\x43\x7d", - [0x252c] = "\x43\x7e", [0x252d] = "\x43\x7f", [0x252e] = "\x43\x80", - [0x252f] = "\x43\x81", [0x2530] = "\x43\x82", [0x2531] = "\x43\x83", - [0x2532] = "\xa1\xf8", [0x2533] = "\xa1\xf7", [0x2534] = "\x43\x84", - [0x2535] = "\x43\x85", [0x2536] = "\x43\x86", [0x2537] = "\x43\x87", - [0x2538] = "\x43\x88", [0x2539] = "\x43\x89", [0x253a] = "\x43\x8a", - [0x253b] = "\x43\x8b", [0x253c] = "\xa8\x8b", [0x253d] = "\xa8\x8c", - [0x253e] = "\x43\x8c", [0x253f] = "\x43\x8d", [0x2540] = "\x43\x8e", - [0x2541] = "\x43\x8f", [0x2542] = "\x43\x90", [0x2543] = "\x43\x91", - [0x2544] = "\x43\x92", [0x2545] = "\x43\x93", [0x2546] = "\xa1\xf4", - [0x2547] = "\xa1\xf3", [0x2548] = "\x43\x94", [0x2549] = "\x43\x95", - [0x254a] = "\x43\x96", [0x254b] = "\xa1\xf0", [0x254c] = "\x43\x97", - [0x254d] = "\x43\x98", [0x254e] = "\xa1\xf2", [0x254f] = "\xa1\xf1", - [0x2550] = "\x43\x99", [0x2551] = "\x43\x9a", [0x2552] = "\x43\x9b", - [0x2553] = "\x43\x9c", [0x2554] = "\x43\x9d", [0x2555] = "\x43\x9e", - [0x2556] = "\x43\x9f", [0x2557] = "\x43\xa0", [0x2558] = "\x43\xa1", - [0x2559] = "\x43\xa2", [0x255a] = "\x43\xa3", [0x255b] = "\x43\xa4", - [0x255c] = "\x43\xa5", [0x255d] = "\x43\xa6", [0x255e] = "\x43\xa7", - [0x255f] = "\x43\xa8", [0x2560] = "\x43\xa9", [0x2561] = "\x43\xaa", - [0x2562] = "\xa8\x8d", [0x2563] = "\xa8\x8e", [0x2564] = "\xa8\x8f", - [0x2565] = "\xa8\x90", [0x2566] = "\x43\xab", [0x2567] = "\x43\xac", - [0x2568] = "\x43\xad", [0x2569] = "\x43\xae", [0x256a] = "\x43\xaf", - [0x256b] = "\x43\xb0", [0x256c] = "\x43\xb1", [0x256d] = "\x43\xb2", - [0x256e] = "\x43\xb3", [0x256f] = "\x43\xb4", [0x2570] = "\x43\xb5", - [0x2571] = "\x43\xb6", [0x2572] = "\x43\xb7", [0x2573] = "\x43\xb8", - [0x2574] = "\x43\xb9", [0x2575] = "\x43\xba", [0x2576] = "\x43\xbb", - [0x2577] = "\x43\xbc", [0x2578] = "\x43\xbd", [0x2579] = "\x43\xbe", - [0x257a] = "\x43\xbf", [0x257b] = "\x43\xc0", [0x257c] = "\x43\xc1", - [0x257d] = "\x43\xc2", [0x257e] = "\x43\xc3", [0x257f] = "\x43\xc4", - [0x2580] = "\x43\xc5", [0x2581] = "\x43\xc6", [0x2582] = "\x43\xc7", - [0x2583] = "\x43\xc8", [0x2584] = "\x43\xc9", [0x2585] = "\xa1\xef", - [0x2586] = "\xa1\xee", [0x2587] = "\x43\xca", [0x2588] = "\x43\xcb", - [0x2589] = "\xa8\x91", [0x258a] = "\x43\xcc", [0x258b] = "\x43\xcd", - [0x258c] = "\x43\xce", [0x258d] = "\x43\xcf", [0x258e] = "\x43\xd0", - [0x258f] = "\x43\xd1", [0x2590] = "\x43\xd2", [0x2591] = "\x43\xd3", - [0x2592] = "\x43\xd4", [0x2593] = "\x43\xd5", [0x2596] = "\x43\xd8", - [0x2597] = "\x43\xd9", [0x2599] = "\x43\xdb", [0x259a] = "\x43\xdc", - [0x259b] = "\x43\xdd", [0x259c] = "\x43\xde", [0x259d] = "\x43\xdf", - [0x259e] = "\x43\xe0", [0x259f] = "\x43\xe1", [0x25a0] = "\x43\xe2", - [0x25a1] = "\x43\xe3", [0x25a2] = "\x43\xe4", [0x25a3] = "\x43\xe5", - [0x25a4] = "\x43\xe6", [0x25a5] = "\x43\xe7", [0x25a6] = "\x43\xe8", - [0x25a7] = "\x43\xe9", [0x25a8] = "\x43\xea", [0x25a9] = "\x43\xeb", - [0x25aa] = "\x43\xec", [0x25ab] = "\x43\xed", [0x25ac] = "\x43\xee", - [0x25ad] = "\x43\xef", [0x25ae] = "\x43\xf0", [0x25af] = "\x43\xf1", - [0x25b0] = "\x43\xf2", [0x25b1] = "\x43\xf3", [0x25b2] = "\x43\xf4", - [0x25b3] = "\x43\xf5", [0x25b4] = "\x43\xf6", [0x25b5] = "\x43\xf7", - [0x25b6] = "\x43\xf8", [0x25b7] = "\x43\xf9", [0x25b8] = "\x43\xfa", - [0x25b9] = "\x43\xfb", [0x25ba] = "\x43\xfc", [0x25bb] = "\x43\xfd", - [0x25bc] = "\x43\xfe", [0x25bd] = "\x43\xff", [0x25be] = "\x44\x00", - [0x25bf] = "\x44\x01", [0x25c0] = "\xa1\xe2", [0x25c1] = "\x44\x02", - [0x25c2] = "\xa1\xe1", [0x25c3] = "\x44\x03", [0x25c4] = "\x44\x04", - [0x25c5] = "\x44\x05", [0x25c6] = "\x44\x06", [0x25c7] = "\x44\x07", - [0x25c8] = "\x44\x08", [0x25c9] = "\x44\x09", [0x25ca] = "\x44\x0a", - [0x25cb] = "\x44\x0b", [0x25cc] = "\x44\x0c", [0x25cd] = "\x44\x0d", - [0x25ce] = "\x44\x0e", [0x25cf] = "\x44\x0f", [0x25d0] = "\x44\x10", - [0x25d1] = "\x44\x11", [0x25d2] = "\x44\x12", [0x25d3] = "\x44\x13", - [0x25d4] = "\x44\x14", [0x25d5] = "\x44\x15", [0x25d6] = "\x44\x16", - [0x25d7] = "\x44\x17", [0x25d8] = "\x44\x18", [0x25d9] = "\x44\x19", - [0x25da] = "\x44\x1a", [0x25db] = "\x44\x1b", [0x25dc] = "\x44\x1c", - [0x25dd] = "\x44\x1d", [0x25de] = "\x44\x1e", [0x25df] = "\x44\x1f", - [0x25e0] = "\x44\x20", [0x25e1] = "\x44\x21", [0x25e2] = "\x44\x22", - [0x25e3] = "\x44\x23", [0x25e4] = "\x44\x24", [0x25e5] = "\x44\x25", - [0x25e6] = "\x44\x26", [0x25e7] = "\x44\x27", [0x25e8] = "\x44\x28", - [0x25e9] = "\x44\x29", [0x25ea] = "\x44\x2a", [0x25eb] = "\x44\x2b", - [0x25ec] = "\x44\x2c", [0x25ed] = "\x44\x2d", [0x25ee] = "\x44\x2e", - [0x25ef] = "\x44\x2f", [0x25f0] = "\x44\x30", [0x25f1] = "\x44\x31", - [0x25f2] = "\x44\x32", [0x25f3] = "\x44\x33", [0x25f4] = "\x44\x34", - [0x25f5] = "\x44\x35", [0x25f6] = "\x44\x36", [0x25f7] = "\x44\x37", - [0x25f8] = "\x44\x38", [0x25f9] = "\x44\x39", [0x25fa] = "\x44\x3a", - [0x25fb] = "\x44\x3b", [0x25fc] = "\x44\x3c", [0x25fd] = "\x44\x3d", - [0x2600] = "\x44\x40", [0x2601] = "\x44\x41", [0x2602] = "\x44\x42", - [0x2603] = "\x44\x43", [0x2604] = "\x44\x44", [0x2605] = "\x44\x45", - [0x2606] = "\x44\x46", [0x2607] = "\x44\x47", [0x2608] = "\x44\x48", - [0x2609] = "\x44\x49", [0x2681] = "\x44\xc1", [0x2682] = "\x44\xc2", - [0x2683] = "\x44\xc3", [0x2684] = "\x44\xc4", [0x2686] = "\x44\xc6", - [0x2687] = "\x44\xc7", [0x2688] = "\x44\xc8", [0x2689] = "\x44\xc9", - [0x268c] = "\x44\xcc", [0x268d] = "\x44\xcd", [0x268e] = "\x44\xce", - [0x268f] = "\x44\xcf", [0x2690] = "\x44\xd0", [0x2691] = "\x44\xd1", - [0x2692] = "\x44\xd2", [0x2693] = "\x44\xd3", [0x2694] = "\x44\xd4", - [0x2695] = "\x44\xd5", [0x2696] = "\x44\xd6", [0x2697] = "\x44\xd7", - [0x2698] = "\x44\xd8", [0x2699] = "\x44\xd9", [0x269a] = "\x44\xda", - [0x269b] = "\x44\xdb", [0x269c] = "\x44\xdc", [0x269d] = "\x44\xdd", - [0x269e] = "\x44\xde", [0x269f] = "\x44\xdf", [0x26a0] = "\x44\xe0", - [0x26a1] = "\x44\xe1", [0x26a2] = "\x44\xe2", [0x26a3] = "\x44\xe3", - [0x26a4] = "\x44\xe4", [0x26a5] = "\x44\xe5", [0x26a6] = "\x44\xe6", - [0x26a7] = "\x44\xe7", [0x26a9] = "\x44\xe9", [0x26aa] = "\x44\xea", - [0x26ab] = "\x44\xeb", [0x26ac] = "\x44\xec", [0x26ad] = "\x44\xed", - [0x26ae] = "\x44\xee", [0x26af] = "\x44\xef", [0x26b0] = "\x44\xf0", - [0x26b1] = "\x44\xf1", [0x26b2] = "\x44\xf2", [0x26b3] = "\x44\xf3", - [0x26b4] = "\x44\xf4", [0x26b5] = "\x44\xf5", [0x26b6] = "\x44\xf6", - [0x26b7] = "\x44\xf7", [0x26b8] = "\x44\xf8", [0x26b9] = "\x44\xf9", - [0x26ba] = "\x44\xfa", [0x26bb] = "\x44\xfb", [0x26bc] = "\x44\xfc", - [0x26bd] = "\x44\xfd", [0x26be] = "\x44\xfe", [0x26bf] = "\x44\xff", - [0x26c0] = "\x45\x00", [0x26c1] = "\x45\x01", [0x26c2] = "\x45\x02", - [0x26c3] = "\x45\x03", [0x26c4] = "\x45\x04", [0x26c5] = "\x45\x05", - [0x26c6] = "\x45\x06", [0x26c7] = "\x45\x07", [0x26c8] = "\x45\x08", - [0x26c9] = "\x45\x09", [0x26ca] = "\x45\x0a", [0x26cb] = "\x45\x0b", - [0x26cd] = "\x45\x0d", [0x26cf] = "\x45\x0f", [0x26d0] = "\x45\x10", - [0x26d1] = "\x45\x11", [0x26d2] = "\x45\x12", [0x26d6] = "\x45\x16", - [0x26d8] = "\x45\x18", [0x26d9] = "\x45\x19", [0x26da] = "\x45\x1a", - [0x26db] = "\x45\x1b", [0x26dc] = "\x45\x1c", [0x26dd] = "\x45\x1d", - [0x26de] = "\x45\x1e", [0x26e1] = "\x45\x21", [0x26e2] = "\x45\x22", - [0x26e3] = "\x45\x23", [0x26e4] = "\x45\x24", [0x26e5] = "\x45\x25", - [0x26e6] = "\x45\x26", [0x26e7] = "\x45\x27", [0x26e8] = "\x45\x28", - [0x26e9] = "\x45\x29", [0x26ea] = "\x45\x2a", [0x26eb] = "\x45\x2b", - [0x26ec] = "\x45\x2c", [0x26ed] = "\x45\x2d", [0x26ee] = "\x45\x2e", - [0x26ef] = "\x45\x2f", [0x26f0] = "\x45\x30", [0x26f1] = "\x45\x31", - [0x26f2] = "\x45\x32", [0x26f3] = "\x45\x33", [0x26f4] = "\x45\x34", - [0x26f5] = "\x45\x35", [0x26f6] = "\x45\x36", [0x26f7] = "\x45\x37", - [0x26f8] = "\x45\x38", [0x26f9] = "\x45\x39", [0x26fa] = "\x45\x3a", - [0x26fb] = "\x45\x3b", [0x26fc] = "\x45\x3c", [0x26fd] = "\x45\x3d", - [0x26fe] = "\x45\x3e", [0x26ff] = "\x45\x3f", [0x2700] = "\x45\x40", - [0x2701] = "\x45\x41", [0x2702] = "\x45\x42", [0x2703] = "\x45\x43", - [0x2704] = "\x45\x44", [0x2705] = "\x45\x45", [0x2706] = "\x45\x46", - [0x2707] = "\x45\x47", [0x2708] = "\x45\x48", [0x2709] = "\x45\x49", - [0x270a] = "\x45\x4a", [0x270b] = "\x45\x4b", [0x270c] = "\x45\x4c", - [0x270d] = "\x45\x4d", [0x270e] = "\x45\x4e", [0x270f] = "\x45\x4f", - [0x2710] = "\x45\x50", [0x2711] = "\x45\x51", [0x2712] = "\x45\x52", - [0x2713] = "\x45\x53", [0x2714] = "\x45\x54", [0x2718] = "\x45\x58", - [0x2719] = "\x45\x59", [0x271a] = "\x45\x5a", [0x271b] = "\x45\x5b", - [0x271c] = "\x45\x5c", [0x271d] = "\x45\x5d", [0x271e] = "\x45\x5e", - [0x271f] = "\x45\x5f", [0x2720] = "\x45\x60", [0x2721] = "\x45\x61", - [0x2722] = "\x45\x62", [0x2723] = "\x45\x63", [0x2724] = "\x45\x64", - [0x2725] = "\x45\x65", [0x2726] = "\x45\x66", [0x2727] = "\x45\x67", - [0x2728] = "\x45\x68", [0x2729] = "\x45\x69", [0x272a] = "\x45\x6a", - [0x272b] = "\x45\x6b", [0x272c] = "\x45\x6c", [0x272d] = "\x45\x6d", - [0x272e] = "\x45\x6e", [0x272f] = "\x45\x6f", [0x2731] = "\x45\x71", - [0x2732] = "\x45\x72", [0x2733] = "\x45\x73", [0x2734] = "\x45\x74", - [0x2735] = "\x45\x75", [0x2736] = "\x45\x76", [0x2737] = "\x45\x77", - [0x2738] = "\x45\x78", [0x2739] = "\x45\x79", [0x273a] = "\x45\x7a", - [0x273b] = "\x45\x7b", [0x273c] = "\x45\x7c", [0x273d] = "\x45\x7d", - [0x273e] = "\x45\x7e", [0x2750] = "\x45\x90", [0x2751] = "\x45\x91", - [0x2752] = "\x45\x92", [0x2753] = "\x45\x93", [0x2754] = "\x45\x94", - [0x2755] = "\x45\x95", [0x2756] = "\x45\x96", [0x2757] = "\x45\x97", - [0x2758] = "\x45\x98", [0x2759] = "\x45\x99", [0x275a] = "\x45\x9a", - [0x275b] = "\x45\x9b", [0x275c] = "\x45\x9c", [0x275d] = "\x45\x9d", - [0x275e] = "\x45\x9e", [0x275f] = "\x45\x9f", [0x2760] = "\x45\xa0", - [0x2761] = "\x45\xa1", [0x2762] = "\x45\xa2", [0x2763] = "\x45\xa3", - [0x2764] = "\x45\xa4", [0x2765] = "\x45\xa5", [0x2766] = "\x45\xa6", - [0x2767] = "\x45\xa7", [0x2768] = "\x45\xa8", [0x2769] = "\x45\xa9", - [0x276a] = "\x45\xaa", [0x276b] = "\x45\xab", [0x2770] = "\x45\xb0", - [0x2771] = "\x45\xb1", [0x2772] = "\x45\xb2", [0x2773] = "\x45\xb3", - [0x2774] = "\x45\xb4", [0x2775] = "\x45\xb5", [0x2776] = "\x45\xb6", - [0x2777] = "\x45\xb7", [0x2778] = "\x45\xb8", [0x2779] = "\x45\xb9", - [0x277a] = "\x45\xba", [0x277b] = "\x45\xbb", [0x277c] = "\x45\xbc", - [0x277d] = "\x45\xbd", [0x277e] = "\x45\xbe", [0x277f] = "\x45\xbf", - [0x2780] = "\x45\xc0", [0x2781] = "\x45\xc1", [0x2782] = "\x45\xc2", - [0x2783] = "\x45\xc3", [0x2784] = "\x45\xc4", [0x2785] = "\x45\xc5", - [0x2786] = "\x45\xc6", [0x2787] = "\x45\xc7", [0x2788] = "\x45\xc8", - [0x2789] = "\x45\xc9", [0x278a] = "\x45\xca", [0x278b] = "\x45\xcb", - [0x278c] = "\x45\xcc", [0x278d] = "\x45\xcd", [0x278e] = "\x45\xce", - [0x278f] = "\x45\xcf", [0x2790] = "\x45\xd0", [0x2791] = "\x45\xd1", - [0x2792] = "\x45\xd2", [0x2793] = "\x45\xd3", [0x2794] = "\x45\xd4", - [0x2795] = "\x45\xd5", [0x2796] = "\x45\xd6", [0x2797] = "\x45\xd7", - [0x2798] = "\x45\xd8", [0x2799] = "\x45\xd9", [0x279a] = "\x45\xda", - [0x279b] = "\x45\xdb", [0x279c] = "\x45\xdc", [0x279d] = "\x45\xdd", - [0x279e] = "\x45\xde", [0x279f] = "\x45\xdf", [0x27a0] = "\x45\xe0", - [0x27a1] = "\x45\xe1", [0x27a2] = "\x45\xe2", [0x27a3] = "\x45\xe3", - [0x27a4] = "\x45\xe4", [0x27a5] = "\x45\xe5", [0x27a6] = "\x45\xe6", - [0x27a7] = "\x45\xe7", [0x27a8] = "\x45\xe8", [0x27a9] = "\x45\xe9", - [0x27aa] = "\x45\xea", [0x27ab] = "\x45\xeb", [0x27ac] = "\x45\xec", - [0x27ad] = "\x45\xed", [0x27ae] = "\x45\xee", [0x27af] = "\x45\xef", - [0x27b0] = "\x45\xf0", [0x27b1] = "\x45\xf1", [0x27b2] = "\x45\xf2", - [0x27b3] = "\x45\xf3", [0x27b4] = "\x45\xf4", [0x27b5] = "\x45\xf5", - [0x27b6] = "\x45\xf6", [0x27b7] = "\x45\xf7", [0x27b8] = "\x45\xf8", - [0x27b9] = "\x45\xf9", [0x27ba] = "\x45\xfa", [0x27bb] = "\x45\xfb", - [0x27bc] = "\x45\xfc", [0x27bd] = "\x45\xfd", [0x27be] = "\x45\xfe", - [0x27bf] = "\x45\xff", [0x27c0] = "\x46\x00", [0x27c1] = "\x46\x01", - [0x27c2] = "\x46\x02", [0x27c3] = "\x46\x03", [0x27c4] = "\x46\x04", - [0x27c5] = "\x46\x05", [0x27c6] = "\x46\x06", [0x27c7] = "\x46\x07", - [0x27c8] = "\x46\x08", [0x27c9] = "\x46\x09", [0x27ca] = "\x46\x0a", - [0x27cb] = "\x46\x0b", [0x27cc] = "\x46\x0c", [0x27cd] = "\x46\x0d", - [0x27ce] = "\x46\x0e", [0x27cf] = "\x46\x0f", [0x27d0] = "\x46\x10", - [0x27d1] = "\x46\x11", [0x27d2] = "\x46\x12", [0x27d3] = "\x46\x13", - [0x27d4] = "\x46\x14", [0x27d5] = "\x46\x15", [0x27d6] = "\x46\x16", - [0x27d7] = "\x46\x17", [0x27d8] = "\x46\x18", [0x27d9] = "\x46\x19", - [0x27da] = "\x46\x1a", [0x27db] = "\x46\x1b", [0x27dc] = "\x46\x1c", - [0x27dd] = "\x46\x1d", [0x27de] = "\x46\x1e", [0x27df] = "\x46\x1f", - [0x27e0] = "\x46\x20", [0x27e1] = "\x46\x21", [0x27e2] = "\x46\x22", - [0x27e3] = "\x46\x23", [0x27e4] = "\x46\x24", [0x27e5] = "\x46\x25", - [0x27e6] = "\x46\x26", [0x27e7] = "\x46\x27", [0x27e8] = "\x46\x28", - [0x27e9] = "\x46\x29", [0x27ea] = "\x46\x2a", [0x27eb] = "\x46\x2b", - [0x27ec] = "\x46\x2c", [0x27ed] = "\x46\x2d", [0x27ee] = "\x46\x2e", - [0x27ef] = "\x46\x2f", [0x27f0] = "\x46\x30", [0x27f1] = "\x46\x31", - [0x27f2] = "\x46\x32", [0x27f3] = "\x46\x33", [0x27f4] = "\x46\x34", - [0x27f5] = "\x46\x35", [0x27f6] = "\x46\x36", [0x27f7] = "\x46\x37", - [0x27f8] = "\x46\x38", [0x27f9] = "\x46\x39", [0x27fa] = "\x46\x3a", - [0x27fb] = "\x46\x3b", [0x27fc] = "\x46\x3c", [0x27fd] = "\x46\x3d", - [0x27fe] = "\x46\x3e", [0x27ff] = "\x46\x3f", [0x2800] = "\x46\x40", - [0x2801] = "\x46\x41", [0x2802] = "\x46\x42", [0x2803] = "\x46\x43", - [0x2804] = "\x46\x44", [0x2805] = "\x46\x45", [0x2806] = "\x46\x46", - [0x2807] = "\x46\x47", [0x2808] = "\x46\x48", [0x2809] = "\x46\x49", - [0x280a] = "\x46\x4a", [0x280b] = "\x46\x4b", [0x280c] = "\x46\x4c", - [0x280d] = "\x46\x4d", [0x280e] = "\x46\x4e", [0x280f] = "\x46\x4f", - [0x2810] = "\x46\x50", [0x2811] = "\x46\x51", [0x2812] = "\x46\x52", - [0x2813] = "\x46\x53", [0x2814] = "\x46\x54", [0x2815] = "\x46\x55", - [0x2816] = "\x46\x56", [0x2817] = "\x46\x57", [0x2818] = "\x46\x58", - [0x2819] = "\x46\x59", [0x281a] = "\x46\x5a", [0x281b] = "\x46\x5b", - [0x281c] = "\x46\x5c", [0x281d] = "\x46\x5d", [0x281e] = "\x46\x5e", - [0x281f] = "\x46\x5f", [0x2820] = "\x46\x60", [0x2821] = "\x46\x61", - [0x2822] = "\x46\x62", [0x2823] = "\x46\x63", [0x2824] = "\x46\x64", - [0x2825] = "\x46\x65", [0x2826] = "\x46\x66", [0x2827] = "\x46\x67", - [0x2828] = "\x46\x68", [0x2829] = "\x46\x69", [0x282a] = "\x46\x6a", - [0x282b] = "\x46\x6b", [0x282c] = "\x46\x6c", [0x282d] = "\x46\x6d", - [0x282e] = "\x46\x6e", [0x282f] = "\x46\x6f", [0x2830] = "\x46\x70", - [0x2831] = "\x46\x71", [0x2832] = "\x46\x72", [0x2833] = "\x46\x73", - [0x2834] = "\x46\x74", [0x2835] = "\x46\x75", [0x2836] = "\x46\x76", - [0x2837] = "\x46\x77", [0x2838] = "\x46\x78", [0x2839] = "\x46\x79", - [0x283a] = "\x46\x7a", [0x283b] = "\x46\x7b", [0x283c] = "\x46\x7c", - [0x283d] = "\x46\x7d", [0x283e] = "\x46\x7e", [0x283f] = "\x46\x7f", - [0x2840] = "\x46\x80", [0x2841] = "\x46\x81", [0x2842] = "\x46\x82", - [0x2843] = "\x46\x83", [0x2844] = "\x46\x84", [0x2845] = "\x46\x85", - [0x2846] = "\x46\x86", [0x2847] = "\x46\x87", [0x2848] = "\x46\x88", - [0x2849] = "\x46\x89", [0x284a] = "\x46\x8a", [0x284b] = "\x46\x8b", - [0x284c] = "\x46\x8c", [0x284d] = "\x46\x8d", [0x284e] = "\x46\x8e", - [0x284f] = "\x46\x8f", [0x2850] = "\x46\x90", [0x2851] = "\x46\x91", - [0x2852] = "\x46\x92", [0x2853] = "\x46\x93", [0x2854] = "\x46\x94", - [0x2855] = "\x46\x95", [0x2856] = "\x46\x96", [0x2857] = "\x46\x97", - [0x2858] = "\x46\x98", [0x2859] = "\x46\x99", [0x285a] = "\x46\x9a", - [0x285b] = "\x46\x9b", [0x285c] = "\x46\x9c", [0x285d] = "\x46\x9d", - [0x285e] = "\x46\x9e", [0x285f] = "\x46\x9f", [0x2860] = "\x46\xa0", - [0x2861] = "\x46\xa1", [0x2862] = "\x46\xa2", [0x2863] = "\x46\xa3", - [0x2864] = "\x46\xa4", [0x2865] = "\x46\xa5", [0x2866] = "\x46\xa6", - [0x2867] = "\x46\xa7", [0x2868] = "\x46\xa8", [0x2869] = "\x46\xa9", - [0x286a] = "\x46\xaa", [0x286b] = "\x46\xab", [0x286c] = "\x46\xac", - [0x286d] = "\x46\xad", [0x286e] = "\x46\xae", [0x286f] = "\x46\xaf", - [0x2870] = "\x46\xb0", [0x2871] = "\x46\xb1", [0x2872] = "\x46\xb2", - [0x2873] = "\x46\xb3", [0x2874] = "\x46\xb4", [0x2875] = "\x46\xb5", - [0x2876] = "\x46\xb6", [0x2877] = "\x46\xb7", [0x2878] = "\x46\xb8", - [0x2879] = "\x46\xb9", [0x287a] = "\x46\xba", [0x287b] = "\x46\xbb", - [0x287c] = "\x46\xbc", [0x287d] = "\x46\xbd", [0x287e] = "\x46\xbe", - [0x287f] = "\x46\xbf", [0x2880] = "\x46\xc0", [0x2881] = "\x46\xc1", - [0x2882] = "\x46\xc2", [0x2883] = "\x46\xc3", [0x2884] = "\x46\xc4", - [0x2885] = "\x46\xc5", [0x2886] = "\x46\xc6", [0x2887] = "\x46\xc7", - [0x2888] = "\x46\xc8", [0x2889] = "\x46\xc9", [0x288a] = "\x46\xca", - [0x288b] = "\x46\xcb", [0x288c] = "\x46\xcc", [0x288d] = "\x46\xcd", - [0x288e] = "\x46\xce", [0x288f] = "\x46\xcf", [0x2890] = "\x46\xd0", - [0x2891] = "\x46\xd1", [0x2892] = "\x46\xd2", [0x2893] = "\x46\xd3", - [0x2894] = "\x46\xd4", [0x2895] = "\x46\xd5", [0x2896] = "\x46\xd6", - [0x2897] = "\x46\xd7", [0x2898] = "\x46\xd8", [0x2899] = "\x46\xd9", - [0x289a] = "\x46\xda", [0x289b] = "\x46\xdb", [0x289c] = "\x46\xdc", - [0x289d] = "\x46\xdd", [0x289e] = "\x46\xde", [0x289f] = "\x46\xdf", - [0x28a0] = "\x46\xe0", [0x28a1] = "\x46\xe1", [0x28a2] = "\x46\xe2", - [0x28a3] = "\x46\xe3", [0x28a4] = "\x46\xe4", [0x28a5] = "\x46\xe5", - [0x28a6] = "\x46\xe6", [0x28a7] = "\x46\xe7", [0x28a8] = "\x46\xe8", - [0x28a9] = "\x46\xe9", [0x28aa] = "\x46\xea", [0x28ab] = "\x46\xeb", - [0x28ac] = "\x46\xec", [0x28ad] = "\x46\xed", [0x28ae] = "\x46\xee", - [0x28af] = "\x46\xef", [0x28b0] = "\x46\xf0", [0x28b1] = "\x46\xf1", - [0x28b2] = "\x46\xf2", [0x28b3] = "\x46\xf3", [0x28b4] = "\x46\xf4", - [0x28b5] = "\x46\xf5", [0x28b6] = "\x46\xf6", [0x28b7] = "\x46\xf7", - [0x28b8] = "\x46\xf8", [0x28b9] = "\x46\xf9", [0x28ba] = "\x46\xfa", - [0x28bb] = "\x46\xfb", [0x28bc] = "\x46\xfc", [0x28bd] = "\x46\xfd", - [0x28be] = "\x46\xfe", [0x28bf] = "\x46\xff", [0x28c0] = "\x47\x00", - [0x28c1] = "\x47\x01", [0x28c2] = "\x47\x02", [0x28c3] = "\x47\x03", - [0x28c4] = "\x47\x04", [0x28c5] = "\x47\x05", [0x28c6] = "\x47\x06", - [0x28c7] = "\x47\x07", [0x28c8] = "\x47\x08", [0x28c9] = "\x47\x09", - [0x28ca] = "\x47\x0a", [0x28cb] = "\x47\x0b", [0x28cc] = "\x47\x0c", - [0x28cd] = "\x47\x0d", [0x28ce] = "\x47\x0e", [0x28cf] = "\x47\x0f", - [0x28d0] = "\x47\x10", [0x28d1] = "\x47\x11", [0x28d2] = "\x47\x12", - [0x28d3] = "\x47\x13", [0x28d4] = "\x47\x14", [0x28d5] = "\x47\x15", - [0x28d6] = "\x47\x16", [0x28d7] = "\x47\x17", [0x28d8] = "\x47\x18", - [0x28d9] = "\x47\x19", [0x28da] = "\x47\x1a", [0x28db] = "\x47\x1b", - [0x28dc] = "\x47\x1c", [0x28dd] = "\x47\x1d", [0x28de] = "\x47\x1e", - [0x28df] = "\x47\x1f", [0x28e0] = "\x47\x20", [0x28e1] = "\x47\x21", - [0x28e2] = "\x47\x22", [0x28e3] = "\x47\x23", [0x28e4] = "\x47\x24", - [0x28e5] = "\x47\x25", [0x28e6] = "\x47\x26", [0x28e7] = "\x47\x27", - [0x28e8] = "\x47\x28", [0x28e9] = "\x47\x29", [0x28ea] = "\x47\x2a", - [0x28eb] = "\x47\x2b", [0x28ec] = "\x47\x2c", [0x28ed] = "\x47\x2d", - [0x28ee] = "\x47\x2e", [0x28ef] = "\x47\x2f", [0x28f0] = "\x47\x30", - [0x28f1] = "\x47\x31", [0x28f2] = "\x47\x32", [0x28f3] = "\x47\x33", - [0x28f4] = "\x47\x34", [0x28f5] = "\x47\x35", [0x28f6] = "\x47\x36", - [0x28f7] = "\x47\x37", [0x28f8] = "\x47\x38", [0x28f9] = "\x47\x39", - [0x28fa] = "\x47\x3a", [0x28fb] = "\x47\x3b", [0x28fc] = "\x47\x3c", - [0x28fd] = "\x47\x3d", [0x28fe] = "\x47\x3e", [0x28ff] = "\x47\x3f", - [0x2900] = "\x47\x40", [0x2901] = "\x47\x41", [0x2902] = "\x47\x42", - [0x2903] = "\x47\x43", [0x2904] = "\x47\x44", [0x2905] = "\x47\x45", - [0x2906] = "\x47\x46", [0x2907] = "\x47\x47", [0x2908] = "\x47\x48", - [0x2909] = "\x47\x49", [0x290a] = "\x47\x4a", [0x290b] = "\x47\x4b", - [0x290c] = "\x47\x4c", [0x290d] = "\x47\x4d", [0x290e] = "\x47\x4e", - [0x290f] = "\x47\x4f", [0x2910] = "\x47\x50", [0x2911] = "\x47\x51", - [0x2912] = "\x47\x52", [0x2913] = "\x47\x53", [0x2914] = "\x47\x54", - [0x2915] = "\x47\x55", [0x2916] = "\x47\x56", [0x2917] = "\x47\x57", - [0x2918] = "\x47\x58", [0x2919] = "\x47\x59", [0x291a] = "\x47\x5a", - [0x291b] = "\x47\x5b", [0x291c] = "\x47\x5c", [0x291d] = "\x47\x5d", - [0x291e] = "\x47\x5e", [0x291f] = "\x47\x5f", [0x2920] = "\x47\x60", - [0x2921] = "\x47\x61", [0x2922] = "\x47\x62", [0x2923] = "\x47\x63", - [0x2924] = "\x47\x64", [0x2925] = "\x47\x65", [0x2926] = "\x47\x66", - [0x2927] = "\x47\x67", [0x2928] = "\x47\x68", [0x2929] = "\x47\x69", - [0x292a] = "\x47\x6a", [0x292b] = "\x47\x6b", [0x292c] = "\x47\x6c", - [0x292d] = "\x47\x6d", [0x292e] = "\x47\x6e", [0x292f] = "\x47\x6f", - [0x2930] = "\x47\x70", [0x2931] = "\x47\x71", [0x2932] = "\x47\x72", - [0x2933] = "\x47\x73", [0x2934] = "\x47\x74", [0x2935] = "\x47\x75", - [0x2936] = "\x47\x76", [0x2937] = "\x47\x77", [0x2938] = "\x47\x78", - [0x2939] = "\x47\x79", [0x293a] = "\x47\x7a", [0x293b] = "\x47\x7b", - [0x293c] = "\x47\x7c", [0x293d] = "\x47\x7d", [0x293e] = "\x47\x7e", - [0x293f] = "\x47\x7f", [0x2940] = "\x47\x80", [0x2941] = "\x47\x81", - [0x2942] = "\x47\x82", [0x2943] = "\x47\x83", [0x2944] = "\x47\x84", - [0x2945] = "\x47\x85", [0x2946] = "\x47\x86", [0x2947] = "\x47\x87", - [0x2948] = "\x47\x88", [0x2949] = "\x47\x89", [0x294a] = "\x47\x8a", - [0x294b] = "\x47\x8b", [0x294c] = "\x47\x8c", [0x294d] = "\x47\x8d", - [0x294e] = "\x47\x8e", [0x294f] = "\x47\x8f", [0x2950] = "\x47\x90", - [0x2951] = "\x47\x91", [0x2952] = "\x47\x92", [0x2953] = "\x47\x93", - [0x2954] = "\x47\x94", [0x2955] = "\x47\x95", [0x2956] = "\x47\x96", - [0x2957] = "\x47\x97", [0x2958] = "\x47\x98", [0x2959] = "\x47\x99", - [0x295a] = "\x47\x9a", [0x295b] = "\x47\x9b", [0x295c] = "\x47\x9c", - [0x295d] = "\x47\x9d", [0x295e] = "\x47\x9e", [0x295f] = "\x47\x9f", - [0x2960] = "\x47\xa0", [0x2961] = "\x47\xa1", [0x2962] = "\x47\xa2", - [0x2963] = "\x47\xa3", [0x2964] = "\x47\xa4", [0x2965] = "\x47\xa5", - [0x2966] = "\x47\xa6", [0x2967] = "\x47\xa7", [0x2968] = "\x47\xa8", - [0x2969] = "\x47\xa9", [0x296a] = "\x47\xaa", [0x296b] = "\x47\xab", - [0x296c] = "\x47\xac", [0x296d] = "\x47\xad", [0x296e] = "\x47\xae", - [0x296f] = "\x47\xaf", [0x2970] = "\x47\xb0", [0x2971] = "\x47\xb1", - [0x2972] = "\x47\xb2", [0x2973] = "\x47\xb3", [0x2974] = "\x47\xb4", - [0x2975] = "\x47\xb5", [0x2976] = "\x47\xb6", [0x2977] = "\x47\xb7", - [0x2978] = "\x47\xb8", [0x2979] = "\x47\xb9", [0x297a] = "\x47\xba", - [0x297b] = "\x47\xbb", [0x297c] = "\x47\xbc", [0x297d] = "\x47\xbd", - [0x297e] = "\x47\xbe", [0x297f] = "\x47\xbf", [0x2980] = "\x47\xc0", - [0x2981] = "\x47\xc1", [0x2982] = "\x47\xc2", [0x2983] = "\x47\xc3", - [0x2984] = "\x47\xc4", [0x2985] = "\x47\xc5", [0x2986] = "\x47\xc6", - [0x2987] = "\x47\xc7", [0x2988] = "\x47\xc8", [0x2989] = "\x47\xc9", - [0x298a] = "\x47\xca", [0x298b] = "\x47\xcb", [0x298c] = "\x47\xcc", - [0x298d] = "\x47\xcd", [0x298e] = "\x47\xce", [0x298f] = "\x47\xcf", - [0x2990] = "\x47\xd0", [0x2991] = "\x47\xd1", [0x2992] = "\x47\xd2", - [0x2993] = "\x47\xd3", [0x2994] = "\x47\xd4", [0x2995] = "\x47\xd5", - [0x2996] = "\x47\xd6", [0x2997] = "\x47\xd7", [0x2998] = "\x47\xd8", - [0x2999] = "\x47\xd9", [0x299a] = "\x47\xda", [0x299b] = "\x47\xdb", - [0x299c] = "\x47\xdc", [0x299d] = "\x47\xdd", [0x299e] = "\x47\xde", - [0x299f] = "\x47\xdf", [0x29a0] = "\x47\xe0", [0x29a1] = "\x47\xe1", - [0x29a2] = "\x47\xe2", [0x29a3] = "\x47\xe3", [0x29a4] = "\x47\xe4", - [0x29a5] = "\x47\xe5", [0x29a6] = "\x47\xe6", [0x29a7] = "\x47\xe7", - [0x29a8] = "\x47\xe8", [0x29a9] = "\x47\xe9", [0x29aa] = "\x47\xea", - [0x29ab] = "\x47\xeb", [0x29ac] = "\x47\xec", [0x29ad] = "\x47\xed", - [0x29ae] = "\x47\xee", [0x29af] = "\x47\xef", [0x29b0] = "\x47\xf0", - [0x29b1] = "\x47\xf1", [0x29b2] = "\x47\xf2", [0x29b3] = "\x47\xf3", - [0x29b4] = "\x47\xf4", [0x29b5] = "\x47\xf5", [0x29b6] = "\x47\xf6", - [0x29b7] = "\x47\xf7", [0x29b8] = "\x47\xf8", [0x29b9] = "\x47\xf9", - [0x29ba] = "\x47\xfa", [0x29bb] = "\x47\xfb", [0x29bc] = "\x47\xfc", - [0x29bd] = "\x47\xfd", [0x29be] = "\x47\xfe", [0x29bf] = "\x47\xff", - [0x29c0] = "\x48\x00", [0x29c1] = "\x48\x01", [0x29c2] = "\x48\x02", - [0x29c3] = "\x48\x03", [0x29c4] = "\x48\x04", [0x29c5] = "\x48\x05", - [0x29c6] = "\x48\x06", [0x29c7] = "\x48\x07", [0x29c8] = "\x48\x08", - [0x29c9] = "\x48\x09", [0x29ca] = "\x48\x0a", [0x29cb] = "\x48\x0b", - [0x29cc] = "\x48\x0c", [0x29cd] = "\x48\x0d", [0x29ce] = "\x48\x0e", - [0x29cf] = "\x48\x0f", [0x29d0] = "\x48\x10", [0x29d1] = "\x48\x11", - [0x29d2] = "\x48\x12", [0x29d3] = "\x48\x13", [0x29d4] = "\x48\x14", - [0x29d5] = "\x48\x15", [0x29d6] = "\x48\x16", [0x29d7] = "\x48\x17", - [0x29d8] = "\x48\x18", [0x29d9] = "\x48\x19", [0x29da] = "\x48\x1a", - [0x29db] = "\x48\x1b", [0x29dc] = "\x48\x1c", [0x29dd] = "\x48\x1d", - [0x29de] = "\x48\x1e", [0x29df] = "\x48\x1f", [0x29e0] = "\x48\x20", - [0x29e1] = "\x48\x21", [0x29e2] = "\x48\x22", [0x29e3] = "\x48\x23", - [0x29e4] = "\x48\x24", [0x29e5] = "\x48\x25", [0x29e6] = "\x48\x26", - [0x29e7] = "\x48\x27", [0x29e8] = "\x48\x28", [0x29e9] = "\x48\x29", - [0x29ea] = "\x48\x2a", [0x29eb] = "\x48\x2b", [0x29ec] = "\x48\x2c", - [0x29ed] = "\x48\x2d", [0x29ee] = "\x48\x2e", [0x29ef] = "\x48\x2f", - [0x29f0] = "\x48\x30", [0x29f1] = "\x48\x31", [0x29f2] = "\x48\x32", - [0x29f3] = "\x48\x33", [0x29f4] = "\x48\x34", [0x29f5] = "\x48\x35", - [0x29f6] = "\x48\x36", [0x29f7] = "\x48\x37", [0x29f8] = "\x48\x38", - [0x29f9] = "\x48\x39", [0x29fa] = "\x48\x3a", [0x29fb] = "\x48\x3b", - [0x29fc] = "\x48\x3c", [0x29fd] = "\x48\x3d", [0x29fe] = "\x48\x3e", - [0x29ff] = "\x48\x3f", [0x2a00] = "\x48\x40", [0x2a01] = "\x48\x41", - [0x2a02] = "\x48\x42", [0x2a03] = "\x48\x43", [0x2a04] = "\x48\x44", - [0x2a05] = "\x48\x45", [0x2a06] = "\x48\x46", [0x2a07] = "\x48\x47", - [0x2a08] = "\x48\x48", [0x2a09] = "\x48\x49", [0x2a0a] = "\x48\x4a", - [0x2a0b] = "\x48\x4b", [0x2a0c] = "\x48\x4c", [0x2a0d] = "\x48\x4d", - [0x2a0e] = "\x48\x4e", [0x2a0f] = "\x48\x4f", [0x2a10] = "\x48\x50", - [0x2a11] = "\x48\x51", [0x2a12] = "\x48\x52", [0x2a13] = "\x48\x53", - [0x2a14] = "\x48\x54", [0x2a15] = "\x48\x55", [0x2a16] = "\x48\x56", - [0x2a17] = "\x48\x57", [0x2a18] = "\x48\x58", [0x2a19] = "\x48\x59", - [0x2a1a] = "\x48\x5a", [0x2a1b] = "\x48\x5b", [0x2a1c] = "\x48\x5c", - [0x2a1d] = "\x48\x5d", [0x2a1e] = "\x48\x5e", [0x2a1f] = "\x48\x5f", - [0x2a20] = "\x48\x60", [0x2a21] = "\x48\x61", [0x2a22] = "\x48\x62", - [0x2a23] = "\x48\x63", [0x2a24] = "\x48\x64", [0x2a25] = "\x48\x65", - [0x2a26] = "\x48\x66", [0x2a27] = "\x48\x67", [0x2a28] = "\x48\x68", - [0x2a29] = "\x48\x69", [0x2a2a] = "\x48\x6a", [0x2a2b] = "\x48\x6b", - [0x2a2c] = "\x48\x6c", [0x2a2d] = "\x48\x6d", [0x2a2e] = "\x48\x6e", - [0x2a2f] = "\x48\x6f", [0x2a30] = "\x48\x70", [0x2a31] = "\x48\x71", - [0x2a32] = "\x48\x72", [0x2a33] = "\x48\x73", [0x2a34] = "\x48\x74", - [0x2a35] = "\x48\x75", [0x2a36] = "\x48\x76", [0x2a37] = "\x48\x77", - [0x2a38] = "\x48\x78", [0x2a39] = "\x48\x79", [0x2a3a] = "\x48\x7a", - [0x2a3b] = "\x48\x7b", [0x2a3c] = "\x48\x7c", [0x2a3d] = "\x48\x7d", - [0x2a3e] = "\x48\x7e", [0x2a3f] = "\x48\x7f", [0x2a40] = "\x48\x80", - [0x2a41] = "\x48\x81", [0x2a42] = "\x48\x82", [0x2a43] = "\x48\x83", - [0x2a44] = "\x48\x84", [0x2a45] = "\x48\x85", [0x2a46] = "\x48\x86", - [0x2a47] = "\x48\x87", [0x2a48] = "\x48\x88", [0x2a49] = "\x48\x89", - [0x2a4a] = "\x48\x8a", [0x2a4b] = "\x48\x8b", [0x2a4c] = "\x48\x8c", - [0x2a4d] = "\x48\x8d", [0x2a4e] = "\x48\x8e", [0x2a4f] = "\x48\x8f", - [0x2a50] = "\x48\x90", [0x2a51] = "\x48\x91", [0x2a52] = "\x48\x92", - [0x2a53] = "\x48\x93", [0x2a54] = "\x48\x94", [0x2a55] = "\x48\x95", - [0x2a56] = "\x48\x96", [0x2a57] = "\x48\x97", [0x2a58] = "\x48\x98", - [0x2a59] = "\x48\x99", [0x2a5a] = "\x48\x9a", [0x2a5b] = "\x48\x9b", - [0x2a5c] = "\x48\x9c", [0x2a5d] = "\x48\x9d", [0x2a5e] = "\x48\x9e", - [0x2a5f] = "\x48\x9f", [0x2a60] = "\x48\xa0", [0x2a61] = "\x48\xa1", - [0x2a62] = "\x48\xa2", [0x2a63] = "\x48\xa3", [0x2a64] = "\x48\xa4", - [0x2a65] = "\x48\xa5", [0x2a66] = "\x48\xa6", [0x2a67] = "\x48\xa7", - [0x2a68] = "\x48\xa8", [0x2a69] = "\x48\xa9", [0x2a6a] = "\x48\xaa", - [0x2a6b] = "\x48\xab", [0x2a6c] = "\x48\xac", [0x2a6d] = "\x48\xad", - [0x2a6e] = "\x48\xae", [0x2a6f] = "\x48\xaf", [0x2a70] = "\x48\xb0", - [0x2a71] = "\x48\xb1", [0x2a72] = "\x48\xb2", [0x2a73] = "\x48\xb3", - [0x2a74] = "\x48\xb4", [0x2a75] = "\x48\xb5", [0x2a76] = "\x48\xb6", - [0x2a77] = "\x48\xb7", [0x2a78] = "\x48\xb8", [0x2a79] = "\x48\xb9", - [0x2a7a] = "\x48\xba", [0x2a7b] = "\x48\xbb", [0x2a7c] = "\x48\xbc", - [0x2a7d] = "\x48\xbd", [0x2a7e] = "\x48\xbe", [0x2a7f] = "\x48\xbf", - [0x2e00] = "\x4c\x40", [0x2e01] = "\xfe\x50", [0x2e02] = "\x4c\x41", - [0x2e03] = "\x4c\x42", [0x2e04] = "\xfe\x54", [0x2e05] = "\x4c\x43", - [0x2e06] = "\x4c\x44", [0x2e07] = "\x4c\x45", [0x2e08] = "\xfe\x57", - [0x2e09] = "\x4c\x46", [0x2e0a] = "\x4c\x47", [0x2e0b] = "\xfe\x58", - [0x2e0c] = "\xfe\x5d", [0x2e0d] = "\x4c\x48", [0x2e0e] = "\x4c\x49", - [0x2e0f] = "\x4c\x4a", [0x2e10] = "\x4c\x4b", [0x2e11] = "\x4c\x4c", - [0x2e12] = "\x4c\x4d", [0x2e13] = "\x4c\x4e", [0x2e14] = "\x4c\x4f", - [0x2e15] = "\x4c\x50", [0x2e16] = "\x4c\x51", [0x2e17] = "\xfe\x5e", - [0x2e18] = "\x4c\x52", [0x2e19] = "\x4c\x53", [0x2e1b] = "\x4c\x55", - [0x2e1c] = "\x4c\x56", [0x2e1d] = "\x4c\x57", [0x2e1e] = "\x4c\x58", - [0x2e1f] = "\x4c\x59", [0x2e20] = "\x4c\x5a", [0x2e21] = "\x4c\x5b", - [0x2e22] = "\x4c\x5c", [0x2e23] = "\x4c\x5d", [0x2e24] = "\x4c\x5e", - [0x2e25] = "\x4c\x5f", [0x2e26] = "\x4c\x60", [0x2e27] = "\xfe\x6b", - [0x2e28] = "\x4c\x61", [0x2e29] = "\x4c\x62", [0x2e2a] = "\xfe\x6e", - [0x2e2b] = "\x4c\x63", [0x2e2c] = "\x4c\x64", [0x2e2d] = "\x4c\x65", - [0x2e2e] = "\xfe\x71", [0x2e2f] = "\x4c\x66", [0x2e30] = "\x4c\x67", - [0x2e31] = "\x4c\x68", [0x2e32] = "\x4c\x69", [0x2e33] = "\xfe\x73", - [0x2e34] = "\x4c\x6a", [0x2e35] = "\x4c\x6b", [0x2e36] = "\xfe\x74", - [0x2e37] = "\xfe\x75", [0x2e38] = "\x4c\x6c", [0x2e39] = "\x4c\x6d", - [0x2e3a] = "\x4c\x6e", [0x2e3b] = "\xfe\x79", [0x2e3c] = "\x4c\x6f", - [0x2e3d] = "\x4c\x70", [0x2e3e] = "\x4c\x71", [0x2e3f] = "\x4c\x72", - [0x2e40] = "\x4c\x73", [0x2e41] = "\x4c\x74", [0x2e42] = "\x4c\x75", - [0x2e43] = "\x4c\x76", [0x2e44] = "\x4c\x77", [0x2e45] = "\x4c\x78", - [0x2e46] = "\x4c\x79", [0x2e47] = "\x4c\x7a", [0x2e48] = "\x4c\x7b", - [0x2e49] = "\x4c\x7c", [0x2e4a] = "\xfe\x84", [0x2e4b] = "\x4c\x7d", - [0x2e4c] = "\x4c\x7e", [0x2e4d] = "\x4c\x7f", [0x2e4e] = "\x4c\x80", - [0x2e4f] = "\x4c\x81", [0x2e50] = "\x4c\x82", [0x2e51] = "\x4c\x83", - [0x2e52] = "\x4c\x84", [0x2e53] = "\x4c\x85", [0x2e54] = "\x4c\x86", - [0x2e55] = "\x4c\x87", [0x2e56] = "\x4c\x88", [0x2e57] = "\x4c\x89", - [0x2e58] = "\x4c\x8a", [0x2e59] = "\x4c\x8b", [0x2e5a] = "\x4c\x8c", - [0x2e5b] = "\x4c\x8d", [0x2e5c] = "\x4c\x8e", [0x2e5d] = "\x4c\x8f", - [0x2e5e] = "\x4c\x90", [0x2e5f] = "\x4c\x91", [0x2e60] = "\x4c\x92", - [0x2e61] = "\x4c\x93", [0x2e62] = "\x4c\x94", [0x2e63] = "\x4c\x95", - [0x2e64] = "\x4c\x96", [0x2e65] = "\x4c\x97", [0x2e66] = "\x4c\x98", - [0x2e67] = "\x4c\x99", [0x2e68] = "\x4c\x9a", [0x2e69] = "\x4c\x9b", - [0x2e6a] = "\x4c\x9c", [0x2e6b] = "\x4c\x9d", [0x2e6c] = "\x4c\x9e", - [0x2e6d] = "\x4c\x9f", [0x2e6e] = "\x4c\xa0", [0x2e6f] = "\x4c\xa1", - [0x2e70] = "\x4c\xa2", [0x2e71] = "\x4c\xa3", [0x2e72] = "\x4c\xa4", - [0x2e73] = "\x4c\xa5", [0x2e80] = "\x4c\xb2", [0x2e81] = "\x4c\xb3", - [0x2e82] = "\x4c\xb4", [0x2e83] = "\x4c\xb5", [0x2e84] = "\x4c\xb6", - [0x2e85] = "\x4c\xb7", [0x2e86] = "\x4c\xb8", [0x2e87] = "\x4c\xb9", - [0x2e88] = "\x4c\xba", [0x2e89] = "\x4c\xbb", [0x2e8a] = "\x4c\xbc", - [0x2e8b] = "\x4c\xbd", [0x2e8c] = "\x4c\xbe", [0x2e8d] = "\x4c\xbf", - [0x2e8e] = "\x4c\xc0", [0x2e8f] = "\x4c\xc1", [0x2e90] = "\x4c\xc2", - [0x2e91] = "\x4c\xc3", [0x2e92] = "\x4c\xc4", [0x2e93] = "\x4c\xc5", - [0x2e94] = "\x4c\xc6", [0x2e95] = "\x4c\xc7", [0x2e96] = "\x4c\xc8", - [0x2e97] = "\x4c\xc9", [0x2e98] = "\x4c\xca", [0x2e99] = "\x4c\xcb", - [0x2e9a] = "\x4c\xcc", [0x2e9b] = "\x4c\xcd", [0x2e9c] = "\x4c\xce", - [0x2e9d] = "\x4c\xcf", [0x2e9e] = "\x4c\xd0", [0x2e9f] = "\x4c\xd1", - [0x2ea0] = "\x4c\xd2", [0x2ea1] = "\x4c\xd3", [0x2ea2] = "\x4c\xd4", - [0x2ea3] = "\x4c\xd5", [0x2ea4] = "\x4c\xd6", [0x2ea5] = "\x4c\xd7", - [0x2ea6] = "\x4c\xd8", [0x2ea7] = "\x4c\xd9", [0x2ea8] = "\x4c\xda", - [0x2ea9] = "\x4c\xdb", [0x2eaa] = "\x4c\xdc", [0x2eab] = "\x4c\xdd", - [0x2eac] = "\x4c\xde", [0x2ead] = "\x4c\xdf", [0x2eae] = "\x4c\xe0", - [0x2eaf] = "\x4c\xe1", [0x2eb0] = "\x4c\xe2", [0x2eb1] = "\x4c\xe3", - [0x2eb2] = "\x4c\xe4", [0x2eb3] = "\x4c\xe5", [0x2eb4] = "\x4c\xe6", - [0x2eb5] = "\x4c\xe7", [0x2eb6] = "\x4c\xe8", [0x2eb7] = "\x4c\xe9", - [0x2eb8] = "\x4c\xea", [0x2eb9] = "\x4c\xeb", [0x2eba] = "\x4c\xec", - [0x2ebb] = "\x4c\xed", [0x2ebc] = "\x4c\xee", [0x2ebd] = "\x4c\xef", - [0x2ebe] = "\x4c\xf0", [0x2ebf] = "\x4c\xf1", [0x2ec0] = "\x4c\xf2", - [0x2ec1] = "\x4c\xf3", [0x2ec2] = "\x4c\xf4", [0x2ec3] = "\x4c\xf5", - [0x2ec4] = "\x4c\xf6", [0x2ec5] = "\x4c\xf7", [0x2ec6] = "\x4c\xf8", - [0x2ec7] = "\x4c\xf9", [0x2ec8] = "\x4c\xfa", [0x2ec9] = "\x4c\xfb", - [0x2eca] = "\x4c\xfc", [0x2ecb] = "\x4c\xfd", [0x2ecc] = "\x4c\xfe", - [0x2ecd] = "\x4c\xff", [0x2ece] = "\x4d\x00", [0x2ecf] = "\x4d\x01", - [0x2ed0] = "\x4d\x02", [0x2ed1] = "\x4d\x03", [0x2ed2] = "\x4d\x04", - [0x2ed3] = "\x4d\x05", [0x2ed4] = "\x4d\x06", [0x2ed5] = "\x4d\x07", - [0x2ed6] = "\x4d\x08", [0x2ed7] = "\x4d\x09", [0x2ed8] = "\x4d\x0a", - [0x2ed9] = "\x4d\x0b", [0x2eda] = "\x4d\x0c", [0x2edb] = "\x4d\x0d", - [0x2edc] = "\x4d\x0e", [0x2edd] = "\x4d\x0f", [0x2ede] = "\x4d\x10", - [0x2edf] = "\x4d\x11", [0x2ee0] = "\x4d\x12", [0x2ee1] = "\x4d\x13", - [0x2ee2] = "\x4d\x14", [0x2ee3] = "\x4d\x15", [0x2ee4] = "\x4d\x16", - [0x2ee5] = "\x4d\x17", [0x2ee6] = "\x4d\x18", [0x2ee7] = "\x4d\x19", - [0x2ee8] = "\x4d\x1a", [0x2ee9] = "\x4d\x1b", [0x2eea] = "\x4d\x1c", - [0x2eeb] = "\x4d\x1d", [0x2eec] = "\x4d\x1e", [0x2eed] = "\x4d\x1f", - [0x2eee] = "\x4d\x20", [0x2eef] = "\x4d\x21", [0x2ef0] = "\x4d\x22", - [0x2ef1] = "\x4d\x23", [0x2ef2] = "\x4d\x24", [0x2ef3] = "\x4d\x25", - [0x2ef4] = "\x4d\x26", [0x2ef5] = "\x4d\x27", [0x2ef6] = "\x4d\x28", - [0x2ef7] = "\x4d\x29", [0x2ef8] = "\x4d\x2a", [0x2ef9] = "\x4d\x2b", - [0x2efa] = "\x4d\x2c", [0x2efb] = "\x4d\x2d", [0x2efc] = "\x4d\x2e", - [0x2efd] = "\x4d\x2f", [0x2efe] = "\x4d\x30", [0x2eff] = "\x4d\x31", - [0x2f00] = "\x4d\x32", [0x2f01] = "\x4d\x33", [0x2f02] = "\x4d\x34", - [0x2f03] = "\x4d\x35", [0x2f04] = "\x4d\x36", [0x2f05] = "\x4d\x37", - [0x2f06] = "\x4d\x38", [0x2f07] = "\x4d\x39", [0x2f08] = "\x4d\x3a", - [0x2f09] = "\x4d\x3b", [0x2f0a] = "\x4d\x3c", [0x2f0b] = "\x4d\x3d", - [0x2f0c] = "\x4d\x3e", [0x2f0d] = "\x4d\x3f", [0x2f0e] = "\x4d\x40", - [0x2f0f] = "\x4d\x41", [0x2f10] = "\x4d\x42", [0x2f11] = "\x4d\x43", - [0x2f12] = "\x4d\x44", [0x2f13] = "\x4d\x45", [0x2f14] = "\x4d\x46", - [0x2f15] = "\x4d\x47", [0x2f16] = "\x4d\x48", [0x2f17] = "\x4d\x49", - [0x2f18] = "\x4d\x4a", [0x2f19] = "\x4d\x4b", [0x2f1a] = "\x4d\x4c", - [0x2f1b] = "\x4d\x4d", [0x2f1c] = "\x4d\x4e", [0x2f1d] = "\x4d\x4f", - [0x2f1e] = "\x4d\x50", [0x2f1f] = "\x4d\x51", [0x2f20] = "\x4d\x52", - [0x2f21] = "\x4d\x53", [0x2f22] = "\x4d\x54", [0x2f23] = "\x4d\x55", - [0x2f24] = "\x4d\x56", [0x2f25] = "\x4d\x57", [0x2f26] = "\x4d\x58", - [0x2f27] = "\x4d\x59", [0x2f28] = "\x4d\x5a", [0x2f29] = "\x4d\x5b", - [0x2f2a] = "\x4d\x5c", [0x2f2b] = "\x4d\x5d", [0x2f2c] = "\x4d\x5e", - [0x2f2d] = "\x4d\x5f", [0x2f2e] = "\x4d\x60", [0x2f2f] = "\x4d\x61", - [0x2f30] = "\x4d\x62", [0x2f31] = "\x4d\x63", [0x2f32] = "\x4d\x64", - [0x2f33] = "\x4d\x65", [0x2f34] = "\x4d\x66", [0x2f35] = "\x4d\x67", - [0x2f36] = "\x4d\x68", [0x2f37] = "\x4d\x69", [0x2f38] = "\x4d\x6a", - [0x2f39] = "\x4d\x6b", [0x2f3a] = "\x4d\x6c", [0x2f3b] = "\x4d\x6d", - [0x2f3c] = "\x4d\x6e", [0x2f3d] = "\x4d\x6f", [0x2f3e] = "\x4d\x70", - [0x2f3f] = "\x4d\x71", [0x2f40] = "\x4d\x72", [0x2f41] = "\x4d\x73", - [0x2f42] = "\x4d\x74", [0x2f43] = "\x4d\x75", [0x2f44] = "\x4d\x76", - [0x2f45] = "\x4d\x77", [0x2f46] = "\x4d\x78", [0x2f47] = "\x4d\x79", - [0x2f48] = "\x4d\x7a", [0x2f49] = "\x4d\x7b", [0x2f4a] = "\x4d\x7c", - [0x2f4b] = "\x4d\x7d", [0x2f4c] = "\x4d\x7e", [0x2f4d] = "\x4d\x7f", - [0x2f4e] = "\x4d\x80", [0x2f4f] = "\x4d\x81", [0x2f50] = "\x4d\x82", - [0x2f51] = "\x4d\x83", [0x2f52] = "\x4d\x84", [0x2f53] = "\x4d\x85", - [0x2f54] = "\x4d\x86", [0x2f55] = "\x4d\x87", [0x2f70] = "\xa9\x8a", - [0x2f71] = "\xa9\x8b", [0x2f72] = "\xa9\x8c", [0x2f73] = "\xa9\x8d", - [0x2f74] = "\xa9\x8e", [0x2f75] = "\xa9\x8f", [0x2f76] = "\xa9\x90", - [0x2f77] = "\xa9\x91", [0x2f78] = "\xa9\x92", [0x2f79] = "\xa9\x93", - [0x2f7a] = "\xa9\x94", [0x2f7b] = "\xa9\x95", [0x2f80] = "\xa1\xa1", - [0x2f81] = "\xa1\xa2", [0x2f82] = "\xa1\xa3", [0x2f83] = "\xa1\xa8", - [0x2f84] = "\x4d\xa6", [0x2f85] = "\xa1\xa9", [0x2f86] = "\xa9\x65", - [0x2f87] = "\xa9\x96", [0x2f88] = "\xa1\xb4", [0x2f89] = "\xa1\xb5", - [0x2f8a] = "\xa1\xb6", [0x2f8b] = "\xa1\xb7", [0x2f8c] = "\xa1\xb8", - [0x2f8d] = "\xa1\xb9", [0x2f8e] = "\xa1\xba", [0x2f8f] = "\xa1\xbb", - [0x2f90] = "\xa1\xbe", [0x2f91] = "\xa1\xbf", [0x2f92] = "\xa8\x93", - [0x2f93] = "\xa1\xfe", [0x2f94] = "\xa1\xb2", [0x2f95] = "\xa1\xb3", - [0x2f96] = "\xa1\xbc", [0x2f97] = "\xa1\xbd", [0x2f98] = "\x4d\xa7", - [0x2f99] = "\x4d\xa8", [0x2f9a] = "\x4d\xa9", [0x2f9b] = "\x4d\xaa", - [0x2f9c] = "\x4d\xab", [0x2f9d] = "\xa8\x94", [0x2f9e] = "\xa8\x95", - [0x2f9f] = "\x4d\xac", [0x2fa0] = "\x4d\xad", [0x2fa1] = "\xa9\x40", - [0x2fa2] = "\xa9\x41", [0x2fa3] = "\xa9\x42", [0x2fa4] = "\xa9\x43", - [0x2fa5] = "\xa9\x44", [0x2fa6] = "\xa9\x45", [0x2fa7] = "\xa9\x46", - [0x2fa8] = "\xa9\x47", [0x2fa9] = "\xa9\x48", [0x2faa] = "\x4d\xae", - [0x2fab] = "\x4d\xaf", [0x2fac] = "\x4d\xb0", [0x2fad] = "\x4d\xb1", - [0x2fae] = "\x4d\xb2", [0x2faf] = "\x4d\xb3", [0x2fb0] = "\x4d\xb4", - [0x2fb1] = "\x4d\xb5", [0x2fb2] = "\x4d\xb6", [0x2fb3] = "\x4d\xb7", - [0x2fb4] = "\x4d\xb8", [0x2fb5] = "\x4d\xb9", [0x2fb6] = "\x4d\xba", - [0x2fb7] = "\x4d\xbb", [0x2fb8] = "\x4d\xbc", [0x2fb9] = "\x4d\xbd", - [0x2fba] = "\x4d\xbe", [0x2fbb] = "\x4d\xbf", [0x2fbc] = "\x4d\xc0", - [0x2fbd] = "\x4d\xc1", [0x2fbe] = "\xa9\x89", [0x2fbf] = "\x4d\xc2", - [0x2fc1] = "\xa4\xa1", [0x2fc2] = "\xa4\xa2", [0x2fc3] = "\xa4\xa3", - [0x2fc4] = "\xa4\xa4", [0x2fc5] = "\xa4\xa5", [0x2fc6] = "\xa4\xa6", - [0x2fc7] = "\xa4\xa7", [0x2fc8] = "\xa4\xa8", [0x2fc9] = "\xa4\xa9", - [0x2fca] = "\xa4\xaa", [0x2fcb] = "\xa4\xab", [0x2fcc] = "\xa4\xac", - [0x2fcd] = "\xa4\xad", [0x2fce] = "\xa4\xae", [0x2fcf] = "\xa4\xaf", - [0x2fd0] = "\xa4\xb0", [0x2fd1] = "\xa4\xb1", [0x2fd2] = "\xa4\xb2", - [0x2fd3] = "\xa4\xb3", [0x2fd4] = "\xa4\xb4", [0x2fd5] = "\xa4\xb5", - [0x2fd6] = "\xa4\xb6", [0x2fd7] = "\xa4\xb7", [0x2fd8] = "\xa4\xb8", - [0x2fd9] = "\xa4\xb9", [0x2fda] = "\xa4\xba", [0x2fdb] = "\xa4\xbb", - [0x2fdc] = "\xa4\xbc", [0x2fdd] = "\xa4\xbd", [0x2fde] = "\xa4\xbe", - [0x2fdf] = "\xa4\xbf", [0x2fe0] = "\xa4\xc0", [0x2fe1] = "\xa4\xc1", - [0x2fe2] = "\xa4\xc2", [0x2fe3] = "\xa4\xc3", [0x2fe4] = "\xa4\xc4", - [0x2fe5] = "\xa4\xc5", [0x2fe6] = "\xa4\xc6", [0x2fe7] = "\xa4\xc7", - [0x2fe8] = "\xa4\xc8", [0x2fe9] = "\xa4\xc9", [0x2fea] = "\xa4\xca", - [0x2feb] = "\xa4\xcb", [0x2fec] = "\xa4\xcc", [0x2fed] = "\xa4\xcd", - [0x2fee] = "\xa4\xce", [0x2fef] = "\xa4\xcf", [0x2ff0] = "\xa4\xd0", - [0x2ff1] = "\xa4\xd1", [0x2ff2] = "\xa4\xd2", [0x2ff3] = "\xa4\xd3", - [0x2ff4] = "\xa4\xd4", [0x2ff5] = "\xa4\xd5", [0x2ff6] = "\xa4\xd6", - [0x2ff7] = "\xa4\xd7", [0x2ff8] = "\xa4\xd8", [0x2ff9] = "\xa4\xd9", - [0x2ffa] = "\xa4\xda", [0x2ffb] = "\xa4\xdb", [0x2ffc] = "\xa4\xdc", - [0x2ffd] = "\xa4\xdd", [0x2ffe] = "\xa4\xde", [0x2fff] = "\xa4\xdf", - [0x3000] = "\xa4\xe0", [0x3001] = "\xa4\xe1", [0x3002] = "\xa4\xe2", - [0x3003] = "\xa4\xe3", [0x3004] = "\xa4\xe4", [0x3005] = "\xa4\xe5", - [0x3006] = "\xa4\xe6", [0x3007] = "\xa4\xe7", [0x3008] = "\xa4\xe8", - [0x3009] = "\xa4\xe9", [0x300a] = "\xa4\xea", [0x300b] = "\xa4\xeb", - [0x300c] = "\xa4\xec", [0x300d] = "\xa4\xed", [0x300e] = "\xa4\xee", - [0x300f] = "\xa4\xef", [0x3010] = "\xa4\xf0", [0x3011] = "\xa4\xf1", - [0x3012] = "\xa4\xf2", [0x3013] = "\xa4\xf3", [0x3014] = "\x4d\xc4", - [0x3015] = "\x4d\xc5", [0x3016] = "\x4d\xc6", [0x3019] = "\x4d\xc9", - [0x301a] = "\x4d\xca", [0x301b] = "\xa9\x61", [0x301c] = "\xa9\x62", - [0x301d] = "\xa9\x66", [0x301e] = "\xa9\x67", [0x301f] = "\x4d\xcb", - [0x3020] = "\x4d\xcc", [0x3021] = "\xa5\xa1", [0x3022] = "\xa5\xa2", - [0x3023] = "\xa5\xa3", [0x3024] = "\xa5\xa4", [0x3025] = "\xa5\xa5", - [0x3026] = "\xa5\xa6", [0x3027] = "\xa5\xa7", [0x3028] = "\xa5\xa8", - [0x3029] = "\xa5\xa9", [0x302a] = "\xa5\xaa", [0x302b] = "\xa5\xab", - [0x302c] = "\xa5\xac", [0x302d] = "\xa5\xad", [0x302e] = "\xa5\xae", - [0x302f] = "\xa5\xaf", [0x3030] = "\xa5\xb0", [0x3031] = "\xa5\xb1", - [0x3032] = "\xa5\xb2", [0x3033] = "\xa5\xb3", [0x3034] = "\xa5\xb4", - [0x3035] = "\xa5\xb5", [0x3036] = "\xa5\xb6", [0x3037] = "\xa5\xb7", - [0x3038] = "\xa5\xb8", [0x3039] = "\xa5\xb9", [0x303a] = "\xa5\xba", - [0x303b] = "\xa5\xbb", [0x303c] = "\xa5\xbc", [0x303d] = "\xa5\xbd", - [0x303e] = "\xa5\xbe", [0x303f] = "\xa5\xbf", [0x3040] = "\xa5\xc0", - [0x3041] = "\xa5\xc1", [0x3042] = "\xa5\xc2", [0x3043] = "\xa5\xc3", - [0x3044] = "\xa5\xc4", [0x3045] = "\xa5\xc5", [0x3046] = "\xa5\xc6", - [0x3047] = "\xa5\xc7", [0x3048] = "\xa5\xc8", [0x3049] = "\xa5\xc9", - [0x304a] = "\xa5\xca", [0x304b] = "\xa5\xcb", [0x304c] = "\xa5\xcc", - [0x304d] = "\xa5\xcd", [0x304e] = "\xa5\xce", [0x304f] = "\xa5\xcf", - [0x3050] = "\xa5\xd0", [0x3051] = "\xa5\xd1", [0x3052] = "\xa5\xd2", - [0x3053] = "\xa5\xd3", [0x3054] = "\xa5\xd4", [0x3055] = "\xa5\xd5", - [0x3056] = "\xa5\xd6", [0x3057] = "\xa5\xd7", [0x3058] = "\xa5\xd8", - [0x3059] = "\xa5\xd9", [0x305a] = "\xa5\xda", [0x305b] = "\xa5\xdb", - [0x305c] = "\xa5\xdc", [0x305d] = "\xa5\xdd", [0x305e] = "\xa5\xde", - [0x305f] = "\xa5\xdf", [0x3060] = "\xa5\xe0", [0x3061] = "\xa5\xe1", - [0x3062] = "\xa5\xe2", [0x3063] = "\xa5\xe3", [0x3064] = "\xa5\xe4", - [0x3065] = "\xa5\xe5", [0x3066] = "\xa5\xe6", [0x3067] = "\xa5\xe7", - [0x3068] = "\xa5\xe8", [0x3069] = "\xa5\xe9", [0x306a] = "\xa5\xea", - [0x306b] = "\xa5\xeb", [0x306c] = "\xa5\xec", [0x306d] = "\xa5\xed", - [0x306e] = "\xa5\xee", [0x306f] = "\xa5\xef", [0x3070] = "\xa5\xf0", - [0x3071] = "\xa5\xf1", [0x3072] = "\xa5\xf2", [0x3073] = "\xa5\xf3", - [0x3074] = "\xa5\xf4", [0x3075] = "\xa5\xf5", [0x3076] = "\xa5\xf6", - [0x3077] = "\x4d\xcd", [0x3078] = "\x4d\xce", [0x3079] = "\x4d\xcf", - [0x307a] = "\x4d\xd0", [0x307b] = "\x4d\xd1", [0x307c] = "\xa9\x60", - [0x307d] = "\xa9\x63", [0x307e] = "\xa9\x64", [0x307f] = "\x4d\xd2", - [0x3085] = "\xa8\xc5", [0x3086] = "\xa8\xc6", [0x3087] = "\xa8\xc7", - [0x3088] = "\xa8\xc8", [0x3089] = "\xa8\xc9", [0x308a] = "\xa8\xca", - [0x308b] = "\xa8\xcb", [0x308c] = "\xa8\xcc", [0x308d] = "\xa8\xcd", - [0x308e] = "\xa8\xce", [0x308f] = "\xa8\xcf", [0x3090] = "\xa8\xd0", - [0x3091] = "\xa8\xd1", [0x3092] = "\xa8\xd2", [0x3093] = "\xa8\xd3", - [0x3094] = "\xa8\xd4", [0x3095] = "\xa8\xd5", [0x3096] = "\xa8\xd6", - [0x3097] = "\xa8\xd7", [0x3098] = "\xa8\xd8", [0x3099] = "\xa8\xd9", - [0x309a] = "\xa8\xda", [0x309b] = "\xa8\xdb", [0x309c] = "\xa8\xdc", - [0x309d] = "\xa8\xdd", [0x309e] = "\xa8\xde", [0x309f] = "\xa8\xdf", - [0x30a0] = "\xa8\xe0", [0x30a1] = "\xa8\xe1", [0x30a2] = "\xa8\xe2", - [0x30a3] = "\xa8\xe3", [0x30a4] = "\xa8\xe4", [0x30a5] = "\xa8\xe5", - [0x30a6] = "\xa8\xe6", [0x30a7] = "\xa8\xe7", [0x30a8] = "\xa8\xe8", - [0x30a9] = "\xa8\xe9", [0x30aa] = "\x4d\xd8", [0x30ab] = "\x4d\xd9", - [0x30ac] = "\x4d\xda", [0x30b1] = "\x4d\xdf", [0x30b2] = "\x4d\xe0", - [0x30b3] = "\x4d\xe1", [0x30b4] = "\x4d\xe2", [0x30b5] = "\x4d\xe3", - [0x30b6] = "\x4d\xe4", [0x30b7] = "\x4d\xe5", [0x30b8] = "\x4d\xe6", - [0x30b9] = "\x4d\xe7", [0x30ba] = "\x4d\xe8", [0x30bb] = "\x4d\xe9", - [0x30bc] = "\x4d\xea", [0x30bd] = "\x4d\xeb", [0x30be] = "\x4d\xec", - [0x30bf] = "\x4d\xed", [0x30c0] = "\x4d\xee", [0x30c1] = "\x4d\xef", - [0x30c2] = "\x4d\xf0", [0x30c3] = "\x4d\xf1", [0x30c4] = "\x4d\xf2", - [0x30c5] = "\x4d\xf3", [0x30c6] = "\x4d\xf4", [0x30c7] = "\x4d\xf5", - [0x30c8] = "\x4d\xf6", [0x30c9] = "\x4d\xf7", [0x30ca] = "\x4d\xf8", - [0x30cb] = "\x4d\xf9", [0x30cc] = "\x4d\xfa", [0x30cd] = "\x4d\xfb", - [0x30ce] = "\x4d\xfc", [0x30cf] = "\x4d\xfd", [0x30d0] = "\x4d\xfe", - [0x30d1] = "\x4d\xff", [0x30d2] = "\x4e\x00", [0x30d3] = "\x4e\x01", - [0x30d4] = "\x4e\x02", [0x30d5] = "\x4e\x03", [0x30d6] = "\x4e\x04", - [0x30d7] = "\x4e\x05", [0x30d8] = "\x4e\x06", [0x30d9] = "\x4e\x07", - [0x30da] = "\x4e\x08", [0x30db] = "\x4e\x09", [0x30dc] = "\x4e\x0a", - [0x30dd] = "\x4e\x0b", [0x30de] = "\x4e\x0c", [0x30df] = "\x4e\x0d", - [0x30e0] = "\x4e\x0e", [0x30e1] = "\x4e\x0f", [0x30e2] = "\x4e\x10", - [0x30e3] = "\x4e\x11", [0x30e4] = "\x4e\x12", [0x30e5] = "\x4e\x13", - [0x30e6] = "\x4e\x14", [0x30e7] = "\x4e\x15", [0x30e8] = "\x4e\x16", - [0x30e9] = "\x4e\x17", [0x30ea] = "\x4e\x18", [0x30eb] = "\x4e\x19", - [0x30ec] = "\x4e\x1a", [0x30ed] = "\x4e\x1b", [0x30ee] = "\x4e\x1c", - [0x30ef] = "\x4e\x1d", [0x30f0] = "\x4e\x1e", [0x30f1] = "\x4e\x1f", - [0x30f2] = "\x4e\x20", [0x30f3] = "\x4e\x21", [0x30f4] = "\x4e\x22", - [0x30f5] = "\x4e\x23", [0x30f6] = "\x4e\x24", [0x30f7] = "\x4e\x25", - [0x30f8] = "\x4e\x26", [0x30f9] = "\x4e\x27", [0x30fa] = "\x4e\x28", - [0x30fb] = "\x4e\x29", [0x30fc] = "\x4e\x2a", [0x30fd] = "\x4e\x2b", - [0x30fe] = "\x4e\x2c", [0x30ff] = "\x4e\x2d", [0x3100] = "\x4e\x2e", - [0x3101] = "\x4e\x2f", [0x3102] = "\x4e\x30", [0x3103] = "\x4e\x31", - [0x3104] = "\x4e\x32", [0x3105] = "\x4e\x33", [0x3106] = "\x4e\x34", - [0x3107] = "\x4e\x35", [0x3108] = "\x4e\x36", [0x3109] = "\x4e\x37", - [0x310a] = "\x4e\x38", [0x310b] = "\x4e\x39", [0x310c] = "\x4e\x3a", - [0x310d] = "\x4e\x3b", [0x310e] = "\x4e\x3c", [0x3110] = "\x4e\x3e", - [0x3111] = "\x4e\x3f", [0x3112] = "\x4e\x40", [0x3113] = "\x4e\x41", - [0x3114] = "\x4e\x42", [0x3115] = "\x4e\x43", [0x3116] = "\x4e\x44", - [0x3117] = "\x4e\x45", [0x3118] = "\x4e\x46", [0x3119] = "\x4e\x47", - [0x311a] = "\x4e\x48", [0x311b] = "\x4e\x49", [0x311c] = "\x4e\x4a", - [0x311d] = "\x4e\x4b", [0x311e] = "\x4e\x4c", [0x311f] = "\x4e\x4d", - [0x3120] = "\x4e\x4e", [0x3121] = "\x4e\x4f", [0x3122] = "\x4e\x50", - [0x3123] = "\x4e\x51", [0x3124] = "\x4e\x52", [0x3125] = "\x4e\x53", - [0x3126] = "\x4e\x54", [0x3127] = "\x4e\x55", [0x3128] = "\x4e\x56", - [0x3129] = "\x4e\x57", [0x312a] = "\x4e\x58", [0x312b] = "\x4e\x59", - [0x312c] = "\x4e\x5a", [0x312d] = "\x4e\x5b", [0x312e] = "\x4e\x5c", - [0x312f] = "\x4e\x5d", [0x3130] = "\x4e\x5e", [0x3131] = "\x4e\x5f", - [0x3132] = "\x4e\x60", [0x3133] = "\x4e\x61", [0x3134] = "\x4e\x62", - [0x3135] = "\x4e\x63", [0x3136] = "\x4e\x64", [0x3137] = "\x4e\x65", - [0x3170] = "\x4e\x9e", [0x3171] = "\x4e\x9f", [0x3172] = "\x4e\xa0", - [0x3173] = "\x4e\xa1", [0x3174] = "\x4e\xa2", [0x3175] = "\x4e\xa3", - [0x3176] = "\x4e\xa4", [0x3177] = "\x4e\xa5", [0x3178] = "\x4e\xa6", - [0x3179] = "\x4e\xa7", [0x317a] = "\x4e\xa8", [0x317b] = "\x4e\xa9", - [0x317c] = "\x4e\xaa", [0x317d] = "\x4e\xab", [0x317e] = "\x4e\xac", - [0x317f] = "\x4e\xad", [0x3180] = "\x4e\xae", [0x3181] = "\x4e\xaf", - [0x3182] = "\x4e\xb0", [0x3183] = "\x4e\xb1", [0x3184] = "\x4e\xb2", - [0x3185] = "\x4e\xb3", [0x3186] = "\x4e\xb4", [0x3187] = "\x4e\xb5", - [0x3188] = "\x4e\xb6", [0x3189] = "\x4e\xb7", [0x318a] = "\x4e\xb8", - [0x318b] = "\x4e\xb9", [0x318c] = "\x4e\xba", [0x318d] = "\x4e\xbb", - [0x318e] = "\x4e\xbc", [0x318f] = "\x4e\xbd", [0x3190] = "\x4e\xbe", - [0x3191] = "\x4e\xbf", [0x3192] = "\x4e\xc0", [0x3193] = "\x4e\xc1", - [0x3194] = "\x4e\xc2", [0x3195] = "\x4e\xc3", [0x3196] = "\x4e\xc4", - [0x3197] = "\x4e\xc5", [0x3198] = "\x4e\xc6", [0x3199] = "\x4e\xc7", - [0x319a] = "\x4e\xc8", [0x319b] = "\x4e\xc9", [0x319c] = "\x4e\xca", - [0x31a0] = "\xa2\xe5", [0x31a1] = "\xa2\xe6", [0x31a2] = "\xa2\xe7", - [0x31a3] = "\xa2\xe8", [0x31a4] = "\xa2\xe9", [0x31a5] = "\xa2\xea", - [0x31a6] = "\xa2\xeb", [0x31a7] = "\xa2\xec", [0x31a8] = "\xa2\xed", - [0x31a9] = "\xa2\xee", [0x31aa] = "\x4e\xce", [0x31ab] = "\x4e\xcf", - [0x31ac] = "\x4e\xd0", [0x31ad] = "\x4e\xd1", [0x31ae] = "\x4e\xd2", - [0x31af] = "\x4e\xd3", [0x31b0] = "\x4e\xd4", [0x31b1] = "\xa9\x5a", - [0x31b2] = "\x4e\xd5", [0x31b3] = "\x4e\xd6", [0x31b4] = "\x4e\xd7", - [0x31b5] = "\x4e\xd8", [0x31b6] = "\x4e\xd9", [0x31b7] = "\x4e\xda", - [0x31b8] = "\x4e\xdb", [0x31b9] = "\x4e\xdc", [0x31ba] = "\x4e\xdd", - [0x31bb] = "\x4e\xde", [0x31bc] = "\x4e\xdf", [0x31bd] = "\x4e\xe0", - [0x31be] = "\x4e\xe1", [0x31bf] = "\x4e\xe2", [0x31c0] = "\x4e\xe3", - [0x31c1] = "\x4e\xe4", [0x31c2] = "\x4e\xe5", [0x31c3] = "\x4e\xe6", - [0x31d1] = "\x4e\xf4", [0x31d2] = "\x4e\xf5", [0x31d3] = "\x4e\xf6", - [0x31d4] = "\x4e\xf7", [0x31d5] = "\x4e\xf8", [0x31d6] = "\x4e\xf9", - [0x31d7] = "\x4e\xfa", [0x31d8] = "\x4e\xfb", [0x31d9] = "\x4e\xfc", - [0x31da] = "\x4e\xfd", [0x31db] = "\x4e\xfe", [0x31dc] = "\x4e\xff", - [0x31dd] = "\x4f\x00", [0x31de] = "\x4f\x01", [0x31df] = "\x4f\x02", - [0x31e0] = "\x4f\x03", [0x31e1] = "\x4f\x04", [0x31e2] = "\x4f\x05", - [0x31e3] = "\x4f\x06", [0x31e4] = "\x4f\x07", [0x31e5] = "\x4f\x08", - [0x31e6] = "\x4f\x09", [0x31e7] = "\x4f\x0a", [0x31e8] = "\x4f\x0b", - [0x31e9] = "\x4f\x0c", [0x31ea] = "\x4f\x0d", [0x31eb] = "\x4f\x0e", - [0x31ec] = "\x4f\x0f", [0x31ed] = "\x4f\x10", [0x31ee] = "\x4f\x11", - [0x31ef] = "\x4f\x12", [0x31f0] = "\x4f\x13", [0x31f1] = "\x4f\x14", - [0x31f2] = "\x4f\x15", [0x31f3] = "\x4f\x16", [0x31f4] = "\x4f\x17", - [0x31f5] = "\x4f\x18", [0x31f6] = "\x4f\x19", [0x31f7] = "\x4f\x1a", - [0x31f8] = "\x4f\x1b", [0x31f9] = "\x4f\x1c", [0x31fa] = "\x4f\x1d", - [0x31fb] = "\x4f\x1e", [0x31ff] = "\x4f\x22", [0x3200] = "\x4f\x23", - [0x3201] = "\x4f\x24", [0x3202] = "\x4f\x25", [0x3203] = "\x4f\x26", - [0x3204] = "\x4f\x27", [0x3205] = "\x4f\x28", [0x3206] = "\x4f\x29", - [0x3207] = "\x4f\x2a", [0x3208] = "\x4f\x2b", [0x3209] = "\x4f\x2c", - [0x320a] = "\x4f\x2d", [0x320b] = "\x4f\x2e", [0x320c] = "\x4f\x2f", - [0x320d] = "\x4f\x30", [0x320e] = "\x4f\x31", [0x320f] = "\x4f\x32", - [0x3210] = "\x4f\x33", [0x3211] = "\x4f\x34", [0x3212] = "\x4f\x35", - [0x3213] = "\x4f\x36", [0x3214] = "\x4f\x37", [0x3215] = "\x4f\x38", - [0x3216] = "\x4f\x39", [0x3217] = "\x4f\x3a", [0x3218] = "\x4f\x3b", - [0x3219] = "\x4f\x3c", [0x321a] = "\x4f\x3d", [0x321b] = "\x4f\x3e", - [0x321c] = "\x4f\x3f", [0x321d] = "\x4f\x40", [0x321e] = "\x4f\x41", - [0x321f] = "\x4f\x42", [0x3220] = "\x4f\x43", [0x3221] = "\x4f\x44", - [0x3222] = "\x4f\x45", [0x3223] = "\xa9\x49", [0x3224] = "\x4f\x46", - [0x3225] = "\x4f\x47", [0x3226] = "\x4f\x48", [0x3227] = "\x4f\x49", - [0x3228] = "\x4f\x4a", [0x3229] = "\x4f\x4b", [0x322a] = "\x4f\x4c", - [0x322b] = "\x4f\x4d", [0x322c] = "\x4f\x4e", [0x322d] = "\x4f\x4f", - [0x322e] = "\x4f\x50", [0x322f] = "\x4f\x51", [0x3230] = "\x4f\x52", - [0x3231] = "\x4f\x53", [0x3232] = "\x4f\x54", [0x3233] = "\x4f\x55", - [0x3234] = "\x4f\x56", [0x3235] = "\x4f\x57", [0x3236] = "\x4f\x58", - [0x3237] = "\x4f\x59", [0x3238] = "\x4f\x5a", [0x3239] = "\x4f\x5b", - [0x323a] = "\x4f\x5c", [0x323b] = "\x4f\x5d", [0x323c] = "\x4f\x5e", - [0x323d] = "\x4f\x5f", [0x323e] = "\x4f\x60", [0x323f] = "\x4f\x61", - [0x3240] = "\x4f\x62", [0x3241] = "\x4f\x63", [0x3242] = "\x4f\x64", - [0x3243] = "\x4f\x65", [0x3244] = "\x4f\x66", [0x3245] = "\x4f\x67", - [0x3246] = "\x4f\x68", [0x3247] = "\x4f\x69", [0x3248] = "\x4f\x6a", - [0x3249] = "\x4f\x6b", [0x324a] = "\x4f\x6c", [0x324b] = "\x4f\x6d", - [0x3250] = "\x4f\x72", [0x3251] = "\x4f\x73", [0x3252] = "\x4f\x74", - [0x3253] = "\x4f\x75", [0x3254] = "\x4f\x76", [0x3255] = "\x4f\x77", - [0x3256] = "\x4f\x78", [0x3257] = "\x4f\x79", [0x3258] = "\x4f\x7a", - [0x3259] = "\x4f\x7b", [0x325a] = "\x4f\x7c", [0x325b] = "\x4f\x7d", - [0x325c] = "\x4f\x7e", [0x325d] = "\x4f\x7f", [0x325e] = "\x4f\x80", - [0x325f] = "\x4f\x81", [0x3260] = "\x4f\x82", [0x3261] = "\x4f\x83", - [0x3262] = "\x4f\x84", [0x3263] = "\x4f\x85", [0x3264] = "\x4f\x86", - [0x3265] = "\x4f\x87", [0x3266] = "\x4f\x88", [0x3267] = "\x4f\x89", - [0x3268] = "\x4f\x8a", [0x3269] = "\x4f\x8b", [0x326a] = "\x4f\x8c", - [0x326b] = "\x4f\x8d", [0x326c] = "\x4f\x8e", [0x326d] = "\x4f\x8f", - [0x326e] = "\x4f\x90", [0x326f] = "\x4f\x91", [0x3270] = "\x4f\x92", - [0x3271] = "\x4f\x93", [0x3272] = "\x4f\x94", [0x3273] = "\x4f\x95", - [0x3274] = "\x4f\x96", [0x3275] = "\x4f\x97", [0x3276] = "\x4f\x98", - [0x3277] = "\x4f\x99", [0x3278] = "\x4f\x9a", [0x3279] = "\x4f\x9b", - [0x327a] = "\x4f\x9c", [0x327b] = "\x4f\x9d", [0x327c] = "\x4f\x9e", - [0x327d] = "\x4f\x9f", [0x327e] = "\x4f\xa0", [0x3280] = "\x4f\xa2", - [0x3281] = "\x4f\xa3", [0x3282] = "\x4f\xa4", [0x3283] = "\x4f\xa5", - [0x3284] = "\x4f\xa6", [0x3285] = "\x4f\xa7", [0x3286] = "\x4f\xa8", - [0x3287] = "\x4f\xa9", [0x3288] = "\x4f\xaa", [0x3289] = "\x4f\xab", - [0x328a] = "\x4f\xac", [0x328b] = "\x4f\xad", [0x328c] = "\x4f\xae", - [0x328d] = "\x4f\xaf", [0x328e] = "\x4f\xb0", [0x328f] = "\x4f\xb1", - [0x3290] = "\x4f\xb2", [0x3291] = "\x4f\xb3", [0x3292] = "\x4f\xb4", - [0x3293] = "\x4f\xb5", [0x3294] = "\x4f\xb6", [0x3295] = "\x4f\xb7", - [0x3296] = "\x4f\xb8", [0x3297] = "\x4f\xb9", [0x3298] = "\x4f\xba", - [0x3299] = "\x4f\xbb", [0x329a] = "\x4f\xbc", [0x329b] = "\x4f\xbd", - [0x329c] = "\x4f\xbe", [0x329d] = "\x4f\xbf", [0x329e] = "\x4f\xc0", - [0x329f] = "\x4f\xc1", [0x32a0] = "\x4f\xc2", [0x32a1] = "\x4f\xc3", - [0x32a2] = "\x4f\xc4", [0x32a3] = "\x4f\xc5", [0x32a4] = "\x4f\xc6", - [0x32a5] = "\x4f\xc7", [0x32a6] = "\x4f\xc8", [0x32a7] = "\x4f\xc9", - [0x32a8] = "\x4f\xca", [0x32a9] = "\x4f\xcb", [0x32aa] = "\x4f\xcc", - [0x32ab] = "\x4f\xcd", [0x32ac] = "\x4f\xce", [0x32ad] = "\x4f\xcf", - [0x32ae] = "\x4f\xd0", [0x32af] = "\x4f\xd1", [0x32b0] = "\x4f\xd2", - [0x32b1] = "\x4f\xd3", [0x32b2] = "\x4f\xd4", [0x32b3] = "\x4f\xd5", - [0x32b4] = "\x4f\xd6", [0x32b5] = "\x4f\xd7", [0x32b6] = "\x4f\xd8", - [0x32b7] = "\x4f\xd9", [0x32b8] = "\x4f\xda", [0x32b9] = "\x4f\xdb", - [0x32ba] = "\x4f\xdc", [0x32bb] = "\x4f\xdd", [0x32bc] = "\x4f\xde", - [0x32bd] = "\x4f\xdf", [0x32be] = "\x4f\xe0", [0x32bf] = "\x4f\xe1", - [0x32c0] = "\x4f\xe2", [0x32c1] = "\x4f\xe3", [0x32c2] = "\x4f\xe4", - [0x32c3] = "\x4f\xe5", [0x32c4] = "\x4f\xe6", [0x32c5] = "\x4f\xe7", - [0x32c6] = "\x4f\xe8", [0x32c7] = "\x4f\xe9", [0x32c8] = "\x4f\xea", - [0x32c9] = "\x4f\xeb", [0x32ca] = "\x4f\xec", [0x32cb] = "\x4f\xed", - [0x32cc] = "\x4f\xee", [0x32cd] = "\x4f\xef", [0x32ce] = "\x4f\xf0", - [0x32cf] = "\x4f\xf1", [0x32d0] = "\x4f\xf2", [0x32d1] = "\x4f\xf3", - [0x32d2] = "\x4f\xf4", [0x32d3] = "\x4f\xf5", [0x32d4] = "\x4f\xf6", - [0x32d5] = "\x4f\xf7", [0x32d6] = "\x4f\xf8", [0x32d7] = "\x4f\xf9", - [0x32d8] = "\x4f\xfa", [0x32d9] = "\x4f\xfb", [0x32da] = "\x4f\xfc", - [0x32db] = "\x4f\xfd", [0x32dc] = "\x4f\xfe", [0x32dd] = "\x4f\xff", - [0x32de] = "\x50\x00", [0x32df] = "\x50\x01", [0x32e0] = "\x50\x02", - [0x32e1] = "\x50\x03", [0x32e2] = "\x50\x04", [0x32e3] = "\x50\x05", - [0x32e4] = "\x50\x06", [0x32e5] = "\x50\x07", [0x32e6] = "\x50\x08", - [0x32e7] = "\x50\x09", [0x32e8] = "\x50\x0a", [0x32e9] = "\x50\x0b", - [0x32ea] = "\x50\x0c", [0x32eb] = "\x50\x0d", [0x32ec] = "\x50\x0e", - [0x32ed] = "\x50\x0f", [0x32ee] = "\x50\x10", [0x32ef] = "\x50\x11", - [0x32f0] = "\x50\x12", [0x32f1] = "\x50\x13", [0x32f2] = "\x50\x14", - [0x32f3] = "\x50\x15", [0x32f4] = "\x50\x16", [0x32f5] = "\x50\x17", - [0x32f6] = "\x50\x18", [0x32fb] = "\x50\x1d", [0x32fc] = "\x50\x1e", - [0x32fd] = "\x50\x1f", [0x32fe] = "\x50\x20", [0x32ff] = "\x50\x21", - [0x3300] = "\x50\x22", [0x3301] = "\x50\x23", [0x3302] = "\x50\x24", - [0x3303] = "\x50\x25", [0x3304] = "\x50\x26", [0x3305] = "\x50\x27", - [0x3306] = "\x50\x28", [0x3307] = "\x50\x29", [0x3308] = "\x50\x2a", - [0x3309] = "\x50\x2b", [0x330a] = "\x50\x2c", [0x330b] = "\x50\x2d", - [0x330c] = "\x50\x2e", [0x330d] = "\x50\x2f", [0x330e] = "\xa9\x4a", - [0x330f] = "\xa9\x4b", [0x3310] = "\x50\x30", [0x3311] = "\x50\x31", - [0x3312] = "\x50\x32", [0x3313] = "\x50\x33", [0x3314] = "\x50\x34", - [0x3315] = "\x50\x35", [0x3316] = "\x50\x36", [0x3317] = "\x50\x37", - [0x3318] = "\x50\x38", [0x3319] = "\x50\x39", [0x331a] = "\x50\x3a", - [0x331b] = "\x50\x3b", [0x331c] = "\xa9\x4c", [0x331d] = "\xa9\x4d", - [0x331e] = "\xa9\x4e", [0x331f] = "\x50\x3c", [0x3320] = "\x50\x3d", - [0x3321] = "\xa9\x4f", [0x3322] = "\x50\x3e", [0x3323] = "\x50\x3f", - [0x3324] = "\x50\x40", [0x3325] = "\x50\x41", [0x3326] = "\x50\x42", - [0x3327] = "\x50\x43", [0x3328] = "\x50\x44", [0x3329] = "\x50\x45", - [0x332a] = "\x50\x46", [0x332b] = "\x50\x47", [0x332c] = "\x50\x48", - [0x332d] = "\x50\x49", [0x332e] = "\x50\x4a", [0x332f] = "\x50\x4b", - [0x3330] = "\x50\x4c", [0x3331] = "\x50\x4d", [0x3332] = "\x50\x4e", - [0x3333] = "\x50\x4f", [0x3334] = "\x50\x50", [0x3335] = "\x50\x51", - [0x3336] = "\x50\x52", [0x3337] = "\x50\x53", [0x3338] = "\x50\x54", - [0x3339] = "\x50\x55", [0x333a] = "\x50\x56", [0x333b] = "\x50\x57", - [0x333c] = "\x50\x58", [0x333d] = "\x50\x59", [0x333e] = "\x50\x5a", - [0x333f] = "\x50\x5b", [0x3340] = "\x50\x5c", [0x3341] = "\x50\x5d", - [0x3342] = "\x50\x5e", [0x3343] = "\x50\x5f", [0x3344] = "\xa9\x50", - [0x3345] = "\x50\x60", [0x3346] = "\x50\x61", [0x3347] = "\x50\x62", - [0x3348] = "\x50\x63", [0x3349] = "\x50\x64", [0x334a] = "\x50\x65", - [0x334b] = "\x50\x66", [0x334c] = "\x50\x67", [0x334d] = "\x50\x68", - [0x334e] = "\xa9\x51", [0x334f] = "\x50\x69", [0x3350] = "\x50\x6a", - [0x3351] = "\xa9\x52", [0x3352] = "\xa9\x53", [0x3353] = "\x50\x6b", - [0x3354] = "\x50\x6c", [0x3355] = "\xa9\x54", [0x3356] = "\x50\x6d", - [0x3357] = "\x50\x6e", [0x3358] = "\x50\x6f", [0x3359] = "\x50\x70", - [0x335a] = "\x50\x71", [0x335b] = "\x50\x72", [0x335c] = "\x50\x73", - [0x335d] = "\x50\x74", [0x3360] = "\x50\x77", [0x3361] = "\x50\x78", - [0x3362] = "\x50\x79", [0x3363] = "\x50\x7a", [0x3364] = "\x50\x7b", - [0x3365] = "\x50\x7c", [0x3366] = "\x50\x7d", [0x3367] = "\x50\x7e", - [0x3368] = "\x50\x7f", [0x3369] = "\x50\x80", [0x336a] = "\x50\x81", - [0x336b] = "\x50\x82", [0x336c] = "\x50\x83", [0x336d] = "\x50\x84", - [0x336e] = "\x50\x85", [0x336f] = "\x50\x86", [0x3370] = "\x50\x87", - [0x3371] = "\x50\x88", [0x3372] = "\x50\x89", [0x3373] = "\x50\x8a", - [0x3374] = "\x50\x8b", [0x3375] = "\x50\x8c", [0x3376] = "\x50\x8d", - [0x3377] = "\x50\x8e", [0x3378] = "\x50\x8f", [0x3379] = "\x50\x90", - [0x337a] = "\x50\x91", [0x337b] = "\x50\x92", [0x337c] = "\x50\x93", - [0x337d] = "\x50\x94", [0x337e] = "\x50\x95", [0x3380] = "\x50\x97", - [0x3381] = "\x50\x98", [0x3382] = "\x50\x99", [0x3383] = "\x50\x9a", - [0x3384] = "\x50\x9b", [0x3385] = "\x50\x9c", [0x3386] = "\x50\x9d", - [0x3387] = "\x50\x9e", [0x3388] = "\x50\x9f", [0x3389] = "\x50\xa0", - [0x338a] = "\x50\xa1", [0x338b] = "\x50\xa2", [0x338c] = "\x50\xa3", - [0x338d] = "\x50\xa4", [0x338e] = "\x50\xa5", [0x338f] = "\x50\xa6", - [0x3390] = "\x50\xa7", [0x3391] = "\x50\xa8", [0x3392] = "\x50\xa9", - [0x3393] = "\x50\xaa", [0x3394] = "\x50\xab", [0x3395] = "\x50\xac", - [0x3396] = "\x50\xad", [0x3397] = "\x50\xae", [0x3398] = "\x50\xaf", - [0x3399] = "\x50\xb0", [0x339a] = "\x50\xb1", [0x339b] = "\x50\xb2", - [0x339c] = "\x50\xb3", [0x339d] = "\x50\xb4", [0x339e] = "\x50\xb5", - [0x339f] = "\x50\xb6", [0x33a0] = "\x50\xb7", [0x33a1] = "\x50\xb8", - [0x33a2] = "\x50\xb9", [0x33a3] = "\x50\xba", [0x33a4] = "\x50\xbb", - [0x33a5] = "\x50\xbc", [0x33a6] = "\x50\xbd", [0x33a7] = "\x50\xbe", - [0x33a8] = "\x50\xbf", [0x33a9] = "\x50\xc0", [0x33aa] = "\x50\xc1", - [0x33ab] = "\x50\xc2", [0x33ac] = "\x50\xc3", [0x33ad] = "\x50\xc4", - [0x33ae] = "\x50\xc5", [0x33af] = "\x50\xc6", [0x33b0] = "\x50\xc7", - [0x33b1] = "\x50\xc8", [0x33b2] = "\x50\xc9", [0x33b3] = "\x50\xca", - [0x33b4] = "\x50\xcb", [0x33b5] = "\x50\xcc", [0x33b6] = "\x50\xcd", - [0x33b7] = "\x50\xce", [0x33b8] = "\x50\xcf", [0x33b9] = "\x50\xd0", - [0x33ba] = "\x50\xd1", [0x33bb] = "\x50\xd2", [0x33bc] = "\x50\xd3", - [0x33bd] = "\x50\xd4", [0x33be] = "\x50\xd5", [0x33bf] = "\x50\xd6", - [0x33c0] = "\x50\xd7", [0x33c1] = "\x50\xd8", [0x33c2] = "\x50\xd9", - [0x33c3] = "\x50\xda", [0x33c4] = "\x50\xdb", [0x33c5] = "\x50\xdc", - [0x33c6] = "\x50\xdd", [0x33c7] = "\xfe\x56", [0x33c8] = "\x50\xde", - [0x33c9] = "\x50\xdf", [0x33ca] = "\x50\xe0", [0x33cb] = "\x50\xe1", - [0x33cc] = "\x50\xe2", [0x33cd] = "\x50\xe3", [0x33ce] = "\x50\xe4", - [0x33cf] = "\x50\xe5", [0x33d0] = "\x50\xe6", [0x33d1] = "\x50\xe7", - [0x33d2] = "\x50\xe8", [0x33d3] = "\x50\xe9", [0x33d4] = "\x50\xea", - [0x33d5] = "\x50\xeb", [0x33d6] = "\x50\xec", [0x33d7] = "\x50\xed", - [0x33d8] = "\x50\xee", [0x33d9] = "\x50\xef", [0x33da] = "\x50\xf0", - [0x33db] = "\x50\xf1", [0x33dc] = "\x50\xf2", [0x33dd] = "\x50\xf3", - [0x33de] = "\x50\xf4", [0x33df] = "\x50\xf5", [0x33e0] = "\x50\xf6", - [0x33e1] = "\x50\xf7", [0x33e2] = "\x50\xf8", [0x33e3] = "\x50\xf9", - [0x33e4] = "\x50\xfa", [0x33e5] = "\x50\xfb", [0x33e6] = "\x50\xfc", - [0x33e7] = "\x50\xfd", [0x33e8] = "\x50\xfe", [0x33e9] = "\x50\xff", - [0x33ea] = "\x51\x00", [0x33eb] = "\x51\x01", [0x33ec] = "\x51\x02", - [0x33ed] = "\x51\x03", [0x33ee] = "\x51\x04", [0x33ef] = "\x51\x05", - [0x33f0] = "\x51\x06", [0x33f1] = "\x51\x07", [0x33f2] = "\x51\x08", - [0x33f3] = "\xfe\x55", [0x33f4] = "\x51\x09", [0x33f5] = "\x51\x0a", - [0x33f6] = "\x51\x0b", [0x33f7] = "\x51\x0c", [0x33f8] = "\x51\x0d", - [0x33f9] = "\x51\x0e", [0x33fa] = "\x51\x0f", [0x33fb] = "\x51\x10", - [0x33fc] = "\x51\x11", [0x33fd] = "\x51\x12", [0x33fe] = "\x51\x13", - [0x33ff] = "\x51\x14", [0x3400] = "\x51\x15", [0x3401] = "\x51\x16", - [0x3402] = "\x51\x17", [0x3403] = "\x51\x18", [0x3404] = "\x51\x19", - [0x3405] = "\x51\x1a", [0x3406] = "\x51\x1b", [0x3407] = "\x51\x1c", - [0x3408] = "\x51\x1d", [0x3409] = "\x51\x1e", [0x340a] = "\x51\x1f", - [0x340b] = "\x51\x20", [0x340c] = "\x51\x21", [0x340d] = "\x51\x22", - [0x340e] = "\x51\x23", [0x340f] = "\x51\x24", [0x3410] = "\x51\x25", - [0x3411] = "\x51\x26", [0x3412] = "\x51\x27", [0x3413] = "\x51\x28", - [0x3414] = "\x51\x29", [0x3415] = "\x51\x2a", [0x3416] = "\x51\x2b", - [0x3417] = "\x51\x2c", [0x3418] = "\x51\x2d", [0x3419] = "\x51\x2e", - [0x341a] = "\x51\x2f", [0x341b] = "\x51\x30", [0x341c] = "\x51\x31", - [0x341d] = "\x51\x32", [0x341e] = "\x51\x33", [0x341f] = "\x51\x34", - [0x3420] = "\x51\x35", [0x3421] = "\x51\x36", [0x3422] = "\x51\x37", - [0x3423] = "\x51\x38", [0x3424] = "\x51\x39", [0x3425] = "\x51\x3a", - [0x3426] = "\x51\x3b", [0x3427] = "\x51\x3c", [0x3428] = "\x51\x3d", - [0x3429] = "\x51\x3e", [0x342a] = "\x51\x3f", [0x342b] = "\x51\x40", - [0x342c] = "\x51\x41", [0x342d] = "\x51\x42", [0x342e] = "\x51\x43", - [0x342f] = "\x51\x44", [0x3430] = "\x51\x45", [0x3431] = "\x51\x46", - [0x3432] = "\x51\x47", [0x3433] = "\x51\x48", [0x3434] = "\x51\x49", - [0x3435] = "\x51\x4a", [0x3436] = "\x51\x4b", [0x3437] = "\x51\x4c", - [0x3438] = "\x51\x4d", [0x3439] = "\x51\x4e", [0x343a] = "\x51\x4f", - [0x343b] = "\x51\x50", [0x343c] = "\x51\x51", [0x343d] = "\x51\x52", - [0x343e] = "\x51\x53", [0x343f] = "\x51\x54", [0x3440] = "\x51\x55", - [0x3441] = "\x51\x56", [0x3442] = "\x51\x57", [0x3443] = "\x51\x58", - [0x3444] = "\x51\x59", [0x3445] = "\x51\x5a", [0x3446] = "\x51\x5b", - [0x3447] = "\x51\x5c", [0x3448] = "\x51\x5d", [0x3449] = "\x51\x5e", - [0x344a] = "\x51\x5f", [0x344b] = "\x51\x60", [0x344c] = "\x51\x61", - [0x344d] = "\x51\x62", [0x344e] = "\x51\x63", [0x344f] = "\x51\x64", - [0x3450] = "\x51\x65", [0x3451] = "\x51\x66", [0x3452] = "\x51\x67", - [0x3453] = "\x51\x68", [0x3454] = "\x51\x69", [0x3455] = "\x51\x6a", - [0x3456] = "\x51\x6b", [0x3457] = "\x51\x6c", [0x3458] = "\x51\x6d", - [0x3459] = "\x51\x6e", [0x345a] = "\x51\x6f", [0x345b] = "\x51\x70", - [0x345c] = "\x51\x71", [0x345d] = "\x51\x72", [0x345e] = "\x51\x73", - [0x345f] = "\x51\x74", [0x3460] = "\x51\x75", [0x3461] = "\x51\x76", - [0x3462] = "\x51\x77", [0x3463] = "\x51\x78", [0x3464] = "\x51\x79", - [0x3465] = "\x51\x7a", [0x3466] = "\x51\x7b", [0x3467] = "\x51\x7c", - [0x3468] = "\x51\x7d", [0x3469] = "\x51\x7e", [0x346a] = "\x51\x7f", - [0x346b] = "\x51\x80", [0x346c] = "\x51\x81", [0x346d] = "\x51\x82", - [0x346e] = "\x51\x83", [0x346f] = "\x51\x84", [0x3470] = "\x51\x85", - [0x3471] = "\x51\x86", [0x3472] = "\x51\x87", [0x3473] = "\x51\x88", - [0x3474] = "\x51\x89", [0x3475] = "\x51\x8a", [0x3476] = "\x51\x8b", - [0x3477] = "\x51\x8c", [0x3478] = "\x51\x8d", [0x3479] = "\x51\x8e", - [0x347a] = "\x51\x8f", [0x347b] = "\x51\x90", [0x347c] = "\x51\x91", - [0x347d] = "\x51\x92", [0x347e] = "\x51\x93", [0x347f] = "\x51\x94", - [0x3480] = "\x51\x95", [0x3481] = "\x51\x96", [0x3482] = "\x51\x97", - [0x3483] = "\x51\x98", [0x3484] = "\x51\x99", [0x3485] = "\x51\x9a", - [0x3486] = "\x51\x9b", [0x3487] = "\x51\x9c", [0x3488] = "\x51\x9d", - [0x3489] = "\x51\x9e", [0x348a] = "\x51\x9f", [0x348b] = "\x51\xa0", - [0x348c] = "\x51\xa1", [0x348d] = "\x51\xa2", [0x348e] = "\x51\xa3", - [0x348f] = "\x51\xa4", [0x3490] = "\x51\xa5", [0x3491] = "\x51\xa6", - [0x3492] = "\x51\xa7", [0x3493] = "\x51\xa8", [0x3494] = "\x51\xa9", - [0x3495] = "\x51\xaa", [0x3496] = "\x51\xab", [0x3497] = "\x51\xac", - [0x3498] = "\x51\xad", [0x3499] = "\x51\xae", [0x349a] = "\x51\xaf", - [0x349b] = "\x51\xb0", [0x349c] = "\x51\xb1", [0x349d] = "\x51\xb2", - [0x349e] = "\x51\xb3", [0x349f] = "\x51\xb4", [0x34a0] = "\x51\xb5", - [0x34a1] = "\x51\xb6", [0x34a2] = "\x51\xb7", [0x34a3] = "\x51\xb8", - [0x34a4] = "\x51\xb9", [0x34a5] = "\x51\xba", [0x34a6] = "\x51\xbb", - [0x34a7] = "\x51\xbc", [0x34a8] = "\x51\xbd", [0x34a9] = "\x51\xbe", - [0x34aa] = "\x51\xbf", [0x34ab] = "\x51\xc0", [0x34ac] = "\x51\xc1", - [0x34ad] = "\x51\xc2", [0x34ae] = "\x51\xc3", [0x34af] = "\x51\xc4", - [0x34b0] = "\x51\xc5", [0x34b1] = "\x51\xc6", [0x34b2] = "\x51\xc7", - [0x34b3] = "\x51\xc8", [0x34b4] = "\x51\xc9", [0x34b5] = "\x51\xca", - [0x34b6] = "\x51\xcb", [0x34b7] = "\x51\xcc", [0x34b8] = "\x51\xcd", - [0x34b9] = "\x51\xce", [0x34ba] = "\x51\xcf", [0x34bb] = "\x51\xd0", - [0x34bc] = "\x51\xd1", [0x34bd] = "\x51\xd2", [0x34be] = "\x51\xd3", - [0x34bf] = "\x51\xd4", [0x34c0] = "\x51\xd5", [0x34c1] = "\x51\xd6", - [0x34c2] = "\x51\xd7", [0x34c3] = "\x51\xd8", [0x34c4] = "\x51\xd9", - [0x34c5] = "\x51\xda", [0x34c6] = "\x51\xdb", [0x34c7] = "\x51\xdc", - [0x34c8] = "\x51\xdd", [0x34c9] = "\x51\xde", [0x34ca] = "\x51\xdf", - [0x34cb] = "\x51\xe0", [0x34cc] = "\x51\xe1", [0x34cd] = "\x51\xe2", - [0x34ce] = "\x51\xe3", [0x34cf] = "\x51\xe4", [0x34d0] = "\x51\xe5", - [0x34d1] = "\x51\xe6", [0x34d2] = "\x51\xe7", [0x34d3] = "\x51\xe8", - [0x34d4] = "\x51\xe9", [0x34d5] = "\x51\xea", [0x34d6] = "\x51\xeb", - [0x34d7] = "\x51\xec", [0x34d8] = "\x51\xed", [0x34d9] = "\x51\xee", - [0x34da] = "\x51\xef", [0x34db] = "\x51\xf0", [0x34dc] = "\x51\xf1", - [0x34dd] = "\x51\xf2", [0x34de] = "\x51\xf3", [0x34df] = "\x51\xf4", - [0x34e0] = "\x51\xf5", [0x34e1] = "\x51\xf6", [0x34e2] = "\x51\xf7", - [0x34e3] = "\x51\xf8", [0x34e4] = "\x51\xf9", [0x34e5] = "\x51\xfa", - [0x34e6] = "\x51\xfb", [0x34e7] = "\x51\xfc", [0x34e8] = "\x51\xfd", - [0x34e9] = "\x51\xfe", [0x34ea] = "\x51\xff", [0x34eb] = "\x52\x00", - [0x34ec] = "\x52\x01", [0x34ed] = "\x52\x02", [0x34ee] = "\x52\x03", - [0x34ef] = "\x52\x04", [0x34f0] = "\x52\x05", [0x34f1] = "\x52\x06", - [0x34f2] = "\x52\x07", [0x34f3] = "\x52\x08", [0x34f4] = "\x52\x09", - [0x34f5] = "\x52\x0a", [0x34f6] = "\x52\x0b", [0x34f7] = "\x52\x0c", - [0x34f8] = "\x52\x0d", [0x34f9] = "\x52\x0e", [0x34fa] = "\x52\x0f", - [0x34fb] = "\x52\x10", [0x34fc] = "\x52\x11", [0x34fd] = "\x52\x12", - [0x34fe] = "\x52\x13", [0x34ff] = "\x52\x14", [0x3500] = "\x52\x15", - [0x3501] = "\x52\x16", [0x3502] = "\x52\x17", [0x3503] = "\x52\x18", - [0x3504] = "\x52\x19", [0x3505] = "\x52\x1a", [0x3506] = "\x52\x1b", - [0x3507] = "\x52\x1c", [0x3508] = "\x52\x1d", [0x3509] = "\x52\x1e", - [0x350a] = "\x52\x1f", [0x350b] = "\x52\x20", [0x350c] = "\x52\x21", - [0x350d] = "\x52\x22", [0x350e] = "\x52\x23", [0x350f] = "\x52\x24", - [0x3510] = "\x52\x25", [0x3511] = "\x52\x26", [0x3512] = "\x52\x27", - [0x3513] = "\x52\x28", [0x3514] = "\x52\x29", [0x3515] = "\x52\x2a", - [0x3516] = "\x52\x2b", [0x3517] = "\x52\x2c", [0x3518] = "\x52\x2d", - [0x3519] = "\x52\x2e", [0x351a] = "\x52\x2f", [0x351b] = "\x52\x30", - [0x351c] = "\x52\x31", [0x351d] = "\x52\x32", [0x351e] = "\xfe\x5a", - [0x351f] = "\x52\x33", [0x3520] = "\x52\x34", [0x3521] = "\x52\x35", - [0x3522] = "\x52\x36", [0x3523] = "\x52\x37", [0x3524] = "\x52\x38", - [0x3525] = "\x52\x39", [0x3526] = "\x52\x3a", [0x3527] = "\x52\x3b", - [0x3528] = "\x52\x3c", [0x3529] = "\x52\x3d", [0x352a] = "\x52\x3e", - [0x352b] = "\x52\x3f", [0x352c] = "\x52\x40", [0x352d] = "\x52\x41", - [0x352e] = "\x52\x42", [0x352f] = "\x52\x43", [0x3530] = "\x52\x44", - [0x3531] = "\x52\x45", [0x3532] = "\x52\x46", [0x3533] = "\x52\x47", - [0x3534] = "\x52\x48", [0x3535] = "\x52\x49", [0x3536] = "\x52\x4a", - [0x3537] = "\x52\x4b", [0x3538] = "\x52\x4c", [0x3539] = "\x52\x4d", - [0x353a] = "\x52\x4e", [0x353b] = "\x52\x4f", [0x353c] = "\x52\x50", - [0x353d] = "\x52\x51", [0x353e] = "\x52\x52", [0x353f] = "\x52\x53", - [0x3540] = "\x52\x54", [0x3541] = "\x52\x55", [0x3542] = "\x52\x56", - [0x3543] = "\x52\x57", [0x3544] = "\x52\x58", [0x3545] = "\x52\x59", - [0x3546] = "\x52\x5a", [0x3547] = "\x52\x5b", [0x3548] = "\x52\x5c", - [0x3549] = "\x52\x5d", [0x354a] = "\x52\x5e", [0x354b] = "\x52\x5f", - [0x354c] = "\x52\x60", [0x354d] = "\x52\x61", [0x354e] = "\x52\x62", - [0x354f] = "\x52\x63", [0x3550] = "\x52\x64", [0x3551] = "\x52\x65", - [0x3552] = "\x52\x66", [0x3553] = "\x52\x67", [0x3554] = "\x52\x68", - [0x3555] = "\x52\x69", [0x3556] = "\x52\x6a", [0x3557] = "\x52\x6b", - [0x3558] = "\x52\x6c", [0x3559] = "\x52\x6d", [0x355a] = "\x52\x6e", - [0x355b] = "\x52\x6f", [0x355c] = "\x52\x70", [0x355d] = "\x52\x71", - [0x355e] = "\x52\x72", [0x355f] = "\x52\x73", [0x3560] = "\x52\x74", - [0x3561] = "\x52\x75", [0x3562] = "\x52\x76", [0x3563] = "\x52\x77", - [0x3564] = "\x52\x78", [0x3565] = "\x52\x79", [0x3566] = "\x52\x7a", - [0x3567] = "\x52\x7b", [0x3568] = "\x52\x7c", [0x3569] = "\x52\x7d", - [0x356a] = "\x52\x7e", [0x356b] = "\x52\x7f", [0x356c] = "\x52\x80", - [0x356d] = "\x52\x81", [0x356e] = "\x52\x82", [0x356f] = "\x52\x83", - [0x3570] = "\x52\x84", [0x3571] = "\x52\x85", [0x3572] = "\x52\x86", - [0x3573] = "\x52\x87", [0x3574] = "\x52\x88", [0x3575] = "\x52\x89", - [0x3576] = "\x52\x8a", [0x3577] = "\x52\x8b", [0x3578] = "\x52\x8c", - [0x3579] = "\x52\x8d", [0x357a] = "\x52\x8e", [0x357b] = "\x52\x8f", - [0x357c] = "\x52\x90", [0x357d] = "\x52\x91", [0x357e] = "\x52\x92", - [0x357f] = "\x52\x93", [0x3580] = "\x52\x94", [0x3581] = "\x52\x95", - [0x3582] = "\x52\x96", [0x3583] = "\x52\x97", [0x3584] = "\x52\x98", - [0x3585] = "\x52\x99", [0x3586] = "\x52\x9a", [0x3587] = "\x52\x9b", - [0x3588] = "\x52\x9c", [0x3589] = "\x52\x9d", [0x358a] = "\x52\x9e", - [0x358b] = "\x52\x9f", [0x358c] = "\x52\xa0", [0x358d] = "\x52\xa1", - [0x358e] = "\xfe\x5c", [0x358f] = "\x52\xa2", [0x3590] = "\x52\xa3", - [0x3591] = "\x52\xa4", [0x3592] = "\x52\xa5", [0x3593] = "\x52\xa6", - [0x3594] = "\x52\xa7", [0x3595] = "\x52\xa8", [0x3596] = "\x52\xa9", - [0x3597] = "\x52\xaa", [0x3598] = "\x52\xab", [0x3599] = "\x52\xac", - [0x359a] = "\xfe\x5b", [0x359b] = "\x52\xad", [0x359c] = "\x52\xae", - [0x359d] = "\x52\xaf", [0x359e] = "\x52\xb0", [0x359f] = "\x52\xb1", - [0x35a0] = "\x52\xb2", [0x35a1] = "\x52\xb3", [0x35a2] = "\x52\xb4", - [0x35a3] = "\x52\xb5", [0x35a4] = "\x52\xb6", [0x35a5] = "\x52\xb7", - [0x35a6] = "\x52\xb8", [0x35a7] = "\x52\xb9", [0x35a8] = "\x52\xba", - [0x35a9] = "\x52\xbb", [0x35aa] = "\x52\xbc", [0x35ab] = "\x52\xbd", - [0x35ac] = "\x52\xbe", [0x35ad] = "\x52\xbf", [0x35ae] = "\x52\xc0", - [0x35af] = "\x52\xc1", [0x35b0] = "\x52\xc2", [0x35b1] = "\x52\xc3", - [0x35b2] = "\x52\xc4", [0x35b3] = "\x52\xc5", [0x35b4] = "\x52\xc6", - [0x35b5] = "\x52\xc7", [0x35b6] = "\x52\xc8", [0x35b7] = "\x52\xc9", - [0x35b8] = "\x52\xca", [0x35b9] = "\x52\xcb", [0x35ba] = "\x52\xcc", - [0x35bb] = "\x52\xcd", [0x35bc] = "\x52\xce", [0x35bd] = "\x52\xcf", - [0x35be] = "\x52\xd0", [0x35bf] = "\x52\xd1", [0x35c0] = "\x52\xd2", - [0x35c1] = "\x52\xd3", [0x35c2] = "\x52\xd4", [0x35c3] = "\x52\xd5", - [0x35c4] = "\x52\xd6", [0x35c5] = "\x52\xd7", [0x35c6] = "\x52\xd8", - [0x35c7] = "\x52\xd9", [0x35c8] = "\x52\xda", [0x35c9] = "\x52\xdb", - [0x35ca] = "\x52\xdc", [0x35cb] = "\x52\xdd", [0x35cc] = "\x52\xde", - [0x35cd] = "\x52\xdf", [0x35ce] = "\x52\xe0", [0x35cf] = "\x52\xe1", - [0x35d0] = "\x52\xe2", [0x35d1] = "\x52\xe3", [0x35d2] = "\x52\xe4", - [0x35d3] = "\x52\xe5", [0x35d4] = "\x52\xe6", [0x35d5] = "\x52\xe7", - [0x35d6] = "\x52\xe8", [0x35d7] = "\x52\xe9", [0x35d8] = "\x52\xea", - [0x35d9] = "\x52\xeb", [0x35da] = "\x52\xec", [0x35db] = "\x52\xed", - [0x35dc] = "\x52\xee", [0x35dd] = "\x52\xef", [0x35de] = "\x52\xf0", - [0x35df] = "\x52\xf1", [0x35e0] = "\x52\xf2", [0x35e1] = "\x52\xf3", - [0x35e2] = "\x52\xf4", [0x35e3] = "\x52\xf5", [0x35e4] = "\x52\xf6", - [0x35e5] = "\x52\xf7", [0x35e6] = "\x52\xf8", [0x35e7] = "\x52\xf9", - [0x35e8] = "\x52\xfa", [0x35e9] = "\x52\xfb", [0x35ea] = "\x52\xfc", - [0x35eb] = "\x52\xfd", [0x35ec] = "\x52\xfe", [0x35ed] = "\x52\xff", - [0x35ee] = "\x53\x00", [0x35ef] = "\x53\x01", [0x35f0] = "\x53\x02", - [0x35f1] = "\x53\x03", [0x35f2] = "\x53\x04", [0x35f3] = "\x53\x05", - [0x35f4] = "\x53\x06", [0x35f5] = "\x53\x07", [0x35f6] = "\x53\x08", - [0x35f7] = "\x53\x09", [0x35f8] = "\x53\x0a", [0x35f9] = "\x53\x0b", - [0x35fa] = "\x53\x0c", [0x35fb] = "\x53\x0d", [0x35fc] = "\x53\x0e", - [0x35fd] = "\x53\x0f", [0x35fe] = "\x53\x10", [0x35ff] = "\x53\x11", - [0x3600] = "\x53\x12", [0x3601] = "\x53\x13", [0x3602] = "\x53\x14", - [0x3603] = "\x53\x15", [0x3604] = "\x53\x16", [0x3605] = "\x53\x17", - [0x3606] = "\x53\x18", [0x3607] = "\x53\x19", [0x3608] = "\x53\x1a", - [0x3609] = "\x53\x1b", [0x360a] = "\x53\x1c", [0x360b] = "\x53\x1d", - [0x360c] = "\x53\x1e", [0x360d] = "\x53\x1f", [0x360e] = "\x53\x20", - [0x360f] = "\x53\x21", [0x3610] = "\x53\x22", [0x3611] = "\x53\x23", - [0x3612] = "\x53\x24", [0x3613] = "\x53\x25", [0x3614] = "\x53\x26", - [0x3615] = "\x53\x27", [0x3616] = "\x53\x28", [0x3617] = "\x53\x29", - [0x3618] = "\x53\x2a", [0x3619] = "\x53\x2b", [0x361a] = "\x53\x2c", - [0x361b] = "\x53\x2d", [0x361c] = "\x53\x2e", [0x361d] = "\x53\x2f", - [0x361e] = "\x53\x30", [0x361f] = "\x53\x31", [0x3620] = "\x53\x32", - [0x3621] = "\x53\x33", [0x3622] = "\x53\x34", [0x3623] = "\x53\x35", - [0x3624] = "\x53\x36", [0x3625] = "\x53\x37", [0x3626] = "\x53\x38", - [0x3627] = "\x53\x39", [0x3628] = "\x53\x3a", [0x3629] = "\x53\x3b", - [0x362a] = "\x53\x3c", [0x362b] = "\x53\x3d", [0x362c] = "\x53\x3e", - [0x362d] = "\x53\x3f", [0x362e] = "\x53\x40", [0x362f] = "\x53\x41", - [0x3630] = "\x53\x42", [0x3631] = "\x53\x43", [0x3632] = "\x53\x44", - [0x3633] = "\x53\x45", [0x3634] = "\x53\x46", [0x3635] = "\x53\x47", - [0x3636] = "\x53\x48", [0x3637] = "\x53\x49", [0x3638] = "\x53\x4a", - [0x3639] = "\x53\x4b", [0x363a] = "\x53\x4c", [0x363b] = "\x53\x4d", - [0x363c] = "\x53\x4e", [0x363d] = "\x53\x4f", [0x363e] = "\x53\x50", - [0x363f] = "\x53\x51", [0x3640] = "\x53\x52", [0x3641] = "\x53\x53", - [0x3642] = "\x53\x54", [0x3643] = "\x53\x55", [0x3644] = "\x53\x56", - [0x3645] = "\x53\x57", [0x3646] = "\x53\x58", [0x3647] = "\x53\x59", - [0x3648] = "\x53\x5a", [0x3649] = "\x53\x5b", [0x364a] = "\x53\x5c", - [0x364b] = "\x53\x5d", [0x364c] = "\x53\x5e", [0x364d] = "\x53\x5f", - [0x364e] = "\x53\x60", [0x364f] = "\x53\x61", [0x3650] = "\x53\x62", - [0x3651] = "\x53\x63", [0x3652] = "\x53\x64", [0x3653] = "\x53\x65", - [0x3654] = "\x53\x66", [0x3655] = "\x53\x67", [0x3656] = "\x53\x68", - [0x3657] = "\x53\x69", [0x3658] = "\x53\x6a", [0x3659] = "\x53\x6b", - [0x365a] = "\x53\x6c", [0x365b] = "\x53\x6d", [0x365c] = "\x53\x6e", - [0x365d] = "\x53\x6f", [0x365e] = "\x53\x70", [0x365f] = "\x53\x71", - [0x3660] = "\x53\x72", [0x3661] = "\x53\x73", [0x3662] = "\x53\x74", - [0x3663] = "\x53\x75", [0x3664] = "\x53\x76", [0x3665] = "\x53\x77", - [0x3666] = "\x53\x78", [0x3667] = "\x53\x79", [0x3668] = "\x53\x7a", - [0x3669] = "\x53\x7b", [0x366a] = "\x53\x7c", [0x366b] = "\x53\x7d", - [0x366c] = "\x53\x7e", [0x366d] = "\x53\x7f", [0x366e] = "\x53\x80", - [0x366f] = "\x53\x81", [0x3670] = "\x53\x82", [0x3671] = "\x53\x83", - [0x3672] = "\x53\x84", [0x3673] = "\x53\x85", [0x3674] = "\x53\x86", - [0x3675] = "\x53\x87", [0x3676] = "\x53\x88", [0x3677] = "\x53\x89", - [0x3678] = "\x53\x8a", [0x3679] = "\x53\x8b", [0x367a] = "\x53\x8c", - [0x367b] = "\x53\x8d", [0x367c] = "\x53\x8e", [0x367d] = "\x53\x8f", - [0x367e] = "\x53\x90", [0x367f] = "\x53\x91", [0x3680] = "\x53\x92", - [0x3681] = "\x53\x93", [0x3682] = "\x53\x94", [0x3683] = "\x53\x95", - [0x3684] = "\x53\x96", [0x3685] = "\x53\x97", [0x3686] = "\x53\x98", - [0x3687] = "\x53\x99", [0x3688] = "\x53\x9a", [0x3689] = "\x53\x9b", - [0x368a] = "\x53\x9c", [0x368b] = "\x53\x9d", [0x368c] = "\x53\x9e", - [0x368d] = "\x53\x9f", [0x368e] = "\x53\xa0", [0x368f] = "\x53\xa1", - [0x3690] = "\x53\xa2", [0x3691] = "\x53\xa3", [0x3692] = "\x53\xa4", - [0x3693] = "\x53\xa5", [0x3694] = "\x53\xa6", [0x3695] = "\x53\xa7", - [0x3696] = "\x53\xa8", [0x3697] = "\x53\xa9", [0x3698] = "\x53\xaa", - [0x3699] = "\x53\xab", [0x369a] = "\x53\xac", [0x369b] = "\x53\xad", - [0x369c] = "\x53\xae", [0x369d] = "\x53\xaf", [0x369e] = "\x53\xb0", - [0x369f] = "\x53\xb1", [0x36a0] = "\x53\xb2", [0x36a1] = "\x53\xb3", - [0x36a2] = "\x53\xb4", [0x36a3] = "\x53\xb5", [0x36a4] = "\x53\xb6", - [0x36a5] = "\x53\xb7", [0x36a6] = "\x53\xb8", [0x36a7] = "\x53\xb9", - [0x36a8] = "\x53\xba", [0x36a9] = "\x53\xbb", [0x36aa] = "\x53\xbc", - [0x36ab] = "\x53\xbd", [0x36ac] = "\x53\xbe", [0x36ad] = "\x53\xbf", - [0x36ae] = "\x53\xc0", [0x36af] = "\x53\xc1", [0x36b0] = "\x53\xc2", - [0x36b1] = "\x53\xc3", [0x36b2] = "\x53\xc4", [0x36b3] = "\x53\xc5", - [0x36b4] = "\x53\xc6", [0x36b5] = "\x53\xc7", [0x36b6] = "\x53\xc8", - [0x36b7] = "\x53\xc9", [0x36b8] = "\x53\xca", [0x36b9] = "\x53\xcb", - [0x36ba] = "\x53\xcc", [0x36bb] = "\x53\xcd", [0x36bc] = "\x53\xce", - [0x36bd] = "\x53\xcf", [0x36be] = "\x53\xd0", [0x36bf] = "\x53\xd1", - [0x36c0] = "\x53\xd2", [0x36c1] = "\x53\xd3", [0x36c2] = "\x53\xd4", - [0x36c3] = "\x53\xd5", [0x36c4] = "\x53\xd6", [0x36c5] = "\x53\xd7", - [0x36c6] = "\x53\xd8", [0x36c7] = "\x53\xd9", [0x36c8] = "\x53\xda", - [0x36c9] = "\x53\xdb", [0x36ca] = "\x53\xdc", [0x36cb] = "\x53\xdd", - [0x36cc] = "\x53\xde", [0x36cd] = "\x53\xdf", [0x36ce] = "\x53\xe0", - [0x36cf] = "\x53\xe1", [0x36d0] = "\x53\xe2", [0x36d1] = "\x53\xe3", - [0x36d2] = "\x53\xe4", [0x36d3] = "\x53\xe5", [0x36d4] = "\x53\xe6", - [0x36d5] = "\x53\xe7", [0x36d6] = "\x53\xe8", [0x36d7] = "\x53\xe9", - [0x36d8] = "\x53\xea", [0x36d9] = "\x53\xeb", [0x36da] = "\x53\xec", - [0x36db] = "\x53\xed", [0x36dc] = "\x53\xee", [0x36dd] = "\x53\xef", - [0x36de] = "\x53\xf0", [0x36df] = "\x53\xf1", [0x36e0] = "\x53\xf2", - [0x36e1] = "\x53\xf3", [0x36e2] = "\x53\xf4", [0x36e3] = "\x53\xf5", - [0x36e4] = "\x53\xf6", [0x36e5] = "\x53\xf7", [0x36e6] = "\x53\xf8", - [0x36e7] = "\x53\xf9", [0x36e8] = "\x53\xfa", [0x36e9] = "\x53\xfb", - [0x36ea] = "\x53\xfc", [0x36eb] = "\x53\xfd", [0x36ec] = "\x53\xfe", - [0x36ed] = "\x53\xff", [0x36ee] = "\x54\x00", [0x36ef] = "\x54\x01", - [0x36f0] = "\x54\x02", [0x36f1] = "\x54\x03", [0x36f2] = "\x54\x04", - [0x36f3] = "\x54\x05", [0x36f4] = "\x54\x06", [0x36f5] = "\x54\x07", - [0x36f6] = "\x54\x08", [0x36f7] = "\x54\x09", [0x36f8] = "\x54\x0a", - [0x36f9] = "\x54\x0b", [0x36fa] = "\x54\x0c", [0x36fb] = "\x54\x0d", - [0x36fc] = "\x54\x0e", [0x36fd] = "\x54\x0f", [0x36fe] = "\x54\x10", - [0x36ff] = "\x54\x11", [0x3700] = "\x54\x12", [0x3701] = "\x54\x13", - [0x3702] = "\x54\x14", [0x3703] = "\x54\x15", [0x3704] = "\x54\x16", - [0x3705] = "\x54\x17", [0x3706] = "\x54\x18", [0x3707] = "\x54\x19", - [0x3708] = "\x54\x1a", [0x3709] = "\x54\x1b", [0x370a] = "\x54\x1c", - [0x370b] = "\x54\x1d", [0x370c] = "\x54\x1e", [0x370d] = "\x54\x1f", - [0x370e] = "\x54\x20", [0x370f] = "\x54\x21", [0x3710] = "\x54\x22", - [0x3711] = "\x54\x23", [0x3712] = "\x54\x24", [0x3713] = "\x54\x25", - [0x3714] = "\x54\x26", [0x3715] = "\x54\x27", [0x3716] = "\x54\x28", - [0x3717] = "\x54\x29", [0x3718] = "\x54\x2a", [0x3719] = "\x54\x2b", - [0x371a] = "\x54\x2c", [0x371b] = "\x54\x2d", [0x371c] = "\x54\x2e", - [0x371d] = "\x54\x2f", [0x371e] = "\x54\x30", [0x371f] = "\x54\x31", - [0x3720] = "\x54\x32", [0x3721] = "\x54\x33", [0x3722] = "\x54\x34", - [0x3723] = "\x54\x35", [0x3724] = "\x54\x36", [0x3725] = "\x54\x37", - [0x3726] = "\x54\x38", [0x3727] = "\x54\x39", [0x3728] = "\x54\x3a", - [0x3729] = "\x54\x3b", [0x372a] = "\x54\x3c", [0x372b] = "\x54\x3d", - [0x372c] = "\x54\x3e", [0x372d] = "\x54\x3f", [0x372e] = "\x54\x40", - [0x372f] = "\x54\x41", [0x3730] = "\x54\x42", [0x3731] = "\x54\x43", - [0x3732] = "\x54\x44", [0x3733] = "\x54\x45", [0x3734] = "\x54\x46", - [0x3735] = "\x54\x47", [0x3736] = "\x54\x48", [0x3737] = "\x54\x49", - [0x3738] = "\x54\x4a", [0x3739] = "\x54\x4b", [0x373a] = "\x54\x4c", - [0x373b] = "\x54\x4d", [0x373c] = "\x54\x4e", [0x373d] = "\x54\x4f", - [0x373e] = "\x54\x50", [0x373f] = "\x54\x51", [0x3740] = "\x54\x52", - [0x3741] = "\x54\x53", [0x3742] = "\x54\x54", [0x3743] = "\x54\x55", - [0x3744] = "\x54\x56", [0x3745] = "\x54\x57", [0x3746] = "\x54\x58", - [0x3747] = "\x54\x59", [0x3748] = "\x54\x5a", [0x3749] = "\x54\x5b", - [0x374a] = "\x54\x5c", [0x374b] = "\x54\x5d", [0x374c] = "\x54\x5e", - [0x374d] = "\x54\x5f", [0x374e] = "\x54\x60", [0x374f] = "\x54\x61", - [0x3750] = "\x54\x62", [0x3751] = "\x54\x63", [0x3752] = "\x54\x64", - [0x3753] = "\x54\x65", [0x3754] = "\x54\x66", [0x3755] = "\x54\x67", - [0x3756] = "\x54\x68", [0x3757] = "\x54\x69", [0x3758] = "\x54\x6a", - [0x3759] = "\x54\x6b", [0x375a] = "\x54\x6c", [0x375b] = "\x54\x6d", - [0x375c] = "\x54\x6e", [0x375d] = "\x54\x6f", [0x375e] = "\x54\x70", - [0x375f] = "\x54\x71", [0x3760] = "\x54\x72", [0x3761] = "\x54\x73", - [0x3762] = "\x54\x74", [0x3763] = "\x54\x75", [0x3764] = "\x54\x76", - [0x3765] = "\x54\x77", [0x3766] = "\x54\x78", [0x3767] = "\x54\x79", - [0x3768] = "\x54\x7a", [0x3769] = "\x54\x7b", [0x376a] = "\x54\x7c", - [0x376b] = "\x54\x7d", [0x376c] = "\x54\x7e", [0x376d] = "\x54\x7f", - [0x376e] = "\x54\x80", [0x376f] = "\x54\x81", [0x3770] = "\x54\x82", - [0x3771] = "\x54\x83", [0x3772] = "\x54\x84", [0x3773] = "\x54\x85", - [0x3774] = "\x54\x86", [0x3775] = "\x54\x87", [0x3776] = "\x54\x88", - [0x3777] = "\x54\x89", [0x3778] = "\x54\x8a", [0x3779] = "\x54\x8b", - [0x377a] = "\x54\x8c", [0x377b] = "\x54\x8d", [0x377c] = "\x54\x8e", - [0x377d] = "\x54\x8f", [0x377e] = "\x54\x90", [0x377f] = "\x54\x91", - [0x3780] = "\x54\x92", [0x3781] = "\x54\x93", [0x3782] = "\x54\x94", - [0x3783] = "\x54\x95", [0x3784] = "\x54\x96", [0x3785] = "\x54\x97", - [0x3786] = "\x54\x98", [0x3787] = "\x54\x99", [0x3788] = "\x54\x9a", - [0x3789] = "\x54\x9b", [0x378a] = "\x54\x9c", [0x378b] = "\x54\x9d", - [0x378c] = "\x54\x9e", [0x378d] = "\x54\x9f", [0x378e] = "\x54\xa0", - [0x378f] = "\x54\xa1", [0x3790] = "\x54\xa2", [0x3791] = "\x54\xa3", - [0x3792] = "\x54\xa4", [0x3793] = "\x54\xa5", [0x3794] = "\x54\xa6", - [0x3795] = "\x54\xa7", [0x3796] = "\x54\xa8", [0x3797] = "\x54\xa9", - [0x3798] = "\x54\xaa", [0x3799] = "\x54\xab", [0x379a] = "\x54\xac", - [0x379b] = "\x54\xad", [0x379c] = "\x54\xae", [0x379d] = "\x54\xaf", - [0x379e] = "\x54\xb0", [0x379f] = "\x54\xb1", [0x37a0] = "\x54\xb2", - [0x37a1] = "\x54\xb3", [0x37a2] = "\x54\xb4", [0x37a3] = "\x54\xb5", - [0x37a4] = "\x54\xb6", [0x37a5] = "\x54\xb7", [0x37a6] = "\x54\xb8", - [0x37a7] = "\x54\xb9", [0x37a8] = "\x54\xba", [0x37a9] = "\x54\xbb", - [0x37aa] = "\x54\xbc", [0x37ab] = "\x54\xbd", [0x37ac] = "\x54\xbe", - [0x37ad] = "\x54\xbf", [0x37ae] = "\x54\xc0", [0x37af] = "\x54\xc1", - [0x37b0] = "\x54\xc2", [0x37b1] = "\x54\xc3", [0x37b2] = "\x54\xc4", - [0x37b3] = "\x54\xc5", [0x37b4] = "\x54\xc6", [0x37b5] = "\x54\xc7", - [0x37b6] = "\x54\xc8", [0x37b7] = "\x54\xc9", [0x37b8] = "\x54\xca", - [0x37b9] = "\x54\xcb", [0x37ba] = "\x54\xcc", [0x37bb] = "\x54\xcd", - [0x37bc] = "\x54\xce", [0x37bd] = "\x54\xcf", [0x37be] = "\x54\xd0", - [0x37bf] = "\x54\xd1", [0x37c0] = "\x54\xd2", [0x37c1] = "\x54\xd3", - [0x37c2] = "\x54\xd4", [0x37c3] = "\x54\xd5", [0x37c4] = "\x54\xd6", - [0x37c5] = "\x54\xd7", [0x37c6] = "\x54\xd8", [0x37c7] = "\x54\xd9", - [0x37c8] = "\x54\xda", [0x37c9] = "\x54\xdb", [0x37ca] = "\x54\xdc", - [0x37cb] = "\x54\xdd", [0x37cc] = "\x54\xde", [0x37cd] = "\x54\xdf", - [0x37ce] = "\x54\xe0", [0x37cf] = "\x54\xe1", [0x37d0] = "\x54\xe2", - [0x37d1] = "\x54\xe3", [0x37d2] = "\x54\xe4", [0x37d3] = "\x54\xe5", - [0x37d4] = "\x54\xe6", [0x37d5] = "\x54\xe7", [0x37d6] = "\x54\xe8", - [0x37d7] = "\x54\xe9", [0x37d8] = "\x54\xea", [0x37d9] = "\x54\xeb", - [0x37da] = "\x54\xec", [0x37db] = "\x54\xed", [0x37dc] = "\x54\xee", - [0x37dd] = "\x54\xef", [0x37de] = "\x54\xf0", [0x37df] = "\x54\xf1", - [0x37e0] = "\x54\xf2", [0x37e1] = "\x54\xf3", [0x37e2] = "\x54\xf4", - [0x37e3] = "\x54\xf5", [0x37e4] = "\x54\xf6", [0x37e5] = "\x54\xf7", - [0x37e6] = "\x54\xf8", [0x37e7] = "\x54\xf9", [0x37e8] = "\x54\xfa", - [0x37e9] = "\x54\xfb", [0x37ea] = "\x54\xfc", [0x37eb] = "\x54\xfd", - [0x37ec] = "\x54\xfe", [0x37ed] = "\x54\xff", [0x37ee] = "\x55\x00", - [0x37ef] = "\x55\x01", [0x37f0] = "\x55\x02", [0x37f1] = "\x55\x03", - [0x37f2] = "\x55\x04", [0x37f3] = "\x55\x05", [0x37f4] = "\x55\x06", - [0x37f5] = "\x55\x07", [0x37f6] = "\x55\x08", [0x37f7] = "\x55\x09", - [0x37f8] = "\x55\x0a", [0x37f9] = "\x55\x0b", [0x37fa] = "\x55\x0c", - [0x37fb] = "\x55\x0d", [0x37fc] = "\x55\x0e", [0x37fd] = "\x55\x0f", - [0x37fe] = "\x55\x10", [0x37ff] = "\x55\x11", [0x3800] = "\x55\x12", - [0x3801] = "\x55\x13", [0x3802] = "\x55\x14", [0x3803] = "\x55\x15", - [0x3804] = "\x55\x16", [0x3805] = "\x55\x17", [0x3806] = "\x55\x18", - [0x3807] = "\x55\x19", [0x3808] = "\x55\x1a", [0x3809] = "\x55\x1b", - [0x380a] = "\x55\x1c", [0x380b] = "\x55\x1d", [0x380c] = "\x55\x1e", - [0x380d] = "\x55\x1f", [0x380e] = "\x55\x20", [0x380f] = "\x55\x21", - [0x3810] = "\x55\x22", [0x3811] = "\x55\x23", [0x3812] = "\x55\x24", - [0x3813] = "\x55\x25", [0x3814] = "\x55\x26", [0x3815] = "\x55\x27", - [0x3816] = "\x55\x28", [0x3817] = "\x55\x29", [0x3818] = "\x55\x2a", - [0x3819] = "\x55\x2b", [0x381a] = "\x55\x2c", [0x381b] = "\x55\x2d", - [0x381c] = "\x55\x2e", [0x381d] = "\x55\x2f", [0x381e] = "\x55\x30", - [0x381f] = "\x55\x31", [0x3820] = "\x55\x32", [0x3821] = "\x55\x33", - [0x3822] = "\x55\x34", [0x3823] = "\x55\x35", [0x3824] = "\x55\x36", - [0x3825] = "\x55\x37", [0x3826] = "\x55\x38", [0x3827] = "\x55\x39", - [0x3828] = "\x55\x3a", [0x3829] = "\x55\x3b", [0x382a] = "\x55\x3c", - [0x382b] = "\x55\x3d", [0x382c] = "\x55\x3e", [0x382d] = "\x55\x3f", - [0x382e] = "\x55\x40", [0x382f] = "\x55\x41", [0x3830] = "\x55\x42", - [0x3831] = "\x55\x43", [0x3832] = "\x55\x44", [0x3833] = "\x55\x45", - [0x3834] = "\x55\x46", [0x3835] = "\x55\x47", [0x3836] = "\x55\x48", - [0x3837] = "\x55\x49", [0x3838] = "\x55\x4a", [0x3839] = "\x55\x4b", - [0x383a] = "\x55\x4c", [0x383b] = "\x55\x4d", [0x383c] = "\x55\x4e", - [0x383d] = "\x55\x4f", [0x383e] = "\x55\x50", [0x383f] = "\x55\x51", - [0x3840] = "\x55\x52", [0x3841] = "\x55\x53", [0x3842] = "\x55\x54", - [0x3843] = "\x55\x55", [0x3844] = "\x55\x56", [0x3845] = "\x55\x57", - [0x3846] = "\x55\x58", [0x3847] = "\x55\x59", [0x3848] = "\x55\x5a", - [0x3849] = "\x55\x5b", [0x384a] = "\x55\x5c", [0x384b] = "\x55\x5d", - [0x384c] = "\x55\x5e", [0x384d] = "\x55\x5f", [0x384e] = "\x55\x60", - [0x384f] = "\x55\x61", [0x3850] = "\x55\x62", [0x3851] = "\x55\x63", - [0x3852] = "\x55\x64", [0x3853] = "\x55\x65", [0x3854] = "\x55\x66", - [0x3855] = "\x55\x67", [0x3856] = "\x55\x68", [0x3857] = "\x55\x69", - [0x3858] = "\x55\x6a", [0x3859] = "\x55\x6b", [0x385a] = "\x55\x6c", - [0x385b] = "\x55\x6d", [0x385c] = "\x55\x6e", [0x385d] = "\x55\x6f", - [0x385e] = "\x55\x70", [0x385f] = "\x55\x71", [0x3860] = "\x55\x72", - [0x3861] = "\x55\x73", [0x3862] = "\x55\x74", [0x3863] = "\x55\x75", - [0x3864] = "\x55\x76", [0x3865] = "\x55\x77", [0x3866] = "\x55\x78", - [0x3867] = "\x55\x79", [0x3868] = "\x55\x7a", [0x3869] = "\x55\x7b", - [0x386a] = "\x55\x7c", [0x386b] = "\x55\x7d", [0x386c] = "\x55\x7e", - [0x386d] = "\x55\x7f", [0x386e] = "\x55\x80", [0x386f] = "\x55\x81", - [0x3870] = "\x55\x82", [0x3871] = "\x55\x83", [0x3872] = "\x55\x84", - [0x3873] = "\x55\x85", [0x3874] = "\x55\x86", [0x3875] = "\x55\x87", - [0x3876] = "\x55\x88", [0x3877] = "\x55\x89", [0x3878] = "\x55\x8a", - [0x3879] = "\x55\x8b", [0x387a] = "\x55\x8c", [0x387b] = "\x55\x8d", - [0x387c] = "\x55\x8e", [0x387d] = "\x55\x8f", [0x387e] = "\x55\x90", - [0x387f] = "\x55\x91", [0x3880] = "\x55\x92", [0x3881] = "\x55\x93", - [0x3882] = "\x55\x94", [0x3883] = "\x55\x95", [0x3884] = "\x55\x96", - [0x3885] = "\x55\x97", [0x3886] = "\x55\x98", [0x3887] = "\x55\x99", - [0x3888] = "\x55\x9a", [0x3889] = "\x55\x9b", [0x388a] = "\x55\x9c", - [0x388b] = "\x55\x9d", [0x388c] = "\x55\x9e", [0x388d] = "\x55\x9f", - [0x388e] = "\x55\xa0", [0x388f] = "\x55\xa1", [0x3890] = "\x55\xa2", - [0x3891] = "\x55\xa3", [0x3892] = "\x55\xa4", [0x3893] = "\x55\xa5", - [0x3894] = "\x55\xa6", [0x3895] = "\x55\xa7", [0x3896] = "\x55\xa8", - [0x3897] = "\x55\xa9", [0x3898] = "\xfe\x60", [0x3899] = "\x55\xaa", - [0x389a] = "\x55\xab", [0x389b] = "\x55\xac", [0x389c] = "\x55\xad", - [0x389d] = "\x55\xae", [0x389e] = "\x55\xaf", [0x389f] = "\x55\xb0", - [0x38a0] = "\x55\xb1", [0x38a1] = "\x55\xb2", [0x38a2] = "\x55\xb3", - [0x38a3] = "\x55\xb4", [0x38a4] = "\x55\xb5", [0x38a5] = "\x55\xb6", - [0x38a6] = "\x55\xb7", [0x38a7] = "\x55\xb8", [0x38a8] = "\x55\xb9", - [0x38a9] = "\x55\xba", [0x38aa] = "\x55\xbb", [0x38ab] = "\x55\xbc", - [0x38ac] = "\x55\xbd", [0x38ad] = "\x55\xbe", [0x38ae] = "\x55\xbf", - [0x38af] = "\x55\xc0", [0x38b0] = "\x55\xc1", [0x38b1] = "\x55\xc2", - [0x38b2] = "\x55\xc3", [0x38b3] = "\x55\xc4", [0x38b4] = "\x55\xc5", - [0x38b5] = "\x55\xc6", [0x38b6] = "\x55\xc7", [0x38b7] = "\x55\xc8", - [0x38b8] = "\x55\xc9", [0x38b9] = "\x55\xca", [0x38ba] = "\x55\xcb", - [0x38bb] = "\x55\xcc", [0x38bc] = "\x55\xcd", [0x38bd] = "\x55\xce", - [0x38be] = "\x55\xcf", [0x38bf] = "\x55\xd0", [0x38c0] = "\x55\xd1", - [0x38c1] = "\x55\xd2", [0x38c2] = "\x55\xd3", [0x38c3] = "\x55\xd4", - [0x38c4] = "\x55\xd5", [0x38c5] = "\x55\xd6", [0x38c6] = "\x55\xd7", - [0x38c7] = "\x55\xd8", [0x38c8] = "\x55\xd9", [0x38c9] = "\x55\xda", - [0x38ca] = "\x55\xdb", [0x38cb] = "\x55\xdc", [0x38cc] = "\x55\xdd", - [0x38cd] = "\x55\xde", [0x38ce] = "\x55\xdf", [0x38cf] = "\x55\xe0", - [0x38d0] = "\x55\xe1", [0x38d1] = "\x55\xe2", [0x38d2] = "\x55\xe3", - [0x38d3] = "\x55\xe4", [0x38d4] = "\x55\xe5", [0x38d5] = "\x55\xe6", - [0x38d6] = "\x55\xe7", [0x38d7] = "\x55\xe8", [0x38d8] = "\x55\xe9", - [0x38d9] = "\x55\xea", [0x38da] = "\x55\xeb", [0x38db] = "\x55\xec", - [0x38dc] = "\x55\xed", [0x38dd] = "\x55\xee", [0x38de] = "\x55\xef", - [0x38df] = "\x55\xf0", [0x38e0] = "\x55\xf1", [0x38e1] = "\x55\xf2", - [0x38e2] = "\x55\xf3", [0x38e3] = "\x55\xf4", [0x38e4] = "\x55\xf5", - [0x38e5] = "\x55\xf6", [0x38e6] = "\x55\xf7", [0x38e7] = "\x55\xf8", - [0x38e8] = "\x55\xf9", [0x38e9] = "\x55\xfa", [0x38ea] = "\x55\xfb", - [0x38eb] = "\x55\xfc", [0x38ec] = "\x55\xfd", [0x38ed] = "\x55\xfe", - [0x38ee] = "\xfe\x5f", [0x38ef] = "\x55\xff", [0x38f0] = "\x56\x00", - [0x38f1] = "\x56\x01", [0x38f2] = "\x56\x02", [0x38f3] = "\x56\x03", - [0x38f4] = "\x56\x04", [0x38f5] = "\x56\x05", [0x38f6] = "\x56\x06", - [0x38f7] = "\x56\x07", [0x38f8] = "\x56\x08", [0x38f9] = "\x56\x09", - [0x38fa] = "\x56\x0a", [0x38fb] = "\x56\x0b", [0x38fc] = "\x56\x0c", - [0x38fd] = "\x56\x0d", [0x38fe] = "\x56\x0e", [0x38ff] = "\x56\x0f", - [0x3900] = "\x56\x10", [0x3901] = "\x56\x11", [0x3902] = "\x56\x12", - [0x3903] = "\x56\x13", [0x3904] = "\x56\x14", [0x3905] = "\x56\x15", - [0x3906] = "\x56\x16", [0x3907] = "\x56\x17", [0x3908] = "\x56\x18", - [0x3909] = "\x56\x19", [0x390a] = "\x56\x1a", [0x390b] = "\x56\x1b", - [0x390c] = "\x56\x1c", [0x390d] = "\x56\x1d", [0x390e] = "\x56\x1e", - [0x390f] = "\x56\x1f", [0x3910] = "\x56\x20", [0x3911] = "\x56\x21", - [0x3912] = "\x56\x22", [0x3913] = "\x56\x23", [0x3914] = "\x56\x24", - [0x3915] = "\x56\x25", [0x3916] = "\x56\x26", [0x3917] = "\x56\x27", - [0x3918] = "\x56\x28", [0x3919] = "\x56\x29", [0x391a] = "\x56\x2a", - [0x391b] = "\x56\x2b", [0x391c] = "\x56\x2c", [0x391d] = "\x56\x2d", - [0x391e] = "\x56\x2e", [0x391f] = "\x56\x2f", [0x3920] = "\x56\x30", - [0x3921] = "\x56\x31", [0x3922] = "\x56\x32", [0x3923] = "\x56\x33", - [0x3924] = "\x56\x34", [0x3925] = "\x56\x35", [0x3926] = "\x56\x36", - [0x3927] = "\x56\x37", [0x3928] = "\x56\x38", [0x3929] = "\x56\x39", - [0x392a] = "\x56\x3a", [0x392b] = "\x56\x3b", [0x392c] = "\x56\x3c", - [0x392d] = "\x56\x3d", [0x392e] = "\x56\x3e", [0x392f] = "\x56\x3f", - [0x3930] = "\x56\x40", [0x3931] = "\x56\x41", [0x3932] = "\x56\x42", - [0x3933] = "\x56\x43", [0x3934] = "\x56\x44", [0x3935] = "\x56\x45", - [0x3936] = "\x56\x46", [0x3937] = "\x56\x47", [0x3938] = "\x56\x48", - [0x3939] = "\x56\x49", [0x393a] = "\x56\x4a", [0x393b] = "\x56\x4b", - [0x393c] = "\x56\x4c", [0x393d] = "\x56\x4d", [0x393e] = "\x56\x4e", - [0x393f] = "\x56\x4f", [0x3940] = "\x56\x50", [0x3941] = "\x56\x51", - [0x3942] = "\x56\x52", [0x3943] = "\x56\x53", [0x3944] = "\x56\x54", - [0x3945] = "\x56\x55", [0x3946] = "\x56\x56", [0x3947] = "\x56\x57", - [0x3948] = "\x56\x58", [0x3949] = "\x56\x59", [0x394a] = "\x56\x5a", - [0x394b] = "\x56\x5b", [0x394c] = "\x56\x5c", [0x394d] = "\x56\x5d", - [0x394e] = "\x56\x5e", [0x394f] = "\xfe\x62", [0x3950] = "\xfe\x65", - [0x3951] = "\x56\x5f", [0x3952] = "\x56\x60", [0x3953] = "\x56\x61", - [0x3954] = "\x56\x62", [0x3955] = "\x56\x63", [0x3956] = "\x56\x64", - [0x3957] = "\x56\x65", [0x3958] = "\x56\x66", [0x3959] = "\x56\x67", - [0x395a] = "\x56\x68", [0x395b] = "\x56\x69", [0x395c] = "\x56\x6a", - [0x395d] = "\x56\x6b", [0x395e] = "\x56\x6c", [0x395f] = "\xfe\x63", - [0x3960] = "\x56\x6d", [0x3961] = "\x56\x6e", [0x3962] = "\x56\x6f", - [0x3963] = "\x56\x70", [0x3964] = "\x56\x71", [0x3965] = "\x56\x72", - [0x3966] = "\x56\x73", [0x3967] = "\x56\x74", [0x3968] = "\x56\x75", - [0x3969] = "\x56\x76", [0x396a] = "\x56\x77", [0x396b] = "\x56\x78", - [0x396c] = "\x56\x79", [0x396d] = "\x56\x7a", [0x396e] = "\x56\x7b", - [0x396f] = "\x56\x7c", [0x3970] = "\x56\x7d", [0x3971] = "\x56\x7e", - [0x3972] = "\x56\x7f", [0x3973] = "\x56\x80", [0x3974] = "\x56\x81", - [0x3975] = "\x56\x82", [0x3976] = "\x56\x83", [0x3977] = "\x56\x84", - [0x3978] = "\x56\x85", [0x3979] = "\x56\x86", [0x397a] = "\x56\x87", - [0x397b] = "\x56\x88", [0x397c] = "\x56\x89", [0x397d] = "\x56\x8a", - [0x397e] = "\x56\x8b", [0x397f] = "\x56\x8c", [0x3980] = "\x56\x8d", - [0x3981] = "\x56\x8e", [0x3982] = "\x56\x8f", [0x3983] = "\x56\x90", - [0x3984] = "\x56\x91", [0x3985] = "\x56\x92", [0x3986] = "\x56\x93", - [0x3987] = "\x56\x94", [0x3988] = "\x56\x95", [0x3989] = "\x56\x96", - [0x398a] = "\x56\x97", [0x398b] = "\x56\x98", [0x398c] = "\x56\x99", - [0x398d] = "\x56\x9a", [0x398e] = "\x56\x9b", [0x398f] = "\x56\x9c", - [0x3990] = "\x56\x9d", [0x3991] = "\x56\x9e", [0x3992] = "\x56\x9f", - [0x3993] = "\x56\xa0", [0x3994] = "\x56\xa1", [0x3995] = "\x56\xa2", - [0x3996] = "\x56\xa3", [0x3997] = "\x56\xa4", [0x3998] = "\x56\xa5", - [0x3999] = "\x56\xa6", [0x399a] = "\x56\xa7", [0x399b] = "\x56\xa8", - [0x399c] = "\x56\xa9", [0x399d] = "\x56\xaa", [0x399e] = "\x56\xab", - [0x399f] = "\x56\xac", [0x39a0] = "\x56\xad", [0x39a1] = "\x56\xae", - [0x39a2] = "\x56\xaf", [0x39a3] = "\x56\xb0", [0x39a4] = "\x56\xb1", - [0x39a5] = "\x56\xb2", [0x39a6] = "\x56\xb3", [0x39a7] = "\x56\xb4", - [0x39a8] = "\x56\xb5", [0x39a9] = "\x56\xb6", [0x39aa] = "\x56\xb7", - [0x39ab] = "\x56\xb8", [0x39ac] = "\x56\xb9", [0x39ad] = "\x56\xba", - [0x39ae] = "\x56\xbb", [0x39af] = "\x56\xbc", [0x39b0] = "\x56\xbd", - [0x39b1] = "\x56\xbe", [0x39b2] = "\x56\xbf", [0x39b3] = "\x56\xc0", - [0x39b4] = "\x56\xc1", [0x39b5] = "\x56\xc2", [0x39b6] = "\x56\xc3", - [0x39b7] = "\x56\xc4", [0x39b8] = "\x56\xc5", [0x39b9] = "\x56\xc6", - [0x39ba] = "\x56\xc7", [0x39bb] = "\x56\xc8", [0x39bc] = "\x56\xc9", - [0x39bd] = "\x56\xca", [0x39be] = "\x56\xcb", [0x39bf] = "\x56\xcc", - [0x39c0] = "\x56\xcd", [0x39c1] = "\x56\xce", [0x39c2] = "\x56\xcf", - [0x39c3] = "\x56\xd0", [0x39c4] = "\x56\xd1", [0x39c5] = "\x56\xd2", - [0x39c6] = "\x56\xd3", [0x39c7] = "\x56\xd4", [0x39c8] = "\x56\xd5", - [0x39c9] = "\x56\xd6", [0x39ca] = "\x56\xd7", [0x39cb] = "\x56\xd8", - [0x39cc] = "\x56\xd9", [0x39cd] = "\x56\xda", [0x39ce] = "\x56\xdb", - [0x39cf] = "\x56\xdc", [0x39d0] = "\x56\xdd", [0x39d1] = "\x56\xde", - [0x39d2] = "\x56\xdf", [0x39d3] = "\x56\xe0", [0x39d4] = "\x56\xe1", - [0x39d5] = "\x56\xe2", [0x39d6] = "\x56\xe3", [0x39d7] = "\x56\xe4", - [0x39d8] = "\x56\xe5", [0x39d9] = "\x56\xe6", [0x39da] = "\x56\xe7", - [0x39db] = "\x56\xe8", [0x39dc] = "\x56\xe9", [0x39dd] = "\x56\xea", - [0x39de] = "\x56\xeb", [0x39df] = "\x56\xec", [0x39e0] = "\x56\xed", - [0x39e1] = "\x56\xee", [0x39e2] = "\x56\xef", [0x39e3] = "\x56\xf0", - [0x39e4] = "\x56\xf1", [0x39e5] = "\x56\xf2", [0x39e6] = "\x56\xf3", - [0x39e7] = "\x56\xf4", [0x39e8] = "\x56\xf5", [0x39e9] = "\x56\xf6", - [0x39ea] = "\x56\xf7", [0x39eb] = "\x56\xf8", [0x39ec] = "\x56\xf9", - [0x39ed] = "\x56\xfa", [0x39ee] = "\x56\xfb", [0x39ef] = "\x56\xfc", - [0x39f0] = "\x56\xfd", [0x39f1] = "\x56\xfe", [0x39f2] = "\x56\xff", - [0x39f3] = "\xfe\x64", [0x39f4] = "\x57\x00", [0x39f5] = "\x57\x01", - [0x39f6] = "\x57\x02", [0x39f7] = "\x57\x03", [0x39f8] = "\x57\x04", - [0x39f9] = "\x57\x05", [0x39fa] = "\x57\x06", [0x39fb] = "\x57\x07", - [0x39fc] = "\x57\x08", [0x39fd] = "\x57\x09", [0x39fe] = "\x57\x0a", - [0x39ff] = "\x57\x0b", [0x3a00] = "\x57\x0c", [0x3a01] = "\x57\x0d", - [0x3a02] = "\x57\x0e", [0x3a03] = "\x57\x0f", [0x3a04] = "\x57\x10", - [0x3a05] = "\x57\x11", [0x3a06] = "\x57\x12", [0x3a07] = "\x57\x13", - [0x3a08] = "\x57\x14", [0x3a09] = "\x57\x15", [0x3a0a] = "\x57\x16", - [0x3a0b] = "\x57\x17", [0x3a0c] = "\x57\x18", [0x3a0d] = "\x57\x19", - [0x3a0e] = "\x57\x1a", [0x3a0f] = "\x57\x1b", [0x3a10] = "\x57\x1c", - [0x3a11] = "\x57\x1d", [0x3a12] = "\x57\x1e", [0x3a13] = "\x57\x1f", - [0x3a14] = "\x57\x20", [0x3a15] = "\x57\x21", [0x3a16] = "\x57\x22", - [0x3a17] = "\x57\x23", [0x3a18] = "\x57\x24", [0x3a19] = "\x57\x25", - [0x3a1a] = "\x57\x26", [0x3a1b] = "\x57\x27", [0x3a1c] = "\x57\x28", - [0x3a1d] = "\x57\x29", [0x3a1e] = "\x57\x2a", [0x3a1f] = "\x57\x2b", - [0x3a20] = "\x57\x2c", [0x3a21] = "\x57\x2d", [0x3a22] = "\x57\x2e", - [0x3a23] = "\x57\x2f", [0x3a24] = "\x57\x30", [0x3a25] = "\x57\x31", - [0x3a26] = "\x57\x32", [0x3a27] = "\x57\x33", [0x3a28] = "\x57\x34", - [0x3a29] = "\x57\x35", [0x3a2a] = "\x57\x36", [0x3a2b] = "\x57\x37", - [0x3a2c] = "\x57\x38", [0x3a2d] = "\x57\x39", [0x3a2e] = "\x57\x3a", - [0x3a2f] = "\x57\x3b", [0x3a30] = "\x57\x3c", [0x3a31] = "\x57\x3d", - [0x3a32] = "\x57\x3e", [0x3a33] = "\x57\x3f", [0x3a34] = "\x57\x40", - [0x3a35] = "\x57\x41", [0x3a36] = "\x57\x42", [0x3a37] = "\x57\x43", - [0x3a38] = "\x57\x44", [0x3a39] = "\x57\x45", [0x3a3a] = "\x57\x46", - [0x3a3b] = "\x57\x47", [0x3a3c] = "\x57\x48", [0x3a3d] = "\x57\x49", - [0x3a3e] = "\x57\x4a", [0x3a3f] = "\x57\x4b", [0x3a40] = "\x57\x4c", - [0x3a41] = "\x57\x4d", [0x3a42] = "\x57\x4e", [0x3a43] = "\x57\x4f", - [0x3a44] = "\x57\x50", [0x3a45] = "\x57\x51", [0x3a46] = "\x57\x52", - [0x3a47] = "\x57\x53", [0x3a48] = "\x57\x54", [0x3a49] = "\x57\x55", - [0x3a4a] = "\x57\x56", [0x3a4b] = "\x57\x57", [0x3a4c] = "\x57\x58", - [0x3a4d] = "\x57\x59", [0x3a4e] = "\x57\x5a", [0x3a4f] = "\x57\x5b", - [0x3a50] = "\x57\x5c", [0x3a51] = "\x57\x5d", [0x3a52] = "\x57\x5e", - [0x3a53] = "\x57\x5f", [0x3a54] = "\x57\x60", [0x3a55] = "\x57\x61", - [0x3a56] = "\x57\x62", [0x3a57] = "\x57\x63", [0x3a58] = "\x57\x64", - [0x3a59] = "\x57\x65", [0x3a5a] = "\x57\x66", [0x3a5b] = "\x57\x67", - [0x3a5c] = "\x57\x68", [0x3a5d] = "\x57\x69", [0x3a5e] = "\x57\x6a", - [0x3a5f] = "\x57\x6b", [0x3a60] = "\x57\x6c", [0x3a61] = "\x57\x6d", - [0x3a62] = "\x57\x6e", [0x3a63] = "\x57\x6f", [0x3a64] = "\x57\x70", - [0x3a65] = "\x57\x71", [0x3a66] = "\x57\x72", [0x3a67] = "\x57\x73", - [0x3a68] = "\x57\x74", [0x3a69] = "\x57\x75", [0x3a6a] = "\x57\x76", - [0x3a6b] = "\x57\x77", [0x3a6c] = "\x57\x78", [0x3a6d] = "\x57\x79", - [0x3a6e] = "\x57\x7a", [0x3a6f] = "\x57\x7b", [0x3a70] = "\x57\x7c", - [0x3a71] = "\x57\x7d", [0x3a72] = "\x57\x7e", [0x3a73] = "\x57\x7f", - [0x3a74] = "\x57\x80", [0x3a75] = "\x57\x81", [0x3a76] = "\x57\x82", - [0x3a77] = "\x57\x83", [0x3a78] = "\x57\x84", [0x3a79] = "\x57\x85", - [0x3a7a] = "\x57\x86", [0x3a7b] = "\x57\x87", [0x3a7c] = "\x57\x88", - [0x3a7d] = "\x57\x89", [0x3a7e] = "\x57\x8a", [0x3a7f] = "\x57\x8b", - [0x3a80] = "\x57\x8c", [0x3a81] = "\x57\x8d", [0x3a82] = "\x57\x8e", - [0x3a83] = "\x57\x8f", [0x3a84] = "\x57\x90", [0x3a85] = "\x57\x91", - [0x3a86] = "\x57\x92", [0x3a87] = "\x57\x93", [0x3a88] = "\x57\x94", - [0x3a89] = "\x57\x95", [0x3a8a] = "\x57\x96", [0x3a8b] = "\x57\x97", - [0x3a8c] = "\x57\x98", [0x3a8d] = "\x57\x99", [0x3a8e] = "\x57\x9a", - [0x3a8f] = "\x57\x9b", [0x3a90] = "\x57\x9c", [0x3a91] = "\x57\x9d", - [0x3a92] = "\x57\x9e", [0x3a93] = "\x57\x9f", [0x3a94] = "\x57\xa0", - [0x3a95] = "\x57\xa1", [0x3a96] = "\x57\xa2", [0x3a97] = "\x57\xa3", - [0x3a98] = "\x57\xa4", [0x3a99] = "\x57\xa5", [0x3a9a] = "\x57\xa6", - [0x3a9b] = "\x57\xa7", [0x3a9c] = "\x57\xa8", [0x3a9d] = "\x57\xa9", - [0x3a9e] = "\x57\xaa", [0x3a9f] = "\x57\xab", [0x3aa0] = "\x57\xac", - [0x3aa1] = "\x57\xad", [0x3aa2] = "\x57\xae", [0x3aa3] = "\x57\xaf", - [0x3aa4] = "\x57\xb0", [0x3aa5] = "\x57\xb1", [0x3aa6] = "\x57\xb2", - [0x3aa7] = "\x57\xb3", [0x3aa8] = "\x57\xb4", [0x3aa9] = "\x57\xb5", - [0x3aaa] = "\x57\xb6", [0x3aab] = "\x57\xb7", [0x3aac] = "\x57\xb8", - [0x3aad] = "\x57\xb9", [0x3aae] = "\x57\xba", [0x3aaf] = "\x57\xbb", - [0x3ab0] = "\x57\xbc", [0x3ab1] = "\x57\xbd", [0x3ab2] = "\x57\xbe", - [0x3ab3] = "\x57\xbf", [0x3ab4] = "\x57\xc0", [0x3ab5] = "\x57\xc1", - [0x3ab6] = "\x57\xc2", [0x3ab7] = "\x57\xc3", [0x3ab8] = "\x57\xc4", - [0x3ab9] = "\x57\xc5", [0x3aba] = "\x57\xc6", [0x3abb] = "\x57\xc7", - [0x3abc] = "\x57\xc8", [0x3abd] = "\x57\xc9", [0x3abe] = "\x57\xca", - [0x3abf] = "\x57\xcb", [0x3ac0] = "\x57\xcc", [0x3ac1] = "\x57\xcd", - [0x3ac2] = "\x57\xce", [0x3ac3] = "\x57\xcf", [0x3ac4] = "\x57\xd0", - [0x3ac5] = "\x57\xd1", [0x3ac6] = "\x57\xd2", [0x3ac7] = "\x57\xd3", - [0x3ac8] = "\x57\xd4", [0x3ac9] = "\x57\xd5", [0x3aca] = "\x57\xd6", - [0x3acb] = "\x57\xd7", [0x3acc] = "\x57\xd8", [0x3acd] = "\x57\xd9", - [0x3ace] = "\xfe\x68", [0x3acf] = "\x57\xda", [0x3ad0] = "\x57\xdb", - [0x3ad1] = "\x57\xdc", [0x3ad2] = "\x57\xdd", [0x3ad3] = "\x57\xde", - [0x3ad4] = "\x57\xdf", [0x3ad5] = "\x57\xe0", [0x3ad6] = "\x57\xe1", - [0x3ad7] = "\x57\xe2", [0x3ad8] = "\x57\xe3", [0x3ad9] = "\x57\xe4", - [0x3ada] = "\x57\xe5", [0x3adb] = "\x57\xe6", [0x3adc] = "\x57\xe7", - [0x3add] = "\x57\xe8", [0x3ade] = "\x57\xe9", [0x3adf] = "\x57\xea", - [0x3ae0] = "\x57\xeb", [0x3ae1] = "\x57\xec", [0x3ae2] = "\x57\xed", - [0x3ae3] = "\x57\xee", [0x3ae4] = "\x57\xef", [0x3ae5] = "\x57\xf0", - [0x3ae6] = "\x57\xf1", [0x3ae7] = "\x57\xf2", [0x3ae8] = "\x57\xf3", - [0x3ae9] = "\x57\xf4", [0x3aea] = "\x57\xf5", [0x3aeb] = "\x57\xf6", - [0x3aec] = "\x57\xf7", [0x3aed] = "\x57\xf8", [0x3aee] = "\x57\xf9", - [0x3aef] = "\x57\xfa", [0x3af0] = "\x57\xfb", [0x3af1] = "\x57\xfc", - [0x3af2] = "\x57\xfd", [0x3af3] = "\x57\xfe", [0x3af4] = "\x57\xff", - [0x3af5] = "\x58\x00", [0x3af6] = "\x58\x01", [0x3af7] = "\x58\x02", - [0x3af8] = "\x58\x03", [0x3af9] = "\x58\x04", [0x3afa] = "\x58\x05", - [0x3afb] = "\x58\x06", [0x3afc] = "\x58\x07", [0x3afd] = "\x58\x08", - [0x3afe] = "\x58\x09", [0x3aff] = "\x58\x0a", [0x3b00] = "\x58\x0b", - [0x3b01] = "\x58\x0c", [0x3b02] = "\x58\x0d", [0x3b03] = "\x58\x0e", - [0x3b04] = "\x58\x0f", [0x3b05] = "\x58\x10", [0x3b06] = "\x58\x11", - [0x3b07] = "\x58\x12", [0x3b08] = "\x58\x13", [0x3b09] = "\x58\x14", - [0x3b0a] = "\x58\x15", [0x3b0b] = "\x58\x16", [0x3b0c] = "\x58\x17", - [0x3b0d] = "\x58\x18", [0x3b0e] = "\x58\x19", [0x3b0f] = "\x58\x1a", - [0x3b10] = "\x58\x1b", [0x3b11] = "\x58\x1c", [0x3b12] = "\x58\x1d", - [0x3b13] = "\x58\x1e", [0x3b14] = "\x58\x1f", [0x3b15] = "\x58\x20", - [0x3b16] = "\x58\x21", [0x3b17] = "\x58\x22", [0x3b18] = "\x58\x23", - [0x3b19] = "\x58\x24", [0x3b1a] = "\x58\x25", [0x3b1b] = "\x58\x26", - [0x3b1c] = "\x58\x27", [0x3b1d] = "\x58\x28", [0x3b1e] = "\x58\x29", - [0x3b1f] = "\x58\x2a", [0x3b20] = "\x58\x2b", [0x3b21] = "\x58\x2c", - [0x3b22] = "\x58\x2d", [0x3b23] = "\x58\x2e", [0x3b24] = "\x58\x2f", - [0x3b25] = "\x58\x30", [0x3b26] = "\x58\x31", [0x3b27] = "\x58\x32", - [0x3b28] = "\x58\x33", [0x3b29] = "\x58\x34", [0x3b2a] = "\x58\x35", - [0x3b2b] = "\x58\x36", [0x3b2c] = "\x58\x37", [0x3b2d] = "\x58\x38", - [0x3b2e] = "\x58\x39", [0x3b2f] = "\x58\x3a", [0x3b30] = "\x58\x3b", - [0x3b31] = "\x58\x3c", [0x3b32] = "\x58\x3d", [0x3b33] = "\x58\x3e", - [0x3b34] = "\x58\x3f", [0x3b35] = "\x58\x40", [0x3b36] = "\x58\x41", - [0x3b37] = "\x58\x42", [0x3b38] = "\x58\x43", [0x3b39] = "\x58\x44", - [0x3b3a] = "\x58\x45", [0x3b3b] = "\x58\x46", [0x3b3c] = "\x58\x47", - [0x3b3d] = "\x58\x48", [0x3b3e] = "\x58\x49", [0x3b3f] = "\x58\x4a", - [0x3b40] = "\x58\x4b", [0x3b41] = "\x58\x4c", [0x3b42] = "\x58\x4d", - [0x3b43] = "\x58\x4e", [0x3b44] = "\x58\x4f", [0x3b45] = "\x58\x50", - [0x3b46] = "\x58\x51", [0x3b47] = "\x58\x52", [0x3b48] = "\x58\x53", - [0x3b49] = "\x58\x54", [0x3b4a] = "\x58\x55", [0x3b4b] = "\x58\x56", - [0x3b4c] = "\x58\x57", [0x3b4d] = "\x58\x58", [0x3b4e] = "\x58\x59", - [0x3b4f] = "\x58\x5a", [0x3b50] = "\x58\x5b", [0x3b51] = "\x58\x5c", - [0x3b52] = "\x58\x5d", [0x3b53] = "\x58\x5e", [0x3b54] = "\x58\x5f", - [0x3b55] = "\x58\x60", [0x3b56] = "\x58\x61", [0x3b57] = "\x58\x62", - [0x3b58] = "\x58\x63", [0x3b59] = "\x58\x64", [0x3b5a] = "\x58\x65", - [0x3b5b] = "\x58\x66", [0x3b5c] = "\x58\x67", [0x3b5d] = "\x58\x68", - [0x3b5e] = "\x58\x69", [0x3b5f] = "\x58\x6a", [0x3b60] = "\x58\x6b", - [0x3b61] = "\x58\x6c", [0x3b62] = "\x58\x6d", [0x3b63] = "\x58\x6e", - [0x3b64] = "\x58\x6f", [0x3b65] = "\x58\x70", [0x3b66] = "\x58\x71", - [0x3b67] = "\x58\x72", [0x3b68] = "\x58\x73", [0x3b69] = "\x58\x74", - [0x3b6a] = "\x58\x75", [0x3b6b] = "\x58\x76", [0x3b6c] = "\x58\x77", - [0x3b6d] = "\x58\x78", [0x3b6e] = "\x58\x79", [0x3b6f] = "\x58\x7a", - [0x3b70] = "\x58\x7b", [0x3b71] = "\x58\x7c", [0x3b72] = "\x58\x7d", - [0x3b73] = "\x58\x7e", [0x3b74] = "\x58\x7f", [0x3b75] = "\x58\x80", - [0x3b76] = "\x58\x81", [0x3b77] = "\x58\x82", [0x3b78] = "\x58\x83", - [0x3b79] = "\x58\x84", [0x3b7a] = "\x58\x85", [0x3b7b] = "\x58\x86", - [0x3b7c] = "\x58\x87", [0x3b7d] = "\x58\x88", [0x3b7e] = "\x58\x89", - [0x3b7f] = "\x58\x8a", [0x3b80] = "\x58\x8b", [0x3b81] = "\x58\x8c", - [0x3b82] = "\x58\x8d", [0x3b83] = "\x58\x8e", [0x3b84] = "\x58\x8f", - [0x3b85] = "\x58\x90", [0x3b86] = "\x58\x91", [0x3b87] = "\x58\x92", - [0x3b88] = "\x58\x93", [0x3b89] = "\x58\x94", [0x3b8a] = "\x58\x95", - [0x3b8b] = "\x58\x96", [0x3b8c] = "\x58\x97", [0x3b8d] = "\x58\x98", - [0x3b8e] = "\x58\x99", [0x3b8f] = "\x58\x9a", [0x3b90] = "\x58\x9b", - [0x3b91] = "\x58\x9c", [0x3b92] = "\x58\x9d", [0x3b93] = "\x58\x9e", - [0x3b94] = "\x58\x9f", [0x3b95] = "\x58\xa0", [0x3b96] = "\x58\xa1", - [0x3b97] = "\x58\xa2", [0x3b98] = "\x58\xa3", [0x3b99] = "\x58\xa4", - [0x3b9a] = "\x58\xa5", [0x3b9b] = "\x58\xa6", [0x3b9c] = "\x58\xa7", - [0x3b9d] = "\x58\xa8", [0x3b9e] = "\x58\xa9", [0x3b9f] = "\x58\xaa", - [0x3ba0] = "\x58\xab", [0x3ba1] = "\x58\xac", [0x3ba2] = "\x58\xad", - [0x3ba3] = "\x58\xae", [0x3ba4] = "\x58\xaf", [0x3ba5] = "\x58\xb0", - [0x3ba6] = "\x58\xb1", [0x3ba7] = "\x58\xb2", [0x3ba8] = "\x58\xb3", - [0x3ba9] = "\x58\xb4", [0x3baa] = "\x58\xb5", [0x3bab] = "\x58\xb6", - [0x3bac] = "\x58\xb7", [0x3bad] = "\x58\xb8", [0x3bae] = "\x58\xb9", - [0x3baf] = "\x58\xba", [0x3bb0] = "\x58\xbb", [0x3bb1] = "\x58\xbc", - [0x3bb2] = "\x58\xbd", [0x3bb3] = "\x58\xbe", [0x3bb4] = "\x58\xbf", - [0x3bb5] = "\x58\xc0", [0x3bb6] = "\x58\xc1", [0x3bb7] = "\x58\xc2", - [0x3bb8] = "\x58\xc3", [0x3bb9] = "\x58\xc4", [0x3bba] = "\x58\xc5", - [0x3bbb] = "\x58\xc6", [0x3bbc] = "\x58\xc7", [0x3bbd] = "\x58\xc8", - [0x3bbe] = "\x58\xc9", [0x3bbf] = "\x58\xca", [0x3bc0] = "\x58\xcb", - [0x3bc1] = "\x58\xcc", [0x3bc2] = "\x58\xcd", [0x3bc3] = "\x58\xce", - [0x3bc4] = "\x58\xcf", [0x3bc5] = "\x58\xd0", [0x3bc6] = "\x58\xd1", - [0x3bc7] = "\x58\xd2", [0x3bc8] = "\x58\xd3", [0x3bc9] = "\x58\xd4", - [0x3bca] = "\x58\xd5", [0x3bcb] = "\x58\xd6", [0x3bcc] = "\x58\xd7", - [0x3bcd] = "\x58\xd8", [0x3bce] = "\x58\xd9", [0x3bcf] = "\x58\xda", - [0x3bd0] = "\x58\xdb", [0x3bd1] = "\x58\xdc", [0x3bd2] = "\x58\xdd", - [0x3bd3] = "\x58\xde", [0x3bd4] = "\x58\xdf", [0x3bd5] = "\x58\xe0", - [0x3bd6] = "\x58\xe1", [0x3bd7] = "\x58\xe2", [0x3bd8] = "\x58\xe3", - [0x3bd9] = "\x58\xe4", [0x3bda] = "\x58\xe5", [0x3bdb] = "\x58\xe6", - [0x3bdc] = "\x58\xe7", [0x3bdd] = "\x58\xe8", [0x3bde] = "\x58\xe9", - [0x3bdf] = "\x58\xea", [0x3be0] = "\x58\xeb", [0x3be1] = "\x58\xec", - [0x3be2] = "\x58\xed", [0x3be3] = "\x58\xee", [0x3be4] = "\x58\xef", - [0x3be5] = "\x58\xf0", [0x3be6] = "\x58\xf1", [0x3be7] = "\x58\xf2", - [0x3be8] = "\x58\xf3", [0x3be9] = "\x58\xf4", [0x3bea] = "\x58\xf5", - [0x3beb] = "\x58\xf6", [0x3bec] = "\x58\xf7", [0x3bed] = "\x58\xf8", - [0x3bee] = "\xfe\x69", [0x3bef] = "\x58\xf9", [0x3bf0] = "\x58\xfa", - [0x3bf1] = "\x58\xfb", [0x3bf2] = "\x58\xfc", [0x3bf3] = "\x58\xfd", - [0x3bf4] = "\x58\xfe", [0x3bf5] = "\x58\xff", [0x3bf6] = "\x59\x00", - [0x3bf7] = "\x59\x01", [0x3bf8] = "\x59\x02", [0x3bf9] = "\x59\x03", - [0x3bfa] = "\x59\x04", [0x3bfb] = "\x59\x05", [0x3bfc] = "\x59\x06", - [0x3bfd] = "\x59\x07", [0x3bfe] = "\x59\x08", [0x3bff] = "\x59\x09", - [0x3c00] = "\x59\x0a", [0x3c01] = "\x59\x0b", [0x3c02] = "\x59\x0c", - [0x3c03] = "\x59\x0d", [0x3c04] = "\x59\x0e", [0x3c05] = "\x59\x0f", - [0x3c06] = "\x59\x10", [0x3c07] = "\x59\x11", [0x3c08] = "\x59\x12", - [0x3c09] = "\x59\x13", [0x3c0a] = "\x59\x14", [0x3c0b] = "\x59\x15", - [0x3c0c] = "\x59\x16", [0x3c0d] = "\x59\x17", [0x3c0e] = "\x59\x18", - [0x3c0f] = "\x59\x19", [0x3c10] = "\x59\x1a", [0x3c11] = "\x59\x1b", - [0x3c12] = "\x59\x1c", [0x3c13] = "\x59\x1d", [0x3c14] = "\x59\x1e", - [0x3c15] = "\x59\x1f", [0x3c16] = "\x59\x20", [0x3c17] = "\x59\x21", - [0x3c18] = "\x59\x22", [0x3c19] = "\x59\x23", [0x3c1a] = "\x59\x24", - [0x3c1b] = "\x59\x25", [0x3c1c] = "\x59\x26", [0x3c1d] = "\x59\x27", - [0x3c1e] = "\x59\x28", [0x3c1f] = "\x59\x29", [0x3c20] = "\x59\x2a", - [0x3c21] = "\x59\x2b", [0x3c22] = "\x59\x2c", [0x3c23] = "\x59\x2d", - [0x3c24] = "\x59\x2e", [0x3c25] = "\x59\x2f", [0x3c26] = "\x59\x30", - [0x3c27] = "\x59\x31", [0x3c28] = "\x59\x32", [0x3c29] = "\x59\x33", - [0x3c2a] = "\x59\x34", [0x3c2b] = "\x59\x35", [0x3c2c] = "\x59\x36", - [0x3c2d] = "\x59\x37", [0x3c2e] = "\x59\x38", [0x3c2f] = "\x59\x39", - [0x3c30] = "\x59\x3a", [0x3c31] = "\x59\x3b", [0x3c32] = "\x59\x3c", - [0x3c33] = "\x59\x3d", [0x3c34] = "\x59\x3e", [0x3c35] = "\x59\x3f", - [0x3c36] = "\x59\x40", [0x3c37] = "\x59\x41", [0x3c38] = "\x59\x42", - [0x3c39] = "\x59\x43", [0x3c3a] = "\x59\x44", [0x3c3b] = "\x59\x45", - [0x3c3c] = "\x59\x46", [0x3c3d] = "\x59\x47", [0x3c3e] = "\x59\x48", - [0x3c3f] = "\x59\x49", [0x3c40] = "\x59\x4a", [0x3c41] = "\x59\x4b", - [0x3c42] = "\x59\x4c", [0x3c43] = "\x59\x4d", [0x3c44] = "\x59\x4e", - [0x3c45] = "\x59\x4f", [0x3c46] = "\x59\x50", [0x3c47] = "\x59\x51", - [0x3c48] = "\x59\x52", [0x3c49] = "\x59\x53", [0x3c4a] = "\x59\x54", - [0x3c4b] = "\x59\x55", [0x3c4c] = "\x59\x56", [0x3c4d] = "\x59\x57", - [0x3c4e] = "\x59\x58", [0x3c4f] = "\x59\x59", [0x3c50] = "\x59\x5a", - [0x3c51] = "\x59\x5b", [0x3c52] = "\x59\x5c", [0x3c53] = "\x59\x5d", - [0x3c54] = "\x59\x5e", [0x3c55] = "\x59\x5f", [0x3c56] = "\x59\x60", - [0x3c57] = "\x59\x61", [0x3c58] = "\x59\x62", [0x3c59] = "\x59\x63", - [0x3c5a] = "\x59\x64", [0x3c5b] = "\x59\x65", [0x3c5c] = "\x59\x66", - [0x3c5d] = "\x59\x67", [0x3c5e] = "\x59\x68", [0x3c5f] = "\x59\x69", - [0x3c60] = "\xfe\x6a", [0x3c61] = "\x59\x6a", [0x3c62] = "\x59\x6b", - [0x3c63] = "\x59\x6c", [0x3c64] = "\x59\x6d", [0x3c65] = "\x59\x6e", - [0x3c66] = "\x59\x6f", [0x3c67] = "\x59\x70", [0x3c68] = "\x59\x71", - [0x3c69] = "\x59\x72", [0x3c6a] = "\x59\x73", [0x3c6b] = "\x59\x74", - [0x3c6c] = "\x59\x75", [0x3c6d] = "\x59\x76", [0x3c6e] = "\x59\x77", - [0x3c6f] = "\x59\x78", [0x3c70] = "\x59\x79", [0x3c71] = "\x59\x7a", - [0x3c72] = "\x59\x7b", [0x3c73] = "\x59\x7c", [0x3c74] = "\x59\x7d", - [0x3c75] = "\x59\x7e", [0x3c76] = "\x59\x7f", [0x3c77] = "\x59\x80", - [0x3c78] = "\x59\x81", [0x3c79] = "\x59\x82", [0x3c7a] = "\x59\x83", - [0x3c7b] = "\x59\x84", [0x3c7c] = "\x59\x85", [0x3c7d] = "\x59\x86", - [0x3c7e] = "\x59\x87", [0x3c7f] = "\x59\x88", [0x3c80] = "\x59\x89", - [0x3c81] = "\x59\x8a", [0x3c82] = "\x59\x8b", [0x3c83] = "\x59\x8c", - [0x3c84] = "\x59\x8d", [0x3c85] = "\x59\x8e", [0x3c86] = "\x59\x8f", - [0x3c87] = "\x59\x90", [0x3c88] = "\x59\x91", [0x3c89] = "\x59\x92", - [0x3c8a] = "\x59\x93", [0x3c8b] = "\x59\x94", [0x3c8c] = "\x59\x95", - [0x3c8d] = "\x59\x96", [0x3c8e] = "\x59\x97", [0x3c8f] = "\x59\x98", - [0x3c90] = "\x59\x99", [0x3c91] = "\x59\x9a", [0x3c92] = "\x59\x9b", - [0x3c93] = "\x59\x9c", [0x3c94] = "\x59\x9d", [0x3c95] = "\x59\x9e", - [0x3c96] = "\x59\x9f", [0x3c97] = "\x59\xa0", [0x3c98] = "\x59\xa1", - [0x3c99] = "\x59\xa2", [0x3c9a] = "\x59\xa3", [0x3c9b] = "\x59\xa4", - [0x3c9c] = "\x59\xa5", [0x3c9d] = "\x59\xa6", [0x3c9e] = "\x59\xa7", - [0x3c9f] = "\x59\xa8", [0x3ca0] = "\x59\xa9", [0x3ca1] = "\x59\xaa", - [0x3ca2] = "\x59\xab", [0x3ca3] = "\x59\xac", [0x3ca4] = "\x59\xad", - [0x3ca5] = "\x59\xae", [0x3ca6] = "\x59\xaf", [0x3ca7] = "\x59\xb0", - [0x3ca8] = "\x59\xb1", [0x3ca9] = "\x59\xb2", [0x3caa] = "\x59\xb3", - [0x3cab] = "\x59\xb4", [0x3cac] = "\x59\xb5", [0x3cad] = "\x59\xb6", - [0x3cae] = "\x59\xb7", [0x3caf] = "\x59\xb8", [0x3cb0] = "\x59\xb9", - [0x3cb1] = "\x59\xba", [0x3cb2] = "\x59\xbb", [0x3cb3] = "\x59\xbc", - [0x3cb4] = "\x59\xbd", [0x3cb5] = "\x59\xbe", [0x3cb6] = "\x59\xbf", - [0x3cb7] = "\x59\xc0", [0x3cb8] = "\x59\xc1", [0x3cb9] = "\x59\xc2", - [0x3cba] = "\x59\xc3", [0x3cbb] = "\x59\xc4", [0x3cbc] = "\x59\xc5", - [0x3cbd] = "\x59\xc6", [0x3cbe] = "\x59\xc7", [0x3cbf] = "\x59\xc8", - [0x3cc0] = "\x59\xc9", [0x3cc1] = "\x59\xca", [0x3cc2] = "\x59\xcb", - [0x3cc3] = "\x59\xcc", [0x3cc4] = "\x59\xcd", [0x3cc5] = "\x59\xce", - [0x3cc6] = "\x59\xcf", [0x3cc7] = "\x59\xd0", [0x3cc8] = "\x59\xd1", - [0x3cc9] = "\x59\xd2", [0x3cca] = "\x59\xd3", [0x3ccb] = "\x59\xd4", - [0x3ccc] = "\x59\xd5", [0x3ccd] = "\x59\xd6", [0x3cce] = "\x59\xd7", - [0x3ccf] = "\x59\xd8", [0x3cd0] = "\x59\xd9", [0x3cd1] = "\x59\xda", - [0x3cd2] = "\x59\xdb", [0x3cd3] = "\x59\xdc", [0x3cd4] = "\x59\xdd", - [0x3cd5] = "\x59\xde", [0x3cd6] = "\x59\xdf", [0x3cd7] = "\x59\xe0", - [0x3cd8] = "\x59\xe1", [0x3cd9] = "\x59\xe2", [0x3cda] = "\x59\xe3", - [0x3cdb] = "\x59\xe4", [0x3cdc] = "\x59\xe5", [0x3cdd] = "\x59\xe6", - [0x3cde] = "\x59\xe7", [0x3cdf] = "\x59\xe8", [0x3ce0] = "\x59\xe9", - [0x3ce1] = "\x59\xea", [0x3ce2] = "\x59\xeb", [0x3ce3] = "\x59\xec", - [0x3ce4] = "\x59\xed", [0x3ce5] = "\x59\xee", [0x3ce6] = "\x59\xef", - [0x3ce7] = "\x59\xf0", [0x3ce8] = "\x59\xf1", [0x3ce9] = "\x59\xf2", - [0x3cea] = "\x59\xf3", [0x3ceb] = "\x59\xf4", [0x3cec] = "\x59\xf5", - [0x3ced] = "\x59\xf6", [0x3cee] = "\x59\xf7", [0x3cef] = "\x59\xf8", - [0x3cf0] = "\x59\xf9", [0x3cf1] = "\x59\xfa", [0x3cf2] = "\x59\xfb", - [0x3cf3] = "\x59\xfc", [0x3cf4] = "\x59\xfd", [0x3cf5] = "\x59\xfe", - [0x3cf6] = "\x59\xff", [0x3cf7] = "\x5a\x00", [0x3cf8] = "\x5a\x01", - [0x3cf9] = "\x5a\x02", [0x3cfa] = "\x5a\x03", [0x3cfb] = "\x5a\x04", - [0x3cfc] = "\x5a\x05", [0x3cfd] = "\x5a\x06", [0x3cfe] = "\x5a\x07", - [0x3cff] = "\x5a\x08", [0x3d00] = "\x5a\x09", [0x3d01] = "\x5a\x0a", - [0x3d02] = "\x5a\x0b", [0x3d03] = "\x5a\x0c", [0x3d04] = "\x5a\x0d", - [0x3d05] = "\x5a\x0e", [0x3d06] = "\x5a\x0f", [0x3d07] = "\x5a\x10", - [0x3d08] = "\x5a\x11", [0x3d09] = "\x5a\x12", [0x3d0a] = "\x5a\x13", - [0x3d0b] = "\x5a\x14", [0x3d0c] = "\x5a\x15", [0x3d0d] = "\x5a\x16", - [0x3d0e] = "\x5a\x17", [0x3d0f] = "\x5a\x18", [0x3d10] = "\x5a\x19", - [0x3d11] = "\x5a\x1a", [0x3d12] = "\x5a\x1b", [0x3d13] = "\x5a\x1c", - [0x3d14] = "\x5a\x1d", [0x3d15] = "\x5a\x1e", [0x3d16] = "\x5a\x1f", - [0x3d17] = "\x5a\x20", [0x3d18] = "\x5a\x21", [0x3d19] = "\x5a\x22", - [0x3d1a] = "\x5a\x23", [0x3d1b] = "\x5a\x24", [0x3d1c] = "\x5a\x25", - [0x3d1d] = "\x5a\x26", [0x3d1e] = "\x5a\x27", [0x3d1f] = "\x5a\x28", - [0x3d20] = "\x5a\x29", [0x3d21] = "\x5a\x2a", [0x3d22] = "\x5a\x2b", - [0x3d23] = "\x5a\x2c", [0x3d24] = "\x5a\x2d", [0x3d25] = "\x5a\x2e", - [0x3d26] = "\x5a\x2f", [0x3d27] = "\x5a\x30", [0x3d28] = "\x5a\x31", - [0x3d29] = "\x5a\x32", [0x3d2a] = "\x5a\x33", [0x3d2b] = "\x5a\x34", - [0x3d2c] = "\x5a\x35", [0x3d2d] = "\x5a\x36", [0x3d2e] = "\x5a\x37", - [0x3d2f] = "\x5a\x38", [0x3d30] = "\x5a\x39", [0x3d31] = "\x5a\x3a", - [0x3d32] = "\x5a\x3b", [0x3d33] = "\x5a\x3c", [0x3d34] = "\x5a\x3d", - [0x3d35] = "\x5a\x3e", [0x3d36] = "\x5a\x3f", [0x3d37] = "\x5a\x40", - [0x3d38] = "\x5a\x41", [0x3d39] = "\x5a\x42", [0x3d3a] = "\x5a\x43", - [0x3d3b] = "\x5a\x44", [0x3d3c] = "\x5a\x45", [0x3d3d] = "\x5a\x46", - [0x3d3e] = "\x5a\x47", [0x3d3f] = "\x5a\x48", [0x3d40] = "\x5a\x49", - [0x3d41] = "\x5a\x4a", [0x3d42] = "\x5a\x4b", [0x3d43] = "\x5a\x4c", - [0x3d44] = "\x5a\x4d", [0x3d45] = "\x5a\x4e", [0x3d46] = "\x5a\x4f", - [0x3d47] = "\x5a\x50", [0x3d48] = "\x5a\x51", [0x3d49] = "\x5a\x52", - [0x3d4a] = "\x5a\x53", [0x3d4b] = "\x5a\x54", [0x3d4c] = "\x5a\x55", - [0x3d4d] = "\x5a\x56", [0x3d4e] = "\x5a\x57", [0x3d4f] = "\x5a\x58", - [0x3d50] = "\x5a\x59", [0x3d51] = "\x5a\x5a", [0x3d52] = "\x5a\x5b", - [0x3d53] = "\x5a\x5c", [0x3d54] = "\x5a\x5d", [0x3d55] = "\x5a\x5e", - [0x3d56] = "\x5a\x5f", [0x3d57] = "\x5a\x60", [0x3d58] = "\x5a\x61", - [0x3d59] = "\x5a\x62", [0x3d5a] = "\x5a\x63", [0x3d5b] = "\x5a\x64", - [0x3d5c] = "\x5a\x65", [0x3d5d] = "\x5a\x66", [0x3d5e] = "\x5a\x67", - [0x3d5f] = "\x5a\x68", [0x3d60] = "\x5a\x69", [0x3d61] = "\x5a\x6a", - [0x3d62] = "\x5a\x6b", [0x3d63] = "\x5a\x6c", [0x3d64] = "\x5a\x6d", - [0x3d65] = "\x5a\x6e", [0x3d66] = "\x5a\x6f", [0x3d67] = "\x5a\x70", - [0x3d68] = "\x5a\x71", [0x3d69] = "\x5a\x72", [0x3d6a] = "\x5a\x73", - [0x3d6b] = "\x5a\x74", [0x3d6c] = "\x5a\x75", [0x3d6d] = "\x5a\x76", - [0x3d6e] = "\x5a\x77", [0x3d6f] = "\x5a\x78", [0x3d70] = "\x5a\x79", - [0x3d71] = "\x5a\x7a", [0x3d72] = "\x5a\x7b", [0x3d73] = "\x5a\x7c", - [0x3d74] = "\x5a\x7d", [0x3d75] = "\x5a\x7e", [0x3d76] = "\x5a\x7f", - [0x3d77] = "\x5a\x80", [0x3d78] = "\x5a\x81", [0x3d79] = "\x5a\x82", - [0x3d7a] = "\x5a\x83", [0x3d7b] = "\x5a\x84", [0x3d7c] = "\x5a\x85", - [0x3d7d] = "\x5a\x86", [0x3d7e] = "\x5a\x87", [0x3d7f] = "\x5a\x88", - [0x3d80] = "\x5a\x89", [0x3d81] = "\x5a\x8a", [0x3d82] = "\x5a\x8b", - [0x3d83] = "\x5a\x8c", [0x3d84] = "\x5a\x8d", [0x3d85] = "\x5a\x8e", - [0x3d86] = "\x5a\x8f", [0x3d87] = "\x5a\x90", [0x3d88] = "\x5a\x91", - [0x3d89] = "\x5a\x92", [0x3d8a] = "\x5a\x93", [0x3d8b] = "\x5a\x94", - [0x3d8c] = "\x5a\x95", [0x3d8d] = "\x5a\x96", [0x3d8e] = "\x5a\x97", - [0x3d8f] = "\x5a\x98", [0x3d90] = "\x5a\x99", [0x3d91] = "\x5a\x9a", - [0x3d92] = "\x5a\x9b", [0x3d93] = "\x5a\x9c", [0x3d94] = "\x5a\x9d", - [0x3d95] = "\x5a\x9e", [0x3d96] = "\x5a\x9f", [0x3d97] = "\x5a\xa0", - [0x3d98] = "\x5a\xa1", [0x3d99] = "\x5a\xa2", [0x3d9a] = "\x5a\xa3", - [0x3d9b] = "\x5a\xa4", [0x3d9c] = "\x5a\xa5", [0x3d9d] = "\x5a\xa6", - [0x3d9e] = "\x5a\xa7", [0x3d9f] = "\x5a\xa8", [0x3da0] = "\x5a\xa9", - [0x3da1] = "\x5a\xaa", [0x3da2] = "\x5a\xab", [0x3da3] = "\x5a\xac", - [0x3da4] = "\x5a\xad", [0x3da5] = "\x5a\xae", [0x3da6] = "\x5a\xaf", - [0x3da7] = "\x5a\xb0", [0x3da8] = "\x5a\xb1", [0x3da9] = "\x5a\xb2", - [0x3daa] = "\x5a\xb3", [0x3dab] = "\x5a\xb4", [0x3dac] = "\x5a\xb5", - [0x3dad] = "\x5a\xb6", [0x3dae] = "\x5a\xb7", [0x3daf] = "\x5a\xb8", - [0x3db0] = "\x5a\xb9", [0x3db1] = "\x5a\xba", [0x3db2] = "\x5a\xbb", - [0x3db3] = "\x5a\xbc", [0x3db4] = "\x5a\xbd", [0x3db5] = "\x5a\xbe", - [0x3db6] = "\x5a\xbf", [0x3db7] = "\x5a\xc0", [0x3db8] = "\x5a\xc1", - [0x3db9] = "\x5a\xc2", [0x3dba] = "\x5a\xc3", [0x3dbb] = "\x5a\xc4", - [0x3dbc] = "\x5a\xc5", [0x3dbd] = "\x5a\xc6", [0x3dbe] = "\x5a\xc7", - [0x3dbf] = "\x5a\xc8", [0x3dc0] = "\x5a\xc9", [0x3dc1] = "\x5a\xca", - [0x3dc2] = "\x5a\xcb", [0x3dc3] = "\x5a\xcc", [0x3dc4] = "\x5a\xcd", - [0x3dc5] = "\x5a\xce", [0x3dc6] = "\x5a\xcf", [0x3dc7] = "\x5a\xd0", - [0x3dc8] = "\x5a\xd1", [0x3dc9] = "\x5a\xd2", [0x3dca] = "\x5a\xd3", - [0x3dcb] = "\x5a\xd4", [0x3dcc] = "\x5a\xd5", [0x3dcd] = "\x5a\xd6", - [0x3dce] = "\x5a\xd7", [0x3dcf] = "\x5a\xd8", [0x3dd0] = "\x5a\xd9", - [0x3dd1] = "\x5a\xda", [0x3dd2] = "\x5a\xdb", [0x3dd3] = "\x5a\xdc", - [0x3dd4] = "\x5a\xdd", [0x3dd5] = "\x5a\xde", [0x3dd6] = "\x5a\xdf", - [0x3dd7] = "\x5a\xe0", [0x3dd8] = "\x5a\xe1", [0x3dd9] = "\x5a\xe2", - [0x3dda] = "\x5a\xe3", [0x3ddb] = "\x5a\xe4", [0x3ddc] = "\x5a\xe5", - [0x3ddd] = "\x5a\xe6", [0x3dde] = "\x5a\xe7", [0x3ddf] = "\x5a\xe8", - [0x3de0] = "\x5a\xe9", [0x3de1] = "\x5a\xea", [0x3de2] = "\x5a\xeb", - [0x3de3] = "\x5a\xec", [0x3de4] = "\x5a\xed", [0x3de5] = "\x5a\xee", - [0x3de6] = "\x5a\xef", [0x3de7] = "\x5a\xf0", [0x3de8] = "\x5a\xf1", - [0x3de9] = "\x5a\xf2", [0x3dea] = "\x5a\xf3", [0x3deb] = "\x5a\xf4", - [0x3dec] = "\x5a\xf5", [0x3ded] = "\x5a\xf6", [0x3dee] = "\x5a\xf7", - [0x3def] = "\x5a\xf8", [0x3df0] = "\x5a\xf9", [0x3df1] = "\x5a\xfa", - [0x3df2] = "\x5a\xfb", [0x3df3] = "\x5a\xfc", [0x3df4] = "\x5a\xfd", - [0x3df5] = "\x5a\xfe", [0x3df6] = "\x5a\xff", [0x3df7] = "\x5b\x00", - [0x3df8] = "\x5b\x01", [0x3df9] = "\x5b\x02", [0x3dfa] = "\x5b\x03", - [0x3dfb] = "\x5b\x04", [0x3dfc] = "\x5b\x05", [0x3dfd] = "\x5b\x06", - [0x3dfe] = "\x5b\x07", [0x3dff] = "\x5b\x08", [0x3e00] = "\x5b\x09", - [0x3e01] = "\x5b\x0a", [0x3e02] = "\x5b\x0b", [0x3e03] = "\x5b\x0c", - [0x3e04] = "\x5b\x0d", [0x3e05] = "\x5b\x0e", [0x3e06] = "\x5b\x0f", - [0x3e07] = "\x5b\x10", [0x3e08] = "\x5b\x11", [0x3e09] = "\x5b\x12", - [0x3e0a] = "\x5b\x13", [0x3e0b] = "\x5b\x14", [0x3e0c] = "\x5b\x15", - [0x3e0d] = "\x5b\x16", [0x3e0e] = "\x5b\x17", [0x3e0f] = "\x5b\x18", - [0x3e10] = "\x5b\x19", [0x3e11] = "\x5b\x1a", [0x3e12] = "\x5b\x1b", - [0x3e13] = "\x5b\x1c", [0x3e14] = "\x5b\x1d", [0x3e15] = "\x5b\x1e", - [0x3e16] = "\x5b\x1f", [0x3e17] = "\x5b\x20", [0x3e18] = "\x5b\x21", - [0x3e19] = "\x5b\x22", [0x3e1a] = "\x5b\x23", [0x3e1b] = "\x5b\x24", - [0x3e1c] = "\x5b\x25", [0x3e1d] = "\x5b\x26", [0x3e1e] = "\x5b\x27", - [0x3e1f] = "\x5b\x28", [0x3e20] = "\x5b\x29", [0x3e21] = "\x5b\x2a", - [0x3e22] = "\x5b\x2b", [0x3e23] = "\x5b\x2c", [0x3e24] = "\x5b\x2d", - [0x3e25] = "\x5b\x2e", [0x3e26] = "\x5b\x2f", [0x3e27] = "\x5b\x30", - [0x3e28] = "\x5b\x31", [0x3e29] = "\x5b\x32", [0x3e2a] = "\x5b\x33", - [0x3e2b] = "\x5b\x34", [0x3e2c] = "\x5b\x35", [0x3e2d] = "\x5b\x36", - [0x3e2e] = "\x5b\x37", [0x3e2f] = "\x5b\x38", [0x3e30] = "\x5b\x39", - [0x3e31] = "\x5b\x3a", [0x3e32] = "\x5b\x3b", [0x3e33] = "\x5b\x3c", - [0x3e34] = "\x5b\x3d", [0x3e35] = "\x5b\x3e", [0x3e36] = "\x5b\x3f", - [0x3e37] = "\x5b\x40", [0x3e38] = "\x5b\x41", [0x3e39] = "\x5b\x42", - [0x3e3a] = "\x5b\x43", [0x3e3b] = "\x5b\x44", [0x3e3c] = "\x5b\x45", - [0x3e3d] = "\x5b\x46", [0x3e3e] = "\x5b\x47", [0x3e3f] = "\x5b\x48", - [0x3e40] = "\x5b\x49", [0x3e41] = "\x5b\x4a", [0x3e42] = "\x5b\x4b", - [0x3e43] = "\x5b\x4c", [0x3e44] = "\x5b\x4d", [0x3e45] = "\x5b\x4e", - [0x3e46] = "\x5b\x4f", [0x3e47] = "\x5b\x50", [0x3e48] = "\x5b\x51", - [0x3e49] = "\x5b\x52", [0x3e4a] = "\x5b\x53", [0x3e4b] = "\x5b\x54", - [0x3e4c] = "\x5b\x55", [0x3e4d] = "\x5b\x56", [0x3e4e] = "\x5b\x57", - [0x3e4f] = "\x5b\x58", [0x3e50] = "\x5b\x59", [0x3e51] = "\x5b\x5a", - [0x3e52] = "\x5b\x5b", [0x3e53] = "\x5b\x5c", [0x3e54] = "\x5b\x5d", - [0x3e55] = "\x5b\x5e", [0x3e56] = "\x5b\x5f", [0x3e57] = "\x5b\x60", - [0x3e58] = "\x5b\x61", [0x3e59] = "\x5b\x62", [0x3e5a] = "\x5b\x63", - [0x3e5b] = "\x5b\x64", [0x3e5c] = "\x5b\x65", [0x3e5d] = "\x5b\x66", - [0x3e5e] = "\x5b\x67", [0x3e5f] = "\x5b\x68", [0x3e60] = "\x5b\x69", - [0x3e61] = "\x5b\x6a", [0x3e62] = "\x5b\x6b", [0x3e63] = "\x5b\x6c", - [0x3e64] = "\x5b\x6d", [0x3e65] = "\x5b\x6e", [0x3e66] = "\x5b\x6f", - [0x3e67] = "\x5b\x70", [0x3e68] = "\x5b\x71", [0x3e69] = "\x5b\x72", - [0x3e6a] = "\x5b\x73", [0x3e6b] = "\x5b\x74", [0x3e6c] = "\x5b\x75", - [0x3e6d] = "\x5b\x76", [0x3e6e] = "\x5b\x77", [0x3e6f] = "\x5b\x78", - [0x3e70] = "\x5b\x79", [0x3e71] = "\x5b\x7a", [0x3e72] = "\x5b\x7b", - [0x3e73] = "\x5b\x7c", [0x3e74] = "\x5b\x7d", [0x3e75] = "\x5b\x7e", - [0x3e76] = "\x5b\x7f", [0x3e77] = "\x5b\x80", [0x3e78] = "\x5b\x81", - [0x3e79] = "\x5b\x82", [0x3e7a] = "\x5b\x83", [0x3e7b] = "\x5b\x84", - [0x3e7c] = "\x5b\x85", [0x3e7d] = "\x5b\x86", [0x3e7e] = "\x5b\x87", - [0x3e7f] = "\x5b\x88", [0x3e80] = "\x5b\x89", [0x3e81] = "\x5b\x8a", - [0x3e82] = "\x5b\x8b", [0x3e83] = "\x5b\x8c", [0x3e84] = "\x5b\x8d", - [0x3e85] = "\x5b\x8e", [0x3e86] = "\x5b\x8f", [0x3e87] = "\x5b\x90", - [0x3e88] = "\x5b\x91", [0x3e89] = "\x5b\x92", [0x3e8a] = "\x5b\x93", - [0x3e8b] = "\x5b\x94", [0x3e8c] = "\x5b\x95", [0x3e8d] = "\x5b\x96", - [0x3e8e] = "\x5b\x97", [0x3e8f] = "\x5b\x98", [0x3e90] = "\x5b\x99", - [0x3e91] = "\x5b\x9a", [0x3e92] = "\x5b\x9b", [0x3e93] = "\x5b\x9c", - [0x3e94] = "\x5b\x9d", [0x3e95] = "\x5b\x9e", [0x3e96] = "\x5b\x9f", - [0x3e97] = "\x5b\xa0", [0x3e98] = "\x5b\xa1", [0x3e99] = "\x5b\xa2", - [0x3e9a] = "\x5b\xa3", [0x3e9b] = "\x5b\xa4", [0x3e9c] = "\x5b\xa5", - [0x3e9d] = "\x5b\xa6", [0x3e9e] = "\x5b\xa7", [0x3e9f] = "\x5b\xa8", - [0x3ea0] = "\x5b\xa9", [0x3ea1] = "\x5b\xaa", [0x3ea2] = "\x5b\xab", - [0x3ea3] = "\x5b\xac", [0x3ea4] = "\x5b\xad", [0x3ea5] = "\x5b\xae", - [0x3ea6] = "\x5b\xaf", [0x3ea7] = "\x5b\xb0", [0x3ea8] = "\x5b\xb1", - [0x3ea9] = "\x5b\xb2", [0x3eaa] = "\x5b\xb3", [0x3eab] = "\x5b\xb4", - [0x3eac] = "\x5b\xb5", [0x3ead] = "\x5b\xb6", [0x3eae] = "\x5b\xb7", - [0x3eaf] = "\x5b\xb8", [0x3eb0] = "\x5b\xb9", [0x3eb1] = "\x5b\xba", - [0x3eb2] = "\x5b\xbb", [0x3eb3] = "\x5b\xbc", [0x3eb4] = "\x5b\xbd", - [0x3eb5] = "\x5b\xbe", [0x3eb6] = "\x5b\xbf", [0x3eb7] = "\x5b\xc0", - [0x3eb8] = "\x5b\xc1", [0x3eb9] = "\x5b\xc2", [0x3eba] = "\x5b\xc3", - [0x3ebb] = "\x5b\xc4", [0x3ebc] = "\x5b\xc5", [0x3ebd] = "\x5b\xc6", - [0x3ebe] = "\x5b\xc7", [0x3ebf] = "\x5b\xc8", [0x3ec0] = "\x5b\xc9", - [0x3ec1] = "\x5b\xca", [0x3ec2] = "\x5b\xcb", [0x3ec3] = "\x5b\xcc", - [0x3ec4] = "\x5b\xcd", [0x3ec5] = "\x5b\xce", [0x3ec6] = "\x5b\xcf", - [0x3ec7] = "\x5b\xd0", [0x3ec8] = "\x5b\xd1", [0x3ec9] = "\x5b\xd2", - [0x3eca] = "\x5b\xd3", [0x3ecb] = "\x5b\xd4", [0x3ecc] = "\x5b\xd5", - [0x3ecd] = "\x5b\xd6", [0x3ece] = "\x5b\xd7", [0x3ecf] = "\x5b\xd8", - [0x3ed0] = "\x5b\xd9", [0x3ed1] = "\x5b\xda", [0x3ed2] = "\x5b\xdb", - [0x3ed3] = "\x5b\xdc", [0x3ed4] = "\x5b\xdd", [0x3ed5] = "\x5b\xde", - [0x3ed6] = "\x5b\xdf", [0x3ed7] = "\x5b\xe0", [0x3ed8] = "\x5b\xe1", - [0x3ed9] = "\x5b\xe2", [0x3eda] = "\x5b\xe3", [0x3edb] = "\x5b\xe4", - [0x3edc] = "\x5b\xe5", [0x3edd] = "\x5b\xe6", [0x3ede] = "\x5b\xe7", - [0x3edf] = "\x5b\xe8", [0x3ee0] = "\x5b\xe9", [0x3ee1] = "\x5b\xea", - [0x3ee2] = "\x5b\xeb", [0x3ee3] = "\x5b\xec", [0x3ee4] = "\x5b\xed", - [0x3ee5] = "\x5b\xee", [0x3ee6] = "\x5b\xef", [0x3ee7] = "\x5b\xf0", - [0x3ee8] = "\x5b\xf1", [0x3ee9] = "\x5b\xf2", [0x3eea] = "\x5b\xf3", - [0x3eeb] = "\x5b\xf4", [0x3eec] = "\x5b\xf5", [0x3eed] = "\x5b\xf6", - [0x3eee] = "\x5b\xf7", [0x3eef] = "\x5b\xf8", [0x3ef0] = "\x5b\xf9", - [0x3ef1] = "\x5b\xfa", [0x3ef2] = "\x5b\xfb", [0x3ef3] = "\x5b\xfc", - [0x3ef4] = "\x5b\xfd", [0x3ef5] = "\x5b\xfe", [0x3ef6] = "\x5b\xff", - [0x3ef7] = "\x5c\x00", [0x3ef8] = "\x5c\x01", [0x3ef9] = "\x5c\x02", - [0x3efa] = "\x5c\x03", [0x3efb] = "\x5c\x04", [0x3efc] = "\x5c\x05", - [0x3efd] = "\x5c\x06", [0x3efe] = "\x5c\x07", [0x3eff] = "\x5c\x08", - [0x3f00] = "\x5c\x09", [0x3f01] = "\x5c\x0a", [0x3f02] = "\x5c\x0b", - [0x3f03] = "\x5c\x0c", [0x3f04] = "\x5c\x0d", [0x3f05] = "\x5c\x0e", - [0x3f06] = "\x5c\x0f", [0x3f07] = "\x5c\x10", [0x3f08] = "\x5c\x11", - [0x3f09] = "\x5c\x12", [0x3f0a] = "\x5c\x13", [0x3f0b] = "\x5c\x14", - [0x3f0c] = "\x5c\x15", [0x3f0d] = "\x5c\x16", [0x3f0e] = "\x5c\x17", - [0x3f0f] = "\x5c\x18", [0x3f10] = "\x5c\x19", [0x3f11] = "\x5c\x1a", - [0x3f12] = "\x5c\x1b", [0x3f13] = "\x5c\x1c", [0x3f14] = "\x5c\x1d", - [0x3f15] = "\x5c\x1e", [0x3f16] = "\x5c\x1f", [0x3f17] = "\x5c\x20", - [0x3f18] = "\x5c\x21", [0x3f19] = "\x5c\x22", [0x3f1a] = "\x5c\x23", - [0x3f1b] = "\x5c\x24", [0x3f1c] = "\x5c\x25", [0x3f1d] = "\x5c\x26", - [0x3f1e] = "\x5c\x27", [0x3f1f] = "\x5c\x28", [0x3f20] = "\x5c\x29", - [0x3f21] = "\x5c\x2a", [0x3f22] = "\x5c\x2b", [0x3f23] = "\x5c\x2c", - [0x3f24] = "\x5c\x2d", [0x3f25] = "\x5c\x2e", [0x3f26] = "\x5c\x2f", - [0x3f27] = "\x5c\x30", [0x3f28] = "\x5c\x31", [0x3f29] = "\x5c\x32", - [0x3f2a] = "\x5c\x33", [0x3f2b] = "\x5c\x34", [0x3f2c] = "\x5c\x35", - [0x3f2d] = "\x5c\x36", [0x3f2e] = "\x5c\x37", [0x3f2f] = "\x5c\x38", - [0x3f30] = "\x5c\x39", [0x3f31] = "\x5c\x3a", [0x3f32] = "\x5c\x3b", - [0x3f33] = "\x5c\x3c", [0x3f34] = "\x5c\x3d", [0x3f35] = "\x5c\x3e", - [0x3f36] = "\x5c\x3f", [0x3f37] = "\x5c\x40", [0x3f38] = "\x5c\x41", - [0x3f39] = "\x5c\x42", [0x3f3a] = "\x5c\x43", [0x3f3b] = "\x5c\x44", - [0x3f3c] = "\x5c\x45", [0x3f3d] = "\x5c\x46", [0x3f3e] = "\x5c\x47", - [0x3f3f] = "\x5c\x48", [0x3f40] = "\x5c\x49", [0x3f41] = "\x5c\x4a", - [0x3f42] = "\x5c\x4b", [0x3f43] = "\x5c\x4c", [0x3f44] = "\x5c\x4d", - [0x3f45] = "\x5c\x4e", [0x3f46] = "\x5c\x4f", [0x3f47] = "\x5c\x50", - [0x3f48] = "\x5c\x51", [0x3f49] = "\x5c\x52", [0x3f4a] = "\x5c\x53", - [0x3f4b] = "\x5c\x54", [0x3f4c] = "\x5c\x55", [0x3f4d] = "\x5c\x56", - [0x3f4e] = "\x5c\x57", [0x3f4f] = "\x5c\x58", [0x3f50] = "\x5c\x59", - [0x3f51] = "\x5c\x5a", [0x3f52] = "\x5c\x5b", [0x3f53] = "\x5c\x5c", - [0x3f54] = "\x5c\x5d", [0x3f55] = "\x5c\x5e", [0x3f56] = "\x5c\x5f", - [0x3f57] = "\x5c\x60", [0x3f58] = "\x5c\x61", [0x3f59] = "\x5c\x62", - [0x3f5a] = "\x5c\x63", [0x3f5b] = "\x5c\x64", [0x3f5c] = "\x5c\x65", - [0x3f5d] = "\x5c\x66", [0x3f5e] = "\x5c\x67", [0x3f5f] = "\x5c\x68", - [0x3f60] = "\x5c\x69", [0x3f61] = "\x5c\x6a", [0x3f62] = "\x5c\x6b", - [0x3f63] = "\x5c\x6c", [0x3f64] = "\x5c\x6d", [0x3f65] = "\x5c\x6e", - [0x3f66] = "\x5c\x6f", [0x3f67] = "\x5c\x70", [0x3f68] = "\x5c\x71", - [0x3f69] = "\x5c\x72", [0x3f6a] = "\x5c\x73", [0x3f6b] = "\x5c\x74", - [0x3f6c] = "\x5c\x75", [0x3f6d] = "\x5c\x76", [0x3f6e] = "\x5c\x77", - [0x3f6f] = "\x5c\x78", [0x3f70] = "\x5c\x79", [0x3f71] = "\x5c\x7a", - [0x3f72] = "\x5c\x7b", [0x3f73] = "\x5c\x7c", [0x3f74] = "\x5c\x7d", - [0x3f75] = "\x5c\x7e", [0x3f76] = "\x5c\x7f", [0x3f77] = "\x5c\x80", - [0x3f78] = "\x5c\x81", [0x3f79] = "\x5c\x82", [0x3f7a] = "\x5c\x83", - [0x3f7b] = "\x5c\x84", [0x3f7c] = "\x5c\x85", [0x3f7d] = "\x5c\x86", - [0x3f7e] = "\x5c\x87", [0x3f7f] = "\x5c\x88", [0x3f80] = "\x5c\x89", - [0x3f81] = "\x5c\x8a", [0x3f82] = "\x5c\x8b", [0x3f83] = "\x5c\x8c", - [0x3f84] = "\x5c\x8d", [0x3f85] = "\x5c\x8e", [0x3f86] = "\x5c\x8f", - [0x3f87] = "\x5c\x90", [0x3f88] = "\x5c\x91", [0x3f89] = "\x5c\x92", - [0x3f8a] = "\x5c\x93", [0x3f8b] = "\x5c\x94", [0x3f8c] = "\x5c\x95", - [0x3f8d] = "\x5c\x96", [0x3f8e] = "\x5c\x97", [0x3f8f] = "\x5c\x98", - [0x3f90] = "\x5c\x99", [0x3f91] = "\x5c\x9a", [0x3f92] = "\x5c\x9b", - [0x3f93] = "\x5c\x9c", [0x3f94] = "\x5c\x9d", [0x3f95] = "\x5c\x9e", - [0x3f96] = "\x5c\x9f", [0x3f97] = "\x5c\xa0", [0x3f98] = "\x5c\xa1", - [0x3f99] = "\x5c\xa2", [0x3f9a] = "\x5c\xa3", [0x3f9b] = "\x5c\xa4", - [0x3f9c] = "\x5c\xa5", [0x3f9d] = "\x5c\xa6", [0x3f9e] = "\x5c\xa7", - [0x3f9f] = "\x5c\xa8", [0x3fa0] = "\x5c\xa9", [0x3fa1] = "\x5c\xaa", - [0x3fa2] = "\x5c\xab", [0x3fa3] = "\x5c\xac", [0x3fa4] = "\x5c\xad", - [0x3fa5] = "\x5c\xae", [0x3fa6] = "\x5c\xaf", [0x3fa7] = "\x5c\xb0", - [0x3fa8] = "\x5c\xb1", [0x3fa9] = "\x5c\xb2", [0x3faa] = "\x5c\xb3", - [0x3fab] = "\x5c\xb4", [0x3fac] = "\x5c\xb5", [0x3fad] = "\x5c\xb6", - [0x3fae] = "\x5c\xb7", [0x3faf] = "\x5c\xb8", [0x3fb0] = "\x5c\xb9", - [0x3fb1] = "\x5c\xba", [0x3fb2] = "\x5c\xbb", [0x3fb3] = "\x5c\xbc", - [0x3fb4] = "\x5c\xbd", [0x3fb5] = "\x5c\xbe", [0x3fb6] = "\x5c\xbf", - [0x3fb7] = "\x5c\xc0", [0x3fb8] = "\x5c\xc1", [0x3fb9] = "\x5c\xc2", - [0x3fba] = "\x5c\xc3", [0x3fbb] = "\x5c\xc4", [0x3fbc] = "\x5c\xc5", - [0x3fbd] = "\x5c\xc6", [0x3fbe] = "\x5c\xc7", [0x3fbf] = "\x5c\xc8", - [0x3fc0] = "\x5c\xc9", [0x3fc1] = "\x5c\xca", [0x3fc2] = "\x5c\xcb", - [0x3fc3] = "\x5c\xcc", [0x3fc4] = "\x5c\xcd", [0x3fc5] = "\x5c\xce", - [0x3fc6] = "\x5c\xcf", [0x3fc7] = "\x5c\xd0", [0x3fc8] = "\x5c\xd1", - [0x3fc9] = "\x5c\xd2", [0x3fca] = "\x5c\xd3", [0x3fcb] = "\x5c\xd4", - [0x3fcc] = "\x5c\xd5", [0x3fcd] = "\x5c\xd6", [0x3fce] = "\x5c\xd7", - [0x3fcf] = "\x5c\xd8", [0x3fd0] = "\x5c\xd9", [0x3fd1] = "\x5c\xda", - [0x3fd2] = "\x5c\xdb", [0x3fd3] = "\x5c\xdc", [0x3fd4] = "\x5c\xdd", - [0x3fd5] = "\x5c\xde", [0x3fd6] = "\xfe\x6f", [0x3fd7] = "\x5c\xdf", - [0x3fd8] = "\x5c\xe0", [0x3fd9] = "\x5c\xe1", [0x3fda] = "\x5c\xe2", - [0x3fdb] = "\x5c\xe3", [0x3fdc] = "\x5c\xe4", [0x3fdd] = "\x5c\xe5", - [0x3fde] = "\x5c\xe6", [0x3fdf] = "\x5c\xe7", [0x3fe0] = "\x5c\xe8", - [0x3fe1] = "\x5c\xe9", [0x3fe2] = "\x5c\xea", [0x3fe3] = "\x5c\xeb", - [0x3fe4] = "\x5c\xec", [0x3fe5] = "\x5c\xed", [0x3fe6] = "\x5c\xee", - [0x3fe7] = "\x5c\xef", [0x3fe8] = "\x5c\xf0", [0x3fe9] = "\x5c\xf1", - [0x3fea] = "\x5c\xf2", [0x3feb] = "\x5c\xf3", [0x3fec] = "\x5c\xf4", - [0x3fed] = "\x5c\xf5", [0x3fee] = "\x5c\xf6", [0x3fef] = "\x5c\xf7", - [0x3ff0] = "\x5c\xf8", [0x3ff1] = "\x5c\xf9", [0x3ff2] = "\x5c\xfa", - [0x3ff3] = "\x5c\xfb", [0x3ff4] = "\x5c\xfc", [0x3ff5] = "\x5c\xfd", - [0x3ff6] = "\x5c\xfe", [0x3ff7] = "\x5c\xff", [0x3ff8] = "\x5d\x00", - [0x3ff9] = "\x5d\x01", [0x3ffa] = "\x5d\x02", [0x3ffb] = "\x5d\x03", - [0x3ffc] = "\x5d\x04", [0x3ffd] = "\x5d\x05", [0x3ffe] = "\x5d\x06", - [0x3fff] = "\x5d\x07", [0x4000] = "\x5d\x08", [0x4001] = "\x5d\x09", - [0x4002] = "\x5d\x0a", [0x4003] = "\x5d\x0b", [0x4004] = "\x5d\x0c", - [0x4005] = "\x5d\x0d", [0x4006] = "\x5d\x0e", [0x4007] = "\x5d\x0f", - [0x4008] = "\x5d\x10", [0x4009] = "\x5d\x11", [0x400a] = "\x5d\x12", - [0x400b] = "\x5d\x13", [0x400c] = "\x5d\x14", [0x400d] = "\x5d\x15", - [0x400e] = "\x5d\x16", [0x400f] = "\x5d\x17", [0x4010] = "\x5d\x18", - [0x4011] = "\x5d\x19", [0x4012] = "\x5d\x1a", [0x4013] = "\x5d\x1b", - [0x4014] = "\x5d\x1c", [0x4015] = "\x5d\x1d", [0x4016] = "\x5d\x1e", - [0x4017] = "\x5d\x1f", [0x4018] = "\x5d\x20", [0x4019] = "\x5d\x21", - [0x401a] = "\x5d\x22", [0x401b] = "\x5d\x23", [0x401c] = "\x5d\x24", - [0x401d] = "\x5d\x25", [0x401e] = "\x5d\x26", [0x401f] = "\x5d\x27", - [0x4020] = "\x5d\x28", [0x4021] = "\x5d\x29", [0x4022] = "\x5d\x2a", - [0x4023] = "\x5d\x2b", [0x4024] = "\x5d\x2c", [0x4025] = "\x5d\x2d", - [0x4026] = "\x5d\x2e", [0x4027] = "\x5d\x2f", [0x4028] = "\x5d\x30", - [0x4029] = "\x5d\x31", [0x402a] = "\x5d\x32", [0x402b] = "\x5d\x33", - [0x402c] = "\x5d\x34", [0x402d] = "\x5d\x35", [0x402e] = "\x5d\x36", - [0x402f] = "\x5d\x37", [0x4030] = "\x5d\x38", [0x4031] = "\x5d\x39", - [0x4032] = "\x5d\x3a", [0x4033] = "\x5d\x3b", [0x4034] = "\x5d\x3c", - [0x4035] = "\x5d\x3d", [0x4036] = "\x5d\x3e", [0x4037] = "\x5d\x3f", - [0x4038] = "\x5d\x40", [0x4039] = "\x5d\x41", [0x403a] = "\x5d\x42", - [0x403b] = "\x5d\x43", [0x403c] = "\x5d\x44", [0x403d] = "\x5d\x45", - [0x403e] = "\x5d\x46", [0x403f] = "\x5d\x47", [0x4040] = "\x5d\x48", - [0x4041] = "\x5d\x49", [0x4042] = "\x5d\x4a", [0x4043] = "\x5d\x4b", - [0x4044] = "\x5d\x4c", [0x4045] = "\x5d\x4d", [0x4046] = "\x5d\x4e", - [0x4047] = "\x5d\x4f", [0x4048] = "\x5d\x50", [0x4049] = "\x5d\x51", - [0x404a] = "\x5d\x52", [0x404b] = "\x5d\x53", [0x404c] = "\x5d\x54", - [0x404d] = "\x5d\x55", [0x404e] = "\x5d\x56", [0x404f] = "\x5d\x57", - [0x4050] = "\x5d\x58", [0x4051] = "\x5d\x59", [0x4052] = "\x5d\x5a", - [0x4053] = "\x5d\x5b", [0x4054] = "\x5d\x5c", [0x4055] = "\x5d\x5d", - [0x4056] = "\x5d\x5e", [0x4057] = "\x5d\x5f", [0x4058] = "\x5d\x60", - [0x4059] = "\x5d\x61", [0x405a] = "\x5d\x62", [0x405b] = "\x5d\x63", - [0x405c] = "\x5d\x64", [0x405d] = "\x5d\x65", [0x405e] = "\x5d\x66", - [0x405f] = "\x5d\x67", [0x4060] = "\x5d\x68", [0x4061] = "\x5d\x69", - [0x4062] = "\x5d\x6a", [0x4063] = "\x5d\x6b", [0x4064] = "\x5d\x6c", - [0x4065] = "\x5d\x6d", [0x4066] = "\x5d\x6e", [0x4067] = "\x5d\x6f", - [0x4068] = "\x5d\x70", [0x4069] = "\x5d\x71", [0x406a] = "\x5d\x72", - [0x406b] = "\x5d\x73", [0x406c] = "\x5d\x74", [0x406d] = "\x5d\x75", - [0x406e] = "\x5d\x76", [0x406f] = "\x5d\x77", [0x4070] = "\x5d\x78", - [0x4071] = "\x5d\x79", [0x4072] = "\x5d\x7a", [0x4073] = "\x5d\x7b", - [0x4074] = "\x5d\x7c", [0x4075] = "\x5d\x7d", [0x4076] = "\x5d\x7e", - [0x4077] = "\x5d\x7f", [0x4078] = "\x5d\x80", [0x4079] = "\x5d\x81", - [0x407a] = "\x5d\x82", [0x407b] = "\x5d\x83", [0x407c] = "\x5d\x84", - [0x407d] = "\x5d\x85", [0x407e] = "\x5d\x86", [0x407f] = "\x5d\x87", - [0x4080] = "\x5d\x88", [0x4081] = "\x5d\x89", [0x4082] = "\x5d\x8a", - [0x4083] = "\x5d\x8b", [0x4084] = "\x5d\x8c", [0x4085] = "\x5d\x8d", - [0x4086] = "\x5d\x8e", [0x4087] = "\x5d\x8f", [0x4088] = "\x5d\x90", - [0x4089] = "\x5d\x91", [0x408a] = "\x5d\x92", [0x408b] = "\x5d\x93", - [0x408c] = "\x5d\x94", [0x408d] = "\x5d\x95", [0x408e] = "\x5d\x96", - [0x408f] = "\x5d\x97", [0x4090] = "\x5d\x98", [0x4091] = "\x5d\x99", - [0x4092] = "\x5d\x9a", [0x4093] = "\x5d\x9b", [0x4094] = "\x5d\x9c", - [0x4095] = "\x5d\x9d", [0x4096] = "\x5d\x9e", [0x4097] = "\x5d\x9f", - [0x4098] = "\x5d\xa0", [0x4099] = "\x5d\xa1", [0x409a] = "\x5d\xa2", - [0x409b] = "\x5d\xa3", [0x409c] = "\x5d\xa4", [0x409d] = "\x5d\xa5", - [0x409e] = "\x5d\xa6", [0x409f] = "\x5d\xa7", [0x40a0] = "\x5d\xa8", - [0x40a1] = "\x5d\xa9", [0x40a2] = "\x5d\xaa", [0x40a3] = "\x5d\xab", - [0x40a4] = "\x5d\xac", [0x40a5] = "\x5d\xad", [0x40a6] = "\x5d\xae", - [0x40a7] = "\x5d\xaf", [0x40a8] = "\x5d\xb0", [0x40a9] = "\x5d\xb1", - [0x40aa] = "\x5d\xb2", [0x40ab] = "\x5d\xb3", [0x40ac] = "\x5d\xb4", - [0x40ad] = "\x5d\xb5", [0x40ae] = "\x5d\xb6", [0x40af] = "\x5d\xb7", - [0x40b0] = "\x5d\xb8", [0x40b1] = "\x5d\xb9", [0x40b2] = "\x5d\xba", - [0x40b3] = "\x5d\xbb", [0x40b4] = "\x5d\xbc", [0x40b5] = "\x5d\xbd", - [0x40b6] = "\x5d\xbe", [0x40b7] = "\x5d\xbf", [0x40b8] = "\x5d\xc0", - [0x40b9] = "\x5d\xc1", [0x40ba] = "\x5d\xc2", [0x40bb] = "\x5d\xc3", - [0x40bc] = "\x5d\xc4", [0x40bd] = "\x5d\xc5", [0x40be] = "\x5d\xc6", - [0x40bf] = "\x5d\xc7", [0x40c0] = "\x5d\xc8", [0x40c1] = "\x5d\xc9", - [0x40c2] = "\x5d\xca", [0x40c3] = "\x5d\xcb", [0x40c4] = "\x5d\xcc", - [0x40c5] = "\x5d\xcd", [0x40c6] = "\x5d\xce", [0x40c7] = "\x5d\xcf", - [0x40c8] = "\x5d\xd0", [0x40c9] = "\x5d\xd1", [0x40ca] = "\x5d\xd2", - [0x40cb] = "\x5d\xd3", [0x40cc] = "\x5d\xd4", [0x40cd] = "\x5d\xd5", - [0x40ce] = "\x5d\xd6", [0x40cf] = "\x5d\xd7", [0x40d0] = "\x5d\xd8", - [0x40d1] = "\x5d\xd9", [0x40d2] = "\x5d\xda", [0x40d3] = "\x5d\xdb", - [0x40d4] = "\x5d\xdc", [0x40d5] = "\x5d\xdd", [0x40d6] = "\x5d\xde", - [0x40d7] = "\x5d\xdf", [0x40d8] = "\x5d\xe0", [0x40d9] = "\x5d\xe1", - [0x40da] = "\x5d\xe2", [0x40db] = "\x5d\xe3", [0x40dc] = "\x5d\xe4", - [0x40dd] = "\x5d\xe5", [0x40de] = "\x5d\xe6", [0x40df] = "\xfe\x70", - [0x40e0] = "\x5d\xe7", [0x40e1] = "\x5d\xe8", [0x40e2] = "\x5d\xe9", - [0x40e3] = "\x5d\xea", [0x40e4] = "\x5d\xeb", [0x40e5] = "\x5d\xec", - [0x40e6] = "\x5d\xed", [0x40e7] = "\x5d\xee", [0x40e8] = "\x5d\xef", - [0x40e9] = "\x5d\xf0", [0x40ea] = "\x5d\xf1", [0x40eb] = "\x5d\xf2", - [0x40ec] = "\x5d\xf3", [0x40ed] = "\x5d\xf4", [0x40ee] = "\x5d\xf5", - [0x40ef] = "\x5d\xf6", [0x40f0] = "\x5d\xf7", [0x40f1] = "\x5d\xf8", - [0x40f2] = "\x5d\xf9", [0x40f3] = "\x5d\xfa", [0x40f4] = "\x5d\xfb", - [0x40f5] = "\x5d\xfc", [0x40f6] = "\x5d\xfd", [0x40f7] = "\x5d\xfe", - [0x40f8] = "\x5d\xff", [0x40f9] = "\x5e\x00", [0x40fa] = "\x5e\x01", - [0x40fb] = "\x5e\x02", [0x40fc] = "\x5e\x03", [0x40fd] = "\x5e\x04", - [0x40fe] = "\x5e\x05", [0x40ff] = "\x5e\x06", [0x4100] = "\x5e\x07", - [0x4101] = "\x5e\x08", [0x4102] = "\x5e\x09", [0x4103] = "\x5e\x0a", - [0x4104] = "\x5e\x0b", [0x4105] = "\x5e\x0c", [0x4106] = "\x5e\x0d", - [0x4107] = "\x5e\x0e", [0x4108] = "\x5e\x0f", [0x4109] = "\x5e\x10", - [0x410a] = "\x5e\x11", [0x410b] = "\x5e\x12", [0x410c] = "\x5e\x13", - [0x410d] = "\x5e\x14", [0x410e] = "\x5e\x15", [0x410f] = "\x5e\x16", - [0x4110] = "\x5e\x17", [0x4111] = "\x5e\x18", [0x4112] = "\x5e\x19", - [0x4113] = "\x5e\x1a", [0x4114] = "\x5e\x1b", [0x4115] = "\x5e\x1c", - [0x4116] = "\x5e\x1d", [0x4117] = "\x5e\x1e", [0x4118] = "\x5e\x1f", - [0x4119] = "\x5e\x20", [0x411a] = "\x5e\x21", [0x411b] = "\x5e\x22", - [0x411c] = "\x5e\x23", [0x411d] = "\x5e\x24", [0x411e] = "\x5e\x25", - [0x411f] = "\x5e\x26", [0x4120] = "\x5e\x27", [0x4121] = "\x5e\x28", - [0x4122] = "\x5e\x29", [0x4123] = "\x5e\x2a", [0x4124] = "\x5e\x2b", - [0x4125] = "\x5e\x2c", [0x4126] = "\x5e\x2d", [0x4127] = "\x5e\x2e", - [0x4128] = "\x5e\x2f", [0x4129] = "\x5e\x30", [0x412a] = "\x5e\x31", - [0x412b] = "\x5e\x32", [0x412c] = "\x5e\x33", [0x412d] = "\x5e\x34", - [0x412e] = "\x5e\x35", [0x412f] = "\x5e\x36", [0x4130] = "\x5e\x37", - [0x4131] = "\x5e\x38", [0x4132] = "\x5e\x39", [0x4133] = "\x5e\x3a", - [0x4134] = "\x5e\x3b", [0x4135] = "\x5e\x3c", [0x4136] = "\x5e\x3d", - [0x4137] = "\x5e\x3e", [0x4138] = "\x5e\x3f", [0x4139] = "\x5e\x40", - [0x413a] = "\x5e\x41", [0x413b] = "\x5e\x42", [0x413c] = "\x5e\x43", - [0x413d] = "\x5e\x44", [0x413e] = "\x5e\x45", [0x413f] = "\x5e\x46", - [0x4140] = "\x5e\x47", [0x4141] = "\x5e\x48", [0x4142] = "\x5e\x49", - [0x4143] = "\x5e\x4a", [0x4144] = "\x5e\x4b", [0x4145] = "\x5e\x4c", - [0x4146] = "\x5e\x4d", [0x4147] = "\x5e\x4e", [0x4148] = "\x5e\x4f", - [0x4149] = "\x5e\x50", [0x414a] = "\x5e\x51", [0x414b] = "\x5e\x52", - [0x414c] = "\x5e\x53", [0x414d] = "\x5e\x54", [0x414e] = "\x5e\x55", - [0x414f] = "\x5e\x56", [0x4150] = "\x5e\x57", [0x4151] = "\x5e\x58", - [0x4152] = "\x5e\x59", [0x4153] = "\x5e\x5a", [0x4154] = "\x5e\x5b", - [0x4155] = "\x5e\x5c", [0x4156] = "\x5e\x5d", [0x4157] = "\x5e\x5e", - [0x4158] = "\x5e\x5f", [0x4159] = "\x5e\x60", [0x415a] = "\x5e\x61", - [0x415b] = "\x5e\x62", [0x415c] = "\x5e\x63", [0x415d] = "\x5e\x64", - [0x415e] = "\x5e\x65", [0x415f] = "\x5e\x66", [0x4160] = "\x5e\x67", - [0x4161] = "\x5e\x68", [0x4162] = "\x5e\x69", [0x4163] = "\x5e\x6a", - [0x4164] = "\x5e\x6b", [0x4165] = "\x5e\x6c", [0x4166] = "\x5e\x6d", - [0x4167] = "\x5e\x6e", [0x4168] = "\x5e\x6f", [0x4169] = "\x5e\x70", - [0x416a] = "\x5e\x71", [0x416b] = "\x5e\x72", [0x416c] = "\x5e\x73", - [0x416d] = "\x5e\x74", [0x416e] = "\x5e\x75", [0x416f] = "\x5e\x76", - [0x4170] = "\x5e\x77", [0x4171] = "\x5e\x78", [0x4172] = "\x5e\x79", - [0x4173] = "\x5e\x7a", [0x4174] = "\x5e\x7b", [0x4175] = "\x5e\x7c", - [0x4176] = "\x5e\x7d", [0x4177] = "\x5e\x7e", [0x4178] = "\x5e\x7f", - [0x4179] = "\x5e\x80", [0x417a] = "\x5e\x81", [0x417b] = "\x5e\x82", - [0x417c] = "\x5e\x83", [0x417d] = "\x5e\x84", [0x417e] = "\x5e\x85", - [0x417f] = "\x5e\x86", [0x4180] = "\x5e\x87", [0x4181] = "\x5e\x88", - [0x4182] = "\x5e\x89", [0x4183] = "\x5e\x8a", [0x4184] = "\x5e\x8b", - [0x4185] = "\x5e\x8c", [0x4186] = "\x5e\x8d", [0x4187] = "\x5e\x8e", - [0x4188] = "\x5e\x8f", [0x4189] = "\x5e\x90", [0x418a] = "\x5e\x91", - [0x418b] = "\x5e\x92", [0x418c] = "\x5e\x93", [0x418d] = "\x5e\x94", - [0x418e] = "\x5e\x95", [0x418f] = "\x5e\x96", [0x4190] = "\x5e\x97", - [0x4191] = "\x5e\x98", [0x4192] = "\x5e\x99", [0x4193] = "\x5e\x9a", - [0x4194] = "\x5e\x9b", [0x4195] = "\x5e\x9c", [0x4196] = "\x5e\x9d", - [0x4197] = "\x5e\x9e", [0x4198] = "\x5e\x9f", [0x4199] = "\x5e\xa0", - [0x419a] = "\x5e\xa1", [0x419b] = "\x5e\xa2", [0x419c] = "\x5e\xa3", - [0x419d] = "\x5e\xa4", [0x419e] = "\x5e\xa5", [0x419f] = "\x5e\xa6", - [0x41a0] = "\x5e\xa7", [0x41a1] = "\x5e\xa8", [0x41a2] = "\x5e\xa9", - [0x41a3] = "\x5e\xaa", [0x41a4] = "\x5e\xab", [0x41a5] = "\x5e\xac", - [0x41a6] = "\x5e\xad", [0x41a7] = "\x5e\xae", [0x41a8] = "\x5e\xaf", - [0x41a9] = "\x5e\xb0", [0x41aa] = "\x5e\xb1", [0x41ab] = "\x5e\xb2", - [0x41ac] = "\x5e\xb3", [0x41ad] = "\x5e\xb4", [0x41ae] = "\x5e\xb5", - [0x41af] = "\x5e\xb6", [0x41b0] = "\x5e\xb7", [0x41b1] = "\x5e\xb8", - [0x41b2] = "\x5e\xb9", [0x41b3] = "\x5e\xba", [0x41b4] = "\x5e\xbb", - [0x41b5] = "\x5e\xbc", [0x41b6] = "\x5e\xbd", [0x41b7] = "\x5e\xbe", - [0x41b8] = "\x5e\xbf", [0x41b9] = "\x5e\xc0", [0x41ba] = "\x5e\xc1", - [0x41bb] = "\x5e\xc2", [0x41bc] = "\x5e\xc3", [0x41bd] = "\x5e\xc4", - [0x41be] = "\x5e\xc5", [0x41bf] = "\x5e\xc6", [0x41c0] = "\x5e\xc7", - [0x41c1] = "\x5e\xc8", [0x41c2] = "\x5e\xc9", [0x41c3] = "\x5e\xca", - [0x41c4] = "\x5e\xcb", [0x41c5] = "\x5e\xcc", [0x41c6] = "\x5e\xcd", - [0x41c7] = "\x5e\xce", [0x41c8] = "\x5e\xcf", [0x41c9] = "\x5e\xd0", - [0x41ca] = "\x5e\xd1", [0x41cb] = "\x5e\xd2", [0x41cc] = "\x5e\xd3", - [0x41cd] = "\x5e\xd4", [0x41ce] = "\x5e\xd5", [0x41cf] = "\x5e\xd6", - [0x41d0] = "\x5e\xd7", [0x41d1] = "\x5e\xd8", [0x41d2] = "\x5e\xd9", - [0x41d3] = "\x5e\xda", [0x41d4] = "\x5e\xdb", [0x41d5] = "\x5e\xdc", - [0x41d6] = "\x5e\xdd", [0x41d7] = "\x5e\xde", [0x41d8] = "\x5e\xdf", - [0x41d9] = "\x5e\xe0", [0x41da] = "\x5e\xe1", [0x41db] = "\x5e\xe2", - [0x41dc] = "\x5e\xe3", [0x41dd] = "\x5e\xe4", [0x41de] = "\x5e\xe5", - [0x41df] = "\x5e\xe6", [0x41e0] = "\x5e\xe7", [0x41e1] = "\x5e\xe8", - [0x41e2] = "\x5e\xe9", [0x41e3] = "\x5e\xea", [0x41e4] = "\x5e\xeb", - [0x41e5] = "\x5e\xec", [0x41e6] = "\x5e\xed", [0x41e7] = "\x5e\xee", - [0x41e8] = "\x5e\xef", [0x41e9] = "\x5e\xf0", [0x41ea] = "\x5e\xf1", - [0x41eb] = "\x5e\xf2", [0x41ec] = "\x5e\xf3", [0x41ed] = "\x5e\xf4", - [0x41ee] = "\x5e\xf5", [0x41ef] = "\x5e\xf6", [0x41f0] = "\x5e\xf7", - [0x41f1] = "\x5e\xf8", [0x41f2] = "\x5e\xf9", [0x41f3] = "\x5e\xfa", - [0x41f4] = "\x5e\xfb", [0x41f5] = "\x5e\xfc", [0x41f6] = "\x5e\xfd", - [0x41f7] = "\x5e\xfe", [0x41f8] = "\x5e\xff", [0x41f9] = "\x5f\x00", - [0x41fa] = "\x5f\x01", [0x41fb] = "\x5f\x02", [0x41fc] = "\x5f\x03", - [0x41fd] = "\x5f\x04", [0x41fe] = "\x5f\x05", [0x41ff] = "\x5f\x06", - [0x4200] = "\x5f\x07", [0x4201] = "\x5f\x08", [0x4202] = "\x5f\x09", - [0x4203] = "\x5f\x0a", [0x4204] = "\x5f\x0b", [0x4205] = "\x5f\x0c", - [0x4206] = "\x5f\x0d", [0x4207] = "\x5f\x0e", [0x4208] = "\x5f\x0f", - [0x4209] = "\x5f\x10", [0x420a] = "\x5f\x11", [0x420b] = "\x5f\x12", - [0x420c] = "\x5f\x13", [0x420d] = "\x5f\x14", [0x420e] = "\x5f\x15", - [0x420f] = "\x5f\x16", [0x4210] = "\x5f\x17", [0x4211] = "\x5f\x18", - [0x4212] = "\x5f\x19", [0x4213] = "\x5f\x1a", [0x4214] = "\x5f\x1b", - [0x4215] = "\x5f\x1c", [0x4216] = "\x5f\x1d", [0x4217] = "\x5f\x1e", - [0x4218] = "\x5f\x1f", [0x4219] = "\x5f\x20", [0x421a] = "\x5f\x21", - [0x421b] = "\x5f\x22", [0x421c] = "\x5f\x23", [0x421d] = "\x5f\x24", - [0x421e] = "\x5f\x25", [0x421f] = "\x5f\x26", [0x4220] = "\x5f\x27", - [0x4221] = "\x5f\x28", [0x4222] = "\x5f\x29", [0x4223] = "\x5f\x2a", - [0x4224] = "\x5f\x2b", [0x4225] = "\x5f\x2c", [0x4226] = "\x5f\x2d", - [0x4227] = "\x5f\x2e", [0x4228] = "\x5f\x2f", [0x4229] = "\x5f\x30", - [0x422a] = "\x5f\x31", [0x422b] = "\x5f\x32", [0x422c] = "\x5f\x33", - [0x422d] = "\x5f\x34", [0x422e] = "\x5f\x35", [0x422f] = "\x5f\x36", - [0x4230] = "\x5f\x37", [0x4231] = "\x5f\x38", [0x4232] = "\x5f\x39", - [0x4233] = "\x5f\x3a", [0x4234] = "\x5f\x3b", [0x4235] = "\x5f\x3c", - [0x4236] = "\x5f\x3d", [0x4237] = "\x5f\x3e", [0x4238] = "\x5f\x3f", - [0x4239] = "\x5f\x40", [0x423a] = "\x5f\x41", [0x423b] = "\x5f\x42", - [0x423c] = "\x5f\x43", [0x423d] = "\x5f\x44", [0x423e] = "\x5f\x45", - [0x423f] = "\x5f\x46", [0x4240] = "\x5f\x47", [0x4241] = "\x5f\x48", - [0x4242] = "\x5f\x49", [0x4243] = "\x5f\x4a", [0x4244] = "\x5f\x4b", - [0x4245] = "\x5f\x4c", [0x4246] = "\x5f\x4d", [0x4247] = "\x5f\x4e", - [0x4248] = "\x5f\x4f", [0x4249] = "\x5f\x50", [0x424a] = "\x5f\x51", - [0x424b] = "\x5f\x52", [0x424c] = "\x5f\x53", [0x424d] = "\x5f\x54", - [0x424e] = "\x5f\x55", [0x424f] = "\x5f\x56", [0x4250] = "\x5f\x57", - [0x4251] = "\x5f\x58", [0x4252] = "\x5f\x59", [0x4253] = "\x5f\x5a", - [0x4254] = "\x5f\x5b", [0x4255] = "\x5f\x5c", [0x4256] = "\x5f\x5d", - [0x4257] = "\x5f\x5e", [0x4258] = "\x5f\x5f", [0x4259] = "\x5f\x60", - [0x425a] = "\x5f\x61", [0x425b] = "\x5f\x62", [0x425c] = "\x5f\x63", - [0x425d] = "\x5f\x64", [0x425e] = "\x5f\x65", [0x425f] = "\x5f\x66", - [0x4260] = "\x5f\x67", [0x4261] = "\x5f\x68", [0x4262] = "\x5f\x69", - [0x4263] = "\x5f\x6a", [0x4264] = "\x5f\x6b", [0x4265] = "\x5f\x6c", - [0x4266] = "\x5f\x6d", [0x4267] = "\x5f\x6e", [0x4268] = "\x5f\x6f", - [0x4269] = "\x5f\x70", [0x426a] = "\x5f\x71", [0x426b] = "\x5f\x72", - [0x426c] = "\x5f\x73", [0x426d] = "\x5f\x74", [0x426e] = "\x5f\x75", - [0x426f] = "\x5f\x76", [0x4270] = "\x5f\x77", [0x4271] = "\x5f\x78", - [0x4272] = "\x5f\x79", [0x4273] = "\x5f\x7a", [0x4274] = "\x5f\x7b", - [0x4275] = "\x5f\x7c", [0x4276] = "\x5f\x7d", [0x4277] = "\x5f\x7e", - [0x4278] = "\x5f\x7f", [0x4279] = "\x5f\x80", [0x427a] = "\x5f\x81", - [0x427b] = "\x5f\x82", [0x427c] = "\x5f\x83", [0x427d] = "\x5f\x84", - [0x427e] = "\x5f\x85", [0x427f] = "\x5f\x86", [0x4280] = "\x5f\x87", - [0x4281] = "\x5f\x88", [0x4282] = "\x5f\x89", [0x4283] = "\x5f\x8a", - [0x4284] = "\x5f\x8b", [0x4285] = "\x5f\x8c", [0x4286] = "\x5f\x8d", - [0x4287] = "\x5f\x8e", [0x4288] = "\x5f\x8f", [0x4289] = "\x5f\x90", - [0x428a] = "\x5f\x91", [0x428b] = "\x5f\x92", [0x428c] = "\x5f\x93", - [0x428d] = "\x5f\x94", [0x428e] = "\x5f\x95", [0x428f] = "\x5f\x96", - [0x4290] = "\x5f\x97", [0x4291] = "\x5f\x98", [0x4292] = "\x5f\x99", - [0x4293] = "\x5f\x9a", [0x4294] = "\x5f\x9b", [0x4295] = "\x5f\x9c", - [0x4296] = "\x5f\x9d", [0x4297] = "\x5f\x9e", [0x4298] = "\x5f\x9f", - [0x4299] = "\x5f\xa0", [0x429a] = "\x5f\xa1", [0x429b] = "\x5f\xa2", - [0x429c] = "\x5f\xa3", [0x429d] = "\x5f\xa4", [0x429e] = "\x5f\xa5", - [0x429f] = "\x5f\xa6", [0x42a0] = "\x5f\xa7", [0x42a1] = "\x5f\xa8", - [0x42a2] = "\x5f\xa9", [0x42a3] = "\x5f\xaa", [0x42a4] = "\x5f\xab", - [0x42a5] = "\x5f\xac", [0x42a6] = "\x5f\xad", [0x42a7] = "\x5f\xae", - [0x42a8] = "\x5f\xaf", [0x42a9] = "\x5f\xb0", [0x42aa] = "\x5f\xb1", - [0x42ab] = "\x5f\xb2", [0x42ac] = "\x5f\xb3", [0x42ad] = "\x5f\xb4", - [0x42ae] = "\x5f\xb5", [0x42af] = "\x5f\xb6", [0x42b0] = "\x5f\xb7", - [0x42b1] = "\x5f\xb8", [0x42b2] = "\x5f\xb9", [0x42b3] = "\x5f\xba", - [0x42b4] = "\x5f\xbb", [0x42b5] = "\x5f\xbc", [0x42b6] = "\x5f\xbd", - [0x42b7] = "\xfe\x72", [0x42b8] = "\x5f\xbe", [0x42b9] = "\x5f\xbf", - [0x42ba] = "\x5f\xc0", [0x42bb] = "\x5f\xc1", [0x42bc] = "\x5f\xc2", - [0x42bd] = "\x5f\xc3", [0x42be] = "\x5f\xc4", [0x42bf] = "\x5f\xc5", - [0x42c0] = "\x5f\xc6", [0x42c1] = "\x5f\xc7", [0x42c2] = "\x5f\xc8", - [0x42c3] = "\x5f\xc9", [0x42c4] = "\x5f\xca", [0x42c5] = "\x5f\xcb", - [0x42c6] = "\x5f\xcc", [0x42c7] = "\x5f\xcd", [0x42c8] = "\x5f\xce", - [0x42c9] = "\x5f\xcf", [0x42ca] = "\x5f\xd0", [0x42cb] = "\x5f\xd1", - [0x42cc] = "\x5f\xd2", [0x42cd] = "\x5f\xd3", [0x42ce] = "\x5f\xd4", - [0x42cf] = "\x5f\xd5", [0x42d0] = "\x5f\xd6", [0x42d1] = "\x5f\xd7", - [0x42d2] = "\x5f\xd8", [0x42d3] = "\x5f\xd9", [0x42d4] = "\x5f\xda", - [0x42d5] = "\x5f\xdb", [0x42d6] = "\x5f\xdc", [0x42d7] = "\x5f\xdd", - [0x42d8] = "\x5f\xde", [0x42d9] = "\x5f\xdf", [0x42da] = "\x5f\xe0", - [0x42db] = "\x5f\xe1", [0x42dc] = "\x5f\xe2", [0x42dd] = "\x5f\xe3", - [0x42de] = "\x5f\xe4", [0x42df] = "\x5f\xe5", [0x42e0] = "\x5f\xe6", - [0x42e1] = "\x5f\xe7", [0x42e2] = "\x5f\xe8", [0x42e3] = "\x5f\xe9", - [0x42e4] = "\x5f\xea", [0x42e5] = "\x5f\xeb", [0x42e6] = "\x5f\xec", - [0x42e7] = "\x5f\xed", [0x42e8] = "\x5f\xee", [0x42e9] = "\x5f\xef", - [0x42ea] = "\x5f\xf0", [0x42eb] = "\x5f\xf1", [0x42ec] = "\x5f\xf2", - [0x42ed] = "\x5f\xf3", [0x42ee] = "\x5f\xf4", [0x42ef] = "\x5f\xf5", - [0x42f0] = "\x5f\xf6", [0x42f1] = "\x5f\xf7", [0x42f2] = "\x5f\xf8", - [0x42f3] = "\x5f\xf9", [0x42f4] = "\x5f\xfa", [0x42f5] = "\x5f\xfb", - [0x42f6] = "\x5f\xfc", [0x42f7] = "\x5f\xfd", [0x42f8] = "\x5f\xfe", - [0x42f9] = "\x5f\xff", [0x42fa] = "\x60\x00", [0x42fb] = "\x60\x01", - [0x42fc] = "\x60\x02", [0x42fd] = "\x60\x03", [0x42fe] = "\x60\x04", - [0x42ff] = "\x60\x05", [0x4300] = "\x60\x06", [0x4301] = "\x60\x07", - [0x4302] = "\x60\x08", [0x4303] = "\x60\x09", [0x4304] = "\x60\x0a", - [0x4305] = "\x60\x0b", [0x4306] = "\x60\x0c", [0x4307] = "\x60\x0d", - [0x4308] = "\x60\x0e", [0x4309] = "\x60\x0f", [0x430a] = "\x60\x10", - [0x430b] = "\x60\x11", [0x430c] = "\x60\x12", [0x430d] = "\x60\x13", - [0x430e] = "\x60\x14", [0x430f] = "\x60\x15", [0x4310] = "\x60\x16", - [0x4311] = "\x60\x17", [0x4312] = "\x60\x18", [0x4313] = "\x60\x19", - [0x4314] = "\x60\x1a", [0x4315] = "\x60\x1b", [0x4316] = "\x60\x1c", - [0x4317] = "\x60\x1d", [0x4318] = "\x60\x1e", [0x4319] = "\x60\x1f", - [0x431a] = "\x60\x20", [0x431b] = "\x60\x21", [0x431c] = "\x60\x22", - [0x431d] = "\x60\x23", [0x431e] = "\x60\x24", [0x431f] = "\x60\x25", - [0x4320] = "\x60\x26", [0x4321] = "\x60\x27", [0x4322] = "\x60\x28", - [0x4323] = "\x60\x29", [0x4324] = "\x60\x2a", [0x4325] = "\x60\x2b", - [0x4326] = "\x60\x2c", [0x4327] = "\x60\x2d", [0x4328] = "\x60\x2e", - [0x4329] = "\x60\x2f", [0x432a] = "\x60\x30", [0x432b] = "\x60\x31", - [0x432c] = "\xfe\x78", [0x432d] = "\x60\x32", [0x432e] = "\x60\x33", - [0x432f] = "\x60\x34", [0x4330] = "\x60\x35", [0x4331] = "\xfe\x77", - [0x4332] = "\x60\x36", [0x4333] = "\x60\x37", [0x4334] = "\x60\x38", - [0x4335] = "\x60\x39", [0x4336] = "\x60\x3a", [0x4337] = "\x60\x3b", - [0x4338] = "\x60\x3c", [0x4339] = "\x60\x3d", [0x433a] = "\x60\x3e", - [0x433b] = "\x60\x3f", [0x433c] = "\x60\x40", [0x433d] = "\x60\x41", - [0x433e] = "\x60\x42", [0x433f] = "\x60\x43", [0x4340] = "\x60\x44", - [0x4341] = "\x60\x45", [0x4342] = "\x60\x46", [0x4343] = "\x60\x47", - [0x4344] = "\x60\x48", [0x4345] = "\x60\x49", [0x4346] = "\x60\x4a", - [0x4347] = "\x60\x4b", [0x4348] = "\x60\x4c", [0x4349] = "\x60\x4d", - [0x434a] = "\x60\x4e", [0x434b] = "\x60\x4f", [0x434c] = "\x60\x50", - [0x434d] = "\x60\x51", [0x434e] = "\x60\x52", [0x434f] = "\x60\x53", - [0x4350] = "\x60\x54", [0x4351] = "\x60\x55", [0x4352] = "\x60\x56", - [0x4353] = "\x60\x57", [0x4354] = "\x60\x58", [0x4355] = "\x60\x59", - [0x4356] = "\x60\x5a", [0x4357] = "\x60\x5b", [0x4358] = "\x60\x5c", - [0x4359] = "\x60\x5d", [0x435a] = "\x60\x5e", [0x435b] = "\x60\x5f", - [0x435c] = "\x60\x60", [0x435d] = "\xfe\x7a", [0x435e] = "\x60\x61", - [0x435f] = "\x60\x62", [0x4360] = "\x60\x63", [0x4361] = "\x60\x64", - [0x4362] = "\x60\x65", [0x4363] = "\x60\x66", [0x4364] = "\x60\x67", - [0x4365] = "\x60\x68", [0x4366] = "\x60\x69", [0x4367] = "\x60\x6a", - [0x4368] = "\x60\x6b", [0x4369] = "\x60\x6c", [0x436a] = "\x60\x6d", - [0x436b] = "\x60\x6e", [0x436c] = "\x60\x6f", [0x436d] = "\x60\x70", - [0x436e] = "\x60\x71", [0x436f] = "\x60\x72", [0x4370] = "\x60\x73", - [0x4371] = "\x60\x74", [0x4372] = "\x60\x75", [0x4373] = "\x60\x76", - [0x4374] = "\x60\x77", [0x4375] = "\x60\x78", [0x4376] = "\x60\x79", - [0x4377] = "\x60\x7a", [0x4378] = "\x60\x7b", [0x4379] = "\x60\x7c", - [0x437a] = "\x60\x7d", [0x437b] = "\x60\x7e", [0x437c] = "\x60\x7f", - [0x437d] = "\x60\x80", [0x437e] = "\x60\x81", [0x437f] = "\x60\x82", - [0x4380] = "\x60\x83", [0x4381] = "\x60\x84", [0x4382] = "\x60\x85", - [0x4383] = "\x60\x86", [0x4384] = "\x60\x87", [0x4385] = "\x60\x88", - [0x4386] = "\x60\x89", [0x4387] = "\x60\x8a", [0x4388] = "\x60\x8b", - [0x4389] = "\x60\x8c", [0x438a] = "\x60\x8d", [0x438b] = "\x60\x8e", - [0x438c] = "\x60\x8f", [0x438d] = "\x60\x90", [0x438e] = "\x60\x91", - [0x438f] = "\x60\x92", [0x4390] = "\x60\x93", [0x4391] = "\x60\x94", - [0x4392] = "\x60\x95", [0x4393] = "\x60\x96", [0x4394] = "\x60\x97", - [0x4395] = "\x60\x98", [0x4396] = "\x60\x99", [0x4397] = "\x60\x9a", - [0x4398] = "\x60\x9b", [0x4399] = "\x60\x9c", [0x439a] = "\x60\x9d", - [0x439b] = "\x60\x9e", [0x439c] = "\x60\x9f", [0x439d] = "\x60\xa0", - [0x439e] = "\x60\xa1", [0x439f] = "\x60\xa2", [0x43a0] = "\x60\xa3", - [0x43a1] = "\x60\xa4", [0x43a2] = "\x60\xa5", [0x43a3] = "\x60\xa6", - [0x43a4] = "\x60\xa7", [0x43a5] = "\x60\xa8", [0x43a6] = "\x60\xa9", - [0x43a7] = "\x60\xaa", [0x43a8] = "\x60\xab", [0x43a9] = "\x60\xac", - [0x43aa] = "\x60\xad", [0x43ab] = "\x60\xae", [0x43ac] = "\x60\xaf", - [0x43ad] = "\x60\xb0", [0x43ae] = "\x60\xb1", [0x43af] = "\x60\xb2", - [0x43b0] = "\x60\xb3", [0x43b1] = "\x60\xb4", [0x43b2] = "\x60\xb5", - [0x43b3] = "\x60\xb6", [0x43b4] = "\x60\xb7", [0x43b5] = "\x60\xb8", - [0x43b6] = "\x60\xb9", [0x43b7] = "\x60\xba", [0x43b8] = "\x60\xbb", - [0x43b9] = "\x60\xbc", [0x43ba] = "\x60\xbd", [0x43bb] = "\x60\xbe", - [0x43bc] = "\x60\xbf", [0x43bd] = "\x60\xc0", [0x43be] = "\x60\xc1", - [0x43bf] = "\x60\xc2", [0x43c0] = "\x60\xc3", [0x43c1] = "\x60\xc4", - [0x43c2] = "\x60\xc5", [0x43c3] = "\x60\xc6", [0x43c4] = "\x60\xc7", - [0x43c5] = "\x60\xc8", [0x43c6] = "\x60\xc9", [0x43c7] = "\x60\xca", - [0x43c8] = "\x60\xcb", [0x43c9] = "\x60\xcc", [0x43ca] = "\x60\xcd", - [0x43cb] = "\x60\xce", [0x43cc] = "\x60\xcf", [0x43cd] = "\x60\xd0", - [0x43ce] = "\x60\xd1", [0x43cf] = "\x60\xd2", [0x43d0] = "\x60\xd3", - [0x43d1] = "\x60\xd4", [0x43d2] = "\x60\xd5", [0x43d3] = "\x60\xd6", - [0x43d4] = "\x60\xd7", [0x43d5] = "\x60\xd8", [0x43d6] = "\x60\xd9", - [0x43d7] = "\x60\xda", [0x43d8] = "\x60\xdb", [0x43d9] = "\x60\xdc", - [0x43da] = "\x60\xdd", [0x43db] = "\x60\xde", [0x43dc] = "\x60\xdf", - [0x43dd] = "\x60\xe0", [0x43de] = "\x60\xe1", [0x43df] = "\x60\xe2", - [0x43e0] = "\x60\xe3", [0x43e1] = "\x60\xe4", [0x43e2] = "\x60\xe5", - [0x43e3] = "\x60\xe6", [0x43e4] = "\x60\xe7", [0x43e5] = "\x60\xe8", - [0x43e6] = "\x60\xe9", [0x43e7] = "\x60\xea", [0x43e8] = "\x60\xeb", - [0x43e9] = "\x60\xec", [0x43ea] = "\x60\xed", [0x43eb] = "\x60\xee", - [0x43ec] = "\x60\xef", [0x43ed] = "\x60\xf0", [0x43ee] = "\x60\xf1", - [0x43ef] = "\x60\xf2", [0x43f0] = "\x60\xf3", [0x43f1] = "\x60\xf4", - [0x43f2] = "\x60\xf5", [0x43f3] = "\x60\xf6", [0x43f4] = "\x60\xf7", - [0x43f5] = "\x60\xf8", [0x43f6] = "\x60\xf9", [0x43f7] = "\x60\xfa", - [0x43f8] = "\x60\xfb", [0x43f9] = "\x60\xfc", [0x43fa] = "\x60\xfd", - [0x43fb] = "\x60\xfe", [0x43fc] = "\x60\xff", [0x43fd] = "\x61\x00", - [0x43fe] = "\x61\x01", [0x43ff] = "\x61\x02", [0x4400] = "\x61\x03", - [0x4401] = "\x61\x04", [0x4402] = "\x61\x05", [0x4403] = "\x61\x06", - [0x4404] = "\x61\x07", [0x4405] = "\x61\x08", [0x4406] = "\x61\x09", - [0x4407] = "\x61\x0a", [0x4408] = "\x61\x0b", [0x4409] = "\x61\x0c", - [0x440a] = "\x61\x0d", [0x440b] = "\x61\x0e", [0x440c] = "\x61\x0f", - [0x440d] = "\x61\x10", [0x440e] = "\x61\x11", [0x440f] = "\x61\x12", - [0x4410] = "\x61\x13", [0x4411] = "\x61\x14", [0x4412] = "\x61\x15", - [0x4413] = "\x61\x16", [0x4414] = "\x61\x17", [0x4415] = "\x61\x18", - [0x4416] = "\x61\x19", [0x4417] = "\x61\x1a", [0x4418] = "\x61\x1b", - [0x4419] = "\x61\x1c", [0x441a] = "\x61\x1d", [0x441b] = "\x61\x1e", - [0x441c] = "\x61\x1f", [0x441d] = "\x61\x20", [0x441e] = "\x61\x21", - [0x441f] = "\x61\x22", [0x4420] = "\x61\x23", [0x4421] = "\x61\x24", - [0x4422] = "\x61\x25", [0x4423] = "\x61\x26", [0x4424] = "\x61\x27", - [0x4425] = "\x61\x28", [0x4426] = "\x61\x29", [0x4427] = "\x61\x2a", - [0x4428] = "\x61\x2b", [0x4429] = "\x61\x2c", [0x442a] = "\x61\x2d", - [0x442b] = "\x61\x2e", [0x442c] = "\x61\x2f", [0x442d] = "\x61\x30", - [0x442e] = "\x61\x31", [0x442f] = "\x61\x32", [0x4430] = "\x61\x33", - [0x4431] = "\x61\x34", [0x4432] = "\x61\x35", [0x4433] = "\x61\x36", - [0x4434] = "\x61\x37", [0x4435] = "\x61\x38", [0x4436] = "\x61\x39", - [0x4437] = "\x61\x3a", [0x4438] = "\x61\x3b", [0x4439] = "\x61\x3c", - [0x443a] = "\x61\x3d", [0x443b] = "\x61\x3e", [0x443c] = "\x61\x3f", - [0x443d] = "\x61\x40", [0x443e] = "\x61\x41", [0x443f] = "\x61\x42", - [0x4440] = "\x61\x43", [0x4441] = "\x61\x44", [0x4442] = "\x61\x45", - [0x4443] = "\x61\x46", [0x4444] = "\x61\x47", [0x4445] = "\x61\x48", - [0x4446] = "\x61\x49", [0x4447] = "\x61\x4a", [0x4448] = "\x61\x4b", - [0x4449] = "\x61\x4c", [0x444a] = "\x61\x4d", [0x444b] = "\x61\x4e", - [0x444c] = "\x61\x4f", [0x444d] = "\x61\x50", [0x444e] = "\x61\x51", - [0x444f] = "\x61\x52", [0x4450] = "\x61\x53", [0x4451] = "\x61\x54", - [0x4452] = "\x61\x55", [0x4453] = "\x61\x56", [0x4454] = "\x61\x57", - [0x4455] = "\x61\x58", [0x4456] = "\xfe\x7b", [0x4457] = "\x61\x59", - [0x4458] = "\x61\x5a", [0x4459] = "\x61\x5b", [0x445a] = "\x61\x5c", - [0x445b] = "\x61\x5d", [0x445c] = "\x61\x5e", [0x445d] = "\x61\x5f", - [0x445e] = "\x61\x60", [0x445f] = "\x61\x61", [0x4460] = "\x61\x62", - [0x4461] = "\x61\x63", [0x4462] = "\x61\x64", [0x4463] = "\x61\x65", - [0x4464] = "\x61\x66", [0x4465] = "\x61\x67", [0x4466] = "\x61\x68", - [0x4467] = "\x61\x69", [0x4468] = "\x61\x6a", [0x4469] = "\x61\x6b", - [0x446a] = "\x61\x6c", [0x446b] = "\x61\x6d", [0x446c] = "\x61\x6e", - [0x446d] = "\x61\x6f", [0x446e] = "\x61\x70", [0x446f] = "\x61\x71", - [0x4470] = "\x61\x72", [0x4471] = "\x61\x73", [0x4472] = "\x61\x74", - [0x4473] = "\x61\x75", [0x4474] = "\x61\x76", [0x4475] = "\x61\x77", - [0x4476] = "\x61\x78", [0x4477] = "\x61\x79", [0x4478] = "\x61\x7a", - [0x4479] = "\x61\x7b", [0x447a] = "\x61\x7c", [0x447b] = "\x61\x7d", - [0x447c] = "\x61\x7e", [0x447d] = "\x61\x7f", [0x447e] = "\x61\x80", - [0x447f] = "\x61\x81", [0x4480] = "\x61\x82", [0x4481] = "\x61\x83", - [0x4482] = "\x61\x84", [0x4483] = "\x61\x85", [0x4484] = "\x61\x86", - [0x4485] = "\x61\x87", [0x4486] = "\x61\x88", [0x4487] = "\x61\x89", - [0x4488] = "\x61\x8a", [0x4489] = "\x61\x8b", [0x448a] = "\x61\x8c", - [0x448b] = "\x61\x8d", [0x448c] = "\x61\x8e", [0x448d] = "\x61\x8f", - [0x448e] = "\x61\x90", [0x448f] = "\x61\x91", [0x4490] = "\x61\x92", - [0x4491] = "\x61\x93", [0x4492] = "\x61\x94", [0x4493] = "\x61\x95", - [0x4494] = "\x61\x96", [0x4495] = "\x61\x97", [0x4496] = "\x61\x98", - [0x4497] = "\x61\x99", [0x4498] = "\x61\x9a", [0x4499] = "\x61\x9b", - [0x449a] = "\x61\x9c", [0x449b] = "\x61\x9d", [0x449c] = "\x61\x9e", - [0x449d] = "\x61\x9f", [0x449e] = "\x61\xa0", [0x449f] = "\x61\xa1", - [0x44a0] = "\x61\xa2", [0x44a1] = "\x61\xa3", [0x44a2] = "\x61\xa4", - [0x44a3] = "\x61\xa5", [0x44a4] = "\x61\xa6", [0x44a5] = "\x61\xa7", - [0x44a6] = "\x61\xa8", [0x44a7] = "\x61\xa9", [0x44a8] = "\x61\xaa", - [0x44a9] = "\x61\xab", [0x44aa] = "\x61\xac", [0x44ab] = "\x61\xad", - [0x44ac] = "\x61\xae", [0x44ad] = "\x61\xaf", [0x44ae] = "\x61\xb0", - [0x44af] = "\x61\xb1", [0x44b0] = "\x61\xb2", [0x44b1] = "\x61\xb3", - [0x44b2] = "\x61\xb4", [0x44b3] = "\x61\xb5", [0x44b4] = "\x61\xb6", - [0x44b5] = "\x61\xb7", [0x44b6] = "\x61\xb8", [0x44b7] = "\x61\xb9", - [0x44b8] = "\x61\xba", [0x44b9] = "\x61\xbb", [0x44ba] = "\x61\xbc", - [0x44bb] = "\x61\xbd", [0x44bc] = "\x61\xbe", [0x44bd] = "\x61\xbf", - [0x44be] = "\x61\xc0", [0x44bf] = "\x61\xc1", [0x44c0] = "\x61\xc2", - [0x44c1] = "\x61\xc3", [0x44c2] = "\x61\xc4", [0x44c3] = "\x61\xc5", - [0x44c4] = "\x61\xc6", [0x44c5] = "\x61\xc7", [0x44c6] = "\x61\xc8", - [0x44c7] = "\x61\xc9", [0x44c8] = "\x61\xca", [0x44c9] = "\x61\xcb", - [0x44ca] = "\x61\xcc", [0x44cb] = "\x61\xcd", [0x44cc] = "\x61\xce", - [0x44cd] = "\x61\xcf", [0x44ce] = "\x61\xd0", [0x44cf] = "\x61\xd1", - [0x44d0] = "\x61\xd2", [0x44d1] = "\x61\xd3", [0x44d2] = "\x61\xd4", - [0x44d3] = "\x61\xd5", [0x44d4] = "\x61\xd6", [0x44d5] = "\x61\xd7", - [0x44d6] = "\x61\xd8", [0x44d7] = "\x61\xd9", [0x44d8] = "\x61\xda", - [0x44d9] = "\x61\xdb", [0x44da] = "\x61\xdc", [0x44db] = "\x61\xdd", - [0x44dc] = "\x61\xde", [0x44dd] = "\x61\xdf", [0x44de] = "\x61\xe0", - [0x44df] = "\x61\xe1", [0x44e0] = "\x61\xe2", [0x44e1] = "\x61\xe3", - [0x44e2] = "\x61\xe4", [0x44e3] = "\x61\xe5", [0x44e4] = "\x61\xe6", - [0x44e5] = "\x61\xe7", [0x44e6] = "\x61\xe8", [0x44e7] = "\x61\xe9", - [0x44e8] = "\x61\xea", [0x44e9] = "\x61\xeb", [0x44ea] = "\x61\xec", - [0x44eb] = "\x61\xed", [0x44ec] = "\x61\xee", [0x44ed] = "\x61\xef", - [0x44ee] = "\x61\xf0", [0x44ef] = "\x61\xf1", [0x44f0] = "\x61\xf2", - [0x44f1] = "\x61\xf3", [0x44f2] = "\x61\xf4", [0x44f3] = "\x61\xf5", - [0x44f4] = "\x61\xf6", [0x44f5] = "\x61\xf7", [0x44f6] = "\x61\xf8", - [0x44f7] = "\x61\xf9", [0x44f8] = "\x61\xfa", [0x44f9] = "\x61\xfb", - [0x44fa] = "\x61\xfc", [0x44fb] = "\x61\xfd", [0x44fc] = "\x61\xfe", - [0x44fd] = "\x61\xff", [0x44fe] = "\x62\x00", [0x44ff] = "\x62\x01", - [0x4500] = "\x62\x02", [0x4501] = "\x62\x03", [0x4502] = "\x62\x04", - [0x4503] = "\x62\x05", [0x4504] = "\x62\x06", [0x4505] = "\x62\x07", - [0x4506] = "\x62\x08", [0x4507] = "\x62\x09", [0x4508] = "\x62\x0a", - [0x4509] = "\x62\x0b", [0x450a] = "\x62\x0c", [0x450b] = "\x62\x0d", - [0x450c] = "\x62\x0e", [0x450d] = "\x62\x0f", [0x450e] = "\x62\x10", - [0x450f] = "\x62\x11", [0x4510] = "\x62\x12", [0x4511] = "\x62\x13", - [0x4512] = "\x62\x14", [0x4513] = "\x62\x15", [0x4514] = "\x62\x16", - [0x4515] = "\x62\x17", [0x4516] = "\x62\x18", [0x4517] = "\x62\x19", - [0x4518] = "\x62\x1a", [0x4519] = "\x62\x1b", [0x451a] = "\x62\x1c", - [0x451b] = "\x62\x1d", [0x451c] = "\x62\x1e", [0x451d] = "\x62\x1f", - [0x451e] = "\x62\x20", [0x451f] = "\x62\x21", [0x4520] = "\x62\x22", - [0x4521] = "\x62\x23", [0x4522] = "\x62\x24", [0x4523] = "\x62\x25", - [0x4524] = "\x62\x26", [0x4525] = "\x62\x27", [0x4526] = "\x62\x28", - [0x4527] = "\x62\x29", [0x4528] = "\x62\x2a", [0x4529] = "\x62\x2b", - [0x452a] = "\x62\x2c", [0x452b] = "\x62\x2d", [0x452c] = "\x62\x2e", - [0x452d] = "\x62\x2f", [0x452e] = "\x62\x30", [0x452f] = "\x62\x31", - [0x4530] = "\x62\x32", [0x4531] = "\x62\x33", [0x4532] = "\x62\x34", - [0x4533] = "\x62\x35", [0x4534] = "\x62\x36", [0x4535] = "\x62\x37", - [0x4536] = "\x62\x38", [0x4537] = "\x62\x39", [0x4538] = "\x62\x3a", - [0x4539] = "\x62\x3b", [0x453a] = "\x62\x3c", [0x453b] = "\x62\x3d", - [0x453c] = "\x62\x3e", [0x453d] = "\x62\x3f", [0x453e] = "\x62\x40", - [0x453f] = "\x62\x41", [0x4540] = "\x62\x42", [0x4541] = "\x62\x43", - [0x4542] = "\x62\x44", [0x4543] = "\x62\x45", [0x4544] = "\x62\x46", - [0x4545] = "\x62\x47", [0x4546] = "\x62\x48", [0x4547] = "\x62\x49", - [0x4548] = "\x62\x4a", [0x4549] = "\x62\x4b", [0x454a] = "\x62\x4c", - [0x454b] = "\x62\x4d", [0x454c] = "\x62\x4e", [0x454d] = "\x62\x4f", - [0x454e] = "\x62\x50", [0x454f] = "\x62\x51", [0x4550] = "\x62\x52", - [0x4551] = "\x62\x53", [0x4552] = "\x62\x54", [0x4553] = "\x62\x55", - [0x4554] = "\x62\x56", [0x4555] = "\x62\x57", [0x4556] = "\x62\x58", - [0x4557] = "\x62\x59", [0x4558] = "\x62\x5a", [0x4559] = "\x62\x5b", - [0x455a] = "\x62\x5c", [0x455b] = "\x62\x5d", [0x455c] = "\x62\x5e", - [0x455d] = "\x62\x5f", [0x455e] = "\x62\x60", [0x455f] = "\x62\x61", - [0x4560] = "\x62\x62", [0x4561] = "\x62\x63", [0x4562] = "\x62\x64", - [0x4563] = "\x62\x65", [0x4564] = "\x62\x66", [0x4565] = "\x62\x67", - [0x4566] = "\x62\x68", [0x4567] = "\x62\x69", [0x4568] = "\x62\x6a", - [0x4569] = "\x62\x6b", [0x456a] = "\x62\x6c", [0x456b] = "\x62\x6d", - [0x456c] = "\x62\x6e", [0x456d] = "\x62\x6f", [0x456e] = "\x62\x70", - [0x456f] = "\x62\x71", [0x4570] = "\x62\x72", [0x4571] = "\x62\x73", - [0x4572] = "\x62\x74", [0x4573] = "\x62\x75", [0x4574] = "\x62\x76", - [0x4575] = "\x62\x77", [0x4576] = "\x62\x78", [0x4577] = "\x62\x79", - [0x4578] = "\x62\x7a", [0x4579] = "\x62\x7b", [0x457a] = "\x62\x7c", - [0x457b] = "\x62\x7d", [0x457c] = "\x62\x7e", [0x457d] = "\x62\x7f", - [0x457e] = "\x62\x80", [0x457f] = "\x62\x81", [0x4580] = "\x62\x82", - [0x4581] = "\x62\x83", [0x4582] = "\x62\x84", [0x4583] = "\x62\x85", - [0x4584] = "\x62\x86", [0x4585] = "\x62\x87", [0x4586] = "\x62\x88", - [0x4587] = "\x62\x89", [0x4588] = "\x62\x8a", [0x4589] = "\x62\x8b", - [0x458a] = "\x62\x8c", [0x458b] = "\x62\x8d", [0x458c] = "\x62\x8e", - [0x458d] = "\x62\x8f", [0x458e] = "\x62\x90", [0x458f] = "\x62\x91", - [0x4590] = "\x62\x92", [0x4591] = "\x62\x93", [0x4592] = "\x62\x94", - [0x4593] = "\x62\x95", [0x4594] = "\x62\x96", [0x4595] = "\x62\x97", - [0x4596] = "\x62\x98", [0x4597] = "\x62\x99", [0x4598] = "\x62\x9a", - [0x4599] = "\x62\x9b", [0x459a] = "\x62\x9c", [0x459b] = "\x62\x9d", - [0x459c] = "\x62\x9e", [0x459d] = "\x62\x9f", [0x459e] = "\x62\xa0", - [0x459f] = "\x62\xa1", [0x45a0] = "\x62\xa2", [0x45a1] = "\x62\xa3", - [0x45a2] = "\x62\xa4", [0x45a3] = "\x62\xa5", [0x45a4] = "\x62\xa6", - [0x45a5] = "\x62\xa7", [0x45a6] = "\x62\xa8", [0x45a7] = "\x62\xa9", - [0x45a8] = "\x62\xaa", [0x45a9] = "\x62\xab", [0x45aa] = "\x62\xac", - [0x45ab] = "\x62\xad", [0x45ac] = "\x62\xae", [0x45ad] = "\x62\xaf", - [0x45ae] = "\x62\xb0", [0x45af] = "\x62\xb1", [0x45b0] = "\x62\xb2", - [0x45b1] = "\x62\xb3", [0x45b2] = "\x62\xb4", [0x45b3] = "\x62\xb5", - [0x45b4] = "\x62\xb6", [0x45b5] = "\x62\xb7", [0x45b6] = "\x62\xb8", - [0x45b7] = "\x62\xb9", [0x45b8] = "\x62\xba", [0x45b9] = "\x62\xbb", - [0x45ba] = "\x62\xbc", [0x45bb] = "\x62\xbd", [0x45bc] = "\x62\xbe", - [0x45bd] = "\x62\xbf", [0x45be] = "\x62\xc0", [0x45bf] = "\x62\xc1", - [0x45c0] = "\x62\xc2", [0x45c1] = "\x62\xc3", [0x45c2] = "\x62\xc4", - [0x45c3] = "\x62\xc5", [0x45c4] = "\x62\xc6", [0x45c5] = "\x62\xc7", - [0x45c6] = "\x62\xc8", [0x45c7] = "\x62\xc9", [0x45c8] = "\x62\xca", - [0x45c9] = "\x62\xcb", [0x45ca] = "\x62\xcc", [0x45cb] = "\x62\xcd", - [0x45cc] = "\xfe\x7d", [0x45cd] = "\x62\xce", [0x45ce] = "\x62\xcf", - [0x45cf] = "\x62\xd0", [0x45d0] = "\x62\xd1", [0x45d1] = "\x62\xd2", - [0x45d2] = "\x62\xd3", [0x45d3] = "\x62\xd4", [0x45d4] = "\x62\xd5", - [0x45d5] = "\x62\xd6", [0x45d6] = "\x62\xd7", [0x45d7] = "\x62\xd8", - [0x45d8] = "\x62\xd9", [0x45d9] = "\x62\xda", [0x45da] = "\x62\xdb", - [0x45db] = "\x62\xdc", [0x45dc] = "\x62\xdd", [0x45dd] = "\x62\xde", - [0x45de] = "\x62\xdf", [0x45df] = "\x62\xe0", [0x45e0] = "\x62\xe1", - [0x45e1] = "\xfe\x7c", [0x45e2] = "\x62\xe2", [0x45e3] = "\x62\xe3", - [0x45e4] = "\x62\xe4", [0x45e5] = "\x62\xe5", [0x45e6] = "\x62\xe6", - [0x45e7] = "\x62\xe7", [0x45e8] = "\x62\xe8", [0x45e9] = "\x62\xe9", - [0x45ea] = "\x62\xea", [0x45eb] = "\x62\xeb", [0x45ec] = "\x62\xec", - [0x45ed] = "\x62\xed", [0x45ee] = "\x62\xee", [0x45ef] = "\x62\xef", - [0x45f0] = "\x62\xf0", [0x45f1] = "\x62\xf1", [0x45f2] = "\x62\xf2", - [0x45f3] = "\x62\xf3", [0x45f4] = "\x62\xf4", [0x45f5] = "\x62\xf5", - [0x45f6] = "\x62\xf6", [0x45f7] = "\x62\xf7", [0x45f8] = "\x62\xf8", - [0x45f9] = "\x62\xf9", [0x45fa] = "\x62\xfa", [0x45fb] = "\x62\xfb", - [0x45fc] = "\x62\xfc", [0x45fd] = "\x62\xfd", [0x45fe] = "\x62\xfe", - [0x45ff] = "\x62\xff", [0x4600] = "\x63\x00", [0x4601] = "\x63\x01", - [0x4602] = "\x63\x02", [0x4603] = "\x63\x03", [0x4604] = "\x63\x04", - [0x4605] = "\x63\x05", [0x4606] = "\x63\x06", [0x4607] = "\x63\x07", - [0x4608] = "\x63\x08", [0x4609] = "\x63\x09", [0x460a] = "\x63\x0a", - [0x460b] = "\x63\x0b", [0x460c] = "\x63\x0c", [0x460d] = "\x63\x0d", - [0x460e] = "\x63\x0e", [0x460f] = "\x63\x0f", [0x4610] = "\x63\x10", - [0x4611] = "\x63\x11", [0x4612] = "\x63\x12", [0x4613] = "\x63\x13", - [0x4614] = "\x63\x14", [0x4615] = "\x63\x15", [0x4616] = "\x63\x16", - [0x4617] = "\x63\x17", [0x4618] = "\x63\x18", [0x4619] = "\x63\x19", - [0x461a] = "\x63\x1a", [0x461b] = "\x63\x1b", [0x461c] = "\x63\x1c", - [0x461d] = "\x63\x1d", [0x461e] = "\x63\x1e", [0x461f] = "\x63\x1f", - [0x4620] = "\x63\x20", [0x4621] = "\x63\x21", [0x4622] = "\x63\x22", - [0x4623] = "\x63\x23", [0x4624] = "\x63\x24", [0x4625] = "\x63\x25", - [0x4626] = "\x63\x26", [0x4627] = "\x63\x27", [0x4628] = "\x63\x28", - [0x4629] = "\x63\x29", [0x462a] = "\x63\x2a", [0x462b] = "\x63\x2b", - [0x462c] = "\x63\x2c", [0x462d] = "\x63\x2d", [0x462e] = "\x63\x2e", - [0x462f] = "\x63\x2f", [0x4630] = "\x63\x30", [0x4631] = "\x63\x31", - [0x4632] = "\x63\x32", [0x4633] = "\x63\x33", [0x4634] = "\x63\x34", - [0x4635] = "\x63\x35", [0x4636] = "\x63\x36", [0x4637] = "\x63\x37", - [0x4638] = "\x63\x38", [0x4639] = "\x63\x39", [0x463a] = "\x63\x3a", - [0x463b] = "\x63\x3b", [0x463c] = "\x63\x3c", [0x463d] = "\x63\x3d", - [0x463e] = "\x63\x3e", [0x463f] = "\x63\x3f", [0x4640] = "\x63\x40", - [0x4641] = "\x63\x41", [0x4642] = "\x63\x42", [0x4643] = "\x63\x43", - [0x4644] = "\x63\x44", [0x4645] = "\x63\x45", [0x4646] = "\x63\x46", - [0x4647] = "\x63\x47", [0x4648] = "\x63\x48", [0x4649] = "\x63\x49", - [0x464a] = "\x63\x4a", [0x464b] = "\x63\x4b", [0x464c] = "\x63\x4c", - [0x464d] = "\x63\x4d", [0x464e] = "\x63\x4e", [0x464f] = "\x63\x4f", - [0x4650] = "\x63\x50", [0x4651] = "\x63\x51", [0x4652] = "\x63\x52", - [0x4653] = "\x63\x53", [0x4654] = "\x63\x54", [0x4655] = "\x63\x55", - [0x4656] = "\x63\x56", [0x4657] = "\x63\x57", [0x4658] = "\x63\x58", - [0x4659] = "\x63\x59", [0x465a] = "\x63\x5a", [0x465b] = "\x63\x5b", - [0x465c] = "\x63\x5c", [0x465d] = "\x63\x5d", [0x465e] = "\x63\x5e", - [0x465f] = "\x63\x5f", [0x4660] = "\x63\x60", [0x4661] = "\x63\x61", - [0x4662] = "\x63\x62", [0x4663] = "\x63\x63", [0x4664] = "\x63\x64", - [0x4665] = "\x63\x65", [0x4666] = "\x63\x66", [0x4667] = "\x63\x67", - [0x4668] = "\x63\x68", [0x4669] = "\x63\x69", [0x466a] = "\x63\x6a", - [0x466b] = "\x63\x6b", [0x466c] = "\x63\x6c", [0x466d] = "\x63\x6d", - [0x466e] = "\x63\x6e", [0x466f] = "\x63\x6f", [0x4670] = "\x63\x70", - [0x4671] = "\x63\x71", [0x4672] = "\x63\x72", [0x4673] = "\x63\x73", - [0x4674] = "\x63\x74", [0x4675] = "\x63\x75", [0x4676] = "\x63\x76", - [0x4677] = "\x63\x77", [0x4678] = "\x63\x78", [0x4679] = "\x63\x79", - [0x467a] = "\x63\x7a", [0x467b] = "\x63\x7b", [0x467c] = "\x63\x7c", - [0x467d] = "\x63\x7d", [0x467e] = "\x63\x7e", [0x467f] = "\x63\x7f", - [0x4680] = "\x63\x80", [0x4681] = "\x63\x81", [0x4682] = "\x63\x82", - [0x4683] = "\x63\x83", [0x4684] = "\x63\x84", [0x4685] = "\x63\x85", - [0x4686] = "\x63\x86", [0x4687] = "\x63\x87", [0x4688] = "\x63\x88", - [0x4689] = "\x63\x89", [0x468a] = "\x63\x8a", [0x468b] = "\x63\x8b", - [0x468c] = "\x63\x8c", [0x468d] = "\x63\x8d", [0x468e] = "\x63\x8e", - [0x468f] = "\x63\x8f", [0x4690] = "\x63\x90", [0x4691] = "\x63\x91", - [0x4692] = "\x63\x92", [0x4693] = "\x63\x93", [0x4694] = "\x63\x94", - [0x4695] = "\x63\x95", [0x4696] = "\x63\x96", [0x4697] = "\x63\x97", - [0x4698] = "\x63\x98", [0x4699] = "\x63\x99", [0x469a] = "\x63\x9a", - [0x469b] = "\x63\x9b", [0x469c] = "\x63\x9c", [0x469d] = "\x63\x9d", - [0x469e] = "\x63\x9e", [0x469f] = "\x63\x9f", [0x46a0] = "\x63\xa0", - [0x46a1] = "\x63\xa1", [0x46a2] = "\x63\xa2", [0x46a3] = "\xfe\x80", - [0x46a4] = "\x63\xa3", [0x46a5] = "\x63\xa4", [0x46a6] = "\x63\xa5", - [0x46a7] = "\x63\xa6", [0x46a8] = "\x63\xa7", [0x46a9] = "\xfe\x81", - [0x46aa] = "\x63\xa8", [0x46ab] = "\x63\xa9", [0x46ac] = "\x63\xaa", - [0x46ad] = "\x63\xab", [0x46ae] = "\x63\xac", [0x46af] = "\x63\xad", - [0x46b0] = "\x63\xae", [0x46b1] = "\x63\xaf", [0x46b2] = "\x63\xb0", - [0x46b3] = "\x63\xb1", [0x46b4] = "\x63\xb2", [0x46b5] = "\x63\xb3", - [0x46b6] = "\x63\xb4", [0x46b7] = "\x63\xb5", [0x46b8] = "\x63\xb6", - [0x46b9] = "\x63\xb7", [0x46ba] = "\x63\xb8", [0x46bb] = "\x63\xb9", - [0x46bc] = "\x63\xba", [0x46bd] = "\x63\xbb", [0x46be] = "\x63\xbc", - [0x46bf] = "\x63\xbd", [0x46c0] = "\x63\xbe", [0x46c1] = "\x63\xbf", - [0x46c2] = "\x63\xc0", [0x46c3] = "\x63\xc1", [0x46c4] = "\x63\xc2", - [0x46c5] = "\x63\xc3", [0x46c6] = "\x63\xc4", [0x46c7] = "\x63\xc5", - [0x46c8] = "\x63\xc6", [0x46c9] = "\x63\xc7", [0x46ca] = "\x63\xc8", - [0x46cb] = "\x63\xc9", [0x46cc] = "\x63\xca", [0x46cd] = "\x63\xcb", - [0x46ce] = "\x63\xcc", [0x46cf] = "\x63\xcd", [0x46d0] = "\x63\xce", - [0x46d1] = "\x63\xcf", [0x46d2] = "\x63\xd0", [0x46d3] = "\x63\xd1", - [0x46d4] = "\x63\xd2", [0x46d5] = "\x63\xd3", [0x46d6] = "\x63\xd4", - [0x46d7] = "\x63\xd5", [0x46d8] = "\x63\xd6", [0x46d9] = "\x63\xd7", - [0x46da] = "\x63\xd8", [0x46db] = "\x63\xd9", [0x46dc] = "\x63\xda", - [0x46dd] = "\x63\xdb", [0x46de] = "\x63\xdc", [0x46df] = "\x63\xdd", - [0x46e0] = "\x63\xde", [0x46e1] = "\x63\xdf", [0x46e2] = "\x63\xe0", - [0x46e3] = "\x63\xe1", [0x46e4] = "\x63\xe2", [0x46e5] = "\x63\xe3", - [0x46e6] = "\x63\xe4", [0x46e7] = "\x63\xe5", [0x46e8] = "\x63\xe6", - [0x46e9] = "\x63\xe7", [0x46ea] = "\x63\xe8", [0x46eb] = "\x63\xe9", - [0x46ec] = "\x63\xea", [0x46ed] = "\x63\xeb", [0x46ee] = "\x63\xec", - [0x46ef] = "\x63\xed", [0x46f0] = "\x63\xee", [0x46f1] = "\x63\xef", - [0x46f2] = "\x63\xf0", [0x46f3] = "\x63\xf1", [0x46f4] = "\x63\xf2", - [0x46f5] = "\x63\xf3", [0x46f6] = "\x63\xf4", [0x46f7] = "\x63\xf5", - [0x46f8] = "\x63\xf6", [0x46f9] = "\x63\xf7", [0x46fa] = "\x63\xf8", - [0x46fb] = "\x63\xf9", [0x46fc] = "\xfe\x82", [0x46fd] = "\x63\xfa", - [0x46fe] = "\x63\xfb", [0x46ff] = "\x63\xfc", [0x4700] = "\x63\xfd", - [0x4701] = "\x63\xfe", [0x4702] = "\x63\xff", [0x4703] = "\x64\x00", - [0x4704] = "\x64\x01", [0x4705] = "\x64\x02", [0x4706] = "\x64\x03", - [0x4707] = "\x64\x04", [0x4708] = "\x64\x05", [0x4709] = "\x64\x06", - [0x470a] = "\x64\x07", [0x470b] = "\x64\x08", [0x470c] = "\x64\x09", - [0x470d] = "\xfe\x83", [0x470e] = "\x64\x0a", [0x470f] = "\x64\x0b", - [0x4710] = "\x64\x0c", [0x4711] = "\x64\x0d", [0x4712] = "\x64\x0e", - [0x4713] = "\x64\x0f", [0x4714] = "\x64\x10", [0x4715] = "\x64\x11", - [0x4716] = "\x64\x12", [0x4717] = "\x64\x13", [0x4718] = "\x64\x14", - [0x4719] = "\x64\x15", [0x471a] = "\x64\x16", [0x471b] = "\x64\x17", - [0x471c] = "\x64\x18", [0x471d] = "\x64\x19", [0x471e] = "\x64\x1a", - [0x471f] = "\x64\x1b", [0x4720] = "\x64\x1c", [0x4721] = "\x64\x1d", - [0x4722] = "\x64\x1e", [0x4723] = "\x64\x1f", [0x4724] = "\x64\x20", - [0x4725] = "\x64\x21", [0x4726] = "\x64\x22", [0x4727] = "\x64\x23", - [0x4728] = "\x64\x24", [0x4729] = "\x64\x25", [0x472a] = "\x64\x26", - [0x472b] = "\x64\x27", [0x472c] = "\x64\x28", [0x472d] = "\x64\x29", - [0x472e] = "\x64\x2a", [0x472f] = "\x64\x2b", [0x4730] = "\x64\x2c", - [0x4731] = "\x64\x2d", [0x4732] = "\x64\x2e", [0x4733] = "\x64\x2f", - [0x4734] = "\x64\x30", [0x4735] = "\x64\x31", [0x4736] = "\x64\x32", - [0x4737] = "\x64\x33", [0x4738] = "\x64\x34", [0x4739] = "\x64\x35", - [0x473a] = "\x64\x36", [0x473b] = "\x64\x37", [0x473c] = "\x64\x38", - [0x473d] = "\x64\x39", [0x473e] = "\x64\x3a", [0x473f] = "\x64\x3b", - [0x4740] = "\x64\x3c", [0x4741] = "\x64\x3d", [0x4742] = "\x64\x3e", - [0x4743] = "\x64\x3f", [0x4744] = "\x64\x40", [0x4745] = "\x64\x41", - [0x4746] = "\x64\x42", [0x4747] = "\x64\x43", [0x4748] = "\x64\x44", - [0x4749] = "\x64\x45", [0x474a] = "\x64\x46", [0x474b] = "\x64\x47", - [0x474c] = "\x64\x48", [0x474d] = "\x64\x49", [0x474e] = "\x64\x4a", - [0x474f] = "\x64\x4b", [0x4750] = "\x64\x4c", [0x4751] = "\x64\x4d", - [0x4752] = "\x64\x4e", [0x4753] = "\x64\x4f", [0x4754] = "\x64\x50", - [0x4755] = "\x64\x51", [0x4756] = "\x64\x52", [0x4757] = "\x64\x53", - [0x4758] = "\x64\x54", [0x4759] = "\x64\x55", [0x475a] = "\x64\x56", - [0x475b] = "\x64\x57", [0x475c] = "\x64\x58", [0x475d] = "\x64\x59", - [0x475e] = "\x64\x5a", [0x475f] = "\x64\x5b", [0x4760] = "\x64\x5c", - [0x4761] = "\x64\x5d", [0x4762] = "\x64\x5e", [0x4763] = "\x64\x5f", - [0x4764] = "\x64\x60", [0x4765] = "\x64\x61", [0x4766] = "\x64\x62", - [0x4767] = "\x64\x63", [0x4768] = "\x64\x64", [0x4769] = "\x64\x65", - [0x476a] = "\x64\x66", [0x476b] = "\x64\x67", [0x476c] = "\x64\x68", - [0x476d] = "\x64\x69", [0x476e] = "\x64\x6a", [0x476f] = "\x64\x6b", - [0x4770] = "\x64\x6c", [0x4771] = "\x64\x6d", [0x4772] = "\x64\x6e", - [0x4773] = "\x64\x6f", [0x4774] = "\x64\x70", [0x4775] = "\x64\x71", - [0x4776] = "\x64\x72", [0x4777] = "\x64\x73", [0x4778] = "\x64\x74", - [0x4779] = "\x64\x75", [0x477a] = "\x64\x76", [0x477b] = "\x64\x77", - [0x477c] = "\x64\x78", [0x477d] = "\x64\x79", [0x477e] = "\x64\x7a", - [0x477f] = "\x64\x7b", [0x4780] = "\x64\x7c", [0x4781] = "\x64\x7d", - [0x4782] = "\x64\x7e", [0x4783] = "\x64\x7f", [0x4784] = "\x64\x80", - [0x4785] = "\x64\x81", [0x4786] = "\x64\x82", [0x4787] = "\x64\x83", - [0x4788] = "\x64\x84", [0x4789] = "\x64\x85", [0x478a] = "\x64\x86", - [0x478b] = "\x64\x87", [0x478c] = "\x64\x88", [0x478d] = "\x64\x89", - [0x478e] = "\x64\x8a", [0x478f] = "\x64\x8b", [0x4790] = "\x64\x8c", - [0x4791] = "\x64\x8d", [0x4792] = "\x64\x8e", [0x4793] = "\x64\x8f", - [0x4794] = "\x64\x90", [0x4795] = "\x64\x91", [0x4796] = "\x64\x92", - [0x4797] = "\x64\x93", [0x4798] = "\x64\x94", [0x4799] = "\x64\x95", - [0x479a] = "\x64\x96", [0x479b] = "\x64\x97", [0x479c] = "\x64\x98", - [0x479d] = "\x64\x99", [0x479e] = "\x64\x9a", [0x479f] = "\x64\x9b", - [0x47a0] = "\x64\x9c", [0x47a1] = "\x64\x9d", [0x47a2] = "\x64\x9e", - [0x47a3] = "\x64\x9f", [0x47a4] = "\x64\xa0", [0x47a5] = "\x64\xa1", - [0x47a6] = "\x64\xa2", [0x47a7] = "\x64\xa3", [0x47a8] = "\x64\xa4", - [0x47a9] = "\x64\xa5", [0x47aa] = "\x64\xa6", [0x47ab] = "\x64\xa7", - [0x47ac] = "\x64\xa8", [0x47ad] = "\x64\xa9", [0x47ae] = "\x64\xaa", - [0x47af] = "\x64\xab", [0x47b0] = "\x64\xac", [0x47b1] = "\x64\xad", - [0x47b2] = "\x64\xae", [0x47b3] = "\x64\xaf", [0x47b4] = "\x64\xb0", - [0x47b5] = "\x64\xb1", [0x47b6] = "\x64\xb2", [0x47b7] = "\x64\xb3", - [0x47b8] = "\x64\xb4", [0x47b9] = "\x64\xb5", [0x47ba] = "\x64\xb6", - [0x47bb] = "\x64\xb7", [0x47bc] = "\x64\xb8", [0x47bd] = "\x64\xb9", - [0x47be] = "\x64\xba", [0x47bf] = "\x64\xbb", [0x47c0] = "\x64\xbc", - [0x47c1] = "\x64\xbd", [0x47c2] = "\x64\xbe", [0x47c3] = "\x64\xbf", - [0x47c4] = "\x64\xc0", [0x47c5] = "\x64\xc1", [0x47c6] = "\x64\xc2", - [0x47c7] = "\x64\xc3", [0x47c8] = "\x64\xc4", [0x47c9] = "\x64\xc5", - [0x47ca] = "\x64\xc6", [0x47cb] = "\x64\xc7", [0x47cc] = "\x64\xc8", - [0x47cd] = "\x64\xc9", [0x47ce] = "\x64\xca", [0x47cf] = "\x64\xcb", - [0x47d0] = "\x64\xcc", [0x47d1] = "\x64\xcd", [0x47d2] = "\x64\xce", - [0x47d3] = "\x64\xcf", [0x47d4] = "\x64\xd0", [0x47d5] = "\x64\xd1", - [0x47d6] = "\x64\xd2", [0x47d7] = "\x64\xd3", [0x47d8] = "\x64\xd4", - [0x47d9] = "\x64\xd5", [0x47da] = "\x64\xd6", [0x47db] = "\x64\xd7", - [0x47dc] = "\x64\xd8", [0x47dd] = "\x64\xd9", [0x47de] = "\x64\xda", - [0x47df] = "\x64\xdb", [0x47e0] = "\x64\xdc", [0x47e1] = "\x64\xdd", - [0x47e2] = "\x64\xde", [0x47e3] = "\x64\xdf", [0x47e4] = "\x64\xe0", - [0x47e5] = "\x64\xe1", [0x47e6] = "\x64\xe2", [0x47e7] = "\x64\xe3", - [0x47e8] = "\x64\xe4", [0x47e9] = "\x64\xe5", [0x47ea] = "\x64\xe6", - [0x47eb] = "\x64\xe7", [0x47ec] = "\x64\xe8", [0x47ed] = "\x64\xe9", - [0x47ee] = "\x64\xea", [0x47ef] = "\x64\xeb", [0x47f0] = "\x64\xec", - [0x47f1] = "\x64\xed", [0x47f2] = "\x64\xee", [0x47f3] = "\x64\xef", - [0x47f4] = "\x64\xf0", [0x47f5] = "\x64\xf1", [0x47f6] = "\x64\xf2", - [0x47f7] = "\x64\xf3", [0x47f8] = "\x64\xf4", [0x47f9] = "\x64\xf5", - [0x47fa] = "\x64\xf6", [0x47fb] = "\x64\xf7", [0x47fc] = "\x64\xf8", - [0x47fd] = "\x64\xf9", [0x47fe] = "\x64\xfa", [0x47ff] = "\x64\xfb", - [0x4800] = "\x64\xfc", [0x4801] = "\x64\xfd", [0x4802] = "\x64\xfe", - [0x4803] = "\x64\xff", [0x4804] = "\x65\x00", [0x4805] = "\x65\x01", - [0x4806] = "\x65\x02", [0x4807] = "\x65\x03", [0x4808] = "\x65\x04", - [0x4809] = "\x65\x05", [0x480a] = "\x65\x06", [0x480b] = "\x65\x07", - [0x480c] = "\x65\x08", [0x480d] = "\x65\x09", [0x480e] = "\x65\x0a", - [0x480f] = "\x65\x0b", [0x4810] = "\x65\x0c", [0x4811] = "\x65\x0d", - [0x4812] = "\x65\x0e", [0x4813] = "\x65\x0f", [0x4814] = "\x65\x10", - [0x4815] = "\x65\x11", [0x4816] = "\x65\x12", [0x4817] = "\x65\x13", - [0x4818] = "\x65\x14", [0x4819] = "\x65\x15", [0x481a] = "\x65\x16", - [0x481b] = "\x65\x17", [0x481c] = "\x65\x18", [0x481d] = "\x65\x19", - [0x481e] = "\x65\x1a", [0x481f] = "\x65\x1b", [0x4820] = "\x65\x1c", - [0x4821] = "\x65\x1d", [0x4822] = "\x65\x1e", [0x4823] = "\x65\x1f", - [0x4824] = "\x65\x20", [0x4825] = "\x65\x21", [0x4826] = "\x65\x22", - [0x4827] = "\x65\x23", [0x4828] = "\x65\x24", [0x4829] = "\x65\x25", - [0x482a] = "\x65\x26", [0x482b] = "\x65\x27", [0x482c] = "\x65\x28", - [0x482d] = "\x65\x29", [0x482e] = "\x65\x2a", [0x482f] = "\x65\x2b", - [0x4830] = "\x65\x2c", [0x4831] = "\x65\x2d", [0x4832] = "\x65\x2e", - [0x4833] = "\x65\x2f", [0x4834] = "\x65\x30", [0x4835] = "\x65\x31", - [0x4836] = "\x65\x32", [0x4837] = "\x65\x33", [0x4838] = "\x65\x34", - [0x4839] = "\x65\x35", [0x483a] = "\x65\x36", [0x483b] = "\x65\x37", - [0x483c] = "\x65\x38", [0x483d] = "\x65\x39", [0x483e] = "\x65\x3a", - [0x483f] = "\x65\x3b", [0x4840] = "\x65\x3c", [0x4841] = "\x65\x3d", - [0x4842] = "\x65\x3e", [0x4843] = "\x65\x3f", [0x4844] = "\x65\x40", - [0x4845] = "\x65\x41", [0x4846] = "\x65\x42", [0x4847] = "\x65\x43", - [0x4848] = "\x65\x44", [0x4849] = "\x65\x45", [0x484a] = "\x65\x46", - [0x484b] = "\x65\x47", [0x484c] = "\x65\x48", [0x484d] = "\x65\x49", - [0x484e] = "\x65\x4a", [0x484f] = "\x65\x4b", [0x4850] = "\x65\x4c", - [0x4851] = "\x65\x4d", [0x4852] = "\x65\x4e", [0x4853] = "\x65\x4f", - [0x4854] = "\x65\x50", [0x4855] = "\x65\x51", [0x4856] = "\x65\x52", - [0x4857] = "\x65\x53", [0x4858] = "\x65\x54", [0x4859] = "\x65\x55", - [0x485a] = "\x65\x56", [0x485b] = "\x65\x57", [0x485c] = "\x65\x58", - [0x485d] = "\x65\x59", [0x485e] = "\x65\x5a", [0x485f] = "\x65\x5b", - [0x4860] = "\x65\x5c", [0x4861] = "\x65\x5d", [0x4862] = "\x65\x5e", - [0x4863] = "\x65\x5f", [0x4864] = "\x65\x60", [0x4865] = "\x65\x61", - [0x4866] = "\x65\x62", [0x4867] = "\x65\x63", [0x4868] = "\x65\x64", - [0x4869] = "\x65\x65", [0x486a] = "\x65\x66", [0x486b] = "\x65\x67", - [0x486c] = "\x65\x68", [0x486d] = "\x65\x69", [0x486e] = "\x65\x6a", - [0x486f] = "\x65\x6b", [0x4870] = "\x65\x6c", [0x4871] = "\x65\x6d", - [0x4872] = "\x65\x6e", [0x4873] = "\x65\x6f", [0x4874] = "\x65\x70", - [0x4875] = "\x65\x71", [0x4876] = "\x65\x72", [0x4877] = "\x65\x73", - [0x4878] = "\x65\x74", [0x4879] = "\x65\x75", [0x487a] = "\x65\x76", - [0x487b] = "\x65\x77", [0x487c] = "\x65\x78", [0x487d] = "\x65\x79", - [0x487e] = "\x65\x7a", [0x487f] = "\x65\x7b", [0x4880] = "\x65\x7c", - [0x4881] = "\x65\x7d", [0x4882] = "\x65\x7e", [0x4883] = "\x65\x7f", - [0x4884] = "\x65\x80", [0x4885] = "\x65\x81", [0x4886] = "\x65\x82", - [0x4887] = "\x65\x83", [0x4888] = "\x65\x84", [0x4889] = "\x65\x85", - [0x488a] = "\x65\x86", [0x488b] = "\x65\x87", [0x488c] = "\x65\x88", - [0x488d] = "\x65\x89", [0x488e] = "\x65\x8a", [0x488f] = "\x65\x8b", - [0x4890] = "\x65\x8c", [0x4891] = "\x65\x8d", [0x4892] = "\x65\x8e", - [0x4893] = "\x65\x8f", [0x4894] = "\x65\x90", [0x4895] = "\x65\x91", - [0x4896] = "\x65\x92", [0x4897] = "\x65\x93", [0x4898] = "\x65\x94", - [0x4899] = "\x65\x95", [0x489a] = "\x65\x96", [0x489b] = "\x65\x97", - [0x489c] = "\x65\x98", [0x489d] = "\x65\x99", [0x489e] = "\x65\x9a", - [0x489f] = "\x65\x9b", [0x48a0] = "\x65\x9c", [0x48a1] = "\x65\x9d", - [0x48a2] = "\x65\x9e", [0x48a3] = "\x65\x9f", [0x48a4] = "\x65\xa0", - [0x48a5] = "\x65\xa1", [0x48a6] = "\x65\xa2", [0x48a7] = "\x65\xa3", - [0x48a8] = "\x65\xa4", [0x48a9] = "\x65\xa5", [0x48aa] = "\x65\xa6", - [0x48ab] = "\x65\xa7", [0x48ac] = "\x65\xa8", [0x48ad] = "\x65\xa9", - [0x48ae] = "\x65\xaa", [0x48af] = "\x65\xab", [0x48b0] = "\x65\xac", - [0x48b1] = "\x65\xad", [0x48b2] = "\x65\xae", [0x48b3] = "\x65\xaf", - [0x48b4] = "\x65\xb0", [0x48b5] = "\x65\xb1", [0x48b6] = "\x65\xb2", - [0x48b7] = "\x65\xb3", [0x48b8] = "\x65\xb4", [0x48b9] = "\x65\xb5", - [0x48ba] = "\x65\xb6", [0x48bb] = "\x65\xb7", [0x48bc] = "\x65\xb8", - [0x48bd] = "\x65\xb9", [0x48be] = "\x65\xba", [0x48bf] = "\x65\xbb", - [0x48c0] = "\x65\xbc", [0x48c1] = "\x65\xbd", [0x48c2] = "\x65\xbe", - [0x48c3] = "\x65\xbf", [0x48c4] = "\x65\xc0", [0x48c5] = "\x65\xc1", - [0x48c6] = "\x65\xc2", [0x48c7] = "\xfe\x85", [0x48c8] = "\x65\xc3", - [0x48c9] = "\x65\xc4", [0x48ca] = "\x65\xc5", [0x48cb] = "\x65\xc6", - [0x48cc] = "\x65\xc7", [0x48cd] = "\x65\xc8", [0x48ce] = "\x65\xc9", - [0x48cf] = "\x65\xca", [0x48d0] = "\x65\xcb", [0x48d1] = "\x65\xcc", - [0x48d2] = "\x65\xcd", [0x48d3] = "\x65\xce", [0x48d4] = "\x65\xcf", - [0x48d5] = "\x65\xd0", [0x48d6] = "\x65\xd1", [0x48d7] = "\x65\xd2", - [0x48d8] = "\x65\xd3", [0x48d9] = "\x65\xd4", [0x48da] = "\x65\xd5", - [0x48db] = "\x65\xd6", [0x48dc] = "\x65\xd7", [0x48dd] = "\x65\xd8", - [0x48de] = "\x65\xd9", [0x48df] = "\x65\xda", [0x48e0] = "\x65\xdb", - [0x48e1] = "\x65\xdc", [0x48e2] = "\x65\xdd", [0x48e3] = "\x65\xde", - [0x48e4] = "\x65\xdf", [0x48e5] = "\x65\xe0", [0x48e6] = "\x65\xe1", - [0x48e7] = "\x65\xe2", [0x48e8] = "\x65\xe3", [0x48e9] = "\x65\xe4", - [0x48ea] = "\x65\xe5", [0x48eb] = "\x65\xe6", [0x48ec] = "\x65\xe7", - [0x48ed] = "\x65\xe8", [0x48ee] = "\x65\xe9", [0x48ef] = "\x65\xea", - [0x48f0] = "\x65\xeb", [0x48f1] = "\x65\xec", [0x48f2] = "\x65\xed", - [0x48f3] = "\x65\xee", [0x48f4] = "\x65\xef", [0x48f5] = "\x65\xf0", - [0x48f6] = "\x65\xf1", [0x48f7] = "\x65\xf2", [0x48f8] = "\x65\xf3", - [0x48f9] = "\x65\xf4", [0x48fa] = "\xfe\x86", [0x48fb] = "\x65\xf5", - [0x48fc] = "\x65\xf6", [0x48fd] = "\xfe\x87", [0x48fe] = "\x65\xf7", - [0x48ff] = "\x65\xf8", [0x4900] = "\x65\xf9", [0x4901] = "\x65\xfa", - [0x4902] = "\xfe\x88", [0x4903] = "\xfe\x89", [0x4904] = "\x65\xfb", - [0x4905] = "\xfe\x8a", [0x4906] = "\xfe\x8b", [0x4907] = "\x65\xfc", - [0x4908] = "\x65\xfd", [0x4909] = "\x65\xfe", [0x490a] = "\x65\xff", - [0x490b] = "\x66\x00", [0x490c] = "\x66\x01", [0x490d] = "\x66\x02", - [0x490e] = "\x66\x03", [0x490f] = "\x66\x04", [0x4910] = "\x66\x05", - [0x4911] = "\x66\x06", [0x4912] = "\x66\x07", [0x4913] = "\x66\x08", - [0x4914] = "\x66\x09", [0x4915] = "\x66\x0a", [0x4916] = "\x66\x0b", - [0x4917] = "\x66\x0c", [0x4918] = "\x66\x0d", [0x4919] = "\x66\x0e", - [0x491a] = "\x66\x0f", [0x491b] = "\xfe\x8d", [0x491c] = "\x66\x10", - [0x491d] = "\x66\x11", [0x491e] = "\x66\x12", [0x491f] = "\xfe\x8c", - [0x4920] = "\x66\x13", [0x4921] = "\x66\x14", [0x4922] = "\x66\x15", - [0x4923] = "\x66\x16", [0x4924] = "\x66\x17", [0x4925] = "\x66\x18", - [0x4926] = "\x66\x19", [0x4927] = "\x66\x1a", [0x4928] = "\x66\x1b", - [0x4929] = "\x66\x1c", [0x492a] = "\x66\x1d", [0x492b] = "\x66\x1e", - [0x492c] = "\x66\x1f", [0x492d] = "\x66\x20", [0x492e] = "\x66\x21", - [0x492f] = "\x66\x22", [0x4930] = "\x66\x23", [0x4931] = "\x66\x24", - [0x4932] = "\x66\x25", [0x4933] = "\x66\x26", [0x4934] = "\x66\x27", - [0x4935] = "\x66\x28", [0x4936] = "\xfe\x8f", [0x4937] = "\xfe\x8e", - [0x4938] = "\x66\x29", [0x4939] = "\x66\x2a", [0x493a] = "\x66\x2b", - [0x493b] = "\x66\x2c", [0x493c] = "\x66\x2d", [0x493d] = "\x66\x2e", - [0x493e] = "\x66\x2f", [0x493f] = "\x66\x30", [0x4940] = "\x66\x31", - [0x4941] = "\x66\x32", [0x4942] = "\x66\x33", [0x4943] = "\x66\x34", - [0x4944] = "\x66\x35", [0x4945] = "\x66\x36", [0x4946] = "\x66\x37", - [0x4947] = "\x66\x38", [0x4948] = "\x66\x39", [0x4949] = "\x66\x3a", - [0x494a] = "\x66\x3b", [0x494b] = "\x66\x3c", [0x494c] = "\x66\x3d", - [0x494d] = "\x66\x3e", [0x494e] = "\x66\x3f", [0x494f] = "\x66\x40", - [0x4950] = "\x66\x41", [0x4951] = "\x66\x42", [0x4952] = "\x66\x43", - [0x4953] = "\x66\x44", [0x4954] = "\x66\x45", [0x4955] = "\x66\x46", - [0x4956] = "\x66\x47", [0x4957] = "\x66\x48", [0x4958] = "\x66\x49", - [0x4959] = "\x66\x4a", [0x495a] = "\x66\x4b", [0x495b] = "\x66\x4c", - [0x495c] = "\x66\x4d", [0x495d] = "\x66\x4e", [0x495e] = "\x66\x4f", - [0x495f] = "\x66\x50", [0x4960] = "\x66\x51", [0x4961] = "\x66\x52", - [0x4962] = "\x66\x53", [0x4963] = "\x66\x54", [0x4964] = "\x66\x55", - [0x4965] = "\x66\x56", [0x4966] = "\x66\x57", [0x4967] = "\x66\x58", - [0x4968] = "\x66\x59", [0x4969] = "\x66\x5a", [0x496a] = "\x66\x5b", - [0x496b] = "\x66\x5c", [0x496c] = "\x66\x5d", [0x496d] = "\x66\x5e", - [0x496e] = "\x66\x5f", [0x496f] = "\x66\x60", [0x4970] = "\x66\x61", - [0x4971] = "\x66\x62", [0x4972] = "\x66\x63", [0x4973] = "\x66\x64", - [0x4974] = "\x66\x65", [0x4975] = "\x66\x66", [0x4976] = "\x66\x67", - [0x4977] = "\x66\x68", [0x4978] = "\x66\x69", [0x4979] = "\x66\x6a", - [0x497a] = "\x66\x6b", [0x497b] = "\x66\x6c", [0x497c] = "\x66\x6d", - [0x497d] = "\x66\x6e", [0x497e] = "\x66\x6f", [0x497f] = "\x66\x70", - [0x4980] = "\x66\x71", [0x4981] = "\x66\x72", [0x4982] = "\x66\x73", - [0x4983] = "\x66\x74", [0x4984] = "\x66\x75", [0x4985] = "\x66\x76", - [0x4986] = "\x66\x77", [0x4987] = "\x66\x78", [0x4988] = "\x66\x79", - [0x4989] = "\x66\x7a", [0x498a] = "\x66\x7b", [0x498b] = "\x66\x7c", - [0x498c] = "\x66\x7d", [0x498d] = "\x66\x7e", [0x498e] = "\x66\x7f", - [0x498f] = "\x66\x80", [0x4990] = "\x66\x81", [0x4991] = "\x66\x82", - [0x4992] = "\x66\x83", [0x4993] = "\x66\x84", [0x4994] = "\x66\x85", - [0x4995] = "\x66\x86", [0x4996] = "\x66\x87", [0x4997] = "\x66\x88", - [0x4998] = "\x66\x89", [0x4999] = "\x66\x8a", [0x499a] = "\x66\x8b", - [0x499b] = "\x66\x8c", [0x499c] = "\x66\x8d", [0x499d] = "\x66\x8e", - [0x499e] = "\x66\x8f", [0x499f] = "\x66\x90", [0x49a0] = "\x66\x91", - [0x49a1] = "\x66\x92", [0x49a2] = "\x66\x93", [0x49a3] = "\x66\x94", - [0x49a4] = "\x66\x95", [0x49a5] = "\x66\x96", [0x49a6] = "\x66\x97", - [0x49a7] = "\x66\x98", [0x49a8] = "\x66\x99", [0x49a9] = "\x66\x9a", - [0x49aa] = "\x66\x9b", [0x49ab] = "\x66\x9c", [0x49ac] = "\x66\x9d", - [0x49ad] = "\x66\x9e", [0x49ae] = "\x66\x9f", [0x49af] = "\x66\xa0", - [0x49b0] = "\x66\xa1", [0x49b1] = "\x66\xa2", [0x49b2] = "\x66\xa3", - [0x49b3] = "\x66\xa4", [0x49b4] = "\x66\xa5", [0x49b5] = "\x66\xa6", - [0x49b6] = "\x66\xa7", [0x49b7] = "\x66\xa8", [0x49b8] = "\x66\xa9", - [0x49b9] = "\x66\xaa", [0x49ba] = "\x66\xab", [0x49bb] = "\x66\xac", - [0x49bc] = "\x66\xad", [0x49bd] = "\x66\xae", [0x49be] = "\x66\xaf", - [0x49bf] = "\x66\xb0", [0x49c0] = "\x66\xb1", [0x49c1] = "\x66\xb2", - [0x49c2] = "\x66\xb3", [0x49c3] = "\x66\xb4", [0x49c4] = "\x66\xb5", - [0x49c5] = "\x66\xb6", [0x49c6] = "\x66\xb7", [0x49c7] = "\x66\xb8", - [0x49c8] = "\x66\xb9", [0x49c9] = "\x66\xba", [0x49ca] = "\x66\xbb", - [0x49cb] = "\x66\xbc", [0x49cc] = "\x66\xbd", [0x49cd] = "\x66\xbe", - [0x49ce] = "\x66\xbf", [0x49cf] = "\x66\xc0", [0x49d0] = "\x66\xc1", - [0x49d1] = "\x66\xc2", [0x49d2] = "\x66\xc3", [0x49d3] = "\x66\xc4", - [0x49d4] = "\x66\xc5", [0x49d5] = "\x66\xc6", [0x49d6] = "\x66\xc7", - [0x49d7] = "\x66\xc8", [0x49d8] = "\x66\xc9", [0x49d9] = "\x66\xca", - [0x49da] = "\x66\xcb", [0x49db] = "\x66\xcc", [0x49dc] = "\x66\xcd", - [0x49dd] = "\x66\xce", [0x49de] = "\x66\xcf", [0x49df] = "\x66\xd0", - [0x49e0] = "\x66\xd1", [0x49e1] = "\x66\xd2", [0x49e2] = "\x66\xd3", - [0x49e3] = "\x66\xd4", [0x49e4] = "\x66\xd5", [0x49e5] = "\x66\xd6", - [0x49e6] = "\x66\xd7", [0x49e7] = "\x66\xd8", [0x49e8] = "\x66\xd9", - [0x49e9] = "\x66\xda", [0x49ea] = "\x66\xdb", [0x49eb] = "\x66\xdc", - [0x49ec] = "\x66\xdd", [0x49ed] = "\x66\xde", [0x49ee] = "\x66\xdf", - [0x49ef] = "\x66\xe0", [0x49f0] = "\x66\xe1", [0x49f1] = "\x66\xe2", - [0x49f2] = "\x66\xe3", [0x49f3] = "\x66\xe4", [0x49f4] = "\x66\xe5", - [0x49f5] = "\x66\xe6", [0x49f6] = "\x66\xe7", [0x49f7] = "\x66\xe8", - [0x49f8] = "\x66\xe9", [0x49f9] = "\x66\xea", [0x49fa] = "\x66\xeb", - [0x49fb] = "\x66\xec", [0x49fc] = "\x66\xed", [0x49fd] = "\x66\xee", - [0x49fe] = "\x66\xef", [0x49ff] = "\x66\xf0", [0x4a00] = "\x66\xf1", - [0x4a01] = "\x66\xf2", [0x4a02] = "\x66\xf3", [0x4a03] = "\x66\xf4", - [0x4a04] = "\x66\xf5", [0x4a05] = "\x66\xf6", [0x4a06] = "\x66\xf7", - [0x4a07] = "\x66\xf8", [0x4a08] = "\x66\xf9", [0x4a09] = "\x66\xfa", - [0x4a0a] = "\x66\xfb", [0x4a0b] = "\x66\xfc", [0x4a0c] = "\x66\xfd", - [0x4a0d] = "\x66\xfe", [0x4a0e] = "\x66\xff", [0x4a0f] = "\x67\x00", - [0x4a10] = "\x67\x01", [0x4a11] = "\x67\x02", [0x4a12] = "\x67\x03", - [0x4a13] = "\x67\x04", [0x4a14] = "\x67\x05", [0x4a15] = "\x67\x06", - [0x4a16] = "\x67\x07", [0x4a17] = "\x67\x08", [0x4a18] = "\x67\x09", - [0x4a19] = "\x67\x0a", [0x4a1a] = "\x67\x0b", [0x4a1b] = "\x67\x0c", - [0x4a1c] = "\x67\x0d", [0x4a1d] = "\x67\x0e", [0x4a1e] = "\x67\x0f", - [0x4a1f] = "\x67\x10", [0x4a20] = "\x67\x11", [0x4a21] = "\x67\x12", - [0x4a22] = "\x67\x13", [0x4a23] = "\x67\x14", [0x4a24] = "\x67\x15", - [0x4a25] = "\x67\x16", [0x4a26] = "\x67\x17", [0x4a27] = "\x67\x18", - [0x4a28] = "\x67\x19", [0x4a29] = "\x67\x1a", [0x4a2a] = "\x67\x1b", - [0x4a2b] = "\x67\x1c", [0x4a2c] = "\x67\x1d", [0x4a2d] = "\x67\x1e", - [0x4a2e] = "\x67\x1f", [0x4a2f] = "\x67\x20", [0x4a30] = "\x67\x21", - [0x4a31] = "\x67\x22", [0x4a32] = "\x67\x23", [0x4a33] = "\x67\x24", - [0x4a34] = "\x67\x25", [0x4a35] = "\x67\x26", [0x4a36] = "\x67\x27", - [0x4a37] = "\x67\x28", [0x4a38] = "\x67\x29", [0x4a39] = "\x67\x2a", - [0x4a3a] = "\x67\x2b", [0x4a3b] = "\x67\x2c", [0x4a3c] = "\x67\x2d", - [0x4a3d] = "\x67\x2e", [0x4a3e] = "\x67\x2f", [0x4a3f] = "\x67\x30", - [0x4a40] = "\x67\x31", [0x4a41] = "\x67\x32", [0x4a42] = "\x67\x33", - [0x4a43] = "\x67\x34", [0x4a44] = "\x67\x35", [0x4a45] = "\x67\x36", - [0x4a46] = "\x67\x37", [0x4a47] = "\x67\x38", [0x4a48] = "\x67\x39", - [0x4a49] = "\x67\x3a", [0x4a4a] = "\x67\x3b", [0x4a4b] = "\x67\x3c", - [0x4a4c] = "\x67\x3d", [0x4a4d] = "\x67\x3e", [0x4a4e] = "\x67\x3f", - [0x4a4f] = "\x67\x40", [0x4a50] = "\x67\x41", [0x4a51] = "\x67\x42", - [0x4a52] = "\x67\x43", [0x4a53] = "\x67\x44", [0x4a54] = "\x67\x45", - [0x4a55] = "\x67\x46", [0x4a56] = "\x67\x47", [0x4a57] = "\x67\x48", - [0x4a58] = "\x67\x49", [0x4a59] = "\x67\x4a", [0x4a5a] = "\x67\x4b", - [0x4a5b] = "\x67\x4c", [0x4a5c] = "\x67\x4d", [0x4a5d] = "\x67\x4e", - [0x4a5e] = "\x67\x4f", [0x4a5f] = "\x67\x50", [0x4a60] = "\x67\x51", - [0x4a61] = "\x67\x52", [0x4a62] = "\x67\x53", [0x4a63] = "\x67\x54", - [0x4a64] = "\x67\x55", [0x4a65] = "\x67\x56", [0x4a66] = "\x67\x57", - [0x4a67] = "\x67\x58", [0x4a68] = "\x67\x59", [0x4a69] = "\x67\x5a", - [0x4a6a] = "\x67\x5b", [0x4a6b] = "\x67\x5c", [0x4a6c] = "\x67\x5d", - [0x4a6d] = "\x67\x5e", [0x4a6e] = "\x67\x5f", [0x4a6f] = "\x67\x60", - [0x4a70] = "\x67\x61", [0x4a71] = "\x67\x62", [0x4a72] = "\x67\x63", - [0x4a73] = "\x67\x64", [0x4a74] = "\x67\x65", [0x4a75] = "\x67\x66", - [0x4a76] = "\x67\x67", [0x4a77] = "\x67\x68", [0x4a78] = "\x67\x69", - [0x4a79] = "\x67\x6a", [0x4a7a] = "\x67\x6b", [0x4a7b] = "\x67\x6c", - [0x4a7c] = "\x67\x6d", [0x4a7d] = "\x67\x6e", [0x4a7e] = "\x67\x6f", - [0x4a7f] = "\x67\x70", [0x4a80] = "\x67\x71", [0x4a81] = "\x67\x72", - [0x4a82] = "\x67\x73", [0x4a83] = "\x67\x74", [0x4a84] = "\x67\x75", - [0x4a85] = "\x67\x76", [0x4a86] = "\x67\x77", [0x4a87] = "\x67\x78", - [0x4a88] = "\x67\x79", [0x4a89] = "\x67\x7a", [0x4a8a] = "\x67\x7b", - [0x4a8b] = "\x67\x7c", [0x4a8c] = "\x67\x7d", [0x4a8d] = "\x67\x7e", - [0x4a8e] = "\x67\x7f", [0x4a8f] = "\x67\x80", [0x4a90] = "\x67\x81", - [0x4a91] = "\x67\x82", [0x4a92] = "\x67\x83", [0x4a93] = "\x67\x84", - [0x4a94] = "\x67\x85", [0x4a95] = "\x67\x86", [0x4a96] = "\x67\x87", - [0x4a97] = "\x67\x88", [0x4a98] = "\x67\x89", [0x4a99] = "\x67\x8a", - [0x4a9a] = "\x67\x8b", [0x4a9b] = "\x67\x8c", [0x4a9c] = "\x67\x8d", - [0x4a9d] = "\x67\x8e", [0x4a9e] = "\x67\x8f", [0x4a9f] = "\x67\x90", - [0x4aa0] = "\x67\x91", [0x4aa1] = "\x67\x92", [0x4aa2] = "\x67\x93", - [0x4aa3] = "\x67\x94", [0x4aa4] = "\x67\x95", [0x4aa5] = "\x67\x96", - [0x4aa6] = "\x67\x97", [0x4aa7] = "\x67\x98", [0x4aa8] = "\x67\x99", - [0x4aa9] = "\x67\x9a", [0x4aaa] = "\x67\x9b", [0x4aab] = "\x67\x9c", - [0x4aac] = "\x67\x9d", [0x4aad] = "\x67\x9e", [0x4aae] = "\x67\x9f", - [0x4aaf] = "\x67\xa0", [0x4ab0] = "\x67\xa1", [0x4ab1] = "\x67\xa2", - [0x4ab2] = "\x67\xa3", [0x4ab3] = "\x67\xa4", [0x4ab4] = "\x67\xa5", - [0x4ab5] = "\x67\xa6", [0x4ab6] = "\x67\xa7", [0x4ab7] = "\x67\xa8", - [0x4ab8] = "\x67\xa9", [0x4ab9] = "\x67\xaa", [0x4aba] = "\x67\xab", - [0x4abb] = "\x67\xac", [0x4abc] = "\x67\xad", [0x4abd] = "\x67\xae", - [0x4abe] = "\x67\xaf", [0x4abf] = "\x67\xb0", [0x4ac0] = "\x67\xb1", - [0x4ac1] = "\x67\xb2", [0x4ac2] = "\x67\xb3", [0x4ac3] = "\x67\xb4", - [0x4ac4] = "\x67\xb5", [0x4ac5] = "\x67\xb6", [0x4ac6] = "\x67\xb7", - [0x4ac7] = "\x67\xb8", [0x4ac8] = "\x67\xb9", [0x4ac9] = "\x67\xba", - [0x4aca] = "\x67\xbb", [0x4acb] = "\x67\xbc", [0x4acc] = "\x67\xbd", - [0x4acd] = "\x67\xbe", [0x4ace] = "\x67\xbf", [0x4acf] = "\x67\xc0", - [0x4ad0] = "\x67\xc1", [0x4ad1] = "\x67\xc2", [0x4ad2] = "\x67\xc3", - [0x4ad3] = "\x67\xc4", [0x4ad4] = "\x67\xc5", [0x4ad5] = "\x67\xc6", - [0x4ad6] = "\x67\xc7", [0x4ad7] = "\x67\xc8", [0x4ad8] = "\x67\xc9", - [0x4ad9] = "\x67\xca", [0x4ada] = "\x67\xcb", [0x4adb] = "\x67\xcc", - [0x4adc] = "\x67\xcd", [0x4add] = "\x67\xce", [0x4ade] = "\x67\xcf", - [0x4adf] = "\x67\xd0", [0x4ae0] = "\x67\xd1", [0x4ae1] = "\x67\xd2", - [0x4ae2] = "\x67\xd3", [0x4ae3] = "\x67\xd4", [0x4ae4] = "\x67\xd5", - [0x4ae5] = "\x67\xd6", [0x4ae6] = "\x67\xd7", [0x4ae7] = "\x67\xd8", - [0x4ae8] = "\x67\xd9", [0x4ae9] = "\x67\xda", [0x4aea] = "\x67\xdb", - [0x4aeb] = "\x67\xdc", [0x4aec] = "\x67\xdd", [0x4aed] = "\x67\xde", - [0x4aee] = "\x67\xdf", [0x4aef] = "\x67\xe0", [0x4af0] = "\x67\xe1", - [0x4af1] = "\x67\xe2", [0x4af2] = "\x67\xe3", [0x4af3] = "\x67\xe4", - [0x4af4] = "\x67\xe5", [0x4af5] = "\x67\xe6", [0x4af6] = "\x67\xe7", - [0x4af7] = "\x67\xe8", [0x4af8] = "\x67\xe9", [0x4af9] = "\x67\xea", - [0x4afa] = "\x67\xeb", [0x4afb] = "\x67\xec", [0x4afc] = "\x67\xed", - [0x4afd] = "\x67\xee", [0x4afe] = "\x67\xef", [0x4aff] = "\x67\xf0", - [0x4b00] = "\x67\xf1", [0x4b01] = "\x67\xf2", [0x4b02] = "\x67\xf3", - [0x4b03] = "\x67\xf4", [0x4b04] = "\x67\xf5", [0x4b05] = "\x67\xf6", - [0x4b06] = "\x67\xf7", [0x4b07] = "\x67\xf8", [0x4b08] = "\x67\xf9", - [0x4b09] = "\x67\xfa", [0x4b0a] = "\x67\xfb", [0x4b0b] = "\x67\xfc", - [0x4b0c] = "\x67\xfd", [0x4b0d] = "\x67\xfe", [0x4b0e] = "\x67\xff", - [0x4b0f] = "\x68\x00", [0x4b10] = "\x68\x01", [0x4b11] = "\x68\x02", - [0x4b12] = "\x68\x03", [0x4b13] = "\x68\x04", [0x4b14] = "\x68\x05", - [0x4b15] = "\x68\x06", [0x4b16] = "\x68\x07", [0x4b17] = "\x68\x08", - [0x4b18] = "\x68\x09", [0x4b19] = "\x68\x0a", [0x4b1a] = "\x68\x0b", - [0x4b1b] = "\x68\x0c", [0x4b1c] = "\x68\x0d", [0x4b1d] = "\x68\x0e", - [0x4b1e] = "\x68\x0f", [0x4b1f] = "\x68\x10", [0x4b20] = "\x68\x11", - [0x4b21] = "\x68\x12", [0x4b22] = "\x68\x13", [0x4b23] = "\x68\x14", - [0x4b24] = "\x68\x15", [0x4b25] = "\x68\x16", [0x4b26] = "\x68\x17", - [0x4b27] = "\x68\x18", [0x4b28] = "\x68\x19", [0x4b29] = "\x68\x1a", - [0x4b2a] = "\x68\x1b", [0x4b2b] = "\x68\x1c", [0x4b2c] = "\x68\x1d", - [0x4b2d] = "\x68\x1e", [0x4b2e] = "\x68\x1f", [0x4b2f] = "\x68\x20", - [0x4b30] = "\x68\x21", [0x4b31] = "\x68\x22", [0x4b32] = "\x68\x23", - [0x4b33] = "\x68\x24", [0x4b34] = "\x68\x25", [0x4b35] = "\x68\x26", - [0x4b36] = "\x68\x27", [0x4b37] = "\x68\x28", [0x4b38] = "\x68\x29", - [0x4b39] = "\x68\x2a", [0x4b3a] = "\x68\x2b", [0x4b3b] = "\x68\x2c", - [0x4b3c] = "\x68\x2d", [0x4b3d] = "\x68\x2e", [0x4b3e] = "\x68\x2f", - [0x4b3f] = "\x68\x30", [0x4b40] = "\x68\x31", [0x4b41] = "\x68\x32", - [0x4b42] = "\x68\x33", [0x4b43] = "\x68\x34", [0x4b44] = "\x68\x35", - [0x4b45] = "\x68\x36", [0x4b46] = "\x68\x37", [0x4b47] = "\x68\x38", - [0x4b48] = "\x68\x39", [0x4b49] = "\x68\x3a", [0x4b4a] = "\x68\x3b", - [0x4b4b] = "\x68\x3c", [0x4b4c] = "\x68\x3d", [0x4b4d] = "\x68\x3e", - [0x4b4e] = "\x68\x3f", [0x4b4f] = "\x68\x40", [0x4b50] = "\x68\x41", - [0x4b51] = "\x68\x42", [0x4b52] = "\x68\x43", [0x4b53] = "\x68\x44", - [0x4b54] = "\x68\x45", [0x4b55] = "\x68\x46", [0x4b56] = "\x68\x47", - [0x4b57] = "\x68\x48", [0x4b58] = "\x68\x49", [0x4b59] = "\x68\x4a", - [0x4b5a] = "\x68\x4b", [0x4b5b] = "\x68\x4c", [0x4b5c] = "\x68\x4d", - [0x4b5d] = "\x68\x4e", [0x4b5e] = "\x68\x4f", [0x4b5f] = "\x68\x50", - [0x4b60] = "\x68\x51", [0x4b61] = "\x68\x52", [0x4b62] = "\x68\x53", - [0x4b63] = "\x68\x54", [0x4b64] = "\x68\x55", [0x4b65] = "\x68\x56", - [0x4b66] = "\x68\x57", [0x4b67] = "\x68\x58", [0x4b68] = "\x68\x59", - [0x4b69] = "\x68\x5a", [0x4b6a] = "\x68\x5b", [0x4b6b] = "\x68\x5c", - [0x4b6c] = "\x68\x5d", [0x4b6d] = "\x68\x5e", [0x4b6e] = "\x68\x5f", - [0x4b6f] = "\x68\x60", [0x4b70] = "\x68\x61", [0x4b71] = "\x68\x62", - [0x4b72] = "\x68\x63", [0x4b73] = "\x68\x64", [0x4b74] = "\x68\x65", - [0x4b75] = "\x68\x66", [0x4b76] = "\x68\x67", [0x4b77] = "\x68\x68", - [0x4b78] = "\x68\x69", [0x4b79] = "\x68\x6a", [0x4b7a] = "\x68\x6b", - [0x4b7b] = "\x68\x6c", [0x4b7c] = "\x68\x6d", [0x4b7d] = "\x68\x6e", - [0x4b7e] = "\x68\x6f", [0x4b7f] = "\x68\x70", [0x4b80] = "\x68\x71", - [0x4b81] = "\x68\x72", [0x4b82] = "\x68\x73", [0x4b83] = "\x68\x74", - [0x4b84] = "\x68\x75", [0x4b85] = "\x68\x76", [0x4b86] = "\x68\x77", - [0x4b87] = "\x68\x78", [0x4b88] = "\x68\x79", [0x4b89] = "\x68\x7a", - [0x4b8a] = "\x68\x7b", [0x4b8b] = "\x68\x7c", [0x4b8c] = "\x68\x7d", - [0x4b8d] = "\x68\x7e", [0x4b8e] = "\x68\x7f", [0x4b8f] = "\x68\x80", - [0x4b90] = "\x68\x81", [0x4b91] = "\x68\x82", [0x4b92] = "\x68\x83", - [0x4b93] = "\x68\x84", [0x4b94] = "\x68\x85", [0x4b95] = "\x68\x86", - [0x4b96] = "\x68\x87", [0x4b97] = "\x68\x88", [0x4b98] = "\x68\x89", - [0x4b99] = "\x68\x8a", [0x4b9a] = "\x68\x8b", [0x4b9b] = "\x68\x8c", - [0x4b9c] = "\x68\x8d", [0x4b9d] = "\x68\x8e", [0x4b9e] = "\x68\x8f", - [0x4b9f] = "\x68\x90", [0x4ba0] = "\x68\x91", [0x4ba1] = "\x68\x92", - [0x4ba2] = "\x68\x93", [0x4ba3] = "\x68\x94", [0x4ba4] = "\x68\x95", - [0x4ba5] = "\x68\x96", [0x4ba6] = "\x68\x97", [0x4ba7] = "\x68\x98", - [0x4ba8] = "\x68\x99", [0x4ba9] = "\x68\x9a", [0x4baa] = "\x68\x9b", - [0x4bab] = "\x68\x9c", [0x4bac] = "\x68\x9d", [0x4bad] = "\x68\x9e", - [0x4bae] = "\x68\x9f", [0x4baf] = "\x68\xa0", [0x4bb0] = "\x68\xa1", - [0x4bb1] = "\x68\xa2", [0x4bb2] = "\x68\xa3", [0x4bb3] = "\x68\xa4", - [0x4bb4] = "\x68\xa5", [0x4bb5] = "\x68\xa6", [0x4bb6] = "\x68\xa7", - [0x4bb7] = "\x68\xa8", [0x4bb8] = "\x68\xa9", [0x4bb9] = "\x68\xaa", - [0x4bba] = "\x68\xab", [0x4bbb] = "\x68\xac", [0x4bbc] = "\x68\xad", - [0x4bbd] = "\x68\xae", [0x4bbe] = "\x68\xaf", [0x4bbf] = "\x68\xb0", - [0x4bc0] = "\x68\xb1", [0x4bc1] = "\x68\xb2", [0x4bc2] = "\x68\xb3", - [0x4bc3] = "\x68\xb4", [0x4bc4] = "\x68\xb5", [0x4bc5] = "\x68\xb6", - [0x4bc6] = "\x68\xb7", [0x4bc7] = "\x68\xb8", [0x4bc8] = "\x68\xb9", - [0x4bc9] = "\x68\xba", [0x4bca] = "\x68\xbb", [0x4bcb] = "\x68\xbc", - [0x4bcc] = "\x68\xbd", [0x4bcd] = "\x68\xbe", [0x4bce] = "\x68\xbf", - [0x4bcf] = "\x68\xc0", [0x4bd0] = "\x68\xc1", [0x4bd1] = "\x68\xc2", - [0x4bd2] = "\x68\xc3", [0x4bd3] = "\x68\xc4", [0x4bd4] = "\x68\xc5", - [0x4bd5] = "\x68\xc6", [0x4bd6] = "\x68\xc7", [0x4bd7] = "\x68\xc8", - [0x4bd8] = "\x68\xc9", [0x4bd9] = "\x68\xca", [0x4bda] = "\x68\xcb", - [0x4bdb] = "\x68\xcc", [0x4bdc] = "\x68\xcd", [0x4bdd] = "\x68\xce", - [0x4bde] = "\x68\xcf", [0x4bdf] = "\x68\xd0", [0x4be0] = "\x68\xd1", - [0x4be1] = "\x68\xd2", [0x4be2] = "\x68\xd3", [0x4be3] = "\x68\xd4", - [0x4be4] = "\x68\xd5", [0x4be5] = "\x68\xd6", [0x4be6] = "\x68\xd7", - [0x4be7] = "\x68\xd8", [0x4be8] = "\x68\xd9", [0x4be9] = "\x68\xda", - [0x4bea] = "\x68\xdb", [0x4beb] = "\x68\xdc", [0x4bec] = "\x68\xdd", - [0x4bed] = "\x68\xde", [0x4bee] = "\x68\xdf", [0x4bef] = "\x68\xe0", - [0x4bf0] = "\x68\xe1", [0x4bf1] = "\x68\xe2", [0x4bf2] = "\x68\xe3", - [0x4bf3] = "\x68\xe4", [0x4bf4] = "\x68\xe5", [0x4bf5] = "\x68\xe6", - [0x4bf6] = "\x68\xe7", [0x4bf7] = "\xfe\x96", [0x4bf8] = "\x68\xe8", - [0x4bf9] = "\x68\xe9", [0x4bfa] = "\x68\xea", [0x4bfb] = "\x68\xeb", - [0x4bfc] = "\x68\xec", [0x4bfd] = "\x68\xed", [0x4bfe] = "\x68\xee", - [0x4bff] = "\x68\xef", [0x4c00] = "\x68\xf0", [0x4c01] = "\x68\xf1", - [0x4c02] = "\x68\xf2", [0x4c03] = "\x68\xf3", [0x4c04] = "\x68\xf4", - [0x4c05] = "\x68\xf5", [0x4c06] = "\x68\xf6", [0x4c07] = "\x68\xf7", - [0x4c08] = "\x68\xf8", [0x4c09] = "\x68\xf9", [0x4c0a] = "\x68\xfa", - [0x4c0b] = "\x68\xfb", [0x4c0c] = "\x68\xfc", [0x4c0d] = "\x68\xfd", - [0x4c0e] = "\x68\xfe", [0x4c0f] = "\x68\xff", [0x4c10] = "\x69\x00", - [0x4c11] = "\x69\x01", [0x4c12] = "\x69\x02", [0x4c13] = "\x69\x03", - [0x4c14] = "\x69\x04", [0x4c15] = "\x69\x05", [0x4c16] = "\x69\x06", - [0x4c17] = "\x69\x07", [0x4c18] = "\x69\x08", [0x4c19] = "\x69\x09", - [0x4c1a] = "\x69\x0a", [0x4c1b] = "\x69\x0b", [0x4c1c] = "\x69\x0c", - [0x4c1d] = "\x69\x0d", [0x4c1e] = "\x69\x0e", [0x4c1f] = "\xfe\x93", - [0x4c20] = "\xfe\x94", [0x4c21] = "\xfe\x95", [0x4c22] = "\xfe\x97", - [0x4c23] = "\xfe\x92", [0x4c24] = "\x69\x0f", [0x4c25] = "\x69\x10", - [0x4c26] = "\x69\x11", [0x4c27] = "\x69\x12", [0x4c28] = "\x69\x13", - [0x4c29] = "\x69\x14", [0x4c2a] = "\x69\x15", [0x4c2b] = "\x69\x16", - [0x4c2c] = "\x69\x17", [0x4c2d] = "\x69\x18", [0x4c2e] = "\x69\x19", - [0x4c2f] = "\x69\x1a", [0x4c30] = "\x69\x1b", [0x4c31] = "\x69\x1c", - [0x4c32] = "\x69\x1d", [0x4c33] = "\x69\x1e", [0x4c34] = "\x69\x1f", - [0x4c35] = "\x69\x20", [0x4c36] = "\x69\x21", [0x4c37] = "\x69\x22", - [0x4c38] = "\x69\x23", [0x4c39] = "\x69\x24", [0x4c3a] = "\x69\x25", - [0x4c3b] = "\x69\x26", [0x4c3c] = "\x69\x27", [0x4c3d] = "\x69\x28", - [0x4c3e] = "\x69\x29", [0x4c3f] = "\x69\x2a", [0x4c40] = "\x69\x2b", - [0x4c41] = "\x69\x2c", [0x4c42] = "\x69\x2d", [0x4c43] = "\x69\x2e", - [0x4c44] = "\x69\x2f", [0x4c45] = "\x69\x30", [0x4c46] = "\x69\x31", - [0x4c47] = "\x69\x32", [0x4c48] = "\x69\x33", [0x4c49] = "\x69\x34", - [0x4c4a] = "\x69\x35", [0x4c4b] = "\x69\x36", [0x4c4c] = "\x69\x37", - [0x4c4d] = "\x69\x38", [0x4c4e] = "\x69\x39", [0x4c4f] = "\x69\x3a", - [0x4c50] = "\x69\x3b", [0x4c51] = "\x69\x3c", [0x4c52] = "\x69\x3d", - [0x4c53] = "\x69\x3e", [0x4c54] = "\x69\x3f", [0x4c55] = "\x69\x40", - [0x4c56] = "\x69\x41", [0x4c57] = "\x69\x42", [0x4c58] = "\x69\x43", - [0x4c59] = "\x69\x44", [0x4c5a] = "\x69\x45", [0x4c5b] = "\x69\x46", - [0x4c5c] = "\x69\x47", [0x4c5d] = "\x69\x48", [0x4c5e] = "\x69\x49", - [0x4c5f] = "\x69\x4a", [0x4c60] = "\x69\x4b", [0x4c61] = "\x69\x4c", - [0x4c62] = "\x69\x4d", [0x4c63] = "\x69\x4e", [0x4c64] = "\x69\x4f", - [0x4c65] = "\x69\x50", [0x4c66] = "\x69\x51", [0x4c67] = "\x69\x52", - [0x4c68] = "\x69\x53", [0x4c69] = "\x69\x54", [0x4c6a] = "\x69\x55", - [0x4c6b] = "\x69\x56", [0x4c6c] = "\x69\x57", [0x4c6d] = "\x69\x58", - [0x4c6e] = "\x69\x59", [0x4c6f] = "\x69\x5a", [0x4c70] = "\x69\x5b", - [0x4c71] = "\x69\x5c", [0x4c72] = "\x69\x5d", [0x4c73] = "\x69\x5e", - [0x4c74] = "\x69\x5f", [0x4c75] = "\x69\x60", [0x4c76] = "\x69\x61", - [0x4c77] = "\x69\x62", [0x4c78] = "\x69\x63", [0x4c79] = "\x69\x64", - [0x4c7a] = "\x69\x65", [0x4c7b] = "\x69\x66", [0x4c7c] = "\x69\x67", - [0x4c7d] = "\x69\x68", [0x4c7e] = "\x69\x69", [0x4c7f] = "\x69\x6a", - [0x4c80] = "\x69\x6b", [0x4c81] = "\x69\x6c", [0x4c82] = "\x69\x6d", - [0x4c83] = "\x69\x6e", [0x4c84] = "\x69\x6f", [0x4c85] = "\x69\x70", - [0x4c86] = "\x69\x71", [0x4c87] = "\x69\x72", [0x4c88] = "\x69\x73", - [0x4c89] = "\x69\x74", [0x4c8a] = "\x69\x75", [0x4c8b] = "\x69\x76", - [0x4c8c] = "\x69\x77", [0x4c8d] = "\x69\x78", [0x4c8e] = "\x69\x79", - [0x4c8f] = "\x69\x7a", [0x4c90] = "\x69\x7b", [0x4c91] = "\x69\x7c", - [0x4c92] = "\x69\x7d", [0x4c93] = "\xfe\x98", [0x4c94] = "\xfe\x99", - [0x4c95] = "\xfe\x9a", [0x4c96] = "\xfe\x9b", [0x4c97] = "\xfe\x9c", - [0x4c98] = "\xfe\x9d", [0x4c99] = "\xfe\x9e", [0x4c9a] = "\x69\x7e", - [0x4c9b] = "\x69\x7f", [0x4c9c] = "\x69\x80", [0x4c9d] = "\x69\x81", - [0x4c9e] = "\x69\x82", [0x4c9f] = "\x69\x83", [0x4ca0] = "\x69\x84", - [0x4ca1] = "\x69\x85", [0x4ca2] = "\x69\x86", [0x4ca3] = "\x69\x87", - [0x4ca4] = "\x69\x88", [0x4ca5] = "\x69\x89", [0x4ca6] = "\x69\x8a", - [0x4ca7] = "\x69\x8b", [0x4ca8] = "\x69\x8c", [0x4ca9] = "\x69\x8d", - [0x4caa] = "\x69\x8e", [0x4cab] = "\x69\x8f", [0x4cac] = "\x69\x90", - [0x4cad] = "\x69\x91", [0x4cae] = "\x69\x92", [0x4caf] = "\x69\x93", - [0x4cb0] = "\x69\x94", [0x4cb1] = "\x69\x95", [0x4cb2] = "\x69\x96", - [0x4cb3] = "\x69\x97", [0x4cb4] = "\x69\x98", [0x4cb5] = "\x69\x99", - [0x4cb6] = "\x69\x9a", [0x4cb7] = "\x69\x9b", [0x4cb8] = "\x69\x9c", - [0x4cb9] = "\x69\x9d", [0x4cba] = "\x69\x9e", [0x4cbb] = "\x69\x9f", - [0x4cbc] = "\x69\xa0", [0x4cbd] = "\x69\xa1", [0x4cbe] = "\x69\xa2", - [0x4cbf] = "\x69\xa3", [0x4cc0] = "\x69\xa4", [0x4cc1] = "\x69\xa5", - [0x4cc2] = "\x69\xa6", [0x4cc3] = "\x69\xa7", [0x4cc4] = "\x69\xa8", - [0x4cc5] = "\x69\xa9", [0x4cc6] = "\x69\xaa", [0x4cc7] = "\x69\xab", - [0x4cc8] = "\x69\xac", [0x4cc9] = "\x69\xad", [0x4cca] = "\x69\xae", - [0x4ccb] = "\x69\xaf", [0x4ccc] = "\x69\xb0", [0x4ccd] = "\x69\xb1", - [0x4cce] = "\x69\xb2", [0x4ccf] = "\x69\xb3", [0x4cd0] = "\x69\xb4", - [0x4cd1] = "\x69\xb5", [0x4cd2] = "\x69\xb6", [0x4cd3] = "\x69\xb7", - [0x4cd4] = "\x69\xb8", [0x4cd5] = "\x69\xb9", [0x4cd6] = "\x69\xba", - [0x4cd7] = "\x69\xbb", [0x4cd8] = "\x69\xbc", [0x4cd9] = "\x69\xbd", - [0x4cda] = "\x69\xbe", [0x4cdb] = "\x69\xbf", [0x4cdc] = "\x69\xc0", - [0x4cdd] = "\x69\xc1", [0x4cde] = "\x69\xc2", [0x4cdf] = "\x69\xc3", - [0x4ce0] = "\x69\xc4", [0x4ce1] = "\x69\xc5", [0x4ce2] = "\x69\xc6", - [0x4ce3] = "\x69\xc7", [0x4ce4] = "\x69\xc8", [0x4ce5] = "\x69\xc9", - [0x4ce6] = "\x69\xca", [0x4ce7] = "\x69\xcb", [0x4ce8] = "\x69\xcc", - [0x4ce9] = "\x69\xcd", [0x4cea] = "\x69\xce", [0x4ceb] = "\x69\xcf", - [0x4cec] = "\x69\xd0", [0x4ced] = "\x69\xd1", [0x4cee] = "\x69\xd2", - [0x4cef] = "\x69\xd3", [0x4cf0] = "\x69\xd4", [0x4cf1] = "\x69\xd5", - [0x4cf2] = "\x69\xd6", [0x4cf3] = "\x69\xd7", [0x4cf4] = "\x69\xd8", - [0x4cf5] = "\x69\xd9", [0x4cf6] = "\x69\xda", [0x4cf7] = "\x69\xdb", - [0x4cf8] = "\x69\xdc", [0x4cf9] = "\x69\xdd", [0x4cfa] = "\x69\xde", - [0x4cfb] = "\x69\xdf", [0x4cfc] = "\x69\xe0", [0x4cfd] = "\x69\xe1", - [0x4cfe] = "\x69\xe2", [0x4cff] = "\x69\xe3", [0x4d00] = "\x69\xe4", - [0x4d01] = "\x69\xe5", [0x4d02] = "\x69\xe6", [0x4d03] = "\x69\xe7", - [0x4d04] = "\x69\xe8", [0x4d05] = "\x69\xe9", [0x4d06] = "\x69\xea", - [0x4d07] = "\x69\xeb", [0x4d08] = "\x69\xec", [0x4d09] = "\x69\xed", - [0x4d0a] = "\x69\xee", [0x4d0b] = "\x69\xef", [0x4d0c] = "\x69\xf0", - [0x4d0d] = "\x69\xf1", [0x4d0e] = "\x69\xf2", [0x4d0f] = "\x69\xf3", - [0x4d10] = "\x69\xf4", [0x4d11] = "\x69\xf5", [0x4d12] = "\x69\xf6", - [0x4d13] = "\x69\xf7", [0x4d14] = "\x69\xf8", [0x4d15] = "\x69\xf9", - [0x4d16] = "\x69\xfa", [0x4d17] = "\x69\xfb", [0x4d18] = "\x69\xfc", - [0x4d19] = "\x69\xfd", [0x4d1a] = "\x69\xfe", [0x4d1b] = "\x69\xff", - [0x4d1c] = "\x6a\x00", [0x4d1d] = "\x6a\x01", [0x4d1e] = "\x6a\x02", - [0x4d1f] = "\x6a\x03", [0x4d20] = "\x6a\x04", [0x4d21] = "\x6a\x05", - [0x4d22] = "\x6a\x06", [0x4d23] = "\x6a\x07", [0x4d24] = "\x6a\x08", - [0x4d25] = "\x6a\x09", [0x4d26] = "\x6a\x0a", [0x4d27] = "\x6a\x0b", - [0x4d28] = "\x6a\x0c", [0x4d29] = "\x6a\x0d", [0x4d2a] = "\x6a\x0e", - [0x4d2b] = "\x6a\x0f", [0x4d2c] = "\x6a\x10", [0x4d2d] = "\x6a\x11", - [0x4d2e] = "\xfe\x9f", [0x4d2f] = "\x6a\x12", [0x4d30] = "\x6a\x13", - [0x4d31] = "\x6a\x14", [0x4d32] = "\x6a\x15", [0x4d33] = "\x6a\x16", - [0x4d34] = "\x6a\x17", [0x4d35] = "\x6a\x18", [0x4d80] = "\xd2\xbb", - [0x4d81] = "\xb6\xa1", [0x4d82] = "\x81\x40", [0x4d83] = "\xc6\xdf", - [0x4d84] = "\x81\x41", [0x4d85] = "\x81\x42", [0x4d86] = "\x81\x43", - [0x4d87] = "\xcd\xf2", [0x4d88] = "\xd5\xc9", [0x4d89] = "\xc8\xfd", - [0x4d8a] = "\xc9\xcf", [0x4d8b] = "\xcf\xc2", [0x4d8c] = "\xd8\xa2", - [0x4d8d] = "\xb2\xbb", [0x4d8e] = "\xd3\xeb", [0x4d8f] = "\x81\x44", - [0x4d90] = "\xd8\xa4", [0x4d91] = "\xb3\xf3", [0x4d92] = "\x81\x45", - [0x4d93] = "\xd7\xa8", [0x4d94] = "\xc7\xd2", [0x4d95] = "\xd8\xa7", - [0x4d96] = "\xca\xc0", [0x4d97] = "\x81\x46", [0x4d98] = "\xc7\xf0", - [0x4d99] = "\xb1\xfb", [0x4d9a] = "\xd2\xb5", [0x4d9b] = "\xb4\xd4", - [0x4d9c] = "\xb6\xab", [0x4d9d] = "\xcb\xbf", [0x4d9e] = "\xd8\xa9", - [0x4d9f] = "\x81\x47", [0x4da0] = "\x81\x48", [0x4da1] = "\x81\x49", - [0x4da2] = "\xb6\xaa", [0x4da3] = "\x81\x4a", [0x4da4] = "\xc1\xbd", - [0x4da5] = "\xd1\xcf", [0x4da6] = "\x81\x4b", [0x4da7] = "\xc9\xa5", - [0x4da8] = "\xd8\xad", [0x4da9] = "\x81\x4c", [0x4daa] = "\xb8\xf6", - [0x4dab] = "\xd1\xbe", [0x4dac] = "\xe3\xdc", [0x4dad] = "\xd6\xd0", - [0x4dae] = "\x81\x4d", [0x4daf] = "\x81\x4e", [0x4db0] = "\xb7\xe1", - [0x4db1] = "\x81\x4f", [0x4db2] = "\xb4\xae", [0x4db3] = "\x81\x50", - [0x4db4] = "\xc1\xd9", [0x4db5] = "\x81\x51", [0x4db6] = "\xd8\xbc", - [0x4db7] = "\x81\x52", [0x4db8] = "\xcd\xe8", [0x4db9] = "\xb5\xa4", - [0x4dba] = "\xce\xaa", [0x4dbb] = "\xd6\xf7", [0x4dbc] = "\x81\x53", - [0x4dbd] = "\xc0\xf6", [0x4dbe] = "\xbe\xd9", [0x4dbf] = "\xd8\xaf", - [0x4dc0] = "\x81\x54", [0x4dc1] = "\x81\x55", [0x4dc2] = "\x81\x56", - [0x4dc3] = "\xc4\xcb", [0x4dc4] = "\x81\x57", [0x4dc5] = "\xbe\xc3", - [0x4dc6] = "\x81\x58", [0x4dc7] = "\xd8\xb1", [0x4dc8] = "\xc3\xb4", - [0x4dc9] = "\xd2\xe5", [0x4dca] = "\x81\x59", [0x4dcb] = "\xd6\xae", - [0x4dcc] = "\xce\xda", [0x4dcd] = "\xd5\xa7", [0x4dce] = "\xba\xf5", - [0x4dcf] = "\xb7\xa6", [0x4dd0] = "\xc0\xd6", [0x4dd1] = "\x81\x5a", - [0x4dd2] = "\xc6\xb9", [0x4dd3] = "\xc5\xd2", [0x4dd4] = "\xc7\xc7", - [0x4dd5] = "\x81\x5b", [0x4dd6] = "\xb9\xd4", [0x4dd7] = "\x81\x5c", - [0x4dd8] = "\xb3\xcb", [0x4dd9] = "\xd2\xd2", [0x4dda] = "\x81\x5d", - [0x4ddb] = "\x81\x5e", [0x4ddc] = "\xd8\xbf", [0x4ddd] = "\xbe\xc5", - [0x4dde] = "\xc6\xf2", [0x4ddf] = "\xd2\xb2", [0x4de0] = "\xcf\xb0", - [0x4de1] = "\xcf\xe7", [0x4de2] = "\x81\x5f", [0x4de3] = "\x81\x60", - [0x4de4] = "\x81\x61", [0x4de5] = "\x81\x62", [0x4de6] = "\xca\xe9", - [0x4de7] = "\x81\x63", [0x4de8] = "\x81\x64", [0x4de9] = "\xd8\xc0", - [0x4dea] = "\x81\x65", [0x4deb] = "\x81\x66", [0x4dec] = "\x81\x67", - [0x4ded] = "\x81\x68", [0x4dee] = "\x81\x69", [0x4def] = "\x81\x6a", - [0x4df0] = "\xc2\xf2", [0x4df1] = "\xc2\xd2", [0x4df2] = "\x81\x6b", - [0x4df3] = "\xc8\xe9", [0x4df4] = "\x81\x6c", [0x4df5] = "\x81\x6d", - [0x4df6] = "\x81\x6e", [0x4df7] = "\x81\x6f", [0x4df8] = "\x81\x70", - [0x4df9] = "\x81\x71", [0x4dfa] = "\x81\x72", [0x4dfb] = "\x81\x73", - [0x4dfc] = "\x81\x74", [0x4dfd] = "\x81\x75", [0x4dfe] = "\xc7\xac", - [0x4dff] = "\x81\x76", [0x4e00] = "\x81\x77", [0x4e01] = "\x81\x78", - [0x4e02] = "\x81\x79", [0x4e03] = "\x81\x7a", [0x4e04] = "\x81\x7b", - [0x4e05] = "\x81\x7c", [0x4e06] = "\xc1\xcb", [0x4e07] = "\x81\x7d", - [0x4e08] = "\xd3\xe8", [0x4e09] = "\xd5\xf9", [0x4e0a] = "\x81\x7e", - [0x4e0b] = "\xca\xc2", [0x4e0c] = "\xb6\xfe", [0x4e0d] = "\xd8\xa1", - [0x4e0e] = "\xd3\xda", [0x4e0f] = "\xbf\xf7", [0x4e10] = "\x81\x80", - [0x4e11] = "\xd4\xc6", [0x4e12] = "\xbb\xa5", [0x4e13] = "\xd8\xc1", - [0x4e14] = "\xce\xe5", [0x4e15] = "\xbe\xae", [0x4e16] = "\x81\x81", - [0x4e17] = "\x81\x82", [0x4e18] = "\xd8\xa8", [0x4e19] = "\x81\x83", - [0x4e1a] = "\xd1\xc7", [0x4e1b] = "\xd0\xa9", [0x4e1c] = "\x81\x84", - [0x4e1d] = "\x81\x85", [0x4e1e] = "\x81\x86", [0x4e1f] = "\xd8\xbd", - [0x4e20] = "\xd9\xef", [0x4e21] = "\xcd\xf6", [0x4e22] = "\xbf\xba", - [0x4e23] = "\x81\x87", [0x4e24] = "\xbd\xbb", [0x4e25] = "\xba\xa5", - [0x4e26] = "\xd2\xe0", [0x4e27] = "\xb2\xfa", [0x4e28] = "\xba\xe0", - [0x4e29] = "\xc4\xb6", [0x4e2a] = "\x81\x88", [0x4e2b] = "\xcf\xed", - [0x4e2c] = "\xbe\xa9", [0x4e2d] = "\xcd\xa4", [0x4e2e] = "\xc1\xc1", - [0x4e2f] = "\x81\x89", [0x4e30] = "\x81\x8a", [0x4e31] = "\x81\x8b", - [0x4e32] = "\xc7\xd7", [0x4e33] = "\xd9\xf1", [0x4e34] = "\x81\x8c", - [0x4e35] = "\xd9\xf4", [0x4e36] = "\x81\x8d", [0x4e37] = "\x81\x8e", - [0x4e38] = "\x81\x8f", [0x4e39] = "\x81\x90", [0x4e3a] = "\xc8\xcb", - [0x4e3b] = "\xd8\xe9", [0x4e3c] = "\x81\x91", [0x4e3d] = "\x81\x92", - [0x4e3e] = "\x81\x93", [0x4e3f] = "\xd2\xda", [0x4e40] = "\xca\xb2", - [0x4e41] = "\xc8\xca", [0x4e42] = "\xd8\xec", [0x4e43] = "\xd8\xea", - [0x4e44] = "\xd8\xc6", [0x4e45] = "\xbd\xf6", [0x4e46] = "\xc6\xcd", - [0x4e47] = "\xb3\xf0", [0x4e48] = "\x81\x94", [0x4e49] = "\xd8\xeb", - [0x4e4a] = "\xbd\xf1", [0x4e4b] = "\xbd\xe9", [0x4e4c] = "\x81\x95", - [0x4e4d] = "\xc8\xd4", [0x4e4e] = "\xb4\xd3", [0x4e4f] = "\x81\x96", - [0x4e50] = "\x81\x97", [0x4e51] = "\xc2\xd8", [0x4e52] = "\x81\x98", - [0x4e53] = "\xb2\xd6", [0x4e54] = "\xd7\xd0", [0x4e55] = "\xca\xcb", - [0x4e56] = "\xcb\xfb", [0x4e57] = "\xd5\xcc", [0x4e58] = "\xb8\xb6", - [0x4e59] = "\xcf\xc9", [0x4e5a] = "\x81\x99", [0x4e5b] = "\x81\x9a", - [0x4e5c] = "\x81\x9b", [0x4e5d] = "\xd9\xda", [0x4e5e] = "\xd8\xf0", - [0x4e5f] = "\xc7\xaa", [0x4e60] = "\x81\x9c", [0x4e61] = "\xd8\xee", - [0x4e62] = "\x81\x9d", [0x4e63] = "\xb4\xfa", [0x4e64] = "\xc1\xee", - [0x4e65] = "\xd2\xd4", [0x4e66] = "\x81\x9e", [0x4e67] = "\x81\x9f", - [0x4e68] = "\xd8\xed", [0x4e69] = "\x81\xa0", [0x4e6a] = "\xd2\xc7", - [0x4e6b] = "\xd8\xef", [0x4e6c] = "\xc3\xc7", [0x4e6d] = "\x81\xa1", - [0x4e6e] = "\x81\xa2", [0x4e6f] = "\x81\xa3", [0x4e70] = "\xd1\xf6", - [0x4e71] = "\x81\xa4", [0x4e72] = "\xd6\xd9", [0x4e73] = "\xd8\xf2", - [0x4e74] = "\x81\xa5", [0x4e75] = "\xd8\xf5", [0x4e76] = "\xbc\xfe", - [0x4e77] = "\xbc\xdb", [0x4e78] = "\x81\xa6", [0x4e79] = "\x81\xa7", - [0x4e7a] = "\x81\xa8", [0x4e7b] = "\xc8\xce", [0x4e7c] = "\x81\xa9", - [0x4e7d] = "\xb7\xdd", [0x4e7e] = "\x81\xaa", [0x4e7f] = "\xb7\xc2", - [0x4e80] = "\x81\xab", [0x4e81] = "\xc6\xf3", [0x4e82] = "\x81\xac", - [0x4e83] = "\x81\xad", [0x4e84] = "\x81\xae", [0x4e85] = "\x81\xaf", - [0x4e86] = "\x81\xb0", [0x4e87] = "\x81\xb1", [0x4e88] = "\x81\xb2", - [0x4e89] = "\xd8\xf8", [0x4e8a] = "\xd2\xc1", [0x4e8b] = "\x81\xb3", - [0x4e8c] = "\x81\xb4", [0x4e8d] = "\xce\xe9", [0x4e8e] = "\xbc\xbf", - [0x4e8f] = "\xb7\xfc", [0x4e90] = "\xb7\xa5", [0x4e91] = "\xd0\xdd", - [0x4e92] = "\x81\xb5", [0x4e93] = "\x81\xb6", [0x4e94] = "\x81\xb7", - [0x4e95] = "\x81\xb8", [0x4e96] = "\x81\xb9", [0x4e97] = "\xd6\xda", - [0x4e98] = "\xd3\xc5", [0x4e99] = "\xbb\xef", [0x4e9a] = "\xbb\xe1", - [0x4e9b] = "\xd8\xf1", [0x4e9c] = "\x81\xba", [0x4e9d] = "\x81\xbb", - [0x4e9e] = "\xc9\xa1", [0x4e9f] = "\xce\xb0", [0x4ea0] = "\xb4\xab", - [0x4ea1] = "\x81\xbc", [0x4ea2] = "\xd8\xf3", [0x4ea3] = "\x81\xbd", - [0x4ea4] = "\xc9\xcb", [0x4ea5] = "\xd8\xf6", [0x4ea6] = "\xc2\xd7", - [0x4ea7] = "\xd8\xf7", [0x4ea8] = "\x81\xbe", [0x4ea9] = "\x81\xbf", - [0x4eaa] = "\xce\xb1", [0x4eab] = "\xd8\xf9", [0x4eac] = "\x81\xc0", - [0x4ead] = "\x81\xc1", [0x4eae] = "\x81\xc2", [0x4eaf] = "\xb2\xae", - [0x4eb0] = "\xb9\xc0", [0x4eb1] = "\x81\xc3", [0x4eb2] = "\xd9\xa3", - [0x4eb3] = "\x81\xc4", [0x4eb4] = "\xb0\xe9", [0x4eb5] = "\x81\xc5", - [0x4eb6] = "\xc1\xe6", [0x4eb7] = "\x81\xc6", [0x4eb8] = "\xc9\xec", - [0x4eb9] = "\x81\xc7", [0x4eba] = "\xcb\xc5", [0x4ebb] = "\x81\xc8", - [0x4ebc] = "\xcb\xc6", [0x4ebd] = "\xd9\xa4", [0x4ebe] = "\x81\xc9", - [0x4ebf] = "\x81\xca", [0x4ec0] = "\x81\xcb", [0x4ec1] = "\x81\xcc", - [0x4ec2] = "\x81\xcd", [0x4ec3] = "\xb5\xe8", [0x4ec4] = "\x81\xce", - [0x4ec5] = "\x81\xcf", [0x4ec6] = "\xb5\xab", [0x4ec7] = "\x81\xd0", - [0x4ec8] = "\x81\xd1", [0x4ec9] = "\x81\xd2", [0x4eca] = "\x81\xd3", - [0x4ecb] = "\x81\xd4", [0x4ecc] = "\x81\xd5", [0x4ecd] = "\xce\xbb", - [0x4ece] = "\xb5\xcd", [0x4ecf] = "\xd7\xa1", [0x4ed0] = "\xd7\xf4", - [0x4ed1] = "\xd3\xd3", [0x4ed2] = "\x81\xd6", [0x4ed3] = "\xcc\xe5", - [0x4ed4] = "\x81\xd7", [0x4ed5] = "\xba\xce", [0x4ed6] = "\x81\xd8", - [0x4ed7] = "\xd9\xa2", [0x4ed8] = "\xd9\xdc", [0x4ed9] = "\xd3\xe0", - [0x4eda] = "\xd8\xfd", [0x4edb] = "\xb7\xf0", [0x4edc] = "\xd7\xf7", - [0x4edd] = "\xd8\xfe", [0x4ede] = "\xd8\xfa", [0x4edf] = "\xd9\xa1", - [0x4ee0] = "\xc4\xe3", [0x4ee1] = "\x81\xd9", [0x4ee2] = "\x81\xda", - [0x4ee3] = "\xd3\xb6", [0x4ee4] = "\xd8\xf4", [0x4ee5] = "\xd9\xdd", - [0x4ee6] = "\x81\xdb", [0x4ee7] = "\xd8\xfb", [0x4ee8] = "\x81\xdc", - [0x4ee9] = "\xc5\xe5", [0x4eea] = "\x81\xdd", [0x4eeb] = "\x81\xde", - [0x4eec] = "\xc0\xd0", [0x4eed] = "\x81\xdf", [0x4eee] = "\x81\xe0", - [0x4eef] = "\xd1\xf0", [0x4ef0] = "\xb0\xdb", [0x4ef1] = "\x81\xe1", - [0x4ef2] = "\x81\xe2", [0x4ef3] = "\xbc\xd1", [0x4ef4] = "\xd9\xa6", - [0x4ef5] = "\x81\xe3", [0x4ef6] = "\xd9\xa5", [0x4ef7] = "\x81\xe4", - [0x4ef8] = "\x81\xe5", [0x4ef9] = "\x81\xe6", [0x4efa] = "\x81\xe7", - [0x4efb] = "\xd9\xac", [0x4efc] = "\xd9\xae", [0x4efd] = "\x81\xe8", - [0x4efe] = "\xd9\xab", [0x4eff] = "\xca\xb9", [0x4f00] = "\x81\xe9", - [0x4f01] = "\x81\xea", [0x4f02] = "\x81\xeb", [0x4f03] = "\xd9\xa9", - [0x4f04] = "\xd6\xb6", [0x4f05] = "\x81\xec", [0x4f06] = "\x81\xed", - [0x4f07] = "\x81\xee", [0x4f08] = "\xb3\xde", [0x4f09] = "\xd9\xa8", - [0x4f0a] = "\x81\xef", [0x4f0b] = "\xc0\xfd", [0x4f0c] = "\x81\xf0", - [0x4f0d] = "\xca\xcc", [0x4f0e] = "\x81\xf1", [0x4f0f] = "\xd9\xaa", - [0x4f10] = "\x81\xf2", [0x4f11] = "\xd9\xa7", [0x4f12] = "\x81\xf3", - [0x4f13] = "\x81\xf4", [0x4f14] = "\xd9\xb0", [0x4f15] = "\x81\xf5", - [0x4f16] = "\x81\xf6", [0x4f17] = "\xb6\xb1", [0x4f18] = "\x81\xf7", - [0x4f19] = "\x81\xf8", [0x4f1a] = "\x81\xf9", [0x4f1b] = "\xb9\xa9", - [0x4f1c] = "\x81\xfa", [0x4f1d] = "\xd2\xc0", [0x4f1e] = "\x81\xfb", - [0x4f1f] = "\x81\xfc", [0x4f20] = "\xcf\xc0", [0x4f21] = "\x81\xfd", - [0x4f22] = "\x81\xfe", [0x4f23] = "\xc2\xc2", [0x4f24] = "\x82\x40", - [0x4f25] = "\xbd\xc4", [0x4f26] = "\xd5\xec", [0x4f27] = "\xb2\xe0", - [0x4f28] = "\xc7\xc8", [0x4f29] = "\xbf\xeb", [0x4f2a] = "\xd9\xad", - [0x4f2b] = "\x82\x41", [0x4f2c] = "\xd9\xaf", [0x4f2d] = "\x82\x42", - [0x4f2e] = "\xce\xea", [0x4f2f] = "\xba\xee", [0x4f30] = "\x82\x43", - [0x4f31] = "\x82\x44", [0x4f32] = "\x82\x45", [0x4f33] = "\x82\x46", - [0x4f34] = "\x82\x47", [0x4f35] = "\xc7\xd6", [0x4f36] = "\x82\x48", - [0x4f37] = "\x82\x49", [0x4f38] = "\x82\x4a", [0x4f39] = "\x82\x4b", - [0x4f3a] = "\x82\x4c", [0x4f3b] = "\x82\x4d", [0x4f3c] = "\x82\x4e", - [0x4f3d] = "\x82\x4f", [0x4f3e] = "\x82\x50", [0x4f3f] = "\xb1\xe3", - [0x4f40] = "\x82\x51", [0x4f41] = "\x82\x52", [0x4f42] = "\x82\x53", - [0x4f43] = "\xb4\xd9", [0x4f44] = "\xb6\xed", [0x4f45] = "\xd9\xb4", - [0x4f46] = "\x82\x54", [0x4f47] = "\x82\x55", [0x4f48] = "\x82\x56", - [0x4f49] = "\x82\x57", [0x4f4a] = "\xbf\xa1", [0x4f4b] = "\x82\x58", - [0x4f4c] = "\x82\x59", [0x4f4d] = "\x82\x5a", [0x4f4e] = "\xd9\xde", - [0x4f4f] = "\xc7\xce", [0x4f50] = "\xc0\xfe", [0x4f51] = "\xd9\xb8", - [0x4f52] = "\x82\x5b", [0x4f53] = "\x82\x5c", [0x4f54] = "\x82\x5d", - [0x4f55] = "\x82\x5e", [0x4f56] = "\x82\x5f", [0x4f57] = "\xcb\xd7", - [0x4f58] = "\xb7\xfd", [0x4f59] = "\x82\x60", [0x4f5a] = "\xd9\xb5", - [0x4f5b] = "\x82\x61", [0x4f5c] = "\xd9\xb7", [0x4f5d] = "\xb1\xa3", - [0x4f5e] = "\xd3\xe1", [0x4f5f] = "\xd9\xb9", [0x4f60] = "\x82\x62", - [0x4f61] = "\xd0\xc5", [0x4f62] = "\x82\x63", [0x4f63] = "\xd9\xb6", - [0x4f64] = "\x82\x64", [0x4f65] = "\x82\x65", [0x4f66] = "\xd9\xb1", - [0x4f67] = "\x82\x66", [0x4f68] = "\xd9\xb2", [0x4f69] = "\xc1\xa9", - [0x4f6a] = "\xd9\xb3", [0x4f6b] = "\x82\x67", [0x4f6c] = "\x82\x68", - [0x4f6d] = "\xbc\xf3", [0x4f6e] = "\xd0\xde", [0x4f6f] = "\xb8\xa9", - [0x4f70] = "\x82\x69", [0x4f71] = "\xbe\xe3", [0x4f72] = "\x82\x6a", - [0x4f73] = "\xd9\xbd", [0x4f74] = "\x82\x6b", [0x4f75] = "\x82\x6c", - [0x4f76] = "\x82\x6d", [0x4f77] = "\x82\x6e", [0x4f78] = "\xd9\xba", - [0x4f79] = "\x82\x6f", [0x4f7a] = "\xb0\xb3", [0x4f7b] = "\x82\x70", - [0x4f7c] = "\x82\x71", [0x4f7d] = "\x82\x72", [0x4f7e] = "\xd9\xc2", - [0x4f7f] = "\x82\x73", [0x4f80] = "\x82\x74", [0x4f81] = "\x82\x75", - [0x4f82] = "\x82\x76", [0x4f83] = "\x82\x77", [0x4f84] = "\x82\x78", - [0x4f85] = "\x82\x79", [0x4f86] = "\x82\x7a", [0x4f87] = "\x82\x7b", - [0x4f88] = "\x82\x7c", [0x4f89] = "\x82\x7d", [0x4f8a] = "\x82\x7e", - [0x4f8b] = "\x82\x80", [0x4f8c] = "\xd9\xc4", [0x4f8d] = "\xb1\xb6", - [0x4f8e] = "\x82\x81", [0x4f8f] = "\xd9\xbf", [0x4f90] = "\x82\x82", - [0x4f91] = "\x82\x83", [0x4f92] = "\xb5\xb9", [0x4f93] = "\x82\x84", - [0x4f94] = "\xbe\xf3", [0x4f95] = "\x82\x85", [0x4f96] = "\x82\x86", - [0x4f97] = "\x82\x87", [0x4f98] = "\xcc\xc8", [0x4f99] = "\xba\xf2", - [0x4f9a] = "\xd2\xd0", [0x4f9b] = "\x82\x88", [0x4f9c] = "\xd9\xc3", - [0x4f9d] = "\x82\x89", [0x4f9e] = "\x82\x8a", [0x4f9f] = "\xbd\xe8", - [0x4fa0] = "\x82\x8b", [0x4fa1] = "\xb3\xab", [0x4fa2] = "\x82\x8c", - [0x4fa3] = "\x82\x8d", [0x4fa4] = "\x82\x8e", [0x4fa5] = "\xd9\xc5", - [0x4fa6] = "\xbe\xeb", [0x4fa7] = "\x82\x8f", [0x4fa8] = "\xd9\xc6", - [0x4fa9] = "\xd9\xbb", [0x4faa] = "\xc4\xdf", [0x4fab] = "\x82\x90", - [0x4fac] = "\xd9\xbe", [0x4fad] = "\xd9\xc1", [0x4fae] = "\xd9\xc0", - [0x4faf] = "\x82\x91", [0x4fb0] = "\x82\x92", [0x4fb1] = "\x82\x93", - [0x4fb2] = "\x82\x94", [0x4fb3] = "\x82\x95", [0x4fb4] = "\x82\x96", - [0x4fb5] = "\x82\x97", [0x4fb6] = "\x82\x98", [0x4fb7] = "\x82\x99", - [0x4fb8] = "\x82\x9a", [0x4fb9] = "\x82\x9b", [0x4fba] = "\xd5\xae", - [0x4fbb] = "\x82\x9c", [0x4fbc] = "\xd6\xb5", [0x4fbd] = "\x82\x9d", - [0x4fbe] = "\xc7\xe3", [0x4fbf] = "\x82\x9e", [0x4fc0] = "\x82\x9f", - [0x4fc1] = "\x82\xa0", [0x4fc2] = "\x82\xa1", [0x4fc3] = "\xd9\xc8", - [0x4fc4] = "\x82\xa2", [0x4fc5] = "\x82\xa3", [0x4fc6] = "\x82\xa4", - [0x4fc7] = "\xbc\xd9", [0x4fc8] = "\xd9\xca", [0x4fc9] = "\x82\xa5", - [0x4fca] = "\x82\xa6", [0x4fcb] = "\x82\xa7", [0x4fcc] = "\xd9\xbc", - [0x4fcd] = "\x82\xa8", [0x4fce] = "\xd9\xcb", [0x4fcf] = "\xc6\xab", - [0x4fd0] = "\x82\xa9", [0x4fd1] = "\x82\xaa", [0x4fd2] = "\x82\xab", - [0x4fd3] = "\x82\xac", [0x4fd4] = "\x82\xad", [0x4fd5] = "\xd9\xc9", - [0x4fd6] = "\x82\xae", [0x4fd7] = "\x82\xaf", [0x4fd8] = "\x82\xb0", - [0x4fd9] = "\x82\xb1", [0x4fda] = "\xd7\xf6", [0x4fdb] = "\x82\xb2", - [0x4fdc] = "\xcd\xa3", [0x4fdd] = "\x82\xb3", [0x4fde] = "\x82\xb4", - [0x4fdf] = "\x82\xb5", [0x4fe0] = "\x82\xb6", [0x4fe1] = "\x82\xb7", - [0x4fe2] = "\x82\xb8", [0x4fe3] = "\x82\xb9", [0x4fe4] = "\x82\xba", - [0x4fe5] = "\xbd\xa1", [0x4fe6] = "\x82\xbb", [0x4fe7] = "\x82\xbc", - [0x4fe8] = "\x82\xbd", [0x4fe9] = "\x82\xbe", [0x4fea] = "\x82\xbf", - [0x4feb] = "\x82\xc0", [0x4fec] = "\xd9\xcc", [0x4fed] = "\x82\xc1", - [0x4fee] = "\x82\xc2", [0x4fef] = "\x82\xc3", [0x4ff0] = "\x82\xc4", - [0x4ff1] = "\x82\xc5", [0x4ff2] = "\x82\xc6", [0x4ff3] = "\x82\xc7", - [0x4ff4] = "\x82\xc8", [0x4ff5] = "\x82\xc9", [0x4ff6] = "\xc5\xbc", - [0x4ff7] = "\xcd\xb5", [0x4ff8] = "\x82\xca", [0x4ff9] = "\x82\xcb", - [0x4ffa] = "\x82\xcc", [0x4ffb] = "\xd9\xcd", [0x4ffc] = "\x82\xcd", - [0x4ffd] = "\x82\xce", [0x4ffe] = "\xd9\xc7", [0x4fff] = "\xb3\xa5", - [0x5000] = "\xbf\xfe", [0x5001] = "\x82\xcf", [0x5002] = "\x82\xd0", - [0x5003] = "\x82\xd1", [0x5004] = "\x82\xd2", [0x5005] = "\xb8\xb5", - [0x5006] = "\x82\xd3", [0x5007] = "\x82\xd4", [0x5008] = "\xc0\xfc", - [0x5009] = "\x82\xd5", [0x500a] = "\x82\xd6", [0x500b] = "\x82\xd7", - [0x500c] = "\x82\xd8", [0x500d] = "\xb0\xf8", [0x500e] = "\x82\xd9", - [0x500f] = "\x82\xda", [0x5010] = "\x82\xdb", [0x5011] = "\x82\xdc", - [0x5012] = "\x82\xdd", [0x5013] = "\x82\xde", [0x5014] = "\x82\xdf", - [0x5015] = "\x82\xe0", [0x5016] = "\x82\xe1", [0x5017] = "\x82\xe2", - [0x5018] = "\x82\xe3", [0x5019] = "\x82\xe4", [0x501a] = "\x82\xe5", - [0x501b] = "\x82\xe6", [0x501c] = "\x82\xe7", [0x501d] = "\x82\xe8", - [0x501e] = "\x82\xe9", [0x501f] = "\x82\xea", [0x5020] = "\x82\xeb", - [0x5021] = "\x82\xec", [0x5022] = "\x82\xed", [0x5023] = "\xb4\xf6", - [0x5024] = "\x82\xee", [0x5025] = "\xd9\xce", [0x5026] = "\x82\xef", - [0x5027] = "\xd9\xcf", [0x5028] = "\xb4\xa2", [0x5029] = "\xd9\xd0", - [0x502a] = "\x82\xf0", [0x502b] = "\x82\xf1", [0x502c] = "\xb4\xdf", - [0x502d] = "\x82\xf2", [0x502e] = "\x82\xf3", [0x502f] = "\x82\xf4", - [0x5030] = "\x82\xf5", [0x5031] = "\x82\xf6", [0x5032] = "\xb0\xc1", - [0x5033] = "\x82\xf7", [0x5034] = "\x82\xf8", [0x5035] = "\x82\xf9", - [0x5036] = "\x82\xfa", [0x5037] = "\x82\xfb", [0x5038] = "\x82\xfc", - [0x5039] = "\x82\xfd", [0x503a] = "\xd9\xd1", [0x503b] = "\xc9\xb5", - [0x503c] = "\x82\xfe", [0x503d] = "\x83\x40", [0x503e] = "\x83\x41", - [0x503f] = "\x83\x42", [0x5040] = "\x83\x43", [0x5041] = "\x83\x44", - [0x5042] = "\x83\x45", [0x5043] = "\x83\x46", [0x5044] = "\x83\x47", - [0x5045] = "\x83\x48", [0x5046] = "\x83\x49", [0x5047] = "\x83\x4a", - [0x5048] = "\x83\x4b", [0x5049] = "\x83\x4c", [0x504a] = "\x83\x4d", - [0x504b] = "\x83\x4e", [0x504c] = "\x83\x4f", [0x504d] = "\x83\x50", - [0x504e] = "\x83\x51", [0x504f] = "\xcf\xf1", [0x5050] = "\x83\x52", - [0x5051] = "\x83\x53", [0x5052] = "\x83\x54", [0x5053] = "\x83\x55", - [0x5054] = "\x83\x56", [0x5055] = "\x83\x57", [0x5056] = "\xd9\xd2", - [0x5057] = "\x83\x58", [0x5058] = "\x83\x59", [0x5059] = "\x83\x5a", - [0x505a] = "\xc1\xc5", [0x505b] = "\x83\x5b", [0x505c] = "\x83\x5c", - [0x505d] = "\x83\x5d", [0x505e] = "\x83\x5e", [0x505f] = "\x83\x5f", - [0x5060] = "\x83\x60", [0x5061] = "\x83\x61", [0x5062] = "\x83\x62", - [0x5063] = "\x83\x63", [0x5064] = "\x83\x64", [0x5065] = "\x83\x65", - [0x5066] = "\xd9\xd6", [0x5067] = "\xc9\xae", [0x5068] = "\x83\x66", - [0x5069] = "\x83\x67", [0x506a] = "\x83\x68", [0x506b] = "\x83\x69", - [0x506c] = "\xd9\xd5", [0x506d] = "\xd9\xd4", [0x506e] = "\xd9\xd7", - [0x506f] = "\x83\x6a", [0x5070] = "\x83\x6b", [0x5071] = "\x83\x6c", - [0x5072] = "\x83\x6d", [0x5073] = "\xcb\xdb", [0x5074] = "\x83\x6e", - [0x5075] = "\xbd\xa9", [0x5076] = "\x83\x6f", [0x5077] = "\x83\x70", - [0x5078] = "\x83\x71", [0x5079] = "\x83\x72", [0x507a] = "\x83\x73", - [0x507b] = "\xc6\xa7", [0x507c] = "\x83\x74", [0x507d] = "\x83\x75", - [0x507e] = "\x83\x76", [0x507f] = "\x83\x77", [0x5080] = "\x83\x78", - [0x5081] = "\x83\x79", [0x5082] = "\x83\x7a", [0x5083] = "\x83\x7b", - [0x5084] = "\x83\x7c", [0x5085] = "\x83\x7d", [0x5086] = "\xd9\xd3", - [0x5087] = "\xd9\xd8", [0x5088] = "\x83\x7e", [0x5089] = "\x83\x80", - [0x508a] = "\x83\x81", [0x508b] = "\xd9\xd9", [0x508c] = "\x83\x82", - [0x508d] = "\x83\x83", [0x508e] = "\x83\x84", [0x508f] = "\x83\x85", - [0x5090] = "\x83\x86", [0x5091] = "\x83\x87", [0x5092] = "\xc8\xe5", - [0x5093] = "\x83\x88", [0x5094] = "\x83\x89", [0x5095] = "\x83\x8a", - [0x5096] = "\x83\x8b", [0x5097] = "\x83\x8c", [0x5098] = "\x83\x8d", - [0x5099] = "\x83\x8e", [0x509a] = "\x83\x8f", [0x509b] = "\x83\x90", - [0x509c] = "\x83\x91", [0x509d] = "\x83\x92", [0x509e] = "\x83\x93", - [0x509f] = "\x83\x94", [0x50a0] = "\x83\x95", [0x50a1] = "\xc0\xdc", - [0x50a2] = "\x83\x96", [0x50a3] = "\x83\x97", [0x50a4] = "\x83\x98", - [0x50a5] = "\x83\x99", [0x50a6] = "\x83\x9a", [0x50a7] = "\x83\x9b", - [0x50a8] = "\x83\x9c", [0x50a9] = "\x83\x9d", [0x50aa] = "\x83\x9e", - [0x50ab] = "\x83\x9f", [0x50ac] = "\x83\xa0", [0x50ad] = "\x83\xa1", - [0x50ae] = "\x83\xa2", [0x50af] = "\x83\xa3", [0x50b0] = "\x83\xa4", - [0x50b1] = "\x83\xa5", [0x50b2] = "\x83\xa6", [0x50b3] = "\x83\xa7", - [0x50b4] = "\x83\xa8", [0x50b5] = "\x83\xa9", [0x50b6] = "\x83\xaa", - [0x50b7] = "\x83\xab", [0x50b8] = "\x83\xac", [0x50b9] = "\x83\xad", - [0x50ba] = "\x83\xae", [0x50bb] = "\x83\xaf", [0x50bc] = "\x83\xb0", - [0x50bd] = "\x83\xb1", [0x50be] = "\x83\xb2", [0x50bf] = "\xb6\xf9", - [0x50c0] = "\xd8\xa3", [0x50c1] = "\xd4\xca", [0x50c2] = "\x83\xb3", - [0x50c3] = "\xd4\xaa", [0x50c4] = "\xd0\xd6", [0x50c5] = "\xb3\xe4", - [0x50c6] = "\xd5\xd7", [0x50c7] = "\x83\xb4", [0x50c8] = "\xcf\xc8", - [0x50c9] = "\xb9\xe2", [0x50ca] = "\x83\xb5", [0x50cb] = "\xbf\xcb", - [0x50cc] = "\x83\xb6", [0x50cd] = "\xc3\xe2", [0x50ce] = "\x83\xb7", - [0x50cf] = "\x83\xb8", [0x50d0] = "\x83\xb9", [0x50d1] = "\xb6\xd2", - [0x50d2] = "\x83\xba", [0x50d3] = "\x83\xbb", [0x50d4] = "\xcd\xc3", - [0x50d5] = "\xd9\xee", [0x50d6] = "\xd9\xf0", [0x50d7] = "\x83\xbc", - [0x50d8] = "\x83\xbd", [0x50d9] = "\x83\xbe", [0x50da] = "\xb5\xb3", - [0x50db] = "\x83\xbf", [0x50dc] = "\xb6\xb5", [0x50dd] = "\x83\xc0", - [0x50de] = "\x83\xc1", [0x50df] = "\x83\xc2", [0x50e0] = "\x83\xc3", - [0x50e1] = "\x83\xc4", [0x50e2] = "\xbe\xa4", [0x50e3] = "\x83\xc5", - [0x50e4] = "\x83\xc6", [0x50e5] = "\xc8\xeb", [0x50e6] = "\x83\xc7", - [0x50e7] = "\x83\xc8", [0x50e8] = "\xc8\xab", [0x50e9] = "\x83\xc9", - [0x50ea] = "\x83\xca", [0x50eb] = "\xb0\xcb", [0x50ec] = "\xb9\xab", - [0x50ed] = "\xc1\xf9", [0x50ee] = "\xd9\xe2", [0x50ef] = "\x83\xcb", - [0x50f0] = "\xc0\xbc", [0x50f1] = "\xb9\xb2", [0x50f2] = "\x83\xcc", - [0x50f3] = "\xb9\xd8", [0x50f4] = "\xd0\xcb", [0x50f5] = "\xb1\xf8", - [0x50f6] = "\xc6\xe4", [0x50f7] = "\xbe\xdf", [0x50f8] = "\xb5\xe4", - [0x50f9] = "\xd7\xc8", [0x50fa] = "\x83\xcd", [0x50fb] = "\xd1\xf8", - [0x50fc] = "\xbc\xe6", [0x50fd] = "\xca\xde", [0x50fe] = "\x83\xce", - [0x50ff] = "\x83\xcf", [0x5100] = "\xbc\xbd", [0x5101] = "\xd9\xe6", - [0x5102] = "\xd8\xe7", [0x5103] = "\x83\xd0", [0x5104] = "\x83\xd1", - [0x5105] = "\xc4\xda", [0x5106] = "\x83\xd2", [0x5107] = "\x83\xd3", - [0x5108] = "\xb8\xd4", [0x5109] = "\xc8\xbd", [0x510a] = "\x83\xd4", - [0x510b] = "\x83\xd5", [0x510c] = "\xb2\xe1", [0x510d] = "\xd4\xd9", - [0x510e] = "\x83\xd6", [0x510f] = "\x83\xd7", [0x5110] = "\x83\xd8", - [0x5111] = "\x83\xd9", [0x5112] = "\xc3\xb0", [0x5113] = "\x83\xda", - [0x5114] = "\x83\xdb", [0x5115] = "\xc3\xe1", [0x5116] = "\xda\xa2", - [0x5117] = "\xc8\xdf", [0x5118] = "\x83\xdc", [0x5119] = "\xd0\xb4", - [0x511a] = "\x83\xdd", [0x511b] = "\xbe\xfc", [0x511c] = "\xc5\xa9", - [0x511d] = "\x83\xde", [0x511e] = "\x83\xdf", [0x511f] = "\x83\xe0", - [0x5120] = "\xb9\xda", [0x5121] = "\x83\xe1", [0x5122] = "\xda\xa3", - [0x5123] = "\x83\xe2", [0x5124] = "\xd4\xa9", [0x5125] = "\xda\xa4", - [0x5126] = "\x83\xe3", [0x5127] = "\x83\xe4", [0x5128] = "\x83\xe5", - [0x5129] = "\x83\xe6", [0x512a] = "\x83\xe7", [0x512b] = "\xd9\xfb", - [0x512c] = "\xb6\xac", [0x512d] = "\x83\xe8", [0x512e] = "\x83\xe9", - [0x512f] = "\xb7\xeb", [0x5130] = "\xb1\xf9", [0x5131] = "\xd9\xfc", - [0x5132] = "\xb3\xe5", [0x5133] = "\xbe\xf6", [0x5134] = "\x83\xea", - [0x5135] = "\xbf\xf6", [0x5136] = "\xd2\xb1", [0x5137] = "\xc0\xe4", - [0x5138] = "\x83\xeb", [0x5139] = "\x83\xec", [0x513a] = "\x83\xed", - [0x513b] = "\xb6\xb3", [0x513c] = "\xd9\xfe", [0x513d] = "\xd9\xfd", - [0x513e] = "\x83\xee", [0x513f] = "\x83\xef", [0x5140] = "\xbe\xbb", - [0x5141] = "\x83\xf0", [0x5142] = "\x83\xf1", [0x5143] = "\x83\xf2", - [0x5144] = "\xc6\xe0", [0x5145] = "\x83\xf3", [0x5146] = "\xd7\xbc", - [0x5147] = "\xda\xa1", [0x5148] = "\x83\xf4", [0x5149] = "\xc1\xb9", - [0x514a] = "\x83\xf5", [0x514b] = "\xb5\xf2", [0x514c] = "\xc1\xe8", - [0x514d] = "\x83\xf6", [0x514e] = "\x83\xf7", [0x514f] = "\xbc\xf5", - [0x5150] = "\x83\xf8", [0x5151] = "\xb4\xd5", [0x5152] = "\x83\xf9", - [0x5153] = "\x83\xfa", [0x5154] = "\x83\xfb", [0x5155] = "\x83\xfc", - [0x5156] = "\x83\xfd", [0x5157] = "\x83\xfe", [0x5158] = "\x84\x40", - [0x5159] = "\x84\x41", [0x515a] = "\x84\x42", [0x515b] = "\xc1\xdd", - [0x515c] = "\x84\x43", [0x515d] = "\xc4\xfd", [0x515e] = "\x84\x44", - [0x515f] = "\x84\x45", [0x5160] = "\xbc\xb8", [0x5161] = "\xb7\xb2", - [0x5162] = "\x84\x46", [0x5163] = "\x84\x47", [0x5164] = "\xb7\xef", - [0x5165] = "\x84\x48", [0x5166] = "\x84\x49", [0x5167] = "\x84\x4a", - [0x5168] = "\x84\x4b", [0x5169] = "\x84\x4c", [0x516a] = "\x84\x4d", - [0x516b] = "\xd9\xec", [0x516c] = "\x84\x4e", [0x516d] = "\xc6\xbe", - [0x516e] = "\x84\x4f", [0x516f] = "\xbf\xad", [0x5170] = "\xbb\xcb", - [0x5171] = "\x84\x50", [0x5172] = "\x84\x51", [0x5173] = "\xb5\xca", - [0x5174] = "\x84\x52", [0x5175] = "\xdb\xc9", [0x5176] = "\xd0\xd7", - [0x5177] = "\x84\x53", [0x5178] = "\xcd\xb9", [0x5179] = "\xb0\xbc", - [0x517a] = "\xb3\xf6", [0x517b] = "\xbb\xf7", [0x517c] = "\xdb\xca", - [0x517d] = "\xba\xaf", [0x517e] = "\x84\x54", [0x517f] = "\xd4\xe4", - [0x5180] = "\xb5\xb6", [0x5181] = "\xb5\xf3", [0x5182] = "\xd8\xd6", - [0x5183] = "\xc8\xd0", [0x5184] = "\x84\x55", [0x5185] = "\x84\x56", - [0x5186] = "\xb7\xd6", [0x5187] = "\xc7\xd0", [0x5188] = "\xd8\xd7", - [0x5189] = "\x84\x57", [0x518a] = "\xbf\xaf", [0x518b] = "\x84\x58", - [0x518c] = "\x84\x59", [0x518d] = "\xdb\xbb", [0x518e] = "\xd8\xd8", - [0x518f] = "\x84\x5a", [0x5190] = "\x84\x5b", [0x5191] = "\xd0\xcc", - [0x5192] = "\xbb\xae", [0x5193] = "\x84\x5c", [0x5194] = "\x84\x5d", - [0x5195] = "\x84\x5e", [0x5196] = "\xeb\xbe", [0x5197] = "\xc1\xd0", - [0x5198] = "\xc1\xf5", [0x5199] = "\xd4\xf2", [0x519a] = "\xb8\xd5", - [0x519b] = "\xb4\xb4", [0x519c] = "\x84\x5f", [0x519d] = "\xb3\xf5", - [0x519e] = "\x84\x60", [0x519f] = "\x84\x61", [0x51a0] = "\xc9\xbe", - [0x51a1] = "\x84\x62", [0x51a2] = "\x84\x63", [0x51a3] = "\x84\x64", - [0x51a4] = "\xc5\xd0", [0x51a5] = "\x84\x65", [0x51a6] = "\x84\x66", - [0x51a7] = "\x84\x67", [0x51a8] = "\xc5\xd9", [0x51a9] = "\xc0\xfb", - [0x51aa] = "\x84\x68", [0x51ab] = "\xb1\xf0", [0x51ac] = "\x84\x69", - [0x51ad] = "\xd8\xd9", [0x51ae] = "\xb9\xce", [0x51af] = "\x84\x6a", - [0x51b0] = "\xb5\xbd", [0x51b1] = "\x84\x6b", [0x51b2] = "\x84\x6c", - [0x51b3] = "\xd8\xda", [0x51b4] = "\x84\x6d", [0x51b5] = "\x84\x6e", - [0x51b6] = "\xd6\xc6", [0x51b7] = "\xcb\xa2", [0x51b8] = "\xc8\xaf", - [0x51b9] = "\xc9\xb2", [0x51ba] = "\xb4\xcc", [0x51bb] = "\xbf\xcc", - [0x51bc] = "\x84\x6f", [0x51bd] = "\xb9\xf4", [0x51be] = "\x84\x70", - [0x51bf] = "\xd8\xdb", [0x51c0] = "\xd8\xdc", [0x51c1] = "\xb6\xe7", - [0x51c2] = "\xbc\xc1", [0x51c3] = "\xcc\xea", [0x51c4] = "\x84\x71", - [0x51c5] = "\x84\x72", [0x51c6] = "\x84\x73", [0x51c7] = "\x84\x74", - [0x51c8] = "\x84\x75", [0x51c9] = "\x84\x76", [0x51ca] = "\xcf\xf7", - [0x51cb] = "\x84\x77", [0x51cc] = "\xd8\xdd", [0x51cd] = "\xc7\xb0", - [0x51ce] = "\x84\x78", [0x51cf] = "\x84\x79", [0x51d0] = "\xb9\xd0", - [0x51d1] = "\xbd\xa3", [0x51d2] = "\x84\x7a", [0x51d3] = "\x84\x7b", - [0x51d4] = "\xcc\xde", [0x51d5] = "\x84\x7c", [0x51d6] = "\xc6\xca", - [0x51d7] = "\x84\x7d", [0x51d8] = "\x84\x7e", [0x51d9] = "\x84\x80", - [0x51da] = "\x84\x81", [0x51db] = "\x84\x82", [0x51dc] = "\xd8\xe0", - [0x51dd] = "\x84\x83", [0x51de] = "\xd8\xde", [0x51df] = "\x84\x84", - [0x51e0] = "\x84\x85", [0x51e1] = "\xd8\xdf", [0x51e2] = "\x84\x86", - [0x51e3] = "\x84\x87", [0x51e4] = "\x84\x88", [0x51e5] = "\xb0\xfe", - [0x51e6] = "\x84\x89", [0x51e7] = "\xbe\xe7", [0x51e8] = "\x84\x8a", - [0x51e9] = "\xca\xa3", [0x51ea] = "\xbc\xf4", [0x51eb] = "\x84\x8b", - [0x51ec] = "\x84\x8c", [0x51ed] = "\x84\x8d", [0x51ee] = "\x84\x8e", - [0x51ef] = "\xb8\xb1", [0x51f0] = "\x84\x8f", [0x51f1] = "\x84\x90", - [0x51f2] = "\xb8\xee", [0x51f3] = "\x84\x91", [0x51f4] = "\x84\x92", - [0x51f5] = "\x84\x93", [0x51f6] = "\x84\x94", [0x51f7] = "\x84\x95", - [0x51f8] = "\x84\x96", [0x51f9] = "\x84\x97", [0x51fa] = "\x84\x98", - [0x51fb] = "\x84\x99", [0x51fc] = "\x84\x9a", [0x51fd] = "\xd8\xe2", - [0x51fe] = "\x84\x9b", [0x51ff] = "\xbd\xcb", [0x5200] = "\x84\x9c", - [0x5201] = "\xd8\xe4", [0x5202] = "\xd8\xe3", [0x5203] = "\x84\x9d", - [0x5204] = "\x84\x9e", [0x5205] = "\x84\x9f", [0x5206] = "\x84\xa0", - [0x5207] = "\x84\xa1", [0x5208] = "\xc5\xfc", [0x5209] = "\x84\xa2", - [0x520a] = "\x84\xa3", [0x520b] = "\x84\xa4", [0x520c] = "\x84\xa5", - [0x520d] = "\x84\xa6", [0x520e] = "\x84\xa7", [0x520f] = "\x84\xa8", - [0x5210] = "\xd8\xe5", [0x5211] = "\x84\xa9", [0x5212] = "\x84\xaa", - [0x5213] = "\xd8\xe6", [0x5214] = "\x84\xab", [0x5215] = "\x84\xac", - [0x5216] = "\x84\xad", [0x5217] = "\x84\xae", [0x5218] = "\x84\xaf", - [0x5219] = "\x84\xb0", [0x521a] = "\x84\xb1", [0x521b] = "\xc1\xa6", - [0x521c] = "\x84\xb2", [0x521d] = "\xc8\xb0", [0x521e] = "\xb0\xec", - [0x521f] = "\xb9\xa6", [0x5220] = "\xbc\xd3", [0x5221] = "\xce\xf1", - [0x5222] = "\xdb\xbd", [0x5223] = "\xc1\xd3", [0x5224] = "\x84\xb3", - [0x5225] = "\x84\xb4", [0x5226] = "\x84\xb5", [0x5227] = "\x84\xb6", - [0x5228] = "\xb6\xaf", [0x5229] = "\xd6\xfa", [0x522a] = "\xc5\xac", - [0x522b] = "\xbd\xd9", [0x522c] = "\xdb\xbe", [0x522d] = "\xdb\xbf", - [0x522e] = "\x84\xb7", [0x522f] = "\x84\xb8", [0x5230] = "\x84\xb9", - [0x5231] = "\xc0\xf8", [0x5232] = "\xbe\xa2", [0x5233] = "\xc0\xcd", - [0x5234] = "\x84\xba", [0x5235] = "\x84\xbb", [0x5236] = "\x84\xbc", - [0x5237] = "\x84\xbd", [0x5238] = "\x84\xbe", [0x5239] = "\x84\xbf", - [0x523a] = "\x84\xc0", [0x523b] = "\x84\xc1", [0x523c] = "\x84\xc2", - [0x523d] = "\x84\xc3", [0x523e] = "\xdb\xc0", [0x523f] = "\xca\xc6", - [0x5240] = "\x84\xc4", [0x5241] = "\x84\xc5", [0x5242] = "\x84\xc6", - [0x5243] = "\xb2\xaa", [0x5244] = "\x84\xc7", [0x5245] = "\x84\xc8", - [0x5246] = "\x84\xc9", [0x5247] = "\xd3\xc2", [0x5248] = "\x84\xca", - [0x5249] = "\xc3\xe3", [0x524a] = "\x84\xcb", [0x524b] = "\xd1\xab", - [0x524c] = "\x84\xcc", [0x524d] = "\x84\xcd", [0x524e] = "\x84\xce", - [0x524f] = "\x84\xcf", [0x5250] = "\xdb\xc2", [0x5251] = "\x84\xd0", - [0x5252] = "\xc0\xd5", [0x5253] = "\x84\xd1", [0x5254] = "\x84\xd2", - [0x5255] = "\x84\xd3", [0x5256] = "\xdb\xc3", [0x5257] = "\x84\xd4", - [0x5258] = "\xbf\xb1", [0x5259] = "\x84\xd5", [0x525a] = "\x84\xd6", - [0x525b] = "\x84\xd7", [0x525c] = "\x84\xd8", [0x525d] = "\x84\xd9", - [0x525e] = "\x84\xda", [0x525f] = "\xc4\xbc", [0x5260] = "\x84\xdb", - [0x5261] = "\x84\xdc", [0x5262] = "\x84\xdd", [0x5263] = "\x84\xde", - [0x5264] = "\xc7\xda", [0x5265] = "\x84\xdf", [0x5266] = "\x84\xe0", - [0x5267] = "\x84\xe1", [0x5268] = "\x84\xe2", [0x5269] = "\x84\xe3", - [0x526a] = "\x84\xe4", [0x526b] = "\x84\xe5", [0x526c] = "\x84\xe6", - [0x526d] = "\x84\xe7", [0x526e] = "\x84\xe8", [0x526f] = "\x84\xe9", - [0x5270] = "\xdb\xc4", [0x5271] = "\x84\xea", [0x5272] = "\x84\xeb", - [0x5273] = "\x84\xec", [0x5274] = "\x84\xed", [0x5275] = "\x84\xee", - [0x5276] = "\x84\xef", [0x5277] = "\x84\xf0", [0x5278] = "\x84\xf1", - [0x5279] = "\xd9\xe8", [0x527a] = "\xc9\xd7", [0x527b] = "\x84\xf2", - [0x527c] = "\x84\xf3", [0x527d] = "\x84\xf4", [0x527e] = "\xb9\xb4", - [0x527f] = "\xce\xf0", [0x5280] = "\xd4\xc8", [0x5281] = "\x84\xf5", - [0x5282] = "\x84\xf6", [0x5283] = "\x84\xf7", [0x5284] = "\x84\xf8", - [0x5285] = "\xb0\xfc", [0x5286] = "\xb4\xd2", [0x5287] = "\x84\xf9", - [0x5288] = "\xd0\xd9", [0x5289] = "\x84\xfa", [0x528a] = "\x84\xfb", - [0x528b] = "\x84\xfc", [0x528c] = "\x84\xfd", [0x528d] = "\xd9\xe9", - [0x528e] = "\x84\xfe", [0x528f] = "\xde\xcb", [0x5290] = "\xd9\xeb", - [0x5291] = "\x85\x40", [0x5292] = "\x85\x41", [0x5293] = "\x85\x42", - [0x5294] = "\x85\x43", [0x5295] = "\xd8\xb0", [0x5296] = "\xbb\xaf", - [0x5297] = "\xb1\xb1", [0x5298] = "\x85\x44", [0x5299] = "\xb3\xd7", - [0x529a] = "\xd8\xce", [0x529b] = "\x85\x45", [0x529c] = "\x85\x46", - [0x529d] = "\xd4\xd1", [0x529e] = "\x85\x47", [0x529f] = "\x85\x48", - [0x52a0] = "\xbd\xb3", [0x52a1] = "\xbf\xef", [0x52a2] = "\x85\x49", - [0x52a3] = "\xcf\xbb", [0x52a4] = "\x85\x4a", [0x52a5] = "\x85\x4b", - [0x52a6] = "\xd8\xd0", [0x52a7] = "\x85\x4c", [0x52a8] = "\x85\x4d", - [0x52a9] = "\x85\x4e", [0x52aa] = "\xb7\xcb", [0x52ab] = "\x85\x4f", - [0x52ac] = "\x85\x50", [0x52ad] = "\x85\x51", [0x52ae] = "\xd8\xd1", - [0x52af] = "\x85\x52", [0x52b0] = "\x85\x53", [0x52b1] = "\x85\x54", - [0x52b2] = "\x85\x55", [0x52b3] = "\x85\x56", [0x52b4] = "\x85\x57", - [0x52b5] = "\x85\x58", [0x52b6] = "\x85\x59", [0x52b7] = "\x85\x5a", - [0x52b8] = "\x85\x5b", [0x52b9] = "\xc6\xa5", [0x52ba] = "\xc7\xf8", - [0x52bb] = "\xd2\xbd", [0x52bc] = "\x85\x5c", [0x52bd] = "\x85\x5d", - [0x52be] = "\xd8\xd2", [0x52bf] = "\xc4\xe4", [0x52c0] = "\x85\x5e", - [0x52c1] = "\xca\xae", [0x52c2] = "\x85\x5f", [0x52c3] = "\xc7\xa7", - [0x52c4] = "\x85\x60", [0x52c5] = "\xd8\xa6", [0x52c6] = "\x85\x61", - [0x52c7] = "\xc9\xfd", [0x52c8] = "\xce\xe7", [0x52c9] = "\xbb\xdc", - [0x52ca] = "\xb0\xeb", [0x52cb] = "\x85\x62", [0x52cc] = "\x85\x63", - [0x52cd] = "\x85\x64", [0x52ce] = "\xbb\xaa", [0x52cf] = "\xd0\xad", - [0x52d0] = "\x85\x65", [0x52d1] = "\xb1\xb0", [0x52d2] = "\xd7\xe4", - [0x52d3] = "\xd7\xbf", [0x52d4] = "\x85\x66", [0x52d5] = "\xb5\xa5", - [0x52d6] = "\xc2\xf4", [0x52d7] = "\xc4\xcf", [0x52d8] = "\x85\x67", - [0x52d9] = "\x85\x68", [0x52da] = "\xb2\xa9", [0x52db] = "\x85\x69", - [0x52dc] = "\xb2\xb7", [0x52dd] = "\x85\x6a", [0x52de] = "\xb1\xe5", - [0x52df] = "\xdf\xb2", [0x52e0] = "\xd5\xbc", [0x52e1] = "\xbf\xa8", - [0x52e2] = "\xc2\xac", [0x52e3] = "\xd8\xd5", [0x52e4] = "\xc2\xb1", - [0x52e5] = "\x85\x6b", [0x52e6] = "\xd8\xd4", [0x52e7] = "\xce\xd4", - [0x52e8] = "\x85\x6c", [0x52e9] = "\xda\xe0", [0x52ea] = "\x85\x6d", - [0x52eb] = "\xce\xc0", [0x52ec] = "\x85\x6e", [0x52ed] = "\x85\x6f", - [0x52ee] = "\xd8\xb4", [0x52ef] = "\xc3\xae", [0x52f0] = "\xd3\xa1", - [0x52f1] = "\xce\xa3", [0x52f2] = "\x85\x70", [0x52f3] = "\xbc\xb4", - [0x52f4] = "\xc8\xb4", [0x52f5] = "\xc2\xd1", [0x52f6] = "\x85\x71", - [0x52f7] = "\xbe\xed", [0x52f8] = "\xd0\xb6", [0x52f9] = "\x85\x72", - [0x52fa] = "\xda\xe1", [0x52fb] = "\x85\x73", [0x52fc] = "\x85\x74", - [0x52fd] = "\x85\x75", [0x52fe] = "\x85\x76", [0x52ff] = "\xc7\xe4", - [0x5300] = "\x85\x77", [0x5301] = "\x85\x78", [0x5302] = "\xb3\xa7", - [0x5303] = "\x85\x79", [0x5304] = "\xb6\xf2", [0x5305] = "\xcc\xfc", - [0x5306] = "\xc0\xfa", [0x5307] = "\x85\x7a", [0x5308] = "\x85\x7b", - [0x5309] = "\xc0\xf7", [0x530a] = "\x85\x7c", [0x530b] = "\xd1\xb9", - [0x530c] = "\xd1\xe1", [0x530d] = "\xd8\xc7", [0x530e] = "\x85\x7d", - [0x530f] = "\x85\x7e", [0x5310] = "\x85\x80", [0x5311] = "\x85\x81", - [0x5312] = "\x85\x82", [0x5313] = "\x85\x83", [0x5314] = "\x85\x84", - [0x5315] = "\xb2\xde", [0x5316] = "\x85\x85", [0x5317] = "\x85\x86", - [0x5318] = "\xc0\xe5", [0x5319] = "\x85\x87", [0x531a] = "\xba\xf1", - [0x531b] = "\x85\x88", [0x531c] = "\x85\x89", [0x531d] = "\xd8\xc8", - [0x531e] = "\x85\x8a", [0x531f] = "\xd4\xad", [0x5320] = "\x85\x8b", - [0x5321] = "\x85\x8c", [0x5322] = "\xcf\xe1", [0x5323] = "\xd8\xc9", - [0x5324] = "\x85\x8d", [0x5325] = "\xd8\xca", [0x5326] = "\xcf\xc3", - [0x5327] = "\x85\x8e", [0x5328] = "\xb3\xf8", [0x5329] = "\xbe\xc7", - [0x532a] = "\x85\x8f", [0x532b] = "\x85\x90", [0x532c] = "\x85\x91", - [0x532d] = "\x85\x92", [0x532e] = "\xd8\xcb", [0x532f] = "\x85\x93", - [0x5330] = "\x85\x94", [0x5331] = "\x85\x95", [0x5332] = "\x85\x96", - [0x5333] = "\x85\x97", [0x5334] = "\x85\x98", [0x5335] = "\x85\x99", - [0x5336] = "\xdb\xcc", [0x5337] = "\x85\x9a", [0x5338] = "\x85\x9b", - [0x5339] = "\x85\x9c", [0x533a] = "\x85\x9d", [0x533b] = "\xc8\xa5", - [0x533c] = "\x85\x9e", [0x533d] = "\x85\x9f", [0x533e] = "\x85\xa0", - [0x533f] = "\xcf\xd8", [0x5340] = "\x85\xa1", [0x5341] = "\xc8\xfe", - [0x5342] = "\xb2\xce", [0x5343] = "\x85\xa2", [0x5344] = "\x85\xa3", - [0x5345] = "\x85\xa4", [0x5346] = "\x85\xa5", [0x5347] = "\x85\xa6", - [0x5348] = "\xd3\xd6", [0x5349] = "\xb2\xe6", [0x534a] = "\xbc\xb0", - [0x534b] = "\xd3\xd1", [0x534c] = "\xcb\xab", [0x534d] = "\xb7\xb4", - [0x534e] = "\x85\xa7", [0x534f] = "\x85\xa8", [0x5350] = "\x85\xa9", - [0x5351] = "\xb7\xa2", [0x5352] = "\x85\xaa", [0x5353] = "\x85\xab", - [0x5354] = "\xca\xe5", [0x5355] = "\x85\xac", [0x5356] = "\xc8\xa1", - [0x5357] = "\xca\xdc", [0x5358] = "\xb1\xe4", [0x5359] = "\xd0\xf0", - [0x535a] = "\x85\xad", [0x535b] = "\xc5\xd1", [0x535c] = "\x85\xae", - [0x535d] = "\x85\xaf", [0x535e] = "\x85\xb0", [0x535f] = "\xdb\xc5", - [0x5360] = "\xb5\xfe", [0x5361] = "\x85\xb1", [0x5362] = "\x85\xb2", - [0x5363] = "\xbf\xda", [0x5364] = "\xb9\xc5", [0x5365] = "\xbe\xe4", - [0x5366] = "\xc1\xed", [0x5367] = "\x85\xb3", [0x5368] = "\xdf\xb6", - [0x5369] = "\xdf\xb5", [0x536a] = "\xd6\xbb", [0x536b] = "\xbd\xd0", - [0x536c] = "\xd5\xd9", [0x536d] = "\xb0\xc8", [0x536e] = "\xb6\xa3", - [0x536f] = "\xbf\xc9", [0x5370] = "\xcc\xa8", [0x5371] = "\xdf\xb3", - [0x5372] = "\xca\xb7", [0x5373] = "\xd3\xd2", [0x5374] = "\x85\xb4", - [0x5375] = "\xd8\xcf", [0x5376] = "\xd2\xb6", [0x5377] = "\xba\xc5", - [0x5378] = "\xcb\xbe", [0x5379] = "\xcc\xbe", [0x537a] = "\x85\xb5", - [0x537b] = "\xdf\xb7", [0x537c] = "\xb5\xf0", [0x537d] = "\xdf\xb4", - [0x537e] = "\x85\xb6", [0x537f] = "\x85\xb7", [0x5380] = "\x85\xb8", - [0x5381] = "\xd3\xf5", [0x5382] = "\x85\xb9", [0x5383] = "\xb3\xd4", - [0x5384] = "\xb8\xf7", [0x5385] = "\x85\xba", [0x5386] = "\xdf\xba", - [0x5387] = "\x85\xbb", [0x5388] = "\xba\xcf", [0x5389] = "\xbc\xaa", - [0x538a] = "\xb5\xf5", [0x538b] = "\x85\xbc", [0x538c] = "\xcd\xac", - [0x538d] = "\xc3\xfb", [0x538e] = "\xba\xf3", [0x538f] = "\xc0\xf4", - [0x5390] = "\xcd\xc2", [0x5391] = "\xcf\xf2", [0x5392] = "\xdf\xb8", - [0x5393] = "\xcf\xc5", [0x5394] = "\x85\xbd", [0x5395] = "\xc2\xc0", - [0x5396] = "\xdf\xb9", [0x5397] = "\xc2\xf0", [0x5398] = "\x85\xbe", - [0x5399] = "\x85\xbf", [0x539a] = "\x85\xc0", [0x539b] = "\xbe\xfd", - [0x539c] = "\x85\xc1", [0x539d] = "\xc1\xdf", [0x539e] = "\xcd\xcc", - [0x539f] = "\xd2\xf7", [0x53a0] = "\xb7\xcd", [0x53a1] = "\xdf\xc1", - [0x53a2] = "\x85\xc2", [0x53a3] = "\xdf\xc4", [0x53a4] = "\x85\xc3", - [0x53a5] = "\x85\xc4", [0x53a6] = "\xb7\xf1", [0x53a7] = "\xb0\xc9", - [0x53a8] = "\xb6\xd6", [0x53a9] = "\xb7\xd4", [0x53aa] = "\x85\xc5", - [0x53ab] = "\xba\xac", [0x53ac] = "\xcc\xfd", [0x53ad] = "\xbf\xd4", - [0x53ae] = "\xcb\xb1", [0x53af] = "\xc6\xf4", [0x53b0] = "\x85\xc6", - [0x53b1] = "\xd6\xa8", [0x53b2] = "\xdf\xc5", [0x53b3] = "\x85\xc7", - [0x53b4] = "\xce\xe2", [0x53b5] = "\xb3\xb3", [0x53b6] = "\x85\xc8", - [0x53b7] = "\x85\xc9", [0x53b8] = "\xce\xfc", [0x53b9] = "\xb4\xb5", - [0x53ba] = "\x85\xca", [0x53bb] = "\xce\xc7", [0x53bc] = "\xba\xf0", - [0x53bd] = "\x85\xcb", [0x53be] = "\xce\xe1", [0x53bf] = "\x85\xcc", - [0x53c0] = "\xd1\xbd", [0x53c1] = "\x85\xcd", [0x53c2] = "\x85\xce", - [0x53c3] = "\xdf\xc0", [0x53c4] = "\x85\xcf", [0x53c5] = "\x85\xd0", - [0x53c6] = "\xb4\xf4", [0x53c7] = "\x85\xd1", [0x53c8] = "\xb3\xca", - [0x53c9] = "\x85\xd2", [0x53ca] = "\xb8\xe6", [0x53cb] = "\xdf\xbb", - [0x53cc] = "\x85\xd3", [0x53cd] = "\x85\xd4", [0x53ce] = "\x85\xd5", - [0x53cf] = "\x85\xd6", [0x53d0] = "\xc4\xc5", [0x53d1] = "\x85\xd7", - [0x53d2] = "\xdf\xbc", [0x53d3] = "\xdf\xbd", [0x53d4] = "\xdf\xbe", - [0x53d5] = "\xc5\xbb", [0x53d6] = "\xdf\xbf", [0x53d7] = "\xdf\xc2", - [0x53d8] = "\xd4\xb1", [0x53d9] = "\xdf\xc3", [0x53da] = "\x85\xd8", - [0x53db] = "\xc7\xba", [0x53dc] = "\xce\xd8", [0x53dd] = "\x85\xd9", - [0x53de] = "\x85\xda", [0x53df] = "\x85\xdb", [0x53e0] = "\x85\xdc", - [0x53e1] = "\x85\xdd", [0x53e2] = "\xc4\xd8", [0x53e3] = "\x85\xde", - [0x53e4] = "\xdf\xca", [0x53e5] = "\x85\xdf", [0x53e6] = "\xdf\xcf", - [0x53e7] = "\x85\xe0", [0x53e8] = "\xd6\xdc", [0x53e9] = "\x85\xe1", - [0x53ea] = "\x85\xe2", [0x53eb] = "\x85\xe3", [0x53ec] = "\x85\xe4", - [0x53ed] = "\x85\xe5", [0x53ee] = "\x85\xe6", [0x53ef] = "\x85\xe7", - [0x53f0] = "\x85\xe8", [0x53f1] = "\xdf\xc9", [0x53f2] = "\xdf\xda", - [0x53f3] = "\xce\xb6", [0x53f4] = "\x85\xe9", [0x53f5] = "\xba\xc7", - [0x53f6] = "\xdf\xce", [0x53f7] = "\xdf\xc8", [0x53f8] = "\xc5\xde", - [0x53f9] = "\x85\xea", [0x53fa] = "\x85\xeb", [0x53fb] = "\xc9\xeb", - [0x53fc] = "\xba\xf4", [0x53fd] = "\xc3\xfc", [0x53fe] = "\x85\xec", - [0x53ff] = "\x85\xed", [0x5400] = "\xbe\xd7", [0x5401] = "\x85\xee", - [0x5402] = "\xdf\xc6", [0x5403] = "\x85\xef", [0x5404] = "\xdf\xcd", - [0x5405] = "\x85\xf0", [0x5406] = "\xc5\xd8", [0x5407] = "\x85\xf1", - [0x5408] = "\x85\xf2", [0x5409] = "\x85\xf3", [0x540a] = "\x85\xf4", - [0x540b] = "\xd5\xa6", [0x540c] = "\xba\xcd", [0x540d] = "\x85\xf5", - [0x540e] = "\xbe\xcc", [0x540f] = "\xd3\xbd", [0x5410] = "\xb8\xc0", - [0x5411] = "\x85\xf6", [0x5412] = "\xd6\xe4", [0x5413] = "\x85\xf7", - [0x5414] = "\xdf\xc7", [0x5415] = "\xb9\xbe", [0x5416] = "\xbf\xa7", - [0x5417] = "\x85\xf8", [0x5418] = "\x85\xf9", [0x5419] = "\xc1\xfc", - [0x541a] = "\xdf\xcb", [0x541b] = "\xdf\xcc", [0x541c] = "\x85\xfa", - [0x541d] = "\xdf\xd0", [0x541e] = "\x85\xfb", [0x541f] = "\x85\xfc", - [0x5420] = "\x85\xfd", [0x5421] = "\x85\xfe", [0x5422] = "\x86\x40", - [0x5423] = "\xdf\xdb", [0x5424] = "\xdf\xe5", [0x5425] = "\x86\x41", - [0x5426] = "\xdf\xd7", [0x5427] = "\xdf\xd6", [0x5428] = "\xd7\xc9", - [0x5429] = "\xdf\xe3", [0x542a] = "\xdf\xe4", [0x542b] = "\xe5\xeb", - [0x542c] = "\xd2\xa7", [0x542d] = "\xdf\xd2", [0x542e] = "\x86\x42", - [0x542f] = "\xbf\xa9", [0x5430] = "\x86\x43", [0x5431] = "\xd4\xdb", - [0x5432] = "\x86\x44", [0x5433] = "\xbf\xc8", [0x5434] = "\xdf\xd4", - [0x5435] = "\x86\x45", [0x5436] = "\x86\x46", [0x5437] = "\x86\x47", - [0x5438] = "\xcf\xcc", [0x5439] = "\x86\x48", [0x543a] = "\x86\x49", - [0x543b] = "\xdf\xdd", [0x543c] = "\x86\x4a", [0x543d] = "\xd1\xca", - [0x543e] = "\x86\x4b", [0x543f] = "\xdf\xde", [0x5440] = "\xb0\xa7", - [0x5441] = "\xc6\xb7", [0x5442] = "\xdf\xd3", [0x5443] = "\x86\x4c", - [0x5444] = "\xba\xe5", [0x5445] = "\x86\x4d", [0x5446] = "\xb6\xdf", - [0x5447] = "\xcd\xdb", [0x5448] = "\xb9\xfe", [0x5449] = "\xd4\xd5", - [0x544a] = "\x86\x4e", [0x544b] = "\x86\x4f", [0x544c] = "\xdf\xdf", - [0x544d] = "\xcf\xec", [0x544e] = "\xb0\xa5", [0x544f] = "\xdf\xe7", - [0x5450] = "\xdf\xd1", [0x5451] = "\xd1\xc6", [0x5452] = "\xdf\xd5", - [0x5453] = "\xdf\xd8", [0x5454] = "\xdf\xd9", [0x5455] = "\xdf\xdc", - [0x5456] = "\x86\x50", [0x5457] = "\xbb\xa9", [0x5458] = "\x86\x51", - [0x5459] = "\xdf\xe0", [0x545a] = "\xdf\xe1", [0x545b] = "\x86\x52", - [0x545c] = "\xdf\xe2", [0x545d] = "\xdf\xe6", [0x545e] = "\xdf\xe8", - [0x545f] = "\xd3\xb4", [0x5460] = "\x86\x53", [0x5461] = "\x86\x54", - [0x5462] = "\x86\x55", [0x5463] = "\x86\x56", [0x5464] = "\x86\x57", - [0x5465] = "\xb8\xe7", [0x5466] = "\xc5\xb6", [0x5467] = "\xdf\xea", - [0x5468] = "\xc9\xda", [0x5469] = "\xc1\xa8", [0x546a] = "\xc4\xc4", - [0x546b] = "\x86\x58", [0x546c] = "\x86\x59", [0x546d] = "\xbf\xde", - [0x546e] = "\xcf\xf8", [0x546f] = "\x86\x5a", [0x5470] = "\x86\x5b", - [0x5471] = "\x86\x5c", [0x5472] = "\xd5\xdc", [0x5473] = "\xdf\xee", - [0x5474] = "\x86\x5d", [0x5475] = "\x86\x5e", [0x5476] = "\x86\x5f", - [0x5477] = "\x86\x60", [0x5478] = "\x86\x61", [0x5479] = "\x86\x62", - [0x547a] = "\xb2\xb8", [0x547b] = "\x86\x63", [0x547c] = "\xba\xdf", - [0x547d] = "\xdf\xec", [0x547e] = "\x86\x64", [0x547f] = "\xdb\xc1", - [0x5480] = "\x86\x65", [0x5481] = "\xd1\xe4", [0x5482] = "\x86\x66", - [0x5483] = "\x86\x67", [0x5484] = "\x86\x68", [0x5485] = "\x86\x69", - [0x5486] = "\xcb\xf4", [0x5487] = "\xb4\xbd", [0x5488] = "\x86\x6a", - [0x5489] = "\xb0\xa6", [0x548a] = "\x86\x6b", [0x548b] = "\x86\x6c", - [0x548c] = "\x86\x6d", [0x548d] = "\x86\x6e", [0x548e] = "\x86\x6f", - [0x548f] = "\xdf\xf1", [0x5490] = "\xcc\xc6", [0x5491] = "\xdf\xf2", - [0x5492] = "\x86\x70", [0x5493] = "\x86\x71", [0x5494] = "\xdf\xed", - [0x5495] = "\x86\x72", [0x5496] = "\x86\x73", [0x5497] = "\x86\x74", - [0x5498] = "\x86\x75", [0x5499] = "\x86\x76", [0x549a] = "\x86\x77", - [0x549b] = "\xdf\xe9", [0x549c] = "\x86\x78", [0x549d] = "\x86\x79", - [0x549e] = "\x86\x7a", [0x549f] = "\x86\x7b", [0x54a0] = "\xdf\xeb", - [0x54a1] = "\x86\x7c", [0x54a2] = "\xdf\xef", [0x54a3] = "\xdf\xf0", - [0x54a4] = "\xbb\xbd", [0x54a5] = "\x86\x7d", [0x54a6] = "\x86\x7e", - [0x54a7] = "\xdf\xf3", [0x54a8] = "\x86\x80", [0x54a9] = "\x86\x81", - [0x54aa] = "\xdf\xf4", [0x54ab] = "\x86\x82", [0x54ac] = "\xbb\xa3", - [0x54ad] = "\x86\x83", [0x54ae] = "\xca\xdb", [0x54af] = "\xce\xa8", - [0x54b0] = "\xe0\xa7", [0x54b1] = "\xb3\xaa", [0x54b2] = "\x86\x84", - [0x54b3] = "\xe0\xa6", [0x54b4] = "\x86\x85", [0x54b5] = "\x86\x86", - [0x54b6] = "\x86\x87", [0x54b7] = "\xe0\xa1", [0x54b8] = "\x86\x88", - [0x54b9] = "\x86\x89", [0x54ba] = "\x86\x8a", [0x54bb] = "\x86\x8b", - [0x54bc] = "\xdf\xfe", [0x54bd] = "\x86\x8c", [0x54be] = "\xcd\xd9", - [0x54bf] = "\xdf\xfc", [0x54c0] = "\x86\x8d", [0x54c1] = "\xdf\xfa", - [0x54c2] = "\x86\x8e", [0x54c3] = "\xbf\xd0", [0x54c4] = "\xd7\xc4", - [0x54c5] = "\x86\x8f", [0x54c6] = "\xc9\xcc", [0x54c7] = "\x86\x90", - [0x54c8] = "\x86\x91", [0x54c9] = "\xdf\xf8", [0x54ca] = "\xb0\xa1", - [0x54cb] = "\x86\x92", [0x54cc] = "\x86\x93", [0x54cd] = "\x86\x94", - [0x54ce] = "\x86\x95", [0x54cf] = "\x86\x96", [0x54d0] = "\xdf\xfd", - [0x54d1] = "\x86\x97", [0x54d2] = "\x86\x98", [0x54d3] = "\x86\x99", - [0x54d4] = "\x86\x9a", [0x54d5] = "\xdf\xfb", [0x54d6] = "\xe0\xa2", - [0x54d7] = "\x86\x9b", [0x54d8] = "\x86\x9c", [0x54d9] = "\x86\x9d", - [0x54da] = "\x86\x9e", [0x54db] = "\x86\x9f", [0x54dc] = "\xe0\xa8", - [0x54dd] = "\x86\xa0", [0x54de] = "\x86\xa1", [0x54df] = "\x86\xa2", - [0x54e0] = "\x86\xa3", [0x54e1] = "\xb7\xc8", [0x54e2] = "\x86\xa4", - [0x54e3] = "\x86\xa5", [0x54e4] = "\xc6\xa1", [0x54e5] = "\xc9\xb6", - [0x54e6] = "\xc0\xb2", [0x54e7] = "\xdf\xf5", [0x54e8] = "\x86\xa6", - [0x54e9] = "\x86\xa7", [0x54ea] = "\xc5\xbe", [0x54eb] = "\x86\xa8", - [0x54ec] = "\xd8\xc4", [0x54ed] = "\xdf\xf9", [0x54ee] = "\xc4\xf6", - [0x54ef] = "\x86\xa9", [0x54f0] = "\x86\xaa", [0x54f1] = "\x86\xab", - [0x54f2] = "\x86\xac", [0x54f3] = "\x86\xad", [0x54f4] = "\x86\xae", - [0x54f5] = "\xe0\xa3", [0x54f6] = "\xe0\xa4", [0x54f7] = "\xe0\xa5", - [0x54f8] = "\xd0\xa5", [0x54f9] = "\x86\xaf", [0x54fa] = "\x86\xb0", - [0x54fb] = "\xe0\xb4", [0x54fc] = "\xcc\xe4", [0x54fd] = "\x86\xb1", - [0x54fe] = "\xe0\xb1", [0x54ff] = "\x86\xb2", [0x5500] = "\xbf\xa6", - [0x5501] = "\xe0\xaf", [0x5502] = "\xce\xb9", [0x5503] = "\xe0\xab", - [0x5504] = "\xc9\xc6", [0x5505] = "\x86\xb3", [0x5506] = "\x86\xb4", - [0x5507] = "\xc0\xae", [0x5508] = "\xe0\xae", [0x5509] = "\xba\xed", - [0x550a] = "\xba\xb0", [0x550b] = "\xe0\xa9", [0x550c] = "\x86\xb5", - [0x550d] = "\x86\xb6", [0x550e] = "\x86\xb7", [0x550f] = "\xdf\xf6", - [0x5510] = "\x86\xb8", [0x5511] = "\xe0\xb3", [0x5512] = "\x86\xb9", - [0x5513] = "\x86\xba", [0x5514] = "\xe0\xb8", [0x5515] = "\x86\xbb", - [0x5516] = "\x86\xbc", [0x5517] = "\x86\xbd", [0x5518] = "\xb4\xad", - [0x5519] = "\xe0\xb9", [0x551a] = "\x86\xbe", [0x551b] = "\x86\xbf", - [0x551c] = "\xcf\xb2", [0x551d] = "\xba\xc8", [0x551e] = "\x86\xc0", - [0x551f] = "\xe0\xb0", [0x5520] = "\x86\xc1", [0x5521] = "\x86\xc2", - [0x5522] = "\x86\xc3", [0x5523] = "\x86\xc4", [0x5524] = "\x86\xc5", - [0x5525] = "\x86\xc6", [0x5526] = "\x86\xc7", [0x5527] = "\xd0\xfa", - [0x5528] = "\x86\xc8", [0x5529] = "\x86\xc9", [0x552a] = "\x86\xca", - [0x552b] = "\x86\xcb", [0x552c] = "\x86\xcc", [0x552d] = "\x86\xcd", - [0x552e] = "\x86\xce", [0x552f] = "\x86\xcf", [0x5530] = "\x86\xd0", - [0x5531] = "\xe0\xac", [0x5532] = "\x86\xd1", [0x5533] = "\xd4\xfb", - [0x5534] = "\x86\xd2", [0x5535] = "\xdf\xf7", [0x5536] = "\x86\xd3", - [0x5537] = "\xc5\xe7", [0x5538] = "\x86\xd4", [0x5539] = "\xe0\xad", - [0x553a] = "\x86\xd5", [0x553b] = "\xd3\xf7", [0x553c] = "\x86\xd6", - [0x553d] = "\xe0\xb6", [0x553e] = "\xe0\xb7", [0x553f] = "\x86\xd7", - [0x5540] = "\x86\xd8", [0x5541] = "\x86\xd9", [0x5542] = "\x86\xda", - [0x5543] = "\x86\xdb", [0x5544] = "\xe0\xc4", [0x5545] = "\xd0\xe1", - [0x5546] = "\x86\xdc", [0x5547] = "\x86\xdd", [0x5548] = "\x86\xde", - [0x5549] = "\xe0\xbc", [0x554a] = "\x86\xdf", [0x554b] = "\x86\xe0", - [0x554c] = "\xe0\xc9", [0x554d] = "\xe0\xca", [0x554e] = "\x86\xe1", - [0x554f] = "\x86\xe2", [0x5550] = "\x86\xe3", [0x5551] = "\xe0\xbe", - [0x5552] = "\xe0\xaa", [0x5553] = "\xc9\xa4", [0x5554] = "\xe0\xc1", - [0x5555] = "\x86\xe4", [0x5556] = "\xe0\xb2", [0x5557] = "\x86\xe5", - [0x5558] = "\x86\xe6", [0x5559] = "\x86\xe7", [0x555a] = "\x86\xe8", - [0x555b] = "\x86\xe9", [0x555c] = "\xca\xc8", [0x555d] = "\xe0\xc3", - [0x555e] = "\x86\xea", [0x555f] = "\xe0\xb5", [0x5560] = "\x86\xeb", - [0x5561] = "\xce\xcb", [0x5562] = "\x86\xec", [0x5563] = "\xcb\xc3", - [0x5564] = "\xe0\xcd", [0x5565] = "\xe0\xc6", [0x5566] = "\xe0\xc2", - [0x5567] = "\x86\xed", [0x5568] = "\xe0\xcb", [0x5569] = "\x86\xee", - [0x556a] = "\xe0\xba", [0x556b] = "\xe0\xbf", [0x556c] = "\xe0\xc0", - [0x556d] = "\x86\xef", [0x556e] = "\x86\xf0", [0x556f] = "\xe0\xc5", - [0x5570] = "\x86\xf1", [0x5571] = "\x86\xf2", [0x5572] = "\xe0\xc7", - [0x5573] = "\xe0\xc8", [0x5574] = "\x86\xf3", [0x5575] = "\xe0\xcc", - [0x5576] = "\x86\xf4", [0x5577] = "\xe0\xbb", [0x5578] = "\x86\xf5", - [0x5579] = "\x86\xf6", [0x557a] = "\x86\xf7", [0x557b] = "\x86\xf8", - [0x557c] = "\x86\xf9", [0x557d] = "\xcb\xd4", [0x557e] = "\xe0\xd5", - [0x557f] = "\x86\xfa", [0x5580] = "\xe0\xd6", [0x5581] = "\xe0\xd2", - [0x5582] = "\x86\xfb", [0x5583] = "\x86\xfc", [0x5584] = "\x86\xfd", - [0x5585] = "\x86\xfe", [0x5586] = "\x87\x40", [0x5587] = "\x87\x41", - [0x5588] = "\xe0\xd0", [0x5589] = "\xbc\xce", [0x558a] = "\x87\x42", - [0x558b] = "\x87\x43", [0x558c] = "\xe0\xd1", [0x558d] = "\x87\x44", - [0x558e] = "\xb8\xc2", [0x558f] = "\xd8\xc5", [0x5590] = "\x87\x45", - [0x5591] = "\x87\x46", [0x5592] = "\x87\x47", [0x5593] = "\x87\x48", - [0x5594] = "\x87\x49", [0x5595] = "\x87\x4a", [0x5596] = "\x87\x4b", - [0x5597] = "\x87\x4c", [0x5598] = "\xd0\xea", [0x5599] = "\x87\x4d", - [0x559a] = "\x87\x4e", [0x559b] = "\xc2\xef", [0x559c] = "\x87\x4f", - [0x559d] = "\x87\x50", [0x559e] = "\xe0\xcf", [0x559f] = "\xe0\xbd", - [0x55a0] = "\x87\x51", [0x55a1] = "\x87\x52", [0x55a2] = "\x87\x53", - [0x55a3] = "\xe0\xd4", [0x55a4] = "\xe0\xd3", [0x55a5] = "\x87\x54", - [0x55a6] = "\x87\x55", [0x55a7] = "\xe0\xd7", [0x55a8] = "\x87\x56", - [0x55a9] = "\x87\x57", [0x55aa] = "\x87\x58", [0x55ab] = "\x87\x59", - [0x55ac] = "\xe0\xdc", [0x55ad] = "\xe0\xd8", [0x55ae] = "\x87\x5a", - [0x55af] = "\x87\x5b", [0x55b0] = "\x87\x5c", [0x55b1] = "\xd6\xf6", - [0x55b2] = "\xb3\xb0", [0x55b3] = "\x87\x5d", [0x55b4] = "\xd7\xec", - [0x55b5] = "\x87\x5e", [0x55b6] = "\xcb\xbb", [0x55b7] = "\x87\x5f", - [0x55b8] = "\x87\x60", [0x55b9] = "\xe0\xda", [0x55ba] = "\x87\x61", - [0x55bb] = "\xce\xfb", [0x55bc] = "\x87\x62", [0x55bd] = "\x87\x63", - [0x55be] = "\x87\x64", [0x55bf] = "\xba\xd9", [0x55c0] = "\x87\x65", - [0x55c1] = "\x87\x66", [0x55c2] = "\x87\x67", [0x55c3] = "\x87\x68", - [0x55c4] = "\x87\x69", [0x55c5] = "\x87\x6a", [0x55c6] = "\x87\x6b", - [0x55c7] = "\x87\x6c", [0x55c8] = "\x87\x6d", [0x55c9] = "\x87\x6e", - [0x55ca] = "\x87\x6f", [0x55cb] = "\x87\x70", [0x55cc] = "\xe0\xe1", - [0x55cd] = "\xe0\xdd", [0x55ce] = "\xd2\xad", [0x55cf] = "\x87\x71", - [0x55d0] = "\x87\x72", [0x55d1] = "\x87\x73", [0x55d2] = "\x87\x74", - [0x55d3] = "\x87\x75", [0x55d4] = "\xe0\xe2", [0x55d5] = "\x87\x76", - [0x55d6] = "\x87\x77", [0x55d7] = "\xe0\xdb", [0x55d8] = "\xe0\xd9", - [0x55d9] = "\xe0\xdf", [0x55da] = "\x87\x78", [0x55db] = "\x87\x79", - [0x55dc] = "\xe0\xe0", [0x55dd] = "\x87\x7a", [0x55de] = "\x87\x7b", - [0x55df] = "\x87\x7c", [0x55e0] = "\x87\x7d", [0x55e1] = "\x87\x7e", - [0x55e2] = "\xe0\xde", [0x55e3] = "\x87\x80", [0x55e4] = "\xe0\xe4", - [0x55e5] = "\x87\x81", [0x55e6] = "\x87\x82", [0x55e7] = "\x87\x83", - [0x55e8] = "\xc6\xf7", [0x55e9] = "\xd8\xac", [0x55ea] = "\xd4\xeb", - [0x55eb] = "\xe0\xe6", [0x55ec] = "\xca\xc9", [0x55ed] = "\x87\x84", - [0x55ee] = "\x87\x85", [0x55ef] = "\x87\x86", [0x55f0] = "\x87\x87", - [0x55f1] = "\xe0\xe5", [0x55f2] = "\x87\x88", [0x55f3] = "\x87\x89", - [0x55f4] = "\x87\x8a", [0x55f5] = "\x87\x8b", [0x55f6] = "\xb8\xc1", - [0x55f7] = "\x87\x8c", [0x55f8] = "\x87\x8d", [0x55f9] = "\x87\x8e", - [0x55fa] = "\x87\x8f", [0x55fb] = "\xe0\xe7", [0x55fc] = "\xe0\xe8", - [0x55fd] = "\x87\x90", [0x55fe] = "\x87\x91", [0x55ff] = "\x87\x92", - [0x5600] = "\x87\x93", [0x5601] = "\x87\x94", [0x5602] = "\x87\x95", - [0x5603] = "\x87\x96", [0x5604] = "\x87\x97", [0x5605] = "\xe0\xe9", - [0x5606] = "\xe0\xe3", [0x5607] = "\x87\x98", [0x5608] = "\x87\x99", - [0x5609] = "\x87\x9a", [0x560a] = "\x87\x9b", [0x560b] = "\x87\x9c", - [0x560c] = "\x87\x9d", [0x560d] = "\x87\x9e", [0x560e] = "\xba\xbf", - [0x560f] = "\xcc\xe7", [0x5610] = "\x87\x9f", [0x5611] = "\x87\xa0", - [0x5612] = "\x87\xa1", [0x5613] = "\xe0\xea", [0x5614] = "\x87\xa2", - [0x5615] = "\x87\xa3", [0x5616] = "\x87\xa4", [0x5617] = "\x87\xa5", - [0x5618] = "\x87\xa6", [0x5619] = "\x87\xa7", [0x561a] = "\x87\xa8", - [0x561b] = "\x87\xa9", [0x561c] = "\x87\xaa", [0x561d] = "\x87\xab", - [0x561e] = "\x87\xac", [0x561f] = "\x87\xad", [0x5620] = "\x87\xae", - [0x5621] = "\x87\xaf", [0x5622] = "\x87\xb0", [0x5623] = "\xcf\xf9", - [0x5624] = "\x87\xb1", [0x5625] = "\x87\xb2", [0x5626] = "\x87\xb3", - [0x5627] = "\x87\xb4", [0x5628] = "\x87\xb5", [0x5629] = "\x87\xb6", - [0x562a] = "\x87\xb7", [0x562b] = "\x87\xb8", [0x562c] = "\x87\xb9", - [0x562d] = "\x87\xba", [0x562e] = "\x87\xbb", [0x562f] = "\xe0\xeb", - [0x5630] = "\x87\xbc", [0x5631] = "\x87\xbd", [0x5632] = "\x87\xbe", - [0x5633] = "\x87\xbf", [0x5634] = "\x87\xc0", [0x5635] = "\x87\xc1", - [0x5636] = "\x87\xc2", [0x5637] = "\xc8\xc2", [0x5638] = "\x87\xc3", - [0x5639] = "\x87\xc4", [0x563a] = "\x87\xc5", [0x563b] = "\x87\xc6", - [0x563c] = "\xbd\xc0", [0x563d] = "\x87\xc7", [0x563e] = "\x87\xc8", - [0x563f] = "\x87\xc9", [0x5640] = "\x87\xca", [0x5641] = "\x87\xcb", - [0x5642] = "\x87\xcc", [0x5643] = "\x87\xcd", [0x5644] = "\x87\xce", - [0x5645] = "\x87\xcf", [0x5646] = "\x87\xd0", [0x5647] = "\x87\xd1", - [0x5648] = "\x87\xd2", [0x5649] = "\x87\xd3", [0x564a] = "\xc4\xd2", - [0x564b] = "\x87\xd4", [0x564c] = "\x87\xd5", [0x564d] = "\x87\xd6", - [0x564e] = "\x87\xd7", [0x564f] = "\x87\xd8", [0x5650] = "\x87\xd9", - [0x5651] = "\x87\xda", [0x5652] = "\x87\xdb", [0x5653] = "\x87\xdc", - [0x5654] = "\xe0\xec", [0x5655] = "\x87\xdd", [0x5656] = "\x87\xde", - [0x5657] = "\xe0\xed", [0x5658] = "\x87\xdf", [0x5659] = "\x87\xe0", - [0x565a] = "\xc7\xf4", [0x565b] = "\xcb\xc4", [0x565c] = "\x87\xe1", - [0x565d] = "\xe0\xee", [0x565e] = "\xbb\xd8", [0x565f] = "\xd8\xb6", - [0x5660] = "\xd2\xf2", [0x5661] = "\xe0\xef", [0x5662] = "\xcd\xc5", - [0x5663] = "\x87\xe2", [0x5664] = "\xb6\xda", [0x5665] = "\x87\xe3", - [0x5666] = "\x87\xe4", [0x5667] = "\x87\xe5", [0x5668] = "\x87\xe6", - [0x5669] = "\x87\xe7", [0x566a] = "\x87\xe8", [0x566b] = "\xe0\xf1", - [0x566c] = "\x87\xe9", [0x566d] = "\xd4\xb0", [0x566e] = "\x87\xea", - [0x566f] = "\x87\xeb", [0x5670] = "\xc0\xa7", [0x5671] = "\xb4\xd1", - [0x5672] = "\x87\xec", [0x5673] = "\x87\xed", [0x5674] = "\xce\xa7", - [0x5675] = "\xe0\xf0", [0x5676] = "\x87\xee", [0x5677] = "\x87\xef", - [0x5678] = "\x87\xf0", [0x5679] = "\xe0\xf2", [0x567a] = "\xb9\xcc", - [0x567b] = "\x87\xf1", [0x567c] = "\x87\xf2", [0x567d] = "\xb9\xfa", - [0x567e] = "\xcd\xbc", [0x567f] = "\xe0\xf3", [0x5680] = "\x87\xf3", - [0x5681] = "\x87\xf4", [0x5682] = "\x87\xf5", [0x5683] = "\xc6\xd4", - [0x5684] = "\xe0\xf4", [0x5685] = "\x87\xf6", [0x5686] = "\xd4\xb2", - [0x5687] = "\x87\xf7", [0x5688] = "\xc8\xa6", [0x5689] = "\xe0\xf6", - [0x568a] = "\xe0\xf5", [0x568b] = "\x87\xf8", [0x568c] = "\x87\xf9", - [0x568d] = "\x87\xfa", [0x568e] = "\x87\xfb", [0x568f] = "\x87\xfc", - [0x5690] = "\x87\xfd", [0x5691] = "\x87\xfe", [0x5692] = "\x88\x40", - [0x5693] = "\x88\x41", [0x5694] = "\x88\x42", [0x5695] = "\x88\x43", - [0x5696] = "\x88\x44", [0x5697] = "\x88\x45", [0x5698] = "\x88\x46", - [0x5699] = "\x88\x47", [0x569a] = "\x88\x48", [0x569b] = "\x88\x49", - [0x569c] = "\xe0\xf7", [0x569d] = "\x88\x4a", [0x569e] = "\x88\x4b", - [0x569f] = "\xcd\xc1", [0x56a0] = "\x88\x4c", [0x56a1] = "\x88\x4d", - [0x56a2] = "\x88\x4e", [0x56a3] = "\xca\xa5", [0x56a4] = "\x88\x4f", - [0x56a5] = "\x88\x50", [0x56a6] = "\x88\x51", [0x56a7] = "\x88\x52", - [0x56a8] = "\xd4\xda", [0x56a9] = "\xdb\xd7", [0x56aa] = "\xdb\xd9", - [0x56ab] = "\x88\x53", [0x56ac] = "\xdb\xd8", [0x56ad] = "\xb9\xe7", - [0x56ae] = "\xdb\xdc", [0x56af] = "\xdb\xdd", [0x56b0] = "\xb5\xd8", - [0x56b1] = "\x88\x54", [0x56b2] = "\x88\x55", [0x56b3] = "\xdb\xda", - [0x56b4] = "\x88\x56", [0x56b5] = "\x88\x57", [0x56b6] = "\x88\x58", - [0x56b7] = "\x88\x59", [0x56b8] = "\x88\x5a", [0x56b9] = "\xdb\xdb", - [0x56ba] = "\xb3\xa1", [0x56bb] = "\xdb\xdf", [0x56bc] = "\x88\x5b", - [0x56bd] = "\x88\x5c", [0x56be] = "\xbb\xf8", [0x56bf] = "\x88\x5d", - [0x56c0] = "\xd6\xb7", [0x56c1] = "\x88\x5e", [0x56c2] = "\xdb\xe0", - [0x56c3] = "\x88\x5f", [0x56c4] = "\x88\x60", [0x56c5] = "\x88\x61", - [0x56c6] = "\x88\x62", [0x56c7] = "\xbe\xf9", [0x56c8] = "\x88\x63", - [0x56c9] = "\x88\x64", [0x56ca] = "\xb7\xbb", [0x56cb] = "\x88\x65", - [0x56cc] = "\xdb\xd0", [0x56cd] = "\xcc\xae", [0x56ce] = "\xbf\xb2", - [0x56cf] = "\xbb\xb5", [0x56d0] = "\xd7\xf8", [0x56d1] = "\xbf\xd3", - [0x56d2] = "\x88\x66", [0x56d3] = "\x88\x67", [0x56d4] = "\x88\x68", - [0x56d5] = "\x88\x69", [0x56d6] = "\x88\x6a", [0x56d7] = "\xbf\xe9", - [0x56d8] = "\x88\x6b", [0x56d9] = "\x88\x6c", [0x56da] = "\xbc\xe1", - [0x56db] = "\xcc\xb3", [0x56dc] = "\xdb\xde", [0x56dd] = "\xb0\xd3", - [0x56de] = "\xce\xeb", [0x56df] = "\xb7\xd8", [0x56e0] = "\xd7\xb9", - [0x56e1] = "\xc6\xc2", [0x56e2] = "\x88\x6d", [0x56e3] = "\x88\x6e", - [0x56e4] = "\xc0\xa4", [0x56e5] = "\x88\x6f", [0x56e6] = "\xcc\xb9", - [0x56e7] = "\x88\x70", [0x56e8] = "\xdb\xe7", [0x56e9] = "\xdb\xe1", - [0x56ea] = "\xc6\xba", [0x56eb] = "\xdb\xe3", [0x56ec] = "\x88\x71", - [0x56ed] = "\xdb\xe8", [0x56ee] = "\x88\x72", [0x56ef] = "\xc5\xf7", - [0x56f0] = "\x88\x73", [0x56f1] = "\x88\x74", [0x56f2] = "\x88\x75", - [0x56f3] = "\xdb\xea", [0x56f4] = "\x88\x76", [0x56f5] = "\x88\x77", - [0x56f6] = "\xdb\xe9", [0x56f7] = "\xbf\xc0", [0x56f8] = "\x88\x78", - [0x56f9] = "\x88\x79", [0x56fa] = "\x88\x7a", [0x56fb] = "\xdb\xe6", - [0x56fc] = "\xdb\xe5", [0x56fd] = "\x88\x7b", [0x56fe] = "\x88\x7c", - [0x56ff] = "\x88\x7d", [0x5700] = "\x88\x7e", [0x5701] = "\x88\x80", - [0x5702] = "\xb4\xb9", [0x5703] = "\xc0\xac", [0x5704] = "\xc2\xa2", - [0x5705] = "\xdb\xe2", [0x5706] = "\xdb\xe4", [0x5707] = "\x88\x81", - [0x5708] = "\x88\x82", [0x5709] = "\x88\x83", [0x570a] = "\x88\x84", - [0x570b] = "\xd0\xcd", [0x570c] = "\xdb\xed", [0x570d] = "\x88\x85", - [0x570e] = "\x88\x86", [0x570f] = "\x88\x87", [0x5710] = "\x88\x88", - [0x5711] = "\x88\x89", [0x5712] = "\xc0\xdd", [0x5713] = "\xdb\xf2", - [0x5714] = "\x88\x8a", [0x5715] = "\x88\x8b", [0x5716] = "\x88\x8c", - [0x5717] = "\x88\x8d", [0x5718] = "\x88\x8e", [0x5719] = "\x88\x8f", - [0x571a] = "\x88\x90", [0x571b] = "\xb6\xe2", [0x571c] = "\x88\x91", - [0x571d] = "\x88\x92", [0x571e] = "\x88\x93", [0x571f] = "\x88\x94", - [0x5720] = "\xdb\xf3", [0x5721] = "\xdb\xd2", [0x5722] = "\xb9\xb8", - [0x5723] = "\xd4\xab", [0x5724] = "\xdb\xec", [0x5725] = "\x88\x95", - [0x5726] = "\xbf\xd1", [0x5727] = "\xdb\xf0", [0x5728] = "\x88\x96", - [0x5729] = "\xdb\xd1", [0x572a] = "\x88\x97", [0x572b] = "\xb5\xe6", - [0x572c] = "\x88\x98", [0x572d] = "\xdb\xeb", [0x572e] = "\xbf\xe5", - [0x572f] = "\x88\x99", [0x5730] = "\x88\x9a", [0x5731] = "\x88\x9b", - [0x5732] = "\xdb\xee", [0x5733] = "\x88\x9c", [0x5734] = "\xdb\xf1", - [0x5735] = "\x88\x9d", [0x5736] = "\x88\x9e", [0x5737] = "\x88\x9f", - [0x5738] = "\xdb\xf9", [0x5739] = "\x88\xa0", [0x573a] = "\x88\xa1", - [0x573b] = "\x88\xa2", [0x573c] = "\x88\xa3", [0x573d] = "\x88\xa4", - [0x573e] = "\x88\xa5", [0x573f] = "\x88\xa6", [0x5740] = "\x88\xa7", - [0x5741] = "\x88\xa8", [0x5742] = "\xb9\xa1", [0x5743] = "\xb0\xa3", - [0x5744] = "\x88\xa9", [0x5745] = "\x88\xaa", [0x5746] = "\x88\xab", - [0x5747] = "\x88\xac", [0x5748] = "\x88\xad", [0x5749] = "\x88\xae", - [0x574a] = "\x88\xaf", [0x574b] = "\xc2\xf1", [0x574c] = "\x88\xb0", - [0x574d] = "\x88\xb1", [0x574e] = "\xb3\xc7", [0x574f] = "\xdb\xef", - [0x5750] = "\x88\xb2", [0x5751] = "\x88\xb3", [0x5752] = "\xdb\xf8", - [0x5753] = "\x88\xb4", [0x5754] = "\xc6\xd2", [0x5755] = "\xdb\xf4", - [0x5756] = "\x88\xb5", [0x5757] = "\x88\xb6", [0x5758] = "\xdb\xf5", - [0x5759] = "\xdb\xf7", [0x575a] = "\xdb\xf6", [0x575b] = "\x88\xb7", - [0x575c] = "\x88\xb8", [0x575d] = "\xdb\xfe", [0x575e] = "\x88\xb9", - [0x575f] = "\xd3\xf2", [0x5760] = "\xb2\xba", [0x5761] = "\x88\xba", - [0x5762] = "\x88\xbb", [0x5763] = "\x88\xbc", [0x5764] = "\xdb\xfd", - [0x5765] = "\x88\xbd", [0x5766] = "\x88\xbe", [0x5767] = "\x88\xbf", - [0x5768] = "\x88\xc0", [0x5769] = "\x88\xc1", [0x576a] = "\x88\xc2", - [0x576b] = "\x88\xc3", [0x576c] = "\x88\xc4", [0x576d] = "\xdc\xa4", - [0x576e] = "\x88\xc5", [0x576f] = "\xdb\xfb", [0x5770] = "\x88\xc6", - [0x5771] = "\x88\xc7", [0x5772] = "\x88\xc8", [0x5773] = "\x88\xc9", - [0x5774] = "\xdb\xfa", [0x5775] = "\x88\xca", [0x5776] = "\x88\xcb", - [0x5777] = "\x88\xcc", [0x5778] = "\xdb\xfc", [0x5779] = "\xc5\xe0", - [0x577a] = "\xbb\xf9", [0x577b] = "\x88\xcd", [0x577c] = "\x88\xce", - [0x577d] = "\xdc\xa3", [0x577e] = "\x88\xcf", [0x577f] = "\x88\xd0", - [0x5780] = "\xdc\xa5", [0x5781] = "\x88\xd1", [0x5782] = "\xcc\xc3", - [0x5783] = "\x88\xd2", [0x5784] = "\x88\xd3", [0x5785] = "\x88\xd4", - [0x5786] = "\xb6\xd1", [0x5787] = "\xdd\xc0", [0x5788] = "\x88\xd5", - [0x5789] = "\x88\xd6", [0x578a] = "\x88\xd7", [0x578b] = "\xdc\xa1", - [0x578c] = "\x88\xd8", [0x578d] = "\xdc\xa2", [0x578e] = "\x88\xd9", - [0x578f] = "\x88\xda", [0x5790] = "\x88\xdb", [0x5791] = "\xc7\xb5", - [0x5792] = "\x88\xdc", [0x5793] = "\x88\xdd", [0x5794] = "\x88\xde", - [0x5795] = "\xb6\xe9", [0x5796] = "\x88\xdf", [0x5797] = "\x88\xe0", - [0x5798] = "\x88\xe1", [0x5799] = "\xdc\xa7", [0x579a] = "\x88\xe2", - [0x579b] = "\x88\xe3", [0x579c] = "\x88\xe4", [0x579d] = "\x88\xe5", - [0x579e] = "\xdc\xa6", [0x579f] = "\x88\xe6", [0x57a0] = "\xdc\xa9", - [0x57a1] = "\xb1\xa4", [0x57a2] = "\x88\xe7", [0x57a3] = "\x88\xe8", - [0x57a4] = "\xb5\xcc", [0x57a5] = "\x88\xe9", [0x57a6] = "\x88\xea", - [0x57a7] = "\x88\xeb", [0x57a8] = "\x88\xec", [0x57a9] = "\x88\xed", - [0x57aa] = "\xbf\xb0", [0x57ab] = "\x88\xee", [0x57ac] = "\x88\xef", - [0x57ad] = "\x88\xf0", [0x57ae] = "\x88\xf1", [0x57af] = "\x88\xf2", - [0x57b0] = "\xd1\xdf", [0x57b1] = "\x88\xf3", [0x57b2] = "\x88\xf4", - [0x57b3] = "\x88\xf5", [0x57b4] = "\x88\xf6", [0x57b5] = "\xb6\xc2", - [0x57b6] = "\x88\xf7", [0x57b7] = "\x88\xf8", [0x57b8] = "\x88\xf9", - [0x57b9] = "\x88\xfa", [0x57ba] = "\x88\xfb", [0x57bb] = "\x88\xfc", - [0x57bc] = "\x88\xfd", [0x57bd] = "\x88\xfe", [0x57be] = "\x89\x40", - [0x57bf] = "\x89\x41", [0x57c0] = "\x89\x42", [0x57c1] = "\x89\x43", - [0x57c2] = "\x89\x44", [0x57c3] = "\x89\x45", [0x57c4] = "\xdc\xa8", - [0x57c5] = "\x89\x46", [0x57c6] = "\x89\x47", [0x57c7] = "\x89\x48", - [0x57c8] = "\x89\x49", [0x57c9] = "\x89\x4a", [0x57ca] = "\x89\x4b", - [0x57cb] = "\x89\x4c", [0x57cc] = "\xcb\xfa", [0x57cd] = "\xeb\xf3", - [0x57ce] = "\x89\x4d", [0x57cf] = "\x89\x4e", [0x57d0] = "\x89\x4f", - [0x57d1] = "\xcb\xdc", [0x57d2] = "\x89\x50", [0x57d3] = "\x89\x51", - [0x57d4] = "\xcb\xfe", [0x57d5] = "\x89\x52", [0x57d6] = "\x89\x53", - [0x57d7] = "\x89\x54", [0x57d8] = "\xcc\xc1", [0x57d9] = "\x89\x55", - [0x57da] = "\x89\x56", [0x57db] = "\x89\x57", [0x57dc] = "\x89\x58", - [0x57dd] = "\x89\x59", [0x57de] = "\xc8\xfb", [0x57df] = "\x89\x5a", - [0x57e0] = "\x89\x5b", [0x57e1] = "\x89\x5c", [0x57e2] = "\x89\x5d", - [0x57e3] = "\x89\x5e", [0x57e4] = "\x89\x5f", [0x57e5] = "\xdc\xaa", - [0x57e6] = "\x89\x60", [0x57e7] = "\x89\x61", [0x57e8] = "\x89\x62", - [0x57e9] = "\x89\x63", [0x57ea] = "\x89\x64", [0x57eb] = "\xcc\xee", - [0x57ec] = "\xdc\xab", [0x57ed] = "\x89\x65", [0x57ee] = "\x89\x66", - [0x57ef] = "\x89\x67", [0x57f0] = "\x89\x68", [0x57f1] = "\x89\x69", - [0x57f2] = "\x89\x6a", [0x57f3] = "\x89\x6b", [0x57f4] = "\x89\x6c", - [0x57f5] = "\x89\x6d", [0x57f6] = "\x89\x6e", [0x57f7] = "\x89\x6f", - [0x57f8] = "\x89\x70", [0x57f9] = "\x89\x71", [0x57fa] = "\x89\x72", - [0x57fb] = "\x89\x73", [0x57fc] = "\x89\x74", [0x57fd] = "\x89\x75", - [0x57fe] = "\xdb\xd3", [0x57ff] = "\x89\x76", [0x5800] = "\xdc\xaf", - [0x5801] = "\xdc\xac", [0x5802] = "\x89\x77", [0x5803] = "\xbe\xb3", - [0x5804] = "\x89\x78", [0x5805] = "\xca\xfb", [0x5806] = "\x89\x79", - [0x5807] = "\x89\x7a", [0x5808] = "\x89\x7b", [0x5809] = "\xdc\xad", - [0x580a] = "\x89\x7c", [0x580b] = "\x89\x7d", [0x580c] = "\x89\x7e", - [0x580d] = "\x89\x80", [0x580e] = "\x89\x81", [0x580f] = "\x89\x82", - [0x5810] = "\x89\x83", [0x5811] = "\x89\x84", [0x5812] = "\xc9\xca", - [0x5813] = "\xc4\xb9", [0x5814] = "\x89\x85", [0x5815] = "\x89\x86", - [0x5816] = "\x89\x87", [0x5817] = "\x89\x88", [0x5818] = "\x89\x89", - [0x5819] = "\xc7\xbd", [0x581a] = "\xdc\xae", [0x581b] = "\x89\x8a", - [0x581c] = "\x89\x8b", [0x581d] = "\x89\x8c", [0x581e] = "\xd4\xf6", - [0x581f] = "\xd0\xe6", [0x5820] = "\x89\x8d", [0x5821] = "\x89\x8e", - [0x5822] = "\x89\x8f", [0x5823] = "\x89\x90", [0x5824] = "\x89\x91", - [0x5825] = "\x89\x92", [0x5826] = "\x89\x93", [0x5827] = "\x89\x94", - [0x5828] = "\xc4\xab", [0x5829] = "\xb6\xd5", [0x582a] = "\x89\x95", - [0x582b] = "\x89\x96", [0x582c] = "\x89\x97", [0x582d] = "\x89\x98", - [0x582e] = "\x89\x99", [0x582f] = "\x89\x9a", [0x5830] = "\x89\x9b", - [0x5831] = "\x89\x9c", [0x5832] = "\x89\x9d", [0x5833] = "\x89\x9e", - [0x5834] = "\x89\x9f", [0x5835] = "\x89\xa0", [0x5836] = "\x89\xa1", - [0x5837] = "\x89\xa2", [0x5838] = "\x89\xa3", [0x5839] = "\x89\xa4", - [0x583a] = "\x89\xa5", [0x583b] = "\x89\xa6", [0x583c] = "\xdb\xd4", - [0x583d] = "\x89\xa7", [0x583e] = "\x89\xa8", [0x583f] = "\x89\xa9", - [0x5840] = "\x89\xaa", [0x5841] = "\xb1\xda", [0x5842] = "\x89\xab", - [0x5843] = "\x89\xac", [0x5844] = "\x89\xad", [0x5845] = "\xdb\xd5", - [0x5846] = "\x89\xae", [0x5847] = "\x89\xaf", [0x5848] = "\x89\xb0", - [0x5849] = "\x89\xb1", [0x584a] = "\x89\xb2", [0x584b] = "\x89\xb3", - [0x584c] = "\x89\xb4", [0x584d] = "\x89\xb5", [0x584e] = "\x89\xb6", - [0x584f] = "\x89\xb7", [0x5850] = "\x89\xb8", [0x5851] = "\xdb\xd6", - [0x5852] = "\x89\xb9", [0x5853] = "\x89\xba", [0x5854] = "\x89\xbb", - [0x5855] = "\xba\xbe", [0x5856] = "\x89\xbc", [0x5857] = "\x89\xbd", - [0x5858] = "\x89\xbe", [0x5859] = "\x89\xbf", [0x585a] = "\x89\xc0", - [0x585b] = "\x89\xc1", [0x585c] = "\x89\xc2", [0x585d] = "\x89\xc3", - [0x585e] = "\x89\xc4", [0x585f] = "\x89\xc5", [0x5860] = "\x89\xc6", - [0x5861] = "\x89\xc7", [0x5862] = "\x89\xc8", [0x5863] = "\x89\xc9", - [0x5864] = "\xc8\xc0", [0x5865] = "\x89\xca", [0x5866] = "\x89\xcb", - [0x5867] = "\x89\xcc", [0x5868] = "\x89\xcd", [0x5869] = "\x89\xce", - [0x586a] = "\x89\xcf", [0x586b] = "\xca\xbf", [0x586c] = "\xc8\xc9", - [0x586d] = "\x89\xd0", [0x586e] = "\xd7\xb3", [0x586f] = "\x89\xd1", - [0x5870] = "\xc9\xf9", [0x5871] = "\x89\xd2", [0x5872] = "\x89\xd3", - [0x5873] = "\xbf\xc7", [0x5874] = "\x89\xd4", [0x5875] = "\x89\xd5", - [0x5876] = "\xba\xf8", [0x5877] = "\x89\xd6", [0x5878] = "\x89\xd7", - [0x5879] = "\xd2\xbc", [0x587a] = "\x89\xd8", [0x587b] = "\x89\xd9", - [0x587c] = "\x89\xda", [0x587d] = "\x89\xdb", [0x587e] = "\x89\xdc", - [0x587f] = "\x89\xdd", [0x5880] = "\x89\xde", [0x5881] = "\x89\xdf", - [0x5882] = "\xe2\xba", [0x5883] = "\x89\xe0", [0x5884] = "\xb4\xa6", - [0x5885] = "\x89\xe1", [0x5886] = "\x89\xe2", [0x5887] = "\xb1\xb8", - [0x5888] = "\x89\xe3", [0x5889] = "\x89\xe4", [0x588a] = "\x89\xe5", - [0x588b] = "\x89\xe6", [0x588c] = "\x89\xe7", [0x588d] = "\xb8\xb4", - [0x588e] = "\x89\xe8", [0x588f] = "\xcf\xc4", [0x5890] = "\x89\xe9", - [0x5891] = "\x89\xea", [0x5892] = "\x89\xeb", [0x5893] = "\x89\xec", - [0x5894] = "\xd9\xe7", [0x5895] = "\xcf\xa6", [0x5896] = "\xcd\xe2", - [0x5897] = "\x89\xed", [0x5898] = "\x89\xee", [0x5899] = "\xd9\xed", - [0x589a] = "\xb6\xe0", [0x589b] = "\x89\xef", [0x589c] = "\xd2\xb9", - [0x589d] = "\x89\xf0", [0x589e] = "\x89\xf1", [0x589f] = "\xb9\xbb", - [0x58a0] = "\x89\xf2", [0x58a1] = "\x89\xf3", [0x58a2] = "\x89\xf4", - [0x58a3] = "\x89\xf5", [0x58a4] = "\xe2\xb9", [0x58a5] = "\xe2\xb7", - [0x58a6] = "\x89\xf6", [0x58a7] = "\xb4\xf3", [0x58a8] = "\x89\xf7", - [0x58a9] = "\xcc\xec", [0x58aa] = "\xcc\xab", [0x58ab] = "\xb7\xf2", - [0x58ac] = "\x89\xf8", [0x58ad] = "\xd8\xb2", [0x58ae] = "\xd1\xeb", - [0x58af] = "\xba\xbb", [0x58b0] = "\x89\xf9", [0x58b1] = "\xca\xa7", - [0x58b2] = "\x89\xfa", [0x58b3] = "\x89\xfb", [0x58b4] = "\xcd\xb7", - [0x58b5] = "\x89\xfc", [0x58b6] = "\x89\xfd", [0x58b7] = "\xd2\xc4", - [0x58b8] = "\xbf\xe4", [0x58b9] = "\xbc\xd0", [0x58ba] = "\xb6\xe1", - [0x58bb] = "\x89\xfe", [0x58bc] = "\xde\xc5", [0x58bd] = "\x8a\x40", - [0x58be] = "\x8a\x41", [0x58bf] = "\x8a\x42", [0x58c0] = "\x8a\x43", - [0x58c1] = "\xde\xc6", [0x58c2] = "\xdb\xbc", [0x58c3] = "\x8a\x44", - [0x58c4] = "\xd1\xd9", [0x58c5] = "\x8a\x45", [0x58c6] = "\x8a\x46", - [0x58c7] = "\xc6\xe6", [0x58c8] = "\xc4\xce", [0x58c9] = "\xb7\xee", - [0x58ca] = "\x8a\x47", [0x58cb] = "\xb7\xdc", [0x58cc] = "\x8a\x48", - [0x58cd] = "\x8a\x49", [0x58ce] = "\xbf\xfc", [0x58cf] = "\xd7\xe0", - [0x58d0] = "\x8a\x4a", [0x58d1] = "\xc6\xf5", [0x58d2] = "\x8a\x4b", - [0x58d3] = "\x8a\x4c", [0x58d4] = "\xb1\xbc", [0x58d5] = "\xde\xc8", - [0x58d6] = "\xbd\xb1", [0x58d7] = "\xcc\xd7", [0x58d8] = "\xde\xca", - [0x58d9] = "\x8a\x4d", [0x58da] = "\xde\xc9", [0x58db] = "\x8a\x4e", - [0x58dc] = "\x8a\x4f", [0x58dd] = "\x8a\x50", [0x58de] = "\x8a\x51", - [0x58df] = "\x8a\x52", [0x58e0] = "\xb5\xec", [0x58e1] = "\x8a\x53", - [0x58e2] = "\xc9\xdd", [0x58e3] = "\x8a\x54", [0x58e4] = "\x8a\x55", - [0x58e5] = "\xb0\xc2", [0x58e6] = "\x8a\x56", [0x58e7] = "\x8a\x57", - [0x58e8] = "\x8a\x58", [0x58e9] = "\x8a\x59", [0x58ea] = "\x8a\x5a", - [0x58eb] = "\x8a\x5b", [0x58ec] = "\x8a\x5c", [0x58ed] = "\x8a\x5d", - [0x58ee] = "\x8a\x5e", [0x58ef] = "\x8a\x5f", [0x58f0] = "\x8a\x60", - [0x58f1] = "\x8a\x61", [0x58f2] = "\x8a\x62", [0x58f3] = "\xc5\xae", - [0x58f4] = "\xc5\xab", [0x58f5] = "\x8a\x63", [0x58f6] = "\xc4\xcc", - [0x58f7] = "\x8a\x64", [0x58f8] = "\xbc\xe9", [0x58f9] = "\xcb\xfd", - [0x58fa] = "\x8a\x65", [0x58fb] = "\x8a\x66", [0x58fc] = "\x8a\x67", - [0x58fd] = "\xba\xc3", [0x58fe] = "\x8a\x68", [0x58ff] = "\x8a\x69", - [0x5900] = "\x8a\x6a", [0x5901] = "\xe5\xf9", [0x5902] = "\xc8\xe7", - [0x5903] = "\xe5\xfa", [0x5904] = "\xcd\xfd", [0x5905] = "\x8a\x6b", - [0x5906] = "\xd7\xb1", [0x5907] = "\xb8\xbe", [0x5908] = "\xc2\xe8", - [0x5909] = "\x8a\x6c", [0x590a] = "\xc8\xd1", [0x590b] = "\x8a\x6d", - [0x590c] = "\x8a\x6e", [0x590d] = "\xe5\xfb", [0x590e] = "\x8a\x6f", - [0x590f] = "\x8a\x70", [0x5910] = "\x8a\x71", [0x5911] = "\x8a\x72", - [0x5912] = "\xb6\xca", [0x5913] = "\xbc\xcb", [0x5914] = "\x8a\x73", - [0x5915] = "\x8a\x74", [0x5916] = "\xd1\xfd", [0x5917] = "\xe6\xa1", - [0x5918] = "\x8a\x75", [0x5919] = "\xc3\xee", [0x591a] = "\x8a\x76", - [0x591b] = "\x8a\x77", [0x591c] = "\x8a\x78", [0x591d] = "\x8a\x79", - [0x591e] = "\xe6\xa4", [0x591f] = "\x8a\x7a", [0x5920] = "\x8a\x7b", - [0x5921] = "\x8a\x7c", [0x5922] = "\x8a\x7d", [0x5923] = "\xe5\xfe", - [0x5924] = "\xe6\xa5", [0x5925] = "\xcd\xd7", [0x5926] = "\x8a\x7e", - [0x5927] = "\x8a\x80", [0x5928] = "\xb7\xc1", [0x5929] = "\xe5\xfc", - [0x592a] = "\xe5\xfd", [0x592b] = "\xe6\xa3", [0x592c] = "\x8a\x81", - [0x592d] = "\x8a\x82", [0x592e] = "\xc4\xdd", [0x592f] = "\xe6\xa8", - [0x5930] = "\x8a\x83", [0x5931] = "\x8a\x84", [0x5932] = "\xe6\xa7", - [0x5933] = "\x8a\x85", [0x5934] = "\x8a\x86", [0x5935] = "\x8a\x87", - [0x5936] = "\x8a\x88", [0x5937] = "\x8a\x89", [0x5938] = "\x8a\x8a", - [0x5939] = "\xc3\xc3", [0x593a] = "\x8a\x8b", [0x593b] = "\xc6\xde", - [0x593c] = "\x8a\x8c", [0x593d] = "\x8a\x8d", [0x593e] = "\xe6\xaa", - [0x593f] = "\x8a\x8e", [0x5940] = "\x8a\x8f", [0x5941] = "\x8a\x90", - [0x5942] = "\x8a\x91", [0x5943] = "\x8a\x92", [0x5944] = "\x8a\x93", - [0x5945] = "\x8a\x94", [0x5946] = "\xc4\xb7", [0x5947] = "\x8a\x95", - [0x5948] = "\x8a\x96", [0x5949] = "\x8a\x97", [0x594a] = "\xe6\xa2", - [0x594b] = "\xca\xbc", [0x594c] = "\x8a\x98", [0x594d] = "\x8a\x99", - [0x594e] = "\x8a\x9a", [0x594f] = "\x8a\x9b", [0x5950] = "\xbd\xe3", - [0x5951] = "\xb9\xc3", [0x5952] = "\xe6\xa6", [0x5953] = "\xd0\xd5", - [0x5954] = "\xce\xaf", [0x5955] = "\x8a\x9c", [0x5956] = "\x8a\x9d", - [0x5957] = "\xe6\xa9", [0x5958] = "\xe6\xb0", [0x5959] = "\x8a\x9e", - [0x595a] = "\xd2\xa6", [0x595b] = "\x8a\x9f", [0x595c] = "\xbd\xaa", - [0x595d] = "\xe6\xad", [0x595e] = "\x8a\xa0", [0x595f] = "\x8a\xa1", - [0x5960] = "\x8a\xa2", [0x5961] = "\x8a\xa3", [0x5962] = "\x8a\xa4", - [0x5963] = "\xe6\xaf", [0x5964] = "\x8a\xa5", [0x5965] = "\xc0\xd1", - [0x5966] = "\x8a\xa6", [0x5967] = "\x8a\xa7", [0x5968] = "\xd2\xcc", - [0x5969] = "\x8a\xa8", [0x596a] = "\x8a\xa9", [0x596b] = "\x8a\xaa", - [0x596c] = "\xbc\xa7", [0x596d] = "\x8a\xab", [0x596e] = "\x8a\xac", - [0x596f] = "\x8a\xad", [0x5970] = "\x8a\xae", [0x5971] = "\x8a\xaf", - [0x5972] = "\x8a\xb0", [0x5973] = "\x8a\xb1", [0x5974] = "\x8a\xb2", - [0x5975] = "\x8a\xb3", [0x5976] = "\x8a\xb4", [0x5977] = "\x8a\xb5", - [0x5978] = "\x8a\xb6", [0x5979] = "\xe6\xb1", [0x597a] = "\x8a\xb7", - [0x597b] = "\xd2\xf6", [0x597c] = "\x8a\xb8", [0x597d] = "\x8a\xb9", - [0x597e] = "\x8a\xba", [0x597f] = "\xd7\xcb", [0x5980] = "\x8a\xbb", - [0x5981] = "\xcd\xfe", [0x5982] = "\x8a\xbc", [0x5983] = "\xcd\xde", - [0x5984] = "\xc2\xa6", [0x5985] = "\xe6\xab", [0x5986] = "\xe6\xac", - [0x5987] = "\xbd\xbf", [0x5988] = "\xe6\xae", [0x5989] = "\xe6\xb3", - [0x598a] = "\x8a\xbd", [0x598b] = "\x8a\xbe", [0x598c] = "\xe6\xb2", - [0x598d] = "\x8a\xbf", [0x598e] = "\x8a\xc0", [0x598f] = "\x8a\xc1", - [0x5990] = "\x8a\xc2", [0x5991] = "\xe6\xb6", [0x5992] = "\x8a\xc3", - [0x5993] = "\xe6\xb8", [0x5994] = "\x8a\xc4", [0x5995] = "\x8a\xc5", - [0x5996] = "\x8a\xc6", [0x5997] = "\x8a\xc7", [0x5998] = "\xc4\xef", - [0x5999] = "\x8a\xc8", [0x599a] = "\x8a\xc9", [0x599b] = "\x8a\xca", - [0x599c] = "\xc4\xc8", [0x599d] = "\x8a\xcb", [0x599e] = "\x8a\xcc", - [0x599f] = "\xbe\xea", [0x59a0] = "\xc9\xef", [0x59a1] = "\x8a\xcd", - [0x59a2] = "\x8a\xce", [0x59a3] = "\xe6\xb7", [0x59a4] = "\x8a\xcf", - [0x59a5] = "\xb6\xf0", [0x59a6] = "\x8a\xd0", [0x59a7] = "\x8a\xd1", - [0x59a8] = "\x8a\xd2", [0x59a9] = "\xc3\xe4", [0x59aa] = "\x8a\xd3", - [0x59ab] = "\x8a\xd4", [0x59ac] = "\x8a\xd5", [0x59ad] = "\x8a\xd6", - [0x59ae] = "\x8a\xd7", [0x59af] = "\x8a\xd8", [0x59b0] = "\x8a\xd9", - [0x59b1] = "\xd3\xe9", [0x59b2] = "\xe6\xb4", [0x59b3] = "\x8a\xda", - [0x59b4] = "\xe6\xb5", [0x59b5] = "\x8a\xdb", [0x59b6] = "\xc8\xa2", - [0x59b7] = "\x8a\xdc", [0x59b8] = "\x8a\xdd", [0x59b9] = "\x8a\xde", - [0x59ba] = "\x8a\xdf", [0x59bb] = "\x8a\xe0", [0x59bc] = "\xe6\xbd", - [0x59bd] = "\x8a\xe1", [0x59be] = "\x8a\xe2", [0x59bf] = "\x8a\xe3", - [0x59c0] = "\xe6\xb9", [0x59c1] = "\x8a\xe4", [0x59c2] = "\x8a\xe5", - [0x59c3] = "\x8a\xe6", [0x59c4] = "\x8a\xe7", [0x59c5] = "\x8a\xe8", - [0x59c6] = "\xc6\xc5", [0x59c7] = "\x8a\xe9", [0x59c8] = "\x8a\xea", - [0x59c9] = "\xcd\xf1", [0x59ca] = "\xe6\xbb", [0x59cb] = "\x8a\xeb", - [0x59cc] = "\x8a\xec", [0x59cd] = "\x8a\xed", [0x59ce] = "\x8a\xee", - [0x59cf] = "\x8a\xef", [0x59d0] = "\x8a\xf0", [0x59d1] = "\x8a\xf1", - [0x59d2] = "\x8a\xf2", [0x59d3] = "\x8a\xf3", [0x59d4] = "\x8a\xf4", - [0x59d5] = "\xe6\xbc", [0x59d6] = "\x8a\xf5", [0x59d7] = "\x8a\xf6", - [0x59d8] = "\x8a\xf7", [0x59d9] = "\x8a\xf8", [0x59da] = "\xbb\xe9", - [0x59db] = "\x8a\xf9", [0x59dc] = "\x8a\xfa", [0x59dd] = "\x8a\xfb", - [0x59de] = "\x8a\xfc", [0x59df] = "\x8a\xfd", [0x59e0] = "\x8a\xfe", - [0x59e1] = "\x8b\x40", [0x59e2] = "\xe6\xbe", [0x59e3] = "\x8b\x41", - [0x59e4] = "\x8b\x42", [0x59e5] = "\x8b\x43", [0x59e6] = "\x8b\x44", - [0x59e7] = "\xe6\xba", [0x59e8] = "\x8b\x45", [0x59e9] = "\x8b\x46", - [0x59ea] = "\xc0\xb7", [0x59eb] = "\x8b\x47", [0x59ec] = "\x8b\x48", - [0x59ed] = "\x8b\x49", [0x59ee] = "\x8b\x4a", [0x59ef] = "\x8b\x4b", - [0x59f0] = "\x8b\x4c", [0x59f1] = "\x8b\x4d", [0x59f2] = "\x8b\x4e", - [0x59f3] = "\x8b\x4f", [0x59f4] = "\xd3\xa4", [0x59f5] = "\xe6\xbf", - [0x59f6] = "\xc9\xf4", [0x59f7] = "\xe6\xc3", [0x59f8] = "\x8b\x50", - [0x59f9] = "\x8b\x51", [0x59fa] = "\xe6\xc4", [0x59fb] = "\x8b\x52", - [0x59fc] = "\x8b\x53", [0x59fd] = "\x8b\x54", [0x59fe] = "\x8b\x55", - [0x59ff] = "\xd0\xf6", [0x5a00] = "\x8b\x56", [0x5a01] = "\x8b\x57", - [0x5a02] = "\x8b\x58", [0x5a03] = "\x8b\x59", [0x5a04] = "\x8b\x5a", - [0x5a05] = "\x8b\x5b", [0x5a06] = "\x8b\x5c", [0x5a07] = "\x8b\x5d", - [0x5a08] = "\x8b\x5e", [0x5a09] = "\x8b\x5f", [0x5a0a] = "\x8b\x60", - [0x5a0b] = "\x8b\x61", [0x5a0c] = "\x8b\x62", [0x5a0d] = "\x8b\x63", - [0x5a0e] = "\x8b\x64", [0x5a0f] = "\x8b\x65", [0x5a10] = "\x8b\x66", - [0x5a11] = "\x8b\x67", [0x5a12] = "\xc3\xbd", [0x5a13] = "\x8b\x68", - [0x5a14] = "\x8b\x69", [0x5a15] = "\x8b\x6a", [0x5a16] = "\x8b\x6b", - [0x5a17] = "\x8b\x6c", [0x5a18] = "\x8b\x6d", [0x5a19] = "\x8b\x6e", - [0x5a1a] = "\xc3\xc4", [0x5a1b] = "\xe6\xc2", [0x5a1c] = "\x8b\x6f", - [0x5a1d] = "\x8b\x70", [0x5a1e] = "\x8b\x71", [0x5a1f] = "\x8b\x72", - [0x5a20] = "\x8b\x73", [0x5a21] = "\x8b\x74", [0x5a22] = "\x8b\x75", - [0x5a23] = "\x8b\x76", [0x5a24] = "\x8b\x77", [0x5a25] = "\x8b\x78", - [0x5a26] = "\x8b\x79", [0x5a27] = "\x8b\x7a", [0x5a28] = "\x8b\x7b", - [0x5a29] = "\x8b\x7c", [0x5a2a] = "\xe6\xc1", [0x5a2b] = "\x8b\x7d", - [0x5a2c] = "\x8b\x7e", [0x5a2d] = "\x8b\x80", [0x5a2e] = "\x8b\x81", - [0x5a2f] = "\x8b\x82", [0x5a30] = "\x8b\x83", [0x5a31] = "\x8b\x84", - [0x5a32] = "\xe6\xc7", [0x5a33] = "\xcf\xb1", [0x5a34] = "\x8b\x85", - [0x5a35] = "\xeb\xf4", [0x5a36] = "\x8b\x86", [0x5a37] = "\x8b\x87", - [0x5a38] = "\xe6\xca", [0x5a39] = "\x8b\x88", [0x5a3a] = "\x8b\x89", - [0x5a3b] = "\x8b\x8a", [0x5a3c] = "\x8b\x8b", [0x5a3d] = "\x8b\x8c", - [0x5a3e] = "\xe6\xc5", [0x5a3f] = "\x8b\x8d", [0x5a40] = "\x8b\x8e", - [0x5a41] = "\xbc\xde", [0x5a42] = "\xc9\xa9", [0x5a43] = "\x8b\x8f", - [0x5a44] = "\x8b\x90", [0x5a45] = "\x8b\x91", [0x5a46] = "\x8b\x92", - [0x5a47] = "\x8b\x93", [0x5a48] = "\x8b\x94", [0x5a49] = "\xbc\xb5", - [0x5a4a] = "\x8b\x95", [0x5a4b] = "\x8b\x96", [0x5a4c] = "\xcf\xd3", - [0x5a4d] = "\x8b\x97", [0x5a4e] = "\x8b\x98", [0x5a4f] = "\x8b\x99", - [0x5a50] = "\x8b\x9a", [0x5a51] = "\x8b\x9b", [0x5a52] = "\xe6\xc8", - [0x5a53] = "\x8b\x9c", [0x5a54] = "\xe6\xc9", [0x5a55] = "\x8b\x9d", - [0x5a56] = "\xe6\xce", [0x5a57] = "\x8b\x9e", [0x5a58] = "\xe6\xd0", - [0x5a59] = "\x8b\x9f", [0x5a5a] = "\x8b\xa0", [0x5a5b] = "\x8b\xa1", - [0x5a5c] = "\xe6\xd1", [0x5a5d] = "\x8b\xa2", [0x5a5e] = "\x8b\xa3", - [0x5a5f] = "\x8b\xa4", [0x5a60] = "\xe6\xcb", [0x5a61] = "\xb5\xd5", - [0x5a62] = "\x8b\xa5", [0x5a63] = "\xe6\xcc", [0x5a64] = "\x8b\xa6", - [0x5a65] = "\x8b\xa7", [0x5a66] = "\xe6\xcf", [0x5a67] = "\x8b\xa8", - [0x5a68] = "\x8b\xa9", [0x5a69] = "\xc4\xdb", [0x5a6a] = "\x8b\xaa", - [0x5a6b] = "\xe6\xc6", [0x5a6c] = "\x8b\xab", [0x5a6d] = "\x8b\xac", - [0x5a6e] = "\x8b\xad", [0x5a6f] = "\x8b\xae", [0x5a70] = "\x8b\xaf", - [0x5a71] = "\xe6\xcd", [0x5a72] = "\x8b\xb0", [0x5a73] = "\x8b\xb1", - [0x5a74] = "\x8b\xb2", [0x5a75] = "\x8b\xb3", [0x5a76] = "\x8b\xb4", - [0x5a77] = "\x8b\xb5", [0x5a78] = "\x8b\xb6", [0x5a79] = "\x8b\xb7", - [0x5a7a] = "\x8b\xb8", [0x5a7b] = "\x8b\xb9", [0x5a7c] = "\x8b\xba", - [0x5a7d] = "\x8b\xbb", [0x5a7e] = "\x8b\xbc", [0x5a7f] = "\x8b\xbd", - [0x5a80] = "\x8b\xbe", [0x5a81] = "\x8b\xbf", [0x5a82] = "\x8b\xc0", - [0x5a83] = "\x8b\xc1", [0x5a84] = "\x8b\xc2", [0x5a85] = "\x8b\xc3", - [0x5a86] = "\x8b\xc4", [0x5a87] = "\x8b\xc5", [0x5a88] = "\x8b\xc6", - [0x5a89] = "\xe6\xd2", [0x5a8a] = "\x8b\xc7", [0x5a8b] = "\x8b\xc8", - [0x5a8c] = "\x8b\xc9", [0x5a8d] = "\x8b\xca", [0x5a8e] = "\x8b\xcb", - [0x5a8f] = "\x8b\xcc", [0x5a90] = "\x8b\xcd", [0x5a91] = "\x8b\xce", - [0x5a92] = "\x8b\xcf", [0x5a93] = "\x8b\xd0", [0x5a94] = "\x8b\xd1", - [0x5a95] = "\x8b\xd2", [0x5a96] = "\xe6\xd4", [0x5a97] = "\xe6\xd3", - [0x5a98] = "\x8b\xd3", [0x5a99] = "\x8b\xd4", [0x5a9a] = "\x8b\xd5", - [0x5a9b] = "\x8b\xd6", [0x5a9c] = "\x8b\xd7", [0x5a9d] = "\x8b\xd8", - [0x5a9e] = "\x8b\xd9", [0x5a9f] = "\x8b\xda", [0x5aa0] = "\x8b\xdb", - [0x5aa1] = "\x8b\xdc", [0x5aa2] = "\x8b\xdd", [0x5aa3] = "\x8b\xde", - [0x5aa4] = "\x8b\xdf", [0x5aa5] = "\x8b\xe0", [0x5aa6] = "\x8b\xe1", - [0x5aa7] = "\x8b\xe2", [0x5aa8] = "\x8b\xe3", [0x5aa9] = "\x8b\xe4", - [0x5aaa] = "\x8b\xe5", [0x5aab] = "\x8b\xe6", [0x5aac] = "\x8b\xe7", - [0x5aad] = "\x8b\xe8", [0x5aae] = "\x8b\xe9", [0x5aaf] = "\x8b\xea", - [0x5ab0] = "\x8b\xeb", [0x5ab1] = "\x8b\xec", [0x5ab2] = "\xe6\xd5", - [0x5ab3] = "\x8b\xed", [0x5ab4] = "\xd9\xf8", [0x5ab5] = "\x8b\xee", - [0x5ab6] = "\x8b\xef", [0x5ab7] = "\xe6\xd6", [0x5ab8] = "\x8b\xf0", - [0x5ab9] = "\x8b\xf1", [0x5aba] = "\x8b\xf2", [0x5abb] = "\x8b\xf3", - [0x5abc] = "\x8b\xf4", [0x5abd] = "\x8b\xf5", [0x5abe] = "\x8b\xf6", - [0x5abf] = "\x8b\xf7", [0x5ac0] = "\xe6\xd7", [0x5ac1] = "\x8b\xf8", - [0x5ac2] = "\x8b\xf9", [0x5ac3] = "\x8b\xfa", [0x5ac4] = "\x8b\xfb", - [0x5ac5] = "\x8b\xfc", [0x5ac6] = "\x8b\xfd", [0x5ac7] = "\x8b\xfe", - [0x5ac8] = "\x8c\x40", [0x5ac9] = "\x8c\x41", [0x5aca] = "\x8c\x42", - [0x5acb] = "\x8c\x43", [0x5acc] = "\x8c\x44", [0x5acd] = "\x8c\x45", - [0x5ace] = "\x8c\x46", [0x5acf] = "\x8c\x47", [0x5ad0] = "\xd7\xd3", - [0x5ad1] = "\xe6\xdd", [0x5ad2] = "\x8c\x48", [0x5ad3] = "\xe6\xde", - [0x5ad4] = "\xbf\xd7", [0x5ad5] = "\xd4\xd0", [0x5ad6] = "\x8c\x49", - [0x5ad7] = "\xd7\xd6", [0x5ad8] = "\xb4\xe6", [0x5ad9] = "\xcb\xef", - [0x5ada] = "\xe6\xda", [0x5adb] = "\xd8\xc3", [0x5adc] = "\xd7\xce", - [0x5add] = "\xd0\xa2", [0x5ade] = "\x8c\x4a", [0x5adf] = "\xc3\xcf", - [0x5ae0] = "\x8c\x4b", [0x5ae1] = "\x8c\x4c", [0x5ae2] = "\xe6\xdf", - [0x5ae3] = "\xbc\xbe", [0x5ae4] = "\xb9\xc2", [0x5ae5] = "\xe6\xdb", - [0x5ae6] = "\xd1\xa7", [0x5ae7] = "\x8c\x4d", [0x5ae8] = "\x8c\x4e", - [0x5ae9] = "\xba\xa2", [0x5aea] = "\xc2\xcf", [0x5aeb] = "\x8c\x4f", - [0x5aec] = "\xd8\xab", [0x5aed] = "\x8c\x50", [0x5aee] = "\x8c\x51", - [0x5aef] = "\x8c\x52", [0x5af0] = "\xca\xeb", [0x5af1] = "\xe5\xee", - [0x5af2] = "\x8c\x53", [0x5af3] = "\xe6\xdc", [0x5af4] = "\x8c\x54", - [0x5af5] = "\xb7\xf5", [0x5af6] = "\x8c\x55", [0x5af7] = "\x8c\x56", - [0x5af8] = "\x8c\x57", [0x5af9] = "\x8c\x58", [0x5afa] = "\xc8\xe6", - [0x5afb] = "\x8c\x59", [0x5afc] = "\x8c\x5a", [0x5afd] = "\xc4\xf5", - [0x5afe] = "\x8c\x5b", [0x5aff] = "\x8c\x5c", [0x5b00] = "\xe5\xb2", - [0x5b01] = "\xc4\xfe", [0x5b02] = "\x8c\x5d", [0x5b03] = "\xcb\xfc", - [0x5b04] = "\xe5\xb3", [0x5b05] = "\xd5\xac", [0x5b06] = "\x8c\x5e", - [0x5b07] = "\xd3\xee", [0x5b08] = "\xca\xd8", [0x5b09] = "\xb0\xb2", - [0x5b0a] = "\x8c\x5f", [0x5b0b] = "\xcb\xce", [0x5b0c] = "\xcd\xea", - [0x5b0d] = "\x8c\x60", [0x5b0e] = "\x8c\x61", [0x5b0f] = "\xba\xea", - [0x5b10] = "\x8c\x62", [0x5b11] = "\x8c\x63", [0x5b12] = "\x8c\x64", - [0x5b13] = "\xe5\xb5", [0x5b14] = "\x8c\x65", [0x5b15] = "\xe5\xb4", - [0x5b16] = "\x8c\x66", [0x5b17] = "\xd7\xda", [0x5b18] = "\xb9\xd9", - [0x5b19] = "\xd6\xe6", [0x5b1a] = "\xb6\xa8", [0x5b1b] = "\xcd\xf0", - [0x5b1c] = "\xd2\xcb", [0x5b1d] = "\xb1\xa6", [0x5b1e] = "\xca\xb5", - [0x5b1f] = "\x8c\x67", [0x5b20] = "\xb3\xe8", [0x5b21] = "\xc9\xf3", - [0x5b22] = "\xbf\xcd", [0x5b23] = "\xd0\xfb", [0x5b24] = "\xca\xd2", - [0x5b25] = "\xe5\xb6", [0x5b26] = "\xbb\xc2", [0x5b27] = "\x8c\x68", - [0x5b28] = "\x8c\x69", [0x5b29] = "\x8c\x6a", [0x5b2a] = "\xcf\xdc", - [0x5b2b] = "\xb9\xac", [0x5b2c] = "\x8c\x6b", [0x5b2d] = "\x8c\x6c", - [0x5b2e] = "\x8c\x6d", [0x5b2f] = "\x8c\x6e", [0x5b30] = "\xd4\xd7", - [0x5b31] = "\x8c\x6f", [0x5b32] = "\x8c\x70", [0x5b33] = "\xba\xa6", - [0x5b34] = "\xd1\xe7", [0x5b35] = "\xcf\xfc", [0x5b36] = "\xbc\xd2", - [0x5b37] = "\x8c\x71", [0x5b38] = "\xe5\xb7", [0x5b39] = "\xc8\xdd", - [0x5b3a] = "\x8c\x72", [0x5b3b] = "\x8c\x73", [0x5b3c] = "\x8c\x74", - [0x5b3d] = "\xbf\xed", [0x5b3e] = "\xb1\xf6", [0x5b3f] = "\xcb\xde", - [0x5b40] = "\x8c\x75", [0x5b41] = "\x8c\x76", [0x5b42] = "\xbc\xc5", - [0x5b43] = "\x8c\x77", [0x5b44] = "\xbc\xc4", [0x5b45] = "\xd2\xfa", - [0x5b46] = "\xc3\xdc", [0x5b47] = "\xbf\xdc", [0x5b48] = "\x8c\x78", - [0x5b49] = "\x8c\x79", [0x5b4a] = "\x8c\x7a", [0x5b4b] = "\x8c\x7b", - [0x5b4c] = "\xb8\xbb", [0x5b4d] = "\x8c\x7c", [0x5b4e] = "\x8c\x7d", - [0x5b4f] = "\x8c\x7e", [0x5b50] = "\xc3\xc2", [0x5b51] = "\x8c\x80", - [0x5b52] = "\xba\xae", [0x5b53] = "\xd4\xa2", [0x5b54] = "\x8c\x81", - [0x5b55] = "\x8c\x82", [0x5b56] = "\x8c\x83", [0x5b57] = "\x8c\x84", - [0x5b58] = "\x8c\x85", [0x5b59] = "\x8c\x86", [0x5b5a] = "\x8c\x87", - [0x5b5b] = "\x8c\x88", [0x5b5c] = "\x8c\x89", [0x5b5d] = "\xc7\xde", - [0x5b5e] = "\xc4\xaf", [0x5b5f] = "\xb2\xec", [0x5b60] = "\x8c\x8a", - [0x5b61] = "\xb9\xd1", [0x5b62] = "\x8c\x8b", [0x5b63] = "\x8c\x8c", - [0x5b64] = "\xe5\xbb", [0x5b65] = "\xc1\xc8", [0x5b66] = "\x8c\x8d", - [0x5b67] = "\x8c\x8e", [0x5b68] = "\xd5\xaf", [0x5b69] = "\x8c\x8f", - [0x5b6a] = "\x8c\x90", [0x5b6b] = "\x8c\x91", [0x5b6c] = "\x8c\x92", - [0x5b6d] = "\x8c\x93", [0x5b6e] = "\xe5\xbc", [0x5b6f] = "\x8c\x94", - [0x5b70] = "\xe5\xbe", [0x5b71] = "\x8c\x95", [0x5b72] = "\x8c\x96", - [0x5b73] = "\x8c\x97", [0x5b74] = "\x8c\x98", [0x5b75] = "\x8c\x99", - [0x5b76] = "\x8c\x9a", [0x5b77] = "\x8c\x9b", [0x5b78] = "\xb4\xe7", - [0x5b79] = "\xb6\xd4", [0x5b7a] = "\xcb\xc2", [0x5b7b] = "\xd1\xb0", - [0x5b7c] = "\xb5\xbc", [0x5b7d] = "\x8c\x9c", [0x5b7e] = "\x8c\x9d", - [0x5b7f] = "\xca\xd9", [0x5b80] = "\x8c\x9e", [0x5b81] = "\xb7\xe2", - [0x5b82] = "\x8c\x9f", [0x5b83] = "\x8c\xa0", [0x5b84] = "\xc9\xe4", - [0x5b85] = "\x8c\xa1", [0x5b86] = "\xbd\xab", [0x5b87] = "\x8c\xa2", - [0x5b88] = "\x8c\xa3", [0x5b89] = "\xce\xbe", [0x5b8a] = "\xd7\xf0", - [0x5b8b] = "\x8c\xa4", [0x5b8c] = "\x8c\xa5", [0x5b8d] = "\x8c\xa6", - [0x5b8e] = "\x8c\xa7", [0x5b8f] = "\xd0\xa1", [0x5b90] = "\x8c\xa8", - [0x5b91] = "\xc9\xd9", [0x5b92] = "\x8c\xa9", [0x5b93] = "\x8c\xaa", - [0x5b94] = "\xb6\xfb", [0x5b95] = "\xe6\xd8", [0x5b96] = "\xbc\xe2", - [0x5b97] = "\x8c\xab", [0x5b98] = "\xb3\xbe", [0x5b99] = "\x8c\xac", - [0x5b9a] = "\xc9\xd0", [0x5b9b] = "\x8c\xad", [0x5b9c] = "\xe6\xd9", - [0x5b9d] = "\xb3\xa2", [0x5b9e] = "\x8c\xae", [0x5b9f] = "\x8c\xaf", - [0x5ba0] = "\x8c\xb0", [0x5ba1] = "\x8c\xb1", [0x5ba2] = "\xde\xcc", - [0x5ba3] = "\x8c\xb2", [0x5ba4] = "\xd3\xc8", [0x5ba5] = "\xde\xcd", - [0x5ba6] = "\x8c\xb3", [0x5ba7] = "\xd2\xa2", [0x5ba8] = "\x8c\xb4", - [0x5ba9] = "\x8c\xb5", [0x5baa] = "\x8c\xb6", [0x5bab] = "\x8c\xb7", - [0x5bac] = "\xde\xce", [0x5bad] = "\x8c\xb8", [0x5bae] = "\x8c\xb9", - [0x5baf] = "\x8c\xba", [0x5bb0] = "\x8c\xbb", [0x5bb1] = "\xbe\xcd", - [0x5bb2] = "\x8c\xbc", [0x5bb3] = "\x8c\xbd", [0x5bb4] = "\xde\xcf", - [0x5bb5] = "\x8c\xbe", [0x5bb6] = "\x8c\xbf", [0x5bb7] = "\x8c\xc0", - [0x5bb8] = "\xca\xac", [0x5bb9] = "\xd2\xfc", [0x5bba] = "\xb3\xdf", - [0x5bbb] = "\xe5\xea", [0x5bbc] = "\xc4\xe1", [0x5bbd] = "\xbe\xa1", - [0x5bbe] = "\xce\xb2", [0x5bbf] = "\xc4\xf2", [0x5bc0] = "\xbe\xd6", - [0x5bc1] = "\xc6\xa8", [0x5bc2] = "\xb2\xe3", [0x5bc3] = "\x8c\xc1", - [0x5bc4] = "\x8c\xc2", [0x5bc5] = "\xbe\xd3", [0x5bc6] = "\x8c\xc3", - [0x5bc7] = "\x8c\xc4", [0x5bc8] = "\xc7\xfc", [0x5bc9] = "\xcc\xeb", - [0x5bca] = "\xbd\xec", [0x5bcb] = "\xce\xdd", [0x5bcc] = "\x8c\xc5", - [0x5bcd] = "\x8c\xc6", [0x5bce] = "\xca\xba", [0x5bcf] = "\xc6\xc1", - [0x5bd0] = "\xe5\xec", [0x5bd1] = "\xd0\xbc", [0x5bd2] = "\x8c\xc7", - [0x5bd3] = "\x8c\xc8", [0x5bd4] = "\x8c\xc9", [0x5bd5] = "\xd5\xb9", - [0x5bd6] = "\x8c\xca", [0x5bd7] = "\x8c\xcb", [0x5bd8] = "\x8c\xcc", - [0x5bd9] = "\xe5\xed", [0x5bda] = "\x8c\xcd", [0x5bdb] = "\x8c\xce", - [0x5bdc] = "\x8c\xcf", [0x5bdd] = "\x8c\xd0", [0x5bde] = "\xca\xf4", - [0x5bdf] = "\x8c\xd1", [0x5be0] = "\xcd\xc0", [0x5be1] = "\xc2\xc5", - [0x5be2] = "\x8c\xd2", [0x5be3] = "\xe5\xef", [0x5be4] = "\x8c\xd3", - [0x5be5] = "\xc2\xc4", [0x5be6] = "\xe5\xf0", [0x5be7] = "\x8c\xd4", - [0x5be8] = "\x8c\xd5", [0x5be9] = "\x8c\xd6", [0x5bea] = "\x8c\xd7", - [0x5beb] = "\x8c\xd8", [0x5bec] = "\x8c\xd9", [0x5bed] = "\x8c\xda", - [0x5bee] = "\xe5\xf8", [0x5bef] = "\xcd\xcd", [0x5bf0] = "\x8c\xdb", - [0x5bf1] = "\xc9\xbd", [0x5bf2] = "\x8c\xdc", [0x5bf3] = "\x8c\xdd", - [0x5bf4] = "\x8c\xde", [0x5bf5] = "\x8c\xdf", [0x5bf6] = "\x8c\xe0", - [0x5bf7] = "\x8c\xe1", [0x5bf8] = "\x8c\xe2", [0x5bf9] = "\xd2\xd9", - [0x5bfa] = "\xe1\xa8", [0x5bfb] = "\x8c\xe3", [0x5bfc] = "\x8c\xe4", - [0x5bfd] = "\x8c\xe5", [0x5bfe] = "\x8c\xe6", [0x5bff] = "\xd3\xec", - [0x5c00] = "\x8c\xe7", [0x5c01] = "\xcb\xea", [0x5c02] = "\xc6\xf1", - [0x5c03] = "\x8c\xe8", [0x5c04] = "\x8c\xe9", [0x5c05] = "\x8c\xea", - [0x5c06] = "\x8c\xeb", [0x5c07] = "\x8c\xec", [0x5c08] = "\xe1\xac", - [0x5c09] = "\x8c\xed", [0x5c0a] = "\x8c\xee", [0x5c0b] = "\x8c\xef", - [0x5c0c] = "\xe1\xa7", [0x5c0d] = "\xe1\xa9", [0x5c0e] = "\x8c\xf0", - [0x5c0f] = "\x8c\xf1", [0x5c10] = "\xe1\xaa", [0x5c11] = "\xe1\xaf", - [0x5c12] = "\x8c\xf2", [0x5c13] = "\x8c\xf3", [0x5c14] = "\xb2\xed", - [0x5c15] = "\x8c\xf4", [0x5c16] = "\xe1\xab", [0x5c17] = "\xb8\xda", - [0x5c18] = "\xe1\xad", [0x5c19] = "\xe1\xae", [0x5c1a] = "\xe1\xb0", - [0x5c1b] = "\xb5\xba", [0x5c1c] = "\xe1\xb1", [0x5c1d] = "\x8c\xf5", - [0x5c1e] = "\x8c\xf6", [0x5c1f] = "\x8c\xf7", [0x5c20] = "\x8c\xf8", - [0x5c21] = "\x8c\xf9", [0x5c22] = "\xe1\xb3", [0x5c23] = "\xe1\xb8", - [0x5c24] = "\x8c\xfa", [0x5c25] = "\x8c\xfb", [0x5c26] = "\x8c\xfc", - [0x5c27] = "\x8c\xfd", [0x5c28] = "\x8c\xfe", [0x5c29] = "\xd1\xd2", - [0x5c2a] = "\x8d\x40", [0x5c2b] = "\xe1\xb6", [0x5c2c] = "\xe1\xb5", - [0x5c2d] = "\xc1\xeb", [0x5c2e] = "\x8d\x41", [0x5c2f] = "\x8d\x42", - [0x5c30] = "\x8d\x43", [0x5c31] = "\xe1\xb7", [0x5c32] = "\x8d\x44", - [0x5c33] = "\xd4\xc0", [0x5c34] = "\x8d\x45", [0x5c35] = "\xe1\xb2", - [0x5c36] = "\x8d\x46", [0x5c37] = "\xe1\xba", [0x5c38] = "\xb0\xb6", - [0x5c39] = "\x8d\x47", [0x5c3a] = "\x8d\x48", [0x5c3b] = "\x8d\x49", - [0x5c3c] = "\x8d\x4a", [0x5c3d] = "\xe1\xb4", [0x5c3e] = "\x8d\x4b", - [0x5c3f] = "\xbf\xf9", [0x5c40] = "\x8d\x4c", [0x5c41] = "\xe1\xb9", - [0x5c42] = "\x8d\x4d", [0x5c43] = "\x8d\x4e", [0x5c44] = "\xe1\xbb", - [0x5c45] = "\x8d\x4f", [0x5c46] = "\x8d\x50", [0x5c47] = "\x8d\x51", - [0x5c48] = "\x8d\x52", [0x5c49] = "\x8d\x53", [0x5c4a] = "\x8d\x54", - [0x5c4b] = "\xe1\xbe", [0x5c4c] = "\x8d\x55", [0x5c4d] = "\x8d\x56", - [0x5c4e] = "\x8d\x57", [0x5c4f] = "\x8d\x58", [0x5c50] = "\x8d\x59", - [0x5c51] = "\x8d\x5a", [0x5c52] = "\xe1\xbc", [0x5c53] = "\x8d\x5b", - [0x5c54] = "\x8d\x5c", [0x5c55] = "\x8d\x5d", [0x5c56] = "\x8d\x5e", - [0x5c57] = "\x8d\x5f", [0x5c58] = "\x8d\x60", [0x5c59] = "\xd6\xc5", - [0x5c5a] = "\x8d\x61", [0x5c5b] = "\x8d\x62", [0x5c5c] = "\x8d\x63", - [0x5c5d] = "\x8d\x64", [0x5c5e] = "\x8d\x65", [0x5c5f] = "\x8d\x66", - [0x5c60] = "\x8d\x67", [0x5c61] = "\xcf\xbf", [0x5c62] = "\x8d\x68", - [0x5c63] = "\x8d\x69", [0x5c64] = "\xe1\xbd", [0x5c65] = "\xe1\xbf", - [0x5c66] = "\xc2\xcd", [0x5c67] = "\x8d\x6a", [0x5c68] = "\xb6\xeb", - [0x5c69] = "\x8d\x6b", [0x5c6a] = "\xd3\xf8", [0x5c6b] = "\x8d\x6c", - [0x5c6c] = "\x8d\x6d", [0x5c6d] = "\xc7\xcd", [0x5c6e] = "\x8d\x6e", - [0x5c6f] = "\x8d\x6f", [0x5c70] = "\xb7\xe5", [0x5c71] = "\x8d\x70", - [0x5c72] = "\x8d\x71", [0x5c73] = "\x8d\x72", [0x5c74] = "\x8d\x73", - [0x5c75] = "\x8d\x74", [0x5c76] = "\x8d\x75", [0x5c77] = "\x8d\x76", - [0x5c78] = "\x8d\x77", [0x5c79] = "\x8d\x78", [0x5c7a] = "\x8d\x79", - [0x5c7b] = "\xbe\xfe", [0x5c7c] = "\x8d\x7a", [0x5c7d] = "\x8d\x7b", - [0x5c7e] = "\x8d\x7c", [0x5c7f] = "\x8d\x7d", [0x5c80] = "\x8d\x7e", - [0x5c81] = "\x8d\x80", [0x5c82] = "\xe1\xc0", [0x5c83] = "\xe1\xc1", - [0x5c84] = "\x8d\x81", [0x5c85] = "\x8d\x82", [0x5c86] = "\xe1\xc7", - [0x5c87] = "\xb3\xe7", [0x5c88] = "\x8d\x83", [0x5c89] = "\x8d\x84", - [0x5c8a] = "\x8d\x85", [0x5c8b] = "\x8d\x86", [0x5c8c] = "\x8d\x87", - [0x5c8d] = "\x8d\x88", [0x5c8e] = "\xc6\xe9", [0x5c8f] = "\x8d\x89", - [0x5c90] = "\x8d\x8a", [0x5c91] = "\x8d\x8b", [0x5c92] = "\x8d\x8c", - [0x5c93] = "\x8d\x8d", [0x5c94] = "\xb4\xde", [0x5c95] = "\x8d\x8e", - [0x5c96] = "\xd1\xc2", [0x5c97] = "\x8d\x8f", [0x5c98] = "\x8d\x90", - [0x5c99] = "\x8d\x91", [0x5c9a] = "\x8d\x92", [0x5c9b] = "\xe1\xc8", - [0x5c9c] = "\x8d\x93", [0x5c9d] = "\x8d\x94", [0x5c9e] = "\xe1\xc6", - [0x5c9f] = "\x8d\x95", [0x5ca0] = "\x8d\x96", [0x5ca1] = "\x8d\x97", - [0x5ca2] = "\x8d\x98", [0x5ca3] = "\x8d\x99", [0x5ca4] = "\xe1\xc5", - [0x5ca5] = "\x8d\x9a", [0x5ca6] = "\xe1\xc3", [0x5ca7] = "\xe1\xc2", - [0x5ca8] = "\x8d\x9b", [0x5ca9] = "\xb1\xc0", [0x5caa] = "\x8d\x9c", - [0x5cab] = "\x8d\x9d", [0x5cac] = "\x8d\x9e", [0x5cad] = "\xd5\xb8", - [0x5cae] = "\xe1\xc4", [0x5caf] = "\x8d\x9f", [0x5cb0] = "\x8d\xa0", - [0x5cb1] = "\x8d\xa1", [0x5cb2] = "\x8d\xa2", [0x5cb3] = "\x8d\xa3", - [0x5cb4] = "\xe1\xcb", [0x5cb5] = "\x8d\xa4", [0x5cb6] = "\x8d\xa5", - [0x5cb7] = "\x8d\xa6", [0x5cb8] = "\x8d\xa7", [0x5cb9] = "\x8d\xa8", - [0x5cba] = "\x8d\xa9", [0x5cbb] = "\x8d\xaa", [0x5cbc] = "\x8d\xab", - [0x5cbd] = "\xe1\xcc", [0x5cbe] = "\xe1\xca", [0x5cbf] = "\x8d\xac", - [0x5cc0] = "\x8d\xad", [0x5cc1] = "\x8d\xae", [0x5cc2] = "\x8d\xaf", - [0x5cc3] = "\x8d\xb0", [0x5cc4] = "\x8d\xb1", [0x5cc5] = "\x8d\xb2", - [0x5cc6] = "\x8d\xb3", [0x5cc7] = "\xef\xfa", [0x5cc8] = "\x8d\xb4", - [0x5cc9] = "\x8d\xb5", [0x5cca] = "\xe1\xd3", [0x5ccb] = "\xe1\xd2", - [0x5ccc] = "\xc7\xb6", [0x5ccd] = "\x8d\xb6", [0x5cce] = "\x8d\xb7", - [0x5ccf] = "\x8d\xb8", [0x5cd0] = "\x8d\xb9", [0x5cd1] = "\x8d\xba", - [0x5cd2] = "\x8d\xbb", [0x5cd3] = "\x8d\xbc", [0x5cd4] = "\x8d\xbd", - [0x5cd5] = "\x8d\xbe", [0x5cd6] = "\x8d\xbf", [0x5cd7] = "\x8d\xc0", - [0x5cd8] = "\xe1\xc9", [0x5cd9] = "\x8d\xc1", [0x5cda] = "\x8d\xc2", - [0x5cdb] = "\xe1\xce", [0x5cdc] = "\x8d\xc3", [0x5cdd] = "\xe1\xd0", - [0x5cde] = "\x8d\xc4", [0x5cdf] = "\x8d\xc5", [0x5ce0] = "\x8d\xc6", - [0x5ce1] = "\x8d\xc7", [0x5ce2] = "\x8d\xc8", [0x5ce3] = "\x8d\xc9", - [0x5ce4] = "\x8d\xca", [0x5ce5] = "\x8d\xcb", [0x5ce6] = "\x8d\xcc", - [0x5ce7] = "\x8d\xcd", [0x5ce8] = "\x8d\xce", [0x5ce9] = "\xe1\xd4", - [0x5cea] = "\x8d\xcf", [0x5ceb] = "\xe1\xd1", [0x5cec] = "\xe1\xcd", - [0x5ced] = "\x8d\xd0", [0x5cee] = "\x8d\xd1", [0x5cef] = "\xe1\xcf", - [0x5cf0] = "\x8d\xd2", [0x5cf1] = "\x8d\xd3", [0x5cf2] = "\x8d\xd4", - [0x5cf3] = "\x8d\xd5", [0x5cf4] = "\xe1\xd5", [0x5cf5] = "\x8d\xd6", - [0x5cf6] = "\x8d\xd7", [0x5cf7] = "\x8d\xd8", [0x5cf8] = "\x8d\xd9", - [0x5cf9] = "\x8d\xda", [0x5cfa] = "\x8d\xdb", [0x5cfb] = "\x8d\xdc", - [0x5cfc] = "\x8d\xdd", [0x5cfd] = "\x8d\xde", [0x5cfe] = "\x8d\xdf", - [0x5cff] = "\x8d\xe0", [0x5d00] = "\x8d\xe1", [0x5d01] = "\x8d\xe2", - [0x5d02] = "\xe1\xd6", [0x5d03] = "\x8d\xe3", [0x5d04] = "\x8d\xe4", - [0x5d05] = "\x8d\xe5", [0x5d06] = "\x8d\xe6", [0x5d07] = "\x8d\xe7", - [0x5d08] = "\x8d\xe8", [0x5d09] = "\x8d\xe9", [0x5d0a] = "\x8d\xea", - [0x5d0b] = "\x8d\xeb", [0x5d0c] = "\x8d\xec", [0x5d0d] = "\x8d\xed", - [0x5d0e] = "\x8d\xee", [0x5d0f] = "\x8d\xef", [0x5d10] = "\x8d\xf0", - [0x5d11] = "\x8d\xf1", [0x5d12] = "\x8d\xf2", [0x5d13] = "\x8d\xf3", - [0x5d14] = "\x8d\xf4", [0x5d15] = "\x8d\xf5", [0x5d16] = "\x8d\xf6", - [0x5d17] = "\x8d\xf7", [0x5d18] = "\x8d\xf8", [0x5d19] = "\xe1\xd7", - [0x5d1a] = "\x8d\xf9", [0x5d1b] = "\x8d\xfa", [0x5d1c] = "\x8d\xfb", - [0x5d1d] = "\xe1\xd8", [0x5d1e] = "\x8d\xfc", [0x5d1f] = "\x8d\xfd", - [0x5d20] = "\x8d\xfe", [0x5d21] = "\x8e\x40", [0x5d22] = "\x8e\x41", - [0x5d23] = "\x8e\x42", [0x5d24] = "\x8e\x43", [0x5d25] = "\x8e\x44", - [0x5d26] = "\x8e\x45", [0x5d27] = "\x8e\x46", [0x5d28] = "\x8e\x47", - [0x5d29] = "\x8e\x48", [0x5d2a] = "\x8e\x49", [0x5d2b] = "\x8e\x4a", - [0x5d2c] = "\x8e\x4b", [0x5d2d] = "\x8e\x4c", [0x5d2e] = "\x8e\x4d", - [0x5d2f] = "\x8e\x4e", [0x5d30] = "\x8e\x4f", [0x5d31] = "\x8e\x50", - [0x5d32] = "\x8e\x51", [0x5d33] = "\x8e\x52", [0x5d34] = "\x8e\x53", - [0x5d35] = "\x8e\x54", [0x5d36] = "\x8e\x55", [0x5d37] = "\xe1\xda", - [0x5d38] = "\x8e\x56", [0x5d39] = "\x8e\x57", [0x5d3a] = "\x8e\x58", - [0x5d3b] = "\x8e\x59", [0x5d3c] = "\x8e\x5a", [0x5d3d] = "\x8e\x5b", - [0x5d3e] = "\x8e\x5c", [0x5d3f] = "\x8e\x5d", [0x5d40] = "\x8e\x5e", - [0x5d41] = "\x8e\x5f", [0x5d42] = "\x8e\x60", [0x5d43] = "\x8e\x61", - [0x5d44] = "\x8e\x62", [0x5d45] = "\xe1\xdb", [0x5d46] = "\x8e\x63", - [0x5d47] = "\x8e\x64", [0x5d48] = "\x8e\x65", [0x5d49] = "\x8e\x66", - [0x5d4a] = "\x8e\x67", [0x5d4b] = "\x8e\x68", [0x5d4c] = "\x8e\x69", - [0x5d4d] = "\xce\xa1", [0x5d4e] = "\x8e\x6a", [0x5d4f] = "\x8e\x6b", - [0x5d50] = "\x8e\x6c", [0x5d51] = "\x8e\x6d", [0x5d52] = "\x8e\x6e", - [0x5d53] = "\x8e\x6f", [0x5d54] = "\x8e\x70", [0x5d55] = "\x8e\x71", - [0x5d56] = "\x8e\x72", [0x5d57] = "\x8e\x73", [0x5d58] = "\x8e\x74", - [0x5d59] = "\x8e\x75", [0x5d5a] = "\x8e\x76", [0x5d5b] = "\xe7\xdd", - [0x5d5c] = "\x8e\x77", [0x5d5d] = "\xb4\xa8", [0x5d5e] = "\xd6\xdd", - [0x5d5f] = "\x8e\x78", [0x5d60] = "\x8e\x79", [0x5d61] = "\xd1\xb2", - [0x5d62] = "\xb3\xb2", [0x5d63] = "\x8e\x7a", [0x5d64] = "\x8e\x7b", - [0x5d65] = "\xb9\xa4", [0x5d66] = "\xd7\xf3", [0x5d67] = "\xc7\xc9", - [0x5d68] = "\xbe\xde", [0x5d69] = "\xb9\xae", [0x5d6a] = "\x8e\x7c", - [0x5d6b] = "\xce\xd7", [0x5d6c] = "\x8e\x7d", [0x5d6d] = "\x8e\x7e", - [0x5d6e] = "\xb2\xee", [0x5d6f] = "\xdb\xcf", [0x5d70] = "\x8e\x80", - [0x5d71] = "\xbc\xba", [0x5d72] = "\xd2\xd1", [0x5d73] = "\xcb\xc8", - [0x5d74] = "\xb0\xcd", [0x5d75] = "\x8e\x81", [0x5d76] = "\x8e\x82", - [0x5d77] = "\xcf\xef", [0x5d78] = "\x8e\x83", [0x5d79] = "\x8e\x84", - [0x5d7a] = "\x8e\x85", [0x5d7b] = "\x8e\x86", [0x5d7c] = "\x8e\x87", - [0x5d7d] = "\xd9\xe3", [0x5d7e] = "\xbd\xed", [0x5d7f] = "\x8e\x88", - [0x5d80] = "\x8e\x89", [0x5d81] = "\xb1\xd2", [0x5d82] = "\xca\xd0", - [0x5d83] = "\xb2\xbc", [0x5d84] = "\x8e\x8a", [0x5d85] = "\xcb\xa7", - [0x5d86] = "\xb7\xab", [0x5d87] = "\x8e\x8b", [0x5d88] = "\xca\xa6", - [0x5d89] = "\x8e\x8c", [0x5d8a] = "\x8e\x8d", [0x5d8b] = "\x8e\x8e", - [0x5d8c] = "\xcf\xa3", [0x5d8d] = "\x8e\x8f", [0x5d8e] = "\x8e\x90", - [0x5d8f] = "\xe0\xf8", [0x5d90] = "\xd5\xca", [0x5d91] = "\xe0\xfb", - [0x5d92] = "\x8e\x91", [0x5d93] = "\x8e\x92", [0x5d94] = "\xe0\xfa", - [0x5d95] = "\xc5\xc1", [0x5d96] = "\xcc\xfb", [0x5d97] = "\x8e\x93", - [0x5d98] = "\xc1\xb1", [0x5d99] = "\xe0\xf9", [0x5d9a] = "\xd6\xe3", - [0x5d9b] = "\xb2\xaf", [0x5d9c] = "\xd6\xc4", [0x5d9d] = "\xb5\xdb", - [0x5d9e] = "\x8e\x94", [0x5d9f] = "\x8e\x95", [0x5da0] = "\x8e\x96", - [0x5da1] = "\x8e\x97", [0x5da2] = "\x8e\x98", [0x5da3] = "\x8e\x99", - [0x5da4] = "\x8e\x9a", [0x5da5] = "\x8e\x9b", [0x5da6] = "\xb4\xf8", - [0x5da7] = "\xd6\xa1", [0x5da8] = "\x8e\x9c", [0x5da9] = "\x8e\x9d", - [0x5daa] = "\x8e\x9e", [0x5dab] = "\x8e\x9f", [0x5dac] = "\x8e\xa0", - [0x5dad] = "\xcf\xaf", [0x5dae] = "\xb0\xef", [0x5daf] = "\x8e\xa1", - [0x5db0] = "\x8e\xa2", [0x5db1] = "\xe0\xfc", [0x5db2] = "\x8e\xa3", - [0x5db3] = "\x8e\xa4", [0x5db4] = "\x8e\xa5", [0x5db5] = "\x8e\xa6", - [0x5db6] = "\x8e\xa7", [0x5db7] = "\xe1\xa1", [0x5db8] = "\xb3\xa3", - [0x5db9] = "\x8e\xa8", [0x5dba] = "\x8e\xa9", [0x5dbb] = "\xe0\xfd", - [0x5dbc] = "\xe0\xfe", [0x5dbd] = "\xc3\xb1", [0x5dbe] = "\x8e\xaa", - [0x5dbf] = "\x8e\xab", [0x5dc0] = "\x8e\xac", [0x5dc1] = "\x8e\xad", - [0x5dc2] = "\xc3\xdd", [0x5dc3] = "\x8e\xae", [0x5dc4] = "\xe1\xa2", - [0x5dc5] = "\xb7\xf9", [0x5dc6] = "\x8e\xaf", [0x5dc7] = "\x8e\xb0", - [0x5dc8] = "\x8e\xb1", [0x5dc9] = "\x8e\xb2", [0x5dca] = "\x8e\xb3", - [0x5dcb] = "\x8e\xb4", [0x5dcc] = "\xbb\xcf", [0x5dcd] = "\x8e\xb5", - [0x5dce] = "\x8e\xb6", [0x5dcf] = "\x8e\xb7", [0x5dd0] = "\x8e\xb8", - [0x5dd1] = "\x8e\xb9", [0x5dd2] = "\x8e\xba", [0x5dd3] = "\x8e\xbb", - [0x5dd4] = "\xe1\xa3", [0x5dd5] = "\xc4\xbb", [0x5dd6] = "\x8e\xbc", - [0x5dd7] = "\x8e\xbd", [0x5dd8] = "\x8e\xbe", [0x5dd9] = "\x8e\xbf", - [0x5dda] = "\x8e\xc0", [0x5ddb] = "\xe1\xa4", [0x5ddc] = "\x8e\xc1", - [0x5ddd] = "\x8e\xc2", [0x5dde] = "\xe1\xa5", [0x5ddf] = "\x8e\xc3", - [0x5de0] = "\x8e\xc4", [0x5de1] = "\xe1\xa6", [0x5de2] = "\xb4\xb1", - [0x5de3] = "\x8e\xc5", [0x5de4] = "\x8e\xc6", [0x5de5] = "\x8e\xc7", - [0x5de6] = "\x8e\xc8", [0x5de7] = "\x8e\xc9", [0x5de8] = "\x8e\xca", - [0x5de9] = "\x8e\xcb", [0x5dea] = "\x8e\xcc", [0x5deb] = "\x8e\xcd", - [0x5dec] = "\x8e\xce", [0x5ded] = "\x8e\xcf", [0x5dee] = "\x8e\xd0", - [0x5def] = "\x8e\xd1", [0x5df0] = "\x8e\xd2", [0x5df1] = "\x8e\xd3", - [0x5df2] = "\xb8\xc9", [0x5df3] = "\xc6\xbd", [0x5df4] = "\xc4\xea", - [0x5df5] = "\x8e\xd4", [0x5df6] = "\xb2\xa2", [0x5df7] = "\x8e\xd5", - [0x5df8] = "\xd0\xd2", [0x5df9] = "\x8e\xd6", [0x5dfa] = "\xe7\xdb", - [0x5dfb] = "\xbb\xc3", [0x5dfc] = "\xd3\xd7", [0x5dfd] = "\xd3\xc4", - [0x5dfe] = "\x8e\xd7", [0x5dff] = "\xb9\xe3", [0x5e00] = "\xe2\xcf", - [0x5e01] = "\x8e\xd8", [0x5e02] = "\x8e\xd9", [0x5e03] = "\x8e\xda", - [0x5e04] = "\xd7\xaf", [0x5e05] = "\x8e\xdb", [0x5e06] = "\xc7\xec", - [0x5e07] = "\xb1\xd3", [0x5e08] = "\x8e\xdc", [0x5e09] = "\x8e\xdd", - [0x5e0a] = "\xb4\xb2", [0x5e0b] = "\xe2\xd1", [0x5e0c] = "\x8e\xde", - [0x5e0d] = "\x8e\xdf", [0x5e0e] = "\x8e\xe0", [0x5e0f] = "\xd0\xf2", - [0x5e10] = "\xc2\xae", [0x5e11] = "\xe2\xd0", [0x5e12] = "\x8e\xe1", - [0x5e13] = "\xbf\xe2", [0x5e14] = "\xd3\xa6", [0x5e15] = "\xb5\xd7", - [0x5e16] = "\xe2\xd2", [0x5e17] = "\xb5\xea", [0x5e18] = "\x8e\xe2", - [0x5e19] = "\xc3\xed", [0x5e1a] = "\xb8\xfd", [0x5e1b] = "\x8e\xe3", - [0x5e1c] = "\xb8\xae", [0x5e1d] = "\x8e\xe4", [0x5e1e] = "\xc5\xd3", - [0x5e1f] = "\xb7\xcf", [0x5e20] = "\xe2\xd4", [0x5e21] = "\x8e\xe5", - [0x5e22] = "\x8e\xe6", [0x5e23] = "\x8e\xe7", [0x5e24] = "\x8e\xe8", - [0x5e25] = "\xe2\xd3", [0x5e26] = "\xb6\xc8", [0x5e27] = "\xd7\xf9", - [0x5e28] = "\x8e\xe9", [0x5e29] = "\x8e\xea", [0x5e2a] = "\x8e\xeb", - [0x5e2b] = "\x8e\xec", [0x5e2c] = "\x8e\xed", [0x5e2d] = "\xcd\xa5", - [0x5e2e] = "\x8e\xee", [0x5e2f] = "\x8e\xef", [0x5e30] = "\x8e\xf0", - [0x5e31] = "\x8e\xf1", [0x5e32] = "\x8e\xf2", [0x5e33] = "\xe2\xd8", - [0x5e34] = "\x8e\xf3", [0x5e35] = "\xe2\xd6", [0x5e36] = "\xca\xfc", - [0x5e37] = "\xbf\xb5", [0x5e38] = "\xd3\xb9", [0x5e39] = "\xe2\xd5", - [0x5e3a] = "\x8e\xf4", [0x5e3b] = "\x8e\xf5", [0x5e3c] = "\x8e\xf6", - [0x5e3d] = "\x8e\xf7", [0x5e3e] = "\xe2\xd7", [0x5e3f] = "\x8e\xf8", - [0x5e40] = "\x8e\xf9", [0x5e41] = "\x8e\xfa", [0x5e42] = "\x8e\xfb", - [0x5e43] = "\x8e\xfc", [0x5e44] = "\x8e\xfd", [0x5e45] = "\x8e\xfe", - [0x5e46] = "\x8f\x40", [0x5e47] = "\x8f\x41", [0x5e48] = "\x8f\x42", - [0x5e49] = "\xc1\xae", [0x5e4a] = "\xc0\xc8", [0x5e4b] = "\x8f\x43", - [0x5e4c] = "\x8f\x44", [0x5e4d] = "\x8f\x45", [0x5e4e] = "\x8f\x46", - [0x5e4f] = "\x8f\x47", [0x5e50] = "\x8f\x48", [0x5e51] = "\xe2\xdb", - [0x5e52] = "\xe2\xda", [0x5e53] = "\xc0\xaa", [0x5e54] = "\x8f\x49", - [0x5e55] = "\x8f\x4a", [0x5e56] = "\xc1\xce", [0x5e57] = "\x8f\x4b", - [0x5e58] = "\x8f\x4c", [0x5e59] = "\x8f\x4d", [0x5e5a] = "\x8f\x4e", - [0x5e5b] = "\xe2\xdc", [0x5e5c] = "\x8f\x4f", [0x5e5d] = "\x8f\x50", - [0x5e5e] = "\x8f\x51", [0x5e5f] = "\x8f\x52", [0x5e60] = "\x8f\x53", - [0x5e61] = "\x8f\x54", [0x5e62] = "\x8f\x55", [0x5e63] = "\x8f\x56", - [0x5e64] = "\x8f\x57", [0x5e65] = "\x8f\x58", [0x5e66] = "\x8f\x59", - [0x5e67] = "\x8f\x5a", [0x5e68] = "\xe2\xdd", [0x5e69] = "\x8f\x5b", - [0x5e6a] = "\xe2\xde", [0x5e6b] = "\x8f\x5c", [0x5e6c] = "\x8f\x5d", - [0x5e6d] = "\x8f\x5e", [0x5e6e] = "\x8f\x5f", [0x5e6f] = "\x8f\x60", - [0x5e70] = "\x8f\x61", [0x5e71] = "\x8f\x62", [0x5e72] = "\x8f\x63", - [0x5e73] = "\x8f\x64", [0x5e74] = "\xdb\xc8", [0x5e75] = "\x8f\x65", - [0x5e76] = "\xd1\xd3", [0x5e77] = "\xcd\xa2", [0x5e78] = "\x8f\x66", - [0x5e79] = "\x8f\x67", [0x5e7a] = "\xbd\xa8", [0x5e7b] = "\x8f\x68", - [0x5e7c] = "\x8f\x69", [0x5e7d] = "\x8f\x6a", [0x5e7e] = "\xde\xc3", - [0x5e7f] = "\xd8\xa5", [0x5e80] = "\xbf\xaa", [0x5e81] = "\xdb\xcd", - [0x5e82] = "\xd2\xec", [0x5e83] = "\xc6\xfa", [0x5e84] = "\xc5\xaa", - [0x5e85] = "\x8f\x6b", [0x5e86] = "\x8f\x6c", [0x5e87] = "\x8f\x6d", - [0x5e88] = "\xde\xc4", [0x5e89] = "\x8f\x6e", [0x5e8a] = "\xb1\xd7", - [0x5e8b] = "\xdf\xae", [0x5e8c] = "\x8f\x6f", [0x5e8d] = "\x8f\x70", - [0x5e8e] = "\x8f\x71", [0x5e8f] = "\xca\xbd", [0x5e90] = "\x8f\x72", - [0x5e91] = "\xdf\xb1", [0x5e92] = "\x8f\x73", [0x5e93] = "\xb9\xad", - [0x5e94] = "\x8f\x74", [0x5e95] = "\xd2\xfd", [0x5e96] = "\x8f\x75", - [0x5e97] = "\xb8\xa5", [0x5e98] = "\xba\xeb", [0x5e99] = "\x8f\x76", - [0x5e9a] = "\x8f\x77", [0x5e9b] = "\xb3\xda", [0x5e9c] = "\x8f\x78", - [0x5e9d] = "\x8f\x79", [0x5e9e] = "\x8f\x7a", [0x5e9f] = "\xb5\xdc", - [0x5ea0] = "\xd5\xc5", [0x5ea1] = "\x8f\x7b", [0x5ea2] = "\x8f\x7c", - [0x5ea3] = "\x8f\x7d", [0x5ea4] = "\x8f\x7e", [0x5ea5] = "\xc3\xd6", - [0x5ea6] = "\xcf\xd2", [0x5ea7] = "\xbb\xa1", [0x5ea8] = "\x8f\x80", - [0x5ea9] = "\xe5\xf3", [0x5eaa] = "\xe5\xf2", [0x5eab] = "\x8f\x81", - [0x5eac] = "\x8f\x82", [0x5ead] = "\xe5\xf4", [0x5eae] = "\x8f\x83", - [0x5eaf] = "\xcd\xe4", [0x5eb0] = "\x8f\x84", [0x5eb1] = "\xc8\xf5", - [0x5eb2] = "\x8f\x85", [0x5eb3] = "\x8f\x86", [0x5eb4] = "\x8f\x87", - [0x5eb5] = "\x8f\x88", [0x5eb6] = "\x8f\x89", [0x5eb7] = "\x8f\x8a", - [0x5eb8] = "\x8f\x8b", [0x5eb9] = "\xb5\xaf", [0x5eba] = "\xc7\xbf", - [0x5ebb] = "\x8f\x8c", [0x5ebc] = "\xe5\xf6", [0x5ebd] = "\x8f\x8d", - [0x5ebe] = "\x8f\x8e", [0x5ebf] = "\x8f\x8f", [0x5ec0] = "\xec\xb0", - [0x5ec1] = "\x8f\x90", [0x5ec2] = "\x8f\x91", [0x5ec3] = "\x8f\x92", - [0x5ec4] = "\x8f\x93", [0x5ec5] = "\x8f\x94", [0x5ec6] = "\x8f\x95", - [0x5ec7] = "\x8f\x96", [0x5ec8] = "\x8f\x97", [0x5ec9] = "\x8f\x98", - [0x5eca] = "\x8f\x99", [0x5ecb] = "\x8f\x9a", [0x5ecc] = "\x8f\x9b", - [0x5ecd] = "\x8f\x9c", [0x5ece] = "\x8f\x9d", [0x5ecf] = "\x8f\x9e", - [0x5ed0] = "\xe5\xe6", [0x5ed1] = "\x8f\x9f", [0x5ed2] = "\xb9\xe9", - [0x5ed3] = "\xb5\xb1", [0x5ed4] = "\x8f\xa0", [0x5ed5] = "\xc2\xbc", - [0x5ed6] = "\xe5\xe8", [0x5ed7] = "\xe5\xe7", [0x5ed8] = "\xe5\xe9", - [0x5ed9] = "\x8f\xa1", [0x5eda] = "\x8f\xa2", [0x5edb] = "\x8f\xa3", - [0x5edc] = "\x8f\xa4", [0x5edd] = "\xd2\xcd", [0x5ede] = "\x8f\xa5", - [0x5edf] = "\x8f\xa6", [0x5ee0] = "\x8f\xa7", [0x5ee1] = "\xe1\xea", - [0x5ee2] = "\xd0\xce", [0x5ee3] = "\x8f\xa8", [0x5ee4] = "\xcd\xae", - [0x5ee5] = "\x8f\xa9", [0x5ee6] = "\xd1\xe5", [0x5ee7] = "\x8f\xaa", - [0x5ee8] = "\x8f\xab", [0x5ee9] = "\xb2\xca", [0x5eea] = "\xb1\xeb", - [0x5eeb] = "\x8f\xac", [0x5eec] = "\xb1\xf2", [0x5eed] = "\xc5\xed", - [0x5eee] = "\x8f\xad", [0x5eef] = "\x8f\xae", [0x5ef0] = "\xd5\xc3", - [0x5ef1] = "\xd3\xb0", [0x5ef2] = "\x8f\xaf", [0x5ef3] = "\xe1\xdc", - [0x5ef4] = "\x8f\xb0", [0x5ef5] = "\x8f\xb1", [0x5ef6] = "\x8f\xb2", - [0x5ef7] = "\xe1\xdd", [0x5ef8] = "\x8f\xb3", [0x5ef9] = "\xd2\xdb", - [0x5efa] = "\x8f\xb4", [0x5efb] = "\xb3\xb9", [0x5efc] = "\xb1\xcb", - [0x5efd] = "\x8f\xb5", [0x5efe] = "\x8f\xb6", [0x5eff] = "\x8f\xb7", - [0x5f00] = "\xcd\xf9", [0x5f01] = "\xd5\xf7", [0x5f02] = "\xe1\xde", - [0x5f03] = "\x8f\xb8", [0x5f04] = "\xbe\xb6", [0x5f05] = "\xb4\xfd", - [0x5f06] = "\x8f\xb9", [0x5f07] = "\xe1\xdf", [0x5f08] = "\xba\xdc", - [0x5f09] = "\xe1\xe0", [0x5f0a] = "\xbb\xb2", [0x5f0b] = "\xc2\xc9", - [0x5f0c] = "\xe1\xe1", [0x5f0d] = "\x8f\xba", [0x5f0e] = "\x8f\xbb", - [0x5f0f] = "\x8f\xbc", [0x5f10] = "\xd0\xec", [0x5f11] = "\x8f\xbd", - [0x5f12] = "\xcd\xbd", [0x5f13] = "\x8f\xbe", [0x5f14] = "\x8f\xbf", - [0x5f15] = "\xe1\xe2", [0x5f16] = "\x8f\xc0", [0x5f17] = "\xb5\xc3", - [0x5f18] = "\xc5\xc7", [0x5f19] = "\xe1\xe3", [0x5f1a] = "\x8f\xc1", - [0x5f1b] = "\x8f\xc2", [0x5f1c] = "\xe1\xe4", [0x5f1d] = "\x8f\xc3", - [0x5f1e] = "\x8f\xc4", [0x5f1f] = "\x8f\xc5", [0x5f20] = "\x8f\xc6", - [0x5f21] = "\xd3\xf9", [0x5f22] = "\x8f\xc7", [0x5f23] = "\x8f\xc8", - [0x5f24] = "\x8f\xc9", [0x5f25] = "\x8f\xca", [0x5f26] = "\x8f\xcb", - [0x5f27] = "\x8f\xcc", [0x5f28] = "\xe1\xe5", [0x5f29] = "\x8f\xcd", - [0x5f2a] = "\xd1\xad", [0x5f2b] = "\x8f\xce", [0x5f2c] = "\x8f\xcf", - [0x5f2d] = "\xe1\xe6", [0x5f2e] = "\xce\xa2", [0x5f2f] = "\x8f\xd0", - [0x5f30] = "\x8f\xd1", [0x5f31] = "\x8f\xd2", [0x5f32] = "\x8f\xd3", - [0x5f33] = "\x8f\xd4", [0x5f34] = "\x8f\xd5", [0x5f35] = "\xe1\xe7", - [0x5f36] = "\x8f\xd6", [0x5f37] = "\xb5\xc2", [0x5f38] = "\x8f\xd7", - [0x5f39] = "\x8f\xd8", [0x5f3a] = "\x8f\xd9", [0x5f3b] = "\x8f\xda", - [0x5f3c] = "\xe1\xe8", [0x5f3d] = "\xbb\xd5", [0x5f3e] = "\x8f\xdb", - [0x5f3f] = "\x8f\xdc", [0x5f40] = "\x8f\xdd", [0x5f41] = "\x8f\xde", - [0x5f42] = "\x8f\xdf", [0x5f43] = "\xd0\xc4", [0x5f44] = "\xe2\xe0", - [0x5f45] = "\xb1\xd8", [0x5f46] = "\xd2\xe4", [0x5f47] = "\x8f\xe0", - [0x5f48] = "\x8f\xe1", [0x5f49] = "\xe2\xe1", [0x5f4a] = "\x8f\xe2", - [0x5f4b] = "\x8f\xe3", [0x5f4c] = "\xbc\xc9", [0x5f4d] = "\xc8\xcc", - [0x5f4e] = "\x8f\xe4", [0x5f4f] = "\xe2\xe3", [0x5f50] = "\xec\xfe", - [0x5f51] = "\xec\xfd", [0x5f52] = "\xdf\xaf", [0x5f53] = "\x8f\xe5", - [0x5f54] = "\x8f\xe6", [0x5f55] = "\x8f\xe7", [0x5f56] = "\xe2\xe2", - [0x5f57] = "\xd6\xbe", [0x5f58] = "\xcd\xfc", [0x5f59] = "\xc3\xa6", - [0x5f5a] = "\x8f\xe8", [0x5f5b] = "\x8f\xe9", [0x5f5c] = "\x8f\xea", - [0x5f5d] = "\xe3\xc3", [0x5f5e] = "\x8f\xeb", [0x5f5f] = "\x8f\xec", - [0x5f60] = "\xd6\xd2", [0x5f61] = "\xe2\xe7", [0x5f62] = "\x8f\xed", - [0x5f63] = "\x8f\xee", [0x5f64] = "\xe2\xe8", [0x5f65] = "\x8f\xef", - [0x5f66] = "\x8f\xf0", [0x5f67] = "\xd3\xc7", [0x5f68] = "\x8f\xf1", - [0x5f69] = "\x8f\xf2", [0x5f6a] = "\xe2\xec", [0x5f6b] = "\xbf\xec", - [0x5f6c] = "\x8f\xf3", [0x5f6d] = "\xe2\xed", [0x5f6e] = "\xe2\xe5", - [0x5f6f] = "\x8f\xf4", [0x5f70] = "\x8f\xf5", [0x5f71] = "\xb3\xc0", - [0x5f72] = "\x8f\xf6", [0x5f73] = "\x8f\xf7", [0x5f74] = "\x8f\xf8", - [0x5f75] = "\xc4\xee", [0x5f76] = "\x8f\xf9", [0x5f77] = "\x8f\xfa", - [0x5f78] = "\xe2\xee", [0x5f79] = "\x8f\xfb", [0x5f7a] = "\x8f\xfc", - [0x5f7b] = "\xd0\xc3", [0x5f7c] = "\x8f\xfd", [0x5f7d] = "\xba\xf6", - [0x5f7e] = "\xe2\xe9", [0x5f7f] = "\xb7\xde", [0x5f80] = "\xbb\xb3", - [0x5f81] = "\xcc\xac", [0x5f82] = "\xcb\xcb", [0x5f83] = "\xe2\xe4", - [0x5f84] = "\xe2\xe6", [0x5f85] = "\xe2\xea", [0x5f86] = "\xe2\xeb", - [0x5f87] = "\x8f\xfe", [0x5f88] = "\x90\x40", [0x5f89] = "\x90\x41", - [0x5f8a] = "\xe2\xf7", [0x5f8b] = "\x90\x42", [0x5f8c] = "\x90\x43", - [0x5f8d] = "\xe2\xf4", [0x5f8e] = "\xd4\xf5", [0x5f8f] = "\xe2\xf3", - [0x5f90] = "\x90\x44", [0x5f91] = "\x90\x45", [0x5f92] = "\xc5\xad", - [0x5f93] = "\x90\x46", [0x5f94] = "\xd5\xfa", [0x5f95] = "\xc5\xc2", - [0x5f96] = "\xb2\xc0", [0x5f97] = "\x90\x47", [0x5f98] = "\x90\x48", - [0x5f99] = "\xe2\xef", [0x5f9a] = "\x90\x49", [0x5f9b] = "\xe2\xf2", - [0x5f9c] = "\xc1\xaf", [0x5f9d] = "\xcb\xbc", [0x5f9e] = "\x90\x4a", - [0x5f9f] = "\x90\x4b", [0x5fa0] = "\xb5\xa1", [0x5fa1] = "\xe2\xf9", - [0x5fa2] = "\x90\x4c", [0x5fa3] = "\x90\x4d", [0x5fa4] = "\x90\x4e", - [0x5fa5] = "\xbc\xb1", [0x5fa6] = "\xe2\xf1", [0x5fa7] = "\xd0\xd4", - [0x5fa8] = "\xd4\xb9", [0x5fa9] = "\xe2\xf5", [0x5faa] = "\xb9\xd6", - [0x5fab] = "\xe2\xf6", [0x5fac] = "\x90\x4f", [0x5fad] = "\x90\x50", - [0x5fae] = "\x90\x51", [0x5faf] = "\xc7\xd3", [0x5fb0] = "\x90\x52", - [0x5fb1] = "\x90\x53", [0x5fb2] = "\x90\x54", [0x5fb3] = "\x90\x55", - [0x5fb4] = "\x90\x56", [0x5fb5] = "\xe2\xf0", [0x5fb6] = "\x90\x57", - [0x5fb7] = "\x90\x58", [0x5fb8] = "\x90\x59", [0x5fb9] = "\x90\x5a", - [0x5fba] = "\x90\x5b", [0x5fbb] = "\xd7\xdc", [0x5fbc] = "\xed\xa1", - [0x5fbd] = "\x90\x5c", [0x5fbe] = "\x90\x5d", [0x5fbf] = "\xe2\xf8", - [0x5fc0] = "\x90\x5e", [0x5fc1] = "\xed\xa5", [0x5fc2] = "\xe2\xfe", - [0x5fc3] = "\xca\xd1", [0x5fc4] = "\x90\x5f", [0x5fc5] = "\x90\x60", - [0x5fc6] = "\x90\x61", [0x5fc7] = "\x90\x62", [0x5fc8] = "\x90\x63", - [0x5fc9] = "\x90\x64", [0x5fca] = "\x90\x65", [0x5fcb] = "\xc1\xb5", - [0x5fcc] = "\x90\x66", [0x5fcd] = "\xbb\xd0", [0x5fce] = "\x90\x67", - [0x5fcf] = "\x90\x68", [0x5fd0] = "\xbf\xd6", [0x5fd1] = "\x90\x69", - [0x5fd2] = "\xba\xe3", [0x5fd3] = "\x90\x6a", [0x5fd4] = "\x90\x6b", - [0x5fd5] = "\xcb\xa1", [0x5fd6] = "\x90\x6c", [0x5fd7] = "\x90\x6d", - [0x5fd8] = "\x90\x6e", [0x5fd9] = "\xed\xa6", [0x5fda] = "\xed\xa3", - [0x5fdb] = "\x90\x6f", [0x5fdc] = "\x90\x70", [0x5fdd] = "\xed\xa2", - [0x5fde] = "\x90\x71", [0x5fdf] = "\x90\x72", [0x5fe0] = "\x90\x73", - [0x5fe1] = "\x90\x74", [0x5fe2] = "\xbb\xd6", [0x5fe3] = "\xed\xa7", - [0x5fe4] = "\xd0\xf4", [0x5fe5] = "\x90\x75", [0x5fe6] = "\x90\x76", - [0x5fe7] = "\xed\xa4", [0x5fe8] = "\xba\xde", [0x5fe9] = "\xb6\xf7", - [0x5fea] = "\xe3\xa1", [0x5feb] = "\xb6\xb2", [0x5fec] = "\xcc\xf1", - [0x5fed] = "\xb9\xa7", [0x5fee] = "\x90\x77", [0x5fef] = "\xcf\xa2", - [0x5ff0] = "\xc7\xa1", [0x5ff1] = "\x90\x78", [0x5ff2] = "\x90\x79", - [0x5ff3] = "\xbf\xd2", [0x5ff4] = "\x90\x7a", [0x5ff5] = "\x90\x7b", - [0x5ff6] = "\xb6\xf1", [0x5ff7] = "\x90\x7c", [0x5ff8] = "\xe2\xfa", - [0x5ff9] = "\xe2\xfb", [0x5ffa] = "\xe2\xfd", [0x5ffb] = "\xe2\xfc", - [0x5ffc] = "\xc4\xd5", [0x5ffd] = "\xe3\xa2", [0x5ffe] = "\x90\x7d", - [0x5fff] = "\xd3\xc1", [0x6000] = "\x90\x7e", [0x6001] = "\x90\x80", - [0x6002] = "\x90\x81", [0x6003] = "\xe3\xa7", [0x6004] = "\xc7\xc4", - [0x6005] = "\x90\x82", [0x6006] = "\x90\x83", [0x6007] = "\x90\x84", - [0x6008] = "\x90\x85", [0x6009] = "\xcf\xa4", [0x600a] = "\x90\x86", - [0x600b] = "\x90\x87", [0x600c] = "\xe3\xa9", [0x600d] = "\xba\xb7", - [0x600e] = "\x90\x88", [0x600f] = "\x90\x89", [0x6010] = "\x90\x8a", - [0x6011] = "\x90\x8b", [0x6012] = "\xe3\xa8", [0x6013] = "\x90\x8c", - [0x6014] = "\xbb\xda", [0x6015] = "\x90\x8d", [0x6016] = "\xe3\xa3", - [0x6017] = "\x90\x8e", [0x6018] = "\x90\x8f", [0x6019] = "\x90\x90", - [0x601a] = "\xe3\xa4", [0x601b] = "\xe3\xaa", [0x601c] = "\x90\x91", - [0x601d] = "\xe3\xa6", [0x601e] = "\x90\x92", [0x601f] = "\xce\xf2", - [0x6020] = "\xd3\xc6", [0x6021] = "\x90\x93", [0x6022] = "\x90\x94", - [0x6023] = "\xbb\xbc", [0x6024] = "\x90\x95", [0x6025] = "\x90\x96", - [0x6026] = "\xd4\xc3", [0x6027] = "\x90\x97", [0x6028] = "\xc4\xfa", - [0x6029] = "\x90\x98", [0x602a] = "\x90\x99", [0x602b] = "\xed\xa8", - [0x602c] = "\xd0\xfc", [0x602d] = "\xe3\xa5", [0x602e] = "\x90\x9a", - [0x602f] = "\xc3\xf5", [0x6030] = "\x90\x9b", [0x6031] = "\xe3\xad", - [0x6032] = "\xb1\xaf", [0x6033] = "\x90\x9c", [0x6034] = "\xe3\xb2", - [0x6035] = "\x90\x9d", [0x6036] = "\x90\x9e", [0x6037] = "\x90\x9f", - [0x6038] = "\xbc\xc2", [0x6039] = "\x90\xa0", [0x603a] = "\x90\xa1", - [0x603b] = "\xe3\xac", [0x603c] = "\xb5\xbf", [0x603d] = "\x90\xa2", - [0x603e] = "\x90\xa3", [0x603f] = "\x90\xa4", [0x6040] = "\x90\xa5", - [0x6041] = "\x90\xa6", [0x6042] = "\x90\xa7", [0x6043] = "\x90\xa8", - [0x6044] = "\x90\xa9", [0x6045] = "\xc7\xe9", [0x6046] = "\xe3\xb0", - [0x6047] = "\x90\xaa", [0x6048] = "\x90\xab", [0x6049] = "\x90\xac", - [0x604a] = "\xbe\xaa", [0x604b] = "\xcd\xef", [0x604c] = "\x90\xad", - [0x604d] = "\x90\xae", [0x604e] = "\x90\xaf", [0x604f] = "\x90\xb0", - [0x6050] = "\x90\xb1", [0x6051] = "\xbb\xf3", [0x6052] = "\x90\xb2", - [0x6053] = "\x90\xb3", [0x6054] = "\x90\xb4", [0x6055] = "\xcc\xe8", - [0x6056] = "\x90\xb5", [0x6057] = "\x90\xb6", [0x6058] = "\xe3\xaf", - [0x6059] = "\x90\xb7", [0x605a] = "\xe3\xb1", [0x605b] = "\x90\xb8", - [0x605c] = "\xcf\xa7", [0x605d] = "\xe3\xae", [0x605e] = "\x90\xb9", - [0x605f] = "\xce\xa9", [0x6060] = "\xbb\xdd", [0x6061] = "\x90\xba", - [0x6062] = "\x90\xbb", [0x6063] = "\x90\xbc", [0x6064] = "\x90\xbd", - [0x6065] = "\x90\xbe", [0x6066] = "\xb5\xeb", [0x6067] = "\xbe\xe5", - [0x6068] = "\xb2\xd2", [0x6069] = "\xb3\xcd", [0x606a] = "\x90\xbf", - [0x606b] = "\xb1\xb9", [0x606c] = "\xe3\xab", [0x606d] = "\xb2\xd1", - [0x606e] = "\xb5\xac", [0x606f] = "\xb9\xdf", [0x6070] = "\xb6\xe8", - [0x6071] = "\x90\xc0", [0x6072] = "\x90\xc1", [0x6073] = "\xcf\xeb", - [0x6074] = "\xe3\xb7", [0x6075] = "\x90\xc2", [0x6076] = "\xbb\xcc", - [0x6077] = "\x90\xc3", [0x6078] = "\x90\xc4", [0x6079] = "\xc8\xc7", - [0x607a] = "\xd0\xca", [0x607b] = "\x90\xc5", [0x607c] = "\x90\xc6", - [0x607d] = "\x90\xc7", [0x607e] = "\x90\xc8", [0x607f] = "\x90\xc9", - [0x6080] = "\xe3\xb8", [0x6081] = "\xb3\xee", [0x6082] = "\x90\xca", - [0x6083] = "\x90\xcb", [0x6084] = "\x90\xcc", [0x6085] = "\x90\xcd", - [0x6086] = "\xed\xa9", [0x6087] = "\x90\xce", [0x6088] = "\xd3\xfa", - [0x6089] = "\xd3\xe4", [0x608a] = "\x90\xcf", [0x608b] = "\x90\xd0", - [0x608c] = "\x90\xd1", [0x608d] = "\xed\xaa", [0x608e] = "\xe3\xb9", - [0x608f] = "\xd2\xe2", [0x6090] = "\x90\xd2", [0x6091] = "\x90\xd3", - [0x6092] = "\x90\xd4", [0x6093] = "\x90\xd5", [0x6094] = "\x90\xd6", - [0x6095] = "\xe3\xb5", [0x6096] = "\x90\xd7", [0x6097] = "\x90\xd8", - [0x6098] = "\x90\xd9", [0x6099] = "\x90\xda", [0x609a] = "\xd3\xde", - [0x609b] = "\x90\xdb", [0x609c] = "\x90\xdc", [0x609d] = "\x90\xdd", - [0x609e] = "\x90\xde", [0x609f] = "\xb8\xd0", [0x60a0] = "\xe3\xb3", - [0x60a1] = "\x90\xdf", [0x60a2] = "\x90\xe0", [0x60a3] = "\xe3\xb6", - [0x60a4] = "\xb7\xdf", [0x60a5] = "\x90\xe1", [0x60a6] = "\xe3\xb4", - [0x60a7] = "\xc0\xa2", [0x60a8] = "\x90\xe2", [0x60a9] = "\x90\xe3", - [0x60aa] = "\x90\xe4", [0x60ab] = "\xe3\xba", [0x60ac] = "\x90\xe5", - [0x60ad] = "\x90\xe6", [0x60ae] = "\x90\xe7", [0x60af] = "\x90\xe8", - [0x60b0] = "\x90\xe9", [0x60b1] = "\x90\xea", [0x60b2] = "\x90\xeb", - [0x60b3] = "\x90\xec", [0x60b4] = "\x90\xed", [0x60b5] = "\x90\xee", - [0x60b6] = "\x90\xef", [0x60b7] = "\x90\xf0", [0x60b8] = "\x90\xf1", - [0x60b9] = "\x90\xf2", [0x60ba] = "\x90\xf3", [0x60bb] = "\x90\xf4", - [0x60bc] = "\x90\xf5", [0x60bd] = "\x90\xf6", [0x60be] = "\x90\xf7", - [0x60bf] = "\xd4\xb8", [0x60c0] = "\x90\xf8", [0x60c1] = "\x90\xf9", - [0x60c2] = "\x90\xfa", [0x60c3] = "\x90\xfb", [0x60c4] = "\x90\xfc", - [0x60c5] = "\x90\xfd", [0x60c6] = "\x90\xfe", [0x60c7] = "\x91\x40", - [0x60c8] = "\xb4\xc8", [0x60c9] = "\x91\x41", [0x60ca] = "\xe3\xbb", - [0x60cb] = "\x91\x42", [0x60cc] = "\xbb\xc5", [0x60cd] = "\x91\x43", - [0x60ce] = "\xc9\xf7", [0x60cf] = "\x91\x44", [0x60d0] = "\x91\x45", - [0x60d1] = "\xc9\xe5", [0x60d2] = "\x91\x46", [0x60d3] = "\x91\x47", - [0x60d4] = "\x91\x48", [0x60d5] = "\xc4\xbd", [0x60d6] = "\x91\x49", - [0x60d7] = "\x91\x4a", [0x60d8] = "\x91\x4b", [0x60d9] = "\x91\x4c", - [0x60da] = "\x91\x4d", [0x60db] = "\x91\x4e", [0x60dc] = "\x91\x4f", - [0x60dd] = "\xed\xab", [0x60de] = "\x91\x50", [0x60df] = "\x91\x51", - [0x60e0] = "\x91\x52", [0x60e1] = "\x91\x53", [0x60e2] = "\xc2\xfd", - [0x60e3] = "\x91\x54", [0x60e4] = "\x91\x55", [0x60e5] = "\x91\x56", - [0x60e6] = "\x91\x57", [0x60e7] = "\xbb\xdb", [0x60e8] = "\xbf\xae", - [0x60e9] = "\x91\x58", [0x60ea] = "\x91\x59", [0x60eb] = "\x91\x5a", - [0x60ec] = "\x91\x5b", [0x60ed] = "\x91\x5c", [0x60ee] = "\x91\x5d", - [0x60ef] = "\x91\x5e", [0x60f0] = "\xce\xbf", [0x60f1] = "\x91\x5f", - [0x60f2] = "\x91\x60", [0x60f3] = "\x91\x61", [0x60f4] = "\x91\x62", - [0x60f5] = "\xe3\xbc", [0x60f6] = "\x91\x63", [0x60f7] = "\xbf\xb6", - [0x60f8] = "\x91\x64", [0x60f9] = "\x91\x65", [0x60fa] = "\x91\x66", - [0x60fb] = "\x91\x67", [0x60fc] = "\x91\x68", [0x60fd] = "\x91\x69", - [0x60fe] = "\x91\x6a", [0x60ff] = "\x91\x6b", [0x6100] = "\x91\x6c", - [0x6101] = "\x91\x6d", [0x6102] = "\x91\x6e", [0x6103] = "\x91\x6f", - [0x6104] = "\x91\x70", [0x6105] = "\x91\x71", [0x6106] = "\x91\x72", - [0x6107] = "\x91\x73", [0x6108] = "\x91\x74", [0x6109] = "\x91\x75", - [0x610a] = "\x91\x76", [0x610b] = "\xb1\xef", [0x610c] = "\x91\x77", - [0x610d] = "\x91\x78", [0x610e] = "\xd4\xf7", [0x610f] = "\x91\x79", - [0x6110] = "\x91\x7a", [0x6111] = "\x91\x7b", [0x6112] = "\x91\x7c", - [0x6113] = "\x91\x7d", [0x6114] = "\xe3\xbe", [0x6115] = "\x91\x7e", - [0x6116] = "\x91\x80", [0x6117] = "\x91\x81", [0x6118] = "\x91\x82", - [0x6119] = "\x91\x83", [0x611a] = "\x91\x84", [0x611b] = "\x91\x85", - [0x611c] = "\x91\x86", [0x611d] = "\xed\xad", [0x611e] = "\x91\x87", - [0x611f] = "\x91\x88", [0x6120] = "\x91\x89", [0x6121] = "\x91\x8a", - [0x6122] = "\x91\x8b", [0x6123] = "\x91\x8c", [0x6124] = "\x91\x8d", - [0x6125] = "\x91\x8e", [0x6126] = "\x91\x8f", [0x6127] = "\xe3\xbf", - [0x6128] = "\xba\xa9", [0x6129] = "\xed\xac", [0x612a] = "\x91\x90", - [0x612b] = "\x91\x91", [0x612c] = "\xe3\xbd", [0x612d] = "\x91\x92", - [0x612e] = "\x91\x93", [0x612f] = "\x91\x94", [0x6130] = "\x91\x95", - [0x6131] = "\x91\x96", [0x6132] = "\x91\x97", [0x6133] = "\x91\x98", - [0x6134] = "\x91\x99", [0x6135] = "\x91\x9a", [0x6136] = "\x91\x9b", - [0x6137] = "\xe3\xc0", [0x6138] = "\x91\x9c", [0x6139] = "\x91\x9d", - [0x613a] = "\x91\x9e", [0x613b] = "\x91\x9f", [0x613c] = "\x91\xa0", - [0x613d] = "\x91\xa1", [0x613e] = "\xba\xb6", [0x613f] = "\x91\xa2", - [0x6140] = "\x91\xa3", [0x6141] = "\x91\xa4", [0x6142] = "\xb6\xae", - [0x6143] = "\x91\xa5", [0x6144] = "\x91\xa6", [0x6145] = "\x91\xa7", - [0x6146] = "\x91\xa8", [0x6147] = "\x91\xa9", [0x6148] = "\xd0\xb8", - [0x6149] = "\x91\xaa", [0x614a] = "\xb0\xc3", [0x614b] = "\xed\xae", - [0x614c] = "\x91\xab", [0x614d] = "\x91\xac", [0x614e] = "\x91\xad", - [0x614f] = "\x91\xae", [0x6150] = "\x91\xaf", [0x6151] = "\xed\xaf", - [0x6152] = "\xc0\xc1", [0x6153] = "\x91\xb0", [0x6154] = "\xe3\xc1", - [0x6155] = "\x91\xb1", [0x6156] = "\x91\xb2", [0x6157] = "\x91\xb3", - [0x6158] = "\x91\xb4", [0x6159] = "\x91\xb5", [0x615a] = "\x91\xb6", - [0x615b] = "\x91\xb7", [0x615c] = "\x91\xb8", [0x615d] = "\x91\xb9", - [0x615e] = "\x91\xba", [0x615f] = "\x91\xbb", [0x6160] = "\x91\xbc", - [0x6161] = "\x91\xbd", [0x6162] = "\x91\xbe", [0x6163] = "\x91\xbf", - [0x6164] = "\x91\xc0", [0x6165] = "\x91\xc1", [0x6166] = "\xc5\xb3", - [0x6167] = "\x91\xc2", [0x6168] = "\x91\xc3", [0x6169] = "\x91\xc4", - [0x616a] = "\x91\xc5", [0x616b] = "\x91\xc6", [0x616c] = "\x91\xc7", - [0x616d] = "\x91\xc8", [0x616e] = "\x91\xc9", [0x616f] = "\x91\xca", - [0x6170] = "\x91\xcb", [0x6171] = "\x91\xcc", [0x6172] = "\x91\xcd", - [0x6173] = "\x91\xce", [0x6174] = "\x91\xcf", [0x6175] = "\xe3\xc2", - [0x6176] = "\x91\xd0", [0x6177] = "\x91\xd1", [0x6178] = "\x91\xd2", - [0x6179] = "\x91\xd3", [0x617a] = "\x91\xd4", [0x617b] = "\x91\xd5", - [0x617c] = "\x91\xd6", [0x617d] = "\x91\xd7", [0x617e] = "\x91\xd8", - [0x617f] = "\xdc\xb2", [0x6180] = "\x91\xd9", [0x6181] = "\x91\xda", - [0x6182] = "\x91\xdb", [0x6183] = "\x91\xdc", [0x6184] = "\x91\xdd", - [0x6185] = "\x91\xde", [0x6186] = "\xed\xb0", [0x6187] = "\x91\xdf", - [0x6188] = "\xb8\xea", [0x6189] = "\x91\xe0", [0x618a] = "\xce\xec", - [0x618b] = "\xea\xa7", [0x618c] = "\xd0\xe7", [0x618d] = "\xca\xf9", - [0x618e] = "\xc8\xd6", [0x618f] = "\xcf\xb7", [0x6190] = "\xb3\xc9", - [0x6191] = "\xce\xd2", [0x6192] = "\xbd\xe4", [0x6193] = "\x91\xe1", - [0x6194] = "\x91\xe2", [0x6195] = "\xe3\xde", [0x6196] = "\xbb\xf2", - [0x6197] = "\xea\xa8", [0x6198] = "\xd5\xbd", [0x6199] = "\x91\xe3", - [0x619a] = "\xc6\xdd", [0x619b] = "\xea\xa9", [0x619c] = "\x91\xe4", - [0x619d] = "\x91\xe5", [0x619e] = "\x91\xe6", [0x619f] = "\xea\xaa", - [0x61a0] = "\x91\xe7", [0x61a1] = "\xea\xac", [0x61a2] = "\xea\xab", - [0x61a3] = "\x91\xe8", [0x61a4] = "\xea\xae", [0x61a5] = "\xea\xad", - [0x61a6] = "\x91\xe9", [0x61a7] = "\x91\xea", [0x61a8] = "\x91\xeb", - [0x61a9] = "\x91\xec", [0x61aa] = "\xbd\xd8", [0x61ab] = "\x91\xed", - [0x61ac] = "\xea\xaf", [0x61ad] = "\x91\xee", [0x61ae] = "\xc2\xbe", - [0x61af] = "\x91\xef", [0x61b0] = "\x91\xf0", [0x61b1] = "\x91\xf1", - [0x61b2] = "\x91\xf2", [0x61b3] = "\xb4\xc1", [0x61b4] = "\xb4\xf7", - [0x61b5] = "\x91\xf3", [0x61b6] = "\x91\xf4", [0x61b7] = "\xbb\xa7", - [0x61b8] = "\x91\xf5", [0x61b9] = "\x91\xf6", [0x61ba] = "\x91\xf7", - [0x61bb] = "\x91\xf8", [0x61bc] = "\x91\xf9", [0x61bd] = "\xec\xe6", - [0x61be] = "\xec\xe5", [0x61bf] = "\xb7\xbf", [0x61c0] = "\xcb\xf9", - [0x61c1] = "\xb1\xe2", [0x61c2] = "\x91\xfa", [0x61c3] = "\xec\xe7", - [0x61c4] = "\x91\xfb", [0x61c5] = "\x91\xfc", [0x61c6] = "\x91\xfd", - [0x61c7] = "\xc9\xc8", [0x61c8] = "\xec\xe8", [0x61c9] = "\xec\xe9", - [0x61ca] = "\x91\xfe", [0x61cb] = "\xca\xd6", [0x61cc] = "\xde\xd0", - [0x61cd] = "\xb2\xc5", [0x61ce] = "\xd4\xfa", [0x61cf] = "\x92\x40", - [0x61d0] = "\x92\x41", [0x61d1] = "\xc6\xcb", [0x61d2] = "\xb0\xc7", - [0x61d3] = "\xb4\xf2", [0x61d4] = "\xc8\xd3", [0x61d5] = "\x92\x42", - [0x61d6] = "\x92\x43", [0x61d7] = "\x92\x44", [0x61d8] = "\xcd\xd0", - [0x61d9] = "\x92\x45", [0x61da] = "\x92\x46", [0x61db] = "\xbf\xb8", - [0x61dc] = "\x92\x47", [0x61dd] = "\x92\x48", [0x61de] = "\x92\x49", - [0x61df] = "\x92\x4a", [0x61e0] = "\x92\x4b", [0x61e1] = "\x92\x4c", - [0x61e2] = "\x92\x4d", [0x61e3] = "\xbf\xdb", [0x61e4] = "\x92\x4e", - [0x61e5] = "\x92\x4f", [0x61e6] = "\xc7\xa4", [0x61e7] = "\xd6\xb4", - [0x61e8] = "\x92\x50", [0x61e9] = "\xc0\xa9", [0x61ea] = "\xde\xd1", - [0x61eb] = "\xc9\xa8", [0x61ec] = "\xd1\xef", [0x61ed] = "\xc5\xa4", - [0x61ee] = "\xb0\xe7", [0x61ef] = "\xb3\xb6", [0x61f0] = "\xc8\xc5", - [0x61f1] = "\x92\x51", [0x61f2] = "\x92\x52", [0x61f3] = "\xb0\xe2", - [0x61f4] = "\x92\x53", [0x61f5] = "\x92\x54", [0x61f6] = "\xb7\xf6", - [0x61f7] = "\x92\x55", [0x61f8] = "\x92\x56", [0x61f9] = "\xc5\xfa", - [0x61fa] = "\x92\x57", [0x61fb] = "\x92\x58", [0x61fc] = "\xb6\xf3", - [0x61fd] = "\x92\x59", [0x61fe] = "\xd5\xd2", [0x61ff] = "\xb3\xd0", - [0x6200] = "\xbc\xbc", [0x6201] = "\x92\x5a", [0x6202] = "\x92\x5b", - [0x6203] = "\x92\x5c", [0x6204] = "\xb3\xad", [0x6205] = "\x92\x5d", - [0x6206] = "\x92\x5e", [0x6207] = "\x92\x5f", [0x6208] = "\x92\x60", - [0x6209] = "\xbe\xf1", [0x620a] = "\xb0\xd1", [0x620b] = "\x92\x61", - [0x620c] = "\x92\x62", [0x620d] = "\x92\x63", [0x620e] = "\x92\x64", - [0x620f] = "\x92\x65", [0x6210] = "\x92\x66", [0x6211] = "\xd2\xd6", - [0x6212] = "\xca\xe3", [0x6213] = "\xd7\xa5", [0x6214] = "\x92\x67", - [0x6215] = "\xcd\xb6", [0x6216] = "\xb6\xb6", [0x6217] = "\xbf\xb9", - [0x6218] = "\xd5\xdb", [0x6219] = "\x92\x68", [0x621a] = "\xb8\xa7", - [0x621b] = "\xc5\xd7", [0x621c] = "\x92\x69", [0x621d] = "\x92\x6a", - [0x621e] = "\x92\x6b", [0x621f] = "\xde\xd2", [0x6220] = "\xbf\xd9", - [0x6221] = "\xc2\xd5", [0x6222] = "\xc7\xc0", [0x6223] = "\x92\x6c", - [0x6224] = "\xbb\xa4", [0x6225] = "\xb1\xa8", [0x6226] = "\x92\x6d", - [0x6227] = "\x92\x6e", [0x6228] = "\xc5\xea", [0x6229] = "\x92\x6f", - [0x622a] = "\x92\x70", [0x622b] = "\xc5\xfb", [0x622c] = "\xcc\xa7", - [0x622d] = "\x92\x71", [0x622e] = "\x92\x72", [0x622f] = "\x92\x73", - [0x6230] = "\x92\x74", [0x6231] = "\xb1\xa7", [0x6232] = "\x92\x75", - [0x6233] = "\x92\x76", [0x6234] = "\x92\x77", [0x6235] = "\xb5\xd6", - [0x6236] = "\x92\x78", [0x6237] = "\x92\x79", [0x6238] = "\x92\x7a", - [0x6239] = "\xc4\xa8", [0x623a] = "\x92\x7b", [0x623b] = "\xde\xd3", - [0x623c] = "\xd1\xba", [0x623d] = "\xb3\xe9", [0x623e] = "\x92\x7c", - [0x623f] = "\xc3\xf2", [0x6240] = "\x92\x7d", [0x6241] = "\x92\x7e", - [0x6242] = "\xb7\xf7", [0x6243] = "\x92\x80", [0x6244] = "\xd6\xf4", - [0x6245] = "\xb5\xa3", [0x6246] = "\xb2\xf0", [0x6247] = "\xc4\xb4", - [0x6248] = "\xc4\xe9", [0x6249] = "\xc0\xad", [0x624a] = "\xde\xd4", - [0x624b] = "\x92\x81", [0x624c] = "\xb0\xe8", [0x624d] = "\xc5\xc4", - [0x624e] = "\xc1\xe0", [0x624f] = "\x92\x82", [0x6250] = "\xb9\xd5", - [0x6251] = "\x92\x83", [0x6252] = "\xbe\xdc", [0x6253] = "\xcd\xd8", - [0x6254] = "\xb0\xce", [0x6255] = "\x92\x84", [0x6256] = "\xcd\xcf", - [0x6257] = "\xde\xd6", [0x6258] = "\xbe\xd0", [0x6259] = "\xd7\xbe", - [0x625a] = "\xde\xd5", [0x625b] = "\xd5\xd0", [0x625c] = "\xb0\xdd", - [0x625d] = "\x92\x85", [0x625e] = "\x92\x86", [0x625f] = "\xc4\xe2", - [0x6260] = "\x92\x87", [0x6261] = "\x92\x88", [0x6262] = "\xc2\xa3", - [0x6263] = "\xbc\xf0", [0x6264] = "\x92\x89", [0x6265] = "\xd3\xb5", - [0x6266] = "\xc0\xb9", [0x6267] = "\xc5\xa1", [0x6268] = "\xb2\xa6", - [0x6269] = "\xd4\xf1", [0x626a] = "\x92\x8a", [0x626b] = "\x92\x8b", - [0x626c] = "\xc0\xa8", [0x626d] = "\xca\xc3", [0x626e] = "\xde\xd7", - [0x626f] = "\xd5\xfc", [0x6270] = "\x92\x8c", [0x6271] = "\xb9\xb0", - [0x6272] = "\x92\x8d", [0x6273] = "\xc8\xad", [0x6274] = "\xcb\xa9", - [0x6275] = "\x92\x8e", [0x6276] = "\xde\xd9", [0x6277] = "\xbf\xbd", - [0x6278] = "\x92\x8f", [0x6279] = "\x92\x90", [0x627a] = "\x92\x91", - [0x627b] = "\x92\x92", [0x627c] = "\xc6\xb4", [0x627d] = "\xd7\xa7", - [0x627e] = "\xca\xb0", [0x627f] = "\xc4\xc3", [0x6280] = "\x92\x93", - [0x6281] = "\xb3\xd6", [0x6282] = "\xb9\xd2", [0x6283] = "\x92\x94", - [0x6284] = "\x92\x95", [0x6285] = "\x92\x96", [0x6286] = "\x92\x97", - [0x6287] = "\xd6\xb8", [0x6288] = "\xea\xfc", [0x6289] = "\xb0\xb4", - [0x628a] = "\x92\x98", [0x628b] = "\x92\x99", [0x628c] = "\x92\x9a", - [0x628d] = "\x92\x9b", [0x628e] = "\xbf\xe6", [0x628f] = "\x92\x9c", - [0x6290] = "\x92\x9d", [0x6291] = "\xcc\xf4", [0x6292] = "\x92\x9e", - [0x6293] = "\x92\x9f", [0x6294] = "\x92\xa0", [0x6295] = "\x92\xa1", - [0x6296] = "\xcd\xda", [0x6297] = "\x92\xa2", [0x6298] = "\x92\xa3", - [0x6299] = "\x92\xa4", [0x629a] = "\xd6\xbf", [0x629b] = "\xc2\xce", - [0x629c] = "\x92\xa5", [0x629d] = "\xce\xce", [0x629e] = "\xcc\xa2", - [0x629f] = "\xd0\xae", [0x62a0] = "\xc4\xd3", [0x62a1] = "\xb5\xb2", - [0x62a2] = "\xde\xd8", [0x62a3] = "\xd5\xf5", [0x62a4] = "\xbc\xb7", - [0x62a5] = "\xbb\xd3", [0x62a6] = "\x92\xa6", [0x62a7] = "\x92\xa7", - [0x62a8] = "\xb0\xa4", [0x62a9] = "\x92\xa8", [0x62aa] = "\xc5\xb2", - [0x62ab] = "\xb4\xec", [0x62ac] = "\x92\xa9", [0x62ad] = "\x92\xaa", - [0x62ae] = "\x92\xab", [0x62af] = "\xd5\xf1", [0x62b0] = "\x92\xac", - [0x62b1] = "\x92\xad", [0x62b2] = "\xea\xfd", [0x62b3] = "\x92\xae", - [0x62b4] = "\x92\xaf", [0x62b5] = "\x92\xb0", [0x62b6] = "\x92\xb1", - [0x62b7] = "\x92\xb2", [0x62b8] = "\x92\xb3", [0x62b9] = "\xde\xda", - [0x62ba] = "\xcd\xa6", [0x62bb] = "\x92\xb4", [0x62bc] = "\x92\xb5", - [0x62bd] = "\xcd\xec", [0x62be] = "\x92\xb6", [0x62bf] = "\x92\xb7", - [0x62c0] = "\x92\xb8", [0x62c1] = "\x92\xb9", [0x62c2] = "\xce\xe6", - [0x62c3] = "\xde\xdc", [0x62c4] = "\x92\xba", [0x62c5] = "\xcd\xb1", - [0x62c6] = "\xc0\xa6", [0x62c7] = "\x92\xbb", [0x62c8] = "\x92\xbc", - [0x62c9] = "\xd7\xbd", [0x62ca] = "\x92\xbd", [0x62cb] = "\xde\xdb", - [0x62cc] = "\xb0\xc6", [0x62cd] = "\xba\xb4", [0x62ce] = "\xc9\xd3", - [0x62cf] = "\xc4\xf3", [0x62d0] = "\xbe\xe8", [0x62d1] = "\x92\xbe", - [0x62d2] = "\x92\xbf", [0x62d3] = "\x92\xc0", [0x62d4] = "\x92\xc1", - [0x62d5] = "\xb2\xb6", [0x62d6] = "\x92\xc2", [0x62d7] = "\x92\xc3", - [0x62d8] = "\x92\xc4", [0x62d9] = "\x92\xc5", [0x62da] = "\x92\xc6", - [0x62db] = "\x92\xc7", [0x62dc] = "\x92\xc8", [0x62dd] = "\x92\xc9", - [0x62de] = "\xc0\xcc", [0x62df] = "\xcb\xf0", [0x62e0] = "\x92\xca", - [0x62e1] = "\xbc\xf1", [0x62e2] = "\xbb\xbb", [0x62e3] = "\xb5\xb7", - [0x62e4] = "\x92\xcb", [0x62e5] = "\x92\xcc", [0x62e6] = "\x92\xcd", - [0x62e7] = "\xc5\xf5", [0x62e8] = "\x92\xce", [0x62e9] = "\xde\xe6", - [0x62ea] = "\x92\xcf", [0x62eb] = "\x92\xd0", [0x62ec] = "\x92\xd1", - [0x62ed] = "\xde\xe3", [0x62ee] = "\xbe\xdd", [0x62ef] = "\x92\xd2", - [0x62f0] = "\x92\xd3", [0x62f1] = "\xde\xdf", [0x62f2] = "\x92\xd4", - [0x62f3] = "\x92\xd5", [0x62f4] = "\x92\xd6", [0x62f5] = "\x92\xd7", - [0x62f6] = "\xb4\xb7", [0x62f7] = "\xbd\xdd", [0x62f8] = "\x92\xd8", - [0x62f9] = "\x92\xd9", [0x62fa] = "\xde\xe0", [0x62fb] = "\xc4\xed", - [0x62fc] = "\x92\xda", [0x62fd] = "\x92\xdb", [0x62fe] = "\x92\xdc", - [0x62ff] = "\x92\xdd", [0x6300] = "\xcf\xc6", [0x6301] = "\x92\xde", - [0x6302] = "\xb5\xe0", [0x6303] = "\x92\xdf", [0x6304] = "\x92\xe0", - [0x6305] = "\x92\xe1", [0x6306] = "\x92\xe2", [0x6307] = "\xb6\xde", - [0x6308] = "\xca\xda", [0x6309] = "\xb5\xf4", [0x630a] = "\xde\xe5", - [0x630b] = "\x92\xe3", [0x630c] = "\xd5\xc6", [0x630d] = "\x92\xe4", - [0x630e] = "\xde\xe1", [0x630f] = "\xcc\xcd", [0x6310] = "\xc6\xfe", - [0x6311] = "\x92\xe5", [0x6312] = "\xc5\xc5", [0x6313] = "\x92\xe6", - [0x6314] = "\x92\xe7", [0x6315] = "\x92\xe8", [0x6316] = "\xd2\xb4", - [0x6317] = "\x92\xe9", [0x6318] = "\xbe\xf2", [0x6319] = "\x92\xea", - [0x631a] = "\x92\xeb", [0x631b] = "\x92\xec", [0x631c] = "\x92\xed", - [0x631d] = "\x92\xee", [0x631e] = "\x92\xef", [0x631f] = "\x92\xf0", - [0x6320] = "\xc2\xd3", [0x6321] = "\x92\xf1", [0x6322] = "\xcc\xbd", - [0x6323] = "\xb3\xb8", [0x6324] = "\x92\xf2", [0x6325] = "\xbd\xd3", - [0x6326] = "\x92\xf3", [0x6327] = "\xbf\xd8", [0x6328] = "\xcd\xc6", - [0x6329] = "\xd1\xda", [0x632a] = "\xb4\xeb", [0x632b] = "\x92\xf4", - [0x632c] = "\xde\xe4", [0x632d] = "\xde\xdd", [0x632e] = "\xde\xe7", - [0x632f] = "\x92\xf5", [0x6330] = "\xea\xfe", [0x6331] = "\x92\xf6", - [0x6332] = "\x92\xf7", [0x6333] = "\xc2\xb0", [0x6334] = "\xde\xe2", - [0x6335] = "\x92\xf8", [0x6336] = "\x92\xf9", [0x6337] = "\xd6\xc0", - [0x6338] = "\xb5\xa7", [0x6339] = "\x92\xfa", [0x633a] = "\xb2\xf4", - [0x633b] = "\x92\xfb", [0x633c] = "\xde\xe8", [0x633d] = "\x92\xfc", - [0x633e] = "\xde\xf2", [0x633f] = "\x92\xfd", [0x6340] = "\x92\xfe", - [0x6341] = "\x93\x40", [0x6342] = "\x93\x41", [0x6343] = "\x93\x42", - [0x6344] = "\xde\xed", [0x6345] = "\x93\x43", [0x6346] = "\xde\xf1", - [0x6347] = "\x93\x44", [0x6348] = "\x93\x45", [0x6349] = "\xc8\xe0", - [0x634a] = "\x93\x46", [0x634b] = "\x93\x47", [0x634c] = "\x93\x48", - [0x634d] = "\xd7\xe1", [0x634e] = "\xde\xef", [0x634f] = "\xc3\xe8", - [0x6350] = "\xcc\xe1", [0x6351] = "\x93\x49", [0x6352] = "\xb2\xe5", - [0x6353] = "\x93\x4a", [0x6354] = "\x93\x4b", [0x6355] = "\x93\x4c", - [0x6356] = "\xd2\xbe", [0x6357] = "\x93\x4d", [0x6358] = "\x93\x4e", - [0x6359] = "\x93\x4f", [0x635a] = "\x93\x50", [0x635b] = "\x93\x51", - [0x635c] = "\x93\x52", [0x635d] = "\x93\x53", [0x635e] = "\xde\xee", - [0x635f] = "\x93\x54", [0x6360] = "\xde\xeb", [0x6361] = "\xce\xd5", - [0x6362] = "\x93\x55", [0x6363] = "\xb4\xa7", [0x6364] = "\x93\x56", - [0x6365] = "\x93\x57", [0x6366] = "\x93\x58", [0x6367] = "\x93\x59", - [0x6368] = "\x93\x5a", [0x6369] = "\xbf\xab", [0x636a] = "\xbe\xbe", - [0x636b] = "\x93\x5b", [0x636c] = "\x93\x5c", [0x636d] = "\xbd\xd2", - [0x636e] = "\x93\x5d", [0x636f] = "\x93\x5e", [0x6370] = "\x93\x5f", - [0x6371] = "\x93\x60", [0x6372] = "\xde\xe9", [0x6373] = "\x93\x61", - [0x6374] = "\xd4\xae", [0x6375] = "\x93\x62", [0x6376] = "\xde\xde", - [0x6377] = "\x93\x63", [0x6378] = "\xde\xea", [0x6379] = "\x93\x64", - [0x637a] = "\x93\x65", [0x637b] = "\x93\x66", [0x637c] = "\x93\x67", - [0x637d] = "\xc0\xbf", [0x637e] = "\x93\x68", [0x637f] = "\xde\xec", - [0x6380] = "\xb2\xf3", [0x6381] = "\xb8\xe9", [0x6382] = "\xc2\xa7", - [0x6383] = "\x93\x69", [0x6384] = "\x93\x6a", [0x6385] = "\xbd\xc1", - [0x6386] = "\x93\x6b", [0x6387] = "\x93\x6c", [0x6388] = "\x93\x6d", - [0x6389] = "\x93\x6e", [0x638a] = "\x93\x6f", [0x638b] = "\xde\xf5", - [0x638c] = "\xde\xf8", [0x638d] = "\x93\x70", [0x638e] = "\x93\x71", - [0x638f] = "\xb2\xab", [0x6390] = "\xb4\xa4", [0x6391] = "\x93\x72", - [0x6392] = "\x93\x73", [0x6393] = "\xb4\xea", [0x6394] = "\xc9\xa6", - [0x6395] = "\x93\x74", [0x6396] = "\x93\x75", [0x6397] = "\x93\x76", - [0x6398] = "\x93\x77", [0x6399] = "\x93\x78", [0x639a] = "\x93\x79", - [0x639b] = "\xde\xf6", [0x639c] = "\xcb\xd1", [0x639d] = "\x93\x7a", - [0x639e] = "\xb8\xe3", [0x639f] = "\x93\x7b", [0x63a0] = "\xde\xf7", - [0x63a1] = "\xde\xfa", [0x63a2] = "\x93\x7c", [0x63a3] = "\x93\x7d", - [0x63a4] = "\x93\x7e", [0x63a5] = "\x93\x80", [0x63a6] = "\xde\xf9", - [0x63a7] = "\x93\x81", [0x63a8] = "\x93\x82", [0x63a9] = "\x93\x83", - [0x63aa] = "\xcc\xc2", [0x63ab] = "\x93\x84", [0x63ac] = "\xb0\xe1", - [0x63ad] = "\xb4\xee", [0x63ae] = "\x93\x85", [0x63af] = "\x93\x86", - [0x63b0] = "\x93\x87", [0x63b1] = "\x93\x88", [0x63b2] = "\x93\x89", - [0x63b3] = "\x93\x8a", [0x63b4] = "\xe5\xba", [0x63b5] = "\x93\x8b", - [0x63b6] = "\x93\x8c", [0x63b7] = "\x93\x8d", [0x63b8] = "\x93\x8e", - [0x63b9] = "\x93\x8f", [0x63ba] = "\xd0\xaf", [0x63bb] = "\x93\x90", - [0x63bc] = "\x93\x91", [0x63bd] = "\xb2\xeb", [0x63be] = "\x93\x92", - [0x63bf] = "\xeb\xa1", [0x63c0] = "\x93\x93", [0x63c1] = "\xde\xf4", - [0x63c2] = "\x93\x94", [0x63c3] = "\x93\x95", [0x63c4] = "\xc9\xe3", - [0x63c5] = "\xde\xf3", [0x63c6] = "\xb0\xda", [0x63c7] = "\xd2\xa1", - [0x63c8] = "\xb1\xf7", [0x63c9] = "\x93\x96", [0x63ca] = "\xcc\xaf", - [0x63cb] = "\x93\x97", [0x63cc] = "\x93\x98", [0x63cd] = "\x93\x99", - [0x63ce] = "\x93\x9a", [0x63cf] = "\x93\x9b", [0x63d0] = "\x93\x9c", - [0x63d1] = "\x93\x9d", [0x63d2] = "\xde\xf0", [0x63d3] = "\x93\x9e", - [0x63d4] = "\xcb\xa4", [0x63d5] = "\x93\x9f", [0x63d6] = "\x93\xa0", - [0x63d7] = "\x93\xa1", [0x63d8] = "\xd5\xaa", [0x63d9] = "\x93\xa2", - [0x63da] = "\x93\xa3", [0x63db] = "\x93\xa4", [0x63dc] = "\x93\xa5", - [0x63dd] = "\x93\xa6", [0x63de] = "\xde\xfb", [0x63df] = "\x93\xa7", - [0x63e0] = "\x93\xa8", [0x63e1] = "\x93\xa9", [0x63e2] = "\x93\xaa", - [0x63e3] = "\x93\xab", [0x63e4] = "\x93\xac", [0x63e5] = "\x93\xad", - [0x63e6] = "\x93\xae", [0x63e7] = "\xb4\xdd", [0x63e8] = "\x93\xaf", - [0x63e9] = "\xc4\xa6", [0x63ea] = "\x93\xb0", [0x63eb] = "\x93\xb1", - [0x63ec] = "\x93\xb2", [0x63ed] = "\xde\xfd", [0x63ee] = "\x93\xb3", - [0x63ef] = "\x93\xb4", [0x63f0] = "\x93\xb5", [0x63f1] = "\x93\xb6", - [0x63f2] = "\x93\xb7", [0x63f3] = "\x93\xb8", [0x63f4] = "\x93\xb9", - [0x63f5] = "\x93\xba", [0x63f6] = "\x93\xbb", [0x63f7] = "\x93\xbc", - [0x63f8] = "\xc3\xfe", [0x63f9] = "\xc4\xa1", [0x63fa] = "\xdf\xa1", - [0x63fb] = "\x93\xbd", [0x63fc] = "\x93\xbe", [0x63fd] = "\x93\xbf", - [0x63fe] = "\x93\xc0", [0x63ff] = "\x93\xc1", [0x6400] = "\x93\xc2", - [0x6401] = "\x93\xc3", [0x6402] = "\xc1\xcc", [0x6403] = "\x93\xc4", - [0x6404] = "\xde\xfc", [0x6405] = "\xbe\xef", [0x6406] = "\x93\xc5", - [0x6407] = "\xc6\xb2", [0x6408] = "\x93\xc6", [0x6409] = "\x93\xc7", - [0x640a] = "\x93\xc8", [0x640b] = "\x93\xc9", [0x640c] = "\x93\xca", - [0x640d] = "\x93\xcb", [0x640e] = "\x93\xcc", [0x640f] = "\x93\xcd", - [0x6410] = "\x93\xce", [0x6411] = "\xb3\xc5", [0x6412] = "\xc8\xf6", - [0x6413] = "\x93\xcf", [0x6414] = "\x93\xd0", [0x6415] = "\xcb\xba", - [0x6416] = "\xde\xfe", [0x6417] = "\x93\xd1", [0x6418] = "\x93\xd2", - [0x6419] = "\xdf\xa4", [0x641a] = "\x93\xd3", [0x641b] = "\x93\xd4", - [0x641c] = "\x93\xd5", [0x641d] = "\x93\xd6", [0x641e] = "\xd7\xb2", - [0x641f] = "\x93\xd7", [0x6420] = "\x93\xd8", [0x6421] = "\x93\xd9", - [0x6422] = "\x93\xda", [0x6423] = "\x93\xdb", [0x6424] = "\xb3\xb7", - [0x6425] = "\x93\xdc", [0x6426] = "\x93\xdd", [0x6427] = "\x93\xde", - [0x6428] = "\x93\xdf", [0x6429] = "\xc1\xc3", [0x642a] = "\x93\xe0", - [0x642b] = "\x93\xe1", [0x642c] = "\xc7\xcb", [0x642d] = "\xb2\xa5", - [0x642e] = "\xb4\xe9", [0x642f] = "\x93\xe2", [0x6430] = "\xd7\xab", - [0x6431] = "\x93\xe3", [0x6432] = "\x93\xe4", [0x6433] = "\x93\xe5", - [0x6434] = "\x93\xe6", [0x6435] = "\xc4\xec", [0x6436] = "\x93\xe7", - [0x6437] = "\xdf\xa2", [0x6438] = "\xdf\xa3", [0x6439] = "\x93\xe8", - [0x643a] = "\xdf\xa5", [0x643b] = "\x93\xe9", [0x643c] = "\xba\xb3", - [0x643d] = "\x93\xea", [0x643e] = "\x93\xeb", [0x643f] = "\x93\xec", - [0x6440] = "\xdf\xa6", [0x6441] = "\x93\xed", [0x6442] = "\xc0\xde", - [0x6443] = "\x93\xee", [0x6444] = "\x93\xef", [0x6445] = "\xc9\xc3", - [0x6446] = "\x93\xf0", [0x6447] = "\x93\xf1", [0x6448] = "\x93\xf2", - [0x6449] = "\x93\xf3", [0x644a] = "\x93\xf4", [0x644b] = "\x93\xf5", - [0x644c] = "\x93\xf6", [0x644d] = "\xb2\xd9", [0x644e] = "\xc7\xe6", - [0x644f] = "\x93\xf7", [0x6450] = "\xdf\xa7", [0x6451] = "\x93\xf8", - [0x6452] = "\xc7\xdc", [0x6453] = "\x93\xf9", [0x6454] = "\x93\xfa", - [0x6455] = "\x93\xfb", [0x6456] = "\x93\xfc", [0x6457] = "\xdf\xa8", - [0x6458] = "\xeb\xa2", [0x6459] = "\x93\xfd", [0x645a] = "\x93\xfe", - [0x645b] = "\x94\x40", [0x645c] = "\x94\x41", [0x645d] = "\x94\x42", - [0x645e] = "\xcb\xd3", [0x645f] = "\x94\x43", [0x6460] = "\x94\x44", - [0x6461] = "\x94\x45", [0x6462] = "\xdf\xaa", [0x6463] = "\x94\x46", - [0x6464] = "\xdf\xa9", [0x6465] = "\x94\x47", [0x6466] = "\xb2\xc1", - [0x6467] = "\x94\x48", [0x6468] = "\x94\x49", [0x6469] = "\x94\x4a", - [0x646a] = "\x94\x4b", [0x646b] = "\x94\x4c", [0x646c] = "\x94\x4d", - [0x646d] = "\x94\x4e", [0x646e] = "\x94\x4f", [0x646f] = "\x94\x50", - [0x6470] = "\x94\x51", [0x6471] = "\x94\x52", [0x6472] = "\x94\x53", - [0x6473] = "\x94\x54", [0x6474] = "\x94\x55", [0x6475] = "\x94\x56", - [0x6476] = "\x94\x57", [0x6477] = "\x94\x58", [0x6478] = "\x94\x59", - [0x6479] = "\x94\x5a", [0x647a] = "\x94\x5b", [0x647b] = "\x94\x5c", - [0x647c] = "\x94\x5d", [0x647d] = "\x94\x5e", [0x647e] = "\x94\x5f", - [0x647f] = "\x94\x60", [0x6480] = "\xc5\xca", [0x6481] = "\x94\x61", - [0x6482] = "\x94\x62", [0x6483] = "\x94\x63", [0x6484] = "\x94\x64", - [0x6485] = "\x94\x65", [0x6486] = "\x94\x66", [0x6487] = "\x94\x67", - [0x6488] = "\x94\x68", [0x6489] = "\xdf\xab", [0x648a] = "\x94\x69", - [0x648b] = "\x94\x6a", [0x648c] = "\x94\x6b", [0x648d] = "\x94\x6c", - [0x648e] = "\x94\x6d", [0x648f] = "\x94\x6e", [0x6490] = "\x94\x6f", - [0x6491] = "\x94\x70", [0x6492] = "\xd4\xdc", [0x6493] = "\x94\x71", - [0x6494] = "\x94\x72", [0x6495] = "\x94\x73", [0x6496] = "\x94\x74", - [0x6497] = "\x94\x75", [0x6498] = "\xc8\xc1", [0x6499] = "\x94\x76", - [0x649a] = "\x94\x77", [0x649b] = "\x94\x78", [0x649c] = "\x94\x79", - [0x649d] = "\x94\x7a", [0x649e] = "\x94\x7b", [0x649f] = "\x94\x7c", - [0x64a0] = "\x94\x7d", [0x64a1] = "\x94\x7e", [0x64a2] = "\x94\x80", - [0x64a3] = "\x94\x81", [0x64a4] = "\x94\x82", [0x64a5] = "\xdf\xac", - [0x64a6] = "\x94\x83", [0x64a7] = "\x94\x84", [0x64a8] = "\x94\x85", - [0x64a9] = "\x94\x86", [0x64aa] = "\x94\x87", [0x64ab] = "\xbe\xf0", - [0x64ac] = "\x94\x88", [0x64ad] = "\x94\x89", [0x64ae] = "\xdf\xad", - [0x64af] = "\xd6\xa7", [0x64b0] = "\x94\x8a", [0x64b1] = "\x94\x8b", - [0x64b2] = "\x94\x8c", [0x64b3] = "\x94\x8d", [0x64b4] = "\xea\xb7", - [0x64b5] = "\xeb\xb6", [0x64b6] = "\xca\xd5", [0x64b7] = "\x94\x8e", - [0x64b8] = "\xd8\xfc", [0x64b9] = "\xb8\xc4", [0x64ba] = "\x94\x8f", - [0x64bb] = "\xb9\xa5", [0x64bc] = "\x94\x90", [0x64bd] = "\x94\x91", - [0x64be] = "\xb7\xc5", [0x64bf] = "\xd5\xfe", [0x64c0] = "\x94\x92", - [0x64c1] = "\x94\x93", [0x64c2] = "\x94\x94", [0x64c3] = "\x94\x95", - [0x64c4] = "\x94\x96", [0x64c5] = "\xb9\xca", [0x64c6] = "\x94\x97", - [0x64c7] = "\x94\x98", [0x64c8] = "\xd0\xa7", [0x64c9] = "\xf4\xcd", - [0x64ca] = "\x94\x99", [0x64cb] = "\x94\x9a", [0x64cc] = "\xb5\xd0", - [0x64cd] = "\x94\x9b", [0x64ce] = "\x94\x9c", [0x64cf] = "\xc3\xf4", - [0x64d0] = "\x94\x9d", [0x64d1] = "\xbe\xc8", [0x64d2] = "\x94\x9e", - [0x64d3] = "\x94\x9f", [0x64d4] = "\x94\xa0", [0x64d5] = "\xeb\xb7", - [0x64d6] = "\xb0\xbd", [0x64d7] = "\x94\xa1", [0x64d8] = "\x94\xa2", - [0x64d9] = "\xbd\xcc", [0x64da] = "\x94\xa3", [0x64db] = "\xc1\xb2", - [0x64dc] = "\x94\xa4", [0x64dd] = "\xb1\xd6", [0x64de] = "\xb3\xa8", - [0x64df] = "\x94\xa5", [0x64e0] = "\x94\xa6", [0x64e1] = "\x94\xa7", - [0x64e2] = "\xb8\xd2", [0x64e3] = "\xc9\xa2", [0x64e4] = "\x94\xa8", - [0x64e5] = "\x94\xa9", [0x64e6] = "\xb6\xd8", [0x64e7] = "\x94\xaa", - [0x64e8] = "\x94\xab", [0x64e9] = "\x94\xac", [0x64ea] = "\x94\xad", - [0x64eb] = "\xeb\xb8", [0x64ec] = "\xbe\xb4", [0x64ed] = "\x94\xae", - [0x64ee] = "\x94\xaf", [0x64ef] = "\x94\xb0", [0x64f0] = "\xca\xfd", - [0x64f1] = "\x94\xb1", [0x64f2] = "\xc7\xc3", [0x64f3] = "\x94\xb2", - [0x64f4] = "\xd5\xfb", [0x64f5] = "\x94\xb3", [0x64f6] = "\x94\xb4", - [0x64f7] = "\xb7\xf3", [0x64f8] = "\x94\xb5", [0x64f9] = "\x94\xb6", - [0x64fa] = "\x94\xb7", [0x64fb] = "\x94\xb8", [0x64fc] = "\x94\xb9", - [0x64fd] = "\x94\xba", [0x64fe] = "\x94\xbb", [0x64ff] = "\x94\xbc", - [0x6500] = "\x94\xbd", [0x6501] = "\x94\xbe", [0x6502] = "\x94\xbf", - [0x6503] = "\x94\xc0", [0x6504] = "\x94\xc1", [0x6505] = "\x94\xc2", - [0x6506] = "\x94\xc3", [0x6507] = "\xce\xc4", [0x6508] = "\x94\xc4", - [0x6509] = "\x94\xc5", [0x650a] = "\x94\xc6", [0x650b] = "\xd5\xab", - [0x650c] = "\xb1\xf3", [0x650d] = "\x94\xc7", [0x650e] = "\x94\xc8", - [0x650f] = "\x94\xc9", [0x6510] = "\xec\xb3", [0x6511] = "\xb0\xdf", - [0x6512] = "\x94\xca", [0x6513] = "\xec\xb5", [0x6514] = "\x94\xcb", - [0x6515] = "\x94\xcc", [0x6516] = "\x94\xcd", [0x6517] = "\xb6\xb7", - [0x6518] = "\x94\xce", [0x6519] = "\xc1\xcf", [0x651a] = "\x94\xcf", - [0x651b] = "\xf5\xfa", [0x651c] = "\xd0\xb1", [0x651d] = "\x94\xd0", - [0x651e] = "\x94\xd1", [0x651f] = "\xd5\xe5", [0x6520] = "\x94\xd2", - [0x6521] = "\xce\xd3", [0x6522] = "\x94\xd3", [0x6523] = "\x94\xd4", - [0x6524] = "\xbd\xef", [0x6525] = "\xb3\xe2", [0x6526] = "\x94\xd5", - [0x6527] = "\xb8\xab", [0x6528] = "\x94\xd6", [0x6529] = "\xd5\xb6", - [0x652a] = "\x94\xd7", [0x652b] = "\xed\xbd", [0x652c] = "\x94\xd8", - [0x652d] = "\xb6\xcf", [0x652e] = "\x94\xd9", [0x652f] = "\xcb\xb9", - [0x6530] = "\xd0\xc2", [0x6531] = "\x94\xda", [0x6532] = "\x94\xdb", - [0x6533] = "\x94\xdc", [0x6534] = "\x94\xdd", [0x6535] = "\x94\xde", - [0x6536] = "\x94\xdf", [0x6537] = "\x94\xe0", [0x6538] = "\x94\xe1", - [0x6539] = "\xb7\xbd", [0x653a] = "\x94\xe2", [0x653b] = "\x94\xe3", - [0x653c] = "\xec\xb6", [0x653d] = "\xca\xa9", [0x653e] = "\x94\xe4", - [0x653f] = "\x94\xe5", [0x6540] = "\x94\xe6", [0x6541] = "\xc5\xd4", - [0x6542] = "\x94\xe7", [0x6543] = "\xec\xb9", [0x6544] = "\xec\xb8", - [0x6545] = "\xc2\xc3", [0x6546] = "\xec\xb7", [0x6547] = "\x94\xe8", - [0x6548] = "\x94\xe9", [0x6549] = "\x94\xea", [0x654a] = "\x94\xeb", - [0x654b] = "\xd0\xfd", [0x654c] = "\xec\xba", [0x654d] = "\x94\xec", - [0x654e] = "\xec\xbb", [0x654f] = "\xd7\xe5", [0x6550] = "\x94\xed", - [0x6551] = "\x94\xee", [0x6552] = "\xec\xbc", [0x6553] = "\x94\xef", - [0x6554] = "\x94\xf0", [0x6555] = "\x94\xf1", [0x6556] = "\xec\xbd", - [0x6557] = "\xc6\xec", [0x6558] = "\x94\xf2", [0x6559] = "\x94\xf3", - [0x655a] = "\x94\xf4", [0x655b] = "\x94\xf5", [0x655c] = "\x94\xf6", - [0x655d] = "\x94\xf7", [0x655e] = "\x94\xf8", [0x655f] = "\x94\xf9", - [0x6560] = "\xce\xde", [0x6561] = "\x94\xfa", [0x6562] = "\xbc\xc8", - [0x6563] = "\x94\xfb", [0x6564] = "\x94\xfc", [0x6565] = "\xc8\xd5", - [0x6566] = "\xb5\xa9", [0x6567] = "\xbe\xc9", [0x6568] = "\xd6\xbc", - [0x6569] = "\xd4\xe7", [0x656a] = "\x94\xfd", [0x656b] = "\x94\xfe", - [0x656c] = "\xd1\xae", [0x656d] = "\xd0\xf1", [0x656e] = "\xea\xb8", - [0x656f] = "\xea\xb9", [0x6570] = "\xea\xba", [0x6571] = "\xba\xb5", - [0x6572] = "\x95\x40", [0x6573] = "\x95\x41", [0x6574] = "\x95\x42", - [0x6575] = "\x95\x43", [0x6576] = "\xca\xb1", [0x6577] = "\xbf\xf5", - [0x6578] = "\x95\x44", [0x6579] = "\x95\x45", [0x657a] = "\xcd\xfa", - [0x657b] = "\x95\x46", [0x657c] = "\x95\x47", [0x657d] = "\x95\x48", - [0x657e] = "\x95\x49", [0x657f] = "\x95\x4a", [0x6580] = "\xea\xc0", - [0x6581] = "\x95\x4b", [0x6582] = "\xb0\xba", [0x6583] = "\xea\xbe", - [0x6584] = "\x95\x4c", [0x6585] = "\x95\x4d", [0x6586] = "\xc0\xa5", - [0x6587] = "\x95\x4e", [0x6588] = "\x95\x4f", [0x6589] = "\x95\x50", - [0x658a] = "\xea\xbb", [0x658b] = "\x95\x51", [0x658c] = "\xb2\xfd", - [0x658d] = "\x95\x52", [0x658e] = "\xc3\xf7", [0x658f] = "\xbb\xe8", - [0x6590] = "\x95\x53", [0x6591] = "\x95\x54", [0x6592] = "\x95\x55", - [0x6593] = "\xd2\xd7", [0x6594] = "\xce\xf4", [0x6595] = "\xea\xbf", - [0x6596] = "\x95\x56", [0x6597] = "\x95\x57", [0x6598] = "\x95\x58", - [0x6599] = "\xea\xbc", [0x659a] = "\x95\x59", [0x659b] = "\x95\x5a", - [0x659c] = "\x95\x5b", [0x659d] = "\xea\xc3", [0x659e] = "\x95\x5c", - [0x659f] = "\xd0\xc7", [0x65a0] = "\xd3\xb3", [0x65a1] = "\x95\x5d", - [0x65a2] = "\x95\x5e", [0x65a3] = "\x95\x5f", [0x65a4] = "\x95\x60", - [0x65a5] = "\xb4\xba", [0x65a6] = "\x95\x61", [0x65a7] = "\xc3\xc1", - [0x65a8] = "\xd7\xf2", [0x65a9] = "\x95\x62", [0x65aa] = "\x95\x63", - [0x65ab] = "\x95\x64", [0x65ac] = "\x95\x65", [0x65ad] = "\xd5\xd1", - [0x65ae] = "\x95\x66", [0x65af] = "\xca\xc7", [0x65b0] = "\x95\x67", - [0x65b1] = "\xea\xc5", [0x65b2] = "\x95\x68", [0x65b3] = "\x95\x69", - [0x65b4] = "\xea\xc4", [0x65b5] = "\xea\xc7", [0x65b6] = "\xea\xc6", - [0x65b7] = "\x95\x6a", [0x65b8] = "\x95\x6b", [0x65b9] = "\x95\x6c", - [0x65ba] = "\x95\x6d", [0x65bb] = "\x95\x6e", [0x65bc] = "\xd6\xe7", - [0x65bd] = "\x95\x6f", [0x65be] = "\xcf\xd4", [0x65bf] = "\x95\x70", - [0x65c0] = "\x95\x71", [0x65c1] = "\xea\xcb", [0x65c2] = "\x95\x72", - [0x65c3] = "\xbb\xce", [0x65c4] = "\x95\x73", [0x65c5] = "\x95\x74", - [0x65c6] = "\x95\x75", [0x65c7] = "\x95\x76", [0x65c8] = "\x95\x77", - [0x65c9] = "\x95\x78", [0x65ca] = "\x95\x79", [0x65cb] = "\xbd\xfa", - [0x65cc] = "\xc9\xce", [0x65cd] = "\x95\x7a", [0x65ce] = "\x95\x7b", - [0x65cf] = "\xea\xcc", [0x65d0] = "\x95\x7c", [0x65d1] = "\x95\x7d", - [0x65d2] = "\xc9\xb9", [0x65d3] = "\xcf\xfe", [0x65d4] = "\xea\xca", - [0x65d5] = "\xd4\xce", [0x65d6] = "\xea\xcd", [0x65d7] = "\xea\xcf", - [0x65d8] = "\x95\x7e", [0x65d9] = "\x95\x80", [0x65da] = "\xcd\xed", - [0x65db] = "\x95\x81", [0x65dc] = "\x95\x82", [0x65dd] = "\x95\x83", - [0x65de] = "\x95\x84", [0x65df] = "\xea\xc9", [0x65e0] = "\x95\x85", - [0x65e1] = "\xea\xce", [0x65e2] = "\x95\x86", [0x65e3] = "\x95\x87", - [0x65e4] = "\xce\xee", [0x65e5] = "\x95\x88", [0x65e6] = "\xbb\xde", - [0x65e7] = "\x95\x89", [0x65e8] = "\xb3\xbf", [0x65e9] = "\x95\x8a", - [0x65ea] = "\x95\x8b", [0x65eb] = "\x95\x8c", [0x65ec] = "\x95\x8d", - [0x65ed] = "\x95\x8e", [0x65ee] = "\xc6\xd5", [0x65ef] = "\xbe\xb0", - [0x65f0] = "\xce\xfa", [0x65f1] = "\x95\x8f", [0x65f2] = "\x95\x90", - [0x65f3] = "\x95\x91", [0x65f4] = "\xc7\xe7", [0x65f5] = "\x95\x92", - [0x65f6] = "\xbe\xa7", [0x65f7] = "\xea\xd0", [0x65f8] = "\x95\x93", - [0x65f9] = "\x95\x94", [0x65fa] = "\xd6\xc7", [0x65fb] = "\x95\x95", - [0x65fc] = "\x95\x96", [0x65fd] = "\x95\x97", [0x65fe] = "\xc1\xc0", - [0x65ff] = "\x95\x98", [0x6600] = "\x95\x99", [0x6601] = "\x95\x9a", - [0x6602] = "\xd4\xdd", [0x6603] = "\x95\x9b", [0x6604] = "\xea\xd1", - [0x6605] = "\x95\x9c", [0x6606] = "\x95\x9d", [0x6607] = "\xcf\xbe", - [0x6608] = "\x95\x9e", [0x6609] = "\x95\x9f", [0x660a] = "\x95\xa0", - [0x660b] = "\x95\xa1", [0x660c] = "\xea\xd2", [0x660d] = "\x95\xa2", - [0x660e] = "\x95\xa3", [0x660f] = "\x95\xa4", [0x6610] = "\x95\xa5", - [0x6611] = "\xca\xee", [0x6612] = "\x95\xa6", [0x6613] = "\x95\xa7", - [0x6614] = "\x95\xa8", [0x6615] = "\x95\xa9", [0x6616] = "\xc5\xaf", - [0x6617] = "\xb0\xb5", [0x6618] = "\x95\xaa", [0x6619] = "\x95\xab", - [0x661a] = "\x95\xac", [0x661b] = "\x95\xad", [0x661c] = "\x95\xae", - [0x661d] = "\xea\xd4", [0x661e] = "\x95\xaf", [0x661f] = "\x95\xb0", - [0x6620] = "\x95\xb1", [0x6621] = "\x95\xb2", [0x6622] = "\x95\xb3", - [0x6623] = "\x95\xb4", [0x6624] = "\x95\xb5", [0x6625] = "\x95\xb6", - [0x6626] = "\x95\xb7", [0x6627] = "\xea\xd3", [0x6628] = "\xf4\xdf", - [0x6629] = "\x95\xb8", [0x662a] = "\x95\xb9", [0x662b] = "\x95\xba", - [0x662c] = "\x95\xbb", [0x662d] = "\x95\xbc", [0x662e] = "\xc4\xba", - [0x662f] = "\x95\xbd", [0x6630] = "\x95\xbe", [0x6631] = "\x95\xbf", - [0x6632] = "\x95\xc0", [0x6633] = "\x95\xc1", [0x6634] = "\xb1\xa9", - [0x6635] = "\x95\xc2", [0x6636] = "\x95\xc3", [0x6637] = "\x95\xc4", - [0x6638] = "\x95\xc5", [0x6639] = "\xe5\xdf", [0x663a] = "\x95\xc6", - [0x663b] = "\x95\xc7", [0x663c] = "\x95\xc8", [0x663d] = "\x95\xc9", - [0x663e] = "\xea\xd5", [0x663f] = "\x95\xca", [0x6640] = "\x95\xcb", - [0x6641] = "\x95\xcc", [0x6642] = "\x95\xcd", [0x6643] = "\x95\xce", - [0x6644] = "\x95\xcf", [0x6645] = "\x95\xd0", [0x6646] = "\x95\xd1", - [0x6647] = "\x95\xd2", [0x6648] = "\x95\xd3", [0x6649] = "\x95\xd4", - [0x664a] = "\x95\xd5", [0x664b] = "\x95\xd6", [0x664c] = "\x95\xd7", - [0x664d] = "\x95\xd8", [0x664e] = "\x95\xd9", [0x664f] = "\x95\xda", - [0x6650] = "\x95\xdb", [0x6651] = "\x95\xdc", [0x6652] = "\x95\xdd", - [0x6653] = "\x95\xde", [0x6654] = "\x95\xdf", [0x6655] = "\x95\xe0", - [0x6656] = "\x95\xe1", [0x6657] = "\x95\xe2", [0x6658] = "\x95\xe3", - [0x6659] = "\xca\xef", [0x665a] = "\x95\xe4", [0x665b] = "\xea\xd6", - [0x665c] = "\xea\xd7", [0x665d] = "\xc6\xd8", [0x665e] = "\x95\xe5", - [0x665f] = "\x95\xe6", [0x6660] = "\x95\xe7", [0x6661] = "\x95\xe8", - [0x6662] = "\x95\xe9", [0x6663] = "\x95\xea", [0x6664] = "\x95\xeb", - [0x6665] = "\x95\xec", [0x6666] = "\xea\xd8", [0x6667] = "\x95\xed", - [0x6668] = "\x95\xee", [0x6669] = "\xea\xd9", [0x666a] = "\x95\xef", - [0x666b] = "\x95\xf0", [0x666c] = "\x95\xf1", [0x666d] = "\x95\xf2", - [0x666e] = "\x95\xf3", [0x666f] = "\x95\xf4", [0x6670] = "\xd4\xbb", - [0x6671] = "\x95\xf5", [0x6672] = "\xc7\xfa", [0x6673] = "\xd2\xb7", - [0x6674] = "\xb8\xfc", [0x6675] = "\x95\xf6", [0x6676] = "\x95\xf7", - [0x6677] = "\xea\xc2", [0x6678] = "\x95\xf8", [0x6679] = "\xb2\xdc", - [0x667a] = "\x95\xf9", [0x667b] = "\x95\xfa", [0x667c] = "\xc2\xfc", - [0x667d] = "\x95\xfb", [0x667e] = "\xd4\xf8", [0x667f] = "\xcc\xe6", - [0x6680] = "\xd7\xee", [0x6681] = "\x95\xfc", [0x6682] = "\x95\xfd", - [0x6683] = "\x95\xfe", [0x6684] = "\x96\x40", [0x6685] = "\x96\x41", - [0x6686] = "\x96\x42", [0x6687] = "\x96\x43", [0x6688] = "\xd4\xc2", - [0x6689] = "\xd3\xd0", [0x668a] = "\xeb\xc3", [0x668b] = "\xc5\xf3", - [0x668c] = "\x96\x44", [0x668d] = "\xb7\xfe", [0x668e] = "\x96\x45", - [0x668f] = "\x96\x46", [0x6690] = "\xeb\xd4", [0x6691] = "\x96\x47", - [0x6692] = "\x96\x48", [0x6693] = "\x96\x49", [0x6694] = "\xcb\xb7", - [0x6695] = "\xeb\xde", [0x6696] = "\x96\x4a", [0x6697] = "\xc0\xca", - [0x6698] = "\x96\x4b", [0x6699] = "\x96\x4c", [0x669a] = "\x96\x4d", - [0x669b] = "\xcd\xfb", [0x669c] = "\x96\x4e", [0x669d] = "\xb3\xaf", - [0x669e] = "\x96\x4f", [0x669f] = "\xc6\xda", [0x66a0] = "\x96\x50", - [0x66a1] = "\x96\x51", [0x66a2] = "\x96\x52", [0x66a3] = "\x96\x53", - [0x66a4] = "\x96\x54", [0x66a5] = "\x96\x55", [0x66a6] = "\xeb\xfc", - [0x66a7] = "\x96\x56", [0x66a8] = "\xc4\xbe", [0x66a9] = "\x96\x57", - [0x66aa] = "\xce\xb4", [0x66ab] = "\xc4\xa9", [0x66ac] = "\xb1\xbe", - [0x66ad] = "\xd4\xfd", [0x66ae] = "\x96\x58", [0x66af] = "\xca\xf5", - [0x66b0] = "\x96\x59", [0x66b1] = "\xd6\xec", [0x66b2] = "\x96\x5a", - [0x66b3] = "\x96\x5b", [0x66b4] = "\xc6\xd3", [0x66b5] = "\xb6\xe4", - [0x66b6] = "\x96\x5c", [0x66b7] = "\x96\x5d", [0x66b8] = "\x96\x5e", - [0x66b9] = "\x96\x5f", [0x66ba] = "\xbb\xfa", [0x66bb] = "\x96\x60", - [0x66bc] = "\x96\x61", [0x66bd] = "\xd0\xe0", [0x66be] = "\x96\x62", - [0x66bf] = "\x96\x63", [0x66c0] = "\xc9\xb1", [0x66c1] = "\x96\x64", - [0x66c2] = "\xd4\xd3", [0x66c3] = "\xc8\xa8", [0x66c4] = "\x96\x65", - [0x66c5] = "\x96\x66", [0x66c6] = "\xb8\xcb", [0x66c7] = "\x96\x67", - [0x66c8] = "\xe8\xbe", [0x66c9] = "\xc9\xbc", [0x66ca] = "\x96\x68", - [0x66cb] = "\x96\x69", [0x66cc] = "\xe8\xbb", [0x66cd] = "\x96\x6a", - [0x66ce] = "\xc0\xee", [0x66cf] = "\xd0\xd3", [0x66d0] = "\xb2\xc4", - [0x66d1] = "\xb4\xe5", [0x66d2] = "\x96\x6b", [0x66d3] = "\xe8\xbc", - [0x66d4] = "\x96\x6c", [0x66d5] = "\x96\x6d", [0x66d6] = "\xd5\xc8", - [0x66d7] = "\x96\x6e", [0x66d8] = "\x96\x6f", [0x66d9] = "\x96\x70", - [0x66da] = "\x96\x71", [0x66db] = "\x96\x72", [0x66dc] = "\xb6\xc5", - [0x66dd] = "\x96\x73", [0x66de] = "\xe8\xbd", [0x66df] = "\xca\xf8", - [0x66e0] = "\xb8\xdc", [0x66e1] = "\xcc\xf5", [0x66e2] = "\x96\x74", - [0x66e3] = "\x96\x75", [0x66e4] = "\x96\x76", [0x66e5] = "\xc0\xb4", - [0x66e6] = "\x96\x77", [0x66e7] = "\x96\x78", [0x66e8] = "\xd1\xee", - [0x66e9] = "\xe8\xbf", [0x66ea] = "\xe8\xc2", [0x66eb] = "\x96\x79", - [0x66ec] = "\x96\x7a", [0x66ed] = "\xba\xbc", [0x66ee] = "\x96\x7b", - [0x66ef] = "\xb1\xad", [0x66f0] = "\xbd\xdc", [0x66f1] = "\x96\x7c", - [0x66f2] = "\xea\xbd", [0x66f3] = "\xe8\xc3", [0x66f4] = "\x96\x7d", - [0x66f5] = "\xe8\xc6", [0x66f6] = "\x96\x7e", [0x66f7] = "\xe8\xcb", - [0x66f8] = "\x96\x80", [0x66f9] = "\x96\x81", [0x66fa] = "\x96\x82", - [0x66fb] = "\x96\x83", [0x66fc] = "\xe8\xcc", [0x66fd] = "\x96\x84", - [0x66fe] = "\xcb\xc9", [0x66ff] = "\xb0\xe5", [0x6700] = "\x96\x85", - [0x6701] = "\xbc\xab", [0x6702] = "\x96\x86", [0x6703] = "\x96\x87", - [0x6704] = "\xb9\xb9", [0x6705] = "\x96\x88", [0x6706] = "\x96\x89", - [0x6707] = "\xe8\xc1", [0x6708] = "\x96\x8a", [0x6709] = "\xcd\xf7", - [0x670a] = "\x96\x8b", [0x670b] = "\xe8\xca", [0x670c] = "\x96\x8c", - [0x670d] = "\x96\x8d", [0x670e] = "\x96\x8e", [0x670f] = "\x96\x8f", - [0x6710] = "\xce\xf6", [0x6711] = "\x96\x90", [0x6712] = "\x96\x91", - [0x6713] = "\x96\x92", [0x6714] = "\x96\x93", [0x6715] = "\xd5\xed", - [0x6716] = "\x96\x94", [0x6717] = "\xc1\xd6", [0x6718] = "\xe8\xc4", - [0x6719] = "\x96\x95", [0x671a] = "\xc3\xb6", [0x671b] = "\x96\x96", - [0x671c] = "\xb9\xfb", [0x671d] = "\xd6\xa6", [0x671e] = "\xe8\xc8", - [0x671f] = "\x96\x97", [0x6720] = "\x96\x98", [0x6721] = "\x96\x99", - [0x6722] = "\xca\xe0", [0x6723] = "\xd4\xe6", [0x6724] = "\x96\x9a", - [0x6725] = "\xe8\xc0", [0x6726] = "\x96\x9b", [0x6727] = "\xe8\xc5", - [0x6728] = "\xe8\xc7", [0x6729] = "\x96\x9c", [0x672a] = "\xc7\xb9", - [0x672b] = "\xb7\xe3", [0x672c] = "\x96\x9d", [0x672d] = "\xe8\xc9", - [0x672e] = "\x96\x9e", [0x672f] = "\xbf\xdd", [0x6730] = "\xe8\xd2", - [0x6731] = "\x96\x9f", [0x6732] = "\x96\xa0", [0x6733] = "\xe8\xd7", - [0x6734] = "\x96\xa1", [0x6735] = "\xe8\xd5", [0x6736] = "\xbc\xdc", - [0x6737] = "\xbc\xcf", [0x6738] = "\xe8\xdb", [0x6739] = "\x96\xa2", - [0x673a] = "\x96\xa3", [0x673b] = "\x96\xa4", [0x673c] = "\x96\xa5", - [0x673d] = "\x96\xa6", [0x673e] = "\x96\xa7", [0x673f] = "\x96\xa8", - [0x6740] = "\x96\xa9", [0x6741] = "\xe8\xde", [0x6742] = "\x96\xaa", - [0x6743] = "\xe8\xda", [0x6744] = "\xb1\xfa", [0x6745] = "\x96\xab", - [0x6746] = "\x96\xac", [0x6747] = "\x96\xad", [0x6748] = "\x96\xae", - [0x6749] = "\x96\xaf", [0x674a] = "\x96\xb0", [0x674b] = "\x96\xb1", - [0x674c] = "\x96\xb2", [0x674d] = "\x96\xb3", [0x674e] = "\x96\xb4", - [0x674f] = "\xb0\xd8", [0x6750] = "\xc4\xb3", [0x6751] = "\xb8\xcc", - [0x6752] = "\xc6\xe2", [0x6753] = "\xc8\xbe", [0x6754] = "\xc8\xe1", - [0x6755] = "\x96\xb5", [0x6756] = "\x96\xb6", [0x6757] = "\x96\xb7", - [0x6758] = "\xe8\xcf", [0x6759] = "\xe8\xd4", [0x675a] = "\xe8\xd6", - [0x675b] = "\x96\xb8", [0x675c] = "\xb9\xf1", [0x675d] = "\xe8\xd8", - [0x675e] = "\xd7\xf5", [0x675f] = "\x96\xb9", [0x6760] = "\xc4\xfb", - [0x6761] = "\x96\xba", [0x6762] = "\xe8\xdc", [0x6763] = "\x96\xbb", - [0x6764] = "\x96\xbc", [0x6765] = "\xb2\xe9", [0x6766] = "\x96\xbd", - [0x6767] = "\x96\xbe", [0x6768] = "\x96\xbf", [0x6769] = "\xe8\xd1", - [0x676a] = "\x96\xc0", [0x676b] = "\x96\xc1", [0x676c] = "\xbc\xed", - [0x676d] = "\x96\xc2", [0x676e] = "\x96\xc3", [0x676f] = "\xbf\xc2", - [0x6770] = "\xe8\xcd", [0x6771] = "\xd6\xf9", [0x6772] = "\x96\xc4", - [0x6773] = "\xc1\xf8", [0x6774] = "\xb2\xf1", [0x6775] = "\x96\xc5", - [0x6776] = "\x96\xc6", [0x6777] = "\x96\xc7", [0x6778] = "\x96\xc8", - [0x6779] = "\x96\xc9", [0x677a] = "\x96\xca", [0x677b] = "\x96\xcb", - [0x677c] = "\x96\xcc", [0x677d] = "\xe8\xdf", [0x677e] = "\x96\xcd", - [0x677f] = "\xca\xc1", [0x6780] = "\xe8\xd9", [0x6781] = "\x96\xce", - [0x6782] = "\x96\xcf", [0x6783] = "\x96\xd0", [0x6784] = "\x96\xd1", - [0x6785] = "\xd5\xa4", [0x6786] = "\x96\xd2", [0x6787] = "\xb1\xea", - [0x6788] = "\xd5\xbb", [0x6789] = "\xe8\xce", [0x678a] = "\xe8\xd0", - [0x678b] = "\xb6\xb0", [0x678c] = "\xe8\xd3", [0x678d] = "\x96\xd3", - [0x678e] = "\xe8\xdd", [0x678f] = "\xc0\xb8", [0x6790] = "\x96\xd4", - [0x6791] = "\xca\xf7", [0x6792] = "\x96\xd5", [0x6793] = "\xcb\xa8", - [0x6794] = "\x96\xd6", [0x6795] = "\x96\xd7", [0x6796] = "\xc6\xdc", - [0x6797] = "\xc0\xf5", [0x6798] = "\x96\xd8", [0x6799] = "\x96\xd9", - [0x679a] = "\x96\xda", [0x679b] = "\x96\xdb", [0x679c] = "\x96\xdc", - [0x679d] = "\xe8\xe9", [0x679e] = "\x96\xdd", [0x679f] = "\x96\xde", - [0x67a0] = "\x96\xdf", [0x67a1] = "\xd0\xa3", [0x67a2] = "\x96\xe0", - [0x67a3] = "\x96\xe1", [0x67a4] = "\x96\xe2", [0x67a5] = "\x96\xe3", - [0x67a6] = "\x96\xe4", [0x67a7] = "\x96\xe5", [0x67a8] = "\x96\xe6", - [0x67a9] = "\xe8\xf2", [0x67aa] = "\xd6\xea", [0x67ab] = "\x96\xe7", - [0x67ac] = "\x96\xe8", [0x67ad] = "\x96\xe9", [0x67ae] = "\x96\xea", - [0x67af] = "\x96\xeb", [0x67b0] = "\x96\xec", [0x67b1] = "\x96\xed", - [0x67b2] = "\xe8\xe0", [0x67b3] = "\xe8\xe1", [0x67b4] = "\x96\xee", - [0x67b5] = "\x96\xef", [0x67b6] = "\x96\xf0", [0x67b7] = "\xd1\xf9", - [0x67b8] = "\xba\xcb", [0x67b9] = "\xb8\xf9", [0x67ba] = "\x96\xf1", - [0x67bb] = "\x96\xf2", [0x67bc] = "\xb8\xf1", [0x67bd] = "\xd4\xd4", - [0x67be] = "\xe8\xef", [0x67bf] = "\x96\xf3", [0x67c0] = "\xe8\xee", - [0x67c1] = "\xe8\xec", [0x67c2] = "\xb9\xf0", [0x67c3] = "\xcc\xd2", - [0x67c4] = "\xe8\xe6", [0x67c5] = "\xce\xa6", [0x67c6] = "\xbf\xf2", - [0x67c7] = "\x96\xf4", [0x67c8] = "\xb0\xb8", [0x67c9] = "\xe8\xf1", - [0x67ca] = "\xe8\xf0", [0x67cb] = "\x96\xf5", [0x67cc] = "\xd7\xc0", - [0x67cd] = "\x96\xf6", [0x67ce] = "\xe8\xe4", [0x67cf] = "\x96\xf7", - [0x67d0] = "\xcd\xa9", [0x67d1] = "\xc9\xa3", [0x67d2] = "\x96\xf8", - [0x67d3] = "\xbb\xb8", [0x67d4] = "\xbd\xdb", [0x67d5] = "\xe8\xea", - [0x67d6] = "\x96\xf9", [0x67d7] = "\x96\xfa", [0x67d8] = "\x96\xfb", - [0x67d9] = "\x96\xfc", [0x67da] = "\x96\xfd", [0x67db] = "\x96\xfe", - [0x67dc] = "\x97\x40", [0x67dd] = "\x97\x41", [0x67de] = "\x97\x42", - [0x67df] = "\x97\x43", [0x67e0] = "\xe8\xe2", [0x67e1] = "\xe8\xe3", - [0x67e2] = "\xe8\xe5", [0x67e3] = "\xb5\xb5", [0x67e4] = "\xe8\xe7", - [0x67e5] = "\xc7\xc5", [0x67e6] = "\xe8\xeb", [0x67e7] = "\xe8\xed", - [0x67e8] = "\xbd\xb0", [0x67e9] = "\xd7\xae", [0x67ea] = "\x97\x44", - [0x67eb] = "\xe8\xf8", [0x67ec] = "\x97\x45", [0x67ed] = "\x97\x46", - [0x67ee] = "\x97\x47", [0x67ef] = "\x97\x48", [0x67f0] = "\x97\x49", - [0x67f1] = "\x97\x4a", [0x67f2] = "\x97\x4b", [0x67f3] = "\x97\x4c", - [0x67f4] = "\xe8\xf5", [0x67f5] = "\x97\x4d", [0x67f6] = "\xcd\xb0", - [0x67f7] = "\xe8\xf6", [0x67f8] = "\x97\x4e", [0x67f9] = "\x97\x4f", - [0x67fa] = "\x97\x50", [0x67fb] = "\x97\x51", [0x67fc] = "\x97\x52", - [0x67fd] = "\x97\x53", [0x67fe] = "\x97\x54", [0x67ff] = "\x97\x55", - [0x6800] = "\x97\x56", [0x6801] = "\xc1\xba", [0x6802] = "\x97\x57", - [0x6803] = "\xe8\xe8", [0x6804] = "\x97\x58", [0x6805] = "\xc3\xb7", - [0x6806] = "\xb0\xf0", [0x6807] = "\x97\x59", [0x6808] = "\x97\x5a", - [0x6809] = "\x97\x5b", [0x680a] = "\x97\x5c", [0x680b] = "\x97\x5d", - [0x680c] = "\x97\x5e", [0x680d] = "\x97\x5f", [0x680e] = "\x97\x60", - [0x680f] = "\xe8\xf4", [0x6810] = "\x97\x61", [0x6811] = "\x97\x62", - [0x6812] = "\x97\x63", [0x6813] = "\xe8\xf7", [0x6814] = "\x97\x64", - [0x6815] = "\x97\x65", [0x6816] = "\x97\x66", [0x6817] = "\xb9\xa3", - [0x6818] = "\x97\x67", [0x6819] = "\x97\x68", [0x681a] = "\x97\x69", - [0x681b] = "\x97\x6a", [0x681c] = "\x97\x6b", [0x681d] = "\x97\x6c", - [0x681e] = "\x97\x6d", [0x681f] = "\x97\x6e", [0x6820] = "\x97\x6f", - [0x6821] = "\x97\x70", [0x6822] = "\xc9\xd2", [0x6823] = "\x97\x71", - [0x6824] = "\x97\x72", [0x6825] = "\x97\x73", [0x6826] = "\xc3\xce", - [0x6827] = "\xce\xe0", [0x6828] = "\xc0\xe6", [0x6829] = "\x97\x74", - [0x682a] = "\x97\x75", [0x682b] = "\x97\x76", [0x682c] = "\x97\x77", - [0x682d] = "\xcb\xf3", [0x682e] = "\x97\x78", [0x682f] = "\xcc\xdd", - [0x6830] = "\xd0\xb5", [0x6831] = "\x97\x79", [0x6832] = "\x97\x7a", - [0x6833] = "\xca\xe1", [0x6834] = "\x97\x7b", [0x6835] = "\xe8\xf3", - [0x6836] = "\x97\x7c", [0x6837] = "\x97\x7d", [0x6838] = "\x97\x7e", - [0x6839] = "\x97\x80", [0x683a] = "\x97\x81", [0x683b] = "\x97\x82", - [0x683c] = "\x97\x83", [0x683d] = "\x97\x84", [0x683e] = "\x97\x85", - [0x683f] = "\x97\x86", [0x6840] = "\xbc\xec", [0x6841] = "\x97\x87", - [0x6842] = "\xe8\xf9", [0x6843] = "\x97\x88", [0x6844] = "\x97\x89", - [0x6845] = "\x97\x8a", [0x6846] = "\x97\x8b", [0x6847] = "\x97\x8c", - [0x6848] = "\x97\x8d", [0x6849] = "\xc3\xde", [0x684a] = "\x97\x8e", - [0x684b] = "\xc6\xe5", [0x684c] = "\x97\x8f", [0x684d] = "\xb9\xf7", - [0x684e] = "\x97\x90", [0x684f] = "\x97\x91", [0x6850] = "\x97\x92", - [0x6851] = "\x97\x93", [0x6852] = "\xb0\xf4", [0x6853] = "\x97\x94", - [0x6854] = "\x97\x95", [0x6855] = "\xd7\xd8", [0x6856] = "\x97\x96", - [0x6857] = "\x97\x97", [0x6858] = "\xbc\xac", [0x6859] = "\x97\x98", - [0x685a] = "\xc5\xef", [0x685b] = "\x97\x99", [0x685c] = "\x97\x9a", - [0x685d] = "\x97\x9b", [0x685e] = "\x97\x9c", [0x685f] = "\x97\x9d", - [0x6860] = "\xcc\xc4", [0x6861] = "\x97\x9e", [0x6862] = "\x97\x9f", - [0x6863] = "\xe9\xa6", [0x6864] = "\x97\xa0", [0x6865] = "\x97\xa1", - [0x6866] = "\x97\xa2", [0x6867] = "\x97\xa3", [0x6868] = "\x97\xa4", - [0x6869] = "\x97\xa5", [0x686a] = "\x97\xa6", [0x686b] = "\x97\xa7", - [0x686c] = "\x97\xa8", [0x686d] = "\x97\xa9", [0x686e] = "\xc9\xad", - [0x686f] = "\x97\xaa", [0x6870] = "\xe9\xa2", [0x6871] = "\xc0\xe2", - [0x6872] = "\x97\xab", [0x6873] = "\x97\xac", [0x6874] = "\x97\xad", - [0x6875] = "\xbf\xc3", [0x6876] = "\x97\xae", [0x6877] = "\x97\xaf", - [0x6878] = "\x97\xb0", [0x6879] = "\xe8\xfe", [0x687a] = "\xb9\xd7", - [0x687b] = "\x97\xb1", [0x687c] = "\xe8\xfb", [0x687d] = "\x97\xb2", - [0x687e] = "\x97\xb3", [0x687f] = "\x97\xb4", [0x6880] = "\x97\xb5", - [0x6881] = "\xe9\xa4", [0x6882] = "\x97\xb6", [0x6883] = "\x97\xb7", - [0x6884] = "\x97\xb8", [0x6885] = "\xd2\xce", [0x6886] = "\x97\xb9", - [0x6887] = "\x97\xba", [0x6888] = "\x97\xbb", [0x6889] = "\x97\xbc", - [0x688a] = "\x97\xbd", [0x688b] = "\xe9\xa3", [0x688c] = "\x97\xbe", - [0x688d] = "\xd6\xb2", [0x688e] = "\xd7\xb5", [0x688f] = "\x97\xbf", - [0x6890] = "\xe9\xa7", [0x6891] = "\x97\xc0", [0x6892] = "\xbd\xb7", - [0x6893] = "\x97\xc1", [0x6894] = "\x97\xc2", [0x6895] = "\x97\xc3", - [0x6896] = "\x97\xc4", [0x6897] = "\x97\xc5", [0x6898] = "\x97\xc6", - [0x6899] = "\x97\xc7", [0x689a] = "\x97\xc8", [0x689b] = "\x97\xc9", - [0x689c] = "\x97\xca", [0x689d] = "\x97\xcb", [0x689e] = "\x97\xcc", - [0x689f] = "\xe8\xfc", [0x68a0] = "\xe8\xfd", [0x68a1] = "\x97\xcd", - [0x68a2] = "\x97\xce", [0x68a3] = "\x97\xcf", [0x68a4] = "\xe9\xa1", - [0x68a5] = "\x97\xd0", [0x68a6] = "\x97\xd1", [0x68a7] = "\x97\xd2", - [0x68a8] = "\x97\xd3", [0x68a9] = "\x97\xd4", [0x68aa] = "\x97\xd5", - [0x68ab] = "\x97\xd6", [0x68ac] = "\x97\xd7", [0x68ad] = "\xcd\xd6", - [0x68ae] = "\x97\xd8", [0x68af] = "\x97\xd9", [0x68b0] = "\xd2\xac", - [0x68b1] = "\x97\xda", [0x68b2] = "\x97\xdb", [0x68b3] = "\x97\xdc", - [0x68b4] = "\xe9\xb2", [0x68b5] = "\x97\xdd", [0x68b6] = "\x97\xde", - [0x68b7] = "\x97\xdf", [0x68b8] = "\x97\xe0", [0x68b9] = "\xe9\xa9", - [0x68ba] = "\x97\xe1", [0x68bb] = "\x97\xe2", [0x68bc] = "\x97\xe3", - [0x68bd] = "\xb4\xaa", [0x68be] = "\x97\xe4", [0x68bf] = "\xb4\xbb", - [0x68c0] = "\x97\xe5", [0x68c1] = "\x97\xe6", [0x68c2] = "\xe9\xab", - [0x68c3] = "\x97\xe7", [0x68c4] = "\x97\xe8", [0x68c5] = "\x97\xe9", - [0x68c6] = "\x97\xea", [0x68c7] = "\x97\xeb", [0x68c8] = "\x97\xec", - [0x68c9] = "\x97\xed", [0x68ca] = "\x97\xee", [0x68cb] = "\x97\xef", - [0x68cc] = "\x97\xf0", [0x68cd] = "\x97\xf1", [0x68ce] = "\x97\xf2", - [0x68cf] = "\x97\xf3", [0x68d0] = "\x97\xf4", [0x68d1] = "\x97\xf5", - [0x68d2] = "\x97\xf6", [0x68d3] = "\x97\xf7", [0x68d4] = "\xd0\xa8", - [0x68d5] = "\x97\xf8", [0x68d6] = "\x97\xf9", [0x68d7] = "\xe9\xa5", - [0x68d8] = "\x97\xfa", [0x68d9] = "\x97\xfb", [0x68da] = "\xb3\xfe", - [0x68db] = "\x97\xfc", [0x68dc] = "\x97\xfd", [0x68dd] = "\xe9\xac", - [0x68de] = "\xc0\xe3", [0x68df] = "\x97\xfe", [0x68e0] = "\xe9\xaa", - [0x68e1] = "\x98\x40", [0x68e2] = "\x98\x41", [0x68e3] = "\xe9\xb9", - [0x68e4] = "\x98\x42", [0x68e5] = "\x98\x43", [0x68e6] = "\xe9\xb8", - [0x68e7] = "\x98\x44", [0x68e8] = "\x98\x45", [0x68e9] = "\x98\x46", - [0x68ea] = "\x98\x47", [0x68eb] = "\xe9\xae", [0x68ec] = "\x98\x48", - [0x68ed] = "\x98\x49", [0x68ee] = "\xe8\xfa", [0x68ef] = "\x98\x4a", - [0x68f0] = "\x98\x4b", [0x68f1] = "\xe9\xa8", [0x68f2] = "\x98\x4c", - [0x68f3] = "\x98\x4d", [0x68f4] = "\x98\x4e", [0x68f5] = "\x98\x4f", - [0x68f6] = "\x98\x50", [0x68f7] = "\xbf\xac", [0x68f8] = "\xe9\xb1", - [0x68f9] = "\xe9\xba", [0x68fa] = "\x98\x51", [0x68fb] = "\x98\x52", - [0x68fc] = "\xc2\xa5", [0x68fd] = "\x98\x53", [0x68fe] = "\x98\x54", - [0x68ff] = "\x98\x55", [0x6900] = "\xe9\xaf", [0x6901] = "\x98\x56", - [0x6902] = "\xb8\xc5", [0x6903] = "\x98\x57", [0x6904] = "\xe9\xad", - [0x6905] = "\x98\x58", [0x6906] = "\xd3\xdc", [0x6907] = "\xe9\xb4", - [0x6908] = "\xe9\xb5", [0x6909] = "\xe9\xb7", [0x690a] = "\x98\x59", - [0x690b] = "\x98\x5a", [0x690c] = "\x98\x5b", [0x690d] = "\xe9\xc7", - [0x690e] = "\x98\x5c", [0x690f] = "\x98\x5d", [0x6910] = "\x98\x5e", - [0x6911] = "\x98\x5f", [0x6912] = "\x98\x60", [0x6913] = "\x98\x61", - [0x6914] = "\xc0\xc6", [0x6915] = "\xe9\xc5", [0x6916] = "\x98\x62", - [0x6917] = "\x98\x63", [0x6918] = "\xe9\xb0", [0x6919] = "\x98\x64", - [0x691a] = "\x98\x65", [0x691b] = "\xe9\xbb", [0x691c] = "\xb0\xf1", - [0x691d] = "\x98\x66", [0x691e] = "\x98\x67", [0x691f] = "\x98\x68", - [0x6920] = "\x98\x69", [0x6921] = "\x98\x6a", [0x6922] = "\x98\x6b", - [0x6923] = "\x98\x6c", [0x6924] = "\x98\x6d", [0x6925] = "\x98\x6e", - [0x6926] = "\x98\x6f", [0x6927] = "\xe9\xbc", [0x6928] = "\xd5\xa5", - [0x6929] = "\x98\x70", [0x692a] = "\x98\x71", [0x692b] = "\xe9\xbe", - [0x692c] = "\x98\x72", [0x692d] = "\xe9\xbf", [0x692e] = "\x98\x73", - [0x692f] = "\x98\x74", [0x6930] = "\x98\x75", [0x6931] = "\xe9\xc1", - [0x6932] = "\x98\x76", [0x6933] = "\x98\x77", [0x6934] = "\xc1\xf1", - [0x6935] = "\x98\x78", [0x6936] = "\x98\x79", [0x6937] = "\xc8\xb6", - [0x6938] = "\x98\x7a", [0x6939] = "\x98\x7b", [0x693a] = "\x98\x7c", - [0x693b] = "\xe9\xbd", [0x693c] = "\x98\x7d", [0x693d] = "\x98\x7e", - [0x693e] = "\x98\x80", [0x693f] = "\x98\x81", [0x6940] = "\x98\x82", - [0x6941] = "\xe9\xc2", [0x6942] = "\x98\x83", [0x6943] = "\x98\x84", - [0x6944] = "\x98\x85", [0x6945] = "\x98\x86", [0x6946] = "\x98\x87", - [0x6947] = "\x98\x88", [0x6948] = "\x98\x89", [0x6949] = "\x98\x8a", - [0x694a] = "\xe9\xc3", [0x694b] = "\x98\x8b", [0x694c] = "\xe9\xb3", - [0x694d] = "\x98\x8c", [0x694e] = "\xe9\xb6", [0x694f] = "\x98\x8d", - [0x6950] = "\xbb\xb1", [0x6951] = "\x98\x8e", [0x6952] = "\x98\x8f", - [0x6953] = "\x98\x90", [0x6954] = "\xe9\xc0", [0x6955] = "\x98\x91", - [0x6956] = "\x98\x92", [0x6957] = "\x98\x93", [0x6958] = "\x98\x94", - [0x6959] = "\x98\x95", [0x695a] = "\x98\x96", [0x695b] = "\xbc\xf7", - [0x695c] = "\x98\x97", [0x695d] = "\x98\x98", [0x695e] = "\x98\x99", - [0x695f] = "\xe9\xc4", [0x6960] = "\xe9\xc6", [0x6961] = "\x98\x9a", - [0x6962] = "\x98\x9b", [0x6963] = "\x98\x9c", [0x6964] = "\x98\x9d", - [0x6965] = "\x98\x9e", [0x6966] = "\x98\x9f", [0x6967] = "\x98\xa0", - [0x6968] = "\x98\xa1", [0x6969] = "\x98\xa2", [0x696a] = "\x98\xa3", - [0x696b] = "\x98\xa4", [0x696c] = "\x98\xa5", [0x696d] = "\xe9\xca", - [0x696e] = "\x98\xa6", [0x696f] = "\x98\xa7", [0x6970] = "\x98\xa8", - [0x6971] = "\x98\xa9", [0x6972] = "\xe9\xce", [0x6973] = "\x98\xaa", - [0x6974] = "\x98\xab", [0x6975] = "\x98\xac", [0x6976] = "\x98\xad", - [0x6977] = "\x98\xae", [0x6978] = "\x98\xaf", [0x6979] = "\x98\xb0", - [0x697a] = "\x98\xb1", [0x697b] = "\x98\xb2", [0x697c] = "\x98\xb3", - [0x697d] = "\xb2\xdb", [0x697e] = "\x98\xb4", [0x697f] = "\xe9\xc8", - [0x6980] = "\x98\xb5", [0x6981] = "\x98\xb6", [0x6982] = "\x98\xb7", - [0x6983] = "\x98\xb8", [0x6984] = "\x98\xb9", [0x6985] = "\x98\xba", - [0x6986] = "\x98\xbb", [0x6987] = "\x98\xbc", [0x6988] = "\x98\xbd", - [0x6989] = "\x98\xbe", [0x698a] = "\xb7\xae", [0x698b] = "\x98\xbf", - [0x698c] = "\x98\xc0", [0x698d] = "\x98\xc1", [0x698e] = "\x98\xc2", - [0x698f] = "\x98\xc3", [0x6990] = "\x98\xc4", [0x6991] = "\x98\xc5", - [0x6992] = "\x98\xc6", [0x6993] = "\x98\xc7", [0x6994] = "\x98\xc8", - [0x6995] = "\x98\xc9", [0x6996] = "\x98\xca", [0x6997] = "\xe9\xcb", - [0x6998] = "\xe9\xcc", [0x6999] = "\x98\xcb", [0x699a] = "\x98\xcc", - [0x699b] = "\x98\xcd", [0x699c] = "\x98\xce", [0x699d] = "\x98\xcf", - [0x699e] = "\x98\xd0", [0x699f] = "\xd5\xc1", [0x69a0] = "\x98\xd1", - [0x69a1] = "\xc4\xa3", [0x69a2] = "\x98\xd2", [0x69a3] = "\x98\xd3", - [0x69a4] = "\x98\xd4", [0x69a5] = "\x98\xd5", [0x69a6] = "\x98\xd6", - [0x69a7] = "\x98\xd7", [0x69a8] = "\xe9\xd8", [0x69a9] = "\x98\xd8", - [0x69aa] = "\xba\xe1", [0x69ab] = "\x98\xd9", [0x69ac] = "\x98\xda", - [0x69ad] = "\x98\xdb", [0x69ae] = "\x98\xdc", [0x69af] = "\xe9\xc9", - [0x69b0] = "\x98\xdd", [0x69b1] = "\xd3\xa3", [0x69b2] = "\x98\xde", - [0x69b3] = "\x98\xdf", [0x69b4] = "\x98\xe0", [0x69b5] = "\xe9\xd4", - [0x69b6] = "\x98\xe1", [0x69b7] = "\x98\xe2", [0x69b8] = "\x98\xe3", - [0x69b9] = "\x98\xe4", [0x69ba] = "\x98\xe5", [0x69bb] = "\x98\xe6", - [0x69bc] = "\x98\xe7", [0x69bd] = "\xe9\xd7", [0x69be] = "\xe9\xd0", - [0x69bf] = "\x98\xe8", [0x69c0] = "\x98\xe9", [0x69c1] = "\x98\xea", - [0x69c2] = "\x98\xeb", [0x69c3] = "\x98\xec", [0x69c4] = "\xe9\xcf", - [0x69c5] = "\x98\xed", [0x69c6] = "\x98\xee", [0x69c7] = "\xc7\xc1", - [0x69c8] = "\x98\xef", [0x69c9] = "\x98\xf0", [0x69ca] = "\x98\xf1", - [0x69cb] = "\x98\xf2", [0x69cc] = "\x98\xf3", [0x69cd] = "\x98\xf4", - [0x69ce] = "\x98\xf5", [0x69cf] = "\x98\xf6", [0x69d0] = "\xe9\xd2", - [0x69d1] = "\x98\xf7", [0x69d2] = "\x98\xf8", [0x69d3] = "\x98\xf9", - [0x69d4] = "\x98\xfa", [0x69d5] = "\x98\xfb", [0x69d6] = "\x98\xfc", - [0x69d7] = "\x98\xfd", [0x69d8] = "\xe9\xd9", [0x69d9] = "\xb3\xc8", - [0x69da] = "\x98\xfe", [0x69db] = "\xe9\xd3", [0x69dc] = "\x99\x40", - [0x69dd] = "\x99\x41", [0x69de] = "\x99\x42", [0x69df] = "\x99\x43", - [0x69e0] = "\x99\x44", [0x69e1] = "\xcf\xf0", [0x69e2] = "\x99\x45", - [0x69e3] = "\x99\x46", [0x69e4] = "\x99\x47", [0x69e5] = "\xe9\xcd", - [0x69e6] = "\x99\x48", [0x69e7] = "\x99\x49", [0x69e8] = "\x99\x4a", - [0x69e9] = "\x99\x4b", [0x69ea] = "\x99\x4c", [0x69eb] = "\x99\x4d", - [0x69ec] = "\x99\x4e", [0x69ed] = "\x99\x4f", [0x69ee] = "\x99\x50", - [0x69ef] = "\x99\x51", [0x69f0] = "\x99\x52", [0x69f1] = "\xb3\xf7", - [0x69f2] = "\x99\x53", [0x69f3] = "\x99\x54", [0x69f4] = "\x99\x55", - [0x69f5] = "\x99\x56", [0x69f6] = "\x99\x57", [0x69f7] = "\x99\x58", - [0x69f8] = "\x99\x59", [0x69f9] = "\xe9\xd6", [0x69fa] = "\x99\x5a", - [0x69fb] = "\x99\x5b", [0x69fc] = "\xe9\xda", [0x69fd] = "\x99\x5c", - [0x69fe] = "\x99\x5d", [0x69ff] = "\x99\x5e", [0x6a00] = "\xcc\xb4", - [0x6a01] = "\x99\x5f", [0x6a02] = "\x99\x60", [0x6a03] = "\x99\x61", - [0x6a04] = "\xcf\xad", [0x6a05] = "\x99\x62", [0x6a06] = "\x99\x63", - [0x6a07] = "\x99\x64", [0x6a08] = "\x99\x65", [0x6a09] = "\x99\x66", - [0x6a0a] = "\x99\x67", [0x6a0b] = "\x99\x68", [0x6a0c] = "\x99\x69", - [0x6a0d] = "\x99\x6a", [0x6a0e] = "\xe9\xd5", [0x6a0f] = "\x99\x6b", - [0x6a10] = "\xe9\xdc", [0x6a11] = "\xe9\xdb", [0x6a12] = "\x99\x6c", - [0x6a13] = "\x99\x6d", [0x6a14] = "\x99\x6e", [0x6a15] = "\x99\x6f", - [0x6a16] = "\x99\x70", [0x6a17] = "\xe9\xde", [0x6a18] = "\x99\x71", - [0x6a19] = "\x99\x72", [0x6a1a] = "\x99\x73", [0x6a1b] = "\x99\x74", - [0x6a1c] = "\x99\x75", [0x6a1d] = "\x99\x76", [0x6a1e] = "\x99\x77", - [0x6a1f] = "\x99\x78", [0x6a20] = "\xe9\xd1", [0x6a21] = "\x99\x79", - [0x6a22] = "\x99\x7a", [0x6a23] = "\x99\x7b", [0x6a24] = "\x99\x7c", - [0x6a25] = "\x99\x7d", [0x6a26] = "\x99\x7e", [0x6a27] = "\x99\x80", - [0x6a28] = "\x99\x81", [0x6a29] = "\xe9\xdd", [0x6a2a] = "\x99\x82", - [0x6a2b] = "\xe9\xdf", [0x6a2c] = "\xc3\xca", [0x6a2d] = "\x99\x83", - [0x6a2e] = "\x99\x84", [0x6a2f] = "\x99\x85", [0x6a30] = "\x99\x86", - [0x6a31] = "\x99\x87", [0x6a32] = "\x99\x88", [0x6a33] = "\x99\x89", - [0x6a34] = "\x99\x8a", [0x6a35] = "\x99\x8b", [0x6a36] = "\x99\x8c", - [0x6a37] = "\x99\x8d", [0x6a38] = "\x99\x8e", [0x6a39] = "\x99\x8f", - [0x6a3a] = "\x99\x90", [0x6a3b] = "\x99\x91", [0x6a3c] = "\x99\x92", - [0x6a3d] = "\x99\x93", [0x6a3e] = "\x99\x94", [0x6a3f] = "\x99\x95", - [0x6a40] = "\x99\x96", [0x6a41] = "\x99\x97", [0x6a42] = "\x99\x98", - [0x6a43] = "\x99\x99", [0x6a44] = "\x99\x9a", [0x6a45] = "\x99\x9b", - [0x6a46] = "\x99\x9c", [0x6a47] = "\x99\x9d", [0x6a48] = "\x99\x9e", - [0x6a49] = "\x99\x9f", [0x6a4a] = "\x99\xa0", [0x6a4b] = "\x99\xa1", - [0x6a4c] = "\x99\xa2", [0x6a4d] = "\x99\xa3", [0x6a4e] = "\x99\xa4", - [0x6a4f] = "\x99\xa5", [0x6a50] = "\x99\xa6", [0x6a51] = "\x99\xa7", - [0x6a52] = "\x99\xa8", [0x6a53] = "\x99\xa9", [0x6a54] = "\x99\xaa", - [0x6a55] = "\x99\xab", [0x6a56] = "\x99\xac", [0x6a57] = "\x99\xad", - [0x6a58] = "\x99\xae", [0x6a59] = "\x99\xaf", [0x6a5a] = "\x99\xb0", - [0x6a5b] = "\x99\xb1", [0x6a5c] = "\x99\xb2", [0x6a5d] = "\x99\xb3", - [0x6a5e] = "\x99\xb4", [0x6a5f] = "\x99\xb5", [0x6a60] = "\x99\xb6", - [0x6a61] = "\x99\xb7", [0x6a62] = "\x99\xb8", [0x6a63] = "\x99\xb9", - [0x6a64] = "\x99\xba", [0x6a65] = "\x99\xbb", [0x6a66] = "\x99\xbc", - [0x6a67] = "\x99\xbd", [0x6a68] = "\x99\xbe", [0x6a69] = "\x99\xbf", - [0x6a6a] = "\x99\xc0", [0x6a6b] = "\x99\xc1", [0x6a6c] = "\x99\xc2", - [0x6a6d] = "\x99\xc3", [0x6a6e] = "\x99\xc4", [0x6a6f] = "\x99\xc5", - [0x6a70] = "\x99\xc6", [0x6a71] = "\x99\xc7", [0x6a72] = "\x99\xc8", - [0x6a73] = "\x99\xc9", [0x6a74] = "\x99\xca", [0x6a75] = "\x99\xcb", - [0x6a76] = "\x99\xcc", [0x6a77] = "\x99\xcd", [0x6a78] = "\x99\xce", - [0x6a79] = "\x99\xcf", [0x6a7a] = "\x99\xd0", [0x6a7b] = "\x99\xd1", - [0x6a7c] = "\x99\xd2", [0x6a7d] = "\x99\xd3", [0x6a7e] = "\x99\xd4", - [0x6a7f] = "\x99\xd5", [0x6a80] = "\x99\xd6", [0x6a81] = "\x99\xd7", - [0x6a82] = "\x99\xd8", [0x6a83] = "\x99\xd9", [0x6a84] = "\x99\xda", - [0x6a85] = "\x99\xdb", [0x6a86] = "\x99\xdc", [0x6a87] = "\x99\xdd", - [0x6a88] = "\x99\xde", [0x6a89] = "\x99\xdf", [0x6a8a] = "\x99\xe0", - [0x6a8b] = "\x99\xe1", [0x6a8c] = "\x99\xe2", [0x6a8d] = "\x99\xe3", - [0x6a8e] = "\x99\xe4", [0x6a8f] = "\x99\xe5", [0x6a90] = "\x99\xe6", - [0x6a91] = "\x99\xe7", [0x6a92] = "\x99\xe8", [0x6a93] = "\x99\xe9", - [0x6a94] = "\x99\xea", [0x6a95] = "\x99\xeb", [0x6a96] = "\x99\xec", - [0x6a97] = "\x99\xed", [0x6a98] = "\x99\xee", [0x6a99] = "\x99\xef", - [0x6a9a] = "\x99\xf0", [0x6a9b] = "\x99\xf1", [0x6a9c] = "\x99\xf2", - [0x6a9d] = "\x99\xf3", [0x6a9e] = "\x99\xf4", [0x6a9f] = "\x99\xf5", - [0x6aa0] = "\xc7\xb7", [0x6aa1] = "\xb4\xce", [0x6aa2] = "\xbb\xb6", - [0x6aa3] = "\xd0\xc0", [0x6aa4] = "\xec\xa3", [0x6aa5] = "\x99\xf6", - [0x6aa6] = "\x99\xf7", [0x6aa7] = "\xc5\xb7", [0x6aa8] = "\x99\xf8", - [0x6aa9] = "\x99\xf9", [0x6aaa] = "\x99\xfa", [0x6aab] = "\x99\xfb", - [0x6aac] = "\x99\xfc", [0x6aad] = "\x99\xfd", [0x6aae] = "\x99\xfe", - [0x6aaf] = "\x9a\x40", [0x6ab0] = "\x9a\x41", [0x6ab1] = "\x9a\x42", - [0x6ab2] = "\xd3\xfb", [0x6ab3] = "\x9a\x43", [0x6ab4] = "\x9a\x44", - [0x6ab5] = "\x9a\x45", [0x6ab6] = "\x9a\x46", [0x6ab7] = "\xec\xa4", - [0x6ab8] = "\x9a\x47", [0x6ab9] = "\xec\xa5", [0x6aba] = "\xc6\xdb", - [0x6abb] = "\x9a\x48", [0x6abc] = "\x9a\x49", [0x6abd] = "\x9a\x4a", - [0x6abe] = "\xbf\xee", [0x6abf] = "\x9a\x4b", [0x6ac0] = "\x9a\x4c", - [0x6ac1] = "\x9a\x4d", [0x6ac2] = "\x9a\x4e", [0x6ac3] = "\xec\xa6", - [0x6ac4] = "\x9a\x4f", [0x6ac5] = "\x9a\x50", [0x6ac6] = "\xec\xa7", - [0x6ac7] = "\xd0\xaa", [0x6ac8] = "\x9a\x51", [0x6ac9] = "\xc7\xb8", - [0x6aca] = "\x9a\x52", [0x6acb] = "\x9a\x53", [0x6acc] = "\xb8\xe8", - [0x6acd] = "\x9a\x54", [0x6ace] = "\x9a\x55", [0x6acf] = "\x9a\x56", - [0x6ad0] = "\x9a\x57", [0x6ad1] = "\x9a\x58", [0x6ad2] = "\x9a\x59", - [0x6ad3] = "\x9a\x5a", [0x6ad4] = "\x9a\x5b", [0x6ad5] = "\x9a\x5c", - [0x6ad6] = "\x9a\x5d", [0x6ad7] = "\x9a\x5e", [0x6ad8] = "\x9a\x5f", - [0x6ad9] = "\xec\xa8", [0x6ada] = "\x9a\x60", [0x6adb] = "\x9a\x61", - [0x6adc] = "\x9a\x62", [0x6add] = "\x9a\x63", [0x6ade] = "\x9a\x64", - [0x6adf] = "\x9a\x65", [0x6ae0] = "\x9a\x66", [0x6ae1] = "\x9a\x67", - [0x6ae2] = "\xd6\xb9", [0x6ae3] = "\xd5\xfd", [0x6ae4] = "\xb4\xcb", - [0x6ae5] = "\xb2\xbd", [0x6ae6] = "\xce\xe4", [0x6ae7] = "\xc6\xe7", - [0x6ae8] = "\x9a\x68", [0x6ae9] = "\x9a\x69", [0x6aea] = "\xcd\xe1", - [0x6aeb] = "\x9a\x6a", [0x6aec] = "\x9a\x6b", [0x6aed] = "\x9a\x6c", - [0x6aee] = "\x9a\x6d", [0x6aef] = "\x9a\x6e", [0x6af0] = "\x9a\x6f", - [0x6af1] = "\x9a\x70", [0x6af2] = "\x9a\x71", [0x6af3] = "\x9a\x72", - [0x6af4] = "\x9a\x73", [0x6af5] = "\x9a\x74", [0x6af6] = "\x9a\x75", - [0x6af7] = "\x9a\x76", [0x6af8] = "\x9a\x77", [0x6af9] = "\xb4\xf5", - [0x6afa] = "\x9a\x78", [0x6afb] = "\xcb\xc0", [0x6afc] = "\xbc\xdf", - [0x6afd] = "\x9a\x79", [0x6afe] = "\x9a\x7a", [0x6aff] = "\x9a\x7b", - [0x6b00] = "\x9a\x7c", [0x6b01] = "\xe9\xe2", [0x6b02] = "\xe9\xe3", - [0x6b03] = "\xd1\xea", [0x6b04] = "\xe9\xe5", [0x6b05] = "\x9a\x7d", - [0x6b06] = "\xb4\xf9", [0x6b07] = "\xe9\xe4", [0x6b08] = "\x9a\x7e", - [0x6b09] = "\xd1\xb3", [0x6b0a] = "\xca\xe2", [0x6b0b] = "\xb2\xd0", - [0x6b0c] = "\x9a\x80", [0x6b0d] = "\xe9\xe8", [0x6b0e] = "\x9a\x81", - [0x6b0f] = "\x9a\x82", [0x6b10] = "\x9a\x83", [0x6b11] = "\x9a\x84", - [0x6b12] = "\xe9\xe6", [0x6b13] = "\xe9\xe7", [0x6b14] = "\x9a\x85", - [0x6b15] = "\x9a\x86", [0x6b16] = "\xd6\xb3", [0x6b17] = "\x9a\x87", - [0x6b18] = "\x9a\x88", [0x6b19] = "\x9a\x89", [0x6b1a] = "\xe9\xe9", - [0x6b1b] = "\xe9\xea", [0x6b1c] = "\x9a\x8a", [0x6b1d] = "\x9a\x8b", - [0x6b1e] = "\x9a\x8c", [0x6b1f] = "\x9a\x8d", [0x6b20] = "\x9a\x8e", - [0x6b21] = "\xe9\xeb", [0x6b22] = "\x9a\x8f", [0x6b23] = "\x9a\x90", - [0x6b24] = "\x9a\x91", [0x6b25] = "\x9a\x92", [0x6b26] = "\x9a\x93", - [0x6b27] = "\x9a\x94", [0x6b28] = "\x9a\x95", [0x6b29] = "\x9a\x96", - [0x6b2a] = "\xe9\xec", [0x6b2b] = "\x9a\x97", [0x6b2c] = "\x9a\x98", - [0x6b2d] = "\x9a\x99", [0x6b2e] = "\x9a\x9a", [0x6b2f] = "\x9a\x9b", - [0x6b30] = "\x9a\x9c", [0x6b31] = "\x9a\x9d", [0x6b32] = "\x9a\x9e", - [0x6b33] = "\xec\xaf", [0x6b34] = "\xc5\xb9", [0x6b35] = "\xb6\xce", - [0x6b36] = "\x9a\x9f", [0x6b37] = "\xd2\xf3", [0x6b38] = "\x9a\xa0", - [0x6b39] = "\x9a\xa1", [0x6b3a] = "\x9a\xa2", [0x6b3b] = "\x9a\xa3", - [0x6b3c] = "\x9a\xa4", [0x6b3d] = "\x9a\xa5", [0x6b3e] = "\x9a\xa6", - [0x6b3f] = "\xb5\xee", [0x6b40] = "\x9a\xa7", [0x6b41] = "\xbb\xd9", - [0x6b42] = "\xec\xb1", [0x6b43] = "\x9a\xa8", [0x6b44] = "\x9a\xa9", - [0x6b45] = "\xd2\xe3", [0x6b46] = "\x9a\xaa", [0x6b47] = "\x9a\xab", - [0x6b48] = "\x9a\xac", [0x6b49] = "\x9a\xad", [0x6b4a] = "\x9a\xae", - [0x6b4b] = "\xce\xe3", [0x6b4c] = "\x9a\xaf", [0x6b4d] = "\xc4\xb8", - [0x6b4e] = "\x9a\xb0", [0x6b4f] = "\xc3\xbf", [0x6b50] = "\x9a\xb1", - [0x6b51] = "\x9a\xb2", [0x6b52] = "\xb6\xbe", [0x6b53] = "\xd8\xb9", - [0x6b54] = "\xb1\xc8", [0x6b55] = "\xb1\xcf", [0x6b56] = "\xb1\xd1", - [0x6b57] = "\xc5\xfe", [0x6b58] = "\x9a\xb3", [0x6b59] = "\xb1\xd0", - [0x6b5a] = "\x9a\xb4", [0x6b5b] = "\xc3\xab", [0x6b5c] = "\x9a\xb5", - [0x6b5d] = "\x9a\xb6", [0x6b5e] = "\x9a\xb7", [0x6b5f] = "\x9a\xb8", - [0x6b60] = "\x9a\xb9", [0x6b61] = "\xd5\xb1", [0x6b62] = "\x9a\xba", - [0x6b63] = "\x9a\xbb", [0x6b64] = "\x9a\xbc", [0x6b65] = "\x9a\xbd", - [0x6b66] = "\x9a\xbe", [0x6b67] = "\x9a\xbf", [0x6b68] = "\x9a\xc0", - [0x6b69] = "\x9a\xc1", [0x6b6a] = "\xeb\xa4", [0x6b6b] = "\xba\xc1", - [0x6b6c] = "\x9a\xc2", [0x6b6d] = "\x9a\xc3", [0x6b6e] = "\x9a\xc4", - [0x6b6f] = "\xcc\xba", [0x6b70] = "\x9a\xc5", [0x6b71] = "\x9a\xc6", - [0x6b72] = "\x9a\xc7", [0x6b73] = "\xeb\xa5", [0x6b74] = "\x9a\xc8", - [0x6b75] = "\xeb\xa7", [0x6b76] = "\x9a\xc9", [0x6b77] = "\x9a\xca", - [0x6b78] = "\x9a\xcb", [0x6b79] = "\xeb\xa8", [0x6b7a] = "\x9a\xcc", - [0x6b7b] = "\x9a\xcd", [0x6b7c] = "\x9a\xce", [0x6b7d] = "\xeb\xa6", - [0x6b7e] = "\x9a\xcf", [0x6b7f] = "\x9a\xd0", [0x6b80] = "\x9a\xd1", - [0x6b81] = "\x9a\xd2", [0x6b82] = "\x9a\xd3", [0x6b83] = "\x9a\xd4", - [0x6b84] = "\x9a\xd5", [0x6b85] = "\xeb\xa9", [0x6b86] = "\xeb\xab", - [0x6b87] = "\xeb\xaa", [0x6b88] = "\x9a\xd6", [0x6b89] = "\x9a\xd7", - [0x6b8a] = "\x9a\xd8", [0x6b8b] = "\x9a\xd9", [0x6b8c] = "\x9a\xda", - [0x6b8d] = "\xeb\xac", [0x6b8e] = "\x9a\xdb", [0x6b8f] = "\xca\xcf", - [0x6b90] = "\xd8\xb5", [0x6b91] = "\xc3\xf1", [0x6b92] = "\x9a\xdc", - [0x6b93] = "\xc3\xa5", [0x6b94] = "\xc6\xf8", [0x6b95] = "\xeb\xad", - [0x6b96] = "\xc4\xca", [0x6b97] = "\x9a\xdd", [0x6b98] = "\xeb\xae", - [0x6b99] = "\xeb\xaf", [0x6b9a] = "\xeb\xb0", [0x6b9b] = "\xb7\xd5", - [0x6b9c] = "\x9a\xde", [0x6b9d] = "\x9a\xdf", [0x6b9e] = "\x9a\xe0", - [0x6b9f] = "\xb7\xfa", [0x6ba0] = "\x9a\xe1", [0x6ba1] = "\xeb\xb1", - [0x6ba2] = "\xc7\xe2", [0x6ba3] = "\x9a\xe2", [0x6ba4] = "\xeb\xb3", - [0x6ba5] = "\x9a\xe3", [0x6ba6] = "\xba\xa4", [0x6ba7] = "\xd1\xf5", - [0x6ba8] = "\xb0\xb1", [0x6ba9] = "\xeb\xb2", [0x6baa] = "\xeb\xb4", - [0x6bab] = "\x9a\xe4", [0x6bac] = "\x9a\xe5", [0x6bad] = "\x9a\xe6", - [0x6bae] = "\xb5\xaa", [0x6baf] = "\xc2\xc8", [0x6bb0] = "\xc7\xe8", - [0x6bb1] = "\x9a\xe7", [0x6bb2] = "\xeb\xb5", [0x6bb3] = "\x9a\xe8", - [0x6bb4] = "\xcb\xae", [0x6bb5] = "\xe3\xdf", [0x6bb6] = "\x9a\xe9", - [0x6bb7] = "\x9a\xea", [0x6bb8] = "\xd3\xc0", [0x6bb9] = "\x9a\xeb", - [0x6bba] = "\x9a\xec", [0x6bbb] = "\x9a\xed", [0x6bbc] = "\x9a\xee", - [0x6bbd] = "\xd9\xdb", [0x6bbe] = "\x9a\xef", [0x6bbf] = "\x9a\xf0", - [0x6bc0] = "\xcd\xa1", [0x6bc1] = "\xd6\xad", [0x6bc2] = "\xc7\xf3", - [0x6bc3] = "\x9a\xf1", [0x6bc4] = "\x9a\xf2", [0x6bc5] = "\x9a\xf3", - [0x6bc6] = "\xd9\xe0", [0x6bc7] = "\xbb\xe3", [0x6bc8] = "\x9a\xf4", - [0x6bc9] = "\xba\xba", [0x6bca] = "\xe3\xe2", [0x6bcb] = "\x9a\xf5", - [0x6bcc] = "\x9a\xf6", [0x6bcd] = "\x9a\xf7", [0x6bce] = "\x9a\xf8", - [0x6bcf] = "\x9a\xf9", [0x6bd0] = "\xcf\xab", [0x6bd1] = "\x9a\xfa", - [0x6bd2] = "\x9a\xfb", [0x6bd3] = "\x9a\xfc", [0x6bd4] = "\xe3\xe0", - [0x6bd5] = "\xc9\xc7", [0x6bd6] = "\x9a\xfd", [0x6bd7] = "\xba\xb9", - [0x6bd8] = "\x9a\xfe", [0x6bd9] = "\x9b\x40", [0x6bda] = "\x9b\x41", - [0x6bdb] = "\xd1\xb4", [0x6bdc] = "\xe3\xe1", [0x6bdd] = "\xc8\xea", - [0x6bde] = "\xb9\xaf", [0x6bdf] = "\xbd\xad", [0x6be0] = "\xb3\xd8", - [0x6be1] = "\xce\xdb", [0x6be2] = "\x9b\x42", [0x6be3] = "\x9b\x43", - [0x6be4] = "\xcc\xc0", [0x6be5] = "\x9b\x44", [0x6be6] = "\x9b\x45", - [0x6be7] = "\x9b\x46", [0x6be8] = "\xe3\xe8", [0x6be9] = "\xe3\xe9", - [0x6bea] = "\xcd\xf4", [0x6beb] = "\x9b\x47", [0x6bec] = "\x9b\x48", - [0x6bed] = "\x9b\x49", [0x6bee] = "\x9b\x4a", [0x6bef] = "\x9b\x4b", - [0x6bf0] = "\xcc\xad", [0x6bf1] = "\x9b\x4c", [0x6bf2] = "\xbc\xb3", - [0x6bf3] = "\x9b\x4d", [0x6bf4] = "\xe3\xea", [0x6bf5] = "\x9b\x4e", - [0x6bf6] = "\xe3\xeb", [0x6bf7] = "\x9b\x4f", [0x6bf8] = "\x9b\x50", - [0x6bf9] = "\xd0\xda", [0x6bfa] = "\x9b\x51", [0x6bfb] = "\x9b\x52", - [0x6bfc] = "\x9b\x53", [0x6bfd] = "\xc6\xfb", [0x6bfe] = "\xb7\xda", - [0x6bff] = "\x9b\x54", [0x6c00] = "\x9b\x55", [0x6c01] = "\xc7\xdf", - [0x6c02] = "\xd2\xca", [0x6c03] = "\xce\xd6", [0x6c04] = "\x9b\x56", - [0x6c05] = "\xe3\xe4", [0x6c06] = "\xe3\xec", [0x6c07] = "\x9b\x57", - [0x6c08] = "\xc9\xf2", [0x6c09] = "\xb3\xc1", [0x6c0a] = "\x9b\x58", - [0x6c0b] = "\x9b\x59", [0x6c0c] = "\xe3\xe7", [0x6c0d] = "\x9b\x5a", - [0x6c0e] = "\x9b\x5b", [0x6c0f] = "\xc6\xe3", [0x6c10] = "\xe3\xe5", - [0x6c11] = "\x9b\x5c", [0x6c12] = "\x9b\x5d", [0x6c13] = "\xed\xb3", - [0x6c14] = "\xe3\xe6", [0x6c15] = "\x9b\x5e", [0x6c16] = "\x9b\x5f", - [0x6c17] = "\x9b\x60", [0x6c18] = "\x9b\x61", [0x6c19] = "\xc9\xb3", - [0x6c1a] = "\x9b\x62", [0x6c1b] = "\xc5\xe6", [0x6c1c] = "\x9b\x63", - [0x6c1d] = "\x9b\x64", [0x6c1e] = "\x9b\x65", [0x6c1f] = "\xb9\xb5", - [0x6c20] = "\x9b\x66", [0x6c21] = "\xc3\xbb", [0x6c22] = "\x9b\x67", - [0x6c23] = "\xe3\xe3", [0x6c24] = "\xc5\xbd", [0x6c25] = "\xc1\xa4", - [0x6c26] = "\xc2\xd9", [0x6c27] = "\xb2\xd7", [0x6c28] = "\x9b\x68", - [0x6c29] = "\xe3\xed", [0x6c2a] = "\xbb\xa6", [0x6c2b] = "\xc4\xad", - [0x6c2c] = "\x9b\x69", [0x6c2d] = "\xe3\xf0", [0x6c2e] = "\xbe\xda", - [0x6c2f] = "\x9b\x6a", [0x6c30] = "\x9b\x6b", [0x6c31] = "\xe3\xfb", - [0x6c32] = "\xe3\xf5", [0x6c33] = "\xba\xd3", [0x6c34] = "\x9b\x6c", - [0x6c35] = "\x9b\x6d", [0x6c36] = "\x9b\x6e", [0x6c37] = "\x9b\x6f", - [0x6c38] = "\xb7\xd0", [0x6c39] = "\xd3\xcd", [0x6c3a] = "\x9b\x70", - [0x6c3b] = "\xd6\xce", [0x6c3c] = "\xd5\xd3", [0x6c3d] = "\xb9\xc1", - [0x6c3e] = "\xd5\xb4", [0x6c3f] = "\xd1\xd8", [0x6c40] = "\x9b\x71", - [0x6c41] = "\x9b\x72", [0x6c42] = "\x9b\x73", [0x6c43] = "\x9b\x74", - [0x6c44] = "\xd0\xb9", [0x6c45] = "\xc7\xf6", [0x6c46] = "\x9b\x75", - [0x6c47] = "\x9b\x76", [0x6c48] = "\x9b\x77", [0x6c49] = "\xc8\xaa", - [0x6c4a] = "\xb2\xb4", [0x6c4b] = "\x9b\x78", [0x6c4c] = "\xc3\xda", - [0x6c4d] = "\x9b\x79", [0x6c4e] = "\x9b\x7a", [0x6c4f] = "\x9b\x7b", - [0x6c50] = "\xe3\xee", [0x6c51] = "\x9b\x7c", [0x6c52] = "\x9b\x7d", - [0x6c53] = "\xe3\xfc", [0x6c54] = "\xe3\xef", [0x6c55] = "\xb7\xa8", - [0x6c56] = "\xe3\xf7", [0x6c57] = "\xe3\xf4", [0x6c58] = "\x9b\x7e", - [0x6c59] = "\x9b\x80", [0x6c5a] = "\x9b\x81", [0x6c5b] = "\xb7\xba", - [0x6c5c] = "\x9b\x82", [0x6c5d] = "\x9b\x83", [0x6c5e] = "\xc5\xa2", - [0x6c5f] = "\x9b\x84", [0x6c60] = "\xe3\xf6", [0x6c61] = "\xc5\xdd", - [0x6c62] = "\xb2\xa8", [0x6c63] = "\xc6\xfc", [0x6c64] = "\x9b\x85", - [0x6c65] = "\xc4\xe0", [0x6c66] = "\x9b\x86", [0x6c67] = "\x9b\x87", - [0x6c68] = "\xd7\xa2", [0x6c69] = "\x9b\x88", [0x6c6a] = "\xc0\xe1", - [0x6c6b] = "\xe3\xf9", [0x6c6c] = "\x9b\x89", [0x6c6d] = "\x9b\x8a", - [0x6c6e] = "\xe3\xfa", [0x6c6f] = "\xe3\xfd", [0x6c70] = "\xcc\xa9", - [0x6c71] = "\xe3\xf3", [0x6c72] = "\x9b\x8b", [0x6c73] = "\xd3\xbe", - [0x6c74] = "\x9b\x8c", [0x6c75] = "\xb1\xc3", [0x6c76] = "\xed\xb4", - [0x6c77] = "\xe3\xf1", [0x6c78] = "\xe3\xf2", [0x6c79] = "\x9b\x8d", - [0x6c7a] = "\xe3\xf8", [0x6c7b] = "\xd0\xba", [0x6c7c] = "\xc6\xc3", - [0x6c7d] = "\xd4\xf3", [0x6c7e] = "\xe3\xfe", [0x6c7f] = "\x9b\x8e", - [0x6c80] = "\x9b\x8f", [0x6c81] = "\xbd\xe0", [0x6c82] = "\x9b\x90", - [0x6c83] = "\x9b\x91", [0x6c84] = "\xe4\xa7", [0x6c85] = "\x9b\x92", - [0x6c86] = "\x9b\x93", [0x6c87] = "\xe4\xa6", [0x6c88] = "\x9b\x94", - [0x6c89] = "\x9b\x95", [0x6c8a] = "\x9b\x96", [0x6c8b] = "\xd1\xf3", - [0x6c8c] = "\xe4\xa3", [0x6c8d] = "\x9b\x97", [0x6c8e] = "\xe4\xa9", - [0x6c8f] = "\x9b\x98", [0x6c90] = "\x9b\x99", [0x6c91] = "\x9b\x9a", - [0x6c92] = "\xc8\xf7", [0x6c93] = "\x9b\x9b", [0x6c94] = "\x9b\x9c", - [0x6c95] = "\x9b\x9d", [0x6c96] = "\x9b\x9e", [0x6c97] = "\xcf\xb4", - [0x6c98] = "\x9b\x9f", [0x6c99] = "\xe4\xa8", [0x6c9a] = "\xe4\xae", - [0x6c9b] = "\xc2\xe5", [0x6c9c] = "\x9b\xa0", [0x6c9d] = "\x9b\xa1", - [0x6c9e] = "\xb6\xb4", [0x6c9f] = "\x9b\xa2", [0x6ca0] = "\x9b\xa3", - [0x6ca1] = "\x9b\xa4", [0x6ca2] = "\x9b\xa5", [0x6ca3] = "\x9b\xa6", - [0x6ca4] = "\x9b\xa7", [0x6ca5] = "\xbd\xf2", [0x6ca6] = "\x9b\xa8", - [0x6ca7] = "\xe4\xa2", [0x6ca8] = "\x9b\xa9", [0x6ca9] = "\x9b\xaa", - [0x6caa] = "\xba\xe9", [0x6cab] = "\xe4\xaa", [0x6cac] = "\x9b\xab", - [0x6cad] = "\x9b\xac", [0x6cae] = "\xe4\xac", [0x6caf] = "\x9b\xad", - [0x6cb0] = "\x9b\xae", [0x6cb1] = "\xb6\xfd", [0x6cb2] = "\xd6\xde", - [0x6cb3] = "\xe4\xb2", [0x6cb4] = "\x9b\xaf", [0x6cb5] = "\xe4\xad", - [0x6cb6] = "\x9b\xb0", [0x6cb7] = "\x9b\xb1", [0x6cb8] = "\x9b\xb2", - [0x6cb9] = "\xe4\xa1", [0x6cba] = "\x9b\xb3", [0x6cbb] = "\xbb\xee", - [0x6cbc] = "\xcd\xdd", [0x6cbd] = "\xc7\xa2", [0x6cbe] = "\xc5\xc9", - [0x6cbf] = "\x9b\xb4", [0x6cc0] = "\x9b\xb5", [0x6cc1] = "\xc1\xf7", - [0x6cc2] = "\x9b\xb6", [0x6cc3] = "\xe4\xa4", [0x6cc4] = "\x9b\xb7", - [0x6cc5] = "\xc7\xb3", [0x6cc6] = "\xbd\xac", [0x6cc7] = "\xbd\xbd", - [0x6cc8] = "\xe4\xa5", [0x6cc9] = "\x9b\xb8", [0x6cca] = "\xd7\xc7", - [0x6ccb] = "\xb2\xe2", [0x6ccc] = "\x9b\xb9", [0x6ccd] = "\xe4\xab", - [0x6cce] = "\xbc\xc3", [0x6ccf] = "\xe4\xaf", [0x6cd0] = "\x9b\xba", - [0x6cd1] = "\xbb\xeb", [0x6cd2] = "\xe4\xb0", [0x6cd3] = "\xc5\xa8", - [0x6cd4] = "\xe4\xb1", [0x6cd5] = "\x9b\xbb", [0x6cd6] = "\x9b\xbc", - [0x6cd7] = "\x9b\xbd", [0x6cd8] = "\x9b\xbe", [0x6cd9] = "\xd5\xe3", - [0x6cda] = "\xbf\xa3", [0x6cdb] = "\x9b\xbf", [0x6cdc] = "\xe4\xba", - [0x6cdd] = "\x9b\xc0", [0x6cde] = "\xe4\xb7", [0x6cdf] = "\x9b\xc1", - [0x6ce0] = "\xe4\xbb", [0x6ce1] = "\x9b\xc2", [0x6ce2] = "\x9b\xc3", - [0x6ce3] = "\xe4\xbd", [0x6ce4] = "\x9b\xc4", [0x6ce5] = "\x9b\xc5", - [0x6ce6] = "\xc6\xd6", [0x6ce7] = "\x9b\xc6", [0x6ce8] = "\x9b\xc7", - [0x6ce9] = "\xba\xc6", [0x6cea] = "\xc0\xcb", [0x6ceb] = "\x9b\xc8", - [0x6cec] = "\x9b\xc9", [0x6ced] = "\x9b\xca", [0x6cee] = "\xb8\xa1", - [0x6cef] = "\xe4\xb4", [0x6cf0] = "\x9b\xcb", [0x6cf1] = "\x9b\xcc", - [0x6cf2] = "\x9b\xcd", [0x6cf3] = "\x9b\xce", [0x6cf4] = "\xd4\xa1", - [0x6cf5] = "\x9b\xcf", [0x6cf6] = "\x9b\xd0", [0x6cf7] = "\xba\xa3", - [0x6cf8] = "\xbd\xfe", [0x6cf9] = "\x9b\xd1", [0x6cfa] = "\x9b\xd2", - [0x6cfb] = "\x9b\xd3", [0x6cfc] = "\xe4\xbc", [0x6cfd] = "\x9b\xd4", - [0x6cfe] = "\x9b\xd5", [0x6cff] = "\x9b\xd6", [0x6d00] = "\x9b\xd7", - [0x6d01] = "\x9b\xd8", [0x6d02] = "\xcd\xbf", [0x6d03] = "\x9b\xd9", - [0x6d04] = "\x9b\xda", [0x6d05] = "\xc4\xf9", [0x6d06] = "\x9b\xdb", - [0x6d07] = "\x9b\xdc", [0x6d08] = "\xcf\xfb", [0x6d09] = "\xc9\xe6", - [0x6d0a] = "\x9b\xdd", [0x6d0b] = "\x9b\xde", [0x6d0c] = "\xd3\xbf", - [0x6d0d] = "\x9b\xdf", [0x6d0e] = "\xcf\xd1", [0x6d0f] = "\x9b\xe0", - [0x6d10] = "\x9b\xe1", [0x6d11] = "\xe4\xb3", [0x6d12] = "\x9b\xe2", - [0x6d13] = "\xe4\xb8", [0x6d14] = "\xe4\xb9", [0x6d15] = "\xcc\xe9", - [0x6d16] = "\x9b\xe3", [0x6d17] = "\x9b\xe4", [0x6d18] = "\x9b\xe5", - [0x6d19] = "\x9b\xe6", [0x6d1a] = "\x9b\xe7", [0x6d1b] = "\xcc\xce", - [0x6d1c] = "\x9b\xe8", [0x6d1d] = "\xc0\xd4", [0x6d1e] = "\xe4\xb5", - [0x6d1f] = "\xc1\xb0", [0x6d20] = "\xe4\xb6", [0x6d21] = "\xce\xd0", - [0x6d22] = "\x9b\xe9", [0x6d23] = "\xbb\xc1", [0x6d24] = "\xb5\xd3", - [0x6d25] = "\x9b\xea", [0x6d26] = "\xc8\xf3", [0x6d27] = "\xbd\xa7", - [0x6d28] = "\xd5\xc7", [0x6d29] = "\xc9\xac", [0x6d2a] = "\xb8\xa2", - [0x6d2b] = "\xe4\xca", [0x6d2c] = "\x9b\xeb", [0x6d2d] = "\x9b\xec", - [0x6d2e] = "\xe4\xcc", [0x6d2f] = "\xd1\xc4", [0x6d30] = "\x9b\xed", - [0x6d31] = "\x9b\xee", [0x6d32] = "\xd2\xba", [0x6d33] = "\x9b\xef", - [0x6d34] = "\x9b\xf0", [0x6d35] = "\xba\xad", [0x6d36] = "\x9b\xf1", - [0x6d37] = "\x9b\xf2", [0x6d38] = "\xba\xd4", [0x6d39] = "\x9b\xf3", - [0x6d3a] = "\x9b\xf4", [0x6d3b] = "\x9b\xf5", [0x6d3c] = "\x9b\xf6", - [0x6d3d] = "\x9b\xf7", [0x6d3e] = "\x9b\xf8", [0x6d3f] = "\xe4\xc3", - [0x6d40] = "\xb5\xed", [0x6d41] = "\x9b\xf9", [0x6d42] = "\x9b\xfa", - [0x6d43] = "\x9b\xfb", [0x6d44] = "\xd7\xcd", [0x6d45] = "\xe4\xc0", - [0x6d46] = "\xcf\xfd", [0x6d47] = "\xe4\xbf", [0x6d48] = "\x9b\xfc", - [0x6d49] = "\x9b\xfd", [0x6d4a] = "\x9b\xfe", [0x6d4b] = "\xc1\xdc", - [0x6d4c] = "\xcc\xca", [0x6d4d] = "\x9c\x40", [0x6d4e] = "\x9c\x41", - [0x6d4f] = "\x9c\x42", [0x6d50] = "\x9c\x43", [0x6d51] = "\xca\xe7", - [0x6d52] = "\x9c\x44", [0x6d53] = "\x9c\x45", [0x6d54] = "\x9c\x46", - [0x6d55] = "\x9c\x47", [0x6d56] = "\xc4\xd7", [0x6d57] = "\x9c\x48", - [0x6d58] = "\xcc\xd4", [0x6d59] = "\xe4\xc8", [0x6d5a] = "\x9c\x49", - [0x6d5b] = "\x9c\x4a", [0x6d5c] = "\x9c\x4b", [0x6d5d] = "\xe4\xc7", - [0x6d5e] = "\xe4\xc1", [0x6d5f] = "\x9c\x4c", [0x6d60] = "\xe4\xc4", - [0x6d61] = "\xb5\xad", [0x6d62] = "\x9c\x4d", [0x6d63] = "\x9c\x4e", - [0x6d64] = "\xd3\xd9", [0x6d65] = "\x9c\x4f", [0x6d66] = "\xe4\xc6", - [0x6d67] = "\x9c\x50", [0x6d68] = "\x9c\x51", [0x6d69] = "\x9c\x52", - [0x6d6a] = "\x9c\x53", [0x6d6b] = "\xd2\xf9", [0x6d6c] = "\xb4\xe3", - [0x6d6d] = "\x9c\x54", [0x6d6e] = "\xbb\xb4", [0x6d6f] = "\x9c\x55", - [0x6d70] = "\x9c\x56", [0x6d71] = "\xc9\xee", [0x6d72] = "\x9c\x57", - [0x6d73] = "\xb4\xbe", [0x6d74] = "\x9c\x58", [0x6d75] = "\x9c\x59", - [0x6d76] = "\x9c\x5a", [0x6d77] = "\xbb\xec", [0x6d78] = "\x9c\x5b", - [0x6d79] = "\xd1\xcd", [0x6d7a] = "\x9c\x5c", [0x6d7b] = "\xcc\xed", - [0x6d7c] = "\xed\xb5", [0x6d7d] = "\x9c\x5d", [0x6d7e] = "\x9c\x5e", - [0x6d7f] = "\x9c\x5f", [0x6d80] = "\x9c\x60", [0x6d81] = "\x9c\x61", - [0x6d82] = "\x9c\x62", [0x6d83] = "\x9c\x63", [0x6d84] = "\x9c\x64", - [0x6d85] = "\xc7\xe5", [0x6d86] = "\x9c\x65", [0x6d87] = "\x9c\x66", - [0x6d88] = "\x9c\x67", [0x6d89] = "\x9c\x68", [0x6d8a] = "\xd4\xa8", - [0x6d8b] = "\x9c\x69", [0x6d8c] = "\xe4\xcb", [0x6d8d] = "\xd7\xd5", - [0x6d8e] = "\xe4\xc2", [0x6d8f] = "\x9c\x6a", [0x6d90] = "\xbd\xa5", - [0x6d91] = "\xe4\xc5", [0x6d92] = "\x9c\x6b", [0x6d93] = "\x9c\x6c", - [0x6d94] = "\xd3\xe6", [0x6d95] = "\x9c\x6d", [0x6d96] = "\xe4\xc9", - [0x6d97] = "\xc9\xf8", [0x6d98] = "\x9c\x6e", [0x6d99] = "\x9c\x6f", - [0x6d9a] = "\xe4\xbe", [0x6d9b] = "\x9c\x70", [0x6d9c] = "\x9c\x71", - [0x6d9d] = "\xd3\xe5", [0x6d9e] = "\x9c\x72", [0x6d9f] = "\x9c\x73", - [0x6da0] = "\xc7\xfe", [0x6da1] = "\xb6\xc9", [0x6da2] = "\x9c\x74", - [0x6da3] = "\xd4\xfc", [0x6da4] = "\xb2\xb3", [0x6da5] = "\xe4\xd7", - [0x6da6] = "\x9c\x75", [0x6da7] = "\x9c\x76", [0x6da8] = "\x9c\x77", - [0x6da9] = "\xce\xc2", [0x6daa] = "\x9c\x78", [0x6dab] = "\xe4\xcd", - [0x6dac] = "\x9c\x79", [0x6dad] = "\xce\xbc", [0x6dae] = "\x9c\x7a", - [0x6daf] = "\xb8\xdb", [0x6db0] = "\x9c\x7b", [0x6db1] = "\x9c\x7c", - [0x6db2] = "\xe4\xd6", [0x6db3] = "\x9c\x7d", [0x6db4] = "\xbf\xca", - [0x6db5] = "\x9c\x7e", [0x6db6] = "\x9c\x80", [0x6db7] = "\x9c\x81", - [0x6db8] = "\xd3\xce", [0x6db9] = "\x9c\x82", [0x6dba] = "\xc3\xec", - [0x6dbb] = "\x9c\x83", [0x6dbc] = "\x9c\x84", [0x6dbd] = "\x9c\x85", - [0x6dbe] = "\x9c\x86", [0x6dbf] = "\x9c\x87", [0x6dc0] = "\x9c\x88", - [0x6dc1] = "\x9c\x89", [0x6dc2] = "\x9c\x8a", [0x6dc3] = "\xc5\xc8", - [0x6dc4] = "\xe4\xd8", [0x6dc5] = "\x9c\x8b", [0x6dc6] = "\x9c\x8c", - [0x6dc7] = "\x9c\x8d", [0x6dc8] = "\x9c\x8e", [0x6dc9] = "\x9c\x8f", - [0x6dca] = "\x9c\x90", [0x6dcb] = "\x9c\x91", [0x6dcc] = "\x9c\x92", - [0x6dcd] = "\xcd\xc4", [0x6dce] = "\xe4\xcf", [0x6dcf] = "\x9c\x93", - [0x6dd0] = "\x9c\x94", [0x6dd1] = "\x9c\x95", [0x6dd2] = "\x9c\x96", - [0x6dd3] = "\xe4\xd4", [0x6dd4] = "\xe4\xd5", [0x6dd5] = "\x9c\x97", - [0x6dd6] = "\xba\xfe", [0x6dd7] = "\x9c\x98", [0x6dd8] = "\xcf\xe6", - [0x6dd9] = "\x9c\x99", [0x6dda] = "\x9c\x9a", [0x6ddb] = "\xd5\xbf", - [0x6ddc] = "\x9c\x9b", [0x6ddd] = "\x9c\x9c", [0x6dde] = "\x9c\x9d", - [0x6ddf] = "\xe4\xd2", [0x6de0] = "\x9c\x9e", [0x6de1] = "\x9c\x9f", - [0x6de2] = "\x9c\xa0", [0x6de3] = "\x9c\xa1", [0x6de4] = "\x9c\xa2", - [0x6de5] = "\x9c\xa3", [0x6de6] = "\x9c\xa4", [0x6de7] = "\x9c\xa5", - [0x6de8] = "\x9c\xa6", [0x6de9] = "\x9c\xa7", [0x6dea] = "\x9c\xa8", - [0x6deb] = "\xe4\xd0", [0x6dec] = "\x9c\xa9", [0x6ded] = "\x9c\xaa", - [0x6dee] = "\xe4\xce", [0x6def] = "\x9c\xab", [0x6df0] = "\x9c\xac", - [0x6df1] = "\x9c\xad", [0x6df2] = "\x9c\xae", [0x6df3] = "\x9c\xaf", - [0x6df4] = "\x9c\xb0", [0x6df5] = "\x9c\xb1", [0x6df6] = "\x9c\xb2", - [0x6df7] = "\x9c\xb3", [0x6df8] = "\x9c\xb4", [0x6df9] = "\x9c\xb5", - [0x6dfa] = "\x9c\xb6", [0x6dfb] = "\x9c\xb7", [0x6dfc] = "\x9c\xb8", - [0x6dfd] = "\x9c\xb9", [0x6dfe] = "\xcd\xe5", [0x6dff] = "\xca\xaa", - [0x6e00] = "\x9c\xba", [0x6e01] = "\x9c\xbb", [0x6e02] = "\x9c\xbc", - [0x6e03] = "\xc0\xa3", [0x6e04] = "\x9c\xbd", [0x6e05] = "\xbd\xa6", - [0x6e06] = "\xe4\xd3", [0x6e07] = "\x9c\xbe", [0x6e08] = "\x9c\xbf", - [0x6e09] = "\xb8\xc8", [0x6e0a] = "\x9c\xc0", [0x6e0b] = "\x9c\xc1", - [0x6e0c] = "\x9c\xc2", [0x6e0d] = "\x9c\xc3", [0x6e0e] = "\x9c\xc4", - [0x6e0f] = "\xe4\xe7", [0x6e10] = "\xd4\xb4", [0x6e11] = "\x9c\xc5", - [0x6e12] = "\x9c\xc6", [0x6e13] = "\x9c\xc7", [0x6e14] = "\x9c\xc8", - [0x6e15] = "\x9c\xc9", [0x6e16] = "\x9c\xca", [0x6e17] = "\x9c\xcb", - [0x6e18] = "\xe4\xdb", [0x6e19] = "\x9c\xcc", [0x6e1a] = "\x9c\xcd", - [0x6e1b] = "\x9c\xce", [0x6e1c] = "\xc1\xef", [0x6e1d] = "\x9c\xcf", - [0x6e1e] = "\x9c\xd0", [0x6e1f] = "\xe4\xe9", [0x6e20] = "\x9c\xd1", - [0x6e21] = "\x9c\xd2", [0x6e22] = "\xd2\xe7", [0x6e23] = "\x9c\xd3", - [0x6e24] = "\x9c\xd4", [0x6e25] = "\xe4\xdf", [0x6e26] = "\x9c\xd5", - [0x6e27] = "\xe4\xe0", [0x6e28] = "\x9c\xd6", [0x6e29] = "\x9c\xd7", - [0x6e2a] = "\xcf\xaa", [0x6e2b] = "\x9c\xd8", [0x6e2c] = "\x9c\xd9", - [0x6e2d] = "\x9c\xda", [0x6e2e] = "\x9c\xdb", [0x6e2f] = "\xcb\xdd", - [0x6e30] = "\x9c\xdc", [0x6e31] = "\xe4\xda", [0x6e32] = "\xe4\xd1", - [0x6e33] = "\x9c\xdd", [0x6e34] = "\xe4\xe5", [0x6e35] = "\x9c\xde", - [0x6e36] = "\xc8\xdc", [0x6e37] = "\xe4\xe3", [0x6e38] = "\x9c\xdf", - [0x6e39] = "\x9c\xe0", [0x6e3a] = "\xc4\xe7", [0x6e3b] = "\xe4\xe2", - [0x6e3c] = "\x9c\xe1", [0x6e3d] = "\xe4\xe1", [0x6e3e] = "\x9c\xe2", - [0x6e3f] = "\x9c\xe3", [0x6e40] = "\x9c\xe4", [0x6e41] = "\xb3\xfc", - [0x6e42] = "\xe4\xe8", [0x6e43] = "\x9c\xe5", [0x6e44] = "\x9c\xe6", - [0x6e45] = "\x9c\xe7", [0x6e46] = "\x9c\xe8", [0x6e47] = "\xb5\xe1", - [0x6e48] = "\x9c\xe9", [0x6e49] = "\x9c\xea", [0x6e4a] = "\x9c\xeb", - [0x6e4b] = "\xd7\xcc", [0x6e4c] = "\x9c\xec", [0x6e4d] = "\x9c\xed", - [0x6e4e] = "\x9c\xee", [0x6e4f] = "\xe4\xe6", [0x6e50] = "\x9c\xef", - [0x6e51] = "\xbb\xac", [0x6e52] = "\x9c\xf0", [0x6e53] = "\xd7\xd2", - [0x6e54] = "\xcc\xcf", [0x6e55] = "\xeb\xf8", [0x6e56] = "\x9c\xf1", - [0x6e57] = "\xe4\xe4", [0x6e58] = "\x9c\xf2", [0x6e59] = "\x9c\xf3", - [0x6e5a] = "\xb9\xf6", [0x6e5b] = "\x9c\xf4", [0x6e5c] = "\x9c\xf5", - [0x6e5d] = "\x9c\xf6", [0x6e5e] = "\xd6\xcd", [0x6e5f] = "\xe4\xd9", - [0x6e60] = "\xe4\xdc", [0x6e61] = "\xc2\xfa", [0x6e62] = "\xe4\xde", - [0x6e63] = "\x9c\xf7", [0x6e64] = "\xc2\xcb", [0x6e65] = "\xc0\xc4", - [0x6e66] = "\xc2\xd0", [0x6e67] = "\x9c\xf8", [0x6e68] = "\xb1\xf5", - [0x6e69] = "\xcc\xb2", [0x6e6a] = "\x9c\xf9", [0x6e6b] = "\x9c\xfa", - [0x6e6c] = "\x9c\xfb", [0x6e6d] = "\x9c\xfc", [0x6e6e] = "\x9c\xfd", - [0x6e6f] = "\x9c\xfe", [0x6e70] = "\x9d\x40", [0x6e71] = "\x9d\x41", - [0x6e72] = "\x9d\x42", [0x6e73] = "\x9d\x43", [0x6e74] = "\xb5\xce", - [0x6e75] = "\x9d\x44", [0x6e76] = "\x9d\x45", [0x6e77] = "\x9d\x46", - [0x6e78] = "\x9d\x47", [0x6e79] = "\xe4\xef", [0x6e7a] = "\x9d\x48", - [0x6e7b] = "\x9d\x49", [0x6e7c] = "\x9d\x4a", [0x6e7d] = "\x9d\x4b", - [0x6e7e] = "\x9d\x4c", [0x6e7f] = "\x9d\x4d", [0x6e80] = "\x9d\x4e", - [0x6e81] = "\x9d\x4f", [0x6e82] = "\xc6\xaf", [0x6e83] = "\x9d\x50", - [0x6e84] = "\x9d\x51", [0x6e85] = "\x9d\x52", [0x6e86] = "\xc6\xe1", - [0x6e87] = "\x9d\x53", [0x6e88] = "\x9d\x54", [0x6e89] = "\xe4\xf5", - [0x6e8a] = "\x9d\x55", [0x6e8b] = "\x9d\x56", [0x6e8c] = "\x9d\x57", - [0x6e8d] = "\x9d\x58", [0x6e8e] = "\x9d\x59", [0x6e8f] = "\xc2\xa9", - [0x6e90] = "\x9d\x5a", [0x6e91] = "\x9d\x5b", [0x6e92] = "\x9d\x5c", - [0x6e93] = "\xc0\xec", [0x6e94] = "\xd1\xdd", [0x6e95] = "\xe4\xee", - [0x6e96] = "\x9d\x5d", [0x6e97] = "\x9d\x5e", [0x6e98] = "\x9d\x5f", - [0x6e99] = "\x9d\x60", [0x6e9a] = "\x9d\x61", [0x6e9b] = "\x9d\x62", - [0x6e9c] = "\x9d\x63", [0x6e9d] = "\x9d\x64", [0x6e9e] = "\x9d\x65", - [0x6e9f] = "\x9d\x66", [0x6ea0] = "\xc4\xae", [0x6ea1] = "\x9d\x67", - [0x6ea2] = "\x9d\x68", [0x6ea3] = "\x9d\x69", [0x6ea4] = "\xe4\xed", - [0x6ea5] = "\x9d\x6a", [0x6ea6] = "\x9d\x6b", [0x6ea7] = "\x9d\x6c", - [0x6ea8] = "\x9d\x6d", [0x6ea9] = "\xe4\xf6", [0x6eaa] = "\xe4\xf4", - [0x6eab] = "\xc2\xfe", [0x6eac] = "\x9d\x6e", [0x6ead] = "\xe4\xdd", - [0x6eae] = "\x9d\x6f", [0x6eaf] = "\xe4\xf0", [0x6eb0] = "\x9d\x70", - [0x6eb1] = "\xca\xfe", [0x6eb2] = "\x9d\x71", [0x6eb3] = "\xd5\xc4", - [0x6eb4] = "\x9d\x72", [0x6eb5] = "\x9d\x73", [0x6eb6] = "\xe4\xf1", - [0x6eb7] = "\x9d\x74", [0x6eb8] = "\x9d\x75", [0x6eb9] = "\x9d\x76", - [0x6eba] = "\x9d\x77", [0x6ebb] = "\x9d\x78", [0x6ebc] = "\x9d\x79", - [0x6ebd] = "\x9d\x7a", [0x6ebe] = "\xd1\xfa", [0x6ebf] = "\x9d\x7b", - [0x6ec0] = "\x9d\x7c", [0x6ec1] = "\x9d\x7d", [0x6ec2] = "\x9d\x7e", - [0x6ec3] = "\x9d\x80", [0x6ec4] = "\x9d\x81", [0x6ec5] = "\x9d\x82", - [0x6ec6] = "\xe4\xeb", [0x6ec7] = "\xe4\xec", [0x6ec8] = "\x9d\x83", - [0x6ec9] = "\x9d\x84", [0x6eca] = "\x9d\x85", [0x6ecb] = "\xe4\xf2", - [0x6ecc] = "\x9d\x86", [0x6ecd] = "\xce\xab", [0x6ece] = "\x9d\x87", - [0x6ecf] = "\x9d\x88", [0x6ed0] = "\x9d\x89", [0x6ed1] = "\x9d\x8a", - [0x6ed2] = "\x9d\x8b", [0x6ed3] = "\x9d\x8c", [0x6ed4] = "\x9d\x8d", - [0x6ed5] = "\x9d\x8e", [0x6ed6] = "\x9d\x8f", [0x6ed7] = "\x9d\x90", - [0x6ed8] = "\xc5\xcb", [0x6ed9] = "\x9d\x91", [0x6eda] = "\x9d\x92", - [0x6edb] = "\x9d\x93", [0x6edc] = "\xc7\xb1", [0x6edd] = "\x9d\x94", - [0x6ede] = "\xc2\xba", [0x6edf] = "\x9d\x95", [0x6ee0] = "\x9d\x96", - [0x6ee1] = "\x9d\x97", [0x6ee2] = "\xe4\xea", [0x6ee3] = "\x9d\x98", - [0x6ee4] = "\x9d\x99", [0x6ee5] = "\x9d\x9a", [0x6ee6] = "\xc1\xca", - [0x6ee7] = "\x9d\x9b", [0x6ee8] = "\x9d\x9c", [0x6ee9] = "\x9d\x9d", - [0x6eea] = "\x9d\x9e", [0x6eeb] = "\x9d\x9f", [0x6eec] = "\x9d\xa0", - [0x6eed] = "\xcc\xb6", [0x6eee] = "\xb3\xb1", [0x6eef] = "\x9d\xa1", - [0x6ef0] = "\x9d\xa2", [0x6ef1] = "\x9d\xa3", [0x6ef2] = "\xe4\xfb", - [0x6ef3] = "\x9d\xa4", [0x6ef4] = "\xe4\xf3", [0x6ef5] = "\x9d\xa5", - [0x6ef6] = "\x9d\xa6", [0x6ef7] = "\x9d\xa7", [0x6ef8] = "\xe4\xfa", - [0x6ef9] = "\x9d\xa8", [0x6efa] = "\xe4\xfd", [0x6efb] = "\x9d\xa9", - [0x6efc] = "\xe4\xfc", [0x6efd] = "\x9d\xaa", [0x6efe] = "\x9d\xab", - [0x6eff] = "\x9d\xac", [0x6f00] = "\x9d\xad", [0x6f01] = "\x9d\xae", - [0x6f02] = "\x9d\xaf", [0x6f03] = "\x9d\xb0", [0x6f04] = "\xb3\xce", - [0x6f05] = "\x9d\xb1", [0x6f06] = "\x9d\xb2", [0x6f07] = "\x9d\xb3", - [0x6f08] = "\xb3\xba", [0x6f09] = "\xe4\xf7", [0x6f0a] = "\x9d\xb4", - [0x6f0b] = "\x9d\xb5", [0x6f0c] = "\xe4\xf9", [0x6f0d] = "\xe4\xf8", - [0x6f0e] = "\xc5\xec", [0x6f0f] = "\x9d\xb6", [0x6f10] = "\x9d\xb7", - [0x6f11] = "\x9d\xb8", [0x6f12] = "\x9d\xb9", [0x6f13] = "\x9d\xba", - [0x6f14] = "\x9d\xbb", [0x6f15] = "\x9d\xbc", [0x6f16] = "\x9d\xbd", - [0x6f17] = "\x9d\xbe", [0x6f18] = "\x9d\xbf", [0x6f19] = "\x9d\xc0", - [0x6f1a] = "\x9d\xc1", [0x6f1b] = "\x9d\xc2", [0x6f1c] = "\xc0\xbd", - [0x6f1d] = "\x9d\xc3", [0x6f1e] = "\x9d\xc4", [0x6f1f] = "\x9d\xc5", - [0x6f20] = "\x9d\xc6", [0x6f21] = "\xd4\xe8", [0x6f22] = "\x9d\xc7", - [0x6f23] = "\x9d\xc8", [0x6f24] = "\x9d\xc9", [0x6f25] = "\x9d\xca", - [0x6f26] = "\x9d\xcb", [0x6f27] = "\xe5\xa2", [0x6f28] = "\x9d\xcc", - [0x6f29] = "\x9d\xcd", [0x6f2a] = "\x9d\xce", [0x6f2b] = "\x9d\xcf", - [0x6f2c] = "\x9d\xd0", [0x6f2d] = "\x9d\xd1", [0x6f2e] = "\x9d\xd2", - [0x6f2f] = "\x9d\xd3", [0x6f30] = "\x9d\xd4", [0x6f31] = "\x9d\xd5", - [0x6f32] = "\x9d\xd6", [0x6f33] = "\xb0\xc4", [0x6f34] = "\x9d\xd7", - [0x6f35] = "\x9d\xd8", [0x6f36] = "\xe5\xa4", [0x6f37] = "\x9d\xd9", - [0x6f38] = "\x9d\xda", [0x6f39] = "\xe5\xa3", [0x6f3a] = "\x9d\xdb", - [0x6f3b] = "\x9d\xdc", [0x6f3c] = "\x9d\xdd", [0x6f3d] = "\x9d\xde", - [0x6f3e] = "\x9d\xdf", [0x6f3f] = "\x9d\xe0", [0x6f40] = "\xbc\xa4", - [0x6f41] = "\x9d\xe1", [0x6f42] = "\xe5\xa5", [0x6f43] = "\x9d\xe2", - [0x6f44] = "\x9d\xe3", [0x6f45] = "\x9d\xe4", [0x6f46] = "\x9d\xe5", - [0x6f47] = "\x9d\xe6", [0x6f48] = "\x9d\xe7", [0x6f49] = "\xe5\xa1", - [0x6f4a] = "\x9d\xe8", [0x6f4b] = "\x9d\xe9", [0x6f4c] = "\x9d\xea", - [0x6f4d] = "\x9d\xeb", [0x6f4e] = "\x9d\xec", [0x6f4f] = "\x9d\xed", - [0x6f50] = "\x9d\xee", [0x6f51] = "\xe4\xfe", [0x6f52] = "\xb1\xf4", - [0x6f53] = "\x9d\xef", [0x6f54] = "\x9d\xf0", [0x6f55] = "\x9d\xf1", - [0x6f56] = "\x9d\xf2", [0x6f57] = "\x9d\xf3", [0x6f58] = "\x9d\xf4", - [0x6f59] = "\x9d\xf5", [0x6f5a] = "\x9d\xf6", [0x6f5b] = "\x9d\xf7", - [0x6f5c] = "\x9d\xf8", [0x6f5d] = "\x9d\xf9", [0x6f5e] = "\xe5\xa8", - [0x6f5f] = "\x9d\xfa", [0x6f60] = "\xe5\xa9", [0x6f61] = "\xe5\xa6", - [0x6f62] = "\x9d\xfb", [0x6f63] = "\x9d\xfc", [0x6f64] = "\x9d\xfd", - [0x6f65] = "\x9d\xfe", [0x6f66] = "\x9e\x40", [0x6f67] = "\x9e\x41", - [0x6f68] = "\x9e\x42", [0x6f69] = "\x9e\x43", [0x6f6a] = "\x9e\x44", - [0x6f6b] = "\x9e\x45", [0x6f6c] = "\x9e\x46", [0x6f6d] = "\x9e\x47", - [0x6f6e] = "\xe5\xa7", [0x6f6f] = "\xe5\xaa", [0x6f70] = "\x9e\x48", - [0x6f71] = "\x9e\x49", [0x6f72] = "\x9e\x4a", [0x6f73] = "\x9e\x4b", - [0x6f74] = "\x9e\x4c", [0x6f75] = "\x9e\x4d", [0x6f76] = "\x9e\x4e", - [0x6f77] = "\x9e\x4f", [0x6f78] = "\x9e\x50", [0x6f79] = "\x9e\x51", - [0x6f7a] = "\x9e\x52", [0x6f7b] = "\x9e\x53", [0x6f7c] = "\x9e\x54", - [0x6f7d] = "\x9e\x55", [0x6f7e] = "\x9e\x56", [0x6f7f] = "\x9e\x57", - [0x6f80] = "\x9e\x58", [0x6f81] = "\x9e\x59", [0x6f82] = "\x9e\x5a", - [0x6f83] = "\x9e\x5b", [0x6f84] = "\x9e\x5c", [0x6f85] = "\x9e\x5d", - [0x6f86] = "\x9e\x5e", [0x6f87] = "\x9e\x5f", [0x6f88] = "\x9e\x60", - [0x6f89] = "\x9e\x61", [0x6f8a] = "\x9e\x62", [0x6f8b] = "\x9e\x63", - [0x6f8c] = "\x9e\x64", [0x6f8d] = "\x9e\x65", [0x6f8e] = "\x9e\x66", - [0x6f8f] = "\x9e\x67", [0x6f90] = "\x9e\x68", [0x6f91] = "\xc6\xd9", - [0x6f92] = "\x9e\x69", [0x6f93] = "\x9e\x6a", [0x6f94] = "\x9e\x6b", - [0x6f95] = "\x9e\x6c", [0x6f96] = "\x9e\x6d", [0x6f97] = "\x9e\x6e", - [0x6f98] = "\x9e\x6f", [0x6f99] = "\x9e\x70", [0x6f9a] = "\xe5\xab", - [0x6f9b] = "\xe5\xad", [0x6f9c] = "\x9e\x71", [0x6f9d] = "\x9e\x72", - [0x6f9e] = "\x9e\x73", [0x6f9f] = "\x9e\x74", [0x6fa0] = "\x9e\x75", - [0x6fa1] = "\x9e\x76", [0x6fa2] = "\x9e\x77", [0x6fa3] = "\xe5\xac", - [0x6fa4] = "\x9e\x78", [0x6fa5] = "\x9e\x79", [0x6fa6] = "\x9e\x7a", - [0x6fa7] = "\x9e\x7b", [0x6fa8] = "\x9e\x7c", [0x6fa9] = "\x9e\x7d", - [0x6faa] = "\x9e\x7e", [0x6fab] = "\x9e\x80", [0x6fac] = "\x9e\x81", - [0x6fad] = "\x9e\x82", [0x6fae] = "\x9e\x83", [0x6faf] = "\x9e\x84", - [0x6fb0] = "\x9e\x85", [0x6fb1] = "\x9e\x86", [0x6fb2] = "\x9e\x87", - [0x6fb3] = "\x9e\x88", [0x6fb4] = "\x9e\x89", [0x6fb5] = "\xe5\xaf", - [0x6fb6] = "\x9e\x8a", [0x6fb7] = "\x9e\x8b", [0x6fb8] = "\x9e\x8c", - [0x6fb9] = "\xe5\xae", [0x6fba] = "\x9e\x8d", [0x6fbb] = "\x9e\x8e", - [0x6fbc] = "\x9e\x8f", [0x6fbd] = "\x9e\x90", [0x6fbe] = "\x9e\x91", - [0x6fbf] = "\x9e\x92", [0x6fc0] = "\x9e\x93", [0x6fc1] = "\x9e\x94", - [0x6fc2] = "\x9e\x95", [0x6fc3] = "\x9e\x96", [0x6fc4] = "\x9e\x97", - [0x6fc5] = "\x9e\x98", [0x6fc6] = "\x9e\x99", [0x6fc7] = "\x9e\x9a", - [0x6fc8] = "\x9e\x9b", [0x6fc9] = "\x9e\x9c", [0x6fca] = "\x9e\x9d", - [0x6fcb] = "\x9e\x9e", [0x6fcc] = "\xb9\xe0", [0x6fcd] = "\x9e\x9f", - [0x6fce] = "\x9e\xa0", [0x6fcf] = "\xe5\xb0", [0x6fd0] = "\x9e\xa1", - [0x6fd1] = "\x9e\xa2", [0x6fd2] = "\x9e\xa3", [0x6fd3] = "\x9e\xa4", - [0x6fd4] = "\x9e\xa5", [0x6fd5] = "\x9e\xa6", [0x6fd6] = "\x9e\xa7", - [0x6fd7] = "\x9e\xa8", [0x6fd8] = "\x9e\xa9", [0x6fd9] = "\x9e\xaa", - [0x6fda] = "\x9e\xab", [0x6fdb] = "\x9e\xac", [0x6fdc] = "\x9e\xad", - [0x6fdd] = "\x9e\xae", [0x6fde] = "\xe5\xb1", [0x6fdf] = "\x9e\xaf", - [0x6fe0] = "\x9e\xb0", [0x6fe1] = "\x9e\xb1", [0x6fe2] = "\x9e\xb2", - [0x6fe3] = "\x9e\xb3", [0x6fe4] = "\x9e\xb4", [0x6fe5] = "\x9e\xb5", - [0x6fe6] = "\x9e\xb6", [0x6fe7] = "\x9e\xb7", [0x6fe8] = "\x9e\xb8", - [0x6fe9] = "\x9e\xb9", [0x6fea] = "\x9e\xba", [0x6feb] = "\xbb\xf0", - [0x6fec] = "\xec\xe1", [0x6fed] = "\xc3\xf0", [0x6fee] = "\x9e\xbb", - [0x6fef] = "\xb5\xc6", [0x6ff0] = "\xbb\xd2", [0x6ff1] = "\x9e\xbc", - [0x6ff2] = "\x9e\xbd", [0x6ff3] = "\x9e\xbe", [0x6ff4] = "\x9e\xbf", - [0x6ff5] = "\xc1\xe9", [0x6ff6] = "\xd4\xee", [0x6ff7] = "\x9e\xc0", - [0x6ff8] = "\xbe\xc4", [0x6ff9] = "\x9e\xc1", [0x6ffa] = "\x9e\xc2", - [0x6ffb] = "\x9e\xc3", [0x6ffc] = "\xd7\xc6", [0x6ffd] = "\x9e\xc4", - [0x6ffe] = "\xd4\xd6", [0x6fff] = "\xb2\xd3", [0x7000] = "\xec\xbe", - [0x7001] = "\x9e\xc5", [0x7002] = "\x9e\xc6", [0x7003] = "\x9e\xc7", - [0x7004] = "\x9e\xc8", [0x7005] = "\xea\xc1", [0x7006] = "\x9e\xc9", - [0x7007] = "\x9e\xca", [0x7008] = "\x9e\xcb", [0x7009] = "\xc2\xaf", - [0x700a] = "\xb4\xb6", [0x700b] = "\x9e\xcc", [0x700c] = "\x9e\xcd", - [0x700d] = "\x9e\xce", [0x700e] = "\xd1\xd7", [0x700f] = "\x9e\xcf", - [0x7010] = "\x9e\xd0", [0x7011] = "\x9e\xd1", [0x7012] = "\xb3\xb4", - [0x7013] = "\x9e\xd2", [0x7014] = "\xc8\xb2", [0x7015] = "\xbf\xbb", - [0x7016] = "\xec\xc0", [0x7017] = "\x9e\xd3", [0x7018] = "\x9e\xd4", - [0x7019] = "\xd6\xcb", [0x701a] = "\x9e\xd5", [0x701b] = "\x9e\xd6", - [0x701c] = "\xec\xbf", [0x701d] = "\xec\xc1", [0x701e] = "\x9e\xd7", - [0x701f] = "\x9e\xd8", [0x7020] = "\x9e\xd9", [0x7021] = "\x9e\xda", - [0x7022] = "\x9e\xdb", [0x7023] = "\x9e\xdc", [0x7024] = "\x9e\xdd", - [0x7025] = "\x9e\xde", [0x7026] = "\x9e\xdf", [0x7027] = "\x9e\xe0", - [0x7028] = "\x9e\xe1", [0x7029] = "\x9e\xe2", [0x702a] = "\x9e\xe3", - [0x702b] = "\xec\xc5", [0x702c] = "\xbe\xe6", [0x702d] = "\xcc\xbf", - [0x702e] = "\xc5\xda", [0x702f] = "\xbe\xbc", [0x7030] = "\x9e\xe4", - [0x7031] = "\xec\xc6", [0x7032] = "\x9e\xe5", [0x7033] = "\xb1\xfe", - [0x7034] = "\x9e\xe6", [0x7035] = "\x9e\xe7", [0x7036] = "\x9e\xe8", - [0x7037] = "\xec\xc4", [0x7038] = "\xd5\xa8", [0x7039] = "\xb5\xe3", - [0x703a] = "\x9e\xe9", [0x703b] = "\xec\xc2", [0x703c] = "\xc1\xb6", - [0x703d] = "\xb3\xe3", [0x703e] = "\x9e\xea", [0x703f] = "\x9e\xeb", - [0x7040] = "\xec\xc3", [0x7041] = "\xcb\xb8", [0x7042] = "\xc0\xc3", - [0x7043] = "\xcc\xfe", [0x7044] = "\x9e\xec", [0x7045] = "\x9e\xed", - [0x7046] = "\x9e\xee", [0x7047] = "\x9e\xef", [0x7048] = "\xc1\xd2", - [0x7049] = "\x9e\xf0", [0x704a] = "\xec\xc8", [0x704b] = "\x9e\xf1", - [0x704c] = "\x9e\xf2", [0x704d] = "\x9e\xf3", [0x704e] = "\x9e\xf4", - [0x704f] = "\x9e\xf5", [0x7050] = "\x9e\xf6", [0x7051] = "\x9e\xf7", - [0x7052] = "\x9e\xf8", [0x7053] = "\x9e\xf9", [0x7054] = "\x9e\xfa", - [0x7055] = "\x9e\xfb", [0x7056] = "\x9e\xfc", [0x7057] = "\x9e\xfd", - [0x7058] = "\xba\xe6", [0x7059] = "\xc0\xd3", [0x705a] = "\x9e\xfe", - [0x705b] = "\xd6\xf2", [0x705c] = "\x9f\x40", [0x705d] = "\x9f\x41", - [0x705e] = "\x9f\x42", [0x705f] = "\xd1\xcc", [0x7060] = "\x9f\x43", - [0x7061] = "\x9f\x44", [0x7062] = "\x9f\x45", [0x7063] = "\x9f\x46", - [0x7064] = "\xbf\xbe", [0x7065] = "\x9f\x47", [0x7066] = "\xb7\xb3", - [0x7067] = "\xc9\xd5", [0x7068] = "\xec\xc7", [0x7069] = "\xbb\xe2", - [0x706a] = "\x9f\x48", [0x706b] = "\xcc\xcc", [0x706c] = "\xbd\xfd", - [0x706d] = "\xc8\xc8", [0x706e] = "\x9f\x49", [0x706f] = "\xcf\xa9", - [0x7070] = "\x9f\x4a", [0x7071] = "\x9f\x4b", [0x7072] = "\x9f\x4c", - [0x7073] = "\x9f\x4d", [0x7074] = "\x9f\x4e", [0x7075] = "\x9f\x4f", - [0x7076] = "\x9f\x50", [0x7077] = "\xcd\xe9", [0x7078] = "\x9f\x51", - [0x7079] = "\xc5\xeb", [0x707a] = "\x9f\x52", [0x707b] = "\x9f\x53", - [0x707c] = "\x9f\x54", [0x707d] = "\xb7\xe9", [0x707e] = "\x9f\x55", - [0x707f] = "\x9f\x56", [0x7080] = "\x9f\x57", [0x7081] = "\x9f\x58", - [0x7082] = "\x9f\x59", [0x7083] = "\x9f\x5a", [0x7084] = "\x9f\x5b", - [0x7085] = "\x9f\x5c", [0x7086] = "\x9f\x5d", [0x7087] = "\x9f\x5e", - [0x7088] = "\x9f\x5f", [0x7089] = "\xd1\xc9", [0x708a] = "\xba\xb8", - [0x708b] = "\x9f\x60", [0x708c] = "\x9f\x61", [0x708d] = "\x9f\x62", - [0x708e] = "\x9f\x63", [0x708f] = "\x9f\x64", [0x7090] = "\xec\xc9", - [0x7091] = "\x9f\x65", [0x7092] = "\x9f\x66", [0x7093] = "\xec\xca", - [0x7094] = "\x9f\x67", [0x7095] = "\xbb\xc0", [0x7096] = "\xec\xcb", - [0x7097] = "\x9f\x68", [0x7098] = "\xec\xe2", [0x7099] = "\xb1\xba", - [0x709a] = "\xb7\xd9", [0x709b] = "\x9f\x69", [0x709c] = "\x9f\x6a", - [0x709d] = "\x9f\x6b", [0x709e] = "\x9f\x6c", [0x709f] = "\x9f\x6d", - [0x70a0] = "\x9f\x6e", [0x70a1] = "\x9f\x6f", [0x70a2] = "\x9f\x70", - [0x70a3] = "\x9f\x71", [0x70a4] = "\x9f\x72", [0x70a5] = "\x9f\x73", - [0x70a6] = "\xbd\xb9", [0x70a7] = "\x9f\x74", [0x70a8] = "\x9f\x75", - [0x70a9] = "\x9f\x76", [0x70aa] = "\x9f\x77", [0x70ab] = "\x9f\x78", - [0x70ac] = "\x9f\x79", [0x70ad] = "\x9f\x7a", [0x70ae] = "\x9f\x7b", - [0x70af] = "\xec\xcc", [0x70b0] = "\xd1\xe6", [0x70b1] = "\xec\xcd", - [0x70b2] = "\x9f\x7c", [0x70b3] = "\x9f\x7d", [0x70b4] = "\x9f\x7e", - [0x70b5] = "\x9f\x80", [0x70b6] = "\xc8\xbb", [0x70b7] = "\x9f\x81", - [0x70b8] = "\x9f\x82", [0x70b9] = "\x9f\x83", [0x70ba] = "\x9f\x84", - [0x70bb] = "\x9f\x85", [0x70bc] = "\x9f\x86", [0x70bd] = "\x9f\x87", - [0x70be] = "\x9f\x88", [0x70bf] = "\x9f\x89", [0x70c0] = "\x9f\x8a", - [0x70c1] = "\x9f\x8b", [0x70c2] = "\x9f\x8c", [0x70c3] = "\x9f\x8d", - [0x70c4] = "\x9f\x8e", [0x70c5] = "\xec\xd1", [0x70c6] = "\x9f\x8f", - [0x70c7] = "\x9f\x90", [0x70c8] = "\x9f\x91", [0x70c9] = "\x9f\x92", - [0x70ca] = "\xec\xd3", [0x70cb] = "\x9f\x93", [0x70cc] = "\xbb\xcd", - [0x70cd] = "\x9f\x94", [0x70ce] = "\xbc\xe5", [0x70cf] = "\x9f\x95", - [0x70d0] = "\x9f\x96", [0x70d1] = "\x9f\x97", [0x70d2] = "\x9f\x98", - [0x70d3] = "\x9f\x99", [0x70d4] = "\x9f\x9a", [0x70d5] = "\x9f\x9b", - [0x70d6] = "\x9f\x9c", [0x70d7] = "\x9f\x9d", [0x70d8] = "\x9f\x9e", - [0x70d9] = "\x9f\x9f", [0x70da] = "\x9f\xa0", [0x70db] = "\x9f\xa1", - [0x70dc] = "\xec\xcf", [0x70dd] = "\x9f\xa2", [0x70de] = "\xc9\xb7", - [0x70df] = "\x9f\xa3", [0x70e0] = "\x9f\xa4", [0x70e1] = "\x9f\xa5", - [0x70e2] = "\x9f\xa6", [0x70e3] = "\x9f\xa7", [0x70e4] = "\xc3\xba", - [0x70e5] = "\x9f\xa8", [0x70e6] = "\xec\xe3", [0x70e7] = "\xd5\xd5", - [0x70e8] = "\xec\xd0", [0x70e9] = "\x9f\xa9", [0x70ea] = "\x9f\xaa", - [0x70eb] = "\x9f\xab", [0x70ec] = "\x9f\xac", [0x70ed] = "\x9f\xad", - [0x70ee] = "\xd6\xf3", [0x70ef] = "\x9f\xae", [0x70f0] = "\x9f\xaf", - [0x70f1] = "\x9f\xb0", [0x70f2] = "\xec\xd2", [0x70f3] = "\xec\xce", - [0x70f4] = "\x9f\xb1", [0x70f5] = "\x9f\xb2", [0x70f6] = "\x9f\xb3", - [0x70f7] = "\x9f\xb4", [0x70f8] = "\xec\xd4", [0x70f9] = "\x9f\xb5", - [0x70fa] = "\xec\xd5", [0x70fb] = "\x9f\xb6", [0x70fc] = "\x9f\xb7", - [0x70fd] = "\xc9\xbf", [0x70fe] = "\x9f\xb8", [0x70ff] = "\x9f\xb9", - [0x7100] = "\x9f\xba", [0x7101] = "\x9f\xbb", [0x7102] = "\x9f\xbc", - [0x7103] = "\x9f\xbd", [0x7104] = "\xcf\xa8", [0x7105] = "\x9f\xbe", - [0x7106] = "\x9f\xbf", [0x7107] = "\x9f\xc0", [0x7108] = "\x9f\xc1", - [0x7109] = "\x9f\xc2", [0x710a] = "\xd0\xdc", [0x710b] = "\x9f\xc3", - [0x710c] = "\x9f\xc4", [0x710d] = "\x9f\xc5", [0x710e] = "\x9f\xc6", - [0x710f] = "\xd1\xac", [0x7110] = "\x9f\xc7", [0x7111] = "\x9f\xc8", - [0x7112] = "\x9f\xc9", [0x7113] = "\x9f\xca", [0x7114] = "\xc8\xdb", - [0x7115] = "\x9f\xcb", [0x7116] = "\x9f\xcc", [0x7117] = "\x9f\xcd", - [0x7118] = "\xec\xd6", [0x7119] = "\xce\xf5", [0x711a] = "\x9f\xce", - [0x711b] = "\x9f\xcf", [0x711c] = "\x9f\xd0", [0x711d] = "\x9f\xd1", - [0x711e] = "\x9f\xd2", [0x711f] = "\xca\xec", [0x7120] = "\xec\xda", - [0x7121] = "\x9f\xd3", [0x7122] = "\x9f\xd4", [0x7123] = "\x9f\xd5", - [0x7124] = "\x9f\xd6", [0x7125] = "\x9f\xd7", [0x7126] = "\x9f\xd8", - [0x7127] = "\x9f\xd9", [0x7128] = "\xec\xd9", [0x7129] = "\x9f\xda", - [0x712a] = "\x9f\xdb", [0x712b] = "\x9f\xdc", [0x712c] = "\xb0\xbe", - [0x712d] = "\x9f\xdd", [0x712e] = "\x9f\xde", [0x712f] = "\x9f\xdf", - [0x7130] = "\x9f\xe0", [0x7131] = "\x9f\xe1", [0x7132] = "\x9f\xe2", - [0x7133] = "\xec\xd7", [0x7134] = "\x9f\xe3", [0x7135] = "\xec\xd8", - [0x7136] = "\x9f\xe4", [0x7137] = "\x9f\xe5", [0x7138] = "\x9f\xe6", - [0x7139] = "\xec\xe4", [0x713a] = "\x9f\xe7", [0x713b] = "\x9f\xe8", - [0x713c] = "\x9f\xe9", [0x713d] = "\x9f\xea", [0x713e] = "\x9f\xeb", - [0x713f] = "\x9f\xec", [0x7140] = "\x9f\xed", [0x7141] = "\x9f\xee", - [0x7142] = "\x9f\xef", [0x7143] = "\xc8\xbc", [0x7144] = "\x9f\xf0", - [0x7145] = "\x9f\xf1", [0x7146] = "\x9f\xf2", [0x7147] = "\x9f\xf3", - [0x7148] = "\x9f\xf4", [0x7149] = "\x9f\xf5", [0x714a] = "\x9f\xf6", - [0x714b] = "\x9f\xf7", [0x714c] = "\x9f\xf8", [0x714d] = "\x9f\xf9", - [0x714e] = "\xc1\xc7", [0x714f] = "\x9f\xfa", [0x7150] = "\x9f\xfb", - [0x7151] = "\x9f\xfc", [0x7152] = "\x9f\xfd", [0x7153] = "\x9f\xfe", - [0x7154] = "\xec\xdc", [0x7155] = "\xd1\xe0", [0x7156] = "\xa0\x40", - [0x7157] = "\xa0\x41", [0x7158] = "\xa0\x42", [0x7159] = "\xa0\x43", - [0x715a] = "\xa0\x44", [0x715b] = "\xa0\x45", [0x715c] = "\xa0\x46", - [0x715d] = "\xa0\x47", [0x715e] = "\xa0\x48", [0x715f] = "\xa0\x49", - [0x7160] = "\xec\xdb", [0x7161] = "\xa0\x4a", [0x7162] = "\xa0\x4b", - [0x7163] = "\xa0\x4c", [0x7164] = "\xa0\x4d", [0x7165] = "\xd4\xef", - [0x7166] = "\xa0\x4e", [0x7167] = "\xec\xdd", [0x7168] = "\xa0\x4f", - [0x7169] = "\xa0\x50", [0x716a] = "\xa0\x51", [0x716b] = "\xa0\x52", - [0x716c] = "\xa0\x53", [0x716d] = "\xa0\x54", [0x716e] = "\xdb\xc6", - [0x716f] = "\xa0\x55", [0x7170] = "\xa0\x56", [0x7171] = "\xa0\x57", - [0x7172] = "\xa0\x58", [0x7173] = "\xa0\x59", [0x7174] = "\xa0\x5a", - [0x7175] = "\xa0\x5b", [0x7176] = "\xa0\x5c", [0x7177] = "\xa0\x5d", - [0x7178] = "\xa0\x5e", [0x7179] = "\xec\xde", [0x717a] = "\xa0\x5f", - [0x717b] = "\xa0\x60", [0x717c] = "\xa0\x61", [0x717d] = "\xa0\x62", - [0x717e] = "\xa0\x63", [0x717f] = "\xa0\x64", [0x7180] = "\xa0\x65", - [0x7181] = "\xa0\x66", [0x7182] = "\xa0\x67", [0x7183] = "\xa0\x68", - [0x7184] = "\xa0\x69", [0x7185] = "\xa0\x6a", [0x7186] = "\xb1\xac", - [0x7187] = "\xa0\x6b", [0x7188] = "\xa0\x6c", [0x7189] = "\xa0\x6d", - [0x718a] = "\xa0\x6e", [0x718b] = "\xa0\x6f", [0x718c] = "\xa0\x70", - [0x718d] = "\xa0\x71", [0x718e] = "\xa0\x72", [0x718f] = "\xa0\x73", - [0x7190] = "\xa0\x74", [0x7191] = "\xa0\x75", [0x7192] = "\xa0\x76", - [0x7193] = "\xa0\x77", [0x7194] = "\xa0\x78", [0x7195] = "\xa0\x79", - [0x7196] = "\xa0\x7a", [0x7197] = "\xa0\x7b", [0x7198] = "\xa0\x7c", - [0x7199] = "\xa0\x7d", [0x719a] = "\xa0\x7e", [0x719b] = "\xa0\x80", - [0x719c] = "\xa0\x81", [0x719d] = "\xec\xdf", [0x719e] = "\xa0\x82", - [0x719f] = "\xa0\x83", [0x71a0] = "\xa0\x84", [0x71a1] = "\xa0\x85", - [0x71a2] = "\xa0\x86", [0x71a3] = "\xa0\x87", [0x71a4] = "\xa0\x88", - [0x71a5] = "\xa0\x89", [0x71a6] = "\xa0\x8a", [0x71a7] = "\xa0\x8b", - [0x71a8] = "\xec\xe0", [0x71a9] = "\xa0\x8c", [0x71aa] = "\xd7\xa6", - [0x71ab] = "\xa0\x8d", [0x71ac] = "\xc5\xc0", [0x71ad] = "\xa0\x8e", - [0x71ae] = "\xa0\x8f", [0x71af] = "\xa0\x90", [0x71b0] = "\xeb\xbc", - [0x71b1] = "\xb0\xae", [0x71b2] = "\xa0\x91", [0x71b3] = "\xa0\x92", - [0x71b4] = "\xa0\x93", [0x71b5] = "\xbe\xf4", [0x71b6] = "\xb8\xb8", - [0x71b7] = "\xd2\xaf", [0x71b8] = "\xb0\xd6", [0x71b9] = "\xb5\xf9", - [0x71ba] = "\xa0\x94", [0x71bb] = "\xd8\xb3", [0x71bc] = "\xa0\x95", - [0x71bd] = "\xcb\xac", [0x71be] = "\xa0\x96", [0x71bf] = "\xe3\xdd", - [0x71c0] = "\xa0\x97", [0x71c1] = "\xa0\x98", [0x71c2] = "\xa0\x99", - [0x71c3] = "\xa0\x9a", [0x71c4] = "\xa0\x9b", [0x71c5] = "\xa0\x9c", - [0x71c6] = "\xa0\x9d", [0x71c7] = "\xc6\xac", [0x71c8] = "\xb0\xe6", - [0x71c9] = "\xa0\x9e", [0x71ca] = "\xa0\x9f", [0x71cb] = "\xa0\xa0", - [0x71cc] = "\xc5\xc6", [0x71cd] = "\xeb\xb9", [0x71ce] = "\xa0\xa1", - [0x71cf] = "\xa0\xa2", [0x71d0] = "\xa0\xa3", [0x71d1] = "\xa0\xa4", - [0x71d2] = "\xeb\xba", [0x71d3] = "\xa0\xa5", [0x71d4] = "\xa0\xa6", - [0x71d5] = "\xa0\xa7", [0x71d6] = "\xeb\xbb", [0x71d7] = "\xa0\xa8", - [0x71d8] = "\xa0\xa9", [0x71d9] = "\xd1\xc0", [0x71da] = "\xa0\xaa", - [0x71db] = "\xc5\xa3", [0x71dc] = "\xa0\xab", [0x71dd] = "\xea\xf2", - [0x71de] = "\xa0\xac", [0x71df] = "\xc4\xb2", [0x71e0] = "\xa0\xad", - [0x71e1] = "\xc4\xb5", [0x71e2] = "\xc0\xce", [0x71e3] = "\xa0\xae", - [0x71e4] = "\xa0\xaf", [0x71e5] = "\xa0\xb0", [0x71e6] = "\xea\xf3", - [0x71e7] = "\xc4\xc1", [0x71e8] = "\xa0\xb1", [0x71e9] = "\xce\xef", - [0x71ea] = "\xa0\xb2", [0x71eb] = "\xa0\xb3", [0x71ec] = "\xa0\xb4", - [0x71ed] = "\xa0\xb5", [0x71ee] = "\xea\xf0", [0x71ef] = "\xea\xf4", - [0x71f0] = "\xa0\xb6", [0x71f1] = "\xa0\xb7", [0x71f2] = "\xc9\xfc", - [0x71f3] = "\xa0\xb8", [0x71f4] = "\xa0\xb9", [0x71f5] = "\xc7\xa3", - [0x71f6] = "\xa0\xba", [0x71f7] = "\xa0\xbb", [0x71f8] = "\xa0\xbc", - [0x71f9] = "\xcc\xd8", [0x71fa] = "\xce\xfe", [0x71fb] = "\xa0\xbd", - [0x71fc] = "\xa0\xbe", [0x71fd] = "\xa0\xbf", [0x71fe] = "\xea\xf5", - [0x71ff] = "\xea\xf6", [0x7200] = "\xcf\xac", [0x7201] = "\xc0\xe7", - [0x7202] = "\xa0\xc0", [0x7203] = "\xa0\xc1", [0x7204] = "\xea\xf7", - [0x7205] = "\xa0\xc2", [0x7206] = "\xa0\xc3", [0x7207] = "\xa0\xc4", - [0x7208] = "\xa0\xc5", [0x7209] = "\xa0\xc6", [0x720a] = "\xb6\xbf", - [0x720b] = "\xea\xf8", [0x720c] = "\xa0\xc7", [0x720d] = "\xea\xf9", - [0x720e] = "\xa0\xc8", [0x720f] = "\xea\xfa", [0x7210] = "\xa0\xc9", - [0x7211] = "\xa0\xca", [0x7212] = "\xea\xfb", [0x7213] = "\xa0\xcb", - [0x7214] = "\xa0\xcc", [0x7215] = "\xa0\xcd", [0x7216] = "\xa0\xce", - [0x7217] = "\xa0\xcf", [0x7218] = "\xa0\xd0", [0x7219] = "\xa0\xd1", - [0x721a] = "\xa0\xd2", [0x721b] = "\xa0\xd3", [0x721c] = "\xa0\xd4", - [0x721d] = "\xa0\xd5", [0x721e] = "\xa0\xd6", [0x721f] = "\xea\xf1", - [0x7220] = "\xa0\xd7", [0x7221] = "\xa0\xd8", [0x7222] = "\xa0\xd9", - [0x7223] = "\xa0\xda", [0x7224] = "\xa0\xdb", [0x7225] = "\xa0\xdc", - [0x7226] = "\xa0\xdd", [0x7227] = "\xa0\xde", [0x7228] = "\xa0\xdf", - [0x7229] = "\xa0\xe0", [0x722a] = "\xa0\xe1", [0x722b] = "\xa0\xe2", - [0x722c] = "\xc8\xae", [0x722d] = "\xe1\xeb", [0x722e] = "\xa0\xe3", - [0x722f] = "\xb7\xb8", [0x7230] = "\xe1\xec", [0x7231] = "\xa0\xe4", - [0x7232] = "\xa0\xe5", [0x7233] = "\xa0\xe6", [0x7234] = "\xe1\xed", - [0x7235] = "\xa0\xe7", [0x7236] = "\xd7\xb4", [0x7237] = "\xe1\xee", - [0x7238] = "\xe1\xef", [0x7239] = "\xd3\xcc", [0x723a] = "\xa0\xe8", - [0x723b] = "\xa0\xe9", [0x723c] = "\xa0\xea", [0x723d] = "\xa0\xeb", - [0x723e] = "\xa0\xec", [0x723f] = "\xa0\xed", [0x7240] = "\xa0\xee", - [0x7241] = "\xe1\xf1", [0x7242] = "\xbf\xf1", [0x7243] = "\xe1\xf0", - [0x7244] = "\xb5\xd2", [0x7245] = "\xa0\xef", [0x7246] = "\xa0\xf0", - [0x7247] = "\xa0\xf1", [0x7248] = "\xb1\xb7", [0x7249] = "\xa0\xf2", - [0x724a] = "\xa0\xf3", [0x724b] = "\xa0\xf4", [0x724c] = "\xa0\xf5", - [0x724d] = "\xe1\xf3", [0x724e] = "\xe1\xf2", [0x724f] = "\xa0\xf6", - [0x7250] = "\xba\xfc", [0x7251] = "\xa0\xf7", [0x7252] = "\xe1\xf4", - [0x7253] = "\xa0\xf8", [0x7254] = "\xa0\xf9", [0x7255] = "\xa0\xfa", - [0x7256] = "\xa0\xfb", [0x7257] = "\xb9\xb7", [0x7258] = "\xa0\xfc", - [0x7259] = "\xbe\xd1", [0x725a] = "\xa0\xfd", [0x725b] = "\xa0\xfe", - [0x725c] = "\xaa\x40", [0x725d] = "\xaa\x41", [0x725e] = "\xc4\xfc", - [0x725f] = "\xaa\x42", [0x7260] = "\xba\xdd", [0x7261] = "\xbd\xc6", - [0x7262] = "\xaa\x43", [0x7263] = "\xaa\x44", [0x7264] = "\xaa\x45", - [0x7265] = "\xaa\x46", [0x7266] = "\xaa\x47", [0x7267] = "\xaa\x48", - [0x7268] = "\xe1\xf5", [0x7269] = "\xe1\xf7", [0x726a] = "\xaa\x49", - [0x726b] = "\xaa\x4a", [0x726c] = "\xb6\xc0", [0x726d] = "\xcf\xc1", - [0x726e] = "\xca\xa8", [0x726f] = "\xe1\xf6", [0x7270] = "\xd5\xf8", - [0x7271] = "\xd3\xfc", [0x7272] = "\xe1\xf8", [0x7273] = "\xe1\xfc", - [0x7274] = "\xe1\xf9", [0x7275] = "\xaa\x4b", [0x7276] = "\xaa\x4c", - [0x7277] = "\xe1\xfa", [0x7278] = "\xc0\xea", [0x7279] = "\xaa\x4d", - [0x727a] = "\xe1\xfe", [0x727b] = "\xe2\xa1", [0x727c] = "\xc0\xc7", - [0x727d] = "\xaa\x4e", [0x727e] = "\xaa\x4f", [0x727f] = "\xaa\x50", - [0x7280] = "\xaa\x51", [0x7281] = "\xe1\xfb", [0x7282] = "\xaa\x52", - [0x7283] = "\xe1\xfd", [0x7284] = "\xaa\x53", [0x7285] = "\xaa\x54", - [0x7286] = "\xaa\x55", [0x7287] = "\xaa\x56", [0x7288] = "\xaa\x57", - [0x7289] = "\xaa\x58", [0x728a] = "\xe2\xa5", [0x728b] = "\xaa\x59", - [0x728c] = "\xaa\x5a", [0x728d] = "\xaa\x5b", [0x728e] = "\xc1\xd4", - [0x728f] = "\xaa\x5c", [0x7290] = "\xaa\x5d", [0x7291] = "\xaa\x5e", - [0x7292] = "\xaa\x5f", [0x7293] = "\xe2\xa3", [0x7294] = "\xaa\x60", - [0x7295] = "\xe2\xa8", [0x7296] = "\xb2\xfe", [0x7297] = "\xe2\xa2", - [0x7298] = "\xaa\x61", [0x7299] = "\xaa\x62", [0x729a] = "\xaa\x63", - [0x729b] = "\xc3\xcd", [0x729c] = "\xb2\xc2", [0x729d] = "\xe2\xa7", - [0x729e] = "\xe2\xa6", [0x729f] = "\xaa\x64", [0x72a0] = "\xaa\x65", - [0x72a1] = "\xe2\xa4", [0x72a2] = "\xe2\xa9", [0x72a3] = "\xaa\x66", - [0x72a4] = "\xaa\x67", [0x72a5] = "\xe2\xab", [0x72a6] = "\xaa\x68", - [0x72a7] = "\xaa\x69", [0x72a8] = "\xaa\x6a", [0x72a9] = "\xd0\xc9", - [0x72aa] = "\xd6\xed", [0x72ab] = "\xc3\xa8", [0x72ac] = "\xe2\xac", - [0x72ad] = "\xaa\x6b", [0x72ae] = "\xcf\xd7", [0x72af] = "\xaa\x6c", - [0x72b0] = "\xaa\x6d", [0x72b1] = "\xe2\xae", [0x72b2] = "\xaa\x6e", - [0x72b3] = "\xaa\x6f", [0x72b4] = "\xba\xef", [0x72b5] = "\xaa\x70", - [0x72b6] = "\xaa\x71", [0x72b7] = "\xe9\xe0", [0x72b8] = "\xe2\xad", - [0x72b9] = "\xe2\xaa", [0x72ba] = "\xaa\x72", [0x72bb] = "\xaa\x73", - [0x72bc] = "\xaa\x74", [0x72bd] = "\xaa\x75", [0x72be] = "\xbb\xab", - [0x72bf] = "\xd4\xb3", [0x72c0] = "\xaa\x76", [0x72c1] = "\xaa\x77", - [0x72c2] = "\xaa\x78", [0x72c3] = "\xaa\x79", [0x72c4] = "\xaa\x7a", - [0x72c5] = "\xaa\x7b", [0x72c6] = "\xaa\x7c", [0x72c7] = "\xaa\x7d", - [0x72c8] = "\xaa\x7e", [0x72c9] = "\xaa\x80", [0x72ca] = "\xaa\x81", - [0x72cb] = "\xaa\x82", [0x72cc] = "\xaa\x83", [0x72cd] = "\xe2\xb0", - [0x72ce] = "\xaa\x84", [0x72cf] = "\xaa\x85", [0x72d0] = "\xe2\xaf", - [0x72d1] = "\xaa\x86", [0x72d2] = "\xe9\xe1", [0x72d3] = "\xaa\x87", - [0x72d4] = "\xaa\x88", [0x72d5] = "\xaa\x89", [0x72d6] = "\xaa\x8a", - [0x72d7] = "\xe2\xb1", [0x72d8] = "\xaa\x8b", [0x72d9] = "\xaa\x8c", - [0x72da] = "\xaa\x8d", [0x72db] = "\xaa\x8e", [0x72dc] = "\xaa\x8f", - [0x72dd] = "\xaa\x90", [0x72de] = "\xaa\x91", [0x72df] = "\xaa\x92", - [0x72e0] = "\xe2\xb2", [0x72e1] = "\xaa\x93", [0x72e2] = "\xaa\x94", - [0x72e3] = "\xaa\x95", [0x72e4] = "\xaa\x96", [0x72e5] = "\xaa\x97", - [0x72e6] = "\xaa\x98", [0x72e7] = "\xaa\x99", [0x72e8] = "\xaa\x9a", - [0x72e9] = "\xaa\x9b", [0x72ea] = "\xaa\x9c", [0x72eb] = "\xaa\x9d", - [0x72ec] = "\xe2\xb3", [0x72ed] = "\xcc\xa1", [0x72ee] = "\xaa\x9e", - [0x72ef] = "\xe2\xb4", [0x72f0] = "\xaa\x9f", [0x72f1] = "\xaa\xa0", - [0x72f2] = "\xab\x40", [0x72f3] = "\xab\x41", [0x72f4] = "\xab\x42", - [0x72f5] = "\xab\x43", [0x72f6] = "\xab\x44", [0x72f7] = "\xab\x45", - [0x72f8] = "\xab\x46", [0x72f9] = "\xab\x47", [0x72fa] = "\xab\x48", - [0x72fb] = "\xab\x49", [0x72fc] = "\xab\x4a", [0x72fd] = "\xab\x4b", - [0x72fe] = "\xe2\xb5", [0x72ff] = "\xab\x4c", [0x7300] = "\xab\x4d", - [0x7301] = "\xab\x4e", [0x7302] = "\xab\x4f", [0x7303] = "\xab\x50", - [0x7304] = "\xd0\xfe", [0x7305] = "\xab\x51", [0x7306] = "\xab\x52", - [0x7307] = "\xc2\xca", [0x7308] = "\xab\x53", [0x7309] = "\xd3\xf1", - [0x730a] = "\xab\x54", [0x730b] = "\xcd\xf5", [0x730c] = "\xab\x55", - [0x730d] = "\xab\x56", [0x730e] = "\xe7\xe0", [0x730f] = "\xab\x57", - [0x7310] = "\xab\x58", [0x7311] = "\xe7\xe1", [0x7312] = "\xab\x59", - [0x7313] = "\xab\x5a", [0x7314] = "\xab\x5b", [0x7315] = "\xab\x5c", - [0x7316] = "\xbe\xc1", [0x7317] = "\xab\x5d", [0x7318] = "\xab\x5e", - [0x7319] = "\xab\x5f", [0x731a] = "\xab\x60", [0x731b] = "\xc2\xea", - [0x731c] = "\xab\x61", [0x731d] = "\xab\x62", [0x731e] = "\xab\x63", - [0x731f] = "\xe7\xe4", [0x7320] = "\xab\x64", [0x7321] = "\xab\x65", - [0x7322] = "\xe7\xe3", [0x7323] = "\xab\x66", [0x7324] = "\xab\x67", - [0x7325] = "\xab\x68", [0x7326] = "\xab\x69", [0x7327] = "\xab\x6a", - [0x7328] = "\xab\x6b", [0x7329] = "\xcd\xe6", [0x732a] = "\xab\x6c", - [0x732b] = "\xc3\xb5", [0x732c] = "\xab\x6d", [0x732d] = "\xab\x6e", - [0x732e] = "\xe7\xe2", [0x732f] = "\xbb\xb7", [0x7330] = "\xcf\xd6", - [0x7331] = "\xab\x6f", [0x7332] = "\xc1\xe1", [0x7333] = "\xe7\xe9", - [0x7334] = "\xab\x70", [0x7335] = "\xab\x71", [0x7336] = "\xab\x72", - [0x7337] = "\xe7\xe8", [0x7338] = "\xab\x73", [0x7339] = "\xab\x74", - [0x733a] = "\xe7\xf4", [0x733b] = "\xb2\xa3", [0x733c] = "\xab\x75", - [0x733d] = "\xab\x76", [0x733e] = "\xab\x77", [0x733f] = "\xab\x78", - [0x7340] = "\xe7\xea", [0x7341] = "\xab\x79", [0x7342] = "\xe7\xe6", - [0x7343] = "\xab\x7a", [0x7344] = "\xab\x7b", [0x7345] = "\xab\x7c", - [0x7346] = "\xab\x7d", [0x7347] = "\xab\x7e", [0x7348] = "\xe7\xec", - [0x7349] = "\xe7\xeb", [0x734a] = "\xc9\xba", [0x734b] = "\xab\x80", - [0x734c] = "\xab\x81", [0x734d] = "\xd5\xe4", [0x734e] = "\xab\x82", - [0x734f] = "\xe7\xe5", [0x7350] = "\xb7\xa9", [0x7351] = "\xe7\xe7", - [0x7352] = "\xab\x83", [0x7353] = "\xab\x84", [0x7354] = "\xab\x85", - [0x7355] = "\xab\x86", [0x7356] = "\xab\x87", [0x7357] = "\xab\x88", - [0x7358] = "\xab\x89", [0x7359] = "\xe7\xee", [0x735a] = "\xab\x8a", - [0x735b] = "\xab\x8b", [0x735c] = "\xab\x8c", [0x735d] = "\xab\x8d", - [0x735e] = "\xe7\xf3", [0x735f] = "\xab\x8e", [0x7360] = "\xd6\xe9", - [0x7361] = "\xab\x8f", [0x7362] = "\xab\x90", [0x7363] = "\xab\x91", - [0x7364] = "\xab\x92", [0x7365] = "\xe7\xed", [0x7366] = "\xab\x93", - [0x7367] = "\xe7\xf2", [0x7368] = "\xab\x94", [0x7369] = "\xe7\xf1", - [0x736a] = "\xab\x95", [0x736b] = "\xab\x96", [0x736c] = "\xab\x97", - [0x736d] = "\xb0\xe0", [0x736e] = "\xab\x98", [0x736f] = "\xab\x99", - [0x7370] = "\xab\x9a", [0x7371] = "\xab\x9b", [0x7372] = "\xe7\xf5", - [0x7373] = "\xab\x9c", [0x7374] = "\xab\x9d", [0x7375] = "\xab\x9e", - [0x7376] = "\xab\x9f", [0x7377] = "\xab\xa0", [0x7378] = "\xac\x40", - [0x7379] = "\xac\x41", [0x737a] = "\xac\x42", [0x737b] = "\xac\x43", - [0x737c] = "\xac\x44", [0x737d] = "\xac\x45", [0x737e] = "\xac\x46", - [0x737f] = "\xac\x47", [0x7380] = "\xac\x48", [0x7381] = "\xac\x49", - [0x7382] = "\xac\x4a", [0x7383] = "\xc7\xf2", [0x7384] = "\xac\x4b", - [0x7385] = "\xc0\xc5", [0x7386] = "\xc0\xed", [0x7387] = "\xac\x4c", - [0x7388] = "\xac\x4d", [0x7389] = "\xc1\xf0", [0x738a] = "\xe7\xf0", - [0x738b] = "\xac\x4e", [0x738c] = "\xac\x4f", [0x738d] = "\xac\x50", - [0x738e] = "\xac\x51", [0x738f] = "\xe7\xf6", [0x7390] = "\xcb\xf6", - [0x7391] = "\xac\x52", [0x7392] = "\xac\x53", [0x7393] = "\xac\x54", - [0x7394] = "\xac\x55", [0x7395] = "\xac\x56", [0x7396] = "\xac\x57", - [0x7397] = "\xac\x58", [0x7398] = "\xac\x59", [0x7399] = "\xac\x5a", - [0x739a] = "\xe8\xa2", [0x739b] = "\xe8\xa1", [0x739c] = "\xac\x5b", - [0x739d] = "\xac\x5c", [0x739e] = "\xac\x5d", [0x739f] = "\xac\x5e", - [0x73a0] = "\xac\x5f", [0x73a1] = "\xac\x60", [0x73a2] = "\xd7\xc1", - [0x73a3] = "\xac\x61", [0x73a4] = "\xac\x62", [0x73a5] = "\xe7\xfa", - [0x73a6] = "\xe7\xf9", [0x73a7] = "\xac\x63", [0x73a8] = "\xe7\xfb", - [0x73a9] = "\xac\x64", [0x73aa] = "\xe7\xf7", [0x73ab] = "\xac\x65", - [0x73ac] = "\xe7\xfe", [0x73ad] = "\xac\x66", [0x73ae] = "\xe7\xfd", - [0x73af] = "\xac\x67", [0x73b0] = "\xe7\xfc", [0x73b1] = "\xac\x68", - [0x73b2] = "\xac\x69", [0x73b3] = "\xc1\xd5", [0x73b4] = "\xc7\xd9", - [0x73b5] = "\xc5\xfd", [0x73b6] = "\xc5\xc3", [0x73b7] = "\xac\x6a", - [0x73b8] = "\xac\x6b", [0x73b9] = "\xac\x6c", [0x73ba] = "\xac\x6d", - [0x73bb] = "\xac\x6e", [0x73bc] = "\xc7\xed", [0x73bd] = "\xac\x6f", - [0x73be] = "\xac\x70", [0x73bf] = "\xac\x71", [0x73c0] = "\xac\x72", - [0x73c1] = "\xe8\xa3", [0x73c2] = "\xac\x73", [0x73c3] = "\xac\x74", - [0x73c4] = "\xac\x75", [0x73c5] = "\xac\x76", [0x73c6] = "\xac\x77", - [0x73c7] = "\xac\x78", [0x73c8] = "\xac\x79", [0x73c9] = "\xac\x7a", - [0x73ca] = "\xac\x7b", [0x73cb] = "\xac\x7c", [0x73cc] = "\xac\x7d", - [0x73cd] = "\xac\x7e", [0x73ce] = "\xac\x80", [0x73cf] = "\xac\x81", - [0x73d0] = "\xac\x82", [0x73d1] = "\xac\x83", [0x73d2] = "\xac\x84", - [0x73d3] = "\xac\x85", [0x73d4] = "\xac\x86", [0x73d5] = "\xe8\xa6", - [0x73d6] = "\xac\x87", [0x73d7] = "\xe8\xa5", [0x73d8] = "\xac\x88", - [0x73d9] = "\xe8\xa7", [0x73da] = "\xba\xf7", [0x73db] = "\xe7\xf8", - [0x73dc] = "\xe8\xa4", [0x73dd] = "\xac\x89", [0x73de] = "\xc8\xf0", - [0x73df] = "\xc9\xaa", [0x73e0] = "\xac\x8a", [0x73e1] = "\xac\x8b", - [0x73e2] = "\xac\x8c", [0x73e3] = "\xac\x8d", [0x73e4] = "\xac\x8e", - [0x73e5] = "\xac\x8f", [0x73e6] = "\xac\x90", [0x73e7] = "\xac\x91", - [0x73e8] = "\xac\x92", [0x73e9] = "\xac\x93", [0x73ea] = "\xac\x94", - [0x73eb] = "\xac\x95", [0x73ec] = "\xac\x96", [0x73ed] = "\xe8\xa9", - [0x73ee] = "\xac\x97", [0x73ef] = "\xac\x98", [0x73f0] = "\xb9\xe5", - [0x73f1] = "\xac\x99", [0x73f2] = "\xac\x9a", [0x73f3] = "\xac\x9b", - [0x73f4] = "\xac\x9c", [0x73f5] = "\xac\x9d", [0x73f6] = "\xd1\xfe", - [0x73f7] = "\xe8\xa8", [0x73f8] = "\xac\x9e", [0x73f9] = "\xac\x9f", - [0x73fa] = "\xac\xa0", [0x73fb] = "\xad\x40", [0x73fc] = "\xad\x41", - [0x73fd] = "\xad\x42", [0x73fe] = "\xe8\xaa", [0x73ff] = "\xad\x43", - [0x7400] = "\xe8\xad", [0x7401] = "\xe8\xae", [0x7402] = "\xad\x44", - [0x7403] = "\xc1\xa7", [0x7404] = "\xad\x45", [0x7405] = "\xad\x46", - [0x7406] = "\xad\x47", [0x7407] = "\xe8\xaf", [0x7408] = "\xad\x48", - [0x7409] = "\xad\x49", [0x740a] = "\xad\x4a", [0x740b] = "\xe8\xb0", - [0x740c] = "\xad\x4b", [0x740d] = "\xad\x4c", [0x740e] = "\xe8\xac", - [0x740f] = "\xad\x4d", [0x7410] = "\xe8\xb4", [0x7411] = "\xad\x4e", - [0x7412] = "\xad\x4f", [0x7413] = "\xad\x50", [0x7414] = "\xad\x51", - [0x7415] = "\xad\x52", [0x7416] = "\xad\x53", [0x7417] = "\xad\x54", - [0x7418] = "\xad\x55", [0x7419] = "\xad\x56", [0x741a] = "\xad\x57", - [0x741b] = "\xad\x58", [0x741c] = "\xe8\xab", [0x741d] = "\xad\x59", - [0x741e] = "\xe8\xb1", [0x741f] = "\xad\x5a", [0x7420] = "\xad\x5b", - [0x7421] = "\xad\x5c", [0x7422] = "\xad\x5d", [0x7423] = "\xad\x5e", - [0x7424] = "\xad\x5f", [0x7425] = "\xad\x60", [0x7426] = "\xad\x61", - [0x7427] = "\xe8\xb5", [0x7428] = "\xe8\xb2", [0x7429] = "\xe8\xb3", - [0x742a] = "\xad\x62", [0x742b] = "\xad\x63", [0x742c] = "\xad\x64", - [0x742d] = "\xad\x65", [0x742e] = "\xad\x66", [0x742f] = "\xad\x67", - [0x7430] = "\xad\x68", [0x7431] = "\xad\x69", [0x7432] = "\xad\x6a", - [0x7433] = "\xad\x6b", [0x7434] = "\xad\x6c", [0x7435] = "\xad\x6d", - [0x7436] = "\xad\x6e", [0x7437] = "\xad\x6f", [0x7438] = "\xad\x70", - [0x7439] = "\xad\x71", [0x743a] = "\xe8\xb7", [0x743b] = "\xad\x72", - [0x743c] = "\xad\x73", [0x743d] = "\xad\x74", [0x743e] = "\xad\x75", - [0x743f] = "\xad\x76", [0x7440] = "\xad\x77", [0x7441] = "\xad\x78", - [0x7442] = "\xad\x79", [0x7443] = "\xad\x7a", [0x7444] = "\xad\x7b", - [0x7445] = "\xad\x7c", [0x7446] = "\xad\x7d", [0x7447] = "\xad\x7e", - [0x7448] = "\xad\x80", [0x7449] = "\xad\x81", [0x744a] = "\xad\x82", - [0x744b] = "\xad\x83", [0x744c] = "\xad\x84", [0x744d] = "\xad\x85", - [0x744e] = "\xad\x86", [0x744f] = "\xad\x87", [0x7450] = "\xad\x88", - [0x7451] = "\xad\x89", [0x7452] = "\xe8\xb6", [0x7453] = "\xad\x8a", - [0x7454] = "\xad\x8b", [0x7455] = "\xad\x8c", [0x7456] = "\xad\x8d", - [0x7457] = "\xad\x8e", [0x7458] = "\xad\x8f", [0x7459] = "\xad\x90", - [0x745a] = "\xad\x91", [0x745b] = "\xad\x92", [0x745c] = "\xb9\xcf", - [0x745d] = "\xad\x93", [0x745e] = "\xf0\xac", [0x745f] = "\xad\x94", - [0x7460] = "\xf0\xad", [0x7461] = "\xad\x95", [0x7462] = "\xc6\xb0", - [0x7463] = "\xb0\xea", [0x7464] = "\xc8\xbf", [0x7465] = "\xad\x96", - [0x7466] = "\xcd\xdf", [0x7467] = "\xad\x97", [0x7468] = "\xad\x98", - [0x7469] = "\xad\x99", [0x746a] = "\xad\x9a", [0x746b] = "\xad\x9b", - [0x746c] = "\xad\x9c", [0x746d] = "\xad\x9d", [0x746e] = "\xce\xcd", - [0x746f] = "\xea\xb1", [0x7470] = "\xad\x9e", [0x7471] = "\xad\x9f", - [0x7472] = "\xad\xa0", [0x7473] = "\xae\x40", [0x7474] = "\xea\xb2", - [0x7475] = "\xae\x41", [0x7476] = "\xc6\xbf", [0x7477] = "\xb4\xc9", - [0x7478] = "\xae\x42", [0x7479] = "\xae\x43", [0x747a] = "\xae\x44", - [0x747b] = "\xae\x45", [0x747c] = "\xae\x46", [0x747d] = "\xae\x47", - [0x747e] = "\xae\x48", [0x747f] = "\xea\xb3", [0x7480] = "\xae\x49", - [0x7481] = "\xae\x4a", [0x7482] = "\xae\x4b", [0x7483] = "\xae\x4c", - [0x7484] = "\xd5\xe7", [0x7485] = "\xae\x4d", [0x7486] = "\xae\x4e", - [0x7487] = "\xae\x4f", [0x7488] = "\xae\x50", [0x7489] = "\xae\x51", - [0x748a] = "\xae\x52", [0x748b] = "\xae\x53", [0x748c] = "\xae\x54", - [0x748d] = "\xdd\xf9", [0x748e] = "\xae\x55", [0x748f] = "\xea\xb4", - [0x7490] = "\xae\x56", [0x7491] = "\xea\xb5", [0x7492] = "\xae\x57", - [0x7493] = "\xea\xb6", [0x7494] = "\xae\x58", [0x7495] = "\xae\x59", - [0x7496] = "\xae\x5a", [0x7497] = "\xae\x5b", [0x7498] = "\xb8\xca", - [0x7499] = "\xdf\xb0", [0x749a] = "\xc9\xf5", [0x749b] = "\xae\x5c", - [0x749c] = "\xcc\xf0", [0x749d] = "\xae\x5d", [0x749e] = "\xae\x5e", - [0x749f] = "\xc9\xfa", [0x74a0] = "\xae\x5f", [0x74a1] = "\xae\x60", - [0x74a2] = "\xae\x61", [0x74a3] = "\xae\x62", [0x74a4] = "\xae\x63", - [0x74a5] = "\xc9\xfb", [0x74a6] = "\xae\x64", [0x74a7] = "\xae\x65", - [0x74a8] = "\xd3\xc3", [0x74a9] = "\xcb\xa6", [0x74aa] = "\xae\x66", - [0x74ab] = "\xb8\xa6", [0x74ac] = "\xf0\xae", [0x74ad] = "\xb1\xc2", - [0x74ae] = "\xae\x67", [0x74af] = "\xe5\xb8", [0x74b0] = "\xcc\xef", - [0x74b1] = "\xd3\xc9", [0x74b2] = "\xbc\xd7", [0x74b3] = "\xc9\xea", - [0x74b4] = "\xae\x68", [0x74b5] = "\xb5\xe7", [0x74b6] = "\xae\x69", - [0x74b7] = "\xc4\xd0", [0x74b8] = "\xb5\xe9", [0x74b9] = "\xae\x6a", - [0x74ba] = "\xee\xae", [0x74bb] = "\xbb\xad", [0x74bc] = "\xae\x6b", - [0x74bd] = "\xae\x6c", [0x74be] = "\xe7\xde", [0x74bf] = "\xae\x6d", - [0x74c0] = "\xee\xaf", [0x74c1] = "\xae\x6e", [0x74c2] = "\xae\x6f", - [0x74c3] = "\xae\x70", [0x74c4] = "\xae\x71", [0x74c5] = "\xb3\xa9", - [0x74c6] = "\xae\x72", [0x74c7] = "\xae\x73", [0x74c8] = "\xee\xb2", - [0x74c9] = "\xae\x74", [0x74ca] = "\xae\x75", [0x74cb] = "\xee\xb1", - [0x74cc] = "\xbd\xe7", [0x74cd] = "\xae\x76", [0x74ce] = "\xee\xb0", - [0x74cf] = "\xce\xb7", [0x74d0] = "\xae\x77", [0x74d1] = "\xae\x78", - [0x74d2] = "\xae\x79", [0x74d3] = "\xae\x7a", [0x74d4] = "\xc5\xcf", - [0x74d5] = "\xae\x7b", [0x74d6] = "\xae\x7c", [0x74d7] = "\xae\x7d", - [0x74d8] = "\xae\x7e", [0x74d9] = "\xc1\xf4", [0x74da] = "\xdb\xce", - [0x74db] = "\xee\xb3", [0x74dc] = "\xd0\xf3", [0x74dd] = "\xae\x80", - [0x74de] = "\xae\x81", [0x74df] = "\xae\x82", [0x74e0] = "\xae\x83", - [0x74e1] = "\xae\x84", [0x74e2] = "\xae\x85", [0x74e3] = "\xae\x86", - [0x74e4] = "\xae\x87", [0x74e5] = "\xc2\xd4", [0x74e6] = "\xc6\xe8", - [0x74e7] = "\xae\x88", [0x74e8] = "\xae\x89", [0x74e9] = "\xae\x8a", - [0x74ea] = "\xb7\xac", [0x74eb] = "\xae\x8b", [0x74ec] = "\xae\x8c", - [0x74ed] = "\xae\x8d", [0x74ee] = "\xae\x8e", [0x74ef] = "\xae\x8f", - [0x74f0] = "\xae\x90", [0x74f1] = "\xae\x91", [0x74f2] = "\xee\xb4", - [0x74f3] = "\xae\x92", [0x74f4] = "\xb3\xeb", [0x74f5] = "\xae\x93", - [0x74f6] = "\xae\x94", [0x74f7] = "\xae\x95", [0x74f8] = "\xbb\xfb", - [0x74f9] = "\xee\xb5", [0x74fa] = "\xae\x96", [0x74fb] = "\xae\x97", - [0x74fc] = "\xae\x98", [0x74fd] = "\xae\x99", [0x74fe] = "\xae\x9a", - [0x74ff] = "\xe7\xdc", [0x7500] = "\xae\x9b", [0x7501] = "\xae\x9c", - [0x7502] = "\xae\x9d", [0x7503] = "\xee\xb6", [0x7504] = "\xae\x9e", - [0x7505] = "\xae\x9f", [0x7506] = "\xbd\xae", [0x7507] = "\xae\xa0", - [0x7508] = "\xaf\x40", [0x7509] = "\xaf\x41", [0x750a] = "\xaf\x42", - [0x750b] = "\xf1\xe2", [0x750c] = "\xaf\x43", [0x750d] = "\xaf\x44", - [0x750e] = "\xaf\x45", [0x750f] = "\xca\xe8", [0x7510] = "\xaf\x46", - [0x7511] = "\xd2\xc9", [0x7512] = "\xf0\xda", [0x7513] = "\xaf\x47", - [0x7514] = "\xf0\xdb", [0x7515] = "\xaf\x48", [0x7516] = "\xf0\xdc", - [0x7517] = "\xc1\xc6", [0x7518] = "\xaf\x49", [0x7519] = "\xb8\xed", - [0x751a] = "\xbe\xce", [0x751b] = "\xaf\x4a", [0x751c] = "\xaf\x4b", - [0x751d] = "\xf0\xde", [0x751e] = "\xaf\x4c", [0x751f] = "\xc5\xb1", - [0x7520] = "\xf0\xdd", [0x7521] = "\xd1\xf1", [0x7522] = "\xaf\x4d", - [0x7523] = "\xf0\xe0", [0x7524] = "\xb0\xcc", [0x7525] = "\xbd\xea", - [0x7526] = "\xaf\x4e", [0x7527] = "\xaf\x4f", [0x7528] = "\xaf\x50", - [0x7529] = "\xaf\x51", [0x752a] = "\xaf\x52", [0x752b] = "\xd2\xdf", - [0x752c] = "\xf0\xdf", [0x752d] = "\xaf\x53", [0x752e] = "\xb4\xaf", - [0x752f] = "\xb7\xe8", [0x7530] = "\xf0\xe6", [0x7531] = "\xf0\xe5", - [0x7532] = "\xc6\xa3", [0x7533] = "\xf0\xe1", [0x7534] = "\xf0\xe2", - [0x7535] = "\xb4\xc3", [0x7536] = "\xaf\x54", [0x7537] = "\xaf\x55", - [0x7538] = "\xf0\xe3", [0x7539] = "\xd5\xee", [0x753a] = "\xaf\x56", - [0x753b] = "\xaf\x57", [0x753c] = "\xcc\xdb", [0x753d] = "\xbe\xd2", - [0x753e] = "\xbc\xb2", [0x753f] = "\xaf\x58", [0x7540] = "\xaf\x59", - [0x7541] = "\xaf\x5a", [0x7542] = "\xf0\xe8", [0x7543] = "\xf0\xe7", - [0x7544] = "\xf0\xe4", [0x7545] = "\xb2\xa1", [0x7546] = "\xaf\x5b", - [0x7547] = "\xd6\xa2", [0x7548] = "\xd3\xb8", [0x7549] = "\xbe\xb7", - [0x754a] = "\xc8\xac", [0x754b] = "\xaf\x5c", [0x754c] = "\xaf\x5d", - [0x754d] = "\xf0\xea", [0x754e] = "\xaf\x5e", [0x754f] = "\xaf\x5f", - [0x7550] = "\xaf\x60", [0x7551] = "\xaf\x61", [0x7552] = "\xd1\xf7", - [0x7553] = "\xaf\x62", [0x7554] = "\xd6\xcc", [0x7555] = "\xba\xdb", - [0x7556] = "\xf0\xe9", [0x7557] = "\xaf\x63", [0x7558] = "\xb6\xbb", - [0x7559] = "\xaf\x64", [0x755a] = "\xaf\x65", [0x755b] = "\xcd\xb4", - [0x755c] = "\xaf\x66", [0x755d] = "\xaf\x67", [0x755e] = "\xc6\xa6", - [0x755f] = "\xaf\x68", [0x7560] = "\xaf\x69", [0x7561] = "\xaf\x6a", - [0x7562] = "\xc1\xa1", [0x7563] = "\xf0\xeb", [0x7564] = "\xf0\xee", - [0x7565] = "\xaf\x6b", [0x7566] = "\xf0\xed", [0x7567] = "\xf0\xf0", - [0x7568] = "\xf0\xec", [0x7569] = "\xaf\x6c", [0x756a] = "\xbb\xbe", - [0x756b] = "\xf0\xef", [0x756c] = "\xaf\x6d", [0x756d] = "\xaf\x6e", - [0x756e] = "\xaf\x6f", [0x756f] = "\xaf\x70", [0x7570] = "\xcc\xb5", - [0x7571] = "\xf0\xf2", [0x7572] = "\xaf\x71", [0x7573] = "\xaf\x72", - [0x7574] = "\xb3\xd5", [0x7575] = "\xaf\x73", [0x7576] = "\xaf\x74", - [0x7577] = "\xaf\x75", [0x7578] = "\xaf\x76", [0x7579] = "\xb1\xd4", - [0x757a] = "\xaf\x77", [0x757b] = "\xaf\x78", [0x757c] = "\xf0\xf3", - [0x757d] = "\xaf\x79", [0x757e] = "\xaf\x7a", [0x757f] = "\xf0\xf4", - [0x7580] = "\xf0\xf6", [0x7581] = "\xb4\xe1", [0x7582] = "\xaf\x7b", - [0x7583] = "\xf0\xf1", [0x7584] = "\xaf\x7c", [0x7585] = "\xf0\xf7", - [0x7586] = "\xaf\x7d", [0x7587] = "\xaf\x7e", [0x7588] = "\xaf\x80", - [0x7589] = "\xaf\x81", [0x758a] = "\xf0\xfa", [0x758b] = "\xaf\x82", - [0x758c] = "\xf0\xf8", [0x758d] = "\xaf\x83", [0x758e] = "\xaf\x84", - [0x758f] = "\xaf\x85", [0x7590] = "\xf0\xf5", [0x7591] = "\xaf\x86", - [0x7592] = "\xaf\x87", [0x7593] = "\xaf\x88", [0x7594] = "\xaf\x89", - [0x7595] = "\xf0\xfd", [0x7596] = "\xaf\x8a", [0x7597] = "\xf0\xf9", - [0x7598] = "\xf0\xfc", [0x7599] = "\xf0\xfe", [0x759a] = "\xaf\x8b", - [0x759b] = "\xf1\xa1", [0x759c] = "\xaf\x8c", [0x759d] = "\xaf\x8d", - [0x759e] = "\xaf\x8e", [0x759f] = "\xce\xc1", [0x75a0] = "\xf1\xa4", - [0x75a1] = "\xaf\x8f", [0x75a2] = "\xf1\xa3", [0x75a3] = "\xaf\x90", - [0x75a4] = "\xc1\xf6", [0x75a5] = "\xf0\xfb", [0x75a6] = "\xca\xdd", - [0x75a7] = "\xaf\x91", [0x75a8] = "\xaf\x92", [0x75a9] = "\xb4\xf1", - [0x75aa] = "\xb1\xf1", [0x75ab] = "\xcc\xb1", [0x75ac] = "\xaf\x93", - [0x75ad] = "\xf1\xa6", [0x75ae] = "\xaf\x94", [0x75af] = "\xaf\x95", - [0x75b0] = "\xf1\xa7", [0x75b1] = "\xaf\x96", [0x75b2] = "\xaf\x97", - [0x75b3] = "\xf1\xac", [0x75b4] = "\xd5\xce", [0x75b5] = "\xf1\xa9", - [0x75b6] = "\xaf\x98", [0x75b7] = "\xaf\x99", [0x75b8] = "\xc8\xb3", - [0x75b9] = "\xaf\x9a", [0x75ba] = "\xaf\x9b", [0x75bb] = "\xaf\x9c", - [0x75bc] = "\xf1\xa2", [0x75bd] = "\xaf\x9d", [0x75be] = "\xf1\xab", - [0x75bf] = "\xf1\xa8", [0x75c0] = "\xf1\xa5", [0x75c1] = "\xaf\x9e", - [0x75c2] = "\xaf\x9f", [0x75c3] = "\xf1\xaa", [0x75c4] = "\xaf\xa0", - [0x75c5] = "\xb0\x40", [0x75c6] = "\xb0\x41", [0x75c7] = "\xb0\x42", - [0x75c8] = "\xb0\x43", [0x75c9] = "\xb0\x44", [0x75ca] = "\xb0\x45", - [0x75cb] = "\xb0\x46", [0x75cc] = "\xb0\xa9", [0x75cd] = "\xf1\xad", - [0x75ce] = "\xb0\x47", [0x75cf] = "\xb0\x48", [0x75d0] = "\xb0\x49", - [0x75d1] = "\xb0\x4a", [0x75d2] = "\xb0\x4b", [0x75d3] = "\xb0\x4c", - [0x75d4] = "\xf1\xaf", [0x75d5] = "\xb0\x4d", [0x75d6] = "\xf1\xb1", - [0x75d7] = "\xb0\x4e", [0x75d8] = "\xb0\x4f", [0x75d9] = "\xb0\x50", - [0x75da] = "\xb0\x51", [0x75db] = "\xb0\x52", [0x75dc] = "\xf1\xb0", - [0x75dd] = "\xb0\x53", [0x75de] = "\xf1\xae", [0x75df] = "\xb0\x54", - [0x75e0] = "\xb0\x55", [0x75e1] = "\xb0\x56", [0x75e2] = "\xb0\x57", - [0x75e3] = "\xd1\xa2", [0x75e4] = "\xb0\x58", [0x75e5] = "\xb0\x59", - [0x75e6] = "\xb0\x5a", [0x75e7] = "\xb0\x5b", [0x75e8] = "\xb0\x5c", - [0x75e9] = "\xb0\x5d", [0x75ea] = "\xb0\x5e", [0x75eb] = "\xf1\xb2", - [0x75ec] = "\xb0\x5f", [0x75ed] = "\xb0\x60", [0x75ee] = "\xb0\x61", - [0x75ef] = "\xf1\xb3", [0x75f0] = "\xb0\x62", [0x75f1] = "\xb0\x63", - [0x75f2] = "\xb0\x64", [0x75f3] = "\xb0\x65", [0x75f4] = "\xb0\x66", - [0x75f5] = "\xb0\x67", [0x75f6] = "\xb0\x68", [0x75f7] = "\xb0\x69", - [0x75f8] = "\xb9\xef", [0x75f9] = "\xb0\x6a", [0x75fa] = "\xb0\x6b", - [0x75fb] = "\xb5\xc7", [0x75fc] = "\xb0\x6c", [0x75fd] = "\xb0\xd7", - [0x75fe] = "\xb0\xd9", [0x75ff] = "\xb0\x6d", [0x7600] = "\xb0\x6e", - [0x7601] = "\xb0\x6f", [0x7602] = "\xd4\xed", [0x7603] = "\xb0\x70", - [0x7604] = "\xb5\xc4", [0x7605] = "\xb0\x71", [0x7606] = "\xbd\xd4", - [0x7607] = "\xbb\xca", [0x7608] = "\xf0\xa7", [0x7609] = "\xb0\x72", - [0x760a] = "\xb0\x73", [0x760b] = "\xb8\xde", [0x760c] = "\xb0\x74", - [0x760d] = "\xb0\x75", [0x760e] = "\xf0\xa8", [0x760f] = "\xb0\x76", - [0x7610] = "\xb0\x77", [0x7611] = "\xb0\xa8", [0x7612] = "\xb0\x78", - [0x7613] = "\xf0\xa9", [0x7614] = "\xb0\x79", [0x7615] = "\xb0\x7a", - [0x7616] = "\xcd\xee", [0x7617] = "\xb0\x7b", [0x7618] = "\xb0\x7c", - [0x7619] = "\xf0\xaa", [0x761a] = "\xb0\x7d", [0x761b] = "\xb0\x7e", - [0x761c] = "\xb0\x80", [0x761d] = "\xb0\x81", [0x761e] = "\xb0\x82", - [0x761f] = "\xb0\x83", [0x7620] = "\xb0\x84", [0x7621] = "\xb0\x85", - [0x7622] = "\xb0\x86", [0x7623] = "\xb0\x87", [0x7624] = "\xf0\xab", - [0x7625] = "\xb0\x88", [0x7626] = "\xb0\x89", [0x7627] = "\xb0\x8a", - [0x7628] = "\xb0\x8b", [0x7629] = "\xb0\x8c", [0x762a] = "\xb0\x8d", - [0x762b] = "\xb0\x8e", [0x762c] = "\xb0\x8f", [0x762d] = "\xb0\x90", - [0x762e] = "\xc6\xa4", [0x762f] = "\xb0\x91", [0x7630] = "\xb0\x92", - [0x7631] = "\xd6\xe5", [0x7632] = "\xf1\xe4", [0x7633] = "\xb0\x93", - [0x7634] = "\xf1\xe5", [0x7635] = "\xb0\x94", [0x7636] = "\xb0\x95", - [0x7637] = "\xb0\x96", [0x7638] = "\xb0\x97", [0x7639] = "\xb0\x98", - [0x763a] = "\xb0\x99", [0x763b] = "\xb0\x9a", [0x763c] = "\xb0\x9b", - [0x763d] = "\xb0\x9c", [0x763e] = "\xb0\x9d", [0x763f] = "\xc3\xf3", - [0x7640] = "\xb0\x9e", [0x7641] = "\xb0\x9f", [0x7642] = "\xd3\xdb", - [0x7643] = "\xb0\xa0", [0x7644] = "\xb1\x40", [0x7645] = "\xd6\xd1", - [0x7646] = "\xc5\xe8", [0x7647] = "\xb1\x41", [0x7648] = "\xd3\xaf", - [0x7649] = "\xb1\x42", [0x764a] = "\xd2\xe6", [0x764b] = "\xb1\x43", - [0x764c] = "\xb1\x44", [0x764d] = "\xee\xc1", [0x764e] = "\xb0\xbb", - [0x764f] = "\xd5\xb5", [0x7650] = "\xd1\xce", [0x7651] = "\xbc\xe0", - [0x7652] = "\xba\xd0", [0x7653] = "\xb1\x45", [0x7654] = "\xbf\xf8", - [0x7655] = "\xb1\x46", [0x7656] = "\xb8\xc7", [0x7657] = "\xb5\xc1", - [0x7658] = "\xc5\xcc", [0x7659] = "\xb1\x47", [0x765a] = "\xb1\x48", - [0x765b] = "\xca\xa2", [0x765c] = "\xb1\x49", [0x765d] = "\xb1\x4a", - [0x765e] = "\xb1\x4b", [0x765f] = "\xc3\xcb", [0x7660] = "\xb1\x4c", - [0x7661] = "\xb1\x4d", [0x7662] = "\xb1\x4e", [0x7663] = "\xb1\x4f", - [0x7664] = "\xb1\x50", [0x7665] = "\xee\xc2", [0x7666] = "\xb1\x51", - [0x7667] = "\xb1\x52", [0x7668] = "\xb1\x53", [0x7669] = "\xb1\x54", - [0x766a] = "\xb1\x55", [0x766b] = "\xb1\x56", [0x766c] = "\xb1\x57", - [0x766d] = "\xb1\x58", [0x766e] = "\xc4\xbf", [0x766f] = "\xb6\xa2", - [0x7670] = "\xb1\x59", [0x7671] = "\xed\xec", [0x7672] = "\xc3\xa4", - [0x7673] = "\xb1\x5a", [0x7674] = "\xd6\xb1", [0x7675] = "\xb1\x5b", - [0x7676] = "\xb1\x5c", [0x7677] = "\xb1\x5d", [0x7678] = "\xcf\xe0", - [0x7679] = "\xed\xef", [0x767a] = "\xb1\x5e", [0x767b] = "\xb1\x5f", - [0x767c] = "\xc5\xce", [0x767d] = "\xb1\x60", [0x767e] = "\xb6\xdc", - [0x767f] = "\xb1\x61", [0x7680] = "\xb1\x62", [0x7681] = "\xca\xa1", - [0x7682] = "\xb1\x63", [0x7683] = "\xb1\x64", [0x7684] = "\xed\xed", - [0x7685] = "\xb1\x65", [0x7686] = "\xb1\x66", [0x7687] = "\xed\xf0", - [0x7688] = "\xed\xf1", [0x7689] = "\xc3\xbc", [0x768a] = "\xb1\x67", - [0x768b] = "\xbf\xb4", [0x768c] = "\xb1\x68", [0x768d] = "\xed\xee", - [0x768e] = "\xb1\x69", [0x768f] = "\xb1\x6a", [0x7690] = "\xb1\x6b", - [0x7691] = "\xb1\x6c", [0x7692] = "\xb1\x6d", [0x7693] = "\xb1\x6e", - [0x7694] = "\xb1\x6f", [0x7695] = "\xb1\x70", [0x7696] = "\xb1\x71", - [0x7697] = "\xb1\x72", [0x7698] = "\xb1\x73", [0x7699] = "\xed\xf4", - [0x769a] = "\xed\xf2", [0x769b] = "\xb1\x74", [0x769c] = "\xb1\x75", - [0x769d] = "\xb1\x76", [0x769e] = "\xb1\x77", [0x769f] = "\xd5\xe6", - [0x76a0] = "\xc3\xdf", [0x76a1] = "\xb1\x78", [0x76a2] = "\xed\xf3", - [0x76a3] = "\xb1\x79", [0x76a4] = "\xb1\x7a", [0x76a5] = "\xb1\x7b", - [0x76a6] = "\xed\xf6", [0x76a7] = "\xb1\x7c", [0x76a8] = "\xd5\xa3", - [0x76a9] = "\xd1\xa3", [0x76aa] = "\xb1\x7d", [0x76ab] = "\xb1\x7e", - [0x76ac] = "\xb1\x80", [0x76ad] = "\xed\xf5", [0x76ae] = "\xb1\x81", - [0x76af] = "\xc3\xd0", [0x76b0] = "\xb1\x82", [0x76b1] = "\xb1\x83", - [0x76b2] = "\xb1\x84", [0x76b3] = "\xb1\x85", [0x76b4] = "\xb1\x86", - [0x76b5] = "\xed\xf7", [0x76b6] = "\xbf\xf4", [0x76b7] = "\xbe\xec", - [0x76b8] = "\xed\xf8", [0x76b9] = "\xb1\x87", [0x76ba] = "\xcc\xf7", - [0x76bb] = "\xb1\x88", [0x76bc] = "\xd1\xdb", [0x76bd] = "\xb1\x89", - [0x76be] = "\xb1\x8a", [0x76bf] = "\xb1\x8b", [0x76c0] = "\xd7\xc5", - [0x76c1] = "\xd5\xf6", [0x76c2] = "\xb1\x8c", [0x76c3] = "\xed\xfc", - [0x76c4] = "\xb1\x8d", [0x76c5] = "\xb1\x8e", [0x76c6] = "\xb1\x8f", - [0x76c7] = "\xed\xfb", [0x76c8] = "\xb1\x90", [0x76c9] = "\xb1\x91", - [0x76ca] = "\xb1\x92", [0x76cb] = "\xb1\x93", [0x76cc] = "\xb1\x94", - [0x76cd] = "\xb1\x95", [0x76ce] = "\xb1\x96", [0x76cf] = "\xb1\x97", - [0x76d0] = "\xed\xf9", [0x76d1] = "\xed\xfa", [0x76d2] = "\xb1\x98", - [0x76d3] = "\xb1\x99", [0x76d4] = "\xb1\x9a", [0x76d5] = "\xb1\x9b", - [0x76d6] = "\xb1\x9c", [0x76d7] = "\xb1\x9d", [0x76d8] = "\xb1\x9e", - [0x76d9] = "\xb1\x9f", [0x76da] = "\xed\xfd", [0x76db] = "\xbe\xa6", - [0x76dc] = "\xb1\xa0", [0x76dd] = "\xb2\x40", [0x76de] = "\xb2\x41", - [0x76df] = "\xb2\x42", [0x76e0] = "\xb2\x43", [0x76e1] = "\xcb\xaf", - [0x76e2] = "\xee\xa1", [0x76e3] = "\xb6\xbd", [0x76e4] = "\xb2\x44", - [0x76e5] = "\xee\xa2", [0x76e6] = "\xc4\xc0", [0x76e7] = "\xb2\x45", - [0x76e8] = "\xed\xfe", [0x76e9] = "\xb2\x46", [0x76ea] = "\xb2\x47", - [0x76eb] = "\xbd\xde", [0x76ec] = "\xb2\xc7", [0x76ed] = "\xb2\x48", - [0x76ee] = "\xb2\x49", [0x76ef] = "\xb2\x4a", [0x76f0] = "\xb2\x4b", - [0x76f1] = "\xb2\x4c", [0x76f2] = "\xb2\x4d", [0x76f3] = "\xb2\x4e", - [0x76f4] = "\xb2\x4f", [0x76f5] = "\xb2\x50", [0x76f6] = "\xb2\x51", - [0x76f7] = "\xb2\x52", [0x76f8] = "\xb2\x53", [0x76f9] = "\xb6\xc3", - [0x76fa] = "\xb2\x54", [0x76fb] = "\xb2\x55", [0x76fc] = "\xb2\x56", - [0x76fd] = "\xee\xa5", [0x76fe] = "\xd8\xba", [0x76ff] = "\xee\xa3", - [0x7700] = "\xee\xa6", [0x7701] = "\xb2\x57", [0x7702] = "\xb2\x58", - [0x7703] = "\xb2\x59", [0x7704] = "\xc3\xe9", [0x7705] = "\xb3\xf2", - [0x7706] = "\xb2\x5a", [0x7707] = "\xb2\x5b", [0x7708] = "\xb2\x5c", - [0x7709] = "\xb2\x5d", [0x770a] = "\xb2\x5e", [0x770b] = "\xb2\x5f", - [0x770c] = "\xee\xa7", [0x770d] = "\xee\xa4", [0x770e] = "\xcf\xb9", - [0x770f] = "\xb2\x60", [0x7710] = "\xb2\x61", [0x7711] = "\xee\xa8", - [0x7712] = "\xc2\xf7", [0x7713] = "\xb2\x62", [0x7714] = "\xb2\x63", - [0x7715] = "\xb2\x64", [0x7716] = "\xb2\x65", [0x7717] = "\xb2\x66", - [0x7718] = "\xb2\x67", [0x7719] = "\xb2\x68", [0x771a] = "\xb2\x69", - [0x771b] = "\xb2\x6a", [0x771c] = "\xb2\x6b", [0x771d] = "\xb2\x6c", - [0x771e] = "\xb2\x6d", [0x771f] = "\xee\xa9", [0x7720] = "\xee\xaa", - [0x7721] = "\xb2\x6e", [0x7722] = "\xde\xab", [0x7723] = "\xb2\x6f", - [0x7724] = "\xb2\x70", [0x7725] = "\xc6\xb3", [0x7726] = "\xb2\x71", - [0x7727] = "\xc7\xc6", [0x7728] = "\xb2\x72", [0x7729] = "\xd6\xf5", - [0x772a] = "\xb5\xc9", [0x772b] = "\xb2\x73", [0x772c] = "\xcb\xb2", - [0x772d] = "\xb2\x74", [0x772e] = "\xb2\x75", [0x772f] = "\xb2\x76", - [0x7730] = "\xee\xab", [0x7731] = "\xb2\x77", [0x7732] = "\xb2\x78", - [0x7733] = "\xcd\xab", [0x7734] = "\xb2\x79", [0x7735] = "\xee\xac", - [0x7736] = "\xb2\x7a", [0x7737] = "\xb2\x7b", [0x7738] = "\xb2\x7c", - [0x7739] = "\xb2\x7d", [0x773a] = "\xb2\x7e", [0x773b] = "\xd5\xb0", - [0x773c] = "\xb2\x80", [0x773d] = "\xee\xad", [0x773e] = "\xb2\x81", - [0x773f] = "\xf6\xc4", [0x7740] = "\xb2\x82", [0x7741] = "\xb2\x83", - [0x7742] = "\xb2\x84", [0x7743] = "\xb2\x85", [0x7744] = "\xb2\x86", - [0x7745] = "\xb2\x87", [0x7746] = "\xb2\x88", [0x7747] = "\xb2\x89", - [0x7748] = "\xb2\x8a", [0x7749] = "\xb2\x8b", [0x774a] = "\xb2\x8c", - [0x774b] = "\xb2\x8d", [0x774c] = "\xb2\x8e", [0x774d] = "\xdb\xc7", - [0x774e] = "\xb2\x8f", [0x774f] = "\xb2\x90", [0x7750] = "\xb2\x91", - [0x7751] = "\xb2\x92", [0x7752] = "\xb2\x93", [0x7753] = "\xb2\x94", - [0x7754] = "\xb2\x95", [0x7755] = "\xb2\x96", [0x7756] = "\xb2\x97", - [0x7757] = "\xb4\xa3", [0x7758] = "\xb2\x98", [0x7759] = "\xb2\x99", - [0x775a] = "\xb2\x9a", [0x775b] = "\xc3\xac", [0x775c] = "\xf1\xe6", - [0x775d] = "\xb2\x9b", [0x775e] = "\xb2\x9c", [0x775f] = "\xb2\x9d", - [0x7760] = "\xb2\x9e", [0x7761] = "\xb2\x9f", [0x7762] = "\xca\xb8", - [0x7763] = "\xd2\xd3", [0x7764] = "\xb2\xa0", [0x7765] = "\xd6\xaa", - [0x7766] = "\xb3\x40", [0x7767] = "\xef\xf2", [0x7768] = "\xb3\x41", - [0x7769] = "\xbe\xd8", [0x776a] = "\xb3\x42", [0x776b] = "\xbd\xc3", - [0x776c] = "\xef\xf3", [0x776d] = "\xb6\xcc", [0x776e] = "\xb0\xab", - [0x776f] = "\xb3\x43", [0x7770] = "\xb3\x44", [0x7771] = "\xb3\x45", - [0x7772] = "\xb3\x46", [0x7773] = "\xca\xaf", [0x7774] = "\xb3\x47", - [0x7775] = "\xb3\x48", [0x7776] = "\xed\xb6", [0x7777] = "\xb3\x49", - [0x7778] = "\xed\xb7", [0x7779] = "\xb3\x4a", [0x777a] = "\xb3\x4b", - [0x777b] = "\xb3\x4c", [0x777c] = "\xb3\x4d", [0x777d] = "\xce\xf9", - [0x777e] = "\xb7\xaf", [0x777f] = "\xbf\xf3", [0x7780] = "\xed\xb8", - [0x7781] = "\xc2\xeb", [0x7782] = "\xc9\xb0", [0x7783] = "\xb3\x4e", - [0x7784] = "\xb3\x4f", [0x7785] = "\xb3\x50", [0x7786] = "\xb3\x51", - [0x7787] = "\xb3\x52", [0x7788] = "\xb3\x53", [0x7789] = "\xed\xb9", - [0x778a] = "\xb3\x54", [0x778b] = "\xb3\x55", [0x778c] = "\xc6\xf6", - [0x778d] = "\xbf\xb3", [0x778e] = "\xb3\x56", [0x778f] = "\xb3\x57", - [0x7790] = "\xb3\x58", [0x7791] = "\xed\xbc", [0x7792] = "\xc5\xf8", - [0x7793] = "\xb3\x59", [0x7794] = "\xd1\xd0", [0x7795] = "\xb3\x5a", - [0x7796] = "\xd7\xa9", [0x7797] = "\xed\xba", [0x7798] = "\xed\xbb", - [0x7799] = "\xb3\x5b", [0x779a] = "\xd1\xe2", [0x779b] = "\xb3\x5c", - [0x779c] = "\xed\xbf", [0x779d] = "\xed\xc0", [0x779e] = "\xb3\x5d", - [0x779f] = "\xed\xc4", [0x77a0] = "\xb3\x5e", [0x77a1] = "\xb3\x5f", - [0x77a2] = "\xb3\x60", [0x77a3] = "\xed\xc8", [0x77a4] = "\xb3\x61", - [0x77a5] = "\xed\xc6", [0x77a6] = "\xed\xce", [0x77a7] = "\xd5\xe8", - [0x77a8] = "\xb3\x62", [0x77a9] = "\xed\xc9", [0x77aa] = "\xb3\x63", - [0x77ab] = "\xb3\x64", [0x77ac] = "\xed\xc7", [0x77ad] = "\xed\xbe", - [0x77ae] = "\xb3\x65", [0x77af] = "\xb3\x66", [0x77b0] = "\xc5\xe9", - [0x77b1] = "\xb3\x67", [0x77b2] = "\xb3\x68", [0x77b3] = "\xb3\x69", - [0x77b4] = "\xc6\xc6", [0x77b5] = "\xb3\x6a", [0x77b6] = "\xb3\x6b", - [0x77b7] = "\xc9\xe9", [0x77b8] = "\xd4\xd2", [0x77b9] = "\xed\xc1", - [0x77ba] = "\xed\xc2", [0x77bb] = "\xed\xc3", [0x77bc] = "\xed\xc5", - [0x77bd] = "\xb3\x6c", [0x77be] = "\xc0\xf9", [0x77bf] = "\xb3\x6d", - [0x77c0] = "\xb4\xa1", [0x77c1] = "\xb3\x6e", [0x77c2] = "\xb3\x6f", - [0x77c3] = "\xb3\x70", [0x77c4] = "\xb3\x71", [0x77c5] = "\xb9\xe8", - [0x77c6] = "\xb3\x72", [0x77c7] = "\xed\xd0", [0x77c8] = "\xb3\x73", - [0x77c9] = "\xb3\x74", [0x77ca] = "\xb3\x75", [0x77cb] = "\xb3\x76", - [0x77cc] = "\xed\xd1", [0x77cd] = "\xb3\x77", [0x77ce] = "\xed\xca", - [0x77cf] = "\xb3\x78", [0x77d0] = "\xed\xcf", [0x77d1] = "\xb3\x79", - [0x77d2] = "\xce\xf8", [0x77d3] = "\xb3\x7a", [0x77d4] = "\xb3\x7b", - [0x77d5] = "\xcb\xb6", [0x77d6] = "\xed\xcc", [0x77d7] = "\xed\xcd", - [0x77d8] = "\xb3\x7c", [0x77d9] = "\xb3\x7d", [0x77da] = "\xb3\x7e", - [0x77db] = "\xb3\x80", [0x77dc] = "\xb3\x81", [0x77dd] = "\xcf\xf5", - [0x77de] = "\xb3\x82", [0x77df] = "\xb3\x83", [0x77e0] = "\xb3\x84", - [0x77e1] = "\xb3\x85", [0x77e2] = "\xb3\x86", [0x77e3] = "\xb3\x87", - [0x77e4] = "\xb3\x88", [0x77e5] = "\xb3\x89", [0x77e6] = "\xb3\x8a", - [0x77e7] = "\xb3\x8b", [0x77e8] = "\xb3\x8c", [0x77e9] = "\xb3\x8d", - [0x77ea] = "\xed\xd2", [0x77eb] = "\xc1\xf2", [0x77ec] = "\xd3\xb2", - [0x77ed] = "\xed\xcb", [0x77ee] = "\xc8\xb7", [0x77ef] = "\xb3\x8e", - [0x77f0] = "\xb3\x8f", [0x77f1] = "\xb3\x90", [0x77f2] = "\xb3\x91", - [0x77f3] = "\xb3\x92", [0x77f4] = "\xb3\x93", [0x77f5] = "\xb3\x94", - [0x77f6] = "\xb3\x95", [0x77f7] = "\xbc\xef", [0x77f8] = "\xb3\x96", - [0x77f9] = "\xb3\x97", [0x77fa] = "\xb3\x98", [0x77fb] = "\xb3\x99", - [0x77fc] = "\xc5\xf0", [0x77fd] = "\xb3\x9a", [0x77fe] = "\xb3\x9b", - [0x77ff] = "\xb3\x9c", [0x7800] = "\xb3\x9d", [0x7801] = "\xb3\x9e", - [0x7802] = "\xb3\x9f", [0x7803] = "\xb3\xa0", [0x7804] = "\xb4\x40", - [0x7805] = "\xb4\x41", [0x7806] = "\xb4\x42", [0x7807] = "\xed\xd6", - [0x7808] = "\xb4\x43", [0x7809] = "\xb5\xef", [0x780a] = "\xb4\x44", - [0x780b] = "\xb4\x45", [0x780c] = "\xc2\xb5", [0x780d] = "\xb0\xad", - [0x780e] = "\xcb\xe9", [0x780f] = "\xb4\x46", [0x7810] = "\xb4\x47", - [0x7811] = "\xb1\xae", [0x7812] = "\xb4\x48", [0x7813] = "\xed\xd4", - [0x7814] = "\xb4\x49", [0x7815] = "\xb4\x4a", [0x7816] = "\xb4\x4b", - [0x7817] = "\xcd\xeb", [0x7818] = "\xb5\xe2", [0x7819] = "\xb4\x4c", - [0x781a] = "\xed\xd5", [0x781b] = "\xed\xd3", [0x781c] = "\xed\xd7", - [0x781d] = "\xb4\x4d", [0x781e] = "\xb4\x4e", [0x781f] = "\xb5\xfa", - [0x7820] = "\xb4\x4f", [0x7821] = "\xed\xd8", [0x7822] = "\xb4\x50", - [0x7823] = "\xed\xd9", [0x7824] = "\xb4\x51", [0x7825] = "\xed\xdc", - [0x7826] = "\xb4\x52", [0x7827] = "\xb1\xcc", [0x7828] = "\xb4\x53", - [0x7829] = "\xb4\x54", [0x782a] = "\xb4\x55", [0x782b] = "\xb4\x56", - [0x782c] = "\xb4\x57", [0x782d] = "\xb4\x58", [0x782e] = "\xb4\x59", - [0x782f] = "\xb4\x5a", [0x7830] = "\xc5\xf6", [0x7831] = "\xbc\xee", - [0x7832] = "\xed\xda", [0x7833] = "\xcc\xbc", [0x7834] = "\xb2\xea", - [0x7835] = "\xb4\x5b", [0x7836] = "\xb4\x5c", [0x7837] = "\xb4\x5d", - [0x7838] = "\xb4\x5e", [0x7839] = "\xed\xdb", [0x783a] = "\xb4\x5f", - [0x783b] = "\xb4\x60", [0x783c] = "\xb4\x61", [0x783d] = "\xb4\x62", - [0x783e] = "\xc4\xeb", [0x783f] = "\xb4\x63", [0x7840] = "\xb4\x64", - [0x7841] = "\xb4\xc5", [0x7842] = "\xb4\x65", [0x7843] = "\xb4\x66", - [0x7844] = "\xb4\x67", [0x7845] = "\xb0\xf5", [0x7846] = "\xb4\x68", - [0x7847] = "\xb4\x69", [0x7848] = "\xb4\x6a", [0x7849] = "\xed\xdf", - [0x784a] = "\xc0\xda", [0x784b] = "\xb4\xe8", [0x784c] = "\xb4\x6b", - [0x784d] = "\xb4\x6c", [0x784e] = "\xb4\x6d", [0x784f] = "\xb4\x6e", - [0x7850] = "\xc5\xcd", [0x7851] = "\xb4\x6f", [0x7852] = "\xb4\x70", - [0x7853] = "\xb4\x71", [0x7854] = "\xed\xdd", [0x7855] = "\xbf\xc4", - [0x7856] = "\xb4\x72", [0x7857] = "\xb4\x73", [0x7858] = "\xb4\x74", - [0x7859] = "\xed\xde", [0x785a] = "\xb4\x75", [0x785b] = "\xb4\x76", - [0x785c] = "\xb4\x77", [0x785d] = "\xb4\x78", [0x785e] = "\xb4\x79", - [0x785f] = "\xb4\x7a", [0x7860] = "\xb4\x7b", [0x7861] = "\xb4\x7c", - [0x7862] = "\xb4\x7d", [0x7863] = "\xb4\x7e", [0x7864] = "\xb4\x80", - [0x7865] = "\xb4\x81", [0x7866] = "\xb4\x82", [0x7867] = "\xb4\x83", - [0x7868] = "\xc4\xa5", [0x7869] = "\xb4\x84", [0x786a] = "\xb4\x85", - [0x786b] = "\xb4\x86", [0x786c] = "\xed\xe0", [0x786d] = "\xb4\x87", - [0x786e] = "\xb4\x88", [0x786f] = "\xb4\x89", [0x7870] = "\xb4\x8a", - [0x7871] = "\xb4\x8b", [0x7872] = "\xed\xe1", [0x7873] = "\xb4\x8c", - [0x7874] = "\xed\xe3", [0x7875] = "\xb4\x8d", [0x7876] = "\xb4\x8e", - [0x7877] = "\xc1\xd7", [0x7878] = "\xb4\x8f", [0x7879] = "\xb4\x90", - [0x787a] = "\xbb\xc7", [0x787b] = "\xb4\x91", [0x787c] = "\xb4\x92", - [0x787d] = "\xb4\x93", [0x787e] = "\xb4\x94", [0x787f] = "\xb4\x95", - [0x7880] = "\xb4\x96", [0x7881] = "\xbd\xb8", [0x7882] = "\xb4\x97", - [0x7883] = "\xb4\x98", [0x7884] = "\xb4\x99", [0x7885] = "\xed\xe2", - [0x7886] = "\xb4\x9a", [0x7887] = "\xb4\x9b", [0x7888] = "\xb4\x9c", - [0x7889] = "\xb4\x9d", [0x788a] = "\xb4\x9e", [0x788b] = "\xb4\x9f", - [0x788c] = "\xb4\xa0", [0x788d] = "\xb5\x40", [0x788e] = "\xb5\x41", - [0x788f] = "\xb5\x42", [0x7890] = "\xb5\x43", [0x7891] = "\xb5\x44", - [0x7892] = "\xb5\x45", [0x7893] = "\xed\xe4", [0x7894] = "\xb5\x46", - [0x7895] = "\xb5\x47", [0x7896] = "\xb5\x48", [0x7897] = "\xb5\x49", - [0x7898] = "\xb5\x4a", [0x7899] = "\xb5\x4b", [0x789a] = "\xb5\x4c", - [0x789b] = "\xb5\x4d", [0x789c] = "\xb5\x4e", [0x789d] = "\xb5\x4f", - [0x789e] = "\xed\xe6", [0x789f] = "\xb5\x50", [0x78a0] = "\xb5\x51", - [0x78a1] = "\xb5\x52", [0x78a2] = "\xb5\x53", [0x78a3] = "\xb5\x54", - [0x78a4] = "\xed\xe5", [0x78a5] = "\xb5\x55", [0x78a6] = "\xb5\x56", - [0x78a7] = "\xb5\x57", [0x78a8] = "\xb5\x58", [0x78a9] = "\xb5\x59", - [0x78aa] = "\xb5\x5a", [0x78ab] = "\xb5\x5b", [0x78ac] = "\xb5\x5c", - [0x78ad] = "\xb5\x5d", [0x78ae] = "\xb5\x5e", [0x78af] = "\xb5\x5f", - [0x78b0] = "\xb5\x60", [0x78b1] = "\xb5\x61", [0x78b2] = "\xb5\x62", - [0x78b3] = "\xb5\x63", [0x78b4] = "\xed\xe7", [0x78b5] = "\xb5\x64", - [0x78b6] = "\xb5\x65", [0x78b7] = "\xb5\x66", [0x78b8] = "\xb5\x67", - [0x78b9] = "\xb5\x68", [0x78ba] = "\xca\xbe", [0x78bb] = "\xec\xea", - [0x78bc] = "\xc0\xf1", [0x78bd] = "\xb5\x69", [0x78be] = "\xc9\xe7", - [0x78bf] = "\xb5\x6a", [0x78c0] = "\xec\xeb", [0x78c1] = "\xc6\xee", - [0x78c2] = "\xb5\x6b", [0x78c3] = "\xb5\x6c", [0x78c4] = "\xb5\x6d", - [0x78c5] = "\xb5\x6e", [0x78c6] = "\xec\xec", [0x78c7] = "\xb5\x6f", - [0x78c8] = "\xc6\xed", [0x78c9] = "\xec\xed", [0x78ca] = "\xb5\x70", - [0x78cb] = "\xb5\x71", [0x78cc] = "\xb5\x72", [0x78cd] = "\xb5\x73", - [0x78ce] = "\xb5\x74", [0x78cf] = "\xb5\x75", [0x78d0] = "\xb5\x76", - [0x78d1] = "\xb5\x77", [0x78d2] = "\xb5\x78", [0x78d3] = "\xec\xf0", - [0x78d4] = "\xb5\x79", [0x78d5] = "\xb5\x7a", [0x78d6] = "\xd7\xe6", - [0x78d7] = "\xec\xf3", [0x78d8] = "\xb5\x7b", [0x78d9] = "\xb5\x7c", - [0x78da] = "\xec\xf1", [0x78db] = "\xec\xee", [0x78dc] = "\xec\xef", - [0x78dd] = "\xd7\xa3", [0x78de] = "\xc9\xf1", [0x78df] = "\xcb\xee", - [0x78e0] = "\xec\xf4", [0x78e1] = "\xb5\x7d", [0x78e2] = "\xec\xf2", - [0x78e3] = "\xb5\x7e", [0x78e4] = "\xb5\x80", [0x78e5] = "\xcf\xe9", - [0x78e6] = "\xb5\x81", [0x78e7] = "\xec\xf6", [0x78e8] = "\xc6\xb1", - [0x78e9] = "\xb5\x82", [0x78ea] = "\xb5\x83", [0x78eb] = "\xb5\x84", - [0x78ec] = "\xb5\x85", [0x78ed] = "\xbc\xc0", [0x78ee] = "\xb5\x86", - [0x78ef] = "\xec\xf5", [0x78f0] = "\xb5\x87", [0x78f1] = "\xb5\x88", - [0x78f2] = "\xb5\x89", [0x78f3] = "\xb5\x8a", [0x78f4] = "\xb5\x8b", - [0x78f5] = "\xb5\x8c", [0x78f6] = "\xb5\x8d", [0x78f7] = "\xb5\xbb", - [0x78f8] = "\xbb\xf6", [0x78f9] = "\xb5\x8e", [0x78fa] = "\xec\xf7", - [0x78fb] = "\xb5\x8f", [0x78fc] = "\xb5\x90", [0x78fd] = "\xb5\x91", - [0x78fe] = "\xb5\x92", [0x78ff] = "\xb5\x93", [0x7900] = "\xd9\xf7", - [0x7901] = "\xbd\xfb", [0x7902] = "\xb5\x94", [0x7903] = "\xb5\x95", - [0x7904] = "\xc2\xbb", [0x7905] = "\xec\xf8", [0x7906] = "\xb5\x96", - [0x7907] = "\xb5\x97", [0x7908] = "\xb5\x98", [0x7909] = "\xb5\x99", - [0x790a] = "\xec\xf9", [0x790b] = "\xb5\x9a", [0x790c] = "\xb5\x9b", - [0x790d] = "\xb5\x9c", [0x790e] = "\xb5\x9d", [0x790f] = "\xb8\xa3", - [0x7910] = "\xb5\x9e", [0x7911] = "\xb5\x9f", [0x7912] = "\xb5\xa0", - [0x7913] = "\xb6\x40", [0x7914] = "\xb6\x41", [0x7915] = "\xb6\x42", - [0x7916] = "\xb6\x43", [0x7917] = "\xb6\x44", [0x7918] = "\xb6\x45", - [0x7919] = "\xb6\x46", [0x791a] = "\xec\xfa", [0x791b] = "\xb6\x47", - [0x791c] = "\xb6\x48", [0x791d] = "\xb6\x49", [0x791e] = "\xb6\x4a", - [0x791f] = "\xb6\x4b", [0x7920] = "\xb6\x4c", [0x7921] = "\xb6\x4d", - [0x7922] = "\xb6\x4e", [0x7923] = "\xb6\x4f", [0x7924] = "\xb6\x50", - [0x7925] = "\xb6\x51", [0x7926] = "\xb6\x52", [0x7927] = "\xec\xfb", - [0x7928] = "\xb6\x53", [0x7929] = "\xb6\x54", [0x792a] = "\xb6\x55", - [0x792b] = "\xb6\x56", [0x792c] = "\xb6\x57", [0x792d] = "\xb6\x58", - [0x792e] = "\xb6\x59", [0x792f] = "\xb6\x5a", [0x7930] = "\xb6\x5b", - [0x7931] = "\xb6\x5c", [0x7932] = "\xb6\x5d", [0x7933] = "\xec\xfc", - [0x7934] = "\xb6\x5e", [0x7935] = "\xb6\x5f", [0x7936] = "\xb6\x60", - [0x7937] = "\xb6\x61", [0x7938] = "\xb6\x62", [0x7939] = "\xd3\xed", - [0x793a] = "\xd8\xae", [0x793b] = "\xc0\xeb", [0x793c] = "\xb6\x63", - [0x793d] = "\xc7\xdd", [0x793e] = "\xba\xcc", [0x793f] = "\xb6\x64", - [0x7940] = "\xd0\xe3", [0x7941] = "\xcb\xbd", [0x7942] = "\xb6\x65", - [0x7943] = "\xcd\xba", [0x7944] = "\xb6\x66", [0x7945] = "\xb6\x67", - [0x7946] = "\xb8\xd1", [0x7947] = "\xb6\x68", [0x7948] = "\xb6\x69", - [0x7949] = "\xb1\xfc", [0x794a] = "\xb6\x6a", [0x794b] = "\xc7\xef", - [0x794c] = "\xb6\x6b", [0x794d] = "\xd6\xd6", [0x794e] = "\xb6\x6c", - [0x794f] = "\xb6\x6d", [0x7950] = "\xb6\x6e", [0x7951] = "\xbf\xc6", - [0x7952] = "\xc3\xeb", [0x7953] = "\xb6\x6f", [0x7954] = "\xb6\x70", - [0x7955] = "\xef\xf5", [0x7956] = "\xb6\x71", [0x7957] = "\xb6\x72", - [0x7958] = "\xc3\xd8", [0x7959] = "\xb6\x73", [0x795a] = "\xb6\x74", - [0x795b] = "\xb6\x75", [0x795c] = "\xb6\x76", [0x795d] = "\xb6\x77", - [0x795e] = "\xb6\x78", [0x795f] = "\xd7\xe2", [0x7960] = "\xb6\x79", - [0x7961] = "\xb6\x7a", [0x7962] = "\xb6\x7b", [0x7963] = "\xef\xf7", - [0x7964] = "\xb3\xd3", [0x7965] = "\xb6\x7c", [0x7966] = "\xc7\xd8", - [0x7967] = "\xd1\xed", [0x7968] = "\xb6\x7d", [0x7969] = "\xd6\xc8", - [0x796a] = "\xb6\x7e", [0x796b] = "\xef\xf8", [0x796c] = "\xb6\x80", - [0x796d] = "\xef\xf6", [0x796e] = "\xb6\x81", [0x796f] = "\xbb\xfd", - [0x7970] = "\xb3\xc6", [0x7971] = "\xb6\x82", [0x7972] = "\xb6\x83", - [0x7973] = "\xb6\x84", [0x7974] = "\xb6\x85", [0x7975] = "\xb6\x86", - [0x7976] = "\xb6\x87", [0x7977] = "\xb6\x88", [0x7978] = "\xbd\xd5", - [0x7979] = "\xb6\x89", [0x797a] = "\xb6\x8a", [0x797b] = "\xd2\xc6", - [0x797c] = "\xb6\x8b", [0x797d] = "\xbb\xe0", [0x797e] = "\xb6\x8c", - [0x797f] = "\xb6\x8d", [0x7980] = "\xcf\xa1", [0x7981] = "\xb6\x8e", - [0x7982] = "\xef\xfc", [0x7983] = "\xef\xfb", [0x7984] = "\xb6\x8f", - [0x7985] = "\xb6\x90", [0x7986] = "\xef\xf9", [0x7987] = "\xb6\x91", - [0x7988] = "\xb6\x92", [0x7989] = "\xb6\x93", [0x798a] = "\xb6\x94", - [0x798b] = "\xb3\xcc", [0x798c] = "\xb6\x95", [0x798d] = "\xc9\xd4", - [0x798e] = "\xcb\xb0", [0x798f] = "\xb6\x96", [0x7990] = "\xb6\x97", - [0x7991] = "\xb6\x98", [0x7992] = "\xb6\x99", [0x7993] = "\xb6\x9a", - [0x7994] = "\xef\xfe", [0x7995] = "\xb6\x9b", [0x7996] = "\xb6\x9c", - [0x7997] = "\xb0\xde", [0x7998] = "\xb6\x9d", [0x7999] = "\xb6\x9e", - [0x799a] = "\xd6\xc9", [0x799b] = "\xb6\x9f", [0x799c] = "\xb6\xa0", - [0x799d] = "\xb7\x40", [0x799e] = "\xef\xfd", [0x799f] = "\xb7\x41", - [0x79a0] = "\xb3\xed", [0x79a1] = "\xb7\x42", [0x79a2] = "\xb7\x43", - [0x79a3] = "\xf6\xd5", [0x79a4] = "\xb7\x44", [0x79a5] = "\xb7\x45", - [0x79a6] = "\xb7\x46", [0x79a7] = "\xb7\x47", [0x79a8] = "\xb7\x48", - [0x79a9] = "\xb7\x49", [0x79aa] = "\xb7\x4a", [0x79ab] = "\xb7\x4b", - [0x79ac] = "\xb7\x4c", [0x79ad] = "\xb7\x4d", [0x79ae] = "\xb7\x4e", - [0x79af] = "\xb7\x4f", [0x79b0] = "\xb7\x50", [0x79b1] = "\xb7\x51", - [0x79b2] = "\xb7\x52", [0x79b3] = "\xce\xc8", [0x79b4] = "\xb7\x53", - [0x79b5] = "\xb7\x54", [0x79b6] = "\xb7\x55", [0x79b7] = "\xf0\xa2", - [0x79b8] = "\xb7\x56", [0x79b9] = "\xf0\xa1", [0x79ba] = "\xb7\x57", - [0x79bb] = "\xb5\xbe", [0x79bc] = "\xbc\xda", [0x79bd] = "\xbb\xfc", - [0x79be] = "\xb7\x58", [0x79bf] = "\xb8\xe5", [0x79c0] = "\xb7\x59", - [0x79c1] = "\xb7\x5a", [0x79c2] = "\xb7\x5b", [0x79c3] = "\xb7\x5c", - [0x79c4] = "\xb7\x5d", [0x79c5] = "\xb7\x5e", [0x79c6] = "\xc4\xc2", - [0x79c7] = "\xb7\x5f", [0x79c8] = "\xb7\x60", [0x79c9] = "\xb7\x61", - [0x79ca] = "\xb7\x62", [0x79cb] = "\xb7\x63", [0x79cc] = "\xb7\x64", - [0x79cd] = "\xb7\x65", [0x79ce] = "\xb7\x66", [0x79cf] = "\xb7\x67", - [0x79d0] = "\xb7\x68", [0x79d1] = "\xf0\xa3", [0x79d2] = "\xb7\x69", - [0x79d3] = "\xb7\x6a", [0x79d4] = "\xb7\x6b", [0x79d5] = "\xb7\x6c", - [0x79d6] = "\xb7\x6d", [0x79d7] = "\xcb\xeb", [0x79d8] = "\xb7\x6e", - [0x79d9] = "\xb7\x6f", [0x79da] = "\xb7\x70", [0x79db] = "\xb7\x71", - [0x79dc] = "\xb7\x72", [0x79dd] = "\xb7\x73", [0x79de] = "\xb7\x74", - [0x79df] = "\xb7\x75", [0x79e0] = "\xb7\x76", [0x79e1] = "\xb7\x77", - [0x79e2] = "\xb7\x78", [0x79e3] = "\xb7\x79", [0x79e4] = "\xb7\x7a", - [0x79e5] = "\xb7\x7b", [0x79e6] = "\xb7\x7c", [0x79e7] = "\xb7\x7d", - [0x79e8] = "\xb7\x7e", [0x79e9] = "\xb7\x80", [0x79ea] = "\xb7\x81", - [0x79eb] = "\xb7\x82", [0x79ec] = "\xb7\x83", [0x79ed] = "\xb7\x84", - [0x79ee] = "\xb7\x85", [0x79ef] = "\xb7\x86", [0x79f0] = "\xf0\xa6", - [0x79f1] = "\xb7\x87", [0x79f2] = "\xb7\x88", [0x79f3] = "\xb7\x89", - [0x79f4] = "\xd1\xa8", [0x79f5] = "\xb7\x8a", [0x79f6] = "\xbe\xbf", - [0x79f7] = "\xc7\xee", [0x79f8] = "\xf1\xb6", [0x79f9] = "\xf1\xb7", - [0x79fa] = "\xbf\xd5", [0x79fb] = "\xb7\x8b", [0x79fc] = "\xb7\x8c", - [0x79fd] = "\xb7\x8d", [0x79fe] = "\xb7\x8e", [0x79ff] = "\xb4\xa9", - [0x7a00] = "\xf1\xb8", [0x7a01] = "\xcd\xbb", [0x7a02] = "\xb7\x8f", - [0x7a03] = "\xc7\xd4", [0x7a04] = "\xd5\xad", [0x7a05] = "\xb7\x90", - [0x7a06] = "\xf1\xb9", [0x7a07] = "\xb7\x91", [0x7a08] = "\xf1\xba", - [0x7a09] = "\xb7\x92", [0x7a0a] = "\xb7\x93", [0x7a0b] = "\xb7\x94", - [0x7a0c] = "\xb7\x95", [0x7a0d] = "\xc7\xcf", [0x7a0e] = "\xb7\x96", - [0x7a0f] = "\xb7\x97", [0x7a10] = "\xb7\x98", [0x7a11] = "\xd2\xa4", - [0x7a12] = "\xd6\xcf", [0x7a13] = "\xb7\x99", [0x7a14] = "\xb7\x9a", - [0x7a15] = "\xf1\xbb", [0x7a16] = "\xbd\xd1", [0x7a17] = "\xb4\xb0", - [0x7a18] = "\xbe\xbd", [0x7a19] = "\xb7\x9b", [0x7a1a] = "\xb7\x9c", - [0x7a1b] = "\xb7\x9d", [0x7a1c] = "\xb4\xdc", [0x7a1d] = "\xce\xd1", - [0x7a1e] = "\xb7\x9e", [0x7a1f] = "\xbf\xdf", [0x7a20] = "\xf1\xbd", - [0x7a21] = "\xb7\x9f", [0x7a22] = "\xb7\xa0", [0x7a23] = "\xb8\x40", - [0x7a24] = "\xb8\x41", [0x7a25] = "\xbf\xfa", [0x7a26] = "\xf1\xbc", - [0x7a27] = "\xb8\x42", [0x7a28] = "\xf1\xbf", [0x7a29] = "\xb8\x43", - [0x7a2a] = "\xb8\x44", [0x7a2b] = "\xb8\x45", [0x7a2c] = "\xf1\xbe", - [0x7a2d] = "\xf1\xc0", [0x7a2e] = "\xb8\x46", [0x7a2f] = "\xb8\x47", - [0x7a30] = "\xb8\x48", [0x7a31] = "\xb8\x49", [0x7a32] = "\xb8\x4a", - [0x7a33] = "\xf1\xc1", [0x7a34] = "\xb8\x4b", [0x7a35] = "\xb8\x4c", - [0x7a36] = "\xb8\x4d", [0x7a37] = "\xb8\x4e", [0x7a38] = "\xb8\x4f", - [0x7a39] = "\xb8\x50", [0x7a3a] = "\xb8\x51", [0x7a3b] = "\xb8\x52", - [0x7a3c] = "\xb8\x53", [0x7a3d] = "\xb8\x54", [0x7a3e] = "\xb8\x55", - [0x7a3f] = "\xc1\xfe", [0x7a40] = "\xb8\x56", [0x7a41] = "\xb8\x57", - [0x7a42] = "\xb8\x58", [0x7a43] = "\xb8\x59", [0x7a44] = "\xb8\x5a", - [0x7a45] = "\xb8\x5b", [0x7a46] = "\xb8\x5c", [0x7a47] = "\xb8\x5d", - [0x7a48] = "\xb8\x5e", [0x7a49] = "\xb8\x5f", [0x7a4a] = "\xb8\x60", - [0x7a4b] = "\xc1\xa2", [0x7a4c] = "\xb8\x61", [0x7a4d] = "\xb8\x62", - [0x7a4e] = "\xb8\x63", [0x7a4f] = "\xb8\x64", [0x7a50] = "\xb8\x65", - [0x7a51] = "\xb8\x66", [0x7a52] = "\xb8\x67", [0x7a53] = "\xb8\x68", - [0x7a54] = "\xb8\x69", [0x7a55] = "\xb8\x6a", [0x7a56] = "\xca\xfa", - [0x7a57] = "\xb8\x6b", [0x7a58] = "\xb8\x6c", [0x7a59] = "\xd5\xbe", - [0x7a5a] = "\xb8\x6d", [0x7a5b] = "\xb8\x6e", [0x7a5c] = "\xb8\x6f", - [0x7a5d] = "\xb8\x70", [0x7a5e] = "\xbe\xba", [0x7a5f] = "\xbe\xb9", - [0x7a60] = "\xd5\xc2", [0x7a61] = "\xb8\x71", [0x7a62] = "\xb8\x72", - [0x7a63] = "\xbf\xa2", [0x7a64] = "\xb8\x73", [0x7a65] = "\xcd\xaf", - [0x7a66] = "\xf1\xb5", [0x7a67] = "\xb8\x74", [0x7a68] = "\xb8\x75", - [0x7a69] = "\xb8\x76", [0x7a6a] = "\xb8\x77", [0x7a6b] = "\xb8\x78", - [0x7a6c] = "\xb8\x79", [0x7a6d] = "\xbd\xdf", [0x7a6e] = "\xb8\x7a", - [0x7a6f] = "\xb6\xcb", [0x7a70] = "\xb8\x7b", [0x7a71] = "\xb8\x7c", - [0x7a72] = "\xb8\x7d", [0x7a73] = "\xb8\x7e", [0x7a74] = "\xb8\x80", - [0x7a75] = "\xb8\x81", [0x7a76] = "\xb8\x82", [0x7a77] = "\xb8\x83", - [0x7a78] = "\xb8\x84", [0x7a79] = "\xd6\xf1", [0x7a7a] = "\xf3\xc3", - [0x7a7b] = "\xb8\x85", [0x7a7c] = "\xb8\x86", [0x7a7d] = "\xf3\xc4", - [0x7a7e] = "\xb8\x87", [0x7a7f] = "\xb8\xcd", [0x7a80] = "\xb8\x88", - [0x7a81] = "\xb8\x89", [0x7a82] = "\xb8\x8a", [0x7a83] = "\xf3\xc6", - [0x7a84] = "\xf3\xc7", [0x7a85] = "\xb8\x8b", [0x7a86] = "\xb0\xca", - [0x7a87] = "\xb8\x8c", [0x7a88] = "\xf3\xc5", [0x7a89] = "\xb8\x8d", - [0x7a8a] = "\xf3\xc9", [0x7a8b] = "\xcb\xf1", [0x7a8c] = "\xb8\x8e", - [0x7a8d] = "\xb8\x8f", [0x7a8e] = "\xb8\x90", [0x7a8f] = "\xf3\xcb", - [0x7a90] = "\xb8\x91", [0x7a91] = "\xd0\xa6", [0x7a92] = "\xb8\x92", - [0x7a93] = "\xb8\x93", [0x7a94] = "\xb1\xca", [0x7a95] = "\xf3\xc8", - [0x7a96] = "\xb8\x94", [0x7a97] = "\xb8\x95", [0x7a98] = "\xb8\x96", - [0x7a99] = "\xf3\xcf", [0x7a9a] = "\xb8\x97", [0x7a9b] = "\xb5\xd1", - [0x7a9c] = "\xb8\x98", [0x7a9d] = "\xb8\x99", [0x7a9e] = "\xf3\xd7", - [0x7a9f] = "\xb8\x9a", [0x7aa0] = "\xf3\xd2", [0x7aa1] = "\xb8\x9b", - [0x7aa2] = "\xb8\x9c", [0x7aa3] = "\xb8\x9d", [0x7aa4] = "\xf3\xd4", - [0x7aa5] = "\xf3\xd3", [0x7aa6] = "\xb7\xfb", [0x7aa7] = "\xb8\x9e", - [0x7aa8] = "\xb1\xbf", [0x7aa9] = "\xb8\x9f", [0x7aaa] = "\xf3\xce", - [0x7aab] = "\xf3\xca", [0x7aac] = "\xb5\xda", [0x7aad] = "\xb8\xa0", - [0x7aae] = "\xf3\xd0", [0x7aaf] = "\xb9\x40", [0x7ab0] = "\xb9\x41", - [0x7ab1] = "\xf3\xd1", [0x7ab2] = "\xb9\x42", [0x7ab3] = "\xf3\xd5", - [0x7ab4] = "\xb9\x43", [0x7ab5] = "\xb9\x44", [0x7ab6] = "\xb9\x45", - [0x7ab7] = "\xb9\x46", [0x7ab8] = "\xf3\xcd", [0x7ab9] = "\xb9\x47", - [0x7aba] = "\xbc\xe3", [0x7abb] = "\xb9\x48", [0x7abc] = "\xc1\xfd", - [0x7abd] = "\xb9\x49", [0x7abe] = "\xf3\xd6", [0x7abf] = "\xb9\x4a", - [0x7ac0] = "\xb9\x4b", [0x7ac1] = "\xb9\x4c", [0x7ac2] = "\xb9\x4d", - [0x7ac3] = "\xb9\x4e", [0x7ac4] = "\xb9\x4f", [0x7ac5] = "\xf3\xda", - [0x7ac6] = "\xb9\x50", [0x7ac7] = "\xf3\xcc", [0x7ac8] = "\xb9\x51", - [0x7ac9] = "\xb5\xc8", [0x7aca] = "\xb9\x52", [0x7acb] = "\xbd\xee", - [0x7acc] = "\xf3\xdc", [0x7acd] = "\xb9\x53", [0x7ace] = "\xb9\x54", - [0x7acf] = "\xb7\xa4", [0x7ad0] = "\xbf\xf0", [0x7ad1] = "\xd6\xfe", - [0x7ad2] = "\xcd\xb2", [0x7ad3] = "\xb9\x55", [0x7ad4] = "\xb4\xf0", - [0x7ad5] = "\xb9\x56", [0x7ad6] = "\xb2\xdf", [0x7ad7] = "\xb9\x57", - [0x7ad8] = "\xf3\xd8", [0x7ad9] = "\xb9\x58", [0x7ada] = "\xf3\xd9", - [0x7adb] = "\xc9\xb8", [0x7adc] = "\xb9\x59", [0x7add] = "\xf3\xdd", - [0x7ade] = "\xb9\x5a", [0x7adf] = "\xb9\x5b", [0x7ae0] = "\xf3\xde", - [0x7ae1] = "\xb9\x5c", [0x7ae2] = "\xf3\xe1", [0x7ae3] = "\xb9\x5d", - [0x7ae4] = "\xb9\x5e", [0x7ae5] = "\xb9\x5f", [0x7ae6] = "\xb9\x60", - [0x7ae7] = "\xb9\x61", [0x7ae8] = "\xb9\x62", [0x7ae9] = "\xb9\x63", - [0x7aea] = "\xb9\x64", [0x7aeb] = "\xb9\x65", [0x7aec] = "\xb9\x66", - [0x7aed] = "\xb9\x67", [0x7aee] = "\xf3\xdf", [0x7aef] = "\xb9\x68", - [0x7af0] = "\xb9\x69", [0x7af1] = "\xf3\xe3", [0x7af2] = "\xf3\xe2", - [0x7af3] = "\xb9\x6a", [0x7af4] = "\xb9\x6b", [0x7af5] = "\xf3\xdb", - [0x7af6] = "\xb9\x6c", [0x7af7] = "\xbf\xea", [0x7af8] = "\xb9\x6d", - [0x7af9] = "\xb3\xef", [0x7afa] = "\xb9\x6e", [0x7afb] = "\xf3\xe0", - [0x7afc] = "\xb9\x6f", [0x7afd] = "\xb9\x70", [0x7afe] = "\xc7\xa9", - [0x7aff] = "\xb9\x71", [0x7b00] = "\xbc\xf2", [0x7b01] = "\xb9\x72", - [0x7b02] = "\xb9\x73", [0x7b03] = "\xb9\x74", [0x7b04] = "\xb9\x75", - [0x7b05] = "\xf3\xeb", [0x7b06] = "\xb9\x76", [0x7b07] = "\xb9\x77", - [0x7b08] = "\xb9\x78", [0x7b09] = "\xb9\x79", [0x7b0a] = "\xb9\x7a", - [0x7b0b] = "\xb9\x7b", [0x7b0c] = "\xb9\x7c", [0x7b0d] = "\xb9\xbf", - [0x7b0e] = "\xb9\x7d", [0x7b0f] = "\xb9\x7e", [0x7b10] = "\xf3\xe4", - [0x7b11] = "\xb9\x80", [0x7b12] = "\xb9\x81", [0x7b13] = "\xb9\x82", - [0x7b14] = "\xb2\xad", [0x7b15] = "\xbb\xfe", [0x7b16] = "\xb9\x83", - [0x7b17] = "\xcb\xe3", [0x7b18] = "\xb9\x84", [0x7b19] = "\xb9\x85", - [0x7b1a] = "\xb9\x86", [0x7b1b] = "\xb9\x87", [0x7b1c] = "\xf3\xed", - [0x7b1d] = "\xf3\xe9", [0x7b1e] = "\xb9\x88", [0x7b1f] = "\xb9\x89", - [0x7b20] = "\xb9\x8a", [0x7b21] = "\xb9\xdc", [0x7b22] = "\xf3\xee", - [0x7b23] = "\xb9\x8b", [0x7b24] = "\xb9\x8c", [0x7b25] = "\xb9\x8d", - [0x7b26] = "\xf3\xe5", [0x7b27] = "\xf3\xe6", [0x7b28] = "\xf3\xea", - [0x7b29] = "\xc2\xe1", [0x7b2a] = "\xf3\xec", [0x7b2b] = "\xf3\xef", - [0x7b2c] = "\xf3\xe8", [0x7b2d] = "\xbc\xfd", [0x7b2e] = "\xb9\x8e", - [0x7b2f] = "\xb9\x8f", [0x7b30] = "\xb9\x90", [0x7b31] = "\xcf\xe4", - [0x7b32] = "\xb9\x91", [0x7b33] = "\xb9\x92", [0x7b34] = "\xf3\xf0", - [0x7b35] = "\xb9\x93", [0x7b36] = "\xb9\x94", [0x7b37] = "\xb9\x95", - [0x7b38] = "\xf3\xe7", [0x7b39] = "\xb9\x96", [0x7b3a] = "\xb9\x97", - [0x7b3b] = "\xb9\x98", [0x7b3c] = "\xb9\x99", [0x7b3d] = "\xb9\x9a", - [0x7b3e] = "\xb9\x9b", [0x7b3f] = "\xb9\x9c", [0x7b40] = "\xb9\x9d", - [0x7b41] = "\xf3\xf2", [0x7b42] = "\xb9\x9e", [0x7b43] = "\xb9\x9f", - [0x7b44] = "\xb9\xa0", [0x7b45] = "\xba\x40", [0x7b46] = "\xd7\xad", - [0x7b47] = "\xc6\xaa", [0x7b48] = "\xba\x41", [0x7b49] = "\xba\x42", - [0x7b4a] = "\xba\x43", [0x7b4b] = "\xba\x44", [0x7b4c] = "\xf3\xf3", - [0x7b4d] = "\xba\x45", [0x7b4e] = "\xba\x46", [0x7b4f] = "\xba\x47", - [0x7b50] = "\xba\x48", [0x7b51] = "\xf3\xf1", [0x7b52] = "\xba\x49", - [0x7b53] = "\xc2\xa8", [0x7b54] = "\xba\x4a", [0x7b55] = "\xba\x4b", - [0x7b56] = "\xba\x4c", [0x7b57] = "\xba\x4d", [0x7b58] = "\xba\x4e", - [0x7b59] = "\xb8\xdd", [0x7b5a] = "\xf3\xf5", [0x7b5b] = "\xba\x4f", - [0x7b5c] = "\xba\x50", [0x7b5d] = "\xf3\xf4", [0x7b5e] = "\xba\x51", - [0x7b5f] = "\xba\x52", [0x7b60] = "\xba\x53", [0x7b61] = "\xb4\xdb", - [0x7b62] = "\xba\x54", [0x7b63] = "\xba\x55", [0x7b64] = "\xba\x56", - [0x7b65] = "\xf3\xf6", [0x7b66] = "\xf3\xf7", [0x7b67] = "\xba\x57", - [0x7b68] = "\xba\x58", [0x7b69] = "\xba\x59", [0x7b6a] = "\xf3\xf8", - [0x7b6b] = "\xba\x5a", [0x7b6c] = "\xba\x5b", [0x7b6d] = "\xba\x5c", - [0x7b6e] = "\xc0\xba", [0x7b6f] = "\xba\x5d", [0x7b70] = "\xba\x5e", - [0x7b71] = "\xc0\xe9", [0x7b72] = "\xba\x5f", [0x7b73] = "\xba\x60", - [0x7b74] = "\xba\x61", [0x7b75] = "\xba\x62", [0x7b76] = "\xba\x63", - [0x7b77] = "\xc5\xf1", [0x7b78] = "\xba\x64", [0x7b79] = "\xba\x65", - [0x7b7a] = "\xba\x66", [0x7b7b] = "\xba\x67", [0x7b7c] = "\xf3\xfb", - [0x7b7d] = "\xba\x68", [0x7b7e] = "\xf3\xfa", [0x7b7f] = "\xba\x69", - [0x7b80] = "\xba\x6a", [0x7b81] = "\xba\x6b", [0x7b82] = "\xba\x6c", - [0x7b83] = "\xba\x6d", [0x7b84] = "\xba\x6e", [0x7b85] = "\xba\x6f", - [0x7b86] = "\xba\x70", [0x7b87] = "\xb4\xd8", [0x7b88] = "\xba\x71", - [0x7b89] = "\xba\x72", [0x7b8a] = "\xba\x73", [0x7b8b] = "\xf3\xfe", - [0x7b8c] = "\xf3\xf9", [0x7b8d] = "\xba\x74", [0x7b8e] = "\xba\x75", - [0x7b8f] = "\xf3\xfc", [0x7b90] = "\xba\x76", [0x7b91] = "\xba\x77", - [0x7b92] = "\xba\x78", [0x7b93] = "\xba\x79", [0x7b94] = "\xba\x7a", - [0x7b95] = "\xba\x7b", [0x7b96] = "\xf3\xfd", [0x7b97] = "\xba\x7c", - [0x7b98] = "\xba\x7d", [0x7b99] = "\xba\x7e", [0x7b9a] = "\xba\x80", - [0x7b9b] = "\xba\x81", [0x7b9c] = "\xba\x82", [0x7b9d] = "\xba\x83", - [0x7b9e] = "\xba\x84", [0x7b9f] = "\xf4\xa1", [0x7ba0] = "\xba\x85", - [0x7ba1] = "\xba\x86", [0x7ba2] = "\xba\x87", [0x7ba3] = "\xba\x88", - [0x7ba4] = "\xba\x89", [0x7ba5] = "\xba\x8a", [0x7ba6] = "\xf4\xa3", - [0x7ba7] = "\xbb\xc9", [0x7ba8] = "\xba\x8b", [0x7ba9] = "\xba\x8c", - [0x7baa] = "\xf4\xa2", [0x7bab] = "\xba\x8d", [0x7bac] = "\xba\x8e", - [0x7bad] = "\xba\x8f", [0x7bae] = "\xba\x90", [0x7baf] = "\xba\x91", - [0x7bb0] = "\xba\x92", [0x7bb1] = "\xba\x93", [0x7bb2] = "\xba\x94", - [0x7bb3] = "\xba\x95", [0x7bb4] = "\xba\x96", [0x7bb5] = "\xba\x97", - [0x7bb6] = "\xba\x98", [0x7bb7] = "\xba\x99", [0x7bb8] = "\xf4\xa4", - [0x7bb9] = "\xba\x9a", [0x7bba] = "\xba\x9b", [0x7bbb] = "\xba\x9c", - [0x7bbc] = "\xba\x9d", [0x7bbd] = "\xba\x9e", [0x7bbe] = "\xba\x9f", - [0x7bbf] = "\xb2\xbe", [0x7bc0] = "\xf4\xa6", [0x7bc1] = "\xf4\xa5", - [0x7bc2] = "\xba\xa0", [0x7bc3] = "\xbb\x40", [0x7bc4] = "\xbb\x41", - [0x7bc5] = "\xbb\x42", [0x7bc6] = "\xbb\x43", [0x7bc7] = "\xbb\x44", - [0x7bc8] = "\xbb\x45", [0x7bc9] = "\xbb\x46", [0x7bca] = "\xbb\x47", - [0x7bcb] = "\xbb\x48", [0x7bcc] = "\xbb\x49", [0x7bcd] = "\xbc\xae", - [0x7bce] = "\xbb\x4a", [0x7bcf] = "\xbb\x4b", [0x7bd0] = "\xbb\x4c", - [0x7bd1] = "\xbb\x4d", [0x7bd2] = "\xbb\x4e", [0x7bd3] = "\xbb\x4f", - [0x7bd4] = "\xbb\x50", [0x7bd5] = "\xbb\x51", [0x7bd6] = "\xbb\x52", - [0x7bd7] = "\xbb\x53", [0x7bd8] = "\xbb\x54", [0x7bd9] = "\xbb\x55", - [0x7bda] = "\xbb\x56", [0x7bdb] = "\xbb\x57", [0x7bdc] = "\xbb\x58", - [0x7bdd] = "\xbb\x59", [0x7bde] = "\xbb\x5a", [0x7bdf] = "\xbb\x5b", - [0x7be0] = "\xbb\x5c", [0x7be1] = "\xbb\x5d", [0x7be2] = "\xbb\x5e", - [0x7be3] = "\xbb\x5f", [0x7be4] = "\xbb\x60", [0x7be5] = "\xbb\x61", - [0x7be6] = "\xbb\x62", [0x7be7] = "\xbb\x63", [0x7be8] = "\xbb\x64", - [0x7be9] = "\xbb\x65", [0x7bea] = "\xbb\x66", [0x7beb] = "\xbb\x67", - [0x7bec] = "\xbb\x68", [0x7bed] = "\xbb\x69", [0x7bee] = "\xbb\x6a", - [0x7bef] = "\xbb\x6b", [0x7bf0] = "\xbb\x6c", [0x7bf1] = "\xbb\x6d", - [0x7bf2] = "\xbb\x6e", [0x7bf3] = "\xc3\xd7", [0x7bf4] = "\xd9\xe1", - [0x7bf5] = "\xbb\x6f", [0x7bf6] = "\xbb\x70", [0x7bf7] = "\xbb\x71", - [0x7bf8] = "\xbb\x72", [0x7bf9] = "\xbb\x73", [0x7bfa] = "\xbb\x74", - [0x7bfb] = "\xc0\xe0", [0x7bfc] = "\xf4\xcc", [0x7bfd] = "\xd7\xd1", - [0x7bfe] = "\xbb\x75", [0x7bff] = "\xbb\x76", [0x7c00] = "\xbb\x77", - [0x7c01] = "\xbb\x78", [0x7c02] = "\xbb\x79", [0x7c03] = "\xbb\x7a", - [0x7c04] = "\xbb\x7b", [0x7c05] = "\xbb\x7c", [0x7c06] = "\xbb\x7d", - [0x7c07] = "\xbb\x7e", [0x7c08] = "\xbb\x80", [0x7c09] = "\xb7\xdb", - [0x7c0a] = "\xbb\x81", [0x7c0b] = "\xbb\x82", [0x7c0c] = "\xbb\x83", - [0x7c0d] = "\xbb\x84", [0x7c0e] = "\xbb\x85", [0x7c0f] = "\xbb\x86", - [0x7c10] = "\xbb\x87", [0x7c11] = "\xf4\xce", [0x7c12] = "\xc1\xa3", - [0x7c13] = "\xbb\x88", [0x7c14] = "\xbb\x89", [0x7c15] = "\xc6\xc9", - [0x7c16] = "\xbb\x8a", [0x7c17] = "\xb4\xd6", [0x7c18] = "\xd5\xb3", - [0x7c19] = "\xbb\x8b", [0x7c1a] = "\xbb\x8c", [0x7c1b] = "\xbb\x8d", - [0x7c1c] = "\xf4\xd0", [0x7c1d] = "\xf4\xcf", [0x7c1e] = "\xf4\xd1", - [0x7c1f] = "\xcb\xda", [0x7c20] = "\xbb\x8e", [0x7c21] = "\xbb\x8f", - [0x7c22] = "\xf4\xd2", [0x7c23] = "\xbb\x90", [0x7c24] = "\xd4\xc1", - [0x7c25] = "\xd6\xe0", [0x7c26] = "\xbb\x91", [0x7c27] = "\xbb\x92", - [0x7c28] = "\xbb\x93", [0x7c29] = "\xbb\x94", [0x7c2a] = "\xb7\xe0", - [0x7c2b] = "\xbb\x95", [0x7c2c] = "\xbb\x96", [0x7c2d] = "\xbb\x97", - [0x7c2e] = "\xc1\xb8", [0x7c2f] = "\xbb\x98", [0x7c30] = "\xbb\x99", - [0x7c31] = "\xc1\xbb", [0x7c32] = "\xf4\xd3", [0x7c33] = "\xbe\xac", - [0x7c34] = "\xbb\x9a", [0x7c35] = "\xbb\x9b", [0x7c36] = "\xbb\x9c", - [0x7c37] = "\xbb\x9d", [0x7c38] = "\xbb\x9e", [0x7c39] = "\xb4\xe2", - [0x7c3a] = "\xbb\x9f", [0x7c3b] = "\xbb\xa0", [0x7c3c] = "\xf4\xd4", - [0x7c3d] = "\xf4\xd5", [0x7c3e] = "\xbe\xab", [0x7c3f] = "\xbc\x40", - [0x7c40] = "\xbc\x41", [0x7c41] = "\xf4\xd6", [0x7c42] = "\xbc\x42", - [0x7c43] = "\xbc\x43", [0x7c44] = "\xbc\x44", [0x7c45] = "\xf4\xdb", - [0x7c46] = "\xbc\x45", [0x7c47] = "\xf4\xd7", [0x7c48] = "\xf4\xda", - [0x7c49] = "\xbc\x46", [0x7c4a] = "\xba\xfd", [0x7c4b] = "\xbc\x47", - [0x7c4c] = "\xf4\xd8", [0x7c4d] = "\xf4\xd9", [0x7c4e] = "\xbc\x48", - [0x7c4f] = "\xbc\x49", [0x7c50] = "\xbc\x4a", [0x7c51] = "\xbc\x4b", - [0x7c52] = "\xbc\x4c", [0x7c53] = "\xbc\x4d", [0x7c54] = "\xbc\x4e", - [0x7c55] = "\xb8\xe2", [0x7c56] = "\xcc\xc7", [0x7c57] = "\xf4\xdc", - [0x7c58] = "\xbc\x4f", [0x7c59] = "\xb2\xda", [0x7c5a] = "\xbc\x50", - [0x7c5b] = "\xbc\x51", [0x7c5c] = "\xc3\xd3", [0x7c5d] = "\xbc\x52", - [0x7c5e] = "\xbc\x53", [0x7c5f] = "\xd4\xe3", [0x7c60] = "\xbf\xb7", - [0x7c61] = "\xbc\x54", [0x7c62] = "\xbc\x55", [0x7c63] = "\xbc\x56", - [0x7c64] = "\xbc\x57", [0x7c65] = "\xbc\x58", [0x7c66] = "\xbc\x59", - [0x7c67] = "\xbc\x5a", [0x7c68] = "\xf4\xdd", [0x7c69] = "\xbc\x5b", - [0x7c6a] = "\xbc\x5c", [0x7c6b] = "\xbc\x5d", [0x7c6c] = "\xbc\x5e", - [0x7c6d] = "\xbc\x5f", [0x7c6e] = "\xbc\x60", [0x7c6f] = "\xc5\xb4", - [0x7c70] = "\xbc\x61", [0x7c71] = "\xbc\x62", [0x7c72] = "\xbc\x63", - [0x7c73] = "\xbc\x64", [0x7c74] = "\xbc\x65", [0x7c75] = "\xbc\x66", - [0x7c76] = "\xbc\x67", [0x7c77] = "\xbc\x68", [0x7c78] = "\xf4\xe9", - [0x7c79] = "\xbc\x69", [0x7c7a] = "\xbc\x6a", [0x7c7b] = "\xcf\xb5", - [0x7c7c] = "\xbc\x6b", [0x7c7d] = "\xbc\x6c", [0x7c7e] = "\xbc\x6d", - [0x7c7f] = "\xbc\x6e", [0x7c80] = "\xbc\x6f", [0x7c81] = "\xbc\x70", - [0x7c82] = "\xbc\x71", [0x7c83] = "\xbc\x72", [0x7c84] = "\xbc\x73", - [0x7c85] = "\xbc\x74", [0x7c86] = "\xbc\x75", [0x7c87] = "\xbc\x76", - [0x7c88] = "\xbc\x77", [0x7c89] = "\xbc\x78", [0x7c8a] = "\xce\xc9", - [0x7c8b] = "\xbc\x79", [0x7c8c] = "\xbc\x7a", [0x7c8d] = "\xbc\x7b", - [0x7c8e] = "\xbc\x7c", [0x7c8f] = "\xbc\x7d", [0x7c90] = "\xbc\x7e", - [0x7c91] = "\xbc\x80", [0x7c92] = "\xbc\x81", [0x7c93] = "\xbc\x82", - [0x7c94] = "\xbc\x83", [0x7c95] = "\xbc\x84", [0x7c96] = "\xbc\x85", - [0x7c97] = "\xbc\x86", [0x7c98] = "\xbc\x87", [0x7c99] = "\xbc\x88", - [0x7c9a] = "\xbc\x89", [0x7c9b] = "\xbc\x8a", [0x7c9c] = "\xbc\x8b", - [0x7c9d] = "\xbc\x8c", [0x7c9e] = "\xbc\x8d", [0x7c9f] = "\xbc\x8e", - [0x7ca0] = "\xcb\xd8", [0x7ca1] = "\xbc\x8f", [0x7ca2] = "\xcb\xf7", - [0x7ca3] = "\xbc\x90", [0x7ca4] = "\xbc\x91", [0x7ca5] = "\xbc\x92", - [0x7ca6] = "\xbc\x93", [0x7ca7] = "\xbd\xf4", [0x7ca8] = "\xbc\x94", - [0x7ca9] = "\xbc\x95", [0x7caa] = "\xbc\x96", [0x7cab] = "\xd7\xcf", - [0x7cac] = "\xbc\x97", [0x7cad] = "\xbc\x98", [0x7cae] = "\xbc\x99", - [0x7caf] = "\xc0\xdb", [0x7cb0] = "\xbc\x9a", [0x7cb1] = "\xbc\x9b", - [0x7cb2] = "\xbc\x9c", [0x7cb3] = "\xbc\x9d", [0x7cb4] = "\xbc\x9e", - [0x7cb5] = "\xbc\x9f", [0x7cb6] = "\xbc\xa0", [0x7cb7] = "\xbd\x40", - [0x7cb8] = "\xbd\x41", [0x7cb9] = "\xbd\x42", [0x7cba] = "\xbd\x43", - [0x7cbb] = "\xbd\x44", [0x7cbc] = "\xbd\x45", [0x7cbd] = "\xbd\x46", - [0x7cbe] = "\xbd\x47", [0x7cbf] = "\xbd\x48", [0x7cc0] = "\xbd\x49", - [0x7cc1] = "\xbd\x4a", [0x7cc2] = "\xbd\x4b", [0x7cc3] = "\xbd\x4c", - [0x7cc4] = "\xbd\x4d", [0x7cc5] = "\xbd\x4e", [0x7cc6] = "\xbd\x4f", - [0x7cc7] = "\xbd\x50", [0x7cc8] = "\xbd\x51", [0x7cc9] = "\xbd\x52", - [0x7cca] = "\xbd\x53", [0x7ccb] = "\xbd\x54", [0x7ccc] = "\xbd\x55", - [0x7ccd] = "\xbd\x56", [0x7cce] = "\xbd\x57", [0x7ccf] = "\xbd\x58", - [0x7cd0] = "\xbd\x59", [0x7cd1] = "\xbd\x5a", [0x7cd2] = "\xbd\x5b", - [0x7cd3] = "\xbd\x5c", [0x7cd4] = "\xbd\x5d", [0x7cd5] = "\xbd\x5e", - [0x7cd6] = "\xbd\x5f", [0x7cd7] = "\xbd\x60", [0x7cd8] = "\xbd\x61", - [0x7cd9] = "\xbd\x62", [0x7cda] = "\xbd\x63", [0x7cdb] = "\xbd\x64", - [0x7cdc] = "\xbd\x65", [0x7cdd] = "\xbd\x66", [0x7cde] = "\xbd\x67", - [0x7cdf] = "\xbd\x68", [0x7ce0] = "\xbd\x69", [0x7ce1] = "\xbd\x6a", - [0x7ce2] = "\xbd\x6b", [0x7ce3] = "\xbd\x6c", [0x7ce4] = "\xbd\x6d", - [0x7ce5] = "\xbd\x6e", [0x7ce6] = "\xbd\x6f", [0x7ce7] = "\xbd\x70", - [0x7ce8] = "\xbd\x71", [0x7ce9] = "\xbd\x72", [0x7cea] = "\xbd\x73", - [0x7ceb] = "\xbd\x74", [0x7cec] = "\xbd\x75", [0x7ced] = "\xbd\x76", - [0x7cee] = "\xd0\xf5", [0x7cef] = "\xbd\x77", [0x7cf0] = "\xbd\x78", - [0x7cf1] = "\xbd\x79", [0x7cf2] = "\xbd\x7a", [0x7cf3] = "\xbd\x7b", - [0x7cf4] = "\xbd\x7c", [0x7cf5] = "\xbd\x7d", [0x7cf6] = "\xbd\x7e", - [0x7cf7] = "\xf4\xea", [0x7cf8] = "\xbd\x80", [0x7cf9] = "\xbd\x81", - [0x7cfa] = "\xbd\x82", [0x7cfb] = "\xbd\x83", [0x7cfc] = "\xbd\x84", - [0x7cfd] = "\xbd\x85", [0x7cfe] = "\xbd\x86", [0x7cff] = "\xbd\x87", - [0x7d00] = "\xbd\x88", [0x7d01] = "\xbd\x89", [0x7d02] = "\xbd\x8a", - [0x7d03] = "\xbd\x8b", [0x7d04] = "\xbd\x8c", [0x7d05] = "\xbd\x8d", - [0x7d06] = "\xbd\x8e", [0x7d07] = "\xbd\x8f", [0x7d08] = "\xbd\x90", - [0x7d09] = "\xbd\x91", [0x7d0a] = "\xbd\x92", [0x7d0b] = "\xbd\x93", - [0x7d0c] = "\xbd\x94", [0x7d0d] = "\xbd\x95", [0x7d0e] = "\xbd\x96", - [0x7d0f] = "\xbd\x97", [0x7d10] = "\xbd\x98", [0x7d11] = "\xbd\x99", - [0x7d12] = "\xbd\x9a", [0x7d13] = "\xbd\x9b", [0x7d14] = "\xbd\x9c", - [0x7d15] = "\xbd\x9d", [0x7d16] = "\xbd\x9e", [0x7d17] = "\xbd\x9f", - [0x7d18] = "\xbd\xa0", [0x7d19] = "\xbe\x40", [0x7d1a] = "\xbe\x41", - [0x7d1b] = "\xbe\x42", [0x7d1c] = "\xbe\x43", [0x7d1d] = "\xbe\x44", - [0x7d1e] = "\xbe\x45", [0x7d1f] = "\xbe\x46", [0x7d20] = "\xbe\x47", - [0x7d21] = "\xbe\x48", [0x7d22] = "\xbe\x49", [0x7d23] = "\xbe\x4a", - [0x7d24] = "\xbe\x4b", [0x7d25] = "\xbe\x4c", [0x7d26] = "\xf4\xeb", - [0x7d27] = "\xbe\x4d", [0x7d28] = "\xbe\x4e", [0x7d29] = "\xbe\x4f", - [0x7d2a] = "\xbe\x50", [0x7d2b] = "\xbe\x51", [0x7d2c] = "\xbe\x52", - [0x7d2d] = "\xbe\x53", [0x7d2e] = "\xf4\xec", [0x7d2f] = "\xbe\x54", - [0x7d30] = "\xbe\x55", [0x7d31] = "\xbe\x56", [0x7d32] = "\xbe\x57", - [0x7d33] = "\xbe\x58", [0x7d34] = "\xbe\x59", [0x7d35] = "\xbe\x5a", - [0x7d36] = "\xbe\x5b", [0x7d37] = "\xbe\x5c", [0x7d38] = "\xbe\x5d", - [0x7d39] = "\xbe\x5e", [0x7d3a] = "\xbe\x5f", [0x7d3b] = "\xbe\x60", - [0x7d3c] = "\xbe\x61", [0x7d3d] = "\xbe\x62", [0x7d3e] = "\xbe\x63", - [0x7d3f] = "\xbe\x64", [0x7d40] = "\xbe\x65", [0x7d41] = "\xbe\x66", - [0x7d42] = "\xbe\x67", [0x7d43] = "\xbe\x68", [0x7d44] = "\xbe\x69", - [0x7d45] = "\xbe\x6a", [0x7d46] = "\xbe\x6b", [0x7d47] = "\xbe\x6c", - [0x7d48] = "\xbe\x6d", [0x7d49] = "\xbe\x6e", [0x7d4a] = "\xbe\x6f", - [0x7d4b] = "\xbe\x70", [0x7d4c] = "\xbe\x71", [0x7d4d] = "\xbe\x72", - [0x7d4e] = "\xbe\x73", [0x7d4f] = "\xbe\x74", [0x7d50] = "\xbe\x75", - [0x7d51] = "\xbe\x76", [0x7d52] = "\xbe\x77", [0x7d53] = "\xbe\x78", - [0x7d54] = "\xbe\x79", [0x7d55] = "\xbe\x7a", [0x7d56] = "\xbe\x7b", - [0x7d57] = "\xbe\x7c", [0x7d58] = "\xbe\x7d", [0x7d59] = "\xbe\x7e", - [0x7d5a] = "\xbe\x80", [0x7d5b] = "\xbe\x81", [0x7d5c] = "\xbe\x82", - [0x7d5d] = "\xbe\x83", [0x7d5e] = "\xbe\x84", [0x7d5f] = "\xbe\x85", - [0x7d60] = "\xbe\x86", [0x7d61] = "\xbe\x87", [0x7d62] = "\xbe\x88", - [0x7d63] = "\xbe\x89", [0x7d64] = "\xbe\x8a", [0x7d65] = "\xbe\x8b", - [0x7d66] = "\xbe\x8c", [0x7d67] = "\xbe\x8d", [0x7d68] = "\xbe\x8e", - [0x7d69] = "\xbe\x8f", [0x7d6a] = "\xbe\x90", [0x7d6b] = "\xbe\x91", - [0x7d6c] = "\xbe\x92", [0x7d6d] = "\xbe\x93", [0x7d6e] = "\xbe\x94", - [0x7d6f] = "\xbe\x95", [0x7d70] = "\xbe\x96", [0x7d71] = "\xbe\x97", - [0x7d72] = "\xbe\x98", [0x7d73] = "\xbe\x99", [0x7d74] = "\xbe\x9a", - [0x7d75] = "\xbe\x9b", [0x7d76] = "\xbe\x9c", [0x7d77] = "\xbe\x9d", - [0x7d78] = "\xbe\x9e", [0x7d79] = "\xbe\x9f", [0x7d7a] = "\xbe\xa0", - [0x7d7b] = "\xbf\x40", [0x7d7c] = "\xbf\x41", [0x7d7d] = "\xbf\x42", - [0x7d7e] = "\xbf\x43", [0x7d7f] = "\xbf\x44", [0x7d80] = "\xbf\x45", - [0x7d81] = "\xbf\x46", [0x7d82] = "\xbf\x47", [0x7d83] = "\xbf\x48", - [0x7d84] = "\xbf\x49", [0x7d85] = "\xbf\x4a", [0x7d86] = "\xbf\x4b", - [0x7d87] = "\xbf\x4c", [0x7d88] = "\xbf\x4d", [0x7d89] = "\xbf\x4e", - [0x7d8a] = "\xbf\x4f", [0x7d8b] = "\xbf\x50", [0x7d8c] = "\xbf\x51", - [0x7d8d] = "\xbf\x52", [0x7d8e] = "\xbf\x53", [0x7d8f] = "\xbf\x54", - [0x7d90] = "\xbf\x55", [0x7d91] = "\xbf\x56", [0x7d92] = "\xbf\x57", - [0x7d93] = "\xbf\x58", [0x7d94] = "\xbf\x59", [0x7d95] = "\xbf\x5a", - [0x7d96] = "\xbf\x5b", [0x7d97] = "\xbf\x5c", [0x7d98] = "\xbf\x5d", - [0x7d99] = "\xbf\x5e", [0x7d9a] = "\xbf\x5f", [0x7d9b] = "\xbf\x60", - [0x7d9c] = "\xbf\x61", [0x7d9d] = "\xbf\x62", [0x7d9e] = "\xbf\x63", - [0x7d9f] = "\xbf\x64", [0x7da0] = "\xbf\x65", [0x7da1] = "\xbf\x66", - [0x7da2] = "\xbf\x67", [0x7da3] = "\xbf\x68", [0x7da4] = "\xbf\x69", - [0x7da5] = "\xbf\x6a", [0x7da6] = "\xbf\x6b", [0x7da7] = "\xbf\x6c", - [0x7da8] = "\xbf\x6d", [0x7da9] = "\xbf\x6e", [0x7daa] = "\xbf\x6f", - [0x7dab] = "\xbf\x70", [0x7dac] = "\xbf\x71", [0x7dad] = "\xbf\x72", - [0x7dae] = "\xbf\x73", [0x7daf] = "\xbf\x74", [0x7db0] = "\xbf\x75", - [0x7db1] = "\xbf\x76", [0x7db2] = "\xbf\x77", [0x7db3] = "\xbf\x78", - [0x7db4] = "\xbf\x79", [0x7db5] = "\xbf\x7a", [0x7db6] = "\xbf\x7b", - [0x7db7] = "\xbf\x7c", [0x7db8] = "\xbf\x7d", [0x7db9] = "\xbf\x7e", - [0x7dba] = "\xbf\x80", [0x7dbb] = "\xf7\xe3", [0x7dbc] = "\xbf\x81", - [0x7dbd] = "\xbf\x82", [0x7dbe] = "\xbf\x83", [0x7dbf] = "\xbf\x84", - [0x7dc0] = "\xbf\x85", [0x7dc1] = "\xb7\xb1", [0x7dc2] = "\xbf\x86", - [0x7dc3] = "\xbf\x87", [0x7dc4] = "\xbf\x88", [0x7dc5] = "\xbf\x89", - [0x7dc6] = "\xbf\x8a", [0x7dc7] = "\xf4\xed", [0x7dc8] = "\xbf\x8b", - [0x7dc9] = "\xbf\x8c", [0x7dca] = "\xbf\x8d", [0x7dcb] = "\xbf\x8e", - [0x7dcc] = "\xbf\x8f", [0x7dcd] = "\xbf\x90", [0x7dce] = "\xbf\x91", - [0x7dcf] = "\xbf\x92", [0x7dd0] = "\xbf\x93", [0x7dd1] = "\xbf\x94", - [0x7dd2] = "\xbf\x95", [0x7dd3] = "\xbf\x96", [0x7dd4] = "\xbf\x97", - [0x7dd5] = "\xbf\x98", [0x7dd6] = "\xbf\x99", [0x7dd7] = "\xbf\x9a", - [0x7dd8] = "\xbf\x9b", [0x7dd9] = "\xbf\x9c", [0x7dda] = "\xbf\x9d", - [0x7ddb] = "\xbf\x9e", [0x7ddc] = "\xbf\x9f", [0x7ddd] = "\xbf\xa0", - [0x7dde] = "\xc0\x40", [0x7ddf] = "\xc0\x41", [0x7de0] = "\xc0\x42", - [0x7de1] = "\xc0\x43", [0x7de2] = "\xc0\x44", [0x7de3] = "\xc0\x45", - [0x7de4] = "\xc0\x46", [0x7de5] = "\xc0\x47", [0x7de6] = "\xc0\x48", - [0x7de7] = "\xc0\x49", [0x7de8] = "\xc0\x4a", [0x7de9] = "\xc0\x4b", - [0x7dea] = "\xc0\x4c", [0x7deb] = "\xc0\x4d", [0x7dec] = "\xc0\x4e", - [0x7ded] = "\xc0\x4f", [0x7dee] = "\xc0\x50", [0x7def] = "\xc0\x51", - [0x7df0] = "\xc0\x52", [0x7df1] = "\xc0\x53", [0x7df2] = "\xc0\x54", - [0x7df3] = "\xc0\x55", [0x7df4] = "\xc0\x56", [0x7df5] = "\xc0\x57", - [0x7df6] = "\xc0\x58", [0x7df7] = "\xc0\x59", [0x7df8] = "\xc0\x5a", - [0x7df9] = "\xc0\x5b", [0x7dfa] = "\xc0\x5c", [0x7dfb] = "\xc0\x5d", - [0x7dfc] = "\xc0\x5e", [0x7dfd] = "\xc0\x5f", [0x7dfe] = "\xc0\x60", - [0x7dff] = "\xc0\x61", [0x7e00] = "\xc0\x62", [0x7e01] = "\xc0\x63", - [0x7e02] = "\xd7\xeb", [0x7e03] = "\xc0\x64", [0x7e04] = "\xc0\x65", - [0x7e05] = "\xc0\x66", [0x7e06] = "\xc0\x67", [0x7e07] = "\xc0\x68", - [0x7e08] = "\xc0\x69", [0x7e09] = "\xc0\x6a", [0x7e0a] = "\xc0\x6b", - [0x7e0b] = "\xc0\x6c", [0x7e0c] = "\xc0\x6d", [0x7e0d] = "\xc0\x6e", - [0x7e0e] = "\xc0\x6f", [0x7e0f] = "\xc0\x70", [0x7e10] = "\xc0\x71", - [0x7e11] = "\xc0\x72", [0x7e12] = "\xc0\x73", [0x7e13] = "\xc0\x74", - [0x7e14] = "\xc0\x75", [0x7e15] = "\xc0\x76", [0x7e16] = "\xc0\x77", - [0x7e17] = "\xc0\x78", [0x7e18] = "\xc0\x79", [0x7e19] = "\xc0\x7a", - [0x7e1a] = "\xc0\x7b", [0x7e1b] = "\xf4\xee", [0x7e1c] = "\xc0\x7c", - [0x7e1d] = "\xc0\x7d", [0x7e1e] = "\xc0\x7e", [0x7e1f] = "\xe6\xf9", - [0x7e20] = "\xbe\xc0", [0x7e21] = "\xe6\xfa", [0x7e22] = "\xba\xec", - [0x7e23] = "\xe6\xfb", [0x7e24] = "\xcf\xcb", [0x7e25] = "\xe6\xfc", - [0x7e26] = "\xd4\xbc", [0x7e27] = "\xbc\xb6", [0x7e28] = "\xe6\xfd", - [0x7e29] = "\xe6\xfe", [0x7e2a] = "\xbc\xcd", [0x7e2b] = "\xc8\xd2", - [0x7e2c] = "\xce\xb3", [0x7e2d] = "\xe7\xa1", [0x7e2e] = "\xc0\x80", - [0x7e2f] = "\xb4\xbf", [0x7e30] = "\xe7\xa2", [0x7e31] = "\xc9\xb4", - [0x7e32] = "\xb8\xd9", [0x7e33] = "\xc4\xc9", [0x7e34] = "\xc0\x81", - [0x7e35] = "\xd7\xdd", [0x7e36] = "\xc2\xda", [0x7e37] = "\xb7\xd7", - [0x7e38] = "\xd6\xbd", [0x7e39] = "\xce\xc6", [0x7e3a] = "\xb7\xc4", - [0x7e3b] = "\xc0\x82", [0x7e3c] = "\xc0\x83", [0x7e3d] = "\xc5\xa6", - [0x7e3e] = "\xe7\xa3", [0x7e3f] = "\xcf\xdf", [0x7e40] = "\xe7\xa4", - [0x7e41] = "\xe7\xa5", [0x7e42] = "\xe7\xa6", [0x7e43] = "\xc1\xb7", - [0x7e44] = "\xd7\xe9", [0x7e45] = "\xc9\xf0", [0x7e46] = "\xcf\xb8", - [0x7e47] = "\xd6\xaf", [0x7e48] = "\xd6\xd5", [0x7e49] = "\xe7\xa7", - [0x7e4a] = "\xb0\xed", [0x7e4b] = "\xe7\xa8", [0x7e4c] = "\xe7\xa9", - [0x7e4d] = "\xc9\xdc", [0x7e4e] = "\xd2\xef", [0x7e4f] = "\xbe\xad", - [0x7e50] = "\xe7\xaa", [0x7e51] = "\xb0\xf3", [0x7e52] = "\xc8\xde", - [0x7e53] = "\xbd\xe1", [0x7e54] = "\xe7\xab", [0x7e55] = "\xc8\xc6", - [0x7e56] = "\xc0\x84", [0x7e57] = "\xe7\xac", [0x7e58] = "\xbb\xe6", - [0x7e59] = "\xb8\xf8", [0x7e5a] = "\xd1\xa4", [0x7e5b] = "\xe7\xad", - [0x7e5c] = "\xc2\xe7", [0x7e5d] = "\xbe\xf8", [0x7e5e] = "\xbd\xca", - [0x7e5f] = "\xcd\xb3", [0x7e60] = "\xe7\xae", [0x7e61] = "\xe7\xaf", - [0x7e62] = "\xbe\xee", [0x7e63] = "\xd0\xe5", [0x7e64] = "\xc0\x85", - [0x7e65] = "\xcb\xe7", [0x7e66] = "\xcc\xd0", [0x7e67] = "\xbc\xcc", - [0x7e68] = "\xe7\xb0", [0x7e69] = "\xbc\xa8", [0x7e6a] = "\xd0\xf7", - [0x7e6b] = "\xe7\xb1", [0x7e6c] = "\xc0\x86", [0x7e6d] = "\xd0\xf8", - [0x7e6e] = "\xe7\xb2", [0x7e6f] = "\xe7\xb3", [0x7e70] = "\xb4\xc2", - [0x7e71] = "\xe7\xb4", [0x7e72] = "\xe7\xb5", [0x7e73] = "\xc9\xfe", - [0x7e74] = "\xce\xac", [0x7e75] = "\xc3\xe0", [0x7e76] = "\xe7\xb7", - [0x7e77] = "\xb1\xc1", [0x7e78] = "\xb3\xf1", [0x7e79] = "\xc0\x87", - [0x7e7a] = "\xe7\xb8", [0x7e7b] = "\xe7\xb9", [0x7e7c] = "\xd7\xdb", - [0x7e7d] = "\xd5\xc0", [0x7e7e] = "\xe7\xba", [0x7e7f] = "\xc2\xcc", - [0x7e80] = "\xd7\xba", [0x7e81] = "\xe7\xbb", [0x7e82] = "\xe7\xbc", - [0x7e83] = "\xe7\xbd", [0x7e84] = "\xbc\xea", [0x7e85] = "\xc3\xe5", - [0x7e86] = "\xc0\xc2", [0x7e87] = "\xe7\xbe", [0x7e88] = "\xe7\xbf", - [0x7e89] = "\xbc\xa9", [0x7e8a] = "\xc0\x88", [0x7e8b] = "\xe7\xc0", - [0x7e8c] = "\xe7\xc1", [0x7e8d] = "\xe7\xb6", [0x7e8e] = "\xb6\xd0", - [0x7e8f] = "\xe7\xc2", [0x7e90] = "\xc0\x89", [0x7e91] = "\xe7\xc3", - [0x7e92] = "\xe7\xc4", [0x7e93] = "\xbb\xba", [0x7e94] = "\xb5\xde", - [0x7e95] = "\xc2\xc6", [0x7e96] = "\xb1\xe0", [0x7e97] = "\xe7\xc5", - [0x7e98] = "\xd4\xb5", [0x7e99] = "\xe7\xc6", [0x7e9a] = "\xb8\xbf", - [0x7e9b] = "\xe7\xc8", [0x7e9c] = "\xe7\xc7", [0x7e9d] = "\xb7\xec", - [0x7e9e] = "\xc0\x8a", [0x7e9f] = "\xe7\xc9", [0x7ea0] = "\xb2\xf8", - [0x7ea1] = "\xe7\xca", [0x7ea2] = "\xe7\xcb", [0x7ea3] = "\xe7\xcc", - [0x7ea4] = "\xe7\xcd", [0x7ea5] = "\xe7\xce", [0x7ea6] = "\xe7\xcf", - [0x7ea7] = "\xe7\xd0", [0x7ea8] = "\xd3\xa7", [0x7ea9] = "\xcb\xf5", - [0x7eaa] = "\xe7\xd1", [0x7eab] = "\xe7\xd2", [0x7eac] = "\xe7\xd3", - [0x7ead] = "\xe7\xd4", [0x7eae] = "\xc9\xc9", [0x7eaf] = "\xe7\xd5", - [0x7eb0] = "\xe7\xd6", [0x7eb1] = "\xe7\xd7", [0x7eb2] = "\xe7\xd8", - [0x7eb3] = "\xe7\xd9", [0x7eb4] = "\xbd\xc9", [0x7eb5] = "\xe7\xda", - [0x7eb6] = "\xf3\xbe", [0x7eb7] = "\xc0\x8b", [0x7eb8] = "\xb8\xd7", - [0x7eb9] = "\xc0\x8c", [0x7eba] = "\xc8\xb1", [0x7ebb] = "\xc0\x8d", - [0x7ebc] = "\xc0\x8e", [0x7ebd] = "\xc0\x8f", [0x7ebe] = "\xc0\x90", - [0x7ebf] = "\xc0\x91", [0x7ec0] = "\xc0\x92", [0x7ec1] = "\xc0\x93", - [0x7ec2] = "\xf3\xbf", [0x7ec3] = "\xc0\x94", [0x7ec4] = "\xf3\xc0", - [0x7ec5] = "\xf3\xc1", [0x7ec6] = "\xc0\x95", [0x7ec7] = "\xc0\x96", - [0x7ec8] = "\xc0\x97", [0x7ec9] = "\xc0\x98", [0x7eca] = "\xc0\x99", - [0x7ecb] = "\xc0\x9a", [0x7ecc] = "\xc0\x9b", [0x7ecd] = "\xc0\x9c", - [0x7ece] = "\xc0\x9d", [0x7ecf] = "\xc0\x9e", [0x7ed0] = "\xb9\xde", - [0x7ed1] = "\xcd\xf8", [0x7ed2] = "\xc0\x9f", [0x7ed3] = "\xc0\xa0", - [0x7ed4] = "\xd8\xe8", [0x7ed5] = "\xba\xb1", [0x7ed6] = "\xc1\x40", - [0x7ed7] = "\xc2\xde", [0x7ed8] = "\xee\xb7", [0x7ed9] = "\xc1\x41", - [0x7eda] = "\xb7\xa3", [0x7edb] = "\xc1\x42", [0x7edc] = "\xc1\x43", - [0x7edd] = "\xc1\x44", [0x7ede] = "\xc1\x45", [0x7edf] = "\xee\xb9", - [0x7ee0] = "\xc1\x46", [0x7ee1] = "\xee\xb8", [0x7ee2] = "\xb0\xd5", - [0x7ee3] = "\xc1\x47", [0x7ee4] = "\xc1\x48", [0x7ee5] = "\xc1\x49", - [0x7ee6] = "\xc1\x4a", [0x7ee7] = "\xc1\x4b", [0x7ee8] = "\xee\xbb", - [0x7ee9] = "\xd5\xd6", [0x7eea] = "\xd7\xef", [0x7eeb] = "\xc1\x4c", - [0x7eec] = "\xc1\x4d", [0x7eed] = "\xc1\x4e", [0x7eee] = "\xd6\xc3", - [0x7eef] = "\xc1\x4f", [0x7ef0] = "\xc1\x50", [0x7ef1] = "\xee\xbd", - [0x7ef2] = "\xca\xf0", [0x7ef3] = "\xc1\x51", [0x7ef4] = "\xee\xbc", - [0x7ef5] = "\xc1\x52", [0x7ef6] = "\xc1\x53", [0x7ef7] = "\xc1\x54", - [0x7ef8] = "\xc1\x55", [0x7ef9] = "\xee\xbe", [0x7efa] = "\xc1\x56", - [0x7efb] = "\xc1\x57", [0x7efc] = "\xc1\x58", [0x7efd] = "\xc1\x59", - [0x7efe] = "\xee\xc0", [0x7eff] = "\xc1\x5a", [0x7f00] = "\xc1\x5b", - [0x7f01] = "\xee\xbf", [0x7f02] = "\xc1\x5c", [0x7f03] = "\xc1\x5d", - [0x7f04] = "\xc1\x5e", [0x7f05] = "\xc1\x5f", [0x7f06] = "\xc1\x60", - [0x7f07] = "\xc1\x61", [0x7f08] = "\xc1\x62", [0x7f09] = "\xc1\x63", - [0x7f0a] = "\xd1\xf2", [0x7f0b] = "\xc1\x64", [0x7f0c] = "\xc7\xbc", - [0x7f0d] = "\xc1\x65", [0x7f0e] = "\xc3\xc0", [0x7f0f] = "\xc1\x66", - [0x7f10] = "\xc1\x67", [0x7f11] = "\xc1\x68", [0x7f12] = "\xc1\x69", - [0x7f13] = "\xc1\x6a", [0x7f14] = "\xb8\xe1", [0x7f15] = "\xc1\x6b", - [0x7f16] = "\xc1\x6c", [0x7f17] = "\xc1\x6d", [0x7f18] = "\xc1\x6e", - [0x7f19] = "\xc1\x6f", [0x7f1a] = "\xc1\xe7", [0x7f1b] = "\xc1\x70", - [0x7f1c] = "\xc1\x71", [0x7f1d] = "\xf4\xc6", [0x7f1e] = "\xd0\xdf", - [0x7f1f] = "\xf4\xc7", [0x7f20] = "\xc1\x72", [0x7f21] = "\xcf\xdb", - [0x7f22] = "\xc1\x73", [0x7f23] = "\xc1\x74", [0x7f24] = "\xc8\xba", - [0x7f25] = "\xc1\x75", [0x7f26] = "\xc1\x76", [0x7f27] = "\xf4\xc8", - [0x7f28] = "\xc1\x77", [0x7f29] = "\xc1\x78", [0x7f2a] = "\xc1\x79", - [0x7f2b] = "\xc1\x7a", [0x7f2c] = "\xc1\x7b", [0x7f2d] = "\xc1\x7c", - [0x7f2e] = "\xc1\x7d", [0x7f2f] = "\xf4\xc9", [0x7f30] = "\xf4\xca", - [0x7f31] = "\xc1\x7e", [0x7f32] = "\xf4\xcb", [0x7f33] = "\xc1\x80", - [0x7f34] = "\xc1\x81", [0x7f35] = "\xc1\x82", [0x7f36] = "\xc1\x83", - [0x7f37] = "\xc1\x84", [0x7f38] = "\xd9\xfa", [0x7f39] = "\xb8\xfe", - [0x7f3a] = "\xc1\x85", [0x7f3b] = "\xc1\x86", [0x7f3c] = "\xe5\xf1", - [0x7f3d] = "\xd3\xf0", [0x7f3e] = "\xc1\x87", [0x7f3f] = "\xf4\xe0", - [0x7f40] = "\xc1\x88", [0x7f41] = "\xce\xcc", [0x7f42] = "\xc1\x89", - [0x7f43] = "\xc1\x8a", [0x7f44] = "\xc1\x8b", [0x7f45] = "\xb3\xe1", - [0x7f46] = "\xc1\x8c", [0x7f47] = "\xc1\x8d", [0x7f48] = "\xc1\x8e", - [0x7f49] = "\xc1\x8f", [0x7f4a] = "\xf1\xb4", [0x7f4b] = "\xc1\x90", - [0x7f4c] = "\xd2\xee", [0x7f4d] = "\xc1\x91", [0x7f4e] = "\xf4\xe1", - [0x7f4f] = "\xc1\x92", [0x7f50] = "\xc1\x93", [0x7f51] = "\xc1\x94", - [0x7f52] = "\xc1\x95", [0x7f53] = "\xc1\x96", [0x7f54] = "\xcf\xe8", - [0x7f55] = "\xf4\xe2", [0x7f56] = "\xc1\x97", [0x7f57] = "\xc1\x98", - [0x7f58] = "\xc7\xcc", [0x7f59] = "\xc1\x99", [0x7f5a] = "\xc1\x9a", - [0x7f5b] = "\xc1\x9b", [0x7f5c] = "\xc1\x9c", [0x7f5d] = "\xc1\x9d", - [0x7f5e] = "\xc1\x9e", [0x7f5f] = "\xb5\xd4", [0x7f60] = "\xb4\xe4", - [0x7f61] = "\xf4\xe4", [0x7f62] = "\xc1\x9f", [0x7f63] = "\xc1\xa0", - [0x7f64] = "\xc2\x40", [0x7f65] = "\xf4\xe3", [0x7f66] = "\xf4\xe5", - [0x7f67] = "\xc2\x41", [0x7f68] = "\xc2\x42", [0x7f69] = "\xf4\xe6", - [0x7f6a] = "\xc2\x43", [0x7f6b] = "\xc2\x44", [0x7f6c] = "\xc2\x45", - [0x7f6d] = "\xc2\x46", [0x7f6e] = "\xf4\xe7", [0x7f6f] = "\xc2\x47", - [0x7f70] = "\xba\xb2", [0x7f71] = "\xb0\xbf", [0x7f72] = "\xc2\x48", - [0x7f73] = "\xf4\xe8", [0x7f74] = "\xc2\x49", [0x7f75] = "\xc2\x4a", - [0x7f76] = "\xc2\x4b", [0x7f77] = "\xc2\x4c", [0x7f78] = "\xc2\x4d", - [0x7f79] = "\xc2\x4e", [0x7f7a] = "\xc2\x4f", [0x7f7b] = "\xb7\xad", - [0x7f7c] = "\xd2\xed", [0x7f7d] = "\xc2\x50", [0x7f7e] = "\xc2\x51", - [0x7f7f] = "\xc2\x52", [0x7f80] = "\xd2\xab", [0x7f81] = "\xc0\xcf", - [0x7f82] = "\xc2\x53", [0x7f83] = "\xbf\xbc", [0x7f84] = "\xeb\xa3", - [0x7f85] = "\xd5\xdf", [0x7f86] = "\xea\xc8", [0x7f87] = "\xc2\x54", - [0x7f88] = "\xc2\x55", [0x7f89] = "\xc2\x56", [0x7f8a] = "\xc2\x57", - [0x7f8b] = "\xf1\xf3", [0x7f8c] = "\xb6\xf8", [0x7f8d] = "\xcb\xa3", - [0x7f8e] = "\xc2\x58", [0x7f8f] = "\xc2\x59", [0x7f90] = "\xc4\xcd", - [0x7f91] = "\xc2\x5a", [0x7f92] = "\xf1\xe7", [0x7f93] = "\xc2\x5b", - [0x7f94] = "\xf1\xe8", [0x7f95] = "\xb8\xfb", [0x7f96] = "\xf1\xe9", - [0x7f97] = "\xba\xc4", [0x7f98] = "\xd4\xc5", [0x7f99] = "\xb0\xd2", - [0x7f9a] = "\xc2\x5c", [0x7f9b] = "\xc2\x5d", [0x7f9c] = "\xf1\xea", - [0x7f9d] = "\xc2\x5e", [0x7f9e] = "\xc2\x5f", [0x7f9f] = "\xc2\x60", - [0x7fa0] = "\xf1\xeb", [0x7fa1] = "\xc2\x61", [0x7fa2] = "\xf1\xec", - [0x7fa3] = "\xc2\x62", [0x7fa4] = "\xc2\x63", [0x7fa5] = "\xf1\xed", - [0x7fa6] = "\xf1\xee", [0x7fa7] = "\xf1\xef", [0x7fa8] = "\xf1\xf1", - [0x7fa9] = "\xf1\xf0", [0x7faa] = "\xc5\xd5", [0x7fab] = "\xc2\x64", - [0x7fac] = "\xc2\x65", [0x7fad] = "\xc2\x66", [0x7fae] = "\xc2\x67", - [0x7faf] = "\xc2\x68", [0x7fb0] = "\xc2\x69", [0x7fb1] = "\xf1\xf2", - [0x7fb2] = "\xc2\x6a", [0x7fb3] = "\xb6\xfa", [0x7fb4] = "\xc2\x6b", - [0x7fb5] = "\xf1\xf4", [0x7fb6] = "\xd2\xae", [0x7fb7] = "\xde\xc7", - [0x7fb8] = "\xcb\xca", [0x7fb9] = "\xc2\x6c", [0x7fba] = "\xc2\x6d", - [0x7fbb] = "\xb3\xdc", [0x7fbc] = "\xc2\x6e", [0x7fbd] = "\xb5\xa2", - [0x7fbe] = "\xc2\x6f", [0x7fbf] = "\xb9\xa2", [0x7fc0] = "\xc2\x70", - [0x7fc1] = "\xc2\x71", [0x7fc2] = "\xc4\xf4", [0x7fc3] = "\xf1\xf5", - [0x7fc4] = "\xc2\x72", [0x7fc5] = "\xc2\x73", [0x7fc6] = "\xf1\xf6", - [0x7fc7] = "\xc2\x74", [0x7fc8] = "\xc2\x75", [0x7fc9] = "\xc2\x76", - [0x7fca] = "\xc1\xc4", [0x7fcb] = "\xc1\xfb", [0x7fcc] = "\xd6\xb0", - [0x7fcd] = "\xf1\xf7", [0x7fce] = "\xc2\x77", [0x7fcf] = "\xc2\x78", - [0x7fd0] = "\xc2\x79", [0x7fd1] = "\xc2\x7a", [0x7fd2] = "\xf1\xf8", - [0x7fd3] = "\xc2\x7b", [0x7fd4] = "\xc1\xaa", [0x7fd5] = "\xc2\x7c", - [0x7fd6] = "\xc2\x7d", [0x7fd7] = "\xc2\x7e", [0x7fd8] = "\xc6\xb8", - [0x7fd9] = "\xc2\x80", [0x7fda] = "\xbe\xdb", [0x7fdb] = "\xc2\x81", - [0x7fdc] = "\xc2\x82", [0x7fdd] = "\xc2\x83", [0x7fde] = "\xc2\x84", - [0x7fdf] = "\xc2\x85", [0x7fe0] = "\xc2\x86", [0x7fe1] = "\xc2\x87", - [0x7fe2] = "\xc2\x88", [0x7fe3] = "\xc2\x89", [0x7fe4] = "\xc2\x8a", - [0x7fe5] = "\xc2\x8b", [0x7fe6] = "\xc2\x8c", [0x7fe7] = "\xc2\x8d", - [0x7fe8] = "\xc2\x8e", [0x7fe9] = "\xf1\xf9", [0x7fea] = "\xb4\xcf", - [0x7feb] = "\xc2\x8f", [0x7fec] = "\xc2\x90", [0x7fed] = "\xc2\x91", - [0x7fee] = "\xc2\x92", [0x7fef] = "\xc2\x93", [0x7ff0] = "\xc2\x94", - [0x7ff1] = "\xf1\xfa", [0x7ff2] = "\xc2\x95", [0x7ff3] = "\xc2\x96", - [0x7ff4] = "\xc2\x97", [0x7ff5] = "\xc2\x98", [0x7ff6] = "\xc2\x99", - [0x7ff7] = "\xc2\x9a", [0x7ff8] = "\xc2\x9b", [0x7ff9] = "\xc2\x9c", - [0x7ffa] = "\xc2\x9d", [0x7ffb] = "\xc2\x9e", [0x7ffc] = "\xc2\x9f", - [0x7ffd] = "\xc2\xa0", [0x7ffe] = "\xc3\x40", [0x7fff] = "\xed\xb2", - [0x8000] = "\xed\xb1", [0x8001] = "\xc3\x41", [0x8002] = "\xc3\x42", - [0x8003] = "\xcb\xe0", [0x8004] = "\xd2\xde", [0x8005] = "\xc3\x43", - [0x8006] = "\xcb\xc1", [0x8007] = "\xd5\xd8", [0x8008] = "\xc3\x44", - [0x8009] = "\xc8\xe2", [0x800a] = "\xc3\x45", [0x800b] = "\xc0\xdf", - [0x800c] = "\xbc\xa1", [0x800d] = "\xc3\x46", [0x800e] = "\xc3\x47", - [0x800f] = "\xc3\x48", [0x8010] = "\xc3\x49", [0x8011] = "\xc3\x4a", - [0x8012] = "\xc3\x4b", [0x8013] = "\xeb\xc1", [0x8014] = "\xc3\x4c", - [0x8015] = "\xc3\x4d", [0x8016] = "\xd0\xa4", [0x8017] = "\xc3\x4e", - [0x8018] = "\xd6\xe2", [0x8019] = "\xc3\x4f", [0x801a] = "\xb6\xc7", - [0x801b] = "\xb8\xd8", [0x801c] = "\xeb\xc0", [0x801d] = "\xb8\xce", - [0x801e] = "\xc3\x50", [0x801f] = "\xeb\xbf", [0x8020] = "\xb3\xa6", - [0x8021] = "\xb9\xc9", [0x8022] = "\xd6\xab", [0x8023] = "\xc3\x51", - [0x8024] = "\xb7\xf4", [0x8025] = "\xb7\xca", [0x8026] = "\xc3\x52", - [0x8027] = "\xc3\x53", [0x8028] = "\xc3\x54", [0x8029] = "\xbc\xe7", - [0x802a] = "\xb7\xbe", [0x802b] = "\xeb\xc6", [0x802c] = "\xc3\x55", - [0x802d] = "\xeb\xc7", [0x802e] = "\xb0\xb9", [0x802f] = "\xbf\xcf", - [0x8030] = "\xc3\x56", [0x8031] = "\xeb\xc5", [0x8032] = "\xd3\xfd", - [0x8033] = "\xc3\x57", [0x8034] = "\xeb\xc8", [0x8035] = "\xc3\x58", - [0x8036] = "\xc3\x59", [0x8037] = "\xeb\xc9", [0x8038] = "\xc3\x5a", - [0x8039] = "\xc3\x5b", [0x803a] = "\xb7\xce", [0x803b] = "\xc3\x5c", - [0x803c] = "\xeb\xc2", [0x803d] = "\xeb\xc4", [0x803e] = "\xc9\xf6", - [0x803f] = "\xd6\xd7", [0x8040] = "\xd5\xcd", [0x8041] = "\xd0\xb2", - [0x8042] = "\xeb\xcf", [0x8043] = "\xce\xb8", [0x8044] = "\xeb\xd0", - [0x8045] = "\xc3\x5d", [0x8046] = "\xb5\xa8", [0x8047] = "\xc3\x5e", - [0x8048] = "\xc3\x5f", [0x8049] = "\xc3\x60", [0x804a] = "\xc3\x61", - [0x804b] = "\xc3\x62", [0x804c] = "\xb1\xb3", [0x804d] = "\xeb\xd2", - [0x804e] = "\xcc\xa5", [0x804f] = "\xc3\x63", [0x8050] = "\xc3\x64", - [0x8051] = "\xc3\x65", [0x8052] = "\xc3\x66", [0x8053] = "\xc3\x67", - [0x8054] = "\xc3\x68", [0x8055] = "\xc3\x69", [0x8056] = "\xc5\xd6", - [0x8057] = "\xeb\xd3", [0x8058] = "\xc3\x6a", [0x8059] = "\xeb\xd1", - [0x805a] = "\xc5\xdf", [0x805b] = "\xeb\xce", [0x805c] = "\xca\xa4", - [0x805d] = "\xeb\xd5", [0x805e] = "\xb0\xfb", [0x805f] = "\xc3\x6b", - [0x8060] = "\xc3\x6c", [0x8061] = "\xba\xfa", [0x8062] = "\xc3\x6d", - [0x8063] = "\xc3\x6e", [0x8064] = "\xd8\xb7", [0x8065] = "\xf1\xe3", - [0x8066] = "\xc3\x6f", [0x8067] = "\xeb\xca", [0x8068] = "\xeb\xcb", - [0x8069] = "\xeb\xcc", [0x806a] = "\xeb\xcd", [0x806b] = "\xeb\xd6", - [0x806c] = "\xe6\xc0", [0x806d] = "\xeb\xd9", [0x806e] = "\xc3\x70", - [0x806f] = "\xbf\xe8", [0x8070] = "\xd2\xc8", [0x8071] = "\xeb\xd7", - [0x8072] = "\xeb\xdc", [0x8073] = "\xb8\xec", [0x8074] = "\xeb\xd8", - [0x8075] = "\xc3\x71", [0x8076] = "\xbd\xba", [0x8077] = "\xc3\x72", - [0x8078] = "\xd0\xd8", [0x8079] = "\xc3\x73", [0x807a] = "\xb0\xb7", - [0x807b] = "\xc3\x74", [0x807c] = "\xeb\xdd", [0x807d] = "\xc4\xdc", - [0x807e] = "\xc3\x75", [0x807f] = "\xc3\x76", [0x8080] = "\xc3\x77", - [0x8081] = "\xc3\x78", [0x8082] = "\xd6\xac", [0x8083] = "\xc3\x79", - [0x8084] = "\xc3\x7a", [0x8085] = "\xc3\x7b", [0x8086] = "\xb4\xe0", - [0x8087] = "\xc3\x7c", [0x8088] = "\xc3\x7d", [0x8089] = "\xc2\xf6", - [0x808a] = "\xbc\xb9", [0x808b] = "\xc3\x7e", [0x808c] = "\xc3\x80", - [0x808d] = "\xeb\xda", [0x808e] = "\xeb\xdb", [0x808f] = "\xd4\xe0", - [0x8090] = "\xc6\xea", [0x8091] = "\xc4\xd4", [0x8092] = "\xeb\xdf", - [0x8093] = "\xc5\xa7", [0x8094] = "\xd9\xf5", [0x8095] = "\xc3\x81", - [0x8096] = "\xb2\xb1", [0x8097] = "\xc3\x82", [0x8098] = "\xeb\xe4", - [0x8099] = "\xc3\x83", [0x809a] = "\xbd\xc5", [0x809b] = "\xc3\x84", - [0x809c] = "\xc3\x85", [0x809d] = "\xc3\x86", [0x809e] = "\xeb\xe2", - [0x809f] = "\xc3\x87", [0x80a0] = "\xc3\x88", [0x80a1] = "\xc3\x89", - [0x80a2] = "\xc3\x8a", [0x80a3] = "\xc3\x8b", [0x80a4] = "\xc3\x8c", - [0x80a5] = "\xc3\x8d", [0x80a6] = "\xc3\x8e", [0x80a7] = "\xc3\x8f", - [0x80a8] = "\xc3\x90", [0x80a9] = "\xc3\x91", [0x80aa] = "\xc3\x92", - [0x80ab] = "\xc3\x93", [0x80ac] = "\xeb\xe3", [0x80ad] = "\xc3\x94", - [0x80ae] = "\xc3\x95", [0x80af] = "\xb8\xac", [0x80b0] = "\xc3\x96", - [0x80b1] = "\xcd\xd1", [0x80b2] = "\xeb\xe5", [0x80b3] = "\xc3\x97", - [0x80b4] = "\xc3\x98", [0x80b5] = "\xc3\x99", [0x80b6] = "\xeb\xe1", - [0x80b7] = "\xc3\x9a", [0x80b8] = "\xc1\xb3", [0x80b9] = "\xc3\x9b", - [0x80ba] = "\xc3\x9c", [0x80bb] = "\xc3\x9d", [0x80bc] = "\xc3\x9e", - [0x80bd] = "\xc3\x9f", [0x80be] = "\xc6\xa2", [0x80bf] = "\xc3\xa0", - [0x80c0] = "\xc4\x40", [0x80c1] = "\xc4\x41", [0x80c2] = "\xc4\x42", - [0x80c3] = "\xc4\x43", [0x80c4] = "\xc4\x44", [0x80c5] = "\xc4\x45", - [0x80c6] = "\xcc\xf3", [0x80c7] = "\xc4\x46", [0x80c8] = "\xeb\xe6", - [0x80c9] = "\xc4\x47", [0x80ca] = "\xc0\xb0", [0x80cb] = "\xd2\xb8", - [0x80cc] = "\xeb\xe7", [0x80cd] = "\xc4\x48", [0x80ce] = "\xc4\x49", - [0x80cf] = "\xc4\x4a", [0x80d0] = "\xb8\xaf", [0x80d1] = "\xb8\xad", - [0x80d2] = "\xc4\x4b", [0x80d3] = "\xeb\xe8", [0x80d4] = "\xc7\xbb", - [0x80d5] = "\xcd\xf3", [0x80d6] = "\xc4\x4c", [0x80d7] = "\xc4\x4d", - [0x80d8] = "\xc4\x4e", [0x80d9] = "\xeb\xea", [0x80da] = "\xeb\xeb", - [0x80db] = "\xc4\x4f", [0x80dc] = "\xc4\x50", [0x80dd] = "\xc4\x51", - [0x80de] = "\xc4\x52", [0x80df] = "\xc4\x53", [0x80e0] = "\xeb\xed", - [0x80e1] = "\xc4\x54", [0x80e2] = "\xc4\x55", [0x80e3] = "\xc4\x56", - [0x80e4] = "\xc4\x57", [0x80e5] = "\xd0\xc8", [0x80e6] = "\xc4\x58", - [0x80e7] = "\xeb\xf2", [0x80e8] = "\xc4\x59", [0x80e9] = "\xeb\xee", - [0x80ea] = "\xc4\x5a", [0x80eb] = "\xc4\x5b", [0x80ec] = "\xc4\x5c", - [0x80ed] = "\xeb\xf1", [0x80ee] = "\xc8\xf9", [0x80ef] = "\xc4\x5d", - [0x80f0] = "\xd1\xfc", [0x80f1] = "\xeb\xec", [0x80f2] = "\xc4\x5e", - [0x80f3] = "\xc4\x5f", [0x80f4] = "\xeb\xe9", [0x80f5] = "\xc4\x60", - [0x80f6] = "\xc4\x61", [0x80f7] = "\xc4\x62", [0x80f8] = "\xc4\x63", - [0x80f9] = "\xb8\xb9", [0x80fa] = "\xcf\xd9", [0x80fb] = "\xc4\xe5", - [0x80fc] = "\xeb\xef", [0x80fd] = "\xeb\xf0", [0x80fe] = "\xcc\xda", - [0x80ff] = "\xcd\xc8", [0x8100] = "\xb0\xf2", [0x8101] = "\xc4\x64", - [0x8102] = "\xeb\xf6", [0x8103] = "\xc4\x65", [0x8104] = "\xc4\x66", - [0x8105] = "\xc4\x67", [0x8106] = "\xc4\x68", [0x8107] = "\xc4\x69", - [0x8108] = "\xeb\xf5", [0x8109] = "\xc4\x6a", [0x810a] = "\xb2\xb2", - [0x810b] = "\xc4\x6b", [0x810c] = "\xc4\x6c", [0x810d] = "\xc4\x6d", - [0x810e] = "\xc4\x6e", [0x810f] = "\xb8\xe0", [0x8110] = "\xc4\x6f", - [0x8111] = "\xeb\xf7", [0x8112] = "\xc4\x70", [0x8113] = "\xc4\x71", - [0x8114] = "\xc4\x72", [0x8115] = "\xc4\x73", [0x8116] = "\xc4\x74", - [0x8117] = "\xc4\x75", [0x8118] = "\xb1\xec", [0x8119] = "\xc4\x76", - [0x811a] = "\xc4\x77", [0x811b] = "\xcc\xc5", [0x811c] = "\xc4\xa4", - [0x811d] = "\xcf\xa5", [0x811e] = "\xc4\x78", [0x811f] = "\xc4\x79", - [0x8120] = "\xc4\x7a", [0x8121] = "\xc4\x7b", [0x8122] = "\xc4\x7c", - [0x8123] = "\xeb\xf9", [0x8124] = "\xc4\x7d", [0x8125] = "\xc4\x7e", - [0x8126] = "\xec\xa2", [0x8127] = "\xc4\x80", [0x8128] = "\xc5\xf2", - [0x8129] = "\xc4\x81", [0x812a] = "\xeb\xfa", [0x812b] = "\xc4\x82", - [0x812c] = "\xc4\x83", [0x812d] = "\xc4\x84", [0x812e] = "\xc4\x85", - [0x812f] = "\xc4\x86", [0x8130] = "\xc4\x87", [0x8131] = "\xc4\x88", - [0x8132] = "\xc4\x89", [0x8133] = "\xc9\xc5", [0x8134] = "\xc4\x8a", - [0x8135] = "\xc4\x8b", [0x8136] = "\xc4\x8c", [0x8137] = "\xc4\x8d", - [0x8138] = "\xc4\x8e", [0x8139] = "\xc4\x8f", [0x813a] = "\xe2\xdf", - [0x813b] = "\xeb\xfe", [0x813c] = "\xc4\x90", [0x813d] = "\xc4\x91", - [0x813e] = "\xc4\x92", [0x813f] = "\xc4\x93", [0x8140] = "\xcd\xce", - [0x8141] = "\xec\xa1", [0x8142] = "\xb1\xdb", [0x8143] = "\xd3\xb7", - [0x8144] = "\xc4\x94", [0x8145] = "\xc4\x95", [0x8146] = "\xd2\xdc", - [0x8147] = "\xc4\x96", [0x8148] = "\xc4\x97", [0x8149] = "\xc4\x98", - [0x814a] = "\xeb\xfd", [0x814b] = "\xc4\x99", [0x814c] = "\xeb\xfb", - [0x814d] = "\xc4\x9a", [0x814e] = "\xc4\x9b", [0x814f] = "\xc4\x9c", - [0x8150] = "\xc4\x9d", [0x8151] = "\xc4\x9e", [0x8152] = "\xc4\x9f", - [0x8153] = "\xc4\xa0", [0x8154] = "\xc5\x40", [0x8155] = "\xc5\x41", - [0x8156] = "\xc5\x42", [0x8157] = "\xc5\x43", [0x8158] = "\xc5\x44", - [0x8159] = "\xc5\x45", [0x815a] = "\xc5\x46", [0x815b] = "\xc5\x47", - [0x815c] = "\xc5\x48", [0x815d] = "\xc5\x49", [0x815e] = "\xc5\x4a", - [0x815f] = "\xc5\x4b", [0x8160] = "\xc5\x4c", [0x8161] = "\xc5\x4d", - [0x8162] = "\xc5\x4e", [0x8163] = "\xb3\xbc", [0x8164] = "\xc5\x4f", - [0x8165] = "\xc5\x50", [0x8166] = "\xc5\x51", [0x8167] = "\xea\xb0", - [0x8168] = "\xc5\x52", [0x8169] = "\xc5\x53", [0x816a] = "\xd7\xd4", - [0x816b] = "\xc5\x54", [0x816c] = "\xf4\xab", [0x816d] = "\xb3\xf4", - [0x816e] = "\xc5\x55", [0x816f] = "\xc5\x56", [0x8170] = "\xc5\x57", - [0x8171] = "\xc5\x58", [0x8172] = "\xc5\x59", [0x8173] = "\xd6\xc1", - [0x8174] = "\xd6\xc2", [0x8175] = "\xc5\x5a", [0x8176] = "\xc5\x5b", - [0x8177] = "\xc5\x5c", [0x8178] = "\xc5\x5d", [0x8179] = "\xc5\x5e", - [0x817a] = "\xc5\x5f", [0x817b] = "\xd5\xe9", [0x817c] = "\xbe\xca", - [0x817d] = "\xc5\x60", [0x817e] = "\xf4\xa7", [0x817f] = "\xc5\x61", - [0x8180] = "\xd2\xa8", [0x8181] = "\xf4\xa8", [0x8182] = "\xf4\xa9", - [0x8183] = "\xc5\x62", [0x8184] = "\xf4\xaa", [0x8185] = "\xbe\xcb", - [0x8186] = "\xd3\xdf", [0x8187] = "\xc5\x63", [0x8188] = "\xc5\x64", - [0x8189] = "\xc5\x65", [0x818a] = "\xc5\x66", [0x818b] = "\xc5\x67", - [0x818c] = "\xc9\xe0", [0x818d] = "\xc9\xe1", [0x818e] = "\xc5\x68", - [0x818f] = "\xc5\x69", [0x8190] = "\xf3\xc2", [0x8191] = "\xc5\x6a", - [0x8192] = "\xca\xe6", [0x8193] = "\xc5\x6b", [0x8194] = "\xcc\xf2", - [0x8195] = "\xc5\x6c", [0x8196] = "\xc5\x6d", [0x8197] = "\xc5\x6e", - [0x8198] = "\xc5\x6f", [0x8199] = "\xc5\x70", [0x819a] = "\xc5\x71", - [0x819b] = "\xe2\xb6", [0x819c] = "\xcb\xb4", [0x819d] = "\xc5\x72", - [0x819e] = "\xce\xe8", [0x819f] = "\xd6\xdb", [0x81a0] = "\xc5\x73", - [0x81a1] = "\xf4\xad", [0x81a2] = "\xf4\xae", [0x81a3] = "\xf4\xaf", - [0x81a4] = "\xc5\x74", [0x81a5] = "\xc5\x75", [0x81a6] = "\xc5\x76", - [0x81a7] = "\xc5\x77", [0x81a8] = "\xf4\xb2", [0x81a9] = "\xc5\x78", - [0x81aa] = "\xba\xbd", [0x81ab] = "\xf4\xb3", [0x81ac] = "\xb0\xe3", - [0x81ad] = "\xf4\xb0", [0x81ae] = "\xc5\x79", [0x81af] = "\xf4\xb1", - [0x81b0] = "\xbd\xa2", [0x81b1] = "\xb2\xd5", [0x81b2] = "\xc5\x7a", - [0x81b3] = "\xf4\xb6", [0x81b4] = "\xf4\xb7", [0x81b5] = "\xb6\xe6", - [0x81b6] = "\xb2\xb0", [0x81b7] = "\xcf\xcf", [0x81b8] = "\xf4\xb4", - [0x81b9] = "\xb4\xac", [0x81ba] = "\xc5\x7b", [0x81bb] = "\xf4\xb5", - [0x81bc] = "\xc5\x7c", [0x81bd] = "\xc5\x7d", [0x81be] = "\xf4\xb8", - [0x81bf] = "\xc5\x7e", [0x81c0] = "\xc5\x80", [0x81c1] = "\xc5\x81", - [0x81c2] = "\xc5\x82", [0x81c3] = "\xc5\x83", [0x81c4] = "\xf4\xb9", - [0x81c5] = "\xc5\x84", [0x81c6] = "\xc5\x85", [0x81c7] = "\xcd\xa7", - [0x81c8] = "\xc5\x86", [0x81c9] = "\xf4\xba", [0x81ca] = "\xc5\x87", - [0x81cb] = "\xf4\xbb", [0x81cc] = "\xc5\x88", [0x81cd] = "\xc5\x89", - [0x81ce] = "\xc5\x8a", [0x81cf] = "\xf4\xbc", [0x81d0] = "\xc5\x8b", - [0x81d1] = "\xc5\x8c", [0x81d2] = "\xc5\x8d", [0x81d3] = "\xc5\x8e", - [0x81d4] = "\xc5\x8f", [0x81d5] = "\xc5\x90", [0x81d6] = "\xc5\x91", - [0x81d7] = "\xc5\x92", [0x81d8] = "\xcb\xd2", [0x81d9] = "\xc5\x93", - [0x81da] = "\xf4\xbd", [0x81db] = "\xc5\x94", [0x81dc] = "\xc5\x95", - [0x81dd] = "\xc5\x96", [0x81de] = "\xc5\x97", [0x81df] = "\xf4\xbe", - [0x81e0] = "\xc5\x98", [0x81e1] = "\xc5\x99", [0x81e2] = "\xc5\x9a", - [0x81e3] = "\xc5\x9b", [0x81e4] = "\xc5\x9c", [0x81e5] = "\xc5\x9d", - [0x81e6] = "\xc5\x9e", [0x81e7] = "\xc5\x9f", [0x81e8] = "\xf4\xbf", - [0x81e9] = "\xc5\xa0", [0x81ea] = "\xc6\x40", [0x81eb] = "\xc6\x41", - [0x81ec] = "\xc6\x42", [0x81ed] = "\xc6\x43", [0x81ee] = "\xf4\xde", - [0x81ef] = "\xc1\xbc", [0x81f0] = "\xbc\xe8", [0x81f1] = "\xc6\x44", - [0x81f2] = "\xc9\xab", [0x81f3] = "\xd1\xde", [0x81f4] = "\xe5\xf5", - [0x81f5] = "\xc6\x45", [0x81f6] = "\xc6\x46", [0x81f7] = "\xc6\x47", - [0x81f8] = "\xc6\x48", [0x81f9] = "\xdc\xb3", [0x81fa] = "\xd2\xd5", - [0x81fb] = "\xc6\x49", [0x81fc] = "\xc6\x4a", [0x81fd] = "\xdc\xb4", - [0x81fe] = "\xb0\xac", [0x81ff] = "\xdc\xb5", [0x8200] = "\xc6\x4b", - [0x8201] = "\xc6\x4c", [0x8202] = "\xbd\xda", [0x8203] = "\xc6\x4d", - [0x8204] = "\xdc\xb9", [0x8205] = "\xc6\x4e", [0x8206] = "\xc6\x4f", - [0x8207] = "\xc6\x50", [0x8208] = "\xd8\xc2", [0x8209] = "\xc6\x51", - [0x820a] = "\xdc\xb7", [0x820b] = "\xd3\xf3", [0x820c] = "\xc6\x52", - [0x820d] = "\xc9\xd6", [0x820e] = "\xdc\xba", [0x820f] = "\xdc\xb6", - [0x8210] = "\xc6\x53", [0x8211] = "\xdc\xbb", [0x8212] = "\xc3\xa2", - [0x8213] = "\xc6\x54", [0x8214] = "\xc6\x55", [0x8215] = "\xc6\x56", - [0x8216] = "\xc6\x57", [0x8217] = "\xdc\xbc", [0x8218] = "\xdc\xc5", - [0x8219] = "\xdc\xbd", [0x821a] = "\xc6\x58", [0x821b] = "\xc6\x59", - [0x821c] = "\xce\xdf", [0x821d] = "\xd6\xa5", [0x821e] = "\xc6\x5a", - [0x821f] = "\xdc\xcf", [0x8220] = "\xc6\x5b", [0x8221] = "\xdc\xcd", - [0x8222] = "\xc6\x5c", [0x8223] = "\xc6\x5d", [0x8224] = "\xdc\xd2", - [0x8225] = "\xbd\xe6", [0x8226] = "\xc2\xab", [0x8227] = "\xc6\x5e", - [0x8228] = "\xdc\xb8", [0x8229] = "\xdc\xcb", [0x822a] = "\xdc\xce", - [0x822b] = "\xdc\xbe", [0x822c] = "\xb7\xd2", [0x822d] = "\xb0\xc5", - [0x822e] = "\xdc\xc7", [0x822f] = "\xd0\xbe", [0x8230] = "\xdc\xc1", - [0x8231] = "\xbb\xa8", [0x8232] = "\xc6\x5f", [0x8233] = "\xb7\xbc", - [0x8234] = "\xdc\xcc", [0x8235] = "\xc6\x60", [0x8236] = "\xc6\x61", - [0x8237] = "\xdc\xc6", [0x8238] = "\xdc\xbf", [0x8239] = "\xc7\xdb", - [0x823a] = "\xc6\x62", [0x823b] = "\xc6\x63", [0x823c] = "\xc6\x64", - [0x823d] = "\xd1\xbf", [0x823e] = "\xdc\xc0", [0x823f] = "\xc6\x65", - [0x8240] = "\xc6\x66", [0x8241] = "\xdc\xca", [0x8242] = "\xc6\x67", - [0x8243] = "\xc6\x68", [0x8244] = "\xdc\xd0", [0x8245] = "\xc6\x69", - [0x8246] = "\xc6\x6a", [0x8247] = "\xce\xad", [0x8248] = "\xdc\xc2", - [0x8249] = "\xc6\x6b", [0x824a] = "\xdc\xc3", [0x824b] = "\xdc\xc8", - [0x824c] = "\xdc\xc9", [0x824d] = "\xb2\xd4", [0x824e] = "\xdc\xd1", - [0x824f] = "\xcb\xd5", [0x8250] = "\xc6\x6c", [0x8251] = "\xd4\xb7", - [0x8252] = "\xdc\xdb", [0x8253] = "\xdc\xdf", [0x8254] = "\xcc\xa6", - [0x8255] = "\xdc\xe6", [0x8256] = "\xc6\x6d", [0x8257] = "\xc3\xe7", - [0x8258] = "\xdc\xdc", [0x8259] = "\xc6\x6e", [0x825a] = "\xc6\x6f", - [0x825b] = "\xbf\xc1", [0x825c] = "\xdc\xd9", [0x825d] = "\xc6\x70", - [0x825e] = "\xb0\xfa", [0x825f] = "\xb9\xb6", [0x8260] = "\xdc\xe5", - [0x8261] = "\xdc\xd3", [0x8262] = "\xc6\x71", [0x8263] = "\xdc\xc4", - [0x8264] = "\xdc\xd6", [0x8265] = "\xc8\xf4", [0x8266] = "\xbf\xe0", - [0x8267] = "\xc6\x72", [0x8268] = "\xc6\x73", [0x8269] = "\xc6\x74", - [0x826a] = "\xc6\x75", [0x826b] = "\xc9\xbb", [0x826c] = "\xc6\x76", - [0x826d] = "\xc6\x77", [0x826e] = "\xc6\x78", [0x826f] = "\xb1\xbd", - [0x8270] = "\xc6\x79", [0x8271] = "\xd3\xa2", [0x8272] = "\xc6\x7a", - [0x8273] = "\xc6\x7b", [0x8274] = "\xdc\xda", [0x8275] = "\xc6\x7c", - [0x8276] = "\xc6\x7d", [0x8277] = "\xdc\xd5", [0x8278] = "\xc6\x7e", - [0x8279] = "\xc6\xbb", [0x827a] = "\xc6\x80", [0x827b] = "\xdc\xde", - [0x827c] = "\xc6\x81", [0x827d] = "\xc6\x82", [0x827e] = "\xc6\x83", - [0x827f] = "\xc6\x84", [0x8280] = "\xc6\x85", [0x8281] = "\xd7\xc2", - [0x8282] = "\xc3\xaf", [0x8283] = "\xb7\xb6", [0x8284] = "\xc7\xd1", - [0x8285] = "\xc3\xa9", [0x8286] = "\xdc\xe2", [0x8287] = "\xdc\xd8", - [0x8288] = "\xdc\xeb", [0x8289] = "\xdc\xd4", [0x828a] = "\xc6\x86", - [0x828b] = "\xc6\x87", [0x828c] = "\xdc\xdd", [0x828d] = "\xc6\x88", - [0x828e] = "\xbe\xa5", [0x828f] = "\xdc\xd7", [0x8290] = "\xc6\x89", - [0x8291] = "\xdc\xe0", [0x8292] = "\xc6\x8a", [0x8293] = "\xc6\x8b", - [0x8294] = "\xdc\xe3", [0x8295] = "\xdc\xe4", [0x8296] = "\xc6\x8c", - [0x8297] = "\xdc\xf8", [0x8298] = "\xc6\x8d", [0x8299] = "\xc6\x8e", - [0x829a] = "\xdc\xe1", [0x829b] = "\xdd\xa2", [0x829c] = "\xdc\xe7", - [0x829d] = "\xc6\x8f", [0x829e] = "\xc6\x90", [0x829f] = "\xc6\x91", - [0x82a0] = "\xc6\x92", [0x82a1] = "\xc6\x93", [0x82a2] = "\xc6\x94", - [0x82a3] = "\xc6\x95", [0x82a4] = "\xc6\x96", [0x82a5] = "\xc6\x97", - [0x82a6] = "\xc6\x98", [0x82a7] = "\xbc\xeb", [0x82a8] = "\xb4\xc4", - [0x82a9] = "\xc6\x99", [0x82aa] = "\xc6\x9a", [0x82ab] = "\xc3\xa3", - [0x82ac] = "\xb2\xe7", [0x82ad] = "\xdc\xfa", [0x82ae] = "\xc6\x9b", - [0x82af] = "\xdc\xf2", [0x82b0] = "\xc6\x9c", [0x82b1] = "\xdc\xef", - [0x82b2] = "\xc6\x9d", [0x82b3] = "\xdc\xfc", [0x82b4] = "\xdc\xee", - [0x82b5] = "\xd2\xf0", [0x82b6] = "\xb2\xe8", [0x82b7] = "\xc6\x9e", - [0x82b8] = "\xc8\xd7", [0x82b9] = "\xc8\xe3", [0x82ba] = "\xdc\xfb", - [0x82bb] = "\xc6\x9f", [0x82bc] = "\xdc\xed", [0x82bd] = "\xc6\xa0", - [0x82be] = "\xc7\x40", [0x82bf] = "\xc7\x41", [0x82c0] = "\xdc\xf7", - [0x82c1] = "\xc7\x42", [0x82c2] = "\xc7\x43", [0x82c3] = "\xdc\xf5", - [0x82c4] = "\xc7\x44", [0x82c5] = "\xc7\x45", [0x82c6] = "\xbe\xa3", - [0x82c7] = "\xdc\xf4", [0x82c8] = "\xc7\x46", [0x82c9] = "\xb2\xdd", - [0x82ca] = "\xc7\x47", [0x82cb] = "\xc7\x48", [0x82cc] = "\xc7\x49", - [0x82cd] = "\xc7\x4a", [0x82ce] = "\xc7\x4b", [0x82cf] = "\xdc\xf3", - [0x82d0] = "\xbc\xf6", [0x82d1] = "\xdc\xe8", [0x82d2] = "\xbb\xc4", - [0x82d3] = "\xc7\x4c", [0x82d4] = "\xc0\xf3", [0x82d5] = "\xc7\x4d", - [0x82d6] = "\xc7\x4e", [0x82d7] = "\xc7\x4f", [0x82d8] = "\xc7\x50", - [0x82d9] = "\xc7\x51", [0x82da] = "\xbc\xd4", [0x82db] = "\xdc\xe9", - [0x82dc] = "\xdc\xea", [0x82dd] = "\xc7\x52", [0x82de] = "\xdc\xf1", - [0x82df] = "\xdc\xf6", [0x82e0] = "\xdc\xf9", [0x82e1] = "\xb5\xb4", - [0x82e2] = "\xc7\x53", [0x82e3] = "\xc8\xd9", [0x82e4] = "\xbb\xe7", - [0x82e5] = "\xdc\xfe", [0x82e6] = "\xdc\xfd", [0x82e7] = "\xd3\xab", - [0x82e8] = "\xdd\xa1", [0x82e9] = "\xdd\xa3", [0x82ea] = "\xdd\xa5", - [0x82eb] = "\xd2\xf1", [0x82ec] = "\xdd\xa4", [0x82ed] = "\xdd\xa6", - [0x82ee] = "\xdd\xa7", [0x82ef] = "\xd2\xa9", [0x82f0] = "\xc7\x54", - [0x82f1] = "\xc7\x55", [0x82f2] = "\xc7\x56", [0x82f3] = "\xc7\x57", - [0x82f4] = "\xc7\x58", [0x82f5] = "\xc7\x59", [0x82f6] = "\xc7\x5a", - [0x82f7] = "\xba\xc9", [0x82f8] = "\xdd\xa9", [0x82f9] = "\xc7\x5b", - [0x82fa] = "\xc7\x5c", [0x82fb] = "\xdd\xb6", [0x82fc] = "\xdd\xb1", - [0x82fd] = "\xdd\xb4", [0x82fe] = "\xc7\x5d", [0x82ff] = "\xc7\x5e", - [0x8300] = "\xc7\x5f", [0x8301] = "\xc7\x60", [0x8302] = "\xc7\x61", - [0x8303] = "\xc7\x62", [0x8304] = "\xc7\x63", [0x8305] = "\xdd\xb0", - [0x8306] = "\xc6\xce", [0x8307] = "\xc7\x64", [0x8308] = "\xc7\x65", - [0x8309] = "\xc0\xf2", [0x830a] = "\xc7\x66", [0x830b] = "\xc7\x67", - [0x830c] = "\xc7\x68", [0x830d] = "\xc7\x69", [0x830e] = "\xc9\xaf", - [0x830f] = "\xc7\x6a", [0x8310] = "\xc7\x6b", [0x8311] = "\xc7\x6c", - [0x8312] = "\xdc\xec", [0x8313] = "\xdd\xae", [0x8314] = "\xc7\x6d", - [0x8315] = "\xc7\x6e", [0x8316] = "\xc7\x6f", [0x8317] = "\xc7\x70", - [0x8318] = "\xdd\xb7", [0x8319] = "\xc7\x71", [0x831a] = "\xc7\x72", - [0x831b] = "\xdc\xf0", [0x831c] = "\xdd\xaf", [0x831d] = "\xc7\x73", - [0x831e] = "\xdd\xb8", [0x831f] = "\xc7\x74", [0x8320] = "\xdd\xac", - [0x8321] = "\xc7\x75", [0x8322] = "\xc7\x76", [0x8323] = "\xc7\x77", - [0x8324] = "\xc7\x78", [0x8325] = "\xc7\x79", [0x8326] = "\xc7\x7a", - [0x8327] = "\xc7\x7b", [0x8328] = "\xdd\xb9", [0x8329] = "\xdd\xb3", - [0x832a] = "\xdd\xad", [0x832b] = "\xc4\xaa", [0x832c] = "\xc7\x7c", - [0x832d] = "\xc7\x7d", [0x832e] = "\xc7\x7e", [0x832f] = "\xc7\x80", - [0x8330] = "\xdd\xa8", [0x8331] = "\xc0\xb3", [0x8332] = "\xc1\xab", - [0x8333] = "\xdd\xaa", [0x8334] = "\xdd\xab", [0x8335] = "\xc7\x81", - [0x8336] = "\xdd\xb2", [0x8337] = "\xbb\xf1", [0x8338] = "\xdd\xb5", - [0x8339] = "\xd3\xa8", [0x833a] = "\xdd\xba", [0x833b] = "\xc7\x82", - [0x833c] = "\xdd\xbb", [0x833d] = "\xc3\xa7", [0x833e] = "\xc7\x83", - [0x833f] = "\xc7\x84", [0x8340] = "\xdd\xd2", [0x8341] = "\xdd\xbc", - [0x8342] = "\xc7\x85", [0x8343] = "\xc7\x86", [0x8344] = "\xc7\x87", - [0x8345] = "\xdd\xd1", [0x8346] = "\xc7\x88", [0x8347] = "\xb9\xbd", - [0x8348] = "\xc7\x89", [0x8349] = "\xc7\x8a", [0x834a] = "\xbe\xd5", - [0x834b] = "\xc7\x8b", [0x834c] = "\xbe\xfa", [0x834d] = "\xc7\x8c", - [0x834e] = "\xc7\x8d", [0x834f] = "\xba\xca", [0x8350] = "\xc7\x8e", - [0x8351] = "\xc7\x8f", [0x8352] = "\xc7\x90", [0x8353] = "\xc7\x91", - [0x8354] = "\xdd\xca", [0x8355] = "\xc7\x92", [0x8356] = "\xdd\xc5", - [0x8357] = "\xc7\x93", [0x8358] = "\xdd\xbf", [0x8359] = "\xc7\x94", - [0x835a] = "\xc7\x95", [0x835b] = "\xc7\x96", [0x835c] = "\xb2\xcb", - [0x835d] = "\xdd\xc3", [0x835e] = "\xc7\x97", [0x835f] = "\xdd\xcb", - [0x8360] = "\xb2\xa4", [0x8361] = "\xdd\xd5", [0x8362] = "\xc7\x98", - [0x8363] = "\xc7\x99", [0x8364] = "\xc7\x9a", [0x8365] = "\xdd\xbe", - [0x8366] = "\xc7\x9b", [0x8367] = "\xc7\x9c", [0x8368] = "\xc7\x9d", - [0x8369] = "\xc6\xd0", [0x836a] = "\xdd\xd0", [0x836b] = "\xc7\x9e", - [0x836c] = "\xc7\x9f", [0x836d] = "\xc7\xa0", [0x836e] = "\xc8\x40", - [0x836f] = "\xc8\x41", [0x8370] = "\xdd\xd4", [0x8371] = "\xc1\xe2", - [0x8372] = "\xb7\xc6", [0x8373] = "\xc8\x42", [0x8374] = "\xc8\x43", - [0x8375] = "\xc8\x44", [0x8376] = "\xc8\x45", [0x8377] = "\xc8\x46", - [0x8378] = "\xdd\xce", [0x8379] = "\xdd\xcf", [0x837a] = "\xc8\x47", - [0x837b] = "\xc8\x48", [0x837c] = "\xc8\x49", [0x837d] = "\xdd\xc4", - [0x837e] = "\xc8\x4a", [0x837f] = "\xc8\x4b", [0x8380] = "\xc8\x4c", - [0x8381] = "\xdd\xbd", [0x8382] = "\xc8\x4d", [0x8383] = "\xdd\xcd", - [0x8384] = "\xcc\xd1", [0x8385] = "\xc8\x4e", [0x8386] = "\xdd\xc9", - [0x8387] = "\xc8\x4f", [0x8388] = "\xc8\x50", [0x8389] = "\xc8\x51", - [0x838a] = "\xc8\x52", [0x838b] = "\xdd\xc2", [0x838c] = "\xc3\xc8", - [0x838d] = "\xc6\xbc", [0x838e] = "\xce\xae", [0x838f] = "\xdd\xcc", - [0x8390] = "\xc8\x53", [0x8391] = "\xdd\xc8", [0x8392] = "\xc8\x54", - [0x8393] = "\xc8\x55", [0x8394] = "\xc8\x56", [0x8395] = "\xc8\x57", - [0x8396] = "\xc8\x58", [0x8397] = "\xc8\x59", [0x8398] = "\xdd\xc1", - [0x8399] = "\xc8\x5a", [0x839a] = "\xc8\x5b", [0x839b] = "\xc8\x5c", - [0x839c] = "\xdd\xc6", [0x839d] = "\xc2\xdc", [0x839e] = "\xc8\x5d", - [0x839f] = "\xc8\x5e", [0x83a0] = "\xc8\x5f", [0x83a1] = "\xc8\x60", - [0x83a2] = "\xc8\x61", [0x83a3] = "\xc8\x62", [0x83a4] = "\xd3\xa9", - [0x83a5] = "\xd3\xaa", [0x83a6] = "\xdd\xd3", [0x83a7] = "\xcf\xf4", - [0x83a8] = "\xc8\xf8", [0x83a9] = "\xc8\x63", [0x83aa] = "\xc8\x64", - [0x83ab] = "\xc8\x65", [0x83ac] = "\xc8\x66", [0x83ad] = "\xc8\x67", - [0x83ae] = "\xc8\x68", [0x83af] = "\xc8\x69", [0x83b0] = "\xc8\x6a", - [0x83b1] = "\xdd\xe6", [0x83b2] = "\xc8\x6b", [0x83b3] = "\xc8\x6c", - [0x83b4] = "\xc8\x6d", [0x83b5] = "\xc8\x6e", [0x83b6] = "\xc8\x6f", - [0x83b7] = "\xc8\x70", [0x83b8] = "\xdd\xc7", [0x83b9] = "\xc8\x71", - [0x83ba] = "\xc8\x72", [0x83bb] = "\xc8\x73", [0x83bc] = "\xdd\xe0", - [0x83bd] = "\xc2\xe4", [0x83be] = "\xc8\x74", [0x83bf] = "\xc8\x75", - [0x83c0] = "\xc8\x76", [0x83c1] = "\xc8\x77", [0x83c2] = "\xc8\x78", - [0x83c3] = "\xc8\x79", [0x83c4] = "\xc8\x7a", [0x83c5] = "\xc8\x7b", - [0x83c6] = "\xdd\xe1", [0x83c7] = "\xc8\x7c", [0x83c8] = "\xc8\x7d", - [0x83c9] = "\xc8\x7e", [0x83ca] = "\xc8\x80", [0x83cb] = "\xc8\x81", - [0x83cc] = "\xc8\x82", [0x83cd] = "\xc8\x83", [0x83ce] = "\xc8\x84", - [0x83cf] = "\xc8\x85", [0x83d0] = "\xc8\x86", [0x83d1] = "\xdd\xd7", - [0x83d2] = "\xc8\x87", [0x83d3] = "\xc8\x88", [0x83d4] = "\xc8\x89", - [0x83d5] = "\xc8\x8a", [0x83d6] = "\xc8\x8b", [0x83d7] = "\xd6\xf8", - [0x83d8] = "\xc8\x8c", [0x83d9] = "\xdd\xd9", [0x83da] = "\xdd\xd8", - [0x83db] = "\xb8\xf0", [0x83dc] = "\xdd\xd6", [0x83dd] = "\xc8\x8d", - [0x83de] = "\xc8\x8e", [0x83df] = "\xc8\x8f", [0x83e0] = "\xc8\x90", - [0x83e1] = "\xc6\xcf", [0x83e2] = "\xc8\x91", [0x83e3] = "\xb6\xad", - [0x83e4] = "\xc8\x92", [0x83e5] = "\xc8\x93", [0x83e6] = "\xc8\x94", - [0x83e7] = "\xc8\x95", [0x83e8] = "\xc8\x96", [0x83e9] = "\xdd\xe2", - [0x83ea] = "\xc8\x97", [0x83eb] = "\xba\xf9", [0x83ec] = "\xd4\xe1", - [0x83ed] = "\xdd\xe7", [0x83ee] = "\xc8\x98", [0x83ef] = "\xc8\x99", - [0x83f0] = "\xc8\x9a", [0x83f1] = "\xb4\xd0", [0x83f2] = "\xc8\x9b", - [0x83f3] = "\xdd\xda", [0x83f4] = "\xc8\x9c", [0x83f5] = "\xbf\xfb", - [0x83f6] = "\xdd\xe3", [0x83f7] = "\xc8\x9d", [0x83f8] = "\xdd\xdf", - [0x83f9] = "\xc8\x9e", [0x83fa] = "\xdd\xdd", [0x83fb] = "\xc8\x9f", - [0x83fc] = "\xc8\xa0", [0x83fd] = "\xc9\x40", [0x83fe] = "\xc9\x41", - [0x83ff] = "\xc9\x42", [0x8400] = "\xc9\x43", [0x8401] = "\xc9\x44", - [0x8402] = "\xb5\xd9", [0x8403] = "\xc9\x45", [0x8404] = "\xc9\x46", - [0x8405] = "\xc9\x47", [0x8406] = "\xc9\x48", [0x8407] = "\xdd\xdb", - [0x8408] = "\xdd\xdc", [0x8409] = "\xdd\xde", [0x840a] = "\xc9\x49", - [0x840b] = "\xbd\xaf", [0x840c] = "\xdd\xe4", [0x840d] = "\xc9\x4a", - [0x840e] = "\xdd\xe5", [0x840f] = "\xc9\x4b", [0x8410] = "\xc9\x4c", - [0x8411] = "\xc9\x4d", [0x8412] = "\xc9\x4e", [0x8413] = "\xc9\x4f", - [0x8414] = "\xc9\x50", [0x8415] = "\xc9\x51", [0x8416] = "\xc9\x52", - [0x8417] = "\xdd\xf5", [0x8418] = "\xc9\x53", [0x8419] = "\xc3\xc9", - [0x841a] = "\xc9\x54", [0x841b] = "\xc9\x55", [0x841c] = "\xcb\xe2", - [0x841d] = "\xc9\x56", [0x841e] = "\xc9\x57", [0x841f] = "\xc9\x58", - [0x8420] = "\xc9\x59", [0x8421] = "\xdd\xf2", [0x8422] = "\xc9\x5a", - [0x8423] = "\xc9\x5b", [0x8424] = "\xc9\x5c", [0x8425] = "\xc9\x5d", - [0x8426] = "\xc9\x5e", [0x8427] = "\xc9\x5f", [0x8428] = "\xc9\x60", - [0x8429] = "\xc9\x61", [0x842a] = "\xc9\x62", [0x842b] = "\xc9\x63", - [0x842c] = "\xc9\x64", [0x842d] = "\xc9\x65", [0x842e] = "\xc9\x66", - [0x842f] = "\xd8\xe1", [0x8430] = "\xc9\x67", [0x8431] = "\xc9\x68", - [0x8432] = "\xc6\xd1", [0x8433] = "\xc9\x69", [0x8434] = "\xdd\xf4", - [0x8435] = "\xc9\x6a", [0x8436] = "\xc9\x6b", [0x8437] = "\xc9\x6c", - [0x8438] = "\xd5\xf4", [0x8439] = "\xdd\xf3", [0x843a] = "\xdd\xf0", - [0x843b] = "\xc9\x6d", [0x843c] = "\xc9\x6e", [0x843d] = "\xdd\xec", - [0x843e] = "\xc9\x6f", [0x843f] = "\xdd\xef", [0x8440] = "\xc9\x70", - [0x8441] = "\xdd\xe8", [0x8442] = "\xc9\x71", [0x8443] = "\xc9\x72", - [0x8444] = "\xd0\xee", [0x8445] = "\xc9\x73", [0x8446] = "\xc9\x74", - [0x8447] = "\xc9\x75", [0x8448] = "\xc9\x76", [0x8449] = "\xc8\xd8", - [0x844a] = "\xdd\xee", [0x844b] = "\xc9\x77", [0x844c] = "\xc9\x78", - [0x844d] = "\xdd\xe9", [0x844e] = "\xc9\x79", [0x844f] = "\xc9\x7a", - [0x8450] = "\xdd\xea", [0x8451] = "\xcb\xf2", [0x8452] = "\xc9\x7b", - [0x8453] = "\xdd\xed", [0x8454] = "\xc9\x7c", [0x8455] = "\xc9\x7d", - [0x8456] = "\xb1\xcd", [0x8457] = "\xc9\x7e", [0x8458] = "\xc9\x80", - [0x8459] = "\xc9\x81", [0x845a] = "\xc9\x82", [0x845b] = "\xc9\x83", - [0x845c] = "\xc9\x84", [0x845d] = "\xc0\xb6", [0x845e] = "\xc9\x85", - [0x845f] = "\xbc\xbb", [0x8460] = "\xdd\xf1", [0x8461] = "\xc9\x86", - [0x8462] = "\xc9\x87", [0x8463] = "\xdd\xf7", [0x8464] = "\xc9\x88", - [0x8465] = "\xdd\xf6", [0x8466] = "\xdd\xeb", [0x8467] = "\xc9\x89", - [0x8468] = "\xc9\x8a", [0x8469] = "\xc9\x8b", [0x846a] = "\xc9\x8c", - [0x846b] = "\xc9\x8d", [0x846c] = "\xc5\xee", [0x846d] = "\xc9\x8e", - [0x846e] = "\xc9\x8f", [0x846f] = "\xc9\x90", [0x8470] = "\xdd\xfb", - [0x8471] = "\xc9\x91", [0x8472] = "\xc9\x92", [0x8473] = "\xc9\x93", - [0x8474] = "\xc9\x94", [0x8475] = "\xc9\x95", [0x8476] = "\xc9\x96", - [0x8477] = "\xc9\x97", [0x8478] = "\xc9\x98", [0x8479] = "\xc9\x99", - [0x847a] = "\xc9\x9a", [0x847b] = "\xc9\x9b", [0x847c] = "\xde\xa4", - [0x847d] = "\xc9\x9c", [0x847e] = "\xc9\x9d", [0x847f] = "\xde\xa3", - [0x8480] = "\xc9\x9e", [0x8481] = "\xc9\x9f", [0x8482] = "\xc9\xa0", - [0x8483] = "\xca\x40", [0x8484] = "\xca\x41", [0x8485] = "\xca\x42", - [0x8486] = "\xca\x43", [0x8487] = "\xca\x44", [0x8488] = "\xca\x45", - [0x8489] = "\xca\x46", [0x848a] = "\xca\x47", [0x848b] = "\xca\x48", - [0x848c] = "\xdd\xf8", [0x848d] = "\xca\x49", [0x848e] = "\xca\x4a", - [0x848f] = "\xca\x4b", [0x8490] = "\xca\x4c", [0x8491] = "\xc3\xef", - [0x8492] = "\xca\x4d", [0x8493] = "\xc2\xfb", [0x8494] = "\xca\x4e", - [0x8495] = "\xca\x4f", [0x8496] = "\xca\x50", [0x8497] = "\xd5\xe1", - [0x8498] = "\xca\x51", [0x8499] = "\xca\x52", [0x849a] = "\xce\xb5", - [0x849b] = "\xca\x53", [0x849c] = "\xca\x54", [0x849d] = "\xca\x55", - [0x849e] = "\xca\x56", [0x849f] = "\xdd\xfd", [0x84a0] = "\xca\x57", - [0x84a1] = "\xb2\xcc", [0x84a2] = "\xca\x58", [0x84a3] = "\xca\x59", - [0x84a4] = "\xca\x5a", [0x84a5] = "\xca\x5b", [0x84a6] = "\xca\x5c", - [0x84a7] = "\xca\x5d", [0x84a8] = "\xca\x5e", [0x84a9] = "\xca\x5f", - [0x84aa] = "\xca\x60", [0x84ab] = "\xc4\xe8", [0x84ac] = "\xca\xdf", - [0x84ad] = "\xca\x61", [0x84ae] = "\xca\x62", [0x84af] = "\xca\x63", - [0x84b0] = "\xca\x64", [0x84b1] = "\xca\x65", [0x84b2] = "\xca\x66", - [0x84b3] = "\xca\x67", [0x84b4] = "\xca\x68", [0x84b5] = "\xca\x69", - [0x84b6] = "\xca\x6a", [0x84b7] = "\xc7\xbe", [0x84b8] = "\xdd\xfa", - [0x84b9] = "\xdd\xfc", [0x84ba] = "\xdd\xfe", [0x84bb] = "\xde\xa2", - [0x84bc] = "\xb0\xaa", [0x84bd] = "\xb1\xce", [0x84be] = "\xca\x6b", - [0x84bf] = "\xca\x6c", [0x84c0] = "\xca\x6d", [0x84c1] = "\xca\x6e", - [0x84c2] = "\xca\x6f", [0x84c3] = "\xde\xac", [0x84c4] = "\xca\x70", - [0x84c5] = "\xca\x71", [0x84c6] = "\xca\x72", [0x84c7] = "\xca\x73", - [0x84c8] = "\xde\xa6", [0x84c9] = "\xbd\xb6", [0x84ca] = "\xc8\xef", - [0x84cb] = "\xca\x74", [0x84cc] = "\xca\x75", [0x84cd] = "\xca\x76", - [0x84ce] = "\xca\x77", [0x84cf] = "\xca\x78", [0x84d0] = "\xca\x79", - [0x84d1] = "\xca\x7a", [0x84d2] = "\xca\x7b", [0x84d3] = "\xca\x7c", - [0x84d4] = "\xca\x7d", [0x84d5] = "\xca\x7e", [0x84d6] = "\xde\xa1", - [0x84d7] = "\xca\x80", [0x84d8] = "\xca\x81", [0x84d9] = "\xde\xa5", - [0x84da] = "\xca\x82", [0x84db] = "\xca\x83", [0x84dc] = "\xca\x84", - [0x84dd] = "\xca\x85", [0x84de] = "\xde\xa9", [0x84df] = "\xca\x86", - [0x84e0] = "\xca\x87", [0x84e1] = "\xca\x88", [0x84e2] = "\xca\x89", - [0x84e3] = "\xca\x8a", [0x84e4] = "\xde\xa8", [0x84e5] = "\xca\x8b", - [0x84e6] = "\xca\x8c", [0x84e7] = "\xca\x8d", [0x84e8] = "\xde\xa7", - [0x84e9] = "\xca\x8e", [0x84ea] = "\xca\x8f", [0x84eb] = "\xca\x90", - [0x84ec] = "\xca\x91", [0x84ed] = "\xca\x92", [0x84ee] = "\xca\x93", - [0x84ef] = "\xca\x94", [0x84f0] = "\xca\x95", [0x84f1] = "\xca\x96", - [0x84f2] = "\xde\xad", [0x84f3] = "\xca\x97", [0x84f4] = "\xd4\xcc", - [0x84f5] = "\xca\x98", [0x84f6] = "\xca\x99", [0x84f7] = "\xca\x9a", - [0x84f8] = "\xca\x9b", [0x84f9] = "\xde\xb3", [0x84fa] = "\xde\xaa", - [0x84fb] = "\xde\xae", [0x84fc] = "\xca\x9c", [0x84fd] = "\xca\x9d", - [0x84fe] = "\xc0\xd9", [0x84ff] = "\xca\x9e", [0x8500] = "\xca\x9f", - [0x8501] = "\xca\xa0", [0x8502] = "\xcb\x40", [0x8503] = "\xcb\x41", - [0x8504] = "\xb1\xa1", [0x8505] = "\xde\xb6", [0x8506] = "\xcb\x42", - [0x8507] = "\xde\xb1", [0x8508] = "\xcb\x43", [0x8509] = "\xcb\x44", - [0x850a] = "\xcb\x45", [0x850b] = "\xcb\x46", [0x850c] = "\xcb\x47", - [0x850d] = "\xcb\x48", [0x850e] = "\xcb\x49", [0x850f] = "\xde\xb2", - [0x8510] = "\xcb\x4a", [0x8511] = "\xcb\x4b", [0x8512] = "\xcb\x4c", - [0x8513] = "\xcb\x4d", [0x8514] = "\xcb\x4e", [0x8515] = "\xcb\x4f", - [0x8516] = "\xcb\x50", [0x8517] = "\xcb\x51", [0x8518] = "\xcb\x52", - [0x8519] = "\xcb\x53", [0x851a] = "\xcb\x54", [0x851b] = "\xd1\xa6", - [0x851c] = "\xde\xb5", [0x851d] = "\xcb\x55", [0x851e] = "\xcb\x56", - [0x851f] = "\xcb\x57", [0x8520] = "\xcb\x58", [0x8521] = "\xcb\x59", - [0x8522] = "\xcb\x5a", [0x8523] = "\xcb\x5b", [0x8524] = "\xde\xaf", - [0x8525] = "\xcb\x5c", [0x8526] = "\xcb\x5d", [0x8527] = "\xcb\x5e", - [0x8528] = "\xde\xb0", [0x8529] = "\xcb\x5f", [0x852a] = "\xd0\xbd", - [0x852b] = "\xcb\x60", [0x852c] = "\xcb\x61", [0x852d] = "\xcb\x62", - [0x852e] = "\xde\xb4", [0x852f] = "\xca\xed", [0x8530] = "\xde\xb9", - [0x8531] = "\xcb\x63", [0x8532] = "\xcb\x64", [0x8533] = "\xcb\x65", - [0x8534] = "\xcb\x66", [0x8535] = "\xcb\x67", [0x8536] = "\xcb\x68", - [0x8537] = "\xde\xb8", [0x8538] = "\xcb\x69", [0x8539] = "\xde\xb7", - [0x853a] = "\xcb\x6a", [0x853b] = "\xcb\x6b", [0x853c] = "\xcb\x6c", - [0x853d] = "\xcb\x6d", [0x853e] = "\xcb\x6e", [0x853f] = "\xcb\x6f", - [0x8540] = "\xcb\x70", [0x8541] = "\xde\xbb", [0x8542] = "\xcb\x71", - [0x8543] = "\xcb\x72", [0x8544] = "\xcb\x73", [0x8545] = "\xcb\x74", - [0x8546] = "\xcb\x75", [0x8547] = "\xcb\x76", [0x8548] = "\xcb\x77", - [0x8549] = "\xbd\xe5", [0x854a] = "\xcb\x78", [0x854b] = "\xcb\x79", - [0x854c] = "\xcb\x7a", [0x854d] = "\xcb\x7b", [0x854e] = "\xcb\x7c", - [0x854f] = "\xb2\xd8", [0x8550] = "\xc3\xea", [0x8551] = "\xcb\x7d", - [0x8552] = "\xcb\x7e", [0x8553] = "\xde\xba", [0x8554] = "\xcb\x80", - [0x8555] = "\xc5\xba", [0x8556] = "\xcb\x81", [0x8557] = "\xcb\x82", - [0x8558] = "\xcb\x83", [0x8559] = "\xcb\x84", [0x855a] = "\xcb\x85", - [0x855b] = "\xcb\x86", [0x855c] = "\xde\xbc", [0x855d] = "\xcb\x87", - [0x855e] = "\xcb\x88", [0x855f] = "\xcb\x89", [0x8560] = "\xcb\x8a", - [0x8561] = "\xcb\x8b", [0x8562] = "\xcb\x8c", [0x8563] = "\xcb\x8d", - [0x8564] = "\xcc\xd9", [0x8565] = "\xcb\x8e", [0x8566] = "\xcb\x8f", - [0x8567] = "\xcb\x90", [0x8568] = "\xcb\x91", [0x8569] = "\xb7\xaa", - [0x856a] = "\xcb\x92", [0x856b] = "\xcb\x93", [0x856c] = "\xcb\x94", - [0x856d] = "\xcb\x95", [0x856e] = "\xcb\x96", [0x856f] = "\xcb\x97", - [0x8570] = "\xcb\x98", [0x8571] = "\xcb\x99", [0x8572] = "\xcb\x9a", - [0x8573] = "\xcb\x9b", [0x8574] = "\xcb\x9c", [0x8575] = "\xcb\x9d", - [0x8576] = "\xcb\x9e", [0x8577] = "\xcb\x9f", [0x8578] = "\xcb\xa0", - [0x8579] = "\xcc\x40", [0x857a] = "\xcc\x41", [0x857b] = "\xd4\xe5", - [0x857c] = "\xcc\x42", [0x857d] = "\xcc\x43", [0x857e] = "\xcc\x44", - [0x857f] = "\xde\xbd", [0x8580] = "\xcc\x45", [0x8581] = "\xcc\x46", - [0x8582] = "\xcc\x47", [0x8583] = "\xcc\x48", [0x8584] = "\xcc\x49", - [0x8585] = "\xde\xbf", [0x8586] = "\xcc\x4a", [0x8587] = "\xcc\x4b", - [0x8588] = "\xcc\x4c", [0x8589] = "\xcc\x4d", [0x858a] = "\xcc\x4e", - [0x858b] = "\xcc\x4f", [0x858c] = "\xcc\x50", [0x858d] = "\xcc\x51", - [0x858e] = "\xcc\x52", [0x858f] = "\xcc\x53", [0x8590] = "\xcc\x54", - [0x8591] = "\xc4\xa2", [0x8592] = "\xcc\x55", [0x8593] = "\xcc\x56", - [0x8594] = "\xcc\x57", [0x8595] = "\xcc\x58", [0x8596] = "\xde\xc1", - [0x8597] = "\xcc\x59", [0x8598] = "\xcc\x5a", [0x8599] = "\xcc\x5b", - [0x859a] = "\xcc\x5c", [0x859b] = "\xcc\x5d", [0x859c] = "\xcc\x5e", - [0x859d] = "\xcc\x5f", [0x859e] = "\xcc\x60", [0x859f] = "\xcc\x61", - [0x85a0] = "\xcc\x62", [0x85a1] = "\xcc\x63", [0x85a2] = "\xcc\x64", - [0x85a3] = "\xcc\x65", [0x85a4] = "\xcc\x66", [0x85a5] = "\xcc\x67", - [0x85a6] = "\xcc\x68", [0x85a7] = "\xde\xbe", [0x85a8] = "\xcc\x69", - [0x85a9] = "\xde\xc0", [0x85aa] = "\xcc\x6a", [0x85ab] = "\xcc\x6b", - [0x85ac] = "\xcc\x6c", [0x85ad] = "\xcc\x6d", [0x85ae] = "\xcc\x6e", - [0x85af] = "\xcc\x6f", [0x85b0] = "\xcc\x70", [0x85b1] = "\xcc\x71", - [0x85b2] = "\xcc\x72", [0x85b3] = "\xcc\x73", [0x85b4] = "\xcc\x74", - [0x85b5] = "\xcc\x75", [0x85b6] = "\xcc\x76", [0x85b7] = "\xcc\x77", - [0x85b8] = "\xd5\xba", [0x85b9] = "\xcc\x78", [0x85ba] = "\xcc\x79", - [0x85bb] = "\xcc\x7a", [0x85bc] = "\xde\xc2", [0x85bd] = "\xcc\x7b", - [0x85be] = "\xcc\x7c", [0x85bf] = "\xcc\x7d", [0x85c0] = "\xcc\x7e", - [0x85c1] = "\xcc\x80", [0x85c2] = "\xcc\x81", [0x85c3] = "\xcc\x82", - [0x85c4] = "\xcc\x83", [0x85c5] = "\xcc\x84", [0x85c6] = "\xcc\x85", - [0x85c7] = "\xcc\x86", [0x85c8] = "\xcc\x87", [0x85c9] = "\xcc\x88", - [0x85ca] = "\xcc\x89", [0x85cb] = "\xcc\x8a", [0x85cc] = "\xcc\x8b", - [0x85cd] = "\xf2\xae", [0x85ce] = "\xbb\xa2", [0x85cf] = "\xc2\xb2", - [0x85d0] = "\xc5\xb0", [0x85d1] = "\xc2\xc7", [0x85d2] = "\xcc\x8c", - [0x85d3] = "\xcc\x8d", [0x85d4] = "\xf2\xaf", [0x85d5] = "\xcc\x8e", - [0x85d6] = "\xcc\x8f", [0x85d7] = "\xcc\x90", [0x85d8] = "\xcc\x91", - [0x85d9] = "\xcc\x92", [0x85da] = "\xd0\xe9", [0x85db] = "\xcc\x93", - [0x85dc] = "\xcc\x94", [0x85dd] = "\xcc\x95", [0x85de] = "\xd3\xdd", - [0x85df] = "\xcc\x96", [0x85e0] = "\xcc\x97", [0x85e1] = "\xcc\x98", - [0x85e2] = "\xeb\xbd", [0x85e3] = "\xcc\x99", [0x85e4] = "\xcc\x9a", - [0x85e5] = "\xcc\x9b", [0x85e6] = "\xcc\x9c", [0x85e7] = "\xcc\x9d", - [0x85e8] = "\xcc\x9e", [0x85e9] = "\xcc\x9f", [0x85ea] = "\xcc\xa0", - [0x85eb] = "\xb3\xe6", [0x85ec] = "\xf2\xb0", [0x85ed] = "\xcd\x40", - [0x85ee] = "\xf2\xb1", [0x85ef] = "\xcd\x41", [0x85f0] = "\xcd\x42", - [0x85f1] = "\xca\xad", [0x85f2] = "\xcd\x43", [0x85f3] = "\xcd\x44", - [0x85f4] = "\xcd\x45", [0x85f5] = "\xcd\x46", [0x85f6] = "\xcd\x47", - [0x85f7] = "\xcd\x48", [0x85f8] = "\xcd\x49", [0x85f9] = "\xba\xe7", - [0x85fa] = "\xf2\xb3", [0x85fb] = "\xf2\xb5", [0x85fc] = "\xf2\xb4", - [0x85fd] = "\xcb\xe4", [0x85fe] = "\xcf\xba", [0x85ff] = "\xf2\xb2", - [0x8600] = "\xca\xb4", [0x8601] = "\xd2\xcf", [0x8602] = "\xc2\xec", - [0x8603] = "\xcd\x4a", [0x8604] = "\xcd\x4b", [0x8605] = "\xcd\x4c", - [0x8606] = "\xcd\x4d", [0x8607] = "\xcd\x4e", [0x8608] = "\xcd\x4f", - [0x8609] = "\xcd\x50", [0x860a] = "\xce\xc3", [0x860b] = "\xf2\xb8", - [0x860c] = "\xb0\xf6", [0x860d] = "\xf2\xb7", [0x860e] = "\xcd\x51", - [0x860f] = "\xcd\x52", [0x8610] = "\xcd\x53", [0x8611] = "\xcd\x54", - [0x8612] = "\xcd\x55", [0x8613] = "\xf2\xbe", [0x8614] = "\xcd\x56", - [0x8615] = "\xb2\xcf", [0x8616] = "\xcd\x57", [0x8617] = "\xcd\x58", - [0x8618] = "\xcd\x59", [0x8619] = "\xcd\x5a", [0x861a] = "\xcd\x5b", - [0x861b] = "\xcd\x5c", [0x861c] = "\xd1\xc1", [0x861d] = "\xf2\xba", - [0x861e] = "\xcd\x5d", [0x861f] = "\xcd\x5e", [0x8620] = "\xcd\x5f", - [0x8621] = "\xcd\x60", [0x8622] = "\xcd\x61", [0x8623] = "\xf2\xbc", - [0x8624] = "\xd4\xe9", [0x8625] = "\xcd\x62", [0x8626] = "\xcd\x63", - [0x8627] = "\xf2\xbb", [0x8628] = "\xf2\xb6", [0x8629] = "\xf2\xbf", - [0x862a] = "\xf2\xbd", [0x862b] = "\xcd\x64", [0x862c] = "\xf2\xb9", - [0x862d] = "\xcd\x65", [0x862e] = "\xcd\x66", [0x862f] = "\xf2\xc7", - [0x8630] = "\xf2\xc4", [0x8631] = "\xf2\xc6", [0x8632] = "\xcd\x67", - [0x8633] = "\xcd\x68", [0x8634] = "\xf2\xca", [0x8635] = "\xf2\xc2", - [0x8636] = "\xf2\xc0", [0x8637] = "\xcd\x69", [0x8638] = "\xcd\x6a", - [0x8639] = "\xcd\x6b", [0x863a] = "\xf2\xc5", [0x863b] = "\xcd\x6c", - [0x863c] = "\xcd\x6d", [0x863d] = "\xcd\x6e", [0x863e] = "\xcd\x6f", - [0x863f] = "\xcd\x70", [0x8640] = "\xd6\xfb", [0x8641] = "\xcd\x71", - [0x8642] = "\xcd\x72", [0x8643] = "\xcd\x73", [0x8644] = "\xf2\xc1", - [0x8645] = "\xcd\x74", [0x8646] = "\xc7\xf9", [0x8647] = "\xc9\xdf", - [0x8648] = "\xcd\x75", [0x8649] = "\xf2\xc8", [0x864a] = "\xb9\xc6", - [0x864b] = "\xb5\xb0", [0x864c] = "\xcd\x76", [0x864d] = "\xcd\x77", - [0x864e] = "\xf2\xc3", [0x864f] = "\xf2\xc9", [0x8650] = "\xf2\xd0", - [0x8651] = "\xf2\xd6", [0x8652] = "\xcd\x78", [0x8653] = "\xcd\x79", - [0x8654] = "\xbb\xd7", [0x8655] = "\xcd\x7a", [0x8656] = "\xcd\x7b", - [0x8657] = "\xcd\x7c", [0x8658] = "\xf2\xd5", [0x8659] = "\xcd\xdc", - [0x865a] = "\xcd\x7d", [0x865b] = "\xd6\xeb", [0x865c] = "\xcd\x7e", - [0x865d] = "\xcd\x80", [0x865e] = "\xf2\xd2", [0x865f] = "\xf2\xd4", - [0x8660] = "\xcd\x81", [0x8661] = "\xcd\x82", [0x8662] = "\xcd\x83", - [0x8663] = "\xcd\x84", [0x8664] = "\xb8\xf2", [0x8665] = "\xcd\x85", - [0x8666] = "\xcd\x86", [0x8667] = "\xcd\x87", [0x8668] = "\xcd\x88", - [0x8669] = "\xf2\xcb", [0x866a] = "\xcd\x89", [0x866b] = "\xcd\x8a", - [0x866c] = "\xcd\x8b", [0x866d] = "\xf2\xce", [0x866e] = "\xc2\xf9", - [0x866f] = "\xcd\x8c", [0x8670] = "\xd5\xdd", [0x8671] = "\xf2\xcc", - [0x8672] = "\xf2\xcd", [0x8673] = "\xf2\xcf", [0x8674] = "\xf2\xd3", - [0x8675] = "\xcd\x8d", [0x8676] = "\xcd\x8e", [0x8677] = "\xcd\x8f", - [0x8678] = "\xf2\xd9", [0x8679] = "\xd3\xbc", [0x867a] = "\xcd\x90", - [0x867b] = "\xcd\x91", [0x867c] = "\xcd\x92", [0x867d] = "\xcd\x93", - [0x867e] = "\xb6\xea", [0x867f] = "\xcd\x94", [0x8680] = "\xca\xf1", - [0x8681] = "\xcd\x95", [0x8682] = "\xb7\xe4", [0x8683] = "\xf2\xd7", - [0x8684] = "\xcd\x96", [0x8685] = "\xcd\x97", [0x8686] = "\xcd\x98", - [0x8687] = "\xf2\xd8", [0x8688] = "\xf2\xda", [0x8689] = "\xf2\xdd", - [0x868a] = "\xf2\xdb", [0x868b] = "\xcd\x99", [0x868c] = "\xcd\x9a", - [0x868d] = "\xf2\xdc", [0x868e] = "\xcd\x9b", [0x868f] = "\xcd\x9c", - [0x8690] = "\xcd\x9d", [0x8691] = "\xcd\x9e", [0x8692] = "\xd1\xd1", - [0x8693] = "\xf2\xd1", [0x8694] = "\xcd\x9f", [0x8695] = "\xcd\xc9", - [0x8696] = "\xcd\xa0", [0x8697] = "\xce\xcf", [0x8698] = "\xd6\xa9", - [0x8699] = "\xce\x40", [0x869a] = "\xf2\xe3", [0x869b] = "\xce\x41", - [0x869c] = "\xc3\xdb", [0x869d] = "\xce\x42", [0x869e] = "\xf2\xe0", - [0x869f] = "\xce\x43", [0x86a0] = "\xce\x44", [0x86a1] = "\xc0\xaf", - [0x86a2] = "\xf2\xec", [0x86a3] = "\xf2\xde", [0x86a4] = "\xce\x45", - [0x86a5] = "\xf2\xe1", [0x86a6] = "\xce\x46", [0x86a7] = "\xce\x47", - [0x86a8] = "\xce\x48", [0x86a9] = "\xf2\xe8", [0x86aa] = "\xce\x49", - [0x86ab] = "\xce\x4a", [0x86ac] = "\xce\x4b", [0x86ad] = "\xce\x4c", - [0x86ae] = "\xf2\xe2", [0x86af] = "\xce\x4d", [0x86b0] = "\xce\x4e", - [0x86b1] = "\xf2\xe7", [0x86b2] = "\xce\x4f", [0x86b3] = "\xce\x50", - [0x86b4] = "\xf2\xe6", [0x86b5] = "\xce\x51", [0x86b6] = "\xce\x52", - [0x86b7] = "\xf2\xe9", [0x86b8] = "\xce\x53", [0x86b9] = "\xce\x54", - [0x86ba] = "\xce\x55", [0x86bb] = "\xf2\xdf", [0x86bc] = "\xce\x56", - [0x86bd] = "\xce\x57", [0x86be] = "\xf2\xe4", [0x86bf] = "\xf2\xea", - [0x86c0] = "\xce\x58", [0x86c1] = "\xce\x59", [0x86c2] = "\xce\x5a", - [0x86c3] = "\xce\x5b", [0x86c4] = "\xce\x5c", [0x86c5] = "\xce\x5d", - [0x86c6] = "\xce\x5e", [0x86c7] = "\xd3\xac", [0x86c8] = "\xf2\xe5", - [0x86c9] = "\xb2\xf5", [0x86ca] = "\xce\x5f", [0x86cb] = "\xce\x60", - [0x86cc] = "\xf2\xf2", [0x86cd] = "\xce\x61", [0x86ce] = "\xd0\xab", - [0x86cf] = "\xce\x62", [0x86d0] = "\xce\x63", [0x86d1] = "\xce\x64", - [0x86d2] = "\xce\x65", [0x86d3] = "\xf2\xf5", [0x86d4] = "\xce\x66", - [0x86d5] = "\xce\x67", [0x86d6] = "\xce\x68", [0x86d7] = "\xbb\xc8", - [0x86d8] = "\xce\x69", [0x86d9] = "\xf2\xf9", [0x86da] = "\xce\x6a", - [0x86db] = "\xce\x6b", [0x86dc] = "\xce\x6c", [0x86dd] = "\xce\x6d", - [0x86de] = "\xce\x6e", [0x86df] = "\xce\x6f", [0x86e0] = "\xf2\xf0", - [0x86e1] = "\xce\x70", [0x86e2] = "\xce\x71", [0x86e3] = "\xf2\xf6", - [0x86e4] = "\xf2\xf8", [0x86e5] = "\xf2\xfa", [0x86e6] = "\xce\x72", - [0x86e7] = "\xce\x73", [0x86e8] = "\xce\x74", [0x86e9] = "\xce\x75", - [0x86ea] = "\xce\x76", [0x86eb] = "\xce\x77", [0x86ec] = "\xce\x78", - [0x86ed] = "\xce\x79", [0x86ee] = "\xf2\xf3", [0x86ef] = "\xce\x7a", - [0x86f0] = "\xf2\xf1", [0x86f1] = "\xce\x7b", [0x86f2] = "\xce\x7c", - [0x86f3] = "\xce\x7d", [0x86f4] = "\xba\xfb", [0x86f5] = "\xce\x7e", - [0x86f6] = "\xb5\xfb", [0x86f7] = "\xce\x80", [0x86f8] = "\xce\x81", - [0x86f9] = "\xce\x82", [0x86fa] = "\xce\x83", [0x86fb] = "\xf2\xef", - [0x86fc] = "\xf2\xf7", [0x86fd] = "\xf2\xed", [0x86fe] = "\xf2\xee", - [0x86ff] = "\xce\x84", [0x8700] = "\xce\x85", [0x8701] = "\xce\x86", - [0x8702] = "\xf2\xeb", [0x8703] = "\xf3\xa6", [0x8704] = "\xce\x87", - [0x8705] = "\xf3\xa3", [0x8706] = "\xce\x88", [0x8707] = "\xce\x89", - [0x8708] = "\xf3\xa2", [0x8709] = "\xce\x8a", [0x870a] = "\xce\x8b", - [0x870b] = "\xf2\xf4", [0x870c] = "\xce\x8c", [0x870d] = "\xc8\xda", - [0x870e] = "\xce\x8d", [0x870f] = "\xce\x8e", [0x8710] = "\xce\x8f", - [0x8711] = "\xce\x90", [0x8712] = "\xce\x91", [0x8713] = "\xf2\xfb", - [0x8714] = "\xce\x92", [0x8715] = "\xce\x93", [0x8716] = "\xce\x94", - [0x8717] = "\xf3\xa5", [0x8718] = "\xce\x95", [0x8719] = "\xce\x96", - [0x871a] = "\xce\x97", [0x871b] = "\xce\x98", [0x871c] = "\xce\x99", - [0x871d] = "\xce\x9a", [0x871e] = "\xce\x9b", [0x871f] = "\xc3\xf8", - [0x8720] = "\xce\x9c", [0x8721] = "\xce\x9d", [0x8722] = "\xce\x9e", - [0x8723] = "\xce\x9f", [0x8724] = "\xce\xa0", [0x8725] = "\xcf\x40", - [0x8726] = "\xcf\x41", [0x8727] = "\xcf\x42", [0x8728] = "\xf2\xfd", - [0x8729] = "\xcf\x43", [0x872a] = "\xcf\x44", [0x872b] = "\xf3\xa7", - [0x872c] = "\xf3\xa9", [0x872d] = "\xf3\xa4", [0x872e] = "\xcf\x45", - [0x872f] = "\xf2\xfc", [0x8730] = "\xcf\x46", [0x8731] = "\xcf\x47", - [0x8732] = "\xcf\x48", [0x8733] = "\xf3\xab", [0x8734] = "\xcf\x49", - [0x8735] = "\xf3\xaa", [0x8736] = "\xcf\x4a", [0x8737] = "\xcf\x4b", - [0x8738] = "\xcf\x4c", [0x8739] = "\xcf\x4d", [0x873a] = "\xc2\xdd", - [0x873b] = "\xcf\x4e", [0x873c] = "\xcf\x4f", [0x873d] = "\xf3\xae", - [0x873e] = "\xcf\x50", [0x873f] = "\xcf\x51", [0x8740] = "\xf3\xb0", - [0x8741] = "\xcf\x52", [0x8742] = "\xcf\x53", [0x8743] = "\xcf\x54", - [0x8744] = "\xcf\x55", [0x8745] = "\xcf\x56", [0x8746] = "\xf3\xa1", - [0x8747] = "\xcf\x57", [0x8748] = "\xcf\x58", [0x8749] = "\xcf\x59", - [0x874a] = "\xf3\xb1", [0x874b] = "\xf3\xac", [0x874c] = "\xcf\x5a", - [0x874d] = "\xcf\x5b", [0x874e] = "\xcf\x5c", [0x874f] = "\xcf\x5d", - [0x8750] = "\xcf\x5e", [0x8751] = "\xf3\xaf", [0x8752] = "\xf2\xfe", - [0x8753] = "\xf3\xad", [0x8754] = "\xcf\x5f", [0x8755] = "\xcf\x60", - [0x8756] = "\xcf\x61", [0x8757] = "\xcf\x62", [0x8758] = "\xcf\x63", - [0x8759] = "\xcf\x64", [0x875a] = "\xcf\x65", [0x875b] = "\xf3\xb2", - [0x875c] = "\xcf\x66", [0x875d] = "\xcf\x67", [0x875e] = "\xcf\x68", - [0x875f] = "\xcf\x69", [0x8760] = "\xf3\xb4", [0x8761] = "\xcf\x6a", - [0x8762] = "\xcf\x6b", [0x8763] = "\xcf\x6c", [0x8764] = "\xcf\x6d", - [0x8765] = "\xf3\xa8", [0x8766] = "\xcf\x6e", [0x8767] = "\xcf\x6f", - [0x8768] = "\xcf\x70", [0x8769] = "\xcf\x71", [0x876a] = "\xf3\xb3", - [0x876b] = "\xcf\x72", [0x876c] = "\xcf\x73", [0x876d] = "\xcf\x74", - [0x876e] = "\xf3\xb5", [0x876f] = "\xcf\x75", [0x8770] = "\xcf\x76", - [0x8771] = "\xcf\x77", [0x8772] = "\xcf\x78", [0x8773] = "\xcf\x79", - [0x8774] = "\xcf\x7a", [0x8775] = "\xcf\x7b", [0x8776] = "\xcf\x7c", - [0x8777] = "\xcf\x7d", [0x8778] = "\xcf\x7e", [0x8779] = "\xd0\xb7", - [0x877a] = "\xcf\x80", [0x877b] = "\xcf\x81", [0x877c] = "\xcf\x82", - [0x877d] = "\xcf\x83", [0x877e] = "\xf3\xb8", [0x877f] = "\xcf\x84", - [0x8780] = "\xcf\x85", [0x8781] = "\xcf\x86", [0x8782] = "\xcf\x87", - [0x8783] = "\xd9\xf9", [0x8784] = "\xcf\x88", [0x8785] = "\xcf\x89", - [0x8786] = "\xcf\x8a", [0x8787] = "\xcf\x8b", [0x8788] = "\xcf\x8c", - [0x8789] = "\xcf\x8d", [0x878a] = "\xf3\xb9", [0x878b] = "\xcf\x8e", - [0x878c] = "\xcf\x8f", [0x878d] = "\xcf\x90", [0x878e] = "\xcf\x91", - [0x878f] = "\xcf\x92", [0x8790] = "\xcf\x93", [0x8791] = "\xcf\x94", - [0x8792] = "\xcf\x95", [0x8793] = "\xf3\xb7", [0x8794] = "\xcf\x96", - [0x8795] = "\xc8\xe4", [0x8796] = "\xf3\xb6", [0x8797] = "\xcf\x97", - [0x8798] = "\xcf\x98", [0x8799] = "\xcf\x99", [0x879a] = "\xcf\x9a", - [0x879b] = "\xf3\xba", [0x879c] = "\xcf\x9b", [0x879d] = "\xcf\x9c", - [0x879e] = "\xcf\x9d", [0x879f] = "\xcf\x9e", [0x87a0] = "\xcf\x9f", - [0x87a1] = "\xf3\xbb", [0x87a2] = "\xb4\xc0", [0x87a3] = "\xcf\xa0", - [0x87a4] = "\xd0\x40", [0x87a5] = "\xd0\x41", [0x87a6] = "\xd0\x42", - [0x87a7] = "\xd0\x43", [0x87a8] = "\xd0\x44", [0x87a9] = "\xd0\x45", - [0x87aa] = "\xd0\x46", [0x87ab] = "\xd0\x47", [0x87ac] = "\xd0\x48", - [0x87ad] = "\xd0\x49", [0x87ae] = "\xd0\x4a", [0x87af] = "\xd0\x4b", - [0x87b0] = "\xd0\x4c", [0x87b1] = "\xd0\x4d", [0x87b2] = "\xee\xc3", - [0x87b3] = "\xd0\x4e", [0x87b4] = "\xd0\x4f", [0x87b5] = "\xd0\x50", - [0x87b6] = "\xd0\x51", [0x87b7] = "\xd0\x52", [0x87b8] = "\xd0\x53", - [0x87b9] = "\xf3\xbc", [0x87ba] = "\xd0\x54", [0x87bb] = "\xd0\x55", - [0x87bc] = "\xf3\xbd", [0x87bd] = "\xd0\x56", [0x87be] = "\xd0\x57", - [0x87bf] = "\xd0\x58", [0x87c0] = "\xd1\xaa", [0x87c1] = "\xd0\x59", - [0x87c2] = "\xd0\x5a", [0x87c3] = "\xd0\x5b", [0x87c4] = "\xf4\xac", - [0x87c5] = "\xd0\xc6", [0x87c6] = "\xd0\x5c", [0x87c7] = "\xd0\x5d", - [0x87c8] = "\xd0\x5e", [0x87c9] = "\xd0\x5f", [0x87ca] = "\xd0\x60", - [0x87cb] = "\xd0\x61", [0x87cc] = "\xd0\xd0", [0x87cd] = "\xd1\xdc", - [0x87ce] = "\xd0\x62", [0x87cf] = "\xd0\x63", [0x87d0] = "\xd0\x64", - [0x87d1] = "\xd0\x65", [0x87d2] = "\xd0\x66", [0x87d3] = "\xd0\x67", - [0x87d4] = "\xcf\xce", [0x87d5] = "\xd0\x68", [0x87d6] = "\xd0\x69", - [0x87d7] = "\xbd\xd6", [0x87d8] = "\xd0\x6a", [0x87d9] = "\xd1\xc3", - [0x87da] = "\xd0\x6b", [0x87db] = "\xd0\x6c", [0x87dc] = "\xd0\x6d", - [0x87dd] = "\xd0\x6e", [0x87de] = "\xd0\x6f", [0x87df] = "\xd0\x70", - [0x87e0] = "\xd0\x71", [0x87e1] = "\xba\xe2", [0x87e2] = "\xe1\xe9", - [0x87e3] = "\xd2\xc2", [0x87e4] = "\xf1\xc2", [0x87e5] = "\xb2\xb9", - [0x87e6] = "\xd0\x72", [0x87e7] = "\xd0\x73", [0x87e8] = "\xb1\xed", - [0x87e9] = "\xf1\xc3", [0x87ea] = "\xd0\x74", [0x87eb] = "\xc9\xc0", - [0x87ec] = "\xb3\xc4", [0x87ed] = "\xd0\x75", [0x87ee] = "\xd9\xf2", - [0x87ef] = "\xd0\x76", [0x87f0] = "\xcb\xa5", [0x87f1] = "\xd0\x77", - [0x87f2] = "\xf1\xc4", [0x87f3] = "\xd0\x78", [0x87f4] = "\xd0\x79", - [0x87f5] = "\xd0\x7a", [0x87f6] = "\xd0\x7b", [0x87f7] = "\xd6\xd4", - [0x87f8] = "\xd0\x7c", [0x87f9] = "\xd0\x7d", [0x87fa] = "\xd0\x7e", - [0x87fb] = "\xd0\x80", [0x87fc] = "\xd0\x81", [0x87fd] = "\xf1\xc5", - [0x87fe] = "\xf4\xc0", [0x87ff] = "\xf1\xc6", [0x8800] = "\xd0\x82", - [0x8801] = "\xd4\xac", [0x8802] = "\xf1\xc7", [0x8803] = "\xd0\x83", - [0x8804] = "\xb0\xc0", [0x8805] = "\xf4\xc1", [0x8806] = "\xd0\x84", - [0x8807] = "\xd0\x85", [0x8808] = "\xf4\xc2", [0x8809] = "\xd0\x86", - [0x880a] = "\xd0\x87", [0x880b] = "\xb4\xfc", [0x880c] = "\xd0\x88", - [0x880d] = "\xc5\xdb", [0x880e] = "\xd0\x89", [0x880f] = "\xd0\x8a", - [0x8810] = "\xd0\x8b", [0x8811] = "\xd0\x8c", [0x8812] = "\xcc\xbb", - [0x8813] = "\xd0\x8d", [0x8814] = "\xd0\x8e", [0x8815] = "\xd0\x8f", - [0x8816] = "\xd0\xe4", [0x8817] = "\xd0\x90", [0x8818] = "\xd0\x91", - [0x8819] = "\xd0\x92", [0x881a] = "\xd0\x93", [0x881b] = "\xd0\x94", - [0x881c] = "\xcd\xe0", [0x881d] = "\xd0\x95", [0x881e] = "\xd0\x96", - [0x881f] = "\xd0\x97", [0x8820] = "\xd0\x98", [0x8821] = "\xd0\x99", - [0x8822] = "\xf1\xc8", [0x8823] = "\xd0\x9a", [0x8824] = "\xd9\xf3", - [0x8825] = "\xd0\x9b", [0x8826] = "\xd0\x9c", [0x8827] = "\xd0\x9d", - [0x8828] = "\xd0\x9e", [0x8829] = "\xd0\x9f", [0x882a] = "\xd0\xa0", - [0x882b] = "\xb1\xbb", [0x882c] = "\xd1\x40", [0x882d] = "\xcf\xae", - [0x882e] = "\xd1\x41", [0x882f] = "\xd1\x42", [0x8830] = "\xd1\x43", - [0x8831] = "\xb8\xa4", [0x8832] = "\xd1\x44", [0x8833] = "\xd1\x45", - [0x8834] = "\xd1\x46", [0x8835] = "\xd1\x47", [0x8836] = "\xd1\x48", - [0x8837] = "\xf1\xca", [0x8838] = "\xd1\x49", [0x8839] = "\xd1\x4a", - [0x883a] = "\xd1\x4b", [0x883b] = "\xd1\x4c", [0x883c] = "\xf1\xcb", - [0x883d] = "\xd1\x4d", [0x883e] = "\xd1\x4e", [0x883f] = "\xd1\x4f", - [0x8840] = "\xd1\x50", [0x8841] = "\xb2\xc3", [0x8842] = "\xc1\xd1", - [0x8843] = "\xd1\x51", [0x8844] = "\xd1\x52", [0x8845] = "\xd7\xb0", - [0x8846] = "\xf1\xc9", [0x8847] = "\xd1\x53", [0x8848] = "\xd1\x54", - [0x8849] = "\xf1\xcc", [0x884a] = "\xd1\x55", [0x884b] = "\xd1\x56", - [0x884c] = "\xd1\x57", [0x884d] = "\xd1\x58", [0x884e] = "\xf1\xce", - [0x884f] = "\xd1\x59", [0x8850] = "\xd1\x5a", [0x8851] = "\xd1\x5b", - [0x8852] = "\xd9\xf6", [0x8853] = "\xd1\x5c", [0x8854] = "\xd2\xe1", - [0x8855] = "\xd4\xa3", [0x8856] = "\xd1\x5d", [0x8857] = "\xd1\x5e", - [0x8858] = "\xf4\xc3", [0x8859] = "\xc8\xb9", [0x885a] = "\xd1\x5f", - [0x885b] = "\xd1\x60", [0x885c] = "\xd1\x61", [0x885d] = "\xd1\x62", - [0x885e] = "\xd1\x63", [0x885f] = "\xf4\xc4", [0x8860] = "\xd1\x64", - [0x8861] = "\xd1\x65", [0x8862] = "\xf1\xcd", [0x8863] = "\xf1\xcf", - [0x8864] = "\xbf\xe3", [0x8865] = "\xf1\xd0", [0x8866] = "\xd1\x66", - [0x8867] = "\xd1\x67", [0x8868] = "\xf1\xd4", [0x8869] = "\xd1\x68", - [0x886a] = "\xd1\x69", [0x886b] = "\xd1\x6a", [0x886c] = "\xd1\x6b", - [0x886d] = "\xd1\x6c", [0x886e] = "\xd1\x6d", [0x886f] = "\xd1\x6e", - [0x8870] = "\xf1\xd6", [0x8871] = "\xf1\xd1", [0x8872] = "\xd1\x6f", - [0x8873] = "\xc9\xd1", [0x8874] = "\xc5\xe1", [0x8875] = "\xd1\x70", - [0x8876] = "\xd1\x71", [0x8877] = "\xd1\x72", [0x8878] = "\xc2\xe3", - [0x8879] = "\xb9\xfc", [0x887a] = "\xd1\x73", [0x887b] = "\xd1\x74", - [0x887c] = "\xf1\xd3", [0x887d] = "\xd1\x75", [0x887e] = "\xf1\xd5", - [0x887f] = "\xd1\x76", [0x8880] = "\xd1\x77", [0x8881] = "\xd1\x78", - [0x8882] = "\xb9\xd3", [0x8883] = "\xd1\x79", [0x8884] = "\xd1\x7a", - [0x8885] = "\xd1\x7b", [0x8886] = "\xd1\x7c", [0x8887] = "\xd1\x7d", - [0x8888] = "\xd1\x7e", [0x8889] = "\xd1\x80", [0x888a] = "\xf1\xdb", - [0x888b] = "\xd1\x81", [0x888c] = "\xd1\x82", [0x888d] = "\xd1\x83", - [0x888e] = "\xd1\x84", [0x888f] = "\xd1\x85", [0x8890] = "\xba\xd6", - [0x8891] = "\xd1\x86", [0x8892] = "\xb0\xfd", [0x8893] = "\xf1\xd9", - [0x8894] = "\xd1\x87", [0x8895] = "\xd1\x88", [0x8896] = "\xd1\x89", - [0x8897] = "\xd1\x8a", [0x8898] = "\xd1\x8b", [0x8899] = "\xf1\xd8", - [0x889a] = "\xf1\xd2", [0x889b] = "\xf1\xda", [0x889c] = "\xd1\x8c", - [0x889d] = "\xd1\x8d", [0x889e] = "\xd1\x8e", [0x889f] = "\xd1\x8f", - [0x88a0] = "\xd1\x90", [0x88a1] = "\xf1\xd7", [0x88a2] = "\xd1\x91", - [0x88a3] = "\xd1\x92", [0x88a4] = "\xd1\x93", [0x88a5] = "\xc8\xec", - [0x88a6] = "\xd1\x94", [0x88a7] = "\xd1\x95", [0x88a8] = "\xd1\x96", - [0x88a9] = "\xd1\x97", [0x88aa] = "\xcd\xca", [0x88ab] = "\xf1\xdd", - [0x88ac] = "\xd1\x98", [0x88ad] = "\xd1\x99", [0x88ae] = "\xd1\x9a", - [0x88af] = "\xd1\x9b", [0x88b0] = "\xe5\xbd", [0x88b1] = "\xd1\x9c", - [0x88b2] = "\xd1\x9d", [0x88b3] = "\xd1\x9e", [0x88b4] = "\xf1\xdc", - [0x88b5] = "\xd1\x9f", [0x88b6] = "\xf1\xde", [0x88b7] = "\xd1\xa0", - [0x88b8] = "\xd2\x40", [0x88b9] = "\xd2\x41", [0x88ba] = "\xd2\x42", - [0x88bb] = "\xd2\x43", [0x88bc] = "\xd2\x44", [0x88bd] = "\xd2\x45", - [0x88be] = "\xd2\x46", [0x88bf] = "\xd2\x47", [0x88c0] = "\xd2\x48", - [0x88c1] = "\xf1\xdf", [0x88c2] = "\xd2\x49", [0x88c3] = "\xd2\x4a", - [0x88c4] = "\xcf\xe5", [0x88c5] = "\xd2\x4b", [0x88c6] = "\xd2\x4c", - [0x88c7] = "\xd2\x4d", [0x88c8] = "\xd2\x4e", [0x88c9] = "\xd2\x4f", - [0x88ca] = "\xd2\x50", [0x88cb] = "\xd2\x51", [0x88cc] = "\xd2\x52", - [0x88cd] = "\xd2\x53", [0x88ce] = "\xd2\x54", [0x88cf] = "\xd2\x55", - [0x88d0] = "\xd2\x56", [0x88d1] = "\xd2\x57", [0x88d2] = "\xd2\x58", - [0x88d3] = "\xd2\x59", [0x88d4] = "\xd2\x5a", [0x88d5] = "\xd2\x5b", - [0x88d6] = "\xd2\x5c", [0x88d7] = "\xd2\x5d", [0x88d8] = "\xd2\x5e", - [0x88d9] = "\xd2\x5f", [0x88da] = "\xd2\x60", [0x88db] = "\xd2\x61", - [0x88dc] = "\xd2\x62", [0x88dd] = "\xd2\x63", [0x88de] = "\xf4\xc5", - [0x88df] = "\xbd\xf3", [0x88e0] = "\xd2\x64", [0x88e1] = "\xd2\x65", - [0x88e2] = "\xd2\x66", [0x88e3] = "\xd2\x67", [0x88e4] = "\xd2\x68", - [0x88e5] = "\xd2\x69", [0x88e6] = "\xf1\xe0", [0x88e7] = "\xd2\x6a", - [0x88e8] = "\xd2\x6b", [0x88e9] = "\xd2\x6c", [0x88ea] = "\xd2\x6d", - [0x88eb] = "\xd2\x6e", [0x88ec] = "\xd2\x6f", [0x88ed] = "\xd2\x70", - [0x88ee] = "\xd2\x71", [0x88ef] = "\xd2\x72", [0x88f0] = "\xd2\x73", - [0x88f1] = "\xd2\x74", [0x88f2] = "\xd2\x75", [0x88f3] = "\xd2\x76", - [0x88f4] = "\xd2\x77", [0x88f5] = "\xd2\x78", [0x88f6] = "\xd2\x79", - [0x88f7] = "\xd2\x7a", [0x88f8] = "\xd2\x7b", [0x88f9] = "\xd2\x7c", - [0x88fa] = "\xd2\x7d", [0x88fb] = "\xf1\xe1", [0x88fc] = "\xd2\x7e", - [0x88fd] = "\xd2\x80", [0x88fe] = "\xd2\x81", [0x88ff] = "\xce\xf7", - [0x8900] = "\xd2\x82", [0x8901] = "\xd2\xaa", [0x8902] = "\xd2\x83", - [0x8903] = "\xf1\xfb", [0x8904] = "\xd2\x84", [0x8905] = "\xd2\x85", - [0x8906] = "\xb8\xb2", [0x8907] = "\xd2\x86", [0x8908] = "\xd2\x87", - [0x8909] = "\xd2\x88", [0x890a] = "\xd2\x89", [0x890b] = "\xd2\x8a", - [0x890c] = "\xd2\x8b", [0x890d] = "\xd2\x8c", [0x890e] = "\xd2\x8d", - [0x890f] = "\xd2\x8e", [0x8910] = "\xd2\x8f", [0x8911] = "\xd2\x90", - [0x8912] = "\xd2\x91", [0x8913] = "\xd2\x92", [0x8914] = "\xd2\x93", - [0x8915] = "\xd2\x94", [0x8916] = "\xd2\x95", [0x8917] = "\xd2\x96", - [0x8918] = "\xd2\x97", [0x8919] = "\xd2\x98", [0x891a] = "\xd2\x99", - [0x891b] = "\xd2\x9a", [0x891c] = "\xd2\x9b", [0x891d] = "\xd2\x9c", - [0x891e] = "\xd2\x9d", [0x891f] = "\xd2\x9e", [0x8920] = "\xd2\x9f", - [0x8921] = "\xd2\xa0", [0x8922] = "\xd3\x40", [0x8923] = "\xd3\x41", - [0x8924] = "\xd3\x42", [0x8925] = "\xd3\x43", [0x8926] = "\xd3\x44", - [0x8927] = "\xd3\x45", [0x8928] = "\xd3\x46", [0x8929] = "\xd3\x47", - [0x892a] = "\xd3\x48", [0x892b] = "\xd3\x49", [0x892c] = "\xd3\x4a", - [0x892d] = "\xd3\x4b", [0x892e] = "\xd3\x4c", [0x892f] = "\xd3\x4d", - [0x8930] = "\xd3\x4e", [0x8931] = "\xd3\x4f", [0x8932] = "\xd3\x50", - [0x8933] = "\xd3\x51", [0x8934] = "\xd3\x52", [0x8935] = "\xd3\x53", - [0x8936] = "\xd3\x54", [0x8937] = "\xd3\x55", [0x8938] = "\xd3\x56", - [0x8939] = "\xd3\x57", [0x893a] = "\xd3\x58", [0x893b] = "\xd3\x59", - [0x893c] = "\xd3\x5a", [0x893d] = "\xd3\x5b", [0x893e] = "\xd3\x5c", - [0x893f] = "\xd3\x5d", [0x8940] = "\xd3\x5e", [0x8941] = "\xbc\xfb", - [0x8942] = "\xb9\xdb", [0x8943] = "\xd3\x5f", [0x8944] = "\xb9\xe6", - [0x8945] = "\xc3\xd9", [0x8946] = "\xca\xd3", [0x8947] = "\xea\xe8", - [0x8948] = "\xc0\xc0", [0x8949] = "\xbe\xf5", [0x894a] = "\xea\xe9", - [0x894b] = "\xea\xea", [0x894c] = "\xea\xeb", [0x894d] = "\xd3\x60", - [0x894e] = "\xea\xec", [0x894f] = "\xea\xed", [0x8950] = "\xea\xee", - [0x8951] = "\xea\xef", [0x8952] = "\xbd\xc7", [0x8953] = "\xd3\x61", - [0x8954] = "\xd3\x62", [0x8955] = "\xd3\x63", [0x8956] = "\xf5\xfb", - [0x8957] = "\xd3\x64", [0x8958] = "\xd3\x65", [0x8959] = "\xd3\x66", - [0x895a] = "\xf5\xfd", [0x895b] = "\xd3\x67", [0x895c] = "\xf5\xfe", - [0x895d] = "\xd3\x68", [0x895e] = "\xf5\xfc", [0x895f] = "\xd3\x69", - [0x8960] = "\xd3\x6a", [0x8961] = "\xd3\x6b", [0x8962] = "\xd3\x6c", - [0x8963] = "\xbd\xe2", [0x8964] = "\xd3\x6d", [0x8965] = "\xf6\xa1", - [0x8966] = "\xb4\xa5", [0x8967] = "\xd3\x6e", [0x8968] = "\xd3\x6f", - [0x8969] = "\xd3\x70", [0x896a] = "\xd3\x71", [0x896b] = "\xf6\xa2", - [0x896c] = "\xd3\x72", [0x896d] = "\xd3\x73", [0x896e] = "\xd3\x74", - [0x896f] = "\xf6\xa3", [0x8970] = "\xd3\x75", [0x8971] = "\xd3\x76", - [0x8972] = "\xd3\x77", [0x8973] = "\xec\xb2", [0x8974] = "\xd3\x78", - [0x8975] = "\xd3\x79", [0x8976] = "\xd3\x7a", [0x8977] = "\xd3\x7b", - [0x8978] = "\xd3\x7c", [0x8979] = "\xd3\x7d", [0x897a] = "\xd3\x7e", - [0x897b] = "\xd3\x80", [0x897c] = "\xd3\x81", [0x897d] = "\xd3\x82", - [0x897e] = "\xd3\x83", [0x897f] = "\xd3\x84", [0x8980] = "\xd1\xd4", - [0x8981] = "\xd3\x85", [0x8982] = "\xd3\x86", [0x8983] = "\xd3\x87", - [0x8984] = "\xd3\x88", [0x8985] = "\xd3\x89", [0x8986] = "\xd3\x8a", - [0x8987] = "\xd9\xea", [0x8988] = "\xd3\x8b", [0x8989] = "\xd3\x8c", - [0x898a] = "\xd3\x8d", [0x898b] = "\xd3\x8e", [0x898c] = "\xd3\x8f", - [0x898d] = "\xd3\x90", [0x898e] = "\xd3\x91", [0x898f] = "\xd3\x92", - [0x8990] = "\xd3\x93", [0x8991] = "\xd3\x94", [0x8992] = "\xd3\x95", - [0x8993] = "\xd3\x96", [0x8994] = "\xd3\x97", [0x8995] = "\xd3\x98", - [0x8996] = "\xd3\x99", [0x8997] = "\xd3\x9a", [0x8998] = "\xd3\x9b", - [0x8999] = "\xd3\x9c", [0x899a] = "\xd3\x9d", [0x899b] = "\xd3\x9e", - [0x899c] = "\xd3\x9f", [0x899d] = "\xd3\xa0", [0x899e] = "\xd4\x40", - [0x899f] = "\xd4\x41", [0x89a0] = "\xd4\x42", [0x89a1] = "\xd4\x43", - [0x89a2] = "\xd4\x44", [0x89a3] = "\xd4\x45", [0x89a4] = "\xd4\x46", - [0x89a5] = "\xd4\x47", [0x89a6] = "\xd4\x48", [0x89a7] = "\xd4\x49", - [0x89a8] = "\xd4\x4a", [0x89a9] = "\xd4\x4b", [0x89aa] = "\xd4\x4c", - [0x89ab] = "\xd4\x4d", [0x89ac] = "\xd4\x4e", [0x89ad] = "\xd4\x4f", - [0x89ae] = "\xd4\x50", [0x89af] = "\xd4\x51", [0x89b0] = "\xd4\x52", - [0x89b1] = "\xd4\x53", [0x89b2] = "\xd4\x54", [0x89b3] = "\xd4\x55", - [0x89b4] = "\xd4\x56", [0x89b5] = "\xd4\x57", [0x89b6] = "\xd4\x58", - [0x89b7] = "\xd4\x59", [0x89b8] = "\xd4\x5a", [0x89b9] = "\xd4\x5b", - [0x89ba] = "\xd4\x5c", [0x89bb] = "\xd4\x5d", [0x89bc] = "\xd4\x5e", - [0x89bd] = "\xd4\x5f", [0x89be] = "\xf6\xa4", [0x89bf] = "\xd4\x60", - [0x89c0] = "\xd4\x61", [0x89c1] = "\xd4\x62", [0x89c2] = "\xd4\x63", - [0x89c3] = "\xd4\x64", [0x89c4] = "\xd4\x65", [0x89c5] = "\xd4\x66", - [0x89c6] = "\xd4\x67", [0x89c7] = "\xd4\x68", [0x89c8] = "\xee\xba", - [0x89c9] = "\xd4\x69", [0x89ca] = "\xd4\x6a", [0x89cb] = "\xd4\x6b", - [0x89cc] = "\xd4\x6c", [0x89cd] = "\xd4\x6d", [0x89ce] = "\xd4\x6e", - [0x89cf] = "\xd4\x6f", [0x89d0] = "\xd4\x70", [0x89d1] = "\xd4\x71", - [0x89d2] = "\xd4\x72", [0x89d3] = "\xd4\x73", [0x89d4] = "\xd4\x74", - [0x89d5] = "\xd4\x75", [0x89d6] = "\xd4\x76", [0x89d7] = "\xd4\x77", - [0x89d8] = "\xd4\x78", [0x89d9] = "\xd4\x79", [0x89da] = "\xd4\x7a", - [0x89db] = "\xd4\x7b", [0x89dc] = "\xd4\x7c", [0x89dd] = "\xd4\x7d", - [0x89de] = "\xd4\x7e", [0x89df] = "\xd4\x80", [0x89e0] = "\xd4\x81", - [0x89e1] = "\xd4\x82", [0x89e2] = "\xd4\x83", [0x89e3] = "\xd4\x84", - [0x89e4] = "\xd4\x85", [0x89e5] = "\xd4\x86", [0x89e6] = "\xd4\x87", - [0x89e7] = "\xd4\x88", [0x89e8] = "\xd4\x89", [0x89e9] = "\xd4\x8a", - [0x89ea] = "\xd4\x8b", [0x89eb] = "\xd4\x8c", [0x89ec] = "\xd4\x8d", - [0x89ed] = "\xd4\x8e", [0x89ee] = "\xd4\x8f", [0x89ef] = "\xd4\x90", - [0x89f0] = "\xd4\x91", [0x89f1] = "\xd4\x92", [0x89f2] = "\xd4\x93", - [0x89f3] = "\xd4\x94", [0x89f4] = "\xd4\x95", [0x89f5] = "\xd4\x96", - [0x89f6] = "\xd4\x97", [0x89f7] = "\xd4\x98", [0x89f8] = "\xd4\x99", - [0x89f9] = "\xd5\xb2", [0x89fa] = "\xd4\x9a", [0x89fb] = "\xd4\x9b", - [0x89fc] = "\xd4\x9c", [0x89fd] = "\xd4\x9d", [0x89fe] = "\xd4\x9e", - [0x89ff] = "\xd4\x9f", [0x8a00] = "\xd4\xa0", [0x8a01] = "\xd5\x40", - [0x8a02] = "\xd5\x41", [0x8a03] = "\xd5\x42", [0x8a04] = "\xd5\x43", - [0x8a05] = "\xd5\x44", [0x8a06] = "\xd5\x45", [0x8a07] = "\xd5\x46", - [0x8a08] = "\xd5\x47", [0x8a09] = "\xd3\xfe", [0x8a0a] = "\xcc\xdc", - [0x8a0b] = "\xd5\x48", [0x8a0c] = "\xd5\x49", [0x8a0d] = "\xd5\x4a", - [0x8a0e] = "\xd5\x4b", [0x8a0f] = "\xd5\x4c", [0x8a10] = "\xd5\x4d", - [0x8a11] = "\xd5\x4e", [0x8a12] = "\xd5\x4f", [0x8a13] = "\xca\xc4", - [0x8a14] = "\xd5\x50", [0x8a15] = "\xd5\x51", [0x8a16] = "\xd5\x52", - [0x8a17] = "\xd5\x53", [0x8a18] = "\xd5\x54", [0x8a19] = "\xd5\x55", - [0x8a1a] = "\xd5\x56", [0x8a1b] = "\xd5\x57", [0x8a1c] = "\xd5\x58", - [0x8a1d] = "\xd5\x59", [0x8a1e] = "\xd5\x5a", [0x8a1f] = "\xd5\x5b", - [0x8a20] = "\xd5\x5c", [0x8a21] = "\xd5\x5d", [0x8a22] = "\xd5\x5e", - [0x8a23] = "\xd5\x5f", [0x8a24] = "\xd5\x60", [0x8a25] = "\xd5\x61", - [0x8a26] = "\xd5\x62", [0x8a27] = "\xd5\x63", [0x8a28] = "\xd5\x64", - [0x8a29] = "\xd5\x65", [0x8a2a] = "\xd5\x66", [0x8a2b] = "\xd5\x67", - [0x8a2c] = "\xd5\x68", [0x8a2d] = "\xd5\x69", [0x8a2e] = "\xd5\x6a", - [0x8a2f] = "\xd5\x6b", [0x8a30] = "\xd5\x6c", [0x8a31] = "\xd5\x6d", - [0x8a32] = "\xd5\x6e", [0x8a33] = "\xd5\x6f", [0x8a34] = "\xd5\x70", - [0x8a35] = "\xd5\x71", [0x8a36] = "\xd5\x72", [0x8a37] = "\xd5\x73", - [0x8a38] = "\xd5\x74", [0x8a39] = "\xd5\x75", [0x8a3a] = "\xd5\x76", - [0x8a3b] = "\xd5\x77", [0x8a3c] = "\xd5\x78", [0x8a3d] = "\xd5\x79", - [0x8a3e] = "\xd5\x7a", [0x8a3f] = "\xd5\x7b", [0x8a40] = "\xd5\x7c", - [0x8a41] = "\xd5\x7d", [0x8a42] = "\xd5\x7e", [0x8a43] = "\xd5\x80", - [0x8a44] = "\xd5\x81", [0x8a45] = "\xd5\x82", [0x8a46] = "\xd5\x83", - [0x8a47] = "\xd5\x84", [0x8a48] = "\xd5\x85", [0x8a49] = "\xd5\x86", - [0x8a4a] = "\xd5\x87", [0x8a4b] = "\xd5\x88", [0x8a4c] = "\xd5\x89", - [0x8a4d] = "\xd5\x8a", [0x8a4e] = "\xd5\x8b", [0x8a4f] = "\xd5\x8c", - [0x8a50] = "\xd5\x8d", [0x8a51] = "\xd5\x8e", [0x8a52] = "\xd5\x8f", - [0x8a53] = "\xd5\x90", [0x8a54] = "\xd5\x91", [0x8a55] = "\xd5\x92", - [0x8a56] = "\xd5\x93", [0x8a57] = "\xd5\x94", [0x8a58] = "\xd5\x95", - [0x8a59] = "\xd5\x96", [0x8a5a] = "\xd5\x97", [0x8a5b] = "\xd5\x98", - [0x8a5c] = "\xd5\x99", [0x8a5d] = "\xd5\x9a", [0x8a5e] = "\xd5\x9b", - [0x8a5f] = "\xd5\x9c", [0x8a60] = "\xd5\x9d", [0x8a61] = "\xd5\x9e", - [0x8a62] = "\xd5\x9f", [0x8a63] = "\xd5\xa0", [0x8a64] = "\xd6\x40", - [0x8a65] = "\xd6\x41", [0x8a66] = "\xd6\x42", [0x8a67] = "\xd6\x43", - [0x8a68] = "\xd6\x44", [0x8a69] = "\xd6\x45", [0x8a6a] = "\xd6\x46", - [0x8a6b] = "\xd6\x47", [0x8a6c] = "\xd6\x48", [0x8a6d] = "\xd6\x49", - [0x8a6e] = "\xd6\x4a", [0x8a6f] = "\xd6\x4b", [0x8a70] = "\xd6\x4c", - [0x8a71] = "\xd6\x4d", [0x8a72] = "\xd6\x4e", [0x8a73] = "\xd6\x4f", - [0x8a74] = "\xd6\x50", [0x8a75] = "\xd6\x51", [0x8a76] = "\xd6\x52", - [0x8a77] = "\xd6\x53", [0x8a78] = "\xd6\x54", [0x8a79] = "\xd6\x55", - [0x8a7a] = "\xd6\x56", [0x8a7b] = "\xd6\x57", [0x8a7c] = "\xd6\x58", - [0x8a7d] = "\xd6\x59", [0x8a7e] = "\xd6\x5a", [0x8a7f] = "\xd6\x5b", - [0x8a80] = "\xd6\x5c", [0x8a81] = "\xd6\x5d", [0x8a82] = "\xd6\x5e", - [0x8a83] = "\xd6\x5f", [0x8a84] = "\xd6\x60", [0x8a85] = "\xd6\x61", - [0x8a86] = "\xd6\x62", [0x8a87] = "\xe5\xc0", [0x8a88] = "\xd6\x63", - [0x8a89] = "\xd6\x64", [0x8a8a] = "\xd6\x65", [0x8a8b] = "\xd6\x66", - [0x8a8c] = "\xd6\x67", [0x8a8d] = "\xd6\x68", [0x8a8e] = "\xd6\x69", - [0x8a8f] = "\xd6\x6a", [0x8a90] = "\xd6\x6b", [0x8a91] = "\xd6\x6c", - [0x8a92] = "\xd6\x6d", [0x8a93] = "\xd6\x6e", [0x8a94] = "\xd6\x6f", - [0x8a95] = "\xd6\x70", [0x8a96] = "\xd6\x71", [0x8a97] = "\xd6\x72", - [0x8a98] = "\xd6\x73", [0x8a99] = "\xd6\x74", [0x8a9a] = "\xd6\x75", - [0x8a9b] = "\xd6\x76", [0x8a9c] = "\xd6\x77", [0x8a9d] = "\xd6\x78", - [0x8a9e] = "\xd6\x79", [0x8a9f] = "\xd6\x7a", [0x8aa0] = "\xd6\x7b", - [0x8aa1] = "\xd6\x7c", [0x8aa2] = "\xd6\x7d", [0x8aa3] = "\xd6\x7e", - [0x8aa4] = "\xd6\x80", [0x8aa5] = "\xd6\x81", [0x8aa6] = "\xf6\xa5", - [0x8aa7] = "\xd6\x82", [0x8aa8] = "\xd6\x83", [0x8aa9] = "\xd6\x84", - [0x8aaa] = "\xd6\x85", [0x8aab] = "\xd6\x86", [0x8aac] = "\xd6\x87", - [0x8aad] = "\xd6\x88", [0x8aae] = "\xd6\x89", [0x8aaf] = "\xd6\x8a", - [0x8ab0] = "\xd6\x8b", [0x8ab1] = "\xd6\x8c", [0x8ab2] = "\xd6\x8d", - [0x8ab3] = "\xd6\x8e", [0x8ab4] = "\xd6\x8f", [0x8ab5] = "\xd6\x90", - [0x8ab6] = "\xd6\x91", [0x8ab7] = "\xd6\x92", [0x8ab8] = "\xd6\x93", - [0x8ab9] = "\xd6\x94", [0x8aba] = "\xd6\x95", [0x8abb] = "\xd6\x96", - [0x8abc] = "\xd6\x97", [0x8abd] = "\xd6\x98", [0x8abe] = "\xd6\x99", - [0x8abf] = "\xd6\x9a", [0x8ac0] = "\xd6\x9b", [0x8ac1] = "\xd6\x9c", - [0x8ac2] = "\xd6\x9d", [0x8ac3] = "\xd6\x9e", [0x8ac4] = "\xd6\x9f", - [0x8ac5] = "\xd6\xa0", [0x8ac6] = "\xd7\x40", [0x8ac7] = "\xd7\x41", - [0x8ac8] = "\xd7\x42", [0x8ac9] = "\xd7\x43", [0x8aca] = "\xd7\x44", - [0x8acb] = "\xd7\x45", [0x8acc] = "\xd7\x46", [0x8acd] = "\xd7\x47", - [0x8ace] = "\xd7\x48", [0x8acf] = "\xd7\x49", [0x8ad0] = "\xd7\x4a", - [0x8ad1] = "\xd7\x4b", [0x8ad2] = "\xd7\x4c", [0x8ad3] = "\xd7\x4d", - [0x8ad4] = "\xd7\x4e", [0x8ad5] = "\xd7\x4f", [0x8ad6] = "\xd7\x50", - [0x8ad7] = "\xd7\x51", [0x8ad8] = "\xd7\x52", [0x8ad9] = "\xd7\x53", - [0x8ada] = "\xd7\x54", [0x8adb] = "\xd7\x55", [0x8adc] = "\xd7\x56", - [0x8add] = "\xd7\x57", [0x8ade] = "\xd7\x58", [0x8adf] = "\xd7\x59", - [0x8ae0] = "\xd7\x5a", [0x8ae1] = "\xd7\x5b", [0x8ae2] = "\xd7\x5c", - [0x8ae3] = "\xd7\x5d", [0x8ae4] = "\xd7\x5e", [0x8ae5] = "\xd7\x5f", - [0x8ae6] = "\xbe\xaf", [0x8ae7] = "\xd7\x60", [0x8ae8] = "\xd7\x61", - [0x8ae9] = "\xd7\x62", [0x8aea] = "\xd7\x63", [0x8aeb] = "\xd7\x64", - [0x8aec] = "\xc6\xa9", [0x8aed] = "\xd7\x65", [0x8aee] = "\xd7\x66", - [0x8aef] = "\xd7\x67", [0x8af0] = "\xd7\x68", [0x8af1] = "\xd7\x69", - [0x8af2] = "\xd7\x6a", [0x8af3] = "\xd7\x6b", [0x8af4] = "\xd7\x6c", - [0x8af5] = "\xd7\x6d", [0x8af6] = "\xd7\x6e", [0x8af7] = "\xd7\x6f", - [0x8af8] = "\xd7\x70", [0x8af9] = "\xd7\x71", [0x8afa] = "\xd7\x72", - [0x8afb] = "\xd7\x73", [0x8afc] = "\xd7\x74", [0x8afd] = "\xd7\x75", - [0x8afe] = "\xd7\x76", [0x8aff] = "\xd7\x77", [0x8b00] = "\xd7\x78", - [0x8b01] = "\xd7\x79", [0x8b02] = "\xd7\x7a", [0x8b03] = "\xd7\x7b", - [0x8b04] = "\xd7\x7c", [0x8b05] = "\xd7\x7d", [0x8b06] = "\xd7\x7e", - [0x8b07] = "\xd7\x80", [0x8b08] = "\xd7\x81", [0x8b09] = "\xd7\x82", - [0x8b0a] = "\xd7\x83", [0x8b0b] = "\xd7\x84", [0x8b0c] = "\xd7\x85", - [0x8b0d] = "\xd7\x86", [0x8b0e] = "\xd7\x87", [0x8b0f] = "\xd7\x88", - [0x8b10] = "\xd7\x89", [0x8b11] = "\xd7\x8a", [0x8b12] = "\xd7\x8b", - [0x8b13] = "\xd7\x8c", [0x8b14] = "\xd7\x8d", [0x8b15] = "\xd7\x8e", - [0x8b16] = "\xd7\x8f", [0x8b17] = "\xd7\x90", [0x8b18] = "\xd7\x91", - [0x8b19] = "\xd7\x92", [0x8b1a] = "\xd7\x93", [0x8b1b] = "\xd7\x94", - [0x8b1c] = "\xd7\x95", [0x8b1d] = "\xd7\x96", [0x8b1e] = "\xd7\x97", - [0x8b1f] = "\xd7\x98", [0x8b20] = "\xda\xa5", [0x8b21] = "\xbc\xc6", - [0x8b22] = "\xb6\xa9", [0x8b23] = "\xb8\xbc", [0x8b24] = "\xc8\xcf", - [0x8b25] = "\xbc\xa5", [0x8b26] = "\xda\xa6", [0x8b27] = "\xda\xa7", - [0x8b28] = "\xcc\xd6", [0x8b29] = "\xc8\xc3", [0x8b2a] = "\xda\xa8", - [0x8b2b] = "\xc6\xfd", [0x8b2c] = "\xd7\x99", [0x8b2d] = "\xd1\xb5", - [0x8b2e] = "\xd2\xe9", [0x8b2f] = "\xd1\xb6", [0x8b30] = "\xbc\xc7", - [0x8b31] = "\xd7\x9a", [0x8b32] = "\xbd\xb2", [0x8b33] = "\xbb\xe4", - [0x8b34] = "\xda\xa9", [0x8b35] = "\xda\xaa", [0x8b36] = "\xd1\xc8", - [0x8b37] = "\xda\xab", [0x8b38] = "\xd0\xed", [0x8b39] = "\xb6\xef", - [0x8b3a] = "\xc2\xdb", [0x8b3b] = "\xd7\x9b", [0x8b3c] = "\xcb\xcf", - [0x8b3d] = "\xb7\xed", [0x8b3e] = "\xc9\xe8", [0x8b3f] = "\xb7\xc3", - [0x8b40] = "\xbe\xf7", [0x8b41] = "\xd6\xa4", [0x8b42] = "\xda\xac", - [0x8b43] = "\xda\xad", [0x8b44] = "\xc6\xc0", [0x8b45] = "\xd7\xe7", - [0x8b46] = "\xca\xb6", [0x8b47] = "\xd7\x9c", [0x8b48] = "\xd5\xa9", - [0x8b49] = "\xcb\xdf", [0x8b4a] = "\xd5\xef", [0x8b4b] = "\xda\xae", - [0x8b4c] = "\xd6\xdf", [0x8b4d] = "\xb4\xca", [0x8b4e] = "\xda\xb0", - [0x8b4f] = "\xda\xaf", [0x8b50] = "\xd7\x9d", [0x8b51] = "\xd2\xeb", - [0x8b52] = "\xda\xb1", [0x8b53] = "\xda\xb2", [0x8b54] = "\xda\xb3", - [0x8b55] = "\xca\xd4", [0x8b56] = "\xda\xb4", [0x8b57] = "\xca\xab", - [0x8b58] = "\xda\xb5", [0x8b59] = "\xda\xb6", [0x8b5a] = "\xb3\xcf", - [0x8b5b] = "\xd6\xef", [0x8b5c] = "\xda\xb7", [0x8b5d] = "\xbb\xb0", - [0x8b5e] = "\xb5\xae", [0x8b5f] = "\xda\xb8", [0x8b60] = "\xda\xb9", - [0x8b61] = "\xb9\xee", [0x8b62] = "\xd1\xaf", [0x8b63] = "\xd2\xe8", - [0x8b64] = "\xda\xba", [0x8b65] = "\xb8\xc3", [0x8b66] = "\xcf\xea", - [0x8b67] = "\xb2\xef", [0x8b68] = "\xda\xbb", [0x8b69] = "\xda\xbc", - [0x8b6a] = "\xd7\x9e", [0x8b6b] = "\xbd\xeb", [0x8b6c] = "\xce\xdc", - [0x8b6d] = "\xd3\xef", [0x8b6e] = "\xda\xbd", [0x8b6f] = "\xce\xf3", - [0x8b70] = "\xda\xbe", [0x8b71] = "\xd3\xd5", [0x8b72] = "\xbb\xe5", - [0x8b73] = "\xda\xbf", [0x8b74] = "\xcb\xb5", [0x8b75] = "\xcb\xd0", - [0x8b76] = "\xda\xc0", [0x8b77] = "\xc7\xeb", [0x8b78] = "\xd6\xee", - [0x8b79] = "\xda\xc1", [0x8b7a] = "\xc5\xb5", [0x8b7b] = "\xb6\xc1", - [0x8b7c] = "\xda\xc2", [0x8b7d] = "\xb7\xcc", [0x8b7e] = "\xbf\xce", - [0x8b7f] = "\xda\xc3", [0x8b80] = "\xda\xc4", [0x8b81] = "\xcb\xad", - [0x8b82] = "\xda\xc5", [0x8b83] = "\xb5\xf7", [0x8b84] = "\xda\xc6", - [0x8b85] = "\xc1\xc2", [0x8b86] = "\xd7\xbb", [0x8b87] = "\xda\xc7", - [0x8b88] = "\xcc\xb8", [0x8b89] = "\xd7\x9f", [0x8b8a] = "\xd2\xea", - [0x8b8b] = "\xc4\xb1", [0x8b8c] = "\xda\xc8", [0x8b8d] = "\xb5\xfd", - [0x8b8e] = "\xbb\xd1", [0x8b8f] = "\xda\xc9", [0x8b90] = "\xd0\xb3", - [0x8b91] = "\xda\xca", [0x8b92] = "\xda\xcb", [0x8b93] = "\xce\xbd", - [0x8b94] = "\xda\xcc", [0x8b95] = "\xda\xcd", [0x8b96] = "\xda\xce", - [0x8b97] = "\xb2\xf7", [0x8b98] = "\xda\xd1", [0x8b99] = "\xda\xcf", - [0x8b9a] = "\xd1\xe8", [0x8b9b] = "\xda\xd0", [0x8b9c] = "\xc3\xd5", - [0x8b9d] = "\xda\xd2", [0x8b9e] = "\xd7\xa0", [0x8b9f] = "\xda\xd3", - [0x8ba0] = "\xda\xd4", [0x8ba1] = "\xda\xd5", [0x8ba2] = "\xd0\xbb", - [0x8ba3] = "\xd2\xa5", [0x8ba4] = "\xb0\xf9", [0x8ba5] = "\xda\xd6", - [0x8ba6] = "\xc7\xab", [0x8ba7] = "\xda\xd7", [0x8ba8] = "\xbd\xf7", - [0x8ba9] = "\xc3\xa1", [0x8baa] = "\xda\xd8", [0x8bab] = "\xda\xd9", - [0x8bac] = "\xc3\xfd", [0x8bad] = "\xcc\xb7", [0x8bae] = "\xda\xda", - [0x8baf] = "\xda\xdb", [0x8bb0] = "\xc0\xbe", [0x8bb1] = "\xc6\xd7", - [0x8bb2] = "\xda\xdc", [0x8bb3] = "\xda\xdd", [0x8bb4] = "\xc7\xb4", - [0x8bb5] = "\xda\xde", [0x8bb6] = "\xda\xdf", [0x8bb7] = "\xb9\xc8", - [0x8bb8] = "\xd8\x40", [0x8bb9] = "\xd8\x41", [0x8bba] = "\xd8\x42", - [0x8bbb] = "\xd8\x43", [0x8bbc] = "\xd8\x44", [0x8bbd] = "\xd8\x45", - [0x8bbe] = "\xd8\x46", [0x8bbf] = "\xd8\x47", [0x8bc0] = "\xd8\x48", - [0x8bc1] = "\xbb\xed", [0x8bc2] = "\xd8\x49", [0x8bc3] = "\xd8\x4a", - [0x8bc4] = "\xd8\x4b", [0x8bc5] = "\xd8\x4c", [0x8bc6] = "\xb6\xb9", - [0x8bc7] = "\xf4\xf8", [0x8bc8] = "\xd8\x4d", [0x8bc9] = "\xf4\xf9", - [0x8bca] = "\xd8\x4e", [0x8bcb] = "\xd8\x4f", [0x8bcc] = "\xcd\xe3", - [0x8bcd] = "\xd8\x50", [0x8bce] = "\xd8\x51", [0x8bcf] = "\xd8\x52", - [0x8bd0] = "\xd8\x53", [0x8bd1] = "\xd8\x54", [0x8bd2] = "\xd8\x55", - [0x8bd3] = "\xd8\x56", [0x8bd4] = "\xd8\x57", [0x8bd5] = "\xf5\xb9", - [0x8bd6] = "\xd8\x58", [0x8bd7] = "\xd8\x59", [0x8bd8] = "\xd8\x5a", - [0x8bd9] = "\xd8\x5b", [0x8bda] = "\xeb\xe0", [0x8bdb] = "\xd8\x5c", - [0x8bdc] = "\xd8\x5d", [0x8bdd] = "\xd8\x5e", [0x8bde] = "\xd8\x5f", - [0x8bdf] = "\xd8\x60", [0x8be0] = "\xd8\x61", [0x8be1] = "\xcf\xf3", - [0x8be2] = "\xbb\xbf", [0x8be3] = "\xd8\x62", [0x8be4] = "\xd8\x63", - [0x8be5] = "\xd8\x64", [0x8be6] = "\xd8\x65", [0x8be7] = "\xd8\x66", - [0x8be8] = "\xd8\x67", [0x8be9] = "\xd8\x68", [0x8bea] = "\xba\xc0", - [0x8beb] = "\xd4\xa5", [0x8bec] = "\xd8\x69", [0x8bed] = "\xd8\x6a", - [0x8bee] = "\xd8\x6b", [0x8bef] = "\xd8\x6c", [0x8bf0] = "\xd8\x6d", - [0x8bf1] = "\xd8\x6e", [0x8bf2] = "\xd8\x6f", [0x8bf3] = "\xe1\xd9", - [0x8bf4] = "\xd8\x70", [0x8bf5] = "\xd8\x71", [0x8bf6] = "\xd8\x72", - [0x8bf7] = "\xd8\x73", [0x8bf8] = "\xf5\xf4", [0x8bf9] = "\xb1\xaa", - [0x8bfa] = "\xb2\xf2", [0x8bfb] = "\xd8\x74", [0x8bfc] = "\xd8\x75", - [0x8bfd] = "\xd8\x76", [0x8bfe] = "\xd8\x77", [0x8bff] = "\xd8\x78", - [0x8c00] = "\xd8\x79", [0x8c01] = "\xd8\x7a", [0x8c02] = "\xf5\xf5", - [0x8c03] = "\xd8\x7b", [0x8c04] = "\xd8\x7c", [0x8c05] = "\xf5\xf7", - [0x8c06] = "\xd8\x7d", [0x8c07] = "\xd8\x7e", [0x8c08] = "\xd8\x80", - [0x8c09] = "\xba\xd1", [0x8c0a] = "\xf5\xf6", [0x8c0b] = "\xd8\x81", - [0x8c0c] = "\xc3\xb2", [0x8c0d] = "\xd8\x82", [0x8c0e] = "\xd8\x83", - [0x8c0f] = "\xd8\x84", [0x8c10] = "\xd8\x85", [0x8c11] = "\xd8\x86", - [0x8c12] = "\xd8\x87", [0x8c13] = "\xd8\x88", [0x8c14] = "\xf5\xf9", - [0x8c15] = "\xd8\x89", [0x8c16] = "\xd8\x8a", [0x8c17] = "\xd8\x8b", - [0x8c18] = "\xf5\xf8", [0x8c19] = "\xd8\x8c", [0x8c1a] = "\xd8\x8d", - [0x8c1b] = "\xd8\x8e", [0x8c1c] = "\xd8\x8f", [0x8c1d] = "\xd8\x90", - [0x8c1e] = "\xd8\x91", [0x8c1f] = "\xd8\x92", [0x8c20] = "\xd8\x93", - [0x8c21] = "\xd8\x94", [0x8c22] = "\xd8\x95", [0x8c23] = "\xd8\x96", - [0x8c24] = "\xd8\x97", [0x8c25] = "\xd8\x98", [0x8c26] = "\xd8\x99", - [0x8c27] = "\xd8\x9a", [0x8c28] = "\xd8\x9b", [0x8c29] = "\xd8\x9c", - [0x8c2a] = "\xd8\x9d", [0x8c2b] = "\xd8\x9e", [0x8c2c] = "\xd8\x9f", - [0x8c2d] = "\xd8\xa0", [0x8c2e] = "\xd9\x40", [0x8c2f] = "\xd9\x41", - [0x8c30] = "\xd9\x42", [0x8c31] = "\xd9\x43", [0x8c32] = "\xd9\x44", - [0x8c33] = "\xd9\x45", [0x8c34] = "\xd9\x46", [0x8c35] = "\xd9\x47", - [0x8c36] = "\xd9\x48", [0x8c37] = "\xd9\x49", [0x8c38] = "\xd9\x4a", - [0x8c39] = "\xd9\x4b", [0x8c3a] = "\xd9\x4c", [0x8c3b] = "\xd9\x4d", - [0x8c3c] = "\xd9\x4e", [0x8c3d] = "\xd9\x4f", [0x8c3e] = "\xd9\x50", - [0x8c3f] = "\xd9\x51", [0x8c40] = "\xd9\x52", [0x8c41] = "\xd9\x53", - [0x8c42] = "\xd9\x54", [0x8c43] = "\xd9\x55", [0x8c44] = "\xd9\x56", - [0x8c45] = "\xd9\x57", [0x8c46] = "\xd9\x58", [0x8c47] = "\xd9\x59", - [0x8c48] = "\xd9\x5a", [0x8c49] = "\xd9\x5b", [0x8c4a] = "\xd9\x5c", - [0x8c4b] = "\xd9\x5d", [0x8c4c] = "\xd9\x5e", [0x8c4d] = "\xd9\x5f", - [0x8c4e] = "\xd9\x60", [0x8c4f] = "\xd9\x61", [0x8c50] = "\xd9\x62", - [0x8c51] = "\xd9\x63", [0x8c52] = "\xd9\x64", [0x8c53] = "\xd9\x65", - [0x8c54] = "\xd9\x66", [0x8c55] = "\xd9\x67", [0x8c56] = "\xd9\x68", - [0x8c57] = "\xd9\x69", [0x8c58] = "\xd9\x6a", [0x8c59] = "\xd9\x6b", - [0x8c5a] = "\xd9\x6c", [0x8c5b] = "\xd9\x6d", [0x8c5c] = "\xd9\x6e", - [0x8c5d] = "\xd9\x6f", [0x8c5e] = "\xd9\x70", [0x8c5f] = "\xd9\x71", - [0x8c60] = "\xd9\x72", [0x8c61] = "\xd9\x73", [0x8c62] = "\xd9\x74", - [0x8c63] = "\xd9\x75", [0x8c64] = "\xd9\x76", [0x8c65] = "\xd9\x77", - [0x8c66] = "\xd9\x78", [0x8c67] = "\xd9\x79", [0x8c68] = "\xd9\x7a", - [0x8c69] = "\xd9\x7b", [0x8c6a] = "\xd9\x7c", [0x8c6b] = "\xd9\x7d", - [0x8c6c] = "\xd9\x7e", [0x8c6d] = "\xd9\x80", [0x8c6e] = "\xd9\x81", - [0x8c6f] = "\xd9\x82", [0x8c70] = "\xd9\x83", [0x8c71] = "\xd9\x84", - [0x8c72] = "\xd9\x85", [0x8c73] = "\xd9\x86", [0x8c74] = "\xd9\x87", - [0x8c75] = "\xd9\x88", [0x8c76] = "\xd9\x89", [0x8c77] = "\xd9\x8a", - [0x8c78] = "\xd9\x8b", [0x8c79] = "\xd9\x8c", [0x8c7a] = "\xd9\x8d", - [0x8c7b] = "\xd9\x8e", [0x8c7c] = "\xd9\x8f", [0x8c7d] = "\xd9\x90", - [0x8c7e] = "\xd9\x91", [0x8c7f] = "\xd9\x92", [0x8c80] = "\xd9\x93", - [0x8c81] = "\xd9\x94", [0x8c82] = "\xd9\x95", [0x8c83] = "\xd9\x96", - [0x8c84] = "\xd9\x97", [0x8c85] = "\xd9\x98", [0x8c86] = "\xd9\x99", - [0x8c87] = "\xd9\x9a", [0x8c88] = "\xd9\x9b", [0x8c89] = "\xd9\x9c", - [0x8c8a] = "\xd9\x9d", [0x8c8b] = "\xd9\x9e", [0x8c8c] = "\xd9\x9f", - [0x8c8d] = "\xd9\xa0", [0x8c8e] = "\xda\x40", [0x8c8f] = "\xda\x41", - [0x8c90] = "\xda\x42", [0x8c91] = "\xda\x43", [0x8c92] = "\xda\x44", - [0x8c93] = "\xda\x45", [0x8c94] = "\xda\x46", [0x8c95] = "\xda\x47", - [0x8c96] = "\xda\x48", [0x8c97] = "\xda\x49", [0x8c98] = "\xda\x4a", - [0x8c99] = "\xda\x4b", [0x8c9a] = "\xda\x4c", [0x8c9b] = "\xda\x4d", - [0x8c9c] = "\xda\x4e", [0x8c9d] = "\xb1\xb4", [0x8c9e] = "\xd5\xea", - [0x8c9f] = "\xb8\xba", [0x8ca0] = "\xda\x4f", [0x8ca1] = "\xb9\xb1", - [0x8ca2] = "\xb2\xc6", [0x8ca3] = "\xd4\xf0", [0x8ca4] = "\xcf\xcd", - [0x8ca5] = "\xb0\xdc", [0x8ca6] = "\xd5\xcb", [0x8ca7] = "\xbb\xf5", - [0x8ca8] = "\xd6\xca", [0x8ca9] = "\xb7\xb7", [0x8caa] = "\xcc\xb0", - [0x8cab] = "\xc6\xb6", [0x8cac] = "\xb1\xe1", [0x8cad] = "\xb9\xba", - [0x8cae] = "\xd6\xfc", [0x8caf] = "\xb9\xe1", [0x8cb0] = "\xb7\xa1", - [0x8cb1] = "\xbc\xfa", [0x8cb2] = "\xea\xda", [0x8cb3] = "\xea\xdb", - [0x8cb4] = "\xcc\xf9", [0x8cb5] = "\xb9\xf3", [0x8cb6] = "\xea\xdc", - [0x8cb7] = "\xb4\xfb", [0x8cb8] = "\xc3\xb3", [0x8cb9] = "\xb7\xd1", - [0x8cba] = "\xba\xd8", [0x8cbb] = "\xea\xdd", [0x8cbc] = "\xd4\xf4", - [0x8cbd] = "\xea\xde", [0x8cbe] = "\xbc\xd6", [0x8cbf] = "\xbb\xdf", - [0x8cc0] = "\xea\xdf", [0x8cc1] = "\xc1\xde", [0x8cc2] = "\xc2\xb8", - [0x8cc3] = "\xd4\xdf", [0x8cc4] = "\xd7\xca", [0x8cc5] = "\xea\xe0", - [0x8cc6] = "\xea\xe1", [0x8cc7] = "\xea\xe4", [0x8cc8] = "\xea\xe2", - [0x8cc9] = "\xea\xe3", [0x8cca] = "\xc9\xde", [0x8ccb] = "\xb8\xb3", - [0x8ccc] = "\xb6\xc4", [0x8ccd] = "\xea\xe5", [0x8cce] = "\xca\xea", - [0x8ccf] = "\xc9\xcd", [0x8cd0] = "\xb4\xcd", [0x8cd1] = "\xda\x50", - [0x8cd2] = "\xda\x51", [0x8cd3] = "\xe2\xd9", [0x8cd4] = "\xc5\xe2", - [0x8cd5] = "\xea\xe6", [0x8cd6] = "\xc0\xb5", [0x8cd7] = "\xda\x52", - [0x8cd8] = "\xd7\xb8", [0x8cd9] = "\xea\xe7", [0x8cda] = "\xd7\xac", - [0x8cdb] = "\xc8\xfc", [0x8cdc] = "\xd8\xd3", [0x8cdd] = "\xd8\xcd", - [0x8cde] = "\xd4\xde", [0x8cdf] = "\xda\x53", [0x8ce0] = "\xd4\xf9", - [0x8ce1] = "\xc9\xc4", [0x8ce2] = "\xd3\xae", [0x8ce3] = "\xb8\xd3", - [0x8ce4] = "\xb3\xe0", [0x8ce5] = "\xda\x54", [0x8ce6] = "\xc9\xe2", - [0x8ce7] = "\xf4\xf6", [0x8ce8] = "\xda\x55", [0x8ce9] = "\xda\x56", - [0x8cea] = "\xda\x57", [0x8ceb] = "\xba\xd5", [0x8cec] = "\xda\x58", - [0x8ced] = "\xf4\xf7", [0x8cee] = "\xda\x59", [0x8cef] = "\xda\x5a", - [0x8cf0] = "\xd7\xdf", [0x8cf1] = "\xda\x5b", [0x8cf2] = "\xda\x5c", - [0x8cf3] = "\xf4\xf1", [0x8cf4] = "\xb8\xb0", [0x8cf5] = "\xd5\xd4", - [0x8cf6] = "\xb8\xcf", [0x8cf7] = "\xc6\xf0", [0x8cf8] = "\xda\x5d", - [0x8cf9] = "\xda\x5e", [0x8cfa] = "\xda\x5f", [0x8cfb] = "\xda\x60", - [0x8cfc] = "\xda\x61", [0x8cfd] = "\xda\x62", [0x8cfe] = "\xda\x63", - [0x8cff] = "\xda\x64", [0x8d00] = "\xda\x65", [0x8d01] = "\xb3\xc3", - [0x8d02] = "\xda\x66", [0x8d03] = "\xda\x67", [0x8d04] = "\xf4\xf2", - [0x8d05] = "\xb3\xac", [0x8d06] = "\xda\x68", [0x8d07] = "\xda\x69", - [0x8d08] = "\xda\x6a", [0x8d09] = "\xda\x6b", [0x8d0a] = "\xd4\xbd", - [0x8d0b] = "\xc7\xf7", [0x8d0c] = "\xda\x6c", [0x8d0d] = "\xda\x6d", - [0x8d0e] = "\xda\x6e", [0x8d0f] = "\xda\x6f", [0x8d10] = "\xda\x70", - [0x8d11] = "\xf4\xf4", [0x8d12] = "\xda\x71", [0x8d13] = "\xda\x72", - [0x8d14] = "\xf4\xf3", [0x8d15] = "\xda\x73", [0x8d16] = "\xda\x74", - [0x8d17] = "\xda\x75", [0x8d18] = "\xda\x76", [0x8d19] = "\xda\x77", - [0x8d1a] = "\xda\x78", [0x8d1b] = "\xda\x79", [0x8d1c] = "\xda\x7a", - [0x8d1d] = "\xda\x7b", [0x8d1e] = "\xda\x7c", [0x8d1f] = "\xcc\xcb", - [0x8d20] = "\xda\x7d", [0x8d21] = "\xda\x7e", [0x8d22] = "\xda\x80", - [0x8d23] = "\xc8\xa4", [0x8d24] = "\xda\x81", [0x8d25] = "\xda\x82", - [0x8d26] = "\xda\x83", [0x8d27] = "\xda\x84", [0x8d28] = "\xda\x85", - [0x8d29] = "\xda\x86", [0x8d2a] = "\xda\x87", [0x8d2b] = "\xda\x88", - [0x8d2c] = "\xda\x89", [0x8d2d] = "\xda\x8a", [0x8d2e] = "\xda\x8b", - [0x8d2f] = "\xda\x8c", [0x8d30] = "\xda\x8d", [0x8d31] = "\xf4\xf5", - [0x8d32] = "\xda\x8e", [0x8d33] = "\xd7\xe3", [0x8d34] = "\xc5\xbf", - [0x8d35] = "\xf5\xc0", [0x8d36] = "\xda\x8f", [0x8d37] = "\xda\x90", - [0x8d38] = "\xf5\xbb", [0x8d39] = "\xda\x91", [0x8d3a] = "\xf5\xc3", - [0x8d3b] = "\xda\x92", [0x8d3c] = "\xf5\xc2", [0x8d3d] = "\xda\x93", - [0x8d3e] = "\xd6\xba", [0x8d3f] = "\xf5\xc1", [0x8d40] = "\xda\x94", - [0x8d41] = "\xda\x95", [0x8d42] = "\xda\x96", [0x8d43] = "\xd4\xbe", - [0x8d44] = "\xf5\xc4", [0x8d45] = "\xda\x97", [0x8d46] = "\xf5\xcc", - [0x8d47] = "\xda\x98", [0x8d48] = "\xda\x99", [0x8d49] = "\xda\x9a", - [0x8d4a] = "\xda\x9b", [0x8d4b] = "\xb0\xcf", [0x8d4c] = "\xb5\xf8", - [0x8d4d] = "\xda\x9c", [0x8d4e] = "\xf5\xc9", [0x8d4f] = "\xf5\xca", - [0x8d50] = "\xda\x9d", [0x8d51] = "\xc5\xdc", [0x8d52] = "\xda\x9e", - [0x8d53] = "\xda\x9f", [0x8d54] = "\xda\xa0", [0x8d55] = "\xdb\x40", - [0x8d56] = "\xf5\xc5", [0x8d57] = "\xf5\xc6", [0x8d58] = "\xdb\x41", - [0x8d59] = "\xdb\x42", [0x8d5a] = "\xf5\xc7", [0x8d5b] = "\xf5\xcb", - [0x8d5c] = "\xdb\x43", [0x8d5d] = "\xbe\xe0", [0x8d5e] = "\xf5\xc8", - [0x8d5f] = "\xb8\xfa", [0x8d60] = "\xdb\x44", [0x8d61] = "\xdb\x45", - [0x8d62] = "\xdb\x46", [0x8d63] = "\xf5\xd0", [0x8d64] = "\xf5\xd3", - [0x8d65] = "\xdb\x47", [0x8d66] = "\xdb\x48", [0x8d67] = "\xdb\x49", - [0x8d68] = "\xbf\xe7", [0x8d69] = "\xdb\x4a", [0x8d6a] = "\xb9\xf2", - [0x8d6b] = "\xf5\xbc", [0x8d6c] = "\xf5\xcd", [0x8d6d] = "\xdb\x4b", - [0x8d6e] = "\xdb\x4c", [0x8d6f] = "\xc2\xb7", [0x8d70] = "\xdb\x4d", - [0x8d71] = "\xdb\x4e", [0x8d72] = "\xdb\x4f", [0x8d73] = "\xcc\xf8", - [0x8d74] = "\xdb\x50", [0x8d75] = "\xbc\xf9", [0x8d76] = "\xdb\x51", - [0x8d77] = "\xf5\xce", [0x8d78] = "\xf5\xcf", [0x8d79] = "\xf5\xd1", - [0x8d7a] = "\xb6\xe5", [0x8d7b] = "\xf5\xd2", [0x8d7c] = "\xdb\x52", - [0x8d7d] = "\xf5\xd5", [0x8d7e] = "\xdb\x53", [0x8d7f] = "\xdb\x54", - [0x8d80] = "\xdb\x55", [0x8d81] = "\xdb\x56", [0x8d82] = "\xdb\x57", - [0x8d83] = "\xdb\x58", [0x8d84] = "\xdb\x59", [0x8d85] = "\xf5\xbd", - [0x8d86] = "\xdb\x5a", [0x8d87] = "\xdb\x5b", [0x8d88] = "\xdb\x5c", - [0x8d89] = "\xf5\xd4", [0x8d8a] = "\xd3\xbb", [0x8d8b] = "\xdb\x5d", - [0x8d8c] = "\xb3\xec", [0x8d8d] = "\xdb\x5e", [0x8d8e] = "\xdb\x5f", - [0x8d8f] = "\xcc\xa4", [0x8d90] = "\xdb\x60", [0x8d91] = "\xdb\x61", - [0x8d92] = "\xdb\x62", [0x8d93] = "\xdb\x63", [0x8d94] = "\xf5\xd6", - [0x8d95] = "\xdb\x64", [0x8d96] = "\xdb\x65", [0x8d97] = "\xdb\x66", - [0x8d98] = "\xdb\x67", [0x8d99] = "\xdb\x68", [0x8d9a] = "\xdb\x69", - [0x8d9b] = "\xdb\x6a", [0x8d9c] = "\xdb\x6b", [0x8d9d] = "\xf5\xd7", - [0x8d9e] = "\xbe\xe1", [0x8d9f] = "\xf5\xd8", [0x8da0] = "\xdb\x6c", - [0x8da1] = "\xdb\x6d", [0x8da2] = "\xcc\xdf", [0x8da3] = "\xf5\xdb", - [0x8da4] = "\xdb\x6e", [0x8da5] = "\xdb\x6f", [0x8da6] = "\xdb\x70", - [0x8da7] = "\xdb\x71", [0x8da8] = "\xdb\x72", [0x8da9] = "\xb2\xc8", - [0x8daa] = "\xd7\xd9", [0x8dab] = "\xdb\x73", [0x8dac] = "\xf5\xd9", - [0x8dad] = "\xdb\x74", [0x8dae] = "\xf5\xda", [0x8daf] = "\xf5\xdc", - [0x8db0] = "\xdb\x75", [0x8db1] = "\xf5\xe2", [0x8db2] = "\xdb\x76", - [0x8db3] = "\xdb\x77", [0x8db4] = "\xdb\x78", [0x8db5] = "\xf5\xe0", - [0x8db6] = "\xdb\x79", [0x8db7] = "\xdb\x7a", [0x8db8] = "\xdb\x7b", - [0x8db9] = "\xf5\xdf", [0x8dba] = "\xf5\xdd", [0x8dbb] = "\xdb\x7c", - [0x8dbc] = "\xdb\x7d", [0x8dbd] = "\xf5\xe1", [0x8dbe] = "\xdb\x7e", - [0x8dbf] = "\xdb\x80", [0x8dc0] = "\xf5\xde", [0x8dc1] = "\xf5\xe4", - [0x8dc2] = "\xf5\xe5", [0x8dc3] = "\xdb\x81", [0x8dc4] = "\xcc\xe3", - [0x8dc5] = "\xdb\x82", [0x8dc6] = "\xdb\x83", [0x8dc7] = "\xe5\xbf", - [0x8dc8] = "\xb5\xb8", [0x8dc9] = "\xf5\xe3", [0x8dca] = "\xf5\xe8", - [0x8dcb] = "\xcc\xa3", [0x8dcc] = "\xdb\x84", [0x8dcd] = "\xdb\x85", - [0x8dce] = "\xdb\x86", [0x8dcf] = "\xdb\x87", [0x8dd0] = "\xdb\x88", - [0x8dd1] = "\xf5\xe6", [0x8dd2] = "\xf5\xe7", [0x8dd3] = "\xdb\x89", - [0x8dd4] = "\xdb\x8a", [0x8dd5] = "\xdb\x8b", [0x8dd6] = "\xdb\x8c", - [0x8dd7] = "\xdb\x8d", [0x8dd8] = "\xdb\x8e", [0x8dd9] = "\xf5\xbe", - [0x8dda] = "\xdb\x8f", [0x8ddb] = "\xdb\x90", [0x8ddc] = "\xdb\x91", - [0x8ddd] = "\xdb\x92", [0x8dde] = "\xdb\x93", [0x8ddf] = "\xdb\x94", - [0x8de0] = "\xdb\x95", [0x8de1] = "\xdb\x96", [0x8de2] = "\xdb\x97", - [0x8de3] = "\xdb\x98", [0x8de4] = "\xdb\x99", [0x8de5] = "\xdb\x9a", - [0x8de6] = "\xb1\xc4", [0x8de7] = "\xdb\x9b", [0x8de8] = "\xdb\x9c", - [0x8de9] = "\xf5\xbf", [0x8dea] = "\xdb\x9d", [0x8deb] = "\xdb\x9e", - [0x8dec] = "\xb5\xc5", [0x8ded] = "\xb2\xe4", [0x8dee] = "\xdb\x9f", - [0x8def] = "\xf5\xec", [0x8df0] = "\xf5\xe9", [0x8df1] = "\xdb\xa0", - [0x8df2] = "\xb6\xd7", [0x8df3] = "\xdc\x40", [0x8df4] = "\xf5\xed", - [0x8df5] = "\xdc\x41", [0x8df6] = "\xf5\xea", [0x8df7] = "\xdc\x42", - [0x8df8] = "\xdc\x43", [0x8df9] = "\xdc\x44", [0x8dfa] = "\xdc\x45", - [0x8dfb] = "\xdc\x46", [0x8dfc] = "\xf5\xeb", [0x8dfd] = "\xdc\x47", - [0x8dfe] = "\xdc\x48", [0x8dff] = "\xb4\xda", [0x8e00] = "\xdc\x49", - [0x8e01] = "\xd4\xea", [0x8e02] = "\xdc\x4a", [0x8e03] = "\xdc\x4b", - [0x8e04] = "\xdc\x4c", [0x8e05] = "\xf5\xee", [0x8e06] = "\xdc\x4d", - [0x8e07] = "\xb3\xf9", [0x8e08] = "\xdc\x4e", [0x8e09] = "\xdc\x4f", - [0x8e0a] = "\xdc\x50", [0x8e0b] = "\xdc\x51", [0x8e0c] = "\xdc\x52", - [0x8e0d] = "\xdc\x53", [0x8e0e] = "\xdc\x54", [0x8e0f] = "\xf5\xef", - [0x8e10] = "\xf5\xf1", [0x8e11] = "\xdc\x55", [0x8e12] = "\xdc\x56", - [0x8e13] = "\xdc\x57", [0x8e14] = "\xf5\xf0", [0x8e15] = "\xdc\x58", - [0x8e16] = "\xdc\x59", [0x8e17] = "\xdc\x5a", [0x8e18] = "\xdc\x5b", - [0x8e19] = "\xdc\x5c", [0x8e1a] = "\xdc\x5d", [0x8e1b] = "\xdc\x5e", - [0x8e1c] = "\xf5\xf2", [0x8e1d] = "\xdc\x5f", [0x8e1e] = "\xf5\xf3", - [0x8e1f] = "\xdc\x60", [0x8e20] = "\xdc\x61", [0x8e21] = "\xdc\x62", - [0x8e22] = "\xdc\x63", [0x8e23] = "\xdc\x64", [0x8e24] = "\xdc\x65", - [0x8e25] = "\xdc\x66", [0x8e26] = "\xdc\x67", [0x8e27] = "\xdc\x68", - [0x8e28] = "\xdc\x69", [0x8e29] = "\xdc\x6a", [0x8e2a] = "\xdc\x6b", - [0x8e2b] = "\xc9\xed", [0x8e2c] = "\xb9\xaa", [0x8e2d] = "\xdc\x6c", - [0x8e2e] = "\xdc\x6d", [0x8e2f] = "\xc7\xfb", [0x8e30] = "\xdc\x6e", - [0x8e31] = "\xdc\x6f", [0x8e32] = "\xb6\xe3", [0x8e33] = "\xdc\x70", - [0x8e34] = "\xdc\x71", [0x8e35] = "\xdc\x72", [0x8e36] = "\xdc\x73", - [0x8e37] = "\xdc\x74", [0x8e38] = "\xdc\x75", [0x8e39] = "\xdc\x76", - [0x8e3a] = "\xcc\xc9", [0x8e3b] = "\xdc\x77", [0x8e3c] = "\xdc\x78", - [0x8e3d] = "\xdc\x79", [0x8e3e] = "\xdc\x7a", [0x8e3f] = "\xdc\x7b", - [0x8e40] = "\xdc\x7c", [0x8e41] = "\xdc\x7d", [0x8e42] = "\xdc\x7e", - [0x8e43] = "\xdc\x80", [0x8e44] = "\xdc\x81", [0x8e45] = "\xdc\x82", - [0x8e46] = "\xdc\x83", [0x8e47] = "\xdc\x84", [0x8e48] = "\xdc\x85", - [0x8e49] = "\xdc\x86", [0x8e4a] = "\xdc\x87", [0x8e4b] = "\xdc\x88", - [0x8e4c] = "\xdc\x89", [0x8e4d] = "\xdc\x8a", [0x8e4e] = "\xea\xa6", - [0x8e4f] = "\xdc\x8b", [0x8e50] = "\xdc\x8c", [0x8e51] = "\xdc\x8d", - [0x8e52] = "\xdc\x8e", [0x8e53] = "\xdc\x8f", [0x8e54] = "\xdc\x90", - [0x8e55] = "\xdc\x91", [0x8e56] = "\xdc\x92", [0x8e57] = "\xdc\x93", - [0x8e58] = "\xdc\x94", [0x8e59] = "\xdc\x95", [0x8e5a] = "\xdc\x96", - [0x8e5b] = "\xdc\x97", [0x8e5c] = "\xdc\x98", [0x8e5d] = "\xdc\x99", - [0x8e5e] = "\xdc\x9a", [0x8e5f] = "\xdc\x9b", [0x8e60] = "\xdc\x9c", - [0x8e61] = "\xdc\x9d", [0x8e62] = "\xdc\x9e", [0x8e63] = "\xdc\x9f", - [0x8e64] = "\xdc\xa0", [0x8e65] = "\xdd\x40", [0x8e66] = "\xdd\x41", - [0x8e67] = "\xdd\x42", [0x8e68] = "\xdd\x43", [0x8e69] = "\xdd\x44", - [0x8e6a] = "\xdd\x45", [0x8e6b] = "\xdd\x46", [0x8e6c] = "\xdd\x47", - [0x8e6d] = "\xdd\x48", [0x8e6e] = "\xdd\x49", [0x8e6f] = "\xdd\x4a", - [0x8e70] = "\xdd\x4b", [0x8e71] = "\xdd\x4c", [0x8e72] = "\xdd\x4d", - [0x8e73] = "\xdd\x4e", [0x8e74] = "\xdd\x4f", [0x8e75] = "\xdd\x50", - [0x8e76] = "\xdd\x51", [0x8e77] = "\xdd\x52", [0x8e78] = "\xdd\x53", - [0x8e79] = "\xdd\x54", [0x8e7a] = "\xdd\x55", [0x8e7b] = "\xdd\x56", - [0x8e7c] = "\xdd\x57", [0x8e7d] = "\xdd\x58", [0x8e7e] = "\xdd\x59", - [0x8e7f] = "\xdd\x5a", [0x8e80] = "\xdd\x5b", [0x8e81] = "\xdd\x5c", - [0x8e82] = "\xdd\x5d", [0x8e83] = "\xdd\x5e", [0x8e84] = "\xdd\x5f", - [0x8e85] = "\xdd\x60", [0x8e86] = "\xdd\x61", [0x8e87] = "\xdd\x62", - [0x8e88] = "\xdd\x63", [0x8e89] = "\xdd\x64", [0x8e8a] = "\xdd\x65", - [0x8e8b] = "\xdd\x66", [0x8e8c] = "\xdd\x67", [0x8e8d] = "\xdd\x68", - [0x8e8e] = "\xdd\x69", [0x8e8f] = "\xdd\x6a", [0x8e90] = "\xdd\x6b", - [0x8e91] = "\xdd\x6c", [0x8e92] = "\xdd\x6d", [0x8e93] = "\xdd\x6e", - [0x8e94] = "\xdd\x6f", [0x8e95] = "\xdd\x70", [0x8e96] = "\xdd\x71", - [0x8e97] = "\xdd\x72", [0x8e98] = "\xdd\x73", [0x8e99] = "\xdd\x74", - [0x8e9a] = "\xdd\x75", [0x8e9b] = "\xdd\x76", [0x8e9c] = "\xdd\x77", - [0x8e9d] = "\xdd\x78", [0x8e9e] = "\xdd\x79", [0x8e9f] = "\xdd\x7a", - [0x8ea0] = "\xdd\x7b", [0x8ea1] = "\xdd\x7c", [0x8ea2] = "\xdd\x7d", - [0x8ea3] = "\xdd\x7e", [0x8ea4] = "\xdd\x80", [0x8ea5] = "\xdd\x81", - [0x8ea6] = "\xdd\x82", [0x8ea7] = "\xdd\x83", [0x8ea8] = "\xdd\x84", - [0x8ea9] = "\xdd\x85", [0x8eaa] = "\xdd\x86", [0x8eab] = "\xdd\x87", - [0x8eac] = "\xdd\x88", [0x8ead] = "\xdd\x89", [0x8eae] = "\xdd\x8a", - [0x8eaf] = "\xdd\x8b", [0x8eb0] = "\xdd\x8c", [0x8eb1] = "\xdd\x8d", - [0x8eb2] = "\xdd\x8e", [0x8eb3] = "\xdd\x8f", [0x8eb4] = "\xdd\x90", - [0x8eb5] = "\xdd\x91", [0x8eb6] = "\xdd\x92", [0x8eb7] = "\xdd\x93", - [0x8eb8] = "\xdd\x94", [0x8eb9] = "\xdd\x95", [0x8eba] = "\xdd\x96", - [0x8ebb] = "\xdd\x97", [0x8ebc] = "\xdd\x98", [0x8ebd] = "\xdd\x99", - [0x8ebe] = "\xdd\x9a", [0x8ebf] = "\xdd\x9b", [0x8ec0] = "\xdd\x9c", - [0x8ec1] = "\xdd\x9d", [0x8ec2] = "\xdd\x9e", [0x8ec3] = "\xdd\x9f", - [0x8ec4] = "\xdd\xa0", [0x8ec5] = "\xde\x40", [0x8ec6] = "\xde\x41", - [0x8ec7] = "\xde\x42", [0x8ec8] = "\xde\x43", [0x8ec9] = "\xde\x44", - [0x8eca] = "\xde\x45", [0x8ecb] = "\xde\x46", [0x8ecc] = "\xde\x47", - [0x8ecd] = "\xde\x48", [0x8ece] = "\xde\x49", [0x8ecf] = "\xde\x4a", - [0x8ed0] = "\xde\x4b", [0x8ed1] = "\xde\x4c", [0x8ed2] = "\xde\x4d", - [0x8ed3] = "\xde\x4e", [0x8ed4] = "\xde\x4f", [0x8ed5] = "\xde\x50", - [0x8ed6] = "\xde\x51", [0x8ed7] = "\xde\x52", [0x8ed8] = "\xde\x53", - [0x8ed9] = "\xde\x54", [0x8eda] = "\xde\x55", [0x8edb] = "\xde\x56", - [0x8edc] = "\xde\x57", [0x8edd] = "\xde\x58", [0x8ede] = "\xde\x59", - [0x8edf] = "\xde\x5a", [0x8ee0] = "\xde\x5b", [0x8ee1] = "\xde\x5c", - [0x8ee2] = "\xde\x5d", [0x8ee3] = "\xde\x5e", [0x8ee4] = "\xde\x5f", - [0x8ee5] = "\xde\x60", [0x8ee6] = "\xb3\xb5", [0x8ee7] = "\xd4\xfe", - [0x8ee8] = "\xb9\xec", [0x8ee9] = "\xd0\xf9", [0x8eea] = "\xde\x61", - [0x8eeb] = "\xe9\xed", [0x8eec] = "\xd7\xaa", [0x8eed] = "\xe9\xee", - [0x8eee] = "\xc2\xd6", [0x8eef] = "\xc8\xed", [0x8ef0] = "\xba\xe4", - [0x8ef1] = "\xe9\xef", [0x8ef2] = "\xe9\xf0", [0x8ef3] = "\xe9\xf1", - [0x8ef4] = "\xd6\xe1", [0x8ef5] = "\xe9\xf2", [0x8ef6] = "\xe9\xf3", - [0x8ef7] = "\xe9\xf5", [0x8ef8] = "\xe9\xf4", [0x8ef9] = "\xe9\xf6", - [0x8efa] = "\xe9\xf7", [0x8efb] = "\xc7\xe1", [0x8efc] = "\xe9\xf8", - [0x8efd] = "\xd4\xd8", [0x8efe] = "\xe9\xf9", [0x8eff] = "\xbd\xce", - [0x8f00] = "\xde\x62", [0x8f01] = "\xe9\xfa", [0x8f02] = "\xe9\xfb", - [0x8f03] = "\xbd\xcf", [0x8f04] = "\xe9\xfc", [0x8f05] = "\xb8\xa8", - [0x8f06] = "\xc1\xbe", [0x8f07] = "\xe9\xfd", [0x8f08] = "\xb1\xb2", - [0x8f09] = "\xbb\xd4", [0x8f0a] = "\xb9\xf5", [0x8f0b] = "\xe9\xfe", - [0x8f0c] = "\xde\x63", [0x8f0d] = "\xea\xa1", [0x8f0e] = "\xea\xa2", - [0x8f0f] = "\xea\xa3", [0x8f10] = "\xb7\xf8", [0x8f11] = "\xbc\xad", - [0x8f12] = "\xde\x64", [0x8f13] = "\xca\xe4", [0x8f14] = "\xe0\xce", - [0x8f15] = "\xd4\xaf", [0x8f16] = "\xcf\xbd", [0x8f17] = "\xd5\xb7", - [0x8f18] = "\xea\xa4", [0x8f19] = "\xd5\xde", [0x8f1a] = "\xea\xa5", - [0x8f1b] = "\xd0\xc1", [0x8f1c] = "\xb9\xbc", [0x8f1d] = "\xde\x65", - [0x8f1e] = "\xb4\xc7", [0x8f1f] = "\xb1\xd9", [0x8f20] = "\xde\x66", - [0x8f21] = "\xde\x67", [0x8f22] = "\xde\x68", [0x8f23] = "\xc0\xb1", - [0x8f24] = "\xde\x69", [0x8f25] = "\xde\x6a", [0x8f26] = "\xde\x6b", - [0x8f27] = "\xde\x6c", [0x8f28] = "\xb1\xe6", [0x8f29] = "\xb1\xe7", - [0x8f2a] = "\xde\x6d", [0x8f2b] = "\xb1\xe8", [0x8f2c] = "\xde\x6e", - [0x8f2d] = "\xde\x6f", [0x8f2e] = "\xde\x70", [0x8f2f] = "\xde\x71", - [0x8f30] = "\xb3\xbd", [0x8f31] = "\xc8\xe8", [0x8f32] = "\xde\x72", - [0x8f33] = "\xde\x73", [0x8f34] = "\xde\x74", [0x8f35] = "\xde\x75", - [0x8f36] = "\xe5\xc1", [0x8f37] = "\xde\x76", [0x8f38] = "\xde\x77", - [0x8f39] = "\xb1\xdf", [0x8f3a] = "\xde\x78", [0x8f3b] = "\xde\x79", - [0x8f3c] = "\xde\x7a", [0x8f3d] = "\xc1\xc9", [0x8f3e] = "\xb4\xef", - [0x8f3f] = "\xde\x7b", [0x8f40] = "\xde\x7c", [0x8f41] = "\xc7\xa8", - [0x8f42] = "\xd3\xd8", [0x8f43] = "\xde\x7d", [0x8f44] = "\xc6\xf9", - [0x8f45] = "\xd1\xb8", [0x8f46] = "\xde\x7e", [0x8f47] = "\xb9\xfd", - [0x8f48] = "\xc2\xf5", [0x8f49] = "\xde\x80", [0x8f4a] = "\xde\x81", - [0x8f4b] = "\xde\x82", [0x8f4c] = "\xde\x83", [0x8f4d] = "\xde\x84", - [0x8f4e] = "\xd3\xad", [0x8f4f] = "\xde\x85", [0x8f50] = "\xd4\xcb", - [0x8f51] = "\xbd\xfc", [0x8f52] = "\xde\x86", [0x8f53] = "\xe5\xc2", - [0x8f54] = "\xb7\xb5", [0x8f55] = "\xe5\xc3", [0x8f56] = "\xde\x87", - [0x8f57] = "\xde\x88", [0x8f58] = "\xbb\xb9", [0x8f59] = "\xd5\xe2", - [0x8f5a] = "\xde\x89", [0x8f5b] = "\xbd\xf8", [0x8f5c] = "\xd4\xb6", - [0x8f5d] = "\xce\xa5", [0x8f5e] = "\xc1\xac", [0x8f5f] = "\xb3\xd9", - [0x8f60] = "\xde\x8a", [0x8f61] = "\xde\x8b", [0x8f62] = "\xcc\xf6", - [0x8f63] = "\xde\x8c", [0x8f64] = "\xe5\xc6", [0x8f65] = "\xe5\xc4", - [0x8f66] = "\xe5\xc8", [0x8f67] = "\xde\x8d", [0x8f68] = "\xe5\xca", - [0x8f69] = "\xe5\xc7", [0x8f6a] = "\xb5\xcf", [0x8f6b] = "\xc6\xc8", - [0x8f6c] = "\xde\x8e", [0x8f6d] = "\xb5\xfc", [0x8f6e] = "\xe5\xc5", - [0x8f6f] = "\xde\x8f", [0x8f70] = "\xca\xf6", [0x8f71] = "\xde\x90", - [0x8f72] = "\xde\x91", [0x8f73] = "\xe5\xc9", [0x8f74] = "\xde\x92", - [0x8f75] = "\xde\x93", [0x8f76] = "\xde\x94", [0x8f77] = "\xc3\xd4", - [0x8f78] = "\xb1\xc5", [0x8f79] = "\xbc\xa3", [0x8f7a] = "\xde\x95", - [0x8f7b] = "\xde\x96", [0x8f7c] = "\xde\x97", [0x8f7d] = "\xd7\xb7", - [0x8f7e] = "\xde\x98", [0x8f7f] = "\xde\x99", [0x8f80] = "\xcd\xcb", - [0x8f81] = "\xcb\xcd", [0x8f82] = "\xca\xca", [0x8f83] = "\xcc\xd3", - [0x8f84] = "\xe5\xcc", [0x8f85] = "\xe5\xcb", [0x8f86] = "\xc4\xe6", - [0x8f87] = "\xde\x9a", [0x8f88] = "\xde\x9b", [0x8f89] = "\xd1\xa1", - [0x8f8a] = "\xd1\xb7", [0x8f8b] = "\xe5\xcd", [0x8f8c] = "\xde\x9c", - [0x8f8d] = "\xe5\xd0", [0x8f8e] = "\xde\x9d", [0x8f8f] = "\xcd\xb8", - [0x8f90] = "\xd6\xf0", [0x8f91] = "\xe5\xcf", [0x8f92] = "\xb5\xdd", - [0x8f93] = "\xde\x9e", [0x8f94] = "\xcd\xbe", [0x8f95] = "\xde\x9f", - [0x8f96] = "\xe5\xd1", [0x8f97] = "\xb6\xba", [0x8f98] = "\xde\xa0", - [0x8f99] = "\xdf\x40", [0x8f9a] = "\xcd\xa8", [0x8f9b] = "\xb9\xe4", - [0x8f9c] = "\xdf\x41", [0x8f9d] = "\xca\xc5", [0x8f9e] = "\xb3\xd1", - [0x8f9f] = "\xcb\xd9", [0x8fa0] = "\xd4\xec", [0x8fa1] = "\xe5\xd2", - [0x8fa2] = "\xb7\xea", [0x8fa3] = "\xdf\x42", [0x8fa4] = "\xdf\x43", - [0x8fa5] = "\xdf\x44", [0x8fa6] = "\xe5\xce", [0x8fa7] = "\xdf\x45", - [0x8fa8] = "\xdf\x46", [0x8fa9] = "\xdf\x47", [0x8faa] = "\xdf\x48", - [0x8fab] = "\xdf\x49", [0x8fac] = "\xdf\x4a", [0x8fad] = "\xe5\xd5", - [0x8fae] = "\xb4\xfe", [0x8faf] = "\xe5\xd6", [0x8fb0] = "\xdf\x4b", - [0x8fb1] = "\xdf\x4c", [0x8fb2] = "\xdf\x4d", [0x8fb3] = "\xdf\x4e", - [0x8fb4] = "\xdf\x4f", [0x8fb5] = "\xe5\xd3", [0x8fb6] = "\xe5\xd4", - [0x8fb7] = "\xdf\x50", [0x8fb8] = "\xd2\xdd", [0x8fb9] = "\xdf\x51", - [0x8fba] = "\xdf\x52", [0x8fbb] = "\xc2\xdf", [0x8fbc] = "\xb1\xc6", - [0x8fbd] = "\xdf\x53", [0x8fbe] = "\xd3\xe2", [0x8fbf] = "\xdf\x54", - [0x8fc0] = "\xdf\x55", [0x8fc1] = "\xb6\xdd", [0x8fc2] = "\xcb\xec", - [0x8fc3] = "\xdf\x56", [0x8fc4] = "\xe5\xd7", [0x8fc5] = "\xdf\x57", - [0x8fc6] = "\xdf\x58", [0x8fc7] = "\xd3\xf6", [0x8fc8] = "\xdf\x59", - [0x8fc9] = "\xdf\x5a", [0x8fca] = "\xdf\x5b", [0x8fcb] = "\xdf\x5c", - [0x8fcc] = "\xdf\x5d", [0x8fcd] = "\xb1\xe9", [0x8fce] = "\xdf\x5e", - [0x8fcf] = "\xb6\xf4", [0x8fd0] = "\xe5\xda", [0x8fd1] = "\xe5\xd8", - [0x8fd2] = "\xe5\xd9", [0x8fd3] = "\xb5\xc0", [0x8fd4] = "\xdf\x5f", - [0x8fd5] = "\xdf\x60", [0x8fd6] = "\xdf\x61", [0x8fd7] = "\xd2\xc5", - [0x8fd8] = "\xe5\xdc", [0x8fd9] = "\xdf\x62", [0x8fda] = "\xdf\x63", - [0x8fdb] = "\xe5\xde", [0x8fdc] = "\xdf\x64", [0x8fdd] = "\xdf\x65", - [0x8fde] = "\xdf\x66", [0x8fdf] = "\xdf\x67", [0x8fe0] = "\xdf\x68", - [0x8fe1] = "\xdf\x69", [0x8fe2] = "\xe5\xdd", [0x8fe3] = "\xc7\xb2", - [0x8fe4] = "\xdf\x6a", [0x8fe5] = "\xd2\xa3", [0x8fe6] = "\xdf\x6b", - [0x8fe7] = "\xdf\x6c", [0x8fe8] = "\xe5\xdb", [0x8fe9] = "\xdf\x6d", - [0x8fea] = "\xdf\x6e", [0x8feb] = "\xdf\x6f", [0x8fec] = "\xdf\x70", - [0x8fed] = "\xd4\xe2", [0x8fee] = "\xd5\xda", [0x8fef] = "\xdf\x71", - [0x8ff0] = "\xdf\x72", [0x8ff1] = "\xdf\x73", [0x8ff2] = "\xdf\x74", - [0x8ff3] = "\xdf\x75", [0x8ff4] = "\xe5\xe0", [0x8ff5] = "\xd7\xf1", - [0x8ff6] = "\xdf\x76", [0x8ff7] = "\xdf\x77", [0x8ff8] = "\xdf\x78", - [0x8ff9] = "\xdf\x79", [0x8ffa] = "\xdf\x7a", [0x8ffb] = "\xdf\x7b", - [0x8ffc] = "\xdf\x7c", [0x8ffd] = "\xe5\xe1", [0x8ffe] = "\xdf\x7d", - [0x8fff] = "\xb1\xdc", [0x9000] = "\xd1\xfb", [0x9001] = "\xdf\x7e", - [0x9002] = "\xe5\xe2", [0x9003] = "\xe5\xe4", [0x9004] = "\xdf\x80", - [0x9005] = "\xdf\x81", [0x9006] = "\xdf\x82", [0x9007] = "\xdf\x83", - [0x9008] = "\xe5\xe3", [0x9009] = "\xdf\x84", [0x900a] = "\xdf\x85", - [0x900b] = "\xe5\xe5", [0x900c] = "\xdf\x86", [0x900d] = "\xdf\x87", - [0x900e] = "\xdf\x88", [0x900f] = "\xdf\x89", [0x9010] = "\xdf\x8a", - [0x9011] = "\xd2\xd8", [0x9012] = "\xdf\x8b", [0x9013] = "\xb5\xcb", - [0x9014] = "\xdf\x8c", [0x9015] = "\xe7\xdf", [0x9016] = "\xdf\x8d", - [0x9017] = "\xda\xf5", [0x9018] = "\xdf\x8e", [0x9019] = "\xda\xf8", - [0x901a] = "\xdf\x8f", [0x901b] = "\xda\xf6", [0x901c] = "\xdf\x90", - [0x901d] = "\xda\xf7", [0x901e] = "\xdf\x91", [0x901f] = "\xdf\x92", - [0x9020] = "\xdf\x93", [0x9021] = "\xda\xfa", [0x9022] = "\xd0\xcf", - [0x9023] = "\xc4\xc7", [0x9024] = "\xdf\x94", [0x9025] = "\xdf\x95", - [0x9026] = "\xb0\xee", [0x9027] = "\xdf\x96", [0x9028] = "\xdf\x97", - [0x9029] = "\xdf\x98", [0x902a] = "\xd0\xb0", [0x902b] = "\xdf\x99", - [0x902c] = "\xda\xf9", [0x902d] = "\xdf\x9a", [0x902e] = "\xd3\xca", - [0x902f] = "\xba\xaa", [0x9030] = "\xdb\xa2", [0x9031] = "\xc7\xf1", - [0x9032] = "\xdf\x9b", [0x9033] = "\xda\xfc", [0x9034] = "\xda\xfb", - [0x9035] = "\xc9\xdb", [0x9036] = "\xda\xfd", [0x9037] = "\xdf\x9c", - [0x9038] = "\xdb\xa1", [0x9039] = "\xd7\xde", [0x903a] = "\xda\xfe", - [0x903b] = "\xc1\xda", [0x903c] = "\xdf\x9d", [0x903d] = "\xdf\x9e", - [0x903e] = "\xdb\xa5", [0x903f] = "\xdf\x9f", [0x9040] = "\xdf\xa0", - [0x9041] = "\xd3\xf4", [0x9042] = "\xe0\x40", [0x9043] = "\xe0\x41", - [0x9044] = "\xdb\xa7", [0x9045] = "\xdb\xa4", [0x9046] = "\xe0\x42", - [0x9047] = "\xdb\xa8", [0x9048] = "\xe0\x43", [0x9049] = "\xe0\x44", - [0x904a] = "\xbd\xbc", [0x904b] = "\xe0\x45", [0x904c] = "\xe0\x46", - [0x904d] = "\xe0\x47", [0x904e] = "\xc0\xc9", [0x904f] = "\xdb\xa3", - [0x9050] = "\xdb\xa6", [0x9051] = "\xd6\xa3", [0x9052] = "\xe0\x48", - [0x9053] = "\xdb\xa9", [0x9054] = "\xe0\x49", [0x9055] = "\xe0\x4a", - [0x9056] = "\xe0\x4b", [0x9057] = "\xdb\xad", [0x9058] = "\xe0\x4c", - [0x9059] = "\xe0\x4d", [0x905a] = "\xe0\x4e", [0x905b] = "\xdb\xae", - [0x905c] = "\xdb\xac", [0x905d] = "\xba\xc2", [0x905e] = "\xe0\x4f", - [0x905f] = "\xe0\x50", [0x9060] = "\xe0\x51", [0x9061] = "\xbf\xa4", - [0x9062] = "\xdb\xab", [0x9063] = "\xe0\x52", [0x9064] = "\xe0\x53", - [0x9065] = "\xe0\x54", [0x9066] = "\xdb\xaa", [0x9067] = "\xd4\xc7", - [0x9068] = "\xb2\xbf", [0x9069] = "\xe0\x55", [0x906a] = "\xe0\x56", - [0x906b] = "\xdb\xaf", [0x906c] = "\xe0\x57", [0x906d] = "\xb9\xf9", - [0x906e] = "\xe0\x58", [0x906f] = "\xdb\xb0", [0x9070] = "\xe0\x59", - [0x9071] = "\xe0\x5a", [0x9072] = "\xe0\x5b", [0x9073] = "\xe0\x5c", - [0x9074] = "\xb3\xbb", [0x9075] = "\xe0\x5d", [0x9076] = "\xe0\x5e", - [0x9077] = "\xe0\x5f", [0x9078] = "\xb5\xa6", [0x9079] = "\xe0\x60", - [0x907a] = "\xe0\x61", [0x907b] = "\xe0\x62", [0x907c] = "\xe0\x63", - [0x907d] = "\xb6\xbc", [0x907e] = "\xdb\xb1", [0x907f] = "\xe0\x64", - [0x9080] = "\xe0\x65", [0x9081] = "\xe0\x66", [0x9082] = "\xb6\xf5", - [0x9083] = "\xe0\x67", [0x9084] = "\xdb\xb2", [0x9085] = "\xe0\x68", - [0x9086] = "\xe0\x69", [0x9087] = "\xe0\x6a", [0x9088] = "\xe0\x6b", - [0x9089] = "\xe0\x6c", [0x908a] = "\xe0\x6d", [0x908b] = "\xe0\x6e", - [0x908c] = "\xe0\x6f", [0x908d] = "\xe0\x70", [0x908e] = "\xe0\x71", - [0x908f] = "\xe0\x72", [0x9090] = "\xe0\x73", [0x9091] = "\xe0\x74", - [0x9092] = "\xe0\x75", [0x9093] = "\xe0\x76", [0x9094] = "\xe0\x77", - [0x9095] = "\xe0\x78", [0x9096] = "\xe0\x79", [0x9097] = "\xe0\x7a", - [0x9098] = "\xe0\x7b", [0x9099] = "\xb1\xc9", [0x909a] = "\xe0\x7c", - [0x909b] = "\xe0\x7d", [0x909c] = "\xe0\x7e", [0x909d] = "\xe0\x80", - [0x909e] = "\xdb\xb4", [0x909f] = "\xe0\x81", [0x90a0] = "\xe0\x82", - [0x90a1] = "\xe0\x83", [0x90a2] = "\xdb\xb3", [0x90a3] = "\xdb\xb5", - [0x90a4] = "\xe0\x84", [0x90a5] = "\xe0\x85", [0x90a6] = "\xe0\x86", - [0x90a7] = "\xe0\x87", [0x90a8] = "\xe0\x88", [0x90a9] = "\xe0\x89", - [0x90aa] = "\xe0\x8a", [0x90ab] = "\xe0\x8b", [0x90ac] = "\xe0\x8c", - [0x90ad] = "\xe0\x8d", [0x90ae] = "\xe0\x8e", [0x90af] = "\xdb\xb7", - [0x90b0] = "\xe0\x8f", [0x90b1] = "\xdb\xb6", [0x90b2] = "\xe0\x90", - [0x90b3] = "\xe0\x91", [0x90b4] = "\xe0\x92", [0x90b5] = "\xe0\x93", - [0x90b6] = "\xe0\x94", [0x90b7] = "\xe0\x95", [0x90b8] = "\xe0\x96", - [0x90b9] = "\xdb\xb8", [0x90ba] = "\xe0\x97", [0x90bb] = "\xe0\x98", - [0x90bc] = "\xe0\x99", [0x90bd] = "\xe0\x9a", [0x90be] = "\xe0\x9b", - [0x90bf] = "\xe0\x9c", [0x90c0] = "\xe0\x9d", [0x90c1] = "\xe0\x9e", - [0x90c2] = "\xe0\x9f", [0x90c3] = "\xdb\xb9", [0x90c4] = "\xe0\xa0", - [0x90c5] = "\xe1\x40", [0x90c6] = "\xdb\xba", [0x90c7] = "\xe1\x41", - [0x90c8] = "\xe1\x42", [0x90c9] = "\xd3\xcf", [0x90ca] = "\xf4\xfa", - [0x90cb] = "\xc7\xf5", [0x90cc] = "\xd7\xc3", [0x90cd] = "\xc5\xe4", - [0x90ce] = "\xf4\xfc", [0x90cf] = "\xf4\xfd", [0x90d0] = "\xf4\xfb", - [0x90d1] = "\xe1\x43", [0x90d2] = "\xbe\xc6", [0x90d3] = "\xe1\x44", - [0x90d4] = "\xe1\x45", [0x90d5] = "\xe1\x46", [0x90d6] = "\xe1\x47", - [0x90d7] = "\xd0\xef", [0x90d8] = "\xe1\x48", [0x90d9] = "\xe1\x49", - [0x90da] = "\xb7\xd3", [0x90db] = "\xe1\x4a", [0x90dc] = "\xe1\x4b", - [0x90dd] = "\xd4\xcd", [0x90de] = "\xcc\xaa", [0x90df] = "\xe1\x4c", - [0x90e0] = "\xe1\x4d", [0x90e1] = "\xf5\xa2", [0x90e2] = "\xf5\xa1", - [0x90e3] = "\xba\xa8", [0x90e4] = "\xf4\xfe", [0x90e5] = "\xcb\xd6", - [0x90e6] = "\xe1\x4e", [0x90e7] = "\xe1\x4f", [0x90e8] = "\xe1\x50", - [0x90e9] = "\xf5\xa4", [0x90ea] = "\xc0\xd2", [0x90eb] = "\xe1\x51", - [0x90ec] = "\xb3\xea", [0x90ed] = "\xe1\x52", [0x90ee] = "\xcd\xaa", - [0x90ef] = "\xf5\xa5", [0x90f0] = "\xf5\xa3", [0x90f1] = "\xbd\xb4", - [0x90f2] = "\xf5\xa8", [0x90f3] = "\xe1\x53", [0x90f4] = "\xf5\xa9", - [0x90f5] = "\xbd\xcd", [0x90f6] = "\xc3\xb8", [0x90f7] = "\xbf\xe1", - [0x90f8] = "\xcb\xe1", [0x90f9] = "\xf5\xaa", [0x90fa] = "\xe1\x54", - [0x90fb] = "\xe1\x55", [0x90fc] = "\xe1\x56", [0x90fd] = "\xf5\xa6", - [0x90fe] = "\xf5\xa7", [0x90ff] = "\xc4\xf0", [0x9100] = "\xe1\x57", - [0x9101] = "\xe1\x58", [0x9102] = "\xe1\x59", [0x9103] = "\xe1\x5a", - [0x9104] = "\xe1\x5b", [0x9105] = "\xf5\xac", [0x9106] = "\xe1\x5c", - [0x9107] = "\xb4\xbc", [0x9108] = "\xe1\x5d", [0x9109] = "\xd7\xed", - [0x910a] = "\xe1\x5e", [0x910b] = "\xb4\xd7", [0x910c] = "\xf5\xab", - [0x910d] = "\xf5\xae", [0x910e] = "\xe1\x5f", [0x910f] = "\xe1\x60", - [0x9110] = "\xf5\xad", [0x9111] = "\xf5\xaf", [0x9112] = "\xd0\xd1", - [0x9113] = "\xe1\x61", [0x9114] = "\xe1\x62", [0x9115] = "\xe1\x63", - [0x9116] = "\xe1\x64", [0x9117] = "\xe1\x65", [0x9118] = "\xe1\x66", - [0x9119] = "\xe1\x67", [0x911a] = "\xc3\xd1", [0x911b] = "\xc8\xa9", - [0x911c] = "\xe1\x68", [0x911d] = "\xe1\x69", [0x911e] = "\xe1\x6a", - [0x911f] = "\xe1\x6b", [0x9120] = "\xe1\x6c", [0x9121] = "\xe1\x6d", - [0x9122] = "\xf5\xb0", [0x9123] = "\xf5\xb1", [0x9124] = "\xe1\x6e", - [0x9125] = "\xe1\x6f", [0x9126] = "\xe1\x70", [0x9127] = "\xe1\x71", - [0x9128] = "\xe1\x72", [0x9129] = "\xe1\x73", [0x912a] = "\xf5\xb2", - [0x912b] = "\xe1\x74", [0x912c] = "\xe1\x75", [0x912d] = "\xf5\xb3", - [0x912e] = "\xf5\xb4", [0x912f] = "\xf5\xb5", [0x9130] = "\xe1\x76", - [0x9131] = "\xe1\x77", [0x9132] = "\xe1\x78", [0x9133] = "\xe1\x79", - [0x9134] = "\xf5\xb7", [0x9135] = "\xf5\xb6", [0x9136] = "\xe1\x7a", - [0x9137] = "\xe1\x7b", [0x9138] = "\xe1\x7c", [0x9139] = "\xe1\x7d", - [0x913a] = "\xf5\xb8", [0x913b] = "\xe1\x7e", [0x913c] = "\xe1\x80", - [0x913d] = "\xe1\x81", [0x913e] = "\xe1\x82", [0x913f] = "\xe1\x83", - [0x9140] = "\xe1\x84", [0x9141] = "\xe1\x85", [0x9142] = "\xe1\x86", - [0x9143] = "\xe1\x87", [0x9144] = "\xe1\x88", [0x9145] = "\xe1\x89", - [0x9146] = "\xe1\x8a", [0x9147] = "\xb2\xc9", [0x9148] = "\xe1\x8b", - [0x9149] = "\xd3\xd4", [0x914a] = "\xca\xcd", [0x914b] = "\xe1\x8c", - [0x914c] = "\xc0\xef", [0x914d] = "\xd6\xd8", [0x914e] = "\xd2\xb0", - [0x914f] = "\xc1\xbf", [0x9150] = "\xe1\x8d", [0x9151] = "\xbd\xf0", - [0x9152] = "\xe1\x8e", [0x9153] = "\xe1\x8f", [0x9154] = "\xe1\x90", - [0x9155] = "\xe1\x91", [0x9156] = "\xe1\x92", [0x9157] = "\xe1\x93", - [0x9158] = "\xe1\x94", [0x9159] = "\xe1\x95", [0x915a] = "\xe1\x96", - [0x915b] = "\xe1\x97", [0x915c] = "\xb8\xaa", [0x915d] = "\xe1\x98", - [0x915e] = "\xe1\x99", [0x915f] = "\xe1\x9a", [0x9160] = "\xe1\x9b", - [0x9161] = "\xe1\x9c", [0x9162] = "\xe1\x9d", [0x9163] = "\xe1\x9e", - [0x9164] = "\xe1\x9f", [0x9165] = "\xe1\xa0", [0x9166] = "\xe2\x40", - [0x9167] = "\xe2\x41", [0x9168] = "\xe2\x42", [0x9169] = "\xe2\x43", - [0x916a] = "\xe2\x44", [0x916b] = "\xe2\x45", [0x916c] = "\xe2\x46", - [0x916d] = "\xe2\x47", [0x916e] = "\xe2\x48", [0x916f] = "\xe2\x49", - [0x9170] = "\xe2\x4a", [0x9171] = "\xe2\x4b", [0x9172] = "\xe2\x4c", - [0x9173] = "\xe2\x4d", [0x9174] = "\xe2\x4e", [0x9175] = "\xe2\x4f", - [0x9176] = "\xe2\x50", [0x9177] = "\xe2\x51", [0x9178] = "\xe2\x52", - [0x9179] = "\xe2\x53", [0x917a] = "\xe2\x54", [0x917b] = "\xe2\x55", - [0x917c] = "\xe2\x56", [0x917d] = "\xe2\x57", [0x917e] = "\xe2\x58", - [0x917f] = "\xe2\x59", [0x9180] = "\xe2\x5a", [0x9181] = "\xe2\x5b", - [0x9182] = "\xe2\x5c", [0x9183] = "\xe2\x5d", [0x9184] = "\xe2\x5e", - [0x9185] = "\xe2\x5f", [0x9186] = "\xe2\x60", [0x9187] = "\xe2\x61", - [0x9188] = "\xe2\x62", [0x9189] = "\xe2\x63", [0x918a] = "\xe2\x64", - [0x918b] = "\xe2\x65", [0x918c] = "\xe2\x66", [0x918d] = "\xe2\x67", - [0x918e] = "\xe2\x68", [0x918f] = "\xe2\x69", [0x9190] = "\xe2\x6a", - [0x9191] = "\xe2\x6b", [0x9192] = "\xe2\x6c", [0x9193] = "\xe2\x6d", - [0x9194] = "\xe2\x6e", [0x9195] = "\xe2\x6f", [0x9196] = "\xe2\x70", - [0x9197] = "\xe2\x71", [0x9198] = "\xe2\x72", [0x9199] = "\xe2\x73", - [0x919a] = "\xe2\x74", [0x919b] = "\xe2\x75", [0x919c] = "\xe2\x76", - [0x919d] = "\xe2\x77", [0x919e] = "\xe2\x78", [0x919f] = "\xe2\x79", - [0x91a0] = "\xe2\x7a", [0x91a1] = "\xe2\x7b", [0x91a2] = "\xe2\x7c", - [0x91a3] = "\xe2\x7d", [0x91a4] = "\xe2\x7e", [0x91a5] = "\xe2\x80", - [0x91a6] = "\xe2\x81", [0x91a7] = "\xe2\x82", [0x91a8] = "\xe2\x83", - [0x91a9] = "\xe2\x84", [0x91aa] = "\xe2\x85", [0x91ab] = "\xe2\x86", - [0x91ac] = "\xe2\x87", [0x91ad] = "\xe2\x88", [0x91ae] = "\xe2\x89", - [0x91af] = "\xe2\x8a", [0x91b0] = "\xe2\x8b", [0x91b1] = "\xe2\x8c", - [0x91b2] = "\xe2\x8d", [0x91b3] = "\xe2\x8e", [0x91b4] = "\xe2\x8f", - [0x91b5] = "\xe2\x90", [0x91b6] = "\xe2\x91", [0x91b7] = "\xe2\x92", - [0x91b8] = "\xe2\x93", [0x91b9] = "\xe2\x94", [0x91ba] = "\xe2\x95", - [0x91bb] = "\xe2\x96", [0x91bc] = "\xe2\x97", [0x91bd] = "\xe2\x98", - [0x91be] = "\xe2\x99", [0x91bf] = "\xe2\x9a", [0x91c0] = "\xe2\x9b", - [0x91c1] = "\xe2\x9c", [0x91c2] = "\xe2\x9d", [0x91c3] = "\xe2\x9e", - [0x91c4] = "\xe2\x9f", [0x91c5] = "\xe2\xa0", [0x91c6] = "\xe3\x40", - [0x91c7] = "\xe3\x41", [0x91c8] = "\xe3\x42", [0x91c9] = "\xe3\x43", - [0x91ca] = "\xe3\x44", [0x91cb] = "\xe3\x45", [0x91cc] = "\xe3\x46", - [0x91cd] = "\xe3\x47", [0x91ce] = "\xe3\x48", [0x91cf] = "\xe3\x49", - [0x91d0] = "\xe3\x4a", [0x91d1] = "\xe3\x4b", [0x91d2] = "\xe3\x4c", - [0x91d3] = "\xe3\x4d", [0x91d4] = "\xe3\x4e", [0x91d5] = "\xe3\x4f", - [0x91d6] = "\xe3\x50", [0x91d7] = "\xe3\x51", [0x91d8] = "\xe3\x52", - [0x91d9] = "\xe3\x53", [0x91da] = "\xe3\x54", [0x91db] = "\xe3\x55", - [0x91dc] = "\xe3\x56", [0x91dd] = "\xe3\x57", [0x91de] = "\xe3\x58", - [0x91df] = "\xe3\x59", [0x91e0] = "\xe3\x5a", [0x91e1] = "\xe3\x5b", - [0x91e2] = "\xe3\x5c", [0x91e3] = "\xe3\x5d", [0x91e4] = "\xe3\x5e", - [0x91e5] = "\xe3\x5f", [0x91e6] = "\xe3\x60", [0x91e7] = "\xe3\x61", - [0x91e8] = "\xe3\x62", [0x91e9] = "\xe3\x63", [0x91ea] = "\xe3\x64", - [0x91eb] = "\xe3\x65", [0x91ec] = "\xe3\x66", [0x91ed] = "\xe3\x67", - [0x91ee] = "\xe3\x68", [0x91ef] = "\xe3\x69", [0x91f0] = "\xe3\x6a", - [0x91f1] = "\xe3\x6b", [0x91f2] = "\xe3\x6c", [0x91f3] = "\xe3\x6d", - [0x91f4] = "\xbc\xf8", [0x91f5] = "\xe3\x6e", [0x91f6] = "\xe3\x6f", - [0x91f7] = "\xe3\x70", [0x91f8] = "\xe3\x71", [0x91f9] = "\xe3\x72", - [0x91fa] = "\xe3\x73", [0x91fb] = "\xe3\x74", [0x91fc] = "\xe3\x75", - [0x91fd] = "\xe3\x76", [0x91fe] = "\xe3\x77", [0x91ff] = "\xe3\x78", - [0x9200] = "\xe3\x79", [0x9201] = "\xe3\x7a", [0x9202] = "\xe3\x7b", - [0x9203] = "\xe3\x7c", [0x9204] = "\xe3\x7d", [0x9205] = "\xe3\x7e", - [0x9206] = "\xe3\x80", [0x9207] = "\xe3\x81", [0x9208] = "\xe3\x82", - [0x9209] = "\xe3\x83", [0x920a] = "\xe3\x84", [0x920b] = "\xe3\x85", - [0x920c] = "\xe3\x86", [0x920d] = "\xe3\x87", [0x920e] = "\xf6\xc6", - [0x920f] = "\xe3\x88", [0x9210] = "\xe3\x89", [0x9211] = "\xe3\x8a", - [0x9212] = "\xe3\x8b", [0x9213] = "\xe3\x8c", [0x9214] = "\xe3\x8d", - [0x9215] = "\xe3\x8e", [0x9216] = "\xe3\x8f", [0x9217] = "\xe3\x90", - [0x9218] = "\xe3\x91", [0x9219] = "\xe3\x92", [0x921a] = "\xe3\x93", - [0x921b] = "\xe3\x94", [0x921c] = "\xe3\x95", [0x921d] = "\xe3\x96", - [0x921e] = "\xe3\x97", [0x921f] = "\xe3\x98", [0x9220] = "\xe3\x99", - [0x9221] = "\xe3\x9a", [0x9222] = "\xe3\x9b", [0x9223] = "\xe3\x9c", - [0x9224] = "\xe3\x9d", [0x9225] = "\xe3\x9e", [0x9226] = "\xe3\x9f", - [0x9227] = "\xe3\xa0", [0x9228] = "\xe4\x40", [0x9229] = "\xe4\x41", - [0x922a] = "\xe4\x42", [0x922b] = "\xe4\x43", [0x922c] = "\xe4\x44", - [0x922d] = "\xe4\x45", [0x922e] = "\xf6\xc7", [0x922f] = "\xe4\x46", - [0x9230] = "\xe4\x47", [0x9231] = "\xe4\x48", [0x9232] = "\xe4\x49", - [0x9233] = "\xe4\x4a", [0x9234] = "\xe4\x4b", [0x9235] = "\xe4\x4c", - [0x9236] = "\xe4\x4d", [0x9237] = "\xe4\x4e", [0x9238] = "\xe4\x4f", - [0x9239] = "\xe4\x50", [0x923a] = "\xe4\x51", [0x923b] = "\xe4\x52", - [0x923c] = "\xe4\x53", [0x923d] = "\xe4\x54", [0x923e] = "\xe4\x55", - [0x923f] = "\xe4\x56", [0x9240] = "\xe4\x57", [0x9241] = "\xe4\x58", - [0x9242] = "\xe4\x59", [0x9243] = "\xe4\x5a", [0x9244] = "\xe4\x5b", - [0x9245] = "\xe4\x5c", [0x9246] = "\xe4\x5d", [0x9247] = "\xe4\x5e", - [0x9248] = "\xf6\xc8", [0x9249] = "\xe4\x5f", [0x924a] = "\xe4\x60", - [0x924b] = "\xe4\x61", [0x924c] = "\xe4\x62", [0x924d] = "\xe4\x63", - [0x924e] = "\xe4\x64", [0x924f] = "\xe4\x65", [0x9250] = "\xe4\x66", - [0x9251] = "\xe4\x67", [0x9252] = "\xe4\x68", [0x9253] = "\xe4\x69", - [0x9254] = "\xe4\x6a", [0x9255] = "\xe4\x6b", [0x9256] = "\xe4\x6c", - [0x9257] = "\xe4\x6d", [0x9258] = "\xe4\x6e", [0x9259] = "\xe4\x6f", - [0x925a] = "\xe4\x70", [0x925b] = "\xe4\x71", [0x925c] = "\xe4\x72", - [0x925d] = "\xe4\x73", [0x925e] = "\xe4\x74", [0x925f] = "\xe4\x75", - [0x9260] = "\xe4\x76", [0x9261] = "\xe4\x77", [0x9262] = "\xe4\x78", - [0x9263] = "\xe4\x79", [0x9264] = "\xe4\x7a", [0x9265] = "\xe4\x7b", - [0x9266] = "\xe4\x7c", [0x9267] = "\xe4\x7d", [0x9268] = "\xe4\x7e", - [0x9269] = "\xe4\x80", [0x926a] = "\xe4\x81", [0x926b] = "\xe4\x82", - [0x926c] = "\xe4\x83", [0x926d] = "\xe4\x84", [0x926e] = "\xe4\x85", - [0x926f] = "\xe4\x86", [0x9270] = "\xe4\x87", [0x9271] = "\xe4\x88", - [0x9272] = "\xe4\x89", [0x9273] = "\xe4\x8a", [0x9274] = "\xe4\x8b", - [0x9275] = "\xe4\x8c", [0x9276] = "\xe4\x8d", [0x9277] = "\xe4\x8e", - [0x9278] = "\xe4\x8f", [0x9279] = "\xe4\x90", [0x927a] = "\xe4\x91", - [0x927b] = "\xe4\x92", [0x927c] = "\xe4\x93", [0x927d] = "\xe4\x94", - [0x927e] = "\xe4\x95", [0x927f] = "\xe4\x96", [0x9280] = "\xe4\x97", - [0x9281] = "\xe4\x98", [0x9282] = "\xe4\x99", [0x9283] = "\xe4\x9a", - [0x9284] = "\xe4\x9b", [0x9285] = "\xe4\x9c", [0x9286] = "\xe4\x9d", - [0x9287] = "\xe4\x9e", [0x9288] = "\xe4\x9f", [0x9289] = "\xe4\xa0", - [0x928a] = "\xe5\x40", [0x928b] = "\xe5\x41", [0x928c] = "\xe5\x42", - [0x928d] = "\xe5\x43", [0x928e] = "\xe5\x44", [0x928f] = "\xe5\x45", - [0x9290] = "\xe5\x46", [0x9291] = "\xe5\x47", [0x9292] = "\xe5\x48", - [0x9293] = "\xe5\x49", [0x9294] = "\xe5\x4a", [0x9295] = "\xe5\x4b", - [0x9296] = "\xe5\x4c", [0x9297] = "\xe5\x4d", [0x9298] = "\xe5\x4e", - [0x9299] = "\xe5\x4f", [0x929a] = "\xe5\x50", [0x929b] = "\xe5\x51", - [0x929c] = "\xe5\x52", [0x929d] = "\xe5\x53", [0x929e] = "\xe5\x54", - [0x929f] = "\xe5\x55", [0x92a0] = "\xe5\x56", [0x92a1] = "\xe5\x57", - [0x92a2] = "\xe5\x58", [0x92a3] = "\xe5\x59", [0x92a4] = "\xe5\x5a", - [0x92a5] = "\xe5\x5b", [0x92a6] = "\xe5\x5c", [0x92a7] = "\xe5\x5d", - [0x92a8] = "\xe5\x5e", [0x92a9] = "\xe5\x5f", [0x92aa] = "\xe5\x60", - [0x92ab] = "\xe5\x61", [0x92ac] = "\xe5\x62", [0x92ad] = "\xe5\x63", - [0x92ae] = "\xe5\x64", [0x92af] = "\xe5\x65", [0x92b0] = "\xe5\x66", - [0x92b1] = "\xe5\x67", [0x92b2] = "\xe5\x68", [0x92b3] = "\xe5\x69", - [0x92b4] = "\xe5\x6a", [0x92b5] = "\xe5\x6b", [0x92b6] = "\xe5\x6c", - [0x92b7] = "\xe5\x6d", [0x92b8] = "\xe5\x6e", [0x92b9] = "\xe5\x6f", - [0x92ba] = "\xe5\x70", [0x92bb] = "\xe5\x71", [0x92bc] = "\xe5\x72", - [0x92bd] = "\xe5\x73", [0x92be] = "\xf6\xc9", [0x92bf] = "\xe5\x74", - [0x92c0] = "\xe5\x75", [0x92c1] = "\xe5\x76", [0x92c2] = "\xe5\x77", - [0x92c3] = "\xe5\x78", [0x92c4] = "\xe5\x79", [0x92c5] = "\xe5\x7a", - [0x92c6] = "\xe5\x7b", [0x92c7] = "\xe5\x7c", [0x92c8] = "\xe5\x7d", - [0x92c9] = "\xe5\x7e", [0x92ca] = "\xe5\x80", [0x92cb] = "\xe5\x81", - [0x92cc] = "\xe5\x82", [0x92cd] = "\xe5\x83", [0x92ce] = "\xe5\x84", - [0x92cf] = "\xe5\x85", [0x92d0] = "\xe5\x86", [0x92d1] = "\xe5\x87", - [0x92d2] = "\xe5\x88", [0x92d3] = "\xe5\x89", [0x92d4] = "\xe5\x8a", - [0x92d5] = "\xe5\x8b", [0x92d6] = "\xe5\x8c", [0x92d7] = "\xe5\x8d", - [0x92d8] = "\xe5\x8e", [0x92d9] = "\xe5\x8f", [0x92da] = "\xe5\x90", - [0x92db] = "\xe5\x91", [0x92dc] = "\xe5\x92", [0x92dd] = "\xe5\x93", - [0x92de] = "\xe5\x94", [0x92df] = "\xe5\x95", [0x92e0] = "\xe5\x96", - [0x92e1] = "\xe5\x97", [0x92e2] = "\xe5\x98", [0x92e3] = "\xe5\x99", - [0x92e4] = "\xe5\x9a", [0x92e5] = "\xe5\x9b", [0x92e6] = "\xe5\x9c", - [0x92e7] = "\xe5\x9d", [0x92e8] = "\xe5\x9e", [0x92e9] = "\xe5\x9f", - [0x92ea] = "\xf6\xca", [0x92eb] = "\xe5\xa0", [0x92ec] = "\xe6\x40", - [0x92ed] = "\xe6\x41", [0x92ee] = "\xe6\x42", [0x92ef] = "\xe6\x43", - [0x92f0] = "\xe6\x44", [0x92f1] = "\xe6\x45", [0x92f2] = "\xe6\x46", - [0x92f3] = "\xe6\x47", [0x92f4] = "\xe6\x48", [0x92f5] = "\xe6\x49", - [0x92f6] = "\xe6\x4a", [0x92f7] = "\xe6\x4b", [0x92f8] = "\xe6\x4c", - [0x92f9] = "\xe6\x4d", [0x92fa] = "\xe6\x4e", [0x92fb] = "\xe6\x4f", - [0x92fc] = "\xe6\x50", [0x92fd] = "\xe6\x51", [0x92fe] = "\xe6\x52", - [0x92ff] = "\xe6\x53", [0x9300] = "\xe6\x54", [0x9301] = "\xe6\x55", - [0x9302] = "\xe6\x56", [0x9303] = "\xe6\x57", [0x9304] = "\xe6\x58", - [0x9305] = "\xe6\x59", [0x9306] = "\xe6\x5a", [0x9307] = "\xe6\x5b", - [0x9308] = "\xe6\x5c", [0x9309] = "\xe6\x5d", [0x930a] = "\xe6\x5e", - [0x930b] = "\xe6\x5f", [0x930c] = "\xe6\x60", [0x930d] = "\xe6\x61", - [0x930e] = "\xe6\x62", [0x930f] = "\xf6\xcc", [0x9310] = "\xe6\x63", - [0x9311] = "\xe6\x64", [0x9312] = "\xe6\x65", [0x9313] = "\xe6\x66", - [0x9314] = "\xe6\x67", [0x9315] = "\xe6\x68", [0x9316] = "\xe6\x69", - [0x9317] = "\xe6\x6a", [0x9318] = "\xe6\x6b", [0x9319] = "\xe6\x6c", - [0x931a] = "\xe6\x6d", [0x931b] = "\xe6\x6e", [0x931c] = "\xe6\x6f", - [0x931d] = "\xe6\x70", [0x931e] = "\xe6\x71", [0x931f] = "\xe6\x72", - [0x9320] = "\xe6\x73", [0x9321] = "\xe6\x74", [0x9322] = "\xe6\x75", - [0x9323] = "\xe6\x76", [0x9324] = "\xe6\x77", [0x9325] = "\xe6\x78", - [0x9326] = "\xe6\x79", [0x9327] = "\xe6\x7a", [0x9328] = "\xe6\x7b", - [0x9329] = "\xe6\x7c", [0x932a] = "\xe6\x7d", [0x932b] = "\xe6\x7e", - [0x932c] = "\xe6\x80", [0x932d] = "\xe6\x81", [0x932e] = "\xe6\x82", - [0x932f] = "\xe6\x83", [0x9330] = "\xe6\x84", [0x9331] = "\xe6\x85", - [0x9332] = "\xe6\x86", [0x9333] = "\xe6\x87", [0x9334] = "\xe6\x88", - [0x9335] = "\xe6\x89", [0x9336] = "\xe6\x8a", [0x9337] = "\xe6\x8b", - [0x9338] = "\xe6\x8c", [0x9339] = "\xe6\x8d", [0x933a] = "\xe6\x8e", - [0x933b] = "\xe6\x8f", [0x933c] = "\xe6\x90", [0x933d] = "\xe6\x91", - [0x933e] = "\xe6\x92", [0x933f] = "\xe6\x93", [0x9340] = "\xe6\x94", - [0x9341] = "\xe6\x95", [0x9342] = "\xe6\x96", [0x9343] = "\xe6\x97", - [0x9344] = "\xe6\x98", [0x9345] = "\xe6\x99", [0x9346] = "\xe6\x9a", - [0x9347] = "\xe6\x9b", [0x9348] = "\xe6\x9c", [0x9349] = "\xe6\x9d", - [0x934a] = "\xf6\xcb", [0x934b] = "\xe6\x9e", [0x934c] = "\xe6\x9f", - [0x934d] = "\xe6\xa0", [0x934e] = "\xe7\x40", [0x934f] = "\xe7\x41", - [0x9350] = "\xe7\x42", [0x9351] = "\xe7\x43", [0x9352] = "\xe7\x44", - [0x9353] = "\xe7\x45", [0x9354] = "\xe7\x46", [0x9355] = "\xe7\x47", - [0x9356] = "\xf7\xe9", [0x9357] = "\xe7\x48", [0x9358] = "\xe7\x49", - [0x9359] = "\xe7\x4a", [0x935a] = "\xe7\x4b", [0x935b] = "\xe7\x4c", - [0x935c] = "\xe7\x4d", [0x935d] = "\xe7\x4e", [0x935e] = "\xe7\x4f", - [0x935f] = "\xe7\x50", [0x9360] = "\xe7\x51", [0x9361] = "\xe7\x52", - [0x9362] = "\xe7\x53", [0x9363] = "\xe7\x54", [0x9364] = "\xe7\x55", - [0x9365] = "\xe7\x56", [0x9366] = "\xe7\x57", [0x9367] = "\xe7\x58", - [0x9368] = "\xe7\x59", [0x9369] = "\xe7\x5a", [0x936a] = "\xe7\x5b", - [0x936b] = "\xe7\x5c", [0x936c] = "\xe7\x5d", [0x936d] = "\xe7\x5e", - [0x936e] = "\xe7\x5f", [0x936f] = "\xe7\x60", [0x9370] = "\xe7\x61", - [0x9371] = "\xe7\x62", [0x9372] = "\xe7\x63", [0x9373] = "\xe7\x64", - [0x9374] = "\xe7\x65", [0x9375] = "\xe7\x66", [0x9376] = "\xe7\x67", - [0x9377] = "\xe7\x68", [0x9378] = "\xe7\x69", [0x9379] = "\xe7\x6a", - [0x937a] = "\xe7\x6b", [0x937b] = "\xe7\x6c", [0x937c] = "\xe7\x6d", - [0x937d] = "\xe7\x6e", [0x937e] = "\xe7\x6f", [0x937f] = "\xe7\x70", - [0x9380] = "\xe7\x71", [0x9381] = "\xe7\x72", [0x9382] = "\xe7\x73", - [0x9383] = "\xe7\x74", [0x9384] = "\xe7\x75", [0x9385] = "\xe7\x76", - [0x9386] = "\xe7\x77", [0x9387] = "\xe7\x78", [0x9388] = "\xe7\x79", - [0x9389] = "\xe7\x7a", [0x938a] = "\xe7\x7b", [0x938b] = "\xe7\x7c", - [0x938c] = "\xe7\x7d", [0x938d] = "\xe7\x7e", [0x938e] = "\xe7\x80", - [0x938f] = "\xe7\x81", [0x9390] = "\xe7\x82", [0x9391] = "\xe7\x83", - [0x9392] = "\xe7\x84", [0x9393] = "\xe7\x85", [0x9394] = "\xe7\x86", - [0x9395] = "\xe7\x87", [0x9396] = "\xe7\x88", [0x9397] = "\xe7\x89", - [0x9398] = "\xe7\x8a", [0x9399] = "\xe7\x8b", [0x939a] = "\xe7\x8c", - [0x939b] = "\xe7\x8d", [0x939c] = "\xe7\x8e", [0x939d] = "\xe7\x8f", - [0x939e] = "\xe7\x90", [0x939f] = "\xe7\x91", [0x93a0] = "\xe7\x92", - [0x93a1] = "\xe7\x93", [0x93a2] = "\xe7\x94", [0x93a3] = "\xe7\x95", - [0x93a4] = "\xe7\x96", [0x93a5] = "\xe7\x97", [0x93a6] = "\xe7\x98", - [0x93a7] = "\xe7\x99", [0x93a8] = "\xe7\x9a", [0x93a9] = "\xe7\x9b", - [0x93aa] = "\xe7\x9c", [0x93ab] = "\xe7\x9d", [0x93ac] = "\xe7\x9e", - [0x93ad] = "\xe7\x9f", [0x93ae] = "\xe7\xa0", [0x93af] = "\xe8\x40", - [0x93b0] = "\xe8\x41", [0x93b1] = "\xe8\x42", [0x93b2] = "\xe8\x43", - [0x93b3] = "\xe8\x44", [0x93b4] = "\xe8\x45", [0x93b5] = "\xe8\x46", - [0x93b6] = "\xe8\x47", [0x93b7] = "\xe8\x48", [0x93b8] = "\xe8\x49", - [0x93b9] = "\xe8\x4a", [0x93ba] = "\xe8\x4b", [0x93bb] = "\xe8\x4c", - [0x93bc] = "\xe8\x4d", [0x93bd] = "\xe8\x4e", [0x93be] = "\xf6\xcd", - [0x93bf] = "\xe8\x4f", [0x93c0] = "\xe8\x50", [0x93c1] = "\xe8\x51", - [0x93c2] = "\xe8\x52", [0x93c3] = "\xe8\x53", [0x93c4] = "\xe8\x54", - [0x93c5] = "\xe8\x55", [0x93c6] = "\xe8\x56", [0x93c7] = "\xe8\x57", - [0x93c8] = "\xe8\x58", [0x93c9] = "\xe8\x59", [0x93ca] = "\xe8\x5a", - [0x93cb] = "\xe8\x5b", [0x93cc] = "\xe8\x5c", [0x93cd] = "\xe8\x5d", - [0x93ce] = "\xe8\x5e", [0x93cf] = "\xe8\x5f", [0x93d0] = "\xe8\x60", - [0x93d1] = "\xe8\x61", [0x93d2] = "\xe8\x62", [0x93d3] = "\xe8\x63", - [0x93d4] = "\xe8\x64", [0x93d5] = "\xe8\x65", [0x93d6] = "\xe8\x66", - [0x93d7] = "\xe8\x67", [0x93d8] = "\xe8\x68", [0x93d9] = "\xe8\x69", - [0x93da] = "\xe8\x6a", [0x93db] = "\xe8\x6b", [0x93dc] = "\xe8\x6c", - [0x93dd] = "\xe8\x6d", [0x93de] = "\xe8\x6e", [0x93df] = "\xe8\x6f", - [0x93e0] = "\xe8\x70", [0x93e1] = "\xe8\x71", [0x93e2] = "\xe8\x72", - [0x93e3] = "\xe8\x73", [0x93e4] = "\xe8\x74", [0x93e5] = "\xe8\x75", - [0x93e6] = "\xe8\x76", [0x93e7] = "\xe8\x77", [0x93e8] = "\xe8\x78", - [0x93e9] = "\xe8\x79", [0x93ea] = "\xe8\x7a", [0x93eb] = "\xf6\xce", - [0x93ec] = "\xe8\x7b", [0x93ed] = "\xe8\x7c", [0x93ee] = "\xe8\x7d", - [0x93ef] = "\xe8\x7e", [0x93f0] = "\xe8\x80", [0x93f1] = "\xe8\x81", - [0x93f2] = "\xe8\x82", [0x93f3] = "\xe8\x83", [0x93f4] = "\xe8\x84", - [0x93f5] = "\xe8\x85", [0x93f6] = "\xe8\x86", [0x93f7] = "\xe8\x87", - [0x93f8] = "\xe8\x88", [0x93f9] = "\xe8\x89", [0x93fa] = "\xe8\x8a", - [0x93fb] = "\xe8\x8b", [0x93fc] = "\xe8\x8c", [0x93fd] = "\xe8\x8d", - [0x93fe] = "\xe8\x8e", [0x93ff] = "\xe8\x8f", [0x9400] = "\xe8\x90", - [0x9401] = "\xe8\x91", [0x9402] = "\xe8\x92", [0x9403] = "\xe8\x93", - [0x9404] = "\xe8\x94", [0x9405] = "\xee\xc4", [0x9406] = "\xee\xc5", - [0x9407] = "\xee\xc6", [0x9408] = "\xd5\xeb", [0x9409] = "\xb6\xa4", - [0x940a] = "\xee\xc8", [0x940b] = "\xee\xc7", [0x940c] = "\xee\xc9", - [0x940d] = "\xee\xca", [0x940e] = "\xc7\xa5", [0x940f] = "\xee\xcb", - [0x9410] = "\xee\xcc", [0x9411] = "\xe8\x95", [0x9412] = "\xb7\xb0", - [0x9413] = "\xb5\xf6", [0x9414] = "\xee\xcd", [0x9415] = "\xee\xcf", - [0x9416] = "\xe8\x96", [0x9417] = "\xee\xce", [0x9418] = "\xe8\x97", - [0x9419] = "\xb8\xc6", [0x941a] = "\xee\xd0", [0x941b] = "\xee\xd1", - [0x941c] = "\xee\xd2", [0x941d] = "\xb6\xdb", [0x941e] = "\xb3\xae", - [0x941f] = "\xd6\xd3", [0x9420] = "\xc4\xc6", [0x9421] = "\xb1\xb5", - [0x9422] = "\xb8\xd6", [0x9423] = "\xee\xd3", [0x9424] = "\xee\xd4", - [0x9425] = "\xd4\xbf", [0x9426] = "\xc7\xd5", [0x9427] = "\xbe\xfb", - [0x9428] = "\xce\xd9", [0x9429] = "\xb9\xb3", [0x942a] = "\xee\xd6", - [0x942b] = "\xee\xd5", [0x942c] = "\xee\xd8", [0x942d] = "\xee\xd7", - [0x942e] = "\xc5\xa5", [0x942f] = "\xee\xd9", [0x9430] = "\xee\xda", - [0x9431] = "\xc7\xae", [0x9432] = "\xee\xdb", [0x9433] = "\xc7\xaf", - [0x9434] = "\xee\xdc", [0x9435] = "\xb2\xa7", [0x9436] = "\xee\xdd", - [0x9437] = "\xee\xde", [0x9438] = "\xee\xdf", [0x9439] = "\xee\xe0", - [0x943a] = "\xee\xe1", [0x943b] = "\xd7\xea", [0x943c] = "\xee\xe2", - [0x943d] = "\xee\xe3", [0x943e] = "\xbc\xd8", [0x943f] = "\xee\xe4", - [0x9440] = "\xd3\xcb", [0x9441] = "\xcc\xfa", [0x9442] = "\xb2\xac", - [0x9443] = "\xc1\xe5", [0x9444] = "\xee\xe5", [0x9445] = "\xc7\xa6", - [0x9446] = "\xc3\xad", [0x9447] = "\xe8\x98", [0x9448] = "\xee\xe6", - [0x9449] = "\xee\xe7", [0x944a] = "\xee\xe8", [0x944b] = "\xee\xe9", - [0x944c] = "\xee\xea", [0x944d] = "\xee\xeb", [0x944e] = "\xee\xec", - [0x944f] = "\xe8\x99", [0x9450] = "\xee\xed", [0x9451] = "\xee\xee", - [0x9452] = "\xee\xef", [0x9453] = "\xe8\x9a", [0x9454] = "\xe8\x9b", - [0x9455] = "\xee\xf0", [0x9456] = "\xee\xf1", [0x9457] = "\xee\xf2", - [0x9458] = "\xee\xf4", [0x9459] = "\xee\xf3", [0x945a] = "\xe8\x9c", - [0x945b] = "\xee\xf5", [0x945c] = "\xcd\xad", [0x945d] = "\xc2\xc1", - [0x945e] = "\xee\xf6", [0x945f] = "\xee\xf7", [0x9460] = "\xee\xf8", - [0x9461] = "\xd5\xa1", [0x9462] = "\xee\xf9", [0x9463] = "\xcf\xb3", - [0x9464] = "\xee\xfa", [0x9465] = "\xee\xfb", [0x9466] = "\xe8\x9d", - [0x9467] = "\xee\xfc", [0x9468] = "\xee\xfd", [0x9469] = "\xef\xa1", - [0x946a] = "\xee\xfe", [0x946b] = "\xef\xa2", [0x946c] = "\xb8\xf5", - [0x946d] = "\xc3\xfa", [0x946e] = "\xef\xa3", [0x946f] = "\xef\xa4", - [0x9470] = "\xbd\xc2", [0x9471] = "\xd2\xbf", [0x9472] = "\xb2\xf9", - [0x9473] = "\xef\xa5", [0x9474] = "\xef\xa6", [0x9475] = "\xef\xa7", - [0x9476] = "\xd2\xf8", [0x9477] = "\xef\xa8", [0x9478] = "\xd6\xfd", - [0x9479] = "\xef\xa9", [0x947a] = "\xc6\xcc", [0x947b] = "\xe8\x9e", - [0x947c] = "\xef\xaa", [0x947d] = "\xef\xab", [0x947e] = "\xc1\xb4", - [0x947f] = "\xef\xac", [0x9480] = "\xcf\xfa", [0x9481] = "\xcb\xf8", - [0x9482] = "\xef\xae", [0x9483] = "\xef\xad", [0x9484] = "\xb3\xfa", - [0x9485] = "\xb9\xf8", [0x9486] = "\xef\xaf", [0x9487] = "\xef\xb0", - [0x9488] = "\xd0\xe2", [0x9489] = "\xef\xb1", [0x948a] = "\xef\xb2", - [0x948b] = "\xb7\xe6", [0x948c] = "\xd0\xbf", [0x948d] = "\xef\xb3", - [0x948e] = "\xef\xb4", [0x948f] = "\xef\xb5", [0x9490] = "\xc8\xf1", - [0x9491] = "\xcc\xe0", [0x9492] = "\xef\xb6", [0x9493] = "\xef\xb7", - [0x9494] = "\xef\xb8", [0x9495] = "\xef\xb9", [0x9496] = "\xef\xba", - [0x9497] = "\xd5\xe0", [0x9498] = "\xef\xbb", [0x9499] = "\xb4\xed", - [0x949a] = "\xc3\xaa", [0x949b] = "\xef\xbc", [0x949c] = "\xe8\x9f", - [0x949d] = "\xef\xbd", [0x949e] = "\xef\xbe", [0x949f] = "\xef\xbf", - [0x94a0] = "\xe8\xa0", [0x94a1] = "\xce\xfd", [0x94a2] = "\xef\xc0", - [0x94a3] = "\xc2\xe0", [0x94a4] = "\xb4\xb8", [0x94a5] = "\xd7\xb6", - [0x94a6] = "\xbd\xf5", [0x94a7] = "\xe9\x40", [0x94a8] = "\xcf\xc7", - [0x94a9] = "\xef\xc3", [0x94aa] = "\xef\xc1", [0x94ab] = "\xef\xc2", - [0x94ac] = "\xef\xc4", [0x94ad] = "\xb6\xa7", [0x94ae] = "\xbc\xfc", - [0x94af] = "\xbe\xe2", [0x94b0] = "\xc3\xcc", [0x94b1] = "\xef\xc5", - [0x94b2] = "\xef\xc6", [0x94b3] = "\xe9\x41", [0x94b4] = "\xef\xc7", - [0x94b5] = "\xef\xcf", [0x94b6] = "\xef\xc8", [0x94b7] = "\xef\xc9", - [0x94b8] = "\xef\xca", [0x94b9] = "\xc7\xc2", [0x94ba] = "\xef\xf1", - [0x94bb] = "\xb6\xcd", [0x94bc] = "\xef\xcb", [0x94bd] = "\xe9\x42", - [0x94be] = "\xef\xcc", [0x94bf] = "\xef\xcd", [0x94c0] = "\xb6\xc6", - [0x94c1] = "\xc3\xbe", [0x94c2] = "\xef\xce", [0x94c3] = "\xe9\x43", - [0x94c4] = "\xef\xd0", [0x94c5] = "\xef\xd1", [0x94c6] = "\xef\xd2", - [0x94c7] = "\xd5\xf2", [0x94c8] = "\xe9\x44", [0x94c9] = "\xef\xd3", - [0x94ca] = "\xc4\xf7", [0x94cb] = "\xe9\x45", [0x94cc] = "\xef\xd4", - [0x94cd] = "\xc4\xf8", [0x94ce] = "\xef\xd5", [0x94cf] = "\xef\xd6", - [0x94d0] = "\xb8\xe4", [0x94d1] = "\xb0\xf7", [0x94d2] = "\xef\xd7", - [0x94d3] = "\xef\xd8", [0x94d4] = "\xef\xd9", [0x94d5] = "\xe9\x46", - [0x94d6] = "\xef\xda", [0x94d7] = "\xef\xdb", [0x94d8] = "\xef\xdc", - [0x94d9] = "\xef\xdd", [0x94da] = "\xe9\x47", [0x94db] = "\xef\xde", - [0x94dc] = "\xbe\xb5", [0x94dd] = "\xef\xe1", [0x94de] = "\xef\xdf", - [0x94df] = "\xef\xe0", [0x94e0] = "\xe9\x48", [0x94e1] = "\xef\xe2", - [0x94e2] = "\xef\xe3", [0x94e3] = "\xc1\xcd", [0x94e4] = "\xef\xe4", - [0x94e5] = "\xef\xe5", [0x94e6] = "\xef\xe6", [0x94e7] = "\xef\xe7", - [0x94e8] = "\xef\xe8", [0x94e9] = "\xef\xe9", [0x94ea] = "\xef\xea", - [0x94eb] = "\xef\xeb", [0x94ec] = "\xef\xec", [0x94ed] = "\xc0\xd8", - [0x94ee] = "\xe9\x49", [0x94ef] = "\xef\xed", [0x94f0] = "\xc1\xad", - [0x94f1] = "\xef\xee", [0x94f2] = "\xef\xef", [0x94f3] = "\xef\xf0", - [0x94f4] = "\xe9\x4a", [0x94f5] = "\xe9\x4b", [0x94f6] = "\xcf\xe2", - [0x94f7] = "\xe9\x4c", [0x94f8] = "\xe9\x4d", [0x94f9] = "\xe9\x4e", - [0x94fa] = "\xe9\x4f", [0x94fb] = "\xe9\x50", [0x94fc] = "\xe9\x51", - [0x94fd] = "\xe9\x52", [0x94fe] = "\xe9\x53", [0x94ff] = "\xb3\xa4", - [0x9500] = "\xe9\x54", [0x9501] = "\xe9\x55", [0x9502] = "\xe9\x56", - [0x9503] = "\xe9\x57", [0x9504] = "\xe9\x58", [0x9505] = "\xe9\x59", - [0x9506] = "\xe9\x5a", [0x9507] = "\xe9\x5b", [0x9508] = "\xe9\x5c", - [0x9509] = "\xe9\x5d", [0x950a] = "\xe9\x5e", [0x950b] = "\xe9\x5f", - [0x950c] = "\xe9\x60", [0x950d] = "\xe9\x61", [0x950e] = "\xe9\x62", - [0x950f] = "\xe9\x63", [0x9510] = "\xe9\x64", [0x9511] = "\xe9\x65", - [0x9512] = "\xe9\x66", [0x9513] = "\xe9\x67", [0x9514] = "\xe9\x68", - [0x9515] = "\xe9\x69", [0x9516] = "\xe9\x6a", [0x9517] = "\xe9\x6b", - [0x9518] = "\xe9\x6c", [0x9519] = "\xe9\x6d", [0x951a] = "\xe9\x6e", - [0x951b] = "\xe9\x6f", [0x951c] = "\xe9\x70", [0x951d] = "\xe9\x71", - [0x951e] = "\xe9\x72", [0x951f] = "\xe9\x73", [0x9520] = "\xe9\x74", - [0x9521] = "\xe9\x75", [0x9522] = "\xe9\x76", [0x9523] = "\xe9\x77", - [0x9524] = "\xe9\x78", [0x9525] = "\xe9\x79", [0x9526] = "\xe9\x7a", - [0x9527] = "\xe9\x7b", [0x9528] = "\xe9\x7c", [0x9529] = "\xe9\x7d", - [0x952a] = "\xe9\x7e", [0x952b] = "\xe9\x80", [0x952c] = "\xe9\x81", - [0x952d] = "\xe9\x82", [0x952e] = "\xe9\x83", [0x952f] = "\xe9\x84", - [0x9530] = "\xe9\x85", [0x9531] = "\xe9\x86", [0x9532] = "\xe9\x87", - [0x9533] = "\xe9\x88", [0x9534] = "\xe9\x89", [0x9535] = "\xe9\x8a", - [0x9536] = "\xe9\x8b", [0x9537] = "\xe9\x8c", [0x9538] = "\xe9\x8d", - [0x9539] = "\xe9\x8e", [0x953a] = "\xe9\x8f", [0x953b] = "\xe9\x90", - [0x953c] = "\xe9\x91", [0x953d] = "\xe9\x92", [0x953e] = "\xe9\x93", - [0x953f] = "\xe9\x94", [0x9540] = "\xe9\x95", [0x9541] = "\xe9\x96", - [0x9542] = "\xe9\x97", [0x9543] = "\xe9\x98", [0x9544] = "\xe9\x99", - [0x9545] = "\xe9\x9a", [0x9546] = "\xe9\x9b", [0x9547] = "\xe9\x9c", - [0x9548] = "\xe9\x9d", [0x9549] = "\xe9\x9e", [0x954a] = "\xe9\x9f", - [0x954b] = "\xe9\xa0", [0x954c] = "\xea\x40", [0x954d] = "\xea\x41", - [0x954e] = "\xea\x42", [0x954f] = "\xea\x43", [0x9550] = "\xea\x44", - [0x9551] = "\xea\x45", [0x9552] = "\xea\x46", [0x9553] = "\xea\x47", - [0x9554] = "\xea\x48", [0x9555] = "\xea\x49", [0x9556] = "\xea\x4a", - [0x9557] = "\xea\x4b", [0x9558] = "\xea\x4c", [0x9559] = "\xea\x4d", - [0x955a] = "\xea\x4e", [0x955b] = "\xea\x4f", [0x955c] = "\xea\x50", - [0x955d] = "\xea\x51", [0x955e] = "\xea\x52", [0x955f] = "\xea\x53", - [0x9560] = "\xea\x54", [0x9561] = "\xea\x55", [0x9562] = "\xea\x56", - [0x9563] = "\xea\x57", [0x9564] = "\xea\x58", [0x9565] = "\xea\x59", - [0x9566] = "\xea\x5a", [0x9567] = "\xea\x5b", [0x9568] = "\xc3\xc5", - [0x9569] = "\xe3\xc5", [0x956a] = "\xc9\xc1", [0x956b] = "\xe3\xc6", - [0x956c] = "\xea\x5c", [0x956d] = "\xb1\xd5", [0x956e] = "\xce\xca", - [0x956f] = "\xb4\xb3", [0x9570] = "\xc8\xf2", [0x9571] = "\xe3\xc7", - [0x9572] = "\xcf\xd0", [0x9573] = "\xe3\xc8", [0x9574] = "\xbc\xe4", - [0x9575] = "\xe3\xc9", [0x9576] = "\xe3\xca", [0x9577] = "\xc3\xc6", - [0x9578] = "\xd5\xa2", [0x9579] = "\xc4\xd6", [0x957a] = "\xb9\xeb", - [0x957b] = "\xce\xc5", [0x957c] = "\xe3\xcb", [0x957d] = "\xc3\xf6", - [0x957e] = "\xe3\xcc", [0x957f] = "\xea\x5d", [0x9580] = "\xb7\xa7", - [0x9581] = "\xb8\xf3", [0x9582] = "\xba\xd2", [0x9583] = "\xe3\xcd", - [0x9584] = "\xe3\xce", [0x9585] = "\xd4\xc4", [0x9586] = "\xe3\xcf", - [0x9587] = "\xea\x5e", [0x9588] = "\xe3\xd0", [0x9589] = "\xd1\xcb", - [0x958a] = "\xe3\xd1", [0x958b] = "\xe3\xd2", [0x958c] = "\xe3\xd3", - [0x958d] = "\xe3\xd4", [0x958e] = "\xd1\xd6", [0x958f] = "\xe3\xd5", - [0x9590] = "\xb2\xfb", [0x9591] = "\xc0\xbb", [0x9592] = "\xe3\xd6", - [0x9593] = "\xea\x5f", [0x9594] = "\xc0\xab", [0x9595] = "\xe3\xd7", - [0x9596] = "\xe3\xd8", [0x9597] = "\xe3\xd9", [0x9598] = "\xea\x60", - [0x9599] = "\xe3\xda", [0x959a] = "\xe3\xdb", [0x959b] = "\xea\x61", - [0x959c] = "\xb8\xb7", [0x959d] = "\xda\xe2", [0x959e] = "\xea\x62", - [0x959f] = "\xb6\xd3", [0x95a0] = "\xea\x63", [0x95a1] = "\xda\xe4", - [0x95a2] = "\xda\xe3", [0x95a3] = "\xea\x64", [0x95a4] = "\xea\x65", - [0x95a5] = "\xea\x66", [0x95a6] = "\xea\x67", [0x95a7] = "\xea\x68", - [0x95a8] = "\xea\x69", [0x95a9] = "\xea\x6a", [0x95aa] = "\xda\xe6", - [0x95ab] = "\xea\x6b", [0x95ac] = "\xea\x6c", [0x95ad] = "\xea\x6d", - [0x95ae] = "\xc8\xee", [0x95af] = "\xea\x6e", [0x95b0] = "\xea\x6f", - [0x95b1] = "\xda\xe5", [0x95b2] = "\xb7\xc0", [0x95b3] = "\xd1\xf4", - [0x95b4] = "\xd2\xf5", [0x95b5] = "\xd5\xf3", [0x95b6] = "\xbd\xd7", - [0x95b7] = "\xea\x70", [0x95b8] = "\xea\x71", [0x95b9] = "\xea\x72", - [0x95ba] = "\xea\x73", [0x95bb] = "\xd7\xe8", [0x95bc] = "\xda\xe8", - [0x95bd] = "\xda\xe7", [0x95be] = "\xea\x74", [0x95bf] = "\xb0\xa2", - [0x95c0] = "\xcd\xd3", [0x95c1] = "\xea\x75", [0x95c2] = "\xda\xe9", - [0x95c3] = "\xea\x76", [0x95c4] = "\xb8\xbd", [0x95c5] = "\xbc\xca", - [0x95c6] = "\xc2\xbd", [0x95c7] = "\xc2\xa4", [0x95c8] = "\xb3\xc2", - [0x95c9] = "\xda\xea", [0x95ca] = "\xea\x77", [0x95cb] = "\xc2\xaa", - [0x95cc] = "\xc4\xb0", [0x95cd] = "\xbd\xb5", [0x95ce] = "\xea\x78", - [0x95cf] = "\xea\x79", [0x95d0] = "\xcf\xde", [0x95d1] = "\xea\x7a", - [0x95d2] = "\xea\x7b", [0x95d3] = "\xea\x7c", [0x95d4] = "\xda\xeb", - [0x95d5] = "\xc9\xc2", [0x95d6] = "\xea\x7d", [0x95d7] = "\xea\x7e", - [0x95d8] = "\xea\x80", [0x95d9] = "\xea\x81", [0x95da] = "\xea\x82", - [0x95db] = "\xb1\xdd", [0x95dc] = "\xea\x83", [0x95dd] = "\xea\x84", - [0x95de] = "\xea\x85", [0x95df] = "\xda\xec", [0x95e0] = "\xea\x86", - [0x95e1] = "\xb6\xb8", [0x95e2] = "\xd4\xba", [0x95e3] = "\xea\x87", - [0x95e4] = "\xb3\xfd", [0x95e5] = "\xea\x88", [0x95e6] = "\xea\x89", - [0x95e7] = "\xda\xed", [0x95e8] = "\xd4\xc9", [0x95e9] = "\xcf\xd5", - [0x95ea] = "\xc5\xe3", [0x95eb] = "\xea\x8a", [0x95ec] = "\xda\xee", - [0x95ed] = "\xea\x8b", [0x95ee] = "\xea\x8c", [0x95ef] = "\xea\x8d", - [0x95f0] = "\xea\x8e", [0x95f1] = "\xea\x8f", [0x95f2] = "\xda\xef", - [0x95f3] = "\xea\x90", [0x95f4] = "\xda\xf0", [0x95f5] = "\xc1\xea", - [0x95f6] = "\xcc\xd5", [0x95f7] = "\xcf\xdd", [0x95f8] = "\xea\x91", - [0x95f9] = "\xea\x92", [0x95fa] = "\xea\x93", [0x95fb] = "\xea\x94", - [0x95fc] = "\xea\x95", [0x95fd] = "\xea\x96", [0x95fe] = "\xea\x97", - [0x95ff] = "\xea\x98", [0x9600] = "\xea\x99", [0x9601] = "\xea\x9a", - [0x9602] = "\xea\x9b", [0x9603] = "\xea\x9c", [0x9604] = "\xea\x9d", - [0x9605] = "\xd3\xe7", [0x9606] = "\xc2\xa1", [0x9607] = "\xea\x9e", - [0x9608] = "\xda\xf1", [0x9609] = "\xea\x9f", [0x960a] = "\xea\xa0", - [0x960b] = "\xcb\xe5", [0x960c] = "\xeb\x40", [0x960d] = "\xda\xf2", - [0x960e] = "\xeb\x41", [0x960f] = "\xcb\xe6", [0x9610] = "\xd2\xfe", - [0x9611] = "\xeb\x42", [0x9612] = "\xeb\x43", [0x9613] = "\xeb\x44", - [0x9614] = "\xb8\xf4", [0x9615] = "\xeb\x45", [0x9616] = "\xeb\x46", - [0x9617] = "\xda\xf3", [0x9618] = "\xb0\xaf", [0x9619] = "\xcf\xb6", - [0x961a] = "\xeb\x47", [0x961b] = "\xeb\x48", [0x961c] = "\xd5\xcf", - [0x961d] = "\xeb\x49", [0x961e] = "\xeb\x4a", [0x961f] = "\xeb\x4b", - [0x9620] = "\xeb\x4c", [0x9621] = "\xeb\x4d", [0x9622] = "\xeb\x4e", - [0x9623] = "\xeb\x4f", [0x9624] = "\xeb\x50", [0x9625] = "\xeb\x51", - [0x9626] = "\xeb\x52", [0x9627] = "\xcb\xed", [0x9628] = "\xeb\x53", - [0x9629] = "\xeb\x54", [0x962a] = "\xeb\x55", [0x962b] = "\xeb\x56", - [0x962c] = "\xeb\x57", [0x962d] = "\xeb\x58", [0x962e] = "\xeb\x59", - [0x962f] = "\xeb\x5a", [0x9630] = "\xda\xf4", [0x9631] = "\xeb\x5b", - [0x9632] = "\xeb\x5c", [0x9633] = "\xe3\xc4", [0x9634] = "\xeb\x5d", - [0x9635] = "\xeb\x5e", [0x9636] = "\xc1\xa5", [0x9637] = "\xeb\x5f", - [0x9638] = "\xeb\x60", [0x9639] = "\xf6\xbf", [0x963a] = "\xeb\x61", - [0x963b] = "\xeb\x62", [0x963c] = "\xf6\xc0", [0x963d] = "\xf6\xc1", - [0x963e] = "\xc4\xd1", [0x963f] = "\xeb\x63", [0x9640] = "\xc8\xb8", - [0x9641] = "\xd1\xe3", [0x9642] = "\xeb\x64", [0x9643] = "\xeb\x65", - [0x9644] = "\xd0\xdb", [0x9645] = "\xd1\xc5", [0x9646] = "\xbc\xaf", - [0x9647] = "\xb9\xcd", [0x9648] = "\xeb\x66", [0x9649] = "\xef\xf4", - [0x964a] = "\xeb\x67", [0x964b] = "\xeb\x68", [0x964c] = "\xb4\xc6", - [0x964d] = "\xd3\xba", [0x964e] = "\xf6\xc2", [0x964f] = "\xb3\xfb", - [0x9650] = "\xeb\x69", [0x9651] = "\xeb\x6a", [0x9652] = "\xf6\xc3", - [0x9653] = "\xeb\x6b", [0x9654] = "\xeb\x6c", [0x9655] = "\xb5\xf1", - [0x9656] = "\xeb\x6d", [0x9657] = "\xeb\x6e", [0x9658] = "\xeb\x6f", - [0x9659] = "\xeb\x70", [0x965a] = "\xeb\x71", [0x965b] = "\xeb\x72", - [0x965c] = "\xeb\x73", [0x965d] = "\xeb\x74", [0x965e] = "\xeb\x75", - [0x965f] = "\xeb\x76", [0x9660] = "\xf6\xc5", [0x9661] = "\xeb\x77", - [0x9662] = "\xeb\x78", [0x9663] = "\xeb\x79", [0x9664] = "\xeb\x7a", - [0x9665] = "\xeb\x7b", [0x9666] = "\xeb\x7c", [0x9667] = "\xeb\x7d", - [0x9668] = "\xd3\xea", [0x9669] = "\xf6\xa7", [0x966a] = "\xd1\xa9", - [0x966b] = "\xeb\x7e", [0x966c] = "\xeb\x80", [0x966d] = "\xeb\x81", - [0x966e] = "\xeb\x82", [0x966f] = "\xf6\xa9", [0x9670] = "\xeb\x83", - [0x9671] = "\xeb\x84", [0x9672] = "\xeb\x85", [0x9673] = "\xf6\xa8", - [0x9674] = "\xeb\x86", [0x9675] = "\xeb\x87", [0x9676] = "\xc1\xe3", - [0x9677] = "\xc0\xd7", [0x9678] = "\xeb\x88", [0x9679] = "\xb1\xa2", - [0x967a] = "\xeb\x89", [0x967b] = "\xeb\x8a", [0x967c] = "\xeb\x8b", - [0x967d] = "\xeb\x8c", [0x967e] = "\xce\xed", [0x967f] = "\xeb\x8d", - [0x9680] = "\xd0\xe8", [0x9681] = "\xf6\xab", [0x9682] = "\xeb\x8e", - [0x9683] = "\xeb\x8f", [0x9684] = "\xcf\xf6", [0x9685] = "\xeb\x90", - [0x9686] = "\xf6\xaa", [0x9687] = "\xd5\xf0", [0x9688] = "\xf6\xac", - [0x9689] = "\xc3\xb9", [0x968a] = "\xeb\x91", [0x968b] = "\xeb\x92", - [0x968c] = "\xeb\x93", [0x968d] = "\xbb\xf4", [0x968e] = "\xf6\xae", - [0x968f] = "\xf6\xad", [0x9690] = "\xeb\x94", [0x9691] = "\xeb\x95", - [0x9692] = "\xeb\x96", [0x9693] = "\xc4\xde", [0x9694] = "\xeb\x97", - [0x9695] = "\xeb\x98", [0x9696] = "\xc1\xd8", [0x9697] = "\xeb\x99", - [0x9698] = "\xeb\x9a", [0x9699] = "\xeb\x9b", [0x969a] = "\xeb\x9c", - [0x969b] = "\xeb\x9d", [0x969c] = "\xcb\xaa", [0x969d] = "\xeb\x9e", - [0x969e] = "\xcf\xbc", [0x969f] = "\xeb\x9f", [0x96a0] = "\xeb\xa0", - [0x96a1] = "\xec\x40", [0x96a2] = "\xec\x41", [0x96a3] = "\xec\x42", - [0x96a4] = "\xec\x43", [0x96a5] = "\xec\x44", [0x96a6] = "\xec\x45", - [0x96a7] = "\xec\x46", [0x96a8] = "\xec\x47", [0x96a9] = "\xec\x48", - [0x96aa] = "\xf6\xaf", [0x96ab] = "\xec\x49", [0x96ac] = "\xec\x4a", - [0x96ad] = "\xf6\xb0", [0x96ae] = "\xec\x4b", [0x96af] = "\xec\x4c", - [0x96b0] = "\xf6\xb1", [0x96b1] = "\xec\x4d", [0x96b2] = "\xc2\xb6", - [0x96b3] = "\xec\x4e", [0x96b4] = "\xec\x4f", [0x96b5] = "\xec\x50", - [0x96b6] = "\xec\x51", [0x96b7] = "\xec\x52", [0x96b8] = "\xb0\xd4", - [0x96b9] = "\xc5\xf9", [0x96ba] = "\xec\x53", [0x96bb] = "\xec\x54", - [0x96bc] = "\xec\x55", [0x96bd] = "\xec\x56", [0x96be] = "\xf6\xb2", - [0x96bf] = "\xec\x57", [0x96c0] = "\xec\x58", [0x96c1] = "\xec\x59", - [0x96c2] = "\xec\x5a", [0x96c3] = "\xec\x5b", [0x96c4] = "\xec\x5c", - [0x96c5] = "\xec\x5d", [0x96c6] = "\xec\x5e", [0x96c7] = "\xec\x5f", - [0x96c8] = "\xec\x60", [0x96c9] = "\xec\x61", [0x96ca] = "\xec\x62", - [0x96cb] = "\xec\x63", [0x96cc] = "\xec\x64", [0x96cd] = "\xec\x65", - [0x96ce] = "\xec\x66", [0x96cf] = "\xec\x67", [0x96d0] = "\xec\x68", - [0x96d1] = "\xec\x69", [0x96d2] = "\xc7\xe0", [0x96d3] = "\xf6\xa6", - [0x96d4] = "\xec\x6a", [0x96d5] = "\xec\x6b", [0x96d6] = "\xbe\xb8", - [0x96d7] = "\xec\x6c", [0x96d8] = "\xec\x6d", [0x96d9] = "\xbe\xb2", - [0x96da] = "\xec\x6e", [0x96db] = "\xb5\xe5", [0x96dc] = "\xec\x6f", - [0x96dd] = "\xec\x70", [0x96de] = "\xb7\xc7", [0x96df] = "\xec\x71", - [0x96e0] = "\xbf\xbf", [0x96e1] = "\xc3\xd2", [0x96e2] = "\xc3\xe6", - [0x96e3] = "\xec\x72", [0x96e4] = "\xec\x73", [0x96e5] = "\xd8\xcc", - [0x96e6] = "\xec\x74", [0x96e7] = "\xec\x75", [0x96e8] = "\xec\x76", - [0x96e9] = "\xb8\xef", [0x96ea] = "\xec\x77", [0x96eb] = "\xec\x78", - [0x96ec] = "\xec\x79", [0x96ed] = "\xec\x7a", [0x96ee] = "\xec\x7b", - [0x96ef] = "\xec\x7c", [0x96f0] = "\xec\x7d", [0x96f1] = "\xec\x7e", - [0x96f2] = "\xec\x80", [0x96f3] = "\xbd\xf9", [0x96f4] = "\xd1\xa5", - [0x96f5] = "\xec\x81", [0x96f6] = "\xb0\xd0", [0x96f7] = "\xec\x82", - [0x96f8] = "\xec\x83", [0x96f9] = "\xec\x84", [0x96fa] = "\xec\x85", - [0x96fb] = "\xec\x86", [0x96fc] = "\xf7\xb0", [0x96fd] = "\xec\x87", - [0x96fe] = "\xec\x88", [0x96ff] = "\xec\x89", [0x9700] = "\xec\x8a", - [0x9701] = "\xec\x8b", [0x9702] = "\xec\x8c", [0x9703] = "\xec\x8d", - [0x9704] = "\xec\x8e", [0x9705] = "\xf7\xb1", [0x9706] = "\xec\x8f", - [0x9707] = "\xec\x90", [0x9708] = "\xec\x91", [0x9709] = "\xec\x92", - [0x970a] = "\xec\x93", [0x970b] = "\xd0\xac", [0x970c] = "\xec\x94", - [0x970d] = "\xb0\xb0", [0x970e] = "\xec\x95", [0x970f] = "\xec\x96", - [0x9710] = "\xec\x97", [0x9711] = "\xf7\xb2", [0x9712] = "\xf7\xb3", - [0x9713] = "\xec\x98", [0x9714] = "\xf7\xb4", [0x9715] = "\xec\x99", - [0x9716] = "\xec\x9a", [0x9717] = "\xec\x9b", [0x9718] = "\xc7\xca", - [0x9719] = "\xec\x9c", [0x971a] = "\xec\x9d", [0x971b] = "\xec\x9e", - [0x971c] = "\xec\x9f", [0x971d] = "\xec\xa0", [0x971e] = "\xed\x40", - [0x971f] = "\xed\x41", [0x9720] = "\xbe\xcf", [0x9721] = "\xed\x42", - [0x9722] = "\xed\x43", [0x9723] = "\xf7\xb7", [0x9724] = "\xed\x44", - [0x9725] = "\xed\x45", [0x9726] = "\xed\x46", [0x9727] = "\xed\x47", - [0x9728] = "\xed\x48", [0x9729] = "\xed\x49", [0x972a] = "\xed\x4a", - [0x972b] = "\xf7\xb6", [0x972c] = "\xed\x4b", [0x972d] = "\xb1\xde", - [0x972e] = "\xed\x4c", [0x972f] = "\xf7\xb5", [0x9730] = "\xed\x4d", - [0x9731] = "\xed\x4e", [0x9732] = "\xf7\xb8", [0x9733] = "\xed\x4f", - [0x9734] = "\xf7\xb9", [0x9735] = "\xed\x50", [0x9736] = "\xed\x51", - [0x9737] = "\xed\x52", [0x9738] = "\xed\x53", [0x9739] = "\xed\x54", - [0x973a] = "\xed\x55", [0x973b] = "\xed\x56", [0x973c] = "\xed\x57", - [0x973d] = "\xed\x58", [0x973e] = "\xed\x59", [0x973f] = "\xed\x5a", - [0x9740] = "\xed\x5b", [0x9741] = "\xed\x5c", [0x9742] = "\xed\x5d", - [0x9743] = "\xed\x5e", [0x9744] = "\xed\x5f", [0x9745] = "\xed\x60", - [0x9746] = "\xed\x61", [0x9747] = "\xed\x62", [0x9748] = "\xed\x63", - [0x9749] = "\xed\x64", [0x974a] = "\xed\x65", [0x974b] = "\xed\x66", - [0x974c] = "\xed\x67", [0x974d] = "\xed\x68", [0x974e] = "\xed\x69", - [0x974f] = "\xed\x6a", [0x9750] = "\xed\x6b", [0x9751] = "\xed\x6c", - [0x9752] = "\xed\x6d", [0x9753] = "\xed\x6e", [0x9754] = "\xed\x6f", - [0x9755] = "\xed\x70", [0x9756] = "\xed\x71", [0x9757] = "\xed\x72", - [0x9758] = "\xed\x73", [0x9759] = "\xed\x74", [0x975a] = "\xed\x75", - [0x975b] = "\xed\x76", [0x975c] = "\xed\x77", [0x975d] = "\xed\x78", - [0x975e] = "\xed\x79", [0x975f] = "\xed\x7a", [0x9760] = "\xed\x7b", - [0x9761] = "\xed\x7c", [0x9762] = "\xed\x7d", [0x9763] = "\xed\x7e", - [0x9764] = "\xed\x80", [0x9765] = "\xed\x81", [0x9766] = "\xce\xa4", - [0x9767] = "\xc8\xcd", [0x9768] = "\xed\x82", [0x9769] = "\xba\xab", - [0x976a] = "\xe8\xb8", [0x976b] = "\xe8\xb9", [0x976c] = "\xe8\xba", - [0x976d] = "\xbe\xc2", [0x976e] = "\xed\x83", [0x976f] = "\xed\x84", - [0x9770] = "\xed\x85", [0x9771] = "\xed\x86", [0x9772] = "\xed\x87", - [0x9773] = "\xd2\xf4", [0x9774] = "\xed\x88", [0x9775] = "\xd4\xcf", - [0x9776] = "\xc9\xd8", [0x9777] = "\xed\x89", [0x9778] = "\xed\x8a", - [0x9779] = "\xed\x8b", [0x977a] = "\xed\x8c", [0x977b] = "\xed\x8d", - [0x977c] = "\xed\x8e", [0x977d] = "\xed\x8f", [0x977e] = "\xed\x90", - [0x977f] = "\xed\x91", [0x9780] = "\xed\x92", [0x9781] = "\xed\x93", - [0x9782] = "\xed\x94", [0x9783] = "\xed\x95", [0x9784] = "\xed\x96", - [0x9785] = "\xed\x97", [0x9786] = "\xed\x98", [0x9787] = "\xed\x99", - [0x9788] = "\xed\x9a", [0x9789] = "\xed\x9b", [0x978a] = "\xed\x9c", - [0x978b] = "\xed\x9d", [0x978c] = "\xed\x9e", [0x978d] = "\xed\x9f", - [0x978e] = "\xed\xa0", [0x978f] = "\xee\x40", [0x9790] = "\xee\x41", - [0x9791] = "\xee\x42", [0x9792] = "\xee\x43", [0x9793] = "\xee\x44", - [0x9794] = "\xee\x45", [0x9795] = "\xee\x46", [0x9796] = "\xee\x47", - [0x9797] = "\xee\x48", [0x9798] = "\xee\x49", [0x9799] = "\xee\x4a", - [0x979a] = "\xee\x4b", [0x979b] = "\xee\x4c", [0x979c] = "\xee\x4d", - [0x979d] = "\xee\x4e", [0x979e] = "\xee\x4f", [0x979f] = "\xee\x50", - [0x97a0] = "\xee\x51", [0x97a1] = "\xee\x52", [0x97a2] = "\xee\x53", - [0x97a3] = "\xee\x54", [0x97a4] = "\xee\x55", [0x97a5] = "\xee\x56", - [0x97a6] = "\xee\x57", [0x97a7] = "\xee\x58", [0x97a8] = "\xee\x59", - [0x97a9] = "\xee\x5a", [0x97aa] = "\xee\x5b", [0x97ab] = "\xee\x5c", - [0x97ac] = "\xee\x5d", [0x97ad] = "\xee\x5e", [0x97ae] = "\xee\x5f", - [0x97af] = "\xee\x60", [0x97b0] = "\xee\x61", [0x97b1] = "\xee\x62", - [0x97b2] = "\xee\x63", [0x97b3] = "\xee\x64", [0x97b4] = "\xee\x65", - [0x97b5] = "\xee\x66", [0x97b6] = "\xee\x67", [0x97b7] = "\xee\x68", - [0x97b8] = "\xee\x69", [0x97b9] = "\xee\x6a", [0x97ba] = "\xee\x6b", - [0x97bb] = "\xee\x6c", [0x97bc] = "\xee\x6d", [0x97bd] = "\xee\x6e", - [0x97be] = "\xee\x6f", [0x97bf] = "\xee\x70", [0x97c0] = "\xee\x71", - [0x97c1] = "\xee\x72", [0x97c2] = "\xee\x73", [0x97c3] = "\xee\x74", - [0x97c4] = "\xee\x75", [0x97c5] = "\xee\x76", [0x97c6] = "\xee\x77", - [0x97c7] = "\xee\x78", [0x97c8] = "\xee\x79", [0x97c9] = "\xee\x7a", - [0x97ca] = "\xee\x7b", [0x97cb] = "\xee\x7c", [0x97cc] = "\xee\x7d", - [0x97cd] = "\xee\x7e", [0x97ce] = "\xee\x80", [0x97cf] = "\xee\x81", - [0x97d0] = "\xee\x82", [0x97d1] = "\xee\x83", [0x97d2] = "\xee\x84", - [0x97d3] = "\xee\x85", [0x97d4] = "\xee\x86", [0x97d5] = "\xee\x87", - [0x97d6] = "\xee\x88", [0x97d7] = "\xee\x89", [0x97d8] = "\xee\x8a", - [0x97d9] = "\xee\x8b", [0x97da] = "\xee\x8c", [0x97db] = "\xee\x8d", - [0x97dc] = "\xee\x8e", [0x97dd] = "\xee\x8f", [0x97de] = "\xee\x90", - [0x97df] = "\xee\x91", [0x97e0] = "\xee\x92", [0x97e1] = "\xee\x93", - [0x97e2] = "\xee\x94", [0x97e3] = "\xee\x95", [0x97e4] = "\xee\x96", - [0x97e5] = "\xee\x97", [0x97e6] = "\xee\x98", [0x97e7] = "\xee\x99", - [0x97e8] = "\xee\x9a", [0x97e9] = "\xee\x9b", [0x97ea] = "\xee\x9c", - [0x97eb] = "\xee\x9d", [0x97ec] = "\xee\x9e", [0x97ed] = "\xee\x9f", - [0x97ee] = "\xee\xa0", [0x97ef] = "\xef\x40", [0x97f0] = "\xef\x41", - [0x97f1] = "\xef\x42", [0x97f2] = "\xef\x43", [0x97f3] = "\xef\x44", - [0x97f4] = "\xef\x45", [0x97f5] = "\xd2\xb3", [0x97f6] = "\xb6\xa5", - [0x97f7] = "\xc7\xea", [0x97f8] = "\xf1\xfc", [0x97f9] = "\xcf\xee", - [0x97fa] = "\xcb\xb3", [0x97fb] = "\xd0\xeb", [0x97fc] = "\xe7\xef", - [0x97fd] = "\xcd\xe7", [0x97fe] = "\xb9\xcb", [0x97ff] = "\xb6\xd9", - [0x9800] = "\xf1\xfd", [0x9801] = "\xb0\xe4", [0x9802] = "\xcb\xcc", - [0x9803] = "\xf1\xfe", [0x9804] = "\xd4\xa4", [0x9805] = "\xc2\xad", - [0x9806] = "\xc1\xec", [0x9807] = "\xc6\xc4", [0x9808] = "\xbe\xb1", - [0x9809] = "\xf2\xa1", [0x980a] = "\xbc\xd5", [0x980b] = "\xef\x46", - [0x980c] = "\xf2\xa2", [0x980d] = "\xf2\xa3", [0x980e] = "\xef\x47", - [0x980f] = "\xf2\xa4", [0x9810] = "\xd2\xc3", [0x9811] = "\xc6\xb5", - [0x9812] = "\xef\x48", [0x9813] = "\xcd\xc7", [0x9814] = "\xf2\xa5", - [0x9815] = "\xef\x49", [0x9816] = "\xd3\xb1", [0x9817] = "\xbf\xc5", - [0x9818] = "\xcc\xe2", [0x9819] = "\xef\x4a", [0x981a] = "\xf2\xa6", - [0x981b] = "\xf2\xa7", [0x981c] = "\xd1\xd5", [0x981d] = "\xb6\xee", - [0x981e] = "\xf2\xa8", [0x981f] = "\xf2\xa9", [0x9820] = "\xb5\xdf", - [0x9821] = "\xf2\xaa", [0x9822] = "\xf2\xab", [0x9823] = "\xef\x4b", - [0x9824] = "\xb2\xfc", [0x9825] = "\xf2\xac", [0x9826] = "\xf2\xad", - [0x9827] = "\xc8\xa7", [0x9828] = "\xef\x4c", [0x9829] = "\xef\x4d", - [0x982a] = "\xef\x4e", [0x982b] = "\xef\x4f", [0x982c] = "\xef\x50", - [0x982d] = "\xef\x51", [0x982e] = "\xef\x52", [0x982f] = "\xef\x53", - [0x9830] = "\xef\x54", [0x9831] = "\xef\x55", [0x9832] = "\xef\x56", - [0x9833] = "\xef\x57", [0x9834] = "\xef\x58", [0x9835] = "\xef\x59", - [0x9836] = "\xef\x5a", [0x9837] = "\xef\x5b", [0x9838] = "\xef\x5c", - [0x9839] = "\xef\x5d", [0x983a] = "\xef\x5e", [0x983b] = "\xef\x5f", - [0x983c] = "\xef\x60", [0x983d] = "\xef\x61", [0x983e] = "\xef\x62", - [0x983f] = "\xef\x63", [0x9840] = "\xef\x64", [0x9841] = "\xef\x65", - [0x9842] = "\xef\x66", [0x9843] = "\xef\x67", [0x9844] = "\xef\x68", - [0x9845] = "\xef\x69", [0x9846] = "\xef\x6a", [0x9847] = "\xef\x6b", - [0x9848] = "\xef\x6c", [0x9849] = "\xef\x6d", [0x984a] = "\xef\x6e", - [0x984b] = "\xef\x6f", [0x984c] = "\xef\x70", [0x984d] = "\xef\x71", - [0x984e] = "\xb7\xe7", [0x984f] = "\xef\x72", [0x9850] = "\xef\x73", - [0x9851] = "\xec\xa9", [0x9852] = "\xec\xaa", [0x9853] = "\xec\xab", - [0x9854] = "\xef\x74", [0x9855] = "\xec\xac", [0x9856] = "\xef\x75", - [0x9857] = "\xef\x76", [0x9858] = "\xc6\xae", [0x9859] = "\xec\xad", - [0x985a] = "\xec\xae", [0x985b] = "\xef\x77", [0x985c] = "\xef\x78", - [0x985d] = "\xef\x79", [0x985e] = "\xb7\xc9", [0x985f] = "\xca\xb3", - [0x9860] = "\xef\x7a", [0x9861] = "\xef\x7b", [0x9862] = "\xef\x7c", - [0x9863] = "\xef\x7d", [0x9864] = "\xef\x7e", [0x9865] = "\xef\x80", - [0x9866] = "\xef\x81", [0x9867] = "\xe2\xb8", [0x9868] = "\xf7\xcf", - [0x9869] = "\xef\x82", [0x986a] = "\xef\x83", [0x986b] = "\xef\x84", - [0x986c] = "\xef\x85", [0x986d] = "\xef\x86", [0x986e] = "\xef\x87", - [0x986f] = "\xef\x88", [0x9870] = "\xef\x89", [0x9871] = "\xef\x8a", - [0x9872] = "\xef\x8b", [0x9873] = "\xef\x8c", [0x9874] = "\xef\x8d", - [0x9875] = "\xef\x8e", [0x9876] = "\xef\x8f", [0x9877] = "\xef\x90", - [0x9878] = "\xef\x91", [0x9879] = "\xef\x92", [0x987a] = "\xef\x93", - [0x987b] = "\xef\x94", [0x987c] = "\xef\x95", [0x987d] = "\xef\x96", - [0x987e] = "\xef\x97", [0x987f] = "\xef\x98", [0x9880] = "\xef\x99", - [0x9881] = "\xef\x9a", [0x9882] = "\xef\x9b", [0x9883] = "\xef\x9c", - [0x9884] = "\xef\x9d", [0x9885] = "\xef\x9e", [0x9886] = "\xef\x9f", - [0x9887] = "\xef\xa0", [0x9888] = "\xf0\x40", [0x9889] = "\xf0\x41", - [0x988a] = "\xf0\x42", [0x988b] = "\xf0\x43", [0x988c] = "\xf0\x44", - [0x988d] = "\xf7\xd0", [0x988e] = "\xf0\x45", [0x988f] = "\xf0\x46", - [0x9890] = "\xb2\xcd", [0x9891] = "\xf0\x47", [0x9892] = "\xf0\x48", - [0x9893] = "\xf0\x49", [0x9894] = "\xf0\x4a", [0x9895] = "\xf0\x4b", - [0x9896] = "\xf0\x4c", [0x9897] = "\xf0\x4d", [0x9898] = "\xf0\x4e", - [0x9899] = "\xf0\x4f", [0x989a] = "\xf0\x50", [0x989b] = "\xf0\x51", - [0x989c] = "\xf0\x52", [0x989d] = "\xf0\x53", [0x989e] = "\xf0\x54", - [0x989f] = "\xf0\x55", [0x98a0] = "\xf0\x56", [0x98a1] = "\xf0\x57", - [0x98a2] = "\xf0\x58", [0x98a3] = "\xf0\x59", [0x98a4] = "\xf0\x5a", - [0x98a5] = "\xf0\x5b", [0x98a6] = "\xf0\x5c", [0x98a7] = "\xf0\x5d", - [0x98a8] = "\xf0\x5e", [0x98a9] = "\xf0\x5f", [0x98aa] = "\xf0\x60", - [0x98ab] = "\xf0\x61", [0x98ac] = "\xf0\x62", [0x98ad] = "\xf0\x63", - [0x98ae] = "\xf7\xd1", [0x98af] = "\xf0\x64", [0x98b0] = "\xf0\x65", - [0x98b1] = "\xf0\x66", [0x98b2] = "\xf0\x67", [0x98b3] = "\xf0\x68", - [0x98b4] = "\xf0\x69", [0x98b5] = "\xf0\x6a", [0x98b6] = "\xf0\x6b", - [0x98b7] = "\xf0\x6c", [0x98b8] = "\xf0\x6d", [0x98b9] = "\xf0\x6e", - [0x98ba] = "\xf0\x6f", [0x98bb] = "\xf0\x70", [0x98bc] = "\xf0\x71", - [0x98bd] = "\xf0\x72", [0x98be] = "\xf0\x73", [0x98bf] = "\xf0\x74", - [0x98c0] = "\xf0\x75", [0x98c1] = "\xf0\x76", [0x98c2] = "\xf0\x77", - [0x98c3] = "\xf0\x78", [0x98c4] = "\xf0\x79", [0x98c5] = "\xf0\x7a", - [0x98c6] = "\xf0\x7b", [0x98c7] = "\xf0\x7c", [0x98c8] = "\xf0\x7d", - [0x98c9] = "\xf0\x7e", [0x98ca] = "\xf0\x80", [0x98cb] = "\xf0\x81", - [0x98cc] = "\xf0\x82", [0x98cd] = "\xf0\x83", [0x98ce] = "\xf0\x84", - [0x98cf] = "\xf0\x85", [0x98d0] = "\xf0\x86", [0x98d1] = "\xf0\x87", - [0x98d2] = "\xf0\x88", [0x98d3] = "\xf0\x89", [0x98d4] = "\xf7\xd3", - [0x98d5] = "\xf7\xd2", [0x98d6] = "\xf0\x8a", [0x98d7] = "\xf0\x8b", - [0x98d8] = "\xf0\x8c", [0x98d9] = "\xf0\x8d", [0x98da] = "\xf0\x8e", - [0x98db] = "\xf0\x8f", [0x98dc] = "\xf0\x90", [0x98dd] = "\xf0\x91", - [0x98de] = "\xf0\x92", [0x98df] = "\xf0\x93", [0x98e0] = "\xf0\x94", - [0x98e1] = "\xf0\x95", [0x98e2] = "\xf0\x96", [0x98e3] = "\xe2\xbb", - [0x98e4] = "\xf0\x97", [0x98e5] = "\xbc\xa2", [0x98e6] = "\xf0\x98", - [0x98e7] = "\xe2\xbc", [0x98e8] = "\xe2\xbd", [0x98e9] = "\xe2\xbe", - [0x98ea] = "\xe2\xbf", [0x98eb] = "\xe2\xc0", [0x98ec] = "\xe2\xc1", - [0x98ed] = "\xb7\xb9", [0x98ee] = "\xd2\xfb", [0x98ef] = "\xbd\xa4", - [0x98f0] = "\xca\xce", [0x98f1] = "\xb1\xa5", [0x98f2] = "\xcb\xc7", - [0x98f3] = "\xf0\x99", [0x98f4] = "\xe2\xc2", [0x98f5] = "\xb6\xfc", - [0x98f6] = "\xc8\xc4", [0x98f7] = "\xe2\xc3", [0x98f8] = "\xf0\x9a", - [0x98f9] = "\xf0\x9b", [0x98fa] = "\xbd\xc8", [0x98fb] = "\xf0\x9c", - [0x98fc] = "\xb1\xfd", [0x98fd] = "\xe2\xc4", [0x98fe] = "\xf0\x9d", - [0x98ff] = "\xb6\xf6", [0x9900] = "\xe2\xc5", [0x9901] = "\xc4\xd9", - [0x9902] = "\xf0\x9e", [0x9903] = "\xf0\x9f", [0x9904] = "\xe2\xc6", - [0x9905] = "\xcf\xda", [0x9906] = "\xb9\xdd", [0x9907] = "\xe2\xc7", - [0x9908] = "\xc0\xa1", [0x9909] = "\xf0\xa0", [0x990a] = "\xe2\xc8", - [0x990b] = "\xb2\xf6", [0x990c] = "\xf1\x40", [0x990d] = "\xe2\xc9", - [0x990e] = "\xf1\x41", [0x990f] = "\xc1\xf3", [0x9910] = "\xe2\xca", - [0x9911] = "\xe2\xcb", [0x9912] = "\xc2\xf8", [0x9913] = "\xe2\xcc", - [0x9914] = "\xe2\xcd", [0x9915] = "\xe2\xce", [0x9916] = "\xca\xd7", - [0x9917] = "\xd8\xb8", [0x9918] = "\xd9\xe5", [0x9919] = "\xcf\xe3", - [0x991a] = "\xf1\x42", [0x991b] = "\xf1\x43", [0x991c] = "\xf1\x44", - [0x991d] = "\xf1\x45", [0x991e] = "\xf1\x46", [0x991f] = "\xf1\x47", - [0x9920] = "\xf1\x48", [0x9921] = "\xf1\x49", [0x9922] = "\xf1\x4a", - [0x9923] = "\xf1\x4b", [0x9924] = "\xf1\x4c", [0x9925] = "\xf0\xa5", - [0x9926] = "\xf1\x4d", [0x9927] = "\xf1\x4e", [0x9928] = "\xdc\xb0", - [0x9929] = "\xf1\x4f", [0x992a] = "\xf1\x50", [0x992b] = "\xf1\x51", - [0x992c] = "\xf1\x52", [0x992d] = "\xf1\x53", [0x992e] = "\xf1\x54", - [0x992f] = "\xf1\x55", [0x9930] = "\xf1\x56", [0x9931] = "\xf1\x57", - [0x9932] = "\xf1\x58", [0x9933] = "\xf1\x59", [0x9934] = "\xf1\x5a", - [0x9935] = "\xf1\x5b", [0x9936] = "\xf1\x5c", [0x9937] = "\xf1\x5d", - [0x9938] = "\xf1\x5e", [0x9939] = "\xf1\x5f", [0x993a] = "\xf1\x60", - [0x993b] = "\xf1\x61", [0x993c] = "\xf1\x62", [0x993d] = "\xf1\x63", - [0x993e] = "\xf1\x64", [0x993f] = "\xf1\x65", [0x9940] = "\xf1\x66", - [0x9941] = "\xf1\x67", [0x9942] = "\xf1\x68", [0x9943] = "\xf1\x69", - [0x9944] = "\xf1\x6a", [0x9945] = "\xf1\x6b", [0x9946] = "\xf1\x6c", - [0x9947] = "\xf1\x6d", [0x9948] = "\xf1\x6e", [0x9949] = "\xf1\x6f", - [0x994a] = "\xf1\x70", [0x994b] = "\xf1\x71", [0x994c] = "\xf1\x72", - [0x994d] = "\xf1\x73", [0x994e] = "\xf1\x74", [0x994f] = "\xf1\x75", - [0x9950] = "\xf1\x76", [0x9951] = "\xf1\x77", [0x9952] = "\xf1\x78", - [0x9953] = "\xf1\x79", [0x9954] = "\xf1\x7a", [0x9955] = "\xf1\x7b", - [0x9956] = "\xf1\x7c", [0x9957] = "\xf1\x7d", [0x9958] = "\xf1\x7e", - [0x9959] = "\xf1\x80", [0x995a] = "\xf1\x81", [0x995b] = "\xf1\x82", - [0x995c] = "\xf1\x83", [0x995d] = "\xf1\x84", [0x995e] = "\xf1\x85", - [0x995f] = "\xf1\x86", [0x9960] = "\xf1\x87", [0x9961] = "\xf1\x88", - [0x9962] = "\xf1\x89", [0x9963] = "\xf1\x8a", [0x9964] = "\xf1\x8b", - [0x9965] = "\xf1\x8c", [0x9966] = "\xf1\x8d", [0x9967] = "\xf1\x8e", - [0x9968] = "\xf1\x8f", [0x9969] = "\xf1\x90", [0x996a] = "\xf1\x91", - [0x996b] = "\xf1\x92", [0x996c] = "\xf1\x93", [0x996d] = "\xf1\x94", - [0x996e] = "\xf1\x95", [0x996f] = "\xf1\x96", [0x9970] = "\xf1\x97", - [0x9971] = "\xf1\x98", [0x9972] = "\xf1\x99", [0x9973] = "\xf1\x9a", - [0x9974] = "\xf1\x9b", [0x9975] = "\xf1\x9c", [0x9976] = "\xf1\x9d", - [0x9977] = "\xf1\x9e", [0x9978] = "\xf1\x9f", [0x9979] = "\xf1\xa0", - [0x997a] = "\xf2\x40", [0x997b] = "\xf2\x41", [0x997c] = "\xf2\x42", - [0x997d] = "\xf2\x43", [0x997e] = "\xf2\x44", [0x997f] = "\xf2\x45", - [0x9980] = "\xf2\x46", [0x9981] = "\xf2\x47", [0x9982] = "\xf2\x48", - [0x9983] = "\xf2\x49", [0x9984] = "\xf2\x4a", [0x9985] = "\xf2\x4b", - [0x9986] = "\xf2\x4c", [0x9987] = "\xf2\x4d", [0x9988] = "\xf2\x4e", - [0x9989] = "\xf2\x4f", [0x998a] = "\xf2\x50", [0x998b] = "\xf2\x51", - [0x998c] = "\xf2\x52", [0x998d] = "\xf2\x53", [0x998e] = "\xf2\x54", - [0x998f] = "\xf2\x55", [0x9990] = "\xf2\x56", [0x9991] = "\xf2\x57", - [0x9992] = "\xf2\x58", [0x9993] = "\xf2\x59", [0x9994] = "\xf2\x5a", - [0x9995] = "\xf2\x5b", [0x9996] = "\xf2\x5c", [0x9997] = "\xf2\x5d", - [0x9998] = "\xf2\x5e", [0x9999] = "\xf2\x5f", [0x999a] = "\xf2\x60", - [0x999b] = "\xf2\x61", [0x999c] = "\xf2\x62", [0x999d] = "\xf2\x63", - [0x999e] = "\xf2\x64", [0x999f] = "\xf2\x65", [0x99a0] = "\xf2\x66", - [0x99a1] = "\xf2\x67", [0x99a2] = "\xf2\x68", [0x99a3] = "\xf2\x69", - [0x99a4] = "\xf2\x6a", [0x99a5] = "\xf2\x6b", [0x99a6] = "\xf2\x6c", - [0x99a7] = "\xf2\x6d", [0x99a8] = "\xf2\x6e", [0x99a9] = "\xf2\x6f", - [0x99aa] = "\xf2\x70", [0x99ab] = "\xf2\x71", [0x99ac] = "\xf2\x72", - [0x99ad] = "\xf2\x73", [0x99ae] = "\xf2\x74", [0x99af] = "\xf2\x75", - [0x99b0] = "\xf2\x76", [0x99b1] = "\xf2\x77", [0x99b2] = "\xf2\x78", - [0x99b3] = "\xf2\x79", [0x99b4] = "\xf2\x7a", [0x99b5] = "\xf2\x7b", - [0x99b6] = "\xf2\x7c", [0x99b7] = "\xf2\x7d", [0x99b8] = "\xf2\x7e", - [0x99b9] = "\xf2\x80", [0x99ba] = "\xf2\x81", [0x99bb] = "\xf2\x82", - [0x99bc] = "\xf2\x83", [0x99bd] = "\xf2\x84", [0x99be] = "\xf2\x85", - [0x99bf] = "\xf2\x86", [0x99c0] = "\xf2\x87", [0x99c1] = "\xf2\x88", - [0x99c2] = "\xf2\x89", [0x99c3] = "\xf2\x8a", [0x99c4] = "\xf2\x8b", - [0x99c5] = "\xf2\x8c", [0x99c6] = "\xf2\x8d", [0x99c7] = "\xf2\x8e", - [0x99c8] = "\xf2\x8f", [0x99c9] = "\xf2\x90", [0x99ca] = "\xf2\x91", - [0x99cb] = "\xf2\x92", [0x99cc] = "\xf2\x93", [0x99cd] = "\xf2\x94", - [0x99ce] = "\xf2\x95", [0x99cf] = "\xf2\x96", [0x99d0] = "\xf2\x97", - [0x99d1] = "\xf2\x98", [0x99d2] = "\xf2\x99", [0x99d3] = "\xf2\x9a", - [0x99d4] = "\xf2\x9b", [0x99d5] = "\xf2\x9c", [0x99d6] = "\xf2\x9d", - [0x99d7] = "\xf2\x9e", [0x99d8] = "\xf2\x9f", [0x99d9] = "\xf2\xa0", - [0x99da] = "\xf3\x40", [0x99db] = "\xf3\x41", [0x99dc] = "\xf3\x42", - [0x99dd] = "\xf3\x43", [0x99de] = "\xf3\x44", [0x99df] = "\xf3\x45", - [0x99e0] = "\xf3\x46", [0x99e1] = "\xf3\x47", [0x99e2] = "\xf3\x48", - [0x99e3] = "\xf3\x49", [0x99e4] = "\xf3\x4a", [0x99e5] = "\xf3\x4b", - [0x99e6] = "\xf3\x4c", [0x99e7] = "\xf3\x4d", [0x99e8] = "\xf3\x4e", - [0x99e9] = "\xf3\x4f", [0x99ea] = "\xf3\x50", [0x99eb] = "\xf3\x51", - [0x99ec] = "\xc2\xed", [0x99ed] = "\xd4\xa6", [0x99ee] = "\xcd\xd4", - [0x99ef] = "\xd1\xb1", [0x99f0] = "\xb3\xdb", [0x99f1] = "\xc7\xfd", - [0x99f2] = "\xf3\x52", [0x99f3] = "\xb2\xb5", [0x99f4] = "\xc2\xbf", - [0x99f5] = "\xe6\xe0", [0x99f6] = "\xca\xbb", [0x99f7] = "\xe6\xe1", - [0x99f8] = "\xe6\xe2", [0x99f9] = "\xbe\xd4", [0x99fa] = "\xe6\xe3", - [0x99fb] = "\xd7\xa4", [0x99fc] = "\xcd\xd5", [0x99fd] = "\xe6\xe5", - [0x99fe] = "\xbc\xdd", [0x99ff] = "\xe6\xe4", [0x9a00] = "\xe6\xe6", - [0x9a01] = "\xe6\xe7", [0x9a02] = "\xc2\xee", [0x9a03] = "\xf3\x53", - [0x9a04] = "\xbd\xbe", [0x9a05] = "\xe6\xe8", [0x9a06] = "\xc2\xe6", - [0x9a07] = "\xba\xa7", [0x9a08] = "\xe6\xe9", [0x9a09] = "\xf3\x54", - [0x9a0a] = "\xe6\xea", [0x9a0b] = "\xb3\xd2", [0x9a0c] = "\xd1\xe9", - [0x9a0d] = "\xf3\x55", [0x9a0e] = "\xf3\x56", [0x9a0f] = "\xbf\xa5", - [0x9a10] = "\xe6\xeb", [0x9a11] = "\xc6\xef", [0x9a12] = "\xe6\xec", - [0x9a13] = "\xe6\xed", [0x9a14] = "\xf3\x57", [0x9a15] = "\xf3\x58", - [0x9a16] = "\xe6\xee", [0x9a17] = "\xc6\xad", [0x9a18] = "\xe6\xef", - [0x9a19] = "\xf3\x59", [0x9a1a] = "\xc9\xa7", [0x9a1b] = "\xe6\xf0", - [0x9a1c] = "\xe6\xf1", [0x9a1d] = "\xe6\xf2", [0x9a1e] = "\xe5\xb9", - [0x9a1f] = "\xe6\xf3", [0x9a20] = "\xe6\xf4", [0x9a21] = "\xc2\xe2", - [0x9a22] = "\xe6\xf5", [0x9a23] = "\xe6\xf6", [0x9a24] = "\xd6\xe8", - [0x9a25] = "\xe6\xf7", [0x9a26] = "\xf3\x5a", [0x9a27] = "\xe6\xf8", - [0x9a28] = "\xb9\xc7", [0x9a29] = "\xf3\x5b", [0x9a2a] = "\xf3\x5c", - [0x9a2b] = "\xf3\x5d", [0x9a2c] = "\xf3\x5e", [0x9a2d] = "\xf3\x5f", - [0x9a2e] = "\xf3\x60", [0x9a2f] = "\xf3\x61", [0x9a30] = "\xf7\xbb", - [0x9a31] = "\xf7\xba", [0x9a32] = "\xf3\x62", [0x9a33] = "\xf3\x63", - [0x9a34] = "\xf3\x64", [0x9a35] = "\xf3\x65", [0x9a36] = "\xf7\xbe", - [0x9a37] = "\xf7\xbc", [0x9a38] = "\xba\xa1", [0x9a39] = "\xf3\x66", - [0x9a3a] = "\xf7\xbf", [0x9a3b] = "\xf3\x67", [0x9a3c] = "\xf7\xc0", - [0x9a3d] = "\xf3\x68", [0x9a3e] = "\xf3\x69", [0x9a3f] = "\xf3\x6a", - [0x9a40] = "\xf7\xc2", [0x9a41] = "\xf7\xc1", [0x9a42] = "\xf7\xc4", - [0x9a43] = "\xf3\x6b", [0x9a44] = "\xf3\x6c", [0x9a45] = "\xf7\xc3", - [0x9a46] = "\xf3\x6d", [0x9a47] = "\xf3\x6e", [0x9a48] = "\xf3\x6f", - [0x9a49] = "\xf3\x70", [0x9a4a] = "\xf3\x71", [0x9a4b] = "\xf7\xc5", - [0x9a4c] = "\xf7\xc6", [0x9a4d] = "\xf3\x72", [0x9a4e] = "\xf3\x73", - [0x9a4f] = "\xf3\x74", [0x9a50] = "\xf3\x75", [0x9a51] = "\xf7\xc7", - [0x9a52] = "\xf3\x76", [0x9a53] = "\xcb\xe8", [0x9a54] = "\xf3\x77", - [0x9a55] = "\xf3\x78", [0x9a56] = "\xf3\x79", [0x9a57] = "\xf3\x7a", - [0x9a58] = "\xb8\xdf", [0x9a59] = "\xf3\x7b", [0x9a5a] = "\xf3\x7c", - [0x9a5b] = "\xf3\x7d", [0x9a5c] = "\xf3\x7e", [0x9a5d] = "\xf3\x80", - [0x9a5e] = "\xf3\x81", [0x9a5f] = "\xf7\xd4", [0x9a60] = "\xf3\x82", - [0x9a61] = "\xf7\xd5", [0x9a62] = "\xf3\x83", [0x9a63] = "\xf3\x84", - [0x9a64] = "\xf3\x85", [0x9a65] = "\xf3\x86", [0x9a66] = "\xf7\xd6", - [0x9a67] = "\xf3\x87", [0x9a68] = "\xf3\x88", [0x9a69] = "\xf3\x89", - [0x9a6a] = "\xf3\x8a", [0x9a6b] = "\xf7\xd8", [0x9a6c] = "\xf3\x8b", - [0x9a6d] = "\xf7\xda", [0x9a6e] = "\xf3\x8c", [0x9a6f] = "\xf7\xd7", - [0x9a70] = "\xf3\x8d", [0x9a71] = "\xf3\x8e", [0x9a72] = "\xf3\x8f", - [0x9a73] = "\xf3\x90", [0x9a74] = "\xf3\x91", [0x9a75] = "\xf3\x92", - [0x9a76] = "\xf3\x93", [0x9a77] = "\xf3\x94", [0x9a78] = "\xf3\x95", - [0x9a79] = "\xf7\xdb", [0x9a7a] = "\xf3\x96", [0x9a7b] = "\xf7\xd9", - [0x9a7c] = "\xf3\x97", [0x9a7d] = "\xf3\x98", [0x9a7e] = "\xf3\x99", - [0x9a7f] = "\xf3\x9a", [0x9a80] = "\xf3\x9b", [0x9a81] = "\xf3\x9c", - [0x9a82] = "\xf3\x9d", [0x9a83] = "\xd7\xd7", [0x9a84] = "\xf3\x9e", - [0x9a85] = "\xf3\x9f", [0x9a86] = "\xf3\xa0", [0x9a87] = "\xf4\x40", - [0x9a88] = "\xf7\xdc", [0x9a89] = "\xf4\x41", [0x9a8a] = "\xf4\x42", - [0x9a8b] = "\xf4\x43", [0x9a8c] = "\xf4\x44", [0x9a8d] = "\xf4\x45", - [0x9a8e] = "\xf4\x46", [0x9a8f] = "\xf7\xdd", [0x9a90] = "\xf4\x47", - [0x9a91] = "\xf4\x48", [0x9a92] = "\xf4\x49", [0x9a93] = "\xf7\xde", - [0x9a94] = "\xf4\x4a", [0x9a95] = "\xf4\x4b", [0x9a96] = "\xf4\x4c", - [0x9a97] = "\xf4\x4d", [0x9a98] = "\xf4\x4e", [0x9a99] = "\xf4\x4f", - [0x9a9a] = "\xf4\x50", [0x9a9b] = "\xf4\x51", [0x9a9c] = "\xf4\x52", - [0x9a9d] = "\xf4\x53", [0x9a9e] = "\xf4\x54", [0x9a9f] = "\xf7\xdf", - [0x9aa0] = "\xf4\x55", [0x9aa1] = "\xf4\x56", [0x9aa2] = "\xf4\x57", - [0x9aa3] = "\xf7\xe0", [0x9aa4] = "\xf4\x58", [0x9aa5] = "\xf4\x59", - [0x9aa6] = "\xf4\x5a", [0x9aa7] = "\xf4\x5b", [0x9aa8] = "\xf4\x5c", - [0x9aa9] = "\xf4\x5d", [0x9aaa] = "\xf4\x5e", [0x9aab] = "\xf4\x5f", - [0x9aac] = "\xf4\x60", [0x9aad] = "\xf4\x61", [0x9aae] = "\xf4\x62", - [0x9aaf] = "\xdb\xcb", [0x9ab0] = "\xf4\x63", [0x9ab1] = "\xf4\x64", - [0x9ab2] = "\xd8\xaa", [0x9ab3] = "\xf4\x65", [0x9ab4] = "\xf4\x66", - [0x9ab5] = "\xf4\x67", [0x9ab6] = "\xf4\x68", [0x9ab7] = "\xf4\x69", - [0x9ab8] = "\xf4\x6a", [0x9ab9] = "\xf4\x6b", [0x9aba] = "\xf4\x6c", - [0x9abb] = "\xe5\xf7", [0x9abc] = "\xb9\xed", [0x9abd] = "\xf4\x6d", - [0x9abe] = "\xf4\x6e", [0x9abf] = "\xf4\x6f", [0x9ac0] = "\xf4\x70", - [0x9ac1] = "\xbf\xfd", [0x9ac2] = "\xbb\xea", [0x9ac3] = "\xf7\xc9", - [0x9ac4] = "\xc6\xc7", [0x9ac5] = "\xf7\xc8", [0x9ac6] = "\xf4\x71", - [0x9ac7] = "\xf7\xca", [0x9ac8] = "\xf7\xcc", [0x9ac9] = "\xf7\xcb", - [0x9aca] = "\xf4\x72", [0x9acb] = "\xf4\x73", [0x9acc] = "\xf4\x74", - [0x9acd] = "\xf7\xcd", [0x9ace] = "\xf4\x75", [0x9acf] = "\xce\xba", - [0x9ad0] = "\xf4\x76", [0x9ad1] = "\xf7\xce", [0x9ad2] = "\xf4\x77", - [0x9ad3] = "\xf4\x78", [0x9ad4] = "\xc4\xa7", [0x9ad5] = "\xf4\x79", - [0x9ad6] = "\xf4\x7a", [0x9ad7] = "\xf4\x7b", [0x9ad8] = "\xf4\x7c", - [0x9ad9] = "\xf4\x7d", [0x9ada] = "\xf4\x7e", [0x9adb] = "\xf4\x80", - [0x9adc] = "\xf4\x81", [0x9add] = "\xf4\x82", [0x9ade] = "\xf4\x83", - [0x9adf] = "\xf4\x84", [0x9ae0] = "\xf4\x85", [0x9ae1] = "\xf4\x86", - [0x9ae2] = "\xf4\x87", [0x9ae3] = "\xf4\x88", [0x9ae4] = "\xf4\x89", - [0x9ae5] = "\xf4\x8a", [0x9ae6] = "\xf4\x8b", [0x9ae7] = "\xf4\x8c", - [0x9ae8] = "\xf4\x8d", [0x9ae9] = "\xf4\x8e", [0x9aea] = "\xf4\x8f", - [0x9aeb] = "\xf4\x90", [0x9aec] = "\xf4\x91", [0x9aed] = "\xf4\x92", - [0x9aee] = "\xf4\x93", [0x9aef] = "\xf4\x94", [0x9af0] = "\xf4\x95", - [0x9af1] = "\xf4\x96", [0x9af2] = "\xf4\x97", [0x9af3] = "\xf4\x98", - [0x9af4] = "\xf4\x99", [0x9af5] = "\xf4\x9a", [0x9af6] = "\xf4\x9b", - [0x9af7] = "\xf4\x9c", [0x9af8] = "\xf4\x9d", [0x9af9] = "\xf4\x9e", - [0x9afa] = "\xf4\x9f", [0x9afb] = "\xf4\xa0", [0x9afc] = "\xf5\x40", - [0x9afd] = "\xf5\x41", [0x9afe] = "\xf5\x42", [0x9aff] = "\xf5\x43", - [0x9b00] = "\xf5\x44", [0x9b01] = "\xf5\x45", [0x9b02] = "\xf5\x46", - [0x9b03] = "\xf5\x47", [0x9b04] = "\xf5\x48", [0x9b05] = "\xf5\x49", - [0x9b06] = "\xf5\x4a", [0x9b07] = "\xf5\x4b", [0x9b08] = "\xf5\x4c", - [0x9b09] = "\xf5\x4d", [0x9b0a] = "\xf5\x4e", [0x9b0b] = "\xf5\x4f", - [0x9b0c] = "\xf5\x50", [0x9b0d] = "\xf5\x51", [0x9b0e] = "\xf5\x52", - [0x9b0f] = "\xf5\x53", [0x9b10] = "\xf5\x54", [0x9b11] = "\xf5\x55", - [0x9b12] = "\xf5\x56", [0x9b13] = "\xf5\x57", [0x9b14] = "\xf5\x58", - [0x9b15] = "\xf5\x59", [0x9b16] = "\xf5\x5a", [0x9b17] = "\xf5\x5b", - [0x9b18] = "\xf5\x5c", [0x9b19] = "\xf5\x5d", [0x9b1a] = "\xf5\x5e", - [0x9b1b] = "\xf5\x5f", [0x9b1c] = "\xf5\x60", [0x9b1d] = "\xf5\x61", - [0x9b1e] = "\xf5\x62", [0x9b1f] = "\xf5\x63", [0x9b20] = "\xf5\x64", - [0x9b21] = "\xf5\x65", [0x9b22] = "\xf5\x66", [0x9b23] = "\xf5\x67", - [0x9b24] = "\xf5\x68", [0x9b25] = "\xf5\x69", [0x9b26] = "\xf5\x6a", - [0x9b27] = "\xf5\x6b", [0x9b28] = "\xf5\x6c", [0x9b29] = "\xf5\x6d", - [0x9b2a] = "\xf5\x6e", [0x9b2b] = "\xf5\x6f", [0x9b2c] = "\xf5\x70", - [0x9b2d] = "\xf5\x71", [0x9b2e] = "\xf5\x72", [0x9b2f] = "\xf5\x73", - [0x9b30] = "\xf5\x74", [0x9b31] = "\xf5\x75", [0x9b32] = "\xf5\x76", - [0x9b33] = "\xf5\x77", [0x9b34] = "\xf5\x78", [0x9b35] = "\xf5\x79", - [0x9b36] = "\xf5\x7a", [0x9b37] = "\xf5\x7b", [0x9b38] = "\xf5\x7c", - [0x9b39] = "\xf5\x7d", [0x9b3a] = "\xf5\x7e", [0x9b3b] = "\xf5\x80", - [0x9b3c] = "\xf5\x81", [0x9b3d] = "\xf5\x82", [0x9b3e] = "\xf5\x83", - [0x9b3f] = "\xf5\x84", [0x9b40] = "\xf5\x85", [0x9b41] = "\xf5\x86", - [0x9b42] = "\xf5\x87", [0x9b43] = "\xf5\x88", [0x9b44] = "\xf5\x89", - [0x9b45] = "\xf5\x8a", [0x9b46] = "\xf5\x8b", [0x9b47] = "\xf5\x8c", - [0x9b48] = "\xf5\x8d", [0x9b49] = "\xf5\x8e", [0x9b4a] = "\xf5\x8f", - [0x9b4b] = "\xf5\x90", [0x9b4c] = "\xf5\x91", [0x9b4d] = "\xf5\x92", - [0x9b4e] = "\xf5\x93", [0x9b4f] = "\xf5\x94", [0x9b50] = "\xf5\x95", - [0x9b51] = "\xf5\x96", [0x9b52] = "\xf5\x97", [0x9b53] = "\xf5\x98", - [0x9b54] = "\xf5\x99", [0x9b55] = "\xf5\x9a", [0x9b56] = "\xf5\x9b", - [0x9b57] = "\xf5\x9c", [0x9b58] = "\xf5\x9d", [0x9b59] = "\xf5\x9e", - [0x9b5a] = "\xf5\x9f", [0x9b5b] = "\xf5\xa0", [0x9b5c] = "\xf6\x40", - [0x9b5d] = "\xf6\x41", [0x9b5e] = "\xf6\x42", [0x9b5f] = "\xf6\x43", - [0x9b60] = "\xf6\x44", [0x9b61] = "\xf6\x45", [0x9b62] = "\xf6\x46", - [0x9b63] = "\xf6\x47", [0x9b64] = "\xf6\x48", [0x9b65] = "\xf6\x49", - [0x9b66] = "\xf6\x4a", [0x9b67] = "\xf6\x4b", [0x9b68] = "\xf6\x4c", - [0x9b69] = "\xf6\x4d", [0x9b6a] = "\xf6\x4e", [0x9b6b] = "\xf6\x4f", - [0x9b6c] = "\xf6\x50", [0x9b6d] = "\xf6\x51", [0x9b6e] = "\xf6\x52", - [0x9b6f] = "\xf6\x53", [0x9b70] = "\xf6\x54", [0x9b71] = "\xf6\x55", - [0x9b72] = "\xf6\x56", [0x9b73] = "\xf6\x57", [0x9b74] = "\xf6\x58", - [0x9b75] = "\xf6\x59", [0x9b76] = "\xf6\x5a", [0x9b77] = "\xf6\x5b", - [0x9b78] = "\xf6\x5c", [0x9b79] = "\xf6\x5d", [0x9b7a] = "\xf6\x5e", - [0x9b7b] = "\xf6\x5f", [0x9b7c] = "\xf6\x60", [0x9b7d] = "\xf6\x61", - [0x9b7e] = "\xf6\x62", [0x9b7f] = "\xf6\x63", [0x9b80] = "\xf6\x64", - [0x9b81] = "\xf6\x65", [0x9b82] = "\xf6\x66", [0x9b83] = "\xf6\x67", - [0x9b84] = "\xf6\x68", [0x9b85] = "\xf6\x69", [0x9b86] = "\xf6\x6a", - [0x9b87] = "\xf6\x6b", [0x9b88] = "\xf6\x6c", [0x9b89] = "\xf6\x6d", - [0x9b8a] = "\xf6\x6e", [0x9b8b] = "\xf6\x6f", [0x9b8c] = "\xf6\x70", - [0x9b8d] = "\xf6\x71", [0x9b8e] = "\xf6\x72", [0x9b8f] = "\xf6\x73", - [0x9b90] = "\xf6\x74", [0x9b91] = "\xf6\x75", [0x9b92] = "\xf6\x76", - [0x9b93] = "\xf6\x77", [0x9b94] = "\xf6\x78", [0x9b95] = "\xf6\x79", - [0x9b96] = "\xf6\x7a", [0x9b97] = "\xf6\x7b", [0x9b98] = "\xf6\x7c", - [0x9b99] = "\xf6\x7d", [0x9b9a] = "\xf6\x7e", [0x9b9b] = "\xf6\x80", - [0x9b9c] = "\xf6\x81", [0x9b9d] = "\xf6\x82", [0x9b9e] = "\xf6\x83", - [0x9b9f] = "\xf6\x84", [0x9ba0] = "\xf6\x85", [0x9ba1] = "\xf6\x86", - [0x9ba2] = "\xf6\x87", [0x9ba3] = "\xf6\x88", [0x9ba4] = "\xf6\x89", - [0x9ba5] = "\xf6\x8a", [0x9ba6] = "\xf6\x8b", [0x9ba7] = "\xf6\x8c", - [0x9ba8] = "\xf6\x8d", [0x9ba9] = "\xf6\x8e", [0x9baa] = "\xf6\x8f", - [0x9bab] = "\xf6\x90", [0x9bac] = "\xf6\x91", [0x9bad] = "\xf6\x92", - [0x9bae] = "\xf6\x93", [0x9baf] = "\xf6\x94", [0x9bb0] = "\xf6\x95", - [0x9bb1] = "\xf6\x96", [0x9bb2] = "\xf6\x97", [0x9bb3] = "\xf6\x98", - [0x9bb4] = "\xf6\x99", [0x9bb5] = "\xf6\x9a", [0x9bb6] = "\xf6\x9b", - [0x9bb7] = "\xf6\x9c", [0x9bb8] = "\xf6\x9d", [0x9bb9] = "\xf6\x9e", - [0x9bba] = "\xf6\x9f", [0x9bbb] = "\xf6\xa0", [0x9bbc] = "\xf7\x40", - [0x9bbd] = "\xf7\x41", [0x9bbe] = "\xf7\x42", [0x9bbf] = "\xf7\x43", - [0x9bc0] = "\xf7\x44", [0x9bc1] = "\xf7\x45", [0x9bc2] = "\xf7\x46", - [0x9bc3] = "\xf7\x47", [0x9bc4] = "\xf7\x48", [0x9bc5] = "\xf7\x49", - [0x9bc6] = "\xf7\x4a", [0x9bc7] = "\xf7\x4b", [0x9bc8] = "\xf7\x4c", - [0x9bc9] = "\xf7\x4d", [0x9bca] = "\xf7\x4e", [0x9bcb] = "\xf7\x4f", - [0x9bcc] = "\xf7\x50", [0x9bcd] = "\xf7\x51", [0x9bce] = "\xf7\x52", - [0x9bcf] = "\xf7\x53", [0x9bd0] = "\xf7\x54", [0x9bd1] = "\xf7\x55", - [0x9bd2] = "\xf7\x56", [0x9bd3] = "\xf7\x57", [0x9bd4] = "\xf7\x58", - [0x9bd5] = "\xf7\x59", [0x9bd6] = "\xf7\x5a", [0x9bd7] = "\xf7\x5b", - [0x9bd8] = "\xf7\x5c", [0x9bd9] = "\xf7\x5d", [0x9bda] = "\xf7\x5e", - [0x9bdb] = "\xf7\x5f", [0x9bdc] = "\xf7\x60", [0x9bdd] = "\xf7\x61", - [0x9bde] = "\xf7\x62", [0x9bdf] = "\xf7\x63", [0x9be0] = "\xf7\x64", - [0x9be1] = "\xf7\x65", [0x9be2] = "\xf7\x66", [0x9be3] = "\xf7\x67", - [0x9be4] = "\xf7\x68", [0x9be5] = "\xf7\x69", [0x9be6] = "\xf7\x6a", - [0x9be7] = "\xf7\x6b", [0x9be8] = "\xf7\x6c", [0x9be9] = "\xf7\x6d", - [0x9bea] = "\xf7\x6e", [0x9beb] = "\xf7\x6f", [0x9bec] = "\xf7\x70", - [0x9bed] = "\xf7\x71", [0x9bee] = "\xf7\x72", [0x9bef] = "\xf7\x73", - [0x9bf0] = "\xf7\x74", [0x9bf1] = "\xf7\x75", [0x9bf2] = "\xf7\x76", - [0x9bf3] = "\xf7\x77", [0x9bf4] = "\xf7\x78", [0x9bf5] = "\xf7\x79", - [0x9bf6] = "\xf7\x7a", [0x9bf7] = "\xf7\x7b", [0x9bf8] = "\xf7\x7c", - [0x9bf9] = "\xf7\x7d", [0x9bfa] = "\xf7\x7e", [0x9bfb] = "\xf7\x80", - [0x9bfc] = "\xd3\xe3", [0x9bfd] = "\xf7\x81", [0x9bfe] = "\xf7\x82", - [0x9bff] = "\xf6\xcf", [0x9c00] = "\xf7\x83", [0x9c01] = "\xc2\xb3", - [0x9c02] = "\xf6\xd0", [0x9c03] = "\xf7\x84", [0x9c04] = "\xf7\x85", - [0x9c05] = "\xf6\xd1", [0x9c06] = "\xf6\xd2", [0x9c07] = "\xf6\xd3", - [0x9c08] = "\xf6\xd4", [0x9c09] = "\xf7\x86", [0x9c0a] = "\xf7\x87", - [0x9c0b] = "\xf6\xd6", [0x9c0c] = "\xf7\x88", [0x9c0d] = "\xb1\xab", - [0x9c0e] = "\xf6\xd7", [0x9c0f] = "\xf7\x89", [0x9c10] = "\xf6\xd8", - [0x9c11] = "\xf6\xd9", [0x9c12] = "\xf6\xda", [0x9c13] = "\xf7\x8a", - [0x9c14] = "\xf6\xdb", [0x9c15] = "\xf6\xdc", [0x9c16] = "\xf7\x8b", - [0x9c17] = "\xf7\x8c", [0x9c18] = "\xf7\x8d", [0x9c19] = "\xf7\x8e", - [0x9c1a] = "\xf6\xdd", [0x9c1b] = "\xf6\xde", [0x9c1c] = "\xcf\xca", - [0x9c1d] = "\xf7\x8f", [0x9c1e] = "\xf6\xdf", [0x9c1f] = "\xf6\xe0", - [0x9c20] = "\xf6\xe1", [0x9c21] = "\xf6\xe2", [0x9c22] = "\xf6\xe3", - [0x9c23] = "\xf6\xe4", [0x9c24] = "\xc0\xf0", [0x9c25] = "\xf6\xe5", - [0x9c26] = "\xf6\xe6", [0x9c27] = "\xf6\xe7", [0x9c28] = "\xf6\xe8", - [0x9c29] = "\xf6\xe9", [0x9c2a] = "\xf7\x90", [0x9c2b] = "\xf6\xea", - [0x9c2c] = "\xf7\x91", [0x9c2d] = "\xf6\xeb", [0x9c2e] = "\xf6\xec", - [0x9c2f] = "\xf7\x92", [0x9c30] = "\xf6\xed", [0x9c31] = "\xf6\xee", - [0x9c32] = "\xf6\xef", [0x9c33] = "\xf6\xf0", [0x9c34] = "\xf6\xf1", - [0x9c35] = "\xf6\xf2", [0x9c36] = "\xf6\xf3", [0x9c37] = "\xf6\xf4", - [0x9c38] = "\xbe\xa8", [0x9c39] = "\xf7\x93", [0x9c3a] = "\xf6\xf5", - [0x9c3b] = "\xf6\xf6", [0x9c3c] = "\xf6\xf7", [0x9c3d] = "\xf6\xf8", - [0x9c3e] = "\xf7\x94", [0x9c3f] = "\xf7\x95", [0x9c40] = "\xf7\x96", - [0x9c41] = "\xf7\x97", [0x9c42] = "\xf7\x98", [0x9c43] = "\xc8\xfa", - [0x9c44] = "\xf6\xf9", [0x9c45] = "\xf6\xfa", [0x9c46] = "\xf6\xfb", - [0x9c47] = "\xf6\xfc", [0x9c48] = "\xf7\x99", [0x9c49] = "\xf7\x9a", - [0x9c4a] = "\xf6\xfd", [0x9c4b] = "\xf6\xfe", [0x9c4c] = "\xf7\xa1", - [0x9c4d] = "\xf7\xa2", [0x9c4e] = "\xf7\xa3", [0x9c4f] = "\xf7\xa4", - [0x9c50] = "\xf7\xa5", [0x9c51] = "\xf7\x9b", [0x9c52] = "\xf7\x9c", - [0x9c53] = "\xf7\xa6", [0x9c54] = "\xf7\xa7", [0x9c55] = "\xf7\xa8", - [0x9c56] = "\xb1\xee", [0x9c57] = "\xf7\xa9", [0x9c58] = "\xf7\xaa", - [0x9c59] = "\xf7\xab", [0x9c5a] = "\xf7\x9d", [0x9c5b] = "\xf7\x9e", - [0x9c5c] = "\xf7\xac", [0x9c5d] = "\xf7\xad", [0x9c5e] = "\xc1\xdb", - [0x9c5f] = "\xf7\xae", [0x9c60] = "\xf7\x9f", [0x9c61] = "\xf7\xa0", - [0x9c62] = "\xf7\xaf", [0x9c63] = "\xf8\x40", [0x9c64] = "\xf8\x41", - [0x9c65] = "\xf8\x42", [0x9c66] = "\xf8\x43", [0x9c67] = "\xf8\x44", - [0x9c68] = "\xf8\x45", [0x9c69] = "\xf8\x46", [0x9c6a] = "\xf8\x47", - [0x9c6b] = "\xf8\x48", [0x9c6c] = "\xf8\x49", [0x9c6d] = "\xf8\x4a", - [0x9c6e] = "\xf8\x4b", [0x9c6f] = "\xf8\x4c", [0x9c70] = "\xf8\x4d", - [0x9c71] = "\xf8\x4e", [0x9c72] = "\xf8\x4f", [0x9c73] = "\xf8\x50", - [0x9c74] = "\xf8\x51", [0x9c75] = "\xf8\x52", [0x9c76] = "\xf8\x53", - [0x9c77] = "\xf8\x54", [0x9c78] = "\xf8\x55", [0x9c79] = "\xf8\x56", - [0x9c7a] = "\xf8\x57", [0x9c7b] = "\xf8\x58", [0x9c7c] = "\xf8\x59", - [0x9c7d] = "\xf8\x5a", [0x9c7e] = "\xf8\x5b", [0x9c7f] = "\xf8\x5c", - [0x9c80] = "\xf8\x5d", [0x9c81] = "\xf8\x5e", [0x9c82] = "\xf8\x5f", - [0x9c83] = "\xf8\x60", [0x9c84] = "\xf8\x61", [0x9c85] = "\xf8\x62", - [0x9c86] = "\xf8\x63", [0x9c87] = "\xf8\x64", [0x9c88] = "\xf8\x65", - [0x9c89] = "\xf8\x66", [0x9c8a] = "\xf8\x67", [0x9c8b] = "\xf8\x68", - [0x9c8c] = "\xf8\x69", [0x9c8d] = "\xf8\x6a", [0x9c8e] = "\xf8\x6b", - [0x9c8f] = "\xf8\x6c", [0x9c90] = "\xf8\x6d", [0x9c91] = "\xf8\x6e", - [0x9c92] = "\xf8\x6f", [0x9c93] = "\xf8\x70", [0x9c94] = "\xf8\x71", - [0x9c95] = "\xf8\x72", [0x9c96] = "\xf8\x73", [0x9c97] = "\xf8\x74", - [0x9c98] = "\xf8\x75", [0x9c99] = "\xf8\x76", [0x9c9a] = "\xf8\x77", - [0x9c9b] = "\xf8\x78", [0x9c9c] = "\xf8\x79", [0x9c9d] = "\xf8\x7a", - [0x9c9e] = "\xf8\x7b", [0x9c9f] = "\xf8\x7c", [0x9ca0] = "\xf8\x7d", - [0x9ca1] = "\xf8\x7e", [0x9ca2] = "\xf8\x80", [0x9ca3] = "\xf8\x81", - [0x9ca4] = "\xf8\x82", [0x9ca5] = "\xf8\x83", [0x9ca6] = "\xf8\x84", - [0x9ca7] = "\xf8\x85", [0x9ca8] = "\xf8\x86", [0x9ca9] = "\xf8\x87", - [0x9caa] = "\xf8\x88", [0x9cab] = "\xf8\x89", [0x9cac] = "\xf8\x8a", - [0x9cad] = "\xf8\x8b", [0x9cae] = "\xf8\x8c", [0x9caf] = "\xf8\x8d", - [0x9cb0] = "\xf8\x8e", [0x9cb1] = "\xf8\x8f", [0x9cb2] = "\xf8\x90", - [0x9cb3] = "\xf8\x91", [0x9cb4] = "\xf8\x92", [0x9cb5] = "\xf8\x93", - [0x9cb6] = "\xf8\x94", [0x9cb7] = "\xf8\x95", [0x9cb8] = "\xf8\x96", - [0x9cb9] = "\xf8\x97", [0x9cba] = "\xf8\x98", [0x9cbb] = "\xf8\x99", - [0x9cbc] = "\xf8\x9a", [0x9cbd] = "\xf8\x9b", [0x9cbe] = "\xf8\x9c", - [0x9cbf] = "\xf8\x9d", [0x9cc0] = "\xf8\x9e", [0x9cc1] = "\xf8\x9f", - [0x9cc2] = "\xf8\xa0", [0x9cc3] = "\xf9\x40", [0x9cc4] = "\xf9\x41", - [0x9cc5] = "\xf9\x42", [0x9cc6] = "\xf9\x43", [0x9cc7] = "\xf9\x44", - [0x9cc8] = "\xf9\x45", [0x9cc9] = "\xf9\x46", [0x9cca] = "\xf9\x47", - [0x9ccb] = "\xf9\x48", [0x9ccc] = "\xf9\x49", [0x9ccd] = "\xf9\x4a", - [0x9cce] = "\xf9\x4b", [0x9ccf] = "\xf9\x4c", [0x9cd0] = "\xf9\x4d", - [0x9cd1] = "\xf9\x4e", [0x9cd2] = "\xf9\x4f", [0x9cd3] = "\xf9\x50", - [0x9cd4] = "\xf9\x51", [0x9cd5] = "\xf9\x52", [0x9cd6] = "\xf9\x53", - [0x9cd7] = "\xf9\x54", [0x9cd8] = "\xf9\x55", [0x9cd9] = "\xf9\x56", - [0x9cda] = "\xf9\x57", [0x9cdb] = "\xf9\x58", [0x9cdc] = "\xf9\x59", - [0x9cdd] = "\xf9\x5a", [0x9cde] = "\xf9\x5b", [0x9cdf] = "\xf9\x5c", - [0x9ce0] = "\xf9\x5d", [0x9ce1] = "\xf9\x5e", [0x9ce2] = "\xf9\x5f", - [0x9ce3] = "\xf9\x60", [0x9ce4] = "\xf9\x61", [0x9ce5] = "\xf9\x62", - [0x9ce6] = "\xf9\x63", [0x9ce7] = "\xf9\x64", [0x9ce8] = "\xf9\x65", - [0x9ce9] = "\xf9\x66", [0x9cea] = "\xf9\x67", [0x9ceb] = "\xf9\x68", - [0x9cec] = "\xf9\x69", [0x9ced] = "\xf9\x6a", [0x9cee] = "\xf9\x6b", - [0x9cef] = "\xf9\x6c", [0x9cf0] = "\xf9\x6d", [0x9cf1] = "\xf9\x6e", - [0x9cf2] = "\xf9\x6f", [0x9cf3] = "\xf9\x70", [0x9cf4] = "\xf9\x71", - [0x9cf5] = "\xf9\x72", [0x9cf6] = "\xf9\x73", [0x9cf7] = "\xf9\x74", - [0x9cf8] = "\xf9\x75", [0x9cf9] = "\xf9\x76", [0x9cfa] = "\xf9\x77", - [0x9cfb] = "\xf9\x78", [0x9cfc] = "\xf9\x79", [0x9cfd] = "\xf9\x7a", - [0x9cfe] = "\xf9\x7b", [0x9cff] = "\xf9\x7c", [0x9d00] = "\xf9\x7d", - [0x9d01] = "\xf9\x7e", [0x9d02] = "\xf9\x80", [0x9d03] = "\xf9\x81", - [0x9d04] = "\xf9\x82", [0x9d05] = "\xf9\x83", [0x9d06] = "\xf9\x84", - [0x9d07] = "\xf9\x85", [0x9d08] = "\xf9\x86", [0x9d09] = "\xf9\x87", - [0x9d0a] = "\xf9\x88", [0x9d0b] = "\xf9\x89", [0x9d0c] = "\xf9\x8a", - [0x9d0d] = "\xf9\x8b", [0x9d0e] = "\xf9\x8c", [0x9d0f] = "\xf9\x8d", - [0x9d10] = "\xf9\x8e", [0x9d11] = "\xf9\x8f", [0x9d12] = "\xf9\x90", - [0x9d13] = "\xf9\x91", [0x9d14] = "\xf9\x92", [0x9d15] = "\xf9\x93", - [0x9d16] = "\xf9\x94", [0x9d17] = "\xf9\x95", [0x9d18] = "\xf9\x96", - [0x9d19] = "\xf9\x97", [0x9d1a] = "\xf9\x98", [0x9d1b] = "\xf9\x99", - [0x9d1c] = "\xf9\x9a", [0x9d1d] = "\xf9\x9b", [0x9d1e] = "\xf9\x9c", - [0x9d1f] = "\xf9\x9d", [0x9d20] = "\xf9\x9e", [0x9d21] = "\xf9\x9f", - [0x9d22] = "\xf9\xa0", [0x9d23] = "\xfa\x40", [0x9d24] = "\xfa\x41", - [0x9d25] = "\xfa\x42", [0x9d26] = "\xfa\x43", [0x9d27] = "\xfa\x44", - [0x9d28] = "\xfa\x45", [0x9d29] = "\xfa\x46", [0x9d2a] = "\xfa\x47", - [0x9d2b] = "\xfa\x48", [0x9d2c] = "\xfa\x49", [0x9d2d] = "\xfa\x4a", - [0x9d2e] = "\xfa\x4b", [0x9d2f] = "\xfa\x4c", [0x9d30] = "\xfa\x4d", - [0x9d31] = "\xfa\x4e", [0x9d32] = "\xfa\x4f", [0x9d33] = "\xfa\x50", - [0x9d34] = "\xfa\x51", [0x9d35] = "\xfa\x52", [0x9d36] = "\xfa\x53", - [0x9d37] = "\xfa\x54", [0x9d38] = "\xfa\x55", [0x9d39] = "\xfa\x56", - [0x9d3a] = "\xfa\x57", [0x9d3b] = "\xfa\x58", [0x9d3c] = "\xfa\x59", - [0x9d3d] = "\xfa\x5a", [0x9d3e] = "\xfa\x5b", [0x9d3f] = "\xfa\x5c", - [0x9d40] = "\xfa\x5d", [0x9d41] = "\xfa\x5e", [0x9d42] = "\xfa\x5f", - [0x9d43] = "\xfa\x60", [0x9d44] = "\xfa\x61", [0x9d45] = "\xfa\x62", - [0x9d46] = "\xfa\x63", [0x9d47] = "\xfa\x64", [0x9d48] = "\xfa\x65", - [0x9d49] = "\xfa\x66", [0x9d4a] = "\xfa\x67", [0x9d4b] = "\xfa\x68", - [0x9d4c] = "\xfa\x69", [0x9d4d] = "\xfa\x6a", [0x9d4e] = "\xfa\x6b", - [0x9d4f] = "\xfa\x6c", [0x9d50] = "\xfa\x6d", [0x9d51] = "\xfa\x6e", - [0x9d52] = "\xfa\x6f", [0x9d53] = "\xfa\x70", [0x9d54] = "\xfa\x71", - [0x9d55] = "\xfa\x72", [0x9d56] = "\xfa\x73", [0x9d57] = "\xfa\x74", - [0x9d58] = "\xfa\x75", [0x9d59] = "\xfa\x76", [0x9d5a] = "\xfa\x77", - [0x9d5b] = "\xfa\x78", [0x9d5c] = "\xfa\x79", [0x9d5d] = "\xfa\x7a", - [0x9d5e] = "\xfa\x7b", [0x9d5f] = "\xfa\x7c", [0x9d60] = "\xfa\x7d", - [0x9d61] = "\xfa\x7e", [0x9d62] = "\xfa\x80", [0x9d63] = "\xfa\x81", - [0x9d64] = "\xfa\x82", [0x9d65] = "\xfa\x83", [0x9d66] = "\xfa\x84", - [0x9d67] = "\xfa\x85", [0x9d68] = "\xfa\x86", [0x9d69] = "\xfa\x87", - [0x9d6a] = "\xfa\x88", [0x9d6b] = "\xfa\x89", [0x9d6c] = "\xfa\x8a", - [0x9d6d] = "\xfa\x8b", [0x9d6e] = "\xfa\x8c", [0x9d6f] = "\xfa\x8d", - [0x9d70] = "\xfa\x8e", [0x9d71] = "\xfa\x8f", [0x9d72] = "\xfa\x90", - [0x9d73] = "\xfa\x91", [0x9d74] = "\xfa\x92", [0x9d75] = "\xfa\x93", - [0x9d76] = "\xfa\x94", [0x9d77] = "\xfa\x95", [0x9d78] = "\xfa\x96", - [0x9d79] = "\xfa\x97", [0x9d7a] = "\xfa\x98", [0x9d7b] = "\xfa\x99", - [0x9d7c] = "\xfa\x9a", [0x9d7d] = "\xfa\x9b", [0x9d7e] = "\xfa\x9c", - [0x9d7f] = "\xfa\x9d", [0x9d80] = "\xfa\x9e", [0x9d81] = "\xfa\x9f", - [0x9d82] = "\xfa\xa0", [0x9d83] = "\xfb\x40", [0x9d84] = "\xfb\x41", - [0x9d85] = "\xfb\x42", [0x9d86] = "\xfb\x43", [0x9d87] = "\xfb\x44", - [0x9d88] = "\xfb\x45", [0x9d89] = "\xfb\x46", [0x9d8a] = "\xfb\x47", - [0x9d8b] = "\xfb\x48", [0x9d8c] = "\xfb\x49", [0x9d8d] = "\xfb\x4a", - [0x9d8e] = "\xfb\x4b", [0x9d8f] = "\xfb\x4c", [0x9d90] = "\xfb\x4d", - [0x9d91] = "\xfb\x4e", [0x9d92] = "\xfb\x4f", [0x9d93] = "\xfb\x50", - [0x9d94] = "\xfb\x51", [0x9d95] = "\xfb\x52", [0x9d96] = "\xfb\x53", - [0x9d97] = "\xfb\x54", [0x9d98] = "\xfb\x55", [0x9d99] = "\xfb\x56", - [0x9d9a] = "\xfb\x57", [0x9d9b] = "\xfb\x58", [0x9d9c] = "\xfb\x59", - [0x9d9d] = "\xfb\x5a", [0x9d9e] = "\xfb\x5b", [0x9d9f] = "\xc4\xf1", - [0x9da0] = "\xf0\xaf", [0x9da1] = "\xbc\xa6", [0x9da2] = "\xf0\xb0", - [0x9da3] = "\xc3\xf9", [0x9da4] = "\xfb\x5c", [0x9da5] = "\xc5\xb8", - [0x9da6] = "\xd1\xbb", [0x9da7] = "\xfb\x5d", [0x9da8] = "\xf0\xb1", - [0x9da9] = "\xf0\xb2", [0x9daa] = "\xf0\xb3", [0x9dab] = "\xf0\xb4", - [0x9dac] = "\xf0\xb5", [0x9dad] = "\xd1\xbc", [0x9dae] = "\xfb\x5e", - [0x9daf] = "\xd1\xec", [0x9db0] = "\xfb\x5f", [0x9db1] = "\xf0\xb7", - [0x9db2] = "\xf0\xb6", [0x9db3] = "\xd4\xa7", [0x9db4] = "\xfb\x60", - [0x9db5] = "\xcd\xd2", [0x9db6] = "\xf0\xb8", [0x9db7] = "\xf0\xba", - [0x9db8] = "\xf0\xb9", [0x9db9] = "\xf0\xbb", [0x9dba] = "\xf0\xbc", - [0x9dbb] = "\xfb\x61", [0x9dbc] = "\xfb\x62", [0x9dbd] = "\xb8\xeb", - [0x9dbe] = "\xf0\xbd", [0x9dbf] = "\xba\xe8", [0x9dc0] = "\xfb\x63", - [0x9dc1] = "\xf0\xbe", [0x9dc2] = "\xf0\xbf", [0x9dc3] = "\xbe\xe9", - [0x9dc4] = "\xf0\xc0", [0x9dc5] = "\xb6\xec", [0x9dc6] = "\xf0\xc1", - [0x9dc7] = "\xf0\xc2", [0x9dc8] = "\xf0\xc3", [0x9dc9] = "\xf0\xc4", - [0x9dca] = "\xc8\xb5", [0x9dcb] = "\xf0\xc5", [0x9dcc] = "\xf0\xc6", - [0x9dcd] = "\xfb\x64", [0x9dce] = "\xf0\xc7", [0x9dcf] = "\xc5\xf4", - [0x9dd0] = "\xfb\x65", [0x9dd1] = "\xf0\xc8", [0x9dd2] = "\xfb\x66", - [0x9dd3] = "\xfb\x67", [0x9dd4] = "\xfb\x68", [0x9dd5] = "\xf0\xc9", - [0x9dd6] = "\xfb\x69", [0x9dd7] = "\xf0\xca", [0x9dd8] = "\xf7\xbd", - [0x9dd9] = "\xfb\x6a", [0x9dda] = "\xf0\xcb", [0x9ddb] = "\xf0\xcc", - [0x9ddc] = "\xf0\xcd", [0x9ddd] = "\xfb\x6b", [0x9dde] = "\xf0\xce", - [0x9ddf] = "\xfb\x6c", [0x9de0] = "\xfb\x6d", [0x9de1] = "\xfb\x6e", - [0x9de2] = "\xfb\x6f", [0x9de3] = "\xf0\xcf", [0x9de4] = "\xba\xd7", - [0x9de5] = "\xfb\x70", [0x9de6] = "\xf0\xd0", [0x9de7] = "\xf0\xd1", - [0x9de8] = "\xf0\xd2", [0x9de9] = "\xf0\xd3", [0x9dea] = "\xf0\xd4", - [0x9deb] = "\xf0\xd5", [0x9dec] = "\xf0\xd6", [0x9ded] = "\xf0\xd8", - [0x9dee] = "\xfb\x71", [0x9def] = "\xfb\x72", [0x9df0] = "\xd3\xa5", - [0x9df1] = "\xf0\xd7", [0x9df2] = "\xfb\x73", [0x9df3] = "\xf0\xd9", - [0x9df4] = "\xfb\x74", [0x9df5] = "\xfb\x75", [0x9df6] = "\xfb\x76", - [0x9df7] = "\xfb\x77", [0x9df8] = "\xfb\x78", [0x9df9] = "\xfb\x79", - [0x9dfa] = "\xfb\x7a", [0x9dfb] = "\xfb\x7b", [0x9dfc] = "\xfb\x7c", - [0x9dfd] = "\xfb\x7d", [0x9dfe] = "\xf5\xba", [0x9dff] = "\xc2\xb9", - [0x9e00] = "\xfb\x7e", [0x9e01] = "\xfb\x80", [0x9e02] = "\xf7\xe4", - [0x9e03] = "\xfb\x81", [0x9e04] = "\xfb\x82", [0x9e05] = "\xfb\x83", - [0x9e06] = "\xfb\x84", [0x9e07] = "\xf7\xe5", [0x9e08] = "\xf7\xe6", - [0x9e09] = "\xfb\x85", [0x9e0a] = "\xfb\x86", [0x9e0b] = "\xf7\xe7", - [0x9e0c] = "\xfb\x87", [0x9e0d] = "\xfb\x88", [0x9e0e] = "\xfb\x89", - [0x9e0f] = "\xfb\x8a", [0x9e10] = "\xfb\x8b", [0x9e11] = "\xfb\x8c", - [0x9e12] = "\xf7\xe8", [0x9e13] = "\xc2\xb4", [0x9e14] = "\xfb\x8d", - [0x9e15] = "\xfb\x8e", [0x9e16] = "\xfb\x8f", [0x9e17] = "\xfb\x90", - [0x9e18] = "\xfb\x91", [0x9e19] = "\xfb\x92", [0x9e1a] = "\xfb\x93", - [0x9e1b] = "\xfb\x94", [0x9e1c] = "\xfb\x95", [0x9e1d] = "\xf7\xea", - [0x9e1e] = "\xfb\x96", [0x9e1f] = "\xf7\xeb", [0x9e20] = "\xfb\x97", - [0x9e21] = "\xfb\x98", [0x9e22] = "\xfb\x99", [0x9e23] = "\xfb\x9a", - [0x9e24] = "\xfb\x9b", [0x9e25] = "\xfb\x9c", [0x9e26] = "\xc2\xf3", - [0x9e27] = "\xfb\x9d", [0x9e28] = "\xfb\x9e", [0x9e29] = "\xfb\x9f", - [0x9e2a] = "\xfb\xa0", [0x9e2b] = "\xfc\x40", [0x9e2c] = "\xfc\x41", - [0x9e2d] = "\xfc\x42", [0x9e2e] = "\xfc\x43", [0x9e2f] = "\xfc\x44", - [0x9e30] = "\xfc\x45", [0x9e31] = "\xfc\x46", [0x9e32] = "\xfc\x47", - [0x9e33] = "\xfc\x48", [0x9e34] = "\xf4\xf0", [0x9e35] = "\xfc\x49", - [0x9e36] = "\xfc\x4a", [0x9e37] = "\xfc\x4b", [0x9e38] = "\xf4\xef", - [0x9e39] = "\xfc\x4c", [0x9e3a] = "\xfc\x4d", [0x9e3b] = "\xc2\xe9", - [0x9e3c] = "\xfc\x4e", [0x9e3d] = "\xf7\xe1", [0x9e3e] = "\xf7\xe2", - [0x9e3f] = "\xfc\x4f", [0x9e40] = "\xfc\x50", [0x9e41] = "\xfc\x51", - [0x9e42] = "\xfc\x52", [0x9e43] = "\xfc\x53", [0x9e44] = "\xbb\xc6", - [0x9e45] = "\xfc\x54", [0x9e46] = "\xfc\x55", [0x9e47] = "\xfc\x56", - [0x9e48] = "\xfc\x57", [0x9e49] = "\xd9\xe4", [0x9e4a] = "\xfc\x58", - [0x9e4b] = "\xfc\x59", [0x9e4c] = "\xfc\x5a", [0x9e4d] = "\xca\xf2", - [0x9e4e] = "\xc0\xe8", [0x9e4f] = "\xf0\xa4", [0x9e50] = "\xfc\x5b", - [0x9e51] = "\xba\xda", [0x9e52] = "\xfc\x5c", [0x9e53] = "\xfc\x5d", - [0x9e54] = "\xc7\xad", [0x9e55] = "\xfc\x5e", [0x9e56] = "\xfc\x5f", - [0x9e57] = "\xfc\x60", [0x9e58] = "\xc4\xac", [0x9e59] = "\xfc\x61", - [0x9e5a] = "\xfc\x62", [0x9e5b] = "\xf7\xec", [0x9e5c] = "\xf7\xed", - [0x9e5d] = "\xf7\xee", [0x9e5e] = "\xfc\x63", [0x9e5f] = "\xf7\xf0", - [0x9e60] = "\xf7\xef", [0x9e61] = "\xfc\x64", [0x9e62] = "\xf7\xf1", - [0x9e63] = "\xfc\x65", [0x9e64] = "\xfc\x66", [0x9e65] = "\xf7\xf4", - [0x9e66] = "\xfc\x67", [0x9e67] = "\xf7\xf3", [0x9e68] = "\xfc\x68", - [0x9e69] = "\xf7\xf2", [0x9e6a] = "\xf7\xf5", [0x9e6b] = "\xfc\x69", - [0x9e6c] = "\xfc\x6a", [0x9e6d] = "\xfc\x6b", [0x9e6e] = "\xfc\x6c", - [0x9e6f] = "\xf7\xf6", [0x9e70] = "\xfc\x6d", [0x9e71] = "\xfc\x6e", - [0x9e72] = "\xfc\x6f", [0x9e73] = "\xfc\x70", [0x9e74] = "\xfc\x71", - [0x9e75] = "\xfc\x72", [0x9e76] = "\xfc\x73", [0x9e77] = "\xfc\x74", - [0x9e78] = "\xfc\x75", [0x9e79] = "\xed\xe9", [0x9e7a] = "\xfc\x76", - [0x9e7b] = "\xed\xea", [0x9e7c] = "\xed\xeb", [0x9e7d] = "\xfc\x77", - [0x9e7e] = "\xf6\xbc", [0x9e7f] = "\xfc\x78", [0x9e80] = "\xfc\x79", - [0x9e81] = "\xfc\x7a", [0x9e82] = "\xfc\x7b", [0x9e83] = "\xfc\x7c", - [0x9e84] = "\xfc\x7d", [0x9e85] = "\xfc\x7e", [0x9e86] = "\xfc\x80", - [0x9e87] = "\xfc\x81", [0x9e88] = "\xfc\x82", [0x9e89] = "\xfc\x83", - [0x9e8a] = "\xfc\x84", [0x9e8b] = "\xf6\xbd", [0x9e8c] = "\xfc\x85", - [0x9e8d] = "\xf6\xbe", [0x9e8e] = "\xb6\xa6", [0x9e8f] = "\xfc\x86", - [0x9e90] = "\xd8\xbe", [0x9e91] = "\xfc\x87", [0x9e92] = "\xfc\x88", - [0x9e93] = "\xb9\xc4", [0x9e94] = "\xfc\x89", [0x9e95] = "\xfc\x8a", - [0x9e96] = "\xfc\x8b", [0x9e97] = "\xd8\xbb", [0x9e98] = "\xfc\x8c", - [0x9e99] = "\xdc\xb1", [0x9e9a] = "\xfc\x8d", [0x9e9b] = "\xfc\x8e", - [0x9e9c] = "\xfc\x8f", [0x9e9d] = "\xfc\x90", [0x9e9e] = "\xfc\x91", - [0x9e9f] = "\xfc\x92", [0x9ea0] = "\xca\xf3", [0x9ea1] = "\xfc\x93", - [0x9ea2] = "\xf7\xf7", [0x9ea3] = "\xfc\x94", [0x9ea4] = "\xfc\x95", - [0x9ea5] = "\xfc\x96", [0x9ea6] = "\xfc\x97", [0x9ea7] = "\xfc\x98", - [0x9ea8] = "\xfc\x99", [0x9ea9] = "\xfc\x9a", [0x9eaa] = "\xfc\x9b", - [0x9eab] = "\xfc\x9c", [0x9eac] = "\xf7\xf8", [0x9ead] = "\xfc\x9d", - [0x9eae] = "\xfc\x9e", [0x9eaf] = "\xf7\xf9", [0x9eb0] = "\xfc\x9f", - [0x9eb1] = "\xfc\xa0", [0x9eb2] = "\xfd\x40", [0x9eb3] = "\xfd\x41", - [0x9eb4] = "\xfd\x42", [0x9eb5] = "\xfd\x43", [0x9eb6] = "\xfd\x44", - [0x9eb7] = "\xf7\xfb", [0x9eb8] = "\xfd\x45", [0x9eb9] = "\xf7\xfa", - [0x9eba] = "\xfd\x46", [0x9ebb] = "\xb1\xc7", [0x9ebc] = "\xfd\x47", - [0x9ebd] = "\xf7\xfc", [0x9ebe] = "\xf7\xfd", [0x9ebf] = "\xfd\x48", - [0x9ec0] = "\xfd\x49", [0x9ec1] = "\xfd\x4a", [0x9ec2] = "\xfd\x4b", - [0x9ec3] = "\xfd\x4c", [0x9ec4] = "\xf7\xfe", [0x9ec5] = "\xfd\x4d", - [0x9ec6] = "\xfd\x4e", [0x9ec7] = "\xfd\x4f", [0x9ec8] = "\xfd\x50", - [0x9ec9] = "\xfd\x51", [0x9eca] = "\xfd\x52", [0x9ecb] = "\xfd\x53", - [0x9ecc] = "\xfd\x54", [0x9ecd] = "\xfd\x55", [0x9ece] = "\xfd\x56", - [0x9ecf] = "\xfd\x57", [0x9ed0] = "\xc6\xeb", [0x9ed1] = "\xec\xb4", - [0x9ed2] = "\xfd\x58", [0x9ed3] = "\xfd\x59", [0x9ed4] = "\xfd\x5a", - [0x9ed5] = "\xfd\x5b", [0x9ed6] = "\xfd\x5c", [0x9ed7] = "\xfd\x5d", - [0x9ed8] = "\xfd\x5e", [0x9ed9] = "\xfd\x5f", [0x9eda] = "\xfd\x60", - [0x9edb] = "\xfd\x61", [0x9edc] = "\xfd\x62", [0x9edd] = "\xfd\x63", - [0x9ede] = "\xfd\x64", [0x9edf] = "\xfd\x65", [0x9ee0] = "\xfd\x66", - [0x9ee1] = "\xfd\x67", [0x9ee2] = "\xfd\x68", [0x9ee3] = "\xfd\x69", - [0x9ee4] = "\xfd\x6a", [0x9ee5] = "\xfd\x6b", [0x9ee6] = "\xfd\x6c", - [0x9ee7] = "\xfd\x6d", [0x9ee8] = "\xfd\x6e", [0x9ee9] = "\xfd\x6f", - [0x9eea] = "\xfd\x70", [0x9eeb] = "\xfd\x71", [0x9eec] = "\xfd\x72", - [0x9eed] = "\xfd\x73", [0x9eee] = "\xfd\x74", [0x9eef] = "\xfd\x75", - [0x9ef0] = "\xfd\x76", [0x9ef1] = "\xfd\x77", [0x9ef2] = "\xfd\x78", - [0x9ef3] = "\xfd\x79", [0x9ef4] = "\xfd\x7a", [0x9ef5] = "\xfd\x7b", - [0x9ef6] = "\xfd\x7c", [0x9ef7] = "\xfd\x7d", [0x9ef8] = "\xfd\x7e", - [0x9ef9] = "\xfd\x80", [0x9efa] = "\xfd\x81", [0x9efb] = "\xfd\x82", - [0x9efc] = "\xfd\x83", [0x9efd] = "\xfd\x84", [0x9efe] = "\xfd\x85", - [0x9eff] = "\xb3\xdd", [0x9f00] = "\xf6\xb3", [0x9f01] = "\xfd\x86", - [0x9f02] = "\xfd\x87", [0x9f03] = "\xf6\xb4", [0x9f04] = "\xc1\xe4", - [0x9f05] = "\xf6\xb5", [0x9f06] = "\xf6\xb6", [0x9f07] = "\xf6\xb7", - [0x9f08] = "\xf6\xb8", [0x9f09] = "\xf6\xb9", [0x9f0a] = "\xf6\xba", - [0x9f0b] = "\xc8\xa3", [0x9f0c] = "\xf6\xbb", [0x9f0d] = "\xfd\x88", - [0x9f0e] = "\xfd\x89", [0x9f0f] = "\xfd\x8a", [0x9f10] = "\xfd\x8b", - [0x9f11] = "\xfd\x8c", [0x9f12] = "\xfd\x8d", [0x9f13] = "\xfd\x8e", - [0x9f14] = "\xfd\x8f", [0x9f15] = "\xfd\x90", [0x9f16] = "\xfd\x91", - [0x9f17] = "\xfd\x92", [0x9f18] = "\xfd\x93", [0x9f19] = "\xc1\xfa", - [0x9f1a] = "\xb9\xa8", [0x9f1b] = "\xed\xe8", [0x9f1c] = "\xfd\x94", - [0x9f1d] = "\xfd\x95", [0x9f1e] = "\xfd\x96", [0x9f1f] = "\xb9\xea", - [0x9f20] = "\xd9\xdf", [0x9f21] = "\xfd\x97", [0x9f22] = "\xfd\x98", - [0x9f23] = "\xfd\x99", [0x9f24] = "\xfd\x9a", [0x9f25] = "\xfd\x9b", - [0x9f80] = "\x6a\xbd", [0x9f81] = "\x6a\xbe", [0x9f82] = "\x6a\xbf", - [0x9f83] = "\x6a\xc0", [0x9f84] = "\x6a\xc1", [0x9f85] = "\x6a\xc2", - [0x9f86] = "\x6a\xc3", [0x9f87] = "\x6a\xc4", [0x9f88] = "\x6a\xc5", - [0x9f89] = "\x6a\xc6", [0x9f8a] = "\x6a\xc7", [0x9f8b] = "\x6a\xc8", - [0x9f8c] = "\x6a\xc9", [0x9f8d] = "\x6a\xca", [0x9f8e] = "\x6a\xcb", - [0x9f8f] = "\x6a\xcc", [0x9f90] = "\x6a\xcd", [0x9f91] = "\x6a\xce", - [0x9f92] = "\x6a\xcf", [0x9f93] = "\x6a\xd0", [0x9f94] = "\x6a\xd1", - [0x9f95] = "\x6a\xd2", [0x9f96] = "\x6a\xd3", [0x9f97] = "\x6a\xd4", - [0x9f98] = "\x6a\xd5", [0x9f99] = "\x6a\xd6", [0x9f9a] = "\x6a\xd7", - [0x9f9b] = "\x6a\xd8", [0x9f9c] = "\x6a\xd9", [0x9f9d] = "\x6a\xda", - [0x9f9e] = "\x6a\xdb", [0x9f9f] = "\x6a\xdc", [0x9fa0] = "\x6a\xdd", - [0x9fa1] = "\x6a\xde", [0x9fa2] = "\x6a\xdf", [0x9fa3] = "\x6a\xe0", - [0x9fa4] = "\x6a\xe1", [0x9fa5] = "\x6a\xe2", [0x9fa6] = "\x6a\xe3", - [0x9fa7] = "\x6a\xe4", [0x9fa8] = "\x6a\xe5", [0x9fa9] = "\x6a\xe6", - [0x9faa] = "\x6a\xe7", [0x9fab] = "\x6a\xe8", [0x9fac] = "\x6a\xe9", - [0x9fad] = "\x6a\xea", [0x9fae] = "\x6a\xeb", [0x9faf] = "\x6a\xec", - [0x9fb0] = "\x6a\xed", [0x9fb1] = "\x6a\xee", [0x9fb2] = "\x6a\xef", - [0x9fb3] = "\x6a\xf0", [0x9fb4] = "\x6a\xf1", [0x9fb5] = "\x6a\xf2", - [0x9fb6] = "\x6a\xf3", [0x9fb7] = "\x6a\xf4", [0x9fb8] = "\x6a\xf5", - [0x9fb9] = "\x6a\xf6", [0x9fba] = "\x6a\xf7", [0x9fbb] = "\x6a\xf8", - [0x9fbc] = "\x6a\xf9", [0x9fbd] = "\x6a\xfa", [0x9fbe] = "\x6a\xfb", - [0x9fbf] = "\x6a\xfc", [0x9fc0] = "\x6a\xfd", [0x9fc1] = "\x6a\xfe", - [0x9fc2] = "\x6a\xff", [0x9fc3] = "\x6b\x00", [0x9fc4] = "\x6b\x01", - [0x9fc5] = "\x6b\x02", [0x9fc6] = "\x6b\x03", [0x9fc7] = "\x6b\x04", - [0x9fc8] = "\x6b\x05", [0x9fc9] = "\x6b\x06", [0x9fca] = "\x6b\x07", - [0x9fcb] = "\x6b\x08", [0x9fcc] = "\x6b\x09", [0x9fcd] = "\x6b\x0a", - [0x9fce] = "\x6b\x0b", [0x9fcf] = "\x6b\x0c", [0x9fd0] = "\x6b\x0d", - [0x9fd1] = "\x6b\x0e", [0x9fd2] = "\x6b\x0f", [0x9fd3] = "\x6b\x10", - [0x9fd4] = "\x6b\x11", [0x9fd5] = "\x6b\x12", [0x9fd6] = "\x6b\x13", - [0x9fd7] = "\x6b\x14", [0x9fd8] = "\x6b\x15", [0x9fd9] = "\x6b\x16", - [0x9fda] = "\x6b\x17", [0x9fdb] = "\x6b\x18", [0x9fdc] = "\x6b\x19", - [0x9fdd] = "\x6b\x1a", [0x9fde] = "\x6b\x1b", [0x9fdf] = "\x6b\x1c", - [0x9fe0] = "\x6b\x1d", [0x9fe1] = "\x6b\x1e", [0x9fe2] = "\x6b\x1f", - [0x9fe3] = "\x6b\x20", [0x9fe4] = "\x6b\x21", [0x9fe5] = "\x6b\x22", - [0x9fe6] = "\x6b\x23", [0x9fe7] = "\x6b\x24", [0x9fe8] = "\x6b\x25", - [0x9fe9] = "\x6b\x26", [0x9fea] = "\x6b\x27", [0x9feb] = "\x6b\x28", - [0x9fec] = "\x6b\x29", [0x9fed] = "\x6b\x2a", [0x9fee] = "\x6b\x2b", - [0x9fef] = "\x6b\x2c", [0x9ff0] = "\x6b\x2d", [0x9ff1] = "\x6b\x2e", - [0x9ff2] = "\x6b\x2f", [0x9ff3] = "\x6b\x30", [0x9ff4] = "\x6b\x31", - [0x9ff5] = "\x6b\x32", [0x9ff6] = "\x6b\x33", [0x9ff7] = "\x6b\x34", - [0x9ff8] = "\x6b\x35", [0x9ff9] = "\x6b\x36", [0x9ffa] = "\x6b\x37", - [0x9ffb] = "\x6b\x38", [0x9ffc] = "\x6b\x39", [0x9ffd] = "\x6b\x3a", - [0x9ffe] = "\x6b\x3b", [0x9fff] = "\x6b\x3c", [0xa000] = "\x6b\x3d", - [0xa001] = "\x6b\x3e", [0xa002] = "\x6b\x3f", [0xa003] = "\x6b\x40", - [0xa004] = "\x6b\x41", [0xa005] = "\x6b\x42", [0xa006] = "\x6b\x43", - [0xa007] = "\x6b\x44", [0xa008] = "\x6b\x45", [0xa009] = "\x6b\x46", - [0xa00a] = "\x6b\x47", [0xa00b] = "\x6b\x48", [0xa00c] = "\x6b\x49", - [0xa00d] = "\x6b\x4a", [0xa00e] = "\x6b\x4b", [0xa00f] = "\x6b\x4c", - [0xa010] = "\x6b\x4d", [0xa011] = "\x6b\x4e", [0xa012] = "\x6b\x4f", - [0xa013] = "\x6b\x50", [0xa014] = "\x6b\x51", [0xa015] = "\x6b\x52", - [0xa016] = "\x6b\x53", [0xa017] = "\x6b\x54", [0xa018] = "\x6b\x55", - [0xa019] = "\x6b\x56", [0xa01a] = "\x6b\x57", [0xa01b] = "\x6b\x58", - [0xa01c] = "\x6b\x59", [0xa01d] = "\x6b\x5a", [0xa01e] = "\x6b\x5b", - [0xa01f] = "\x6b\x5c", [0xa020] = "\x6b\x5d", [0xa021] = "\x6b\x5e", - [0xa022] = "\x6b\x5f", [0xa023] = "\x6b\x60", [0xa024] = "\x6b\x61", - [0xa025] = "\x6b\x62", [0xa026] = "\x6b\x63", [0xa027] = "\x6b\x64", - [0xa028] = "\x6b\x65", [0xa029] = "\x6b\x66", [0xa02a] = "\x6b\x67", - [0xa02b] = "\x6b\x68", [0xa02c] = "\x6b\x69", [0xa02d] = "\x6b\x6a", - [0xa02e] = "\x6b\x6b", [0xa02f] = "\x6b\x6c", [0xa030] = "\x6b\x6d", - [0xa031] = "\x6b\x6e", [0xa032] = "\x6b\x6f", [0xa033] = "\x6b\x70", - [0xa034] = "\x6b\x71", [0xa035] = "\x6b\x72", [0xa036] = "\x6b\x73", - [0xa037] = "\x6b\x74", [0xa038] = "\x6b\x75", [0xa039] = "\x6b\x76", - [0xa03a] = "\x6b\x77", [0xa03b] = "\x6b\x78", [0xa03c] = "\x6b\x79", - [0xa03d] = "\x6b\x7a", [0xa03e] = "\x6b\x7b", [0xa03f] = "\x6b\x7c", - [0xa040] = "\x6b\x7d", [0xa041] = "\x6b\x7e", [0xa042] = "\x6b\x7f", - [0xa043] = "\x6b\x80", [0xa044] = "\x6b\x81", [0xa045] = "\x6b\x82", - [0xa046] = "\x6b\x83", [0xa047] = "\x6b\x84", [0xa048] = "\x6b\x85", - [0xa049] = "\x6b\x86", [0xa04a] = "\x6b\x87", [0xa04b] = "\x6b\x88", - [0xa04c] = "\x6b\x89", [0xa04d] = "\x6b\x8a", [0xa04e] = "\x6b\x8b", - [0xa04f] = "\x6b\x8c", [0xa050] = "\x6b\x8d", [0xa051] = "\x6b\x8e", - [0xa052] = "\x6b\x8f", [0xa053] = "\x6b\x90", [0xa054] = "\x6b\x91", - [0xa055] = "\x6b\x92", [0xa056] = "\x6b\x93", [0xa057] = "\x6b\x94", - [0xa058] = "\x6b\x95", [0xa059] = "\x6b\x96", [0xa05a] = "\x6b\x97", - [0xa05b] = "\x6b\x98", [0xa05c] = "\x6b\x99", [0xa05d] = "\x6b\x9a", - [0xa05e] = "\x6b\x9b", [0xa05f] = "\x6b\x9c", [0xa060] = "\x6b\x9d", - [0xa061] = "\x6b\x9e", [0xa062] = "\x6b\x9f", [0xa063] = "\x6b\xa0", - [0xa064] = "\x6b\xa1", [0xa065] = "\x6b\xa2", [0xa066] = "\x6b\xa3", - [0xa067] = "\x6b\xa4", [0xa068] = "\x6b\xa5", [0xa069] = "\x6b\xa6", - [0xa06a] = "\x6b\xa7", [0xa06b] = "\x6b\xa8", [0xa06c] = "\x6b\xa9", - [0xa06d] = "\x6b\xaa", [0xa06e] = "\x6b\xab", [0xa06f] = "\x6b\xac", - [0xa070] = "\x6b\xad", [0xa071] = "\x6b\xae", [0xa072] = "\x6b\xaf", - [0xa073] = "\x6b\xb0", [0xa074] = "\x6b\xb1", [0xa075] = "\x6b\xb2", - [0xa076] = "\x6b\xb3", [0xa077] = "\x6b\xb4", [0xa078] = "\x6b\xb5", - [0xa079] = "\x6b\xb6", [0xa07a] = "\x6b\xb7", [0xa07b] = "\x6b\xb8", - [0xa07c] = "\x6b\xb9", [0xa07d] = "\x6b\xba", [0xa07e] = "\x6b\xbb", - [0xa07f] = "\x6b\xbc", [0xa080] = "\x6b\xbd", [0xa081] = "\x6b\xbe", - [0xa082] = "\x6b\xbf", [0xa083] = "\x6b\xc0", [0xa084] = "\x6b\xc1", - [0xa085] = "\x6b\xc2", [0xa086] = "\x6b\xc3", [0xa087] = "\x6b\xc4", - [0xa088] = "\x6b\xc5", [0xa089] = "\x6b\xc6", [0xa08a] = "\x6b\xc7", - [0xa08b] = "\x6b\xc8", [0xa08c] = "\x6b\xc9", [0xa08d] = "\x6b\xca", - [0xa08e] = "\x6b\xcb", [0xa08f] = "\x6b\xcc", [0xa090] = "\x6b\xcd", - [0xa091] = "\x6b\xce", [0xa092] = "\x6b\xcf", [0xa093] = "\x6b\xd0", - [0xa094] = "\x6b\xd1", [0xa095] = "\x6b\xd2", [0xa096] = "\x6b\xd3", - [0xa097] = "\x6b\xd4", [0xa098] = "\x6b\xd5", [0xa099] = "\x6b\xd6", - [0xa09a] = "\x6b\xd7", [0xa09b] = "\x6b\xd8", [0xa09c] = "\x6b\xd9", - [0xa09d] = "\x6b\xda", [0xa09e] = "\x6b\xdb", [0xa09f] = "\x6b\xdc", - [0xa0a0] = "\x6b\xdd", [0xa0a1] = "\x6b\xde", [0xa0a2] = "\x6b\xdf", - [0xa0a3] = "\x6b\xe0", [0xa0a4] = "\x6b\xe1", [0xa0a5] = "\x6b\xe2", - [0xa0a6] = "\x6b\xe3", [0xa0a7] = "\x6b\xe4", [0xa0a8] = "\x6b\xe5", - [0xa0a9] = "\x6b\xe6", [0xa0aa] = "\x6b\xe7", [0xa0ab] = "\x6b\xe8", - [0xa0ac] = "\x6b\xe9", [0xa0ad] = "\x6b\xea", [0xa0ae] = "\x6b\xeb", - [0xa0af] = "\x6b\xec", [0xa0b0] = "\x6b\xed", [0xa0b1] = "\x6b\xee", - [0xa0b2] = "\x6b\xef", [0xa0b3] = "\x6b\xf0", [0xa0b4] = "\x6b\xf1", - [0xa0b5] = "\x6b\xf2", [0xa0b6] = "\x6b\xf3", [0xa0b7] = "\x6b\xf4", - [0xa0b8] = "\x6b\xf5", [0xa0b9] = "\x6b\xf6", [0xa0ba] = "\x6b\xf7", - [0xa0bb] = "\x6b\xf8", [0xa0bc] = "\x6b\xf9", [0xa0bd] = "\x6b\xfa", - [0xa0be] = "\x6b\xfb", [0xa0bf] = "\x6b\xfc", [0xa0c0] = "\x6b\xfd", - [0xa0c1] = "\x6b\xfe", [0xa0c2] = "\x6b\xff", [0xa0c3] = "\x6c\x00", - [0xa0c4] = "\x6c\x01", [0xa0c5] = "\x6c\x02", [0xa0c6] = "\x6c\x03", - [0xa0c7] = "\x6c\x04", [0xa0c8] = "\x6c\x05", [0xa0c9] = "\x6c\x06", - [0xa0ca] = "\x6c\x07", [0xa0cb] = "\x6c\x08", [0xa0cc] = "\x6c\x09", - [0xa0cd] = "\x6c\x0a", [0xa0ce] = "\x6c\x0b", [0xa0cf] = "\x6c\x0c", - [0xa0d0] = "\x6c\x0d", [0xa0d1] = "\x6c\x0e", [0xa0d2] = "\x6c\x0f", - [0xa0d3] = "\x6c\x10", [0xa0d4] = "\x6c\x11", [0xa0d5] = "\x6c\x12", - [0xa0d6] = "\x6c\x13", [0xa0d7] = "\x6c\x14", [0xa0d8] = "\x6c\x15", - [0xa0d9] = "\x6c\x16", [0xa0da] = "\x6c\x17", [0xa0db] = "\x6c\x18", - [0xa0dc] = "\x6c\x19", [0xa0dd] = "\x6c\x1a", [0xa0de] = "\x6c\x1b", - [0xa0df] = "\x6c\x1c", [0xa0e0] = "\x6c\x1d", [0xa0e1] = "\x6c\x1e", - [0xa0e2] = "\x6c\x1f", [0xa0e3] = "\x6c\x20", [0xa0e4] = "\x6c\x21", - [0xa0e5] = "\x6c\x22", [0xa0e6] = "\x6c\x23", [0xa0e7] = "\x6c\x24", - [0xa0e8] = "\x6c\x25", [0xa0e9] = "\x6c\x26", [0xa0ea] = "\x6c\x27", - [0xa0eb] = "\x6c\x28", [0xa0ec] = "\x6c\x29", [0xa0ed] = "\x6c\x2a", - [0xa0ee] = "\x6c\x2b", [0xa0ef] = "\x6c\x2c", [0xa0f0] = "\x6c\x2d", - [0xa0f1] = "\x6c\x2e", [0xa0f2] = "\x6c\x2f", [0xa0f3] = "\x6c\x30", - [0xa0f4] = "\x6c\x31", [0xa0f5] = "\x6c\x32", [0xa0f6] = "\x6c\x33", - [0xa0f7] = "\x6c\x34", [0xa0f8] = "\x6c\x35", [0xa0f9] = "\x6c\x36", - [0xa0fa] = "\x6c\x37", [0xa0fb] = "\x6c\x38", [0xa0fc] = "\x6c\x39", - [0xa0fd] = "\x6c\x3a", [0xa0fe] = "\x6c\x3b", [0xa0ff] = "\x6c\x3c", - [0xa100] = "\x6c\x3d", [0xa101] = "\x6c\x3e", [0xa102] = "\x6c\x3f", - [0xa103] = "\x6c\x40", [0xa104] = "\x6c\x41", [0xa105] = "\x6c\x42", - [0xa106] = "\x6c\x43", [0xa107] = "\x6c\x44", [0xa108] = "\x6c\x45", - [0xa109] = "\x6c\x46", [0xa10a] = "\x6c\x47", [0xa10b] = "\x6c\x48", - [0xa10c] = "\x6c\x49", [0xa10d] = "\x6c\x4a", [0xa10e] = "\x6c\x4b", - [0xa10f] = "\x6c\x4c", [0xa110] = "\x6c\x4d", [0xa111] = "\x6c\x4e", - [0xa112] = "\x6c\x4f", [0xa113] = "\x6c\x50", [0xa114] = "\x6c\x51", - [0xa115] = "\x6c\x52", [0xa116] = "\x6c\x53", [0xa117] = "\x6c\x54", - [0xa118] = "\x6c\x55", [0xa119] = "\x6c\x56", [0xa11a] = "\x6c\x57", - [0xa11b] = "\x6c\x58", [0xa11c] = "\x6c\x59", [0xa11d] = "\x6c\x5a", - [0xa11e] = "\x6c\x5b", [0xa11f] = "\x6c\x5c", [0xa120] = "\x6c\x5d", - [0xa121] = "\x6c\x5e", [0xa122] = "\x6c\x5f", [0xa123] = "\x6c\x60", - [0xa124] = "\x6c\x61", [0xa125] = "\x6c\x62", [0xa126] = "\x6c\x63", - [0xa127] = "\x6c\x64", [0xa128] = "\x6c\x65", [0xa129] = "\x6c\x66", - [0xa12a] = "\x6c\x67", [0xa12b] = "\x6c\x68", [0xa12c] = "\x6c\x69", - [0xa12d] = "\x6c\x6a", [0xa12e] = "\x6c\x6b", [0xa12f] = "\x6c\x6c", - [0xa130] = "\x6c\x6d", [0xa131] = "\x6c\x6e", [0xa132] = "\x6c\x6f", - [0xa133] = "\x6c\x70", [0xa134] = "\x6c\x71", [0xa135] = "\x6c\x72", - [0xa136] = "\x6c\x73", [0xa137] = "\x6c\x74", [0xa138] = "\x6c\x75", - [0xa139] = "\x6c\x76", [0xa13a] = "\x6c\x77", [0xa13b] = "\x6c\x78", - [0xa13c] = "\x6c\x79", [0xa13d] = "\x6c\x7a", [0xa13e] = "\x6c\x7b", - [0xa13f] = "\x6c\x7c", [0xa140] = "\x6c\x7d", [0xa141] = "\x6c\x7e", - [0xa142] = "\x6c\x7f", [0xa143] = "\x6c\x80", [0xa144] = "\x6c\x81", - [0xa145] = "\x6c\x82", [0xa146] = "\x6c\x83", [0xa147] = "\x6c\x84", - [0xa148] = "\x6c\x85", [0xa149] = "\x6c\x86", [0xa14a] = "\x6c\x87", - [0xa14b] = "\x6c\x88", [0xa14c] = "\x6c\x89", [0xa14d] = "\x6c\x8a", - [0xa14e] = "\x6c\x8b", [0xa14f] = "\x6c\x8c", [0xa150] = "\x6c\x8d", - [0xa151] = "\x6c\x8e", [0xa152] = "\x6c\x8f", [0xa153] = "\x6c\x90", - [0xa154] = "\x6c\x91", [0xa155] = "\x6c\x92", [0xa156] = "\x6c\x93", - [0xa157] = "\x6c\x94", [0xa158] = "\x6c\x95", [0xa159] = "\x6c\x96", - [0xa15a] = "\x6c\x97", [0xa15b] = "\x6c\x98", [0xa15c] = "\x6c\x99", - [0xa15d] = "\x6c\x9a", [0xa15e] = "\x6c\x9b", [0xa15f] = "\x6c\x9c", - [0xa160] = "\x6c\x9d", [0xa161] = "\x6c\x9e", [0xa162] = "\x6c\x9f", - [0xa163] = "\x6c\xa0", [0xa164] = "\x6c\xa1", [0xa165] = "\x6c\xa2", - [0xa166] = "\x6c\xa3", [0xa167] = "\x6c\xa4", [0xa168] = "\x6c\xa5", - [0xa169] = "\x6c\xa6", [0xa16a] = "\x6c\xa7", [0xa16b] = "\x6c\xa8", - [0xa16c] = "\x6c\xa9", [0xa16d] = "\x6c\xaa", [0xa16e] = "\x6c\xab", - [0xa16f] = "\x6c\xac", [0xa170] = "\x6c\xad", [0xa171] = "\x6c\xae", - [0xa172] = "\x6c\xaf", [0xa173] = "\x6c\xb0", [0xa174] = "\x6c\xb1", - [0xa175] = "\x6c\xb2", [0xa176] = "\x6c\xb3", [0xa177] = "\x6c\xb4", - [0xa178] = "\x6c\xb5", [0xa179] = "\x6c\xb6", [0xa17a] = "\x6c\xb7", - [0xa17b] = "\x6c\xb8", [0xa17c] = "\x6c\xb9", [0xa17d] = "\x6c\xba", - [0xa17e] = "\x6c\xbb", [0xa17f] = "\x6c\xbc", [0xa180] = "\x6c\xbd", - [0xa181] = "\x6c\xbe", [0xa182] = "\x6c\xbf", [0xa183] = "\x6c\xc0", - [0xa184] = "\x6c\xc1", [0xa185] = "\x6c\xc2", [0xa186] = "\x6c\xc3", - [0xa187] = "\x6c\xc4", [0xa188] = "\x6c\xc5", [0xa189] = "\x6c\xc6", - [0xa18a] = "\x6c\xc7", [0xa18b] = "\x6c\xc8", [0xa18c] = "\x6c\xc9", - [0xa18d] = "\x6c\xca", [0xa18e] = "\x6c\xcb", [0xa18f] = "\x6c\xcc", - [0xa190] = "\x6c\xcd", [0xa191] = "\x6c\xce", [0xa192] = "\x6c\xcf", - [0xa193] = "\x6c\xd0", [0xa194] = "\x6c\xd1", [0xa195] = "\x6c\xd2", - [0xa196] = "\x6c\xd3", [0xa197] = "\x6c\xd4", [0xa198] = "\x6c\xd5", - [0xa199] = "\x6c\xd6", [0xa19a] = "\x6c\xd7", [0xa19b] = "\x6c\xd8", - [0xa19c] = "\x6c\xd9", [0xa19d] = "\x6c\xda", [0xa19e] = "\x6c\xdb", - [0xa19f] = "\x6c\xdc", [0xa1a0] = "\x6c\xdd", [0xa1a1] = "\x6c\xde", - [0xa1a2] = "\x6c\xdf", [0xa1a3] = "\x6c\xe0", [0xa1a4] = "\x6c\xe1", - [0xa1a5] = "\x6c\xe2", [0xa1a6] = "\x6c\xe3", [0xa1a7] = "\x6c\xe4", - [0xa1a8] = "\x6c\xe5", [0xa1a9] = "\x6c\xe6", [0xa1aa] = "\x6c\xe7", - [0xa1ab] = "\x6c\xe8", [0xa1ac] = "\x6c\xe9", [0xa1ad] = "\x6c\xea", - [0xa1ae] = "\x6c\xeb", [0xa1af] = "\x6c\xec", [0xa1b0] = "\x6c\xed", - [0xa1b1] = "\x6c\xee", [0xa1b2] = "\x6c\xef", [0xa1b3] = "\x6c\xf0", - [0xa1b4] = "\x6c\xf1", [0xa1b5] = "\x6c\xf2", [0xa1b6] = "\x6c\xf3", - [0xa1b7] = "\x6c\xf4", [0xa1b8] = "\x6c\xf5", [0xa1b9] = "\x6c\xf6", - [0xa1ba] = "\x6c\xf7", [0xa1bb] = "\x6c\xf8", [0xa1bc] = "\x6c\xf9", - [0xa1bd] = "\x6c\xfa", [0xa1be] = "\x6c\xfb", [0xa1bf] = "\x6c\xfc", - [0xa1c0] = "\x6c\xfd", [0xa1c1] = "\x6c\xfe", [0xa1c2] = "\x6c\xff", - [0xa1c3] = "\x6d\x00", [0xa1c4] = "\x6d\x01", [0xa1c5] = "\x6d\x02", - [0xa1c6] = "\x6d\x03", [0xa1c7] = "\x6d\x04", [0xa1c8] = "\x6d\x05", - [0xa1c9] = "\x6d\x06", [0xa1ca] = "\x6d\x07", [0xa1cb] = "\x6d\x08", - [0xa1cc] = "\x6d\x09", [0xa1cd] = "\x6d\x0a", [0xa1ce] = "\x6d\x0b", - [0xa1cf] = "\x6d\x0c", [0xa1d0] = "\x6d\x0d", [0xa1d1] = "\x6d\x0e", - [0xa1d2] = "\x6d\x0f", [0xa1d3] = "\x6d\x10", [0xa1d4] = "\x6d\x11", - [0xa1d5] = "\x6d\x12", [0xa1d6] = "\x6d\x13", [0xa1d7] = "\x6d\x14", - [0xa1d8] = "\x6d\x15", [0xa1d9] = "\x6d\x16", [0xa1da] = "\x6d\x17", - [0xa1db] = "\x6d\x18", [0xa1dc] = "\x6d\x19", [0xa1dd] = "\x6d\x1a", - [0xa1de] = "\x6d\x1b", [0xa1df] = "\x6d\x1c", [0xa1e0] = "\x6d\x1d", - [0xa1e1] = "\x6d\x1e", [0xa1e2] = "\x6d\x1f", [0xa1e3] = "\x6d\x20", - [0xa1e4] = "\x6d\x21", [0xa1e5] = "\x6d\x22", [0xa1e6] = "\x6d\x23", - [0xa1e7] = "\x6d\x24", [0xa1e8] = "\x6d\x25", [0xa1e9] = "\x6d\x26", - [0xa1ea] = "\x6d\x27", [0xa1eb] = "\x6d\x28", [0xa1ec] = "\x6d\x29", - [0xa1ed] = "\x6d\x2a", [0xa1ee] = "\x6d\x2b", [0xa1ef] = "\x6d\x2c", - [0xa1f0] = "\x6d\x2d", [0xa1f1] = "\x6d\x2e", [0xa1f2] = "\x6d\x2f", - [0xa1f3] = "\x6d\x30", [0xa1f4] = "\x6d\x31", [0xa1f5] = "\x6d\x32", - [0xa1f6] = "\x6d\x33", [0xa1f7] = "\x6d\x34", [0xa1f8] = "\x6d\x35", - [0xa1f9] = "\x6d\x36", [0xa1fa] = "\x6d\x37", [0xa1fb] = "\x6d\x38", - [0xa1fc] = "\x6d\x39", [0xa1fd] = "\x6d\x3a", [0xa1fe] = "\x6d\x3b", - [0xa1ff] = "\x6d\x3c", [0xa200] = "\x6d\x3d", [0xa201] = "\x6d\x3e", - [0xa202] = "\x6d\x3f", [0xa203] = "\x6d\x40", [0xa204] = "\x6d\x41", - [0xa205] = "\x6d\x42", [0xa206] = "\x6d\x43", [0xa207] = "\x6d\x44", - [0xa208] = "\x6d\x45", [0xa209] = "\x6d\x46", [0xa20a] = "\x6d\x47", - [0xa20b] = "\x6d\x48", [0xa20c] = "\x6d\x49", [0xa20d] = "\x6d\x4a", - [0xa20e] = "\x6d\x4b", [0xa20f] = "\x6d\x4c", [0xa210] = "\x6d\x4d", - [0xa211] = "\x6d\x4e", [0xa212] = "\x6d\x4f", [0xa213] = "\x6d\x50", - [0xa214] = "\x6d\x51", [0xa215] = "\x6d\x52", [0xa216] = "\x6d\x53", - [0xa217] = "\x6d\x54", [0xa218] = "\x6d\x55", [0xa219] = "\x6d\x56", - [0xa21a] = "\x6d\x57", [0xa21b] = "\x6d\x58", [0xa21c] = "\x6d\x59", - [0xa21d] = "\x6d\x5a", [0xa21e] = "\x6d\x5b", [0xa21f] = "\x6d\x5c", - [0xa220] = "\x6d\x5d", [0xa221] = "\x6d\x5e", [0xa222] = "\x6d\x5f", - [0xa223] = "\x6d\x60", [0xa224] = "\x6d\x61", [0xa225] = "\x6d\x62", - [0xa226] = "\x6d\x63", [0xa227] = "\x6d\x64", [0xa228] = "\x6d\x65", - [0xa229] = "\x6d\x66", [0xa22a] = "\x6d\x67", [0xa22b] = "\x6d\x68", - [0xa22c] = "\x6d\x69", [0xa22d] = "\x6d\x6a", [0xa22e] = "\x6d\x6b", - [0xa22f] = "\x6d\x6c", [0xa230] = "\x6d\x6d", [0xa231] = "\x6d\x6e", - [0xa232] = "\x6d\x6f", [0xa233] = "\x6d\x70", [0xa234] = "\x6d\x71", - [0xa235] = "\x6d\x72", [0xa236] = "\x6d\x73", [0xa237] = "\x6d\x74", - [0xa238] = "\x6d\x75", [0xa239] = "\x6d\x76", [0xa23a] = "\x6d\x77", - [0xa23b] = "\x6d\x78", [0xa23c] = "\x6d\x79", [0xa23d] = "\x6d\x7a", - [0xa23e] = "\x6d\x7b", [0xa23f] = "\x6d\x7c", [0xa240] = "\x6d\x7d", - [0xa241] = "\x6d\x7e", [0xa242] = "\x6d\x7f", [0xa243] = "\x6d\x80", - [0xa244] = "\x6d\x81", [0xa245] = "\x6d\x82", [0xa246] = "\x6d\x83", - [0xa247] = "\x6d\x84", [0xa248] = "\x6d\x85", [0xa249] = "\x6d\x86", - [0xa24a] = "\x6d\x87", [0xa24b] = "\x6d\x88", [0xa24c] = "\x6d\x89", - [0xa24d] = "\x6d\x8a", [0xa24e] = "\x6d\x8b", [0xa24f] = "\x6d\x8c", - [0xa250] = "\x6d\x8d", [0xa251] = "\x6d\x8e", [0xa252] = "\x6d\x8f", - [0xa253] = "\x6d\x90", [0xa254] = "\x6d\x91", [0xa255] = "\x6d\x92", - [0xa256] = "\x6d\x93", [0xa257] = "\x6d\x94", [0xa258] = "\x6d\x95", - [0xa259] = "\x6d\x96", [0xa25a] = "\x6d\x97", [0xa25b] = "\x6d\x98", - [0xa25c] = "\x6d\x99", [0xa25d] = "\x6d\x9a", [0xa25e] = "\x6d\x9b", - [0xa25f] = "\x6d\x9c", [0xa260] = "\x6d\x9d", [0xa261] = "\x6d\x9e", - [0xa262] = "\x6d\x9f", [0xa263] = "\x6d\xa0", [0xa264] = "\x6d\xa1", - [0xa265] = "\x6d\xa2", [0xa266] = "\x6d\xa3", [0xa267] = "\x6d\xa4", - [0xa268] = "\x6d\xa5", [0xa269] = "\x6d\xa6", [0xa26a] = "\x6d\xa7", - [0xa26b] = "\x6d\xa8", [0xa26c] = "\x6d\xa9", [0xa26d] = "\x6d\xaa", - [0xa26e] = "\x6d\xab", [0xa26f] = "\x6d\xac", [0xa270] = "\x6d\xad", - [0xa271] = "\x6d\xae", [0xa272] = "\x6d\xaf", [0xa273] = "\x6d\xb0", - [0xa274] = "\x6d\xb1", [0xa275] = "\x6d\xb2", [0xa276] = "\x6d\xb3", - [0xa277] = "\x6d\xb4", [0xa278] = "\x6d\xb5", [0xa279] = "\x6d\xb6", - [0xa27a] = "\x6d\xb7", [0xa27b] = "\x6d\xb8", [0xa27c] = "\x6d\xb9", - [0xa27d] = "\x6d\xba", [0xa27e] = "\x6d\xbb", [0xa27f] = "\x6d\xbc", - [0xa280] = "\x6d\xbd", [0xa281] = "\x6d\xbe", [0xa282] = "\x6d\xbf", - [0xa283] = "\x6d\xc0", [0xa284] = "\x6d\xc1", [0xa285] = "\x6d\xc2", - [0xa286] = "\x6d\xc3", [0xa287] = "\x6d\xc4", [0xa288] = "\x6d\xc5", - [0xa289] = "\x6d\xc6", [0xa28a] = "\x6d\xc7", [0xa28b] = "\x6d\xc8", - [0xa28c] = "\x6d\xc9", [0xa28d] = "\x6d\xca", [0xa28e] = "\x6d\xcb", - [0xa28f] = "\x6d\xcc", [0xa290] = "\x6d\xcd", [0xa291] = "\x6d\xce", - [0xa292] = "\x6d\xcf", [0xa293] = "\x6d\xd0", [0xa294] = "\x6d\xd1", - [0xa295] = "\x6d\xd2", [0xa296] = "\x6d\xd3", [0xa297] = "\x6d\xd4", - [0xa298] = "\x6d\xd5", [0xa299] = "\x6d\xd6", [0xa29a] = "\x6d\xd7", - [0xa29b] = "\x6d\xd8", [0xa29c] = "\x6d\xd9", [0xa29d] = "\x6d\xda", - [0xa29e] = "\x6d\xdb", [0xa29f] = "\x6d\xdc", [0xa2a0] = "\x6d\xdd", - [0xa2a1] = "\x6d\xde", [0xa2a2] = "\x6d\xdf", [0xa2a3] = "\x6d\xe0", - [0xa2a4] = "\x6d\xe1", [0xa2a5] = "\x6d\xe2", [0xa2a6] = "\x6d\xe3", - [0xa2a7] = "\x6d\xe4", [0xa2a8] = "\x6d\xe5", [0xa2a9] = "\x6d\xe6", - [0xa2aa] = "\x6d\xe7", [0xa2ab] = "\x6d\xe8", [0xa2ac] = "\x6d\xe9", - [0xa2ad] = "\x6d\xea", [0xa2ae] = "\x6d\xeb", [0xa2af] = "\x6d\xec", - [0xa2b0] = "\x6d\xed", [0xa2b1] = "\x6d\xee", [0xa2b2] = "\x6d\xef", - [0xa2b3] = "\x6d\xf0", [0xa2b4] = "\x6d\xf1", [0xa2b5] = "\x6d\xf2", - [0xa2b6] = "\x6d\xf3", [0xa2b7] = "\x6d\xf4", [0xa2b8] = "\x6d\xf5", - [0xa2b9] = "\x6d\xf6", [0xa2ba] = "\x6d\xf7", [0xa2bb] = "\x6d\xf8", - [0xa2bc] = "\x6d\xf9", [0xa2bd] = "\x6d\xfa", [0xa2be] = "\x6d\xfb", - [0xa2bf] = "\x6d\xfc", [0xa2c0] = "\x6d\xfd", [0xa2c1] = "\x6d\xfe", - [0xa2c2] = "\x6d\xff", [0xa2c3] = "\x6e\x00", [0xa2c4] = "\x6e\x01", - [0xa2c5] = "\x6e\x02", [0xa2c6] = "\x6e\x03", [0xa2c7] = "\x6e\x04", - [0xa2c8] = "\x6e\x05", [0xa2c9] = "\x6e\x06", [0xa2ca] = "\x6e\x07", - [0xa2cb] = "\x6e\x08", [0xa2cc] = "\x6e\x09", [0xa2cd] = "\x6e\x0a", - [0xa2ce] = "\x6e\x0b", [0xa2cf] = "\x6e\x0c", [0xa2d0] = "\x6e\x0d", - [0xa2d1] = "\x6e\x0e", [0xa2d2] = "\x6e\x0f", [0xa2d3] = "\x6e\x10", - [0xa2d4] = "\x6e\x11", [0xa2d5] = "\x6e\x12", [0xa2d6] = "\x6e\x13", - [0xa2d7] = "\x6e\x14", [0xa2d8] = "\x6e\x15", [0xa2d9] = "\x6e\x16", - [0xa2da] = "\x6e\x17", [0xa2db] = "\x6e\x18", [0xa2dc] = "\x6e\x19", - [0xa2dd] = "\x6e\x1a", [0xa2de] = "\x6e\x1b", [0xa2df] = "\x6e\x1c", - [0xa2e0] = "\x6e\x1d", [0xa2e1] = "\x6e\x1e", [0xa2e2] = "\x6e\x1f", - [0xa2e3] = "\x6e\x20", [0xa2e4] = "\x6e\x21", [0xa2e5] = "\x6e\x22", - [0xa2e6] = "\x6e\x23", [0xa2e7] = "\x6e\x24", [0xa2e8] = "\x6e\x25", - [0xa2e9] = "\x6e\x26", [0xa2ea] = "\x6e\x27", [0xa2eb] = "\x6e\x28", - [0xa2ec] = "\x6e\x29", [0xa2ed] = "\x6e\x2a", [0xa2ee] = "\x6e\x2b", - [0xa2ef] = "\x6e\x2c", [0xa2f0] = "\x6e\x2d", [0xa2f1] = "\x6e\x2e", - [0xa2f2] = "\x6e\x2f", [0xa2f3] = "\x6e\x30", [0xa2f4] = "\x6e\x31", - [0xa2f5] = "\x6e\x32", [0xa2f6] = "\x6e\x33", [0xa2f7] = "\x6e\x34", - [0xa2f8] = "\x6e\x35", [0xa2f9] = "\x6e\x36", [0xa2fa] = "\x6e\x37", - [0xa2fb] = "\x6e\x38", [0xa2fc] = "\x6e\x39", [0xa2fd] = "\x6e\x3a", - [0xa2fe] = "\x6e\x3b", [0xa2ff] = "\x6e\x3c", [0xa300] = "\x6e\x3d", - [0xa301] = "\x6e\x3e", [0xa302] = "\x6e\x3f", [0xa303] = "\x6e\x40", - [0xa304] = "\x6e\x41", [0xa305] = "\x6e\x42", [0xa306] = "\x6e\x43", - [0xa307] = "\x6e\x44", [0xa308] = "\x6e\x45", [0xa309] = "\x6e\x46", - [0xa30a] = "\x6e\x47", [0xa30b] = "\x6e\x48", [0xa30c] = "\x6e\x49", - [0xa30d] = "\x6e\x4a", [0xa30e] = "\x6e\x4b", [0xa30f] = "\x6e\x4c", - [0xa310] = "\x6e\x4d", [0xa311] = "\x6e\x4e", [0xa312] = "\x6e\x4f", - [0xa313] = "\x6e\x50", [0xa314] = "\x6e\x51", [0xa315] = "\x6e\x52", - [0xa316] = "\x6e\x53", [0xa317] = "\x6e\x54", [0xa318] = "\x6e\x55", - [0xa319] = "\x6e\x56", [0xa31a] = "\x6e\x57", [0xa31b] = "\x6e\x58", - [0xa31c] = "\x6e\x59", [0xa31d] = "\x6e\x5a", [0xa31e] = "\x6e\x5b", - [0xa31f] = "\x6e\x5c", [0xa320] = "\x6e\x5d", [0xa321] = "\x6e\x5e", - [0xa322] = "\x6e\x5f", [0xa323] = "\x6e\x60", [0xa324] = "\x6e\x61", - [0xa325] = "\x6e\x62", [0xa326] = "\x6e\x63", [0xa327] = "\x6e\x64", - [0xa328] = "\x6e\x65", [0xa329] = "\x6e\x66", [0xa32a] = "\x6e\x67", - [0xa32b] = "\x6e\x68", [0xa32c] = "\x6e\x69", [0xa32d] = "\x6e\x6a", - [0xa32e] = "\x6e\x6b", [0xa32f] = "\x6e\x6c", [0xa330] = "\x6e\x6d", - [0xa331] = "\x6e\x6e", [0xa332] = "\x6e\x6f", [0xa333] = "\x6e\x70", - [0xa334] = "\x6e\x71", [0xa335] = "\x6e\x72", [0xa336] = "\x6e\x73", - [0xa337] = "\x6e\x74", [0xa338] = "\x6e\x75", [0xa339] = "\x6e\x76", - [0xa33a] = "\x6e\x77", [0xa33b] = "\x6e\x78", [0xa33c] = "\x6e\x79", - [0xa33d] = "\x6e\x7a", [0xa33e] = "\x6e\x7b", [0xa33f] = "\x6e\x7c", - [0xa340] = "\x6e\x7d", [0xa341] = "\x6e\x7e", [0xa342] = "\x6e\x7f", - [0xa343] = "\x6e\x80", [0xa344] = "\x6e\x81", [0xa345] = "\x6e\x82", - [0xa346] = "\x6e\x83", [0xa347] = "\x6e\x84", [0xa348] = "\x6e\x85", - [0xa349] = "\x6e\x86", [0xa34a] = "\x6e\x87", [0xa34b] = "\x6e\x88", - [0xa34c] = "\x6e\x89", [0xa34d] = "\x6e\x8a", [0xa34e] = "\x6e\x8b", - [0xa34f] = "\x6e\x8c", [0xa350] = "\x6e\x8d", [0xa351] = "\x6e\x8e", - [0xa352] = "\x6e\x8f", [0xa353] = "\x6e\x90", [0xa354] = "\x6e\x91", - [0xa355] = "\x6e\x92", [0xa356] = "\x6e\x93", [0xa357] = "\x6e\x94", - [0xa358] = "\x6e\x95", [0xa359] = "\x6e\x96", [0xa35a] = "\x6e\x97", - [0xa35b] = "\x6e\x98", [0xa35c] = "\x6e\x99", [0xa35d] = "\x6e\x9a", - [0xa35e] = "\x6e\x9b", [0xa35f] = "\x6e\x9c", [0xa360] = "\x6e\x9d", - [0xa361] = "\x6e\x9e", [0xa362] = "\x6e\x9f", [0xa363] = "\x6e\xa0", - [0xa364] = "\x6e\xa1", [0xa365] = "\x6e\xa2", [0xa366] = "\x6e\xa3", - [0xa367] = "\x6e\xa4", [0xa368] = "\x6e\xa5", [0xa369] = "\x6e\xa6", - [0xa36a] = "\x6e\xa7", [0xa36b] = "\x6e\xa8", [0xa36c] = "\x6e\xa9", - [0xa36d] = "\x6e\xaa", [0xa36e] = "\x6e\xab", [0xa36f] = "\x6e\xac", - [0xa370] = "\x6e\xad", [0xa371] = "\x6e\xae", [0xa372] = "\x6e\xaf", - [0xa373] = "\x6e\xb0", [0xa374] = "\x6e\xb1", [0xa375] = "\x6e\xb2", - [0xa376] = "\x6e\xb3", [0xa377] = "\x6e\xb4", [0xa378] = "\x6e\xb5", - [0xa379] = "\x6e\xb6", [0xa37a] = "\x6e\xb7", [0xa37b] = "\x6e\xb8", - [0xa37c] = "\x6e\xb9", [0xa37d] = "\x6e\xba", [0xa37e] = "\x6e\xbb", - [0xa37f] = "\x6e\xbc", [0xa380] = "\x6e\xbd", [0xa381] = "\x6e\xbe", - [0xa382] = "\x6e\xbf", [0xa383] = "\x6e\xc0", [0xa384] = "\x6e\xc1", - [0xa385] = "\x6e\xc2", [0xa386] = "\x6e\xc3", [0xa387] = "\x6e\xc4", - [0xa388] = "\x6e\xc5", [0xa389] = "\x6e\xc6", [0xa38a] = "\x6e\xc7", - [0xa38b] = "\x6e\xc8", [0xa38c] = "\x6e\xc9", [0xa38d] = "\x6e\xca", - [0xa38e] = "\x6e\xcb", [0xa38f] = "\x6e\xcc", [0xa390] = "\x6e\xcd", - [0xa391] = "\x6e\xce", [0xa392] = "\x6e\xcf", [0xa393] = "\x6e\xd0", - [0xa394] = "\x6e\xd1", [0xa395] = "\x6e\xd2", [0xa396] = "\x6e\xd3", - [0xa397] = "\x6e\xd4", [0xa398] = "\x6e\xd5", [0xa399] = "\x6e\xd6", - [0xa39a] = "\x6e\xd7", [0xa39b] = "\x6e\xd8", [0xa39c] = "\x6e\xd9", - [0xa39d] = "\x6e\xda", [0xa39e] = "\x6e\xdb", [0xa39f] = "\x6e\xdc", - [0xa3a0] = "\x6e\xdd", [0xa3a1] = "\x6e\xde", [0xa3a2] = "\x6e\xdf", - [0xa3a3] = "\x6e\xe0", [0xa3a4] = "\x6e\xe1", [0xa3a5] = "\x6e\xe2", - [0xa3a6] = "\x6e\xe3", [0xa3a7] = "\x6e\xe4", [0xa3a8] = "\x6e\xe5", - [0xa3a9] = "\x6e\xe6", [0xa3aa] = "\x6e\xe7", [0xa3ab] = "\x6e\xe8", - [0xa3ac] = "\x6e\xe9", [0xa3ad] = "\x6e\xea", [0xa3ae] = "\x6e\xeb", - [0xa3af] = "\x6e\xec", [0xa3b0] = "\x6e\xed", [0xa3b1] = "\x6e\xee", - [0xa3b2] = "\x6e\xef", [0xa3b3] = "\x6e\xf0", [0xa3b4] = "\x6e\xf1", - [0xa3b5] = "\x6e\xf2", [0xa3b6] = "\x6e\xf3", [0xa3b7] = "\x6e\xf4", - [0xa3b8] = "\x6e\xf5", [0xa3b9] = "\x6e\xf6", [0xa3ba] = "\x6e\xf7", - [0xa3bb] = "\x6e\xf8", [0xa3bc] = "\x6e\xf9", [0xa3bd] = "\x6e\xfa", - [0xa3be] = "\x6e\xfb", [0xa3bf] = "\x6e\xfc", [0xa3c0] = "\x6e\xfd", - [0xa3c1] = "\x6e\xfe", [0xa3c2] = "\x6e\xff", [0xa3c3] = "\x6f\x00", - [0xa3c4] = "\x6f\x01", [0xa3c5] = "\x6f\x02", [0xa3c6] = "\x6f\x03", - [0xa3c7] = "\x6f\x04", [0xa3c8] = "\x6f\x05", [0xa3c9] = "\x6f\x06", - [0xa3ca] = "\x6f\x07", [0xa3cb] = "\x6f\x08", [0xa3cc] = "\x6f\x09", - [0xa3cd] = "\x6f\x0a", [0xa3ce] = "\x6f\x0b", [0xa3cf] = "\x6f\x0c", - [0xa3d0] = "\x6f\x0d", [0xa3d1] = "\x6f\x0e", [0xa3d2] = "\x6f\x0f", - [0xa3d3] = "\x6f\x10", [0xa3d4] = "\x6f\x11", [0xa3d5] = "\x6f\x12", - [0xa3d6] = "\x6f\x13", [0xa3d7] = "\x6f\x14", [0xa3d8] = "\x6f\x15", - [0xa3d9] = "\x6f\x16", [0xa3da] = "\x6f\x17", [0xa3db] = "\x6f\x18", - [0xa3dc] = "\x6f\x19", [0xa3dd] = "\x6f\x1a", [0xa3de] = "\x6f\x1b", - [0xa3df] = "\x6f\x1c", [0xa3e0] = "\x6f\x1d", [0xa3e1] = "\x6f\x1e", - [0xa3e2] = "\x6f\x1f", [0xa3e3] = "\x6f\x20", [0xa3e4] = "\x6f\x21", - [0xa3e5] = "\x6f\x22", [0xa3e6] = "\x6f\x23", [0xa3e7] = "\x6f\x24", - [0xa3e8] = "\x6f\x25", [0xa3e9] = "\x6f\x26", [0xa3ea] = "\x6f\x27", - [0xa3eb] = "\x6f\x28", [0xa3ec] = "\x6f\x29", [0xa3ed] = "\x6f\x2a", - [0xa3ee] = "\x6f\x2b", [0xa3ef] = "\x6f\x2c", [0xa3f0] = "\x6f\x2d", - [0xa3f1] = "\x6f\x2e", [0xa3f2] = "\x6f\x2f", [0xa3f3] = "\x6f\x30", - [0xa3f4] = "\x6f\x31", [0xa3f5] = "\x6f\x32", [0xa3f6] = "\x6f\x33", - [0xa3f7] = "\x6f\x34", [0xa3f8] = "\x6f\x35", [0xa3f9] = "\x6f\x36", - [0xa3fa] = "\x6f\x37", [0xa3fb] = "\x6f\x38", [0xa3fc] = "\x6f\x39", - [0xa3fd] = "\x6f\x3a", [0xa3fe] = "\x6f\x3b", [0xa3ff] = "\x6f\x3c", - [0xa400] = "\x6f\x3d", [0xa401] = "\x6f\x3e", [0xa402] = "\x6f\x3f", - [0xa403] = "\x6f\x40", [0xa404] = "\x6f\x41", [0xa405] = "\x6f\x42", - [0xa406] = "\x6f\x43", [0xa407] = "\x6f\x44", [0xa408] = "\x6f\x45", - [0xa409] = "\x6f\x46", [0xa40a] = "\x6f\x47", [0xa40b] = "\x6f\x48", - [0xa40c] = "\x6f\x49", [0xa410] = "\x6f\x4d", [0xa411] = "\x6f\x4e", - [0xa412] = "\x6f\x4f", [0xa413] = "\x6f\x50", [0xa414] = "\x6f\x51", - [0xa415] = "\x6f\x52", [0xa416] = "\x6f\x53", [0xa417] = "\x6f\x54", - [0xa418] = "\x6f\x55", [0xa419] = "\x6f\x56", [0xa41a] = "\x6f\x57", - [0xa41b] = "\x6f\x58", [0xa41c] = "\x6f\x59", [0xa41d] = "\x6f\x5a", - [0xa41e] = "\x6f\x5b", [0xa41f] = "\x6f\x5c", [0xa420] = "\x6f\x5d", - [0xa421] = "\x6f\x5e", [0xa422] = "\x6f\x5f", [0xa423] = "\x6f\x60", - [0xa424] = "\x6f\x61", [0xa425] = "\x6f\x62", [0xa426] = "\x6f\x63", - [0xa427] = "\x6f\x64", [0xa428] = "\x6f\x65", [0xa429] = "\x6f\x66", - [0xa42a] = "\x6f\x67", [0xa42b] = "\x6f\x68", [0xa42c] = "\x6f\x69", - [0xa42d] = "\x6f\x6a", [0xa42e] = "\x6f\x6b", [0xa42f] = "\x6f\x6c", - [0xa430] = "\x6f\x6d", [0xa431] = "\x6f\x6e", [0xa432] = "\x6f\x6f", - [0xa433] = "\x6f\x70", [0xa434] = "\x6f\x71", [0xa435] = "\x6f\x72", - [0xa436] = "\x6f\x73", [0xa437] = "\x6f\x74", [0xa438] = "\x6f\x75", - [0xa439] = "\x6f\x76", [0xa43a] = "\x6f\x77", [0xa43b] = "\x6f\x78", - [0xa43c] = "\x6f\x79", [0xa43d] = "\x6f\x7a", [0xa43e] = "\x6f\x7b", - [0xa43f] = "\x6f\x7c", [0xa440] = "\x6f\x7d", [0xa441] = "\x6f\x7e", - [0xa442] = "\x6f\x7f", [0xa443] = "\x6f\x80", [0xa444] = "\x6f\x81", - [0xa445] = "\x6f\x82", [0xa446] = "\x6f\x83", + [0x0000] = "\x20\x00", [0x0001] = "\x20\x01", [0x0002] = "\x20\x02", + [0x0003] = "\x20\x03", [0x0004] = "\x20\x04", [0x0005] = "\x20\x05", + [0x0006] = "\x20\x06", [0x0007] = "\x20\x07", [0x0008] = "\x20\x08", + [0x0009] = "\x20\x09", [0x000a] = "\x20\x0a", [0x000b] = "\x20\x0b", + [0x000c] = "\x20\x0c", [0x000d] = "\x20\x0d", [0x000e] = "\x20\x0e", + [0x000f] = "\x20\x0f", [0x0010] = "\x20\x10", [0x0011] = "\x20\x11", + [0x0012] = "\x20\x12", [0x0013] = "\x20\x13", [0x0014] = "\x20\x14", + [0x0015] = "\x20\x15", [0x0016] = "\x20\x16", [0x0017] = "\x20\x17", + [0x0018] = "\x20\x18", [0x0019] = "\x20\x19", [0x001a] = "\x20\x1a", + [0x001b] = "\x20\x1b", [0x001c] = "\x20\x1c", [0x001d] = "\x20\x1d", + [0x001e] = "\x20\x1e", [0x001f] = "\x20\x1f", [0x0020] = "\x20\x20", + [0x0021] = "\x20\x21", [0x0022] = "\x20\x22", [0x0023] = "\x20\x23", + [0x0024] = "\xa1\xe8", [0x0025] = "\x20\x24", [0x0026] = "\x20\x25", + [0x0027] = "\xa1\xec", [0x0028] = "\xa1\xa7", [0x0029] = "\x20\x26", + [0x002a] = "\x20\x27", [0x002b] = "\x20\x28", [0x002c] = "\x20\x29", + [0x002d] = "\x20\x2a", [0x002e] = "\x20\x2b", [0x002f] = "\x20\x2c", + [0x0030] = "\xa1\xe3", [0x0031] = "\xa1\xc0", [0x0032] = "\x20\x2d", + [0x0033] = "\x20\x2e", [0x0034] = "\x20\x2f", [0x0035] = "\x20\x30", + [0x0036] = "\x20\x31", [0x0037] = "\xa1\xa4", [0x0038] = "\x20\x32", + [0x0039] = "\x20\x33", [0x003a] = "\x20\x34", [0x003b] = "\x20\x35", + [0x003c] = "\x20\x36", [0x003d] = "\x20\x37", [0x003e] = "\x20\x38", + [0x003f] = "\x20\x39", [0x0040] = "\x20\x3a", [0x0041] = "\x20\x3b", + [0x0042] = "\x20\x3c", [0x0043] = "\x20\x3d", [0x0044] = "\x20\x3e", + [0x0045] = "\x20\x3f", [0x0046] = "\x20\x40", [0x0047] = "\x20\x41", + [0x0048] = "\x20\x42", [0x0049] = "\x20\x43", [0x004a] = "\x20\x44", + [0x004b] = "\x20\x45", [0x004c] = "\x20\x46", [0x004d] = "\x20\x47", + [0x004e] = "\x20\x48", [0x004f] = "\x20\x49", [0x0050] = "\x20\x4a", + [0x0051] = "\x20\x4b", [0x0052] = "\x20\x4c", [0x0053] = "\x20\x4d", + [0x0054] = "\x20\x4e", [0x0055] = "\x20\x4f", [0x0056] = "\x20\x50", + [0x0057] = "\xa1\xc1", [0x0058] = "\x20\x51", [0x0059] = "\x20\x52", + [0x005a] = "\x20\x53", [0x005b] = "\x20\x54", [0x005c] = "\x20\x55", + [0x005d] = "\x20\x56", [0x005e] = "\x20\x57", [0x005f] = "\x20\x58", + [0x0060] = "\xa8\xa4", [0x0061] = "\xa8\xa2", [0x0062] = "\x20\x59", + [0x0063] = "\x20\x5a", [0x0064] = "\x20\x5b", [0x0065] = "\x20\x5c", + [0x0066] = "\x20\x5d", [0x0067] = "\x20\x5e", [0x0068] = "\xa8\xa8", + [0x0069] = "\xa8\xa6", [0x006a] = "\xa8\xba", [0x006b] = "\x20\x5f", + [0x006c] = "\xa8\xac", [0x006d] = "\xa8\xaa", [0x006e] = "\x20\x60", + [0x006f] = "\x20\x61", [0x0070] = "\x20\x62", [0x0071] = "\x20\x63", + [0x0072] = "\xa8\xb0", [0x0073] = "\xa8\xae", [0x0074] = "\x20\x64", + [0x0075] = "\x20\x65", [0x0076] = "\x20\x66", [0x0077] = "\xa1\xc2", + [0x0078] = "\x20\x67", [0x0079] = "\xa8\xb4", [0x007a] = "\xa8\xb2", + [0x007b] = "\x20\x68", [0x007c] = "\xa8\xb9", [0x007d] = "\x20\x69", + [0x007e] = "\x20\x6a", [0x007f] = "\x20\x6b", [0x0080] = "\x20\x6c", + [0x0081] = "\xa8\xa1", [0x0082] = "\x20\x6d", [0x0083] = "\x20\x6e", + [0x0084] = "\x20\x6f", [0x0085] = "\x20\x70", [0x0086] = "\x20\x71", + [0x0087] = "\x20\x72", [0x0088] = "\x20\x73", [0x0089] = "\x20\x74", + [0x008a] = "\x20\x75", [0x008b] = "\x20\x76", [0x008c] = "\x20\x77", + [0x008d] = "\x20\x78", [0x008e] = "\x20\x79", [0x008f] = "\x20\x7a", + [0x0090] = "\x20\x7b", [0x0091] = "\x20\x7c", [0x0092] = "\x20\x7d", + [0x0093] = "\xa8\xa5", [0x0094] = "\x20\x7e", [0x0095] = "\x20\x7f", + [0x0096] = "\x20\x80", [0x0097] = "\x20\x81", [0x0098] = "\x20\x82", + [0x0099] = "\x20\x83", [0x009a] = "\x20\x84", [0x009b] = "\xa8\xa7", + [0x009c] = "\x20\x85", [0x009d] = "\x20\x86", [0x009e] = "\x20\x87", + [0x009f] = "\x20\x88", [0x00a0] = "\x20\x89", [0x00a1] = "\x20\x8a", + [0x00a2] = "\x20\x8b", [0x00a3] = "\x20\x8c", [0x00a4] = "\x20\x8d", + [0x00a5] = "\x20\x8e", [0x00a6] = "\x20\x8f", [0x00a7] = "\x20\x90", + [0x00a8] = "\x20\x91", [0x00a9] = "\x20\x92", [0x00aa] = "\x20\x93", + [0x00ab] = "\xa8\xa9", [0x00ac] = "\x20\x94", [0x00ad] = "\x20\x95", + [0x00ae] = "\x20\x96", [0x00af] = "\x20\x97", [0x00b0] = "\x20\x98", + [0x00b1] = "\x20\x99", [0x00b2] = "\x20\x9a", [0x00b3] = "\x20\x9b", + [0x00b4] = "\x20\x9c", [0x00b5] = "\x20\x9d", [0x00b6] = "\x20\x9e", + [0x00b7] = "\x20\x9f", [0x00b8] = "\x20\xa0", [0x00b9] = "\x20\xa1", + [0x00ba] = "\x20\xa2", [0x00bb] = "\x20\xa3", [0x00bc] = "\x20\xa4", + [0x00bd] = "\x20\xa5", [0x00be] = "\x20\xa6", [0x00bf] = "\x20\xa7", + [0x00c0] = "\x20\xa8", [0x00c1] = "\x20\xa9", [0x00c2] = "\x20\xaa", + [0x00c3] = "\x20\xab", [0x00c4] = "\xa8\xbd", [0x00c5] = "\x20\xac", + [0x00c6] = "\x20\xad", [0x00c7] = "\x20\xae", [0x00c8] = "\xa8\xbe", + [0x00c9] = "\x20\xaf", [0x00ca] = "\x20\xb0", [0x00cb] = "\x20\xb1", + [0x00cc] = "\x20\xb2", [0x00cd] = "\xa8\xad", [0x00ce] = "\x20\xb3", + [0x00cf] = "\x20\xb4", [0x00d0] = "\x20\xb5", [0x00d1] = "\x20\xb6", + [0x00d2] = "\x20\xb7", [0x00d3] = "\x20\xb8", [0x00d4] = "\x20\xb9", + [0x00d5] = "\x20\xba", [0x00d6] = "\x20\xbb", [0x00d7] = "\x20\xbc", + [0x00d8] = "\x20\xbd", [0x00d9] = "\x20\xbe", [0x00da] = "\x20\xbf", + [0x00db] = "\x20\xc0", [0x00dc] = "\x20\xc1", [0x00dd] = "\x20\xc2", + [0x00de] = "\x20\xc3", [0x00df] = "\x20\xc4", [0x00e0] = "\x20\xc5", + [0x00e1] = "\x20\xc6", [0x00e2] = "\x20\xc7", [0x00e3] = "\x20\xc8", + [0x00e4] = "\x20\xc9", [0x00e5] = "\x20\xca", [0x00e6] = "\x20\xcb", + [0x00e7] = "\x20\xcc", [0x00e8] = "\x20\xcd", [0x00e9] = "\x20\xce", + [0x00ea] = "\x20\xcf", [0x00eb] = "\xa8\xb1", [0x00ec] = "\x20\xd0", + [0x00ed] = "\x20\xd1", [0x00ee] = "\x20\xd2", [0x00ef] = "\x20\xd3", + [0x00f0] = "\x20\xd4", [0x00f1] = "\x20\xd5", [0x00f2] = "\x20\xd6", + [0x00f3] = "\x20\xd7", [0x00f4] = "\x20\xd8", [0x00f5] = "\x20\xd9", + [0x00f6] = "\x20\xda", [0x00f7] = "\x20\xdb", [0x00f8] = "\x20\xdc", + [0x00f9] = "\x20\xdd", [0x00fa] = "\x20\xde", [0x00fb] = "\x20\xdf", + [0x00fc] = "\x20\xe0", [0x00fd] = "\x20\xe1", [0x00fe] = "\x20\xe2", + [0x00ff] = "\x20\xe3", [0x0100] = "\x20\xe4", [0x0101] = "\x20\xe5", + [0x0102] = "\x20\xe6", [0x0103] = "\x20\xe7", [0x0104] = "\x20\xe8", + [0x0105] = "\x20\xe9", [0x0106] = "\x20\xea", [0x0107] = "\x20\xeb", + [0x0108] = "\x20\xec", [0x0109] = "\x20\xed", [0x010a] = "\x20\xee", + [0x010b] = "\x20\xef", [0x010c] = "\x20\xf0", [0x010d] = "\x20\xf1", + [0x010e] = "\x20\xf2", [0x010f] = "\x20\xf3", [0x0110] = "\x20\xf4", + [0x0111] = "\x20\xf5", [0x0112] = "\x20\xf6", [0x0113] = "\x20\xf7", + [0x0114] = "\x20\xf8", [0x0115] = "\x20\xf9", [0x0116] = "\x20\xfa", + [0x0117] = "\x20\xfb", [0x0118] = "\x20\xfc", [0x0119] = "\x20\xfd", + [0x011a] = "\x20\xfe", [0x011b] = "\x20\xff", [0x011c] = "\x21\x00", + [0x011d] = "\x21\x01", [0x011e] = "\x21\x02", [0x011f] = "\x21\x03", + [0x0120] = "\x21\x04", [0x0121] = "\x21\x05", [0x0122] = "\x21\x06", + [0x0123] = "\x21\x07", [0x0124] = "\x21\x08", [0x0125] = "\x21\x09", + [0x0126] = "\x21\x0a", [0x0127] = "\x21\x0b", [0x0128] = "\x21\x0c", + [0x0129] = "\x21\x0d", [0x012a] = "\x21\x0e", [0x012b] = "\x21\x0f", + [0x012c] = "\x21\x10", [0x012d] = "\x21\x11", [0x012e] = "\x21\x12", + [0x012f] = "\x21\x13", [0x0130] = "\x21\x14", [0x0131] = "\x21\x15", + [0x0132] = "\x21\x16", [0x0133] = "\x21\x17", [0x0134] = "\x21\x18", + [0x0135] = "\x21\x19", [0x0136] = "\x21\x1a", [0x0137] = "\x21\x1b", + [0x0138] = "\x21\x1c", [0x0139] = "\x21\x1d", [0x013a] = "\x21\x1e", + [0x013b] = "\x21\x1f", [0x013c] = "\x21\x20", [0x013d] = "\x21\x21", + [0x013e] = "\x21\x22", [0x013f] = "\x21\x23", [0x0140] = "\x21\x24", + [0x0141] = "\x21\x25", [0x0142] = "\x21\x26", [0x0143] = "\x21\x27", + [0x0144] = "\x21\x28", [0x0145] = "\x21\x29", [0x0146] = "\x21\x2a", + [0x0147] = "\x21\x2b", [0x0148] = "\x21\x2c", [0x0149] = "\x21\x2d", + [0x014a] = "\x21\x2e", [0x014b] = "\x21\x2f", [0x014c] = "\x21\x30", + [0x014d] = "\x21\x31", [0x014e] = "\xa8\xa3", [0x014f] = "\x21\x32", + [0x0150] = "\xa8\xab", [0x0151] = "\x21\x33", [0x0152] = "\xa8\xaf", + [0x0153] = "\x21\x34", [0x0154] = "\xa8\xb3", [0x0155] = "\x21\x35", + [0x0156] = "\xa8\xb5", [0x0157] = "\x21\x36", [0x0158] = "\xa8\xb6", + [0x0159] = "\x21\x37", [0x015a] = "\xa8\xb7", [0x015b] = "\x21\x38", + [0x015c] = "\xa8\xb8", [0x015d] = "\x21\x39", [0x015e] = "\x21\x3a", + [0x015f] = "\x21\x3b", [0x0160] = "\x21\x3c", [0x0161] = "\x21\x3d", + [0x0162] = "\x21\x3e", [0x0163] = "\x21\x3f", [0x0164] = "\x21\x40", + [0x0165] = "\x21\x41", [0x0166] = "\x21\x42", [0x0167] = "\x21\x43", + [0x0168] = "\x21\x44", [0x0169] = "\x21\x45", [0x016a] = "\x21\x46", + [0x016b] = "\x21\x47", [0x016c] = "\x21\x48", [0x016d] = "\x21\x49", + [0x016e] = "\x21\x4a", [0x016f] = "\x21\x4b", [0x0170] = "\x21\x4c", + [0x0171] = "\x21\x4d", [0x0172] = "\x21\x4e", [0x0173] = "\x21\x4f", + [0x0174] = "\x21\x50", [0x0175] = "\x21\x51", [0x0176] = "\x21\x52", + [0x0177] = "\x21\x53", [0x0178] = "\x21\x54", [0x0179] = "\xa8\xbf", + [0x017a] = "\x21\x55", [0x017b] = "\x21\x56", [0x017c] = "\x21\x57", + [0x017d] = "\x21\x58", [0x017e] = "\x21\x59", [0x017f] = "\x21\x5a", + [0x0180] = "\x21\x5b", [0x0181] = "\x21\x5c", [0x0182] = "\x21\x5d", + [0x0183] = "\x21\x5e", [0x0184] = "\x21\x5f", [0x0185] = "\x21\x60", + [0x0186] = "\x21\x61", [0x0187] = "\x21\x62", [0x0188] = "\x21\x63", + [0x0189] = "\x21\x64", [0x018a] = "\x21\x65", [0x018b] = "\x21\x66", + [0x018c] = "\x21\x67", [0x018d] = "\x21\x68", [0x018e] = "\x21\x69", + [0x018f] = "\x21\x6a", [0x0190] = "\x21\x6b", [0x0191] = "\x21\x6c", + [0x0192] = "\x21\x6d", [0x0193] = "\x21\x6e", [0x0194] = "\x21\x6f", + [0x0195] = "\x21\x70", [0x0196] = "\x21\x71", [0x0197] = "\x21\x72", + [0x0198] = "\x21\x73", [0x0199] = "\x21\x74", [0x019a] = "\x21\x75", + [0x019b] = "\x21\x76", [0x019c] = "\x21\x77", [0x019d] = "\x21\x78", + [0x019e] = "\x21\x79", [0x019f] = "\x21\x7a", [0x01a0] = "\x21\x7b", + [0x01a1] = "\x21\x7c", [0x01a2] = "\x21\x7d", [0x01a3] = "\x21\x7e", + [0x01a4] = "\x21\x7f", [0x01a5] = "\x21\x80", [0x01a6] = "\x21\x81", + [0x01a7] = "\x21\x82", [0x01a8] = "\x21\x83", [0x01a9] = "\x21\x84", + [0x01aa] = "\x21\x85", [0x01ab] = "\x21\x86", [0x01ac] = "\x21\x87", + [0x01ad] = "\x21\x88", [0x01ae] = "\x21\x89", [0x01af] = "\x21\x8a", + [0x01b0] = "\x21\x8b", [0x01b1] = "\x21\x8c", [0x01b2] = "\x21\x8d", + [0x01b3] = "\x21\x8e", [0x01b4] = "\x21\x8f", [0x01b5] = "\x21\x90", + [0x01b6] = "\x21\x91", [0x01b7] = "\x21\x92", [0x01b8] = "\x21\x93", + [0x01b9] = "\x21\x94", [0x01ba] = "\x21\x95", [0x01bb] = "\x21\x96", + [0x01bc] = "\x21\x97", [0x01bd] = "\x21\x98", [0x01be] = "\x21\x99", + [0x01bf] = "\x21\x9a", [0x01c0] = "\x21\x9b", [0x01c1] = "\x21\x9c", + [0x01c2] = "\x21\x9d", [0x01c3] = "\x21\x9e", [0x01c4] = "\x21\x9f", + [0x01c5] = "\x21\xa0", [0x01c6] = "\x21\xa1", [0x01c7] = "\x21\xa2", + [0x01c8] = "\x21\xa3", [0x01c9] = "\x21\xa4", [0x01ca] = "\x21\xa5", + [0x01cb] = "\x21\xa6", [0x01cc] = "\x21\xa7", [0x01cd] = "\x21\xa8", + [0x01ce] = "\x21\xa9", [0x01cf] = "\x21\xaa", [0x01d0] = "\x21\xab", + [0x01d1] = "\xa8\xbb", [0x01d2] = "\x21\xac", [0x01d3] = "\x21\xad", + [0x01d4] = "\x21\xae", [0x01d5] = "\x21\xaf", [0x01d6] = "\x21\xb0", + [0x01d7] = "\x21\xb1", [0x01d8] = "\x21\xb2", [0x01d9] = "\x21\xb3", + [0x01da] = "\x21\xb4", [0x01db] = "\x21\xb5", [0x01dc] = "\x21\xb6", + [0x01dd] = "\x21\xb7", [0x01de] = "\x21\xb8", [0x01df] = "\x21\xb9", + [0x01e0] = "\x21\xba", [0x01e1] = "\xa8\xc0", [0x01e2] = "\x21\xbb", + [0x01e3] = "\x21\xbc", [0x01e4] = "\x21\xbd", [0x01e5] = "\x21\xbe", + [0x01e6] = "\x21\xbf", [0x01e7] = "\x21\xc0", [0x01e8] = "\x21\xc1", + [0x01e9] = "\x21\xc2", [0x01ea] = "\x21\xc3", [0x01eb] = "\x21\xc4", + [0x01ec] = "\x21\xc5", [0x01ed] = "\x21\xc6", [0x01ee] = "\x21\xc7", + [0x01ef] = "\x21\xc8", [0x01f0] = "\x21\xc9", [0x01f1] = "\x21\xca", + [0x01f2] = "\x21\xcb", [0x01f3] = "\x21\xcc", [0x01f4] = "\x21\xcd", + [0x01f5] = "\x21\xce", [0x01f6] = "\x21\xcf", [0x01f7] = "\x21\xd0", + [0x01f8] = "\x21\xd1", [0x01f9] = "\x21\xd2", [0x01fa] = "\x21\xd3", + [0x01fb] = "\x21\xd4", [0x01fc] = "\x21\xd5", [0x01fd] = "\x21\xd6", + [0x01fe] = "\x21\xd7", [0x01ff] = "\x21\xd8", [0x0200] = "\x21\xd9", + [0x0201] = "\x21\xda", [0x0202] = "\x21\xdb", [0x0203] = "\x21\xdc", + [0x0204] = "\x21\xdd", [0x0205] = "\x21\xde", [0x0206] = "\x21\xdf", + [0x0207] = "\x21\xe0", [0x0208] = "\x21\xe1", [0x0209] = "\x21\xe2", + [0x020a] = "\x21\xe3", [0x020b] = "\x21\xe4", [0x020c] = "\x21\xe5", + [0x020d] = "\x21\xe6", [0x020e] = "\x21\xe7", [0x020f] = "\x21\xe8", + [0x0210] = "\x21\xe9", [0x0211] = "\x21\xea", [0x0212] = "\x21\xeb", + [0x0213] = "\x21\xec", [0x0214] = "\x21\xed", [0x0215] = "\x21\xee", + [0x0216] = "\x21\xef", [0x0217] = "\x21\xf0", [0x0218] = "\x21\xf1", + [0x0219] = "\x21\xf2", [0x021a] = "\x21\xf3", [0x021b] = "\x21\xf4", + [0x021c] = "\x21\xf5", [0x021d] = "\x21\xf6", [0x021e] = "\x21\xf7", + [0x021f] = "\x21\xf8", [0x0220] = "\x21\xf9", [0x0221] = "\x21\xfa", + [0x0222] = "\x21\xfb", [0x0223] = "\x21\xfc", [0x0224] = "\x21\xfd", + [0x0225] = "\x21\xfe", [0x0226] = "\x21\xff", [0x0227] = "\x22\x00", + [0x0228] = "\x22\x01", [0x0229] = "\x22\x02", [0x022a] = "\x22\x03", + [0x022b] = "\x22\x04", [0x022c] = "\x22\x05", [0x022d] = "\x22\x06", + [0x022e] = "\x22\x07", [0x022f] = "\x22\x08", [0x0230] = "\x22\x09", + [0x0231] = "\x22\x0a", [0x0232] = "\x22\x0b", [0x0233] = "\x22\x0c", + [0x0234] = "\x22\x0d", [0x0235] = "\x22\x0e", [0x0236] = "\x22\x0f", + [0x0237] = "\x22\x10", [0x0238] = "\x22\x11", [0x0239] = "\x22\x12", + [0x023a] = "\x22\x13", [0x023b] = "\x22\x14", [0x023c] = "\x22\x15", + [0x023d] = "\x22\x16", [0x023e] = "\x22\x17", [0x023f] = "\x22\x18", + [0x0240] = "\x22\x19", [0x0241] = "\x22\x1a", [0x0242] = "\x22\x1b", + [0x0243] = "\x22\x1c", [0x0244] = "\x22\x1d", [0x0245] = "\x22\x1e", + [0x0246] = "\x22\x1f", [0x0247] = "\xa1\xa6", [0x0248] = "\x22\x20", + [0x0249] = "\xa1\xa5", [0x024a] = "\xa8\x40", [0x024b] = "\xa8\x41", + [0x024c] = "\x22\x21", [0x024d] = "\x22\x22", [0x024e] = "\x22\x23", + [0x024f] = "\x22\x24", [0x0250] = "\x22\x25", [0x0251] = "\x22\x26", + [0x0252] = "\x22\x27", [0x0253] = "\x22\x28", [0x0254] = "\x22\x29", + [0x0255] = "\x22\x2a", [0x0256] = "\x22\x2b", [0x0257] = "\x22\x2c", + [0x0258] = "\x22\x2d", [0x0259] = "\xa8\x42", [0x025a] = "\x22\x2e", + [0x025b] = "\x22\x2f", [0x025c] = "\x22\x30", [0x025d] = "\x22\x31", + [0x025e] = "\x22\x32", [0x025f] = "\x22\x33", [0x0260] = "\x22\x34", + [0x0261] = "\x22\x35", [0x0262] = "\x22\x36", [0x0263] = "\x22\x37", + [0x0264] = "\x22\x38", [0x0265] = "\x22\x39", [0x0266] = "\x22\x3a", + [0x0267] = "\x22\x3b", [0x0268] = "\x22\x3c", [0x0269] = "\x22\x3d", + [0x026a] = "\x22\x3e", [0x026b] = "\x22\x3f", [0x026c] = "\x22\x40", + [0x026d] = "\x22\x41", [0x026e] = "\x22\x42", [0x026f] = "\x22\x43", + [0x0270] = "\x22\x44", [0x0271] = "\x22\x45", [0x0272] = "\x22\x46", + [0x0273] = "\x22\x47", [0x0274] = "\x22\x48", [0x0275] = "\x22\x49", + [0x0276] = "\x22\x4a", [0x0277] = "\x22\x4b", [0x0278] = "\x22\x4c", + [0x0279] = "\x22\x4d", [0x027a] = "\x22\x4e", [0x027b] = "\x22\x4f", + [0x027c] = "\x22\x50", [0x027d] = "\x22\x51", [0x027e] = "\x22\x52", + [0x027f] = "\x22\x53", [0x0280] = "\x22\x54", [0x0281] = "\x22\x55", + [0x0282] = "\x22\x56", [0x0283] = "\x22\x57", [0x0284] = "\x22\x58", + [0x0285] = "\x22\x59", [0x0286] = "\x22\x5a", [0x0287] = "\x22\x5b", + [0x0288] = "\x22\x5c", [0x0289] = "\x22\x5d", [0x028a] = "\x22\x5e", + [0x028b] = "\x22\x5f", [0x028c] = "\x22\x60", [0x028d] = "\x22\x61", + [0x028e] = "\x22\x62", [0x028f] = "\x22\x63", [0x0290] = "\x22\x64", + [0x0291] = "\x22\x65", [0x0292] = "\x22\x66", [0x0293] = "\x22\x67", + [0x0294] = "\x22\x68", [0x0295] = "\x22\x69", [0x0296] = "\x22\x6a", + [0x0297] = "\x22\x6b", [0x0298] = "\x22\x6c", [0x0299] = "\x22\x6d", + [0x029a] = "\x22\x6e", [0x029b] = "\x22\x6f", [0x029c] = "\x22\x70", + [0x029d] = "\x22\x71", [0x029e] = "\x22\x72", [0x029f] = "\x22\x73", + [0x02a0] = "\x22\x74", [0x02a1] = "\x22\x75", [0x02a2] = "\x22\x76", + [0x02a3] = "\x22\x77", [0x02a4] = "\x22\x78", [0x02a5] = "\x22\x79", + [0x02a6] = "\x22\x7a", [0x02a7] = "\x22\x7b", [0x02a8] = "\x22\x7c", + [0x02a9] = "\x22\x7d", [0x02aa] = "\x22\x7e", [0x02ab] = "\x22\x7f", + [0x02ac] = "\x22\x80", [0x02ad] = "\x22\x81", [0x02ae] = "\x22\x82", + [0x02af] = "\x22\x83", [0x02b0] = "\x22\x84", [0x02b1] = "\x22\x85", + [0x02b2] = "\x22\x86", [0x02b3] = "\x22\x87", [0x02b4] = "\x22\x88", + [0x02b5] = "\x22\x89", [0x02b6] = "\x22\x8a", [0x02b7] = "\x22\x8b", + [0x02b8] = "\x22\x8c", [0x02b9] = "\x22\x8d", [0x02ba] = "\x22\x8e", + [0x02bb] = "\x22\x8f", [0x02bc] = "\x22\x90", [0x02bd] = "\x22\x91", + [0x02be] = "\x22\x92", [0x02bf] = "\x22\x93", [0x02c0] = "\x22\x94", + [0x02c1] = "\x22\x95", [0x02c2] = "\x22\x96", [0x02c3] = "\x22\x97", + [0x02c4] = "\x22\x98", [0x02c5] = "\x22\x99", [0x02c6] = "\x22\x9a", + [0x02c7] = "\x22\x9b", [0x02c8] = "\x22\x9c", [0x02c9] = "\x22\x9d", + [0x02ca] = "\x22\x9e", [0x02cb] = "\x22\x9f", [0x02cc] = "\x22\xa0", + [0x02cd] = "\x22\xa1", [0x02ce] = "\x22\xa2", [0x02cf] = "\x22\xa3", + [0x02d0] = "\x22\xa4", [0x02d1] = "\x22\xa5", [0x02d2] = "\x22\xa6", + [0x02d3] = "\x22\xa7", [0x02d4] = "\x22\xa8", [0x02d5] = "\x22\xa9", + [0x02d6] = "\x22\xaa", [0x02d7] = "\x22\xab", [0x02d8] = "\x22\xac", + [0x02d9] = "\x22\xad", [0x02da] = "\x22\xae", [0x02db] = "\x22\xaf", + [0x02dc] = "\x22\xb0", [0x02dd] = "\x22\xb1", [0x02de] = "\x22\xb2", + [0x02df] = "\x22\xb3", [0x02e0] = "\x22\xb4", [0x02e1] = "\x22\xb5", + [0x02e2] = "\x22\xb6", [0x02e3] = "\x22\xb7", [0x02e4] = "\x22\xb8", + [0x02e5] = "\x22\xb9", [0x02e6] = "\x22\xba", [0x02e7] = "\x22\xbb", + [0x02e8] = "\x22\xbc", [0x02e9] = "\x22\xbd", [0x02ea] = "\x22\xbe", + [0x02eb] = "\x22\xbf", [0x02ec] = "\x22\xc0", [0x02ed] = "\x22\xc1", + [0x02ee] = "\x22\xc2", [0x02ef] = "\x22\xc3", [0x02f0] = "\x22\xc4", + [0x02f1] = "\x22\xc5", [0x02f2] = "\x22\xc6", [0x02f3] = "\x22\xc7", + [0x02f4] = "\x22\xc8", [0x02f5] = "\x22\xc9", [0x02f6] = "\x22\xca", + [0x02f7] = "\x22\xcb", [0x02f8] = "\x22\xcc", [0x02f9] = "\x22\xcd", + [0x02fa] = "\x22\xce", [0x02fb] = "\x22\xcf", [0x02fc] = "\x22\xd0", + [0x02fd] = "\x22\xd1", [0x02fe] = "\x22\xd2", [0x02ff] = "\x22\xd3", + [0x0300] = "\x22\xd4", [0x0301] = "\x22\xd5", [0x0302] = "\x22\xd6", + [0x0303] = "\x22\xd7", [0x0304] = "\x22\xd8", [0x0305] = "\x22\xd9", + [0x0306] = "\x22\xda", [0x0307] = "\x22\xdb", [0x0308] = "\x22\xdc", + [0x0309] = "\x22\xdd", [0x030a] = "\x22\xde", [0x030b] = "\x22\xdf", + [0x030c] = "\x22\xe0", [0x030d] = "\x22\xe1", [0x030e] = "\x22\xe2", + [0x030f] = "\x22\xe3", [0x0310] = "\x22\xe4", [0x0311] = "\xa6\xa1", + [0x0312] = "\xa6\xa2", [0x0313] = "\xa6\xa3", [0x0314] = "\xa6\xa4", + [0x0315] = "\xa6\xa5", [0x0316] = "\xa6\xa6", [0x0317] = "\xa6\xa7", + [0x0318] = "\xa6\xa8", [0x0319] = "\xa6\xa9", [0x031a] = "\xa6\xaa", + [0x031b] = "\xa6\xab", [0x031c] = "\xa6\xac", [0x031d] = "\xa6\xad", + [0x031e] = "\xa6\xae", [0x031f] = "\xa6\xaf", [0x0320] = "\xa6\xb0", + [0x0321] = "\xa6\xb1", [0x0322] = "\x22\xe5", [0x0323] = "\xa6\xb2", + [0x0324] = "\xa6\xb3", [0x0325] = "\xa6\xb4", [0x0326] = "\xa6\xb5", + [0x0327] = "\xa6\xb6", [0x0328] = "\xa6\xb7", [0x0329] = "\xa6\xb8", + [0x032a] = "\x22\xe6", [0x032b] = "\x22\xe7", [0x032c] = "\x22\xe8", + [0x032d] = "\x22\xe9", [0x032e] = "\x22\xea", [0x032f] = "\x22\xeb", + [0x0330] = "\x22\xec", [0x0331] = "\xa6\xc1", [0x0332] = "\xa6\xc2", + [0x0333] = "\xa6\xc3", [0x0334] = "\xa6\xc4", [0x0335] = "\xa6\xc5", + [0x0336] = "\xa6\xc6", [0x0337] = "\xa6\xc7", [0x0338] = "\xa6\xc8", + [0x0339] = "\xa6\xc9", [0x033a] = "\xa6\xca", [0x033b] = "\xa6\xcb", + [0x033c] = "\xa6\xcc", [0x033d] = "\xa6\xcd", [0x033e] = "\xa6\xce", + [0x033f] = "\xa6\xcf", [0x0340] = "\xa6\xd0", [0x0341] = "\xa6\xd1", + [0x0342] = "\x22\xed", [0x0343] = "\xa6\xd2", [0x0344] = "\xa6\xd3", + [0x0345] = "\xa6\xd4", [0x0346] = "\xa6\xd5", [0x0347] = "\xa6\xd6", + [0x0348] = "\xa6\xd7", [0x0349] = "\xa6\xd8", [0x034a] = "\x22\xee", + [0x034b] = "\x22\xef", [0x034c] = "\x22\xf0", [0x034d] = "\x22\xf1", + [0x034e] = "\x22\xf2", [0x034f] = "\x22\xf3", [0x0350] = "\x22\xf4", + [0x0351] = "\x22\xf5", [0x0352] = "\x22\xf6", [0x0353] = "\x22\xf7", + [0x0354] = "\x22\xf8", [0x0355] = "\x22\xf9", [0x0356] = "\x22\xfa", + [0x0357] = "\x22\xfb", [0x0358] = "\x22\xfc", [0x0359] = "\x22\xfd", + [0x035a] = "\x22\xfe", [0x035b] = "\x22\xff", [0x035c] = "\x23\x00", + [0x035d] = "\x23\x01", [0x035e] = "\x23\x02", [0x035f] = "\x23\x03", + [0x0360] = "\x23\x04", [0x0361] = "\x23\x05", [0x0362] = "\x23\x06", + [0x0363] = "\x23\x07", [0x0364] = "\x23\x08", [0x0365] = "\x23\x09", + [0x0366] = "\x23\x0a", [0x0367] = "\x23\x0b", [0x0368] = "\x23\x0c", + [0x0369] = "\x23\x0d", [0x036a] = "\x23\x0e", [0x036b] = "\x23\x0f", + [0x036c] = "\x23\x10", [0x036d] = "\x23\x11", [0x036e] = "\x23\x12", + [0x036f] = "\x23\x13", [0x0370] = "\x23\x14", [0x0371] = "\x23\x15", + [0x0372] = "\x23\x16", [0x0373] = "\x23\x17", [0x0374] = "\x23\x18", + [0x0375] = "\x23\x19", [0x0376] = "\x23\x1a", [0x0377] = "\x23\x1b", + [0x0378] = "\x23\x1c", [0x0379] = "\x23\x1d", [0x037a] = "\x23\x1e", + [0x037b] = "\x23\x1f", [0x037c] = "\x23\x20", [0x037d] = "\x23\x21", + [0x037e] = "\x23\x22", [0x037f] = "\x23\x23", [0x0380] = "\x23\x24", + [0x0381] = "\xa7\xa7", [0x0382] = "\x23\x25", [0x0383] = "\x23\x26", + [0x0384] = "\x23\x27", [0x0385] = "\x23\x28", [0x0386] = "\x23\x29", + [0x0387] = "\x23\x2a", [0x0388] = "\x23\x2b", [0x0389] = "\x23\x2c", + [0x038a] = "\x23\x2d", [0x038b] = "\x23\x2e", [0x038c] = "\x23\x2f", + [0x038d] = "\x23\x30", [0x038e] = "\x23\x31", [0x038f] = "\x23\x32", + [0x0390] = "\xa7\xa1", [0x0391] = "\xa7\xa2", [0x0392] = "\xa7\xa3", + [0x0393] = "\xa7\xa4", [0x0394] = "\xa7\xa5", [0x0395] = "\xa7\xa6", + [0x0396] = "\xa7\xa8", [0x0397] = "\xa7\xa9", [0x0398] = "\xa7\xaa", + [0x0399] = "\xa7\xab", [0x039a] = "\xa7\xac", [0x039b] = "\xa7\xad", + [0x039c] = "\xa7\xae", [0x039d] = "\xa7\xaf", [0x039e] = "\xa7\xb0", + [0x039f] = "\xa7\xb1", [0x03a0] = "\xa7\xb2", [0x03a1] = "\xa7\xb3", + [0x03a2] = "\xa7\xb4", [0x03a3] = "\xa7\xb5", [0x03a4] = "\xa7\xb6", + [0x03a5] = "\xa7\xb7", [0x03a6] = "\xa7\xb8", [0x03a7] = "\xa7\xb9", + [0x03a8] = "\xa7\xba", [0x03a9] = "\xa7\xbb", [0x03aa] = "\xa7\xbc", + [0x03ab] = "\xa7\xbd", [0x03ac] = "\xa7\xbe", [0x03ad] = "\xa7\xbf", + [0x03ae] = "\xa7\xc0", [0x03af] = "\xa7\xc1", [0x03b0] = "\xa7\xd1", + [0x03b1] = "\xa7\xd2", [0x03b2] = "\xa7\xd3", [0x03b3] = "\xa7\xd4", + [0x03b4] = "\xa7\xd5", [0x03b5] = "\xa7\xd6", [0x03b6] = "\xa7\xd8", + [0x03b7] = "\xa7\xd9", [0x03b8] = "\xa7\xda", [0x03b9] = "\xa7\xdb", + [0x03ba] = "\xa7\xdc", [0x03bb] = "\xa7\xdd", [0x03bc] = "\xa7\xde", + [0x03bd] = "\xa7\xdf", [0x03be] = "\xa7\xe0", [0x03bf] = "\xa7\xe1", + [0x03c0] = "\xa7\xe2", [0x03c1] = "\xa7\xe3", [0x03c2] = "\xa7\xe4", + [0x03c3] = "\xa7\xe5", [0x03c4] = "\xa7\xe6", [0x03c5] = "\xa7\xe7", + [0x03c6] = "\xa7\xe8", [0x03c7] = "\xa7\xe9", [0x03c8] = "\xa7\xea", + [0x03c9] = "\xa7\xeb", [0x03ca] = "\xa7\xec", [0x03cb] = "\xa7\xed", + [0x03cc] = "\xa7\xee", [0x03cd] = "\xa7\xef", [0x03ce] = "\xa7\xf0", + [0x03cf] = "\xa7\xf1", [0x03d0] = "\x23\x33", [0x03d1] = "\xa7\xd7", + [0x03d2] = "\x23\x34", [0x03d3] = "\x23\x35", [0x03d4] = "\x23\x36", + [0x03d5] = "\x23\x37", [0x03d6] = "\x23\x38", [0x03d7] = "\x23\x39", + [0x03d8] = "\x23\x3a", [0x03d9] = "\x23\x3b", [0x03da] = "\x23\x3c", + [0x03db] = "\x23\x3d", [0x03dc] = "\x23\x3e", [0x03dd] = "\x23\x3f", + [0x03de] = "\x23\x40", [0x03df] = "\x23\x41", [0x03e0] = "\x23\x42", + [0x03e1] = "\x23\x43", [0x03e2] = "\x23\x44", [0x03e3] = "\x23\x45", + [0x03e4] = "\x23\x46", [0x03e5] = "\x23\x47", [0x03e6] = "\x23\x48", + [0x03e7] = "\x23\x49", [0x03e8] = "\x23\x4a", [0x03e9] = "\x23\x4b", + [0x03ea] = "\x23\x4c", [0x03eb] = "\x23\x4d", [0x03ec] = "\x23\x4e", + [0x03ed] = "\x23\x4f", [0x03ee] = "\x23\x50", [0x03ef] = "\x23\x51", + [0x03f0] = "\x23\x52", [0x03f1] = "\x23\x53", [0x03f2] = "\x23\x54", + [0x03f3] = "\x23\x55", [0x03f4] = "\x23\x56", [0x03f5] = "\x23\x57", + [0x03f6] = "\x23\x58", [0x03f7] = "\x23\x59", [0x03f8] = "\x23\x5a", + [0x03f9] = "\x23\x5b", [0x03fa] = "\x23\x5c", [0x03fb] = "\x23\x5d", + [0x03fc] = "\x23\x5e", [0x03fd] = "\x23\x5f", [0x03fe] = "\x23\x60", + [0x03ff] = "\x23\x61", [0x0400] = "\x23\x62", [0x0401] = "\x23\x63", + [0x0402] = "\x23\x64", [0x0403] = "\x23\x65", [0x0404] = "\x23\x66", + [0x0405] = "\x23\x67", [0x0406] = "\x23\x68", [0x0407] = "\x23\x69", + [0x0408] = "\x23\x6a", [0x0409] = "\x23\x6b", [0x040a] = "\x23\x6c", + [0x040b] = "\x23\x6d", [0x040c] = "\x23\x6e", [0x040d] = "\x23\x6f", + [0x040e] = "\x23\x70", [0x040f] = "\x23\x71", [0x0410] = "\x23\x72", + [0x0411] = "\x23\x73", [0x0412] = "\x23\x74", [0x0413] = "\x23\x75", + [0x0414] = "\x23\x76", [0x0415] = "\x23\x77", [0x0416] = "\x23\x78", + [0x0417] = "\x23\x79", [0x0418] = "\x23\x7a", [0x0419] = "\x23\x7b", + [0x041a] = "\x23\x7c", [0x041b] = "\x23\x7d", [0x041c] = "\x23\x7e", + [0x041d] = "\x23\x7f", [0x041e] = "\x23\x80", [0x041f] = "\x23\x81", + [0x0420] = "\x23\x82", [0x0421] = "\x23\x83", [0x0422] = "\x23\x84", + [0x0423] = "\x23\x85", [0x0424] = "\x23\x86", [0x0425] = "\x23\x87", + [0x0426] = "\x23\x88", [0x0427] = "\x23\x89", [0x0428] = "\x23\x8a", + [0x0429] = "\x23\x8b", [0x042a] = "\x23\x8c", [0x042b] = "\x23\x8d", + [0x042c] = "\x23\x8e", [0x042d] = "\x23\x8f", [0x042e] = "\x23\x90", + [0x042f] = "\x23\x91", [0x0430] = "\x23\x92", [0x0431] = "\x23\x93", + [0x0432] = "\x23\x94", [0x0433] = "\x23\x95", [0x0434] = "\x23\x96", + [0x0435] = "\x23\x97", [0x0436] = "\x23\x98", [0x0437] = "\x23\x99", + [0x0438] = "\x23\x9a", [0x0439] = "\x23\x9b", [0x043a] = "\x23\x9c", + [0x043b] = "\x23\x9d", [0x043c] = "\x23\x9e", [0x043d] = "\x23\x9f", + [0x043e] = "\x23\xa0", [0x043f] = "\x23\xa1", [0x0440] = "\x23\xa2", + [0x0441] = "\x23\xa3", [0x0442] = "\x23\xa4", [0x0443] = "\x23\xa5", + [0x0444] = "\x23\xa6", [0x0445] = "\x23\xa7", [0x0446] = "\x23\xa8", + [0x0447] = "\x23\xa9", [0x0448] = "\x23\xaa", [0x0449] = "\x23\xab", + [0x044a] = "\x23\xac", [0x044b] = "\x23\xad", [0x044c] = "\x23\xae", + [0x044d] = "\x23\xaf", [0x044e] = "\x23\xb0", [0x044f] = "\x23\xb1", + [0x0450] = "\x23\xb2", [0x0451] = "\x23\xb3", [0x0452] = "\x23\xb4", + [0x0453] = "\x23\xb5", [0x0454] = "\x23\xb6", [0x0455] = "\x23\xb7", + [0x0456] = "\x23\xb8", [0x0457] = "\x23\xb9", [0x0458] = "\x23\xba", + [0x0459] = "\x23\xbb", [0x045a] = "\x23\xbc", [0x045b] = "\x23\xbd", + [0x045c] = "\x23\xbe", [0x045d] = "\x23\xbf", [0x045e] = "\x23\xc0", + [0x045f] = "\x23\xc1", [0x0460] = "\x23\xc2", [0x0461] = "\x23\xc3", + [0x0462] = "\x23\xc4", [0x0463] = "\x23\xc5", [0x0464] = "\x23\xc6", + [0x0465] = "\x23\xc7", [0x0466] = "\x23\xc8", [0x0467] = "\x23\xc9", + [0x0468] = "\x23\xca", [0x0469] = "\x23\xcb", [0x046a] = "\x23\xcc", + [0x046b] = "\x23\xcd", [0x046c] = "\x23\xce", [0x046d] = "\x23\xcf", + [0x046e] = "\x23\xd0", [0x046f] = "\x23\xd1", [0x0470] = "\x23\xd2", + [0x0471] = "\x23\xd3", [0x0472] = "\x23\xd4", [0x0473] = "\x23\xd5", + [0x0474] = "\x23\xd6", [0x0475] = "\x23\xd7", [0x0476] = "\x23\xd8", + [0x0477] = "\x23\xd9", [0x0478] = "\x23\xda", [0x0479] = "\x23\xdb", + [0x047a] = "\x23\xdc", [0x047b] = "\x23\xdd", [0x047c] = "\x23\xde", + [0x047d] = "\x23\xdf", [0x047e] = "\x23\xe0", [0x047f] = "\x23\xe1", + [0x0480] = "\x23\xe2", [0x0481] = "\x23\xe3", [0x0482] = "\x23\xe4", + [0x0483] = "\x23\xe5", [0x0484] = "\x23\xe6", [0x0485] = "\x23\xe7", + [0x0486] = "\x23\xe8", [0x0487] = "\x23\xe9", [0x0488] = "\x23\xea", + [0x0489] = "\x23\xeb", [0x048a] = "\x23\xec", [0x048b] = "\x23\xed", + [0x048c] = "\x23\xee", [0x048d] = "\x23\xef", [0x048e] = "\x23\xf0", + [0x048f] = "\x23\xf1", [0x0490] = "\x23\xf2", [0x0491] = "\x23\xf3", + [0x0492] = "\x23\xf4", [0x0493] = "\x23\xf5", [0x0494] = "\x23\xf6", + [0x0495] = "\x23\xf7", [0x0496] = "\x23\xf8", [0x0497] = "\x23\xf9", + [0x0498] = "\x23\xfa", [0x0499] = "\x23\xfb", [0x049a] = "\x23\xfc", + [0x049b] = "\x23\xfd", [0x049c] = "\x23\xfe", [0x049d] = "\x23\xff", + [0x049e] = "\x24\x00", [0x049f] = "\x24\x01", [0x04a0] = "\x24\x02", + [0x04a1] = "\x24\x03", [0x04a2] = "\x24\x04", [0x04a3] = "\x24\x05", + [0x04a4] = "\x24\x06", [0x04a5] = "\x24\x07", [0x04a6] = "\x24\x08", + [0x04a7] = "\x24\x09", [0x04a8] = "\x24\x0a", [0x04a9] = "\x24\x0b", + [0x04aa] = "\x24\x0c", [0x04ab] = "\x24\x0d", [0x04ac] = "\x24\x0e", + [0x04ad] = "\x24\x0f", [0x04ae] = "\x24\x10", [0x04af] = "\x24\x11", + [0x04b0] = "\x24\x12", [0x04b1] = "\x24\x13", [0x04b2] = "\x24\x14", + [0x04b3] = "\x24\x15", [0x04b4] = "\x24\x16", [0x04b5] = "\x24\x17", + [0x04b6] = "\x24\x18", [0x04b7] = "\x24\x19", [0x04b8] = "\x24\x1a", + [0x04b9] = "\x24\x1b", [0x04ba] = "\x24\x1c", [0x04bb] = "\x24\x1d", + [0x04bc] = "\x24\x1e", [0x04bd] = "\x24\x1f", [0x04be] = "\x24\x20", + [0x04bf] = "\x24\x21", [0x04c0] = "\x24\x22", [0x04c1] = "\x24\x23", + [0x04c2] = "\x24\x24", [0x04c3] = "\x24\x25", [0x04c4] = "\x24\x26", + [0x04c5] = "\x24\x27", [0x04c6] = "\x24\x28", [0x04c7] = "\x24\x29", + [0x04c8] = "\x24\x2a", [0x04c9] = "\x24\x2b", [0x04ca] = "\x24\x2c", + [0x04cb] = "\x24\x2d", [0x04cc] = "\x24\x2e", [0x04cd] = "\x24\x2f", + [0x04ce] = "\x24\x30", [0x04cf] = "\x24\x31", [0x04d0] = "\x24\x32", + [0x04d1] = "\x24\x33", [0x04d2] = "\x24\x34", [0x04d3] = "\x24\x35", + [0x04d4] = "\x24\x36", [0x04d5] = "\x24\x37", [0x04d6] = "\x24\x38", + [0x04d7] = "\x24\x39", [0x04d8] = "\x24\x3a", [0x04d9] = "\x24\x3b", + [0x04da] = "\x24\x3c", [0x04db] = "\x24\x3d", [0x04dc] = "\x24\x3e", + [0x04dd] = "\x24\x3f", [0x04de] = "\x24\x40", [0x04df] = "\x24\x41", + [0x04e0] = "\x24\x42", [0x04e1] = "\x24\x43", [0x04e2] = "\x24\x44", + [0x04e3] = "\x24\x45", [0x04e4] = "\x24\x46", [0x04e5] = "\x24\x47", + [0x04e6] = "\x24\x48", [0x04e7] = "\x24\x49", [0x04e8] = "\x24\x4a", + [0x04e9] = "\x24\x4b", [0x04ea] = "\x24\x4c", [0x04eb] = "\x24\x4d", + [0x04ec] = "\x24\x4e", [0x04ed] = "\x24\x4f", [0x04ee] = "\x24\x50", + [0x04ef] = "\x24\x51", [0x04f0] = "\x24\x52", [0x04f1] = "\x24\x53", + [0x04f2] = "\x24\x54", [0x04f3] = "\x24\x55", [0x04f4] = "\x24\x56", + [0x04f5] = "\x24\x57", [0x04f6] = "\x24\x58", [0x04f7] = "\x24\x59", + [0x04f8] = "\x24\x5a", [0x04f9] = "\x24\x5b", [0x04fa] = "\x24\x5c", + [0x04fb] = "\x24\x5d", [0x04fc] = "\x24\x5e", [0x04fd] = "\x24\x5f", + [0x04fe] = "\x24\x60", [0x04ff] = "\x24\x61", [0x0500] = "\x24\x62", + [0x0501] = "\x24\x63", [0x0502] = "\x24\x64", [0x0503] = "\x24\x65", + [0x0504] = "\x24\x66", [0x0505] = "\x24\x67", [0x0506] = "\x24\x68", + [0x0507] = "\x24\x69", [0x0508] = "\x24\x6a", [0x0509] = "\x24\x6b", + [0x050a] = "\x24\x6c", [0x050b] = "\x24\x6d", [0x050c] = "\x24\x6e", + [0x050d] = "\x24\x6f", [0x050e] = "\x24\x70", [0x050f] = "\x24\x71", + [0x0510] = "\x24\x72", [0x0511] = "\x24\x73", [0x0512] = "\x24\x74", + [0x0513] = "\x24\x75", [0x0514] = "\x24\x76", [0x0515] = "\x24\x77", + [0x0516] = "\x24\x78", [0x0517] = "\x24\x79", [0x0518] = "\x24\x7a", + [0x0519] = "\x24\x7b", [0x051a] = "\x24\x7c", [0x051b] = "\x24\x7d", + [0x051c] = "\x24\x7e", [0x051d] = "\x24\x7f", [0x051e] = "\x24\x80", + [0x051f] = "\x24\x81", [0x0520] = "\x24\x82", [0x0521] = "\x24\x83", + [0x0522] = "\x24\x84", [0x0523] = "\x24\x85", [0x0524] = "\x24\x86", + [0x0525] = "\x24\x87", [0x0526] = "\x24\x88", [0x0527] = "\x24\x89", + [0x0528] = "\x24\x8a", [0x0529] = "\x24\x8b", [0x052a] = "\x24\x8c", + [0x052b] = "\x24\x8d", [0x052c] = "\x24\x8e", [0x052d] = "\x24\x8f", + [0x052e] = "\x24\x90", [0x052f] = "\x24\x91", [0x0530] = "\x24\x92", + [0x0531] = "\x24\x93", [0x0532] = "\x24\x94", [0x0533] = "\x24\x95", + [0x0534] = "\x24\x96", [0x0535] = "\x24\x97", [0x0536] = "\x24\x98", + [0x0537] = "\x24\x99", [0x0538] = "\x24\x9a", [0x0539] = "\x24\x9b", + [0x053a] = "\x24\x9c", [0x053b] = "\x24\x9d", [0x053c] = "\x24\x9e", + [0x053d] = "\x24\x9f", [0x053e] = "\x24\xa0", [0x053f] = "\x24\xa1", + [0x0540] = "\x24\xa2", [0x0541] = "\x24\xa3", [0x0542] = "\x24\xa4", + [0x0543] = "\x24\xa5", [0x0544] = "\x24\xa6", [0x0545] = "\x24\xa7", + [0x0546] = "\x24\xa8", [0x0547] = "\x24\xa9", [0x0548] = "\x24\xaa", + [0x0549] = "\x24\xab", [0x054a] = "\x24\xac", [0x054b] = "\x24\xad", + [0x054c] = "\x24\xae", [0x054d] = "\x24\xaf", [0x054e] = "\x24\xb0", + [0x054f] = "\x24\xb1", [0x0550] = "\x24\xb2", [0x0551] = "\x24\xb3", + [0x0552] = "\x24\xb4", [0x0553] = "\x24\xb5", [0x0554] = "\x24\xb6", + [0x0555] = "\x24\xb7", [0x0556] = "\x24\xb8", [0x0557] = "\x24\xb9", + [0x0558] = "\x24\xba", [0x0559] = "\x24\xbb", [0x055a] = "\x24\xbc", + [0x055b] = "\x24\xbd", [0x055c] = "\x24\xbe", [0x055d] = "\x24\xbf", + [0x055e] = "\x24\xc0", [0x055f] = "\x24\xc1", [0x0560] = "\x24\xc2", + [0x0561] = "\x24\xc3", [0x0562] = "\x24\xc4", [0x0563] = "\x24\xc5", + [0x0564] = "\x24\xc6", [0x0565] = "\x24\xc7", [0x0566] = "\x24\xc8", + [0x0567] = "\x24\xc9", [0x0568] = "\x24\xca", [0x0569] = "\x24\xcb", + [0x056a] = "\x24\xcc", [0x056b] = "\x24\xcd", [0x056c] = "\x24\xce", + [0x056d] = "\x24\xcf", [0x056e] = "\x24\xd0", [0x056f] = "\x24\xd1", + [0x0570] = "\x24\xd2", [0x0571] = "\x24\xd3", [0x0572] = "\x24\xd4", + [0x0573] = "\x24\xd5", [0x0574] = "\x24\xd6", [0x0575] = "\x24\xd7", + [0x0576] = "\x24\xd8", [0x0577] = "\x24\xd9", [0x0578] = "\x24\xda", + [0x0579] = "\x24\xdb", [0x057a] = "\x24\xdc", [0x057b] = "\x24\xdd", + [0x057c] = "\x24\xde", [0x057d] = "\x24\xdf", [0x057e] = "\x24\xe0", + [0x057f] = "\x24\xe1", [0x0580] = "\x24\xe2", [0x0581] = "\x24\xe3", + [0x0582] = "\x24\xe4", [0x0583] = "\x24\xe5", [0x0584] = "\x24\xe6", + [0x0585] = "\x24\xe7", [0x0586] = "\x24\xe8", [0x0587] = "\x24\xe9", + [0x0588] = "\x24\xea", [0x0589] = "\x24\xeb", [0x058a] = "\x24\xec", + [0x058b] = "\x24\xed", [0x058c] = "\x24\xee", [0x058d] = "\x24\xef", + [0x058e] = "\x24\xf0", [0x058f] = "\x24\xf1", [0x0590] = "\x24\xf2", + [0x0591] = "\x24\xf3", [0x0592] = "\x24\xf4", [0x0593] = "\x24\xf5", + [0x0594] = "\x24\xf6", [0x0595] = "\x24\xf7", [0x0596] = "\x24\xf8", + [0x0597] = "\x24\xf9", [0x0598] = "\x24\xfa", [0x0599] = "\x24\xfb", + [0x059a] = "\x24\xfc", [0x059b] = "\x24\xfd", [0x059c] = "\x24\xfe", + [0x059d] = "\x24\xff", [0x059e] = "\x25\x00", [0x059f] = "\x25\x01", + [0x05a0] = "\x25\x02", [0x05a1] = "\x25\x03", [0x05a2] = "\x25\x04", + [0x05a3] = "\x25\x05", [0x05a4] = "\x25\x06", [0x05a5] = "\x25\x07", + [0x05a6] = "\x25\x08", [0x05a7] = "\x25\x09", [0x05a8] = "\x25\x0a", + [0x05a9] = "\x25\x0b", [0x05aa] = "\x25\x0c", [0x05ab] = "\x25\x0d", + [0x05ac] = "\x25\x0e", [0x05ad] = "\x25\x0f", [0x05ae] = "\x25\x10", + [0x05af] = "\x25\x11", [0x05b0] = "\x25\x12", [0x05b1] = "\x25\x13", + [0x05b2] = "\x25\x14", [0x05b3] = "\x25\x15", [0x05b4] = "\x25\x16", + [0x05b5] = "\x25\x17", [0x05b6] = "\x25\x18", [0x05b7] = "\x25\x19", + [0x05b8] = "\x25\x1a", [0x05b9] = "\x25\x1b", [0x05ba] = "\x25\x1c", + [0x05bb] = "\x25\x1d", [0x05bc] = "\x25\x1e", [0x05bd] = "\x25\x1f", + [0x05be] = "\x25\x20", [0x05bf] = "\x25\x21", [0x05c0] = "\x25\x22", + [0x05c1] = "\x25\x23", [0x05c2] = "\x25\x24", [0x05c3] = "\x25\x25", + [0x05c4] = "\x25\x26", [0x05c5] = "\x25\x27", [0x05c6] = "\x25\x28", + [0x05c7] = "\x25\x29", [0x05c8] = "\x25\x2a", [0x05c9] = "\x25\x2b", + [0x05ca] = "\x25\x2c", [0x05cb] = "\x25\x2d", [0x05cc] = "\x25\x2e", + [0x05cd] = "\x25\x2f", [0x05ce] = "\x25\x30", [0x05cf] = "\x25\x31", + [0x05d0] = "\x25\x32", [0x05d1] = "\x25\x33", [0x05d2] = "\x25\x34", + [0x05d3] = "\x25\x35", [0x05d4] = "\x25\x36", [0x05d5] = "\x25\x37", + [0x05d6] = "\x25\x38", [0x05d7] = "\x25\x39", [0x05d8] = "\x25\x3a", + [0x05d9] = "\x25\x3b", [0x05da] = "\x25\x3c", [0x05db] = "\x25\x3d", + [0x05dc] = "\x25\x3e", [0x05dd] = "\x25\x3f", [0x05de] = "\x25\x40", + [0x05df] = "\x25\x41", [0x05e0] = "\x25\x42", [0x05e1] = "\x25\x43", + [0x05e2] = "\x25\x44", [0x05e3] = "\x25\x45", [0x05e4] = "\x25\x46", + [0x05e5] = "\x25\x47", [0x05e6] = "\x25\x48", [0x05e7] = "\x25\x49", + [0x05e8] = "\x25\x4a", [0x05e9] = "\x25\x4b", [0x05ea] = "\x25\x4c", + [0x05eb] = "\x25\x4d", [0x05ec] = "\x25\x4e", [0x05ed] = "\x25\x4f", + [0x05ee] = "\x25\x50", [0x05ef] = "\x25\x51", [0x05f0] = "\x25\x52", + [0x05f1] = "\x25\x53", [0x05f2] = "\x25\x54", [0x05f3] = "\x25\x55", + [0x05f4] = "\x25\x56", [0x05f5] = "\x25\x57", [0x05f6] = "\x25\x58", + [0x05f7] = "\x25\x59", [0x05f8] = "\x25\x5a", [0x05f9] = "\x25\x5b", + [0x05fa] = "\x25\x5c", [0x05fb] = "\x25\x5d", [0x05fc] = "\x25\x5e", + [0x05fd] = "\x25\x5f", [0x05fe] = "\x25\x60", [0x05ff] = "\x25\x61", + [0x0600] = "\x25\x62", [0x0601] = "\x25\x63", [0x0602] = "\x25\x64", + [0x0603] = "\x25\x65", [0x0604] = "\x25\x66", [0x0605] = "\x25\x67", + [0x0606] = "\x25\x68", [0x0607] = "\x25\x69", [0x0608] = "\x25\x6a", + [0x0609] = "\x25\x6b", [0x060a] = "\x25\x6c", [0x060b] = "\x25\x6d", + [0x060c] = "\x25\x6e", [0x060d] = "\x25\x6f", [0x060e] = "\x25\x70", + [0x060f] = "\x25\x71", [0x0610] = "\x25\x72", [0x0611] = "\x25\x73", + [0x0612] = "\x25\x74", [0x0613] = "\x25\x75", [0x0614] = "\x25\x76", + [0x0615] = "\x25\x77", [0x0616] = "\x25\x78", [0x0617] = "\x25\x79", + [0x0618] = "\x25\x7a", [0x0619] = "\x25\x7b", [0x061a] = "\x25\x7c", + [0x061b] = "\x25\x7d", [0x061c] = "\x25\x7e", [0x061d] = "\x25\x7f", + [0x061e] = "\x25\x80", [0x061f] = "\x25\x81", [0x0620] = "\x25\x82", + [0x0621] = "\x25\x83", [0x0622] = "\x25\x84", [0x0623] = "\x25\x85", + [0x0624] = "\x25\x86", [0x0625] = "\x25\x87", [0x0626] = "\x25\x88", + [0x0627] = "\x25\x89", [0x0628] = "\x25\x8a", [0x0629] = "\x25\x8b", + [0x062a] = "\x25\x8c", [0x062b] = "\x25\x8d", [0x062c] = "\x25\x8e", + [0x062d] = "\x25\x8f", [0x062e] = "\x25\x90", [0x062f] = "\x25\x91", + [0x0630] = "\x25\x92", [0x0631] = "\x25\x93", [0x0632] = "\x25\x94", + [0x0633] = "\x25\x95", [0x0634] = "\x25\x96", [0x0635] = "\x25\x97", + [0x0636] = "\x25\x98", [0x0637] = "\x25\x99", [0x0638] = "\x25\x9a", + [0x0639] = "\x25\x9b", [0x063a] = "\x25\x9c", [0x063b] = "\x25\x9d", + [0x063c] = "\x25\x9e", [0x063d] = "\x25\x9f", [0x063e] = "\x25\xa0", + [0x063f] = "\x25\xa1", [0x0640] = "\x25\xa2", [0x0641] = "\x25\xa3", + [0x0642] = "\x25\xa4", [0x0643] = "\x25\xa5", [0x0644] = "\x25\xa6", + [0x0645] = "\x25\xa7", [0x0646] = "\x25\xa8", [0x0647] = "\x25\xa9", + [0x0648] = "\x25\xaa", [0x0649] = "\x25\xab", [0x064a] = "\x25\xac", + [0x064b] = "\x25\xad", [0x064c] = "\x25\xae", [0x064d] = "\x25\xaf", + [0x064e] = "\x25\xb0", [0x064f] = "\x25\xb1", [0x0650] = "\x25\xb2", + [0x0651] = "\x25\xb3", [0x0652] = "\x25\xb4", [0x0653] = "\x25\xb5", + [0x0654] = "\x25\xb6", [0x0655] = "\x25\xb7", [0x0656] = "\x25\xb8", + [0x0657] = "\x25\xb9", [0x0658] = "\x25\xba", [0x0659] = "\x25\xbb", + [0x065a] = "\x25\xbc", [0x065b] = "\x25\xbd", [0x065c] = "\x25\xbe", + [0x065d] = "\x25\xbf", [0x065e] = "\x25\xc0", [0x065f] = "\x25\xc1", + [0x0660] = "\x25\xc2", [0x0661] = "\x25\xc3", [0x0662] = "\x25\xc4", + [0x0663] = "\x25\xc5", [0x0664] = "\x25\xc6", [0x0665] = "\x25\xc7", + [0x0666] = "\x25\xc8", [0x0667] = "\x25\xc9", [0x0668] = "\x25\xca", + [0x0669] = "\x25\xcb", [0x066a] = "\x25\xcc", [0x066b] = "\x25\xcd", + [0x066c] = "\x25\xce", [0x066d] = "\x25\xcf", [0x066e] = "\x25\xd0", + [0x066f] = "\x25\xd1", [0x0670] = "\x25\xd2", [0x0671] = "\x25\xd3", + [0x0672] = "\x25\xd4", [0x0673] = "\x25\xd5", [0x0674] = "\x25\xd6", + [0x0675] = "\x25\xd7", [0x0676] = "\x25\xd8", [0x0677] = "\x25\xd9", + [0x0678] = "\x25\xda", [0x0679] = "\x25\xdb", [0x067a] = "\x25\xdc", + [0x067b] = "\x25\xdd", [0x067c] = "\x25\xde", [0x067d] = "\x25\xdf", + [0x067e] = "\x25\xe0", [0x067f] = "\x25\xe1", [0x0680] = "\x25\xe2", + [0x0681] = "\x25\xe3", [0x0682] = "\x25\xe4", [0x0683] = "\x25\xe5", + [0x0684] = "\x25\xe6", [0x0685] = "\x25\xe7", [0x0686] = "\x25\xe8", + [0x0687] = "\x25\xe9", [0x0688] = "\x25\xea", [0x0689] = "\x25\xeb", + [0x068a] = "\x25\xec", [0x068b] = "\x25\xed", [0x068c] = "\x25\xee", + [0x068d] = "\x25\xef", [0x068e] = "\x25\xf0", [0x068f] = "\x25\xf1", + [0x0690] = "\x25\xf2", [0x0691] = "\x25\xf3", [0x0692] = "\x25\xf4", + [0x0693] = "\x25\xf5", [0x0694] = "\x25\xf6", [0x0695] = "\x25\xf7", + [0x0696] = "\x25\xf8", [0x0697] = "\x25\xf9", [0x0698] = "\x25\xfa", + [0x0699] = "\x25\xfb", [0x069a] = "\x25\xfc", [0x069b] = "\x25\xfd", + [0x069c] = "\x25\xfe", [0x069d] = "\x25\xff", [0x069e] = "\x26\x00", + [0x069f] = "\x26\x01", [0x06a0] = "\x26\x02", [0x06a1] = "\x26\x03", + [0x06a2] = "\x26\x04", [0x06a3] = "\x26\x05", [0x06a4] = "\x26\x06", + [0x06a5] = "\x26\x07", [0x06a6] = "\x26\x08", [0x06a7] = "\x26\x09", + [0x06a8] = "\x26\x0a", [0x06a9] = "\x26\x0b", [0x06aa] = "\x26\x0c", + [0x06ab] = "\x26\x0d", [0x06ac] = "\x26\x0e", [0x06ad] = "\x26\x0f", + [0x06ae] = "\x26\x10", [0x06af] = "\x26\x11", [0x06b0] = "\x26\x12", + [0x06b1] = "\x26\x13", [0x06b2] = "\x26\x14", [0x06b3] = "\x26\x15", + [0x06b4] = "\x26\x16", [0x06b5] = "\x26\x17", [0x06b6] = "\x26\x18", + [0x06b7] = "\x26\x19", [0x06b8] = "\x26\x1a", [0x06b9] = "\x26\x1b", + [0x06ba] = "\x26\x1c", [0x06bb] = "\x26\x1d", [0x06bc] = "\x26\x1e", + [0x06bd] = "\x26\x1f", [0x06be] = "\x26\x20", [0x06bf] = "\x26\x21", + [0x06c0] = "\x26\x22", [0x06c1] = "\x26\x23", [0x06c2] = "\x26\x24", + [0x06c3] = "\x26\x25", [0x06c4] = "\x26\x26", [0x06c5] = "\x26\x27", + [0x06c6] = "\x26\x28", [0x06c7] = "\x26\x29", [0x06c8] = "\x26\x2a", + [0x06c9] = "\x26\x2b", [0x06ca] = "\x26\x2c", [0x06cb] = "\x26\x2d", + [0x06cc] = "\x26\x2e", [0x06cd] = "\x26\x2f", [0x06ce] = "\x26\x30", + [0x06cf] = "\x26\x31", [0x06d0] = "\x26\x32", [0x06d1] = "\x26\x33", + [0x06d2] = "\x26\x34", [0x06d3] = "\x26\x35", [0x06d4] = "\x26\x36", + [0x06d5] = "\x26\x37", [0x06d6] = "\x26\x38", [0x06d7] = "\x26\x39", + [0x06d8] = "\x26\x3a", [0x06d9] = "\x26\x3b", [0x06da] = "\x26\x3c", + [0x06db] = "\x26\x3d", [0x06dc] = "\x26\x3e", [0x06dd] = "\x26\x3f", + [0x06de] = "\x26\x40", [0x06df] = "\x26\x41", [0x06e0] = "\x26\x42", + [0x06e1] = "\x26\x43", [0x06e2] = "\x26\x44", [0x06e3] = "\x26\x45", + [0x06e4] = "\x26\x46", [0x06e5] = "\x26\x47", [0x06e6] = "\x26\x48", + [0x06e7] = "\x26\x49", [0x06e8] = "\x26\x4a", [0x06e9] = "\x26\x4b", + [0x06ea] = "\x26\x4c", [0x06eb] = "\x26\x4d", [0x06ec] = "\x26\x4e", + [0x06ed] = "\x26\x4f", [0x06ee] = "\x26\x50", [0x06ef] = "\x26\x51", + [0x06f0] = "\x26\x52", [0x06f1] = "\x26\x53", [0x06f2] = "\x26\x54", + [0x06f3] = "\x26\x55", [0x06f4] = "\x26\x56", [0x06f5] = "\x26\x57", + [0x06f6] = "\x26\x58", [0x06f7] = "\x26\x59", [0x06f8] = "\x26\x5a", + [0x06f9] = "\x26\x5b", [0x06fa] = "\x26\x5c", [0x06fb] = "\x26\x5d", + [0x06fc] = "\x26\x5e", [0x06fd] = "\x26\x5f", [0x06fe] = "\x26\x60", + [0x06ff] = "\x26\x61", [0x0700] = "\x26\x62", [0x0701] = "\x26\x63", + [0x0702] = "\x26\x64", [0x0703] = "\x26\x65", [0x0704] = "\x26\x66", + [0x0705] = "\x26\x67", [0x0706] = "\x26\x68", [0x0707] = "\x26\x69", + [0x0708] = "\x26\x6a", [0x0709] = "\x26\x6b", [0x070a] = "\x26\x6c", + [0x070b] = "\x26\x6d", [0x070c] = "\x26\x6e", [0x070d] = "\x26\x6f", + [0x070e] = "\x26\x70", [0x070f] = "\x26\x71", [0x0710] = "\x26\x72", + [0x0711] = "\x26\x73", [0x0712] = "\x26\x74", [0x0713] = "\x26\x75", + [0x0714] = "\x26\x76", [0x0715] = "\x26\x77", [0x0716] = "\x26\x78", + [0x0717] = "\x26\x79", [0x0718] = "\x26\x7a", [0x0719] = "\x26\x7b", + [0x071a] = "\x26\x7c", [0x071b] = "\x26\x7d", [0x071c] = "\x26\x7e", + [0x071d] = "\x26\x7f", [0x071e] = "\x26\x80", [0x071f] = "\x26\x81", + [0x0720] = "\x26\x82", [0x0721] = "\x26\x83", [0x0722] = "\x26\x84", + [0x0723] = "\x26\x85", [0x0724] = "\x26\x86", [0x0725] = "\x26\x87", + [0x0726] = "\x26\x88", [0x0727] = "\x26\x89", [0x0728] = "\x26\x8a", + [0x0729] = "\x26\x8b", [0x072a] = "\x26\x8c", [0x072b] = "\x26\x8d", + [0x072c] = "\x26\x8e", [0x072d] = "\x26\x8f", [0x072e] = "\x26\x90", + [0x072f] = "\x26\x91", [0x0730] = "\x26\x92", [0x0731] = "\x26\x93", + [0x0732] = "\x26\x94", [0x0733] = "\x26\x95", [0x0734] = "\x26\x96", + [0x0735] = "\x26\x97", [0x0736] = "\x26\x98", [0x0737] = "\x26\x99", + [0x0738] = "\x26\x9a", [0x0739] = "\x26\x9b", [0x073a] = "\x26\x9c", + [0x073b] = "\x26\x9d", [0x073c] = "\x26\x9e", [0x073d] = "\x26\x9f", + [0x073e] = "\x26\xa0", [0x073f] = "\x26\xa1", [0x0740] = "\x26\xa2", + [0x0741] = "\x26\xa3", [0x0742] = "\x26\xa4", [0x0743] = "\x26\xa5", + [0x0744] = "\x26\xa6", [0x0745] = "\x26\xa7", [0x0746] = "\x26\xa8", + [0x0747] = "\x26\xa9", [0x0748] = "\x26\xaa", [0x0749] = "\x26\xab", + [0x074a] = "\x26\xac", [0x074b] = "\x26\xad", [0x074c] = "\x26\xae", + [0x074d] = "\x26\xaf", [0x074e] = "\x26\xb0", [0x074f] = "\x26\xb1", + [0x0750] = "\x26\xb2", [0x0751] = "\x26\xb3", [0x0752] = "\x26\xb4", + [0x0753] = "\x26\xb5", [0x0754] = "\x26\xb6", [0x0755] = "\x26\xb7", + [0x0756] = "\x26\xb8", [0x0757] = "\x26\xb9", [0x0758] = "\x26\xba", + [0x0759] = "\x26\xbb", [0x075a] = "\x26\xbc", [0x075b] = "\x26\xbd", + [0x075c] = "\x26\xbe", [0x075d] = "\x26\xbf", [0x075e] = "\x26\xc0", + [0x075f] = "\x26\xc1", [0x0760] = "\x26\xc2", [0x0761] = "\x26\xc3", + [0x0762] = "\x26\xc4", [0x0763] = "\x26\xc5", [0x0764] = "\x26\xc6", + [0x0765] = "\x26\xc7", [0x0766] = "\x26\xc8", [0x0767] = "\x26\xc9", + [0x0768] = "\x26\xca", [0x0769] = "\x26\xcb", [0x076a] = "\x26\xcc", + [0x076b] = "\x26\xcd", [0x076c] = "\x26\xce", [0x076d] = "\x26\xcf", + [0x076e] = "\x26\xd0", [0x076f] = "\x26\xd1", [0x0770] = "\x26\xd2", + [0x0771] = "\x26\xd3", [0x0772] = "\x26\xd4", [0x0773] = "\x26\xd5", + [0x0774] = "\x26\xd6", [0x0775] = "\x26\xd7", [0x0776] = "\x26\xd8", + [0x0777] = "\x26\xd9", [0x0778] = "\x26\xda", [0x0779] = "\x26\xdb", + [0x077a] = "\x26\xdc", [0x077b] = "\x26\xdd", [0x077c] = "\x26\xde", + [0x077d] = "\x26\xdf", [0x077e] = "\x26\xe0", [0x077f] = "\x26\xe1", + [0x0780] = "\x26\xe2", [0x0781] = "\x26\xe3", [0x0782] = "\x26\xe4", + [0x0783] = "\x26\xe5", [0x0784] = "\x26\xe6", [0x0785] = "\x26\xe7", + [0x0786] = "\x26\xe8", [0x0787] = "\x26\xe9", [0x0788] = "\x26\xea", + [0x0789] = "\x26\xeb", [0x078a] = "\x26\xec", [0x078b] = "\x26\xed", + [0x078c] = "\x26\xee", [0x078d] = "\x26\xef", [0x078e] = "\x26\xf0", + [0x078f] = "\x26\xf1", [0x0790] = "\x26\xf2", [0x0791] = "\x26\xf3", + [0x0792] = "\x26\xf4", [0x0793] = "\x26\xf5", [0x0794] = "\x26\xf6", + [0x0795] = "\x26\xf7", [0x0796] = "\x26\xf8", [0x0797] = "\x26\xf9", + [0x0798] = "\x26\xfa", [0x0799] = "\x26\xfb", [0x079a] = "\x26\xfc", + [0x079b] = "\x26\xfd", [0x079c] = "\x26\xfe", [0x079d] = "\x26\xff", + [0x079e] = "\x27\x00", [0x079f] = "\x27\x01", [0x07a0] = "\x27\x02", + [0x07a1] = "\x27\x03", [0x07a2] = "\x27\x04", [0x07a3] = "\x27\x05", + [0x07a4] = "\x27\x06", [0x07a5] = "\x27\x07", [0x07a6] = "\x27\x08", + [0x07a7] = "\x27\x09", [0x07a8] = "\x27\x0a", [0x07a9] = "\x27\x0b", + [0x07aa] = "\x27\x0c", [0x07ab] = "\x27\x0d", [0x07ac] = "\x27\x0e", + [0x07ad] = "\x27\x0f", [0x07ae] = "\x27\x10", [0x07af] = "\x27\x11", + [0x07b0] = "\x27\x12", [0x07b1] = "\x27\x13", [0x07b2] = "\x27\x14", + [0x07b3] = "\x27\x15", [0x07b4] = "\x27\x16", [0x07b5] = "\x27\x17", + [0x07b6] = "\x27\x18", [0x07b7] = "\x27\x19", [0x07b8] = "\x27\x1a", + [0x07b9] = "\x27\x1b", [0x07ba] = "\x27\x1c", [0x07bb] = "\x27\x1d", + [0x07bc] = "\x27\x1e", [0x07bd] = "\x27\x1f", [0x07be] = "\x27\x20", + [0x07bf] = "\x27\x21", [0x07c0] = "\x27\x22", [0x07c1] = "\x27\x23", + [0x07c2] = "\x27\x24", [0x07c3] = "\x27\x25", [0x07c4] = "\x27\x26", + [0x07c5] = "\x27\x27", [0x07c6] = "\x27\x28", [0x07c7] = "\x27\x29", + [0x07c8] = "\x27\x2a", [0x07c9] = "\x27\x2b", [0x07ca] = "\x27\x2c", + [0x07cb] = "\x27\x2d", [0x07cc] = "\x27\x2e", [0x07cd] = "\x27\x2f", + [0x07ce] = "\x27\x30", [0x07cf] = "\x27\x31", [0x07d0] = "\x27\x32", + [0x07d1] = "\x27\x33", [0x07d2] = "\x27\x34", [0x07d3] = "\x27\x35", + [0x07d4] = "\x27\x36", [0x07d5] = "\x27\x37", [0x07d6] = "\x27\x38", + [0x07d7] = "\x27\x39", [0x07d8] = "\x27\x3a", [0x07d9] = "\x27\x3b", + [0x07da] = "\x27\x3c", [0x07db] = "\x27\x3d", [0x07dc] = "\x27\x3e", + [0x07dd] = "\x27\x3f", [0x07de] = "\x27\x40", [0x07df] = "\x27\x41", + [0x07e0] = "\x27\x42", [0x07e1] = "\x27\x43", [0x07e2] = "\x27\x44", + [0x07e3] = "\x27\x45", [0x07e4] = "\x27\x46", [0x07e5] = "\x27\x47", + [0x07e6] = "\x27\x48", [0x07e7] = "\x27\x49", [0x07e8] = "\x27\x4a", + [0x07e9] = "\x27\x4b", [0x07ea] = "\x27\x4c", [0x07eb] = "\x27\x4d", + [0x07ec] = "\x27\x4e", [0x07ed] = "\x27\x4f", [0x07ee] = "\x27\x50", + [0x07ef] = "\x27\x51", [0x07f0] = "\x27\x52", [0x07f1] = "\x27\x53", + [0x07f2] = "\x27\x54", [0x07f3] = "\x27\x55", [0x07f4] = "\x27\x56", + [0x07f5] = "\x27\x57", [0x07f6] = "\x27\x58", [0x07f7] = "\x27\x59", + [0x07f8] = "\x27\x5a", [0x07f9] = "\x27\x5b", [0x07fa] = "\x27\x5c", + [0x07fb] = "\x27\x5d", [0x07fc] = "\x27\x5e", [0x07fd] = "\x27\x5f", + [0x07fe] = "\x27\x60", [0x07ff] = "\x27\x61", [0x0800] = "\x27\x62", + [0x0801] = "\x27\x63", [0x0802] = "\x27\x64", [0x0803] = "\x27\x65", + [0x0804] = "\x27\x66", [0x0805] = "\x27\x67", [0x0806] = "\x27\x68", + [0x0807] = "\x27\x69", [0x0808] = "\x27\x6a", [0x0809] = "\x27\x6b", + [0x080a] = "\x27\x6c", [0x080b] = "\x27\x6d", [0x080c] = "\x27\x6e", + [0x080d] = "\x27\x6f", [0x080e] = "\x27\x70", [0x080f] = "\x27\x71", + [0x0810] = "\x27\x72", [0x0811] = "\x27\x73", [0x0812] = "\x27\x74", + [0x0813] = "\x27\x75", [0x0814] = "\x27\x76", [0x0815] = "\x27\x77", + [0x0816] = "\x27\x78", [0x0817] = "\x27\x79", [0x0818] = "\x27\x7a", + [0x0819] = "\x27\x7b", [0x081a] = "\x27\x7c", [0x081b] = "\x27\x7d", + [0x081c] = "\x27\x7e", [0x081d] = "\x27\x7f", [0x081e] = "\x27\x80", + [0x081f] = "\x27\x81", [0x0820] = "\x27\x82", [0x0821] = "\x27\x83", + [0x0822] = "\x27\x84", [0x0823] = "\x27\x85", [0x0824] = "\x27\x86", + [0x0825] = "\x27\x87", [0x0826] = "\x27\x88", [0x0827] = "\x27\x89", + [0x0828] = "\x27\x8a", [0x0829] = "\x27\x8b", [0x082a] = "\x27\x8c", + [0x082b] = "\x27\x8d", [0x082c] = "\x27\x8e", [0x082d] = "\x27\x8f", + [0x082e] = "\x27\x90", [0x082f] = "\x27\x91", [0x0830] = "\x27\x92", + [0x0831] = "\x27\x93", [0x0832] = "\x27\x94", [0x0833] = "\x27\x95", + [0x0834] = "\x27\x96", [0x0835] = "\x27\x97", [0x0836] = "\x27\x98", + [0x0837] = "\x27\x99", [0x0838] = "\x27\x9a", [0x0839] = "\x27\x9b", + [0x083a] = "\x27\x9c", [0x083b] = "\x27\x9d", [0x083c] = "\x27\x9e", + [0x083d] = "\x27\x9f", [0x083e] = "\x27\xa0", [0x083f] = "\x27\xa1", + [0x0840] = "\x27\xa2", [0x0841] = "\x27\xa3", [0x0842] = "\x27\xa4", + [0x0843] = "\x27\xa5", [0x0844] = "\x27\xa6", [0x0845] = "\x27\xa7", + [0x0846] = "\x27\xa8", [0x0847] = "\x27\xa9", [0x0848] = "\x27\xaa", + [0x0849] = "\x27\xab", [0x084a] = "\x27\xac", [0x084b] = "\x27\xad", + [0x084c] = "\x27\xae", [0x084d] = "\x27\xaf", [0x084e] = "\x27\xb0", + [0x084f] = "\x27\xb1", [0x0850] = "\x27\xb2", [0x0851] = "\x27\xb3", + [0x0852] = "\x27\xb4", [0x0853] = "\x27\xb5", [0x0854] = "\x27\xb6", + [0x0855] = "\x27\xb7", [0x0856] = "\x27\xb8", [0x0857] = "\x27\xb9", + [0x0858] = "\x27\xba", [0x0859] = "\x27\xbb", [0x085a] = "\x27\xbc", + [0x085b] = "\x27\xbd", [0x085c] = "\x27\xbe", [0x085d] = "\x27\xbf", + [0x085e] = "\x27\xc0", [0x085f] = "\x27\xc1", [0x0860] = "\x27\xc2", + [0x0861] = "\x27\xc3", [0x0862] = "\x27\xc4", [0x0863] = "\x27\xc5", + [0x0864] = "\x27\xc6", [0x0865] = "\x27\xc7", [0x0866] = "\x27\xc8", + [0x0867] = "\x27\xc9", [0x0868] = "\x27\xca", [0x0869] = "\x27\xcb", + [0x086a] = "\x27\xcc", [0x086b] = "\x27\xcd", [0x086c] = "\x27\xce", + [0x086d] = "\x27\xcf", [0x086e] = "\x27\xd0", [0x086f] = "\x27\xd1", + [0x0870] = "\x27\xd2", [0x0871] = "\x27\xd3", [0x0872] = "\x27\xd4", + [0x0873] = "\x27\xd5", [0x0874] = "\x27\xd6", [0x0875] = "\x27\xd7", + [0x0876] = "\x27\xd8", [0x0877] = "\x27\xd9", [0x0878] = "\x27\xda", + [0x0879] = "\x27\xdb", [0x087a] = "\x27\xdc", [0x087b] = "\x27\xdd", + [0x087c] = "\x27\xde", [0x087d] = "\x27\xdf", [0x087e] = "\x27\xe0", + [0x087f] = "\x27\xe1", [0x0880] = "\x27\xe2", [0x0881] = "\x27\xe3", + [0x0882] = "\x27\xe4", [0x0883] = "\x27\xe5", [0x0884] = "\x27\xe6", + [0x0885] = "\x27\xe7", [0x0886] = "\x27\xe8", [0x0887] = "\x27\xe9", + [0x0888] = "\x27\xea", [0x0889] = "\x27\xeb", [0x088a] = "\x27\xec", + [0x088b] = "\x27\xed", [0x088c] = "\x27\xee", [0x088d] = "\x27\xef", + [0x088e] = "\x27\xf0", [0x088f] = "\x27\xf1", [0x0890] = "\x27\xf2", + [0x0891] = "\x27\xf3", [0x0892] = "\x27\xf4", [0x0893] = "\x27\xf5", + [0x0894] = "\x27\xf6", [0x0895] = "\x27\xf7", [0x0896] = "\x27\xf8", + [0x0897] = "\x27\xf9", [0x0898] = "\x27\xfa", [0x0899] = "\x27\xfb", + [0x089a] = "\x27\xfc", [0x089b] = "\x27\xfd", [0x089c] = "\x27\xfe", + [0x089d] = "\x27\xff", [0x089e] = "\x28\x00", [0x089f] = "\x28\x01", + [0x08a0] = "\x28\x02", [0x08a1] = "\x28\x03", [0x08a2] = "\x28\x04", + [0x08a3] = "\x28\x05", [0x08a4] = "\x28\x06", [0x08a5] = "\x28\x07", + [0x08a6] = "\x28\x08", [0x08a7] = "\x28\x09", [0x08a8] = "\x28\x0a", + [0x08a9] = "\x28\x0b", [0x08aa] = "\x28\x0c", [0x08ab] = "\x28\x0d", + [0x08ac] = "\x28\x0e", [0x08ad] = "\x28\x0f", [0x08ae] = "\x28\x10", + [0x08af] = "\x28\x11", [0x08b0] = "\x28\x12", [0x08b1] = "\x28\x13", + [0x08b2] = "\x28\x14", [0x08b3] = "\x28\x15", [0x08b4] = "\x28\x16", + [0x08b5] = "\x28\x17", [0x08b6] = "\x28\x18", [0x08b7] = "\x28\x19", + [0x08b8] = "\x28\x1a", [0x08b9] = "\x28\x1b", [0x08ba] = "\x28\x1c", + [0x08bb] = "\x28\x1d", [0x08bc] = "\x28\x1e", [0x08bd] = "\x28\x1f", + [0x08be] = "\x28\x20", [0x08bf] = "\x28\x21", [0x08c0] = "\x28\x22", + [0x08c1] = "\x28\x23", [0x08c2] = "\x28\x24", [0x08c3] = "\x28\x25", + [0x08c4] = "\x28\x26", [0x08c5] = "\x28\x27", [0x08c6] = "\x28\x28", + [0x08c7] = "\x28\x29", [0x08c8] = "\x28\x2a", [0x08c9] = "\x28\x2b", + [0x08ca] = "\x28\x2c", [0x08cb] = "\x28\x2d", [0x08cc] = "\x28\x2e", + [0x08cd] = "\x28\x2f", [0x08ce] = "\x28\x30", [0x08cf] = "\x28\x31", + [0x08d0] = "\x28\x32", [0x08d1] = "\x28\x33", [0x08d2] = "\x28\x34", + [0x08d3] = "\x28\x35", [0x08d4] = "\x28\x36", [0x08d5] = "\x28\x37", + [0x08d6] = "\x28\x38", [0x08d7] = "\x28\x39", [0x08d8] = "\x28\x3a", + [0x08d9] = "\x28\x3b", [0x08da] = "\x28\x3c", [0x08db] = "\x28\x3d", + [0x08dc] = "\x28\x3e", [0x08dd] = "\x28\x3f", [0x08de] = "\x28\x40", + [0x08df] = "\x28\x41", [0x08e0] = "\x28\x42", [0x08e1] = "\x28\x43", + [0x08e2] = "\x28\x44", [0x08e3] = "\x28\x45", [0x08e4] = "\x28\x46", + [0x08e5] = "\x28\x47", [0x08e6] = "\x28\x48", [0x08e7] = "\x28\x49", + [0x08e8] = "\x28\x4a", [0x08e9] = "\x28\x4b", [0x08ea] = "\x28\x4c", + [0x08eb] = "\x28\x4d", [0x08ec] = "\x28\x4e", [0x08ed] = "\x28\x4f", + [0x08ee] = "\x28\x50", [0x08ef] = "\x28\x51", [0x08f0] = "\x28\x52", + [0x08f1] = "\x28\x53", [0x08f2] = "\x28\x54", [0x08f3] = "\x28\x55", + [0x08f4] = "\x28\x56", [0x08f5] = "\x28\x57", [0x08f6] = "\x28\x58", + [0x08f7] = "\x28\x59", [0x08f8] = "\x28\x5a", [0x08f9] = "\x28\x5b", + [0x08fa] = "\x28\x5c", [0x08fb] = "\x28\x5d", [0x08fc] = "\x28\x5e", + [0x08fd] = "\x28\x5f", [0x08fe] = "\x28\x60", [0x08ff] = "\x28\x61", + [0x0900] = "\x28\x62", [0x0901] = "\x28\x63", [0x0902] = "\x28\x64", + [0x0903] = "\x28\x65", [0x0904] = "\x28\x66", [0x0905] = "\x28\x67", + [0x0906] = "\x28\x68", [0x0907] = "\x28\x69", [0x0908] = "\x28\x6a", + [0x0909] = "\x28\x6b", [0x090a] = "\x28\x6c", [0x090b] = "\x28\x6d", + [0x090c] = "\x28\x6e", [0x090d] = "\x28\x6f", [0x090e] = "\x28\x70", + [0x090f] = "\x28\x71", [0x0910] = "\x28\x72", [0x0911] = "\x28\x73", + [0x0912] = "\x28\x74", [0x0913] = "\x28\x75", [0x0914] = "\x28\x76", + [0x0915] = "\x28\x77", [0x0916] = "\x28\x78", [0x0917] = "\x28\x79", + [0x0918] = "\x28\x7a", [0x0919] = "\x28\x7b", [0x091a] = "\x28\x7c", + [0x091b] = "\x28\x7d", [0x091c] = "\x28\x7e", [0x091d] = "\x28\x7f", + [0x091e] = "\x28\x80", [0x091f] = "\x28\x81", [0x0920] = "\x28\x82", + [0x0921] = "\x28\x83", [0x0922] = "\x28\x84", [0x0923] = "\x28\x85", + [0x0924] = "\x28\x86", [0x0925] = "\x28\x87", [0x0926] = "\x28\x88", + [0x0927] = "\x28\x89", [0x0928] = "\x28\x8a", [0x0929] = "\x28\x8b", + [0x092a] = "\x28\x8c", [0x092b] = "\x28\x8d", [0x092c] = "\x28\x8e", + [0x092d] = "\x28\x8f", [0x092e] = "\x28\x90", [0x092f] = "\x28\x91", + [0x0930] = "\x28\x92", [0x0931] = "\x28\x93", [0x0932] = "\x28\x94", + [0x0933] = "\x28\x95", [0x0934] = "\x28\x96", [0x0935] = "\x28\x97", + [0x0936] = "\x28\x98", [0x0937] = "\x28\x99", [0x0938] = "\x28\x9a", + [0x0939] = "\x28\x9b", [0x093a] = "\x28\x9c", [0x093b] = "\x28\x9d", + [0x093c] = "\x28\x9e", [0x093d] = "\x28\x9f", [0x093e] = "\x28\xa0", + [0x093f] = "\x28\xa1", [0x0940] = "\x28\xa2", [0x0941] = "\x28\xa3", + [0x0942] = "\x28\xa4", [0x0943] = "\x28\xa5", [0x0944] = "\x28\xa6", + [0x0945] = "\x28\xa7", [0x0946] = "\x28\xa8", [0x0947] = "\x28\xa9", + [0x0948] = "\x28\xaa", [0x0949] = "\x28\xab", [0x094a] = "\x28\xac", + [0x094b] = "\x28\xad", [0x094c] = "\x28\xae", [0x094d] = "\x28\xaf", + [0x094e] = "\x28\xb0", [0x094f] = "\x28\xb1", [0x0950] = "\x28\xb2", + [0x0951] = "\x28\xb3", [0x0952] = "\x28\xb4", [0x0953] = "\x28\xb5", + [0x0954] = "\x28\xb6", [0x0955] = "\x28\xb7", [0x0956] = "\x28\xb8", + [0x0957] = "\x28\xb9", [0x0958] = "\x28\xba", [0x0959] = "\x28\xbb", + [0x095a] = "\x28\xbc", [0x095b] = "\x28\xbd", [0x095c] = "\x28\xbe", + [0x095d] = "\x28\xbf", [0x095e] = "\x28\xc0", [0x095f] = "\x28\xc1", + [0x0960] = "\x28\xc2", [0x0961] = "\x28\xc3", [0x0962] = "\x28\xc4", + [0x0963] = "\x28\xc5", [0x0964] = "\x28\xc6", [0x0965] = "\x28\xc7", + [0x0966] = "\x28\xc8", [0x0967] = "\x28\xc9", [0x0968] = "\x28\xca", + [0x0969] = "\x28\xcb", [0x096a] = "\x28\xcc", [0x096b] = "\x28\xcd", + [0x096c] = "\x28\xce", [0x096d] = "\x28\xcf", [0x096e] = "\x28\xd0", + [0x096f] = "\x28\xd1", [0x0970] = "\x28\xd2", [0x0971] = "\x28\xd3", + [0x0972] = "\x28\xd4", [0x0973] = "\x28\xd5", [0x0974] = "\x28\xd6", + [0x0975] = "\x28\xd7", [0x0976] = "\x28\xd8", [0x0977] = "\x28\xd9", + [0x0978] = "\x28\xda", [0x0979] = "\x28\xdb", [0x097a] = "\x28\xdc", + [0x097b] = "\x28\xdd", [0x097c] = "\x28\xde", [0x097d] = "\x28\xdf", + [0x097e] = "\x28\xe0", [0x097f] = "\x28\xe1", [0x0980] = "\x28\xe2", + [0x0981] = "\x28\xe3", [0x0982] = "\x28\xe4", [0x0983] = "\x28\xe5", + [0x0984] = "\x28\xe6", [0x0985] = "\x28\xe7", [0x0986] = "\x28\xe8", + [0x0987] = "\x28\xe9", [0x0988] = "\x28\xea", [0x0989] = "\x28\xeb", + [0x098a] = "\x28\xec", [0x098b] = "\x28\xed", [0x098c] = "\x28\xee", + [0x098d] = "\x28\xef", [0x098e] = "\x28\xf0", [0x098f] = "\x28\xf1", + [0x0990] = "\x28\xf2", [0x0991] = "\x28\xf3", [0x0992] = "\x28\xf4", + [0x0993] = "\x28\xf5", [0x0994] = "\x28\xf6", [0x0995] = "\x28\xf7", + [0x0996] = "\x28\xf8", [0x0997] = "\x28\xf9", [0x0998] = "\x28\xfa", + [0x0999] = "\x28\xfb", [0x099a] = "\x28\xfc", [0x099b] = "\x28\xfd", + [0x099c] = "\x28\xfe", [0x099d] = "\x28\xff", [0x099e] = "\x29\x00", + [0x099f] = "\x29\x01", [0x09a0] = "\x29\x02", [0x09a1] = "\x29\x03", + [0x09a2] = "\x29\x04", [0x09a3] = "\x29\x05", [0x09a4] = "\x29\x06", + [0x09a5] = "\x29\x07", [0x09a6] = "\x29\x08", [0x09a7] = "\x29\x09", + [0x09a8] = "\x29\x0a", [0x09a9] = "\x29\x0b", [0x09aa] = "\x29\x0c", + [0x09ab] = "\x29\x0d", [0x09ac] = "\x29\x0e", [0x09ad] = "\x29\x0f", + [0x09ae] = "\x29\x10", [0x09af] = "\x29\x11", [0x09b0] = "\x29\x12", + [0x09b1] = "\x29\x13", [0x09b2] = "\x29\x14", [0x09b3] = "\x29\x15", + [0x09b4] = "\x29\x16", [0x09b5] = "\x29\x17", [0x09b6] = "\x29\x18", + [0x09b7] = "\x29\x19", [0x09b8] = "\x29\x1a", [0x09b9] = "\x29\x1b", + [0x09ba] = "\x29\x1c", [0x09bb] = "\x29\x1d", [0x09bc] = "\x29\x1e", + [0x09bd] = "\x29\x1f", [0x09be] = "\x29\x20", [0x09bf] = "\x29\x21", + [0x09c0] = "\x29\x22", [0x09c1] = "\x29\x23", [0x09c2] = "\x29\x24", + [0x09c3] = "\x29\x25", [0x09c4] = "\x29\x26", [0x09c5] = "\x29\x27", + [0x09c6] = "\x29\x28", [0x09c7] = "\x29\x29", [0x09c8] = "\x29\x2a", + [0x09c9] = "\x29\x2b", [0x09ca] = "\x29\x2c", [0x09cb] = "\x29\x2d", + [0x09cc] = "\x29\x2e", [0x09cd] = "\x29\x2f", [0x09ce] = "\x29\x30", + [0x09cf] = "\x29\x31", [0x09d0] = "\x29\x32", [0x09d1] = "\x29\x33", + [0x09d2] = "\x29\x34", [0x09d3] = "\x29\x35", [0x09d4] = "\x29\x36", + [0x09d5] = "\x29\x37", [0x09d6] = "\x29\x38", [0x09d7] = "\x29\x39", + [0x09d8] = "\x29\x3a", [0x09d9] = "\x29\x3b", [0x09da] = "\x29\x3c", + [0x09db] = "\x29\x3d", [0x09dc] = "\x29\x3e", [0x09dd] = "\x29\x3f", + [0x09de] = "\x29\x40", [0x09df] = "\x29\x41", [0x09e0] = "\x29\x42", + [0x09e1] = "\x29\x43", [0x09e2] = "\x29\x44", [0x09e3] = "\x29\x45", + [0x09e4] = "\x29\x46", [0x09e5] = "\x29\x47", [0x09e6] = "\x29\x48", + [0x09e7] = "\x29\x49", [0x09e8] = "\x29\x4a", [0x09e9] = "\x29\x4b", + [0x09ea] = "\x29\x4c", [0x09eb] = "\x29\x4d", [0x09ec] = "\x29\x4e", + [0x09ed] = "\x29\x4f", [0x09ee] = "\x29\x50", [0x09ef] = "\x29\x51", + [0x09f0] = "\x29\x52", [0x09f1] = "\x29\x53", [0x09f2] = "\x29\x54", + [0x09f3] = "\x29\x55", [0x09f4] = "\x29\x56", [0x09f5] = "\x29\x57", + [0x09f6] = "\x29\x58", [0x09f7] = "\x29\x59", [0x09f8] = "\x29\x5a", + [0x09f9] = "\x29\x5b", [0x09fa] = "\x29\x5c", [0x09fb] = "\x29\x5d", + [0x09fc] = "\x29\x5e", [0x09fd] = "\x29\x5f", [0x09fe] = "\x29\x60", + [0x09ff] = "\x29\x61", [0x0a00] = "\x29\x62", [0x0a01] = "\x29\x63", + [0x0a02] = "\x29\x64", [0x0a03] = "\x29\x65", [0x0a04] = "\x29\x66", + [0x0a05] = "\x29\x67", [0x0a06] = "\x29\x68", [0x0a07] = "\x29\x69", + [0x0a08] = "\x29\x6a", [0x0a09] = "\x29\x6b", [0x0a0a] = "\x29\x6c", + [0x0a0b] = "\x29\x6d", [0x0a0c] = "\x29\x6e", [0x0a0d] = "\x29\x6f", + [0x0a0e] = "\x29\x70", [0x0a0f] = "\x29\x71", [0x0a10] = "\x29\x72", + [0x0a11] = "\x29\x73", [0x0a12] = "\x29\x74", [0x0a13] = "\x29\x75", + [0x0a14] = "\x29\x76", [0x0a15] = "\x29\x77", [0x0a16] = "\x29\x78", + [0x0a17] = "\x29\x79", [0x0a18] = "\x29\x7a", [0x0a19] = "\x29\x7b", + [0x0a1a] = "\x29\x7c", [0x0a1b] = "\x29\x7d", [0x0a1c] = "\x29\x7e", + [0x0a1d] = "\x29\x7f", [0x0a1e] = "\x29\x80", [0x0a1f] = "\x29\x81", + [0x0a20] = "\x29\x82", [0x0a21] = "\x29\x83", [0x0a22] = "\x29\x84", + [0x0a23] = "\x29\x85", [0x0a24] = "\x29\x86", [0x0a25] = "\x29\x87", + [0x0a26] = "\x29\x88", [0x0a27] = "\x29\x89", [0x0a28] = "\x29\x8a", + [0x0a29] = "\x29\x8b", [0x0a2a] = "\x29\x8c", [0x0a2b] = "\x29\x8d", + [0x0a2c] = "\x29\x8e", [0x0a2d] = "\x29\x8f", [0x0a2e] = "\x29\x90", + [0x0a2f] = "\x29\x91", [0x0a30] = "\x29\x92", [0x0a31] = "\x29\x93", + [0x0a32] = "\x29\x94", [0x0a33] = "\x29\x95", [0x0a34] = "\x29\x96", + [0x0a35] = "\x29\x97", [0x0a36] = "\x29\x98", [0x0a37] = "\x29\x99", + [0x0a38] = "\x29\x9a", [0x0a39] = "\x29\x9b", [0x0a3a] = "\x29\x9c", + [0x0a3b] = "\x29\x9d", [0x0a3c] = "\x29\x9e", [0x0a3d] = "\x29\x9f", + [0x0a3e] = "\x29\xa0", [0x0a3f] = "\x29\xa1", [0x0a40] = "\x29\xa2", + [0x0a41] = "\x29\xa3", [0x0a42] = "\x29\xa4", [0x0a43] = "\x29\xa5", + [0x0a44] = "\x29\xa6", [0x0a45] = "\x29\xa7", [0x0a46] = "\x29\xa8", + [0x0a47] = "\x29\xa9", [0x0a48] = "\x29\xaa", [0x0a49] = "\x29\xab", + [0x0a4a] = "\x29\xac", [0x0a4b] = "\x29\xad", [0x0a4c] = "\x29\xae", + [0x0a4d] = "\x29\xaf", [0x0a4e] = "\x29\xb0", [0x0a4f] = "\x29\xb1", + [0x0a50] = "\x29\xb2", [0x0a51] = "\x29\xb3", [0x0a52] = "\x29\xb4", + [0x0a53] = "\x29\xb5", [0x0a54] = "\x29\xb6", [0x0a55] = "\x29\xb7", + [0x0a56] = "\x29\xb8", [0x0a57] = "\x29\xb9", [0x0a58] = "\x29\xba", + [0x0a59] = "\x29\xbb", [0x0a5a] = "\x29\xbc", [0x0a5b] = "\x29\xbd", + [0x0a5c] = "\x29\xbe", [0x0a5d] = "\x29\xbf", [0x0a5e] = "\x29\xc0", + [0x0a5f] = "\x29\xc1", [0x0a60] = "\x29\xc2", [0x0a61] = "\x29\xc3", + [0x0a62] = "\x29\xc4", [0x0a63] = "\x29\xc5", [0x0a64] = "\x29\xc6", + [0x0a65] = "\x29\xc7", [0x0a66] = "\x29\xc8", [0x0a67] = "\x29\xc9", + [0x0a68] = "\x29\xca", [0x0a69] = "\x29\xcb", [0x0a6a] = "\x29\xcc", + [0x0a6b] = "\x29\xcd", [0x0a6c] = "\x29\xce", [0x0a6d] = "\x29\xcf", + [0x0a6e] = "\x29\xd0", [0x0a6f] = "\x29\xd1", [0x0a70] = "\x29\xd2", + [0x0a71] = "\x29\xd3", [0x0a72] = "\x29\xd4", [0x0a73] = "\x29\xd5", + [0x0a74] = "\x29\xd6", [0x0a75] = "\x29\xd7", [0x0a76] = "\x29\xd8", + [0x0a77] = "\x29\xd9", [0x0a78] = "\x29\xda", [0x0a79] = "\x29\xdb", + [0x0a7a] = "\x29\xdc", [0x0a7b] = "\x29\xdd", [0x0a7c] = "\x29\xde", + [0x0a7d] = "\x29\xdf", [0x0a7e] = "\x29\xe0", [0x0a7f] = "\x29\xe1", + [0x0a80] = "\x29\xe2", [0x0a81] = "\x29\xe3", [0x0a82] = "\x29\xe4", + [0x0a83] = "\x29\xe5", [0x0a84] = "\x29\xe6", [0x0a85] = "\x29\xe7", + [0x0a86] = "\x29\xe8", [0x0a87] = "\x29\xe9", [0x0a88] = "\x29\xea", + [0x0a89] = "\x29\xeb", [0x0a8a] = "\x29\xec", [0x0a8b] = "\x29\xed", + [0x0a8c] = "\x29\xee", [0x0a8d] = "\x29\xef", [0x0a8e] = "\x29\xf0", + [0x0a8f] = "\x29\xf1", [0x0a90] = "\x29\xf2", [0x0a91] = "\x29\xf3", + [0x0a92] = "\x29\xf4", [0x0a93] = "\x29\xf5", [0x0a94] = "\x29\xf6", + [0x0a95] = "\x29\xf7", [0x0a96] = "\x29\xf8", [0x0a97] = "\x29\xf9", + [0x0a98] = "\x29\xfa", [0x0a99] = "\x29\xfb", [0x0a9a] = "\x29\xfc", + [0x0a9b] = "\x29\xfd", [0x0a9c] = "\x29\xfe", [0x0a9d] = "\x29\xff", + [0x0a9e] = "\x2a\x00", [0x0a9f] = "\x2a\x01", [0x0aa0] = "\x2a\x02", + [0x0aa1] = "\x2a\x03", [0x0aa2] = "\x2a\x04", [0x0aa3] = "\x2a\x05", + [0x0aa4] = "\x2a\x06", [0x0aa5] = "\x2a\x07", [0x0aa6] = "\x2a\x08", + [0x0aa7] = "\x2a\x09", [0x0aa8] = "\x2a\x0a", [0x0aa9] = "\x2a\x0b", + [0x0aaa] = "\x2a\x0c", [0x0aab] = "\x2a\x0d", [0x0aac] = "\x2a\x0e", + [0x0aad] = "\x2a\x0f", [0x0aae] = "\x2a\x10", [0x0aaf] = "\x2a\x11", + [0x0ab0] = "\x2a\x12", [0x0ab1] = "\x2a\x13", [0x0ab2] = "\x2a\x14", + [0x0ab3] = "\x2a\x15", [0x0ab4] = "\x2a\x16", [0x0ab5] = "\x2a\x17", + [0x0ab6] = "\x2a\x18", [0x0ab7] = "\x2a\x19", [0x0ab8] = "\x2a\x1a", + [0x0ab9] = "\x2a\x1b", [0x0aba] = "\x2a\x1c", [0x0abb] = "\x2a\x1d", + [0x0abc] = "\x2a\x1e", [0x0abd] = "\x2a\x1f", [0x0abe] = "\x2a\x20", + [0x0abf] = "\x2a\x21", [0x0ac0] = "\x2a\x22", [0x0ac1] = "\x2a\x23", + [0x0ac2] = "\x2a\x24", [0x0ac3] = "\x2a\x25", [0x0ac4] = "\x2a\x26", + [0x0ac5] = "\x2a\x27", [0x0ac6] = "\x2a\x28", [0x0ac7] = "\x2a\x29", + [0x0ac8] = "\x2a\x2a", [0x0ac9] = "\x2a\x2b", [0x0aca] = "\x2a\x2c", + [0x0acb] = "\x2a\x2d", [0x0acc] = "\x2a\x2e", [0x0acd] = "\x2a\x2f", + [0x0ace] = "\x2a\x30", [0x0acf] = "\x2a\x31", [0x0ad0] = "\x2a\x32", + [0x0ad1] = "\x2a\x33", [0x0ad2] = "\x2a\x34", [0x0ad3] = "\x2a\x35", + [0x0ad4] = "\x2a\x36", [0x0ad5] = "\x2a\x37", [0x0ad6] = "\x2a\x38", + [0x0ad7] = "\x2a\x39", [0x0ad8] = "\x2a\x3a", [0x0ad9] = "\x2a\x3b", + [0x0ada] = "\x2a\x3c", [0x0adb] = "\x2a\x3d", [0x0adc] = "\x2a\x3e", + [0x0add] = "\x2a\x3f", [0x0ade] = "\x2a\x40", [0x0adf] = "\x2a\x41", + [0x0ae0] = "\x2a\x42", [0x0ae1] = "\x2a\x43", [0x0ae2] = "\x2a\x44", + [0x0ae3] = "\x2a\x45", [0x0ae4] = "\x2a\x46", [0x0ae5] = "\x2a\x47", + [0x0ae6] = "\x2a\x48", [0x0ae7] = "\x2a\x49", [0x0ae8] = "\x2a\x4a", + [0x0ae9] = "\x2a\x4b", [0x0aea] = "\x2a\x4c", [0x0aeb] = "\x2a\x4d", + [0x0aec] = "\x2a\x4e", [0x0aed] = "\x2a\x4f", [0x0aee] = "\x2a\x50", + [0x0aef] = "\x2a\x51", [0x0af0] = "\x2a\x52", [0x0af1] = "\x2a\x53", + [0x0af2] = "\x2a\x54", [0x0af3] = "\x2a\x55", [0x0af4] = "\x2a\x56", + [0x0af5] = "\x2a\x57", [0x0af6] = "\x2a\x58", [0x0af7] = "\x2a\x59", + [0x0af8] = "\x2a\x5a", [0x0af9] = "\x2a\x5b", [0x0afa] = "\x2a\x5c", + [0x0afb] = "\x2a\x5d", [0x0afc] = "\x2a\x5e", [0x0afd] = "\x2a\x5f", + [0x0afe] = "\x2a\x60", [0x0aff] = "\x2a\x61", [0x0b00] = "\x2a\x62", + [0x0b01] = "\x2a\x63", [0x0b02] = "\x2a\x64", [0x0b03] = "\x2a\x65", + [0x0b04] = "\x2a\x66", [0x0b05] = "\x2a\x67", [0x0b06] = "\x2a\x68", + [0x0b07] = "\x2a\x69", [0x0b08] = "\x2a\x6a", [0x0b09] = "\x2a\x6b", + [0x0b0a] = "\x2a\x6c", [0x0b0b] = "\x2a\x6d", [0x0b0c] = "\x2a\x6e", + [0x0b0d] = "\x2a\x6f", [0x0b0e] = "\x2a\x70", [0x0b0f] = "\x2a\x71", + [0x0b10] = "\x2a\x72", [0x0b11] = "\x2a\x73", [0x0b12] = "\x2a\x74", + [0x0b13] = "\x2a\x75", [0x0b14] = "\x2a\x76", [0x0b15] = "\x2a\x77", + [0x0b16] = "\x2a\x78", [0x0b17] = "\x2a\x79", [0x0b18] = "\x2a\x7a", + [0x0b19] = "\x2a\x7b", [0x0b1a] = "\x2a\x7c", [0x0b1b] = "\x2a\x7d", + [0x0b1c] = "\x2a\x7e", [0x0b1d] = "\x2a\x7f", [0x0b1e] = "\x2a\x80", + [0x0b1f] = "\x2a\x81", [0x0b20] = "\x2a\x82", [0x0b21] = "\x2a\x83", + [0x0b22] = "\x2a\x84", [0x0b23] = "\x2a\x85", [0x0b24] = "\x2a\x86", + [0x0b25] = "\x2a\x87", [0x0b26] = "\x2a\x88", [0x0b27] = "\x2a\x89", + [0x0b28] = "\x2a\x8a", [0x0b29] = "\x2a\x8b", [0x0b2a] = "\x2a\x8c", + [0x0b2b] = "\x2a\x8d", [0x0b2c] = "\x2a\x8e", [0x0b2d] = "\x2a\x8f", + [0x0b2e] = "\x2a\x90", [0x0b2f] = "\x2a\x91", [0x0b30] = "\x2a\x92", + [0x0b31] = "\x2a\x93", [0x0b32] = "\x2a\x94", [0x0b33] = "\x2a\x95", + [0x0b34] = "\x2a\x96", [0x0b35] = "\x2a\x97", [0x0b36] = "\x2a\x98", + [0x0b37] = "\x2a\x99", [0x0b38] = "\x2a\x9a", [0x0b39] = "\x2a\x9b", + [0x0b3a] = "\x2a\x9c", [0x0b3b] = "\x2a\x9d", [0x0b3c] = "\x2a\x9e", + [0x0b3d] = "\x2a\x9f", [0x0b3e] = "\x2a\xa0", [0x0b3f] = "\x2a\xa1", + [0x0b40] = "\x2a\xa2", [0x0b41] = "\x2a\xa3", [0x0b42] = "\x2a\xa4", + [0x0b43] = "\x2a\xa5", [0x0b44] = "\x2a\xa6", [0x0b45] = "\x2a\xa7", + [0x0b46] = "\x2a\xa8", [0x0b47] = "\x2a\xa9", [0x0b48] = "\x2a\xaa", + [0x0b49] = "\x2a\xab", [0x0b4a] = "\x2a\xac", [0x0b4b] = "\x2a\xad", + [0x0b4c] = "\x2a\xae", [0x0b4d] = "\x2a\xaf", [0x0b4e] = "\x2a\xb0", + [0x0b4f] = "\x2a\xb1", [0x0b50] = "\x2a\xb2", [0x0b51] = "\x2a\xb3", + [0x0b52] = "\x2a\xb4", [0x0b53] = "\x2a\xb5", [0x0b54] = "\x2a\xb6", + [0x0b55] = "\x2a\xb7", [0x0b56] = "\x2a\xb8", [0x0b57] = "\x2a\xb9", + [0x0b58] = "\x2a\xba", [0x0b59] = "\x2a\xbb", [0x0b5a] = "\x2a\xbc", + [0x0b5b] = "\x2a\xbd", [0x0b5c] = "\x2a\xbe", [0x0b5d] = "\x2a\xbf", + [0x0b5e] = "\x2a\xc0", [0x0b5f] = "\x2a\xc1", [0x0b60] = "\x2a\xc2", + [0x0b61] = "\x2a\xc3", [0x0b62] = "\x2a\xc4", [0x0b63] = "\x2a\xc5", + [0x0b64] = "\x2a\xc6", [0x0b65] = "\x2a\xc7", [0x0b66] = "\x2a\xc8", + [0x0b67] = "\x2a\xc9", [0x0b68] = "\x2a\xca", [0x0b69] = "\x2a\xcb", + [0x0b6a] = "\x2a\xcc", [0x0b6b] = "\x2a\xcd", [0x0b6c] = "\x2a\xce", + [0x0b6d] = "\x2a\xcf", [0x0b6e] = "\x2a\xd0", [0x0b6f] = "\x2a\xd1", + [0x0b70] = "\x2a\xd2", [0x0b71] = "\x2a\xd3", [0x0b72] = "\x2a\xd4", + [0x0b73] = "\x2a\xd5", [0x0b74] = "\x2a\xd6", [0x0b75] = "\x2a\xd7", + [0x0b76] = "\x2a\xd8", [0x0b77] = "\x2a\xd9", [0x0b78] = "\x2a\xda", + [0x0b79] = "\x2a\xdb", [0x0b7a] = "\x2a\xdc", [0x0b7b] = "\x2a\xdd", + [0x0b7c] = "\x2a\xde", [0x0b7d] = "\x2a\xdf", [0x0b7e] = "\x2a\xe0", + [0x0b7f] = "\x2a\xe1", [0x0b80] = "\x2a\xe2", [0x0b81] = "\x2a\xe3", + [0x0b82] = "\x2a\xe4", [0x0b83] = "\x2a\xe5", [0x0b84] = "\x2a\xe6", + [0x0b85] = "\x2a\xe7", [0x0b86] = "\x2a\xe8", [0x0b87] = "\x2a\xe9", + [0x0b88] = "\x2a\xea", [0x0b89] = "\x2a\xeb", [0x0b8a] = "\x2a\xec", + [0x0b8b] = "\x2a\xed", [0x0b8c] = "\x2a\xee", [0x0b8d] = "\x2a\xef", + [0x0b8e] = "\x2a\xf0", [0x0b8f] = "\x2a\xf1", [0x0b90] = "\x2a\xf2", + [0x0b91] = "\x2a\xf3", [0x0b92] = "\x2a\xf4", [0x0b93] = "\x2a\xf5", + [0x0b94] = "\x2a\xf6", [0x0b95] = "\x2a\xf7", [0x0b96] = "\x2a\xf8", + [0x0b97] = "\x2a\xf9", [0x0b98] = "\x2a\xfa", [0x0b99] = "\x2a\xfb", + [0x0b9a] = "\x2a\xfc", [0x0b9b] = "\x2a\xfd", [0x0b9c] = "\x2a\xfe", + [0x0b9d] = "\x2a\xff", [0x0b9e] = "\x2b\x00", [0x0b9f] = "\x2b\x01", + [0x0ba0] = "\x2b\x02", [0x0ba1] = "\x2b\x03", [0x0ba2] = "\x2b\x04", + [0x0ba3] = "\x2b\x05", [0x0ba4] = "\x2b\x06", [0x0ba5] = "\x2b\x07", + [0x0ba6] = "\x2b\x08", [0x0ba7] = "\x2b\x09", [0x0ba8] = "\x2b\x0a", + [0x0ba9] = "\x2b\x0b", [0x0baa] = "\x2b\x0c", [0x0bab] = "\x2b\x0d", + [0x0bac] = "\x2b\x0e", [0x0bad] = "\x2b\x0f", [0x0bae] = "\x2b\x10", + [0x0baf] = "\x2b\x11", [0x0bb0] = "\x2b\x12", [0x0bb1] = "\x2b\x13", + [0x0bb2] = "\x2b\x14", [0x0bb3] = "\x2b\x15", [0x0bb4] = "\x2b\x16", + [0x0bb5] = "\x2b\x17", [0x0bb6] = "\x2b\x18", [0x0bb7] = "\x2b\x19", + [0x0bb8] = "\x2b\x1a", [0x0bb9] = "\x2b\x1b", [0x0bba] = "\x2b\x1c", + [0x0bbb] = "\x2b\x1d", [0x0bbc] = "\x2b\x1e", [0x0bbd] = "\x2b\x1f", + [0x0bbe] = "\x2b\x20", [0x0bbf] = "\x2b\x21", [0x0bc0] = "\x2b\x22", + [0x0bc1] = "\x2b\x23", [0x0bc2] = "\x2b\x24", [0x0bc3] = "\x2b\x25", + [0x0bc4] = "\x2b\x26", [0x0bc5] = "\x2b\x27", [0x0bc6] = "\x2b\x28", + [0x0bc7] = "\x2b\x29", [0x0bc8] = "\x2b\x2a", [0x0bc9] = "\x2b\x2b", + [0x0bca] = "\x2b\x2c", [0x0bcb] = "\x2b\x2d", [0x0bcc] = "\x2b\x2e", + [0x0bcd] = "\x2b\x2f", [0x0bce] = "\x2b\x30", [0x0bcf] = "\x2b\x31", + [0x0bd0] = "\x2b\x32", [0x0bd1] = "\x2b\x33", [0x0bd2] = "\x2b\x34", + [0x0bd3] = "\x2b\x35", [0x0bd4] = "\x2b\x36", [0x0bd5] = "\x2b\x37", + [0x0bd6] = "\x2b\x38", [0x0bd7] = "\x2b\x39", [0x0bd8] = "\x2b\x3a", + [0x0bd9] = "\x2b\x3b", [0x0bda] = "\x2b\x3c", [0x0bdb] = "\x2b\x3d", + [0x0bdc] = "\x2b\x3e", [0x0bdd] = "\x2b\x3f", [0x0bde] = "\x2b\x40", + [0x0bdf] = "\x2b\x41", [0x0be0] = "\x2b\x42", [0x0be1] = "\x2b\x43", + [0x0be2] = "\x2b\x44", [0x0be3] = "\x2b\x45", [0x0be4] = "\x2b\x46", + [0x0be5] = "\x2b\x47", [0x0be6] = "\x2b\x48", [0x0be7] = "\x2b\x49", + [0x0be8] = "\x2b\x4a", [0x0be9] = "\x2b\x4b", [0x0bea] = "\x2b\x4c", + [0x0beb] = "\x2b\x4d", [0x0bec] = "\x2b\x4e", [0x0bed] = "\x2b\x4f", + [0x0bee] = "\x2b\x50", [0x0bef] = "\x2b\x51", [0x0bf0] = "\x2b\x52", + [0x0bf1] = "\x2b\x53", [0x0bf2] = "\x2b\x54", [0x0bf3] = "\x2b\x55", + [0x0bf4] = "\x2b\x56", [0x0bf5] = "\x2b\x57", [0x0bf6] = "\x2b\x58", + [0x0bf7] = "\x2b\x59", [0x0bf8] = "\x2b\x5a", [0x0bf9] = "\x2b\x5b", + [0x0bfa] = "\x2b\x5c", [0x0bfb] = "\x2b\x5d", [0x0bfc] = "\x2b\x5e", + [0x0bfd] = "\x2b\x5f", [0x0bfe] = "\x2b\x60", [0x0bff] = "\x2b\x61", + [0x0c00] = "\x2b\x62", [0x0c01] = "\x2b\x63", [0x0c02] = "\x2b\x64", + [0x0c03] = "\x2b\x65", [0x0c04] = "\x2b\x66", [0x0c05] = "\x2b\x67", + [0x0c06] = "\x2b\x68", [0x0c07] = "\x2b\x69", [0x0c08] = "\x2b\x6a", + [0x0c09] = "\x2b\x6b", [0x0c0a] = "\x2b\x6c", [0x0c0b] = "\x2b\x6d", + [0x0c0c] = "\x2b\x6e", [0x0c0d] = "\x2b\x6f", [0x0c0e] = "\x2b\x70", + [0x0c0f] = "\x2b\x71", [0x0c10] = "\x2b\x72", [0x0c11] = "\x2b\x73", + [0x0c12] = "\x2b\x74", [0x0c13] = "\x2b\x75", [0x0c14] = "\x2b\x76", + [0x0c15] = "\x2b\x77", [0x0c16] = "\x2b\x78", [0x0c17] = "\x2b\x79", + [0x0c18] = "\x2b\x7a", [0x0c19] = "\x2b\x7b", [0x0c1a] = "\x2b\x7c", + [0x0c1b] = "\x2b\x7d", [0x0c1c] = "\x2b\x7e", [0x0c1d] = "\x2b\x7f", + [0x0c1e] = "\x2b\x80", [0x0c1f] = "\x2b\x81", [0x0c20] = "\x2b\x82", + [0x0c21] = "\x2b\x83", [0x0c22] = "\x2b\x84", [0x0c23] = "\x2b\x85", + [0x0c24] = "\x2b\x86", [0x0c25] = "\x2b\x87", [0x0c26] = "\x2b\x88", + [0x0c27] = "\x2b\x89", [0x0c28] = "\x2b\x8a", [0x0c29] = "\x2b\x8b", + [0x0c2a] = "\x2b\x8c", [0x0c2b] = "\x2b\x8d", [0x0c2c] = "\x2b\x8e", + [0x0c2d] = "\x2b\x8f", [0x0c2e] = "\x2b\x90", [0x0c2f] = "\x2b\x91", + [0x0c30] = "\x2b\x92", [0x0c31] = "\x2b\x93", [0x0c32] = "\x2b\x94", + [0x0c33] = "\x2b\x95", [0x0c34] = "\x2b\x96", [0x0c35] = "\x2b\x97", + [0x0c36] = "\x2b\x98", [0x0c37] = "\x2b\x99", [0x0c38] = "\x2b\x9a", + [0x0c39] = "\x2b\x9b", [0x0c3a] = "\x2b\x9c", [0x0c3b] = "\x2b\x9d", + [0x0c3c] = "\x2b\x9e", [0x0c3d] = "\x2b\x9f", [0x0c3e] = "\x2b\xa0", + [0x0c3f] = "\x2b\xa1", [0x0c40] = "\x2b\xa2", [0x0c41] = "\x2b\xa3", + [0x0c42] = "\x2b\xa4", [0x0c43] = "\x2b\xa5", [0x0c44] = "\x2b\xa6", + [0x0c45] = "\x2b\xa7", [0x0c46] = "\x2b\xa8", [0x0c47] = "\x2b\xa9", + [0x0c48] = "\x2b\xaa", [0x0c49] = "\x2b\xab", [0x0c4a] = "\x2b\xac", + [0x0c4b] = "\x2b\xad", [0x0c4c] = "\x2b\xae", [0x0c4d] = "\x2b\xaf", + [0x0c4e] = "\x2b\xb0", [0x0c4f] = "\x2b\xb1", [0x0c50] = "\x2b\xb2", + [0x0c51] = "\x2b\xb3", [0x0c52] = "\x2b\xb4", [0x0c53] = "\x2b\xb5", + [0x0c54] = "\x2b\xb6", [0x0c55] = "\x2b\xb7", [0x0c56] = "\x2b\xb8", + [0x0c57] = "\x2b\xb9", [0x0c58] = "\x2b\xba", [0x0c59] = "\x2b\xbb", + [0x0c5a] = "\x2b\xbc", [0x0c5b] = "\x2b\xbd", [0x0c5c] = "\x2b\xbe", + [0x0c5d] = "\x2b\xbf", [0x0c5e] = "\x2b\xc0", [0x0c5f] = "\x2b\xc1", + [0x0c60] = "\x2b\xc2", [0x0c61] = "\x2b\xc3", [0x0c62] = "\x2b\xc4", + [0x0c63] = "\x2b\xc5", [0x0c64] = "\x2b\xc6", [0x0c65] = "\x2b\xc7", + [0x0c66] = "\x2b\xc8", [0x0c67] = "\x2b\xc9", [0x0c68] = "\x2b\xca", + [0x0c69] = "\x2b\xcb", [0x0c6a] = "\x2b\xcc", [0x0c6b] = "\x2b\xcd", + [0x0c6c] = "\x2b\xce", [0x0c6d] = "\x2b\xcf", [0x0c6e] = "\x2b\xd0", + [0x0c6f] = "\x2b\xd1", [0x0c70] = "\x2b\xd2", [0x0c71] = "\x2b\xd3", + [0x0c72] = "\x2b\xd4", [0x0c73] = "\x2b\xd5", [0x0c74] = "\x2b\xd6", + [0x0c75] = "\x2b\xd7", [0x0c76] = "\x2b\xd8", [0x0c77] = "\x2b\xd9", + [0x0c78] = "\x2b\xda", [0x0c79] = "\x2b\xdb", [0x0c7a] = "\x2b\xdc", + [0x0c7b] = "\x2b\xdd", [0x0c7c] = "\x2b\xde", [0x0c7d] = "\x2b\xdf", + [0x0c7e] = "\x2b\xe0", [0x0c7f] = "\x2b\xe1", [0x0c80] = "\x2b\xe2", + [0x0c81] = "\x2b\xe3", [0x0c82] = "\x2b\xe4", [0x0c83] = "\x2b\xe5", + [0x0c84] = "\x2b\xe6", [0x0c85] = "\x2b\xe7", [0x0c86] = "\x2b\xe8", + [0x0c87] = "\x2b\xe9", [0x0c88] = "\x2b\xea", [0x0c89] = "\x2b\xeb", + [0x0c8a] = "\x2b\xec", [0x0c8b] = "\x2b\xed", [0x0c8c] = "\x2b\xee", + [0x0c8d] = "\x2b\xef", [0x0c8e] = "\x2b\xf0", [0x0c8f] = "\x2b\xf1", + [0x0c90] = "\x2b\xf2", [0x0c91] = "\x2b\xf3", [0x0c92] = "\x2b\xf4", + [0x0c93] = "\x2b\xf5", [0x0c94] = "\x2b\xf6", [0x0c95] = "\x2b\xf7", + [0x0c96] = "\x2b\xf8", [0x0c97] = "\x2b\xf9", [0x0c98] = "\x2b\xfa", + [0x0c99] = "\x2b\xfb", [0x0c9a] = "\x2b\xfc", [0x0c9b] = "\x2b\xfd", + [0x0c9c] = "\x2b\xfe", [0x0c9d] = "\x2b\xff", [0x0c9e] = "\x2c\x00", + [0x0c9f] = "\x2c\x01", [0x0ca0] = "\x2c\x02", [0x0ca1] = "\x2c\x03", + [0x0ca2] = "\x2c\x04", [0x0ca3] = "\x2c\x05", [0x0ca4] = "\x2c\x06", + [0x0ca5] = "\x2c\x07", [0x0ca6] = "\x2c\x08", [0x0ca7] = "\x2c\x09", + [0x0ca8] = "\x2c\x0a", [0x0ca9] = "\x2c\x0b", [0x0caa] = "\x2c\x0c", + [0x0cab] = "\x2c\x0d", [0x0cac] = "\x2c\x0e", [0x0cad] = "\x2c\x0f", + [0x0cae] = "\x2c\x10", [0x0caf] = "\x2c\x11", [0x0cb0] = "\x2c\x12", + [0x0cb1] = "\x2c\x13", [0x0cb2] = "\x2c\x14", [0x0cb3] = "\x2c\x15", + [0x0cb4] = "\x2c\x16", [0x0cb5] = "\x2c\x17", [0x0cb6] = "\x2c\x18", + [0x0cb7] = "\x2c\x19", [0x0cb8] = "\x2c\x1a", [0x0cb9] = "\x2c\x1b", + [0x0cba] = "\x2c\x1c", [0x0cbb] = "\x2c\x1d", [0x0cbc] = "\x2c\x1e", + [0x0cbd] = "\x2c\x1f", [0x0cbe] = "\x2c\x20", [0x0cbf] = "\x2c\x21", + [0x0cc0] = "\x2c\x22", [0x0cc1] = "\x2c\x23", [0x0cc2] = "\x2c\x24", + [0x0cc3] = "\x2c\x25", [0x0cc4] = "\x2c\x26", [0x0cc5] = "\x2c\x27", + [0x0cc6] = "\x2c\x28", [0x0cc7] = "\x2c\x29", [0x0cc8] = "\x2c\x2a", + [0x0cc9] = "\x2c\x2b", [0x0cca] = "\x2c\x2c", [0x0ccb] = "\x2c\x2d", + [0x0ccc] = "\x2c\x2e", [0x0ccd] = "\x2c\x2f", [0x0cce] = "\x2c\x30", + [0x0ccf] = "\x2c\x31", [0x0cd0] = "\x2c\x32", [0x0cd1] = "\x2c\x33", + [0x0cd2] = "\x2c\x34", [0x0cd3] = "\x2c\x35", [0x0cd4] = "\x2c\x36", + [0x0cd5] = "\x2c\x37", [0x0cd6] = "\x2c\x38", [0x0cd7] = "\x2c\x39", + [0x0cd8] = "\x2c\x3a", [0x0cd9] = "\x2c\x3b", [0x0cda] = "\x2c\x3c", + [0x0cdb] = "\x2c\x3d", [0x0cdc] = "\x2c\x3e", [0x0cdd] = "\x2c\x3f", + [0x0cde] = "\x2c\x40", [0x0cdf] = "\x2c\x41", [0x0ce0] = "\x2c\x42", + [0x0ce1] = "\x2c\x43", [0x0ce2] = "\x2c\x44", [0x0ce3] = "\x2c\x45", + [0x0ce4] = "\x2c\x46", [0x0ce5] = "\x2c\x47", [0x0ce6] = "\x2c\x48", + [0x0ce7] = "\x2c\x49", [0x0ce8] = "\x2c\x4a", [0x0ce9] = "\x2c\x4b", + [0x0cea] = "\x2c\x4c", [0x0ceb] = "\x2c\x4d", [0x0cec] = "\x2c\x4e", + [0x0ced] = "\x2c\x4f", [0x0cee] = "\x2c\x50", [0x0cef] = "\x2c\x51", + [0x0cf0] = "\x2c\x52", [0x0cf1] = "\x2c\x53", [0x0cf2] = "\x2c\x54", + [0x0cf3] = "\x2c\x55", [0x0cf4] = "\x2c\x56", [0x0cf5] = "\x2c\x57", + [0x0cf6] = "\x2c\x58", [0x0cf7] = "\x2c\x59", [0x0cf8] = "\x2c\x5a", + [0x0cf9] = "\x2c\x5b", [0x0cfa] = "\x2c\x5c", [0x0cfb] = "\x2c\x5d", + [0x0cfc] = "\x2c\x5e", [0x0cfd] = "\x2c\x5f", [0x0cfe] = "\x2c\x60", + [0x0cff] = "\x2c\x61", [0x0d00] = "\x2c\x62", [0x0d01] = "\x2c\x63", + [0x0d02] = "\x2c\x64", [0x0d03] = "\x2c\x65", [0x0d04] = "\x2c\x66", + [0x0d05] = "\x2c\x67", [0x0d06] = "\x2c\x68", [0x0d07] = "\x2c\x69", + [0x0d08] = "\x2c\x6a", [0x0d09] = "\x2c\x6b", [0x0d0a] = "\x2c\x6c", + [0x0d0b] = "\x2c\x6d", [0x0d0c] = "\x2c\x6e", [0x0d0d] = "\x2c\x6f", + [0x0d0e] = "\x2c\x70", [0x0d0f] = "\x2c\x71", [0x0d10] = "\x2c\x72", + [0x0d11] = "\x2c\x73", [0x0d12] = "\x2c\x74", [0x0d13] = "\x2c\x75", + [0x0d14] = "\x2c\x76", [0x0d15] = "\x2c\x77", [0x0d16] = "\x2c\x78", + [0x0d17] = "\x2c\x79", [0x0d18] = "\x2c\x7a", [0x0d19] = "\x2c\x7b", + [0x0d1a] = "\x2c\x7c", [0x0d1b] = "\x2c\x7d", [0x0d1c] = "\x2c\x7e", + [0x0d1d] = "\x2c\x7f", [0x0d1e] = "\x2c\x80", [0x0d1f] = "\x2c\x81", + [0x0d20] = "\x2c\x82", [0x0d21] = "\x2c\x83", [0x0d22] = "\x2c\x84", + [0x0d23] = "\x2c\x85", [0x0d24] = "\x2c\x86", [0x0d25] = "\x2c\x87", + [0x0d26] = "\x2c\x88", [0x0d27] = "\x2c\x89", [0x0d28] = "\x2c\x8a", + [0x0d29] = "\x2c\x8b", [0x0d2a] = "\x2c\x8c", [0x0d2b] = "\x2c\x8d", + [0x0d2c] = "\x2c\x8e", [0x0d2d] = "\x2c\x8f", [0x0d2e] = "\x2c\x90", + [0x0d2f] = "\x2c\x91", [0x0d30] = "\x2c\x92", [0x0d31] = "\x2c\x93", + [0x0d32] = "\x2c\x94", [0x0d33] = "\x2c\x95", [0x0d34] = "\x2c\x96", + [0x0d35] = "\x2c\x97", [0x0d36] = "\x2c\x98", [0x0d37] = "\x2c\x99", + [0x0d38] = "\x2c\x9a", [0x0d39] = "\x2c\x9b", [0x0d3a] = "\x2c\x9c", + [0x0d3b] = "\x2c\x9d", [0x0d3c] = "\x2c\x9e", [0x0d3d] = "\x2c\x9f", + [0x0d3e] = "\x2c\xa0", [0x0d3f] = "\x2c\xa1", [0x0d40] = "\x2c\xa2", + [0x0d41] = "\x2c\xa3", [0x0d42] = "\x2c\xa4", [0x0d43] = "\x2c\xa5", + [0x0d44] = "\x2c\xa6", [0x0d45] = "\x2c\xa7", [0x0d46] = "\x2c\xa8", + [0x0d47] = "\x2c\xa9", [0x0d48] = "\x2c\xaa", [0x0d49] = "\x2c\xab", + [0x0d4a] = "\x2c\xac", [0x0d4b] = "\x2c\xad", [0x0d4c] = "\x2c\xae", + [0x0d4d] = "\x2c\xaf", [0x0d4e] = "\x2c\xb0", [0x0d4f] = "\x2c\xb1", + [0x0d50] = "\x2c\xb2", [0x0d51] = "\x2c\xb3", [0x0d52] = "\x2c\xb4", + [0x0d53] = "\x2c\xb5", [0x0d54] = "\x2c\xb6", [0x0d55] = "\x2c\xb7", + [0x0d56] = "\x2c\xb8", [0x0d57] = "\x2c\xb9", [0x0d58] = "\x2c\xba", + [0x0d59] = "\x2c\xbb", [0x0d5a] = "\x2c\xbc", [0x0d5b] = "\x2c\xbd", + [0x0d5c] = "\x2c\xbe", [0x0d5d] = "\x2c\xbf", [0x0d5e] = "\x2c\xc0", + [0x0d5f] = "\x2c\xc1", [0x0d60] = "\x2c\xc2", [0x0d61] = "\x2c\xc3", + [0x0d62] = "\x2c\xc4", [0x0d63] = "\x2c\xc5", [0x0d64] = "\x2c\xc6", + [0x0d65] = "\x2c\xc7", [0x0d66] = "\x2c\xc8", [0x0d67] = "\x2c\xc9", + [0x0d68] = "\x2c\xca", [0x0d69] = "\x2c\xcb", [0x0d6a] = "\x2c\xcc", + [0x0d6b] = "\x2c\xcd", [0x0d6c] = "\x2c\xce", [0x0d6d] = "\x2c\xcf", + [0x0d6e] = "\x2c\xd0", [0x0d6f] = "\x2c\xd1", [0x0d70] = "\x2c\xd2", + [0x0d71] = "\x2c\xd3", [0x0d72] = "\x2c\xd4", [0x0d73] = "\x2c\xd5", + [0x0d74] = "\x2c\xd6", [0x0d75] = "\x2c\xd7", [0x0d76] = "\x2c\xd8", + [0x0d77] = "\x2c\xd9", [0x0d78] = "\x2c\xda", [0x0d79] = "\x2c\xdb", + [0x0d7a] = "\x2c\xdc", [0x0d7b] = "\x2c\xdd", [0x0d7c] = "\x2c\xde", + [0x0d7d] = "\x2c\xdf", [0x0d7e] = "\x2c\xe0", [0x0d7f] = "\x2c\xe1", + [0x0d80] = "\x2c\xe2", [0x0d81] = "\x2c\xe3", [0x0d82] = "\x2c\xe4", + [0x0d83] = "\x2c\xe5", [0x0d84] = "\x2c\xe6", [0x0d85] = "\x2c\xe7", + [0x0d86] = "\x2c\xe8", [0x0d87] = "\x2c\xe9", [0x0d88] = "\x2c\xea", + [0x0d89] = "\x2c\xeb", [0x0d8a] = "\x2c\xec", [0x0d8b] = "\x2c\xed", + [0x0d8c] = "\x2c\xee", [0x0d8d] = "\x2c\xef", [0x0d8e] = "\x2c\xf0", + [0x0d8f] = "\x2c\xf1", [0x0d90] = "\x2c\xf2", [0x0d91] = "\x2c\xf3", + [0x0d92] = "\x2c\xf4", [0x0d93] = "\x2c\xf5", [0x0d94] = "\x2c\xf6", + [0x0d95] = "\x2c\xf7", [0x0d96] = "\x2c\xf8", [0x0d97] = "\x2c\xf9", + [0x0d98] = "\x2c\xfa", [0x0d99] = "\x2c\xfb", [0x0d9a] = "\x2c\xfc", + [0x0d9b] = "\x2c\xfd", [0x0d9c] = "\x2c\xfe", [0x0d9d] = "\x2c\xff", + [0x0d9e] = "\x2d\x00", [0x0d9f] = "\x2d\x01", [0x0da0] = "\x2d\x02", + [0x0da1] = "\x2d\x03", [0x0da2] = "\x2d\x04", [0x0da3] = "\x2d\x05", + [0x0da4] = "\x2d\x06", [0x0da5] = "\x2d\x07", [0x0da6] = "\x2d\x08", + [0x0da7] = "\x2d\x09", [0x0da8] = "\x2d\x0a", [0x0da9] = "\x2d\x0b", + [0x0daa] = "\x2d\x0c", [0x0dab] = "\x2d\x0d", [0x0dac] = "\x2d\x0e", + [0x0dad] = "\x2d\x0f", [0x0dae] = "\x2d\x10", [0x0daf] = "\x2d\x11", + [0x0db0] = "\x2d\x12", [0x0db1] = "\x2d\x13", [0x0db2] = "\x2d\x14", + [0x0db3] = "\x2d\x15", [0x0db4] = "\x2d\x16", [0x0db5] = "\x2d\x17", + [0x0db6] = "\x2d\x18", [0x0db7] = "\x2d\x19", [0x0db8] = "\x2d\x1a", + [0x0db9] = "\x2d\x1b", [0x0dba] = "\x2d\x1c", [0x0dbb] = "\x2d\x1d", + [0x0dbc] = "\x2d\x1e", [0x0dbd] = "\x2d\x1f", [0x0dbe] = "\x2d\x20", + [0x0dbf] = "\x2d\x21", [0x0dc0] = "\x2d\x22", [0x0dc1] = "\x2d\x23", + [0x0dc2] = "\x2d\x24", [0x0dc3] = "\x2d\x25", [0x0dc4] = "\x2d\x26", + [0x0dc5] = "\x2d\x27", [0x0dc6] = "\x2d\x28", [0x0dc7] = "\x2d\x29", + [0x0dc8] = "\x2d\x2a", [0x0dc9] = "\x2d\x2b", [0x0dca] = "\x2d\x2c", + [0x0dcb] = "\x2d\x2d", [0x0dcc] = "\x2d\x2e", [0x0dcd] = "\x2d\x2f", + [0x0dce] = "\x2d\x30", [0x0dcf] = "\x2d\x31", [0x0dd0] = "\x2d\x32", + [0x0dd1] = "\x2d\x33", [0x0dd2] = "\x2d\x34", [0x0dd3] = "\x2d\x35", + [0x0dd4] = "\x2d\x36", [0x0dd5] = "\x2d\x37", [0x0dd6] = "\x2d\x38", + [0x0dd7] = "\x2d\x39", [0x0dd8] = "\x2d\x3a", [0x0dd9] = "\x2d\x3b", + [0x0dda] = "\x2d\x3c", [0x0ddb] = "\x2d\x3d", [0x0ddc] = "\x2d\x3e", + [0x0ddd] = "\x2d\x3f", [0x0dde] = "\x2d\x40", [0x0ddf] = "\x2d\x41", + [0x0de0] = "\x2d\x42", [0x0de1] = "\x2d\x43", [0x0de2] = "\x2d\x44", + [0x0de3] = "\x2d\x45", [0x0de4] = "\x2d\x46", [0x0de5] = "\x2d\x47", + [0x0de6] = "\x2d\x48", [0x0de7] = "\x2d\x49", [0x0de8] = "\x2d\x4a", + [0x0de9] = "\x2d\x4b", [0x0dea] = "\x2d\x4c", [0x0deb] = "\x2d\x4d", + [0x0dec] = "\x2d\x4e", [0x0ded] = "\x2d\x4f", [0x0dee] = "\x2d\x50", + [0x0def] = "\x2d\x51", [0x0df0] = "\x2d\x52", [0x0df1] = "\x2d\x53", + [0x0df2] = "\x2d\x54", [0x0df3] = "\x2d\x55", [0x0df4] = "\x2d\x56", + [0x0df5] = "\x2d\x57", [0x0df6] = "\x2d\x58", [0x0df7] = "\x2d\x59", + [0x0df8] = "\x2d\x5a", [0x0df9] = "\x2d\x5b", [0x0dfa] = "\x2d\x5c", + [0x0dfb] = "\x2d\x5d", [0x0dfc] = "\x2d\x5e", [0x0dfd] = "\x2d\x5f", + [0x0dfe] = "\x2d\x60", [0x0dff] = "\x2d\x61", [0x0e00] = "\x2d\x62", + [0x0e01] = "\x2d\x63", [0x0e02] = "\x2d\x64", [0x0e03] = "\x2d\x65", + [0x0e04] = "\x2d\x66", [0x0e05] = "\x2d\x67", [0x0e06] = "\x2d\x68", + [0x0e07] = "\x2d\x69", [0x0e08] = "\x2d\x6a", [0x0e09] = "\x2d\x6b", + [0x0e0a] = "\x2d\x6c", [0x0e0b] = "\x2d\x6d", [0x0e0c] = "\x2d\x6e", + [0x0e0d] = "\x2d\x6f", [0x0e0e] = "\x2d\x70", [0x0e0f] = "\x2d\x71", + [0x0e10] = "\x2d\x72", [0x0e11] = "\x2d\x73", [0x0e12] = "\x2d\x74", + [0x0e13] = "\x2d\x75", [0x0e14] = "\x2d\x76", [0x0e15] = "\x2d\x77", + [0x0e16] = "\x2d\x78", [0x0e17] = "\x2d\x79", [0x0e18] = "\x2d\x7a", + [0x0e19] = "\x2d\x7b", [0x0e1a] = "\x2d\x7c", [0x0e1b] = "\x2d\x7d", + [0x0e1c] = "\x2d\x7e", [0x0e1d] = "\x2d\x7f", [0x0e1e] = "\x2d\x80", + [0x0e1f] = "\x2d\x81", [0x0e20] = "\x2d\x82", [0x0e21] = "\x2d\x83", + [0x0e22] = "\x2d\x84", [0x0e23] = "\x2d\x85", [0x0e24] = "\x2d\x86", + [0x0e25] = "\x2d\x87", [0x0e26] = "\x2d\x88", [0x0e27] = "\x2d\x89", + [0x0e28] = "\x2d\x8a", [0x0e29] = "\x2d\x8b", [0x0e2a] = "\x2d\x8c", + [0x0e2b] = "\x2d\x8d", [0x0e2c] = "\x2d\x8e", [0x0e2d] = "\x2d\x8f", + [0x0e2e] = "\x2d\x90", [0x0e2f] = "\x2d\x91", [0x0e30] = "\x2d\x92", + [0x0e31] = "\x2d\x93", [0x0e32] = "\x2d\x94", [0x0e33] = "\x2d\x95", + [0x0e34] = "\x2d\x96", [0x0e35] = "\x2d\x97", [0x0e36] = "\x2d\x98", + [0x0e37] = "\x2d\x99", [0x0e38] = "\x2d\x9a", [0x0e39] = "\x2d\x9b", + [0x0e3a] = "\x2d\x9c", [0x0e3b] = "\x2d\x9d", [0x0e3c] = "\x2d\x9e", + [0x0e3d] = "\x2d\x9f", [0x0e3e] = "\x2d\xa0", [0x0e3f] = "\x2d\xa1", + [0x0e40] = "\x2d\xa2", [0x0e41] = "\x2d\xa3", [0x0e42] = "\x2d\xa4", + [0x0e43] = "\x2d\xa5", [0x0e44] = "\x2d\xa6", [0x0e45] = "\x2d\xa7", + [0x0e46] = "\x2d\xa8", [0x0e47] = "\x2d\xa9", [0x0e48] = "\x2d\xaa", + [0x0e49] = "\x2d\xab", [0x0e4a] = "\x2d\xac", [0x0e4b] = "\x2d\xad", + [0x0e4c] = "\x2d\xae", [0x0e4d] = "\x2d\xaf", [0x0e4e] = "\x2d\xb0", + [0x0e4f] = "\x2d\xb1", [0x0e50] = "\x2d\xb2", [0x0e51] = "\x2d\xb3", + [0x0e52] = "\x2d\xb4", [0x0e53] = "\x2d\xb5", [0x0e54] = "\x2d\xb6", + [0x0e55] = "\x2d\xb7", [0x0e56] = "\x2d\xb8", [0x0e57] = "\x2d\xb9", + [0x0e58] = "\x2d\xba", [0x0e59] = "\x2d\xbb", [0x0e5a] = "\x2d\xbc", + [0x0e5b] = "\x2d\xbd", [0x0e5c] = "\x2d\xbe", [0x0e5d] = "\x2d\xbf", + [0x0e5e] = "\x2d\xc0", [0x0e5f] = "\x2d\xc1", [0x0e60] = "\x2d\xc2", + [0x0e61] = "\x2d\xc3", [0x0e62] = "\x2d\xc4", [0x0e63] = "\x2d\xc5", + [0x0e64] = "\x2d\xc6", [0x0e65] = "\x2d\xc7", [0x0e66] = "\x2d\xc8", + [0x0e67] = "\x2d\xc9", [0x0e68] = "\x2d\xca", [0x0e69] = "\x2d\xcb", + [0x0e6a] = "\x2d\xcc", [0x0e6b] = "\x2d\xcd", [0x0e6c] = "\x2d\xce", + [0x0e6d] = "\x2d\xcf", [0x0e6e] = "\x2d\xd0", [0x0e6f] = "\x2d\xd1", + [0x0e70] = "\x2d\xd2", [0x0e71] = "\x2d\xd3", [0x0e72] = "\x2d\xd4", + [0x0e73] = "\x2d\xd5", [0x0e74] = "\x2d\xd6", [0x0e75] = "\x2d\xd7", + [0x0e76] = "\x2d\xd8", [0x0e77] = "\x2d\xd9", [0x0e78] = "\x2d\xda", + [0x0e79] = "\x2d\xdb", [0x0e7a] = "\x2d\xdc", [0x0e7b] = "\x2d\xdd", + [0x0e7c] = "\x2d\xde", [0x0e7d] = "\x2d\xdf", [0x0e7e] = "\x2d\xe0", + [0x0e7f] = "\x2d\xe1", [0x0e80] = "\x2d\xe2", [0x0e81] = "\x2d\xe3", + [0x0e82] = "\x2d\xe4", [0x0e83] = "\x2d\xe5", [0x0e84] = "\x2d\xe6", + [0x0e85] = "\x2d\xe7", [0x0e86] = "\x2d\xe8", [0x0e87] = "\x2d\xe9", + [0x0e88] = "\x2d\xea", [0x0e89] = "\x2d\xeb", [0x0e8a] = "\x2d\xec", + [0x0e8b] = "\x2d\xed", [0x0e8c] = "\x2d\xee", [0x0e8d] = "\x2d\xef", + [0x0e8e] = "\x2d\xf0", [0x0e8f] = "\x2d\xf1", [0x0e90] = "\x2d\xf2", + [0x0e91] = "\x2d\xf3", [0x0e92] = "\x2d\xf4", [0x0e93] = "\x2d\xf5", + [0x0e94] = "\x2d\xf6", [0x0e95] = "\x2d\xf7", [0x0e96] = "\x2d\xf8", + [0x0e97] = "\x2d\xf9", [0x0e98] = "\x2d\xfa", [0x0e99] = "\x2d\xfb", + [0x0e9a] = "\x2d\xfc", [0x0e9b] = "\x2d\xfd", [0x0e9c] = "\x2d\xfe", + [0x0e9d] = "\x2d\xff", [0x0e9e] = "\x2e\x00", [0x0e9f] = "\x2e\x01", + [0x0ea0] = "\x2e\x02", [0x0ea1] = "\x2e\x03", [0x0ea2] = "\x2e\x04", + [0x0ea3] = "\x2e\x05", [0x0ea4] = "\x2e\x06", [0x0ea5] = "\x2e\x07", + [0x0ea6] = "\x2e\x08", [0x0ea7] = "\x2e\x09", [0x0ea8] = "\x2e\x0a", + [0x0ea9] = "\x2e\x0b", [0x0eaa] = "\x2e\x0c", [0x0eab] = "\x2e\x0d", + [0x0eac] = "\x2e\x0e", [0x0ead] = "\x2e\x0f", [0x0eae] = "\x2e\x10", + [0x0eaf] = "\x2e\x11", [0x0eb0] = "\x2e\x12", [0x0eb1] = "\x2e\x13", + [0x0eb2] = "\x2e\x14", [0x0eb3] = "\x2e\x15", [0x0eb4] = "\x2e\x16", + [0x0eb5] = "\x2e\x17", [0x0eb6] = "\x2e\x18", [0x0eb7] = "\x2e\x19", + [0x0eb8] = "\x2e\x1a", [0x0eb9] = "\x2e\x1b", [0x0eba] = "\x2e\x1c", + [0x0ebb] = "\x2e\x1d", [0x0ebc] = "\x2e\x1e", [0x0ebd] = "\x2e\x1f", + [0x0ebe] = "\x2e\x20", [0x0ebf] = "\x2e\x21", [0x0ec0] = "\x2e\x22", + [0x0ec1] = "\x2e\x23", [0x0ec2] = "\x2e\x24", [0x0ec3] = "\x2e\x25", + [0x0ec4] = "\x2e\x26", [0x0ec5] = "\x2e\x27", [0x0ec6] = "\x2e\x28", + [0x0ec7] = "\x2e\x29", [0x0ec8] = "\x2e\x2a", [0x0ec9] = "\x2e\x2b", + [0x0eca] = "\x2e\x2c", [0x0ecb] = "\x2e\x2d", [0x0ecc] = "\x2e\x2e", + [0x0ecd] = "\x2e\x2f", [0x0ece] = "\x2e\x30", [0x0ecf] = "\x2e\x31", + [0x0ed0] = "\x2e\x32", [0x0ed1] = "\x2e\x33", [0x0ed2] = "\x2e\x34", + [0x0ed3] = "\x2e\x35", [0x0ed4] = "\x2e\x36", [0x0ed5] = "\x2e\x37", + [0x0ed6] = "\x2e\x38", [0x0ed7] = "\x2e\x39", [0x0ed8] = "\x2e\x3a", + [0x0ed9] = "\x2e\x3b", [0x0eda] = "\x2e\x3c", [0x0edb] = "\x2e\x3d", + [0x0edc] = "\x2e\x3e", [0x0edd] = "\x2e\x3f", [0x0ede] = "\x2e\x40", + [0x0edf] = "\x2e\x41", [0x0ee0] = "\x2e\x42", [0x0ee1] = "\x2e\x43", + [0x0ee2] = "\x2e\x44", [0x0ee3] = "\x2e\x45", [0x0ee4] = "\x2e\x46", + [0x0ee5] = "\x2e\x47", [0x0ee6] = "\x2e\x48", [0x0ee7] = "\x2e\x49", + [0x0ee8] = "\x2e\x4a", [0x0ee9] = "\x2e\x4b", [0x0eea] = "\x2e\x4c", + [0x0eeb] = "\x2e\x4d", [0x0eec] = "\x2e\x4e", [0x0eed] = "\x2e\x4f", + [0x0eee] = "\x2e\x50", [0x0eef] = "\x2e\x51", [0x0ef0] = "\x2e\x52", + [0x0ef1] = "\x2e\x53", [0x0ef2] = "\x2e\x54", [0x0ef3] = "\x2e\x55", + [0x0ef4] = "\x2e\x56", [0x0ef5] = "\x2e\x57", [0x0ef6] = "\x2e\x58", + [0x0ef7] = "\x2e\x59", [0x0ef8] = "\x2e\x5a", [0x0ef9] = "\x2e\x5b", + [0x0efa] = "\x2e\x5c", [0x0efb] = "\x2e\x5d", [0x0efc] = "\x2e\x5e", + [0x0efd] = "\x2e\x5f", [0x0efe] = "\x2e\x60", [0x0eff] = "\x2e\x61", + [0x0f00] = "\x2e\x62", [0x0f01] = "\x2e\x63", [0x0f02] = "\x2e\x64", + [0x0f03] = "\x2e\x65", [0x0f04] = "\x2e\x66", [0x0f05] = "\x2e\x67", + [0x0f06] = "\x2e\x68", [0x0f07] = "\x2e\x69", [0x0f08] = "\x2e\x6a", + [0x0f09] = "\x2e\x6b", [0x0f0a] = "\x2e\x6c", [0x0f0b] = "\x2e\x6d", + [0x0f0c] = "\x2e\x6e", [0x0f0d] = "\x2e\x6f", [0x0f0e] = "\x2e\x70", + [0x0f0f] = "\x2e\x71", [0x0f10] = "\x2e\x72", [0x0f11] = "\x2e\x73", + [0x0f12] = "\x2e\x74", [0x0f13] = "\x2e\x75", [0x0f14] = "\x2e\x76", + [0x0f15] = "\x2e\x77", [0x0f16] = "\x2e\x78", [0x0f17] = "\x2e\x79", + [0x0f18] = "\x2e\x7a", [0x0f19] = "\x2e\x7b", [0x0f1a] = "\x2e\x7c", + [0x0f1b] = "\x2e\x7d", [0x0f1c] = "\x2e\x7e", [0x0f1d] = "\x2e\x7f", + [0x0f1e] = "\x2e\x80", [0x0f1f] = "\x2e\x81", [0x0f20] = "\x2e\x82", + [0x0f21] = "\x2e\x83", [0x0f22] = "\x2e\x84", [0x0f23] = "\x2e\x85", + [0x0f24] = "\x2e\x86", [0x0f25] = "\x2e\x87", [0x0f26] = "\x2e\x88", + [0x0f27] = "\x2e\x89", [0x0f28] = "\x2e\x8a", [0x0f29] = "\x2e\x8b", + [0x0f2a] = "\x2e\x8c", [0x0f2b] = "\x2e\x8d", [0x0f2c] = "\x2e\x8e", + [0x0f2d] = "\x2e\x8f", [0x0f2e] = "\x2e\x90", [0x0f2f] = "\x2e\x91", + [0x0f30] = "\x2e\x92", [0x0f31] = "\x2e\x93", [0x0f32] = "\x2e\x94", + [0x0f33] = "\x2e\x95", [0x0f34] = "\x2e\x96", [0x0f35] = "\x2e\x97", + [0x0f36] = "\x2e\x98", [0x0f37] = "\x2e\x99", [0x0f38] = "\x2e\x9a", + [0x0f39] = "\x2e\x9b", [0x0f3a] = "\x2e\x9c", [0x0f3b] = "\x2e\x9d", + [0x0f3c] = "\x2e\x9e", [0x0f3d] = "\x2e\x9f", [0x0f3e] = "\x2e\xa0", + [0x0f3f] = "\x2e\xa1", [0x0f40] = "\x2e\xa2", [0x0f41] = "\x2e\xa3", + [0x0f42] = "\x2e\xa4", [0x0f43] = "\x2e\xa5", [0x0f44] = "\x2e\xa6", + [0x0f45] = "\x2e\xa7", [0x0f46] = "\x2e\xa8", [0x0f47] = "\x2e\xa9", + [0x0f48] = "\x2e\xaa", [0x0f49] = "\x2e\xab", [0x0f4a] = "\x2e\xac", + [0x0f4b] = "\x2e\xad", [0x0f4c] = "\x2e\xae", [0x0f4d] = "\x2e\xaf", + [0x0f4e] = "\x2e\xb0", [0x0f4f] = "\x2e\xb1", [0x0f50] = "\x2e\xb2", + [0x0f51] = "\x2e\xb3", [0x0f52] = "\x2e\xb4", [0x0f53] = "\x2e\xb5", + [0x0f54] = "\x2e\xb6", [0x0f55] = "\x2e\xb7", [0x0f56] = "\x2e\xb8", + [0x0f57] = "\x2e\xb9", [0x0f58] = "\x2e\xba", [0x0f59] = "\x2e\xbb", + [0x0f5a] = "\x2e\xbc", [0x0f5b] = "\x2e\xbd", [0x0f5c] = "\x2e\xbe", + [0x0f5d] = "\x2e\xbf", [0x0f5e] = "\x2e\xc0", [0x0f5f] = "\x2e\xc1", + [0x0f60] = "\x2e\xc2", [0x0f61] = "\x2e\xc3", [0x0f62] = "\x2e\xc4", + [0x0f63] = "\x2e\xc5", [0x0f64] = "\x2e\xc6", [0x0f65] = "\x2e\xc7", + [0x0f66] = "\x2e\xc8", [0x0f67] = "\x2e\xc9", [0x0f68] = "\x2e\xca", + [0x0f69] = "\x2e\xcb", [0x0f6a] = "\x2e\xcc", [0x0f6b] = "\x2e\xcd", + [0x0f6c] = "\x2e\xce", [0x0f6d] = "\x2e\xcf", [0x0f6e] = "\x2e\xd0", + [0x0f6f] = "\x2e\xd1", [0x0f70] = "\x2e\xd2", [0x0f71] = "\x2e\xd3", + [0x0f72] = "\x2e\xd4", [0x0f73] = "\x2e\xd5", [0x0f74] = "\x2e\xd6", + [0x0f75] = "\x2e\xd7", [0x0f76] = "\x2e\xd8", [0x0f77] = "\x2e\xd9", + [0x0f78] = "\x2e\xda", [0x0f79] = "\x2e\xdb", [0x0f7a] = "\x2e\xdc", + [0x0f7b] = "\x2e\xdd", [0x0f7c] = "\x2e\xde", [0x0f7d] = "\x2e\xdf", + [0x0f7e] = "\x2e\xe0", [0x0f7f] = "\x2e\xe1", [0x0f80] = "\x2e\xe2", + [0x0f81] = "\x2e\xe3", [0x0f82] = "\x2e\xe4", [0x0f83] = "\x2e\xe5", + [0x0f84] = "\x2e\xe6", [0x0f85] = "\x2e\xe7", [0x0f86] = "\x2e\xe8", + [0x0f87] = "\x2e\xe9", [0x0f88] = "\x2e\xea", [0x0f89] = "\x2e\xeb", + [0x0f8a] = "\x2e\xec", [0x0f8b] = "\x2e\xed", [0x0f8c] = "\x2e\xee", + [0x0f8d] = "\x2e\xef", [0x0f8e] = "\x2e\xf0", [0x0f8f] = "\x2e\xf1", + [0x0f90] = "\x2e\xf2", [0x0f91] = "\x2e\xf3", [0x0f92] = "\x2e\xf4", + [0x0f93] = "\x2e\xf5", [0x0f94] = "\x2e\xf6", [0x0f95] = "\x2e\xf7", + [0x0f96] = "\x2e\xf8", [0x0f97] = "\x2e\xf9", [0x0f98] = "\x2e\xfa", + [0x0f99] = "\x2e\xfb", [0x0f9a] = "\x2e\xfc", [0x0f9b] = "\x2e\xfd", + [0x0f9c] = "\x2e\xfe", [0x0f9d] = "\x2e\xff", [0x0f9e] = "\x2f\x00", + [0x0f9f] = "\x2f\x01", [0x0fa0] = "\x2f\x02", [0x0fa1] = "\x2f\x03", + [0x0fa2] = "\x2f\x04", [0x0fa3] = "\x2f\x05", [0x0fa4] = "\x2f\x06", + [0x0fa5] = "\x2f\x07", [0x0fa6] = "\x2f\x08", [0x0fa7] = "\x2f\x09", + [0x0fa8] = "\x2f\x0a", [0x0fa9] = "\x2f\x0b", [0x0faa] = "\x2f\x0c", + [0x0fab] = "\x2f\x0d", [0x0fac] = "\x2f\x0e", [0x0fad] = "\x2f\x0f", + [0x0fae] = "\x2f\x10", [0x0faf] = "\x2f\x11", [0x0fb0] = "\x2f\x12", + [0x0fb1] = "\x2f\x13", [0x0fb2] = "\x2f\x14", [0x0fb3] = "\x2f\x15", + [0x0fb4] = "\x2f\x16", [0x0fb5] = "\x2f\x17", [0x0fb6] = "\x2f\x18", + [0x0fb7] = "\x2f\x19", [0x0fb8] = "\x2f\x1a", [0x0fb9] = "\x2f\x1b", + [0x0fba] = "\x2f\x1c", [0x0fbb] = "\x2f\x1d", [0x0fbc] = "\x2f\x1e", + [0x0fbd] = "\x2f\x1f", [0x0fbe] = "\x2f\x20", [0x0fbf] = "\x2f\x21", + [0x0fc0] = "\x2f\x22", [0x0fc1] = "\x2f\x23", [0x0fc2] = "\x2f\x24", + [0x0fc3] = "\x2f\x25", [0x0fc4] = "\x2f\x26", [0x0fc5] = "\x2f\x27", + [0x0fc6] = "\x2f\x28", [0x0fc7] = "\x2f\x29", [0x0fc8] = "\x2f\x2a", + [0x0fc9] = "\x2f\x2b", [0x0fca] = "\x2f\x2c", [0x0fcb] = "\x2f\x2d", + [0x0fcc] = "\x2f\x2e", [0x0fcd] = "\x2f\x2f", [0x0fce] = "\x2f\x30", + [0x0fcf] = "\x2f\x31", [0x0fd0] = "\x2f\x32", [0x0fd1] = "\x2f\x33", + [0x0fd2] = "\x2f\x34", [0x0fd3] = "\x2f\x35", [0x0fd4] = "\x2f\x36", + [0x0fd5] = "\x2f\x37", [0x0fd6] = "\x2f\x38", [0x0fd7] = "\x2f\x39", + [0x0fd8] = "\x2f\x3a", [0x0fd9] = "\x2f\x3b", [0x0fda] = "\x2f\x3c", + [0x0fdb] = "\x2f\x3d", [0x0fdc] = "\x2f\x3e", [0x0fdd] = "\x2f\x3f", + [0x0fde] = "\x2f\x40", [0x0fdf] = "\x2f\x41", [0x0fe0] = "\x2f\x42", + [0x0fe1] = "\x2f\x43", [0x0fe2] = "\x2f\x44", [0x0fe3] = "\x2f\x45", + [0x0fe4] = "\x2f\x46", [0x0fe5] = "\x2f\x47", [0x0fe6] = "\x2f\x48", + [0x0fe7] = "\x2f\x49", [0x0fe8] = "\x2f\x4a", [0x0fe9] = "\x2f\x4b", + [0x0fea] = "\x2f\x4c", [0x0feb] = "\x2f\x4d", [0x0fec] = "\x2f\x4e", + [0x0fed] = "\x2f\x4f", [0x0fee] = "\x2f\x50", [0x0fef] = "\x2f\x51", + [0x0ff0] = "\x2f\x52", [0x0ff1] = "\x2f\x53", [0x0ff2] = "\x2f\x54", + [0x0ff3] = "\x2f\x55", [0x0ff4] = "\x2f\x56", [0x0ff5] = "\x2f\x57", + [0x0ff6] = "\x2f\x58", [0x0ff7] = "\x2f\x59", [0x0ff8] = "\x2f\x5a", + [0x0ff9] = "\x2f\x5b", [0x0ffa] = "\x2f\x5c", [0x0ffb] = "\x2f\x5d", + [0x0ffc] = "\x2f\x5e", [0x0ffd] = "\x2f\x5f", [0x0ffe] = "\x2f\x60", + [0x0fff] = "\x2f\x61", [0x1000] = "\x2f\x62", [0x1001] = "\x2f\x63", + [0x1002] = "\x2f\x64", [0x1003] = "\x2f\x65", [0x1004] = "\x2f\x66", + [0x1005] = "\x2f\x67", [0x1006] = "\x2f\x68", [0x1007] = "\x2f\x69", + [0x1008] = "\x2f\x6a", [0x1009] = "\x2f\x6b", [0x100a] = "\x2f\x6c", + [0x100b] = "\x2f\x6d", [0x100c] = "\x2f\x6e", [0x100d] = "\x2f\x6f", + [0x100e] = "\x2f\x70", [0x100f] = "\x2f\x71", [0x1010] = "\x2f\x72", + [0x1011] = "\x2f\x73", [0x1012] = "\x2f\x74", [0x1013] = "\x2f\x75", + [0x1014] = "\x2f\x76", [0x1015] = "\x2f\x77", [0x1016] = "\x2f\x78", + [0x1017] = "\x2f\x79", [0x1018] = "\x2f\x7a", [0x1019] = "\x2f\x7b", + [0x101a] = "\x2f\x7c", [0x101b] = "\x2f\x7d", [0x101c] = "\x2f\x7e", + [0x101d] = "\x2f\x7f", [0x101e] = "\x2f\x80", [0x101f] = "\x2f\x81", + [0x1020] = "\x2f\x82", [0x1021] = "\x2f\x83", [0x1022] = "\x2f\x84", + [0x1023] = "\x2f\x85", [0x1024] = "\x2f\x86", [0x1025] = "\x2f\x87", + [0x1026] = "\x2f\x88", [0x1027] = "\x2f\x89", [0x1028] = "\x2f\x8a", + [0x1029] = "\x2f\x8b", [0x102a] = "\x2f\x8c", [0x102b] = "\x2f\x8d", + [0x102c] = "\x2f\x8e", [0x102d] = "\x2f\x8f", [0x102e] = "\x2f\x90", + [0x102f] = "\x2f\x91", [0x1030] = "\x2f\x92", [0x1031] = "\x2f\x93", + [0x1032] = "\x2f\x94", [0x1033] = "\x2f\x95", [0x1034] = "\x2f\x96", + [0x1035] = "\x2f\x97", [0x1036] = "\x2f\x98", [0x1037] = "\x2f\x99", + [0x1038] = "\x2f\x9a", [0x1039] = "\x2f\x9b", [0x103a] = "\x2f\x9c", + [0x103b] = "\x2f\x9d", [0x103c] = "\x2f\x9e", [0x103d] = "\x2f\x9f", + [0x103e] = "\x2f\xa0", [0x103f] = "\x2f\xa1", [0x1040] = "\x2f\xa2", + [0x1041] = "\x2f\xa3", [0x1042] = "\x2f\xa4", [0x1043] = "\x2f\xa5", + [0x1044] = "\x2f\xa6", [0x1045] = "\x2f\xa7", [0x1046] = "\x2f\xa8", + [0x1047] = "\x2f\xa9", [0x1048] = "\x2f\xaa", [0x1049] = "\x2f\xab", + [0x104a] = "\x2f\xac", [0x104b] = "\x2f\xad", [0x104c] = "\x2f\xae", + [0x104d] = "\x2f\xaf", [0x104e] = "\x2f\xb0", [0x104f] = "\x2f\xb1", + [0x1050] = "\x2f\xb2", [0x1051] = "\x2f\xb3", [0x1052] = "\x2f\xb4", + [0x1053] = "\x2f\xb5", [0x1054] = "\x2f\xb6", [0x1055] = "\x2f\xb7", + [0x1056] = "\x2f\xb8", [0x1057] = "\x2f\xb9", [0x1058] = "\x2f\xba", + [0x1059] = "\x2f\xbb", [0x105a] = "\x2f\xbc", [0x105b] = "\x2f\xbd", + [0x105c] = "\x2f\xbe", [0x105d] = "\x2f\xbf", [0x105e] = "\x2f\xc0", + [0x105f] = "\x2f\xc1", [0x1060] = "\x2f\xc2", [0x1061] = "\x2f\xc3", + [0x1062] = "\x2f\xc4", [0x1063] = "\x2f\xc5", [0x1064] = "\x2f\xc6", + [0x1065] = "\x2f\xc7", [0x1066] = "\x2f\xc8", [0x1067] = "\x2f\xc9", + [0x1068] = "\x2f\xca", [0x1069] = "\x2f\xcb", [0x106a] = "\x2f\xcc", + [0x106b] = "\x2f\xcd", [0x106c] = "\x2f\xce", [0x106d] = "\x2f\xcf", + [0x106e] = "\x2f\xd0", [0x106f] = "\x2f\xd1", [0x1070] = "\x2f\xd2", + [0x1071] = "\x2f\xd3", [0x1072] = "\x2f\xd4", [0x1073] = "\x2f\xd5", + [0x1074] = "\x2f\xd6", [0x1075] = "\x2f\xd7", [0x1076] = "\x2f\xd8", + [0x1077] = "\x2f\xd9", [0x1078] = "\x2f\xda", [0x1079] = "\x2f\xdb", + [0x107a] = "\x2f\xdc", [0x107b] = "\x2f\xdd", [0x107c] = "\x2f\xde", + [0x107d] = "\x2f\xdf", [0x107e] = "\x2f\xe0", [0x107f] = "\x2f\xe1", + [0x1080] = "\x2f\xe2", [0x1081] = "\x2f\xe3", [0x1082] = "\x2f\xe4", + [0x1083] = "\x2f\xe5", [0x1084] = "\x2f\xe6", [0x1085] = "\x2f\xe7", + [0x1086] = "\x2f\xe8", [0x1087] = "\x2f\xe9", [0x1088] = "\x2f\xea", + [0x1089] = "\x2f\xeb", [0x108a] = "\x2f\xec", [0x108b] = "\x2f\xed", + [0x108c] = "\x2f\xee", [0x108d] = "\x2f\xef", [0x108e] = "\x2f\xf0", + [0x108f] = "\x2f\xf1", [0x1090] = "\x2f\xf2", [0x1091] = "\x2f\xf3", + [0x1092] = "\x2f\xf4", [0x1093] = "\x2f\xf5", [0x1094] = "\x2f\xf6", + [0x1095] = "\x2f\xf7", [0x1096] = "\x2f\xf8", [0x1097] = "\x2f\xf9", + [0x1098] = "\x2f\xfa", [0x1099] = "\x2f\xfb", [0x109a] = "\x2f\xfc", + [0x109b] = "\x2f\xfd", [0x109c] = "\x2f\xfe", [0x109d] = "\x2f\xff", + [0x109e] = "\x30\x00", [0x109f] = "\x30\x01", [0x10a0] = "\x30\x02", + [0x10a1] = "\x30\x03", [0x10a2] = "\x30\x04", [0x10a3] = "\x30\x05", + [0x10a4] = "\x30\x06", [0x10a5] = "\x30\x07", [0x10a6] = "\x30\x08", + [0x10a7] = "\x30\x09", [0x10a8] = "\x30\x0a", [0x10a9] = "\x30\x0b", + [0x10aa] = "\x30\x0c", [0x10ab] = "\x30\x0d", [0x10ac] = "\x30\x0e", + [0x10ad] = "\x30\x0f", [0x10ae] = "\x30\x10", [0x10af] = "\x30\x11", + [0x10b0] = "\x30\x12", [0x10b1] = "\x30\x13", [0x10b2] = "\x30\x14", + [0x10b3] = "\x30\x15", [0x10b4] = "\x30\x16", [0x10b5] = "\x30\x17", + [0x10b6] = "\x30\x18", [0x10b7] = "\x30\x19", [0x10b8] = "\x30\x1a", + [0x10b9] = "\x30\x1b", [0x10ba] = "\x30\x1c", [0x10bb] = "\x30\x1d", + [0x10bc] = "\x30\x1e", [0x10bd] = "\x30\x1f", [0x10be] = "\x30\x20", + [0x10bf] = "\x30\x21", [0x10c0] = "\x30\x22", [0x10c1] = "\x30\x23", + [0x10c2] = "\x30\x24", [0x10c3] = "\x30\x25", [0x10c4] = "\x30\x26", + [0x10c5] = "\x30\x27", [0x10c6] = "\x30\x28", [0x10c7] = "\x30\x29", + [0x10c8] = "\x30\x2a", [0x10c9] = "\x30\x2b", [0x10ca] = "\x30\x2c", + [0x10cb] = "\x30\x2d", [0x10cc] = "\x30\x2e", [0x10cd] = "\x30\x2f", + [0x10ce] = "\x30\x30", [0x10cf] = "\x30\x31", [0x10d0] = "\x30\x32", + [0x10d1] = "\x30\x33", [0x10d2] = "\x30\x34", [0x10d3] = "\x30\x35", + [0x10d4] = "\x30\x36", [0x10d5] = "\x30\x37", [0x10d6] = "\x30\x38", + [0x10d7] = "\x30\x39", [0x10d8] = "\x30\x3a", [0x10d9] = "\x30\x3b", + [0x10da] = "\x30\x3c", [0x10db] = "\x30\x3d", [0x10dc] = "\x30\x3e", + [0x10dd] = "\x30\x3f", [0x10de] = "\x30\x40", [0x10df] = "\x30\x41", + [0x10e0] = "\x30\x42", [0x10e1] = "\x30\x43", [0x10e2] = "\x30\x44", + [0x10e3] = "\x30\x45", [0x10e4] = "\x30\x46", [0x10e5] = "\x30\x47", + [0x10e6] = "\x30\x48", [0x10e7] = "\x30\x49", [0x10e8] = "\x30\x4a", + [0x10e9] = "\x30\x4b", [0x10ea] = "\x30\x4c", [0x10eb] = "\x30\x4d", + [0x10ec] = "\x30\x4e", [0x10ed] = "\x30\x4f", [0x10ee] = "\x30\x50", + [0x10ef] = "\x30\x51", [0x10f0] = "\x30\x52", [0x10f1] = "\x30\x53", + [0x10f2] = "\x30\x54", [0x10f3] = "\x30\x55", [0x10f4] = "\x30\x56", + [0x10f5] = "\x30\x57", [0x10f6] = "\x30\x58", [0x10f7] = "\x30\x59", + [0x10f8] = "\x30\x5a", [0x10f9] = "\x30\x5b", [0x10fa] = "\x30\x5c", + [0x10fb] = "\x30\x5d", [0x10fc] = "\x30\x5e", [0x10fd] = "\x30\x5f", + [0x10fe] = "\x30\x60", [0x10ff] = "\x30\x61", [0x1100] = "\x30\x62", + [0x1101] = "\x30\x63", [0x1102] = "\x30\x64", [0x1103] = "\x30\x65", + [0x1104] = "\x30\x66", [0x1105] = "\x30\x67", [0x1106] = "\x30\x68", + [0x1107] = "\x30\x69", [0x1108] = "\x30\x6a", [0x1109] = "\x30\x6b", + [0x110a] = "\x30\x6c", [0x110b] = "\x30\x6d", [0x110c] = "\x30\x6e", + [0x110d] = "\x30\x6f", [0x110e] = "\x30\x70", [0x110f] = "\x30\x71", + [0x1110] = "\x30\x72", [0x1111] = "\x30\x73", [0x1112] = "\x30\x74", + [0x1113] = "\x30\x75", [0x1114] = "\x30\x76", [0x1115] = "\x30\x77", + [0x1116] = "\x30\x78", [0x1117] = "\x30\x79", [0x1118] = "\x30\x7a", + [0x1119] = "\x30\x7b", [0x111a] = "\x30\x7c", [0x111b] = "\x30\x7d", + [0x111c] = "\x30\x7e", [0x111d] = "\x30\x7f", [0x111e] = "\x30\x80", + [0x111f] = "\x30\x81", [0x1120] = "\x30\x82", [0x1121] = "\x30\x83", + [0x1122] = "\x30\x84", [0x1123] = "\x30\x85", [0x1124] = "\x30\x86", + [0x1125] = "\x30\x87", [0x1126] = "\x30\x88", [0x1127] = "\x30\x89", + [0x1128] = "\x30\x8a", [0x1129] = "\x30\x8b", [0x112a] = "\x30\x8c", + [0x112b] = "\x30\x8d", [0x112c] = "\x30\x8e", [0x112d] = "\x30\x8f", + [0x112e] = "\x30\x90", [0x112f] = "\x30\x91", [0x1130] = "\x30\x92", + [0x1131] = "\x30\x93", [0x1132] = "\x30\x94", [0x1133] = "\x30\x95", + [0x1134] = "\x30\x96", [0x1135] = "\x30\x97", [0x1136] = "\x30\x98", + [0x1137] = "\x30\x99", [0x1138] = "\x30\x9a", [0x1139] = "\x30\x9b", + [0x113a] = "\x30\x9c", [0x113b] = "\x30\x9d", [0x113c] = "\x30\x9e", + [0x113d] = "\x30\x9f", [0x113e] = "\x30\xa0", [0x113f] = "\x30\xa1", + [0x1140] = "\x30\xa2", [0x1141] = "\x30\xa3", [0x1142] = "\x30\xa4", + [0x1143] = "\x30\xa5", [0x1144] = "\x30\xa6", [0x1145] = "\x30\xa7", + [0x1146] = "\x30\xa8", [0x1147] = "\x30\xa9", [0x1148] = "\x30\xaa", + [0x1149] = "\x30\xab", [0x114a] = "\x30\xac", [0x114b] = "\x30\xad", + [0x114c] = "\x30\xae", [0x114d] = "\x30\xaf", [0x114e] = "\x30\xb0", + [0x114f] = "\x30\xb1", [0x1150] = "\x30\xb2", [0x1151] = "\x30\xb3", + [0x1152] = "\x30\xb4", [0x1153] = "\x30\xb5", [0x1154] = "\x30\xb6", + [0x1155] = "\x30\xb7", [0x1156] = "\x30\xb8", [0x1157] = "\x30\xb9", + [0x1158] = "\x30\xba", [0x1159] = "\x30\xbb", [0x115a] = "\x30\xbc", + [0x115b] = "\x30\xbd", [0x115c] = "\x30\xbe", [0x115d] = "\x30\xbf", + [0x115e] = "\x30\xc0", [0x115f] = "\x30\xc1", [0x1160] = "\x30\xc2", + [0x1161] = "\x30\xc3", [0x1162] = "\x30\xc4", [0x1163] = "\x30\xc5", + [0x1164] = "\x30\xc6", [0x1165] = "\x30\xc7", [0x1166] = "\x30\xc8", + [0x1167] = "\x30\xc9", [0x1168] = "\x30\xca", [0x1169] = "\x30\xcb", + [0x116a] = "\x30\xcc", [0x116b] = "\x30\xcd", [0x116c] = "\x30\xce", + [0x116d] = "\x30\xcf", [0x116e] = "\x30\xd0", [0x116f] = "\x30\xd1", + [0x1170] = "\x30\xd2", [0x1171] = "\x30\xd3", [0x1172] = "\x30\xd4", + [0x1173] = "\x30\xd5", [0x1174] = "\x30\xd6", [0x1175] = "\x30\xd7", + [0x1176] = "\x30\xd8", [0x1177] = "\x30\xd9", [0x1178] = "\x30\xda", + [0x1179] = "\x30\xdb", [0x117a] = "\x30\xdc", [0x117b] = "\x30\xdd", + [0x117c] = "\x30\xde", [0x117d] = "\x30\xdf", [0x117e] = "\x30\xe0", + [0x117f] = "\x30\xe1", [0x1180] = "\x30\xe2", [0x1181] = "\x30\xe3", + [0x1182] = "\x30\xe4", [0x1183] = "\x30\xe5", [0x1184] = "\x30\xe6", + [0x1185] = "\x30\xe7", [0x1186] = "\x30\xe8", [0x1187] = "\x30\xe9", + [0x1188] = "\x30\xea", [0x1189] = "\x30\xeb", [0x118a] = "\x30\xec", + [0x118b] = "\x30\xed", [0x118c] = "\x30\xee", [0x118d] = "\x30\xef", + [0x118e] = "\x30\xf0", [0x118f] = "\x30\xf1", [0x1190] = "\x30\xf2", + [0x1191] = "\x30\xf3", [0x1192] = "\x30\xf4", [0x1193] = "\x30\xf5", + [0x1194] = "\x30\xf6", [0x1195] = "\x30\xf7", [0x1196] = "\x30\xf8", + [0x1197] = "\x30\xf9", [0x1198] = "\x30\xfa", [0x1199] = "\x30\xfb", + [0x119a] = "\x30\xfc", [0x119b] = "\x30\xfd", [0x119c] = "\x30\xfe", + [0x119d] = "\x30\xff", [0x119e] = "\x31\x00", [0x119f] = "\x31\x01", + [0x11a0] = "\x31\x02", [0x11a1] = "\x31\x03", [0x11a2] = "\x31\x04", + [0x11a3] = "\x31\x05", [0x11a4] = "\x31\x06", [0x11a5] = "\x31\x07", + [0x11a6] = "\x31\x08", [0x11a7] = "\x31\x09", [0x11a8] = "\x31\x0a", + [0x11a9] = "\x31\x0b", [0x11aa] = "\x31\x0c", [0x11ab] = "\x31\x0d", + [0x11ac] = "\x31\x0e", [0x11ad] = "\x31\x0f", [0x11ae] = "\x31\x10", + [0x11af] = "\x31\x11", [0x11b0] = "\x31\x12", [0x11b1] = "\x31\x13", + [0x11b2] = "\x31\x14", [0x11b3] = "\x31\x15", [0x11b4] = "\x31\x16", + [0x11b5] = "\x31\x17", [0x11b6] = "\x31\x18", [0x11b7] = "\x31\x19", + [0x11b8] = "\x31\x1a", [0x11b9] = "\x31\x1b", [0x11ba] = "\x31\x1c", + [0x11bb] = "\x31\x1d", [0x11bc] = "\x31\x1e", [0x11bd] = "\x31\x1f", + [0x11be] = "\x31\x20", [0x11bf] = "\x31\x21", [0x11c0] = "\x31\x22", + [0x11c1] = "\x31\x23", [0x11c2] = "\x31\x24", [0x11c3] = "\x31\x25", + [0x11c4] = "\x31\x26", [0x11c5] = "\x31\x27", [0x11c6] = "\x31\x28", + [0x11c7] = "\x31\x29", [0x11c8] = "\x31\x2a", [0x11c9] = "\x31\x2b", + [0x11ca] = "\x31\x2c", [0x11cb] = "\x31\x2d", [0x11cc] = "\x31\x2e", + [0x11cd] = "\x31\x2f", [0x11ce] = "\x31\x30", [0x11cf] = "\x31\x31", + [0x11d0] = "\x31\x32", [0x11d1] = "\x31\x33", [0x11d2] = "\x31\x34", + [0x11d3] = "\x31\x35", [0x11d4] = "\x31\x36", [0x11d5] = "\x31\x37", + [0x11d6] = "\x31\x38", [0x11d7] = "\x31\x39", [0x11d8] = "\x31\x3a", + [0x11d9] = "\x31\x3b", [0x11da] = "\x31\x3c", [0x11db] = "\x31\x3d", + [0x11dc] = "\x31\x3e", [0x11dd] = "\x31\x3f", [0x11de] = "\x31\x40", + [0x11df] = "\x31\x41", [0x11e0] = "\x31\x42", [0x11e1] = "\x31\x43", + [0x11e2] = "\x31\x44", [0x11e3] = "\x31\x45", [0x11e4] = "\x31\x46", + [0x11e5] = "\x31\x47", [0x11e6] = "\x31\x48", [0x11e7] = "\x31\x49", + [0x11e8] = "\x31\x4a", [0x11e9] = "\x31\x4b", [0x11ea] = "\x31\x4c", + [0x11eb] = "\x31\x4d", [0x11ec] = "\x31\x4e", [0x11ed] = "\x31\x4f", + [0x11ee] = "\x31\x50", [0x11ef] = "\x31\x51", [0x11f0] = "\x31\x52", + [0x11f1] = "\x31\x53", [0x11f2] = "\x31\x54", [0x11f3] = "\x31\x55", + [0x11f4] = "\x31\x56", [0x11f5] = "\x31\x57", [0x11f6] = "\x31\x58", + [0x11f7] = "\x31\x59", [0x11f8] = "\x31\x5a", [0x11f9] = "\x31\x5b", + [0x11fa] = "\x31\x5c", [0x11fb] = "\x31\x5d", [0x11fc] = "\x31\x5e", + [0x11fd] = "\x31\x5f", [0x11fe] = "\x31\x60", [0x11ff] = "\x31\x61", + [0x1200] = "\x31\x62", [0x1201] = "\x31\x63", [0x1202] = "\x31\x64", + [0x1203] = "\x31\x65", [0x1204] = "\x31\x66", [0x1205] = "\x31\x67", + [0x1206] = "\x31\x68", [0x1207] = "\x31\x69", [0x1208] = "\x31\x6a", + [0x1209] = "\x31\x6b", [0x120a] = "\x31\x6c", [0x120b] = "\x31\x6d", + [0x120c] = "\x31\x6e", [0x120d] = "\x31\x6f", [0x120e] = "\x31\x70", + [0x120f] = "\x31\x71", [0x1210] = "\x31\x72", [0x1211] = "\x31\x73", + [0x1212] = "\x31\x74", [0x1213] = "\x31\x75", [0x1214] = "\x31\x76", + [0x1215] = "\x31\x77", [0x1216] = "\x31\x78", [0x1217] = "\x31\x79", + [0x1218] = "\x31\x7a", [0x1219] = "\x31\x7b", [0x121a] = "\x31\x7c", + [0x121b] = "\x31\x7d", [0x121c] = "\x31\x7e", [0x121d] = "\x31\x7f", + [0x121e] = "\x31\x80", [0x121f] = "\x31\x81", [0x1220] = "\x31\x82", + [0x1221] = "\x31\x83", [0x1222] = "\x31\x84", [0x1223] = "\x31\x85", + [0x1224] = "\x31\x86", [0x1225] = "\x31\x87", [0x1226] = "\x31\x88", + [0x1227] = "\x31\x89", [0x1228] = "\x31\x8a", [0x1229] = "\x31\x8b", + [0x122a] = "\x31\x8c", [0x122b] = "\x31\x8d", [0x122c] = "\x31\x8e", + [0x122d] = "\x31\x8f", [0x122e] = "\x31\x90", [0x122f] = "\x31\x91", + [0x1230] = "\x31\x92", [0x1231] = "\x31\x93", [0x1232] = "\x31\x94", + [0x1233] = "\x31\x95", [0x1234] = "\x31\x96", [0x1235] = "\x31\x97", + [0x1236] = "\x31\x98", [0x1237] = "\x31\x99", [0x1238] = "\x31\x9a", + [0x1239] = "\x31\x9b", [0x123a] = "\x31\x9c", [0x123b] = "\x31\x9d", + [0x123c] = "\x31\x9e", [0x123d] = "\x31\x9f", [0x123e] = "\x31\xa0", + [0x123f] = "\x31\xa1", [0x1240] = "\x31\xa2", [0x1241] = "\x31\xa3", + [0x1242] = "\x31\xa4", [0x1243] = "\x31\xa5", [0x1244] = "\x31\xa6", + [0x1245] = "\x31\xa7", [0x1246] = "\x31\xa8", [0x1247] = "\x31\xa9", + [0x1248] = "\x31\xaa", [0x1249] = "\x31\xab", [0x124a] = "\x31\xac", + [0x124b] = "\x31\xad", [0x124c] = "\x31\xae", [0x124d] = "\x31\xaf", + [0x124e] = "\x31\xb0", [0x124f] = "\x31\xb1", [0x1250] = "\x31\xb2", + [0x1251] = "\x31\xb3", [0x1252] = "\x31\xb4", [0x1253] = "\x31\xb5", + [0x1254] = "\x31\xb6", [0x1255] = "\x31\xb7", [0x1256] = "\x31\xb8", + [0x1257] = "\x31\xb9", [0x1258] = "\x31\xba", [0x1259] = "\x31\xbb", + [0x125a] = "\x31\xbc", [0x125b] = "\x31\xbd", [0x125c] = "\x31\xbe", + [0x125d] = "\x31\xbf", [0x125e] = "\x31\xc0", [0x125f] = "\x31\xc1", + [0x1260] = "\x31\xc2", [0x1261] = "\x31\xc3", [0x1262] = "\x31\xc4", + [0x1263] = "\x31\xc5", [0x1264] = "\x31\xc6", [0x1265] = "\x31\xc7", + [0x1266] = "\x31\xc8", [0x1267] = "\x31\xc9", [0x1268] = "\x31\xca", + [0x1269] = "\x31\xcb", [0x126a] = "\x31\xcc", [0x126b] = "\x31\xcd", + [0x126c] = "\x31\xce", [0x126d] = "\x31\xcf", [0x126e] = "\x31\xd0", + [0x126f] = "\x31\xd1", [0x1270] = "\x31\xd2", [0x1271] = "\x31\xd3", + [0x1272] = "\x31\xd4", [0x1273] = "\x31\xd5", [0x1274] = "\x31\xd6", + [0x1275] = "\x31\xd7", [0x1276] = "\x31\xd8", [0x1277] = "\x31\xd9", + [0x1278] = "\x31\xda", [0x1279] = "\x31\xdb", [0x127a] = "\x31\xdc", + [0x127b] = "\x31\xdd", [0x127c] = "\x31\xde", [0x127d] = "\x31\xdf", + [0x127e] = "\x31\xe0", [0x127f] = "\x31\xe1", [0x1280] = "\x31\xe2", + [0x1281] = "\x31\xe3", [0x1282] = "\x31\xe4", [0x1283] = "\x31\xe5", + [0x1284] = "\x31\xe6", [0x1285] = "\x31\xe7", [0x1286] = "\x31\xe8", + [0x1287] = "\x31\xe9", [0x1288] = "\x31\xea", [0x1289] = "\x31\xeb", + [0x128a] = "\x31\xec", [0x128b] = "\x31\xed", [0x128c] = "\x31\xee", + [0x128d] = "\x31\xef", [0x128e] = "\x31\xf0", [0x128f] = "\x31\xf1", + [0x1290] = "\x31\xf2", [0x1291] = "\x31\xf3", [0x1292] = "\x31\xf4", + [0x1293] = "\x31\xf5", [0x1294] = "\x31\xf6", [0x1295] = "\x31\xf7", + [0x1296] = "\x31\xf8", [0x1297] = "\x31\xf9", [0x1298] = "\x31\xfa", + [0x1299] = "\x31\xfb", [0x129a] = "\x31\xfc", [0x129b] = "\x31\xfd", + [0x129c] = "\x31\xfe", [0x129d] = "\x31\xff", [0x129e] = "\x32\x00", + [0x129f] = "\x32\x01", [0x12a0] = "\x32\x02", [0x12a1] = "\x32\x03", + [0x12a2] = "\x32\x04", [0x12a3] = "\x32\x05", [0x12a4] = "\x32\x06", + [0x12a5] = "\x32\x07", [0x12a6] = "\x32\x08", [0x12a7] = "\x32\x09", + [0x12a8] = "\x32\x0a", [0x12a9] = "\x32\x0b", [0x12aa] = "\x32\x0c", + [0x12ab] = "\x32\x0d", [0x12ac] = "\x32\x0e", [0x12ad] = "\x32\x0f", + [0x12ae] = "\x32\x10", [0x12af] = "\x32\x11", [0x12b0] = "\x32\x12", + [0x12b1] = "\x32\x13", [0x12b2] = "\x32\x14", [0x12b3] = "\x32\x15", + [0x12b4] = "\x32\x16", [0x12b5] = "\x32\x17", [0x12b6] = "\x32\x18", + [0x12b7] = "\x32\x19", [0x12b8] = "\x32\x1a", [0x12b9] = "\x32\x1b", + [0x12ba] = "\x32\x1c", [0x12bb] = "\x32\x1d", [0x12bc] = "\x32\x1e", + [0x12bd] = "\x32\x1f", [0x12be] = "\x32\x20", [0x12bf] = "\x32\x21", + [0x12c0] = "\x32\x22", [0x12c1] = "\x32\x23", [0x12c2] = "\x32\x24", + [0x12c3] = "\x32\x25", [0x12c4] = "\x32\x26", [0x12c5] = "\x32\x27", + [0x12c6] = "\x32\x28", [0x12c7] = "\x32\x29", [0x12c8] = "\x32\x2a", + [0x12c9] = "\x32\x2b", [0x12ca] = "\x32\x2c", [0x12cb] = "\x32\x2d", + [0x12cc] = "\x32\x2e", [0x12cd] = "\x32\x2f", [0x12ce] = "\x32\x30", + [0x12cf] = "\x32\x31", [0x12d0] = "\x32\x32", [0x12d1] = "\x32\x33", + [0x12d2] = "\x32\x34", [0x12d3] = "\x32\x35", [0x12d4] = "\x32\x36", + [0x12d5] = "\x32\x37", [0x12d6] = "\x32\x38", [0x12d7] = "\x32\x39", + [0x12d8] = "\x32\x3a", [0x12d9] = "\x32\x3b", [0x12da] = "\x32\x3c", + [0x12db] = "\x32\x3d", [0x12dc] = "\x32\x3e", [0x12dd] = "\x32\x3f", + [0x12de] = "\x32\x40", [0x12df] = "\x32\x41", [0x12e0] = "\x32\x42", + [0x12e1] = "\x32\x43", [0x12e2] = "\x32\x44", [0x12e3] = "\x32\x45", + [0x12e4] = "\x32\x46", [0x12e5] = "\x32\x47", [0x12e6] = "\x32\x48", + [0x12e7] = "\x32\x49", [0x12e8] = "\x32\x4a", [0x12e9] = "\x32\x4b", + [0x12ea] = "\x32\x4c", [0x12eb] = "\x32\x4d", [0x12ec] = "\x32\x4e", + [0x12ed] = "\x32\x4f", [0x12ee] = "\x32\x50", [0x12ef] = "\x32\x51", + [0x12f0] = "\x32\x52", [0x12f1] = "\x32\x53", [0x12f2] = "\x32\x54", + [0x12f3] = "\x32\x55", [0x12f4] = "\x32\x56", [0x12f5] = "\x32\x57", + [0x12f6] = "\x32\x58", [0x12f7] = "\x32\x59", [0x12f8] = "\x32\x5a", + [0x12f9] = "\x32\x5b", [0x12fa] = "\x32\x5c", [0x12fb] = "\x32\x5d", + [0x12fc] = "\x32\x5e", [0x12fd] = "\x32\x5f", [0x12fe] = "\x32\x60", + [0x12ff] = "\x32\x61", [0x1300] = "\x32\x62", [0x1301] = "\x32\x63", + [0x1302] = "\x32\x64", [0x1303] = "\x32\x65", [0x1304] = "\x32\x66", + [0x1305] = "\x32\x67", [0x1306] = "\x32\x68", [0x1307] = "\x32\x69", + [0x1308] = "\x32\x6a", [0x1309] = "\x32\x6b", [0x130a] = "\x32\x6c", + [0x130b] = "\x32\x6d", [0x130c] = "\x32\x6e", [0x130d] = "\x32\x6f", + [0x130e] = "\x32\x70", [0x130f] = "\x32\x71", [0x1310] = "\x32\x72", + [0x1311] = "\x32\x73", [0x1312] = "\x32\x74", [0x1313] = "\x32\x75", + [0x1314] = "\x32\x76", [0x1315] = "\x32\x77", [0x1316] = "\x32\x78", + [0x1317] = "\x32\x79", [0x1318] = "\x32\x7a", [0x1319] = "\x32\x7b", + [0x131a] = "\x32\x7c", [0x131b] = "\x32\x7d", [0x131c] = "\x32\x7e", + [0x131d] = "\x32\x7f", [0x131e] = "\x32\x80", [0x131f] = "\x32\x81", + [0x1320] = "\x32\x82", [0x1321] = "\x32\x83", [0x1322] = "\x32\x84", + [0x1323] = "\x32\x85", [0x1324] = "\x32\x86", [0x1325] = "\x32\x87", + [0x1326] = "\x32\x88", [0x1327] = "\x32\x89", [0x1328] = "\x32\x8a", + [0x1329] = "\x32\x8b", [0x132a] = "\x32\x8c", [0x132b] = "\x32\x8d", + [0x132c] = "\x32\x8e", [0x132d] = "\x32\x8f", [0x132e] = "\x32\x90", + [0x132f] = "\x32\x91", [0x1330] = "\x32\x92", [0x1331] = "\x32\x93", + [0x1332] = "\x32\x94", [0x1333] = "\x32\x95", [0x1334] = "\x32\x96", + [0x1335] = "\x32\x97", [0x1336] = "\x32\x98", [0x1337] = "\x32\x99", + [0x1338] = "\x32\x9a", [0x1339] = "\x32\x9b", [0x133a] = "\x32\x9c", + [0x133b] = "\x32\x9d", [0x133c] = "\x32\x9e", [0x133d] = "\x32\x9f", + [0x133e] = "\x32\xa0", [0x133f] = "\x32\xa1", [0x1340] = "\x32\xa2", + [0x1341] = "\x32\xa3", [0x1342] = "\x32\xa4", [0x1343] = "\x32\xa5", + [0x1344] = "\x32\xa6", [0x1345] = "\x32\xa7", [0x1346] = "\x32\xa8", + [0x1347] = "\x32\xa9", [0x1348] = "\x32\xaa", [0x1349] = "\x32\xab", + [0x134a] = "\x32\xac", [0x134b] = "\x32\xad", [0x134c] = "\x32\xae", + [0x134d] = "\x32\xaf", [0x134e] = "\x32\xb0", [0x134f] = "\x32\xb1", + [0x1350] = "\x32\xb2", [0x1351] = "\x32\xb3", [0x1352] = "\x32\xb4", + [0x1353] = "\x32\xb5", [0x1354] = "\x32\xb6", [0x1355] = "\x32\xb7", + [0x1356] = "\x32\xb8", [0x1357] = "\x32\xb9", [0x1358] = "\x32\xba", + [0x1359] = "\x32\xbb", [0x135a] = "\x32\xbc", [0x135b] = "\x32\xbd", + [0x135c] = "\x32\xbe", [0x135d] = "\x32\xbf", [0x135e] = "\x32\xc0", + [0x135f] = "\x32\xc1", [0x1360] = "\x32\xc2", [0x1361] = "\x32\xc3", + [0x1362] = "\x32\xc4", [0x1363] = "\x32\xc5", [0x1364] = "\x32\xc6", + [0x1365] = "\x32\xc7", [0x1366] = "\x32\xc8", [0x1367] = "\x32\xc9", + [0x1368] = "\x32\xca", [0x1369] = "\x32\xcb", [0x136a] = "\x32\xcc", + [0x136b] = "\x32\xcd", [0x136c] = "\x32\xce", [0x136d] = "\x32\xcf", + [0x136e] = "\x32\xd0", [0x136f] = "\x32\xd1", [0x1370] = "\x32\xd2", + [0x1371] = "\x32\xd3", [0x1372] = "\x32\xd4", [0x1373] = "\x32\xd5", + [0x1374] = "\x32\xd6", [0x1375] = "\x32\xd7", [0x1376] = "\x32\xd8", + [0x1377] = "\x32\xd9", [0x1378] = "\x32\xda", [0x1379] = "\x32\xdb", + [0x137a] = "\x32\xdc", [0x137b] = "\x32\xdd", [0x137c] = "\x32\xde", + [0x137d] = "\x32\xdf", [0x137e] = "\x32\xe0", [0x137f] = "\x32\xe1", + [0x1380] = "\x32\xe2", [0x1381] = "\x32\xe3", [0x1382] = "\x32\xe4", + [0x1383] = "\x32\xe5", [0x1384] = "\x32\xe6", [0x1385] = "\x32\xe7", + [0x1386] = "\x32\xe8", [0x1387] = "\x32\xe9", [0x1388] = "\x32\xea", + [0x1389] = "\x32\xeb", [0x138a] = "\x32\xec", [0x138b] = "\x32\xed", + [0x138c] = "\x32\xee", [0x138d] = "\x32\xef", [0x138e] = "\x32\xf0", + [0x138f] = "\x32\xf1", [0x1390] = "\x32\xf2", [0x1391] = "\x32\xf3", + [0x1392] = "\x32\xf4", [0x1393] = "\x32\xf5", [0x1394] = "\x32\xf6", + [0x1395] = "\x32\xf7", [0x1396] = "\x32\xf8", [0x1397] = "\x32\xf9", + [0x1398] = "\x32\xfa", [0x1399] = "\x32\xfb", [0x139a] = "\x32\xfc", + [0x139b] = "\x32\xfd", [0x139c] = "\x32\xfe", [0x139d] = "\x32\xff", + [0x139e] = "\x33\x00", [0x139f] = "\x33\x01", [0x13a0] = "\x33\x02", + [0x13a1] = "\x33\x03", [0x13a2] = "\x33\x04", [0x13a3] = "\x33\x05", + [0x13a4] = "\x33\x06", [0x13a5] = "\x33\x07", [0x13a6] = "\x33\x08", + [0x13a7] = "\x33\x09", [0x13a8] = "\x33\x0a", [0x13a9] = "\x33\x0b", + [0x13aa] = "\x33\x0c", [0x13ab] = "\x33\x0d", [0x13ac] = "\x33\x0e", + [0x13ad] = "\x33\x0f", [0x13ae] = "\x33\x10", [0x13af] = "\x33\x11", + [0x13b0] = "\x33\x12", [0x13b1] = "\x33\x13", [0x13b2] = "\x33\x14", + [0x13b3] = "\x33\x15", [0x13b4] = "\x33\x16", [0x13b5] = "\x33\x17", + [0x13b6] = "\x33\x18", [0x13b7] = "\x33\x19", [0x13b8] = "\x33\x1a", + [0x13b9] = "\x33\x1b", [0x13ba] = "\x33\x1c", [0x13bb] = "\x33\x1d", + [0x13bc] = "\x33\x1e", [0x13bd] = "\x33\x1f", [0x13be] = "\x33\x20", + [0x13bf] = "\x33\x21", [0x13c0] = "\x33\x22", [0x13c1] = "\x33\x23", + [0x13c2] = "\x33\x24", [0x13c3] = "\x33\x25", [0x13c4] = "\x33\x26", + [0x13c5] = "\x33\x27", [0x13c6] = "\x33\x28", [0x13c7] = "\x33\x29", + [0x13c8] = "\x33\x2a", [0x13c9] = "\x33\x2b", [0x13ca] = "\x33\x2c", + [0x13cb] = "\x33\x2d", [0x13cc] = "\x33\x2e", [0x13cd] = "\x33\x2f", + [0x13ce] = "\x33\x30", [0x13cf] = "\x33\x31", [0x13d0] = "\x33\x32", + [0x13d1] = "\x33\x33", [0x13d2] = "\x33\x34", [0x13d3] = "\x33\x35", + [0x13d4] = "\x33\x36", [0x13d5] = "\x33\x37", [0x13d6] = "\x33\x38", + [0x13d7] = "\x33\x39", [0x13d8] = "\x33\x3a", [0x13d9] = "\x33\x3b", + [0x13da] = "\x33\x3c", [0x13db] = "\x33\x3d", [0x13dc] = "\x33\x3e", + [0x13dd] = "\x33\x3f", [0x13de] = "\x33\x40", [0x13df] = "\x33\x41", + [0x13e0] = "\x33\x42", [0x13e1] = "\x33\x43", [0x13e2] = "\x33\x44", + [0x13e3] = "\x33\x45", [0x13e4] = "\x33\x46", [0x13e5] = "\x33\x47", + [0x13e6] = "\x33\x48", [0x13e7] = "\x33\x49", [0x13e8] = "\x33\x4a", + [0x13e9] = "\x33\x4b", [0x13ea] = "\x33\x4c", [0x13eb] = "\x33\x4d", + [0x13ec] = "\x33\x4e", [0x13ed] = "\x33\x4f", [0x13ee] = "\x33\x50", + [0x13ef] = "\x33\x51", [0x13f0] = "\x33\x52", [0x13f1] = "\x33\x53", + [0x13f2] = "\x33\x54", [0x13f3] = "\x33\x55", [0x13f4] = "\x33\x56", + [0x13f5] = "\x33\x57", [0x13f6] = "\x33\x58", [0x13f7] = "\x33\x59", + [0x13f8] = "\x33\x5a", [0x13f9] = "\x33\x5b", [0x13fa] = "\x33\x5c", + [0x13fb] = "\x33\x5d", [0x13fc] = "\x33\x5e", [0x13fd] = "\x33\x5f", + [0x13fe] = "\x33\x60", [0x13ff] = "\x33\x61", [0x1400] = "\x33\x62", + [0x1401] = "\x33\x63", [0x1402] = "\x33\x64", [0x1403] = "\x33\x65", + [0x1404] = "\x33\x66", [0x1405] = "\x33\x67", [0x1406] = "\x33\x68", + [0x1407] = "\x33\x69", [0x1408] = "\x33\x6a", [0x1409] = "\x33\x6b", + [0x140a] = "\x33\x6c", [0x140b] = "\x33\x6d", [0x140c] = "\x33\x6e", + [0x140d] = "\x33\x6f", [0x140e] = "\x33\x70", [0x140f] = "\x33\x71", + [0x1410] = "\x33\x72", [0x1411] = "\x33\x73", [0x1412] = "\x33\x74", + [0x1413] = "\x33\x75", [0x1414] = "\x33\x76", [0x1415] = "\x33\x77", + [0x1416] = "\x33\x78", [0x1417] = "\x33\x79", [0x1418] = "\x33\x7a", + [0x1419] = "\x33\x7b", [0x141a] = "\x33\x7c", [0x141b] = "\x33\x7d", + [0x141c] = "\x33\x7e", [0x141d] = "\x33\x7f", [0x141e] = "\x33\x80", + [0x141f] = "\x33\x81", [0x1420] = "\x33\x82", [0x1421] = "\x33\x83", + [0x1422] = "\x33\x84", [0x1423] = "\x33\x85", [0x1424] = "\x33\x86", + [0x1425] = "\x33\x87", [0x1426] = "\x33\x88", [0x1427] = "\x33\x89", + [0x1428] = "\x33\x8a", [0x1429] = "\x33\x8b", [0x142a] = "\x33\x8c", + [0x142b] = "\x33\x8d", [0x142c] = "\x33\x8e", [0x142d] = "\x33\x8f", + [0x142e] = "\x33\x90", [0x142f] = "\x33\x91", [0x1430] = "\x33\x92", + [0x1431] = "\x33\x93", [0x1432] = "\x33\x94", [0x1433] = "\x33\x95", + [0x1434] = "\x33\x96", [0x1435] = "\x33\x97", [0x1436] = "\x33\x98", + [0x1437] = "\x33\x99", [0x1438] = "\x33\x9a", [0x1439] = "\x33\x9b", + [0x143a] = "\x33\x9c", [0x143b] = "\x33\x9d", [0x143c] = "\x33\x9e", + [0x143d] = "\x33\x9f", [0x143e] = "\x33\xa0", [0x143f] = "\x33\xa1", + [0x1440] = "\x33\xa2", [0x1441] = "\x33\xa3", [0x1442] = "\x33\xa4", + [0x1443] = "\x33\xa5", [0x1444] = "\x33\xa6", [0x1445] = "\x33\xa7", + [0x1446] = "\x33\xa8", [0x1447] = "\x33\xa9", [0x1448] = "\x33\xaa", + [0x1449] = "\x33\xab", [0x144a] = "\x33\xac", [0x144b] = "\x33\xad", + [0x144c] = "\x33\xae", [0x144d] = "\x33\xaf", [0x144e] = "\x33\xb0", + [0x144f] = "\x33\xb1", [0x1450] = "\x33\xb2", [0x1451] = "\x33\xb3", + [0x1452] = "\x33\xb4", [0x1453] = "\x33\xb5", [0x1454] = "\x33\xb6", + [0x1455] = "\x33\xb7", [0x1456] = "\x33\xb8", [0x1457] = "\x33\xb9", + [0x1458] = "\x33\xba", [0x1459] = "\x33\xbb", [0x145a] = "\x33\xbc", + [0x145b] = "\x33\xbd", [0x145c] = "\x33\xbe", [0x145d] = "\x33\xbf", + [0x145e] = "\x33\xc0", [0x145f] = "\x33\xc1", [0x1460] = "\x33\xc2", + [0x1461] = "\x33\xc3", [0x1462] = "\x33\xc4", [0x1463] = "\x33\xc5", + [0x1464] = "\x33\xc6", [0x1465] = "\x33\xc7", [0x1466] = "\x33\xc8", + [0x1467] = "\x33\xc9", [0x1468] = "\x33\xca", [0x1469] = "\x33\xcb", + [0x146a] = "\x33\xcc", [0x146b] = "\x33\xcd", [0x146c] = "\x33\xce", + [0x146d] = "\x33\xcf", [0x146e] = "\x33\xd0", [0x146f] = "\x33\xd1", + [0x1470] = "\x33\xd2", [0x1471] = "\x33\xd3", [0x1472] = "\x33\xd4", + [0x1473] = "\x33\xd5", [0x1474] = "\x33\xd6", [0x1475] = "\x33\xd7", + [0x1476] = "\x33\xd8", [0x1477] = "\x33\xd9", [0x1478] = "\x33\xda", + [0x1479] = "\x33\xdb", [0x147a] = "\x33\xdc", [0x147b] = "\x33\xdd", + [0x147c] = "\x33\xde", [0x147d] = "\x33\xdf", [0x147e] = "\x33\xe0", + [0x147f] = "\x33\xe1", [0x1480] = "\x33\xe2", [0x1481] = "\x33\xe3", + [0x1482] = "\x33\xe4", [0x1483] = "\x33\xe5", [0x1484] = "\x33\xe6", + [0x1485] = "\x33\xe7", [0x1486] = "\x33\xe8", [0x1487] = "\x33\xe9", + [0x1488] = "\x33\xea", [0x1489] = "\x33\xeb", [0x148a] = "\x33\xec", + [0x148b] = "\x33\xed", [0x148c] = "\x33\xee", [0x148d] = "\x33\xef", + [0x148e] = "\x33\xf0", [0x148f] = "\x33\xf1", [0x1490] = "\x33\xf2", + [0x1491] = "\x33\xf3", [0x1492] = "\x33\xf4", [0x1493] = "\x33\xf5", + [0x1494] = "\x33\xf6", [0x1495] = "\x33\xf7", [0x1496] = "\x33\xf8", + [0x1497] = "\x33\xf9", [0x1498] = "\x33\xfa", [0x1499] = "\x33\xfb", + [0x149a] = "\x33\xfc", [0x149b] = "\x33\xfd", [0x149c] = "\x33\xfe", + [0x149d] = "\x33\xff", [0x149e] = "\x34\x00", [0x149f] = "\x34\x01", + [0x14a0] = "\x34\x02", [0x14a1] = "\x34\x03", [0x14a2] = "\x34\x04", + [0x14a3] = "\x34\x05", [0x14a4] = "\x34\x06", [0x14a5] = "\x34\x07", + [0x14a6] = "\x34\x08", [0x14a7] = "\x34\x09", [0x14a8] = "\x34\x0a", + [0x14a9] = "\x34\x0b", [0x14aa] = "\x34\x0c", [0x14ab] = "\x34\x0d", + [0x14ac] = "\x34\x0e", [0x14ad] = "\x34\x0f", [0x14ae] = "\x34\x10", + [0x14af] = "\x34\x11", [0x14b0] = "\x34\x12", [0x14b1] = "\x34\x13", + [0x14b2] = "\x34\x14", [0x14b3] = "\x34\x15", [0x14b4] = "\x34\x16", + [0x14b5] = "\x34\x17", [0x14b6] = "\x34\x18", [0x14b7] = "\x34\x19", + [0x14b8] = "\x34\x1a", [0x14b9] = "\x34\x1b", [0x14ba] = "\x34\x1c", + [0x14bb] = "\x34\x1d", [0x14bc] = "\x34\x1e", [0x14bd] = "\x34\x1f", + [0x14be] = "\x34\x20", [0x14bf] = "\x34\x21", [0x14c0] = "\x34\x22", + [0x14c1] = "\x34\x23", [0x14c2] = "\x34\x24", [0x14c3] = "\x34\x25", + [0x14c4] = "\x34\x26", [0x14c5] = "\x34\x27", [0x14c6] = "\x34\x28", + [0x14c7] = "\x34\x29", [0x14c8] = "\x34\x2a", [0x14c9] = "\x34\x2b", + [0x14ca] = "\x34\x2c", [0x14cb] = "\x34\x2d", [0x14cc] = "\x34\x2e", + [0x14cd] = "\x34\x2f", [0x14ce] = "\x34\x30", [0x14cf] = "\x34\x31", + [0x14d0] = "\x34\x32", [0x14d1] = "\x34\x33", [0x14d2] = "\x34\x34", + [0x14d3] = "\x34\x35", [0x14d4] = "\x34\x36", [0x14d5] = "\x34\x37", + [0x14d6] = "\x34\x38", [0x14d7] = "\x34\x39", [0x14d8] = "\x34\x3a", + [0x14d9] = "\x34\x3b", [0x14da] = "\x34\x3c", [0x14db] = "\x34\x3d", + [0x14dc] = "\x34\x3e", [0x14dd] = "\x34\x3f", [0x14de] = "\x34\x40", + [0x14df] = "\x34\x41", [0x14e0] = "\x34\x42", [0x14e1] = "\x34\x43", + [0x14e2] = "\x34\x44", [0x14e3] = "\x34\x45", [0x14e4] = "\x34\x46", + [0x14e5] = "\x34\x47", [0x14e6] = "\x34\x48", [0x14e7] = "\x34\x49", + [0x14e8] = "\x34\x4a", [0x14e9] = "\x34\x4b", [0x14ea] = "\x34\x4c", + [0x14eb] = "\x34\x4d", [0x14ec] = "\x34\x4e", [0x14ed] = "\x34\x4f", + [0x14ee] = "\x34\x50", [0x14ef] = "\x34\x51", [0x14f0] = "\x34\x52", + [0x14f1] = "\x34\x53", [0x14f2] = "\x34\x54", [0x14f3] = "\x34\x55", + [0x14f4] = "\x34\x56", [0x14f5] = "\x34\x57", [0x14f6] = "\x34\x58", + [0x14f7] = "\x34\x59", [0x14f8] = "\x34\x5a", [0x14f9] = "\x34\x5b", + [0x14fa] = "\x34\x5c", [0x14fb] = "\x34\x5d", [0x14fc] = "\x34\x5e", + [0x14fd] = "\x34\x5f", [0x14fe] = "\x34\x60", [0x14ff] = "\x34\x61", + [0x1500] = "\x34\x62", [0x1501] = "\x34\x63", [0x1502] = "\x34\x64", + [0x1503] = "\x34\x65", [0x1504] = "\x34\x66", [0x1505] = "\x34\x67", + [0x1506] = "\x34\x68", [0x1507] = "\x34\x69", [0x1508] = "\x34\x6a", + [0x1509] = "\x34\x6b", [0x150a] = "\x34\x6c", [0x150b] = "\x34\x6d", + [0x150c] = "\x34\x6e", [0x150d] = "\x34\x6f", [0x150e] = "\x34\x70", + [0x150f] = "\x34\x71", [0x1510] = "\x34\x72", [0x1511] = "\x34\x73", + [0x1512] = "\x34\x74", [0x1513] = "\x34\x75", [0x1514] = "\x34\x76", + [0x1515] = "\x34\x77", [0x1516] = "\x34\x78", [0x1517] = "\x34\x79", + [0x1518] = "\x34\x7a", [0x1519] = "\x34\x7b", [0x151a] = "\x34\x7c", + [0x151b] = "\x34\x7d", [0x151c] = "\x34\x7e", [0x151d] = "\x34\x7f", + [0x151e] = "\x34\x80", [0x151f] = "\x34\x81", [0x1520] = "\x34\x82", + [0x1521] = "\x34\x83", [0x1522] = "\x34\x84", [0x1523] = "\x34\x85", + [0x1524] = "\x34\x86", [0x1525] = "\x34\x87", [0x1526] = "\x34\x88", + [0x1527] = "\x34\x89", [0x1528] = "\x34\x8a", [0x1529] = "\x34\x8b", + [0x152a] = "\x34\x8c", [0x152b] = "\x34\x8d", [0x152c] = "\x34\x8e", + [0x152d] = "\x34\x8f", [0x152e] = "\x34\x90", [0x152f] = "\x34\x91", + [0x1530] = "\x34\x92", [0x1531] = "\x34\x93", [0x1532] = "\x34\x94", + [0x1533] = "\x34\x95", [0x1534] = "\x34\x96", [0x1535] = "\x34\x97", + [0x1536] = "\x34\x98", [0x1537] = "\x34\x99", [0x1538] = "\x34\x9a", + [0x1539] = "\x34\x9b", [0x153a] = "\x34\x9c", [0x153b] = "\x34\x9d", + [0x153c] = "\x34\x9e", [0x153d] = "\x34\x9f", [0x153e] = "\x34\xa0", + [0x153f] = "\x34\xa1", [0x1540] = "\x34\xa2", [0x1541] = "\x34\xa3", + [0x1542] = "\x34\xa4", [0x1543] = "\x34\xa5", [0x1544] = "\x34\xa6", + [0x1545] = "\x34\xa7", [0x1546] = "\x34\xa8", [0x1547] = "\x34\xa9", + [0x1548] = "\x34\xaa", [0x1549] = "\x34\xab", [0x154a] = "\x34\xac", + [0x154b] = "\x34\xad", [0x154c] = "\x34\xae", [0x154d] = "\x34\xaf", + [0x154e] = "\x34\xb0", [0x154f] = "\x34\xb1", [0x1550] = "\x34\xb2", + [0x1551] = "\x34\xb3", [0x1552] = "\x34\xb4", [0x1553] = "\x34\xb5", + [0x1554] = "\x34\xb6", [0x1555] = "\x34\xb7", [0x1556] = "\x34\xb8", + [0x1557] = "\x34\xb9", [0x1558] = "\x34\xba", [0x1559] = "\x34\xbb", + [0x155a] = "\x34\xbc", [0x155b] = "\x34\xbd", [0x155c] = "\x34\xbe", + [0x155d] = "\x34\xbf", [0x155e] = "\x34\xc0", [0x155f] = "\x34\xc1", + [0x1560] = "\x34\xc2", [0x1561] = "\x34\xc3", [0x1562] = "\x34\xc4", + [0x1563] = "\x34\xc5", [0x1564] = "\x34\xc6", [0x1565] = "\x34\xc7", + [0x1566] = "\x34\xc8", [0x1567] = "\x34\xc9", [0x1568] = "\x34\xca", + [0x1569] = "\x34\xcb", [0x156a] = "\x34\xcc", [0x156b] = "\x34\xcd", + [0x156c] = "\x34\xce", [0x156d] = "\x34\xcf", [0x156e] = "\x34\xd0", + [0x156f] = "\x34\xd1", [0x1570] = "\x34\xd2", [0x1571] = "\x34\xd3", + [0x1572] = "\x34\xd4", [0x1573] = "\x34\xd5", [0x1574] = "\x34\xd6", + [0x1575] = "\x34\xd7", [0x1576] = "\x34\xd8", [0x1577] = "\x34\xd9", + [0x1578] = "\x34\xda", [0x1579] = "\x34\xdb", [0x157a] = "\x34\xdc", + [0x157b] = "\x34\xdd", [0x157c] = "\x34\xde", [0x157d] = "\x34\xdf", + [0x157e] = "\x34\xe0", [0x157f] = "\x34\xe1", [0x1580] = "\x34\xe2", + [0x1581] = "\x34\xe3", [0x1582] = "\x34\xe4", [0x1583] = "\x34\xe5", + [0x1584] = "\x34\xe6", [0x1585] = "\x34\xe7", [0x1586] = "\x34\xe8", + [0x1587] = "\x34\xe9", [0x1588] = "\x34\xea", [0x1589] = "\x34\xeb", + [0x158a] = "\x34\xec", [0x158b] = "\x34\xed", [0x158c] = "\x34\xee", + [0x158d] = "\x34\xef", [0x158e] = "\x34\xf0", [0x158f] = "\x34\xf1", + [0x1590] = "\x34\xf2", [0x1591] = "\x34\xf3", [0x1592] = "\x34\xf4", + [0x1593] = "\x34\xf5", [0x1594] = "\x34\xf6", [0x1595] = "\x34\xf7", + [0x1596] = "\x34\xf8", [0x1597] = "\x34\xf9", [0x1598] = "\x34\xfa", + [0x1599] = "\x34\xfb", [0x159a] = "\x34\xfc", [0x159b] = "\x34\xfd", + [0x159c] = "\x34\xfe", [0x159d] = "\x34\xff", [0x159e] = "\x35\x00", + [0x159f] = "\x35\x01", [0x15a0] = "\x35\x02", [0x15a1] = "\x35\x03", + [0x15a2] = "\x35\x04", [0x15a3] = "\x35\x05", [0x15a4] = "\x35\x06", + [0x15a5] = "\x35\x07", [0x15a6] = "\x35\x08", [0x15a7] = "\x35\x09", + [0x15a8] = "\x35\x0a", [0x15a9] = "\x35\x0b", [0x15aa] = "\x35\x0c", + [0x15ab] = "\x35\x0d", [0x15ac] = "\x35\x0e", [0x15ad] = "\x35\x0f", + [0x15ae] = "\x35\x10", [0x15af] = "\x35\x11", [0x15b0] = "\x35\x12", + [0x15b1] = "\x35\x13", [0x15b2] = "\x35\x14", [0x15b3] = "\x35\x15", + [0x15b4] = "\x35\x16", [0x15b5] = "\x35\x17", [0x15b6] = "\x35\x18", + [0x15b7] = "\x35\x19", [0x15b8] = "\x35\x1a", [0x15b9] = "\x35\x1b", + [0x15ba] = "\x35\x1c", [0x15bb] = "\x35\x1d", [0x15bc] = "\x35\x1e", + [0x15bd] = "\x35\x1f", [0x15be] = "\x35\x20", [0x15bf] = "\x35\x21", + [0x15c0] = "\x35\x22", [0x15c1] = "\x35\x23", [0x15c2] = "\x35\x24", + [0x15c3] = "\x35\x25", [0x15c4] = "\x35\x26", [0x15c5] = "\x35\x27", + [0x15c6] = "\x35\x28", [0x15c7] = "\x35\x29", [0x15c8] = "\x35\x2a", + [0x15c9] = "\x35\x2b", [0x15ca] = "\x35\x2c", [0x15cb] = "\x35\x2d", + [0x15cc] = "\x35\x2e", [0x15cd] = "\x35\x2f", [0x15ce] = "\x35\x30", + [0x15cf] = "\x35\x31", [0x15d0] = "\x35\x32", [0x15d1] = "\x35\x33", + [0x15d2] = "\x35\x34", [0x15d3] = "\x35\x35", [0x15d4] = "\x35\x36", + [0x15d5] = "\x35\x37", [0x15d6] = "\x35\x38", [0x15d7] = "\x35\x39", + [0x15d8] = "\x35\x3a", [0x15d9] = "\x35\x3b", [0x15da] = "\x35\x3c", + [0x15db] = "\x35\x3d", [0x15dc] = "\x35\x3e", [0x15dd] = "\x35\x3f", + [0x15de] = "\x35\x40", [0x15df] = "\x35\x41", [0x15e0] = "\x35\x42", + [0x15e1] = "\x35\x43", [0x15e2] = "\x35\x44", [0x15e3] = "\x35\x45", + [0x15e4] = "\x35\x46", [0x15e5] = "\x35\x47", [0x15e6] = "\x35\x48", + [0x15e7] = "\x35\x49", [0x15e8] = "\x35\x4a", [0x15e9] = "\x35\x4b", + [0x15ea] = "\x35\x4c", [0x15eb] = "\x35\x4d", [0x15ec] = "\x35\x4e", + [0x15ed] = "\x35\x4f", [0x15ee] = "\x35\x50", [0x15ef] = "\x35\x51", + [0x15f0] = "\x35\x52", [0x15f1] = "\x35\x53", [0x15f2] = "\x35\x54", + [0x15f3] = "\x35\x55", [0x15f4] = "\x35\x56", [0x15f5] = "\x35\x57", + [0x15f6] = "\x35\x58", [0x15f7] = "\x35\x59", [0x15f8] = "\x35\x5a", + [0x15f9] = "\x35\x5b", [0x15fa] = "\x35\x5c", [0x15fb] = "\x35\x5d", + [0x15fc] = "\x35\x5e", [0x15fd] = "\x35\x5f", [0x15fe] = "\x35\x60", + [0x15ff] = "\x35\x61", [0x1600] = "\x35\x62", [0x1601] = "\x35\x63", + [0x1602] = "\x35\x64", [0x1603] = "\x35\x65", [0x1604] = "\x35\x66", + [0x1605] = "\x35\x67", [0x1606] = "\x35\x68", [0x1607] = "\x35\x69", + [0x1608] = "\x35\x6a", [0x1609] = "\x35\x6b", [0x160a] = "\x35\x6c", + [0x160b] = "\x35\x6d", [0x160c] = "\x35\x6e", [0x160d] = "\x35\x6f", + [0x160e] = "\x35\x70", [0x160f] = "\x35\x71", [0x1610] = "\x35\x72", + [0x1611] = "\x35\x73", [0x1612] = "\x35\x74", [0x1613] = "\x35\x75", + [0x1614] = "\x35\x76", [0x1615] = "\x35\x77", [0x1616] = "\x35\x78", + [0x1617] = "\x35\x79", [0x1618] = "\x35\x7a", [0x1619] = "\x35\x7b", + [0x161a] = "\x35\x7c", [0x161b] = "\x35\x7d", [0x161c] = "\x35\x7e", + [0x161d] = "\x35\x7f", [0x161e] = "\x35\x80", [0x161f] = "\x35\x81", + [0x1620] = "\x35\x82", [0x1621] = "\x35\x83", [0x1622] = "\x35\x84", + [0x1623] = "\x35\x85", [0x1624] = "\x35\x86", [0x1625] = "\x35\x87", + [0x1626] = "\x35\x88", [0x1627] = "\x35\x89", [0x1628] = "\x35\x8a", + [0x1629] = "\x35\x8b", [0x162a] = "\x35\x8c", [0x162b] = "\x35\x8d", + [0x162c] = "\x35\x8e", [0x162d] = "\x35\x8f", [0x162e] = "\x35\x90", + [0x162f] = "\x35\x91", [0x1630] = "\x35\x92", [0x1631] = "\x35\x93", + [0x1632] = "\x35\x94", [0x1633] = "\x35\x95", [0x1634] = "\x35\x96", + [0x1635] = "\x35\x97", [0x1636] = "\x35\x98", [0x1637] = "\x35\x99", + [0x1638] = "\x35\x9a", [0x1639] = "\x35\x9b", [0x163a] = "\x35\x9c", + [0x163b] = "\x35\x9d", [0x163c] = "\x35\x9e", [0x163d] = "\x35\x9f", + [0x163e] = "\x35\xa0", [0x163f] = "\x35\xa1", [0x1640] = "\x35\xa2", + [0x1641] = "\x35\xa3", [0x1642] = "\x35\xa4", [0x1643] = "\x35\xa5", + [0x1644] = "\x35\xa6", [0x1645] = "\x35\xa7", [0x1646] = "\x35\xa8", + [0x1647] = "\x35\xa9", [0x1648] = "\x35\xaa", [0x1649] = "\x35\xab", + [0x164a] = "\x35\xac", [0x164b] = "\x35\xad", [0x164c] = "\x35\xae", + [0x164d] = "\x35\xaf", [0x164e] = "\x35\xb0", [0x164f] = "\x35\xb1", + [0x1650] = "\x35\xb2", [0x1651] = "\x35\xb3", [0x1652] = "\x35\xb4", + [0x1653] = "\x35\xb5", [0x1654] = "\x35\xb6", [0x1655] = "\x35\xb7", + [0x1656] = "\x35\xb8", [0x1657] = "\x35\xb9", [0x1658] = "\x35\xba", + [0x1659] = "\x35\xbb", [0x165a] = "\x35\xbc", [0x165b] = "\x35\xbd", + [0x165c] = "\x35\xbe", [0x165d] = "\x35\xbf", [0x165e] = "\x35\xc0", + [0x165f] = "\x35\xc1", [0x1660] = "\x35\xc2", [0x1661] = "\x35\xc3", + [0x1662] = "\x35\xc4", [0x1663] = "\x35\xc5", [0x1664] = "\x35\xc6", + [0x1665] = "\x35\xc7", [0x1666] = "\x35\xc8", [0x1667] = "\x35\xc9", + [0x1668] = "\x35\xca", [0x1669] = "\x35\xcb", [0x166a] = "\x35\xcc", + [0x166b] = "\x35\xcd", [0x166c] = "\x35\xce", [0x166d] = "\x35\xcf", + [0x166e] = "\x35\xd0", [0x166f] = "\x35\xd1", [0x1670] = "\x35\xd2", + [0x1671] = "\x35\xd3", [0x1672] = "\x35\xd4", [0x1673] = "\x35\xd5", + [0x1674] = "\x35\xd6", [0x1675] = "\x35\xd7", [0x1676] = "\x35\xd8", + [0x1677] = "\x35\xd9", [0x1678] = "\x35\xda", [0x1679] = "\x35\xdb", + [0x167a] = "\x35\xdc", [0x167b] = "\x35\xdd", [0x167c] = "\x35\xde", + [0x167d] = "\x35\xdf", [0x167e] = "\x35\xe0", [0x167f] = "\x35\xe1", + [0x1680] = "\x35\xe2", [0x1681] = "\x35\xe3", [0x1682] = "\x35\xe4", + [0x1683] = "\x35\xe5", [0x1684] = "\x35\xe6", [0x1685] = "\x35\xe7", + [0x1686] = "\x35\xe8", [0x1687] = "\x35\xe9", [0x1688] = "\x35\xea", + [0x1689] = "\x35\xeb", [0x168a] = "\x35\xec", [0x168b] = "\x35\xed", + [0x168c] = "\x35\xee", [0x168d] = "\x35\xef", [0x168e] = "\x35\xf0", + [0x168f] = "\x35\xf1", [0x1690] = "\x35\xf2", [0x1691] = "\x35\xf3", + [0x1692] = "\x35\xf4", [0x1693] = "\x35\xf5", [0x1694] = "\x35\xf6", + [0x1695] = "\x35\xf7", [0x1696] = "\x35\xf8", [0x1697] = "\x35\xf9", + [0x1698] = "\x35\xfa", [0x1699] = "\x35\xfb", [0x169a] = "\x35\xfc", + [0x169b] = "\x35\xfd", [0x169c] = "\x35\xfe", [0x169d] = "\x35\xff", + [0x169e] = "\x36\x00", [0x169f] = "\x36\x01", [0x16a0] = "\x36\x02", + [0x16a1] = "\x36\x03", [0x16a2] = "\x36\x04", [0x16a3] = "\x36\x05", + [0x16a4] = "\x36\x06", [0x16a5] = "\x36\x07", [0x16a6] = "\x36\x08", + [0x16a7] = "\x36\x09", [0x16a8] = "\x36\x0a", [0x16a9] = "\x36\x0b", + [0x16aa] = "\x36\x0c", [0x16ab] = "\x36\x0d", [0x16ac] = "\x36\x0e", + [0x16ad] = "\x36\x0f", [0x16ae] = "\x36\x10", [0x16af] = "\x36\x11", + [0x16b0] = "\x36\x12", [0x16b1] = "\x36\x13", [0x16b2] = "\x36\x14", + [0x16b3] = "\x36\x15", [0x16b4] = "\x36\x16", [0x16b5] = "\x36\x17", + [0x16b6] = "\x36\x18", [0x16b7] = "\x36\x19", [0x16b8] = "\x36\x1a", + [0x16b9] = "\x36\x1b", [0x16ba] = "\x36\x1c", [0x16bb] = "\x36\x1d", + [0x16bc] = "\x36\x1e", [0x16bd] = "\x36\x1f", [0x16be] = "\x36\x20", + [0x16bf] = "\x36\x21", [0x16c0] = "\x36\x22", [0x16c1] = "\x36\x23", + [0x16c2] = "\x36\x24", [0x16c3] = "\x36\x25", [0x16c4] = "\x36\x26", + [0x16c5] = "\x36\x27", [0x16c6] = "\x36\x28", [0x16c7] = "\x36\x29", + [0x16c8] = "\x36\x2a", [0x16c9] = "\x36\x2b", [0x16ca] = "\x36\x2c", + [0x16cb] = "\x36\x2d", [0x16cc] = "\x36\x2e", [0x16cd] = "\x36\x2f", + [0x16ce] = "\x36\x30", [0x16cf] = "\x36\x31", [0x16d0] = "\x36\x32", + [0x16d1] = "\x36\x33", [0x16d2] = "\x36\x34", [0x16d3] = "\x36\x35", + [0x16d4] = "\x36\x36", [0x16d5] = "\x36\x37", [0x16d6] = "\x36\x38", + [0x16d7] = "\x36\x39", [0x16d8] = "\x36\x3a", [0x16d9] = "\x36\x3b", + [0x16da] = "\x36\x3c", [0x16db] = "\x36\x3d", [0x16dc] = "\x36\x3e", + [0x16dd] = "\x36\x3f", [0x16de] = "\x36\x40", [0x16df] = "\x36\x41", + [0x16e0] = "\x36\x42", [0x16e1] = "\x36\x43", [0x16e2] = "\x36\x44", + [0x16e3] = "\x36\x45", [0x16e4] = "\x36\x46", [0x16e5] = "\x36\x47", + [0x16e6] = "\x36\x48", [0x16e7] = "\x36\x49", [0x16e8] = "\x36\x4a", + [0x16e9] = "\x36\x4b", [0x16ea] = "\x36\x4c", [0x16eb] = "\x36\x4d", + [0x16ec] = "\x36\x4e", [0x16ed] = "\x36\x4f", [0x16ee] = "\x36\x50", + [0x16ef] = "\x36\x51", [0x16f0] = "\x36\x52", [0x16f1] = "\x36\x53", + [0x16f2] = "\x36\x54", [0x16f3] = "\x36\x55", [0x16f4] = "\x36\x56", + [0x16f5] = "\x36\x57", [0x16f6] = "\x36\x58", [0x16f7] = "\x36\x59", + [0x16f8] = "\x36\x5a", [0x16f9] = "\x36\x5b", [0x16fa] = "\x36\x5c", + [0x16fb] = "\x36\x5d", [0x16fc] = "\x36\x5e", [0x16fd] = "\x36\x5f", + [0x16fe] = "\x36\x60", [0x16ff] = "\x36\x61", [0x1700] = "\x36\x62", + [0x1701] = "\x36\x63", [0x1702] = "\x36\x64", [0x1703] = "\x36\x65", + [0x1704] = "\x36\x66", [0x1705] = "\x36\x67", [0x1706] = "\x36\x68", + [0x1707] = "\x36\x69", [0x1708] = "\x36\x6a", [0x1709] = "\x36\x6b", + [0x170a] = "\x36\x6c", [0x170b] = "\x36\x6d", [0x170c] = "\x36\x6e", + [0x170d] = "\x36\x6f", [0x170e] = "\x36\x70", [0x170f] = "\x36\x71", + [0x1710] = "\x36\x72", [0x1711] = "\x36\x73", [0x1712] = "\x36\x74", + [0x1713] = "\x36\x75", [0x1714] = "\x36\x76", [0x1715] = "\x36\x77", + [0x1716] = "\x36\x78", [0x1717] = "\x36\x79", [0x1718] = "\x36\x7a", + [0x1719] = "\x36\x7b", [0x171a] = "\x36\x7c", [0x171b] = "\x36\x7d", + [0x171c] = "\x36\x7e", [0x171d] = "\x36\x7f", [0x171e] = "\x36\x80", + [0x171f] = "\x36\x81", [0x1720] = "\x36\x82", [0x1721] = "\x36\x83", + [0x1722] = "\x36\x84", [0x1723] = "\x36\x85", [0x1724] = "\x36\x86", + [0x1725] = "\x36\x87", [0x1726] = "\x36\x88", [0x1727] = "\x36\x89", + [0x1728] = "\x36\x8a", [0x1729] = "\x36\x8b", [0x172a] = "\x36\x8c", + [0x172b] = "\x36\x8d", [0x172c] = "\x36\x8e", [0x172d] = "\x36\x8f", + [0x172e] = "\x36\x90", [0x172f] = "\x36\x91", [0x1730] = "\x36\x92", + [0x1731] = "\x36\x93", [0x1732] = "\x36\x94", [0x1733] = "\x36\x95", + [0x1734] = "\x36\x96", [0x1735] = "\x36\x97", [0x1736] = "\x36\x98", + [0x1737] = "\x36\x99", [0x1738] = "\x36\x9a", [0x1739] = "\x36\x9b", + [0x173a] = "\x36\x9c", [0x173b] = "\x36\x9d", [0x173c] = "\x36\x9e", + [0x173d] = "\x36\x9f", [0x173e] = "\x36\xa0", [0x173f] = "\x36\xa1", + [0x1740] = "\x36\xa2", [0x1741] = "\x36\xa3", [0x1742] = "\x36\xa4", + [0x1743] = "\x36\xa5", [0x1744] = "\x36\xa6", [0x1745] = "\x36\xa7", + [0x1746] = "\x36\xa8", [0x1747] = "\x36\xa9", [0x1748] = "\x36\xaa", + [0x1749] = "\x36\xab", [0x174a] = "\x36\xac", [0x174b] = "\x36\xad", + [0x174c] = "\x36\xae", [0x174d] = "\x36\xaf", [0x174e] = "\x36\xb0", + [0x174f] = "\x36\xb1", [0x1750] = "\x36\xb2", [0x1751] = "\x36\xb3", + [0x1752] = "\x36\xb4", [0x1753] = "\x36\xb5", [0x1754] = "\x36\xb6", + [0x1755] = "\x36\xb7", [0x1756] = "\x36\xb8", [0x1757] = "\x36\xb9", + [0x1758] = "\x36\xba", [0x1759] = "\x36\xbb", [0x175a] = "\x36\xbc", + [0x175b] = "\x36\xbd", [0x175c] = "\x36\xbe", [0x175d] = "\x36\xbf", + [0x175e] = "\x36\xc0", [0x175f] = "\x36\xc1", [0x1760] = "\x36\xc2", + [0x1761] = "\x36\xc3", [0x1762] = "\x36\xc4", [0x1763] = "\x36\xc5", + [0x1764] = "\x36\xc6", [0x1765] = "\x36\xc7", [0x1766] = "\x36\xc8", + [0x1767] = "\x36\xc9", [0x1768] = "\x36\xca", [0x1769] = "\x36\xcb", + [0x176a] = "\x36\xcc", [0x176b] = "\x36\xcd", [0x176c] = "\x36\xce", + [0x176d] = "\x36\xcf", [0x176e] = "\x36\xd0", [0x176f] = "\x36\xd1", + [0x1770] = "\x36\xd2", [0x1771] = "\x36\xd3", [0x1772] = "\x36\xd4", + [0x1773] = "\x36\xd5", [0x1774] = "\x36\xd6", [0x1775] = "\x36\xd7", + [0x1776] = "\x36\xd8", [0x1777] = "\x36\xd9", [0x1778] = "\x36\xda", + [0x1779] = "\x36\xdb", [0x177a] = "\x36\xdc", [0x177b] = "\x36\xdd", + [0x177c] = "\x36\xde", [0x177d] = "\x36\xdf", [0x177e] = "\x36\xe0", + [0x177f] = "\x36\xe1", [0x1780] = "\x36\xe2", [0x1781] = "\x36\xe3", + [0x1782] = "\x36\xe4", [0x1783] = "\x36\xe5", [0x1784] = "\x36\xe6", + [0x1785] = "\x36\xe7", [0x1786] = "\x36\xe8", [0x1787] = "\x36\xe9", + [0x1788] = "\x36\xea", [0x1789] = "\x36\xeb", [0x178a] = "\x36\xec", + [0x178b] = "\x36\xed", [0x178c] = "\x36\xee", [0x178d] = "\x36\xef", + [0x178e] = "\x36\xf0", [0x178f] = "\x36\xf1", [0x1790] = "\x36\xf2", + [0x1791] = "\x36\xf3", [0x1792] = "\x36\xf4", [0x1793] = "\x36\xf5", + [0x1794] = "\x36\xf6", [0x1795] = "\x36\xf7", [0x1796] = "\x36\xf8", + [0x1797] = "\x36\xf9", [0x1798] = "\x36\xfa", [0x1799] = "\x36\xfb", + [0x179a] = "\x36\xfc", [0x179b] = "\x36\xfd", [0x179c] = "\x36\xfe", + [0x179d] = "\x36\xff", [0x179e] = "\x37\x00", [0x179f] = "\x37\x01", + [0x17a0] = "\x37\x02", [0x17a1] = "\x37\x03", [0x17a2] = "\x37\x04", + [0x17a3] = "\x37\x05", [0x17a4] = "\x37\x06", [0x17a5] = "\x37\x07", + [0x17a6] = "\x37\x08", [0x17a7] = "\x37\x09", [0x17a8] = "\x37\x0a", + [0x17a9] = "\x37\x0b", [0x17aa] = "\x37\x0c", [0x17ab] = "\x37\x0d", + [0x17ac] = "\x37\x0e", [0x17ad] = "\x37\x0f", [0x17ae] = "\x37\x10", + [0x17af] = "\x37\x11", [0x17b0] = "\x37\x12", [0x17b1] = "\x37\x13", + [0x17b2] = "\x37\x14", [0x17b3] = "\x37\x15", [0x17b4] = "\x37\x16", + [0x17b5] = "\x37\x17", [0x17b6] = "\x37\x18", [0x17b7] = "\x37\x19", + [0x17b8] = "\x37\x1a", [0x17b9] = "\x37\x1b", [0x17ba] = "\x37\x1c", + [0x17bb] = "\x37\x1d", [0x17bc] = "\x37\x1e", [0x17bd] = "\x37\x1f", + [0x17be] = "\x37\x20", [0x17bf] = "\x37\x21", [0x17c0] = "\x37\x22", + [0x17c1] = "\x37\x23", [0x17c2] = "\x37\x24", [0x17c3] = "\x37\x25", + [0x17c4] = "\x37\x26", [0x17c5] = "\x37\x27", [0x17c6] = "\x37\x28", + [0x17c7] = "\x37\x29", [0x17c8] = "\x37\x2a", [0x17c9] = "\x37\x2b", + [0x17ca] = "\x37\x2c", [0x17cb] = "\x37\x2d", [0x17cc] = "\x37\x2e", + [0x17cd] = "\x37\x2f", [0x17ce] = "\x37\x30", [0x17cf] = "\x37\x31", + [0x17d0] = "\x37\x32", [0x17d1] = "\x37\x33", [0x17d2] = "\x37\x34", + [0x17d3] = "\x37\x35", [0x17d4] = "\x37\x36", [0x17d5] = "\x37\x37", + [0x17d6] = "\x37\x38", [0x17d7] = "\x37\x39", [0x17d8] = "\x37\x3a", + [0x17d9] = "\x37\x3b", [0x17da] = "\x37\x3c", [0x17db] = "\x37\x3d", + [0x17dc] = "\x37\x3e", [0x17dd] = "\x37\x3f", [0x17de] = "\x37\x40", + [0x17df] = "\x37\x41", [0x17e0] = "\x37\x42", [0x17e1] = "\x37\x43", + [0x17e2] = "\x37\x44", [0x17e3] = "\x37\x45", [0x17e4] = "\x37\x46", + [0x17e5] = "\x37\x47", [0x17e6] = "\x37\x48", [0x17e7] = "\x37\x49", + [0x17e8] = "\x37\x4a", [0x17e9] = "\x37\x4b", [0x17ea] = "\x37\x4c", + [0x17eb] = "\x37\x4d", [0x17ec] = "\x37\x4e", [0x17ed] = "\x37\x4f", + [0x17ee] = "\x37\x50", [0x17ef] = "\x37\x51", [0x17f0] = "\x37\x52", + [0x17f1] = "\x37\x53", [0x17f2] = "\x37\x54", [0x17f3] = "\x37\x55", + [0x17f4] = "\x37\x56", [0x17f5] = "\x37\x57", [0x17f6] = "\x37\x58", + [0x17f7] = "\x37\x59", [0x17f8] = "\x37\x5a", [0x17f9] = "\x37\x5b", + [0x17fa] = "\x37\x5c", [0x17fb] = "\x37\x5d", [0x17fc] = "\x37\x5e", + [0x17fd] = "\x37\x5f", [0x17fe] = "\x37\x60", [0x17ff] = "\x37\x61", + [0x1800] = "\x37\x62", [0x1801] = "\x37\x63", [0x1802] = "\x37\x64", + [0x1803] = "\x37\x65", [0x1804] = "\x37\x66", [0x1805] = "\x37\x67", + [0x1806] = "\x37\x68", [0x1807] = "\x37\x69", [0x1808] = "\x37\x6a", + [0x1809] = "\x37\x6b", [0x180a] = "\x37\x6c", [0x180b] = "\x37\x6d", + [0x180c] = "\x37\x6e", [0x180d] = "\x37\x6f", [0x180e] = "\x37\x70", + [0x180f] = "\x37\x71", [0x1810] = "\x37\x72", [0x1811] = "\x37\x73", + [0x1812] = "\x37\x74", [0x1813] = "\x37\x75", [0x1814] = "\x37\x76", + [0x1815] = "\x37\x77", [0x1816] = "\x37\x78", [0x1817] = "\x37\x79", + [0x1818] = "\x37\x7a", [0x1819] = "\x37\x7b", [0x181a] = "\x37\x7c", + [0x181b] = "\x37\x7d", [0x181c] = "\x37\x7e", [0x181d] = "\x37\x7f", + [0x181e] = "\x37\x80", [0x181f] = "\x37\x81", [0x1820] = "\x37\x82", + [0x1821] = "\x37\x83", [0x1822] = "\x37\x84", [0x1823] = "\x37\x85", + [0x1824] = "\x37\x86", [0x1825] = "\x37\x87", [0x1826] = "\x37\x88", + [0x1827] = "\x37\x89", [0x1828] = "\x37\x8a", [0x1829] = "\x37\x8b", + [0x182a] = "\x37\x8c", [0x182b] = "\x37\x8d", [0x182c] = "\x37\x8e", + [0x182d] = "\x37\x8f", [0x182e] = "\x37\x90", [0x182f] = "\x37\x91", + [0x1830] = "\x37\x92", [0x1831] = "\x37\x93", [0x1832] = "\x37\x94", + [0x1833] = "\x37\x95", [0x1834] = "\x37\x96", [0x1835] = "\x37\x97", + [0x1836] = "\x37\x98", [0x1837] = "\x37\x99", [0x1838] = "\x37\x9a", + [0x1839] = "\x37\x9b", [0x183a] = "\x37\x9c", [0x183b] = "\x37\x9d", + [0x183c] = "\x37\x9e", [0x183d] = "\x37\x9f", [0x183e] = "\x37\xa0", + [0x183f] = "\x37\xa1", [0x1840] = "\x37\xa2", [0x1841] = "\x37\xa3", + [0x1842] = "\x37\xa4", [0x1843] = "\x37\xa5", [0x1844] = "\x37\xa6", + [0x1845] = "\x37\xa7", [0x1846] = "\x37\xa8", [0x1847] = "\x37\xa9", + [0x1848] = "\x37\xaa", [0x1849] = "\x37\xab", [0x184a] = "\x37\xac", + [0x184b] = "\x37\xad", [0x184c] = "\x37\xae", [0x184d] = "\x37\xaf", + [0x184e] = "\x37\xb0", [0x184f] = "\x37\xb1", [0x1850] = "\x37\xb2", + [0x1851] = "\x37\xb3", [0x1852] = "\x37\xb4", [0x1853] = "\x37\xb5", + [0x1854] = "\x37\xb6", [0x1855] = "\x37\xb7", [0x1856] = "\x37\xb8", + [0x1857] = "\x37\xb9", [0x1858] = "\x37\xba", [0x1859] = "\x37\xbb", + [0x185a] = "\x37\xbc", [0x185b] = "\x37\xbd", [0x185c] = "\x37\xbe", + [0x185d] = "\x37\xbf", [0x185e] = "\x37\xc0", [0x185f] = "\x37\xc1", + [0x1860] = "\x37\xc2", [0x1861] = "\x37\xc3", [0x1862] = "\x37\xc4", + [0x1863] = "\x37\xc5", [0x1864] = "\x37\xc6", [0x1865] = "\x37\xc7", + [0x1866] = "\x37\xc8", [0x1867] = "\x37\xc9", [0x1868] = "\x37\xca", + [0x1869] = "\x37\xcb", [0x186a] = "\x37\xcc", [0x186b] = "\x37\xcd", + [0x186c] = "\x37\xce", [0x186d] = "\x37\xcf", [0x186e] = "\x37\xd0", + [0x186f] = "\x37\xd1", [0x1870] = "\x37\xd2", [0x1871] = "\x37\xd3", + [0x1872] = "\x37\xd4", [0x1873] = "\x37\xd5", [0x1874] = "\x37\xd6", + [0x1875] = "\x37\xd7", [0x1876] = "\x37\xd8", [0x1877] = "\x37\xd9", + [0x1878] = "\x37\xda", [0x1879] = "\x37\xdb", [0x187a] = "\x37\xdc", + [0x187b] = "\x37\xdd", [0x187c] = "\x37\xde", [0x187d] = "\x37\xdf", + [0x187e] = "\x37\xe0", [0x187f] = "\x37\xe1", [0x1880] = "\x37\xe2", + [0x1881] = "\x37\xe3", [0x1882] = "\x37\xe4", [0x1883] = "\x37\xe5", + [0x1884] = "\x37\xe6", [0x1885] = "\x37\xe7", [0x1886] = "\x37\xe8", + [0x1887] = "\x37\xe9", [0x1888] = "\x37\xea", [0x1889] = "\x37\xeb", + [0x188a] = "\x37\xec", [0x188b] = "\x37\xed", [0x188c] = "\x37\xee", + [0x188d] = "\x37\xef", [0x188e] = "\x37\xf0", [0x188f] = "\x37\xf1", + [0x1890] = "\x37\xf2", [0x1891] = "\x37\xf3", [0x1892] = "\x37\xf4", + [0x1893] = "\x37\xf5", [0x1894] = "\x37\xf6", [0x1895] = "\x37\xf7", + [0x1896] = "\x37\xf8", [0x1897] = "\x37\xf9", [0x1898] = "\x37\xfa", + [0x1899] = "\x37\xfb", [0x189a] = "\x37\xfc", [0x189b] = "\x37\xfd", + [0x189c] = "\x37\xfe", [0x189d] = "\x37\xff", [0x189e] = "\x38\x00", + [0x189f] = "\x38\x01", [0x18a0] = "\x38\x02", [0x18a1] = "\x38\x03", + [0x18a2] = "\x38\x04", [0x18a3] = "\x38\x05", [0x18a4] = "\x38\x06", + [0x18a5] = "\x38\x07", [0x18a6] = "\x38\x08", [0x18a7] = "\x38\x09", + [0x18a8] = "\x38\x0a", [0x18a9] = "\x38\x0b", [0x18aa] = "\x38\x0c", + [0x18ab] = "\x38\x0d", [0x18ac] = "\x38\x0e", [0x18ad] = "\x38\x0f", + [0x18ae] = "\x38\x10", [0x18af] = "\x38\x11", [0x18b0] = "\x38\x12", + [0x18b1] = "\x38\x13", [0x18b2] = "\x38\x14", [0x18b3] = "\x38\x15", + [0x18b4] = "\x38\x16", [0x18b5] = "\x38\x17", [0x18b6] = "\x38\x18", + [0x18b7] = "\x38\x19", [0x18b8] = "\x38\x1a", [0x18b9] = "\x38\x1b", + [0x18ba] = "\x38\x1c", [0x18bb] = "\x38\x1d", [0x18bc] = "\x38\x1e", + [0x18bd] = "\x38\x1f", [0x18be] = "\x38\x20", [0x18bf] = "\x38\x21", + [0x18c0] = "\x38\x22", [0x18c1] = "\x38\x23", [0x18c2] = "\x38\x24", + [0x18c3] = "\x38\x25", [0x18c4] = "\x38\x26", [0x18c5] = "\x38\x27", + [0x18c6] = "\x38\x28", [0x18c7] = "\x38\x29", [0x18c8] = "\x38\x2a", + [0x18c9] = "\x38\x2b", [0x18ca] = "\x38\x2c", [0x18cb] = "\x38\x2d", + [0x18cc] = "\x38\x2e", [0x18cd] = "\x38\x2f", [0x18ce] = "\x38\x30", + [0x18cf] = "\x38\x31", [0x18d0] = "\x38\x32", [0x18d1] = "\x38\x33", + [0x18d2] = "\x38\x34", [0x18d3] = "\x38\x35", [0x18d4] = "\x38\x36", + [0x18d5] = "\x38\x37", [0x18d6] = "\x38\x38", [0x18d7] = "\x38\x39", + [0x18d8] = "\x38\x3a", [0x18d9] = "\x38\x3b", [0x18da] = "\x38\x3c", + [0x18db] = "\x38\x3d", [0x18dc] = "\x38\x3e", [0x18dd] = "\x38\x3f", + [0x18de] = "\x38\x40", [0x18df] = "\x38\x41", [0x18e0] = "\x38\x42", + [0x18e1] = "\x38\x43", [0x18e2] = "\x38\x44", [0x18e3] = "\x38\x45", + [0x18e4] = "\x38\x46", [0x18e5] = "\x38\x47", [0x18e6] = "\x38\x48", + [0x18e7] = "\x38\x49", [0x18e8] = "\x38\x4a", [0x18e9] = "\x38\x4b", + [0x18ea] = "\x38\x4c", [0x18eb] = "\x38\x4d", [0x18ec] = "\x38\x4e", + [0x18ed] = "\x38\x4f", [0x18ee] = "\x38\x50", [0x18ef] = "\x38\x51", + [0x18f0] = "\x38\x52", [0x18f1] = "\x38\x53", [0x18f2] = "\x38\x54", + [0x18f3] = "\x38\x55", [0x18f4] = "\x38\x56", [0x18f5] = "\x38\x57", + [0x18f6] = "\x38\x58", [0x18f7] = "\x38\x59", [0x18f8] = "\x38\x5a", + [0x18f9] = "\x38\x5b", [0x18fa] = "\x38\x5c", [0x18fb] = "\x38\x5d", + [0x18fc] = "\x38\x5e", [0x18fd] = "\x38\x5f", [0x18fe] = "\x38\x60", + [0x18ff] = "\x38\x61", [0x1900] = "\x38\x62", [0x1901] = "\x38\x63", + [0x1902] = "\x38\x64", [0x1903] = "\x38\x65", [0x1904] = "\x38\x66", + [0x1905] = "\x38\x67", [0x1906] = "\x38\x68", [0x1907] = "\x38\x69", + [0x1908] = "\x38\x6a", [0x1909] = "\x38\x6b", [0x190a] = "\x38\x6c", + [0x190b] = "\x38\x6d", [0x190c] = "\x38\x6e", [0x190d] = "\x38\x6f", + [0x190e] = "\x38\x70", [0x190f] = "\x38\x71", [0x1910] = "\x38\x72", + [0x1911] = "\x38\x73", [0x1912] = "\x38\x74", [0x1913] = "\x38\x75", + [0x1914] = "\x38\x76", [0x1915] = "\x38\x77", [0x1916] = "\x38\x78", + [0x1917] = "\x38\x79", [0x1918] = "\x38\x7a", [0x1919] = "\x38\x7b", + [0x191a] = "\x38\x7c", [0x191b] = "\x38\x7d", [0x191c] = "\x38\x7e", + [0x191d] = "\x38\x7f", [0x191e] = "\x38\x80", [0x191f] = "\x38\x81", + [0x1920] = "\x38\x82", [0x1921] = "\x38\x83", [0x1922] = "\x38\x84", + [0x1923] = "\x38\x85", [0x1924] = "\x38\x86", [0x1925] = "\x38\x87", + [0x1926] = "\x38\x88", [0x1927] = "\x38\x89", [0x1928] = "\x38\x8a", + [0x1929] = "\x38\x8b", [0x192a] = "\x38\x8c", [0x192b] = "\x38\x8d", + [0x192c] = "\x38\x8e", [0x192d] = "\x38\x8f", [0x192e] = "\x38\x90", + [0x192f] = "\x38\x91", [0x1930] = "\x38\x92", [0x1931] = "\x38\x93", + [0x1932] = "\x38\x94", [0x1933] = "\x38\x95", [0x1934] = "\x38\x96", + [0x1935] = "\x38\x97", [0x1936] = "\x38\x98", [0x1937] = "\x38\x99", + [0x1938] = "\x38\x9a", [0x1939] = "\x38\x9b", [0x193a] = "\x38\x9c", + [0x193b] = "\x38\x9d", [0x193c] = "\x38\x9e", [0x193d] = "\x38\x9f", + [0x193e] = "\x38\xa0", [0x193f] = "\x38\xa1", [0x1940] = "\x38\xa2", + [0x1941] = "\x38\xa3", [0x1942] = "\x38\xa4", [0x1943] = "\x38\xa5", + [0x1944] = "\x38\xa6", [0x1945] = "\x38\xa7", [0x1946] = "\x38\xa8", + [0x1947] = "\x38\xa9", [0x1948] = "\x38\xaa", [0x1949] = "\x38\xab", + [0x194a] = "\x38\xac", [0x194b] = "\x38\xad", [0x194c] = "\x38\xae", + [0x194d] = "\x38\xaf", [0x194e] = "\x38\xb0", [0x194f] = "\x38\xb1", + [0x1950] = "\x38\xb2", [0x1951] = "\x38\xb3", [0x1952] = "\x38\xb4", + [0x1953] = "\x38\xb5", [0x1954] = "\x38\xb6", [0x1955] = "\x38\xb7", + [0x1956] = "\x38\xb8", [0x1957] = "\x38\xb9", [0x1958] = "\x38\xba", + [0x1959] = "\x38\xbb", [0x195a] = "\x38\xbc", [0x195b] = "\x38\xbd", + [0x195c] = "\x38\xbe", [0x195d] = "\x38\xbf", [0x195e] = "\x38\xc0", + [0x195f] = "\x38\xc1", [0x1960] = "\x38\xc2", [0x1961] = "\x38\xc3", + [0x1962] = "\x38\xc4", [0x1963] = "\x38\xc5", [0x1964] = "\x38\xc6", + [0x1965] = "\x38\xc7", [0x1966] = "\x38\xc8", [0x1967] = "\x38\xc9", + [0x1968] = "\x38\xca", [0x1969] = "\x38\xcb", [0x196a] = "\x38\xcc", + [0x196b] = "\x38\xcd", [0x196c] = "\x38\xce", [0x196d] = "\x38\xcf", + [0x196e] = "\x38\xd0", [0x196f] = "\x38\xd1", [0x1970] = "\x38\xd2", + [0x1971] = "\x38\xd3", [0x1972] = "\x38\xd4", [0x1973] = "\x38\xd5", + [0x1974] = "\x38\xd6", [0x1975] = "\x38\xd7", [0x1976] = "\x38\xd8", + [0x1977] = "\x38\xd9", [0x1978] = "\x38\xda", [0x1979] = "\x38\xdb", + [0x197a] = "\x38\xdc", [0x197b] = "\x38\xdd", [0x197c] = "\x38\xde", + [0x197d] = "\x38\xdf", [0x197e] = "\x38\xe0", [0x197f] = "\x38\xe1", + [0x1980] = "\x38\xe2", [0x1981] = "\x38\xe3", [0x1982] = "\x38\xe4", + [0x1983] = "\x38\xe5", [0x1984] = "\x38\xe6", [0x1985] = "\x38\xe7", + [0x1986] = "\x38\xe8", [0x1987] = "\x38\xe9", [0x1988] = "\x38\xea", + [0x1989] = "\x38\xeb", [0x198a] = "\x38\xec", [0x198b] = "\x38\xed", + [0x198c] = "\x38\xee", [0x198d] = "\x38\xef", [0x198e] = "\x38\xf0", + [0x198f] = "\x38\xf1", [0x1990] = "\x38\xf2", [0x1991] = "\x38\xf3", + [0x1992] = "\x38\xf4", [0x1993] = "\x38\xf5", [0x1994] = "\x38\xf6", + [0x1995] = "\x38\xf7", [0x1996] = "\x38\xf8", [0x1997] = "\x38\xf9", + [0x1998] = "\x38\xfa", [0x1999] = "\x38\xfb", [0x199a] = "\x38\xfc", + [0x199b] = "\x38\xfd", [0x199c] = "\x38\xfe", [0x199d] = "\x38\xff", + [0x199e] = "\x39\x00", [0x199f] = "\x39\x01", [0x19a0] = "\x39\x02", + [0x19a1] = "\x39\x03", [0x19a2] = "\x39\x04", [0x19a3] = "\x39\x05", + [0x19a4] = "\x39\x06", [0x19a5] = "\x39\x07", [0x19a6] = "\x39\x08", + [0x19a7] = "\x39\x09", [0x19a8] = "\x39\x0a", [0x19a9] = "\x39\x0b", + [0x19aa] = "\x39\x0c", [0x19ab] = "\x39\x0d", [0x19ac] = "\x39\x0e", + [0x19ad] = "\x39\x0f", [0x19ae] = "\x39\x10", [0x19af] = "\x39\x11", + [0x19b0] = "\x39\x12", [0x19b1] = "\x39\x13", [0x19b2] = "\x39\x14", + [0x19b3] = "\x39\x15", [0x19b4] = "\x39\x16", [0x19b5] = "\x39\x17", + [0x19b6] = "\x39\x18", [0x19b7] = "\x39\x19", [0x19b8] = "\x39\x1a", + [0x19b9] = "\x39\x1b", [0x19ba] = "\x39\x1c", [0x19bb] = "\x39\x1d", + [0x19bc] = "\x39\x1e", [0x19bd] = "\x39\x1f", [0x19be] = "\x39\x20", + [0x19bf] = "\x39\x21", [0x19c0] = "\x39\x22", [0x19c1] = "\x39\x23", + [0x19c2] = "\x39\x24", [0x19c3] = "\x39\x25", [0x19c4] = "\x39\x26", + [0x19c5] = "\x39\x27", [0x19c6] = "\x39\x28", [0x19c7] = "\x39\x29", + [0x19c8] = "\x39\x2a", [0x19c9] = "\x39\x2b", [0x19ca] = "\x39\x2c", + [0x19cb] = "\x39\x2d", [0x19cc] = "\x39\x2e", [0x19cd] = "\x39\x2f", + [0x19ce] = "\x39\x30", [0x19cf] = "\x39\x31", [0x19d0] = "\x39\x32", + [0x19d1] = "\x39\x33", [0x19d2] = "\x39\x34", [0x19d3] = "\x39\x35", + [0x19d4] = "\x39\x36", [0x19d5] = "\x39\x37", [0x19d6] = "\x39\x38", + [0x19d7] = "\x39\x39", [0x19d8] = "\x39\x3a", [0x19d9] = "\x39\x3b", + [0x19da] = "\x39\x3c", [0x19db] = "\x39\x3d", [0x19dc] = "\x39\x3e", + [0x19dd] = "\x39\x3f", [0x19de] = "\x39\x40", [0x19df] = "\x39\x41", + [0x19e0] = "\x39\x42", [0x19e1] = "\x39\x43", [0x19e2] = "\x39\x44", + [0x19e3] = "\x39\x45", [0x19e4] = "\x39\x46", [0x19e5] = "\x39\x47", + [0x19e6] = "\x39\x48", [0x19e7] = "\x39\x49", [0x19e8] = "\x39\x4a", + [0x19e9] = "\x39\x4b", [0x19ea] = "\x39\x4c", [0x19eb] = "\x39\x4d", + [0x19ec] = "\x39\x4e", [0x19ed] = "\x39\x4f", [0x19ee] = "\x39\x50", + [0x19ef] = "\x39\x51", [0x19f0] = "\x39\x52", [0x19f1] = "\x39\x53", + [0x19f2] = "\x39\x54", [0x19f3] = "\x39\x55", [0x19f4] = "\x39\x56", + [0x19f5] = "\x39\x57", [0x19f6] = "\x39\x58", [0x19f7] = "\x39\x59", + [0x19f8] = "\x39\x5a", [0x19f9] = "\x39\x5b", [0x19fa] = "\x39\x5c", + [0x19fb] = "\x39\x5d", [0x19fc] = "\x39\x5e", [0x19fd] = "\x39\x5f", + [0x19fe] = "\x39\x60", [0x19ff] = "\x39\x61", [0x1a00] = "\x39\x62", + [0x1a01] = "\x39\x63", [0x1a02] = "\x39\x64", [0x1a03] = "\x39\x65", + [0x1a04] = "\x39\x66", [0x1a05] = "\x39\x67", [0x1a06] = "\x39\x68", + [0x1a07] = "\x39\x69", [0x1a08] = "\x39\x6a", [0x1a09] = "\x39\x6b", + [0x1a0a] = "\x39\x6c", [0x1a0b] = "\x39\x6d", [0x1a0c] = "\x39\x6e", + [0x1a0d] = "\x39\x6f", [0x1a0e] = "\x39\x70", [0x1a0f] = "\x39\x71", + [0x1a10] = "\x39\x72", [0x1a11] = "\x39\x73", [0x1a12] = "\x39\x74", + [0x1a13] = "\x39\x75", [0x1a14] = "\x39\x76", [0x1a15] = "\x39\x77", + [0x1a16] = "\x39\x78", [0x1a17] = "\x39\x79", [0x1a18] = "\x39\x7a", + [0x1a19] = "\x39\x7b", [0x1a1a] = "\x39\x7c", [0x1a1b] = "\x39\x7d", + [0x1a1c] = "\x39\x7e", [0x1a1d] = "\x39\x7f", [0x1a1e] = "\x39\x80", + [0x1a1f] = "\x39\x81", [0x1a20] = "\x39\x82", [0x1a21] = "\x39\x83", + [0x1a22] = "\x39\x84", [0x1a23] = "\x39\x85", [0x1a24] = "\x39\x86", + [0x1a25] = "\x39\x87", [0x1a26] = "\x39\x88", [0x1a27] = "\x39\x89", + [0x1a28] = "\x39\x8a", [0x1a29] = "\x39\x8b", [0x1a2a] = "\x39\x8c", + [0x1a2b] = "\x39\x8d", [0x1a2c] = "\x39\x8e", [0x1a2d] = "\x39\x8f", + [0x1a2e] = "\x39\x90", [0x1a2f] = "\x39\x91", [0x1a30] = "\x39\x92", + [0x1a31] = "\x39\x93", [0x1a32] = "\x39\x94", [0x1a33] = "\x39\x95", + [0x1a34] = "\x39\x96", [0x1a35] = "\x39\x97", [0x1a36] = "\x39\x98", + [0x1a37] = "\x39\x99", [0x1a38] = "\x39\x9a", [0x1a39] = "\x39\x9b", + [0x1a3a] = "\x39\x9c", [0x1a3b] = "\x39\x9d", [0x1a3c] = "\x39\x9e", + [0x1a3d] = "\x39\x9f", [0x1a3e] = "\x39\xa0", [0x1a3f] = "\x39\xa1", + [0x1a40] = "\x39\xa2", [0x1a41] = "\x39\xa3", [0x1a42] = "\x39\xa4", + [0x1a43] = "\x39\xa5", [0x1a44] = "\x39\xa6", [0x1a45] = "\x39\xa7", + [0x1a46] = "\x39\xa8", [0x1a47] = "\x39\xa9", [0x1a48] = "\x39\xaa", + [0x1a49] = "\x39\xab", [0x1a4a] = "\x39\xac", [0x1a4b] = "\x39\xad", + [0x1a4c] = "\x39\xae", [0x1a4d] = "\x39\xaf", [0x1a4e] = "\x39\xb0", + [0x1a4f] = "\x39\xb1", [0x1a50] = "\x39\xb2", [0x1a51] = "\x39\xb3", + [0x1a52] = "\x39\xb4", [0x1a53] = "\x39\xb5", [0x1a54] = "\x39\xb6", + [0x1a55] = "\x39\xb7", [0x1a56] = "\x39\xb8", [0x1a57] = "\x39\xb9", + [0x1a58] = "\x39\xba", [0x1a59] = "\x39\xbb", [0x1a5a] = "\x39\xbc", + [0x1a5b] = "\x39\xbd", [0x1a5c] = "\x39\xbe", [0x1a5d] = "\x39\xbf", + [0x1a5e] = "\x39\xc0", [0x1a5f] = "\x39\xc1", [0x1a60] = "\x39\xc2", + [0x1a61] = "\x39\xc3", [0x1a62] = "\x39\xc4", [0x1a63] = "\x39\xc5", + [0x1a64] = "\x39\xc6", [0x1a65] = "\x39\xc7", [0x1a66] = "\x39\xc8", + [0x1a67] = "\x39\xc9", [0x1a68] = "\x39\xca", [0x1a69] = "\x39\xcb", + [0x1a6a] = "\x39\xcc", [0x1a6b] = "\x39\xcd", [0x1a6c] = "\x39\xce", + [0x1a6d] = "\x39\xcf", [0x1a6e] = "\x39\xd0", [0x1a6f] = "\x39\xd1", + [0x1a70] = "\x39\xd2", [0x1a71] = "\x39\xd3", [0x1a72] = "\x39\xd4", + [0x1a73] = "\x39\xd5", [0x1a74] = "\x39\xd6", [0x1a75] = "\x39\xd7", + [0x1a76] = "\x39\xd8", [0x1a77] = "\x39\xd9", [0x1a78] = "\x39\xda", + [0x1a79] = "\x39\xdb", [0x1a7a] = "\x39\xdc", [0x1a7b] = "\x39\xdd", + [0x1a7c] = "\x39\xde", [0x1a7d] = "\x39\xdf", [0x1a7e] = "\x39\xe0", + [0x1a7f] = "\x39\xe1", [0x1a80] = "\x39\xe2", [0x1a81] = "\x39\xe3", + [0x1a82] = "\x39\xe4", [0x1a83] = "\x39\xe5", [0x1a84] = "\x39\xe6", + [0x1a85] = "\x39\xe7", [0x1a86] = "\x39\xe8", [0x1a87] = "\x39\xe9", + [0x1a88] = "\x39\xea", [0x1a89] = "\x39\xeb", [0x1a8a] = "\x39\xec", + [0x1a8b] = "\x39\xed", [0x1a8c] = "\x39\xee", [0x1a8d] = "\x39\xef", + [0x1a8e] = "\x39\xf0", [0x1a8f] = "\x39\xf1", [0x1a90] = "\x39\xf2", + [0x1a91] = "\x39\xf3", [0x1a92] = "\x39\xf4", [0x1a93] = "\x39\xf5", + [0x1a94] = "\x39\xf6", [0x1a95] = "\x39\xf7", [0x1a96] = "\x39\xf8", + [0x1a97] = "\x39\xf9", [0x1a98] = "\x39\xfa", [0x1a99] = "\x39\xfb", + [0x1a9a] = "\x39\xfc", [0x1a9b] = "\x39\xfd", [0x1a9c] = "\x39\xfe", + [0x1a9d] = "\x39\xff", [0x1a9e] = "\x3a\x00", [0x1a9f] = "\x3a\x01", + [0x1aa0] = "\x3a\x02", [0x1aa1] = "\x3a\x03", [0x1aa2] = "\x3a\x04", + [0x1aa3] = "\x3a\x05", [0x1aa4] = "\x3a\x06", [0x1aa5] = "\x3a\x07", + [0x1aa6] = "\x3a\x08", [0x1aa7] = "\x3a\x09", [0x1aa8] = "\x3a\x0a", + [0x1aa9] = "\x3a\x0b", [0x1aaa] = "\x3a\x0c", [0x1aab] = "\x3a\x0d", + [0x1aac] = "\x3a\x0e", [0x1aad] = "\x3a\x0f", [0x1aae] = "\x3a\x10", + [0x1aaf] = "\x3a\x11", [0x1ab0] = "\x3a\x12", [0x1ab1] = "\x3a\x13", + [0x1ab2] = "\x3a\x14", [0x1ab3] = "\x3a\x15", [0x1ab4] = "\x3a\x16", + [0x1ab5] = "\x3a\x17", [0x1ab6] = "\x3a\x18", [0x1ab7] = "\x3a\x19", + [0x1ab8] = "\x3a\x1a", [0x1ab9] = "\x3a\x1b", [0x1aba] = "\x3a\x1c", + [0x1abb] = "\x3a\x1d", [0x1abc] = "\x3a\x1e", [0x1abd] = "\x3a\x1f", + [0x1abe] = "\x3a\x20", [0x1abf] = "\x3a\x21", [0x1ac0] = "\x3a\x22", + [0x1ac1] = "\x3a\x23", [0x1ac2] = "\x3a\x24", [0x1ac3] = "\x3a\x25", + [0x1ac4] = "\x3a\x26", [0x1ac5] = "\x3a\x27", [0x1ac6] = "\x3a\x28", + [0x1ac7] = "\x3a\x29", [0x1ac8] = "\x3a\x2a", [0x1ac9] = "\x3a\x2b", + [0x1aca] = "\x3a\x2c", [0x1acb] = "\x3a\x2d", [0x1acc] = "\x3a\x2e", + [0x1acd] = "\x3a\x2f", [0x1ace] = "\x3a\x30", [0x1acf] = "\x3a\x31", + [0x1ad0] = "\x3a\x32", [0x1ad1] = "\x3a\x33", [0x1ad2] = "\x3a\x34", + [0x1ad3] = "\x3a\x35", [0x1ad4] = "\x3a\x36", [0x1ad5] = "\x3a\x37", + [0x1ad6] = "\x3a\x38", [0x1ad7] = "\x3a\x39", [0x1ad8] = "\x3a\x3a", + [0x1ad9] = "\x3a\x3b", [0x1ada] = "\x3a\x3c", [0x1adb] = "\x3a\x3d", + [0x1adc] = "\x3a\x3e", [0x1add] = "\x3a\x3f", [0x1ade] = "\x3a\x40", + [0x1adf] = "\x3a\x41", [0x1ae0] = "\x3a\x42", [0x1ae1] = "\x3a\x43", + [0x1ae2] = "\x3a\x44", [0x1ae3] = "\x3a\x45", [0x1ae4] = "\x3a\x46", + [0x1ae5] = "\x3a\x47", [0x1ae6] = "\x3a\x48", [0x1ae7] = "\x3a\x49", + [0x1ae8] = "\x3a\x4a", [0x1ae9] = "\x3a\x4b", [0x1aea] = "\x3a\x4c", + [0x1aeb] = "\x3a\x4d", [0x1aec] = "\x3a\x4e", [0x1aed] = "\x3a\x4f", + [0x1aee] = "\x3a\x50", [0x1aef] = "\x3a\x51", [0x1af0] = "\x3a\x52", + [0x1af1] = "\x3a\x53", [0x1af2] = "\x3a\x54", [0x1af3] = "\x3a\x55", + [0x1af4] = "\x3a\x56", [0x1af5] = "\x3a\x57", [0x1af6] = "\x3a\x58", + [0x1af7] = "\x3a\x59", [0x1af8] = "\x3a\x5a", [0x1af9] = "\x3a\x5b", + [0x1afa] = "\x3a\x5c", [0x1afb] = "\x3a\x5d", [0x1afc] = "\x3a\x5e", + [0x1afd] = "\x3a\x5f", [0x1afe] = "\x3a\x60", [0x1aff] = "\x3a\x61", + [0x1b00] = "\x3a\x62", [0x1b01] = "\x3a\x63", [0x1b02] = "\x3a\x64", + [0x1b03] = "\x3a\x65", [0x1b04] = "\x3a\x66", [0x1b05] = "\x3a\x67", + [0x1b06] = "\x3a\x68", [0x1b07] = "\x3a\x69", [0x1b08] = "\x3a\x6a", + [0x1b09] = "\x3a\x6b", [0x1b0a] = "\x3a\x6c", [0x1b0b] = "\x3a\x6d", + [0x1b0c] = "\x3a\x6e", [0x1b0d] = "\x3a\x6f", [0x1b0e] = "\x3a\x70", + [0x1b0f] = "\x3a\x71", [0x1b10] = "\x3a\x72", [0x1b11] = "\x3a\x73", + [0x1b12] = "\x3a\x74", [0x1b13] = "\x3a\x75", [0x1b14] = "\x3a\x76", + [0x1b15] = "\x3a\x77", [0x1b16] = "\x3a\x78", [0x1b17] = "\x3a\x79", + [0x1b18] = "\x3a\x7a", [0x1b19] = "\x3a\x7b", [0x1b1a] = "\x3a\x7c", + [0x1b1b] = "\x3a\x7d", [0x1b1c] = "\x3a\x7e", [0x1b1d] = "\x3a\x7f", + [0x1b1e] = "\x3a\x80", [0x1b1f] = "\x3a\x81", [0x1b20] = "\x3a\x82", + [0x1b21] = "\x3a\x83", [0x1b22] = "\x3a\x84", [0x1b23] = "\x3a\x85", + [0x1b24] = "\x3a\x86", [0x1b25] = "\x3a\x87", [0x1b26] = "\x3a\x88", + [0x1b27] = "\x3a\x89", [0x1b28] = "\x3a\x8a", [0x1b29] = "\x3a\x8b", + [0x1b2a] = "\x3a\x8c", [0x1b2b] = "\x3a\x8d", [0x1b2c] = "\x3a\x8e", + [0x1b2d] = "\x3a\x8f", [0x1b2e] = "\x3a\x90", [0x1b2f] = "\x3a\x91", + [0x1b30] = "\x3a\x92", [0x1b31] = "\x3a\x93", [0x1b32] = "\x3a\x94", + [0x1b33] = "\x3a\x95", [0x1b34] = "\x3a\x96", [0x1b35] = "\x3a\x97", + [0x1b36] = "\x3a\x98", [0x1b37] = "\x3a\x99", [0x1b38] = "\x3a\x9a", + [0x1b39] = "\x3a\x9b", [0x1b3a] = "\x3a\x9c", [0x1b3b] = "\x3a\x9d", + [0x1b3c] = "\x3a\x9e", [0x1b3d] = "\x3a\x9f", [0x1b3e] = "\x3a\xa0", + [0x1b3f] = "\x3a\xa1", [0x1b40] = "\x3a\xa2", [0x1b41] = "\x3a\xa3", + [0x1b42] = "\x3a\xa4", [0x1b43] = "\x3a\xa5", [0x1b44] = "\x3a\xa6", + [0x1b45] = "\x3a\xa7", [0x1b46] = "\x3a\xa8", [0x1b47] = "\x3a\xa9", + [0x1b48] = "\x3a\xaa", [0x1b49] = "\x3a\xab", [0x1b4a] = "\x3a\xac", + [0x1b4b] = "\x3a\xad", [0x1b4c] = "\x3a\xae", [0x1b4d] = "\x3a\xaf", + [0x1b4e] = "\x3a\xb0", [0x1b4f] = "\x3a\xb1", [0x1b50] = "\x3a\xb2", + [0x1b51] = "\x3a\xb3", [0x1b52] = "\x3a\xb4", [0x1b53] = "\x3a\xb5", + [0x1b54] = "\x3a\xb6", [0x1b55] = "\x3a\xb7", [0x1b56] = "\x3a\xb8", + [0x1b57] = "\x3a\xb9", [0x1b58] = "\x3a\xba", [0x1b59] = "\x3a\xbb", + [0x1b5a] = "\x3a\xbc", [0x1b5b] = "\x3a\xbd", [0x1b5c] = "\x3a\xbe", + [0x1b5d] = "\x3a\xbf", [0x1b5e] = "\x3a\xc0", [0x1b5f] = "\x3a\xc1", + [0x1b60] = "\x3a\xc2", [0x1b61] = "\x3a\xc3", [0x1b62] = "\x3a\xc4", + [0x1b63] = "\x3a\xc5", [0x1b64] = "\x3a\xc6", [0x1b65] = "\x3a\xc7", + [0x1b66] = "\x3a\xc8", [0x1b67] = "\x3a\xc9", [0x1b68] = "\x3a\xca", + [0x1b69] = "\x3a\xcb", [0x1b6a] = "\x3a\xcc", [0x1b6b] = "\x3a\xcd", + [0x1b6c] = "\x3a\xce", [0x1b6d] = "\x3a\xcf", [0x1b6e] = "\x3a\xd0", + [0x1b6f] = "\x3a\xd1", [0x1b70] = "\x3a\xd2", [0x1b71] = "\x3a\xd3", + [0x1b72] = "\x3a\xd4", [0x1b73] = "\x3a\xd5", [0x1b74] = "\x3a\xd6", + [0x1b75] = "\x3a\xd7", [0x1b76] = "\x3a\xd8", [0x1b77] = "\x3a\xd9", + [0x1b78] = "\x3a\xda", [0x1b79] = "\x3a\xdb", [0x1b7a] = "\x3a\xdc", + [0x1b7b] = "\x3a\xdd", [0x1b7c] = "\x3a\xde", [0x1b7d] = "\x3a\xdf", + [0x1b7e] = "\x3a\xe0", [0x1b7f] = "\x3a\xe1", [0x1b80] = "\x3a\xe2", + [0x1b81] = "\x3a\xe3", [0x1b82] = "\x3a\xe4", [0x1b83] = "\x3a\xe5", + [0x1b84] = "\x3a\xe6", [0x1b85] = "\x3a\xe7", [0x1b86] = "\x3a\xe8", + [0x1b87] = "\x3a\xe9", [0x1b88] = "\x3a\xea", [0x1b89] = "\x3a\xeb", + [0x1b8a] = "\x3a\xec", [0x1b8b] = "\x3a\xed", [0x1b8c] = "\x3a\xee", + [0x1b8d] = "\x3a\xef", [0x1b8e] = "\x3a\xf0", [0x1b8f] = "\x3a\xf1", + [0x1b90] = "\x3a\xf2", [0x1b91] = "\x3a\xf3", [0x1b92] = "\x3a\xf4", + [0x1b93] = "\x3a\xf5", [0x1b94] = "\x3a\xf6", [0x1b95] = "\x3a\xf7", + [0x1b96] = "\x3a\xf8", [0x1b97] = "\x3a\xf9", [0x1b98] = "\x3a\xfa", + [0x1b99] = "\x3a\xfb", [0x1b9a] = "\x3a\xfc", [0x1b9b] = "\x3a\xfd", + [0x1b9c] = "\x3a\xfe", [0x1b9d] = "\x3a\xff", [0x1b9e] = "\x3b\x00", + [0x1b9f] = "\x3b\x01", [0x1ba0] = "\x3b\x02", [0x1ba1] = "\x3b\x03", + [0x1ba2] = "\x3b\x04", [0x1ba3] = "\x3b\x05", [0x1ba4] = "\x3b\x06", + [0x1ba5] = "\x3b\x07", [0x1ba6] = "\x3b\x08", [0x1ba7] = "\x3b\x09", + [0x1ba8] = "\x3b\x0a", [0x1ba9] = "\x3b\x0b", [0x1baa] = "\x3b\x0c", + [0x1bab] = "\x3b\x0d", [0x1bac] = "\x3b\x0e", [0x1bad] = "\x3b\x0f", + [0x1bae] = "\x3b\x10", [0x1baf] = "\x3b\x11", [0x1bb0] = "\x3b\x12", + [0x1bb1] = "\x3b\x13", [0x1bb2] = "\x3b\x14", [0x1bb3] = "\x3b\x15", + [0x1bb4] = "\x3b\x16", [0x1bb5] = "\x3b\x17", [0x1bb6] = "\x3b\x18", + [0x1bb7] = "\x3b\x19", [0x1bb8] = "\x3b\x1a", [0x1bb9] = "\x3b\x1b", + [0x1bba] = "\x3b\x1c", [0x1bbb] = "\x3b\x1d", [0x1bbc] = "\x3b\x1e", + [0x1bbd] = "\x3b\x1f", [0x1bbe] = "\x3b\x20", [0x1bbf] = "\x3b\x21", + [0x1bc0] = "\x3b\x22", [0x1bc1] = "\x3b\x23", [0x1bc2] = "\x3b\x24", + [0x1bc3] = "\x3b\x25", [0x1bc4] = "\x3b\x26", [0x1bc5] = "\x3b\x27", + [0x1bc6] = "\x3b\x28", [0x1bc7] = "\x3b\x29", [0x1bc8] = "\x3b\x2a", + [0x1bc9] = "\x3b\x2b", [0x1bca] = "\x3b\x2c", [0x1bcb] = "\x3b\x2d", + [0x1bcc] = "\x3b\x2e", [0x1bcd] = "\x3b\x2f", [0x1bce] = "\x3b\x30", + [0x1bcf] = "\x3b\x31", [0x1bd0] = "\x3b\x32", [0x1bd1] = "\x3b\x33", + [0x1bd2] = "\x3b\x34", [0x1bd3] = "\x3b\x35", [0x1bd4] = "\x3b\x36", + [0x1bd5] = "\x3b\x37", [0x1bd6] = "\x3b\x38", [0x1bd7] = "\x3b\x39", + [0x1bd8] = "\x3b\x3a", [0x1bd9] = "\x3b\x3b", [0x1bda] = "\x3b\x3c", + [0x1bdb] = "\x3b\x3d", [0x1bdc] = "\x3b\x3e", [0x1bdd] = "\x3b\x3f", + [0x1bde] = "\x3b\x40", [0x1bdf] = "\x3b\x41", [0x1be0] = "\x3b\x42", + [0x1be1] = "\x3b\x43", [0x1be2] = "\x3b\x44", [0x1be3] = "\x3b\x45", + [0x1be4] = "\x3b\x46", [0x1be5] = "\x3b\x47", [0x1be6] = "\x3b\x48", + [0x1be7] = "\x3b\x49", [0x1be8] = "\x3b\x4a", [0x1be9] = "\x3b\x4b", + [0x1bea] = "\x3b\x4c", [0x1beb] = "\x3b\x4d", [0x1bec] = "\x3b\x4e", + [0x1bed] = "\x3b\x4f", [0x1bee] = "\x3b\x50", [0x1bef] = "\x3b\x51", + [0x1bf0] = "\x3b\x52", [0x1bf1] = "\x3b\x53", [0x1bf2] = "\x3b\x54", + [0x1bf3] = "\x3b\x55", [0x1bf4] = "\x3b\x56", [0x1bf5] = "\x3b\x57", + [0x1bf6] = "\x3b\x58", [0x1bf7] = "\x3b\x59", [0x1bf8] = "\x3b\x5a", + [0x1bf9] = "\x3b\x5b", [0x1bfa] = "\x3b\x5c", [0x1bfb] = "\x3b\x5d", + [0x1bfc] = "\x3b\x5e", [0x1bfd] = "\x3b\x5f", [0x1bfe] = "\x3b\x60", + [0x1bff] = "\x3b\x61", [0x1c00] = "\x3b\x62", [0x1c01] = "\x3b\x63", + [0x1c02] = "\x3b\x64", [0x1c03] = "\x3b\x65", [0x1c04] = "\x3b\x66", + [0x1c05] = "\x3b\x67", [0x1c06] = "\x3b\x68", [0x1c07] = "\x3b\x69", + [0x1c08] = "\x3b\x6a", [0x1c09] = "\x3b\x6b", [0x1c0a] = "\x3b\x6c", + [0x1c0b] = "\x3b\x6d", [0x1c0c] = "\x3b\x6e", [0x1c0d] = "\x3b\x6f", + [0x1c0e] = "\x3b\x70", [0x1c0f] = "\x3b\x71", [0x1c10] = "\x3b\x72", + [0x1c11] = "\x3b\x73", [0x1c12] = "\x3b\x74", [0x1c13] = "\x3b\x75", + [0x1c14] = "\x3b\x76", [0x1c15] = "\x3b\x77", [0x1c16] = "\x3b\x78", + [0x1c17] = "\x3b\x79", [0x1c18] = "\x3b\x7a", [0x1c19] = "\x3b\x7b", + [0x1c1a] = "\x3b\x7c", [0x1c1b] = "\x3b\x7d", [0x1c1c] = "\x3b\x7e", + [0x1c1d] = "\x3b\x7f", [0x1c1e] = "\x3b\x80", [0x1c1f] = "\x3b\x81", + [0x1c20] = "\x3b\x82", [0x1c21] = "\x3b\x83", [0x1c22] = "\x3b\x84", + [0x1c23] = "\x3b\x85", [0x1c24] = "\x3b\x86", [0x1c25] = "\x3b\x87", + [0x1c26] = "\x3b\x88", [0x1c27] = "\x3b\x89", [0x1c28] = "\x3b\x8a", + [0x1c29] = "\x3b\x8b", [0x1c2a] = "\x3b\x8c", [0x1c2b] = "\x3b\x8d", + [0x1c2c] = "\x3b\x8e", [0x1c2d] = "\x3b\x8f", [0x1c2e] = "\x3b\x90", + [0x1c2f] = "\x3b\x91", [0x1c30] = "\x3b\x92", [0x1c31] = "\x3b\x93", + [0x1c32] = "\x3b\x94", [0x1c33] = "\x3b\x95", [0x1c34] = "\x3b\x96", + [0x1c35] = "\x3b\x97", [0x1c36] = "\x3b\x98", [0x1c37] = "\x3b\x99", + [0x1c38] = "\x3b\x9a", [0x1c39] = "\x3b\x9b", [0x1c3a] = "\x3b\x9c", + [0x1c3b] = "\x3b\x9d", [0x1c3c] = "\x3b\x9e", [0x1c3d] = "\x3b\x9f", + [0x1c3e] = "\x3b\xa0", [0x1c3f] = "\x3b\xa1", [0x1c40] = "\x3b\xa2", + [0x1c41] = "\x3b\xa3", [0x1c42] = "\x3b\xa4", [0x1c43] = "\x3b\xa5", + [0x1c44] = "\x3b\xa6", [0x1c45] = "\x3b\xa7", [0x1c46] = "\x3b\xa8", + [0x1c47] = "\x3b\xa9", [0x1c48] = "\x3b\xaa", [0x1c49] = "\x3b\xab", + [0x1c4a] = "\x3b\xac", [0x1c4b] = "\x3b\xad", [0x1c4c] = "\x3b\xae", + [0x1c4d] = "\x3b\xaf", [0x1c4e] = "\x3b\xb0", [0x1c4f] = "\x3b\xb1", + [0x1c50] = "\x3b\xb2", [0x1c51] = "\x3b\xb3", [0x1c52] = "\x3b\xb4", + [0x1c53] = "\x3b\xb5", [0x1c54] = "\x3b\xb6", [0x1c55] = "\x3b\xb7", + [0x1c56] = "\x3b\xb8", [0x1c57] = "\x3b\xb9", [0x1c58] = "\x3b\xba", + [0x1c59] = "\x3b\xbb", [0x1c5a] = "\x3b\xbc", [0x1c5b] = "\x3b\xbd", + [0x1c5c] = "\x3b\xbe", [0x1c5d] = "\x3b\xbf", [0x1c5e] = "\x3b\xc0", + [0x1c5f] = "\x3b\xc1", [0x1c60] = "\x3b\xc2", [0x1c61] = "\x3b\xc3", + [0x1c62] = "\x3b\xc4", [0x1c63] = "\x3b\xc5", [0x1c64] = "\x3b\xc6", + [0x1c65] = "\x3b\xc7", [0x1c66] = "\x3b\xc8", [0x1c67] = "\x3b\xc9", + [0x1c68] = "\x3b\xca", [0x1c69] = "\x3b\xcb", [0x1c6a] = "\x3b\xcc", + [0x1c6b] = "\x3b\xcd", [0x1c6c] = "\x3b\xce", [0x1c6d] = "\x3b\xcf", + [0x1c6e] = "\x3b\xd0", [0x1c6f] = "\x3b\xd1", [0x1c70] = "\x3b\xd2", + [0x1c71] = "\x3b\xd3", [0x1c72] = "\x3b\xd4", [0x1c73] = "\x3b\xd5", + [0x1c74] = "\x3b\xd6", [0x1c75] = "\x3b\xd7", [0x1c76] = "\x3b\xd8", + [0x1c77] = "\x3b\xd9", [0x1c78] = "\x3b\xda", [0x1c79] = "\x3b\xdb", + [0x1c7a] = "\x3b\xdc", [0x1c7b] = "\x3b\xdd", [0x1c7c] = "\x3b\xde", + [0x1c7d] = "\x3b\xdf", [0x1c7e] = "\x3b\xe0", [0x1c7f] = "\x3b\xe1", + [0x1c80] = "\x3b\xe2", [0x1c81] = "\x3b\xe3", [0x1c82] = "\x3b\xe4", + [0x1c83] = "\x3b\xe5", [0x1c84] = "\x3b\xe6", [0x1c85] = "\x3b\xe7", + [0x1c86] = "\x3b\xe8", [0x1c87] = "\x3b\xe9", [0x1c88] = "\x3b\xea", + [0x1c89] = "\x3b\xeb", [0x1c8a] = "\x3b\xec", [0x1c8b] = "\x3b\xed", + [0x1c8c] = "\x3b\xee", [0x1c8d] = "\x3b\xef", [0x1c8e] = "\x3b\xf0", + [0x1c8f] = "\x3b\xf1", [0x1c90] = "\x3b\xf2", [0x1c91] = "\x3b\xf3", + [0x1c92] = "\x3b\xf4", [0x1c93] = "\x3b\xf5", [0x1c94] = "\x3b\xf6", + [0x1c95] = "\x3b\xf7", [0x1c96] = "\x3b\xf8", [0x1c97] = "\x3b\xf9", + [0x1c98] = "\x3b\xfa", [0x1c99] = "\x3b\xfb", [0x1c9a] = "\x3b\xfc", + [0x1c9b] = "\x3b\xfd", [0x1c9c] = "\x3b\xfe", [0x1c9d] = "\x3b\xff", + [0x1c9e] = "\x3c\x00", [0x1c9f] = "\x3c\x01", [0x1ca0] = "\x3c\x02", + [0x1ca1] = "\x3c\x03", [0x1ca2] = "\x3c\x04", [0x1ca3] = "\x3c\x05", + [0x1ca4] = "\x3c\x06", [0x1ca5] = "\x3c\x07", [0x1ca6] = "\x3c\x08", + [0x1ca7] = "\x3c\x09", [0x1ca8] = "\x3c\x0a", [0x1ca9] = "\x3c\x0b", + [0x1caa] = "\x3c\x0c", [0x1cab] = "\x3c\x0d", [0x1cac] = "\x3c\x0e", + [0x1cad] = "\x3c\x0f", [0x1cae] = "\x3c\x10", [0x1caf] = "\x3c\x11", + [0x1cb0] = "\x3c\x12", [0x1cb1] = "\x3c\x13", [0x1cb2] = "\x3c\x14", + [0x1cb3] = "\x3c\x15", [0x1cb4] = "\x3c\x16", [0x1cb5] = "\x3c\x17", + [0x1cb6] = "\x3c\x18", [0x1cb7] = "\x3c\x19", [0x1cb8] = "\x3c\x1a", + [0x1cb9] = "\x3c\x1b", [0x1cba] = "\x3c\x1c", [0x1cbb] = "\x3c\x1d", + [0x1cbc] = "\x3c\x1e", [0x1cbd] = "\x3c\x1f", [0x1cbe] = "\x3c\x20", + [0x1cbf] = "\x3c\x21", [0x1cc0] = "\x3c\x22", [0x1cc1] = "\x3c\x23", + [0x1cc2] = "\x3c\x24", [0x1cc3] = "\x3c\x25", [0x1cc4] = "\x3c\x26", + [0x1cc5] = "\x3c\x27", [0x1cc6] = "\x3c\x28", [0x1cc7] = "\x3c\x29", + [0x1cc8] = "\x3c\x2a", [0x1cc9] = "\x3c\x2b", [0x1cca] = "\x3c\x2c", + [0x1ccb] = "\x3c\x2d", [0x1ccc] = "\x3c\x2e", [0x1ccd] = "\x3c\x2f", + [0x1cce] = "\x3c\x30", [0x1ccf] = "\x3c\x31", [0x1cd0] = "\x3c\x32", + [0x1cd1] = "\x3c\x33", [0x1cd2] = "\x3c\x34", [0x1cd3] = "\x3c\x35", + [0x1cd4] = "\x3c\x36", [0x1cd5] = "\x3c\x37", [0x1cd6] = "\x3c\x38", + [0x1cd7] = "\x3c\x39", [0x1cd8] = "\x3c\x3a", [0x1cd9] = "\x3c\x3b", + [0x1cda] = "\x3c\x3c", [0x1cdb] = "\x3c\x3d", [0x1cdc] = "\x3c\x3e", + [0x1cdd] = "\x3c\x3f", [0x1cde] = "\x3c\x40", [0x1cdf] = "\x3c\x41", + [0x1ce0] = "\x3c\x42", [0x1ce1] = "\x3c\x43", [0x1ce2] = "\x3c\x44", + [0x1ce3] = "\x3c\x45", [0x1ce4] = "\x3c\x46", [0x1ce5] = "\x3c\x47", + [0x1ce6] = "\x3c\x48", [0x1ce7] = "\x3c\x49", [0x1ce8] = "\x3c\x4a", + [0x1ce9] = "\x3c\x4b", [0x1cea] = "\x3c\x4c", [0x1ceb] = "\x3c\x4d", + [0x1cec] = "\x3c\x4e", [0x1ced] = "\x3c\x4f", [0x1cee] = "\x3c\x50", + [0x1cef] = "\x3c\x51", [0x1cf0] = "\x3c\x52", [0x1cf1] = "\x3c\x53", + [0x1cf2] = "\x3c\x54", [0x1cf3] = "\x3c\x55", [0x1cf4] = "\x3c\x56", + [0x1cf5] = "\x3c\x57", [0x1cf6] = "\x3c\x58", [0x1cf7] = "\x3c\x59", + [0x1cf8] = "\x3c\x5a", [0x1cf9] = "\x3c\x5b", [0x1cfa] = "\x3c\x5c", + [0x1cfb] = "\x3c\x5d", [0x1cfc] = "\x3c\x5e", [0x1cfd] = "\x3c\x5f", + [0x1cfe] = "\x3c\x60", [0x1cff] = "\x3c\x61", [0x1d00] = "\x3c\x62", + [0x1d01] = "\x3c\x63", [0x1d02] = "\x3c\x64", [0x1d03] = "\x3c\x65", + [0x1d04] = "\x3c\x66", [0x1d05] = "\x3c\x67", [0x1d06] = "\x3c\x68", + [0x1d07] = "\x3c\x69", [0x1d08] = "\x3c\x6a", [0x1d09] = "\x3c\x6b", + [0x1d0a] = "\x3c\x6c", [0x1d0b] = "\x3c\x6d", [0x1d0c] = "\x3c\x6e", + [0x1d0d] = "\x3c\x6f", [0x1d0e] = "\x3c\x70", [0x1d0f] = "\x3c\x71", + [0x1d10] = "\x3c\x72", [0x1d11] = "\x3c\x73", [0x1d12] = "\x3c\x74", + [0x1d13] = "\x3c\x75", [0x1d14] = "\x3c\x76", [0x1d15] = "\x3c\x77", + [0x1d16] = "\x3c\x78", [0x1d17] = "\x3c\x79", [0x1d18] = "\x3c\x7a", + [0x1d19] = "\x3c\x7b", [0x1d1a] = "\x3c\x7c", [0x1d1b] = "\x3c\x7d", + [0x1d1c] = "\x3c\x7e", [0x1d1d] = "\x3c\x7f", [0x1d1e] = "\x3c\x80", + [0x1d1f] = "\x3c\x81", [0x1d20] = "\x3c\x82", [0x1d21] = "\x3c\x83", + [0x1d22] = "\x3c\x84", [0x1d23] = "\x3c\x85", [0x1d24] = "\x3c\x86", + [0x1d25] = "\x3c\x87", [0x1d26] = "\x3c\x88", [0x1d27] = "\x3c\x89", + [0x1d28] = "\x3c\x8a", [0x1d29] = "\x3c\x8b", [0x1d2a] = "\x3c\x8c", + [0x1d2b] = "\x3c\x8d", [0x1d2c] = "\x3c\x8e", [0x1d2d] = "\x3c\x8f", + [0x1d2e] = "\x3c\x90", [0x1d2f] = "\x3c\x91", [0x1d30] = "\x3c\x92", + [0x1d31] = "\x3c\x93", [0x1d32] = "\x3c\x94", [0x1d33] = "\x3c\x95", + [0x1d34] = "\x3c\x96", [0x1d35] = "\x3c\x97", [0x1d36] = "\x3c\x98", + [0x1d37] = "\x3c\x99", [0x1d38] = "\x3c\x9a", [0x1d39] = "\x3c\x9b", + [0x1d3a] = "\x3c\x9c", [0x1d3b] = "\x3c\x9d", [0x1d3c] = "\x3c\x9e", + [0x1d3d] = "\x3c\x9f", [0x1d3e] = "\x3c\xa0", [0x1d3f] = "\x3c\xa1", + [0x1d40] = "\x3c\xa2", [0x1d41] = "\x3c\xa3", [0x1d42] = "\x3c\xa4", + [0x1d43] = "\x3c\xa5", [0x1d44] = "\x3c\xa6", [0x1d45] = "\x3c\xa7", + [0x1d46] = "\x3c\xa8", [0x1d47] = "\x3c\xa9", [0x1d48] = "\x3c\xaa", + [0x1d49] = "\x3c\xab", [0x1d4a] = "\x3c\xac", [0x1d4b] = "\x3c\xad", + [0x1d4c] = "\x3c\xae", [0x1d4d] = "\x3c\xaf", [0x1d4e] = "\x3c\xb0", + [0x1d4f] = "\x3c\xb1", [0x1d50] = "\x3c\xb2", [0x1d51] = "\x3c\xb3", + [0x1d52] = "\x3c\xb4", [0x1d53] = "\x3c\xb5", [0x1d54] = "\x3c\xb6", + [0x1d55] = "\x3c\xb7", [0x1d56] = "\x3c\xb8", [0x1d57] = "\x3c\xb9", + [0x1d58] = "\x3c\xba", [0x1d59] = "\x3c\xbb", [0x1d5a] = "\x3c\xbc", + [0x1d5b] = "\x3c\xbd", [0x1d5c] = "\x3c\xbe", [0x1d5d] = "\x3c\xbf", + [0x1d5e] = "\x3c\xc0", [0x1d5f] = "\x3c\xc1", [0x1d60] = "\x3c\xc2", + [0x1d61] = "\x3c\xc3", [0x1d62] = "\x3c\xc4", [0x1d63] = "\x3c\xc5", + [0x1d64] = "\x3c\xc6", [0x1d65] = "\x3c\xc7", [0x1d66] = "\x3c\xc8", + [0x1d67] = "\x3c\xc9", [0x1d68] = "\x3c\xca", [0x1d69] = "\x3c\xcb", + [0x1d6a] = "\x3c\xcc", [0x1d6b] = "\x3c\xcd", [0x1d6c] = "\x3c\xce", + [0x1d6d] = "\x3c\xcf", [0x1d6e] = "\x3c\xd0", [0x1d6f] = "\x3c\xd1", + [0x1d70] = "\x3c\xd2", [0x1d71] = "\x3c\xd3", [0x1d72] = "\x3c\xd4", + [0x1d73] = "\x3c\xd5", [0x1d74] = "\x3c\xd6", [0x1d75] = "\x3c\xd7", + [0x1d76] = "\x3c\xd8", [0x1d77] = "\x3c\xd9", [0x1d78] = "\x3c\xda", + [0x1d79] = "\x3c\xdb", [0x1d7a] = "\x3c\xdc", [0x1d7b] = "\x3c\xdd", + [0x1d7c] = "\x3c\xde", [0x1d7d] = "\x3c\xdf", [0x1d7e] = "\x3c\xe0", + [0x1d7f] = "\x3c\xe1", [0x1d80] = "\x3c\xe2", [0x1d81] = "\x3c\xe3", + [0x1d82] = "\x3c\xe4", [0x1d83] = "\x3c\xe5", [0x1d84] = "\x3c\xe6", + [0x1d85] = "\x3c\xe7", [0x1d86] = "\x3c\xe8", [0x1d87] = "\x3c\xe9", + [0x1d88] = "\x3c\xea", [0x1d89] = "\x3c\xeb", [0x1d8a] = "\x3c\xec", + [0x1d8b] = "\x3c\xed", [0x1d8c] = "\x3c\xee", [0x1d8d] = "\x3c\xef", + [0x1d8e] = "\x3c\xf0", [0x1d8f] = "\x3c\xf1", [0x1d90] = "\x3c\xf2", + [0x1d91] = "\x3c\xf3", [0x1d92] = "\x3c\xf4", [0x1d93] = "\x3c\xf5", + [0x1d94] = "\x3c\xf6", [0x1d95] = "\x3c\xf7", [0x1d96] = "\x3c\xf8", + [0x1d97] = "\x3c\xf9", [0x1d98] = "\x3c\xfa", [0x1d99] = "\x3c\xfb", + [0x1d9a] = "\x3c\xfc", [0x1d9b] = "\x3c\xfd", [0x1d9c] = "\x3c\xfe", + [0x1d9d] = "\x3c\xff", [0x1d9e] = "\x3d\x00", [0x1d9f] = "\x3d\x01", + [0x1da0] = "\x3d\x02", [0x1da1] = "\x3d\x03", [0x1da2] = "\x3d\x04", + [0x1da3] = "\x3d\x05", [0x1da4] = "\x3d\x06", [0x1da5] = "\x3d\x07", + [0x1da6] = "\x3d\x08", [0x1da7] = "\x3d\x09", [0x1da8] = "\x3d\x0a", + [0x1da9] = "\x3d\x0b", [0x1daa] = "\x3d\x0c", [0x1dab] = "\x3d\x0d", + [0x1dac] = "\x3d\x0e", [0x1dad] = "\x3d\x0f", [0x1dae] = "\x3d\x10", + [0x1daf] = "\x3d\x11", [0x1db0] = "\x3d\x12", [0x1db1] = "\x3d\x13", + [0x1db2] = "\x3d\x14", [0x1db3] = "\x3d\x15", [0x1db4] = "\x3d\x16", + [0x1db5] = "\x3d\x17", [0x1db6] = "\x3d\x18", [0x1db7] = "\x3d\x19", + [0x1db8] = "\x3d\x1a", [0x1db9] = "\x3d\x1b", [0x1dba] = "\x3d\x1c", + [0x1dbb] = "\x3d\x1d", [0x1dbc] = "\x3d\x1e", [0x1dbd] = "\x3d\x1f", + [0x1dbe] = "\x3d\x20", [0x1dbf] = "\x3d\x21", [0x1dc0] = "\x3d\x22", + [0x1dc1] = "\x3d\x23", [0x1dc2] = "\x3d\x24", [0x1dc3] = "\x3d\x25", + [0x1dc4] = "\x3d\x26", [0x1dc5] = "\x3d\x27", [0x1dc6] = "\x3d\x28", + [0x1dc7] = "\x3d\x29", [0x1dc8] = "\x3d\x2a", [0x1dc9] = "\x3d\x2b", + [0x1dca] = "\x3d\x2c", [0x1dcb] = "\x3d\x2d", [0x1dcc] = "\x3d\x2e", + [0x1dcd] = "\x3d\x2f", [0x1dce] = "\x3d\x30", [0x1dcf] = "\x3d\x31", + [0x1dd0] = "\x3d\x32", [0x1dd1] = "\x3d\x33", [0x1dd2] = "\x3d\x34", + [0x1dd3] = "\x3d\x35", [0x1dd4] = "\x3d\x36", [0x1dd5] = "\x3d\x37", + [0x1dd6] = "\x3d\x38", [0x1dd7] = "\x3d\x39", [0x1dd8] = "\x3d\x3a", + [0x1dd9] = "\x3d\x3b", [0x1dda] = "\x3d\x3c", [0x1ddb] = "\x3d\x3d", + [0x1ddc] = "\x3d\x3e", [0x1ddd] = "\x3d\x3f", [0x1dde] = "\x3d\x40", + [0x1ddf] = "\x3d\x41", [0x1de0] = "\x3d\x42", [0x1de1] = "\x3d\x43", + [0x1de2] = "\x3d\x44", [0x1de3] = "\x3d\x45", [0x1de4] = "\x3d\x46", + [0x1de5] = "\x3d\x47", [0x1de6] = "\x3d\x48", [0x1de7] = "\x3d\x49", + [0x1de8] = "\x3d\x4a", [0x1de9] = "\x3d\x4b", [0x1dea] = "\x3d\x4c", + [0x1deb] = "\x3d\x4d", [0x1dec] = "\x3d\x4e", [0x1ded] = "\x3d\x4f", + [0x1dee] = "\x3d\x50", [0x1def] = "\x3d\x51", [0x1df0] = "\x3d\x52", + [0x1df1] = "\x3d\x53", [0x1df2] = "\x3d\x54", [0x1df3] = "\x3d\x55", + [0x1df4] = "\x3d\x56", [0x1df5] = "\x3d\x57", [0x1df6] = "\x3d\x58", + [0x1df7] = "\x3d\x59", [0x1df8] = "\x3d\x5a", [0x1df9] = "\x3d\x5b", + [0x1dfa] = "\x3d\x5c", [0x1dfb] = "\x3d\x5d", [0x1dfc] = "\x3d\x5e", + [0x1dfd] = "\x3d\x5f", [0x1dfe] = "\x3d\x60", [0x1dff] = "\x3d\x61", + [0x1e00] = "\x3d\x62", [0x1e01] = "\x3d\x63", [0x1e02] = "\x3d\x64", + [0x1e03] = "\x3d\x65", [0x1e04] = "\x3d\x66", [0x1e05] = "\x3d\x67", + [0x1e06] = "\x3d\x68", [0x1e07] = "\x3d\x69", [0x1e08] = "\x3d\x6a", + [0x1e09] = "\x3d\x6b", [0x1e0a] = "\x3d\x6c", [0x1e0b] = "\x3d\x6d", + [0x1e0c] = "\x3d\x6e", [0x1e0d] = "\x3d\x6f", [0x1e0e] = "\x3d\x70", + [0x1e0f] = "\x3d\x71", [0x1e10] = "\x3d\x72", [0x1e11] = "\x3d\x73", + [0x1e12] = "\x3d\x74", [0x1e13] = "\x3d\x75", [0x1e14] = "\x3d\x76", + [0x1e15] = "\x3d\x77", [0x1e16] = "\x3d\x78", [0x1e17] = "\x3d\x79", + [0x1e18] = "\x3d\x7a", [0x1e19] = "\x3d\x7b", [0x1e1a] = "\x3d\x7c", + [0x1e1b] = "\x3d\x7d", [0x1e1c] = "\x3d\x7e", [0x1e1d] = "\x3d\x7f", + [0x1e1e] = "\x3d\x80", [0x1e1f] = "\x3d\x81", [0x1e20] = "\x3d\x82", + [0x1e21] = "\x3d\x83", [0x1e22] = "\x3d\x84", [0x1e23] = "\x3d\x85", + [0x1e24] = "\x3d\x86", [0x1e25] = "\x3d\x87", [0x1e26] = "\x3d\x88", + [0x1e27] = "\x3d\x89", [0x1e28] = "\x3d\x8a", [0x1e29] = "\x3d\x8b", + [0x1e2a] = "\x3d\x8c", [0x1e2b] = "\x3d\x8d", [0x1e2c] = "\x3d\x8e", + [0x1e2d] = "\x3d\x8f", [0x1e2e] = "\x3d\x90", [0x1e2f] = "\x3d\x91", + [0x1e30] = "\x3d\x92", [0x1e31] = "\x3d\x93", [0x1e32] = "\x3d\x94", + [0x1e33] = "\x3d\x95", [0x1e34] = "\x3d\x96", [0x1e35] = "\x3d\x97", + [0x1e36] = "\x3d\x98", [0x1e37] = "\x3d\x99", [0x1e38] = "\x3d\x9a", + [0x1e39] = "\x3d\x9b", [0x1e3a] = "\x3d\x9c", [0x1e3b] = "\x3d\x9d", + [0x1e3c] = "\x3d\x9e", [0x1e3d] = "\x3d\x9f", [0x1e3e] = "\x3d\xa0", + [0x1e3f] = "\x3d\xa1", [0x1e40] = "\x3d\xa2", [0x1e41] = "\x3d\xa3", + [0x1e42] = "\x3d\xa4", [0x1e43] = "\x3d\xa5", [0x1e44] = "\x3d\xa6", + [0x1e45] = "\x3d\xa7", [0x1e46] = "\x3d\xa8", [0x1e47] = "\x3d\xa9", + [0x1e48] = "\x3d\xaa", [0x1e49] = "\x3d\xab", [0x1e4a] = "\x3d\xac", + [0x1e4b] = "\x3d\xad", [0x1e4c] = "\x3d\xae", [0x1e4d] = "\x3d\xaf", + [0x1e4e] = "\x3d\xb0", [0x1e4f] = "\x3d\xb1", [0x1e50] = "\x3d\xb2", + [0x1e51] = "\x3d\xb3", [0x1e52] = "\x3d\xb4", [0x1e53] = "\x3d\xb5", + [0x1e54] = "\x3d\xb6", [0x1e55] = "\x3d\xb7", [0x1e56] = "\x3d\xb8", + [0x1e57] = "\x3d\xb9", [0x1e58] = "\x3d\xba", [0x1e59] = "\x3d\xbb", + [0x1e5a] = "\x3d\xbc", [0x1e5b] = "\x3d\xbd", [0x1e5c] = "\x3d\xbe", + [0x1e5d] = "\x3d\xbf", [0x1e5e] = "\x3d\xc0", [0x1e5f] = "\x3d\xc1", + [0x1e60] = "\x3d\xc2", [0x1e61] = "\x3d\xc3", [0x1e62] = "\x3d\xc4", + [0x1e63] = "\x3d\xc5", [0x1e64] = "\x3d\xc6", [0x1e65] = "\x3d\xc7", + [0x1e66] = "\x3d\xc8", [0x1e67] = "\x3d\xc9", [0x1e68] = "\x3d\xca", + [0x1e69] = "\x3d\xcb", [0x1e6a] = "\x3d\xcc", [0x1e6b] = "\x3d\xcd", + [0x1e6c] = "\x3d\xce", [0x1e6d] = "\x3d\xcf", [0x1e6e] = "\x3d\xd0", + [0x1e6f] = "\x3d\xd1", [0x1e70] = "\x3d\xd2", [0x1e71] = "\x3d\xd3", + [0x1e72] = "\x3d\xd4", [0x1e73] = "\x3d\xd5", [0x1e74] = "\x3d\xd6", + [0x1e75] = "\x3d\xd7", [0x1e76] = "\x3d\xd8", [0x1e77] = "\x3d\xd9", + [0x1e78] = "\x3d\xda", [0x1e79] = "\x3d\xdb", [0x1e7a] = "\x3d\xdc", + [0x1e7b] = "\x3d\xdd", [0x1e7c] = "\x3d\xde", [0x1e7d] = "\x3d\xdf", + [0x1e7e] = "\x3d\xe0", [0x1e7f] = "\x3d\xe1", [0x1e80] = "\x3d\xe2", + [0x1e81] = "\x3d\xe3", [0x1e82] = "\x3d\xe4", [0x1e83] = "\x3d\xe5", + [0x1e84] = "\x3d\xe6", [0x1e85] = "\x3d\xe7", [0x1e86] = "\x3d\xe8", + [0x1e87] = "\x3d\xe9", [0x1e88] = "\x3d\xea", [0x1e89] = "\x3d\xeb", + [0x1e8a] = "\x3d\xec", [0x1e8b] = "\x3d\xed", [0x1e8c] = "\x3d\xee", + [0x1e8d] = "\x3d\xef", [0x1e8e] = "\x3d\xf0", [0x1e8f] = "\x3d\xf1", + [0x1e90] = "\x3d\xf2", [0x1e91] = "\x3d\xf3", [0x1e92] = "\x3d\xf4", + [0x1e93] = "\x3d\xf5", [0x1e94] = "\x3d\xf6", [0x1e95] = "\x3d\xf7", + [0x1e96] = "\x3d\xf8", [0x1e97] = "\x3d\xf9", [0x1e98] = "\x3d\xfa", + [0x1e99] = "\x3d\xfb", [0x1e9a] = "\x3d\xfc", [0x1e9b] = "\x3d\xfd", + [0x1e9c] = "\x3d\xfe", [0x1e9d] = "\x3d\xff", [0x1e9e] = "\x3e\x00", + [0x1e9f] = "\x3e\x01", [0x1ea0] = "\x3e\x02", [0x1ea1] = "\x3e\x03", + [0x1ea2] = "\x3e\x04", [0x1ea3] = "\x3e\x05", [0x1ea4] = "\x3e\x06", + [0x1ea5] = "\x3e\x07", [0x1ea6] = "\x3e\x08", [0x1ea7] = "\x3e\x09", + [0x1ea8] = "\x3e\x0a", [0x1ea9] = "\x3e\x0b", [0x1eaa] = "\x3e\x0c", + [0x1eab] = "\x3e\x0d", [0x1eac] = "\x3e\x0e", [0x1ead] = "\x3e\x0f", + [0x1eae] = "\x3e\x10", [0x1eaf] = "\x3e\x11", [0x1eb0] = "\x3e\x12", + [0x1eb1] = "\x3e\x13", [0x1eb2] = "\x3e\x14", [0x1eb3] = "\x3e\x15", + [0x1eb4] = "\x3e\x16", [0x1eb5] = "\x3e\x17", [0x1eb6] = "\x3e\x18", + [0x1eb7] = "\x3e\x19", [0x1eb8] = "\x3e\x1a", [0x1eb9] = "\x3e\x1b", + [0x1eba] = "\x3e\x1c", [0x1ebb] = "\x3e\x1d", [0x1ebc] = "\x3e\x1e", + [0x1ebd] = "\x3e\x1f", [0x1ebe] = "\x3e\x20", [0x1ebf] = "\x3e\x21", + [0x1ec0] = "\x3e\x22", [0x1ec1] = "\x3e\x23", [0x1ec2] = "\x3e\x24", + [0x1ec3] = "\x3e\x25", [0x1ec4] = "\x3e\x26", [0x1ec5] = "\x3e\x27", + [0x1ec6] = "\x3e\x28", [0x1ec7] = "\x3e\x29", [0x1ec8] = "\x3e\x2a", + [0x1ec9] = "\x3e\x2b", [0x1eca] = "\x3e\x2c", [0x1ecb] = "\x3e\x2d", + [0x1ecc] = "\x3e\x2e", [0x1ecd] = "\x3e\x2f", [0x1ece] = "\x3e\x30", + [0x1ecf] = "\x3e\x31", [0x1ed0] = "\x3e\x32", [0x1ed1] = "\x3e\x33", + [0x1ed2] = "\x3e\x34", [0x1ed3] = "\x3e\x35", [0x1ed4] = "\x3e\x36", + [0x1ed5] = "\x3e\x37", [0x1ed6] = "\x3e\x38", [0x1ed7] = "\x3e\x39", + [0x1ed8] = "\x3e\x3a", [0x1ed9] = "\x3e\x3b", [0x1eda] = "\x3e\x3c", + [0x1edb] = "\x3e\x3d", [0x1edc] = "\x3e\x3e", [0x1edd] = "\x3e\x3f", + [0x1ede] = "\x3e\x40", [0x1edf] = "\x3e\x41", [0x1ee0] = "\x3e\x42", + [0x1ee1] = "\x3e\x43", [0x1ee2] = "\x3e\x44", [0x1ee3] = "\x3e\x45", + [0x1ee4] = "\x3e\x46", [0x1ee5] = "\x3e\x47", [0x1ee6] = "\x3e\x48", + [0x1ee7] = "\x3e\x49", [0x1ee8] = "\x3e\x4a", [0x1ee9] = "\x3e\x4b", + [0x1eea] = "\x3e\x4c", [0x1eeb] = "\x3e\x4d", [0x1eec] = "\x3e\x4e", + [0x1eed] = "\x3e\x4f", [0x1eee] = "\x3e\x50", [0x1eef] = "\x3e\x51", + [0x1ef0] = "\x3e\x52", [0x1ef1] = "\x3e\x53", [0x1ef2] = "\x3e\x54", + [0x1ef3] = "\x3e\x55", [0x1ef4] = "\x3e\x56", [0x1ef5] = "\x3e\x57", + [0x1ef6] = "\x3e\x58", [0x1ef7] = "\x3e\x59", [0x1ef8] = "\x3e\x5a", + [0x1ef9] = "\x3e\x5b", [0x1efa] = "\x3e\x5c", [0x1efb] = "\x3e\x5d", + [0x1efc] = "\x3e\x5e", [0x1efd] = "\x3e\x5f", [0x1efe] = "\x3e\x60", + [0x1eff] = "\x3e\x61", [0x1f00] = "\x3e\x62", [0x1f01] = "\x3e\x63", + [0x1f02] = "\x3e\x64", [0x1f03] = "\x3e\x65", [0x1f04] = "\x3e\x66", + [0x1f05] = "\x3e\x67", [0x1f06] = "\x3e\x68", [0x1f07] = "\x3e\x69", + [0x1f08] = "\x3e\x6a", [0x1f09] = "\x3e\x6b", [0x1f0a] = "\x3e\x6c", + [0x1f0b] = "\x3e\x6d", [0x1f0c] = "\x3e\x6e", [0x1f0d] = "\x3e\x6f", + [0x1f0e] = "\x3e\x70", [0x1f0f] = "\x3e\x71", [0x1f10] = "\x3e\x72", + [0x1f11] = "\x3e\x73", [0x1f12] = "\x3e\x74", [0x1f13] = "\x3e\x75", + [0x1f14] = "\x3e\x76", [0x1f15] = "\x3e\x77", [0x1f16] = "\x3e\x78", + [0x1f17] = "\x3e\x79", [0x1f18] = "\x3e\x7a", [0x1f19] = "\x3e\x7b", + [0x1f1a] = "\x3e\x7c", [0x1f1b] = "\x3e\x7d", [0x1f1c] = "\x3e\x7e", + [0x1f1d] = "\x3e\x7f", [0x1f1e] = "\x3e\x80", [0x1f1f] = "\x3e\x81", + [0x1f20] = "\x3e\x82", [0x1f21] = "\x3e\x83", [0x1f22] = "\x3e\x84", + [0x1f23] = "\x3e\x85", [0x1f24] = "\x3e\x86", [0x1f25] = "\x3e\x87", + [0x1f26] = "\x3e\x88", [0x1f27] = "\x3e\x89", [0x1f28] = "\x3e\x8a", + [0x1f29] = "\x3e\x8b", [0x1f2a] = "\x3e\x8c", [0x1f2b] = "\x3e\x8d", + [0x1f2c] = "\x3e\x8e", [0x1f2d] = "\x3e\x8f", [0x1f2e] = "\x3e\x90", + [0x1f2f] = "\x3e\x91", [0x1f30] = "\x3e\x92", [0x1f31] = "\x3e\x93", + [0x1f32] = "\x3e\x94", [0x1f33] = "\x3e\x95", [0x1f34] = "\x3e\x96", + [0x1f35] = "\x3e\x97", [0x1f36] = "\x3e\x98", [0x1f37] = "\x3e\x99", + [0x1f38] = "\x3e\x9a", [0x1f39] = "\x3e\x9b", [0x1f3a] = "\x3e\x9c", + [0x1f3b] = "\x3e\x9d", [0x1f3c] = "\x3e\x9e", [0x1f3d] = "\x3e\x9f", + [0x1f3e] = "\x3e\xa0", [0x1f3f] = "\x3e\xa1", [0x1f40] = "\x3e\xa2", + [0x1f41] = "\x3e\xa3", [0x1f42] = "\x3e\xa4", [0x1f43] = "\x3e\xa5", + [0x1f44] = "\x3e\xa6", [0x1f45] = "\x3e\xa7", [0x1f46] = "\x3e\xa8", + [0x1f47] = "\x3e\xa9", [0x1f48] = "\x3e\xaa", [0x1f49] = "\x3e\xab", + [0x1f4a] = "\x3e\xac", [0x1f4b] = "\x3e\xad", [0x1f4c] = "\x3e\xae", + [0x1f4d] = "\x3e\xaf", [0x1f4e] = "\x3e\xb0", [0x1f4f] = "\x3e\xb1", + [0x1f50] = "\x3e\xb2", [0x1f51] = "\x3e\xb3", [0x1f52] = "\x3e\xb4", + [0x1f53] = "\x3e\xb5", [0x1f54] = "\x3e\xb6", [0x1f55] = "\x3e\xb7", + [0x1f56] = "\x3e\xb8", [0x1f57] = "\x3e\xb9", [0x1f58] = "\x3e\xba", + [0x1f59] = "\x3e\xbb", [0x1f5a] = "\x3e\xbc", [0x1f5b] = "\x3e\xbd", + [0x1f5c] = "\x3e\xbe", [0x1f5d] = "\x3e\xbf", [0x1f5e] = "\x3e\xc0", + [0x1f5f] = "\x3e\xc1", [0x1f60] = "\x3e\xc2", [0x1f61] = "\x3e\xc3", + [0x1f62] = "\x3e\xc4", [0x1f63] = "\x3e\xc5", [0x1f64] = "\x3e\xc6", + [0x1f65] = "\x3e\xc7", [0x1f66] = "\x3e\xc8", [0x1f67] = "\x3e\xc9", + [0x1f68] = "\x3e\xca", [0x1f69] = "\x3e\xcb", [0x1f6a] = "\x3e\xcc", + [0x1f6b] = "\x3e\xcd", [0x1f6c] = "\x3e\xce", [0x1f6d] = "\x3e\xcf", + [0x1f6e] = "\x3e\xd0", [0x1f6f] = "\x3e\xd1", [0x1f70] = "\x3e\xd2", + [0x1f71] = "\x3e\xd3", [0x1f72] = "\x3e\xd4", [0x1f73] = "\x3e\xd5", + [0x1f74] = "\x3e\xd6", [0x1f75] = "\x3e\xd7", [0x1f76] = "\x3e\xd8", + [0x1f77] = "\x3e\xd9", [0x1f78] = "\x3e\xda", [0x1f79] = "\x3e\xdb", + [0x1f7a] = "\x3e\xdc", [0x1f7b] = "\x3e\xdd", [0x1f7c] = "\x3e\xde", + [0x1f7d] = "\x3e\xdf", [0x1f7e] = "\x3e\xe0", [0x1f7f] = "\x3e\xe1", + [0x1f80] = "\x3e\xe2", [0x1f81] = "\x3e\xe3", [0x1f82] = "\x3e\xe4", + [0x1f83] = "\x3e\xe5", [0x1f84] = "\x3e\xe6", [0x1f85] = "\x3e\xe7", + [0x1f86] = "\x3e\xe8", [0x1f87] = "\x3e\xe9", [0x1f88] = "\x3e\xea", + [0x1f89] = "\x3e\xeb", [0x1f8a] = "\x3e\xec", [0x1f8b] = "\x3e\xed", + [0x1f8c] = "\x3e\xee", [0x1f8d] = "\x3e\xef", [0x1f8e] = "\x3e\xf0", + [0x1f8f] = "\x3e\xf1", [0x1f90] = "\xa9\x5c", [0x1f91] = "\x3e\xf2", + [0x1f92] = "\x3e\xf3", [0x1f93] = "\xa8\x43", [0x1f94] = "\xa1\xaa", + [0x1f95] = "\xa8\x44", [0x1f96] = "\xa1\xac", [0x1f97] = "\x3e\xf4", + [0x1f98] = "\xa1\xae", [0x1f99] = "\xa1\xaf", [0x1f9a] = "\x3e\xf5", + [0x1f9b] = "\x3e\xf6", [0x1f9c] = "\xa1\xb0", [0x1f9d] = "\xa1\xb1", + [0x1f9e] = "\x3e\xf7", [0x1f9f] = "\x3e\xf8", [0x1fa0] = "\x3e\xf9", + [0x1fa1] = "\x3e\xfa", [0x1fa2] = "\x3e\xfb", [0x1fa3] = "\x3e\xfc", + [0x1fa4] = "\x3e\xfd", [0x1fa5] = "\xa8\x45", [0x1fa6] = "\xa1\xad", + [0x1fa7] = "\x3e\xfe", [0x1fa8] = "\x3e\xff", [0x1fa9] = "\x3f\x00", + [0x1faa] = "\x3f\x01", [0x1fab] = "\x3f\x02", [0x1fac] = "\x3f\x03", + [0x1fad] = "\x3f\x04", [0x1fae] = "\x3f\x05", [0x1faf] = "\x3f\x06", + [0x1fb0] = "\xa1\xeb", [0x1fb1] = "\x3f\x07", [0x1fb2] = "\xa1\xe4", + [0x1fb3] = "\xa1\xe5", [0x1fb4] = "\x3f\x08", [0x1fb5] = "\xa8\x46", + [0x1fb6] = "\x3f\x09", [0x1fb7] = "\x3f\x0a", [0x1fb8] = "\x3f\x0b", + [0x1fb9] = "\x3f\x0c", [0x1fba] = "\x3f\x0d", [0x1fbb] = "\xa1\xf9", + [0x1fbc] = "\x3f\x0e", [0x1fbd] = "\x3f\x0f", [0x1fbe] = "\x3f\x10", + [0x1fbf] = "\x3f\x11", [0x1fc0] = "\x3f\x12", [0x1fc1] = "\x3f\x13", + [0x1fc2] = "\x3f\x14", [0x1fc3] = "\x3f\x15", [0x1fc4] = "\x3f\x16", + [0x1fc5] = "\x3f\x17", [0x1fc6] = "\x3f\x18", [0x1fc7] = "\x3f\x19", + [0x1fc8] = "\x3f\x1a", [0x1fc9] = "\x3f\x1b", [0x1fca] = "\x3f\x1c", + [0x1fcb] = "\x3f\x1d", [0x1fcc] = "\x3f\x1e", [0x1fcd] = "\x3f\x1f", + [0x1fce] = "\x3f\x20", [0x1fcf] = "\x3f\x21", [0x1fd0] = "\x3f\x22", + [0x1fd1] = "\x3f\x23", [0x1fd2] = "\x3f\x24", [0x1fd3] = "\x3f\x25", + [0x1fd4] = "\x3f\x26", [0x1fd5] = "\x3f\x27", [0x1fd6] = "\x3f\x28", + [0x1fd7] = "\x3f\x29", [0x1fd8] = "\x3f\x2a", [0x1fd9] = "\x3f\x2b", + [0x1fda] = "\x3f\x2c", [0x1fdb] = "\x3f\x2d", [0x1fdc] = "\x3f\x2e", + [0x1fdd] = "\x3f\x2f", [0x1fde] = "\x3f\x30", [0x1fdf] = "\x3f\x31", + [0x1fe0] = "\x3f\x32", [0x1fe1] = "\x3f\x33", [0x1fe2] = "\x3f\x34", + [0x1fe3] = "\x3f\x35", [0x1fe4] = "\x3f\x36", [0x1fe5] = "\x3f\x37", + [0x1fe6] = "\x3f\x38", [0x1fe7] = "\x3f\x39", [0x1fe8] = "\x3f\x3a", + [0x1fe9] = "\x3f\x3b", [0x1fea] = "\x3f\x3c", [0x1feb] = "\x3f\x3d", + [0x1fec] = "\x3f\x3e", [0x1fed] = "\x3f\x3f", [0x1fee] = "\x3f\x40", + [0x1fef] = "\x3f\x41", [0x1ff0] = "\x3f\x42", [0x1ff1] = "\x3f\x43", + [0x1ff2] = "\x3f\x44", [0x1ff3] = "\x3f\x45", [0x1ff4] = "\x3f\x46", + [0x1ff5] = "\x3f\x47", [0x1ff6] = "\x3f\x48", [0x1ff7] = "\x3f\x49", + [0x1ff8] = "\x3f\x4a", [0x1ff9] = "\x3f\x4b", [0x1ffa] = "\x3f\x4c", + [0x1ffb] = "\x3f\x4d", [0x1ffc] = "\x3f\x4e", [0x1ffd] = "\x3f\x4f", + [0x1ffe] = "\x3f\x50", [0x1fff] = "\x3f\x51", [0x2000] = "\x3f\x52", + [0x2001] = "\x3f\x53", [0x2002] = "\x3f\x54", [0x2003] = "\x3f\x55", + [0x2004] = "\x3f\x56", [0x2005] = "\x3f\x57", [0x2006] = "\x3f\x58", + [0x2007] = "\x3f\x59", [0x2008] = "\x3f\x5a", [0x2009] = "\x3f\x5b", + [0x200a] = "\x3f\x5c", [0x200b] = "\x3f\x5d", [0x200c] = "\x3f\x5e", + [0x200d] = "\x3f\x5f", [0x200e] = "\x3f\x60", [0x200f] = "\x3f\x61", + [0x2010] = "\x3f\x62", [0x2011] = "\x3f\x63", [0x2012] = "\x3f\x64", + [0x2013] = "\x3f\x65", [0x2014] = "\x3f\x66", [0x2015] = "\x3f\x67", + [0x2016] = "\x3f\x68", [0x2017] = "\x3f\x69", [0x2018] = "\x3f\x6a", + [0x2019] = "\x3f\x6b", [0x201a] = "\x3f\x6c", [0x201b] = "\x3f\x6d", + [0x201c] = "\x3f\x6e", [0x201d] = "\x3f\x6f", [0x201e] = "\x3f\x70", + [0x201f] = "\x3f\x71", [0x2020] = "\x3f\x72", [0x2021] = "\x3f\x73", + [0x2022] = "\x3f\x74", [0x2023] = "\x3f\x75", [0x2024] = "\x3f\x76", + [0x2025] = "\x3f\x77", [0x2026] = "\x3f\x78", [0x2027] = "\x3f\x79", + [0x2028] = "\x3f\x7a", [0x2029] = "\x3f\x7b", [0x202a] = "\x3f\x7c", + [0x202b] = "\x3f\x7d", [0x202c] = "\xa2\xe3", [0x202d] = "\x3f\x7e", + [0x202e] = "\x3f\x7f", [0x202f] = "\x3f\x80", [0x2030] = "\x3f\x81", + [0x2031] = "\x3f\x82", [0x2032] = "\x3f\x83", [0x2033] = "\x3f\x84", + [0x2034] = "\x3f\x85", [0x2035] = "\x3f\x86", [0x2036] = "\x3f\x87", + [0x2037] = "\x3f\x88", [0x2038] = "\x3f\x89", [0x2039] = "\x3f\x8a", + [0x203a] = "\x3f\x8b", [0x203b] = "\x3f\x8c", [0x203c] = "\x3f\x8d", + [0x203d] = "\x3f\x8e", [0x203e] = "\x3f\x8f", [0x203f] = "\x3f\x90", + [0x2040] = "\x3f\x91", [0x2041] = "\x3f\x92", [0x2042] = "\x3f\x93", + [0x2043] = "\x3f\x94", [0x2044] = "\x3f\x95", [0x2045] = "\x3f\x96", + [0x2046] = "\x3f\x97", [0x2047] = "\x3f\x98", [0x2048] = "\x3f\x99", + [0x2049] = "\x3f\x9a", [0x204a] = "\x3f\x9b", [0x204b] = "\x3f\x9c", + [0x204c] = "\x3f\x9d", [0x204d] = "\x3f\x9e", [0x204e] = "\x3f\x9f", + [0x204f] = "\x3f\xa0", [0x2050] = "\x3f\xa1", [0x2051] = "\x3f\xa2", + [0x2052] = "\x3f\xa3", [0x2053] = "\x3f\xa4", [0x2054] = "\x3f\xa5", + [0x2055] = "\x3f\xa6", [0x2056] = "\x3f\xa7", [0x2057] = "\x3f\xa8", + [0x2058] = "\x3f\xa9", [0x2059] = "\x3f\xaa", [0x205a] = "\x3f\xab", + [0x205b] = "\x3f\xac", [0x205c] = "\x3f\xad", [0x205d] = "\x3f\xae", + [0x205e] = "\x3f\xaf", [0x205f] = "\x3f\xb0", [0x2060] = "\x3f\xb1", + [0x2061] = "\x3f\xb2", [0x2062] = "\x3f\xb3", [0x2063] = "\x3f\xb4", + [0x2064] = "\x3f\xb5", [0x2065] = "\x3f\xb6", [0x2066] = "\x3f\xb7", + [0x2067] = "\x3f\xb8", [0x2068] = "\x3f\xb9", [0x2069] = "\x3f\xba", + [0x206a] = "\x3f\xbb", [0x206b] = "\x3f\xbc", [0x206c] = "\x3f\xbd", + [0x206d] = "\x3f\xbe", [0x206e] = "\x3f\xbf", [0x206f] = "\x3f\xc0", + [0x2070] = "\x3f\xc1", [0x2071] = "\x3f\xc2", [0x2072] = "\x3f\xc3", + [0x2073] = "\x3f\xc4", [0x2074] = "\x3f\xc5", [0x2075] = "\x3f\xc6", + [0x2076] = "\x3f\xc7", [0x2077] = "\x3f\xc8", [0x2078] = "\x3f\xc9", + [0x2079] = "\x3f\xca", [0x207a] = "\x3f\xcb", [0x207b] = "\x3f\xcc", + [0x207c] = "\x3f\xcd", [0x207d] = "\x3f\xce", [0x207e] = "\x3f\xcf", + [0x207f] = "\x3f\xd0", [0x2080] = "\x3f\xd1", [0x2081] = "\x3f\xd2", + [0x2082] = "\x3f\xd3", [0x2083] = "\xa1\xe6", [0x2084] = "\x3f\xd4", + [0x2085] = "\xa8\x47", [0x2086] = "\x3f\xd5", [0x2087] = "\x3f\xd6", + [0x2088] = "\x3f\xd7", [0x2089] = "\xa8\x48", [0x208a] = "\x3f\xd8", + [0x208b] = "\x3f\xd9", [0x208c] = "\x3f\xda", [0x208d] = "\x3f\xdb", + [0x208e] = "\x3f\xdc", [0x208f] = "\x3f\xdd", [0x2090] = "\x3f\xde", + [0x2091] = "\x3f\xdf", [0x2092] = "\x3f\xe0", [0x2093] = "\x3f\xe1", + [0x2094] = "\x3f\xe2", [0x2095] = "\x3f\xe3", [0x2096] = "\xa1\xed", + [0x2097] = "\x3f\xe4", [0x2098] = "\x3f\xe5", [0x2099] = "\x3f\xe6", + [0x209a] = "\x3f\xe7", [0x209b] = "\x3f\xe8", [0x209c] = "\x3f\xe9", + [0x209d] = "\x3f\xea", [0x209e] = "\x3f\xeb", [0x209f] = "\x3f\xec", + [0x20a0] = "\x3f\xed", [0x20a1] = "\xa9\x59", [0x20a2] = "\x3f\xee", + [0x20a3] = "\x3f\xef", [0x20a4] = "\x3f\xf0", [0x20a5] = "\x3f\xf1", + [0x20a6] = "\x3f\xf2", [0x20a7] = "\x3f\xf3", [0x20a8] = "\x3f\xf4", + [0x20a9] = "\x3f\xf5", [0x20aa] = "\x3f\xf6", [0x20ab] = "\x3f\xf7", + [0x20ac] = "\x3f\xf8", [0x20ad] = "\x3f\xf9", [0x20ae] = "\x3f\xfa", + [0x20af] = "\x3f\xfb", [0x20b0] = "\x3f\xfc", [0x20b1] = "\x3f\xfd", + [0x20b2] = "\x3f\xfe", [0x20b3] = "\x3f\xff", [0x20b4] = "\x40\x00", + [0x20b5] = "\x40\x01", [0x20b6] = "\x40\x02", [0x20b7] = "\x40\x03", + [0x20b8] = "\x40\x04", [0x20b9] = "\x40\x05", [0x20ba] = "\x40\x06", + [0x20bb] = "\x40\x07", [0x20bc] = "\x40\x08", [0x20bd] = "\x40\x09", + [0x20be] = "\x40\x0a", [0x20bf] = "\x40\x0b", [0x20c0] = "\x40\x0c", + [0x20c1] = "\x40\x0d", [0x20c2] = "\x40\x0e", [0x20c3] = "\x40\x0f", + [0x20c4] = "\x40\x10", [0x20c5] = "\x40\x11", [0x20c6] = "\x40\x12", + [0x20c7] = "\x40\x13", [0x20c8] = "\x40\x14", [0x20c9] = "\x40\x15", + [0x20ca] = "\x40\x16", [0x20cb] = "\x40\x17", [0x20cc] = "\x40\x18", + [0x20cd] = "\x40\x19", [0x20ce] = "\x40\x1a", [0x20cf] = "\x40\x1b", + [0x20d0] = "\x40\x1c", [0x20d1] = "\x40\x1d", [0x20d2] = "\x40\x1e", + [0x20d3] = "\x40\x1f", [0x20d4] = "\x40\x20", [0x20d5] = "\x40\x21", + [0x20d6] = "\x40\x22", [0x20d7] = "\x40\x23", [0x20d8] = "\x40\x24", + [0x20d9] = "\x40\x25", [0x20da] = "\x40\x26", [0x20db] = "\x40\x27", + [0x20dc] = "\x40\x28", [0x20dd] = "\x40\x29", [0x20de] = "\x40\x2a", + [0x20df] = "\x40\x2b", [0x20e0] = "\xa2\xf1", [0x20e1] = "\xa2\xf2", + [0x20e2] = "\xa2\xf3", [0x20e3] = "\xa2\xf4", [0x20e4] = "\xa2\xf5", + [0x20e5] = "\xa2\xf6", [0x20e6] = "\xa2\xf7", [0x20e7] = "\xa2\xf8", + [0x20e8] = "\xa2\xf9", [0x20e9] = "\xa2\xfa", [0x20ea] = "\xa2\xfb", + [0x20eb] = "\xa2\xfc", [0x20ec] = "\x40\x2c", [0x20ed] = "\x40\x2d", + [0x20ee] = "\x40\x2e", [0x20ef] = "\x40\x2f", [0x20f0] = "\xa2\xa1", + [0x20f1] = "\xa2\xa2", [0x20f2] = "\xa2\xa3", [0x20f3] = "\xa2\xa4", + [0x20f4] = "\xa2\xa5", [0x20f5] = "\xa2\xa6", [0x20f6] = "\xa2\xa7", + [0x20f7] = "\xa2\xa8", [0x20f8] = "\xa2\xa9", [0x20f9] = "\xa2\xaa", + [0x20fa] = "\x40\x30", [0x20fb] = "\x40\x31", [0x20fc] = "\x40\x32", + [0x20fd] = "\x40\x33", [0x20fe] = "\x40\x34", [0x20ff] = "\x40\x35", + [0x2100] = "\x40\x36", [0x2101] = "\x40\x37", [0x2102] = "\x40\x38", + [0x2103] = "\x40\x39", [0x2104] = "\x40\x3a", [0x2105] = "\x40\x3b", + [0x2106] = "\x40\x3c", [0x2107] = "\x40\x3d", [0x2108] = "\x40\x3e", + [0x2109] = "\x40\x3f", [0x210a] = "\x40\x40", [0x210b] = "\x40\x41", + [0x210c] = "\x40\x42", [0x210d] = "\x40\x43", [0x210e] = "\x40\x44", + [0x210f] = "\x40\x45", [0x2110] = "\xa1\xfb", [0x2111] = "\xa1\xfc", + [0x2112] = "\xa1\xfa", [0x2113] = "\xa1\xfd", [0x2114] = "\x40\x46", + [0x2115] = "\x40\x47", [0x2116] = "\xa8\x49", [0x2117] = "\xa8\x4a", + [0x2118] = "\xa8\x4b", [0x2119] = "\xa8\x4c", [0x211a] = "\x40\x48", + [0x211b] = "\x40\x49", [0x211c] = "\x40\x4a", [0x211d] = "\x40\x4b", + [0x211e] = "\x40\x4c", [0x211f] = "\x40\x4d", [0x2120] = "\x40\x4e", + [0x2121] = "\x40\x4f", [0x2122] = "\x40\x50", [0x2123] = "\x40\x51", + [0x2124] = "\x40\x52", [0x2125] = "\x40\x53", [0x2126] = "\x40\x54", + [0x2127] = "\x40\x55", [0x2128] = "\x40\x56", [0x2129] = "\x40\x57", + [0x212a] = "\x40\x58", [0x212b] = "\x40\x59", [0x212c] = "\x40\x5a", + [0x212d] = "\x40\x5b", [0x212e] = "\x40\x5c", [0x212f] = "\x40\x5d", + [0x2130] = "\x40\x5e", [0x2131] = "\x40\x5f", [0x2132] = "\x40\x60", + [0x2133] = "\x40\x61", [0x2134] = "\x40\x62", [0x2135] = "\x40\x63", + [0x2136] = "\x40\x64", [0x2137] = "\x40\x65", [0x2138] = "\x40\x66", + [0x2139] = "\x40\x67", [0x213a] = "\x40\x68", [0x213b] = "\x40\x69", + [0x213c] = "\x40\x6a", [0x213d] = "\x40\x6b", [0x213e] = "\x40\x6c", + [0x213f] = "\x40\x6d", [0x2140] = "\x40\x6e", [0x2141] = "\x40\x6f", + [0x2142] = "\x40\x70", [0x2143] = "\x40\x71", [0x2144] = "\x40\x72", + [0x2145] = "\x40\x73", [0x2146] = "\x40\x74", [0x2147] = "\x40\x75", + [0x2148] = "\x40\x76", [0x2149] = "\x40\x77", [0x214a] = "\x40\x78", + [0x214b] = "\x40\x79", [0x214c] = "\x40\x7a", [0x214d] = "\x40\x7b", + [0x214e] = "\x40\x7c", [0x214f] = "\x40\x7d", [0x2150] = "\x40\x7e", + [0x2151] = "\x40\x7f", [0x2152] = "\x40\x80", [0x2153] = "\x40\x81", + [0x2154] = "\x40\x82", [0x2155] = "\x40\x83", [0x2156] = "\x40\x84", + [0x2157] = "\x40\x85", [0x2158] = "\x40\x86", [0x2159] = "\x40\x87", + [0x215a] = "\x40\x88", [0x215b] = "\x40\x89", [0x215c] = "\x40\x8a", + [0x215d] = "\x40\x8b", [0x215e] = "\x40\x8c", [0x215f] = "\x40\x8d", + [0x2160] = "\x40\x8e", [0x2161] = "\x40\x8f", [0x2162] = "\x40\x90", + [0x2163] = "\x40\x91", [0x2164] = "\x40\x92", [0x2165] = "\x40\x93", + [0x2166] = "\x40\x94", [0x2167] = "\x40\x95", [0x2168] = "\x40\x96", + [0x2169] = "\x40\x97", [0x216a] = "\x40\x98", [0x216b] = "\x40\x99", + [0x216c] = "\x40\x9a", [0x216d] = "\x40\x9b", [0x216e] = "\x40\x9c", + [0x216f] = "\x40\x9d", [0x2170] = "\x40\x9e", [0x2171] = "\x40\x9f", + [0x2172] = "\x40\xa0", [0x2173] = "\x40\xa1", [0x2174] = "\x40\xa2", + [0x2175] = "\x40\xa3", [0x2176] = "\x40\xa4", [0x2177] = "\x40\xa5", + [0x2178] = "\x40\xa6", [0x2179] = "\x40\xa7", [0x217a] = "\x40\xa8", + [0x217b] = "\x40\xa9", [0x217c] = "\x40\xaa", [0x217d] = "\x40\xab", + [0x217e] = "\x40\xac", [0x217f] = "\x40\xad", [0x2180] = "\x40\xae", + [0x2181] = "\x40\xaf", [0x2182] = "\x40\xb0", [0x2183] = "\x40\xb1", + [0x2184] = "\x40\xb2", [0x2185] = "\x40\xb3", [0x2186] = "\x40\xb4", + [0x2187] = "\x40\xb5", [0x2188] = "\xa1\xca", [0x2189] = "\x40\xb6", + [0x218a] = "\x40\xb7", [0x218b] = "\x40\xb8", [0x218c] = "\x40\xb9", + [0x218d] = "\x40\xba", [0x218e] = "\x40\xbb", [0x218f] = "\xa1\xc7", + [0x2190] = "\x40\xbc", [0x2191] = "\xa1\xc6", [0x2192] = "\x40\xbd", + [0x2193] = "\x40\xbe", [0x2194] = "\x40\xbf", [0x2195] = "\xa8\x4d", + [0x2196] = "\x40\xc0", [0x2197] = "\x40\xc1", [0x2198] = "\x40\xc2", + [0x2199] = "\x40\xc3", [0x219a] = "\xa1\xcc", [0x219b] = "\x40\xc4", + [0x219c] = "\x40\xc5", [0x219d] = "\xa1\xd8", [0x219e] = "\xa1\xde", + [0x219f] = "\xa8\x4e", [0x21a0] = "\xa1\xcf", [0x21a1] = "\x40\xc6", + [0x21a2] = "\x40\xc7", [0x21a3] = "\xa8\x4f", [0x21a4] = "\x40\xc8", + [0x21a5] = "\xa1\xce", [0x21a6] = "\x40\xc9", [0x21a7] = "\xa1\xc4", + [0x21a8] = "\xa1\xc5", [0x21a9] = "\xa1\xc9", [0x21aa] = "\xa1\xc8", + [0x21ab] = "\xa1\xd2", [0x21ac] = "\x40\xca", [0x21ad] = "\x40\xcb", + [0x21ae] = "\xa1\xd3", [0x21af] = "\x40\xcc", [0x21b0] = "\x40\xcd", + [0x21b1] = "\x40\xce", [0x21b2] = "\x40\xcf", [0x21b3] = "\x40\xd0", + [0x21b4] = "\xa1\xe0", [0x21b5] = "\xa1\xdf", [0x21b6] = "\xa1\xc3", + [0x21b7] = "\xa1\xcb", [0x21b8] = "\x40\xd1", [0x21b9] = "\x40\xd2", + [0x21ba] = "\x40\xd3", [0x21bb] = "\x40\xd4", [0x21bc] = "\x40\xd5", + [0x21bd] = "\xa1\xd7", [0x21be] = "\x40\xd6", [0x21bf] = "\x40\xd7", + [0x21c0] = "\x40\xd8", [0x21c1] = "\x40\xd9", [0x21c2] = "\x40\xda", + [0x21c3] = "\x40\xdb", [0x21c4] = "\x40\xdc", [0x21c5] = "\x40\xdd", + [0x21c6] = "\x40\xde", [0x21c7] = "\x40\xdf", [0x21c8] = "\xa1\xd6", + [0x21c9] = "\x40\xe0", [0x21ca] = "\x40\xe1", [0x21cb] = "\x40\xe2", + [0x21cc] = "\xa1\xd5", [0x21cd] = "\x40\xe3", [0x21ce] = "\x40\xe4", + [0x21cf] = "\x40\xe5", [0x21d0] = "\x40\xe6", [0x21d1] = "\x40\xe7", + [0x21d2] = "\xa8\x50", [0x21d3] = "\x40\xe8", [0x21d4] = "\x40\xe9", + [0x21d5] = "\x40\xea", [0x21d6] = "\x40\xeb", [0x21d7] = "\x40\xec", + [0x21d8] = "\x40\xed", [0x21d9] = "\x40\xee", [0x21da] = "\x40\xef", + [0x21db] = "\x40\xf0", [0x21dc] = "\x40\xf1", [0x21dd] = "\x40\xf2", + [0x21de] = "\x40\xf3", [0x21df] = "\x40\xf4", [0x21e0] = "\xa1\xd9", + [0x21e1] = "\xa1\xd4", [0x21e2] = "\x40\xf5", [0x21e3] = "\x40\xf6", + [0x21e4] = "\xa1\xdc", [0x21e5] = "\xa1\xdd", [0x21e6] = "\xa8\x51", + [0x21e7] = "\xa8\x52", [0x21e8] = "\x40\xf7", [0x21e9] = "\x40\xf8", + [0x21ea] = "\x40\xf9", [0x21eb] = "\x40\xfa", [0x21ec] = "\x40\xfb", + [0x21ed] = "\x40\xfc", [0x21ee] = "\xa1\xda", [0x21ef] = "\xa1\xdb", + [0x21f0] = "\x40\xfd", [0x21f1] = "\x40\xfe", [0x21f2] = "\x40\xff", + [0x21f3] = "\x41\x00", [0x21f4] = "\x41\x01", [0x21f5] = "\x41\x02", + [0x21f6] = "\x41\x03", [0x21f7] = "\x41\x04", [0x21f8] = "\x41\x05", + [0x21f9] = "\x41\x06", [0x21fa] = "\x41\x07", [0x21fb] = "\x41\x08", + [0x21fc] = "\x41\x09", [0x21fd] = "\x41\x0a", [0x21fe] = "\x41\x0b", + [0x21ff] = "\x41\x0c", [0x2200] = "\x41\x0d", [0x2201] = "\x41\x0e", + [0x2202] = "\x41\x0f", [0x2203] = "\x41\x10", [0x2204] = "\x41\x11", + [0x2205] = "\x41\x12", [0x2206] = "\x41\x13", [0x2207] = "\x41\x14", + [0x2208] = "\x41\x15", [0x2209] = "\x41\x16", [0x220a] = "\x41\x17", + [0x220b] = "\x41\x18", [0x220c] = "\x41\x19", [0x220d] = "\x41\x1a", + [0x220e] = "\x41\x1b", [0x220f] = "\x41\x1c", [0x2210] = "\x41\x1d", + [0x2211] = "\x41\x1e", [0x2212] = "\x41\x1f", [0x2213] = "\x41\x20", + [0x2214] = "\x41\x21", [0x2215] = "\xa8\x92", [0x2216] = "\x41\x22", + [0x2217] = "\x41\x23", [0x2218] = "\x41\x24", [0x2219] = "\xa1\xd1", + [0x221a] = "\x41\x25", [0x221b] = "\x41\x26", [0x221c] = "\x41\x27", + [0x221d] = "\x41\x28", [0x221e] = "\x41\x29", [0x221f] = "\x41\x2a", + [0x2220] = "\x41\x2b", [0x2221] = "\x41\x2c", [0x2222] = "\x41\x2d", + [0x2223] = "\x41\x2e", [0x2224] = "\x41\x2f", [0x2225] = "\xa1\xcd", + [0x2226] = "\x41\x30", [0x2227] = "\x41\x31", [0x2228] = "\x41\x32", + [0x2229] = "\x41\x33", [0x222a] = "\x41\x34", [0x222b] = "\x41\x35", + [0x222c] = "\x41\x36", [0x222d] = "\x41\x37", [0x222e] = "\x41\x38", + [0x222f] = "\x41\x39", [0x2230] = "\x41\x3a", [0x2231] = "\x41\x3b", + [0x2232] = "\x41\x3c", [0x2233] = "\x41\x3d", [0x2234] = "\x41\x3e", + [0x2235] = "\x41\x3f", [0x2236] = "\x41\x40", [0x2237] = "\x41\x41", + [0x2238] = "\x41\x42", [0x2239] = "\x41\x43", [0x223a] = "\x41\x44", + [0x223b] = "\x41\x45", [0x223c] = "\x41\x46", [0x223d] = "\x41\x47", + [0x223e] = "\x41\x48", [0x223f] = "\xa8\x53", [0x2240] = "\x41\x49", + [0x2241] = "\x41\x4a", [0x2242] = "\x41\x4b", [0x2243] = "\x41\x4c", + [0x2244] = "\x41\x4d", [0x2245] = "\x41\x4e", [0x2246] = "\x41\x4f", + [0x2247] = "\x41\x50", [0x2248] = "\x41\x51", [0x2249] = "\x41\x52", + [0x224a] = "\x41\x53", [0x224b] = "\x41\x54", [0x224c] = "\x41\x55", + [0x224d] = "\x41\x56", [0x224e] = "\x41\x57", [0x224f] = "\x41\x58", + [0x2250] = "\x41\x59", [0x2251] = "\x41\x5a", [0x2252] = "\x41\x5b", + [0x2253] = "\x41\x5c", [0x2254] = "\x41\x5d", [0x2255] = "\x41\x5e", + [0x2256] = "\x41\x5f", [0x2257] = "\x41\x60", [0x2258] = "\x41\x61", + [0x2259] = "\x41\x62", [0x225a] = "\x41\x63", [0x225b] = "\x41\x64", + [0x225c] = "\x41\x65", [0x225d] = "\x41\x66", [0x225e] = "\x41\x67", + [0x225f] = "\x41\x68", [0x2260] = "\x41\x69", [0x2261] = "\x41\x6a", + [0x2262] = "\x41\x6b", [0x2263] = "\x41\x6c", [0x2264] = "\x41\x6d", + [0x2265] = "\x41\x6e", [0x2266] = "\x41\x6f", [0x2267] = "\x41\x70", + [0x2268] = "\x41\x71", [0x2269] = "\x41\x72", [0x226a] = "\x41\x73", + [0x226b] = "\x41\x74", [0x226c] = "\x41\x75", [0x226d] = "\x41\x76", + [0x226e] = "\x41\x77", [0x226f] = "\x41\x78", [0x2270] = "\x41\x79", + [0x2271] = "\x41\x7a", [0x2272] = "\x41\x7b", [0x2273] = "\x41\x7c", + [0x2274] = "\x41\x7d", [0x2275] = "\x41\x7e", [0x2276] = "\x41\x7f", + [0x2277] = "\x41\x80", [0x2278] = "\x41\x81", [0x2279] = "\x41\x82", + [0x227a] = "\x41\x83", [0x227b] = "\x41\x84", [0x227c] = "\x41\x85", + [0x227d] = "\x41\x86", [0x227e] = "\x41\x87", [0x227f] = "\x41\x88", + [0x2280] = "\x41\x89", [0x2281] = "\x41\x8a", [0x2282] = "\x41\x8b", + [0x2283] = "\x41\x8c", [0x2284] = "\x41\x8d", [0x2285] = "\x41\x8e", + [0x2286] = "\x41\x8f", [0x2287] = "\x41\x90", [0x2288] = "\x41\x91", + [0x2289] = "\x41\x92", [0x228a] = "\x41\x93", [0x228b] = "\x41\x94", + [0x228c] = "\x41\x95", [0x228d] = "\x41\x96", [0x228e] = "\x41\x97", + [0x228f] = "\x41\x98", [0x2290] = "\x41\x99", [0x2291] = "\x41\x9a", + [0x2292] = "\xa1\xd0", [0x2293] = "\x41\x9b", [0x2294] = "\x41\x9c", + [0x2295] = "\x41\x9d", [0x2296] = "\x41\x9e", [0x2297] = "\x41\x9f", + [0x2298] = "\x41\xa0", [0x2299] = "\x41\xa1", [0x229a] = "\x41\xa2", + [0x229b] = "\x41\xa3", [0x229c] = "\x41\xa4", [0x229d] = "\x41\xa5", + [0x229e] = "\x41\xa6", [0x229f] = "\x41\xa7", [0x22a0] = "\x41\xa8", + [0x22a1] = "\x41\xa9", [0x22a2] = "\x41\xaa", [0x22a3] = "\x41\xab", + [0x22a4] = "\x41\xac", [0x22a5] = "\x41\xad", [0x22a6] = "\x41\xae", + [0x22a7] = "\x41\xaf", [0x22a8] = "\x41\xb0", [0x22a9] = "\x41\xb1", + [0x22aa] = "\x41\xb2", [0x22ab] = "\x41\xb3", [0x22ac] = "\x41\xb4", + [0x22ad] = "\x41\xb5", [0x22ae] = "\x41\xb6", [0x22af] = "\x41\xb7", + [0x22b0] = "\x41\xb8", [0x22b1] = "\x41\xb9", [0x22b2] = "\x41\xba", + [0x22b3] = "\x41\xbb", [0x22b4] = "\x41\xbc", [0x22b5] = "\x41\xbd", + [0x22b6] = "\x41\xbe", [0x22b7] = "\x41\xbf", [0x22b8] = "\x41\xc0", + [0x22b9] = "\x41\xc1", [0x22ba] = "\x41\xc2", [0x22bb] = "\x41\xc3", + [0x22bc] = "\x41\xc4", [0x22bd] = "\x41\xc5", [0x22be] = "\x41\xc6", + [0x22bf] = "\x41\xc7", [0x22c0] = "\x41\xc8", [0x22c1] = "\x41\xc9", + [0x22c2] = "\x41\xca", [0x22c3] = "\x41\xcb", [0x22c4] = "\x41\xcc", + [0x22c5] = "\x41\xcd", [0x22c6] = "\x41\xce", [0x22c7] = "\x41\xcf", + [0x22c8] = "\x41\xd0", [0x22c9] = "\x41\xd1", [0x22ca] = "\x41\xd2", + [0x22cb] = "\x41\xd3", [0x22cc] = "\x41\xd4", [0x22cd] = "\x41\xd5", + [0x22ce] = "\x41\xd6", [0x22cf] = "\x41\xd7", [0x22d0] = "\x41\xd8", + [0x22d1] = "\x41\xd9", [0x22d2] = "\x41\xda", [0x22d3] = "\x41\xdb", + [0x22d4] = "\x41\xdc", [0x22d5] = "\x41\xdd", [0x22d6] = "\x41\xde", + [0x22d7] = "\x41\xdf", [0x22d8] = "\x41\xe0", [0x22d9] = "\x41\xe1", + [0x22da] = "\x41\xe2", [0x22db] = "\x41\xe3", [0x22dc] = "\x41\xe4", + [0x22dd] = "\x41\xe5", [0x22de] = "\x41\xe6", [0x22df] = "\x41\xe7", + [0x22e0] = "\x41\xe8", [0x22e1] = "\x41\xe9", [0x22e2] = "\x41\xea", + [0x22e3] = "\x41\xeb", [0x22e4] = "\x41\xec", [0x22e5] = "\x41\xed", + [0x22e6] = "\x41\xee", [0x22e7] = "\x41\xef", [0x22e8] = "\x41\xf0", + [0x22e9] = "\x41\xf1", [0x22ea] = "\x41\xf2", [0x22eb] = "\x41\xf3", + [0x22ec] = "\x41\xf4", [0x22ed] = "\x41\xf5", [0x22ee] = "\x41\xf6", + [0x22ef] = "\x41\xf7", [0x22f0] = "\x41\xf8", [0x22f1] = "\x41\xf9", + [0x22f2] = "\x41\xfa", [0x22f3] = "\x41\xfb", [0x22f4] = "\x41\xfc", + [0x22f5] = "\x41\xfd", [0x22f6] = "\x41\xfe", [0x22f7] = "\x41\xff", + [0x22f8] = "\x42\x00", [0x22f9] = "\x42\x01", [0x22fa] = "\x42\x02", + [0x22fb] = "\x42\x03", [0x22fc] = "\x42\x04", [0x22fd] = "\x42\x05", + [0x22fe] = "\x42\x06", [0x22ff] = "\x42\x07", [0x2300] = "\x42\x08", + [0x2301] = "\x42\x09", [0x2302] = "\x42\x0a", [0x2303] = "\x42\x0b", + [0x2304] = "\x42\x0c", [0x2305] = "\x42\x0d", [0x2306] = "\x42\x0e", + [0x2307] = "\x42\x0f", [0x2308] = "\x42\x10", [0x2309] = "\x42\x11", + [0x230a] = "\x42\x12", [0x230b] = "\x42\x13", [0x230c] = "\x42\x14", + [0x230d] = "\x42\x15", [0x230e] = "\x42\x16", [0x230f] = "\x42\x17", + [0x2310] = "\x42\x18", [0x2311] = "\x42\x19", [0x2312] = "\x42\x1a", + [0x2313] = "\x42\x1b", [0x2314] = "\x42\x1c", [0x2315] = "\x42\x1d", + [0x2316] = "\x42\x1e", [0x2317] = "\x42\x1f", [0x2318] = "\x42\x20", + [0x2319] = "\x42\x21", [0x231a] = "\x42\x22", [0x231b] = "\x42\x23", + [0x231c] = "\x42\x24", [0x231d] = "\x42\x25", [0x231e] = "\x42\x26", + [0x231f] = "\x42\x27", [0x2320] = "\x42\x28", [0x2321] = "\x42\x29", + [0x2322] = "\x42\x2a", [0x2323] = "\x42\x2b", [0x2324] = "\x42\x2c", + [0x2325] = "\x42\x2d", [0x2326] = "\x42\x2e", [0x2327] = "\x42\x2f", + [0x2328] = "\x42\x30", [0x2329] = "\x42\x31", [0x232a] = "\x42\x32", + [0x232b] = "\x42\x33", [0x232c] = "\x42\x34", [0x232d] = "\x42\x35", + [0x232e] = "\x42\x36", [0x232f] = "\x42\x37", [0x2330] = "\x42\x38", + [0x2331] = "\x42\x39", [0x2332] = "\x42\x3a", [0x2333] = "\x42\x3b", + [0x2334] = "\x42\x3c", [0x2335] = "\x42\x3d", [0x2336] = "\x42\x3e", + [0x2337] = "\x42\x3f", [0x2338] = "\x42\x40", [0x2339] = "\x42\x41", + [0x233a] = "\x42\x42", [0x233b] = "\x42\x43", [0x233c] = "\x42\x44", + [0x233d] = "\x42\x45", [0x233e] = "\x42\x46", [0x233f] = "\x42\x47", + [0x2340] = "\x42\x48", [0x2341] = "\x42\x49", [0x2342] = "\x42\x4a", + [0x2343] = "\x42\x4b", [0x2344] = "\x42\x4c", [0x2345] = "\x42\x4d", + [0x2346] = "\x42\x4e", [0x2347] = "\x42\x4f", [0x2348] = "\x42\x50", + [0x2349] = "\x42\x51", [0x234a] = "\x42\x52", [0x234b] = "\x42\x53", + [0x234c] = "\x42\x54", [0x234d] = "\x42\x55", [0x234e] = "\x42\x56", + [0x234f] = "\x42\x57", [0x2350] = "\x42\x58", [0x2351] = "\x42\x59", + [0x2352] = "\x42\x5a", [0x2353] = "\x42\x5b", [0x2354] = "\x42\x5c", + [0x2355] = "\x42\x5d", [0x2356] = "\x42\x5e", [0x2357] = "\x42\x5f", + [0x2358] = "\x42\x60", [0x2359] = "\x42\x61", [0x235a] = "\x42\x62", + [0x235b] = "\x42\x63", [0x235c] = "\x42\x64", [0x235d] = "\x42\x65", + [0x235e] = "\x42\x66", [0x235f] = "\x42\x67", [0x2360] = "\x42\x68", + [0x2361] = "\x42\x69", [0x2362] = "\x42\x6a", [0x2363] = "\x42\x6b", + [0x2364] = "\x42\x6c", [0x2365] = "\x42\x6d", [0x2366] = "\x42\x6e", + [0x2367] = "\x42\x6f", [0x2368] = "\x42\x70", [0x2369] = "\x42\x71", + [0x236a] = "\x42\x72", [0x236b] = "\x42\x73", [0x236c] = "\x42\x74", + [0x236d] = "\x42\x75", [0x236e] = "\x42\x76", [0x236f] = "\x42\x77", + [0x2370] = "\x42\x78", [0x2371] = "\x42\x79", [0x2372] = "\x42\x7a", + [0x2373] = "\x42\x7b", [0x2374] = "\x42\x7c", [0x2375] = "\x42\x7d", + [0x2376] = "\x42\x7e", [0x2377] = "\x42\x7f", [0x2378] = "\x42\x80", + [0x2379] = "\x42\x81", [0x237a] = "\x42\x82", [0x237b] = "\x42\x83", + [0x237c] = "\x42\x84", [0x237d] = "\x42\x85", [0x237e] = "\x42\x86", + [0x237f] = "\x42\x87", [0x2380] = "\x42\x88", [0x2381] = "\x42\x89", + [0x2382] = "\x42\x8a", [0x2383] = "\x42\x8b", [0x2384] = "\x42\x8c", + [0x2385] = "\x42\x8d", [0x2386] = "\x42\x8e", [0x2387] = "\x42\x8f", + [0x2388] = "\x42\x90", [0x2389] = "\x42\x91", [0x238a] = "\x42\x92", + [0x238b] = "\x42\x93", [0x238c] = "\x42\x94", [0x238d] = "\x42\x95", + [0x238e] = "\x42\x96", [0x238f] = "\x42\x97", [0x2390] = "\x42\x98", + [0x2391] = "\x42\x99", [0x2392] = "\x42\x9a", [0x2393] = "\x42\x9b", + [0x2394] = "\x42\x9c", [0x2395] = "\x42\x9d", [0x2396] = "\x42\x9e", + [0x2397] = "\x42\x9f", [0x2398] = "\x42\xa0", [0x2399] = "\x42\xa1", + [0x239a] = "\x42\xa2", [0x239b] = "\x42\xa3", [0x239c] = "\x42\xa4", + [0x239d] = "\x42\xa5", [0x239e] = "\x42\xa6", [0x239f] = "\x42\xa7", + [0x23a0] = "\x42\xa8", [0x23a1] = "\x42\xa9", [0x23a2] = "\x42\xaa", + [0x23a3] = "\x42\xab", [0x23a4] = "\x42\xac", [0x23a5] = "\x42\xad", + [0x23a6] = "\x42\xae", [0x23a7] = "\x42\xaf", [0x23a8] = "\x42\xb0", + [0x23a9] = "\x42\xb1", [0x23aa] = "\x42\xb2", [0x23ab] = "\x42\xb3", + [0x23ac] = "\x42\xb4", [0x23ad] = "\x42\xb5", [0x23ae] = "\x42\xb6", + [0x23af] = "\x42\xb7", [0x23b0] = "\x42\xb8", [0x23b1] = "\x42\xb9", + [0x23b2] = "\x42\xba", [0x23b3] = "\x42\xbb", [0x23b4] = "\x42\xbc", + [0x23b5] = "\x42\xbd", [0x23b6] = "\x42\xbe", [0x23b7] = "\x42\xbf", + [0x23b8] = "\x42\xc0", [0x23b9] = "\x42\xc1", [0x23ba] = "\x42\xc2", + [0x23bb] = "\x42\xc3", [0x23bc] = "\x42\xc4", [0x23bd] = "\x42\xc5", + [0x23be] = "\x42\xc6", [0x23bf] = "\x42\xc7", [0x23c0] = "\x42\xc8", + [0x23c1] = "\x42\xc9", [0x23c2] = "\x42\xca", [0x23c3] = "\x42\xcb", + [0x23c4] = "\x42\xcc", [0x23c5] = "\x42\xcd", [0x23c6] = "\x42\xce", + [0x23c7] = "\x42\xcf", [0x23c8] = "\x42\xd0", [0x23c9] = "\x42\xd1", + [0x23ca] = "\x42\xd2", [0x23cb] = "\x42\xd3", [0x23cc] = "\x42\xd4", + [0x23cd] = "\x42\xd5", [0x23ce] = "\x42\xd6", [0x23cf] = "\x42\xd7", + [0x23d0] = "\x42\xd8", [0x23d1] = "\x42\xd9", [0x23d2] = "\x42\xda", + [0x23d3] = "\x42\xdb", [0x23d4] = "\x42\xdc", [0x23d5] = "\x42\xdd", + [0x23d6] = "\x42\xde", [0x23d7] = "\x42\xdf", [0x23d8] = "\x42\xe0", + [0x23d9] = "\x42\xe1", [0x23da] = "\x42\xe2", [0x23db] = "\x42\xe3", + [0x23dc] = "\x42\xe4", [0x23dd] = "\x42\xe5", [0x23de] = "\x42\xe6", + [0x23df] = "\x42\xe7", [0x23e0] = "\xa2\xd9", [0x23e1] = "\xa2\xda", + [0x23e2] = "\xa2\xdb", [0x23e3] = "\xa2\xdc", [0x23e4] = "\xa2\xdd", + [0x23e5] = "\xa2\xde", [0x23e6] = "\xa2\xdf", [0x23e7] = "\xa2\xe0", + [0x23e8] = "\xa2\xe1", [0x23e9] = "\xa2\xe2", [0x23ea] = "\x42\xe8", + [0x23eb] = "\x42\xe9", [0x23ec] = "\x42\xea", [0x23ed] = "\x42\xeb", + [0x23ee] = "\x42\xec", [0x23ef] = "\x42\xed", [0x23f0] = "\x42\xee", + [0x23f1] = "\x42\xef", [0x23f2] = "\x42\xf0", [0x23f3] = "\x42\xf1", + [0x23f4] = "\xa2\xc5", [0x23f5] = "\xa2\xc6", [0x23f6] = "\xa2\xc7", + [0x23f7] = "\xa2\xc8", [0x23f8] = "\xa2\xc9", [0x23f9] = "\xa2\xca", + [0x23fa] = "\xa2\xcb", [0x23fb] = "\xa2\xcc", [0x23fc] = "\xa2\xcd", + [0x23fd] = "\xa2\xce", [0x23fe] = "\xa2\xcf", [0x23ff] = "\xa2\xd0", + [0x2400] = "\xa2\xd1", [0x2401] = "\xa2\xd2", [0x2402] = "\xa2\xd3", + [0x2403] = "\xa2\xd4", [0x2404] = "\xa2\xd5", [0x2405] = "\xa2\xd6", + [0x2406] = "\xa2\xd7", [0x2407] = "\xa2\xd8", [0x2408] = "\xa2\xb1", + [0x2409] = "\xa2\xb2", [0x240a] = "\xa2\xb3", [0x240b] = "\xa2\xb4", + [0x240c] = "\xa2\xb5", [0x240d] = "\xa2\xb6", [0x240e] = "\xa2\xb7", + [0x240f] = "\xa2\xb8", [0x2410] = "\xa2\xb9", [0x2411] = "\xa2\xba", + [0x2412] = "\xa2\xbb", [0x2413] = "\xa2\xbc", [0x2414] = "\xa2\xbd", + [0x2415] = "\xa2\xbe", [0x2416] = "\xa2\xbf", [0x2417] = "\xa2\xc0", + [0x2418] = "\xa2\xc1", [0x2419] = "\xa2\xc2", [0x241a] = "\xa2\xc3", + [0x241b] = "\xa2\xc4", [0x241c] = "\x42\xf2", [0x241d] = "\x42\xf3", + [0x241e] = "\x42\xf4", [0x241f] = "\x42\xf5", [0x2420] = "\x42\xf6", + [0x2421] = "\x42\xf7", [0x2422] = "\x42\xf8", [0x2423] = "\x42\xf9", + [0x2424] = "\x42\xfa", [0x2425] = "\x42\xfb", [0x2426] = "\x42\xfc", + [0x2427] = "\x42\xfd", [0x2428] = "\x42\xfe", [0x2429] = "\x42\xff", + [0x242a] = "\x43\x00", [0x242b] = "\x43\x01", [0x242c] = "\x43\x02", + [0x242d] = "\x43\x03", [0x242e] = "\x43\x04", [0x242f] = "\x43\x05", + [0x2430] = "\x43\x06", [0x2431] = "\x43\x07", [0x2432] = "\x43\x08", + [0x2433] = "\x43\x09", [0x2434] = "\x43\x0a", [0x2435] = "\x43\x0b", + [0x2436] = "\x43\x0c", [0x2437] = "\x43\x0d", [0x2438] = "\x43\x0e", + [0x2439] = "\x43\x0f", [0x243a] = "\x43\x10", [0x243b] = "\x43\x11", + [0x243c] = "\x43\x12", [0x243d] = "\x43\x13", [0x243e] = "\x43\x14", + [0x243f] = "\x43\x15", [0x2440] = "\x43\x16", [0x2441] = "\x43\x17", + [0x2442] = "\x43\x18", [0x2443] = "\x43\x19", [0x2444] = "\x43\x1a", + [0x2445] = "\x43\x1b", [0x2446] = "\x43\x1c", [0x2447] = "\x43\x1d", + [0x2448] = "\x43\x1e", [0x2449] = "\x43\x1f", [0x244a] = "\x43\x20", + [0x244b] = "\x43\x21", [0x244c] = "\x43\x22", [0x244d] = "\x43\x23", + [0x244e] = "\x43\x24", [0x244f] = "\x43\x25", [0x2450] = "\x43\x26", + [0x2451] = "\x43\x27", [0x2452] = "\x43\x28", [0x2453] = "\x43\x29", + [0x2454] = "\x43\x2a", [0x2455] = "\x43\x2b", [0x2456] = "\x43\x2c", + [0x2457] = "\x43\x2d", [0x2458] = "\x43\x2e", [0x2459] = "\x43\x2f", + [0x245a] = "\x43\x30", [0x245b] = "\x43\x31", [0x245c] = "\x43\x32", + [0x245d] = "\x43\x33", [0x245e] = "\x43\x34", [0x245f] = "\x43\x35", + [0x2460] = "\x43\x36", [0x2461] = "\x43\x37", [0x2462] = "\x43\x38", + [0x2463] = "\x43\x39", [0x2464] = "\x43\x3a", [0x2465] = "\x43\x3b", + [0x2466] = "\x43\x3c", [0x2467] = "\x43\x3d", [0x2468] = "\x43\x3e", + [0x2469] = "\x43\x3f", [0x246a] = "\x43\x40", [0x246b] = "\x43\x41", + [0x246c] = "\x43\x42", [0x246d] = "\x43\x43", [0x246e] = "\x43\x44", + [0x246f] = "\x43\x45", [0x2470] = "\x43\x46", [0x2471] = "\x43\x47", + [0x2472] = "\x43\x48", [0x2473] = "\x43\x49", [0x2474] = "\x43\x4a", + [0x2475] = "\x43\x4b", [0x2476] = "\x43\x4c", [0x2477] = "\x43\x4d", + [0x2478] = "\x43\x4e", [0x2479] = "\x43\x4f", [0x247a] = "\x43\x50", + [0x247b] = "\x43\x51", [0x247c] = "\x43\x52", [0x247d] = "\x43\x53", + [0x247e] = "\x43\x54", [0x247f] = "\x43\x55", [0x2480] = "\xa9\xa4", + [0x2481] = "\xa9\xa5", [0x2482] = "\xa9\xa6", [0x2483] = "\xa9\xa7", + [0x2484] = "\xa9\xa8", [0x2485] = "\xa9\xa9", [0x2486] = "\xa9\xaa", + [0x2487] = "\xa9\xab", [0x2488] = "\xa9\xac", [0x2489] = "\xa9\xad", + [0x248a] = "\xa9\xae", [0x248b] = "\xa9\xaf", [0x248c] = "\xa9\xb0", + [0x248d] = "\xa9\xb1", [0x248e] = "\xa9\xb2", [0x248f] = "\xa9\xb3", + [0x2490] = "\xa9\xb4", [0x2491] = "\xa9\xb5", [0x2492] = "\xa9\xb6", + [0x2493] = "\xa9\xb7", [0x2494] = "\xa9\xb8", [0x2495] = "\xa9\xb9", + [0x2496] = "\xa9\xba", [0x2497] = "\xa9\xbb", [0x2498] = "\xa9\xbc", + [0x2499] = "\xa9\xbd", [0x249a] = "\xa9\xbe", [0x249b] = "\xa9\xbf", + [0x249c] = "\xa9\xc0", [0x249d] = "\xa9\xc1", [0x249e] = "\xa9\xc2", + [0x249f] = "\xa9\xc3", [0x24a0] = "\xa9\xc4", [0x24a1] = "\xa9\xc5", + [0x24a2] = "\xa9\xc6", [0x24a3] = "\xa9\xc7", [0x24a4] = "\xa9\xc8", + [0x24a5] = "\xa9\xc9", [0x24a6] = "\xa9\xca", [0x24a7] = "\xa9\xcb", + [0x24a8] = "\xa9\xcc", [0x24a9] = "\xa9\xcd", [0x24aa] = "\xa9\xce", + [0x24ab] = "\xa9\xcf", [0x24ac] = "\xa9\xd0", [0x24ad] = "\xa9\xd1", + [0x24ae] = "\xa9\xd2", [0x24af] = "\xa9\xd3", [0x24b0] = "\xa9\xd4", + [0x24b1] = "\xa9\xd5", [0x24b2] = "\xa9\xd6", [0x24b3] = "\xa9\xd7", + [0x24b4] = "\xa9\xd8", [0x24b5] = "\xa9\xd9", [0x24b6] = "\xa9\xda", + [0x24b7] = "\xa9\xdb", [0x24b8] = "\xa9\xdc", [0x24b9] = "\xa9\xdd", + [0x24ba] = "\xa9\xde", [0x24bb] = "\xa9\xdf", [0x24bc] = "\xa9\xe0", + [0x24bd] = "\xa9\xe1", [0x24be] = "\xa9\xe2", [0x24bf] = "\xa9\xe3", + [0x24c0] = "\xa9\xe4", [0x24c1] = "\xa9\xe5", [0x24c2] = "\xa9\xe6", + [0x24c3] = "\xa9\xe7", [0x24c4] = "\xa9\xe8", [0x24c5] = "\xa9\xe9", + [0x24c6] = "\xa9\xea", [0x24c7] = "\xa9\xeb", [0x24c8] = "\xa9\xec", + [0x24c9] = "\xa9\xed", [0x24ca] = "\xa9\xee", [0x24cb] = "\xa9\xef", + [0x24cc] = "\x43\x56", [0x24cd] = "\x43\x57", [0x24ce] = "\x43\x58", + [0x24cf] = "\x43\x59", [0x24d0] = "\xa8\x54", [0x24d1] = "\xa8\x55", + [0x24d2] = "\xa8\x56", [0x24d3] = "\xa8\x57", [0x24d4] = "\xa8\x58", + [0x24d5] = "\xa8\x59", [0x24d6] = "\xa8\x5a", [0x24d7] = "\xa8\x5b", + [0x24d8] = "\xa8\x5c", [0x24d9] = "\xa8\x5d", [0x24da] = "\xa8\x5e", + [0x24db] = "\xa8\x5f", [0x24dc] = "\xa8\x60", [0x24dd] = "\xa8\x61", + [0x24de] = "\xa8\x62", [0x24df] = "\xa8\x63", [0x24e0] = "\xa8\x64", + [0x24e1] = "\xa8\x65", [0x24e2] = "\xa8\x66", [0x24e3] = "\xa8\x67", + [0x24e4] = "\xa8\x68", [0x24e5] = "\xa8\x69", [0x24e6] = "\xa8\x6a", + [0x24e7] = "\xa8\x6b", [0x24e8] = "\xa8\x6c", [0x24e9] = "\xa8\x6d", + [0x24ea] = "\xa8\x6e", [0x24eb] = "\xa8\x6f", [0x24ec] = "\xa8\x70", + [0x24ed] = "\xa8\x71", [0x24ee] = "\xa8\x72", [0x24ef] = "\xa8\x73", + [0x24f0] = "\xa8\x74", [0x24f1] = "\xa8\x75", [0x24f2] = "\xa8\x76", + [0x24f3] = "\xa8\x77", [0x24f4] = "\x43\x5a", [0x24f5] = "\x43\x5b", + [0x24f6] = "\x43\x5c", [0x24f7] = "\x43\x5d", [0x24f8] = "\x43\x5e", + [0x24f9] = "\x43\x5f", [0x24fa] = "\x43\x60", [0x24fb] = "\x43\x61", + [0x24fc] = "\x43\x62", [0x24fd] = "\x43\x63", [0x24fe] = "\x43\x64", + [0x24ff] = "\x43\x65", [0x2500] = "\x43\x66", [0x2501] = "\xa8\x78", + [0x2502] = "\xa8\x79", [0x2503] = "\xa8\x7a", [0x2504] = "\xa8\x7b", + [0x2505] = "\xa8\x7c", [0x2506] = "\xa8\x7d", [0x2507] = "\xa8\x7e", + [0x2508] = "\xa8\x80", [0x2509] = "\xa8\x81", [0x250a] = "\xa8\x82", + [0x250b] = "\xa8\x83", [0x250c] = "\xa8\x84", [0x250d] = "\xa8\x85", + [0x250e] = "\xa8\x86", [0x250f] = "\xa8\x87", [0x2510] = "\x43\x67", + [0x2511] = "\x43\x68", [0x2512] = "\x43\x69", [0x2513] = "\xa8\x88", + [0x2514] = "\xa8\x89", [0x2515] = "\xa8\x8a", [0x2516] = "\x43\x6a", + [0x2517] = "\x43\x6b", [0x2518] = "\x43\x6c", [0x2519] = "\x43\x6d", + [0x251a] = "\x43\x6e", [0x251b] = "\x43\x6f", [0x251c] = "\x43\x70", + [0x251d] = "\x43\x71", [0x251e] = "\x43\x72", [0x251f] = "\x43\x73", + [0x2520] = "\xa1\xf6", [0x2521] = "\xa1\xf5", [0x2522] = "\x43\x74", + [0x2523] = "\x43\x75", [0x2524] = "\x43\x76", [0x2525] = "\x43\x77", + [0x2526] = "\x43\x78", [0x2527] = "\x43\x79", [0x2528] = "\x43\x7a", + [0x2529] = "\x43\x7b", [0x252a] = "\x43\x7c", [0x252b] = "\x43\x7d", + [0x252c] = "\x43\x7e", [0x252d] = "\x43\x7f", [0x252e] = "\x43\x80", + [0x252f] = "\x43\x81", [0x2530] = "\x43\x82", [0x2531] = "\x43\x83", + [0x2532] = "\xa1\xf8", [0x2533] = "\xa1\xf7", [0x2534] = "\x43\x84", + [0x2535] = "\x43\x85", [0x2536] = "\x43\x86", [0x2537] = "\x43\x87", + [0x2538] = "\x43\x88", [0x2539] = "\x43\x89", [0x253a] = "\x43\x8a", + [0x253b] = "\x43\x8b", [0x253c] = "\xa8\x8b", [0x253d] = "\xa8\x8c", + [0x253e] = "\x43\x8c", [0x253f] = "\x43\x8d", [0x2540] = "\x43\x8e", + [0x2541] = "\x43\x8f", [0x2542] = "\x43\x90", [0x2543] = "\x43\x91", + [0x2544] = "\x43\x92", [0x2545] = "\x43\x93", [0x2546] = "\xa1\xf4", + [0x2547] = "\xa1\xf3", [0x2548] = "\x43\x94", [0x2549] = "\x43\x95", + [0x254a] = "\x43\x96", [0x254b] = "\xa1\xf0", [0x254c] = "\x43\x97", + [0x254d] = "\x43\x98", [0x254e] = "\xa1\xf2", [0x254f] = "\xa1\xf1", + [0x2550] = "\x43\x99", [0x2551] = "\x43\x9a", [0x2552] = "\x43\x9b", + [0x2553] = "\x43\x9c", [0x2554] = "\x43\x9d", [0x2555] = "\x43\x9e", + [0x2556] = "\x43\x9f", [0x2557] = "\x43\xa0", [0x2558] = "\x43\xa1", + [0x2559] = "\x43\xa2", [0x255a] = "\x43\xa3", [0x255b] = "\x43\xa4", + [0x255c] = "\x43\xa5", [0x255d] = "\x43\xa6", [0x255e] = "\x43\xa7", + [0x255f] = "\x43\xa8", [0x2560] = "\x43\xa9", [0x2561] = "\x43\xaa", + [0x2562] = "\xa8\x8d", [0x2563] = "\xa8\x8e", [0x2564] = "\xa8\x8f", + [0x2565] = "\xa8\x90", [0x2566] = "\x43\xab", [0x2567] = "\x43\xac", + [0x2568] = "\x43\xad", [0x2569] = "\x43\xae", [0x256a] = "\x43\xaf", + [0x256b] = "\x43\xb0", [0x256c] = "\x43\xb1", [0x256d] = "\x43\xb2", + [0x256e] = "\x43\xb3", [0x256f] = "\x43\xb4", [0x2570] = "\x43\xb5", + [0x2571] = "\x43\xb6", [0x2572] = "\x43\xb7", [0x2573] = "\x43\xb8", + [0x2574] = "\x43\xb9", [0x2575] = "\x43\xba", [0x2576] = "\x43\xbb", + [0x2577] = "\x43\xbc", [0x2578] = "\x43\xbd", [0x2579] = "\x43\xbe", + [0x257a] = "\x43\xbf", [0x257b] = "\x43\xc0", [0x257c] = "\x43\xc1", + [0x257d] = "\x43\xc2", [0x257e] = "\x43\xc3", [0x257f] = "\x43\xc4", + [0x2580] = "\x43\xc5", [0x2581] = "\x43\xc6", [0x2582] = "\x43\xc7", + [0x2583] = "\x43\xc8", [0x2584] = "\x43\xc9", [0x2585] = "\xa1\xef", + [0x2586] = "\xa1\xee", [0x2587] = "\x43\xca", [0x2588] = "\x43\xcb", + [0x2589] = "\xa8\x91", [0x258a] = "\x43\xcc", [0x258b] = "\x43\xcd", + [0x258c] = "\x43\xce", [0x258d] = "\x43\xcf", [0x258e] = "\x43\xd0", + [0x258f] = "\x43\xd1", [0x2590] = "\x43\xd2", [0x2591] = "\x43\xd3", + [0x2592] = "\x43\xd4", [0x2593] = "\x43\xd5", [0x2594] = "\x43\xd6", + [0x2595] = "\x43\xd7", [0x2596] = "\x43\xd8", [0x2597] = "\x43\xd9", + [0x2598] = "\x43\xda", [0x2599] = "\x43\xdb", [0x259a] = "\x43\xdc", + [0x259b] = "\x43\xdd", [0x259c] = "\x43\xde", [0x259d] = "\x43\xdf", + [0x259e] = "\x43\xe0", [0x259f] = "\x43\xe1", [0x25a0] = "\x43\xe2", + [0x25a1] = "\x43\xe3", [0x25a2] = "\x43\xe4", [0x25a3] = "\x43\xe5", + [0x25a4] = "\x43\xe6", [0x25a5] = "\x43\xe7", [0x25a6] = "\x43\xe8", + [0x25a7] = "\x43\xe9", [0x25a8] = "\x43\xea", [0x25a9] = "\x43\xeb", + [0x25aa] = "\x43\xec", [0x25ab] = "\x43\xed", [0x25ac] = "\x43\xee", + [0x25ad] = "\x43\xef", [0x25ae] = "\x43\xf0", [0x25af] = "\x43\xf1", + [0x25b0] = "\x43\xf2", [0x25b1] = "\x43\xf3", [0x25b2] = "\x43\xf4", + [0x25b3] = "\x43\xf5", [0x25b4] = "\x43\xf6", [0x25b5] = "\x43\xf7", + [0x25b6] = "\x43\xf8", [0x25b7] = "\x43\xf9", [0x25b8] = "\x43\xfa", + [0x25b9] = "\x43\xfb", [0x25ba] = "\x43\xfc", [0x25bb] = "\x43\xfd", + [0x25bc] = "\x43\xfe", [0x25bd] = "\x43\xff", [0x25be] = "\x44\x00", + [0x25bf] = "\x44\x01", [0x25c0] = "\xa1\xe2", [0x25c1] = "\x44\x02", + [0x25c2] = "\xa1\xe1", [0x25c3] = "\x44\x03", [0x25c4] = "\x44\x04", + [0x25c5] = "\x44\x05", [0x25c6] = "\x44\x06", [0x25c7] = "\x44\x07", + [0x25c8] = "\x44\x08", [0x25c9] = "\x44\x09", [0x25ca] = "\x44\x0a", + [0x25cb] = "\x44\x0b", [0x25cc] = "\x44\x0c", [0x25cd] = "\x44\x0d", + [0x25ce] = "\x44\x0e", [0x25cf] = "\x44\x0f", [0x25d0] = "\x44\x10", + [0x25d1] = "\x44\x11", [0x25d2] = "\x44\x12", [0x25d3] = "\x44\x13", + [0x25d4] = "\x44\x14", [0x25d5] = "\x44\x15", [0x25d6] = "\x44\x16", + [0x25d7] = "\x44\x17", [0x25d8] = "\x44\x18", [0x25d9] = "\x44\x19", + [0x25da] = "\x44\x1a", [0x25db] = "\x44\x1b", [0x25dc] = "\x44\x1c", + [0x25dd] = "\x44\x1d", [0x25de] = "\x44\x1e", [0x25df] = "\x44\x1f", + [0x25e0] = "\x44\x20", [0x25e1] = "\x44\x21", [0x25e2] = "\x44\x22", + [0x25e3] = "\x44\x23", [0x25e4] = "\x44\x24", [0x25e5] = "\x44\x25", + [0x25e6] = "\x44\x26", [0x25e7] = "\x44\x27", [0x25e8] = "\x44\x28", + [0x25e9] = "\x44\x29", [0x25ea] = "\x44\x2a", [0x25eb] = "\x44\x2b", + [0x25ec] = "\x44\x2c", [0x25ed] = "\x44\x2d", [0x25ee] = "\x44\x2e", + [0x25ef] = "\x44\x2f", [0x25f0] = "\x44\x30", [0x25f1] = "\x44\x31", + [0x25f2] = "\x44\x32", [0x25f3] = "\x44\x33", [0x25f4] = "\x44\x34", + [0x25f5] = "\x44\x35", [0x25f6] = "\x44\x36", [0x25f7] = "\x44\x37", + [0x25f8] = "\x44\x38", [0x25f9] = "\x44\x39", [0x25fa] = "\x44\x3a", + [0x25fb] = "\x44\x3b", [0x25fc] = "\x44\x3c", [0x25fd] = "\x44\x3d", + [0x25fe] = "\x44\x3e", [0x25ff] = "\x44\x3f", [0x2600] = "\x44\x40", + [0x2601] = "\x44\x41", [0x2602] = "\x44\x42", [0x2603] = "\x44\x43", + [0x2604] = "\x44\x44", [0x2605] = "\x44\x45", [0x2606] = "\x44\x46", + [0x2607] = "\x44\x47", [0x2608] = "\x44\x48", [0x2609] = "\x44\x49", + [0x260a] = "\x44\x4a", [0x260b] = "\x44\x4b", [0x260c] = "\x44\x4c", + [0x260d] = "\x44\x4d", [0x260e] = "\x44\x4e", [0x260f] = "\x44\x4f", + [0x2610] = "\x44\x50", [0x2611] = "\x44\x51", [0x2612] = "\x44\x52", + [0x2613] = "\x44\x53", [0x2614] = "\x44\x54", [0x2615] = "\x44\x55", + [0x2616] = "\x44\x56", [0x2617] = "\x44\x57", [0x2618] = "\x44\x58", + [0x2619] = "\x44\x59", [0x261a] = "\x44\x5a", [0x261b] = "\x44\x5b", + [0x261c] = "\x44\x5c", [0x261d] = "\x44\x5d", [0x261e] = "\x44\x5e", + [0x261f] = "\x44\x5f", [0x2620] = "\x44\x60", [0x2621] = "\x44\x61", + [0x2622] = "\x44\x62", [0x2623] = "\x44\x63", [0x2624] = "\x44\x64", + [0x2625] = "\x44\x65", [0x2626] = "\x44\x66", [0x2627] = "\x44\x67", + [0x2628] = "\x44\x68", [0x2629] = "\x44\x69", [0x262a] = "\x44\x6a", + [0x262b] = "\x44\x6b", [0x262c] = "\x44\x6c", [0x262d] = "\x44\x6d", + [0x262e] = "\x44\x6e", [0x262f] = "\x44\x6f", [0x2630] = "\x44\x70", + [0x2631] = "\x44\x71", [0x2632] = "\x44\x72", [0x2633] = "\x44\x73", + [0x2634] = "\x44\x74", [0x2635] = "\x44\x75", [0x2636] = "\x44\x76", + [0x2637] = "\x44\x77", [0x2638] = "\x44\x78", [0x2639] = "\x44\x79", + [0x263a] = "\x44\x7a", [0x263b] = "\x44\x7b", [0x263c] = "\x44\x7c", + [0x263d] = "\x44\x7d", [0x263e] = "\x44\x7e", [0x263f] = "\x44\x7f", + [0x2640] = "\x44\x80", [0x2641] = "\x44\x81", [0x2642] = "\x44\x82", + [0x2643] = "\x44\x83", [0x2644] = "\x44\x84", [0x2645] = "\x44\x85", + [0x2646] = "\x44\x86", [0x2647] = "\x44\x87", [0x2648] = "\x44\x88", + [0x2649] = "\x44\x89", [0x264a] = "\x44\x8a", [0x264b] = "\x44\x8b", + [0x264c] = "\x44\x8c", [0x264d] = "\x44\x8d", [0x264e] = "\x44\x8e", + [0x264f] = "\x44\x8f", [0x2650] = "\x44\x90", [0x2651] = "\x44\x91", + [0x2652] = "\x44\x92", [0x2653] = "\x44\x93", [0x2654] = "\x44\x94", + [0x2655] = "\x44\x95", [0x2656] = "\x44\x96", [0x2657] = "\x44\x97", + [0x2658] = "\x44\x98", [0x2659] = "\x44\x99", [0x265a] = "\x44\x9a", + [0x265b] = "\x44\x9b", [0x265c] = "\x44\x9c", [0x265d] = "\x44\x9d", + [0x265e] = "\x44\x9e", [0x265f] = "\x44\x9f", [0x2660] = "\x44\xa0", + [0x2661] = "\x44\xa1", [0x2662] = "\x44\xa2", [0x2663] = "\x44\xa3", + [0x2664] = "\x44\xa4", [0x2665] = "\x44\xa5", [0x2666] = "\x44\xa6", + [0x2667] = "\x44\xa7", [0x2668] = "\x44\xa8", [0x2669] = "\x44\xa9", + [0x266a] = "\x44\xaa", [0x266b] = "\x44\xab", [0x266c] = "\x44\xac", + [0x266d] = "\x44\xad", [0x266e] = "\x44\xae", [0x266f] = "\x44\xaf", + [0x2670] = "\x44\xb0", [0x2671] = "\x44\xb1", [0x2672] = "\x44\xb2", + [0x2673] = "\x44\xb3", [0x2674] = "\x44\xb4", [0x2675] = "\x44\xb5", + [0x2676] = "\x44\xb6", [0x2677] = "\x44\xb7", [0x2678] = "\x44\xb8", + [0x2679] = "\x44\xb9", [0x267a] = "\x44\xba", [0x267b] = "\x44\xbb", + [0x267c] = "\x44\xbc", [0x267d] = "\x44\xbd", [0x267e] = "\x44\xbe", + [0x267f] = "\x44\xbf", [0x2680] = "\x44\xc0", [0x2681] = "\x44\xc1", + [0x2682] = "\x44\xc2", [0x2683] = "\x44\xc3", [0x2684] = "\x44\xc4", + [0x2685] = "\x44\xc5", [0x2686] = "\x44\xc6", [0x2687] = "\x44\xc7", + [0x2688] = "\x44\xc8", [0x2689] = "\x44\xc9", [0x268a] = "\x44\xca", + [0x268b] = "\x44\xcb", [0x268c] = "\x44\xcc", [0x268d] = "\x44\xcd", + [0x268e] = "\x44\xce", [0x268f] = "\x44\xcf", [0x2690] = "\x44\xd0", + [0x2691] = "\x44\xd1", [0x2692] = "\x44\xd2", [0x2693] = "\x44\xd3", + [0x2694] = "\x44\xd4", [0x2695] = "\x44\xd5", [0x2696] = "\x44\xd6", + [0x2697] = "\x44\xd7", [0x2698] = "\x44\xd8", [0x2699] = "\x44\xd9", + [0x269a] = "\x44\xda", [0x269b] = "\x44\xdb", [0x269c] = "\x44\xdc", + [0x269d] = "\x44\xdd", [0x269e] = "\x44\xde", [0x269f] = "\x44\xdf", + [0x26a0] = "\x44\xe0", [0x26a1] = "\x44\xe1", [0x26a2] = "\x44\xe2", + [0x26a3] = "\x44\xe3", [0x26a4] = "\x44\xe4", [0x26a5] = "\x44\xe5", + [0x26a6] = "\x44\xe6", [0x26a7] = "\x44\xe7", [0x26a8] = "\x44\xe8", + [0x26a9] = "\x44\xe9", [0x26aa] = "\x44\xea", [0x26ab] = "\x44\xeb", + [0x26ac] = "\x44\xec", [0x26ad] = "\x44\xed", [0x26ae] = "\x44\xee", + [0x26af] = "\x44\xef", [0x26b0] = "\x44\xf0", [0x26b1] = "\x44\xf1", + [0x26b2] = "\x44\xf2", [0x26b3] = "\x44\xf3", [0x26b4] = "\x44\xf4", + [0x26b5] = "\x44\xf5", [0x26b6] = "\x44\xf6", [0x26b7] = "\x44\xf7", + [0x26b8] = "\x44\xf8", [0x26b9] = "\x44\xf9", [0x26ba] = "\x44\xfa", + [0x26bb] = "\x44\xfb", [0x26bc] = "\x44\xfc", [0x26bd] = "\x44\xfd", + [0x26be] = "\x44\xfe", [0x26bf] = "\x44\xff", [0x26c0] = "\x45\x00", + [0x26c1] = "\x45\x01", [0x26c2] = "\x45\x02", [0x26c3] = "\x45\x03", + [0x26c4] = "\x45\x04", [0x26c5] = "\x45\x05", [0x26c6] = "\x45\x06", + [0x26c7] = "\x45\x07", [0x26c8] = "\x45\x08", [0x26c9] = "\x45\x09", + [0x26ca] = "\x45\x0a", [0x26cb] = "\x45\x0b", [0x26cc] = "\x45\x0c", + [0x26cd] = "\x45\x0d", [0x26ce] = "\x45\x0e", [0x26cf] = "\x45\x0f", + [0x26d0] = "\x45\x10", [0x26d1] = "\x45\x11", [0x26d2] = "\x45\x12", + [0x26d3] = "\x45\x13", [0x26d4] = "\x45\x14", [0x26d5] = "\x45\x15", + [0x26d6] = "\x45\x16", [0x26d7] = "\x45\x17", [0x26d8] = "\x45\x18", + [0x26d9] = "\x45\x19", [0x26da] = "\x45\x1a", [0x26db] = "\x45\x1b", + [0x26dc] = "\x45\x1c", [0x26dd] = "\x45\x1d", [0x26de] = "\x45\x1e", + [0x26df] = "\x45\x1f", [0x26e0] = "\x45\x20", [0x26e1] = "\x45\x21", + [0x26e2] = "\x45\x22", [0x26e3] = "\x45\x23", [0x26e4] = "\x45\x24", + [0x26e5] = "\x45\x25", [0x26e6] = "\x45\x26", [0x26e7] = "\x45\x27", + [0x26e8] = "\x45\x28", [0x26e9] = "\x45\x29", [0x26ea] = "\x45\x2a", + [0x26eb] = "\x45\x2b", [0x26ec] = "\x45\x2c", [0x26ed] = "\x45\x2d", + [0x26ee] = "\x45\x2e", [0x26ef] = "\x45\x2f", [0x26f0] = "\x45\x30", + [0x26f1] = "\x45\x31", [0x26f2] = "\x45\x32", [0x26f3] = "\x45\x33", + [0x26f4] = "\x45\x34", [0x26f5] = "\x45\x35", [0x26f6] = "\x45\x36", + [0x26f7] = "\x45\x37", [0x26f8] = "\x45\x38", [0x26f9] = "\x45\x39", + [0x26fa] = "\x45\x3a", [0x26fb] = "\x45\x3b", [0x26fc] = "\x45\x3c", + [0x26fd] = "\x45\x3d", [0x26fe] = "\x45\x3e", [0x26ff] = "\x45\x3f", + [0x2700] = "\x45\x40", [0x2701] = "\x45\x41", [0x2702] = "\x45\x42", + [0x2703] = "\x45\x43", [0x2704] = "\x45\x44", [0x2705] = "\x45\x45", + [0x2706] = "\x45\x46", [0x2707] = "\x45\x47", [0x2708] = "\x45\x48", + [0x2709] = "\x45\x49", [0x270a] = "\x45\x4a", [0x270b] = "\x45\x4b", + [0x270c] = "\x45\x4c", [0x270d] = "\x45\x4d", [0x270e] = "\x45\x4e", + [0x270f] = "\x45\x4f", [0x2710] = "\x45\x50", [0x2711] = "\x45\x51", + [0x2712] = "\x45\x52", [0x2713] = "\x45\x53", [0x2714] = "\x45\x54", + [0x2715] = "\x45\x55", [0x2716] = "\x45\x56", [0x2717] = "\x45\x57", + [0x2718] = "\x45\x58", [0x2719] = "\x45\x59", [0x271a] = "\x45\x5a", + [0x271b] = "\x45\x5b", [0x271c] = "\x45\x5c", [0x271d] = "\x45\x5d", + [0x271e] = "\x45\x5e", [0x271f] = "\x45\x5f", [0x2720] = "\x45\x60", + [0x2721] = "\x45\x61", [0x2722] = "\x45\x62", [0x2723] = "\x45\x63", + [0x2724] = "\x45\x64", [0x2725] = "\x45\x65", [0x2726] = "\x45\x66", + [0x2727] = "\x45\x67", [0x2728] = "\x45\x68", [0x2729] = "\x45\x69", + [0x272a] = "\x45\x6a", [0x272b] = "\x45\x6b", [0x272c] = "\x45\x6c", + [0x272d] = "\x45\x6d", [0x272e] = "\x45\x6e", [0x272f] = "\x45\x6f", + [0x2730] = "\x45\x70", [0x2731] = "\x45\x71", [0x2732] = "\x45\x72", + [0x2733] = "\x45\x73", [0x2734] = "\x45\x74", [0x2735] = "\x45\x75", + [0x2736] = "\x45\x76", [0x2737] = "\x45\x77", [0x2738] = "\x45\x78", + [0x2739] = "\x45\x79", [0x273a] = "\x45\x7a", [0x273b] = "\x45\x7b", + [0x273c] = "\x45\x7c", [0x273d] = "\x45\x7d", [0x273e] = "\x45\x7e", + [0x273f] = "\x45\x7f", [0x2740] = "\x45\x80", [0x2741] = "\x45\x81", + [0x2742] = "\x45\x82", [0x2743] = "\x45\x83", [0x2744] = "\x45\x84", + [0x2745] = "\x45\x85", [0x2746] = "\x45\x86", [0x2747] = "\x45\x87", + [0x2748] = "\x45\x88", [0x2749] = "\x45\x89", [0x274a] = "\x45\x8a", + [0x274b] = "\x45\x8b", [0x274c] = "\x45\x8c", [0x274d] = "\x45\x8d", + [0x274e] = "\x45\x8e", [0x274f] = "\x45\x8f", [0x2750] = "\x45\x90", + [0x2751] = "\x45\x91", [0x2752] = "\x45\x92", [0x2753] = "\x45\x93", + [0x2754] = "\x45\x94", [0x2755] = "\x45\x95", [0x2756] = "\x45\x96", + [0x2757] = "\x45\x97", [0x2758] = "\x45\x98", [0x2759] = "\x45\x99", + [0x275a] = "\x45\x9a", [0x275b] = "\x45\x9b", [0x275c] = "\x45\x9c", + [0x275d] = "\x45\x9d", [0x275e] = "\x45\x9e", [0x275f] = "\x45\x9f", + [0x2760] = "\x45\xa0", [0x2761] = "\x45\xa1", [0x2762] = "\x45\xa2", + [0x2763] = "\x45\xa3", [0x2764] = "\x45\xa4", [0x2765] = "\x45\xa5", + [0x2766] = "\x45\xa6", [0x2767] = "\x45\xa7", [0x2768] = "\x45\xa8", + [0x2769] = "\x45\xa9", [0x276a] = "\x45\xaa", [0x276b] = "\x45\xab", + [0x276c] = "\x45\xac", [0x276d] = "\x45\xad", [0x276e] = "\x45\xae", + [0x276f] = "\x45\xaf", [0x2770] = "\x45\xb0", [0x2771] = "\x45\xb1", + [0x2772] = "\x45\xb2", [0x2773] = "\x45\xb3", [0x2774] = "\x45\xb4", + [0x2775] = "\x45\xb5", [0x2776] = "\x45\xb6", [0x2777] = "\x45\xb7", + [0x2778] = "\x45\xb8", [0x2779] = "\x45\xb9", [0x277a] = "\x45\xba", + [0x277b] = "\x45\xbb", [0x277c] = "\x45\xbc", [0x277d] = "\x45\xbd", + [0x277e] = "\x45\xbe", [0x277f] = "\x45\xbf", [0x2780] = "\x45\xc0", + [0x2781] = "\x45\xc1", [0x2782] = "\x45\xc2", [0x2783] = "\x45\xc3", + [0x2784] = "\x45\xc4", [0x2785] = "\x45\xc5", [0x2786] = "\x45\xc6", + [0x2787] = "\x45\xc7", [0x2788] = "\x45\xc8", [0x2789] = "\x45\xc9", + [0x278a] = "\x45\xca", [0x278b] = "\x45\xcb", [0x278c] = "\x45\xcc", + [0x278d] = "\x45\xcd", [0x278e] = "\x45\xce", [0x278f] = "\x45\xcf", + [0x2790] = "\x45\xd0", [0x2791] = "\x45\xd1", [0x2792] = "\x45\xd2", + [0x2793] = "\x45\xd3", [0x2794] = "\x45\xd4", [0x2795] = "\x45\xd5", + [0x2796] = "\x45\xd6", [0x2797] = "\x45\xd7", [0x2798] = "\x45\xd8", + [0x2799] = "\x45\xd9", [0x279a] = "\x45\xda", [0x279b] = "\x45\xdb", + [0x279c] = "\x45\xdc", [0x279d] = "\x45\xdd", [0x279e] = "\x45\xde", + [0x279f] = "\x45\xdf", [0x27a0] = "\x45\xe0", [0x27a1] = "\x45\xe1", + [0x27a2] = "\x45\xe2", [0x27a3] = "\x45\xe3", [0x27a4] = "\x45\xe4", + [0x27a5] = "\x45\xe5", [0x27a6] = "\x45\xe6", [0x27a7] = "\x45\xe7", + [0x27a8] = "\x45\xe8", [0x27a9] = "\x45\xe9", [0x27aa] = "\x45\xea", + [0x27ab] = "\x45\xeb", [0x27ac] = "\x45\xec", [0x27ad] = "\x45\xed", + [0x27ae] = "\x45\xee", [0x27af] = "\x45\xef", [0x27b0] = "\x45\xf0", + [0x27b1] = "\x45\xf1", [0x27b2] = "\x45\xf2", [0x27b3] = "\x45\xf3", + [0x27b4] = "\x45\xf4", [0x27b5] = "\x45\xf5", [0x27b6] = "\x45\xf6", + [0x27b7] = "\x45\xf7", [0x27b8] = "\x45\xf8", [0x27b9] = "\x45\xf9", + [0x27ba] = "\x45\xfa", [0x27bb] = "\x45\xfb", [0x27bc] = "\x45\xfc", + [0x27bd] = "\x45\xfd", [0x27be] = "\x45\xfe", [0x27bf] = "\x45\xff", + [0x27c0] = "\x46\x00", [0x27c1] = "\x46\x01", [0x27c2] = "\x46\x02", + [0x27c3] = "\x46\x03", [0x27c4] = "\x46\x04", [0x27c5] = "\x46\x05", + [0x27c6] = "\x46\x06", [0x27c7] = "\x46\x07", [0x27c8] = "\x46\x08", + [0x27c9] = "\x46\x09", [0x27ca] = "\x46\x0a", [0x27cb] = "\x46\x0b", + [0x27cc] = "\x46\x0c", [0x27cd] = "\x46\x0d", [0x27ce] = "\x46\x0e", + [0x27cf] = "\x46\x0f", [0x27d0] = "\x46\x10", [0x27d1] = "\x46\x11", + [0x27d2] = "\x46\x12", [0x27d3] = "\x46\x13", [0x27d4] = "\x46\x14", + [0x27d5] = "\x46\x15", [0x27d6] = "\x46\x16", [0x27d7] = "\x46\x17", + [0x27d8] = "\x46\x18", [0x27d9] = "\x46\x19", [0x27da] = "\x46\x1a", + [0x27db] = "\x46\x1b", [0x27dc] = "\x46\x1c", [0x27dd] = "\x46\x1d", + [0x27de] = "\x46\x1e", [0x27df] = "\x46\x1f", [0x27e0] = "\x46\x20", + [0x27e1] = "\x46\x21", [0x27e2] = "\x46\x22", [0x27e3] = "\x46\x23", + [0x27e4] = "\x46\x24", [0x27e5] = "\x46\x25", [0x27e6] = "\x46\x26", + [0x27e7] = "\x46\x27", [0x27e8] = "\x46\x28", [0x27e9] = "\x46\x29", + [0x27ea] = "\x46\x2a", [0x27eb] = "\x46\x2b", [0x27ec] = "\x46\x2c", + [0x27ed] = "\x46\x2d", [0x27ee] = "\x46\x2e", [0x27ef] = "\x46\x2f", + [0x27f0] = "\x46\x30", [0x27f1] = "\x46\x31", [0x27f2] = "\x46\x32", + [0x27f3] = "\x46\x33", [0x27f4] = "\x46\x34", [0x27f5] = "\x46\x35", + [0x27f6] = "\x46\x36", [0x27f7] = "\x46\x37", [0x27f8] = "\x46\x38", + [0x27f9] = "\x46\x39", [0x27fa] = "\x46\x3a", [0x27fb] = "\x46\x3b", + [0x27fc] = "\x46\x3c", [0x27fd] = "\x46\x3d", [0x27fe] = "\x46\x3e", + [0x27ff] = "\x46\x3f", [0x2800] = "\x46\x40", [0x2801] = "\x46\x41", + [0x2802] = "\x46\x42", [0x2803] = "\x46\x43", [0x2804] = "\x46\x44", + [0x2805] = "\x46\x45", [0x2806] = "\x46\x46", [0x2807] = "\x46\x47", + [0x2808] = "\x46\x48", [0x2809] = "\x46\x49", [0x280a] = "\x46\x4a", + [0x280b] = "\x46\x4b", [0x280c] = "\x46\x4c", [0x280d] = "\x46\x4d", + [0x280e] = "\x46\x4e", [0x280f] = "\x46\x4f", [0x2810] = "\x46\x50", + [0x2811] = "\x46\x51", [0x2812] = "\x46\x52", [0x2813] = "\x46\x53", + [0x2814] = "\x46\x54", [0x2815] = "\x46\x55", [0x2816] = "\x46\x56", + [0x2817] = "\x46\x57", [0x2818] = "\x46\x58", [0x2819] = "\x46\x59", + [0x281a] = "\x46\x5a", [0x281b] = "\x46\x5b", [0x281c] = "\x46\x5c", + [0x281d] = "\x46\x5d", [0x281e] = "\x46\x5e", [0x281f] = "\x46\x5f", + [0x2820] = "\x46\x60", [0x2821] = "\x46\x61", [0x2822] = "\x46\x62", + [0x2823] = "\x46\x63", [0x2824] = "\x46\x64", [0x2825] = "\x46\x65", + [0x2826] = "\x46\x66", [0x2827] = "\x46\x67", [0x2828] = "\x46\x68", + [0x2829] = "\x46\x69", [0x282a] = "\x46\x6a", [0x282b] = "\x46\x6b", + [0x282c] = "\x46\x6c", [0x282d] = "\x46\x6d", [0x282e] = "\x46\x6e", + [0x282f] = "\x46\x6f", [0x2830] = "\x46\x70", [0x2831] = "\x46\x71", + [0x2832] = "\x46\x72", [0x2833] = "\x46\x73", [0x2834] = "\x46\x74", + [0x2835] = "\x46\x75", [0x2836] = "\x46\x76", [0x2837] = "\x46\x77", + [0x2838] = "\x46\x78", [0x2839] = "\x46\x79", [0x283a] = "\x46\x7a", + [0x283b] = "\x46\x7b", [0x283c] = "\x46\x7c", [0x283d] = "\x46\x7d", + [0x283e] = "\x46\x7e", [0x283f] = "\x46\x7f", [0x2840] = "\x46\x80", + [0x2841] = "\x46\x81", [0x2842] = "\x46\x82", [0x2843] = "\x46\x83", + [0x2844] = "\x46\x84", [0x2845] = "\x46\x85", [0x2846] = "\x46\x86", + [0x2847] = "\x46\x87", [0x2848] = "\x46\x88", [0x2849] = "\x46\x89", + [0x284a] = "\x46\x8a", [0x284b] = "\x46\x8b", [0x284c] = "\x46\x8c", + [0x284d] = "\x46\x8d", [0x284e] = "\x46\x8e", [0x284f] = "\x46\x8f", + [0x2850] = "\x46\x90", [0x2851] = "\x46\x91", [0x2852] = "\x46\x92", + [0x2853] = "\x46\x93", [0x2854] = "\x46\x94", [0x2855] = "\x46\x95", + [0x2856] = "\x46\x96", [0x2857] = "\x46\x97", [0x2858] = "\x46\x98", + [0x2859] = "\x46\x99", [0x285a] = "\x46\x9a", [0x285b] = "\x46\x9b", + [0x285c] = "\x46\x9c", [0x285d] = "\x46\x9d", [0x285e] = "\x46\x9e", + [0x285f] = "\x46\x9f", [0x2860] = "\x46\xa0", [0x2861] = "\x46\xa1", + [0x2862] = "\x46\xa2", [0x2863] = "\x46\xa3", [0x2864] = "\x46\xa4", + [0x2865] = "\x46\xa5", [0x2866] = "\x46\xa6", [0x2867] = "\x46\xa7", + [0x2868] = "\x46\xa8", [0x2869] = "\x46\xa9", [0x286a] = "\x46\xaa", + [0x286b] = "\x46\xab", [0x286c] = "\x46\xac", [0x286d] = "\x46\xad", + [0x286e] = "\x46\xae", [0x286f] = "\x46\xaf", [0x2870] = "\x46\xb0", + [0x2871] = "\x46\xb1", [0x2872] = "\x46\xb2", [0x2873] = "\x46\xb3", + [0x2874] = "\x46\xb4", [0x2875] = "\x46\xb5", [0x2876] = "\x46\xb6", + [0x2877] = "\x46\xb7", [0x2878] = "\x46\xb8", [0x2879] = "\x46\xb9", + [0x287a] = "\x46\xba", [0x287b] = "\x46\xbb", [0x287c] = "\x46\xbc", + [0x287d] = "\x46\xbd", [0x287e] = "\x46\xbe", [0x287f] = "\x46\xbf", + [0x2880] = "\x46\xc0", [0x2881] = "\x46\xc1", [0x2882] = "\x46\xc2", + [0x2883] = "\x46\xc3", [0x2884] = "\x46\xc4", [0x2885] = "\x46\xc5", + [0x2886] = "\x46\xc6", [0x2887] = "\x46\xc7", [0x2888] = "\x46\xc8", + [0x2889] = "\x46\xc9", [0x288a] = "\x46\xca", [0x288b] = "\x46\xcb", + [0x288c] = "\x46\xcc", [0x288d] = "\x46\xcd", [0x288e] = "\x46\xce", + [0x288f] = "\x46\xcf", [0x2890] = "\x46\xd0", [0x2891] = "\x46\xd1", + [0x2892] = "\x46\xd2", [0x2893] = "\x46\xd3", [0x2894] = "\x46\xd4", + [0x2895] = "\x46\xd5", [0x2896] = "\x46\xd6", [0x2897] = "\x46\xd7", + [0x2898] = "\x46\xd8", [0x2899] = "\x46\xd9", [0x289a] = "\x46\xda", + [0x289b] = "\x46\xdb", [0x289c] = "\x46\xdc", [0x289d] = "\x46\xdd", + [0x289e] = "\x46\xde", [0x289f] = "\x46\xdf", [0x28a0] = "\x46\xe0", + [0x28a1] = "\x46\xe1", [0x28a2] = "\x46\xe2", [0x28a3] = "\x46\xe3", + [0x28a4] = "\x46\xe4", [0x28a5] = "\x46\xe5", [0x28a6] = "\x46\xe6", + [0x28a7] = "\x46\xe7", [0x28a8] = "\x46\xe8", [0x28a9] = "\x46\xe9", + [0x28aa] = "\x46\xea", [0x28ab] = "\x46\xeb", [0x28ac] = "\x46\xec", + [0x28ad] = "\x46\xed", [0x28ae] = "\x46\xee", [0x28af] = "\x46\xef", + [0x28b0] = "\x46\xf0", [0x28b1] = "\x46\xf1", [0x28b2] = "\x46\xf2", + [0x28b3] = "\x46\xf3", [0x28b4] = "\x46\xf4", [0x28b5] = "\x46\xf5", + [0x28b6] = "\x46\xf6", [0x28b7] = "\x46\xf7", [0x28b8] = "\x46\xf8", + [0x28b9] = "\x46\xf9", [0x28ba] = "\x46\xfa", [0x28bb] = "\x46\xfb", + [0x28bc] = "\x46\xfc", [0x28bd] = "\x46\xfd", [0x28be] = "\x46\xfe", + [0x28bf] = "\x46\xff", [0x28c0] = "\x47\x00", [0x28c1] = "\x47\x01", + [0x28c2] = "\x47\x02", [0x28c3] = "\x47\x03", [0x28c4] = "\x47\x04", + [0x28c5] = "\x47\x05", [0x28c6] = "\x47\x06", [0x28c7] = "\x47\x07", + [0x28c8] = "\x47\x08", [0x28c9] = "\x47\x09", [0x28ca] = "\x47\x0a", + [0x28cb] = "\x47\x0b", [0x28cc] = "\x47\x0c", [0x28cd] = "\x47\x0d", + [0x28ce] = "\x47\x0e", [0x28cf] = "\x47\x0f", [0x28d0] = "\x47\x10", + [0x28d1] = "\x47\x11", [0x28d2] = "\x47\x12", [0x28d3] = "\x47\x13", + [0x28d4] = "\x47\x14", [0x28d5] = "\x47\x15", [0x28d6] = "\x47\x16", + [0x28d7] = "\x47\x17", [0x28d8] = "\x47\x18", [0x28d9] = "\x47\x19", + [0x28da] = "\x47\x1a", [0x28db] = "\x47\x1b", [0x28dc] = "\x47\x1c", + [0x28dd] = "\x47\x1d", [0x28de] = "\x47\x1e", [0x28df] = "\x47\x1f", + [0x28e0] = "\x47\x20", [0x28e1] = "\x47\x21", [0x28e2] = "\x47\x22", + [0x28e3] = "\x47\x23", [0x28e4] = "\x47\x24", [0x28e5] = "\x47\x25", + [0x28e6] = "\x47\x26", [0x28e7] = "\x47\x27", [0x28e8] = "\x47\x28", + [0x28e9] = "\x47\x29", [0x28ea] = "\x47\x2a", [0x28eb] = "\x47\x2b", + [0x28ec] = "\x47\x2c", [0x28ed] = "\x47\x2d", [0x28ee] = "\x47\x2e", + [0x28ef] = "\x47\x2f", [0x28f0] = "\x47\x30", [0x28f1] = "\x47\x31", + [0x28f2] = "\x47\x32", [0x28f3] = "\x47\x33", [0x28f4] = "\x47\x34", + [0x28f5] = "\x47\x35", [0x28f6] = "\x47\x36", [0x28f7] = "\x47\x37", + [0x28f8] = "\x47\x38", [0x28f9] = "\x47\x39", [0x28fa] = "\x47\x3a", + [0x28fb] = "\x47\x3b", [0x28fc] = "\x47\x3c", [0x28fd] = "\x47\x3d", + [0x28fe] = "\x47\x3e", [0x28ff] = "\x47\x3f", [0x2900] = "\x47\x40", + [0x2901] = "\x47\x41", [0x2902] = "\x47\x42", [0x2903] = "\x47\x43", + [0x2904] = "\x47\x44", [0x2905] = "\x47\x45", [0x2906] = "\x47\x46", + [0x2907] = "\x47\x47", [0x2908] = "\x47\x48", [0x2909] = "\x47\x49", + [0x290a] = "\x47\x4a", [0x290b] = "\x47\x4b", [0x290c] = "\x47\x4c", + [0x290d] = "\x47\x4d", [0x290e] = "\x47\x4e", [0x290f] = "\x47\x4f", + [0x2910] = "\x47\x50", [0x2911] = "\x47\x51", [0x2912] = "\x47\x52", + [0x2913] = "\x47\x53", [0x2914] = "\x47\x54", [0x2915] = "\x47\x55", + [0x2916] = "\x47\x56", [0x2917] = "\x47\x57", [0x2918] = "\x47\x58", + [0x2919] = "\x47\x59", [0x291a] = "\x47\x5a", [0x291b] = "\x47\x5b", + [0x291c] = "\x47\x5c", [0x291d] = "\x47\x5d", [0x291e] = "\x47\x5e", + [0x291f] = "\x47\x5f", [0x2920] = "\x47\x60", [0x2921] = "\x47\x61", + [0x2922] = "\x47\x62", [0x2923] = "\x47\x63", [0x2924] = "\x47\x64", + [0x2925] = "\x47\x65", [0x2926] = "\x47\x66", [0x2927] = "\x47\x67", + [0x2928] = "\x47\x68", [0x2929] = "\x47\x69", [0x292a] = "\x47\x6a", + [0x292b] = "\x47\x6b", [0x292c] = "\x47\x6c", [0x292d] = "\x47\x6d", + [0x292e] = "\x47\x6e", [0x292f] = "\x47\x6f", [0x2930] = "\x47\x70", + [0x2931] = "\x47\x71", [0x2932] = "\x47\x72", [0x2933] = "\x47\x73", + [0x2934] = "\x47\x74", [0x2935] = "\x47\x75", [0x2936] = "\x47\x76", + [0x2937] = "\x47\x77", [0x2938] = "\x47\x78", [0x2939] = "\x47\x79", + [0x293a] = "\x47\x7a", [0x293b] = "\x47\x7b", [0x293c] = "\x47\x7c", + [0x293d] = "\x47\x7d", [0x293e] = "\x47\x7e", [0x293f] = "\x47\x7f", + [0x2940] = "\x47\x80", [0x2941] = "\x47\x81", [0x2942] = "\x47\x82", + [0x2943] = "\x47\x83", [0x2944] = "\x47\x84", [0x2945] = "\x47\x85", + [0x2946] = "\x47\x86", [0x2947] = "\x47\x87", [0x2948] = "\x47\x88", + [0x2949] = "\x47\x89", [0x294a] = "\x47\x8a", [0x294b] = "\x47\x8b", + [0x294c] = "\x47\x8c", [0x294d] = "\x47\x8d", [0x294e] = "\x47\x8e", + [0x294f] = "\x47\x8f", [0x2950] = "\x47\x90", [0x2951] = "\x47\x91", + [0x2952] = "\x47\x92", [0x2953] = "\x47\x93", [0x2954] = "\x47\x94", + [0x2955] = "\x47\x95", [0x2956] = "\x47\x96", [0x2957] = "\x47\x97", + [0x2958] = "\x47\x98", [0x2959] = "\x47\x99", [0x295a] = "\x47\x9a", + [0x295b] = "\x47\x9b", [0x295c] = "\x47\x9c", [0x295d] = "\x47\x9d", + [0x295e] = "\x47\x9e", [0x295f] = "\x47\x9f", [0x2960] = "\x47\xa0", + [0x2961] = "\x47\xa1", [0x2962] = "\x47\xa2", [0x2963] = "\x47\xa3", + [0x2964] = "\x47\xa4", [0x2965] = "\x47\xa5", [0x2966] = "\x47\xa6", + [0x2967] = "\x47\xa7", [0x2968] = "\x47\xa8", [0x2969] = "\x47\xa9", + [0x296a] = "\x47\xaa", [0x296b] = "\x47\xab", [0x296c] = "\x47\xac", + [0x296d] = "\x47\xad", [0x296e] = "\x47\xae", [0x296f] = "\x47\xaf", + [0x2970] = "\x47\xb0", [0x2971] = "\x47\xb1", [0x2972] = "\x47\xb2", + [0x2973] = "\x47\xb3", [0x2974] = "\x47\xb4", [0x2975] = "\x47\xb5", + [0x2976] = "\x47\xb6", [0x2977] = "\x47\xb7", [0x2978] = "\x47\xb8", + [0x2979] = "\x47\xb9", [0x297a] = "\x47\xba", [0x297b] = "\x47\xbb", + [0x297c] = "\x47\xbc", [0x297d] = "\x47\xbd", [0x297e] = "\x47\xbe", + [0x297f] = "\x47\xbf", [0x2980] = "\x47\xc0", [0x2981] = "\x47\xc1", + [0x2982] = "\x47\xc2", [0x2983] = "\x47\xc3", [0x2984] = "\x47\xc4", + [0x2985] = "\x47\xc5", [0x2986] = "\x47\xc6", [0x2987] = "\x47\xc7", + [0x2988] = "\x47\xc8", [0x2989] = "\x47\xc9", [0x298a] = "\x47\xca", + [0x298b] = "\x47\xcb", [0x298c] = "\x47\xcc", [0x298d] = "\x47\xcd", + [0x298e] = "\x47\xce", [0x298f] = "\x47\xcf", [0x2990] = "\x47\xd0", + [0x2991] = "\x47\xd1", [0x2992] = "\x47\xd2", [0x2993] = "\x47\xd3", + [0x2994] = "\x47\xd4", [0x2995] = "\x47\xd5", [0x2996] = "\x47\xd6", + [0x2997] = "\x47\xd7", [0x2998] = "\x47\xd8", [0x2999] = "\x47\xd9", + [0x299a] = "\x47\xda", [0x299b] = "\x47\xdb", [0x299c] = "\x47\xdc", + [0x299d] = "\x47\xdd", [0x299e] = "\x47\xde", [0x299f] = "\x47\xdf", + [0x29a0] = "\x47\xe0", [0x29a1] = "\x47\xe1", [0x29a2] = "\x47\xe2", + [0x29a3] = "\x47\xe3", [0x29a4] = "\x47\xe4", [0x29a5] = "\x47\xe5", + [0x29a6] = "\x47\xe6", [0x29a7] = "\x47\xe7", [0x29a8] = "\x47\xe8", + [0x29a9] = "\x47\xe9", [0x29aa] = "\x47\xea", [0x29ab] = "\x47\xeb", + [0x29ac] = "\x47\xec", [0x29ad] = "\x47\xed", [0x29ae] = "\x47\xee", + [0x29af] = "\x47\xef", [0x29b0] = "\x47\xf0", [0x29b1] = "\x47\xf1", + [0x29b2] = "\x47\xf2", [0x29b3] = "\x47\xf3", [0x29b4] = "\x47\xf4", + [0x29b5] = "\x47\xf5", [0x29b6] = "\x47\xf6", [0x29b7] = "\x47\xf7", + [0x29b8] = "\x47\xf8", [0x29b9] = "\x47\xf9", [0x29ba] = "\x47\xfa", + [0x29bb] = "\x47\xfb", [0x29bc] = "\x47\xfc", [0x29bd] = "\x47\xfd", + [0x29be] = "\x47\xfe", [0x29bf] = "\x47\xff", [0x29c0] = "\x48\x00", + [0x29c1] = "\x48\x01", [0x29c2] = "\x48\x02", [0x29c3] = "\x48\x03", + [0x29c4] = "\x48\x04", [0x29c5] = "\x48\x05", [0x29c6] = "\x48\x06", + [0x29c7] = "\x48\x07", [0x29c8] = "\x48\x08", [0x29c9] = "\x48\x09", + [0x29ca] = "\x48\x0a", [0x29cb] = "\x48\x0b", [0x29cc] = "\x48\x0c", + [0x29cd] = "\x48\x0d", [0x29ce] = "\x48\x0e", [0x29cf] = "\x48\x0f", + [0x29d0] = "\x48\x10", [0x29d1] = "\x48\x11", [0x29d2] = "\x48\x12", + [0x29d3] = "\x48\x13", [0x29d4] = "\x48\x14", [0x29d5] = "\x48\x15", + [0x29d6] = "\x48\x16", [0x29d7] = "\x48\x17", [0x29d8] = "\x48\x18", + [0x29d9] = "\x48\x19", [0x29da] = "\x48\x1a", [0x29db] = "\x48\x1b", + [0x29dc] = "\x48\x1c", [0x29dd] = "\x48\x1d", [0x29de] = "\x48\x1e", + [0x29df] = "\x48\x1f", [0x29e0] = "\x48\x20", [0x29e1] = "\x48\x21", + [0x29e2] = "\x48\x22", [0x29e3] = "\x48\x23", [0x29e4] = "\x48\x24", + [0x29e5] = "\x48\x25", [0x29e6] = "\x48\x26", [0x29e7] = "\x48\x27", + [0x29e8] = "\x48\x28", [0x29e9] = "\x48\x29", [0x29ea] = "\x48\x2a", + [0x29eb] = "\x48\x2b", [0x29ec] = "\x48\x2c", [0x29ed] = "\x48\x2d", + [0x29ee] = "\x48\x2e", [0x29ef] = "\x48\x2f", [0x29f0] = "\x48\x30", + [0x29f1] = "\x48\x31", [0x29f2] = "\x48\x32", [0x29f3] = "\x48\x33", + [0x29f4] = "\x48\x34", [0x29f5] = "\x48\x35", [0x29f6] = "\x48\x36", + [0x29f7] = "\x48\x37", [0x29f8] = "\x48\x38", [0x29f9] = "\x48\x39", + [0x29fa] = "\x48\x3a", [0x29fb] = "\x48\x3b", [0x29fc] = "\x48\x3c", + [0x29fd] = "\x48\x3d", [0x29fe] = "\x48\x3e", [0x29ff] = "\x48\x3f", + [0x2a00] = "\x48\x40", [0x2a01] = "\x48\x41", [0x2a02] = "\x48\x42", + [0x2a03] = "\x48\x43", [0x2a04] = "\x48\x44", [0x2a05] = "\x48\x45", + [0x2a06] = "\x48\x46", [0x2a07] = "\x48\x47", [0x2a08] = "\x48\x48", + [0x2a09] = "\x48\x49", [0x2a0a] = "\x48\x4a", [0x2a0b] = "\x48\x4b", + [0x2a0c] = "\x48\x4c", [0x2a0d] = "\x48\x4d", [0x2a0e] = "\x48\x4e", + [0x2a0f] = "\x48\x4f", [0x2a10] = "\x48\x50", [0x2a11] = "\x48\x51", + [0x2a12] = "\x48\x52", [0x2a13] = "\x48\x53", [0x2a14] = "\x48\x54", + [0x2a15] = "\x48\x55", [0x2a16] = "\x48\x56", [0x2a17] = "\x48\x57", + [0x2a18] = "\x48\x58", [0x2a19] = "\x48\x59", [0x2a1a] = "\x48\x5a", + [0x2a1b] = "\x48\x5b", [0x2a1c] = "\x48\x5c", [0x2a1d] = "\x48\x5d", + [0x2a1e] = "\x48\x5e", [0x2a1f] = "\x48\x5f", [0x2a20] = "\x48\x60", + [0x2a21] = "\x48\x61", [0x2a22] = "\x48\x62", [0x2a23] = "\x48\x63", + [0x2a24] = "\x48\x64", [0x2a25] = "\x48\x65", [0x2a26] = "\x48\x66", + [0x2a27] = "\x48\x67", [0x2a28] = "\x48\x68", [0x2a29] = "\x48\x69", + [0x2a2a] = "\x48\x6a", [0x2a2b] = "\x48\x6b", [0x2a2c] = "\x48\x6c", + [0x2a2d] = "\x48\x6d", [0x2a2e] = "\x48\x6e", [0x2a2f] = "\x48\x6f", + [0x2a30] = "\x48\x70", [0x2a31] = "\x48\x71", [0x2a32] = "\x48\x72", + [0x2a33] = "\x48\x73", [0x2a34] = "\x48\x74", [0x2a35] = "\x48\x75", + [0x2a36] = "\x48\x76", [0x2a37] = "\x48\x77", [0x2a38] = "\x48\x78", + [0x2a39] = "\x48\x79", [0x2a3a] = "\x48\x7a", [0x2a3b] = "\x48\x7b", + [0x2a3c] = "\x48\x7c", [0x2a3d] = "\x48\x7d", [0x2a3e] = "\x48\x7e", + [0x2a3f] = "\x48\x7f", [0x2a40] = "\x48\x80", [0x2a41] = "\x48\x81", + [0x2a42] = "\x48\x82", [0x2a43] = "\x48\x83", [0x2a44] = "\x48\x84", + [0x2a45] = "\x48\x85", [0x2a46] = "\x48\x86", [0x2a47] = "\x48\x87", + [0x2a48] = "\x48\x88", [0x2a49] = "\x48\x89", [0x2a4a] = "\x48\x8a", + [0x2a4b] = "\x48\x8b", [0x2a4c] = "\x48\x8c", [0x2a4d] = "\x48\x8d", + [0x2a4e] = "\x48\x8e", [0x2a4f] = "\x48\x8f", [0x2a50] = "\x48\x90", + [0x2a51] = "\x48\x91", [0x2a52] = "\x48\x92", [0x2a53] = "\x48\x93", + [0x2a54] = "\x48\x94", [0x2a55] = "\x48\x95", [0x2a56] = "\x48\x96", + [0x2a57] = "\x48\x97", [0x2a58] = "\x48\x98", [0x2a59] = "\x48\x99", + [0x2a5a] = "\x48\x9a", [0x2a5b] = "\x48\x9b", [0x2a5c] = "\x48\x9c", + [0x2a5d] = "\x48\x9d", [0x2a5e] = "\x48\x9e", [0x2a5f] = "\x48\x9f", + [0x2a60] = "\x48\xa0", [0x2a61] = "\x48\xa1", [0x2a62] = "\x48\xa2", + [0x2a63] = "\x48\xa3", [0x2a64] = "\x48\xa4", [0x2a65] = "\x48\xa5", + [0x2a66] = "\x48\xa6", [0x2a67] = "\x48\xa7", [0x2a68] = "\x48\xa8", + [0x2a69] = "\x48\xa9", [0x2a6a] = "\x48\xaa", [0x2a6b] = "\x48\xab", + [0x2a6c] = "\x48\xac", [0x2a6d] = "\x48\xad", [0x2a6e] = "\x48\xae", + [0x2a6f] = "\x48\xaf", [0x2a70] = "\x48\xb0", [0x2a71] = "\x48\xb1", + [0x2a72] = "\x48\xb2", [0x2a73] = "\x48\xb3", [0x2a74] = "\x48\xb4", + [0x2a75] = "\x48\xb5", [0x2a76] = "\x48\xb6", [0x2a77] = "\x48\xb7", + [0x2a78] = "\x48\xb8", [0x2a79] = "\x48\xb9", [0x2a7a] = "\x48\xba", + [0x2a7b] = "\x48\xbb", [0x2a7c] = "\x48\xbc", [0x2a7d] = "\x48\xbd", + [0x2a7e] = "\x48\xbe", [0x2a7f] = "\x48\xbf", [0x2a80] = "\x48\xc0", + [0x2a81] = "\x48\xc1", [0x2a82] = "\x48\xc2", [0x2a83] = "\x48\xc3", + [0x2a84] = "\x48\xc4", [0x2a85] = "\x48\xc5", [0x2a86] = "\x48\xc6", + [0x2a87] = "\x48\xc7", [0x2a88] = "\x48\xc8", [0x2a89] = "\x48\xc9", + [0x2a8a] = "\x48\xca", [0x2a8b] = "\x48\xcb", [0x2a8c] = "\x48\xcc", + [0x2a8d] = "\x48\xcd", [0x2a8e] = "\x48\xce", [0x2a8f] = "\x48\xcf", + [0x2a90] = "\x48\xd0", [0x2a91] = "\x48\xd1", [0x2a92] = "\x48\xd2", + [0x2a93] = "\x48\xd3", [0x2a94] = "\x48\xd4", [0x2a95] = "\x48\xd5", + [0x2a96] = "\x48\xd6", [0x2a97] = "\x48\xd7", [0x2a98] = "\x48\xd8", + [0x2a99] = "\x48\xd9", [0x2a9a] = "\x48\xda", [0x2a9b] = "\x48\xdb", + [0x2a9c] = "\x48\xdc", [0x2a9d] = "\x48\xdd", [0x2a9e] = "\x48\xde", + [0x2a9f] = "\x48\xdf", [0x2aa0] = "\x48\xe0", [0x2aa1] = "\x48\xe1", + [0x2aa2] = "\x48\xe2", [0x2aa3] = "\x48\xe3", [0x2aa4] = "\x48\xe4", + [0x2aa5] = "\x48\xe5", [0x2aa6] = "\x48\xe6", [0x2aa7] = "\x48\xe7", + [0x2aa8] = "\x48\xe8", [0x2aa9] = "\x48\xe9", [0x2aaa] = "\x48\xea", + [0x2aab] = "\x48\xeb", [0x2aac] = "\x48\xec", [0x2aad] = "\x48\xed", + [0x2aae] = "\x48\xee", [0x2aaf] = "\x48\xef", [0x2ab0] = "\x48\xf0", + [0x2ab1] = "\x48\xf1", [0x2ab2] = "\x48\xf2", [0x2ab3] = "\x48\xf3", + [0x2ab4] = "\x48\xf4", [0x2ab5] = "\x48\xf5", [0x2ab6] = "\x48\xf6", + [0x2ab7] = "\x48\xf7", [0x2ab8] = "\x48\xf8", [0x2ab9] = "\x48\xf9", + [0x2aba] = "\x48\xfa", [0x2abb] = "\x48\xfb", [0x2abc] = "\x48\xfc", + [0x2abd] = "\x48\xfd", [0x2abe] = "\x48\xfe", [0x2abf] = "\x48\xff", + [0x2ac0] = "\x49\x00", [0x2ac1] = "\x49\x01", [0x2ac2] = "\x49\x02", + [0x2ac3] = "\x49\x03", [0x2ac4] = "\x49\x04", [0x2ac5] = "\x49\x05", + [0x2ac6] = "\x49\x06", [0x2ac7] = "\x49\x07", [0x2ac8] = "\x49\x08", + [0x2ac9] = "\x49\x09", [0x2aca] = "\x49\x0a", [0x2acb] = "\x49\x0b", + [0x2acc] = "\x49\x0c", [0x2acd] = "\x49\x0d", [0x2ace] = "\x49\x0e", + [0x2acf] = "\x49\x0f", [0x2ad0] = "\x49\x10", [0x2ad1] = "\x49\x11", + [0x2ad2] = "\x49\x12", [0x2ad3] = "\x49\x13", [0x2ad4] = "\x49\x14", + [0x2ad5] = "\x49\x15", [0x2ad6] = "\x49\x16", [0x2ad7] = "\x49\x17", + [0x2ad8] = "\x49\x18", [0x2ad9] = "\x49\x19", [0x2ada] = "\x49\x1a", + [0x2adb] = "\x49\x1b", [0x2adc] = "\x49\x1c", [0x2add] = "\x49\x1d", + [0x2ade] = "\x49\x1e", [0x2adf] = "\x49\x1f", [0x2ae0] = "\x49\x20", + [0x2ae1] = "\x49\x21", [0x2ae2] = "\x49\x22", [0x2ae3] = "\x49\x23", + [0x2ae4] = "\x49\x24", [0x2ae5] = "\x49\x25", [0x2ae6] = "\x49\x26", + [0x2ae7] = "\x49\x27", [0x2ae8] = "\x49\x28", [0x2ae9] = "\x49\x29", + [0x2aea] = "\x49\x2a", [0x2aeb] = "\x49\x2b", [0x2aec] = "\x49\x2c", + [0x2aed] = "\x49\x2d", [0x2aee] = "\x49\x2e", [0x2aef] = "\x49\x2f", + [0x2af0] = "\x49\x30", [0x2af1] = "\x49\x31", [0x2af2] = "\x49\x32", + [0x2af3] = "\x49\x33", [0x2af4] = "\x49\x34", [0x2af5] = "\x49\x35", + [0x2af6] = "\x49\x36", [0x2af7] = "\x49\x37", [0x2af8] = "\x49\x38", + [0x2af9] = "\x49\x39", [0x2afa] = "\x49\x3a", [0x2afb] = "\x49\x3b", + [0x2afc] = "\x49\x3c", [0x2afd] = "\x49\x3d", [0x2afe] = "\x49\x3e", + [0x2aff] = "\x49\x3f", [0x2b00] = "\x49\x40", [0x2b01] = "\x49\x41", + [0x2b02] = "\x49\x42", [0x2b03] = "\x49\x43", [0x2b04] = "\x49\x44", + [0x2b05] = "\x49\x45", [0x2b06] = "\x49\x46", [0x2b07] = "\x49\x47", + [0x2b08] = "\x49\x48", [0x2b09] = "\x49\x49", [0x2b0a] = "\x49\x4a", + [0x2b0b] = "\x49\x4b", [0x2b0c] = "\x49\x4c", [0x2b0d] = "\x49\x4d", + [0x2b0e] = "\x49\x4e", [0x2b0f] = "\x49\x4f", [0x2b10] = "\x49\x50", + [0x2b11] = "\x49\x51", [0x2b12] = "\x49\x52", [0x2b13] = "\x49\x53", + [0x2b14] = "\x49\x54", [0x2b15] = "\x49\x55", [0x2b16] = "\x49\x56", + [0x2b17] = "\x49\x57", [0x2b18] = "\x49\x58", [0x2b19] = "\x49\x59", + [0x2b1a] = "\x49\x5a", [0x2b1b] = "\x49\x5b", [0x2b1c] = "\x49\x5c", + [0x2b1d] = "\x49\x5d", [0x2b1e] = "\x49\x5e", [0x2b1f] = "\x49\x5f", + [0x2b20] = "\x49\x60", [0x2b21] = "\x49\x61", [0x2b22] = "\x49\x62", + [0x2b23] = "\x49\x63", [0x2b24] = "\x49\x64", [0x2b25] = "\x49\x65", + [0x2b26] = "\x49\x66", [0x2b27] = "\x49\x67", [0x2b28] = "\x49\x68", + [0x2b29] = "\x49\x69", [0x2b2a] = "\x49\x6a", [0x2b2b] = "\x49\x6b", + [0x2b2c] = "\x49\x6c", [0x2b2d] = "\x49\x6d", [0x2b2e] = "\x49\x6e", + [0x2b2f] = "\x49\x6f", [0x2b30] = "\x49\x70", [0x2b31] = "\x49\x71", + [0x2b32] = "\x49\x72", [0x2b33] = "\x49\x73", [0x2b34] = "\x49\x74", + [0x2b35] = "\x49\x75", [0x2b36] = "\x49\x76", [0x2b37] = "\x49\x77", + [0x2b38] = "\x49\x78", [0x2b39] = "\x49\x79", [0x2b3a] = "\x49\x7a", + [0x2b3b] = "\x49\x7b", [0x2b3c] = "\x49\x7c", [0x2b3d] = "\x49\x7d", + [0x2b3e] = "\x49\x7e", [0x2b3f] = "\x49\x7f", [0x2b40] = "\x49\x80", + [0x2b41] = "\x49\x81", [0x2b42] = "\x49\x82", [0x2b43] = "\x49\x83", + [0x2b44] = "\x49\x84", [0x2b45] = "\x49\x85", [0x2b46] = "\x49\x86", + [0x2b47] = "\x49\x87", [0x2b48] = "\x49\x88", [0x2b49] = "\x49\x89", + [0x2b4a] = "\x49\x8a", [0x2b4b] = "\x49\x8b", [0x2b4c] = "\x49\x8c", + [0x2b4d] = "\x49\x8d", [0x2b4e] = "\x49\x8e", [0x2b4f] = "\x49\x8f", + [0x2b50] = "\x49\x90", [0x2b51] = "\x49\x91", [0x2b52] = "\x49\x92", + [0x2b53] = "\x49\x93", [0x2b54] = "\x49\x94", [0x2b55] = "\x49\x95", + [0x2b56] = "\x49\x96", [0x2b57] = "\x49\x97", [0x2b58] = "\x49\x98", + [0x2b59] = "\x49\x99", [0x2b5a] = "\x49\x9a", [0x2b5b] = "\x49\x9b", + [0x2b5c] = "\x49\x9c", [0x2b5d] = "\x49\x9d", [0x2b5e] = "\x49\x9e", + [0x2b5f] = "\x49\x9f", [0x2b60] = "\x49\xa0", [0x2b61] = "\x49\xa1", + [0x2b62] = "\x49\xa2", [0x2b63] = "\x49\xa3", [0x2b64] = "\x49\xa4", + [0x2b65] = "\x49\xa5", [0x2b66] = "\x49\xa6", [0x2b67] = "\x49\xa7", + [0x2b68] = "\x49\xa8", [0x2b69] = "\x49\xa9", [0x2b6a] = "\x49\xaa", + [0x2b6b] = "\x49\xab", [0x2b6c] = "\x49\xac", [0x2b6d] = "\x49\xad", + [0x2b6e] = "\x49\xae", [0x2b6f] = "\x49\xaf", [0x2b70] = "\x49\xb0", + [0x2b71] = "\x49\xb1", [0x2b72] = "\x49\xb2", [0x2b73] = "\x49\xb3", + [0x2b74] = "\x49\xb4", [0x2b75] = "\x49\xb5", [0x2b76] = "\x49\xb6", + [0x2b77] = "\x49\xb7", [0x2b78] = "\x49\xb8", [0x2b79] = "\x49\xb9", + [0x2b7a] = "\x49\xba", [0x2b7b] = "\x49\xbb", [0x2b7c] = "\x49\xbc", + [0x2b7d] = "\x49\xbd", [0x2b7e] = "\x49\xbe", [0x2b7f] = "\x49\xbf", + [0x2b80] = "\x49\xc0", [0x2b81] = "\x49\xc1", [0x2b82] = "\x49\xc2", + [0x2b83] = "\x49\xc3", [0x2b84] = "\x49\xc4", [0x2b85] = "\x49\xc5", + [0x2b86] = "\x49\xc6", [0x2b87] = "\x49\xc7", [0x2b88] = "\x49\xc8", + [0x2b89] = "\x49\xc9", [0x2b8a] = "\x49\xca", [0x2b8b] = "\x49\xcb", + [0x2b8c] = "\x49\xcc", [0x2b8d] = "\x49\xcd", [0x2b8e] = "\x49\xce", + [0x2b8f] = "\x49\xcf", [0x2b90] = "\x49\xd0", [0x2b91] = "\x49\xd1", + [0x2b92] = "\x49\xd2", [0x2b93] = "\x49\xd3", [0x2b94] = "\x49\xd4", + [0x2b95] = "\x49\xd5", [0x2b96] = "\x49\xd6", [0x2b97] = "\x49\xd7", + [0x2b98] = "\x49\xd8", [0x2b99] = "\x49\xd9", [0x2b9a] = "\x49\xda", + [0x2b9b] = "\x49\xdb", [0x2b9c] = "\x49\xdc", [0x2b9d] = "\x49\xdd", + [0x2b9e] = "\x49\xde", [0x2b9f] = "\x49\xdf", [0x2ba0] = "\x49\xe0", + [0x2ba1] = "\x49\xe1", [0x2ba2] = "\x49\xe2", [0x2ba3] = "\x49\xe3", + [0x2ba4] = "\x49\xe4", [0x2ba5] = "\x49\xe5", [0x2ba6] = "\x49\xe6", + [0x2ba7] = "\x49\xe7", [0x2ba8] = "\x49\xe8", [0x2ba9] = "\x49\xe9", + [0x2baa] = "\x49\xea", [0x2bab] = "\x49\xeb", [0x2bac] = "\x49\xec", + [0x2bad] = "\x49\xed", [0x2bae] = "\x49\xee", [0x2baf] = "\x49\xef", + [0x2bb0] = "\x49\xf0", [0x2bb1] = "\x49\xf1", [0x2bb2] = "\x49\xf2", + [0x2bb3] = "\x49\xf3", [0x2bb4] = "\x49\xf4", [0x2bb5] = "\x49\xf5", + [0x2bb6] = "\x49\xf6", [0x2bb7] = "\x49\xf7", [0x2bb8] = "\x49\xf8", + [0x2bb9] = "\x49\xf9", [0x2bba] = "\x49\xfa", [0x2bbb] = "\x49\xfb", + [0x2bbc] = "\x49\xfc", [0x2bbd] = "\x49\xfd", [0x2bbe] = "\x49\xfe", + [0x2bbf] = "\x49\xff", [0x2bc0] = "\x4a\x00", [0x2bc1] = "\x4a\x01", + [0x2bc2] = "\x4a\x02", [0x2bc3] = "\x4a\x03", [0x2bc4] = "\x4a\x04", + [0x2bc5] = "\x4a\x05", [0x2bc6] = "\x4a\x06", [0x2bc7] = "\x4a\x07", + [0x2bc8] = "\x4a\x08", [0x2bc9] = "\x4a\x09", [0x2bca] = "\x4a\x0a", + [0x2bcb] = "\x4a\x0b", [0x2bcc] = "\x4a\x0c", [0x2bcd] = "\x4a\x0d", + [0x2bce] = "\x4a\x0e", [0x2bcf] = "\x4a\x0f", [0x2bd0] = "\x4a\x10", + [0x2bd1] = "\x4a\x11", [0x2bd2] = "\x4a\x12", [0x2bd3] = "\x4a\x13", + [0x2bd4] = "\x4a\x14", [0x2bd5] = "\x4a\x15", [0x2bd6] = "\x4a\x16", + [0x2bd7] = "\x4a\x17", [0x2bd8] = "\x4a\x18", [0x2bd9] = "\x4a\x19", + [0x2bda] = "\x4a\x1a", [0x2bdb] = "\x4a\x1b", [0x2bdc] = "\x4a\x1c", + [0x2bdd] = "\x4a\x1d", [0x2bde] = "\x4a\x1e", [0x2bdf] = "\x4a\x1f", + [0x2be0] = "\x4a\x20", [0x2be1] = "\x4a\x21", [0x2be2] = "\x4a\x22", + [0x2be3] = "\x4a\x23", [0x2be4] = "\x4a\x24", [0x2be5] = "\x4a\x25", + [0x2be6] = "\x4a\x26", [0x2be7] = "\x4a\x27", [0x2be8] = "\x4a\x28", + [0x2be9] = "\x4a\x29", [0x2bea] = "\x4a\x2a", [0x2beb] = "\x4a\x2b", + [0x2bec] = "\x4a\x2c", [0x2bed] = "\x4a\x2d", [0x2bee] = "\x4a\x2e", + [0x2bef] = "\x4a\x2f", [0x2bf0] = "\x4a\x30", [0x2bf1] = "\x4a\x31", + [0x2bf2] = "\x4a\x32", [0x2bf3] = "\x4a\x33", [0x2bf4] = "\x4a\x34", + [0x2bf5] = "\x4a\x35", [0x2bf6] = "\x4a\x36", [0x2bf7] = "\x4a\x37", + [0x2bf8] = "\x4a\x38", [0x2bf9] = "\x4a\x39", [0x2bfa] = "\x4a\x3a", + [0x2bfb] = "\x4a\x3b", [0x2bfc] = "\x4a\x3c", [0x2bfd] = "\x4a\x3d", + [0x2bfe] = "\x4a\x3e", [0x2bff] = "\x4a\x3f", [0x2c00] = "\x4a\x40", + [0x2c01] = "\x4a\x41", [0x2c02] = "\x4a\x42", [0x2c03] = "\x4a\x43", + [0x2c04] = "\x4a\x44", [0x2c05] = "\x4a\x45", [0x2c06] = "\x4a\x46", + [0x2c07] = "\x4a\x47", [0x2c08] = "\x4a\x48", [0x2c09] = "\x4a\x49", + [0x2c0a] = "\x4a\x4a", [0x2c0b] = "\x4a\x4b", [0x2c0c] = "\x4a\x4c", + [0x2c0d] = "\x4a\x4d", [0x2c0e] = "\x4a\x4e", [0x2c0f] = "\x4a\x4f", + [0x2c10] = "\x4a\x50", [0x2c11] = "\x4a\x51", [0x2c12] = "\x4a\x52", + [0x2c13] = "\x4a\x53", [0x2c14] = "\x4a\x54", [0x2c15] = "\x4a\x55", + [0x2c16] = "\x4a\x56", [0x2c17] = "\x4a\x57", [0x2c18] = "\x4a\x58", + [0x2c19] = "\x4a\x59", [0x2c1a] = "\x4a\x5a", [0x2c1b] = "\x4a\x5b", + [0x2c1c] = "\x4a\x5c", [0x2c1d] = "\x4a\x5d", [0x2c1e] = "\x4a\x5e", + [0x2c1f] = "\x4a\x5f", [0x2c20] = "\x4a\x60", [0x2c21] = "\x4a\x61", + [0x2c22] = "\x4a\x62", [0x2c23] = "\x4a\x63", [0x2c24] = "\x4a\x64", + [0x2c25] = "\x4a\x65", [0x2c26] = "\x4a\x66", [0x2c27] = "\x4a\x67", + [0x2c28] = "\x4a\x68", [0x2c29] = "\x4a\x69", [0x2c2a] = "\x4a\x6a", + [0x2c2b] = "\x4a\x6b", [0x2c2c] = "\x4a\x6c", [0x2c2d] = "\x4a\x6d", + [0x2c2e] = "\x4a\x6e", [0x2c2f] = "\x4a\x6f", [0x2c30] = "\x4a\x70", + [0x2c31] = "\x4a\x71", [0x2c32] = "\x4a\x72", [0x2c33] = "\x4a\x73", + [0x2c34] = "\x4a\x74", [0x2c35] = "\x4a\x75", [0x2c36] = "\x4a\x76", + [0x2c37] = "\x4a\x77", [0x2c38] = "\x4a\x78", [0x2c39] = "\x4a\x79", + [0x2c3a] = "\x4a\x7a", [0x2c3b] = "\x4a\x7b", [0x2c3c] = "\x4a\x7c", + [0x2c3d] = "\x4a\x7d", [0x2c3e] = "\x4a\x7e", [0x2c3f] = "\x4a\x7f", + [0x2c40] = "\x4a\x80", [0x2c41] = "\x4a\x81", [0x2c42] = "\x4a\x82", + [0x2c43] = "\x4a\x83", [0x2c44] = "\x4a\x84", [0x2c45] = "\x4a\x85", + [0x2c46] = "\x4a\x86", [0x2c47] = "\x4a\x87", [0x2c48] = "\x4a\x88", + [0x2c49] = "\x4a\x89", [0x2c4a] = "\x4a\x8a", [0x2c4b] = "\x4a\x8b", + [0x2c4c] = "\x4a\x8c", [0x2c4d] = "\x4a\x8d", [0x2c4e] = "\x4a\x8e", + [0x2c4f] = "\x4a\x8f", [0x2c50] = "\x4a\x90", [0x2c51] = "\x4a\x91", + [0x2c52] = "\x4a\x92", [0x2c53] = "\x4a\x93", [0x2c54] = "\x4a\x94", + [0x2c55] = "\x4a\x95", [0x2c56] = "\x4a\x96", [0x2c57] = "\x4a\x97", + [0x2c58] = "\x4a\x98", [0x2c59] = "\x4a\x99", [0x2c5a] = "\x4a\x9a", + [0x2c5b] = "\x4a\x9b", [0x2c5c] = "\x4a\x9c", [0x2c5d] = "\x4a\x9d", + [0x2c5e] = "\x4a\x9e", [0x2c5f] = "\x4a\x9f", [0x2c60] = "\x4a\xa0", + [0x2c61] = "\x4a\xa1", [0x2c62] = "\x4a\xa2", [0x2c63] = "\x4a\xa3", + [0x2c64] = "\x4a\xa4", [0x2c65] = "\x4a\xa5", [0x2c66] = "\x4a\xa6", + [0x2c67] = "\x4a\xa7", [0x2c68] = "\x4a\xa8", [0x2c69] = "\x4a\xa9", + [0x2c6a] = "\x4a\xaa", [0x2c6b] = "\x4a\xab", [0x2c6c] = "\x4a\xac", + [0x2c6d] = "\x4a\xad", [0x2c6e] = "\x4a\xae", [0x2c6f] = "\x4a\xaf", + [0x2c70] = "\x4a\xb0", [0x2c71] = "\x4a\xb1", [0x2c72] = "\x4a\xb2", + [0x2c73] = "\x4a\xb3", [0x2c74] = "\x4a\xb4", [0x2c75] = "\x4a\xb5", + [0x2c76] = "\x4a\xb6", [0x2c77] = "\x4a\xb7", [0x2c78] = "\x4a\xb8", + [0x2c79] = "\x4a\xb9", [0x2c7a] = "\x4a\xba", [0x2c7b] = "\x4a\xbb", + [0x2c7c] = "\x4a\xbc", [0x2c7d] = "\x4a\xbd", [0x2c7e] = "\x4a\xbe", + [0x2c7f] = "\x4a\xbf", [0x2c80] = "\x4a\xc0", [0x2c81] = "\x4a\xc1", + [0x2c82] = "\x4a\xc2", [0x2c83] = "\x4a\xc3", [0x2c84] = "\x4a\xc4", + [0x2c85] = "\x4a\xc5", [0x2c86] = "\x4a\xc6", [0x2c87] = "\x4a\xc7", + [0x2c88] = "\x4a\xc8", [0x2c89] = "\x4a\xc9", [0x2c8a] = "\x4a\xca", + [0x2c8b] = "\x4a\xcb", [0x2c8c] = "\x4a\xcc", [0x2c8d] = "\x4a\xcd", + [0x2c8e] = "\x4a\xce", [0x2c8f] = "\x4a\xcf", [0x2c90] = "\x4a\xd0", + [0x2c91] = "\x4a\xd1", [0x2c92] = "\x4a\xd2", [0x2c93] = "\x4a\xd3", + [0x2c94] = "\x4a\xd4", [0x2c95] = "\x4a\xd5", [0x2c96] = "\x4a\xd6", + [0x2c97] = "\x4a\xd7", [0x2c98] = "\x4a\xd8", [0x2c99] = "\x4a\xd9", + [0x2c9a] = "\x4a\xda", [0x2c9b] = "\x4a\xdb", [0x2c9c] = "\x4a\xdc", + [0x2c9d] = "\x4a\xdd", [0x2c9e] = "\x4a\xde", [0x2c9f] = "\x4a\xdf", + [0x2ca0] = "\x4a\xe0", [0x2ca1] = "\x4a\xe1", [0x2ca2] = "\x4a\xe2", + [0x2ca3] = "\x4a\xe3", [0x2ca4] = "\x4a\xe4", [0x2ca5] = "\x4a\xe5", + [0x2ca6] = "\x4a\xe6", [0x2ca7] = "\x4a\xe7", [0x2ca8] = "\x4a\xe8", + [0x2ca9] = "\x4a\xe9", [0x2caa] = "\x4a\xea", [0x2cab] = "\x4a\xeb", + [0x2cac] = "\x4a\xec", [0x2cad] = "\x4a\xed", [0x2cae] = "\x4a\xee", + [0x2caf] = "\x4a\xef", [0x2cb0] = "\x4a\xf0", [0x2cb1] = "\x4a\xf1", + [0x2cb2] = "\x4a\xf2", [0x2cb3] = "\x4a\xf3", [0x2cb4] = "\x4a\xf4", + [0x2cb5] = "\x4a\xf5", [0x2cb6] = "\x4a\xf6", [0x2cb7] = "\x4a\xf7", + [0x2cb8] = "\x4a\xf8", [0x2cb9] = "\x4a\xf9", [0x2cba] = "\x4a\xfa", + [0x2cbb] = "\x4a\xfb", [0x2cbc] = "\x4a\xfc", [0x2cbd] = "\x4a\xfd", + [0x2cbe] = "\x4a\xfe", [0x2cbf] = "\x4a\xff", [0x2cc0] = "\x4b\x00", + [0x2cc1] = "\x4b\x01", [0x2cc2] = "\x4b\x02", [0x2cc3] = "\x4b\x03", + [0x2cc4] = "\x4b\x04", [0x2cc5] = "\x4b\x05", [0x2cc6] = "\x4b\x06", + [0x2cc7] = "\x4b\x07", [0x2cc8] = "\x4b\x08", [0x2cc9] = "\x4b\x09", + [0x2cca] = "\x4b\x0a", [0x2ccb] = "\x4b\x0b", [0x2ccc] = "\x4b\x0c", + [0x2ccd] = "\x4b\x0d", [0x2cce] = "\x4b\x0e", [0x2ccf] = "\x4b\x0f", + [0x2cd0] = "\x4b\x10", [0x2cd1] = "\x4b\x11", [0x2cd2] = "\x4b\x12", + [0x2cd3] = "\x4b\x13", [0x2cd4] = "\x4b\x14", [0x2cd5] = "\x4b\x15", + [0x2cd6] = "\x4b\x16", [0x2cd7] = "\x4b\x17", [0x2cd8] = "\x4b\x18", + [0x2cd9] = "\x4b\x19", [0x2cda] = "\x4b\x1a", [0x2cdb] = "\x4b\x1b", + [0x2cdc] = "\x4b\x1c", [0x2cdd] = "\x4b\x1d", [0x2cde] = "\x4b\x1e", + [0x2cdf] = "\x4b\x1f", [0x2ce0] = "\x4b\x20", [0x2ce1] = "\x4b\x21", + [0x2ce2] = "\x4b\x22", [0x2ce3] = "\x4b\x23", [0x2ce4] = "\x4b\x24", + [0x2ce5] = "\x4b\x25", [0x2ce6] = "\x4b\x26", [0x2ce7] = "\x4b\x27", + [0x2ce8] = "\x4b\x28", [0x2ce9] = "\x4b\x29", [0x2cea] = "\x4b\x2a", + [0x2ceb] = "\x4b\x2b", [0x2cec] = "\x4b\x2c", [0x2ced] = "\x4b\x2d", + [0x2cee] = "\x4b\x2e", [0x2cef] = "\x4b\x2f", [0x2cf0] = "\x4b\x30", + [0x2cf1] = "\x4b\x31", [0x2cf2] = "\x4b\x32", [0x2cf3] = "\x4b\x33", + [0x2cf4] = "\x4b\x34", [0x2cf5] = "\x4b\x35", [0x2cf6] = "\x4b\x36", + [0x2cf7] = "\x4b\x37", [0x2cf8] = "\x4b\x38", [0x2cf9] = "\x4b\x39", + [0x2cfa] = "\x4b\x3a", [0x2cfb] = "\x4b\x3b", [0x2cfc] = "\x4b\x3c", + [0x2cfd] = "\x4b\x3d", [0x2cfe] = "\x4b\x3e", [0x2cff] = "\x4b\x3f", + [0x2d00] = "\x4b\x40", [0x2d01] = "\x4b\x41", [0x2d02] = "\x4b\x42", + [0x2d03] = "\x4b\x43", [0x2d04] = "\x4b\x44", [0x2d05] = "\x4b\x45", + [0x2d06] = "\x4b\x46", [0x2d07] = "\x4b\x47", [0x2d08] = "\x4b\x48", + [0x2d09] = "\x4b\x49", [0x2d0a] = "\x4b\x4a", [0x2d0b] = "\x4b\x4b", + [0x2d0c] = "\x4b\x4c", [0x2d0d] = "\x4b\x4d", [0x2d0e] = "\x4b\x4e", + [0x2d0f] = "\x4b\x4f", [0x2d10] = "\x4b\x50", [0x2d11] = "\x4b\x51", + [0x2d12] = "\x4b\x52", [0x2d13] = "\x4b\x53", [0x2d14] = "\x4b\x54", + [0x2d15] = "\x4b\x55", [0x2d16] = "\x4b\x56", [0x2d17] = "\x4b\x57", + [0x2d18] = "\x4b\x58", [0x2d19] = "\x4b\x59", [0x2d1a] = "\x4b\x5a", + [0x2d1b] = "\x4b\x5b", [0x2d1c] = "\x4b\x5c", [0x2d1d] = "\x4b\x5d", + [0x2d1e] = "\x4b\x5e", [0x2d1f] = "\x4b\x5f", [0x2d20] = "\x4b\x60", + [0x2d21] = "\x4b\x61", [0x2d22] = "\x4b\x62", [0x2d23] = "\x4b\x63", + [0x2d24] = "\x4b\x64", [0x2d25] = "\x4b\x65", [0x2d26] = "\x4b\x66", + [0x2d27] = "\x4b\x67", [0x2d28] = "\x4b\x68", [0x2d29] = "\x4b\x69", + [0x2d2a] = "\x4b\x6a", [0x2d2b] = "\x4b\x6b", [0x2d2c] = "\x4b\x6c", + [0x2d2d] = "\x4b\x6d", [0x2d2e] = "\x4b\x6e", [0x2d2f] = "\x4b\x6f", + [0x2d30] = "\x4b\x70", [0x2d31] = "\x4b\x71", [0x2d32] = "\x4b\x72", + [0x2d33] = "\x4b\x73", [0x2d34] = "\x4b\x74", [0x2d35] = "\x4b\x75", + [0x2d36] = "\x4b\x76", [0x2d37] = "\x4b\x77", [0x2d38] = "\x4b\x78", + [0x2d39] = "\x4b\x79", [0x2d3a] = "\x4b\x7a", [0x2d3b] = "\x4b\x7b", + [0x2d3c] = "\x4b\x7c", [0x2d3d] = "\x4b\x7d", [0x2d3e] = "\x4b\x7e", + [0x2d3f] = "\x4b\x7f", [0x2d40] = "\x4b\x80", [0x2d41] = "\x4b\x81", + [0x2d42] = "\x4b\x82", [0x2d43] = "\x4b\x83", [0x2d44] = "\x4b\x84", + [0x2d45] = "\x4b\x85", [0x2d46] = "\x4b\x86", [0x2d47] = "\x4b\x87", + [0x2d48] = "\x4b\x88", [0x2d49] = "\x4b\x89", [0x2d4a] = "\x4b\x8a", + [0x2d4b] = "\x4b\x8b", [0x2d4c] = "\x4b\x8c", [0x2d4d] = "\x4b\x8d", + [0x2d4e] = "\x4b\x8e", [0x2d4f] = "\x4b\x8f", [0x2d50] = "\x4b\x90", + [0x2d51] = "\x4b\x91", [0x2d52] = "\x4b\x92", [0x2d53] = "\x4b\x93", + [0x2d54] = "\x4b\x94", [0x2d55] = "\x4b\x95", [0x2d56] = "\x4b\x96", + [0x2d57] = "\x4b\x97", [0x2d58] = "\x4b\x98", [0x2d59] = "\x4b\x99", + [0x2d5a] = "\x4b\x9a", [0x2d5b] = "\x4b\x9b", [0x2d5c] = "\x4b\x9c", + [0x2d5d] = "\x4b\x9d", [0x2d5e] = "\x4b\x9e", [0x2d5f] = "\x4b\x9f", + [0x2d60] = "\x4b\xa0", [0x2d61] = "\x4b\xa1", [0x2d62] = "\x4b\xa2", + [0x2d63] = "\x4b\xa3", [0x2d64] = "\x4b\xa4", [0x2d65] = "\x4b\xa5", + [0x2d66] = "\x4b\xa6", [0x2d67] = "\x4b\xa7", [0x2d68] = "\x4b\xa8", + [0x2d69] = "\x4b\xa9", [0x2d6a] = "\x4b\xaa", [0x2d6b] = "\x4b\xab", + [0x2d6c] = "\x4b\xac", [0x2d6d] = "\x4b\xad", [0x2d6e] = "\x4b\xae", + [0x2d6f] = "\x4b\xaf", [0x2d70] = "\x4b\xb0", [0x2d71] = "\x4b\xb1", + [0x2d72] = "\x4b\xb2", [0x2d73] = "\x4b\xb3", [0x2d74] = "\x4b\xb4", + [0x2d75] = "\x4b\xb5", [0x2d76] = "\x4b\xb6", [0x2d77] = "\x4b\xb7", + [0x2d78] = "\x4b\xb8", [0x2d79] = "\x4b\xb9", [0x2d7a] = "\x4b\xba", + [0x2d7b] = "\x4b\xbb", [0x2d7c] = "\x4b\xbc", [0x2d7d] = "\x4b\xbd", + [0x2d7e] = "\x4b\xbe", [0x2d7f] = "\x4b\xbf", [0x2d80] = "\x4b\xc0", + [0x2d81] = "\x4b\xc1", [0x2d82] = "\x4b\xc2", [0x2d83] = "\x4b\xc3", + [0x2d84] = "\x4b\xc4", [0x2d85] = "\x4b\xc5", [0x2d86] = "\x4b\xc6", + [0x2d87] = "\x4b\xc7", [0x2d88] = "\x4b\xc8", [0x2d89] = "\x4b\xc9", + [0x2d8a] = "\x4b\xca", [0x2d8b] = "\x4b\xcb", [0x2d8c] = "\x4b\xcc", + [0x2d8d] = "\x4b\xcd", [0x2d8e] = "\x4b\xce", [0x2d8f] = "\x4b\xcf", + [0x2d90] = "\x4b\xd0", [0x2d91] = "\x4b\xd1", [0x2d92] = "\x4b\xd2", + [0x2d93] = "\x4b\xd3", [0x2d94] = "\x4b\xd4", [0x2d95] = "\x4b\xd5", + [0x2d96] = "\x4b\xd6", [0x2d97] = "\x4b\xd7", [0x2d98] = "\x4b\xd8", + [0x2d99] = "\x4b\xd9", [0x2d9a] = "\x4b\xda", [0x2d9b] = "\x4b\xdb", + [0x2d9c] = "\x4b\xdc", [0x2d9d] = "\x4b\xdd", [0x2d9e] = "\x4b\xde", + [0x2d9f] = "\x4b\xdf", [0x2da0] = "\x4b\xe0", [0x2da1] = "\x4b\xe1", + [0x2da2] = "\x4b\xe2", [0x2da3] = "\x4b\xe3", [0x2da4] = "\x4b\xe4", + [0x2da5] = "\x4b\xe5", [0x2da6] = "\x4b\xe6", [0x2da7] = "\x4b\xe7", + [0x2da8] = "\x4b\xe8", [0x2da9] = "\x4b\xe9", [0x2daa] = "\x4b\xea", + [0x2dab] = "\x4b\xeb", [0x2dac] = "\x4b\xec", [0x2dad] = "\x4b\xed", + [0x2dae] = "\x4b\xee", [0x2daf] = "\x4b\xef", [0x2db0] = "\x4b\xf0", + [0x2db1] = "\x4b\xf1", [0x2db2] = "\x4b\xf2", [0x2db3] = "\x4b\xf3", + [0x2db4] = "\x4b\xf4", [0x2db5] = "\x4b\xf5", [0x2db6] = "\x4b\xf6", + [0x2db7] = "\x4b\xf7", [0x2db8] = "\x4b\xf8", [0x2db9] = "\x4b\xf9", + [0x2dba] = "\x4b\xfa", [0x2dbb] = "\x4b\xfb", [0x2dbc] = "\x4b\xfc", + [0x2dbd] = "\x4b\xfd", [0x2dbe] = "\x4b\xfe", [0x2dbf] = "\x4b\xff", + [0x2dc0] = "\x4c\x00", [0x2dc1] = "\x4c\x01", [0x2dc2] = "\x4c\x02", + [0x2dc3] = "\x4c\x03", [0x2dc4] = "\x4c\x04", [0x2dc5] = "\x4c\x05", + [0x2dc6] = "\x4c\x06", [0x2dc7] = "\x4c\x07", [0x2dc8] = "\x4c\x08", + [0x2dc9] = "\x4c\x09", [0x2dca] = "\x4c\x0a", [0x2dcb] = "\x4c\x0b", + [0x2dcc] = "\x4c\x0c", [0x2dcd] = "\x4c\x0d", [0x2dce] = "\x4c\x0e", + [0x2dcf] = "\x4c\x0f", [0x2dd0] = "\x4c\x10", [0x2dd1] = "\x4c\x11", + [0x2dd2] = "\x4c\x12", [0x2dd3] = "\x4c\x13", [0x2dd4] = "\x4c\x14", + [0x2dd5] = "\x4c\x15", [0x2dd6] = "\x4c\x16", [0x2dd7] = "\x4c\x17", + [0x2dd8] = "\x4c\x18", [0x2dd9] = "\x4c\x19", [0x2dda] = "\x4c\x1a", + [0x2ddb] = "\x4c\x1b", [0x2ddc] = "\x4c\x1c", [0x2ddd] = "\x4c\x1d", + [0x2dde] = "\x4c\x1e", [0x2ddf] = "\x4c\x1f", [0x2de0] = "\x4c\x20", + [0x2de1] = "\x4c\x21", [0x2de2] = "\x4c\x22", [0x2de3] = "\x4c\x23", + [0x2de4] = "\x4c\x24", [0x2de5] = "\x4c\x25", [0x2de6] = "\x4c\x26", + [0x2de7] = "\x4c\x27", [0x2de8] = "\x4c\x28", [0x2de9] = "\x4c\x29", + [0x2dea] = "\x4c\x2a", [0x2deb] = "\x4c\x2b", [0x2dec] = "\x4c\x2c", + [0x2ded] = "\x4c\x2d", [0x2dee] = "\x4c\x2e", [0x2def] = "\x4c\x2f", + [0x2df0] = "\x4c\x30", [0x2df1] = "\x4c\x31", [0x2df2] = "\x4c\x32", + [0x2df3] = "\x4c\x33", [0x2df4] = "\x4c\x34", [0x2df5] = "\x4c\x35", + [0x2df6] = "\x4c\x36", [0x2df7] = "\x4c\x37", [0x2df8] = "\x4c\x38", + [0x2df9] = "\x4c\x39", [0x2dfa] = "\x4c\x3a", [0x2dfb] = "\x4c\x3b", + [0x2dfc] = "\x4c\x3c", [0x2dfd] = "\x4c\x3d", [0x2dfe] = "\x4c\x3e", + [0x2dff] = "\x4c\x3f", [0x2e00] = "\x4c\x40", [0x2e01] = "\xfe\x50", + [0x2e02] = "\x4c\x41", [0x2e03] = "\x4c\x42", [0x2e04] = "\xfe\x54", + [0x2e05] = "\x4c\x43", [0x2e06] = "\x4c\x44", [0x2e07] = "\x4c\x45", + [0x2e08] = "\xfe\x57", [0x2e09] = "\x4c\x46", [0x2e0a] = "\x4c\x47", + [0x2e0b] = "\xfe\x58", [0x2e0c] = "\xfe\x5d", [0x2e0d] = "\x4c\x48", + [0x2e0e] = "\x4c\x49", [0x2e0f] = "\x4c\x4a", [0x2e10] = "\x4c\x4b", + [0x2e11] = "\x4c\x4c", [0x2e12] = "\x4c\x4d", [0x2e13] = "\x4c\x4e", + [0x2e14] = "\x4c\x4f", [0x2e15] = "\x4c\x50", [0x2e16] = "\x4c\x51", + [0x2e17] = "\xfe\x5e", [0x2e18] = "\x4c\x52", [0x2e19] = "\x4c\x53", + [0x2e1a] = "\x4c\x54", [0x2e1b] = "\x4c\x55", [0x2e1c] = "\x4c\x56", + [0x2e1d] = "\x4c\x57", [0x2e1e] = "\x4c\x58", [0x2e1f] = "\x4c\x59", + [0x2e20] = "\x4c\x5a", [0x2e21] = "\x4c\x5b", [0x2e22] = "\x4c\x5c", + [0x2e23] = "\x4c\x5d", [0x2e24] = "\x4c\x5e", [0x2e25] = "\x4c\x5f", + [0x2e26] = "\x4c\x60", [0x2e27] = "\xfe\x6b", [0x2e28] = "\x4c\x61", + [0x2e29] = "\x4c\x62", [0x2e2a] = "\xfe\x6e", [0x2e2b] = "\x4c\x63", + [0x2e2c] = "\x4c\x64", [0x2e2d] = "\x4c\x65", [0x2e2e] = "\xfe\x71", + [0x2e2f] = "\x4c\x66", [0x2e30] = "\x4c\x67", [0x2e31] = "\x4c\x68", + [0x2e32] = "\x4c\x69", [0x2e33] = "\xfe\x73", [0x2e34] = "\x4c\x6a", + [0x2e35] = "\x4c\x6b", [0x2e36] = "\xfe\x74", [0x2e37] = "\xfe\x75", + [0x2e38] = "\x4c\x6c", [0x2e39] = "\x4c\x6d", [0x2e3a] = "\x4c\x6e", + [0x2e3b] = "\xfe\x79", [0x2e3c] = "\x4c\x6f", [0x2e3d] = "\x4c\x70", + [0x2e3e] = "\x4c\x71", [0x2e3f] = "\x4c\x72", [0x2e40] = "\x4c\x73", + [0x2e41] = "\x4c\x74", [0x2e42] = "\x4c\x75", [0x2e43] = "\x4c\x76", + [0x2e44] = "\x4c\x77", [0x2e45] = "\x4c\x78", [0x2e46] = "\x4c\x79", + [0x2e47] = "\x4c\x7a", [0x2e48] = "\x4c\x7b", [0x2e49] = "\x4c\x7c", + [0x2e4a] = "\xfe\x84", [0x2e4b] = "\x4c\x7d", [0x2e4c] = "\x4c\x7e", + [0x2e4d] = "\x4c\x7f", [0x2e4e] = "\x4c\x80", [0x2e4f] = "\x4c\x81", + [0x2e50] = "\x4c\x82", [0x2e51] = "\x4c\x83", [0x2e52] = "\x4c\x84", + [0x2e53] = "\x4c\x85", [0x2e54] = "\x4c\x86", [0x2e55] = "\x4c\x87", + [0x2e56] = "\x4c\x88", [0x2e57] = "\x4c\x89", [0x2e58] = "\x4c\x8a", + [0x2e59] = "\x4c\x8b", [0x2e5a] = "\x4c\x8c", [0x2e5b] = "\x4c\x8d", + [0x2e5c] = "\x4c\x8e", [0x2e5d] = "\x4c\x8f", [0x2e5e] = "\x4c\x90", + [0x2e5f] = "\x4c\x91", [0x2e60] = "\x4c\x92", [0x2e61] = "\x4c\x93", + [0x2e62] = "\x4c\x94", [0x2e63] = "\x4c\x95", [0x2e64] = "\x4c\x96", + [0x2e65] = "\x4c\x97", [0x2e66] = "\x4c\x98", [0x2e67] = "\x4c\x99", + [0x2e68] = "\x4c\x9a", [0x2e69] = "\x4c\x9b", [0x2e6a] = "\x4c\x9c", + [0x2e6b] = "\x4c\x9d", [0x2e6c] = "\x4c\x9e", [0x2e6d] = "\x4c\x9f", + [0x2e6e] = "\x4c\xa0", [0x2e6f] = "\x4c\xa1", [0x2e70] = "\x4c\xa2", + [0x2e71] = "\x4c\xa3", [0x2e72] = "\x4c\xa4", [0x2e73] = "\x4c\xa5", + [0x2e74] = "\x4c\xa6", [0x2e75] = "\x4c\xa7", [0x2e76] = "\x4c\xa8", + [0x2e77] = "\x4c\xa9", [0x2e78] = "\x4c\xaa", [0x2e79] = "\x4c\xab", + [0x2e7a] = "\x4c\xac", [0x2e7b] = "\x4c\xad", [0x2e7c] = "\x4c\xae", + [0x2e7d] = "\x4c\xaf", [0x2e7e] = "\x4c\xb0", [0x2e7f] = "\x4c\xb1", + [0x2e80] = "\x4c\xb2", [0x2e81] = "\x4c\xb3", [0x2e82] = "\x4c\xb4", + [0x2e83] = "\x4c\xb5", [0x2e84] = "\x4c\xb6", [0x2e85] = "\x4c\xb7", + [0x2e86] = "\x4c\xb8", [0x2e87] = "\x4c\xb9", [0x2e88] = "\x4c\xba", + [0x2e89] = "\x4c\xbb", [0x2e8a] = "\x4c\xbc", [0x2e8b] = "\x4c\xbd", + [0x2e8c] = "\x4c\xbe", [0x2e8d] = "\x4c\xbf", [0x2e8e] = "\x4c\xc0", + [0x2e8f] = "\x4c\xc1", [0x2e90] = "\x4c\xc2", [0x2e91] = "\x4c\xc3", + [0x2e92] = "\x4c\xc4", [0x2e93] = "\x4c\xc5", [0x2e94] = "\x4c\xc6", + [0x2e95] = "\x4c\xc7", [0x2e96] = "\x4c\xc8", [0x2e97] = "\x4c\xc9", + [0x2e98] = "\x4c\xca", [0x2e99] = "\x4c\xcb", [0x2e9a] = "\x4c\xcc", + [0x2e9b] = "\x4c\xcd", [0x2e9c] = "\x4c\xce", [0x2e9d] = "\x4c\xcf", + [0x2e9e] = "\x4c\xd0", [0x2e9f] = "\x4c\xd1", [0x2ea0] = "\x4c\xd2", + [0x2ea1] = "\x4c\xd3", [0x2ea2] = "\x4c\xd4", [0x2ea3] = "\x4c\xd5", + [0x2ea4] = "\x4c\xd6", [0x2ea5] = "\x4c\xd7", [0x2ea6] = "\x4c\xd8", + [0x2ea7] = "\x4c\xd9", [0x2ea8] = "\x4c\xda", [0x2ea9] = "\x4c\xdb", + [0x2eaa] = "\x4c\xdc", [0x2eab] = "\x4c\xdd", [0x2eac] = "\x4c\xde", + [0x2ead] = "\x4c\xdf", [0x2eae] = "\x4c\xe0", [0x2eaf] = "\x4c\xe1", + [0x2eb0] = "\x4c\xe2", [0x2eb1] = "\x4c\xe3", [0x2eb2] = "\x4c\xe4", + [0x2eb3] = "\x4c\xe5", [0x2eb4] = "\x4c\xe6", [0x2eb5] = "\x4c\xe7", + [0x2eb6] = "\x4c\xe8", [0x2eb7] = "\x4c\xe9", [0x2eb8] = "\x4c\xea", + [0x2eb9] = "\x4c\xeb", [0x2eba] = "\x4c\xec", [0x2ebb] = "\x4c\xed", + [0x2ebc] = "\x4c\xee", [0x2ebd] = "\x4c\xef", [0x2ebe] = "\x4c\xf0", + [0x2ebf] = "\x4c\xf1", [0x2ec0] = "\x4c\xf2", [0x2ec1] = "\x4c\xf3", + [0x2ec2] = "\x4c\xf4", [0x2ec3] = "\x4c\xf5", [0x2ec4] = "\x4c\xf6", + [0x2ec5] = "\x4c\xf7", [0x2ec6] = "\x4c\xf8", [0x2ec7] = "\x4c\xf9", + [0x2ec8] = "\x4c\xfa", [0x2ec9] = "\x4c\xfb", [0x2eca] = "\x4c\xfc", + [0x2ecb] = "\x4c\xfd", [0x2ecc] = "\x4c\xfe", [0x2ecd] = "\x4c\xff", + [0x2ece] = "\x4d\x00", [0x2ecf] = "\x4d\x01", [0x2ed0] = "\x4d\x02", + [0x2ed1] = "\x4d\x03", [0x2ed2] = "\x4d\x04", [0x2ed3] = "\x4d\x05", + [0x2ed4] = "\x4d\x06", [0x2ed5] = "\x4d\x07", [0x2ed6] = "\x4d\x08", + [0x2ed7] = "\x4d\x09", [0x2ed8] = "\x4d\x0a", [0x2ed9] = "\x4d\x0b", + [0x2eda] = "\x4d\x0c", [0x2edb] = "\x4d\x0d", [0x2edc] = "\x4d\x0e", + [0x2edd] = "\x4d\x0f", [0x2ede] = "\x4d\x10", [0x2edf] = "\x4d\x11", + [0x2ee0] = "\x4d\x12", [0x2ee1] = "\x4d\x13", [0x2ee2] = "\x4d\x14", + [0x2ee3] = "\x4d\x15", [0x2ee4] = "\x4d\x16", [0x2ee5] = "\x4d\x17", + [0x2ee6] = "\x4d\x18", [0x2ee7] = "\x4d\x19", [0x2ee8] = "\x4d\x1a", + [0x2ee9] = "\x4d\x1b", [0x2eea] = "\x4d\x1c", [0x2eeb] = "\x4d\x1d", + [0x2eec] = "\x4d\x1e", [0x2eed] = "\x4d\x1f", [0x2eee] = "\x4d\x20", + [0x2eef] = "\x4d\x21", [0x2ef0] = "\x4d\x22", [0x2ef1] = "\x4d\x23", + [0x2ef2] = "\x4d\x24", [0x2ef3] = "\x4d\x25", [0x2ef4] = "\x4d\x26", + [0x2ef5] = "\x4d\x27", [0x2ef6] = "\x4d\x28", [0x2ef7] = "\x4d\x29", + [0x2ef8] = "\x4d\x2a", [0x2ef9] = "\x4d\x2b", [0x2efa] = "\x4d\x2c", + [0x2efb] = "\x4d\x2d", [0x2efc] = "\x4d\x2e", [0x2efd] = "\x4d\x2f", + [0x2efe] = "\x4d\x30", [0x2eff] = "\x4d\x31", [0x2f00] = "\x4d\x32", + [0x2f01] = "\x4d\x33", [0x2f02] = "\x4d\x34", [0x2f03] = "\x4d\x35", + [0x2f04] = "\x4d\x36", [0x2f05] = "\x4d\x37", [0x2f06] = "\x4d\x38", + [0x2f07] = "\x4d\x39", [0x2f08] = "\x4d\x3a", [0x2f09] = "\x4d\x3b", + [0x2f0a] = "\x4d\x3c", [0x2f0b] = "\x4d\x3d", [0x2f0c] = "\x4d\x3e", + [0x2f0d] = "\x4d\x3f", [0x2f0e] = "\x4d\x40", [0x2f0f] = "\x4d\x41", + [0x2f10] = "\x4d\x42", [0x2f11] = "\x4d\x43", [0x2f12] = "\x4d\x44", + [0x2f13] = "\x4d\x45", [0x2f14] = "\x4d\x46", [0x2f15] = "\x4d\x47", + [0x2f16] = "\x4d\x48", [0x2f17] = "\x4d\x49", [0x2f18] = "\x4d\x4a", + [0x2f19] = "\x4d\x4b", [0x2f1a] = "\x4d\x4c", [0x2f1b] = "\x4d\x4d", + [0x2f1c] = "\x4d\x4e", [0x2f1d] = "\x4d\x4f", [0x2f1e] = "\x4d\x50", + [0x2f1f] = "\x4d\x51", [0x2f20] = "\x4d\x52", [0x2f21] = "\x4d\x53", + [0x2f22] = "\x4d\x54", [0x2f23] = "\x4d\x55", [0x2f24] = "\x4d\x56", + [0x2f25] = "\x4d\x57", [0x2f26] = "\x4d\x58", [0x2f27] = "\x4d\x59", + [0x2f28] = "\x4d\x5a", [0x2f29] = "\x4d\x5b", [0x2f2a] = "\x4d\x5c", + [0x2f2b] = "\x4d\x5d", [0x2f2c] = "\x4d\x5e", [0x2f2d] = "\x4d\x5f", + [0x2f2e] = "\x4d\x60", [0x2f2f] = "\x4d\x61", [0x2f30] = "\x4d\x62", + [0x2f31] = "\x4d\x63", [0x2f32] = "\x4d\x64", [0x2f33] = "\x4d\x65", + [0x2f34] = "\x4d\x66", [0x2f35] = "\x4d\x67", [0x2f36] = "\x4d\x68", + [0x2f37] = "\x4d\x69", [0x2f38] = "\x4d\x6a", [0x2f39] = "\x4d\x6b", + [0x2f3a] = "\x4d\x6c", [0x2f3b] = "\x4d\x6d", [0x2f3c] = "\x4d\x6e", + [0x2f3d] = "\x4d\x6f", [0x2f3e] = "\x4d\x70", [0x2f3f] = "\x4d\x71", + [0x2f40] = "\x4d\x72", [0x2f41] = "\x4d\x73", [0x2f42] = "\x4d\x74", + [0x2f43] = "\x4d\x75", [0x2f44] = "\x4d\x76", [0x2f45] = "\x4d\x77", + [0x2f46] = "\x4d\x78", [0x2f47] = "\x4d\x79", [0x2f48] = "\x4d\x7a", + [0x2f49] = "\x4d\x7b", [0x2f4a] = "\x4d\x7c", [0x2f4b] = "\x4d\x7d", + [0x2f4c] = "\x4d\x7e", [0x2f4d] = "\x4d\x7f", [0x2f4e] = "\x4d\x80", + [0x2f4f] = "\x4d\x81", [0x2f50] = "\x4d\x82", [0x2f51] = "\x4d\x83", + [0x2f52] = "\x4d\x84", [0x2f53] = "\x4d\x85", [0x2f54] = "\x4d\x86", + [0x2f55] = "\x4d\x87", [0x2f56] = "\x4d\x88", [0x2f57] = "\x4d\x89", + [0x2f58] = "\x4d\x8a", [0x2f59] = "\x4d\x8b", [0x2f5a] = "\x4d\x8c", + [0x2f5b] = "\x4d\x8d", [0x2f5c] = "\x4d\x8e", [0x2f5d] = "\x4d\x8f", + [0x2f5e] = "\x4d\x90", [0x2f5f] = "\x4d\x91", [0x2f60] = "\x4d\x92", + [0x2f61] = "\x4d\x93", [0x2f62] = "\x4d\x94", [0x2f63] = "\x4d\x95", + [0x2f64] = "\x4d\x96", [0x2f65] = "\x4d\x97", [0x2f66] = "\x4d\x98", + [0x2f67] = "\x4d\x99", [0x2f68] = "\x4d\x9a", [0x2f69] = "\x4d\x9b", + [0x2f6a] = "\x4d\x9c", [0x2f6b] = "\x4d\x9d", [0x2f6c] = "\x4d\x9e", + [0x2f6d] = "\x4d\x9f", [0x2f6e] = "\x4d\xa0", [0x2f6f] = "\x4d\xa1", + [0x2f70] = "\xa9\x8a", [0x2f71] = "\xa9\x8b", [0x2f72] = "\xa9\x8c", + [0x2f73] = "\xa9\x8d", [0x2f74] = "\xa9\x8e", [0x2f75] = "\xa9\x8f", + [0x2f76] = "\xa9\x90", [0x2f77] = "\xa9\x91", [0x2f78] = "\xa9\x92", + [0x2f79] = "\xa9\x93", [0x2f7a] = "\xa9\x94", [0x2f7b] = "\xa9\x95", + [0x2f7c] = "\x4d\xa2", [0x2f7d] = "\x4d\xa3", [0x2f7e] = "\x4d\xa4", + [0x2f7f] = "\x4d\xa5", [0x2f80] = "\xa1\xa1", [0x2f81] = "\xa1\xa2", + [0x2f82] = "\xa1\xa3", [0x2f83] = "\xa1\xa8", [0x2f84] = "\x4d\xa6", + [0x2f85] = "\xa1\xa9", [0x2f86] = "\xa9\x65", [0x2f87] = "\xa9\x96", + [0x2f88] = "\xa1\xb4", [0x2f89] = "\xa1\xb5", [0x2f8a] = "\xa1\xb6", + [0x2f8b] = "\xa1\xb7", [0x2f8c] = "\xa1\xb8", [0x2f8d] = "\xa1\xb9", + [0x2f8e] = "\xa1\xba", [0x2f8f] = "\xa1\xbb", [0x2f90] = "\xa1\xbe", + [0x2f91] = "\xa1\xbf", [0x2f92] = "\xa8\x93", [0x2f93] = "\xa1\xfe", + [0x2f94] = "\xa1\xb2", [0x2f95] = "\xa1\xb3", [0x2f96] = "\xa1\xbc", + [0x2f97] = "\xa1\xbd", [0x2f98] = "\x4d\xa7", [0x2f99] = "\x4d\xa8", + [0x2f9a] = "\x4d\xa9", [0x2f9b] = "\x4d\xaa", [0x2f9c] = "\x4d\xab", + [0x2f9d] = "\xa8\x94", [0x2f9e] = "\xa8\x95", [0x2f9f] = "\x4d\xac", + [0x2fa0] = "\x4d\xad", [0x2fa1] = "\xa9\x40", [0x2fa2] = "\xa9\x41", + [0x2fa3] = "\xa9\x42", [0x2fa4] = "\xa9\x43", [0x2fa5] = "\xa9\x44", + [0x2fa6] = "\xa9\x45", [0x2fa7] = "\xa9\x46", [0x2fa8] = "\xa9\x47", + [0x2fa9] = "\xa9\x48", [0x2faa] = "\x4d\xae", [0x2fab] = "\x4d\xaf", + [0x2fac] = "\x4d\xb0", [0x2fad] = "\x4d\xb1", [0x2fae] = "\x4d\xb2", + [0x2faf] = "\x4d\xb3", [0x2fb0] = "\x4d\xb4", [0x2fb1] = "\x4d\xb5", + [0x2fb2] = "\x4d\xb6", [0x2fb3] = "\x4d\xb7", [0x2fb4] = "\x4d\xb8", + [0x2fb5] = "\x4d\xb9", [0x2fb6] = "\x4d\xba", [0x2fb7] = "\x4d\xbb", + [0x2fb8] = "\x4d\xbc", [0x2fb9] = "\x4d\xbd", [0x2fba] = "\x4d\xbe", + [0x2fbb] = "\x4d\xbf", [0x2fbc] = "\x4d\xc0", [0x2fbd] = "\x4d\xc1", + [0x2fbe] = "\xa9\x89", [0x2fbf] = "\x4d\xc2", [0x2fc0] = "\x4d\xc3", + [0x2fc1] = "\xa4\xa1", [0x2fc2] = "\xa4\xa2", [0x2fc3] = "\xa4\xa3", + [0x2fc4] = "\xa4\xa4", [0x2fc5] = "\xa4\xa5", [0x2fc6] = "\xa4\xa6", + [0x2fc7] = "\xa4\xa7", [0x2fc8] = "\xa4\xa8", [0x2fc9] = "\xa4\xa9", + [0x2fca] = "\xa4\xaa", [0x2fcb] = "\xa4\xab", [0x2fcc] = "\xa4\xac", + [0x2fcd] = "\xa4\xad", [0x2fce] = "\xa4\xae", [0x2fcf] = "\xa4\xaf", + [0x2fd0] = "\xa4\xb0", [0x2fd1] = "\xa4\xb1", [0x2fd2] = "\xa4\xb2", + [0x2fd3] = "\xa4\xb3", [0x2fd4] = "\xa4\xb4", [0x2fd5] = "\xa4\xb5", + [0x2fd6] = "\xa4\xb6", [0x2fd7] = "\xa4\xb7", [0x2fd8] = "\xa4\xb8", + [0x2fd9] = "\xa4\xb9", [0x2fda] = "\xa4\xba", [0x2fdb] = "\xa4\xbb", + [0x2fdc] = "\xa4\xbc", [0x2fdd] = "\xa4\xbd", [0x2fde] = "\xa4\xbe", + [0x2fdf] = "\xa4\xbf", [0x2fe0] = "\xa4\xc0", [0x2fe1] = "\xa4\xc1", + [0x2fe2] = "\xa4\xc2", [0x2fe3] = "\xa4\xc3", [0x2fe4] = "\xa4\xc4", + [0x2fe5] = "\xa4\xc5", [0x2fe6] = "\xa4\xc6", [0x2fe7] = "\xa4\xc7", + [0x2fe8] = "\xa4\xc8", [0x2fe9] = "\xa4\xc9", [0x2fea] = "\xa4\xca", + [0x2feb] = "\xa4\xcb", [0x2fec] = "\xa4\xcc", [0x2fed] = "\xa4\xcd", + [0x2fee] = "\xa4\xce", [0x2fef] = "\xa4\xcf", [0x2ff0] = "\xa4\xd0", + [0x2ff1] = "\xa4\xd1", [0x2ff2] = "\xa4\xd2", [0x2ff3] = "\xa4\xd3", + [0x2ff4] = "\xa4\xd4", [0x2ff5] = "\xa4\xd5", [0x2ff6] = "\xa4\xd6", + [0x2ff7] = "\xa4\xd7", [0x2ff8] = "\xa4\xd8", [0x2ff9] = "\xa4\xd9", + [0x2ffa] = "\xa4\xda", [0x2ffb] = "\xa4\xdb", [0x2ffc] = "\xa4\xdc", + [0x2ffd] = "\xa4\xdd", [0x2ffe] = "\xa4\xde", [0x2fff] = "\xa4\xdf", + [0x3000] = "\xa4\xe0", [0x3001] = "\xa4\xe1", [0x3002] = "\xa4\xe2", + [0x3003] = "\xa4\xe3", [0x3004] = "\xa4\xe4", [0x3005] = "\xa4\xe5", + [0x3006] = "\xa4\xe6", [0x3007] = "\xa4\xe7", [0x3008] = "\xa4\xe8", + [0x3009] = "\xa4\xe9", [0x300a] = "\xa4\xea", [0x300b] = "\xa4\xeb", + [0x300c] = "\xa4\xec", [0x300d] = "\xa4\xed", [0x300e] = "\xa4\xee", + [0x300f] = "\xa4\xef", [0x3010] = "\xa4\xf0", [0x3011] = "\xa4\xf1", + [0x3012] = "\xa4\xf2", [0x3013] = "\xa4\xf3", [0x3014] = "\x4d\xc4", + [0x3015] = "\x4d\xc5", [0x3016] = "\x4d\xc6", [0x3017] = "\x4d\xc7", + [0x3018] = "\x4d\xc8", [0x3019] = "\x4d\xc9", [0x301a] = "\x4d\xca", + [0x301b] = "\xa9\x61", [0x301c] = "\xa9\x62", [0x301d] = "\xa9\x66", + [0x301e] = "\xa9\x67", [0x301f] = "\x4d\xcb", [0x3020] = "\x4d\xcc", + [0x3021] = "\xa5\xa1", [0x3022] = "\xa5\xa2", [0x3023] = "\xa5\xa3", + [0x3024] = "\xa5\xa4", [0x3025] = "\xa5\xa5", [0x3026] = "\xa5\xa6", + [0x3027] = "\xa5\xa7", [0x3028] = "\xa5\xa8", [0x3029] = "\xa5\xa9", + [0x302a] = "\xa5\xaa", [0x302b] = "\xa5\xab", [0x302c] = "\xa5\xac", + [0x302d] = "\xa5\xad", [0x302e] = "\xa5\xae", [0x302f] = "\xa5\xaf", + [0x3030] = "\xa5\xb0", [0x3031] = "\xa5\xb1", [0x3032] = "\xa5\xb2", + [0x3033] = "\xa5\xb3", [0x3034] = "\xa5\xb4", [0x3035] = "\xa5\xb5", + [0x3036] = "\xa5\xb6", [0x3037] = "\xa5\xb7", [0x3038] = "\xa5\xb8", + [0x3039] = "\xa5\xb9", [0x303a] = "\xa5\xba", [0x303b] = "\xa5\xbb", + [0x303c] = "\xa5\xbc", [0x303d] = "\xa5\xbd", [0x303e] = "\xa5\xbe", + [0x303f] = "\xa5\xbf", [0x3040] = "\xa5\xc0", [0x3041] = "\xa5\xc1", + [0x3042] = "\xa5\xc2", [0x3043] = "\xa5\xc3", [0x3044] = "\xa5\xc4", + [0x3045] = "\xa5\xc5", [0x3046] = "\xa5\xc6", [0x3047] = "\xa5\xc7", + [0x3048] = "\xa5\xc8", [0x3049] = "\xa5\xc9", [0x304a] = "\xa5\xca", + [0x304b] = "\xa5\xcb", [0x304c] = "\xa5\xcc", [0x304d] = "\xa5\xcd", + [0x304e] = "\xa5\xce", [0x304f] = "\xa5\xcf", [0x3050] = "\xa5\xd0", + [0x3051] = "\xa5\xd1", [0x3052] = "\xa5\xd2", [0x3053] = "\xa5\xd3", + [0x3054] = "\xa5\xd4", [0x3055] = "\xa5\xd5", [0x3056] = "\xa5\xd6", + [0x3057] = "\xa5\xd7", [0x3058] = "\xa5\xd8", [0x3059] = "\xa5\xd9", + [0x305a] = "\xa5\xda", [0x305b] = "\xa5\xdb", [0x305c] = "\xa5\xdc", + [0x305d] = "\xa5\xdd", [0x305e] = "\xa5\xde", [0x305f] = "\xa5\xdf", + [0x3060] = "\xa5\xe0", [0x3061] = "\xa5\xe1", [0x3062] = "\xa5\xe2", + [0x3063] = "\xa5\xe3", [0x3064] = "\xa5\xe4", [0x3065] = "\xa5\xe5", + [0x3066] = "\xa5\xe6", [0x3067] = "\xa5\xe7", [0x3068] = "\xa5\xe8", + [0x3069] = "\xa5\xe9", [0x306a] = "\xa5\xea", [0x306b] = "\xa5\xeb", + [0x306c] = "\xa5\xec", [0x306d] = "\xa5\xed", [0x306e] = "\xa5\xee", + [0x306f] = "\xa5\xef", [0x3070] = "\xa5\xf0", [0x3071] = "\xa5\xf1", + [0x3072] = "\xa5\xf2", [0x3073] = "\xa5\xf3", [0x3074] = "\xa5\xf4", + [0x3075] = "\xa5\xf5", [0x3076] = "\xa5\xf6", [0x3077] = "\x4d\xcd", + [0x3078] = "\x4d\xce", [0x3079] = "\x4d\xcf", [0x307a] = "\x4d\xd0", + [0x307b] = "\x4d\xd1", [0x307c] = "\xa9\x60", [0x307d] = "\xa9\x63", + [0x307e] = "\xa9\x64", [0x307f] = "\x4d\xd2", [0x3080] = "\x4d\xd3", + [0x3081] = "\x4d\xd4", [0x3082] = "\x4d\xd5", [0x3083] = "\x4d\xd6", + [0x3084] = "\x4d\xd7", [0x3085] = "\xa8\xc5", [0x3086] = "\xa8\xc6", + [0x3087] = "\xa8\xc7", [0x3088] = "\xa8\xc8", [0x3089] = "\xa8\xc9", + [0x308a] = "\xa8\xca", [0x308b] = "\xa8\xcb", [0x308c] = "\xa8\xcc", + [0x308d] = "\xa8\xcd", [0x308e] = "\xa8\xce", [0x308f] = "\xa8\xcf", + [0x3090] = "\xa8\xd0", [0x3091] = "\xa8\xd1", [0x3092] = "\xa8\xd2", + [0x3093] = "\xa8\xd3", [0x3094] = "\xa8\xd4", [0x3095] = "\xa8\xd5", + [0x3096] = "\xa8\xd6", [0x3097] = "\xa8\xd7", [0x3098] = "\xa8\xd8", + [0x3099] = "\xa8\xd9", [0x309a] = "\xa8\xda", [0x309b] = "\xa8\xdb", + [0x309c] = "\xa8\xdc", [0x309d] = "\xa8\xdd", [0x309e] = "\xa8\xde", + [0x309f] = "\xa8\xdf", [0x30a0] = "\xa8\xe0", [0x30a1] = "\xa8\xe1", + [0x30a2] = "\xa8\xe2", [0x30a3] = "\xa8\xe3", [0x30a4] = "\xa8\xe4", + [0x30a5] = "\xa8\xe5", [0x30a6] = "\xa8\xe6", [0x30a7] = "\xa8\xe7", + [0x30a8] = "\xa8\xe8", [0x30a9] = "\xa8\xe9", [0x30aa] = "\x4d\xd8", + [0x30ab] = "\x4d\xd9", [0x30ac] = "\x4d\xda", [0x30ad] = "\x4d\xdb", + [0x30ae] = "\x4d\xdc", [0x30af] = "\x4d\xdd", [0x30b0] = "\x4d\xde", + [0x30b1] = "\x4d\xdf", [0x30b2] = "\x4d\xe0", [0x30b3] = "\x4d\xe1", + [0x30b4] = "\x4d\xe2", [0x30b5] = "\x4d\xe3", [0x30b6] = "\x4d\xe4", + [0x30b7] = "\x4d\xe5", [0x30b8] = "\x4d\xe6", [0x30b9] = "\x4d\xe7", + [0x30ba] = "\x4d\xe8", [0x30bb] = "\x4d\xe9", [0x30bc] = "\x4d\xea", + [0x30bd] = "\x4d\xeb", [0x30be] = "\x4d\xec", [0x30bf] = "\x4d\xed", + [0x30c0] = "\x4d\xee", [0x30c1] = "\x4d\xef", [0x30c2] = "\x4d\xf0", + [0x30c3] = "\x4d\xf1", [0x30c4] = "\x4d\xf2", [0x30c5] = "\x4d\xf3", + [0x30c6] = "\x4d\xf4", [0x30c7] = "\x4d\xf5", [0x30c8] = "\x4d\xf6", + [0x30c9] = "\x4d\xf7", [0x30ca] = "\x4d\xf8", [0x30cb] = "\x4d\xf9", + [0x30cc] = "\x4d\xfa", [0x30cd] = "\x4d\xfb", [0x30ce] = "\x4d\xfc", + [0x30cf] = "\x4d\xfd", [0x30d0] = "\x4d\xfe", [0x30d1] = "\x4d\xff", + [0x30d2] = "\x4e\x00", [0x30d3] = "\x4e\x01", [0x30d4] = "\x4e\x02", + [0x30d5] = "\x4e\x03", [0x30d6] = "\x4e\x04", [0x30d7] = "\x4e\x05", + [0x30d8] = "\x4e\x06", [0x30d9] = "\x4e\x07", [0x30da] = "\x4e\x08", + [0x30db] = "\x4e\x09", [0x30dc] = "\x4e\x0a", [0x30dd] = "\x4e\x0b", + [0x30de] = "\x4e\x0c", [0x30df] = "\x4e\x0d", [0x30e0] = "\x4e\x0e", + [0x30e1] = "\x4e\x0f", [0x30e2] = "\x4e\x10", [0x30e3] = "\x4e\x11", + [0x30e4] = "\x4e\x12", [0x30e5] = "\x4e\x13", [0x30e6] = "\x4e\x14", + [0x30e7] = "\x4e\x15", [0x30e8] = "\x4e\x16", [0x30e9] = "\x4e\x17", + [0x30ea] = "\x4e\x18", [0x30eb] = "\x4e\x19", [0x30ec] = "\x4e\x1a", + [0x30ed] = "\x4e\x1b", [0x30ee] = "\x4e\x1c", [0x30ef] = "\x4e\x1d", + [0x30f0] = "\x4e\x1e", [0x30f1] = "\x4e\x1f", [0x30f2] = "\x4e\x20", + [0x30f3] = "\x4e\x21", [0x30f4] = "\x4e\x22", [0x30f5] = "\x4e\x23", + [0x30f6] = "\x4e\x24", [0x30f7] = "\x4e\x25", [0x30f8] = "\x4e\x26", + [0x30f9] = "\x4e\x27", [0x30fa] = "\x4e\x28", [0x30fb] = "\x4e\x29", + [0x30fc] = "\x4e\x2a", [0x30fd] = "\x4e\x2b", [0x30fe] = "\x4e\x2c", + [0x30ff] = "\x4e\x2d", [0x3100] = "\x4e\x2e", [0x3101] = "\x4e\x2f", + [0x3102] = "\x4e\x30", [0x3103] = "\x4e\x31", [0x3104] = "\x4e\x32", + [0x3105] = "\x4e\x33", [0x3106] = "\x4e\x34", [0x3107] = "\x4e\x35", + [0x3108] = "\x4e\x36", [0x3109] = "\x4e\x37", [0x310a] = "\x4e\x38", + [0x310b] = "\x4e\x39", [0x310c] = "\x4e\x3a", [0x310d] = "\x4e\x3b", + [0x310e] = "\x4e\x3c", [0x310f] = "\x4e\x3d", [0x3110] = "\x4e\x3e", + [0x3111] = "\x4e\x3f", [0x3112] = "\x4e\x40", [0x3113] = "\x4e\x41", + [0x3114] = "\x4e\x42", [0x3115] = "\x4e\x43", [0x3116] = "\x4e\x44", + [0x3117] = "\x4e\x45", [0x3118] = "\x4e\x46", [0x3119] = "\x4e\x47", + [0x311a] = "\x4e\x48", [0x311b] = "\x4e\x49", [0x311c] = "\x4e\x4a", + [0x311d] = "\x4e\x4b", [0x311e] = "\x4e\x4c", [0x311f] = "\x4e\x4d", + [0x3120] = "\x4e\x4e", [0x3121] = "\x4e\x4f", [0x3122] = "\x4e\x50", + [0x3123] = "\x4e\x51", [0x3124] = "\x4e\x52", [0x3125] = "\x4e\x53", + [0x3126] = "\x4e\x54", [0x3127] = "\x4e\x55", [0x3128] = "\x4e\x56", + [0x3129] = "\x4e\x57", [0x312a] = "\x4e\x58", [0x312b] = "\x4e\x59", + [0x312c] = "\x4e\x5a", [0x312d] = "\x4e\x5b", [0x312e] = "\x4e\x5c", + [0x312f] = "\x4e\x5d", [0x3130] = "\x4e\x5e", [0x3131] = "\x4e\x5f", + [0x3132] = "\x4e\x60", [0x3133] = "\x4e\x61", [0x3134] = "\x4e\x62", + [0x3135] = "\x4e\x63", [0x3136] = "\x4e\x64", [0x3137] = "\x4e\x65", + [0x3138] = "\x4e\x66", [0x3139] = "\x4e\x67", [0x313a] = "\x4e\x68", + [0x313b] = "\x4e\x69", [0x313c] = "\x4e\x6a", [0x313d] = "\x4e\x6b", + [0x313e] = "\x4e\x6c", [0x313f] = "\x4e\x6d", [0x3140] = "\x4e\x6e", + [0x3141] = "\x4e\x6f", [0x3142] = "\x4e\x70", [0x3143] = "\x4e\x71", + [0x3144] = "\x4e\x72", [0x3145] = "\x4e\x73", [0x3146] = "\x4e\x74", + [0x3147] = "\x4e\x75", [0x3148] = "\x4e\x76", [0x3149] = "\x4e\x77", + [0x314a] = "\x4e\x78", [0x314b] = "\x4e\x79", [0x314c] = "\x4e\x7a", + [0x314d] = "\x4e\x7b", [0x314e] = "\x4e\x7c", [0x314f] = "\x4e\x7d", + [0x3150] = "\x4e\x7e", [0x3151] = "\x4e\x7f", [0x3152] = "\x4e\x80", + [0x3153] = "\x4e\x81", [0x3154] = "\x4e\x82", [0x3155] = "\x4e\x83", + [0x3156] = "\x4e\x84", [0x3157] = "\x4e\x85", [0x3158] = "\x4e\x86", + [0x3159] = "\x4e\x87", [0x315a] = "\x4e\x88", [0x315b] = "\x4e\x89", + [0x315c] = "\x4e\x8a", [0x315d] = "\x4e\x8b", [0x315e] = "\x4e\x8c", + [0x315f] = "\x4e\x8d", [0x3160] = "\x4e\x8e", [0x3161] = "\x4e\x8f", + [0x3162] = "\x4e\x90", [0x3163] = "\x4e\x91", [0x3164] = "\x4e\x92", + [0x3165] = "\x4e\x93", [0x3166] = "\x4e\x94", [0x3167] = "\x4e\x95", + [0x3168] = "\x4e\x96", [0x3169] = "\x4e\x97", [0x316a] = "\x4e\x98", + [0x316b] = "\x4e\x99", [0x316c] = "\x4e\x9a", [0x316d] = "\x4e\x9b", + [0x316e] = "\x4e\x9c", [0x316f] = "\x4e\x9d", [0x3170] = "\x4e\x9e", + [0x3171] = "\x4e\x9f", [0x3172] = "\x4e\xa0", [0x3173] = "\x4e\xa1", + [0x3174] = "\x4e\xa2", [0x3175] = "\x4e\xa3", [0x3176] = "\x4e\xa4", + [0x3177] = "\x4e\xa5", [0x3178] = "\x4e\xa6", [0x3179] = "\x4e\xa7", + [0x317a] = "\x4e\xa8", [0x317b] = "\x4e\xa9", [0x317c] = "\x4e\xaa", + [0x317d] = "\x4e\xab", [0x317e] = "\x4e\xac", [0x317f] = "\x4e\xad", + [0x3180] = "\x4e\xae", [0x3181] = "\x4e\xaf", [0x3182] = "\x4e\xb0", + [0x3183] = "\x4e\xb1", [0x3184] = "\x4e\xb2", [0x3185] = "\x4e\xb3", + [0x3186] = "\x4e\xb4", [0x3187] = "\x4e\xb5", [0x3188] = "\x4e\xb6", + [0x3189] = "\x4e\xb7", [0x318a] = "\x4e\xb8", [0x318b] = "\x4e\xb9", + [0x318c] = "\x4e\xba", [0x318d] = "\x4e\xbb", [0x318e] = "\x4e\xbc", + [0x318f] = "\x4e\xbd", [0x3190] = "\x4e\xbe", [0x3191] = "\x4e\xbf", + [0x3192] = "\x4e\xc0", [0x3193] = "\x4e\xc1", [0x3194] = "\x4e\xc2", + [0x3195] = "\x4e\xc3", [0x3196] = "\x4e\xc4", [0x3197] = "\x4e\xc5", + [0x3198] = "\x4e\xc6", [0x3199] = "\x4e\xc7", [0x319a] = "\x4e\xc8", + [0x319b] = "\x4e\xc9", [0x319c] = "\x4e\xca", [0x319d] = "\x4e\xcb", + [0x319e] = "\x4e\xcc", [0x319f] = "\x4e\xcd", [0x31a0] = "\xa2\xe5", + [0x31a1] = "\xa2\xe6", [0x31a2] = "\xa2\xe7", [0x31a3] = "\xa2\xe8", + [0x31a4] = "\xa2\xe9", [0x31a5] = "\xa2\xea", [0x31a6] = "\xa2\xeb", + [0x31a7] = "\xa2\xec", [0x31a8] = "\xa2\xed", [0x31a9] = "\xa2\xee", + [0x31aa] = "\x4e\xce", [0x31ab] = "\x4e\xcf", [0x31ac] = "\x4e\xd0", + [0x31ad] = "\x4e\xd1", [0x31ae] = "\x4e\xd2", [0x31af] = "\x4e\xd3", + [0x31b0] = "\x4e\xd4", [0x31b1] = "\xa9\x5a", [0x31b2] = "\x4e\xd5", + [0x31b3] = "\x4e\xd6", [0x31b4] = "\x4e\xd7", [0x31b5] = "\x4e\xd8", + [0x31b6] = "\x4e\xd9", [0x31b7] = "\x4e\xda", [0x31b8] = "\x4e\xdb", + [0x31b9] = "\x4e\xdc", [0x31ba] = "\x4e\xdd", [0x31bb] = "\x4e\xde", + [0x31bc] = "\x4e\xdf", [0x31bd] = "\x4e\xe0", [0x31be] = "\x4e\xe1", + [0x31bf] = "\x4e\xe2", [0x31c0] = "\x4e\xe3", [0x31c1] = "\x4e\xe4", + [0x31c2] = "\x4e\xe5", [0x31c3] = "\x4e\xe6", [0x31c4] = "\x4e\xe7", + [0x31c5] = "\x4e\xe8", [0x31c6] = "\x4e\xe9", [0x31c7] = "\x4e\xea", + [0x31c8] = "\x4e\xeb", [0x31c9] = "\x4e\xec", [0x31ca] = "\x4e\xed", + [0x31cb] = "\x4e\xee", [0x31cc] = "\x4e\xef", [0x31cd] = "\x4e\xf0", + [0x31ce] = "\x4e\xf1", [0x31cf] = "\x4e\xf2", [0x31d0] = "\x4e\xf3", + [0x31d1] = "\x4e\xf4", [0x31d2] = "\x4e\xf5", [0x31d3] = "\x4e\xf6", + [0x31d4] = "\x4e\xf7", [0x31d5] = "\x4e\xf8", [0x31d6] = "\x4e\xf9", + [0x31d7] = "\x4e\xfa", [0x31d8] = "\x4e\xfb", [0x31d9] = "\x4e\xfc", + [0x31da] = "\x4e\xfd", [0x31db] = "\x4e\xfe", [0x31dc] = "\x4e\xff", + [0x31dd] = "\x4f\x00", [0x31de] = "\x4f\x01", [0x31df] = "\x4f\x02", + [0x31e0] = "\x4f\x03", [0x31e1] = "\x4f\x04", [0x31e2] = "\x4f\x05", + [0x31e3] = "\x4f\x06", [0x31e4] = "\x4f\x07", [0x31e5] = "\x4f\x08", + [0x31e6] = "\x4f\x09", [0x31e7] = "\x4f\x0a", [0x31e8] = "\x4f\x0b", + [0x31e9] = "\x4f\x0c", [0x31ea] = "\x4f\x0d", [0x31eb] = "\x4f\x0e", + [0x31ec] = "\x4f\x0f", [0x31ed] = "\x4f\x10", [0x31ee] = "\x4f\x11", + [0x31ef] = "\x4f\x12", [0x31f0] = "\x4f\x13", [0x31f1] = "\x4f\x14", + [0x31f2] = "\x4f\x15", [0x31f3] = "\x4f\x16", [0x31f4] = "\x4f\x17", + [0x31f5] = "\x4f\x18", [0x31f6] = "\x4f\x19", [0x31f7] = "\x4f\x1a", + [0x31f8] = "\x4f\x1b", [0x31f9] = "\x4f\x1c", [0x31fa] = "\x4f\x1d", + [0x31fb] = "\x4f\x1e", [0x31fc] = "\x4f\x1f", [0x31fd] = "\x4f\x20", + [0x31fe] = "\x4f\x21", [0x31ff] = "\x4f\x22", [0x3200] = "\x4f\x23", + [0x3201] = "\x4f\x24", [0x3202] = "\x4f\x25", [0x3203] = "\x4f\x26", + [0x3204] = "\x4f\x27", [0x3205] = "\x4f\x28", [0x3206] = "\x4f\x29", + [0x3207] = "\x4f\x2a", [0x3208] = "\x4f\x2b", [0x3209] = "\x4f\x2c", + [0x320a] = "\x4f\x2d", [0x320b] = "\x4f\x2e", [0x320c] = "\x4f\x2f", + [0x320d] = "\x4f\x30", [0x320e] = "\x4f\x31", [0x320f] = "\x4f\x32", + [0x3210] = "\x4f\x33", [0x3211] = "\x4f\x34", [0x3212] = "\x4f\x35", + [0x3213] = "\x4f\x36", [0x3214] = "\x4f\x37", [0x3215] = "\x4f\x38", + [0x3216] = "\x4f\x39", [0x3217] = "\x4f\x3a", [0x3218] = "\x4f\x3b", + [0x3219] = "\x4f\x3c", [0x321a] = "\x4f\x3d", [0x321b] = "\x4f\x3e", + [0x321c] = "\x4f\x3f", [0x321d] = "\x4f\x40", [0x321e] = "\x4f\x41", + [0x321f] = "\x4f\x42", [0x3220] = "\x4f\x43", [0x3221] = "\x4f\x44", + [0x3222] = "\x4f\x45", [0x3223] = "\xa9\x49", [0x3224] = "\x4f\x46", + [0x3225] = "\x4f\x47", [0x3226] = "\x4f\x48", [0x3227] = "\x4f\x49", + [0x3228] = "\x4f\x4a", [0x3229] = "\x4f\x4b", [0x322a] = "\x4f\x4c", + [0x322b] = "\x4f\x4d", [0x322c] = "\x4f\x4e", [0x322d] = "\x4f\x4f", + [0x322e] = "\x4f\x50", [0x322f] = "\x4f\x51", [0x3230] = "\x4f\x52", + [0x3231] = "\x4f\x53", [0x3232] = "\x4f\x54", [0x3233] = "\x4f\x55", + [0x3234] = "\x4f\x56", [0x3235] = "\x4f\x57", [0x3236] = "\x4f\x58", + [0x3237] = "\x4f\x59", [0x3238] = "\x4f\x5a", [0x3239] = "\x4f\x5b", + [0x323a] = "\x4f\x5c", [0x323b] = "\x4f\x5d", [0x323c] = "\x4f\x5e", + [0x323d] = "\x4f\x5f", [0x323e] = "\x4f\x60", [0x323f] = "\x4f\x61", + [0x3240] = "\x4f\x62", [0x3241] = "\x4f\x63", [0x3242] = "\x4f\x64", + [0x3243] = "\x4f\x65", [0x3244] = "\x4f\x66", [0x3245] = "\x4f\x67", + [0x3246] = "\x4f\x68", [0x3247] = "\x4f\x69", [0x3248] = "\x4f\x6a", + [0x3249] = "\x4f\x6b", [0x324a] = "\x4f\x6c", [0x324b] = "\x4f\x6d", + [0x324c] = "\x4f\x6e", [0x324d] = "\x4f\x6f", [0x324e] = "\x4f\x70", + [0x324f] = "\x4f\x71", [0x3250] = "\x4f\x72", [0x3251] = "\x4f\x73", + [0x3252] = "\x4f\x74", [0x3253] = "\x4f\x75", [0x3254] = "\x4f\x76", + [0x3255] = "\x4f\x77", [0x3256] = "\x4f\x78", [0x3257] = "\x4f\x79", + [0x3258] = "\x4f\x7a", [0x3259] = "\x4f\x7b", [0x325a] = "\x4f\x7c", + [0x325b] = "\x4f\x7d", [0x325c] = "\x4f\x7e", [0x325d] = "\x4f\x7f", + [0x325e] = "\x4f\x80", [0x325f] = "\x4f\x81", [0x3260] = "\x4f\x82", + [0x3261] = "\x4f\x83", [0x3262] = "\x4f\x84", [0x3263] = "\x4f\x85", + [0x3264] = "\x4f\x86", [0x3265] = "\x4f\x87", [0x3266] = "\x4f\x88", + [0x3267] = "\x4f\x89", [0x3268] = "\x4f\x8a", [0x3269] = "\x4f\x8b", + [0x326a] = "\x4f\x8c", [0x326b] = "\x4f\x8d", [0x326c] = "\x4f\x8e", + [0x326d] = "\x4f\x8f", [0x326e] = "\x4f\x90", [0x326f] = "\x4f\x91", + [0x3270] = "\x4f\x92", [0x3271] = "\x4f\x93", [0x3272] = "\x4f\x94", + [0x3273] = "\x4f\x95", [0x3274] = "\x4f\x96", [0x3275] = "\x4f\x97", + [0x3276] = "\x4f\x98", [0x3277] = "\x4f\x99", [0x3278] = "\x4f\x9a", + [0x3279] = "\x4f\x9b", [0x327a] = "\x4f\x9c", [0x327b] = "\x4f\x9d", + [0x327c] = "\x4f\x9e", [0x327d] = "\x4f\x9f", [0x327e] = "\x4f\xa0", + [0x327f] = "\x4f\xa1", [0x3280] = "\x4f\xa2", [0x3281] = "\x4f\xa3", + [0x3282] = "\x4f\xa4", [0x3283] = "\x4f\xa5", [0x3284] = "\x4f\xa6", + [0x3285] = "\x4f\xa7", [0x3286] = "\x4f\xa8", [0x3287] = "\x4f\xa9", + [0x3288] = "\x4f\xaa", [0x3289] = "\x4f\xab", [0x328a] = "\x4f\xac", + [0x328b] = "\x4f\xad", [0x328c] = "\x4f\xae", [0x328d] = "\x4f\xaf", + [0x328e] = "\x4f\xb0", [0x328f] = "\x4f\xb1", [0x3290] = "\x4f\xb2", + [0x3291] = "\x4f\xb3", [0x3292] = "\x4f\xb4", [0x3293] = "\x4f\xb5", + [0x3294] = "\x4f\xb6", [0x3295] = "\x4f\xb7", [0x3296] = "\x4f\xb8", + [0x3297] = "\x4f\xb9", [0x3298] = "\x4f\xba", [0x3299] = "\x4f\xbb", + [0x329a] = "\x4f\xbc", [0x329b] = "\x4f\xbd", [0x329c] = "\x4f\xbe", + [0x329d] = "\x4f\xbf", [0x329e] = "\x4f\xc0", [0x329f] = "\x4f\xc1", + [0x32a0] = "\x4f\xc2", [0x32a1] = "\x4f\xc3", [0x32a2] = "\x4f\xc4", + [0x32a3] = "\x4f\xc5", [0x32a4] = "\x4f\xc6", [0x32a5] = "\x4f\xc7", + [0x32a6] = "\x4f\xc8", [0x32a7] = "\x4f\xc9", [0x32a8] = "\x4f\xca", + [0x32a9] = "\x4f\xcb", [0x32aa] = "\x4f\xcc", [0x32ab] = "\x4f\xcd", + [0x32ac] = "\x4f\xce", [0x32ad] = "\x4f\xcf", [0x32ae] = "\x4f\xd0", + [0x32af] = "\x4f\xd1", [0x32b0] = "\x4f\xd2", [0x32b1] = "\x4f\xd3", + [0x32b2] = "\x4f\xd4", [0x32b3] = "\x4f\xd5", [0x32b4] = "\x4f\xd6", + [0x32b5] = "\x4f\xd7", [0x32b6] = "\x4f\xd8", [0x32b7] = "\x4f\xd9", + [0x32b8] = "\x4f\xda", [0x32b9] = "\x4f\xdb", [0x32ba] = "\x4f\xdc", + [0x32bb] = "\x4f\xdd", [0x32bc] = "\x4f\xde", [0x32bd] = "\x4f\xdf", + [0x32be] = "\x4f\xe0", [0x32bf] = "\x4f\xe1", [0x32c0] = "\x4f\xe2", + [0x32c1] = "\x4f\xe3", [0x32c2] = "\x4f\xe4", [0x32c3] = "\x4f\xe5", + [0x32c4] = "\x4f\xe6", [0x32c5] = "\x4f\xe7", [0x32c6] = "\x4f\xe8", + [0x32c7] = "\x4f\xe9", [0x32c8] = "\x4f\xea", [0x32c9] = "\x4f\xeb", + [0x32ca] = "\x4f\xec", [0x32cb] = "\x4f\xed", [0x32cc] = "\x4f\xee", + [0x32cd] = "\x4f\xef", [0x32ce] = "\x4f\xf0", [0x32cf] = "\x4f\xf1", + [0x32d0] = "\x4f\xf2", [0x32d1] = "\x4f\xf3", [0x32d2] = "\x4f\xf4", + [0x32d3] = "\x4f\xf5", [0x32d4] = "\x4f\xf6", [0x32d5] = "\x4f\xf7", + [0x32d6] = "\x4f\xf8", [0x32d7] = "\x4f\xf9", [0x32d8] = "\x4f\xfa", + [0x32d9] = "\x4f\xfb", [0x32da] = "\x4f\xfc", [0x32db] = "\x4f\xfd", + [0x32dc] = "\x4f\xfe", [0x32dd] = "\x4f\xff", [0x32de] = "\x50\x00", + [0x32df] = "\x50\x01", [0x32e0] = "\x50\x02", [0x32e1] = "\x50\x03", + [0x32e2] = "\x50\x04", [0x32e3] = "\x50\x05", [0x32e4] = "\x50\x06", + [0x32e5] = "\x50\x07", [0x32e6] = "\x50\x08", [0x32e7] = "\x50\x09", + [0x32e8] = "\x50\x0a", [0x32e9] = "\x50\x0b", [0x32ea] = "\x50\x0c", + [0x32eb] = "\x50\x0d", [0x32ec] = "\x50\x0e", [0x32ed] = "\x50\x0f", + [0x32ee] = "\x50\x10", [0x32ef] = "\x50\x11", [0x32f0] = "\x50\x12", + [0x32f1] = "\x50\x13", [0x32f2] = "\x50\x14", [0x32f3] = "\x50\x15", + [0x32f4] = "\x50\x16", [0x32f5] = "\x50\x17", [0x32f6] = "\x50\x18", + [0x32f7] = "\x50\x19", [0x32f8] = "\x50\x1a", [0x32f9] = "\x50\x1b", + [0x32fa] = "\x50\x1c", [0x32fb] = "\x50\x1d", [0x32fc] = "\x50\x1e", + [0x32fd] = "\x50\x1f", [0x32fe] = "\x50\x20", [0x32ff] = "\x50\x21", + [0x3300] = "\x50\x22", [0x3301] = "\x50\x23", [0x3302] = "\x50\x24", + [0x3303] = "\x50\x25", [0x3304] = "\x50\x26", [0x3305] = "\x50\x27", + [0x3306] = "\x50\x28", [0x3307] = "\x50\x29", [0x3308] = "\x50\x2a", + [0x3309] = "\x50\x2b", [0x330a] = "\x50\x2c", [0x330b] = "\x50\x2d", + [0x330c] = "\x50\x2e", [0x330d] = "\x50\x2f", [0x330e] = "\xa9\x4a", + [0x330f] = "\xa9\x4b", [0x3310] = "\x50\x30", [0x3311] = "\x50\x31", + [0x3312] = "\x50\x32", [0x3313] = "\x50\x33", [0x3314] = "\x50\x34", + [0x3315] = "\x50\x35", [0x3316] = "\x50\x36", [0x3317] = "\x50\x37", + [0x3318] = "\x50\x38", [0x3319] = "\x50\x39", [0x331a] = "\x50\x3a", + [0x331b] = "\x50\x3b", [0x331c] = "\xa9\x4c", [0x331d] = "\xa9\x4d", + [0x331e] = "\xa9\x4e", [0x331f] = "\x50\x3c", [0x3320] = "\x50\x3d", + [0x3321] = "\xa9\x4f", [0x3322] = "\x50\x3e", [0x3323] = "\x50\x3f", + [0x3324] = "\x50\x40", [0x3325] = "\x50\x41", [0x3326] = "\x50\x42", + [0x3327] = "\x50\x43", [0x3328] = "\x50\x44", [0x3329] = "\x50\x45", + [0x332a] = "\x50\x46", [0x332b] = "\x50\x47", [0x332c] = "\x50\x48", + [0x332d] = "\x50\x49", [0x332e] = "\x50\x4a", [0x332f] = "\x50\x4b", + [0x3330] = "\x50\x4c", [0x3331] = "\x50\x4d", [0x3332] = "\x50\x4e", + [0x3333] = "\x50\x4f", [0x3334] = "\x50\x50", [0x3335] = "\x50\x51", + [0x3336] = "\x50\x52", [0x3337] = "\x50\x53", [0x3338] = "\x50\x54", + [0x3339] = "\x50\x55", [0x333a] = "\x50\x56", [0x333b] = "\x50\x57", + [0x333c] = "\x50\x58", [0x333d] = "\x50\x59", [0x333e] = "\x50\x5a", + [0x333f] = "\x50\x5b", [0x3340] = "\x50\x5c", [0x3341] = "\x50\x5d", + [0x3342] = "\x50\x5e", [0x3343] = "\x50\x5f", [0x3344] = "\xa9\x50", + [0x3345] = "\x50\x60", [0x3346] = "\x50\x61", [0x3347] = "\x50\x62", + [0x3348] = "\x50\x63", [0x3349] = "\x50\x64", [0x334a] = "\x50\x65", + [0x334b] = "\x50\x66", [0x334c] = "\x50\x67", [0x334d] = "\x50\x68", + [0x334e] = "\xa9\x51", [0x334f] = "\x50\x69", [0x3350] = "\x50\x6a", + [0x3351] = "\xa9\x52", [0x3352] = "\xa9\x53", [0x3353] = "\x50\x6b", + [0x3354] = "\x50\x6c", [0x3355] = "\xa9\x54", [0x3356] = "\x50\x6d", + [0x3357] = "\x50\x6e", [0x3358] = "\x50\x6f", [0x3359] = "\x50\x70", + [0x335a] = "\x50\x71", [0x335b] = "\x50\x72", [0x335c] = "\x50\x73", + [0x335d] = "\x50\x74", [0x335e] = "\x50\x75", [0x335f] = "\x50\x76", + [0x3360] = "\x50\x77", [0x3361] = "\x50\x78", [0x3362] = "\x50\x79", + [0x3363] = "\x50\x7a", [0x3364] = "\x50\x7b", [0x3365] = "\x50\x7c", + [0x3366] = "\x50\x7d", [0x3367] = "\x50\x7e", [0x3368] = "\x50\x7f", + [0x3369] = "\x50\x80", [0x336a] = "\x50\x81", [0x336b] = "\x50\x82", + [0x336c] = "\x50\x83", [0x336d] = "\x50\x84", [0x336e] = "\x50\x85", + [0x336f] = "\x50\x86", [0x3370] = "\x50\x87", [0x3371] = "\x50\x88", + [0x3372] = "\x50\x89", [0x3373] = "\x50\x8a", [0x3374] = "\x50\x8b", + [0x3375] = "\x50\x8c", [0x3376] = "\x50\x8d", [0x3377] = "\x50\x8e", + [0x3378] = "\x50\x8f", [0x3379] = "\x50\x90", [0x337a] = "\x50\x91", + [0x337b] = "\x50\x92", [0x337c] = "\x50\x93", [0x337d] = "\x50\x94", + [0x337e] = "\x50\x95", [0x337f] = "\x50\x96", [0x3380] = "\x50\x97", + [0x3381] = "\x50\x98", [0x3382] = "\x50\x99", [0x3383] = "\x50\x9a", + [0x3384] = "\x50\x9b", [0x3385] = "\x50\x9c", [0x3386] = "\x50\x9d", + [0x3387] = "\x50\x9e", [0x3388] = "\x50\x9f", [0x3389] = "\x50\xa0", + [0x338a] = "\x50\xa1", [0x338b] = "\x50\xa2", [0x338c] = "\x50\xa3", + [0x338d] = "\x50\xa4", [0x338e] = "\x50\xa5", [0x338f] = "\x50\xa6", + [0x3390] = "\x50\xa7", [0x3391] = "\x50\xa8", [0x3392] = "\x50\xa9", + [0x3393] = "\x50\xaa", [0x3394] = "\x50\xab", [0x3395] = "\x50\xac", + [0x3396] = "\x50\xad", [0x3397] = "\x50\xae", [0x3398] = "\x50\xaf", + [0x3399] = "\x50\xb0", [0x339a] = "\x50\xb1", [0x339b] = "\x50\xb2", + [0x339c] = "\x50\xb3", [0x339d] = "\x50\xb4", [0x339e] = "\x50\xb5", + [0x339f] = "\x50\xb6", [0x33a0] = "\x50\xb7", [0x33a1] = "\x50\xb8", + [0x33a2] = "\x50\xb9", [0x33a3] = "\x50\xba", [0x33a4] = "\x50\xbb", + [0x33a5] = "\x50\xbc", [0x33a6] = "\x50\xbd", [0x33a7] = "\x50\xbe", + [0x33a8] = "\x50\xbf", [0x33a9] = "\x50\xc0", [0x33aa] = "\x50\xc1", + [0x33ab] = "\x50\xc2", [0x33ac] = "\x50\xc3", [0x33ad] = "\x50\xc4", + [0x33ae] = "\x50\xc5", [0x33af] = "\x50\xc6", [0x33b0] = "\x50\xc7", + [0x33b1] = "\x50\xc8", [0x33b2] = "\x50\xc9", [0x33b3] = "\x50\xca", + [0x33b4] = "\x50\xcb", [0x33b5] = "\x50\xcc", [0x33b6] = "\x50\xcd", + [0x33b7] = "\x50\xce", [0x33b8] = "\x50\xcf", [0x33b9] = "\x50\xd0", + [0x33ba] = "\x50\xd1", [0x33bb] = "\x50\xd2", [0x33bc] = "\x50\xd3", + [0x33bd] = "\x50\xd4", [0x33be] = "\x50\xd5", [0x33bf] = "\x50\xd6", + [0x33c0] = "\x50\xd7", [0x33c1] = "\x50\xd8", [0x33c2] = "\x50\xd9", + [0x33c3] = "\x50\xda", [0x33c4] = "\x50\xdb", [0x33c5] = "\x50\xdc", + [0x33c6] = "\x50\xdd", [0x33c7] = "\xfe\x56", [0x33c8] = "\x50\xde", + [0x33c9] = "\x50\xdf", [0x33ca] = "\x50\xe0", [0x33cb] = "\x50\xe1", + [0x33cc] = "\x50\xe2", [0x33cd] = "\x50\xe3", [0x33ce] = "\x50\xe4", + [0x33cf] = "\x50\xe5", [0x33d0] = "\x50\xe6", [0x33d1] = "\x50\xe7", + [0x33d2] = "\x50\xe8", [0x33d3] = "\x50\xe9", [0x33d4] = "\x50\xea", + [0x33d5] = "\x50\xeb", [0x33d6] = "\x50\xec", [0x33d7] = "\x50\xed", + [0x33d8] = "\x50\xee", [0x33d9] = "\x50\xef", [0x33da] = "\x50\xf0", + [0x33db] = "\x50\xf1", [0x33dc] = "\x50\xf2", [0x33dd] = "\x50\xf3", + [0x33de] = "\x50\xf4", [0x33df] = "\x50\xf5", [0x33e0] = "\x50\xf6", + [0x33e1] = "\x50\xf7", [0x33e2] = "\x50\xf8", [0x33e3] = "\x50\xf9", + [0x33e4] = "\x50\xfa", [0x33e5] = "\x50\xfb", [0x33e6] = "\x50\xfc", + [0x33e7] = "\x50\xfd", [0x33e8] = "\x50\xfe", [0x33e9] = "\x50\xff", + [0x33ea] = "\x51\x00", [0x33eb] = "\x51\x01", [0x33ec] = "\x51\x02", + [0x33ed] = "\x51\x03", [0x33ee] = "\x51\x04", [0x33ef] = "\x51\x05", + [0x33f0] = "\x51\x06", [0x33f1] = "\x51\x07", [0x33f2] = "\x51\x08", + [0x33f3] = "\xfe\x55", [0x33f4] = "\x51\x09", [0x33f5] = "\x51\x0a", + [0x33f6] = "\x51\x0b", [0x33f7] = "\x51\x0c", [0x33f8] = "\x51\x0d", + [0x33f9] = "\x51\x0e", [0x33fa] = "\x51\x0f", [0x33fb] = "\x51\x10", + [0x33fc] = "\x51\x11", [0x33fd] = "\x51\x12", [0x33fe] = "\x51\x13", + [0x33ff] = "\x51\x14", [0x3400] = "\x51\x15", [0x3401] = "\x51\x16", + [0x3402] = "\x51\x17", [0x3403] = "\x51\x18", [0x3404] = "\x51\x19", + [0x3405] = "\x51\x1a", [0x3406] = "\x51\x1b", [0x3407] = "\x51\x1c", + [0x3408] = "\x51\x1d", [0x3409] = "\x51\x1e", [0x340a] = "\x51\x1f", + [0x340b] = "\x51\x20", [0x340c] = "\x51\x21", [0x340d] = "\x51\x22", + [0x340e] = "\x51\x23", [0x340f] = "\x51\x24", [0x3410] = "\x51\x25", + [0x3411] = "\x51\x26", [0x3412] = "\x51\x27", [0x3413] = "\x51\x28", + [0x3414] = "\x51\x29", [0x3415] = "\x51\x2a", [0x3416] = "\x51\x2b", + [0x3417] = "\x51\x2c", [0x3418] = "\x51\x2d", [0x3419] = "\x51\x2e", + [0x341a] = "\x51\x2f", [0x341b] = "\x51\x30", [0x341c] = "\x51\x31", + [0x341d] = "\x51\x32", [0x341e] = "\x51\x33", [0x341f] = "\x51\x34", + [0x3420] = "\x51\x35", [0x3421] = "\x51\x36", [0x3422] = "\x51\x37", + [0x3423] = "\x51\x38", [0x3424] = "\x51\x39", [0x3425] = "\x51\x3a", + [0x3426] = "\x51\x3b", [0x3427] = "\x51\x3c", [0x3428] = "\x51\x3d", + [0x3429] = "\x51\x3e", [0x342a] = "\x51\x3f", [0x342b] = "\x51\x40", + [0x342c] = "\x51\x41", [0x342d] = "\x51\x42", [0x342e] = "\x51\x43", + [0x342f] = "\x51\x44", [0x3430] = "\x51\x45", [0x3431] = "\x51\x46", + [0x3432] = "\x51\x47", [0x3433] = "\x51\x48", [0x3434] = "\x51\x49", + [0x3435] = "\x51\x4a", [0x3436] = "\x51\x4b", [0x3437] = "\x51\x4c", + [0x3438] = "\x51\x4d", [0x3439] = "\x51\x4e", [0x343a] = "\x51\x4f", + [0x343b] = "\x51\x50", [0x343c] = "\x51\x51", [0x343d] = "\x51\x52", + [0x343e] = "\x51\x53", [0x343f] = "\x51\x54", [0x3440] = "\x51\x55", + [0x3441] = "\x51\x56", [0x3442] = "\x51\x57", [0x3443] = "\x51\x58", + [0x3444] = "\x51\x59", [0x3445] = "\x51\x5a", [0x3446] = "\x51\x5b", + [0x3447] = "\x51\x5c", [0x3448] = "\x51\x5d", [0x3449] = "\x51\x5e", + [0x344a] = "\x51\x5f", [0x344b] = "\x51\x60", [0x344c] = "\x51\x61", + [0x344d] = "\x51\x62", [0x344e] = "\x51\x63", [0x344f] = "\x51\x64", + [0x3450] = "\x51\x65", [0x3451] = "\x51\x66", [0x3452] = "\x51\x67", + [0x3453] = "\x51\x68", [0x3454] = "\x51\x69", [0x3455] = "\x51\x6a", + [0x3456] = "\x51\x6b", [0x3457] = "\x51\x6c", [0x3458] = "\x51\x6d", + [0x3459] = "\x51\x6e", [0x345a] = "\x51\x6f", [0x345b] = "\x51\x70", + [0x345c] = "\x51\x71", [0x345d] = "\x51\x72", [0x345e] = "\x51\x73", + [0x345f] = "\x51\x74", [0x3460] = "\x51\x75", [0x3461] = "\x51\x76", + [0x3462] = "\x51\x77", [0x3463] = "\x51\x78", [0x3464] = "\x51\x79", + [0x3465] = "\x51\x7a", [0x3466] = "\x51\x7b", [0x3467] = "\x51\x7c", + [0x3468] = "\x51\x7d", [0x3469] = "\x51\x7e", [0x346a] = "\x51\x7f", + [0x346b] = "\x51\x80", [0x346c] = "\x51\x81", [0x346d] = "\x51\x82", + [0x346e] = "\x51\x83", [0x346f] = "\x51\x84", [0x3470] = "\x51\x85", + [0x3471] = "\x51\x86", [0x3472] = "\x51\x87", [0x3473] = "\x51\x88", + [0x3474] = "\x51\x89", [0x3475] = "\x51\x8a", [0x3476] = "\x51\x8b", + [0x3477] = "\x51\x8c", [0x3478] = "\x51\x8d", [0x3479] = "\x51\x8e", + [0x347a] = "\x51\x8f", [0x347b] = "\x51\x90", [0x347c] = "\x51\x91", + [0x347d] = "\x51\x92", [0x347e] = "\x51\x93", [0x347f] = "\x51\x94", + [0x3480] = "\x51\x95", [0x3481] = "\x51\x96", [0x3482] = "\x51\x97", + [0x3483] = "\x51\x98", [0x3484] = "\x51\x99", [0x3485] = "\x51\x9a", + [0x3486] = "\x51\x9b", [0x3487] = "\x51\x9c", [0x3488] = "\x51\x9d", + [0x3489] = "\x51\x9e", [0x348a] = "\x51\x9f", [0x348b] = "\x51\xa0", + [0x348c] = "\x51\xa1", [0x348d] = "\x51\xa2", [0x348e] = "\x51\xa3", + [0x348f] = "\x51\xa4", [0x3490] = "\x51\xa5", [0x3491] = "\x51\xa6", + [0x3492] = "\x51\xa7", [0x3493] = "\x51\xa8", [0x3494] = "\x51\xa9", + [0x3495] = "\x51\xaa", [0x3496] = "\x51\xab", [0x3497] = "\x51\xac", + [0x3498] = "\x51\xad", [0x3499] = "\x51\xae", [0x349a] = "\x51\xaf", + [0x349b] = "\x51\xb0", [0x349c] = "\x51\xb1", [0x349d] = "\x51\xb2", + [0x349e] = "\x51\xb3", [0x349f] = "\x51\xb4", [0x34a0] = "\x51\xb5", + [0x34a1] = "\x51\xb6", [0x34a2] = "\x51\xb7", [0x34a3] = "\x51\xb8", + [0x34a4] = "\x51\xb9", [0x34a5] = "\x51\xba", [0x34a6] = "\x51\xbb", + [0x34a7] = "\x51\xbc", [0x34a8] = "\x51\xbd", [0x34a9] = "\x51\xbe", + [0x34aa] = "\x51\xbf", [0x34ab] = "\x51\xc0", [0x34ac] = "\x51\xc1", + [0x34ad] = "\x51\xc2", [0x34ae] = "\x51\xc3", [0x34af] = "\x51\xc4", + [0x34b0] = "\x51\xc5", [0x34b1] = "\x51\xc6", [0x34b2] = "\x51\xc7", + [0x34b3] = "\x51\xc8", [0x34b4] = "\x51\xc9", [0x34b5] = "\x51\xca", + [0x34b6] = "\x51\xcb", [0x34b7] = "\x51\xcc", [0x34b8] = "\x51\xcd", + [0x34b9] = "\x51\xce", [0x34ba] = "\x51\xcf", [0x34bb] = "\x51\xd0", + [0x34bc] = "\x51\xd1", [0x34bd] = "\x51\xd2", [0x34be] = "\x51\xd3", + [0x34bf] = "\x51\xd4", [0x34c0] = "\x51\xd5", [0x34c1] = "\x51\xd6", + [0x34c2] = "\x51\xd7", [0x34c3] = "\x51\xd8", [0x34c4] = "\x51\xd9", + [0x34c5] = "\x51\xda", [0x34c6] = "\x51\xdb", [0x34c7] = "\x51\xdc", + [0x34c8] = "\x51\xdd", [0x34c9] = "\x51\xde", [0x34ca] = "\x51\xdf", + [0x34cb] = "\x51\xe0", [0x34cc] = "\x51\xe1", [0x34cd] = "\x51\xe2", + [0x34ce] = "\x51\xe3", [0x34cf] = "\x51\xe4", [0x34d0] = "\x51\xe5", + [0x34d1] = "\x51\xe6", [0x34d2] = "\x51\xe7", [0x34d3] = "\x51\xe8", + [0x34d4] = "\x51\xe9", [0x34d5] = "\x51\xea", [0x34d6] = "\x51\xeb", + [0x34d7] = "\x51\xec", [0x34d8] = "\x51\xed", [0x34d9] = "\x51\xee", + [0x34da] = "\x51\xef", [0x34db] = "\x51\xf0", [0x34dc] = "\x51\xf1", + [0x34dd] = "\x51\xf2", [0x34de] = "\x51\xf3", [0x34df] = "\x51\xf4", + [0x34e0] = "\x51\xf5", [0x34e1] = "\x51\xf6", [0x34e2] = "\x51\xf7", + [0x34e3] = "\x51\xf8", [0x34e4] = "\x51\xf9", [0x34e5] = "\x51\xfa", + [0x34e6] = "\x51\xfb", [0x34e7] = "\x51\xfc", [0x34e8] = "\x51\xfd", + [0x34e9] = "\x51\xfe", [0x34ea] = "\x51\xff", [0x34eb] = "\x52\x00", + [0x34ec] = "\x52\x01", [0x34ed] = "\x52\x02", [0x34ee] = "\x52\x03", + [0x34ef] = "\x52\x04", [0x34f0] = "\x52\x05", [0x34f1] = "\x52\x06", + [0x34f2] = "\x52\x07", [0x34f3] = "\x52\x08", [0x34f4] = "\x52\x09", + [0x34f5] = "\x52\x0a", [0x34f6] = "\x52\x0b", [0x34f7] = "\x52\x0c", + [0x34f8] = "\x52\x0d", [0x34f9] = "\x52\x0e", [0x34fa] = "\x52\x0f", + [0x34fb] = "\x52\x10", [0x34fc] = "\x52\x11", [0x34fd] = "\x52\x12", + [0x34fe] = "\x52\x13", [0x34ff] = "\x52\x14", [0x3500] = "\x52\x15", + [0x3501] = "\x52\x16", [0x3502] = "\x52\x17", [0x3503] = "\x52\x18", + [0x3504] = "\x52\x19", [0x3505] = "\x52\x1a", [0x3506] = "\x52\x1b", + [0x3507] = "\x52\x1c", [0x3508] = "\x52\x1d", [0x3509] = "\x52\x1e", + [0x350a] = "\x52\x1f", [0x350b] = "\x52\x20", [0x350c] = "\x52\x21", + [0x350d] = "\x52\x22", [0x350e] = "\x52\x23", [0x350f] = "\x52\x24", + [0x3510] = "\x52\x25", [0x3511] = "\x52\x26", [0x3512] = "\x52\x27", + [0x3513] = "\x52\x28", [0x3514] = "\x52\x29", [0x3515] = "\x52\x2a", + [0x3516] = "\x52\x2b", [0x3517] = "\x52\x2c", [0x3518] = "\x52\x2d", + [0x3519] = "\x52\x2e", [0x351a] = "\x52\x2f", [0x351b] = "\x52\x30", + [0x351c] = "\x52\x31", [0x351d] = "\x52\x32", [0x351e] = "\xfe\x5a", + [0x351f] = "\x52\x33", [0x3520] = "\x52\x34", [0x3521] = "\x52\x35", + [0x3522] = "\x52\x36", [0x3523] = "\x52\x37", [0x3524] = "\x52\x38", + [0x3525] = "\x52\x39", [0x3526] = "\x52\x3a", [0x3527] = "\x52\x3b", + [0x3528] = "\x52\x3c", [0x3529] = "\x52\x3d", [0x352a] = "\x52\x3e", + [0x352b] = "\x52\x3f", [0x352c] = "\x52\x40", [0x352d] = "\x52\x41", + [0x352e] = "\x52\x42", [0x352f] = "\x52\x43", [0x3530] = "\x52\x44", + [0x3531] = "\x52\x45", [0x3532] = "\x52\x46", [0x3533] = "\x52\x47", + [0x3534] = "\x52\x48", [0x3535] = "\x52\x49", [0x3536] = "\x52\x4a", + [0x3537] = "\x52\x4b", [0x3538] = "\x52\x4c", [0x3539] = "\x52\x4d", + [0x353a] = "\x52\x4e", [0x353b] = "\x52\x4f", [0x353c] = "\x52\x50", + [0x353d] = "\x52\x51", [0x353e] = "\x52\x52", [0x353f] = "\x52\x53", + [0x3540] = "\x52\x54", [0x3541] = "\x52\x55", [0x3542] = "\x52\x56", + [0x3543] = "\x52\x57", [0x3544] = "\x52\x58", [0x3545] = "\x52\x59", + [0x3546] = "\x52\x5a", [0x3547] = "\x52\x5b", [0x3548] = "\x52\x5c", + [0x3549] = "\x52\x5d", [0x354a] = "\x52\x5e", [0x354b] = "\x52\x5f", + [0x354c] = "\x52\x60", [0x354d] = "\x52\x61", [0x354e] = "\x52\x62", + [0x354f] = "\x52\x63", [0x3550] = "\x52\x64", [0x3551] = "\x52\x65", + [0x3552] = "\x52\x66", [0x3553] = "\x52\x67", [0x3554] = "\x52\x68", + [0x3555] = "\x52\x69", [0x3556] = "\x52\x6a", [0x3557] = "\x52\x6b", + [0x3558] = "\x52\x6c", [0x3559] = "\x52\x6d", [0x355a] = "\x52\x6e", + [0x355b] = "\x52\x6f", [0x355c] = "\x52\x70", [0x355d] = "\x52\x71", + [0x355e] = "\x52\x72", [0x355f] = "\x52\x73", [0x3560] = "\x52\x74", + [0x3561] = "\x52\x75", [0x3562] = "\x52\x76", [0x3563] = "\x52\x77", + [0x3564] = "\x52\x78", [0x3565] = "\x52\x79", [0x3566] = "\x52\x7a", + [0x3567] = "\x52\x7b", [0x3568] = "\x52\x7c", [0x3569] = "\x52\x7d", + [0x356a] = "\x52\x7e", [0x356b] = "\x52\x7f", [0x356c] = "\x52\x80", + [0x356d] = "\x52\x81", [0x356e] = "\x52\x82", [0x356f] = "\x52\x83", + [0x3570] = "\x52\x84", [0x3571] = "\x52\x85", [0x3572] = "\x52\x86", + [0x3573] = "\x52\x87", [0x3574] = "\x52\x88", [0x3575] = "\x52\x89", + [0x3576] = "\x52\x8a", [0x3577] = "\x52\x8b", [0x3578] = "\x52\x8c", + [0x3579] = "\x52\x8d", [0x357a] = "\x52\x8e", [0x357b] = "\x52\x8f", + [0x357c] = "\x52\x90", [0x357d] = "\x52\x91", [0x357e] = "\x52\x92", + [0x357f] = "\x52\x93", [0x3580] = "\x52\x94", [0x3581] = "\x52\x95", + [0x3582] = "\x52\x96", [0x3583] = "\x52\x97", [0x3584] = "\x52\x98", + [0x3585] = "\x52\x99", [0x3586] = "\x52\x9a", [0x3587] = "\x52\x9b", + [0x3588] = "\x52\x9c", [0x3589] = "\x52\x9d", [0x358a] = "\x52\x9e", + [0x358b] = "\x52\x9f", [0x358c] = "\x52\xa0", [0x358d] = "\x52\xa1", + [0x358e] = "\xfe\x5c", [0x358f] = "\x52\xa2", [0x3590] = "\x52\xa3", + [0x3591] = "\x52\xa4", [0x3592] = "\x52\xa5", [0x3593] = "\x52\xa6", + [0x3594] = "\x52\xa7", [0x3595] = "\x52\xa8", [0x3596] = "\x52\xa9", + [0x3597] = "\x52\xaa", [0x3598] = "\x52\xab", [0x3599] = "\x52\xac", + [0x359a] = "\xfe\x5b", [0x359b] = "\x52\xad", [0x359c] = "\x52\xae", + [0x359d] = "\x52\xaf", [0x359e] = "\x52\xb0", [0x359f] = "\x52\xb1", + [0x35a0] = "\x52\xb2", [0x35a1] = "\x52\xb3", [0x35a2] = "\x52\xb4", + [0x35a3] = "\x52\xb5", [0x35a4] = "\x52\xb6", [0x35a5] = "\x52\xb7", + [0x35a6] = "\x52\xb8", [0x35a7] = "\x52\xb9", [0x35a8] = "\x52\xba", + [0x35a9] = "\x52\xbb", [0x35aa] = "\x52\xbc", [0x35ab] = "\x52\xbd", + [0x35ac] = "\x52\xbe", [0x35ad] = "\x52\xbf", [0x35ae] = "\x52\xc0", + [0x35af] = "\x52\xc1", [0x35b0] = "\x52\xc2", [0x35b1] = "\x52\xc3", + [0x35b2] = "\x52\xc4", [0x35b3] = "\x52\xc5", [0x35b4] = "\x52\xc6", + [0x35b5] = "\x52\xc7", [0x35b6] = "\x52\xc8", [0x35b7] = "\x52\xc9", + [0x35b8] = "\x52\xca", [0x35b9] = "\x52\xcb", [0x35ba] = "\x52\xcc", + [0x35bb] = "\x52\xcd", [0x35bc] = "\x52\xce", [0x35bd] = "\x52\xcf", + [0x35be] = "\x52\xd0", [0x35bf] = "\x52\xd1", [0x35c0] = "\x52\xd2", + [0x35c1] = "\x52\xd3", [0x35c2] = "\x52\xd4", [0x35c3] = "\x52\xd5", + [0x35c4] = "\x52\xd6", [0x35c5] = "\x52\xd7", [0x35c6] = "\x52\xd8", + [0x35c7] = "\x52\xd9", [0x35c8] = "\x52\xda", [0x35c9] = "\x52\xdb", + [0x35ca] = "\x52\xdc", [0x35cb] = "\x52\xdd", [0x35cc] = "\x52\xde", + [0x35cd] = "\x52\xdf", [0x35ce] = "\x52\xe0", [0x35cf] = "\x52\xe1", + [0x35d0] = "\x52\xe2", [0x35d1] = "\x52\xe3", [0x35d2] = "\x52\xe4", + [0x35d3] = "\x52\xe5", [0x35d4] = "\x52\xe6", [0x35d5] = "\x52\xe7", + [0x35d6] = "\x52\xe8", [0x35d7] = "\x52\xe9", [0x35d8] = "\x52\xea", + [0x35d9] = "\x52\xeb", [0x35da] = "\x52\xec", [0x35db] = "\x52\xed", + [0x35dc] = "\x52\xee", [0x35dd] = "\x52\xef", [0x35de] = "\x52\xf0", + [0x35df] = "\x52\xf1", [0x35e0] = "\x52\xf2", [0x35e1] = "\x52\xf3", + [0x35e2] = "\x52\xf4", [0x35e3] = "\x52\xf5", [0x35e4] = "\x52\xf6", + [0x35e5] = "\x52\xf7", [0x35e6] = "\x52\xf8", [0x35e7] = "\x52\xf9", + [0x35e8] = "\x52\xfa", [0x35e9] = "\x52\xfb", [0x35ea] = "\x52\xfc", + [0x35eb] = "\x52\xfd", [0x35ec] = "\x52\xfe", [0x35ed] = "\x52\xff", + [0x35ee] = "\x53\x00", [0x35ef] = "\x53\x01", [0x35f0] = "\x53\x02", + [0x35f1] = "\x53\x03", [0x35f2] = "\x53\x04", [0x35f3] = "\x53\x05", + [0x35f4] = "\x53\x06", [0x35f5] = "\x53\x07", [0x35f6] = "\x53\x08", + [0x35f7] = "\x53\x09", [0x35f8] = "\x53\x0a", [0x35f9] = "\x53\x0b", + [0x35fa] = "\x53\x0c", [0x35fb] = "\x53\x0d", [0x35fc] = "\x53\x0e", + [0x35fd] = "\x53\x0f", [0x35fe] = "\x53\x10", [0x35ff] = "\x53\x11", + [0x3600] = "\x53\x12", [0x3601] = "\x53\x13", [0x3602] = "\x53\x14", + [0x3603] = "\x53\x15", [0x3604] = "\x53\x16", [0x3605] = "\x53\x17", + [0x3606] = "\x53\x18", [0x3607] = "\x53\x19", [0x3608] = "\x53\x1a", + [0x3609] = "\x53\x1b", [0x360a] = "\x53\x1c", [0x360b] = "\x53\x1d", + [0x360c] = "\x53\x1e", [0x360d] = "\x53\x1f", [0x360e] = "\x53\x20", + [0x360f] = "\x53\x21", [0x3610] = "\x53\x22", [0x3611] = "\x53\x23", + [0x3612] = "\x53\x24", [0x3613] = "\x53\x25", [0x3614] = "\x53\x26", + [0x3615] = "\x53\x27", [0x3616] = "\x53\x28", [0x3617] = "\x53\x29", + [0x3618] = "\x53\x2a", [0x3619] = "\x53\x2b", [0x361a] = "\x53\x2c", + [0x361b] = "\x53\x2d", [0x361c] = "\x53\x2e", [0x361d] = "\x53\x2f", + [0x361e] = "\x53\x30", [0x361f] = "\x53\x31", [0x3620] = "\x53\x32", + [0x3621] = "\x53\x33", [0x3622] = "\x53\x34", [0x3623] = "\x53\x35", + [0x3624] = "\x53\x36", [0x3625] = "\x53\x37", [0x3626] = "\x53\x38", + [0x3627] = "\x53\x39", [0x3628] = "\x53\x3a", [0x3629] = "\x53\x3b", + [0x362a] = "\x53\x3c", [0x362b] = "\x53\x3d", [0x362c] = "\x53\x3e", + [0x362d] = "\x53\x3f", [0x362e] = "\x53\x40", [0x362f] = "\x53\x41", + [0x3630] = "\x53\x42", [0x3631] = "\x53\x43", [0x3632] = "\x53\x44", + [0x3633] = "\x53\x45", [0x3634] = "\x53\x46", [0x3635] = "\x53\x47", + [0x3636] = "\x53\x48", [0x3637] = "\x53\x49", [0x3638] = "\x53\x4a", + [0x3639] = "\x53\x4b", [0x363a] = "\x53\x4c", [0x363b] = "\x53\x4d", + [0x363c] = "\x53\x4e", [0x363d] = "\x53\x4f", [0x363e] = "\x53\x50", + [0x363f] = "\x53\x51", [0x3640] = "\x53\x52", [0x3641] = "\x53\x53", + [0x3642] = "\x53\x54", [0x3643] = "\x53\x55", [0x3644] = "\x53\x56", + [0x3645] = "\x53\x57", [0x3646] = "\x53\x58", [0x3647] = "\x53\x59", + [0x3648] = "\x53\x5a", [0x3649] = "\x53\x5b", [0x364a] = "\x53\x5c", + [0x364b] = "\x53\x5d", [0x364c] = "\x53\x5e", [0x364d] = "\x53\x5f", + [0x364e] = "\x53\x60", [0x364f] = "\x53\x61", [0x3650] = "\x53\x62", + [0x3651] = "\x53\x63", [0x3652] = "\x53\x64", [0x3653] = "\x53\x65", + [0x3654] = "\x53\x66", [0x3655] = "\x53\x67", [0x3656] = "\x53\x68", + [0x3657] = "\x53\x69", [0x3658] = "\x53\x6a", [0x3659] = "\x53\x6b", + [0x365a] = "\x53\x6c", [0x365b] = "\x53\x6d", [0x365c] = "\x53\x6e", + [0x365d] = "\x53\x6f", [0x365e] = "\x53\x70", [0x365f] = "\x53\x71", + [0x3660] = "\x53\x72", [0x3661] = "\x53\x73", [0x3662] = "\x53\x74", + [0x3663] = "\x53\x75", [0x3664] = "\x53\x76", [0x3665] = "\x53\x77", + [0x3666] = "\x53\x78", [0x3667] = "\x53\x79", [0x3668] = "\x53\x7a", + [0x3669] = "\x53\x7b", [0x366a] = "\x53\x7c", [0x366b] = "\x53\x7d", + [0x366c] = "\x53\x7e", [0x366d] = "\x53\x7f", [0x366e] = "\x53\x80", + [0x366f] = "\x53\x81", [0x3670] = "\x53\x82", [0x3671] = "\x53\x83", + [0x3672] = "\x53\x84", [0x3673] = "\x53\x85", [0x3674] = "\x53\x86", + [0x3675] = "\x53\x87", [0x3676] = "\x53\x88", [0x3677] = "\x53\x89", + [0x3678] = "\x53\x8a", [0x3679] = "\x53\x8b", [0x367a] = "\x53\x8c", + [0x367b] = "\x53\x8d", [0x367c] = "\x53\x8e", [0x367d] = "\x53\x8f", + [0x367e] = "\x53\x90", [0x367f] = "\x53\x91", [0x3680] = "\x53\x92", + [0x3681] = "\x53\x93", [0x3682] = "\x53\x94", [0x3683] = "\x53\x95", + [0x3684] = "\x53\x96", [0x3685] = "\x53\x97", [0x3686] = "\x53\x98", + [0x3687] = "\x53\x99", [0x3688] = "\x53\x9a", [0x3689] = "\x53\x9b", + [0x368a] = "\x53\x9c", [0x368b] = "\x53\x9d", [0x368c] = "\x53\x9e", + [0x368d] = "\x53\x9f", [0x368e] = "\x53\xa0", [0x368f] = "\x53\xa1", + [0x3690] = "\x53\xa2", [0x3691] = "\x53\xa3", [0x3692] = "\x53\xa4", + [0x3693] = "\x53\xa5", [0x3694] = "\x53\xa6", [0x3695] = "\x53\xa7", + [0x3696] = "\x53\xa8", [0x3697] = "\x53\xa9", [0x3698] = "\x53\xaa", + [0x3699] = "\x53\xab", [0x369a] = "\x53\xac", [0x369b] = "\x53\xad", + [0x369c] = "\x53\xae", [0x369d] = "\x53\xaf", [0x369e] = "\x53\xb0", + [0x369f] = "\x53\xb1", [0x36a0] = "\x53\xb2", [0x36a1] = "\x53\xb3", + [0x36a2] = "\x53\xb4", [0x36a3] = "\x53\xb5", [0x36a4] = "\x53\xb6", + [0x36a5] = "\x53\xb7", [0x36a6] = "\x53\xb8", [0x36a7] = "\x53\xb9", + [0x36a8] = "\x53\xba", [0x36a9] = "\x53\xbb", [0x36aa] = "\x53\xbc", + [0x36ab] = "\x53\xbd", [0x36ac] = "\x53\xbe", [0x36ad] = "\x53\xbf", + [0x36ae] = "\x53\xc0", [0x36af] = "\x53\xc1", [0x36b0] = "\x53\xc2", + [0x36b1] = "\x53\xc3", [0x36b2] = "\x53\xc4", [0x36b3] = "\x53\xc5", + [0x36b4] = "\x53\xc6", [0x36b5] = "\x53\xc7", [0x36b6] = "\x53\xc8", + [0x36b7] = "\x53\xc9", [0x36b8] = "\x53\xca", [0x36b9] = "\x53\xcb", + [0x36ba] = "\x53\xcc", [0x36bb] = "\x53\xcd", [0x36bc] = "\x53\xce", + [0x36bd] = "\x53\xcf", [0x36be] = "\x53\xd0", [0x36bf] = "\x53\xd1", + [0x36c0] = "\x53\xd2", [0x36c1] = "\x53\xd3", [0x36c2] = "\x53\xd4", + [0x36c3] = "\x53\xd5", [0x36c4] = "\x53\xd6", [0x36c5] = "\x53\xd7", + [0x36c6] = "\x53\xd8", [0x36c7] = "\x53\xd9", [0x36c8] = "\x53\xda", + [0x36c9] = "\x53\xdb", [0x36ca] = "\x53\xdc", [0x36cb] = "\x53\xdd", + [0x36cc] = "\x53\xde", [0x36cd] = "\x53\xdf", [0x36ce] = "\x53\xe0", + [0x36cf] = "\x53\xe1", [0x36d0] = "\x53\xe2", [0x36d1] = "\x53\xe3", + [0x36d2] = "\x53\xe4", [0x36d3] = "\x53\xe5", [0x36d4] = "\x53\xe6", + [0x36d5] = "\x53\xe7", [0x36d6] = "\x53\xe8", [0x36d7] = "\x53\xe9", + [0x36d8] = "\x53\xea", [0x36d9] = "\x53\xeb", [0x36da] = "\x53\xec", + [0x36db] = "\x53\xed", [0x36dc] = "\x53\xee", [0x36dd] = "\x53\xef", + [0x36de] = "\x53\xf0", [0x36df] = "\x53\xf1", [0x36e0] = "\x53\xf2", + [0x36e1] = "\x53\xf3", [0x36e2] = "\x53\xf4", [0x36e3] = "\x53\xf5", + [0x36e4] = "\x53\xf6", [0x36e5] = "\x53\xf7", [0x36e6] = "\x53\xf8", + [0x36e7] = "\x53\xf9", [0x36e8] = "\x53\xfa", [0x36e9] = "\x53\xfb", + [0x36ea] = "\x53\xfc", [0x36eb] = "\x53\xfd", [0x36ec] = "\x53\xfe", + [0x36ed] = "\x53\xff", [0x36ee] = "\x54\x00", [0x36ef] = "\x54\x01", + [0x36f0] = "\x54\x02", [0x36f1] = "\x54\x03", [0x36f2] = "\x54\x04", + [0x36f3] = "\x54\x05", [0x36f4] = "\x54\x06", [0x36f5] = "\x54\x07", + [0x36f6] = "\x54\x08", [0x36f7] = "\x54\x09", [0x36f8] = "\x54\x0a", + [0x36f9] = "\x54\x0b", [0x36fa] = "\x54\x0c", [0x36fb] = "\x54\x0d", + [0x36fc] = "\x54\x0e", [0x36fd] = "\x54\x0f", [0x36fe] = "\x54\x10", + [0x36ff] = "\x54\x11", [0x3700] = "\x54\x12", [0x3701] = "\x54\x13", + [0x3702] = "\x54\x14", [0x3703] = "\x54\x15", [0x3704] = "\x54\x16", + [0x3705] = "\x54\x17", [0x3706] = "\x54\x18", [0x3707] = "\x54\x19", + [0x3708] = "\x54\x1a", [0x3709] = "\x54\x1b", [0x370a] = "\x54\x1c", + [0x370b] = "\x54\x1d", [0x370c] = "\x54\x1e", [0x370d] = "\x54\x1f", + [0x370e] = "\x54\x20", [0x370f] = "\x54\x21", [0x3710] = "\x54\x22", + [0x3711] = "\x54\x23", [0x3712] = "\x54\x24", [0x3713] = "\x54\x25", + [0x3714] = "\x54\x26", [0x3715] = "\x54\x27", [0x3716] = "\x54\x28", + [0x3717] = "\x54\x29", [0x3718] = "\x54\x2a", [0x3719] = "\x54\x2b", + [0x371a] = "\x54\x2c", [0x371b] = "\x54\x2d", [0x371c] = "\x54\x2e", + [0x371d] = "\x54\x2f", [0x371e] = "\x54\x30", [0x371f] = "\x54\x31", + [0x3720] = "\x54\x32", [0x3721] = "\x54\x33", [0x3722] = "\x54\x34", + [0x3723] = "\x54\x35", [0x3724] = "\x54\x36", [0x3725] = "\x54\x37", + [0x3726] = "\x54\x38", [0x3727] = "\x54\x39", [0x3728] = "\x54\x3a", + [0x3729] = "\x54\x3b", [0x372a] = "\x54\x3c", [0x372b] = "\x54\x3d", + [0x372c] = "\x54\x3e", [0x372d] = "\x54\x3f", [0x372e] = "\x54\x40", + [0x372f] = "\x54\x41", [0x3730] = "\x54\x42", [0x3731] = "\x54\x43", + [0x3732] = "\x54\x44", [0x3733] = "\x54\x45", [0x3734] = "\x54\x46", + [0x3735] = "\x54\x47", [0x3736] = "\x54\x48", [0x3737] = "\x54\x49", + [0x3738] = "\x54\x4a", [0x3739] = "\x54\x4b", [0x373a] = "\x54\x4c", + [0x373b] = "\x54\x4d", [0x373c] = "\x54\x4e", [0x373d] = "\x54\x4f", + [0x373e] = "\x54\x50", [0x373f] = "\x54\x51", [0x3740] = "\x54\x52", + [0x3741] = "\x54\x53", [0x3742] = "\x54\x54", [0x3743] = "\x54\x55", + [0x3744] = "\x54\x56", [0x3745] = "\x54\x57", [0x3746] = "\x54\x58", + [0x3747] = "\x54\x59", [0x3748] = "\x54\x5a", [0x3749] = "\x54\x5b", + [0x374a] = "\x54\x5c", [0x374b] = "\x54\x5d", [0x374c] = "\x54\x5e", + [0x374d] = "\x54\x5f", [0x374e] = "\x54\x60", [0x374f] = "\x54\x61", + [0x3750] = "\x54\x62", [0x3751] = "\x54\x63", [0x3752] = "\x54\x64", + [0x3753] = "\x54\x65", [0x3754] = "\x54\x66", [0x3755] = "\x54\x67", + [0x3756] = "\x54\x68", [0x3757] = "\x54\x69", [0x3758] = "\x54\x6a", + [0x3759] = "\x54\x6b", [0x375a] = "\x54\x6c", [0x375b] = "\x54\x6d", + [0x375c] = "\x54\x6e", [0x375d] = "\x54\x6f", [0x375e] = "\x54\x70", + [0x375f] = "\x54\x71", [0x3760] = "\x54\x72", [0x3761] = "\x54\x73", + [0x3762] = "\x54\x74", [0x3763] = "\x54\x75", [0x3764] = "\x54\x76", + [0x3765] = "\x54\x77", [0x3766] = "\x54\x78", [0x3767] = "\x54\x79", + [0x3768] = "\x54\x7a", [0x3769] = "\x54\x7b", [0x376a] = "\x54\x7c", + [0x376b] = "\x54\x7d", [0x376c] = "\x54\x7e", [0x376d] = "\x54\x7f", + [0x376e] = "\x54\x80", [0x376f] = "\x54\x81", [0x3770] = "\x54\x82", + [0x3771] = "\x54\x83", [0x3772] = "\x54\x84", [0x3773] = "\x54\x85", + [0x3774] = "\x54\x86", [0x3775] = "\x54\x87", [0x3776] = "\x54\x88", + [0x3777] = "\x54\x89", [0x3778] = "\x54\x8a", [0x3779] = "\x54\x8b", + [0x377a] = "\x54\x8c", [0x377b] = "\x54\x8d", [0x377c] = "\x54\x8e", + [0x377d] = "\x54\x8f", [0x377e] = "\x54\x90", [0x377f] = "\x54\x91", + [0x3780] = "\x54\x92", [0x3781] = "\x54\x93", [0x3782] = "\x54\x94", + [0x3783] = "\x54\x95", [0x3784] = "\x54\x96", [0x3785] = "\x54\x97", + [0x3786] = "\x54\x98", [0x3787] = "\x54\x99", [0x3788] = "\x54\x9a", + [0x3789] = "\x54\x9b", [0x378a] = "\x54\x9c", [0x378b] = "\x54\x9d", + [0x378c] = "\x54\x9e", [0x378d] = "\x54\x9f", [0x378e] = "\x54\xa0", + [0x378f] = "\x54\xa1", [0x3790] = "\x54\xa2", [0x3791] = "\x54\xa3", + [0x3792] = "\x54\xa4", [0x3793] = "\x54\xa5", [0x3794] = "\x54\xa6", + [0x3795] = "\x54\xa7", [0x3796] = "\x54\xa8", [0x3797] = "\x54\xa9", + [0x3798] = "\x54\xaa", [0x3799] = "\x54\xab", [0x379a] = "\x54\xac", + [0x379b] = "\x54\xad", [0x379c] = "\x54\xae", [0x379d] = "\x54\xaf", + [0x379e] = "\x54\xb0", [0x379f] = "\x54\xb1", [0x37a0] = "\x54\xb2", + [0x37a1] = "\x54\xb3", [0x37a2] = "\x54\xb4", [0x37a3] = "\x54\xb5", + [0x37a4] = "\x54\xb6", [0x37a5] = "\x54\xb7", [0x37a6] = "\x54\xb8", + [0x37a7] = "\x54\xb9", [0x37a8] = "\x54\xba", [0x37a9] = "\x54\xbb", + [0x37aa] = "\x54\xbc", [0x37ab] = "\x54\xbd", [0x37ac] = "\x54\xbe", + [0x37ad] = "\x54\xbf", [0x37ae] = "\x54\xc0", [0x37af] = "\x54\xc1", + [0x37b0] = "\x54\xc2", [0x37b1] = "\x54\xc3", [0x37b2] = "\x54\xc4", + [0x37b3] = "\x54\xc5", [0x37b4] = "\x54\xc6", [0x37b5] = "\x54\xc7", + [0x37b6] = "\x54\xc8", [0x37b7] = "\x54\xc9", [0x37b8] = "\x54\xca", + [0x37b9] = "\x54\xcb", [0x37ba] = "\x54\xcc", [0x37bb] = "\x54\xcd", + [0x37bc] = "\x54\xce", [0x37bd] = "\x54\xcf", [0x37be] = "\x54\xd0", + [0x37bf] = "\x54\xd1", [0x37c0] = "\x54\xd2", [0x37c1] = "\x54\xd3", + [0x37c2] = "\x54\xd4", [0x37c3] = "\x54\xd5", [0x37c4] = "\x54\xd6", + [0x37c5] = "\x54\xd7", [0x37c6] = "\x54\xd8", [0x37c7] = "\x54\xd9", + [0x37c8] = "\x54\xda", [0x37c9] = "\x54\xdb", [0x37ca] = "\x54\xdc", + [0x37cb] = "\x54\xdd", [0x37cc] = "\x54\xde", [0x37cd] = "\x54\xdf", + [0x37ce] = "\x54\xe0", [0x37cf] = "\x54\xe1", [0x37d0] = "\x54\xe2", + [0x37d1] = "\x54\xe3", [0x37d2] = "\x54\xe4", [0x37d3] = "\x54\xe5", + [0x37d4] = "\x54\xe6", [0x37d5] = "\x54\xe7", [0x37d6] = "\x54\xe8", + [0x37d7] = "\x54\xe9", [0x37d8] = "\x54\xea", [0x37d9] = "\x54\xeb", + [0x37da] = "\x54\xec", [0x37db] = "\x54\xed", [0x37dc] = "\x54\xee", + [0x37dd] = "\x54\xef", [0x37de] = "\x54\xf0", [0x37df] = "\x54\xf1", + [0x37e0] = "\x54\xf2", [0x37e1] = "\x54\xf3", [0x37e2] = "\x54\xf4", + [0x37e3] = "\x54\xf5", [0x37e4] = "\x54\xf6", [0x37e5] = "\x54\xf7", + [0x37e6] = "\x54\xf8", [0x37e7] = "\x54\xf9", [0x37e8] = "\x54\xfa", + [0x37e9] = "\x54\xfb", [0x37ea] = "\x54\xfc", [0x37eb] = "\x54\xfd", + [0x37ec] = "\x54\xfe", [0x37ed] = "\x54\xff", [0x37ee] = "\x55\x00", + [0x37ef] = "\x55\x01", [0x37f0] = "\x55\x02", [0x37f1] = "\x55\x03", + [0x37f2] = "\x55\x04", [0x37f3] = "\x55\x05", [0x37f4] = "\x55\x06", + [0x37f5] = "\x55\x07", [0x37f6] = "\x55\x08", [0x37f7] = "\x55\x09", + [0x37f8] = "\x55\x0a", [0x37f9] = "\x55\x0b", [0x37fa] = "\x55\x0c", + [0x37fb] = "\x55\x0d", [0x37fc] = "\x55\x0e", [0x37fd] = "\x55\x0f", + [0x37fe] = "\x55\x10", [0x37ff] = "\x55\x11", [0x3800] = "\x55\x12", + [0x3801] = "\x55\x13", [0x3802] = "\x55\x14", [0x3803] = "\x55\x15", + [0x3804] = "\x55\x16", [0x3805] = "\x55\x17", [0x3806] = "\x55\x18", + [0x3807] = "\x55\x19", [0x3808] = "\x55\x1a", [0x3809] = "\x55\x1b", + [0x380a] = "\x55\x1c", [0x380b] = "\x55\x1d", [0x380c] = "\x55\x1e", + [0x380d] = "\x55\x1f", [0x380e] = "\x55\x20", [0x380f] = "\x55\x21", + [0x3810] = "\x55\x22", [0x3811] = "\x55\x23", [0x3812] = "\x55\x24", + [0x3813] = "\x55\x25", [0x3814] = "\x55\x26", [0x3815] = "\x55\x27", + [0x3816] = "\x55\x28", [0x3817] = "\x55\x29", [0x3818] = "\x55\x2a", + [0x3819] = "\x55\x2b", [0x381a] = "\x55\x2c", [0x381b] = "\x55\x2d", + [0x381c] = "\x55\x2e", [0x381d] = "\x55\x2f", [0x381e] = "\x55\x30", + [0x381f] = "\x55\x31", [0x3820] = "\x55\x32", [0x3821] = "\x55\x33", + [0x3822] = "\x55\x34", [0x3823] = "\x55\x35", [0x3824] = "\x55\x36", + [0x3825] = "\x55\x37", [0x3826] = "\x55\x38", [0x3827] = "\x55\x39", + [0x3828] = "\x55\x3a", [0x3829] = "\x55\x3b", [0x382a] = "\x55\x3c", + [0x382b] = "\x55\x3d", [0x382c] = "\x55\x3e", [0x382d] = "\x55\x3f", + [0x382e] = "\x55\x40", [0x382f] = "\x55\x41", [0x3830] = "\x55\x42", + [0x3831] = "\x55\x43", [0x3832] = "\x55\x44", [0x3833] = "\x55\x45", + [0x3834] = "\x55\x46", [0x3835] = "\x55\x47", [0x3836] = "\x55\x48", + [0x3837] = "\x55\x49", [0x3838] = "\x55\x4a", [0x3839] = "\x55\x4b", + [0x383a] = "\x55\x4c", [0x383b] = "\x55\x4d", [0x383c] = "\x55\x4e", + [0x383d] = "\x55\x4f", [0x383e] = "\x55\x50", [0x383f] = "\x55\x51", + [0x3840] = "\x55\x52", [0x3841] = "\x55\x53", [0x3842] = "\x55\x54", + [0x3843] = "\x55\x55", [0x3844] = "\x55\x56", [0x3845] = "\x55\x57", + [0x3846] = "\x55\x58", [0x3847] = "\x55\x59", [0x3848] = "\x55\x5a", + [0x3849] = "\x55\x5b", [0x384a] = "\x55\x5c", [0x384b] = "\x55\x5d", + [0x384c] = "\x55\x5e", [0x384d] = "\x55\x5f", [0x384e] = "\x55\x60", + [0x384f] = "\x55\x61", [0x3850] = "\x55\x62", [0x3851] = "\x55\x63", + [0x3852] = "\x55\x64", [0x3853] = "\x55\x65", [0x3854] = "\x55\x66", + [0x3855] = "\x55\x67", [0x3856] = "\x55\x68", [0x3857] = "\x55\x69", + [0x3858] = "\x55\x6a", [0x3859] = "\x55\x6b", [0x385a] = "\x55\x6c", + [0x385b] = "\x55\x6d", [0x385c] = "\x55\x6e", [0x385d] = "\x55\x6f", + [0x385e] = "\x55\x70", [0x385f] = "\x55\x71", [0x3860] = "\x55\x72", + [0x3861] = "\x55\x73", [0x3862] = "\x55\x74", [0x3863] = "\x55\x75", + [0x3864] = "\x55\x76", [0x3865] = "\x55\x77", [0x3866] = "\x55\x78", + [0x3867] = "\x55\x79", [0x3868] = "\x55\x7a", [0x3869] = "\x55\x7b", + [0x386a] = "\x55\x7c", [0x386b] = "\x55\x7d", [0x386c] = "\x55\x7e", + [0x386d] = "\x55\x7f", [0x386e] = "\x55\x80", [0x386f] = "\x55\x81", + [0x3870] = "\x55\x82", [0x3871] = "\x55\x83", [0x3872] = "\x55\x84", + [0x3873] = "\x55\x85", [0x3874] = "\x55\x86", [0x3875] = "\x55\x87", + [0x3876] = "\x55\x88", [0x3877] = "\x55\x89", [0x3878] = "\x55\x8a", + [0x3879] = "\x55\x8b", [0x387a] = "\x55\x8c", [0x387b] = "\x55\x8d", + [0x387c] = "\x55\x8e", [0x387d] = "\x55\x8f", [0x387e] = "\x55\x90", + [0x387f] = "\x55\x91", [0x3880] = "\x55\x92", [0x3881] = "\x55\x93", + [0x3882] = "\x55\x94", [0x3883] = "\x55\x95", [0x3884] = "\x55\x96", + [0x3885] = "\x55\x97", [0x3886] = "\x55\x98", [0x3887] = "\x55\x99", + [0x3888] = "\x55\x9a", [0x3889] = "\x55\x9b", [0x388a] = "\x55\x9c", + [0x388b] = "\x55\x9d", [0x388c] = "\x55\x9e", [0x388d] = "\x55\x9f", + [0x388e] = "\x55\xa0", [0x388f] = "\x55\xa1", [0x3890] = "\x55\xa2", + [0x3891] = "\x55\xa3", [0x3892] = "\x55\xa4", [0x3893] = "\x55\xa5", + [0x3894] = "\x55\xa6", [0x3895] = "\x55\xa7", [0x3896] = "\x55\xa8", + [0x3897] = "\x55\xa9", [0x3898] = "\xfe\x60", [0x3899] = "\x55\xaa", + [0x389a] = "\x55\xab", [0x389b] = "\x55\xac", [0x389c] = "\x55\xad", + [0x389d] = "\x55\xae", [0x389e] = "\x55\xaf", [0x389f] = "\x55\xb0", + [0x38a0] = "\x55\xb1", [0x38a1] = "\x55\xb2", [0x38a2] = "\x55\xb3", + [0x38a3] = "\x55\xb4", [0x38a4] = "\x55\xb5", [0x38a5] = "\x55\xb6", + [0x38a6] = "\x55\xb7", [0x38a7] = "\x55\xb8", [0x38a8] = "\x55\xb9", + [0x38a9] = "\x55\xba", [0x38aa] = "\x55\xbb", [0x38ab] = "\x55\xbc", + [0x38ac] = "\x55\xbd", [0x38ad] = "\x55\xbe", [0x38ae] = "\x55\xbf", + [0x38af] = "\x55\xc0", [0x38b0] = "\x55\xc1", [0x38b1] = "\x55\xc2", + [0x38b2] = "\x55\xc3", [0x38b3] = "\x55\xc4", [0x38b4] = "\x55\xc5", + [0x38b5] = "\x55\xc6", [0x38b6] = "\x55\xc7", [0x38b7] = "\x55\xc8", + [0x38b8] = "\x55\xc9", [0x38b9] = "\x55\xca", [0x38ba] = "\x55\xcb", + [0x38bb] = "\x55\xcc", [0x38bc] = "\x55\xcd", [0x38bd] = "\x55\xce", + [0x38be] = "\x55\xcf", [0x38bf] = "\x55\xd0", [0x38c0] = "\x55\xd1", + [0x38c1] = "\x55\xd2", [0x38c2] = "\x55\xd3", [0x38c3] = "\x55\xd4", + [0x38c4] = "\x55\xd5", [0x38c5] = "\x55\xd6", [0x38c6] = "\x55\xd7", + [0x38c7] = "\x55\xd8", [0x38c8] = "\x55\xd9", [0x38c9] = "\x55\xda", + [0x38ca] = "\x55\xdb", [0x38cb] = "\x55\xdc", [0x38cc] = "\x55\xdd", + [0x38cd] = "\x55\xde", [0x38ce] = "\x55\xdf", [0x38cf] = "\x55\xe0", + [0x38d0] = "\x55\xe1", [0x38d1] = "\x55\xe2", [0x38d2] = "\x55\xe3", + [0x38d3] = "\x55\xe4", [0x38d4] = "\x55\xe5", [0x38d5] = "\x55\xe6", + [0x38d6] = "\x55\xe7", [0x38d7] = "\x55\xe8", [0x38d8] = "\x55\xe9", + [0x38d9] = "\x55\xea", [0x38da] = "\x55\xeb", [0x38db] = "\x55\xec", + [0x38dc] = "\x55\xed", [0x38dd] = "\x55\xee", [0x38de] = "\x55\xef", + [0x38df] = "\x55\xf0", [0x38e0] = "\x55\xf1", [0x38e1] = "\x55\xf2", + [0x38e2] = "\x55\xf3", [0x38e3] = "\x55\xf4", [0x38e4] = "\x55\xf5", + [0x38e5] = "\x55\xf6", [0x38e6] = "\x55\xf7", [0x38e7] = "\x55\xf8", + [0x38e8] = "\x55\xf9", [0x38e9] = "\x55\xfa", [0x38ea] = "\x55\xfb", + [0x38eb] = "\x55\xfc", [0x38ec] = "\x55\xfd", [0x38ed] = "\x55\xfe", + [0x38ee] = "\xfe\x5f", [0x38ef] = "\x55\xff", [0x38f0] = "\x56\x00", + [0x38f1] = "\x56\x01", [0x38f2] = "\x56\x02", [0x38f3] = "\x56\x03", + [0x38f4] = "\x56\x04", [0x38f5] = "\x56\x05", [0x38f6] = "\x56\x06", + [0x38f7] = "\x56\x07", [0x38f8] = "\x56\x08", [0x38f9] = "\x56\x09", + [0x38fa] = "\x56\x0a", [0x38fb] = "\x56\x0b", [0x38fc] = "\x56\x0c", + [0x38fd] = "\x56\x0d", [0x38fe] = "\x56\x0e", [0x38ff] = "\x56\x0f", + [0x3900] = "\x56\x10", [0x3901] = "\x56\x11", [0x3902] = "\x56\x12", + [0x3903] = "\x56\x13", [0x3904] = "\x56\x14", [0x3905] = "\x56\x15", + [0x3906] = "\x56\x16", [0x3907] = "\x56\x17", [0x3908] = "\x56\x18", + [0x3909] = "\x56\x19", [0x390a] = "\x56\x1a", [0x390b] = "\x56\x1b", + [0x390c] = "\x56\x1c", [0x390d] = "\x56\x1d", [0x390e] = "\x56\x1e", + [0x390f] = "\x56\x1f", [0x3910] = "\x56\x20", [0x3911] = "\x56\x21", + [0x3912] = "\x56\x22", [0x3913] = "\x56\x23", [0x3914] = "\x56\x24", + [0x3915] = "\x56\x25", [0x3916] = "\x56\x26", [0x3917] = "\x56\x27", + [0x3918] = "\x56\x28", [0x3919] = "\x56\x29", [0x391a] = "\x56\x2a", + [0x391b] = "\x56\x2b", [0x391c] = "\x56\x2c", [0x391d] = "\x56\x2d", + [0x391e] = "\x56\x2e", [0x391f] = "\x56\x2f", [0x3920] = "\x56\x30", + [0x3921] = "\x56\x31", [0x3922] = "\x56\x32", [0x3923] = "\x56\x33", + [0x3924] = "\x56\x34", [0x3925] = "\x56\x35", [0x3926] = "\x56\x36", + [0x3927] = "\x56\x37", [0x3928] = "\x56\x38", [0x3929] = "\x56\x39", + [0x392a] = "\x56\x3a", [0x392b] = "\x56\x3b", [0x392c] = "\x56\x3c", + [0x392d] = "\x56\x3d", [0x392e] = "\x56\x3e", [0x392f] = "\x56\x3f", + [0x3930] = "\x56\x40", [0x3931] = "\x56\x41", [0x3932] = "\x56\x42", + [0x3933] = "\x56\x43", [0x3934] = "\x56\x44", [0x3935] = "\x56\x45", + [0x3936] = "\x56\x46", [0x3937] = "\x56\x47", [0x3938] = "\x56\x48", + [0x3939] = "\x56\x49", [0x393a] = "\x56\x4a", [0x393b] = "\x56\x4b", + [0x393c] = "\x56\x4c", [0x393d] = "\x56\x4d", [0x393e] = "\x56\x4e", + [0x393f] = "\x56\x4f", [0x3940] = "\x56\x50", [0x3941] = "\x56\x51", + [0x3942] = "\x56\x52", [0x3943] = "\x56\x53", [0x3944] = "\x56\x54", + [0x3945] = "\x56\x55", [0x3946] = "\x56\x56", [0x3947] = "\x56\x57", + [0x3948] = "\x56\x58", [0x3949] = "\x56\x59", [0x394a] = "\x56\x5a", + [0x394b] = "\x56\x5b", [0x394c] = "\x56\x5c", [0x394d] = "\x56\x5d", + [0x394e] = "\x56\x5e", [0x394f] = "\xfe\x62", [0x3950] = "\xfe\x65", + [0x3951] = "\x56\x5f", [0x3952] = "\x56\x60", [0x3953] = "\x56\x61", + [0x3954] = "\x56\x62", [0x3955] = "\x56\x63", [0x3956] = "\x56\x64", + [0x3957] = "\x56\x65", [0x3958] = "\x56\x66", [0x3959] = "\x56\x67", + [0x395a] = "\x56\x68", [0x395b] = "\x56\x69", [0x395c] = "\x56\x6a", + [0x395d] = "\x56\x6b", [0x395e] = "\x56\x6c", [0x395f] = "\xfe\x63", + [0x3960] = "\x56\x6d", [0x3961] = "\x56\x6e", [0x3962] = "\x56\x6f", + [0x3963] = "\x56\x70", [0x3964] = "\x56\x71", [0x3965] = "\x56\x72", + [0x3966] = "\x56\x73", [0x3967] = "\x56\x74", [0x3968] = "\x56\x75", + [0x3969] = "\x56\x76", [0x396a] = "\x56\x77", [0x396b] = "\x56\x78", + [0x396c] = "\x56\x79", [0x396d] = "\x56\x7a", [0x396e] = "\x56\x7b", + [0x396f] = "\x56\x7c", [0x3970] = "\x56\x7d", [0x3971] = "\x56\x7e", + [0x3972] = "\x56\x7f", [0x3973] = "\x56\x80", [0x3974] = "\x56\x81", + [0x3975] = "\x56\x82", [0x3976] = "\x56\x83", [0x3977] = "\x56\x84", + [0x3978] = "\x56\x85", [0x3979] = "\x56\x86", [0x397a] = "\x56\x87", + [0x397b] = "\x56\x88", [0x397c] = "\x56\x89", [0x397d] = "\x56\x8a", + [0x397e] = "\x56\x8b", [0x397f] = "\x56\x8c", [0x3980] = "\x56\x8d", + [0x3981] = "\x56\x8e", [0x3982] = "\x56\x8f", [0x3983] = "\x56\x90", + [0x3984] = "\x56\x91", [0x3985] = "\x56\x92", [0x3986] = "\x56\x93", + [0x3987] = "\x56\x94", [0x3988] = "\x56\x95", [0x3989] = "\x56\x96", + [0x398a] = "\x56\x97", [0x398b] = "\x56\x98", [0x398c] = "\x56\x99", + [0x398d] = "\x56\x9a", [0x398e] = "\x56\x9b", [0x398f] = "\x56\x9c", + [0x3990] = "\x56\x9d", [0x3991] = "\x56\x9e", [0x3992] = "\x56\x9f", + [0x3993] = "\x56\xa0", [0x3994] = "\x56\xa1", [0x3995] = "\x56\xa2", + [0x3996] = "\x56\xa3", [0x3997] = "\x56\xa4", [0x3998] = "\x56\xa5", + [0x3999] = "\x56\xa6", [0x399a] = "\x56\xa7", [0x399b] = "\x56\xa8", + [0x399c] = "\x56\xa9", [0x399d] = "\x56\xaa", [0x399e] = "\x56\xab", + [0x399f] = "\x56\xac", [0x39a0] = "\x56\xad", [0x39a1] = "\x56\xae", + [0x39a2] = "\x56\xaf", [0x39a3] = "\x56\xb0", [0x39a4] = "\x56\xb1", + [0x39a5] = "\x56\xb2", [0x39a6] = "\x56\xb3", [0x39a7] = "\x56\xb4", + [0x39a8] = "\x56\xb5", [0x39a9] = "\x56\xb6", [0x39aa] = "\x56\xb7", + [0x39ab] = "\x56\xb8", [0x39ac] = "\x56\xb9", [0x39ad] = "\x56\xba", + [0x39ae] = "\x56\xbb", [0x39af] = "\x56\xbc", [0x39b0] = "\x56\xbd", + [0x39b1] = "\x56\xbe", [0x39b2] = "\x56\xbf", [0x39b3] = "\x56\xc0", + [0x39b4] = "\x56\xc1", [0x39b5] = "\x56\xc2", [0x39b6] = "\x56\xc3", + [0x39b7] = "\x56\xc4", [0x39b8] = "\x56\xc5", [0x39b9] = "\x56\xc6", + [0x39ba] = "\x56\xc7", [0x39bb] = "\x56\xc8", [0x39bc] = "\x56\xc9", + [0x39bd] = "\x56\xca", [0x39be] = "\x56\xcb", [0x39bf] = "\x56\xcc", + [0x39c0] = "\x56\xcd", [0x39c1] = "\x56\xce", [0x39c2] = "\x56\xcf", + [0x39c3] = "\x56\xd0", [0x39c4] = "\x56\xd1", [0x39c5] = "\x56\xd2", + [0x39c6] = "\x56\xd3", [0x39c7] = "\x56\xd4", [0x39c8] = "\x56\xd5", + [0x39c9] = "\x56\xd6", [0x39ca] = "\x56\xd7", [0x39cb] = "\x56\xd8", + [0x39cc] = "\x56\xd9", [0x39cd] = "\x56\xda", [0x39ce] = "\x56\xdb", + [0x39cf] = "\x56\xdc", [0x39d0] = "\x56\xdd", [0x39d1] = "\x56\xde", + [0x39d2] = "\x56\xdf", [0x39d3] = "\x56\xe0", [0x39d4] = "\x56\xe1", + [0x39d5] = "\x56\xe2", [0x39d6] = "\x56\xe3", [0x39d7] = "\x56\xe4", + [0x39d8] = "\x56\xe5", [0x39d9] = "\x56\xe6", [0x39da] = "\x56\xe7", + [0x39db] = "\x56\xe8", [0x39dc] = "\x56\xe9", [0x39dd] = "\x56\xea", + [0x39de] = "\x56\xeb", [0x39df] = "\x56\xec", [0x39e0] = "\x56\xed", + [0x39e1] = "\x56\xee", [0x39e2] = "\x56\xef", [0x39e3] = "\x56\xf0", + [0x39e4] = "\x56\xf1", [0x39e5] = "\x56\xf2", [0x39e6] = "\x56\xf3", + [0x39e7] = "\x56\xf4", [0x39e8] = "\x56\xf5", [0x39e9] = "\x56\xf6", + [0x39ea] = "\x56\xf7", [0x39eb] = "\x56\xf8", [0x39ec] = "\x56\xf9", + [0x39ed] = "\x56\xfa", [0x39ee] = "\x56\xfb", [0x39ef] = "\x56\xfc", + [0x39f0] = "\x56\xfd", [0x39f1] = "\x56\xfe", [0x39f2] = "\x56\xff", + [0x39f3] = "\xfe\x64", [0x39f4] = "\x57\x00", [0x39f5] = "\x57\x01", + [0x39f6] = "\x57\x02", [0x39f7] = "\x57\x03", [0x39f8] = "\x57\x04", + [0x39f9] = "\x57\x05", [0x39fa] = "\x57\x06", [0x39fb] = "\x57\x07", + [0x39fc] = "\x57\x08", [0x39fd] = "\x57\x09", [0x39fe] = "\x57\x0a", + [0x39ff] = "\x57\x0b", [0x3a00] = "\x57\x0c", [0x3a01] = "\x57\x0d", + [0x3a02] = "\x57\x0e", [0x3a03] = "\x57\x0f", [0x3a04] = "\x57\x10", + [0x3a05] = "\x57\x11", [0x3a06] = "\x57\x12", [0x3a07] = "\x57\x13", + [0x3a08] = "\x57\x14", [0x3a09] = "\x57\x15", [0x3a0a] = "\x57\x16", + [0x3a0b] = "\x57\x17", [0x3a0c] = "\x57\x18", [0x3a0d] = "\x57\x19", + [0x3a0e] = "\x57\x1a", [0x3a0f] = "\x57\x1b", [0x3a10] = "\x57\x1c", + [0x3a11] = "\x57\x1d", [0x3a12] = "\x57\x1e", [0x3a13] = "\x57\x1f", + [0x3a14] = "\x57\x20", [0x3a15] = "\x57\x21", [0x3a16] = "\x57\x22", + [0x3a17] = "\x57\x23", [0x3a18] = "\x57\x24", [0x3a19] = "\x57\x25", + [0x3a1a] = "\x57\x26", [0x3a1b] = "\x57\x27", [0x3a1c] = "\x57\x28", + [0x3a1d] = "\x57\x29", [0x3a1e] = "\x57\x2a", [0x3a1f] = "\x57\x2b", + [0x3a20] = "\x57\x2c", [0x3a21] = "\x57\x2d", [0x3a22] = "\x57\x2e", + [0x3a23] = "\x57\x2f", [0x3a24] = "\x57\x30", [0x3a25] = "\x57\x31", + [0x3a26] = "\x57\x32", [0x3a27] = "\x57\x33", [0x3a28] = "\x57\x34", + [0x3a29] = "\x57\x35", [0x3a2a] = "\x57\x36", [0x3a2b] = "\x57\x37", + [0x3a2c] = "\x57\x38", [0x3a2d] = "\x57\x39", [0x3a2e] = "\x57\x3a", + [0x3a2f] = "\x57\x3b", [0x3a30] = "\x57\x3c", [0x3a31] = "\x57\x3d", + [0x3a32] = "\x57\x3e", [0x3a33] = "\x57\x3f", [0x3a34] = "\x57\x40", + [0x3a35] = "\x57\x41", [0x3a36] = "\x57\x42", [0x3a37] = "\x57\x43", + [0x3a38] = "\x57\x44", [0x3a39] = "\x57\x45", [0x3a3a] = "\x57\x46", + [0x3a3b] = "\x57\x47", [0x3a3c] = "\x57\x48", [0x3a3d] = "\x57\x49", + [0x3a3e] = "\x57\x4a", [0x3a3f] = "\x57\x4b", [0x3a40] = "\x57\x4c", + [0x3a41] = "\x57\x4d", [0x3a42] = "\x57\x4e", [0x3a43] = "\x57\x4f", + [0x3a44] = "\x57\x50", [0x3a45] = "\x57\x51", [0x3a46] = "\x57\x52", + [0x3a47] = "\x57\x53", [0x3a48] = "\x57\x54", [0x3a49] = "\x57\x55", + [0x3a4a] = "\x57\x56", [0x3a4b] = "\x57\x57", [0x3a4c] = "\x57\x58", + [0x3a4d] = "\x57\x59", [0x3a4e] = "\x57\x5a", [0x3a4f] = "\x57\x5b", + [0x3a50] = "\x57\x5c", [0x3a51] = "\x57\x5d", [0x3a52] = "\x57\x5e", + [0x3a53] = "\x57\x5f", [0x3a54] = "\x57\x60", [0x3a55] = "\x57\x61", + [0x3a56] = "\x57\x62", [0x3a57] = "\x57\x63", [0x3a58] = "\x57\x64", + [0x3a59] = "\x57\x65", [0x3a5a] = "\x57\x66", [0x3a5b] = "\x57\x67", + [0x3a5c] = "\x57\x68", [0x3a5d] = "\x57\x69", [0x3a5e] = "\x57\x6a", + [0x3a5f] = "\x57\x6b", [0x3a60] = "\x57\x6c", [0x3a61] = "\x57\x6d", + [0x3a62] = "\x57\x6e", [0x3a63] = "\x57\x6f", [0x3a64] = "\x57\x70", + [0x3a65] = "\x57\x71", [0x3a66] = "\x57\x72", [0x3a67] = "\x57\x73", + [0x3a68] = "\x57\x74", [0x3a69] = "\x57\x75", [0x3a6a] = "\x57\x76", + [0x3a6b] = "\x57\x77", [0x3a6c] = "\x57\x78", [0x3a6d] = "\x57\x79", + [0x3a6e] = "\x57\x7a", [0x3a6f] = "\x57\x7b", [0x3a70] = "\x57\x7c", + [0x3a71] = "\x57\x7d", [0x3a72] = "\x57\x7e", [0x3a73] = "\x57\x7f", + [0x3a74] = "\x57\x80", [0x3a75] = "\x57\x81", [0x3a76] = "\x57\x82", + [0x3a77] = "\x57\x83", [0x3a78] = "\x57\x84", [0x3a79] = "\x57\x85", + [0x3a7a] = "\x57\x86", [0x3a7b] = "\x57\x87", [0x3a7c] = "\x57\x88", + [0x3a7d] = "\x57\x89", [0x3a7e] = "\x57\x8a", [0x3a7f] = "\x57\x8b", + [0x3a80] = "\x57\x8c", [0x3a81] = "\x57\x8d", [0x3a82] = "\x57\x8e", + [0x3a83] = "\x57\x8f", [0x3a84] = "\x57\x90", [0x3a85] = "\x57\x91", + [0x3a86] = "\x57\x92", [0x3a87] = "\x57\x93", [0x3a88] = "\x57\x94", + [0x3a89] = "\x57\x95", [0x3a8a] = "\x57\x96", [0x3a8b] = "\x57\x97", + [0x3a8c] = "\x57\x98", [0x3a8d] = "\x57\x99", [0x3a8e] = "\x57\x9a", + [0x3a8f] = "\x57\x9b", [0x3a90] = "\x57\x9c", [0x3a91] = "\x57\x9d", + [0x3a92] = "\x57\x9e", [0x3a93] = "\x57\x9f", [0x3a94] = "\x57\xa0", + [0x3a95] = "\x57\xa1", [0x3a96] = "\x57\xa2", [0x3a97] = "\x57\xa3", + [0x3a98] = "\x57\xa4", [0x3a99] = "\x57\xa5", [0x3a9a] = "\x57\xa6", + [0x3a9b] = "\x57\xa7", [0x3a9c] = "\x57\xa8", [0x3a9d] = "\x57\xa9", + [0x3a9e] = "\x57\xaa", [0x3a9f] = "\x57\xab", [0x3aa0] = "\x57\xac", + [0x3aa1] = "\x57\xad", [0x3aa2] = "\x57\xae", [0x3aa3] = "\x57\xaf", + [0x3aa4] = "\x57\xb0", [0x3aa5] = "\x57\xb1", [0x3aa6] = "\x57\xb2", + [0x3aa7] = "\x57\xb3", [0x3aa8] = "\x57\xb4", [0x3aa9] = "\x57\xb5", + [0x3aaa] = "\x57\xb6", [0x3aab] = "\x57\xb7", [0x3aac] = "\x57\xb8", + [0x3aad] = "\x57\xb9", [0x3aae] = "\x57\xba", [0x3aaf] = "\x57\xbb", + [0x3ab0] = "\x57\xbc", [0x3ab1] = "\x57\xbd", [0x3ab2] = "\x57\xbe", + [0x3ab3] = "\x57\xbf", [0x3ab4] = "\x57\xc0", [0x3ab5] = "\x57\xc1", + [0x3ab6] = "\x57\xc2", [0x3ab7] = "\x57\xc3", [0x3ab8] = "\x57\xc4", + [0x3ab9] = "\x57\xc5", [0x3aba] = "\x57\xc6", [0x3abb] = "\x57\xc7", + [0x3abc] = "\x57\xc8", [0x3abd] = "\x57\xc9", [0x3abe] = "\x57\xca", + [0x3abf] = "\x57\xcb", [0x3ac0] = "\x57\xcc", [0x3ac1] = "\x57\xcd", + [0x3ac2] = "\x57\xce", [0x3ac3] = "\x57\xcf", [0x3ac4] = "\x57\xd0", + [0x3ac5] = "\x57\xd1", [0x3ac6] = "\x57\xd2", [0x3ac7] = "\x57\xd3", + [0x3ac8] = "\x57\xd4", [0x3ac9] = "\x57\xd5", [0x3aca] = "\x57\xd6", + [0x3acb] = "\x57\xd7", [0x3acc] = "\x57\xd8", [0x3acd] = "\x57\xd9", + [0x3ace] = "\xfe\x68", [0x3acf] = "\x57\xda", [0x3ad0] = "\x57\xdb", + [0x3ad1] = "\x57\xdc", [0x3ad2] = "\x57\xdd", [0x3ad3] = "\x57\xde", + [0x3ad4] = "\x57\xdf", [0x3ad5] = "\x57\xe0", [0x3ad6] = "\x57\xe1", + [0x3ad7] = "\x57\xe2", [0x3ad8] = "\x57\xe3", [0x3ad9] = "\x57\xe4", + [0x3ada] = "\x57\xe5", [0x3adb] = "\x57\xe6", [0x3adc] = "\x57\xe7", + [0x3add] = "\x57\xe8", [0x3ade] = "\x57\xe9", [0x3adf] = "\x57\xea", + [0x3ae0] = "\x57\xeb", [0x3ae1] = "\x57\xec", [0x3ae2] = "\x57\xed", + [0x3ae3] = "\x57\xee", [0x3ae4] = "\x57\xef", [0x3ae5] = "\x57\xf0", + [0x3ae6] = "\x57\xf1", [0x3ae7] = "\x57\xf2", [0x3ae8] = "\x57\xf3", + [0x3ae9] = "\x57\xf4", [0x3aea] = "\x57\xf5", [0x3aeb] = "\x57\xf6", + [0x3aec] = "\x57\xf7", [0x3aed] = "\x57\xf8", [0x3aee] = "\x57\xf9", + [0x3aef] = "\x57\xfa", [0x3af0] = "\x57\xfb", [0x3af1] = "\x57\xfc", + [0x3af2] = "\x57\xfd", [0x3af3] = "\x57\xfe", [0x3af4] = "\x57\xff", + [0x3af5] = "\x58\x00", [0x3af6] = "\x58\x01", [0x3af7] = "\x58\x02", + [0x3af8] = "\x58\x03", [0x3af9] = "\x58\x04", [0x3afa] = "\x58\x05", + [0x3afb] = "\x58\x06", [0x3afc] = "\x58\x07", [0x3afd] = "\x58\x08", + [0x3afe] = "\x58\x09", [0x3aff] = "\x58\x0a", [0x3b00] = "\x58\x0b", + [0x3b01] = "\x58\x0c", [0x3b02] = "\x58\x0d", [0x3b03] = "\x58\x0e", + [0x3b04] = "\x58\x0f", [0x3b05] = "\x58\x10", [0x3b06] = "\x58\x11", + [0x3b07] = "\x58\x12", [0x3b08] = "\x58\x13", [0x3b09] = "\x58\x14", + [0x3b0a] = "\x58\x15", [0x3b0b] = "\x58\x16", [0x3b0c] = "\x58\x17", + [0x3b0d] = "\x58\x18", [0x3b0e] = "\x58\x19", [0x3b0f] = "\x58\x1a", + [0x3b10] = "\x58\x1b", [0x3b11] = "\x58\x1c", [0x3b12] = "\x58\x1d", + [0x3b13] = "\x58\x1e", [0x3b14] = "\x58\x1f", [0x3b15] = "\x58\x20", + [0x3b16] = "\x58\x21", [0x3b17] = "\x58\x22", [0x3b18] = "\x58\x23", + [0x3b19] = "\x58\x24", [0x3b1a] = "\x58\x25", [0x3b1b] = "\x58\x26", + [0x3b1c] = "\x58\x27", [0x3b1d] = "\x58\x28", [0x3b1e] = "\x58\x29", + [0x3b1f] = "\x58\x2a", [0x3b20] = "\x58\x2b", [0x3b21] = "\x58\x2c", + [0x3b22] = "\x58\x2d", [0x3b23] = "\x58\x2e", [0x3b24] = "\x58\x2f", + [0x3b25] = "\x58\x30", [0x3b26] = "\x58\x31", [0x3b27] = "\x58\x32", + [0x3b28] = "\x58\x33", [0x3b29] = "\x58\x34", [0x3b2a] = "\x58\x35", + [0x3b2b] = "\x58\x36", [0x3b2c] = "\x58\x37", [0x3b2d] = "\x58\x38", + [0x3b2e] = "\x58\x39", [0x3b2f] = "\x58\x3a", [0x3b30] = "\x58\x3b", + [0x3b31] = "\x58\x3c", [0x3b32] = "\x58\x3d", [0x3b33] = "\x58\x3e", + [0x3b34] = "\x58\x3f", [0x3b35] = "\x58\x40", [0x3b36] = "\x58\x41", + [0x3b37] = "\x58\x42", [0x3b38] = "\x58\x43", [0x3b39] = "\x58\x44", + [0x3b3a] = "\x58\x45", [0x3b3b] = "\x58\x46", [0x3b3c] = "\x58\x47", + [0x3b3d] = "\x58\x48", [0x3b3e] = "\x58\x49", [0x3b3f] = "\x58\x4a", + [0x3b40] = "\x58\x4b", [0x3b41] = "\x58\x4c", [0x3b42] = "\x58\x4d", + [0x3b43] = "\x58\x4e", [0x3b44] = "\x58\x4f", [0x3b45] = "\x58\x50", + [0x3b46] = "\x58\x51", [0x3b47] = "\x58\x52", [0x3b48] = "\x58\x53", + [0x3b49] = "\x58\x54", [0x3b4a] = "\x58\x55", [0x3b4b] = "\x58\x56", + [0x3b4c] = "\x58\x57", [0x3b4d] = "\x58\x58", [0x3b4e] = "\x58\x59", + [0x3b4f] = "\x58\x5a", [0x3b50] = "\x58\x5b", [0x3b51] = "\x58\x5c", + [0x3b52] = "\x58\x5d", [0x3b53] = "\x58\x5e", [0x3b54] = "\x58\x5f", + [0x3b55] = "\x58\x60", [0x3b56] = "\x58\x61", [0x3b57] = "\x58\x62", + [0x3b58] = "\x58\x63", [0x3b59] = "\x58\x64", [0x3b5a] = "\x58\x65", + [0x3b5b] = "\x58\x66", [0x3b5c] = "\x58\x67", [0x3b5d] = "\x58\x68", + [0x3b5e] = "\x58\x69", [0x3b5f] = "\x58\x6a", [0x3b60] = "\x58\x6b", + [0x3b61] = "\x58\x6c", [0x3b62] = "\x58\x6d", [0x3b63] = "\x58\x6e", + [0x3b64] = "\x58\x6f", [0x3b65] = "\x58\x70", [0x3b66] = "\x58\x71", + [0x3b67] = "\x58\x72", [0x3b68] = "\x58\x73", [0x3b69] = "\x58\x74", + [0x3b6a] = "\x58\x75", [0x3b6b] = "\x58\x76", [0x3b6c] = "\x58\x77", + [0x3b6d] = "\x58\x78", [0x3b6e] = "\x58\x79", [0x3b6f] = "\x58\x7a", + [0x3b70] = "\x58\x7b", [0x3b71] = "\x58\x7c", [0x3b72] = "\x58\x7d", + [0x3b73] = "\x58\x7e", [0x3b74] = "\x58\x7f", [0x3b75] = "\x58\x80", + [0x3b76] = "\x58\x81", [0x3b77] = "\x58\x82", [0x3b78] = "\x58\x83", + [0x3b79] = "\x58\x84", [0x3b7a] = "\x58\x85", [0x3b7b] = "\x58\x86", + [0x3b7c] = "\x58\x87", [0x3b7d] = "\x58\x88", [0x3b7e] = "\x58\x89", + [0x3b7f] = "\x58\x8a", [0x3b80] = "\x58\x8b", [0x3b81] = "\x58\x8c", + [0x3b82] = "\x58\x8d", [0x3b83] = "\x58\x8e", [0x3b84] = "\x58\x8f", + [0x3b85] = "\x58\x90", [0x3b86] = "\x58\x91", [0x3b87] = "\x58\x92", + [0x3b88] = "\x58\x93", [0x3b89] = "\x58\x94", [0x3b8a] = "\x58\x95", + [0x3b8b] = "\x58\x96", [0x3b8c] = "\x58\x97", [0x3b8d] = "\x58\x98", + [0x3b8e] = "\x58\x99", [0x3b8f] = "\x58\x9a", [0x3b90] = "\x58\x9b", + [0x3b91] = "\x58\x9c", [0x3b92] = "\x58\x9d", [0x3b93] = "\x58\x9e", + [0x3b94] = "\x58\x9f", [0x3b95] = "\x58\xa0", [0x3b96] = "\x58\xa1", + [0x3b97] = "\x58\xa2", [0x3b98] = "\x58\xa3", [0x3b99] = "\x58\xa4", + [0x3b9a] = "\x58\xa5", [0x3b9b] = "\x58\xa6", [0x3b9c] = "\x58\xa7", + [0x3b9d] = "\x58\xa8", [0x3b9e] = "\x58\xa9", [0x3b9f] = "\x58\xaa", + [0x3ba0] = "\x58\xab", [0x3ba1] = "\x58\xac", [0x3ba2] = "\x58\xad", + [0x3ba3] = "\x58\xae", [0x3ba4] = "\x58\xaf", [0x3ba5] = "\x58\xb0", + [0x3ba6] = "\x58\xb1", [0x3ba7] = "\x58\xb2", [0x3ba8] = "\x58\xb3", + [0x3ba9] = "\x58\xb4", [0x3baa] = "\x58\xb5", [0x3bab] = "\x58\xb6", + [0x3bac] = "\x58\xb7", [0x3bad] = "\x58\xb8", [0x3bae] = "\x58\xb9", + [0x3baf] = "\x58\xba", [0x3bb0] = "\x58\xbb", [0x3bb1] = "\x58\xbc", + [0x3bb2] = "\x58\xbd", [0x3bb3] = "\x58\xbe", [0x3bb4] = "\x58\xbf", + [0x3bb5] = "\x58\xc0", [0x3bb6] = "\x58\xc1", [0x3bb7] = "\x58\xc2", + [0x3bb8] = "\x58\xc3", [0x3bb9] = "\x58\xc4", [0x3bba] = "\x58\xc5", + [0x3bbb] = "\x58\xc6", [0x3bbc] = "\x58\xc7", [0x3bbd] = "\x58\xc8", + [0x3bbe] = "\x58\xc9", [0x3bbf] = "\x58\xca", [0x3bc0] = "\x58\xcb", + [0x3bc1] = "\x58\xcc", [0x3bc2] = "\x58\xcd", [0x3bc3] = "\x58\xce", + [0x3bc4] = "\x58\xcf", [0x3bc5] = "\x58\xd0", [0x3bc6] = "\x58\xd1", + [0x3bc7] = "\x58\xd2", [0x3bc8] = "\x58\xd3", [0x3bc9] = "\x58\xd4", + [0x3bca] = "\x58\xd5", [0x3bcb] = "\x58\xd6", [0x3bcc] = "\x58\xd7", + [0x3bcd] = "\x58\xd8", [0x3bce] = "\x58\xd9", [0x3bcf] = "\x58\xda", + [0x3bd0] = "\x58\xdb", [0x3bd1] = "\x58\xdc", [0x3bd2] = "\x58\xdd", + [0x3bd3] = "\x58\xde", [0x3bd4] = "\x58\xdf", [0x3bd5] = "\x58\xe0", + [0x3bd6] = "\x58\xe1", [0x3bd7] = "\x58\xe2", [0x3bd8] = "\x58\xe3", + [0x3bd9] = "\x58\xe4", [0x3bda] = "\x58\xe5", [0x3bdb] = "\x58\xe6", + [0x3bdc] = "\x58\xe7", [0x3bdd] = "\x58\xe8", [0x3bde] = "\x58\xe9", + [0x3bdf] = "\x58\xea", [0x3be0] = "\x58\xeb", [0x3be1] = "\x58\xec", + [0x3be2] = "\x58\xed", [0x3be3] = "\x58\xee", [0x3be4] = "\x58\xef", + [0x3be5] = "\x58\xf0", [0x3be6] = "\x58\xf1", [0x3be7] = "\x58\xf2", + [0x3be8] = "\x58\xf3", [0x3be9] = "\x58\xf4", [0x3bea] = "\x58\xf5", + [0x3beb] = "\x58\xf6", [0x3bec] = "\x58\xf7", [0x3bed] = "\x58\xf8", + [0x3bee] = "\xfe\x69", [0x3bef] = "\x58\xf9", [0x3bf0] = "\x58\xfa", + [0x3bf1] = "\x58\xfb", [0x3bf2] = "\x58\xfc", [0x3bf3] = "\x58\xfd", + [0x3bf4] = "\x58\xfe", [0x3bf5] = "\x58\xff", [0x3bf6] = "\x59\x00", + [0x3bf7] = "\x59\x01", [0x3bf8] = "\x59\x02", [0x3bf9] = "\x59\x03", + [0x3bfa] = "\x59\x04", [0x3bfb] = "\x59\x05", [0x3bfc] = "\x59\x06", + [0x3bfd] = "\x59\x07", [0x3bfe] = "\x59\x08", [0x3bff] = "\x59\x09", + [0x3c00] = "\x59\x0a", [0x3c01] = "\x59\x0b", [0x3c02] = "\x59\x0c", + [0x3c03] = "\x59\x0d", [0x3c04] = "\x59\x0e", [0x3c05] = "\x59\x0f", + [0x3c06] = "\x59\x10", [0x3c07] = "\x59\x11", [0x3c08] = "\x59\x12", + [0x3c09] = "\x59\x13", [0x3c0a] = "\x59\x14", [0x3c0b] = "\x59\x15", + [0x3c0c] = "\x59\x16", [0x3c0d] = "\x59\x17", [0x3c0e] = "\x59\x18", + [0x3c0f] = "\x59\x19", [0x3c10] = "\x59\x1a", [0x3c11] = "\x59\x1b", + [0x3c12] = "\x59\x1c", [0x3c13] = "\x59\x1d", [0x3c14] = "\x59\x1e", + [0x3c15] = "\x59\x1f", [0x3c16] = "\x59\x20", [0x3c17] = "\x59\x21", + [0x3c18] = "\x59\x22", [0x3c19] = "\x59\x23", [0x3c1a] = "\x59\x24", + [0x3c1b] = "\x59\x25", [0x3c1c] = "\x59\x26", [0x3c1d] = "\x59\x27", + [0x3c1e] = "\x59\x28", [0x3c1f] = "\x59\x29", [0x3c20] = "\x59\x2a", + [0x3c21] = "\x59\x2b", [0x3c22] = "\x59\x2c", [0x3c23] = "\x59\x2d", + [0x3c24] = "\x59\x2e", [0x3c25] = "\x59\x2f", [0x3c26] = "\x59\x30", + [0x3c27] = "\x59\x31", [0x3c28] = "\x59\x32", [0x3c29] = "\x59\x33", + [0x3c2a] = "\x59\x34", [0x3c2b] = "\x59\x35", [0x3c2c] = "\x59\x36", + [0x3c2d] = "\x59\x37", [0x3c2e] = "\x59\x38", [0x3c2f] = "\x59\x39", + [0x3c30] = "\x59\x3a", [0x3c31] = "\x59\x3b", [0x3c32] = "\x59\x3c", + [0x3c33] = "\x59\x3d", [0x3c34] = "\x59\x3e", [0x3c35] = "\x59\x3f", + [0x3c36] = "\x59\x40", [0x3c37] = "\x59\x41", [0x3c38] = "\x59\x42", + [0x3c39] = "\x59\x43", [0x3c3a] = "\x59\x44", [0x3c3b] = "\x59\x45", + [0x3c3c] = "\x59\x46", [0x3c3d] = "\x59\x47", [0x3c3e] = "\x59\x48", + [0x3c3f] = "\x59\x49", [0x3c40] = "\x59\x4a", [0x3c41] = "\x59\x4b", + [0x3c42] = "\x59\x4c", [0x3c43] = "\x59\x4d", [0x3c44] = "\x59\x4e", + [0x3c45] = "\x59\x4f", [0x3c46] = "\x59\x50", [0x3c47] = "\x59\x51", + [0x3c48] = "\x59\x52", [0x3c49] = "\x59\x53", [0x3c4a] = "\x59\x54", + [0x3c4b] = "\x59\x55", [0x3c4c] = "\x59\x56", [0x3c4d] = "\x59\x57", + [0x3c4e] = "\x59\x58", [0x3c4f] = "\x59\x59", [0x3c50] = "\x59\x5a", + [0x3c51] = "\x59\x5b", [0x3c52] = "\x59\x5c", [0x3c53] = "\x59\x5d", + [0x3c54] = "\x59\x5e", [0x3c55] = "\x59\x5f", [0x3c56] = "\x59\x60", + [0x3c57] = "\x59\x61", [0x3c58] = "\x59\x62", [0x3c59] = "\x59\x63", + [0x3c5a] = "\x59\x64", [0x3c5b] = "\x59\x65", [0x3c5c] = "\x59\x66", + [0x3c5d] = "\x59\x67", [0x3c5e] = "\x59\x68", [0x3c5f] = "\x59\x69", + [0x3c60] = "\xfe\x6a", [0x3c61] = "\x59\x6a", [0x3c62] = "\x59\x6b", + [0x3c63] = "\x59\x6c", [0x3c64] = "\x59\x6d", [0x3c65] = "\x59\x6e", + [0x3c66] = "\x59\x6f", [0x3c67] = "\x59\x70", [0x3c68] = "\x59\x71", + [0x3c69] = "\x59\x72", [0x3c6a] = "\x59\x73", [0x3c6b] = "\x59\x74", + [0x3c6c] = "\x59\x75", [0x3c6d] = "\x59\x76", [0x3c6e] = "\x59\x77", + [0x3c6f] = "\x59\x78", [0x3c70] = "\x59\x79", [0x3c71] = "\x59\x7a", + [0x3c72] = "\x59\x7b", [0x3c73] = "\x59\x7c", [0x3c74] = "\x59\x7d", + [0x3c75] = "\x59\x7e", [0x3c76] = "\x59\x7f", [0x3c77] = "\x59\x80", + [0x3c78] = "\x59\x81", [0x3c79] = "\x59\x82", [0x3c7a] = "\x59\x83", + [0x3c7b] = "\x59\x84", [0x3c7c] = "\x59\x85", [0x3c7d] = "\x59\x86", + [0x3c7e] = "\x59\x87", [0x3c7f] = "\x59\x88", [0x3c80] = "\x59\x89", + [0x3c81] = "\x59\x8a", [0x3c82] = "\x59\x8b", [0x3c83] = "\x59\x8c", + [0x3c84] = "\x59\x8d", [0x3c85] = "\x59\x8e", [0x3c86] = "\x59\x8f", + [0x3c87] = "\x59\x90", [0x3c88] = "\x59\x91", [0x3c89] = "\x59\x92", + [0x3c8a] = "\x59\x93", [0x3c8b] = "\x59\x94", [0x3c8c] = "\x59\x95", + [0x3c8d] = "\x59\x96", [0x3c8e] = "\x59\x97", [0x3c8f] = "\x59\x98", + [0x3c90] = "\x59\x99", [0x3c91] = "\x59\x9a", [0x3c92] = "\x59\x9b", + [0x3c93] = "\x59\x9c", [0x3c94] = "\x59\x9d", [0x3c95] = "\x59\x9e", + [0x3c96] = "\x59\x9f", [0x3c97] = "\x59\xa0", [0x3c98] = "\x59\xa1", + [0x3c99] = "\x59\xa2", [0x3c9a] = "\x59\xa3", [0x3c9b] = "\x59\xa4", + [0x3c9c] = "\x59\xa5", [0x3c9d] = "\x59\xa6", [0x3c9e] = "\x59\xa7", + [0x3c9f] = "\x59\xa8", [0x3ca0] = "\x59\xa9", [0x3ca1] = "\x59\xaa", + [0x3ca2] = "\x59\xab", [0x3ca3] = "\x59\xac", [0x3ca4] = "\x59\xad", + [0x3ca5] = "\x59\xae", [0x3ca6] = "\x59\xaf", [0x3ca7] = "\x59\xb0", + [0x3ca8] = "\x59\xb1", [0x3ca9] = "\x59\xb2", [0x3caa] = "\x59\xb3", + [0x3cab] = "\x59\xb4", [0x3cac] = "\x59\xb5", [0x3cad] = "\x59\xb6", + [0x3cae] = "\x59\xb7", [0x3caf] = "\x59\xb8", [0x3cb0] = "\x59\xb9", + [0x3cb1] = "\x59\xba", [0x3cb2] = "\x59\xbb", [0x3cb3] = "\x59\xbc", + [0x3cb4] = "\x59\xbd", [0x3cb5] = "\x59\xbe", [0x3cb6] = "\x59\xbf", + [0x3cb7] = "\x59\xc0", [0x3cb8] = "\x59\xc1", [0x3cb9] = "\x59\xc2", + [0x3cba] = "\x59\xc3", [0x3cbb] = "\x59\xc4", [0x3cbc] = "\x59\xc5", + [0x3cbd] = "\x59\xc6", [0x3cbe] = "\x59\xc7", [0x3cbf] = "\x59\xc8", + [0x3cc0] = "\x59\xc9", [0x3cc1] = "\x59\xca", [0x3cc2] = "\x59\xcb", + [0x3cc3] = "\x59\xcc", [0x3cc4] = "\x59\xcd", [0x3cc5] = "\x59\xce", + [0x3cc6] = "\x59\xcf", [0x3cc7] = "\x59\xd0", [0x3cc8] = "\x59\xd1", + [0x3cc9] = "\x59\xd2", [0x3cca] = "\x59\xd3", [0x3ccb] = "\x59\xd4", + [0x3ccc] = "\x59\xd5", [0x3ccd] = "\x59\xd6", [0x3cce] = "\x59\xd7", + [0x3ccf] = "\x59\xd8", [0x3cd0] = "\x59\xd9", [0x3cd1] = "\x59\xda", + [0x3cd2] = "\x59\xdb", [0x3cd3] = "\x59\xdc", [0x3cd4] = "\x59\xdd", + [0x3cd5] = "\x59\xde", [0x3cd6] = "\x59\xdf", [0x3cd7] = "\x59\xe0", + [0x3cd8] = "\x59\xe1", [0x3cd9] = "\x59\xe2", [0x3cda] = "\x59\xe3", + [0x3cdb] = "\x59\xe4", [0x3cdc] = "\x59\xe5", [0x3cdd] = "\x59\xe6", + [0x3cde] = "\x59\xe7", [0x3cdf] = "\x59\xe8", [0x3ce0] = "\x59\xe9", + [0x3ce1] = "\x59\xea", [0x3ce2] = "\x59\xeb", [0x3ce3] = "\x59\xec", + [0x3ce4] = "\x59\xed", [0x3ce5] = "\x59\xee", [0x3ce6] = "\x59\xef", + [0x3ce7] = "\x59\xf0", [0x3ce8] = "\x59\xf1", [0x3ce9] = "\x59\xf2", + [0x3cea] = "\x59\xf3", [0x3ceb] = "\x59\xf4", [0x3cec] = "\x59\xf5", + [0x3ced] = "\x59\xf6", [0x3cee] = "\x59\xf7", [0x3cef] = "\x59\xf8", + [0x3cf0] = "\x59\xf9", [0x3cf1] = "\x59\xfa", [0x3cf2] = "\x59\xfb", + [0x3cf3] = "\x59\xfc", [0x3cf4] = "\x59\xfd", [0x3cf5] = "\x59\xfe", + [0x3cf6] = "\x59\xff", [0x3cf7] = "\x5a\x00", [0x3cf8] = "\x5a\x01", + [0x3cf9] = "\x5a\x02", [0x3cfa] = "\x5a\x03", [0x3cfb] = "\x5a\x04", + [0x3cfc] = "\x5a\x05", [0x3cfd] = "\x5a\x06", [0x3cfe] = "\x5a\x07", + [0x3cff] = "\x5a\x08", [0x3d00] = "\x5a\x09", [0x3d01] = "\x5a\x0a", + [0x3d02] = "\x5a\x0b", [0x3d03] = "\x5a\x0c", [0x3d04] = "\x5a\x0d", + [0x3d05] = "\x5a\x0e", [0x3d06] = "\x5a\x0f", [0x3d07] = "\x5a\x10", + [0x3d08] = "\x5a\x11", [0x3d09] = "\x5a\x12", [0x3d0a] = "\x5a\x13", + [0x3d0b] = "\x5a\x14", [0x3d0c] = "\x5a\x15", [0x3d0d] = "\x5a\x16", + [0x3d0e] = "\x5a\x17", [0x3d0f] = "\x5a\x18", [0x3d10] = "\x5a\x19", + [0x3d11] = "\x5a\x1a", [0x3d12] = "\x5a\x1b", [0x3d13] = "\x5a\x1c", + [0x3d14] = "\x5a\x1d", [0x3d15] = "\x5a\x1e", [0x3d16] = "\x5a\x1f", + [0x3d17] = "\x5a\x20", [0x3d18] = "\x5a\x21", [0x3d19] = "\x5a\x22", + [0x3d1a] = "\x5a\x23", [0x3d1b] = "\x5a\x24", [0x3d1c] = "\x5a\x25", + [0x3d1d] = "\x5a\x26", [0x3d1e] = "\x5a\x27", [0x3d1f] = "\x5a\x28", + [0x3d20] = "\x5a\x29", [0x3d21] = "\x5a\x2a", [0x3d22] = "\x5a\x2b", + [0x3d23] = "\x5a\x2c", [0x3d24] = "\x5a\x2d", [0x3d25] = "\x5a\x2e", + [0x3d26] = "\x5a\x2f", [0x3d27] = "\x5a\x30", [0x3d28] = "\x5a\x31", + [0x3d29] = "\x5a\x32", [0x3d2a] = "\x5a\x33", [0x3d2b] = "\x5a\x34", + [0x3d2c] = "\x5a\x35", [0x3d2d] = "\x5a\x36", [0x3d2e] = "\x5a\x37", + [0x3d2f] = "\x5a\x38", [0x3d30] = "\x5a\x39", [0x3d31] = "\x5a\x3a", + [0x3d32] = "\x5a\x3b", [0x3d33] = "\x5a\x3c", [0x3d34] = "\x5a\x3d", + [0x3d35] = "\x5a\x3e", [0x3d36] = "\x5a\x3f", [0x3d37] = "\x5a\x40", + [0x3d38] = "\x5a\x41", [0x3d39] = "\x5a\x42", [0x3d3a] = "\x5a\x43", + [0x3d3b] = "\x5a\x44", [0x3d3c] = "\x5a\x45", [0x3d3d] = "\x5a\x46", + [0x3d3e] = "\x5a\x47", [0x3d3f] = "\x5a\x48", [0x3d40] = "\x5a\x49", + [0x3d41] = "\x5a\x4a", [0x3d42] = "\x5a\x4b", [0x3d43] = "\x5a\x4c", + [0x3d44] = "\x5a\x4d", [0x3d45] = "\x5a\x4e", [0x3d46] = "\x5a\x4f", + [0x3d47] = "\x5a\x50", [0x3d48] = "\x5a\x51", [0x3d49] = "\x5a\x52", + [0x3d4a] = "\x5a\x53", [0x3d4b] = "\x5a\x54", [0x3d4c] = "\x5a\x55", + [0x3d4d] = "\x5a\x56", [0x3d4e] = "\x5a\x57", [0x3d4f] = "\x5a\x58", + [0x3d50] = "\x5a\x59", [0x3d51] = "\x5a\x5a", [0x3d52] = "\x5a\x5b", + [0x3d53] = "\x5a\x5c", [0x3d54] = "\x5a\x5d", [0x3d55] = "\x5a\x5e", + [0x3d56] = "\x5a\x5f", [0x3d57] = "\x5a\x60", [0x3d58] = "\x5a\x61", + [0x3d59] = "\x5a\x62", [0x3d5a] = "\x5a\x63", [0x3d5b] = "\x5a\x64", + [0x3d5c] = "\x5a\x65", [0x3d5d] = "\x5a\x66", [0x3d5e] = "\x5a\x67", + [0x3d5f] = "\x5a\x68", [0x3d60] = "\x5a\x69", [0x3d61] = "\x5a\x6a", + [0x3d62] = "\x5a\x6b", [0x3d63] = "\x5a\x6c", [0x3d64] = "\x5a\x6d", + [0x3d65] = "\x5a\x6e", [0x3d66] = "\x5a\x6f", [0x3d67] = "\x5a\x70", + [0x3d68] = "\x5a\x71", [0x3d69] = "\x5a\x72", [0x3d6a] = "\x5a\x73", + [0x3d6b] = "\x5a\x74", [0x3d6c] = "\x5a\x75", [0x3d6d] = "\x5a\x76", + [0x3d6e] = "\x5a\x77", [0x3d6f] = "\x5a\x78", [0x3d70] = "\x5a\x79", + [0x3d71] = "\x5a\x7a", [0x3d72] = "\x5a\x7b", [0x3d73] = "\x5a\x7c", + [0x3d74] = "\x5a\x7d", [0x3d75] = "\x5a\x7e", [0x3d76] = "\x5a\x7f", + [0x3d77] = "\x5a\x80", [0x3d78] = "\x5a\x81", [0x3d79] = "\x5a\x82", + [0x3d7a] = "\x5a\x83", [0x3d7b] = "\x5a\x84", [0x3d7c] = "\x5a\x85", + [0x3d7d] = "\x5a\x86", [0x3d7e] = "\x5a\x87", [0x3d7f] = "\x5a\x88", + [0x3d80] = "\x5a\x89", [0x3d81] = "\x5a\x8a", [0x3d82] = "\x5a\x8b", + [0x3d83] = "\x5a\x8c", [0x3d84] = "\x5a\x8d", [0x3d85] = "\x5a\x8e", + [0x3d86] = "\x5a\x8f", [0x3d87] = "\x5a\x90", [0x3d88] = "\x5a\x91", + [0x3d89] = "\x5a\x92", [0x3d8a] = "\x5a\x93", [0x3d8b] = "\x5a\x94", + [0x3d8c] = "\x5a\x95", [0x3d8d] = "\x5a\x96", [0x3d8e] = "\x5a\x97", + [0x3d8f] = "\x5a\x98", [0x3d90] = "\x5a\x99", [0x3d91] = "\x5a\x9a", + [0x3d92] = "\x5a\x9b", [0x3d93] = "\x5a\x9c", [0x3d94] = "\x5a\x9d", + [0x3d95] = "\x5a\x9e", [0x3d96] = "\x5a\x9f", [0x3d97] = "\x5a\xa0", + [0x3d98] = "\x5a\xa1", [0x3d99] = "\x5a\xa2", [0x3d9a] = "\x5a\xa3", + [0x3d9b] = "\x5a\xa4", [0x3d9c] = "\x5a\xa5", [0x3d9d] = "\x5a\xa6", + [0x3d9e] = "\x5a\xa7", [0x3d9f] = "\x5a\xa8", [0x3da0] = "\x5a\xa9", + [0x3da1] = "\x5a\xaa", [0x3da2] = "\x5a\xab", [0x3da3] = "\x5a\xac", + [0x3da4] = "\x5a\xad", [0x3da5] = "\x5a\xae", [0x3da6] = "\x5a\xaf", + [0x3da7] = "\x5a\xb0", [0x3da8] = "\x5a\xb1", [0x3da9] = "\x5a\xb2", + [0x3daa] = "\x5a\xb3", [0x3dab] = "\x5a\xb4", [0x3dac] = "\x5a\xb5", + [0x3dad] = "\x5a\xb6", [0x3dae] = "\x5a\xb7", [0x3daf] = "\x5a\xb8", + [0x3db0] = "\x5a\xb9", [0x3db1] = "\x5a\xba", [0x3db2] = "\x5a\xbb", + [0x3db3] = "\x5a\xbc", [0x3db4] = "\x5a\xbd", [0x3db5] = "\x5a\xbe", + [0x3db6] = "\x5a\xbf", [0x3db7] = "\x5a\xc0", [0x3db8] = "\x5a\xc1", + [0x3db9] = "\x5a\xc2", [0x3dba] = "\x5a\xc3", [0x3dbb] = "\x5a\xc4", + [0x3dbc] = "\x5a\xc5", [0x3dbd] = "\x5a\xc6", [0x3dbe] = "\x5a\xc7", + [0x3dbf] = "\x5a\xc8", [0x3dc0] = "\x5a\xc9", [0x3dc1] = "\x5a\xca", + [0x3dc2] = "\x5a\xcb", [0x3dc3] = "\x5a\xcc", [0x3dc4] = "\x5a\xcd", + [0x3dc5] = "\x5a\xce", [0x3dc6] = "\x5a\xcf", [0x3dc7] = "\x5a\xd0", + [0x3dc8] = "\x5a\xd1", [0x3dc9] = "\x5a\xd2", [0x3dca] = "\x5a\xd3", + [0x3dcb] = "\x5a\xd4", [0x3dcc] = "\x5a\xd5", [0x3dcd] = "\x5a\xd6", + [0x3dce] = "\x5a\xd7", [0x3dcf] = "\x5a\xd8", [0x3dd0] = "\x5a\xd9", + [0x3dd1] = "\x5a\xda", [0x3dd2] = "\x5a\xdb", [0x3dd3] = "\x5a\xdc", + [0x3dd4] = "\x5a\xdd", [0x3dd5] = "\x5a\xde", [0x3dd6] = "\x5a\xdf", + [0x3dd7] = "\x5a\xe0", [0x3dd8] = "\x5a\xe1", [0x3dd9] = "\x5a\xe2", + [0x3dda] = "\x5a\xe3", [0x3ddb] = "\x5a\xe4", [0x3ddc] = "\x5a\xe5", + [0x3ddd] = "\x5a\xe6", [0x3dde] = "\x5a\xe7", [0x3ddf] = "\x5a\xe8", + [0x3de0] = "\x5a\xe9", [0x3de1] = "\x5a\xea", [0x3de2] = "\x5a\xeb", + [0x3de3] = "\x5a\xec", [0x3de4] = "\x5a\xed", [0x3de5] = "\x5a\xee", + [0x3de6] = "\x5a\xef", [0x3de7] = "\x5a\xf0", [0x3de8] = "\x5a\xf1", + [0x3de9] = "\x5a\xf2", [0x3dea] = "\x5a\xf3", [0x3deb] = "\x5a\xf4", + [0x3dec] = "\x5a\xf5", [0x3ded] = "\x5a\xf6", [0x3dee] = "\x5a\xf7", + [0x3def] = "\x5a\xf8", [0x3df0] = "\x5a\xf9", [0x3df1] = "\x5a\xfa", + [0x3df2] = "\x5a\xfb", [0x3df3] = "\x5a\xfc", [0x3df4] = "\x5a\xfd", + [0x3df5] = "\x5a\xfe", [0x3df6] = "\x5a\xff", [0x3df7] = "\x5b\x00", + [0x3df8] = "\x5b\x01", [0x3df9] = "\x5b\x02", [0x3dfa] = "\x5b\x03", + [0x3dfb] = "\x5b\x04", [0x3dfc] = "\x5b\x05", [0x3dfd] = "\x5b\x06", + [0x3dfe] = "\x5b\x07", [0x3dff] = "\x5b\x08", [0x3e00] = "\x5b\x09", + [0x3e01] = "\x5b\x0a", [0x3e02] = "\x5b\x0b", [0x3e03] = "\x5b\x0c", + [0x3e04] = "\x5b\x0d", [0x3e05] = "\x5b\x0e", [0x3e06] = "\x5b\x0f", + [0x3e07] = "\x5b\x10", [0x3e08] = "\x5b\x11", [0x3e09] = "\x5b\x12", + [0x3e0a] = "\x5b\x13", [0x3e0b] = "\x5b\x14", [0x3e0c] = "\x5b\x15", + [0x3e0d] = "\x5b\x16", [0x3e0e] = "\x5b\x17", [0x3e0f] = "\x5b\x18", + [0x3e10] = "\x5b\x19", [0x3e11] = "\x5b\x1a", [0x3e12] = "\x5b\x1b", + [0x3e13] = "\x5b\x1c", [0x3e14] = "\x5b\x1d", [0x3e15] = "\x5b\x1e", + [0x3e16] = "\x5b\x1f", [0x3e17] = "\x5b\x20", [0x3e18] = "\x5b\x21", + [0x3e19] = "\x5b\x22", [0x3e1a] = "\x5b\x23", [0x3e1b] = "\x5b\x24", + [0x3e1c] = "\x5b\x25", [0x3e1d] = "\x5b\x26", [0x3e1e] = "\x5b\x27", + [0x3e1f] = "\x5b\x28", [0x3e20] = "\x5b\x29", [0x3e21] = "\x5b\x2a", + [0x3e22] = "\x5b\x2b", [0x3e23] = "\x5b\x2c", [0x3e24] = "\x5b\x2d", + [0x3e25] = "\x5b\x2e", [0x3e26] = "\x5b\x2f", [0x3e27] = "\x5b\x30", + [0x3e28] = "\x5b\x31", [0x3e29] = "\x5b\x32", [0x3e2a] = "\x5b\x33", + [0x3e2b] = "\x5b\x34", [0x3e2c] = "\x5b\x35", [0x3e2d] = "\x5b\x36", + [0x3e2e] = "\x5b\x37", [0x3e2f] = "\x5b\x38", [0x3e30] = "\x5b\x39", + [0x3e31] = "\x5b\x3a", [0x3e32] = "\x5b\x3b", [0x3e33] = "\x5b\x3c", + [0x3e34] = "\x5b\x3d", [0x3e35] = "\x5b\x3e", [0x3e36] = "\x5b\x3f", + [0x3e37] = "\x5b\x40", [0x3e38] = "\x5b\x41", [0x3e39] = "\x5b\x42", + [0x3e3a] = "\x5b\x43", [0x3e3b] = "\x5b\x44", [0x3e3c] = "\x5b\x45", + [0x3e3d] = "\x5b\x46", [0x3e3e] = "\x5b\x47", [0x3e3f] = "\x5b\x48", + [0x3e40] = "\x5b\x49", [0x3e41] = "\x5b\x4a", [0x3e42] = "\x5b\x4b", + [0x3e43] = "\x5b\x4c", [0x3e44] = "\x5b\x4d", [0x3e45] = "\x5b\x4e", + [0x3e46] = "\x5b\x4f", [0x3e47] = "\x5b\x50", [0x3e48] = "\x5b\x51", + [0x3e49] = "\x5b\x52", [0x3e4a] = "\x5b\x53", [0x3e4b] = "\x5b\x54", + [0x3e4c] = "\x5b\x55", [0x3e4d] = "\x5b\x56", [0x3e4e] = "\x5b\x57", + [0x3e4f] = "\x5b\x58", [0x3e50] = "\x5b\x59", [0x3e51] = "\x5b\x5a", + [0x3e52] = "\x5b\x5b", [0x3e53] = "\x5b\x5c", [0x3e54] = "\x5b\x5d", + [0x3e55] = "\x5b\x5e", [0x3e56] = "\x5b\x5f", [0x3e57] = "\x5b\x60", + [0x3e58] = "\x5b\x61", [0x3e59] = "\x5b\x62", [0x3e5a] = "\x5b\x63", + [0x3e5b] = "\x5b\x64", [0x3e5c] = "\x5b\x65", [0x3e5d] = "\x5b\x66", + [0x3e5e] = "\x5b\x67", [0x3e5f] = "\x5b\x68", [0x3e60] = "\x5b\x69", + [0x3e61] = "\x5b\x6a", [0x3e62] = "\x5b\x6b", [0x3e63] = "\x5b\x6c", + [0x3e64] = "\x5b\x6d", [0x3e65] = "\x5b\x6e", [0x3e66] = "\x5b\x6f", + [0x3e67] = "\x5b\x70", [0x3e68] = "\x5b\x71", [0x3e69] = "\x5b\x72", + [0x3e6a] = "\x5b\x73", [0x3e6b] = "\x5b\x74", [0x3e6c] = "\x5b\x75", + [0x3e6d] = "\x5b\x76", [0x3e6e] = "\x5b\x77", [0x3e6f] = "\x5b\x78", + [0x3e70] = "\x5b\x79", [0x3e71] = "\x5b\x7a", [0x3e72] = "\x5b\x7b", + [0x3e73] = "\x5b\x7c", [0x3e74] = "\x5b\x7d", [0x3e75] = "\x5b\x7e", + [0x3e76] = "\x5b\x7f", [0x3e77] = "\x5b\x80", [0x3e78] = "\x5b\x81", + [0x3e79] = "\x5b\x82", [0x3e7a] = "\x5b\x83", [0x3e7b] = "\x5b\x84", + [0x3e7c] = "\x5b\x85", [0x3e7d] = "\x5b\x86", [0x3e7e] = "\x5b\x87", + [0x3e7f] = "\x5b\x88", [0x3e80] = "\x5b\x89", [0x3e81] = "\x5b\x8a", + [0x3e82] = "\x5b\x8b", [0x3e83] = "\x5b\x8c", [0x3e84] = "\x5b\x8d", + [0x3e85] = "\x5b\x8e", [0x3e86] = "\x5b\x8f", [0x3e87] = "\x5b\x90", + [0x3e88] = "\x5b\x91", [0x3e89] = "\x5b\x92", [0x3e8a] = "\x5b\x93", + [0x3e8b] = "\x5b\x94", [0x3e8c] = "\x5b\x95", [0x3e8d] = "\x5b\x96", + [0x3e8e] = "\x5b\x97", [0x3e8f] = "\x5b\x98", [0x3e90] = "\x5b\x99", + [0x3e91] = "\x5b\x9a", [0x3e92] = "\x5b\x9b", [0x3e93] = "\x5b\x9c", + [0x3e94] = "\x5b\x9d", [0x3e95] = "\x5b\x9e", [0x3e96] = "\x5b\x9f", + [0x3e97] = "\x5b\xa0", [0x3e98] = "\x5b\xa1", [0x3e99] = "\x5b\xa2", + [0x3e9a] = "\x5b\xa3", [0x3e9b] = "\x5b\xa4", [0x3e9c] = "\x5b\xa5", + [0x3e9d] = "\x5b\xa6", [0x3e9e] = "\x5b\xa7", [0x3e9f] = "\x5b\xa8", + [0x3ea0] = "\x5b\xa9", [0x3ea1] = "\x5b\xaa", [0x3ea2] = "\x5b\xab", + [0x3ea3] = "\x5b\xac", [0x3ea4] = "\x5b\xad", [0x3ea5] = "\x5b\xae", + [0x3ea6] = "\x5b\xaf", [0x3ea7] = "\x5b\xb0", [0x3ea8] = "\x5b\xb1", + [0x3ea9] = "\x5b\xb2", [0x3eaa] = "\x5b\xb3", [0x3eab] = "\x5b\xb4", + [0x3eac] = "\x5b\xb5", [0x3ead] = "\x5b\xb6", [0x3eae] = "\x5b\xb7", + [0x3eaf] = "\x5b\xb8", [0x3eb0] = "\x5b\xb9", [0x3eb1] = "\x5b\xba", + [0x3eb2] = "\x5b\xbb", [0x3eb3] = "\x5b\xbc", [0x3eb4] = "\x5b\xbd", + [0x3eb5] = "\x5b\xbe", [0x3eb6] = "\x5b\xbf", [0x3eb7] = "\x5b\xc0", + [0x3eb8] = "\x5b\xc1", [0x3eb9] = "\x5b\xc2", [0x3eba] = "\x5b\xc3", + [0x3ebb] = "\x5b\xc4", [0x3ebc] = "\x5b\xc5", [0x3ebd] = "\x5b\xc6", + [0x3ebe] = "\x5b\xc7", [0x3ebf] = "\x5b\xc8", [0x3ec0] = "\x5b\xc9", + [0x3ec1] = "\x5b\xca", [0x3ec2] = "\x5b\xcb", [0x3ec3] = "\x5b\xcc", + [0x3ec4] = "\x5b\xcd", [0x3ec5] = "\x5b\xce", [0x3ec6] = "\x5b\xcf", + [0x3ec7] = "\x5b\xd0", [0x3ec8] = "\x5b\xd1", [0x3ec9] = "\x5b\xd2", + [0x3eca] = "\x5b\xd3", [0x3ecb] = "\x5b\xd4", [0x3ecc] = "\x5b\xd5", + [0x3ecd] = "\x5b\xd6", [0x3ece] = "\x5b\xd7", [0x3ecf] = "\x5b\xd8", + [0x3ed0] = "\x5b\xd9", [0x3ed1] = "\x5b\xda", [0x3ed2] = "\x5b\xdb", + [0x3ed3] = "\x5b\xdc", [0x3ed4] = "\x5b\xdd", [0x3ed5] = "\x5b\xde", + [0x3ed6] = "\x5b\xdf", [0x3ed7] = "\x5b\xe0", [0x3ed8] = "\x5b\xe1", + [0x3ed9] = "\x5b\xe2", [0x3eda] = "\x5b\xe3", [0x3edb] = "\x5b\xe4", + [0x3edc] = "\x5b\xe5", [0x3edd] = "\x5b\xe6", [0x3ede] = "\x5b\xe7", + [0x3edf] = "\x5b\xe8", [0x3ee0] = "\x5b\xe9", [0x3ee1] = "\x5b\xea", + [0x3ee2] = "\x5b\xeb", [0x3ee3] = "\x5b\xec", [0x3ee4] = "\x5b\xed", + [0x3ee5] = "\x5b\xee", [0x3ee6] = "\x5b\xef", [0x3ee7] = "\x5b\xf0", + [0x3ee8] = "\x5b\xf1", [0x3ee9] = "\x5b\xf2", [0x3eea] = "\x5b\xf3", + [0x3eeb] = "\x5b\xf4", [0x3eec] = "\x5b\xf5", [0x3eed] = "\x5b\xf6", + [0x3eee] = "\x5b\xf7", [0x3eef] = "\x5b\xf8", [0x3ef0] = "\x5b\xf9", + [0x3ef1] = "\x5b\xfa", [0x3ef2] = "\x5b\xfb", [0x3ef3] = "\x5b\xfc", + [0x3ef4] = "\x5b\xfd", [0x3ef5] = "\x5b\xfe", [0x3ef6] = "\x5b\xff", + [0x3ef7] = "\x5c\x00", [0x3ef8] = "\x5c\x01", [0x3ef9] = "\x5c\x02", + [0x3efa] = "\x5c\x03", [0x3efb] = "\x5c\x04", [0x3efc] = "\x5c\x05", + [0x3efd] = "\x5c\x06", [0x3efe] = "\x5c\x07", [0x3eff] = "\x5c\x08", + [0x3f00] = "\x5c\x09", [0x3f01] = "\x5c\x0a", [0x3f02] = "\x5c\x0b", + [0x3f03] = "\x5c\x0c", [0x3f04] = "\x5c\x0d", [0x3f05] = "\x5c\x0e", + [0x3f06] = "\x5c\x0f", [0x3f07] = "\x5c\x10", [0x3f08] = "\x5c\x11", + [0x3f09] = "\x5c\x12", [0x3f0a] = "\x5c\x13", [0x3f0b] = "\x5c\x14", + [0x3f0c] = "\x5c\x15", [0x3f0d] = "\x5c\x16", [0x3f0e] = "\x5c\x17", + [0x3f0f] = "\x5c\x18", [0x3f10] = "\x5c\x19", [0x3f11] = "\x5c\x1a", + [0x3f12] = "\x5c\x1b", [0x3f13] = "\x5c\x1c", [0x3f14] = "\x5c\x1d", + [0x3f15] = "\x5c\x1e", [0x3f16] = "\x5c\x1f", [0x3f17] = "\x5c\x20", + [0x3f18] = "\x5c\x21", [0x3f19] = "\x5c\x22", [0x3f1a] = "\x5c\x23", + [0x3f1b] = "\x5c\x24", [0x3f1c] = "\x5c\x25", [0x3f1d] = "\x5c\x26", + [0x3f1e] = "\x5c\x27", [0x3f1f] = "\x5c\x28", [0x3f20] = "\x5c\x29", + [0x3f21] = "\x5c\x2a", [0x3f22] = "\x5c\x2b", [0x3f23] = "\x5c\x2c", + [0x3f24] = "\x5c\x2d", [0x3f25] = "\x5c\x2e", [0x3f26] = "\x5c\x2f", + [0x3f27] = "\x5c\x30", [0x3f28] = "\x5c\x31", [0x3f29] = "\x5c\x32", + [0x3f2a] = "\x5c\x33", [0x3f2b] = "\x5c\x34", [0x3f2c] = "\x5c\x35", + [0x3f2d] = "\x5c\x36", [0x3f2e] = "\x5c\x37", [0x3f2f] = "\x5c\x38", + [0x3f30] = "\x5c\x39", [0x3f31] = "\x5c\x3a", [0x3f32] = "\x5c\x3b", + [0x3f33] = "\x5c\x3c", [0x3f34] = "\x5c\x3d", [0x3f35] = "\x5c\x3e", + [0x3f36] = "\x5c\x3f", [0x3f37] = "\x5c\x40", [0x3f38] = "\x5c\x41", + [0x3f39] = "\x5c\x42", [0x3f3a] = "\x5c\x43", [0x3f3b] = "\x5c\x44", + [0x3f3c] = "\x5c\x45", [0x3f3d] = "\x5c\x46", [0x3f3e] = "\x5c\x47", + [0x3f3f] = "\x5c\x48", [0x3f40] = "\x5c\x49", [0x3f41] = "\x5c\x4a", + [0x3f42] = "\x5c\x4b", [0x3f43] = "\x5c\x4c", [0x3f44] = "\x5c\x4d", + [0x3f45] = "\x5c\x4e", [0x3f46] = "\x5c\x4f", [0x3f47] = "\x5c\x50", + [0x3f48] = "\x5c\x51", [0x3f49] = "\x5c\x52", [0x3f4a] = "\x5c\x53", + [0x3f4b] = "\x5c\x54", [0x3f4c] = "\x5c\x55", [0x3f4d] = "\x5c\x56", + [0x3f4e] = "\x5c\x57", [0x3f4f] = "\x5c\x58", [0x3f50] = "\x5c\x59", + [0x3f51] = "\x5c\x5a", [0x3f52] = "\x5c\x5b", [0x3f53] = "\x5c\x5c", + [0x3f54] = "\x5c\x5d", [0x3f55] = "\x5c\x5e", [0x3f56] = "\x5c\x5f", + [0x3f57] = "\x5c\x60", [0x3f58] = "\x5c\x61", [0x3f59] = "\x5c\x62", + [0x3f5a] = "\x5c\x63", [0x3f5b] = "\x5c\x64", [0x3f5c] = "\x5c\x65", + [0x3f5d] = "\x5c\x66", [0x3f5e] = "\x5c\x67", [0x3f5f] = "\x5c\x68", + [0x3f60] = "\x5c\x69", [0x3f61] = "\x5c\x6a", [0x3f62] = "\x5c\x6b", + [0x3f63] = "\x5c\x6c", [0x3f64] = "\x5c\x6d", [0x3f65] = "\x5c\x6e", + [0x3f66] = "\x5c\x6f", [0x3f67] = "\x5c\x70", [0x3f68] = "\x5c\x71", + [0x3f69] = "\x5c\x72", [0x3f6a] = "\x5c\x73", [0x3f6b] = "\x5c\x74", + [0x3f6c] = "\x5c\x75", [0x3f6d] = "\x5c\x76", [0x3f6e] = "\x5c\x77", + [0x3f6f] = "\x5c\x78", [0x3f70] = "\x5c\x79", [0x3f71] = "\x5c\x7a", + [0x3f72] = "\x5c\x7b", [0x3f73] = "\x5c\x7c", [0x3f74] = "\x5c\x7d", + [0x3f75] = "\x5c\x7e", [0x3f76] = "\x5c\x7f", [0x3f77] = "\x5c\x80", + [0x3f78] = "\x5c\x81", [0x3f79] = "\x5c\x82", [0x3f7a] = "\x5c\x83", + [0x3f7b] = "\x5c\x84", [0x3f7c] = "\x5c\x85", [0x3f7d] = "\x5c\x86", + [0x3f7e] = "\x5c\x87", [0x3f7f] = "\x5c\x88", [0x3f80] = "\x5c\x89", + [0x3f81] = "\x5c\x8a", [0x3f82] = "\x5c\x8b", [0x3f83] = "\x5c\x8c", + [0x3f84] = "\x5c\x8d", [0x3f85] = "\x5c\x8e", [0x3f86] = "\x5c\x8f", + [0x3f87] = "\x5c\x90", [0x3f88] = "\x5c\x91", [0x3f89] = "\x5c\x92", + [0x3f8a] = "\x5c\x93", [0x3f8b] = "\x5c\x94", [0x3f8c] = "\x5c\x95", + [0x3f8d] = "\x5c\x96", [0x3f8e] = "\x5c\x97", [0x3f8f] = "\x5c\x98", + [0x3f90] = "\x5c\x99", [0x3f91] = "\x5c\x9a", [0x3f92] = "\x5c\x9b", + [0x3f93] = "\x5c\x9c", [0x3f94] = "\x5c\x9d", [0x3f95] = "\x5c\x9e", + [0x3f96] = "\x5c\x9f", [0x3f97] = "\x5c\xa0", [0x3f98] = "\x5c\xa1", + [0x3f99] = "\x5c\xa2", [0x3f9a] = "\x5c\xa3", [0x3f9b] = "\x5c\xa4", + [0x3f9c] = "\x5c\xa5", [0x3f9d] = "\x5c\xa6", [0x3f9e] = "\x5c\xa7", + [0x3f9f] = "\x5c\xa8", [0x3fa0] = "\x5c\xa9", [0x3fa1] = "\x5c\xaa", + [0x3fa2] = "\x5c\xab", [0x3fa3] = "\x5c\xac", [0x3fa4] = "\x5c\xad", + [0x3fa5] = "\x5c\xae", [0x3fa6] = "\x5c\xaf", [0x3fa7] = "\x5c\xb0", + [0x3fa8] = "\x5c\xb1", [0x3fa9] = "\x5c\xb2", [0x3faa] = "\x5c\xb3", + [0x3fab] = "\x5c\xb4", [0x3fac] = "\x5c\xb5", [0x3fad] = "\x5c\xb6", + [0x3fae] = "\x5c\xb7", [0x3faf] = "\x5c\xb8", [0x3fb0] = "\x5c\xb9", + [0x3fb1] = "\x5c\xba", [0x3fb2] = "\x5c\xbb", [0x3fb3] = "\x5c\xbc", + [0x3fb4] = "\x5c\xbd", [0x3fb5] = "\x5c\xbe", [0x3fb6] = "\x5c\xbf", + [0x3fb7] = "\x5c\xc0", [0x3fb8] = "\x5c\xc1", [0x3fb9] = "\x5c\xc2", + [0x3fba] = "\x5c\xc3", [0x3fbb] = "\x5c\xc4", [0x3fbc] = "\x5c\xc5", + [0x3fbd] = "\x5c\xc6", [0x3fbe] = "\x5c\xc7", [0x3fbf] = "\x5c\xc8", + [0x3fc0] = "\x5c\xc9", [0x3fc1] = "\x5c\xca", [0x3fc2] = "\x5c\xcb", + [0x3fc3] = "\x5c\xcc", [0x3fc4] = "\x5c\xcd", [0x3fc5] = "\x5c\xce", + [0x3fc6] = "\x5c\xcf", [0x3fc7] = "\x5c\xd0", [0x3fc8] = "\x5c\xd1", + [0x3fc9] = "\x5c\xd2", [0x3fca] = "\x5c\xd3", [0x3fcb] = "\x5c\xd4", + [0x3fcc] = "\x5c\xd5", [0x3fcd] = "\x5c\xd6", [0x3fce] = "\x5c\xd7", + [0x3fcf] = "\x5c\xd8", [0x3fd0] = "\x5c\xd9", [0x3fd1] = "\x5c\xda", + [0x3fd2] = "\x5c\xdb", [0x3fd3] = "\x5c\xdc", [0x3fd4] = "\x5c\xdd", + [0x3fd5] = "\x5c\xde", [0x3fd6] = "\xfe\x6f", [0x3fd7] = "\x5c\xdf", + [0x3fd8] = "\x5c\xe0", [0x3fd9] = "\x5c\xe1", [0x3fda] = "\x5c\xe2", + [0x3fdb] = "\x5c\xe3", [0x3fdc] = "\x5c\xe4", [0x3fdd] = "\x5c\xe5", + [0x3fde] = "\x5c\xe6", [0x3fdf] = "\x5c\xe7", [0x3fe0] = "\x5c\xe8", + [0x3fe1] = "\x5c\xe9", [0x3fe2] = "\x5c\xea", [0x3fe3] = "\x5c\xeb", + [0x3fe4] = "\x5c\xec", [0x3fe5] = "\x5c\xed", [0x3fe6] = "\x5c\xee", + [0x3fe7] = "\x5c\xef", [0x3fe8] = "\x5c\xf0", [0x3fe9] = "\x5c\xf1", + [0x3fea] = "\x5c\xf2", [0x3feb] = "\x5c\xf3", [0x3fec] = "\x5c\xf4", + [0x3fed] = "\x5c\xf5", [0x3fee] = "\x5c\xf6", [0x3fef] = "\x5c\xf7", + [0x3ff0] = "\x5c\xf8", [0x3ff1] = "\x5c\xf9", [0x3ff2] = "\x5c\xfa", + [0x3ff3] = "\x5c\xfb", [0x3ff4] = "\x5c\xfc", [0x3ff5] = "\x5c\xfd", + [0x3ff6] = "\x5c\xfe", [0x3ff7] = "\x5c\xff", [0x3ff8] = "\x5d\x00", + [0x3ff9] = "\x5d\x01", [0x3ffa] = "\x5d\x02", [0x3ffb] = "\x5d\x03", + [0x3ffc] = "\x5d\x04", [0x3ffd] = "\x5d\x05", [0x3ffe] = "\x5d\x06", + [0x3fff] = "\x5d\x07", [0x4000] = "\x5d\x08", [0x4001] = "\x5d\x09", + [0x4002] = "\x5d\x0a", [0x4003] = "\x5d\x0b", [0x4004] = "\x5d\x0c", + [0x4005] = "\x5d\x0d", [0x4006] = "\x5d\x0e", [0x4007] = "\x5d\x0f", + [0x4008] = "\x5d\x10", [0x4009] = "\x5d\x11", [0x400a] = "\x5d\x12", + [0x400b] = "\x5d\x13", [0x400c] = "\x5d\x14", [0x400d] = "\x5d\x15", + [0x400e] = "\x5d\x16", [0x400f] = "\x5d\x17", [0x4010] = "\x5d\x18", + [0x4011] = "\x5d\x19", [0x4012] = "\x5d\x1a", [0x4013] = "\x5d\x1b", + [0x4014] = "\x5d\x1c", [0x4015] = "\x5d\x1d", [0x4016] = "\x5d\x1e", + [0x4017] = "\x5d\x1f", [0x4018] = "\x5d\x20", [0x4019] = "\x5d\x21", + [0x401a] = "\x5d\x22", [0x401b] = "\x5d\x23", [0x401c] = "\x5d\x24", + [0x401d] = "\x5d\x25", [0x401e] = "\x5d\x26", [0x401f] = "\x5d\x27", + [0x4020] = "\x5d\x28", [0x4021] = "\x5d\x29", [0x4022] = "\x5d\x2a", + [0x4023] = "\x5d\x2b", [0x4024] = "\x5d\x2c", [0x4025] = "\x5d\x2d", + [0x4026] = "\x5d\x2e", [0x4027] = "\x5d\x2f", [0x4028] = "\x5d\x30", + [0x4029] = "\x5d\x31", [0x402a] = "\x5d\x32", [0x402b] = "\x5d\x33", + [0x402c] = "\x5d\x34", [0x402d] = "\x5d\x35", [0x402e] = "\x5d\x36", + [0x402f] = "\x5d\x37", [0x4030] = "\x5d\x38", [0x4031] = "\x5d\x39", + [0x4032] = "\x5d\x3a", [0x4033] = "\x5d\x3b", [0x4034] = "\x5d\x3c", + [0x4035] = "\x5d\x3d", [0x4036] = "\x5d\x3e", [0x4037] = "\x5d\x3f", + [0x4038] = "\x5d\x40", [0x4039] = "\x5d\x41", [0x403a] = "\x5d\x42", + [0x403b] = "\x5d\x43", [0x403c] = "\x5d\x44", [0x403d] = "\x5d\x45", + [0x403e] = "\x5d\x46", [0x403f] = "\x5d\x47", [0x4040] = "\x5d\x48", + [0x4041] = "\x5d\x49", [0x4042] = "\x5d\x4a", [0x4043] = "\x5d\x4b", + [0x4044] = "\x5d\x4c", [0x4045] = "\x5d\x4d", [0x4046] = "\x5d\x4e", + [0x4047] = "\x5d\x4f", [0x4048] = "\x5d\x50", [0x4049] = "\x5d\x51", + [0x404a] = "\x5d\x52", [0x404b] = "\x5d\x53", [0x404c] = "\x5d\x54", + [0x404d] = "\x5d\x55", [0x404e] = "\x5d\x56", [0x404f] = "\x5d\x57", + [0x4050] = "\x5d\x58", [0x4051] = "\x5d\x59", [0x4052] = "\x5d\x5a", + [0x4053] = "\x5d\x5b", [0x4054] = "\x5d\x5c", [0x4055] = "\x5d\x5d", + [0x4056] = "\x5d\x5e", [0x4057] = "\x5d\x5f", [0x4058] = "\x5d\x60", + [0x4059] = "\x5d\x61", [0x405a] = "\x5d\x62", [0x405b] = "\x5d\x63", + [0x405c] = "\x5d\x64", [0x405d] = "\x5d\x65", [0x405e] = "\x5d\x66", + [0x405f] = "\x5d\x67", [0x4060] = "\x5d\x68", [0x4061] = "\x5d\x69", + [0x4062] = "\x5d\x6a", [0x4063] = "\x5d\x6b", [0x4064] = "\x5d\x6c", + [0x4065] = "\x5d\x6d", [0x4066] = "\x5d\x6e", [0x4067] = "\x5d\x6f", + [0x4068] = "\x5d\x70", [0x4069] = "\x5d\x71", [0x406a] = "\x5d\x72", + [0x406b] = "\x5d\x73", [0x406c] = "\x5d\x74", [0x406d] = "\x5d\x75", + [0x406e] = "\x5d\x76", [0x406f] = "\x5d\x77", [0x4070] = "\x5d\x78", + [0x4071] = "\x5d\x79", [0x4072] = "\x5d\x7a", [0x4073] = "\x5d\x7b", + [0x4074] = "\x5d\x7c", [0x4075] = "\x5d\x7d", [0x4076] = "\x5d\x7e", + [0x4077] = "\x5d\x7f", [0x4078] = "\x5d\x80", [0x4079] = "\x5d\x81", + [0x407a] = "\x5d\x82", [0x407b] = "\x5d\x83", [0x407c] = "\x5d\x84", + [0x407d] = "\x5d\x85", [0x407e] = "\x5d\x86", [0x407f] = "\x5d\x87", + [0x4080] = "\x5d\x88", [0x4081] = "\x5d\x89", [0x4082] = "\x5d\x8a", + [0x4083] = "\x5d\x8b", [0x4084] = "\x5d\x8c", [0x4085] = "\x5d\x8d", + [0x4086] = "\x5d\x8e", [0x4087] = "\x5d\x8f", [0x4088] = "\x5d\x90", + [0x4089] = "\x5d\x91", [0x408a] = "\x5d\x92", [0x408b] = "\x5d\x93", + [0x408c] = "\x5d\x94", [0x408d] = "\x5d\x95", [0x408e] = "\x5d\x96", + [0x408f] = "\x5d\x97", [0x4090] = "\x5d\x98", [0x4091] = "\x5d\x99", + [0x4092] = "\x5d\x9a", [0x4093] = "\x5d\x9b", [0x4094] = "\x5d\x9c", + [0x4095] = "\x5d\x9d", [0x4096] = "\x5d\x9e", [0x4097] = "\x5d\x9f", + [0x4098] = "\x5d\xa0", [0x4099] = "\x5d\xa1", [0x409a] = "\x5d\xa2", + [0x409b] = "\x5d\xa3", [0x409c] = "\x5d\xa4", [0x409d] = "\x5d\xa5", + [0x409e] = "\x5d\xa6", [0x409f] = "\x5d\xa7", [0x40a0] = "\x5d\xa8", + [0x40a1] = "\x5d\xa9", [0x40a2] = "\x5d\xaa", [0x40a3] = "\x5d\xab", + [0x40a4] = "\x5d\xac", [0x40a5] = "\x5d\xad", [0x40a6] = "\x5d\xae", + [0x40a7] = "\x5d\xaf", [0x40a8] = "\x5d\xb0", [0x40a9] = "\x5d\xb1", + [0x40aa] = "\x5d\xb2", [0x40ab] = "\x5d\xb3", [0x40ac] = "\x5d\xb4", + [0x40ad] = "\x5d\xb5", [0x40ae] = "\x5d\xb6", [0x40af] = "\x5d\xb7", + [0x40b0] = "\x5d\xb8", [0x40b1] = "\x5d\xb9", [0x40b2] = "\x5d\xba", + [0x40b3] = "\x5d\xbb", [0x40b4] = "\x5d\xbc", [0x40b5] = "\x5d\xbd", + [0x40b6] = "\x5d\xbe", [0x40b7] = "\x5d\xbf", [0x40b8] = "\x5d\xc0", + [0x40b9] = "\x5d\xc1", [0x40ba] = "\x5d\xc2", [0x40bb] = "\x5d\xc3", + [0x40bc] = "\x5d\xc4", [0x40bd] = "\x5d\xc5", [0x40be] = "\x5d\xc6", + [0x40bf] = "\x5d\xc7", [0x40c0] = "\x5d\xc8", [0x40c1] = "\x5d\xc9", + [0x40c2] = "\x5d\xca", [0x40c3] = "\x5d\xcb", [0x40c4] = "\x5d\xcc", + [0x40c5] = "\x5d\xcd", [0x40c6] = "\x5d\xce", [0x40c7] = "\x5d\xcf", + [0x40c8] = "\x5d\xd0", [0x40c9] = "\x5d\xd1", [0x40ca] = "\x5d\xd2", + [0x40cb] = "\x5d\xd3", [0x40cc] = "\x5d\xd4", [0x40cd] = "\x5d\xd5", + [0x40ce] = "\x5d\xd6", [0x40cf] = "\x5d\xd7", [0x40d0] = "\x5d\xd8", + [0x40d1] = "\x5d\xd9", [0x40d2] = "\x5d\xda", [0x40d3] = "\x5d\xdb", + [0x40d4] = "\x5d\xdc", [0x40d5] = "\x5d\xdd", [0x40d6] = "\x5d\xde", + [0x40d7] = "\x5d\xdf", [0x40d8] = "\x5d\xe0", [0x40d9] = "\x5d\xe1", + [0x40da] = "\x5d\xe2", [0x40db] = "\x5d\xe3", [0x40dc] = "\x5d\xe4", + [0x40dd] = "\x5d\xe5", [0x40de] = "\x5d\xe6", [0x40df] = "\xfe\x70", + [0x40e0] = "\x5d\xe7", [0x40e1] = "\x5d\xe8", [0x40e2] = "\x5d\xe9", + [0x40e3] = "\x5d\xea", [0x40e4] = "\x5d\xeb", [0x40e5] = "\x5d\xec", + [0x40e6] = "\x5d\xed", [0x40e7] = "\x5d\xee", [0x40e8] = "\x5d\xef", + [0x40e9] = "\x5d\xf0", [0x40ea] = "\x5d\xf1", [0x40eb] = "\x5d\xf2", + [0x40ec] = "\x5d\xf3", [0x40ed] = "\x5d\xf4", [0x40ee] = "\x5d\xf5", + [0x40ef] = "\x5d\xf6", [0x40f0] = "\x5d\xf7", [0x40f1] = "\x5d\xf8", + [0x40f2] = "\x5d\xf9", [0x40f3] = "\x5d\xfa", [0x40f4] = "\x5d\xfb", + [0x40f5] = "\x5d\xfc", [0x40f6] = "\x5d\xfd", [0x40f7] = "\x5d\xfe", + [0x40f8] = "\x5d\xff", [0x40f9] = "\x5e\x00", [0x40fa] = "\x5e\x01", + [0x40fb] = "\x5e\x02", [0x40fc] = "\x5e\x03", [0x40fd] = "\x5e\x04", + [0x40fe] = "\x5e\x05", [0x40ff] = "\x5e\x06", [0x4100] = "\x5e\x07", + [0x4101] = "\x5e\x08", [0x4102] = "\x5e\x09", [0x4103] = "\x5e\x0a", + [0x4104] = "\x5e\x0b", [0x4105] = "\x5e\x0c", [0x4106] = "\x5e\x0d", + [0x4107] = "\x5e\x0e", [0x4108] = "\x5e\x0f", [0x4109] = "\x5e\x10", + [0x410a] = "\x5e\x11", [0x410b] = "\x5e\x12", [0x410c] = "\x5e\x13", + [0x410d] = "\x5e\x14", [0x410e] = "\x5e\x15", [0x410f] = "\x5e\x16", + [0x4110] = "\x5e\x17", [0x4111] = "\x5e\x18", [0x4112] = "\x5e\x19", + [0x4113] = "\x5e\x1a", [0x4114] = "\x5e\x1b", [0x4115] = "\x5e\x1c", + [0x4116] = "\x5e\x1d", [0x4117] = "\x5e\x1e", [0x4118] = "\x5e\x1f", + [0x4119] = "\x5e\x20", [0x411a] = "\x5e\x21", [0x411b] = "\x5e\x22", + [0x411c] = "\x5e\x23", [0x411d] = "\x5e\x24", [0x411e] = "\x5e\x25", + [0x411f] = "\x5e\x26", [0x4120] = "\x5e\x27", [0x4121] = "\x5e\x28", + [0x4122] = "\x5e\x29", [0x4123] = "\x5e\x2a", [0x4124] = "\x5e\x2b", + [0x4125] = "\x5e\x2c", [0x4126] = "\x5e\x2d", [0x4127] = "\x5e\x2e", + [0x4128] = "\x5e\x2f", [0x4129] = "\x5e\x30", [0x412a] = "\x5e\x31", + [0x412b] = "\x5e\x32", [0x412c] = "\x5e\x33", [0x412d] = "\x5e\x34", + [0x412e] = "\x5e\x35", [0x412f] = "\x5e\x36", [0x4130] = "\x5e\x37", + [0x4131] = "\x5e\x38", [0x4132] = "\x5e\x39", [0x4133] = "\x5e\x3a", + [0x4134] = "\x5e\x3b", [0x4135] = "\x5e\x3c", [0x4136] = "\x5e\x3d", + [0x4137] = "\x5e\x3e", [0x4138] = "\x5e\x3f", [0x4139] = "\x5e\x40", + [0x413a] = "\x5e\x41", [0x413b] = "\x5e\x42", [0x413c] = "\x5e\x43", + [0x413d] = "\x5e\x44", [0x413e] = "\x5e\x45", [0x413f] = "\x5e\x46", + [0x4140] = "\x5e\x47", [0x4141] = "\x5e\x48", [0x4142] = "\x5e\x49", + [0x4143] = "\x5e\x4a", [0x4144] = "\x5e\x4b", [0x4145] = "\x5e\x4c", + [0x4146] = "\x5e\x4d", [0x4147] = "\x5e\x4e", [0x4148] = "\x5e\x4f", + [0x4149] = "\x5e\x50", [0x414a] = "\x5e\x51", [0x414b] = "\x5e\x52", + [0x414c] = "\x5e\x53", [0x414d] = "\x5e\x54", [0x414e] = "\x5e\x55", + [0x414f] = "\x5e\x56", [0x4150] = "\x5e\x57", [0x4151] = "\x5e\x58", + [0x4152] = "\x5e\x59", [0x4153] = "\x5e\x5a", [0x4154] = "\x5e\x5b", + [0x4155] = "\x5e\x5c", [0x4156] = "\x5e\x5d", [0x4157] = "\x5e\x5e", + [0x4158] = "\x5e\x5f", [0x4159] = "\x5e\x60", [0x415a] = "\x5e\x61", + [0x415b] = "\x5e\x62", [0x415c] = "\x5e\x63", [0x415d] = "\x5e\x64", + [0x415e] = "\x5e\x65", [0x415f] = "\x5e\x66", [0x4160] = "\x5e\x67", + [0x4161] = "\x5e\x68", [0x4162] = "\x5e\x69", [0x4163] = "\x5e\x6a", + [0x4164] = "\x5e\x6b", [0x4165] = "\x5e\x6c", [0x4166] = "\x5e\x6d", + [0x4167] = "\x5e\x6e", [0x4168] = "\x5e\x6f", [0x4169] = "\x5e\x70", + [0x416a] = "\x5e\x71", [0x416b] = "\x5e\x72", [0x416c] = "\x5e\x73", + [0x416d] = "\x5e\x74", [0x416e] = "\x5e\x75", [0x416f] = "\x5e\x76", + [0x4170] = "\x5e\x77", [0x4171] = "\x5e\x78", [0x4172] = "\x5e\x79", + [0x4173] = "\x5e\x7a", [0x4174] = "\x5e\x7b", [0x4175] = "\x5e\x7c", + [0x4176] = "\x5e\x7d", [0x4177] = "\x5e\x7e", [0x4178] = "\x5e\x7f", + [0x4179] = "\x5e\x80", [0x417a] = "\x5e\x81", [0x417b] = "\x5e\x82", + [0x417c] = "\x5e\x83", [0x417d] = "\x5e\x84", [0x417e] = "\x5e\x85", + [0x417f] = "\x5e\x86", [0x4180] = "\x5e\x87", [0x4181] = "\x5e\x88", + [0x4182] = "\x5e\x89", [0x4183] = "\x5e\x8a", [0x4184] = "\x5e\x8b", + [0x4185] = "\x5e\x8c", [0x4186] = "\x5e\x8d", [0x4187] = "\x5e\x8e", + [0x4188] = "\x5e\x8f", [0x4189] = "\x5e\x90", [0x418a] = "\x5e\x91", + [0x418b] = "\x5e\x92", [0x418c] = "\x5e\x93", [0x418d] = "\x5e\x94", + [0x418e] = "\x5e\x95", [0x418f] = "\x5e\x96", [0x4190] = "\x5e\x97", + [0x4191] = "\x5e\x98", [0x4192] = "\x5e\x99", [0x4193] = "\x5e\x9a", + [0x4194] = "\x5e\x9b", [0x4195] = "\x5e\x9c", [0x4196] = "\x5e\x9d", + [0x4197] = "\x5e\x9e", [0x4198] = "\x5e\x9f", [0x4199] = "\x5e\xa0", + [0x419a] = "\x5e\xa1", [0x419b] = "\x5e\xa2", [0x419c] = "\x5e\xa3", + [0x419d] = "\x5e\xa4", [0x419e] = "\x5e\xa5", [0x419f] = "\x5e\xa6", + [0x41a0] = "\x5e\xa7", [0x41a1] = "\x5e\xa8", [0x41a2] = "\x5e\xa9", + [0x41a3] = "\x5e\xaa", [0x41a4] = "\x5e\xab", [0x41a5] = "\x5e\xac", + [0x41a6] = "\x5e\xad", [0x41a7] = "\x5e\xae", [0x41a8] = "\x5e\xaf", + [0x41a9] = "\x5e\xb0", [0x41aa] = "\x5e\xb1", [0x41ab] = "\x5e\xb2", + [0x41ac] = "\x5e\xb3", [0x41ad] = "\x5e\xb4", [0x41ae] = "\x5e\xb5", + [0x41af] = "\x5e\xb6", [0x41b0] = "\x5e\xb7", [0x41b1] = "\x5e\xb8", + [0x41b2] = "\x5e\xb9", [0x41b3] = "\x5e\xba", [0x41b4] = "\x5e\xbb", + [0x41b5] = "\x5e\xbc", [0x41b6] = "\x5e\xbd", [0x41b7] = "\x5e\xbe", + [0x41b8] = "\x5e\xbf", [0x41b9] = "\x5e\xc0", [0x41ba] = "\x5e\xc1", + [0x41bb] = "\x5e\xc2", [0x41bc] = "\x5e\xc3", [0x41bd] = "\x5e\xc4", + [0x41be] = "\x5e\xc5", [0x41bf] = "\x5e\xc6", [0x41c0] = "\x5e\xc7", + [0x41c1] = "\x5e\xc8", [0x41c2] = "\x5e\xc9", [0x41c3] = "\x5e\xca", + [0x41c4] = "\x5e\xcb", [0x41c5] = "\x5e\xcc", [0x41c6] = "\x5e\xcd", + [0x41c7] = "\x5e\xce", [0x41c8] = "\x5e\xcf", [0x41c9] = "\x5e\xd0", + [0x41ca] = "\x5e\xd1", [0x41cb] = "\x5e\xd2", [0x41cc] = "\x5e\xd3", + [0x41cd] = "\x5e\xd4", [0x41ce] = "\x5e\xd5", [0x41cf] = "\x5e\xd6", + [0x41d0] = "\x5e\xd7", [0x41d1] = "\x5e\xd8", [0x41d2] = "\x5e\xd9", + [0x41d3] = "\x5e\xda", [0x41d4] = "\x5e\xdb", [0x41d5] = "\x5e\xdc", + [0x41d6] = "\x5e\xdd", [0x41d7] = "\x5e\xde", [0x41d8] = "\x5e\xdf", + [0x41d9] = "\x5e\xe0", [0x41da] = "\x5e\xe1", [0x41db] = "\x5e\xe2", + [0x41dc] = "\x5e\xe3", [0x41dd] = "\x5e\xe4", [0x41de] = "\x5e\xe5", + [0x41df] = "\x5e\xe6", [0x41e0] = "\x5e\xe7", [0x41e1] = "\x5e\xe8", + [0x41e2] = "\x5e\xe9", [0x41e3] = "\x5e\xea", [0x41e4] = "\x5e\xeb", + [0x41e5] = "\x5e\xec", [0x41e6] = "\x5e\xed", [0x41e7] = "\x5e\xee", + [0x41e8] = "\x5e\xef", [0x41e9] = "\x5e\xf0", [0x41ea] = "\x5e\xf1", + [0x41eb] = "\x5e\xf2", [0x41ec] = "\x5e\xf3", [0x41ed] = "\x5e\xf4", + [0x41ee] = "\x5e\xf5", [0x41ef] = "\x5e\xf6", [0x41f0] = "\x5e\xf7", + [0x41f1] = "\x5e\xf8", [0x41f2] = "\x5e\xf9", [0x41f3] = "\x5e\xfa", + [0x41f4] = "\x5e\xfb", [0x41f5] = "\x5e\xfc", [0x41f6] = "\x5e\xfd", + [0x41f7] = "\x5e\xfe", [0x41f8] = "\x5e\xff", [0x41f9] = "\x5f\x00", + [0x41fa] = "\x5f\x01", [0x41fb] = "\x5f\x02", [0x41fc] = "\x5f\x03", + [0x41fd] = "\x5f\x04", [0x41fe] = "\x5f\x05", [0x41ff] = "\x5f\x06", + [0x4200] = "\x5f\x07", [0x4201] = "\x5f\x08", [0x4202] = "\x5f\x09", + [0x4203] = "\x5f\x0a", [0x4204] = "\x5f\x0b", [0x4205] = "\x5f\x0c", + [0x4206] = "\x5f\x0d", [0x4207] = "\x5f\x0e", [0x4208] = "\x5f\x0f", + [0x4209] = "\x5f\x10", [0x420a] = "\x5f\x11", [0x420b] = "\x5f\x12", + [0x420c] = "\x5f\x13", [0x420d] = "\x5f\x14", [0x420e] = "\x5f\x15", + [0x420f] = "\x5f\x16", [0x4210] = "\x5f\x17", [0x4211] = "\x5f\x18", + [0x4212] = "\x5f\x19", [0x4213] = "\x5f\x1a", [0x4214] = "\x5f\x1b", + [0x4215] = "\x5f\x1c", [0x4216] = "\x5f\x1d", [0x4217] = "\x5f\x1e", + [0x4218] = "\x5f\x1f", [0x4219] = "\x5f\x20", [0x421a] = "\x5f\x21", + [0x421b] = "\x5f\x22", [0x421c] = "\x5f\x23", [0x421d] = "\x5f\x24", + [0x421e] = "\x5f\x25", [0x421f] = "\x5f\x26", [0x4220] = "\x5f\x27", + [0x4221] = "\x5f\x28", [0x4222] = "\x5f\x29", [0x4223] = "\x5f\x2a", + [0x4224] = "\x5f\x2b", [0x4225] = "\x5f\x2c", [0x4226] = "\x5f\x2d", + [0x4227] = "\x5f\x2e", [0x4228] = "\x5f\x2f", [0x4229] = "\x5f\x30", + [0x422a] = "\x5f\x31", [0x422b] = "\x5f\x32", [0x422c] = "\x5f\x33", + [0x422d] = "\x5f\x34", [0x422e] = "\x5f\x35", [0x422f] = "\x5f\x36", + [0x4230] = "\x5f\x37", [0x4231] = "\x5f\x38", [0x4232] = "\x5f\x39", + [0x4233] = "\x5f\x3a", [0x4234] = "\x5f\x3b", [0x4235] = "\x5f\x3c", + [0x4236] = "\x5f\x3d", [0x4237] = "\x5f\x3e", [0x4238] = "\x5f\x3f", + [0x4239] = "\x5f\x40", [0x423a] = "\x5f\x41", [0x423b] = "\x5f\x42", + [0x423c] = "\x5f\x43", [0x423d] = "\x5f\x44", [0x423e] = "\x5f\x45", + [0x423f] = "\x5f\x46", [0x4240] = "\x5f\x47", [0x4241] = "\x5f\x48", + [0x4242] = "\x5f\x49", [0x4243] = "\x5f\x4a", [0x4244] = "\x5f\x4b", + [0x4245] = "\x5f\x4c", [0x4246] = "\x5f\x4d", [0x4247] = "\x5f\x4e", + [0x4248] = "\x5f\x4f", [0x4249] = "\x5f\x50", [0x424a] = "\x5f\x51", + [0x424b] = "\x5f\x52", [0x424c] = "\x5f\x53", [0x424d] = "\x5f\x54", + [0x424e] = "\x5f\x55", [0x424f] = "\x5f\x56", [0x4250] = "\x5f\x57", + [0x4251] = "\x5f\x58", [0x4252] = "\x5f\x59", [0x4253] = "\x5f\x5a", + [0x4254] = "\x5f\x5b", [0x4255] = "\x5f\x5c", [0x4256] = "\x5f\x5d", + [0x4257] = "\x5f\x5e", [0x4258] = "\x5f\x5f", [0x4259] = "\x5f\x60", + [0x425a] = "\x5f\x61", [0x425b] = "\x5f\x62", [0x425c] = "\x5f\x63", + [0x425d] = "\x5f\x64", [0x425e] = "\x5f\x65", [0x425f] = "\x5f\x66", + [0x4260] = "\x5f\x67", [0x4261] = "\x5f\x68", [0x4262] = "\x5f\x69", + [0x4263] = "\x5f\x6a", [0x4264] = "\x5f\x6b", [0x4265] = "\x5f\x6c", + [0x4266] = "\x5f\x6d", [0x4267] = "\x5f\x6e", [0x4268] = "\x5f\x6f", + [0x4269] = "\x5f\x70", [0x426a] = "\x5f\x71", [0x426b] = "\x5f\x72", + [0x426c] = "\x5f\x73", [0x426d] = "\x5f\x74", [0x426e] = "\x5f\x75", + [0x426f] = "\x5f\x76", [0x4270] = "\x5f\x77", [0x4271] = "\x5f\x78", + [0x4272] = "\x5f\x79", [0x4273] = "\x5f\x7a", [0x4274] = "\x5f\x7b", + [0x4275] = "\x5f\x7c", [0x4276] = "\x5f\x7d", [0x4277] = "\x5f\x7e", + [0x4278] = "\x5f\x7f", [0x4279] = "\x5f\x80", [0x427a] = "\x5f\x81", + [0x427b] = "\x5f\x82", [0x427c] = "\x5f\x83", [0x427d] = "\x5f\x84", + [0x427e] = "\x5f\x85", [0x427f] = "\x5f\x86", [0x4280] = "\x5f\x87", + [0x4281] = "\x5f\x88", [0x4282] = "\x5f\x89", [0x4283] = "\x5f\x8a", + [0x4284] = "\x5f\x8b", [0x4285] = "\x5f\x8c", [0x4286] = "\x5f\x8d", + [0x4287] = "\x5f\x8e", [0x4288] = "\x5f\x8f", [0x4289] = "\x5f\x90", + [0x428a] = "\x5f\x91", [0x428b] = "\x5f\x92", [0x428c] = "\x5f\x93", + [0x428d] = "\x5f\x94", [0x428e] = "\x5f\x95", [0x428f] = "\x5f\x96", + [0x4290] = "\x5f\x97", [0x4291] = "\x5f\x98", [0x4292] = "\x5f\x99", + [0x4293] = "\x5f\x9a", [0x4294] = "\x5f\x9b", [0x4295] = "\x5f\x9c", + [0x4296] = "\x5f\x9d", [0x4297] = "\x5f\x9e", [0x4298] = "\x5f\x9f", + [0x4299] = "\x5f\xa0", [0x429a] = "\x5f\xa1", [0x429b] = "\x5f\xa2", + [0x429c] = "\x5f\xa3", [0x429d] = "\x5f\xa4", [0x429e] = "\x5f\xa5", + [0x429f] = "\x5f\xa6", [0x42a0] = "\x5f\xa7", [0x42a1] = "\x5f\xa8", + [0x42a2] = "\x5f\xa9", [0x42a3] = "\x5f\xaa", [0x42a4] = "\x5f\xab", + [0x42a5] = "\x5f\xac", [0x42a6] = "\x5f\xad", [0x42a7] = "\x5f\xae", + [0x42a8] = "\x5f\xaf", [0x42a9] = "\x5f\xb0", [0x42aa] = "\x5f\xb1", + [0x42ab] = "\x5f\xb2", [0x42ac] = "\x5f\xb3", [0x42ad] = "\x5f\xb4", + [0x42ae] = "\x5f\xb5", [0x42af] = "\x5f\xb6", [0x42b0] = "\x5f\xb7", + [0x42b1] = "\x5f\xb8", [0x42b2] = "\x5f\xb9", [0x42b3] = "\x5f\xba", + [0x42b4] = "\x5f\xbb", [0x42b5] = "\x5f\xbc", [0x42b6] = "\x5f\xbd", + [0x42b7] = "\xfe\x72", [0x42b8] = "\x5f\xbe", [0x42b9] = "\x5f\xbf", + [0x42ba] = "\x5f\xc0", [0x42bb] = "\x5f\xc1", [0x42bc] = "\x5f\xc2", + [0x42bd] = "\x5f\xc3", [0x42be] = "\x5f\xc4", [0x42bf] = "\x5f\xc5", + [0x42c0] = "\x5f\xc6", [0x42c1] = "\x5f\xc7", [0x42c2] = "\x5f\xc8", + [0x42c3] = "\x5f\xc9", [0x42c4] = "\x5f\xca", [0x42c5] = "\x5f\xcb", + [0x42c6] = "\x5f\xcc", [0x42c7] = "\x5f\xcd", [0x42c8] = "\x5f\xce", + [0x42c9] = "\x5f\xcf", [0x42ca] = "\x5f\xd0", [0x42cb] = "\x5f\xd1", + [0x42cc] = "\x5f\xd2", [0x42cd] = "\x5f\xd3", [0x42ce] = "\x5f\xd4", + [0x42cf] = "\x5f\xd5", [0x42d0] = "\x5f\xd6", [0x42d1] = "\x5f\xd7", + [0x42d2] = "\x5f\xd8", [0x42d3] = "\x5f\xd9", [0x42d4] = "\x5f\xda", + [0x42d5] = "\x5f\xdb", [0x42d6] = "\x5f\xdc", [0x42d7] = "\x5f\xdd", + [0x42d8] = "\x5f\xde", [0x42d9] = "\x5f\xdf", [0x42da] = "\x5f\xe0", + [0x42db] = "\x5f\xe1", [0x42dc] = "\x5f\xe2", [0x42dd] = "\x5f\xe3", + [0x42de] = "\x5f\xe4", [0x42df] = "\x5f\xe5", [0x42e0] = "\x5f\xe6", + [0x42e1] = "\x5f\xe7", [0x42e2] = "\x5f\xe8", [0x42e3] = "\x5f\xe9", + [0x42e4] = "\x5f\xea", [0x42e5] = "\x5f\xeb", [0x42e6] = "\x5f\xec", + [0x42e7] = "\x5f\xed", [0x42e8] = "\x5f\xee", [0x42e9] = "\x5f\xef", + [0x42ea] = "\x5f\xf0", [0x42eb] = "\x5f\xf1", [0x42ec] = "\x5f\xf2", + [0x42ed] = "\x5f\xf3", [0x42ee] = "\x5f\xf4", [0x42ef] = "\x5f\xf5", + [0x42f0] = "\x5f\xf6", [0x42f1] = "\x5f\xf7", [0x42f2] = "\x5f\xf8", + [0x42f3] = "\x5f\xf9", [0x42f4] = "\x5f\xfa", [0x42f5] = "\x5f\xfb", + [0x42f6] = "\x5f\xfc", [0x42f7] = "\x5f\xfd", [0x42f8] = "\x5f\xfe", + [0x42f9] = "\x5f\xff", [0x42fa] = "\x60\x00", [0x42fb] = "\x60\x01", + [0x42fc] = "\x60\x02", [0x42fd] = "\x60\x03", [0x42fe] = "\x60\x04", + [0x42ff] = "\x60\x05", [0x4300] = "\x60\x06", [0x4301] = "\x60\x07", + [0x4302] = "\x60\x08", [0x4303] = "\x60\x09", [0x4304] = "\x60\x0a", + [0x4305] = "\x60\x0b", [0x4306] = "\x60\x0c", [0x4307] = "\x60\x0d", + [0x4308] = "\x60\x0e", [0x4309] = "\x60\x0f", [0x430a] = "\x60\x10", + [0x430b] = "\x60\x11", [0x430c] = "\x60\x12", [0x430d] = "\x60\x13", + [0x430e] = "\x60\x14", [0x430f] = "\x60\x15", [0x4310] = "\x60\x16", + [0x4311] = "\x60\x17", [0x4312] = "\x60\x18", [0x4313] = "\x60\x19", + [0x4314] = "\x60\x1a", [0x4315] = "\x60\x1b", [0x4316] = "\x60\x1c", + [0x4317] = "\x60\x1d", [0x4318] = "\x60\x1e", [0x4319] = "\x60\x1f", + [0x431a] = "\x60\x20", [0x431b] = "\x60\x21", [0x431c] = "\x60\x22", + [0x431d] = "\x60\x23", [0x431e] = "\x60\x24", [0x431f] = "\x60\x25", + [0x4320] = "\x60\x26", [0x4321] = "\x60\x27", [0x4322] = "\x60\x28", + [0x4323] = "\x60\x29", [0x4324] = "\x60\x2a", [0x4325] = "\x60\x2b", + [0x4326] = "\x60\x2c", [0x4327] = "\x60\x2d", [0x4328] = "\x60\x2e", + [0x4329] = "\x60\x2f", [0x432a] = "\x60\x30", [0x432b] = "\x60\x31", + [0x432c] = "\xfe\x78", [0x432d] = "\x60\x32", [0x432e] = "\x60\x33", + [0x432f] = "\x60\x34", [0x4330] = "\x60\x35", [0x4331] = "\xfe\x77", + [0x4332] = "\x60\x36", [0x4333] = "\x60\x37", [0x4334] = "\x60\x38", + [0x4335] = "\x60\x39", [0x4336] = "\x60\x3a", [0x4337] = "\x60\x3b", + [0x4338] = "\x60\x3c", [0x4339] = "\x60\x3d", [0x433a] = "\x60\x3e", + [0x433b] = "\x60\x3f", [0x433c] = "\x60\x40", [0x433d] = "\x60\x41", + [0x433e] = "\x60\x42", [0x433f] = "\x60\x43", [0x4340] = "\x60\x44", + [0x4341] = "\x60\x45", [0x4342] = "\x60\x46", [0x4343] = "\x60\x47", + [0x4344] = "\x60\x48", [0x4345] = "\x60\x49", [0x4346] = "\x60\x4a", + [0x4347] = "\x60\x4b", [0x4348] = "\x60\x4c", [0x4349] = "\x60\x4d", + [0x434a] = "\x60\x4e", [0x434b] = "\x60\x4f", [0x434c] = "\x60\x50", + [0x434d] = "\x60\x51", [0x434e] = "\x60\x52", [0x434f] = "\x60\x53", + [0x4350] = "\x60\x54", [0x4351] = "\x60\x55", [0x4352] = "\x60\x56", + [0x4353] = "\x60\x57", [0x4354] = "\x60\x58", [0x4355] = "\x60\x59", + [0x4356] = "\x60\x5a", [0x4357] = "\x60\x5b", [0x4358] = "\x60\x5c", + [0x4359] = "\x60\x5d", [0x435a] = "\x60\x5e", [0x435b] = "\x60\x5f", + [0x435c] = "\x60\x60", [0x435d] = "\xfe\x7a", [0x435e] = "\x60\x61", + [0x435f] = "\x60\x62", [0x4360] = "\x60\x63", [0x4361] = "\x60\x64", + [0x4362] = "\x60\x65", [0x4363] = "\x60\x66", [0x4364] = "\x60\x67", + [0x4365] = "\x60\x68", [0x4366] = "\x60\x69", [0x4367] = "\x60\x6a", + [0x4368] = "\x60\x6b", [0x4369] = "\x60\x6c", [0x436a] = "\x60\x6d", + [0x436b] = "\x60\x6e", [0x436c] = "\x60\x6f", [0x436d] = "\x60\x70", + [0x436e] = "\x60\x71", [0x436f] = "\x60\x72", [0x4370] = "\x60\x73", + [0x4371] = "\x60\x74", [0x4372] = "\x60\x75", [0x4373] = "\x60\x76", + [0x4374] = "\x60\x77", [0x4375] = "\x60\x78", [0x4376] = "\x60\x79", + [0x4377] = "\x60\x7a", [0x4378] = "\x60\x7b", [0x4379] = "\x60\x7c", + [0x437a] = "\x60\x7d", [0x437b] = "\x60\x7e", [0x437c] = "\x60\x7f", + [0x437d] = "\x60\x80", [0x437e] = "\x60\x81", [0x437f] = "\x60\x82", + [0x4380] = "\x60\x83", [0x4381] = "\x60\x84", [0x4382] = "\x60\x85", + [0x4383] = "\x60\x86", [0x4384] = "\x60\x87", [0x4385] = "\x60\x88", + [0x4386] = "\x60\x89", [0x4387] = "\x60\x8a", [0x4388] = "\x60\x8b", + [0x4389] = "\x60\x8c", [0x438a] = "\x60\x8d", [0x438b] = "\x60\x8e", + [0x438c] = "\x60\x8f", [0x438d] = "\x60\x90", [0x438e] = "\x60\x91", + [0x438f] = "\x60\x92", [0x4390] = "\x60\x93", [0x4391] = "\x60\x94", + [0x4392] = "\x60\x95", [0x4393] = "\x60\x96", [0x4394] = "\x60\x97", + [0x4395] = "\x60\x98", [0x4396] = "\x60\x99", [0x4397] = "\x60\x9a", + [0x4398] = "\x60\x9b", [0x4399] = "\x60\x9c", [0x439a] = "\x60\x9d", + [0x439b] = "\x60\x9e", [0x439c] = "\x60\x9f", [0x439d] = "\x60\xa0", + [0x439e] = "\x60\xa1", [0x439f] = "\x60\xa2", [0x43a0] = "\x60\xa3", + [0x43a1] = "\x60\xa4", [0x43a2] = "\x60\xa5", [0x43a3] = "\x60\xa6", + [0x43a4] = "\x60\xa7", [0x43a5] = "\x60\xa8", [0x43a6] = "\x60\xa9", + [0x43a7] = "\x60\xaa", [0x43a8] = "\x60\xab", [0x43a9] = "\x60\xac", + [0x43aa] = "\x60\xad", [0x43ab] = "\x60\xae", [0x43ac] = "\x60\xaf", + [0x43ad] = "\x60\xb0", [0x43ae] = "\x60\xb1", [0x43af] = "\x60\xb2", + [0x43b0] = "\x60\xb3", [0x43b1] = "\x60\xb4", [0x43b2] = "\x60\xb5", + [0x43b3] = "\x60\xb6", [0x43b4] = "\x60\xb7", [0x43b5] = "\x60\xb8", + [0x43b6] = "\x60\xb9", [0x43b7] = "\x60\xba", [0x43b8] = "\x60\xbb", + [0x43b9] = "\x60\xbc", [0x43ba] = "\x60\xbd", [0x43bb] = "\x60\xbe", + [0x43bc] = "\x60\xbf", [0x43bd] = "\x60\xc0", [0x43be] = "\x60\xc1", + [0x43bf] = "\x60\xc2", [0x43c0] = "\x60\xc3", [0x43c1] = "\x60\xc4", + [0x43c2] = "\x60\xc5", [0x43c3] = "\x60\xc6", [0x43c4] = "\x60\xc7", + [0x43c5] = "\x60\xc8", [0x43c6] = "\x60\xc9", [0x43c7] = "\x60\xca", + [0x43c8] = "\x60\xcb", [0x43c9] = "\x60\xcc", [0x43ca] = "\x60\xcd", + [0x43cb] = "\x60\xce", [0x43cc] = "\x60\xcf", [0x43cd] = "\x60\xd0", + [0x43ce] = "\x60\xd1", [0x43cf] = "\x60\xd2", [0x43d0] = "\x60\xd3", + [0x43d1] = "\x60\xd4", [0x43d2] = "\x60\xd5", [0x43d3] = "\x60\xd6", + [0x43d4] = "\x60\xd7", [0x43d5] = "\x60\xd8", [0x43d6] = "\x60\xd9", + [0x43d7] = "\x60\xda", [0x43d8] = "\x60\xdb", [0x43d9] = "\x60\xdc", + [0x43da] = "\x60\xdd", [0x43db] = "\x60\xde", [0x43dc] = "\x60\xdf", + [0x43dd] = "\x60\xe0", [0x43de] = "\x60\xe1", [0x43df] = "\x60\xe2", + [0x43e0] = "\x60\xe3", [0x43e1] = "\x60\xe4", [0x43e2] = "\x60\xe5", + [0x43e3] = "\x60\xe6", [0x43e4] = "\x60\xe7", [0x43e5] = "\x60\xe8", + [0x43e6] = "\x60\xe9", [0x43e7] = "\x60\xea", [0x43e8] = "\x60\xeb", + [0x43e9] = "\x60\xec", [0x43ea] = "\x60\xed", [0x43eb] = "\x60\xee", + [0x43ec] = "\x60\xef", [0x43ed] = "\x60\xf0", [0x43ee] = "\x60\xf1", + [0x43ef] = "\x60\xf2", [0x43f0] = "\x60\xf3", [0x43f1] = "\x60\xf4", + [0x43f2] = "\x60\xf5", [0x43f3] = "\x60\xf6", [0x43f4] = "\x60\xf7", + [0x43f5] = "\x60\xf8", [0x43f6] = "\x60\xf9", [0x43f7] = "\x60\xfa", + [0x43f8] = "\x60\xfb", [0x43f9] = "\x60\xfc", [0x43fa] = "\x60\xfd", + [0x43fb] = "\x60\xfe", [0x43fc] = "\x60\xff", [0x43fd] = "\x61\x00", + [0x43fe] = "\x61\x01", [0x43ff] = "\x61\x02", [0x4400] = "\x61\x03", + [0x4401] = "\x61\x04", [0x4402] = "\x61\x05", [0x4403] = "\x61\x06", + [0x4404] = "\x61\x07", [0x4405] = "\x61\x08", [0x4406] = "\x61\x09", + [0x4407] = "\x61\x0a", [0x4408] = "\x61\x0b", [0x4409] = "\x61\x0c", + [0x440a] = "\x61\x0d", [0x440b] = "\x61\x0e", [0x440c] = "\x61\x0f", + [0x440d] = "\x61\x10", [0x440e] = "\x61\x11", [0x440f] = "\x61\x12", + [0x4410] = "\x61\x13", [0x4411] = "\x61\x14", [0x4412] = "\x61\x15", + [0x4413] = "\x61\x16", [0x4414] = "\x61\x17", [0x4415] = "\x61\x18", + [0x4416] = "\x61\x19", [0x4417] = "\x61\x1a", [0x4418] = "\x61\x1b", + [0x4419] = "\x61\x1c", [0x441a] = "\x61\x1d", [0x441b] = "\x61\x1e", + [0x441c] = "\x61\x1f", [0x441d] = "\x61\x20", [0x441e] = "\x61\x21", + [0x441f] = "\x61\x22", [0x4420] = "\x61\x23", [0x4421] = "\x61\x24", + [0x4422] = "\x61\x25", [0x4423] = "\x61\x26", [0x4424] = "\x61\x27", + [0x4425] = "\x61\x28", [0x4426] = "\x61\x29", [0x4427] = "\x61\x2a", + [0x4428] = "\x61\x2b", [0x4429] = "\x61\x2c", [0x442a] = "\x61\x2d", + [0x442b] = "\x61\x2e", [0x442c] = "\x61\x2f", [0x442d] = "\x61\x30", + [0x442e] = "\x61\x31", [0x442f] = "\x61\x32", [0x4430] = "\x61\x33", + [0x4431] = "\x61\x34", [0x4432] = "\x61\x35", [0x4433] = "\x61\x36", + [0x4434] = "\x61\x37", [0x4435] = "\x61\x38", [0x4436] = "\x61\x39", + [0x4437] = "\x61\x3a", [0x4438] = "\x61\x3b", [0x4439] = "\x61\x3c", + [0x443a] = "\x61\x3d", [0x443b] = "\x61\x3e", [0x443c] = "\x61\x3f", + [0x443d] = "\x61\x40", [0x443e] = "\x61\x41", [0x443f] = "\x61\x42", + [0x4440] = "\x61\x43", [0x4441] = "\x61\x44", [0x4442] = "\x61\x45", + [0x4443] = "\x61\x46", [0x4444] = "\x61\x47", [0x4445] = "\x61\x48", + [0x4446] = "\x61\x49", [0x4447] = "\x61\x4a", [0x4448] = "\x61\x4b", + [0x4449] = "\x61\x4c", [0x444a] = "\x61\x4d", [0x444b] = "\x61\x4e", + [0x444c] = "\x61\x4f", [0x444d] = "\x61\x50", [0x444e] = "\x61\x51", + [0x444f] = "\x61\x52", [0x4450] = "\x61\x53", [0x4451] = "\x61\x54", + [0x4452] = "\x61\x55", [0x4453] = "\x61\x56", [0x4454] = "\x61\x57", + [0x4455] = "\x61\x58", [0x4456] = "\xfe\x7b", [0x4457] = "\x61\x59", + [0x4458] = "\x61\x5a", [0x4459] = "\x61\x5b", [0x445a] = "\x61\x5c", + [0x445b] = "\x61\x5d", [0x445c] = "\x61\x5e", [0x445d] = "\x61\x5f", + [0x445e] = "\x61\x60", [0x445f] = "\x61\x61", [0x4460] = "\x61\x62", + [0x4461] = "\x61\x63", [0x4462] = "\x61\x64", [0x4463] = "\x61\x65", + [0x4464] = "\x61\x66", [0x4465] = "\x61\x67", [0x4466] = "\x61\x68", + [0x4467] = "\x61\x69", [0x4468] = "\x61\x6a", [0x4469] = "\x61\x6b", + [0x446a] = "\x61\x6c", [0x446b] = "\x61\x6d", [0x446c] = "\x61\x6e", + [0x446d] = "\x61\x6f", [0x446e] = "\x61\x70", [0x446f] = "\x61\x71", + [0x4470] = "\x61\x72", [0x4471] = "\x61\x73", [0x4472] = "\x61\x74", + [0x4473] = "\x61\x75", [0x4474] = "\x61\x76", [0x4475] = "\x61\x77", + [0x4476] = "\x61\x78", [0x4477] = "\x61\x79", [0x4478] = "\x61\x7a", + [0x4479] = "\x61\x7b", [0x447a] = "\x61\x7c", [0x447b] = "\x61\x7d", + [0x447c] = "\x61\x7e", [0x447d] = "\x61\x7f", [0x447e] = "\x61\x80", + [0x447f] = "\x61\x81", [0x4480] = "\x61\x82", [0x4481] = "\x61\x83", + [0x4482] = "\x61\x84", [0x4483] = "\x61\x85", [0x4484] = "\x61\x86", + [0x4485] = "\x61\x87", [0x4486] = "\x61\x88", [0x4487] = "\x61\x89", + [0x4488] = "\x61\x8a", [0x4489] = "\x61\x8b", [0x448a] = "\x61\x8c", + [0x448b] = "\x61\x8d", [0x448c] = "\x61\x8e", [0x448d] = "\x61\x8f", + [0x448e] = "\x61\x90", [0x448f] = "\x61\x91", [0x4490] = "\x61\x92", + [0x4491] = "\x61\x93", [0x4492] = "\x61\x94", [0x4493] = "\x61\x95", + [0x4494] = "\x61\x96", [0x4495] = "\x61\x97", [0x4496] = "\x61\x98", + [0x4497] = "\x61\x99", [0x4498] = "\x61\x9a", [0x4499] = "\x61\x9b", + [0x449a] = "\x61\x9c", [0x449b] = "\x61\x9d", [0x449c] = "\x61\x9e", + [0x449d] = "\x61\x9f", [0x449e] = "\x61\xa0", [0x449f] = "\x61\xa1", + [0x44a0] = "\x61\xa2", [0x44a1] = "\x61\xa3", [0x44a2] = "\x61\xa4", + [0x44a3] = "\x61\xa5", [0x44a4] = "\x61\xa6", [0x44a5] = "\x61\xa7", + [0x44a6] = "\x61\xa8", [0x44a7] = "\x61\xa9", [0x44a8] = "\x61\xaa", + [0x44a9] = "\x61\xab", [0x44aa] = "\x61\xac", [0x44ab] = "\x61\xad", + [0x44ac] = "\x61\xae", [0x44ad] = "\x61\xaf", [0x44ae] = "\x61\xb0", + [0x44af] = "\x61\xb1", [0x44b0] = "\x61\xb2", [0x44b1] = "\x61\xb3", + [0x44b2] = "\x61\xb4", [0x44b3] = "\x61\xb5", [0x44b4] = "\x61\xb6", + [0x44b5] = "\x61\xb7", [0x44b6] = "\x61\xb8", [0x44b7] = "\x61\xb9", + [0x44b8] = "\x61\xba", [0x44b9] = "\x61\xbb", [0x44ba] = "\x61\xbc", + [0x44bb] = "\x61\xbd", [0x44bc] = "\x61\xbe", [0x44bd] = "\x61\xbf", + [0x44be] = "\x61\xc0", [0x44bf] = "\x61\xc1", [0x44c0] = "\x61\xc2", + [0x44c1] = "\x61\xc3", [0x44c2] = "\x61\xc4", [0x44c3] = "\x61\xc5", + [0x44c4] = "\x61\xc6", [0x44c5] = "\x61\xc7", [0x44c6] = "\x61\xc8", + [0x44c7] = "\x61\xc9", [0x44c8] = "\x61\xca", [0x44c9] = "\x61\xcb", + [0x44ca] = "\x61\xcc", [0x44cb] = "\x61\xcd", [0x44cc] = "\x61\xce", + [0x44cd] = "\x61\xcf", [0x44ce] = "\x61\xd0", [0x44cf] = "\x61\xd1", + [0x44d0] = "\x61\xd2", [0x44d1] = "\x61\xd3", [0x44d2] = "\x61\xd4", + [0x44d3] = "\x61\xd5", [0x44d4] = "\x61\xd6", [0x44d5] = "\x61\xd7", + [0x44d6] = "\x61\xd8", [0x44d7] = "\x61\xd9", [0x44d8] = "\x61\xda", + [0x44d9] = "\x61\xdb", [0x44da] = "\x61\xdc", [0x44db] = "\x61\xdd", + [0x44dc] = "\x61\xde", [0x44dd] = "\x61\xdf", [0x44de] = "\x61\xe0", + [0x44df] = "\x61\xe1", [0x44e0] = "\x61\xe2", [0x44e1] = "\x61\xe3", + [0x44e2] = "\x61\xe4", [0x44e3] = "\x61\xe5", [0x44e4] = "\x61\xe6", + [0x44e5] = "\x61\xe7", [0x44e6] = "\x61\xe8", [0x44e7] = "\x61\xe9", + [0x44e8] = "\x61\xea", [0x44e9] = "\x61\xeb", [0x44ea] = "\x61\xec", + [0x44eb] = "\x61\xed", [0x44ec] = "\x61\xee", [0x44ed] = "\x61\xef", + [0x44ee] = "\x61\xf0", [0x44ef] = "\x61\xf1", [0x44f0] = "\x61\xf2", + [0x44f1] = "\x61\xf3", [0x44f2] = "\x61\xf4", [0x44f3] = "\x61\xf5", + [0x44f4] = "\x61\xf6", [0x44f5] = "\x61\xf7", [0x44f6] = "\x61\xf8", + [0x44f7] = "\x61\xf9", [0x44f8] = "\x61\xfa", [0x44f9] = "\x61\xfb", + [0x44fa] = "\x61\xfc", [0x44fb] = "\x61\xfd", [0x44fc] = "\x61\xfe", + [0x44fd] = "\x61\xff", [0x44fe] = "\x62\x00", [0x44ff] = "\x62\x01", + [0x4500] = "\x62\x02", [0x4501] = "\x62\x03", [0x4502] = "\x62\x04", + [0x4503] = "\x62\x05", [0x4504] = "\x62\x06", [0x4505] = "\x62\x07", + [0x4506] = "\x62\x08", [0x4507] = "\x62\x09", [0x4508] = "\x62\x0a", + [0x4509] = "\x62\x0b", [0x450a] = "\x62\x0c", [0x450b] = "\x62\x0d", + [0x450c] = "\x62\x0e", [0x450d] = "\x62\x0f", [0x450e] = "\x62\x10", + [0x450f] = "\x62\x11", [0x4510] = "\x62\x12", [0x4511] = "\x62\x13", + [0x4512] = "\x62\x14", [0x4513] = "\x62\x15", [0x4514] = "\x62\x16", + [0x4515] = "\x62\x17", [0x4516] = "\x62\x18", [0x4517] = "\x62\x19", + [0x4518] = "\x62\x1a", [0x4519] = "\x62\x1b", [0x451a] = "\x62\x1c", + [0x451b] = "\x62\x1d", [0x451c] = "\x62\x1e", [0x451d] = "\x62\x1f", + [0x451e] = "\x62\x20", [0x451f] = "\x62\x21", [0x4520] = "\x62\x22", + [0x4521] = "\x62\x23", [0x4522] = "\x62\x24", [0x4523] = "\x62\x25", + [0x4524] = "\x62\x26", [0x4525] = "\x62\x27", [0x4526] = "\x62\x28", + [0x4527] = "\x62\x29", [0x4528] = "\x62\x2a", [0x4529] = "\x62\x2b", + [0x452a] = "\x62\x2c", [0x452b] = "\x62\x2d", [0x452c] = "\x62\x2e", + [0x452d] = "\x62\x2f", [0x452e] = "\x62\x30", [0x452f] = "\x62\x31", + [0x4530] = "\x62\x32", [0x4531] = "\x62\x33", [0x4532] = "\x62\x34", + [0x4533] = "\x62\x35", [0x4534] = "\x62\x36", [0x4535] = "\x62\x37", + [0x4536] = "\x62\x38", [0x4537] = "\x62\x39", [0x4538] = "\x62\x3a", + [0x4539] = "\x62\x3b", [0x453a] = "\x62\x3c", [0x453b] = "\x62\x3d", + [0x453c] = "\x62\x3e", [0x453d] = "\x62\x3f", [0x453e] = "\x62\x40", + [0x453f] = "\x62\x41", [0x4540] = "\x62\x42", [0x4541] = "\x62\x43", + [0x4542] = "\x62\x44", [0x4543] = "\x62\x45", [0x4544] = "\x62\x46", + [0x4545] = "\x62\x47", [0x4546] = "\x62\x48", [0x4547] = "\x62\x49", + [0x4548] = "\x62\x4a", [0x4549] = "\x62\x4b", [0x454a] = "\x62\x4c", + [0x454b] = "\x62\x4d", [0x454c] = "\x62\x4e", [0x454d] = "\x62\x4f", + [0x454e] = "\x62\x50", [0x454f] = "\x62\x51", [0x4550] = "\x62\x52", + [0x4551] = "\x62\x53", [0x4552] = "\x62\x54", [0x4553] = "\x62\x55", + [0x4554] = "\x62\x56", [0x4555] = "\x62\x57", [0x4556] = "\x62\x58", + [0x4557] = "\x62\x59", [0x4558] = "\x62\x5a", [0x4559] = "\x62\x5b", + [0x455a] = "\x62\x5c", [0x455b] = "\x62\x5d", [0x455c] = "\x62\x5e", + [0x455d] = "\x62\x5f", [0x455e] = "\x62\x60", [0x455f] = "\x62\x61", + [0x4560] = "\x62\x62", [0x4561] = "\x62\x63", [0x4562] = "\x62\x64", + [0x4563] = "\x62\x65", [0x4564] = "\x62\x66", [0x4565] = "\x62\x67", + [0x4566] = "\x62\x68", [0x4567] = "\x62\x69", [0x4568] = "\x62\x6a", + [0x4569] = "\x62\x6b", [0x456a] = "\x62\x6c", [0x456b] = "\x62\x6d", + [0x456c] = "\x62\x6e", [0x456d] = "\x62\x6f", [0x456e] = "\x62\x70", + [0x456f] = "\x62\x71", [0x4570] = "\x62\x72", [0x4571] = "\x62\x73", + [0x4572] = "\x62\x74", [0x4573] = "\x62\x75", [0x4574] = "\x62\x76", + [0x4575] = "\x62\x77", [0x4576] = "\x62\x78", [0x4577] = "\x62\x79", + [0x4578] = "\x62\x7a", [0x4579] = "\x62\x7b", [0x457a] = "\x62\x7c", + [0x457b] = "\x62\x7d", [0x457c] = "\x62\x7e", [0x457d] = "\x62\x7f", + [0x457e] = "\x62\x80", [0x457f] = "\x62\x81", [0x4580] = "\x62\x82", + [0x4581] = "\x62\x83", [0x4582] = "\x62\x84", [0x4583] = "\x62\x85", + [0x4584] = "\x62\x86", [0x4585] = "\x62\x87", [0x4586] = "\x62\x88", + [0x4587] = "\x62\x89", [0x4588] = "\x62\x8a", [0x4589] = "\x62\x8b", + [0x458a] = "\x62\x8c", [0x458b] = "\x62\x8d", [0x458c] = "\x62\x8e", + [0x458d] = "\x62\x8f", [0x458e] = "\x62\x90", [0x458f] = "\x62\x91", + [0x4590] = "\x62\x92", [0x4591] = "\x62\x93", [0x4592] = "\x62\x94", + [0x4593] = "\x62\x95", [0x4594] = "\x62\x96", [0x4595] = "\x62\x97", + [0x4596] = "\x62\x98", [0x4597] = "\x62\x99", [0x4598] = "\x62\x9a", + [0x4599] = "\x62\x9b", [0x459a] = "\x62\x9c", [0x459b] = "\x62\x9d", + [0x459c] = "\x62\x9e", [0x459d] = "\x62\x9f", [0x459e] = "\x62\xa0", + [0x459f] = "\x62\xa1", [0x45a0] = "\x62\xa2", [0x45a1] = "\x62\xa3", + [0x45a2] = "\x62\xa4", [0x45a3] = "\x62\xa5", [0x45a4] = "\x62\xa6", + [0x45a5] = "\x62\xa7", [0x45a6] = "\x62\xa8", [0x45a7] = "\x62\xa9", + [0x45a8] = "\x62\xaa", [0x45a9] = "\x62\xab", [0x45aa] = "\x62\xac", + [0x45ab] = "\x62\xad", [0x45ac] = "\x62\xae", [0x45ad] = "\x62\xaf", + [0x45ae] = "\x62\xb0", [0x45af] = "\x62\xb1", [0x45b0] = "\x62\xb2", + [0x45b1] = "\x62\xb3", [0x45b2] = "\x62\xb4", [0x45b3] = "\x62\xb5", + [0x45b4] = "\x62\xb6", [0x45b5] = "\x62\xb7", [0x45b6] = "\x62\xb8", + [0x45b7] = "\x62\xb9", [0x45b8] = "\x62\xba", [0x45b9] = "\x62\xbb", + [0x45ba] = "\x62\xbc", [0x45bb] = "\x62\xbd", [0x45bc] = "\x62\xbe", + [0x45bd] = "\x62\xbf", [0x45be] = "\x62\xc0", [0x45bf] = "\x62\xc1", + [0x45c0] = "\x62\xc2", [0x45c1] = "\x62\xc3", [0x45c2] = "\x62\xc4", + [0x45c3] = "\x62\xc5", [0x45c4] = "\x62\xc6", [0x45c5] = "\x62\xc7", + [0x45c6] = "\x62\xc8", [0x45c7] = "\x62\xc9", [0x45c8] = "\x62\xca", + [0x45c9] = "\x62\xcb", [0x45ca] = "\x62\xcc", [0x45cb] = "\x62\xcd", + [0x45cc] = "\xfe\x7d", [0x45cd] = "\x62\xce", [0x45ce] = "\x62\xcf", + [0x45cf] = "\x62\xd0", [0x45d0] = "\x62\xd1", [0x45d1] = "\x62\xd2", + [0x45d2] = "\x62\xd3", [0x45d3] = "\x62\xd4", [0x45d4] = "\x62\xd5", + [0x45d5] = "\x62\xd6", [0x45d6] = "\x62\xd7", [0x45d7] = "\x62\xd8", + [0x45d8] = "\x62\xd9", [0x45d9] = "\x62\xda", [0x45da] = "\x62\xdb", + [0x45db] = "\x62\xdc", [0x45dc] = "\x62\xdd", [0x45dd] = "\x62\xde", + [0x45de] = "\x62\xdf", [0x45df] = "\x62\xe0", [0x45e0] = "\x62\xe1", + [0x45e1] = "\xfe\x7c", [0x45e2] = "\x62\xe2", [0x45e3] = "\x62\xe3", + [0x45e4] = "\x62\xe4", [0x45e5] = "\x62\xe5", [0x45e6] = "\x62\xe6", + [0x45e7] = "\x62\xe7", [0x45e8] = "\x62\xe8", [0x45e9] = "\x62\xe9", + [0x45ea] = "\x62\xea", [0x45eb] = "\x62\xeb", [0x45ec] = "\x62\xec", + [0x45ed] = "\x62\xed", [0x45ee] = "\x62\xee", [0x45ef] = "\x62\xef", + [0x45f0] = "\x62\xf0", [0x45f1] = "\x62\xf1", [0x45f2] = "\x62\xf2", + [0x45f3] = "\x62\xf3", [0x45f4] = "\x62\xf4", [0x45f5] = "\x62\xf5", + [0x45f6] = "\x62\xf6", [0x45f7] = "\x62\xf7", [0x45f8] = "\x62\xf8", + [0x45f9] = "\x62\xf9", [0x45fa] = "\x62\xfa", [0x45fb] = "\x62\xfb", + [0x45fc] = "\x62\xfc", [0x45fd] = "\x62\xfd", [0x45fe] = "\x62\xfe", + [0x45ff] = "\x62\xff", [0x4600] = "\x63\x00", [0x4601] = "\x63\x01", + [0x4602] = "\x63\x02", [0x4603] = "\x63\x03", [0x4604] = "\x63\x04", + [0x4605] = "\x63\x05", [0x4606] = "\x63\x06", [0x4607] = "\x63\x07", + [0x4608] = "\x63\x08", [0x4609] = "\x63\x09", [0x460a] = "\x63\x0a", + [0x460b] = "\x63\x0b", [0x460c] = "\x63\x0c", [0x460d] = "\x63\x0d", + [0x460e] = "\x63\x0e", [0x460f] = "\x63\x0f", [0x4610] = "\x63\x10", + [0x4611] = "\x63\x11", [0x4612] = "\x63\x12", [0x4613] = "\x63\x13", + [0x4614] = "\x63\x14", [0x4615] = "\x63\x15", [0x4616] = "\x63\x16", + [0x4617] = "\x63\x17", [0x4618] = "\x63\x18", [0x4619] = "\x63\x19", + [0x461a] = "\x63\x1a", [0x461b] = "\x63\x1b", [0x461c] = "\x63\x1c", + [0x461d] = "\x63\x1d", [0x461e] = "\x63\x1e", [0x461f] = "\x63\x1f", + [0x4620] = "\x63\x20", [0x4621] = "\x63\x21", [0x4622] = "\x63\x22", + [0x4623] = "\x63\x23", [0x4624] = "\x63\x24", [0x4625] = "\x63\x25", + [0x4626] = "\x63\x26", [0x4627] = "\x63\x27", [0x4628] = "\x63\x28", + [0x4629] = "\x63\x29", [0x462a] = "\x63\x2a", [0x462b] = "\x63\x2b", + [0x462c] = "\x63\x2c", [0x462d] = "\x63\x2d", [0x462e] = "\x63\x2e", + [0x462f] = "\x63\x2f", [0x4630] = "\x63\x30", [0x4631] = "\x63\x31", + [0x4632] = "\x63\x32", [0x4633] = "\x63\x33", [0x4634] = "\x63\x34", + [0x4635] = "\x63\x35", [0x4636] = "\x63\x36", [0x4637] = "\x63\x37", + [0x4638] = "\x63\x38", [0x4639] = "\x63\x39", [0x463a] = "\x63\x3a", + [0x463b] = "\x63\x3b", [0x463c] = "\x63\x3c", [0x463d] = "\x63\x3d", + [0x463e] = "\x63\x3e", [0x463f] = "\x63\x3f", [0x4640] = "\x63\x40", + [0x4641] = "\x63\x41", [0x4642] = "\x63\x42", [0x4643] = "\x63\x43", + [0x4644] = "\x63\x44", [0x4645] = "\x63\x45", [0x4646] = "\x63\x46", + [0x4647] = "\x63\x47", [0x4648] = "\x63\x48", [0x4649] = "\x63\x49", + [0x464a] = "\x63\x4a", [0x464b] = "\x63\x4b", [0x464c] = "\x63\x4c", + [0x464d] = "\x63\x4d", [0x464e] = "\x63\x4e", [0x464f] = "\x63\x4f", + [0x4650] = "\x63\x50", [0x4651] = "\x63\x51", [0x4652] = "\x63\x52", + [0x4653] = "\x63\x53", [0x4654] = "\x63\x54", [0x4655] = "\x63\x55", + [0x4656] = "\x63\x56", [0x4657] = "\x63\x57", [0x4658] = "\x63\x58", + [0x4659] = "\x63\x59", [0x465a] = "\x63\x5a", [0x465b] = "\x63\x5b", + [0x465c] = "\x63\x5c", [0x465d] = "\x63\x5d", [0x465e] = "\x63\x5e", + [0x465f] = "\x63\x5f", [0x4660] = "\x63\x60", [0x4661] = "\x63\x61", + [0x4662] = "\x63\x62", [0x4663] = "\x63\x63", [0x4664] = "\x63\x64", + [0x4665] = "\x63\x65", [0x4666] = "\x63\x66", [0x4667] = "\x63\x67", + [0x4668] = "\x63\x68", [0x4669] = "\x63\x69", [0x466a] = "\x63\x6a", + [0x466b] = "\x63\x6b", [0x466c] = "\x63\x6c", [0x466d] = "\x63\x6d", + [0x466e] = "\x63\x6e", [0x466f] = "\x63\x6f", [0x4670] = "\x63\x70", + [0x4671] = "\x63\x71", [0x4672] = "\x63\x72", [0x4673] = "\x63\x73", + [0x4674] = "\x63\x74", [0x4675] = "\x63\x75", [0x4676] = "\x63\x76", + [0x4677] = "\x63\x77", [0x4678] = "\x63\x78", [0x4679] = "\x63\x79", + [0x467a] = "\x63\x7a", [0x467b] = "\x63\x7b", [0x467c] = "\x63\x7c", + [0x467d] = "\x63\x7d", [0x467e] = "\x63\x7e", [0x467f] = "\x63\x7f", + [0x4680] = "\x63\x80", [0x4681] = "\x63\x81", [0x4682] = "\x63\x82", + [0x4683] = "\x63\x83", [0x4684] = "\x63\x84", [0x4685] = "\x63\x85", + [0x4686] = "\x63\x86", [0x4687] = "\x63\x87", [0x4688] = "\x63\x88", + [0x4689] = "\x63\x89", [0x468a] = "\x63\x8a", [0x468b] = "\x63\x8b", + [0x468c] = "\x63\x8c", [0x468d] = "\x63\x8d", [0x468e] = "\x63\x8e", + [0x468f] = "\x63\x8f", [0x4690] = "\x63\x90", [0x4691] = "\x63\x91", + [0x4692] = "\x63\x92", [0x4693] = "\x63\x93", [0x4694] = "\x63\x94", + [0x4695] = "\x63\x95", [0x4696] = "\x63\x96", [0x4697] = "\x63\x97", + [0x4698] = "\x63\x98", [0x4699] = "\x63\x99", [0x469a] = "\x63\x9a", + [0x469b] = "\x63\x9b", [0x469c] = "\x63\x9c", [0x469d] = "\x63\x9d", + [0x469e] = "\x63\x9e", [0x469f] = "\x63\x9f", [0x46a0] = "\x63\xa0", + [0x46a1] = "\x63\xa1", [0x46a2] = "\x63\xa2", [0x46a3] = "\xfe\x80", + [0x46a4] = "\x63\xa3", [0x46a5] = "\x63\xa4", [0x46a6] = "\x63\xa5", + [0x46a7] = "\x63\xa6", [0x46a8] = "\x63\xa7", [0x46a9] = "\xfe\x81", + [0x46aa] = "\x63\xa8", [0x46ab] = "\x63\xa9", [0x46ac] = "\x63\xaa", + [0x46ad] = "\x63\xab", [0x46ae] = "\x63\xac", [0x46af] = "\x63\xad", + [0x46b0] = "\x63\xae", [0x46b1] = "\x63\xaf", [0x46b2] = "\x63\xb0", + [0x46b3] = "\x63\xb1", [0x46b4] = "\x63\xb2", [0x46b5] = "\x63\xb3", + [0x46b6] = "\x63\xb4", [0x46b7] = "\x63\xb5", [0x46b8] = "\x63\xb6", + [0x46b9] = "\x63\xb7", [0x46ba] = "\x63\xb8", [0x46bb] = "\x63\xb9", + [0x46bc] = "\x63\xba", [0x46bd] = "\x63\xbb", [0x46be] = "\x63\xbc", + [0x46bf] = "\x63\xbd", [0x46c0] = "\x63\xbe", [0x46c1] = "\x63\xbf", + [0x46c2] = "\x63\xc0", [0x46c3] = "\x63\xc1", [0x46c4] = "\x63\xc2", + [0x46c5] = "\x63\xc3", [0x46c6] = "\x63\xc4", [0x46c7] = "\x63\xc5", + [0x46c8] = "\x63\xc6", [0x46c9] = "\x63\xc7", [0x46ca] = "\x63\xc8", + [0x46cb] = "\x63\xc9", [0x46cc] = "\x63\xca", [0x46cd] = "\x63\xcb", + [0x46ce] = "\x63\xcc", [0x46cf] = "\x63\xcd", [0x46d0] = "\x63\xce", + [0x46d1] = "\x63\xcf", [0x46d2] = "\x63\xd0", [0x46d3] = "\x63\xd1", + [0x46d4] = "\x63\xd2", [0x46d5] = "\x63\xd3", [0x46d6] = "\x63\xd4", + [0x46d7] = "\x63\xd5", [0x46d8] = "\x63\xd6", [0x46d9] = "\x63\xd7", + [0x46da] = "\x63\xd8", [0x46db] = "\x63\xd9", [0x46dc] = "\x63\xda", + [0x46dd] = "\x63\xdb", [0x46de] = "\x63\xdc", [0x46df] = "\x63\xdd", + [0x46e0] = "\x63\xde", [0x46e1] = "\x63\xdf", [0x46e2] = "\x63\xe0", + [0x46e3] = "\x63\xe1", [0x46e4] = "\x63\xe2", [0x46e5] = "\x63\xe3", + [0x46e6] = "\x63\xe4", [0x46e7] = "\x63\xe5", [0x46e8] = "\x63\xe6", + [0x46e9] = "\x63\xe7", [0x46ea] = "\x63\xe8", [0x46eb] = "\x63\xe9", + [0x46ec] = "\x63\xea", [0x46ed] = "\x63\xeb", [0x46ee] = "\x63\xec", + [0x46ef] = "\x63\xed", [0x46f0] = "\x63\xee", [0x46f1] = "\x63\xef", + [0x46f2] = "\x63\xf0", [0x46f3] = "\x63\xf1", [0x46f4] = "\x63\xf2", + [0x46f5] = "\x63\xf3", [0x46f6] = "\x63\xf4", [0x46f7] = "\x63\xf5", + [0x46f8] = "\x63\xf6", [0x46f9] = "\x63\xf7", [0x46fa] = "\x63\xf8", + [0x46fb] = "\x63\xf9", [0x46fc] = "\xfe\x82", [0x46fd] = "\x63\xfa", + [0x46fe] = "\x63\xfb", [0x46ff] = "\x63\xfc", [0x4700] = "\x63\xfd", + [0x4701] = "\x63\xfe", [0x4702] = "\x63\xff", [0x4703] = "\x64\x00", + [0x4704] = "\x64\x01", [0x4705] = "\x64\x02", [0x4706] = "\x64\x03", + [0x4707] = "\x64\x04", [0x4708] = "\x64\x05", [0x4709] = "\x64\x06", + [0x470a] = "\x64\x07", [0x470b] = "\x64\x08", [0x470c] = "\x64\x09", + [0x470d] = "\xfe\x83", [0x470e] = "\x64\x0a", [0x470f] = "\x64\x0b", + [0x4710] = "\x64\x0c", [0x4711] = "\x64\x0d", [0x4712] = "\x64\x0e", + [0x4713] = "\x64\x0f", [0x4714] = "\x64\x10", [0x4715] = "\x64\x11", + [0x4716] = "\x64\x12", [0x4717] = "\x64\x13", [0x4718] = "\x64\x14", + [0x4719] = "\x64\x15", [0x471a] = "\x64\x16", [0x471b] = "\x64\x17", + [0x471c] = "\x64\x18", [0x471d] = "\x64\x19", [0x471e] = "\x64\x1a", + [0x471f] = "\x64\x1b", [0x4720] = "\x64\x1c", [0x4721] = "\x64\x1d", + [0x4722] = "\x64\x1e", [0x4723] = "\x64\x1f", [0x4724] = "\x64\x20", + [0x4725] = "\x64\x21", [0x4726] = "\x64\x22", [0x4727] = "\x64\x23", + [0x4728] = "\x64\x24", [0x4729] = "\x64\x25", [0x472a] = "\x64\x26", + [0x472b] = "\x64\x27", [0x472c] = "\x64\x28", [0x472d] = "\x64\x29", + [0x472e] = "\x64\x2a", [0x472f] = "\x64\x2b", [0x4730] = "\x64\x2c", + [0x4731] = "\x64\x2d", [0x4732] = "\x64\x2e", [0x4733] = "\x64\x2f", + [0x4734] = "\x64\x30", [0x4735] = "\x64\x31", [0x4736] = "\x64\x32", + [0x4737] = "\x64\x33", [0x4738] = "\x64\x34", [0x4739] = "\x64\x35", + [0x473a] = "\x64\x36", [0x473b] = "\x64\x37", [0x473c] = "\x64\x38", + [0x473d] = "\x64\x39", [0x473e] = "\x64\x3a", [0x473f] = "\x64\x3b", + [0x4740] = "\x64\x3c", [0x4741] = "\x64\x3d", [0x4742] = "\x64\x3e", + [0x4743] = "\x64\x3f", [0x4744] = "\x64\x40", [0x4745] = "\x64\x41", + [0x4746] = "\x64\x42", [0x4747] = "\x64\x43", [0x4748] = "\x64\x44", + [0x4749] = "\x64\x45", [0x474a] = "\x64\x46", [0x474b] = "\x64\x47", + [0x474c] = "\x64\x48", [0x474d] = "\x64\x49", [0x474e] = "\x64\x4a", + [0x474f] = "\x64\x4b", [0x4750] = "\x64\x4c", [0x4751] = "\x64\x4d", + [0x4752] = "\x64\x4e", [0x4753] = "\x64\x4f", [0x4754] = "\x64\x50", + [0x4755] = "\x64\x51", [0x4756] = "\x64\x52", [0x4757] = "\x64\x53", + [0x4758] = "\x64\x54", [0x4759] = "\x64\x55", [0x475a] = "\x64\x56", + [0x475b] = "\x64\x57", [0x475c] = "\x64\x58", [0x475d] = "\x64\x59", + [0x475e] = "\x64\x5a", [0x475f] = "\x64\x5b", [0x4760] = "\x64\x5c", + [0x4761] = "\x64\x5d", [0x4762] = "\x64\x5e", [0x4763] = "\x64\x5f", + [0x4764] = "\x64\x60", [0x4765] = "\x64\x61", [0x4766] = "\x64\x62", + [0x4767] = "\x64\x63", [0x4768] = "\x64\x64", [0x4769] = "\x64\x65", + [0x476a] = "\x64\x66", [0x476b] = "\x64\x67", [0x476c] = "\x64\x68", + [0x476d] = "\x64\x69", [0x476e] = "\x64\x6a", [0x476f] = "\x64\x6b", + [0x4770] = "\x64\x6c", [0x4771] = "\x64\x6d", [0x4772] = "\x64\x6e", + [0x4773] = "\x64\x6f", [0x4774] = "\x64\x70", [0x4775] = "\x64\x71", + [0x4776] = "\x64\x72", [0x4777] = "\x64\x73", [0x4778] = "\x64\x74", + [0x4779] = "\x64\x75", [0x477a] = "\x64\x76", [0x477b] = "\x64\x77", + [0x477c] = "\x64\x78", [0x477d] = "\x64\x79", [0x477e] = "\x64\x7a", + [0x477f] = "\x64\x7b", [0x4780] = "\x64\x7c", [0x4781] = "\x64\x7d", + [0x4782] = "\x64\x7e", [0x4783] = "\x64\x7f", [0x4784] = "\x64\x80", + [0x4785] = "\x64\x81", [0x4786] = "\x64\x82", [0x4787] = "\x64\x83", + [0x4788] = "\x64\x84", [0x4789] = "\x64\x85", [0x478a] = "\x64\x86", + [0x478b] = "\x64\x87", [0x478c] = "\x64\x88", [0x478d] = "\x64\x89", + [0x478e] = "\x64\x8a", [0x478f] = "\x64\x8b", [0x4790] = "\x64\x8c", + [0x4791] = "\x64\x8d", [0x4792] = "\x64\x8e", [0x4793] = "\x64\x8f", + [0x4794] = "\x64\x90", [0x4795] = "\x64\x91", [0x4796] = "\x64\x92", + [0x4797] = "\x64\x93", [0x4798] = "\x64\x94", [0x4799] = "\x64\x95", + [0x479a] = "\x64\x96", [0x479b] = "\x64\x97", [0x479c] = "\x64\x98", + [0x479d] = "\x64\x99", [0x479e] = "\x64\x9a", [0x479f] = "\x64\x9b", + [0x47a0] = "\x64\x9c", [0x47a1] = "\x64\x9d", [0x47a2] = "\x64\x9e", + [0x47a3] = "\x64\x9f", [0x47a4] = "\x64\xa0", [0x47a5] = "\x64\xa1", + [0x47a6] = "\x64\xa2", [0x47a7] = "\x64\xa3", [0x47a8] = "\x64\xa4", + [0x47a9] = "\x64\xa5", [0x47aa] = "\x64\xa6", [0x47ab] = "\x64\xa7", + [0x47ac] = "\x64\xa8", [0x47ad] = "\x64\xa9", [0x47ae] = "\x64\xaa", + [0x47af] = "\x64\xab", [0x47b0] = "\x64\xac", [0x47b1] = "\x64\xad", + [0x47b2] = "\x64\xae", [0x47b3] = "\x64\xaf", [0x47b4] = "\x64\xb0", + [0x47b5] = "\x64\xb1", [0x47b6] = "\x64\xb2", [0x47b7] = "\x64\xb3", + [0x47b8] = "\x64\xb4", [0x47b9] = "\x64\xb5", [0x47ba] = "\x64\xb6", + [0x47bb] = "\x64\xb7", [0x47bc] = "\x64\xb8", [0x47bd] = "\x64\xb9", + [0x47be] = "\x64\xba", [0x47bf] = "\x64\xbb", [0x47c0] = "\x64\xbc", + [0x47c1] = "\x64\xbd", [0x47c2] = "\x64\xbe", [0x47c3] = "\x64\xbf", + [0x47c4] = "\x64\xc0", [0x47c5] = "\x64\xc1", [0x47c6] = "\x64\xc2", + [0x47c7] = "\x64\xc3", [0x47c8] = "\x64\xc4", [0x47c9] = "\x64\xc5", + [0x47ca] = "\x64\xc6", [0x47cb] = "\x64\xc7", [0x47cc] = "\x64\xc8", + [0x47cd] = "\x64\xc9", [0x47ce] = "\x64\xca", [0x47cf] = "\x64\xcb", + [0x47d0] = "\x64\xcc", [0x47d1] = "\x64\xcd", [0x47d2] = "\x64\xce", + [0x47d3] = "\x64\xcf", [0x47d4] = "\x64\xd0", [0x47d5] = "\x64\xd1", + [0x47d6] = "\x64\xd2", [0x47d7] = "\x64\xd3", [0x47d8] = "\x64\xd4", + [0x47d9] = "\x64\xd5", [0x47da] = "\x64\xd6", [0x47db] = "\x64\xd7", + [0x47dc] = "\x64\xd8", [0x47dd] = "\x64\xd9", [0x47de] = "\x64\xda", + [0x47df] = "\x64\xdb", [0x47e0] = "\x64\xdc", [0x47e1] = "\x64\xdd", + [0x47e2] = "\x64\xde", [0x47e3] = "\x64\xdf", [0x47e4] = "\x64\xe0", + [0x47e5] = "\x64\xe1", [0x47e6] = "\x64\xe2", [0x47e7] = "\x64\xe3", + [0x47e8] = "\x64\xe4", [0x47e9] = "\x64\xe5", [0x47ea] = "\x64\xe6", + [0x47eb] = "\x64\xe7", [0x47ec] = "\x64\xe8", [0x47ed] = "\x64\xe9", + [0x47ee] = "\x64\xea", [0x47ef] = "\x64\xeb", [0x47f0] = "\x64\xec", + [0x47f1] = "\x64\xed", [0x47f2] = "\x64\xee", [0x47f3] = "\x64\xef", + [0x47f4] = "\x64\xf0", [0x47f5] = "\x64\xf1", [0x47f6] = "\x64\xf2", + [0x47f7] = "\x64\xf3", [0x47f8] = "\x64\xf4", [0x47f9] = "\x64\xf5", + [0x47fa] = "\x64\xf6", [0x47fb] = "\x64\xf7", [0x47fc] = "\x64\xf8", + [0x47fd] = "\x64\xf9", [0x47fe] = "\x64\xfa", [0x47ff] = "\x64\xfb", + [0x4800] = "\x64\xfc", [0x4801] = "\x64\xfd", [0x4802] = "\x64\xfe", + [0x4803] = "\x64\xff", [0x4804] = "\x65\x00", [0x4805] = "\x65\x01", + [0x4806] = "\x65\x02", [0x4807] = "\x65\x03", [0x4808] = "\x65\x04", + [0x4809] = "\x65\x05", [0x480a] = "\x65\x06", [0x480b] = "\x65\x07", + [0x480c] = "\x65\x08", [0x480d] = "\x65\x09", [0x480e] = "\x65\x0a", + [0x480f] = "\x65\x0b", [0x4810] = "\x65\x0c", [0x4811] = "\x65\x0d", + [0x4812] = "\x65\x0e", [0x4813] = "\x65\x0f", [0x4814] = "\x65\x10", + [0x4815] = "\x65\x11", [0x4816] = "\x65\x12", [0x4817] = "\x65\x13", + [0x4818] = "\x65\x14", [0x4819] = "\x65\x15", [0x481a] = "\x65\x16", + [0x481b] = "\x65\x17", [0x481c] = "\x65\x18", [0x481d] = "\x65\x19", + [0x481e] = "\x65\x1a", [0x481f] = "\x65\x1b", [0x4820] = "\x65\x1c", + [0x4821] = "\x65\x1d", [0x4822] = "\x65\x1e", [0x4823] = "\x65\x1f", + [0x4824] = "\x65\x20", [0x4825] = "\x65\x21", [0x4826] = "\x65\x22", + [0x4827] = "\x65\x23", [0x4828] = "\x65\x24", [0x4829] = "\x65\x25", + [0x482a] = "\x65\x26", [0x482b] = "\x65\x27", [0x482c] = "\x65\x28", + [0x482d] = "\x65\x29", [0x482e] = "\x65\x2a", [0x482f] = "\x65\x2b", + [0x4830] = "\x65\x2c", [0x4831] = "\x65\x2d", [0x4832] = "\x65\x2e", + [0x4833] = "\x65\x2f", [0x4834] = "\x65\x30", [0x4835] = "\x65\x31", + [0x4836] = "\x65\x32", [0x4837] = "\x65\x33", [0x4838] = "\x65\x34", + [0x4839] = "\x65\x35", [0x483a] = "\x65\x36", [0x483b] = "\x65\x37", + [0x483c] = "\x65\x38", [0x483d] = "\x65\x39", [0x483e] = "\x65\x3a", + [0x483f] = "\x65\x3b", [0x4840] = "\x65\x3c", [0x4841] = "\x65\x3d", + [0x4842] = "\x65\x3e", [0x4843] = "\x65\x3f", [0x4844] = "\x65\x40", + [0x4845] = "\x65\x41", [0x4846] = "\x65\x42", [0x4847] = "\x65\x43", + [0x4848] = "\x65\x44", [0x4849] = "\x65\x45", [0x484a] = "\x65\x46", + [0x484b] = "\x65\x47", [0x484c] = "\x65\x48", [0x484d] = "\x65\x49", + [0x484e] = "\x65\x4a", [0x484f] = "\x65\x4b", [0x4850] = "\x65\x4c", + [0x4851] = "\x65\x4d", [0x4852] = "\x65\x4e", [0x4853] = "\x65\x4f", + [0x4854] = "\x65\x50", [0x4855] = "\x65\x51", [0x4856] = "\x65\x52", + [0x4857] = "\x65\x53", [0x4858] = "\x65\x54", [0x4859] = "\x65\x55", + [0x485a] = "\x65\x56", [0x485b] = "\x65\x57", [0x485c] = "\x65\x58", + [0x485d] = "\x65\x59", [0x485e] = "\x65\x5a", [0x485f] = "\x65\x5b", + [0x4860] = "\x65\x5c", [0x4861] = "\x65\x5d", [0x4862] = "\x65\x5e", + [0x4863] = "\x65\x5f", [0x4864] = "\x65\x60", [0x4865] = "\x65\x61", + [0x4866] = "\x65\x62", [0x4867] = "\x65\x63", [0x4868] = "\x65\x64", + [0x4869] = "\x65\x65", [0x486a] = "\x65\x66", [0x486b] = "\x65\x67", + [0x486c] = "\x65\x68", [0x486d] = "\x65\x69", [0x486e] = "\x65\x6a", + [0x486f] = "\x65\x6b", [0x4870] = "\x65\x6c", [0x4871] = "\x65\x6d", + [0x4872] = "\x65\x6e", [0x4873] = "\x65\x6f", [0x4874] = "\x65\x70", + [0x4875] = "\x65\x71", [0x4876] = "\x65\x72", [0x4877] = "\x65\x73", + [0x4878] = "\x65\x74", [0x4879] = "\x65\x75", [0x487a] = "\x65\x76", + [0x487b] = "\x65\x77", [0x487c] = "\x65\x78", [0x487d] = "\x65\x79", + [0x487e] = "\x65\x7a", [0x487f] = "\x65\x7b", [0x4880] = "\x65\x7c", + [0x4881] = "\x65\x7d", [0x4882] = "\x65\x7e", [0x4883] = "\x65\x7f", + [0x4884] = "\x65\x80", [0x4885] = "\x65\x81", [0x4886] = "\x65\x82", + [0x4887] = "\x65\x83", [0x4888] = "\x65\x84", [0x4889] = "\x65\x85", + [0x488a] = "\x65\x86", [0x488b] = "\x65\x87", [0x488c] = "\x65\x88", + [0x488d] = "\x65\x89", [0x488e] = "\x65\x8a", [0x488f] = "\x65\x8b", + [0x4890] = "\x65\x8c", [0x4891] = "\x65\x8d", [0x4892] = "\x65\x8e", + [0x4893] = "\x65\x8f", [0x4894] = "\x65\x90", [0x4895] = "\x65\x91", + [0x4896] = "\x65\x92", [0x4897] = "\x65\x93", [0x4898] = "\x65\x94", + [0x4899] = "\x65\x95", [0x489a] = "\x65\x96", [0x489b] = "\x65\x97", + [0x489c] = "\x65\x98", [0x489d] = "\x65\x99", [0x489e] = "\x65\x9a", + [0x489f] = "\x65\x9b", [0x48a0] = "\x65\x9c", [0x48a1] = "\x65\x9d", + [0x48a2] = "\x65\x9e", [0x48a3] = "\x65\x9f", [0x48a4] = "\x65\xa0", + [0x48a5] = "\x65\xa1", [0x48a6] = "\x65\xa2", [0x48a7] = "\x65\xa3", + [0x48a8] = "\x65\xa4", [0x48a9] = "\x65\xa5", [0x48aa] = "\x65\xa6", + [0x48ab] = "\x65\xa7", [0x48ac] = "\x65\xa8", [0x48ad] = "\x65\xa9", + [0x48ae] = "\x65\xaa", [0x48af] = "\x65\xab", [0x48b0] = "\x65\xac", + [0x48b1] = "\x65\xad", [0x48b2] = "\x65\xae", [0x48b3] = "\x65\xaf", + [0x48b4] = "\x65\xb0", [0x48b5] = "\x65\xb1", [0x48b6] = "\x65\xb2", + [0x48b7] = "\x65\xb3", [0x48b8] = "\x65\xb4", [0x48b9] = "\x65\xb5", + [0x48ba] = "\x65\xb6", [0x48bb] = "\x65\xb7", [0x48bc] = "\x65\xb8", + [0x48bd] = "\x65\xb9", [0x48be] = "\x65\xba", [0x48bf] = "\x65\xbb", + [0x48c0] = "\x65\xbc", [0x48c1] = "\x65\xbd", [0x48c2] = "\x65\xbe", + [0x48c3] = "\x65\xbf", [0x48c4] = "\x65\xc0", [0x48c5] = "\x65\xc1", + [0x48c6] = "\x65\xc2", [0x48c7] = "\xfe\x85", [0x48c8] = "\x65\xc3", + [0x48c9] = "\x65\xc4", [0x48ca] = "\x65\xc5", [0x48cb] = "\x65\xc6", + [0x48cc] = "\x65\xc7", [0x48cd] = "\x65\xc8", [0x48ce] = "\x65\xc9", + [0x48cf] = "\x65\xca", [0x48d0] = "\x65\xcb", [0x48d1] = "\x65\xcc", + [0x48d2] = "\x65\xcd", [0x48d3] = "\x65\xce", [0x48d4] = "\x65\xcf", + [0x48d5] = "\x65\xd0", [0x48d6] = "\x65\xd1", [0x48d7] = "\x65\xd2", + [0x48d8] = "\x65\xd3", [0x48d9] = "\x65\xd4", [0x48da] = "\x65\xd5", + [0x48db] = "\x65\xd6", [0x48dc] = "\x65\xd7", [0x48dd] = "\x65\xd8", + [0x48de] = "\x65\xd9", [0x48df] = "\x65\xda", [0x48e0] = "\x65\xdb", + [0x48e1] = "\x65\xdc", [0x48e2] = "\x65\xdd", [0x48e3] = "\x65\xde", + [0x48e4] = "\x65\xdf", [0x48e5] = "\x65\xe0", [0x48e6] = "\x65\xe1", + [0x48e7] = "\x65\xe2", [0x48e8] = "\x65\xe3", [0x48e9] = "\x65\xe4", + [0x48ea] = "\x65\xe5", [0x48eb] = "\x65\xe6", [0x48ec] = "\x65\xe7", + [0x48ed] = "\x65\xe8", [0x48ee] = "\x65\xe9", [0x48ef] = "\x65\xea", + [0x48f0] = "\x65\xeb", [0x48f1] = "\x65\xec", [0x48f2] = "\x65\xed", + [0x48f3] = "\x65\xee", [0x48f4] = "\x65\xef", [0x48f5] = "\x65\xf0", + [0x48f6] = "\x65\xf1", [0x48f7] = "\x65\xf2", [0x48f8] = "\x65\xf3", + [0x48f9] = "\x65\xf4", [0x48fa] = "\xfe\x86", [0x48fb] = "\x65\xf5", + [0x48fc] = "\x65\xf6", [0x48fd] = "\xfe\x87", [0x48fe] = "\x65\xf7", + [0x48ff] = "\x65\xf8", [0x4900] = "\x65\xf9", [0x4901] = "\x65\xfa", + [0x4902] = "\xfe\x88", [0x4903] = "\xfe\x89", [0x4904] = "\x65\xfb", + [0x4905] = "\xfe\x8a", [0x4906] = "\xfe\x8b", [0x4907] = "\x65\xfc", + [0x4908] = "\x65\xfd", [0x4909] = "\x65\xfe", [0x490a] = "\x65\xff", + [0x490b] = "\x66\x00", [0x490c] = "\x66\x01", [0x490d] = "\x66\x02", + [0x490e] = "\x66\x03", [0x490f] = "\x66\x04", [0x4910] = "\x66\x05", + [0x4911] = "\x66\x06", [0x4912] = "\x66\x07", [0x4913] = "\x66\x08", + [0x4914] = "\x66\x09", [0x4915] = "\x66\x0a", [0x4916] = "\x66\x0b", + [0x4917] = "\x66\x0c", [0x4918] = "\x66\x0d", [0x4919] = "\x66\x0e", + [0x491a] = "\x66\x0f", [0x491b] = "\xfe\x8d", [0x491c] = "\x66\x10", + [0x491d] = "\x66\x11", [0x491e] = "\x66\x12", [0x491f] = "\xfe\x8c", + [0x4920] = "\x66\x13", [0x4921] = "\x66\x14", [0x4922] = "\x66\x15", + [0x4923] = "\x66\x16", [0x4924] = "\x66\x17", [0x4925] = "\x66\x18", + [0x4926] = "\x66\x19", [0x4927] = "\x66\x1a", [0x4928] = "\x66\x1b", + [0x4929] = "\x66\x1c", [0x492a] = "\x66\x1d", [0x492b] = "\x66\x1e", + [0x492c] = "\x66\x1f", [0x492d] = "\x66\x20", [0x492e] = "\x66\x21", + [0x492f] = "\x66\x22", [0x4930] = "\x66\x23", [0x4931] = "\x66\x24", + [0x4932] = "\x66\x25", [0x4933] = "\x66\x26", [0x4934] = "\x66\x27", + [0x4935] = "\x66\x28", [0x4936] = "\xfe\x8f", [0x4937] = "\xfe\x8e", + [0x4938] = "\x66\x29", [0x4939] = "\x66\x2a", [0x493a] = "\x66\x2b", + [0x493b] = "\x66\x2c", [0x493c] = "\x66\x2d", [0x493d] = "\x66\x2e", + [0x493e] = "\x66\x2f", [0x493f] = "\x66\x30", [0x4940] = "\x66\x31", + [0x4941] = "\x66\x32", [0x4942] = "\x66\x33", [0x4943] = "\x66\x34", + [0x4944] = "\x66\x35", [0x4945] = "\x66\x36", [0x4946] = "\x66\x37", + [0x4947] = "\x66\x38", [0x4948] = "\x66\x39", [0x4949] = "\x66\x3a", + [0x494a] = "\x66\x3b", [0x494b] = "\x66\x3c", [0x494c] = "\x66\x3d", + [0x494d] = "\x66\x3e", [0x494e] = "\x66\x3f", [0x494f] = "\x66\x40", + [0x4950] = "\x66\x41", [0x4951] = "\x66\x42", [0x4952] = "\x66\x43", + [0x4953] = "\x66\x44", [0x4954] = "\x66\x45", [0x4955] = "\x66\x46", + [0x4956] = "\x66\x47", [0x4957] = "\x66\x48", [0x4958] = "\x66\x49", + [0x4959] = "\x66\x4a", [0x495a] = "\x66\x4b", [0x495b] = "\x66\x4c", + [0x495c] = "\x66\x4d", [0x495d] = "\x66\x4e", [0x495e] = "\x66\x4f", + [0x495f] = "\x66\x50", [0x4960] = "\x66\x51", [0x4961] = "\x66\x52", + [0x4962] = "\x66\x53", [0x4963] = "\x66\x54", [0x4964] = "\x66\x55", + [0x4965] = "\x66\x56", [0x4966] = "\x66\x57", [0x4967] = "\x66\x58", + [0x4968] = "\x66\x59", [0x4969] = "\x66\x5a", [0x496a] = "\x66\x5b", + [0x496b] = "\x66\x5c", [0x496c] = "\x66\x5d", [0x496d] = "\x66\x5e", + [0x496e] = "\x66\x5f", [0x496f] = "\x66\x60", [0x4970] = "\x66\x61", + [0x4971] = "\x66\x62", [0x4972] = "\x66\x63", [0x4973] = "\x66\x64", + [0x4974] = "\x66\x65", [0x4975] = "\x66\x66", [0x4976] = "\x66\x67", + [0x4977] = "\x66\x68", [0x4978] = "\x66\x69", [0x4979] = "\x66\x6a", + [0x497a] = "\x66\x6b", [0x497b] = "\x66\x6c", [0x497c] = "\x66\x6d", + [0x497d] = "\x66\x6e", [0x497e] = "\x66\x6f", [0x497f] = "\x66\x70", + [0x4980] = "\x66\x71", [0x4981] = "\x66\x72", [0x4982] = "\x66\x73", + [0x4983] = "\x66\x74", [0x4984] = "\x66\x75", [0x4985] = "\x66\x76", + [0x4986] = "\x66\x77", [0x4987] = "\x66\x78", [0x4988] = "\x66\x79", + [0x4989] = "\x66\x7a", [0x498a] = "\x66\x7b", [0x498b] = "\x66\x7c", + [0x498c] = "\x66\x7d", [0x498d] = "\x66\x7e", [0x498e] = "\x66\x7f", + [0x498f] = "\x66\x80", [0x4990] = "\x66\x81", [0x4991] = "\x66\x82", + [0x4992] = "\x66\x83", [0x4993] = "\x66\x84", [0x4994] = "\x66\x85", + [0x4995] = "\x66\x86", [0x4996] = "\x66\x87", [0x4997] = "\x66\x88", + [0x4998] = "\x66\x89", [0x4999] = "\x66\x8a", [0x499a] = "\x66\x8b", + [0x499b] = "\x66\x8c", [0x499c] = "\x66\x8d", [0x499d] = "\x66\x8e", + [0x499e] = "\x66\x8f", [0x499f] = "\x66\x90", [0x49a0] = "\x66\x91", + [0x49a1] = "\x66\x92", [0x49a2] = "\x66\x93", [0x49a3] = "\x66\x94", + [0x49a4] = "\x66\x95", [0x49a5] = "\x66\x96", [0x49a6] = "\x66\x97", + [0x49a7] = "\x66\x98", [0x49a8] = "\x66\x99", [0x49a9] = "\x66\x9a", + [0x49aa] = "\x66\x9b", [0x49ab] = "\x66\x9c", [0x49ac] = "\x66\x9d", + [0x49ad] = "\x66\x9e", [0x49ae] = "\x66\x9f", [0x49af] = "\x66\xa0", + [0x49b0] = "\x66\xa1", [0x49b1] = "\x66\xa2", [0x49b2] = "\x66\xa3", + [0x49b3] = "\x66\xa4", [0x49b4] = "\x66\xa5", [0x49b5] = "\x66\xa6", + [0x49b6] = "\x66\xa7", [0x49b7] = "\x66\xa8", [0x49b8] = "\x66\xa9", + [0x49b9] = "\x66\xaa", [0x49ba] = "\x66\xab", [0x49bb] = "\x66\xac", + [0x49bc] = "\x66\xad", [0x49bd] = "\x66\xae", [0x49be] = "\x66\xaf", + [0x49bf] = "\x66\xb0", [0x49c0] = "\x66\xb1", [0x49c1] = "\x66\xb2", + [0x49c2] = "\x66\xb3", [0x49c3] = "\x66\xb4", [0x49c4] = "\x66\xb5", + [0x49c5] = "\x66\xb6", [0x49c6] = "\x66\xb7", [0x49c7] = "\x66\xb8", + [0x49c8] = "\x66\xb9", [0x49c9] = "\x66\xba", [0x49ca] = "\x66\xbb", + [0x49cb] = "\x66\xbc", [0x49cc] = "\x66\xbd", [0x49cd] = "\x66\xbe", + [0x49ce] = "\x66\xbf", [0x49cf] = "\x66\xc0", [0x49d0] = "\x66\xc1", + [0x49d1] = "\x66\xc2", [0x49d2] = "\x66\xc3", [0x49d3] = "\x66\xc4", + [0x49d4] = "\x66\xc5", [0x49d5] = "\x66\xc6", [0x49d6] = "\x66\xc7", + [0x49d7] = "\x66\xc8", [0x49d8] = "\x66\xc9", [0x49d9] = "\x66\xca", + [0x49da] = "\x66\xcb", [0x49db] = "\x66\xcc", [0x49dc] = "\x66\xcd", + [0x49dd] = "\x66\xce", [0x49de] = "\x66\xcf", [0x49df] = "\x66\xd0", + [0x49e0] = "\x66\xd1", [0x49e1] = "\x66\xd2", [0x49e2] = "\x66\xd3", + [0x49e3] = "\x66\xd4", [0x49e4] = "\x66\xd5", [0x49e5] = "\x66\xd6", + [0x49e6] = "\x66\xd7", [0x49e7] = "\x66\xd8", [0x49e8] = "\x66\xd9", + [0x49e9] = "\x66\xda", [0x49ea] = "\x66\xdb", [0x49eb] = "\x66\xdc", + [0x49ec] = "\x66\xdd", [0x49ed] = "\x66\xde", [0x49ee] = "\x66\xdf", + [0x49ef] = "\x66\xe0", [0x49f0] = "\x66\xe1", [0x49f1] = "\x66\xe2", + [0x49f2] = "\x66\xe3", [0x49f3] = "\x66\xe4", [0x49f4] = "\x66\xe5", + [0x49f5] = "\x66\xe6", [0x49f6] = "\x66\xe7", [0x49f7] = "\x66\xe8", + [0x49f8] = "\x66\xe9", [0x49f9] = "\x66\xea", [0x49fa] = "\x66\xeb", + [0x49fb] = "\x66\xec", [0x49fc] = "\x66\xed", [0x49fd] = "\x66\xee", + [0x49fe] = "\x66\xef", [0x49ff] = "\x66\xf0", [0x4a00] = "\x66\xf1", + [0x4a01] = "\x66\xf2", [0x4a02] = "\x66\xf3", [0x4a03] = "\x66\xf4", + [0x4a04] = "\x66\xf5", [0x4a05] = "\x66\xf6", [0x4a06] = "\x66\xf7", + [0x4a07] = "\x66\xf8", [0x4a08] = "\x66\xf9", [0x4a09] = "\x66\xfa", + [0x4a0a] = "\x66\xfb", [0x4a0b] = "\x66\xfc", [0x4a0c] = "\x66\xfd", + [0x4a0d] = "\x66\xfe", [0x4a0e] = "\x66\xff", [0x4a0f] = "\x67\x00", + [0x4a10] = "\x67\x01", [0x4a11] = "\x67\x02", [0x4a12] = "\x67\x03", + [0x4a13] = "\x67\x04", [0x4a14] = "\x67\x05", [0x4a15] = "\x67\x06", + [0x4a16] = "\x67\x07", [0x4a17] = "\x67\x08", [0x4a18] = "\x67\x09", + [0x4a19] = "\x67\x0a", [0x4a1a] = "\x67\x0b", [0x4a1b] = "\x67\x0c", + [0x4a1c] = "\x67\x0d", [0x4a1d] = "\x67\x0e", [0x4a1e] = "\x67\x0f", + [0x4a1f] = "\x67\x10", [0x4a20] = "\x67\x11", [0x4a21] = "\x67\x12", + [0x4a22] = "\x67\x13", [0x4a23] = "\x67\x14", [0x4a24] = "\x67\x15", + [0x4a25] = "\x67\x16", [0x4a26] = "\x67\x17", [0x4a27] = "\x67\x18", + [0x4a28] = "\x67\x19", [0x4a29] = "\x67\x1a", [0x4a2a] = "\x67\x1b", + [0x4a2b] = "\x67\x1c", [0x4a2c] = "\x67\x1d", [0x4a2d] = "\x67\x1e", + [0x4a2e] = "\x67\x1f", [0x4a2f] = "\x67\x20", [0x4a30] = "\x67\x21", + [0x4a31] = "\x67\x22", [0x4a32] = "\x67\x23", [0x4a33] = "\x67\x24", + [0x4a34] = "\x67\x25", [0x4a35] = "\x67\x26", [0x4a36] = "\x67\x27", + [0x4a37] = "\x67\x28", [0x4a38] = "\x67\x29", [0x4a39] = "\x67\x2a", + [0x4a3a] = "\x67\x2b", [0x4a3b] = "\x67\x2c", [0x4a3c] = "\x67\x2d", + [0x4a3d] = "\x67\x2e", [0x4a3e] = "\x67\x2f", [0x4a3f] = "\x67\x30", + [0x4a40] = "\x67\x31", [0x4a41] = "\x67\x32", [0x4a42] = "\x67\x33", + [0x4a43] = "\x67\x34", [0x4a44] = "\x67\x35", [0x4a45] = "\x67\x36", + [0x4a46] = "\x67\x37", [0x4a47] = "\x67\x38", [0x4a48] = "\x67\x39", + [0x4a49] = "\x67\x3a", [0x4a4a] = "\x67\x3b", [0x4a4b] = "\x67\x3c", + [0x4a4c] = "\x67\x3d", [0x4a4d] = "\x67\x3e", [0x4a4e] = "\x67\x3f", + [0x4a4f] = "\x67\x40", [0x4a50] = "\x67\x41", [0x4a51] = "\x67\x42", + [0x4a52] = "\x67\x43", [0x4a53] = "\x67\x44", [0x4a54] = "\x67\x45", + [0x4a55] = "\x67\x46", [0x4a56] = "\x67\x47", [0x4a57] = "\x67\x48", + [0x4a58] = "\x67\x49", [0x4a59] = "\x67\x4a", [0x4a5a] = "\x67\x4b", + [0x4a5b] = "\x67\x4c", [0x4a5c] = "\x67\x4d", [0x4a5d] = "\x67\x4e", + [0x4a5e] = "\x67\x4f", [0x4a5f] = "\x67\x50", [0x4a60] = "\x67\x51", + [0x4a61] = "\x67\x52", [0x4a62] = "\x67\x53", [0x4a63] = "\x67\x54", + [0x4a64] = "\x67\x55", [0x4a65] = "\x67\x56", [0x4a66] = "\x67\x57", + [0x4a67] = "\x67\x58", [0x4a68] = "\x67\x59", [0x4a69] = "\x67\x5a", + [0x4a6a] = "\x67\x5b", [0x4a6b] = "\x67\x5c", [0x4a6c] = "\x67\x5d", + [0x4a6d] = "\x67\x5e", [0x4a6e] = "\x67\x5f", [0x4a6f] = "\x67\x60", + [0x4a70] = "\x67\x61", [0x4a71] = "\x67\x62", [0x4a72] = "\x67\x63", + [0x4a73] = "\x67\x64", [0x4a74] = "\x67\x65", [0x4a75] = "\x67\x66", + [0x4a76] = "\x67\x67", [0x4a77] = "\x67\x68", [0x4a78] = "\x67\x69", + [0x4a79] = "\x67\x6a", [0x4a7a] = "\x67\x6b", [0x4a7b] = "\x67\x6c", + [0x4a7c] = "\x67\x6d", [0x4a7d] = "\x67\x6e", [0x4a7e] = "\x67\x6f", + [0x4a7f] = "\x67\x70", [0x4a80] = "\x67\x71", [0x4a81] = "\x67\x72", + [0x4a82] = "\x67\x73", [0x4a83] = "\x67\x74", [0x4a84] = "\x67\x75", + [0x4a85] = "\x67\x76", [0x4a86] = "\x67\x77", [0x4a87] = "\x67\x78", + [0x4a88] = "\x67\x79", [0x4a89] = "\x67\x7a", [0x4a8a] = "\x67\x7b", + [0x4a8b] = "\x67\x7c", [0x4a8c] = "\x67\x7d", [0x4a8d] = "\x67\x7e", + [0x4a8e] = "\x67\x7f", [0x4a8f] = "\x67\x80", [0x4a90] = "\x67\x81", + [0x4a91] = "\x67\x82", [0x4a92] = "\x67\x83", [0x4a93] = "\x67\x84", + [0x4a94] = "\x67\x85", [0x4a95] = "\x67\x86", [0x4a96] = "\x67\x87", + [0x4a97] = "\x67\x88", [0x4a98] = "\x67\x89", [0x4a99] = "\x67\x8a", + [0x4a9a] = "\x67\x8b", [0x4a9b] = "\x67\x8c", [0x4a9c] = "\x67\x8d", + [0x4a9d] = "\x67\x8e", [0x4a9e] = "\x67\x8f", [0x4a9f] = "\x67\x90", + [0x4aa0] = "\x67\x91", [0x4aa1] = "\x67\x92", [0x4aa2] = "\x67\x93", + [0x4aa3] = "\x67\x94", [0x4aa4] = "\x67\x95", [0x4aa5] = "\x67\x96", + [0x4aa6] = "\x67\x97", [0x4aa7] = "\x67\x98", [0x4aa8] = "\x67\x99", + [0x4aa9] = "\x67\x9a", [0x4aaa] = "\x67\x9b", [0x4aab] = "\x67\x9c", + [0x4aac] = "\x67\x9d", [0x4aad] = "\x67\x9e", [0x4aae] = "\x67\x9f", + [0x4aaf] = "\x67\xa0", [0x4ab0] = "\x67\xa1", [0x4ab1] = "\x67\xa2", + [0x4ab2] = "\x67\xa3", [0x4ab3] = "\x67\xa4", [0x4ab4] = "\x67\xa5", + [0x4ab5] = "\x67\xa6", [0x4ab6] = "\x67\xa7", [0x4ab7] = "\x67\xa8", + [0x4ab8] = "\x67\xa9", [0x4ab9] = "\x67\xaa", [0x4aba] = "\x67\xab", + [0x4abb] = "\x67\xac", [0x4abc] = "\x67\xad", [0x4abd] = "\x67\xae", + [0x4abe] = "\x67\xaf", [0x4abf] = "\x67\xb0", [0x4ac0] = "\x67\xb1", + [0x4ac1] = "\x67\xb2", [0x4ac2] = "\x67\xb3", [0x4ac3] = "\x67\xb4", + [0x4ac4] = "\x67\xb5", [0x4ac5] = "\x67\xb6", [0x4ac6] = "\x67\xb7", + [0x4ac7] = "\x67\xb8", [0x4ac8] = "\x67\xb9", [0x4ac9] = "\x67\xba", + [0x4aca] = "\x67\xbb", [0x4acb] = "\x67\xbc", [0x4acc] = "\x67\xbd", + [0x4acd] = "\x67\xbe", [0x4ace] = "\x67\xbf", [0x4acf] = "\x67\xc0", + [0x4ad0] = "\x67\xc1", [0x4ad1] = "\x67\xc2", [0x4ad2] = "\x67\xc3", + [0x4ad3] = "\x67\xc4", [0x4ad4] = "\x67\xc5", [0x4ad5] = "\x67\xc6", + [0x4ad6] = "\x67\xc7", [0x4ad7] = "\x67\xc8", [0x4ad8] = "\x67\xc9", + [0x4ad9] = "\x67\xca", [0x4ada] = "\x67\xcb", [0x4adb] = "\x67\xcc", + [0x4adc] = "\x67\xcd", [0x4add] = "\x67\xce", [0x4ade] = "\x67\xcf", + [0x4adf] = "\x67\xd0", [0x4ae0] = "\x67\xd1", [0x4ae1] = "\x67\xd2", + [0x4ae2] = "\x67\xd3", [0x4ae3] = "\x67\xd4", [0x4ae4] = "\x67\xd5", + [0x4ae5] = "\x67\xd6", [0x4ae6] = "\x67\xd7", [0x4ae7] = "\x67\xd8", + [0x4ae8] = "\x67\xd9", [0x4ae9] = "\x67\xda", [0x4aea] = "\x67\xdb", + [0x4aeb] = "\x67\xdc", [0x4aec] = "\x67\xdd", [0x4aed] = "\x67\xde", + [0x4aee] = "\x67\xdf", [0x4aef] = "\x67\xe0", [0x4af0] = "\x67\xe1", + [0x4af1] = "\x67\xe2", [0x4af2] = "\x67\xe3", [0x4af3] = "\x67\xe4", + [0x4af4] = "\x67\xe5", [0x4af5] = "\x67\xe6", [0x4af6] = "\x67\xe7", + [0x4af7] = "\x67\xe8", [0x4af8] = "\x67\xe9", [0x4af9] = "\x67\xea", + [0x4afa] = "\x67\xeb", [0x4afb] = "\x67\xec", [0x4afc] = "\x67\xed", + [0x4afd] = "\x67\xee", [0x4afe] = "\x67\xef", [0x4aff] = "\x67\xf0", + [0x4b00] = "\x67\xf1", [0x4b01] = "\x67\xf2", [0x4b02] = "\x67\xf3", + [0x4b03] = "\x67\xf4", [0x4b04] = "\x67\xf5", [0x4b05] = "\x67\xf6", + [0x4b06] = "\x67\xf7", [0x4b07] = "\x67\xf8", [0x4b08] = "\x67\xf9", + [0x4b09] = "\x67\xfa", [0x4b0a] = "\x67\xfb", [0x4b0b] = "\x67\xfc", + [0x4b0c] = "\x67\xfd", [0x4b0d] = "\x67\xfe", [0x4b0e] = "\x67\xff", + [0x4b0f] = "\x68\x00", [0x4b10] = "\x68\x01", [0x4b11] = "\x68\x02", + [0x4b12] = "\x68\x03", [0x4b13] = "\x68\x04", [0x4b14] = "\x68\x05", + [0x4b15] = "\x68\x06", [0x4b16] = "\x68\x07", [0x4b17] = "\x68\x08", + [0x4b18] = "\x68\x09", [0x4b19] = "\x68\x0a", [0x4b1a] = "\x68\x0b", + [0x4b1b] = "\x68\x0c", [0x4b1c] = "\x68\x0d", [0x4b1d] = "\x68\x0e", + [0x4b1e] = "\x68\x0f", [0x4b1f] = "\x68\x10", [0x4b20] = "\x68\x11", + [0x4b21] = "\x68\x12", [0x4b22] = "\x68\x13", [0x4b23] = "\x68\x14", + [0x4b24] = "\x68\x15", [0x4b25] = "\x68\x16", [0x4b26] = "\x68\x17", + [0x4b27] = "\x68\x18", [0x4b28] = "\x68\x19", [0x4b29] = "\x68\x1a", + [0x4b2a] = "\x68\x1b", [0x4b2b] = "\x68\x1c", [0x4b2c] = "\x68\x1d", + [0x4b2d] = "\x68\x1e", [0x4b2e] = "\x68\x1f", [0x4b2f] = "\x68\x20", + [0x4b30] = "\x68\x21", [0x4b31] = "\x68\x22", [0x4b32] = "\x68\x23", + [0x4b33] = "\x68\x24", [0x4b34] = "\x68\x25", [0x4b35] = "\x68\x26", + [0x4b36] = "\x68\x27", [0x4b37] = "\x68\x28", [0x4b38] = "\x68\x29", + [0x4b39] = "\x68\x2a", [0x4b3a] = "\x68\x2b", [0x4b3b] = "\x68\x2c", + [0x4b3c] = "\x68\x2d", [0x4b3d] = "\x68\x2e", [0x4b3e] = "\x68\x2f", + [0x4b3f] = "\x68\x30", [0x4b40] = "\x68\x31", [0x4b41] = "\x68\x32", + [0x4b42] = "\x68\x33", [0x4b43] = "\x68\x34", [0x4b44] = "\x68\x35", + [0x4b45] = "\x68\x36", [0x4b46] = "\x68\x37", [0x4b47] = "\x68\x38", + [0x4b48] = "\x68\x39", [0x4b49] = "\x68\x3a", [0x4b4a] = "\x68\x3b", + [0x4b4b] = "\x68\x3c", [0x4b4c] = "\x68\x3d", [0x4b4d] = "\x68\x3e", + [0x4b4e] = "\x68\x3f", [0x4b4f] = "\x68\x40", [0x4b50] = "\x68\x41", + [0x4b51] = "\x68\x42", [0x4b52] = "\x68\x43", [0x4b53] = "\x68\x44", + [0x4b54] = "\x68\x45", [0x4b55] = "\x68\x46", [0x4b56] = "\x68\x47", + [0x4b57] = "\x68\x48", [0x4b58] = "\x68\x49", [0x4b59] = "\x68\x4a", + [0x4b5a] = "\x68\x4b", [0x4b5b] = "\x68\x4c", [0x4b5c] = "\x68\x4d", + [0x4b5d] = "\x68\x4e", [0x4b5e] = "\x68\x4f", [0x4b5f] = "\x68\x50", + [0x4b60] = "\x68\x51", [0x4b61] = "\x68\x52", [0x4b62] = "\x68\x53", + [0x4b63] = "\x68\x54", [0x4b64] = "\x68\x55", [0x4b65] = "\x68\x56", + [0x4b66] = "\x68\x57", [0x4b67] = "\x68\x58", [0x4b68] = "\x68\x59", + [0x4b69] = "\x68\x5a", [0x4b6a] = "\x68\x5b", [0x4b6b] = "\x68\x5c", + [0x4b6c] = "\x68\x5d", [0x4b6d] = "\x68\x5e", [0x4b6e] = "\x68\x5f", + [0x4b6f] = "\x68\x60", [0x4b70] = "\x68\x61", [0x4b71] = "\x68\x62", + [0x4b72] = "\x68\x63", [0x4b73] = "\x68\x64", [0x4b74] = "\x68\x65", + [0x4b75] = "\x68\x66", [0x4b76] = "\x68\x67", [0x4b77] = "\x68\x68", + [0x4b78] = "\x68\x69", [0x4b79] = "\x68\x6a", [0x4b7a] = "\x68\x6b", + [0x4b7b] = "\x68\x6c", [0x4b7c] = "\x68\x6d", [0x4b7d] = "\x68\x6e", + [0x4b7e] = "\x68\x6f", [0x4b7f] = "\x68\x70", [0x4b80] = "\x68\x71", + [0x4b81] = "\x68\x72", [0x4b82] = "\x68\x73", [0x4b83] = "\x68\x74", + [0x4b84] = "\x68\x75", [0x4b85] = "\x68\x76", [0x4b86] = "\x68\x77", + [0x4b87] = "\x68\x78", [0x4b88] = "\x68\x79", [0x4b89] = "\x68\x7a", + [0x4b8a] = "\x68\x7b", [0x4b8b] = "\x68\x7c", [0x4b8c] = "\x68\x7d", + [0x4b8d] = "\x68\x7e", [0x4b8e] = "\x68\x7f", [0x4b8f] = "\x68\x80", + [0x4b90] = "\x68\x81", [0x4b91] = "\x68\x82", [0x4b92] = "\x68\x83", + [0x4b93] = "\x68\x84", [0x4b94] = "\x68\x85", [0x4b95] = "\x68\x86", + [0x4b96] = "\x68\x87", [0x4b97] = "\x68\x88", [0x4b98] = "\x68\x89", + [0x4b99] = "\x68\x8a", [0x4b9a] = "\x68\x8b", [0x4b9b] = "\x68\x8c", + [0x4b9c] = "\x68\x8d", [0x4b9d] = "\x68\x8e", [0x4b9e] = "\x68\x8f", + [0x4b9f] = "\x68\x90", [0x4ba0] = "\x68\x91", [0x4ba1] = "\x68\x92", + [0x4ba2] = "\x68\x93", [0x4ba3] = "\x68\x94", [0x4ba4] = "\x68\x95", + [0x4ba5] = "\x68\x96", [0x4ba6] = "\x68\x97", [0x4ba7] = "\x68\x98", + [0x4ba8] = "\x68\x99", [0x4ba9] = "\x68\x9a", [0x4baa] = "\x68\x9b", + [0x4bab] = "\x68\x9c", [0x4bac] = "\x68\x9d", [0x4bad] = "\x68\x9e", + [0x4bae] = "\x68\x9f", [0x4baf] = "\x68\xa0", [0x4bb0] = "\x68\xa1", + [0x4bb1] = "\x68\xa2", [0x4bb2] = "\x68\xa3", [0x4bb3] = "\x68\xa4", + [0x4bb4] = "\x68\xa5", [0x4bb5] = "\x68\xa6", [0x4bb6] = "\x68\xa7", + [0x4bb7] = "\x68\xa8", [0x4bb8] = "\x68\xa9", [0x4bb9] = "\x68\xaa", + [0x4bba] = "\x68\xab", [0x4bbb] = "\x68\xac", [0x4bbc] = "\x68\xad", + [0x4bbd] = "\x68\xae", [0x4bbe] = "\x68\xaf", [0x4bbf] = "\x68\xb0", + [0x4bc0] = "\x68\xb1", [0x4bc1] = "\x68\xb2", [0x4bc2] = "\x68\xb3", + [0x4bc3] = "\x68\xb4", [0x4bc4] = "\x68\xb5", [0x4bc5] = "\x68\xb6", + [0x4bc6] = "\x68\xb7", [0x4bc7] = "\x68\xb8", [0x4bc8] = "\x68\xb9", + [0x4bc9] = "\x68\xba", [0x4bca] = "\x68\xbb", [0x4bcb] = "\x68\xbc", + [0x4bcc] = "\x68\xbd", [0x4bcd] = "\x68\xbe", [0x4bce] = "\x68\xbf", + [0x4bcf] = "\x68\xc0", [0x4bd0] = "\x68\xc1", [0x4bd1] = "\x68\xc2", + [0x4bd2] = "\x68\xc3", [0x4bd3] = "\x68\xc4", [0x4bd4] = "\x68\xc5", + [0x4bd5] = "\x68\xc6", [0x4bd6] = "\x68\xc7", [0x4bd7] = "\x68\xc8", + [0x4bd8] = "\x68\xc9", [0x4bd9] = "\x68\xca", [0x4bda] = "\x68\xcb", + [0x4bdb] = "\x68\xcc", [0x4bdc] = "\x68\xcd", [0x4bdd] = "\x68\xce", + [0x4bde] = "\x68\xcf", [0x4bdf] = "\x68\xd0", [0x4be0] = "\x68\xd1", + [0x4be1] = "\x68\xd2", [0x4be2] = "\x68\xd3", [0x4be3] = "\x68\xd4", + [0x4be4] = "\x68\xd5", [0x4be5] = "\x68\xd6", [0x4be6] = "\x68\xd7", + [0x4be7] = "\x68\xd8", [0x4be8] = "\x68\xd9", [0x4be9] = "\x68\xda", + [0x4bea] = "\x68\xdb", [0x4beb] = "\x68\xdc", [0x4bec] = "\x68\xdd", + [0x4bed] = "\x68\xde", [0x4bee] = "\x68\xdf", [0x4bef] = "\x68\xe0", + [0x4bf0] = "\x68\xe1", [0x4bf1] = "\x68\xe2", [0x4bf2] = "\x68\xe3", + [0x4bf3] = "\x68\xe4", [0x4bf4] = "\x68\xe5", [0x4bf5] = "\x68\xe6", + [0x4bf6] = "\x68\xe7", [0x4bf7] = "\xfe\x96", [0x4bf8] = "\x68\xe8", + [0x4bf9] = "\x68\xe9", [0x4bfa] = "\x68\xea", [0x4bfb] = "\x68\xeb", + [0x4bfc] = "\x68\xec", [0x4bfd] = "\x68\xed", [0x4bfe] = "\x68\xee", + [0x4bff] = "\x68\xef", [0x4c00] = "\x68\xf0", [0x4c01] = "\x68\xf1", + [0x4c02] = "\x68\xf2", [0x4c03] = "\x68\xf3", [0x4c04] = "\x68\xf4", + [0x4c05] = "\x68\xf5", [0x4c06] = "\x68\xf6", [0x4c07] = "\x68\xf7", + [0x4c08] = "\x68\xf8", [0x4c09] = "\x68\xf9", [0x4c0a] = "\x68\xfa", + [0x4c0b] = "\x68\xfb", [0x4c0c] = "\x68\xfc", [0x4c0d] = "\x68\xfd", + [0x4c0e] = "\x68\xfe", [0x4c0f] = "\x68\xff", [0x4c10] = "\x69\x00", + [0x4c11] = "\x69\x01", [0x4c12] = "\x69\x02", [0x4c13] = "\x69\x03", + [0x4c14] = "\x69\x04", [0x4c15] = "\x69\x05", [0x4c16] = "\x69\x06", + [0x4c17] = "\x69\x07", [0x4c18] = "\x69\x08", [0x4c19] = "\x69\x09", + [0x4c1a] = "\x69\x0a", [0x4c1b] = "\x69\x0b", [0x4c1c] = "\x69\x0c", + [0x4c1d] = "\x69\x0d", [0x4c1e] = "\x69\x0e", [0x4c1f] = "\xfe\x93", + [0x4c20] = "\xfe\x94", [0x4c21] = "\xfe\x95", [0x4c22] = "\xfe\x97", + [0x4c23] = "\xfe\x92", [0x4c24] = "\x69\x0f", [0x4c25] = "\x69\x10", + [0x4c26] = "\x69\x11", [0x4c27] = "\x69\x12", [0x4c28] = "\x69\x13", + [0x4c29] = "\x69\x14", [0x4c2a] = "\x69\x15", [0x4c2b] = "\x69\x16", + [0x4c2c] = "\x69\x17", [0x4c2d] = "\x69\x18", [0x4c2e] = "\x69\x19", + [0x4c2f] = "\x69\x1a", [0x4c30] = "\x69\x1b", [0x4c31] = "\x69\x1c", + [0x4c32] = "\x69\x1d", [0x4c33] = "\x69\x1e", [0x4c34] = "\x69\x1f", + [0x4c35] = "\x69\x20", [0x4c36] = "\x69\x21", [0x4c37] = "\x69\x22", + [0x4c38] = "\x69\x23", [0x4c39] = "\x69\x24", [0x4c3a] = "\x69\x25", + [0x4c3b] = "\x69\x26", [0x4c3c] = "\x69\x27", [0x4c3d] = "\x69\x28", + [0x4c3e] = "\x69\x29", [0x4c3f] = "\x69\x2a", [0x4c40] = "\x69\x2b", + [0x4c41] = "\x69\x2c", [0x4c42] = "\x69\x2d", [0x4c43] = "\x69\x2e", + [0x4c44] = "\x69\x2f", [0x4c45] = "\x69\x30", [0x4c46] = "\x69\x31", + [0x4c47] = "\x69\x32", [0x4c48] = "\x69\x33", [0x4c49] = "\x69\x34", + [0x4c4a] = "\x69\x35", [0x4c4b] = "\x69\x36", [0x4c4c] = "\x69\x37", + [0x4c4d] = "\x69\x38", [0x4c4e] = "\x69\x39", [0x4c4f] = "\x69\x3a", + [0x4c50] = "\x69\x3b", [0x4c51] = "\x69\x3c", [0x4c52] = "\x69\x3d", + [0x4c53] = "\x69\x3e", [0x4c54] = "\x69\x3f", [0x4c55] = "\x69\x40", + [0x4c56] = "\x69\x41", [0x4c57] = "\x69\x42", [0x4c58] = "\x69\x43", + [0x4c59] = "\x69\x44", [0x4c5a] = "\x69\x45", [0x4c5b] = "\x69\x46", + [0x4c5c] = "\x69\x47", [0x4c5d] = "\x69\x48", [0x4c5e] = "\x69\x49", + [0x4c5f] = "\x69\x4a", [0x4c60] = "\x69\x4b", [0x4c61] = "\x69\x4c", + [0x4c62] = "\x69\x4d", [0x4c63] = "\x69\x4e", [0x4c64] = "\x69\x4f", + [0x4c65] = "\x69\x50", [0x4c66] = "\x69\x51", [0x4c67] = "\x69\x52", + [0x4c68] = "\x69\x53", [0x4c69] = "\x69\x54", [0x4c6a] = "\x69\x55", + [0x4c6b] = "\x69\x56", [0x4c6c] = "\x69\x57", [0x4c6d] = "\x69\x58", + [0x4c6e] = "\x69\x59", [0x4c6f] = "\x69\x5a", [0x4c70] = "\x69\x5b", + [0x4c71] = "\x69\x5c", [0x4c72] = "\x69\x5d", [0x4c73] = "\x69\x5e", + [0x4c74] = "\x69\x5f", [0x4c75] = "\x69\x60", [0x4c76] = "\x69\x61", + [0x4c77] = "\x69\x62", [0x4c78] = "\x69\x63", [0x4c79] = "\x69\x64", + [0x4c7a] = "\x69\x65", [0x4c7b] = "\x69\x66", [0x4c7c] = "\x69\x67", + [0x4c7d] = "\x69\x68", [0x4c7e] = "\x69\x69", [0x4c7f] = "\x69\x6a", + [0x4c80] = "\x69\x6b", [0x4c81] = "\x69\x6c", [0x4c82] = "\x69\x6d", + [0x4c83] = "\x69\x6e", [0x4c84] = "\x69\x6f", [0x4c85] = "\x69\x70", + [0x4c86] = "\x69\x71", [0x4c87] = "\x69\x72", [0x4c88] = "\x69\x73", + [0x4c89] = "\x69\x74", [0x4c8a] = "\x69\x75", [0x4c8b] = "\x69\x76", + [0x4c8c] = "\x69\x77", [0x4c8d] = "\x69\x78", [0x4c8e] = "\x69\x79", + [0x4c8f] = "\x69\x7a", [0x4c90] = "\x69\x7b", [0x4c91] = "\x69\x7c", + [0x4c92] = "\x69\x7d", [0x4c93] = "\xfe\x98", [0x4c94] = "\xfe\x99", + [0x4c95] = "\xfe\x9a", [0x4c96] = "\xfe\x9b", [0x4c97] = "\xfe\x9c", + [0x4c98] = "\xfe\x9d", [0x4c99] = "\xfe\x9e", [0x4c9a] = "\x69\x7e", + [0x4c9b] = "\x69\x7f", [0x4c9c] = "\x69\x80", [0x4c9d] = "\x69\x81", + [0x4c9e] = "\x69\x82", [0x4c9f] = "\x69\x83", [0x4ca0] = "\x69\x84", + [0x4ca1] = "\x69\x85", [0x4ca2] = "\x69\x86", [0x4ca3] = "\x69\x87", + [0x4ca4] = "\x69\x88", [0x4ca5] = "\x69\x89", [0x4ca6] = "\x69\x8a", + [0x4ca7] = "\x69\x8b", [0x4ca8] = "\x69\x8c", [0x4ca9] = "\x69\x8d", + [0x4caa] = "\x69\x8e", [0x4cab] = "\x69\x8f", [0x4cac] = "\x69\x90", + [0x4cad] = "\x69\x91", [0x4cae] = "\x69\x92", [0x4caf] = "\x69\x93", + [0x4cb0] = "\x69\x94", [0x4cb1] = "\x69\x95", [0x4cb2] = "\x69\x96", + [0x4cb3] = "\x69\x97", [0x4cb4] = "\x69\x98", [0x4cb5] = "\x69\x99", + [0x4cb6] = "\x69\x9a", [0x4cb7] = "\x69\x9b", [0x4cb8] = "\x69\x9c", + [0x4cb9] = "\x69\x9d", [0x4cba] = "\x69\x9e", [0x4cbb] = "\x69\x9f", + [0x4cbc] = "\x69\xa0", [0x4cbd] = "\x69\xa1", [0x4cbe] = "\x69\xa2", + [0x4cbf] = "\x69\xa3", [0x4cc0] = "\x69\xa4", [0x4cc1] = "\x69\xa5", + [0x4cc2] = "\x69\xa6", [0x4cc3] = "\x69\xa7", [0x4cc4] = "\x69\xa8", + [0x4cc5] = "\x69\xa9", [0x4cc6] = "\x69\xaa", [0x4cc7] = "\x69\xab", + [0x4cc8] = "\x69\xac", [0x4cc9] = "\x69\xad", [0x4cca] = "\x69\xae", + [0x4ccb] = "\x69\xaf", [0x4ccc] = "\x69\xb0", [0x4ccd] = "\x69\xb1", + [0x4cce] = "\x69\xb2", [0x4ccf] = "\x69\xb3", [0x4cd0] = "\x69\xb4", + [0x4cd1] = "\x69\xb5", [0x4cd2] = "\x69\xb6", [0x4cd3] = "\x69\xb7", + [0x4cd4] = "\x69\xb8", [0x4cd5] = "\x69\xb9", [0x4cd6] = "\x69\xba", + [0x4cd7] = "\x69\xbb", [0x4cd8] = "\x69\xbc", [0x4cd9] = "\x69\xbd", + [0x4cda] = "\x69\xbe", [0x4cdb] = "\x69\xbf", [0x4cdc] = "\x69\xc0", + [0x4cdd] = "\x69\xc1", [0x4cde] = "\x69\xc2", [0x4cdf] = "\x69\xc3", + [0x4ce0] = "\x69\xc4", [0x4ce1] = "\x69\xc5", [0x4ce2] = "\x69\xc6", + [0x4ce3] = "\x69\xc7", [0x4ce4] = "\x69\xc8", [0x4ce5] = "\x69\xc9", + [0x4ce6] = "\x69\xca", [0x4ce7] = "\x69\xcb", [0x4ce8] = "\x69\xcc", + [0x4ce9] = "\x69\xcd", [0x4cea] = "\x69\xce", [0x4ceb] = "\x69\xcf", + [0x4cec] = "\x69\xd0", [0x4ced] = "\x69\xd1", [0x4cee] = "\x69\xd2", + [0x4cef] = "\x69\xd3", [0x4cf0] = "\x69\xd4", [0x4cf1] = "\x69\xd5", + [0x4cf2] = "\x69\xd6", [0x4cf3] = "\x69\xd7", [0x4cf4] = "\x69\xd8", + [0x4cf5] = "\x69\xd9", [0x4cf6] = "\x69\xda", [0x4cf7] = "\x69\xdb", + [0x4cf8] = "\x69\xdc", [0x4cf9] = "\x69\xdd", [0x4cfa] = "\x69\xde", + [0x4cfb] = "\x69\xdf", [0x4cfc] = "\x69\xe0", [0x4cfd] = "\x69\xe1", + [0x4cfe] = "\x69\xe2", [0x4cff] = "\x69\xe3", [0x4d00] = "\x69\xe4", + [0x4d01] = "\x69\xe5", [0x4d02] = "\x69\xe6", [0x4d03] = "\x69\xe7", + [0x4d04] = "\x69\xe8", [0x4d05] = "\x69\xe9", [0x4d06] = "\x69\xea", + [0x4d07] = "\x69\xeb", [0x4d08] = "\x69\xec", [0x4d09] = "\x69\xed", + [0x4d0a] = "\x69\xee", [0x4d0b] = "\x69\xef", [0x4d0c] = "\x69\xf0", + [0x4d0d] = "\x69\xf1", [0x4d0e] = "\x69\xf2", [0x4d0f] = "\x69\xf3", + [0x4d10] = "\x69\xf4", [0x4d11] = "\x69\xf5", [0x4d12] = "\x69\xf6", + [0x4d13] = "\x69\xf7", [0x4d14] = "\x69\xf8", [0x4d15] = "\x69\xf9", + [0x4d16] = "\x69\xfa", [0x4d17] = "\x69\xfb", [0x4d18] = "\x69\xfc", + [0x4d19] = "\x69\xfd", [0x4d1a] = "\x69\xfe", [0x4d1b] = "\x69\xff", + [0x4d1c] = "\x6a\x00", [0x4d1d] = "\x6a\x01", [0x4d1e] = "\x6a\x02", + [0x4d1f] = "\x6a\x03", [0x4d20] = "\x6a\x04", [0x4d21] = "\x6a\x05", + [0x4d22] = "\x6a\x06", [0x4d23] = "\x6a\x07", [0x4d24] = "\x6a\x08", + [0x4d25] = "\x6a\x09", [0x4d26] = "\x6a\x0a", [0x4d27] = "\x6a\x0b", + [0x4d28] = "\x6a\x0c", [0x4d29] = "\x6a\x0d", [0x4d2a] = "\x6a\x0e", + [0x4d2b] = "\x6a\x0f", [0x4d2c] = "\x6a\x10", [0x4d2d] = "\x6a\x11", + [0x4d2e] = "\xfe\x9f", [0x4d2f] = "\x6a\x12", [0x4d30] = "\x6a\x13", + [0x4d31] = "\x6a\x14", [0x4d32] = "\x6a\x15", [0x4d33] = "\x6a\x16", + [0x4d34] = "\x6a\x17", [0x4d35] = "\x6a\x18", [0x4d36] = "\x6a\x19", + [0x4d37] = "\x6a\x1a", [0x4d38] = "\x6a\x1b", [0x4d39] = "\x6a\x1c", + [0x4d3a] = "\x6a\x1d", [0x4d3b] = "\x6a\x1e", [0x4d3c] = "\x6a\x1f", + [0x4d3d] = "\x6a\x20", [0x4d3e] = "\x6a\x21", [0x4d3f] = "\x6a\x22", + [0x4d40] = "\x6a\x23", [0x4d41] = "\x6a\x24", [0x4d42] = "\x6a\x25", + [0x4d43] = "\x6a\x26", [0x4d44] = "\x6a\x27", [0x4d45] = "\x6a\x28", + [0x4d46] = "\x6a\x29", [0x4d47] = "\x6a\x2a", [0x4d48] = "\x6a\x2b", + [0x4d49] = "\x6a\x2c", [0x4d4a] = "\x6a\x2d", [0x4d4b] = "\x6a\x2e", + [0x4d4c] = "\x6a\x2f", [0x4d4d] = "\x6a\x30", [0x4d4e] = "\x6a\x31", + [0x4d4f] = "\x6a\x32", [0x4d50] = "\x6a\x33", [0x4d51] = "\x6a\x34", + [0x4d52] = "\x6a\x35", [0x4d53] = "\x6a\x36", [0x4d54] = "\x6a\x37", + [0x4d55] = "\x6a\x38", [0x4d56] = "\x6a\x39", [0x4d57] = "\x6a\x3a", + [0x4d58] = "\x6a\x3b", [0x4d59] = "\x6a\x3c", [0x4d5a] = "\x6a\x3d", + [0x4d5b] = "\x6a\x3e", [0x4d5c] = "\x6a\x3f", [0x4d5d] = "\x6a\x40", + [0x4d5e] = "\x6a\x41", [0x4d5f] = "\x6a\x42", [0x4d60] = "\x6a\x43", + [0x4d61] = "\x6a\x44", [0x4d62] = "\x6a\x45", [0x4d63] = "\x6a\x46", + [0x4d64] = "\x6a\x47", [0x4d65] = "\x6a\x48", [0x4d66] = "\x6a\x49", + [0x4d67] = "\x6a\x4a", [0x4d68] = "\x6a\x4b", [0x4d69] = "\x6a\x4c", + [0x4d6a] = "\x6a\x4d", [0x4d6b] = "\x6a\x4e", [0x4d6c] = "\x6a\x4f", + [0x4d6d] = "\x6a\x50", [0x4d6e] = "\x6a\x51", [0x4d6f] = "\x6a\x52", + [0x4d70] = "\x6a\x53", [0x4d71] = "\x6a\x54", [0x4d72] = "\x6a\x55", + [0x4d73] = "\x6a\x56", [0x4d74] = "\x6a\x57", [0x4d75] = "\x6a\x58", + [0x4d76] = "\x6a\x59", [0x4d77] = "\x6a\x5a", [0x4d78] = "\x6a\x5b", + [0x4d79] = "\x6a\x5c", [0x4d7a] = "\x6a\x5d", [0x4d7b] = "\x6a\x5e", + [0x4d7c] = "\x6a\x5f", [0x4d7d] = "\x6a\x60", [0x4d7e] = "\x6a\x61", + [0x4d7f] = "\x6a\x62", [0x4d80] = "\xd2\xbb", [0x4d81] = "\xb6\xa1", + [0x4d82] = "\x81\x40", [0x4d83] = "\xc6\xdf", [0x4d84] = "\x81\x41", + [0x4d85] = "\x81\x42", [0x4d86] = "\x81\x43", [0x4d87] = "\xcd\xf2", + [0x4d88] = "\xd5\xc9", [0x4d89] = "\xc8\xfd", [0x4d8a] = "\xc9\xcf", + [0x4d8b] = "\xcf\xc2", [0x4d8c] = "\xd8\xa2", [0x4d8d] = "\xb2\xbb", + [0x4d8e] = "\xd3\xeb", [0x4d8f] = "\x81\x44", [0x4d90] = "\xd8\xa4", + [0x4d91] = "\xb3\xf3", [0x4d92] = "\x81\x45", [0x4d93] = "\xd7\xa8", + [0x4d94] = "\xc7\xd2", [0x4d95] = "\xd8\xa7", [0x4d96] = "\xca\xc0", + [0x4d97] = "\x81\x46", [0x4d98] = "\xc7\xf0", [0x4d99] = "\xb1\xfb", + [0x4d9a] = "\xd2\xb5", [0x4d9b] = "\xb4\xd4", [0x4d9c] = "\xb6\xab", + [0x4d9d] = "\xcb\xbf", [0x4d9e] = "\xd8\xa9", [0x4d9f] = "\x81\x47", + [0x4da0] = "\x81\x48", [0x4da1] = "\x81\x49", [0x4da2] = "\xb6\xaa", + [0x4da3] = "\x81\x4a", [0x4da4] = "\xc1\xbd", [0x4da5] = "\xd1\xcf", + [0x4da6] = "\x81\x4b", [0x4da7] = "\xc9\xa5", [0x4da8] = "\xd8\xad", + [0x4da9] = "\x81\x4c", [0x4daa] = "\xb8\xf6", [0x4dab] = "\xd1\xbe", + [0x4dac] = "\xe3\xdc", [0x4dad] = "\xd6\xd0", [0x4dae] = "\x81\x4d", + [0x4daf] = "\x81\x4e", [0x4db0] = "\xb7\xe1", [0x4db1] = "\x81\x4f", + [0x4db2] = "\xb4\xae", [0x4db3] = "\x81\x50", [0x4db4] = "\xc1\xd9", + [0x4db5] = "\x81\x51", [0x4db6] = "\xd8\xbc", [0x4db7] = "\x81\x52", + [0x4db8] = "\xcd\xe8", [0x4db9] = "\xb5\xa4", [0x4dba] = "\xce\xaa", + [0x4dbb] = "\xd6\xf7", [0x4dbc] = "\x81\x53", [0x4dbd] = "\xc0\xf6", + [0x4dbe] = "\xbe\xd9", [0x4dbf] = "\xd8\xaf", [0x4dc0] = "\x81\x54", + [0x4dc1] = "\x81\x55", [0x4dc2] = "\x81\x56", [0x4dc3] = "\xc4\xcb", + [0x4dc4] = "\x81\x57", [0x4dc5] = "\xbe\xc3", [0x4dc6] = "\x81\x58", + [0x4dc7] = "\xd8\xb1", [0x4dc8] = "\xc3\xb4", [0x4dc9] = "\xd2\xe5", + [0x4dca] = "\x81\x59", [0x4dcb] = "\xd6\xae", [0x4dcc] = "\xce\xda", + [0x4dcd] = "\xd5\xa7", [0x4dce] = "\xba\xf5", [0x4dcf] = "\xb7\xa6", + [0x4dd0] = "\xc0\xd6", [0x4dd1] = "\x81\x5a", [0x4dd2] = "\xc6\xb9", + [0x4dd3] = "\xc5\xd2", [0x4dd4] = "\xc7\xc7", [0x4dd5] = "\x81\x5b", + [0x4dd6] = "\xb9\xd4", [0x4dd7] = "\x81\x5c", [0x4dd8] = "\xb3\xcb", + [0x4dd9] = "\xd2\xd2", [0x4dda] = "\x81\x5d", [0x4ddb] = "\x81\x5e", + [0x4ddc] = "\xd8\xbf", [0x4ddd] = "\xbe\xc5", [0x4dde] = "\xc6\xf2", + [0x4ddf] = "\xd2\xb2", [0x4de0] = "\xcf\xb0", [0x4de1] = "\xcf\xe7", + [0x4de2] = "\x81\x5f", [0x4de3] = "\x81\x60", [0x4de4] = "\x81\x61", + [0x4de5] = "\x81\x62", [0x4de6] = "\xca\xe9", [0x4de7] = "\x81\x63", + [0x4de8] = "\x81\x64", [0x4de9] = "\xd8\xc0", [0x4dea] = "\x81\x65", + [0x4deb] = "\x81\x66", [0x4dec] = "\x81\x67", [0x4ded] = "\x81\x68", + [0x4dee] = "\x81\x69", [0x4def] = "\x81\x6a", [0x4df0] = "\xc2\xf2", + [0x4df1] = "\xc2\xd2", [0x4df2] = "\x81\x6b", [0x4df3] = "\xc8\xe9", + [0x4df4] = "\x81\x6c", [0x4df5] = "\x81\x6d", [0x4df6] = "\x81\x6e", + [0x4df7] = "\x81\x6f", [0x4df8] = "\x81\x70", [0x4df9] = "\x81\x71", + [0x4dfa] = "\x81\x72", [0x4dfb] = "\x81\x73", [0x4dfc] = "\x81\x74", + [0x4dfd] = "\x81\x75", [0x4dfe] = "\xc7\xac", [0x4dff] = "\x81\x76", + [0x4e00] = "\x81\x77", [0x4e01] = "\x81\x78", [0x4e02] = "\x81\x79", + [0x4e03] = "\x81\x7a", [0x4e04] = "\x81\x7b", [0x4e05] = "\x81\x7c", + [0x4e06] = "\xc1\xcb", [0x4e07] = "\x81\x7d", [0x4e08] = "\xd3\xe8", + [0x4e09] = "\xd5\xf9", [0x4e0a] = "\x81\x7e", [0x4e0b] = "\xca\xc2", + [0x4e0c] = "\xb6\xfe", [0x4e0d] = "\xd8\xa1", [0x4e0e] = "\xd3\xda", + [0x4e0f] = "\xbf\xf7", [0x4e10] = "\x81\x80", [0x4e11] = "\xd4\xc6", + [0x4e12] = "\xbb\xa5", [0x4e13] = "\xd8\xc1", [0x4e14] = "\xce\xe5", + [0x4e15] = "\xbe\xae", [0x4e16] = "\x81\x81", [0x4e17] = "\x81\x82", + [0x4e18] = "\xd8\xa8", [0x4e19] = "\x81\x83", [0x4e1a] = "\xd1\xc7", + [0x4e1b] = "\xd0\xa9", [0x4e1c] = "\x81\x84", [0x4e1d] = "\x81\x85", + [0x4e1e] = "\x81\x86", [0x4e1f] = "\xd8\xbd", [0x4e20] = "\xd9\xef", + [0x4e21] = "\xcd\xf6", [0x4e22] = "\xbf\xba", [0x4e23] = "\x81\x87", + [0x4e24] = "\xbd\xbb", [0x4e25] = "\xba\xa5", [0x4e26] = "\xd2\xe0", + [0x4e27] = "\xb2\xfa", [0x4e28] = "\xba\xe0", [0x4e29] = "\xc4\xb6", + [0x4e2a] = "\x81\x88", [0x4e2b] = "\xcf\xed", [0x4e2c] = "\xbe\xa9", + [0x4e2d] = "\xcd\xa4", [0x4e2e] = "\xc1\xc1", [0x4e2f] = "\x81\x89", + [0x4e30] = "\x81\x8a", [0x4e31] = "\x81\x8b", [0x4e32] = "\xc7\xd7", + [0x4e33] = "\xd9\xf1", [0x4e34] = "\x81\x8c", [0x4e35] = "\xd9\xf4", + [0x4e36] = "\x81\x8d", [0x4e37] = "\x81\x8e", [0x4e38] = "\x81\x8f", + [0x4e39] = "\x81\x90", [0x4e3a] = "\xc8\xcb", [0x4e3b] = "\xd8\xe9", + [0x4e3c] = "\x81\x91", [0x4e3d] = "\x81\x92", [0x4e3e] = "\x81\x93", + [0x4e3f] = "\xd2\xda", [0x4e40] = "\xca\xb2", [0x4e41] = "\xc8\xca", + [0x4e42] = "\xd8\xec", [0x4e43] = "\xd8\xea", [0x4e44] = "\xd8\xc6", + [0x4e45] = "\xbd\xf6", [0x4e46] = "\xc6\xcd", [0x4e47] = "\xb3\xf0", + [0x4e48] = "\x81\x94", [0x4e49] = "\xd8\xeb", [0x4e4a] = "\xbd\xf1", + [0x4e4b] = "\xbd\xe9", [0x4e4c] = "\x81\x95", [0x4e4d] = "\xc8\xd4", + [0x4e4e] = "\xb4\xd3", [0x4e4f] = "\x81\x96", [0x4e50] = "\x81\x97", + [0x4e51] = "\xc2\xd8", [0x4e52] = "\x81\x98", [0x4e53] = "\xb2\xd6", + [0x4e54] = "\xd7\xd0", [0x4e55] = "\xca\xcb", [0x4e56] = "\xcb\xfb", + [0x4e57] = "\xd5\xcc", [0x4e58] = "\xb8\xb6", [0x4e59] = "\xcf\xc9", + [0x4e5a] = "\x81\x99", [0x4e5b] = "\x81\x9a", [0x4e5c] = "\x81\x9b", + [0x4e5d] = "\xd9\xda", [0x4e5e] = "\xd8\xf0", [0x4e5f] = "\xc7\xaa", + [0x4e60] = "\x81\x9c", [0x4e61] = "\xd8\xee", [0x4e62] = "\x81\x9d", + [0x4e63] = "\xb4\xfa", [0x4e64] = "\xc1\xee", [0x4e65] = "\xd2\xd4", + [0x4e66] = "\x81\x9e", [0x4e67] = "\x81\x9f", [0x4e68] = "\xd8\xed", + [0x4e69] = "\x81\xa0", [0x4e6a] = "\xd2\xc7", [0x4e6b] = "\xd8\xef", + [0x4e6c] = "\xc3\xc7", [0x4e6d] = "\x81\xa1", [0x4e6e] = "\x81\xa2", + [0x4e6f] = "\x81\xa3", [0x4e70] = "\xd1\xf6", [0x4e71] = "\x81\xa4", + [0x4e72] = "\xd6\xd9", [0x4e73] = "\xd8\xf2", [0x4e74] = "\x81\xa5", + [0x4e75] = "\xd8\xf5", [0x4e76] = "\xbc\xfe", [0x4e77] = "\xbc\xdb", + [0x4e78] = "\x81\xa6", [0x4e79] = "\x81\xa7", [0x4e7a] = "\x81\xa8", + [0x4e7b] = "\xc8\xce", [0x4e7c] = "\x81\xa9", [0x4e7d] = "\xb7\xdd", + [0x4e7e] = "\x81\xaa", [0x4e7f] = "\xb7\xc2", [0x4e80] = "\x81\xab", + [0x4e81] = "\xc6\xf3", [0x4e82] = "\x81\xac", [0x4e83] = "\x81\xad", + [0x4e84] = "\x81\xae", [0x4e85] = "\x81\xaf", [0x4e86] = "\x81\xb0", + [0x4e87] = "\x81\xb1", [0x4e88] = "\x81\xb2", [0x4e89] = "\xd8\xf8", + [0x4e8a] = "\xd2\xc1", [0x4e8b] = "\x81\xb3", [0x4e8c] = "\x81\xb4", + [0x4e8d] = "\xce\xe9", [0x4e8e] = "\xbc\xbf", [0x4e8f] = "\xb7\xfc", + [0x4e90] = "\xb7\xa5", [0x4e91] = "\xd0\xdd", [0x4e92] = "\x81\xb5", + [0x4e93] = "\x81\xb6", [0x4e94] = "\x81\xb7", [0x4e95] = "\x81\xb8", + [0x4e96] = "\x81\xb9", [0x4e97] = "\xd6\xda", [0x4e98] = "\xd3\xc5", + [0x4e99] = "\xbb\xef", [0x4e9a] = "\xbb\xe1", [0x4e9b] = "\xd8\xf1", + [0x4e9c] = "\x81\xba", [0x4e9d] = "\x81\xbb", [0x4e9e] = "\xc9\xa1", + [0x4e9f] = "\xce\xb0", [0x4ea0] = "\xb4\xab", [0x4ea1] = "\x81\xbc", + [0x4ea2] = "\xd8\xf3", [0x4ea3] = "\x81\xbd", [0x4ea4] = "\xc9\xcb", + [0x4ea5] = "\xd8\xf6", [0x4ea6] = "\xc2\xd7", [0x4ea7] = "\xd8\xf7", + [0x4ea8] = "\x81\xbe", [0x4ea9] = "\x81\xbf", [0x4eaa] = "\xce\xb1", + [0x4eab] = "\xd8\xf9", [0x4eac] = "\x81\xc0", [0x4ead] = "\x81\xc1", + [0x4eae] = "\x81\xc2", [0x4eaf] = "\xb2\xae", [0x4eb0] = "\xb9\xc0", + [0x4eb1] = "\x81\xc3", [0x4eb2] = "\xd9\xa3", [0x4eb3] = "\x81\xc4", + [0x4eb4] = "\xb0\xe9", [0x4eb5] = "\x81\xc5", [0x4eb6] = "\xc1\xe6", + [0x4eb7] = "\x81\xc6", [0x4eb8] = "\xc9\xec", [0x4eb9] = "\x81\xc7", + [0x4eba] = "\xcb\xc5", [0x4ebb] = "\x81\xc8", [0x4ebc] = "\xcb\xc6", + [0x4ebd] = "\xd9\xa4", [0x4ebe] = "\x81\xc9", [0x4ebf] = "\x81\xca", + [0x4ec0] = "\x81\xcb", [0x4ec1] = "\x81\xcc", [0x4ec2] = "\x81\xcd", + [0x4ec3] = "\xb5\xe8", [0x4ec4] = "\x81\xce", [0x4ec5] = "\x81\xcf", + [0x4ec6] = "\xb5\xab", [0x4ec7] = "\x81\xd0", [0x4ec8] = "\x81\xd1", + [0x4ec9] = "\x81\xd2", [0x4eca] = "\x81\xd3", [0x4ecb] = "\x81\xd4", + [0x4ecc] = "\x81\xd5", [0x4ecd] = "\xce\xbb", [0x4ece] = "\xb5\xcd", + [0x4ecf] = "\xd7\xa1", [0x4ed0] = "\xd7\xf4", [0x4ed1] = "\xd3\xd3", + [0x4ed2] = "\x81\xd6", [0x4ed3] = "\xcc\xe5", [0x4ed4] = "\x81\xd7", + [0x4ed5] = "\xba\xce", [0x4ed6] = "\x81\xd8", [0x4ed7] = "\xd9\xa2", + [0x4ed8] = "\xd9\xdc", [0x4ed9] = "\xd3\xe0", [0x4eda] = "\xd8\xfd", + [0x4edb] = "\xb7\xf0", [0x4edc] = "\xd7\xf7", [0x4edd] = "\xd8\xfe", + [0x4ede] = "\xd8\xfa", [0x4edf] = "\xd9\xa1", [0x4ee0] = "\xc4\xe3", + [0x4ee1] = "\x81\xd9", [0x4ee2] = "\x81\xda", [0x4ee3] = "\xd3\xb6", + [0x4ee4] = "\xd8\xf4", [0x4ee5] = "\xd9\xdd", [0x4ee6] = "\x81\xdb", + [0x4ee7] = "\xd8\xfb", [0x4ee8] = "\x81\xdc", [0x4ee9] = "\xc5\xe5", + [0x4eea] = "\x81\xdd", [0x4eeb] = "\x81\xde", [0x4eec] = "\xc0\xd0", + [0x4eed] = "\x81\xdf", [0x4eee] = "\x81\xe0", [0x4eef] = "\xd1\xf0", + [0x4ef0] = "\xb0\xdb", [0x4ef1] = "\x81\xe1", [0x4ef2] = "\x81\xe2", + [0x4ef3] = "\xbc\xd1", [0x4ef4] = "\xd9\xa6", [0x4ef5] = "\x81\xe3", + [0x4ef6] = "\xd9\xa5", [0x4ef7] = "\x81\xe4", [0x4ef8] = "\x81\xe5", + [0x4ef9] = "\x81\xe6", [0x4efa] = "\x81\xe7", [0x4efb] = "\xd9\xac", + [0x4efc] = "\xd9\xae", [0x4efd] = "\x81\xe8", [0x4efe] = "\xd9\xab", + [0x4eff] = "\xca\xb9", [0x4f00] = "\x81\xe9", [0x4f01] = "\x81\xea", + [0x4f02] = "\x81\xeb", [0x4f03] = "\xd9\xa9", [0x4f04] = "\xd6\xb6", + [0x4f05] = "\x81\xec", [0x4f06] = "\x81\xed", [0x4f07] = "\x81\xee", + [0x4f08] = "\xb3\xde", [0x4f09] = "\xd9\xa8", [0x4f0a] = "\x81\xef", + [0x4f0b] = "\xc0\xfd", [0x4f0c] = "\x81\xf0", [0x4f0d] = "\xca\xcc", + [0x4f0e] = "\x81\xf1", [0x4f0f] = "\xd9\xaa", [0x4f10] = "\x81\xf2", + [0x4f11] = "\xd9\xa7", [0x4f12] = "\x81\xf3", [0x4f13] = "\x81\xf4", + [0x4f14] = "\xd9\xb0", [0x4f15] = "\x81\xf5", [0x4f16] = "\x81\xf6", + [0x4f17] = "\xb6\xb1", [0x4f18] = "\x81\xf7", [0x4f19] = "\x81\xf8", + [0x4f1a] = "\x81\xf9", [0x4f1b] = "\xb9\xa9", [0x4f1c] = "\x81\xfa", + [0x4f1d] = "\xd2\xc0", [0x4f1e] = "\x81\xfb", [0x4f1f] = "\x81\xfc", + [0x4f20] = "\xcf\xc0", [0x4f21] = "\x81\xfd", [0x4f22] = "\x81\xfe", + [0x4f23] = "\xc2\xc2", [0x4f24] = "\x82\x40", [0x4f25] = "\xbd\xc4", + [0x4f26] = "\xd5\xec", [0x4f27] = "\xb2\xe0", [0x4f28] = "\xc7\xc8", + [0x4f29] = "\xbf\xeb", [0x4f2a] = "\xd9\xad", [0x4f2b] = "\x82\x41", + [0x4f2c] = "\xd9\xaf", [0x4f2d] = "\x82\x42", [0x4f2e] = "\xce\xea", + [0x4f2f] = "\xba\xee", [0x4f30] = "\x82\x43", [0x4f31] = "\x82\x44", + [0x4f32] = "\x82\x45", [0x4f33] = "\x82\x46", [0x4f34] = "\x82\x47", + [0x4f35] = "\xc7\xd6", [0x4f36] = "\x82\x48", [0x4f37] = "\x82\x49", + [0x4f38] = "\x82\x4a", [0x4f39] = "\x82\x4b", [0x4f3a] = "\x82\x4c", + [0x4f3b] = "\x82\x4d", [0x4f3c] = "\x82\x4e", [0x4f3d] = "\x82\x4f", + [0x4f3e] = "\x82\x50", [0x4f3f] = "\xb1\xe3", [0x4f40] = "\x82\x51", + [0x4f41] = "\x82\x52", [0x4f42] = "\x82\x53", [0x4f43] = "\xb4\xd9", + [0x4f44] = "\xb6\xed", [0x4f45] = "\xd9\xb4", [0x4f46] = "\x82\x54", + [0x4f47] = "\x82\x55", [0x4f48] = "\x82\x56", [0x4f49] = "\x82\x57", + [0x4f4a] = "\xbf\xa1", [0x4f4b] = "\x82\x58", [0x4f4c] = "\x82\x59", + [0x4f4d] = "\x82\x5a", [0x4f4e] = "\xd9\xde", [0x4f4f] = "\xc7\xce", + [0x4f50] = "\xc0\xfe", [0x4f51] = "\xd9\xb8", [0x4f52] = "\x82\x5b", + [0x4f53] = "\x82\x5c", [0x4f54] = "\x82\x5d", [0x4f55] = "\x82\x5e", + [0x4f56] = "\x82\x5f", [0x4f57] = "\xcb\xd7", [0x4f58] = "\xb7\xfd", + [0x4f59] = "\x82\x60", [0x4f5a] = "\xd9\xb5", [0x4f5b] = "\x82\x61", + [0x4f5c] = "\xd9\xb7", [0x4f5d] = "\xb1\xa3", [0x4f5e] = "\xd3\xe1", + [0x4f5f] = "\xd9\xb9", [0x4f60] = "\x82\x62", [0x4f61] = "\xd0\xc5", + [0x4f62] = "\x82\x63", [0x4f63] = "\xd9\xb6", [0x4f64] = "\x82\x64", + [0x4f65] = "\x82\x65", [0x4f66] = "\xd9\xb1", [0x4f67] = "\x82\x66", + [0x4f68] = "\xd9\xb2", [0x4f69] = "\xc1\xa9", [0x4f6a] = "\xd9\xb3", + [0x4f6b] = "\x82\x67", [0x4f6c] = "\x82\x68", [0x4f6d] = "\xbc\xf3", + [0x4f6e] = "\xd0\xde", [0x4f6f] = "\xb8\xa9", [0x4f70] = "\x82\x69", + [0x4f71] = "\xbe\xe3", [0x4f72] = "\x82\x6a", [0x4f73] = "\xd9\xbd", + [0x4f74] = "\x82\x6b", [0x4f75] = "\x82\x6c", [0x4f76] = "\x82\x6d", + [0x4f77] = "\x82\x6e", [0x4f78] = "\xd9\xba", [0x4f79] = "\x82\x6f", + [0x4f7a] = "\xb0\xb3", [0x4f7b] = "\x82\x70", [0x4f7c] = "\x82\x71", + [0x4f7d] = "\x82\x72", [0x4f7e] = "\xd9\xc2", [0x4f7f] = "\x82\x73", + [0x4f80] = "\x82\x74", [0x4f81] = "\x82\x75", [0x4f82] = "\x82\x76", + [0x4f83] = "\x82\x77", [0x4f84] = "\x82\x78", [0x4f85] = "\x82\x79", + [0x4f86] = "\x82\x7a", [0x4f87] = "\x82\x7b", [0x4f88] = "\x82\x7c", + [0x4f89] = "\x82\x7d", [0x4f8a] = "\x82\x7e", [0x4f8b] = "\x82\x80", + [0x4f8c] = "\xd9\xc4", [0x4f8d] = "\xb1\xb6", [0x4f8e] = "\x82\x81", + [0x4f8f] = "\xd9\xbf", [0x4f90] = "\x82\x82", [0x4f91] = "\x82\x83", + [0x4f92] = "\xb5\xb9", [0x4f93] = "\x82\x84", [0x4f94] = "\xbe\xf3", + [0x4f95] = "\x82\x85", [0x4f96] = "\x82\x86", [0x4f97] = "\x82\x87", + [0x4f98] = "\xcc\xc8", [0x4f99] = "\xba\xf2", [0x4f9a] = "\xd2\xd0", + [0x4f9b] = "\x82\x88", [0x4f9c] = "\xd9\xc3", [0x4f9d] = "\x82\x89", + [0x4f9e] = "\x82\x8a", [0x4f9f] = "\xbd\xe8", [0x4fa0] = "\x82\x8b", + [0x4fa1] = "\xb3\xab", [0x4fa2] = "\x82\x8c", [0x4fa3] = "\x82\x8d", + [0x4fa4] = "\x82\x8e", [0x4fa5] = "\xd9\xc5", [0x4fa6] = "\xbe\xeb", + [0x4fa7] = "\x82\x8f", [0x4fa8] = "\xd9\xc6", [0x4fa9] = "\xd9\xbb", + [0x4faa] = "\xc4\xdf", [0x4fab] = "\x82\x90", [0x4fac] = "\xd9\xbe", + [0x4fad] = "\xd9\xc1", [0x4fae] = "\xd9\xc0", [0x4faf] = "\x82\x91", + [0x4fb0] = "\x82\x92", [0x4fb1] = "\x82\x93", [0x4fb2] = "\x82\x94", + [0x4fb3] = "\x82\x95", [0x4fb4] = "\x82\x96", [0x4fb5] = "\x82\x97", + [0x4fb6] = "\x82\x98", [0x4fb7] = "\x82\x99", [0x4fb8] = "\x82\x9a", + [0x4fb9] = "\x82\x9b", [0x4fba] = "\xd5\xae", [0x4fbb] = "\x82\x9c", + [0x4fbc] = "\xd6\xb5", [0x4fbd] = "\x82\x9d", [0x4fbe] = "\xc7\xe3", + [0x4fbf] = "\x82\x9e", [0x4fc0] = "\x82\x9f", [0x4fc1] = "\x82\xa0", + [0x4fc2] = "\x82\xa1", [0x4fc3] = "\xd9\xc8", [0x4fc4] = "\x82\xa2", + [0x4fc5] = "\x82\xa3", [0x4fc6] = "\x82\xa4", [0x4fc7] = "\xbc\xd9", + [0x4fc8] = "\xd9\xca", [0x4fc9] = "\x82\xa5", [0x4fca] = "\x82\xa6", + [0x4fcb] = "\x82\xa7", [0x4fcc] = "\xd9\xbc", [0x4fcd] = "\x82\xa8", + [0x4fce] = "\xd9\xcb", [0x4fcf] = "\xc6\xab", [0x4fd0] = "\x82\xa9", + [0x4fd1] = "\x82\xaa", [0x4fd2] = "\x82\xab", [0x4fd3] = "\x82\xac", + [0x4fd4] = "\x82\xad", [0x4fd5] = "\xd9\xc9", [0x4fd6] = "\x82\xae", + [0x4fd7] = "\x82\xaf", [0x4fd8] = "\x82\xb0", [0x4fd9] = "\x82\xb1", + [0x4fda] = "\xd7\xf6", [0x4fdb] = "\x82\xb2", [0x4fdc] = "\xcd\xa3", + [0x4fdd] = "\x82\xb3", [0x4fde] = "\x82\xb4", [0x4fdf] = "\x82\xb5", + [0x4fe0] = "\x82\xb6", [0x4fe1] = "\x82\xb7", [0x4fe2] = "\x82\xb8", + [0x4fe3] = "\x82\xb9", [0x4fe4] = "\x82\xba", [0x4fe5] = "\xbd\xa1", + [0x4fe6] = "\x82\xbb", [0x4fe7] = "\x82\xbc", [0x4fe8] = "\x82\xbd", + [0x4fe9] = "\x82\xbe", [0x4fea] = "\x82\xbf", [0x4feb] = "\x82\xc0", + [0x4fec] = "\xd9\xcc", [0x4fed] = "\x82\xc1", [0x4fee] = "\x82\xc2", + [0x4fef] = "\x82\xc3", [0x4ff0] = "\x82\xc4", [0x4ff1] = "\x82\xc5", + [0x4ff2] = "\x82\xc6", [0x4ff3] = "\x82\xc7", [0x4ff4] = "\x82\xc8", + [0x4ff5] = "\x82\xc9", [0x4ff6] = "\xc5\xbc", [0x4ff7] = "\xcd\xb5", + [0x4ff8] = "\x82\xca", [0x4ff9] = "\x82\xcb", [0x4ffa] = "\x82\xcc", + [0x4ffb] = "\xd9\xcd", [0x4ffc] = "\x82\xcd", [0x4ffd] = "\x82\xce", + [0x4ffe] = "\xd9\xc7", [0x4fff] = "\xb3\xa5", [0x5000] = "\xbf\xfe", + [0x5001] = "\x82\xcf", [0x5002] = "\x82\xd0", [0x5003] = "\x82\xd1", + [0x5004] = "\x82\xd2", [0x5005] = "\xb8\xb5", [0x5006] = "\x82\xd3", + [0x5007] = "\x82\xd4", [0x5008] = "\xc0\xfc", [0x5009] = "\x82\xd5", + [0x500a] = "\x82\xd6", [0x500b] = "\x82\xd7", [0x500c] = "\x82\xd8", + [0x500d] = "\xb0\xf8", [0x500e] = "\x82\xd9", [0x500f] = "\x82\xda", + [0x5010] = "\x82\xdb", [0x5011] = "\x82\xdc", [0x5012] = "\x82\xdd", + [0x5013] = "\x82\xde", [0x5014] = "\x82\xdf", [0x5015] = "\x82\xe0", + [0x5016] = "\x82\xe1", [0x5017] = "\x82\xe2", [0x5018] = "\x82\xe3", + [0x5019] = "\x82\xe4", [0x501a] = "\x82\xe5", [0x501b] = "\x82\xe6", + [0x501c] = "\x82\xe7", [0x501d] = "\x82\xe8", [0x501e] = "\x82\xe9", + [0x501f] = "\x82\xea", [0x5020] = "\x82\xeb", [0x5021] = "\x82\xec", + [0x5022] = "\x82\xed", [0x5023] = "\xb4\xf6", [0x5024] = "\x82\xee", + [0x5025] = "\xd9\xce", [0x5026] = "\x82\xef", [0x5027] = "\xd9\xcf", + [0x5028] = "\xb4\xa2", [0x5029] = "\xd9\xd0", [0x502a] = "\x82\xf0", + [0x502b] = "\x82\xf1", [0x502c] = "\xb4\xdf", [0x502d] = "\x82\xf2", + [0x502e] = "\x82\xf3", [0x502f] = "\x82\xf4", [0x5030] = "\x82\xf5", + [0x5031] = "\x82\xf6", [0x5032] = "\xb0\xc1", [0x5033] = "\x82\xf7", + [0x5034] = "\x82\xf8", [0x5035] = "\x82\xf9", [0x5036] = "\x82\xfa", + [0x5037] = "\x82\xfb", [0x5038] = "\x82\xfc", [0x5039] = "\x82\xfd", + [0x503a] = "\xd9\xd1", [0x503b] = "\xc9\xb5", [0x503c] = "\x82\xfe", + [0x503d] = "\x83\x40", [0x503e] = "\x83\x41", [0x503f] = "\x83\x42", + [0x5040] = "\x83\x43", [0x5041] = "\x83\x44", [0x5042] = "\x83\x45", + [0x5043] = "\x83\x46", [0x5044] = "\x83\x47", [0x5045] = "\x83\x48", + [0x5046] = "\x83\x49", [0x5047] = "\x83\x4a", [0x5048] = "\x83\x4b", + [0x5049] = "\x83\x4c", [0x504a] = "\x83\x4d", [0x504b] = "\x83\x4e", + [0x504c] = "\x83\x4f", [0x504d] = "\x83\x50", [0x504e] = "\x83\x51", + [0x504f] = "\xcf\xf1", [0x5050] = "\x83\x52", [0x5051] = "\x83\x53", + [0x5052] = "\x83\x54", [0x5053] = "\x83\x55", [0x5054] = "\x83\x56", + [0x5055] = "\x83\x57", [0x5056] = "\xd9\xd2", [0x5057] = "\x83\x58", + [0x5058] = "\x83\x59", [0x5059] = "\x83\x5a", [0x505a] = "\xc1\xc5", + [0x505b] = "\x83\x5b", [0x505c] = "\x83\x5c", [0x505d] = "\x83\x5d", + [0x505e] = "\x83\x5e", [0x505f] = "\x83\x5f", [0x5060] = "\x83\x60", + [0x5061] = "\x83\x61", [0x5062] = "\x83\x62", [0x5063] = "\x83\x63", + [0x5064] = "\x83\x64", [0x5065] = "\x83\x65", [0x5066] = "\xd9\xd6", + [0x5067] = "\xc9\xae", [0x5068] = "\x83\x66", [0x5069] = "\x83\x67", + [0x506a] = "\x83\x68", [0x506b] = "\x83\x69", [0x506c] = "\xd9\xd5", + [0x506d] = "\xd9\xd4", [0x506e] = "\xd9\xd7", [0x506f] = "\x83\x6a", + [0x5070] = "\x83\x6b", [0x5071] = "\x83\x6c", [0x5072] = "\x83\x6d", + [0x5073] = "\xcb\xdb", [0x5074] = "\x83\x6e", [0x5075] = "\xbd\xa9", + [0x5076] = "\x83\x6f", [0x5077] = "\x83\x70", [0x5078] = "\x83\x71", + [0x5079] = "\x83\x72", [0x507a] = "\x83\x73", [0x507b] = "\xc6\xa7", + [0x507c] = "\x83\x74", [0x507d] = "\x83\x75", [0x507e] = "\x83\x76", + [0x507f] = "\x83\x77", [0x5080] = "\x83\x78", [0x5081] = "\x83\x79", + [0x5082] = "\x83\x7a", [0x5083] = "\x83\x7b", [0x5084] = "\x83\x7c", + [0x5085] = "\x83\x7d", [0x5086] = "\xd9\xd3", [0x5087] = "\xd9\xd8", + [0x5088] = "\x83\x7e", [0x5089] = "\x83\x80", [0x508a] = "\x83\x81", + [0x508b] = "\xd9\xd9", [0x508c] = "\x83\x82", [0x508d] = "\x83\x83", + [0x508e] = "\x83\x84", [0x508f] = "\x83\x85", [0x5090] = "\x83\x86", + [0x5091] = "\x83\x87", [0x5092] = "\xc8\xe5", [0x5093] = "\x83\x88", + [0x5094] = "\x83\x89", [0x5095] = "\x83\x8a", [0x5096] = "\x83\x8b", + [0x5097] = "\x83\x8c", [0x5098] = "\x83\x8d", [0x5099] = "\x83\x8e", + [0x509a] = "\x83\x8f", [0x509b] = "\x83\x90", [0x509c] = "\x83\x91", + [0x509d] = "\x83\x92", [0x509e] = "\x83\x93", [0x509f] = "\x83\x94", + [0x50a0] = "\x83\x95", [0x50a1] = "\xc0\xdc", [0x50a2] = "\x83\x96", + [0x50a3] = "\x83\x97", [0x50a4] = "\x83\x98", [0x50a5] = "\x83\x99", + [0x50a6] = "\x83\x9a", [0x50a7] = "\x83\x9b", [0x50a8] = "\x83\x9c", + [0x50a9] = "\x83\x9d", [0x50aa] = "\x83\x9e", [0x50ab] = "\x83\x9f", + [0x50ac] = "\x83\xa0", [0x50ad] = "\x83\xa1", [0x50ae] = "\x83\xa2", + [0x50af] = "\x83\xa3", [0x50b0] = "\x83\xa4", [0x50b1] = "\x83\xa5", + [0x50b2] = "\x83\xa6", [0x50b3] = "\x83\xa7", [0x50b4] = "\x83\xa8", + [0x50b5] = "\x83\xa9", [0x50b6] = "\x83\xaa", [0x50b7] = "\x83\xab", + [0x50b8] = "\x83\xac", [0x50b9] = "\x83\xad", [0x50ba] = "\x83\xae", + [0x50bb] = "\x83\xaf", [0x50bc] = "\x83\xb0", [0x50bd] = "\x83\xb1", + [0x50be] = "\x83\xb2", [0x50bf] = "\xb6\xf9", [0x50c0] = "\xd8\xa3", + [0x50c1] = "\xd4\xca", [0x50c2] = "\x83\xb3", [0x50c3] = "\xd4\xaa", + [0x50c4] = "\xd0\xd6", [0x50c5] = "\xb3\xe4", [0x50c6] = "\xd5\xd7", + [0x50c7] = "\x83\xb4", [0x50c8] = "\xcf\xc8", [0x50c9] = "\xb9\xe2", + [0x50ca] = "\x83\xb5", [0x50cb] = "\xbf\xcb", [0x50cc] = "\x83\xb6", + [0x50cd] = "\xc3\xe2", [0x50ce] = "\x83\xb7", [0x50cf] = "\x83\xb8", + [0x50d0] = "\x83\xb9", [0x50d1] = "\xb6\xd2", [0x50d2] = "\x83\xba", + [0x50d3] = "\x83\xbb", [0x50d4] = "\xcd\xc3", [0x50d5] = "\xd9\xee", + [0x50d6] = "\xd9\xf0", [0x50d7] = "\x83\xbc", [0x50d8] = "\x83\xbd", + [0x50d9] = "\x83\xbe", [0x50da] = "\xb5\xb3", [0x50db] = "\x83\xbf", + [0x50dc] = "\xb6\xb5", [0x50dd] = "\x83\xc0", [0x50de] = "\x83\xc1", + [0x50df] = "\x83\xc2", [0x50e0] = "\x83\xc3", [0x50e1] = "\x83\xc4", + [0x50e2] = "\xbe\xa4", [0x50e3] = "\x83\xc5", [0x50e4] = "\x83\xc6", + [0x50e5] = "\xc8\xeb", [0x50e6] = "\x83\xc7", [0x50e7] = "\x83\xc8", + [0x50e8] = "\xc8\xab", [0x50e9] = "\x83\xc9", [0x50ea] = "\x83\xca", + [0x50eb] = "\xb0\xcb", [0x50ec] = "\xb9\xab", [0x50ed] = "\xc1\xf9", + [0x50ee] = "\xd9\xe2", [0x50ef] = "\x83\xcb", [0x50f0] = "\xc0\xbc", + [0x50f1] = "\xb9\xb2", [0x50f2] = "\x83\xcc", [0x50f3] = "\xb9\xd8", + [0x50f4] = "\xd0\xcb", [0x50f5] = "\xb1\xf8", [0x50f6] = "\xc6\xe4", + [0x50f7] = "\xbe\xdf", [0x50f8] = "\xb5\xe4", [0x50f9] = "\xd7\xc8", + [0x50fa] = "\x83\xcd", [0x50fb] = "\xd1\xf8", [0x50fc] = "\xbc\xe6", + [0x50fd] = "\xca\xde", [0x50fe] = "\x83\xce", [0x50ff] = "\x83\xcf", + [0x5100] = "\xbc\xbd", [0x5101] = "\xd9\xe6", [0x5102] = "\xd8\xe7", + [0x5103] = "\x83\xd0", [0x5104] = "\x83\xd1", [0x5105] = "\xc4\xda", + [0x5106] = "\x83\xd2", [0x5107] = "\x83\xd3", [0x5108] = "\xb8\xd4", + [0x5109] = "\xc8\xbd", [0x510a] = "\x83\xd4", [0x510b] = "\x83\xd5", + [0x510c] = "\xb2\xe1", [0x510d] = "\xd4\xd9", [0x510e] = "\x83\xd6", + [0x510f] = "\x83\xd7", [0x5110] = "\x83\xd8", [0x5111] = "\x83\xd9", + [0x5112] = "\xc3\xb0", [0x5113] = "\x83\xda", [0x5114] = "\x83\xdb", + [0x5115] = "\xc3\xe1", [0x5116] = "\xda\xa2", [0x5117] = "\xc8\xdf", + [0x5118] = "\x83\xdc", [0x5119] = "\xd0\xb4", [0x511a] = "\x83\xdd", + [0x511b] = "\xbe\xfc", [0x511c] = "\xc5\xa9", [0x511d] = "\x83\xde", + [0x511e] = "\x83\xdf", [0x511f] = "\x83\xe0", [0x5120] = "\xb9\xda", + [0x5121] = "\x83\xe1", [0x5122] = "\xda\xa3", [0x5123] = "\x83\xe2", + [0x5124] = "\xd4\xa9", [0x5125] = "\xda\xa4", [0x5126] = "\x83\xe3", + [0x5127] = "\x83\xe4", [0x5128] = "\x83\xe5", [0x5129] = "\x83\xe6", + [0x512a] = "\x83\xe7", [0x512b] = "\xd9\xfb", [0x512c] = "\xb6\xac", + [0x512d] = "\x83\xe8", [0x512e] = "\x83\xe9", [0x512f] = "\xb7\xeb", + [0x5130] = "\xb1\xf9", [0x5131] = "\xd9\xfc", [0x5132] = "\xb3\xe5", + [0x5133] = "\xbe\xf6", [0x5134] = "\x83\xea", [0x5135] = "\xbf\xf6", + [0x5136] = "\xd2\xb1", [0x5137] = "\xc0\xe4", [0x5138] = "\x83\xeb", + [0x5139] = "\x83\xec", [0x513a] = "\x83\xed", [0x513b] = "\xb6\xb3", + [0x513c] = "\xd9\xfe", [0x513d] = "\xd9\xfd", [0x513e] = "\x83\xee", + [0x513f] = "\x83\xef", [0x5140] = "\xbe\xbb", [0x5141] = "\x83\xf0", + [0x5142] = "\x83\xf1", [0x5143] = "\x83\xf2", [0x5144] = "\xc6\xe0", + [0x5145] = "\x83\xf3", [0x5146] = "\xd7\xbc", [0x5147] = "\xda\xa1", + [0x5148] = "\x83\xf4", [0x5149] = "\xc1\xb9", [0x514a] = "\x83\xf5", + [0x514b] = "\xb5\xf2", [0x514c] = "\xc1\xe8", [0x514d] = "\x83\xf6", + [0x514e] = "\x83\xf7", [0x514f] = "\xbc\xf5", [0x5150] = "\x83\xf8", + [0x5151] = "\xb4\xd5", [0x5152] = "\x83\xf9", [0x5153] = "\x83\xfa", + [0x5154] = "\x83\xfb", [0x5155] = "\x83\xfc", [0x5156] = "\x83\xfd", + [0x5157] = "\x83\xfe", [0x5158] = "\x84\x40", [0x5159] = "\x84\x41", + [0x515a] = "\x84\x42", [0x515b] = "\xc1\xdd", [0x515c] = "\x84\x43", + [0x515d] = "\xc4\xfd", [0x515e] = "\x84\x44", [0x515f] = "\x84\x45", + [0x5160] = "\xbc\xb8", [0x5161] = "\xb7\xb2", [0x5162] = "\x84\x46", + [0x5163] = "\x84\x47", [0x5164] = "\xb7\xef", [0x5165] = "\x84\x48", + [0x5166] = "\x84\x49", [0x5167] = "\x84\x4a", [0x5168] = "\x84\x4b", + [0x5169] = "\x84\x4c", [0x516a] = "\x84\x4d", [0x516b] = "\xd9\xec", + [0x516c] = "\x84\x4e", [0x516d] = "\xc6\xbe", [0x516e] = "\x84\x4f", + [0x516f] = "\xbf\xad", [0x5170] = "\xbb\xcb", [0x5171] = "\x84\x50", + [0x5172] = "\x84\x51", [0x5173] = "\xb5\xca", [0x5174] = "\x84\x52", + [0x5175] = "\xdb\xc9", [0x5176] = "\xd0\xd7", [0x5177] = "\x84\x53", + [0x5178] = "\xcd\xb9", [0x5179] = "\xb0\xbc", [0x517a] = "\xb3\xf6", + [0x517b] = "\xbb\xf7", [0x517c] = "\xdb\xca", [0x517d] = "\xba\xaf", + [0x517e] = "\x84\x54", [0x517f] = "\xd4\xe4", [0x5180] = "\xb5\xb6", + [0x5181] = "\xb5\xf3", [0x5182] = "\xd8\xd6", [0x5183] = "\xc8\xd0", + [0x5184] = "\x84\x55", [0x5185] = "\x84\x56", [0x5186] = "\xb7\xd6", + [0x5187] = "\xc7\xd0", [0x5188] = "\xd8\xd7", [0x5189] = "\x84\x57", + [0x518a] = "\xbf\xaf", [0x518b] = "\x84\x58", [0x518c] = "\x84\x59", + [0x518d] = "\xdb\xbb", [0x518e] = "\xd8\xd8", [0x518f] = "\x84\x5a", + [0x5190] = "\x84\x5b", [0x5191] = "\xd0\xcc", [0x5192] = "\xbb\xae", + [0x5193] = "\x84\x5c", [0x5194] = "\x84\x5d", [0x5195] = "\x84\x5e", + [0x5196] = "\xeb\xbe", [0x5197] = "\xc1\xd0", [0x5198] = "\xc1\xf5", + [0x5199] = "\xd4\xf2", [0x519a] = "\xb8\xd5", [0x519b] = "\xb4\xb4", + [0x519c] = "\x84\x5f", [0x519d] = "\xb3\xf5", [0x519e] = "\x84\x60", + [0x519f] = "\x84\x61", [0x51a0] = "\xc9\xbe", [0x51a1] = "\x84\x62", + [0x51a2] = "\x84\x63", [0x51a3] = "\x84\x64", [0x51a4] = "\xc5\xd0", + [0x51a5] = "\x84\x65", [0x51a6] = "\x84\x66", [0x51a7] = "\x84\x67", + [0x51a8] = "\xc5\xd9", [0x51a9] = "\xc0\xfb", [0x51aa] = "\x84\x68", + [0x51ab] = "\xb1\xf0", [0x51ac] = "\x84\x69", [0x51ad] = "\xd8\xd9", + [0x51ae] = "\xb9\xce", [0x51af] = "\x84\x6a", [0x51b0] = "\xb5\xbd", + [0x51b1] = "\x84\x6b", [0x51b2] = "\x84\x6c", [0x51b3] = "\xd8\xda", + [0x51b4] = "\x84\x6d", [0x51b5] = "\x84\x6e", [0x51b6] = "\xd6\xc6", + [0x51b7] = "\xcb\xa2", [0x51b8] = "\xc8\xaf", [0x51b9] = "\xc9\xb2", + [0x51ba] = "\xb4\xcc", [0x51bb] = "\xbf\xcc", [0x51bc] = "\x84\x6f", + [0x51bd] = "\xb9\xf4", [0x51be] = "\x84\x70", [0x51bf] = "\xd8\xdb", + [0x51c0] = "\xd8\xdc", [0x51c1] = "\xb6\xe7", [0x51c2] = "\xbc\xc1", + [0x51c3] = "\xcc\xea", [0x51c4] = "\x84\x71", [0x51c5] = "\x84\x72", + [0x51c6] = "\x84\x73", [0x51c7] = "\x84\x74", [0x51c8] = "\x84\x75", + [0x51c9] = "\x84\x76", [0x51ca] = "\xcf\xf7", [0x51cb] = "\x84\x77", + [0x51cc] = "\xd8\xdd", [0x51cd] = "\xc7\xb0", [0x51ce] = "\x84\x78", + [0x51cf] = "\x84\x79", [0x51d0] = "\xb9\xd0", [0x51d1] = "\xbd\xa3", + [0x51d2] = "\x84\x7a", [0x51d3] = "\x84\x7b", [0x51d4] = "\xcc\xde", + [0x51d5] = "\x84\x7c", [0x51d6] = "\xc6\xca", [0x51d7] = "\x84\x7d", + [0x51d8] = "\x84\x7e", [0x51d9] = "\x84\x80", [0x51da] = "\x84\x81", + [0x51db] = "\x84\x82", [0x51dc] = "\xd8\xe0", [0x51dd] = "\x84\x83", + [0x51de] = "\xd8\xde", [0x51df] = "\x84\x84", [0x51e0] = "\x84\x85", + [0x51e1] = "\xd8\xdf", [0x51e2] = "\x84\x86", [0x51e3] = "\x84\x87", + [0x51e4] = "\x84\x88", [0x51e5] = "\xb0\xfe", [0x51e6] = "\x84\x89", + [0x51e7] = "\xbe\xe7", [0x51e8] = "\x84\x8a", [0x51e9] = "\xca\xa3", + [0x51ea] = "\xbc\xf4", [0x51eb] = "\x84\x8b", [0x51ec] = "\x84\x8c", + [0x51ed] = "\x84\x8d", [0x51ee] = "\x84\x8e", [0x51ef] = "\xb8\xb1", + [0x51f0] = "\x84\x8f", [0x51f1] = "\x84\x90", [0x51f2] = "\xb8\xee", + [0x51f3] = "\x84\x91", [0x51f4] = "\x84\x92", [0x51f5] = "\x84\x93", + [0x51f6] = "\x84\x94", [0x51f7] = "\x84\x95", [0x51f8] = "\x84\x96", + [0x51f9] = "\x84\x97", [0x51fa] = "\x84\x98", [0x51fb] = "\x84\x99", + [0x51fc] = "\x84\x9a", [0x51fd] = "\xd8\xe2", [0x51fe] = "\x84\x9b", + [0x51ff] = "\xbd\xcb", [0x5200] = "\x84\x9c", [0x5201] = "\xd8\xe4", + [0x5202] = "\xd8\xe3", [0x5203] = "\x84\x9d", [0x5204] = "\x84\x9e", + [0x5205] = "\x84\x9f", [0x5206] = "\x84\xa0", [0x5207] = "\x84\xa1", + [0x5208] = "\xc5\xfc", [0x5209] = "\x84\xa2", [0x520a] = "\x84\xa3", + [0x520b] = "\x84\xa4", [0x520c] = "\x84\xa5", [0x520d] = "\x84\xa6", + [0x520e] = "\x84\xa7", [0x520f] = "\x84\xa8", [0x5210] = "\xd8\xe5", + [0x5211] = "\x84\xa9", [0x5212] = "\x84\xaa", [0x5213] = "\xd8\xe6", + [0x5214] = "\x84\xab", [0x5215] = "\x84\xac", [0x5216] = "\x84\xad", + [0x5217] = "\x84\xae", [0x5218] = "\x84\xaf", [0x5219] = "\x84\xb0", + [0x521a] = "\x84\xb1", [0x521b] = "\xc1\xa6", [0x521c] = "\x84\xb2", + [0x521d] = "\xc8\xb0", [0x521e] = "\xb0\xec", [0x521f] = "\xb9\xa6", + [0x5220] = "\xbc\xd3", [0x5221] = "\xce\xf1", [0x5222] = "\xdb\xbd", + [0x5223] = "\xc1\xd3", [0x5224] = "\x84\xb3", [0x5225] = "\x84\xb4", + [0x5226] = "\x84\xb5", [0x5227] = "\x84\xb6", [0x5228] = "\xb6\xaf", + [0x5229] = "\xd6\xfa", [0x522a] = "\xc5\xac", [0x522b] = "\xbd\xd9", + [0x522c] = "\xdb\xbe", [0x522d] = "\xdb\xbf", [0x522e] = "\x84\xb7", + [0x522f] = "\x84\xb8", [0x5230] = "\x84\xb9", [0x5231] = "\xc0\xf8", + [0x5232] = "\xbe\xa2", [0x5233] = "\xc0\xcd", [0x5234] = "\x84\xba", + [0x5235] = "\x84\xbb", [0x5236] = "\x84\xbc", [0x5237] = "\x84\xbd", + [0x5238] = "\x84\xbe", [0x5239] = "\x84\xbf", [0x523a] = "\x84\xc0", + [0x523b] = "\x84\xc1", [0x523c] = "\x84\xc2", [0x523d] = "\x84\xc3", + [0x523e] = "\xdb\xc0", [0x523f] = "\xca\xc6", [0x5240] = "\x84\xc4", + [0x5241] = "\x84\xc5", [0x5242] = "\x84\xc6", [0x5243] = "\xb2\xaa", + [0x5244] = "\x84\xc7", [0x5245] = "\x84\xc8", [0x5246] = "\x84\xc9", + [0x5247] = "\xd3\xc2", [0x5248] = "\x84\xca", [0x5249] = "\xc3\xe3", + [0x524a] = "\x84\xcb", [0x524b] = "\xd1\xab", [0x524c] = "\x84\xcc", + [0x524d] = "\x84\xcd", [0x524e] = "\x84\xce", [0x524f] = "\x84\xcf", + [0x5250] = "\xdb\xc2", [0x5251] = "\x84\xd0", [0x5252] = "\xc0\xd5", + [0x5253] = "\x84\xd1", [0x5254] = "\x84\xd2", [0x5255] = "\x84\xd3", + [0x5256] = "\xdb\xc3", [0x5257] = "\x84\xd4", [0x5258] = "\xbf\xb1", + [0x5259] = "\x84\xd5", [0x525a] = "\x84\xd6", [0x525b] = "\x84\xd7", + [0x525c] = "\x84\xd8", [0x525d] = "\x84\xd9", [0x525e] = "\x84\xda", + [0x525f] = "\xc4\xbc", [0x5260] = "\x84\xdb", [0x5261] = "\x84\xdc", + [0x5262] = "\x84\xdd", [0x5263] = "\x84\xde", [0x5264] = "\xc7\xda", + [0x5265] = "\x84\xdf", [0x5266] = "\x84\xe0", [0x5267] = "\x84\xe1", + [0x5268] = "\x84\xe2", [0x5269] = "\x84\xe3", [0x526a] = "\x84\xe4", + [0x526b] = "\x84\xe5", [0x526c] = "\x84\xe6", [0x526d] = "\x84\xe7", + [0x526e] = "\x84\xe8", [0x526f] = "\x84\xe9", [0x5270] = "\xdb\xc4", + [0x5271] = "\x84\xea", [0x5272] = "\x84\xeb", [0x5273] = "\x84\xec", + [0x5274] = "\x84\xed", [0x5275] = "\x84\xee", [0x5276] = "\x84\xef", + [0x5277] = "\x84\xf0", [0x5278] = "\x84\xf1", [0x5279] = "\xd9\xe8", + [0x527a] = "\xc9\xd7", [0x527b] = "\x84\xf2", [0x527c] = "\x84\xf3", + [0x527d] = "\x84\xf4", [0x527e] = "\xb9\xb4", [0x527f] = "\xce\xf0", + [0x5280] = "\xd4\xc8", [0x5281] = "\x84\xf5", [0x5282] = "\x84\xf6", + [0x5283] = "\x84\xf7", [0x5284] = "\x84\xf8", [0x5285] = "\xb0\xfc", + [0x5286] = "\xb4\xd2", [0x5287] = "\x84\xf9", [0x5288] = "\xd0\xd9", + [0x5289] = "\x84\xfa", [0x528a] = "\x84\xfb", [0x528b] = "\x84\xfc", + [0x528c] = "\x84\xfd", [0x528d] = "\xd9\xe9", [0x528e] = "\x84\xfe", + [0x528f] = "\xde\xcb", [0x5290] = "\xd9\xeb", [0x5291] = "\x85\x40", + [0x5292] = "\x85\x41", [0x5293] = "\x85\x42", [0x5294] = "\x85\x43", + [0x5295] = "\xd8\xb0", [0x5296] = "\xbb\xaf", [0x5297] = "\xb1\xb1", + [0x5298] = "\x85\x44", [0x5299] = "\xb3\xd7", [0x529a] = "\xd8\xce", + [0x529b] = "\x85\x45", [0x529c] = "\x85\x46", [0x529d] = "\xd4\xd1", + [0x529e] = "\x85\x47", [0x529f] = "\x85\x48", [0x52a0] = "\xbd\xb3", + [0x52a1] = "\xbf\xef", [0x52a2] = "\x85\x49", [0x52a3] = "\xcf\xbb", + [0x52a4] = "\x85\x4a", [0x52a5] = "\x85\x4b", [0x52a6] = "\xd8\xd0", + [0x52a7] = "\x85\x4c", [0x52a8] = "\x85\x4d", [0x52a9] = "\x85\x4e", + [0x52aa] = "\xb7\xcb", [0x52ab] = "\x85\x4f", [0x52ac] = "\x85\x50", + [0x52ad] = "\x85\x51", [0x52ae] = "\xd8\xd1", [0x52af] = "\x85\x52", + [0x52b0] = "\x85\x53", [0x52b1] = "\x85\x54", [0x52b2] = "\x85\x55", + [0x52b3] = "\x85\x56", [0x52b4] = "\x85\x57", [0x52b5] = "\x85\x58", + [0x52b6] = "\x85\x59", [0x52b7] = "\x85\x5a", [0x52b8] = "\x85\x5b", + [0x52b9] = "\xc6\xa5", [0x52ba] = "\xc7\xf8", [0x52bb] = "\xd2\xbd", + [0x52bc] = "\x85\x5c", [0x52bd] = "\x85\x5d", [0x52be] = "\xd8\xd2", + [0x52bf] = "\xc4\xe4", [0x52c0] = "\x85\x5e", [0x52c1] = "\xca\xae", + [0x52c2] = "\x85\x5f", [0x52c3] = "\xc7\xa7", [0x52c4] = "\x85\x60", + [0x52c5] = "\xd8\xa6", [0x52c6] = "\x85\x61", [0x52c7] = "\xc9\xfd", + [0x52c8] = "\xce\xe7", [0x52c9] = "\xbb\xdc", [0x52ca] = "\xb0\xeb", + [0x52cb] = "\x85\x62", [0x52cc] = "\x85\x63", [0x52cd] = "\x85\x64", + [0x52ce] = "\xbb\xaa", [0x52cf] = "\xd0\xad", [0x52d0] = "\x85\x65", + [0x52d1] = "\xb1\xb0", [0x52d2] = "\xd7\xe4", [0x52d3] = "\xd7\xbf", + [0x52d4] = "\x85\x66", [0x52d5] = "\xb5\xa5", [0x52d6] = "\xc2\xf4", + [0x52d7] = "\xc4\xcf", [0x52d8] = "\x85\x67", [0x52d9] = "\x85\x68", + [0x52da] = "\xb2\xa9", [0x52db] = "\x85\x69", [0x52dc] = "\xb2\xb7", + [0x52dd] = "\x85\x6a", [0x52de] = "\xb1\xe5", [0x52df] = "\xdf\xb2", + [0x52e0] = "\xd5\xbc", [0x52e1] = "\xbf\xa8", [0x52e2] = "\xc2\xac", + [0x52e3] = "\xd8\xd5", [0x52e4] = "\xc2\xb1", [0x52e5] = "\x85\x6b", + [0x52e6] = "\xd8\xd4", [0x52e7] = "\xce\xd4", [0x52e8] = "\x85\x6c", + [0x52e9] = "\xda\xe0", [0x52ea] = "\x85\x6d", [0x52eb] = "\xce\xc0", + [0x52ec] = "\x85\x6e", [0x52ed] = "\x85\x6f", [0x52ee] = "\xd8\xb4", + [0x52ef] = "\xc3\xae", [0x52f0] = "\xd3\xa1", [0x52f1] = "\xce\xa3", + [0x52f2] = "\x85\x70", [0x52f3] = "\xbc\xb4", [0x52f4] = "\xc8\xb4", + [0x52f5] = "\xc2\xd1", [0x52f6] = "\x85\x71", [0x52f7] = "\xbe\xed", + [0x52f8] = "\xd0\xb6", [0x52f9] = "\x85\x72", [0x52fa] = "\xda\xe1", + [0x52fb] = "\x85\x73", [0x52fc] = "\x85\x74", [0x52fd] = "\x85\x75", + [0x52fe] = "\x85\x76", [0x52ff] = "\xc7\xe4", [0x5300] = "\x85\x77", + [0x5301] = "\x85\x78", [0x5302] = "\xb3\xa7", [0x5303] = "\x85\x79", + [0x5304] = "\xb6\xf2", [0x5305] = "\xcc\xfc", [0x5306] = "\xc0\xfa", + [0x5307] = "\x85\x7a", [0x5308] = "\x85\x7b", [0x5309] = "\xc0\xf7", + [0x530a] = "\x85\x7c", [0x530b] = "\xd1\xb9", [0x530c] = "\xd1\xe1", + [0x530d] = "\xd8\xc7", [0x530e] = "\x85\x7d", [0x530f] = "\x85\x7e", + [0x5310] = "\x85\x80", [0x5311] = "\x85\x81", [0x5312] = "\x85\x82", + [0x5313] = "\x85\x83", [0x5314] = "\x85\x84", [0x5315] = "\xb2\xde", + [0x5316] = "\x85\x85", [0x5317] = "\x85\x86", [0x5318] = "\xc0\xe5", + [0x5319] = "\x85\x87", [0x531a] = "\xba\xf1", [0x531b] = "\x85\x88", + [0x531c] = "\x85\x89", [0x531d] = "\xd8\xc8", [0x531e] = "\x85\x8a", + [0x531f] = "\xd4\xad", [0x5320] = "\x85\x8b", [0x5321] = "\x85\x8c", + [0x5322] = "\xcf\xe1", [0x5323] = "\xd8\xc9", [0x5324] = "\x85\x8d", + [0x5325] = "\xd8\xca", [0x5326] = "\xcf\xc3", [0x5327] = "\x85\x8e", + [0x5328] = "\xb3\xf8", [0x5329] = "\xbe\xc7", [0x532a] = "\x85\x8f", + [0x532b] = "\x85\x90", [0x532c] = "\x85\x91", [0x532d] = "\x85\x92", + [0x532e] = "\xd8\xcb", [0x532f] = "\x85\x93", [0x5330] = "\x85\x94", + [0x5331] = "\x85\x95", [0x5332] = "\x85\x96", [0x5333] = "\x85\x97", + [0x5334] = "\x85\x98", [0x5335] = "\x85\x99", [0x5336] = "\xdb\xcc", + [0x5337] = "\x85\x9a", [0x5338] = "\x85\x9b", [0x5339] = "\x85\x9c", + [0x533a] = "\x85\x9d", [0x533b] = "\xc8\xa5", [0x533c] = "\x85\x9e", + [0x533d] = "\x85\x9f", [0x533e] = "\x85\xa0", [0x533f] = "\xcf\xd8", + [0x5340] = "\x85\xa1", [0x5341] = "\xc8\xfe", [0x5342] = "\xb2\xce", + [0x5343] = "\x85\xa2", [0x5344] = "\x85\xa3", [0x5345] = "\x85\xa4", + [0x5346] = "\x85\xa5", [0x5347] = "\x85\xa6", [0x5348] = "\xd3\xd6", + [0x5349] = "\xb2\xe6", [0x534a] = "\xbc\xb0", [0x534b] = "\xd3\xd1", + [0x534c] = "\xcb\xab", [0x534d] = "\xb7\xb4", [0x534e] = "\x85\xa7", + [0x534f] = "\x85\xa8", [0x5350] = "\x85\xa9", [0x5351] = "\xb7\xa2", + [0x5352] = "\x85\xaa", [0x5353] = "\x85\xab", [0x5354] = "\xca\xe5", + [0x5355] = "\x85\xac", [0x5356] = "\xc8\xa1", [0x5357] = "\xca\xdc", + [0x5358] = "\xb1\xe4", [0x5359] = "\xd0\xf0", [0x535a] = "\x85\xad", + [0x535b] = "\xc5\xd1", [0x535c] = "\x85\xae", [0x535d] = "\x85\xaf", + [0x535e] = "\x85\xb0", [0x535f] = "\xdb\xc5", [0x5360] = "\xb5\xfe", + [0x5361] = "\x85\xb1", [0x5362] = "\x85\xb2", [0x5363] = "\xbf\xda", + [0x5364] = "\xb9\xc5", [0x5365] = "\xbe\xe4", [0x5366] = "\xc1\xed", + [0x5367] = "\x85\xb3", [0x5368] = "\xdf\xb6", [0x5369] = "\xdf\xb5", + [0x536a] = "\xd6\xbb", [0x536b] = "\xbd\xd0", [0x536c] = "\xd5\xd9", + [0x536d] = "\xb0\xc8", [0x536e] = "\xb6\xa3", [0x536f] = "\xbf\xc9", + [0x5370] = "\xcc\xa8", [0x5371] = "\xdf\xb3", [0x5372] = "\xca\xb7", + [0x5373] = "\xd3\xd2", [0x5374] = "\x85\xb4", [0x5375] = "\xd8\xcf", + [0x5376] = "\xd2\xb6", [0x5377] = "\xba\xc5", [0x5378] = "\xcb\xbe", + [0x5379] = "\xcc\xbe", [0x537a] = "\x85\xb5", [0x537b] = "\xdf\xb7", + [0x537c] = "\xb5\xf0", [0x537d] = "\xdf\xb4", [0x537e] = "\x85\xb6", + [0x537f] = "\x85\xb7", [0x5380] = "\x85\xb8", [0x5381] = "\xd3\xf5", + [0x5382] = "\x85\xb9", [0x5383] = "\xb3\xd4", [0x5384] = "\xb8\xf7", + [0x5385] = "\x85\xba", [0x5386] = "\xdf\xba", [0x5387] = "\x85\xbb", + [0x5388] = "\xba\xcf", [0x5389] = "\xbc\xaa", [0x538a] = "\xb5\xf5", + [0x538b] = "\x85\xbc", [0x538c] = "\xcd\xac", [0x538d] = "\xc3\xfb", + [0x538e] = "\xba\xf3", [0x538f] = "\xc0\xf4", [0x5390] = "\xcd\xc2", + [0x5391] = "\xcf\xf2", [0x5392] = "\xdf\xb8", [0x5393] = "\xcf\xc5", + [0x5394] = "\x85\xbd", [0x5395] = "\xc2\xc0", [0x5396] = "\xdf\xb9", + [0x5397] = "\xc2\xf0", [0x5398] = "\x85\xbe", [0x5399] = "\x85\xbf", + [0x539a] = "\x85\xc0", [0x539b] = "\xbe\xfd", [0x539c] = "\x85\xc1", + [0x539d] = "\xc1\xdf", [0x539e] = "\xcd\xcc", [0x539f] = "\xd2\xf7", + [0x53a0] = "\xb7\xcd", [0x53a1] = "\xdf\xc1", [0x53a2] = "\x85\xc2", + [0x53a3] = "\xdf\xc4", [0x53a4] = "\x85\xc3", [0x53a5] = "\x85\xc4", + [0x53a6] = "\xb7\xf1", [0x53a7] = "\xb0\xc9", [0x53a8] = "\xb6\xd6", + [0x53a9] = "\xb7\xd4", [0x53aa] = "\x85\xc5", [0x53ab] = "\xba\xac", + [0x53ac] = "\xcc\xfd", [0x53ad] = "\xbf\xd4", [0x53ae] = "\xcb\xb1", + [0x53af] = "\xc6\xf4", [0x53b0] = "\x85\xc6", [0x53b1] = "\xd6\xa8", + [0x53b2] = "\xdf\xc5", [0x53b3] = "\x85\xc7", [0x53b4] = "\xce\xe2", + [0x53b5] = "\xb3\xb3", [0x53b6] = "\x85\xc8", [0x53b7] = "\x85\xc9", + [0x53b8] = "\xce\xfc", [0x53b9] = "\xb4\xb5", [0x53ba] = "\x85\xca", + [0x53bb] = "\xce\xc7", [0x53bc] = "\xba\xf0", [0x53bd] = "\x85\xcb", + [0x53be] = "\xce\xe1", [0x53bf] = "\x85\xcc", [0x53c0] = "\xd1\xbd", + [0x53c1] = "\x85\xcd", [0x53c2] = "\x85\xce", [0x53c3] = "\xdf\xc0", + [0x53c4] = "\x85\xcf", [0x53c5] = "\x85\xd0", [0x53c6] = "\xb4\xf4", + [0x53c7] = "\x85\xd1", [0x53c8] = "\xb3\xca", [0x53c9] = "\x85\xd2", + [0x53ca] = "\xb8\xe6", [0x53cb] = "\xdf\xbb", [0x53cc] = "\x85\xd3", + [0x53cd] = "\x85\xd4", [0x53ce] = "\x85\xd5", [0x53cf] = "\x85\xd6", + [0x53d0] = "\xc4\xc5", [0x53d1] = "\x85\xd7", [0x53d2] = "\xdf\xbc", + [0x53d3] = "\xdf\xbd", [0x53d4] = "\xdf\xbe", [0x53d5] = "\xc5\xbb", + [0x53d6] = "\xdf\xbf", [0x53d7] = "\xdf\xc2", [0x53d8] = "\xd4\xb1", + [0x53d9] = "\xdf\xc3", [0x53da] = "\x85\xd8", [0x53db] = "\xc7\xba", + [0x53dc] = "\xce\xd8", [0x53dd] = "\x85\xd9", [0x53de] = "\x85\xda", + [0x53df] = "\x85\xdb", [0x53e0] = "\x85\xdc", [0x53e1] = "\x85\xdd", + [0x53e2] = "\xc4\xd8", [0x53e3] = "\x85\xde", [0x53e4] = "\xdf\xca", + [0x53e5] = "\x85\xdf", [0x53e6] = "\xdf\xcf", [0x53e7] = "\x85\xe0", + [0x53e8] = "\xd6\xdc", [0x53e9] = "\x85\xe1", [0x53ea] = "\x85\xe2", + [0x53eb] = "\x85\xe3", [0x53ec] = "\x85\xe4", [0x53ed] = "\x85\xe5", + [0x53ee] = "\x85\xe6", [0x53ef] = "\x85\xe7", [0x53f0] = "\x85\xe8", + [0x53f1] = "\xdf\xc9", [0x53f2] = "\xdf\xda", [0x53f3] = "\xce\xb6", + [0x53f4] = "\x85\xe9", [0x53f5] = "\xba\xc7", [0x53f6] = "\xdf\xce", + [0x53f7] = "\xdf\xc8", [0x53f8] = "\xc5\xde", [0x53f9] = "\x85\xea", + [0x53fa] = "\x85\xeb", [0x53fb] = "\xc9\xeb", [0x53fc] = "\xba\xf4", + [0x53fd] = "\xc3\xfc", [0x53fe] = "\x85\xec", [0x53ff] = "\x85\xed", + [0x5400] = "\xbe\xd7", [0x5401] = "\x85\xee", [0x5402] = "\xdf\xc6", + [0x5403] = "\x85\xef", [0x5404] = "\xdf\xcd", [0x5405] = "\x85\xf0", + [0x5406] = "\xc5\xd8", [0x5407] = "\x85\xf1", [0x5408] = "\x85\xf2", + [0x5409] = "\x85\xf3", [0x540a] = "\x85\xf4", [0x540b] = "\xd5\xa6", + [0x540c] = "\xba\xcd", [0x540d] = "\x85\xf5", [0x540e] = "\xbe\xcc", + [0x540f] = "\xd3\xbd", [0x5410] = "\xb8\xc0", [0x5411] = "\x85\xf6", + [0x5412] = "\xd6\xe4", [0x5413] = "\x85\xf7", [0x5414] = "\xdf\xc7", + [0x5415] = "\xb9\xbe", [0x5416] = "\xbf\xa7", [0x5417] = "\x85\xf8", + [0x5418] = "\x85\xf9", [0x5419] = "\xc1\xfc", [0x541a] = "\xdf\xcb", + [0x541b] = "\xdf\xcc", [0x541c] = "\x85\xfa", [0x541d] = "\xdf\xd0", + [0x541e] = "\x85\xfb", [0x541f] = "\x85\xfc", [0x5420] = "\x85\xfd", + [0x5421] = "\x85\xfe", [0x5422] = "\x86\x40", [0x5423] = "\xdf\xdb", + [0x5424] = "\xdf\xe5", [0x5425] = "\x86\x41", [0x5426] = "\xdf\xd7", + [0x5427] = "\xdf\xd6", [0x5428] = "\xd7\xc9", [0x5429] = "\xdf\xe3", + [0x542a] = "\xdf\xe4", [0x542b] = "\xe5\xeb", [0x542c] = "\xd2\xa7", + [0x542d] = "\xdf\xd2", [0x542e] = "\x86\x42", [0x542f] = "\xbf\xa9", + [0x5430] = "\x86\x43", [0x5431] = "\xd4\xdb", [0x5432] = "\x86\x44", + [0x5433] = "\xbf\xc8", [0x5434] = "\xdf\xd4", [0x5435] = "\x86\x45", + [0x5436] = "\x86\x46", [0x5437] = "\x86\x47", [0x5438] = "\xcf\xcc", + [0x5439] = "\x86\x48", [0x543a] = "\x86\x49", [0x543b] = "\xdf\xdd", + [0x543c] = "\x86\x4a", [0x543d] = "\xd1\xca", [0x543e] = "\x86\x4b", + [0x543f] = "\xdf\xde", [0x5440] = "\xb0\xa7", [0x5441] = "\xc6\xb7", + [0x5442] = "\xdf\xd3", [0x5443] = "\x86\x4c", [0x5444] = "\xba\xe5", + [0x5445] = "\x86\x4d", [0x5446] = "\xb6\xdf", [0x5447] = "\xcd\xdb", + [0x5448] = "\xb9\xfe", [0x5449] = "\xd4\xd5", [0x544a] = "\x86\x4e", + [0x544b] = "\x86\x4f", [0x544c] = "\xdf\xdf", [0x544d] = "\xcf\xec", + [0x544e] = "\xb0\xa5", [0x544f] = "\xdf\xe7", [0x5450] = "\xdf\xd1", + [0x5451] = "\xd1\xc6", [0x5452] = "\xdf\xd5", [0x5453] = "\xdf\xd8", + [0x5454] = "\xdf\xd9", [0x5455] = "\xdf\xdc", [0x5456] = "\x86\x50", + [0x5457] = "\xbb\xa9", [0x5458] = "\x86\x51", [0x5459] = "\xdf\xe0", + [0x545a] = "\xdf\xe1", [0x545b] = "\x86\x52", [0x545c] = "\xdf\xe2", + [0x545d] = "\xdf\xe6", [0x545e] = "\xdf\xe8", [0x545f] = "\xd3\xb4", + [0x5460] = "\x86\x53", [0x5461] = "\x86\x54", [0x5462] = "\x86\x55", + [0x5463] = "\x86\x56", [0x5464] = "\x86\x57", [0x5465] = "\xb8\xe7", + [0x5466] = "\xc5\xb6", [0x5467] = "\xdf\xea", [0x5468] = "\xc9\xda", + [0x5469] = "\xc1\xa8", [0x546a] = "\xc4\xc4", [0x546b] = "\x86\x58", + [0x546c] = "\x86\x59", [0x546d] = "\xbf\xde", [0x546e] = "\xcf\xf8", + [0x546f] = "\x86\x5a", [0x5470] = "\x86\x5b", [0x5471] = "\x86\x5c", + [0x5472] = "\xd5\xdc", [0x5473] = "\xdf\xee", [0x5474] = "\x86\x5d", + [0x5475] = "\x86\x5e", [0x5476] = "\x86\x5f", [0x5477] = "\x86\x60", + [0x5478] = "\x86\x61", [0x5479] = "\x86\x62", [0x547a] = "\xb2\xb8", + [0x547b] = "\x86\x63", [0x547c] = "\xba\xdf", [0x547d] = "\xdf\xec", + [0x547e] = "\x86\x64", [0x547f] = "\xdb\xc1", [0x5480] = "\x86\x65", + [0x5481] = "\xd1\xe4", [0x5482] = "\x86\x66", [0x5483] = "\x86\x67", + [0x5484] = "\x86\x68", [0x5485] = "\x86\x69", [0x5486] = "\xcb\xf4", + [0x5487] = "\xb4\xbd", [0x5488] = "\x86\x6a", [0x5489] = "\xb0\xa6", + [0x548a] = "\x86\x6b", [0x548b] = "\x86\x6c", [0x548c] = "\x86\x6d", + [0x548d] = "\x86\x6e", [0x548e] = "\x86\x6f", [0x548f] = "\xdf\xf1", + [0x5490] = "\xcc\xc6", [0x5491] = "\xdf\xf2", [0x5492] = "\x86\x70", + [0x5493] = "\x86\x71", [0x5494] = "\xdf\xed", [0x5495] = "\x86\x72", + [0x5496] = "\x86\x73", [0x5497] = "\x86\x74", [0x5498] = "\x86\x75", + [0x5499] = "\x86\x76", [0x549a] = "\x86\x77", [0x549b] = "\xdf\xe9", + [0x549c] = "\x86\x78", [0x549d] = "\x86\x79", [0x549e] = "\x86\x7a", + [0x549f] = "\x86\x7b", [0x54a0] = "\xdf\xeb", [0x54a1] = "\x86\x7c", + [0x54a2] = "\xdf\xef", [0x54a3] = "\xdf\xf0", [0x54a4] = "\xbb\xbd", + [0x54a5] = "\x86\x7d", [0x54a6] = "\x86\x7e", [0x54a7] = "\xdf\xf3", + [0x54a8] = "\x86\x80", [0x54a9] = "\x86\x81", [0x54aa] = "\xdf\xf4", + [0x54ab] = "\x86\x82", [0x54ac] = "\xbb\xa3", [0x54ad] = "\x86\x83", + [0x54ae] = "\xca\xdb", [0x54af] = "\xce\xa8", [0x54b0] = "\xe0\xa7", + [0x54b1] = "\xb3\xaa", [0x54b2] = "\x86\x84", [0x54b3] = "\xe0\xa6", + [0x54b4] = "\x86\x85", [0x54b5] = "\x86\x86", [0x54b6] = "\x86\x87", + [0x54b7] = "\xe0\xa1", [0x54b8] = "\x86\x88", [0x54b9] = "\x86\x89", + [0x54ba] = "\x86\x8a", [0x54bb] = "\x86\x8b", [0x54bc] = "\xdf\xfe", + [0x54bd] = "\x86\x8c", [0x54be] = "\xcd\xd9", [0x54bf] = "\xdf\xfc", + [0x54c0] = "\x86\x8d", [0x54c1] = "\xdf\xfa", [0x54c2] = "\x86\x8e", + [0x54c3] = "\xbf\xd0", [0x54c4] = "\xd7\xc4", [0x54c5] = "\x86\x8f", + [0x54c6] = "\xc9\xcc", [0x54c7] = "\x86\x90", [0x54c8] = "\x86\x91", + [0x54c9] = "\xdf\xf8", [0x54ca] = "\xb0\xa1", [0x54cb] = "\x86\x92", + [0x54cc] = "\x86\x93", [0x54cd] = "\x86\x94", [0x54ce] = "\x86\x95", + [0x54cf] = "\x86\x96", [0x54d0] = "\xdf\xfd", [0x54d1] = "\x86\x97", + [0x54d2] = "\x86\x98", [0x54d3] = "\x86\x99", [0x54d4] = "\x86\x9a", + [0x54d5] = "\xdf\xfb", [0x54d6] = "\xe0\xa2", [0x54d7] = "\x86\x9b", + [0x54d8] = "\x86\x9c", [0x54d9] = "\x86\x9d", [0x54da] = "\x86\x9e", + [0x54db] = "\x86\x9f", [0x54dc] = "\xe0\xa8", [0x54dd] = "\x86\xa0", + [0x54de] = "\x86\xa1", [0x54df] = "\x86\xa2", [0x54e0] = "\x86\xa3", + [0x54e1] = "\xb7\xc8", [0x54e2] = "\x86\xa4", [0x54e3] = "\x86\xa5", + [0x54e4] = "\xc6\xa1", [0x54e5] = "\xc9\xb6", [0x54e6] = "\xc0\xb2", + [0x54e7] = "\xdf\xf5", [0x54e8] = "\x86\xa6", [0x54e9] = "\x86\xa7", + [0x54ea] = "\xc5\xbe", [0x54eb] = "\x86\xa8", [0x54ec] = "\xd8\xc4", + [0x54ed] = "\xdf\xf9", [0x54ee] = "\xc4\xf6", [0x54ef] = "\x86\xa9", + [0x54f0] = "\x86\xaa", [0x54f1] = "\x86\xab", [0x54f2] = "\x86\xac", + [0x54f3] = "\x86\xad", [0x54f4] = "\x86\xae", [0x54f5] = "\xe0\xa3", + [0x54f6] = "\xe0\xa4", [0x54f7] = "\xe0\xa5", [0x54f8] = "\xd0\xa5", + [0x54f9] = "\x86\xaf", [0x54fa] = "\x86\xb0", [0x54fb] = "\xe0\xb4", + [0x54fc] = "\xcc\xe4", [0x54fd] = "\x86\xb1", [0x54fe] = "\xe0\xb1", + [0x54ff] = "\x86\xb2", [0x5500] = "\xbf\xa6", [0x5501] = "\xe0\xaf", + [0x5502] = "\xce\xb9", [0x5503] = "\xe0\xab", [0x5504] = "\xc9\xc6", + [0x5505] = "\x86\xb3", [0x5506] = "\x86\xb4", [0x5507] = "\xc0\xae", + [0x5508] = "\xe0\xae", [0x5509] = "\xba\xed", [0x550a] = "\xba\xb0", + [0x550b] = "\xe0\xa9", [0x550c] = "\x86\xb5", [0x550d] = "\x86\xb6", + [0x550e] = "\x86\xb7", [0x550f] = "\xdf\xf6", [0x5510] = "\x86\xb8", + [0x5511] = "\xe0\xb3", [0x5512] = "\x86\xb9", [0x5513] = "\x86\xba", + [0x5514] = "\xe0\xb8", [0x5515] = "\x86\xbb", [0x5516] = "\x86\xbc", + [0x5517] = "\x86\xbd", [0x5518] = "\xb4\xad", [0x5519] = "\xe0\xb9", + [0x551a] = "\x86\xbe", [0x551b] = "\x86\xbf", [0x551c] = "\xcf\xb2", + [0x551d] = "\xba\xc8", [0x551e] = "\x86\xc0", [0x551f] = "\xe0\xb0", + [0x5520] = "\x86\xc1", [0x5521] = "\x86\xc2", [0x5522] = "\x86\xc3", + [0x5523] = "\x86\xc4", [0x5524] = "\x86\xc5", [0x5525] = "\x86\xc6", + [0x5526] = "\x86\xc7", [0x5527] = "\xd0\xfa", [0x5528] = "\x86\xc8", + [0x5529] = "\x86\xc9", [0x552a] = "\x86\xca", [0x552b] = "\x86\xcb", + [0x552c] = "\x86\xcc", [0x552d] = "\x86\xcd", [0x552e] = "\x86\xce", + [0x552f] = "\x86\xcf", [0x5530] = "\x86\xd0", [0x5531] = "\xe0\xac", + [0x5532] = "\x86\xd1", [0x5533] = "\xd4\xfb", [0x5534] = "\x86\xd2", + [0x5535] = "\xdf\xf7", [0x5536] = "\x86\xd3", [0x5537] = "\xc5\xe7", + [0x5538] = "\x86\xd4", [0x5539] = "\xe0\xad", [0x553a] = "\x86\xd5", + [0x553b] = "\xd3\xf7", [0x553c] = "\x86\xd6", [0x553d] = "\xe0\xb6", + [0x553e] = "\xe0\xb7", [0x553f] = "\x86\xd7", [0x5540] = "\x86\xd8", + [0x5541] = "\x86\xd9", [0x5542] = "\x86\xda", [0x5543] = "\x86\xdb", + [0x5544] = "\xe0\xc4", [0x5545] = "\xd0\xe1", [0x5546] = "\x86\xdc", + [0x5547] = "\x86\xdd", [0x5548] = "\x86\xde", [0x5549] = "\xe0\xbc", + [0x554a] = "\x86\xdf", [0x554b] = "\x86\xe0", [0x554c] = "\xe0\xc9", + [0x554d] = "\xe0\xca", [0x554e] = "\x86\xe1", [0x554f] = "\x86\xe2", + [0x5550] = "\x86\xe3", [0x5551] = "\xe0\xbe", [0x5552] = "\xe0\xaa", + [0x5553] = "\xc9\xa4", [0x5554] = "\xe0\xc1", [0x5555] = "\x86\xe4", + [0x5556] = "\xe0\xb2", [0x5557] = "\x86\xe5", [0x5558] = "\x86\xe6", + [0x5559] = "\x86\xe7", [0x555a] = "\x86\xe8", [0x555b] = "\x86\xe9", + [0x555c] = "\xca\xc8", [0x555d] = "\xe0\xc3", [0x555e] = "\x86\xea", + [0x555f] = "\xe0\xb5", [0x5560] = "\x86\xeb", [0x5561] = "\xce\xcb", + [0x5562] = "\x86\xec", [0x5563] = "\xcb\xc3", [0x5564] = "\xe0\xcd", + [0x5565] = "\xe0\xc6", [0x5566] = "\xe0\xc2", [0x5567] = "\x86\xed", + [0x5568] = "\xe0\xcb", [0x5569] = "\x86\xee", [0x556a] = "\xe0\xba", + [0x556b] = "\xe0\xbf", [0x556c] = "\xe0\xc0", [0x556d] = "\x86\xef", + [0x556e] = "\x86\xf0", [0x556f] = "\xe0\xc5", [0x5570] = "\x86\xf1", + [0x5571] = "\x86\xf2", [0x5572] = "\xe0\xc7", [0x5573] = "\xe0\xc8", + [0x5574] = "\x86\xf3", [0x5575] = "\xe0\xcc", [0x5576] = "\x86\xf4", + [0x5577] = "\xe0\xbb", [0x5578] = "\x86\xf5", [0x5579] = "\x86\xf6", + [0x557a] = "\x86\xf7", [0x557b] = "\x86\xf8", [0x557c] = "\x86\xf9", + [0x557d] = "\xcb\xd4", [0x557e] = "\xe0\xd5", [0x557f] = "\x86\xfa", + [0x5580] = "\xe0\xd6", [0x5581] = "\xe0\xd2", [0x5582] = "\x86\xfb", + [0x5583] = "\x86\xfc", [0x5584] = "\x86\xfd", [0x5585] = "\x86\xfe", + [0x5586] = "\x87\x40", [0x5587] = "\x87\x41", [0x5588] = "\xe0\xd0", + [0x5589] = "\xbc\xce", [0x558a] = "\x87\x42", [0x558b] = "\x87\x43", + [0x558c] = "\xe0\xd1", [0x558d] = "\x87\x44", [0x558e] = "\xb8\xc2", + [0x558f] = "\xd8\xc5", [0x5590] = "\x87\x45", [0x5591] = "\x87\x46", + [0x5592] = "\x87\x47", [0x5593] = "\x87\x48", [0x5594] = "\x87\x49", + [0x5595] = "\x87\x4a", [0x5596] = "\x87\x4b", [0x5597] = "\x87\x4c", + [0x5598] = "\xd0\xea", [0x5599] = "\x87\x4d", [0x559a] = "\x87\x4e", + [0x559b] = "\xc2\xef", [0x559c] = "\x87\x4f", [0x559d] = "\x87\x50", + [0x559e] = "\xe0\xcf", [0x559f] = "\xe0\xbd", [0x55a0] = "\x87\x51", + [0x55a1] = "\x87\x52", [0x55a2] = "\x87\x53", [0x55a3] = "\xe0\xd4", + [0x55a4] = "\xe0\xd3", [0x55a5] = "\x87\x54", [0x55a6] = "\x87\x55", + [0x55a7] = "\xe0\xd7", [0x55a8] = "\x87\x56", [0x55a9] = "\x87\x57", + [0x55aa] = "\x87\x58", [0x55ab] = "\x87\x59", [0x55ac] = "\xe0\xdc", + [0x55ad] = "\xe0\xd8", [0x55ae] = "\x87\x5a", [0x55af] = "\x87\x5b", + [0x55b0] = "\x87\x5c", [0x55b1] = "\xd6\xf6", [0x55b2] = "\xb3\xb0", + [0x55b3] = "\x87\x5d", [0x55b4] = "\xd7\xec", [0x55b5] = "\x87\x5e", + [0x55b6] = "\xcb\xbb", [0x55b7] = "\x87\x5f", [0x55b8] = "\x87\x60", + [0x55b9] = "\xe0\xda", [0x55ba] = "\x87\x61", [0x55bb] = "\xce\xfb", + [0x55bc] = "\x87\x62", [0x55bd] = "\x87\x63", [0x55be] = "\x87\x64", + [0x55bf] = "\xba\xd9", [0x55c0] = "\x87\x65", [0x55c1] = "\x87\x66", + [0x55c2] = "\x87\x67", [0x55c3] = "\x87\x68", [0x55c4] = "\x87\x69", + [0x55c5] = "\x87\x6a", [0x55c6] = "\x87\x6b", [0x55c7] = "\x87\x6c", + [0x55c8] = "\x87\x6d", [0x55c9] = "\x87\x6e", [0x55ca] = "\x87\x6f", + [0x55cb] = "\x87\x70", [0x55cc] = "\xe0\xe1", [0x55cd] = "\xe0\xdd", + [0x55ce] = "\xd2\xad", [0x55cf] = "\x87\x71", [0x55d0] = "\x87\x72", + [0x55d1] = "\x87\x73", [0x55d2] = "\x87\x74", [0x55d3] = "\x87\x75", + [0x55d4] = "\xe0\xe2", [0x55d5] = "\x87\x76", [0x55d6] = "\x87\x77", + [0x55d7] = "\xe0\xdb", [0x55d8] = "\xe0\xd9", [0x55d9] = "\xe0\xdf", + [0x55da] = "\x87\x78", [0x55db] = "\x87\x79", [0x55dc] = "\xe0\xe0", + [0x55dd] = "\x87\x7a", [0x55de] = "\x87\x7b", [0x55df] = "\x87\x7c", + [0x55e0] = "\x87\x7d", [0x55e1] = "\x87\x7e", [0x55e2] = "\xe0\xde", + [0x55e3] = "\x87\x80", [0x55e4] = "\xe0\xe4", [0x55e5] = "\x87\x81", + [0x55e6] = "\x87\x82", [0x55e7] = "\x87\x83", [0x55e8] = "\xc6\xf7", + [0x55e9] = "\xd8\xac", [0x55ea] = "\xd4\xeb", [0x55eb] = "\xe0\xe6", + [0x55ec] = "\xca\xc9", [0x55ed] = "\x87\x84", [0x55ee] = "\x87\x85", + [0x55ef] = "\x87\x86", [0x55f0] = "\x87\x87", [0x55f1] = "\xe0\xe5", + [0x55f2] = "\x87\x88", [0x55f3] = "\x87\x89", [0x55f4] = "\x87\x8a", + [0x55f5] = "\x87\x8b", [0x55f6] = "\xb8\xc1", [0x55f7] = "\x87\x8c", + [0x55f8] = "\x87\x8d", [0x55f9] = "\x87\x8e", [0x55fa] = "\x87\x8f", + [0x55fb] = "\xe0\xe7", [0x55fc] = "\xe0\xe8", [0x55fd] = "\x87\x90", + [0x55fe] = "\x87\x91", [0x55ff] = "\x87\x92", [0x5600] = "\x87\x93", + [0x5601] = "\x87\x94", [0x5602] = "\x87\x95", [0x5603] = "\x87\x96", + [0x5604] = "\x87\x97", [0x5605] = "\xe0\xe9", [0x5606] = "\xe0\xe3", + [0x5607] = "\x87\x98", [0x5608] = "\x87\x99", [0x5609] = "\x87\x9a", + [0x560a] = "\x87\x9b", [0x560b] = "\x87\x9c", [0x560c] = "\x87\x9d", + [0x560d] = "\x87\x9e", [0x560e] = "\xba\xbf", [0x560f] = "\xcc\xe7", + [0x5610] = "\x87\x9f", [0x5611] = "\x87\xa0", [0x5612] = "\x87\xa1", + [0x5613] = "\xe0\xea", [0x5614] = "\x87\xa2", [0x5615] = "\x87\xa3", + [0x5616] = "\x87\xa4", [0x5617] = "\x87\xa5", [0x5618] = "\x87\xa6", + [0x5619] = "\x87\xa7", [0x561a] = "\x87\xa8", [0x561b] = "\x87\xa9", + [0x561c] = "\x87\xaa", [0x561d] = "\x87\xab", [0x561e] = "\x87\xac", + [0x561f] = "\x87\xad", [0x5620] = "\x87\xae", [0x5621] = "\x87\xaf", + [0x5622] = "\x87\xb0", [0x5623] = "\xcf\xf9", [0x5624] = "\x87\xb1", + [0x5625] = "\x87\xb2", [0x5626] = "\x87\xb3", [0x5627] = "\x87\xb4", + [0x5628] = "\x87\xb5", [0x5629] = "\x87\xb6", [0x562a] = "\x87\xb7", + [0x562b] = "\x87\xb8", [0x562c] = "\x87\xb9", [0x562d] = "\x87\xba", + [0x562e] = "\x87\xbb", [0x562f] = "\xe0\xeb", [0x5630] = "\x87\xbc", + [0x5631] = "\x87\xbd", [0x5632] = "\x87\xbe", [0x5633] = "\x87\xbf", + [0x5634] = "\x87\xc0", [0x5635] = "\x87\xc1", [0x5636] = "\x87\xc2", + [0x5637] = "\xc8\xc2", [0x5638] = "\x87\xc3", [0x5639] = "\x87\xc4", + [0x563a] = "\x87\xc5", [0x563b] = "\x87\xc6", [0x563c] = "\xbd\xc0", + [0x563d] = "\x87\xc7", [0x563e] = "\x87\xc8", [0x563f] = "\x87\xc9", + [0x5640] = "\x87\xca", [0x5641] = "\x87\xcb", [0x5642] = "\x87\xcc", + [0x5643] = "\x87\xcd", [0x5644] = "\x87\xce", [0x5645] = "\x87\xcf", + [0x5646] = "\x87\xd0", [0x5647] = "\x87\xd1", [0x5648] = "\x87\xd2", + [0x5649] = "\x87\xd3", [0x564a] = "\xc4\xd2", [0x564b] = "\x87\xd4", + [0x564c] = "\x87\xd5", [0x564d] = "\x87\xd6", [0x564e] = "\x87\xd7", + [0x564f] = "\x87\xd8", [0x5650] = "\x87\xd9", [0x5651] = "\x87\xda", + [0x5652] = "\x87\xdb", [0x5653] = "\x87\xdc", [0x5654] = "\xe0\xec", + [0x5655] = "\x87\xdd", [0x5656] = "\x87\xde", [0x5657] = "\xe0\xed", + [0x5658] = "\x87\xdf", [0x5659] = "\x87\xe0", [0x565a] = "\xc7\xf4", + [0x565b] = "\xcb\xc4", [0x565c] = "\x87\xe1", [0x565d] = "\xe0\xee", + [0x565e] = "\xbb\xd8", [0x565f] = "\xd8\xb6", [0x5660] = "\xd2\xf2", + [0x5661] = "\xe0\xef", [0x5662] = "\xcd\xc5", [0x5663] = "\x87\xe2", + [0x5664] = "\xb6\xda", [0x5665] = "\x87\xe3", [0x5666] = "\x87\xe4", + [0x5667] = "\x87\xe5", [0x5668] = "\x87\xe6", [0x5669] = "\x87\xe7", + [0x566a] = "\x87\xe8", [0x566b] = "\xe0\xf1", [0x566c] = "\x87\xe9", + [0x566d] = "\xd4\xb0", [0x566e] = "\x87\xea", [0x566f] = "\x87\xeb", + [0x5670] = "\xc0\xa7", [0x5671] = "\xb4\xd1", [0x5672] = "\x87\xec", + [0x5673] = "\x87\xed", [0x5674] = "\xce\xa7", [0x5675] = "\xe0\xf0", + [0x5676] = "\x87\xee", [0x5677] = "\x87\xef", [0x5678] = "\x87\xf0", + [0x5679] = "\xe0\xf2", [0x567a] = "\xb9\xcc", [0x567b] = "\x87\xf1", + [0x567c] = "\x87\xf2", [0x567d] = "\xb9\xfa", [0x567e] = "\xcd\xbc", + [0x567f] = "\xe0\xf3", [0x5680] = "\x87\xf3", [0x5681] = "\x87\xf4", + [0x5682] = "\x87\xf5", [0x5683] = "\xc6\xd4", [0x5684] = "\xe0\xf4", + [0x5685] = "\x87\xf6", [0x5686] = "\xd4\xb2", [0x5687] = "\x87\xf7", + [0x5688] = "\xc8\xa6", [0x5689] = "\xe0\xf6", [0x568a] = "\xe0\xf5", + [0x568b] = "\x87\xf8", [0x568c] = "\x87\xf9", [0x568d] = "\x87\xfa", + [0x568e] = "\x87\xfb", [0x568f] = "\x87\xfc", [0x5690] = "\x87\xfd", + [0x5691] = "\x87\xfe", [0x5692] = "\x88\x40", [0x5693] = "\x88\x41", + [0x5694] = "\x88\x42", [0x5695] = "\x88\x43", [0x5696] = "\x88\x44", + [0x5697] = "\x88\x45", [0x5698] = "\x88\x46", [0x5699] = "\x88\x47", + [0x569a] = "\x88\x48", [0x569b] = "\x88\x49", [0x569c] = "\xe0\xf7", + [0x569d] = "\x88\x4a", [0x569e] = "\x88\x4b", [0x569f] = "\xcd\xc1", + [0x56a0] = "\x88\x4c", [0x56a1] = "\x88\x4d", [0x56a2] = "\x88\x4e", + [0x56a3] = "\xca\xa5", [0x56a4] = "\x88\x4f", [0x56a5] = "\x88\x50", + [0x56a6] = "\x88\x51", [0x56a7] = "\x88\x52", [0x56a8] = "\xd4\xda", + [0x56a9] = "\xdb\xd7", [0x56aa] = "\xdb\xd9", [0x56ab] = "\x88\x53", + [0x56ac] = "\xdb\xd8", [0x56ad] = "\xb9\xe7", [0x56ae] = "\xdb\xdc", + [0x56af] = "\xdb\xdd", [0x56b0] = "\xb5\xd8", [0x56b1] = "\x88\x54", + [0x56b2] = "\x88\x55", [0x56b3] = "\xdb\xda", [0x56b4] = "\x88\x56", + [0x56b5] = "\x88\x57", [0x56b6] = "\x88\x58", [0x56b7] = "\x88\x59", + [0x56b8] = "\x88\x5a", [0x56b9] = "\xdb\xdb", [0x56ba] = "\xb3\xa1", + [0x56bb] = "\xdb\xdf", [0x56bc] = "\x88\x5b", [0x56bd] = "\x88\x5c", + [0x56be] = "\xbb\xf8", [0x56bf] = "\x88\x5d", [0x56c0] = "\xd6\xb7", + [0x56c1] = "\x88\x5e", [0x56c2] = "\xdb\xe0", [0x56c3] = "\x88\x5f", + [0x56c4] = "\x88\x60", [0x56c5] = "\x88\x61", [0x56c6] = "\x88\x62", + [0x56c7] = "\xbe\xf9", [0x56c8] = "\x88\x63", [0x56c9] = "\x88\x64", + [0x56ca] = "\xb7\xbb", [0x56cb] = "\x88\x65", [0x56cc] = "\xdb\xd0", + [0x56cd] = "\xcc\xae", [0x56ce] = "\xbf\xb2", [0x56cf] = "\xbb\xb5", + [0x56d0] = "\xd7\xf8", [0x56d1] = "\xbf\xd3", [0x56d2] = "\x88\x66", + [0x56d3] = "\x88\x67", [0x56d4] = "\x88\x68", [0x56d5] = "\x88\x69", + [0x56d6] = "\x88\x6a", [0x56d7] = "\xbf\xe9", [0x56d8] = "\x88\x6b", + [0x56d9] = "\x88\x6c", [0x56da] = "\xbc\xe1", [0x56db] = "\xcc\xb3", + [0x56dc] = "\xdb\xde", [0x56dd] = "\xb0\xd3", [0x56de] = "\xce\xeb", + [0x56df] = "\xb7\xd8", [0x56e0] = "\xd7\xb9", [0x56e1] = "\xc6\xc2", + [0x56e2] = "\x88\x6d", [0x56e3] = "\x88\x6e", [0x56e4] = "\xc0\xa4", + [0x56e5] = "\x88\x6f", [0x56e6] = "\xcc\xb9", [0x56e7] = "\x88\x70", + [0x56e8] = "\xdb\xe7", [0x56e9] = "\xdb\xe1", [0x56ea] = "\xc6\xba", + [0x56eb] = "\xdb\xe3", [0x56ec] = "\x88\x71", [0x56ed] = "\xdb\xe8", + [0x56ee] = "\x88\x72", [0x56ef] = "\xc5\xf7", [0x56f0] = "\x88\x73", + [0x56f1] = "\x88\x74", [0x56f2] = "\x88\x75", [0x56f3] = "\xdb\xea", + [0x56f4] = "\x88\x76", [0x56f5] = "\x88\x77", [0x56f6] = "\xdb\xe9", + [0x56f7] = "\xbf\xc0", [0x56f8] = "\x88\x78", [0x56f9] = "\x88\x79", + [0x56fa] = "\x88\x7a", [0x56fb] = "\xdb\xe6", [0x56fc] = "\xdb\xe5", + [0x56fd] = "\x88\x7b", [0x56fe] = "\x88\x7c", [0x56ff] = "\x88\x7d", + [0x5700] = "\x88\x7e", [0x5701] = "\x88\x80", [0x5702] = "\xb4\xb9", + [0x5703] = "\xc0\xac", [0x5704] = "\xc2\xa2", [0x5705] = "\xdb\xe2", + [0x5706] = "\xdb\xe4", [0x5707] = "\x88\x81", [0x5708] = "\x88\x82", + [0x5709] = "\x88\x83", [0x570a] = "\x88\x84", [0x570b] = "\xd0\xcd", + [0x570c] = "\xdb\xed", [0x570d] = "\x88\x85", [0x570e] = "\x88\x86", + [0x570f] = "\x88\x87", [0x5710] = "\x88\x88", [0x5711] = "\x88\x89", + [0x5712] = "\xc0\xdd", [0x5713] = "\xdb\xf2", [0x5714] = "\x88\x8a", + [0x5715] = "\x88\x8b", [0x5716] = "\x88\x8c", [0x5717] = "\x88\x8d", + [0x5718] = "\x88\x8e", [0x5719] = "\x88\x8f", [0x571a] = "\x88\x90", + [0x571b] = "\xb6\xe2", [0x571c] = "\x88\x91", [0x571d] = "\x88\x92", + [0x571e] = "\x88\x93", [0x571f] = "\x88\x94", [0x5720] = "\xdb\xf3", + [0x5721] = "\xdb\xd2", [0x5722] = "\xb9\xb8", [0x5723] = "\xd4\xab", + [0x5724] = "\xdb\xec", [0x5725] = "\x88\x95", [0x5726] = "\xbf\xd1", + [0x5727] = "\xdb\xf0", [0x5728] = "\x88\x96", [0x5729] = "\xdb\xd1", + [0x572a] = "\x88\x97", [0x572b] = "\xb5\xe6", [0x572c] = "\x88\x98", + [0x572d] = "\xdb\xeb", [0x572e] = "\xbf\xe5", [0x572f] = "\x88\x99", + [0x5730] = "\x88\x9a", [0x5731] = "\x88\x9b", [0x5732] = "\xdb\xee", + [0x5733] = "\x88\x9c", [0x5734] = "\xdb\xf1", [0x5735] = "\x88\x9d", + [0x5736] = "\x88\x9e", [0x5737] = "\x88\x9f", [0x5738] = "\xdb\xf9", + [0x5739] = "\x88\xa0", [0x573a] = "\x88\xa1", [0x573b] = "\x88\xa2", + [0x573c] = "\x88\xa3", [0x573d] = "\x88\xa4", [0x573e] = "\x88\xa5", + [0x573f] = "\x88\xa6", [0x5740] = "\x88\xa7", [0x5741] = "\x88\xa8", + [0x5742] = "\xb9\xa1", [0x5743] = "\xb0\xa3", [0x5744] = "\x88\xa9", + [0x5745] = "\x88\xaa", [0x5746] = "\x88\xab", [0x5747] = "\x88\xac", + [0x5748] = "\x88\xad", [0x5749] = "\x88\xae", [0x574a] = "\x88\xaf", + [0x574b] = "\xc2\xf1", [0x574c] = "\x88\xb0", [0x574d] = "\x88\xb1", + [0x574e] = "\xb3\xc7", [0x574f] = "\xdb\xef", [0x5750] = "\x88\xb2", + [0x5751] = "\x88\xb3", [0x5752] = "\xdb\xf8", [0x5753] = "\x88\xb4", + [0x5754] = "\xc6\xd2", [0x5755] = "\xdb\xf4", [0x5756] = "\x88\xb5", + [0x5757] = "\x88\xb6", [0x5758] = "\xdb\xf5", [0x5759] = "\xdb\xf7", + [0x575a] = "\xdb\xf6", [0x575b] = "\x88\xb7", [0x575c] = "\x88\xb8", + [0x575d] = "\xdb\xfe", [0x575e] = "\x88\xb9", [0x575f] = "\xd3\xf2", + [0x5760] = "\xb2\xba", [0x5761] = "\x88\xba", [0x5762] = "\x88\xbb", + [0x5763] = "\x88\xbc", [0x5764] = "\xdb\xfd", [0x5765] = "\x88\xbd", + [0x5766] = "\x88\xbe", [0x5767] = "\x88\xbf", [0x5768] = "\x88\xc0", + [0x5769] = "\x88\xc1", [0x576a] = "\x88\xc2", [0x576b] = "\x88\xc3", + [0x576c] = "\x88\xc4", [0x576d] = "\xdc\xa4", [0x576e] = "\x88\xc5", + [0x576f] = "\xdb\xfb", [0x5770] = "\x88\xc6", [0x5771] = "\x88\xc7", + [0x5772] = "\x88\xc8", [0x5773] = "\x88\xc9", [0x5774] = "\xdb\xfa", + [0x5775] = "\x88\xca", [0x5776] = "\x88\xcb", [0x5777] = "\x88\xcc", + [0x5778] = "\xdb\xfc", [0x5779] = "\xc5\xe0", [0x577a] = "\xbb\xf9", + [0x577b] = "\x88\xcd", [0x577c] = "\x88\xce", [0x577d] = "\xdc\xa3", + [0x577e] = "\x88\xcf", [0x577f] = "\x88\xd0", [0x5780] = "\xdc\xa5", + [0x5781] = "\x88\xd1", [0x5782] = "\xcc\xc3", [0x5783] = "\x88\xd2", + [0x5784] = "\x88\xd3", [0x5785] = "\x88\xd4", [0x5786] = "\xb6\xd1", + [0x5787] = "\xdd\xc0", [0x5788] = "\x88\xd5", [0x5789] = "\x88\xd6", + [0x578a] = "\x88\xd7", [0x578b] = "\xdc\xa1", [0x578c] = "\x88\xd8", + [0x578d] = "\xdc\xa2", [0x578e] = "\x88\xd9", [0x578f] = "\x88\xda", + [0x5790] = "\x88\xdb", [0x5791] = "\xc7\xb5", [0x5792] = "\x88\xdc", + [0x5793] = "\x88\xdd", [0x5794] = "\x88\xde", [0x5795] = "\xb6\xe9", + [0x5796] = "\x88\xdf", [0x5797] = "\x88\xe0", [0x5798] = "\x88\xe1", + [0x5799] = "\xdc\xa7", [0x579a] = "\x88\xe2", [0x579b] = "\x88\xe3", + [0x579c] = "\x88\xe4", [0x579d] = "\x88\xe5", [0x579e] = "\xdc\xa6", + [0x579f] = "\x88\xe6", [0x57a0] = "\xdc\xa9", [0x57a1] = "\xb1\xa4", + [0x57a2] = "\x88\xe7", [0x57a3] = "\x88\xe8", [0x57a4] = "\xb5\xcc", + [0x57a5] = "\x88\xe9", [0x57a6] = "\x88\xea", [0x57a7] = "\x88\xeb", + [0x57a8] = "\x88\xec", [0x57a9] = "\x88\xed", [0x57aa] = "\xbf\xb0", + [0x57ab] = "\x88\xee", [0x57ac] = "\x88\xef", [0x57ad] = "\x88\xf0", + [0x57ae] = "\x88\xf1", [0x57af] = "\x88\xf2", [0x57b0] = "\xd1\xdf", + [0x57b1] = "\x88\xf3", [0x57b2] = "\x88\xf4", [0x57b3] = "\x88\xf5", + [0x57b4] = "\x88\xf6", [0x57b5] = "\xb6\xc2", [0x57b6] = "\x88\xf7", + [0x57b7] = "\x88\xf8", [0x57b8] = "\x88\xf9", [0x57b9] = "\x88\xfa", + [0x57ba] = "\x88\xfb", [0x57bb] = "\x88\xfc", [0x57bc] = "\x88\xfd", + [0x57bd] = "\x88\xfe", [0x57be] = "\x89\x40", [0x57bf] = "\x89\x41", + [0x57c0] = "\x89\x42", [0x57c1] = "\x89\x43", [0x57c2] = "\x89\x44", + [0x57c3] = "\x89\x45", [0x57c4] = "\xdc\xa8", [0x57c5] = "\x89\x46", + [0x57c6] = "\x89\x47", [0x57c7] = "\x89\x48", [0x57c8] = "\x89\x49", + [0x57c9] = "\x89\x4a", [0x57ca] = "\x89\x4b", [0x57cb] = "\x89\x4c", + [0x57cc] = "\xcb\xfa", [0x57cd] = "\xeb\xf3", [0x57ce] = "\x89\x4d", + [0x57cf] = "\x89\x4e", [0x57d0] = "\x89\x4f", [0x57d1] = "\xcb\xdc", + [0x57d2] = "\x89\x50", [0x57d3] = "\x89\x51", [0x57d4] = "\xcb\xfe", + [0x57d5] = "\x89\x52", [0x57d6] = "\x89\x53", [0x57d7] = "\x89\x54", + [0x57d8] = "\xcc\xc1", [0x57d9] = "\x89\x55", [0x57da] = "\x89\x56", + [0x57db] = "\x89\x57", [0x57dc] = "\x89\x58", [0x57dd] = "\x89\x59", + [0x57de] = "\xc8\xfb", [0x57df] = "\x89\x5a", [0x57e0] = "\x89\x5b", + [0x57e1] = "\x89\x5c", [0x57e2] = "\x89\x5d", [0x57e3] = "\x89\x5e", + [0x57e4] = "\x89\x5f", [0x57e5] = "\xdc\xaa", [0x57e6] = "\x89\x60", + [0x57e7] = "\x89\x61", [0x57e8] = "\x89\x62", [0x57e9] = "\x89\x63", + [0x57ea] = "\x89\x64", [0x57eb] = "\xcc\xee", [0x57ec] = "\xdc\xab", + [0x57ed] = "\x89\x65", [0x57ee] = "\x89\x66", [0x57ef] = "\x89\x67", + [0x57f0] = "\x89\x68", [0x57f1] = "\x89\x69", [0x57f2] = "\x89\x6a", + [0x57f3] = "\x89\x6b", [0x57f4] = "\x89\x6c", [0x57f5] = "\x89\x6d", + [0x57f6] = "\x89\x6e", [0x57f7] = "\x89\x6f", [0x57f8] = "\x89\x70", + [0x57f9] = "\x89\x71", [0x57fa] = "\x89\x72", [0x57fb] = "\x89\x73", + [0x57fc] = "\x89\x74", [0x57fd] = "\x89\x75", [0x57fe] = "\xdb\xd3", + [0x57ff] = "\x89\x76", [0x5800] = "\xdc\xaf", [0x5801] = "\xdc\xac", + [0x5802] = "\x89\x77", [0x5803] = "\xbe\xb3", [0x5804] = "\x89\x78", + [0x5805] = "\xca\xfb", [0x5806] = "\x89\x79", [0x5807] = "\x89\x7a", + [0x5808] = "\x89\x7b", [0x5809] = "\xdc\xad", [0x580a] = "\x89\x7c", + [0x580b] = "\x89\x7d", [0x580c] = "\x89\x7e", [0x580d] = "\x89\x80", + [0x580e] = "\x89\x81", [0x580f] = "\x89\x82", [0x5810] = "\x89\x83", + [0x5811] = "\x89\x84", [0x5812] = "\xc9\xca", [0x5813] = "\xc4\xb9", + [0x5814] = "\x89\x85", [0x5815] = "\x89\x86", [0x5816] = "\x89\x87", + [0x5817] = "\x89\x88", [0x5818] = "\x89\x89", [0x5819] = "\xc7\xbd", + [0x581a] = "\xdc\xae", [0x581b] = "\x89\x8a", [0x581c] = "\x89\x8b", + [0x581d] = "\x89\x8c", [0x581e] = "\xd4\xf6", [0x581f] = "\xd0\xe6", + [0x5820] = "\x89\x8d", [0x5821] = "\x89\x8e", [0x5822] = "\x89\x8f", + [0x5823] = "\x89\x90", [0x5824] = "\x89\x91", [0x5825] = "\x89\x92", + [0x5826] = "\x89\x93", [0x5827] = "\x89\x94", [0x5828] = "\xc4\xab", + [0x5829] = "\xb6\xd5", [0x582a] = "\x89\x95", [0x582b] = "\x89\x96", + [0x582c] = "\x89\x97", [0x582d] = "\x89\x98", [0x582e] = "\x89\x99", + [0x582f] = "\x89\x9a", [0x5830] = "\x89\x9b", [0x5831] = "\x89\x9c", + [0x5832] = "\x89\x9d", [0x5833] = "\x89\x9e", [0x5834] = "\x89\x9f", + [0x5835] = "\x89\xa0", [0x5836] = "\x89\xa1", [0x5837] = "\x89\xa2", + [0x5838] = "\x89\xa3", [0x5839] = "\x89\xa4", [0x583a] = "\x89\xa5", + [0x583b] = "\x89\xa6", [0x583c] = "\xdb\xd4", [0x583d] = "\x89\xa7", + [0x583e] = "\x89\xa8", [0x583f] = "\x89\xa9", [0x5840] = "\x89\xaa", + [0x5841] = "\xb1\xda", [0x5842] = "\x89\xab", [0x5843] = "\x89\xac", + [0x5844] = "\x89\xad", [0x5845] = "\xdb\xd5", [0x5846] = "\x89\xae", + [0x5847] = "\x89\xaf", [0x5848] = "\x89\xb0", [0x5849] = "\x89\xb1", + [0x584a] = "\x89\xb2", [0x584b] = "\x89\xb3", [0x584c] = "\x89\xb4", + [0x584d] = "\x89\xb5", [0x584e] = "\x89\xb6", [0x584f] = "\x89\xb7", + [0x5850] = "\x89\xb8", [0x5851] = "\xdb\xd6", [0x5852] = "\x89\xb9", + [0x5853] = "\x89\xba", [0x5854] = "\x89\xbb", [0x5855] = "\xba\xbe", + [0x5856] = "\x89\xbc", [0x5857] = "\x89\xbd", [0x5858] = "\x89\xbe", + [0x5859] = "\x89\xbf", [0x585a] = "\x89\xc0", [0x585b] = "\x89\xc1", + [0x585c] = "\x89\xc2", [0x585d] = "\x89\xc3", [0x585e] = "\x89\xc4", + [0x585f] = "\x89\xc5", [0x5860] = "\x89\xc6", [0x5861] = "\x89\xc7", + [0x5862] = "\x89\xc8", [0x5863] = "\x89\xc9", [0x5864] = "\xc8\xc0", + [0x5865] = "\x89\xca", [0x5866] = "\x89\xcb", [0x5867] = "\x89\xcc", + [0x5868] = "\x89\xcd", [0x5869] = "\x89\xce", [0x586a] = "\x89\xcf", + [0x586b] = "\xca\xbf", [0x586c] = "\xc8\xc9", [0x586d] = "\x89\xd0", + [0x586e] = "\xd7\xb3", [0x586f] = "\x89\xd1", [0x5870] = "\xc9\xf9", + [0x5871] = "\x89\xd2", [0x5872] = "\x89\xd3", [0x5873] = "\xbf\xc7", + [0x5874] = "\x89\xd4", [0x5875] = "\x89\xd5", [0x5876] = "\xba\xf8", + [0x5877] = "\x89\xd6", [0x5878] = "\x89\xd7", [0x5879] = "\xd2\xbc", + [0x587a] = "\x89\xd8", [0x587b] = "\x89\xd9", [0x587c] = "\x89\xda", + [0x587d] = "\x89\xdb", [0x587e] = "\x89\xdc", [0x587f] = "\x89\xdd", + [0x5880] = "\x89\xde", [0x5881] = "\x89\xdf", [0x5882] = "\xe2\xba", + [0x5883] = "\x89\xe0", [0x5884] = "\xb4\xa6", [0x5885] = "\x89\xe1", + [0x5886] = "\x89\xe2", [0x5887] = "\xb1\xb8", [0x5888] = "\x89\xe3", + [0x5889] = "\x89\xe4", [0x588a] = "\x89\xe5", [0x588b] = "\x89\xe6", + [0x588c] = "\x89\xe7", [0x588d] = "\xb8\xb4", [0x588e] = "\x89\xe8", + [0x588f] = "\xcf\xc4", [0x5890] = "\x89\xe9", [0x5891] = "\x89\xea", + [0x5892] = "\x89\xeb", [0x5893] = "\x89\xec", [0x5894] = "\xd9\xe7", + [0x5895] = "\xcf\xa6", [0x5896] = "\xcd\xe2", [0x5897] = "\x89\xed", + [0x5898] = "\x89\xee", [0x5899] = "\xd9\xed", [0x589a] = "\xb6\xe0", + [0x589b] = "\x89\xef", [0x589c] = "\xd2\xb9", [0x589d] = "\x89\xf0", + [0x589e] = "\x89\xf1", [0x589f] = "\xb9\xbb", [0x58a0] = "\x89\xf2", + [0x58a1] = "\x89\xf3", [0x58a2] = "\x89\xf4", [0x58a3] = "\x89\xf5", + [0x58a4] = "\xe2\xb9", [0x58a5] = "\xe2\xb7", [0x58a6] = "\x89\xf6", + [0x58a7] = "\xb4\xf3", [0x58a8] = "\x89\xf7", [0x58a9] = "\xcc\xec", + [0x58aa] = "\xcc\xab", [0x58ab] = "\xb7\xf2", [0x58ac] = "\x89\xf8", + [0x58ad] = "\xd8\xb2", [0x58ae] = "\xd1\xeb", [0x58af] = "\xba\xbb", + [0x58b0] = "\x89\xf9", [0x58b1] = "\xca\xa7", [0x58b2] = "\x89\xfa", + [0x58b3] = "\x89\xfb", [0x58b4] = "\xcd\xb7", [0x58b5] = "\x89\xfc", + [0x58b6] = "\x89\xfd", [0x58b7] = "\xd2\xc4", [0x58b8] = "\xbf\xe4", + [0x58b9] = "\xbc\xd0", [0x58ba] = "\xb6\xe1", [0x58bb] = "\x89\xfe", + [0x58bc] = "\xde\xc5", [0x58bd] = "\x8a\x40", [0x58be] = "\x8a\x41", + [0x58bf] = "\x8a\x42", [0x58c0] = "\x8a\x43", [0x58c1] = "\xde\xc6", + [0x58c2] = "\xdb\xbc", [0x58c3] = "\x8a\x44", [0x58c4] = "\xd1\xd9", + [0x58c5] = "\x8a\x45", [0x58c6] = "\x8a\x46", [0x58c7] = "\xc6\xe6", + [0x58c8] = "\xc4\xce", [0x58c9] = "\xb7\xee", [0x58ca] = "\x8a\x47", + [0x58cb] = "\xb7\xdc", [0x58cc] = "\x8a\x48", [0x58cd] = "\x8a\x49", + [0x58ce] = "\xbf\xfc", [0x58cf] = "\xd7\xe0", [0x58d0] = "\x8a\x4a", + [0x58d1] = "\xc6\xf5", [0x58d2] = "\x8a\x4b", [0x58d3] = "\x8a\x4c", + [0x58d4] = "\xb1\xbc", [0x58d5] = "\xde\xc8", [0x58d6] = "\xbd\xb1", + [0x58d7] = "\xcc\xd7", [0x58d8] = "\xde\xca", [0x58d9] = "\x8a\x4d", + [0x58da] = "\xde\xc9", [0x58db] = "\x8a\x4e", [0x58dc] = "\x8a\x4f", + [0x58dd] = "\x8a\x50", [0x58de] = "\x8a\x51", [0x58df] = "\x8a\x52", + [0x58e0] = "\xb5\xec", [0x58e1] = "\x8a\x53", [0x58e2] = "\xc9\xdd", + [0x58e3] = "\x8a\x54", [0x58e4] = "\x8a\x55", [0x58e5] = "\xb0\xc2", + [0x58e6] = "\x8a\x56", [0x58e7] = "\x8a\x57", [0x58e8] = "\x8a\x58", + [0x58e9] = "\x8a\x59", [0x58ea] = "\x8a\x5a", [0x58eb] = "\x8a\x5b", + [0x58ec] = "\x8a\x5c", [0x58ed] = "\x8a\x5d", [0x58ee] = "\x8a\x5e", + [0x58ef] = "\x8a\x5f", [0x58f0] = "\x8a\x60", [0x58f1] = "\x8a\x61", + [0x58f2] = "\x8a\x62", [0x58f3] = "\xc5\xae", [0x58f4] = "\xc5\xab", + [0x58f5] = "\x8a\x63", [0x58f6] = "\xc4\xcc", [0x58f7] = "\x8a\x64", + [0x58f8] = "\xbc\xe9", [0x58f9] = "\xcb\xfd", [0x58fa] = "\x8a\x65", + [0x58fb] = "\x8a\x66", [0x58fc] = "\x8a\x67", [0x58fd] = "\xba\xc3", + [0x58fe] = "\x8a\x68", [0x58ff] = "\x8a\x69", [0x5900] = "\x8a\x6a", + [0x5901] = "\xe5\xf9", [0x5902] = "\xc8\xe7", [0x5903] = "\xe5\xfa", + [0x5904] = "\xcd\xfd", [0x5905] = "\x8a\x6b", [0x5906] = "\xd7\xb1", + [0x5907] = "\xb8\xbe", [0x5908] = "\xc2\xe8", [0x5909] = "\x8a\x6c", + [0x590a] = "\xc8\xd1", [0x590b] = "\x8a\x6d", [0x590c] = "\x8a\x6e", + [0x590d] = "\xe5\xfb", [0x590e] = "\x8a\x6f", [0x590f] = "\x8a\x70", + [0x5910] = "\x8a\x71", [0x5911] = "\x8a\x72", [0x5912] = "\xb6\xca", + [0x5913] = "\xbc\xcb", [0x5914] = "\x8a\x73", [0x5915] = "\x8a\x74", + [0x5916] = "\xd1\xfd", [0x5917] = "\xe6\xa1", [0x5918] = "\x8a\x75", + [0x5919] = "\xc3\xee", [0x591a] = "\x8a\x76", [0x591b] = "\x8a\x77", + [0x591c] = "\x8a\x78", [0x591d] = "\x8a\x79", [0x591e] = "\xe6\xa4", + [0x591f] = "\x8a\x7a", [0x5920] = "\x8a\x7b", [0x5921] = "\x8a\x7c", + [0x5922] = "\x8a\x7d", [0x5923] = "\xe5\xfe", [0x5924] = "\xe6\xa5", + [0x5925] = "\xcd\xd7", [0x5926] = "\x8a\x7e", [0x5927] = "\x8a\x80", + [0x5928] = "\xb7\xc1", [0x5929] = "\xe5\xfc", [0x592a] = "\xe5\xfd", + [0x592b] = "\xe6\xa3", [0x592c] = "\x8a\x81", [0x592d] = "\x8a\x82", + [0x592e] = "\xc4\xdd", [0x592f] = "\xe6\xa8", [0x5930] = "\x8a\x83", + [0x5931] = "\x8a\x84", [0x5932] = "\xe6\xa7", [0x5933] = "\x8a\x85", + [0x5934] = "\x8a\x86", [0x5935] = "\x8a\x87", [0x5936] = "\x8a\x88", + [0x5937] = "\x8a\x89", [0x5938] = "\x8a\x8a", [0x5939] = "\xc3\xc3", + [0x593a] = "\x8a\x8b", [0x593b] = "\xc6\xde", [0x593c] = "\x8a\x8c", + [0x593d] = "\x8a\x8d", [0x593e] = "\xe6\xaa", [0x593f] = "\x8a\x8e", + [0x5940] = "\x8a\x8f", [0x5941] = "\x8a\x90", [0x5942] = "\x8a\x91", + [0x5943] = "\x8a\x92", [0x5944] = "\x8a\x93", [0x5945] = "\x8a\x94", + [0x5946] = "\xc4\xb7", [0x5947] = "\x8a\x95", [0x5948] = "\x8a\x96", + [0x5949] = "\x8a\x97", [0x594a] = "\xe6\xa2", [0x594b] = "\xca\xbc", + [0x594c] = "\x8a\x98", [0x594d] = "\x8a\x99", [0x594e] = "\x8a\x9a", + [0x594f] = "\x8a\x9b", [0x5950] = "\xbd\xe3", [0x5951] = "\xb9\xc3", + [0x5952] = "\xe6\xa6", [0x5953] = "\xd0\xd5", [0x5954] = "\xce\xaf", + [0x5955] = "\x8a\x9c", [0x5956] = "\x8a\x9d", [0x5957] = "\xe6\xa9", + [0x5958] = "\xe6\xb0", [0x5959] = "\x8a\x9e", [0x595a] = "\xd2\xa6", + [0x595b] = "\x8a\x9f", [0x595c] = "\xbd\xaa", [0x595d] = "\xe6\xad", + [0x595e] = "\x8a\xa0", [0x595f] = "\x8a\xa1", [0x5960] = "\x8a\xa2", + [0x5961] = "\x8a\xa3", [0x5962] = "\x8a\xa4", [0x5963] = "\xe6\xaf", + [0x5964] = "\x8a\xa5", [0x5965] = "\xc0\xd1", [0x5966] = "\x8a\xa6", + [0x5967] = "\x8a\xa7", [0x5968] = "\xd2\xcc", [0x5969] = "\x8a\xa8", + [0x596a] = "\x8a\xa9", [0x596b] = "\x8a\xaa", [0x596c] = "\xbc\xa7", + [0x596d] = "\x8a\xab", [0x596e] = "\x8a\xac", [0x596f] = "\x8a\xad", + [0x5970] = "\x8a\xae", [0x5971] = "\x8a\xaf", [0x5972] = "\x8a\xb0", + [0x5973] = "\x8a\xb1", [0x5974] = "\x8a\xb2", [0x5975] = "\x8a\xb3", + [0x5976] = "\x8a\xb4", [0x5977] = "\x8a\xb5", [0x5978] = "\x8a\xb6", + [0x5979] = "\xe6\xb1", [0x597a] = "\x8a\xb7", [0x597b] = "\xd2\xf6", + [0x597c] = "\x8a\xb8", [0x597d] = "\x8a\xb9", [0x597e] = "\x8a\xba", + [0x597f] = "\xd7\xcb", [0x5980] = "\x8a\xbb", [0x5981] = "\xcd\xfe", + [0x5982] = "\x8a\xbc", [0x5983] = "\xcd\xde", [0x5984] = "\xc2\xa6", + [0x5985] = "\xe6\xab", [0x5986] = "\xe6\xac", [0x5987] = "\xbd\xbf", + [0x5988] = "\xe6\xae", [0x5989] = "\xe6\xb3", [0x598a] = "\x8a\xbd", + [0x598b] = "\x8a\xbe", [0x598c] = "\xe6\xb2", [0x598d] = "\x8a\xbf", + [0x598e] = "\x8a\xc0", [0x598f] = "\x8a\xc1", [0x5990] = "\x8a\xc2", + [0x5991] = "\xe6\xb6", [0x5992] = "\x8a\xc3", [0x5993] = "\xe6\xb8", + [0x5994] = "\x8a\xc4", [0x5995] = "\x8a\xc5", [0x5996] = "\x8a\xc6", + [0x5997] = "\x8a\xc7", [0x5998] = "\xc4\xef", [0x5999] = "\x8a\xc8", + [0x599a] = "\x8a\xc9", [0x599b] = "\x8a\xca", [0x599c] = "\xc4\xc8", + [0x599d] = "\x8a\xcb", [0x599e] = "\x8a\xcc", [0x599f] = "\xbe\xea", + [0x59a0] = "\xc9\xef", [0x59a1] = "\x8a\xcd", [0x59a2] = "\x8a\xce", + [0x59a3] = "\xe6\xb7", [0x59a4] = "\x8a\xcf", [0x59a5] = "\xb6\xf0", + [0x59a6] = "\x8a\xd0", [0x59a7] = "\x8a\xd1", [0x59a8] = "\x8a\xd2", + [0x59a9] = "\xc3\xe4", [0x59aa] = "\x8a\xd3", [0x59ab] = "\x8a\xd4", + [0x59ac] = "\x8a\xd5", [0x59ad] = "\x8a\xd6", [0x59ae] = "\x8a\xd7", + [0x59af] = "\x8a\xd8", [0x59b0] = "\x8a\xd9", [0x59b1] = "\xd3\xe9", + [0x59b2] = "\xe6\xb4", [0x59b3] = "\x8a\xda", [0x59b4] = "\xe6\xb5", + [0x59b5] = "\x8a\xdb", [0x59b6] = "\xc8\xa2", [0x59b7] = "\x8a\xdc", + [0x59b8] = "\x8a\xdd", [0x59b9] = "\x8a\xde", [0x59ba] = "\x8a\xdf", + [0x59bb] = "\x8a\xe0", [0x59bc] = "\xe6\xbd", [0x59bd] = "\x8a\xe1", + [0x59be] = "\x8a\xe2", [0x59bf] = "\x8a\xe3", [0x59c0] = "\xe6\xb9", + [0x59c1] = "\x8a\xe4", [0x59c2] = "\x8a\xe5", [0x59c3] = "\x8a\xe6", + [0x59c4] = "\x8a\xe7", [0x59c5] = "\x8a\xe8", [0x59c6] = "\xc6\xc5", + [0x59c7] = "\x8a\xe9", [0x59c8] = "\x8a\xea", [0x59c9] = "\xcd\xf1", + [0x59ca] = "\xe6\xbb", [0x59cb] = "\x8a\xeb", [0x59cc] = "\x8a\xec", + [0x59cd] = "\x8a\xed", [0x59ce] = "\x8a\xee", [0x59cf] = "\x8a\xef", + [0x59d0] = "\x8a\xf0", [0x59d1] = "\x8a\xf1", [0x59d2] = "\x8a\xf2", + [0x59d3] = "\x8a\xf3", [0x59d4] = "\x8a\xf4", [0x59d5] = "\xe6\xbc", + [0x59d6] = "\x8a\xf5", [0x59d7] = "\x8a\xf6", [0x59d8] = "\x8a\xf7", + [0x59d9] = "\x8a\xf8", [0x59da] = "\xbb\xe9", [0x59db] = "\x8a\xf9", + [0x59dc] = "\x8a\xfa", [0x59dd] = "\x8a\xfb", [0x59de] = "\x8a\xfc", + [0x59df] = "\x8a\xfd", [0x59e0] = "\x8a\xfe", [0x59e1] = "\x8b\x40", + [0x59e2] = "\xe6\xbe", [0x59e3] = "\x8b\x41", [0x59e4] = "\x8b\x42", + [0x59e5] = "\x8b\x43", [0x59e6] = "\x8b\x44", [0x59e7] = "\xe6\xba", + [0x59e8] = "\x8b\x45", [0x59e9] = "\x8b\x46", [0x59ea] = "\xc0\xb7", + [0x59eb] = "\x8b\x47", [0x59ec] = "\x8b\x48", [0x59ed] = "\x8b\x49", + [0x59ee] = "\x8b\x4a", [0x59ef] = "\x8b\x4b", [0x59f0] = "\x8b\x4c", + [0x59f1] = "\x8b\x4d", [0x59f2] = "\x8b\x4e", [0x59f3] = "\x8b\x4f", + [0x59f4] = "\xd3\xa4", [0x59f5] = "\xe6\xbf", [0x59f6] = "\xc9\xf4", + [0x59f7] = "\xe6\xc3", [0x59f8] = "\x8b\x50", [0x59f9] = "\x8b\x51", + [0x59fa] = "\xe6\xc4", [0x59fb] = "\x8b\x52", [0x59fc] = "\x8b\x53", + [0x59fd] = "\x8b\x54", [0x59fe] = "\x8b\x55", [0x59ff] = "\xd0\xf6", + [0x5a00] = "\x8b\x56", [0x5a01] = "\x8b\x57", [0x5a02] = "\x8b\x58", + [0x5a03] = "\x8b\x59", [0x5a04] = "\x8b\x5a", [0x5a05] = "\x8b\x5b", + [0x5a06] = "\x8b\x5c", [0x5a07] = "\x8b\x5d", [0x5a08] = "\x8b\x5e", + [0x5a09] = "\x8b\x5f", [0x5a0a] = "\x8b\x60", [0x5a0b] = "\x8b\x61", + [0x5a0c] = "\x8b\x62", [0x5a0d] = "\x8b\x63", [0x5a0e] = "\x8b\x64", + [0x5a0f] = "\x8b\x65", [0x5a10] = "\x8b\x66", [0x5a11] = "\x8b\x67", + [0x5a12] = "\xc3\xbd", [0x5a13] = "\x8b\x68", [0x5a14] = "\x8b\x69", + [0x5a15] = "\x8b\x6a", [0x5a16] = "\x8b\x6b", [0x5a17] = "\x8b\x6c", + [0x5a18] = "\x8b\x6d", [0x5a19] = "\x8b\x6e", [0x5a1a] = "\xc3\xc4", + [0x5a1b] = "\xe6\xc2", [0x5a1c] = "\x8b\x6f", [0x5a1d] = "\x8b\x70", + [0x5a1e] = "\x8b\x71", [0x5a1f] = "\x8b\x72", [0x5a20] = "\x8b\x73", + [0x5a21] = "\x8b\x74", [0x5a22] = "\x8b\x75", [0x5a23] = "\x8b\x76", + [0x5a24] = "\x8b\x77", [0x5a25] = "\x8b\x78", [0x5a26] = "\x8b\x79", + [0x5a27] = "\x8b\x7a", [0x5a28] = "\x8b\x7b", [0x5a29] = "\x8b\x7c", + [0x5a2a] = "\xe6\xc1", [0x5a2b] = "\x8b\x7d", [0x5a2c] = "\x8b\x7e", + [0x5a2d] = "\x8b\x80", [0x5a2e] = "\x8b\x81", [0x5a2f] = "\x8b\x82", + [0x5a30] = "\x8b\x83", [0x5a31] = "\x8b\x84", [0x5a32] = "\xe6\xc7", + [0x5a33] = "\xcf\xb1", [0x5a34] = "\x8b\x85", [0x5a35] = "\xeb\xf4", + [0x5a36] = "\x8b\x86", [0x5a37] = "\x8b\x87", [0x5a38] = "\xe6\xca", + [0x5a39] = "\x8b\x88", [0x5a3a] = "\x8b\x89", [0x5a3b] = "\x8b\x8a", + [0x5a3c] = "\x8b\x8b", [0x5a3d] = "\x8b\x8c", [0x5a3e] = "\xe6\xc5", + [0x5a3f] = "\x8b\x8d", [0x5a40] = "\x8b\x8e", [0x5a41] = "\xbc\xde", + [0x5a42] = "\xc9\xa9", [0x5a43] = "\x8b\x8f", [0x5a44] = "\x8b\x90", + [0x5a45] = "\x8b\x91", [0x5a46] = "\x8b\x92", [0x5a47] = "\x8b\x93", + [0x5a48] = "\x8b\x94", [0x5a49] = "\xbc\xb5", [0x5a4a] = "\x8b\x95", + [0x5a4b] = "\x8b\x96", [0x5a4c] = "\xcf\xd3", [0x5a4d] = "\x8b\x97", + [0x5a4e] = "\x8b\x98", [0x5a4f] = "\x8b\x99", [0x5a50] = "\x8b\x9a", + [0x5a51] = "\x8b\x9b", [0x5a52] = "\xe6\xc8", [0x5a53] = "\x8b\x9c", + [0x5a54] = "\xe6\xc9", [0x5a55] = "\x8b\x9d", [0x5a56] = "\xe6\xce", + [0x5a57] = "\x8b\x9e", [0x5a58] = "\xe6\xd0", [0x5a59] = "\x8b\x9f", + [0x5a5a] = "\x8b\xa0", [0x5a5b] = "\x8b\xa1", [0x5a5c] = "\xe6\xd1", + [0x5a5d] = "\x8b\xa2", [0x5a5e] = "\x8b\xa3", [0x5a5f] = "\x8b\xa4", + [0x5a60] = "\xe6\xcb", [0x5a61] = "\xb5\xd5", [0x5a62] = "\x8b\xa5", + [0x5a63] = "\xe6\xcc", [0x5a64] = "\x8b\xa6", [0x5a65] = "\x8b\xa7", + [0x5a66] = "\xe6\xcf", [0x5a67] = "\x8b\xa8", [0x5a68] = "\x8b\xa9", + [0x5a69] = "\xc4\xdb", [0x5a6a] = "\x8b\xaa", [0x5a6b] = "\xe6\xc6", + [0x5a6c] = "\x8b\xab", [0x5a6d] = "\x8b\xac", [0x5a6e] = "\x8b\xad", + [0x5a6f] = "\x8b\xae", [0x5a70] = "\x8b\xaf", [0x5a71] = "\xe6\xcd", + [0x5a72] = "\x8b\xb0", [0x5a73] = "\x8b\xb1", [0x5a74] = "\x8b\xb2", + [0x5a75] = "\x8b\xb3", [0x5a76] = "\x8b\xb4", [0x5a77] = "\x8b\xb5", + [0x5a78] = "\x8b\xb6", [0x5a79] = "\x8b\xb7", [0x5a7a] = "\x8b\xb8", + [0x5a7b] = "\x8b\xb9", [0x5a7c] = "\x8b\xba", [0x5a7d] = "\x8b\xbb", + [0x5a7e] = "\x8b\xbc", [0x5a7f] = "\x8b\xbd", [0x5a80] = "\x8b\xbe", + [0x5a81] = "\x8b\xbf", [0x5a82] = "\x8b\xc0", [0x5a83] = "\x8b\xc1", + [0x5a84] = "\x8b\xc2", [0x5a85] = "\x8b\xc3", [0x5a86] = "\x8b\xc4", + [0x5a87] = "\x8b\xc5", [0x5a88] = "\x8b\xc6", [0x5a89] = "\xe6\xd2", + [0x5a8a] = "\x8b\xc7", [0x5a8b] = "\x8b\xc8", [0x5a8c] = "\x8b\xc9", + [0x5a8d] = "\x8b\xca", [0x5a8e] = "\x8b\xcb", [0x5a8f] = "\x8b\xcc", + [0x5a90] = "\x8b\xcd", [0x5a91] = "\x8b\xce", [0x5a92] = "\x8b\xcf", + [0x5a93] = "\x8b\xd0", [0x5a94] = "\x8b\xd1", [0x5a95] = "\x8b\xd2", + [0x5a96] = "\xe6\xd4", [0x5a97] = "\xe6\xd3", [0x5a98] = "\x8b\xd3", + [0x5a99] = "\x8b\xd4", [0x5a9a] = "\x8b\xd5", [0x5a9b] = "\x8b\xd6", + [0x5a9c] = "\x8b\xd7", [0x5a9d] = "\x8b\xd8", [0x5a9e] = "\x8b\xd9", + [0x5a9f] = "\x8b\xda", [0x5aa0] = "\x8b\xdb", [0x5aa1] = "\x8b\xdc", + [0x5aa2] = "\x8b\xdd", [0x5aa3] = "\x8b\xde", [0x5aa4] = "\x8b\xdf", + [0x5aa5] = "\x8b\xe0", [0x5aa6] = "\x8b\xe1", [0x5aa7] = "\x8b\xe2", + [0x5aa8] = "\x8b\xe3", [0x5aa9] = "\x8b\xe4", [0x5aaa] = "\x8b\xe5", + [0x5aab] = "\x8b\xe6", [0x5aac] = "\x8b\xe7", [0x5aad] = "\x8b\xe8", + [0x5aae] = "\x8b\xe9", [0x5aaf] = "\x8b\xea", [0x5ab0] = "\x8b\xeb", + [0x5ab1] = "\x8b\xec", [0x5ab2] = "\xe6\xd5", [0x5ab3] = "\x8b\xed", + [0x5ab4] = "\xd9\xf8", [0x5ab5] = "\x8b\xee", [0x5ab6] = "\x8b\xef", + [0x5ab7] = "\xe6\xd6", [0x5ab8] = "\x8b\xf0", [0x5ab9] = "\x8b\xf1", + [0x5aba] = "\x8b\xf2", [0x5abb] = "\x8b\xf3", [0x5abc] = "\x8b\xf4", + [0x5abd] = "\x8b\xf5", [0x5abe] = "\x8b\xf6", [0x5abf] = "\x8b\xf7", + [0x5ac0] = "\xe6\xd7", [0x5ac1] = "\x8b\xf8", [0x5ac2] = "\x8b\xf9", + [0x5ac3] = "\x8b\xfa", [0x5ac4] = "\x8b\xfb", [0x5ac5] = "\x8b\xfc", + [0x5ac6] = "\x8b\xfd", [0x5ac7] = "\x8b\xfe", [0x5ac8] = "\x8c\x40", + [0x5ac9] = "\x8c\x41", [0x5aca] = "\x8c\x42", [0x5acb] = "\x8c\x43", + [0x5acc] = "\x8c\x44", [0x5acd] = "\x8c\x45", [0x5ace] = "\x8c\x46", + [0x5acf] = "\x8c\x47", [0x5ad0] = "\xd7\xd3", [0x5ad1] = "\xe6\xdd", + [0x5ad2] = "\x8c\x48", [0x5ad3] = "\xe6\xde", [0x5ad4] = "\xbf\xd7", + [0x5ad5] = "\xd4\xd0", [0x5ad6] = "\x8c\x49", [0x5ad7] = "\xd7\xd6", + [0x5ad8] = "\xb4\xe6", [0x5ad9] = "\xcb\xef", [0x5ada] = "\xe6\xda", + [0x5adb] = "\xd8\xc3", [0x5adc] = "\xd7\xce", [0x5add] = "\xd0\xa2", + [0x5ade] = "\x8c\x4a", [0x5adf] = "\xc3\xcf", [0x5ae0] = "\x8c\x4b", + [0x5ae1] = "\x8c\x4c", [0x5ae2] = "\xe6\xdf", [0x5ae3] = "\xbc\xbe", + [0x5ae4] = "\xb9\xc2", [0x5ae5] = "\xe6\xdb", [0x5ae6] = "\xd1\xa7", + [0x5ae7] = "\x8c\x4d", [0x5ae8] = "\x8c\x4e", [0x5ae9] = "\xba\xa2", + [0x5aea] = "\xc2\xcf", [0x5aeb] = "\x8c\x4f", [0x5aec] = "\xd8\xab", + [0x5aed] = "\x8c\x50", [0x5aee] = "\x8c\x51", [0x5aef] = "\x8c\x52", + [0x5af0] = "\xca\xeb", [0x5af1] = "\xe5\xee", [0x5af2] = "\x8c\x53", + [0x5af3] = "\xe6\xdc", [0x5af4] = "\x8c\x54", [0x5af5] = "\xb7\xf5", + [0x5af6] = "\x8c\x55", [0x5af7] = "\x8c\x56", [0x5af8] = "\x8c\x57", + [0x5af9] = "\x8c\x58", [0x5afa] = "\xc8\xe6", [0x5afb] = "\x8c\x59", + [0x5afc] = "\x8c\x5a", [0x5afd] = "\xc4\xf5", [0x5afe] = "\x8c\x5b", + [0x5aff] = "\x8c\x5c", [0x5b00] = "\xe5\xb2", [0x5b01] = "\xc4\xfe", + [0x5b02] = "\x8c\x5d", [0x5b03] = "\xcb\xfc", [0x5b04] = "\xe5\xb3", + [0x5b05] = "\xd5\xac", [0x5b06] = "\x8c\x5e", [0x5b07] = "\xd3\xee", + [0x5b08] = "\xca\xd8", [0x5b09] = "\xb0\xb2", [0x5b0a] = "\x8c\x5f", + [0x5b0b] = "\xcb\xce", [0x5b0c] = "\xcd\xea", [0x5b0d] = "\x8c\x60", + [0x5b0e] = "\x8c\x61", [0x5b0f] = "\xba\xea", [0x5b10] = "\x8c\x62", + [0x5b11] = "\x8c\x63", [0x5b12] = "\x8c\x64", [0x5b13] = "\xe5\xb5", + [0x5b14] = "\x8c\x65", [0x5b15] = "\xe5\xb4", [0x5b16] = "\x8c\x66", + [0x5b17] = "\xd7\xda", [0x5b18] = "\xb9\xd9", [0x5b19] = "\xd6\xe6", + [0x5b1a] = "\xb6\xa8", [0x5b1b] = "\xcd\xf0", [0x5b1c] = "\xd2\xcb", + [0x5b1d] = "\xb1\xa6", [0x5b1e] = "\xca\xb5", [0x5b1f] = "\x8c\x67", + [0x5b20] = "\xb3\xe8", [0x5b21] = "\xc9\xf3", [0x5b22] = "\xbf\xcd", + [0x5b23] = "\xd0\xfb", [0x5b24] = "\xca\xd2", [0x5b25] = "\xe5\xb6", + [0x5b26] = "\xbb\xc2", [0x5b27] = "\x8c\x68", [0x5b28] = "\x8c\x69", + [0x5b29] = "\x8c\x6a", [0x5b2a] = "\xcf\xdc", [0x5b2b] = "\xb9\xac", + [0x5b2c] = "\x8c\x6b", [0x5b2d] = "\x8c\x6c", [0x5b2e] = "\x8c\x6d", + [0x5b2f] = "\x8c\x6e", [0x5b30] = "\xd4\xd7", [0x5b31] = "\x8c\x6f", + [0x5b32] = "\x8c\x70", [0x5b33] = "\xba\xa6", [0x5b34] = "\xd1\xe7", + [0x5b35] = "\xcf\xfc", [0x5b36] = "\xbc\xd2", [0x5b37] = "\x8c\x71", + [0x5b38] = "\xe5\xb7", [0x5b39] = "\xc8\xdd", [0x5b3a] = "\x8c\x72", + [0x5b3b] = "\x8c\x73", [0x5b3c] = "\x8c\x74", [0x5b3d] = "\xbf\xed", + [0x5b3e] = "\xb1\xf6", [0x5b3f] = "\xcb\xde", [0x5b40] = "\x8c\x75", + [0x5b41] = "\x8c\x76", [0x5b42] = "\xbc\xc5", [0x5b43] = "\x8c\x77", + [0x5b44] = "\xbc\xc4", [0x5b45] = "\xd2\xfa", [0x5b46] = "\xc3\xdc", + [0x5b47] = "\xbf\xdc", [0x5b48] = "\x8c\x78", [0x5b49] = "\x8c\x79", + [0x5b4a] = "\x8c\x7a", [0x5b4b] = "\x8c\x7b", [0x5b4c] = "\xb8\xbb", + [0x5b4d] = "\x8c\x7c", [0x5b4e] = "\x8c\x7d", [0x5b4f] = "\x8c\x7e", + [0x5b50] = "\xc3\xc2", [0x5b51] = "\x8c\x80", [0x5b52] = "\xba\xae", + [0x5b53] = "\xd4\xa2", [0x5b54] = "\x8c\x81", [0x5b55] = "\x8c\x82", + [0x5b56] = "\x8c\x83", [0x5b57] = "\x8c\x84", [0x5b58] = "\x8c\x85", + [0x5b59] = "\x8c\x86", [0x5b5a] = "\x8c\x87", [0x5b5b] = "\x8c\x88", + [0x5b5c] = "\x8c\x89", [0x5b5d] = "\xc7\xde", [0x5b5e] = "\xc4\xaf", + [0x5b5f] = "\xb2\xec", [0x5b60] = "\x8c\x8a", [0x5b61] = "\xb9\xd1", + [0x5b62] = "\x8c\x8b", [0x5b63] = "\x8c\x8c", [0x5b64] = "\xe5\xbb", + [0x5b65] = "\xc1\xc8", [0x5b66] = "\x8c\x8d", [0x5b67] = "\x8c\x8e", + [0x5b68] = "\xd5\xaf", [0x5b69] = "\x8c\x8f", [0x5b6a] = "\x8c\x90", + [0x5b6b] = "\x8c\x91", [0x5b6c] = "\x8c\x92", [0x5b6d] = "\x8c\x93", + [0x5b6e] = "\xe5\xbc", [0x5b6f] = "\x8c\x94", [0x5b70] = "\xe5\xbe", + [0x5b71] = "\x8c\x95", [0x5b72] = "\x8c\x96", [0x5b73] = "\x8c\x97", + [0x5b74] = "\x8c\x98", [0x5b75] = "\x8c\x99", [0x5b76] = "\x8c\x9a", + [0x5b77] = "\x8c\x9b", [0x5b78] = "\xb4\xe7", [0x5b79] = "\xb6\xd4", + [0x5b7a] = "\xcb\xc2", [0x5b7b] = "\xd1\xb0", [0x5b7c] = "\xb5\xbc", + [0x5b7d] = "\x8c\x9c", [0x5b7e] = "\x8c\x9d", [0x5b7f] = "\xca\xd9", + [0x5b80] = "\x8c\x9e", [0x5b81] = "\xb7\xe2", [0x5b82] = "\x8c\x9f", + [0x5b83] = "\x8c\xa0", [0x5b84] = "\xc9\xe4", [0x5b85] = "\x8c\xa1", + [0x5b86] = "\xbd\xab", [0x5b87] = "\x8c\xa2", [0x5b88] = "\x8c\xa3", + [0x5b89] = "\xce\xbe", [0x5b8a] = "\xd7\xf0", [0x5b8b] = "\x8c\xa4", + [0x5b8c] = "\x8c\xa5", [0x5b8d] = "\x8c\xa6", [0x5b8e] = "\x8c\xa7", + [0x5b8f] = "\xd0\xa1", [0x5b90] = "\x8c\xa8", [0x5b91] = "\xc9\xd9", + [0x5b92] = "\x8c\xa9", [0x5b93] = "\x8c\xaa", [0x5b94] = "\xb6\xfb", + [0x5b95] = "\xe6\xd8", [0x5b96] = "\xbc\xe2", [0x5b97] = "\x8c\xab", + [0x5b98] = "\xb3\xbe", [0x5b99] = "\x8c\xac", [0x5b9a] = "\xc9\xd0", + [0x5b9b] = "\x8c\xad", [0x5b9c] = "\xe6\xd9", [0x5b9d] = "\xb3\xa2", + [0x5b9e] = "\x8c\xae", [0x5b9f] = "\x8c\xaf", [0x5ba0] = "\x8c\xb0", + [0x5ba1] = "\x8c\xb1", [0x5ba2] = "\xde\xcc", [0x5ba3] = "\x8c\xb2", + [0x5ba4] = "\xd3\xc8", [0x5ba5] = "\xde\xcd", [0x5ba6] = "\x8c\xb3", + [0x5ba7] = "\xd2\xa2", [0x5ba8] = "\x8c\xb4", [0x5ba9] = "\x8c\xb5", + [0x5baa] = "\x8c\xb6", [0x5bab] = "\x8c\xb7", [0x5bac] = "\xde\xce", + [0x5bad] = "\x8c\xb8", [0x5bae] = "\x8c\xb9", [0x5baf] = "\x8c\xba", + [0x5bb0] = "\x8c\xbb", [0x5bb1] = "\xbe\xcd", [0x5bb2] = "\x8c\xbc", + [0x5bb3] = "\x8c\xbd", [0x5bb4] = "\xde\xcf", [0x5bb5] = "\x8c\xbe", + [0x5bb6] = "\x8c\xbf", [0x5bb7] = "\x8c\xc0", [0x5bb8] = "\xca\xac", + [0x5bb9] = "\xd2\xfc", [0x5bba] = "\xb3\xdf", [0x5bbb] = "\xe5\xea", + [0x5bbc] = "\xc4\xe1", [0x5bbd] = "\xbe\xa1", [0x5bbe] = "\xce\xb2", + [0x5bbf] = "\xc4\xf2", [0x5bc0] = "\xbe\xd6", [0x5bc1] = "\xc6\xa8", + [0x5bc2] = "\xb2\xe3", [0x5bc3] = "\x8c\xc1", [0x5bc4] = "\x8c\xc2", + [0x5bc5] = "\xbe\xd3", [0x5bc6] = "\x8c\xc3", [0x5bc7] = "\x8c\xc4", + [0x5bc8] = "\xc7\xfc", [0x5bc9] = "\xcc\xeb", [0x5bca] = "\xbd\xec", + [0x5bcb] = "\xce\xdd", [0x5bcc] = "\x8c\xc5", [0x5bcd] = "\x8c\xc6", + [0x5bce] = "\xca\xba", [0x5bcf] = "\xc6\xc1", [0x5bd0] = "\xe5\xec", + [0x5bd1] = "\xd0\xbc", [0x5bd2] = "\x8c\xc7", [0x5bd3] = "\x8c\xc8", + [0x5bd4] = "\x8c\xc9", [0x5bd5] = "\xd5\xb9", [0x5bd6] = "\x8c\xca", + [0x5bd7] = "\x8c\xcb", [0x5bd8] = "\x8c\xcc", [0x5bd9] = "\xe5\xed", + [0x5bda] = "\x8c\xcd", [0x5bdb] = "\x8c\xce", [0x5bdc] = "\x8c\xcf", + [0x5bdd] = "\x8c\xd0", [0x5bde] = "\xca\xf4", [0x5bdf] = "\x8c\xd1", + [0x5be0] = "\xcd\xc0", [0x5be1] = "\xc2\xc5", [0x5be2] = "\x8c\xd2", + [0x5be3] = "\xe5\xef", [0x5be4] = "\x8c\xd3", [0x5be5] = "\xc2\xc4", + [0x5be6] = "\xe5\xf0", [0x5be7] = "\x8c\xd4", [0x5be8] = "\x8c\xd5", + [0x5be9] = "\x8c\xd6", [0x5bea] = "\x8c\xd7", [0x5beb] = "\x8c\xd8", + [0x5bec] = "\x8c\xd9", [0x5bed] = "\x8c\xda", [0x5bee] = "\xe5\xf8", + [0x5bef] = "\xcd\xcd", [0x5bf0] = "\x8c\xdb", [0x5bf1] = "\xc9\xbd", + [0x5bf2] = "\x8c\xdc", [0x5bf3] = "\x8c\xdd", [0x5bf4] = "\x8c\xde", + [0x5bf5] = "\x8c\xdf", [0x5bf6] = "\x8c\xe0", [0x5bf7] = "\x8c\xe1", + [0x5bf8] = "\x8c\xe2", [0x5bf9] = "\xd2\xd9", [0x5bfa] = "\xe1\xa8", + [0x5bfb] = "\x8c\xe3", [0x5bfc] = "\x8c\xe4", [0x5bfd] = "\x8c\xe5", + [0x5bfe] = "\x8c\xe6", [0x5bff] = "\xd3\xec", [0x5c00] = "\x8c\xe7", + [0x5c01] = "\xcb\xea", [0x5c02] = "\xc6\xf1", [0x5c03] = "\x8c\xe8", + [0x5c04] = "\x8c\xe9", [0x5c05] = "\x8c\xea", [0x5c06] = "\x8c\xeb", + [0x5c07] = "\x8c\xec", [0x5c08] = "\xe1\xac", [0x5c09] = "\x8c\xed", + [0x5c0a] = "\x8c\xee", [0x5c0b] = "\x8c\xef", [0x5c0c] = "\xe1\xa7", + [0x5c0d] = "\xe1\xa9", [0x5c0e] = "\x8c\xf0", [0x5c0f] = "\x8c\xf1", + [0x5c10] = "\xe1\xaa", [0x5c11] = "\xe1\xaf", [0x5c12] = "\x8c\xf2", + [0x5c13] = "\x8c\xf3", [0x5c14] = "\xb2\xed", [0x5c15] = "\x8c\xf4", + [0x5c16] = "\xe1\xab", [0x5c17] = "\xb8\xda", [0x5c18] = "\xe1\xad", + [0x5c19] = "\xe1\xae", [0x5c1a] = "\xe1\xb0", [0x5c1b] = "\xb5\xba", + [0x5c1c] = "\xe1\xb1", [0x5c1d] = "\x8c\xf5", [0x5c1e] = "\x8c\xf6", + [0x5c1f] = "\x8c\xf7", [0x5c20] = "\x8c\xf8", [0x5c21] = "\x8c\xf9", + [0x5c22] = "\xe1\xb3", [0x5c23] = "\xe1\xb8", [0x5c24] = "\x8c\xfa", + [0x5c25] = "\x8c\xfb", [0x5c26] = "\x8c\xfc", [0x5c27] = "\x8c\xfd", + [0x5c28] = "\x8c\xfe", [0x5c29] = "\xd1\xd2", [0x5c2a] = "\x8d\x40", + [0x5c2b] = "\xe1\xb6", [0x5c2c] = "\xe1\xb5", [0x5c2d] = "\xc1\xeb", + [0x5c2e] = "\x8d\x41", [0x5c2f] = "\x8d\x42", [0x5c30] = "\x8d\x43", + [0x5c31] = "\xe1\xb7", [0x5c32] = "\x8d\x44", [0x5c33] = "\xd4\xc0", + [0x5c34] = "\x8d\x45", [0x5c35] = "\xe1\xb2", [0x5c36] = "\x8d\x46", + [0x5c37] = "\xe1\xba", [0x5c38] = "\xb0\xb6", [0x5c39] = "\x8d\x47", + [0x5c3a] = "\x8d\x48", [0x5c3b] = "\x8d\x49", [0x5c3c] = "\x8d\x4a", + [0x5c3d] = "\xe1\xb4", [0x5c3e] = "\x8d\x4b", [0x5c3f] = "\xbf\xf9", + [0x5c40] = "\x8d\x4c", [0x5c41] = "\xe1\xb9", [0x5c42] = "\x8d\x4d", + [0x5c43] = "\x8d\x4e", [0x5c44] = "\xe1\xbb", [0x5c45] = "\x8d\x4f", + [0x5c46] = "\x8d\x50", [0x5c47] = "\x8d\x51", [0x5c48] = "\x8d\x52", + [0x5c49] = "\x8d\x53", [0x5c4a] = "\x8d\x54", [0x5c4b] = "\xe1\xbe", + [0x5c4c] = "\x8d\x55", [0x5c4d] = "\x8d\x56", [0x5c4e] = "\x8d\x57", + [0x5c4f] = "\x8d\x58", [0x5c50] = "\x8d\x59", [0x5c51] = "\x8d\x5a", + [0x5c52] = "\xe1\xbc", [0x5c53] = "\x8d\x5b", [0x5c54] = "\x8d\x5c", + [0x5c55] = "\x8d\x5d", [0x5c56] = "\x8d\x5e", [0x5c57] = "\x8d\x5f", + [0x5c58] = "\x8d\x60", [0x5c59] = "\xd6\xc5", [0x5c5a] = "\x8d\x61", + [0x5c5b] = "\x8d\x62", [0x5c5c] = "\x8d\x63", [0x5c5d] = "\x8d\x64", + [0x5c5e] = "\x8d\x65", [0x5c5f] = "\x8d\x66", [0x5c60] = "\x8d\x67", + [0x5c61] = "\xcf\xbf", [0x5c62] = "\x8d\x68", [0x5c63] = "\x8d\x69", + [0x5c64] = "\xe1\xbd", [0x5c65] = "\xe1\xbf", [0x5c66] = "\xc2\xcd", + [0x5c67] = "\x8d\x6a", [0x5c68] = "\xb6\xeb", [0x5c69] = "\x8d\x6b", + [0x5c6a] = "\xd3\xf8", [0x5c6b] = "\x8d\x6c", [0x5c6c] = "\x8d\x6d", + [0x5c6d] = "\xc7\xcd", [0x5c6e] = "\x8d\x6e", [0x5c6f] = "\x8d\x6f", + [0x5c70] = "\xb7\xe5", [0x5c71] = "\x8d\x70", [0x5c72] = "\x8d\x71", + [0x5c73] = "\x8d\x72", [0x5c74] = "\x8d\x73", [0x5c75] = "\x8d\x74", + [0x5c76] = "\x8d\x75", [0x5c77] = "\x8d\x76", [0x5c78] = "\x8d\x77", + [0x5c79] = "\x8d\x78", [0x5c7a] = "\x8d\x79", [0x5c7b] = "\xbe\xfe", + [0x5c7c] = "\x8d\x7a", [0x5c7d] = "\x8d\x7b", [0x5c7e] = "\x8d\x7c", + [0x5c7f] = "\x8d\x7d", [0x5c80] = "\x8d\x7e", [0x5c81] = "\x8d\x80", + [0x5c82] = "\xe1\xc0", [0x5c83] = "\xe1\xc1", [0x5c84] = "\x8d\x81", + [0x5c85] = "\x8d\x82", [0x5c86] = "\xe1\xc7", [0x5c87] = "\xb3\xe7", + [0x5c88] = "\x8d\x83", [0x5c89] = "\x8d\x84", [0x5c8a] = "\x8d\x85", + [0x5c8b] = "\x8d\x86", [0x5c8c] = "\x8d\x87", [0x5c8d] = "\x8d\x88", + [0x5c8e] = "\xc6\xe9", [0x5c8f] = "\x8d\x89", [0x5c90] = "\x8d\x8a", + [0x5c91] = "\x8d\x8b", [0x5c92] = "\x8d\x8c", [0x5c93] = "\x8d\x8d", + [0x5c94] = "\xb4\xde", [0x5c95] = "\x8d\x8e", [0x5c96] = "\xd1\xc2", + [0x5c97] = "\x8d\x8f", [0x5c98] = "\x8d\x90", [0x5c99] = "\x8d\x91", + [0x5c9a] = "\x8d\x92", [0x5c9b] = "\xe1\xc8", [0x5c9c] = "\x8d\x93", + [0x5c9d] = "\x8d\x94", [0x5c9e] = "\xe1\xc6", [0x5c9f] = "\x8d\x95", + [0x5ca0] = "\x8d\x96", [0x5ca1] = "\x8d\x97", [0x5ca2] = "\x8d\x98", + [0x5ca3] = "\x8d\x99", [0x5ca4] = "\xe1\xc5", [0x5ca5] = "\x8d\x9a", + [0x5ca6] = "\xe1\xc3", [0x5ca7] = "\xe1\xc2", [0x5ca8] = "\x8d\x9b", + [0x5ca9] = "\xb1\xc0", [0x5caa] = "\x8d\x9c", [0x5cab] = "\x8d\x9d", + [0x5cac] = "\x8d\x9e", [0x5cad] = "\xd5\xb8", [0x5cae] = "\xe1\xc4", + [0x5caf] = "\x8d\x9f", [0x5cb0] = "\x8d\xa0", [0x5cb1] = "\x8d\xa1", + [0x5cb2] = "\x8d\xa2", [0x5cb3] = "\x8d\xa3", [0x5cb4] = "\xe1\xcb", + [0x5cb5] = "\x8d\xa4", [0x5cb6] = "\x8d\xa5", [0x5cb7] = "\x8d\xa6", + [0x5cb8] = "\x8d\xa7", [0x5cb9] = "\x8d\xa8", [0x5cba] = "\x8d\xa9", + [0x5cbb] = "\x8d\xaa", [0x5cbc] = "\x8d\xab", [0x5cbd] = "\xe1\xcc", + [0x5cbe] = "\xe1\xca", [0x5cbf] = "\x8d\xac", [0x5cc0] = "\x8d\xad", + [0x5cc1] = "\x8d\xae", [0x5cc2] = "\x8d\xaf", [0x5cc3] = "\x8d\xb0", + [0x5cc4] = "\x8d\xb1", [0x5cc5] = "\x8d\xb2", [0x5cc6] = "\x8d\xb3", + [0x5cc7] = "\xef\xfa", [0x5cc8] = "\x8d\xb4", [0x5cc9] = "\x8d\xb5", + [0x5cca] = "\xe1\xd3", [0x5ccb] = "\xe1\xd2", [0x5ccc] = "\xc7\xb6", + [0x5ccd] = "\x8d\xb6", [0x5cce] = "\x8d\xb7", [0x5ccf] = "\x8d\xb8", + [0x5cd0] = "\x8d\xb9", [0x5cd1] = "\x8d\xba", [0x5cd2] = "\x8d\xbb", + [0x5cd3] = "\x8d\xbc", [0x5cd4] = "\x8d\xbd", [0x5cd5] = "\x8d\xbe", + [0x5cd6] = "\x8d\xbf", [0x5cd7] = "\x8d\xc0", [0x5cd8] = "\xe1\xc9", + [0x5cd9] = "\x8d\xc1", [0x5cda] = "\x8d\xc2", [0x5cdb] = "\xe1\xce", + [0x5cdc] = "\x8d\xc3", [0x5cdd] = "\xe1\xd0", [0x5cde] = "\x8d\xc4", + [0x5cdf] = "\x8d\xc5", [0x5ce0] = "\x8d\xc6", [0x5ce1] = "\x8d\xc7", + [0x5ce2] = "\x8d\xc8", [0x5ce3] = "\x8d\xc9", [0x5ce4] = "\x8d\xca", + [0x5ce5] = "\x8d\xcb", [0x5ce6] = "\x8d\xcc", [0x5ce7] = "\x8d\xcd", + [0x5ce8] = "\x8d\xce", [0x5ce9] = "\xe1\xd4", [0x5cea] = "\x8d\xcf", + [0x5ceb] = "\xe1\xd1", [0x5cec] = "\xe1\xcd", [0x5ced] = "\x8d\xd0", + [0x5cee] = "\x8d\xd1", [0x5cef] = "\xe1\xcf", [0x5cf0] = "\x8d\xd2", + [0x5cf1] = "\x8d\xd3", [0x5cf2] = "\x8d\xd4", [0x5cf3] = "\x8d\xd5", + [0x5cf4] = "\xe1\xd5", [0x5cf5] = "\x8d\xd6", [0x5cf6] = "\x8d\xd7", + [0x5cf7] = "\x8d\xd8", [0x5cf8] = "\x8d\xd9", [0x5cf9] = "\x8d\xda", + [0x5cfa] = "\x8d\xdb", [0x5cfb] = "\x8d\xdc", [0x5cfc] = "\x8d\xdd", + [0x5cfd] = "\x8d\xde", [0x5cfe] = "\x8d\xdf", [0x5cff] = "\x8d\xe0", + [0x5d00] = "\x8d\xe1", [0x5d01] = "\x8d\xe2", [0x5d02] = "\xe1\xd6", + [0x5d03] = "\x8d\xe3", [0x5d04] = "\x8d\xe4", [0x5d05] = "\x8d\xe5", + [0x5d06] = "\x8d\xe6", [0x5d07] = "\x8d\xe7", [0x5d08] = "\x8d\xe8", + [0x5d09] = "\x8d\xe9", [0x5d0a] = "\x8d\xea", [0x5d0b] = "\x8d\xeb", + [0x5d0c] = "\x8d\xec", [0x5d0d] = "\x8d\xed", [0x5d0e] = "\x8d\xee", + [0x5d0f] = "\x8d\xef", [0x5d10] = "\x8d\xf0", [0x5d11] = "\x8d\xf1", + [0x5d12] = "\x8d\xf2", [0x5d13] = "\x8d\xf3", [0x5d14] = "\x8d\xf4", + [0x5d15] = "\x8d\xf5", [0x5d16] = "\x8d\xf6", [0x5d17] = "\x8d\xf7", + [0x5d18] = "\x8d\xf8", [0x5d19] = "\xe1\xd7", [0x5d1a] = "\x8d\xf9", + [0x5d1b] = "\x8d\xfa", [0x5d1c] = "\x8d\xfb", [0x5d1d] = "\xe1\xd8", + [0x5d1e] = "\x8d\xfc", [0x5d1f] = "\x8d\xfd", [0x5d20] = "\x8d\xfe", + [0x5d21] = "\x8e\x40", [0x5d22] = "\x8e\x41", [0x5d23] = "\x8e\x42", + [0x5d24] = "\x8e\x43", [0x5d25] = "\x8e\x44", [0x5d26] = "\x8e\x45", + [0x5d27] = "\x8e\x46", [0x5d28] = "\x8e\x47", [0x5d29] = "\x8e\x48", + [0x5d2a] = "\x8e\x49", [0x5d2b] = "\x8e\x4a", [0x5d2c] = "\x8e\x4b", + [0x5d2d] = "\x8e\x4c", [0x5d2e] = "\x8e\x4d", [0x5d2f] = "\x8e\x4e", + [0x5d30] = "\x8e\x4f", [0x5d31] = "\x8e\x50", [0x5d32] = "\x8e\x51", + [0x5d33] = "\x8e\x52", [0x5d34] = "\x8e\x53", [0x5d35] = "\x8e\x54", + [0x5d36] = "\x8e\x55", [0x5d37] = "\xe1\xda", [0x5d38] = "\x8e\x56", + [0x5d39] = "\x8e\x57", [0x5d3a] = "\x8e\x58", [0x5d3b] = "\x8e\x59", + [0x5d3c] = "\x8e\x5a", [0x5d3d] = "\x8e\x5b", [0x5d3e] = "\x8e\x5c", + [0x5d3f] = "\x8e\x5d", [0x5d40] = "\x8e\x5e", [0x5d41] = "\x8e\x5f", + [0x5d42] = "\x8e\x60", [0x5d43] = "\x8e\x61", [0x5d44] = "\x8e\x62", + [0x5d45] = "\xe1\xdb", [0x5d46] = "\x8e\x63", [0x5d47] = "\x8e\x64", + [0x5d48] = "\x8e\x65", [0x5d49] = "\x8e\x66", [0x5d4a] = "\x8e\x67", + [0x5d4b] = "\x8e\x68", [0x5d4c] = "\x8e\x69", [0x5d4d] = "\xce\xa1", + [0x5d4e] = "\x8e\x6a", [0x5d4f] = "\x8e\x6b", [0x5d50] = "\x8e\x6c", + [0x5d51] = "\x8e\x6d", [0x5d52] = "\x8e\x6e", [0x5d53] = "\x8e\x6f", + [0x5d54] = "\x8e\x70", [0x5d55] = "\x8e\x71", [0x5d56] = "\x8e\x72", + [0x5d57] = "\x8e\x73", [0x5d58] = "\x8e\x74", [0x5d59] = "\x8e\x75", + [0x5d5a] = "\x8e\x76", [0x5d5b] = "\xe7\xdd", [0x5d5c] = "\x8e\x77", + [0x5d5d] = "\xb4\xa8", [0x5d5e] = "\xd6\xdd", [0x5d5f] = "\x8e\x78", + [0x5d60] = "\x8e\x79", [0x5d61] = "\xd1\xb2", [0x5d62] = "\xb3\xb2", + [0x5d63] = "\x8e\x7a", [0x5d64] = "\x8e\x7b", [0x5d65] = "\xb9\xa4", + [0x5d66] = "\xd7\xf3", [0x5d67] = "\xc7\xc9", [0x5d68] = "\xbe\xde", + [0x5d69] = "\xb9\xae", [0x5d6a] = "\x8e\x7c", [0x5d6b] = "\xce\xd7", + [0x5d6c] = "\x8e\x7d", [0x5d6d] = "\x8e\x7e", [0x5d6e] = "\xb2\xee", + [0x5d6f] = "\xdb\xcf", [0x5d70] = "\x8e\x80", [0x5d71] = "\xbc\xba", + [0x5d72] = "\xd2\xd1", [0x5d73] = "\xcb\xc8", [0x5d74] = "\xb0\xcd", + [0x5d75] = "\x8e\x81", [0x5d76] = "\x8e\x82", [0x5d77] = "\xcf\xef", + [0x5d78] = "\x8e\x83", [0x5d79] = "\x8e\x84", [0x5d7a] = "\x8e\x85", + [0x5d7b] = "\x8e\x86", [0x5d7c] = "\x8e\x87", [0x5d7d] = "\xd9\xe3", + [0x5d7e] = "\xbd\xed", [0x5d7f] = "\x8e\x88", [0x5d80] = "\x8e\x89", + [0x5d81] = "\xb1\xd2", [0x5d82] = "\xca\xd0", [0x5d83] = "\xb2\xbc", + [0x5d84] = "\x8e\x8a", [0x5d85] = "\xcb\xa7", [0x5d86] = "\xb7\xab", + [0x5d87] = "\x8e\x8b", [0x5d88] = "\xca\xa6", [0x5d89] = "\x8e\x8c", + [0x5d8a] = "\x8e\x8d", [0x5d8b] = "\x8e\x8e", [0x5d8c] = "\xcf\xa3", + [0x5d8d] = "\x8e\x8f", [0x5d8e] = "\x8e\x90", [0x5d8f] = "\xe0\xf8", + [0x5d90] = "\xd5\xca", [0x5d91] = "\xe0\xfb", [0x5d92] = "\x8e\x91", + [0x5d93] = "\x8e\x92", [0x5d94] = "\xe0\xfa", [0x5d95] = "\xc5\xc1", + [0x5d96] = "\xcc\xfb", [0x5d97] = "\x8e\x93", [0x5d98] = "\xc1\xb1", + [0x5d99] = "\xe0\xf9", [0x5d9a] = "\xd6\xe3", [0x5d9b] = "\xb2\xaf", + [0x5d9c] = "\xd6\xc4", [0x5d9d] = "\xb5\xdb", [0x5d9e] = "\x8e\x94", + [0x5d9f] = "\x8e\x95", [0x5da0] = "\x8e\x96", [0x5da1] = "\x8e\x97", + [0x5da2] = "\x8e\x98", [0x5da3] = "\x8e\x99", [0x5da4] = "\x8e\x9a", + [0x5da5] = "\x8e\x9b", [0x5da6] = "\xb4\xf8", [0x5da7] = "\xd6\xa1", + [0x5da8] = "\x8e\x9c", [0x5da9] = "\x8e\x9d", [0x5daa] = "\x8e\x9e", + [0x5dab] = "\x8e\x9f", [0x5dac] = "\x8e\xa0", [0x5dad] = "\xcf\xaf", + [0x5dae] = "\xb0\xef", [0x5daf] = "\x8e\xa1", [0x5db0] = "\x8e\xa2", + [0x5db1] = "\xe0\xfc", [0x5db2] = "\x8e\xa3", [0x5db3] = "\x8e\xa4", + [0x5db4] = "\x8e\xa5", [0x5db5] = "\x8e\xa6", [0x5db6] = "\x8e\xa7", + [0x5db7] = "\xe1\xa1", [0x5db8] = "\xb3\xa3", [0x5db9] = "\x8e\xa8", + [0x5dba] = "\x8e\xa9", [0x5dbb] = "\xe0\xfd", [0x5dbc] = "\xe0\xfe", + [0x5dbd] = "\xc3\xb1", [0x5dbe] = "\x8e\xaa", [0x5dbf] = "\x8e\xab", + [0x5dc0] = "\x8e\xac", [0x5dc1] = "\x8e\xad", [0x5dc2] = "\xc3\xdd", + [0x5dc3] = "\x8e\xae", [0x5dc4] = "\xe1\xa2", [0x5dc5] = "\xb7\xf9", + [0x5dc6] = "\x8e\xaf", [0x5dc7] = "\x8e\xb0", [0x5dc8] = "\x8e\xb1", + [0x5dc9] = "\x8e\xb2", [0x5dca] = "\x8e\xb3", [0x5dcb] = "\x8e\xb4", + [0x5dcc] = "\xbb\xcf", [0x5dcd] = "\x8e\xb5", [0x5dce] = "\x8e\xb6", + [0x5dcf] = "\x8e\xb7", [0x5dd0] = "\x8e\xb8", [0x5dd1] = "\x8e\xb9", + [0x5dd2] = "\x8e\xba", [0x5dd3] = "\x8e\xbb", [0x5dd4] = "\xe1\xa3", + [0x5dd5] = "\xc4\xbb", [0x5dd6] = "\x8e\xbc", [0x5dd7] = "\x8e\xbd", + [0x5dd8] = "\x8e\xbe", [0x5dd9] = "\x8e\xbf", [0x5dda] = "\x8e\xc0", + [0x5ddb] = "\xe1\xa4", [0x5ddc] = "\x8e\xc1", [0x5ddd] = "\x8e\xc2", + [0x5dde] = "\xe1\xa5", [0x5ddf] = "\x8e\xc3", [0x5de0] = "\x8e\xc4", + [0x5de1] = "\xe1\xa6", [0x5de2] = "\xb4\xb1", [0x5de3] = "\x8e\xc5", + [0x5de4] = "\x8e\xc6", [0x5de5] = "\x8e\xc7", [0x5de6] = "\x8e\xc8", + [0x5de7] = "\x8e\xc9", [0x5de8] = "\x8e\xca", [0x5de9] = "\x8e\xcb", + [0x5dea] = "\x8e\xcc", [0x5deb] = "\x8e\xcd", [0x5dec] = "\x8e\xce", + [0x5ded] = "\x8e\xcf", [0x5dee] = "\x8e\xd0", [0x5def] = "\x8e\xd1", + [0x5df0] = "\x8e\xd2", [0x5df1] = "\x8e\xd3", [0x5df2] = "\xb8\xc9", + [0x5df3] = "\xc6\xbd", [0x5df4] = "\xc4\xea", [0x5df5] = "\x8e\xd4", + [0x5df6] = "\xb2\xa2", [0x5df7] = "\x8e\xd5", [0x5df8] = "\xd0\xd2", + [0x5df9] = "\x8e\xd6", [0x5dfa] = "\xe7\xdb", [0x5dfb] = "\xbb\xc3", + [0x5dfc] = "\xd3\xd7", [0x5dfd] = "\xd3\xc4", [0x5dfe] = "\x8e\xd7", + [0x5dff] = "\xb9\xe3", [0x5e00] = "\xe2\xcf", [0x5e01] = "\x8e\xd8", + [0x5e02] = "\x8e\xd9", [0x5e03] = "\x8e\xda", [0x5e04] = "\xd7\xaf", + [0x5e05] = "\x8e\xdb", [0x5e06] = "\xc7\xec", [0x5e07] = "\xb1\xd3", + [0x5e08] = "\x8e\xdc", [0x5e09] = "\x8e\xdd", [0x5e0a] = "\xb4\xb2", + [0x5e0b] = "\xe2\xd1", [0x5e0c] = "\x8e\xde", [0x5e0d] = "\x8e\xdf", + [0x5e0e] = "\x8e\xe0", [0x5e0f] = "\xd0\xf2", [0x5e10] = "\xc2\xae", + [0x5e11] = "\xe2\xd0", [0x5e12] = "\x8e\xe1", [0x5e13] = "\xbf\xe2", + [0x5e14] = "\xd3\xa6", [0x5e15] = "\xb5\xd7", [0x5e16] = "\xe2\xd2", + [0x5e17] = "\xb5\xea", [0x5e18] = "\x8e\xe2", [0x5e19] = "\xc3\xed", + [0x5e1a] = "\xb8\xfd", [0x5e1b] = "\x8e\xe3", [0x5e1c] = "\xb8\xae", + [0x5e1d] = "\x8e\xe4", [0x5e1e] = "\xc5\xd3", [0x5e1f] = "\xb7\xcf", + [0x5e20] = "\xe2\xd4", [0x5e21] = "\x8e\xe5", [0x5e22] = "\x8e\xe6", + [0x5e23] = "\x8e\xe7", [0x5e24] = "\x8e\xe8", [0x5e25] = "\xe2\xd3", + [0x5e26] = "\xb6\xc8", [0x5e27] = "\xd7\xf9", [0x5e28] = "\x8e\xe9", + [0x5e29] = "\x8e\xea", [0x5e2a] = "\x8e\xeb", [0x5e2b] = "\x8e\xec", + [0x5e2c] = "\x8e\xed", [0x5e2d] = "\xcd\xa5", [0x5e2e] = "\x8e\xee", + [0x5e2f] = "\x8e\xef", [0x5e30] = "\x8e\xf0", [0x5e31] = "\x8e\xf1", + [0x5e32] = "\x8e\xf2", [0x5e33] = "\xe2\xd8", [0x5e34] = "\x8e\xf3", + [0x5e35] = "\xe2\xd6", [0x5e36] = "\xca\xfc", [0x5e37] = "\xbf\xb5", + [0x5e38] = "\xd3\xb9", [0x5e39] = "\xe2\xd5", [0x5e3a] = "\x8e\xf4", + [0x5e3b] = "\x8e\xf5", [0x5e3c] = "\x8e\xf6", [0x5e3d] = "\x8e\xf7", + [0x5e3e] = "\xe2\xd7", [0x5e3f] = "\x8e\xf8", [0x5e40] = "\x8e\xf9", + [0x5e41] = "\x8e\xfa", [0x5e42] = "\x8e\xfb", [0x5e43] = "\x8e\xfc", + [0x5e44] = "\x8e\xfd", [0x5e45] = "\x8e\xfe", [0x5e46] = "\x8f\x40", + [0x5e47] = "\x8f\x41", [0x5e48] = "\x8f\x42", [0x5e49] = "\xc1\xae", + [0x5e4a] = "\xc0\xc8", [0x5e4b] = "\x8f\x43", [0x5e4c] = "\x8f\x44", + [0x5e4d] = "\x8f\x45", [0x5e4e] = "\x8f\x46", [0x5e4f] = "\x8f\x47", + [0x5e50] = "\x8f\x48", [0x5e51] = "\xe2\xdb", [0x5e52] = "\xe2\xda", + [0x5e53] = "\xc0\xaa", [0x5e54] = "\x8f\x49", [0x5e55] = "\x8f\x4a", + [0x5e56] = "\xc1\xce", [0x5e57] = "\x8f\x4b", [0x5e58] = "\x8f\x4c", + [0x5e59] = "\x8f\x4d", [0x5e5a] = "\x8f\x4e", [0x5e5b] = "\xe2\xdc", + [0x5e5c] = "\x8f\x4f", [0x5e5d] = "\x8f\x50", [0x5e5e] = "\x8f\x51", + [0x5e5f] = "\x8f\x52", [0x5e60] = "\x8f\x53", [0x5e61] = "\x8f\x54", + [0x5e62] = "\x8f\x55", [0x5e63] = "\x8f\x56", [0x5e64] = "\x8f\x57", + [0x5e65] = "\x8f\x58", [0x5e66] = "\x8f\x59", [0x5e67] = "\x8f\x5a", + [0x5e68] = "\xe2\xdd", [0x5e69] = "\x8f\x5b", [0x5e6a] = "\xe2\xde", + [0x5e6b] = "\x8f\x5c", [0x5e6c] = "\x8f\x5d", [0x5e6d] = "\x8f\x5e", + [0x5e6e] = "\x8f\x5f", [0x5e6f] = "\x8f\x60", [0x5e70] = "\x8f\x61", + [0x5e71] = "\x8f\x62", [0x5e72] = "\x8f\x63", [0x5e73] = "\x8f\x64", + [0x5e74] = "\xdb\xc8", [0x5e75] = "\x8f\x65", [0x5e76] = "\xd1\xd3", + [0x5e77] = "\xcd\xa2", [0x5e78] = "\x8f\x66", [0x5e79] = "\x8f\x67", + [0x5e7a] = "\xbd\xa8", [0x5e7b] = "\x8f\x68", [0x5e7c] = "\x8f\x69", + [0x5e7d] = "\x8f\x6a", [0x5e7e] = "\xde\xc3", [0x5e7f] = "\xd8\xa5", + [0x5e80] = "\xbf\xaa", [0x5e81] = "\xdb\xcd", [0x5e82] = "\xd2\xec", + [0x5e83] = "\xc6\xfa", [0x5e84] = "\xc5\xaa", [0x5e85] = "\x8f\x6b", + [0x5e86] = "\x8f\x6c", [0x5e87] = "\x8f\x6d", [0x5e88] = "\xde\xc4", + [0x5e89] = "\x8f\x6e", [0x5e8a] = "\xb1\xd7", [0x5e8b] = "\xdf\xae", + [0x5e8c] = "\x8f\x6f", [0x5e8d] = "\x8f\x70", [0x5e8e] = "\x8f\x71", + [0x5e8f] = "\xca\xbd", [0x5e90] = "\x8f\x72", [0x5e91] = "\xdf\xb1", + [0x5e92] = "\x8f\x73", [0x5e93] = "\xb9\xad", [0x5e94] = "\x8f\x74", + [0x5e95] = "\xd2\xfd", [0x5e96] = "\x8f\x75", [0x5e97] = "\xb8\xa5", + [0x5e98] = "\xba\xeb", [0x5e99] = "\x8f\x76", [0x5e9a] = "\x8f\x77", + [0x5e9b] = "\xb3\xda", [0x5e9c] = "\x8f\x78", [0x5e9d] = "\x8f\x79", + [0x5e9e] = "\x8f\x7a", [0x5e9f] = "\xb5\xdc", [0x5ea0] = "\xd5\xc5", + [0x5ea1] = "\x8f\x7b", [0x5ea2] = "\x8f\x7c", [0x5ea3] = "\x8f\x7d", + [0x5ea4] = "\x8f\x7e", [0x5ea5] = "\xc3\xd6", [0x5ea6] = "\xcf\xd2", + [0x5ea7] = "\xbb\xa1", [0x5ea8] = "\x8f\x80", [0x5ea9] = "\xe5\xf3", + [0x5eaa] = "\xe5\xf2", [0x5eab] = "\x8f\x81", [0x5eac] = "\x8f\x82", + [0x5ead] = "\xe5\xf4", [0x5eae] = "\x8f\x83", [0x5eaf] = "\xcd\xe4", + [0x5eb0] = "\x8f\x84", [0x5eb1] = "\xc8\xf5", [0x5eb2] = "\x8f\x85", + [0x5eb3] = "\x8f\x86", [0x5eb4] = "\x8f\x87", [0x5eb5] = "\x8f\x88", + [0x5eb6] = "\x8f\x89", [0x5eb7] = "\x8f\x8a", [0x5eb8] = "\x8f\x8b", + [0x5eb9] = "\xb5\xaf", [0x5eba] = "\xc7\xbf", [0x5ebb] = "\x8f\x8c", + [0x5ebc] = "\xe5\xf6", [0x5ebd] = "\x8f\x8d", [0x5ebe] = "\x8f\x8e", + [0x5ebf] = "\x8f\x8f", [0x5ec0] = "\xec\xb0", [0x5ec1] = "\x8f\x90", + [0x5ec2] = "\x8f\x91", [0x5ec3] = "\x8f\x92", [0x5ec4] = "\x8f\x93", + [0x5ec5] = "\x8f\x94", [0x5ec6] = "\x8f\x95", [0x5ec7] = "\x8f\x96", + [0x5ec8] = "\x8f\x97", [0x5ec9] = "\x8f\x98", [0x5eca] = "\x8f\x99", + [0x5ecb] = "\x8f\x9a", [0x5ecc] = "\x8f\x9b", [0x5ecd] = "\x8f\x9c", + [0x5ece] = "\x8f\x9d", [0x5ecf] = "\x8f\x9e", [0x5ed0] = "\xe5\xe6", + [0x5ed1] = "\x8f\x9f", [0x5ed2] = "\xb9\xe9", [0x5ed3] = "\xb5\xb1", + [0x5ed4] = "\x8f\xa0", [0x5ed5] = "\xc2\xbc", [0x5ed6] = "\xe5\xe8", + [0x5ed7] = "\xe5\xe7", [0x5ed8] = "\xe5\xe9", [0x5ed9] = "\x8f\xa1", + [0x5eda] = "\x8f\xa2", [0x5edb] = "\x8f\xa3", [0x5edc] = "\x8f\xa4", + [0x5edd] = "\xd2\xcd", [0x5ede] = "\x8f\xa5", [0x5edf] = "\x8f\xa6", + [0x5ee0] = "\x8f\xa7", [0x5ee1] = "\xe1\xea", [0x5ee2] = "\xd0\xce", + [0x5ee3] = "\x8f\xa8", [0x5ee4] = "\xcd\xae", [0x5ee5] = "\x8f\xa9", + [0x5ee6] = "\xd1\xe5", [0x5ee7] = "\x8f\xaa", [0x5ee8] = "\x8f\xab", + [0x5ee9] = "\xb2\xca", [0x5eea] = "\xb1\xeb", [0x5eeb] = "\x8f\xac", + [0x5eec] = "\xb1\xf2", [0x5eed] = "\xc5\xed", [0x5eee] = "\x8f\xad", + [0x5eef] = "\x8f\xae", [0x5ef0] = "\xd5\xc3", [0x5ef1] = "\xd3\xb0", + [0x5ef2] = "\x8f\xaf", [0x5ef3] = "\xe1\xdc", [0x5ef4] = "\x8f\xb0", + [0x5ef5] = "\x8f\xb1", [0x5ef6] = "\x8f\xb2", [0x5ef7] = "\xe1\xdd", + [0x5ef8] = "\x8f\xb3", [0x5ef9] = "\xd2\xdb", [0x5efa] = "\x8f\xb4", + [0x5efb] = "\xb3\xb9", [0x5efc] = "\xb1\xcb", [0x5efd] = "\x8f\xb5", + [0x5efe] = "\x8f\xb6", [0x5eff] = "\x8f\xb7", [0x5f00] = "\xcd\xf9", + [0x5f01] = "\xd5\xf7", [0x5f02] = "\xe1\xde", [0x5f03] = "\x8f\xb8", + [0x5f04] = "\xbe\xb6", [0x5f05] = "\xb4\xfd", [0x5f06] = "\x8f\xb9", + [0x5f07] = "\xe1\xdf", [0x5f08] = "\xba\xdc", [0x5f09] = "\xe1\xe0", + [0x5f0a] = "\xbb\xb2", [0x5f0b] = "\xc2\xc9", [0x5f0c] = "\xe1\xe1", + [0x5f0d] = "\x8f\xba", [0x5f0e] = "\x8f\xbb", [0x5f0f] = "\x8f\xbc", + [0x5f10] = "\xd0\xec", [0x5f11] = "\x8f\xbd", [0x5f12] = "\xcd\xbd", + [0x5f13] = "\x8f\xbe", [0x5f14] = "\x8f\xbf", [0x5f15] = "\xe1\xe2", + [0x5f16] = "\x8f\xc0", [0x5f17] = "\xb5\xc3", [0x5f18] = "\xc5\xc7", + [0x5f19] = "\xe1\xe3", [0x5f1a] = "\x8f\xc1", [0x5f1b] = "\x8f\xc2", + [0x5f1c] = "\xe1\xe4", [0x5f1d] = "\x8f\xc3", [0x5f1e] = "\x8f\xc4", + [0x5f1f] = "\x8f\xc5", [0x5f20] = "\x8f\xc6", [0x5f21] = "\xd3\xf9", + [0x5f22] = "\x8f\xc7", [0x5f23] = "\x8f\xc8", [0x5f24] = "\x8f\xc9", + [0x5f25] = "\x8f\xca", [0x5f26] = "\x8f\xcb", [0x5f27] = "\x8f\xcc", + [0x5f28] = "\xe1\xe5", [0x5f29] = "\x8f\xcd", [0x5f2a] = "\xd1\xad", + [0x5f2b] = "\x8f\xce", [0x5f2c] = "\x8f\xcf", [0x5f2d] = "\xe1\xe6", + [0x5f2e] = "\xce\xa2", [0x5f2f] = "\x8f\xd0", [0x5f30] = "\x8f\xd1", + [0x5f31] = "\x8f\xd2", [0x5f32] = "\x8f\xd3", [0x5f33] = "\x8f\xd4", + [0x5f34] = "\x8f\xd5", [0x5f35] = "\xe1\xe7", [0x5f36] = "\x8f\xd6", + [0x5f37] = "\xb5\xc2", [0x5f38] = "\x8f\xd7", [0x5f39] = "\x8f\xd8", + [0x5f3a] = "\x8f\xd9", [0x5f3b] = "\x8f\xda", [0x5f3c] = "\xe1\xe8", + [0x5f3d] = "\xbb\xd5", [0x5f3e] = "\x8f\xdb", [0x5f3f] = "\x8f\xdc", + [0x5f40] = "\x8f\xdd", [0x5f41] = "\x8f\xde", [0x5f42] = "\x8f\xdf", + [0x5f43] = "\xd0\xc4", [0x5f44] = "\xe2\xe0", [0x5f45] = "\xb1\xd8", + [0x5f46] = "\xd2\xe4", [0x5f47] = "\x8f\xe0", [0x5f48] = "\x8f\xe1", + [0x5f49] = "\xe2\xe1", [0x5f4a] = "\x8f\xe2", [0x5f4b] = "\x8f\xe3", + [0x5f4c] = "\xbc\xc9", [0x5f4d] = "\xc8\xcc", [0x5f4e] = "\x8f\xe4", + [0x5f4f] = "\xe2\xe3", [0x5f50] = "\xec\xfe", [0x5f51] = "\xec\xfd", + [0x5f52] = "\xdf\xaf", [0x5f53] = "\x8f\xe5", [0x5f54] = "\x8f\xe6", + [0x5f55] = "\x8f\xe7", [0x5f56] = "\xe2\xe2", [0x5f57] = "\xd6\xbe", + [0x5f58] = "\xcd\xfc", [0x5f59] = "\xc3\xa6", [0x5f5a] = "\x8f\xe8", + [0x5f5b] = "\x8f\xe9", [0x5f5c] = "\x8f\xea", [0x5f5d] = "\xe3\xc3", + [0x5f5e] = "\x8f\xeb", [0x5f5f] = "\x8f\xec", [0x5f60] = "\xd6\xd2", + [0x5f61] = "\xe2\xe7", [0x5f62] = "\x8f\xed", [0x5f63] = "\x8f\xee", + [0x5f64] = "\xe2\xe8", [0x5f65] = "\x8f\xef", [0x5f66] = "\x8f\xf0", + [0x5f67] = "\xd3\xc7", [0x5f68] = "\x8f\xf1", [0x5f69] = "\x8f\xf2", + [0x5f6a] = "\xe2\xec", [0x5f6b] = "\xbf\xec", [0x5f6c] = "\x8f\xf3", + [0x5f6d] = "\xe2\xed", [0x5f6e] = "\xe2\xe5", [0x5f6f] = "\x8f\xf4", + [0x5f70] = "\x8f\xf5", [0x5f71] = "\xb3\xc0", [0x5f72] = "\x8f\xf6", + [0x5f73] = "\x8f\xf7", [0x5f74] = "\x8f\xf8", [0x5f75] = "\xc4\xee", + [0x5f76] = "\x8f\xf9", [0x5f77] = "\x8f\xfa", [0x5f78] = "\xe2\xee", + [0x5f79] = "\x8f\xfb", [0x5f7a] = "\x8f\xfc", [0x5f7b] = "\xd0\xc3", + [0x5f7c] = "\x8f\xfd", [0x5f7d] = "\xba\xf6", [0x5f7e] = "\xe2\xe9", + [0x5f7f] = "\xb7\xde", [0x5f80] = "\xbb\xb3", [0x5f81] = "\xcc\xac", + [0x5f82] = "\xcb\xcb", [0x5f83] = "\xe2\xe4", [0x5f84] = "\xe2\xe6", + [0x5f85] = "\xe2\xea", [0x5f86] = "\xe2\xeb", [0x5f87] = "\x8f\xfe", + [0x5f88] = "\x90\x40", [0x5f89] = "\x90\x41", [0x5f8a] = "\xe2\xf7", + [0x5f8b] = "\x90\x42", [0x5f8c] = "\x90\x43", [0x5f8d] = "\xe2\xf4", + [0x5f8e] = "\xd4\xf5", [0x5f8f] = "\xe2\xf3", [0x5f90] = "\x90\x44", + [0x5f91] = "\x90\x45", [0x5f92] = "\xc5\xad", [0x5f93] = "\x90\x46", + [0x5f94] = "\xd5\xfa", [0x5f95] = "\xc5\xc2", [0x5f96] = "\xb2\xc0", + [0x5f97] = "\x90\x47", [0x5f98] = "\x90\x48", [0x5f99] = "\xe2\xef", + [0x5f9a] = "\x90\x49", [0x5f9b] = "\xe2\xf2", [0x5f9c] = "\xc1\xaf", + [0x5f9d] = "\xcb\xbc", [0x5f9e] = "\x90\x4a", [0x5f9f] = "\x90\x4b", + [0x5fa0] = "\xb5\xa1", [0x5fa1] = "\xe2\xf9", [0x5fa2] = "\x90\x4c", + [0x5fa3] = "\x90\x4d", [0x5fa4] = "\x90\x4e", [0x5fa5] = "\xbc\xb1", + [0x5fa6] = "\xe2\xf1", [0x5fa7] = "\xd0\xd4", [0x5fa8] = "\xd4\xb9", + [0x5fa9] = "\xe2\xf5", [0x5faa] = "\xb9\xd6", [0x5fab] = "\xe2\xf6", + [0x5fac] = "\x90\x4f", [0x5fad] = "\x90\x50", [0x5fae] = "\x90\x51", + [0x5faf] = "\xc7\xd3", [0x5fb0] = "\x90\x52", [0x5fb1] = "\x90\x53", + [0x5fb2] = "\x90\x54", [0x5fb3] = "\x90\x55", [0x5fb4] = "\x90\x56", + [0x5fb5] = "\xe2\xf0", [0x5fb6] = "\x90\x57", [0x5fb7] = "\x90\x58", + [0x5fb8] = "\x90\x59", [0x5fb9] = "\x90\x5a", [0x5fba] = "\x90\x5b", + [0x5fbb] = "\xd7\xdc", [0x5fbc] = "\xed\xa1", [0x5fbd] = "\x90\x5c", + [0x5fbe] = "\x90\x5d", [0x5fbf] = "\xe2\xf8", [0x5fc0] = "\x90\x5e", + [0x5fc1] = "\xed\xa5", [0x5fc2] = "\xe2\xfe", [0x5fc3] = "\xca\xd1", + [0x5fc4] = "\x90\x5f", [0x5fc5] = "\x90\x60", [0x5fc6] = "\x90\x61", + [0x5fc7] = "\x90\x62", [0x5fc8] = "\x90\x63", [0x5fc9] = "\x90\x64", + [0x5fca] = "\x90\x65", [0x5fcb] = "\xc1\xb5", [0x5fcc] = "\x90\x66", + [0x5fcd] = "\xbb\xd0", [0x5fce] = "\x90\x67", [0x5fcf] = "\x90\x68", + [0x5fd0] = "\xbf\xd6", [0x5fd1] = "\x90\x69", [0x5fd2] = "\xba\xe3", + [0x5fd3] = "\x90\x6a", [0x5fd4] = "\x90\x6b", [0x5fd5] = "\xcb\xa1", + [0x5fd6] = "\x90\x6c", [0x5fd7] = "\x90\x6d", [0x5fd8] = "\x90\x6e", + [0x5fd9] = "\xed\xa6", [0x5fda] = "\xed\xa3", [0x5fdb] = "\x90\x6f", + [0x5fdc] = "\x90\x70", [0x5fdd] = "\xed\xa2", [0x5fde] = "\x90\x71", + [0x5fdf] = "\x90\x72", [0x5fe0] = "\x90\x73", [0x5fe1] = "\x90\x74", + [0x5fe2] = "\xbb\xd6", [0x5fe3] = "\xed\xa7", [0x5fe4] = "\xd0\xf4", + [0x5fe5] = "\x90\x75", [0x5fe6] = "\x90\x76", [0x5fe7] = "\xed\xa4", + [0x5fe8] = "\xba\xde", [0x5fe9] = "\xb6\xf7", [0x5fea] = "\xe3\xa1", + [0x5feb] = "\xb6\xb2", [0x5fec] = "\xcc\xf1", [0x5fed] = "\xb9\xa7", + [0x5fee] = "\x90\x77", [0x5fef] = "\xcf\xa2", [0x5ff0] = "\xc7\xa1", + [0x5ff1] = "\x90\x78", [0x5ff2] = "\x90\x79", [0x5ff3] = "\xbf\xd2", + [0x5ff4] = "\x90\x7a", [0x5ff5] = "\x90\x7b", [0x5ff6] = "\xb6\xf1", + [0x5ff7] = "\x90\x7c", [0x5ff8] = "\xe2\xfa", [0x5ff9] = "\xe2\xfb", + [0x5ffa] = "\xe2\xfd", [0x5ffb] = "\xe2\xfc", [0x5ffc] = "\xc4\xd5", + [0x5ffd] = "\xe3\xa2", [0x5ffe] = "\x90\x7d", [0x5fff] = "\xd3\xc1", + [0x6000] = "\x90\x7e", [0x6001] = "\x90\x80", [0x6002] = "\x90\x81", + [0x6003] = "\xe3\xa7", [0x6004] = "\xc7\xc4", [0x6005] = "\x90\x82", + [0x6006] = "\x90\x83", [0x6007] = "\x90\x84", [0x6008] = "\x90\x85", + [0x6009] = "\xcf\xa4", [0x600a] = "\x90\x86", [0x600b] = "\x90\x87", + [0x600c] = "\xe3\xa9", [0x600d] = "\xba\xb7", [0x600e] = "\x90\x88", + [0x600f] = "\x90\x89", [0x6010] = "\x90\x8a", [0x6011] = "\x90\x8b", + [0x6012] = "\xe3\xa8", [0x6013] = "\x90\x8c", [0x6014] = "\xbb\xda", + [0x6015] = "\x90\x8d", [0x6016] = "\xe3\xa3", [0x6017] = "\x90\x8e", + [0x6018] = "\x90\x8f", [0x6019] = "\x90\x90", [0x601a] = "\xe3\xa4", + [0x601b] = "\xe3\xaa", [0x601c] = "\x90\x91", [0x601d] = "\xe3\xa6", + [0x601e] = "\x90\x92", [0x601f] = "\xce\xf2", [0x6020] = "\xd3\xc6", + [0x6021] = "\x90\x93", [0x6022] = "\x90\x94", [0x6023] = "\xbb\xbc", + [0x6024] = "\x90\x95", [0x6025] = "\x90\x96", [0x6026] = "\xd4\xc3", + [0x6027] = "\x90\x97", [0x6028] = "\xc4\xfa", [0x6029] = "\x90\x98", + [0x602a] = "\x90\x99", [0x602b] = "\xed\xa8", [0x602c] = "\xd0\xfc", + [0x602d] = "\xe3\xa5", [0x602e] = "\x90\x9a", [0x602f] = "\xc3\xf5", + [0x6030] = "\x90\x9b", [0x6031] = "\xe3\xad", [0x6032] = "\xb1\xaf", + [0x6033] = "\x90\x9c", [0x6034] = "\xe3\xb2", [0x6035] = "\x90\x9d", + [0x6036] = "\x90\x9e", [0x6037] = "\x90\x9f", [0x6038] = "\xbc\xc2", + [0x6039] = "\x90\xa0", [0x603a] = "\x90\xa1", [0x603b] = "\xe3\xac", + [0x603c] = "\xb5\xbf", [0x603d] = "\x90\xa2", [0x603e] = "\x90\xa3", + [0x603f] = "\x90\xa4", [0x6040] = "\x90\xa5", [0x6041] = "\x90\xa6", + [0x6042] = "\x90\xa7", [0x6043] = "\x90\xa8", [0x6044] = "\x90\xa9", + [0x6045] = "\xc7\xe9", [0x6046] = "\xe3\xb0", [0x6047] = "\x90\xaa", + [0x6048] = "\x90\xab", [0x6049] = "\x90\xac", [0x604a] = "\xbe\xaa", + [0x604b] = "\xcd\xef", [0x604c] = "\x90\xad", [0x604d] = "\x90\xae", + [0x604e] = "\x90\xaf", [0x604f] = "\x90\xb0", [0x6050] = "\x90\xb1", + [0x6051] = "\xbb\xf3", [0x6052] = "\x90\xb2", [0x6053] = "\x90\xb3", + [0x6054] = "\x90\xb4", [0x6055] = "\xcc\xe8", [0x6056] = "\x90\xb5", + [0x6057] = "\x90\xb6", [0x6058] = "\xe3\xaf", [0x6059] = "\x90\xb7", + [0x605a] = "\xe3\xb1", [0x605b] = "\x90\xb8", [0x605c] = "\xcf\xa7", + [0x605d] = "\xe3\xae", [0x605e] = "\x90\xb9", [0x605f] = "\xce\xa9", + [0x6060] = "\xbb\xdd", [0x6061] = "\x90\xba", [0x6062] = "\x90\xbb", + [0x6063] = "\x90\xbc", [0x6064] = "\x90\xbd", [0x6065] = "\x90\xbe", + [0x6066] = "\xb5\xeb", [0x6067] = "\xbe\xe5", [0x6068] = "\xb2\xd2", + [0x6069] = "\xb3\xcd", [0x606a] = "\x90\xbf", [0x606b] = "\xb1\xb9", + [0x606c] = "\xe3\xab", [0x606d] = "\xb2\xd1", [0x606e] = "\xb5\xac", + [0x606f] = "\xb9\xdf", [0x6070] = "\xb6\xe8", [0x6071] = "\x90\xc0", + [0x6072] = "\x90\xc1", [0x6073] = "\xcf\xeb", [0x6074] = "\xe3\xb7", + [0x6075] = "\x90\xc2", [0x6076] = "\xbb\xcc", [0x6077] = "\x90\xc3", + [0x6078] = "\x90\xc4", [0x6079] = "\xc8\xc7", [0x607a] = "\xd0\xca", + [0x607b] = "\x90\xc5", [0x607c] = "\x90\xc6", [0x607d] = "\x90\xc7", + [0x607e] = "\x90\xc8", [0x607f] = "\x90\xc9", [0x6080] = "\xe3\xb8", + [0x6081] = "\xb3\xee", [0x6082] = "\x90\xca", [0x6083] = "\x90\xcb", + [0x6084] = "\x90\xcc", [0x6085] = "\x90\xcd", [0x6086] = "\xed\xa9", + [0x6087] = "\x90\xce", [0x6088] = "\xd3\xfa", [0x6089] = "\xd3\xe4", + [0x608a] = "\x90\xcf", [0x608b] = "\x90\xd0", [0x608c] = "\x90\xd1", + [0x608d] = "\xed\xaa", [0x608e] = "\xe3\xb9", [0x608f] = "\xd2\xe2", + [0x6090] = "\x90\xd2", [0x6091] = "\x90\xd3", [0x6092] = "\x90\xd4", + [0x6093] = "\x90\xd5", [0x6094] = "\x90\xd6", [0x6095] = "\xe3\xb5", + [0x6096] = "\x90\xd7", [0x6097] = "\x90\xd8", [0x6098] = "\x90\xd9", + [0x6099] = "\x90\xda", [0x609a] = "\xd3\xde", [0x609b] = "\x90\xdb", + [0x609c] = "\x90\xdc", [0x609d] = "\x90\xdd", [0x609e] = "\x90\xde", + [0x609f] = "\xb8\xd0", [0x60a0] = "\xe3\xb3", [0x60a1] = "\x90\xdf", + [0x60a2] = "\x90\xe0", [0x60a3] = "\xe3\xb6", [0x60a4] = "\xb7\xdf", + [0x60a5] = "\x90\xe1", [0x60a6] = "\xe3\xb4", [0x60a7] = "\xc0\xa2", + [0x60a8] = "\x90\xe2", [0x60a9] = "\x90\xe3", [0x60aa] = "\x90\xe4", + [0x60ab] = "\xe3\xba", [0x60ac] = "\x90\xe5", [0x60ad] = "\x90\xe6", + [0x60ae] = "\x90\xe7", [0x60af] = "\x90\xe8", [0x60b0] = "\x90\xe9", + [0x60b1] = "\x90\xea", [0x60b2] = "\x90\xeb", [0x60b3] = "\x90\xec", + [0x60b4] = "\x90\xed", [0x60b5] = "\x90\xee", [0x60b6] = "\x90\xef", + [0x60b7] = "\x90\xf0", [0x60b8] = "\x90\xf1", [0x60b9] = "\x90\xf2", + [0x60ba] = "\x90\xf3", [0x60bb] = "\x90\xf4", [0x60bc] = "\x90\xf5", + [0x60bd] = "\x90\xf6", [0x60be] = "\x90\xf7", [0x60bf] = "\xd4\xb8", + [0x60c0] = "\x90\xf8", [0x60c1] = "\x90\xf9", [0x60c2] = "\x90\xfa", + [0x60c3] = "\x90\xfb", [0x60c4] = "\x90\xfc", [0x60c5] = "\x90\xfd", + [0x60c6] = "\x90\xfe", [0x60c7] = "\x91\x40", [0x60c8] = "\xb4\xc8", + [0x60c9] = "\x91\x41", [0x60ca] = "\xe3\xbb", [0x60cb] = "\x91\x42", + [0x60cc] = "\xbb\xc5", [0x60cd] = "\x91\x43", [0x60ce] = "\xc9\xf7", + [0x60cf] = "\x91\x44", [0x60d0] = "\x91\x45", [0x60d1] = "\xc9\xe5", + [0x60d2] = "\x91\x46", [0x60d3] = "\x91\x47", [0x60d4] = "\x91\x48", + [0x60d5] = "\xc4\xbd", [0x60d6] = "\x91\x49", [0x60d7] = "\x91\x4a", + [0x60d8] = "\x91\x4b", [0x60d9] = "\x91\x4c", [0x60da] = "\x91\x4d", + [0x60db] = "\x91\x4e", [0x60dc] = "\x91\x4f", [0x60dd] = "\xed\xab", + [0x60de] = "\x91\x50", [0x60df] = "\x91\x51", [0x60e0] = "\x91\x52", + [0x60e1] = "\x91\x53", [0x60e2] = "\xc2\xfd", [0x60e3] = "\x91\x54", + [0x60e4] = "\x91\x55", [0x60e5] = "\x91\x56", [0x60e6] = "\x91\x57", + [0x60e7] = "\xbb\xdb", [0x60e8] = "\xbf\xae", [0x60e9] = "\x91\x58", + [0x60ea] = "\x91\x59", [0x60eb] = "\x91\x5a", [0x60ec] = "\x91\x5b", + [0x60ed] = "\x91\x5c", [0x60ee] = "\x91\x5d", [0x60ef] = "\x91\x5e", + [0x60f0] = "\xce\xbf", [0x60f1] = "\x91\x5f", [0x60f2] = "\x91\x60", + [0x60f3] = "\x91\x61", [0x60f4] = "\x91\x62", [0x60f5] = "\xe3\xbc", + [0x60f6] = "\x91\x63", [0x60f7] = "\xbf\xb6", [0x60f8] = "\x91\x64", + [0x60f9] = "\x91\x65", [0x60fa] = "\x91\x66", [0x60fb] = "\x91\x67", + [0x60fc] = "\x91\x68", [0x60fd] = "\x91\x69", [0x60fe] = "\x91\x6a", + [0x60ff] = "\x91\x6b", [0x6100] = "\x91\x6c", [0x6101] = "\x91\x6d", + [0x6102] = "\x91\x6e", [0x6103] = "\x91\x6f", [0x6104] = "\x91\x70", + [0x6105] = "\x91\x71", [0x6106] = "\x91\x72", [0x6107] = "\x91\x73", + [0x6108] = "\x91\x74", [0x6109] = "\x91\x75", [0x610a] = "\x91\x76", + [0x610b] = "\xb1\xef", [0x610c] = "\x91\x77", [0x610d] = "\x91\x78", + [0x610e] = "\xd4\xf7", [0x610f] = "\x91\x79", [0x6110] = "\x91\x7a", + [0x6111] = "\x91\x7b", [0x6112] = "\x91\x7c", [0x6113] = "\x91\x7d", + [0x6114] = "\xe3\xbe", [0x6115] = "\x91\x7e", [0x6116] = "\x91\x80", + [0x6117] = "\x91\x81", [0x6118] = "\x91\x82", [0x6119] = "\x91\x83", + [0x611a] = "\x91\x84", [0x611b] = "\x91\x85", [0x611c] = "\x91\x86", + [0x611d] = "\xed\xad", [0x611e] = "\x91\x87", [0x611f] = "\x91\x88", + [0x6120] = "\x91\x89", [0x6121] = "\x91\x8a", [0x6122] = "\x91\x8b", + [0x6123] = "\x91\x8c", [0x6124] = "\x91\x8d", [0x6125] = "\x91\x8e", + [0x6126] = "\x91\x8f", [0x6127] = "\xe3\xbf", [0x6128] = "\xba\xa9", + [0x6129] = "\xed\xac", [0x612a] = "\x91\x90", [0x612b] = "\x91\x91", + [0x612c] = "\xe3\xbd", [0x612d] = "\x91\x92", [0x612e] = "\x91\x93", + [0x612f] = "\x91\x94", [0x6130] = "\x91\x95", [0x6131] = "\x91\x96", + [0x6132] = "\x91\x97", [0x6133] = "\x91\x98", [0x6134] = "\x91\x99", + [0x6135] = "\x91\x9a", [0x6136] = "\x91\x9b", [0x6137] = "\xe3\xc0", + [0x6138] = "\x91\x9c", [0x6139] = "\x91\x9d", [0x613a] = "\x91\x9e", + [0x613b] = "\x91\x9f", [0x613c] = "\x91\xa0", [0x613d] = "\x91\xa1", + [0x613e] = "\xba\xb6", [0x613f] = "\x91\xa2", [0x6140] = "\x91\xa3", + [0x6141] = "\x91\xa4", [0x6142] = "\xb6\xae", [0x6143] = "\x91\xa5", + [0x6144] = "\x91\xa6", [0x6145] = "\x91\xa7", [0x6146] = "\x91\xa8", + [0x6147] = "\x91\xa9", [0x6148] = "\xd0\xb8", [0x6149] = "\x91\xaa", + [0x614a] = "\xb0\xc3", [0x614b] = "\xed\xae", [0x614c] = "\x91\xab", + [0x614d] = "\x91\xac", [0x614e] = "\x91\xad", [0x614f] = "\x91\xae", + [0x6150] = "\x91\xaf", [0x6151] = "\xed\xaf", [0x6152] = "\xc0\xc1", + [0x6153] = "\x91\xb0", [0x6154] = "\xe3\xc1", [0x6155] = "\x91\xb1", + [0x6156] = "\x91\xb2", [0x6157] = "\x91\xb3", [0x6158] = "\x91\xb4", + [0x6159] = "\x91\xb5", [0x615a] = "\x91\xb6", [0x615b] = "\x91\xb7", + [0x615c] = "\x91\xb8", [0x615d] = "\x91\xb9", [0x615e] = "\x91\xba", + [0x615f] = "\x91\xbb", [0x6160] = "\x91\xbc", [0x6161] = "\x91\xbd", + [0x6162] = "\x91\xbe", [0x6163] = "\x91\xbf", [0x6164] = "\x91\xc0", + [0x6165] = "\x91\xc1", [0x6166] = "\xc5\xb3", [0x6167] = "\x91\xc2", + [0x6168] = "\x91\xc3", [0x6169] = "\x91\xc4", [0x616a] = "\x91\xc5", + [0x616b] = "\x91\xc6", [0x616c] = "\x91\xc7", [0x616d] = "\x91\xc8", + [0x616e] = "\x91\xc9", [0x616f] = "\x91\xca", [0x6170] = "\x91\xcb", + [0x6171] = "\x91\xcc", [0x6172] = "\x91\xcd", [0x6173] = "\x91\xce", + [0x6174] = "\x91\xcf", [0x6175] = "\xe3\xc2", [0x6176] = "\x91\xd0", + [0x6177] = "\x91\xd1", [0x6178] = "\x91\xd2", [0x6179] = "\x91\xd3", + [0x617a] = "\x91\xd4", [0x617b] = "\x91\xd5", [0x617c] = "\x91\xd6", + [0x617d] = "\x91\xd7", [0x617e] = "\x91\xd8", [0x617f] = "\xdc\xb2", + [0x6180] = "\x91\xd9", [0x6181] = "\x91\xda", [0x6182] = "\x91\xdb", + [0x6183] = "\x91\xdc", [0x6184] = "\x91\xdd", [0x6185] = "\x91\xde", + [0x6186] = "\xed\xb0", [0x6187] = "\x91\xdf", [0x6188] = "\xb8\xea", + [0x6189] = "\x91\xe0", [0x618a] = "\xce\xec", [0x618b] = "\xea\xa7", + [0x618c] = "\xd0\xe7", [0x618d] = "\xca\xf9", [0x618e] = "\xc8\xd6", + [0x618f] = "\xcf\xb7", [0x6190] = "\xb3\xc9", [0x6191] = "\xce\xd2", + [0x6192] = "\xbd\xe4", [0x6193] = "\x91\xe1", [0x6194] = "\x91\xe2", + [0x6195] = "\xe3\xde", [0x6196] = "\xbb\xf2", [0x6197] = "\xea\xa8", + [0x6198] = "\xd5\xbd", [0x6199] = "\x91\xe3", [0x619a] = "\xc6\xdd", + [0x619b] = "\xea\xa9", [0x619c] = "\x91\xe4", [0x619d] = "\x91\xe5", + [0x619e] = "\x91\xe6", [0x619f] = "\xea\xaa", [0x61a0] = "\x91\xe7", + [0x61a1] = "\xea\xac", [0x61a2] = "\xea\xab", [0x61a3] = "\x91\xe8", + [0x61a4] = "\xea\xae", [0x61a5] = "\xea\xad", [0x61a6] = "\x91\xe9", + [0x61a7] = "\x91\xea", [0x61a8] = "\x91\xeb", [0x61a9] = "\x91\xec", + [0x61aa] = "\xbd\xd8", [0x61ab] = "\x91\xed", [0x61ac] = "\xea\xaf", + [0x61ad] = "\x91\xee", [0x61ae] = "\xc2\xbe", [0x61af] = "\x91\xef", + [0x61b0] = "\x91\xf0", [0x61b1] = "\x91\xf1", [0x61b2] = "\x91\xf2", + [0x61b3] = "\xb4\xc1", [0x61b4] = "\xb4\xf7", [0x61b5] = "\x91\xf3", + [0x61b6] = "\x91\xf4", [0x61b7] = "\xbb\xa7", [0x61b8] = "\x91\xf5", + [0x61b9] = "\x91\xf6", [0x61ba] = "\x91\xf7", [0x61bb] = "\x91\xf8", + [0x61bc] = "\x91\xf9", [0x61bd] = "\xec\xe6", [0x61be] = "\xec\xe5", + [0x61bf] = "\xb7\xbf", [0x61c0] = "\xcb\xf9", [0x61c1] = "\xb1\xe2", + [0x61c2] = "\x91\xfa", [0x61c3] = "\xec\xe7", [0x61c4] = "\x91\xfb", + [0x61c5] = "\x91\xfc", [0x61c6] = "\x91\xfd", [0x61c7] = "\xc9\xc8", + [0x61c8] = "\xec\xe8", [0x61c9] = "\xec\xe9", [0x61ca] = "\x91\xfe", + [0x61cb] = "\xca\xd6", [0x61cc] = "\xde\xd0", [0x61cd] = "\xb2\xc5", + [0x61ce] = "\xd4\xfa", [0x61cf] = "\x92\x40", [0x61d0] = "\x92\x41", + [0x61d1] = "\xc6\xcb", [0x61d2] = "\xb0\xc7", [0x61d3] = "\xb4\xf2", + [0x61d4] = "\xc8\xd3", [0x61d5] = "\x92\x42", [0x61d6] = "\x92\x43", + [0x61d7] = "\x92\x44", [0x61d8] = "\xcd\xd0", [0x61d9] = "\x92\x45", + [0x61da] = "\x92\x46", [0x61db] = "\xbf\xb8", [0x61dc] = "\x92\x47", + [0x61dd] = "\x92\x48", [0x61de] = "\x92\x49", [0x61df] = "\x92\x4a", + [0x61e0] = "\x92\x4b", [0x61e1] = "\x92\x4c", [0x61e2] = "\x92\x4d", + [0x61e3] = "\xbf\xdb", [0x61e4] = "\x92\x4e", [0x61e5] = "\x92\x4f", + [0x61e6] = "\xc7\xa4", [0x61e7] = "\xd6\xb4", [0x61e8] = "\x92\x50", + [0x61e9] = "\xc0\xa9", [0x61ea] = "\xde\xd1", [0x61eb] = "\xc9\xa8", + [0x61ec] = "\xd1\xef", [0x61ed] = "\xc5\xa4", [0x61ee] = "\xb0\xe7", + [0x61ef] = "\xb3\xb6", [0x61f0] = "\xc8\xc5", [0x61f1] = "\x92\x51", + [0x61f2] = "\x92\x52", [0x61f3] = "\xb0\xe2", [0x61f4] = "\x92\x53", + [0x61f5] = "\x92\x54", [0x61f6] = "\xb7\xf6", [0x61f7] = "\x92\x55", + [0x61f8] = "\x92\x56", [0x61f9] = "\xc5\xfa", [0x61fa] = "\x92\x57", + [0x61fb] = "\x92\x58", [0x61fc] = "\xb6\xf3", [0x61fd] = "\x92\x59", + [0x61fe] = "\xd5\xd2", [0x61ff] = "\xb3\xd0", [0x6200] = "\xbc\xbc", + [0x6201] = "\x92\x5a", [0x6202] = "\x92\x5b", [0x6203] = "\x92\x5c", + [0x6204] = "\xb3\xad", [0x6205] = "\x92\x5d", [0x6206] = "\x92\x5e", + [0x6207] = "\x92\x5f", [0x6208] = "\x92\x60", [0x6209] = "\xbe\xf1", + [0x620a] = "\xb0\xd1", [0x620b] = "\x92\x61", [0x620c] = "\x92\x62", + [0x620d] = "\x92\x63", [0x620e] = "\x92\x64", [0x620f] = "\x92\x65", + [0x6210] = "\x92\x66", [0x6211] = "\xd2\xd6", [0x6212] = "\xca\xe3", + [0x6213] = "\xd7\xa5", [0x6214] = "\x92\x67", [0x6215] = "\xcd\xb6", + [0x6216] = "\xb6\xb6", [0x6217] = "\xbf\xb9", [0x6218] = "\xd5\xdb", + [0x6219] = "\x92\x68", [0x621a] = "\xb8\xa7", [0x621b] = "\xc5\xd7", + [0x621c] = "\x92\x69", [0x621d] = "\x92\x6a", [0x621e] = "\x92\x6b", + [0x621f] = "\xde\xd2", [0x6220] = "\xbf\xd9", [0x6221] = "\xc2\xd5", + [0x6222] = "\xc7\xc0", [0x6223] = "\x92\x6c", [0x6224] = "\xbb\xa4", + [0x6225] = "\xb1\xa8", [0x6226] = "\x92\x6d", [0x6227] = "\x92\x6e", + [0x6228] = "\xc5\xea", [0x6229] = "\x92\x6f", [0x622a] = "\x92\x70", + [0x622b] = "\xc5\xfb", [0x622c] = "\xcc\xa7", [0x622d] = "\x92\x71", + [0x622e] = "\x92\x72", [0x622f] = "\x92\x73", [0x6230] = "\x92\x74", + [0x6231] = "\xb1\xa7", [0x6232] = "\x92\x75", [0x6233] = "\x92\x76", + [0x6234] = "\x92\x77", [0x6235] = "\xb5\xd6", [0x6236] = "\x92\x78", + [0x6237] = "\x92\x79", [0x6238] = "\x92\x7a", [0x6239] = "\xc4\xa8", + [0x623a] = "\x92\x7b", [0x623b] = "\xde\xd3", [0x623c] = "\xd1\xba", + [0x623d] = "\xb3\xe9", [0x623e] = "\x92\x7c", [0x623f] = "\xc3\xf2", + [0x6240] = "\x92\x7d", [0x6241] = "\x92\x7e", [0x6242] = "\xb7\xf7", + [0x6243] = "\x92\x80", [0x6244] = "\xd6\xf4", [0x6245] = "\xb5\xa3", + [0x6246] = "\xb2\xf0", [0x6247] = "\xc4\xb4", [0x6248] = "\xc4\xe9", + [0x6249] = "\xc0\xad", [0x624a] = "\xde\xd4", [0x624b] = "\x92\x81", + [0x624c] = "\xb0\xe8", [0x624d] = "\xc5\xc4", [0x624e] = "\xc1\xe0", + [0x624f] = "\x92\x82", [0x6250] = "\xb9\xd5", [0x6251] = "\x92\x83", + [0x6252] = "\xbe\xdc", [0x6253] = "\xcd\xd8", [0x6254] = "\xb0\xce", + [0x6255] = "\x92\x84", [0x6256] = "\xcd\xcf", [0x6257] = "\xde\xd6", + [0x6258] = "\xbe\xd0", [0x6259] = "\xd7\xbe", [0x625a] = "\xde\xd5", + [0x625b] = "\xd5\xd0", [0x625c] = "\xb0\xdd", [0x625d] = "\x92\x85", + [0x625e] = "\x92\x86", [0x625f] = "\xc4\xe2", [0x6260] = "\x92\x87", + [0x6261] = "\x92\x88", [0x6262] = "\xc2\xa3", [0x6263] = "\xbc\xf0", + [0x6264] = "\x92\x89", [0x6265] = "\xd3\xb5", [0x6266] = "\xc0\xb9", + [0x6267] = "\xc5\xa1", [0x6268] = "\xb2\xa6", [0x6269] = "\xd4\xf1", + [0x626a] = "\x92\x8a", [0x626b] = "\x92\x8b", [0x626c] = "\xc0\xa8", + [0x626d] = "\xca\xc3", [0x626e] = "\xde\xd7", [0x626f] = "\xd5\xfc", + [0x6270] = "\x92\x8c", [0x6271] = "\xb9\xb0", [0x6272] = "\x92\x8d", + [0x6273] = "\xc8\xad", [0x6274] = "\xcb\xa9", [0x6275] = "\x92\x8e", + [0x6276] = "\xde\xd9", [0x6277] = "\xbf\xbd", [0x6278] = "\x92\x8f", + [0x6279] = "\x92\x90", [0x627a] = "\x92\x91", [0x627b] = "\x92\x92", + [0x627c] = "\xc6\xb4", [0x627d] = "\xd7\xa7", [0x627e] = "\xca\xb0", + [0x627f] = "\xc4\xc3", [0x6280] = "\x92\x93", [0x6281] = "\xb3\xd6", + [0x6282] = "\xb9\xd2", [0x6283] = "\x92\x94", [0x6284] = "\x92\x95", + [0x6285] = "\x92\x96", [0x6286] = "\x92\x97", [0x6287] = "\xd6\xb8", + [0x6288] = "\xea\xfc", [0x6289] = "\xb0\xb4", [0x628a] = "\x92\x98", + [0x628b] = "\x92\x99", [0x628c] = "\x92\x9a", [0x628d] = "\x92\x9b", + [0x628e] = "\xbf\xe6", [0x628f] = "\x92\x9c", [0x6290] = "\x92\x9d", + [0x6291] = "\xcc\xf4", [0x6292] = "\x92\x9e", [0x6293] = "\x92\x9f", + [0x6294] = "\x92\xa0", [0x6295] = "\x92\xa1", [0x6296] = "\xcd\xda", + [0x6297] = "\x92\xa2", [0x6298] = "\x92\xa3", [0x6299] = "\x92\xa4", + [0x629a] = "\xd6\xbf", [0x629b] = "\xc2\xce", [0x629c] = "\x92\xa5", + [0x629d] = "\xce\xce", [0x629e] = "\xcc\xa2", [0x629f] = "\xd0\xae", + [0x62a0] = "\xc4\xd3", [0x62a1] = "\xb5\xb2", [0x62a2] = "\xde\xd8", + [0x62a3] = "\xd5\xf5", [0x62a4] = "\xbc\xb7", [0x62a5] = "\xbb\xd3", + [0x62a6] = "\x92\xa6", [0x62a7] = "\x92\xa7", [0x62a8] = "\xb0\xa4", + [0x62a9] = "\x92\xa8", [0x62aa] = "\xc5\xb2", [0x62ab] = "\xb4\xec", + [0x62ac] = "\x92\xa9", [0x62ad] = "\x92\xaa", [0x62ae] = "\x92\xab", + [0x62af] = "\xd5\xf1", [0x62b0] = "\x92\xac", [0x62b1] = "\x92\xad", + [0x62b2] = "\xea\xfd", [0x62b3] = "\x92\xae", [0x62b4] = "\x92\xaf", + [0x62b5] = "\x92\xb0", [0x62b6] = "\x92\xb1", [0x62b7] = "\x92\xb2", + [0x62b8] = "\x92\xb3", [0x62b9] = "\xde\xda", [0x62ba] = "\xcd\xa6", + [0x62bb] = "\x92\xb4", [0x62bc] = "\x92\xb5", [0x62bd] = "\xcd\xec", + [0x62be] = "\x92\xb6", [0x62bf] = "\x92\xb7", [0x62c0] = "\x92\xb8", + [0x62c1] = "\x92\xb9", [0x62c2] = "\xce\xe6", [0x62c3] = "\xde\xdc", + [0x62c4] = "\x92\xba", [0x62c5] = "\xcd\xb1", [0x62c6] = "\xc0\xa6", + [0x62c7] = "\x92\xbb", [0x62c8] = "\x92\xbc", [0x62c9] = "\xd7\xbd", + [0x62ca] = "\x92\xbd", [0x62cb] = "\xde\xdb", [0x62cc] = "\xb0\xc6", + [0x62cd] = "\xba\xb4", [0x62ce] = "\xc9\xd3", [0x62cf] = "\xc4\xf3", + [0x62d0] = "\xbe\xe8", [0x62d1] = "\x92\xbe", [0x62d2] = "\x92\xbf", + [0x62d3] = "\x92\xc0", [0x62d4] = "\x92\xc1", [0x62d5] = "\xb2\xb6", + [0x62d6] = "\x92\xc2", [0x62d7] = "\x92\xc3", [0x62d8] = "\x92\xc4", + [0x62d9] = "\x92\xc5", [0x62da] = "\x92\xc6", [0x62db] = "\x92\xc7", + [0x62dc] = "\x92\xc8", [0x62dd] = "\x92\xc9", [0x62de] = "\xc0\xcc", + [0x62df] = "\xcb\xf0", [0x62e0] = "\x92\xca", [0x62e1] = "\xbc\xf1", + [0x62e2] = "\xbb\xbb", [0x62e3] = "\xb5\xb7", [0x62e4] = "\x92\xcb", + [0x62e5] = "\x92\xcc", [0x62e6] = "\x92\xcd", [0x62e7] = "\xc5\xf5", + [0x62e8] = "\x92\xce", [0x62e9] = "\xde\xe6", [0x62ea] = "\x92\xcf", + [0x62eb] = "\x92\xd0", [0x62ec] = "\x92\xd1", [0x62ed] = "\xde\xe3", + [0x62ee] = "\xbe\xdd", [0x62ef] = "\x92\xd2", [0x62f0] = "\x92\xd3", + [0x62f1] = "\xde\xdf", [0x62f2] = "\x92\xd4", [0x62f3] = "\x92\xd5", + [0x62f4] = "\x92\xd6", [0x62f5] = "\x92\xd7", [0x62f6] = "\xb4\xb7", + [0x62f7] = "\xbd\xdd", [0x62f8] = "\x92\xd8", [0x62f9] = "\x92\xd9", + [0x62fa] = "\xde\xe0", [0x62fb] = "\xc4\xed", [0x62fc] = "\x92\xda", + [0x62fd] = "\x92\xdb", [0x62fe] = "\x92\xdc", [0x62ff] = "\x92\xdd", + [0x6300] = "\xcf\xc6", [0x6301] = "\x92\xde", [0x6302] = "\xb5\xe0", + [0x6303] = "\x92\xdf", [0x6304] = "\x92\xe0", [0x6305] = "\x92\xe1", + [0x6306] = "\x92\xe2", [0x6307] = "\xb6\xde", [0x6308] = "\xca\xda", + [0x6309] = "\xb5\xf4", [0x630a] = "\xde\xe5", [0x630b] = "\x92\xe3", + [0x630c] = "\xd5\xc6", [0x630d] = "\x92\xe4", [0x630e] = "\xde\xe1", + [0x630f] = "\xcc\xcd", [0x6310] = "\xc6\xfe", [0x6311] = "\x92\xe5", + [0x6312] = "\xc5\xc5", [0x6313] = "\x92\xe6", [0x6314] = "\x92\xe7", + [0x6315] = "\x92\xe8", [0x6316] = "\xd2\xb4", [0x6317] = "\x92\xe9", + [0x6318] = "\xbe\xf2", [0x6319] = "\x92\xea", [0x631a] = "\x92\xeb", + [0x631b] = "\x92\xec", [0x631c] = "\x92\xed", [0x631d] = "\x92\xee", + [0x631e] = "\x92\xef", [0x631f] = "\x92\xf0", [0x6320] = "\xc2\xd3", + [0x6321] = "\x92\xf1", [0x6322] = "\xcc\xbd", [0x6323] = "\xb3\xb8", + [0x6324] = "\x92\xf2", [0x6325] = "\xbd\xd3", [0x6326] = "\x92\xf3", + [0x6327] = "\xbf\xd8", [0x6328] = "\xcd\xc6", [0x6329] = "\xd1\xda", + [0x632a] = "\xb4\xeb", [0x632b] = "\x92\xf4", [0x632c] = "\xde\xe4", + [0x632d] = "\xde\xdd", [0x632e] = "\xde\xe7", [0x632f] = "\x92\xf5", + [0x6330] = "\xea\xfe", [0x6331] = "\x92\xf6", [0x6332] = "\x92\xf7", + [0x6333] = "\xc2\xb0", [0x6334] = "\xde\xe2", [0x6335] = "\x92\xf8", + [0x6336] = "\x92\xf9", [0x6337] = "\xd6\xc0", [0x6338] = "\xb5\xa7", + [0x6339] = "\x92\xfa", [0x633a] = "\xb2\xf4", [0x633b] = "\x92\xfb", + [0x633c] = "\xde\xe8", [0x633d] = "\x92\xfc", [0x633e] = "\xde\xf2", + [0x633f] = "\x92\xfd", [0x6340] = "\x92\xfe", [0x6341] = "\x93\x40", + [0x6342] = "\x93\x41", [0x6343] = "\x93\x42", [0x6344] = "\xde\xed", + [0x6345] = "\x93\x43", [0x6346] = "\xde\xf1", [0x6347] = "\x93\x44", + [0x6348] = "\x93\x45", [0x6349] = "\xc8\xe0", [0x634a] = "\x93\x46", + [0x634b] = "\x93\x47", [0x634c] = "\x93\x48", [0x634d] = "\xd7\xe1", + [0x634e] = "\xde\xef", [0x634f] = "\xc3\xe8", [0x6350] = "\xcc\xe1", + [0x6351] = "\x93\x49", [0x6352] = "\xb2\xe5", [0x6353] = "\x93\x4a", + [0x6354] = "\x93\x4b", [0x6355] = "\x93\x4c", [0x6356] = "\xd2\xbe", + [0x6357] = "\x93\x4d", [0x6358] = "\x93\x4e", [0x6359] = "\x93\x4f", + [0x635a] = "\x93\x50", [0x635b] = "\x93\x51", [0x635c] = "\x93\x52", + [0x635d] = "\x93\x53", [0x635e] = "\xde\xee", [0x635f] = "\x93\x54", + [0x6360] = "\xde\xeb", [0x6361] = "\xce\xd5", [0x6362] = "\x93\x55", + [0x6363] = "\xb4\xa7", [0x6364] = "\x93\x56", [0x6365] = "\x93\x57", + [0x6366] = "\x93\x58", [0x6367] = "\x93\x59", [0x6368] = "\x93\x5a", + [0x6369] = "\xbf\xab", [0x636a] = "\xbe\xbe", [0x636b] = "\x93\x5b", + [0x636c] = "\x93\x5c", [0x636d] = "\xbd\xd2", [0x636e] = "\x93\x5d", + [0x636f] = "\x93\x5e", [0x6370] = "\x93\x5f", [0x6371] = "\x93\x60", + [0x6372] = "\xde\xe9", [0x6373] = "\x93\x61", [0x6374] = "\xd4\xae", + [0x6375] = "\x93\x62", [0x6376] = "\xde\xde", [0x6377] = "\x93\x63", + [0x6378] = "\xde\xea", [0x6379] = "\x93\x64", [0x637a] = "\x93\x65", + [0x637b] = "\x93\x66", [0x637c] = "\x93\x67", [0x637d] = "\xc0\xbf", + [0x637e] = "\x93\x68", [0x637f] = "\xde\xec", [0x6380] = "\xb2\xf3", + [0x6381] = "\xb8\xe9", [0x6382] = "\xc2\xa7", [0x6383] = "\x93\x69", + [0x6384] = "\x93\x6a", [0x6385] = "\xbd\xc1", [0x6386] = "\x93\x6b", + [0x6387] = "\x93\x6c", [0x6388] = "\x93\x6d", [0x6389] = "\x93\x6e", + [0x638a] = "\x93\x6f", [0x638b] = "\xde\xf5", [0x638c] = "\xde\xf8", + [0x638d] = "\x93\x70", [0x638e] = "\x93\x71", [0x638f] = "\xb2\xab", + [0x6390] = "\xb4\xa4", [0x6391] = "\x93\x72", [0x6392] = "\x93\x73", + [0x6393] = "\xb4\xea", [0x6394] = "\xc9\xa6", [0x6395] = "\x93\x74", + [0x6396] = "\x93\x75", [0x6397] = "\x93\x76", [0x6398] = "\x93\x77", + [0x6399] = "\x93\x78", [0x639a] = "\x93\x79", [0x639b] = "\xde\xf6", + [0x639c] = "\xcb\xd1", [0x639d] = "\x93\x7a", [0x639e] = "\xb8\xe3", + [0x639f] = "\x93\x7b", [0x63a0] = "\xde\xf7", [0x63a1] = "\xde\xfa", + [0x63a2] = "\x93\x7c", [0x63a3] = "\x93\x7d", [0x63a4] = "\x93\x7e", + [0x63a5] = "\x93\x80", [0x63a6] = "\xde\xf9", [0x63a7] = "\x93\x81", + [0x63a8] = "\x93\x82", [0x63a9] = "\x93\x83", [0x63aa] = "\xcc\xc2", + [0x63ab] = "\x93\x84", [0x63ac] = "\xb0\xe1", [0x63ad] = "\xb4\xee", + [0x63ae] = "\x93\x85", [0x63af] = "\x93\x86", [0x63b0] = "\x93\x87", + [0x63b1] = "\x93\x88", [0x63b2] = "\x93\x89", [0x63b3] = "\x93\x8a", + [0x63b4] = "\xe5\xba", [0x63b5] = "\x93\x8b", [0x63b6] = "\x93\x8c", + [0x63b7] = "\x93\x8d", [0x63b8] = "\x93\x8e", [0x63b9] = "\x93\x8f", + [0x63ba] = "\xd0\xaf", [0x63bb] = "\x93\x90", [0x63bc] = "\x93\x91", + [0x63bd] = "\xb2\xeb", [0x63be] = "\x93\x92", [0x63bf] = "\xeb\xa1", + [0x63c0] = "\x93\x93", [0x63c1] = "\xde\xf4", [0x63c2] = "\x93\x94", + [0x63c3] = "\x93\x95", [0x63c4] = "\xc9\xe3", [0x63c5] = "\xde\xf3", + [0x63c6] = "\xb0\xda", [0x63c7] = "\xd2\xa1", [0x63c8] = "\xb1\xf7", + [0x63c9] = "\x93\x96", [0x63ca] = "\xcc\xaf", [0x63cb] = "\x93\x97", + [0x63cc] = "\x93\x98", [0x63cd] = "\x93\x99", [0x63ce] = "\x93\x9a", + [0x63cf] = "\x93\x9b", [0x63d0] = "\x93\x9c", [0x63d1] = "\x93\x9d", + [0x63d2] = "\xde\xf0", [0x63d3] = "\x93\x9e", [0x63d4] = "\xcb\xa4", + [0x63d5] = "\x93\x9f", [0x63d6] = "\x93\xa0", [0x63d7] = "\x93\xa1", + [0x63d8] = "\xd5\xaa", [0x63d9] = "\x93\xa2", [0x63da] = "\x93\xa3", + [0x63db] = "\x93\xa4", [0x63dc] = "\x93\xa5", [0x63dd] = "\x93\xa6", + [0x63de] = "\xde\xfb", [0x63df] = "\x93\xa7", [0x63e0] = "\x93\xa8", + [0x63e1] = "\x93\xa9", [0x63e2] = "\x93\xaa", [0x63e3] = "\x93\xab", + [0x63e4] = "\x93\xac", [0x63e5] = "\x93\xad", [0x63e6] = "\x93\xae", + [0x63e7] = "\xb4\xdd", [0x63e8] = "\x93\xaf", [0x63e9] = "\xc4\xa6", + [0x63ea] = "\x93\xb0", [0x63eb] = "\x93\xb1", [0x63ec] = "\x93\xb2", + [0x63ed] = "\xde\xfd", [0x63ee] = "\x93\xb3", [0x63ef] = "\x93\xb4", + [0x63f0] = "\x93\xb5", [0x63f1] = "\x93\xb6", [0x63f2] = "\x93\xb7", + [0x63f3] = "\x93\xb8", [0x63f4] = "\x93\xb9", [0x63f5] = "\x93\xba", + [0x63f6] = "\x93\xbb", [0x63f7] = "\x93\xbc", [0x63f8] = "\xc3\xfe", + [0x63f9] = "\xc4\xa1", [0x63fa] = "\xdf\xa1", [0x63fb] = "\x93\xbd", + [0x63fc] = "\x93\xbe", [0x63fd] = "\x93\xbf", [0x63fe] = "\x93\xc0", + [0x63ff] = "\x93\xc1", [0x6400] = "\x93\xc2", [0x6401] = "\x93\xc3", + [0x6402] = "\xc1\xcc", [0x6403] = "\x93\xc4", [0x6404] = "\xde\xfc", + [0x6405] = "\xbe\xef", [0x6406] = "\x93\xc5", [0x6407] = "\xc6\xb2", + [0x6408] = "\x93\xc6", [0x6409] = "\x93\xc7", [0x640a] = "\x93\xc8", + [0x640b] = "\x93\xc9", [0x640c] = "\x93\xca", [0x640d] = "\x93\xcb", + [0x640e] = "\x93\xcc", [0x640f] = "\x93\xcd", [0x6410] = "\x93\xce", + [0x6411] = "\xb3\xc5", [0x6412] = "\xc8\xf6", [0x6413] = "\x93\xcf", + [0x6414] = "\x93\xd0", [0x6415] = "\xcb\xba", [0x6416] = "\xde\xfe", + [0x6417] = "\x93\xd1", [0x6418] = "\x93\xd2", [0x6419] = "\xdf\xa4", + [0x641a] = "\x93\xd3", [0x641b] = "\x93\xd4", [0x641c] = "\x93\xd5", + [0x641d] = "\x93\xd6", [0x641e] = "\xd7\xb2", [0x641f] = "\x93\xd7", + [0x6420] = "\x93\xd8", [0x6421] = "\x93\xd9", [0x6422] = "\x93\xda", + [0x6423] = "\x93\xdb", [0x6424] = "\xb3\xb7", [0x6425] = "\x93\xdc", + [0x6426] = "\x93\xdd", [0x6427] = "\x93\xde", [0x6428] = "\x93\xdf", + [0x6429] = "\xc1\xc3", [0x642a] = "\x93\xe0", [0x642b] = "\x93\xe1", + [0x642c] = "\xc7\xcb", [0x642d] = "\xb2\xa5", [0x642e] = "\xb4\xe9", + [0x642f] = "\x93\xe2", [0x6430] = "\xd7\xab", [0x6431] = "\x93\xe3", + [0x6432] = "\x93\xe4", [0x6433] = "\x93\xe5", [0x6434] = "\x93\xe6", + [0x6435] = "\xc4\xec", [0x6436] = "\x93\xe7", [0x6437] = "\xdf\xa2", + [0x6438] = "\xdf\xa3", [0x6439] = "\x93\xe8", [0x643a] = "\xdf\xa5", + [0x643b] = "\x93\xe9", [0x643c] = "\xba\xb3", [0x643d] = "\x93\xea", + [0x643e] = "\x93\xeb", [0x643f] = "\x93\xec", [0x6440] = "\xdf\xa6", + [0x6441] = "\x93\xed", [0x6442] = "\xc0\xde", [0x6443] = "\x93\xee", + [0x6444] = "\x93\xef", [0x6445] = "\xc9\xc3", [0x6446] = "\x93\xf0", + [0x6447] = "\x93\xf1", [0x6448] = "\x93\xf2", [0x6449] = "\x93\xf3", + [0x644a] = "\x93\xf4", [0x644b] = "\x93\xf5", [0x644c] = "\x93\xf6", + [0x644d] = "\xb2\xd9", [0x644e] = "\xc7\xe6", [0x644f] = "\x93\xf7", + [0x6450] = "\xdf\xa7", [0x6451] = "\x93\xf8", [0x6452] = "\xc7\xdc", + [0x6453] = "\x93\xf9", [0x6454] = "\x93\xfa", [0x6455] = "\x93\xfb", + [0x6456] = "\x93\xfc", [0x6457] = "\xdf\xa8", [0x6458] = "\xeb\xa2", + [0x6459] = "\x93\xfd", [0x645a] = "\x93\xfe", [0x645b] = "\x94\x40", + [0x645c] = "\x94\x41", [0x645d] = "\x94\x42", [0x645e] = "\xcb\xd3", + [0x645f] = "\x94\x43", [0x6460] = "\x94\x44", [0x6461] = "\x94\x45", + [0x6462] = "\xdf\xaa", [0x6463] = "\x94\x46", [0x6464] = "\xdf\xa9", + [0x6465] = "\x94\x47", [0x6466] = "\xb2\xc1", [0x6467] = "\x94\x48", + [0x6468] = "\x94\x49", [0x6469] = "\x94\x4a", [0x646a] = "\x94\x4b", + [0x646b] = "\x94\x4c", [0x646c] = "\x94\x4d", [0x646d] = "\x94\x4e", + [0x646e] = "\x94\x4f", [0x646f] = "\x94\x50", [0x6470] = "\x94\x51", + [0x6471] = "\x94\x52", [0x6472] = "\x94\x53", [0x6473] = "\x94\x54", + [0x6474] = "\x94\x55", [0x6475] = "\x94\x56", [0x6476] = "\x94\x57", + [0x6477] = "\x94\x58", [0x6478] = "\x94\x59", [0x6479] = "\x94\x5a", + [0x647a] = "\x94\x5b", [0x647b] = "\x94\x5c", [0x647c] = "\x94\x5d", + [0x647d] = "\x94\x5e", [0x647e] = "\x94\x5f", [0x647f] = "\x94\x60", + [0x6480] = "\xc5\xca", [0x6481] = "\x94\x61", [0x6482] = "\x94\x62", + [0x6483] = "\x94\x63", [0x6484] = "\x94\x64", [0x6485] = "\x94\x65", + [0x6486] = "\x94\x66", [0x6487] = "\x94\x67", [0x6488] = "\x94\x68", + [0x6489] = "\xdf\xab", [0x648a] = "\x94\x69", [0x648b] = "\x94\x6a", + [0x648c] = "\x94\x6b", [0x648d] = "\x94\x6c", [0x648e] = "\x94\x6d", + [0x648f] = "\x94\x6e", [0x6490] = "\x94\x6f", [0x6491] = "\x94\x70", + [0x6492] = "\xd4\xdc", [0x6493] = "\x94\x71", [0x6494] = "\x94\x72", + [0x6495] = "\x94\x73", [0x6496] = "\x94\x74", [0x6497] = "\x94\x75", + [0x6498] = "\xc8\xc1", [0x6499] = "\x94\x76", [0x649a] = "\x94\x77", + [0x649b] = "\x94\x78", [0x649c] = "\x94\x79", [0x649d] = "\x94\x7a", + [0x649e] = "\x94\x7b", [0x649f] = "\x94\x7c", [0x64a0] = "\x94\x7d", + [0x64a1] = "\x94\x7e", [0x64a2] = "\x94\x80", [0x64a3] = "\x94\x81", + [0x64a4] = "\x94\x82", [0x64a5] = "\xdf\xac", [0x64a6] = "\x94\x83", + [0x64a7] = "\x94\x84", [0x64a8] = "\x94\x85", [0x64a9] = "\x94\x86", + [0x64aa] = "\x94\x87", [0x64ab] = "\xbe\xf0", [0x64ac] = "\x94\x88", + [0x64ad] = "\x94\x89", [0x64ae] = "\xdf\xad", [0x64af] = "\xd6\xa7", + [0x64b0] = "\x94\x8a", [0x64b1] = "\x94\x8b", [0x64b2] = "\x94\x8c", + [0x64b3] = "\x94\x8d", [0x64b4] = "\xea\xb7", [0x64b5] = "\xeb\xb6", + [0x64b6] = "\xca\xd5", [0x64b7] = "\x94\x8e", [0x64b8] = "\xd8\xfc", + [0x64b9] = "\xb8\xc4", [0x64ba] = "\x94\x8f", [0x64bb] = "\xb9\xa5", + [0x64bc] = "\x94\x90", [0x64bd] = "\x94\x91", [0x64be] = "\xb7\xc5", + [0x64bf] = "\xd5\xfe", [0x64c0] = "\x94\x92", [0x64c1] = "\x94\x93", + [0x64c2] = "\x94\x94", [0x64c3] = "\x94\x95", [0x64c4] = "\x94\x96", + [0x64c5] = "\xb9\xca", [0x64c6] = "\x94\x97", [0x64c7] = "\x94\x98", + [0x64c8] = "\xd0\xa7", [0x64c9] = "\xf4\xcd", [0x64ca] = "\x94\x99", + [0x64cb] = "\x94\x9a", [0x64cc] = "\xb5\xd0", [0x64cd] = "\x94\x9b", + [0x64ce] = "\x94\x9c", [0x64cf] = "\xc3\xf4", [0x64d0] = "\x94\x9d", + [0x64d1] = "\xbe\xc8", [0x64d2] = "\x94\x9e", [0x64d3] = "\x94\x9f", + [0x64d4] = "\x94\xa0", [0x64d5] = "\xeb\xb7", [0x64d6] = "\xb0\xbd", + [0x64d7] = "\x94\xa1", [0x64d8] = "\x94\xa2", [0x64d9] = "\xbd\xcc", + [0x64da] = "\x94\xa3", [0x64db] = "\xc1\xb2", [0x64dc] = "\x94\xa4", + [0x64dd] = "\xb1\xd6", [0x64de] = "\xb3\xa8", [0x64df] = "\x94\xa5", + [0x64e0] = "\x94\xa6", [0x64e1] = "\x94\xa7", [0x64e2] = "\xb8\xd2", + [0x64e3] = "\xc9\xa2", [0x64e4] = "\x94\xa8", [0x64e5] = "\x94\xa9", + [0x64e6] = "\xb6\xd8", [0x64e7] = "\x94\xaa", [0x64e8] = "\x94\xab", + [0x64e9] = "\x94\xac", [0x64ea] = "\x94\xad", [0x64eb] = "\xeb\xb8", + [0x64ec] = "\xbe\xb4", [0x64ed] = "\x94\xae", [0x64ee] = "\x94\xaf", + [0x64ef] = "\x94\xb0", [0x64f0] = "\xca\xfd", [0x64f1] = "\x94\xb1", + [0x64f2] = "\xc7\xc3", [0x64f3] = "\x94\xb2", [0x64f4] = "\xd5\xfb", + [0x64f5] = "\x94\xb3", [0x64f6] = "\x94\xb4", [0x64f7] = "\xb7\xf3", + [0x64f8] = "\x94\xb5", [0x64f9] = "\x94\xb6", [0x64fa] = "\x94\xb7", + [0x64fb] = "\x94\xb8", [0x64fc] = "\x94\xb9", [0x64fd] = "\x94\xba", + [0x64fe] = "\x94\xbb", [0x64ff] = "\x94\xbc", [0x6500] = "\x94\xbd", + [0x6501] = "\x94\xbe", [0x6502] = "\x94\xbf", [0x6503] = "\x94\xc0", + [0x6504] = "\x94\xc1", [0x6505] = "\x94\xc2", [0x6506] = "\x94\xc3", + [0x6507] = "\xce\xc4", [0x6508] = "\x94\xc4", [0x6509] = "\x94\xc5", + [0x650a] = "\x94\xc6", [0x650b] = "\xd5\xab", [0x650c] = "\xb1\xf3", + [0x650d] = "\x94\xc7", [0x650e] = "\x94\xc8", [0x650f] = "\x94\xc9", + [0x6510] = "\xec\xb3", [0x6511] = "\xb0\xdf", [0x6512] = "\x94\xca", + [0x6513] = "\xec\xb5", [0x6514] = "\x94\xcb", [0x6515] = "\x94\xcc", + [0x6516] = "\x94\xcd", [0x6517] = "\xb6\xb7", [0x6518] = "\x94\xce", + [0x6519] = "\xc1\xcf", [0x651a] = "\x94\xcf", [0x651b] = "\xf5\xfa", + [0x651c] = "\xd0\xb1", [0x651d] = "\x94\xd0", [0x651e] = "\x94\xd1", + [0x651f] = "\xd5\xe5", [0x6520] = "\x94\xd2", [0x6521] = "\xce\xd3", + [0x6522] = "\x94\xd3", [0x6523] = "\x94\xd4", [0x6524] = "\xbd\xef", + [0x6525] = "\xb3\xe2", [0x6526] = "\x94\xd5", [0x6527] = "\xb8\xab", + [0x6528] = "\x94\xd6", [0x6529] = "\xd5\xb6", [0x652a] = "\x94\xd7", + [0x652b] = "\xed\xbd", [0x652c] = "\x94\xd8", [0x652d] = "\xb6\xcf", + [0x652e] = "\x94\xd9", [0x652f] = "\xcb\xb9", [0x6530] = "\xd0\xc2", + [0x6531] = "\x94\xda", [0x6532] = "\x94\xdb", [0x6533] = "\x94\xdc", + [0x6534] = "\x94\xdd", [0x6535] = "\x94\xde", [0x6536] = "\x94\xdf", + [0x6537] = "\x94\xe0", [0x6538] = "\x94\xe1", [0x6539] = "\xb7\xbd", + [0x653a] = "\x94\xe2", [0x653b] = "\x94\xe3", [0x653c] = "\xec\xb6", + [0x653d] = "\xca\xa9", [0x653e] = "\x94\xe4", [0x653f] = "\x94\xe5", + [0x6540] = "\x94\xe6", [0x6541] = "\xc5\xd4", [0x6542] = "\x94\xe7", + [0x6543] = "\xec\xb9", [0x6544] = "\xec\xb8", [0x6545] = "\xc2\xc3", + [0x6546] = "\xec\xb7", [0x6547] = "\x94\xe8", [0x6548] = "\x94\xe9", + [0x6549] = "\x94\xea", [0x654a] = "\x94\xeb", [0x654b] = "\xd0\xfd", + [0x654c] = "\xec\xba", [0x654d] = "\x94\xec", [0x654e] = "\xec\xbb", + [0x654f] = "\xd7\xe5", [0x6550] = "\x94\xed", [0x6551] = "\x94\xee", + [0x6552] = "\xec\xbc", [0x6553] = "\x94\xef", [0x6554] = "\x94\xf0", + [0x6555] = "\x94\xf1", [0x6556] = "\xec\xbd", [0x6557] = "\xc6\xec", + [0x6558] = "\x94\xf2", [0x6559] = "\x94\xf3", [0x655a] = "\x94\xf4", + [0x655b] = "\x94\xf5", [0x655c] = "\x94\xf6", [0x655d] = "\x94\xf7", + [0x655e] = "\x94\xf8", [0x655f] = "\x94\xf9", [0x6560] = "\xce\xde", + [0x6561] = "\x94\xfa", [0x6562] = "\xbc\xc8", [0x6563] = "\x94\xfb", + [0x6564] = "\x94\xfc", [0x6565] = "\xc8\xd5", [0x6566] = "\xb5\xa9", + [0x6567] = "\xbe\xc9", [0x6568] = "\xd6\xbc", [0x6569] = "\xd4\xe7", + [0x656a] = "\x94\xfd", [0x656b] = "\x94\xfe", [0x656c] = "\xd1\xae", + [0x656d] = "\xd0\xf1", [0x656e] = "\xea\xb8", [0x656f] = "\xea\xb9", + [0x6570] = "\xea\xba", [0x6571] = "\xba\xb5", [0x6572] = "\x95\x40", + [0x6573] = "\x95\x41", [0x6574] = "\x95\x42", [0x6575] = "\x95\x43", + [0x6576] = "\xca\xb1", [0x6577] = "\xbf\xf5", [0x6578] = "\x95\x44", + [0x6579] = "\x95\x45", [0x657a] = "\xcd\xfa", [0x657b] = "\x95\x46", + [0x657c] = "\x95\x47", [0x657d] = "\x95\x48", [0x657e] = "\x95\x49", + [0x657f] = "\x95\x4a", [0x6580] = "\xea\xc0", [0x6581] = "\x95\x4b", + [0x6582] = "\xb0\xba", [0x6583] = "\xea\xbe", [0x6584] = "\x95\x4c", + [0x6585] = "\x95\x4d", [0x6586] = "\xc0\xa5", [0x6587] = "\x95\x4e", + [0x6588] = "\x95\x4f", [0x6589] = "\x95\x50", [0x658a] = "\xea\xbb", + [0x658b] = "\x95\x51", [0x658c] = "\xb2\xfd", [0x658d] = "\x95\x52", + [0x658e] = "\xc3\xf7", [0x658f] = "\xbb\xe8", [0x6590] = "\x95\x53", + [0x6591] = "\x95\x54", [0x6592] = "\x95\x55", [0x6593] = "\xd2\xd7", + [0x6594] = "\xce\xf4", [0x6595] = "\xea\xbf", [0x6596] = "\x95\x56", + [0x6597] = "\x95\x57", [0x6598] = "\x95\x58", [0x6599] = "\xea\xbc", + [0x659a] = "\x95\x59", [0x659b] = "\x95\x5a", [0x659c] = "\x95\x5b", + [0x659d] = "\xea\xc3", [0x659e] = "\x95\x5c", [0x659f] = "\xd0\xc7", + [0x65a0] = "\xd3\xb3", [0x65a1] = "\x95\x5d", [0x65a2] = "\x95\x5e", + [0x65a3] = "\x95\x5f", [0x65a4] = "\x95\x60", [0x65a5] = "\xb4\xba", + [0x65a6] = "\x95\x61", [0x65a7] = "\xc3\xc1", [0x65a8] = "\xd7\xf2", + [0x65a9] = "\x95\x62", [0x65aa] = "\x95\x63", [0x65ab] = "\x95\x64", + [0x65ac] = "\x95\x65", [0x65ad] = "\xd5\xd1", [0x65ae] = "\x95\x66", + [0x65af] = "\xca\xc7", [0x65b0] = "\x95\x67", [0x65b1] = "\xea\xc5", + [0x65b2] = "\x95\x68", [0x65b3] = "\x95\x69", [0x65b4] = "\xea\xc4", + [0x65b5] = "\xea\xc7", [0x65b6] = "\xea\xc6", [0x65b7] = "\x95\x6a", + [0x65b8] = "\x95\x6b", [0x65b9] = "\x95\x6c", [0x65ba] = "\x95\x6d", + [0x65bb] = "\x95\x6e", [0x65bc] = "\xd6\xe7", [0x65bd] = "\x95\x6f", + [0x65be] = "\xcf\xd4", [0x65bf] = "\x95\x70", [0x65c0] = "\x95\x71", + [0x65c1] = "\xea\xcb", [0x65c2] = "\x95\x72", [0x65c3] = "\xbb\xce", + [0x65c4] = "\x95\x73", [0x65c5] = "\x95\x74", [0x65c6] = "\x95\x75", + [0x65c7] = "\x95\x76", [0x65c8] = "\x95\x77", [0x65c9] = "\x95\x78", + [0x65ca] = "\x95\x79", [0x65cb] = "\xbd\xfa", [0x65cc] = "\xc9\xce", + [0x65cd] = "\x95\x7a", [0x65ce] = "\x95\x7b", [0x65cf] = "\xea\xcc", + [0x65d0] = "\x95\x7c", [0x65d1] = "\x95\x7d", [0x65d2] = "\xc9\xb9", + [0x65d3] = "\xcf\xfe", [0x65d4] = "\xea\xca", [0x65d5] = "\xd4\xce", + [0x65d6] = "\xea\xcd", [0x65d7] = "\xea\xcf", [0x65d8] = "\x95\x7e", + [0x65d9] = "\x95\x80", [0x65da] = "\xcd\xed", [0x65db] = "\x95\x81", + [0x65dc] = "\x95\x82", [0x65dd] = "\x95\x83", [0x65de] = "\x95\x84", + [0x65df] = "\xea\xc9", [0x65e0] = "\x95\x85", [0x65e1] = "\xea\xce", + [0x65e2] = "\x95\x86", [0x65e3] = "\x95\x87", [0x65e4] = "\xce\xee", + [0x65e5] = "\x95\x88", [0x65e6] = "\xbb\xde", [0x65e7] = "\x95\x89", + [0x65e8] = "\xb3\xbf", [0x65e9] = "\x95\x8a", [0x65ea] = "\x95\x8b", + [0x65eb] = "\x95\x8c", [0x65ec] = "\x95\x8d", [0x65ed] = "\x95\x8e", + [0x65ee] = "\xc6\xd5", [0x65ef] = "\xbe\xb0", [0x65f0] = "\xce\xfa", + [0x65f1] = "\x95\x8f", [0x65f2] = "\x95\x90", [0x65f3] = "\x95\x91", + [0x65f4] = "\xc7\xe7", [0x65f5] = "\x95\x92", [0x65f6] = "\xbe\xa7", + [0x65f7] = "\xea\xd0", [0x65f8] = "\x95\x93", [0x65f9] = "\x95\x94", + [0x65fa] = "\xd6\xc7", [0x65fb] = "\x95\x95", [0x65fc] = "\x95\x96", + [0x65fd] = "\x95\x97", [0x65fe] = "\xc1\xc0", [0x65ff] = "\x95\x98", + [0x6600] = "\x95\x99", [0x6601] = "\x95\x9a", [0x6602] = "\xd4\xdd", + [0x6603] = "\x95\x9b", [0x6604] = "\xea\xd1", [0x6605] = "\x95\x9c", + [0x6606] = "\x95\x9d", [0x6607] = "\xcf\xbe", [0x6608] = "\x95\x9e", + [0x6609] = "\x95\x9f", [0x660a] = "\x95\xa0", [0x660b] = "\x95\xa1", + [0x660c] = "\xea\xd2", [0x660d] = "\x95\xa2", [0x660e] = "\x95\xa3", + [0x660f] = "\x95\xa4", [0x6610] = "\x95\xa5", [0x6611] = "\xca\xee", + [0x6612] = "\x95\xa6", [0x6613] = "\x95\xa7", [0x6614] = "\x95\xa8", + [0x6615] = "\x95\xa9", [0x6616] = "\xc5\xaf", [0x6617] = "\xb0\xb5", + [0x6618] = "\x95\xaa", [0x6619] = "\x95\xab", [0x661a] = "\x95\xac", + [0x661b] = "\x95\xad", [0x661c] = "\x95\xae", [0x661d] = "\xea\xd4", + [0x661e] = "\x95\xaf", [0x661f] = "\x95\xb0", [0x6620] = "\x95\xb1", + [0x6621] = "\x95\xb2", [0x6622] = "\x95\xb3", [0x6623] = "\x95\xb4", + [0x6624] = "\x95\xb5", [0x6625] = "\x95\xb6", [0x6626] = "\x95\xb7", + [0x6627] = "\xea\xd3", [0x6628] = "\xf4\xdf", [0x6629] = "\x95\xb8", + [0x662a] = "\x95\xb9", [0x662b] = "\x95\xba", [0x662c] = "\x95\xbb", + [0x662d] = "\x95\xbc", [0x662e] = "\xc4\xba", [0x662f] = "\x95\xbd", + [0x6630] = "\x95\xbe", [0x6631] = "\x95\xbf", [0x6632] = "\x95\xc0", + [0x6633] = "\x95\xc1", [0x6634] = "\xb1\xa9", [0x6635] = "\x95\xc2", + [0x6636] = "\x95\xc3", [0x6637] = "\x95\xc4", [0x6638] = "\x95\xc5", + [0x6639] = "\xe5\xdf", [0x663a] = "\x95\xc6", [0x663b] = "\x95\xc7", + [0x663c] = "\x95\xc8", [0x663d] = "\x95\xc9", [0x663e] = "\xea\xd5", + [0x663f] = "\x95\xca", [0x6640] = "\x95\xcb", [0x6641] = "\x95\xcc", + [0x6642] = "\x95\xcd", [0x6643] = "\x95\xce", [0x6644] = "\x95\xcf", + [0x6645] = "\x95\xd0", [0x6646] = "\x95\xd1", [0x6647] = "\x95\xd2", + [0x6648] = "\x95\xd3", [0x6649] = "\x95\xd4", [0x664a] = "\x95\xd5", + [0x664b] = "\x95\xd6", [0x664c] = "\x95\xd7", [0x664d] = "\x95\xd8", + [0x664e] = "\x95\xd9", [0x664f] = "\x95\xda", [0x6650] = "\x95\xdb", + [0x6651] = "\x95\xdc", [0x6652] = "\x95\xdd", [0x6653] = "\x95\xde", + [0x6654] = "\x95\xdf", [0x6655] = "\x95\xe0", [0x6656] = "\x95\xe1", + [0x6657] = "\x95\xe2", [0x6658] = "\x95\xe3", [0x6659] = "\xca\xef", + [0x665a] = "\x95\xe4", [0x665b] = "\xea\xd6", [0x665c] = "\xea\xd7", + [0x665d] = "\xc6\xd8", [0x665e] = "\x95\xe5", [0x665f] = "\x95\xe6", + [0x6660] = "\x95\xe7", [0x6661] = "\x95\xe8", [0x6662] = "\x95\xe9", + [0x6663] = "\x95\xea", [0x6664] = "\x95\xeb", [0x6665] = "\x95\xec", + [0x6666] = "\xea\xd8", [0x6667] = "\x95\xed", [0x6668] = "\x95\xee", + [0x6669] = "\xea\xd9", [0x666a] = "\x95\xef", [0x666b] = "\x95\xf0", + [0x666c] = "\x95\xf1", [0x666d] = "\x95\xf2", [0x666e] = "\x95\xf3", + [0x666f] = "\x95\xf4", [0x6670] = "\xd4\xbb", [0x6671] = "\x95\xf5", + [0x6672] = "\xc7\xfa", [0x6673] = "\xd2\xb7", [0x6674] = "\xb8\xfc", + [0x6675] = "\x95\xf6", [0x6676] = "\x95\xf7", [0x6677] = "\xea\xc2", + [0x6678] = "\x95\xf8", [0x6679] = "\xb2\xdc", [0x667a] = "\x95\xf9", + [0x667b] = "\x95\xfa", [0x667c] = "\xc2\xfc", [0x667d] = "\x95\xfb", + [0x667e] = "\xd4\xf8", [0x667f] = "\xcc\xe6", [0x6680] = "\xd7\xee", + [0x6681] = "\x95\xfc", [0x6682] = "\x95\xfd", [0x6683] = "\x95\xfe", + [0x6684] = "\x96\x40", [0x6685] = "\x96\x41", [0x6686] = "\x96\x42", + [0x6687] = "\x96\x43", [0x6688] = "\xd4\xc2", [0x6689] = "\xd3\xd0", + [0x668a] = "\xeb\xc3", [0x668b] = "\xc5\xf3", [0x668c] = "\x96\x44", + [0x668d] = "\xb7\xfe", [0x668e] = "\x96\x45", [0x668f] = "\x96\x46", + [0x6690] = "\xeb\xd4", [0x6691] = "\x96\x47", [0x6692] = "\x96\x48", + [0x6693] = "\x96\x49", [0x6694] = "\xcb\xb7", [0x6695] = "\xeb\xde", + [0x6696] = "\x96\x4a", [0x6697] = "\xc0\xca", [0x6698] = "\x96\x4b", + [0x6699] = "\x96\x4c", [0x669a] = "\x96\x4d", [0x669b] = "\xcd\xfb", + [0x669c] = "\x96\x4e", [0x669d] = "\xb3\xaf", [0x669e] = "\x96\x4f", + [0x669f] = "\xc6\xda", [0x66a0] = "\x96\x50", [0x66a1] = "\x96\x51", + [0x66a2] = "\x96\x52", [0x66a3] = "\x96\x53", [0x66a4] = "\x96\x54", + [0x66a5] = "\x96\x55", [0x66a6] = "\xeb\xfc", [0x66a7] = "\x96\x56", + [0x66a8] = "\xc4\xbe", [0x66a9] = "\x96\x57", [0x66aa] = "\xce\xb4", + [0x66ab] = "\xc4\xa9", [0x66ac] = "\xb1\xbe", [0x66ad] = "\xd4\xfd", + [0x66ae] = "\x96\x58", [0x66af] = "\xca\xf5", [0x66b0] = "\x96\x59", + [0x66b1] = "\xd6\xec", [0x66b2] = "\x96\x5a", [0x66b3] = "\x96\x5b", + [0x66b4] = "\xc6\xd3", [0x66b5] = "\xb6\xe4", [0x66b6] = "\x96\x5c", + [0x66b7] = "\x96\x5d", [0x66b8] = "\x96\x5e", [0x66b9] = "\x96\x5f", + [0x66ba] = "\xbb\xfa", [0x66bb] = "\x96\x60", [0x66bc] = "\x96\x61", + [0x66bd] = "\xd0\xe0", [0x66be] = "\x96\x62", [0x66bf] = "\x96\x63", + [0x66c0] = "\xc9\xb1", [0x66c1] = "\x96\x64", [0x66c2] = "\xd4\xd3", + [0x66c3] = "\xc8\xa8", [0x66c4] = "\x96\x65", [0x66c5] = "\x96\x66", + [0x66c6] = "\xb8\xcb", [0x66c7] = "\x96\x67", [0x66c8] = "\xe8\xbe", + [0x66c9] = "\xc9\xbc", [0x66ca] = "\x96\x68", [0x66cb] = "\x96\x69", + [0x66cc] = "\xe8\xbb", [0x66cd] = "\x96\x6a", [0x66ce] = "\xc0\xee", + [0x66cf] = "\xd0\xd3", [0x66d0] = "\xb2\xc4", [0x66d1] = "\xb4\xe5", + [0x66d2] = "\x96\x6b", [0x66d3] = "\xe8\xbc", [0x66d4] = "\x96\x6c", + [0x66d5] = "\x96\x6d", [0x66d6] = "\xd5\xc8", [0x66d7] = "\x96\x6e", + [0x66d8] = "\x96\x6f", [0x66d9] = "\x96\x70", [0x66da] = "\x96\x71", + [0x66db] = "\x96\x72", [0x66dc] = "\xb6\xc5", [0x66dd] = "\x96\x73", + [0x66de] = "\xe8\xbd", [0x66df] = "\xca\xf8", [0x66e0] = "\xb8\xdc", + [0x66e1] = "\xcc\xf5", [0x66e2] = "\x96\x74", [0x66e3] = "\x96\x75", + [0x66e4] = "\x96\x76", [0x66e5] = "\xc0\xb4", [0x66e6] = "\x96\x77", + [0x66e7] = "\x96\x78", [0x66e8] = "\xd1\xee", [0x66e9] = "\xe8\xbf", + [0x66ea] = "\xe8\xc2", [0x66eb] = "\x96\x79", [0x66ec] = "\x96\x7a", + [0x66ed] = "\xba\xbc", [0x66ee] = "\x96\x7b", [0x66ef] = "\xb1\xad", + [0x66f0] = "\xbd\xdc", [0x66f1] = "\x96\x7c", [0x66f2] = "\xea\xbd", + [0x66f3] = "\xe8\xc3", [0x66f4] = "\x96\x7d", [0x66f5] = "\xe8\xc6", + [0x66f6] = "\x96\x7e", [0x66f7] = "\xe8\xcb", [0x66f8] = "\x96\x80", + [0x66f9] = "\x96\x81", [0x66fa] = "\x96\x82", [0x66fb] = "\x96\x83", + [0x66fc] = "\xe8\xcc", [0x66fd] = "\x96\x84", [0x66fe] = "\xcb\xc9", + [0x66ff] = "\xb0\xe5", [0x6700] = "\x96\x85", [0x6701] = "\xbc\xab", + [0x6702] = "\x96\x86", [0x6703] = "\x96\x87", [0x6704] = "\xb9\xb9", + [0x6705] = "\x96\x88", [0x6706] = "\x96\x89", [0x6707] = "\xe8\xc1", + [0x6708] = "\x96\x8a", [0x6709] = "\xcd\xf7", [0x670a] = "\x96\x8b", + [0x670b] = "\xe8\xca", [0x670c] = "\x96\x8c", [0x670d] = "\x96\x8d", + [0x670e] = "\x96\x8e", [0x670f] = "\x96\x8f", [0x6710] = "\xce\xf6", + [0x6711] = "\x96\x90", [0x6712] = "\x96\x91", [0x6713] = "\x96\x92", + [0x6714] = "\x96\x93", [0x6715] = "\xd5\xed", [0x6716] = "\x96\x94", + [0x6717] = "\xc1\xd6", [0x6718] = "\xe8\xc4", [0x6719] = "\x96\x95", + [0x671a] = "\xc3\xb6", [0x671b] = "\x96\x96", [0x671c] = "\xb9\xfb", + [0x671d] = "\xd6\xa6", [0x671e] = "\xe8\xc8", [0x671f] = "\x96\x97", + [0x6720] = "\x96\x98", [0x6721] = "\x96\x99", [0x6722] = "\xca\xe0", + [0x6723] = "\xd4\xe6", [0x6724] = "\x96\x9a", [0x6725] = "\xe8\xc0", + [0x6726] = "\x96\x9b", [0x6727] = "\xe8\xc5", [0x6728] = "\xe8\xc7", + [0x6729] = "\x96\x9c", [0x672a] = "\xc7\xb9", [0x672b] = "\xb7\xe3", + [0x672c] = "\x96\x9d", [0x672d] = "\xe8\xc9", [0x672e] = "\x96\x9e", + [0x672f] = "\xbf\xdd", [0x6730] = "\xe8\xd2", [0x6731] = "\x96\x9f", + [0x6732] = "\x96\xa0", [0x6733] = "\xe8\xd7", [0x6734] = "\x96\xa1", + [0x6735] = "\xe8\xd5", [0x6736] = "\xbc\xdc", [0x6737] = "\xbc\xcf", + [0x6738] = "\xe8\xdb", [0x6739] = "\x96\xa2", [0x673a] = "\x96\xa3", + [0x673b] = "\x96\xa4", [0x673c] = "\x96\xa5", [0x673d] = "\x96\xa6", + [0x673e] = "\x96\xa7", [0x673f] = "\x96\xa8", [0x6740] = "\x96\xa9", + [0x6741] = "\xe8\xde", [0x6742] = "\x96\xaa", [0x6743] = "\xe8\xda", + [0x6744] = "\xb1\xfa", [0x6745] = "\x96\xab", [0x6746] = "\x96\xac", + [0x6747] = "\x96\xad", [0x6748] = "\x96\xae", [0x6749] = "\x96\xaf", + [0x674a] = "\x96\xb0", [0x674b] = "\x96\xb1", [0x674c] = "\x96\xb2", + [0x674d] = "\x96\xb3", [0x674e] = "\x96\xb4", [0x674f] = "\xb0\xd8", + [0x6750] = "\xc4\xb3", [0x6751] = "\xb8\xcc", [0x6752] = "\xc6\xe2", + [0x6753] = "\xc8\xbe", [0x6754] = "\xc8\xe1", [0x6755] = "\x96\xb5", + [0x6756] = "\x96\xb6", [0x6757] = "\x96\xb7", [0x6758] = "\xe8\xcf", + [0x6759] = "\xe8\xd4", [0x675a] = "\xe8\xd6", [0x675b] = "\x96\xb8", + [0x675c] = "\xb9\xf1", [0x675d] = "\xe8\xd8", [0x675e] = "\xd7\xf5", + [0x675f] = "\x96\xb9", [0x6760] = "\xc4\xfb", [0x6761] = "\x96\xba", + [0x6762] = "\xe8\xdc", [0x6763] = "\x96\xbb", [0x6764] = "\x96\xbc", + [0x6765] = "\xb2\xe9", [0x6766] = "\x96\xbd", [0x6767] = "\x96\xbe", + [0x6768] = "\x96\xbf", [0x6769] = "\xe8\xd1", [0x676a] = "\x96\xc0", + [0x676b] = "\x96\xc1", [0x676c] = "\xbc\xed", [0x676d] = "\x96\xc2", + [0x676e] = "\x96\xc3", [0x676f] = "\xbf\xc2", [0x6770] = "\xe8\xcd", + [0x6771] = "\xd6\xf9", [0x6772] = "\x96\xc4", [0x6773] = "\xc1\xf8", + [0x6774] = "\xb2\xf1", [0x6775] = "\x96\xc5", [0x6776] = "\x96\xc6", + [0x6777] = "\x96\xc7", [0x6778] = "\x96\xc8", [0x6779] = "\x96\xc9", + [0x677a] = "\x96\xca", [0x677b] = "\x96\xcb", [0x677c] = "\x96\xcc", + [0x677d] = "\xe8\xdf", [0x677e] = "\x96\xcd", [0x677f] = "\xca\xc1", + [0x6780] = "\xe8\xd9", [0x6781] = "\x96\xce", [0x6782] = "\x96\xcf", + [0x6783] = "\x96\xd0", [0x6784] = "\x96\xd1", [0x6785] = "\xd5\xa4", + [0x6786] = "\x96\xd2", [0x6787] = "\xb1\xea", [0x6788] = "\xd5\xbb", + [0x6789] = "\xe8\xce", [0x678a] = "\xe8\xd0", [0x678b] = "\xb6\xb0", + [0x678c] = "\xe8\xd3", [0x678d] = "\x96\xd3", [0x678e] = "\xe8\xdd", + [0x678f] = "\xc0\xb8", [0x6790] = "\x96\xd4", [0x6791] = "\xca\xf7", + [0x6792] = "\x96\xd5", [0x6793] = "\xcb\xa8", [0x6794] = "\x96\xd6", + [0x6795] = "\x96\xd7", [0x6796] = "\xc6\xdc", [0x6797] = "\xc0\xf5", + [0x6798] = "\x96\xd8", [0x6799] = "\x96\xd9", [0x679a] = "\x96\xda", + [0x679b] = "\x96\xdb", [0x679c] = "\x96\xdc", [0x679d] = "\xe8\xe9", + [0x679e] = "\x96\xdd", [0x679f] = "\x96\xde", [0x67a0] = "\x96\xdf", + [0x67a1] = "\xd0\xa3", [0x67a2] = "\x96\xe0", [0x67a3] = "\x96\xe1", + [0x67a4] = "\x96\xe2", [0x67a5] = "\x96\xe3", [0x67a6] = "\x96\xe4", + [0x67a7] = "\x96\xe5", [0x67a8] = "\x96\xe6", [0x67a9] = "\xe8\xf2", + [0x67aa] = "\xd6\xea", [0x67ab] = "\x96\xe7", [0x67ac] = "\x96\xe8", + [0x67ad] = "\x96\xe9", [0x67ae] = "\x96\xea", [0x67af] = "\x96\xeb", + [0x67b0] = "\x96\xec", [0x67b1] = "\x96\xed", [0x67b2] = "\xe8\xe0", + [0x67b3] = "\xe8\xe1", [0x67b4] = "\x96\xee", [0x67b5] = "\x96\xef", + [0x67b6] = "\x96\xf0", [0x67b7] = "\xd1\xf9", [0x67b8] = "\xba\xcb", + [0x67b9] = "\xb8\xf9", [0x67ba] = "\x96\xf1", [0x67bb] = "\x96\xf2", + [0x67bc] = "\xb8\xf1", [0x67bd] = "\xd4\xd4", [0x67be] = "\xe8\xef", + [0x67bf] = "\x96\xf3", [0x67c0] = "\xe8\xee", [0x67c1] = "\xe8\xec", + [0x67c2] = "\xb9\xf0", [0x67c3] = "\xcc\xd2", [0x67c4] = "\xe8\xe6", + [0x67c5] = "\xce\xa6", [0x67c6] = "\xbf\xf2", [0x67c7] = "\x96\xf4", + [0x67c8] = "\xb0\xb8", [0x67c9] = "\xe8\xf1", [0x67ca] = "\xe8\xf0", + [0x67cb] = "\x96\xf5", [0x67cc] = "\xd7\xc0", [0x67cd] = "\x96\xf6", + [0x67ce] = "\xe8\xe4", [0x67cf] = "\x96\xf7", [0x67d0] = "\xcd\xa9", + [0x67d1] = "\xc9\xa3", [0x67d2] = "\x96\xf8", [0x67d3] = "\xbb\xb8", + [0x67d4] = "\xbd\xdb", [0x67d5] = "\xe8\xea", [0x67d6] = "\x96\xf9", + [0x67d7] = "\x96\xfa", [0x67d8] = "\x96\xfb", [0x67d9] = "\x96\xfc", + [0x67da] = "\x96\xfd", [0x67db] = "\x96\xfe", [0x67dc] = "\x97\x40", + [0x67dd] = "\x97\x41", [0x67de] = "\x97\x42", [0x67df] = "\x97\x43", + [0x67e0] = "\xe8\xe2", [0x67e1] = "\xe8\xe3", [0x67e2] = "\xe8\xe5", + [0x67e3] = "\xb5\xb5", [0x67e4] = "\xe8\xe7", [0x67e5] = "\xc7\xc5", + [0x67e6] = "\xe8\xeb", [0x67e7] = "\xe8\xed", [0x67e8] = "\xbd\xb0", + [0x67e9] = "\xd7\xae", [0x67ea] = "\x97\x44", [0x67eb] = "\xe8\xf8", + [0x67ec] = "\x97\x45", [0x67ed] = "\x97\x46", [0x67ee] = "\x97\x47", + [0x67ef] = "\x97\x48", [0x67f0] = "\x97\x49", [0x67f1] = "\x97\x4a", + [0x67f2] = "\x97\x4b", [0x67f3] = "\x97\x4c", [0x67f4] = "\xe8\xf5", + [0x67f5] = "\x97\x4d", [0x67f6] = "\xcd\xb0", [0x67f7] = "\xe8\xf6", + [0x67f8] = "\x97\x4e", [0x67f9] = "\x97\x4f", [0x67fa] = "\x97\x50", + [0x67fb] = "\x97\x51", [0x67fc] = "\x97\x52", [0x67fd] = "\x97\x53", + [0x67fe] = "\x97\x54", [0x67ff] = "\x97\x55", [0x6800] = "\x97\x56", + [0x6801] = "\xc1\xba", [0x6802] = "\x97\x57", [0x6803] = "\xe8\xe8", + [0x6804] = "\x97\x58", [0x6805] = "\xc3\xb7", [0x6806] = "\xb0\xf0", + [0x6807] = "\x97\x59", [0x6808] = "\x97\x5a", [0x6809] = "\x97\x5b", + [0x680a] = "\x97\x5c", [0x680b] = "\x97\x5d", [0x680c] = "\x97\x5e", + [0x680d] = "\x97\x5f", [0x680e] = "\x97\x60", [0x680f] = "\xe8\xf4", + [0x6810] = "\x97\x61", [0x6811] = "\x97\x62", [0x6812] = "\x97\x63", + [0x6813] = "\xe8\xf7", [0x6814] = "\x97\x64", [0x6815] = "\x97\x65", + [0x6816] = "\x97\x66", [0x6817] = "\xb9\xa3", [0x6818] = "\x97\x67", + [0x6819] = "\x97\x68", [0x681a] = "\x97\x69", [0x681b] = "\x97\x6a", + [0x681c] = "\x97\x6b", [0x681d] = "\x97\x6c", [0x681e] = "\x97\x6d", + [0x681f] = "\x97\x6e", [0x6820] = "\x97\x6f", [0x6821] = "\x97\x70", + [0x6822] = "\xc9\xd2", [0x6823] = "\x97\x71", [0x6824] = "\x97\x72", + [0x6825] = "\x97\x73", [0x6826] = "\xc3\xce", [0x6827] = "\xce\xe0", + [0x6828] = "\xc0\xe6", [0x6829] = "\x97\x74", [0x682a] = "\x97\x75", + [0x682b] = "\x97\x76", [0x682c] = "\x97\x77", [0x682d] = "\xcb\xf3", + [0x682e] = "\x97\x78", [0x682f] = "\xcc\xdd", [0x6830] = "\xd0\xb5", + [0x6831] = "\x97\x79", [0x6832] = "\x97\x7a", [0x6833] = "\xca\xe1", + [0x6834] = "\x97\x7b", [0x6835] = "\xe8\xf3", [0x6836] = "\x97\x7c", + [0x6837] = "\x97\x7d", [0x6838] = "\x97\x7e", [0x6839] = "\x97\x80", + [0x683a] = "\x97\x81", [0x683b] = "\x97\x82", [0x683c] = "\x97\x83", + [0x683d] = "\x97\x84", [0x683e] = "\x97\x85", [0x683f] = "\x97\x86", + [0x6840] = "\xbc\xec", [0x6841] = "\x97\x87", [0x6842] = "\xe8\xf9", + [0x6843] = "\x97\x88", [0x6844] = "\x97\x89", [0x6845] = "\x97\x8a", + [0x6846] = "\x97\x8b", [0x6847] = "\x97\x8c", [0x6848] = "\x97\x8d", + [0x6849] = "\xc3\xde", [0x684a] = "\x97\x8e", [0x684b] = "\xc6\xe5", + [0x684c] = "\x97\x8f", [0x684d] = "\xb9\xf7", [0x684e] = "\x97\x90", + [0x684f] = "\x97\x91", [0x6850] = "\x97\x92", [0x6851] = "\x97\x93", + [0x6852] = "\xb0\xf4", [0x6853] = "\x97\x94", [0x6854] = "\x97\x95", + [0x6855] = "\xd7\xd8", [0x6856] = "\x97\x96", [0x6857] = "\x97\x97", + [0x6858] = "\xbc\xac", [0x6859] = "\x97\x98", [0x685a] = "\xc5\xef", + [0x685b] = "\x97\x99", [0x685c] = "\x97\x9a", [0x685d] = "\x97\x9b", + [0x685e] = "\x97\x9c", [0x685f] = "\x97\x9d", [0x6860] = "\xcc\xc4", + [0x6861] = "\x97\x9e", [0x6862] = "\x97\x9f", [0x6863] = "\xe9\xa6", + [0x6864] = "\x97\xa0", [0x6865] = "\x97\xa1", [0x6866] = "\x97\xa2", + [0x6867] = "\x97\xa3", [0x6868] = "\x97\xa4", [0x6869] = "\x97\xa5", + [0x686a] = "\x97\xa6", [0x686b] = "\x97\xa7", [0x686c] = "\x97\xa8", + [0x686d] = "\x97\xa9", [0x686e] = "\xc9\xad", [0x686f] = "\x97\xaa", + [0x6870] = "\xe9\xa2", [0x6871] = "\xc0\xe2", [0x6872] = "\x97\xab", + [0x6873] = "\x97\xac", [0x6874] = "\x97\xad", [0x6875] = "\xbf\xc3", + [0x6876] = "\x97\xae", [0x6877] = "\x97\xaf", [0x6878] = "\x97\xb0", + [0x6879] = "\xe8\xfe", [0x687a] = "\xb9\xd7", [0x687b] = "\x97\xb1", + [0x687c] = "\xe8\xfb", [0x687d] = "\x97\xb2", [0x687e] = "\x97\xb3", + [0x687f] = "\x97\xb4", [0x6880] = "\x97\xb5", [0x6881] = "\xe9\xa4", + [0x6882] = "\x97\xb6", [0x6883] = "\x97\xb7", [0x6884] = "\x97\xb8", + [0x6885] = "\xd2\xce", [0x6886] = "\x97\xb9", [0x6887] = "\x97\xba", + [0x6888] = "\x97\xbb", [0x6889] = "\x97\xbc", [0x688a] = "\x97\xbd", + [0x688b] = "\xe9\xa3", [0x688c] = "\x97\xbe", [0x688d] = "\xd6\xb2", + [0x688e] = "\xd7\xb5", [0x688f] = "\x97\xbf", [0x6890] = "\xe9\xa7", + [0x6891] = "\x97\xc0", [0x6892] = "\xbd\xb7", [0x6893] = "\x97\xc1", + [0x6894] = "\x97\xc2", [0x6895] = "\x97\xc3", [0x6896] = "\x97\xc4", + [0x6897] = "\x97\xc5", [0x6898] = "\x97\xc6", [0x6899] = "\x97\xc7", + [0x689a] = "\x97\xc8", [0x689b] = "\x97\xc9", [0x689c] = "\x97\xca", + [0x689d] = "\x97\xcb", [0x689e] = "\x97\xcc", [0x689f] = "\xe8\xfc", + [0x68a0] = "\xe8\xfd", [0x68a1] = "\x97\xcd", [0x68a2] = "\x97\xce", + [0x68a3] = "\x97\xcf", [0x68a4] = "\xe9\xa1", [0x68a5] = "\x97\xd0", + [0x68a6] = "\x97\xd1", [0x68a7] = "\x97\xd2", [0x68a8] = "\x97\xd3", + [0x68a9] = "\x97\xd4", [0x68aa] = "\x97\xd5", [0x68ab] = "\x97\xd6", + [0x68ac] = "\x97\xd7", [0x68ad] = "\xcd\xd6", [0x68ae] = "\x97\xd8", + [0x68af] = "\x97\xd9", [0x68b0] = "\xd2\xac", [0x68b1] = "\x97\xda", + [0x68b2] = "\x97\xdb", [0x68b3] = "\x97\xdc", [0x68b4] = "\xe9\xb2", + [0x68b5] = "\x97\xdd", [0x68b6] = "\x97\xde", [0x68b7] = "\x97\xdf", + [0x68b8] = "\x97\xe0", [0x68b9] = "\xe9\xa9", [0x68ba] = "\x97\xe1", + [0x68bb] = "\x97\xe2", [0x68bc] = "\x97\xe3", [0x68bd] = "\xb4\xaa", + [0x68be] = "\x97\xe4", [0x68bf] = "\xb4\xbb", [0x68c0] = "\x97\xe5", + [0x68c1] = "\x97\xe6", [0x68c2] = "\xe9\xab", [0x68c3] = "\x97\xe7", + [0x68c4] = "\x97\xe8", [0x68c5] = "\x97\xe9", [0x68c6] = "\x97\xea", + [0x68c7] = "\x97\xeb", [0x68c8] = "\x97\xec", [0x68c9] = "\x97\xed", + [0x68ca] = "\x97\xee", [0x68cb] = "\x97\xef", [0x68cc] = "\x97\xf0", + [0x68cd] = "\x97\xf1", [0x68ce] = "\x97\xf2", [0x68cf] = "\x97\xf3", + [0x68d0] = "\x97\xf4", [0x68d1] = "\x97\xf5", [0x68d2] = "\x97\xf6", + [0x68d3] = "\x97\xf7", [0x68d4] = "\xd0\xa8", [0x68d5] = "\x97\xf8", + [0x68d6] = "\x97\xf9", [0x68d7] = "\xe9\xa5", [0x68d8] = "\x97\xfa", + [0x68d9] = "\x97\xfb", [0x68da] = "\xb3\xfe", [0x68db] = "\x97\xfc", + [0x68dc] = "\x97\xfd", [0x68dd] = "\xe9\xac", [0x68de] = "\xc0\xe3", + [0x68df] = "\x97\xfe", [0x68e0] = "\xe9\xaa", [0x68e1] = "\x98\x40", + [0x68e2] = "\x98\x41", [0x68e3] = "\xe9\xb9", [0x68e4] = "\x98\x42", + [0x68e5] = "\x98\x43", [0x68e6] = "\xe9\xb8", [0x68e7] = "\x98\x44", + [0x68e8] = "\x98\x45", [0x68e9] = "\x98\x46", [0x68ea] = "\x98\x47", + [0x68eb] = "\xe9\xae", [0x68ec] = "\x98\x48", [0x68ed] = "\x98\x49", + [0x68ee] = "\xe8\xfa", [0x68ef] = "\x98\x4a", [0x68f0] = "\x98\x4b", + [0x68f1] = "\xe9\xa8", [0x68f2] = "\x98\x4c", [0x68f3] = "\x98\x4d", + [0x68f4] = "\x98\x4e", [0x68f5] = "\x98\x4f", [0x68f6] = "\x98\x50", + [0x68f7] = "\xbf\xac", [0x68f8] = "\xe9\xb1", [0x68f9] = "\xe9\xba", + [0x68fa] = "\x98\x51", [0x68fb] = "\x98\x52", [0x68fc] = "\xc2\xa5", + [0x68fd] = "\x98\x53", [0x68fe] = "\x98\x54", [0x68ff] = "\x98\x55", + [0x6900] = "\xe9\xaf", [0x6901] = "\x98\x56", [0x6902] = "\xb8\xc5", + [0x6903] = "\x98\x57", [0x6904] = "\xe9\xad", [0x6905] = "\x98\x58", + [0x6906] = "\xd3\xdc", [0x6907] = "\xe9\xb4", [0x6908] = "\xe9\xb5", + [0x6909] = "\xe9\xb7", [0x690a] = "\x98\x59", [0x690b] = "\x98\x5a", + [0x690c] = "\x98\x5b", [0x690d] = "\xe9\xc7", [0x690e] = "\x98\x5c", + [0x690f] = "\x98\x5d", [0x6910] = "\x98\x5e", [0x6911] = "\x98\x5f", + [0x6912] = "\x98\x60", [0x6913] = "\x98\x61", [0x6914] = "\xc0\xc6", + [0x6915] = "\xe9\xc5", [0x6916] = "\x98\x62", [0x6917] = "\x98\x63", + [0x6918] = "\xe9\xb0", [0x6919] = "\x98\x64", [0x691a] = "\x98\x65", + [0x691b] = "\xe9\xbb", [0x691c] = "\xb0\xf1", [0x691d] = "\x98\x66", + [0x691e] = "\x98\x67", [0x691f] = "\x98\x68", [0x6920] = "\x98\x69", + [0x6921] = "\x98\x6a", [0x6922] = "\x98\x6b", [0x6923] = "\x98\x6c", + [0x6924] = "\x98\x6d", [0x6925] = "\x98\x6e", [0x6926] = "\x98\x6f", + [0x6927] = "\xe9\xbc", [0x6928] = "\xd5\xa5", [0x6929] = "\x98\x70", + [0x692a] = "\x98\x71", [0x692b] = "\xe9\xbe", [0x692c] = "\x98\x72", + [0x692d] = "\xe9\xbf", [0x692e] = "\x98\x73", [0x692f] = "\x98\x74", + [0x6930] = "\x98\x75", [0x6931] = "\xe9\xc1", [0x6932] = "\x98\x76", + [0x6933] = "\x98\x77", [0x6934] = "\xc1\xf1", [0x6935] = "\x98\x78", + [0x6936] = "\x98\x79", [0x6937] = "\xc8\xb6", [0x6938] = "\x98\x7a", + [0x6939] = "\x98\x7b", [0x693a] = "\x98\x7c", [0x693b] = "\xe9\xbd", + [0x693c] = "\x98\x7d", [0x693d] = "\x98\x7e", [0x693e] = "\x98\x80", + [0x693f] = "\x98\x81", [0x6940] = "\x98\x82", [0x6941] = "\xe9\xc2", + [0x6942] = "\x98\x83", [0x6943] = "\x98\x84", [0x6944] = "\x98\x85", + [0x6945] = "\x98\x86", [0x6946] = "\x98\x87", [0x6947] = "\x98\x88", + [0x6948] = "\x98\x89", [0x6949] = "\x98\x8a", [0x694a] = "\xe9\xc3", + [0x694b] = "\x98\x8b", [0x694c] = "\xe9\xb3", [0x694d] = "\x98\x8c", + [0x694e] = "\xe9\xb6", [0x694f] = "\x98\x8d", [0x6950] = "\xbb\xb1", + [0x6951] = "\x98\x8e", [0x6952] = "\x98\x8f", [0x6953] = "\x98\x90", + [0x6954] = "\xe9\xc0", [0x6955] = "\x98\x91", [0x6956] = "\x98\x92", + [0x6957] = "\x98\x93", [0x6958] = "\x98\x94", [0x6959] = "\x98\x95", + [0x695a] = "\x98\x96", [0x695b] = "\xbc\xf7", [0x695c] = "\x98\x97", + [0x695d] = "\x98\x98", [0x695e] = "\x98\x99", [0x695f] = "\xe9\xc4", + [0x6960] = "\xe9\xc6", [0x6961] = "\x98\x9a", [0x6962] = "\x98\x9b", + [0x6963] = "\x98\x9c", [0x6964] = "\x98\x9d", [0x6965] = "\x98\x9e", + [0x6966] = "\x98\x9f", [0x6967] = "\x98\xa0", [0x6968] = "\x98\xa1", + [0x6969] = "\x98\xa2", [0x696a] = "\x98\xa3", [0x696b] = "\x98\xa4", + [0x696c] = "\x98\xa5", [0x696d] = "\xe9\xca", [0x696e] = "\x98\xa6", + [0x696f] = "\x98\xa7", [0x6970] = "\x98\xa8", [0x6971] = "\x98\xa9", + [0x6972] = "\xe9\xce", [0x6973] = "\x98\xaa", [0x6974] = "\x98\xab", + [0x6975] = "\x98\xac", [0x6976] = "\x98\xad", [0x6977] = "\x98\xae", + [0x6978] = "\x98\xaf", [0x6979] = "\x98\xb0", [0x697a] = "\x98\xb1", + [0x697b] = "\x98\xb2", [0x697c] = "\x98\xb3", [0x697d] = "\xb2\xdb", + [0x697e] = "\x98\xb4", [0x697f] = "\xe9\xc8", [0x6980] = "\x98\xb5", + [0x6981] = "\x98\xb6", [0x6982] = "\x98\xb7", [0x6983] = "\x98\xb8", + [0x6984] = "\x98\xb9", [0x6985] = "\x98\xba", [0x6986] = "\x98\xbb", + [0x6987] = "\x98\xbc", [0x6988] = "\x98\xbd", [0x6989] = "\x98\xbe", + [0x698a] = "\xb7\xae", [0x698b] = "\x98\xbf", [0x698c] = "\x98\xc0", + [0x698d] = "\x98\xc1", [0x698e] = "\x98\xc2", [0x698f] = "\x98\xc3", + [0x6990] = "\x98\xc4", [0x6991] = "\x98\xc5", [0x6992] = "\x98\xc6", + [0x6993] = "\x98\xc7", [0x6994] = "\x98\xc8", [0x6995] = "\x98\xc9", + [0x6996] = "\x98\xca", [0x6997] = "\xe9\xcb", [0x6998] = "\xe9\xcc", + [0x6999] = "\x98\xcb", [0x699a] = "\x98\xcc", [0x699b] = "\x98\xcd", + [0x699c] = "\x98\xce", [0x699d] = "\x98\xcf", [0x699e] = "\x98\xd0", + [0x699f] = "\xd5\xc1", [0x69a0] = "\x98\xd1", [0x69a1] = "\xc4\xa3", + [0x69a2] = "\x98\xd2", [0x69a3] = "\x98\xd3", [0x69a4] = "\x98\xd4", + [0x69a5] = "\x98\xd5", [0x69a6] = "\x98\xd6", [0x69a7] = "\x98\xd7", + [0x69a8] = "\xe9\xd8", [0x69a9] = "\x98\xd8", [0x69aa] = "\xba\xe1", + [0x69ab] = "\x98\xd9", [0x69ac] = "\x98\xda", [0x69ad] = "\x98\xdb", + [0x69ae] = "\x98\xdc", [0x69af] = "\xe9\xc9", [0x69b0] = "\x98\xdd", + [0x69b1] = "\xd3\xa3", [0x69b2] = "\x98\xde", [0x69b3] = "\x98\xdf", + [0x69b4] = "\x98\xe0", [0x69b5] = "\xe9\xd4", [0x69b6] = "\x98\xe1", + [0x69b7] = "\x98\xe2", [0x69b8] = "\x98\xe3", [0x69b9] = "\x98\xe4", + [0x69ba] = "\x98\xe5", [0x69bb] = "\x98\xe6", [0x69bc] = "\x98\xe7", + [0x69bd] = "\xe9\xd7", [0x69be] = "\xe9\xd0", [0x69bf] = "\x98\xe8", + [0x69c0] = "\x98\xe9", [0x69c1] = "\x98\xea", [0x69c2] = "\x98\xeb", + [0x69c3] = "\x98\xec", [0x69c4] = "\xe9\xcf", [0x69c5] = "\x98\xed", + [0x69c6] = "\x98\xee", [0x69c7] = "\xc7\xc1", [0x69c8] = "\x98\xef", + [0x69c9] = "\x98\xf0", [0x69ca] = "\x98\xf1", [0x69cb] = "\x98\xf2", + [0x69cc] = "\x98\xf3", [0x69cd] = "\x98\xf4", [0x69ce] = "\x98\xf5", + [0x69cf] = "\x98\xf6", [0x69d0] = "\xe9\xd2", [0x69d1] = "\x98\xf7", + [0x69d2] = "\x98\xf8", [0x69d3] = "\x98\xf9", [0x69d4] = "\x98\xfa", + [0x69d5] = "\x98\xfb", [0x69d6] = "\x98\xfc", [0x69d7] = "\x98\xfd", + [0x69d8] = "\xe9\xd9", [0x69d9] = "\xb3\xc8", [0x69da] = "\x98\xfe", + [0x69db] = "\xe9\xd3", [0x69dc] = "\x99\x40", [0x69dd] = "\x99\x41", + [0x69de] = "\x99\x42", [0x69df] = "\x99\x43", [0x69e0] = "\x99\x44", + [0x69e1] = "\xcf\xf0", [0x69e2] = "\x99\x45", [0x69e3] = "\x99\x46", + [0x69e4] = "\x99\x47", [0x69e5] = "\xe9\xcd", [0x69e6] = "\x99\x48", + [0x69e7] = "\x99\x49", [0x69e8] = "\x99\x4a", [0x69e9] = "\x99\x4b", + [0x69ea] = "\x99\x4c", [0x69eb] = "\x99\x4d", [0x69ec] = "\x99\x4e", + [0x69ed] = "\x99\x4f", [0x69ee] = "\x99\x50", [0x69ef] = "\x99\x51", + [0x69f0] = "\x99\x52", [0x69f1] = "\xb3\xf7", [0x69f2] = "\x99\x53", + [0x69f3] = "\x99\x54", [0x69f4] = "\x99\x55", [0x69f5] = "\x99\x56", + [0x69f6] = "\x99\x57", [0x69f7] = "\x99\x58", [0x69f8] = "\x99\x59", + [0x69f9] = "\xe9\xd6", [0x69fa] = "\x99\x5a", [0x69fb] = "\x99\x5b", + [0x69fc] = "\xe9\xda", [0x69fd] = "\x99\x5c", [0x69fe] = "\x99\x5d", + [0x69ff] = "\x99\x5e", [0x6a00] = "\xcc\xb4", [0x6a01] = "\x99\x5f", + [0x6a02] = "\x99\x60", [0x6a03] = "\x99\x61", [0x6a04] = "\xcf\xad", + [0x6a05] = "\x99\x62", [0x6a06] = "\x99\x63", [0x6a07] = "\x99\x64", + [0x6a08] = "\x99\x65", [0x6a09] = "\x99\x66", [0x6a0a] = "\x99\x67", + [0x6a0b] = "\x99\x68", [0x6a0c] = "\x99\x69", [0x6a0d] = "\x99\x6a", + [0x6a0e] = "\xe9\xd5", [0x6a0f] = "\x99\x6b", [0x6a10] = "\xe9\xdc", + [0x6a11] = "\xe9\xdb", [0x6a12] = "\x99\x6c", [0x6a13] = "\x99\x6d", + [0x6a14] = "\x99\x6e", [0x6a15] = "\x99\x6f", [0x6a16] = "\x99\x70", + [0x6a17] = "\xe9\xde", [0x6a18] = "\x99\x71", [0x6a19] = "\x99\x72", + [0x6a1a] = "\x99\x73", [0x6a1b] = "\x99\x74", [0x6a1c] = "\x99\x75", + [0x6a1d] = "\x99\x76", [0x6a1e] = "\x99\x77", [0x6a1f] = "\x99\x78", + [0x6a20] = "\xe9\xd1", [0x6a21] = "\x99\x79", [0x6a22] = "\x99\x7a", + [0x6a23] = "\x99\x7b", [0x6a24] = "\x99\x7c", [0x6a25] = "\x99\x7d", + [0x6a26] = "\x99\x7e", [0x6a27] = "\x99\x80", [0x6a28] = "\x99\x81", + [0x6a29] = "\xe9\xdd", [0x6a2a] = "\x99\x82", [0x6a2b] = "\xe9\xdf", + [0x6a2c] = "\xc3\xca", [0x6a2d] = "\x99\x83", [0x6a2e] = "\x99\x84", + [0x6a2f] = "\x99\x85", [0x6a30] = "\x99\x86", [0x6a31] = "\x99\x87", + [0x6a32] = "\x99\x88", [0x6a33] = "\x99\x89", [0x6a34] = "\x99\x8a", + [0x6a35] = "\x99\x8b", [0x6a36] = "\x99\x8c", [0x6a37] = "\x99\x8d", + [0x6a38] = "\x99\x8e", [0x6a39] = "\x99\x8f", [0x6a3a] = "\x99\x90", + [0x6a3b] = "\x99\x91", [0x6a3c] = "\x99\x92", [0x6a3d] = "\x99\x93", + [0x6a3e] = "\x99\x94", [0x6a3f] = "\x99\x95", [0x6a40] = "\x99\x96", + [0x6a41] = "\x99\x97", [0x6a42] = "\x99\x98", [0x6a43] = "\x99\x99", + [0x6a44] = "\x99\x9a", [0x6a45] = "\x99\x9b", [0x6a46] = "\x99\x9c", + [0x6a47] = "\x99\x9d", [0x6a48] = "\x99\x9e", [0x6a49] = "\x99\x9f", + [0x6a4a] = "\x99\xa0", [0x6a4b] = "\x99\xa1", [0x6a4c] = "\x99\xa2", + [0x6a4d] = "\x99\xa3", [0x6a4e] = "\x99\xa4", [0x6a4f] = "\x99\xa5", + [0x6a50] = "\x99\xa6", [0x6a51] = "\x99\xa7", [0x6a52] = "\x99\xa8", + [0x6a53] = "\x99\xa9", [0x6a54] = "\x99\xaa", [0x6a55] = "\x99\xab", + [0x6a56] = "\x99\xac", [0x6a57] = "\x99\xad", [0x6a58] = "\x99\xae", + [0x6a59] = "\x99\xaf", [0x6a5a] = "\x99\xb0", [0x6a5b] = "\x99\xb1", + [0x6a5c] = "\x99\xb2", [0x6a5d] = "\x99\xb3", [0x6a5e] = "\x99\xb4", + [0x6a5f] = "\x99\xb5", [0x6a60] = "\x99\xb6", [0x6a61] = "\x99\xb7", + [0x6a62] = "\x99\xb8", [0x6a63] = "\x99\xb9", [0x6a64] = "\x99\xba", + [0x6a65] = "\x99\xbb", [0x6a66] = "\x99\xbc", [0x6a67] = "\x99\xbd", + [0x6a68] = "\x99\xbe", [0x6a69] = "\x99\xbf", [0x6a6a] = "\x99\xc0", + [0x6a6b] = "\x99\xc1", [0x6a6c] = "\x99\xc2", [0x6a6d] = "\x99\xc3", + [0x6a6e] = "\x99\xc4", [0x6a6f] = "\x99\xc5", [0x6a70] = "\x99\xc6", + [0x6a71] = "\x99\xc7", [0x6a72] = "\x99\xc8", [0x6a73] = "\x99\xc9", + [0x6a74] = "\x99\xca", [0x6a75] = "\x99\xcb", [0x6a76] = "\x99\xcc", + [0x6a77] = "\x99\xcd", [0x6a78] = "\x99\xce", [0x6a79] = "\x99\xcf", + [0x6a7a] = "\x99\xd0", [0x6a7b] = "\x99\xd1", [0x6a7c] = "\x99\xd2", + [0x6a7d] = "\x99\xd3", [0x6a7e] = "\x99\xd4", [0x6a7f] = "\x99\xd5", + [0x6a80] = "\x99\xd6", [0x6a81] = "\x99\xd7", [0x6a82] = "\x99\xd8", + [0x6a83] = "\x99\xd9", [0x6a84] = "\x99\xda", [0x6a85] = "\x99\xdb", + [0x6a86] = "\x99\xdc", [0x6a87] = "\x99\xdd", [0x6a88] = "\x99\xde", + [0x6a89] = "\x99\xdf", [0x6a8a] = "\x99\xe0", [0x6a8b] = "\x99\xe1", + [0x6a8c] = "\x99\xe2", [0x6a8d] = "\x99\xe3", [0x6a8e] = "\x99\xe4", + [0x6a8f] = "\x99\xe5", [0x6a90] = "\x99\xe6", [0x6a91] = "\x99\xe7", + [0x6a92] = "\x99\xe8", [0x6a93] = "\x99\xe9", [0x6a94] = "\x99\xea", + [0x6a95] = "\x99\xeb", [0x6a96] = "\x99\xec", [0x6a97] = "\x99\xed", + [0x6a98] = "\x99\xee", [0x6a99] = "\x99\xef", [0x6a9a] = "\x99\xf0", + [0x6a9b] = "\x99\xf1", [0x6a9c] = "\x99\xf2", [0x6a9d] = "\x99\xf3", + [0x6a9e] = "\x99\xf4", [0x6a9f] = "\x99\xf5", [0x6aa0] = "\xc7\xb7", + [0x6aa1] = "\xb4\xce", [0x6aa2] = "\xbb\xb6", [0x6aa3] = "\xd0\xc0", + [0x6aa4] = "\xec\xa3", [0x6aa5] = "\x99\xf6", [0x6aa6] = "\x99\xf7", + [0x6aa7] = "\xc5\xb7", [0x6aa8] = "\x99\xf8", [0x6aa9] = "\x99\xf9", + [0x6aaa] = "\x99\xfa", [0x6aab] = "\x99\xfb", [0x6aac] = "\x99\xfc", + [0x6aad] = "\x99\xfd", [0x6aae] = "\x99\xfe", [0x6aaf] = "\x9a\x40", + [0x6ab0] = "\x9a\x41", [0x6ab1] = "\x9a\x42", [0x6ab2] = "\xd3\xfb", + [0x6ab3] = "\x9a\x43", [0x6ab4] = "\x9a\x44", [0x6ab5] = "\x9a\x45", + [0x6ab6] = "\x9a\x46", [0x6ab7] = "\xec\xa4", [0x6ab8] = "\x9a\x47", + [0x6ab9] = "\xec\xa5", [0x6aba] = "\xc6\xdb", [0x6abb] = "\x9a\x48", + [0x6abc] = "\x9a\x49", [0x6abd] = "\x9a\x4a", [0x6abe] = "\xbf\xee", + [0x6abf] = "\x9a\x4b", [0x6ac0] = "\x9a\x4c", [0x6ac1] = "\x9a\x4d", + [0x6ac2] = "\x9a\x4e", [0x6ac3] = "\xec\xa6", [0x6ac4] = "\x9a\x4f", + [0x6ac5] = "\x9a\x50", [0x6ac6] = "\xec\xa7", [0x6ac7] = "\xd0\xaa", + [0x6ac8] = "\x9a\x51", [0x6ac9] = "\xc7\xb8", [0x6aca] = "\x9a\x52", + [0x6acb] = "\x9a\x53", [0x6acc] = "\xb8\xe8", [0x6acd] = "\x9a\x54", + [0x6ace] = "\x9a\x55", [0x6acf] = "\x9a\x56", [0x6ad0] = "\x9a\x57", + [0x6ad1] = "\x9a\x58", [0x6ad2] = "\x9a\x59", [0x6ad3] = "\x9a\x5a", + [0x6ad4] = "\x9a\x5b", [0x6ad5] = "\x9a\x5c", [0x6ad6] = "\x9a\x5d", + [0x6ad7] = "\x9a\x5e", [0x6ad8] = "\x9a\x5f", [0x6ad9] = "\xec\xa8", + [0x6ada] = "\x9a\x60", [0x6adb] = "\x9a\x61", [0x6adc] = "\x9a\x62", + [0x6add] = "\x9a\x63", [0x6ade] = "\x9a\x64", [0x6adf] = "\x9a\x65", + [0x6ae0] = "\x9a\x66", [0x6ae1] = "\x9a\x67", [0x6ae2] = "\xd6\xb9", + [0x6ae3] = "\xd5\xfd", [0x6ae4] = "\xb4\xcb", [0x6ae5] = "\xb2\xbd", + [0x6ae6] = "\xce\xe4", [0x6ae7] = "\xc6\xe7", [0x6ae8] = "\x9a\x68", + [0x6ae9] = "\x9a\x69", [0x6aea] = "\xcd\xe1", [0x6aeb] = "\x9a\x6a", + [0x6aec] = "\x9a\x6b", [0x6aed] = "\x9a\x6c", [0x6aee] = "\x9a\x6d", + [0x6aef] = "\x9a\x6e", [0x6af0] = "\x9a\x6f", [0x6af1] = "\x9a\x70", + [0x6af2] = "\x9a\x71", [0x6af3] = "\x9a\x72", [0x6af4] = "\x9a\x73", + [0x6af5] = "\x9a\x74", [0x6af6] = "\x9a\x75", [0x6af7] = "\x9a\x76", + [0x6af8] = "\x9a\x77", [0x6af9] = "\xb4\xf5", [0x6afa] = "\x9a\x78", + [0x6afb] = "\xcb\xc0", [0x6afc] = "\xbc\xdf", [0x6afd] = "\x9a\x79", + [0x6afe] = "\x9a\x7a", [0x6aff] = "\x9a\x7b", [0x6b00] = "\x9a\x7c", + [0x6b01] = "\xe9\xe2", [0x6b02] = "\xe9\xe3", [0x6b03] = "\xd1\xea", + [0x6b04] = "\xe9\xe5", [0x6b05] = "\x9a\x7d", [0x6b06] = "\xb4\xf9", + [0x6b07] = "\xe9\xe4", [0x6b08] = "\x9a\x7e", [0x6b09] = "\xd1\xb3", + [0x6b0a] = "\xca\xe2", [0x6b0b] = "\xb2\xd0", [0x6b0c] = "\x9a\x80", + [0x6b0d] = "\xe9\xe8", [0x6b0e] = "\x9a\x81", [0x6b0f] = "\x9a\x82", + [0x6b10] = "\x9a\x83", [0x6b11] = "\x9a\x84", [0x6b12] = "\xe9\xe6", + [0x6b13] = "\xe9\xe7", [0x6b14] = "\x9a\x85", [0x6b15] = "\x9a\x86", + [0x6b16] = "\xd6\xb3", [0x6b17] = "\x9a\x87", [0x6b18] = "\x9a\x88", + [0x6b19] = "\x9a\x89", [0x6b1a] = "\xe9\xe9", [0x6b1b] = "\xe9\xea", + [0x6b1c] = "\x9a\x8a", [0x6b1d] = "\x9a\x8b", [0x6b1e] = "\x9a\x8c", + [0x6b1f] = "\x9a\x8d", [0x6b20] = "\x9a\x8e", [0x6b21] = "\xe9\xeb", + [0x6b22] = "\x9a\x8f", [0x6b23] = "\x9a\x90", [0x6b24] = "\x9a\x91", + [0x6b25] = "\x9a\x92", [0x6b26] = "\x9a\x93", [0x6b27] = "\x9a\x94", + [0x6b28] = "\x9a\x95", [0x6b29] = "\x9a\x96", [0x6b2a] = "\xe9\xec", + [0x6b2b] = "\x9a\x97", [0x6b2c] = "\x9a\x98", [0x6b2d] = "\x9a\x99", + [0x6b2e] = "\x9a\x9a", [0x6b2f] = "\x9a\x9b", [0x6b30] = "\x9a\x9c", + [0x6b31] = "\x9a\x9d", [0x6b32] = "\x9a\x9e", [0x6b33] = "\xec\xaf", + [0x6b34] = "\xc5\xb9", [0x6b35] = "\xb6\xce", [0x6b36] = "\x9a\x9f", + [0x6b37] = "\xd2\xf3", [0x6b38] = "\x9a\xa0", [0x6b39] = "\x9a\xa1", + [0x6b3a] = "\x9a\xa2", [0x6b3b] = "\x9a\xa3", [0x6b3c] = "\x9a\xa4", + [0x6b3d] = "\x9a\xa5", [0x6b3e] = "\x9a\xa6", [0x6b3f] = "\xb5\xee", + [0x6b40] = "\x9a\xa7", [0x6b41] = "\xbb\xd9", [0x6b42] = "\xec\xb1", + [0x6b43] = "\x9a\xa8", [0x6b44] = "\x9a\xa9", [0x6b45] = "\xd2\xe3", + [0x6b46] = "\x9a\xaa", [0x6b47] = "\x9a\xab", [0x6b48] = "\x9a\xac", + [0x6b49] = "\x9a\xad", [0x6b4a] = "\x9a\xae", [0x6b4b] = "\xce\xe3", + [0x6b4c] = "\x9a\xaf", [0x6b4d] = "\xc4\xb8", [0x6b4e] = "\x9a\xb0", + [0x6b4f] = "\xc3\xbf", [0x6b50] = "\x9a\xb1", [0x6b51] = "\x9a\xb2", + [0x6b52] = "\xb6\xbe", [0x6b53] = "\xd8\xb9", [0x6b54] = "\xb1\xc8", + [0x6b55] = "\xb1\xcf", [0x6b56] = "\xb1\xd1", [0x6b57] = "\xc5\xfe", + [0x6b58] = "\x9a\xb3", [0x6b59] = "\xb1\xd0", [0x6b5a] = "\x9a\xb4", + [0x6b5b] = "\xc3\xab", [0x6b5c] = "\x9a\xb5", [0x6b5d] = "\x9a\xb6", + [0x6b5e] = "\x9a\xb7", [0x6b5f] = "\x9a\xb8", [0x6b60] = "\x9a\xb9", + [0x6b61] = "\xd5\xb1", [0x6b62] = "\x9a\xba", [0x6b63] = "\x9a\xbb", + [0x6b64] = "\x9a\xbc", [0x6b65] = "\x9a\xbd", [0x6b66] = "\x9a\xbe", + [0x6b67] = "\x9a\xbf", [0x6b68] = "\x9a\xc0", [0x6b69] = "\x9a\xc1", + [0x6b6a] = "\xeb\xa4", [0x6b6b] = "\xba\xc1", [0x6b6c] = "\x9a\xc2", + [0x6b6d] = "\x9a\xc3", [0x6b6e] = "\x9a\xc4", [0x6b6f] = "\xcc\xba", + [0x6b70] = "\x9a\xc5", [0x6b71] = "\x9a\xc6", [0x6b72] = "\x9a\xc7", + [0x6b73] = "\xeb\xa5", [0x6b74] = "\x9a\xc8", [0x6b75] = "\xeb\xa7", + [0x6b76] = "\x9a\xc9", [0x6b77] = "\x9a\xca", [0x6b78] = "\x9a\xcb", + [0x6b79] = "\xeb\xa8", [0x6b7a] = "\x9a\xcc", [0x6b7b] = "\x9a\xcd", + [0x6b7c] = "\x9a\xce", [0x6b7d] = "\xeb\xa6", [0x6b7e] = "\x9a\xcf", + [0x6b7f] = "\x9a\xd0", [0x6b80] = "\x9a\xd1", [0x6b81] = "\x9a\xd2", + [0x6b82] = "\x9a\xd3", [0x6b83] = "\x9a\xd4", [0x6b84] = "\x9a\xd5", + [0x6b85] = "\xeb\xa9", [0x6b86] = "\xeb\xab", [0x6b87] = "\xeb\xaa", + [0x6b88] = "\x9a\xd6", [0x6b89] = "\x9a\xd7", [0x6b8a] = "\x9a\xd8", + [0x6b8b] = "\x9a\xd9", [0x6b8c] = "\x9a\xda", [0x6b8d] = "\xeb\xac", + [0x6b8e] = "\x9a\xdb", [0x6b8f] = "\xca\xcf", [0x6b90] = "\xd8\xb5", + [0x6b91] = "\xc3\xf1", [0x6b92] = "\x9a\xdc", [0x6b93] = "\xc3\xa5", + [0x6b94] = "\xc6\xf8", [0x6b95] = "\xeb\xad", [0x6b96] = "\xc4\xca", + [0x6b97] = "\x9a\xdd", [0x6b98] = "\xeb\xae", [0x6b99] = "\xeb\xaf", + [0x6b9a] = "\xeb\xb0", [0x6b9b] = "\xb7\xd5", [0x6b9c] = "\x9a\xde", + [0x6b9d] = "\x9a\xdf", [0x6b9e] = "\x9a\xe0", [0x6b9f] = "\xb7\xfa", + [0x6ba0] = "\x9a\xe1", [0x6ba1] = "\xeb\xb1", [0x6ba2] = "\xc7\xe2", + [0x6ba3] = "\x9a\xe2", [0x6ba4] = "\xeb\xb3", [0x6ba5] = "\x9a\xe3", + [0x6ba6] = "\xba\xa4", [0x6ba7] = "\xd1\xf5", [0x6ba8] = "\xb0\xb1", + [0x6ba9] = "\xeb\xb2", [0x6baa] = "\xeb\xb4", [0x6bab] = "\x9a\xe4", + [0x6bac] = "\x9a\xe5", [0x6bad] = "\x9a\xe6", [0x6bae] = "\xb5\xaa", + [0x6baf] = "\xc2\xc8", [0x6bb0] = "\xc7\xe8", [0x6bb1] = "\x9a\xe7", + [0x6bb2] = "\xeb\xb5", [0x6bb3] = "\x9a\xe8", [0x6bb4] = "\xcb\xae", + [0x6bb5] = "\xe3\xdf", [0x6bb6] = "\x9a\xe9", [0x6bb7] = "\x9a\xea", + [0x6bb8] = "\xd3\xc0", [0x6bb9] = "\x9a\xeb", [0x6bba] = "\x9a\xec", + [0x6bbb] = "\x9a\xed", [0x6bbc] = "\x9a\xee", [0x6bbd] = "\xd9\xdb", + [0x6bbe] = "\x9a\xef", [0x6bbf] = "\x9a\xf0", [0x6bc0] = "\xcd\xa1", + [0x6bc1] = "\xd6\xad", [0x6bc2] = "\xc7\xf3", [0x6bc3] = "\x9a\xf1", + [0x6bc4] = "\x9a\xf2", [0x6bc5] = "\x9a\xf3", [0x6bc6] = "\xd9\xe0", + [0x6bc7] = "\xbb\xe3", [0x6bc8] = "\x9a\xf4", [0x6bc9] = "\xba\xba", + [0x6bca] = "\xe3\xe2", [0x6bcb] = "\x9a\xf5", [0x6bcc] = "\x9a\xf6", + [0x6bcd] = "\x9a\xf7", [0x6bce] = "\x9a\xf8", [0x6bcf] = "\x9a\xf9", + [0x6bd0] = "\xcf\xab", [0x6bd1] = "\x9a\xfa", [0x6bd2] = "\x9a\xfb", + [0x6bd3] = "\x9a\xfc", [0x6bd4] = "\xe3\xe0", [0x6bd5] = "\xc9\xc7", + [0x6bd6] = "\x9a\xfd", [0x6bd7] = "\xba\xb9", [0x6bd8] = "\x9a\xfe", + [0x6bd9] = "\x9b\x40", [0x6bda] = "\x9b\x41", [0x6bdb] = "\xd1\xb4", + [0x6bdc] = "\xe3\xe1", [0x6bdd] = "\xc8\xea", [0x6bde] = "\xb9\xaf", + [0x6bdf] = "\xbd\xad", [0x6be0] = "\xb3\xd8", [0x6be1] = "\xce\xdb", + [0x6be2] = "\x9b\x42", [0x6be3] = "\x9b\x43", [0x6be4] = "\xcc\xc0", + [0x6be5] = "\x9b\x44", [0x6be6] = "\x9b\x45", [0x6be7] = "\x9b\x46", + [0x6be8] = "\xe3\xe8", [0x6be9] = "\xe3\xe9", [0x6bea] = "\xcd\xf4", + [0x6beb] = "\x9b\x47", [0x6bec] = "\x9b\x48", [0x6bed] = "\x9b\x49", + [0x6bee] = "\x9b\x4a", [0x6bef] = "\x9b\x4b", [0x6bf0] = "\xcc\xad", + [0x6bf1] = "\x9b\x4c", [0x6bf2] = "\xbc\xb3", [0x6bf3] = "\x9b\x4d", + [0x6bf4] = "\xe3\xea", [0x6bf5] = "\x9b\x4e", [0x6bf6] = "\xe3\xeb", + [0x6bf7] = "\x9b\x4f", [0x6bf8] = "\x9b\x50", [0x6bf9] = "\xd0\xda", + [0x6bfa] = "\x9b\x51", [0x6bfb] = "\x9b\x52", [0x6bfc] = "\x9b\x53", + [0x6bfd] = "\xc6\xfb", [0x6bfe] = "\xb7\xda", [0x6bff] = "\x9b\x54", + [0x6c00] = "\x9b\x55", [0x6c01] = "\xc7\xdf", [0x6c02] = "\xd2\xca", + [0x6c03] = "\xce\xd6", [0x6c04] = "\x9b\x56", [0x6c05] = "\xe3\xe4", + [0x6c06] = "\xe3\xec", [0x6c07] = "\x9b\x57", [0x6c08] = "\xc9\xf2", + [0x6c09] = "\xb3\xc1", [0x6c0a] = "\x9b\x58", [0x6c0b] = "\x9b\x59", + [0x6c0c] = "\xe3\xe7", [0x6c0d] = "\x9b\x5a", [0x6c0e] = "\x9b\x5b", + [0x6c0f] = "\xc6\xe3", [0x6c10] = "\xe3\xe5", [0x6c11] = "\x9b\x5c", + [0x6c12] = "\x9b\x5d", [0x6c13] = "\xed\xb3", [0x6c14] = "\xe3\xe6", + [0x6c15] = "\x9b\x5e", [0x6c16] = "\x9b\x5f", [0x6c17] = "\x9b\x60", + [0x6c18] = "\x9b\x61", [0x6c19] = "\xc9\xb3", [0x6c1a] = "\x9b\x62", + [0x6c1b] = "\xc5\xe6", [0x6c1c] = "\x9b\x63", [0x6c1d] = "\x9b\x64", + [0x6c1e] = "\x9b\x65", [0x6c1f] = "\xb9\xb5", [0x6c20] = "\x9b\x66", + [0x6c21] = "\xc3\xbb", [0x6c22] = "\x9b\x67", [0x6c23] = "\xe3\xe3", + [0x6c24] = "\xc5\xbd", [0x6c25] = "\xc1\xa4", [0x6c26] = "\xc2\xd9", + [0x6c27] = "\xb2\xd7", [0x6c28] = "\x9b\x68", [0x6c29] = "\xe3\xed", + [0x6c2a] = "\xbb\xa6", [0x6c2b] = "\xc4\xad", [0x6c2c] = "\x9b\x69", + [0x6c2d] = "\xe3\xf0", [0x6c2e] = "\xbe\xda", [0x6c2f] = "\x9b\x6a", + [0x6c30] = "\x9b\x6b", [0x6c31] = "\xe3\xfb", [0x6c32] = "\xe3\xf5", + [0x6c33] = "\xba\xd3", [0x6c34] = "\x9b\x6c", [0x6c35] = "\x9b\x6d", + [0x6c36] = "\x9b\x6e", [0x6c37] = "\x9b\x6f", [0x6c38] = "\xb7\xd0", + [0x6c39] = "\xd3\xcd", [0x6c3a] = "\x9b\x70", [0x6c3b] = "\xd6\xce", + [0x6c3c] = "\xd5\xd3", [0x6c3d] = "\xb9\xc1", [0x6c3e] = "\xd5\xb4", + [0x6c3f] = "\xd1\xd8", [0x6c40] = "\x9b\x71", [0x6c41] = "\x9b\x72", + [0x6c42] = "\x9b\x73", [0x6c43] = "\x9b\x74", [0x6c44] = "\xd0\xb9", + [0x6c45] = "\xc7\xf6", [0x6c46] = "\x9b\x75", [0x6c47] = "\x9b\x76", + [0x6c48] = "\x9b\x77", [0x6c49] = "\xc8\xaa", [0x6c4a] = "\xb2\xb4", + [0x6c4b] = "\x9b\x78", [0x6c4c] = "\xc3\xda", [0x6c4d] = "\x9b\x79", + [0x6c4e] = "\x9b\x7a", [0x6c4f] = "\x9b\x7b", [0x6c50] = "\xe3\xee", + [0x6c51] = "\x9b\x7c", [0x6c52] = "\x9b\x7d", [0x6c53] = "\xe3\xfc", + [0x6c54] = "\xe3\xef", [0x6c55] = "\xb7\xa8", [0x6c56] = "\xe3\xf7", + [0x6c57] = "\xe3\xf4", [0x6c58] = "\x9b\x7e", [0x6c59] = "\x9b\x80", + [0x6c5a] = "\x9b\x81", [0x6c5b] = "\xb7\xba", [0x6c5c] = "\x9b\x82", + [0x6c5d] = "\x9b\x83", [0x6c5e] = "\xc5\xa2", [0x6c5f] = "\x9b\x84", + [0x6c60] = "\xe3\xf6", [0x6c61] = "\xc5\xdd", [0x6c62] = "\xb2\xa8", + [0x6c63] = "\xc6\xfc", [0x6c64] = "\x9b\x85", [0x6c65] = "\xc4\xe0", + [0x6c66] = "\x9b\x86", [0x6c67] = "\x9b\x87", [0x6c68] = "\xd7\xa2", + [0x6c69] = "\x9b\x88", [0x6c6a] = "\xc0\xe1", [0x6c6b] = "\xe3\xf9", + [0x6c6c] = "\x9b\x89", [0x6c6d] = "\x9b\x8a", [0x6c6e] = "\xe3\xfa", + [0x6c6f] = "\xe3\xfd", [0x6c70] = "\xcc\xa9", [0x6c71] = "\xe3\xf3", + [0x6c72] = "\x9b\x8b", [0x6c73] = "\xd3\xbe", [0x6c74] = "\x9b\x8c", + [0x6c75] = "\xb1\xc3", [0x6c76] = "\xed\xb4", [0x6c77] = "\xe3\xf1", + [0x6c78] = "\xe3\xf2", [0x6c79] = "\x9b\x8d", [0x6c7a] = "\xe3\xf8", + [0x6c7b] = "\xd0\xba", [0x6c7c] = "\xc6\xc3", [0x6c7d] = "\xd4\xf3", + [0x6c7e] = "\xe3\xfe", [0x6c7f] = "\x9b\x8e", [0x6c80] = "\x9b\x8f", + [0x6c81] = "\xbd\xe0", [0x6c82] = "\x9b\x90", [0x6c83] = "\x9b\x91", + [0x6c84] = "\xe4\xa7", [0x6c85] = "\x9b\x92", [0x6c86] = "\x9b\x93", + [0x6c87] = "\xe4\xa6", [0x6c88] = "\x9b\x94", [0x6c89] = "\x9b\x95", + [0x6c8a] = "\x9b\x96", [0x6c8b] = "\xd1\xf3", [0x6c8c] = "\xe4\xa3", + [0x6c8d] = "\x9b\x97", [0x6c8e] = "\xe4\xa9", [0x6c8f] = "\x9b\x98", + [0x6c90] = "\x9b\x99", [0x6c91] = "\x9b\x9a", [0x6c92] = "\xc8\xf7", + [0x6c93] = "\x9b\x9b", [0x6c94] = "\x9b\x9c", [0x6c95] = "\x9b\x9d", + [0x6c96] = "\x9b\x9e", [0x6c97] = "\xcf\xb4", [0x6c98] = "\x9b\x9f", + [0x6c99] = "\xe4\xa8", [0x6c9a] = "\xe4\xae", [0x6c9b] = "\xc2\xe5", + [0x6c9c] = "\x9b\xa0", [0x6c9d] = "\x9b\xa1", [0x6c9e] = "\xb6\xb4", + [0x6c9f] = "\x9b\xa2", [0x6ca0] = "\x9b\xa3", [0x6ca1] = "\x9b\xa4", + [0x6ca2] = "\x9b\xa5", [0x6ca3] = "\x9b\xa6", [0x6ca4] = "\x9b\xa7", + [0x6ca5] = "\xbd\xf2", [0x6ca6] = "\x9b\xa8", [0x6ca7] = "\xe4\xa2", + [0x6ca8] = "\x9b\xa9", [0x6ca9] = "\x9b\xaa", [0x6caa] = "\xba\xe9", + [0x6cab] = "\xe4\xaa", [0x6cac] = "\x9b\xab", [0x6cad] = "\x9b\xac", + [0x6cae] = "\xe4\xac", [0x6caf] = "\x9b\xad", [0x6cb0] = "\x9b\xae", + [0x6cb1] = "\xb6\xfd", [0x6cb2] = "\xd6\xde", [0x6cb3] = "\xe4\xb2", + [0x6cb4] = "\x9b\xaf", [0x6cb5] = "\xe4\xad", [0x6cb6] = "\x9b\xb0", + [0x6cb7] = "\x9b\xb1", [0x6cb8] = "\x9b\xb2", [0x6cb9] = "\xe4\xa1", + [0x6cba] = "\x9b\xb3", [0x6cbb] = "\xbb\xee", [0x6cbc] = "\xcd\xdd", + [0x6cbd] = "\xc7\xa2", [0x6cbe] = "\xc5\xc9", [0x6cbf] = "\x9b\xb4", + [0x6cc0] = "\x9b\xb5", [0x6cc1] = "\xc1\xf7", [0x6cc2] = "\x9b\xb6", + [0x6cc3] = "\xe4\xa4", [0x6cc4] = "\x9b\xb7", [0x6cc5] = "\xc7\xb3", + [0x6cc6] = "\xbd\xac", [0x6cc7] = "\xbd\xbd", [0x6cc8] = "\xe4\xa5", + [0x6cc9] = "\x9b\xb8", [0x6cca] = "\xd7\xc7", [0x6ccb] = "\xb2\xe2", + [0x6ccc] = "\x9b\xb9", [0x6ccd] = "\xe4\xab", [0x6cce] = "\xbc\xc3", + [0x6ccf] = "\xe4\xaf", [0x6cd0] = "\x9b\xba", [0x6cd1] = "\xbb\xeb", + [0x6cd2] = "\xe4\xb0", [0x6cd3] = "\xc5\xa8", [0x6cd4] = "\xe4\xb1", + [0x6cd5] = "\x9b\xbb", [0x6cd6] = "\x9b\xbc", [0x6cd7] = "\x9b\xbd", + [0x6cd8] = "\x9b\xbe", [0x6cd9] = "\xd5\xe3", [0x6cda] = "\xbf\xa3", + [0x6cdb] = "\x9b\xbf", [0x6cdc] = "\xe4\xba", [0x6cdd] = "\x9b\xc0", + [0x6cde] = "\xe4\xb7", [0x6cdf] = "\x9b\xc1", [0x6ce0] = "\xe4\xbb", + [0x6ce1] = "\x9b\xc2", [0x6ce2] = "\x9b\xc3", [0x6ce3] = "\xe4\xbd", + [0x6ce4] = "\x9b\xc4", [0x6ce5] = "\x9b\xc5", [0x6ce6] = "\xc6\xd6", + [0x6ce7] = "\x9b\xc6", [0x6ce8] = "\x9b\xc7", [0x6ce9] = "\xba\xc6", + [0x6cea] = "\xc0\xcb", [0x6ceb] = "\x9b\xc8", [0x6cec] = "\x9b\xc9", + [0x6ced] = "\x9b\xca", [0x6cee] = "\xb8\xa1", [0x6cef] = "\xe4\xb4", + [0x6cf0] = "\x9b\xcb", [0x6cf1] = "\x9b\xcc", [0x6cf2] = "\x9b\xcd", + [0x6cf3] = "\x9b\xce", [0x6cf4] = "\xd4\xa1", [0x6cf5] = "\x9b\xcf", + [0x6cf6] = "\x9b\xd0", [0x6cf7] = "\xba\xa3", [0x6cf8] = "\xbd\xfe", + [0x6cf9] = "\x9b\xd1", [0x6cfa] = "\x9b\xd2", [0x6cfb] = "\x9b\xd3", + [0x6cfc] = "\xe4\xbc", [0x6cfd] = "\x9b\xd4", [0x6cfe] = "\x9b\xd5", + [0x6cff] = "\x9b\xd6", [0x6d00] = "\x9b\xd7", [0x6d01] = "\x9b\xd8", + [0x6d02] = "\xcd\xbf", [0x6d03] = "\x9b\xd9", [0x6d04] = "\x9b\xda", + [0x6d05] = "\xc4\xf9", [0x6d06] = "\x9b\xdb", [0x6d07] = "\x9b\xdc", + [0x6d08] = "\xcf\xfb", [0x6d09] = "\xc9\xe6", [0x6d0a] = "\x9b\xdd", + [0x6d0b] = "\x9b\xde", [0x6d0c] = "\xd3\xbf", [0x6d0d] = "\x9b\xdf", + [0x6d0e] = "\xcf\xd1", [0x6d0f] = "\x9b\xe0", [0x6d10] = "\x9b\xe1", + [0x6d11] = "\xe4\xb3", [0x6d12] = "\x9b\xe2", [0x6d13] = "\xe4\xb8", + [0x6d14] = "\xe4\xb9", [0x6d15] = "\xcc\xe9", [0x6d16] = "\x9b\xe3", + [0x6d17] = "\x9b\xe4", [0x6d18] = "\x9b\xe5", [0x6d19] = "\x9b\xe6", + [0x6d1a] = "\x9b\xe7", [0x6d1b] = "\xcc\xce", [0x6d1c] = "\x9b\xe8", + [0x6d1d] = "\xc0\xd4", [0x6d1e] = "\xe4\xb5", [0x6d1f] = "\xc1\xb0", + [0x6d20] = "\xe4\xb6", [0x6d21] = "\xce\xd0", [0x6d22] = "\x9b\xe9", + [0x6d23] = "\xbb\xc1", [0x6d24] = "\xb5\xd3", [0x6d25] = "\x9b\xea", + [0x6d26] = "\xc8\xf3", [0x6d27] = "\xbd\xa7", [0x6d28] = "\xd5\xc7", + [0x6d29] = "\xc9\xac", [0x6d2a] = "\xb8\xa2", [0x6d2b] = "\xe4\xca", + [0x6d2c] = "\x9b\xeb", [0x6d2d] = "\x9b\xec", [0x6d2e] = "\xe4\xcc", + [0x6d2f] = "\xd1\xc4", [0x6d30] = "\x9b\xed", [0x6d31] = "\x9b\xee", + [0x6d32] = "\xd2\xba", [0x6d33] = "\x9b\xef", [0x6d34] = "\x9b\xf0", + [0x6d35] = "\xba\xad", [0x6d36] = "\x9b\xf1", [0x6d37] = "\x9b\xf2", + [0x6d38] = "\xba\xd4", [0x6d39] = "\x9b\xf3", [0x6d3a] = "\x9b\xf4", + [0x6d3b] = "\x9b\xf5", [0x6d3c] = "\x9b\xf6", [0x6d3d] = "\x9b\xf7", + [0x6d3e] = "\x9b\xf8", [0x6d3f] = "\xe4\xc3", [0x6d40] = "\xb5\xed", + [0x6d41] = "\x9b\xf9", [0x6d42] = "\x9b\xfa", [0x6d43] = "\x9b\xfb", + [0x6d44] = "\xd7\xcd", [0x6d45] = "\xe4\xc0", [0x6d46] = "\xcf\xfd", + [0x6d47] = "\xe4\xbf", [0x6d48] = "\x9b\xfc", [0x6d49] = "\x9b\xfd", + [0x6d4a] = "\x9b\xfe", [0x6d4b] = "\xc1\xdc", [0x6d4c] = "\xcc\xca", + [0x6d4d] = "\x9c\x40", [0x6d4e] = "\x9c\x41", [0x6d4f] = "\x9c\x42", + [0x6d50] = "\x9c\x43", [0x6d51] = "\xca\xe7", [0x6d52] = "\x9c\x44", + [0x6d53] = "\x9c\x45", [0x6d54] = "\x9c\x46", [0x6d55] = "\x9c\x47", + [0x6d56] = "\xc4\xd7", [0x6d57] = "\x9c\x48", [0x6d58] = "\xcc\xd4", + [0x6d59] = "\xe4\xc8", [0x6d5a] = "\x9c\x49", [0x6d5b] = "\x9c\x4a", + [0x6d5c] = "\x9c\x4b", [0x6d5d] = "\xe4\xc7", [0x6d5e] = "\xe4\xc1", + [0x6d5f] = "\x9c\x4c", [0x6d60] = "\xe4\xc4", [0x6d61] = "\xb5\xad", + [0x6d62] = "\x9c\x4d", [0x6d63] = "\x9c\x4e", [0x6d64] = "\xd3\xd9", + [0x6d65] = "\x9c\x4f", [0x6d66] = "\xe4\xc6", [0x6d67] = "\x9c\x50", + [0x6d68] = "\x9c\x51", [0x6d69] = "\x9c\x52", [0x6d6a] = "\x9c\x53", + [0x6d6b] = "\xd2\xf9", [0x6d6c] = "\xb4\xe3", [0x6d6d] = "\x9c\x54", + [0x6d6e] = "\xbb\xb4", [0x6d6f] = "\x9c\x55", [0x6d70] = "\x9c\x56", + [0x6d71] = "\xc9\xee", [0x6d72] = "\x9c\x57", [0x6d73] = "\xb4\xbe", + [0x6d74] = "\x9c\x58", [0x6d75] = "\x9c\x59", [0x6d76] = "\x9c\x5a", + [0x6d77] = "\xbb\xec", [0x6d78] = "\x9c\x5b", [0x6d79] = "\xd1\xcd", + [0x6d7a] = "\x9c\x5c", [0x6d7b] = "\xcc\xed", [0x6d7c] = "\xed\xb5", + [0x6d7d] = "\x9c\x5d", [0x6d7e] = "\x9c\x5e", [0x6d7f] = "\x9c\x5f", + [0x6d80] = "\x9c\x60", [0x6d81] = "\x9c\x61", [0x6d82] = "\x9c\x62", + [0x6d83] = "\x9c\x63", [0x6d84] = "\x9c\x64", [0x6d85] = "\xc7\xe5", + [0x6d86] = "\x9c\x65", [0x6d87] = "\x9c\x66", [0x6d88] = "\x9c\x67", + [0x6d89] = "\x9c\x68", [0x6d8a] = "\xd4\xa8", [0x6d8b] = "\x9c\x69", + [0x6d8c] = "\xe4\xcb", [0x6d8d] = "\xd7\xd5", [0x6d8e] = "\xe4\xc2", + [0x6d8f] = "\x9c\x6a", [0x6d90] = "\xbd\xa5", [0x6d91] = "\xe4\xc5", + [0x6d92] = "\x9c\x6b", [0x6d93] = "\x9c\x6c", [0x6d94] = "\xd3\xe6", + [0x6d95] = "\x9c\x6d", [0x6d96] = "\xe4\xc9", [0x6d97] = "\xc9\xf8", + [0x6d98] = "\x9c\x6e", [0x6d99] = "\x9c\x6f", [0x6d9a] = "\xe4\xbe", + [0x6d9b] = "\x9c\x70", [0x6d9c] = "\x9c\x71", [0x6d9d] = "\xd3\xe5", + [0x6d9e] = "\x9c\x72", [0x6d9f] = "\x9c\x73", [0x6da0] = "\xc7\xfe", + [0x6da1] = "\xb6\xc9", [0x6da2] = "\x9c\x74", [0x6da3] = "\xd4\xfc", + [0x6da4] = "\xb2\xb3", [0x6da5] = "\xe4\xd7", [0x6da6] = "\x9c\x75", + [0x6da7] = "\x9c\x76", [0x6da8] = "\x9c\x77", [0x6da9] = "\xce\xc2", + [0x6daa] = "\x9c\x78", [0x6dab] = "\xe4\xcd", [0x6dac] = "\x9c\x79", + [0x6dad] = "\xce\xbc", [0x6dae] = "\x9c\x7a", [0x6daf] = "\xb8\xdb", + [0x6db0] = "\x9c\x7b", [0x6db1] = "\x9c\x7c", [0x6db2] = "\xe4\xd6", + [0x6db3] = "\x9c\x7d", [0x6db4] = "\xbf\xca", [0x6db5] = "\x9c\x7e", + [0x6db6] = "\x9c\x80", [0x6db7] = "\x9c\x81", [0x6db8] = "\xd3\xce", + [0x6db9] = "\x9c\x82", [0x6dba] = "\xc3\xec", [0x6dbb] = "\x9c\x83", + [0x6dbc] = "\x9c\x84", [0x6dbd] = "\x9c\x85", [0x6dbe] = "\x9c\x86", + [0x6dbf] = "\x9c\x87", [0x6dc0] = "\x9c\x88", [0x6dc1] = "\x9c\x89", + [0x6dc2] = "\x9c\x8a", [0x6dc3] = "\xc5\xc8", [0x6dc4] = "\xe4\xd8", + [0x6dc5] = "\x9c\x8b", [0x6dc6] = "\x9c\x8c", [0x6dc7] = "\x9c\x8d", + [0x6dc8] = "\x9c\x8e", [0x6dc9] = "\x9c\x8f", [0x6dca] = "\x9c\x90", + [0x6dcb] = "\x9c\x91", [0x6dcc] = "\x9c\x92", [0x6dcd] = "\xcd\xc4", + [0x6dce] = "\xe4\xcf", [0x6dcf] = "\x9c\x93", [0x6dd0] = "\x9c\x94", + [0x6dd1] = "\x9c\x95", [0x6dd2] = "\x9c\x96", [0x6dd3] = "\xe4\xd4", + [0x6dd4] = "\xe4\xd5", [0x6dd5] = "\x9c\x97", [0x6dd6] = "\xba\xfe", + [0x6dd7] = "\x9c\x98", [0x6dd8] = "\xcf\xe6", [0x6dd9] = "\x9c\x99", + [0x6dda] = "\x9c\x9a", [0x6ddb] = "\xd5\xbf", [0x6ddc] = "\x9c\x9b", + [0x6ddd] = "\x9c\x9c", [0x6dde] = "\x9c\x9d", [0x6ddf] = "\xe4\xd2", + [0x6de0] = "\x9c\x9e", [0x6de1] = "\x9c\x9f", [0x6de2] = "\x9c\xa0", + [0x6de3] = "\x9c\xa1", [0x6de4] = "\x9c\xa2", [0x6de5] = "\x9c\xa3", + [0x6de6] = "\x9c\xa4", [0x6de7] = "\x9c\xa5", [0x6de8] = "\x9c\xa6", + [0x6de9] = "\x9c\xa7", [0x6dea] = "\x9c\xa8", [0x6deb] = "\xe4\xd0", + [0x6dec] = "\x9c\xa9", [0x6ded] = "\x9c\xaa", [0x6dee] = "\xe4\xce", + [0x6def] = "\x9c\xab", [0x6df0] = "\x9c\xac", [0x6df1] = "\x9c\xad", + [0x6df2] = "\x9c\xae", [0x6df3] = "\x9c\xaf", [0x6df4] = "\x9c\xb0", + [0x6df5] = "\x9c\xb1", [0x6df6] = "\x9c\xb2", [0x6df7] = "\x9c\xb3", + [0x6df8] = "\x9c\xb4", [0x6df9] = "\x9c\xb5", [0x6dfa] = "\x9c\xb6", + [0x6dfb] = "\x9c\xb7", [0x6dfc] = "\x9c\xb8", [0x6dfd] = "\x9c\xb9", + [0x6dfe] = "\xcd\xe5", [0x6dff] = "\xca\xaa", [0x6e00] = "\x9c\xba", + [0x6e01] = "\x9c\xbb", [0x6e02] = "\x9c\xbc", [0x6e03] = "\xc0\xa3", + [0x6e04] = "\x9c\xbd", [0x6e05] = "\xbd\xa6", [0x6e06] = "\xe4\xd3", + [0x6e07] = "\x9c\xbe", [0x6e08] = "\x9c\xbf", [0x6e09] = "\xb8\xc8", + [0x6e0a] = "\x9c\xc0", [0x6e0b] = "\x9c\xc1", [0x6e0c] = "\x9c\xc2", + [0x6e0d] = "\x9c\xc3", [0x6e0e] = "\x9c\xc4", [0x6e0f] = "\xe4\xe7", + [0x6e10] = "\xd4\xb4", [0x6e11] = "\x9c\xc5", [0x6e12] = "\x9c\xc6", + [0x6e13] = "\x9c\xc7", [0x6e14] = "\x9c\xc8", [0x6e15] = "\x9c\xc9", + [0x6e16] = "\x9c\xca", [0x6e17] = "\x9c\xcb", [0x6e18] = "\xe4\xdb", + [0x6e19] = "\x9c\xcc", [0x6e1a] = "\x9c\xcd", [0x6e1b] = "\x9c\xce", + [0x6e1c] = "\xc1\xef", [0x6e1d] = "\x9c\xcf", [0x6e1e] = "\x9c\xd0", + [0x6e1f] = "\xe4\xe9", [0x6e20] = "\x9c\xd1", [0x6e21] = "\x9c\xd2", + [0x6e22] = "\xd2\xe7", [0x6e23] = "\x9c\xd3", [0x6e24] = "\x9c\xd4", + [0x6e25] = "\xe4\xdf", [0x6e26] = "\x9c\xd5", [0x6e27] = "\xe4\xe0", + [0x6e28] = "\x9c\xd6", [0x6e29] = "\x9c\xd7", [0x6e2a] = "\xcf\xaa", + [0x6e2b] = "\x9c\xd8", [0x6e2c] = "\x9c\xd9", [0x6e2d] = "\x9c\xda", + [0x6e2e] = "\x9c\xdb", [0x6e2f] = "\xcb\xdd", [0x6e30] = "\x9c\xdc", + [0x6e31] = "\xe4\xda", [0x6e32] = "\xe4\xd1", [0x6e33] = "\x9c\xdd", + [0x6e34] = "\xe4\xe5", [0x6e35] = "\x9c\xde", [0x6e36] = "\xc8\xdc", + [0x6e37] = "\xe4\xe3", [0x6e38] = "\x9c\xdf", [0x6e39] = "\x9c\xe0", + [0x6e3a] = "\xc4\xe7", [0x6e3b] = "\xe4\xe2", [0x6e3c] = "\x9c\xe1", + [0x6e3d] = "\xe4\xe1", [0x6e3e] = "\x9c\xe2", [0x6e3f] = "\x9c\xe3", + [0x6e40] = "\x9c\xe4", [0x6e41] = "\xb3\xfc", [0x6e42] = "\xe4\xe8", + [0x6e43] = "\x9c\xe5", [0x6e44] = "\x9c\xe6", [0x6e45] = "\x9c\xe7", + [0x6e46] = "\x9c\xe8", [0x6e47] = "\xb5\xe1", [0x6e48] = "\x9c\xe9", + [0x6e49] = "\x9c\xea", [0x6e4a] = "\x9c\xeb", [0x6e4b] = "\xd7\xcc", + [0x6e4c] = "\x9c\xec", [0x6e4d] = "\x9c\xed", [0x6e4e] = "\x9c\xee", + [0x6e4f] = "\xe4\xe6", [0x6e50] = "\x9c\xef", [0x6e51] = "\xbb\xac", + [0x6e52] = "\x9c\xf0", [0x6e53] = "\xd7\xd2", [0x6e54] = "\xcc\xcf", + [0x6e55] = "\xeb\xf8", [0x6e56] = "\x9c\xf1", [0x6e57] = "\xe4\xe4", + [0x6e58] = "\x9c\xf2", [0x6e59] = "\x9c\xf3", [0x6e5a] = "\xb9\xf6", + [0x6e5b] = "\x9c\xf4", [0x6e5c] = "\x9c\xf5", [0x6e5d] = "\x9c\xf6", + [0x6e5e] = "\xd6\xcd", [0x6e5f] = "\xe4\xd9", [0x6e60] = "\xe4\xdc", + [0x6e61] = "\xc2\xfa", [0x6e62] = "\xe4\xde", [0x6e63] = "\x9c\xf7", + [0x6e64] = "\xc2\xcb", [0x6e65] = "\xc0\xc4", [0x6e66] = "\xc2\xd0", + [0x6e67] = "\x9c\xf8", [0x6e68] = "\xb1\xf5", [0x6e69] = "\xcc\xb2", + [0x6e6a] = "\x9c\xf9", [0x6e6b] = "\x9c\xfa", [0x6e6c] = "\x9c\xfb", + [0x6e6d] = "\x9c\xfc", [0x6e6e] = "\x9c\xfd", [0x6e6f] = "\x9c\xfe", + [0x6e70] = "\x9d\x40", [0x6e71] = "\x9d\x41", [0x6e72] = "\x9d\x42", + [0x6e73] = "\x9d\x43", [0x6e74] = "\xb5\xce", [0x6e75] = "\x9d\x44", + [0x6e76] = "\x9d\x45", [0x6e77] = "\x9d\x46", [0x6e78] = "\x9d\x47", + [0x6e79] = "\xe4\xef", [0x6e7a] = "\x9d\x48", [0x6e7b] = "\x9d\x49", + [0x6e7c] = "\x9d\x4a", [0x6e7d] = "\x9d\x4b", [0x6e7e] = "\x9d\x4c", + [0x6e7f] = "\x9d\x4d", [0x6e80] = "\x9d\x4e", [0x6e81] = "\x9d\x4f", + [0x6e82] = "\xc6\xaf", [0x6e83] = "\x9d\x50", [0x6e84] = "\x9d\x51", + [0x6e85] = "\x9d\x52", [0x6e86] = "\xc6\xe1", [0x6e87] = "\x9d\x53", + [0x6e88] = "\x9d\x54", [0x6e89] = "\xe4\xf5", [0x6e8a] = "\x9d\x55", + [0x6e8b] = "\x9d\x56", [0x6e8c] = "\x9d\x57", [0x6e8d] = "\x9d\x58", + [0x6e8e] = "\x9d\x59", [0x6e8f] = "\xc2\xa9", [0x6e90] = "\x9d\x5a", + [0x6e91] = "\x9d\x5b", [0x6e92] = "\x9d\x5c", [0x6e93] = "\xc0\xec", + [0x6e94] = "\xd1\xdd", [0x6e95] = "\xe4\xee", [0x6e96] = "\x9d\x5d", + [0x6e97] = "\x9d\x5e", [0x6e98] = "\x9d\x5f", [0x6e99] = "\x9d\x60", + [0x6e9a] = "\x9d\x61", [0x6e9b] = "\x9d\x62", [0x6e9c] = "\x9d\x63", + [0x6e9d] = "\x9d\x64", [0x6e9e] = "\x9d\x65", [0x6e9f] = "\x9d\x66", + [0x6ea0] = "\xc4\xae", [0x6ea1] = "\x9d\x67", [0x6ea2] = "\x9d\x68", + [0x6ea3] = "\x9d\x69", [0x6ea4] = "\xe4\xed", [0x6ea5] = "\x9d\x6a", + [0x6ea6] = "\x9d\x6b", [0x6ea7] = "\x9d\x6c", [0x6ea8] = "\x9d\x6d", + [0x6ea9] = "\xe4\xf6", [0x6eaa] = "\xe4\xf4", [0x6eab] = "\xc2\xfe", + [0x6eac] = "\x9d\x6e", [0x6ead] = "\xe4\xdd", [0x6eae] = "\x9d\x6f", + [0x6eaf] = "\xe4\xf0", [0x6eb0] = "\x9d\x70", [0x6eb1] = "\xca\xfe", + [0x6eb2] = "\x9d\x71", [0x6eb3] = "\xd5\xc4", [0x6eb4] = "\x9d\x72", + [0x6eb5] = "\x9d\x73", [0x6eb6] = "\xe4\xf1", [0x6eb7] = "\x9d\x74", + [0x6eb8] = "\x9d\x75", [0x6eb9] = "\x9d\x76", [0x6eba] = "\x9d\x77", + [0x6ebb] = "\x9d\x78", [0x6ebc] = "\x9d\x79", [0x6ebd] = "\x9d\x7a", + [0x6ebe] = "\xd1\xfa", [0x6ebf] = "\x9d\x7b", [0x6ec0] = "\x9d\x7c", + [0x6ec1] = "\x9d\x7d", [0x6ec2] = "\x9d\x7e", [0x6ec3] = "\x9d\x80", + [0x6ec4] = "\x9d\x81", [0x6ec5] = "\x9d\x82", [0x6ec6] = "\xe4\xeb", + [0x6ec7] = "\xe4\xec", [0x6ec8] = "\x9d\x83", [0x6ec9] = "\x9d\x84", + [0x6eca] = "\x9d\x85", [0x6ecb] = "\xe4\xf2", [0x6ecc] = "\x9d\x86", + [0x6ecd] = "\xce\xab", [0x6ece] = "\x9d\x87", [0x6ecf] = "\x9d\x88", + [0x6ed0] = "\x9d\x89", [0x6ed1] = "\x9d\x8a", [0x6ed2] = "\x9d\x8b", + [0x6ed3] = "\x9d\x8c", [0x6ed4] = "\x9d\x8d", [0x6ed5] = "\x9d\x8e", + [0x6ed6] = "\x9d\x8f", [0x6ed7] = "\x9d\x90", [0x6ed8] = "\xc5\xcb", + [0x6ed9] = "\x9d\x91", [0x6eda] = "\x9d\x92", [0x6edb] = "\x9d\x93", + [0x6edc] = "\xc7\xb1", [0x6edd] = "\x9d\x94", [0x6ede] = "\xc2\xba", + [0x6edf] = "\x9d\x95", [0x6ee0] = "\x9d\x96", [0x6ee1] = "\x9d\x97", + [0x6ee2] = "\xe4\xea", [0x6ee3] = "\x9d\x98", [0x6ee4] = "\x9d\x99", + [0x6ee5] = "\x9d\x9a", [0x6ee6] = "\xc1\xca", [0x6ee7] = "\x9d\x9b", + [0x6ee8] = "\x9d\x9c", [0x6ee9] = "\x9d\x9d", [0x6eea] = "\x9d\x9e", + [0x6eeb] = "\x9d\x9f", [0x6eec] = "\x9d\xa0", [0x6eed] = "\xcc\xb6", + [0x6eee] = "\xb3\xb1", [0x6eef] = "\x9d\xa1", [0x6ef0] = "\x9d\xa2", + [0x6ef1] = "\x9d\xa3", [0x6ef2] = "\xe4\xfb", [0x6ef3] = "\x9d\xa4", + [0x6ef4] = "\xe4\xf3", [0x6ef5] = "\x9d\xa5", [0x6ef6] = "\x9d\xa6", + [0x6ef7] = "\x9d\xa7", [0x6ef8] = "\xe4\xfa", [0x6ef9] = "\x9d\xa8", + [0x6efa] = "\xe4\xfd", [0x6efb] = "\x9d\xa9", [0x6efc] = "\xe4\xfc", + [0x6efd] = "\x9d\xaa", [0x6efe] = "\x9d\xab", [0x6eff] = "\x9d\xac", + [0x6f00] = "\x9d\xad", [0x6f01] = "\x9d\xae", [0x6f02] = "\x9d\xaf", + [0x6f03] = "\x9d\xb0", [0x6f04] = "\xb3\xce", [0x6f05] = "\x9d\xb1", + [0x6f06] = "\x9d\xb2", [0x6f07] = "\x9d\xb3", [0x6f08] = "\xb3\xba", + [0x6f09] = "\xe4\xf7", [0x6f0a] = "\x9d\xb4", [0x6f0b] = "\x9d\xb5", + [0x6f0c] = "\xe4\xf9", [0x6f0d] = "\xe4\xf8", [0x6f0e] = "\xc5\xec", + [0x6f0f] = "\x9d\xb6", [0x6f10] = "\x9d\xb7", [0x6f11] = "\x9d\xb8", + [0x6f12] = "\x9d\xb9", [0x6f13] = "\x9d\xba", [0x6f14] = "\x9d\xbb", + [0x6f15] = "\x9d\xbc", [0x6f16] = "\x9d\xbd", [0x6f17] = "\x9d\xbe", + [0x6f18] = "\x9d\xbf", [0x6f19] = "\x9d\xc0", [0x6f1a] = "\x9d\xc1", + [0x6f1b] = "\x9d\xc2", [0x6f1c] = "\xc0\xbd", [0x6f1d] = "\x9d\xc3", + [0x6f1e] = "\x9d\xc4", [0x6f1f] = "\x9d\xc5", [0x6f20] = "\x9d\xc6", + [0x6f21] = "\xd4\xe8", [0x6f22] = "\x9d\xc7", [0x6f23] = "\x9d\xc8", + [0x6f24] = "\x9d\xc9", [0x6f25] = "\x9d\xca", [0x6f26] = "\x9d\xcb", + [0x6f27] = "\xe5\xa2", [0x6f28] = "\x9d\xcc", [0x6f29] = "\x9d\xcd", + [0x6f2a] = "\x9d\xce", [0x6f2b] = "\x9d\xcf", [0x6f2c] = "\x9d\xd0", + [0x6f2d] = "\x9d\xd1", [0x6f2e] = "\x9d\xd2", [0x6f2f] = "\x9d\xd3", + [0x6f30] = "\x9d\xd4", [0x6f31] = "\x9d\xd5", [0x6f32] = "\x9d\xd6", + [0x6f33] = "\xb0\xc4", [0x6f34] = "\x9d\xd7", [0x6f35] = "\x9d\xd8", + [0x6f36] = "\xe5\xa4", [0x6f37] = "\x9d\xd9", [0x6f38] = "\x9d\xda", + [0x6f39] = "\xe5\xa3", [0x6f3a] = "\x9d\xdb", [0x6f3b] = "\x9d\xdc", + [0x6f3c] = "\x9d\xdd", [0x6f3d] = "\x9d\xde", [0x6f3e] = "\x9d\xdf", + [0x6f3f] = "\x9d\xe0", [0x6f40] = "\xbc\xa4", [0x6f41] = "\x9d\xe1", + [0x6f42] = "\xe5\xa5", [0x6f43] = "\x9d\xe2", [0x6f44] = "\x9d\xe3", + [0x6f45] = "\x9d\xe4", [0x6f46] = "\x9d\xe5", [0x6f47] = "\x9d\xe6", + [0x6f48] = "\x9d\xe7", [0x6f49] = "\xe5\xa1", [0x6f4a] = "\x9d\xe8", + [0x6f4b] = "\x9d\xe9", [0x6f4c] = "\x9d\xea", [0x6f4d] = "\x9d\xeb", + [0x6f4e] = "\x9d\xec", [0x6f4f] = "\x9d\xed", [0x6f50] = "\x9d\xee", + [0x6f51] = "\xe4\xfe", [0x6f52] = "\xb1\xf4", [0x6f53] = "\x9d\xef", + [0x6f54] = "\x9d\xf0", [0x6f55] = "\x9d\xf1", [0x6f56] = "\x9d\xf2", + [0x6f57] = "\x9d\xf3", [0x6f58] = "\x9d\xf4", [0x6f59] = "\x9d\xf5", + [0x6f5a] = "\x9d\xf6", [0x6f5b] = "\x9d\xf7", [0x6f5c] = "\x9d\xf8", + [0x6f5d] = "\x9d\xf9", [0x6f5e] = "\xe5\xa8", [0x6f5f] = "\x9d\xfa", + [0x6f60] = "\xe5\xa9", [0x6f61] = "\xe5\xa6", [0x6f62] = "\x9d\xfb", + [0x6f63] = "\x9d\xfc", [0x6f64] = "\x9d\xfd", [0x6f65] = "\x9d\xfe", + [0x6f66] = "\x9e\x40", [0x6f67] = "\x9e\x41", [0x6f68] = "\x9e\x42", + [0x6f69] = "\x9e\x43", [0x6f6a] = "\x9e\x44", [0x6f6b] = "\x9e\x45", + [0x6f6c] = "\x9e\x46", [0x6f6d] = "\x9e\x47", [0x6f6e] = "\xe5\xa7", + [0x6f6f] = "\xe5\xaa", [0x6f70] = "\x9e\x48", [0x6f71] = "\x9e\x49", + [0x6f72] = "\x9e\x4a", [0x6f73] = "\x9e\x4b", [0x6f74] = "\x9e\x4c", + [0x6f75] = "\x9e\x4d", [0x6f76] = "\x9e\x4e", [0x6f77] = "\x9e\x4f", + [0x6f78] = "\x9e\x50", [0x6f79] = "\x9e\x51", [0x6f7a] = "\x9e\x52", + [0x6f7b] = "\x9e\x53", [0x6f7c] = "\x9e\x54", [0x6f7d] = "\x9e\x55", + [0x6f7e] = "\x9e\x56", [0x6f7f] = "\x9e\x57", [0x6f80] = "\x9e\x58", + [0x6f81] = "\x9e\x59", [0x6f82] = "\x9e\x5a", [0x6f83] = "\x9e\x5b", + [0x6f84] = "\x9e\x5c", [0x6f85] = "\x9e\x5d", [0x6f86] = "\x9e\x5e", + [0x6f87] = "\x9e\x5f", [0x6f88] = "\x9e\x60", [0x6f89] = "\x9e\x61", + [0x6f8a] = "\x9e\x62", [0x6f8b] = "\x9e\x63", [0x6f8c] = "\x9e\x64", + [0x6f8d] = "\x9e\x65", [0x6f8e] = "\x9e\x66", [0x6f8f] = "\x9e\x67", + [0x6f90] = "\x9e\x68", [0x6f91] = "\xc6\xd9", [0x6f92] = "\x9e\x69", + [0x6f93] = "\x9e\x6a", [0x6f94] = "\x9e\x6b", [0x6f95] = "\x9e\x6c", + [0x6f96] = "\x9e\x6d", [0x6f97] = "\x9e\x6e", [0x6f98] = "\x9e\x6f", + [0x6f99] = "\x9e\x70", [0x6f9a] = "\xe5\xab", [0x6f9b] = "\xe5\xad", + [0x6f9c] = "\x9e\x71", [0x6f9d] = "\x9e\x72", [0x6f9e] = "\x9e\x73", + [0x6f9f] = "\x9e\x74", [0x6fa0] = "\x9e\x75", [0x6fa1] = "\x9e\x76", + [0x6fa2] = "\x9e\x77", [0x6fa3] = "\xe5\xac", [0x6fa4] = "\x9e\x78", + [0x6fa5] = "\x9e\x79", [0x6fa6] = "\x9e\x7a", [0x6fa7] = "\x9e\x7b", + [0x6fa8] = "\x9e\x7c", [0x6fa9] = "\x9e\x7d", [0x6faa] = "\x9e\x7e", + [0x6fab] = "\x9e\x80", [0x6fac] = "\x9e\x81", [0x6fad] = "\x9e\x82", + [0x6fae] = "\x9e\x83", [0x6faf] = "\x9e\x84", [0x6fb0] = "\x9e\x85", + [0x6fb1] = "\x9e\x86", [0x6fb2] = "\x9e\x87", [0x6fb3] = "\x9e\x88", + [0x6fb4] = "\x9e\x89", [0x6fb5] = "\xe5\xaf", [0x6fb6] = "\x9e\x8a", + [0x6fb7] = "\x9e\x8b", [0x6fb8] = "\x9e\x8c", [0x6fb9] = "\xe5\xae", + [0x6fba] = "\x9e\x8d", [0x6fbb] = "\x9e\x8e", [0x6fbc] = "\x9e\x8f", + [0x6fbd] = "\x9e\x90", [0x6fbe] = "\x9e\x91", [0x6fbf] = "\x9e\x92", + [0x6fc0] = "\x9e\x93", [0x6fc1] = "\x9e\x94", [0x6fc2] = "\x9e\x95", + [0x6fc3] = "\x9e\x96", [0x6fc4] = "\x9e\x97", [0x6fc5] = "\x9e\x98", + [0x6fc6] = "\x9e\x99", [0x6fc7] = "\x9e\x9a", [0x6fc8] = "\x9e\x9b", + [0x6fc9] = "\x9e\x9c", [0x6fca] = "\x9e\x9d", [0x6fcb] = "\x9e\x9e", + [0x6fcc] = "\xb9\xe0", [0x6fcd] = "\x9e\x9f", [0x6fce] = "\x9e\xa0", + [0x6fcf] = "\xe5\xb0", [0x6fd0] = "\x9e\xa1", [0x6fd1] = "\x9e\xa2", + [0x6fd2] = "\x9e\xa3", [0x6fd3] = "\x9e\xa4", [0x6fd4] = "\x9e\xa5", + [0x6fd5] = "\x9e\xa6", [0x6fd6] = "\x9e\xa7", [0x6fd7] = "\x9e\xa8", + [0x6fd8] = "\x9e\xa9", [0x6fd9] = "\x9e\xaa", [0x6fda] = "\x9e\xab", + [0x6fdb] = "\x9e\xac", [0x6fdc] = "\x9e\xad", [0x6fdd] = "\x9e\xae", + [0x6fde] = "\xe5\xb1", [0x6fdf] = "\x9e\xaf", [0x6fe0] = "\x9e\xb0", + [0x6fe1] = "\x9e\xb1", [0x6fe2] = "\x9e\xb2", [0x6fe3] = "\x9e\xb3", + [0x6fe4] = "\x9e\xb4", [0x6fe5] = "\x9e\xb5", [0x6fe6] = "\x9e\xb6", + [0x6fe7] = "\x9e\xb7", [0x6fe8] = "\x9e\xb8", [0x6fe9] = "\x9e\xb9", + [0x6fea] = "\x9e\xba", [0x6feb] = "\xbb\xf0", [0x6fec] = "\xec\xe1", + [0x6fed] = "\xc3\xf0", [0x6fee] = "\x9e\xbb", [0x6fef] = "\xb5\xc6", + [0x6ff0] = "\xbb\xd2", [0x6ff1] = "\x9e\xbc", [0x6ff2] = "\x9e\xbd", + [0x6ff3] = "\x9e\xbe", [0x6ff4] = "\x9e\xbf", [0x6ff5] = "\xc1\xe9", + [0x6ff6] = "\xd4\xee", [0x6ff7] = "\x9e\xc0", [0x6ff8] = "\xbe\xc4", + [0x6ff9] = "\x9e\xc1", [0x6ffa] = "\x9e\xc2", [0x6ffb] = "\x9e\xc3", + [0x6ffc] = "\xd7\xc6", [0x6ffd] = "\x9e\xc4", [0x6ffe] = "\xd4\xd6", + [0x6fff] = "\xb2\xd3", [0x7000] = "\xec\xbe", [0x7001] = "\x9e\xc5", + [0x7002] = "\x9e\xc6", [0x7003] = "\x9e\xc7", [0x7004] = "\x9e\xc8", + [0x7005] = "\xea\xc1", [0x7006] = "\x9e\xc9", [0x7007] = "\x9e\xca", + [0x7008] = "\x9e\xcb", [0x7009] = "\xc2\xaf", [0x700a] = "\xb4\xb6", + [0x700b] = "\x9e\xcc", [0x700c] = "\x9e\xcd", [0x700d] = "\x9e\xce", + [0x700e] = "\xd1\xd7", [0x700f] = "\x9e\xcf", [0x7010] = "\x9e\xd0", + [0x7011] = "\x9e\xd1", [0x7012] = "\xb3\xb4", [0x7013] = "\x9e\xd2", + [0x7014] = "\xc8\xb2", [0x7015] = "\xbf\xbb", [0x7016] = "\xec\xc0", + [0x7017] = "\x9e\xd3", [0x7018] = "\x9e\xd4", [0x7019] = "\xd6\xcb", + [0x701a] = "\x9e\xd5", [0x701b] = "\x9e\xd6", [0x701c] = "\xec\xbf", + [0x701d] = "\xec\xc1", [0x701e] = "\x9e\xd7", [0x701f] = "\x9e\xd8", + [0x7020] = "\x9e\xd9", [0x7021] = "\x9e\xda", [0x7022] = "\x9e\xdb", + [0x7023] = "\x9e\xdc", [0x7024] = "\x9e\xdd", [0x7025] = "\x9e\xde", + [0x7026] = "\x9e\xdf", [0x7027] = "\x9e\xe0", [0x7028] = "\x9e\xe1", + [0x7029] = "\x9e\xe2", [0x702a] = "\x9e\xe3", [0x702b] = "\xec\xc5", + [0x702c] = "\xbe\xe6", [0x702d] = "\xcc\xbf", [0x702e] = "\xc5\xda", + [0x702f] = "\xbe\xbc", [0x7030] = "\x9e\xe4", [0x7031] = "\xec\xc6", + [0x7032] = "\x9e\xe5", [0x7033] = "\xb1\xfe", [0x7034] = "\x9e\xe6", + [0x7035] = "\x9e\xe7", [0x7036] = "\x9e\xe8", [0x7037] = "\xec\xc4", + [0x7038] = "\xd5\xa8", [0x7039] = "\xb5\xe3", [0x703a] = "\x9e\xe9", + [0x703b] = "\xec\xc2", [0x703c] = "\xc1\xb6", [0x703d] = "\xb3\xe3", + [0x703e] = "\x9e\xea", [0x703f] = "\x9e\xeb", [0x7040] = "\xec\xc3", + [0x7041] = "\xcb\xb8", [0x7042] = "\xc0\xc3", [0x7043] = "\xcc\xfe", + [0x7044] = "\x9e\xec", [0x7045] = "\x9e\xed", [0x7046] = "\x9e\xee", + [0x7047] = "\x9e\xef", [0x7048] = "\xc1\xd2", [0x7049] = "\x9e\xf0", + [0x704a] = "\xec\xc8", [0x704b] = "\x9e\xf1", [0x704c] = "\x9e\xf2", + [0x704d] = "\x9e\xf3", [0x704e] = "\x9e\xf4", [0x704f] = "\x9e\xf5", + [0x7050] = "\x9e\xf6", [0x7051] = "\x9e\xf7", [0x7052] = "\x9e\xf8", + [0x7053] = "\x9e\xf9", [0x7054] = "\x9e\xfa", [0x7055] = "\x9e\xfb", + [0x7056] = "\x9e\xfc", [0x7057] = "\x9e\xfd", [0x7058] = "\xba\xe6", + [0x7059] = "\xc0\xd3", [0x705a] = "\x9e\xfe", [0x705b] = "\xd6\xf2", + [0x705c] = "\x9f\x40", [0x705d] = "\x9f\x41", [0x705e] = "\x9f\x42", + [0x705f] = "\xd1\xcc", [0x7060] = "\x9f\x43", [0x7061] = "\x9f\x44", + [0x7062] = "\x9f\x45", [0x7063] = "\x9f\x46", [0x7064] = "\xbf\xbe", + [0x7065] = "\x9f\x47", [0x7066] = "\xb7\xb3", [0x7067] = "\xc9\xd5", + [0x7068] = "\xec\xc7", [0x7069] = "\xbb\xe2", [0x706a] = "\x9f\x48", + [0x706b] = "\xcc\xcc", [0x706c] = "\xbd\xfd", [0x706d] = "\xc8\xc8", + [0x706e] = "\x9f\x49", [0x706f] = "\xcf\xa9", [0x7070] = "\x9f\x4a", + [0x7071] = "\x9f\x4b", [0x7072] = "\x9f\x4c", [0x7073] = "\x9f\x4d", + [0x7074] = "\x9f\x4e", [0x7075] = "\x9f\x4f", [0x7076] = "\x9f\x50", + [0x7077] = "\xcd\xe9", [0x7078] = "\x9f\x51", [0x7079] = "\xc5\xeb", + [0x707a] = "\x9f\x52", [0x707b] = "\x9f\x53", [0x707c] = "\x9f\x54", + [0x707d] = "\xb7\xe9", [0x707e] = "\x9f\x55", [0x707f] = "\x9f\x56", + [0x7080] = "\x9f\x57", [0x7081] = "\x9f\x58", [0x7082] = "\x9f\x59", + [0x7083] = "\x9f\x5a", [0x7084] = "\x9f\x5b", [0x7085] = "\x9f\x5c", + [0x7086] = "\x9f\x5d", [0x7087] = "\x9f\x5e", [0x7088] = "\x9f\x5f", + [0x7089] = "\xd1\xc9", [0x708a] = "\xba\xb8", [0x708b] = "\x9f\x60", + [0x708c] = "\x9f\x61", [0x708d] = "\x9f\x62", [0x708e] = "\x9f\x63", + [0x708f] = "\x9f\x64", [0x7090] = "\xec\xc9", [0x7091] = "\x9f\x65", + [0x7092] = "\x9f\x66", [0x7093] = "\xec\xca", [0x7094] = "\x9f\x67", + [0x7095] = "\xbb\xc0", [0x7096] = "\xec\xcb", [0x7097] = "\x9f\x68", + [0x7098] = "\xec\xe2", [0x7099] = "\xb1\xba", [0x709a] = "\xb7\xd9", + [0x709b] = "\x9f\x69", [0x709c] = "\x9f\x6a", [0x709d] = "\x9f\x6b", + [0x709e] = "\x9f\x6c", [0x709f] = "\x9f\x6d", [0x70a0] = "\x9f\x6e", + [0x70a1] = "\x9f\x6f", [0x70a2] = "\x9f\x70", [0x70a3] = "\x9f\x71", + [0x70a4] = "\x9f\x72", [0x70a5] = "\x9f\x73", [0x70a6] = "\xbd\xb9", + [0x70a7] = "\x9f\x74", [0x70a8] = "\x9f\x75", [0x70a9] = "\x9f\x76", + [0x70aa] = "\x9f\x77", [0x70ab] = "\x9f\x78", [0x70ac] = "\x9f\x79", + [0x70ad] = "\x9f\x7a", [0x70ae] = "\x9f\x7b", [0x70af] = "\xec\xcc", + [0x70b0] = "\xd1\xe6", [0x70b1] = "\xec\xcd", [0x70b2] = "\x9f\x7c", + [0x70b3] = "\x9f\x7d", [0x70b4] = "\x9f\x7e", [0x70b5] = "\x9f\x80", + [0x70b6] = "\xc8\xbb", [0x70b7] = "\x9f\x81", [0x70b8] = "\x9f\x82", + [0x70b9] = "\x9f\x83", [0x70ba] = "\x9f\x84", [0x70bb] = "\x9f\x85", + [0x70bc] = "\x9f\x86", [0x70bd] = "\x9f\x87", [0x70be] = "\x9f\x88", + [0x70bf] = "\x9f\x89", [0x70c0] = "\x9f\x8a", [0x70c1] = "\x9f\x8b", + [0x70c2] = "\x9f\x8c", [0x70c3] = "\x9f\x8d", [0x70c4] = "\x9f\x8e", + [0x70c5] = "\xec\xd1", [0x70c6] = "\x9f\x8f", [0x70c7] = "\x9f\x90", + [0x70c8] = "\x9f\x91", [0x70c9] = "\x9f\x92", [0x70ca] = "\xec\xd3", + [0x70cb] = "\x9f\x93", [0x70cc] = "\xbb\xcd", [0x70cd] = "\x9f\x94", + [0x70ce] = "\xbc\xe5", [0x70cf] = "\x9f\x95", [0x70d0] = "\x9f\x96", + [0x70d1] = "\x9f\x97", [0x70d2] = "\x9f\x98", [0x70d3] = "\x9f\x99", + [0x70d4] = "\x9f\x9a", [0x70d5] = "\x9f\x9b", [0x70d6] = "\x9f\x9c", + [0x70d7] = "\x9f\x9d", [0x70d8] = "\x9f\x9e", [0x70d9] = "\x9f\x9f", + [0x70da] = "\x9f\xa0", [0x70db] = "\x9f\xa1", [0x70dc] = "\xec\xcf", + [0x70dd] = "\x9f\xa2", [0x70de] = "\xc9\xb7", [0x70df] = "\x9f\xa3", + [0x70e0] = "\x9f\xa4", [0x70e1] = "\x9f\xa5", [0x70e2] = "\x9f\xa6", + [0x70e3] = "\x9f\xa7", [0x70e4] = "\xc3\xba", [0x70e5] = "\x9f\xa8", + [0x70e6] = "\xec\xe3", [0x70e7] = "\xd5\xd5", [0x70e8] = "\xec\xd0", + [0x70e9] = "\x9f\xa9", [0x70ea] = "\x9f\xaa", [0x70eb] = "\x9f\xab", + [0x70ec] = "\x9f\xac", [0x70ed] = "\x9f\xad", [0x70ee] = "\xd6\xf3", + [0x70ef] = "\x9f\xae", [0x70f0] = "\x9f\xaf", [0x70f1] = "\x9f\xb0", + [0x70f2] = "\xec\xd2", [0x70f3] = "\xec\xce", [0x70f4] = "\x9f\xb1", + [0x70f5] = "\x9f\xb2", [0x70f6] = "\x9f\xb3", [0x70f7] = "\x9f\xb4", + [0x70f8] = "\xec\xd4", [0x70f9] = "\x9f\xb5", [0x70fa] = "\xec\xd5", + [0x70fb] = "\x9f\xb6", [0x70fc] = "\x9f\xb7", [0x70fd] = "\xc9\xbf", + [0x70fe] = "\x9f\xb8", [0x70ff] = "\x9f\xb9", [0x7100] = "\x9f\xba", + [0x7101] = "\x9f\xbb", [0x7102] = "\x9f\xbc", [0x7103] = "\x9f\xbd", + [0x7104] = "\xcf\xa8", [0x7105] = "\x9f\xbe", [0x7106] = "\x9f\xbf", + [0x7107] = "\x9f\xc0", [0x7108] = "\x9f\xc1", [0x7109] = "\x9f\xc2", + [0x710a] = "\xd0\xdc", [0x710b] = "\x9f\xc3", [0x710c] = "\x9f\xc4", + [0x710d] = "\x9f\xc5", [0x710e] = "\x9f\xc6", [0x710f] = "\xd1\xac", + [0x7110] = "\x9f\xc7", [0x7111] = "\x9f\xc8", [0x7112] = "\x9f\xc9", + [0x7113] = "\x9f\xca", [0x7114] = "\xc8\xdb", [0x7115] = "\x9f\xcb", + [0x7116] = "\x9f\xcc", [0x7117] = "\x9f\xcd", [0x7118] = "\xec\xd6", + [0x7119] = "\xce\xf5", [0x711a] = "\x9f\xce", [0x711b] = "\x9f\xcf", + [0x711c] = "\x9f\xd0", [0x711d] = "\x9f\xd1", [0x711e] = "\x9f\xd2", + [0x711f] = "\xca\xec", [0x7120] = "\xec\xda", [0x7121] = "\x9f\xd3", + [0x7122] = "\x9f\xd4", [0x7123] = "\x9f\xd5", [0x7124] = "\x9f\xd6", + [0x7125] = "\x9f\xd7", [0x7126] = "\x9f\xd8", [0x7127] = "\x9f\xd9", + [0x7128] = "\xec\xd9", [0x7129] = "\x9f\xda", [0x712a] = "\x9f\xdb", + [0x712b] = "\x9f\xdc", [0x712c] = "\xb0\xbe", [0x712d] = "\x9f\xdd", + [0x712e] = "\x9f\xde", [0x712f] = "\x9f\xdf", [0x7130] = "\x9f\xe0", + [0x7131] = "\x9f\xe1", [0x7132] = "\x9f\xe2", [0x7133] = "\xec\xd7", + [0x7134] = "\x9f\xe3", [0x7135] = "\xec\xd8", [0x7136] = "\x9f\xe4", + [0x7137] = "\x9f\xe5", [0x7138] = "\x9f\xe6", [0x7139] = "\xec\xe4", + [0x713a] = "\x9f\xe7", [0x713b] = "\x9f\xe8", [0x713c] = "\x9f\xe9", + [0x713d] = "\x9f\xea", [0x713e] = "\x9f\xeb", [0x713f] = "\x9f\xec", + [0x7140] = "\x9f\xed", [0x7141] = "\x9f\xee", [0x7142] = "\x9f\xef", + [0x7143] = "\xc8\xbc", [0x7144] = "\x9f\xf0", [0x7145] = "\x9f\xf1", + [0x7146] = "\x9f\xf2", [0x7147] = "\x9f\xf3", [0x7148] = "\x9f\xf4", + [0x7149] = "\x9f\xf5", [0x714a] = "\x9f\xf6", [0x714b] = "\x9f\xf7", + [0x714c] = "\x9f\xf8", [0x714d] = "\x9f\xf9", [0x714e] = "\xc1\xc7", + [0x714f] = "\x9f\xfa", [0x7150] = "\x9f\xfb", [0x7151] = "\x9f\xfc", + [0x7152] = "\x9f\xfd", [0x7153] = "\x9f\xfe", [0x7154] = "\xec\xdc", + [0x7155] = "\xd1\xe0", [0x7156] = "\xa0\x40", [0x7157] = "\xa0\x41", + [0x7158] = "\xa0\x42", [0x7159] = "\xa0\x43", [0x715a] = "\xa0\x44", + [0x715b] = "\xa0\x45", [0x715c] = "\xa0\x46", [0x715d] = "\xa0\x47", + [0x715e] = "\xa0\x48", [0x715f] = "\xa0\x49", [0x7160] = "\xec\xdb", + [0x7161] = "\xa0\x4a", [0x7162] = "\xa0\x4b", [0x7163] = "\xa0\x4c", + [0x7164] = "\xa0\x4d", [0x7165] = "\xd4\xef", [0x7166] = "\xa0\x4e", + [0x7167] = "\xec\xdd", [0x7168] = "\xa0\x4f", [0x7169] = "\xa0\x50", + [0x716a] = "\xa0\x51", [0x716b] = "\xa0\x52", [0x716c] = "\xa0\x53", + [0x716d] = "\xa0\x54", [0x716e] = "\xdb\xc6", [0x716f] = "\xa0\x55", + [0x7170] = "\xa0\x56", [0x7171] = "\xa0\x57", [0x7172] = "\xa0\x58", + [0x7173] = "\xa0\x59", [0x7174] = "\xa0\x5a", [0x7175] = "\xa0\x5b", + [0x7176] = "\xa0\x5c", [0x7177] = "\xa0\x5d", [0x7178] = "\xa0\x5e", + [0x7179] = "\xec\xde", [0x717a] = "\xa0\x5f", [0x717b] = "\xa0\x60", + [0x717c] = "\xa0\x61", [0x717d] = "\xa0\x62", [0x717e] = "\xa0\x63", + [0x717f] = "\xa0\x64", [0x7180] = "\xa0\x65", [0x7181] = "\xa0\x66", + [0x7182] = "\xa0\x67", [0x7183] = "\xa0\x68", [0x7184] = "\xa0\x69", + [0x7185] = "\xa0\x6a", [0x7186] = "\xb1\xac", [0x7187] = "\xa0\x6b", + [0x7188] = "\xa0\x6c", [0x7189] = "\xa0\x6d", [0x718a] = "\xa0\x6e", + [0x718b] = "\xa0\x6f", [0x718c] = "\xa0\x70", [0x718d] = "\xa0\x71", + [0x718e] = "\xa0\x72", [0x718f] = "\xa0\x73", [0x7190] = "\xa0\x74", + [0x7191] = "\xa0\x75", [0x7192] = "\xa0\x76", [0x7193] = "\xa0\x77", + [0x7194] = "\xa0\x78", [0x7195] = "\xa0\x79", [0x7196] = "\xa0\x7a", + [0x7197] = "\xa0\x7b", [0x7198] = "\xa0\x7c", [0x7199] = "\xa0\x7d", + [0x719a] = "\xa0\x7e", [0x719b] = "\xa0\x80", [0x719c] = "\xa0\x81", + [0x719d] = "\xec\xdf", [0x719e] = "\xa0\x82", [0x719f] = "\xa0\x83", + [0x71a0] = "\xa0\x84", [0x71a1] = "\xa0\x85", [0x71a2] = "\xa0\x86", + [0x71a3] = "\xa0\x87", [0x71a4] = "\xa0\x88", [0x71a5] = "\xa0\x89", + [0x71a6] = "\xa0\x8a", [0x71a7] = "\xa0\x8b", [0x71a8] = "\xec\xe0", + [0x71a9] = "\xa0\x8c", [0x71aa] = "\xd7\xa6", [0x71ab] = "\xa0\x8d", + [0x71ac] = "\xc5\xc0", [0x71ad] = "\xa0\x8e", [0x71ae] = "\xa0\x8f", + [0x71af] = "\xa0\x90", [0x71b0] = "\xeb\xbc", [0x71b1] = "\xb0\xae", + [0x71b2] = "\xa0\x91", [0x71b3] = "\xa0\x92", [0x71b4] = "\xa0\x93", + [0x71b5] = "\xbe\xf4", [0x71b6] = "\xb8\xb8", [0x71b7] = "\xd2\xaf", + [0x71b8] = "\xb0\xd6", [0x71b9] = "\xb5\xf9", [0x71ba] = "\xa0\x94", + [0x71bb] = "\xd8\xb3", [0x71bc] = "\xa0\x95", [0x71bd] = "\xcb\xac", + [0x71be] = "\xa0\x96", [0x71bf] = "\xe3\xdd", [0x71c0] = "\xa0\x97", + [0x71c1] = "\xa0\x98", [0x71c2] = "\xa0\x99", [0x71c3] = "\xa0\x9a", + [0x71c4] = "\xa0\x9b", [0x71c5] = "\xa0\x9c", [0x71c6] = "\xa0\x9d", + [0x71c7] = "\xc6\xac", [0x71c8] = "\xb0\xe6", [0x71c9] = "\xa0\x9e", + [0x71ca] = "\xa0\x9f", [0x71cb] = "\xa0\xa0", [0x71cc] = "\xc5\xc6", + [0x71cd] = "\xeb\xb9", [0x71ce] = "\xa0\xa1", [0x71cf] = "\xa0\xa2", + [0x71d0] = "\xa0\xa3", [0x71d1] = "\xa0\xa4", [0x71d2] = "\xeb\xba", + [0x71d3] = "\xa0\xa5", [0x71d4] = "\xa0\xa6", [0x71d5] = "\xa0\xa7", + [0x71d6] = "\xeb\xbb", [0x71d7] = "\xa0\xa8", [0x71d8] = "\xa0\xa9", + [0x71d9] = "\xd1\xc0", [0x71da] = "\xa0\xaa", [0x71db] = "\xc5\xa3", + [0x71dc] = "\xa0\xab", [0x71dd] = "\xea\xf2", [0x71de] = "\xa0\xac", + [0x71df] = "\xc4\xb2", [0x71e0] = "\xa0\xad", [0x71e1] = "\xc4\xb5", + [0x71e2] = "\xc0\xce", [0x71e3] = "\xa0\xae", [0x71e4] = "\xa0\xaf", + [0x71e5] = "\xa0\xb0", [0x71e6] = "\xea\xf3", [0x71e7] = "\xc4\xc1", + [0x71e8] = "\xa0\xb1", [0x71e9] = "\xce\xef", [0x71ea] = "\xa0\xb2", + [0x71eb] = "\xa0\xb3", [0x71ec] = "\xa0\xb4", [0x71ed] = "\xa0\xb5", + [0x71ee] = "\xea\xf0", [0x71ef] = "\xea\xf4", [0x71f0] = "\xa0\xb6", + [0x71f1] = "\xa0\xb7", [0x71f2] = "\xc9\xfc", [0x71f3] = "\xa0\xb8", + [0x71f4] = "\xa0\xb9", [0x71f5] = "\xc7\xa3", [0x71f6] = "\xa0\xba", + [0x71f7] = "\xa0\xbb", [0x71f8] = "\xa0\xbc", [0x71f9] = "\xcc\xd8", + [0x71fa] = "\xce\xfe", [0x71fb] = "\xa0\xbd", [0x71fc] = "\xa0\xbe", + [0x71fd] = "\xa0\xbf", [0x71fe] = "\xea\xf5", [0x71ff] = "\xea\xf6", + [0x7200] = "\xcf\xac", [0x7201] = "\xc0\xe7", [0x7202] = "\xa0\xc0", + [0x7203] = "\xa0\xc1", [0x7204] = "\xea\xf7", [0x7205] = "\xa0\xc2", + [0x7206] = "\xa0\xc3", [0x7207] = "\xa0\xc4", [0x7208] = "\xa0\xc5", + [0x7209] = "\xa0\xc6", [0x720a] = "\xb6\xbf", [0x720b] = "\xea\xf8", + [0x720c] = "\xa0\xc7", [0x720d] = "\xea\xf9", [0x720e] = "\xa0\xc8", + [0x720f] = "\xea\xfa", [0x7210] = "\xa0\xc9", [0x7211] = "\xa0\xca", + [0x7212] = "\xea\xfb", [0x7213] = "\xa0\xcb", [0x7214] = "\xa0\xcc", + [0x7215] = "\xa0\xcd", [0x7216] = "\xa0\xce", [0x7217] = "\xa0\xcf", + [0x7218] = "\xa0\xd0", [0x7219] = "\xa0\xd1", [0x721a] = "\xa0\xd2", + [0x721b] = "\xa0\xd3", [0x721c] = "\xa0\xd4", [0x721d] = "\xa0\xd5", + [0x721e] = "\xa0\xd6", [0x721f] = "\xea\xf1", [0x7220] = "\xa0\xd7", + [0x7221] = "\xa0\xd8", [0x7222] = "\xa0\xd9", [0x7223] = "\xa0\xda", + [0x7224] = "\xa0\xdb", [0x7225] = "\xa0\xdc", [0x7226] = "\xa0\xdd", + [0x7227] = "\xa0\xde", [0x7228] = "\xa0\xdf", [0x7229] = "\xa0\xe0", + [0x722a] = "\xa0\xe1", [0x722b] = "\xa0\xe2", [0x722c] = "\xc8\xae", + [0x722d] = "\xe1\xeb", [0x722e] = "\xa0\xe3", [0x722f] = "\xb7\xb8", + [0x7230] = "\xe1\xec", [0x7231] = "\xa0\xe4", [0x7232] = "\xa0\xe5", + [0x7233] = "\xa0\xe6", [0x7234] = "\xe1\xed", [0x7235] = "\xa0\xe7", + [0x7236] = "\xd7\xb4", [0x7237] = "\xe1\xee", [0x7238] = "\xe1\xef", + [0x7239] = "\xd3\xcc", [0x723a] = "\xa0\xe8", [0x723b] = "\xa0\xe9", + [0x723c] = "\xa0\xea", [0x723d] = "\xa0\xeb", [0x723e] = "\xa0\xec", + [0x723f] = "\xa0\xed", [0x7240] = "\xa0\xee", [0x7241] = "\xe1\xf1", + [0x7242] = "\xbf\xf1", [0x7243] = "\xe1\xf0", [0x7244] = "\xb5\xd2", + [0x7245] = "\xa0\xef", [0x7246] = "\xa0\xf0", [0x7247] = "\xa0\xf1", + [0x7248] = "\xb1\xb7", [0x7249] = "\xa0\xf2", [0x724a] = "\xa0\xf3", + [0x724b] = "\xa0\xf4", [0x724c] = "\xa0\xf5", [0x724d] = "\xe1\xf3", + [0x724e] = "\xe1\xf2", [0x724f] = "\xa0\xf6", [0x7250] = "\xba\xfc", + [0x7251] = "\xa0\xf7", [0x7252] = "\xe1\xf4", [0x7253] = "\xa0\xf8", + [0x7254] = "\xa0\xf9", [0x7255] = "\xa0\xfa", [0x7256] = "\xa0\xfb", + [0x7257] = "\xb9\xb7", [0x7258] = "\xa0\xfc", [0x7259] = "\xbe\xd1", + [0x725a] = "\xa0\xfd", [0x725b] = "\xa0\xfe", [0x725c] = "\xaa\x40", + [0x725d] = "\xaa\x41", [0x725e] = "\xc4\xfc", [0x725f] = "\xaa\x42", + [0x7260] = "\xba\xdd", [0x7261] = "\xbd\xc6", [0x7262] = "\xaa\x43", + [0x7263] = "\xaa\x44", [0x7264] = "\xaa\x45", [0x7265] = "\xaa\x46", + [0x7266] = "\xaa\x47", [0x7267] = "\xaa\x48", [0x7268] = "\xe1\xf5", + [0x7269] = "\xe1\xf7", [0x726a] = "\xaa\x49", [0x726b] = "\xaa\x4a", + [0x726c] = "\xb6\xc0", [0x726d] = "\xcf\xc1", [0x726e] = "\xca\xa8", + [0x726f] = "\xe1\xf6", [0x7270] = "\xd5\xf8", [0x7271] = "\xd3\xfc", + [0x7272] = "\xe1\xf8", [0x7273] = "\xe1\xfc", [0x7274] = "\xe1\xf9", + [0x7275] = "\xaa\x4b", [0x7276] = "\xaa\x4c", [0x7277] = "\xe1\xfa", + [0x7278] = "\xc0\xea", [0x7279] = "\xaa\x4d", [0x727a] = "\xe1\xfe", + [0x727b] = "\xe2\xa1", [0x727c] = "\xc0\xc7", [0x727d] = "\xaa\x4e", + [0x727e] = "\xaa\x4f", [0x727f] = "\xaa\x50", [0x7280] = "\xaa\x51", + [0x7281] = "\xe1\xfb", [0x7282] = "\xaa\x52", [0x7283] = "\xe1\xfd", + [0x7284] = "\xaa\x53", [0x7285] = "\xaa\x54", [0x7286] = "\xaa\x55", + [0x7287] = "\xaa\x56", [0x7288] = "\xaa\x57", [0x7289] = "\xaa\x58", + [0x728a] = "\xe2\xa5", [0x728b] = "\xaa\x59", [0x728c] = "\xaa\x5a", + [0x728d] = "\xaa\x5b", [0x728e] = "\xc1\xd4", [0x728f] = "\xaa\x5c", + [0x7290] = "\xaa\x5d", [0x7291] = "\xaa\x5e", [0x7292] = "\xaa\x5f", + [0x7293] = "\xe2\xa3", [0x7294] = "\xaa\x60", [0x7295] = "\xe2\xa8", + [0x7296] = "\xb2\xfe", [0x7297] = "\xe2\xa2", [0x7298] = "\xaa\x61", + [0x7299] = "\xaa\x62", [0x729a] = "\xaa\x63", [0x729b] = "\xc3\xcd", + [0x729c] = "\xb2\xc2", [0x729d] = "\xe2\xa7", [0x729e] = "\xe2\xa6", + [0x729f] = "\xaa\x64", [0x72a0] = "\xaa\x65", [0x72a1] = "\xe2\xa4", + [0x72a2] = "\xe2\xa9", [0x72a3] = "\xaa\x66", [0x72a4] = "\xaa\x67", + [0x72a5] = "\xe2\xab", [0x72a6] = "\xaa\x68", [0x72a7] = "\xaa\x69", + [0x72a8] = "\xaa\x6a", [0x72a9] = "\xd0\xc9", [0x72aa] = "\xd6\xed", + [0x72ab] = "\xc3\xa8", [0x72ac] = "\xe2\xac", [0x72ad] = "\xaa\x6b", + [0x72ae] = "\xcf\xd7", [0x72af] = "\xaa\x6c", [0x72b0] = "\xaa\x6d", + [0x72b1] = "\xe2\xae", [0x72b2] = "\xaa\x6e", [0x72b3] = "\xaa\x6f", + [0x72b4] = "\xba\xef", [0x72b5] = "\xaa\x70", [0x72b6] = "\xaa\x71", + [0x72b7] = "\xe9\xe0", [0x72b8] = "\xe2\xad", [0x72b9] = "\xe2\xaa", + [0x72ba] = "\xaa\x72", [0x72bb] = "\xaa\x73", [0x72bc] = "\xaa\x74", + [0x72bd] = "\xaa\x75", [0x72be] = "\xbb\xab", [0x72bf] = "\xd4\xb3", + [0x72c0] = "\xaa\x76", [0x72c1] = "\xaa\x77", [0x72c2] = "\xaa\x78", + [0x72c3] = "\xaa\x79", [0x72c4] = "\xaa\x7a", [0x72c5] = "\xaa\x7b", + [0x72c6] = "\xaa\x7c", [0x72c7] = "\xaa\x7d", [0x72c8] = "\xaa\x7e", + [0x72c9] = "\xaa\x80", [0x72ca] = "\xaa\x81", [0x72cb] = "\xaa\x82", + [0x72cc] = "\xaa\x83", [0x72cd] = "\xe2\xb0", [0x72ce] = "\xaa\x84", + [0x72cf] = "\xaa\x85", [0x72d0] = "\xe2\xaf", [0x72d1] = "\xaa\x86", + [0x72d2] = "\xe9\xe1", [0x72d3] = "\xaa\x87", [0x72d4] = "\xaa\x88", + [0x72d5] = "\xaa\x89", [0x72d6] = "\xaa\x8a", [0x72d7] = "\xe2\xb1", + [0x72d8] = "\xaa\x8b", [0x72d9] = "\xaa\x8c", [0x72da] = "\xaa\x8d", + [0x72db] = "\xaa\x8e", [0x72dc] = "\xaa\x8f", [0x72dd] = "\xaa\x90", + [0x72de] = "\xaa\x91", [0x72df] = "\xaa\x92", [0x72e0] = "\xe2\xb2", + [0x72e1] = "\xaa\x93", [0x72e2] = "\xaa\x94", [0x72e3] = "\xaa\x95", + [0x72e4] = "\xaa\x96", [0x72e5] = "\xaa\x97", [0x72e6] = "\xaa\x98", + [0x72e7] = "\xaa\x99", [0x72e8] = "\xaa\x9a", [0x72e9] = "\xaa\x9b", + [0x72ea] = "\xaa\x9c", [0x72eb] = "\xaa\x9d", [0x72ec] = "\xe2\xb3", + [0x72ed] = "\xcc\xa1", [0x72ee] = "\xaa\x9e", [0x72ef] = "\xe2\xb4", + [0x72f0] = "\xaa\x9f", [0x72f1] = "\xaa\xa0", [0x72f2] = "\xab\x40", + [0x72f3] = "\xab\x41", [0x72f4] = "\xab\x42", [0x72f5] = "\xab\x43", + [0x72f6] = "\xab\x44", [0x72f7] = "\xab\x45", [0x72f8] = "\xab\x46", + [0x72f9] = "\xab\x47", [0x72fa] = "\xab\x48", [0x72fb] = "\xab\x49", + [0x72fc] = "\xab\x4a", [0x72fd] = "\xab\x4b", [0x72fe] = "\xe2\xb5", + [0x72ff] = "\xab\x4c", [0x7300] = "\xab\x4d", [0x7301] = "\xab\x4e", + [0x7302] = "\xab\x4f", [0x7303] = "\xab\x50", [0x7304] = "\xd0\xfe", + [0x7305] = "\xab\x51", [0x7306] = "\xab\x52", [0x7307] = "\xc2\xca", + [0x7308] = "\xab\x53", [0x7309] = "\xd3\xf1", [0x730a] = "\xab\x54", + [0x730b] = "\xcd\xf5", [0x730c] = "\xab\x55", [0x730d] = "\xab\x56", + [0x730e] = "\xe7\xe0", [0x730f] = "\xab\x57", [0x7310] = "\xab\x58", + [0x7311] = "\xe7\xe1", [0x7312] = "\xab\x59", [0x7313] = "\xab\x5a", + [0x7314] = "\xab\x5b", [0x7315] = "\xab\x5c", [0x7316] = "\xbe\xc1", + [0x7317] = "\xab\x5d", [0x7318] = "\xab\x5e", [0x7319] = "\xab\x5f", + [0x731a] = "\xab\x60", [0x731b] = "\xc2\xea", [0x731c] = "\xab\x61", + [0x731d] = "\xab\x62", [0x731e] = "\xab\x63", [0x731f] = "\xe7\xe4", + [0x7320] = "\xab\x64", [0x7321] = "\xab\x65", [0x7322] = "\xe7\xe3", + [0x7323] = "\xab\x66", [0x7324] = "\xab\x67", [0x7325] = "\xab\x68", + [0x7326] = "\xab\x69", [0x7327] = "\xab\x6a", [0x7328] = "\xab\x6b", + [0x7329] = "\xcd\xe6", [0x732a] = "\xab\x6c", [0x732b] = "\xc3\xb5", + [0x732c] = "\xab\x6d", [0x732d] = "\xab\x6e", [0x732e] = "\xe7\xe2", + [0x732f] = "\xbb\xb7", [0x7330] = "\xcf\xd6", [0x7331] = "\xab\x6f", + [0x7332] = "\xc1\xe1", [0x7333] = "\xe7\xe9", [0x7334] = "\xab\x70", + [0x7335] = "\xab\x71", [0x7336] = "\xab\x72", [0x7337] = "\xe7\xe8", + [0x7338] = "\xab\x73", [0x7339] = "\xab\x74", [0x733a] = "\xe7\xf4", + [0x733b] = "\xb2\xa3", [0x733c] = "\xab\x75", [0x733d] = "\xab\x76", + [0x733e] = "\xab\x77", [0x733f] = "\xab\x78", [0x7340] = "\xe7\xea", + [0x7341] = "\xab\x79", [0x7342] = "\xe7\xe6", [0x7343] = "\xab\x7a", + [0x7344] = "\xab\x7b", [0x7345] = "\xab\x7c", [0x7346] = "\xab\x7d", + [0x7347] = "\xab\x7e", [0x7348] = "\xe7\xec", [0x7349] = "\xe7\xeb", + [0x734a] = "\xc9\xba", [0x734b] = "\xab\x80", [0x734c] = "\xab\x81", + [0x734d] = "\xd5\xe4", [0x734e] = "\xab\x82", [0x734f] = "\xe7\xe5", + [0x7350] = "\xb7\xa9", [0x7351] = "\xe7\xe7", [0x7352] = "\xab\x83", + [0x7353] = "\xab\x84", [0x7354] = "\xab\x85", [0x7355] = "\xab\x86", + [0x7356] = "\xab\x87", [0x7357] = "\xab\x88", [0x7358] = "\xab\x89", + [0x7359] = "\xe7\xee", [0x735a] = "\xab\x8a", [0x735b] = "\xab\x8b", + [0x735c] = "\xab\x8c", [0x735d] = "\xab\x8d", [0x735e] = "\xe7\xf3", + [0x735f] = "\xab\x8e", [0x7360] = "\xd6\xe9", [0x7361] = "\xab\x8f", + [0x7362] = "\xab\x90", [0x7363] = "\xab\x91", [0x7364] = "\xab\x92", + [0x7365] = "\xe7\xed", [0x7366] = "\xab\x93", [0x7367] = "\xe7\xf2", + [0x7368] = "\xab\x94", [0x7369] = "\xe7\xf1", [0x736a] = "\xab\x95", + [0x736b] = "\xab\x96", [0x736c] = "\xab\x97", [0x736d] = "\xb0\xe0", + [0x736e] = "\xab\x98", [0x736f] = "\xab\x99", [0x7370] = "\xab\x9a", + [0x7371] = "\xab\x9b", [0x7372] = "\xe7\xf5", [0x7373] = "\xab\x9c", + [0x7374] = "\xab\x9d", [0x7375] = "\xab\x9e", [0x7376] = "\xab\x9f", + [0x7377] = "\xab\xa0", [0x7378] = "\xac\x40", [0x7379] = "\xac\x41", + [0x737a] = "\xac\x42", [0x737b] = "\xac\x43", [0x737c] = "\xac\x44", + [0x737d] = "\xac\x45", [0x737e] = "\xac\x46", [0x737f] = "\xac\x47", + [0x7380] = "\xac\x48", [0x7381] = "\xac\x49", [0x7382] = "\xac\x4a", + [0x7383] = "\xc7\xf2", [0x7384] = "\xac\x4b", [0x7385] = "\xc0\xc5", + [0x7386] = "\xc0\xed", [0x7387] = "\xac\x4c", [0x7388] = "\xac\x4d", + [0x7389] = "\xc1\xf0", [0x738a] = "\xe7\xf0", [0x738b] = "\xac\x4e", + [0x738c] = "\xac\x4f", [0x738d] = "\xac\x50", [0x738e] = "\xac\x51", + [0x738f] = "\xe7\xf6", [0x7390] = "\xcb\xf6", [0x7391] = "\xac\x52", + [0x7392] = "\xac\x53", [0x7393] = "\xac\x54", [0x7394] = "\xac\x55", + [0x7395] = "\xac\x56", [0x7396] = "\xac\x57", [0x7397] = "\xac\x58", + [0x7398] = "\xac\x59", [0x7399] = "\xac\x5a", [0x739a] = "\xe8\xa2", + [0x739b] = "\xe8\xa1", [0x739c] = "\xac\x5b", [0x739d] = "\xac\x5c", + [0x739e] = "\xac\x5d", [0x739f] = "\xac\x5e", [0x73a0] = "\xac\x5f", + [0x73a1] = "\xac\x60", [0x73a2] = "\xd7\xc1", [0x73a3] = "\xac\x61", + [0x73a4] = "\xac\x62", [0x73a5] = "\xe7\xfa", [0x73a6] = "\xe7\xf9", + [0x73a7] = "\xac\x63", [0x73a8] = "\xe7\xfb", [0x73a9] = "\xac\x64", + [0x73aa] = "\xe7\xf7", [0x73ab] = "\xac\x65", [0x73ac] = "\xe7\xfe", + [0x73ad] = "\xac\x66", [0x73ae] = "\xe7\xfd", [0x73af] = "\xac\x67", + [0x73b0] = "\xe7\xfc", [0x73b1] = "\xac\x68", [0x73b2] = "\xac\x69", + [0x73b3] = "\xc1\xd5", [0x73b4] = "\xc7\xd9", [0x73b5] = "\xc5\xfd", + [0x73b6] = "\xc5\xc3", [0x73b7] = "\xac\x6a", [0x73b8] = "\xac\x6b", + [0x73b9] = "\xac\x6c", [0x73ba] = "\xac\x6d", [0x73bb] = "\xac\x6e", + [0x73bc] = "\xc7\xed", [0x73bd] = "\xac\x6f", [0x73be] = "\xac\x70", + [0x73bf] = "\xac\x71", [0x73c0] = "\xac\x72", [0x73c1] = "\xe8\xa3", + [0x73c2] = "\xac\x73", [0x73c3] = "\xac\x74", [0x73c4] = "\xac\x75", + [0x73c5] = "\xac\x76", [0x73c6] = "\xac\x77", [0x73c7] = "\xac\x78", + [0x73c8] = "\xac\x79", [0x73c9] = "\xac\x7a", [0x73ca] = "\xac\x7b", + [0x73cb] = "\xac\x7c", [0x73cc] = "\xac\x7d", [0x73cd] = "\xac\x7e", + [0x73ce] = "\xac\x80", [0x73cf] = "\xac\x81", [0x73d0] = "\xac\x82", + [0x73d1] = "\xac\x83", [0x73d2] = "\xac\x84", [0x73d3] = "\xac\x85", + [0x73d4] = "\xac\x86", [0x73d5] = "\xe8\xa6", [0x73d6] = "\xac\x87", + [0x73d7] = "\xe8\xa5", [0x73d8] = "\xac\x88", [0x73d9] = "\xe8\xa7", + [0x73da] = "\xba\xf7", [0x73db] = "\xe7\xf8", [0x73dc] = "\xe8\xa4", + [0x73dd] = "\xac\x89", [0x73de] = "\xc8\xf0", [0x73df] = "\xc9\xaa", + [0x73e0] = "\xac\x8a", [0x73e1] = "\xac\x8b", [0x73e2] = "\xac\x8c", + [0x73e3] = "\xac\x8d", [0x73e4] = "\xac\x8e", [0x73e5] = "\xac\x8f", + [0x73e6] = "\xac\x90", [0x73e7] = "\xac\x91", [0x73e8] = "\xac\x92", + [0x73e9] = "\xac\x93", [0x73ea] = "\xac\x94", [0x73eb] = "\xac\x95", + [0x73ec] = "\xac\x96", [0x73ed] = "\xe8\xa9", [0x73ee] = "\xac\x97", + [0x73ef] = "\xac\x98", [0x73f0] = "\xb9\xe5", [0x73f1] = "\xac\x99", + [0x73f2] = "\xac\x9a", [0x73f3] = "\xac\x9b", [0x73f4] = "\xac\x9c", + [0x73f5] = "\xac\x9d", [0x73f6] = "\xd1\xfe", [0x73f7] = "\xe8\xa8", + [0x73f8] = "\xac\x9e", [0x73f9] = "\xac\x9f", [0x73fa] = "\xac\xa0", + [0x73fb] = "\xad\x40", [0x73fc] = "\xad\x41", [0x73fd] = "\xad\x42", + [0x73fe] = "\xe8\xaa", [0x73ff] = "\xad\x43", [0x7400] = "\xe8\xad", + [0x7401] = "\xe8\xae", [0x7402] = "\xad\x44", [0x7403] = "\xc1\xa7", + [0x7404] = "\xad\x45", [0x7405] = "\xad\x46", [0x7406] = "\xad\x47", + [0x7407] = "\xe8\xaf", [0x7408] = "\xad\x48", [0x7409] = "\xad\x49", + [0x740a] = "\xad\x4a", [0x740b] = "\xe8\xb0", [0x740c] = "\xad\x4b", + [0x740d] = "\xad\x4c", [0x740e] = "\xe8\xac", [0x740f] = "\xad\x4d", + [0x7410] = "\xe8\xb4", [0x7411] = "\xad\x4e", [0x7412] = "\xad\x4f", + [0x7413] = "\xad\x50", [0x7414] = "\xad\x51", [0x7415] = "\xad\x52", + [0x7416] = "\xad\x53", [0x7417] = "\xad\x54", [0x7418] = "\xad\x55", + [0x7419] = "\xad\x56", [0x741a] = "\xad\x57", [0x741b] = "\xad\x58", + [0x741c] = "\xe8\xab", [0x741d] = "\xad\x59", [0x741e] = "\xe8\xb1", + [0x741f] = "\xad\x5a", [0x7420] = "\xad\x5b", [0x7421] = "\xad\x5c", + [0x7422] = "\xad\x5d", [0x7423] = "\xad\x5e", [0x7424] = "\xad\x5f", + [0x7425] = "\xad\x60", [0x7426] = "\xad\x61", [0x7427] = "\xe8\xb5", + [0x7428] = "\xe8\xb2", [0x7429] = "\xe8\xb3", [0x742a] = "\xad\x62", + [0x742b] = "\xad\x63", [0x742c] = "\xad\x64", [0x742d] = "\xad\x65", + [0x742e] = "\xad\x66", [0x742f] = "\xad\x67", [0x7430] = "\xad\x68", + [0x7431] = "\xad\x69", [0x7432] = "\xad\x6a", [0x7433] = "\xad\x6b", + [0x7434] = "\xad\x6c", [0x7435] = "\xad\x6d", [0x7436] = "\xad\x6e", + [0x7437] = "\xad\x6f", [0x7438] = "\xad\x70", [0x7439] = "\xad\x71", + [0x743a] = "\xe8\xb7", [0x743b] = "\xad\x72", [0x743c] = "\xad\x73", + [0x743d] = "\xad\x74", [0x743e] = "\xad\x75", [0x743f] = "\xad\x76", + [0x7440] = "\xad\x77", [0x7441] = "\xad\x78", [0x7442] = "\xad\x79", + [0x7443] = "\xad\x7a", [0x7444] = "\xad\x7b", [0x7445] = "\xad\x7c", + [0x7446] = "\xad\x7d", [0x7447] = "\xad\x7e", [0x7448] = "\xad\x80", + [0x7449] = "\xad\x81", [0x744a] = "\xad\x82", [0x744b] = "\xad\x83", + [0x744c] = "\xad\x84", [0x744d] = "\xad\x85", [0x744e] = "\xad\x86", + [0x744f] = "\xad\x87", [0x7450] = "\xad\x88", [0x7451] = "\xad\x89", + [0x7452] = "\xe8\xb6", [0x7453] = "\xad\x8a", [0x7454] = "\xad\x8b", + [0x7455] = "\xad\x8c", [0x7456] = "\xad\x8d", [0x7457] = "\xad\x8e", + [0x7458] = "\xad\x8f", [0x7459] = "\xad\x90", [0x745a] = "\xad\x91", + [0x745b] = "\xad\x92", [0x745c] = "\xb9\xcf", [0x745d] = "\xad\x93", + [0x745e] = "\xf0\xac", [0x745f] = "\xad\x94", [0x7460] = "\xf0\xad", + [0x7461] = "\xad\x95", [0x7462] = "\xc6\xb0", [0x7463] = "\xb0\xea", + [0x7464] = "\xc8\xbf", [0x7465] = "\xad\x96", [0x7466] = "\xcd\xdf", + [0x7467] = "\xad\x97", [0x7468] = "\xad\x98", [0x7469] = "\xad\x99", + [0x746a] = "\xad\x9a", [0x746b] = "\xad\x9b", [0x746c] = "\xad\x9c", + [0x746d] = "\xad\x9d", [0x746e] = "\xce\xcd", [0x746f] = "\xea\xb1", + [0x7470] = "\xad\x9e", [0x7471] = "\xad\x9f", [0x7472] = "\xad\xa0", + [0x7473] = "\xae\x40", [0x7474] = "\xea\xb2", [0x7475] = "\xae\x41", + [0x7476] = "\xc6\xbf", [0x7477] = "\xb4\xc9", [0x7478] = "\xae\x42", + [0x7479] = "\xae\x43", [0x747a] = "\xae\x44", [0x747b] = "\xae\x45", + [0x747c] = "\xae\x46", [0x747d] = "\xae\x47", [0x747e] = "\xae\x48", + [0x747f] = "\xea\xb3", [0x7480] = "\xae\x49", [0x7481] = "\xae\x4a", + [0x7482] = "\xae\x4b", [0x7483] = "\xae\x4c", [0x7484] = "\xd5\xe7", + [0x7485] = "\xae\x4d", [0x7486] = "\xae\x4e", [0x7487] = "\xae\x4f", + [0x7488] = "\xae\x50", [0x7489] = "\xae\x51", [0x748a] = "\xae\x52", + [0x748b] = "\xae\x53", [0x748c] = "\xae\x54", [0x748d] = "\xdd\xf9", + [0x748e] = "\xae\x55", [0x748f] = "\xea\xb4", [0x7490] = "\xae\x56", + [0x7491] = "\xea\xb5", [0x7492] = "\xae\x57", [0x7493] = "\xea\xb6", + [0x7494] = "\xae\x58", [0x7495] = "\xae\x59", [0x7496] = "\xae\x5a", + [0x7497] = "\xae\x5b", [0x7498] = "\xb8\xca", [0x7499] = "\xdf\xb0", + [0x749a] = "\xc9\xf5", [0x749b] = "\xae\x5c", [0x749c] = "\xcc\xf0", + [0x749d] = "\xae\x5d", [0x749e] = "\xae\x5e", [0x749f] = "\xc9\xfa", + [0x74a0] = "\xae\x5f", [0x74a1] = "\xae\x60", [0x74a2] = "\xae\x61", + [0x74a3] = "\xae\x62", [0x74a4] = "\xae\x63", [0x74a5] = "\xc9\xfb", + [0x74a6] = "\xae\x64", [0x74a7] = "\xae\x65", [0x74a8] = "\xd3\xc3", + [0x74a9] = "\xcb\xa6", [0x74aa] = "\xae\x66", [0x74ab] = "\xb8\xa6", + [0x74ac] = "\xf0\xae", [0x74ad] = "\xb1\xc2", [0x74ae] = "\xae\x67", + [0x74af] = "\xe5\xb8", [0x74b0] = "\xcc\xef", [0x74b1] = "\xd3\xc9", + [0x74b2] = "\xbc\xd7", [0x74b3] = "\xc9\xea", [0x74b4] = "\xae\x68", + [0x74b5] = "\xb5\xe7", [0x74b6] = "\xae\x69", [0x74b7] = "\xc4\xd0", + [0x74b8] = "\xb5\xe9", [0x74b9] = "\xae\x6a", [0x74ba] = "\xee\xae", + [0x74bb] = "\xbb\xad", [0x74bc] = "\xae\x6b", [0x74bd] = "\xae\x6c", + [0x74be] = "\xe7\xde", [0x74bf] = "\xae\x6d", [0x74c0] = "\xee\xaf", + [0x74c1] = "\xae\x6e", [0x74c2] = "\xae\x6f", [0x74c3] = "\xae\x70", + [0x74c4] = "\xae\x71", [0x74c5] = "\xb3\xa9", [0x74c6] = "\xae\x72", + [0x74c7] = "\xae\x73", [0x74c8] = "\xee\xb2", [0x74c9] = "\xae\x74", + [0x74ca] = "\xae\x75", [0x74cb] = "\xee\xb1", [0x74cc] = "\xbd\xe7", + [0x74cd] = "\xae\x76", [0x74ce] = "\xee\xb0", [0x74cf] = "\xce\xb7", + [0x74d0] = "\xae\x77", [0x74d1] = "\xae\x78", [0x74d2] = "\xae\x79", + [0x74d3] = "\xae\x7a", [0x74d4] = "\xc5\xcf", [0x74d5] = "\xae\x7b", + [0x74d6] = "\xae\x7c", [0x74d7] = "\xae\x7d", [0x74d8] = "\xae\x7e", + [0x74d9] = "\xc1\xf4", [0x74da] = "\xdb\xce", [0x74db] = "\xee\xb3", + [0x74dc] = "\xd0\xf3", [0x74dd] = "\xae\x80", [0x74de] = "\xae\x81", + [0x74df] = "\xae\x82", [0x74e0] = "\xae\x83", [0x74e1] = "\xae\x84", + [0x74e2] = "\xae\x85", [0x74e3] = "\xae\x86", [0x74e4] = "\xae\x87", + [0x74e5] = "\xc2\xd4", [0x74e6] = "\xc6\xe8", [0x74e7] = "\xae\x88", + [0x74e8] = "\xae\x89", [0x74e9] = "\xae\x8a", [0x74ea] = "\xb7\xac", + [0x74eb] = "\xae\x8b", [0x74ec] = "\xae\x8c", [0x74ed] = "\xae\x8d", + [0x74ee] = "\xae\x8e", [0x74ef] = "\xae\x8f", [0x74f0] = "\xae\x90", + [0x74f1] = "\xae\x91", [0x74f2] = "\xee\xb4", [0x74f3] = "\xae\x92", + [0x74f4] = "\xb3\xeb", [0x74f5] = "\xae\x93", [0x74f6] = "\xae\x94", + [0x74f7] = "\xae\x95", [0x74f8] = "\xbb\xfb", [0x74f9] = "\xee\xb5", + [0x74fa] = "\xae\x96", [0x74fb] = "\xae\x97", [0x74fc] = "\xae\x98", + [0x74fd] = "\xae\x99", [0x74fe] = "\xae\x9a", [0x74ff] = "\xe7\xdc", + [0x7500] = "\xae\x9b", [0x7501] = "\xae\x9c", [0x7502] = "\xae\x9d", + [0x7503] = "\xee\xb6", [0x7504] = "\xae\x9e", [0x7505] = "\xae\x9f", + [0x7506] = "\xbd\xae", [0x7507] = "\xae\xa0", [0x7508] = "\xaf\x40", + [0x7509] = "\xaf\x41", [0x750a] = "\xaf\x42", [0x750b] = "\xf1\xe2", + [0x750c] = "\xaf\x43", [0x750d] = "\xaf\x44", [0x750e] = "\xaf\x45", + [0x750f] = "\xca\xe8", [0x7510] = "\xaf\x46", [0x7511] = "\xd2\xc9", + [0x7512] = "\xf0\xda", [0x7513] = "\xaf\x47", [0x7514] = "\xf0\xdb", + [0x7515] = "\xaf\x48", [0x7516] = "\xf0\xdc", [0x7517] = "\xc1\xc6", + [0x7518] = "\xaf\x49", [0x7519] = "\xb8\xed", [0x751a] = "\xbe\xce", + [0x751b] = "\xaf\x4a", [0x751c] = "\xaf\x4b", [0x751d] = "\xf0\xde", + [0x751e] = "\xaf\x4c", [0x751f] = "\xc5\xb1", [0x7520] = "\xf0\xdd", + [0x7521] = "\xd1\xf1", [0x7522] = "\xaf\x4d", [0x7523] = "\xf0\xe0", + [0x7524] = "\xb0\xcc", [0x7525] = "\xbd\xea", [0x7526] = "\xaf\x4e", + [0x7527] = "\xaf\x4f", [0x7528] = "\xaf\x50", [0x7529] = "\xaf\x51", + [0x752a] = "\xaf\x52", [0x752b] = "\xd2\xdf", [0x752c] = "\xf0\xdf", + [0x752d] = "\xaf\x53", [0x752e] = "\xb4\xaf", [0x752f] = "\xb7\xe8", + [0x7530] = "\xf0\xe6", [0x7531] = "\xf0\xe5", [0x7532] = "\xc6\xa3", + [0x7533] = "\xf0\xe1", [0x7534] = "\xf0\xe2", [0x7535] = "\xb4\xc3", + [0x7536] = "\xaf\x54", [0x7537] = "\xaf\x55", [0x7538] = "\xf0\xe3", + [0x7539] = "\xd5\xee", [0x753a] = "\xaf\x56", [0x753b] = "\xaf\x57", + [0x753c] = "\xcc\xdb", [0x753d] = "\xbe\xd2", [0x753e] = "\xbc\xb2", + [0x753f] = "\xaf\x58", [0x7540] = "\xaf\x59", [0x7541] = "\xaf\x5a", + [0x7542] = "\xf0\xe8", [0x7543] = "\xf0\xe7", [0x7544] = "\xf0\xe4", + [0x7545] = "\xb2\xa1", [0x7546] = "\xaf\x5b", [0x7547] = "\xd6\xa2", + [0x7548] = "\xd3\xb8", [0x7549] = "\xbe\xb7", [0x754a] = "\xc8\xac", + [0x754b] = "\xaf\x5c", [0x754c] = "\xaf\x5d", [0x754d] = "\xf0\xea", + [0x754e] = "\xaf\x5e", [0x754f] = "\xaf\x5f", [0x7550] = "\xaf\x60", + [0x7551] = "\xaf\x61", [0x7552] = "\xd1\xf7", [0x7553] = "\xaf\x62", + [0x7554] = "\xd6\xcc", [0x7555] = "\xba\xdb", [0x7556] = "\xf0\xe9", + [0x7557] = "\xaf\x63", [0x7558] = "\xb6\xbb", [0x7559] = "\xaf\x64", + [0x755a] = "\xaf\x65", [0x755b] = "\xcd\xb4", [0x755c] = "\xaf\x66", + [0x755d] = "\xaf\x67", [0x755e] = "\xc6\xa6", [0x755f] = "\xaf\x68", + [0x7560] = "\xaf\x69", [0x7561] = "\xaf\x6a", [0x7562] = "\xc1\xa1", + [0x7563] = "\xf0\xeb", [0x7564] = "\xf0\xee", [0x7565] = "\xaf\x6b", + [0x7566] = "\xf0\xed", [0x7567] = "\xf0\xf0", [0x7568] = "\xf0\xec", + [0x7569] = "\xaf\x6c", [0x756a] = "\xbb\xbe", [0x756b] = "\xf0\xef", + [0x756c] = "\xaf\x6d", [0x756d] = "\xaf\x6e", [0x756e] = "\xaf\x6f", + [0x756f] = "\xaf\x70", [0x7570] = "\xcc\xb5", [0x7571] = "\xf0\xf2", + [0x7572] = "\xaf\x71", [0x7573] = "\xaf\x72", [0x7574] = "\xb3\xd5", + [0x7575] = "\xaf\x73", [0x7576] = "\xaf\x74", [0x7577] = "\xaf\x75", + [0x7578] = "\xaf\x76", [0x7579] = "\xb1\xd4", [0x757a] = "\xaf\x77", + [0x757b] = "\xaf\x78", [0x757c] = "\xf0\xf3", [0x757d] = "\xaf\x79", + [0x757e] = "\xaf\x7a", [0x757f] = "\xf0\xf4", [0x7580] = "\xf0\xf6", + [0x7581] = "\xb4\xe1", [0x7582] = "\xaf\x7b", [0x7583] = "\xf0\xf1", + [0x7584] = "\xaf\x7c", [0x7585] = "\xf0\xf7", [0x7586] = "\xaf\x7d", + [0x7587] = "\xaf\x7e", [0x7588] = "\xaf\x80", [0x7589] = "\xaf\x81", + [0x758a] = "\xf0\xfa", [0x758b] = "\xaf\x82", [0x758c] = "\xf0\xf8", + [0x758d] = "\xaf\x83", [0x758e] = "\xaf\x84", [0x758f] = "\xaf\x85", + [0x7590] = "\xf0\xf5", [0x7591] = "\xaf\x86", [0x7592] = "\xaf\x87", + [0x7593] = "\xaf\x88", [0x7594] = "\xaf\x89", [0x7595] = "\xf0\xfd", + [0x7596] = "\xaf\x8a", [0x7597] = "\xf0\xf9", [0x7598] = "\xf0\xfc", + [0x7599] = "\xf0\xfe", [0x759a] = "\xaf\x8b", [0x759b] = "\xf1\xa1", + [0x759c] = "\xaf\x8c", [0x759d] = "\xaf\x8d", [0x759e] = "\xaf\x8e", + [0x759f] = "\xce\xc1", [0x75a0] = "\xf1\xa4", [0x75a1] = "\xaf\x8f", + [0x75a2] = "\xf1\xa3", [0x75a3] = "\xaf\x90", [0x75a4] = "\xc1\xf6", + [0x75a5] = "\xf0\xfb", [0x75a6] = "\xca\xdd", [0x75a7] = "\xaf\x91", + [0x75a8] = "\xaf\x92", [0x75a9] = "\xb4\xf1", [0x75aa] = "\xb1\xf1", + [0x75ab] = "\xcc\xb1", [0x75ac] = "\xaf\x93", [0x75ad] = "\xf1\xa6", + [0x75ae] = "\xaf\x94", [0x75af] = "\xaf\x95", [0x75b0] = "\xf1\xa7", + [0x75b1] = "\xaf\x96", [0x75b2] = "\xaf\x97", [0x75b3] = "\xf1\xac", + [0x75b4] = "\xd5\xce", [0x75b5] = "\xf1\xa9", [0x75b6] = "\xaf\x98", + [0x75b7] = "\xaf\x99", [0x75b8] = "\xc8\xb3", [0x75b9] = "\xaf\x9a", + [0x75ba] = "\xaf\x9b", [0x75bb] = "\xaf\x9c", [0x75bc] = "\xf1\xa2", + [0x75bd] = "\xaf\x9d", [0x75be] = "\xf1\xab", [0x75bf] = "\xf1\xa8", + [0x75c0] = "\xf1\xa5", [0x75c1] = "\xaf\x9e", [0x75c2] = "\xaf\x9f", + [0x75c3] = "\xf1\xaa", [0x75c4] = "\xaf\xa0", [0x75c5] = "\xb0\x40", + [0x75c6] = "\xb0\x41", [0x75c7] = "\xb0\x42", [0x75c8] = "\xb0\x43", + [0x75c9] = "\xb0\x44", [0x75ca] = "\xb0\x45", [0x75cb] = "\xb0\x46", + [0x75cc] = "\xb0\xa9", [0x75cd] = "\xf1\xad", [0x75ce] = "\xb0\x47", + [0x75cf] = "\xb0\x48", [0x75d0] = "\xb0\x49", [0x75d1] = "\xb0\x4a", + [0x75d2] = "\xb0\x4b", [0x75d3] = "\xb0\x4c", [0x75d4] = "\xf1\xaf", + [0x75d5] = "\xb0\x4d", [0x75d6] = "\xf1\xb1", [0x75d7] = "\xb0\x4e", + [0x75d8] = "\xb0\x4f", [0x75d9] = "\xb0\x50", [0x75da] = "\xb0\x51", + [0x75db] = "\xb0\x52", [0x75dc] = "\xf1\xb0", [0x75dd] = "\xb0\x53", + [0x75de] = "\xf1\xae", [0x75df] = "\xb0\x54", [0x75e0] = "\xb0\x55", + [0x75e1] = "\xb0\x56", [0x75e2] = "\xb0\x57", [0x75e3] = "\xd1\xa2", + [0x75e4] = "\xb0\x58", [0x75e5] = "\xb0\x59", [0x75e6] = "\xb0\x5a", + [0x75e7] = "\xb0\x5b", [0x75e8] = "\xb0\x5c", [0x75e9] = "\xb0\x5d", + [0x75ea] = "\xb0\x5e", [0x75eb] = "\xf1\xb2", [0x75ec] = "\xb0\x5f", + [0x75ed] = "\xb0\x60", [0x75ee] = "\xb0\x61", [0x75ef] = "\xf1\xb3", + [0x75f0] = "\xb0\x62", [0x75f1] = "\xb0\x63", [0x75f2] = "\xb0\x64", + [0x75f3] = "\xb0\x65", [0x75f4] = "\xb0\x66", [0x75f5] = "\xb0\x67", + [0x75f6] = "\xb0\x68", [0x75f7] = "\xb0\x69", [0x75f8] = "\xb9\xef", + [0x75f9] = "\xb0\x6a", [0x75fa] = "\xb0\x6b", [0x75fb] = "\xb5\xc7", + [0x75fc] = "\xb0\x6c", [0x75fd] = "\xb0\xd7", [0x75fe] = "\xb0\xd9", + [0x75ff] = "\xb0\x6d", [0x7600] = "\xb0\x6e", [0x7601] = "\xb0\x6f", + [0x7602] = "\xd4\xed", [0x7603] = "\xb0\x70", [0x7604] = "\xb5\xc4", + [0x7605] = "\xb0\x71", [0x7606] = "\xbd\xd4", [0x7607] = "\xbb\xca", + [0x7608] = "\xf0\xa7", [0x7609] = "\xb0\x72", [0x760a] = "\xb0\x73", + [0x760b] = "\xb8\xde", [0x760c] = "\xb0\x74", [0x760d] = "\xb0\x75", + [0x760e] = "\xf0\xa8", [0x760f] = "\xb0\x76", [0x7610] = "\xb0\x77", + [0x7611] = "\xb0\xa8", [0x7612] = "\xb0\x78", [0x7613] = "\xf0\xa9", + [0x7614] = "\xb0\x79", [0x7615] = "\xb0\x7a", [0x7616] = "\xcd\xee", + [0x7617] = "\xb0\x7b", [0x7618] = "\xb0\x7c", [0x7619] = "\xf0\xaa", + [0x761a] = "\xb0\x7d", [0x761b] = "\xb0\x7e", [0x761c] = "\xb0\x80", + [0x761d] = "\xb0\x81", [0x761e] = "\xb0\x82", [0x761f] = "\xb0\x83", + [0x7620] = "\xb0\x84", [0x7621] = "\xb0\x85", [0x7622] = "\xb0\x86", + [0x7623] = "\xb0\x87", [0x7624] = "\xf0\xab", [0x7625] = "\xb0\x88", + [0x7626] = "\xb0\x89", [0x7627] = "\xb0\x8a", [0x7628] = "\xb0\x8b", + [0x7629] = "\xb0\x8c", [0x762a] = "\xb0\x8d", [0x762b] = "\xb0\x8e", + [0x762c] = "\xb0\x8f", [0x762d] = "\xb0\x90", [0x762e] = "\xc6\xa4", + [0x762f] = "\xb0\x91", [0x7630] = "\xb0\x92", [0x7631] = "\xd6\xe5", + [0x7632] = "\xf1\xe4", [0x7633] = "\xb0\x93", [0x7634] = "\xf1\xe5", + [0x7635] = "\xb0\x94", [0x7636] = "\xb0\x95", [0x7637] = "\xb0\x96", + [0x7638] = "\xb0\x97", [0x7639] = "\xb0\x98", [0x763a] = "\xb0\x99", + [0x763b] = "\xb0\x9a", [0x763c] = "\xb0\x9b", [0x763d] = "\xb0\x9c", + [0x763e] = "\xb0\x9d", [0x763f] = "\xc3\xf3", [0x7640] = "\xb0\x9e", + [0x7641] = "\xb0\x9f", [0x7642] = "\xd3\xdb", [0x7643] = "\xb0\xa0", + [0x7644] = "\xb1\x40", [0x7645] = "\xd6\xd1", [0x7646] = "\xc5\xe8", + [0x7647] = "\xb1\x41", [0x7648] = "\xd3\xaf", [0x7649] = "\xb1\x42", + [0x764a] = "\xd2\xe6", [0x764b] = "\xb1\x43", [0x764c] = "\xb1\x44", + [0x764d] = "\xee\xc1", [0x764e] = "\xb0\xbb", [0x764f] = "\xd5\xb5", + [0x7650] = "\xd1\xce", [0x7651] = "\xbc\xe0", [0x7652] = "\xba\xd0", + [0x7653] = "\xb1\x45", [0x7654] = "\xbf\xf8", [0x7655] = "\xb1\x46", + [0x7656] = "\xb8\xc7", [0x7657] = "\xb5\xc1", [0x7658] = "\xc5\xcc", + [0x7659] = "\xb1\x47", [0x765a] = "\xb1\x48", [0x765b] = "\xca\xa2", + [0x765c] = "\xb1\x49", [0x765d] = "\xb1\x4a", [0x765e] = "\xb1\x4b", + [0x765f] = "\xc3\xcb", [0x7660] = "\xb1\x4c", [0x7661] = "\xb1\x4d", + [0x7662] = "\xb1\x4e", [0x7663] = "\xb1\x4f", [0x7664] = "\xb1\x50", + [0x7665] = "\xee\xc2", [0x7666] = "\xb1\x51", [0x7667] = "\xb1\x52", + [0x7668] = "\xb1\x53", [0x7669] = "\xb1\x54", [0x766a] = "\xb1\x55", + [0x766b] = "\xb1\x56", [0x766c] = "\xb1\x57", [0x766d] = "\xb1\x58", + [0x766e] = "\xc4\xbf", [0x766f] = "\xb6\xa2", [0x7670] = "\xb1\x59", + [0x7671] = "\xed\xec", [0x7672] = "\xc3\xa4", [0x7673] = "\xb1\x5a", + [0x7674] = "\xd6\xb1", [0x7675] = "\xb1\x5b", [0x7676] = "\xb1\x5c", + [0x7677] = "\xb1\x5d", [0x7678] = "\xcf\xe0", [0x7679] = "\xed\xef", + [0x767a] = "\xb1\x5e", [0x767b] = "\xb1\x5f", [0x767c] = "\xc5\xce", + [0x767d] = "\xb1\x60", [0x767e] = "\xb6\xdc", [0x767f] = "\xb1\x61", + [0x7680] = "\xb1\x62", [0x7681] = "\xca\xa1", [0x7682] = "\xb1\x63", + [0x7683] = "\xb1\x64", [0x7684] = "\xed\xed", [0x7685] = "\xb1\x65", + [0x7686] = "\xb1\x66", [0x7687] = "\xed\xf0", [0x7688] = "\xed\xf1", + [0x7689] = "\xc3\xbc", [0x768a] = "\xb1\x67", [0x768b] = "\xbf\xb4", + [0x768c] = "\xb1\x68", [0x768d] = "\xed\xee", [0x768e] = "\xb1\x69", + [0x768f] = "\xb1\x6a", [0x7690] = "\xb1\x6b", [0x7691] = "\xb1\x6c", + [0x7692] = "\xb1\x6d", [0x7693] = "\xb1\x6e", [0x7694] = "\xb1\x6f", + [0x7695] = "\xb1\x70", [0x7696] = "\xb1\x71", [0x7697] = "\xb1\x72", + [0x7698] = "\xb1\x73", [0x7699] = "\xed\xf4", [0x769a] = "\xed\xf2", + [0x769b] = "\xb1\x74", [0x769c] = "\xb1\x75", [0x769d] = "\xb1\x76", + [0x769e] = "\xb1\x77", [0x769f] = "\xd5\xe6", [0x76a0] = "\xc3\xdf", + [0x76a1] = "\xb1\x78", [0x76a2] = "\xed\xf3", [0x76a3] = "\xb1\x79", + [0x76a4] = "\xb1\x7a", [0x76a5] = "\xb1\x7b", [0x76a6] = "\xed\xf6", + [0x76a7] = "\xb1\x7c", [0x76a8] = "\xd5\xa3", [0x76a9] = "\xd1\xa3", + [0x76aa] = "\xb1\x7d", [0x76ab] = "\xb1\x7e", [0x76ac] = "\xb1\x80", + [0x76ad] = "\xed\xf5", [0x76ae] = "\xb1\x81", [0x76af] = "\xc3\xd0", + [0x76b0] = "\xb1\x82", [0x76b1] = "\xb1\x83", [0x76b2] = "\xb1\x84", + [0x76b3] = "\xb1\x85", [0x76b4] = "\xb1\x86", [0x76b5] = "\xed\xf7", + [0x76b6] = "\xbf\xf4", [0x76b7] = "\xbe\xec", [0x76b8] = "\xed\xf8", + [0x76b9] = "\xb1\x87", [0x76ba] = "\xcc\xf7", [0x76bb] = "\xb1\x88", + [0x76bc] = "\xd1\xdb", [0x76bd] = "\xb1\x89", [0x76be] = "\xb1\x8a", + [0x76bf] = "\xb1\x8b", [0x76c0] = "\xd7\xc5", [0x76c1] = "\xd5\xf6", + [0x76c2] = "\xb1\x8c", [0x76c3] = "\xed\xfc", [0x76c4] = "\xb1\x8d", + [0x76c5] = "\xb1\x8e", [0x76c6] = "\xb1\x8f", [0x76c7] = "\xed\xfb", + [0x76c8] = "\xb1\x90", [0x76c9] = "\xb1\x91", [0x76ca] = "\xb1\x92", + [0x76cb] = "\xb1\x93", [0x76cc] = "\xb1\x94", [0x76cd] = "\xb1\x95", + [0x76ce] = "\xb1\x96", [0x76cf] = "\xb1\x97", [0x76d0] = "\xed\xf9", + [0x76d1] = "\xed\xfa", [0x76d2] = "\xb1\x98", [0x76d3] = "\xb1\x99", + [0x76d4] = "\xb1\x9a", [0x76d5] = "\xb1\x9b", [0x76d6] = "\xb1\x9c", + [0x76d7] = "\xb1\x9d", [0x76d8] = "\xb1\x9e", [0x76d9] = "\xb1\x9f", + [0x76da] = "\xed\xfd", [0x76db] = "\xbe\xa6", [0x76dc] = "\xb1\xa0", + [0x76dd] = "\xb2\x40", [0x76de] = "\xb2\x41", [0x76df] = "\xb2\x42", + [0x76e0] = "\xb2\x43", [0x76e1] = "\xcb\xaf", [0x76e2] = "\xee\xa1", + [0x76e3] = "\xb6\xbd", [0x76e4] = "\xb2\x44", [0x76e5] = "\xee\xa2", + [0x76e6] = "\xc4\xc0", [0x76e7] = "\xb2\x45", [0x76e8] = "\xed\xfe", + [0x76e9] = "\xb2\x46", [0x76ea] = "\xb2\x47", [0x76eb] = "\xbd\xde", + [0x76ec] = "\xb2\xc7", [0x76ed] = "\xb2\x48", [0x76ee] = "\xb2\x49", + [0x76ef] = "\xb2\x4a", [0x76f0] = "\xb2\x4b", [0x76f1] = "\xb2\x4c", + [0x76f2] = "\xb2\x4d", [0x76f3] = "\xb2\x4e", [0x76f4] = "\xb2\x4f", + [0x76f5] = "\xb2\x50", [0x76f6] = "\xb2\x51", [0x76f7] = "\xb2\x52", + [0x76f8] = "\xb2\x53", [0x76f9] = "\xb6\xc3", [0x76fa] = "\xb2\x54", + [0x76fb] = "\xb2\x55", [0x76fc] = "\xb2\x56", [0x76fd] = "\xee\xa5", + [0x76fe] = "\xd8\xba", [0x76ff] = "\xee\xa3", [0x7700] = "\xee\xa6", + [0x7701] = "\xb2\x57", [0x7702] = "\xb2\x58", [0x7703] = "\xb2\x59", + [0x7704] = "\xc3\xe9", [0x7705] = "\xb3\xf2", [0x7706] = "\xb2\x5a", + [0x7707] = "\xb2\x5b", [0x7708] = "\xb2\x5c", [0x7709] = "\xb2\x5d", + [0x770a] = "\xb2\x5e", [0x770b] = "\xb2\x5f", [0x770c] = "\xee\xa7", + [0x770d] = "\xee\xa4", [0x770e] = "\xcf\xb9", [0x770f] = "\xb2\x60", + [0x7710] = "\xb2\x61", [0x7711] = "\xee\xa8", [0x7712] = "\xc2\xf7", + [0x7713] = "\xb2\x62", [0x7714] = "\xb2\x63", [0x7715] = "\xb2\x64", + [0x7716] = "\xb2\x65", [0x7717] = "\xb2\x66", [0x7718] = "\xb2\x67", + [0x7719] = "\xb2\x68", [0x771a] = "\xb2\x69", [0x771b] = "\xb2\x6a", + [0x771c] = "\xb2\x6b", [0x771d] = "\xb2\x6c", [0x771e] = "\xb2\x6d", + [0x771f] = "\xee\xa9", [0x7720] = "\xee\xaa", [0x7721] = "\xb2\x6e", + [0x7722] = "\xde\xab", [0x7723] = "\xb2\x6f", [0x7724] = "\xb2\x70", + [0x7725] = "\xc6\xb3", [0x7726] = "\xb2\x71", [0x7727] = "\xc7\xc6", + [0x7728] = "\xb2\x72", [0x7729] = "\xd6\xf5", [0x772a] = "\xb5\xc9", + [0x772b] = "\xb2\x73", [0x772c] = "\xcb\xb2", [0x772d] = "\xb2\x74", + [0x772e] = "\xb2\x75", [0x772f] = "\xb2\x76", [0x7730] = "\xee\xab", + [0x7731] = "\xb2\x77", [0x7732] = "\xb2\x78", [0x7733] = "\xcd\xab", + [0x7734] = "\xb2\x79", [0x7735] = "\xee\xac", [0x7736] = "\xb2\x7a", + [0x7737] = "\xb2\x7b", [0x7738] = "\xb2\x7c", [0x7739] = "\xb2\x7d", + [0x773a] = "\xb2\x7e", [0x773b] = "\xd5\xb0", [0x773c] = "\xb2\x80", + [0x773d] = "\xee\xad", [0x773e] = "\xb2\x81", [0x773f] = "\xf6\xc4", + [0x7740] = "\xb2\x82", [0x7741] = "\xb2\x83", [0x7742] = "\xb2\x84", + [0x7743] = "\xb2\x85", [0x7744] = "\xb2\x86", [0x7745] = "\xb2\x87", + [0x7746] = "\xb2\x88", [0x7747] = "\xb2\x89", [0x7748] = "\xb2\x8a", + [0x7749] = "\xb2\x8b", [0x774a] = "\xb2\x8c", [0x774b] = "\xb2\x8d", + [0x774c] = "\xb2\x8e", [0x774d] = "\xdb\xc7", [0x774e] = "\xb2\x8f", + [0x774f] = "\xb2\x90", [0x7750] = "\xb2\x91", [0x7751] = "\xb2\x92", + [0x7752] = "\xb2\x93", [0x7753] = "\xb2\x94", [0x7754] = "\xb2\x95", + [0x7755] = "\xb2\x96", [0x7756] = "\xb2\x97", [0x7757] = "\xb4\xa3", + [0x7758] = "\xb2\x98", [0x7759] = "\xb2\x99", [0x775a] = "\xb2\x9a", + [0x775b] = "\xc3\xac", [0x775c] = "\xf1\xe6", [0x775d] = "\xb2\x9b", + [0x775e] = "\xb2\x9c", [0x775f] = "\xb2\x9d", [0x7760] = "\xb2\x9e", + [0x7761] = "\xb2\x9f", [0x7762] = "\xca\xb8", [0x7763] = "\xd2\xd3", + [0x7764] = "\xb2\xa0", [0x7765] = "\xd6\xaa", [0x7766] = "\xb3\x40", + [0x7767] = "\xef\xf2", [0x7768] = "\xb3\x41", [0x7769] = "\xbe\xd8", + [0x776a] = "\xb3\x42", [0x776b] = "\xbd\xc3", [0x776c] = "\xef\xf3", + [0x776d] = "\xb6\xcc", [0x776e] = "\xb0\xab", [0x776f] = "\xb3\x43", + [0x7770] = "\xb3\x44", [0x7771] = "\xb3\x45", [0x7772] = "\xb3\x46", + [0x7773] = "\xca\xaf", [0x7774] = "\xb3\x47", [0x7775] = "\xb3\x48", + [0x7776] = "\xed\xb6", [0x7777] = "\xb3\x49", [0x7778] = "\xed\xb7", + [0x7779] = "\xb3\x4a", [0x777a] = "\xb3\x4b", [0x777b] = "\xb3\x4c", + [0x777c] = "\xb3\x4d", [0x777d] = "\xce\xf9", [0x777e] = "\xb7\xaf", + [0x777f] = "\xbf\xf3", [0x7780] = "\xed\xb8", [0x7781] = "\xc2\xeb", + [0x7782] = "\xc9\xb0", [0x7783] = "\xb3\x4e", [0x7784] = "\xb3\x4f", + [0x7785] = "\xb3\x50", [0x7786] = "\xb3\x51", [0x7787] = "\xb3\x52", + [0x7788] = "\xb3\x53", [0x7789] = "\xed\xb9", [0x778a] = "\xb3\x54", + [0x778b] = "\xb3\x55", [0x778c] = "\xc6\xf6", [0x778d] = "\xbf\xb3", + [0x778e] = "\xb3\x56", [0x778f] = "\xb3\x57", [0x7790] = "\xb3\x58", + [0x7791] = "\xed\xbc", [0x7792] = "\xc5\xf8", [0x7793] = "\xb3\x59", + [0x7794] = "\xd1\xd0", [0x7795] = "\xb3\x5a", [0x7796] = "\xd7\xa9", + [0x7797] = "\xed\xba", [0x7798] = "\xed\xbb", [0x7799] = "\xb3\x5b", + [0x779a] = "\xd1\xe2", [0x779b] = "\xb3\x5c", [0x779c] = "\xed\xbf", + [0x779d] = "\xed\xc0", [0x779e] = "\xb3\x5d", [0x779f] = "\xed\xc4", + [0x77a0] = "\xb3\x5e", [0x77a1] = "\xb3\x5f", [0x77a2] = "\xb3\x60", + [0x77a3] = "\xed\xc8", [0x77a4] = "\xb3\x61", [0x77a5] = "\xed\xc6", + [0x77a6] = "\xed\xce", [0x77a7] = "\xd5\xe8", [0x77a8] = "\xb3\x62", + [0x77a9] = "\xed\xc9", [0x77aa] = "\xb3\x63", [0x77ab] = "\xb3\x64", + [0x77ac] = "\xed\xc7", [0x77ad] = "\xed\xbe", [0x77ae] = "\xb3\x65", + [0x77af] = "\xb3\x66", [0x77b0] = "\xc5\xe9", [0x77b1] = "\xb3\x67", + [0x77b2] = "\xb3\x68", [0x77b3] = "\xb3\x69", [0x77b4] = "\xc6\xc6", + [0x77b5] = "\xb3\x6a", [0x77b6] = "\xb3\x6b", [0x77b7] = "\xc9\xe9", + [0x77b8] = "\xd4\xd2", [0x77b9] = "\xed\xc1", [0x77ba] = "\xed\xc2", + [0x77bb] = "\xed\xc3", [0x77bc] = "\xed\xc5", [0x77bd] = "\xb3\x6c", + [0x77be] = "\xc0\xf9", [0x77bf] = "\xb3\x6d", [0x77c0] = "\xb4\xa1", + [0x77c1] = "\xb3\x6e", [0x77c2] = "\xb3\x6f", [0x77c3] = "\xb3\x70", + [0x77c4] = "\xb3\x71", [0x77c5] = "\xb9\xe8", [0x77c6] = "\xb3\x72", + [0x77c7] = "\xed\xd0", [0x77c8] = "\xb3\x73", [0x77c9] = "\xb3\x74", + [0x77ca] = "\xb3\x75", [0x77cb] = "\xb3\x76", [0x77cc] = "\xed\xd1", + [0x77cd] = "\xb3\x77", [0x77ce] = "\xed\xca", [0x77cf] = "\xb3\x78", + [0x77d0] = "\xed\xcf", [0x77d1] = "\xb3\x79", [0x77d2] = "\xce\xf8", + [0x77d3] = "\xb3\x7a", [0x77d4] = "\xb3\x7b", [0x77d5] = "\xcb\xb6", + [0x77d6] = "\xed\xcc", [0x77d7] = "\xed\xcd", [0x77d8] = "\xb3\x7c", + [0x77d9] = "\xb3\x7d", [0x77da] = "\xb3\x7e", [0x77db] = "\xb3\x80", + [0x77dc] = "\xb3\x81", [0x77dd] = "\xcf\xf5", [0x77de] = "\xb3\x82", + [0x77df] = "\xb3\x83", [0x77e0] = "\xb3\x84", [0x77e1] = "\xb3\x85", + [0x77e2] = "\xb3\x86", [0x77e3] = "\xb3\x87", [0x77e4] = "\xb3\x88", + [0x77e5] = "\xb3\x89", [0x77e6] = "\xb3\x8a", [0x77e7] = "\xb3\x8b", + [0x77e8] = "\xb3\x8c", [0x77e9] = "\xb3\x8d", [0x77ea] = "\xed\xd2", + [0x77eb] = "\xc1\xf2", [0x77ec] = "\xd3\xb2", [0x77ed] = "\xed\xcb", + [0x77ee] = "\xc8\xb7", [0x77ef] = "\xb3\x8e", [0x77f0] = "\xb3\x8f", + [0x77f1] = "\xb3\x90", [0x77f2] = "\xb3\x91", [0x77f3] = "\xb3\x92", + [0x77f4] = "\xb3\x93", [0x77f5] = "\xb3\x94", [0x77f6] = "\xb3\x95", + [0x77f7] = "\xbc\xef", [0x77f8] = "\xb3\x96", [0x77f9] = "\xb3\x97", + [0x77fa] = "\xb3\x98", [0x77fb] = "\xb3\x99", [0x77fc] = "\xc5\xf0", + [0x77fd] = "\xb3\x9a", [0x77fe] = "\xb3\x9b", [0x77ff] = "\xb3\x9c", + [0x7800] = "\xb3\x9d", [0x7801] = "\xb3\x9e", [0x7802] = "\xb3\x9f", + [0x7803] = "\xb3\xa0", [0x7804] = "\xb4\x40", [0x7805] = "\xb4\x41", + [0x7806] = "\xb4\x42", [0x7807] = "\xed\xd6", [0x7808] = "\xb4\x43", + [0x7809] = "\xb5\xef", [0x780a] = "\xb4\x44", [0x780b] = "\xb4\x45", + [0x780c] = "\xc2\xb5", [0x780d] = "\xb0\xad", [0x780e] = "\xcb\xe9", + [0x780f] = "\xb4\x46", [0x7810] = "\xb4\x47", [0x7811] = "\xb1\xae", + [0x7812] = "\xb4\x48", [0x7813] = "\xed\xd4", [0x7814] = "\xb4\x49", + [0x7815] = "\xb4\x4a", [0x7816] = "\xb4\x4b", [0x7817] = "\xcd\xeb", + [0x7818] = "\xb5\xe2", [0x7819] = "\xb4\x4c", [0x781a] = "\xed\xd5", + [0x781b] = "\xed\xd3", [0x781c] = "\xed\xd7", [0x781d] = "\xb4\x4d", + [0x781e] = "\xb4\x4e", [0x781f] = "\xb5\xfa", [0x7820] = "\xb4\x4f", + [0x7821] = "\xed\xd8", [0x7822] = "\xb4\x50", [0x7823] = "\xed\xd9", + [0x7824] = "\xb4\x51", [0x7825] = "\xed\xdc", [0x7826] = "\xb4\x52", + [0x7827] = "\xb1\xcc", [0x7828] = "\xb4\x53", [0x7829] = "\xb4\x54", + [0x782a] = "\xb4\x55", [0x782b] = "\xb4\x56", [0x782c] = "\xb4\x57", + [0x782d] = "\xb4\x58", [0x782e] = "\xb4\x59", [0x782f] = "\xb4\x5a", + [0x7830] = "\xc5\xf6", [0x7831] = "\xbc\xee", [0x7832] = "\xed\xda", + [0x7833] = "\xcc\xbc", [0x7834] = "\xb2\xea", [0x7835] = "\xb4\x5b", + [0x7836] = "\xb4\x5c", [0x7837] = "\xb4\x5d", [0x7838] = "\xb4\x5e", + [0x7839] = "\xed\xdb", [0x783a] = "\xb4\x5f", [0x783b] = "\xb4\x60", + [0x783c] = "\xb4\x61", [0x783d] = "\xb4\x62", [0x783e] = "\xc4\xeb", + [0x783f] = "\xb4\x63", [0x7840] = "\xb4\x64", [0x7841] = "\xb4\xc5", + [0x7842] = "\xb4\x65", [0x7843] = "\xb4\x66", [0x7844] = "\xb4\x67", + [0x7845] = "\xb0\xf5", [0x7846] = "\xb4\x68", [0x7847] = "\xb4\x69", + [0x7848] = "\xb4\x6a", [0x7849] = "\xed\xdf", [0x784a] = "\xc0\xda", + [0x784b] = "\xb4\xe8", [0x784c] = "\xb4\x6b", [0x784d] = "\xb4\x6c", + [0x784e] = "\xb4\x6d", [0x784f] = "\xb4\x6e", [0x7850] = "\xc5\xcd", + [0x7851] = "\xb4\x6f", [0x7852] = "\xb4\x70", [0x7853] = "\xb4\x71", + [0x7854] = "\xed\xdd", [0x7855] = "\xbf\xc4", [0x7856] = "\xb4\x72", + [0x7857] = "\xb4\x73", [0x7858] = "\xb4\x74", [0x7859] = "\xed\xde", + [0x785a] = "\xb4\x75", [0x785b] = "\xb4\x76", [0x785c] = "\xb4\x77", + [0x785d] = "\xb4\x78", [0x785e] = "\xb4\x79", [0x785f] = "\xb4\x7a", + [0x7860] = "\xb4\x7b", [0x7861] = "\xb4\x7c", [0x7862] = "\xb4\x7d", + [0x7863] = "\xb4\x7e", [0x7864] = "\xb4\x80", [0x7865] = "\xb4\x81", + [0x7866] = "\xb4\x82", [0x7867] = "\xb4\x83", [0x7868] = "\xc4\xa5", + [0x7869] = "\xb4\x84", [0x786a] = "\xb4\x85", [0x786b] = "\xb4\x86", + [0x786c] = "\xed\xe0", [0x786d] = "\xb4\x87", [0x786e] = "\xb4\x88", + [0x786f] = "\xb4\x89", [0x7870] = "\xb4\x8a", [0x7871] = "\xb4\x8b", + [0x7872] = "\xed\xe1", [0x7873] = "\xb4\x8c", [0x7874] = "\xed\xe3", + [0x7875] = "\xb4\x8d", [0x7876] = "\xb4\x8e", [0x7877] = "\xc1\xd7", + [0x7878] = "\xb4\x8f", [0x7879] = "\xb4\x90", [0x787a] = "\xbb\xc7", + [0x787b] = "\xb4\x91", [0x787c] = "\xb4\x92", [0x787d] = "\xb4\x93", + [0x787e] = "\xb4\x94", [0x787f] = "\xb4\x95", [0x7880] = "\xb4\x96", + [0x7881] = "\xbd\xb8", [0x7882] = "\xb4\x97", [0x7883] = "\xb4\x98", + [0x7884] = "\xb4\x99", [0x7885] = "\xed\xe2", [0x7886] = "\xb4\x9a", + [0x7887] = "\xb4\x9b", [0x7888] = "\xb4\x9c", [0x7889] = "\xb4\x9d", + [0x788a] = "\xb4\x9e", [0x788b] = "\xb4\x9f", [0x788c] = "\xb4\xa0", + [0x788d] = "\xb5\x40", [0x788e] = "\xb5\x41", [0x788f] = "\xb5\x42", + [0x7890] = "\xb5\x43", [0x7891] = "\xb5\x44", [0x7892] = "\xb5\x45", + [0x7893] = "\xed\xe4", [0x7894] = "\xb5\x46", [0x7895] = "\xb5\x47", + [0x7896] = "\xb5\x48", [0x7897] = "\xb5\x49", [0x7898] = "\xb5\x4a", + [0x7899] = "\xb5\x4b", [0x789a] = "\xb5\x4c", [0x789b] = "\xb5\x4d", + [0x789c] = "\xb5\x4e", [0x789d] = "\xb5\x4f", [0x789e] = "\xed\xe6", + [0x789f] = "\xb5\x50", [0x78a0] = "\xb5\x51", [0x78a1] = "\xb5\x52", + [0x78a2] = "\xb5\x53", [0x78a3] = "\xb5\x54", [0x78a4] = "\xed\xe5", + [0x78a5] = "\xb5\x55", [0x78a6] = "\xb5\x56", [0x78a7] = "\xb5\x57", + [0x78a8] = "\xb5\x58", [0x78a9] = "\xb5\x59", [0x78aa] = "\xb5\x5a", + [0x78ab] = "\xb5\x5b", [0x78ac] = "\xb5\x5c", [0x78ad] = "\xb5\x5d", + [0x78ae] = "\xb5\x5e", [0x78af] = "\xb5\x5f", [0x78b0] = "\xb5\x60", + [0x78b1] = "\xb5\x61", [0x78b2] = "\xb5\x62", [0x78b3] = "\xb5\x63", + [0x78b4] = "\xed\xe7", [0x78b5] = "\xb5\x64", [0x78b6] = "\xb5\x65", + [0x78b7] = "\xb5\x66", [0x78b8] = "\xb5\x67", [0x78b9] = "\xb5\x68", + [0x78ba] = "\xca\xbe", [0x78bb] = "\xec\xea", [0x78bc] = "\xc0\xf1", + [0x78bd] = "\xb5\x69", [0x78be] = "\xc9\xe7", [0x78bf] = "\xb5\x6a", + [0x78c0] = "\xec\xeb", [0x78c1] = "\xc6\xee", [0x78c2] = "\xb5\x6b", + [0x78c3] = "\xb5\x6c", [0x78c4] = "\xb5\x6d", [0x78c5] = "\xb5\x6e", + [0x78c6] = "\xec\xec", [0x78c7] = "\xb5\x6f", [0x78c8] = "\xc6\xed", + [0x78c9] = "\xec\xed", [0x78ca] = "\xb5\x70", [0x78cb] = "\xb5\x71", + [0x78cc] = "\xb5\x72", [0x78cd] = "\xb5\x73", [0x78ce] = "\xb5\x74", + [0x78cf] = "\xb5\x75", [0x78d0] = "\xb5\x76", [0x78d1] = "\xb5\x77", + [0x78d2] = "\xb5\x78", [0x78d3] = "\xec\xf0", [0x78d4] = "\xb5\x79", + [0x78d5] = "\xb5\x7a", [0x78d6] = "\xd7\xe6", [0x78d7] = "\xec\xf3", + [0x78d8] = "\xb5\x7b", [0x78d9] = "\xb5\x7c", [0x78da] = "\xec\xf1", + [0x78db] = "\xec\xee", [0x78dc] = "\xec\xef", [0x78dd] = "\xd7\xa3", + [0x78de] = "\xc9\xf1", [0x78df] = "\xcb\xee", [0x78e0] = "\xec\xf4", + [0x78e1] = "\xb5\x7d", [0x78e2] = "\xec\xf2", [0x78e3] = "\xb5\x7e", + [0x78e4] = "\xb5\x80", [0x78e5] = "\xcf\xe9", [0x78e6] = "\xb5\x81", + [0x78e7] = "\xec\xf6", [0x78e8] = "\xc6\xb1", [0x78e9] = "\xb5\x82", + [0x78ea] = "\xb5\x83", [0x78eb] = "\xb5\x84", [0x78ec] = "\xb5\x85", + [0x78ed] = "\xbc\xc0", [0x78ee] = "\xb5\x86", [0x78ef] = "\xec\xf5", + [0x78f0] = "\xb5\x87", [0x78f1] = "\xb5\x88", [0x78f2] = "\xb5\x89", + [0x78f3] = "\xb5\x8a", [0x78f4] = "\xb5\x8b", [0x78f5] = "\xb5\x8c", + [0x78f6] = "\xb5\x8d", [0x78f7] = "\xb5\xbb", [0x78f8] = "\xbb\xf6", + [0x78f9] = "\xb5\x8e", [0x78fa] = "\xec\xf7", [0x78fb] = "\xb5\x8f", + [0x78fc] = "\xb5\x90", [0x78fd] = "\xb5\x91", [0x78fe] = "\xb5\x92", + [0x78ff] = "\xb5\x93", [0x7900] = "\xd9\xf7", [0x7901] = "\xbd\xfb", + [0x7902] = "\xb5\x94", [0x7903] = "\xb5\x95", [0x7904] = "\xc2\xbb", + [0x7905] = "\xec\xf8", [0x7906] = "\xb5\x96", [0x7907] = "\xb5\x97", + [0x7908] = "\xb5\x98", [0x7909] = "\xb5\x99", [0x790a] = "\xec\xf9", + [0x790b] = "\xb5\x9a", [0x790c] = "\xb5\x9b", [0x790d] = "\xb5\x9c", + [0x790e] = "\xb5\x9d", [0x790f] = "\xb8\xa3", [0x7910] = "\xb5\x9e", + [0x7911] = "\xb5\x9f", [0x7912] = "\xb5\xa0", [0x7913] = "\xb6\x40", + [0x7914] = "\xb6\x41", [0x7915] = "\xb6\x42", [0x7916] = "\xb6\x43", + [0x7917] = "\xb6\x44", [0x7918] = "\xb6\x45", [0x7919] = "\xb6\x46", + [0x791a] = "\xec\xfa", [0x791b] = "\xb6\x47", [0x791c] = "\xb6\x48", + [0x791d] = "\xb6\x49", [0x791e] = "\xb6\x4a", [0x791f] = "\xb6\x4b", + [0x7920] = "\xb6\x4c", [0x7921] = "\xb6\x4d", [0x7922] = "\xb6\x4e", + [0x7923] = "\xb6\x4f", [0x7924] = "\xb6\x50", [0x7925] = "\xb6\x51", + [0x7926] = "\xb6\x52", [0x7927] = "\xec\xfb", [0x7928] = "\xb6\x53", + [0x7929] = "\xb6\x54", [0x792a] = "\xb6\x55", [0x792b] = "\xb6\x56", + [0x792c] = "\xb6\x57", [0x792d] = "\xb6\x58", [0x792e] = "\xb6\x59", + [0x792f] = "\xb6\x5a", [0x7930] = "\xb6\x5b", [0x7931] = "\xb6\x5c", + [0x7932] = "\xb6\x5d", [0x7933] = "\xec\xfc", [0x7934] = "\xb6\x5e", + [0x7935] = "\xb6\x5f", [0x7936] = "\xb6\x60", [0x7937] = "\xb6\x61", + [0x7938] = "\xb6\x62", [0x7939] = "\xd3\xed", [0x793a] = "\xd8\xae", + [0x793b] = "\xc0\xeb", [0x793c] = "\xb6\x63", [0x793d] = "\xc7\xdd", + [0x793e] = "\xba\xcc", [0x793f] = "\xb6\x64", [0x7940] = "\xd0\xe3", + [0x7941] = "\xcb\xbd", [0x7942] = "\xb6\x65", [0x7943] = "\xcd\xba", + [0x7944] = "\xb6\x66", [0x7945] = "\xb6\x67", [0x7946] = "\xb8\xd1", + [0x7947] = "\xb6\x68", [0x7948] = "\xb6\x69", [0x7949] = "\xb1\xfc", + [0x794a] = "\xb6\x6a", [0x794b] = "\xc7\xef", [0x794c] = "\xb6\x6b", + [0x794d] = "\xd6\xd6", [0x794e] = "\xb6\x6c", [0x794f] = "\xb6\x6d", + [0x7950] = "\xb6\x6e", [0x7951] = "\xbf\xc6", [0x7952] = "\xc3\xeb", + [0x7953] = "\xb6\x6f", [0x7954] = "\xb6\x70", [0x7955] = "\xef\xf5", + [0x7956] = "\xb6\x71", [0x7957] = "\xb6\x72", [0x7958] = "\xc3\xd8", + [0x7959] = "\xb6\x73", [0x795a] = "\xb6\x74", [0x795b] = "\xb6\x75", + [0x795c] = "\xb6\x76", [0x795d] = "\xb6\x77", [0x795e] = "\xb6\x78", + [0x795f] = "\xd7\xe2", [0x7960] = "\xb6\x79", [0x7961] = "\xb6\x7a", + [0x7962] = "\xb6\x7b", [0x7963] = "\xef\xf7", [0x7964] = "\xb3\xd3", + [0x7965] = "\xb6\x7c", [0x7966] = "\xc7\xd8", [0x7967] = "\xd1\xed", + [0x7968] = "\xb6\x7d", [0x7969] = "\xd6\xc8", [0x796a] = "\xb6\x7e", + [0x796b] = "\xef\xf8", [0x796c] = "\xb6\x80", [0x796d] = "\xef\xf6", + [0x796e] = "\xb6\x81", [0x796f] = "\xbb\xfd", [0x7970] = "\xb3\xc6", + [0x7971] = "\xb6\x82", [0x7972] = "\xb6\x83", [0x7973] = "\xb6\x84", + [0x7974] = "\xb6\x85", [0x7975] = "\xb6\x86", [0x7976] = "\xb6\x87", + [0x7977] = "\xb6\x88", [0x7978] = "\xbd\xd5", [0x7979] = "\xb6\x89", + [0x797a] = "\xb6\x8a", [0x797b] = "\xd2\xc6", [0x797c] = "\xb6\x8b", + [0x797d] = "\xbb\xe0", [0x797e] = "\xb6\x8c", [0x797f] = "\xb6\x8d", + [0x7980] = "\xcf\xa1", [0x7981] = "\xb6\x8e", [0x7982] = "\xef\xfc", + [0x7983] = "\xef\xfb", [0x7984] = "\xb6\x8f", [0x7985] = "\xb6\x90", + [0x7986] = "\xef\xf9", [0x7987] = "\xb6\x91", [0x7988] = "\xb6\x92", + [0x7989] = "\xb6\x93", [0x798a] = "\xb6\x94", [0x798b] = "\xb3\xcc", + [0x798c] = "\xb6\x95", [0x798d] = "\xc9\xd4", [0x798e] = "\xcb\xb0", + [0x798f] = "\xb6\x96", [0x7990] = "\xb6\x97", [0x7991] = "\xb6\x98", + [0x7992] = "\xb6\x99", [0x7993] = "\xb6\x9a", [0x7994] = "\xef\xfe", + [0x7995] = "\xb6\x9b", [0x7996] = "\xb6\x9c", [0x7997] = "\xb0\xde", + [0x7998] = "\xb6\x9d", [0x7999] = "\xb6\x9e", [0x799a] = "\xd6\xc9", + [0x799b] = "\xb6\x9f", [0x799c] = "\xb6\xa0", [0x799d] = "\xb7\x40", + [0x799e] = "\xef\xfd", [0x799f] = "\xb7\x41", [0x79a0] = "\xb3\xed", + [0x79a1] = "\xb7\x42", [0x79a2] = "\xb7\x43", [0x79a3] = "\xf6\xd5", + [0x79a4] = "\xb7\x44", [0x79a5] = "\xb7\x45", [0x79a6] = "\xb7\x46", + [0x79a7] = "\xb7\x47", [0x79a8] = "\xb7\x48", [0x79a9] = "\xb7\x49", + [0x79aa] = "\xb7\x4a", [0x79ab] = "\xb7\x4b", [0x79ac] = "\xb7\x4c", + [0x79ad] = "\xb7\x4d", [0x79ae] = "\xb7\x4e", [0x79af] = "\xb7\x4f", + [0x79b0] = "\xb7\x50", [0x79b1] = "\xb7\x51", [0x79b2] = "\xb7\x52", + [0x79b3] = "\xce\xc8", [0x79b4] = "\xb7\x53", [0x79b5] = "\xb7\x54", + [0x79b6] = "\xb7\x55", [0x79b7] = "\xf0\xa2", [0x79b8] = "\xb7\x56", + [0x79b9] = "\xf0\xa1", [0x79ba] = "\xb7\x57", [0x79bb] = "\xb5\xbe", + [0x79bc] = "\xbc\xda", [0x79bd] = "\xbb\xfc", [0x79be] = "\xb7\x58", + [0x79bf] = "\xb8\xe5", [0x79c0] = "\xb7\x59", [0x79c1] = "\xb7\x5a", + [0x79c2] = "\xb7\x5b", [0x79c3] = "\xb7\x5c", [0x79c4] = "\xb7\x5d", + [0x79c5] = "\xb7\x5e", [0x79c6] = "\xc4\xc2", [0x79c7] = "\xb7\x5f", + [0x79c8] = "\xb7\x60", [0x79c9] = "\xb7\x61", [0x79ca] = "\xb7\x62", + [0x79cb] = "\xb7\x63", [0x79cc] = "\xb7\x64", [0x79cd] = "\xb7\x65", + [0x79ce] = "\xb7\x66", [0x79cf] = "\xb7\x67", [0x79d0] = "\xb7\x68", + [0x79d1] = "\xf0\xa3", [0x79d2] = "\xb7\x69", [0x79d3] = "\xb7\x6a", + [0x79d4] = "\xb7\x6b", [0x79d5] = "\xb7\x6c", [0x79d6] = "\xb7\x6d", + [0x79d7] = "\xcb\xeb", [0x79d8] = "\xb7\x6e", [0x79d9] = "\xb7\x6f", + [0x79da] = "\xb7\x70", [0x79db] = "\xb7\x71", [0x79dc] = "\xb7\x72", + [0x79dd] = "\xb7\x73", [0x79de] = "\xb7\x74", [0x79df] = "\xb7\x75", + [0x79e0] = "\xb7\x76", [0x79e1] = "\xb7\x77", [0x79e2] = "\xb7\x78", + [0x79e3] = "\xb7\x79", [0x79e4] = "\xb7\x7a", [0x79e5] = "\xb7\x7b", + [0x79e6] = "\xb7\x7c", [0x79e7] = "\xb7\x7d", [0x79e8] = "\xb7\x7e", + [0x79e9] = "\xb7\x80", [0x79ea] = "\xb7\x81", [0x79eb] = "\xb7\x82", + [0x79ec] = "\xb7\x83", [0x79ed] = "\xb7\x84", [0x79ee] = "\xb7\x85", + [0x79ef] = "\xb7\x86", [0x79f0] = "\xf0\xa6", [0x79f1] = "\xb7\x87", + [0x79f2] = "\xb7\x88", [0x79f3] = "\xb7\x89", [0x79f4] = "\xd1\xa8", + [0x79f5] = "\xb7\x8a", [0x79f6] = "\xbe\xbf", [0x79f7] = "\xc7\xee", + [0x79f8] = "\xf1\xb6", [0x79f9] = "\xf1\xb7", [0x79fa] = "\xbf\xd5", + [0x79fb] = "\xb7\x8b", [0x79fc] = "\xb7\x8c", [0x79fd] = "\xb7\x8d", + [0x79fe] = "\xb7\x8e", [0x79ff] = "\xb4\xa9", [0x7a00] = "\xf1\xb8", + [0x7a01] = "\xcd\xbb", [0x7a02] = "\xb7\x8f", [0x7a03] = "\xc7\xd4", + [0x7a04] = "\xd5\xad", [0x7a05] = "\xb7\x90", [0x7a06] = "\xf1\xb9", + [0x7a07] = "\xb7\x91", [0x7a08] = "\xf1\xba", [0x7a09] = "\xb7\x92", + [0x7a0a] = "\xb7\x93", [0x7a0b] = "\xb7\x94", [0x7a0c] = "\xb7\x95", + [0x7a0d] = "\xc7\xcf", [0x7a0e] = "\xb7\x96", [0x7a0f] = "\xb7\x97", + [0x7a10] = "\xb7\x98", [0x7a11] = "\xd2\xa4", [0x7a12] = "\xd6\xcf", + [0x7a13] = "\xb7\x99", [0x7a14] = "\xb7\x9a", [0x7a15] = "\xf1\xbb", + [0x7a16] = "\xbd\xd1", [0x7a17] = "\xb4\xb0", [0x7a18] = "\xbe\xbd", + [0x7a19] = "\xb7\x9b", [0x7a1a] = "\xb7\x9c", [0x7a1b] = "\xb7\x9d", + [0x7a1c] = "\xb4\xdc", [0x7a1d] = "\xce\xd1", [0x7a1e] = "\xb7\x9e", + [0x7a1f] = "\xbf\xdf", [0x7a20] = "\xf1\xbd", [0x7a21] = "\xb7\x9f", + [0x7a22] = "\xb7\xa0", [0x7a23] = "\xb8\x40", [0x7a24] = "\xb8\x41", + [0x7a25] = "\xbf\xfa", [0x7a26] = "\xf1\xbc", [0x7a27] = "\xb8\x42", + [0x7a28] = "\xf1\xbf", [0x7a29] = "\xb8\x43", [0x7a2a] = "\xb8\x44", + [0x7a2b] = "\xb8\x45", [0x7a2c] = "\xf1\xbe", [0x7a2d] = "\xf1\xc0", + [0x7a2e] = "\xb8\x46", [0x7a2f] = "\xb8\x47", [0x7a30] = "\xb8\x48", + [0x7a31] = "\xb8\x49", [0x7a32] = "\xb8\x4a", [0x7a33] = "\xf1\xc1", + [0x7a34] = "\xb8\x4b", [0x7a35] = "\xb8\x4c", [0x7a36] = "\xb8\x4d", + [0x7a37] = "\xb8\x4e", [0x7a38] = "\xb8\x4f", [0x7a39] = "\xb8\x50", + [0x7a3a] = "\xb8\x51", [0x7a3b] = "\xb8\x52", [0x7a3c] = "\xb8\x53", + [0x7a3d] = "\xb8\x54", [0x7a3e] = "\xb8\x55", [0x7a3f] = "\xc1\xfe", + [0x7a40] = "\xb8\x56", [0x7a41] = "\xb8\x57", [0x7a42] = "\xb8\x58", + [0x7a43] = "\xb8\x59", [0x7a44] = "\xb8\x5a", [0x7a45] = "\xb8\x5b", + [0x7a46] = "\xb8\x5c", [0x7a47] = "\xb8\x5d", [0x7a48] = "\xb8\x5e", + [0x7a49] = "\xb8\x5f", [0x7a4a] = "\xb8\x60", [0x7a4b] = "\xc1\xa2", + [0x7a4c] = "\xb8\x61", [0x7a4d] = "\xb8\x62", [0x7a4e] = "\xb8\x63", + [0x7a4f] = "\xb8\x64", [0x7a50] = "\xb8\x65", [0x7a51] = "\xb8\x66", + [0x7a52] = "\xb8\x67", [0x7a53] = "\xb8\x68", [0x7a54] = "\xb8\x69", + [0x7a55] = "\xb8\x6a", [0x7a56] = "\xca\xfa", [0x7a57] = "\xb8\x6b", + [0x7a58] = "\xb8\x6c", [0x7a59] = "\xd5\xbe", [0x7a5a] = "\xb8\x6d", + [0x7a5b] = "\xb8\x6e", [0x7a5c] = "\xb8\x6f", [0x7a5d] = "\xb8\x70", + [0x7a5e] = "\xbe\xba", [0x7a5f] = "\xbe\xb9", [0x7a60] = "\xd5\xc2", + [0x7a61] = "\xb8\x71", [0x7a62] = "\xb8\x72", [0x7a63] = "\xbf\xa2", + [0x7a64] = "\xb8\x73", [0x7a65] = "\xcd\xaf", [0x7a66] = "\xf1\xb5", + [0x7a67] = "\xb8\x74", [0x7a68] = "\xb8\x75", [0x7a69] = "\xb8\x76", + [0x7a6a] = "\xb8\x77", [0x7a6b] = "\xb8\x78", [0x7a6c] = "\xb8\x79", + [0x7a6d] = "\xbd\xdf", [0x7a6e] = "\xb8\x7a", [0x7a6f] = "\xb6\xcb", + [0x7a70] = "\xb8\x7b", [0x7a71] = "\xb8\x7c", [0x7a72] = "\xb8\x7d", + [0x7a73] = "\xb8\x7e", [0x7a74] = "\xb8\x80", [0x7a75] = "\xb8\x81", + [0x7a76] = "\xb8\x82", [0x7a77] = "\xb8\x83", [0x7a78] = "\xb8\x84", + [0x7a79] = "\xd6\xf1", [0x7a7a] = "\xf3\xc3", [0x7a7b] = "\xb8\x85", + [0x7a7c] = "\xb8\x86", [0x7a7d] = "\xf3\xc4", [0x7a7e] = "\xb8\x87", + [0x7a7f] = "\xb8\xcd", [0x7a80] = "\xb8\x88", [0x7a81] = "\xb8\x89", + [0x7a82] = "\xb8\x8a", [0x7a83] = "\xf3\xc6", [0x7a84] = "\xf3\xc7", + [0x7a85] = "\xb8\x8b", [0x7a86] = "\xb0\xca", [0x7a87] = "\xb8\x8c", + [0x7a88] = "\xf3\xc5", [0x7a89] = "\xb8\x8d", [0x7a8a] = "\xf3\xc9", + [0x7a8b] = "\xcb\xf1", [0x7a8c] = "\xb8\x8e", [0x7a8d] = "\xb8\x8f", + [0x7a8e] = "\xb8\x90", [0x7a8f] = "\xf3\xcb", [0x7a90] = "\xb8\x91", + [0x7a91] = "\xd0\xa6", [0x7a92] = "\xb8\x92", [0x7a93] = "\xb8\x93", + [0x7a94] = "\xb1\xca", [0x7a95] = "\xf3\xc8", [0x7a96] = "\xb8\x94", + [0x7a97] = "\xb8\x95", [0x7a98] = "\xb8\x96", [0x7a99] = "\xf3\xcf", + [0x7a9a] = "\xb8\x97", [0x7a9b] = "\xb5\xd1", [0x7a9c] = "\xb8\x98", + [0x7a9d] = "\xb8\x99", [0x7a9e] = "\xf3\xd7", [0x7a9f] = "\xb8\x9a", + [0x7aa0] = "\xf3\xd2", [0x7aa1] = "\xb8\x9b", [0x7aa2] = "\xb8\x9c", + [0x7aa3] = "\xb8\x9d", [0x7aa4] = "\xf3\xd4", [0x7aa5] = "\xf3\xd3", + [0x7aa6] = "\xb7\xfb", [0x7aa7] = "\xb8\x9e", [0x7aa8] = "\xb1\xbf", + [0x7aa9] = "\xb8\x9f", [0x7aaa] = "\xf3\xce", [0x7aab] = "\xf3\xca", + [0x7aac] = "\xb5\xda", [0x7aad] = "\xb8\xa0", [0x7aae] = "\xf3\xd0", + [0x7aaf] = "\xb9\x40", [0x7ab0] = "\xb9\x41", [0x7ab1] = "\xf3\xd1", + [0x7ab2] = "\xb9\x42", [0x7ab3] = "\xf3\xd5", [0x7ab4] = "\xb9\x43", + [0x7ab5] = "\xb9\x44", [0x7ab6] = "\xb9\x45", [0x7ab7] = "\xb9\x46", + [0x7ab8] = "\xf3\xcd", [0x7ab9] = "\xb9\x47", [0x7aba] = "\xbc\xe3", + [0x7abb] = "\xb9\x48", [0x7abc] = "\xc1\xfd", [0x7abd] = "\xb9\x49", + [0x7abe] = "\xf3\xd6", [0x7abf] = "\xb9\x4a", [0x7ac0] = "\xb9\x4b", + [0x7ac1] = "\xb9\x4c", [0x7ac2] = "\xb9\x4d", [0x7ac3] = "\xb9\x4e", + [0x7ac4] = "\xb9\x4f", [0x7ac5] = "\xf3\xda", [0x7ac6] = "\xb9\x50", + [0x7ac7] = "\xf3\xcc", [0x7ac8] = "\xb9\x51", [0x7ac9] = "\xb5\xc8", + [0x7aca] = "\xb9\x52", [0x7acb] = "\xbd\xee", [0x7acc] = "\xf3\xdc", + [0x7acd] = "\xb9\x53", [0x7ace] = "\xb9\x54", [0x7acf] = "\xb7\xa4", + [0x7ad0] = "\xbf\xf0", [0x7ad1] = "\xd6\xfe", [0x7ad2] = "\xcd\xb2", + [0x7ad3] = "\xb9\x55", [0x7ad4] = "\xb4\xf0", [0x7ad5] = "\xb9\x56", + [0x7ad6] = "\xb2\xdf", [0x7ad7] = "\xb9\x57", [0x7ad8] = "\xf3\xd8", + [0x7ad9] = "\xb9\x58", [0x7ada] = "\xf3\xd9", [0x7adb] = "\xc9\xb8", + [0x7adc] = "\xb9\x59", [0x7add] = "\xf3\xdd", [0x7ade] = "\xb9\x5a", + [0x7adf] = "\xb9\x5b", [0x7ae0] = "\xf3\xde", [0x7ae1] = "\xb9\x5c", + [0x7ae2] = "\xf3\xe1", [0x7ae3] = "\xb9\x5d", [0x7ae4] = "\xb9\x5e", + [0x7ae5] = "\xb9\x5f", [0x7ae6] = "\xb9\x60", [0x7ae7] = "\xb9\x61", + [0x7ae8] = "\xb9\x62", [0x7ae9] = "\xb9\x63", [0x7aea] = "\xb9\x64", + [0x7aeb] = "\xb9\x65", [0x7aec] = "\xb9\x66", [0x7aed] = "\xb9\x67", + [0x7aee] = "\xf3\xdf", [0x7aef] = "\xb9\x68", [0x7af0] = "\xb9\x69", + [0x7af1] = "\xf3\xe3", [0x7af2] = "\xf3\xe2", [0x7af3] = "\xb9\x6a", + [0x7af4] = "\xb9\x6b", [0x7af5] = "\xf3\xdb", [0x7af6] = "\xb9\x6c", + [0x7af7] = "\xbf\xea", [0x7af8] = "\xb9\x6d", [0x7af9] = "\xb3\xef", + [0x7afa] = "\xb9\x6e", [0x7afb] = "\xf3\xe0", [0x7afc] = "\xb9\x6f", + [0x7afd] = "\xb9\x70", [0x7afe] = "\xc7\xa9", [0x7aff] = "\xb9\x71", + [0x7b00] = "\xbc\xf2", [0x7b01] = "\xb9\x72", [0x7b02] = "\xb9\x73", + [0x7b03] = "\xb9\x74", [0x7b04] = "\xb9\x75", [0x7b05] = "\xf3\xeb", + [0x7b06] = "\xb9\x76", [0x7b07] = "\xb9\x77", [0x7b08] = "\xb9\x78", + [0x7b09] = "\xb9\x79", [0x7b0a] = "\xb9\x7a", [0x7b0b] = "\xb9\x7b", + [0x7b0c] = "\xb9\x7c", [0x7b0d] = "\xb9\xbf", [0x7b0e] = "\xb9\x7d", + [0x7b0f] = "\xb9\x7e", [0x7b10] = "\xf3\xe4", [0x7b11] = "\xb9\x80", + [0x7b12] = "\xb9\x81", [0x7b13] = "\xb9\x82", [0x7b14] = "\xb2\xad", + [0x7b15] = "\xbb\xfe", [0x7b16] = "\xb9\x83", [0x7b17] = "\xcb\xe3", + [0x7b18] = "\xb9\x84", [0x7b19] = "\xb9\x85", [0x7b1a] = "\xb9\x86", + [0x7b1b] = "\xb9\x87", [0x7b1c] = "\xf3\xed", [0x7b1d] = "\xf3\xe9", + [0x7b1e] = "\xb9\x88", [0x7b1f] = "\xb9\x89", [0x7b20] = "\xb9\x8a", + [0x7b21] = "\xb9\xdc", [0x7b22] = "\xf3\xee", [0x7b23] = "\xb9\x8b", + [0x7b24] = "\xb9\x8c", [0x7b25] = "\xb9\x8d", [0x7b26] = "\xf3\xe5", + [0x7b27] = "\xf3\xe6", [0x7b28] = "\xf3\xea", [0x7b29] = "\xc2\xe1", + [0x7b2a] = "\xf3\xec", [0x7b2b] = "\xf3\xef", [0x7b2c] = "\xf3\xe8", + [0x7b2d] = "\xbc\xfd", [0x7b2e] = "\xb9\x8e", [0x7b2f] = "\xb9\x8f", + [0x7b30] = "\xb9\x90", [0x7b31] = "\xcf\xe4", [0x7b32] = "\xb9\x91", + [0x7b33] = "\xb9\x92", [0x7b34] = "\xf3\xf0", [0x7b35] = "\xb9\x93", + [0x7b36] = "\xb9\x94", [0x7b37] = "\xb9\x95", [0x7b38] = "\xf3\xe7", + [0x7b39] = "\xb9\x96", [0x7b3a] = "\xb9\x97", [0x7b3b] = "\xb9\x98", + [0x7b3c] = "\xb9\x99", [0x7b3d] = "\xb9\x9a", [0x7b3e] = "\xb9\x9b", + [0x7b3f] = "\xb9\x9c", [0x7b40] = "\xb9\x9d", [0x7b41] = "\xf3\xf2", + [0x7b42] = "\xb9\x9e", [0x7b43] = "\xb9\x9f", [0x7b44] = "\xb9\xa0", + [0x7b45] = "\xba\x40", [0x7b46] = "\xd7\xad", [0x7b47] = "\xc6\xaa", + [0x7b48] = "\xba\x41", [0x7b49] = "\xba\x42", [0x7b4a] = "\xba\x43", + [0x7b4b] = "\xba\x44", [0x7b4c] = "\xf3\xf3", [0x7b4d] = "\xba\x45", + [0x7b4e] = "\xba\x46", [0x7b4f] = "\xba\x47", [0x7b50] = "\xba\x48", + [0x7b51] = "\xf3\xf1", [0x7b52] = "\xba\x49", [0x7b53] = "\xc2\xa8", + [0x7b54] = "\xba\x4a", [0x7b55] = "\xba\x4b", [0x7b56] = "\xba\x4c", + [0x7b57] = "\xba\x4d", [0x7b58] = "\xba\x4e", [0x7b59] = "\xb8\xdd", + [0x7b5a] = "\xf3\xf5", [0x7b5b] = "\xba\x4f", [0x7b5c] = "\xba\x50", + [0x7b5d] = "\xf3\xf4", [0x7b5e] = "\xba\x51", [0x7b5f] = "\xba\x52", + [0x7b60] = "\xba\x53", [0x7b61] = "\xb4\xdb", [0x7b62] = "\xba\x54", + [0x7b63] = "\xba\x55", [0x7b64] = "\xba\x56", [0x7b65] = "\xf3\xf6", + [0x7b66] = "\xf3\xf7", [0x7b67] = "\xba\x57", [0x7b68] = "\xba\x58", + [0x7b69] = "\xba\x59", [0x7b6a] = "\xf3\xf8", [0x7b6b] = "\xba\x5a", + [0x7b6c] = "\xba\x5b", [0x7b6d] = "\xba\x5c", [0x7b6e] = "\xc0\xba", + [0x7b6f] = "\xba\x5d", [0x7b70] = "\xba\x5e", [0x7b71] = "\xc0\xe9", + [0x7b72] = "\xba\x5f", [0x7b73] = "\xba\x60", [0x7b74] = "\xba\x61", + [0x7b75] = "\xba\x62", [0x7b76] = "\xba\x63", [0x7b77] = "\xc5\xf1", + [0x7b78] = "\xba\x64", [0x7b79] = "\xba\x65", [0x7b7a] = "\xba\x66", + [0x7b7b] = "\xba\x67", [0x7b7c] = "\xf3\xfb", [0x7b7d] = "\xba\x68", + [0x7b7e] = "\xf3\xfa", [0x7b7f] = "\xba\x69", [0x7b80] = "\xba\x6a", + [0x7b81] = "\xba\x6b", [0x7b82] = "\xba\x6c", [0x7b83] = "\xba\x6d", + [0x7b84] = "\xba\x6e", [0x7b85] = "\xba\x6f", [0x7b86] = "\xba\x70", + [0x7b87] = "\xb4\xd8", [0x7b88] = "\xba\x71", [0x7b89] = "\xba\x72", + [0x7b8a] = "\xba\x73", [0x7b8b] = "\xf3\xfe", [0x7b8c] = "\xf3\xf9", + [0x7b8d] = "\xba\x74", [0x7b8e] = "\xba\x75", [0x7b8f] = "\xf3\xfc", + [0x7b90] = "\xba\x76", [0x7b91] = "\xba\x77", [0x7b92] = "\xba\x78", + [0x7b93] = "\xba\x79", [0x7b94] = "\xba\x7a", [0x7b95] = "\xba\x7b", + [0x7b96] = "\xf3\xfd", [0x7b97] = "\xba\x7c", [0x7b98] = "\xba\x7d", + [0x7b99] = "\xba\x7e", [0x7b9a] = "\xba\x80", [0x7b9b] = "\xba\x81", + [0x7b9c] = "\xba\x82", [0x7b9d] = "\xba\x83", [0x7b9e] = "\xba\x84", + [0x7b9f] = "\xf4\xa1", [0x7ba0] = "\xba\x85", [0x7ba1] = "\xba\x86", + [0x7ba2] = "\xba\x87", [0x7ba3] = "\xba\x88", [0x7ba4] = "\xba\x89", + [0x7ba5] = "\xba\x8a", [0x7ba6] = "\xf4\xa3", [0x7ba7] = "\xbb\xc9", + [0x7ba8] = "\xba\x8b", [0x7ba9] = "\xba\x8c", [0x7baa] = "\xf4\xa2", + [0x7bab] = "\xba\x8d", [0x7bac] = "\xba\x8e", [0x7bad] = "\xba\x8f", + [0x7bae] = "\xba\x90", [0x7baf] = "\xba\x91", [0x7bb0] = "\xba\x92", + [0x7bb1] = "\xba\x93", [0x7bb2] = "\xba\x94", [0x7bb3] = "\xba\x95", + [0x7bb4] = "\xba\x96", [0x7bb5] = "\xba\x97", [0x7bb6] = "\xba\x98", + [0x7bb7] = "\xba\x99", [0x7bb8] = "\xf4\xa4", [0x7bb9] = "\xba\x9a", + [0x7bba] = "\xba\x9b", [0x7bbb] = "\xba\x9c", [0x7bbc] = "\xba\x9d", + [0x7bbd] = "\xba\x9e", [0x7bbe] = "\xba\x9f", [0x7bbf] = "\xb2\xbe", + [0x7bc0] = "\xf4\xa6", [0x7bc1] = "\xf4\xa5", [0x7bc2] = "\xba\xa0", + [0x7bc3] = "\xbb\x40", [0x7bc4] = "\xbb\x41", [0x7bc5] = "\xbb\x42", + [0x7bc6] = "\xbb\x43", [0x7bc7] = "\xbb\x44", [0x7bc8] = "\xbb\x45", + [0x7bc9] = "\xbb\x46", [0x7bca] = "\xbb\x47", [0x7bcb] = "\xbb\x48", + [0x7bcc] = "\xbb\x49", [0x7bcd] = "\xbc\xae", [0x7bce] = "\xbb\x4a", + [0x7bcf] = "\xbb\x4b", [0x7bd0] = "\xbb\x4c", [0x7bd1] = "\xbb\x4d", + [0x7bd2] = "\xbb\x4e", [0x7bd3] = "\xbb\x4f", [0x7bd4] = "\xbb\x50", + [0x7bd5] = "\xbb\x51", [0x7bd6] = "\xbb\x52", [0x7bd7] = "\xbb\x53", + [0x7bd8] = "\xbb\x54", [0x7bd9] = "\xbb\x55", [0x7bda] = "\xbb\x56", + [0x7bdb] = "\xbb\x57", [0x7bdc] = "\xbb\x58", [0x7bdd] = "\xbb\x59", + [0x7bde] = "\xbb\x5a", [0x7bdf] = "\xbb\x5b", [0x7be0] = "\xbb\x5c", + [0x7be1] = "\xbb\x5d", [0x7be2] = "\xbb\x5e", [0x7be3] = "\xbb\x5f", + [0x7be4] = "\xbb\x60", [0x7be5] = "\xbb\x61", [0x7be6] = "\xbb\x62", + [0x7be7] = "\xbb\x63", [0x7be8] = "\xbb\x64", [0x7be9] = "\xbb\x65", + [0x7bea] = "\xbb\x66", [0x7beb] = "\xbb\x67", [0x7bec] = "\xbb\x68", + [0x7bed] = "\xbb\x69", [0x7bee] = "\xbb\x6a", [0x7bef] = "\xbb\x6b", + [0x7bf0] = "\xbb\x6c", [0x7bf1] = "\xbb\x6d", [0x7bf2] = "\xbb\x6e", + [0x7bf3] = "\xc3\xd7", [0x7bf4] = "\xd9\xe1", [0x7bf5] = "\xbb\x6f", + [0x7bf6] = "\xbb\x70", [0x7bf7] = "\xbb\x71", [0x7bf8] = "\xbb\x72", + [0x7bf9] = "\xbb\x73", [0x7bfa] = "\xbb\x74", [0x7bfb] = "\xc0\xe0", + [0x7bfc] = "\xf4\xcc", [0x7bfd] = "\xd7\xd1", [0x7bfe] = "\xbb\x75", + [0x7bff] = "\xbb\x76", [0x7c00] = "\xbb\x77", [0x7c01] = "\xbb\x78", + [0x7c02] = "\xbb\x79", [0x7c03] = "\xbb\x7a", [0x7c04] = "\xbb\x7b", + [0x7c05] = "\xbb\x7c", [0x7c06] = "\xbb\x7d", [0x7c07] = "\xbb\x7e", + [0x7c08] = "\xbb\x80", [0x7c09] = "\xb7\xdb", [0x7c0a] = "\xbb\x81", + [0x7c0b] = "\xbb\x82", [0x7c0c] = "\xbb\x83", [0x7c0d] = "\xbb\x84", + [0x7c0e] = "\xbb\x85", [0x7c0f] = "\xbb\x86", [0x7c10] = "\xbb\x87", + [0x7c11] = "\xf4\xce", [0x7c12] = "\xc1\xa3", [0x7c13] = "\xbb\x88", + [0x7c14] = "\xbb\x89", [0x7c15] = "\xc6\xc9", [0x7c16] = "\xbb\x8a", + [0x7c17] = "\xb4\xd6", [0x7c18] = "\xd5\xb3", [0x7c19] = "\xbb\x8b", + [0x7c1a] = "\xbb\x8c", [0x7c1b] = "\xbb\x8d", [0x7c1c] = "\xf4\xd0", + [0x7c1d] = "\xf4\xcf", [0x7c1e] = "\xf4\xd1", [0x7c1f] = "\xcb\xda", + [0x7c20] = "\xbb\x8e", [0x7c21] = "\xbb\x8f", [0x7c22] = "\xf4\xd2", + [0x7c23] = "\xbb\x90", [0x7c24] = "\xd4\xc1", [0x7c25] = "\xd6\xe0", + [0x7c26] = "\xbb\x91", [0x7c27] = "\xbb\x92", [0x7c28] = "\xbb\x93", + [0x7c29] = "\xbb\x94", [0x7c2a] = "\xb7\xe0", [0x7c2b] = "\xbb\x95", + [0x7c2c] = "\xbb\x96", [0x7c2d] = "\xbb\x97", [0x7c2e] = "\xc1\xb8", + [0x7c2f] = "\xbb\x98", [0x7c30] = "\xbb\x99", [0x7c31] = "\xc1\xbb", + [0x7c32] = "\xf4\xd3", [0x7c33] = "\xbe\xac", [0x7c34] = "\xbb\x9a", + [0x7c35] = "\xbb\x9b", [0x7c36] = "\xbb\x9c", [0x7c37] = "\xbb\x9d", + [0x7c38] = "\xbb\x9e", [0x7c39] = "\xb4\xe2", [0x7c3a] = "\xbb\x9f", + [0x7c3b] = "\xbb\xa0", [0x7c3c] = "\xf4\xd4", [0x7c3d] = "\xf4\xd5", + [0x7c3e] = "\xbe\xab", [0x7c3f] = "\xbc\x40", [0x7c40] = "\xbc\x41", + [0x7c41] = "\xf4\xd6", [0x7c42] = "\xbc\x42", [0x7c43] = "\xbc\x43", + [0x7c44] = "\xbc\x44", [0x7c45] = "\xf4\xdb", [0x7c46] = "\xbc\x45", + [0x7c47] = "\xf4\xd7", [0x7c48] = "\xf4\xda", [0x7c49] = "\xbc\x46", + [0x7c4a] = "\xba\xfd", [0x7c4b] = "\xbc\x47", [0x7c4c] = "\xf4\xd8", + [0x7c4d] = "\xf4\xd9", [0x7c4e] = "\xbc\x48", [0x7c4f] = "\xbc\x49", + [0x7c50] = "\xbc\x4a", [0x7c51] = "\xbc\x4b", [0x7c52] = "\xbc\x4c", + [0x7c53] = "\xbc\x4d", [0x7c54] = "\xbc\x4e", [0x7c55] = "\xb8\xe2", + [0x7c56] = "\xcc\xc7", [0x7c57] = "\xf4\xdc", [0x7c58] = "\xbc\x4f", + [0x7c59] = "\xb2\xda", [0x7c5a] = "\xbc\x50", [0x7c5b] = "\xbc\x51", + [0x7c5c] = "\xc3\xd3", [0x7c5d] = "\xbc\x52", [0x7c5e] = "\xbc\x53", + [0x7c5f] = "\xd4\xe3", [0x7c60] = "\xbf\xb7", [0x7c61] = "\xbc\x54", + [0x7c62] = "\xbc\x55", [0x7c63] = "\xbc\x56", [0x7c64] = "\xbc\x57", + [0x7c65] = "\xbc\x58", [0x7c66] = "\xbc\x59", [0x7c67] = "\xbc\x5a", + [0x7c68] = "\xf4\xdd", [0x7c69] = "\xbc\x5b", [0x7c6a] = "\xbc\x5c", + [0x7c6b] = "\xbc\x5d", [0x7c6c] = "\xbc\x5e", [0x7c6d] = "\xbc\x5f", + [0x7c6e] = "\xbc\x60", [0x7c6f] = "\xc5\xb4", [0x7c70] = "\xbc\x61", + [0x7c71] = "\xbc\x62", [0x7c72] = "\xbc\x63", [0x7c73] = "\xbc\x64", + [0x7c74] = "\xbc\x65", [0x7c75] = "\xbc\x66", [0x7c76] = "\xbc\x67", + [0x7c77] = "\xbc\x68", [0x7c78] = "\xf4\xe9", [0x7c79] = "\xbc\x69", + [0x7c7a] = "\xbc\x6a", [0x7c7b] = "\xcf\xb5", [0x7c7c] = "\xbc\x6b", + [0x7c7d] = "\xbc\x6c", [0x7c7e] = "\xbc\x6d", [0x7c7f] = "\xbc\x6e", + [0x7c80] = "\xbc\x6f", [0x7c81] = "\xbc\x70", [0x7c82] = "\xbc\x71", + [0x7c83] = "\xbc\x72", [0x7c84] = "\xbc\x73", [0x7c85] = "\xbc\x74", + [0x7c86] = "\xbc\x75", [0x7c87] = "\xbc\x76", [0x7c88] = "\xbc\x77", + [0x7c89] = "\xbc\x78", [0x7c8a] = "\xce\xc9", [0x7c8b] = "\xbc\x79", + [0x7c8c] = "\xbc\x7a", [0x7c8d] = "\xbc\x7b", [0x7c8e] = "\xbc\x7c", + [0x7c8f] = "\xbc\x7d", [0x7c90] = "\xbc\x7e", [0x7c91] = "\xbc\x80", + [0x7c92] = "\xbc\x81", [0x7c93] = "\xbc\x82", [0x7c94] = "\xbc\x83", + [0x7c95] = "\xbc\x84", [0x7c96] = "\xbc\x85", [0x7c97] = "\xbc\x86", + [0x7c98] = "\xbc\x87", [0x7c99] = "\xbc\x88", [0x7c9a] = "\xbc\x89", + [0x7c9b] = "\xbc\x8a", [0x7c9c] = "\xbc\x8b", [0x7c9d] = "\xbc\x8c", + [0x7c9e] = "\xbc\x8d", [0x7c9f] = "\xbc\x8e", [0x7ca0] = "\xcb\xd8", + [0x7ca1] = "\xbc\x8f", [0x7ca2] = "\xcb\xf7", [0x7ca3] = "\xbc\x90", + [0x7ca4] = "\xbc\x91", [0x7ca5] = "\xbc\x92", [0x7ca6] = "\xbc\x93", + [0x7ca7] = "\xbd\xf4", [0x7ca8] = "\xbc\x94", [0x7ca9] = "\xbc\x95", + [0x7caa] = "\xbc\x96", [0x7cab] = "\xd7\xcf", [0x7cac] = "\xbc\x97", + [0x7cad] = "\xbc\x98", [0x7cae] = "\xbc\x99", [0x7caf] = "\xc0\xdb", + [0x7cb0] = "\xbc\x9a", [0x7cb1] = "\xbc\x9b", [0x7cb2] = "\xbc\x9c", + [0x7cb3] = "\xbc\x9d", [0x7cb4] = "\xbc\x9e", [0x7cb5] = "\xbc\x9f", + [0x7cb6] = "\xbc\xa0", [0x7cb7] = "\xbd\x40", [0x7cb8] = "\xbd\x41", + [0x7cb9] = "\xbd\x42", [0x7cba] = "\xbd\x43", [0x7cbb] = "\xbd\x44", + [0x7cbc] = "\xbd\x45", [0x7cbd] = "\xbd\x46", [0x7cbe] = "\xbd\x47", + [0x7cbf] = "\xbd\x48", [0x7cc0] = "\xbd\x49", [0x7cc1] = "\xbd\x4a", + [0x7cc2] = "\xbd\x4b", [0x7cc3] = "\xbd\x4c", [0x7cc4] = "\xbd\x4d", + [0x7cc5] = "\xbd\x4e", [0x7cc6] = "\xbd\x4f", [0x7cc7] = "\xbd\x50", + [0x7cc8] = "\xbd\x51", [0x7cc9] = "\xbd\x52", [0x7cca] = "\xbd\x53", + [0x7ccb] = "\xbd\x54", [0x7ccc] = "\xbd\x55", [0x7ccd] = "\xbd\x56", + [0x7cce] = "\xbd\x57", [0x7ccf] = "\xbd\x58", [0x7cd0] = "\xbd\x59", + [0x7cd1] = "\xbd\x5a", [0x7cd2] = "\xbd\x5b", [0x7cd3] = "\xbd\x5c", + [0x7cd4] = "\xbd\x5d", [0x7cd5] = "\xbd\x5e", [0x7cd6] = "\xbd\x5f", + [0x7cd7] = "\xbd\x60", [0x7cd8] = "\xbd\x61", [0x7cd9] = "\xbd\x62", + [0x7cda] = "\xbd\x63", [0x7cdb] = "\xbd\x64", [0x7cdc] = "\xbd\x65", + [0x7cdd] = "\xbd\x66", [0x7cde] = "\xbd\x67", [0x7cdf] = "\xbd\x68", + [0x7ce0] = "\xbd\x69", [0x7ce1] = "\xbd\x6a", [0x7ce2] = "\xbd\x6b", + [0x7ce3] = "\xbd\x6c", [0x7ce4] = "\xbd\x6d", [0x7ce5] = "\xbd\x6e", + [0x7ce6] = "\xbd\x6f", [0x7ce7] = "\xbd\x70", [0x7ce8] = "\xbd\x71", + [0x7ce9] = "\xbd\x72", [0x7cea] = "\xbd\x73", [0x7ceb] = "\xbd\x74", + [0x7cec] = "\xbd\x75", [0x7ced] = "\xbd\x76", [0x7cee] = "\xd0\xf5", + [0x7cef] = "\xbd\x77", [0x7cf0] = "\xbd\x78", [0x7cf1] = "\xbd\x79", + [0x7cf2] = "\xbd\x7a", [0x7cf3] = "\xbd\x7b", [0x7cf4] = "\xbd\x7c", + [0x7cf5] = "\xbd\x7d", [0x7cf6] = "\xbd\x7e", [0x7cf7] = "\xf4\xea", + [0x7cf8] = "\xbd\x80", [0x7cf9] = "\xbd\x81", [0x7cfa] = "\xbd\x82", + [0x7cfb] = "\xbd\x83", [0x7cfc] = "\xbd\x84", [0x7cfd] = "\xbd\x85", + [0x7cfe] = "\xbd\x86", [0x7cff] = "\xbd\x87", [0x7d00] = "\xbd\x88", + [0x7d01] = "\xbd\x89", [0x7d02] = "\xbd\x8a", [0x7d03] = "\xbd\x8b", + [0x7d04] = "\xbd\x8c", [0x7d05] = "\xbd\x8d", [0x7d06] = "\xbd\x8e", + [0x7d07] = "\xbd\x8f", [0x7d08] = "\xbd\x90", [0x7d09] = "\xbd\x91", + [0x7d0a] = "\xbd\x92", [0x7d0b] = "\xbd\x93", [0x7d0c] = "\xbd\x94", + [0x7d0d] = "\xbd\x95", [0x7d0e] = "\xbd\x96", [0x7d0f] = "\xbd\x97", + [0x7d10] = "\xbd\x98", [0x7d11] = "\xbd\x99", [0x7d12] = "\xbd\x9a", + [0x7d13] = "\xbd\x9b", [0x7d14] = "\xbd\x9c", [0x7d15] = "\xbd\x9d", + [0x7d16] = "\xbd\x9e", [0x7d17] = "\xbd\x9f", [0x7d18] = "\xbd\xa0", + [0x7d19] = "\xbe\x40", [0x7d1a] = "\xbe\x41", [0x7d1b] = "\xbe\x42", + [0x7d1c] = "\xbe\x43", [0x7d1d] = "\xbe\x44", [0x7d1e] = "\xbe\x45", + [0x7d1f] = "\xbe\x46", [0x7d20] = "\xbe\x47", [0x7d21] = "\xbe\x48", + [0x7d22] = "\xbe\x49", [0x7d23] = "\xbe\x4a", [0x7d24] = "\xbe\x4b", + [0x7d25] = "\xbe\x4c", [0x7d26] = "\xf4\xeb", [0x7d27] = "\xbe\x4d", + [0x7d28] = "\xbe\x4e", [0x7d29] = "\xbe\x4f", [0x7d2a] = "\xbe\x50", + [0x7d2b] = "\xbe\x51", [0x7d2c] = "\xbe\x52", [0x7d2d] = "\xbe\x53", + [0x7d2e] = "\xf4\xec", [0x7d2f] = "\xbe\x54", [0x7d30] = "\xbe\x55", + [0x7d31] = "\xbe\x56", [0x7d32] = "\xbe\x57", [0x7d33] = "\xbe\x58", + [0x7d34] = "\xbe\x59", [0x7d35] = "\xbe\x5a", [0x7d36] = "\xbe\x5b", + [0x7d37] = "\xbe\x5c", [0x7d38] = "\xbe\x5d", [0x7d39] = "\xbe\x5e", + [0x7d3a] = "\xbe\x5f", [0x7d3b] = "\xbe\x60", [0x7d3c] = "\xbe\x61", + [0x7d3d] = "\xbe\x62", [0x7d3e] = "\xbe\x63", [0x7d3f] = "\xbe\x64", + [0x7d40] = "\xbe\x65", [0x7d41] = "\xbe\x66", [0x7d42] = "\xbe\x67", + [0x7d43] = "\xbe\x68", [0x7d44] = "\xbe\x69", [0x7d45] = "\xbe\x6a", + [0x7d46] = "\xbe\x6b", [0x7d47] = "\xbe\x6c", [0x7d48] = "\xbe\x6d", + [0x7d49] = "\xbe\x6e", [0x7d4a] = "\xbe\x6f", [0x7d4b] = "\xbe\x70", + [0x7d4c] = "\xbe\x71", [0x7d4d] = "\xbe\x72", [0x7d4e] = "\xbe\x73", + [0x7d4f] = "\xbe\x74", [0x7d50] = "\xbe\x75", [0x7d51] = "\xbe\x76", + [0x7d52] = "\xbe\x77", [0x7d53] = "\xbe\x78", [0x7d54] = "\xbe\x79", + [0x7d55] = "\xbe\x7a", [0x7d56] = "\xbe\x7b", [0x7d57] = "\xbe\x7c", + [0x7d58] = "\xbe\x7d", [0x7d59] = "\xbe\x7e", [0x7d5a] = "\xbe\x80", + [0x7d5b] = "\xbe\x81", [0x7d5c] = "\xbe\x82", [0x7d5d] = "\xbe\x83", + [0x7d5e] = "\xbe\x84", [0x7d5f] = "\xbe\x85", [0x7d60] = "\xbe\x86", + [0x7d61] = "\xbe\x87", [0x7d62] = "\xbe\x88", [0x7d63] = "\xbe\x89", + [0x7d64] = "\xbe\x8a", [0x7d65] = "\xbe\x8b", [0x7d66] = "\xbe\x8c", + [0x7d67] = "\xbe\x8d", [0x7d68] = "\xbe\x8e", [0x7d69] = "\xbe\x8f", + [0x7d6a] = "\xbe\x90", [0x7d6b] = "\xbe\x91", [0x7d6c] = "\xbe\x92", + [0x7d6d] = "\xbe\x93", [0x7d6e] = "\xbe\x94", [0x7d6f] = "\xbe\x95", + [0x7d70] = "\xbe\x96", [0x7d71] = "\xbe\x97", [0x7d72] = "\xbe\x98", + [0x7d73] = "\xbe\x99", [0x7d74] = "\xbe\x9a", [0x7d75] = "\xbe\x9b", + [0x7d76] = "\xbe\x9c", [0x7d77] = "\xbe\x9d", [0x7d78] = "\xbe\x9e", + [0x7d79] = "\xbe\x9f", [0x7d7a] = "\xbe\xa0", [0x7d7b] = "\xbf\x40", + [0x7d7c] = "\xbf\x41", [0x7d7d] = "\xbf\x42", [0x7d7e] = "\xbf\x43", + [0x7d7f] = "\xbf\x44", [0x7d80] = "\xbf\x45", [0x7d81] = "\xbf\x46", + [0x7d82] = "\xbf\x47", [0x7d83] = "\xbf\x48", [0x7d84] = "\xbf\x49", + [0x7d85] = "\xbf\x4a", [0x7d86] = "\xbf\x4b", [0x7d87] = "\xbf\x4c", + [0x7d88] = "\xbf\x4d", [0x7d89] = "\xbf\x4e", [0x7d8a] = "\xbf\x4f", + [0x7d8b] = "\xbf\x50", [0x7d8c] = "\xbf\x51", [0x7d8d] = "\xbf\x52", + [0x7d8e] = "\xbf\x53", [0x7d8f] = "\xbf\x54", [0x7d90] = "\xbf\x55", + [0x7d91] = "\xbf\x56", [0x7d92] = "\xbf\x57", [0x7d93] = "\xbf\x58", + [0x7d94] = "\xbf\x59", [0x7d95] = "\xbf\x5a", [0x7d96] = "\xbf\x5b", + [0x7d97] = "\xbf\x5c", [0x7d98] = "\xbf\x5d", [0x7d99] = "\xbf\x5e", + [0x7d9a] = "\xbf\x5f", [0x7d9b] = "\xbf\x60", [0x7d9c] = "\xbf\x61", + [0x7d9d] = "\xbf\x62", [0x7d9e] = "\xbf\x63", [0x7d9f] = "\xbf\x64", + [0x7da0] = "\xbf\x65", [0x7da1] = "\xbf\x66", [0x7da2] = "\xbf\x67", + [0x7da3] = "\xbf\x68", [0x7da4] = "\xbf\x69", [0x7da5] = "\xbf\x6a", + [0x7da6] = "\xbf\x6b", [0x7da7] = "\xbf\x6c", [0x7da8] = "\xbf\x6d", + [0x7da9] = "\xbf\x6e", [0x7daa] = "\xbf\x6f", [0x7dab] = "\xbf\x70", + [0x7dac] = "\xbf\x71", [0x7dad] = "\xbf\x72", [0x7dae] = "\xbf\x73", + [0x7daf] = "\xbf\x74", [0x7db0] = "\xbf\x75", [0x7db1] = "\xbf\x76", + [0x7db2] = "\xbf\x77", [0x7db3] = "\xbf\x78", [0x7db4] = "\xbf\x79", + [0x7db5] = "\xbf\x7a", [0x7db6] = "\xbf\x7b", [0x7db7] = "\xbf\x7c", + [0x7db8] = "\xbf\x7d", [0x7db9] = "\xbf\x7e", [0x7dba] = "\xbf\x80", + [0x7dbb] = "\xf7\xe3", [0x7dbc] = "\xbf\x81", [0x7dbd] = "\xbf\x82", + [0x7dbe] = "\xbf\x83", [0x7dbf] = "\xbf\x84", [0x7dc0] = "\xbf\x85", + [0x7dc1] = "\xb7\xb1", [0x7dc2] = "\xbf\x86", [0x7dc3] = "\xbf\x87", + [0x7dc4] = "\xbf\x88", [0x7dc5] = "\xbf\x89", [0x7dc6] = "\xbf\x8a", + [0x7dc7] = "\xf4\xed", [0x7dc8] = "\xbf\x8b", [0x7dc9] = "\xbf\x8c", + [0x7dca] = "\xbf\x8d", [0x7dcb] = "\xbf\x8e", [0x7dcc] = "\xbf\x8f", + [0x7dcd] = "\xbf\x90", [0x7dce] = "\xbf\x91", [0x7dcf] = "\xbf\x92", + [0x7dd0] = "\xbf\x93", [0x7dd1] = "\xbf\x94", [0x7dd2] = "\xbf\x95", + [0x7dd3] = "\xbf\x96", [0x7dd4] = "\xbf\x97", [0x7dd5] = "\xbf\x98", + [0x7dd6] = "\xbf\x99", [0x7dd7] = "\xbf\x9a", [0x7dd8] = "\xbf\x9b", + [0x7dd9] = "\xbf\x9c", [0x7dda] = "\xbf\x9d", [0x7ddb] = "\xbf\x9e", + [0x7ddc] = "\xbf\x9f", [0x7ddd] = "\xbf\xa0", [0x7dde] = "\xc0\x40", + [0x7ddf] = "\xc0\x41", [0x7de0] = "\xc0\x42", [0x7de1] = "\xc0\x43", + [0x7de2] = "\xc0\x44", [0x7de3] = "\xc0\x45", [0x7de4] = "\xc0\x46", + [0x7de5] = "\xc0\x47", [0x7de6] = "\xc0\x48", [0x7de7] = "\xc0\x49", + [0x7de8] = "\xc0\x4a", [0x7de9] = "\xc0\x4b", [0x7dea] = "\xc0\x4c", + [0x7deb] = "\xc0\x4d", [0x7dec] = "\xc0\x4e", [0x7ded] = "\xc0\x4f", + [0x7dee] = "\xc0\x50", [0x7def] = "\xc0\x51", [0x7df0] = "\xc0\x52", + [0x7df1] = "\xc0\x53", [0x7df2] = "\xc0\x54", [0x7df3] = "\xc0\x55", + [0x7df4] = "\xc0\x56", [0x7df5] = "\xc0\x57", [0x7df6] = "\xc0\x58", + [0x7df7] = "\xc0\x59", [0x7df8] = "\xc0\x5a", [0x7df9] = "\xc0\x5b", + [0x7dfa] = "\xc0\x5c", [0x7dfb] = "\xc0\x5d", [0x7dfc] = "\xc0\x5e", + [0x7dfd] = "\xc0\x5f", [0x7dfe] = "\xc0\x60", [0x7dff] = "\xc0\x61", + [0x7e00] = "\xc0\x62", [0x7e01] = "\xc0\x63", [0x7e02] = "\xd7\xeb", + [0x7e03] = "\xc0\x64", [0x7e04] = "\xc0\x65", [0x7e05] = "\xc0\x66", + [0x7e06] = "\xc0\x67", [0x7e07] = "\xc0\x68", [0x7e08] = "\xc0\x69", + [0x7e09] = "\xc0\x6a", [0x7e0a] = "\xc0\x6b", [0x7e0b] = "\xc0\x6c", + [0x7e0c] = "\xc0\x6d", [0x7e0d] = "\xc0\x6e", [0x7e0e] = "\xc0\x6f", + [0x7e0f] = "\xc0\x70", [0x7e10] = "\xc0\x71", [0x7e11] = "\xc0\x72", + [0x7e12] = "\xc0\x73", [0x7e13] = "\xc0\x74", [0x7e14] = "\xc0\x75", + [0x7e15] = "\xc0\x76", [0x7e16] = "\xc0\x77", [0x7e17] = "\xc0\x78", + [0x7e18] = "\xc0\x79", [0x7e19] = "\xc0\x7a", [0x7e1a] = "\xc0\x7b", + [0x7e1b] = "\xf4\xee", [0x7e1c] = "\xc0\x7c", [0x7e1d] = "\xc0\x7d", + [0x7e1e] = "\xc0\x7e", [0x7e1f] = "\xe6\xf9", [0x7e20] = "\xbe\xc0", + [0x7e21] = "\xe6\xfa", [0x7e22] = "\xba\xec", [0x7e23] = "\xe6\xfb", + [0x7e24] = "\xcf\xcb", [0x7e25] = "\xe6\xfc", [0x7e26] = "\xd4\xbc", + [0x7e27] = "\xbc\xb6", [0x7e28] = "\xe6\xfd", [0x7e29] = "\xe6\xfe", + [0x7e2a] = "\xbc\xcd", [0x7e2b] = "\xc8\xd2", [0x7e2c] = "\xce\xb3", + [0x7e2d] = "\xe7\xa1", [0x7e2e] = "\xc0\x80", [0x7e2f] = "\xb4\xbf", + [0x7e30] = "\xe7\xa2", [0x7e31] = "\xc9\xb4", [0x7e32] = "\xb8\xd9", + [0x7e33] = "\xc4\xc9", [0x7e34] = "\xc0\x81", [0x7e35] = "\xd7\xdd", + [0x7e36] = "\xc2\xda", [0x7e37] = "\xb7\xd7", [0x7e38] = "\xd6\xbd", + [0x7e39] = "\xce\xc6", [0x7e3a] = "\xb7\xc4", [0x7e3b] = "\xc0\x82", + [0x7e3c] = "\xc0\x83", [0x7e3d] = "\xc5\xa6", [0x7e3e] = "\xe7\xa3", + [0x7e3f] = "\xcf\xdf", [0x7e40] = "\xe7\xa4", [0x7e41] = "\xe7\xa5", + [0x7e42] = "\xe7\xa6", [0x7e43] = "\xc1\xb7", [0x7e44] = "\xd7\xe9", + [0x7e45] = "\xc9\xf0", [0x7e46] = "\xcf\xb8", [0x7e47] = "\xd6\xaf", + [0x7e48] = "\xd6\xd5", [0x7e49] = "\xe7\xa7", [0x7e4a] = "\xb0\xed", + [0x7e4b] = "\xe7\xa8", [0x7e4c] = "\xe7\xa9", [0x7e4d] = "\xc9\xdc", + [0x7e4e] = "\xd2\xef", [0x7e4f] = "\xbe\xad", [0x7e50] = "\xe7\xaa", + [0x7e51] = "\xb0\xf3", [0x7e52] = "\xc8\xde", [0x7e53] = "\xbd\xe1", + [0x7e54] = "\xe7\xab", [0x7e55] = "\xc8\xc6", [0x7e56] = "\xc0\x84", + [0x7e57] = "\xe7\xac", [0x7e58] = "\xbb\xe6", [0x7e59] = "\xb8\xf8", + [0x7e5a] = "\xd1\xa4", [0x7e5b] = "\xe7\xad", [0x7e5c] = "\xc2\xe7", + [0x7e5d] = "\xbe\xf8", [0x7e5e] = "\xbd\xca", [0x7e5f] = "\xcd\xb3", + [0x7e60] = "\xe7\xae", [0x7e61] = "\xe7\xaf", [0x7e62] = "\xbe\xee", + [0x7e63] = "\xd0\xe5", [0x7e64] = "\xc0\x85", [0x7e65] = "\xcb\xe7", + [0x7e66] = "\xcc\xd0", [0x7e67] = "\xbc\xcc", [0x7e68] = "\xe7\xb0", + [0x7e69] = "\xbc\xa8", [0x7e6a] = "\xd0\xf7", [0x7e6b] = "\xe7\xb1", + [0x7e6c] = "\xc0\x86", [0x7e6d] = "\xd0\xf8", [0x7e6e] = "\xe7\xb2", + [0x7e6f] = "\xe7\xb3", [0x7e70] = "\xb4\xc2", [0x7e71] = "\xe7\xb4", + [0x7e72] = "\xe7\xb5", [0x7e73] = "\xc9\xfe", [0x7e74] = "\xce\xac", + [0x7e75] = "\xc3\xe0", [0x7e76] = "\xe7\xb7", [0x7e77] = "\xb1\xc1", + [0x7e78] = "\xb3\xf1", [0x7e79] = "\xc0\x87", [0x7e7a] = "\xe7\xb8", + [0x7e7b] = "\xe7\xb9", [0x7e7c] = "\xd7\xdb", [0x7e7d] = "\xd5\xc0", + [0x7e7e] = "\xe7\xba", [0x7e7f] = "\xc2\xcc", [0x7e80] = "\xd7\xba", + [0x7e81] = "\xe7\xbb", [0x7e82] = "\xe7\xbc", [0x7e83] = "\xe7\xbd", + [0x7e84] = "\xbc\xea", [0x7e85] = "\xc3\xe5", [0x7e86] = "\xc0\xc2", + [0x7e87] = "\xe7\xbe", [0x7e88] = "\xe7\xbf", [0x7e89] = "\xbc\xa9", + [0x7e8a] = "\xc0\x88", [0x7e8b] = "\xe7\xc0", [0x7e8c] = "\xe7\xc1", + [0x7e8d] = "\xe7\xb6", [0x7e8e] = "\xb6\xd0", [0x7e8f] = "\xe7\xc2", + [0x7e90] = "\xc0\x89", [0x7e91] = "\xe7\xc3", [0x7e92] = "\xe7\xc4", + [0x7e93] = "\xbb\xba", [0x7e94] = "\xb5\xde", [0x7e95] = "\xc2\xc6", + [0x7e96] = "\xb1\xe0", [0x7e97] = "\xe7\xc5", [0x7e98] = "\xd4\xb5", + [0x7e99] = "\xe7\xc6", [0x7e9a] = "\xb8\xbf", [0x7e9b] = "\xe7\xc8", + [0x7e9c] = "\xe7\xc7", [0x7e9d] = "\xb7\xec", [0x7e9e] = "\xc0\x8a", + [0x7e9f] = "\xe7\xc9", [0x7ea0] = "\xb2\xf8", [0x7ea1] = "\xe7\xca", + [0x7ea2] = "\xe7\xcb", [0x7ea3] = "\xe7\xcc", [0x7ea4] = "\xe7\xcd", + [0x7ea5] = "\xe7\xce", [0x7ea6] = "\xe7\xcf", [0x7ea7] = "\xe7\xd0", + [0x7ea8] = "\xd3\xa7", [0x7ea9] = "\xcb\xf5", [0x7eaa] = "\xe7\xd1", + [0x7eab] = "\xe7\xd2", [0x7eac] = "\xe7\xd3", [0x7ead] = "\xe7\xd4", + [0x7eae] = "\xc9\xc9", [0x7eaf] = "\xe7\xd5", [0x7eb0] = "\xe7\xd6", + [0x7eb1] = "\xe7\xd7", [0x7eb2] = "\xe7\xd8", [0x7eb3] = "\xe7\xd9", + [0x7eb4] = "\xbd\xc9", [0x7eb5] = "\xe7\xda", [0x7eb6] = "\xf3\xbe", + [0x7eb7] = "\xc0\x8b", [0x7eb8] = "\xb8\xd7", [0x7eb9] = "\xc0\x8c", + [0x7eba] = "\xc8\xb1", [0x7ebb] = "\xc0\x8d", [0x7ebc] = "\xc0\x8e", + [0x7ebd] = "\xc0\x8f", [0x7ebe] = "\xc0\x90", [0x7ebf] = "\xc0\x91", + [0x7ec0] = "\xc0\x92", [0x7ec1] = "\xc0\x93", [0x7ec2] = "\xf3\xbf", + [0x7ec3] = "\xc0\x94", [0x7ec4] = "\xf3\xc0", [0x7ec5] = "\xf3\xc1", + [0x7ec6] = "\xc0\x95", [0x7ec7] = "\xc0\x96", [0x7ec8] = "\xc0\x97", + [0x7ec9] = "\xc0\x98", [0x7eca] = "\xc0\x99", [0x7ecb] = "\xc0\x9a", + [0x7ecc] = "\xc0\x9b", [0x7ecd] = "\xc0\x9c", [0x7ece] = "\xc0\x9d", + [0x7ecf] = "\xc0\x9e", [0x7ed0] = "\xb9\xde", [0x7ed1] = "\xcd\xf8", + [0x7ed2] = "\xc0\x9f", [0x7ed3] = "\xc0\xa0", [0x7ed4] = "\xd8\xe8", + [0x7ed5] = "\xba\xb1", [0x7ed6] = "\xc1\x40", [0x7ed7] = "\xc2\xde", + [0x7ed8] = "\xee\xb7", [0x7ed9] = "\xc1\x41", [0x7eda] = "\xb7\xa3", + [0x7edb] = "\xc1\x42", [0x7edc] = "\xc1\x43", [0x7edd] = "\xc1\x44", + [0x7ede] = "\xc1\x45", [0x7edf] = "\xee\xb9", [0x7ee0] = "\xc1\x46", + [0x7ee1] = "\xee\xb8", [0x7ee2] = "\xb0\xd5", [0x7ee3] = "\xc1\x47", + [0x7ee4] = "\xc1\x48", [0x7ee5] = "\xc1\x49", [0x7ee6] = "\xc1\x4a", + [0x7ee7] = "\xc1\x4b", [0x7ee8] = "\xee\xbb", [0x7ee9] = "\xd5\xd6", + [0x7eea] = "\xd7\xef", [0x7eeb] = "\xc1\x4c", [0x7eec] = "\xc1\x4d", + [0x7eed] = "\xc1\x4e", [0x7eee] = "\xd6\xc3", [0x7eef] = "\xc1\x4f", + [0x7ef0] = "\xc1\x50", [0x7ef1] = "\xee\xbd", [0x7ef2] = "\xca\xf0", + [0x7ef3] = "\xc1\x51", [0x7ef4] = "\xee\xbc", [0x7ef5] = "\xc1\x52", + [0x7ef6] = "\xc1\x53", [0x7ef7] = "\xc1\x54", [0x7ef8] = "\xc1\x55", + [0x7ef9] = "\xee\xbe", [0x7efa] = "\xc1\x56", [0x7efb] = "\xc1\x57", + [0x7efc] = "\xc1\x58", [0x7efd] = "\xc1\x59", [0x7efe] = "\xee\xc0", + [0x7eff] = "\xc1\x5a", [0x7f00] = "\xc1\x5b", [0x7f01] = "\xee\xbf", + [0x7f02] = "\xc1\x5c", [0x7f03] = "\xc1\x5d", [0x7f04] = "\xc1\x5e", + [0x7f05] = "\xc1\x5f", [0x7f06] = "\xc1\x60", [0x7f07] = "\xc1\x61", + [0x7f08] = "\xc1\x62", [0x7f09] = "\xc1\x63", [0x7f0a] = "\xd1\xf2", + [0x7f0b] = "\xc1\x64", [0x7f0c] = "\xc7\xbc", [0x7f0d] = "\xc1\x65", + [0x7f0e] = "\xc3\xc0", [0x7f0f] = "\xc1\x66", [0x7f10] = "\xc1\x67", + [0x7f11] = "\xc1\x68", [0x7f12] = "\xc1\x69", [0x7f13] = "\xc1\x6a", + [0x7f14] = "\xb8\xe1", [0x7f15] = "\xc1\x6b", [0x7f16] = "\xc1\x6c", + [0x7f17] = "\xc1\x6d", [0x7f18] = "\xc1\x6e", [0x7f19] = "\xc1\x6f", + [0x7f1a] = "\xc1\xe7", [0x7f1b] = "\xc1\x70", [0x7f1c] = "\xc1\x71", + [0x7f1d] = "\xf4\xc6", [0x7f1e] = "\xd0\xdf", [0x7f1f] = "\xf4\xc7", + [0x7f20] = "\xc1\x72", [0x7f21] = "\xcf\xdb", [0x7f22] = "\xc1\x73", + [0x7f23] = "\xc1\x74", [0x7f24] = "\xc8\xba", [0x7f25] = "\xc1\x75", + [0x7f26] = "\xc1\x76", [0x7f27] = "\xf4\xc8", [0x7f28] = "\xc1\x77", + [0x7f29] = "\xc1\x78", [0x7f2a] = "\xc1\x79", [0x7f2b] = "\xc1\x7a", + [0x7f2c] = "\xc1\x7b", [0x7f2d] = "\xc1\x7c", [0x7f2e] = "\xc1\x7d", + [0x7f2f] = "\xf4\xc9", [0x7f30] = "\xf4\xca", [0x7f31] = "\xc1\x7e", + [0x7f32] = "\xf4\xcb", [0x7f33] = "\xc1\x80", [0x7f34] = "\xc1\x81", + [0x7f35] = "\xc1\x82", [0x7f36] = "\xc1\x83", [0x7f37] = "\xc1\x84", + [0x7f38] = "\xd9\xfa", [0x7f39] = "\xb8\xfe", [0x7f3a] = "\xc1\x85", + [0x7f3b] = "\xc1\x86", [0x7f3c] = "\xe5\xf1", [0x7f3d] = "\xd3\xf0", + [0x7f3e] = "\xc1\x87", [0x7f3f] = "\xf4\xe0", [0x7f40] = "\xc1\x88", + [0x7f41] = "\xce\xcc", [0x7f42] = "\xc1\x89", [0x7f43] = "\xc1\x8a", + [0x7f44] = "\xc1\x8b", [0x7f45] = "\xb3\xe1", [0x7f46] = "\xc1\x8c", + [0x7f47] = "\xc1\x8d", [0x7f48] = "\xc1\x8e", [0x7f49] = "\xc1\x8f", + [0x7f4a] = "\xf1\xb4", [0x7f4b] = "\xc1\x90", [0x7f4c] = "\xd2\xee", + [0x7f4d] = "\xc1\x91", [0x7f4e] = "\xf4\xe1", [0x7f4f] = "\xc1\x92", + [0x7f50] = "\xc1\x93", [0x7f51] = "\xc1\x94", [0x7f52] = "\xc1\x95", + [0x7f53] = "\xc1\x96", [0x7f54] = "\xcf\xe8", [0x7f55] = "\xf4\xe2", + [0x7f56] = "\xc1\x97", [0x7f57] = "\xc1\x98", [0x7f58] = "\xc7\xcc", + [0x7f59] = "\xc1\x99", [0x7f5a] = "\xc1\x9a", [0x7f5b] = "\xc1\x9b", + [0x7f5c] = "\xc1\x9c", [0x7f5d] = "\xc1\x9d", [0x7f5e] = "\xc1\x9e", + [0x7f5f] = "\xb5\xd4", [0x7f60] = "\xb4\xe4", [0x7f61] = "\xf4\xe4", + [0x7f62] = "\xc1\x9f", [0x7f63] = "\xc1\xa0", [0x7f64] = "\xc2\x40", + [0x7f65] = "\xf4\xe3", [0x7f66] = "\xf4\xe5", [0x7f67] = "\xc2\x41", + [0x7f68] = "\xc2\x42", [0x7f69] = "\xf4\xe6", [0x7f6a] = "\xc2\x43", + [0x7f6b] = "\xc2\x44", [0x7f6c] = "\xc2\x45", [0x7f6d] = "\xc2\x46", + [0x7f6e] = "\xf4\xe7", [0x7f6f] = "\xc2\x47", [0x7f70] = "\xba\xb2", + [0x7f71] = "\xb0\xbf", [0x7f72] = "\xc2\x48", [0x7f73] = "\xf4\xe8", + [0x7f74] = "\xc2\x49", [0x7f75] = "\xc2\x4a", [0x7f76] = "\xc2\x4b", + [0x7f77] = "\xc2\x4c", [0x7f78] = "\xc2\x4d", [0x7f79] = "\xc2\x4e", + [0x7f7a] = "\xc2\x4f", [0x7f7b] = "\xb7\xad", [0x7f7c] = "\xd2\xed", + [0x7f7d] = "\xc2\x50", [0x7f7e] = "\xc2\x51", [0x7f7f] = "\xc2\x52", + [0x7f80] = "\xd2\xab", [0x7f81] = "\xc0\xcf", [0x7f82] = "\xc2\x53", + [0x7f83] = "\xbf\xbc", [0x7f84] = "\xeb\xa3", [0x7f85] = "\xd5\xdf", + [0x7f86] = "\xea\xc8", [0x7f87] = "\xc2\x54", [0x7f88] = "\xc2\x55", + [0x7f89] = "\xc2\x56", [0x7f8a] = "\xc2\x57", [0x7f8b] = "\xf1\xf3", + [0x7f8c] = "\xb6\xf8", [0x7f8d] = "\xcb\xa3", [0x7f8e] = "\xc2\x58", + [0x7f8f] = "\xc2\x59", [0x7f90] = "\xc4\xcd", [0x7f91] = "\xc2\x5a", + [0x7f92] = "\xf1\xe7", [0x7f93] = "\xc2\x5b", [0x7f94] = "\xf1\xe8", + [0x7f95] = "\xb8\xfb", [0x7f96] = "\xf1\xe9", [0x7f97] = "\xba\xc4", + [0x7f98] = "\xd4\xc5", [0x7f99] = "\xb0\xd2", [0x7f9a] = "\xc2\x5c", + [0x7f9b] = "\xc2\x5d", [0x7f9c] = "\xf1\xea", [0x7f9d] = "\xc2\x5e", + [0x7f9e] = "\xc2\x5f", [0x7f9f] = "\xc2\x60", [0x7fa0] = "\xf1\xeb", + [0x7fa1] = "\xc2\x61", [0x7fa2] = "\xf1\xec", [0x7fa3] = "\xc2\x62", + [0x7fa4] = "\xc2\x63", [0x7fa5] = "\xf1\xed", [0x7fa6] = "\xf1\xee", + [0x7fa7] = "\xf1\xef", [0x7fa8] = "\xf1\xf1", [0x7fa9] = "\xf1\xf0", + [0x7faa] = "\xc5\xd5", [0x7fab] = "\xc2\x64", [0x7fac] = "\xc2\x65", + [0x7fad] = "\xc2\x66", [0x7fae] = "\xc2\x67", [0x7faf] = "\xc2\x68", + [0x7fb0] = "\xc2\x69", [0x7fb1] = "\xf1\xf2", [0x7fb2] = "\xc2\x6a", + [0x7fb3] = "\xb6\xfa", [0x7fb4] = "\xc2\x6b", [0x7fb5] = "\xf1\xf4", + [0x7fb6] = "\xd2\xae", [0x7fb7] = "\xde\xc7", [0x7fb8] = "\xcb\xca", + [0x7fb9] = "\xc2\x6c", [0x7fba] = "\xc2\x6d", [0x7fbb] = "\xb3\xdc", + [0x7fbc] = "\xc2\x6e", [0x7fbd] = "\xb5\xa2", [0x7fbe] = "\xc2\x6f", + [0x7fbf] = "\xb9\xa2", [0x7fc0] = "\xc2\x70", [0x7fc1] = "\xc2\x71", + [0x7fc2] = "\xc4\xf4", [0x7fc3] = "\xf1\xf5", [0x7fc4] = "\xc2\x72", + [0x7fc5] = "\xc2\x73", [0x7fc6] = "\xf1\xf6", [0x7fc7] = "\xc2\x74", + [0x7fc8] = "\xc2\x75", [0x7fc9] = "\xc2\x76", [0x7fca] = "\xc1\xc4", + [0x7fcb] = "\xc1\xfb", [0x7fcc] = "\xd6\xb0", [0x7fcd] = "\xf1\xf7", + [0x7fce] = "\xc2\x77", [0x7fcf] = "\xc2\x78", [0x7fd0] = "\xc2\x79", + [0x7fd1] = "\xc2\x7a", [0x7fd2] = "\xf1\xf8", [0x7fd3] = "\xc2\x7b", + [0x7fd4] = "\xc1\xaa", [0x7fd5] = "\xc2\x7c", [0x7fd6] = "\xc2\x7d", + [0x7fd7] = "\xc2\x7e", [0x7fd8] = "\xc6\xb8", [0x7fd9] = "\xc2\x80", + [0x7fda] = "\xbe\xdb", [0x7fdb] = "\xc2\x81", [0x7fdc] = "\xc2\x82", + [0x7fdd] = "\xc2\x83", [0x7fde] = "\xc2\x84", [0x7fdf] = "\xc2\x85", + [0x7fe0] = "\xc2\x86", [0x7fe1] = "\xc2\x87", [0x7fe2] = "\xc2\x88", + [0x7fe3] = "\xc2\x89", [0x7fe4] = "\xc2\x8a", [0x7fe5] = "\xc2\x8b", + [0x7fe6] = "\xc2\x8c", [0x7fe7] = "\xc2\x8d", [0x7fe8] = "\xc2\x8e", + [0x7fe9] = "\xf1\xf9", [0x7fea] = "\xb4\xcf", [0x7feb] = "\xc2\x8f", + [0x7fec] = "\xc2\x90", [0x7fed] = "\xc2\x91", [0x7fee] = "\xc2\x92", + [0x7fef] = "\xc2\x93", [0x7ff0] = "\xc2\x94", [0x7ff1] = "\xf1\xfa", + [0x7ff2] = "\xc2\x95", [0x7ff3] = "\xc2\x96", [0x7ff4] = "\xc2\x97", + [0x7ff5] = "\xc2\x98", [0x7ff6] = "\xc2\x99", [0x7ff7] = "\xc2\x9a", + [0x7ff8] = "\xc2\x9b", [0x7ff9] = "\xc2\x9c", [0x7ffa] = "\xc2\x9d", + [0x7ffb] = "\xc2\x9e", [0x7ffc] = "\xc2\x9f", [0x7ffd] = "\xc2\xa0", + [0x7ffe] = "\xc3\x40", [0x7fff] = "\xed\xb2", [0x8000] = "\xed\xb1", + [0x8001] = "\xc3\x41", [0x8002] = "\xc3\x42", [0x8003] = "\xcb\xe0", + [0x8004] = "\xd2\xde", [0x8005] = "\xc3\x43", [0x8006] = "\xcb\xc1", + [0x8007] = "\xd5\xd8", [0x8008] = "\xc3\x44", [0x8009] = "\xc8\xe2", + [0x800a] = "\xc3\x45", [0x800b] = "\xc0\xdf", [0x800c] = "\xbc\xa1", + [0x800d] = "\xc3\x46", [0x800e] = "\xc3\x47", [0x800f] = "\xc3\x48", + [0x8010] = "\xc3\x49", [0x8011] = "\xc3\x4a", [0x8012] = "\xc3\x4b", + [0x8013] = "\xeb\xc1", [0x8014] = "\xc3\x4c", [0x8015] = "\xc3\x4d", + [0x8016] = "\xd0\xa4", [0x8017] = "\xc3\x4e", [0x8018] = "\xd6\xe2", + [0x8019] = "\xc3\x4f", [0x801a] = "\xb6\xc7", [0x801b] = "\xb8\xd8", + [0x801c] = "\xeb\xc0", [0x801d] = "\xb8\xce", [0x801e] = "\xc3\x50", + [0x801f] = "\xeb\xbf", [0x8020] = "\xb3\xa6", [0x8021] = "\xb9\xc9", + [0x8022] = "\xd6\xab", [0x8023] = "\xc3\x51", [0x8024] = "\xb7\xf4", + [0x8025] = "\xb7\xca", [0x8026] = "\xc3\x52", [0x8027] = "\xc3\x53", + [0x8028] = "\xc3\x54", [0x8029] = "\xbc\xe7", [0x802a] = "\xb7\xbe", + [0x802b] = "\xeb\xc6", [0x802c] = "\xc3\x55", [0x802d] = "\xeb\xc7", + [0x802e] = "\xb0\xb9", [0x802f] = "\xbf\xcf", [0x8030] = "\xc3\x56", + [0x8031] = "\xeb\xc5", [0x8032] = "\xd3\xfd", [0x8033] = "\xc3\x57", + [0x8034] = "\xeb\xc8", [0x8035] = "\xc3\x58", [0x8036] = "\xc3\x59", + [0x8037] = "\xeb\xc9", [0x8038] = "\xc3\x5a", [0x8039] = "\xc3\x5b", + [0x803a] = "\xb7\xce", [0x803b] = "\xc3\x5c", [0x803c] = "\xeb\xc2", + [0x803d] = "\xeb\xc4", [0x803e] = "\xc9\xf6", [0x803f] = "\xd6\xd7", + [0x8040] = "\xd5\xcd", [0x8041] = "\xd0\xb2", [0x8042] = "\xeb\xcf", + [0x8043] = "\xce\xb8", [0x8044] = "\xeb\xd0", [0x8045] = "\xc3\x5d", + [0x8046] = "\xb5\xa8", [0x8047] = "\xc3\x5e", [0x8048] = "\xc3\x5f", + [0x8049] = "\xc3\x60", [0x804a] = "\xc3\x61", [0x804b] = "\xc3\x62", + [0x804c] = "\xb1\xb3", [0x804d] = "\xeb\xd2", [0x804e] = "\xcc\xa5", + [0x804f] = "\xc3\x63", [0x8050] = "\xc3\x64", [0x8051] = "\xc3\x65", + [0x8052] = "\xc3\x66", [0x8053] = "\xc3\x67", [0x8054] = "\xc3\x68", + [0x8055] = "\xc3\x69", [0x8056] = "\xc5\xd6", [0x8057] = "\xeb\xd3", + [0x8058] = "\xc3\x6a", [0x8059] = "\xeb\xd1", [0x805a] = "\xc5\xdf", + [0x805b] = "\xeb\xce", [0x805c] = "\xca\xa4", [0x805d] = "\xeb\xd5", + [0x805e] = "\xb0\xfb", [0x805f] = "\xc3\x6b", [0x8060] = "\xc3\x6c", + [0x8061] = "\xba\xfa", [0x8062] = "\xc3\x6d", [0x8063] = "\xc3\x6e", + [0x8064] = "\xd8\xb7", [0x8065] = "\xf1\xe3", [0x8066] = "\xc3\x6f", + [0x8067] = "\xeb\xca", [0x8068] = "\xeb\xcb", [0x8069] = "\xeb\xcc", + [0x806a] = "\xeb\xcd", [0x806b] = "\xeb\xd6", [0x806c] = "\xe6\xc0", + [0x806d] = "\xeb\xd9", [0x806e] = "\xc3\x70", [0x806f] = "\xbf\xe8", + [0x8070] = "\xd2\xc8", [0x8071] = "\xeb\xd7", [0x8072] = "\xeb\xdc", + [0x8073] = "\xb8\xec", [0x8074] = "\xeb\xd8", [0x8075] = "\xc3\x71", + [0x8076] = "\xbd\xba", [0x8077] = "\xc3\x72", [0x8078] = "\xd0\xd8", + [0x8079] = "\xc3\x73", [0x807a] = "\xb0\xb7", [0x807b] = "\xc3\x74", + [0x807c] = "\xeb\xdd", [0x807d] = "\xc4\xdc", [0x807e] = "\xc3\x75", + [0x807f] = "\xc3\x76", [0x8080] = "\xc3\x77", [0x8081] = "\xc3\x78", + [0x8082] = "\xd6\xac", [0x8083] = "\xc3\x79", [0x8084] = "\xc3\x7a", + [0x8085] = "\xc3\x7b", [0x8086] = "\xb4\xe0", [0x8087] = "\xc3\x7c", + [0x8088] = "\xc3\x7d", [0x8089] = "\xc2\xf6", [0x808a] = "\xbc\xb9", + [0x808b] = "\xc3\x7e", [0x808c] = "\xc3\x80", [0x808d] = "\xeb\xda", + [0x808e] = "\xeb\xdb", [0x808f] = "\xd4\xe0", [0x8090] = "\xc6\xea", + [0x8091] = "\xc4\xd4", [0x8092] = "\xeb\xdf", [0x8093] = "\xc5\xa7", + [0x8094] = "\xd9\xf5", [0x8095] = "\xc3\x81", [0x8096] = "\xb2\xb1", + [0x8097] = "\xc3\x82", [0x8098] = "\xeb\xe4", [0x8099] = "\xc3\x83", + [0x809a] = "\xbd\xc5", [0x809b] = "\xc3\x84", [0x809c] = "\xc3\x85", + [0x809d] = "\xc3\x86", [0x809e] = "\xeb\xe2", [0x809f] = "\xc3\x87", + [0x80a0] = "\xc3\x88", [0x80a1] = "\xc3\x89", [0x80a2] = "\xc3\x8a", + [0x80a3] = "\xc3\x8b", [0x80a4] = "\xc3\x8c", [0x80a5] = "\xc3\x8d", + [0x80a6] = "\xc3\x8e", [0x80a7] = "\xc3\x8f", [0x80a8] = "\xc3\x90", + [0x80a9] = "\xc3\x91", [0x80aa] = "\xc3\x92", [0x80ab] = "\xc3\x93", + [0x80ac] = "\xeb\xe3", [0x80ad] = "\xc3\x94", [0x80ae] = "\xc3\x95", + [0x80af] = "\xb8\xac", [0x80b0] = "\xc3\x96", [0x80b1] = "\xcd\xd1", + [0x80b2] = "\xeb\xe5", [0x80b3] = "\xc3\x97", [0x80b4] = "\xc3\x98", + [0x80b5] = "\xc3\x99", [0x80b6] = "\xeb\xe1", [0x80b7] = "\xc3\x9a", + [0x80b8] = "\xc1\xb3", [0x80b9] = "\xc3\x9b", [0x80ba] = "\xc3\x9c", + [0x80bb] = "\xc3\x9d", [0x80bc] = "\xc3\x9e", [0x80bd] = "\xc3\x9f", + [0x80be] = "\xc6\xa2", [0x80bf] = "\xc3\xa0", [0x80c0] = "\xc4\x40", + [0x80c1] = "\xc4\x41", [0x80c2] = "\xc4\x42", [0x80c3] = "\xc4\x43", + [0x80c4] = "\xc4\x44", [0x80c5] = "\xc4\x45", [0x80c6] = "\xcc\xf3", + [0x80c7] = "\xc4\x46", [0x80c8] = "\xeb\xe6", [0x80c9] = "\xc4\x47", + [0x80ca] = "\xc0\xb0", [0x80cb] = "\xd2\xb8", [0x80cc] = "\xeb\xe7", + [0x80cd] = "\xc4\x48", [0x80ce] = "\xc4\x49", [0x80cf] = "\xc4\x4a", + [0x80d0] = "\xb8\xaf", [0x80d1] = "\xb8\xad", [0x80d2] = "\xc4\x4b", + [0x80d3] = "\xeb\xe8", [0x80d4] = "\xc7\xbb", [0x80d5] = "\xcd\xf3", + [0x80d6] = "\xc4\x4c", [0x80d7] = "\xc4\x4d", [0x80d8] = "\xc4\x4e", + [0x80d9] = "\xeb\xea", [0x80da] = "\xeb\xeb", [0x80db] = "\xc4\x4f", + [0x80dc] = "\xc4\x50", [0x80dd] = "\xc4\x51", [0x80de] = "\xc4\x52", + [0x80df] = "\xc4\x53", [0x80e0] = "\xeb\xed", [0x80e1] = "\xc4\x54", + [0x80e2] = "\xc4\x55", [0x80e3] = "\xc4\x56", [0x80e4] = "\xc4\x57", + [0x80e5] = "\xd0\xc8", [0x80e6] = "\xc4\x58", [0x80e7] = "\xeb\xf2", + [0x80e8] = "\xc4\x59", [0x80e9] = "\xeb\xee", [0x80ea] = "\xc4\x5a", + [0x80eb] = "\xc4\x5b", [0x80ec] = "\xc4\x5c", [0x80ed] = "\xeb\xf1", + [0x80ee] = "\xc8\xf9", [0x80ef] = "\xc4\x5d", [0x80f0] = "\xd1\xfc", + [0x80f1] = "\xeb\xec", [0x80f2] = "\xc4\x5e", [0x80f3] = "\xc4\x5f", + [0x80f4] = "\xeb\xe9", [0x80f5] = "\xc4\x60", [0x80f6] = "\xc4\x61", + [0x80f7] = "\xc4\x62", [0x80f8] = "\xc4\x63", [0x80f9] = "\xb8\xb9", + [0x80fa] = "\xcf\xd9", [0x80fb] = "\xc4\xe5", [0x80fc] = "\xeb\xef", + [0x80fd] = "\xeb\xf0", [0x80fe] = "\xcc\xda", [0x80ff] = "\xcd\xc8", + [0x8100] = "\xb0\xf2", [0x8101] = "\xc4\x64", [0x8102] = "\xeb\xf6", + [0x8103] = "\xc4\x65", [0x8104] = "\xc4\x66", [0x8105] = "\xc4\x67", + [0x8106] = "\xc4\x68", [0x8107] = "\xc4\x69", [0x8108] = "\xeb\xf5", + [0x8109] = "\xc4\x6a", [0x810a] = "\xb2\xb2", [0x810b] = "\xc4\x6b", + [0x810c] = "\xc4\x6c", [0x810d] = "\xc4\x6d", [0x810e] = "\xc4\x6e", + [0x810f] = "\xb8\xe0", [0x8110] = "\xc4\x6f", [0x8111] = "\xeb\xf7", + [0x8112] = "\xc4\x70", [0x8113] = "\xc4\x71", [0x8114] = "\xc4\x72", + [0x8115] = "\xc4\x73", [0x8116] = "\xc4\x74", [0x8117] = "\xc4\x75", + [0x8118] = "\xb1\xec", [0x8119] = "\xc4\x76", [0x811a] = "\xc4\x77", + [0x811b] = "\xcc\xc5", [0x811c] = "\xc4\xa4", [0x811d] = "\xcf\xa5", + [0x811e] = "\xc4\x78", [0x811f] = "\xc4\x79", [0x8120] = "\xc4\x7a", + [0x8121] = "\xc4\x7b", [0x8122] = "\xc4\x7c", [0x8123] = "\xeb\xf9", + [0x8124] = "\xc4\x7d", [0x8125] = "\xc4\x7e", [0x8126] = "\xec\xa2", + [0x8127] = "\xc4\x80", [0x8128] = "\xc5\xf2", [0x8129] = "\xc4\x81", + [0x812a] = "\xeb\xfa", [0x812b] = "\xc4\x82", [0x812c] = "\xc4\x83", + [0x812d] = "\xc4\x84", [0x812e] = "\xc4\x85", [0x812f] = "\xc4\x86", + [0x8130] = "\xc4\x87", [0x8131] = "\xc4\x88", [0x8132] = "\xc4\x89", + [0x8133] = "\xc9\xc5", [0x8134] = "\xc4\x8a", [0x8135] = "\xc4\x8b", + [0x8136] = "\xc4\x8c", [0x8137] = "\xc4\x8d", [0x8138] = "\xc4\x8e", + [0x8139] = "\xc4\x8f", [0x813a] = "\xe2\xdf", [0x813b] = "\xeb\xfe", + [0x813c] = "\xc4\x90", [0x813d] = "\xc4\x91", [0x813e] = "\xc4\x92", + [0x813f] = "\xc4\x93", [0x8140] = "\xcd\xce", [0x8141] = "\xec\xa1", + [0x8142] = "\xb1\xdb", [0x8143] = "\xd3\xb7", [0x8144] = "\xc4\x94", + [0x8145] = "\xc4\x95", [0x8146] = "\xd2\xdc", [0x8147] = "\xc4\x96", + [0x8148] = "\xc4\x97", [0x8149] = "\xc4\x98", [0x814a] = "\xeb\xfd", + [0x814b] = "\xc4\x99", [0x814c] = "\xeb\xfb", [0x814d] = "\xc4\x9a", + [0x814e] = "\xc4\x9b", [0x814f] = "\xc4\x9c", [0x8150] = "\xc4\x9d", + [0x8151] = "\xc4\x9e", [0x8152] = "\xc4\x9f", [0x8153] = "\xc4\xa0", + [0x8154] = "\xc5\x40", [0x8155] = "\xc5\x41", [0x8156] = "\xc5\x42", + [0x8157] = "\xc5\x43", [0x8158] = "\xc5\x44", [0x8159] = "\xc5\x45", + [0x815a] = "\xc5\x46", [0x815b] = "\xc5\x47", [0x815c] = "\xc5\x48", + [0x815d] = "\xc5\x49", [0x815e] = "\xc5\x4a", [0x815f] = "\xc5\x4b", + [0x8160] = "\xc5\x4c", [0x8161] = "\xc5\x4d", [0x8162] = "\xc5\x4e", + [0x8163] = "\xb3\xbc", [0x8164] = "\xc5\x4f", [0x8165] = "\xc5\x50", + [0x8166] = "\xc5\x51", [0x8167] = "\xea\xb0", [0x8168] = "\xc5\x52", + [0x8169] = "\xc5\x53", [0x816a] = "\xd7\xd4", [0x816b] = "\xc5\x54", + [0x816c] = "\xf4\xab", [0x816d] = "\xb3\xf4", [0x816e] = "\xc5\x55", + [0x816f] = "\xc5\x56", [0x8170] = "\xc5\x57", [0x8171] = "\xc5\x58", + [0x8172] = "\xc5\x59", [0x8173] = "\xd6\xc1", [0x8174] = "\xd6\xc2", + [0x8175] = "\xc5\x5a", [0x8176] = "\xc5\x5b", [0x8177] = "\xc5\x5c", + [0x8178] = "\xc5\x5d", [0x8179] = "\xc5\x5e", [0x817a] = "\xc5\x5f", + [0x817b] = "\xd5\xe9", [0x817c] = "\xbe\xca", [0x817d] = "\xc5\x60", + [0x817e] = "\xf4\xa7", [0x817f] = "\xc5\x61", [0x8180] = "\xd2\xa8", + [0x8181] = "\xf4\xa8", [0x8182] = "\xf4\xa9", [0x8183] = "\xc5\x62", + [0x8184] = "\xf4\xaa", [0x8185] = "\xbe\xcb", [0x8186] = "\xd3\xdf", + [0x8187] = "\xc5\x63", [0x8188] = "\xc5\x64", [0x8189] = "\xc5\x65", + [0x818a] = "\xc5\x66", [0x818b] = "\xc5\x67", [0x818c] = "\xc9\xe0", + [0x818d] = "\xc9\xe1", [0x818e] = "\xc5\x68", [0x818f] = "\xc5\x69", + [0x8190] = "\xf3\xc2", [0x8191] = "\xc5\x6a", [0x8192] = "\xca\xe6", + [0x8193] = "\xc5\x6b", [0x8194] = "\xcc\xf2", [0x8195] = "\xc5\x6c", + [0x8196] = "\xc5\x6d", [0x8197] = "\xc5\x6e", [0x8198] = "\xc5\x6f", + [0x8199] = "\xc5\x70", [0x819a] = "\xc5\x71", [0x819b] = "\xe2\xb6", + [0x819c] = "\xcb\xb4", [0x819d] = "\xc5\x72", [0x819e] = "\xce\xe8", + [0x819f] = "\xd6\xdb", [0x81a0] = "\xc5\x73", [0x81a1] = "\xf4\xad", + [0x81a2] = "\xf4\xae", [0x81a3] = "\xf4\xaf", [0x81a4] = "\xc5\x74", + [0x81a5] = "\xc5\x75", [0x81a6] = "\xc5\x76", [0x81a7] = "\xc5\x77", + [0x81a8] = "\xf4\xb2", [0x81a9] = "\xc5\x78", [0x81aa] = "\xba\xbd", + [0x81ab] = "\xf4\xb3", [0x81ac] = "\xb0\xe3", [0x81ad] = "\xf4\xb0", + [0x81ae] = "\xc5\x79", [0x81af] = "\xf4\xb1", [0x81b0] = "\xbd\xa2", + [0x81b1] = "\xb2\xd5", [0x81b2] = "\xc5\x7a", [0x81b3] = "\xf4\xb6", + [0x81b4] = "\xf4\xb7", [0x81b5] = "\xb6\xe6", [0x81b6] = "\xb2\xb0", + [0x81b7] = "\xcf\xcf", [0x81b8] = "\xf4\xb4", [0x81b9] = "\xb4\xac", + [0x81ba] = "\xc5\x7b", [0x81bb] = "\xf4\xb5", [0x81bc] = "\xc5\x7c", + [0x81bd] = "\xc5\x7d", [0x81be] = "\xf4\xb8", [0x81bf] = "\xc5\x7e", + [0x81c0] = "\xc5\x80", [0x81c1] = "\xc5\x81", [0x81c2] = "\xc5\x82", + [0x81c3] = "\xc5\x83", [0x81c4] = "\xf4\xb9", [0x81c5] = "\xc5\x84", + [0x81c6] = "\xc5\x85", [0x81c7] = "\xcd\xa7", [0x81c8] = "\xc5\x86", + [0x81c9] = "\xf4\xba", [0x81ca] = "\xc5\x87", [0x81cb] = "\xf4\xbb", + [0x81cc] = "\xc5\x88", [0x81cd] = "\xc5\x89", [0x81ce] = "\xc5\x8a", + [0x81cf] = "\xf4\xbc", [0x81d0] = "\xc5\x8b", [0x81d1] = "\xc5\x8c", + [0x81d2] = "\xc5\x8d", [0x81d3] = "\xc5\x8e", [0x81d4] = "\xc5\x8f", + [0x81d5] = "\xc5\x90", [0x81d6] = "\xc5\x91", [0x81d7] = "\xc5\x92", + [0x81d8] = "\xcb\xd2", [0x81d9] = "\xc5\x93", [0x81da] = "\xf4\xbd", + [0x81db] = "\xc5\x94", [0x81dc] = "\xc5\x95", [0x81dd] = "\xc5\x96", + [0x81de] = "\xc5\x97", [0x81df] = "\xf4\xbe", [0x81e0] = "\xc5\x98", + [0x81e1] = "\xc5\x99", [0x81e2] = "\xc5\x9a", [0x81e3] = "\xc5\x9b", + [0x81e4] = "\xc5\x9c", [0x81e5] = "\xc5\x9d", [0x81e6] = "\xc5\x9e", + [0x81e7] = "\xc5\x9f", [0x81e8] = "\xf4\xbf", [0x81e9] = "\xc5\xa0", + [0x81ea] = "\xc6\x40", [0x81eb] = "\xc6\x41", [0x81ec] = "\xc6\x42", + [0x81ed] = "\xc6\x43", [0x81ee] = "\xf4\xde", [0x81ef] = "\xc1\xbc", + [0x81f0] = "\xbc\xe8", [0x81f1] = "\xc6\x44", [0x81f2] = "\xc9\xab", + [0x81f3] = "\xd1\xde", [0x81f4] = "\xe5\xf5", [0x81f5] = "\xc6\x45", + [0x81f6] = "\xc6\x46", [0x81f7] = "\xc6\x47", [0x81f8] = "\xc6\x48", + [0x81f9] = "\xdc\xb3", [0x81fa] = "\xd2\xd5", [0x81fb] = "\xc6\x49", + [0x81fc] = "\xc6\x4a", [0x81fd] = "\xdc\xb4", [0x81fe] = "\xb0\xac", + [0x81ff] = "\xdc\xb5", [0x8200] = "\xc6\x4b", [0x8201] = "\xc6\x4c", + [0x8202] = "\xbd\xda", [0x8203] = "\xc6\x4d", [0x8204] = "\xdc\xb9", + [0x8205] = "\xc6\x4e", [0x8206] = "\xc6\x4f", [0x8207] = "\xc6\x50", + [0x8208] = "\xd8\xc2", [0x8209] = "\xc6\x51", [0x820a] = "\xdc\xb7", + [0x820b] = "\xd3\xf3", [0x820c] = "\xc6\x52", [0x820d] = "\xc9\xd6", + [0x820e] = "\xdc\xba", [0x820f] = "\xdc\xb6", [0x8210] = "\xc6\x53", + [0x8211] = "\xdc\xbb", [0x8212] = "\xc3\xa2", [0x8213] = "\xc6\x54", + [0x8214] = "\xc6\x55", [0x8215] = "\xc6\x56", [0x8216] = "\xc6\x57", + [0x8217] = "\xdc\xbc", [0x8218] = "\xdc\xc5", [0x8219] = "\xdc\xbd", + [0x821a] = "\xc6\x58", [0x821b] = "\xc6\x59", [0x821c] = "\xce\xdf", + [0x821d] = "\xd6\xa5", [0x821e] = "\xc6\x5a", [0x821f] = "\xdc\xcf", + [0x8220] = "\xc6\x5b", [0x8221] = "\xdc\xcd", [0x8222] = "\xc6\x5c", + [0x8223] = "\xc6\x5d", [0x8224] = "\xdc\xd2", [0x8225] = "\xbd\xe6", + [0x8226] = "\xc2\xab", [0x8227] = "\xc6\x5e", [0x8228] = "\xdc\xb8", + [0x8229] = "\xdc\xcb", [0x822a] = "\xdc\xce", [0x822b] = "\xdc\xbe", + [0x822c] = "\xb7\xd2", [0x822d] = "\xb0\xc5", [0x822e] = "\xdc\xc7", + [0x822f] = "\xd0\xbe", [0x8230] = "\xdc\xc1", [0x8231] = "\xbb\xa8", + [0x8232] = "\xc6\x5f", [0x8233] = "\xb7\xbc", [0x8234] = "\xdc\xcc", + [0x8235] = "\xc6\x60", [0x8236] = "\xc6\x61", [0x8237] = "\xdc\xc6", + [0x8238] = "\xdc\xbf", [0x8239] = "\xc7\xdb", [0x823a] = "\xc6\x62", + [0x823b] = "\xc6\x63", [0x823c] = "\xc6\x64", [0x823d] = "\xd1\xbf", + [0x823e] = "\xdc\xc0", [0x823f] = "\xc6\x65", [0x8240] = "\xc6\x66", + [0x8241] = "\xdc\xca", [0x8242] = "\xc6\x67", [0x8243] = "\xc6\x68", + [0x8244] = "\xdc\xd0", [0x8245] = "\xc6\x69", [0x8246] = "\xc6\x6a", + [0x8247] = "\xce\xad", [0x8248] = "\xdc\xc2", [0x8249] = "\xc6\x6b", + [0x824a] = "\xdc\xc3", [0x824b] = "\xdc\xc8", [0x824c] = "\xdc\xc9", + [0x824d] = "\xb2\xd4", [0x824e] = "\xdc\xd1", [0x824f] = "\xcb\xd5", + [0x8250] = "\xc6\x6c", [0x8251] = "\xd4\xb7", [0x8252] = "\xdc\xdb", + [0x8253] = "\xdc\xdf", [0x8254] = "\xcc\xa6", [0x8255] = "\xdc\xe6", + [0x8256] = "\xc6\x6d", [0x8257] = "\xc3\xe7", [0x8258] = "\xdc\xdc", + [0x8259] = "\xc6\x6e", [0x825a] = "\xc6\x6f", [0x825b] = "\xbf\xc1", + [0x825c] = "\xdc\xd9", [0x825d] = "\xc6\x70", [0x825e] = "\xb0\xfa", + [0x825f] = "\xb9\xb6", [0x8260] = "\xdc\xe5", [0x8261] = "\xdc\xd3", + [0x8262] = "\xc6\x71", [0x8263] = "\xdc\xc4", [0x8264] = "\xdc\xd6", + [0x8265] = "\xc8\xf4", [0x8266] = "\xbf\xe0", [0x8267] = "\xc6\x72", + [0x8268] = "\xc6\x73", [0x8269] = "\xc6\x74", [0x826a] = "\xc6\x75", + [0x826b] = "\xc9\xbb", [0x826c] = "\xc6\x76", [0x826d] = "\xc6\x77", + [0x826e] = "\xc6\x78", [0x826f] = "\xb1\xbd", [0x8270] = "\xc6\x79", + [0x8271] = "\xd3\xa2", [0x8272] = "\xc6\x7a", [0x8273] = "\xc6\x7b", + [0x8274] = "\xdc\xda", [0x8275] = "\xc6\x7c", [0x8276] = "\xc6\x7d", + [0x8277] = "\xdc\xd5", [0x8278] = "\xc6\x7e", [0x8279] = "\xc6\xbb", + [0x827a] = "\xc6\x80", [0x827b] = "\xdc\xde", [0x827c] = "\xc6\x81", + [0x827d] = "\xc6\x82", [0x827e] = "\xc6\x83", [0x827f] = "\xc6\x84", + [0x8280] = "\xc6\x85", [0x8281] = "\xd7\xc2", [0x8282] = "\xc3\xaf", + [0x8283] = "\xb7\xb6", [0x8284] = "\xc7\xd1", [0x8285] = "\xc3\xa9", + [0x8286] = "\xdc\xe2", [0x8287] = "\xdc\xd8", [0x8288] = "\xdc\xeb", + [0x8289] = "\xdc\xd4", [0x828a] = "\xc6\x86", [0x828b] = "\xc6\x87", + [0x828c] = "\xdc\xdd", [0x828d] = "\xc6\x88", [0x828e] = "\xbe\xa5", + [0x828f] = "\xdc\xd7", [0x8290] = "\xc6\x89", [0x8291] = "\xdc\xe0", + [0x8292] = "\xc6\x8a", [0x8293] = "\xc6\x8b", [0x8294] = "\xdc\xe3", + [0x8295] = "\xdc\xe4", [0x8296] = "\xc6\x8c", [0x8297] = "\xdc\xf8", + [0x8298] = "\xc6\x8d", [0x8299] = "\xc6\x8e", [0x829a] = "\xdc\xe1", + [0x829b] = "\xdd\xa2", [0x829c] = "\xdc\xe7", [0x829d] = "\xc6\x8f", + [0x829e] = "\xc6\x90", [0x829f] = "\xc6\x91", [0x82a0] = "\xc6\x92", + [0x82a1] = "\xc6\x93", [0x82a2] = "\xc6\x94", [0x82a3] = "\xc6\x95", + [0x82a4] = "\xc6\x96", [0x82a5] = "\xc6\x97", [0x82a6] = "\xc6\x98", + [0x82a7] = "\xbc\xeb", [0x82a8] = "\xb4\xc4", [0x82a9] = "\xc6\x99", + [0x82aa] = "\xc6\x9a", [0x82ab] = "\xc3\xa3", [0x82ac] = "\xb2\xe7", + [0x82ad] = "\xdc\xfa", [0x82ae] = "\xc6\x9b", [0x82af] = "\xdc\xf2", + [0x82b0] = "\xc6\x9c", [0x82b1] = "\xdc\xef", [0x82b2] = "\xc6\x9d", + [0x82b3] = "\xdc\xfc", [0x82b4] = "\xdc\xee", [0x82b5] = "\xd2\xf0", + [0x82b6] = "\xb2\xe8", [0x82b7] = "\xc6\x9e", [0x82b8] = "\xc8\xd7", + [0x82b9] = "\xc8\xe3", [0x82ba] = "\xdc\xfb", [0x82bb] = "\xc6\x9f", + [0x82bc] = "\xdc\xed", [0x82bd] = "\xc6\xa0", [0x82be] = "\xc7\x40", + [0x82bf] = "\xc7\x41", [0x82c0] = "\xdc\xf7", [0x82c1] = "\xc7\x42", + [0x82c2] = "\xc7\x43", [0x82c3] = "\xdc\xf5", [0x82c4] = "\xc7\x44", + [0x82c5] = "\xc7\x45", [0x82c6] = "\xbe\xa3", [0x82c7] = "\xdc\xf4", + [0x82c8] = "\xc7\x46", [0x82c9] = "\xb2\xdd", [0x82ca] = "\xc7\x47", + [0x82cb] = "\xc7\x48", [0x82cc] = "\xc7\x49", [0x82cd] = "\xc7\x4a", + [0x82ce] = "\xc7\x4b", [0x82cf] = "\xdc\xf3", [0x82d0] = "\xbc\xf6", + [0x82d1] = "\xdc\xe8", [0x82d2] = "\xbb\xc4", [0x82d3] = "\xc7\x4c", + [0x82d4] = "\xc0\xf3", [0x82d5] = "\xc7\x4d", [0x82d6] = "\xc7\x4e", + [0x82d7] = "\xc7\x4f", [0x82d8] = "\xc7\x50", [0x82d9] = "\xc7\x51", + [0x82da] = "\xbc\xd4", [0x82db] = "\xdc\xe9", [0x82dc] = "\xdc\xea", + [0x82dd] = "\xc7\x52", [0x82de] = "\xdc\xf1", [0x82df] = "\xdc\xf6", + [0x82e0] = "\xdc\xf9", [0x82e1] = "\xb5\xb4", [0x82e2] = "\xc7\x53", + [0x82e3] = "\xc8\xd9", [0x82e4] = "\xbb\xe7", [0x82e5] = "\xdc\xfe", + [0x82e6] = "\xdc\xfd", [0x82e7] = "\xd3\xab", [0x82e8] = "\xdd\xa1", + [0x82e9] = "\xdd\xa3", [0x82ea] = "\xdd\xa5", [0x82eb] = "\xd2\xf1", + [0x82ec] = "\xdd\xa4", [0x82ed] = "\xdd\xa6", [0x82ee] = "\xdd\xa7", + [0x82ef] = "\xd2\xa9", [0x82f0] = "\xc7\x54", [0x82f1] = "\xc7\x55", + [0x82f2] = "\xc7\x56", [0x82f3] = "\xc7\x57", [0x82f4] = "\xc7\x58", + [0x82f5] = "\xc7\x59", [0x82f6] = "\xc7\x5a", [0x82f7] = "\xba\xc9", + [0x82f8] = "\xdd\xa9", [0x82f9] = "\xc7\x5b", [0x82fa] = "\xc7\x5c", + [0x82fb] = "\xdd\xb6", [0x82fc] = "\xdd\xb1", [0x82fd] = "\xdd\xb4", + [0x82fe] = "\xc7\x5d", [0x82ff] = "\xc7\x5e", [0x8300] = "\xc7\x5f", + [0x8301] = "\xc7\x60", [0x8302] = "\xc7\x61", [0x8303] = "\xc7\x62", + [0x8304] = "\xc7\x63", [0x8305] = "\xdd\xb0", [0x8306] = "\xc6\xce", + [0x8307] = "\xc7\x64", [0x8308] = "\xc7\x65", [0x8309] = "\xc0\xf2", + [0x830a] = "\xc7\x66", [0x830b] = "\xc7\x67", [0x830c] = "\xc7\x68", + [0x830d] = "\xc7\x69", [0x830e] = "\xc9\xaf", [0x830f] = "\xc7\x6a", + [0x8310] = "\xc7\x6b", [0x8311] = "\xc7\x6c", [0x8312] = "\xdc\xec", + [0x8313] = "\xdd\xae", [0x8314] = "\xc7\x6d", [0x8315] = "\xc7\x6e", + [0x8316] = "\xc7\x6f", [0x8317] = "\xc7\x70", [0x8318] = "\xdd\xb7", + [0x8319] = "\xc7\x71", [0x831a] = "\xc7\x72", [0x831b] = "\xdc\xf0", + [0x831c] = "\xdd\xaf", [0x831d] = "\xc7\x73", [0x831e] = "\xdd\xb8", + [0x831f] = "\xc7\x74", [0x8320] = "\xdd\xac", [0x8321] = "\xc7\x75", + [0x8322] = "\xc7\x76", [0x8323] = "\xc7\x77", [0x8324] = "\xc7\x78", + [0x8325] = "\xc7\x79", [0x8326] = "\xc7\x7a", [0x8327] = "\xc7\x7b", + [0x8328] = "\xdd\xb9", [0x8329] = "\xdd\xb3", [0x832a] = "\xdd\xad", + [0x832b] = "\xc4\xaa", [0x832c] = "\xc7\x7c", [0x832d] = "\xc7\x7d", + [0x832e] = "\xc7\x7e", [0x832f] = "\xc7\x80", [0x8330] = "\xdd\xa8", + [0x8331] = "\xc0\xb3", [0x8332] = "\xc1\xab", [0x8333] = "\xdd\xaa", + [0x8334] = "\xdd\xab", [0x8335] = "\xc7\x81", [0x8336] = "\xdd\xb2", + [0x8337] = "\xbb\xf1", [0x8338] = "\xdd\xb5", [0x8339] = "\xd3\xa8", + [0x833a] = "\xdd\xba", [0x833b] = "\xc7\x82", [0x833c] = "\xdd\xbb", + [0x833d] = "\xc3\xa7", [0x833e] = "\xc7\x83", [0x833f] = "\xc7\x84", + [0x8340] = "\xdd\xd2", [0x8341] = "\xdd\xbc", [0x8342] = "\xc7\x85", + [0x8343] = "\xc7\x86", [0x8344] = "\xc7\x87", [0x8345] = "\xdd\xd1", + [0x8346] = "\xc7\x88", [0x8347] = "\xb9\xbd", [0x8348] = "\xc7\x89", + [0x8349] = "\xc7\x8a", [0x834a] = "\xbe\xd5", [0x834b] = "\xc7\x8b", + [0x834c] = "\xbe\xfa", [0x834d] = "\xc7\x8c", [0x834e] = "\xc7\x8d", + [0x834f] = "\xba\xca", [0x8350] = "\xc7\x8e", [0x8351] = "\xc7\x8f", + [0x8352] = "\xc7\x90", [0x8353] = "\xc7\x91", [0x8354] = "\xdd\xca", + [0x8355] = "\xc7\x92", [0x8356] = "\xdd\xc5", [0x8357] = "\xc7\x93", + [0x8358] = "\xdd\xbf", [0x8359] = "\xc7\x94", [0x835a] = "\xc7\x95", + [0x835b] = "\xc7\x96", [0x835c] = "\xb2\xcb", [0x835d] = "\xdd\xc3", + [0x835e] = "\xc7\x97", [0x835f] = "\xdd\xcb", [0x8360] = "\xb2\xa4", + [0x8361] = "\xdd\xd5", [0x8362] = "\xc7\x98", [0x8363] = "\xc7\x99", + [0x8364] = "\xc7\x9a", [0x8365] = "\xdd\xbe", [0x8366] = "\xc7\x9b", + [0x8367] = "\xc7\x9c", [0x8368] = "\xc7\x9d", [0x8369] = "\xc6\xd0", + [0x836a] = "\xdd\xd0", [0x836b] = "\xc7\x9e", [0x836c] = "\xc7\x9f", + [0x836d] = "\xc7\xa0", [0x836e] = "\xc8\x40", [0x836f] = "\xc8\x41", + [0x8370] = "\xdd\xd4", [0x8371] = "\xc1\xe2", [0x8372] = "\xb7\xc6", + [0x8373] = "\xc8\x42", [0x8374] = "\xc8\x43", [0x8375] = "\xc8\x44", + [0x8376] = "\xc8\x45", [0x8377] = "\xc8\x46", [0x8378] = "\xdd\xce", + [0x8379] = "\xdd\xcf", [0x837a] = "\xc8\x47", [0x837b] = "\xc8\x48", + [0x837c] = "\xc8\x49", [0x837d] = "\xdd\xc4", [0x837e] = "\xc8\x4a", + [0x837f] = "\xc8\x4b", [0x8380] = "\xc8\x4c", [0x8381] = "\xdd\xbd", + [0x8382] = "\xc8\x4d", [0x8383] = "\xdd\xcd", [0x8384] = "\xcc\xd1", + [0x8385] = "\xc8\x4e", [0x8386] = "\xdd\xc9", [0x8387] = "\xc8\x4f", + [0x8388] = "\xc8\x50", [0x8389] = "\xc8\x51", [0x838a] = "\xc8\x52", + [0x838b] = "\xdd\xc2", [0x838c] = "\xc3\xc8", [0x838d] = "\xc6\xbc", + [0x838e] = "\xce\xae", [0x838f] = "\xdd\xcc", [0x8390] = "\xc8\x53", + [0x8391] = "\xdd\xc8", [0x8392] = "\xc8\x54", [0x8393] = "\xc8\x55", + [0x8394] = "\xc8\x56", [0x8395] = "\xc8\x57", [0x8396] = "\xc8\x58", + [0x8397] = "\xc8\x59", [0x8398] = "\xdd\xc1", [0x8399] = "\xc8\x5a", + [0x839a] = "\xc8\x5b", [0x839b] = "\xc8\x5c", [0x839c] = "\xdd\xc6", + [0x839d] = "\xc2\xdc", [0x839e] = "\xc8\x5d", [0x839f] = "\xc8\x5e", + [0x83a0] = "\xc8\x5f", [0x83a1] = "\xc8\x60", [0x83a2] = "\xc8\x61", + [0x83a3] = "\xc8\x62", [0x83a4] = "\xd3\xa9", [0x83a5] = "\xd3\xaa", + [0x83a6] = "\xdd\xd3", [0x83a7] = "\xcf\xf4", [0x83a8] = "\xc8\xf8", + [0x83a9] = "\xc8\x63", [0x83aa] = "\xc8\x64", [0x83ab] = "\xc8\x65", + [0x83ac] = "\xc8\x66", [0x83ad] = "\xc8\x67", [0x83ae] = "\xc8\x68", + [0x83af] = "\xc8\x69", [0x83b0] = "\xc8\x6a", [0x83b1] = "\xdd\xe6", + [0x83b2] = "\xc8\x6b", [0x83b3] = "\xc8\x6c", [0x83b4] = "\xc8\x6d", + [0x83b5] = "\xc8\x6e", [0x83b6] = "\xc8\x6f", [0x83b7] = "\xc8\x70", + [0x83b8] = "\xdd\xc7", [0x83b9] = "\xc8\x71", [0x83ba] = "\xc8\x72", + [0x83bb] = "\xc8\x73", [0x83bc] = "\xdd\xe0", [0x83bd] = "\xc2\xe4", + [0x83be] = "\xc8\x74", [0x83bf] = "\xc8\x75", [0x83c0] = "\xc8\x76", + [0x83c1] = "\xc8\x77", [0x83c2] = "\xc8\x78", [0x83c3] = "\xc8\x79", + [0x83c4] = "\xc8\x7a", [0x83c5] = "\xc8\x7b", [0x83c6] = "\xdd\xe1", + [0x83c7] = "\xc8\x7c", [0x83c8] = "\xc8\x7d", [0x83c9] = "\xc8\x7e", + [0x83ca] = "\xc8\x80", [0x83cb] = "\xc8\x81", [0x83cc] = "\xc8\x82", + [0x83cd] = "\xc8\x83", [0x83ce] = "\xc8\x84", [0x83cf] = "\xc8\x85", + [0x83d0] = "\xc8\x86", [0x83d1] = "\xdd\xd7", [0x83d2] = "\xc8\x87", + [0x83d3] = "\xc8\x88", [0x83d4] = "\xc8\x89", [0x83d5] = "\xc8\x8a", + [0x83d6] = "\xc8\x8b", [0x83d7] = "\xd6\xf8", [0x83d8] = "\xc8\x8c", + [0x83d9] = "\xdd\xd9", [0x83da] = "\xdd\xd8", [0x83db] = "\xb8\xf0", + [0x83dc] = "\xdd\xd6", [0x83dd] = "\xc8\x8d", [0x83de] = "\xc8\x8e", + [0x83df] = "\xc8\x8f", [0x83e0] = "\xc8\x90", [0x83e1] = "\xc6\xcf", + [0x83e2] = "\xc8\x91", [0x83e3] = "\xb6\xad", [0x83e4] = "\xc8\x92", + [0x83e5] = "\xc8\x93", [0x83e6] = "\xc8\x94", [0x83e7] = "\xc8\x95", + [0x83e8] = "\xc8\x96", [0x83e9] = "\xdd\xe2", [0x83ea] = "\xc8\x97", + [0x83eb] = "\xba\xf9", [0x83ec] = "\xd4\xe1", [0x83ed] = "\xdd\xe7", + [0x83ee] = "\xc8\x98", [0x83ef] = "\xc8\x99", [0x83f0] = "\xc8\x9a", + [0x83f1] = "\xb4\xd0", [0x83f2] = "\xc8\x9b", [0x83f3] = "\xdd\xda", + [0x83f4] = "\xc8\x9c", [0x83f5] = "\xbf\xfb", [0x83f6] = "\xdd\xe3", + [0x83f7] = "\xc8\x9d", [0x83f8] = "\xdd\xdf", [0x83f9] = "\xc8\x9e", + [0x83fa] = "\xdd\xdd", [0x83fb] = "\xc8\x9f", [0x83fc] = "\xc8\xa0", + [0x83fd] = "\xc9\x40", [0x83fe] = "\xc9\x41", [0x83ff] = "\xc9\x42", + [0x8400] = "\xc9\x43", [0x8401] = "\xc9\x44", [0x8402] = "\xb5\xd9", + [0x8403] = "\xc9\x45", [0x8404] = "\xc9\x46", [0x8405] = "\xc9\x47", + [0x8406] = "\xc9\x48", [0x8407] = "\xdd\xdb", [0x8408] = "\xdd\xdc", + [0x8409] = "\xdd\xde", [0x840a] = "\xc9\x49", [0x840b] = "\xbd\xaf", + [0x840c] = "\xdd\xe4", [0x840d] = "\xc9\x4a", [0x840e] = "\xdd\xe5", + [0x840f] = "\xc9\x4b", [0x8410] = "\xc9\x4c", [0x8411] = "\xc9\x4d", + [0x8412] = "\xc9\x4e", [0x8413] = "\xc9\x4f", [0x8414] = "\xc9\x50", + [0x8415] = "\xc9\x51", [0x8416] = "\xc9\x52", [0x8417] = "\xdd\xf5", + [0x8418] = "\xc9\x53", [0x8419] = "\xc3\xc9", [0x841a] = "\xc9\x54", + [0x841b] = "\xc9\x55", [0x841c] = "\xcb\xe2", [0x841d] = "\xc9\x56", + [0x841e] = "\xc9\x57", [0x841f] = "\xc9\x58", [0x8420] = "\xc9\x59", + [0x8421] = "\xdd\xf2", [0x8422] = "\xc9\x5a", [0x8423] = "\xc9\x5b", + [0x8424] = "\xc9\x5c", [0x8425] = "\xc9\x5d", [0x8426] = "\xc9\x5e", + [0x8427] = "\xc9\x5f", [0x8428] = "\xc9\x60", [0x8429] = "\xc9\x61", + [0x842a] = "\xc9\x62", [0x842b] = "\xc9\x63", [0x842c] = "\xc9\x64", + [0x842d] = "\xc9\x65", [0x842e] = "\xc9\x66", [0x842f] = "\xd8\xe1", + [0x8430] = "\xc9\x67", [0x8431] = "\xc9\x68", [0x8432] = "\xc6\xd1", + [0x8433] = "\xc9\x69", [0x8434] = "\xdd\xf4", [0x8435] = "\xc9\x6a", + [0x8436] = "\xc9\x6b", [0x8437] = "\xc9\x6c", [0x8438] = "\xd5\xf4", + [0x8439] = "\xdd\xf3", [0x843a] = "\xdd\xf0", [0x843b] = "\xc9\x6d", + [0x843c] = "\xc9\x6e", [0x843d] = "\xdd\xec", [0x843e] = "\xc9\x6f", + [0x843f] = "\xdd\xef", [0x8440] = "\xc9\x70", [0x8441] = "\xdd\xe8", + [0x8442] = "\xc9\x71", [0x8443] = "\xc9\x72", [0x8444] = "\xd0\xee", + [0x8445] = "\xc9\x73", [0x8446] = "\xc9\x74", [0x8447] = "\xc9\x75", + [0x8448] = "\xc9\x76", [0x8449] = "\xc8\xd8", [0x844a] = "\xdd\xee", + [0x844b] = "\xc9\x77", [0x844c] = "\xc9\x78", [0x844d] = "\xdd\xe9", + [0x844e] = "\xc9\x79", [0x844f] = "\xc9\x7a", [0x8450] = "\xdd\xea", + [0x8451] = "\xcb\xf2", [0x8452] = "\xc9\x7b", [0x8453] = "\xdd\xed", + [0x8454] = "\xc9\x7c", [0x8455] = "\xc9\x7d", [0x8456] = "\xb1\xcd", + [0x8457] = "\xc9\x7e", [0x8458] = "\xc9\x80", [0x8459] = "\xc9\x81", + [0x845a] = "\xc9\x82", [0x845b] = "\xc9\x83", [0x845c] = "\xc9\x84", + [0x845d] = "\xc0\xb6", [0x845e] = "\xc9\x85", [0x845f] = "\xbc\xbb", + [0x8460] = "\xdd\xf1", [0x8461] = "\xc9\x86", [0x8462] = "\xc9\x87", + [0x8463] = "\xdd\xf7", [0x8464] = "\xc9\x88", [0x8465] = "\xdd\xf6", + [0x8466] = "\xdd\xeb", [0x8467] = "\xc9\x89", [0x8468] = "\xc9\x8a", + [0x8469] = "\xc9\x8b", [0x846a] = "\xc9\x8c", [0x846b] = "\xc9\x8d", + [0x846c] = "\xc5\xee", [0x846d] = "\xc9\x8e", [0x846e] = "\xc9\x8f", + [0x846f] = "\xc9\x90", [0x8470] = "\xdd\xfb", [0x8471] = "\xc9\x91", + [0x8472] = "\xc9\x92", [0x8473] = "\xc9\x93", [0x8474] = "\xc9\x94", + [0x8475] = "\xc9\x95", [0x8476] = "\xc9\x96", [0x8477] = "\xc9\x97", + [0x8478] = "\xc9\x98", [0x8479] = "\xc9\x99", [0x847a] = "\xc9\x9a", + [0x847b] = "\xc9\x9b", [0x847c] = "\xde\xa4", [0x847d] = "\xc9\x9c", + [0x847e] = "\xc9\x9d", [0x847f] = "\xde\xa3", [0x8480] = "\xc9\x9e", + [0x8481] = "\xc9\x9f", [0x8482] = "\xc9\xa0", [0x8483] = "\xca\x40", + [0x8484] = "\xca\x41", [0x8485] = "\xca\x42", [0x8486] = "\xca\x43", + [0x8487] = "\xca\x44", [0x8488] = "\xca\x45", [0x8489] = "\xca\x46", + [0x848a] = "\xca\x47", [0x848b] = "\xca\x48", [0x848c] = "\xdd\xf8", + [0x848d] = "\xca\x49", [0x848e] = "\xca\x4a", [0x848f] = "\xca\x4b", + [0x8490] = "\xca\x4c", [0x8491] = "\xc3\xef", [0x8492] = "\xca\x4d", + [0x8493] = "\xc2\xfb", [0x8494] = "\xca\x4e", [0x8495] = "\xca\x4f", + [0x8496] = "\xca\x50", [0x8497] = "\xd5\xe1", [0x8498] = "\xca\x51", + [0x8499] = "\xca\x52", [0x849a] = "\xce\xb5", [0x849b] = "\xca\x53", + [0x849c] = "\xca\x54", [0x849d] = "\xca\x55", [0x849e] = "\xca\x56", + [0x849f] = "\xdd\xfd", [0x84a0] = "\xca\x57", [0x84a1] = "\xb2\xcc", + [0x84a2] = "\xca\x58", [0x84a3] = "\xca\x59", [0x84a4] = "\xca\x5a", + [0x84a5] = "\xca\x5b", [0x84a6] = "\xca\x5c", [0x84a7] = "\xca\x5d", + [0x84a8] = "\xca\x5e", [0x84a9] = "\xca\x5f", [0x84aa] = "\xca\x60", + [0x84ab] = "\xc4\xe8", [0x84ac] = "\xca\xdf", [0x84ad] = "\xca\x61", + [0x84ae] = "\xca\x62", [0x84af] = "\xca\x63", [0x84b0] = "\xca\x64", + [0x84b1] = "\xca\x65", [0x84b2] = "\xca\x66", [0x84b3] = "\xca\x67", + [0x84b4] = "\xca\x68", [0x84b5] = "\xca\x69", [0x84b6] = "\xca\x6a", + [0x84b7] = "\xc7\xbe", [0x84b8] = "\xdd\xfa", [0x84b9] = "\xdd\xfc", + [0x84ba] = "\xdd\xfe", [0x84bb] = "\xde\xa2", [0x84bc] = "\xb0\xaa", + [0x84bd] = "\xb1\xce", [0x84be] = "\xca\x6b", [0x84bf] = "\xca\x6c", + [0x84c0] = "\xca\x6d", [0x84c1] = "\xca\x6e", [0x84c2] = "\xca\x6f", + [0x84c3] = "\xde\xac", [0x84c4] = "\xca\x70", [0x84c5] = "\xca\x71", + [0x84c6] = "\xca\x72", [0x84c7] = "\xca\x73", [0x84c8] = "\xde\xa6", + [0x84c9] = "\xbd\xb6", [0x84ca] = "\xc8\xef", [0x84cb] = "\xca\x74", + [0x84cc] = "\xca\x75", [0x84cd] = "\xca\x76", [0x84ce] = "\xca\x77", + [0x84cf] = "\xca\x78", [0x84d0] = "\xca\x79", [0x84d1] = "\xca\x7a", + [0x84d2] = "\xca\x7b", [0x84d3] = "\xca\x7c", [0x84d4] = "\xca\x7d", + [0x84d5] = "\xca\x7e", [0x84d6] = "\xde\xa1", [0x84d7] = "\xca\x80", + [0x84d8] = "\xca\x81", [0x84d9] = "\xde\xa5", [0x84da] = "\xca\x82", + [0x84db] = "\xca\x83", [0x84dc] = "\xca\x84", [0x84dd] = "\xca\x85", + [0x84de] = "\xde\xa9", [0x84df] = "\xca\x86", [0x84e0] = "\xca\x87", + [0x84e1] = "\xca\x88", [0x84e2] = "\xca\x89", [0x84e3] = "\xca\x8a", + [0x84e4] = "\xde\xa8", [0x84e5] = "\xca\x8b", [0x84e6] = "\xca\x8c", + [0x84e7] = "\xca\x8d", [0x84e8] = "\xde\xa7", [0x84e9] = "\xca\x8e", + [0x84ea] = "\xca\x8f", [0x84eb] = "\xca\x90", [0x84ec] = "\xca\x91", + [0x84ed] = "\xca\x92", [0x84ee] = "\xca\x93", [0x84ef] = "\xca\x94", + [0x84f0] = "\xca\x95", [0x84f1] = "\xca\x96", [0x84f2] = "\xde\xad", + [0x84f3] = "\xca\x97", [0x84f4] = "\xd4\xcc", [0x84f5] = "\xca\x98", + [0x84f6] = "\xca\x99", [0x84f7] = "\xca\x9a", [0x84f8] = "\xca\x9b", + [0x84f9] = "\xde\xb3", [0x84fa] = "\xde\xaa", [0x84fb] = "\xde\xae", + [0x84fc] = "\xca\x9c", [0x84fd] = "\xca\x9d", [0x84fe] = "\xc0\xd9", + [0x84ff] = "\xca\x9e", [0x8500] = "\xca\x9f", [0x8501] = "\xca\xa0", + [0x8502] = "\xcb\x40", [0x8503] = "\xcb\x41", [0x8504] = "\xb1\xa1", + [0x8505] = "\xde\xb6", [0x8506] = "\xcb\x42", [0x8507] = "\xde\xb1", + [0x8508] = "\xcb\x43", [0x8509] = "\xcb\x44", [0x850a] = "\xcb\x45", + [0x850b] = "\xcb\x46", [0x850c] = "\xcb\x47", [0x850d] = "\xcb\x48", + [0x850e] = "\xcb\x49", [0x850f] = "\xde\xb2", [0x8510] = "\xcb\x4a", + [0x8511] = "\xcb\x4b", [0x8512] = "\xcb\x4c", [0x8513] = "\xcb\x4d", + [0x8514] = "\xcb\x4e", [0x8515] = "\xcb\x4f", [0x8516] = "\xcb\x50", + [0x8517] = "\xcb\x51", [0x8518] = "\xcb\x52", [0x8519] = "\xcb\x53", + [0x851a] = "\xcb\x54", [0x851b] = "\xd1\xa6", [0x851c] = "\xde\xb5", + [0x851d] = "\xcb\x55", [0x851e] = "\xcb\x56", [0x851f] = "\xcb\x57", + [0x8520] = "\xcb\x58", [0x8521] = "\xcb\x59", [0x8522] = "\xcb\x5a", + [0x8523] = "\xcb\x5b", [0x8524] = "\xde\xaf", [0x8525] = "\xcb\x5c", + [0x8526] = "\xcb\x5d", [0x8527] = "\xcb\x5e", [0x8528] = "\xde\xb0", + [0x8529] = "\xcb\x5f", [0x852a] = "\xd0\xbd", [0x852b] = "\xcb\x60", + [0x852c] = "\xcb\x61", [0x852d] = "\xcb\x62", [0x852e] = "\xde\xb4", + [0x852f] = "\xca\xed", [0x8530] = "\xde\xb9", [0x8531] = "\xcb\x63", + [0x8532] = "\xcb\x64", [0x8533] = "\xcb\x65", [0x8534] = "\xcb\x66", + [0x8535] = "\xcb\x67", [0x8536] = "\xcb\x68", [0x8537] = "\xde\xb8", + [0x8538] = "\xcb\x69", [0x8539] = "\xde\xb7", [0x853a] = "\xcb\x6a", + [0x853b] = "\xcb\x6b", [0x853c] = "\xcb\x6c", [0x853d] = "\xcb\x6d", + [0x853e] = "\xcb\x6e", [0x853f] = "\xcb\x6f", [0x8540] = "\xcb\x70", + [0x8541] = "\xde\xbb", [0x8542] = "\xcb\x71", [0x8543] = "\xcb\x72", + [0x8544] = "\xcb\x73", [0x8545] = "\xcb\x74", [0x8546] = "\xcb\x75", + [0x8547] = "\xcb\x76", [0x8548] = "\xcb\x77", [0x8549] = "\xbd\xe5", + [0x854a] = "\xcb\x78", [0x854b] = "\xcb\x79", [0x854c] = "\xcb\x7a", + [0x854d] = "\xcb\x7b", [0x854e] = "\xcb\x7c", [0x854f] = "\xb2\xd8", + [0x8550] = "\xc3\xea", [0x8551] = "\xcb\x7d", [0x8552] = "\xcb\x7e", + [0x8553] = "\xde\xba", [0x8554] = "\xcb\x80", [0x8555] = "\xc5\xba", + [0x8556] = "\xcb\x81", [0x8557] = "\xcb\x82", [0x8558] = "\xcb\x83", + [0x8559] = "\xcb\x84", [0x855a] = "\xcb\x85", [0x855b] = "\xcb\x86", + [0x855c] = "\xde\xbc", [0x855d] = "\xcb\x87", [0x855e] = "\xcb\x88", + [0x855f] = "\xcb\x89", [0x8560] = "\xcb\x8a", [0x8561] = "\xcb\x8b", + [0x8562] = "\xcb\x8c", [0x8563] = "\xcb\x8d", [0x8564] = "\xcc\xd9", + [0x8565] = "\xcb\x8e", [0x8566] = "\xcb\x8f", [0x8567] = "\xcb\x90", + [0x8568] = "\xcb\x91", [0x8569] = "\xb7\xaa", [0x856a] = "\xcb\x92", + [0x856b] = "\xcb\x93", [0x856c] = "\xcb\x94", [0x856d] = "\xcb\x95", + [0x856e] = "\xcb\x96", [0x856f] = "\xcb\x97", [0x8570] = "\xcb\x98", + [0x8571] = "\xcb\x99", [0x8572] = "\xcb\x9a", [0x8573] = "\xcb\x9b", + [0x8574] = "\xcb\x9c", [0x8575] = "\xcb\x9d", [0x8576] = "\xcb\x9e", + [0x8577] = "\xcb\x9f", [0x8578] = "\xcb\xa0", [0x8579] = "\xcc\x40", + [0x857a] = "\xcc\x41", [0x857b] = "\xd4\xe5", [0x857c] = "\xcc\x42", + [0x857d] = "\xcc\x43", [0x857e] = "\xcc\x44", [0x857f] = "\xde\xbd", + [0x8580] = "\xcc\x45", [0x8581] = "\xcc\x46", [0x8582] = "\xcc\x47", + [0x8583] = "\xcc\x48", [0x8584] = "\xcc\x49", [0x8585] = "\xde\xbf", + [0x8586] = "\xcc\x4a", [0x8587] = "\xcc\x4b", [0x8588] = "\xcc\x4c", + [0x8589] = "\xcc\x4d", [0x858a] = "\xcc\x4e", [0x858b] = "\xcc\x4f", + [0x858c] = "\xcc\x50", [0x858d] = "\xcc\x51", [0x858e] = "\xcc\x52", + [0x858f] = "\xcc\x53", [0x8590] = "\xcc\x54", [0x8591] = "\xc4\xa2", + [0x8592] = "\xcc\x55", [0x8593] = "\xcc\x56", [0x8594] = "\xcc\x57", + [0x8595] = "\xcc\x58", [0x8596] = "\xde\xc1", [0x8597] = "\xcc\x59", + [0x8598] = "\xcc\x5a", [0x8599] = "\xcc\x5b", [0x859a] = "\xcc\x5c", + [0x859b] = "\xcc\x5d", [0x859c] = "\xcc\x5e", [0x859d] = "\xcc\x5f", + [0x859e] = "\xcc\x60", [0x859f] = "\xcc\x61", [0x85a0] = "\xcc\x62", + [0x85a1] = "\xcc\x63", [0x85a2] = "\xcc\x64", [0x85a3] = "\xcc\x65", + [0x85a4] = "\xcc\x66", [0x85a5] = "\xcc\x67", [0x85a6] = "\xcc\x68", + [0x85a7] = "\xde\xbe", [0x85a8] = "\xcc\x69", [0x85a9] = "\xde\xc0", + [0x85aa] = "\xcc\x6a", [0x85ab] = "\xcc\x6b", [0x85ac] = "\xcc\x6c", + [0x85ad] = "\xcc\x6d", [0x85ae] = "\xcc\x6e", [0x85af] = "\xcc\x6f", + [0x85b0] = "\xcc\x70", [0x85b1] = "\xcc\x71", [0x85b2] = "\xcc\x72", + [0x85b3] = "\xcc\x73", [0x85b4] = "\xcc\x74", [0x85b5] = "\xcc\x75", + [0x85b6] = "\xcc\x76", [0x85b7] = "\xcc\x77", [0x85b8] = "\xd5\xba", + [0x85b9] = "\xcc\x78", [0x85ba] = "\xcc\x79", [0x85bb] = "\xcc\x7a", + [0x85bc] = "\xde\xc2", [0x85bd] = "\xcc\x7b", [0x85be] = "\xcc\x7c", + [0x85bf] = "\xcc\x7d", [0x85c0] = "\xcc\x7e", [0x85c1] = "\xcc\x80", + [0x85c2] = "\xcc\x81", [0x85c3] = "\xcc\x82", [0x85c4] = "\xcc\x83", + [0x85c5] = "\xcc\x84", [0x85c6] = "\xcc\x85", [0x85c7] = "\xcc\x86", + [0x85c8] = "\xcc\x87", [0x85c9] = "\xcc\x88", [0x85ca] = "\xcc\x89", + [0x85cb] = "\xcc\x8a", [0x85cc] = "\xcc\x8b", [0x85cd] = "\xf2\xae", + [0x85ce] = "\xbb\xa2", [0x85cf] = "\xc2\xb2", [0x85d0] = "\xc5\xb0", + [0x85d1] = "\xc2\xc7", [0x85d2] = "\xcc\x8c", [0x85d3] = "\xcc\x8d", + [0x85d4] = "\xf2\xaf", [0x85d5] = "\xcc\x8e", [0x85d6] = "\xcc\x8f", + [0x85d7] = "\xcc\x90", [0x85d8] = "\xcc\x91", [0x85d9] = "\xcc\x92", + [0x85da] = "\xd0\xe9", [0x85db] = "\xcc\x93", [0x85dc] = "\xcc\x94", + [0x85dd] = "\xcc\x95", [0x85de] = "\xd3\xdd", [0x85df] = "\xcc\x96", + [0x85e0] = "\xcc\x97", [0x85e1] = "\xcc\x98", [0x85e2] = "\xeb\xbd", + [0x85e3] = "\xcc\x99", [0x85e4] = "\xcc\x9a", [0x85e5] = "\xcc\x9b", + [0x85e6] = "\xcc\x9c", [0x85e7] = "\xcc\x9d", [0x85e8] = "\xcc\x9e", + [0x85e9] = "\xcc\x9f", [0x85ea] = "\xcc\xa0", [0x85eb] = "\xb3\xe6", + [0x85ec] = "\xf2\xb0", [0x85ed] = "\xcd\x40", [0x85ee] = "\xf2\xb1", + [0x85ef] = "\xcd\x41", [0x85f0] = "\xcd\x42", [0x85f1] = "\xca\xad", + [0x85f2] = "\xcd\x43", [0x85f3] = "\xcd\x44", [0x85f4] = "\xcd\x45", + [0x85f5] = "\xcd\x46", [0x85f6] = "\xcd\x47", [0x85f7] = "\xcd\x48", + [0x85f8] = "\xcd\x49", [0x85f9] = "\xba\xe7", [0x85fa] = "\xf2\xb3", + [0x85fb] = "\xf2\xb5", [0x85fc] = "\xf2\xb4", [0x85fd] = "\xcb\xe4", + [0x85fe] = "\xcf\xba", [0x85ff] = "\xf2\xb2", [0x8600] = "\xca\xb4", + [0x8601] = "\xd2\xcf", [0x8602] = "\xc2\xec", [0x8603] = "\xcd\x4a", + [0x8604] = "\xcd\x4b", [0x8605] = "\xcd\x4c", [0x8606] = "\xcd\x4d", + [0x8607] = "\xcd\x4e", [0x8608] = "\xcd\x4f", [0x8609] = "\xcd\x50", + [0x860a] = "\xce\xc3", [0x860b] = "\xf2\xb8", [0x860c] = "\xb0\xf6", + [0x860d] = "\xf2\xb7", [0x860e] = "\xcd\x51", [0x860f] = "\xcd\x52", + [0x8610] = "\xcd\x53", [0x8611] = "\xcd\x54", [0x8612] = "\xcd\x55", + [0x8613] = "\xf2\xbe", [0x8614] = "\xcd\x56", [0x8615] = "\xb2\xcf", + [0x8616] = "\xcd\x57", [0x8617] = "\xcd\x58", [0x8618] = "\xcd\x59", + [0x8619] = "\xcd\x5a", [0x861a] = "\xcd\x5b", [0x861b] = "\xcd\x5c", + [0x861c] = "\xd1\xc1", [0x861d] = "\xf2\xba", [0x861e] = "\xcd\x5d", + [0x861f] = "\xcd\x5e", [0x8620] = "\xcd\x5f", [0x8621] = "\xcd\x60", + [0x8622] = "\xcd\x61", [0x8623] = "\xf2\xbc", [0x8624] = "\xd4\xe9", + [0x8625] = "\xcd\x62", [0x8626] = "\xcd\x63", [0x8627] = "\xf2\xbb", + [0x8628] = "\xf2\xb6", [0x8629] = "\xf2\xbf", [0x862a] = "\xf2\xbd", + [0x862b] = "\xcd\x64", [0x862c] = "\xf2\xb9", [0x862d] = "\xcd\x65", + [0x862e] = "\xcd\x66", [0x862f] = "\xf2\xc7", [0x8630] = "\xf2\xc4", + [0x8631] = "\xf2\xc6", [0x8632] = "\xcd\x67", [0x8633] = "\xcd\x68", + [0x8634] = "\xf2\xca", [0x8635] = "\xf2\xc2", [0x8636] = "\xf2\xc0", + [0x8637] = "\xcd\x69", [0x8638] = "\xcd\x6a", [0x8639] = "\xcd\x6b", + [0x863a] = "\xf2\xc5", [0x863b] = "\xcd\x6c", [0x863c] = "\xcd\x6d", + [0x863d] = "\xcd\x6e", [0x863e] = "\xcd\x6f", [0x863f] = "\xcd\x70", + [0x8640] = "\xd6\xfb", [0x8641] = "\xcd\x71", [0x8642] = "\xcd\x72", + [0x8643] = "\xcd\x73", [0x8644] = "\xf2\xc1", [0x8645] = "\xcd\x74", + [0x8646] = "\xc7\xf9", [0x8647] = "\xc9\xdf", [0x8648] = "\xcd\x75", + [0x8649] = "\xf2\xc8", [0x864a] = "\xb9\xc6", [0x864b] = "\xb5\xb0", + [0x864c] = "\xcd\x76", [0x864d] = "\xcd\x77", [0x864e] = "\xf2\xc3", + [0x864f] = "\xf2\xc9", [0x8650] = "\xf2\xd0", [0x8651] = "\xf2\xd6", + [0x8652] = "\xcd\x78", [0x8653] = "\xcd\x79", [0x8654] = "\xbb\xd7", + [0x8655] = "\xcd\x7a", [0x8656] = "\xcd\x7b", [0x8657] = "\xcd\x7c", + [0x8658] = "\xf2\xd5", [0x8659] = "\xcd\xdc", [0x865a] = "\xcd\x7d", + [0x865b] = "\xd6\xeb", [0x865c] = "\xcd\x7e", [0x865d] = "\xcd\x80", + [0x865e] = "\xf2\xd2", [0x865f] = "\xf2\xd4", [0x8660] = "\xcd\x81", + [0x8661] = "\xcd\x82", [0x8662] = "\xcd\x83", [0x8663] = "\xcd\x84", + [0x8664] = "\xb8\xf2", [0x8665] = "\xcd\x85", [0x8666] = "\xcd\x86", + [0x8667] = "\xcd\x87", [0x8668] = "\xcd\x88", [0x8669] = "\xf2\xcb", + [0x866a] = "\xcd\x89", [0x866b] = "\xcd\x8a", [0x866c] = "\xcd\x8b", + [0x866d] = "\xf2\xce", [0x866e] = "\xc2\xf9", [0x866f] = "\xcd\x8c", + [0x8670] = "\xd5\xdd", [0x8671] = "\xf2\xcc", [0x8672] = "\xf2\xcd", + [0x8673] = "\xf2\xcf", [0x8674] = "\xf2\xd3", [0x8675] = "\xcd\x8d", + [0x8676] = "\xcd\x8e", [0x8677] = "\xcd\x8f", [0x8678] = "\xf2\xd9", + [0x8679] = "\xd3\xbc", [0x867a] = "\xcd\x90", [0x867b] = "\xcd\x91", + [0x867c] = "\xcd\x92", [0x867d] = "\xcd\x93", [0x867e] = "\xb6\xea", + [0x867f] = "\xcd\x94", [0x8680] = "\xca\xf1", [0x8681] = "\xcd\x95", + [0x8682] = "\xb7\xe4", [0x8683] = "\xf2\xd7", [0x8684] = "\xcd\x96", + [0x8685] = "\xcd\x97", [0x8686] = "\xcd\x98", [0x8687] = "\xf2\xd8", + [0x8688] = "\xf2\xda", [0x8689] = "\xf2\xdd", [0x868a] = "\xf2\xdb", + [0x868b] = "\xcd\x99", [0x868c] = "\xcd\x9a", [0x868d] = "\xf2\xdc", + [0x868e] = "\xcd\x9b", [0x868f] = "\xcd\x9c", [0x8690] = "\xcd\x9d", + [0x8691] = "\xcd\x9e", [0x8692] = "\xd1\xd1", [0x8693] = "\xf2\xd1", + [0x8694] = "\xcd\x9f", [0x8695] = "\xcd\xc9", [0x8696] = "\xcd\xa0", + [0x8697] = "\xce\xcf", [0x8698] = "\xd6\xa9", [0x8699] = "\xce\x40", + [0x869a] = "\xf2\xe3", [0x869b] = "\xce\x41", [0x869c] = "\xc3\xdb", + [0x869d] = "\xce\x42", [0x869e] = "\xf2\xe0", [0x869f] = "\xce\x43", + [0x86a0] = "\xce\x44", [0x86a1] = "\xc0\xaf", [0x86a2] = "\xf2\xec", + [0x86a3] = "\xf2\xde", [0x86a4] = "\xce\x45", [0x86a5] = "\xf2\xe1", + [0x86a6] = "\xce\x46", [0x86a7] = "\xce\x47", [0x86a8] = "\xce\x48", + [0x86a9] = "\xf2\xe8", [0x86aa] = "\xce\x49", [0x86ab] = "\xce\x4a", + [0x86ac] = "\xce\x4b", [0x86ad] = "\xce\x4c", [0x86ae] = "\xf2\xe2", + [0x86af] = "\xce\x4d", [0x86b0] = "\xce\x4e", [0x86b1] = "\xf2\xe7", + [0x86b2] = "\xce\x4f", [0x86b3] = "\xce\x50", [0x86b4] = "\xf2\xe6", + [0x86b5] = "\xce\x51", [0x86b6] = "\xce\x52", [0x86b7] = "\xf2\xe9", + [0x86b8] = "\xce\x53", [0x86b9] = "\xce\x54", [0x86ba] = "\xce\x55", + [0x86bb] = "\xf2\xdf", [0x86bc] = "\xce\x56", [0x86bd] = "\xce\x57", + [0x86be] = "\xf2\xe4", [0x86bf] = "\xf2\xea", [0x86c0] = "\xce\x58", + [0x86c1] = "\xce\x59", [0x86c2] = "\xce\x5a", [0x86c3] = "\xce\x5b", + [0x86c4] = "\xce\x5c", [0x86c5] = "\xce\x5d", [0x86c6] = "\xce\x5e", + [0x86c7] = "\xd3\xac", [0x86c8] = "\xf2\xe5", [0x86c9] = "\xb2\xf5", + [0x86ca] = "\xce\x5f", [0x86cb] = "\xce\x60", [0x86cc] = "\xf2\xf2", + [0x86cd] = "\xce\x61", [0x86ce] = "\xd0\xab", [0x86cf] = "\xce\x62", + [0x86d0] = "\xce\x63", [0x86d1] = "\xce\x64", [0x86d2] = "\xce\x65", + [0x86d3] = "\xf2\xf5", [0x86d4] = "\xce\x66", [0x86d5] = "\xce\x67", + [0x86d6] = "\xce\x68", [0x86d7] = "\xbb\xc8", [0x86d8] = "\xce\x69", + [0x86d9] = "\xf2\xf9", [0x86da] = "\xce\x6a", [0x86db] = "\xce\x6b", + [0x86dc] = "\xce\x6c", [0x86dd] = "\xce\x6d", [0x86de] = "\xce\x6e", + [0x86df] = "\xce\x6f", [0x86e0] = "\xf2\xf0", [0x86e1] = "\xce\x70", + [0x86e2] = "\xce\x71", [0x86e3] = "\xf2\xf6", [0x86e4] = "\xf2\xf8", + [0x86e5] = "\xf2\xfa", [0x86e6] = "\xce\x72", [0x86e7] = "\xce\x73", + [0x86e8] = "\xce\x74", [0x86e9] = "\xce\x75", [0x86ea] = "\xce\x76", + [0x86eb] = "\xce\x77", [0x86ec] = "\xce\x78", [0x86ed] = "\xce\x79", + [0x86ee] = "\xf2\xf3", [0x86ef] = "\xce\x7a", [0x86f0] = "\xf2\xf1", + [0x86f1] = "\xce\x7b", [0x86f2] = "\xce\x7c", [0x86f3] = "\xce\x7d", + [0x86f4] = "\xba\xfb", [0x86f5] = "\xce\x7e", [0x86f6] = "\xb5\xfb", + [0x86f7] = "\xce\x80", [0x86f8] = "\xce\x81", [0x86f9] = "\xce\x82", + [0x86fa] = "\xce\x83", [0x86fb] = "\xf2\xef", [0x86fc] = "\xf2\xf7", + [0x86fd] = "\xf2\xed", [0x86fe] = "\xf2\xee", [0x86ff] = "\xce\x84", + [0x8700] = "\xce\x85", [0x8701] = "\xce\x86", [0x8702] = "\xf2\xeb", + [0x8703] = "\xf3\xa6", [0x8704] = "\xce\x87", [0x8705] = "\xf3\xa3", + [0x8706] = "\xce\x88", [0x8707] = "\xce\x89", [0x8708] = "\xf3\xa2", + [0x8709] = "\xce\x8a", [0x870a] = "\xce\x8b", [0x870b] = "\xf2\xf4", + [0x870c] = "\xce\x8c", [0x870d] = "\xc8\xda", [0x870e] = "\xce\x8d", + [0x870f] = "\xce\x8e", [0x8710] = "\xce\x8f", [0x8711] = "\xce\x90", + [0x8712] = "\xce\x91", [0x8713] = "\xf2\xfb", [0x8714] = "\xce\x92", + [0x8715] = "\xce\x93", [0x8716] = "\xce\x94", [0x8717] = "\xf3\xa5", + [0x8718] = "\xce\x95", [0x8719] = "\xce\x96", [0x871a] = "\xce\x97", + [0x871b] = "\xce\x98", [0x871c] = "\xce\x99", [0x871d] = "\xce\x9a", + [0x871e] = "\xce\x9b", [0x871f] = "\xc3\xf8", [0x8720] = "\xce\x9c", + [0x8721] = "\xce\x9d", [0x8722] = "\xce\x9e", [0x8723] = "\xce\x9f", + [0x8724] = "\xce\xa0", [0x8725] = "\xcf\x40", [0x8726] = "\xcf\x41", + [0x8727] = "\xcf\x42", [0x8728] = "\xf2\xfd", [0x8729] = "\xcf\x43", + [0x872a] = "\xcf\x44", [0x872b] = "\xf3\xa7", [0x872c] = "\xf3\xa9", + [0x872d] = "\xf3\xa4", [0x872e] = "\xcf\x45", [0x872f] = "\xf2\xfc", + [0x8730] = "\xcf\x46", [0x8731] = "\xcf\x47", [0x8732] = "\xcf\x48", + [0x8733] = "\xf3\xab", [0x8734] = "\xcf\x49", [0x8735] = "\xf3\xaa", + [0x8736] = "\xcf\x4a", [0x8737] = "\xcf\x4b", [0x8738] = "\xcf\x4c", + [0x8739] = "\xcf\x4d", [0x873a] = "\xc2\xdd", [0x873b] = "\xcf\x4e", + [0x873c] = "\xcf\x4f", [0x873d] = "\xf3\xae", [0x873e] = "\xcf\x50", + [0x873f] = "\xcf\x51", [0x8740] = "\xf3\xb0", [0x8741] = "\xcf\x52", + [0x8742] = "\xcf\x53", [0x8743] = "\xcf\x54", [0x8744] = "\xcf\x55", + [0x8745] = "\xcf\x56", [0x8746] = "\xf3\xa1", [0x8747] = "\xcf\x57", + [0x8748] = "\xcf\x58", [0x8749] = "\xcf\x59", [0x874a] = "\xf3\xb1", + [0x874b] = "\xf3\xac", [0x874c] = "\xcf\x5a", [0x874d] = "\xcf\x5b", + [0x874e] = "\xcf\x5c", [0x874f] = "\xcf\x5d", [0x8750] = "\xcf\x5e", + [0x8751] = "\xf3\xaf", [0x8752] = "\xf2\xfe", [0x8753] = "\xf3\xad", + [0x8754] = "\xcf\x5f", [0x8755] = "\xcf\x60", [0x8756] = "\xcf\x61", + [0x8757] = "\xcf\x62", [0x8758] = "\xcf\x63", [0x8759] = "\xcf\x64", + [0x875a] = "\xcf\x65", [0x875b] = "\xf3\xb2", [0x875c] = "\xcf\x66", + [0x875d] = "\xcf\x67", [0x875e] = "\xcf\x68", [0x875f] = "\xcf\x69", + [0x8760] = "\xf3\xb4", [0x8761] = "\xcf\x6a", [0x8762] = "\xcf\x6b", + [0x8763] = "\xcf\x6c", [0x8764] = "\xcf\x6d", [0x8765] = "\xf3\xa8", + [0x8766] = "\xcf\x6e", [0x8767] = "\xcf\x6f", [0x8768] = "\xcf\x70", + [0x8769] = "\xcf\x71", [0x876a] = "\xf3\xb3", [0x876b] = "\xcf\x72", + [0x876c] = "\xcf\x73", [0x876d] = "\xcf\x74", [0x876e] = "\xf3\xb5", + [0x876f] = "\xcf\x75", [0x8770] = "\xcf\x76", [0x8771] = "\xcf\x77", + [0x8772] = "\xcf\x78", [0x8773] = "\xcf\x79", [0x8774] = "\xcf\x7a", + [0x8775] = "\xcf\x7b", [0x8776] = "\xcf\x7c", [0x8777] = "\xcf\x7d", + [0x8778] = "\xcf\x7e", [0x8779] = "\xd0\xb7", [0x877a] = "\xcf\x80", + [0x877b] = "\xcf\x81", [0x877c] = "\xcf\x82", [0x877d] = "\xcf\x83", + [0x877e] = "\xf3\xb8", [0x877f] = "\xcf\x84", [0x8780] = "\xcf\x85", + [0x8781] = "\xcf\x86", [0x8782] = "\xcf\x87", [0x8783] = "\xd9\xf9", + [0x8784] = "\xcf\x88", [0x8785] = "\xcf\x89", [0x8786] = "\xcf\x8a", + [0x8787] = "\xcf\x8b", [0x8788] = "\xcf\x8c", [0x8789] = "\xcf\x8d", + [0x878a] = "\xf3\xb9", [0x878b] = "\xcf\x8e", [0x878c] = "\xcf\x8f", + [0x878d] = "\xcf\x90", [0x878e] = "\xcf\x91", [0x878f] = "\xcf\x92", + [0x8790] = "\xcf\x93", [0x8791] = "\xcf\x94", [0x8792] = "\xcf\x95", + [0x8793] = "\xf3\xb7", [0x8794] = "\xcf\x96", [0x8795] = "\xc8\xe4", + [0x8796] = "\xf3\xb6", [0x8797] = "\xcf\x97", [0x8798] = "\xcf\x98", + [0x8799] = "\xcf\x99", [0x879a] = "\xcf\x9a", [0x879b] = "\xf3\xba", + [0x879c] = "\xcf\x9b", [0x879d] = "\xcf\x9c", [0x879e] = "\xcf\x9d", + [0x879f] = "\xcf\x9e", [0x87a0] = "\xcf\x9f", [0x87a1] = "\xf3\xbb", + [0x87a2] = "\xb4\xc0", [0x87a3] = "\xcf\xa0", [0x87a4] = "\xd0\x40", + [0x87a5] = "\xd0\x41", [0x87a6] = "\xd0\x42", [0x87a7] = "\xd0\x43", + [0x87a8] = "\xd0\x44", [0x87a9] = "\xd0\x45", [0x87aa] = "\xd0\x46", + [0x87ab] = "\xd0\x47", [0x87ac] = "\xd0\x48", [0x87ad] = "\xd0\x49", + [0x87ae] = "\xd0\x4a", [0x87af] = "\xd0\x4b", [0x87b0] = "\xd0\x4c", + [0x87b1] = "\xd0\x4d", [0x87b2] = "\xee\xc3", [0x87b3] = "\xd0\x4e", + [0x87b4] = "\xd0\x4f", [0x87b5] = "\xd0\x50", [0x87b6] = "\xd0\x51", + [0x87b7] = "\xd0\x52", [0x87b8] = "\xd0\x53", [0x87b9] = "\xf3\xbc", + [0x87ba] = "\xd0\x54", [0x87bb] = "\xd0\x55", [0x87bc] = "\xf3\xbd", + [0x87bd] = "\xd0\x56", [0x87be] = "\xd0\x57", [0x87bf] = "\xd0\x58", + [0x87c0] = "\xd1\xaa", [0x87c1] = "\xd0\x59", [0x87c2] = "\xd0\x5a", + [0x87c3] = "\xd0\x5b", [0x87c4] = "\xf4\xac", [0x87c5] = "\xd0\xc6", + [0x87c6] = "\xd0\x5c", [0x87c7] = "\xd0\x5d", [0x87c8] = "\xd0\x5e", + [0x87c9] = "\xd0\x5f", [0x87ca] = "\xd0\x60", [0x87cb] = "\xd0\x61", + [0x87cc] = "\xd0\xd0", [0x87cd] = "\xd1\xdc", [0x87ce] = "\xd0\x62", + [0x87cf] = "\xd0\x63", [0x87d0] = "\xd0\x64", [0x87d1] = "\xd0\x65", + [0x87d2] = "\xd0\x66", [0x87d3] = "\xd0\x67", [0x87d4] = "\xcf\xce", + [0x87d5] = "\xd0\x68", [0x87d6] = "\xd0\x69", [0x87d7] = "\xbd\xd6", + [0x87d8] = "\xd0\x6a", [0x87d9] = "\xd1\xc3", [0x87da] = "\xd0\x6b", + [0x87db] = "\xd0\x6c", [0x87dc] = "\xd0\x6d", [0x87dd] = "\xd0\x6e", + [0x87de] = "\xd0\x6f", [0x87df] = "\xd0\x70", [0x87e0] = "\xd0\x71", + [0x87e1] = "\xba\xe2", [0x87e2] = "\xe1\xe9", [0x87e3] = "\xd2\xc2", + [0x87e4] = "\xf1\xc2", [0x87e5] = "\xb2\xb9", [0x87e6] = "\xd0\x72", + [0x87e7] = "\xd0\x73", [0x87e8] = "\xb1\xed", [0x87e9] = "\xf1\xc3", + [0x87ea] = "\xd0\x74", [0x87eb] = "\xc9\xc0", [0x87ec] = "\xb3\xc4", + [0x87ed] = "\xd0\x75", [0x87ee] = "\xd9\xf2", [0x87ef] = "\xd0\x76", + [0x87f0] = "\xcb\xa5", [0x87f1] = "\xd0\x77", [0x87f2] = "\xf1\xc4", + [0x87f3] = "\xd0\x78", [0x87f4] = "\xd0\x79", [0x87f5] = "\xd0\x7a", + [0x87f6] = "\xd0\x7b", [0x87f7] = "\xd6\xd4", [0x87f8] = "\xd0\x7c", + [0x87f9] = "\xd0\x7d", [0x87fa] = "\xd0\x7e", [0x87fb] = "\xd0\x80", + [0x87fc] = "\xd0\x81", [0x87fd] = "\xf1\xc5", [0x87fe] = "\xf4\xc0", + [0x87ff] = "\xf1\xc6", [0x8800] = "\xd0\x82", [0x8801] = "\xd4\xac", + [0x8802] = "\xf1\xc7", [0x8803] = "\xd0\x83", [0x8804] = "\xb0\xc0", + [0x8805] = "\xf4\xc1", [0x8806] = "\xd0\x84", [0x8807] = "\xd0\x85", + [0x8808] = "\xf4\xc2", [0x8809] = "\xd0\x86", [0x880a] = "\xd0\x87", + [0x880b] = "\xb4\xfc", [0x880c] = "\xd0\x88", [0x880d] = "\xc5\xdb", + [0x880e] = "\xd0\x89", [0x880f] = "\xd0\x8a", [0x8810] = "\xd0\x8b", + [0x8811] = "\xd0\x8c", [0x8812] = "\xcc\xbb", [0x8813] = "\xd0\x8d", + [0x8814] = "\xd0\x8e", [0x8815] = "\xd0\x8f", [0x8816] = "\xd0\xe4", + [0x8817] = "\xd0\x90", [0x8818] = "\xd0\x91", [0x8819] = "\xd0\x92", + [0x881a] = "\xd0\x93", [0x881b] = "\xd0\x94", [0x881c] = "\xcd\xe0", + [0x881d] = "\xd0\x95", [0x881e] = "\xd0\x96", [0x881f] = "\xd0\x97", + [0x8820] = "\xd0\x98", [0x8821] = "\xd0\x99", [0x8822] = "\xf1\xc8", + [0x8823] = "\xd0\x9a", [0x8824] = "\xd9\xf3", [0x8825] = "\xd0\x9b", + [0x8826] = "\xd0\x9c", [0x8827] = "\xd0\x9d", [0x8828] = "\xd0\x9e", + [0x8829] = "\xd0\x9f", [0x882a] = "\xd0\xa0", [0x882b] = "\xb1\xbb", + [0x882c] = "\xd1\x40", [0x882d] = "\xcf\xae", [0x882e] = "\xd1\x41", + [0x882f] = "\xd1\x42", [0x8830] = "\xd1\x43", [0x8831] = "\xb8\xa4", + [0x8832] = "\xd1\x44", [0x8833] = "\xd1\x45", [0x8834] = "\xd1\x46", + [0x8835] = "\xd1\x47", [0x8836] = "\xd1\x48", [0x8837] = "\xf1\xca", + [0x8838] = "\xd1\x49", [0x8839] = "\xd1\x4a", [0x883a] = "\xd1\x4b", + [0x883b] = "\xd1\x4c", [0x883c] = "\xf1\xcb", [0x883d] = "\xd1\x4d", + [0x883e] = "\xd1\x4e", [0x883f] = "\xd1\x4f", [0x8840] = "\xd1\x50", + [0x8841] = "\xb2\xc3", [0x8842] = "\xc1\xd1", [0x8843] = "\xd1\x51", + [0x8844] = "\xd1\x52", [0x8845] = "\xd7\xb0", [0x8846] = "\xf1\xc9", + [0x8847] = "\xd1\x53", [0x8848] = "\xd1\x54", [0x8849] = "\xf1\xcc", + [0x884a] = "\xd1\x55", [0x884b] = "\xd1\x56", [0x884c] = "\xd1\x57", + [0x884d] = "\xd1\x58", [0x884e] = "\xf1\xce", [0x884f] = "\xd1\x59", + [0x8850] = "\xd1\x5a", [0x8851] = "\xd1\x5b", [0x8852] = "\xd9\xf6", + [0x8853] = "\xd1\x5c", [0x8854] = "\xd2\xe1", [0x8855] = "\xd4\xa3", + [0x8856] = "\xd1\x5d", [0x8857] = "\xd1\x5e", [0x8858] = "\xf4\xc3", + [0x8859] = "\xc8\xb9", [0x885a] = "\xd1\x5f", [0x885b] = "\xd1\x60", + [0x885c] = "\xd1\x61", [0x885d] = "\xd1\x62", [0x885e] = "\xd1\x63", + [0x885f] = "\xf4\xc4", [0x8860] = "\xd1\x64", [0x8861] = "\xd1\x65", + [0x8862] = "\xf1\xcd", [0x8863] = "\xf1\xcf", [0x8864] = "\xbf\xe3", + [0x8865] = "\xf1\xd0", [0x8866] = "\xd1\x66", [0x8867] = "\xd1\x67", + [0x8868] = "\xf1\xd4", [0x8869] = "\xd1\x68", [0x886a] = "\xd1\x69", + [0x886b] = "\xd1\x6a", [0x886c] = "\xd1\x6b", [0x886d] = "\xd1\x6c", + [0x886e] = "\xd1\x6d", [0x886f] = "\xd1\x6e", [0x8870] = "\xf1\xd6", + [0x8871] = "\xf1\xd1", [0x8872] = "\xd1\x6f", [0x8873] = "\xc9\xd1", + [0x8874] = "\xc5\xe1", [0x8875] = "\xd1\x70", [0x8876] = "\xd1\x71", + [0x8877] = "\xd1\x72", [0x8878] = "\xc2\xe3", [0x8879] = "\xb9\xfc", + [0x887a] = "\xd1\x73", [0x887b] = "\xd1\x74", [0x887c] = "\xf1\xd3", + [0x887d] = "\xd1\x75", [0x887e] = "\xf1\xd5", [0x887f] = "\xd1\x76", + [0x8880] = "\xd1\x77", [0x8881] = "\xd1\x78", [0x8882] = "\xb9\xd3", + [0x8883] = "\xd1\x79", [0x8884] = "\xd1\x7a", [0x8885] = "\xd1\x7b", + [0x8886] = "\xd1\x7c", [0x8887] = "\xd1\x7d", [0x8888] = "\xd1\x7e", + [0x8889] = "\xd1\x80", [0x888a] = "\xf1\xdb", [0x888b] = "\xd1\x81", + [0x888c] = "\xd1\x82", [0x888d] = "\xd1\x83", [0x888e] = "\xd1\x84", + [0x888f] = "\xd1\x85", [0x8890] = "\xba\xd6", [0x8891] = "\xd1\x86", + [0x8892] = "\xb0\xfd", [0x8893] = "\xf1\xd9", [0x8894] = "\xd1\x87", + [0x8895] = "\xd1\x88", [0x8896] = "\xd1\x89", [0x8897] = "\xd1\x8a", + [0x8898] = "\xd1\x8b", [0x8899] = "\xf1\xd8", [0x889a] = "\xf1\xd2", + [0x889b] = "\xf1\xda", [0x889c] = "\xd1\x8c", [0x889d] = "\xd1\x8d", + [0x889e] = "\xd1\x8e", [0x889f] = "\xd1\x8f", [0x88a0] = "\xd1\x90", + [0x88a1] = "\xf1\xd7", [0x88a2] = "\xd1\x91", [0x88a3] = "\xd1\x92", + [0x88a4] = "\xd1\x93", [0x88a5] = "\xc8\xec", [0x88a6] = "\xd1\x94", + [0x88a7] = "\xd1\x95", [0x88a8] = "\xd1\x96", [0x88a9] = "\xd1\x97", + [0x88aa] = "\xcd\xca", [0x88ab] = "\xf1\xdd", [0x88ac] = "\xd1\x98", + [0x88ad] = "\xd1\x99", [0x88ae] = "\xd1\x9a", [0x88af] = "\xd1\x9b", + [0x88b0] = "\xe5\xbd", [0x88b1] = "\xd1\x9c", [0x88b2] = "\xd1\x9d", + [0x88b3] = "\xd1\x9e", [0x88b4] = "\xf1\xdc", [0x88b5] = "\xd1\x9f", + [0x88b6] = "\xf1\xde", [0x88b7] = "\xd1\xa0", [0x88b8] = "\xd2\x40", + [0x88b9] = "\xd2\x41", [0x88ba] = "\xd2\x42", [0x88bb] = "\xd2\x43", + [0x88bc] = "\xd2\x44", [0x88bd] = "\xd2\x45", [0x88be] = "\xd2\x46", + [0x88bf] = "\xd2\x47", [0x88c0] = "\xd2\x48", [0x88c1] = "\xf1\xdf", + [0x88c2] = "\xd2\x49", [0x88c3] = "\xd2\x4a", [0x88c4] = "\xcf\xe5", + [0x88c5] = "\xd2\x4b", [0x88c6] = "\xd2\x4c", [0x88c7] = "\xd2\x4d", + [0x88c8] = "\xd2\x4e", [0x88c9] = "\xd2\x4f", [0x88ca] = "\xd2\x50", + [0x88cb] = "\xd2\x51", [0x88cc] = "\xd2\x52", [0x88cd] = "\xd2\x53", + [0x88ce] = "\xd2\x54", [0x88cf] = "\xd2\x55", [0x88d0] = "\xd2\x56", + [0x88d1] = "\xd2\x57", [0x88d2] = "\xd2\x58", [0x88d3] = "\xd2\x59", + [0x88d4] = "\xd2\x5a", [0x88d5] = "\xd2\x5b", [0x88d6] = "\xd2\x5c", + [0x88d7] = "\xd2\x5d", [0x88d8] = "\xd2\x5e", [0x88d9] = "\xd2\x5f", + [0x88da] = "\xd2\x60", [0x88db] = "\xd2\x61", [0x88dc] = "\xd2\x62", + [0x88dd] = "\xd2\x63", [0x88de] = "\xf4\xc5", [0x88df] = "\xbd\xf3", + [0x88e0] = "\xd2\x64", [0x88e1] = "\xd2\x65", [0x88e2] = "\xd2\x66", + [0x88e3] = "\xd2\x67", [0x88e4] = "\xd2\x68", [0x88e5] = "\xd2\x69", + [0x88e6] = "\xf1\xe0", [0x88e7] = "\xd2\x6a", [0x88e8] = "\xd2\x6b", + [0x88e9] = "\xd2\x6c", [0x88ea] = "\xd2\x6d", [0x88eb] = "\xd2\x6e", + [0x88ec] = "\xd2\x6f", [0x88ed] = "\xd2\x70", [0x88ee] = "\xd2\x71", + [0x88ef] = "\xd2\x72", [0x88f0] = "\xd2\x73", [0x88f1] = "\xd2\x74", + [0x88f2] = "\xd2\x75", [0x88f3] = "\xd2\x76", [0x88f4] = "\xd2\x77", + [0x88f5] = "\xd2\x78", [0x88f6] = "\xd2\x79", [0x88f7] = "\xd2\x7a", + [0x88f8] = "\xd2\x7b", [0x88f9] = "\xd2\x7c", [0x88fa] = "\xd2\x7d", + [0x88fb] = "\xf1\xe1", [0x88fc] = "\xd2\x7e", [0x88fd] = "\xd2\x80", + [0x88fe] = "\xd2\x81", [0x88ff] = "\xce\xf7", [0x8900] = "\xd2\x82", + [0x8901] = "\xd2\xaa", [0x8902] = "\xd2\x83", [0x8903] = "\xf1\xfb", + [0x8904] = "\xd2\x84", [0x8905] = "\xd2\x85", [0x8906] = "\xb8\xb2", + [0x8907] = "\xd2\x86", [0x8908] = "\xd2\x87", [0x8909] = "\xd2\x88", + [0x890a] = "\xd2\x89", [0x890b] = "\xd2\x8a", [0x890c] = "\xd2\x8b", + [0x890d] = "\xd2\x8c", [0x890e] = "\xd2\x8d", [0x890f] = "\xd2\x8e", + [0x8910] = "\xd2\x8f", [0x8911] = "\xd2\x90", [0x8912] = "\xd2\x91", + [0x8913] = "\xd2\x92", [0x8914] = "\xd2\x93", [0x8915] = "\xd2\x94", + [0x8916] = "\xd2\x95", [0x8917] = "\xd2\x96", [0x8918] = "\xd2\x97", + [0x8919] = "\xd2\x98", [0x891a] = "\xd2\x99", [0x891b] = "\xd2\x9a", + [0x891c] = "\xd2\x9b", [0x891d] = "\xd2\x9c", [0x891e] = "\xd2\x9d", + [0x891f] = "\xd2\x9e", [0x8920] = "\xd2\x9f", [0x8921] = "\xd2\xa0", + [0x8922] = "\xd3\x40", [0x8923] = "\xd3\x41", [0x8924] = "\xd3\x42", + [0x8925] = "\xd3\x43", [0x8926] = "\xd3\x44", [0x8927] = "\xd3\x45", + [0x8928] = "\xd3\x46", [0x8929] = "\xd3\x47", [0x892a] = "\xd3\x48", + [0x892b] = "\xd3\x49", [0x892c] = "\xd3\x4a", [0x892d] = "\xd3\x4b", + [0x892e] = "\xd3\x4c", [0x892f] = "\xd3\x4d", [0x8930] = "\xd3\x4e", + [0x8931] = "\xd3\x4f", [0x8932] = "\xd3\x50", [0x8933] = "\xd3\x51", + [0x8934] = "\xd3\x52", [0x8935] = "\xd3\x53", [0x8936] = "\xd3\x54", + [0x8937] = "\xd3\x55", [0x8938] = "\xd3\x56", [0x8939] = "\xd3\x57", + [0x893a] = "\xd3\x58", [0x893b] = "\xd3\x59", [0x893c] = "\xd3\x5a", + [0x893d] = "\xd3\x5b", [0x893e] = "\xd3\x5c", [0x893f] = "\xd3\x5d", + [0x8940] = "\xd3\x5e", [0x8941] = "\xbc\xfb", [0x8942] = "\xb9\xdb", + [0x8943] = "\xd3\x5f", [0x8944] = "\xb9\xe6", [0x8945] = "\xc3\xd9", + [0x8946] = "\xca\xd3", [0x8947] = "\xea\xe8", [0x8948] = "\xc0\xc0", + [0x8949] = "\xbe\xf5", [0x894a] = "\xea\xe9", [0x894b] = "\xea\xea", + [0x894c] = "\xea\xeb", [0x894d] = "\xd3\x60", [0x894e] = "\xea\xec", + [0x894f] = "\xea\xed", [0x8950] = "\xea\xee", [0x8951] = "\xea\xef", + [0x8952] = "\xbd\xc7", [0x8953] = "\xd3\x61", [0x8954] = "\xd3\x62", + [0x8955] = "\xd3\x63", [0x8956] = "\xf5\xfb", [0x8957] = "\xd3\x64", + [0x8958] = "\xd3\x65", [0x8959] = "\xd3\x66", [0x895a] = "\xf5\xfd", + [0x895b] = "\xd3\x67", [0x895c] = "\xf5\xfe", [0x895d] = "\xd3\x68", + [0x895e] = "\xf5\xfc", [0x895f] = "\xd3\x69", [0x8960] = "\xd3\x6a", + [0x8961] = "\xd3\x6b", [0x8962] = "\xd3\x6c", [0x8963] = "\xbd\xe2", + [0x8964] = "\xd3\x6d", [0x8965] = "\xf6\xa1", [0x8966] = "\xb4\xa5", + [0x8967] = "\xd3\x6e", [0x8968] = "\xd3\x6f", [0x8969] = "\xd3\x70", + [0x896a] = "\xd3\x71", [0x896b] = "\xf6\xa2", [0x896c] = "\xd3\x72", + [0x896d] = "\xd3\x73", [0x896e] = "\xd3\x74", [0x896f] = "\xf6\xa3", + [0x8970] = "\xd3\x75", [0x8971] = "\xd3\x76", [0x8972] = "\xd3\x77", + [0x8973] = "\xec\xb2", [0x8974] = "\xd3\x78", [0x8975] = "\xd3\x79", + [0x8976] = "\xd3\x7a", [0x8977] = "\xd3\x7b", [0x8978] = "\xd3\x7c", + [0x8979] = "\xd3\x7d", [0x897a] = "\xd3\x7e", [0x897b] = "\xd3\x80", + [0x897c] = "\xd3\x81", [0x897d] = "\xd3\x82", [0x897e] = "\xd3\x83", + [0x897f] = "\xd3\x84", [0x8980] = "\xd1\xd4", [0x8981] = "\xd3\x85", + [0x8982] = "\xd3\x86", [0x8983] = "\xd3\x87", [0x8984] = "\xd3\x88", + [0x8985] = "\xd3\x89", [0x8986] = "\xd3\x8a", [0x8987] = "\xd9\xea", + [0x8988] = "\xd3\x8b", [0x8989] = "\xd3\x8c", [0x898a] = "\xd3\x8d", + [0x898b] = "\xd3\x8e", [0x898c] = "\xd3\x8f", [0x898d] = "\xd3\x90", + [0x898e] = "\xd3\x91", [0x898f] = "\xd3\x92", [0x8990] = "\xd3\x93", + [0x8991] = "\xd3\x94", [0x8992] = "\xd3\x95", [0x8993] = "\xd3\x96", + [0x8994] = "\xd3\x97", [0x8995] = "\xd3\x98", [0x8996] = "\xd3\x99", + [0x8997] = "\xd3\x9a", [0x8998] = "\xd3\x9b", [0x8999] = "\xd3\x9c", + [0x899a] = "\xd3\x9d", [0x899b] = "\xd3\x9e", [0x899c] = "\xd3\x9f", + [0x899d] = "\xd3\xa0", [0x899e] = "\xd4\x40", [0x899f] = "\xd4\x41", + [0x89a0] = "\xd4\x42", [0x89a1] = "\xd4\x43", [0x89a2] = "\xd4\x44", + [0x89a3] = "\xd4\x45", [0x89a4] = "\xd4\x46", [0x89a5] = "\xd4\x47", + [0x89a6] = "\xd4\x48", [0x89a7] = "\xd4\x49", [0x89a8] = "\xd4\x4a", + [0x89a9] = "\xd4\x4b", [0x89aa] = "\xd4\x4c", [0x89ab] = "\xd4\x4d", + [0x89ac] = "\xd4\x4e", [0x89ad] = "\xd4\x4f", [0x89ae] = "\xd4\x50", + [0x89af] = "\xd4\x51", [0x89b0] = "\xd4\x52", [0x89b1] = "\xd4\x53", + [0x89b2] = "\xd4\x54", [0x89b3] = "\xd4\x55", [0x89b4] = "\xd4\x56", + [0x89b5] = "\xd4\x57", [0x89b6] = "\xd4\x58", [0x89b7] = "\xd4\x59", + [0x89b8] = "\xd4\x5a", [0x89b9] = "\xd4\x5b", [0x89ba] = "\xd4\x5c", + [0x89bb] = "\xd4\x5d", [0x89bc] = "\xd4\x5e", [0x89bd] = "\xd4\x5f", + [0x89be] = "\xf6\xa4", [0x89bf] = "\xd4\x60", [0x89c0] = "\xd4\x61", + [0x89c1] = "\xd4\x62", [0x89c2] = "\xd4\x63", [0x89c3] = "\xd4\x64", + [0x89c4] = "\xd4\x65", [0x89c5] = "\xd4\x66", [0x89c6] = "\xd4\x67", + [0x89c7] = "\xd4\x68", [0x89c8] = "\xee\xba", [0x89c9] = "\xd4\x69", + [0x89ca] = "\xd4\x6a", [0x89cb] = "\xd4\x6b", [0x89cc] = "\xd4\x6c", + [0x89cd] = "\xd4\x6d", [0x89ce] = "\xd4\x6e", [0x89cf] = "\xd4\x6f", + [0x89d0] = "\xd4\x70", [0x89d1] = "\xd4\x71", [0x89d2] = "\xd4\x72", + [0x89d3] = "\xd4\x73", [0x89d4] = "\xd4\x74", [0x89d5] = "\xd4\x75", + [0x89d6] = "\xd4\x76", [0x89d7] = "\xd4\x77", [0x89d8] = "\xd4\x78", + [0x89d9] = "\xd4\x79", [0x89da] = "\xd4\x7a", [0x89db] = "\xd4\x7b", + [0x89dc] = "\xd4\x7c", [0x89dd] = "\xd4\x7d", [0x89de] = "\xd4\x7e", + [0x89df] = "\xd4\x80", [0x89e0] = "\xd4\x81", [0x89e1] = "\xd4\x82", + [0x89e2] = "\xd4\x83", [0x89e3] = "\xd4\x84", [0x89e4] = "\xd4\x85", + [0x89e5] = "\xd4\x86", [0x89e6] = "\xd4\x87", [0x89e7] = "\xd4\x88", + [0x89e8] = "\xd4\x89", [0x89e9] = "\xd4\x8a", [0x89ea] = "\xd4\x8b", + [0x89eb] = "\xd4\x8c", [0x89ec] = "\xd4\x8d", [0x89ed] = "\xd4\x8e", + [0x89ee] = "\xd4\x8f", [0x89ef] = "\xd4\x90", [0x89f0] = "\xd4\x91", + [0x89f1] = "\xd4\x92", [0x89f2] = "\xd4\x93", [0x89f3] = "\xd4\x94", + [0x89f4] = "\xd4\x95", [0x89f5] = "\xd4\x96", [0x89f6] = "\xd4\x97", + [0x89f7] = "\xd4\x98", [0x89f8] = "\xd4\x99", [0x89f9] = "\xd5\xb2", + [0x89fa] = "\xd4\x9a", [0x89fb] = "\xd4\x9b", [0x89fc] = "\xd4\x9c", + [0x89fd] = "\xd4\x9d", [0x89fe] = "\xd4\x9e", [0x89ff] = "\xd4\x9f", + [0x8a00] = "\xd4\xa0", [0x8a01] = "\xd5\x40", [0x8a02] = "\xd5\x41", + [0x8a03] = "\xd5\x42", [0x8a04] = "\xd5\x43", [0x8a05] = "\xd5\x44", + [0x8a06] = "\xd5\x45", [0x8a07] = "\xd5\x46", [0x8a08] = "\xd5\x47", + [0x8a09] = "\xd3\xfe", [0x8a0a] = "\xcc\xdc", [0x8a0b] = "\xd5\x48", + [0x8a0c] = "\xd5\x49", [0x8a0d] = "\xd5\x4a", [0x8a0e] = "\xd5\x4b", + [0x8a0f] = "\xd5\x4c", [0x8a10] = "\xd5\x4d", [0x8a11] = "\xd5\x4e", + [0x8a12] = "\xd5\x4f", [0x8a13] = "\xca\xc4", [0x8a14] = "\xd5\x50", + [0x8a15] = "\xd5\x51", [0x8a16] = "\xd5\x52", [0x8a17] = "\xd5\x53", + [0x8a18] = "\xd5\x54", [0x8a19] = "\xd5\x55", [0x8a1a] = "\xd5\x56", + [0x8a1b] = "\xd5\x57", [0x8a1c] = "\xd5\x58", [0x8a1d] = "\xd5\x59", + [0x8a1e] = "\xd5\x5a", [0x8a1f] = "\xd5\x5b", [0x8a20] = "\xd5\x5c", + [0x8a21] = "\xd5\x5d", [0x8a22] = "\xd5\x5e", [0x8a23] = "\xd5\x5f", + [0x8a24] = "\xd5\x60", [0x8a25] = "\xd5\x61", [0x8a26] = "\xd5\x62", + [0x8a27] = "\xd5\x63", [0x8a28] = "\xd5\x64", [0x8a29] = "\xd5\x65", + [0x8a2a] = "\xd5\x66", [0x8a2b] = "\xd5\x67", [0x8a2c] = "\xd5\x68", + [0x8a2d] = "\xd5\x69", [0x8a2e] = "\xd5\x6a", [0x8a2f] = "\xd5\x6b", + [0x8a30] = "\xd5\x6c", [0x8a31] = "\xd5\x6d", [0x8a32] = "\xd5\x6e", + [0x8a33] = "\xd5\x6f", [0x8a34] = "\xd5\x70", [0x8a35] = "\xd5\x71", + [0x8a36] = "\xd5\x72", [0x8a37] = "\xd5\x73", [0x8a38] = "\xd5\x74", + [0x8a39] = "\xd5\x75", [0x8a3a] = "\xd5\x76", [0x8a3b] = "\xd5\x77", + [0x8a3c] = "\xd5\x78", [0x8a3d] = "\xd5\x79", [0x8a3e] = "\xd5\x7a", + [0x8a3f] = "\xd5\x7b", [0x8a40] = "\xd5\x7c", [0x8a41] = "\xd5\x7d", + [0x8a42] = "\xd5\x7e", [0x8a43] = "\xd5\x80", [0x8a44] = "\xd5\x81", + [0x8a45] = "\xd5\x82", [0x8a46] = "\xd5\x83", [0x8a47] = "\xd5\x84", + [0x8a48] = "\xd5\x85", [0x8a49] = "\xd5\x86", [0x8a4a] = "\xd5\x87", + [0x8a4b] = "\xd5\x88", [0x8a4c] = "\xd5\x89", [0x8a4d] = "\xd5\x8a", + [0x8a4e] = "\xd5\x8b", [0x8a4f] = "\xd5\x8c", [0x8a50] = "\xd5\x8d", + [0x8a51] = "\xd5\x8e", [0x8a52] = "\xd5\x8f", [0x8a53] = "\xd5\x90", + [0x8a54] = "\xd5\x91", [0x8a55] = "\xd5\x92", [0x8a56] = "\xd5\x93", + [0x8a57] = "\xd5\x94", [0x8a58] = "\xd5\x95", [0x8a59] = "\xd5\x96", + [0x8a5a] = "\xd5\x97", [0x8a5b] = "\xd5\x98", [0x8a5c] = "\xd5\x99", + [0x8a5d] = "\xd5\x9a", [0x8a5e] = "\xd5\x9b", [0x8a5f] = "\xd5\x9c", + [0x8a60] = "\xd5\x9d", [0x8a61] = "\xd5\x9e", [0x8a62] = "\xd5\x9f", + [0x8a63] = "\xd5\xa0", [0x8a64] = "\xd6\x40", [0x8a65] = "\xd6\x41", + [0x8a66] = "\xd6\x42", [0x8a67] = "\xd6\x43", [0x8a68] = "\xd6\x44", + [0x8a69] = "\xd6\x45", [0x8a6a] = "\xd6\x46", [0x8a6b] = "\xd6\x47", + [0x8a6c] = "\xd6\x48", [0x8a6d] = "\xd6\x49", [0x8a6e] = "\xd6\x4a", + [0x8a6f] = "\xd6\x4b", [0x8a70] = "\xd6\x4c", [0x8a71] = "\xd6\x4d", + [0x8a72] = "\xd6\x4e", [0x8a73] = "\xd6\x4f", [0x8a74] = "\xd6\x50", + [0x8a75] = "\xd6\x51", [0x8a76] = "\xd6\x52", [0x8a77] = "\xd6\x53", + [0x8a78] = "\xd6\x54", [0x8a79] = "\xd6\x55", [0x8a7a] = "\xd6\x56", + [0x8a7b] = "\xd6\x57", [0x8a7c] = "\xd6\x58", [0x8a7d] = "\xd6\x59", + [0x8a7e] = "\xd6\x5a", [0x8a7f] = "\xd6\x5b", [0x8a80] = "\xd6\x5c", + [0x8a81] = "\xd6\x5d", [0x8a82] = "\xd6\x5e", [0x8a83] = "\xd6\x5f", + [0x8a84] = "\xd6\x60", [0x8a85] = "\xd6\x61", [0x8a86] = "\xd6\x62", + [0x8a87] = "\xe5\xc0", [0x8a88] = "\xd6\x63", [0x8a89] = "\xd6\x64", + [0x8a8a] = "\xd6\x65", [0x8a8b] = "\xd6\x66", [0x8a8c] = "\xd6\x67", + [0x8a8d] = "\xd6\x68", [0x8a8e] = "\xd6\x69", [0x8a8f] = "\xd6\x6a", + [0x8a90] = "\xd6\x6b", [0x8a91] = "\xd6\x6c", [0x8a92] = "\xd6\x6d", + [0x8a93] = "\xd6\x6e", [0x8a94] = "\xd6\x6f", [0x8a95] = "\xd6\x70", + [0x8a96] = "\xd6\x71", [0x8a97] = "\xd6\x72", [0x8a98] = "\xd6\x73", + [0x8a99] = "\xd6\x74", [0x8a9a] = "\xd6\x75", [0x8a9b] = "\xd6\x76", + [0x8a9c] = "\xd6\x77", [0x8a9d] = "\xd6\x78", [0x8a9e] = "\xd6\x79", + [0x8a9f] = "\xd6\x7a", [0x8aa0] = "\xd6\x7b", [0x8aa1] = "\xd6\x7c", + [0x8aa2] = "\xd6\x7d", [0x8aa3] = "\xd6\x7e", [0x8aa4] = "\xd6\x80", + [0x8aa5] = "\xd6\x81", [0x8aa6] = "\xf6\xa5", [0x8aa7] = "\xd6\x82", + [0x8aa8] = "\xd6\x83", [0x8aa9] = "\xd6\x84", [0x8aaa] = "\xd6\x85", + [0x8aab] = "\xd6\x86", [0x8aac] = "\xd6\x87", [0x8aad] = "\xd6\x88", + [0x8aae] = "\xd6\x89", [0x8aaf] = "\xd6\x8a", [0x8ab0] = "\xd6\x8b", + [0x8ab1] = "\xd6\x8c", [0x8ab2] = "\xd6\x8d", [0x8ab3] = "\xd6\x8e", + [0x8ab4] = "\xd6\x8f", [0x8ab5] = "\xd6\x90", [0x8ab6] = "\xd6\x91", + [0x8ab7] = "\xd6\x92", [0x8ab8] = "\xd6\x93", [0x8ab9] = "\xd6\x94", + [0x8aba] = "\xd6\x95", [0x8abb] = "\xd6\x96", [0x8abc] = "\xd6\x97", + [0x8abd] = "\xd6\x98", [0x8abe] = "\xd6\x99", [0x8abf] = "\xd6\x9a", + [0x8ac0] = "\xd6\x9b", [0x8ac1] = "\xd6\x9c", [0x8ac2] = "\xd6\x9d", + [0x8ac3] = "\xd6\x9e", [0x8ac4] = "\xd6\x9f", [0x8ac5] = "\xd6\xa0", + [0x8ac6] = "\xd7\x40", [0x8ac7] = "\xd7\x41", [0x8ac8] = "\xd7\x42", + [0x8ac9] = "\xd7\x43", [0x8aca] = "\xd7\x44", [0x8acb] = "\xd7\x45", + [0x8acc] = "\xd7\x46", [0x8acd] = "\xd7\x47", [0x8ace] = "\xd7\x48", + [0x8acf] = "\xd7\x49", [0x8ad0] = "\xd7\x4a", [0x8ad1] = "\xd7\x4b", + [0x8ad2] = "\xd7\x4c", [0x8ad3] = "\xd7\x4d", [0x8ad4] = "\xd7\x4e", + [0x8ad5] = "\xd7\x4f", [0x8ad6] = "\xd7\x50", [0x8ad7] = "\xd7\x51", + [0x8ad8] = "\xd7\x52", [0x8ad9] = "\xd7\x53", [0x8ada] = "\xd7\x54", + [0x8adb] = "\xd7\x55", [0x8adc] = "\xd7\x56", [0x8add] = "\xd7\x57", + [0x8ade] = "\xd7\x58", [0x8adf] = "\xd7\x59", [0x8ae0] = "\xd7\x5a", + [0x8ae1] = "\xd7\x5b", [0x8ae2] = "\xd7\x5c", [0x8ae3] = "\xd7\x5d", + [0x8ae4] = "\xd7\x5e", [0x8ae5] = "\xd7\x5f", [0x8ae6] = "\xbe\xaf", + [0x8ae7] = "\xd7\x60", [0x8ae8] = "\xd7\x61", [0x8ae9] = "\xd7\x62", + [0x8aea] = "\xd7\x63", [0x8aeb] = "\xd7\x64", [0x8aec] = "\xc6\xa9", + [0x8aed] = "\xd7\x65", [0x8aee] = "\xd7\x66", [0x8aef] = "\xd7\x67", + [0x8af0] = "\xd7\x68", [0x8af1] = "\xd7\x69", [0x8af2] = "\xd7\x6a", + [0x8af3] = "\xd7\x6b", [0x8af4] = "\xd7\x6c", [0x8af5] = "\xd7\x6d", + [0x8af6] = "\xd7\x6e", [0x8af7] = "\xd7\x6f", [0x8af8] = "\xd7\x70", + [0x8af9] = "\xd7\x71", [0x8afa] = "\xd7\x72", [0x8afb] = "\xd7\x73", + [0x8afc] = "\xd7\x74", [0x8afd] = "\xd7\x75", [0x8afe] = "\xd7\x76", + [0x8aff] = "\xd7\x77", [0x8b00] = "\xd7\x78", [0x8b01] = "\xd7\x79", + [0x8b02] = "\xd7\x7a", [0x8b03] = "\xd7\x7b", [0x8b04] = "\xd7\x7c", + [0x8b05] = "\xd7\x7d", [0x8b06] = "\xd7\x7e", [0x8b07] = "\xd7\x80", + [0x8b08] = "\xd7\x81", [0x8b09] = "\xd7\x82", [0x8b0a] = "\xd7\x83", + [0x8b0b] = "\xd7\x84", [0x8b0c] = "\xd7\x85", [0x8b0d] = "\xd7\x86", + [0x8b0e] = "\xd7\x87", [0x8b0f] = "\xd7\x88", [0x8b10] = "\xd7\x89", + [0x8b11] = "\xd7\x8a", [0x8b12] = "\xd7\x8b", [0x8b13] = "\xd7\x8c", + [0x8b14] = "\xd7\x8d", [0x8b15] = "\xd7\x8e", [0x8b16] = "\xd7\x8f", + [0x8b17] = "\xd7\x90", [0x8b18] = "\xd7\x91", [0x8b19] = "\xd7\x92", + [0x8b1a] = "\xd7\x93", [0x8b1b] = "\xd7\x94", [0x8b1c] = "\xd7\x95", + [0x8b1d] = "\xd7\x96", [0x8b1e] = "\xd7\x97", [0x8b1f] = "\xd7\x98", + [0x8b20] = "\xda\xa5", [0x8b21] = "\xbc\xc6", [0x8b22] = "\xb6\xa9", + [0x8b23] = "\xb8\xbc", [0x8b24] = "\xc8\xcf", [0x8b25] = "\xbc\xa5", + [0x8b26] = "\xda\xa6", [0x8b27] = "\xda\xa7", [0x8b28] = "\xcc\xd6", + [0x8b29] = "\xc8\xc3", [0x8b2a] = "\xda\xa8", [0x8b2b] = "\xc6\xfd", + [0x8b2c] = "\xd7\x99", [0x8b2d] = "\xd1\xb5", [0x8b2e] = "\xd2\xe9", + [0x8b2f] = "\xd1\xb6", [0x8b30] = "\xbc\xc7", [0x8b31] = "\xd7\x9a", + [0x8b32] = "\xbd\xb2", [0x8b33] = "\xbb\xe4", [0x8b34] = "\xda\xa9", + [0x8b35] = "\xda\xaa", [0x8b36] = "\xd1\xc8", [0x8b37] = "\xda\xab", + [0x8b38] = "\xd0\xed", [0x8b39] = "\xb6\xef", [0x8b3a] = "\xc2\xdb", + [0x8b3b] = "\xd7\x9b", [0x8b3c] = "\xcb\xcf", [0x8b3d] = "\xb7\xed", + [0x8b3e] = "\xc9\xe8", [0x8b3f] = "\xb7\xc3", [0x8b40] = "\xbe\xf7", + [0x8b41] = "\xd6\xa4", [0x8b42] = "\xda\xac", [0x8b43] = "\xda\xad", + [0x8b44] = "\xc6\xc0", [0x8b45] = "\xd7\xe7", [0x8b46] = "\xca\xb6", + [0x8b47] = "\xd7\x9c", [0x8b48] = "\xd5\xa9", [0x8b49] = "\xcb\xdf", + [0x8b4a] = "\xd5\xef", [0x8b4b] = "\xda\xae", [0x8b4c] = "\xd6\xdf", + [0x8b4d] = "\xb4\xca", [0x8b4e] = "\xda\xb0", [0x8b4f] = "\xda\xaf", + [0x8b50] = "\xd7\x9d", [0x8b51] = "\xd2\xeb", [0x8b52] = "\xda\xb1", + [0x8b53] = "\xda\xb2", [0x8b54] = "\xda\xb3", [0x8b55] = "\xca\xd4", + [0x8b56] = "\xda\xb4", [0x8b57] = "\xca\xab", [0x8b58] = "\xda\xb5", + [0x8b59] = "\xda\xb6", [0x8b5a] = "\xb3\xcf", [0x8b5b] = "\xd6\xef", + [0x8b5c] = "\xda\xb7", [0x8b5d] = "\xbb\xb0", [0x8b5e] = "\xb5\xae", + [0x8b5f] = "\xda\xb8", [0x8b60] = "\xda\xb9", [0x8b61] = "\xb9\xee", + [0x8b62] = "\xd1\xaf", [0x8b63] = "\xd2\xe8", [0x8b64] = "\xda\xba", + [0x8b65] = "\xb8\xc3", [0x8b66] = "\xcf\xea", [0x8b67] = "\xb2\xef", + [0x8b68] = "\xda\xbb", [0x8b69] = "\xda\xbc", [0x8b6a] = "\xd7\x9e", + [0x8b6b] = "\xbd\xeb", [0x8b6c] = "\xce\xdc", [0x8b6d] = "\xd3\xef", + [0x8b6e] = "\xda\xbd", [0x8b6f] = "\xce\xf3", [0x8b70] = "\xda\xbe", + [0x8b71] = "\xd3\xd5", [0x8b72] = "\xbb\xe5", [0x8b73] = "\xda\xbf", + [0x8b74] = "\xcb\xb5", [0x8b75] = "\xcb\xd0", [0x8b76] = "\xda\xc0", + [0x8b77] = "\xc7\xeb", [0x8b78] = "\xd6\xee", [0x8b79] = "\xda\xc1", + [0x8b7a] = "\xc5\xb5", [0x8b7b] = "\xb6\xc1", [0x8b7c] = "\xda\xc2", + [0x8b7d] = "\xb7\xcc", [0x8b7e] = "\xbf\xce", [0x8b7f] = "\xda\xc3", + [0x8b80] = "\xda\xc4", [0x8b81] = "\xcb\xad", [0x8b82] = "\xda\xc5", + [0x8b83] = "\xb5\xf7", [0x8b84] = "\xda\xc6", [0x8b85] = "\xc1\xc2", + [0x8b86] = "\xd7\xbb", [0x8b87] = "\xda\xc7", [0x8b88] = "\xcc\xb8", + [0x8b89] = "\xd7\x9f", [0x8b8a] = "\xd2\xea", [0x8b8b] = "\xc4\xb1", + [0x8b8c] = "\xda\xc8", [0x8b8d] = "\xb5\xfd", [0x8b8e] = "\xbb\xd1", + [0x8b8f] = "\xda\xc9", [0x8b90] = "\xd0\xb3", [0x8b91] = "\xda\xca", + [0x8b92] = "\xda\xcb", [0x8b93] = "\xce\xbd", [0x8b94] = "\xda\xcc", + [0x8b95] = "\xda\xcd", [0x8b96] = "\xda\xce", [0x8b97] = "\xb2\xf7", + [0x8b98] = "\xda\xd1", [0x8b99] = "\xda\xcf", [0x8b9a] = "\xd1\xe8", + [0x8b9b] = "\xda\xd0", [0x8b9c] = "\xc3\xd5", [0x8b9d] = "\xda\xd2", + [0x8b9e] = "\xd7\xa0", [0x8b9f] = "\xda\xd3", [0x8ba0] = "\xda\xd4", + [0x8ba1] = "\xda\xd5", [0x8ba2] = "\xd0\xbb", [0x8ba3] = "\xd2\xa5", + [0x8ba4] = "\xb0\xf9", [0x8ba5] = "\xda\xd6", [0x8ba6] = "\xc7\xab", + [0x8ba7] = "\xda\xd7", [0x8ba8] = "\xbd\xf7", [0x8ba9] = "\xc3\xa1", + [0x8baa] = "\xda\xd8", [0x8bab] = "\xda\xd9", [0x8bac] = "\xc3\xfd", + [0x8bad] = "\xcc\xb7", [0x8bae] = "\xda\xda", [0x8baf] = "\xda\xdb", + [0x8bb0] = "\xc0\xbe", [0x8bb1] = "\xc6\xd7", [0x8bb2] = "\xda\xdc", + [0x8bb3] = "\xda\xdd", [0x8bb4] = "\xc7\xb4", [0x8bb5] = "\xda\xde", + [0x8bb6] = "\xda\xdf", [0x8bb7] = "\xb9\xc8", [0x8bb8] = "\xd8\x40", + [0x8bb9] = "\xd8\x41", [0x8bba] = "\xd8\x42", [0x8bbb] = "\xd8\x43", + [0x8bbc] = "\xd8\x44", [0x8bbd] = "\xd8\x45", [0x8bbe] = "\xd8\x46", + [0x8bbf] = "\xd8\x47", [0x8bc0] = "\xd8\x48", [0x8bc1] = "\xbb\xed", + [0x8bc2] = "\xd8\x49", [0x8bc3] = "\xd8\x4a", [0x8bc4] = "\xd8\x4b", + [0x8bc5] = "\xd8\x4c", [0x8bc6] = "\xb6\xb9", [0x8bc7] = "\xf4\xf8", + [0x8bc8] = "\xd8\x4d", [0x8bc9] = "\xf4\xf9", [0x8bca] = "\xd8\x4e", + [0x8bcb] = "\xd8\x4f", [0x8bcc] = "\xcd\xe3", [0x8bcd] = "\xd8\x50", + [0x8bce] = "\xd8\x51", [0x8bcf] = "\xd8\x52", [0x8bd0] = "\xd8\x53", + [0x8bd1] = "\xd8\x54", [0x8bd2] = "\xd8\x55", [0x8bd3] = "\xd8\x56", + [0x8bd4] = "\xd8\x57", [0x8bd5] = "\xf5\xb9", [0x8bd6] = "\xd8\x58", + [0x8bd7] = "\xd8\x59", [0x8bd8] = "\xd8\x5a", [0x8bd9] = "\xd8\x5b", + [0x8bda] = "\xeb\xe0", [0x8bdb] = "\xd8\x5c", [0x8bdc] = "\xd8\x5d", + [0x8bdd] = "\xd8\x5e", [0x8bde] = "\xd8\x5f", [0x8bdf] = "\xd8\x60", + [0x8be0] = "\xd8\x61", [0x8be1] = "\xcf\xf3", [0x8be2] = "\xbb\xbf", + [0x8be3] = "\xd8\x62", [0x8be4] = "\xd8\x63", [0x8be5] = "\xd8\x64", + [0x8be6] = "\xd8\x65", [0x8be7] = "\xd8\x66", [0x8be8] = "\xd8\x67", + [0x8be9] = "\xd8\x68", [0x8bea] = "\xba\xc0", [0x8beb] = "\xd4\xa5", + [0x8bec] = "\xd8\x69", [0x8bed] = "\xd8\x6a", [0x8bee] = "\xd8\x6b", + [0x8bef] = "\xd8\x6c", [0x8bf0] = "\xd8\x6d", [0x8bf1] = "\xd8\x6e", + [0x8bf2] = "\xd8\x6f", [0x8bf3] = "\xe1\xd9", [0x8bf4] = "\xd8\x70", + [0x8bf5] = "\xd8\x71", [0x8bf6] = "\xd8\x72", [0x8bf7] = "\xd8\x73", + [0x8bf8] = "\xf5\xf4", [0x8bf9] = "\xb1\xaa", [0x8bfa] = "\xb2\xf2", + [0x8bfb] = "\xd8\x74", [0x8bfc] = "\xd8\x75", [0x8bfd] = "\xd8\x76", + [0x8bfe] = "\xd8\x77", [0x8bff] = "\xd8\x78", [0x8c00] = "\xd8\x79", + [0x8c01] = "\xd8\x7a", [0x8c02] = "\xf5\xf5", [0x8c03] = "\xd8\x7b", + [0x8c04] = "\xd8\x7c", [0x8c05] = "\xf5\xf7", [0x8c06] = "\xd8\x7d", + [0x8c07] = "\xd8\x7e", [0x8c08] = "\xd8\x80", [0x8c09] = "\xba\xd1", + [0x8c0a] = "\xf5\xf6", [0x8c0b] = "\xd8\x81", [0x8c0c] = "\xc3\xb2", + [0x8c0d] = "\xd8\x82", [0x8c0e] = "\xd8\x83", [0x8c0f] = "\xd8\x84", + [0x8c10] = "\xd8\x85", [0x8c11] = "\xd8\x86", [0x8c12] = "\xd8\x87", + [0x8c13] = "\xd8\x88", [0x8c14] = "\xf5\xf9", [0x8c15] = "\xd8\x89", + [0x8c16] = "\xd8\x8a", [0x8c17] = "\xd8\x8b", [0x8c18] = "\xf5\xf8", + [0x8c19] = "\xd8\x8c", [0x8c1a] = "\xd8\x8d", [0x8c1b] = "\xd8\x8e", + [0x8c1c] = "\xd8\x8f", [0x8c1d] = "\xd8\x90", [0x8c1e] = "\xd8\x91", + [0x8c1f] = "\xd8\x92", [0x8c20] = "\xd8\x93", [0x8c21] = "\xd8\x94", + [0x8c22] = "\xd8\x95", [0x8c23] = "\xd8\x96", [0x8c24] = "\xd8\x97", + [0x8c25] = "\xd8\x98", [0x8c26] = "\xd8\x99", [0x8c27] = "\xd8\x9a", + [0x8c28] = "\xd8\x9b", [0x8c29] = "\xd8\x9c", [0x8c2a] = "\xd8\x9d", + [0x8c2b] = "\xd8\x9e", [0x8c2c] = "\xd8\x9f", [0x8c2d] = "\xd8\xa0", + [0x8c2e] = "\xd9\x40", [0x8c2f] = "\xd9\x41", [0x8c30] = "\xd9\x42", + [0x8c31] = "\xd9\x43", [0x8c32] = "\xd9\x44", [0x8c33] = "\xd9\x45", + [0x8c34] = "\xd9\x46", [0x8c35] = "\xd9\x47", [0x8c36] = "\xd9\x48", + [0x8c37] = "\xd9\x49", [0x8c38] = "\xd9\x4a", [0x8c39] = "\xd9\x4b", + [0x8c3a] = "\xd9\x4c", [0x8c3b] = "\xd9\x4d", [0x8c3c] = "\xd9\x4e", + [0x8c3d] = "\xd9\x4f", [0x8c3e] = "\xd9\x50", [0x8c3f] = "\xd9\x51", + [0x8c40] = "\xd9\x52", [0x8c41] = "\xd9\x53", [0x8c42] = "\xd9\x54", + [0x8c43] = "\xd9\x55", [0x8c44] = "\xd9\x56", [0x8c45] = "\xd9\x57", + [0x8c46] = "\xd9\x58", [0x8c47] = "\xd9\x59", [0x8c48] = "\xd9\x5a", + [0x8c49] = "\xd9\x5b", [0x8c4a] = "\xd9\x5c", [0x8c4b] = "\xd9\x5d", + [0x8c4c] = "\xd9\x5e", [0x8c4d] = "\xd9\x5f", [0x8c4e] = "\xd9\x60", + [0x8c4f] = "\xd9\x61", [0x8c50] = "\xd9\x62", [0x8c51] = "\xd9\x63", + [0x8c52] = "\xd9\x64", [0x8c53] = "\xd9\x65", [0x8c54] = "\xd9\x66", + [0x8c55] = "\xd9\x67", [0x8c56] = "\xd9\x68", [0x8c57] = "\xd9\x69", + [0x8c58] = "\xd9\x6a", [0x8c59] = "\xd9\x6b", [0x8c5a] = "\xd9\x6c", + [0x8c5b] = "\xd9\x6d", [0x8c5c] = "\xd9\x6e", [0x8c5d] = "\xd9\x6f", + [0x8c5e] = "\xd9\x70", [0x8c5f] = "\xd9\x71", [0x8c60] = "\xd9\x72", + [0x8c61] = "\xd9\x73", [0x8c62] = "\xd9\x74", [0x8c63] = "\xd9\x75", + [0x8c64] = "\xd9\x76", [0x8c65] = "\xd9\x77", [0x8c66] = "\xd9\x78", + [0x8c67] = "\xd9\x79", [0x8c68] = "\xd9\x7a", [0x8c69] = "\xd9\x7b", + [0x8c6a] = "\xd9\x7c", [0x8c6b] = "\xd9\x7d", [0x8c6c] = "\xd9\x7e", + [0x8c6d] = "\xd9\x80", [0x8c6e] = "\xd9\x81", [0x8c6f] = "\xd9\x82", + [0x8c70] = "\xd9\x83", [0x8c71] = "\xd9\x84", [0x8c72] = "\xd9\x85", + [0x8c73] = "\xd9\x86", [0x8c74] = "\xd9\x87", [0x8c75] = "\xd9\x88", + [0x8c76] = "\xd9\x89", [0x8c77] = "\xd9\x8a", [0x8c78] = "\xd9\x8b", + [0x8c79] = "\xd9\x8c", [0x8c7a] = "\xd9\x8d", [0x8c7b] = "\xd9\x8e", + [0x8c7c] = "\xd9\x8f", [0x8c7d] = "\xd9\x90", [0x8c7e] = "\xd9\x91", + [0x8c7f] = "\xd9\x92", [0x8c80] = "\xd9\x93", [0x8c81] = "\xd9\x94", + [0x8c82] = "\xd9\x95", [0x8c83] = "\xd9\x96", [0x8c84] = "\xd9\x97", + [0x8c85] = "\xd9\x98", [0x8c86] = "\xd9\x99", [0x8c87] = "\xd9\x9a", + [0x8c88] = "\xd9\x9b", [0x8c89] = "\xd9\x9c", [0x8c8a] = "\xd9\x9d", + [0x8c8b] = "\xd9\x9e", [0x8c8c] = "\xd9\x9f", [0x8c8d] = "\xd9\xa0", + [0x8c8e] = "\xda\x40", [0x8c8f] = "\xda\x41", [0x8c90] = "\xda\x42", + [0x8c91] = "\xda\x43", [0x8c92] = "\xda\x44", [0x8c93] = "\xda\x45", + [0x8c94] = "\xda\x46", [0x8c95] = "\xda\x47", [0x8c96] = "\xda\x48", + [0x8c97] = "\xda\x49", [0x8c98] = "\xda\x4a", [0x8c99] = "\xda\x4b", + [0x8c9a] = "\xda\x4c", [0x8c9b] = "\xda\x4d", [0x8c9c] = "\xda\x4e", + [0x8c9d] = "\xb1\xb4", [0x8c9e] = "\xd5\xea", [0x8c9f] = "\xb8\xba", + [0x8ca0] = "\xda\x4f", [0x8ca1] = "\xb9\xb1", [0x8ca2] = "\xb2\xc6", + [0x8ca3] = "\xd4\xf0", [0x8ca4] = "\xcf\xcd", [0x8ca5] = "\xb0\xdc", + [0x8ca6] = "\xd5\xcb", [0x8ca7] = "\xbb\xf5", [0x8ca8] = "\xd6\xca", + [0x8ca9] = "\xb7\xb7", [0x8caa] = "\xcc\xb0", [0x8cab] = "\xc6\xb6", + [0x8cac] = "\xb1\xe1", [0x8cad] = "\xb9\xba", [0x8cae] = "\xd6\xfc", + [0x8caf] = "\xb9\xe1", [0x8cb0] = "\xb7\xa1", [0x8cb1] = "\xbc\xfa", + [0x8cb2] = "\xea\xda", [0x8cb3] = "\xea\xdb", [0x8cb4] = "\xcc\xf9", + [0x8cb5] = "\xb9\xf3", [0x8cb6] = "\xea\xdc", [0x8cb7] = "\xb4\xfb", + [0x8cb8] = "\xc3\xb3", [0x8cb9] = "\xb7\xd1", [0x8cba] = "\xba\xd8", + [0x8cbb] = "\xea\xdd", [0x8cbc] = "\xd4\xf4", [0x8cbd] = "\xea\xde", + [0x8cbe] = "\xbc\xd6", [0x8cbf] = "\xbb\xdf", [0x8cc0] = "\xea\xdf", + [0x8cc1] = "\xc1\xde", [0x8cc2] = "\xc2\xb8", [0x8cc3] = "\xd4\xdf", + [0x8cc4] = "\xd7\xca", [0x8cc5] = "\xea\xe0", [0x8cc6] = "\xea\xe1", + [0x8cc7] = "\xea\xe4", [0x8cc8] = "\xea\xe2", [0x8cc9] = "\xea\xe3", + [0x8cca] = "\xc9\xde", [0x8ccb] = "\xb8\xb3", [0x8ccc] = "\xb6\xc4", + [0x8ccd] = "\xea\xe5", [0x8cce] = "\xca\xea", [0x8ccf] = "\xc9\xcd", + [0x8cd0] = "\xb4\xcd", [0x8cd1] = "\xda\x50", [0x8cd2] = "\xda\x51", + [0x8cd3] = "\xe2\xd9", [0x8cd4] = "\xc5\xe2", [0x8cd5] = "\xea\xe6", + [0x8cd6] = "\xc0\xb5", [0x8cd7] = "\xda\x52", [0x8cd8] = "\xd7\xb8", + [0x8cd9] = "\xea\xe7", [0x8cda] = "\xd7\xac", [0x8cdb] = "\xc8\xfc", + [0x8cdc] = "\xd8\xd3", [0x8cdd] = "\xd8\xcd", [0x8cde] = "\xd4\xde", + [0x8cdf] = "\xda\x53", [0x8ce0] = "\xd4\xf9", [0x8ce1] = "\xc9\xc4", + [0x8ce2] = "\xd3\xae", [0x8ce3] = "\xb8\xd3", [0x8ce4] = "\xb3\xe0", + [0x8ce5] = "\xda\x54", [0x8ce6] = "\xc9\xe2", [0x8ce7] = "\xf4\xf6", + [0x8ce8] = "\xda\x55", [0x8ce9] = "\xda\x56", [0x8cea] = "\xda\x57", + [0x8ceb] = "\xba\xd5", [0x8cec] = "\xda\x58", [0x8ced] = "\xf4\xf7", + [0x8cee] = "\xda\x59", [0x8cef] = "\xda\x5a", [0x8cf0] = "\xd7\xdf", + [0x8cf1] = "\xda\x5b", [0x8cf2] = "\xda\x5c", [0x8cf3] = "\xf4\xf1", + [0x8cf4] = "\xb8\xb0", [0x8cf5] = "\xd5\xd4", [0x8cf6] = "\xb8\xcf", + [0x8cf7] = "\xc6\xf0", [0x8cf8] = "\xda\x5d", [0x8cf9] = "\xda\x5e", + [0x8cfa] = "\xda\x5f", [0x8cfb] = "\xda\x60", [0x8cfc] = "\xda\x61", + [0x8cfd] = "\xda\x62", [0x8cfe] = "\xda\x63", [0x8cff] = "\xda\x64", + [0x8d00] = "\xda\x65", [0x8d01] = "\xb3\xc3", [0x8d02] = "\xda\x66", + [0x8d03] = "\xda\x67", [0x8d04] = "\xf4\xf2", [0x8d05] = "\xb3\xac", + [0x8d06] = "\xda\x68", [0x8d07] = "\xda\x69", [0x8d08] = "\xda\x6a", + [0x8d09] = "\xda\x6b", [0x8d0a] = "\xd4\xbd", [0x8d0b] = "\xc7\xf7", + [0x8d0c] = "\xda\x6c", [0x8d0d] = "\xda\x6d", [0x8d0e] = "\xda\x6e", + [0x8d0f] = "\xda\x6f", [0x8d10] = "\xda\x70", [0x8d11] = "\xf4\xf4", + [0x8d12] = "\xda\x71", [0x8d13] = "\xda\x72", [0x8d14] = "\xf4\xf3", + [0x8d15] = "\xda\x73", [0x8d16] = "\xda\x74", [0x8d17] = "\xda\x75", + [0x8d18] = "\xda\x76", [0x8d19] = "\xda\x77", [0x8d1a] = "\xda\x78", + [0x8d1b] = "\xda\x79", [0x8d1c] = "\xda\x7a", [0x8d1d] = "\xda\x7b", + [0x8d1e] = "\xda\x7c", [0x8d1f] = "\xcc\xcb", [0x8d20] = "\xda\x7d", + [0x8d21] = "\xda\x7e", [0x8d22] = "\xda\x80", [0x8d23] = "\xc8\xa4", + [0x8d24] = "\xda\x81", [0x8d25] = "\xda\x82", [0x8d26] = "\xda\x83", + [0x8d27] = "\xda\x84", [0x8d28] = "\xda\x85", [0x8d29] = "\xda\x86", + [0x8d2a] = "\xda\x87", [0x8d2b] = "\xda\x88", [0x8d2c] = "\xda\x89", + [0x8d2d] = "\xda\x8a", [0x8d2e] = "\xda\x8b", [0x8d2f] = "\xda\x8c", + [0x8d30] = "\xda\x8d", [0x8d31] = "\xf4\xf5", [0x8d32] = "\xda\x8e", + [0x8d33] = "\xd7\xe3", [0x8d34] = "\xc5\xbf", [0x8d35] = "\xf5\xc0", + [0x8d36] = "\xda\x8f", [0x8d37] = "\xda\x90", [0x8d38] = "\xf5\xbb", + [0x8d39] = "\xda\x91", [0x8d3a] = "\xf5\xc3", [0x8d3b] = "\xda\x92", + [0x8d3c] = "\xf5\xc2", [0x8d3d] = "\xda\x93", [0x8d3e] = "\xd6\xba", + [0x8d3f] = "\xf5\xc1", [0x8d40] = "\xda\x94", [0x8d41] = "\xda\x95", + [0x8d42] = "\xda\x96", [0x8d43] = "\xd4\xbe", [0x8d44] = "\xf5\xc4", + [0x8d45] = "\xda\x97", [0x8d46] = "\xf5\xcc", [0x8d47] = "\xda\x98", + [0x8d48] = "\xda\x99", [0x8d49] = "\xda\x9a", [0x8d4a] = "\xda\x9b", + [0x8d4b] = "\xb0\xcf", [0x8d4c] = "\xb5\xf8", [0x8d4d] = "\xda\x9c", + [0x8d4e] = "\xf5\xc9", [0x8d4f] = "\xf5\xca", [0x8d50] = "\xda\x9d", + [0x8d51] = "\xc5\xdc", [0x8d52] = "\xda\x9e", [0x8d53] = "\xda\x9f", + [0x8d54] = "\xda\xa0", [0x8d55] = "\xdb\x40", [0x8d56] = "\xf5\xc5", + [0x8d57] = "\xf5\xc6", [0x8d58] = "\xdb\x41", [0x8d59] = "\xdb\x42", + [0x8d5a] = "\xf5\xc7", [0x8d5b] = "\xf5\xcb", [0x8d5c] = "\xdb\x43", + [0x8d5d] = "\xbe\xe0", [0x8d5e] = "\xf5\xc8", [0x8d5f] = "\xb8\xfa", + [0x8d60] = "\xdb\x44", [0x8d61] = "\xdb\x45", [0x8d62] = "\xdb\x46", + [0x8d63] = "\xf5\xd0", [0x8d64] = "\xf5\xd3", [0x8d65] = "\xdb\x47", + [0x8d66] = "\xdb\x48", [0x8d67] = "\xdb\x49", [0x8d68] = "\xbf\xe7", + [0x8d69] = "\xdb\x4a", [0x8d6a] = "\xb9\xf2", [0x8d6b] = "\xf5\xbc", + [0x8d6c] = "\xf5\xcd", [0x8d6d] = "\xdb\x4b", [0x8d6e] = "\xdb\x4c", + [0x8d6f] = "\xc2\xb7", [0x8d70] = "\xdb\x4d", [0x8d71] = "\xdb\x4e", + [0x8d72] = "\xdb\x4f", [0x8d73] = "\xcc\xf8", [0x8d74] = "\xdb\x50", + [0x8d75] = "\xbc\xf9", [0x8d76] = "\xdb\x51", [0x8d77] = "\xf5\xce", + [0x8d78] = "\xf5\xcf", [0x8d79] = "\xf5\xd1", [0x8d7a] = "\xb6\xe5", + [0x8d7b] = "\xf5\xd2", [0x8d7c] = "\xdb\x52", [0x8d7d] = "\xf5\xd5", + [0x8d7e] = "\xdb\x53", [0x8d7f] = "\xdb\x54", [0x8d80] = "\xdb\x55", + [0x8d81] = "\xdb\x56", [0x8d82] = "\xdb\x57", [0x8d83] = "\xdb\x58", + [0x8d84] = "\xdb\x59", [0x8d85] = "\xf5\xbd", [0x8d86] = "\xdb\x5a", + [0x8d87] = "\xdb\x5b", [0x8d88] = "\xdb\x5c", [0x8d89] = "\xf5\xd4", + [0x8d8a] = "\xd3\xbb", [0x8d8b] = "\xdb\x5d", [0x8d8c] = "\xb3\xec", + [0x8d8d] = "\xdb\x5e", [0x8d8e] = "\xdb\x5f", [0x8d8f] = "\xcc\xa4", + [0x8d90] = "\xdb\x60", [0x8d91] = "\xdb\x61", [0x8d92] = "\xdb\x62", + [0x8d93] = "\xdb\x63", [0x8d94] = "\xf5\xd6", [0x8d95] = "\xdb\x64", + [0x8d96] = "\xdb\x65", [0x8d97] = "\xdb\x66", [0x8d98] = "\xdb\x67", + [0x8d99] = "\xdb\x68", [0x8d9a] = "\xdb\x69", [0x8d9b] = "\xdb\x6a", + [0x8d9c] = "\xdb\x6b", [0x8d9d] = "\xf5\xd7", [0x8d9e] = "\xbe\xe1", + [0x8d9f] = "\xf5\xd8", [0x8da0] = "\xdb\x6c", [0x8da1] = "\xdb\x6d", + [0x8da2] = "\xcc\xdf", [0x8da3] = "\xf5\xdb", [0x8da4] = "\xdb\x6e", + [0x8da5] = "\xdb\x6f", [0x8da6] = "\xdb\x70", [0x8da7] = "\xdb\x71", + [0x8da8] = "\xdb\x72", [0x8da9] = "\xb2\xc8", [0x8daa] = "\xd7\xd9", + [0x8dab] = "\xdb\x73", [0x8dac] = "\xf5\xd9", [0x8dad] = "\xdb\x74", + [0x8dae] = "\xf5\xda", [0x8daf] = "\xf5\xdc", [0x8db0] = "\xdb\x75", + [0x8db1] = "\xf5\xe2", [0x8db2] = "\xdb\x76", [0x8db3] = "\xdb\x77", + [0x8db4] = "\xdb\x78", [0x8db5] = "\xf5\xe0", [0x8db6] = "\xdb\x79", + [0x8db7] = "\xdb\x7a", [0x8db8] = "\xdb\x7b", [0x8db9] = "\xf5\xdf", + [0x8dba] = "\xf5\xdd", [0x8dbb] = "\xdb\x7c", [0x8dbc] = "\xdb\x7d", + [0x8dbd] = "\xf5\xe1", [0x8dbe] = "\xdb\x7e", [0x8dbf] = "\xdb\x80", + [0x8dc0] = "\xf5\xde", [0x8dc1] = "\xf5\xe4", [0x8dc2] = "\xf5\xe5", + [0x8dc3] = "\xdb\x81", [0x8dc4] = "\xcc\xe3", [0x8dc5] = "\xdb\x82", + [0x8dc6] = "\xdb\x83", [0x8dc7] = "\xe5\xbf", [0x8dc8] = "\xb5\xb8", + [0x8dc9] = "\xf5\xe3", [0x8dca] = "\xf5\xe8", [0x8dcb] = "\xcc\xa3", + [0x8dcc] = "\xdb\x84", [0x8dcd] = "\xdb\x85", [0x8dce] = "\xdb\x86", + [0x8dcf] = "\xdb\x87", [0x8dd0] = "\xdb\x88", [0x8dd1] = "\xf5\xe6", + [0x8dd2] = "\xf5\xe7", [0x8dd3] = "\xdb\x89", [0x8dd4] = "\xdb\x8a", + [0x8dd5] = "\xdb\x8b", [0x8dd6] = "\xdb\x8c", [0x8dd7] = "\xdb\x8d", + [0x8dd8] = "\xdb\x8e", [0x8dd9] = "\xf5\xbe", [0x8dda] = "\xdb\x8f", + [0x8ddb] = "\xdb\x90", [0x8ddc] = "\xdb\x91", [0x8ddd] = "\xdb\x92", + [0x8dde] = "\xdb\x93", [0x8ddf] = "\xdb\x94", [0x8de0] = "\xdb\x95", + [0x8de1] = "\xdb\x96", [0x8de2] = "\xdb\x97", [0x8de3] = "\xdb\x98", + [0x8de4] = "\xdb\x99", [0x8de5] = "\xdb\x9a", [0x8de6] = "\xb1\xc4", + [0x8de7] = "\xdb\x9b", [0x8de8] = "\xdb\x9c", [0x8de9] = "\xf5\xbf", + [0x8dea] = "\xdb\x9d", [0x8deb] = "\xdb\x9e", [0x8dec] = "\xb5\xc5", + [0x8ded] = "\xb2\xe4", [0x8dee] = "\xdb\x9f", [0x8def] = "\xf5\xec", + [0x8df0] = "\xf5\xe9", [0x8df1] = "\xdb\xa0", [0x8df2] = "\xb6\xd7", + [0x8df3] = "\xdc\x40", [0x8df4] = "\xf5\xed", [0x8df5] = "\xdc\x41", + [0x8df6] = "\xf5\xea", [0x8df7] = "\xdc\x42", [0x8df8] = "\xdc\x43", + [0x8df9] = "\xdc\x44", [0x8dfa] = "\xdc\x45", [0x8dfb] = "\xdc\x46", + [0x8dfc] = "\xf5\xeb", [0x8dfd] = "\xdc\x47", [0x8dfe] = "\xdc\x48", + [0x8dff] = "\xb4\xda", [0x8e00] = "\xdc\x49", [0x8e01] = "\xd4\xea", + [0x8e02] = "\xdc\x4a", [0x8e03] = "\xdc\x4b", [0x8e04] = "\xdc\x4c", + [0x8e05] = "\xf5\xee", [0x8e06] = "\xdc\x4d", [0x8e07] = "\xb3\xf9", + [0x8e08] = "\xdc\x4e", [0x8e09] = "\xdc\x4f", [0x8e0a] = "\xdc\x50", + [0x8e0b] = "\xdc\x51", [0x8e0c] = "\xdc\x52", [0x8e0d] = "\xdc\x53", + [0x8e0e] = "\xdc\x54", [0x8e0f] = "\xf5\xef", [0x8e10] = "\xf5\xf1", + [0x8e11] = "\xdc\x55", [0x8e12] = "\xdc\x56", [0x8e13] = "\xdc\x57", + [0x8e14] = "\xf5\xf0", [0x8e15] = "\xdc\x58", [0x8e16] = "\xdc\x59", + [0x8e17] = "\xdc\x5a", [0x8e18] = "\xdc\x5b", [0x8e19] = "\xdc\x5c", + [0x8e1a] = "\xdc\x5d", [0x8e1b] = "\xdc\x5e", [0x8e1c] = "\xf5\xf2", + [0x8e1d] = "\xdc\x5f", [0x8e1e] = "\xf5\xf3", [0x8e1f] = "\xdc\x60", + [0x8e20] = "\xdc\x61", [0x8e21] = "\xdc\x62", [0x8e22] = "\xdc\x63", + [0x8e23] = "\xdc\x64", [0x8e24] = "\xdc\x65", [0x8e25] = "\xdc\x66", + [0x8e26] = "\xdc\x67", [0x8e27] = "\xdc\x68", [0x8e28] = "\xdc\x69", + [0x8e29] = "\xdc\x6a", [0x8e2a] = "\xdc\x6b", [0x8e2b] = "\xc9\xed", + [0x8e2c] = "\xb9\xaa", [0x8e2d] = "\xdc\x6c", [0x8e2e] = "\xdc\x6d", + [0x8e2f] = "\xc7\xfb", [0x8e30] = "\xdc\x6e", [0x8e31] = "\xdc\x6f", + [0x8e32] = "\xb6\xe3", [0x8e33] = "\xdc\x70", [0x8e34] = "\xdc\x71", + [0x8e35] = "\xdc\x72", [0x8e36] = "\xdc\x73", [0x8e37] = "\xdc\x74", + [0x8e38] = "\xdc\x75", [0x8e39] = "\xdc\x76", [0x8e3a] = "\xcc\xc9", + [0x8e3b] = "\xdc\x77", [0x8e3c] = "\xdc\x78", [0x8e3d] = "\xdc\x79", + [0x8e3e] = "\xdc\x7a", [0x8e3f] = "\xdc\x7b", [0x8e40] = "\xdc\x7c", + [0x8e41] = "\xdc\x7d", [0x8e42] = "\xdc\x7e", [0x8e43] = "\xdc\x80", + [0x8e44] = "\xdc\x81", [0x8e45] = "\xdc\x82", [0x8e46] = "\xdc\x83", + [0x8e47] = "\xdc\x84", [0x8e48] = "\xdc\x85", [0x8e49] = "\xdc\x86", + [0x8e4a] = "\xdc\x87", [0x8e4b] = "\xdc\x88", [0x8e4c] = "\xdc\x89", + [0x8e4d] = "\xdc\x8a", [0x8e4e] = "\xea\xa6", [0x8e4f] = "\xdc\x8b", + [0x8e50] = "\xdc\x8c", [0x8e51] = "\xdc\x8d", [0x8e52] = "\xdc\x8e", + [0x8e53] = "\xdc\x8f", [0x8e54] = "\xdc\x90", [0x8e55] = "\xdc\x91", + [0x8e56] = "\xdc\x92", [0x8e57] = "\xdc\x93", [0x8e58] = "\xdc\x94", + [0x8e59] = "\xdc\x95", [0x8e5a] = "\xdc\x96", [0x8e5b] = "\xdc\x97", + [0x8e5c] = "\xdc\x98", [0x8e5d] = "\xdc\x99", [0x8e5e] = "\xdc\x9a", + [0x8e5f] = "\xdc\x9b", [0x8e60] = "\xdc\x9c", [0x8e61] = "\xdc\x9d", + [0x8e62] = "\xdc\x9e", [0x8e63] = "\xdc\x9f", [0x8e64] = "\xdc\xa0", + [0x8e65] = "\xdd\x40", [0x8e66] = "\xdd\x41", [0x8e67] = "\xdd\x42", + [0x8e68] = "\xdd\x43", [0x8e69] = "\xdd\x44", [0x8e6a] = "\xdd\x45", + [0x8e6b] = "\xdd\x46", [0x8e6c] = "\xdd\x47", [0x8e6d] = "\xdd\x48", + [0x8e6e] = "\xdd\x49", [0x8e6f] = "\xdd\x4a", [0x8e70] = "\xdd\x4b", + [0x8e71] = "\xdd\x4c", [0x8e72] = "\xdd\x4d", [0x8e73] = "\xdd\x4e", + [0x8e74] = "\xdd\x4f", [0x8e75] = "\xdd\x50", [0x8e76] = "\xdd\x51", + [0x8e77] = "\xdd\x52", [0x8e78] = "\xdd\x53", [0x8e79] = "\xdd\x54", + [0x8e7a] = "\xdd\x55", [0x8e7b] = "\xdd\x56", [0x8e7c] = "\xdd\x57", + [0x8e7d] = "\xdd\x58", [0x8e7e] = "\xdd\x59", [0x8e7f] = "\xdd\x5a", + [0x8e80] = "\xdd\x5b", [0x8e81] = "\xdd\x5c", [0x8e82] = "\xdd\x5d", + [0x8e83] = "\xdd\x5e", [0x8e84] = "\xdd\x5f", [0x8e85] = "\xdd\x60", + [0x8e86] = "\xdd\x61", [0x8e87] = "\xdd\x62", [0x8e88] = "\xdd\x63", + [0x8e89] = "\xdd\x64", [0x8e8a] = "\xdd\x65", [0x8e8b] = "\xdd\x66", + [0x8e8c] = "\xdd\x67", [0x8e8d] = "\xdd\x68", [0x8e8e] = "\xdd\x69", + [0x8e8f] = "\xdd\x6a", [0x8e90] = "\xdd\x6b", [0x8e91] = "\xdd\x6c", + [0x8e92] = "\xdd\x6d", [0x8e93] = "\xdd\x6e", [0x8e94] = "\xdd\x6f", + [0x8e95] = "\xdd\x70", [0x8e96] = "\xdd\x71", [0x8e97] = "\xdd\x72", + [0x8e98] = "\xdd\x73", [0x8e99] = "\xdd\x74", [0x8e9a] = "\xdd\x75", + [0x8e9b] = "\xdd\x76", [0x8e9c] = "\xdd\x77", [0x8e9d] = "\xdd\x78", + [0x8e9e] = "\xdd\x79", [0x8e9f] = "\xdd\x7a", [0x8ea0] = "\xdd\x7b", + [0x8ea1] = "\xdd\x7c", [0x8ea2] = "\xdd\x7d", [0x8ea3] = "\xdd\x7e", + [0x8ea4] = "\xdd\x80", [0x8ea5] = "\xdd\x81", [0x8ea6] = "\xdd\x82", + [0x8ea7] = "\xdd\x83", [0x8ea8] = "\xdd\x84", [0x8ea9] = "\xdd\x85", + [0x8eaa] = "\xdd\x86", [0x8eab] = "\xdd\x87", [0x8eac] = "\xdd\x88", + [0x8ead] = "\xdd\x89", [0x8eae] = "\xdd\x8a", [0x8eaf] = "\xdd\x8b", + [0x8eb0] = "\xdd\x8c", [0x8eb1] = "\xdd\x8d", [0x8eb2] = "\xdd\x8e", + [0x8eb3] = "\xdd\x8f", [0x8eb4] = "\xdd\x90", [0x8eb5] = "\xdd\x91", + [0x8eb6] = "\xdd\x92", [0x8eb7] = "\xdd\x93", [0x8eb8] = "\xdd\x94", + [0x8eb9] = "\xdd\x95", [0x8eba] = "\xdd\x96", [0x8ebb] = "\xdd\x97", + [0x8ebc] = "\xdd\x98", [0x8ebd] = "\xdd\x99", [0x8ebe] = "\xdd\x9a", + [0x8ebf] = "\xdd\x9b", [0x8ec0] = "\xdd\x9c", [0x8ec1] = "\xdd\x9d", + [0x8ec2] = "\xdd\x9e", [0x8ec3] = "\xdd\x9f", [0x8ec4] = "\xdd\xa0", + [0x8ec5] = "\xde\x40", [0x8ec6] = "\xde\x41", [0x8ec7] = "\xde\x42", + [0x8ec8] = "\xde\x43", [0x8ec9] = "\xde\x44", [0x8eca] = "\xde\x45", + [0x8ecb] = "\xde\x46", [0x8ecc] = "\xde\x47", [0x8ecd] = "\xde\x48", + [0x8ece] = "\xde\x49", [0x8ecf] = "\xde\x4a", [0x8ed0] = "\xde\x4b", + [0x8ed1] = "\xde\x4c", [0x8ed2] = "\xde\x4d", [0x8ed3] = "\xde\x4e", + [0x8ed4] = "\xde\x4f", [0x8ed5] = "\xde\x50", [0x8ed6] = "\xde\x51", + [0x8ed7] = "\xde\x52", [0x8ed8] = "\xde\x53", [0x8ed9] = "\xde\x54", + [0x8eda] = "\xde\x55", [0x8edb] = "\xde\x56", [0x8edc] = "\xde\x57", + [0x8edd] = "\xde\x58", [0x8ede] = "\xde\x59", [0x8edf] = "\xde\x5a", + [0x8ee0] = "\xde\x5b", [0x8ee1] = "\xde\x5c", [0x8ee2] = "\xde\x5d", + [0x8ee3] = "\xde\x5e", [0x8ee4] = "\xde\x5f", [0x8ee5] = "\xde\x60", + [0x8ee6] = "\xb3\xb5", [0x8ee7] = "\xd4\xfe", [0x8ee8] = "\xb9\xec", + [0x8ee9] = "\xd0\xf9", [0x8eea] = "\xde\x61", [0x8eeb] = "\xe9\xed", + [0x8eec] = "\xd7\xaa", [0x8eed] = "\xe9\xee", [0x8eee] = "\xc2\xd6", + [0x8eef] = "\xc8\xed", [0x8ef0] = "\xba\xe4", [0x8ef1] = "\xe9\xef", + [0x8ef2] = "\xe9\xf0", [0x8ef3] = "\xe9\xf1", [0x8ef4] = "\xd6\xe1", + [0x8ef5] = "\xe9\xf2", [0x8ef6] = "\xe9\xf3", [0x8ef7] = "\xe9\xf5", + [0x8ef8] = "\xe9\xf4", [0x8ef9] = "\xe9\xf6", [0x8efa] = "\xe9\xf7", + [0x8efb] = "\xc7\xe1", [0x8efc] = "\xe9\xf8", [0x8efd] = "\xd4\xd8", + [0x8efe] = "\xe9\xf9", [0x8eff] = "\xbd\xce", [0x8f00] = "\xde\x62", + [0x8f01] = "\xe9\xfa", [0x8f02] = "\xe9\xfb", [0x8f03] = "\xbd\xcf", + [0x8f04] = "\xe9\xfc", [0x8f05] = "\xb8\xa8", [0x8f06] = "\xc1\xbe", + [0x8f07] = "\xe9\xfd", [0x8f08] = "\xb1\xb2", [0x8f09] = "\xbb\xd4", + [0x8f0a] = "\xb9\xf5", [0x8f0b] = "\xe9\xfe", [0x8f0c] = "\xde\x63", + [0x8f0d] = "\xea\xa1", [0x8f0e] = "\xea\xa2", [0x8f0f] = "\xea\xa3", + [0x8f10] = "\xb7\xf8", [0x8f11] = "\xbc\xad", [0x8f12] = "\xde\x64", + [0x8f13] = "\xca\xe4", [0x8f14] = "\xe0\xce", [0x8f15] = "\xd4\xaf", + [0x8f16] = "\xcf\xbd", [0x8f17] = "\xd5\xb7", [0x8f18] = "\xea\xa4", + [0x8f19] = "\xd5\xde", [0x8f1a] = "\xea\xa5", [0x8f1b] = "\xd0\xc1", + [0x8f1c] = "\xb9\xbc", [0x8f1d] = "\xde\x65", [0x8f1e] = "\xb4\xc7", + [0x8f1f] = "\xb1\xd9", [0x8f20] = "\xde\x66", [0x8f21] = "\xde\x67", + [0x8f22] = "\xde\x68", [0x8f23] = "\xc0\xb1", [0x8f24] = "\xde\x69", + [0x8f25] = "\xde\x6a", [0x8f26] = "\xde\x6b", [0x8f27] = "\xde\x6c", + [0x8f28] = "\xb1\xe6", [0x8f29] = "\xb1\xe7", [0x8f2a] = "\xde\x6d", + [0x8f2b] = "\xb1\xe8", [0x8f2c] = "\xde\x6e", [0x8f2d] = "\xde\x6f", + [0x8f2e] = "\xde\x70", [0x8f2f] = "\xde\x71", [0x8f30] = "\xb3\xbd", + [0x8f31] = "\xc8\xe8", [0x8f32] = "\xde\x72", [0x8f33] = "\xde\x73", + [0x8f34] = "\xde\x74", [0x8f35] = "\xde\x75", [0x8f36] = "\xe5\xc1", + [0x8f37] = "\xde\x76", [0x8f38] = "\xde\x77", [0x8f39] = "\xb1\xdf", + [0x8f3a] = "\xde\x78", [0x8f3b] = "\xde\x79", [0x8f3c] = "\xde\x7a", + [0x8f3d] = "\xc1\xc9", [0x8f3e] = "\xb4\xef", [0x8f3f] = "\xde\x7b", + [0x8f40] = "\xde\x7c", [0x8f41] = "\xc7\xa8", [0x8f42] = "\xd3\xd8", + [0x8f43] = "\xde\x7d", [0x8f44] = "\xc6\xf9", [0x8f45] = "\xd1\xb8", + [0x8f46] = "\xde\x7e", [0x8f47] = "\xb9\xfd", [0x8f48] = "\xc2\xf5", + [0x8f49] = "\xde\x80", [0x8f4a] = "\xde\x81", [0x8f4b] = "\xde\x82", + [0x8f4c] = "\xde\x83", [0x8f4d] = "\xde\x84", [0x8f4e] = "\xd3\xad", + [0x8f4f] = "\xde\x85", [0x8f50] = "\xd4\xcb", [0x8f51] = "\xbd\xfc", + [0x8f52] = "\xde\x86", [0x8f53] = "\xe5\xc2", [0x8f54] = "\xb7\xb5", + [0x8f55] = "\xe5\xc3", [0x8f56] = "\xde\x87", [0x8f57] = "\xde\x88", + [0x8f58] = "\xbb\xb9", [0x8f59] = "\xd5\xe2", [0x8f5a] = "\xde\x89", + [0x8f5b] = "\xbd\xf8", [0x8f5c] = "\xd4\xb6", [0x8f5d] = "\xce\xa5", + [0x8f5e] = "\xc1\xac", [0x8f5f] = "\xb3\xd9", [0x8f60] = "\xde\x8a", + [0x8f61] = "\xde\x8b", [0x8f62] = "\xcc\xf6", [0x8f63] = "\xde\x8c", + [0x8f64] = "\xe5\xc6", [0x8f65] = "\xe5\xc4", [0x8f66] = "\xe5\xc8", + [0x8f67] = "\xde\x8d", [0x8f68] = "\xe5\xca", [0x8f69] = "\xe5\xc7", + [0x8f6a] = "\xb5\xcf", [0x8f6b] = "\xc6\xc8", [0x8f6c] = "\xde\x8e", + [0x8f6d] = "\xb5\xfc", [0x8f6e] = "\xe5\xc5", [0x8f6f] = "\xde\x8f", + [0x8f70] = "\xca\xf6", [0x8f71] = "\xde\x90", [0x8f72] = "\xde\x91", + [0x8f73] = "\xe5\xc9", [0x8f74] = "\xde\x92", [0x8f75] = "\xde\x93", + [0x8f76] = "\xde\x94", [0x8f77] = "\xc3\xd4", [0x8f78] = "\xb1\xc5", + [0x8f79] = "\xbc\xa3", [0x8f7a] = "\xde\x95", [0x8f7b] = "\xde\x96", + [0x8f7c] = "\xde\x97", [0x8f7d] = "\xd7\xb7", [0x8f7e] = "\xde\x98", + [0x8f7f] = "\xde\x99", [0x8f80] = "\xcd\xcb", [0x8f81] = "\xcb\xcd", + [0x8f82] = "\xca\xca", [0x8f83] = "\xcc\xd3", [0x8f84] = "\xe5\xcc", + [0x8f85] = "\xe5\xcb", [0x8f86] = "\xc4\xe6", [0x8f87] = "\xde\x9a", + [0x8f88] = "\xde\x9b", [0x8f89] = "\xd1\xa1", [0x8f8a] = "\xd1\xb7", + [0x8f8b] = "\xe5\xcd", [0x8f8c] = "\xde\x9c", [0x8f8d] = "\xe5\xd0", + [0x8f8e] = "\xde\x9d", [0x8f8f] = "\xcd\xb8", [0x8f90] = "\xd6\xf0", + [0x8f91] = "\xe5\xcf", [0x8f92] = "\xb5\xdd", [0x8f93] = "\xde\x9e", + [0x8f94] = "\xcd\xbe", [0x8f95] = "\xde\x9f", [0x8f96] = "\xe5\xd1", + [0x8f97] = "\xb6\xba", [0x8f98] = "\xde\xa0", [0x8f99] = "\xdf\x40", + [0x8f9a] = "\xcd\xa8", [0x8f9b] = "\xb9\xe4", [0x8f9c] = "\xdf\x41", + [0x8f9d] = "\xca\xc5", [0x8f9e] = "\xb3\xd1", [0x8f9f] = "\xcb\xd9", + [0x8fa0] = "\xd4\xec", [0x8fa1] = "\xe5\xd2", [0x8fa2] = "\xb7\xea", + [0x8fa3] = "\xdf\x42", [0x8fa4] = "\xdf\x43", [0x8fa5] = "\xdf\x44", + [0x8fa6] = "\xe5\xce", [0x8fa7] = "\xdf\x45", [0x8fa8] = "\xdf\x46", + [0x8fa9] = "\xdf\x47", [0x8faa] = "\xdf\x48", [0x8fab] = "\xdf\x49", + [0x8fac] = "\xdf\x4a", [0x8fad] = "\xe5\xd5", [0x8fae] = "\xb4\xfe", + [0x8faf] = "\xe5\xd6", [0x8fb0] = "\xdf\x4b", [0x8fb1] = "\xdf\x4c", + [0x8fb2] = "\xdf\x4d", [0x8fb3] = "\xdf\x4e", [0x8fb4] = "\xdf\x4f", + [0x8fb5] = "\xe5\xd3", [0x8fb6] = "\xe5\xd4", [0x8fb7] = "\xdf\x50", + [0x8fb8] = "\xd2\xdd", [0x8fb9] = "\xdf\x51", [0x8fba] = "\xdf\x52", + [0x8fbb] = "\xc2\xdf", [0x8fbc] = "\xb1\xc6", [0x8fbd] = "\xdf\x53", + [0x8fbe] = "\xd3\xe2", [0x8fbf] = "\xdf\x54", [0x8fc0] = "\xdf\x55", + [0x8fc1] = "\xb6\xdd", [0x8fc2] = "\xcb\xec", [0x8fc3] = "\xdf\x56", + [0x8fc4] = "\xe5\xd7", [0x8fc5] = "\xdf\x57", [0x8fc6] = "\xdf\x58", + [0x8fc7] = "\xd3\xf6", [0x8fc8] = "\xdf\x59", [0x8fc9] = "\xdf\x5a", + [0x8fca] = "\xdf\x5b", [0x8fcb] = "\xdf\x5c", [0x8fcc] = "\xdf\x5d", + [0x8fcd] = "\xb1\xe9", [0x8fce] = "\xdf\x5e", [0x8fcf] = "\xb6\xf4", + [0x8fd0] = "\xe5\xda", [0x8fd1] = "\xe5\xd8", [0x8fd2] = "\xe5\xd9", + [0x8fd3] = "\xb5\xc0", [0x8fd4] = "\xdf\x5f", [0x8fd5] = "\xdf\x60", + [0x8fd6] = "\xdf\x61", [0x8fd7] = "\xd2\xc5", [0x8fd8] = "\xe5\xdc", + [0x8fd9] = "\xdf\x62", [0x8fda] = "\xdf\x63", [0x8fdb] = "\xe5\xde", + [0x8fdc] = "\xdf\x64", [0x8fdd] = "\xdf\x65", [0x8fde] = "\xdf\x66", + [0x8fdf] = "\xdf\x67", [0x8fe0] = "\xdf\x68", [0x8fe1] = "\xdf\x69", + [0x8fe2] = "\xe5\xdd", [0x8fe3] = "\xc7\xb2", [0x8fe4] = "\xdf\x6a", + [0x8fe5] = "\xd2\xa3", [0x8fe6] = "\xdf\x6b", [0x8fe7] = "\xdf\x6c", + [0x8fe8] = "\xe5\xdb", [0x8fe9] = "\xdf\x6d", [0x8fea] = "\xdf\x6e", + [0x8feb] = "\xdf\x6f", [0x8fec] = "\xdf\x70", [0x8fed] = "\xd4\xe2", + [0x8fee] = "\xd5\xda", [0x8fef] = "\xdf\x71", [0x8ff0] = "\xdf\x72", + [0x8ff1] = "\xdf\x73", [0x8ff2] = "\xdf\x74", [0x8ff3] = "\xdf\x75", + [0x8ff4] = "\xe5\xe0", [0x8ff5] = "\xd7\xf1", [0x8ff6] = "\xdf\x76", + [0x8ff7] = "\xdf\x77", [0x8ff8] = "\xdf\x78", [0x8ff9] = "\xdf\x79", + [0x8ffa] = "\xdf\x7a", [0x8ffb] = "\xdf\x7b", [0x8ffc] = "\xdf\x7c", + [0x8ffd] = "\xe5\xe1", [0x8ffe] = "\xdf\x7d", [0x8fff] = "\xb1\xdc", + [0x9000] = "\xd1\xfb", [0x9001] = "\xdf\x7e", [0x9002] = "\xe5\xe2", + [0x9003] = "\xe5\xe4", [0x9004] = "\xdf\x80", [0x9005] = "\xdf\x81", + [0x9006] = "\xdf\x82", [0x9007] = "\xdf\x83", [0x9008] = "\xe5\xe3", + [0x9009] = "\xdf\x84", [0x900a] = "\xdf\x85", [0x900b] = "\xe5\xe5", + [0x900c] = "\xdf\x86", [0x900d] = "\xdf\x87", [0x900e] = "\xdf\x88", + [0x900f] = "\xdf\x89", [0x9010] = "\xdf\x8a", [0x9011] = "\xd2\xd8", + [0x9012] = "\xdf\x8b", [0x9013] = "\xb5\xcb", [0x9014] = "\xdf\x8c", + [0x9015] = "\xe7\xdf", [0x9016] = "\xdf\x8d", [0x9017] = "\xda\xf5", + [0x9018] = "\xdf\x8e", [0x9019] = "\xda\xf8", [0x901a] = "\xdf\x8f", + [0x901b] = "\xda\xf6", [0x901c] = "\xdf\x90", [0x901d] = "\xda\xf7", + [0x901e] = "\xdf\x91", [0x901f] = "\xdf\x92", [0x9020] = "\xdf\x93", + [0x9021] = "\xda\xfa", [0x9022] = "\xd0\xcf", [0x9023] = "\xc4\xc7", + [0x9024] = "\xdf\x94", [0x9025] = "\xdf\x95", [0x9026] = "\xb0\xee", + [0x9027] = "\xdf\x96", [0x9028] = "\xdf\x97", [0x9029] = "\xdf\x98", + [0x902a] = "\xd0\xb0", [0x902b] = "\xdf\x99", [0x902c] = "\xda\xf9", + [0x902d] = "\xdf\x9a", [0x902e] = "\xd3\xca", [0x902f] = "\xba\xaa", + [0x9030] = "\xdb\xa2", [0x9031] = "\xc7\xf1", [0x9032] = "\xdf\x9b", + [0x9033] = "\xda\xfc", [0x9034] = "\xda\xfb", [0x9035] = "\xc9\xdb", + [0x9036] = "\xda\xfd", [0x9037] = "\xdf\x9c", [0x9038] = "\xdb\xa1", + [0x9039] = "\xd7\xde", [0x903a] = "\xda\xfe", [0x903b] = "\xc1\xda", + [0x903c] = "\xdf\x9d", [0x903d] = "\xdf\x9e", [0x903e] = "\xdb\xa5", + [0x903f] = "\xdf\x9f", [0x9040] = "\xdf\xa0", [0x9041] = "\xd3\xf4", + [0x9042] = "\xe0\x40", [0x9043] = "\xe0\x41", [0x9044] = "\xdb\xa7", + [0x9045] = "\xdb\xa4", [0x9046] = "\xe0\x42", [0x9047] = "\xdb\xa8", + [0x9048] = "\xe0\x43", [0x9049] = "\xe0\x44", [0x904a] = "\xbd\xbc", + [0x904b] = "\xe0\x45", [0x904c] = "\xe0\x46", [0x904d] = "\xe0\x47", + [0x904e] = "\xc0\xc9", [0x904f] = "\xdb\xa3", [0x9050] = "\xdb\xa6", + [0x9051] = "\xd6\xa3", [0x9052] = "\xe0\x48", [0x9053] = "\xdb\xa9", + [0x9054] = "\xe0\x49", [0x9055] = "\xe0\x4a", [0x9056] = "\xe0\x4b", + [0x9057] = "\xdb\xad", [0x9058] = "\xe0\x4c", [0x9059] = "\xe0\x4d", + [0x905a] = "\xe0\x4e", [0x905b] = "\xdb\xae", [0x905c] = "\xdb\xac", + [0x905d] = "\xba\xc2", [0x905e] = "\xe0\x4f", [0x905f] = "\xe0\x50", + [0x9060] = "\xe0\x51", [0x9061] = "\xbf\xa4", [0x9062] = "\xdb\xab", + [0x9063] = "\xe0\x52", [0x9064] = "\xe0\x53", [0x9065] = "\xe0\x54", + [0x9066] = "\xdb\xaa", [0x9067] = "\xd4\xc7", [0x9068] = "\xb2\xbf", + [0x9069] = "\xe0\x55", [0x906a] = "\xe0\x56", [0x906b] = "\xdb\xaf", + [0x906c] = "\xe0\x57", [0x906d] = "\xb9\xf9", [0x906e] = "\xe0\x58", + [0x906f] = "\xdb\xb0", [0x9070] = "\xe0\x59", [0x9071] = "\xe0\x5a", + [0x9072] = "\xe0\x5b", [0x9073] = "\xe0\x5c", [0x9074] = "\xb3\xbb", + [0x9075] = "\xe0\x5d", [0x9076] = "\xe0\x5e", [0x9077] = "\xe0\x5f", + [0x9078] = "\xb5\xa6", [0x9079] = "\xe0\x60", [0x907a] = "\xe0\x61", + [0x907b] = "\xe0\x62", [0x907c] = "\xe0\x63", [0x907d] = "\xb6\xbc", + [0x907e] = "\xdb\xb1", [0x907f] = "\xe0\x64", [0x9080] = "\xe0\x65", + [0x9081] = "\xe0\x66", [0x9082] = "\xb6\xf5", [0x9083] = "\xe0\x67", + [0x9084] = "\xdb\xb2", [0x9085] = "\xe0\x68", [0x9086] = "\xe0\x69", + [0x9087] = "\xe0\x6a", [0x9088] = "\xe0\x6b", [0x9089] = "\xe0\x6c", + [0x908a] = "\xe0\x6d", [0x908b] = "\xe0\x6e", [0x908c] = "\xe0\x6f", + [0x908d] = "\xe0\x70", [0x908e] = "\xe0\x71", [0x908f] = "\xe0\x72", + [0x9090] = "\xe0\x73", [0x9091] = "\xe0\x74", [0x9092] = "\xe0\x75", + [0x9093] = "\xe0\x76", [0x9094] = "\xe0\x77", [0x9095] = "\xe0\x78", + [0x9096] = "\xe0\x79", [0x9097] = "\xe0\x7a", [0x9098] = "\xe0\x7b", + [0x9099] = "\xb1\xc9", [0x909a] = "\xe0\x7c", [0x909b] = "\xe0\x7d", + [0x909c] = "\xe0\x7e", [0x909d] = "\xe0\x80", [0x909e] = "\xdb\xb4", + [0x909f] = "\xe0\x81", [0x90a0] = "\xe0\x82", [0x90a1] = "\xe0\x83", + [0x90a2] = "\xdb\xb3", [0x90a3] = "\xdb\xb5", [0x90a4] = "\xe0\x84", + [0x90a5] = "\xe0\x85", [0x90a6] = "\xe0\x86", [0x90a7] = "\xe0\x87", + [0x90a8] = "\xe0\x88", [0x90a9] = "\xe0\x89", [0x90aa] = "\xe0\x8a", + [0x90ab] = "\xe0\x8b", [0x90ac] = "\xe0\x8c", [0x90ad] = "\xe0\x8d", + [0x90ae] = "\xe0\x8e", [0x90af] = "\xdb\xb7", [0x90b0] = "\xe0\x8f", + [0x90b1] = "\xdb\xb6", [0x90b2] = "\xe0\x90", [0x90b3] = "\xe0\x91", + [0x90b4] = "\xe0\x92", [0x90b5] = "\xe0\x93", [0x90b6] = "\xe0\x94", + [0x90b7] = "\xe0\x95", [0x90b8] = "\xe0\x96", [0x90b9] = "\xdb\xb8", + [0x90ba] = "\xe0\x97", [0x90bb] = "\xe0\x98", [0x90bc] = "\xe0\x99", + [0x90bd] = "\xe0\x9a", [0x90be] = "\xe0\x9b", [0x90bf] = "\xe0\x9c", + [0x90c0] = "\xe0\x9d", [0x90c1] = "\xe0\x9e", [0x90c2] = "\xe0\x9f", + [0x90c3] = "\xdb\xb9", [0x90c4] = "\xe0\xa0", [0x90c5] = "\xe1\x40", + [0x90c6] = "\xdb\xba", [0x90c7] = "\xe1\x41", [0x90c8] = "\xe1\x42", + [0x90c9] = "\xd3\xcf", [0x90ca] = "\xf4\xfa", [0x90cb] = "\xc7\xf5", + [0x90cc] = "\xd7\xc3", [0x90cd] = "\xc5\xe4", [0x90ce] = "\xf4\xfc", + [0x90cf] = "\xf4\xfd", [0x90d0] = "\xf4\xfb", [0x90d1] = "\xe1\x43", + [0x90d2] = "\xbe\xc6", [0x90d3] = "\xe1\x44", [0x90d4] = "\xe1\x45", + [0x90d5] = "\xe1\x46", [0x90d6] = "\xe1\x47", [0x90d7] = "\xd0\xef", + [0x90d8] = "\xe1\x48", [0x90d9] = "\xe1\x49", [0x90da] = "\xb7\xd3", + [0x90db] = "\xe1\x4a", [0x90dc] = "\xe1\x4b", [0x90dd] = "\xd4\xcd", + [0x90de] = "\xcc\xaa", [0x90df] = "\xe1\x4c", [0x90e0] = "\xe1\x4d", + [0x90e1] = "\xf5\xa2", [0x90e2] = "\xf5\xa1", [0x90e3] = "\xba\xa8", + [0x90e4] = "\xf4\xfe", [0x90e5] = "\xcb\xd6", [0x90e6] = "\xe1\x4e", + [0x90e7] = "\xe1\x4f", [0x90e8] = "\xe1\x50", [0x90e9] = "\xf5\xa4", + [0x90ea] = "\xc0\xd2", [0x90eb] = "\xe1\x51", [0x90ec] = "\xb3\xea", + [0x90ed] = "\xe1\x52", [0x90ee] = "\xcd\xaa", [0x90ef] = "\xf5\xa5", + [0x90f0] = "\xf5\xa3", [0x90f1] = "\xbd\xb4", [0x90f2] = "\xf5\xa8", + [0x90f3] = "\xe1\x53", [0x90f4] = "\xf5\xa9", [0x90f5] = "\xbd\xcd", + [0x90f6] = "\xc3\xb8", [0x90f7] = "\xbf\xe1", [0x90f8] = "\xcb\xe1", + [0x90f9] = "\xf5\xaa", [0x90fa] = "\xe1\x54", [0x90fb] = "\xe1\x55", + [0x90fc] = "\xe1\x56", [0x90fd] = "\xf5\xa6", [0x90fe] = "\xf5\xa7", + [0x90ff] = "\xc4\xf0", [0x9100] = "\xe1\x57", [0x9101] = "\xe1\x58", + [0x9102] = "\xe1\x59", [0x9103] = "\xe1\x5a", [0x9104] = "\xe1\x5b", + [0x9105] = "\xf5\xac", [0x9106] = "\xe1\x5c", [0x9107] = "\xb4\xbc", + [0x9108] = "\xe1\x5d", [0x9109] = "\xd7\xed", [0x910a] = "\xe1\x5e", + [0x910b] = "\xb4\xd7", [0x910c] = "\xf5\xab", [0x910d] = "\xf5\xae", + [0x910e] = "\xe1\x5f", [0x910f] = "\xe1\x60", [0x9110] = "\xf5\xad", + [0x9111] = "\xf5\xaf", [0x9112] = "\xd0\xd1", [0x9113] = "\xe1\x61", + [0x9114] = "\xe1\x62", [0x9115] = "\xe1\x63", [0x9116] = "\xe1\x64", + [0x9117] = "\xe1\x65", [0x9118] = "\xe1\x66", [0x9119] = "\xe1\x67", + [0x911a] = "\xc3\xd1", [0x911b] = "\xc8\xa9", [0x911c] = "\xe1\x68", + [0x911d] = "\xe1\x69", [0x911e] = "\xe1\x6a", [0x911f] = "\xe1\x6b", + [0x9120] = "\xe1\x6c", [0x9121] = "\xe1\x6d", [0x9122] = "\xf5\xb0", + [0x9123] = "\xf5\xb1", [0x9124] = "\xe1\x6e", [0x9125] = "\xe1\x6f", + [0x9126] = "\xe1\x70", [0x9127] = "\xe1\x71", [0x9128] = "\xe1\x72", + [0x9129] = "\xe1\x73", [0x912a] = "\xf5\xb2", [0x912b] = "\xe1\x74", + [0x912c] = "\xe1\x75", [0x912d] = "\xf5\xb3", [0x912e] = "\xf5\xb4", + [0x912f] = "\xf5\xb5", [0x9130] = "\xe1\x76", [0x9131] = "\xe1\x77", + [0x9132] = "\xe1\x78", [0x9133] = "\xe1\x79", [0x9134] = "\xf5\xb7", + [0x9135] = "\xf5\xb6", [0x9136] = "\xe1\x7a", [0x9137] = "\xe1\x7b", + [0x9138] = "\xe1\x7c", [0x9139] = "\xe1\x7d", [0x913a] = "\xf5\xb8", + [0x913b] = "\xe1\x7e", [0x913c] = "\xe1\x80", [0x913d] = "\xe1\x81", + [0x913e] = "\xe1\x82", [0x913f] = "\xe1\x83", [0x9140] = "\xe1\x84", + [0x9141] = "\xe1\x85", [0x9142] = "\xe1\x86", [0x9143] = "\xe1\x87", + [0x9144] = "\xe1\x88", [0x9145] = "\xe1\x89", [0x9146] = "\xe1\x8a", + [0x9147] = "\xb2\xc9", [0x9148] = "\xe1\x8b", [0x9149] = "\xd3\xd4", + [0x914a] = "\xca\xcd", [0x914b] = "\xe1\x8c", [0x914c] = "\xc0\xef", + [0x914d] = "\xd6\xd8", [0x914e] = "\xd2\xb0", [0x914f] = "\xc1\xbf", + [0x9150] = "\xe1\x8d", [0x9151] = "\xbd\xf0", [0x9152] = "\xe1\x8e", + [0x9153] = "\xe1\x8f", [0x9154] = "\xe1\x90", [0x9155] = "\xe1\x91", + [0x9156] = "\xe1\x92", [0x9157] = "\xe1\x93", [0x9158] = "\xe1\x94", + [0x9159] = "\xe1\x95", [0x915a] = "\xe1\x96", [0x915b] = "\xe1\x97", + [0x915c] = "\xb8\xaa", [0x915d] = "\xe1\x98", [0x915e] = "\xe1\x99", + [0x915f] = "\xe1\x9a", [0x9160] = "\xe1\x9b", [0x9161] = "\xe1\x9c", + [0x9162] = "\xe1\x9d", [0x9163] = "\xe1\x9e", [0x9164] = "\xe1\x9f", + [0x9165] = "\xe1\xa0", [0x9166] = "\xe2\x40", [0x9167] = "\xe2\x41", + [0x9168] = "\xe2\x42", [0x9169] = "\xe2\x43", [0x916a] = "\xe2\x44", + [0x916b] = "\xe2\x45", [0x916c] = "\xe2\x46", [0x916d] = "\xe2\x47", + [0x916e] = "\xe2\x48", [0x916f] = "\xe2\x49", [0x9170] = "\xe2\x4a", + [0x9171] = "\xe2\x4b", [0x9172] = "\xe2\x4c", [0x9173] = "\xe2\x4d", + [0x9174] = "\xe2\x4e", [0x9175] = "\xe2\x4f", [0x9176] = "\xe2\x50", + [0x9177] = "\xe2\x51", [0x9178] = "\xe2\x52", [0x9179] = "\xe2\x53", + [0x917a] = "\xe2\x54", [0x917b] = "\xe2\x55", [0x917c] = "\xe2\x56", + [0x917d] = "\xe2\x57", [0x917e] = "\xe2\x58", [0x917f] = "\xe2\x59", + [0x9180] = "\xe2\x5a", [0x9181] = "\xe2\x5b", [0x9182] = "\xe2\x5c", + [0x9183] = "\xe2\x5d", [0x9184] = "\xe2\x5e", [0x9185] = "\xe2\x5f", + [0x9186] = "\xe2\x60", [0x9187] = "\xe2\x61", [0x9188] = "\xe2\x62", + [0x9189] = "\xe2\x63", [0x918a] = "\xe2\x64", [0x918b] = "\xe2\x65", + [0x918c] = "\xe2\x66", [0x918d] = "\xe2\x67", [0x918e] = "\xe2\x68", + [0x918f] = "\xe2\x69", [0x9190] = "\xe2\x6a", [0x9191] = "\xe2\x6b", + [0x9192] = "\xe2\x6c", [0x9193] = "\xe2\x6d", [0x9194] = "\xe2\x6e", + [0x9195] = "\xe2\x6f", [0x9196] = "\xe2\x70", [0x9197] = "\xe2\x71", + [0x9198] = "\xe2\x72", [0x9199] = "\xe2\x73", [0x919a] = "\xe2\x74", + [0x919b] = "\xe2\x75", [0x919c] = "\xe2\x76", [0x919d] = "\xe2\x77", + [0x919e] = "\xe2\x78", [0x919f] = "\xe2\x79", [0x91a0] = "\xe2\x7a", + [0x91a1] = "\xe2\x7b", [0x91a2] = "\xe2\x7c", [0x91a3] = "\xe2\x7d", + [0x91a4] = "\xe2\x7e", [0x91a5] = "\xe2\x80", [0x91a6] = "\xe2\x81", + [0x91a7] = "\xe2\x82", [0x91a8] = "\xe2\x83", [0x91a9] = "\xe2\x84", + [0x91aa] = "\xe2\x85", [0x91ab] = "\xe2\x86", [0x91ac] = "\xe2\x87", + [0x91ad] = "\xe2\x88", [0x91ae] = "\xe2\x89", [0x91af] = "\xe2\x8a", + [0x91b0] = "\xe2\x8b", [0x91b1] = "\xe2\x8c", [0x91b2] = "\xe2\x8d", + [0x91b3] = "\xe2\x8e", [0x91b4] = "\xe2\x8f", [0x91b5] = "\xe2\x90", + [0x91b6] = "\xe2\x91", [0x91b7] = "\xe2\x92", [0x91b8] = "\xe2\x93", + [0x91b9] = "\xe2\x94", [0x91ba] = "\xe2\x95", [0x91bb] = "\xe2\x96", + [0x91bc] = "\xe2\x97", [0x91bd] = "\xe2\x98", [0x91be] = "\xe2\x99", + [0x91bf] = "\xe2\x9a", [0x91c0] = "\xe2\x9b", [0x91c1] = "\xe2\x9c", + [0x91c2] = "\xe2\x9d", [0x91c3] = "\xe2\x9e", [0x91c4] = "\xe2\x9f", + [0x91c5] = "\xe2\xa0", [0x91c6] = "\xe3\x40", [0x91c7] = "\xe3\x41", + [0x91c8] = "\xe3\x42", [0x91c9] = "\xe3\x43", [0x91ca] = "\xe3\x44", + [0x91cb] = "\xe3\x45", [0x91cc] = "\xe3\x46", [0x91cd] = "\xe3\x47", + [0x91ce] = "\xe3\x48", [0x91cf] = "\xe3\x49", [0x91d0] = "\xe3\x4a", + [0x91d1] = "\xe3\x4b", [0x91d2] = "\xe3\x4c", [0x91d3] = "\xe3\x4d", + [0x91d4] = "\xe3\x4e", [0x91d5] = "\xe3\x4f", [0x91d6] = "\xe3\x50", + [0x91d7] = "\xe3\x51", [0x91d8] = "\xe3\x52", [0x91d9] = "\xe3\x53", + [0x91da] = "\xe3\x54", [0x91db] = "\xe3\x55", [0x91dc] = "\xe3\x56", + [0x91dd] = "\xe3\x57", [0x91de] = "\xe3\x58", [0x91df] = "\xe3\x59", + [0x91e0] = "\xe3\x5a", [0x91e1] = "\xe3\x5b", [0x91e2] = "\xe3\x5c", + [0x91e3] = "\xe3\x5d", [0x91e4] = "\xe3\x5e", [0x91e5] = "\xe3\x5f", + [0x91e6] = "\xe3\x60", [0x91e7] = "\xe3\x61", [0x91e8] = "\xe3\x62", + [0x91e9] = "\xe3\x63", [0x91ea] = "\xe3\x64", [0x91eb] = "\xe3\x65", + [0x91ec] = "\xe3\x66", [0x91ed] = "\xe3\x67", [0x91ee] = "\xe3\x68", + [0x91ef] = "\xe3\x69", [0x91f0] = "\xe3\x6a", [0x91f1] = "\xe3\x6b", + [0x91f2] = "\xe3\x6c", [0x91f3] = "\xe3\x6d", [0x91f4] = "\xbc\xf8", + [0x91f5] = "\xe3\x6e", [0x91f6] = "\xe3\x6f", [0x91f7] = "\xe3\x70", + [0x91f8] = "\xe3\x71", [0x91f9] = "\xe3\x72", [0x91fa] = "\xe3\x73", + [0x91fb] = "\xe3\x74", [0x91fc] = "\xe3\x75", [0x91fd] = "\xe3\x76", + [0x91fe] = "\xe3\x77", [0x91ff] = "\xe3\x78", [0x9200] = "\xe3\x79", + [0x9201] = "\xe3\x7a", [0x9202] = "\xe3\x7b", [0x9203] = "\xe3\x7c", + [0x9204] = "\xe3\x7d", [0x9205] = "\xe3\x7e", [0x9206] = "\xe3\x80", + [0x9207] = "\xe3\x81", [0x9208] = "\xe3\x82", [0x9209] = "\xe3\x83", + [0x920a] = "\xe3\x84", [0x920b] = "\xe3\x85", [0x920c] = "\xe3\x86", + [0x920d] = "\xe3\x87", [0x920e] = "\xf6\xc6", [0x920f] = "\xe3\x88", + [0x9210] = "\xe3\x89", [0x9211] = "\xe3\x8a", [0x9212] = "\xe3\x8b", + [0x9213] = "\xe3\x8c", [0x9214] = "\xe3\x8d", [0x9215] = "\xe3\x8e", + [0x9216] = "\xe3\x8f", [0x9217] = "\xe3\x90", [0x9218] = "\xe3\x91", + [0x9219] = "\xe3\x92", [0x921a] = "\xe3\x93", [0x921b] = "\xe3\x94", + [0x921c] = "\xe3\x95", [0x921d] = "\xe3\x96", [0x921e] = "\xe3\x97", + [0x921f] = "\xe3\x98", [0x9220] = "\xe3\x99", [0x9221] = "\xe3\x9a", + [0x9222] = "\xe3\x9b", [0x9223] = "\xe3\x9c", [0x9224] = "\xe3\x9d", + [0x9225] = "\xe3\x9e", [0x9226] = "\xe3\x9f", [0x9227] = "\xe3\xa0", + [0x9228] = "\xe4\x40", [0x9229] = "\xe4\x41", [0x922a] = "\xe4\x42", + [0x922b] = "\xe4\x43", [0x922c] = "\xe4\x44", [0x922d] = "\xe4\x45", + [0x922e] = "\xf6\xc7", [0x922f] = "\xe4\x46", [0x9230] = "\xe4\x47", + [0x9231] = "\xe4\x48", [0x9232] = "\xe4\x49", [0x9233] = "\xe4\x4a", + [0x9234] = "\xe4\x4b", [0x9235] = "\xe4\x4c", [0x9236] = "\xe4\x4d", + [0x9237] = "\xe4\x4e", [0x9238] = "\xe4\x4f", [0x9239] = "\xe4\x50", + [0x923a] = "\xe4\x51", [0x923b] = "\xe4\x52", [0x923c] = "\xe4\x53", + [0x923d] = "\xe4\x54", [0x923e] = "\xe4\x55", [0x923f] = "\xe4\x56", + [0x9240] = "\xe4\x57", [0x9241] = "\xe4\x58", [0x9242] = "\xe4\x59", + [0x9243] = "\xe4\x5a", [0x9244] = "\xe4\x5b", [0x9245] = "\xe4\x5c", + [0x9246] = "\xe4\x5d", [0x9247] = "\xe4\x5e", [0x9248] = "\xf6\xc8", + [0x9249] = "\xe4\x5f", [0x924a] = "\xe4\x60", [0x924b] = "\xe4\x61", + [0x924c] = "\xe4\x62", [0x924d] = "\xe4\x63", [0x924e] = "\xe4\x64", + [0x924f] = "\xe4\x65", [0x9250] = "\xe4\x66", [0x9251] = "\xe4\x67", + [0x9252] = "\xe4\x68", [0x9253] = "\xe4\x69", [0x9254] = "\xe4\x6a", + [0x9255] = "\xe4\x6b", [0x9256] = "\xe4\x6c", [0x9257] = "\xe4\x6d", + [0x9258] = "\xe4\x6e", [0x9259] = "\xe4\x6f", [0x925a] = "\xe4\x70", + [0x925b] = "\xe4\x71", [0x925c] = "\xe4\x72", [0x925d] = "\xe4\x73", + [0x925e] = "\xe4\x74", [0x925f] = "\xe4\x75", [0x9260] = "\xe4\x76", + [0x9261] = "\xe4\x77", [0x9262] = "\xe4\x78", [0x9263] = "\xe4\x79", + [0x9264] = "\xe4\x7a", [0x9265] = "\xe4\x7b", [0x9266] = "\xe4\x7c", + [0x9267] = "\xe4\x7d", [0x9268] = "\xe4\x7e", [0x9269] = "\xe4\x80", + [0x926a] = "\xe4\x81", [0x926b] = "\xe4\x82", [0x926c] = "\xe4\x83", + [0x926d] = "\xe4\x84", [0x926e] = "\xe4\x85", [0x926f] = "\xe4\x86", + [0x9270] = "\xe4\x87", [0x9271] = "\xe4\x88", [0x9272] = "\xe4\x89", + [0x9273] = "\xe4\x8a", [0x9274] = "\xe4\x8b", [0x9275] = "\xe4\x8c", + [0x9276] = "\xe4\x8d", [0x9277] = "\xe4\x8e", [0x9278] = "\xe4\x8f", + [0x9279] = "\xe4\x90", [0x927a] = "\xe4\x91", [0x927b] = "\xe4\x92", + [0x927c] = "\xe4\x93", [0x927d] = "\xe4\x94", [0x927e] = "\xe4\x95", + [0x927f] = "\xe4\x96", [0x9280] = "\xe4\x97", [0x9281] = "\xe4\x98", + [0x9282] = "\xe4\x99", [0x9283] = "\xe4\x9a", [0x9284] = "\xe4\x9b", + [0x9285] = "\xe4\x9c", [0x9286] = "\xe4\x9d", [0x9287] = "\xe4\x9e", + [0x9288] = "\xe4\x9f", [0x9289] = "\xe4\xa0", [0x928a] = "\xe5\x40", + [0x928b] = "\xe5\x41", [0x928c] = "\xe5\x42", [0x928d] = "\xe5\x43", + [0x928e] = "\xe5\x44", [0x928f] = "\xe5\x45", [0x9290] = "\xe5\x46", + [0x9291] = "\xe5\x47", [0x9292] = "\xe5\x48", [0x9293] = "\xe5\x49", + [0x9294] = "\xe5\x4a", [0x9295] = "\xe5\x4b", [0x9296] = "\xe5\x4c", + [0x9297] = "\xe5\x4d", [0x9298] = "\xe5\x4e", [0x9299] = "\xe5\x4f", + [0x929a] = "\xe5\x50", [0x929b] = "\xe5\x51", [0x929c] = "\xe5\x52", + [0x929d] = "\xe5\x53", [0x929e] = "\xe5\x54", [0x929f] = "\xe5\x55", + [0x92a0] = "\xe5\x56", [0x92a1] = "\xe5\x57", [0x92a2] = "\xe5\x58", + [0x92a3] = "\xe5\x59", [0x92a4] = "\xe5\x5a", [0x92a5] = "\xe5\x5b", + [0x92a6] = "\xe5\x5c", [0x92a7] = "\xe5\x5d", [0x92a8] = "\xe5\x5e", + [0x92a9] = "\xe5\x5f", [0x92aa] = "\xe5\x60", [0x92ab] = "\xe5\x61", + [0x92ac] = "\xe5\x62", [0x92ad] = "\xe5\x63", [0x92ae] = "\xe5\x64", + [0x92af] = "\xe5\x65", [0x92b0] = "\xe5\x66", [0x92b1] = "\xe5\x67", + [0x92b2] = "\xe5\x68", [0x92b3] = "\xe5\x69", [0x92b4] = "\xe5\x6a", + [0x92b5] = "\xe5\x6b", [0x92b6] = "\xe5\x6c", [0x92b7] = "\xe5\x6d", + [0x92b8] = "\xe5\x6e", [0x92b9] = "\xe5\x6f", [0x92ba] = "\xe5\x70", + [0x92bb] = "\xe5\x71", [0x92bc] = "\xe5\x72", [0x92bd] = "\xe5\x73", + [0x92be] = "\xf6\xc9", [0x92bf] = "\xe5\x74", [0x92c0] = "\xe5\x75", + [0x92c1] = "\xe5\x76", [0x92c2] = "\xe5\x77", [0x92c3] = "\xe5\x78", + [0x92c4] = "\xe5\x79", [0x92c5] = "\xe5\x7a", [0x92c6] = "\xe5\x7b", + [0x92c7] = "\xe5\x7c", [0x92c8] = "\xe5\x7d", [0x92c9] = "\xe5\x7e", + [0x92ca] = "\xe5\x80", [0x92cb] = "\xe5\x81", [0x92cc] = "\xe5\x82", + [0x92cd] = "\xe5\x83", [0x92ce] = "\xe5\x84", [0x92cf] = "\xe5\x85", + [0x92d0] = "\xe5\x86", [0x92d1] = "\xe5\x87", [0x92d2] = "\xe5\x88", + [0x92d3] = "\xe5\x89", [0x92d4] = "\xe5\x8a", [0x92d5] = "\xe5\x8b", + [0x92d6] = "\xe5\x8c", [0x92d7] = "\xe5\x8d", [0x92d8] = "\xe5\x8e", + [0x92d9] = "\xe5\x8f", [0x92da] = "\xe5\x90", [0x92db] = "\xe5\x91", + [0x92dc] = "\xe5\x92", [0x92dd] = "\xe5\x93", [0x92de] = "\xe5\x94", + [0x92df] = "\xe5\x95", [0x92e0] = "\xe5\x96", [0x92e1] = "\xe5\x97", + [0x92e2] = "\xe5\x98", [0x92e3] = "\xe5\x99", [0x92e4] = "\xe5\x9a", + [0x92e5] = "\xe5\x9b", [0x92e6] = "\xe5\x9c", [0x92e7] = "\xe5\x9d", + [0x92e8] = "\xe5\x9e", [0x92e9] = "\xe5\x9f", [0x92ea] = "\xf6\xca", + [0x92eb] = "\xe5\xa0", [0x92ec] = "\xe6\x40", [0x92ed] = "\xe6\x41", + [0x92ee] = "\xe6\x42", [0x92ef] = "\xe6\x43", [0x92f0] = "\xe6\x44", + [0x92f1] = "\xe6\x45", [0x92f2] = "\xe6\x46", [0x92f3] = "\xe6\x47", + [0x92f4] = "\xe6\x48", [0x92f5] = "\xe6\x49", [0x92f6] = "\xe6\x4a", + [0x92f7] = "\xe6\x4b", [0x92f8] = "\xe6\x4c", [0x92f9] = "\xe6\x4d", + [0x92fa] = "\xe6\x4e", [0x92fb] = "\xe6\x4f", [0x92fc] = "\xe6\x50", + [0x92fd] = "\xe6\x51", [0x92fe] = "\xe6\x52", [0x92ff] = "\xe6\x53", + [0x9300] = "\xe6\x54", [0x9301] = "\xe6\x55", [0x9302] = "\xe6\x56", + [0x9303] = "\xe6\x57", [0x9304] = "\xe6\x58", [0x9305] = "\xe6\x59", + [0x9306] = "\xe6\x5a", [0x9307] = "\xe6\x5b", [0x9308] = "\xe6\x5c", + [0x9309] = "\xe6\x5d", [0x930a] = "\xe6\x5e", [0x930b] = "\xe6\x5f", + [0x930c] = "\xe6\x60", [0x930d] = "\xe6\x61", [0x930e] = "\xe6\x62", + [0x930f] = "\xf6\xcc", [0x9310] = "\xe6\x63", [0x9311] = "\xe6\x64", + [0x9312] = "\xe6\x65", [0x9313] = "\xe6\x66", [0x9314] = "\xe6\x67", + [0x9315] = "\xe6\x68", [0x9316] = "\xe6\x69", [0x9317] = "\xe6\x6a", + [0x9318] = "\xe6\x6b", [0x9319] = "\xe6\x6c", [0x931a] = "\xe6\x6d", + [0x931b] = "\xe6\x6e", [0x931c] = "\xe6\x6f", [0x931d] = "\xe6\x70", + [0x931e] = "\xe6\x71", [0x931f] = "\xe6\x72", [0x9320] = "\xe6\x73", + [0x9321] = "\xe6\x74", [0x9322] = "\xe6\x75", [0x9323] = "\xe6\x76", + [0x9324] = "\xe6\x77", [0x9325] = "\xe6\x78", [0x9326] = "\xe6\x79", + [0x9327] = "\xe6\x7a", [0x9328] = "\xe6\x7b", [0x9329] = "\xe6\x7c", + [0x932a] = "\xe6\x7d", [0x932b] = "\xe6\x7e", [0x932c] = "\xe6\x80", + [0x932d] = "\xe6\x81", [0x932e] = "\xe6\x82", [0x932f] = "\xe6\x83", + [0x9330] = "\xe6\x84", [0x9331] = "\xe6\x85", [0x9332] = "\xe6\x86", + [0x9333] = "\xe6\x87", [0x9334] = "\xe6\x88", [0x9335] = "\xe6\x89", + [0x9336] = "\xe6\x8a", [0x9337] = "\xe6\x8b", [0x9338] = "\xe6\x8c", + [0x9339] = "\xe6\x8d", [0x933a] = "\xe6\x8e", [0x933b] = "\xe6\x8f", + [0x933c] = "\xe6\x90", [0x933d] = "\xe6\x91", [0x933e] = "\xe6\x92", + [0x933f] = "\xe6\x93", [0x9340] = "\xe6\x94", [0x9341] = "\xe6\x95", + [0x9342] = "\xe6\x96", [0x9343] = "\xe6\x97", [0x9344] = "\xe6\x98", + [0x9345] = "\xe6\x99", [0x9346] = "\xe6\x9a", [0x9347] = "\xe6\x9b", + [0x9348] = "\xe6\x9c", [0x9349] = "\xe6\x9d", [0x934a] = "\xf6\xcb", + [0x934b] = "\xe6\x9e", [0x934c] = "\xe6\x9f", [0x934d] = "\xe6\xa0", + [0x934e] = "\xe7\x40", [0x934f] = "\xe7\x41", [0x9350] = "\xe7\x42", + [0x9351] = "\xe7\x43", [0x9352] = "\xe7\x44", [0x9353] = "\xe7\x45", + [0x9354] = "\xe7\x46", [0x9355] = "\xe7\x47", [0x9356] = "\xf7\xe9", + [0x9357] = "\xe7\x48", [0x9358] = "\xe7\x49", [0x9359] = "\xe7\x4a", + [0x935a] = "\xe7\x4b", [0x935b] = "\xe7\x4c", [0x935c] = "\xe7\x4d", + [0x935d] = "\xe7\x4e", [0x935e] = "\xe7\x4f", [0x935f] = "\xe7\x50", + [0x9360] = "\xe7\x51", [0x9361] = "\xe7\x52", [0x9362] = "\xe7\x53", + [0x9363] = "\xe7\x54", [0x9364] = "\xe7\x55", [0x9365] = "\xe7\x56", + [0x9366] = "\xe7\x57", [0x9367] = "\xe7\x58", [0x9368] = "\xe7\x59", + [0x9369] = "\xe7\x5a", [0x936a] = "\xe7\x5b", [0x936b] = "\xe7\x5c", + [0x936c] = "\xe7\x5d", [0x936d] = "\xe7\x5e", [0x936e] = "\xe7\x5f", + [0x936f] = "\xe7\x60", [0x9370] = "\xe7\x61", [0x9371] = "\xe7\x62", + [0x9372] = "\xe7\x63", [0x9373] = "\xe7\x64", [0x9374] = "\xe7\x65", + [0x9375] = "\xe7\x66", [0x9376] = "\xe7\x67", [0x9377] = "\xe7\x68", + [0x9378] = "\xe7\x69", [0x9379] = "\xe7\x6a", [0x937a] = "\xe7\x6b", + [0x937b] = "\xe7\x6c", [0x937c] = "\xe7\x6d", [0x937d] = "\xe7\x6e", + [0x937e] = "\xe7\x6f", [0x937f] = "\xe7\x70", [0x9380] = "\xe7\x71", + [0x9381] = "\xe7\x72", [0x9382] = "\xe7\x73", [0x9383] = "\xe7\x74", + [0x9384] = "\xe7\x75", [0x9385] = "\xe7\x76", [0x9386] = "\xe7\x77", + [0x9387] = "\xe7\x78", [0x9388] = "\xe7\x79", [0x9389] = "\xe7\x7a", + [0x938a] = "\xe7\x7b", [0x938b] = "\xe7\x7c", [0x938c] = "\xe7\x7d", + [0x938d] = "\xe7\x7e", [0x938e] = "\xe7\x80", [0x938f] = "\xe7\x81", + [0x9390] = "\xe7\x82", [0x9391] = "\xe7\x83", [0x9392] = "\xe7\x84", + [0x9393] = "\xe7\x85", [0x9394] = "\xe7\x86", [0x9395] = "\xe7\x87", + [0x9396] = "\xe7\x88", [0x9397] = "\xe7\x89", [0x9398] = "\xe7\x8a", + [0x9399] = "\xe7\x8b", [0x939a] = "\xe7\x8c", [0x939b] = "\xe7\x8d", + [0x939c] = "\xe7\x8e", [0x939d] = "\xe7\x8f", [0x939e] = "\xe7\x90", + [0x939f] = "\xe7\x91", [0x93a0] = "\xe7\x92", [0x93a1] = "\xe7\x93", + [0x93a2] = "\xe7\x94", [0x93a3] = "\xe7\x95", [0x93a4] = "\xe7\x96", + [0x93a5] = "\xe7\x97", [0x93a6] = "\xe7\x98", [0x93a7] = "\xe7\x99", + [0x93a8] = "\xe7\x9a", [0x93a9] = "\xe7\x9b", [0x93aa] = "\xe7\x9c", + [0x93ab] = "\xe7\x9d", [0x93ac] = "\xe7\x9e", [0x93ad] = "\xe7\x9f", + [0x93ae] = "\xe7\xa0", [0x93af] = "\xe8\x40", [0x93b0] = "\xe8\x41", + [0x93b1] = "\xe8\x42", [0x93b2] = "\xe8\x43", [0x93b3] = "\xe8\x44", + [0x93b4] = "\xe8\x45", [0x93b5] = "\xe8\x46", [0x93b6] = "\xe8\x47", + [0x93b7] = "\xe8\x48", [0x93b8] = "\xe8\x49", [0x93b9] = "\xe8\x4a", + [0x93ba] = "\xe8\x4b", [0x93bb] = "\xe8\x4c", [0x93bc] = "\xe8\x4d", + [0x93bd] = "\xe8\x4e", [0x93be] = "\xf6\xcd", [0x93bf] = "\xe8\x4f", + [0x93c0] = "\xe8\x50", [0x93c1] = "\xe8\x51", [0x93c2] = "\xe8\x52", + [0x93c3] = "\xe8\x53", [0x93c4] = "\xe8\x54", [0x93c5] = "\xe8\x55", + [0x93c6] = "\xe8\x56", [0x93c7] = "\xe8\x57", [0x93c8] = "\xe8\x58", + [0x93c9] = "\xe8\x59", [0x93ca] = "\xe8\x5a", [0x93cb] = "\xe8\x5b", + [0x93cc] = "\xe8\x5c", [0x93cd] = "\xe8\x5d", [0x93ce] = "\xe8\x5e", + [0x93cf] = "\xe8\x5f", [0x93d0] = "\xe8\x60", [0x93d1] = "\xe8\x61", + [0x93d2] = "\xe8\x62", [0x93d3] = "\xe8\x63", [0x93d4] = "\xe8\x64", + [0x93d5] = "\xe8\x65", [0x93d6] = "\xe8\x66", [0x93d7] = "\xe8\x67", + [0x93d8] = "\xe8\x68", [0x93d9] = "\xe8\x69", [0x93da] = "\xe8\x6a", + [0x93db] = "\xe8\x6b", [0x93dc] = "\xe8\x6c", [0x93dd] = "\xe8\x6d", + [0x93de] = "\xe8\x6e", [0x93df] = "\xe8\x6f", [0x93e0] = "\xe8\x70", + [0x93e1] = "\xe8\x71", [0x93e2] = "\xe8\x72", [0x93e3] = "\xe8\x73", + [0x93e4] = "\xe8\x74", [0x93e5] = "\xe8\x75", [0x93e6] = "\xe8\x76", + [0x93e7] = "\xe8\x77", [0x93e8] = "\xe8\x78", [0x93e9] = "\xe8\x79", + [0x93ea] = "\xe8\x7a", [0x93eb] = "\xf6\xce", [0x93ec] = "\xe8\x7b", + [0x93ed] = "\xe8\x7c", [0x93ee] = "\xe8\x7d", [0x93ef] = "\xe8\x7e", + [0x93f0] = "\xe8\x80", [0x93f1] = "\xe8\x81", [0x93f2] = "\xe8\x82", + [0x93f3] = "\xe8\x83", [0x93f4] = "\xe8\x84", [0x93f5] = "\xe8\x85", + [0x93f6] = "\xe8\x86", [0x93f7] = "\xe8\x87", [0x93f8] = "\xe8\x88", + [0x93f9] = "\xe8\x89", [0x93fa] = "\xe8\x8a", [0x93fb] = "\xe8\x8b", + [0x93fc] = "\xe8\x8c", [0x93fd] = "\xe8\x8d", [0x93fe] = "\xe8\x8e", + [0x93ff] = "\xe8\x8f", [0x9400] = "\xe8\x90", [0x9401] = "\xe8\x91", + [0x9402] = "\xe8\x92", [0x9403] = "\xe8\x93", [0x9404] = "\xe8\x94", + [0x9405] = "\xee\xc4", [0x9406] = "\xee\xc5", [0x9407] = "\xee\xc6", + [0x9408] = "\xd5\xeb", [0x9409] = "\xb6\xa4", [0x940a] = "\xee\xc8", + [0x940b] = "\xee\xc7", [0x940c] = "\xee\xc9", [0x940d] = "\xee\xca", + [0x940e] = "\xc7\xa5", [0x940f] = "\xee\xcb", [0x9410] = "\xee\xcc", + [0x9411] = "\xe8\x95", [0x9412] = "\xb7\xb0", [0x9413] = "\xb5\xf6", + [0x9414] = "\xee\xcd", [0x9415] = "\xee\xcf", [0x9416] = "\xe8\x96", + [0x9417] = "\xee\xce", [0x9418] = "\xe8\x97", [0x9419] = "\xb8\xc6", + [0x941a] = "\xee\xd0", [0x941b] = "\xee\xd1", [0x941c] = "\xee\xd2", + [0x941d] = "\xb6\xdb", [0x941e] = "\xb3\xae", [0x941f] = "\xd6\xd3", + [0x9420] = "\xc4\xc6", [0x9421] = "\xb1\xb5", [0x9422] = "\xb8\xd6", + [0x9423] = "\xee\xd3", [0x9424] = "\xee\xd4", [0x9425] = "\xd4\xbf", + [0x9426] = "\xc7\xd5", [0x9427] = "\xbe\xfb", [0x9428] = "\xce\xd9", + [0x9429] = "\xb9\xb3", [0x942a] = "\xee\xd6", [0x942b] = "\xee\xd5", + [0x942c] = "\xee\xd8", [0x942d] = "\xee\xd7", [0x942e] = "\xc5\xa5", + [0x942f] = "\xee\xd9", [0x9430] = "\xee\xda", [0x9431] = "\xc7\xae", + [0x9432] = "\xee\xdb", [0x9433] = "\xc7\xaf", [0x9434] = "\xee\xdc", + [0x9435] = "\xb2\xa7", [0x9436] = "\xee\xdd", [0x9437] = "\xee\xde", + [0x9438] = "\xee\xdf", [0x9439] = "\xee\xe0", [0x943a] = "\xee\xe1", + [0x943b] = "\xd7\xea", [0x943c] = "\xee\xe2", [0x943d] = "\xee\xe3", + [0x943e] = "\xbc\xd8", [0x943f] = "\xee\xe4", [0x9440] = "\xd3\xcb", + [0x9441] = "\xcc\xfa", [0x9442] = "\xb2\xac", [0x9443] = "\xc1\xe5", + [0x9444] = "\xee\xe5", [0x9445] = "\xc7\xa6", [0x9446] = "\xc3\xad", + [0x9447] = "\xe8\x98", [0x9448] = "\xee\xe6", [0x9449] = "\xee\xe7", + [0x944a] = "\xee\xe8", [0x944b] = "\xee\xe9", [0x944c] = "\xee\xea", + [0x944d] = "\xee\xeb", [0x944e] = "\xee\xec", [0x944f] = "\xe8\x99", + [0x9450] = "\xee\xed", [0x9451] = "\xee\xee", [0x9452] = "\xee\xef", + [0x9453] = "\xe8\x9a", [0x9454] = "\xe8\x9b", [0x9455] = "\xee\xf0", + [0x9456] = "\xee\xf1", [0x9457] = "\xee\xf2", [0x9458] = "\xee\xf4", + [0x9459] = "\xee\xf3", [0x945a] = "\xe8\x9c", [0x945b] = "\xee\xf5", + [0x945c] = "\xcd\xad", [0x945d] = "\xc2\xc1", [0x945e] = "\xee\xf6", + [0x945f] = "\xee\xf7", [0x9460] = "\xee\xf8", [0x9461] = "\xd5\xa1", + [0x9462] = "\xee\xf9", [0x9463] = "\xcf\xb3", [0x9464] = "\xee\xfa", + [0x9465] = "\xee\xfb", [0x9466] = "\xe8\x9d", [0x9467] = "\xee\xfc", + [0x9468] = "\xee\xfd", [0x9469] = "\xef\xa1", [0x946a] = "\xee\xfe", + [0x946b] = "\xef\xa2", [0x946c] = "\xb8\xf5", [0x946d] = "\xc3\xfa", + [0x946e] = "\xef\xa3", [0x946f] = "\xef\xa4", [0x9470] = "\xbd\xc2", + [0x9471] = "\xd2\xbf", [0x9472] = "\xb2\xf9", [0x9473] = "\xef\xa5", + [0x9474] = "\xef\xa6", [0x9475] = "\xef\xa7", [0x9476] = "\xd2\xf8", + [0x9477] = "\xef\xa8", [0x9478] = "\xd6\xfd", [0x9479] = "\xef\xa9", + [0x947a] = "\xc6\xcc", [0x947b] = "\xe8\x9e", [0x947c] = "\xef\xaa", + [0x947d] = "\xef\xab", [0x947e] = "\xc1\xb4", [0x947f] = "\xef\xac", + [0x9480] = "\xcf\xfa", [0x9481] = "\xcb\xf8", [0x9482] = "\xef\xae", + [0x9483] = "\xef\xad", [0x9484] = "\xb3\xfa", [0x9485] = "\xb9\xf8", + [0x9486] = "\xef\xaf", [0x9487] = "\xef\xb0", [0x9488] = "\xd0\xe2", + [0x9489] = "\xef\xb1", [0x948a] = "\xef\xb2", [0x948b] = "\xb7\xe6", + [0x948c] = "\xd0\xbf", [0x948d] = "\xef\xb3", [0x948e] = "\xef\xb4", + [0x948f] = "\xef\xb5", [0x9490] = "\xc8\xf1", [0x9491] = "\xcc\xe0", + [0x9492] = "\xef\xb6", [0x9493] = "\xef\xb7", [0x9494] = "\xef\xb8", + [0x9495] = "\xef\xb9", [0x9496] = "\xef\xba", [0x9497] = "\xd5\xe0", + [0x9498] = "\xef\xbb", [0x9499] = "\xb4\xed", [0x949a] = "\xc3\xaa", + [0x949b] = "\xef\xbc", [0x949c] = "\xe8\x9f", [0x949d] = "\xef\xbd", + [0x949e] = "\xef\xbe", [0x949f] = "\xef\xbf", [0x94a0] = "\xe8\xa0", + [0x94a1] = "\xce\xfd", [0x94a2] = "\xef\xc0", [0x94a3] = "\xc2\xe0", + [0x94a4] = "\xb4\xb8", [0x94a5] = "\xd7\xb6", [0x94a6] = "\xbd\xf5", + [0x94a7] = "\xe9\x40", [0x94a8] = "\xcf\xc7", [0x94a9] = "\xef\xc3", + [0x94aa] = "\xef\xc1", [0x94ab] = "\xef\xc2", [0x94ac] = "\xef\xc4", + [0x94ad] = "\xb6\xa7", [0x94ae] = "\xbc\xfc", [0x94af] = "\xbe\xe2", + [0x94b0] = "\xc3\xcc", [0x94b1] = "\xef\xc5", [0x94b2] = "\xef\xc6", + [0x94b3] = "\xe9\x41", [0x94b4] = "\xef\xc7", [0x94b5] = "\xef\xcf", + [0x94b6] = "\xef\xc8", [0x94b7] = "\xef\xc9", [0x94b8] = "\xef\xca", + [0x94b9] = "\xc7\xc2", [0x94ba] = "\xef\xf1", [0x94bb] = "\xb6\xcd", + [0x94bc] = "\xef\xcb", [0x94bd] = "\xe9\x42", [0x94be] = "\xef\xcc", + [0x94bf] = "\xef\xcd", [0x94c0] = "\xb6\xc6", [0x94c1] = "\xc3\xbe", + [0x94c2] = "\xef\xce", [0x94c3] = "\xe9\x43", [0x94c4] = "\xef\xd0", + [0x94c5] = "\xef\xd1", [0x94c6] = "\xef\xd2", [0x94c7] = "\xd5\xf2", + [0x94c8] = "\xe9\x44", [0x94c9] = "\xef\xd3", [0x94ca] = "\xc4\xf7", + [0x94cb] = "\xe9\x45", [0x94cc] = "\xef\xd4", [0x94cd] = "\xc4\xf8", + [0x94ce] = "\xef\xd5", [0x94cf] = "\xef\xd6", [0x94d0] = "\xb8\xe4", + [0x94d1] = "\xb0\xf7", [0x94d2] = "\xef\xd7", [0x94d3] = "\xef\xd8", + [0x94d4] = "\xef\xd9", [0x94d5] = "\xe9\x46", [0x94d6] = "\xef\xda", + [0x94d7] = "\xef\xdb", [0x94d8] = "\xef\xdc", [0x94d9] = "\xef\xdd", + [0x94da] = "\xe9\x47", [0x94db] = "\xef\xde", [0x94dc] = "\xbe\xb5", + [0x94dd] = "\xef\xe1", [0x94de] = "\xef\xdf", [0x94df] = "\xef\xe0", + [0x94e0] = "\xe9\x48", [0x94e1] = "\xef\xe2", [0x94e2] = "\xef\xe3", + [0x94e3] = "\xc1\xcd", [0x94e4] = "\xef\xe4", [0x94e5] = "\xef\xe5", + [0x94e6] = "\xef\xe6", [0x94e7] = "\xef\xe7", [0x94e8] = "\xef\xe8", + [0x94e9] = "\xef\xe9", [0x94ea] = "\xef\xea", [0x94eb] = "\xef\xeb", + [0x94ec] = "\xef\xec", [0x94ed] = "\xc0\xd8", [0x94ee] = "\xe9\x49", + [0x94ef] = "\xef\xed", [0x94f0] = "\xc1\xad", [0x94f1] = "\xef\xee", + [0x94f2] = "\xef\xef", [0x94f3] = "\xef\xf0", [0x94f4] = "\xe9\x4a", + [0x94f5] = "\xe9\x4b", [0x94f6] = "\xcf\xe2", [0x94f7] = "\xe9\x4c", + [0x94f8] = "\xe9\x4d", [0x94f9] = "\xe9\x4e", [0x94fa] = "\xe9\x4f", + [0x94fb] = "\xe9\x50", [0x94fc] = "\xe9\x51", [0x94fd] = "\xe9\x52", + [0x94fe] = "\xe9\x53", [0x94ff] = "\xb3\xa4", [0x9500] = "\xe9\x54", + [0x9501] = "\xe9\x55", [0x9502] = "\xe9\x56", [0x9503] = "\xe9\x57", + [0x9504] = "\xe9\x58", [0x9505] = "\xe9\x59", [0x9506] = "\xe9\x5a", + [0x9507] = "\xe9\x5b", [0x9508] = "\xe9\x5c", [0x9509] = "\xe9\x5d", + [0x950a] = "\xe9\x5e", [0x950b] = "\xe9\x5f", [0x950c] = "\xe9\x60", + [0x950d] = "\xe9\x61", [0x950e] = "\xe9\x62", [0x950f] = "\xe9\x63", + [0x9510] = "\xe9\x64", [0x9511] = "\xe9\x65", [0x9512] = "\xe9\x66", + [0x9513] = "\xe9\x67", [0x9514] = "\xe9\x68", [0x9515] = "\xe9\x69", + [0x9516] = "\xe9\x6a", [0x9517] = "\xe9\x6b", [0x9518] = "\xe9\x6c", + [0x9519] = "\xe9\x6d", [0x951a] = "\xe9\x6e", [0x951b] = "\xe9\x6f", + [0x951c] = "\xe9\x70", [0x951d] = "\xe9\x71", [0x951e] = "\xe9\x72", + [0x951f] = "\xe9\x73", [0x9520] = "\xe9\x74", [0x9521] = "\xe9\x75", + [0x9522] = "\xe9\x76", [0x9523] = "\xe9\x77", [0x9524] = "\xe9\x78", + [0x9525] = "\xe9\x79", [0x9526] = "\xe9\x7a", [0x9527] = "\xe9\x7b", + [0x9528] = "\xe9\x7c", [0x9529] = "\xe9\x7d", [0x952a] = "\xe9\x7e", + [0x952b] = "\xe9\x80", [0x952c] = "\xe9\x81", [0x952d] = "\xe9\x82", + [0x952e] = "\xe9\x83", [0x952f] = "\xe9\x84", [0x9530] = "\xe9\x85", + [0x9531] = "\xe9\x86", [0x9532] = "\xe9\x87", [0x9533] = "\xe9\x88", + [0x9534] = "\xe9\x89", [0x9535] = "\xe9\x8a", [0x9536] = "\xe9\x8b", + [0x9537] = "\xe9\x8c", [0x9538] = "\xe9\x8d", [0x9539] = "\xe9\x8e", + [0x953a] = "\xe9\x8f", [0x953b] = "\xe9\x90", [0x953c] = "\xe9\x91", + [0x953d] = "\xe9\x92", [0x953e] = "\xe9\x93", [0x953f] = "\xe9\x94", + [0x9540] = "\xe9\x95", [0x9541] = "\xe9\x96", [0x9542] = "\xe9\x97", + [0x9543] = "\xe9\x98", [0x9544] = "\xe9\x99", [0x9545] = "\xe9\x9a", + [0x9546] = "\xe9\x9b", [0x9547] = "\xe9\x9c", [0x9548] = "\xe9\x9d", + [0x9549] = "\xe9\x9e", [0x954a] = "\xe9\x9f", [0x954b] = "\xe9\xa0", + [0x954c] = "\xea\x40", [0x954d] = "\xea\x41", [0x954e] = "\xea\x42", + [0x954f] = "\xea\x43", [0x9550] = "\xea\x44", [0x9551] = "\xea\x45", + [0x9552] = "\xea\x46", [0x9553] = "\xea\x47", [0x9554] = "\xea\x48", + [0x9555] = "\xea\x49", [0x9556] = "\xea\x4a", [0x9557] = "\xea\x4b", + [0x9558] = "\xea\x4c", [0x9559] = "\xea\x4d", [0x955a] = "\xea\x4e", + [0x955b] = "\xea\x4f", [0x955c] = "\xea\x50", [0x955d] = "\xea\x51", + [0x955e] = "\xea\x52", [0x955f] = "\xea\x53", [0x9560] = "\xea\x54", + [0x9561] = "\xea\x55", [0x9562] = "\xea\x56", [0x9563] = "\xea\x57", + [0x9564] = "\xea\x58", [0x9565] = "\xea\x59", [0x9566] = "\xea\x5a", + [0x9567] = "\xea\x5b", [0x9568] = "\xc3\xc5", [0x9569] = "\xe3\xc5", + [0x956a] = "\xc9\xc1", [0x956b] = "\xe3\xc6", [0x956c] = "\xea\x5c", + [0x956d] = "\xb1\xd5", [0x956e] = "\xce\xca", [0x956f] = "\xb4\xb3", + [0x9570] = "\xc8\xf2", [0x9571] = "\xe3\xc7", [0x9572] = "\xcf\xd0", + [0x9573] = "\xe3\xc8", [0x9574] = "\xbc\xe4", [0x9575] = "\xe3\xc9", + [0x9576] = "\xe3\xca", [0x9577] = "\xc3\xc6", [0x9578] = "\xd5\xa2", + [0x9579] = "\xc4\xd6", [0x957a] = "\xb9\xeb", [0x957b] = "\xce\xc5", + [0x957c] = "\xe3\xcb", [0x957d] = "\xc3\xf6", [0x957e] = "\xe3\xcc", + [0x957f] = "\xea\x5d", [0x9580] = "\xb7\xa7", [0x9581] = "\xb8\xf3", + [0x9582] = "\xba\xd2", [0x9583] = "\xe3\xcd", [0x9584] = "\xe3\xce", + [0x9585] = "\xd4\xc4", [0x9586] = "\xe3\xcf", [0x9587] = "\xea\x5e", + [0x9588] = "\xe3\xd0", [0x9589] = "\xd1\xcb", [0x958a] = "\xe3\xd1", + [0x958b] = "\xe3\xd2", [0x958c] = "\xe3\xd3", [0x958d] = "\xe3\xd4", + [0x958e] = "\xd1\xd6", [0x958f] = "\xe3\xd5", [0x9590] = "\xb2\xfb", + [0x9591] = "\xc0\xbb", [0x9592] = "\xe3\xd6", [0x9593] = "\xea\x5f", + [0x9594] = "\xc0\xab", [0x9595] = "\xe3\xd7", [0x9596] = "\xe3\xd8", + [0x9597] = "\xe3\xd9", [0x9598] = "\xea\x60", [0x9599] = "\xe3\xda", + [0x959a] = "\xe3\xdb", [0x959b] = "\xea\x61", [0x959c] = "\xb8\xb7", + [0x959d] = "\xda\xe2", [0x959e] = "\xea\x62", [0x959f] = "\xb6\xd3", + [0x95a0] = "\xea\x63", [0x95a1] = "\xda\xe4", [0x95a2] = "\xda\xe3", + [0x95a3] = "\xea\x64", [0x95a4] = "\xea\x65", [0x95a5] = "\xea\x66", + [0x95a6] = "\xea\x67", [0x95a7] = "\xea\x68", [0x95a8] = "\xea\x69", + [0x95a9] = "\xea\x6a", [0x95aa] = "\xda\xe6", [0x95ab] = "\xea\x6b", + [0x95ac] = "\xea\x6c", [0x95ad] = "\xea\x6d", [0x95ae] = "\xc8\xee", + [0x95af] = "\xea\x6e", [0x95b0] = "\xea\x6f", [0x95b1] = "\xda\xe5", + [0x95b2] = "\xb7\xc0", [0x95b3] = "\xd1\xf4", [0x95b4] = "\xd2\xf5", + [0x95b5] = "\xd5\xf3", [0x95b6] = "\xbd\xd7", [0x95b7] = "\xea\x70", + [0x95b8] = "\xea\x71", [0x95b9] = "\xea\x72", [0x95ba] = "\xea\x73", + [0x95bb] = "\xd7\xe8", [0x95bc] = "\xda\xe8", [0x95bd] = "\xda\xe7", + [0x95be] = "\xea\x74", [0x95bf] = "\xb0\xa2", [0x95c0] = "\xcd\xd3", + [0x95c1] = "\xea\x75", [0x95c2] = "\xda\xe9", [0x95c3] = "\xea\x76", + [0x95c4] = "\xb8\xbd", [0x95c5] = "\xbc\xca", [0x95c6] = "\xc2\xbd", + [0x95c7] = "\xc2\xa4", [0x95c8] = "\xb3\xc2", [0x95c9] = "\xda\xea", + [0x95ca] = "\xea\x77", [0x95cb] = "\xc2\xaa", [0x95cc] = "\xc4\xb0", + [0x95cd] = "\xbd\xb5", [0x95ce] = "\xea\x78", [0x95cf] = "\xea\x79", + [0x95d0] = "\xcf\xde", [0x95d1] = "\xea\x7a", [0x95d2] = "\xea\x7b", + [0x95d3] = "\xea\x7c", [0x95d4] = "\xda\xeb", [0x95d5] = "\xc9\xc2", + [0x95d6] = "\xea\x7d", [0x95d7] = "\xea\x7e", [0x95d8] = "\xea\x80", + [0x95d9] = "\xea\x81", [0x95da] = "\xea\x82", [0x95db] = "\xb1\xdd", + [0x95dc] = "\xea\x83", [0x95dd] = "\xea\x84", [0x95de] = "\xea\x85", + [0x95df] = "\xda\xec", [0x95e0] = "\xea\x86", [0x95e1] = "\xb6\xb8", + [0x95e2] = "\xd4\xba", [0x95e3] = "\xea\x87", [0x95e4] = "\xb3\xfd", + [0x95e5] = "\xea\x88", [0x95e6] = "\xea\x89", [0x95e7] = "\xda\xed", + [0x95e8] = "\xd4\xc9", [0x95e9] = "\xcf\xd5", [0x95ea] = "\xc5\xe3", + [0x95eb] = "\xea\x8a", [0x95ec] = "\xda\xee", [0x95ed] = "\xea\x8b", + [0x95ee] = "\xea\x8c", [0x95ef] = "\xea\x8d", [0x95f0] = "\xea\x8e", + [0x95f1] = "\xea\x8f", [0x95f2] = "\xda\xef", [0x95f3] = "\xea\x90", + [0x95f4] = "\xda\xf0", [0x95f5] = "\xc1\xea", [0x95f6] = "\xcc\xd5", + [0x95f7] = "\xcf\xdd", [0x95f8] = "\xea\x91", [0x95f9] = "\xea\x92", + [0x95fa] = "\xea\x93", [0x95fb] = "\xea\x94", [0x95fc] = "\xea\x95", + [0x95fd] = "\xea\x96", [0x95fe] = "\xea\x97", [0x95ff] = "\xea\x98", + [0x9600] = "\xea\x99", [0x9601] = "\xea\x9a", [0x9602] = "\xea\x9b", + [0x9603] = "\xea\x9c", [0x9604] = "\xea\x9d", [0x9605] = "\xd3\xe7", + [0x9606] = "\xc2\xa1", [0x9607] = "\xea\x9e", [0x9608] = "\xda\xf1", + [0x9609] = "\xea\x9f", [0x960a] = "\xea\xa0", [0x960b] = "\xcb\xe5", + [0x960c] = "\xeb\x40", [0x960d] = "\xda\xf2", [0x960e] = "\xeb\x41", + [0x960f] = "\xcb\xe6", [0x9610] = "\xd2\xfe", [0x9611] = "\xeb\x42", + [0x9612] = "\xeb\x43", [0x9613] = "\xeb\x44", [0x9614] = "\xb8\xf4", + [0x9615] = "\xeb\x45", [0x9616] = "\xeb\x46", [0x9617] = "\xda\xf3", + [0x9618] = "\xb0\xaf", [0x9619] = "\xcf\xb6", [0x961a] = "\xeb\x47", + [0x961b] = "\xeb\x48", [0x961c] = "\xd5\xcf", [0x961d] = "\xeb\x49", + [0x961e] = "\xeb\x4a", [0x961f] = "\xeb\x4b", [0x9620] = "\xeb\x4c", + [0x9621] = "\xeb\x4d", [0x9622] = "\xeb\x4e", [0x9623] = "\xeb\x4f", + [0x9624] = "\xeb\x50", [0x9625] = "\xeb\x51", [0x9626] = "\xeb\x52", + [0x9627] = "\xcb\xed", [0x9628] = "\xeb\x53", [0x9629] = "\xeb\x54", + [0x962a] = "\xeb\x55", [0x962b] = "\xeb\x56", [0x962c] = "\xeb\x57", + [0x962d] = "\xeb\x58", [0x962e] = "\xeb\x59", [0x962f] = "\xeb\x5a", + [0x9630] = "\xda\xf4", [0x9631] = "\xeb\x5b", [0x9632] = "\xeb\x5c", + [0x9633] = "\xe3\xc4", [0x9634] = "\xeb\x5d", [0x9635] = "\xeb\x5e", + [0x9636] = "\xc1\xa5", [0x9637] = "\xeb\x5f", [0x9638] = "\xeb\x60", + [0x9639] = "\xf6\xbf", [0x963a] = "\xeb\x61", [0x963b] = "\xeb\x62", + [0x963c] = "\xf6\xc0", [0x963d] = "\xf6\xc1", [0x963e] = "\xc4\xd1", + [0x963f] = "\xeb\x63", [0x9640] = "\xc8\xb8", [0x9641] = "\xd1\xe3", + [0x9642] = "\xeb\x64", [0x9643] = "\xeb\x65", [0x9644] = "\xd0\xdb", + [0x9645] = "\xd1\xc5", [0x9646] = "\xbc\xaf", [0x9647] = "\xb9\xcd", + [0x9648] = "\xeb\x66", [0x9649] = "\xef\xf4", [0x964a] = "\xeb\x67", + [0x964b] = "\xeb\x68", [0x964c] = "\xb4\xc6", [0x964d] = "\xd3\xba", + [0x964e] = "\xf6\xc2", [0x964f] = "\xb3\xfb", [0x9650] = "\xeb\x69", + [0x9651] = "\xeb\x6a", [0x9652] = "\xf6\xc3", [0x9653] = "\xeb\x6b", + [0x9654] = "\xeb\x6c", [0x9655] = "\xb5\xf1", [0x9656] = "\xeb\x6d", + [0x9657] = "\xeb\x6e", [0x9658] = "\xeb\x6f", [0x9659] = "\xeb\x70", + [0x965a] = "\xeb\x71", [0x965b] = "\xeb\x72", [0x965c] = "\xeb\x73", + [0x965d] = "\xeb\x74", [0x965e] = "\xeb\x75", [0x965f] = "\xeb\x76", + [0x9660] = "\xf6\xc5", [0x9661] = "\xeb\x77", [0x9662] = "\xeb\x78", + [0x9663] = "\xeb\x79", [0x9664] = "\xeb\x7a", [0x9665] = "\xeb\x7b", + [0x9666] = "\xeb\x7c", [0x9667] = "\xeb\x7d", [0x9668] = "\xd3\xea", + [0x9669] = "\xf6\xa7", [0x966a] = "\xd1\xa9", [0x966b] = "\xeb\x7e", + [0x966c] = "\xeb\x80", [0x966d] = "\xeb\x81", [0x966e] = "\xeb\x82", + [0x966f] = "\xf6\xa9", [0x9670] = "\xeb\x83", [0x9671] = "\xeb\x84", + [0x9672] = "\xeb\x85", [0x9673] = "\xf6\xa8", [0x9674] = "\xeb\x86", + [0x9675] = "\xeb\x87", [0x9676] = "\xc1\xe3", [0x9677] = "\xc0\xd7", + [0x9678] = "\xeb\x88", [0x9679] = "\xb1\xa2", [0x967a] = "\xeb\x89", + [0x967b] = "\xeb\x8a", [0x967c] = "\xeb\x8b", [0x967d] = "\xeb\x8c", + [0x967e] = "\xce\xed", [0x967f] = "\xeb\x8d", [0x9680] = "\xd0\xe8", + [0x9681] = "\xf6\xab", [0x9682] = "\xeb\x8e", [0x9683] = "\xeb\x8f", + [0x9684] = "\xcf\xf6", [0x9685] = "\xeb\x90", [0x9686] = "\xf6\xaa", + [0x9687] = "\xd5\xf0", [0x9688] = "\xf6\xac", [0x9689] = "\xc3\xb9", + [0x968a] = "\xeb\x91", [0x968b] = "\xeb\x92", [0x968c] = "\xeb\x93", + [0x968d] = "\xbb\xf4", [0x968e] = "\xf6\xae", [0x968f] = "\xf6\xad", + [0x9690] = "\xeb\x94", [0x9691] = "\xeb\x95", [0x9692] = "\xeb\x96", + [0x9693] = "\xc4\xde", [0x9694] = "\xeb\x97", [0x9695] = "\xeb\x98", + [0x9696] = "\xc1\xd8", [0x9697] = "\xeb\x99", [0x9698] = "\xeb\x9a", + [0x9699] = "\xeb\x9b", [0x969a] = "\xeb\x9c", [0x969b] = "\xeb\x9d", + [0x969c] = "\xcb\xaa", [0x969d] = "\xeb\x9e", [0x969e] = "\xcf\xbc", + [0x969f] = "\xeb\x9f", [0x96a0] = "\xeb\xa0", [0x96a1] = "\xec\x40", + [0x96a2] = "\xec\x41", [0x96a3] = "\xec\x42", [0x96a4] = "\xec\x43", + [0x96a5] = "\xec\x44", [0x96a6] = "\xec\x45", [0x96a7] = "\xec\x46", + [0x96a8] = "\xec\x47", [0x96a9] = "\xec\x48", [0x96aa] = "\xf6\xaf", + [0x96ab] = "\xec\x49", [0x96ac] = "\xec\x4a", [0x96ad] = "\xf6\xb0", + [0x96ae] = "\xec\x4b", [0x96af] = "\xec\x4c", [0x96b0] = "\xf6\xb1", + [0x96b1] = "\xec\x4d", [0x96b2] = "\xc2\xb6", [0x96b3] = "\xec\x4e", + [0x96b4] = "\xec\x4f", [0x96b5] = "\xec\x50", [0x96b6] = "\xec\x51", + [0x96b7] = "\xec\x52", [0x96b8] = "\xb0\xd4", [0x96b9] = "\xc5\xf9", + [0x96ba] = "\xec\x53", [0x96bb] = "\xec\x54", [0x96bc] = "\xec\x55", + [0x96bd] = "\xec\x56", [0x96be] = "\xf6\xb2", [0x96bf] = "\xec\x57", + [0x96c0] = "\xec\x58", [0x96c1] = "\xec\x59", [0x96c2] = "\xec\x5a", + [0x96c3] = "\xec\x5b", [0x96c4] = "\xec\x5c", [0x96c5] = "\xec\x5d", + [0x96c6] = "\xec\x5e", [0x96c7] = "\xec\x5f", [0x96c8] = "\xec\x60", + [0x96c9] = "\xec\x61", [0x96ca] = "\xec\x62", [0x96cb] = "\xec\x63", + [0x96cc] = "\xec\x64", [0x96cd] = "\xec\x65", [0x96ce] = "\xec\x66", + [0x96cf] = "\xec\x67", [0x96d0] = "\xec\x68", [0x96d1] = "\xec\x69", + [0x96d2] = "\xc7\xe0", [0x96d3] = "\xf6\xa6", [0x96d4] = "\xec\x6a", + [0x96d5] = "\xec\x6b", [0x96d6] = "\xbe\xb8", [0x96d7] = "\xec\x6c", + [0x96d8] = "\xec\x6d", [0x96d9] = "\xbe\xb2", [0x96da] = "\xec\x6e", + [0x96db] = "\xb5\xe5", [0x96dc] = "\xec\x6f", [0x96dd] = "\xec\x70", + [0x96de] = "\xb7\xc7", [0x96df] = "\xec\x71", [0x96e0] = "\xbf\xbf", + [0x96e1] = "\xc3\xd2", [0x96e2] = "\xc3\xe6", [0x96e3] = "\xec\x72", + [0x96e4] = "\xec\x73", [0x96e5] = "\xd8\xcc", [0x96e6] = "\xec\x74", + [0x96e7] = "\xec\x75", [0x96e8] = "\xec\x76", [0x96e9] = "\xb8\xef", + [0x96ea] = "\xec\x77", [0x96eb] = "\xec\x78", [0x96ec] = "\xec\x79", + [0x96ed] = "\xec\x7a", [0x96ee] = "\xec\x7b", [0x96ef] = "\xec\x7c", + [0x96f0] = "\xec\x7d", [0x96f1] = "\xec\x7e", [0x96f2] = "\xec\x80", + [0x96f3] = "\xbd\xf9", [0x96f4] = "\xd1\xa5", [0x96f5] = "\xec\x81", + [0x96f6] = "\xb0\xd0", [0x96f7] = "\xec\x82", [0x96f8] = "\xec\x83", + [0x96f9] = "\xec\x84", [0x96fa] = "\xec\x85", [0x96fb] = "\xec\x86", + [0x96fc] = "\xf7\xb0", [0x96fd] = "\xec\x87", [0x96fe] = "\xec\x88", + [0x96ff] = "\xec\x89", [0x9700] = "\xec\x8a", [0x9701] = "\xec\x8b", + [0x9702] = "\xec\x8c", [0x9703] = "\xec\x8d", [0x9704] = "\xec\x8e", + [0x9705] = "\xf7\xb1", [0x9706] = "\xec\x8f", [0x9707] = "\xec\x90", + [0x9708] = "\xec\x91", [0x9709] = "\xec\x92", [0x970a] = "\xec\x93", + [0x970b] = "\xd0\xac", [0x970c] = "\xec\x94", [0x970d] = "\xb0\xb0", + [0x970e] = "\xec\x95", [0x970f] = "\xec\x96", [0x9710] = "\xec\x97", + [0x9711] = "\xf7\xb2", [0x9712] = "\xf7\xb3", [0x9713] = "\xec\x98", + [0x9714] = "\xf7\xb4", [0x9715] = "\xec\x99", [0x9716] = "\xec\x9a", + [0x9717] = "\xec\x9b", [0x9718] = "\xc7\xca", [0x9719] = "\xec\x9c", + [0x971a] = "\xec\x9d", [0x971b] = "\xec\x9e", [0x971c] = "\xec\x9f", + [0x971d] = "\xec\xa0", [0x971e] = "\xed\x40", [0x971f] = "\xed\x41", + [0x9720] = "\xbe\xcf", [0x9721] = "\xed\x42", [0x9722] = "\xed\x43", + [0x9723] = "\xf7\xb7", [0x9724] = "\xed\x44", [0x9725] = "\xed\x45", + [0x9726] = "\xed\x46", [0x9727] = "\xed\x47", [0x9728] = "\xed\x48", + [0x9729] = "\xed\x49", [0x972a] = "\xed\x4a", [0x972b] = "\xf7\xb6", + [0x972c] = "\xed\x4b", [0x972d] = "\xb1\xde", [0x972e] = "\xed\x4c", + [0x972f] = "\xf7\xb5", [0x9730] = "\xed\x4d", [0x9731] = "\xed\x4e", + [0x9732] = "\xf7\xb8", [0x9733] = "\xed\x4f", [0x9734] = "\xf7\xb9", + [0x9735] = "\xed\x50", [0x9736] = "\xed\x51", [0x9737] = "\xed\x52", + [0x9738] = "\xed\x53", [0x9739] = "\xed\x54", [0x973a] = "\xed\x55", + [0x973b] = "\xed\x56", [0x973c] = "\xed\x57", [0x973d] = "\xed\x58", + [0x973e] = "\xed\x59", [0x973f] = "\xed\x5a", [0x9740] = "\xed\x5b", + [0x9741] = "\xed\x5c", [0x9742] = "\xed\x5d", [0x9743] = "\xed\x5e", + [0x9744] = "\xed\x5f", [0x9745] = "\xed\x60", [0x9746] = "\xed\x61", + [0x9747] = "\xed\x62", [0x9748] = "\xed\x63", [0x9749] = "\xed\x64", + [0x974a] = "\xed\x65", [0x974b] = "\xed\x66", [0x974c] = "\xed\x67", + [0x974d] = "\xed\x68", [0x974e] = "\xed\x69", [0x974f] = "\xed\x6a", + [0x9750] = "\xed\x6b", [0x9751] = "\xed\x6c", [0x9752] = "\xed\x6d", + [0x9753] = "\xed\x6e", [0x9754] = "\xed\x6f", [0x9755] = "\xed\x70", + [0x9756] = "\xed\x71", [0x9757] = "\xed\x72", [0x9758] = "\xed\x73", + [0x9759] = "\xed\x74", [0x975a] = "\xed\x75", [0x975b] = "\xed\x76", + [0x975c] = "\xed\x77", [0x975d] = "\xed\x78", [0x975e] = "\xed\x79", + [0x975f] = "\xed\x7a", [0x9760] = "\xed\x7b", [0x9761] = "\xed\x7c", + [0x9762] = "\xed\x7d", [0x9763] = "\xed\x7e", [0x9764] = "\xed\x80", + [0x9765] = "\xed\x81", [0x9766] = "\xce\xa4", [0x9767] = "\xc8\xcd", + [0x9768] = "\xed\x82", [0x9769] = "\xba\xab", [0x976a] = "\xe8\xb8", + [0x976b] = "\xe8\xb9", [0x976c] = "\xe8\xba", [0x976d] = "\xbe\xc2", + [0x976e] = "\xed\x83", [0x976f] = "\xed\x84", [0x9770] = "\xed\x85", + [0x9771] = "\xed\x86", [0x9772] = "\xed\x87", [0x9773] = "\xd2\xf4", + [0x9774] = "\xed\x88", [0x9775] = "\xd4\xcf", [0x9776] = "\xc9\xd8", + [0x9777] = "\xed\x89", [0x9778] = "\xed\x8a", [0x9779] = "\xed\x8b", + [0x977a] = "\xed\x8c", [0x977b] = "\xed\x8d", [0x977c] = "\xed\x8e", + [0x977d] = "\xed\x8f", [0x977e] = "\xed\x90", [0x977f] = "\xed\x91", + [0x9780] = "\xed\x92", [0x9781] = "\xed\x93", [0x9782] = "\xed\x94", + [0x9783] = "\xed\x95", [0x9784] = "\xed\x96", [0x9785] = "\xed\x97", + [0x9786] = "\xed\x98", [0x9787] = "\xed\x99", [0x9788] = "\xed\x9a", + [0x9789] = "\xed\x9b", [0x978a] = "\xed\x9c", [0x978b] = "\xed\x9d", + [0x978c] = "\xed\x9e", [0x978d] = "\xed\x9f", [0x978e] = "\xed\xa0", + [0x978f] = "\xee\x40", [0x9790] = "\xee\x41", [0x9791] = "\xee\x42", + [0x9792] = "\xee\x43", [0x9793] = "\xee\x44", [0x9794] = "\xee\x45", + [0x9795] = "\xee\x46", [0x9796] = "\xee\x47", [0x9797] = "\xee\x48", + [0x9798] = "\xee\x49", [0x9799] = "\xee\x4a", [0x979a] = "\xee\x4b", + [0x979b] = "\xee\x4c", [0x979c] = "\xee\x4d", [0x979d] = "\xee\x4e", + [0x979e] = "\xee\x4f", [0x979f] = "\xee\x50", [0x97a0] = "\xee\x51", + [0x97a1] = "\xee\x52", [0x97a2] = "\xee\x53", [0x97a3] = "\xee\x54", + [0x97a4] = "\xee\x55", [0x97a5] = "\xee\x56", [0x97a6] = "\xee\x57", + [0x97a7] = "\xee\x58", [0x97a8] = "\xee\x59", [0x97a9] = "\xee\x5a", + [0x97aa] = "\xee\x5b", [0x97ab] = "\xee\x5c", [0x97ac] = "\xee\x5d", + [0x97ad] = "\xee\x5e", [0x97ae] = "\xee\x5f", [0x97af] = "\xee\x60", + [0x97b0] = "\xee\x61", [0x97b1] = "\xee\x62", [0x97b2] = "\xee\x63", + [0x97b3] = "\xee\x64", [0x97b4] = "\xee\x65", [0x97b5] = "\xee\x66", + [0x97b6] = "\xee\x67", [0x97b7] = "\xee\x68", [0x97b8] = "\xee\x69", + [0x97b9] = "\xee\x6a", [0x97ba] = "\xee\x6b", [0x97bb] = "\xee\x6c", + [0x97bc] = "\xee\x6d", [0x97bd] = "\xee\x6e", [0x97be] = "\xee\x6f", + [0x97bf] = "\xee\x70", [0x97c0] = "\xee\x71", [0x97c1] = "\xee\x72", + [0x97c2] = "\xee\x73", [0x97c3] = "\xee\x74", [0x97c4] = "\xee\x75", + [0x97c5] = "\xee\x76", [0x97c6] = "\xee\x77", [0x97c7] = "\xee\x78", + [0x97c8] = "\xee\x79", [0x97c9] = "\xee\x7a", [0x97ca] = "\xee\x7b", + [0x97cb] = "\xee\x7c", [0x97cc] = "\xee\x7d", [0x97cd] = "\xee\x7e", + [0x97ce] = "\xee\x80", [0x97cf] = "\xee\x81", [0x97d0] = "\xee\x82", + [0x97d1] = "\xee\x83", [0x97d2] = "\xee\x84", [0x97d3] = "\xee\x85", + [0x97d4] = "\xee\x86", [0x97d5] = "\xee\x87", [0x97d6] = "\xee\x88", + [0x97d7] = "\xee\x89", [0x97d8] = "\xee\x8a", [0x97d9] = "\xee\x8b", + [0x97da] = "\xee\x8c", [0x97db] = "\xee\x8d", [0x97dc] = "\xee\x8e", + [0x97dd] = "\xee\x8f", [0x97de] = "\xee\x90", [0x97df] = "\xee\x91", + [0x97e0] = "\xee\x92", [0x97e1] = "\xee\x93", [0x97e2] = "\xee\x94", + [0x97e3] = "\xee\x95", [0x97e4] = "\xee\x96", [0x97e5] = "\xee\x97", + [0x97e6] = "\xee\x98", [0x97e7] = "\xee\x99", [0x97e8] = "\xee\x9a", + [0x97e9] = "\xee\x9b", [0x97ea] = "\xee\x9c", [0x97eb] = "\xee\x9d", + [0x97ec] = "\xee\x9e", [0x97ed] = "\xee\x9f", [0x97ee] = "\xee\xa0", + [0x97ef] = "\xef\x40", [0x97f0] = "\xef\x41", [0x97f1] = "\xef\x42", + [0x97f2] = "\xef\x43", [0x97f3] = "\xef\x44", [0x97f4] = "\xef\x45", + [0x97f5] = "\xd2\xb3", [0x97f6] = "\xb6\xa5", [0x97f7] = "\xc7\xea", + [0x97f8] = "\xf1\xfc", [0x97f9] = "\xcf\xee", [0x97fa] = "\xcb\xb3", + [0x97fb] = "\xd0\xeb", [0x97fc] = "\xe7\xef", [0x97fd] = "\xcd\xe7", + [0x97fe] = "\xb9\xcb", [0x97ff] = "\xb6\xd9", [0x9800] = "\xf1\xfd", + [0x9801] = "\xb0\xe4", [0x9802] = "\xcb\xcc", [0x9803] = "\xf1\xfe", + [0x9804] = "\xd4\xa4", [0x9805] = "\xc2\xad", [0x9806] = "\xc1\xec", + [0x9807] = "\xc6\xc4", [0x9808] = "\xbe\xb1", [0x9809] = "\xf2\xa1", + [0x980a] = "\xbc\xd5", [0x980b] = "\xef\x46", [0x980c] = "\xf2\xa2", + [0x980d] = "\xf2\xa3", [0x980e] = "\xef\x47", [0x980f] = "\xf2\xa4", + [0x9810] = "\xd2\xc3", [0x9811] = "\xc6\xb5", [0x9812] = "\xef\x48", + [0x9813] = "\xcd\xc7", [0x9814] = "\xf2\xa5", [0x9815] = "\xef\x49", + [0x9816] = "\xd3\xb1", [0x9817] = "\xbf\xc5", [0x9818] = "\xcc\xe2", + [0x9819] = "\xef\x4a", [0x981a] = "\xf2\xa6", [0x981b] = "\xf2\xa7", + [0x981c] = "\xd1\xd5", [0x981d] = "\xb6\xee", [0x981e] = "\xf2\xa8", + [0x981f] = "\xf2\xa9", [0x9820] = "\xb5\xdf", [0x9821] = "\xf2\xaa", + [0x9822] = "\xf2\xab", [0x9823] = "\xef\x4b", [0x9824] = "\xb2\xfc", + [0x9825] = "\xf2\xac", [0x9826] = "\xf2\xad", [0x9827] = "\xc8\xa7", + [0x9828] = "\xef\x4c", [0x9829] = "\xef\x4d", [0x982a] = "\xef\x4e", + [0x982b] = "\xef\x4f", [0x982c] = "\xef\x50", [0x982d] = "\xef\x51", + [0x982e] = "\xef\x52", [0x982f] = "\xef\x53", [0x9830] = "\xef\x54", + [0x9831] = "\xef\x55", [0x9832] = "\xef\x56", [0x9833] = "\xef\x57", + [0x9834] = "\xef\x58", [0x9835] = "\xef\x59", [0x9836] = "\xef\x5a", + [0x9837] = "\xef\x5b", [0x9838] = "\xef\x5c", [0x9839] = "\xef\x5d", + [0x983a] = "\xef\x5e", [0x983b] = "\xef\x5f", [0x983c] = "\xef\x60", + [0x983d] = "\xef\x61", [0x983e] = "\xef\x62", [0x983f] = "\xef\x63", + [0x9840] = "\xef\x64", [0x9841] = "\xef\x65", [0x9842] = "\xef\x66", + [0x9843] = "\xef\x67", [0x9844] = "\xef\x68", [0x9845] = "\xef\x69", + [0x9846] = "\xef\x6a", [0x9847] = "\xef\x6b", [0x9848] = "\xef\x6c", + [0x9849] = "\xef\x6d", [0x984a] = "\xef\x6e", [0x984b] = "\xef\x6f", + [0x984c] = "\xef\x70", [0x984d] = "\xef\x71", [0x984e] = "\xb7\xe7", + [0x984f] = "\xef\x72", [0x9850] = "\xef\x73", [0x9851] = "\xec\xa9", + [0x9852] = "\xec\xaa", [0x9853] = "\xec\xab", [0x9854] = "\xef\x74", + [0x9855] = "\xec\xac", [0x9856] = "\xef\x75", [0x9857] = "\xef\x76", + [0x9858] = "\xc6\xae", [0x9859] = "\xec\xad", [0x985a] = "\xec\xae", + [0x985b] = "\xef\x77", [0x985c] = "\xef\x78", [0x985d] = "\xef\x79", + [0x985e] = "\xb7\xc9", [0x985f] = "\xca\xb3", [0x9860] = "\xef\x7a", + [0x9861] = "\xef\x7b", [0x9862] = "\xef\x7c", [0x9863] = "\xef\x7d", + [0x9864] = "\xef\x7e", [0x9865] = "\xef\x80", [0x9866] = "\xef\x81", + [0x9867] = "\xe2\xb8", [0x9868] = "\xf7\xcf", [0x9869] = "\xef\x82", + [0x986a] = "\xef\x83", [0x986b] = "\xef\x84", [0x986c] = "\xef\x85", + [0x986d] = "\xef\x86", [0x986e] = "\xef\x87", [0x986f] = "\xef\x88", + [0x9870] = "\xef\x89", [0x9871] = "\xef\x8a", [0x9872] = "\xef\x8b", + [0x9873] = "\xef\x8c", [0x9874] = "\xef\x8d", [0x9875] = "\xef\x8e", + [0x9876] = "\xef\x8f", [0x9877] = "\xef\x90", [0x9878] = "\xef\x91", + [0x9879] = "\xef\x92", [0x987a] = "\xef\x93", [0x987b] = "\xef\x94", + [0x987c] = "\xef\x95", [0x987d] = "\xef\x96", [0x987e] = "\xef\x97", + [0x987f] = "\xef\x98", [0x9880] = "\xef\x99", [0x9881] = "\xef\x9a", + [0x9882] = "\xef\x9b", [0x9883] = "\xef\x9c", [0x9884] = "\xef\x9d", + [0x9885] = "\xef\x9e", [0x9886] = "\xef\x9f", [0x9887] = "\xef\xa0", + [0x9888] = "\xf0\x40", [0x9889] = "\xf0\x41", [0x988a] = "\xf0\x42", + [0x988b] = "\xf0\x43", [0x988c] = "\xf0\x44", [0x988d] = "\xf7\xd0", + [0x988e] = "\xf0\x45", [0x988f] = "\xf0\x46", [0x9890] = "\xb2\xcd", + [0x9891] = "\xf0\x47", [0x9892] = "\xf0\x48", [0x9893] = "\xf0\x49", + [0x9894] = "\xf0\x4a", [0x9895] = "\xf0\x4b", [0x9896] = "\xf0\x4c", + [0x9897] = "\xf0\x4d", [0x9898] = "\xf0\x4e", [0x9899] = "\xf0\x4f", + [0x989a] = "\xf0\x50", [0x989b] = "\xf0\x51", [0x989c] = "\xf0\x52", + [0x989d] = "\xf0\x53", [0x989e] = "\xf0\x54", [0x989f] = "\xf0\x55", + [0x98a0] = "\xf0\x56", [0x98a1] = "\xf0\x57", [0x98a2] = "\xf0\x58", + [0x98a3] = "\xf0\x59", [0x98a4] = "\xf0\x5a", [0x98a5] = "\xf0\x5b", + [0x98a6] = "\xf0\x5c", [0x98a7] = "\xf0\x5d", [0x98a8] = "\xf0\x5e", + [0x98a9] = "\xf0\x5f", [0x98aa] = "\xf0\x60", [0x98ab] = "\xf0\x61", + [0x98ac] = "\xf0\x62", [0x98ad] = "\xf0\x63", [0x98ae] = "\xf7\xd1", + [0x98af] = "\xf0\x64", [0x98b0] = "\xf0\x65", [0x98b1] = "\xf0\x66", + [0x98b2] = "\xf0\x67", [0x98b3] = "\xf0\x68", [0x98b4] = "\xf0\x69", + [0x98b5] = "\xf0\x6a", [0x98b6] = "\xf0\x6b", [0x98b7] = "\xf0\x6c", + [0x98b8] = "\xf0\x6d", [0x98b9] = "\xf0\x6e", [0x98ba] = "\xf0\x6f", + [0x98bb] = "\xf0\x70", [0x98bc] = "\xf0\x71", [0x98bd] = "\xf0\x72", + [0x98be] = "\xf0\x73", [0x98bf] = "\xf0\x74", [0x98c0] = "\xf0\x75", + [0x98c1] = "\xf0\x76", [0x98c2] = "\xf0\x77", [0x98c3] = "\xf0\x78", + [0x98c4] = "\xf0\x79", [0x98c5] = "\xf0\x7a", [0x98c6] = "\xf0\x7b", + [0x98c7] = "\xf0\x7c", [0x98c8] = "\xf0\x7d", [0x98c9] = "\xf0\x7e", + [0x98ca] = "\xf0\x80", [0x98cb] = "\xf0\x81", [0x98cc] = "\xf0\x82", + [0x98cd] = "\xf0\x83", [0x98ce] = "\xf0\x84", [0x98cf] = "\xf0\x85", + [0x98d0] = "\xf0\x86", [0x98d1] = "\xf0\x87", [0x98d2] = "\xf0\x88", + [0x98d3] = "\xf0\x89", [0x98d4] = "\xf7\xd3", [0x98d5] = "\xf7\xd2", + [0x98d6] = "\xf0\x8a", [0x98d7] = "\xf0\x8b", [0x98d8] = "\xf0\x8c", + [0x98d9] = "\xf0\x8d", [0x98da] = "\xf0\x8e", [0x98db] = "\xf0\x8f", + [0x98dc] = "\xf0\x90", [0x98dd] = "\xf0\x91", [0x98de] = "\xf0\x92", + [0x98df] = "\xf0\x93", [0x98e0] = "\xf0\x94", [0x98e1] = "\xf0\x95", + [0x98e2] = "\xf0\x96", [0x98e3] = "\xe2\xbb", [0x98e4] = "\xf0\x97", + [0x98e5] = "\xbc\xa2", [0x98e6] = "\xf0\x98", [0x98e7] = "\xe2\xbc", + [0x98e8] = "\xe2\xbd", [0x98e9] = "\xe2\xbe", [0x98ea] = "\xe2\xbf", + [0x98eb] = "\xe2\xc0", [0x98ec] = "\xe2\xc1", [0x98ed] = "\xb7\xb9", + [0x98ee] = "\xd2\xfb", [0x98ef] = "\xbd\xa4", [0x98f0] = "\xca\xce", + [0x98f1] = "\xb1\xa5", [0x98f2] = "\xcb\xc7", [0x98f3] = "\xf0\x99", + [0x98f4] = "\xe2\xc2", [0x98f5] = "\xb6\xfc", [0x98f6] = "\xc8\xc4", + [0x98f7] = "\xe2\xc3", [0x98f8] = "\xf0\x9a", [0x98f9] = "\xf0\x9b", + [0x98fa] = "\xbd\xc8", [0x98fb] = "\xf0\x9c", [0x98fc] = "\xb1\xfd", + [0x98fd] = "\xe2\xc4", [0x98fe] = "\xf0\x9d", [0x98ff] = "\xb6\xf6", + [0x9900] = "\xe2\xc5", [0x9901] = "\xc4\xd9", [0x9902] = "\xf0\x9e", + [0x9903] = "\xf0\x9f", [0x9904] = "\xe2\xc6", [0x9905] = "\xcf\xda", + [0x9906] = "\xb9\xdd", [0x9907] = "\xe2\xc7", [0x9908] = "\xc0\xa1", + [0x9909] = "\xf0\xa0", [0x990a] = "\xe2\xc8", [0x990b] = "\xb2\xf6", + [0x990c] = "\xf1\x40", [0x990d] = "\xe2\xc9", [0x990e] = "\xf1\x41", + [0x990f] = "\xc1\xf3", [0x9910] = "\xe2\xca", [0x9911] = "\xe2\xcb", + [0x9912] = "\xc2\xf8", [0x9913] = "\xe2\xcc", [0x9914] = "\xe2\xcd", + [0x9915] = "\xe2\xce", [0x9916] = "\xca\xd7", [0x9917] = "\xd8\xb8", + [0x9918] = "\xd9\xe5", [0x9919] = "\xcf\xe3", [0x991a] = "\xf1\x42", + [0x991b] = "\xf1\x43", [0x991c] = "\xf1\x44", [0x991d] = "\xf1\x45", + [0x991e] = "\xf1\x46", [0x991f] = "\xf1\x47", [0x9920] = "\xf1\x48", + [0x9921] = "\xf1\x49", [0x9922] = "\xf1\x4a", [0x9923] = "\xf1\x4b", + [0x9924] = "\xf1\x4c", [0x9925] = "\xf0\xa5", [0x9926] = "\xf1\x4d", + [0x9927] = "\xf1\x4e", [0x9928] = "\xdc\xb0", [0x9929] = "\xf1\x4f", + [0x992a] = "\xf1\x50", [0x992b] = "\xf1\x51", [0x992c] = "\xf1\x52", + [0x992d] = "\xf1\x53", [0x992e] = "\xf1\x54", [0x992f] = "\xf1\x55", + [0x9930] = "\xf1\x56", [0x9931] = "\xf1\x57", [0x9932] = "\xf1\x58", + [0x9933] = "\xf1\x59", [0x9934] = "\xf1\x5a", [0x9935] = "\xf1\x5b", + [0x9936] = "\xf1\x5c", [0x9937] = "\xf1\x5d", [0x9938] = "\xf1\x5e", + [0x9939] = "\xf1\x5f", [0x993a] = "\xf1\x60", [0x993b] = "\xf1\x61", + [0x993c] = "\xf1\x62", [0x993d] = "\xf1\x63", [0x993e] = "\xf1\x64", + [0x993f] = "\xf1\x65", [0x9940] = "\xf1\x66", [0x9941] = "\xf1\x67", + [0x9942] = "\xf1\x68", [0x9943] = "\xf1\x69", [0x9944] = "\xf1\x6a", + [0x9945] = "\xf1\x6b", [0x9946] = "\xf1\x6c", [0x9947] = "\xf1\x6d", + [0x9948] = "\xf1\x6e", [0x9949] = "\xf1\x6f", [0x994a] = "\xf1\x70", + [0x994b] = "\xf1\x71", [0x994c] = "\xf1\x72", [0x994d] = "\xf1\x73", + [0x994e] = "\xf1\x74", [0x994f] = "\xf1\x75", [0x9950] = "\xf1\x76", + [0x9951] = "\xf1\x77", [0x9952] = "\xf1\x78", [0x9953] = "\xf1\x79", + [0x9954] = "\xf1\x7a", [0x9955] = "\xf1\x7b", [0x9956] = "\xf1\x7c", + [0x9957] = "\xf1\x7d", [0x9958] = "\xf1\x7e", [0x9959] = "\xf1\x80", + [0x995a] = "\xf1\x81", [0x995b] = "\xf1\x82", [0x995c] = "\xf1\x83", + [0x995d] = "\xf1\x84", [0x995e] = "\xf1\x85", [0x995f] = "\xf1\x86", + [0x9960] = "\xf1\x87", [0x9961] = "\xf1\x88", [0x9962] = "\xf1\x89", + [0x9963] = "\xf1\x8a", [0x9964] = "\xf1\x8b", [0x9965] = "\xf1\x8c", + [0x9966] = "\xf1\x8d", [0x9967] = "\xf1\x8e", [0x9968] = "\xf1\x8f", + [0x9969] = "\xf1\x90", [0x996a] = "\xf1\x91", [0x996b] = "\xf1\x92", + [0x996c] = "\xf1\x93", [0x996d] = "\xf1\x94", [0x996e] = "\xf1\x95", + [0x996f] = "\xf1\x96", [0x9970] = "\xf1\x97", [0x9971] = "\xf1\x98", + [0x9972] = "\xf1\x99", [0x9973] = "\xf1\x9a", [0x9974] = "\xf1\x9b", + [0x9975] = "\xf1\x9c", [0x9976] = "\xf1\x9d", [0x9977] = "\xf1\x9e", + [0x9978] = "\xf1\x9f", [0x9979] = "\xf1\xa0", [0x997a] = "\xf2\x40", + [0x997b] = "\xf2\x41", [0x997c] = "\xf2\x42", [0x997d] = "\xf2\x43", + [0x997e] = "\xf2\x44", [0x997f] = "\xf2\x45", [0x9980] = "\xf2\x46", + [0x9981] = "\xf2\x47", [0x9982] = "\xf2\x48", [0x9983] = "\xf2\x49", + [0x9984] = "\xf2\x4a", [0x9985] = "\xf2\x4b", [0x9986] = "\xf2\x4c", + [0x9987] = "\xf2\x4d", [0x9988] = "\xf2\x4e", [0x9989] = "\xf2\x4f", + [0x998a] = "\xf2\x50", [0x998b] = "\xf2\x51", [0x998c] = "\xf2\x52", + [0x998d] = "\xf2\x53", [0x998e] = "\xf2\x54", [0x998f] = "\xf2\x55", + [0x9990] = "\xf2\x56", [0x9991] = "\xf2\x57", [0x9992] = "\xf2\x58", + [0x9993] = "\xf2\x59", [0x9994] = "\xf2\x5a", [0x9995] = "\xf2\x5b", + [0x9996] = "\xf2\x5c", [0x9997] = "\xf2\x5d", [0x9998] = "\xf2\x5e", + [0x9999] = "\xf2\x5f", [0x999a] = "\xf2\x60", [0x999b] = "\xf2\x61", + [0x999c] = "\xf2\x62", [0x999d] = "\xf2\x63", [0x999e] = "\xf2\x64", + [0x999f] = "\xf2\x65", [0x99a0] = "\xf2\x66", [0x99a1] = "\xf2\x67", + [0x99a2] = "\xf2\x68", [0x99a3] = "\xf2\x69", [0x99a4] = "\xf2\x6a", + [0x99a5] = "\xf2\x6b", [0x99a6] = "\xf2\x6c", [0x99a7] = "\xf2\x6d", + [0x99a8] = "\xf2\x6e", [0x99a9] = "\xf2\x6f", [0x99aa] = "\xf2\x70", + [0x99ab] = "\xf2\x71", [0x99ac] = "\xf2\x72", [0x99ad] = "\xf2\x73", + [0x99ae] = "\xf2\x74", [0x99af] = "\xf2\x75", [0x99b0] = "\xf2\x76", + [0x99b1] = "\xf2\x77", [0x99b2] = "\xf2\x78", [0x99b3] = "\xf2\x79", + [0x99b4] = "\xf2\x7a", [0x99b5] = "\xf2\x7b", [0x99b6] = "\xf2\x7c", + [0x99b7] = "\xf2\x7d", [0x99b8] = "\xf2\x7e", [0x99b9] = "\xf2\x80", + [0x99ba] = "\xf2\x81", [0x99bb] = "\xf2\x82", [0x99bc] = "\xf2\x83", + [0x99bd] = "\xf2\x84", [0x99be] = "\xf2\x85", [0x99bf] = "\xf2\x86", + [0x99c0] = "\xf2\x87", [0x99c1] = "\xf2\x88", [0x99c2] = "\xf2\x89", + [0x99c3] = "\xf2\x8a", [0x99c4] = "\xf2\x8b", [0x99c5] = "\xf2\x8c", + [0x99c6] = "\xf2\x8d", [0x99c7] = "\xf2\x8e", [0x99c8] = "\xf2\x8f", + [0x99c9] = "\xf2\x90", [0x99ca] = "\xf2\x91", [0x99cb] = "\xf2\x92", + [0x99cc] = "\xf2\x93", [0x99cd] = "\xf2\x94", [0x99ce] = "\xf2\x95", + [0x99cf] = "\xf2\x96", [0x99d0] = "\xf2\x97", [0x99d1] = "\xf2\x98", + [0x99d2] = "\xf2\x99", [0x99d3] = "\xf2\x9a", [0x99d4] = "\xf2\x9b", + [0x99d5] = "\xf2\x9c", [0x99d6] = "\xf2\x9d", [0x99d7] = "\xf2\x9e", + [0x99d8] = "\xf2\x9f", [0x99d9] = "\xf2\xa0", [0x99da] = "\xf3\x40", + [0x99db] = "\xf3\x41", [0x99dc] = "\xf3\x42", [0x99dd] = "\xf3\x43", + [0x99de] = "\xf3\x44", [0x99df] = "\xf3\x45", [0x99e0] = "\xf3\x46", + [0x99e1] = "\xf3\x47", [0x99e2] = "\xf3\x48", [0x99e3] = "\xf3\x49", + [0x99e4] = "\xf3\x4a", [0x99e5] = "\xf3\x4b", [0x99e6] = "\xf3\x4c", + [0x99e7] = "\xf3\x4d", [0x99e8] = "\xf3\x4e", [0x99e9] = "\xf3\x4f", + [0x99ea] = "\xf3\x50", [0x99eb] = "\xf3\x51", [0x99ec] = "\xc2\xed", + [0x99ed] = "\xd4\xa6", [0x99ee] = "\xcd\xd4", [0x99ef] = "\xd1\xb1", + [0x99f0] = "\xb3\xdb", [0x99f1] = "\xc7\xfd", [0x99f2] = "\xf3\x52", + [0x99f3] = "\xb2\xb5", [0x99f4] = "\xc2\xbf", [0x99f5] = "\xe6\xe0", + [0x99f6] = "\xca\xbb", [0x99f7] = "\xe6\xe1", [0x99f8] = "\xe6\xe2", + [0x99f9] = "\xbe\xd4", [0x99fa] = "\xe6\xe3", [0x99fb] = "\xd7\xa4", + [0x99fc] = "\xcd\xd5", [0x99fd] = "\xe6\xe5", [0x99fe] = "\xbc\xdd", + [0x99ff] = "\xe6\xe4", [0x9a00] = "\xe6\xe6", [0x9a01] = "\xe6\xe7", + [0x9a02] = "\xc2\xee", [0x9a03] = "\xf3\x53", [0x9a04] = "\xbd\xbe", + [0x9a05] = "\xe6\xe8", [0x9a06] = "\xc2\xe6", [0x9a07] = "\xba\xa7", + [0x9a08] = "\xe6\xe9", [0x9a09] = "\xf3\x54", [0x9a0a] = "\xe6\xea", + [0x9a0b] = "\xb3\xd2", [0x9a0c] = "\xd1\xe9", [0x9a0d] = "\xf3\x55", + [0x9a0e] = "\xf3\x56", [0x9a0f] = "\xbf\xa5", [0x9a10] = "\xe6\xeb", + [0x9a11] = "\xc6\xef", [0x9a12] = "\xe6\xec", [0x9a13] = "\xe6\xed", + [0x9a14] = "\xf3\x57", [0x9a15] = "\xf3\x58", [0x9a16] = "\xe6\xee", + [0x9a17] = "\xc6\xad", [0x9a18] = "\xe6\xef", [0x9a19] = "\xf3\x59", + [0x9a1a] = "\xc9\xa7", [0x9a1b] = "\xe6\xf0", [0x9a1c] = "\xe6\xf1", + [0x9a1d] = "\xe6\xf2", [0x9a1e] = "\xe5\xb9", [0x9a1f] = "\xe6\xf3", + [0x9a20] = "\xe6\xf4", [0x9a21] = "\xc2\xe2", [0x9a22] = "\xe6\xf5", + [0x9a23] = "\xe6\xf6", [0x9a24] = "\xd6\xe8", [0x9a25] = "\xe6\xf7", + [0x9a26] = "\xf3\x5a", [0x9a27] = "\xe6\xf8", [0x9a28] = "\xb9\xc7", + [0x9a29] = "\xf3\x5b", [0x9a2a] = "\xf3\x5c", [0x9a2b] = "\xf3\x5d", + [0x9a2c] = "\xf3\x5e", [0x9a2d] = "\xf3\x5f", [0x9a2e] = "\xf3\x60", + [0x9a2f] = "\xf3\x61", [0x9a30] = "\xf7\xbb", [0x9a31] = "\xf7\xba", + [0x9a32] = "\xf3\x62", [0x9a33] = "\xf3\x63", [0x9a34] = "\xf3\x64", + [0x9a35] = "\xf3\x65", [0x9a36] = "\xf7\xbe", [0x9a37] = "\xf7\xbc", + [0x9a38] = "\xba\xa1", [0x9a39] = "\xf3\x66", [0x9a3a] = "\xf7\xbf", + [0x9a3b] = "\xf3\x67", [0x9a3c] = "\xf7\xc0", [0x9a3d] = "\xf3\x68", + [0x9a3e] = "\xf3\x69", [0x9a3f] = "\xf3\x6a", [0x9a40] = "\xf7\xc2", + [0x9a41] = "\xf7\xc1", [0x9a42] = "\xf7\xc4", [0x9a43] = "\xf3\x6b", + [0x9a44] = "\xf3\x6c", [0x9a45] = "\xf7\xc3", [0x9a46] = "\xf3\x6d", + [0x9a47] = "\xf3\x6e", [0x9a48] = "\xf3\x6f", [0x9a49] = "\xf3\x70", + [0x9a4a] = "\xf3\x71", [0x9a4b] = "\xf7\xc5", [0x9a4c] = "\xf7\xc6", + [0x9a4d] = "\xf3\x72", [0x9a4e] = "\xf3\x73", [0x9a4f] = "\xf3\x74", + [0x9a50] = "\xf3\x75", [0x9a51] = "\xf7\xc7", [0x9a52] = "\xf3\x76", + [0x9a53] = "\xcb\xe8", [0x9a54] = "\xf3\x77", [0x9a55] = "\xf3\x78", + [0x9a56] = "\xf3\x79", [0x9a57] = "\xf3\x7a", [0x9a58] = "\xb8\xdf", + [0x9a59] = "\xf3\x7b", [0x9a5a] = "\xf3\x7c", [0x9a5b] = "\xf3\x7d", + [0x9a5c] = "\xf3\x7e", [0x9a5d] = "\xf3\x80", [0x9a5e] = "\xf3\x81", + [0x9a5f] = "\xf7\xd4", [0x9a60] = "\xf3\x82", [0x9a61] = "\xf7\xd5", + [0x9a62] = "\xf3\x83", [0x9a63] = "\xf3\x84", [0x9a64] = "\xf3\x85", + [0x9a65] = "\xf3\x86", [0x9a66] = "\xf7\xd6", [0x9a67] = "\xf3\x87", + [0x9a68] = "\xf3\x88", [0x9a69] = "\xf3\x89", [0x9a6a] = "\xf3\x8a", + [0x9a6b] = "\xf7\xd8", [0x9a6c] = "\xf3\x8b", [0x9a6d] = "\xf7\xda", + [0x9a6e] = "\xf3\x8c", [0x9a6f] = "\xf7\xd7", [0x9a70] = "\xf3\x8d", + [0x9a71] = "\xf3\x8e", [0x9a72] = "\xf3\x8f", [0x9a73] = "\xf3\x90", + [0x9a74] = "\xf3\x91", [0x9a75] = "\xf3\x92", [0x9a76] = "\xf3\x93", + [0x9a77] = "\xf3\x94", [0x9a78] = "\xf3\x95", [0x9a79] = "\xf7\xdb", + [0x9a7a] = "\xf3\x96", [0x9a7b] = "\xf7\xd9", [0x9a7c] = "\xf3\x97", + [0x9a7d] = "\xf3\x98", [0x9a7e] = "\xf3\x99", [0x9a7f] = "\xf3\x9a", + [0x9a80] = "\xf3\x9b", [0x9a81] = "\xf3\x9c", [0x9a82] = "\xf3\x9d", + [0x9a83] = "\xd7\xd7", [0x9a84] = "\xf3\x9e", [0x9a85] = "\xf3\x9f", + [0x9a86] = "\xf3\xa0", [0x9a87] = "\xf4\x40", [0x9a88] = "\xf7\xdc", + [0x9a89] = "\xf4\x41", [0x9a8a] = "\xf4\x42", [0x9a8b] = "\xf4\x43", + [0x9a8c] = "\xf4\x44", [0x9a8d] = "\xf4\x45", [0x9a8e] = "\xf4\x46", + [0x9a8f] = "\xf7\xdd", [0x9a90] = "\xf4\x47", [0x9a91] = "\xf4\x48", + [0x9a92] = "\xf4\x49", [0x9a93] = "\xf7\xde", [0x9a94] = "\xf4\x4a", + [0x9a95] = "\xf4\x4b", [0x9a96] = "\xf4\x4c", [0x9a97] = "\xf4\x4d", + [0x9a98] = "\xf4\x4e", [0x9a99] = "\xf4\x4f", [0x9a9a] = "\xf4\x50", + [0x9a9b] = "\xf4\x51", [0x9a9c] = "\xf4\x52", [0x9a9d] = "\xf4\x53", + [0x9a9e] = "\xf4\x54", [0x9a9f] = "\xf7\xdf", [0x9aa0] = "\xf4\x55", + [0x9aa1] = "\xf4\x56", [0x9aa2] = "\xf4\x57", [0x9aa3] = "\xf7\xe0", + [0x9aa4] = "\xf4\x58", [0x9aa5] = "\xf4\x59", [0x9aa6] = "\xf4\x5a", + [0x9aa7] = "\xf4\x5b", [0x9aa8] = "\xf4\x5c", [0x9aa9] = "\xf4\x5d", + [0x9aaa] = "\xf4\x5e", [0x9aab] = "\xf4\x5f", [0x9aac] = "\xf4\x60", + [0x9aad] = "\xf4\x61", [0x9aae] = "\xf4\x62", [0x9aaf] = "\xdb\xcb", + [0x9ab0] = "\xf4\x63", [0x9ab1] = "\xf4\x64", [0x9ab2] = "\xd8\xaa", + [0x9ab3] = "\xf4\x65", [0x9ab4] = "\xf4\x66", [0x9ab5] = "\xf4\x67", + [0x9ab6] = "\xf4\x68", [0x9ab7] = "\xf4\x69", [0x9ab8] = "\xf4\x6a", + [0x9ab9] = "\xf4\x6b", [0x9aba] = "\xf4\x6c", [0x9abb] = "\xe5\xf7", + [0x9abc] = "\xb9\xed", [0x9abd] = "\xf4\x6d", [0x9abe] = "\xf4\x6e", + [0x9abf] = "\xf4\x6f", [0x9ac0] = "\xf4\x70", [0x9ac1] = "\xbf\xfd", + [0x9ac2] = "\xbb\xea", [0x9ac3] = "\xf7\xc9", [0x9ac4] = "\xc6\xc7", + [0x9ac5] = "\xf7\xc8", [0x9ac6] = "\xf4\x71", [0x9ac7] = "\xf7\xca", + [0x9ac8] = "\xf7\xcc", [0x9ac9] = "\xf7\xcb", [0x9aca] = "\xf4\x72", + [0x9acb] = "\xf4\x73", [0x9acc] = "\xf4\x74", [0x9acd] = "\xf7\xcd", + [0x9ace] = "\xf4\x75", [0x9acf] = "\xce\xba", [0x9ad0] = "\xf4\x76", + [0x9ad1] = "\xf7\xce", [0x9ad2] = "\xf4\x77", [0x9ad3] = "\xf4\x78", + [0x9ad4] = "\xc4\xa7", [0x9ad5] = "\xf4\x79", [0x9ad6] = "\xf4\x7a", + [0x9ad7] = "\xf4\x7b", [0x9ad8] = "\xf4\x7c", [0x9ad9] = "\xf4\x7d", + [0x9ada] = "\xf4\x7e", [0x9adb] = "\xf4\x80", [0x9adc] = "\xf4\x81", + [0x9add] = "\xf4\x82", [0x9ade] = "\xf4\x83", [0x9adf] = "\xf4\x84", + [0x9ae0] = "\xf4\x85", [0x9ae1] = "\xf4\x86", [0x9ae2] = "\xf4\x87", + [0x9ae3] = "\xf4\x88", [0x9ae4] = "\xf4\x89", [0x9ae5] = "\xf4\x8a", + [0x9ae6] = "\xf4\x8b", [0x9ae7] = "\xf4\x8c", [0x9ae8] = "\xf4\x8d", + [0x9ae9] = "\xf4\x8e", [0x9aea] = "\xf4\x8f", [0x9aeb] = "\xf4\x90", + [0x9aec] = "\xf4\x91", [0x9aed] = "\xf4\x92", [0x9aee] = "\xf4\x93", + [0x9aef] = "\xf4\x94", [0x9af0] = "\xf4\x95", [0x9af1] = "\xf4\x96", + [0x9af2] = "\xf4\x97", [0x9af3] = "\xf4\x98", [0x9af4] = "\xf4\x99", + [0x9af5] = "\xf4\x9a", [0x9af6] = "\xf4\x9b", [0x9af7] = "\xf4\x9c", + [0x9af8] = "\xf4\x9d", [0x9af9] = "\xf4\x9e", [0x9afa] = "\xf4\x9f", + [0x9afb] = "\xf4\xa0", [0x9afc] = "\xf5\x40", [0x9afd] = "\xf5\x41", + [0x9afe] = "\xf5\x42", [0x9aff] = "\xf5\x43", [0x9b00] = "\xf5\x44", + [0x9b01] = "\xf5\x45", [0x9b02] = "\xf5\x46", [0x9b03] = "\xf5\x47", + [0x9b04] = "\xf5\x48", [0x9b05] = "\xf5\x49", [0x9b06] = "\xf5\x4a", + [0x9b07] = "\xf5\x4b", [0x9b08] = "\xf5\x4c", [0x9b09] = "\xf5\x4d", + [0x9b0a] = "\xf5\x4e", [0x9b0b] = "\xf5\x4f", [0x9b0c] = "\xf5\x50", + [0x9b0d] = "\xf5\x51", [0x9b0e] = "\xf5\x52", [0x9b0f] = "\xf5\x53", + [0x9b10] = "\xf5\x54", [0x9b11] = "\xf5\x55", [0x9b12] = "\xf5\x56", + [0x9b13] = "\xf5\x57", [0x9b14] = "\xf5\x58", [0x9b15] = "\xf5\x59", + [0x9b16] = "\xf5\x5a", [0x9b17] = "\xf5\x5b", [0x9b18] = "\xf5\x5c", + [0x9b19] = "\xf5\x5d", [0x9b1a] = "\xf5\x5e", [0x9b1b] = "\xf5\x5f", + [0x9b1c] = "\xf5\x60", [0x9b1d] = "\xf5\x61", [0x9b1e] = "\xf5\x62", + [0x9b1f] = "\xf5\x63", [0x9b20] = "\xf5\x64", [0x9b21] = "\xf5\x65", + [0x9b22] = "\xf5\x66", [0x9b23] = "\xf5\x67", [0x9b24] = "\xf5\x68", + [0x9b25] = "\xf5\x69", [0x9b26] = "\xf5\x6a", [0x9b27] = "\xf5\x6b", + [0x9b28] = "\xf5\x6c", [0x9b29] = "\xf5\x6d", [0x9b2a] = "\xf5\x6e", + [0x9b2b] = "\xf5\x6f", [0x9b2c] = "\xf5\x70", [0x9b2d] = "\xf5\x71", + [0x9b2e] = "\xf5\x72", [0x9b2f] = "\xf5\x73", [0x9b30] = "\xf5\x74", + [0x9b31] = "\xf5\x75", [0x9b32] = "\xf5\x76", [0x9b33] = "\xf5\x77", + [0x9b34] = "\xf5\x78", [0x9b35] = "\xf5\x79", [0x9b36] = "\xf5\x7a", + [0x9b37] = "\xf5\x7b", [0x9b38] = "\xf5\x7c", [0x9b39] = "\xf5\x7d", + [0x9b3a] = "\xf5\x7e", [0x9b3b] = "\xf5\x80", [0x9b3c] = "\xf5\x81", + [0x9b3d] = "\xf5\x82", [0x9b3e] = "\xf5\x83", [0x9b3f] = "\xf5\x84", + [0x9b40] = "\xf5\x85", [0x9b41] = "\xf5\x86", [0x9b42] = "\xf5\x87", + [0x9b43] = "\xf5\x88", [0x9b44] = "\xf5\x89", [0x9b45] = "\xf5\x8a", + [0x9b46] = "\xf5\x8b", [0x9b47] = "\xf5\x8c", [0x9b48] = "\xf5\x8d", + [0x9b49] = "\xf5\x8e", [0x9b4a] = "\xf5\x8f", [0x9b4b] = "\xf5\x90", + [0x9b4c] = "\xf5\x91", [0x9b4d] = "\xf5\x92", [0x9b4e] = "\xf5\x93", + [0x9b4f] = "\xf5\x94", [0x9b50] = "\xf5\x95", [0x9b51] = "\xf5\x96", + [0x9b52] = "\xf5\x97", [0x9b53] = "\xf5\x98", [0x9b54] = "\xf5\x99", + [0x9b55] = "\xf5\x9a", [0x9b56] = "\xf5\x9b", [0x9b57] = "\xf5\x9c", + [0x9b58] = "\xf5\x9d", [0x9b59] = "\xf5\x9e", [0x9b5a] = "\xf5\x9f", + [0x9b5b] = "\xf5\xa0", [0x9b5c] = "\xf6\x40", [0x9b5d] = "\xf6\x41", + [0x9b5e] = "\xf6\x42", [0x9b5f] = "\xf6\x43", [0x9b60] = "\xf6\x44", + [0x9b61] = "\xf6\x45", [0x9b62] = "\xf6\x46", [0x9b63] = "\xf6\x47", + [0x9b64] = "\xf6\x48", [0x9b65] = "\xf6\x49", [0x9b66] = "\xf6\x4a", + [0x9b67] = "\xf6\x4b", [0x9b68] = "\xf6\x4c", [0x9b69] = "\xf6\x4d", + [0x9b6a] = "\xf6\x4e", [0x9b6b] = "\xf6\x4f", [0x9b6c] = "\xf6\x50", + [0x9b6d] = "\xf6\x51", [0x9b6e] = "\xf6\x52", [0x9b6f] = "\xf6\x53", + [0x9b70] = "\xf6\x54", [0x9b71] = "\xf6\x55", [0x9b72] = "\xf6\x56", + [0x9b73] = "\xf6\x57", [0x9b74] = "\xf6\x58", [0x9b75] = "\xf6\x59", + [0x9b76] = "\xf6\x5a", [0x9b77] = "\xf6\x5b", [0x9b78] = "\xf6\x5c", + [0x9b79] = "\xf6\x5d", [0x9b7a] = "\xf6\x5e", [0x9b7b] = "\xf6\x5f", + [0x9b7c] = "\xf6\x60", [0x9b7d] = "\xf6\x61", [0x9b7e] = "\xf6\x62", + [0x9b7f] = "\xf6\x63", [0x9b80] = "\xf6\x64", [0x9b81] = "\xf6\x65", + [0x9b82] = "\xf6\x66", [0x9b83] = "\xf6\x67", [0x9b84] = "\xf6\x68", + [0x9b85] = "\xf6\x69", [0x9b86] = "\xf6\x6a", [0x9b87] = "\xf6\x6b", + [0x9b88] = "\xf6\x6c", [0x9b89] = "\xf6\x6d", [0x9b8a] = "\xf6\x6e", + [0x9b8b] = "\xf6\x6f", [0x9b8c] = "\xf6\x70", [0x9b8d] = "\xf6\x71", + [0x9b8e] = "\xf6\x72", [0x9b8f] = "\xf6\x73", [0x9b90] = "\xf6\x74", + [0x9b91] = "\xf6\x75", [0x9b92] = "\xf6\x76", [0x9b93] = "\xf6\x77", + [0x9b94] = "\xf6\x78", [0x9b95] = "\xf6\x79", [0x9b96] = "\xf6\x7a", + [0x9b97] = "\xf6\x7b", [0x9b98] = "\xf6\x7c", [0x9b99] = "\xf6\x7d", + [0x9b9a] = "\xf6\x7e", [0x9b9b] = "\xf6\x80", [0x9b9c] = "\xf6\x81", + [0x9b9d] = "\xf6\x82", [0x9b9e] = "\xf6\x83", [0x9b9f] = "\xf6\x84", + [0x9ba0] = "\xf6\x85", [0x9ba1] = "\xf6\x86", [0x9ba2] = "\xf6\x87", + [0x9ba3] = "\xf6\x88", [0x9ba4] = "\xf6\x89", [0x9ba5] = "\xf6\x8a", + [0x9ba6] = "\xf6\x8b", [0x9ba7] = "\xf6\x8c", [0x9ba8] = "\xf6\x8d", + [0x9ba9] = "\xf6\x8e", [0x9baa] = "\xf6\x8f", [0x9bab] = "\xf6\x90", + [0x9bac] = "\xf6\x91", [0x9bad] = "\xf6\x92", [0x9bae] = "\xf6\x93", + [0x9baf] = "\xf6\x94", [0x9bb0] = "\xf6\x95", [0x9bb1] = "\xf6\x96", + [0x9bb2] = "\xf6\x97", [0x9bb3] = "\xf6\x98", [0x9bb4] = "\xf6\x99", + [0x9bb5] = "\xf6\x9a", [0x9bb6] = "\xf6\x9b", [0x9bb7] = "\xf6\x9c", + [0x9bb8] = "\xf6\x9d", [0x9bb9] = "\xf6\x9e", [0x9bba] = "\xf6\x9f", + [0x9bbb] = "\xf6\xa0", [0x9bbc] = "\xf7\x40", [0x9bbd] = "\xf7\x41", + [0x9bbe] = "\xf7\x42", [0x9bbf] = "\xf7\x43", [0x9bc0] = "\xf7\x44", + [0x9bc1] = "\xf7\x45", [0x9bc2] = "\xf7\x46", [0x9bc3] = "\xf7\x47", + [0x9bc4] = "\xf7\x48", [0x9bc5] = "\xf7\x49", [0x9bc6] = "\xf7\x4a", + [0x9bc7] = "\xf7\x4b", [0x9bc8] = "\xf7\x4c", [0x9bc9] = "\xf7\x4d", + [0x9bca] = "\xf7\x4e", [0x9bcb] = "\xf7\x4f", [0x9bcc] = "\xf7\x50", + [0x9bcd] = "\xf7\x51", [0x9bce] = "\xf7\x52", [0x9bcf] = "\xf7\x53", + [0x9bd0] = "\xf7\x54", [0x9bd1] = "\xf7\x55", [0x9bd2] = "\xf7\x56", + [0x9bd3] = "\xf7\x57", [0x9bd4] = "\xf7\x58", [0x9bd5] = "\xf7\x59", + [0x9bd6] = "\xf7\x5a", [0x9bd7] = "\xf7\x5b", [0x9bd8] = "\xf7\x5c", + [0x9bd9] = "\xf7\x5d", [0x9bda] = "\xf7\x5e", [0x9bdb] = "\xf7\x5f", + [0x9bdc] = "\xf7\x60", [0x9bdd] = "\xf7\x61", [0x9bde] = "\xf7\x62", + [0x9bdf] = "\xf7\x63", [0x9be0] = "\xf7\x64", [0x9be1] = "\xf7\x65", + [0x9be2] = "\xf7\x66", [0x9be3] = "\xf7\x67", [0x9be4] = "\xf7\x68", + [0x9be5] = "\xf7\x69", [0x9be6] = "\xf7\x6a", [0x9be7] = "\xf7\x6b", + [0x9be8] = "\xf7\x6c", [0x9be9] = "\xf7\x6d", [0x9bea] = "\xf7\x6e", + [0x9beb] = "\xf7\x6f", [0x9bec] = "\xf7\x70", [0x9bed] = "\xf7\x71", + [0x9bee] = "\xf7\x72", [0x9bef] = "\xf7\x73", [0x9bf0] = "\xf7\x74", + [0x9bf1] = "\xf7\x75", [0x9bf2] = "\xf7\x76", [0x9bf3] = "\xf7\x77", + [0x9bf4] = "\xf7\x78", [0x9bf5] = "\xf7\x79", [0x9bf6] = "\xf7\x7a", + [0x9bf7] = "\xf7\x7b", [0x9bf8] = "\xf7\x7c", [0x9bf9] = "\xf7\x7d", + [0x9bfa] = "\xf7\x7e", [0x9bfb] = "\xf7\x80", [0x9bfc] = "\xd3\xe3", + [0x9bfd] = "\xf7\x81", [0x9bfe] = "\xf7\x82", [0x9bff] = "\xf6\xcf", + [0x9c00] = "\xf7\x83", [0x9c01] = "\xc2\xb3", [0x9c02] = "\xf6\xd0", + [0x9c03] = "\xf7\x84", [0x9c04] = "\xf7\x85", [0x9c05] = "\xf6\xd1", + [0x9c06] = "\xf6\xd2", [0x9c07] = "\xf6\xd3", [0x9c08] = "\xf6\xd4", + [0x9c09] = "\xf7\x86", [0x9c0a] = "\xf7\x87", [0x9c0b] = "\xf6\xd6", + [0x9c0c] = "\xf7\x88", [0x9c0d] = "\xb1\xab", [0x9c0e] = "\xf6\xd7", + [0x9c0f] = "\xf7\x89", [0x9c10] = "\xf6\xd8", [0x9c11] = "\xf6\xd9", + [0x9c12] = "\xf6\xda", [0x9c13] = "\xf7\x8a", [0x9c14] = "\xf6\xdb", + [0x9c15] = "\xf6\xdc", [0x9c16] = "\xf7\x8b", [0x9c17] = "\xf7\x8c", + [0x9c18] = "\xf7\x8d", [0x9c19] = "\xf7\x8e", [0x9c1a] = "\xf6\xdd", + [0x9c1b] = "\xf6\xde", [0x9c1c] = "\xcf\xca", [0x9c1d] = "\xf7\x8f", + [0x9c1e] = "\xf6\xdf", [0x9c1f] = "\xf6\xe0", [0x9c20] = "\xf6\xe1", + [0x9c21] = "\xf6\xe2", [0x9c22] = "\xf6\xe3", [0x9c23] = "\xf6\xe4", + [0x9c24] = "\xc0\xf0", [0x9c25] = "\xf6\xe5", [0x9c26] = "\xf6\xe6", + [0x9c27] = "\xf6\xe7", [0x9c28] = "\xf6\xe8", [0x9c29] = "\xf6\xe9", + [0x9c2a] = "\xf7\x90", [0x9c2b] = "\xf6\xea", [0x9c2c] = "\xf7\x91", + [0x9c2d] = "\xf6\xeb", [0x9c2e] = "\xf6\xec", [0x9c2f] = "\xf7\x92", + [0x9c30] = "\xf6\xed", [0x9c31] = "\xf6\xee", [0x9c32] = "\xf6\xef", + [0x9c33] = "\xf6\xf0", [0x9c34] = "\xf6\xf1", [0x9c35] = "\xf6\xf2", + [0x9c36] = "\xf6\xf3", [0x9c37] = "\xf6\xf4", [0x9c38] = "\xbe\xa8", + [0x9c39] = "\xf7\x93", [0x9c3a] = "\xf6\xf5", [0x9c3b] = "\xf6\xf6", + [0x9c3c] = "\xf6\xf7", [0x9c3d] = "\xf6\xf8", [0x9c3e] = "\xf7\x94", + [0x9c3f] = "\xf7\x95", [0x9c40] = "\xf7\x96", [0x9c41] = "\xf7\x97", + [0x9c42] = "\xf7\x98", [0x9c43] = "\xc8\xfa", [0x9c44] = "\xf6\xf9", + [0x9c45] = "\xf6\xfa", [0x9c46] = "\xf6\xfb", [0x9c47] = "\xf6\xfc", + [0x9c48] = "\xf7\x99", [0x9c49] = "\xf7\x9a", [0x9c4a] = "\xf6\xfd", + [0x9c4b] = "\xf6\xfe", [0x9c4c] = "\xf7\xa1", [0x9c4d] = "\xf7\xa2", + [0x9c4e] = "\xf7\xa3", [0x9c4f] = "\xf7\xa4", [0x9c50] = "\xf7\xa5", + [0x9c51] = "\xf7\x9b", [0x9c52] = "\xf7\x9c", [0x9c53] = "\xf7\xa6", + [0x9c54] = "\xf7\xa7", [0x9c55] = "\xf7\xa8", [0x9c56] = "\xb1\xee", + [0x9c57] = "\xf7\xa9", [0x9c58] = "\xf7\xaa", [0x9c59] = "\xf7\xab", + [0x9c5a] = "\xf7\x9d", [0x9c5b] = "\xf7\x9e", [0x9c5c] = "\xf7\xac", + [0x9c5d] = "\xf7\xad", [0x9c5e] = "\xc1\xdb", [0x9c5f] = "\xf7\xae", + [0x9c60] = "\xf7\x9f", [0x9c61] = "\xf7\xa0", [0x9c62] = "\xf7\xaf", + [0x9c63] = "\xf8\x40", [0x9c64] = "\xf8\x41", [0x9c65] = "\xf8\x42", + [0x9c66] = "\xf8\x43", [0x9c67] = "\xf8\x44", [0x9c68] = "\xf8\x45", + [0x9c69] = "\xf8\x46", [0x9c6a] = "\xf8\x47", [0x9c6b] = "\xf8\x48", + [0x9c6c] = "\xf8\x49", [0x9c6d] = "\xf8\x4a", [0x9c6e] = "\xf8\x4b", + [0x9c6f] = "\xf8\x4c", [0x9c70] = "\xf8\x4d", [0x9c71] = "\xf8\x4e", + [0x9c72] = "\xf8\x4f", [0x9c73] = "\xf8\x50", [0x9c74] = "\xf8\x51", + [0x9c75] = "\xf8\x52", [0x9c76] = "\xf8\x53", [0x9c77] = "\xf8\x54", + [0x9c78] = "\xf8\x55", [0x9c79] = "\xf8\x56", [0x9c7a] = "\xf8\x57", + [0x9c7b] = "\xf8\x58", [0x9c7c] = "\xf8\x59", [0x9c7d] = "\xf8\x5a", + [0x9c7e] = "\xf8\x5b", [0x9c7f] = "\xf8\x5c", [0x9c80] = "\xf8\x5d", + [0x9c81] = "\xf8\x5e", [0x9c82] = "\xf8\x5f", [0x9c83] = "\xf8\x60", + [0x9c84] = "\xf8\x61", [0x9c85] = "\xf8\x62", [0x9c86] = "\xf8\x63", + [0x9c87] = "\xf8\x64", [0x9c88] = "\xf8\x65", [0x9c89] = "\xf8\x66", + [0x9c8a] = "\xf8\x67", [0x9c8b] = "\xf8\x68", [0x9c8c] = "\xf8\x69", + [0x9c8d] = "\xf8\x6a", [0x9c8e] = "\xf8\x6b", [0x9c8f] = "\xf8\x6c", + [0x9c90] = "\xf8\x6d", [0x9c91] = "\xf8\x6e", [0x9c92] = "\xf8\x6f", + [0x9c93] = "\xf8\x70", [0x9c94] = "\xf8\x71", [0x9c95] = "\xf8\x72", + [0x9c96] = "\xf8\x73", [0x9c97] = "\xf8\x74", [0x9c98] = "\xf8\x75", + [0x9c99] = "\xf8\x76", [0x9c9a] = "\xf8\x77", [0x9c9b] = "\xf8\x78", + [0x9c9c] = "\xf8\x79", [0x9c9d] = "\xf8\x7a", [0x9c9e] = "\xf8\x7b", + [0x9c9f] = "\xf8\x7c", [0x9ca0] = "\xf8\x7d", [0x9ca1] = "\xf8\x7e", + [0x9ca2] = "\xf8\x80", [0x9ca3] = "\xf8\x81", [0x9ca4] = "\xf8\x82", + [0x9ca5] = "\xf8\x83", [0x9ca6] = "\xf8\x84", [0x9ca7] = "\xf8\x85", + [0x9ca8] = "\xf8\x86", [0x9ca9] = "\xf8\x87", [0x9caa] = "\xf8\x88", + [0x9cab] = "\xf8\x89", [0x9cac] = "\xf8\x8a", [0x9cad] = "\xf8\x8b", + [0x9cae] = "\xf8\x8c", [0x9caf] = "\xf8\x8d", [0x9cb0] = "\xf8\x8e", + [0x9cb1] = "\xf8\x8f", [0x9cb2] = "\xf8\x90", [0x9cb3] = "\xf8\x91", + [0x9cb4] = "\xf8\x92", [0x9cb5] = "\xf8\x93", [0x9cb6] = "\xf8\x94", + [0x9cb7] = "\xf8\x95", [0x9cb8] = "\xf8\x96", [0x9cb9] = "\xf8\x97", + [0x9cba] = "\xf8\x98", [0x9cbb] = "\xf8\x99", [0x9cbc] = "\xf8\x9a", + [0x9cbd] = "\xf8\x9b", [0x9cbe] = "\xf8\x9c", [0x9cbf] = "\xf8\x9d", + [0x9cc0] = "\xf8\x9e", [0x9cc1] = "\xf8\x9f", [0x9cc2] = "\xf8\xa0", + [0x9cc3] = "\xf9\x40", [0x9cc4] = "\xf9\x41", [0x9cc5] = "\xf9\x42", + [0x9cc6] = "\xf9\x43", [0x9cc7] = "\xf9\x44", [0x9cc8] = "\xf9\x45", + [0x9cc9] = "\xf9\x46", [0x9cca] = "\xf9\x47", [0x9ccb] = "\xf9\x48", + [0x9ccc] = "\xf9\x49", [0x9ccd] = "\xf9\x4a", [0x9cce] = "\xf9\x4b", + [0x9ccf] = "\xf9\x4c", [0x9cd0] = "\xf9\x4d", [0x9cd1] = "\xf9\x4e", + [0x9cd2] = "\xf9\x4f", [0x9cd3] = "\xf9\x50", [0x9cd4] = "\xf9\x51", + [0x9cd5] = "\xf9\x52", [0x9cd6] = "\xf9\x53", [0x9cd7] = "\xf9\x54", + [0x9cd8] = "\xf9\x55", [0x9cd9] = "\xf9\x56", [0x9cda] = "\xf9\x57", + [0x9cdb] = "\xf9\x58", [0x9cdc] = "\xf9\x59", [0x9cdd] = "\xf9\x5a", + [0x9cde] = "\xf9\x5b", [0x9cdf] = "\xf9\x5c", [0x9ce0] = "\xf9\x5d", + [0x9ce1] = "\xf9\x5e", [0x9ce2] = "\xf9\x5f", [0x9ce3] = "\xf9\x60", + [0x9ce4] = "\xf9\x61", [0x9ce5] = "\xf9\x62", [0x9ce6] = "\xf9\x63", + [0x9ce7] = "\xf9\x64", [0x9ce8] = "\xf9\x65", [0x9ce9] = "\xf9\x66", + [0x9cea] = "\xf9\x67", [0x9ceb] = "\xf9\x68", [0x9cec] = "\xf9\x69", + [0x9ced] = "\xf9\x6a", [0x9cee] = "\xf9\x6b", [0x9cef] = "\xf9\x6c", + [0x9cf0] = "\xf9\x6d", [0x9cf1] = "\xf9\x6e", [0x9cf2] = "\xf9\x6f", + [0x9cf3] = "\xf9\x70", [0x9cf4] = "\xf9\x71", [0x9cf5] = "\xf9\x72", + [0x9cf6] = "\xf9\x73", [0x9cf7] = "\xf9\x74", [0x9cf8] = "\xf9\x75", + [0x9cf9] = "\xf9\x76", [0x9cfa] = "\xf9\x77", [0x9cfb] = "\xf9\x78", + [0x9cfc] = "\xf9\x79", [0x9cfd] = "\xf9\x7a", [0x9cfe] = "\xf9\x7b", + [0x9cff] = "\xf9\x7c", [0x9d00] = "\xf9\x7d", [0x9d01] = "\xf9\x7e", + [0x9d02] = "\xf9\x80", [0x9d03] = "\xf9\x81", [0x9d04] = "\xf9\x82", + [0x9d05] = "\xf9\x83", [0x9d06] = "\xf9\x84", [0x9d07] = "\xf9\x85", + [0x9d08] = "\xf9\x86", [0x9d09] = "\xf9\x87", [0x9d0a] = "\xf9\x88", + [0x9d0b] = "\xf9\x89", [0x9d0c] = "\xf9\x8a", [0x9d0d] = "\xf9\x8b", + [0x9d0e] = "\xf9\x8c", [0x9d0f] = "\xf9\x8d", [0x9d10] = "\xf9\x8e", + [0x9d11] = "\xf9\x8f", [0x9d12] = "\xf9\x90", [0x9d13] = "\xf9\x91", + [0x9d14] = "\xf9\x92", [0x9d15] = "\xf9\x93", [0x9d16] = "\xf9\x94", + [0x9d17] = "\xf9\x95", [0x9d18] = "\xf9\x96", [0x9d19] = "\xf9\x97", + [0x9d1a] = "\xf9\x98", [0x9d1b] = "\xf9\x99", [0x9d1c] = "\xf9\x9a", + [0x9d1d] = "\xf9\x9b", [0x9d1e] = "\xf9\x9c", [0x9d1f] = "\xf9\x9d", + [0x9d20] = "\xf9\x9e", [0x9d21] = "\xf9\x9f", [0x9d22] = "\xf9\xa0", + [0x9d23] = "\xfa\x40", [0x9d24] = "\xfa\x41", [0x9d25] = "\xfa\x42", + [0x9d26] = "\xfa\x43", [0x9d27] = "\xfa\x44", [0x9d28] = "\xfa\x45", + [0x9d29] = "\xfa\x46", [0x9d2a] = "\xfa\x47", [0x9d2b] = "\xfa\x48", + [0x9d2c] = "\xfa\x49", [0x9d2d] = "\xfa\x4a", [0x9d2e] = "\xfa\x4b", + [0x9d2f] = "\xfa\x4c", [0x9d30] = "\xfa\x4d", [0x9d31] = "\xfa\x4e", + [0x9d32] = "\xfa\x4f", [0x9d33] = "\xfa\x50", [0x9d34] = "\xfa\x51", + [0x9d35] = "\xfa\x52", [0x9d36] = "\xfa\x53", [0x9d37] = "\xfa\x54", + [0x9d38] = "\xfa\x55", [0x9d39] = "\xfa\x56", [0x9d3a] = "\xfa\x57", + [0x9d3b] = "\xfa\x58", [0x9d3c] = "\xfa\x59", [0x9d3d] = "\xfa\x5a", + [0x9d3e] = "\xfa\x5b", [0x9d3f] = "\xfa\x5c", [0x9d40] = "\xfa\x5d", + [0x9d41] = "\xfa\x5e", [0x9d42] = "\xfa\x5f", [0x9d43] = "\xfa\x60", + [0x9d44] = "\xfa\x61", [0x9d45] = "\xfa\x62", [0x9d46] = "\xfa\x63", + [0x9d47] = "\xfa\x64", [0x9d48] = "\xfa\x65", [0x9d49] = "\xfa\x66", + [0x9d4a] = "\xfa\x67", [0x9d4b] = "\xfa\x68", [0x9d4c] = "\xfa\x69", + [0x9d4d] = "\xfa\x6a", [0x9d4e] = "\xfa\x6b", [0x9d4f] = "\xfa\x6c", + [0x9d50] = "\xfa\x6d", [0x9d51] = "\xfa\x6e", [0x9d52] = "\xfa\x6f", + [0x9d53] = "\xfa\x70", [0x9d54] = "\xfa\x71", [0x9d55] = "\xfa\x72", + [0x9d56] = "\xfa\x73", [0x9d57] = "\xfa\x74", [0x9d58] = "\xfa\x75", + [0x9d59] = "\xfa\x76", [0x9d5a] = "\xfa\x77", [0x9d5b] = "\xfa\x78", + [0x9d5c] = "\xfa\x79", [0x9d5d] = "\xfa\x7a", [0x9d5e] = "\xfa\x7b", + [0x9d5f] = "\xfa\x7c", [0x9d60] = "\xfa\x7d", [0x9d61] = "\xfa\x7e", + [0x9d62] = "\xfa\x80", [0x9d63] = "\xfa\x81", [0x9d64] = "\xfa\x82", + [0x9d65] = "\xfa\x83", [0x9d66] = "\xfa\x84", [0x9d67] = "\xfa\x85", + [0x9d68] = "\xfa\x86", [0x9d69] = "\xfa\x87", [0x9d6a] = "\xfa\x88", + [0x9d6b] = "\xfa\x89", [0x9d6c] = "\xfa\x8a", [0x9d6d] = "\xfa\x8b", + [0x9d6e] = "\xfa\x8c", [0x9d6f] = "\xfa\x8d", [0x9d70] = "\xfa\x8e", + [0x9d71] = "\xfa\x8f", [0x9d72] = "\xfa\x90", [0x9d73] = "\xfa\x91", + [0x9d74] = "\xfa\x92", [0x9d75] = "\xfa\x93", [0x9d76] = "\xfa\x94", + [0x9d77] = "\xfa\x95", [0x9d78] = "\xfa\x96", [0x9d79] = "\xfa\x97", + [0x9d7a] = "\xfa\x98", [0x9d7b] = "\xfa\x99", [0x9d7c] = "\xfa\x9a", + [0x9d7d] = "\xfa\x9b", [0x9d7e] = "\xfa\x9c", [0x9d7f] = "\xfa\x9d", + [0x9d80] = "\xfa\x9e", [0x9d81] = "\xfa\x9f", [0x9d82] = "\xfa\xa0", + [0x9d83] = "\xfb\x40", [0x9d84] = "\xfb\x41", [0x9d85] = "\xfb\x42", + [0x9d86] = "\xfb\x43", [0x9d87] = "\xfb\x44", [0x9d88] = "\xfb\x45", + [0x9d89] = "\xfb\x46", [0x9d8a] = "\xfb\x47", [0x9d8b] = "\xfb\x48", + [0x9d8c] = "\xfb\x49", [0x9d8d] = "\xfb\x4a", [0x9d8e] = "\xfb\x4b", + [0x9d8f] = "\xfb\x4c", [0x9d90] = "\xfb\x4d", [0x9d91] = "\xfb\x4e", + [0x9d92] = "\xfb\x4f", [0x9d93] = "\xfb\x50", [0x9d94] = "\xfb\x51", + [0x9d95] = "\xfb\x52", [0x9d96] = "\xfb\x53", [0x9d97] = "\xfb\x54", + [0x9d98] = "\xfb\x55", [0x9d99] = "\xfb\x56", [0x9d9a] = "\xfb\x57", + [0x9d9b] = "\xfb\x58", [0x9d9c] = "\xfb\x59", [0x9d9d] = "\xfb\x5a", + [0x9d9e] = "\xfb\x5b", [0x9d9f] = "\xc4\xf1", [0x9da0] = "\xf0\xaf", + [0x9da1] = "\xbc\xa6", [0x9da2] = "\xf0\xb0", [0x9da3] = "\xc3\xf9", + [0x9da4] = "\xfb\x5c", [0x9da5] = "\xc5\xb8", [0x9da6] = "\xd1\xbb", + [0x9da7] = "\xfb\x5d", [0x9da8] = "\xf0\xb1", [0x9da9] = "\xf0\xb2", + [0x9daa] = "\xf0\xb3", [0x9dab] = "\xf0\xb4", [0x9dac] = "\xf0\xb5", + [0x9dad] = "\xd1\xbc", [0x9dae] = "\xfb\x5e", [0x9daf] = "\xd1\xec", + [0x9db0] = "\xfb\x5f", [0x9db1] = "\xf0\xb7", [0x9db2] = "\xf0\xb6", + [0x9db3] = "\xd4\xa7", [0x9db4] = "\xfb\x60", [0x9db5] = "\xcd\xd2", + [0x9db6] = "\xf0\xb8", [0x9db7] = "\xf0\xba", [0x9db8] = "\xf0\xb9", + [0x9db9] = "\xf0\xbb", [0x9dba] = "\xf0\xbc", [0x9dbb] = "\xfb\x61", + [0x9dbc] = "\xfb\x62", [0x9dbd] = "\xb8\xeb", [0x9dbe] = "\xf0\xbd", + [0x9dbf] = "\xba\xe8", [0x9dc0] = "\xfb\x63", [0x9dc1] = "\xf0\xbe", + [0x9dc2] = "\xf0\xbf", [0x9dc3] = "\xbe\xe9", [0x9dc4] = "\xf0\xc0", + [0x9dc5] = "\xb6\xec", [0x9dc6] = "\xf0\xc1", [0x9dc7] = "\xf0\xc2", + [0x9dc8] = "\xf0\xc3", [0x9dc9] = "\xf0\xc4", [0x9dca] = "\xc8\xb5", + [0x9dcb] = "\xf0\xc5", [0x9dcc] = "\xf0\xc6", [0x9dcd] = "\xfb\x64", + [0x9dce] = "\xf0\xc7", [0x9dcf] = "\xc5\xf4", [0x9dd0] = "\xfb\x65", + [0x9dd1] = "\xf0\xc8", [0x9dd2] = "\xfb\x66", [0x9dd3] = "\xfb\x67", + [0x9dd4] = "\xfb\x68", [0x9dd5] = "\xf0\xc9", [0x9dd6] = "\xfb\x69", + [0x9dd7] = "\xf0\xca", [0x9dd8] = "\xf7\xbd", [0x9dd9] = "\xfb\x6a", + [0x9dda] = "\xf0\xcb", [0x9ddb] = "\xf0\xcc", [0x9ddc] = "\xf0\xcd", + [0x9ddd] = "\xfb\x6b", [0x9dde] = "\xf0\xce", [0x9ddf] = "\xfb\x6c", + [0x9de0] = "\xfb\x6d", [0x9de1] = "\xfb\x6e", [0x9de2] = "\xfb\x6f", + [0x9de3] = "\xf0\xcf", [0x9de4] = "\xba\xd7", [0x9de5] = "\xfb\x70", + [0x9de6] = "\xf0\xd0", [0x9de7] = "\xf0\xd1", [0x9de8] = "\xf0\xd2", + [0x9de9] = "\xf0\xd3", [0x9dea] = "\xf0\xd4", [0x9deb] = "\xf0\xd5", + [0x9dec] = "\xf0\xd6", [0x9ded] = "\xf0\xd8", [0x9dee] = "\xfb\x71", + [0x9def] = "\xfb\x72", [0x9df0] = "\xd3\xa5", [0x9df1] = "\xf0\xd7", + [0x9df2] = "\xfb\x73", [0x9df3] = "\xf0\xd9", [0x9df4] = "\xfb\x74", + [0x9df5] = "\xfb\x75", [0x9df6] = "\xfb\x76", [0x9df7] = "\xfb\x77", + [0x9df8] = "\xfb\x78", [0x9df9] = "\xfb\x79", [0x9dfa] = "\xfb\x7a", + [0x9dfb] = "\xfb\x7b", [0x9dfc] = "\xfb\x7c", [0x9dfd] = "\xfb\x7d", + [0x9dfe] = "\xf5\xba", [0x9dff] = "\xc2\xb9", [0x9e00] = "\xfb\x7e", + [0x9e01] = "\xfb\x80", [0x9e02] = "\xf7\xe4", [0x9e03] = "\xfb\x81", + [0x9e04] = "\xfb\x82", [0x9e05] = "\xfb\x83", [0x9e06] = "\xfb\x84", + [0x9e07] = "\xf7\xe5", [0x9e08] = "\xf7\xe6", [0x9e09] = "\xfb\x85", + [0x9e0a] = "\xfb\x86", [0x9e0b] = "\xf7\xe7", [0x9e0c] = "\xfb\x87", + [0x9e0d] = "\xfb\x88", [0x9e0e] = "\xfb\x89", [0x9e0f] = "\xfb\x8a", + [0x9e10] = "\xfb\x8b", [0x9e11] = "\xfb\x8c", [0x9e12] = "\xf7\xe8", + [0x9e13] = "\xc2\xb4", [0x9e14] = "\xfb\x8d", [0x9e15] = "\xfb\x8e", + [0x9e16] = "\xfb\x8f", [0x9e17] = "\xfb\x90", [0x9e18] = "\xfb\x91", + [0x9e19] = "\xfb\x92", [0x9e1a] = "\xfb\x93", [0x9e1b] = "\xfb\x94", + [0x9e1c] = "\xfb\x95", [0x9e1d] = "\xf7\xea", [0x9e1e] = "\xfb\x96", + [0x9e1f] = "\xf7\xeb", [0x9e20] = "\xfb\x97", [0x9e21] = "\xfb\x98", + [0x9e22] = "\xfb\x99", [0x9e23] = "\xfb\x9a", [0x9e24] = "\xfb\x9b", + [0x9e25] = "\xfb\x9c", [0x9e26] = "\xc2\xf3", [0x9e27] = "\xfb\x9d", + [0x9e28] = "\xfb\x9e", [0x9e29] = "\xfb\x9f", [0x9e2a] = "\xfb\xa0", + [0x9e2b] = "\xfc\x40", [0x9e2c] = "\xfc\x41", [0x9e2d] = "\xfc\x42", + [0x9e2e] = "\xfc\x43", [0x9e2f] = "\xfc\x44", [0x9e30] = "\xfc\x45", + [0x9e31] = "\xfc\x46", [0x9e32] = "\xfc\x47", [0x9e33] = "\xfc\x48", + [0x9e34] = "\xf4\xf0", [0x9e35] = "\xfc\x49", [0x9e36] = "\xfc\x4a", + [0x9e37] = "\xfc\x4b", [0x9e38] = "\xf4\xef", [0x9e39] = "\xfc\x4c", + [0x9e3a] = "\xfc\x4d", [0x9e3b] = "\xc2\xe9", [0x9e3c] = "\xfc\x4e", + [0x9e3d] = "\xf7\xe1", [0x9e3e] = "\xf7\xe2", [0x9e3f] = "\xfc\x4f", + [0x9e40] = "\xfc\x50", [0x9e41] = "\xfc\x51", [0x9e42] = "\xfc\x52", + [0x9e43] = "\xfc\x53", [0x9e44] = "\xbb\xc6", [0x9e45] = "\xfc\x54", + [0x9e46] = "\xfc\x55", [0x9e47] = "\xfc\x56", [0x9e48] = "\xfc\x57", + [0x9e49] = "\xd9\xe4", [0x9e4a] = "\xfc\x58", [0x9e4b] = "\xfc\x59", + [0x9e4c] = "\xfc\x5a", [0x9e4d] = "\xca\xf2", [0x9e4e] = "\xc0\xe8", + [0x9e4f] = "\xf0\xa4", [0x9e50] = "\xfc\x5b", [0x9e51] = "\xba\xda", + [0x9e52] = "\xfc\x5c", [0x9e53] = "\xfc\x5d", [0x9e54] = "\xc7\xad", + [0x9e55] = "\xfc\x5e", [0x9e56] = "\xfc\x5f", [0x9e57] = "\xfc\x60", + [0x9e58] = "\xc4\xac", [0x9e59] = "\xfc\x61", [0x9e5a] = "\xfc\x62", + [0x9e5b] = "\xf7\xec", [0x9e5c] = "\xf7\xed", [0x9e5d] = "\xf7\xee", + [0x9e5e] = "\xfc\x63", [0x9e5f] = "\xf7\xf0", [0x9e60] = "\xf7\xef", + [0x9e61] = "\xfc\x64", [0x9e62] = "\xf7\xf1", [0x9e63] = "\xfc\x65", + [0x9e64] = "\xfc\x66", [0x9e65] = "\xf7\xf4", [0x9e66] = "\xfc\x67", + [0x9e67] = "\xf7\xf3", [0x9e68] = "\xfc\x68", [0x9e69] = "\xf7\xf2", + [0x9e6a] = "\xf7\xf5", [0x9e6b] = "\xfc\x69", [0x9e6c] = "\xfc\x6a", + [0x9e6d] = "\xfc\x6b", [0x9e6e] = "\xfc\x6c", [0x9e6f] = "\xf7\xf6", + [0x9e70] = "\xfc\x6d", [0x9e71] = "\xfc\x6e", [0x9e72] = "\xfc\x6f", + [0x9e73] = "\xfc\x70", [0x9e74] = "\xfc\x71", [0x9e75] = "\xfc\x72", + [0x9e76] = "\xfc\x73", [0x9e77] = "\xfc\x74", [0x9e78] = "\xfc\x75", + [0x9e79] = "\xed\xe9", [0x9e7a] = "\xfc\x76", [0x9e7b] = "\xed\xea", + [0x9e7c] = "\xed\xeb", [0x9e7d] = "\xfc\x77", [0x9e7e] = "\xf6\xbc", + [0x9e7f] = "\xfc\x78", [0x9e80] = "\xfc\x79", [0x9e81] = "\xfc\x7a", + [0x9e82] = "\xfc\x7b", [0x9e83] = "\xfc\x7c", [0x9e84] = "\xfc\x7d", + [0x9e85] = "\xfc\x7e", [0x9e86] = "\xfc\x80", [0x9e87] = "\xfc\x81", + [0x9e88] = "\xfc\x82", [0x9e89] = "\xfc\x83", [0x9e8a] = "\xfc\x84", + [0x9e8b] = "\xf6\xbd", [0x9e8c] = "\xfc\x85", [0x9e8d] = "\xf6\xbe", + [0x9e8e] = "\xb6\xa6", [0x9e8f] = "\xfc\x86", [0x9e90] = "\xd8\xbe", + [0x9e91] = "\xfc\x87", [0x9e92] = "\xfc\x88", [0x9e93] = "\xb9\xc4", + [0x9e94] = "\xfc\x89", [0x9e95] = "\xfc\x8a", [0x9e96] = "\xfc\x8b", + [0x9e97] = "\xd8\xbb", [0x9e98] = "\xfc\x8c", [0x9e99] = "\xdc\xb1", + [0x9e9a] = "\xfc\x8d", [0x9e9b] = "\xfc\x8e", [0x9e9c] = "\xfc\x8f", + [0x9e9d] = "\xfc\x90", [0x9e9e] = "\xfc\x91", [0x9e9f] = "\xfc\x92", + [0x9ea0] = "\xca\xf3", [0x9ea1] = "\xfc\x93", [0x9ea2] = "\xf7\xf7", + [0x9ea3] = "\xfc\x94", [0x9ea4] = "\xfc\x95", [0x9ea5] = "\xfc\x96", + [0x9ea6] = "\xfc\x97", [0x9ea7] = "\xfc\x98", [0x9ea8] = "\xfc\x99", + [0x9ea9] = "\xfc\x9a", [0x9eaa] = "\xfc\x9b", [0x9eab] = "\xfc\x9c", + [0x9eac] = "\xf7\xf8", [0x9ead] = "\xfc\x9d", [0x9eae] = "\xfc\x9e", + [0x9eaf] = "\xf7\xf9", [0x9eb0] = "\xfc\x9f", [0x9eb1] = "\xfc\xa0", + [0x9eb2] = "\xfd\x40", [0x9eb3] = "\xfd\x41", [0x9eb4] = "\xfd\x42", + [0x9eb5] = "\xfd\x43", [0x9eb6] = "\xfd\x44", [0x9eb7] = "\xf7\xfb", + [0x9eb8] = "\xfd\x45", [0x9eb9] = "\xf7\xfa", [0x9eba] = "\xfd\x46", + [0x9ebb] = "\xb1\xc7", [0x9ebc] = "\xfd\x47", [0x9ebd] = "\xf7\xfc", + [0x9ebe] = "\xf7\xfd", [0x9ebf] = "\xfd\x48", [0x9ec0] = "\xfd\x49", + [0x9ec1] = "\xfd\x4a", [0x9ec2] = "\xfd\x4b", [0x9ec3] = "\xfd\x4c", + [0x9ec4] = "\xf7\xfe", [0x9ec5] = "\xfd\x4d", [0x9ec6] = "\xfd\x4e", + [0x9ec7] = "\xfd\x4f", [0x9ec8] = "\xfd\x50", [0x9ec9] = "\xfd\x51", + [0x9eca] = "\xfd\x52", [0x9ecb] = "\xfd\x53", [0x9ecc] = "\xfd\x54", + [0x9ecd] = "\xfd\x55", [0x9ece] = "\xfd\x56", [0x9ecf] = "\xfd\x57", + [0x9ed0] = "\xc6\xeb", [0x9ed1] = "\xec\xb4", [0x9ed2] = "\xfd\x58", + [0x9ed3] = "\xfd\x59", [0x9ed4] = "\xfd\x5a", [0x9ed5] = "\xfd\x5b", + [0x9ed6] = "\xfd\x5c", [0x9ed7] = "\xfd\x5d", [0x9ed8] = "\xfd\x5e", + [0x9ed9] = "\xfd\x5f", [0x9eda] = "\xfd\x60", [0x9edb] = "\xfd\x61", + [0x9edc] = "\xfd\x62", [0x9edd] = "\xfd\x63", [0x9ede] = "\xfd\x64", + [0x9edf] = "\xfd\x65", [0x9ee0] = "\xfd\x66", [0x9ee1] = "\xfd\x67", + [0x9ee2] = "\xfd\x68", [0x9ee3] = "\xfd\x69", [0x9ee4] = "\xfd\x6a", + [0x9ee5] = "\xfd\x6b", [0x9ee6] = "\xfd\x6c", [0x9ee7] = "\xfd\x6d", + [0x9ee8] = "\xfd\x6e", [0x9ee9] = "\xfd\x6f", [0x9eea] = "\xfd\x70", + [0x9eeb] = "\xfd\x71", [0x9eec] = "\xfd\x72", [0x9eed] = "\xfd\x73", + [0x9eee] = "\xfd\x74", [0x9eef] = "\xfd\x75", [0x9ef0] = "\xfd\x76", + [0x9ef1] = "\xfd\x77", [0x9ef2] = "\xfd\x78", [0x9ef3] = "\xfd\x79", + [0x9ef4] = "\xfd\x7a", [0x9ef5] = "\xfd\x7b", [0x9ef6] = "\xfd\x7c", + [0x9ef7] = "\xfd\x7d", [0x9ef8] = "\xfd\x7e", [0x9ef9] = "\xfd\x80", + [0x9efa] = "\xfd\x81", [0x9efb] = "\xfd\x82", [0x9efc] = "\xfd\x83", + [0x9efd] = "\xfd\x84", [0x9efe] = "\xfd\x85", [0x9eff] = "\xb3\xdd", + [0x9f00] = "\xf6\xb3", [0x9f01] = "\xfd\x86", [0x9f02] = "\xfd\x87", + [0x9f03] = "\xf6\xb4", [0x9f04] = "\xc1\xe4", [0x9f05] = "\xf6\xb5", + [0x9f06] = "\xf6\xb6", [0x9f07] = "\xf6\xb7", [0x9f08] = "\xf6\xb8", + [0x9f09] = "\xf6\xb9", [0x9f0a] = "\xf6\xba", [0x9f0b] = "\xc8\xa3", + [0x9f0c] = "\xf6\xbb", [0x9f0d] = "\xfd\x88", [0x9f0e] = "\xfd\x89", + [0x9f0f] = "\xfd\x8a", [0x9f10] = "\xfd\x8b", [0x9f11] = "\xfd\x8c", + [0x9f12] = "\xfd\x8d", [0x9f13] = "\xfd\x8e", [0x9f14] = "\xfd\x8f", + [0x9f15] = "\xfd\x90", [0x9f16] = "\xfd\x91", [0x9f17] = "\xfd\x92", + [0x9f18] = "\xfd\x93", [0x9f19] = "\xc1\xfa", [0x9f1a] = "\xb9\xa8", + [0x9f1b] = "\xed\xe8", [0x9f1c] = "\xfd\x94", [0x9f1d] = "\xfd\x95", + [0x9f1e] = "\xfd\x96", [0x9f1f] = "\xb9\xea", [0x9f20] = "\xd9\xdf", + [0x9f21] = "\xfd\x97", [0x9f22] = "\xfd\x98", [0x9f23] = "\xfd\x99", + [0x9f24] = "\xfd\x9a", [0x9f25] = "\xfd\x9b", }; -/* Table for UCS-4 -> GB18030, for the range U+E000..U+FFFF. - There are three kinds of two-byte entries (ch1, ch2): - (ch1, ch2) = (0, 0) means an unmapped character, - 0x20 <= ch1 <= 0x80 means a four-byte character, - ch1 >= 0x81 means a two-byte character. - Generated through - - sort +1 < GB18030.table | clisp tab.lisp - - where tab.lisp is: - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (locally (declare (compile)) - (let ((count 0) - (range1-start #xE000) (range1-end #xFFFF)) - (flet ((output-pair (ucs entry) - (when (= (mod count 3) 0) - (format t " ")) - (format t " ~([0x~4,'0X] = \"\\x~2,'0X\\x~2,'0X\"~)," - (cond ((<= range1-start ucs range1-end) - (- ucs range1-start))) - (ash entry -8) (ldb (byte 8 0) entry)) - (incf count) - (when (= (mod count 3) 0) - (format t "~%")))) - (loop - (let ((line (read-line nil nil nil))) - (unless line (return)) - (when (eql (position #\Tab line) 6) - (let* ((gbk (parse-integer line :start 2 :end 6 :radix 16)) - (ucs (parse-integer line :start 9 :end 13 :radix 16))) - (when (<= range1-start ucs range1-end) - (assert (>= gbk #x8100)) - (output-pair ucs gbk)))) - (when (eql (position #\Tab line) 10) - (let* ((gbk (parse-integer line :start 2 :end 10 :radix 16)) - (ucs (parse-integer line :start 13 :end 17 :radix 16)) - (ch1 (ldb (byte 8 24) gbk)) - (ch2 (ldb (byte 8 16) gbk)) - (ch3 (ldb (byte 8 8) gbk)) - (ch4 (ldb (byte 8 0) gbk)) - (linear (+ (* (+ (* (+ (* (- ch1 #x81) 10) - (- ch2 #x30)) - 126) - (- ch3 #x81)) - 10) - (- ch4 #x30)))) - (when (<= range1-start ucs range1-end) - (assert (>= linear #x82bd)) - (output-pair ucs (+ #x2000 (- linear #x82bd))))))))) - (format t "~%"))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -*/ - -static const unsigned char __ucs_to_gb18030_tab2[8192][2] = +static const unsigned char __ucs_to_gb18030_tab2[][2] = { - [0x076c] = "\x20\x00", [0x07c8] = "\x20\x01", [0x07e7] = "\x20\x02", - [0x07e8] = "\x20\x03", [0x07e9] = "\x20\x04", [0x07ea] = "\x20\x05", - [0x07eb] = "\x20\x06", [0x07ec] = "\x20\x07", [0x07ed] = "\x20\x08", - [0x07ee] = "\x20\x09", [0x07ef] = "\x20\x0a", [0x07f0] = "\x20\x0b", - [0x07f1] = "\x20\x0c", [0x07f2] = "\x20\x0d", [0x07f3] = "\x20\x0e", - [0x0815] = "\x20\x0f", [0x0819] = "\x20\x10", [0x081a] = "\x20\x11", - [0x081b] = "\x20\x12", [0x081c] = "\x20\x13", [0x081d] = "\x20\x14", - [0x081f] = "\x20\x15", [0x0820] = "\x20\x16", [0x0821] = "\x20\x17", - [0x0822] = "\x20\x18", [0x0823] = "\x20\x19", [0x0824] = "\x20\x1a", - [0x0825] = "\x20\x1b", [0x0827] = "\x20\x1c", [0x0828] = "\x20\x1d", - [0x0829] = "\x20\x1e", [0x082a] = "\x20\x1f", [0x082d] = "\x20\x20", - [0x082e] = "\x20\x21", [0x082f] = "\x20\x22", [0x0830] = "\x20\x23", - [0x0833] = "\x20\x24", [0x0834] = "\x20\x25", [0x0835] = "\x20\x26", - [0x0836] = "\x20\x27", [0x0837] = "\x20\x28", [0x0838] = "\x20\x29", - [0x0839] = "\x20\x2a", [0x083a] = "\x20\x2b", [0x083c] = "\x20\x2c", - [0x083d] = "\x20\x2d", [0x083e] = "\x20\x2e", [0x083f] = "\x20\x2f", - [0x0840] = "\x20\x30", [0x0841] = "\x20\x31", [0x0842] = "\x20\x32", - [0x0844] = "\x20\x33", [0x0845] = "\x20\x34", [0x0846] = "\x20\x35", - [0x0847] = "\x20\x36", [0x0848] = "\x20\x37", [0x0849] = "\x20\x38", - [0x084a] = "\x20\x39", [0x084b] = "\x20\x3a", [0x084c] = "\x20\x3b", - [0x084d] = "\x20\x3c", [0x084e] = "\x20\x3d", [0x084f] = "\x20\x3e", - [0x0850] = "\x20\x3f", [0x0851] = "\x20\x40", [0x0852] = "\x20\x41", - [0x0853] = "\x20\x42", [0x0856] = "\x20\x43", [0x0857] = "\x20\x44", - [0x0858] = "\x20\x45", [0x0859] = "\x20\x46", [0x085a] = "\x20\x47", - [0x085b] = "\x20\x48", [0x085c] = "\x20\x49", [0x085d] = "\x20\x4a", - [0x085e] = "\x20\x4b", [0x085f] = "\x20\x4c", [0x0860] = "\x20\x4d", - [0x0861] = "\x20\x4e", [0x0862] = "\x20\x4f", [0x0863] = "\x20\x50", - [0x0865] = "\x20\x51", [0x0866] = "\x20\x52", [0x0867] = "\x20\x53", - [0x0868] = "\x20\x54", [0x0869] = "\x20\x55", [0x086a] = "\x20\x56", - [0x086b] = "\x20\x57", [0x086c] = "\x20\x58", [0x086d] = "\x20\x59", - [0x086e] = "\x20\x5a", [0x086f] = "\x20\x5b", [0x0870] = "\x20\x5c", - [0x0871] = "\x20\x5d", [0x0872] = "\x20\x5e", [0x0873] = "\x20\x5f", - [0x0874] = "\x20\x60", [0x0875] = "\x20\x61", [0x0876] = "\x20\x62", - [0x0877] = "\x20\x63", [0x0878] = "\x20\x64", [0x0879] = "\x20\x65", - [0x087a] = "\x20\x66", [0x087b] = "\x20\x67", [0x087c] = "\x20\x68", - [0x087d] = "\x20\x69", [0x087e] = "\x20\x6a", [0x087f] = "\x20\x6b", - [0x0880] = "\x20\x6c", [0x0881] = "\x20\x6d", [0x0882] = "\x20\x6e", - [0x0883] = "\x20\x6f", [0x0884] = "\x20\x70", [0x0885] = "\x20\x71", - [0x0886] = "\x20\x72", [0x0887] = "\x20\x73", [0x0888] = "\x20\x74", - [0x0889] = "\x20\x75", [0x088a] = "\x20\x76", [0x088b] = "\x20\x77", - [0x088c] = "\x20\x78", [0x088d] = "\x20\x79", [0x088e] = "\x20\x7a", - [0x088f] = "\x20\x7b", [0x0890] = "\x20\x7c", [0x0891] = "\x20\x7d", - [0x0892] = "\x20\x7e", [0x0893] = "\x20\x7f", [0x0894] = "\x20\x80", - [0x0895] = "\x20\x81", [0x0896] = "\x20\x82", [0x0897] = "\x20\x83", - [0x0898] = "\x20\x84", [0x0899] = "\x20\x85", [0x089a] = "\x20\x86", - [0x089b] = "\x20\x87", [0x089c] = "\x20\x88", [0x089d] = "\x20\x89", - [0x089e] = "\x20\x8a", [0x089f] = "\x20\x8b", [0x08a0] = "\x20\x8c", - [0x08a1] = "\x20\x8d", [0x08a2] = "\x20\x8e", [0x08a3] = "\x20\x8f", - [0x08a4] = "\x20\x90", [0x08a5] = "\x20\x91", [0x08a6] = "\x20\x92", - [0x08a7] = "\x20\x93", [0x08a8] = "\x20\x94", [0x08a9] = "\x20\x95", - [0x08aa] = "\x20\x96", [0x08ab] = "\x20\x97", [0x08ac] = "\x20\x98", - [0x08ad] = "\x20\x99", [0x08ae] = "\x20\x9a", [0x08af] = "\x20\x9b", - [0x08b0] = "\x20\x9c", [0x08b1] = "\x20\x9d", [0x08b2] = "\x20\x9e", - [0x08b3] = "\x20\x9f", [0x08b4] = "\x20\xa0", [0x08b5] = "\x20\xa1", - [0x08b6] = "\x20\xa2", [0x08b7] = "\x20\xa3", [0x08b8] = "\x20\xa4", - [0x08b9] = "\x20\xa5", [0x08ba] = "\x20\xa6", [0x08bb] = "\x20\xa7", - [0x08bc] = "\x20\xa8", [0x08bd] = "\x20\xa9", [0x08be] = "\x20\xaa", - [0x08bf] = "\x20\xab", [0x08c0] = "\x20\xac", [0x08c1] = "\x20\xad", - [0x08c2] = "\x20\xae", [0x08c3] = "\x20\xaf", [0x08c4] = "\x20\xb0", - [0x08c5] = "\x20\xb1", [0x08c6] = "\x20\xb2", [0x08c7] = "\x20\xb3", - [0x08c8] = "\x20\xb4", [0x08c9] = "\x20\xb5", [0x08ca] = "\x20\xb6", - [0x08cb] = "\x20\xb7", [0x08cc] = "\x20\xb8", [0x08cd] = "\x20\xb9", - [0x08ce] = "\x20\xba", [0x08cf] = "\x20\xbb", [0x08d0] = "\x20\xbc", - [0x08d1] = "\x20\xbd", [0x08d2] = "\x20\xbe", [0x08d3] = "\x20\xbf", - [0x08d4] = "\x20\xc0", [0x08d5] = "\x20\xc1", [0x08d6] = "\x20\xc2", - [0x08d7] = "\x20\xc3", [0x08d8] = "\x20\xc4", [0x08d9] = "\x20\xc5", - [0x08da] = "\x20\xc6", [0x08db] = "\x20\xc7", [0x08dc] = "\x20\xc8", - [0x08dd] = "\x20\xc9", [0x08de] = "\x20\xca", [0x08df] = "\x20\xcb", - [0x08e0] = "\x20\xcc", [0x08e1] = "\x20\xcd", [0x08e2] = "\x20\xce", - [0x08e3] = "\x20\xcf", [0x08e4] = "\x20\xd0", [0x08e5] = "\x20\xd1", - [0x08e6] = "\x20\xd2", [0x08e7] = "\x20\xd3", [0x08e8] = "\x20\xd4", - [0x08e9] = "\x20\xd5", [0x08ea] = "\x20\xd6", [0x08eb] = "\x20\xd7", - [0x08ec] = "\x20\xd8", [0x08ed] = "\x20\xd9", [0x08ee] = "\x20\xda", - [0x08ef] = "\x20\xdb", [0x08f0] = "\x20\xdc", [0x08f1] = "\x20\xdd", - [0x08f2] = "\x20\xde", [0x08f3] = "\x20\xdf", [0x08f4] = "\x20\xe0", - [0x08f5] = "\x20\xe1", [0x08f6] = "\x20\xe2", [0x08f7] = "\x20\xe3", - [0x08f8] = "\x20\xe4", [0x08f9] = "\x20\xe5", [0x08fa] = "\x20\xe6", - [0x08fb] = "\x20\xe7", [0x08fc] = "\x20\xe8", [0x08fd] = "\x20\xe9", - [0x08fe] = "\x20\xea", [0x08ff] = "\x20\xeb", [0x0900] = "\x20\xec", - [0x0901] = "\x20\xed", [0x0902] = "\x20\xee", [0x0903] = "\x20\xef", - [0x0904] = "\x20\xf0", [0x0905] = "\x20\xf1", [0x0906] = "\x20\xf2", - [0x0907] = "\x20\xf3", [0x0908] = "\x20\xf4", [0x0909] = "\x20\xf5", - [0x090a] = "\x20\xf6", [0x090b] = "\x20\xf7", [0x090c] = "\x20\xf8", - [0x090d] = "\x20\xf9", [0x090e] = "\x20\xfa", [0x090f] = "\x20\xfb", - [0x0910] = "\x20\xfc", [0x0911] = "\x20\xfd", [0x0912] = "\x20\xfe", - [0x0913] = "\x20\xff", [0x0914] = "\x21\x00", [0x0915] = "\x21\x01", - [0x0916] = "\x21\x02", [0x0917] = "\x21\x03", [0x0918] = "\x21\x04", - [0x0919] = "\x21\x05", [0x091a] = "\x21\x06", [0x091b] = "\x21\x07", - [0x091c] = "\x21\x08", [0x091d] = "\x21\x09", [0x091e] = "\x21\x0a", - [0x091f] = "\x21\x0b", [0x0920] = "\x21\x0c", [0x0921] = "\x21\x0d", - [0x0922] = "\x21\x0e", [0x0923] = "\x21\x0f", [0x0924] = "\x21\x10", - [0x0925] = "\x21\x11", [0x0926] = "\x21\x12", [0x0927] = "\x21\x13", - [0x0928] = "\x21\x14", [0x0929] = "\x21\x15", [0x092a] = "\x21\x16", - [0x092b] = "\x21\x17", [0x092c] = "\x21\x18", [0x092d] = "\x21\x19", - [0x092e] = "\x21\x1a", [0x092f] = "\x21\x1b", [0x0930] = "\x21\x1c", - [0x0931] = "\x21\x1d", [0x0932] = "\x21\x1e", [0x0933] = "\x21\x1f", - [0x0934] = "\x21\x20", [0x0935] = "\x21\x21", [0x0936] = "\x21\x22", - [0x0937] = "\x21\x23", [0x0938] = "\x21\x24", [0x0939] = "\x21\x25", - [0x093a] = "\x21\x26", [0x093b] = "\x21\x27", [0x093c] = "\x21\x28", - [0x093d] = "\x21\x29", [0x093e] = "\x21\x2a", [0x093f] = "\x21\x2b", - [0x0940] = "\x21\x2c", [0x0941] = "\x21\x2d", [0x0942] = "\x21\x2e", - [0x0943] = "\x21\x2f", [0x0944] = "\x21\x30", [0x0945] = "\x21\x31", - [0x0946] = "\x21\x32", [0x0947] = "\x21\x33", [0x0948] = "\x21\x34", - [0x0949] = "\x21\x35", [0x094a] = "\x21\x36", [0x094b] = "\x21\x37", - [0x094c] = "\x21\x38", [0x094d] = "\x21\x39", [0x094e] = "\x21\x3a", - [0x094f] = "\x21\x3b", [0x0950] = "\x21\x3c", [0x0951] = "\x21\x3d", - [0x0952] = "\x21\x3e", [0x0953] = "\x21\x3f", [0x0954] = "\x21\x40", - [0x0955] = "\x21\x41", [0x0956] = "\x21\x42", [0x0957] = "\x21\x43", - [0x0958] = "\x21\x44", [0x0959] = "\x21\x45", [0x095a] = "\x21\x46", - [0x095b] = "\x21\x47", [0x095c] = "\x21\x48", [0x095d] = "\x21\x49", - [0x095e] = "\x21\x4a", [0x095f] = "\x21\x4b", [0x0960] = "\x21\x4c", - [0x0961] = "\x21\x4d", [0x0962] = "\x21\x4e", [0x0963] = "\x21\x4f", - [0x0964] = "\x21\x50", [0x0965] = "\x21\x51", [0x0966] = "\x21\x52", - [0x0967] = "\x21\x53", [0x0968] = "\x21\x54", [0x0969] = "\x21\x55", - [0x096a] = "\x21\x56", [0x096b] = "\x21\x57", [0x096c] = "\x21\x58", - [0x096d] = "\x21\x59", [0x096e] = "\x21\x5a", [0x096f] = "\x21\x5b", - [0x0970] = "\x21\x5c", [0x0971] = "\x21\x5d", [0x0972] = "\x21\x5e", - [0x0973] = "\x21\x5f", [0x0974] = "\x21\x60", [0x0975] = "\x21\x61", - [0x0976] = "\x21\x62", [0x0977] = "\x21\x63", [0x0978] = "\x21\x64", - [0x0979] = "\x21\x65", [0x097a] = "\x21\x66", [0x097b] = "\x21\x67", - [0x097c] = "\x21\x68", [0x097d] = "\x21\x69", [0x097e] = "\x21\x6a", - [0x097f] = "\x21\x6b", [0x0980] = "\x21\x6c", [0x0981] = "\x21\x6d", - [0x0982] = "\x21\x6e", [0x0983] = "\x21\x6f", [0x0984] = "\x21\x70", - [0x0985] = "\x21\x71", [0x0986] = "\x21\x72", [0x0987] = "\x21\x73", - [0x0988] = "\x21\x74", [0x0989] = "\x21\x75", [0x098a] = "\x21\x76", - [0x098b] = "\x21\x77", [0x098c] = "\x21\x78", [0x098d] = "\x21\x79", - [0x098e] = "\x21\x7a", [0x098f] = "\x21\x7b", [0x0990] = "\x21\x7c", - [0x0991] = "\x21\x7d", [0x0992] = "\x21\x7e", [0x0993] = "\x21\x7f", - [0x0994] = "\x21\x80", [0x0995] = "\x21\x81", [0x0996] = "\x21\x82", - [0x0997] = "\x21\x83", [0x0998] = "\x21\x84", [0x0999] = "\x21\x85", - [0x099a] = "\x21\x86", [0x099b] = "\x21\x87", [0x099c] = "\x21\x88", - [0x099d] = "\x21\x89", [0x099e] = "\x21\x8a", [0x099f] = "\x21\x8b", - [0x09a0] = "\x21\x8c", [0x09a1] = "\x21\x8d", [0x09a2] = "\x21\x8e", - [0x09a3] = "\x21\x8f", [0x09a4] = "\x21\x90", [0x09a5] = "\x21\x91", - [0x09a6] = "\x21\x92", [0x09a7] = "\x21\x93", [0x09a8] = "\x21\x94", - [0x09a9] = "\x21\x95", [0x09aa] = "\x21\x96", [0x09ab] = "\x21\x97", - [0x09ac] = "\x21\x98", [0x09ad] = "\x21\x99", [0x09ae] = "\x21\x9a", - [0x09af] = "\x21\x9b", [0x09b0] = "\x21\x9c", [0x09b1] = "\x21\x9d", - [0x09b2] = "\x21\x9e", [0x09b3] = "\x21\x9f", [0x09b4] = "\x21\xa0", - [0x09b5] = "\x21\xa1", [0x09b6] = "\x21\xa2", [0x09b7] = "\x21\xa3", - [0x09b8] = "\x21\xa4", [0x09b9] = "\x21\xa5", [0x09ba] = "\x21\xa6", - [0x09bb] = "\x21\xa7", [0x09bc] = "\x21\xa8", [0x09bd] = "\x21\xa9", - [0x09be] = "\x21\xaa", [0x09bf] = "\x21\xab", [0x09c0] = "\x21\xac", - [0x09c1] = "\x21\xad", [0x09c2] = "\x21\xae", [0x09c3] = "\x21\xaf", - [0x09c4] = "\x21\xb0", [0x09c5] = "\x21\xb1", [0x09c6] = "\x21\xb2", - [0x09c7] = "\x21\xb3", [0x09c8] = "\x21\xb4", [0x09c9] = "\x21\xb5", - [0x09ca] = "\x21\xb6", [0x09cb] = "\x21\xb7", [0x09cc] = "\x21\xb8", - [0x09cd] = "\x21\xb9", [0x09ce] = "\x21\xba", [0x09cf] = "\x21\xbb", - [0x09d0] = "\x21\xbc", [0x09d1] = "\x21\xbd", [0x09d2] = "\x21\xbe", - [0x09d3] = "\x21\xbf", [0x09d4] = "\x21\xc0", [0x09d5] = "\x21\xc1", - [0x09d6] = "\x21\xc2", [0x09d7] = "\x21\xc3", [0x09d8] = "\x21\xc4", - [0x09d9] = "\x21\xc5", [0x09da] = "\x21\xc6", [0x09db] = "\x21\xc7", - [0x09dc] = "\x21\xc8", [0x09dd] = "\x21\xc9", [0x09de] = "\x21\xca", - [0x09df] = "\x21\xcb", [0x09e0] = "\x21\xcc", [0x09e1] = "\x21\xcd", - [0x09e2] = "\x21\xce", [0x09e3] = "\x21\xcf", [0x09e4] = "\x21\xd0", - [0x09e5] = "\x21\xd1", [0x09e6] = "\x21\xd2", [0x09e7] = "\x21\xd3", - [0x09e8] = "\x21\xd4", [0x09e9] = "\x21\xd5", [0x09ea] = "\x21\xd6", - [0x09eb] = "\x21\xd7", [0x09ec] = "\x21\xd8", [0x09ed] = "\x21\xd9", - [0x09ee] = "\x21\xda", [0x09ef] = "\x21\xdb", [0x09f0] = "\x21\xdc", - [0x09f1] = "\x21\xdd", [0x09f2] = "\x21\xde", [0x09f3] = "\x21\xdf", - [0x09f4] = "\x21\xe0", [0x09f5] = "\x21\xe1", [0x09f6] = "\x21\xe2", - [0x09f7] = "\x21\xe3", [0x09f8] = "\x21\xe4", [0x09f9] = "\x21\xe5", - [0x09fa] = "\x21\xe6", [0x09fb] = "\x21\xe7", [0x09fc] = "\x21\xe8", - [0x09fd] = "\x21\xe9", [0x09fe] = "\x21\xea", [0x09ff] = "\x21\xeb", - [0x0a00] = "\x21\xec", [0x0a01] = "\x21\xed", [0x0a02] = "\x21\xee", - [0x0a03] = "\x21\xef", [0x0a04] = "\x21\xf0", [0x0a05] = "\x21\xf1", - [0x0a06] = "\x21\xf2", [0x0a07] = "\x21\xf3", [0x0a08] = "\x21\xf4", - [0x0a09] = "\x21\xf5", [0x0a0a] = "\x21\xf6", [0x0a0b] = "\x21\xf7", - [0x0a0c] = "\x21\xf8", [0x0a0d] = "\x21\xf9", [0x0a0e] = "\x21\xfa", - [0x0a0f] = "\x21\xfb", [0x0a10] = "\x21\xfc", [0x0a11] = "\x21\xfd", - [0x0a12] = "\x21\xfe", [0x0a13] = "\x21\xff", [0x0a14] = "\x22\x00", - [0x0a15] = "\x22\x01", [0x0a16] = "\x22\x02", [0x0a17] = "\x22\x03", - [0x0a18] = "\x22\x04", [0x0a19] = "\x22\x05", [0x0a1a] = "\x22\x06", - [0x0a1b] = "\x22\x07", [0x0a1c] = "\x22\x08", [0x0a1d] = "\x22\x09", - [0x0a1e] = "\x22\x0a", [0x0a1f] = "\x22\x0b", [0x0a20] = "\x22\x0c", - [0x0a21] = "\x22\x0d", [0x0a22] = "\x22\x0e", [0x0a23] = "\x22\x0f", - [0x0a24] = "\x22\x10", [0x0a25] = "\x22\x11", [0x0a26] = "\x22\x12", - [0x0a27] = "\x22\x13", [0x0a28] = "\x22\x14", [0x0a29] = "\x22\x15", - [0x0a2a] = "\x22\x16", [0x0a2b] = "\x22\x17", [0x0a2c] = "\x22\x18", - [0x0a2d] = "\x22\x19", [0x0a2e] = "\x22\x1a", [0x0a2f] = "\x22\x1b", - [0x0a30] = "\x22\x1c", [0x0a31] = "\x22\x1d", [0x0a32] = "\x22\x1e", - [0x0a33] = "\x22\x1f", [0x0a34] = "\x22\x20", [0x0a35] = "\x22\x21", - [0x0a36] = "\x22\x22", [0x0a37] = "\x22\x23", [0x0a38] = "\x22\x24", - [0x0a39] = "\x22\x25", [0x0a3a] = "\x22\x26", [0x0a3b] = "\x22\x27", - [0x0a3c] = "\x22\x28", [0x0a3d] = "\x22\x29", [0x0a3e] = "\x22\x2a", - [0x0a3f] = "\x22\x2b", [0x0a40] = "\x22\x2c", [0x0a41] = "\x22\x2d", - [0x0a42] = "\x22\x2e", [0x0a43] = "\x22\x2f", [0x0a44] = "\x22\x30", - [0x0a45] = "\x22\x31", [0x0a46] = "\x22\x32", [0x0a47] = "\x22\x33", - [0x0a48] = "\x22\x34", [0x0a49] = "\x22\x35", [0x0a4a] = "\x22\x36", - [0x0a4b] = "\x22\x37", [0x0a4c] = "\x22\x38", [0x0a4d] = "\x22\x39", - [0x0a4e] = "\x22\x3a", [0x0a4f] = "\x22\x3b", [0x0a50] = "\x22\x3c", - [0x0a51] = "\x22\x3d", [0x0a52] = "\x22\x3e", [0x0a53] = "\x22\x3f", - [0x0a54] = "\x22\x40", [0x0a55] = "\x22\x41", [0x0a56] = "\x22\x42", - [0x0a57] = "\x22\x43", [0x0a58] = "\x22\x44", [0x0a59] = "\x22\x45", - [0x0a5a] = "\x22\x46", [0x0a5b] = "\x22\x47", [0x0a5c] = "\x22\x48", - [0x0a5d] = "\x22\x49", [0x0a5e] = "\x22\x4a", [0x0a5f] = "\x22\x4b", - [0x0a60] = "\x22\x4c", [0x0a61] = "\x22\x4d", [0x0a62] = "\x22\x4e", - [0x0a63] = "\x22\x4f", [0x0a64] = "\x22\x50", [0x0a65] = "\x22\x51", - [0x0a66] = "\x22\x52", [0x0a67] = "\x22\x53", [0x0a68] = "\x22\x54", - [0x0a69] = "\x22\x55", [0x0a6a] = "\x22\x56", [0x0a6b] = "\x22\x57", - [0x0a6c] = "\x22\x58", [0x0a6d] = "\x22\x59", [0x0a6e] = "\x22\x5a", - [0x0a6f] = "\x22\x5b", [0x0a70] = "\x22\x5c", [0x0a71] = "\x22\x5d", - [0x0a72] = "\x22\x5e", [0x0a73] = "\x22\x5f", [0x0a74] = "\x22\x60", - [0x0a75] = "\x22\x61", [0x0a76] = "\x22\x62", [0x0a77] = "\x22\x63", - [0x0a78] = "\x22\x64", [0x0a79] = "\x22\x65", [0x0a7a] = "\x22\x66", - [0x0a7b] = "\x22\x67", [0x0a7c] = "\x22\x68", [0x0a7d] = "\x22\x69", - [0x0a7e] = "\x22\x6a", [0x0a7f] = "\x22\x6b", [0x0a80] = "\x22\x6c", - [0x0a81] = "\x22\x6d", [0x0a82] = "\x22\x6e", [0x0a83] = "\x22\x6f", - [0x0a84] = "\x22\x70", [0x0a85] = "\x22\x71", [0x0a86] = "\x22\x72", - [0x0a87] = "\x22\x73", [0x0a88] = "\x22\x74", [0x0a89] = "\x22\x75", - [0x0a8a] = "\x22\x76", [0x0a8b] = "\x22\x77", [0x0a8c] = "\x22\x78", - [0x0a8d] = "\x22\x79", [0x0a8e] = "\x22\x7a", [0x0a8f] = "\x22\x7b", - [0x0a90] = "\x22\x7c", [0x0a91] = "\x22\x7d", [0x0a92] = "\x22\x7e", - [0x0a93] = "\x22\x7f", [0x0a94] = "\x22\x80", [0x0a95] = "\x22\x81", - [0x0a96] = "\x22\x82", [0x0a97] = "\x22\x83", [0x0a98] = "\x22\x84", - [0x0a99] = "\x22\x85", [0x0a9a] = "\x22\x86", [0x0a9b] = "\x22\x87", - [0x0a9c] = "\x22\x88", [0x0a9d] = "\x22\x89", [0x0a9e] = "\x22\x8a", - [0x0a9f] = "\x22\x8b", [0x0aa0] = "\x22\x8c", [0x0aa1] = "\x22\x8d", - [0x0aa2] = "\x22\x8e", [0x0aa3] = "\x22\x8f", [0x0aa4] = "\x22\x90", - [0x0aa5] = "\x22\x91", [0x0aa6] = "\x22\x92", [0x0aa7] = "\x22\x93", - [0x0aa8] = "\x22\x94", [0x0aa9] = "\x22\x95", [0x0aaa] = "\x22\x96", - [0x0aab] = "\x22\x97", [0x0aac] = "\x22\x98", [0x0aad] = "\x22\x99", - [0x0aae] = "\x22\x9a", [0x0aaf] = "\x22\x9b", [0x0ab0] = "\x22\x9c", - [0x0ab1] = "\x22\x9d", [0x0ab2] = "\x22\x9e", [0x0ab3] = "\x22\x9f", - [0x0ab4] = "\x22\xa0", [0x0ab5] = "\x22\xa1", [0x0ab6] = "\x22\xa2", - [0x0ab7] = "\x22\xa3", [0x0ab8] = "\x22\xa4", [0x0ab9] = "\x22\xa5", - [0x0aba] = "\x22\xa6", [0x0abb] = "\x22\xa7", [0x0abc] = "\x22\xa8", - [0x0abd] = "\x22\xa9", [0x0abe] = "\x22\xaa", [0x0abf] = "\x22\xab", - [0x0ac0] = "\x22\xac", [0x0ac1] = "\x22\xad", [0x0ac2] = "\x22\xae", - [0x0ac3] = "\x22\xaf", [0x0ac4] = "\x22\xb0", [0x0ac5] = "\x22\xb1", - [0x0ac6] = "\x22\xb2", [0x0ac7] = "\x22\xb3", [0x0ac8] = "\x22\xb4", - [0x0ac9] = "\x22\xb5", [0x0aca] = "\x22\xb6", [0x0acb] = "\x22\xb7", - [0x0acc] = "\x22\xb8", [0x0acd] = "\x22\xb9", [0x0ace] = "\x22\xba", - [0x0acf] = "\x22\xbb", [0x0ad0] = "\x22\xbc", [0x0ad1] = "\x22\xbd", - [0x0ad2] = "\x22\xbe", [0x0ad3] = "\x22\xbf", [0x0ad4] = "\x22\xc0", - [0x0ad5] = "\x22\xc1", [0x0ad6] = "\x22\xc2", [0x0ad7] = "\x22\xc3", - [0x0ad8] = "\x22\xc4", [0x0ad9] = "\x22\xc5", [0x0ada] = "\x22\xc6", - [0x0adb] = "\x22\xc7", [0x0adc] = "\x22\xc8", [0x0add] = "\x22\xc9", - [0x0ade] = "\x22\xca", [0x0adf] = "\x22\xcb", [0x0ae0] = "\x22\xcc", - [0x0ae1] = "\x22\xcd", [0x0ae2] = "\x22\xce", [0x0ae3] = "\x22\xcf", - [0x0ae4] = "\x22\xd0", [0x0ae5] = "\x22\xd1", [0x0ae6] = "\x22\xd2", - [0x0ae7] = "\x22\xd3", [0x0ae8] = "\x22\xd4", [0x0ae9] = "\x22\xd5", - [0x0aea] = "\x22\xd6", [0x0aeb] = "\x22\xd7", [0x0aec] = "\x22\xd8", - [0x0aed] = "\x22\xd9", [0x0aee] = "\x22\xda", [0x0aef] = "\x22\xdb", - [0x0af0] = "\x22\xdc", [0x0af1] = "\x22\xdd", [0x0af2] = "\x22\xde", - [0x0af3] = "\x22\xdf", [0x0af4] = "\x22\xe0", [0x0af5] = "\x22\xe1", - [0x0af6] = "\x22\xe2", [0x0af7] = "\x22\xe3", [0x0af8] = "\x22\xe4", - [0x0af9] = "\x22\xe5", [0x0afa] = "\x22\xe6", [0x0afb] = "\x22\xe7", - [0x0afc] = "\x22\xe8", [0x0afd] = "\x22\xe9", [0x0afe] = "\x22\xea", - [0x0aff] = "\x22\xeb", [0x0b00] = "\x22\xec", [0x0b01] = "\x22\xed", - [0x0b02] = "\x22\xee", [0x0b03] = "\x22\xef", [0x0b04] = "\x22\xf0", - [0x0b05] = "\x22\xf1", [0x0b06] = "\x22\xf2", [0x0b07] = "\x22\xf3", - [0x0b08] = "\x22\xf4", [0x0b09] = "\x22\xf5", [0x0b0a] = "\x22\xf6", - [0x0b0b] = "\x22\xf7", [0x0b0c] = "\x22\xf8", [0x0b0d] = "\x22\xf9", - [0x0b0e] = "\x22\xfa", [0x0b0f] = "\x22\xfb", [0x0b10] = "\x22\xfc", - [0x0b11] = "\x22\xfd", [0x0b12] = "\x22\xfe", [0x0b13] = "\x22\xff", - [0x0b14] = "\x23\x00", [0x0b15] = "\x23\x01", [0x0b16] = "\x23\x02", - [0x0b17] = "\x23\x03", [0x0b18] = "\x23\x04", [0x0b19] = "\x23\x05", - [0x0b1a] = "\x23\x06", [0x0b1b] = "\x23\x07", [0x0b1c] = "\x23\x08", - [0x0b1d] = "\x23\x09", [0x0b1e] = "\x23\x0a", [0x0b1f] = "\x23\x0b", - [0x0b20] = "\x23\x0c", [0x0b21] = "\x23\x0d", [0x0b22] = "\x23\x0e", - [0x0b23] = "\x23\x0f", [0x0b24] = "\x23\x10", [0x0b25] = "\x23\x11", - [0x0b26] = "\x23\x12", [0x0b27] = "\x23\x13", [0x0b28] = "\x23\x14", - [0x0b29] = "\x23\x15", [0x0b2a] = "\x23\x16", [0x0b2b] = "\x23\x17", - [0x0b2c] = "\x23\x18", [0x0b2d] = "\x23\x19", [0x0b2e] = "\x23\x1a", - [0x0b2f] = "\x23\x1b", [0x0b30] = "\x23\x1c", [0x0b31] = "\x23\x1d", - [0x0b32] = "\x23\x1e", [0x0b33] = "\x23\x1f", [0x0b34] = "\x23\x20", - [0x0b35] = "\x23\x21", [0x0b36] = "\x23\x22", [0x0b37] = "\x23\x23", - [0x0b38] = "\x23\x24", [0x0b39] = "\x23\x25", [0x0b3a] = "\x23\x26", - [0x0b3b] = "\x23\x27", [0x0b3c] = "\x23\x28", [0x0b3d] = "\x23\x29", - [0x0b3e] = "\x23\x2a", [0x0b3f] = "\x23\x2b", [0x0b40] = "\x23\x2c", - [0x0b41] = "\x23\x2d", [0x0b42] = "\x23\x2e", [0x0b43] = "\x23\x2f", - [0x0b44] = "\x23\x30", [0x0b45] = "\x23\x31", [0x0b46] = "\x23\x32", - [0x0b47] = "\x23\x33", [0x0b48] = "\x23\x34", [0x0b49] = "\x23\x35", - [0x0b4a] = "\x23\x36", [0x0b4b] = "\x23\x37", [0x0b4c] = "\x23\x38", - [0x0b4d] = "\x23\x39", [0x0b4e] = "\x23\x3a", [0x0b4f] = "\x23\x3b", - [0x0b50] = "\x23\x3c", [0x0b51] = "\x23\x3d", [0x0b52] = "\x23\x3e", - [0x0b53] = "\x23\x3f", [0x0b54] = "\x23\x40", [0x0b55] = "\x23\x41", - [0x0b56] = "\x23\x42", [0x0b57] = "\x23\x43", [0x0b58] = "\x23\x44", - [0x0b59] = "\x23\x45", [0x0b5a] = "\x23\x46", [0x0b5b] = "\x23\x47", - [0x0b5c] = "\x23\x48", [0x0b5d] = "\x23\x49", [0x0b5e] = "\x23\x4a", - [0x0b5f] = "\x23\x4b", [0x0b60] = "\x23\x4c", [0x0b61] = "\x23\x4d", - [0x0b62] = "\x23\x4e", [0x0b63] = "\x23\x4f", [0x0b64] = "\x23\x50", - [0x0b65] = "\x23\x51", [0x0b66] = "\x23\x52", [0x0b67] = "\x23\x53", - [0x0b68] = "\x23\x54", [0x0b69] = "\x23\x55", [0x0b6a] = "\x23\x56", - [0x0b6b] = "\x23\x57", [0x0b6c] = "\x23\x58", [0x0b6d] = "\x23\x59", - [0x0b6e] = "\x23\x5a", [0x0b6f] = "\x23\x5b", [0x0b70] = "\x23\x5c", - [0x0b71] = "\x23\x5d", [0x0b72] = "\x23\x5e", [0x0b73] = "\x23\x5f", - [0x0b74] = "\x23\x60", [0x0b75] = "\x23\x61", [0x0b76] = "\x23\x62", - [0x0b77] = "\x23\x63", [0x0b78] = "\x23\x64", [0x0b79] = "\x23\x65", - [0x0b7a] = "\x23\x66", [0x0b7b] = "\x23\x67", [0x0b7c] = "\x23\x68", - [0x0b7d] = "\x23\x69", [0x0b7e] = "\x23\x6a", [0x0b7f] = "\x23\x6b", - [0x0b80] = "\x23\x6c", [0x0b81] = "\x23\x6d", [0x0b82] = "\x23\x6e", - [0x0b83] = "\x23\x6f", [0x0b84] = "\x23\x70", [0x0b85] = "\x23\x71", - [0x0b86] = "\x23\x72", [0x0b87] = "\x23\x73", [0x0b88] = "\x23\x74", - [0x0b89] = "\x23\x75", [0x0b8a] = "\x23\x76", [0x0b8b] = "\x23\x77", - [0x0b8c] = "\x23\x78", [0x0b8d] = "\x23\x79", [0x0b8e] = "\x23\x7a", - [0x0b8f] = "\x23\x7b", [0x0b90] = "\x23\x7c", [0x0b91] = "\x23\x7d", - [0x0b92] = "\x23\x7e", [0x0b93] = "\x23\x7f", [0x0b94] = "\x23\x80", - [0x0b95] = "\x23\x81", [0x0b96] = "\x23\x82", [0x0b97] = "\x23\x83", - [0x0b98] = "\x23\x84", [0x0b99] = "\x23\x85", [0x0b9a] = "\x23\x86", - [0x0b9b] = "\x23\x87", [0x0b9c] = "\x23\x88", [0x0b9d] = "\x23\x89", - [0x0b9e] = "\x23\x8a", [0x0b9f] = "\x23\x8b", [0x0ba0] = "\x23\x8c", - [0x0ba1] = "\x23\x8d", [0x0ba2] = "\x23\x8e", [0x0ba3] = "\x23\x8f", - [0x0ba4] = "\x23\x90", [0x0ba5] = "\x23\x91", [0x0ba6] = "\x23\x92", - [0x0ba7] = "\x23\x93", [0x0ba8] = "\x23\x94", [0x0ba9] = "\x23\x95", - [0x0baa] = "\x23\x96", [0x0bab] = "\x23\x97", [0x0bac] = "\x23\x98", - [0x0bad] = "\x23\x99", [0x0bae] = "\x23\x9a", [0x0baf] = "\x23\x9b", - [0x0bb0] = "\x23\x9c", [0x0bb1] = "\x23\x9d", [0x0bb2] = "\x23\x9e", - [0x0bb3] = "\x23\x9f", [0x0bb4] = "\x23\xa0", [0x0bb5] = "\x23\xa1", - [0x0bb6] = "\x23\xa2", [0x0bb7] = "\x23\xa3", [0x0bb8] = "\x23\xa4", - [0x0bb9] = "\x23\xa5", [0x0bba] = "\x23\xa6", [0x0bbb] = "\x23\xa7", - [0x0bbc] = "\x23\xa8", [0x0bbd] = "\x23\xa9", [0x0bbe] = "\x23\xaa", - [0x0bbf] = "\x23\xab", [0x0bc0] = "\x23\xac", [0x0bc1] = "\x23\xad", - [0x0bc2] = "\x23\xae", [0x0bc3] = "\x23\xaf", [0x0bc4] = "\x23\xb0", - [0x0bc5] = "\x23\xb1", [0x0bc6] = "\x23\xb2", [0x0bc7] = "\x23\xb3", - [0x0bc8] = "\x23\xb4", [0x0bc9] = "\x23\xb5", [0x0bca] = "\x23\xb6", - [0x0bcb] = "\x23\xb7", [0x0bcc] = "\x23\xb8", [0x0bcd] = "\x23\xb9", - [0x0bce] = "\x23\xba", [0x0bcf] = "\x23\xbb", [0x0bd0] = "\x23\xbc", - [0x0bd1] = "\x23\xbd", [0x0bd2] = "\x23\xbe", [0x0bd3] = "\x23\xbf", - [0x0bd4] = "\x23\xc0", [0x0bd5] = "\x23\xc1", [0x0bd6] = "\x23\xc2", - [0x0bd7] = "\x23\xc3", [0x0bd8] = "\x23\xc4", [0x0bd9] = "\x23\xc5", - [0x0bda] = "\x23\xc6", [0x0bdb] = "\x23\xc7", [0x0bdc] = "\x23\xc8", - [0x0bdd] = "\x23\xc9", [0x0bde] = "\x23\xca", [0x0bdf] = "\x23\xcb", - [0x0be0] = "\x23\xcc", [0x0be1] = "\x23\xcd", [0x0be2] = "\x23\xce", - [0x0be3] = "\x23\xcf", [0x0be4] = "\x23\xd0", [0x0be5] = "\x23\xd1", - [0x0be6] = "\x23\xd2", [0x0be7] = "\x23\xd3", [0x0be8] = "\x23\xd4", - [0x0be9] = "\x23\xd5", [0x0bea] = "\x23\xd6", [0x0beb] = "\x23\xd7", - [0x0bec] = "\x23\xd8", [0x0bed] = "\x23\xd9", [0x0bee] = "\x23\xda", - [0x0bef] = "\x23\xdb", [0x0bf0] = "\x23\xdc", [0x0bf1] = "\x23\xdd", - [0x0bf2] = "\x23\xde", [0x0bf3] = "\x23\xdf", [0x0bf4] = "\x23\xe0", - [0x0bf5] = "\x23\xe1", [0x0bf6] = "\x23\xe2", [0x0bf7] = "\x23\xe3", - [0x0bf8] = "\x23\xe4", [0x0bf9] = "\x23\xe5", [0x0bfa] = "\x23\xe6", - [0x0bfb] = "\x23\xe7", [0x0bfc] = "\x23\xe8", [0x0bfd] = "\x23\xe9", - [0x0bfe] = "\x23\xea", [0x0bff] = "\x23\xeb", [0x0c00] = "\x23\xec", - [0x0c01] = "\x23\xed", [0x0c02] = "\x23\xee", [0x0c03] = "\x23\xef", - [0x0c04] = "\x23\xf0", [0x0c05] = "\x23\xf1", [0x0c06] = "\x23\xf2", - [0x0c07] = "\x23\xf3", [0x0c08] = "\x23\xf4", [0x0c09] = "\x23\xf5", - [0x0c0a] = "\x23\xf6", [0x0c0b] = "\x23\xf7", [0x0c0c] = "\x23\xf8", - [0x0c0d] = "\x23\xf9", [0x0c0e] = "\x23\xfa", [0x0c0f] = "\x23\xfb", - [0x0c10] = "\x23\xfc", [0x0c11] = "\x23\xfd", [0x0c12] = "\x23\xfe", - [0x0c13] = "\x23\xff", [0x0c14] = "\x24\x00", [0x0c15] = "\x24\x01", - [0x0c16] = "\x24\x02", [0x0c17] = "\x24\x03", [0x0c18] = "\x24\x04", - [0x0c19] = "\x24\x05", [0x0c1a] = "\x24\x06", [0x0c1b] = "\x24\x07", - [0x0c1c] = "\x24\x08", [0x0c1d] = "\x24\x09", [0x0c1e] = "\x24\x0a", - [0x0c1f] = "\x24\x0b", [0x0c20] = "\x24\x0c", [0x0c21] = "\x24\x0d", - [0x0c22] = "\x24\x0e", [0x0c23] = "\x24\x0f", [0x0c24] = "\x24\x10", - [0x0c25] = "\x24\x11", [0x0c26] = "\x24\x12", [0x0c27] = "\x24\x13", - [0x0c28] = "\x24\x14", [0x0c29] = "\x24\x15", [0x0c2a] = "\x24\x16", - [0x0c2b] = "\x24\x17", [0x0c2c] = "\x24\x18", [0x0c2d] = "\x24\x19", - [0x0c2e] = "\x24\x1a", [0x0c2f] = "\x24\x1b", [0x0c30] = "\x24\x1c", - [0x0c31] = "\x24\x1d", [0x0c32] = "\x24\x1e", [0x0c33] = "\x24\x1f", - [0x0c34] = "\x24\x20", [0x0c35] = "\x24\x21", [0x0c36] = "\x24\x22", - [0x0c37] = "\x24\x23", [0x0c38] = "\x24\x24", [0x0c39] = "\x24\x25", - [0x0c3a] = "\x24\x26", [0x0c3b] = "\x24\x27", [0x0c3c] = "\x24\x28", - [0x0c3d] = "\x24\x29", [0x0c3e] = "\x24\x2a", [0x0c3f] = "\x24\x2b", - [0x0c40] = "\x24\x2c", [0x0c41] = "\x24\x2d", [0x0c42] = "\x24\x2e", - [0x0c43] = "\x24\x2f", [0x0c44] = "\x24\x30", [0x0c45] = "\x24\x31", - [0x0c46] = "\x24\x32", [0x0c47] = "\x24\x33", [0x0c48] = "\x24\x34", - [0x0c49] = "\x24\x35", [0x0c4a] = "\x24\x36", [0x0c4b] = "\x24\x37", - [0x0c4c] = "\x24\x38", [0x0c4d] = "\x24\x39", [0x0c4e] = "\x24\x3a", - [0x0c4f] = "\x24\x3b", [0x0c50] = "\x24\x3c", [0x0c51] = "\x24\x3d", - [0x0c52] = "\x24\x3e", [0x0c53] = "\x24\x3f", [0x0c54] = "\x24\x40", - [0x0c55] = "\x24\x41", [0x0c56] = "\x24\x42", [0x0c57] = "\x24\x43", - [0x0c58] = "\x24\x44", [0x0c59] = "\x24\x45", [0x0c5a] = "\x24\x46", - [0x0c5b] = "\x24\x47", [0x0c5c] = "\x24\x48", [0x0c5d] = "\x24\x49", - [0x0c5e] = "\x24\x4a", [0x0c5f] = "\x24\x4b", [0x0c60] = "\x24\x4c", - [0x0c61] = "\x24\x4d", [0x0c62] = "\x24\x4e", [0x0c63] = "\x24\x4f", - [0x0c64] = "\x24\x50", [0x0c65] = "\x24\x51", [0x0c66] = "\x24\x52", - [0x0c67] = "\x24\x53", [0x0c68] = "\x24\x54", [0x0c69] = "\x24\x55", - [0x0c6a] = "\x24\x56", [0x0c6b] = "\x24\x57", [0x0c6c] = "\x24\x58", - [0x0c6d] = "\x24\x59", [0x0c6e] = "\x24\x5a", [0x0c6f] = "\x24\x5b", - [0x0c70] = "\x24\x5c", [0x0c71] = "\x24\x5d", [0x0c72] = "\x24\x5e", - [0x0c73] = "\x24\x5f", [0x0c74] = "\x24\x60", [0x0c75] = "\x24\x61", - [0x0c76] = "\x24\x62", [0x0c77] = "\x24\x63", [0x0c78] = "\x24\x64", - [0x0c79] = "\x24\x65", [0x0c7a] = "\x24\x66", [0x0c7b] = "\x24\x67", - [0x0c7c] = "\x24\x68", [0x0c7d] = "\x24\x69", [0x0c7e] = "\x24\x6a", - [0x0c7f] = "\x24\x6b", [0x0c80] = "\x24\x6c", [0x0c81] = "\x24\x6d", - [0x0c82] = "\x24\x6e", [0x0c83] = "\x24\x6f", [0x0c84] = "\x24\x70", - [0x0c85] = "\x24\x71", [0x0c86] = "\x24\x72", [0x0c87] = "\x24\x73", - [0x0c88] = "\x24\x74", [0x0c89] = "\x24\x75", [0x0c8a] = "\x24\x76", - [0x0c8b] = "\x24\x77", [0x0c8c] = "\x24\x78", [0x0c8d] = "\x24\x79", - [0x0c8e] = "\x24\x7a", [0x0c8f] = "\x24\x7b", [0x0c90] = "\x24\x7c", - [0x0c91] = "\x24\x7d", [0x0c92] = "\x24\x7e", [0x0c93] = "\x24\x7f", - [0x0c94] = "\x24\x80", [0x0c95] = "\x24\x81", [0x0c96] = "\x24\x82", - [0x0c97] = "\x24\x83", [0x0c98] = "\x24\x84", [0x0c99] = "\x24\x85", - [0x0c9a] = "\x24\x86", [0x0c9b] = "\x24\x87", [0x0c9c] = "\x24\x88", - [0x0c9d] = "\x24\x89", [0x0c9e] = "\x24\x8a", [0x0c9f] = "\x24\x8b", - [0x0ca0] = "\x24\x8c", [0x0ca1] = "\x24\x8d", [0x0ca2] = "\x24\x8e", - [0x0ca3] = "\x24\x8f", [0x0ca4] = "\x24\x90", [0x0ca5] = "\x24\x91", - [0x0ca6] = "\x24\x92", [0x0ca7] = "\x24\x93", [0x0ca8] = "\x24\x94", - [0x0ca9] = "\x24\x95", [0x0caa] = "\x24\x96", [0x0cab] = "\x24\x97", - [0x0cac] = "\x24\x98", [0x0cad] = "\x24\x99", [0x0cae] = "\x24\x9a", - [0x0caf] = "\x24\x9b", [0x0cb0] = "\x24\x9c", [0x0cb1] = "\x24\x9d", - [0x0cb2] = "\x24\x9e", [0x0cb3] = "\x24\x9f", [0x0cb4] = "\x24\xa0", - [0x0cb5] = "\x24\xa1", [0x0cb6] = "\x24\xa2", [0x0cb7] = "\x24\xa3", - [0x0cb8] = "\x24\xa4", [0x0cb9] = "\x24\xa5", [0x0cba] = "\x24\xa6", - [0x0cbb] = "\x24\xa7", [0x0cbc] = "\x24\xa8", [0x0cbd] = "\x24\xa9", - [0x0cbe] = "\x24\xaa", [0x0cbf] = "\x24\xab", [0x0cc0] = "\x24\xac", - [0x0cc1] = "\x24\xad", [0x0cc2] = "\x24\xae", [0x0cc3] = "\x24\xaf", - [0x0cc4] = "\x24\xb0", [0x0cc5] = "\x24\xb1", [0x0cc6] = "\x24\xb2", - [0x0cc7] = "\x24\xb3", [0x0cc8] = "\x24\xb4", [0x0cc9] = "\x24\xb5", - [0x0cca] = "\x24\xb6", [0x0ccb] = "\x24\xb7", [0x0ccc] = "\x24\xb8", - [0x0ccd] = "\x24\xb9", [0x0cce] = "\x24\xba", [0x0ccf] = "\x24\xbb", - [0x0cd0] = "\x24\xbc", [0x0cd1] = "\x24\xbd", [0x0cd2] = "\x24\xbe", - [0x0cd3] = "\x24\xbf", [0x0cd4] = "\x24\xc0", [0x0cd5] = "\x24\xc1", - [0x0cd6] = "\x24\xc2", [0x0cd7] = "\x24\xc3", [0x0cd8] = "\x24\xc4", - [0x0cd9] = "\x24\xc5", [0x0cda] = "\x24\xc6", [0x0cdb] = "\x24\xc7", - [0x0cdc] = "\x24\xc8", [0x0cdd] = "\x24\xc9", [0x0cde] = "\x24\xca", - [0x0cdf] = "\x24\xcb", [0x0ce0] = "\x24\xcc", [0x0ce1] = "\x24\xcd", - [0x0ce2] = "\x24\xce", [0x0ce3] = "\x24\xcf", [0x0ce4] = "\x24\xd0", - [0x0ce5] = "\x24\xd1", [0x0ce6] = "\x24\xd2", [0x0ce7] = "\x24\xd3", - [0x0ce8] = "\x24\xd4", [0x0ce9] = "\x24\xd5", [0x0cea] = "\x24\xd6", - [0x0ceb] = "\x24\xd7", [0x0cec] = "\x24\xd8", [0x0ced] = "\x24\xd9", - [0x0cee] = "\x24\xda", [0x0cef] = "\x24\xdb", [0x0cf0] = "\x24\xdc", - [0x0cf1] = "\x24\xdd", [0x0cf2] = "\x24\xde", [0x0cf3] = "\x24\xdf", - [0x0cf4] = "\x24\xe0", [0x0cf5] = "\x24\xe1", [0x0cf6] = "\x24\xe2", - [0x0cf7] = "\x24\xe3", [0x0cf8] = "\x24\xe4", [0x0cf9] = "\x24\xe5", - [0x0cfa] = "\x24\xe6", [0x0cfb] = "\x24\xe7", [0x0cfc] = "\x24\xe8", - [0x0cfd] = "\x24\xe9", [0x0cfe] = "\x24\xea", [0x0cff] = "\x24\xeb", - [0x0d00] = "\x24\xec", [0x0d01] = "\x24\xed", [0x0d02] = "\x24\xee", - [0x0d03] = "\x24\xef", [0x0d04] = "\x24\xf0", [0x0d05] = "\x24\xf1", - [0x0d06] = "\x24\xf2", [0x0d07] = "\x24\xf3", [0x0d08] = "\x24\xf4", - [0x0d09] = "\x24\xf5", [0x0d0a] = "\x24\xf6", [0x0d0b] = "\x24\xf7", - [0x0d0c] = "\x24\xf8", [0x0d0d] = "\x24\xf9", [0x0d0e] = "\x24\xfa", - [0x0d0f] = "\x24\xfb", [0x0d10] = "\x24\xfc", [0x0d11] = "\x24\xfd", - [0x0d12] = "\x24\xfe", [0x0d13] = "\x24\xff", [0x0d14] = "\x25\x00", - [0x0d15] = "\x25\x01", [0x0d16] = "\x25\x02", [0x0d17] = "\x25\x03", - [0x0d18] = "\x25\x04", [0x0d19] = "\x25\x05", [0x0d1a] = "\x25\x06", - [0x0d1b] = "\x25\x07", [0x0d1c] = "\x25\x08", [0x0d1d] = "\x25\x09", - [0x0d1e] = "\x25\x0a", [0x0d1f] = "\x25\x0b", [0x0d20] = "\x25\x0c", - [0x0d21] = "\x25\x0d", [0x0d22] = "\x25\x0e", [0x0d23] = "\x25\x0f", - [0x0d24] = "\x25\x10", [0x0d25] = "\x25\x11", [0x0d26] = "\x25\x12", - [0x0d27] = "\x25\x13", [0x0d28] = "\x25\x14", [0x0d29] = "\x25\x15", - [0x0d2a] = "\x25\x16", [0x0d2b] = "\x25\x17", [0x0d2c] = "\x25\x18", - [0x0d2d] = "\x25\x19", [0x0d2e] = "\x25\x1a", [0x0d2f] = "\x25\x1b", - [0x0d30] = "\x25\x1c", [0x0d31] = "\x25\x1d", [0x0d32] = "\x25\x1e", - [0x0d33] = "\x25\x1f", [0x0d34] = "\x25\x20", [0x0d35] = "\x25\x21", - [0x0d36] = "\x25\x22", [0x0d37] = "\x25\x23", [0x0d38] = "\x25\x24", - [0x0d39] = "\x25\x25", [0x0d3a] = "\x25\x26", [0x0d3b] = "\x25\x27", - [0x0d3c] = "\x25\x28", [0x0d3d] = "\x25\x29", [0x0d3e] = "\x25\x2a", - [0x0d3f] = "\x25\x2b", [0x0d40] = "\x25\x2c", [0x0d41] = "\x25\x2d", - [0x0d42] = "\x25\x2e", [0x0d43] = "\x25\x2f", [0x0d44] = "\x25\x30", - [0x0d45] = "\x25\x31", [0x0d46] = "\x25\x32", [0x0d47] = "\x25\x33", - [0x0d48] = "\x25\x34", [0x0d49] = "\x25\x35", [0x0d4a] = "\x25\x36", - [0x0d4b] = "\x25\x37", [0x0d4c] = "\x25\x38", [0x0d4d] = "\x25\x39", - [0x0d4e] = "\x25\x3a", [0x0d4f] = "\x25\x3b", [0x0d50] = "\x25\x3c", - [0x0d51] = "\x25\x3d", [0x0d52] = "\x25\x3e", [0x0d53] = "\x25\x3f", - [0x0d54] = "\x25\x40", [0x0d55] = "\x25\x41", [0x0d56] = "\x25\x42", - [0x0d57] = "\x25\x43", [0x0d58] = "\x25\x44", [0x0d59] = "\x25\x45", - [0x0d5a] = "\x25\x46", [0x0d5b] = "\x25\x47", [0x0d5c] = "\x25\x48", - [0x0d5d] = "\x25\x49", [0x0d5e] = "\x25\x4a", [0x0d5f] = "\x25\x4b", - [0x0d60] = "\x25\x4c", [0x0d61] = "\x25\x4d", [0x0d62] = "\x25\x4e", - [0x0d63] = "\x25\x4f", [0x0d64] = "\x25\x50", [0x0d65] = "\x25\x51", - [0x0d66] = "\x25\x52", [0x0d67] = "\x25\x53", [0x0d68] = "\x25\x54", - [0x0d69] = "\x25\x55", [0x0d6a] = "\x25\x56", [0x0d6b] = "\x25\x57", - [0x0d6c] = "\x25\x58", [0x0d6d] = "\x25\x59", [0x0d6e] = "\x25\x5a", - [0x0d6f] = "\x25\x5b", [0x0d70] = "\x25\x5c", [0x0d71] = "\x25\x5d", - [0x0d72] = "\x25\x5e", [0x0d73] = "\x25\x5f", [0x0d74] = "\x25\x60", - [0x0d75] = "\x25\x61", [0x0d76] = "\x25\x62", [0x0d77] = "\x25\x63", - [0x0d78] = "\x25\x64", [0x0d79] = "\x25\x65", [0x0d7a] = "\x25\x66", - [0x0d7b] = "\x25\x67", [0x0d7c] = "\x25\x68", [0x0d7d] = "\x25\x69", - [0x0d7e] = "\x25\x6a", [0x0d7f] = "\x25\x6b", [0x0d80] = "\x25\x6c", - [0x0d81] = "\x25\x6d", [0x0d82] = "\x25\x6e", [0x0d83] = "\x25\x6f", - [0x0d84] = "\x25\x70", [0x0d85] = "\x25\x71", [0x0d86] = "\x25\x72", - [0x0d87] = "\x25\x73", [0x0d88] = "\x25\x74", [0x0d89] = "\x25\x75", - [0x0d8a] = "\x25\x76", [0x0d8b] = "\x25\x77", [0x0d8c] = "\x25\x78", - [0x0d8d] = "\x25\x79", [0x0d8e] = "\x25\x7a", [0x0d8f] = "\x25\x7b", - [0x0d90] = "\x25\x7c", [0x0d91] = "\x25\x7d", [0x0d92] = "\x25\x7e", - [0x0d93] = "\x25\x7f", [0x0d94] = "\x25\x80", [0x0d95] = "\x25\x81", - [0x0d96] = "\x25\x82", [0x0d97] = "\x25\x83", [0x0d98] = "\x25\x84", - [0x0d99] = "\x25\x85", [0x0d9a] = "\x25\x86", [0x0d9b] = "\x25\x87", - [0x0d9c] = "\x25\x88", [0x0d9d] = "\x25\x89", [0x0d9e] = "\x25\x8a", - [0x0d9f] = "\x25\x8b", [0x0da0] = "\x25\x8c", [0x0da1] = "\x25\x8d", - [0x0da2] = "\x25\x8e", [0x0da3] = "\x25\x8f", [0x0da4] = "\x25\x90", - [0x0da5] = "\x25\x91", [0x0da6] = "\x25\x92", [0x0da7] = "\x25\x93", - [0x0da8] = "\x25\x94", [0x0da9] = "\x25\x95", [0x0daa] = "\x25\x96", - [0x0dab] = "\x25\x97", [0x0dac] = "\x25\x98", [0x0dad] = "\x25\x99", - [0x0dae] = "\x25\x9a", [0x0daf] = "\x25\x9b", [0x0db0] = "\x25\x9c", - [0x0db1] = "\x25\x9d", [0x0db2] = "\x25\x9e", [0x0db3] = "\x25\x9f", - [0x0db4] = "\x25\xa0", [0x0db5] = "\x25\xa1", [0x0db6] = "\x25\xa2", - [0x0db7] = "\x25\xa3", [0x0db8] = "\x25\xa4", [0x0db9] = "\x25\xa5", - [0x0dba] = "\x25\xa6", [0x0dbb] = "\x25\xa7", [0x0dbc] = "\x25\xa8", - [0x0dbd] = "\x25\xa9", [0x0dbe] = "\x25\xaa", [0x0dbf] = "\x25\xab", - [0x0dc0] = "\x25\xac", [0x0dc1] = "\x25\xad", [0x0dc2] = "\x25\xae", - [0x0dc3] = "\x25\xaf", [0x0dc4] = "\x25\xb0", [0x0dc5] = "\x25\xb1", - [0x0dc6] = "\x25\xb2", [0x0dc7] = "\x25\xb3", [0x0dc8] = "\x25\xb4", - [0x0dc9] = "\x25\xb5", [0x0dca] = "\x25\xb6", [0x0dcb] = "\x25\xb7", - [0x0dcc] = "\x25\xb8", [0x0dcd] = "\x25\xb9", [0x0dce] = "\x25\xba", - [0x0dcf] = "\x25\xbb", [0x0dd0] = "\x25\xbc", [0x0dd1] = "\x25\xbd", - [0x0dd2] = "\x25\xbe", [0x0dd3] = "\x25\xbf", [0x0dd4] = "\x25\xc0", - [0x0dd5] = "\x25\xc1", [0x0dd6] = "\x25\xc2", [0x0dd7] = "\x25\xc3", - [0x0dd8] = "\x25\xc4", [0x0dd9] = "\x25\xc5", [0x0dda] = "\x25\xc6", - [0x0ddb] = "\x25\xc7", [0x0ddc] = "\x25\xc8", [0x0ddd] = "\x25\xc9", - [0x0dde] = "\x25\xca", [0x0ddf] = "\x25\xcb", [0x0de0] = "\x25\xcc", - [0x0de1] = "\x25\xcd", [0x0de2] = "\x25\xce", [0x0de3] = "\x25\xcf", - [0x0de4] = "\x25\xd0", [0x0de5] = "\x25\xd1", [0x0de6] = "\x25\xd2", - [0x0de7] = "\x25\xd3", [0x0de8] = "\x25\xd4", [0x0de9] = "\x25\xd5", - [0x0dea] = "\x25\xd6", [0x0deb] = "\x25\xd7", [0x0dec] = "\x25\xd8", - [0x0ded] = "\x25\xd9", [0x0dee] = "\x25\xda", [0x0def] = "\x25\xdb", - [0x0df0] = "\x25\xdc", [0x0df1] = "\x25\xdd", [0x0df2] = "\x25\xde", - [0x0df3] = "\x25\xdf", [0x0df4] = "\x25\xe0", [0x0df5] = "\x25\xe1", - [0x0df6] = "\x25\xe2", [0x0df7] = "\x25\xe3", [0x0df8] = "\x25\xe4", - [0x0df9] = "\x25\xe5", [0x0dfa] = "\x25\xe6", [0x0dfb] = "\x25\xe7", - [0x0dfc] = "\x25\xe8", [0x0dfd] = "\x25\xe9", [0x0dfe] = "\x25\xea", - [0x0dff] = "\x25\xeb", [0x0e00] = "\x25\xec", [0x0e01] = "\x25\xed", - [0x0e02] = "\x25\xee", [0x0e03] = "\x25\xef", [0x0e04] = "\x25\xf0", - [0x0e05] = "\x25\xf1", [0x0e06] = "\x25\xf2", [0x0e07] = "\x25\xf3", - [0x0e08] = "\x25\xf4", [0x0e09] = "\x25\xf5", [0x0e0a] = "\x25\xf6", - [0x0e0b] = "\x25\xf7", [0x0e0c] = "\x25\xf8", [0x0e0d] = "\x25\xf9", - [0x0e0e] = "\x25\xfa", [0x0e0f] = "\x25\xfb", [0x0e10] = "\x25\xfc", - [0x0e11] = "\x25\xfd", [0x0e12] = "\x25\xfe", [0x0e13] = "\x25\xff", - [0x0e14] = "\x26\x00", [0x0e15] = "\x26\x01", [0x0e16] = "\x26\x02", - [0x0e17] = "\x26\x03", [0x0e18] = "\x26\x04", [0x0e19] = "\x26\x05", - [0x0e1a] = "\x26\x06", [0x0e1b] = "\x26\x07", [0x0e1c] = "\x26\x08", - [0x0e1d] = "\x26\x09", [0x0e1e] = "\x26\x0a", [0x0e1f] = "\x26\x0b", - [0x0e20] = "\x26\x0c", [0x0e21] = "\x26\x0d", [0x0e22] = "\x26\x0e", - [0x0e23] = "\x26\x0f", [0x0e24] = "\x26\x10", [0x0e25] = "\x26\x11", - [0x0e26] = "\x26\x12", [0x0e27] = "\x26\x13", [0x0e28] = "\x26\x14", - [0x0e29] = "\x26\x15", [0x0e2a] = "\x26\x16", [0x0e2b] = "\x26\x17", - [0x0e2c] = "\x26\x18", [0x0e2d] = "\x26\x19", [0x0e2e] = "\x26\x1a", - [0x0e2f] = "\x26\x1b", [0x0e30] = "\x26\x1c", [0x0e31] = "\x26\x1d", - [0x0e32] = "\x26\x1e", [0x0e33] = "\x26\x1f", [0x0e34] = "\x26\x20", - [0x0e35] = "\x26\x21", [0x0e36] = "\x26\x22", [0x0e37] = "\x26\x23", - [0x0e38] = "\x26\x24", [0x0e39] = "\x26\x25", [0x0e3a] = "\x26\x26", - [0x0e3b] = "\x26\x27", [0x0e3c] = "\x26\x28", [0x0e3d] = "\x26\x29", - [0x0e3e] = "\x26\x2a", [0x0e3f] = "\x26\x2b", [0x0e40] = "\x26\x2c", - [0x0e41] = "\x26\x2d", [0x0e42] = "\x26\x2e", [0x0e43] = "\x26\x2f", - [0x0e44] = "\x26\x30", [0x0e45] = "\x26\x31", [0x0e46] = "\x26\x32", - [0x0e47] = "\x26\x33", [0x0e48] = "\x26\x34", [0x0e49] = "\x26\x35", - [0x0e4a] = "\x26\x36", [0x0e4b] = "\x26\x37", [0x0e4c] = "\x26\x38", - [0x0e4d] = "\x26\x39", [0x0e4e] = "\x26\x3a", [0x0e4f] = "\x26\x3b", - [0x0e50] = "\x26\x3c", [0x0e51] = "\x26\x3d", [0x0e52] = "\x26\x3e", - [0x0e53] = "\x26\x3f", [0x0e54] = "\x26\x40", [0x0e55] = "\x26\x41", - [0x0e56] = "\x26\x42", [0x0e57] = "\x26\x43", [0x0e58] = "\x26\x44", - [0x0e59] = "\x26\x45", [0x0e5a] = "\x26\x46", [0x0e5b] = "\x26\x47", - [0x0e5c] = "\x26\x48", [0x0e5d] = "\x26\x49", [0x0e5e] = "\x26\x4a", - [0x0e5f] = "\x26\x4b", [0x0e60] = "\x26\x4c", [0x0e61] = "\x26\x4d", - [0x0e62] = "\x26\x4e", [0x0e63] = "\x26\x4f", [0x0e64] = "\x26\x50", - [0x0e65] = "\x26\x51", [0x0e66] = "\x26\x52", [0x0e67] = "\x26\x53", - [0x0e68] = "\x26\x54", [0x0e69] = "\x26\x55", [0x0e6a] = "\x26\x56", - [0x0e6b] = "\x26\x57", [0x0e6c] = "\x26\x58", [0x0e6d] = "\x26\x59", - [0x0e6e] = "\x26\x5a", [0x0e6f] = "\x26\x5b", [0x0e70] = "\x26\x5c", - [0x0e71] = "\x26\x5d", [0x0e72] = "\x26\x5e", [0x0e73] = "\x26\x5f", - [0x0e74] = "\x26\x60", [0x0e75] = "\x26\x61", [0x0e76] = "\x26\x62", - [0x0e77] = "\x26\x63", [0x0e78] = "\x26\x64", [0x0e79] = "\x26\x65", - [0x0e7a] = "\x26\x66", [0x0e7b] = "\x26\x67", [0x0e7c] = "\x26\x68", - [0x0e7d] = "\x26\x69", [0x0e7e] = "\x26\x6a", [0x0e7f] = "\x26\x6b", - [0x0e80] = "\x26\x6c", [0x0e81] = "\x26\x6d", [0x0e82] = "\x26\x6e", - [0x0e83] = "\x26\x6f", [0x0e84] = "\x26\x70", [0x0e85] = "\x26\x71", - [0x0e86] = "\x26\x72", [0x0e87] = "\x26\x73", [0x0e88] = "\x26\x74", - [0x0e89] = "\x26\x75", [0x0e8a] = "\x26\x76", [0x0e8b] = "\x26\x77", - [0x0e8c] = "\x26\x78", [0x0e8d] = "\x26\x79", [0x0e8e] = "\x26\x7a", - [0x0e8f] = "\x26\x7b", [0x0e90] = "\x26\x7c", [0x0e91] = "\x26\x7d", - [0x0e92] = "\x26\x7e", [0x0e93] = "\x26\x7f", [0x0e94] = "\x26\x80", - [0x0e95] = "\x26\x81", [0x0e96] = "\x26\x82", [0x0e97] = "\x26\x83", - [0x0e98] = "\x26\x84", [0x0e99] = "\x26\x85", [0x0e9a] = "\x26\x86", - [0x0e9b] = "\x26\x87", [0x0e9c] = "\x26\x88", [0x0e9d] = "\x26\x89", - [0x0e9e] = "\x26\x8a", [0x0e9f] = "\x26\x8b", [0x0ea0] = "\x26\x8c", - [0x0ea1] = "\x26\x8d", [0x0ea2] = "\x26\x8e", [0x0ea3] = "\x26\x8f", - [0x0ea4] = "\x26\x90", [0x0ea5] = "\x26\x91", [0x0ea6] = "\x26\x92", - [0x0ea7] = "\x26\x93", [0x0ea8] = "\x26\x94", [0x0ea9] = "\x26\x95", - [0x0eaa] = "\x26\x96", [0x0eab] = "\x26\x97", [0x0eac] = "\x26\x98", - [0x0ead] = "\x26\x99", [0x0eae] = "\x26\x9a", [0x0eaf] = "\x26\x9b", - [0x0eb0] = "\x26\x9c", [0x0eb1] = "\x26\x9d", [0x0eb2] = "\x26\x9e", - [0x0eb3] = "\x26\x9f", [0x0eb4] = "\x26\xa0", [0x0eb5] = "\x26\xa1", - [0x0eb6] = "\x26\xa2", [0x0eb7] = "\x26\xa3", [0x0eb8] = "\x26\xa4", - [0x0eb9] = "\x26\xa5", [0x0eba] = "\x26\xa6", [0x0ebb] = "\x26\xa7", - [0x0ebc] = "\x26\xa8", [0x0ebd] = "\x26\xa9", [0x0ebe] = "\x26\xaa", - [0x0ebf] = "\x26\xab", [0x0ec0] = "\x26\xac", [0x0ec1] = "\x26\xad", - [0x0ec2] = "\x26\xae", [0x0ec3] = "\x26\xaf", [0x0ec4] = "\x26\xb0", - [0x0ec5] = "\x26\xb1", [0x0ec6] = "\x26\xb2", [0x0ec7] = "\x26\xb3", - [0x0ec8] = "\x26\xb4", [0x0ec9] = "\x26\xb5", [0x0eca] = "\x26\xb6", - [0x0ecb] = "\x26\xb7", [0x0ecc] = "\x26\xb8", [0x0ecd] = "\x26\xb9", - [0x0ece] = "\x26\xba", [0x0ecf] = "\x26\xbb", [0x0ed0] = "\x26\xbc", - [0x0ed1] = "\x26\xbd", [0x0ed2] = "\x26\xbe", [0x0ed3] = "\x26\xbf", - [0x0ed4] = "\x26\xc0", [0x0ed5] = "\x26\xc1", [0x0ed6] = "\x26\xc2", - [0x0ed7] = "\x26\xc3", [0x0ed8] = "\x26\xc4", [0x0ed9] = "\x26\xc5", - [0x0eda] = "\x26\xc6", [0x0edb] = "\x26\xc7", [0x0edc] = "\x26\xc8", - [0x0edd] = "\x26\xc9", [0x0ede] = "\x26\xca", [0x0edf] = "\x26\xcb", - [0x0ee0] = "\x26\xcc", [0x0ee1] = "\x26\xcd", [0x0ee2] = "\x26\xce", - [0x0ee3] = "\x26\xcf", [0x0ee4] = "\x26\xd0", [0x0ee5] = "\x26\xd1", - [0x0ee6] = "\x26\xd2", [0x0ee7] = "\x26\xd3", [0x0ee8] = "\x26\xd4", - [0x0ee9] = "\x26\xd5", [0x0eea] = "\x26\xd6", [0x0eeb] = "\x26\xd7", - [0x0eec] = "\x26\xd8", [0x0eed] = "\x26\xd9", [0x0eee] = "\x26\xda", - [0x0eef] = "\x26\xdb", [0x0ef0] = "\x26\xdc", [0x0ef1] = "\x26\xdd", - [0x0ef2] = "\x26\xde", [0x0ef3] = "\x26\xdf", [0x0ef4] = "\x26\xe0", - [0x0ef5] = "\x26\xe1", [0x0ef6] = "\x26\xe2", [0x0ef7] = "\x26\xe3", - [0x0ef8] = "\x26\xe4", [0x0ef9] = "\x26\xe5", [0x0efa] = "\x26\xe6", - [0x0efb] = "\x26\xe7", [0x0efc] = "\x26\xe8", [0x0efd] = "\x26\xe9", - [0x0efe] = "\x26\xea", [0x0eff] = "\x26\xeb", [0x0f00] = "\x26\xec", - [0x0f01] = "\x26\xed", [0x0f02] = "\x26\xee", [0x0f03] = "\x26\xef", - [0x0f04] = "\x26\xf0", [0x0f05] = "\x26\xf1", [0x0f06] = "\x26\xf2", - [0x0f07] = "\x26\xf3", [0x0f08] = "\x26\xf4", [0x0f09] = "\x26\xf5", - [0x0f0a] = "\x26\xf6", [0x0f0b] = "\x26\xf7", [0x0f0c] = "\x26\xf8", - [0x0f0d] = "\x26\xf9", [0x0f0e] = "\x26\xfa", [0x0f0f] = "\x26\xfb", - [0x0f10] = "\x26\xfc", [0x0f11] = "\x26\xfd", [0x0f12] = "\x26\xfe", - [0x0f13] = "\x26\xff", [0x0f14] = "\x27\x00", [0x0f15] = "\x27\x01", - [0x0f16] = "\x27\x02", [0x0f17] = "\x27\x03", [0x0f18] = "\x27\x04", - [0x0f19] = "\x27\x05", [0x0f1a] = "\x27\x06", [0x0f1b] = "\x27\x07", - [0x0f1c] = "\x27\x08", [0x0f1d] = "\x27\x09", [0x0f1e] = "\x27\x0a", - [0x0f1f] = "\x27\x0b", [0x0f20] = "\x27\x0c", [0x0f21] = "\x27\x0d", - [0x0f22] = "\x27\x0e", [0x0f23] = "\x27\x0f", [0x0f24] = "\x27\x10", - [0x0f25] = "\x27\x11", [0x0f26] = "\x27\x12", [0x0f27] = "\x27\x13", - [0x0f28] = "\x27\x14", [0x0f29] = "\x27\x15", [0x0f2a] = "\x27\x16", - [0x0f2b] = "\x27\x17", [0x0f2c] = "\x27\x18", [0x0f2d] = "\x27\x19", - [0x0f2e] = "\x27\x1a", [0x0f2f] = "\x27\x1b", [0x0f30] = "\x27\x1c", - [0x0f31] = "\x27\x1d", [0x0f32] = "\x27\x1e", [0x0f33] = "\x27\x1f", - [0x0f34] = "\x27\x20", [0x0f35] = "\x27\x21", [0x0f36] = "\x27\x22", - [0x0f37] = "\x27\x23", [0x0f38] = "\x27\x24", [0x0f39] = "\x27\x25", - [0x0f3a] = "\x27\x26", [0x0f3b] = "\x27\x27", [0x0f3c] = "\x27\x28", - [0x0f3d] = "\x27\x29", [0x0f3e] = "\x27\x2a", [0x0f3f] = "\x27\x2b", - [0x0f40] = "\x27\x2c", [0x0f41] = "\x27\x2d", [0x0f42] = "\x27\x2e", - [0x0f43] = "\x27\x2f", [0x0f44] = "\x27\x30", [0x0f45] = "\x27\x31", - [0x0f46] = "\x27\x32", [0x0f47] = "\x27\x33", [0x0f48] = "\x27\x34", - [0x0f49] = "\x27\x35", [0x0f4a] = "\x27\x36", [0x0f4b] = "\x27\x37", - [0x0f4c] = "\x27\x38", [0x0f4d] = "\x27\x39", [0x0f4e] = "\x27\x3a", - [0x0f4f] = "\x27\x3b", [0x0f50] = "\x27\x3c", [0x0f51] = "\x27\x3d", - [0x0f52] = "\x27\x3e", [0x0f53] = "\x27\x3f", [0x0f54] = "\x27\x40", - [0x0f55] = "\x27\x41", [0x0f56] = "\x27\x42", [0x0f57] = "\x27\x43", - [0x0f58] = "\x27\x44", [0x0f59] = "\x27\x45", [0x0f5a] = "\x27\x46", - [0x0f5b] = "\x27\x47", [0x0f5c] = "\x27\x48", [0x0f5d] = "\x27\x49", - [0x0f5e] = "\x27\x4a", [0x0f5f] = "\x27\x4b", [0x0f60] = "\x27\x4c", - [0x0f61] = "\x27\x4d", [0x0f62] = "\x27\x4e", [0x0f63] = "\x27\x4f", - [0x0f64] = "\x27\x50", [0x0f65] = "\x27\x51", [0x0f66] = "\x27\x52", - [0x0f67] = "\x27\x53", [0x0f68] = "\x27\x54", [0x0f69] = "\x27\x55", - [0x0f6a] = "\x27\x56", [0x0f6b] = "\x27\x57", [0x0f6c] = "\x27\x58", - [0x0f6d] = "\x27\x59", [0x0f6e] = "\x27\x5a", [0x0f6f] = "\x27\x5b", - [0x0f70] = "\x27\x5c", [0x0f71] = "\x27\x5d", [0x0f72] = "\x27\x5e", - [0x0f73] = "\x27\x5f", [0x0f74] = "\x27\x60", [0x0f75] = "\x27\x61", - [0x0f76] = "\x27\x62", [0x0f77] = "\x27\x63", [0x0f78] = "\x27\x64", - [0x0f79] = "\x27\x65", [0x0f7a] = "\x27\x66", [0x0f7b] = "\x27\x67", - [0x0f7c] = "\x27\x68", [0x0f7d] = "\x27\x69", [0x0f7e] = "\x27\x6a", - [0x0f7f] = "\x27\x6b", [0x0f80] = "\x27\x6c", [0x0f81] = "\x27\x6d", - [0x0f82] = "\x27\x6e", [0x0f83] = "\x27\x6f", [0x0f84] = "\x27\x70", - [0x0f85] = "\x27\x71", [0x0f86] = "\x27\x72", [0x0f87] = "\x27\x73", - [0x0f88] = "\x27\x74", [0x0f89] = "\x27\x75", [0x0f8a] = "\x27\x76", - [0x0f8b] = "\x27\x77", [0x0f8c] = "\x27\x78", [0x0f8d] = "\x27\x79", - [0x0f8e] = "\x27\x7a", [0x0f8f] = "\x27\x7b", [0x0f90] = "\x27\x7c", - [0x0f91] = "\x27\x7d", [0x0f92] = "\x27\x7e", [0x0f93] = "\x27\x7f", - [0x0f94] = "\x27\x80", [0x0f95] = "\x27\x81", [0x0f96] = "\x27\x82", - [0x0f97] = "\x27\x83", [0x0f98] = "\x27\x84", [0x0f99] = "\x27\x85", - [0x0f9a] = "\x27\x86", [0x0f9b] = "\x27\x87", [0x0f9c] = "\x27\x88", - [0x0f9d] = "\x27\x89", [0x0f9e] = "\x27\x8a", [0x0f9f] = "\x27\x8b", - [0x0fa0] = "\x27\x8c", [0x0fa1] = "\x27\x8d", [0x0fa2] = "\x27\x8e", - [0x0fa3] = "\x27\x8f", [0x0fa4] = "\x27\x90", [0x0fa5] = "\x27\x91", - [0x0fa6] = "\x27\x92", [0x0fa7] = "\x27\x93", [0x0fa8] = "\x27\x94", - [0x0fa9] = "\x27\x95", [0x0faa] = "\x27\x96", [0x0fab] = "\x27\x97", - [0x0fac] = "\x27\x98", [0x0fad] = "\x27\x99", [0x0fae] = "\x27\x9a", - [0x0faf] = "\x27\x9b", [0x0fb0] = "\x27\x9c", [0x0fb1] = "\x27\x9d", - [0x0fb2] = "\x27\x9e", [0x0fb3] = "\x27\x9f", [0x0fb4] = "\x27\xa0", - [0x0fb5] = "\x27\xa1", [0x0fb6] = "\x27\xa2", [0x0fb7] = "\x27\xa3", - [0x0fb8] = "\x27\xa4", [0x0fb9] = "\x27\xa5", [0x0fba] = "\x27\xa6", - [0x0fbb] = "\x27\xa7", [0x0fbc] = "\x27\xa8", [0x0fbd] = "\x27\xa9", - [0x0fbe] = "\x27\xaa", [0x0fbf] = "\x27\xab", [0x0fc0] = "\x27\xac", - [0x0fc1] = "\x27\xad", [0x0fc2] = "\x27\xae", [0x0fc3] = "\x27\xaf", - [0x0fc4] = "\x27\xb0", [0x0fc5] = "\x27\xb1", [0x0fc6] = "\x27\xb2", - [0x0fc7] = "\x27\xb3", [0x0fc8] = "\x27\xb4", [0x0fc9] = "\x27\xb5", - [0x0fca] = "\x27\xb6", [0x0fcb] = "\x27\xb7", [0x0fcc] = "\x27\xb8", - [0x0fcd] = "\x27\xb9", [0x0fce] = "\x27\xba", [0x0fcf] = "\x27\xbb", - [0x0fd0] = "\x27\xbc", [0x0fd1] = "\x27\xbd", [0x0fd2] = "\x27\xbe", - [0x0fd3] = "\x27\xbf", [0x0fd4] = "\x27\xc0", [0x0fd5] = "\x27\xc1", - [0x0fd6] = "\x27\xc2", [0x0fd7] = "\x27\xc3", [0x0fd8] = "\x27\xc4", - [0x0fd9] = "\x27\xc5", [0x0fda] = "\x27\xc6", [0x0fdb] = "\x27\xc7", - [0x0fdc] = "\x27\xc8", [0x0fdd] = "\x27\xc9", [0x0fde] = "\x27\xca", - [0x0fdf] = "\x27\xcb", [0x0fe0] = "\x27\xcc", [0x0fe1] = "\x27\xcd", - [0x0fe2] = "\x27\xce", [0x0fe3] = "\x27\xcf", [0x0fe4] = "\x27\xd0", - [0x0fe5] = "\x27\xd1", [0x0fe6] = "\x27\xd2", [0x0fe7] = "\x27\xd3", - [0x0fe8] = "\x27\xd4", [0x0fe9] = "\x27\xd5", [0x0fea] = "\x27\xd6", - [0x0feb] = "\x27\xd7", [0x0fec] = "\x27\xd8", [0x0fed] = "\x27\xd9", - [0x0fee] = "\x27\xda", [0x0fef] = "\x27\xdb", [0x0ff0] = "\x27\xdc", - [0x0ff1] = "\x27\xdd", [0x0ff2] = "\x27\xde", [0x0ff3] = "\x27\xdf", - [0x0ff4] = "\x27\xe0", [0x0ff5] = "\x27\xe1", [0x0ff6] = "\x27\xe2", - [0x0ff7] = "\x27\xe3", [0x0ff8] = "\x27\xe4", [0x0ff9] = "\x27\xe5", - [0x0ffa] = "\x27\xe6", [0x0ffb] = "\x27\xe7", [0x0ffc] = "\x27\xe8", - [0x0ffd] = "\x27\xe9", [0x0ffe] = "\x27\xea", [0x0fff] = "\x27\xeb", - [0x1000] = "\x27\xec", [0x1001] = "\x27\xed", [0x1002] = "\x27\xee", - [0x1003] = "\x27\xef", [0x1004] = "\x27\xf0", [0x1005] = "\x27\xf1", - [0x1006] = "\x27\xf2", [0x1007] = "\x27\xf3", [0x1008] = "\x27\xf4", - [0x1009] = "\x27\xf5", [0x100a] = "\x27\xf6", [0x100b] = "\x27\xf7", - [0x100c] = "\x27\xf8", [0x100d] = "\x27\xf9", [0x100e] = "\x27\xfa", - [0x100f] = "\x27\xfb", [0x1010] = "\x27\xfc", [0x1011] = "\x27\xfd", - [0x1012] = "\x27\xfe", [0x1013] = "\x27\xff", [0x1014] = "\x28\x00", - [0x1015] = "\x28\x01", [0x1016] = "\x28\x02", [0x1017] = "\x28\x03", - [0x1018] = "\x28\x04", [0x1019] = "\x28\x05", [0x101a] = "\x28\x06", - [0x101b] = "\x28\x07", [0x101c] = "\x28\x08", [0x101d] = "\x28\x09", - [0x101e] = "\x28\x0a", [0x101f] = "\x28\x0b", [0x1020] = "\x28\x0c", - [0x1021] = "\x28\x0d", [0x1022] = "\x28\x0e", [0x1023] = "\x28\x0f", - [0x1024] = "\x28\x10", [0x1025] = "\x28\x11", [0x1026] = "\x28\x12", - [0x1027] = "\x28\x13", [0x1028] = "\x28\x14", [0x1029] = "\x28\x15", - [0x102a] = "\x28\x16", [0x102b] = "\x28\x17", [0x102c] = "\x28\x18", - [0x102d] = "\x28\x19", [0x102e] = "\x28\x1a", [0x102f] = "\x28\x1b", - [0x1030] = "\x28\x1c", [0x1031] = "\x28\x1d", [0x1032] = "\x28\x1e", - [0x1033] = "\x28\x1f", [0x1034] = "\x28\x20", [0x1035] = "\x28\x21", - [0x1036] = "\x28\x22", [0x1037] = "\x28\x23", [0x1038] = "\x28\x24", - [0x1039] = "\x28\x25", [0x103a] = "\x28\x26", [0x103b] = "\x28\x27", - [0x103c] = "\x28\x28", [0x103d] = "\x28\x29", [0x103e] = "\x28\x2a", - [0x103f] = "\x28\x2b", [0x1040] = "\x28\x2c", [0x1041] = "\x28\x2d", - [0x1042] = "\x28\x2e", [0x1043] = "\x28\x2f", [0x1044] = "\x28\x30", - [0x1045] = "\x28\x31", [0x1046] = "\x28\x32", [0x1047] = "\x28\x33", - [0x1048] = "\x28\x34", [0x1049] = "\x28\x35", [0x104a] = "\x28\x36", - [0x104b] = "\x28\x37", [0x104c] = "\x28\x38", [0x104d] = "\x28\x39", - [0x104e] = "\x28\x3a", [0x104f] = "\x28\x3b", [0x1050] = "\x28\x3c", - [0x1051] = "\x28\x3d", [0x1052] = "\x28\x3e", [0x1053] = "\x28\x3f", - [0x1054] = "\x28\x40", [0x1055] = "\x28\x41", [0x1056] = "\x28\x42", - [0x1057] = "\x28\x43", [0x1058] = "\x28\x44", [0x1059] = "\x28\x45", - [0x105a] = "\x28\x46", [0x105b] = "\x28\x47", [0x105c] = "\x28\x48", - [0x105d] = "\x28\x49", [0x105e] = "\x28\x4a", [0x105f] = "\x28\x4b", - [0x1060] = "\x28\x4c", [0x1061] = "\x28\x4d", [0x1062] = "\x28\x4e", - [0x1063] = "\x28\x4f", [0x1064] = "\x28\x50", [0x1065] = "\x28\x51", - [0x1066] = "\x28\x52", [0x1067] = "\x28\x53", [0x1068] = "\x28\x54", - [0x1069] = "\x28\x55", [0x106a] = "\x28\x56", [0x106b] = "\x28\x57", - [0x106c] = "\x28\x58", [0x106d] = "\x28\x59", [0x106e] = "\x28\x5a", - [0x106f] = "\x28\x5b", [0x1070] = "\x28\x5c", [0x1071] = "\x28\x5d", - [0x1072] = "\x28\x5e", [0x1073] = "\x28\x5f", [0x1074] = "\x28\x60", - [0x1075] = "\x28\x61", [0x1076] = "\x28\x62", [0x1077] = "\x28\x63", - [0x1078] = "\x28\x64", [0x1079] = "\x28\x65", [0x107a] = "\x28\x66", - [0x107b] = "\x28\x67", [0x107c] = "\x28\x68", [0x107d] = "\x28\x69", - [0x107e] = "\x28\x6a", [0x107f] = "\x28\x6b", [0x1080] = "\x28\x6c", - [0x1081] = "\x28\x6d", [0x1082] = "\x28\x6e", [0x1083] = "\x28\x6f", - [0x1084] = "\x28\x70", [0x1085] = "\x28\x71", [0x1086] = "\x28\x72", - [0x1087] = "\x28\x73", [0x1088] = "\x28\x74", [0x1089] = "\x28\x75", - [0x108a] = "\x28\x76", [0x108b] = "\x28\x77", [0x108c] = "\x28\x78", - [0x108d] = "\x28\x79", [0x108e] = "\x28\x7a", [0x108f] = "\x28\x7b", - [0x1090] = "\x28\x7c", [0x1091] = "\x28\x7d", [0x1092] = "\x28\x7e", - [0x1093] = "\x28\x7f", [0x1094] = "\x28\x80", [0x1095] = "\x28\x81", - [0x1096] = "\x28\x82", [0x1097] = "\x28\x83", [0x1098] = "\x28\x84", - [0x1099] = "\x28\x85", [0x109a] = "\x28\x86", [0x109b] = "\x28\x87", - [0x109c] = "\x28\x88", [0x109d] = "\x28\x89", [0x109e] = "\x28\x8a", - [0x109f] = "\x28\x8b", [0x10a0] = "\x28\x8c", [0x10a1] = "\x28\x8d", - [0x10a2] = "\x28\x8e", [0x10a3] = "\x28\x8f", [0x10a4] = "\x28\x90", - [0x10a5] = "\x28\x91", [0x10a6] = "\x28\x92", [0x10a7] = "\x28\x93", - [0x10a8] = "\x28\x94", [0x10a9] = "\x28\x95", [0x10aa] = "\x28\x96", - [0x10ab] = "\x28\x97", [0x10ac] = "\x28\x98", [0x10ad] = "\x28\x99", - [0x10ae] = "\x28\x9a", [0x10af] = "\x28\x9b", [0x10b0] = "\x28\x9c", - [0x10b1] = "\x28\x9d", [0x10b2] = "\x28\x9e", [0x10b3] = "\x28\x9f", - [0x10b4] = "\x28\xa0", [0x10b5] = "\x28\xa1", [0x10b6] = "\x28\xa2", - [0x10b7] = "\x28\xa3", [0x10b8] = "\x28\xa4", [0x10b9] = "\x28\xa5", - [0x10ba] = "\x28\xa6", [0x10bb] = "\x28\xa7", [0x10bc] = "\x28\xa8", - [0x10bd] = "\x28\xa9", [0x10be] = "\x28\xaa", [0x10bf] = "\x28\xab", - [0x10c0] = "\x28\xac", [0x10c1] = "\x28\xad", [0x10c2] = "\x28\xae", - [0x10c3] = "\x28\xaf", [0x10c4] = "\x28\xb0", [0x10c5] = "\x28\xb1", - [0x10c6] = "\x28\xb2", [0x10c7] = "\x28\xb3", [0x10c8] = "\x28\xb4", - [0x10c9] = "\x28\xb5", [0x10ca] = "\x28\xb6", [0x10cb] = "\x28\xb7", - [0x10cc] = "\x28\xb8", [0x10cd] = "\x28\xb9", [0x10ce] = "\x28\xba", - [0x10cf] = "\x28\xbb", [0x10d0] = "\x28\xbc", [0x10d1] = "\x28\xbd", - [0x10d2] = "\x28\xbe", [0x10d3] = "\x28\xbf", [0x10d4] = "\x28\xc0", - [0x10d5] = "\x28\xc1", [0x10d6] = "\x28\xc2", [0x10d7] = "\x28\xc3", - [0x10d8] = "\x28\xc4", [0x10d9] = "\x28\xc5", [0x10da] = "\x28\xc6", - [0x10db] = "\x28\xc7", [0x10dc] = "\x28\xc8", [0x10dd] = "\x28\xc9", - [0x10de] = "\x28\xca", [0x10df] = "\x28\xcb", [0x10e0] = "\x28\xcc", - [0x10e1] = "\x28\xcd", [0x10e2] = "\x28\xce", [0x10e3] = "\x28\xcf", - [0x10e4] = "\x28\xd0", [0x10e5] = "\x28\xd1", [0x10e6] = "\x28\xd2", - [0x10e7] = "\x28\xd3", [0x10e8] = "\x28\xd4", [0x10e9] = "\x28\xd5", - [0x10ea] = "\x28\xd6", [0x10eb] = "\x28\xd7", [0x10ec] = "\x28\xd8", - [0x10ed] = "\x28\xd9", [0x10ee] = "\x28\xda", [0x10ef] = "\x28\xdb", - [0x10f0] = "\x28\xdc", [0x10f1] = "\x28\xdd", [0x10f2] = "\x28\xde", - [0x10f3] = "\x28\xdf", [0x10f4] = "\x28\xe0", [0x10f5] = "\x28\xe1", - [0x10f6] = "\x28\xe2", [0x10f7] = "\x28\xe3", [0x10f8] = "\x28\xe4", - [0x10f9] = "\x28\xe5", [0x10fa] = "\x28\xe6", [0x10fb] = "\x28\xe7", - [0x10fc] = "\x28\xe8", [0x10fd] = "\x28\xe9", [0x10fe] = "\x28\xea", - [0x10ff] = "\x28\xeb", [0x1100] = "\x28\xec", [0x1101] = "\x28\xed", - [0x1102] = "\x28\xee", [0x1103] = "\x28\xef", [0x1104] = "\x28\xf0", - [0x1105] = "\x28\xf1", [0x1106] = "\x28\xf2", [0x1107] = "\x28\xf3", - [0x1108] = "\x28\xf4", [0x1109] = "\x28\xf5", [0x110a] = "\x28\xf6", - [0x110b] = "\x28\xf7", [0x110c] = "\x28\xf8", [0x110d] = "\x28\xf9", - [0x110e] = "\x28\xfa", [0x110f] = "\x28\xfb", [0x1110] = "\x28\xfc", - [0x1111] = "\x28\xfd", [0x1112] = "\x28\xfe", [0x1113] = "\x28\xff", - [0x1114] = "\x29\x00", [0x1115] = "\x29\x01", [0x1116] = "\x29\x02", - [0x1117] = "\x29\x03", [0x1118] = "\x29\x04", [0x1119] = "\x29\x05", - [0x111a] = "\x29\x06", [0x111b] = "\x29\x07", [0x111c] = "\x29\x08", - [0x111d] = "\x29\x09", [0x111e] = "\x29\x0a", [0x111f] = "\x29\x0b", - [0x1120] = "\x29\x0c", [0x1121] = "\x29\x0d", [0x1122] = "\x29\x0e", - [0x1123] = "\x29\x0f", [0x1124] = "\x29\x10", [0x1125] = "\x29\x11", - [0x1126] = "\x29\x12", [0x1127] = "\x29\x13", [0x1128] = "\x29\x14", - [0x1129] = "\x29\x15", [0x112a] = "\x29\x16", [0x112b] = "\x29\x17", - [0x112c] = "\x29\x18", [0x112d] = "\x29\x19", [0x112e] = "\x29\x1a", - [0x112f] = "\x29\x1b", [0x1130] = "\x29\x1c", [0x1131] = "\x29\x1d", - [0x1132] = "\x29\x1e", [0x1133] = "\x29\x1f", [0x1134] = "\x29\x20", - [0x1135] = "\x29\x21", [0x1136] = "\x29\x22", [0x1137] = "\x29\x23", - [0x1138] = "\x29\x24", [0x1139] = "\x29\x25", [0x113a] = "\x29\x26", - [0x113b] = "\x29\x27", [0x113c] = "\x29\x28", [0x113d] = "\x29\x29", - [0x113e] = "\x29\x2a", [0x113f] = "\x29\x2b", [0x1140] = "\x29\x2c", - [0x1141] = "\x29\x2d", [0x1142] = "\x29\x2e", [0x1143] = "\x29\x2f", - [0x1144] = "\x29\x30", [0x1145] = "\x29\x31", [0x1146] = "\x29\x32", - [0x1147] = "\x29\x33", [0x1148] = "\x29\x34", [0x1149] = "\x29\x35", - [0x114a] = "\x29\x36", [0x114b] = "\x29\x37", [0x114c] = "\x29\x38", - [0x114d] = "\x29\x39", [0x114e] = "\x29\x3a", [0x114f] = "\x29\x3b", - [0x1150] = "\x29\x3c", [0x1151] = "\x29\x3d", [0x1152] = "\x29\x3e", - [0x1153] = "\x29\x3f", [0x1154] = "\x29\x40", [0x1155] = "\x29\x41", - [0x1156] = "\x29\x42", [0x1157] = "\x29\x43", [0x1158] = "\x29\x44", - [0x1159] = "\x29\x45", [0x115a] = "\x29\x46", [0x115b] = "\x29\x47", - [0x115c] = "\x29\x48", [0x115d] = "\x29\x49", [0x115e] = "\x29\x4a", - [0x115f] = "\x29\x4b", [0x1160] = "\x29\x4c", [0x1161] = "\x29\x4d", - [0x1162] = "\x29\x4e", [0x1163] = "\x29\x4f", [0x1164] = "\x29\x50", - [0x1165] = "\x29\x51", [0x1166] = "\x29\x52", [0x1167] = "\x29\x53", - [0x1168] = "\x29\x54", [0x1169] = "\x29\x55", [0x116a] = "\x29\x56", - [0x116b] = "\x29\x57", [0x116c] = "\x29\x58", [0x116d] = "\x29\x59", - [0x116e] = "\x29\x5a", [0x116f] = "\x29\x5b", [0x1170] = "\x29\x5c", - [0x1171] = "\x29\x5d", [0x1172] = "\x29\x5e", [0x1173] = "\x29\x5f", - [0x1174] = "\x29\x60", [0x1175] = "\x29\x61", [0x1176] = "\x29\x62", - [0x1177] = "\x29\x63", [0x1178] = "\x29\x64", [0x1179] = "\x29\x65", - [0x117a] = "\x29\x66", [0x117b] = "\x29\x67", [0x117c] = "\x29\x68", - [0x117d] = "\x29\x69", [0x117e] = "\x29\x6a", [0x117f] = "\x29\x6b", - [0x1180] = "\x29\x6c", [0x1181] = "\x29\x6d", [0x1182] = "\x29\x6e", - [0x1183] = "\x29\x6f", [0x1184] = "\x29\x70", [0x1185] = "\x29\x71", - [0x1186] = "\x29\x72", [0x1187] = "\x29\x73", [0x1188] = "\x29\x74", - [0x1189] = "\x29\x75", [0x118a] = "\x29\x76", [0x118b] = "\x29\x77", - [0x118c] = "\x29\x78", [0x118d] = "\x29\x79", [0x118e] = "\x29\x7a", - [0x118f] = "\x29\x7b", [0x1190] = "\x29\x7c", [0x1191] = "\x29\x7d", - [0x1192] = "\x29\x7e", [0x1193] = "\x29\x7f", [0x1194] = "\x29\x80", - [0x1195] = "\x29\x81", [0x1196] = "\x29\x82", [0x1197] = "\x29\x83", - [0x1198] = "\x29\x84", [0x1199] = "\x29\x85", [0x119a] = "\x29\x86", - [0x119b] = "\x29\x87", [0x119c] = "\x29\x88", [0x119d] = "\x29\x89", - [0x119e] = "\x29\x8a", [0x119f] = "\x29\x8b", [0x11a0] = "\x29\x8c", - [0x11a1] = "\x29\x8d", [0x11a2] = "\x29\x8e", [0x11a3] = "\x29\x8f", - [0x11a4] = "\x29\x90", [0x11a5] = "\x29\x91", [0x11a6] = "\x29\x92", - [0x11a7] = "\x29\x93", [0x11a8] = "\x29\x94", [0x11a9] = "\x29\x95", - [0x11aa] = "\x29\x96", [0x11ab] = "\x29\x97", [0x11ac] = "\x29\x98", - [0x11ad] = "\x29\x99", [0x11ae] = "\x29\x9a", [0x11af] = "\x29\x9b", - [0x11b0] = "\x29\x9c", [0x11b1] = "\x29\x9d", [0x11b2] = "\x29\x9e", - [0x11b3] = "\x29\x9f", [0x11b4] = "\x29\xa0", [0x11b5] = "\x29\xa1", - [0x11b6] = "\x29\xa2", [0x11b7] = "\x29\xa3", [0x11b8] = "\x29\xa4", - [0x11b9] = "\x29\xa5", [0x11ba] = "\x29\xa6", [0x11bb] = "\x29\xa7", - [0x11bc] = "\x29\xa8", [0x11bd] = "\x29\xa9", [0x11be] = "\x29\xaa", - [0x11bf] = "\x29\xab", [0x11c0] = "\x29\xac", [0x11c1] = "\x29\xad", - [0x11c2] = "\x29\xae", [0x11c3] = "\x29\xaf", [0x11c4] = "\x29\xb0", - [0x11c5] = "\x29\xb1", [0x11c6] = "\x29\xb2", [0x11c7] = "\x29\xb3", - [0x11c8] = "\x29\xb4", [0x11c9] = "\x29\xb5", [0x11ca] = "\x29\xb6", - [0x11cb] = "\x29\xb7", [0x11cc] = "\x29\xb8", [0x11cd] = "\x29\xb9", - [0x11ce] = "\x29\xba", [0x11cf] = "\x29\xbb", [0x11d0] = "\x29\xbc", - [0x11d1] = "\x29\xbd", [0x11d2] = "\x29\xbe", [0x11d3] = "\x29\xbf", - [0x11d4] = "\x29\xc0", [0x11d5] = "\x29\xc1", [0x11d6] = "\x29\xc2", - [0x11d7] = "\x29\xc3", [0x11d8] = "\x29\xc4", [0x11d9] = "\x29\xc5", - [0x11da] = "\x29\xc6", [0x11db] = "\x29\xc7", [0x11dc] = "\x29\xc8", - [0x11dd] = "\x29\xc9", [0x11de] = "\x29\xca", [0x11df] = "\x29\xcb", - [0x11e0] = "\x29\xcc", [0x11e1] = "\x29\xcd", [0x11e2] = "\x29\xce", - [0x11e3] = "\x29\xcf", [0x11e4] = "\x29\xd0", [0x11e5] = "\x29\xd1", - [0x11e6] = "\x29\xd2", [0x11e7] = "\x29\xd3", [0x11e8] = "\x29\xd4", - [0x11e9] = "\x29\xd5", [0x11ea] = "\x29\xd6", [0x11eb] = "\x29\xd7", - [0x11ec] = "\x29\xd8", [0x11ed] = "\x29\xd9", [0x11ee] = "\x29\xda", - [0x11ef] = "\x29\xdb", [0x11f0] = "\x29\xdc", [0x11f1] = "\x29\xdd", - [0x11f2] = "\x29\xde", [0x11f3] = "\x29\xdf", [0x11f4] = "\x29\xe0", - [0x11f5] = "\x29\xe1", [0x11f6] = "\x29\xe2", [0x11f7] = "\x29\xe3", - [0x11f8] = "\x29\xe4", [0x11f9] = "\x29\xe5", [0x11fa] = "\x29\xe6", - [0x11fb] = "\x29\xe7", [0x11fc] = "\x29\xe8", [0x11fd] = "\x29\xe9", - [0x11fe] = "\x29\xea", [0x11ff] = "\x29\xeb", [0x1200] = "\x29\xec", - [0x1201] = "\x29\xed", [0x1202] = "\x29\xee", [0x1203] = "\x29\xef", - [0x1204] = "\x29\xf0", [0x1205] = "\x29\xf1", [0x1206] = "\x29\xf2", - [0x1207] = "\x29\xf3", [0x1208] = "\x29\xf4", [0x1209] = "\x29\xf5", - [0x120a] = "\x29\xf6", [0x120b] = "\x29\xf7", [0x120c] = "\x29\xf8", - [0x120d] = "\x29\xf9", [0x120e] = "\x29\xfa", [0x120f] = "\x29\xfb", - [0x1210] = "\x29\xfc", [0x1211] = "\x29\xfd", [0x1212] = "\x29\xfe", - [0x1213] = "\x29\xff", [0x1214] = "\x2a\x00", [0x1215] = "\x2a\x01", - [0x1216] = "\x2a\x02", [0x1217] = "\x2a\x03", [0x1218] = "\x2a\x04", - [0x1219] = "\x2a\x05", [0x121a] = "\x2a\x06", [0x121b] = "\x2a\x07", - [0x121c] = "\x2a\x08", [0x121d] = "\x2a\x09", [0x121e] = "\x2a\x0a", - [0x121f] = "\x2a\x0b", [0x1220] = "\x2a\x0c", [0x1221] = "\x2a\x0d", - [0x1222] = "\x2a\x0e", [0x1223] = "\x2a\x0f", [0x1224] = "\x2a\x10", - [0x1225] = "\x2a\x11", [0x1226] = "\x2a\x12", [0x1227] = "\x2a\x13", - [0x1228] = "\x2a\x14", [0x1229] = "\x2a\x15", [0x122a] = "\x2a\x16", - [0x122b] = "\x2a\x17", [0x122c] = "\x2a\x18", [0x122d] = "\x2a\x19", - [0x122e] = "\x2a\x1a", [0x122f] = "\x2a\x1b", [0x1230] = "\x2a\x1c", - [0x1231] = "\x2a\x1d", [0x1232] = "\x2a\x1e", [0x1233] = "\x2a\x1f", - [0x1234] = "\x2a\x20", [0x1235] = "\x2a\x21", [0x1236] = "\x2a\x22", - [0x1237] = "\x2a\x23", [0x1238] = "\x2a\x24", [0x1239] = "\x2a\x25", - [0x123a] = "\x2a\x26", [0x123b] = "\x2a\x27", [0x123c] = "\x2a\x28", - [0x123d] = "\x2a\x29", [0x123e] = "\x2a\x2a", [0x123f] = "\x2a\x2b", - [0x1240] = "\x2a\x2c", [0x1241] = "\x2a\x2d", [0x1242] = "\x2a\x2e", - [0x1243] = "\x2a\x2f", [0x1244] = "\x2a\x30", [0x1245] = "\x2a\x31", - [0x1246] = "\x2a\x32", [0x1247] = "\x2a\x33", [0x1248] = "\x2a\x34", - [0x1249] = "\x2a\x35", [0x124a] = "\x2a\x36", [0x124b] = "\x2a\x37", - [0x124c] = "\x2a\x38", [0x124d] = "\x2a\x39", [0x124e] = "\x2a\x3a", - [0x124f] = "\x2a\x3b", [0x1250] = "\x2a\x3c", [0x1251] = "\x2a\x3d", - [0x1252] = "\x2a\x3e", [0x1253] = "\x2a\x3f", [0x1254] = "\x2a\x40", - [0x1255] = "\x2a\x41", [0x1256] = "\x2a\x42", [0x1257] = "\x2a\x43", - [0x1258] = "\x2a\x44", [0x1259] = "\x2a\x45", [0x125a] = "\x2a\x46", - [0x125b] = "\x2a\x47", [0x125c] = "\x2a\x48", [0x125d] = "\x2a\x49", - [0x125e] = "\x2a\x4a", [0x125f] = "\x2a\x4b", [0x1260] = "\x2a\x4c", - [0x1261] = "\x2a\x4d", [0x1262] = "\x2a\x4e", [0x1263] = "\x2a\x4f", - [0x1264] = "\x2a\x50", [0x1265] = "\x2a\x51", [0x1266] = "\x2a\x52", - [0x1267] = "\x2a\x53", [0x1268] = "\x2a\x54", [0x1269] = "\x2a\x55", - [0x126a] = "\x2a\x56", [0x126b] = "\x2a\x57", [0x126c] = "\x2a\x58", - [0x126d] = "\x2a\x59", [0x126e] = "\x2a\x5a", [0x126f] = "\x2a\x5b", - [0x1270] = "\x2a\x5c", [0x1271] = "\x2a\x5d", [0x1272] = "\x2a\x5e", - [0x1273] = "\x2a\x5f", [0x1274] = "\x2a\x60", [0x1275] = "\x2a\x61", - [0x1276] = "\x2a\x62", [0x1277] = "\x2a\x63", [0x1278] = "\x2a\x64", - [0x1279] = "\x2a\x65", [0x127a] = "\x2a\x66", [0x127b] = "\x2a\x67", - [0x127c] = "\x2a\x68", [0x127d] = "\x2a\x69", [0x127e] = "\x2a\x6a", - [0x127f] = "\x2a\x6b", [0x1280] = "\x2a\x6c", [0x1281] = "\x2a\x6d", - [0x1282] = "\x2a\x6e", [0x1283] = "\x2a\x6f", [0x1284] = "\x2a\x70", - [0x1285] = "\x2a\x71", [0x1286] = "\x2a\x72", [0x1287] = "\x2a\x73", - [0x1288] = "\x2a\x74", [0x1289] = "\x2a\x75", [0x128a] = "\x2a\x76", - [0x128b] = "\x2a\x77", [0x128c] = "\x2a\x78", [0x128d] = "\x2a\x79", - [0x128e] = "\x2a\x7a", [0x128f] = "\x2a\x7b", [0x1290] = "\x2a\x7c", - [0x1291] = "\x2a\x7d", [0x1292] = "\x2a\x7e", [0x1293] = "\x2a\x7f", - [0x1294] = "\x2a\x80", [0x1295] = "\x2a\x81", [0x1296] = "\x2a\x82", - [0x1297] = "\x2a\x83", [0x1298] = "\x2a\x84", [0x1299] = "\x2a\x85", - [0x129a] = "\x2a\x86", [0x129b] = "\x2a\x87", [0x129c] = "\x2a\x88", - [0x129d] = "\x2a\x89", [0x129e] = "\x2a\x8a", [0x129f] = "\x2a\x8b", - [0x12a0] = "\x2a\x8c", [0x12a1] = "\x2a\x8d", [0x12a2] = "\x2a\x8e", - [0x12a3] = "\x2a\x8f", [0x12a4] = "\x2a\x90", [0x12a5] = "\x2a\x91", - [0x12a6] = "\x2a\x92", [0x12a7] = "\x2a\x93", [0x12a8] = "\x2a\x94", - [0x12a9] = "\x2a\x95", [0x12aa] = "\x2a\x96", [0x12ab] = "\x2a\x97", - [0x12ac] = "\x2a\x98", [0x12ad] = "\x2a\x99", [0x12ae] = "\x2a\x9a", - [0x12af] = "\x2a\x9b", [0x12b0] = "\x2a\x9c", [0x12b1] = "\x2a\x9d", - [0x12b2] = "\x2a\x9e", [0x12b3] = "\x2a\x9f", [0x12b4] = "\x2a\xa0", - [0x12b5] = "\x2a\xa1", [0x12b6] = "\x2a\xa2", [0x12b7] = "\x2a\xa3", - [0x12b8] = "\x2a\xa4", [0x12b9] = "\x2a\xa5", [0x12ba] = "\x2a\xa6", - [0x12bb] = "\x2a\xa7", [0x12bc] = "\x2a\xa8", [0x12bd] = "\x2a\xa9", - [0x12be] = "\x2a\xaa", [0x12bf] = "\x2a\xab", [0x12c0] = "\x2a\xac", - [0x12c1] = "\x2a\xad", [0x12c2] = "\x2a\xae", [0x12c3] = "\x2a\xaf", - [0x12c4] = "\x2a\xb0", [0x12c5] = "\x2a\xb1", [0x12c6] = "\x2a\xb2", - [0x12c7] = "\x2a\xb3", [0x12c8] = "\x2a\xb4", [0x12c9] = "\x2a\xb5", - [0x12ca] = "\x2a\xb6", [0x12cb] = "\x2a\xb7", [0x12cc] = "\x2a\xb8", - [0x12cd] = "\x2a\xb9", [0x12ce] = "\x2a\xba", [0x12cf] = "\x2a\xbb", - [0x12d0] = "\x2a\xbc", [0x12d1] = "\x2a\xbd", [0x12d2] = "\x2a\xbe", - [0x12d3] = "\x2a\xbf", [0x12d4] = "\x2a\xc0", [0x12d5] = "\x2a\xc1", - [0x12d6] = "\x2a\xc2", [0x12d7] = "\x2a\xc3", [0x12d8] = "\x2a\xc4", - [0x12d9] = "\x2a\xc5", [0x12da] = "\x2a\xc6", [0x12db] = "\x2a\xc7", - [0x12dc] = "\x2a\xc8", [0x12dd] = "\x2a\xc9", [0x12de] = "\x2a\xca", - [0x12df] = "\x2a\xcb", [0x12e0] = "\x2a\xcc", [0x12e1] = "\x2a\xcd", - [0x12e2] = "\x2a\xce", [0x12e3] = "\x2a\xcf", [0x12e4] = "\x2a\xd0", - [0x12e5] = "\x2a\xd1", [0x12e6] = "\x2a\xd2", [0x12e7] = "\x2a\xd3", - [0x12e8] = "\x2a\xd4", [0x12e9] = "\x2a\xd5", [0x12ea] = "\x2a\xd6", - [0x12eb] = "\x2a\xd7", [0x12ec] = "\x2a\xd8", [0x12ed] = "\x2a\xd9", - [0x12ee] = "\x2a\xda", [0x12ef] = "\x2a\xdb", [0x12f0] = "\x2a\xdc", - [0x12f1] = "\x2a\xdd", [0x12f2] = "\x2a\xde", [0x12f3] = "\x2a\xdf", - [0x12f4] = "\x2a\xe0", [0x12f5] = "\x2a\xe1", [0x12f6] = "\x2a\xe2", - [0x12f7] = "\x2a\xe3", [0x12f8] = "\x2a\xe4", [0x12f9] = "\x2a\xe5", - [0x12fa] = "\x2a\xe6", [0x12fb] = "\x2a\xe7", [0x12fc] = "\x2a\xe8", - [0x12fd] = "\x2a\xe9", [0x12fe] = "\x2a\xea", [0x12ff] = "\x2a\xeb", - [0x1300] = "\x2a\xec", [0x1301] = "\x2a\xed", [0x1302] = "\x2a\xee", - [0x1303] = "\x2a\xef", [0x1304] = "\x2a\xf0", [0x1305] = "\x2a\xf1", - [0x1306] = "\x2a\xf2", [0x1307] = "\x2a\xf3", [0x1308] = "\x2a\xf4", - [0x1309] = "\x2a\xf5", [0x130a] = "\x2a\xf6", [0x130b] = "\x2a\xf7", - [0x130c] = "\x2a\xf8", [0x130d] = "\x2a\xf9", [0x130e] = "\x2a\xfa", - [0x130f] = "\x2a\xfb", [0x1310] = "\x2a\xfc", [0x1311] = "\x2a\xfd", - [0x1312] = "\x2a\xfe", [0x1313] = "\x2a\xff", [0x1314] = "\x2b\x00", - [0x1315] = "\x2b\x01", [0x1316] = "\x2b\x02", [0x1317] = "\x2b\x03", - [0x1318] = "\x2b\x04", [0x1319] = "\x2b\x05", [0x131a] = "\x2b\x06", - [0x131b] = "\x2b\x07", [0x131c] = "\x2b\x08", [0x131d] = "\x2b\x09", - [0x131e] = "\x2b\x0a", [0x131f] = "\x2b\x0b", [0x1320] = "\x2b\x0c", - [0x1321] = "\x2b\x0d", [0x1322] = "\x2b\x0e", [0x1323] = "\x2b\x0f", - [0x1324] = "\x2b\x10", [0x1325] = "\x2b\x11", [0x1326] = "\x2b\x12", - [0x1327] = "\x2b\x13", [0x1328] = "\x2b\x14", [0x1329] = "\x2b\x15", - [0x132a] = "\x2b\x16", [0x132b] = "\x2b\x17", [0x132c] = "\x2b\x18", - [0x132d] = "\x2b\x19", [0x132e] = "\x2b\x1a", [0x132f] = "\x2b\x1b", - [0x1330] = "\x2b\x1c", [0x1331] = "\x2b\x1d", [0x1332] = "\x2b\x1e", - [0x1333] = "\x2b\x1f", [0x1334] = "\x2b\x20", [0x1335] = "\x2b\x21", - [0x1336] = "\x2b\x22", [0x1337] = "\x2b\x23", [0x1338] = "\x2b\x24", - [0x1339] = "\x2b\x25", [0x133a] = "\x2b\x26", [0x133b] = "\x2b\x27", - [0x133c] = "\x2b\x28", [0x133d] = "\x2b\x29", [0x133e] = "\x2b\x2a", - [0x133f] = "\x2b\x2b", [0x1340] = "\x2b\x2c", [0x1341] = "\x2b\x2d", - [0x1342] = "\x2b\x2e", [0x1343] = "\x2b\x2f", [0x1344] = "\x2b\x30", - [0x1345] = "\x2b\x31", [0x1346] = "\x2b\x32", [0x1347] = "\x2b\x33", - [0x1348] = "\x2b\x34", [0x1349] = "\x2b\x35", [0x134a] = "\x2b\x36", - [0x134b] = "\x2b\x37", [0x134c] = "\x2b\x38", [0x134d] = "\x2b\x39", - [0x134e] = "\x2b\x3a", [0x134f] = "\x2b\x3b", [0x1350] = "\x2b\x3c", - [0x1351] = "\x2b\x3d", [0x1352] = "\x2b\x3e", [0x1353] = "\x2b\x3f", - [0x1354] = "\x2b\x40", [0x1355] = "\x2b\x41", [0x1356] = "\x2b\x42", - [0x1357] = "\x2b\x43", [0x1358] = "\x2b\x44", [0x1359] = "\x2b\x45", - [0x135a] = "\x2b\x46", [0x135b] = "\x2b\x47", [0x135c] = "\x2b\x48", - [0x135d] = "\x2b\x49", [0x135e] = "\x2b\x4a", [0x135f] = "\x2b\x4b", - [0x1360] = "\x2b\x4c", [0x1361] = "\x2b\x4d", [0x1362] = "\x2b\x4e", - [0x1363] = "\x2b\x4f", [0x1364] = "\x2b\x50", [0x1365] = "\x2b\x51", - [0x1366] = "\x2b\x52", [0x1367] = "\x2b\x53", [0x1368] = "\x2b\x54", - [0x1369] = "\x2b\x55", [0x136a] = "\x2b\x56", [0x136b] = "\x2b\x57", - [0x136c] = "\x2b\x58", [0x136d] = "\x2b\x59", [0x136e] = "\x2b\x5a", - [0x136f] = "\x2b\x5b", [0x1370] = "\x2b\x5c", [0x1371] = "\x2b\x5d", - [0x1372] = "\x2b\x5e", [0x1373] = "\x2b\x5f", [0x1374] = "\x2b\x60", - [0x1375] = "\x2b\x61", [0x1376] = "\x2b\x62", [0x1377] = "\x2b\x63", - [0x1378] = "\x2b\x64", [0x1379] = "\x2b\x65", [0x137a] = "\x2b\x66", - [0x137b] = "\x2b\x67", [0x137c] = "\x2b\x68", [0x137d] = "\x2b\x69", - [0x137e] = "\x2b\x6a", [0x137f] = "\x2b\x6b", [0x1380] = "\x2b\x6c", - [0x1381] = "\x2b\x6d", [0x1382] = "\x2b\x6e", [0x1383] = "\x2b\x6f", - [0x1384] = "\x2b\x70", [0x1385] = "\x2b\x71", [0x1386] = "\x2b\x72", - [0x1387] = "\x2b\x73", [0x1388] = "\x2b\x74", [0x1389] = "\x2b\x75", - [0x138a] = "\x2b\x76", [0x138b] = "\x2b\x77", [0x138c] = "\x2b\x78", - [0x138d] = "\x2b\x79", [0x138e] = "\x2b\x7a", [0x138f] = "\x2b\x7b", - [0x1390] = "\x2b\x7c", [0x1391] = "\x2b\x7d", [0x1392] = "\x2b\x7e", - [0x1393] = "\x2b\x7f", [0x1394] = "\x2b\x80", [0x1395] = "\x2b\x81", - [0x1396] = "\x2b\x82", [0x1397] = "\x2b\x83", [0x1398] = "\x2b\x84", - [0x1399] = "\x2b\x85", [0x139a] = "\x2b\x86", [0x139b] = "\x2b\x87", - [0x139c] = "\x2b\x88", [0x139d] = "\x2b\x89", [0x139e] = "\x2b\x8a", - [0x139f] = "\x2b\x8b", [0x13a0] = "\x2b\x8c", [0x13a1] = "\x2b\x8d", - [0x13a2] = "\x2b\x8e", [0x13a3] = "\x2b\x8f", [0x13a4] = "\x2b\x90", - [0x13a5] = "\x2b\x91", [0x13a6] = "\x2b\x92", [0x13a7] = "\x2b\x93", - [0x13a8] = "\x2b\x94", [0x13a9] = "\x2b\x95", [0x13aa] = "\x2b\x96", - [0x13ab] = "\x2b\x97", [0x13ac] = "\x2b\x98", [0x13ad] = "\x2b\x99", - [0x13ae] = "\x2b\x9a", [0x13af] = "\x2b\x9b", [0x13b0] = "\x2b\x9c", - [0x13b1] = "\x2b\x9d", [0x13b2] = "\x2b\x9e", [0x13b3] = "\x2b\x9f", - [0x13b4] = "\x2b\xa0", [0x13b5] = "\x2b\xa1", [0x13b6] = "\x2b\xa2", - [0x13b7] = "\x2b\xa3", [0x13b8] = "\x2b\xa4", [0x13b9] = "\x2b\xa5", - [0x13ba] = "\x2b\xa6", [0x13bb] = "\x2b\xa7", [0x13bc] = "\x2b\xa8", - [0x13bd] = "\x2b\xa9", [0x13be] = "\x2b\xaa", [0x13bf] = "\x2b\xab", - [0x13c0] = "\x2b\xac", [0x13c1] = "\x2b\xad", [0x13c2] = "\x2b\xae", - [0x13c3] = "\x2b\xaf", [0x13c4] = "\x2b\xb0", [0x13c5] = "\x2b\xb1", - [0x13c6] = "\x2b\xb2", [0x13c7] = "\x2b\xb3", [0x13c8] = "\x2b\xb4", - [0x13c9] = "\x2b\xb5", [0x13ca] = "\x2b\xb6", [0x13cb] = "\x2b\xb7", - [0x13cc] = "\x2b\xb8", [0x13cd] = "\x2b\xb9", [0x13ce] = "\x2b\xba", - [0x13cf] = "\x2b\xbb", [0x13d0] = "\x2b\xbc", [0x13d1] = "\x2b\xbd", - [0x13d2] = "\x2b\xbe", [0x13d3] = "\x2b\xbf", [0x13d4] = "\x2b\xc0", - [0x13d5] = "\x2b\xc1", [0x13d6] = "\x2b\xc2", [0x13d7] = "\x2b\xc3", - [0x13d8] = "\x2b\xc4", [0x13d9] = "\x2b\xc5", [0x13da] = "\x2b\xc6", - [0x13db] = "\x2b\xc7", [0x13dc] = "\x2b\xc8", [0x13dd] = "\x2b\xc9", - [0x13de] = "\x2b\xca", [0x13df] = "\x2b\xcb", [0x13e0] = "\x2b\xcc", - [0x13e1] = "\x2b\xcd", [0x13e2] = "\x2b\xce", [0x13e3] = "\x2b\xcf", - [0x13e4] = "\x2b\xd0", [0x13e5] = "\x2b\xd1", [0x13e6] = "\x2b\xd2", - [0x13e7] = "\x2b\xd3", [0x13e8] = "\x2b\xd4", [0x13e9] = "\x2b\xd5", - [0x13ea] = "\x2b\xd6", [0x13eb] = "\x2b\xd7", [0x13ec] = "\x2b\xd8", - [0x13ed] = "\x2b\xd9", [0x13ee] = "\x2b\xda", [0x13ef] = "\x2b\xdb", - [0x13f0] = "\x2b\xdc", [0x13f1] = "\x2b\xdd", [0x13f2] = "\x2b\xde", - [0x13f3] = "\x2b\xdf", [0x13f4] = "\x2b\xe0", [0x13f5] = "\x2b\xe1", - [0x13f6] = "\x2b\xe2", [0x13f7] = "\x2b\xe3", [0x13f8] = "\x2b\xe4", - [0x13f9] = "\x2b\xe5", [0x13fa] = "\x2b\xe6", [0x13fb] = "\x2b\xe7", - [0x13fc] = "\x2b\xe8", [0x13fd] = "\x2b\xe9", [0x13fe] = "\x2b\xea", - [0x13ff] = "\x2b\xeb", [0x1400] = "\x2b\xec", [0x1401] = "\x2b\xed", - [0x1402] = "\x2b\xee", [0x1403] = "\x2b\xef", [0x1404] = "\x2b\xf0", - [0x1405] = "\x2b\xf1", [0x1406] = "\x2b\xf2", [0x1407] = "\x2b\xf3", - [0x1408] = "\x2b\xf4", [0x1409] = "\x2b\xf5", [0x140a] = "\x2b\xf6", - [0x140b] = "\x2b\xf7", [0x140c] = "\x2b\xf8", [0x140d] = "\x2b\xf9", - [0x140e] = "\x2b\xfa", [0x140f] = "\x2b\xfb", [0x1410] = "\x2b\xfc", - [0x1411] = "\x2b\xfd", [0x1412] = "\x2b\xfe", [0x1413] = "\x2b\xff", - [0x1414] = "\x2c\x00", [0x1415] = "\x2c\x01", [0x1416] = "\x2c\x02", - [0x1417] = "\x2c\x03", [0x1418] = "\x2c\x04", [0x1419] = "\x2c\x05", - [0x141a] = "\x2c\x06", [0x141b] = "\x2c\x07", [0x141c] = "\x2c\x08", - [0x141d] = "\x2c\x09", [0x141e] = "\x2c\x0a", [0x141f] = "\x2c\x0b", - [0x1420] = "\x2c\x0c", [0x1421] = "\x2c\x0d", [0x1422] = "\x2c\x0e", - [0x1423] = "\x2c\x0f", [0x1424] = "\x2c\x10", [0x1425] = "\x2c\x11", - [0x1426] = "\x2c\x12", [0x1427] = "\x2c\x13", [0x1428] = "\x2c\x14", - [0x1429] = "\x2c\x15", [0x142a] = "\x2c\x16", [0x142b] = "\x2c\x17", - [0x142c] = "\x2c\x18", [0x142d] = "\x2c\x19", [0x142e] = "\x2c\x1a", - [0x142f] = "\x2c\x1b", [0x1430] = "\x2c\x1c", [0x1431] = "\x2c\x1d", - [0x1432] = "\x2c\x1e", [0x1433] = "\x2c\x1f", [0x1434] = "\x2c\x20", - [0x1435] = "\x2c\x21", [0x1436] = "\x2c\x22", [0x1437] = "\x2c\x23", - [0x1438] = "\x2c\x24", [0x1439] = "\x2c\x25", [0x143a] = "\x2c\x26", - [0x143b] = "\x2c\x27", [0x143c] = "\x2c\x28", [0x143d] = "\x2c\x29", - [0x143e] = "\x2c\x2a", [0x143f] = "\x2c\x2b", [0x1440] = "\x2c\x2c", - [0x1441] = "\x2c\x2d", [0x1442] = "\x2c\x2e", [0x1443] = "\x2c\x2f", - [0x1444] = "\x2c\x30", [0x1445] = "\x2c\x31", [0x1446] = "\x2c\x32", - [0x1447] = "\x2c\x33", [0x1448] = "\x2c\x34", [0x1449] = "\x2c\x35", - [0x144a] = "\x2c\x36", [0x144b] = "\x2c\x37", [0x144c] = "\x2c\x38", - [0x144d] = "\x2c\x39", [0x144e] = "\x2c\x3a", [0x144f] = "\x2c\x3b", - [0x1450] = "\x2c\x3c", [0x1451] = "\x2c\x3d", [0x1452] = "\x2c\x3e", - [0x1453] = "\x2c\x3f", [0x1454] = "\x2c\x40", [0x1455] = "\x2c\x41", - [0x1456] = "\x2c\x42", [0x1457] = "\x2c\x43", [0x1458] = "\x2c\x44", - [0x1459] = "\x2c\x45", [0x145a] = "\x2c\x46", [0x145b] = "\x2c\x47", - [0x145c] = "\x2c\x48", [0x145d] = "\x2c\x49", [0x145e] = "\x2c\x4a", - [0x145f] = "\x2c\x4b", [0x1460] = "\x2c\x4c", [0x1461] = "\x2c\x4d", - [0x1462] = "\x2c\x4e", [0x1463] = "\x2c\x4f", [0x1464] = "\x2c\x50", - [0x1465] = "\x2c\x51", [0x1466] = "\x2c\x52", [0x1467] = "\x2c\x53", - [0x1468] = "\x2c\x54", [0x1469] = "\x2c\x55", [0x146a] = "\x2c\x56", - [0x146b] = "\x2c\x57", [0x146c] = "\x2c\x58", [0x146d] = "\x2c\x59", - [0x146e] = "\x2c\x5a", [0x146f] = "\x2c\x5b", [0x1470] = "\x2c\x5c", - [0x1471] = "\x2c\x5d", [0x1472] = "\x2c\x5e", [0x1473] = "\x2c\x5f", - [0x1474] = "\x2c\x60", [0x1475] = "\x2c\x61", [0x1476] = "\x2c\x62", - [0x1477] = "\x2c\x63", [0x1478] = "\x2c\x64", [0x1479] = "\x2c\x65", - [0x147a] = "\x2c\x66", [0x147b] = "\x2c\x67", [0x147c] = "\x2c\x68", - [0x147d] = "\x2c\x69", [0x147e] = "\x2c\x6a", [0x147f] = "\x2c\x6b", - [0x1480] = "\x2c\x6c", [0x1481] = "\x2c\x6d", [0x1482] = "\x2c\x6e", - [0x1483] = "\x2c\x6f", [0x1484] = "\x2c\x70", [0x1485] = "\x2c\x71", - [0x1486] = "\x2c\x72", [0x1487] = "\x2c\x73", [0x1488] = "\x2c\x74", - [0x1489] = "\x2c\x75", [0x148a] = "\x2c\x76", [0x148b] = "\x2c\x77", - [0x148c] = "\x2c\x78", [0x148d] = "\x2c\x79", [0x148e] = "\x2c\x7a", - [0x148f] = "\x2c\x7b", [0x1490] = "\x2c\x7c", [0x1491] = "\x2c\x7d", - [0x1492] = "\x2c\x7e", [0x1493] = "\x2c\x7f", [0x1494] = "\x2c\x80", - [0x1495] = "\x2c\x81", [0x1496] = "\x2c\x82", [0x1497] = "\x2c\x83", - [0x1498] = "\x2c\x84", [0x1499] = "\x2c\x85", [0x149a] = "\x2c\x86", - [0x149b] = "\x2c\x87", [0x149c] = "\x2c\x88", [0x149d] = "\x2c\x89", - [0x149e] = "\x2c\x8a", [0x149f] = "\x2c\x8b", [0x14a0] = "\x2c\x8c", - [0x14a1] = "\x2c\x8d", [0x14a2] = "\x2c\x8e", [0x14a3] = "\x2c\x8f", - [0x14a4] = "\x2c\x90", [0x14a5] = "\x2c\x91", [0x14a6] = "\x2c\x92", - [0x14a7] = "\x2c\x93", [0x14a8] = "\x2c\x94", [0x14a9] = "\x2c\x95", - [0x14aa] = "\x2c\x96", [0x14ab] = "\x2c\x97", [0x14ac] = "\x2c\x98", - [0x14ad] = "\x2c\x99", [0x14ae] = "\x2c\x9a", [0x14af] = "\x2c\x9b", - [0x14b0] = "\x2c\x9c", [0x14b1] = "\x2c\x9d", [0x14b2] = "\x2c\x9e", - [0x14b3] = "\x2c\x9f", [0x14b4] = "\x2c\xa0", [0x14b5] = "\x2c\xa1", - [0x14b6] = "\x2c\xa2", [0x14b7] = "\x2c\xa3", [0x14b8] = "\x2c\xa4", - [0x14b9] = "\x2c\xa5", [0x14ba] = "\x2c\xa6", [0x14bb] = "\x2c\xa7", - [0x14bc] = "\x2c\xa8", [0x14bd] = "\x2c\xa9", [0x14be] = "\x2c\xaa", - [0x14bf] = "\x2c\xab", [0x14c0] = "\x2c\xac", [0x14c1] = "\x2c\xad", - [0x14c2] = "\x2c\xae", [0x14c3] = "\x2c\xaf", [0x14c4] = "\x2c\xb0", - [0x14c5] = "\x2c\xb1", [0x14c6] = "\x2c\xb2", [0x14c7] = "\x2c\xb3", - [0x14c8] = "\x2c\xb4", [0x14c9] = "\x2c\xb5", [0x14ca] = "\x2c\xb6", - [0x14cb] = "\x2c\xb7", [0x14cc] = "\x2c\xb8", [0x14cd] = "\x2c\xb9", - [0x14ce] = "\x2c\xba", [0x14cf] = "\x2c\xbb", [0x14d0] = "\x2c\xbc", - [0x14d1] = "\x2c\xbd", [0x14d2] = "\x2c\xbe", [0x14d3] = "\x2c\xbf", - [0x14d4] = "\x2c\xc0", [0x14d5] = "\x2c\xc1", [0x14d6] = "\x2c\xc2", - [0x14d7] = "\x2c\xc3", [0x14d8] = "\x2c\xc4", [0x14d9] = "\x2c\xc5", - [0x14da] = "\x2c\xc6", [0x14db] = "\x2c\xc7", [0x14dc] = "\x2c\xc8", - [0x14dd] = "\x2c\xc9", [0x14de] = "\x2c\xca", [0x14df] = "\x2c\xcb", - [0x14e0] = "\x2c\xcc", [0x14e1] = "\x2c\xcd", [0x14e2] = "\x2c\xce", - [0x14e3] = "\x2c\xcf", [0x14e4] = "\x2c\xd0", [0x14e5] = "\x2c\xd1", - [0x14e6] = "\x2c\xd2", [0x14e7] = "\x2c\xd3", [0x14e8] = "\x2c\xd4", - [0x14e9] = "\x2c\xd5", [0x14ea] = "\x2c\xd6", [0x14eb] = "\x2c\xd7", - [0x14ec] = "\x2c\xd8", [0x14ed] = "\x2c\xd9", [0x14ee] = "\x2c\xda", - [0x14ef] = "\x2c\xdb", [0x14f0] = "\x2c\xdc", [0x14f1] = "\x2c\xdd", - [0x14f2] = "\x2c\xde", [0x14f3] = "\x2c\xdf", [0x14f4] = "\x2c\xe0", - [0x14f5] = "\x2c\xe1", [0x14f6] = "\x2c\xe2", [0x14f7] = "\x2c\xe3", - [0x14f8] = "\x2c\xe4", [0x14f9] = "\x2c\xe5", [0x14fa] = "\x2c\xe6", - [0x14fb] = "\x2c\xe7", [0x14fc] = "\x2c\xe8", [0x14fd] = "\x2c\xe9", - [0x14fe] = "\x2c\xea", [0x14ff] = "\x2c\xeb", [0x1500] = "\x2c\xec", - [0x1501] = "\x2c\xed", [0x1502] = "\x2c\xee", [0x1503] = "\x2c\xef", - [0x1504] = "\x2c\xf0", [0x1505] = "\x2c\xf1", [0x1506] = "\x2c\xf2", - [0x1507] = "\x2c\xf3", [0x1508] = "\x2c\xf4", [0x1509] = "\x2c\xf5", - [0x150a] = "\x2c\xf6", [0x150b] = "\x2c\xf7", [0x150c] = "\x2c\xf8", - [0x150d] = "\x2c\xf9", [0x150e] = "\x2c\xfa", [0x150f] = "\x2c\xfb", - [0x1510] = "\x2c\xfc", [0x1511] = "\x2c\xfd", [0x1512] = "\x2c\xfe", - [0x1513] = "\x2c\xff", [0x1514] = "\x2d\x00", [0x1515] = "\x2d\x01", - [0x1516] = "\x2d\x02", [0x1517] = "\x2d\x03", [0x1518] = "\x2d\x04", - [0x1519] = "\x2d\x05", [0x151a] = "\x2d\x06", [0x151b] = "\x2d\x07", - [0x151c] = "\x2d\x08", [0x151d] = "\x2d\x09", [0x151e] = "\x2d\x0a", - [0x151f] = "\x2d\x0b", [0x1520] = "\x2d\x0c", [0x1521] = "\x2d\x0d", - [0x1522] = "\x2d\x0e", [0x1523] = "\x2d\x0f", [0x1524] = "\x2d\x10", - [0x1525] = "\x2d\x11", [0x1526] = "\x2d\x12", [0x1527] = "\x2d\x13", - [0x1528] = "\x2d\x14", [0x1529] = "\x2d\x15", [0x152a] = "\x2d\x16", - [0x152b] = "\x2d\x17", [0x152c] = "\x2d\x18", [0x152d] = "\x2d\x19", - [0x152e] = "\x2d\x1a", [0x152f] = "\x2d\x1b", [0x1530] = "\x2d\x1c", - [0x1531] = "\x2d\x1d", [0x1532] = "\x2d\x1e", [0x1533] = "\x2d\x1f", - [0x1534] = "\x2d\x20", [0x1535] = "\x2d\x21", [0x1536] = "\x2d\x22", - [0x1537] = "\x2d\x23", [0x1538] = "\x2d\x24", [0x1539] = "\x2d\x25", - [0x153a] = "\x2d\x26", [0x153b] = "\x2d\x27", [0x153c] = "\x2d\x28", - [0x153d] = "\x2d\x29", [0x153e] = "\x2d\x2a", [0x153f] = "\x2d\x2b", - [0x1540] = "\x2d\x2c", [0x1541] = "\x2d\x2d", [0x1542] = "\x2d\x2e", - [0x1543] = "\x2d\x2f", [0x1544] = "\x2d\x30", [0x1545] = "\x2d\x31", - [0x1546] = "\x2d\x32", [0x1547] = "\x2d\x33", [0x1548] = "\x2d\x34", - [0x1549] = "\x2d\x35", [0x154a] = "\x2d\x36", [0x154b] = "\x2d\x37", - [0x154c] = "\x2d\x38", [0x154d] = "\x2d\x39", [0x154e] = "\x2d\x3a", - [0x154f] = "\x2d\x3b", [0x1550] = "\x2d\x3c", [0x1551] = "\x2d\x3d", - [0x1552] = "\x2d\x3e", [0x1553] = "\x2d\x3f", [0x1554] = "\x2d\x40", - [0x1555] = "\x2d\x41", [0x1556] = "\x2d\x42", [0x1557] = "\x2d\x43", - [0x1558] = "\x2d\x44", [0x1559] = "\x2d\x45", [0x155a] = "\x2d\x46", - [0x155b] = "\x2d\x47", [0x155c] = "\x2d\x48", [0x155d] = "\x2d\x49", - [0x155e] = "\x2d\x4a", [0x155f] = "\x2d\x4b", [0x1560] = "\x2d\x4c", - [0x1561] = "\x2d\x4d", [0x1562] = "\x2d\x4e", [0x1563] = "\x2d\x4f", - [0x1564] = "\x2d\x50", [0x1565] = "\x2d\x51", [0x1566] = "\x2d\x52", - [0x1567] = "\x2d\x53", [0x1568] = "\x2d\x54", [0x1569] = "\x2d\x55", - [0x156a] = "\x2d\x56", [0x156b] = "\x2d\x57", [0x156c] = "\x2d\x58", - [0x156d] = "\x2d\x59", [0x156e] = "\x2d\x5a", [0x156f] = "\x2d\x5b", - [0x1570] = "\x2d\x5c", [0x1571] = "\x2d\x5d", [0x1572] = "\x2d\x5e", - [0x1573] = "\x2d\x5f", [0x1574] = "\x2d\x60", [0x1575] = "\x2d\x61", - [0x1576] = "\x2d\x62", [0x1577] = "\x2d\x63", [0x1578] = "\x2d\x64", - [0x1579] = "\x2d\x65", [0x157a] = "\x2d\x66", [0x157b] = "\x2d\x67", - [0x157c] = "\x2d\x68", [0x157d] = "\x2d\x69", [0x157e] = "\x2d\x6a", - [0x157f] = "\x2d\x6b", [0x1580] = "\x2d\x6c", [0x1581] = "\x2d\x6d", - [0x1582] = "\x2d\x6e", [0x1583] = "\x2d\x6f", [0x1584] = "\x2d\x70", - [0x1585] = "\x2d\x71", [0x1586] = "\x2d\x72", [0x1587] = "\x2d\x73", - [0x1588] = "\x2d\x74", [0x1589] = "\x2d\x75", [0x158a] = "\x2d\x76", - [0x158b] = "\x2d\x77", [0x158c] = "\x2d\x78", [0x158d] = "\x2d\x79", - [0x158e] = "\x2d\x7a", [0x158f] = "\x2d\x7b", [0x1590] = "\x2d\x7c", - [0x1591] = "\x2d\x7d", [0x1592] = "\x2d\x7e", [0x1593] = "\x2d\x7f", - [0x1594] = "\x2d\x80", [0x1595] = "\x2d\x81", [0x1596] = "\x2d\x82", - [0x1597] = "\x2d\x83", [0x1598] = "\x2d\x84", [0x1599] = "\x2d\x85", - [0x159a] = "\x2d\x86", [0x159b] = "\x2d\x87", [0x159c] = "\x2d\x88", - [0x159d] = "\x2d\x89", [0x159e] = "\x2d\x8a", [0x159f] = "\x2d\x8b", - [0x15a0] = "\x2d\x8c", [0x15a1] = "\x2d\x8d", [0x15a2] = "\x2d\x8e", - [0x15a3] = "\x2d\x8f", [0x15a4] = "\x2d\x90", [0x15a5] = "\x2d\x91", - [0x15a6] = "\x2d\x92", [0x15a7] = "\x2d\x93", [0x15a8] = "\x2d\x94", - [0x15a9] = "\x2d\x95", [0x15aa] = "\x2d\x96", [0x15ab] = "\x2d\x97", - [0x15ac] = "\x2d\x98", [0x15ad] = "\x2d\x99", [0x15ae] = "\x2d\x9a", - [0x15af] = "\x2d\x9b", [0x15b0] = "\x2d\x9c", [0x15b1] = "\x2d\x9d", - [0x15b2] = "\x2d\x9e", [0x15b3] = "\x2d\x9f", [0x15b4] = "\x2d\xa0", - [0x15b5] = "\x2d\xa1", [0x15b6] = "\x2d\xa2", [0x15b7] = "\x2d\xa3", - [0x15b8] = "\x2d\xa4", [0x15b9] = "\x2d\xa5", [0x15ba] = "\x2d\xa6", - [0x15bb] = "\x2d\xa7", [0x15bc] = "\x2d\xa8", [0x15bd] = "\x2d\xa9", - [0x15be] = "\x2d\xaa", [0x15bf] = "\x2d\xab", [0x15c0] = "\x2d\xac", - [0x15c1] = "\x2d\xad", [0x15c2] = "\x2d\xae", [0x15c3] = "\x2d\xaf", - [0x15c4] = "\x2d\xb0", [0x15c5] = "\x2d\xb1", [0x15c6] = "\x2d\xb2", - [0x15c7] = "\x2d\xb3", [0x15c8] = "\x2d\xb4", [0x15c9] = "\x2d\xb5", - [0x15ca] = "\x2d\xb6", [0x15cb] = "\x2d\xb7", [0x15cc] = "\x2d\xb8", - [0x15cd] = "\x2d\xb9", [0x15ce] = "\x2d\xba", [0x15cf] = "\x2d\xbb", - [0x15d0] = "\x2d\xbc", [0x15d1] = "\x2d\xbd", [0x15d2] = "\x2d\xbe", - [0x15d3] = "\x2d\xbf", [0x15d4] = "\x2d\xc0", [0x15d5] = "\x2d\xc1", - [0x15d6] = "\x2d\xc2", [0x15d7] = "\x2d\xc3", [0x15d8] = "\x2d\xc4", - [0x15d9] = "\x2d\xc5", [0x15da] = "\x2d\xc6", [0x15db] = "\x2d\xc7", - [0x15dc] = "\x2d\xc8", [0x15dd] = "\x2d\xc9", [0x15de] = "\x2d\xca", - [0x15df] = "\x2d\xcb", [0x15e0] = "\x2d\xcc", [0x15e1] = "\x2d\xcd", - [0x15e2] = "\x2d\xce", [0x15e3] = "\x2d\xcf", [0x15e4] = "\x2d\xd0", - [0x15e5] = "\x2d\xd1", [0x15e6] = "\x2d\xd2", [0x15e7] = "\x2d\xd3", - [0x15e8] = "\x2d\xd4", [0x15e9] = "\x2d\xd5", [0x15ea] = "\x2d\xd6", - [0x15eb] = "\x2d\xd7", [0x15ec] = "\x2d\xd8", [0x15ed] = "\x2d\xd9", - [0x15ee] = "\x2d\xda", [0x15ef] = "\x2d\xdb", [0x15f0] = "\x2d\xdc", - [0x15f1] = "\x2d\xdd", [0x15f2] = "\x2d\xde", [0x15f3] = "\x2d\xdf", - [0x15f4] = "\x2d\xe0", [0x15f5] = "\x2d\xe1", [0x15f6] = "\x2d\xe2", - [0x15f7] = "\x2d\xe3", [0x15f8] = "\x2d\xe4", [0x15f9] = "\x2d\xe5", - [0x15fa] = "\x2d\xe6", [0x15fb] = "\x2d\xe7", [0x15fc] = "\x2d\xe8", - [0x15fd] = "\x2d\xe9", [0x15fe] = "\x2d\xea", [0x15ff] = "\x2d\xeb", - [0x1600] = "\x2d\xec", [0x1601] = "\x2d\xed", [0x1602] = "\x2d\xee", - [0x1603] = "\x2d\xef", [0x1604] = "\x2d\xf0", [0x1605] = "\x2d\xf1", - [0x1606] = "\x2d\xf2", [0x1607] = "\x2d\xf3", [0x1608] = "\x2d\xf4", - [0x1609] = "\x2d\xf5", [0x160a] = "\x2d\xf6", [0x160b] = "\x2d\xf7", - [0x160c] = "\x2d\xf8", [0x160d] = "\x2d\xf9", [0x160e] = "\x2d\xfa", - [0x160f] = "\x2d\xfb", [0x1610] = "\x2d\xfc", [0x1611] = "\x2d\xfd", - [0x1612] = "\x2d\xfe", [0x1613] = "\x2d\xff", [0x1614] = "\x2e\x00", - [0x1615] = "\x2e\x01", [0x1616] = "\x2e\x02", [0x1617] = "\x2e\x03", - [0x1618] = "\x2e\x04", [0x1619] = "\x2e\x05", [0x161a] = "\x2e\x06", - [0x161b] = "\x2e\x07", [0x161c] = "\x2e\x08", [0x161d] = "\x2e\x09", - [0x161e] = "\x2e\x0a", [0x161f] = "\x2e\x0b", [0x1620] = "\x2e\x0c", - [0x1621] = "\x2e\x0d", [0x1622] = "\x2e\x0e", [0x1623] = "\x2e\x0f", - [0x1624] = "\x2e\x10", [0x1625] = "\x2e\x11", [0x1626] = "\x2e\x12", - [0x1627] = "\x2e\x13", [0x1628] = "\x2e\x14", [0x1629] = "\x2e\x15", - [0x162a] = "\x2e\x16", [0x162b] = "\x2e\x17", [0x162c] = "\x2e\x18", - [0x162d] = "\x2e\x19", [0x162e] = "\x2e\x1a", [0x162f] = "\x2e\x1b", - [0x1630] = "\x2e\x1c", [0x1631] = "\x2e\x1d", [0x1632] = "\x2e\x1e", - [0x1633] = "\x2e\x1f", [0x1634] = "\x2e\x20", [0x1635] = "\x2e\x21", - [0x1636] = "\x2e\x22", [0x1637] = "\x2e\x23", [0x1638] = "\x2e\x24", - [0x1639] = "\x2e\x25", [0x163a] = "\x2e\x26", [0x163b] = "\x2e\x27", - [0x163c] = "\x2e\x28", [0x163d] = "\x2e\x29", [0x163e] = "\x2e\x2a", - [0x163f] = "\x2e\x2b", [0x1640] = "\x2e\x2c", [0x1641] = "\x2e\x2d", - [0x1642] = "\x2e\x2e", [0x1643] = "\x2e\x2f", [0x1644] = "\x2e\x30", - [0x1645] = "\x2e\x31", [0x1646] = "\x2e\x32", [0x1647] = "\x2e\x33", - [0x1648] = "\x2e\x34", [0x1649] = "\x2e\x35", [0x164a] = "\x2e\x36", - [0x164b] = "\x2e\x37", [0x164c] = "\x2e\x38", [0x164d] = "\x2e\x39", - [0x164e] = "\x2e\x3a", [0x164f] = "\x2e\x3b", [0x1650] = "\x2e\x3c", - [0x1651] = "\x2e\x3d", [0x1652] = "\x2e\x3e", [0x1653] = "\x2e\x3f", - [0x1654] = "\x2e\x40", [0x1655] = "\x2e\x41", [0x1656] = "\x2e\x42", - [0x1657] = "\x2e\x43", [0x1658] = "\x2e\x44", [0x1659] = "\x2e\x45", - [0x165a] = "\x2e\x46", [0x165b] = "\x2e\x47", [0x165c] = "\x2e\x48", - [0x165d] = "\x2e\x49", [0x165e] = "\x2e\x4a", [0x165f] = "\x2e\x4b", - [0x1660] = "\x2e\x4c", [0x1661] = "\x2e\x4d", [0x1662] = "\x2e\x4e", - [0x1663] = "\x2e\x4f", [0x1664] = "\x2e\x50", [0x1665] = "\x2e\x51", - [0x1666] = "\x2e\x52", [0x1667] = "\x2e\x53", [0x1668] = "\x2e\x54", - [0x1669] = "\x2e\x55", [0x166a] = "\x2e\x56", [0x166b] = "\x2e\x57", - [0x166c] = "\x2e\x58", [0x166d] = "\x2e\x59", [0x166e] = "\x2e\x5a", - [0x166f] = "\x2e\x5b", [0x1670] = "\x2e\x5c", [0x1671] = "\x2e\x5d", - [0x1672] = "\x2e\x5e", [0x1673] = "\x2e\x5f", [0x1674] = "\x2e\x60", - [0x1675] = "\x2e\x61", [0x1676] = "\x2e\x62", [0x1677] = "\x2e\x63", - [0x1678] = "\x2e\x64", [0x1679] = "\x2e\x65", [0x167a] = "\x2e\x66", - [0x167b] = "\x2e\x67", [0x167c] = "\x2e\x68", [0x167d] = "\x2e\x69", - [0x167e] = "\x2e\x6a", [0x167f] = "\x2e\x6b", [0x1680] = "\x2e\x6c", - [0x1681] = "\x2e\x6d", [0x1682] = "\x2e\x6e", [0x1683] = "\x2e\x6f", - [0x1684] = "\x2e\x70", [0x1685] = "\x2e\x71", [0x1686] = "\x2e\x72", - [0x1687] = "\x2e\x73", [0x1688] = "\x2e\x74", [0x1689] = "\x2e\x75", - [0x168a] = "\x2e\x76", [0x168b] = "\x2e\x77", [0x168c] = "\x2e\x78", - [0x168d] = "\x2e\x79", [0x168e] = "\x2e\x7a", [0x168f] = "\x2e\x7b", - [0x1690] = "\x2e\x7c", [0x1691] = "\x2e\x7d", [0x1692] = "\x2e\x7e", - [0x1693] = "\x2e\x7f", [0x1694] = "\x2e\x80", [0x1695] = "\x2e\x81", - [0x1696] = "\x2e\x82", [0x1697] = "\x2e\x83", [0x1698] = "\x2e\x84", - [0x1699] = "\x2e\x85", [0x169a] = "\x2e\x86", [0x169b] = "\x2e\x87", - [0x169c] = "\x2e\x88", [0x169d] = "\x2e\x89", [0x169e] = "\x2e\x8a", - [0x169f] = "\x2e\x8b", [0x16a0] = "\x2e\x8c", [0x16a1] = "\x2e\x8d", - [0x16a2] = "\x2e\x8e", [0x16a3] = "\x2e\x8f", [0x16a4] = "\x2e\x90", - [0x16a5] = "\x2e\x91", [0x16a6] = "\x2e\x92", [0x16a7] = "\x2e\x93", - [0x16a8] = "\x2e\x94", [0x16a9] = "\x2e\x95", [0x16aa] = "\x2e\x96", - [0x16ab] = "\x2e\x97", [0x16ac] = "\x2e\x98", [0x16ad] = "\x2e\x99", - [0x16ae] = "\x2e\x9a", [0x16af] = "\x2e\x9b", [0x16b0] = "\x2e\x9c", - [0x16b1] = "\x2e\x9d", [0x16b2] = "\x2e\x9e", [0x16b3] = "\x2e\x9f", - [0x16b4] = "\x2e\xa0", [0x16b5] = "\x2e\xa1", [0x16b6] = "\x2e\xa2", - [0x16b7] = "\x2e\xa3", [0x16b8] = "\x2e\xa4", [0x16b9] = "\x2e\xa5", - [0x16ba] = "\x2e\xa6", [0x16bb] = "\x2e\xa7", [0x16bc] = "\x2e\xa8", - [0x16bd] = "\x2e\xa9", [0x16be] = "\x2e\xaa", [0x16bf] = "\x2e\xab", - [0x16c0] = "\x2e\xac", [0x16c1] = "\x2e\xad", [0x16c2] = "\x2e\xae", - [0x16c3] = "\x2e\xaf", [0x16c4] = "\x2e\xb0", [0x16c5] = "\x2e\xb1", - [0x16c6] = "\x2e\xb2", [0x16c7] = "\x2e\xb3", [0x16c8] = "\x2e\xb4", - [0x16c9] = "\x2e\xb5", [0x16ca] = "\x2e\xb6", [0x16cb] = "\x2e\xb7", - [0x16cc] = "\x2e\xb8", [0x16cd] = "\x2e\xb9", [0x16ce] = "\x2e\xba", - [0x16cf] = "\x2e\xbb", [0x16d0] = "\x2e\xbc", [0x16d1] = "\x2e\xbd", - [0x16d2] = "\x2e\xbe", [0x16d3] = "\x2e\xbf", [0x16d4] = "\x2e\xc0", - [0x16d5] = "\x2e\xc1", [0x16d6] = "\x2e\xc2", [0x16d7] = "\x2e\xc3", - [0x16d8] = "\x2e\xc4", [0x16d9] = "\x2e\xc5", [0x16da] = "\x2e\xc6", - [0x16db] = "\x2e\xc7", [0x16dc] = "\x2e\xc8", [0x16dd] = "\x2e\xc9", - [0x16de] = "\x2e\xca", [0x16df] = "\x2e\xcb", [0x16e0] = "\x2e\xcc", - [0x16e1] = "\x2e\xcd", [0x16e2] = "\x2e\xce", [0x16e3] = "\x2e\xcf", - [0x16e4] = "\x2e\xd0", [0x16e5] = "\x2e\xd1", [0x16e6] = "\x2e\xd2", - [0x16e7] = "\x2e\xd3", [0x16e8] = "\x2e\xd4", [0x16e9] = "\x2e\xd5", - [0x16ea] = "\x2e\xd6", [0x16eb] = "\x2e\xd7", [0x16ec] = "\x2e\xd8", - [0x16ed] = "\x2e\xd9", [0x16ee] = "\x2e\xda", [0x16ef] = "\x2e\xdb", - [0x16f0] = "\x2e\xdc", [0x16f1] = "\x2e\xdd", [0x16f2] = "\x2e\xde", - [0x16f3] = "\x2e\xdf", [0x16f4] = "\x2e\xe0", [0x16f5] = "\x2e\xe1", - [0x16f6] = "\x2e\xe2", [0x16f7] = "\x2e\xe3", [0x16f8] = "\x2e\xe4", - [0x16f9] = "\x2e\xe5", [0x16fa] = "\x2e\xe6", [0x16fb] = "\x2e\xe7", - [0x16fc] = "\x2e\xe8", [0x16fd] = "\x2e\xe9", [0x16fe] = "\x2e\xea", - [0x16ff] = "\x2e\xeb", [0x1700] = "\x2e\xec", [0x1701] = "\x2e\xed", - [0x1702] = "\x2e\xee", [0x1703] = "\x2e\xef", [0x1704] = "\x2e\xf0", - [0x1705] = "\x2e\xf1", [0x1706] = "\x2e\xf2", [0x1707] = "\x2e\xf3", - [0x1708] = "\x2e\xf4", [0x1709] = "\x2e\xf5", [0x170a] = "\x2e\xf6", - [0x170b] = "\x2e\xf7", [0x170c] = "\x2e\xf8", [0x170d] = "\x2e\xf9", - [0x170e] = "\x2e\xfa", [0x170f] = "\x2e\xfb", [0x1710] = "\x2e\xfc", - [0x1711] = "\x2e\xfd", [0x1712] = "\x2e\xfe", [0x1713] = "\x2e\xff", - [0x1714] = "\x2f\x00", [0x1715] = "\x2f\x01", [0x1716] = "\x2f\x02", - [0x1717] = "\x2f\x03", [0x1718] = "\x2f\x04", [0x1719] = "\x2f\x05", - [0x171a] = "\x2f\x06", [0x171b] = "\x2f\x07", [0x171c] = "\x2f\x08", - [0x171d] = "\x2f\x09", [0x171e] = "\x2f\x0a", [0x171f] = "\x2f\x0b", - [0x1720] = "\x2f\x0c", [0x1721] = "\x2f\x0d", [0x1722] = "\x2f\x0e", - [0x1723] = "\x2f\x0f", [0x1724] = "\x2f\x10", [0x1725] = "\x2f\x11", - [0x1726] = "\x2f\x12", [0x1727] = "\x2f\x13", [0x1728] = "\x2f\x14", - [0x1729] = "\x2f\x15", [0x172a] = "\x2f\x16", [0x172b] = "\x2f\x17", - [0x172c] = "\x2f\x18", [0x172d] = "\x2f\x19", [0x172e] = "\x2f\x1a", - [0x172f] = "\x2f\x1b", [0x1730] = "\x2f\x1c", [0x1731] = "\x2f\x1d", - [0x1732] = "\x2f\x1e", [0x1733] = "\x2f\x1f", [0x1734] = "\x2f\x20", - [0x1735] = "\x2f\x21", [0x1736] = "\x2f\x22", [0x1737] = "\x2f\x23", - [0x1738] = "\x2f\x24", [0x1739] = "\x2f\x25", [0x173a] = "\x2f\x26", - [0x173b] = "\x2f\x27", [0x173c] = "\x2f\x28", [0x173d] = "\x2f\x29", - [0x173e] = "\x2f\x2a", [0x173f] = "\x2f\x2b", [0x1740] = "\x2f\x2c", - [0x1741] = "\x2f\x2d", [0x1742] = "\x2f\x2e", [0x1743] = "\x2f\x2f", - [0x1744] = "\x2f\x30", [0x1745] = "\x2f\x31", [0x1746] = "\x2f\x32", - [0x1747] = "\x2f\x33", [0x1748] = "\x2f\x34", [0x1749] = "\x2f\x35", - [0x174a] = "\x2f\x36", [0x174b] = "\x2f\x37", [0x174c] = "\x2f\x38", - [0x174d] = "\x2f\x39", [0x174e] = "\x2f\x3a", [0x174f] = "\x2f\x3b", - [0x1750] = "\x2f\x3c", [0x1751] = "\x2f\x3d", [0x1752] = "\x2f\x3e", - [0x1753] = "\x2f\x3f", [0x1754] = "\x2f\x40", [0x1755] = "\x2f\x41", - [0x1756] = "\x2f\x42", [0x1757] = "\x2f\x43", [0x1758] = "\x2f\x44", - [0x1759] = "\x2f\x45", [0x175a] = "\x2f\x46", [0x175b] = "\x2f\x47", - [0x175c] = "\x2f\x48", [0x175d] = "\x2f\x49", [0x175e] = "\x2f\x4a", - [0x175f] = "\x2f\x4b", [0x1760] = "\x2f\x4c", [0x1761] = "\x2f\x4d", - [0x1762] = "\x2f\x4e", [0x1763] = "\x2f\x4f", [0x1764] = "\x2f\x50", - [0x1765] = "\x2f\x51", [0x1766] = "\x2f\x52", [0x1767] = "\x2f\x53", - [0x1768] = "\x2f\x54", [0x1769] = "\x2f\x55", [0x176a] = "\x2f\x56", - [0x176b] = "\x2f\x57", [0x176c] = "\x2f\x58", [0x176d] = "\x2f\x59", - [0x176e] = "\x2f\x5a", [0x176f] = "\x2f\x5b", [0x1770] = "\x2f\x5c", - [0x1771] = "\x2f\x5d", [0x1772] = "\x2f\x5e", [0x1773] = "\x2f\x5f", - [0x1774] = "\x2f\x60", [0x1775] = "\x2f\x61", [0x1776] = "\x2f\x62", - [0x1777] = "\x2f\x63", [0x1778] = "\x2f\x64", [0x1779] = "\x2f\x65", - [0x177a] = "\x2f\x66", [0x177b] = "\x2f\x67", [0x177c] = "\x2f\x68", - [0x177d] = "\x2f\x69", [0x177e] = "\x2f\x6a", [0x177f] = "\x2f\x6b", - [0x1780] = "\x2f\x6c", [0x1781] = "\x2f\x6d", [0x1782] = "\x2f\x6e", - [0x1783] = "\x2f\x6f", [0x1784] = "\x2f\x70", [0x1785] = "\x2f\x71", - [0x1786] = "\x2f\x72", [0x1787] = "\x2f\x73", [0x1788] = "\x2f\x74", - [0x1789] = "\x2f\x75", [0x178a] = "\x2f\x76", [0x178b] = "\x2f\x77", - [0x178c] = "\x2f\x78", [0x178d] = "\x2f\x79", [0x178e] = "\x2f\x7a", - [0x178f] = "\x2f\x7b", [0x1790] = "\x2f\x7c", [0x1791] = "\x2f\x7d", - [0x1792] = "\x2f\x7e", [0x1793] = "\x2f\x7f", [0x1794] = "\x2f\x80", - [0x1795] = "\x2f\x81", [0x1796] = "\x2f\x82", [0x1797] = "\x2f\x83", - [0x1798] = "\x2f\x84", [0x1799] = "\x2f\x85", [0x179a] = "\x2f\x86", - [0x179b] = "\x2f\x87", [0x179c] = "\x2f\x88", [0x179d] = "\x2f\x89", - [0x179e] = "\x2f\x8a", [0x179f] = "\x2f\x8b", [0x17a0] = "\x2f\x8c", - [0x17a1] = "\x2f\x8d", [0x17a2] = "\x2f\x8e", [0x17a3] = "\x2f\x8f", - [0x17a4] = "\x2f\x90", [0x17a5] = "\x2f\x91", [0x17a6] = "\x2f\x92", - [0x17a7] = "\x2f\x93", [0x17a8] = "\x2f\x94", [0x17a9] = "\x2f\x95", - [0x17aa] = "\x2f\x96", [0x17ab] = "\x2f\x97", [0x17ac] = "\x2f\x98", - [0x17ad] = "\x2f\x99", [0x17ae] = "\x2f\x9a", [0x17af] = "\x2f\x9b", - [0x17b0] = "\x2f\x9c", [0x17b1] = "\x2f\x9d", [0x17b2] = "\x2f\x9e", - [0x17b3] = "\x2f\x9f", [0x17b4] = "\x2f\xa0", [0x17b5] = "\x2f\xa1", - [0x17b6] = "\x2f\xa2", [0x17b7] = "\x2f\xa3", [0x17b8] = "\x2f\xa4", - [0x17b9] = "\x2f\xa5", [0x17ba] = "\x2f\xa6", [0x17bb] = "\x2f\xa7", - [0x17bc] = "\x2f\xa8", [0x17bd] = "\x2f\xa9", [0x17be] = "\x2f\xaa", - [0x17bf] = "\x2f\xab", [0x17c0] = "\x2f\xac", [0x17c1] = "\x2f\xad", - [0x17c2] = "\x2f\xae", [0x17c3] = "\x2f\xaf", [0x17c4] = "\x2f\xb0", - [0x17c5] = "\x2f\xb1", [0x17c6] = "\x2f\xb2", [0x17c7] = "\x2f\xb3", - [0x17c8] = "\x2f\xb4", [0x17c9] = "\x2f\xb5", [0x17ca] = "\x2f\xb6", - [0x17cb] = "\x2f\xb7", [0x17cc] = "\x2f\xb8", [0x17cd] = "\x2f\xb9", - [0x17ce] = "\x2f\xba", [0x17cf] = "\x2f\xbb", [0x17d0] = "\x2f\xbc", - [0x17d1] = "\x2f\xbd", [0x17d2] = "\x2f\xbe", [0x17d3] = "\x2f\xbf", - [0x17d4] = "\x2f\xc0", [0x17d5] = "\x2f\xc1", [0x17d6] = "\x2f\xc2", - [0x17d7] = "\x2f\xc3", [0x17d8] = "\x2f\xc4", [0x17d9] = "\x2f\xc5", - [0x17da] = "\x2f\xc6", [0x17db] = "\x2f\xc7", [0x17dc] = "\x2f\xc8", - [0x17dd] = "\x2f\xc9", [0x17de] = "\x2f\xca", [0x17df] = "\x2f\xcb", - [0x17e0] = "\x2f\xcc", [0x17e1] = "\x2f\xcd", [0x17e2] = "\x2f\xce", - [0x17e3] = "\x2f\xcf", [0x17e4] = "\x2f\xd0", [0x17e5] = "\x2f\xd1", - [0x17e6] = "\x2f\xd2", [0x17e7] = "\x2f\xd3", [0x17e8] = "\x2f\xd4", - [0x17e9] = "\x2f\xd5", [0x17ea] = "\x2f\xd6", [0x17eb] = "\x2f\xd7", - [0x17ec] = "\x2f\xd8", [0x17ed] = "\x2f\xd9", [0x17ee] = "\x2f\xda", - [0x17ef] = "\x2f\xdb", [0x17f0] = "\x2f\xdc", [0x17f1] = "\x2f\xdd", - [0x17f2] = "\x2f\xde", [0x17f3] = "\x2f\xdf", [0x17f4] = "\x2f\xe0", - [0x17f5] = "\x2f\xe1", [0x17f6] = "\x2f\xe2", [0x17f7] = "\x2f\xe3", - [0x17f8] = "\x2f\xe4", [0x17f9] = "\x2f\xe5", [0x17fa] = "\x2f\xe6", - [0x17fb] = "\x2f\xe7", [0x17fc] = "\x2f\xe8", [0x17fd] = "\x2f\xe9", - [0x17fe] = "\x2f\xea", [0x17ff] = "\x2f\xeb", [0x1800] = "\x2f\xec", - [0x1801] = "\x2f\xed", [0x1802] = "\x2f\xee", [0x1803] = "\x2f\xef", - [0x1804] = "\x2f\xf0", [0x1805] = "\x2f\xf1", [0x1806] = "\x2f\xf2", - [0x1807] = "\x2f\xf3", [0x1808] = "\x2f\xf4", [0x1809] = "\x2f\xf5", - [0x180a] = "\x2f\xf6", [0x180b] = "\x2f\xf7", [0x180c] = "\x2f\xf8", - [0x180d] = "\x2f\xf9", [0x180e] = "\x2f\xfa", [0x180f] = "\x2f\xfb", - [0x1810] = "\x2f\xfc", [0x1811] = "\x2f\xfd", [0x1812] = "\x2f\xfe", - [0x1813] = "\x2f\xff", [0x1814] = "\x30\x00", [0x1815] = "\x30\x01", - [0x1816] = "\x30\x02", [0x1817] = "\x30\x03", [0x1818] = "\x30\x04", - [0x1819] = "\x30\x05", [0x181a] = "\x30\x06", [0x181b] = "\x30\x07", - [0x181c] = "\x30\x08", [0x181d] = "\x30\x09", [0x181e] = "\x30\x0a", - [0x181f] = "\x30\x0b", [0x1820] = "\x30\x0c", [0x1821] = "\x30\x0d", - [0x1822] = "\x30\x0e", [0x1823] = "\x30\x0f", [0x1824] = "\x30\x10", - [0x1825] = "\x30\x11", [0x1826] = "\x30\x12", [0x1827] = "\x30\x13", - [0x1828] = "\x30\x14", [0x1829] = "\x30\x15", [0x182a] = "\x30\x16", - [0x182b] = "\x30\x17", [0x182c] = "\x30\x18", [0x182d] = "\x30\x19", - [0x182e] = "\x30\x1a", [0x182f] = "\x30\x1b", [0x1830] = "\x30\x1c", - [0x1831] = "\x30\x1d", [0x1832] = "\x30\x1e", [0x1833] = "\x30\x1f", - [0x1834] = "\x30\x20", [0x1835] = "\x30\x21", [0x1836] = "\x30\x22", - [0x1837] = "\x30\x23", [0x1838] = "\x30\x24", [0x1839] = "\x30\x25", - [0x183a] = "\x30\x26", [0x183b] = "\x30\x27", [0x183c] = "\x30\x28", - [0x183d] = "\x30\x29", [0x183e] = "\x30\x2a", [0x183f] = "\x30\x2b", - [0x1840] = "\x30\x2c", [0x1841] = "\x30\x2d", [0x1842] = "\x30\x2e", - [0x1843] = "\x30\x2f", [0x1844] = "\x30\x30", [0x1845] = "\x30\x31", - [0x1846] = "\x30\x32", [0x1847] = "\x30\x33", [0x1848] = "\x30\x34", - [0x1849] = "\x30\x35", [0x184a] = "\x30\x36", [0x184b] = "\x30\x37", - [0x184c] = "\x30\x38", [0x184d] = "\x30\x39", [0x184e] = "\x30\x3a", - [0x184f] = "\x30\x3b", [0x1850] = "\x30\x3c", [0x1851] = "\x30\x3d", - [0x1852] = "\x30\x3e", [0x1853] = "\x30\x3f", [0x1854] = "\x30\x40", - [0x1855] = "\x30\x41", [0x1856] = "\x30\x42", [0x1857] = "\x30\x43", - [0x1858] = "\x30\x44", [0x1859] = "\x30\x45", [0x185a] = "\x30\x46", - [0x185b] = "\x30\x47", [0x185c] = "\x30\x48", [0x185d] = "\x30\x49", - [0x185e] = "\x30\x4a", [0x185f] = "\x30\x4b", [0x1860] = "\x30\x4c", - [0x1861] = "\x30\x4d", [0x1862] = "\x30\x4e", [0x1863] = "\x30\x4f", - [0x1864] = "\x30\x50", [0x1865] = "\x30\x51", [0x1866] = "\x30\x52", - [0x1867] = "\x30\x53", [0x1868] = "\x30\x54", [0x1869] = "\x30\x55", - [0x186a] = "\x30\x56", [0x186b] = "\x30\x57", [0x186c] = "\x30\x58", - [0x186d] = "\x30\x59", [0x186e] = "\x30\x5a", [0x186f] = "\x30\x5b", - [0x1870] = "\x30\x5c", [0x1871] = "\x30\x5d", [0x1872] = "\x30\x5e", - [0x1873] = "\x30\x5f", [0x1874] = "\x30\x60", [0x1875] = "\x30\x61", - [0x1876] = "\x30\x62", [0x1877] = "\x30\x63", [0x1878] = "\x30\x64", - [0x1879] = "\x30\x65", [0x187a] = "\x30\x66", [0x187b] = "\x30\x67", - [0x187c] = "\x30\x68", [0x187d] = "\x30\x69", [0x187e] = "\x30\x6a", - [0x187f] = "\x30\x6b", [0x1880] = "\x30\x6c", [0x1881] = "\x30\x6d", - [0x1882] = "\x30\x6e", [0x1883] = "\x30\x6f", [0x1884] = "\x30\x70", - [0x1885] = "\x30\x71", [0x1886] = "\x30\x72", [0x1887] = "\x30\x73", - [0x1888] = "\x30\x74", [0x1889] = "\x30\x75", [0x188a] = "\x30\x76", - [0x188b] = "\x30\x77", [0x188c] = "\x30\x78", [0x188d] = "\x30\x79", - [0x188e] = "\x30\x7a", [0x188f] = "\x30\x7b", [0x1890] = "\x30\x7c", - [0x1891] = "\x30\x7d", [0x1892] = "\x30\x7e", [0x1893] = "\x30\x7f", - [0x1894] = "\x30\x80", [0x1895] = "\x30\x81", [0x1896] = "\x30\x82", - [0x1897] = "\x30\x83", [0x1898] = "\x30\x84", [0x1899] = "\x30\x85", - [0x189a] = "\x30\x86", [0x189b] = "\x30\x87", [0x189c] = "\x30\x88", - [0x189d] = "\x30\x89", [0x189e] = "\x30\x8a", [0x189f] = "\x30\x8b", - [0x18a0] = "\x30\x8c", [0x18a1] = "\x30\x8d", [0x18a2] = "\x30\x8e", - [0x18a3] = "\x30\x8f", [0x18a4] = "\x30\x90", [0x18a5] = "\x30\x91", - [0x18a6] = "\x30\x92", [0x18a7] = "\x30\x93", [0x18a8] = "\x30\x94", - [0x18a9] = "\x30\x95", [0x18aa] = "\x30\x96", [0x18ab] = "\x30\x97", - [0x18ac] = "\x30\x98", [0x18ad] = "\x30\x99", [0x18ae] = "\x30\x9a", - [0x18af] = "\x30\x9b", [0x18b0] = "\x30\x9c", [0x18b1] = "\x30\x9d", - [0x18b2] = "\x30\x9e", [0x18b3] = "\x30\x9f", [0x18b4] = "\x30\xa0", - [0x18b5] = "\x30\xa1", [0x18b6] = "\x30\xa2", [0x18b7] = "\x30\xa3", - [0x18b8] = "\x30\xa4", [0x18b9] = "\x30\xa5", [0x18ba] = "\x30\xa6", - [0x18bb] = "\x30\xa7", [0x18bc] = "\x30\xa8", [0x18bd] = "\x30\xa9", - [0x18be] = "\x30\xaa", [0x18bf] = "\x30\xab", [0x18c0] = "\x30\xac", - [0x18c1] = "\x30\xad", [0x18c2] = "\x30\xae", [0x18c3] = "\x30\xaf", - [0x18c4] = "\x30\xb0", [0x18c5] = "\x30\xb1", [0x18c6] = "\x30\xb2", - [0x18c7] = "\x30\xb3", [0x18c8] = "\x30\xb4", [0x18c9] = "\x30\xb5", - [0x18ca] = "\x30\xb6", [0x18cb] = "\x30\xb7", [0x18cc] = "\x30\xb8", - [0x18cd] = "\x30\xb9", [0x18ce] = "\x30\xba", [0x18cf] = "\x30\xbb", - [0x18d0] = "\x30\xbc", [0x18d1] = "\x30\xbd", [0x18d2] = "\x30\xbe", - [0x18d3] = "\x30\xbf", [0x18d4] = "\x30\xc0", [0x18d5] = "\x30\xc1", - [0x18d6] = "\x30\xc2", [0x18d7] = "\x30\xc3", [0x18d8] = "\x30\xc4", - [0x18d9] = "\x30\xc5", [0x18da] = "\x30\xc6", [0x18db] = "\x30\xc7", - [0x18dc] = "\x30\xc8", [0x18dd] = "\x30\xc9", [0x18de] = "\x30\xca", - [0x18df] = "\x30\xcb", [0x18e0] = "\x30\xcc", [0x18e1] = "\x30\xcd", - [0x18e2] = "\x30\xce", [0x18e3] = "\x30\xcf", [0x18e4] = "\x30\xd0", - [0x18e5] = "\x30\xd1", [0x18e6] = "\x30\xd2", [0x18e7] = "\x30\xd3", - [0x18e8] = "\x30\xd4", [0x18e9] = "\x30\xd5", [0x18ea] = "\x30\xd6", - [0x18eb] = "\x30\xd7", [0x18ec] = "\x30\xd8", [0x18ed] = "\x30\xd9", - [0x18ee] = "\x30\xda", [0x18ef] = "\x30\xdb", [0x18f0] = "\x30\xdc", - [0x18f1] = "\x30\xdd", [0x18f2] = "\x30\xde", [0x18f3] = "\x30\xdf", - [0x18f4] = "\x30\xe0", [0x18f5] = "\x30\xe1", [0x18f6] = "\x30\xe2", - [0x18f7] = "\x30\xe3", [0x18f8] = "\x30\xe4", [0x18f9] = "\x30\xe5", - [0x18fa] = "\x30\xe6", [0x18fb] = "\x30\xe7", [0x18fc] = "\x30\xe8", - [0x18fd] = "\x30\xe9", [0x18fe] = "\x30\xea", [0x18ff] = "\x30\xeb", - [0x1900] = "\x30\xec", [0x1901] = "\x30\xed", [0x1902] = "\x30\xee", - [0x1903] = "\x30\xef", [0x1904] = "\x30\xf0", [0x1905] = "\x30\xf1", - [0x1906] = "\x30\xf2", [0x1907] = "\x30\xf3", [0x1908] = "\x30\xf4", - [0x1909] = "\x30\xf5", [0x190a] = "\x30\xf6", [0x190b] = "\x30\xf7", - [0x190c] = "\x30\xf8", [0x190d] = "\x30\xf9", [0x190e] = "\x30\xfa", - [0x190f] = "\x30\xfb", [0x1910] = "\x30\xfc", [0x1911] = "\x30\xfd", - [0x1912] = "\x30\xfe", [0x1913] = "\x30\xff", [0x1914] = "\x31\x00", - [0x1915] = "\x31\x01", [0x1916] = "\x31\x02", [0x1917] = "\x31\x03", - [0x1918] = "\x31\x04", [0x1919] = "\x31\x05", [0x191a] = "\x31\x06", - [0x191b] = "\x31\x07", [0x191c] = "\x31\x08", [0x191d] = "\x31\x09", - [0x191e] = "\x31\x0a", [0x191f] = "\x31\x0b", [0x1920] = "\x31\x0c", - [0x1921] = "\x31\x0d", [0x1922] = "\x31\x0e", [0x1923] = "\x31\x0f", - [0x1924] = "\x31\x10", [0x1925] = "\x31\x11", [0x1926] = "\x31\x12", - [0x1927] = "\x31\x13", [0x1928] = "\x31\x14", [0x1929] = "\x31\x15", - [0x192a] = "\x31\x16", [0x192b] = "\x31\x17", [0x192d] = "\x31\x18", - [0x192e] = "\x31\x19", [0x192f] = "\x31\x1a", [0x1930] = "\x31\x1b", - [0x1931] = "\x31\x1c", [0x1932] = "\x31\x1d", [0x1933] = "\x31\x1e", - [0x1934] = "\x31\x1f", [0x1935] = "\x31\x20", [0x1936] = "\x31\x21", - [0x1937] = "\x31\x22", [0x1938] = "\x31\x23", [0x1939] = "\x31\x24", - [0x193a] = "\x31\x25", [0x193b] = "\x31\x26", [0x193c] = "\x31\x27", - [0x193d] = "\x31\x28", [0x193e] = "\x31\x29", [0x193f] = "\x31\x2a", - [0x1940] = "\x31\x2b", [0x1941] = "\x31\x2c", [0x1942] = "\x31\x2d", - [0x1943] = "\x31\x2e", [0x1944] = "\x31\x2f", [0x1945] = "\x31\x30", - [0x1946] = "\x31\x31", [0x1947] = "\x31\x32", [0x1948] = "\x31\x33", - [0x1949] = "\x31\x34", [0x194a] = "\x31\x35", [0x194b] = "\x31\x36", - [0x194c] = "\x31\x37", [0x194d] = "\x31\x38", [0x194e] = "\x31\x39", - [0x194f] = "\x31\x3a", [0x1950] = "\x31\x3b", [0x1951] = "\x31\x3c", - [0x1952] = "\x31\x3d", [0x1953] = "\x31\x3e", [0x1954] = "\x31\x3f", - [0x1955] = "\x31\x40", [0x1956] = "\x31\x41", [0x1957] = "\x31\x42", - [0x1958] = "\x31\x43", [0x1959] = "\x31\x44", [0x195a] = "\x31\x45", - [0x195b] = "\x31\x46", [0x195c] = "\x31\x47", [0x195d] = "\x31\x48", - [0x195e] = "\x31\x49", [0x195f] = "\x31\x4a", [0x1960] = "\x31\x4b", - [0x1961] = "\x31\x4c", [0x1962] = "\x31\x4d", [0x1963] = "\x31\x4e", - [0x1964] = "\x31\x4f", [0x1965] = "\x31\x50", [0x1966] = "\x31\x51", - [0x1967] = "\x31\x52", [0x1968] = "\x31\x53", [0x1969] = "\x31\x54", - [0x196a] = "\x31\x55", [0x196b] = "\x31\x56", [0x196c] = "\x31\x57", - [0x196d] = "\x31\x58", [0x196e] = "\x31\x59", [0x196f] = "\x31\x5a", - [0x1970] = "\x31\x5b", [0x1971] = "\x31\x5c", [0x1972] = "\x31\x5d", - [0x1973] = "\x31\x5e", [0x1974] = "\x31\x5f", [0x1975] = "\x31\x60", - [0x1976] = "\x31\x61", [0x1977] = "\x31\x62", [0x1978] = "\x31\x63", - [0x197a] = "\x31\x64", [0x197b] = "\x31\x65", [0x197c] = "\x31\x66", - [0x197d] = "\x31\x67", [0x197e] = "\x31\x68", [0x197f] = "\x31\x69", - [0x1980] = "\x31\x6a", [0x1981] = "\x31\x6b", [0x1982] = "\x31\x6c", - [0x1983] = "\x31\x6d", [0x1984] = "\x31\x6e", [0x1985] = "\x31\x6f", - [0x1986] = "\x31\x70", [0x1987] = "\x31\x71", [0x1988] = "\x31\x72", - [0x1989] = "\x31\x73", [0x198a] = "\x31\x74", [0x198b] = "\x31\x75", - [0x198c] = "\x31\x76", [0x198d] = "\x31\x77", [0x198e] = "\x31\x78", - [0x198f] = "\x31\x79", [0x1990] = "\x31\x7a", [0x1991] = "\x31\x7b", - [0x1992] = "\x31\x7c", [0x1993] = "\x31\x7d", [0x1994] = "\x31\x7e", - [0x1996] = "\x31\x7f", [0x1997] = "\x31\x80", [0x1998] = "\x31\x81", - [0x1999] = "\x31\x82", [0x199a] = "\x31\x83", [0x199b] = "\x31\x84", - [0x199c] = "\x31\x85", [0x199d] = "\x31\x86", [0x199e] = "\x31\x87", - [0x199f] = "\x31\x88", [0x19a0] = "\x31\x89", [0x19a1] = "\x31\x8a", - [0x19a2] = "\x31\x8b", [0x19a3] = "\x31\x8c", [0x19a4] = "\x31\x8d", - [0x19a5] = "\x31\x8e", [0x19a6] = "\x31\x8f", [0x19a7] = "\x31\x90", - [0x19a8] = "\x31\x91", [0x19a9] = "\x31\x92", [0x19aa] = "\x31\x93", - [0x19ab] = "\x31\x94", [0x19ac] = "\x31\x95", [0x19ad] = "\x31\x96", - [0x19ae] = "\x31\x97", [0x19af] = "\x31\x98", [0x19b0] = "\x31\x99", - [0x19b1] = "\x31\x9a", [0x19b2] = "\x31\x9b", [0x19b3] = "\x31\x9c", - [0x19b4] = "\x31\x9d", [0x19b5] = "\x31\x9e", [0x19b6] = "\x31\x9f", - [0x19b7] = "\x31\xa0", [0x19b8] = "\x31\xa1", [0x19b9] = "\x31\xa2", - [0x19ba] = "\x31\xa3", [0x19bb] = "\x31\xa4", [0x19bc] = "\x31\xa5", - [0x19bd] = "\x31\xa6", [0x19be] = "\x31\xa7", [0x19bf] = "\x31\xa8", - [0x19c0] = "\x31\xa9", [0x19c1] = "\x31\xaa", [0x19c2] = "\x31\xab", - [0x19c3] = "\x31\xac", [0x19c4] = "\x31\xad", [0x19c5] = "\x31\xae", - [0x19c6] = "\x31\xaf", [0x19c7] = "\x31\xb0", [0x19c8] = "\x31\xb1", - [0x19c9] = "\x31\xb2", [0x19ca] = "\x31\xb3", [0x19cb] = "\x31\xb4", - [0x19cc] = "\x31\xb5", [0x19cd] = "\x31\xb6", [0x19ce] = "\x31\xb7", - [0x19cf] = "\x31\xb8", [0x19d0] = "\x31\xb9", [0x19d1] = "\x31\xba", - [0x19d2] = "\x31\xbb", [0x19d3] = "\x31\xbc", [0x19d4] = "\x31\xbd", - [0x19d5] = "\x31\xbe", [0x19d6] = "\x31\xbf", [0x19d7] = "\x31\xc0", - [0x19d8] = "\x31\xc1", [0x19d9] = "\x31\xc2", [0x19da] = "\x31\xc3", - [0x19db] = "\x31\xc4", [0x19dc] = "\x31\xc5", [0x19dd] = "\x31\xc6", - [0x19de] = "\x31\xc7", [0x19df] = "\x31\xc8", [0x19e0] = "\x31\xc9", - [0x19e1] = "\x31\xca", [0x19e2] = "\x31\xcb", [0x19e3] = "\x31\xcc", - [0x19e4] = "\x31\xcd", [0x19e5] = "\x31\xce", [0x19e6] = "\x31\xcf", - [0x19e8] = "\x31\xd0", [0x19e9] = "\x31\xd1", [0x19ea] = "\x31\xd2", - [0x19eb] = "\x31\xd3", [0x19ec] = "\x31\xd4", [0x19ed] = "\x31\xd5", - [0x19ee] = "\x31\xd6", [0x19ef] = "\x31\xd7", [0x19f0] = "\x31\xd8", - [0x19f2] = "\x31\xd9", [0x19f3] = "\x31\xda", [0x19f4] = "\x31\xdb", - [0x19f5] = "\x31\xdc", [0x19f6] = "\x31\xdd", [0x19f7] = "\x31\xde", - [0x19f8] = "\x31\xdf", [0x19f9] = "\x31\xe0", [0x19fa] = "\x31\xe1", - [0x19fb] = "\x31\xe2", [0x19fc] = "\x31\xe3", [0x19fd] = "\x31\xe4", - [0x19fe] = "\x31\xe5", [0x19ff] = "\x31\xe6", [0x1a00] = "\x31\xe7", - [0x1a01] = "\x31\xe8", [0x1a02] = "\x31\xe9", [0x1a03] = "\x31\xea", - [0x1a04] = "\x31\xeb", [0x1a05] = "\x31\xec", [0x1a06] = "\x31\xed", - [0x1a07] = "\x31\xee", [0x1a08] = "\x31\xef", [0x1a09] = "\x31\xf0", - [0x1a0a] = "\x31\xf1", [0x1a0b] = "\x31\xf2", [0x1a10] = "\x31\xf3", - [0x1a12] = "\x31\xf4", [0x1a15] = "\x31\xf5", [0x1a16] = "\x31\xf6", - [0x1a17] = "\x31\xf7", [0x1a19] = "\x31\xf8", [0x1a1a] = "\x31\xf9", - [0x1a1b] = "\x31\xfa", [0x1a1c] = "\x31\xfb", [0x1a1d] = "\x31\xfc", - [0x1a1e] = "\x31\xfd", [0x1a22] = "\x31\xfe", [0x1a25] = "\x31\xff", - [0x1a26] = "\x32\x00", [0x1a2a] = "\x32\x01", [0x1a2b] = "\x32\x02", - [0x1a2c] = "\x32\x03", [0x1a2d] = "\x32\x04", [0x1a30] = "\x32\x07", - [0x1a31] = "\x32\x08", [0x1a32] = "\x32\x09", [0x1a33] = "\x32\x0a", - [0x1a34] = "\x32\x0b", [0x1a35] = "\x32\x0c", [0x1a36] = "\x32\x0d", - [0x1a37] = "\x32\x0e", [0x1a38] = "\x32\x0f", [0x1a39] = "\x32\x10", - [0x1a3a] = "\x32\x11", [0x1a3b] = "\x32\x12", [0x1a3c] = "\x32\x13", - [0x1a3d] = "\x32\x14", [0x1a3e] = "\x32\x15", [0x1a3f] = "\x32\x16", - [0x1a40] = "\x32\x17", [0x1a41] = "\x32\x18", [0x1a42] = "\x32\x19", - [0x1a43] = "\x32\x1a", [0x1a44] = "\x32\x1b", [0x1a45] = "\x32\x1c", - [0x1a46] = "\x32\x1d", [0x1a47] = "\x32\x1e", [0x1a48] = "\x32\x1f", - [0x1a49] = "\x32\x20", [0x1a4a] = "\x32\x21", [0x1a4b] = "\x32\x22", - [0x1a4c] = "\x32\x23", [0x1a4d] = "\x32\x24", [0x1a4e] = "\x32\x25", - [0x1a4f] = "\x32\x26", [0x1a50] = "\x32\x27", [0x1a51] = "\x32\x28", - [0x1a52] = "\x32\x29", [0x1a53] = "\x32\x2a", [0x1a54] = "\x32\x2b", - [0x1a55] = "\x32\x2c", [0x1a56] = "\x32\x2d", [0x1a57] = "\x32\x2e", - [0x1a58] = "\x32\x2f", [0x1a59] = "\x32\x30", [0x1a5a] = "\x32\x31", - [0x1a5b] = "\x32\x32", [0x1a5c] = "\x32\x33", [0x1a5d] = "\x32\x34", - [0x1a5e] = "\x32\x35", [0x1a5f] = "\x32\x36", [0x1a60] = "\x32\x37", - [0x1a61] = "\x32\x38", [0x1a62] = "\x32\x39", [0x1a63] = "\x32\x3a", - [0x1a64] = "\x32\x3b", [0x1a65] = "\x32\x3c", [0x1a66] = "\x32\x3d", - [0x1a67] = "\x32\x3e", [0x1a68] = "\x32\x3f", [0x1a69] = "\x32\x40", - [0x1a6a] = "\x32\x41", [0x1b00] = "\x32\xd7", [0x1b01] = "\x32\xd8", - [0x1b02] = "\x32\xd9", [0x1b03] = "\x32\xda", [0x1b04] = "\x32\xdb", - [0x1b05] = "\x32\xdc", [0x1b06] = "\x32\xdd", [0x1b13] = "\x32\xea", - [0x1b14] = "\x32\xeb", [0x1b15] = "\x32\xec", [0x1b16] = "\x32\xed", - [0x1b17] = "\x32\xee", [0x1b1d] = "\x32\xf4", [0x1b1e] = "\x32\xf5", - [0x1b1f] = "\x32\xf6", [0x1b20] = "\x32\xf7", [0x1b21] = "\x32\xf8", - [0x1b22] = "\x32\xf9", [0x1b23] = "\x32\xfa", [0x1b24] = "\x32\xfb", - [0x1b25] = "\x32\xfc", [0x1b26] = "\x32\xfd", [0x1b27] = "\x32\xfe", - [0x1b28] = "\x32\xff", [0x1b29] = "\x33\x00", [0x1b2a] = "\x33\x01", - [0x1b2b] = "\x33\x02", [0x1b2c] = "\x33\x03", [0x1b2d] = "\x33\x04", - [0x1b2e] = "\x33\x05", [0x1b2f] = "\x33\x06", [0x1b30] = "\x33\x07", - [0x1b31] = "\x33\x08", [0x1b32] = "\x33\x09", [0x1b33] = "\x33\x0a", - [0x1b34] = "\x33\x0b", [0x1b35] = "\x33\x0c", [0x1b36] = "\x33\x0d", - [0x1b38] = "\x33\x0f", [0x1b39] = "\x33\x10", [0x1b3a] = "\x33\x11", - [0x1b3b] = "\x33\x12", [0x1b3c] = "\x33\x13", [0x1b3e] = "\x33\x15", - [0x1b40] = "\x33\x17", [0x1b41] = "\x33\x18", [0x1b43] = "\x33\x1a", - [0x1b44] = "\x33\x1b", [0x1b46] = "\x33\x1d", [0x1b47] = "\x33\x1e", - [0x1b48] = "\x33\x1f", [0x1b49] = "\x33\x20", [0x1b4a] = "\x33\x21", - [0x1b4b] = "\x33\x22", [0x1b4c] = "\x33\x23", [0x1b4d] = "\x33\x24", - [0x1b4e] = "\x33\x25", [0x1b4f] = "\x33\x26", [0x1b50] = "\x33\x27", - [0x1b51] = "\x33\x28", [0x1b52] = "\x33\x29", [0x1b53] = "\x33\x2a", - [0x1b54] = "\x33\x2b", [0x1b55] = "\x33\x2c", [0x1b56] = "\x33\x2d", - [0x1b57] = "\x33\x2e", [0x1b58] = "\x33\x2f", [0x1b59] = "\x33\x30", - [0x1b5a] = "\x33\x31", [0x1b5b] = "\x33\x32", [0x1b5c] = "\x33\x33", - [0x1b5d] = "\x33\x34", [0x1b5e] = "\x33\x35", [0x1b5f] = "\x33\x36", - [0x1b60] = "\x33\x37", [0x1b61] = "\x33\x38", [0x1b62] = "\x33\x39", - [0x1b63] = "\x33\x3a", [0x1b64] = "\x33\x3b", [0x1b65] = "\x33\x3c", - [0x1b66] = "\x33\x3d", [0x1b67] = "\x33\x3e", [0x1b68] = "\x33\x3f", - [0x1b69] = "\x33\x40", [0x1b6a] = "\x33\x41", [0x1b6b] = "\x33\x42", - [0x1b6c] = "\x33\x43", [0x1b6d] = "\x33\x44", [0x1b6e] = "\x33\x45", - [0x1b6f] = "\x33\x46", [0x1b70] = "\x33\x47", [0x1b71] = "\x33\x48", - [0x1b72] = "\x33\x49", [0x1b73] = "\x33\x4a", [0x1b74] = "\x33\x4b", - [0x1b75] = "\x33\x4c", [0x1b76] = "\x33\x4d", [0x1b77] = "\x33\x4e", - [0x1b78] = "\x33\x4f", [0x1b79] = "\x33\x50", [0x1b7a] = "\x33\x51", - [0x1b7b] = "\x33\x52", [0x1b7c] = "\x33\x53", [0x1b7d] = "\x33\x54", - [0x1b7e] = "\x33\x55", [0x1b7f] = "\x33\x56", [0x1b80] = "\x33\x57", - [0x1b81] = "\x33\x58", [0x1b82] = "\x33\x59", [0x1b83] = "\x33\x5a", - [0x1b84] = "\x33\x5b", [0x1b85] = "\x33\x5c", [0x1b86] = "\x33\x5d", - [0x1b87] = "\x33\x5e", [0x1b88] = "\x33\x5f", [0x1b89] = "\x33\x60", - [0x1b8a] = "\x33\x61", [0x1b8b] = "\x33\x62", [0x1b8c] = "\x33\x63", - [0x1b8d] = "\x33\x64", [0x1b8e] = "\x33\x65", [0x1b8f] = "\x33\x66", - [0x1b90] = "\x33\x67", [0x1b91] = "\x33\x68", [0x1b92] = "\x33\x69", - [0x1b93] = "\x33\x6a", [0x1b94] = "\x33\x6b", [0x1b95] = "\x33\x6c", - [0x1b96] = "\x33\x6d", [0x1b97] = "\x33\x6e", [0x1b98] = "\x33\x6f", - [0x1b99] = "\x33\x70", [0x1b9a] = "\x33\x71", [0x1b9b] = "\x33\x72", - [0x1b9c] = "\x33\x73", [0x1b9d] = "\x33\x74", [0x1b9e] = "\x33\x75", - [0x1b9f] = "\x33\x76", [0x1ba0] = "\x33\x77", [0x1ba1] = "\x33\x78", - [0x1ba2] = "\x33\x79", [0x1ba3] = "\x33\x7a", [0x1ba4] = "\x33\x7b", - [0x1ba5] = "\x33\x7c", [0x1ba6] = "\x33\x7d", [0x1ba7] = "\x33\x7e", - [0x1ba8] = "\x33\x7f", [0x1ba9] = "\x33\x80", [0x1baa] = "\x33\x81", - [0x1bab] = "\x33\x82", [0x1bac] = "\x33\x83", [0x1bad] = "\x33\x84", - [0x1bae] = "\x33\x85", [0x1baf] = "\x33\x86", [0x1bb0] = "\x33\x87", - [0x1bb1] = "\x33\x88", [0x1bd3] = "\x33\xaa", [0x1bd4] = "\x33\xab", - [0x1bd5] = "\x33\xac", [0x1bd6] = "\x33\xad", [0x1bd7] = "\x33\xae", - [0x1bd8] = "\x33\xaf", [0x1bd9] = "\x33\xb0", [0x1bda] = "\x33\xb1", - [0x1bdb] = "\x33\xb2", [0x1bdc] = "\x33\xb3", [0x1bdd] = "\x33\xb4", - [0x1bde] = "\x33\xb5", [0x1bdf] = "\x33\xb6", [0x1be0] = "\x33\xb7", - [0x1be1] = "\x33\xb8", [0x1be2] = "\x33\xb9", [0x1be3] = "\x33\xba", - [0x1be4] = "\x33\xbb", [0x1be5] = "\x33\xbc", [0x1be6] = "\x33\xbd", - [0x1be7] = "\x33\xbe", [0x1be8] = "\x33\xbf", [0x1be9] = "\x33\xc0", - [0x1bea] = "\x33\xc1", [0x1beb] = "\x33\xc2", [0x1bec] = "\x33\xc3", - [0x1bed] = "\x33\xc4", [0x1bee] = "\x33\xc5", [0x1bef] = "\x33\xc6", - [0x1bf0] = "\x33\xc7", [0x1bf1] = "\x33\xc8", [0x1bf2] = "\x33\xc9", - [0x1bf3] = "\x33\xca", [0x1bf4] = "\x33\xcb", [0x1bf5] = "\x33\xcc", - [0x1bf6] = "\x33\xcd", [0x1bf7] = "\x33\xce", [0x1bf8] = "\x33\xcf", - [0x1bf9] = "\x33\xd0", [0x1bfa] = "\x33\xd1", [0x1bfb] = "\x33\xd2", - [0x1bfc] = "\x33\xd3", [0x1bfd] = "\x33\xd4", [0x1bfe] = "\x33\xd5", - [0x1bff] = "\x33\xd6", [0x1c00] = "\x33\xd7", [0x1c01] = "\x33\xd8", - [0x1c02] = "\x33\xd9", [0x1c03] = "\x33\xda", [0x1c04] = "\x33\xdb", - [0x1c05] = "\x33\xdc", [0x1c06] = "\x33\xdd", [0x1c07] = "\x33\xde", - [0x1c08] = "\x33\xdf", [0x1c09] = "\x33\xe0", [0x1c0a] = "\x33\xe1", - [0x1c0b] = "\x33\xe2", [0x1c0c] = "\x33\xe3", [0x1c0d] = "\x33\xe4", - [0x1c0e] = "\x33\xe5", [0x1c0f] = "\x33\xe6", [0x1c10] = "\x33\xe7", - [0x1c11] = "\x33\xe8", [0x1c12] = "\x33\xe9", [0x1c13] = "\x33\xea", - [0x1c14] = "\x33\xeb", [0x1c15] = "\x33\xec", [0x1c16] = "\x33\xed", - [0x1c17] = "\x33\xee", [0x1c18] = "\x33\xef", [0x1c19] = "\x33\xf0", - [0x1c1a] = "\x33\xf1", [0x1c1b] = "\x33\xf2", [0x1c1c] = "\x33\xf3", - [0x1c1d] = "\x33\xf4", [0x1c1e] = "\x33\xf5", [0x1c1f] = "\x33\xf6", - [0x1c20] = "\x33\xf7", [0x1c21] = "\x33\xf8", [0x1c22] = "\x33\xf9", - [0x1c23] = "\x33\xfa", [0x1c24] = "\x33\xfb", [0x1c25] = "\x33\xfc", - [0x1c26] = "\x33\xfd", [0x1c27] = "\x33\xfe", [0x1c28] = "\x33\xff", - [0x1c29] = "\x34\x00", [0x1c2a] = "\x34\x01", [0x1c2b] = "\x34\x02", - [0x1c2c] = "\x34\x03", [0x1c2d] = "\x34\x04", [0x1c2e] = "\x34\x05", - [0x1c2f] = "\x34\x06", [0x1c30] = "\x34\x07", [0x1c31] = "\x34\x08", - [0x1c32] = "\x34\x09", [0x1c33] = "\x34\x0a", [0x1c34] = "\x34\x0b", - [0x1c35] = "\x34\x0c", [0x1c36] = "\x34\x0d", [0x1c37] = "\x34\x0e", - [0x1c38] = "\x34\x0f", [0x1c39] = "\x34\x10", [0x1c3a] = "\x34\x11", - [0x1c3b] = "\x34\x12", [0x1c3c] = "\x34\x13", [0x1c3d] = "\x34\x14", - [0x1c3e] = "\x34\x15", [0x1c3f] = "\x34\x16", [0x1c40] = "\x34\x17", - [0x1c41] = "\x34\x18", [0x1c42] = "\x34\x19", [0x1c43] = "\x34\x1a", - [0x1c44] = "\x34\x1b", [0x1c45] = "\x34\x1c", [0x1c46] = "\x34\x1d", - [0x1c47] = "\x34\x1e", [0x1c48] = "\x34\x1f", [0x1c49] = "\x34\x20", - [0x1c4a] = "\x34\x21", [0x1c4b] = "\x34\x22", [0x1c4c] = "\x34\x23", - [0x1c4d] = "\x34\x24", [0x1c4e] = "\x34\x25", [0x1c4f] = "\x34\x26", - [0x1c50] = "\x34\x27", [0x1c51] = "\x34\x28", [0x1c52] = "\x34\x29", - [0x1c53] = "\x34\x2a", [0x1c54] = "\x34\x2b", [0x1c55] = "\x34\x2c", - [0x1c56] = "\x34\x2d", [0x1c57] = "\x34\x2e", [0x1c58] = "\x34\x2f", - [0x1c59] = "\x34\x30", [0x1c5a] = "\x34\x31", [0x1c5b] = "\x34\x32", - [0x1c5c] = "\x34\x33", [0x1c5d] = "\x34\x34", [0x1c5e] = "\x34\x35", - [0x1c5f] = "\x34\x36", [0x1c60] = "\x34\x37", [0x1c61] = "\x34\x38", - [0x1c62] = "\x34\x39", [0x1c63] = "\x34\x3a", [0x1c64] = "\x34\x3b", - [0x1c65] = "\x34\x3c", [0x1c66] = "\x34\x3d", [0x1c67] = "\x34\x3e", - [0x1c68] = "\x34\x3f", [0x1c69] = "\x34\x40", [0x1c6a] = "\x34\x41", - [0x1c6b] = "\x34\x42", [0x1c6c] = "\x34\x43", [0x1c6d] = "\x34\x44", - [0x1c6e] = "\x34\x45", [0x1c6f] = "\x34\x46", [0x1c70] = "\x34\x47", - [0x1c71] = "\x34\x48", [0x1c72] = "\x34\x49", [0x1c73] = "\x34\x4a", - [0x1c74] = "\x34\x4b", [0x1c75] = "\x34\x4c", [0x1c76] = "\x34\x4d", - [0x1c77] = "\x34\x4e", [0x1c78] = "\x34\x4f", [0x1c79] = "\x34\x50", - [0x1c7a] = "\x34\x51", [0x1c7b] = "\x34\x52", [0x1c7c] = "\x34\x53", - [0x1c7d] = "\x34\x54", [0x1c7e] = "\x34\x55", [0x1c7f] = "\x34\x56", - [0x1c80] = "\x34\x57", [0x1c81] = "\x34\x58", [0x1c82] = "\x34\x59", - [0x1c83] = "\x34\x5a", [0x1c84] = "\x34\x5b", [0x1c85] = "\x34\x5c", - [0x1c86] = "\x34\x5d", [0x1c87] = "\x34\x5e", [0x1c88] = "\x34\x5f", - [0x1c89] = "\x34\x60", [0x1c8a] = "\x34\x61", [0x1c8b] = "\x34\x62", - [0x1c8c] = "\x34\x63", [0x1c8d] = "\x34\x64", [0x1c8e] = "\x34\x65", - [0x1c8f] = "\x34\x66", [0x1c90] = "\x34\x67", [0x1c91] = "\x34\x68", - [0x1c92] = "\x34\x69", [0x1c93] = "\x34\x6a", [0x1c94] = "\x34\x6b", - [0x1c95] = "\x34\x6c", [0x1c96] = "\x34\x6d", [0x1c97] = "\x34\x6e", - [0x1c98] = "\x34\x6f", [0x1c99] = "\x34\x70", [0x1c9a] = "\x34\x71", - [0x1c9b] = "\x34\x72", [0x1c9c] = "\x34\x73", [0x1c9d] = "\x34\x74", - [0x1c9e] = "\x34\x75", [0x1c9f] = "\x34\x76", [0x1ca0] = "\x34\x77", - [0x1ca1] = "\x34\x78", [0x1ca2] = "\x34\x79", [0x1ca3] = "\x34\x7a", - [0x1ca4] = "\x34\x7b", [0x1ca5] = "\x34\x7c", [0x1ca6] = "\x34\x7d", - [0x1ca7] = "\x34\x7e", [0x1ca8] = "\x34\x7f", [0x1ca9] = "\x34\x80", - [0x1caa] = "\x34\x81", [0x1cab] = "\x34\x82", [0x1cac] = "\x34\x83", - [0x1cad] = "\x34\x84", [0x1cae] = "\x34\x85", [0x1caf] = "\x34\x86", - [0x1cb0] = "\x34\x87", [0x1cb1] = "\x34\x88", [0x1cb2] = "\x34\x89", - [0x1cb3] = "\x34\x8a", [0x1cb4] = "\x34\x8b", [0x1cb5] = "\x34\x8c", - [0x1cb6] = "\x34\x8d", [0x1cb7] = "\x34\x8e", [0x1cb8] = "\x34\x8f", - [0x1cb9] = "\x34\x90", [0x1cba] = "\x34\x91", [0x1cbb] = "\x34\x92", - [0x1cbc] = "\x34\x93", [0x1cbd] = "\x34\x94", [0x1cbe] = "\x34\x95", - [0x1cbf] = "\x34\x96", [0x1cc0] = "\x34\x97", [0x1cc1] = "\x34\x98", - [0x1cc2] = "\x34\x99", [0x1cc3] = "\x34\x9a", [0x1cc4] = "\x34\x9b", - [0x1cc5] = "\x34\x9c", [0x1cc6] = "\x34\x9d", [0x1cc7] = "\x34\x9e", - [0x1cc8] = "\x34\x9f", [0x1cc9] = "\x34\xa0", [0x1cca] = "\x34\xa1", - [0x1ccb] = "\x34\xa2", [0x1ccc] = "\x34\xa3", [0x1ccd] = "\x34\xa4", - [0x1cce] = "\x34\xa5", [0x1ccf] = "\x34\xa6", [0x1cd0] = "\x34\xa7", - [0x1cd1] = "\x34\xa8", [0x1cd2] = "\x34\xa9", [0x1cd3] = "\x34\xaa", - [0x1cd4] = "\x34\xab", [0x1cd5] = "\x34\xac", [0x1cd6] = "\x34\xad", - [0x1cd7] = "\x34\xae", [0x1cd8] = "\x34\xaf", [0x1cd9] = "\x34\xb0", - [0x1cda] = "\x34\xb1", [0x1cdb] = "\x34\xb2", [0x1cdc] = "\x34\xb3", - [0x1cdd] = "\x34\xb4", [0x1cde] = "\x34\xb5", [0x1cdf] = "\x34\xb6", - [0x1ce0] = "\x34\xb7", [0x1ce1] = "\x34\xb8", [0x1ce2] = "\x34\xb9", - [0x1ce3] = "\x34\xba", [0x1ce4] = "\x34\xbb", [0x1ce5] = "\x34\xbc", - [0x1ce6] = "\x34\xbd", [0x1ce7] = "\x34\xbe", [0x1ce8] = "\x34\xbf", - [0x1ce9] = "\x34\xc0", [0x1cea] = "\x34\xc1", [0x1ceb] = "\x34\xc2", - [0x1cec] = "\x34\xc3", [0x1ced] = "\x34\xc4", [0x1cee] = "\x34\xc5", - [0x1cef] = "\x34\xc6", [0x1cf0] = "\x34\xc7", [0x1cf1] = "\x34\xc8", - [0x1cf2] = "\x34\xc9", [0x1cf3] = "\x34\xca", [0x1cf4] = "\x34\xcb", - [0x1cf5] = "\x34\xcc", [0x1cf6] = "\x34\xcd", [0x1cf7] = "\x34\xce", - [0x1cf8] = "\x34\xcf", [0x1cf9] = "\x34\xd0", [0x1cfa] = "\x34\xd1", - [0x1cfb] = "\x34\xd2", [0x1cfc] = "\x34\xd3", [0x1cfd] = "\x34\xd4", - [0x1cfe] = "\x34\xd5", [0x1cff] = "\x34\xd6", [0x1d00] = "\x34\xd7", - [0x1d01] = "\x34\xd8", [0x1d02] = "\x34\xd9", [0x1d03] = "\x34\xda", - [0x1d04] = "\x34\xdb", [0x1d05] = "\x34\xdc", [0x1d06] = "\x34\xdd", - [0x1d07] = "\x34\xde", [0x1d08] = "\x34\xdf", [0x1d09] = "\x34\xe0", - [0x1d0a] = "\x34\xe1", [0x1d0b] = "\x34\xe2", [0x1d0c] = "\x34\xe3", - [0x1d0d] = "\x34\xe4", [0x1d0e] = "\x34\xe5", [0x1d0f] = "\x34\xe6", - [0x1d10] = "\x34\xe7", [0x1d11] = "\x34\xe8", [0x1d12] = "\x34\xe9", - [0x1d13] = "\x34\xea", [0x1d14] = "\x34\xeb", [0x1d15] = "\x34\xec", - [0x1d16] = "\x34\xed", [0x1d17] = "\x34\xee", [0x1d18] = "\x34\xef", - [0x1d19] = "\x34\xf0", [0x1d1a] = "\x34\xf1", [0x1d1b] = "\x34\xf2", - [0x1d1c] = "\x34\xf3", [0x1d1d] = "\x34\xf4", [0x1d1e] = "\x34\xf5", - [0x1d1f] = "\x34\xf6", [0x1d20] = "\x34\xf7", [0x1d21] = "\x34\xf8", - [0x1d22] = "\x34\xf9", [0x1d23] = "\x34\xfa", [0x1d24] = "\x34\xfb", - [0x1d25] = "\x34\xfc", [0x1d26] = "\x34\xfd", [0x1d27] = "\x34\xfe", - [0x1d28] = "\x34\xff", [0x1d29] = "\x35\x00", [0x1d2a] = "\x35\x01", - [0x1d2b] = "\x35\x02", [0x1d2c] = "\x35\x03", [0x1d2d] = "\x35\x04", - [0x1d2e] = "\x35\x05", [0x1d2f] = "\x35\x06", [0x1d30] = "\x35\x07", - [0x1d31] = "\x35\x08", [0x1d32] = "\x35\x09", [0x1d33] = "\x35\x0a", - [0x1d34] = "\x35\x0b", [0x1d35] = "\x35\x0c", [0x1d36] = "\x35\x0d", - [0x1d37] = "\x35\x0e", [0x1d38] = "\x35\x0f", [0x1d39] = "\x35\x10", - [0x1d3a] = "\x35\x11", [0x1d3b] = "\x35\x12", [0x1d3c] = "\x35\x13", - [0x1d3d] = "\x35\x14", [0x1d3e] = "\x35\x15", [0x1d3f] = "\x35\x16", - [0x1d50] = "\x35\x27", [0x1d51] = "\x35\x28", [0x1d52] = "\x35\x29", - [0x1d53] = "\x35\x2a", [0x1d54] = "\x35\x2b", [0x1d55] = "\x35\x2c", - [0x1d56] = "\x35\x2d", [0x1d57] = "\x35\x2e", [0x1d58] = "\x35\x2f", - [0x1d59] = "\x35\x30", [0x1d5a] = "\x35\x31", [0x1d5b] = "\x35\x32", - [0x1d5c] = "\x35\x33", [0x1d5d] = "\x35\x34", [0x1d5e] = "\x35\x35", - [0x1d5f] = "\x35\x36", [0x1d60] = "\x35\x37", [0x1d61] = "\x35\x38", - [0x1d62] = "\x35\x39", [0x1d63] = "\x35\x3a", [0x1d64] = "\x35\x3b", - [0x1d65] = "\x35\x3c", [0x1d66] = "\x35\x3d", [0x1d67] = "\x35\x3e", - [0x1d68] = "\x35\x3f", [0x1d69] = "\x35\x40", [0x1d6a] = "\x35\x41", - [0x1d6b] = "\x35\x42", [0x1d6c] = "\x35\x43", [0x1d6d] = "\x35\x44", - [0x1d6e] = "\x35\x45", [0x1d6f] = "\x35\x46", [0x1d70] = "\x35\x47", - [0x1d71] = "\x35\x48", [0x1d72] = "\x35\x49", [0x1d73] = "\x35\x4a", - [0x1d74] = "\x35\x4b", [0x1d75] = "\x35\x4c", [0x1d76] = "\x35\x4d", - [0x1d77] = "\x35\x4e", [0x1d78] = "\x35\x4f", [0x1d79] = "\x35\x50", - [0x1d7a] = "\x35\x51", [0x1d7b] = "\x35\x52", [0x1d7c] = "\x35\x53", - [0x1d7d] = "\x35\x54", [0x1d7e] = "\x35\x55", [0x1d7f] = "\x35\x56", - [0x1d80] = "\x35\x57", [0x1d81] = "\x35\x58", [0x1d82] = "\x35\x59", - [0x1d83] = "\x35\x5a", [0x1d84] = "\x35\x5b", [0x1d85] = "\x35\x5c", - [0x1d86] = "\x35\x5d", [0x1d87] = "\x35\x5e", [0x1d88] = "\x35\x5f", - [0x1d89] = "\x35\x60", [0x1d8a] = "\x35\x61", [0x1d8b] = "\x35\x62", - [0x1d8c] = "\x35\x63", [0x1d8d] = "\x35\x64", [0x1d8e] = "\x35\x65", - [0x1d8f] = "\x35\x66", [0x1d92] = "\x35\x69", [0x1d93] = "\x35\x6a", - [0x1d94] = "\x35\x6b", [0x1d95] = "\x35\x6c", [0x1d96] = "\x35\x6d", - [0x1d97] = "\x35\x6e", [0x1d98] = "\x35\x6f", [0x1d99] = "\x35\x70", - [0x1d9a] = "\x35\x71", [0x1d9b] = "\x35\x72", [0x1d9c] = "\x35\x73", - [0x1d9d] = "\x35\x74", [0x1d9e] = "\x35\x75", [0x1d9f] = "\x35\x76", - [0x1da0] = "\x35\x77", [0x1da1] = "\x35\x78", [0x1da2] = "\x35\x79", - [0x1da3] = "\x35\x7a", [0x1da4] = "\x35\x7b", [0x1da5] = "\x35\x7c", - [0x1da6] = "\x35\x7d", [0x1da7] = "\x35\x7e", [0x1da8] = "\x35\x7f", - [0x1da9] = "\x35\x80", [0x1daa] = "\x35\x81", [0x1dab] = "\x35\x82", - [0x1dac] = "\x35\x83", [0x1dad] = "\x35\x84", [0x1dae] = "\x35\x85", - [0x1daf] = "\x35\x86", [0x1db0] = "\x35\x87", [0x1db1] = "\x35\x88", - [0x1db2] = "\x35\x89", [0x1db3] = "\x35\x8a", [0x1db4] = "\x35\x8b", - [0x1db5] = "\x35\x8c", [0x1db6] = "\x35\x8d", [0x1db7] = "\x35\x8e", - [0x1db8] = "\x35\x8f", [0x1db9] = "\x35\x90", [0x1dba] = "\x35\x91", - [0x1dbb] = "\x35\x92", [0x1dbc] = "\x35\x93", [0x1dbd] = "\x35\x94", - [0x1dbe] = "\x35\x95", [0x1dbf] = "\x35\x96", [0x1dc0] = "\x35\x97", - [0x1dc1] = "\x35\x98", [0x1dc2] = "\x35\x99", [0x1dc3] = "\x35\x9a", - [0x1dc4] = "\x35\x9b", [0x1dc5] = "\x35\x9c", [0x1dc6] = "\x35\x9d", - [0x1dc7] = "\x35\x9e", [0x1df0] = "\x35\xc7", [0x1df1] = "\x35\xc8", - [0x1df2] = "\x35\xc9", [0x1df3] = "\x35\xca", [0x1df4] = "\x35\xcb", - [0x1df5] = "\x35\xcc", [0x1df6] = "\x35\xcd", [0x1df7] = "\x35\xce", - [0x1df8] = "\x35\xcf", [0x1df9] = "\x35\xd0", [0x1dfa] = "\x35\xd1", - [0x1dfb] = "\x35\xd2", [0x1dfc] = "\x35\xd3", [0x1e00] = "\x35\xd7", - [0x1e01] = "\x35\xd8", [0x1e02] = "\x35\xd9", [0x1e03] = "\x35\xda", - [0x1e04] = "\x35\xdb", [0x1e05] = "\x35\xdc", [0x1e06] = "\x35\xdd", - [0x1e07] = "\x35\xde", [0x1e08] = "\x35\xdf", [0x1e09] = "\x35\xe0", - [0x1e0a] = "\x35\xe1", [0x1e0b] = "\x35\xe2", [0x1e0c] = "\x35\xe3", - [0x1e0d] = "\x35\xe4", [0x1e0e] = "\x35\xe5", [0x1e0f] = "\x35\xe6", - [0x1e20] = "\x35\xf7", [0x1e21] = "\x35\xf8", [0x1e22] = "\x35\xf9", - [0x1e23] = "\x35\xfa", [0x1e32] = "\x36\x07", [0x1e45] = "\x36\x08", - [0x1e46] = "\x36\x09", [0x1e58] = "\x36\x0d", [0x1e70] = "\x36\x13", - [0x1e71] = "\x36\x14", [0x1e72] = "\x36\x15", [0x1e73] = "\x36\x16", - [0x1e74] = "\x36\x17", [0x1e76] = "\x36\x19", [0x1e77] = "\x36\x1a", - [0x1e78] = "\x36\x1b", [0x1e79] = "\x36\x1c", [0x1e7a] = "\x36\x1d", - [0x1e7b] = "\x36\x1e", [0x1e7c] = "\x36\x1f", [0x1e7d] = "\x36\x20", - [0x1e7e] = "\x36\x21", [0x1e7f] = "\x36\x22", [0x1e80] = "\x36\x23", - [0x1e81] = "\x36\x24", [0x1e82] = "\x36\x25", [0x1e83] = "\x36\x26", - [0x1e84] = "\x36\x27", [0x1e85] = "\x36\x28", [0x1e86] = "\x36\x29", - [0x1e87] = "\x36\x2a", [0x1e88] = "\x36\x2b", [0x1e89] = "\x36\x2c", - [0x1e8a] = "\x36\x2d", [0x1e8b] = "\x36\x2e", [0x1e8c] = "\x36\x2f", - [0x1e8d] = "\x36\x30", [0x1e8e] = "\x36\x31", [0x1e8f] = "\x36\x32", - [0x1e90] = "\x36\x33", [0x1e91] = "\x36\x34", [0x1e92] = "\x36\x35", - [0x1e93] = "\x36\x36", [0x1e94] = "\x36\x37", [0x1e95] = "\x36\x38", - [0x1e96] = "\x36\x39", [0x1e97] = "\x36\x3a", [0x1e98] = "\x36\x3b", - [0x1e99] = "\x36\x3c", [0x1e9a] = "\x36\x3d", [0x1e9b] = "\x36\x3e", - [0x1e9c] = "\x36\x3f", [0x1e9d] = "\x36\x40", [0x1e9e] = "\x36\x41", - [0x1e9f] = "\x36\x42", [0x1ea0] = "\x36\x43", [0x1ea1] = "\x36\x44", - [0x1ea2] = "\x36\x45", [0x1ea3] = "\x36\x46", [0x1ea4] = "\x36\x47", - [0x1ea5] = "\x36\x48", [0x1ea6] = "\x36\x49", [0x1ea7] = "\x36\x4a", - [0x1ea8] = "\x36\x4b", [0x1ea9] = "\x36\x4c", [0x1eaa] = "\x36\x4d", - [0x1eab] = "\x36\x4e", [0x1eac] = "\x36\x4f", [0x1ead] = "\x36\x50", - [0x1eae] = "\x36\x51", [0x1eaf] = "\x36\x52", [0x1eb0] = "\x36\x53", - [0x1eb1] = "\x36\x54", [0x1eb2] = "\x36\x55", [0x1eb3] = "\x36\x56", - [0x1eb4] = "\x36\x57", [0x1eb5] = "\x36\x58", [0x1eb6] = "\x36\x59", - [0x1eb7] = "\x36\x5a", [0x1eb8] = "\x36\x5b", [0x1eb9] = "\x36\x5c", - [0x1eba] = "\x36\x5d", [0x1ebb] = "\x36\x5e", [0x1ebc] = "\x36\x5f", - [0x1ebd] = "\x36\x60", [0x1ebe] = "\x36\x61", [0x1ebf] = "\x36\x62", - [0x1ec0] = "\x36\x63", [0x1ec1] = "\x36\x64", [0x1ec2] = "\x36\x65", - [0x1ec3] = "\x36\x66", [0x1ec4] = "\x36\x67", [0x1ec5] = "\x36\x68", - [0x1ec6] = "\x36\x69", [0x1ec7] = "\x36\x6a", [0x1ec8] = "\x36\x6b", - [0x1ec9] = "\x36\x6c", [0x1eca] = "\x36\x6d", [0x1ecb] = "\x36\x6e", - [0x1ecc] = "\x36\x6f", [0x1ecd] = "\x36\x70", [0x1ece] = "\x36\x71", - [0x1ecf] = "\x36\x72", [0x1ed0] = "\x36\x73", [0x1ed1] = "\x36\x74", - [0x1ed2] = "\x36\x75", [0x1ed3] = "\x36\x76", [0x1ed4] = "\x36\x77", - [0x1ed5] = "\x36\x78", [0x1ed6] = "\x36\x79", [0x1ed7] = "\x36\x7a", - [0x1ed8] = "\x36\x7b", [0x1ed9] = "\x36\x7c", [0x1eda] = "\x36\x7d", - [0x1edb] = "\x36\x7e", [0x1edc] = "\x36\x7f", [0x1edd] = "\x36\x80", - [0x1ede] = "\x36\x81", [0x1edf] = "\x36\x82", [0x1ee0] = "\x36\x83", - [0x1ee1] = "\x36\x84", [0x1ee2] = "\x36\x85", [0x1ee3] = "\x36\x86", - [0x1ee4] = "\x36\x87", [0x1ee5] = "\x36\x88", [0x1ee6] = "\x36\x89", - [0x1ee7] = "\x36\x8a", [0x1ee8] = "\x36\x8b", [0x1ee9] = "\x36\x8c", - [0x1eea] = "\x36\x8d", [0x1eeb] = "\x36\x8e", [0x1eec] = "\x36\x8f", - [0x1eed] = "\x36\x90", [0x1eee] = "\x36\x91", [0x1eef] = "\x36\x92", - [0x1ef0] = "\x36\x93", [0x1ef1] = "\x36\x94", [0x1ef2] = "\x36\x95", - [0x1ef3] = "\x36\x96", [0x1ef4] = "\x36\x97", [0x1ef5] = "\x36\x98", - [0x1ef6] = "\x36\x99", [0x1ef7] = "\x36\x9a", [0x1ef8] = "\x36\x9b", - [0x1ef9] = "\x36\x9c", [0x1efa] = "\x36\x9d", [0x1efb] = "\x36\x9e", - [0x1efc] = "\x36\x9f", [0x1eff] = "\x36\xa2", [0x1f5f] = "\x36\xa4", - [0x1f60] = "\x36\xa5", [0x1f61] = "\x36\xa6", [0x1f62] = "\x36\xa7", - [0x1f63] = "\x36\xa8", [0x1f64] = "\x36\xa9", [0x1f65] = "\x36\xaa", - [0x1f66] = "\x36\xab", [0x1f67] = "\x36\xac", [0x1f68] = "\x36\xad", - [0x1f69] = "\x36\xae", [0x1f6a] = "\x36\xaf", [0x1f6b] = "\x36\xb0", - [0x1f6c] = "\x36\xb1", [0x1f6d] = "\x36\xb2", [0x1f6e] = "\x36\xb3", - [0x1f6f] = "\x36\xb4", [0x1f70] = "\x36\xb5", [0x1f71] = "\x36\xb6", - [0x1f72] = "\x36\xb7", [0x1f73] = "\x36\xb8", [0x1f74] = "\x36\xb9", - [0x1f75] = "\x36\xba", [0x1f76] = "\x36\xbb", [0x1f77] = "\x36\xbc", - [0x1f78] = "\x36\xbd", [0x1f79] = "\x36\xbe", [0x1f7a] = "\x36\xbf", - [0x1f7b] = "\x36\xc0", [0x1f7c] = "\x36\xc1", [0x1f7d] = "\x36\xc2", - [0x1f7e] = "\x36\xc3", [0x1f7f] = "\x36\xc4", [0x1f80] = "\x36\xc5", - [0x1f81] = "\x36\xc6", [0x1f82] = "\x36\xc7", [0x1f83] = "\x36\xc8", - [0x1f84] = "\x36\xc9", [0x1f85] = "\x36\xca", [0x1f86] = "\x36\xcb", - [0x1f87] = "\x36\xcc", [0x1f88] = "\x36\xcd", [0x1f89] = "\x36\xce", - [0x1f8a] = "\x36\xcf", [0x1f8b] = "\x36\xd0", [0x1f8c] = "\x36\xd1", - [0x1f8d] = "\x36\xd2", [0x1f8e] = "\x36\xd3", [0x1f8f] = "\x36\xd4", - [0x1f90] = "\x36\xd5", [0x1f91] = "\x36\xd6", [0x1f92] = "\x36\xd7", - [0x1f93] = "\x36\xd8", [0x1f94] = "\x36\xd9", [0x1f95] = "\x36\xda", - [0x1f96] = "\x36\xdb", [0x1f97] = "\x36\xdc", [0x1f98] = "\x36\xdd", - [0x1f99] = "\x36\xde", [0x1f9a] = "\x36\xdf", [0x1f9b] = "\x36\xe0", - [0x1f9c] = "\x36\xe1", [0x1f9d] = "\x36\xe2", [0x1f9e] = "\x36\xe3", - [0x1f9f] = "\x36\xe4", [0x1fa0] = "\x36\xe5", [0x1fa1] = "\x36\xe6", - [0x1fa2] = "\x36\xe7", [0x1fa3] = "\x36\xe8", [0x1fa4] = "\x36\xe9", - [0x1fa5] = "\x36\xea", [0x1fa6] = "\x36\xeb", [0x1fa7] = "\x36\xec", - [0x1fa8] = "\x36\xed", [0x1fa9] = "\x36\xee", [0x1faa] = "\x36\xef", - [0x1fab] = "\x36\xf0", [0x1fac] = "\x36\xf1", [0x1fad] = "\x36\xf2", - [0x1fae] = "\x36\xf3", [0x1faf] = "\x36\xf4", [0x1fb0] = "\x36\xf5", - [0x1fb1] = "\x36\xf6", [0x1fb2] = "\x36\xf7", [0x1fb3] = "\x36\xf8", - [0x1fb4] = "\x36\xf9", [0x1fb5] = "\x36\xfa", [0x1fb6] = "\x36\xfb", - [0x1fb7] = "\x36\xfc", [0x1fb8] = "\x36\xfd", [0x1fb9] = "\x36\xfe", - [0x1fba] = "\x36\xff", [0x1fbb] = "\x37\x00", [0x1fbc] = "\x37\x01", - [0x1fbd] = "\x37\x02", [0x1fbe] = "\x37\x03", [0x1fc2] = "\x37\x07", - [0x1fc3] = "\x37\x08", [0x1fc4] = "\x37\x09", [0x1fc5] = "\x37\x0a", - [0x1fc6] = "\x37\x0b", [0x1fc7] = "\x37\x0c", [0x1fca] = "\x37\x0f", - [0x1fcb] = "\x37\x10", [0x1fcc] = "\x37\x11", [0x1fcd] = "\x37\x12", - [0x1fce] = "\x37\x13", [0x1fcf] = "\x37\x14", [0x1fd2] = "\x37\x17", - [0x1fd3] = "\x37\x18", [0x1fd4] = "\x37\x19", [0x1fd5] = "\x37\x1a", - [0x1fd6] = "\x37\x1b", [0x1fd7] = "\x37\x1c", [0x1fda] = "\x37\x1f", - [0x1fdb] = "\x37\x20", [0x1fdc] = "\x37\x21", [0x1fe6] = "\x37\x25", - [0x1fe8] = "\x37\x27", [0x1fe9] = "\x37\x28", [0x1fea] = "\x37\x29", - [0x1feb] = "\x37\x2a", [0x1fec] = "\x37\x2b", [0x1fed] = "\x37\x2c", - [0x1fee] = "\x37\x2d", [0x1ff9] = "\x37\x38", [0x1ffa] = "\x37\x39", - [0x1ffb] = "\x37\x3a", [0x1ffc] = "\x37\x3b", [0x1ffd] = "\x37\x3c", - [0x04c6] = "\xa1\x40", [0x04c7] = "\xa1\x41", [0x04c8] = "\xa1\x42", - [0x04c9] = "\xa1\x43", [0x04ca] = "\xa1\x44", [0x04cb] = "\xa1\x45", - [0x04cc] = "\xa1\x46", [0x04cd] = "\xa1\x47", [0x04ce] = "\xa1\x48", - [0x04cf] = "\xa1\x49", [0x04d0] = "\xa1\x4a", [0x04d1] = "\xa1\x4b", - [0x04d2] = "\xa1\x4c", [0x04d3] = "\xa1\x4d", [0x04d4] = "\xa1\x4e", - [0x04d5] = "\xa1\x4f", [0x04d6] = "\xa1\x50", [0x04d7] = "\xa1\x51", - [0x04d8] = "\xa1\x52", [0x04d9] = "\xa1\x53", [0x04da] = "\xa1\x54", - [0x04db] = "\xa1\x55", [0x04dc] = "\xa1\x56", [0x04dd] = "\xa1\x57", - [0x04de] = "\xa1\x58", [0x04df] = "\xa1\x59", [0x04e0] = "\xa1\x5a", - [0x04e1] = "\xa1\x5b", [0x04e2] = "\xa1\x5c", [0x04e3] = "\xa1\x5d", - [0x04e4] = "\xa1\x5e", [0x04e5] = "\xa1\x5f", [0x04e6] = "\xa1\x60", - [0x04e7] = "\xa1\x61", [0x04e8] = "\xa1\x62", [0x04e9] = "\xa1\x63", - [0x04ea] = "\xa1\x64", [0x04eb] = "\xa1\x65", [0x04ec] = "\xa1\x66", - [0x04ed] = "\xa1\x67", [0x04ee] = "\xa1\x68", [0x04ef] = "\xa1\x69", - [0x04f0] = "\xa1\x6a", [0x04f1] = "\xa1\x6b", [0x04f2] = "\xa1\x6c", - [0x04f3] = "\xa1\x6d", [0x04f4] = "\xa1\x6e", [0x04f5] = "\xa1\x6f", - [0x04f6] = "\xa1\x70", [0x04f7] = "\xa1\x71", [0x04f8] = "\xa1\x72", - [0x04f9] = "\xa1\x73", [0x04fa] = "\xa1\x74", [0x04fb] = "\xa1\x75", - [0x04fc] = "\xa1\x76", [0x04fd] = "\xa1\x77", [0x04fe] = "\xa1\x78", - [0x04ff] = "\xa1\x79", [0x0500] = "\xa1\x7a", [0x0501] = "\xa1\x7b", - [0x0502] = "\xa1\x7c", [0x0503] = "\xa1\x7d", [0x0504] = "\xa1\x7e", - [0x0505] = "\xa1\x80", [0x0506] = "\xa1\x81", [0x0507] = "\xa1\x82", - [0x0508] = "\xa1\x83", [0x0509] = "\xa1\x84", [0x050a] = "\xa1\x85", - [0x050b] = "\xa1\x86", [0x050c] = "\xa1\x87", [0x050d] = "\xa1\x88", - [0x050e] = "\xa1\x89", [0x050f] = "\xa1\x8a", [0x0510] = "\xa1\x8b", - [0x0511] = "\xa1\x8c", [0x0512] = "\xa1\x8d", [0x0513] = "\xa1\x8e", - [0x0514] = "\xa1\x8f", [0x0515] = "\xa1\x90", [0x0516] = "\xa1\x91", - [0x0517] = "\xa1\x92", [0x0518] = "\xa1\x93", [0x0519] = "\xa1\x94", - [0x051a] = "\xa1\x95", [0x051b] = "\xa1\x96", [0x051c] = "\xa1\x97", - [0x051d] = "\xa1\x98", [0x051e] = "\xa1\x99", [0x051f] = "\xa1\x9a", - [0x0520] = "\xa1\x9b", [0x0521] = "\xa1\x9c", [0x0522] = "\xa1\x9d", - [0x0523] = "\xa1\x9e", [0x0524] = "\xa1\x9f", [0x0525] = "\xa1\xa0", - [0x1f5e] = "\xa1\xab", [0x1f04] = "\xa1\xe7", [0x1fe0] = "\xa1\xe9", - [0x1fe1] = "\xa1\xea", [0x0526] = "\xa2\x40", [0x0527] = "\xa2\x41", - [0x0528] = "\xa2\x42", [0x0529] = "\xa2\x43", [0x052a] = "\xa2\x44", - [0x052b] = "\xa2\x45", [0x052c] = "\xa2\x46", [0x052d] = "\xa2\x47", - [0x052e] = "\xa2\x48", [0x052f] = "\xa2\x49", [0x0530] = "\xa2\x4a", - [0x0531] = "\xa2\x4b", [0x0532] = "\xa2\x4c", [0x0533] = "\xa2\x4d", - [0x0534] = "\xa2\x4e", [0x0535] = "\xa2\x4f", [0x0536] = "\xa2\x50", - [0x0537] = "\xa2\x51", [0x0538] = "\xa2\x52", [0x0539] = "\xa2\x53", - [0x053a] = "\xa2\x54", [0x053b] = "\xa2\x55", [0x053c] = "\xa2\x56", - [0x053d] = "\xa2\x57", [0x053e] = "\xa2\x58", [0x053f] = "\xa2\x59", - [0x0540] = "\xa2\x5a", [0x0541] = "\xa2\x5b", [0x0542] = "\xa2\x5c", - [0x0543] = "\xa2\x5d", [0x0544] = "\xa2\x5e", [0x0545] = "\xa2\x5f", - [0x0546] = "\xa2\x60", [0x0547] = "\xa2\x61", [0x0548] = "\xa2\x62", - [0x0549] = "\xa2\x63", [0x054a] = "\xa2\x64", [0x054b] = "\xa2\x65", - [0x054c] = "\xa2\x66", [0x054d] = "\xa2\x67", [0x054e] = "\xa2\x68", - [0x054f] = "\xa2\x69", [0x0550] = "\xa2\x6a", [0x0551] = "\xa2\x6b", - [0x0552] = "\xa2\x6c", [0x0553] = "\xa2\x6d", [0x0554] = "\xa2\x6e", - [0x0555] = "\xa2\x6f", [0x0556] = "\xa2\x70", [0x0557] = "\xa2\x71", - [0x0558] = "\xa2\x72", [0x0559] = "\xa2\x73", [0x055a] = "\xa2\x74", - [0x055b] = "\xa2\x75", [0x055c] = "\xa2\x76", [0x055d] = "\xa2\x77", - [0x055e] = "\xa2\x78", [0x055f] = "\xa2\x79", [0x0560] = "\xa2\x7a", - [0x0561] = "\xa2\x7b", [0x0562] = "\xa2\x7c", [0x0563] = "\xa2\x7d", - [0x0564] = "\xa2\x7e", [0x0565] = "\xa2\x80", [0x0566] = "\xa2\x81", - [0x0567] = "\xa2\x82", [0x0568] = "\xa2\x83", [0x0569] = "\xa2\x84", - [0x056a] = "\xa2\x85", [0x056b] = "\xa2\x86", [0x056c] = "\xa2\x87", - [0x056d] = "\xa2\x88", [0x056e] = "\xa2\x89", [0x056f] = "\xa2\x8a", - [0x0570] = "\xa2\x8b", [0x0571] = "\xa2\x8c", [0x0572] = "\xa2\x8d", - [0x0573] = "\xa2\x8e", [0x0574] = "\xa2\x8f", [0x0575] = "\xa2\x90", - [0x0576] = "\xa2\x91", [0x0577] = "\xa2\x92", [0x0578] = "\xa2\x93", - [0x0579] = "\xa2\x94", [0x057a] = "\xa2\x95", [0x057b] = "\xa2\x96", - [0x057c] = "\xa2\x97", [0x057d] = "\xa2\x98", [0x057e] = "\xa2\x99", - [0x057f] = "\xa2\x9a", [0x0580] = "\xa2\x9b", [0x0581] = "\xa2\x9c", - [0x0582] = "\xa2\x9d", [0x0583] = "\xa2\x9e", [0x0584] = "\xa2\x9f", - [0x0585] = "\xa2\xa0", [0x0766] = "\xa2\xab", [0x0767] = "\xa2\xac", - [0x0768] = "\xa2\xad", [0x0769] = "\xa2\xae", [0x076a] = "\xa2\xaf", - [0x076b] = "\xa2\xb0", [0x076d] = "\xa2\xe4", [0x076e] = "\xa2\xef", - [0x076f] = "\xa2\xf0", [0x0770] = "\xa2\xfd", [0x0771] = "\xa2\xfe", - [0x0586] = "\xa3\x40", [0x0587] = "\xa3\x41", [0x0588] = "\xa3\x42", - [0x0589] = "\xa3\x43", [0x058a] = "\xa3\x44", [0x058b] = "\xa3\x45", - [0x058c] = "\xa3\x46", [0x058d] = "\xa3\x47", [0x058e] = "\xa3\x48", - [0x058f] = "\xa3\x49", [0x0590] = "\xa3\x4a", [0x0591] = "\xa3\x4b", - [0x0592] = "\xa3\x4c", [0x0593] = "\xa3\x4d", [0x0594] = "\xa3\x4e", - [0x0595] = "\xa3\x4f", [0x0596] = "\xa3\x50", [0x0597] = "\xa3\x51", - [0x0598] = "\xa3\x52", [0x0599] = "\xa3\x53", [0x059a] = "\xa3\x54", - [0x059b] = "\xa3\x55", [0x059c] = "\xa3\x56", [0x059d] = "\xa3\x57", - [0x059e] = "\xa3\x58", [0x059f] = "\xa3\x59", [0x05a0] = "\xa3\x5a", - [0x05a1] = "\xa3\x5b", [0x05a2] = "\xa3\x5c", [0x05a3] = "\xa3\x5d", - [0x05a4] = "\xa3\x5e", [0x05a5] = "\xa3\x5f", [0x05a6] = "\xa3\x60", - [0x05a7] = "\xa3\x61", [0x05a8] = "\xa3\x62", [0x05a9] = "\xa3\x63", - [0x05aa] = "\xa3\x64", [0x05ab] = "\xa3\x65", [0x05ac] = "\xa3\x66", - [0x05ad] = "\xa3\x67", [0x05ae] = "\xa3\x68", [0x05af] = "\xa3\x69", - [0x05b0] = "\xa3\x6a", [0x05b1] = "\xa3\x6b", [0x05b2] = "\xa3\x6c", - [0x05b3] = "\xa3\x6d", [0x05b4] = "\xa3\x6e", [0x05b5] = "\xa3\x6f", - [0x05b6] = "\xa3\x70", [0x05b7] = "\xa3\x71", [0x05b8] = "\xa3\x72", - [0x05b9] = "\xa3\x73", [0x05ba] = "\xa3\x74", [0x05bb] = "\xa3\x75", - [0x05bc] = "\xa3\x76", [0x05bd] = "\xa3\x77", [0x05be] = "\xa3\x78", - [0x05bf] = "\xa3\x79", [0x05c0] = "\xa3\x7a", [0x05c1] = "\xa3\x7b", - [0x05c2] = "\xa3\x7c", [0x05c3] = "\xa3\x7d", [0x05c4] = "\xa3\x7e", - [0x05c5] = "\xa3\x80", [0x05c6] = "\xa3\x81", [0x05c7] = "\xa3\x82", - [0x05c8] = "\xa3\x83", [0x05c9] = "\xa3\x84", [0x05ca] = "\xa3\x85", - [0x05cb] = "\xa3\x86", [0x05cc] = "\xa3\x87", [0x05cd] = "\xa3\x88", - [0x05ce] = "\xa3\x89", [0x05cf] = "\xa3\x8a", [0x05d0] = "\xa3\x8b", - [0x05d1] = "\xa3\x8c", [0x05d2] = "\xa3\x8d", [0x05d3] = "\xa3\x8e", - [0x05d4] = "\xa3\x8f", [0x05d5] = "\xa3\x90", [0x05d6] = "\xa3\x91", - [0x05d7] = "\xa3\x92", [0x05d8] = "\xa3\x93", [0x05d9] = "\xa3\x94", - [0x05da] = "\xa3\x95", [0x05db] = "\xa3\x96", [0x05dc] = "\xa3\x97", - [0x05dd] = "\xa3\x98", [0x05de] = "\xa3\x99", [0x05df] = "\xa3\x9a", - [0x05e0] = "\xa3\x9b", [0x05e1] = "\xa3\x9c", [0x05e2] = "\xa3\x9d", - [0x05e3] = "\xa3\x9e", [0x05e4] = "\xa3\x9f", [0x05e5] = "\xa3\xa0", - [0x1f01] = "\xa3\xa1", [0x1f02] = "\xa3\xa2", [0x1f03] = "\xa3\xa3", - [0x1fe5] = "\xa3\xa4", [0x1f05] = "\xa3\xa5", [0x1f06] = "\xa3\xa6", - [0x1f07] = "\xa3\xa7", [0x1f08] = "\xa3\xa8", [0x1f09] = "\xa3\xa9", - [0x1f0a] = "\xa3\xaa", [0x1f0b] = "\xa3\xab", [0x1f0c] = "\xa3\xac", - [0x1f0d] = "\xa3\xad", [0x1f0e] = "\xa3\xae", [0x1f0f] = "\xa3\xaf", - [0x1f10] = "\xa3\xb0", [0x1f11] = "\xa3\xb1", [0x1f12] = "\xa3\xb2", - [0x1f13] = "\xa3\xb3", [0x1f14] = "\xa3\xb4", [0x1f15] = "\xa3\xb5", - [0x1f16] = "\xa3\xb6", [0x1f17] = "\xa3\xb7", [0x1f18] = "\xa3\xb8", - [0x1f19] = "\xa3\xb9", [0x1f1a] = "\xa3\xba", [0x1f1b] = "\xa3\xbb", - [0x1f1c] = "\xa3\xbc", [0x1f1d] = "\xa3\xbd", [0x1f1e] = "\xa3\xbe", - [0x1f1f] = "\xa3\xbf", [0x1f20] = "\xa3\xc0", [0x1f21] = "\xa3\xc1", - [0x1f22] = "\xa3\xc2", [0x1f23] = "\xa3\xc3", [0x1f24] = "\xa3\xc4", - [0x1f25] = "\xa3\xc5", [0x1f26] = "\xa3\xc6", [0x1f27] = "\xa3\xc7", - [0x1f28] = "\xa3\xc8", [0x1f29] = "\xa3\xc9", [0x1f2a] = "\xa3\xca", - [0x1f2b] = "\xa3\xcb", [0x1f2c] = "\xa3\xcc", [0x1f2d] = "\xa3\xcd", - [0x1f2e] = "\xa3\xce", [0x1f2f] = "\xa3\xcf", [0x1f30] = "\xa3\xd0", - [0x1f31] = "\xa3\xd1", [0x1f32] = "\xa3\xd2", [0x1f33] = "\xa3\xd3", - [0x1f34] = "\xa3\xd4", [0x1f35] = "\xa3\xd5", [0x1f36] = "\xa3\xd6", - [0x1f37] = "\xa3\xd7", [0x1f38] = "\xa3\xd8", [0x1f39] = "\xa3\xd9", - [0x1f3a] = "\xa3\xda", [0x1f3b] = "\xa3\xdb", [0x1f3c] = "\xa3\xdc", - [0x1f3d] = "\xa3\xdd", [0x1f3e] = "\xa3\xde", [0x1f3f] = "\xa3\xdf", - [0x1f40] = "\xa3\xe0", [0x1f41] = "\xa3\xe1", [0x1f42] = "\xa3\xe2", - [0x1f43] = "\xa3\xe3", [0x1f44] = "\xa3\xe4", [0x1f45] = "\xa3\xe5", - [0x1f46] = "\xa3\xe6", [0x1f47] = "\xa3\xe7", [0x1f48] = "\xa3\xe8", - [0x1f49] = "\xa3\xe9", [0x1f4a] = "\xa3\xea", [0x1f4b] = "\xa3\xeb", - [0x1f4c] = "\xa3\xec", [0x1f4d] = "\xa3\xed", [0x1f4e] = "\xa3\xee", - [0x1f4f] = "\xa3\xef", [0x1f50] = "\xa3\xf0", [0x1f51] = "\xa3\xf1", - [0x1f52] = "\xa3\xf2", [0x1f53] = "\xa3\xf3", [0x1f54] = "\xa3\xf4", - [0x1f55] = "\xa3\xf5", [0x1f56] = "\xa3\xf6", [0x1f57] = "\xa3\xf7", - [0x1f58] = "\xa3\xf8", [0x1f59] = "\xa3\xf9", [0x1f5a] = "\xa3\xfa", - [0x1f5b] = "\xa3\xfb", [0x1f5c] = "\xa3\xfc", [0x1f5d] = "\xa3\xfd", - [0x1fe3] = "\xa3\xfe", [0x05e6] = "\xa4\x40", [0x05e7] = "\xa4\x41", - [0x05e8] = "\xa4\x42", [0x05e9] = "\xa4\x43", [0x05ea] = "\xa4\x44", - [0x05eb] = "\xa4\x45", [0x05ec] = "\xa4\x46", [0x05ed] = "\xa4\x47", - [0x05ee] = "\xa4\x48", [0x05ef] = "\xa4\x49", [0x05f0] = "\xa4\x4a", - [0x05f1] = "\xa4\x4b", [0x05f2] = "\xa4\x4c", [0x05f3] = "\xa4\x4d", - [0x05f4] = "\xa4\x4e", [0x05f5] = "\xa4\x4f", [0x05f6] = "\xa4\x50", - [0x05f7] = "\xa4\x51", [0x05f8] = "\xa4\x52", [0x05f9] = "\xa4\x53", - [0x05fa] = "\xa4\x54", [0x05fb] = "\xa4\x55", [0x05fc] = "\xa4\x56", - [0x05fd] = "\xa4\x57", [0x05fe] = "\xa4\x58", [0x05ff] = "\xa4\x59", - [0x0600] = "\xa4\x5a", [0x0601] = "\xa4\x5b", [0x0602] = "\xa4\x5c", - [0x0603] = "\xa4\x5d", [0x0604] = "\xa4\x5e", [0x0605] = "\xa4\x5f", - [0x0606] = "\xa4\x60", [0x0607] = "\xa4\x61", [0x0608] = "\xa4\x62", - [0x0609] = "\xa4\x63", [0x060a] = "\xa4\x64", [0x060b] = "\xa4\x65", - [0x060c] = "\xa4\x66", [0x060d] = "\xa4\x67", [0x060e] = "\xa4\x68", - [0x060f] = "\xa4\x69", [0x0610] = "\xa4\x6a", [0x0611] = "\xa4\x6b", - [0x0612] = "\xa4\x6c", [0x0613] = "\xa4\x6d", [0x0614] = "\xa4\x6e", - [0x0615] = "\xa4\x6f", [0x0616] = "\xa4\x70", [0x0617] = "\xa4\x71", - [0x0618] = "\xa4\x72", [0x0619] = "\xa4\x73", [0x061a] = "\xa4\x74", - [0x061b] = "\xa4\x75", [0x061c] = "\xa4\x76", [0x061d] = "\xa4\x77", - [0x061e] = "\xa4\x78", [0x061f] = "\xa4\x79", [0x0620] = "\xa4\x7a", - [0x0621] = "\xa4\x7b", [0x0622] = "\xa4\x7c", [0x0623] = "\xa4\x7d", - [0x0624] = "\xa4\x7e", [0x0625] = "\xa4\x80", [0x0626] = "\xa4\x81", - [0x0627] = "\xa4\x82", [0x0628] = "\xa4\x83", [0x0629] = "\xa4\x84", - [0x062a] = "\xa4\x85", [0x062b] = "\xa4\x86", [0x062c] = "\xa4\x87", - [0x062d] = "\xa4\x88", [0x062e] = "\xa4\x89", [0x062f] = "\xa4\x8a", - [0x0630] = "\xa4\x8b", [0x0631] = "\xa4\x8c", [0x0632] = "\xa4\x8d", - [0x0633] = "\xa4\x8e", [0x0634] = "\xa4\x8f", [0x0635] = "\xa4\x90", - [0x0636] = "\xa4\x91", [0x0637] = "\xa4\x92", [0x0638] = "\xa4\x93", - [0x0639] = "\xa4\x94", [0x063a] = "\xa4\x95", [0x063b] = "\xa4\x96", - [0x063c] = "\xa4\x97", [0x063d] = "\xa4\x98", [0x063e] = "\xa4\x99", - [0x063f] = "\xa4\x9a", [0x0640] = "\xa4\x9b", [0x0641] = "\xa4\x9c", - [0x0642] = "\xa4\x9d", [0x0643] = "\xa4\x9e", [0x0644] = "\xa4\x9f", - [0x0645] = "\xa4\xa0", [0x0772] = "\xa4\xf4", [0x0773] = "\xa4\xf5", - [0x0774] = "\xa4\xf6", [0x0775] = "\xa4\xf7", [0x0776] = "\xa4\xf8", - [0x0777] = "\xa4\xf9", [0x0778] = "\xa4\xfa", [0x0779] = "\xa4\xfb", - [0x077a] = "\xa4\xfc", [0x077b] = "\xa4\xfd", [0x077c] = "\xa4\xfe", - [0x0646] = "\xa5\x40", [0x0647] = "\xa5\x41", [0x0648] = "\xa5\x42", - [0x0649] = "\xa5\x43", [0x064a] = "\xa5\x44", [0x064b] = "\xa5\x45", - [0x064c] = "\xa5\x46", [0x064d] = "\xa5\x47", [0x064e] = "\xa5\x48", - [0x064f] = "\xa5\x49", [0x0650] = "\xa5\x4a", [0x0651] = "\xa5\x4b", - [0x0652] = "\xa5\x4c", [0x0653] = "\xa5\x4d", [0x0654] = "\xa5\x4e", - [0x0655] = "\xa5\x4f", [0x0656] = "\xa5\x50", [0x0657] = "\xa5\x51", - [0x0658] = "\xa5\x52", [0x0659] = "\xa5\x53", [0x065a] = "\xa5\x54", - [0x065b] = "\xa5\x55", [0x065c] = "\xa5\x56", [0x065d] = "\xa5\x57", - [0x065e] = "\xa5\x58", [0x065f] = "\xa5\x59", [0x0660] = "\xa5\x5a", - [0x0661] = "\xa5\x5b", [0x0662] = "\xa5\x5c", [0x0663] = "\xa5\x5d", - [0x0664] = "\xa5\x5e", [0x0665] = "\xa5\x5f", [0x0666] = "\xa5\x60", - [0x0667] = "\xa5\x61", [0x0668] = "\xa5\x62", [0x0669] = "\xa5\x63", - [0x066a] = "\xa5\x64", [0x066b] = "\xa5\x65", [0x066c] = "\xa5\x66", - [0x066d] = "\xa5\x67", [0x066e] = "\xa5\x68", [0x066f] = "\xa5\x69", - [0x0670] = "\xa5\x6a", [0x0671] = "\xa5\x6b", [0x0672] = "\xa5\x6c", - [0x0673] = "\xa5\x6d", [0x0674] = "\xa5\x6e", [0x0675] = "\xa5\x6f", - [0x0676] = "\xa5\x70", [0x0677] = "\xa5\x71", [0x0678] = "\xa5\x72", - [0x0679] = "\xa5\x73", [0x067a] = "\xa5\x74", [0x067b] = "\xa5\x75", - [0x067c] = "\xa5\x76", [0x067d] = "\xa5\x77", [0x067e] = "\xa5\x78", - [0x067f] = "\xa5\x79", [0x0680] = "\xa5\x7a", [0x0681] = "\xa5\x7b", - [0x0682] = "\xa5\x7c", [0x0683] = "\xa5\x7d", [0x0684] = "\xa5\x7e", - [0x0685] = "\xa5\x80", [0x0686] = "\xa5\x81", [0x0687] = "\xa5\x82", - [0x0688] = "\xa5\x83", [0x0689] = "\xa5\x84", [0x068a] = "\xa5\x85", - [0x068b] = "\xa5\x86", [0x068c] = "\xa5\x87", [0x068d] = "\xa5\x88", - [0x068e] = "\xa5\x89", [0x068f] = "\xa5\x8a", [0x0690] = "\xa5\x8b", - [0x0691] = "\xa5\x8c", [0x0692] = "\xa5\x8d", [0x0693] = "\xa5\x8e", - [0x0694] = "\xa5\x8f", [0x0695] = "\xa5\x90", [0x0696] = "\xa5\x91", - [0x0697] = "\xa5\x92", [0x0698] = "\xa5\x93", [0x0699] = "\xa5\x94", - [0x069a] = "\xa5\x95", [0x069b] = "\xa5\x96", [0x069c] = "\xa5\x97", - [0x069d] = "\xa5\x98", [0x069e] = "\xa5\x99", [0x069f] = "\xa5\x9a", - [0x06a0] = "\xa5\x9b", [0x06a1] = "\xa5\x9c", [0x06a2] = "\xa5\x9d", - [0x06a3] = "\xa5\x9e", [0x06a4] = "\xa5\x9f", [0x06a5] = "\xa5\xa0", - [0x077d] = "\xa5\xf7", [0x077e] = "\xa5\xf8", [0x077f] = "\xa5\xf9", - [0x0780] = "\xa5\xfa", [0x0781] = "\xa5\xfb", [0x0782] = "\xa5\xfc", - [0x0783] = "\xa5\xfd", [0x0784] = "\xa5\xfe", [0x06a6] = "\xa6\x40", - [0x06a7] = "\xa6\x41", [0x06a8] = "\xa6\x42", [0x06a9] = "\xa6\x43", - [0x06aa] = "\xa6\x44", [0x06ab] = "\xa6\x45", [0x06ac] = "\xa6\x46", - [0x06ad] = "\xa6\x47", [0x06ae] = "\xa6\x48", [0x06af] = "\xa6\x49", - [0x06b0] = "\xa6\x4a", [0x06b1] = "\xa6\x4b", [0x06b2] = "\xa6\x4c", - [0x06b3] = "\xa6\x4d", [0x06b4] = "\xa6\x4e", [0x06b5] = "\xa6\x4f", - [0x06b6] = "\xa6\x50", [0x06b7] = "\xa6\x51", [0x06b8] = "\xa6\x52", - [0x06b9] = "\xa6\x53", [0x06ba] = "\xa6\x54", [0x06bb] = "\xa6\x55", - [0x06bc] = "\xa6\x56", [0x06bd] = "\xa6\x57", [0x06be] = "\xa6\x58", - [0x06bf] = "\xa6\x59", [0x06c0] = "\xa6\x5a", [0x06c1] = "\xa6\x5b", - [0x06c2] = "\xa6\x5c", [0x06c3] = "\xa6\x5d", [0x06c4] = "\xa6\x5e", - [0x06c5] = "\xa6\x5f", [0x06c6] = "\xa6\x60", [0x06c7] = "\xa6\x61", - [0x06c8] = "\xa6\x62", [0x06c9] = "\xa6\x63", [0x06ca] = "\xa6\x64", - [0x06cb] = "\xa6\x65", [0x06cc] = "\xa6\x66", [0x06cd] = "\xa6\x67", - [0x06ce] = "\xa6\x68", [0x06cf] = "\xa6\x69", [0x06d0] = "\xa6\x6a", - [0x06d1] = "\xa6\x6b", [0x06d2] = "\xa6\x6c", [0x06d3] = "\xa6\x6d", - [0x06d4] = "\xa6\x6e", [0x06d5] = "\xa6\x6f", [0x06d6] = "\xa6\x70", - [0x06d7] = "\xa6\x71", [0x06d8] = "\xa6\x72", [0x06d9] = "\xa6\x73", - [0x06da] = "\xa6\x74", [0x06db] = "\xa6\x75", [0x06dc] = "\xa6\x76", - [0x06dd] = "\xa6\x77", [0x06de] = "\xa6\x78", [0x06df] = "\xa6\x79", - [0x06e0] = "\xa6\x7a", [0x06e1] = "\xa6\x7b", [0x06e2] = "\xa6\x7c", - [0x06e3] = "\xa6\x7d", [0x06e4] = "\xa6\x7e", [0x06e5] = "\xa6\x80", - [0x06e6] = "\xa6\x81", [0x06e7] = "\xa6\x82", [0x06e8] = "\xa6\x83", - [0x06e9] = "\xa6\x84", [0x06ea] = "\xa6\x85", [0x06eb] = "\xa6\x86", - [0x06ec] = "\xa6\x87", [0x06ed] = "\xa6\x88", [0x06ee] = "\xa6\x89", - [0x06ef] = "\xa6\x8a", [0x06f0] = "\xa6\x8b", [0x06f1] = "\xa6\x8c", - [0x06f2] = "\xa6\x8d", [0x06f3] = "\xa6\x8e", [0x06f4] = "\xa6\x8f", - [0x06f5] = "\xa6\x90", [0x06f6] = "\xa6\x91", [0x06f7] = "\xa6\x92", - [0x06f8] = "\xa6\x93", [0x06f9] = "\xa6\x94", [0x06fa] = "\xa6\x95", - [0x06fb] = "\xa6\x96", [0x06fc] = "\xa6\x97", [0x06fd] = "\xa6\x98", - [0x06fe] = "\xa6\x99", [0x06ff] = "\xa6\x9a", [0x0700] = "\xa6\x9b", - [0x0701] = "\xa6\x9c", [0x0702] = "\xa6\x9d", [0x0703] = "\xa6\x9e", - [0x0704] = "\xa6\x9f", [0x0705] = "\xa6\xa0", [0x0785] = "\xa6\xb9", - [0x0786] = "\xa6\xba", [0x0787] = "\xa6\xbb", [0x0788] = "\xa6\xbc", - [0x0789] = "\xa6\xbd", [0x078a] = "\xa6\xbe", [0x078b] = "\xa6\xbf", - [0x078c] = "\xa6\xc0", [0x078d] = "\xa6\xd9", [0x078e] = "\xa6\xda", - [0x078f] = "\xa6\xdb", [0x0790] = "\xa6\xdc", [0x0791] = "\xa6\xdd", - [0x0792] = "\xa6\xde", [0x0793] = "\xa6\xdf", [0x1e35] = "\xa6\xe0", - [0x1e36] = "\xa6\xe1", [0x1e39] = "\xa6\xe2", [0x1e3a] = "\xa6\xe3", - [0x1e3f] = "\xa6\xe4", [0x1e40] = "\xa6\xe5", [0x1e3d] = "\xa6\xe6", - [0x1e3e] = "\xa6\xe7", [0x1e41] = "\xa6\xe8", [0x1e42] = "\xa6\xe9", - [0x1e43] = "\xa6\xea", [0x1e44] = "\xa6\xeb", [0x0794] = "\xa6\xec", - [0x0795] = "\xa6\xed", [0x1e3b] = "\xa6\xee", [0x1e3c] = "\xa6\xef", - [0x1e37] = "\xa6\xf0", [0x1e38] = "\xa6\xf1", [0x1e31] = "\xa6\xf2", - [0x0796] = "\xa6\xf3", [0x1e33] = "\xa6\xf4", [0x1e34] = "\xa6\xf5", - [0x0797] = "\xa6\xf6", [0x0798] = "\xa6\xf7", [0x0799] = "\xa6\xf8", - [0x079a] = "\xa6\xf9", [0x079b] = "\xa6\xfa", [0x079c] = "\xa6\xfb", - [0x079d] = "\xa6\xfc", [0x079e] = "\xa6\xfd", [0x079f] = "\xa6\xfe", - [0x0706] = "\xa7\x40", [0x0707] = "\xa7\x41", [0x0708] = "\xa7\x42", - [0x0709] = "\xa7\x43", [0x070a] = "\xa7\x44", [0x070b] = "\xa7\x45", - [0x070c] = "\xa7\x46", [0x070d] = "\xa7\x47", [0x070e] = "\xa7\x48", - [0x070f] = "\xa7\x49", [0x0710] = "\xa7\x4a", [0x0711] = "\xa7\x4b", - [0x0712] = "\xa7\x4c", [0x0713] = "\xa7\x4d", [0x0714] = "\xa7\x4e", - [0x0715] = "\xa7\x4f", [0x0716] = "\xa7\x50", [0x0717] = "\xa7\x51", - [0x0718] = "\xa7\x52", [0x0719] = "\xa7\x53", [0x071a] = "\xa7\x54", - [0x071b] = "\xa7\x55", [0x071c] = "\xa7\x56", [0x071d] = "\xa7\x57", - [0x071e] = "\xa7\x58", [0x071f] = "\xa7\x59", [0x0720] = "\xa7\x5a", - [0x0721] = "\xa7\x5b", [0x0722] = "\xa7\x5c", [0x0723] = "\xa7\x5d", - [0x0724] = "\xa7\x5e", [0x0725] = "\xa7\x5f", [0x0726] = "\xa7\x60", - [0x0727] = "\xa7\x61", [0x0728] = "\xa7\x62", [0x0729] = "\xa7\x63", - [0x072a] = "\xa7\x64", [0x072b] = "\xa7\x65", [0x072c] = "\xa7\x66", - [0x072d] = "\xa7\x67", [0x072e] = "\xa7\x68", [0x072f] = "\xa7\x69", - [0x0730] = "\xa7\x6a", [0x0731] = "\xa7\x6b", [0x0732] = "\xa7\x6c", - [0x0733] = "\xa7\x6d", [0x0734] = "\xa7\x6e", [0x0735] = "\xa7\x6f", - [0x0736] = "\xa7\x70", [0x0737] = "\xa7\x71", [0x0738] = "\xa7\x72", - [0x0739] = "\xa7\x73", [0x073a] = "\xa7\x74", [0x073b] = "\xa7\x75", - [0x073c] = "\xa7\x76", [0x073d] = "\xa7\x77", [0x073e] = "\xa7\x78", - [0x073f] = "\xa7\x79", [0x0740] = "\xa7\x7a", [0x0741] = "\xa7\x7b", - [0x0742] = "\xa7\x7c", [0x0743] = "\xa7\x7d", [0x0744] = "\xa7\x7e", - [0x0745] = "\xa7\x80", [0x0746] = "\xa7\x81", [0x0747] = "\xa7\x82", - [0x0748] = "\xa7\x83", [0x0749] = "\xa7\x84", [0x074a] = "\xa7\x85", - [0x074b] = "\xa7\x86", [0x074c] = "\xa7\x87", [0x074d] = "\xa7\x88", - [0x074e] = "\xa7\x89", [0x074f] = "\xa7\x8a", [0x0750] = "\xa7\x8b", - [0x0751] = "\xa7\x8c", [0x0752] = "\xa7\x8d", [0x0753] = "\xa7\x8e", - [0x0754] = "\xa7\x8f", [0x0755] = "\xa7\x90", [0x0756] = "\xa7\x91", - [0x0757] = "\xa7\x92", [0x0758] = "\xa7\x93", [0x0759] = "\xa7\x94", - [0x075a] = "\xa7\x95", [0x075b] = "\xa7\x96", [0x075c] = "\xa7\x97", - [0x075d] = "\xa7\x98", [0x075e] = "\xa7\x99", [0x075f] = "\xa7\x9a", - [0x0760] = "\xa7\x9b", [0x0761] = "\xa7\x9c", [0x0762] = "\xa7\x9d", - [0x0763] = "\xa7\x9e", [0x0764] = "\xa7\x9f", [0x0765] = "\xa7\xa0", - [0x07a0] = "\xa7\xc2", [0x07a1] = "\xa7\xc3", [0x07a2] = "\xa7\xc4", - [0x07a3] = "\xa7\xc5", [0x07a4] = "\xa7\xc6", [0x07a5] = "\xa7\xc7", - [0x07a6] = "\xa7\xc8", [0x07a7] = "\xa7\xc9", [0x07a8] = "\xa7\xca", - [0x07a9] = "\xa7\xcb", [0x07aa] = "\xa7\xcc", [0x07ab] = "\xa7\xcd", - [0x07ac] = "\xa7\xce", [0x07ad] = "\xa7\xcf", [0x07ae] = "\xa7\xd0", - [0x07af] = "\xa7\xf2", [0x07b0] = "\xa7\xf3", [0x07b1] = "\xa7\xf4", - [0x07b2] = "\xa7\xf5", [0x07b3] = "\xa7\xf6", [0x07b4] = "\xa7\xf7", - [0x07b5] = "\xa7\xf8", [0x07b6] = "\xa7\xf9", [0x07b7] = "\xa7\xfa", - [0x07b8] = "\xa7\xfb", [0x07b9] = "\xa7\xfc", [0x07ba] = "\xa7\xfd", - [0x07bb] = "\xa7\xfe", [0x07bc] = "\xa8\x96", [0x07bd] = "\xa8\x97", - [0x07be] = "\xa8\x98", [0x07bf] = "\xa8\x99", [0x07c0] = "\xa8\x9a", - [0x07c1] = "\xa8\x9b", [0x07c2] = "\xa8\x9c", [0x07c3] = "\xa8\x9d", - [0x07c4] = "\xa8\x9e", [0x07c5] = "\xa8\x9f", [0x07c6] = "\xa8\xa0", - [0x07c7] = "\xa8\xbc", [0x07c9] = "\xa8\xc1", [0x07ca] = "\xa8\xc2", - [0x07cb] = "\xa8\xc3", [0x07cc] = "\xa8\xc4", [0x07cd] = "\xa8\xea", - [0x07ce] = "\xa8\xeb", [0x07cf] = "\xa8\xec", [0x07d0] = "\xa8\xed", - [0x07d1] = "\xa8\xee", [0x07d2] = "\xa8\xef", [0x07d3] = "\xa8\xf0", - [0x07d4] = "\xa8\xf1", [0x07d5] = "\xa8\xf2", [0x07d6] = "\xa8\xf3", - [0x07d7] = "\xa8\xf4", [0x07d8] = "\xa8\xf5", [0x07d9] = "\xa8\xf6", - [0x07da] = "\xa8\xf7", [0x07db] = "\xa8\xf8", [0x07dc] = "\xa8\xf9", - [0x07dd] = "\xa8\xfa", [0x07de] = "\xa8\xfb", [0x07df] = "\xa8\xfc", - [0x07e0] = "\xa8\xfd", [0x07e1] = "\xa8\xfe", [0x1e30] = "\xa9\x55", - [0x1fe2] = "\xa9\x56", [0x1fe4] = "\xa9\x57", [0x07e2] = "\xa9\x58", - [0x07e3] = "\xa9\x5b", [0x07e4] = "\xa9\x5d", [0x07e5] = "\xa9\x5e", - [0x07e6] = "\xa9\x5f", [0x1e49] = "\xa9\x68", [0x1e4a] = "\xa9\x69", - [0x1e4b] = "\xa9\x6a", [0x1e4c] = "\xa9\x6b", [0x1e4d] = "\xa9\x6c", - [0x1e4e] = "\xa9\x6d", [0x1e4f] = "\xa9\x6e", [0x1e50] = "\xa9\x6f", - [0x1e51] = "\xa9\x70", [0x1e52] = "\xa9\x71", [0x1e54] = "\xa9\x72", - [0x1e55] = "\xa9\x73", [0x1e56] = "\xa9\x74", [0x1e57] = "\xa9\x75", - [0x1e59] = "\xa9\x76", [0x1e5a] = "\xa9\x77", [0x1e5b] = "\xa9\x78", - [0x1e5c] = "\xa9\x79", [0x1e5d] = "\xa9\x7a", [0x1e5e] = "\xa9\x7b", - [0x1e5f] = "\xa9\x7c", [0x1e60] = "\xa9\x7d", [0x1e61] = "\xa9\x7e", - [0x1e62] = "\xa9\x80", [0x1e63] = "\xa9\x81", [0x1e64] = "\xa9\x82", - [0x1e65] = "\xa9\x83", [0x1e66] = "\xa9\x84", [0x1e68] = "\xa9\x85", - [0x1e69] = "\xa9\x86", [0x1e6a] = "\xa9\x87", [0x1e6b] = "\xa9\x88", - [0x07f4] = "\xa9\x97", [0x07f5] = "\xa9\x98", [0x07f6] = "\xa9\x99", - [0x07f7] = "\xa9\x9a", [0x07f8] = "\xa9\x9b", [0x07f9] = "\xa9\x9c", - [0x07fa] = "\xa9\x9d", [0x07fb] = "\xa9\x9e", [0x07fc] = "\xa9\x9f", - [0x07fd] = "\xa9\xa0", [0x07fe] = "\xa9\xa1", [0x07ff] = "\xa9\xa2", - [0x0800] = "\xa9\xa3", [0x0801] = "\xa9\xf0", [0x0802] = "\xa9\xf1", - [0x0803] = "\xa9\xf2", [0x0804] = "\xa9\xf3", [0x0805] = "\xa9\xf4", - [0x0806] = "\xa9\xf5", [0x0807] = "\xa9\xf6", [0x0808] = "\xa9\xf7", - [0x0809] = "\xa9\xf8", [0x080a] = "\xa9\xf9", [0x080b] = "\xa9\xfa", - [0x080c] = "\xa9\xfb", [0x080d] = "\xa9\xfc", [0x080e] = "\xa9\xfd", - [0x080f] = "\xa9\xfe", [0x0000] = "\xaa\xa1", [0x0001] = "\xaa\xa2", - [0x0002] = "\xaa\xa3", [0x0003] = "\xaa\xa4", [0x0004] = "\xaa\xa5", - [0x0005] = "\xaa\xa6", [0x0006] = "\xaa\xa7", [0x0007] = "\xaa\xa8", - [0x0008] = "\xaa\xa9", [0x0009] = "\xaa\xaa", [0x000a] = "\xaa\xab", - [0x000b] = "\xaa\xac", [0x000c] = "\xaa\xad", [0x000d] = "\xaa\xae", - [0x000e] = "\xaa\xaf", [0x000f] = "\xaa\xb0", [0x0010] = "\xaa\xb1", - [0x0011] = "\xaa\xb2", [0x0012] = "\xaa\xb3", [0x0013] = "\xaa\xb4", - [0x0014] = "\xaa\xb5", [0x0015] = "\xaa\xb6", [0x0016] = "\xaa\xb7", - [0x0017] = "\xaa\xb8", [0x0018] = "\xaa\xb9", [0x0019] = "\xaa\xba", - [0x001a] = "\xaa\xbb", [0x001b] = "\xaa\xbc", [0x001c] = "\xaa\xbd", - [0x001d] = "\xaa\xbe", [0x001e] = "\xaa\xbf", [0x001f] = "\xaa\xc0", - [0x0020] = "\xaa\xc1", [0x0021] = "\xaa\xc2", [0x0022] = "\xaa\xc3", - [0x0023] = "\xaa\xc4", [0x0024] = "\xaa\xc5", [0x0025] = "\xaa\xc6", - [0x0026] = "\xaa\xc7", [0x0027] = "\xaa\xc8", [0x0028] = "\xaa\xc9", - [0x0029] = "\xaa\xca", [0x002a] = "\xaa\xcb", [0x002b] = "\xaa\xcc", - [0x002c] = "\xaa\xcd", [0x002d] = "\xaa\xce", [0x002e] = "\xaa\xcf", - [0x002f] = "\xaa\xd0", [0x0030] = "\xaa\xd1", [0x0031] = "\xaa\xd2", - [0x0032] = "\xaa\xd3", [0x0033] = "\xaa\xd4", [0x0034] = "\xaa\xd5", - [0x0035] = "\xaa\xd6", [0x0036] = "\xaa\xd7", [0x0037] = "\xaa\xd8", - [0x0038] = "\xaa\xd9", [0x0039] = "\xaa\xda", [0x003a] = "\xaa\xdb", - [0x003b] = "\xaa\xdc", [0x003c] = "\xaa\xdd", [0x003d] = "\xaa\xde", - [0x003e] = "\xaa\xdf", [0x003f] = "\xaa\xe0", [0x0040] = "\xaa\xe1", - [0x0041] = "\xaa\xe2", [0x0042] = "\xaa\xe3", [0x0043] = "\xaa\xe4", - [0x0044] = "\xaa\xe5", [0x0045] = "\xaa\xe6", [0x0046] = "\xaa\xe7", - [0x0047] = "\xaa\xe8", [0x0048] = "\xaa\xe9", [0x0049] = "\xaa\xea", - [0x004a] = "\xaa\xeb", [0x004b] = "\xaa\xec", [0x004c] = "\xaa\xed", - [0x004d] = "\xaa\xee", [0x004e] = "\xaa\xef", [0x004f] = "\xaa\xf0", - [0x0050] = "\xaa\xf1", [0x0051] = "\xaa\xf2", [0x0052] = "\xaa\xf3", - [0x0053] = "\xaa\xf4", [0x0054] = "\xaa\xf5", [0x0055] = "\xaa\xf6", - [0x0056] = "\xaa\xf7", [0x0057] = "\xaa\xf8", [0x0058] = "\xaa\xf9", - [0x0059] = "\xaa\xfa", [0x005a] = "\xaa\xfb", [0x005b] = "\xaa\xfc", - [0x005c] = "\xaa\xfd", [0x005d] = "\xaa\xfe", [0x005e] = "\xab\xa1", - [0x005f] = "\xab\xa2", [0x0060] = "\xab\xa3", [0x0061] = "\xab\xa4", - [0x0062] = "\xab\xa5", [0x0063] = "\xab\xa6", [0x0064] = "\xab\xa7", - [0x0065] = "\xab\xa8", [0x0066] = "\xab\xa9", [0x0067] = "\xab\xaa", - [0x0068] = "\xab\xab", [0x0069] = "\xab\xac", [0x006a] = "\xab\xad", - [0x006b] = "\xab\xae", [0x006c] = "\xab\xaf", [0x006d] = "\xab\xb0", - [0x006e] = "\xab\xb1", [0x006f] = "\xab\xb2", [0x0070] = "\xab\xb3", - [0x0071] = "\xab\xb4", [0x0072] = "\xab\xb5", [0x0073] = "\xab\xb6", - [0x0074] = "\xab\xb7", [0x0075] = "\xab\xb8", [0x0076] = "\xab\xb9", - [0x0077] = "\xab\xba", [0x0078] = "\xab\xbb", [0x0079] = "\xab\xbc", - [0x007a] = "\xab\xbd", [0x007b] = "\xab\xbe", [0x007c] = "\xab\xbf", - [0x007d] = "\xab\xc0", [0x007e] = "\xab\xc1", [0x007f] = "\xab\xc2", - [0x0080] = "\xab\xc3", [0x0081] = "\xab\xc4", [0x0082] = "\xab\xc5", - [0x0083] = "\xab\xc6", [0x0084] = "\xab\xc7", [0x0085] = "\xab\xc8", - [0x0086] = "\xab\xc9", [0x0087] = "\xab\xca", [0x0088] = "\xab\xcb", - [0x0089] = "\xab\xcc", [0x008a] = "\xab\xcd", [0x008b] = "\xab\xce", - [0x008c] = "\xab\xcf", [0x008d] = "\xab\xd0", [0x008e] = "\xab\xd1", - [0x008f] = "\xab\xd2", [0x0090] = "\xab\xd3", [0x0091] = "\xab\xd4", - [0x0092] = "\xab\xd5", [0x0093] = "\xab\xd6", [0x0094] = "\xab\xd7", - [0x0095] = "\xab\xd8", [0x0096] = "\xab\xd9", [0x0097] = "\xab\xda", - [0x0098] = "\xab\xdb", [0x0099] = "\xab\xdc", [0x009a] = "\xab\xdd", - [0x009b] = "\xab\xde", [0x009c] = "\xab\xdf", [0x009d] = "\xab\xe0", - [0x009e] = "\xab\xe1", [0x009f] = "\xab\xe2", [0x00a0] = "\xab\xe3", - [0x00a1] = "\xab\xe4", [0x00a2] = "\xab\xe5", [0x00a3] = "\xab\xe6", - [0x00a4] = "\xab\xe7", [0x00a5] = "\xab\xe8", [0x00a6] = "\xab\xe9", - [0x00a7] = "\xab\xea", [0x00a8] = "\xab\xeb", [0x00a9] = "\xab\xec", - [0x00aa] = "\xab\xed", [0x00ab] = "\xab\xee", [0x00ac] = "\xab\xef", - [0x00ad] = "\xab\xf0", [0x00ae] = "\xab\xf1", [0x00af] = "\xab\xf2", - [0x00b0] = "\xab\xf3", [0x00b1] = "\xab\xf4", [0x00b2] = "\xab\xf5", - [0x00b3] = "\xab\xf6", [0x00b4] = "\xab\xf7", [0x00b5] = "\xab\xf8", - [0x00b6] = "\xab\xf9", [0x00b7] = "\xab\xfa", [0x00b8] = "\xab\xfb", - [0x00b9] = "\xab\xfc", [0x00ba] = "\xab\xfd", [0x00bb] = "\xab\xfe", - [0x00bc] = "\xac\xa1", [0x00bd] = "\xac\xa2", [0x00be] = "\xac\xa3", - [0x00bf] = "\xac\xa4", [0x00c0] = "\xac\xa5", [0x00c1] = "\xac\xa6", - [0x00c2] = "\xac\xa7", [0x00c3] = "\xac\xa8", [0x00c4] = "\xac\xa9", - [0x00c5] = "\xac\xaa", [0x00c6] = "\xac\xab", [0x00c7] = "\xac\xac", - [0x00c8] = "\xac\xad", [0x00c9] = "\xac\xae", [0x00ca] = "\xac\xaf", - [0x00cb] = "\xac\xb0", [0x00cc] = "\xac\xb1", [0x00cd] = "\xac\xb2", - [0x00ce] = "\xac\xb3", [0x00cf] = "\xac\xb4", [0x00d0] = "\xac\xb5", - [0x00d1] = "\xac\xb6", [0x00d2] = "\xac\xb7", [0x00d3] = "\xac\xb8", - [0x00d4] = "\xac\xb9", [0x00d5] = "\xac\xba", [0x00d6] = "\xac\xbb", - [0x00d7] = "\xac\xbc", [0x00d8] = "\xac\xbd", [0x00d9] = "\xac\xbe", - [0x00da] = "\xac\xbf", [0x00db] = "\xac\xc0", [0x00dc] = "\xac\xc1", - [0x00dd] = "\xac\xc2", [0x00de] = "\xac\xc3", [0x00df] = "\xac\xc4", - [0x00e0] = "\xac\xc5", [0x00e1] = "\xac\xc6", [0x00e2] = "\xac\xc7", - [0x00e3] = "\xac\xc8", [0x00e4] = "\xac\xc9", [0x00e5] = "\xac\xca", - [0x00e6] = "\xac\xcb", [0x00e7] = "\xac\xcc", [0x00e8] = "\xac\xcd", - [0x00e9] = "\xac\xce", [0x00ea] = "\xac\xcf", [0x00eb] = "\xac\xd0", - [0x00ec] = "\xac\xd1", [0x00ed] = "\xac\xd2", [0x00ee] = "\xac\xd3", - [0x00ef] = "\xac\xd4", [0x00f0] = "\xac\xd5", [0x00f1] = "\xac\xd6", - [0x00f2] = "\xac\xd7", [0x00f3] = "\xac\xd8", [0x00f4] = "\xac\xd9", - [0x00f5] = "\xac\xda", [0x00f6] = "\xac\xdb", [0x00f7] = "\xac\xdc", - [0x00f8] = "\xac\xdd", [0x00f9] = "\xac\xde", [0x00fa] = "\xac\xdf", - [0x00fb] = "\xac\xe0", [0x00fc] = "\xac\xe1", [0x00fd] = "\xac\xe2", - [0x00fe] = "\xac\xe3", [0x00ff] = "\xac\xe4", [0x0100] = "\xac\xe5", - [0x0101] = "\xac\xe6", [0x0102] = "\xac\xe7", [0x0103] = "\xac\xe8", - [0x0104] = "\xac\xe9", [0x0105] = "\xac\xea", [0x0106] = "\xac\xeb", - [0x0107] = "\xac\xec", [0x0108] = "\xac\xed", [0x0109] = "\xac\xee", - [0x010a] = "\xac\xef", [0x010b] = "\xac\xf0", [0x010c] = "\xac\xf1", - [0x010d] = "\xac\xf2", [0x010e] = "\xac\xf3", [0x010f] = "\xac\xf4", - [0x0110] = "\xac\xf5", [0x0111] = "\xac\xf6", [0x0112] = "\xac\xf7", - [0x0113] = "\xac\xf8", [0x0114] = "\xac\xf9", [0x0115] = "\xac\xfa", - [0x0116] = "\xac\xfb", [0x0117] = "\xac\xfc", [0x0118] = "\xac\xfd", - [0x0119] = "\xac\xfe", [0x011a] = "\xad\xa1", [0x011b] = "\xad\xa2", - [0x011c] = "\xad\xa3", [0x011d] = "\xad\xa4", [0x011e] = "\xad\xa5", - [0x011f] = "\xad\xa6", [0x0120] = "\xad\xa7", [0x0121] = "\xad\xa8", - [0x0122] = "\xad\xa9", [0x0123] = "\xad\xaa", [0x0124] = "\xad\xab", - [0x0125] = "\xad\xac", [0x0126] = "\xad\xad", [0x0127] = "\xad\xae", - [0x0128] = "\xad\xaf", [0x0129] = "\xad\xb0", [0x012a] = "\xad\xb1", - [0x012b] = "\xad\xb2", [0x012c] = "\xad\xb3", [0x012d] = "\xad\xb4", - [0x012e] = "\xad\xb5", [0x012f] = "\xad\xb6", [0x0130] = "\xad\xb7", - [0x0131] = "\xad\xb8", [0x0132] = "\xad\xb9", [0x0133] = "\xad\xba", - [0x0134] = "\xad\xbb", [0x0135] = "\xad\xbc", [0x0136] = "\xad\xbd", - [0x0137] = "\xad\xbe", [0x0138] = "\xad\xbf", [0x0139] = "\xad\xc0", - [0x013a] = "\xad\xc1", [0x013b] = "\xad\xc2", [0x013c] = "\xad\xc3", - [0x013d] = "\xad\xc4", [0x013e] = "\xad\xc5", [0x013f] = "\xad\xc6", - [0x0140] = "\xad\xc7", [0x0141] = "\xad\xc8", [0x0142] = "\xad\xc9", - [0x0143] = "\xad\xca", [0x0144] = "\xad\xcb", [0x0145] = "\xad\xcc", - [0x0146] = "\xad\xcd", [0x0147] = "\xad\xce", [0x0148] = "\xad\xcf", - [0x0149] = "\xad\xd0", [0x014a] = "\xad\xd1", [0x014b] = "\xad\xd2", - [0x014c] = "\xad\xd3", [0x014d] = "\xad\xd4", [0x014e] = "\xad\xd5", - [0x014f] = "\xad\xd6", [0x0150] = "\xad\xd7", [0x0151] = "\xad\xd8", - [0x0152] = "\xad\xd9", [0x0153] = "\xad\xda", [0x0154] = "\xad\xdb", - [0x0155] = "\xad\xdc", [0x0156] = "\xad\xdd", [0x0157] = "\xad\xde", - [0x0158] = "\xad\xdf", [0x0159] = "\xad\xe0", [0x015a] = "\xad\xe1", - [0x015b] = "\xad\xe2", [0x015c] = "\xad\xe3", [0x015d] = "\xad\xe4", - [0x015e] = "\xad\xe5", [0x015f] = "\xad\xe6", [0x0160] = "\xad\xe7", - [0x0161] = "\xad\xe8", [0x0162] = "\xad\xe9", [0x0163] = "\xad\xea", - [0x0164] = "\xad\xeb", [0x0165] = "\xad\xec", [0x0166] = "\xad\xed", - [0x0167] = "\xad\xee", [0x0168] = "\xad\xef", [0x0169] = "\xad\xf0", - [0x016a] = "\xad\xf1", [0x016b] = "\xad\xf2", [0x016c] = "\xad\xf3", - [0x016d] = "\xad\xf4", [0x016e] = "\xad\xf5", [0x016f] = "\xad\xf6", - [0x0170] = "\xad\xf7", [0x0171] = "\xad\xf8", [0x0172] = "\xad\xf9", - [0x0173] = "\xad\xfa", [0x0174] = "\xad\xfb", [0x0175] = "\xad\xfc", - [0x0176] = "\xad\xfd", [0x0177] = "\xad\xfe", [0x0178] = "\xae\xa1", - [0x0179] = "\xae\xa2", [0x017a] = "\xae\xa3", [0x017b] = "\xae\xa4", - [0x017c] = "\xae\xa5", [0x017d] = "\xae\xa6", [0x017e] = "\xae\xa7", - [0x017f] = "\xae\xa8", [0x0180] = "\xae\xa9", [0x0181] = "\xae\xaa", - [0x0182] = "\xae\xab", [0x0183] = "\xae\xac", [0x0184] = "\xae\xad", - [0x0185] = "\xae\xae", [0x0186] = "\xae\xaf", [0x0187] = "\xae\xb0", - [0x0188] = "\xae\xb1", [0x0189] = "\xae\xb2", [0x018a] = "\xae\xb3", - [0x018b] = "\xae\xb4", [0x018c] = "\xae\xb5", [0x018d] = "\xae\xb6", - [0x018e] = "\xae\xb7", [0x018f] = "\xae\xb8", [0x0190] = "\xae\xb9", - [0x0191] = "\xae\xba", [0x0192] = "\xae\xbb", [0x0193] = "\xae\xbc", - [0x0194] = "\xae\xbd", [0x0195] = "\xae\xbe", [0x0196] = "\xae\xbf", - [0x0197] = "\xae\xc0", [0x0198] = "\xae\xc1", [0x0199] = "\xae\xc2", - [0x019a] = "\xae\xc3", [0x019b] = "\xae\xc4", [0x019c] = "\xae\xc5", - [0x019d] = "\xae\xc6", [0x019e] = "\xae\xc7", [0x019f] = "\xae\xc8", - [0x01a0] = "\xae\xc9", [0x01a1] = "\xae\xca", [0x01a2] = "\xae\xcb", - [0x01a3] = "\xae\xcc", [0x01a4] = "\xae\xcd", [0x01a5] = "\xae\xce", - [0x01a6] = "\xae\xcf", [0x01a7] = "\xae\xd0", [0x01a8] = "\xae\xd1", - [0x01a9] = "\xae\xd2", [0x01aa] = "\xae\xd3", [0x01ab] = "\xae\xd4", - [0x01ac] = "\xae\xd5", [0x01ad] = "\xae\xd6", [0x01ae] = "\xae\xd7", - [0x01af] = "\xae\xd8", [0x01b0] = "\xae\xd9", [0x01b1] = "\xae\xda", - [0x01b2] = "\xae\xdb", [0x01b3] = "\xae\xdc", [0x01b4] = "\xae\xdd", - [0x01b5] = "\xae\xde", [0x01b6] = "\xae\xdf", [0x01b7] = "\xae\xe0", - [0x01b8] = "\xae\xe1", [0x01b9] = "\xae\xe2", [0x01ba] = "\xae\xe3", - [0x01bb] = "\xae\xe4", [0x01bc] = "\xae\xe5", [0x01bd] = "\xae\xe6", - [0x01be] = "\xae\xe7", [0x01bf] = "\xae\xe8", [0x01c0] = "\xae\xe9", - [0x01c1] = "\xae\xea", [0x01c2] = "\xae\xeb", [0x01c3] = "\xae\xec", - [0x01c4] = "\xae\xed", [0x01c5] = "\xae\xee", [0x01c6] = "\xae\xef", - [0x01c7] = "\xae\xf0", [0x01c8] = "\xae\xf1", [0x01c9] = "\xae\xf2", - [0x01ca] = "\xae\xf3", [0x01cb] = "\xae\xf4", [0x01cc] = "\xae\xf5", - [0x01cd] = "\xae\xf6", [0x01ce] = "\xae\xf7", [0x01cf] = "\xae\xf8", - [0x01d0] = "\xae\xf9", [0x01d1] = "\xae\xfa", [0x01d2] = "\xae\xfb", - [0x01d3] = "\xae\xfc", [0x01d4] = "\xae\xfd", [0x01d5] = "\xae\xfe", - [0x01d6] = "\xaf\xa1", [0x01d7] = "\xaf\xa2", [0x01d8] = "\xaf\xa3", - [0x01d9] = "\xaf\xa4", [0x01da] = "\xaf\xa5", [0x01db] = "\xaf\xa6", - [0x01dc] = "\xaf\xa7", [0x01dd] = "\xaf\xa8", [0x01de] = "\xaf\xa9", - [0x01df] = "\xaf\xaa", [0x01e0] = "\xaf\xab", [0x01e1] = "\xaf\xac", - [0x01e2] = "\xaf\xad", [0x01e3] = "\xaf\xae", [0x01e4] = "\xaf\xaf", - [0x01e5] = "\xaf\xb0", [0x01e6] = "\xaf\xb1", [0x01e7] = "\xaf\xb2", - [0x01e8] = "\xaf\xb3", [0x01e9] = "\xaf\xb4", [0x01ea] = "\xaf\xb5", - [0x01eb] = "\xaf\xb6", [0x01ec] = "\xaf\xb7", [0x01ed] = "\xaf\xb8", - [0x01ee] = "\xaf\xb9", [0x01ef] = "\xaf\xba", [0x01f0] = "\xaf\xbb", - [0x01f1] = "\xaf\xbc", [0x01f2] = "\xaf\xbd", [0x01f3] = "\xaf\xbe", - [0x01f4] = "\xaf\xbf", [0x01f5] = "\xaf\xc0", [0x01f6] = "\xaf\xc1", - [0x01f7] = "\xaf\xc2", [0x01f8] = "\xaf\xc3", [0x01f9] = "\xaf\xc4", - [0x01fa] = "\xaf\xc5", [0x01fb] = "\xaf\xc6", [0x01fc] = "\xaf\xc7", - [0x01fd] = "\xaf\xc8", [0x01fe] = "\xaf\xc9", [0x01ff] = "\xaf\xca", - [0x0200] = "\xaf\xcb", [0x0201] = "\xaf\xcc", [0x0202] = "\xaf\xcd", - [0x0203] = "\xaf\xce", [0x0204] = "\xaf\xcf", [0x0205] = "\xaf\xd0", - [0x0206] = "\xaf\xd1", [0x0207] = "\xaf\xd2", [0x0208] = "\xaf\xd3", - [0x0209] = "\xaf\xd4", [0x020a] = "\xaf\xd5", [0x020b] = "\xaf\xd6", - [0x020c] = "\xaf\xd7", [0x020d] = "\xaf\xd8", [0x020e] = "\xaf\xd9", - [0x020f] = "\xaf\xda", [0x0210] = "\xaf\xdb", [0x0211] = "\xaf\xdc", - [0x0212] = "\xaf\xdd", [0x0213] = "\xaf\xde", [0x0214] = "\xaf\xdf", - [0x0215] = "\xaf\xe0", [0x0216] = "\xaf\xe1", [0x0217] = "\xaf\xe2", - [0x0218] = "\xaf\xe3", [0x0219] = "\xaf\xe4", [0x021a] = "\xaf\xe5", - [0x021b] = "\xaf\xe6", [0x021c] = "\xaf\xe7", [0x021d] = "\xaf\xe8", - [0x021e] = "\xaf\xe9", [0x021f] = "\xaf\xea", [0x0220] = "\xaf\xeb", - [0x0221] = "\xaf\xec", [0x0222] = "\xaf\xed", [0x0223] = "\xaf\xee", - [0x0224] = "\xaf\xef", [0x0225] = "\xaf\xf0", [0x0226] = "\xaf\xf1", - [0x0227] = "\xaf\xf2", [0x0228] = "\xaf\xf3", [0x0229] = "\xaf\xf4", - [0x022a] = "\xaf\xf5", [0x022b] = "\xaf\xf6", [0x022c] = "\xaf\xf7", - [0x022d] = "\xaf\xf8", [0x022e] = "\xaf\xf9", [0x022f] = "\xaf\xfa", - [0x0230] = "\xaf\xfb", [0x0231] = "\xaf\xfc", [0x0232] = "\xaf\xfd", - [0x0233] = "\xaf\xfe", [0x0810] = "\xd7\xfa", [0x0811] = "\xd7\xfb", - [0x0812] = "\xd7\xfc", [0x0813] = "\xd7\xfd", [0x0814] = "\xd7\xfe", - [0x0234] = "\xf8\xa1", [0x0235] = "\xf8\xa2", [0x0236] = "\xf8\xa3", - [0x0237] = "\xf8\xa4", [0x0238] = "\xf8\xa5", [0x0239] = "\xf8\xa6", - [0x023a] = "\xf8\xa7", [0x023b] = "\xf8\xa8", [0x023c] = "\xf8\xa9", - [0x023d] = "\xf8\xaa", [0x023e] = "\xf8\xab", [0x023f] = "\xf8\xac", - [0x0240] = "\xf8\xad", [0x0241] = "\xf8\xae", [0x0242] = "\xf8\xaf", - [0x0243] = "\xf8\xb0", [0x0244] = "\xf8\xb1", [0x0245] = "\xf8\xb2", - [0x0246] = "\xf8\xb3", [0x0247] = "\xf8\xb4", [0x0248] = "\xf8\xb5", - [0x0249] = "\xf8\xb6", [0x024a] = "\xf8\xb7", [0x024b] = "\xf8\xb8", - [0x024c] = "\xf8\xb9", [0x024d] = "\xf8\xba", [0x024e] = "\xf8\xbb", - [0x024f] = "\xf8\xbc", [0x0250] = "\xf8\xbd", [0x0251] = "\xf8\xbe", - [0x0252] = "\xf8\xbf", [0x0253] = "\xf8\xc0", [0x0254] = "\xf8\xc1", - [0x0255] = "\xf8\xc2", [0x0256] = "\xf8\xc3", [0x0257] = "\xf8\xc4", - [0x0258] = "\xf8\xc5", [0x0259] = "\xf8\xc6", [0x025a] = "\xf8\xc7", - [0x025b] = "\xf8\xc8", [0x025c] = "\xf8\xc9", [0x025d] = "\xf8\xca", - [0x025e] = "\xf8\xcb", [0x025f] = "\xf8\xcc", [0x0260] = "\xf8\xcd", - [0x0261] = "\xf8\xce", [0x0262] = "\xf8\xcf", [0x0263] = "\xf8\xd0", - [0x0264] = "\xf8\xd1", [0x0265] = "\xf8\xd2", [0x0266] = "\xf8\xd3", - [0x0267] = "\xf8\xd4", [0x0268] = "\xf8\xd5", [0x0269] = "\xf8\xd6", - [0x026a] = "\xf8\xd7", [0x026b] = "\xf8\xd8", [0x026c] = "\xf8\xd9", - [0x026d] = "\xf8\xda", [0x026e] = "\xf8\xdb", [0x026f] = "\xf8\xdc", - [0x0270] = "\xf8\xdd", [0x0271] = "\xf8\xde", [0x0272] = "\xf8\xdf", - [0x0273] = "\xf8\xe0", [0x0274] = "\xf8\xe1", [0x0275] = "\xf8\xe2", - [0x0276] = "\xf8\xe3", [0x0277] = "\xf8\xe4", [0x0278] = "\xf8\xe5", - [0x0279] = "\xf8\xe6", [0x027a] = "\xf8\xe7", [0x027b] = "\xf8\xe8", - [0x027c] = "\xf8\xe9", [0x027d] = "\xf8\xea", [0x027e] = "\xf8\xeb", - [0x027f] = "\xf8\xec", [0x0280] = "\xf8\xed", [0x0281] = "\xf8\xee", - [0x0282] = "\xf8\xef", [0x0283] = "\xf8\xf0", [0x0284] = "\xf8\xf1", - [0x0285] = "\xf8\xf2", [0x0286] = "\xf8\xf3", [0x0287] = "\xf8\xf4", - [0x0288] = "\xf8\xf5", [0x0289] = "\xf8\xf6", [0x028a] = "\xf8\xf7", - [0x028b] = "\xf8\xf8", [0x028c] = "\xf8\xf9", [0x028d] = "\xf8\xfa", - [0x028e] = "\xf8\xfb", [0x028f] = "\xf8\xfc", [0x0290] = "\xf8\xfd", - [0x0291] = "\xf8\xfe", [0x0292] = "\xf9\xa1", [0x0293] = "\xf9\xa2", - [0x0294] = "\xf9\xa3", [0x0295] = "\xf9\xa4", [0x0296] = "\xf9\xa5", - [0x0297] = "\xf9\xa6", [0x0298] = "\xf9\xa7", [0x0299] = "\xf9\xa8", - [0x029a] = "\xf9\xa9", [0x029b] = "\xf9\xaa", [0x029c] = "\xf9\xab", - [0x029d] = "\xf9\xac", [0x029e] = "\xf9\xad", [0x029f] = "\xf9\xae", - [0x02a0] = "\xf9\xaf", [0x02a1] = "\xf9\xb0", [0x02a2] = "\xf9\xb1", - [0x02a3] = "\xf9\xb2", [0x02a4] = "\xf9\xb3", [0x02a5] = "\xf9\xb4", - [0x02a6] = "\xf9\xb5", [0x02a7] = "\xf9\xb6", [0x02a8] = "\xf9\xb7", - [0x02a9] = "\xf9\xb8", [0x02aa] = "\xf9\xb9", [0x02ab] = "\xf9\xba", - [0x02ac] = "\xf9\xbb", [0x02ad] = "\xf9\xbc", [0x02ae] = "\xf9\xbd", - [0x02af] = "\xf9\xbe", [0x02b0] = "\xf9\xbf", [0x02b1] = "\xf9\xc0", - [0x02b2] = "\xf9\xc1", [0x02b3] = "\xf9\xc2", [0x02b4] = "\xf9\xc3", - [0x02b5] = "\xf9\xc4", [0x02b6] = "\xf9\xc5", [0x02b7] = "\xf9\xc6", - [0x02b8] = "\xf9\xc7", [0x02b9] = "\xf9\xc8", [0x02ba] = "\xf9\xc9", - [0x02bb] = "\xf9\xca", [0x02bc] = "\xf9\xcb", [0x02bd] = "\xf9\xcc", - [0x02be] = "\xf9\xcd", [0x02bf] = "\xf9\xce", [0x02c0] = "\xf9\xcf", - [0x02c1] = "\xf9\xd0", [0x02c2] = "\xf9\xd1", [0x02c3] = "\xf9\xd2", - [0x02c4] = "\xf9\xd3", [0x02c5] = "\xf9\xd4", [0x02c6] = "\xf9\xd5", - [0x02c7] = "\xf9\xd6", [0x02c8] = "\xf9\xd7", [0x02c9] = "\xf9\xd8", - [0x02ca] = "\xf9\xd9", [0x02cb] = "\xf9\xda", [0x02cc] = "\xf9\xdb", - [0x02cd] = "\xf9\xdc", [0x02ce] = "\xf9\xdd", [0x02cf] = "\xf9\xde", - [0x02d0] = "\xf9\xdf", [0x02d1] = "\xf9\xe0", [0x02d2] = "\xf9\xe1", - [0x02d3] = "\xf9\xe2", [0x02d4] = "\xf9\xe3", [0x02d5] = "\xf9\xe4", - [0x02d6] = "\xf9\xe5", [0x02d7] = "\xf9\xe6", [0x02d8] = "\xf9\xe7", - [0x02d9] = "\xf9\xe8", [0x02da] = "\xf9\xe9", [0x02db] = "\xf9\xea", - [0x02dc] = "\xf9\xeb", [0x02dd] = "\xf9\xec", [0x02de] = "\xf9\xed", - [0x02df] = "\xf9\xee", [0x02e0] = "\xf9\xef", [0x02e1] = "\xf9\xf0", - [0x02e2] = "\xf9\xf1", [0x02e3] = "\xf9\xf2", [0x02e4] = "\xf9\xf3", - [0x02e5] = "\xf9\xf4", [0x02e6] = "\xf9\xf5", [0x02e7] = "\xf9\xf6", - [0x02e8] = "\xf9\xf7", [0x02e9] = "\xf9\xf8", [0x02ea] = "\xf9\xf9", - [0x02eb] = "\xf9\xfa", [0x02ec] = "\xf9\xfb", [0x02ed] = "\xf9\xfc", - [0x02ee] = "\xf9\xfd", [0x02ef] = "\xf9\xfe", [0x02f0] = "\xfa\xa1", - [0x02f1] = "\xfa\xa2", [0x02f2] = "\xfa\xa3", [0x02f3] = "\xfa\xa4", - [0x02f4] = "\xfa\xa5", [0x02f5] = "\xfa\xa6", [0x02f6] = "\xfa\xa7", - [0x02f7] = "\xfa\xa8", [0x02f8] = "\xfa\xa9", [0x02f9] = "\xfa\xaa", - [0x02fa] = "\xfa\xab", [0x02fb] = "\xfa\xac", [0x02fc] = "\xfa\xad", - [0x02fd] = "\xfa\xae", [0x02fe] = "\xfa\xaf", [0x02ff] = "\xfa\xb0", - [0x0300] = "\xfa\xb1", [0x0301] = "\xfa\xb2", [0x0302] = "\xfa\xb3", - [0x0303] = "\xfa\xb4", [0x0304] = "\xfa\xb5", [0x0305] = "\xfa\xb6", - [0x0306] = "\xfa\xb7", [0x0307] = "\xfa\xb8", [0x0308] = "\xfa\xb9", - [0x0309] = "\xfa\xba", [0x030a] = "\xfa\xbb", [0x030b] = "\xfa\xbc", - [0x030c] = "\xfa\xbd", [0x030d] = "\xfa\xbe", [0x030e] = "\xfa\xbf", - [0x030f] = "\xfa\xc0", [0x0310] = "\xfa\xc1", [0x0311] = "\xfa\xc2", - [0x0312] = "\xfa\xc3", [0x0313] = "\xfa\xc4", [0x0314] = "\xfa\xc5", - [0x0315] = "\xfa\xc6", [0x0316] = "\xfa\xc7", [0x0317] = "\xfa\xc8", - [0x0318] = "\xfa\xc9", [0x0319] = "\xfa\xca", [0x031a] = "\xfa\xcb", - [0x031b] = "\xfa\xcc", [0x031c] = "\xfa\xcd", [0x031d] = "\xfa\xce", - [0x031e] = "\xfa\xcf", [0x031f] = "\xfa\xd0", [0x0320] = "\xfa\xd1", - [0x0321] = "\xfa\xd2", [0x0322] = "\xfa\xd3", [0x0323] = "\xfa\xd4", - [0x0324] = "\xfa\xd5", [0x0325] = "\xfa\xd6", [0x0326] = "\xfa\xd7", - [0x0327] = "\xfa\xd8", [0x0328] = "\xfa\xd9", [0x0329] = "\xfa\xda", - [0x032a] = "\xfa\xdb", [0x032b] = "\xfa\xdc", [0x032c] = "\xfa\xdd", - [0x032d] = "\xfa\xde", [0x032e] = "\xfa\xdf", [0x032f] = "\xfa\xe0", - [0x0330] = "\xfa\xe1", [0x0331] = "\xfa\xe2", [0x0332] = "\xfa\xe3", - [0x0333] = "\xfa\xe4", [0x0334] = "\xfa\xe5", [0x0335] = "\xfa\xe6", - [0x0336] = "\xfa\xe7", [0x0337] = "\xfa\xe8", [0x0338] = "\xfa\xe9", - [0x0339] = "\xfa\xea", [0x033a] = "\xfa\xeb", [0x033b] = "\xfa\xec", - [0x033c] = "\xfa\xed", [0x033d] = "\xfa\xee", [0x033e] = "\xfa\xef", - [0x033f] = "\xfa\xf0", [0x0340] = "\xfa\xf1", [0x0341] = "\xfa\xf2", - [0x0342] = "\xfa\xf3", [0x0343] = "\xfa\xf4", [0x0344] = "\xfa\xf5", - [0x0345] = "\xfa\xf6", [0x0346] = "\xfa\xf7", [0x0347] = "\xfa\xf8", - [0x0348] = "\xfa\xf9", [0x0349] = "\xfa\xfa", [0x034a] = "\xfa\xfb", - [0x034b] = "\xfa\xfc", [0x034c] = "\xfa\xfd", [0x034d] = "\xfa\xfe", - [0x034e] = "\xfb\xa1", [0x034f] = "\xfb\xa2", [0x0350] = "\xfb\xa3", - [0x0351] = "\xfb\xa4", [0x0352] = "\xfb\xa5", [0x0353] = "\xfb\xa6", - [0x0354] = "\xfb\xa7", [0x0355] = "\xfb\xa8", [0x0356] = "\xfb\xa9", - [0x0357] = "\xfb\xaa", [0x0358] = "\xfb\xab", [0x0359] = "\xfb\xac", - [0x035a] = "\xfb\xad", [0x035b] = "\xfb\xae", [0x035c] = "\xfb\xaf", - [0x035d] = "\xfb\xb0", [0x035e] = "\xfb\xb1", [0x035f] = "\xfb\xb2", - [0x0360] = "\xfb\xb3", [0x0361] = "\xfb\xb4", [0x0362] = "\xfb\xb5", - [0x0363] = "\xfb\xb6", [0x0364] = "\xfb\xb7", [0x0365] = "\xfb\xb8", - [0x0366] = "\xfb\xb9", [0x0367] = "\xfb\xba", [0x0368] = "\xfb\xbb", - [0x0369] = "\xfb\xbc", [0x036a] = "\xfb\xbd", [0x036b] = "\xfb\xbe", - [0x036c] = "\xfb\xbf", [0x036d] = "\xfb\xc0", [0x036e] = "\xfb\xc1", - [0x036f] = "\xfb\xc2", [0x0370] = "\xfb\xc3", [0x0371] = "\xfb\xc4", - [0x0372] = "\xfb\xc5", [0x0373] = "\xfb\xc6", [0x0374] = "\xfb\xc7", - [0x0375] = "\xfb\xc8", [0x0376] = "\xfb\xc9", [0x0377] = "\xfb\xca", - [0x0378] = "\xfb\xcb", [0x0379] = "\xfb\xcc", [0x037a] = "\xfb\xcd", - [0x037b] = "\xfb\xce", [0x037c] = "\xfb\xcf", [0x037d] = "\xfb\xd0", - [0x037e] = "\xfb\xd1", [0x037f] = "\xfb\xd2", [0x0380] = "\xfb\xd3", - [0x0381] = "\xfb\xd4", [0x0382] = "\xfb\xd5", [0x0383] = "\xfb\xd6", - [0x0384] = "\xfb\xd7", [0x0385] = "\xfb\xd8", [0x0386] = "\xfb\xd9", - [0x0387] = "\xfb\xda", [0x0388] = "\xfb\xdb", [0x0389] = "\xfb\xdc", - [0x038a] = "\xfb\xdd", [0x038b] = "\xfb\xde", [0x038c] = "\xfb\xdf", - [0x038d] = "\xfb\xe0", [0x038e] = "\xfb\xe1", [0x038f] = "\xfb\xe2", - [0x0390] = "\xfb\xe3", [0x0391] = "\xfb\xe4", [0x0392] = "\xfb\xe5", - [0x0393] = "\xfb\xe6", [0x0394] = "\xfb\xe7", [0x0395] = "\xfb\xe8", - [0x0396] = "\xfb\xe9", [0x0397] = "\xfb\xea", [0x0398] = "\xfb\xeb", - [0x0399] = "\xfb\xec", [0x039a] = "\xfb\xed", [0x039b] = "\xfb\xee", - [0x039c] = "\xfb\xef", [0x039d] = "\xfb\xf0", [0x039e] = "\xfb\xf1", - [0x039f] = "\xfb\xf2", [0x03a0] = "\xfb\xf3", [0x03a1] = "\xfb\xf4", - [0x03a2] = "\xfb\xf5", [0x03a3] = "\xfb\xf6", [0x03a4] = "\xfb\xf7", - [0x03a5] = "\xfb\xf8", [0x03a6] = "\xfb\xf9", [0x03a7] = "\xfb\xfa", - [0x03a8] = "\xfb\xfb", [0x03a9] = "\xfb\xfc", [0x03aa] = "\xfb\xfd", - [0x03ab] = "\xfb\xfe", [0x03ac] = "\xfc\xa1", [0x03ad] = "\xfc\xa2", - [0x03ae] = "\xfc\xa3", [0x03af] = "\xfc\xa4", [0x03b0] = "\xfc\xa5", - [0x03b1] = "\xfc\xa6", [0x03b2] = "\xfc\xa7", [0x03b3] = "\xfc\xa8", - [0x03b4] = "\xfc\xa9", [0x03b5] = "\xfc\xaa", [0x03b6] = "\xfc\xab", - [0x03b7] = "\xfc\xac", [0x03b8] = "\xfc\xad", [0x03b9] = "\xfc\xae", - [0x03ba] = "\xfc\xaf", [0x03bb] = "\xfc\xb0", [0x03bc] = "\xfc\xb1", - [0x03bd] = "\xfc\xb2", [0x03be] = "\xfc\xb3", [0x03bf] = "\xfc\xb4", - [0x03c0] = "\xfc\xb5", [0x03c1] = "\xfc\xb6", [0x03c2] = "\xfc\xb7", - [0x03c3] = "\xfc\xb8", [0x03c4] = "\xfc\xb9", [0x03c5] = "\xfc\xba", - [0x03c6] = "\xfc\xbb", [0x03c7] = "\xfc\xbc", [0x03c8] = "\xfc\xbd", - [0x03c9] = "\xfc\xbe", [0x03ca] = "\xfc\xbf", [0x03cb] = "\xfc\xc0", - [0x03cc] = "\xfc\xc1", [0x03cd] = "\xfc\xc2", [0x03ce] = "\xfc\xc3", - [0x03cf] = "\xfc\xc4", [0x03d0] = "\xfc\xc5", [0x03d1] = "\xfc\xc6", - [0x03d2] = "\xfc\xc7", [0x03d3] = "\xfc\xc8", [0x03d4] = "\xfc\xc9", - [0x03d5] = "\xfc\xca", [0x03d6] = "\xfc\xcb", [0x03d7] = "\xfc\xcc", - [0x03d8] = "\xfc\xcd", [0x03d9] = "\xfc\xce", [0x03da] = "\xfc\xcf", - [0x03db] = "\xfc\xd0", [0x03dc] = "\xfc\xd1", [0x03dd] = "\xfc\xd2", - [0x03de] = "\xfc\xd3", [0x03df] = "\xfc\xd4", [0x03e0] = "\xfc\xd5", - [0x03e1] = "\xfc\xd6", [0x03e2] = "\xfc\xd7", [0x03e3] = "\xfc\xd8", - [0x03e4] = "\xfc\xd9", [0x03e5] = "\xfc\xda", [0x03e6] = "\xfc\xdb", - [0x03e7] = "\xfc\xdc", [0x03e8] = "\xfc\xdd", [0x03e9] = "\xfc\xde", - [0x03ea] = "\xfc\xdf", [0x03eb] = "\xfc\xe0", [0x03ec] = "\xfc\xe1", - [0x03ed] = "\xfc\xe2", [0x03ee] = "\xfc\xe3", [0x03ef] = "\xfc\xe4", - [0x03f0] = "\xfc\xe5", [0x03f1] = "\xfc\xe6", [0x03f2] = "\xfc\xe7", - [0x03f3] = "\xfc\xe8", [0x03f4] = "\xfc\xe9", [0x03f5] = "\xfc\xea", - [0x03f6] = "\xfc\xeb", [0x03f7] = "\xfc\xec", [0x03f8] = "\xfc\xed", - [0x03f9] = "\xfc\xee", [0x03fa] = "\xfc\xef", [0x03fb] = "\xfc\xf0", - [0x03fc] = "\xfc\xf1", [0x03fd] = "\xfc\xf2", [0x03fe] = "\xfc\xf3", - [0x03ff] = "\xfc\xf4", [0x0400] = "\xfc\xf5", [0x0401] = "\xfc\xf6", - [0x0402] = "\xfc\xf7", [0x0403] = "\xfc\xf8", [0x0404] = "\xfc\xf9", - [0x0405] = "\xfc\xfa", [0x0406] = "\xfc\xfb", [0x0407] = "\xfc\xfc", - [0x0408] = "\xfc\xfd", [0x0409] = "\xfc\xfe", [0x192c] = "\xfd\x9c", - [0x1979] = "\xfd\x9d", [0x1995] = "\xfd\x9e", [0x19e7] = "\xfd\x9f", - [0x19f1] = "\xfd\xa0", [0x040a] = "\xfd\xa1", [0x040b] = "\xfd\xa2", - [0x040c] = "\xfd\xa3", [0x040d] = "\xfd\xa4", [0x040e] = "\xfd\xa5", - [0x040f] = "\xfd\xa6", [0x0410] = "\xfd\xa7", [0x0411] = "\xfd\xa8", - [0x0412] = "\xfd\xa9", [0x0413] = "\xfd\xaa", [0x0414] = "\xfd\xab", - [0x0415] = "\xfd\xac", [0x0416] = "\xfd\xad", [0x0417] = "\xfd\xae", - [0x0418] = "\xfd\xaf", [0x0419] = "\xfd\xb0", [0x041a] = "\xfd\xb1", - [0x041b] = "\xfd\xb2", [0x041c] = "\xfd\xb3", [0x041d] = "\xfd\xb4", - [0x041e] = "\xfd\xb5", [0x041f] = "\xfd\xb6", [0x0420] = "\xfd\xb7", - [0x0421] = "\xfd\xb8", [0x0422] = "\xfd\xb9", [0x0423] = "\xfd\xba", - [0x0424] = "\xfd\xbb", [0x0425] = "\xfd\xbc", [0x0426] = "\xfd\xbd", - [0x0427] = "\xfd\xbe", [0x0428] = "\xfd\xbf", [0x0429] = "\xfd\xc0", - [0x042a] = "\xfd\xc1", [0x042b] = "\xfd\xc2", [0x042c] = "\xfd\xc3", - [0x042d] = "\xfd\xc4", [0x042e] = "\xfd\xc5", [0x042f] = "\xfd\xc6", - [0x0430] = "\xfd\xc7", [0x0431] = "\xfd\xc8", [0x0432] = "\xfd\xc9", - [0x0433] = "\xfd\xca", [0x0434] = "\xfd\xcb", [0x0435] = "\xfd\xcc", - [0x0436] = "\xfd\xcd", [0x0437] = "\xfd\xce", [0x0438] = "\xfd\xcf", - [0x0439] = "\xfd\xd0", [0x043a] = "\xfd\xd1", [0x043b] = "\xfd\xd2", - [0x043c] = "\xfd\xd3", [0x043d] = "\xfd\xd4", [0x043e] = "\xfd\xd5", - [0x043f] = "\xfd\xd6", [0x0440] = "\xfd\xd7", [0x0441] = "\xfd\xd8", - [0x0442] = "\xfd\xd9", [0x0443] = "\xfd\xda", [0x0444] = "\xfd\xdb", - [0x0445] = "\xfd\xdc", [0x0446] = "\xfd\xdd", [0x0447] = "\xfd\xde", - [0x0448] = "\xfd\xdf", [0x0449] = "\xfd\xe0", [0x044a] = "\xfd\xe1", - [0x044b] = "\xfd\xe2", [0x044c] = "\xfd\xe3", [0x044d] = "\xfd\xe4", - [0x044e] = "\xfd\xe5", [0x044f] = "\xfd\xe6", [0x0450] = "\xfd\xe7", - [0x0451] = "\xfd\xe8", [0x0452] = "\xfd\xe9", [0x0453] = "\xfd\xea", - [0x0454] = "\xfd\xeb", [0x0455] = "\xfd\xec", [0x0456] = "\xfd\xed", - [0x0457] = "\xfd\xee", [0x0458] = "\xfd\xef", [0x0459] = "\xfd\xf0", - [0x045a] = "\xfd\xf1", [0x045b] = "\xfd\xf2", [0x045c] = "\xfd\xf3", - [0x045d] = "\xfd\xf4", [0x045e] = "\xfd\xf5", [0x045f] = "\xfd\xf6", - [0x0460] = "\xfd\xf7", [0x0461] = "\xfd\xf8", [0x0462] = "\xfd\xf9", - [0x0463] = "\xfd\xfa", [0x0464] = "\xfd\xfb", [0x0465] = "\xfd\xfc", - [0x0466] = "\xfd\xfd", [0x0467] = "\xfd\xfe", [0x1a0c] = "\xfe\x40", - [0x1a0d] = "\xfe\x41", [0x1a0e] = "\xfe\x42", [0x1a0f] = "\xfe\x43", - [0x1a11] = "\xfe\x44", [0x1a13] = "\xfe\x45", [0x1a14] = "\xfe\x46", - [0x1a18] = "\xfe\x47", [0x1a1f] = "\xfe\x48", [0x1a20] = "\xfe\x49", - [0x1a21] = "\xfe\x4a", [0x1a23] = "\xfe\x4b", [0x1a24] = "\xfe\x4c", - [0x1a27] = "\xfe\x4d", [0x1a28] = "\xfe\x4e", [0x1a29] = "\xfe\x4f", - [0x0816] = "\xfe\x51", [0x0817] = "\xfe\x52", [0x0818] = "\xfe\x53", - [0x081e] = "\xfe\x59", [0x0826] = "\xfe\x61", [0x082b] = "\xfe\x66", - [0x082c] = "\xfe\x67", [0x0831] = "\xfe\x6c", [0x0832] = "\xfe\x6d", - [0x083b] = "\xfe\x76", [0x0843] = "\xfe\x7e", [0x0854] = "\xfe\x90", - [0x0855] = "\xfe\x91", [0x0864] = "\xfe\xa0", [0x0468] = "\xfe\xa1", - [0x0469] = "\xfe\xa2", [0x046a] = "\xfe\xa3", [0x046b] = "\xfe\xa4", - [0x046c] = "\xfe\xa5", [0x046d] = "\xfe\xa6", [0x046e] = "\xfe\xa7", - [0x046f] = "\xfe\xa8", [0x0470] = "\xfe\xa9", [0x0471] = "\xfe\xaa", - [0x0472] = "\xfe\xab", [0x0473] = "\xfe\xac", [0x0474] = "\xfe\xad", - [0x0475] = "\xfe\xae", [0x0476] = "\xfe\xaf", [0x0477] = "\xfe\xb0", - [0x0478] = "\xfe\xb1", [0x0479] = "\xfe\xb2", [0x047a] = "\xfe\xb3", - [0x047b] = "\xfe\xb4", [0x047c] = "\xfe\xb5", [0x047d] = "\xfe\xb6", - [0x047e] = "\xfe\xb7", [0x047f] = "\xfe\xb8", [0x0480] = "\xfe\xb9", - [0x0481] = "\xfe\xba", [0x0482] = "\xfe\xbb", [0x0483] = "\xfe\xbc", - [0x0484] = "\xfe\xbd", [0x0485] = "\xfe\xbe", [0x0486] = "\xfe\xbf", - [0x0487] = "\xfe\xc0", [0x0488] = "\xfe\xc1", [0x0489] = "\xfe\xc2", - [0x048a] = "\xfe\xc3", [0x048b] = "\xfe\xc4", [0x048c] = "\xfe\xc5", - [0x048d] = "\xfe\xc6", [0x048e] = "\xfe\xc7", [0x048f] = "\xfe\xc8", - [0x0490] = "\xfe\xc9", [0x0491] = "\xfe\xca", [0x0492] = "\xfe\xcb", - [0x0493] = "\xfe\xcc", [0x0494] = "\xfe\xcd", [0x0495] = "\xfe\xce", - [0x0496] = "\xfe\xcf", [0x0497] = "\xfe\xd0", [0x0498] = "\xfe\xd1", - [0x0499] = "\xfe\xd2", [0x049a] = "\xfe\xd3", [0x049b] = "\xfe\xd4", - [0x049c] = "\xfe\xd5", [0x049d] = "\xfe\xd6", [0x049e] = "\xfe\xd7", - [0x049f] = "\xfe\xd8", [0x04a0] = "\xfe\xd9", [0x04a1] = "\xfe\xda", - [0x04a2] = "\xfe\xdb", [0x04a3] = "\xfe\xdc", [0x04a4] = "\xfe\xdd", - [0x04a5] = "\xfe\xde", [0x04a6] = "\xfe\xdf", [0x04a7] = "\xfe\xe0", - [0x04a8] = "\xfe\xe1", [0x04a9] = "\xfe\xe2", [0x04aa] = "\xfe\xe3", - [0x04ab] = "\xfe\xe4", [0x04ac] = "\xfe\xe5", [0x04ad] = "\xfe\xe6", - [0x04ae] = "\xfe\xe7", [0x04af] = "\xfe\xe8", [0x04b0] = "\xfe\xe9", - [0x04b1] = "\xfe\xea", [0x04b2] = "\xfe\xeb", [0x04b3] = "\xfe\xec", - [0x04b4] = "\xfe\xed", [0x04b5] = "\xfe\xee", [0x04b6] = "\xfe\xef", - [0x04b7] = "\xfe\xf0", [0x04b8] = "\xfe\xf1", [0x04b9] = "\xfe\xf2", - [0x04ba] = "\xfe\xf3", [0x04bb] = "\xfe\xf4", [0x04bc] = "\xfe\xf5", - [0x04bd] = "\xfe\xf6", [0x04be] = "\xfe\xf7", [0x04bf] = "\xfe\xf8", - [0x04c0] = "\xfe\xf9", [0x04c1] = "\xfe\xfa", [0x04c2] = "\xfe\xfb", - [0x04c3] = "\xfe\xfc", [0x04c4] = "\xfe\xfd", [0x04c5] = "\xfe\xfe", + [0x0000] = "\xaa\xa1", [0x0001] = "\xaa\xa2", [0x0002] = "\xaa\xa3", + [0x0003] = "\xaa\xa4", [0x0004] = "\xaa\xa5", [0x0005] = "\xaa\xa6", + [0x0006] = "\xaa\xa7", [0x0007] = "\xaa\xa8", [0x0008] = "\xaa\xa9", + [0x0009] = "\xaa\xaa", [0x000a] = "\xaa\xab", [0x000b] = "\xaa\xac", + [0x000c] = "\xaa\xad", [0x000d] = "\xaa\xae", [0x000e] = "\xaa\xaf", + [0x000f] = "\xaa\xb0", [0x0010] = "\xaa\xb1", [0x0011] = "\xaa\xb2", + [0x0012] = "\xaa\xb3", [0x0013] = "\xaa\xb4", [0x0014] = "\xaa\xb5", + [0x0015] = "\xaa\xb6", [0x0016] = "\xaa\xb7", [0x0017] = "\xaa\xb8", + [0x0018] = "\xaa\xb9", [0x0019] = "\xaa\xba", [0x001a] = "\xaa\xbb", + [0x001b] = "\xaa\xbc", [0x001c] = "\xaa\xbd", [0x001d] = "\xaa\xbe", + [0x001e] = "\xaa\xbf", [0x001f] = "\xaa\xc0", [0x0020] = "\xaa\xc1", + [0x0021] = "\xaa\xc2", [0x0022] = "\xaa\xc3", [0x0023] = "\xaa\xc4", + [0x0024] = "\xaa\xc5", [0x0025] = "\xaa\xc6", [0x0026] = "\xaa\xc7", + [0x0027] = "\xaa\xc8", [0x0028] = "\xaa\xc9", [0x0029] = "\xaa\xca", + [0x002a] = "\xaa\xcb", [0x002b] = "\xaa\xcc", [0x002c] = "\xaa\xcd", + [0x002d] = "\xaa\xce", [0x002e] = "\xaa\xcf", [0x002f] = "\xaa\xd0", + [0x0030] = "\xaa\xd1", [0x0031] = "\xaa\xd2", [0x0032] = "\xaa\xd3", + [0x0033] = "\xaa\xd4", [0x0034] = "\xaa\xd5", [0x0035] = "\xaa\xd6", + [0x0036] = "\xaa\xd7", [0x0037] = "\xaa\xd8", [0x0038] = "\xaa\xd9", + [0x0039] = "\xaa\xda", [0x003a] = "\xaa\xdb", [0x003b] = "\xaa\xdc", + [0x003c] = "\xaa\xdd", [0x003d] = "\xaa\xde", [0x003e] = "\xaa\xdf", + [0x003f] = "\xaa\xe0", [0x0040] = "\xaa\xe1", [0x0041] = "\xaa\xe2", + [0x0042] = "\xaa\xe3", [0x0043] = "\xaa\xe4", [0x0044] = "\xaa\xe5", + [0x0045] = "\xaa\xe6", [0x0046] = "\xaa\xe7", [0x0047] = "\xaa\xe8", + [0x0048] = "\xaa\xe9", [0x0049] = "\xaa\xea", [0x004a] = "\xaa\xeb", + [0x004b] = "\xaa\xec", [0x004c] = "\xaa\xed", [0x004d] = "\xaa\xee", + [0x004e] = "\xaa\xef", [0x004f] = "\xaa\xf0", [0x0050] = "\xaa\xf1", + [0x0051] = "\xaa\xf2", [0x0052] = "\xaa\xf3", [0x0053] = "\xaa\xf4", + [0x0054] = "\xaa\xf5", [0x0055] = "\xaa\xf6", [0x0056] = "\xaa\xf7", + [0x0057] = "\xaa\xf8", [0x0058] = "\xaa\xf9", [0x0059] = "\xaa\xfa", + [0x005a] = "\xaa\xfb", [0x005b] = "\xaa\xfc", [0x005c] = "\xaa\xfd", + [0x005d] = "\xaa\xfe", [0x005e] = "\xab\xa1", [0x005f] = "\xab\xa2", + [0x0060] = "\xab\xa3", [0x0061] = "\xab\xa4", [0x0062] = "\xab\xa5", + [0x0063] = "\xab\xa6", [0x0064] = "\xab\xa7", [0x0065] = "\xab\xa8", + [0x0066] = "\xab\xa9", [0x0067] = "\xab\xaa", [0x0068] = "\xab\xab", + [0x0069] = "\xab\xac", [0x006a] = "\xab\xad", [0x006b] = "\xab\xae", + [0x006c] = "\xab\xaf", [0x006d] = "\xab\xb0", [0x006e] = "\xab\xb1", + [0x006f] = "\xab\xb2", [0x0070] = "\xab\xb3", [0x0071] = "\xab\xb4", + [0x0072] = "\xab\xb5", [0x0073] = "\xab\xb6", [0x0074] = "\xab\xb7", + [0x0075] = "\xab\xb8", [0x0076] = "\xab\xb9", [0x0077] = "\xab\xba", + [0x0078] = "\xab\xbb", [0x0079] = "\xab\xbc", [0x007a] = "\xab\xbd", + [0x007b] = "\xab\xbe", [0x007c] = "\xab\xbf", [0x007d] = "\xab\xc0", + [0x007e] = "\xab\xc1", [0x007f] = "\xab\xc2", [0x0080] = "\xab\xc3", + [0x0081] = "\xab\xc4", [0x0082] = "\xab\xc5", [0x0083] = "\xab\xc6", + [0x0084] = "\xab\xc7", [0x0085] = "\xab\xc8", [0x0086] = "\xab\xc9", + [0x0087] = "\xab\xca", [0x0088] = "\xab\xcb", [0x0089] = "\xab\xcc", + [0x008a] = "\xab\xcd", [0x008b] = "\xab\xce", [0x008c] = "\xab\xcf", + [0x008d] = "\xab\xd0", [0x008e] = "\xab\xd1", [0x008f] = "\xab\xd2", + [0x0090] = "\xab\xd3", [0x0091] = "\xab\xd4", [0x0092] = "\xab\xd5", + [0x0093] = "\xab\xd6", [0x0094] = "\xab\xd7", [0x0095] = "\xab\xd8", + [0x0096] = "\xab\xd9", [0x0097] = "\xab\xda", [0x0098] = "\xab\xdb", + [0x0099] = "\xab\xdc", [0x009a] = "\xab\xdd", [0x009b] = "\xab\xde", + [0x009c] = "\xab\xdf", [0x009d] = "\xab\xe0", [0x009e] = "\xab\xe1", + [0x009f] = "\xab\xe2", [0x00a0] = "\xab\xe3", [0x00a1] = "\xab\xe4", + [0x00a2] = "\xab\xe5", [0x00a3] = "\xab\xe6", [0x00a4] = "\xab\xe7", + [0x00a5] = "\xab\xe8", [0x00a6] = "\xab\xe9", [0x00a7] = "\xab\xea", + [0x00a8] = "\xab\xeb", [0x00a9] = "\xab\xec", [0x00aa] = "\xab\xed", + [0x00ab] = "\xab\xee", [0x00ac] = "\xab\xef", [0x00ad] = "\xab\xf0", + [0x00ae] = "\xab\xf1", [0x00af] = "\xab\xf2", [0x00b0] = "\xab\xf3", + [0x00b1] = "\xab\xf4", [0x00b2] = "\xab\xf5", [0x00b3] = "\xab\xf6", + [0x00b4] = "\xab\xf7", [0x00b5] = "\xab\xf8", [0x00b6] = "\xab\xf9", + [0x00b7] = "\xab\xfa", [0x00b8] = "\xab\xfb", [0x00b9] = "\xab\xfc", + [0x00ba] = "\xab\xfd", [0x00bb] = "\xab\xfe", [0x00bc] = "\xac\xa1", + [0x00bd] = "\xac\xa2", [0x00be] = "\xac\xa3", [0x00bf] = "\xac\xa4", + [0x00c0] = "\xac\xa5", [0x00c1] = "\xac\xa6", [0x00c2] = "\xac\xa7", + [0x00c3] = "\xac\xa8", [0x00c4] = "\xac\xa9", [0x00c5] = "\xac\xaa", + [0x00c6] = "\xac\xab", [0x00c7] = "\xac\xac", [0x00c8] = "\xac\xad", + [0x00c9] = "\xac\xae", [0x00ca] = "\xac\xaf", [0x00cb] = "\xac\xb0", + [0x00cc] = "\xac\xb1", [0x00cd] = "\xac\xb2", [0x00ce] = "\xac\xb3", + [0x00cf] = "\xac\xb4", [0x00d0] = "\xac\xb5", [0x00d1] = "\xac\xb6", + [0x00d2] = "\xac\xb7", [0x00d3] = "\xac\xb8", [0x00d4] = "\xac\xb9", + [0x00d5] = "\xac\xba", [0x00d6] = "\xac\xbb", [0x00d7] = "\xac\xbc", + [0x00d8] = "\xac\xbd", [0x00d9] = "\xac\xbe", [0x00da] = "\xac\xbf", + [0x00db] = "\xac\xc0", [0x00dc] = "\xac\xc1", [0x00dd] = "\xac\xc2", + [0x00de] = "\xac\xc3", [0x00df] = "\xac\xc4", [0x00e0] = "\xac\xc5", + [0x00e1] = "\xac\xc6", [0x00e2] = "\xac\xc7", [0x00e3] = "\xac\xc8", + [0x00e4] = "\xac\xc9", [0x00e5] = "\xac\xca", [0x00e6] = "\xac\xcb", + [0x00e7] = "\xac\xcc", [0x00e8] = "\xac\xcd", [0x00e9] = "\xac\xce", + [0x00ea] = "\xac\xcf", [0x00eb] = "\xac\xd0", [0x00ec] = "\xac\xd1", + [0x00ed] = "\xac\xd2", [0x00ee] = "\xac\xd3", [0x00ef] = "\xac\xd4", + [0x00f0] = "\xac\xd5", [0x00f1] = "\xac\xd6", [0x00f2] = "\xac\xd7", + [0x00f3] = "\xac\xd8", [0x00f4] = "\xac\xd9", [0x00f5] = "\xac\xda", + [0x00f6] = "\xac\xdb", [0x00f7] = "\xac\xdc", [0x00f8] = "\xac\xdd", + [0x00f9] = "\xac\xde", [0x00fa] = "\xac\xdf", [0x00fb] = "\xac\xe0", + [0x00fc] = "\xac\xe1", [0x00fd] = "\xac\xe2", [0x00fe] = "\xac\xe3", + [0x00ff] = "\xac\xe4", [0x0100] = "\xac\xe5", [0x0101] = "\xac\xe6", + [0x0102] = "\xac\xe7", [0x0103] = "\xac\xe8", [0x0104] = "\xac\xe9", + [0x0105] = "\xac\xea", [0x0106] = "\xac\xeb", [0x0107] = "\xac\xec", + [0x0108] = "\xac\xed", [0x0109] = "\xac\xee", [0x010a] = "\xac\xef", + [0x010b] = "\xac\xf0", [0x010c] = "\xac\xf1", [0x010d] = "\xac\xf2", + [0x010e] = "\xac\xf3", [0x010f] = "\xac\xf4", [0x0110] = "\xac\xf5", + [0x0111] = "\xac\xf6", [0x0112] = "\xac\xf7", [0x0113] = "\xac\xf8", + [0x0114] = "\xac\xf9", [0x0115] = "\xac\xfa", [0x0116] = "\xac\xfb", + [0x0117] = "\xac\xfc", [0x0118] = "\xac\xfd", [0x0119] = "\xac\xfe", + [0x011a] = "\xad\xa1", [0x011b] = "\xad\xa2", [0x011c] = "\xad\xa3", + [0x011d] = "\xad\xa4", [0x011e] = "\xad\xa5", [0x011f] = "\xad\xa6", + [0x0120] = "\xad\xa7", [0x0121] = "\xad\xa8", [0x0122] = "\xad\xa9", + [0x0123] = "\xad\xaa", [0x0124] = "\xad\xab", [0x0125] = "\xad\xac", + [0x0126] = "\xad\xad", [0x0127] = "\xad\xae", [0x0128] = "\xad\xaf", + [0x0129] = "\xad\xb0", [0x012a] = "\xad\xb1", [0x012b] = "\xad\xb2", + [0x012c] = "\xad\xb3", [0x012d] = "\xad\xb4", [0x012e] = "\xad\xb5", + [0x012f] = "\xad\xb6", [0x0130] = "\xad\xb7", [0x0131] = "\xad\xb8", + [0x0132] = "\xad\xb9", [0x0133] = "\xad\xba", [0x0134] = "\xad\xbb", + [0x0135] = "\xad\xbc", [0x0136] = "\xad\xbd", [0x0137] = "\xad\xbe", + [0x0138] = "\xad\xbf", [0x0139] = "\xad\xc0", [0x013a] = "\xad\xc1", + [0x013b] = "\xad\xc2", [0x013c] = "\xad\xc3", [0x013d] = "\xad\xc4", + [0x013e] = "\xad\xc5", [0x013f] = "\xad\xc6", [0x0140] = "\xad\xc7", + [0x0141] = "\xad\xc8", [0x0142] = "\xad\xc9", [0x0143] = "\xad\xca", + [0x0144] = "\xad\xcb", [0x0145] = "\xad\xcc", [0x0146] = "\xad\xcd", + [0x0147] = "\xad\xce", [0x0148] = "\xad\xcf", [0x0149] = "\xad\xd0", + [0x014a] = "\xad\xd1", [0x014b] = "\xad\xd2", [0x014c] = "\xad\xd3", + [0x014d] = "\xad\xd4", [0x014e] = "\xad\xd5", [0x014f] = "\xad\xd6", + [0x0150] = "\xad\xd7", [0x0151] = "\xad\xd8", [0x0152] = "\xad\xd9", + [0x0153] = "\xad\xda", [0x0154] = "\xad\xdb", [0x0155] = "\xad\xdc", + [0x0156] = "\xad\xdd", [0x0157] = "\xad\xde", [0x0158] = "\xad\xdf", + [0x0159] = "\xad\xe0", [0x015a] = "\xad\xe1", [0x015b] = "\xad\xe2", + [0x015c] = "\xad\xe3", [0x015d] = "\xad\xe4", [0x015e] = "\xad\xe5", + [0x015f] = "\xad\xe6", [0x0160] = "\xad\xe7", [0x0161] = "\xad\xe8", + [0x0162] = "\xad\xe9", [0x0163] = "\xad\xea", [0x0164] = "\xad\xeb", + [0x0165] = "\xad\xec", [0x0166] = "\xad\xed", [0x0167] = "\xad\xee", + [0x0168] = "\xad\xef", [0x0169] = "\xad\xf0", [0x016a] = "\xad\xf1", + [0x016b] = "\xad\xf2", [0x016c] = "\xad\xf3", [0x016d] = "\xad\xf4", + [0x016e] = "\xad\xf5", [0x016f] = "\xad\xf6", [0x0170] = "\xad\xf7", + [0x0171] = "\xad\xf8", [0x0172] = "\xad\xf9", [0x0173] = "\xad\xfa", + [0x0174] = "\xad\xfb", [0x0175] = "\xad\xfc", [0x0176] = "\xad\xfd", + [0x0177] = "\xad\xfe", [0x0178] = "\xae\xa1", [0x0179] = "\xae\xa2", + [0x017a] = "\xae\xa3", [0x017b] = "\xae\xa4", [0x017c] = "\xae\xa5", + [0x017d] = "\xae\xa6", [0x017e] = "\xae\xa7", [0x017f] = "\xae\xa8", + [0x0180] = "\xae\xa9", [0x0181] = "\xae\xaa", [0x0182] = "\xae\xab", + [0x0183] = "\xae\xac", [0x0184] = "\xae\xad", [0x0185] = "\xae\xae", + [0x0186] = "\xae\xaf", [0x0187] = "\xae\xb0", [0x0188] = "\xae\xb1", + [0x0189] = "\xae\xb2", [0x018a] = "\xae\xb3", [0x018b] = "\xae\xb4", + [0x018c] = "\xae\xb5", [0x018d] = "\xae\xb6", [0x018e] = "\xae\xb7", + [0x018f] = "\xae\xb8", [0x0190] = "\xae\xb9", [0x0191] = "\xae\xba", + [0x0192] = "\xae\xbb", [0x0193] = "\xae\xbc", [0x0194] = "\xae\xbd", + [0x0195] = "\xae\xbe", [0x0196] = "\xae\xbf", [0x0197] = "\xae\xc0", + [0x0198] = "\xae\xc1", [0x0199] = "\xae\xc2", [0x019a] = "\xae\xc3", + [0x019b] = "\xae\xc4", [0x019c] = "\xae\xc5", [0x019d] = "\xae\xc6", + [0x019e] = "\xae\xc7", [0x019f] = "\xae\xc8", [0x01a0] = "\xae\xc9", + [0x01a1] = "\xae\xca", [0x01a2] = "\xae\xcb", [0x01a3] = "\xae\xcc", + [0x01a4] = "\xae\xcd", [0x01a5] = "\xae\xce", [0x01a6] = "\xae\xcf", + [0x01a7] = "\xae\xd0", [0x01a8] = "\xae\xd1", [0x01a9] = "\xae\xd2", + [0x01aa] = "\xae\xd3", [0x01ab] = "\xae\xd4", [0x01ac] = "\xae\xd5", + [0x01ad] = "\xae\xd6", [0x01ae] = "\xae\xd7", [0x01af] = "\xae\xd8", + [0x01b0] = "\xae\xd9", [0x01b1] = "\xae\xda", [0x01b2] = "\xae\xdb", + [0x01b3] = "\xae\xdc", [0x01b4] = "\xae\xdd", [0x01b5] = "\xae\xde", + [0x01b6] = "\xae\xdf", [0x01b7] = "\xae\xe0", [0x01b8] = "\xae\xe1", + [0x01b9] = "\xae\xe2", [0x01ba] = "\xae\xe3", [0x01bb] = "\xae\xe4", + [0x01bc] = "\xae\xe5", [0x01bd] = "\xae\xe6", [0x01be] = "\xae\xe7", + [0x01bf] = "\xae\xe8", [0x01c0] = "\xae\xe9", [0x01c1] = "\xae\xea", + [0x01c2] = "\xae\xeb", [0x01c3] = "\xae\xec", [0x01c4] = "\xae\xed", + [0x01c5] = "\xae\xee", [0x01c6] = "\xae\xef", [0x01c7] = "\xae\xf0", + [0x01c8] = "\xae\xf1", [0x01c9] = "\xae\xf2", [0x01ca] = "\xae\xf3", + [0x01cb] = "\xae\xf4", [0x01cc] = "\xae\xf5", [0x01cd] = "\xae\xf6", + [0x01ce] = "\xae\xf7", [0x01cf] = "\xae\xf8", [0x01d0] = "\xae\xf9", + [0x01d1] = "\xae\xfa", [0x01d2] = "\xae\xfb", [0x01d3] = "\xae\xfc", + [0x01d4] = "\xae\xfd", [0x01d5] = "\xae\xfe", [0x01d6] = "\xaf\xa1", + [0x01d7] = "\xaf\xa2", [0x01d8] = "\xaf\xa3", [0x01d9] = "\xaf\xa4", + [0x01da] = "\xaf\xa5", [0x01db] = "\xaf\xa6", [0x01dc] = "\xaf\xa7", + [0x01dd] = "\xaf\xa8", [0x01de] = "\xaf\xa9", [0x01df] = "\xaf\xaa", + [0x01e0] = "\xaf\xab", [0x01e1] = "\xaf\xac", [0x01e2] = "\xaf\xad", + [0x01e3] = "\xaf\xae", [0x01e4] = "\xaf\xaf", [0x01e5] = "\xaf\xb0", + [0x01e6] = "\xaf\xb1", [0x01e7] = "\xaf\xb2", [0x01e8] = "\xaf\xb3", + [0x01e9] = "\xaf\xb4", [0x01ea] = "\xaf\xb5", [0x01eb] = "\xaf\xb6", + [0x01ec] = "\xaf\xb7", [0x01ed] = "\xaf\xb8", [0x01ee] = "\xaf\xb9", + [0x01ef] = "\xaf\xba", [0x01f0] = "\xaf\xbb", [0x01f1] = "\xaf\xbc", + [0x01f2] = "\xaf\xbd", [0x01f3] = "\xaf\xbe", [0x01f4] = "\xaf\xbf", + [0x01f5] = "\xaf\xc0", [0x01f6] = "\xaf\xc1", [0x01f7] = "\xaf\xc2", + [0x01f8] = "\xaf\xc3", [0x01f9] = "\xaf\xc4", [0x01fa] = "\xaf\xc5", + [0x01fb] = "\xaf\xc6", [0x01fc] = "\xaf\xc7", [0x01fd] = "\xaf\xc8", + [0x01fe] = "\xaf\xc9", [0x01ff] = "\xaf\xca", [0x0200] = "\xaf\xcb", + [0x0201] = "\xaf\xcc", [0x0202] = "\xaf\xcd", [0x0203] = "\xaf\xce", + [0x0204] = "\xaf\xcf", [0x0205] = "\xaf\xd0", [0x0206] = "\xaf\xd1", + [0x0207] = "\xaf\xd2", [0x0208] = "\xaf\xd3", [0x0209] = "\xaf\xd4", + [0x020a] = "\xaf\xd5", [0x020b] = "\xaf\xd6", [0x020c] = "\xaf\xd7", + [0x020d] = "\xaf\xd8", [0x020e] = "\xaf\xd9", [0x020f] = "\xaf\xda", + [0x0210] = "\xaf\xdb", [0x0211] = "\xaf\xdc", [0x0212] = "\xaf\xdd", + [0x0213] = "\xaf\xde", [0x0214] = "\xaf\xdf", [0x0215] = "\xaf\xe0", + [0x0216] = "\xaf\xe1", [0x0217] = "\xaf\xe2", [0x0218] = "\xaf\xe3", + [0x0219] = "\xaf\xe4", [0x021a] = "\xaf\xe5", [0x021b] = "\xaf\xe6", + [0x021c] = "\xaf\xe7", [0x021d] = "\xaf\xe8", [0x021e] = "\xaf\xe9", + [0x021f] = "\xaf\xea", [0x0220] = "\xaf\xeb", [0x0221] = "\xaf\xec", + [0x0222] = "\xaf\xed", [0x0223] = "\xaf\xee", [0x0224] = "\xaf\xef", + [0x0225] = "\xaf\xf0", [0x0226] = "\xaf\xf1", [0x0227] = "\xaf\xf2", + [0x0228] = "\xaf\xf3", [0x0229] = "\xaf\xf4", [0x022a] = "\xaf\xf5", + [0x022b] = "\xaf\xf6", [0x022c] = "\xaf\xf7", [0x022d] = "\xaf\xf8", + [0x022e] = "\xaf\xf9", [0x022f] = "\xaf\xfa", [0x0230] = "\xaf\xfb", + [0x0231] = "\xaf\xfc", [0x0232] = "\xaf\xfd", [0x0233] = "\xaf\xfe", + [0x0234] = "\xf8\xa1", [0x0235] = "\xf8\xa2", [0x0236] = "\xf8\xa3", + [0x0237] = "\xf8\xa4", [0x0238] = "\xf8\xa5", [0x0239] = "\xf8\xa6", + [0x023a] = "\xf8\xa7", [0x023b] = "\xf8\xa8", [0x023c] = "\xf8\xa9", + [0x023d] = "\xf8\xaa", [0x023e] = "\xf8\xab", [0x023f] = "\xf8\xac", + [0x0240] = "\xf8\xad", [0x0241] = "\xf8\xae", [0x0242] = "\xf8\xaf", + [0x0243] = "\xf8\xb0", [0x0244] = "\xf8\xb1", [0x0245] = "\xf8\xb2", + [0x0246] = "\xf8\xb3", [0x0247] = "\xf8\xb4", [0x0248] = "\xf8\xb5", + [0x0249] = "\xf8\xb6", [0x024a] = "\xf8\xb7", [0x024b] = "\xf8\xb8", + [0x024c] = "\xf8\xb9", [0x024d] = "\xf8\xba", [0x024e] = "\xf8\xbb", + [0x024f] = "\xf8\xbc", [0x0250] = "\xf8\xbd", [0x0251] = "\xf8\xbe", + [0x0252] = "\xf8\xbf", [0x0253] = "\xf8\xc0", [0x0254] = "\xf8\xc1", + [0x0255] = "\xf8\xc2", [0x0256] = "\xf8\xc3", [0x0257] = "\xf8\xc4", + [0x0258] = "\xf8\xc5", [0x0259] = "\xf8\xc6", [0x025a] = "\xf8\xc7", + [0x025b] = "\xf8\xc8", [0x025c] = "\xf8\xc9", [0x025d] = "\xf8\xca", + [0x025e] = "\xf8\xcb", [0x025f] = "\xf8\xcc", [0x0260] = "\xf8\xcd", + [0x0261] = "\xf8\xce", [0x0262] = "\xf8\xcf", [0x0263] = "\xf8\xd0", + [0x0264] = "\xf8\xd1", [0x0265] = "\xf8\xd2", [0x0266] = "\xf8\xd3", + [0x0267] = "\xf8\xd4", [0x0268] = "\xf8\xd5", [0x0269] = "\xf8\xd6", + [0x026a] = "\xf8\xd7", [0x026b] = "\xf8\xd8", [0x026c] = "\xf8\xd9", + [0x026d] = "\xf8\xda", [0x026e] = "\xf8\xdb", [0x026f] = "\xf8\xdc", + [0x0270] = "\xf8\xdd", [0x0271] = "\xf8\xde", [0x0272] = "\xf8\xdf", + [0x0273] = "\xf8\xe0", [0x0274] = "\xf8\xe1", [0x0275] = "\xf8\xe2", + [0x0276] = "\xf8\xe3", [0x0277] = "\xf8\xe4", [0x0278] = "\xf8\xe5", + [0x0279] = "\xf8\xe6", [0x027a] = "\xf8\xe7", [0x027b] = "\xf8\xe8", + [0x027c] = "\xf8\xe9", [0x027d] = "\xf8\xea", [0x027e] = "\xf8\xeb", + [0x027f] = "\xf8\xec", [0x0280] = "\xf8\xed", [0x0281] = "\xf8\xee", + [0x0282] = "\xf8\xef", [0x0283] = "\xf8\xf0", [0x0284] = "\xf8\xf1", + [0x0285] = "\xf8\xf2", [0x0286] = "\xf8\xf3", [0x0287] = "\xf8\xf4", + [0x0288] = "\xf8\xf5", [0x0289] = "\xf8\xf6", [0x028a] = "\xf8\xf7", + [0x028b] = "\xf8\xf8", [0x028c] = "\xf8\xf9", [0x028d] = "\xf8\xfa", + [0x028e] = "\xf8\xfb", [0x028f] = "\xf8\xfc", [0x0290] = "\xf8\xfd", + [0x0291] = "\xf8\xfe", [0x0292] = "\xf9\xa1", [0x0293] = "\xf9\xa2", + [0x0294] = "\xf9\xa3", [0x0295] = "\xf9\xa4", [0x0296] = "\xf9\xa5", + [0x0297] = "\xf9\xa6", [0x0298] = "\xf9\xa7", [0x0299] = "\xf9\xa8", + [0x029a] = "\xf9\xa9", [0x029b] = "\xf9\xaa", [0x029c] = "\xf9\xab", + [0x029d] = "\xf9\xac", [0x029e] = "\xf9\xad", [0x029f] = "\xf9\xae", + [0x02a0] = "\xf9\xaf", [0x02a1] = "\xf9\xb0", [0x02a2] = "\xf9\xb1", + [0x02a3] = "\xf9\xb2", [0x02a4] = "\xf9\xb3", [0x02a5] = "\xf9\xb4", + [0x02a6] = "\xf9\xb5", [0x02a7] = "\xf9\xb6", [0x02a8] = "\xf9\xb7", + [0x02a9] = "\xf9\xb8", [0x02aa] = "\xf9\xb9", [0x02ab] = "\xf9\xba", + [0x02ac] = "\xf9\xbb", [0x02ad] = "\xf9\xbc", [0x02ae] = "\xf9\xbd", + [0x02af] = "\xf9\xbe", [0x02b0] = "\xf9\xbf", [0x02b1] = "\xf9\xc0", + [0x02b2] = "\xf9\xc1", [0x02b3] = "\xf9\xc2", [0x02b4] = "\xf9\xc3", + [0x02b5] = "\xf9\xc4", [0x02b6] = "\xf9\xc5", [0x02b7] = "\xf9\xc6", + [0x02b8] = "\xf9\xc7", [0x02b9] = "\xf9\xc8", [0x02ba] = "\xf9\xc9", + [0x02bb] = "\xf9\xca", [0x02bc] = "\xf9\xcb", [0x02bd] = "\xf9\xcc", + [0x02be] = "\xf9\xcd", [0x02bf] = "\xf9\xce", [0x02c0] = "\xf9\xcf", + [0x02c1] = "\xf9\xd0", [0x02c2] = "\xf9\xd1", [0x02c3] = "\xf9\xd2", + [0x02c4] = "\xf9\xd3", [0x02c5] = "\xf9\xd4", [0x02c6] = "\xf9\xd5", + [0x02c7] = "\xf9\xd6", [0x02c8] = "\xf9\xd7", [0x02c9] = "\xf9\xd8", + [0x02ca] = "\xf9\xd9", [0x02cb] = "\xf9\xda", [0x02cc] = "\xf9\xdb", + [0x02cd] = "\xf9\xdc", [0x02ce] = "\xf9\xdd", [0x02cf] = "\xf9\xde", + [0x02d0] = "\xf9\xdf", [0x02d1] = "\xf9\xe0", [0x02d2] = "\xf9\xe1", + [0x02d3] = "\xf9\xe2", [0x02d4] = "\xf9\xe3", [0x02d5] = "\xf9\xe4", + [0x02d6] = "\xf9\xe5", [0x02d7] = "\xf9\xe6", [0x02d8] = "\xf9\xe7", + [0x02d9] = "\xf9\xe8", [0x02da] = "\xf9\xe9", [0x02db] = "\xf9\xea", + [0x02dc] = "\xf9\xeb", [0x02dd] = "\xf9\xec", [0x02de] = "\xf9\xed", + [0x02df] = "\xf9\xee", [0x02e0] = "\xf9\xef", [0x02e1] = "\xf9\xf0", + [0x02e2] = "\xf9\xf1", [0x02e3] = "\xf9\xf2", [0x02e4] = "\xf9\xf3", + [0x02e5] = "\xf9\xf4", [0x02e6] = "\xf9\xf5", [0x02e7] = "\xf9\xf6", + [0x02e8] = "\xf9\xf7", [0x02e9] = "\xf9\xf8", [0x02ea] = "\xf9\xf9", + [0x02eb] = "\xf9\xfa", [0x02ec] = "\xf9\xfb", [0x02ed] = "\xf9\xfc", + [0x02ee] = "\xf9\xfd", [0x02ef] = "\xf9\xfe", [0x02f0] = "\xfa\xa1", + [0x02f1] = "\xfa\xa2", [0x02f2] = "\xfa\xa3", [0x02f3] = "\xfa\xa4", + [0x02f4] = "\xfa\xa5", [0x02f5] = "\xfa\xa6", [0x02f6] = "\xfa\xa7", + [0x02f7] = "\xfa\xa8", [0x02f8] = "\xfa\xa9", [0x02f9] = "\xfa\xaa", + [0x02fa] = "\xfa\xab", [0x02fb] = "\xfa\xac", [0x02fc] = "\xfa\xad", + [0x02fd] = "\xfa\xae", [0x02fe] = "\xfa\xaf", [0x02ff] = "\xfa\xb0", + [0x0300] = "\xfa\xb1", [0x0301] = "\xfa\xb2", [0x0302] = "\xfa\xb3", + [0x0303] = "\xfa\xb4", [0x0304] = "\xfa\xb5", [0x0305] = "\xfa\xb6", + [0x0306] = "\xfa\xb7", [0x0307] = "\xfa\xb8", [0x0308] = "\xfa\xb9", + [0x0309] = "\xfa\xba", [0x030a] = "\xfa\xbb", [0x030b] = "\xfa\xbc", + [0x030c] = "\xfa\xbd", [0x030d] = "\xfa\xbe", [0x030e] = "\xfa\xbf", + [0x030f] = "\xfa\xc0", [0x0310] = "\xfa\xc1", [0x0311] = "\xfa\xc2", + [0x0312] = "\xfa\xc3", [0x0313] = "\xfa\xc4", [0x0314] = "\xfa\xc5", + [0x0315] = "\xfa\xc6", [0x0316] = "\xfa\xc7", [0x0317] = "\xfa\xc8", + [0x0318] = "\xfa\xc9", [0x0319] = "\xfa\xca", [0x031a] = "\xfa\xcb", + [0x031b] = "\xfa\xcc", [0x031c] = "\xfa\xcd", [0x031d] = "\xfa\xce", + [0x031e] = "\xfa\xcf", [0x031f] = "\xfa\xd0", [0x0320] = "\xfa\xd1", + [0x0321] = "\xfa\xd2", [0x0322] = "\xfa\xd3", [0x0323] = "\xfa\xd4", + [0x0324] = "\xfa\xd5", [0x0325] = "\xfa\xd6", [0x0326] = "\xfa\xd7", + [0x0327] = "\xfa\xd8", [0x0328] = "\xfa\xd9", [0x0329] = "\xfa\xda", + [0x032a] = "\xfa\xdb", [0x032b] = "\xfa\xdc", [0x032c] = "\xfa\xdd", + [0x032d] = "\xfa\xde", [0x032e] = "\xfa\xdf", [0x032f] = "\xfa\xe0", + [0x0330] = "\xfa\xe1", [0x0331] = "\xfa\xe2", [0x0332] = "\xfa\xe3", + [0x0333] = "\xfa\xe4", [0x0334] = "\xfa\xe5", [0x0335] = "\xfa\xe6", + [0x0336] = "\xfa\xe7", [0x0337] = "\xfa\xe8", [0x0338] = "\xfa\xe9", + [0x0339] = "\xfa\xea", [0x033a] = "\xfa\xeb", [0x033b] = "\xfa\xec", + [0x033c] = "\xfa\xed", [0x033d] = "\xfa\xee", [0x033e] = "\xfa\xef", + [0x033f] = "\xfa\xf0", [0x0340] = "\xfa\xf1", [0x0341] = "\xfa\xf2", + [0x0342] = "\xfa\xf3", [0x0343] = "\xfa\xf4", [0x0344] = "\xfa\xf5", + [0x0345] = "\xfa\xf6", [0x0346] = "\xfa\xf7", [0x0347] = "\xfa\xf8", + [0x0348] = "\xfa\xf9", [0x0349] = "\xfa\xfa", [0x034a] = "\xfa\xfb", + [0x034b] = "\xfa\xfc", [0x034c] = "\xfa\xfd", [0x034d] = "\xfa\xfe", + [0x034e] = "\xfb\xa1", [0x034f] = "\xfb\xa2", [0x0350] = "\xfb\xa3", + [0x0351] = "\xfb\xa4", [0x0352] = "\xfb\xa5", [0x0353] = "\xfb\xa6", + [0x0354] = "\xfb\xa7", [0x0355] = "\xfb\xa8", [0x0356] = "\xfb\xa9", + [0x0357] = "\xfb\xaa", [0x0358] = "\xfb\xab", [0x0359] = "\xfb\xac", + [0x035a] = "\xfb\xad", [0x035b] = "\xfb\xae", [0x035c] = "\xfb\xaf", + [0x035d] = "\xfb\xb0", [0x035e] = "\xfb\xb1", [0x035f] = "\xfb\xb2", + [0x0360] = "\xfb\xb3", [0x0361] = "\xfb\xb4", [0x0362] = "\xfb\xb5", + [0x0363] = "\xfb\xb6", [0x0364] = "\xfb\xb7", [0x0365] = "\xfb\xb8", + [0x0366] = "\xfb\xb9", [0x0367] = "\xfb\xba", [0x0368] = "\xfb\xbb", + [0x0369] = "\xfb\xbc", [0x036a] = "\xfb\xbd", [0x036b] = "\xfb\xbe", + [0x036c] = "\xfb\xbf", [0x036d] = "\xfb\xc0", [0x036e] = "\xfb\xc1", + [0x036f] = "\xfb\xc2", [0x0370] = "\xfb\xc3", [0x0371] = "\xfb\xc4", + [0x0372] = "\xfb\xc5", [0x0373] = "\xfb\xc6", [0x0374] = "\xfb\xc7", + [0x0375] = "\xfb\xc8", [0x0376] = "\xfb\xc9", [0x0377] = "\xfb\xca", + [0x0378] = "\xfb\xcb", [0x0379] = "\xfb\xcc", [0x037a] = "\xfb\xcd", + [0x037b] = "\xfb\xce", [0x037c] = "\xfb\xcf", [0x037d] = "\xfb\xd0", + [0x037e] = "\xfb\xd1", [0x037f] = "\xfb\xd2", [0x0380] = "\xfb\xd3", + [0x0381] = "\xfb\xd4", [0x0382] = "\xfb\xd5", [0x0383] = "\xfb\xd6", + [0x0384] = "\xfb\xd7", [0x0385] = "\xfb\xd8", [0x0386] = "\xfb\xd9", + [0x0387] = "\xfb\xda", [0x0388] = "\xfb\xdb", [0x0389] = "\xfb\xdc", + [0x038a] = "\xfb\xdd", [0x038b] = "\xfb\xde", [0x038c] = "\xfb\xdf", + [0x038d] = "\xfb\xe0", [0x038e] = "\xfb\xe1", [0x038f] = "\xfb\xe2", + [0x0390] = "\xfb\xe3", [0x0391] = "\xfb\xe4", [0x0392] = "\xfb\xe5", + [0x0393] = "\xfb\xe6", [0x0394] = "\xfb\xe7", [0x0395] = "\xfb\xe8", + [0x0396] = "\xfb\xe9", [0x0397] = "\xfb\xea", [0x0398] = "\xfb\xeb", + [0x0399] = "\xfb\xec", [0x039a] = "\xfb\xed", [0x039b] = "\xfb\xee", + [0x039c] = "\xfb\xef", [0x039d] = "\xfb\xf0", [0x039e] = "\xfb\xf1", + [0x039f] = "\xfb\xf2", [0x03a0] = "\xfb\xf3", [0x03a1] = "\xfb\xf4", + [0x03a2] = "\xfb\xf5", [0x03a3] = "\xfb\xf6", [0x03a4] = "\xfb\xf7", + [0x03a5] = "\xfb\xf8", [0x03a6] = "\xfb\xf9", [0x03a7] = "\xfb\xfa", + [0x03a8] = "\xfb\xfb", [0x03a9] = "\xfb\xfc", [0x03aa] = "\xfb\xfd", + [0x03ab] = "\xfb\xfe", [0x03ac] = "\xfc\xa1", [0x03ad] = "\xfc\xa2", + [0x03ae] = "\xfc\xa3", [0x03af] = "\xfc\xa4", [0x03b0] = "\xfc\xa5", + [0x03b1] = "\xfc\xa6", [0x03b2] = "\xfc\xa7", [0x03b3] = "\xfc\xa8", + [0x03b4] = "\xfc\xa9", [0x03b5] = "\xfc\xaa", [0x03b6] = "\xfc\xab", + [0x03b7] = "\xfc\xac", [0x03b8] = "\xfc\xad", [0x03b9] = "\xfc\xae", + [0x03ba] = "\xfc\xaf", [0x03bb] = "\xfc\xb0", [0x03bc] = "\xfc\xb1", + [0x03bd] = "\xfc\xb2", [0x03be] = "\xfc\xb3", [0x03bf] = "\xfc\xb4", + [0x03c0] = "\xfc\xb5", [0x03c1] = "\xfc\xb6", [0x03c2] = "\xfc\xb7", + [0x03c3] = "\xfc\xb8", [0x03c4] = "\xfc\xb9", [0x03c5] = "\xfc\xba", + [0x03c6] = "\xfc\xbb", [0x03c7] = "\xfc\xbc", [0x03c8] = "\xfc\xbd", + [0x03c9] = "\xfc\xbe", [0x03ca] = "\xfc\xbf", [0x03cb] = "\xfc\xc0", + [0x03cc] = "\xfc\xc1", [0x03cd] = "\xfc\xc2", [0x03ce] = "\xfc\xc3", + [0x03cf] = "\xfc\xc4", [0x03d0] = "\xfc\xc5", [0x03d1] = "\xfc\xc6", + [0x03d2] = "\xfc\xc7", [0x03d3] = "\xfc\xc8", [0x03d4] = "\xfc\xc9", + [0x03d5] = "\xfc\xca", [0x03d6] = "\xfc\xcb", [0x03d7] = "\xfc\xcc", + [0x03d8] = "\xfc\xcd", [0x03d9] = "\xfc\xce", [0x03da] = "\xfc\xcf", + [0x03db] = "\xfc\xd0", [0x03dc] = "\xfc\xd1", [0x03dd] = "\xfc\xd2", + [0x03de] = "\xfc\xd3", [0x03df] = "\xfc\xd4", [0x03e0] = "\xfc\xd5", + [0x03e1] = "\xfc\xd6", [0x03e2] = "\xfc\xd7", [0x03e3] = "\xfc\xd8", + [0x03e4] = "\xfc\xd9", [0x03e5] = "\xfc\xda", [0x03e6] = "\xfc\xdb", + [0x03e7] = "\xfc\xdc", [0x03e8] = "\xfc\xdd", [0x03e9] = "\xfc\xde", + [0x03ea] = "\xfc\xdf", [0x03eb] = "\xfc\xe0", [0x03ec] = "\xfc\xe1", + [0x03ed] = "\xfc\xe2", [0x03ee] = "\xfc\xe3", [0x03ef] = "\xfc\xe4", + [0x03f0] = "\xfc\xe5", [0x03f1] = "\xfc\xe6", [0x03f2] = "\xfc\xe7", + [0x03f3] = "\xfc\xe8", [0x03f4] = "\xfc\xe9", [0x03f5] = "\xfc\xea", + [0x03f6] = "\xfc\xeb", [0x03f7] = "\xfc\xec", [0x03f8] = "\xfc\xed", + [0x03f9] = "\xfc\xee", [0x03fa] = "\xfc\xef", [0x03fb] = "\xfc\xf0", + [0x03fc] = "\xfc\xf1", [0x03fd] = "\xfc\xf2", [0x03fe] = "\xfc\xf3", + [0x03ff] = "\xfc\xf4", [0x0400] = "\xfc\xf5", [0x0401] = "\xfc\xf6", + [0x0402] = "\xfc\xf7", [0x0403] = "\xfc\xf8", [0x0404] = "\xfc\xf9", + [0x0405] = "\xfc\xfa", [0x0406] = "\xfc\xfb", [0x0407] = "\xfc\xfc", + [0x0408] = "\xfc\xfd", [0x0409] = "\xfc\xfe", [0x040a] = "\xfd\xa1", + [0x040b] = "\xfd\xa2", [0x040c] = "\xfd\xa3", [0x040d] = "\xfd\xa4", + [0x040e] = "\xfd\xa5", [0x040f] = "\xfd\xa6", [0x0410] = "\xfd\xa7", + [0x0411] = "\xfd\xa8", [0x0412] = "\xfd\xa9", [0x0413] = "\xfd\xaa", + [0x0414] = "\xfd\xab", [0x0415] = "\xfd\xac", [0x0416] = "\xfd\xad", + [0x0417] = "\xfd\xae", [0x0418] = "\xfd\xaf", [0x0419] = "\xfd\xb0", + [0x041a] = "\xfd\xb1", [0x041b] = "\xfd\xb2", [0x041c] = "\xfd\xb3", + [0x041d] = "\xfd\xb4", [0x041e] = "\xfd\xb5", [0x041f] = "\xfd\xb6", + [0x0420] = "\xfd\xb7", [0x0421] = "\xfd\xb8", [0x0422] = "\xfd\xb9", + [0x0423] = "\xfd\xba", [0x0424] = "\xfd\xbb", [0x0425] = "\xfd\xbc", + [0x0426] = "\xfd\xbd", [0x0427] = "\xfd\xbe", [0x0428] = "\xfd\xbf", + [0x0429] = "\xfd\xc0", [0x042a] = "\xfd\xc1", [0x042b] = "\xfd\xc2", + [0x042c] = "\xfd\xc3", [0x042d] = "\xfd\xc4", [0x042e] = "\xfd\xc5", + [0x042f] = "\xfd\xc6", [0x0430] = "\xfd\xc7", [0x0431] = "\xfd\xc8", + [0x0432] = "\xfd\xc9", [0x0433] = "\xfd\xca", [0x0434] = "\xfd\xcb", + [0x0435] = "\xfd\xcc", [0x0436] = "\xfd\xcd", [0x0437] = "\xfd\xce", + [0x0438] = "\xfd\xcf", [0x0439] = "\xfd\xd0", [0x043a] = "\xfd\xd1", + [0x043b] = "\xfd\xd2", [0x043c] = "\xfd\xd3", [0x043d] = "\xfd\xd4", + [0x043e] = "\xfd\xd5", [0x043f] = "\xfd\xd6", [0x0440] = "\xfd\xd7", + [0x0441] = "\xfd\xd8", [0x0442] = "\xfd\xd9", [0x0443] = "\xfd\xda", + [0x0444] = "\xfd\xdb", [0x0445] = "\xfd\xdc", [0x0446] = "\xfd\xdd", + [0x0447] = "\xfd\xde", [0x0448] = "\xfd\xdf", [0x0449] = "\xfd\xe0", + [0x044a] = "\xfd\xe1", [0x044b] = "\xfd\xe2", [0x044c] = "\xfd\xe3", + [0x044d] = "\xfd\xe4", [0x044e] = "\xfd\xe5", [0x044f] = "\xfd\xe6", + [0x0450] = "\xfd\xe7", [0x0451] = "\xfd\xe8", [0x0452] = "\xfd\xe9", + [0x0453] = "\xfd\xea", [0x0454] = "\xfd\xeb", [0x0455] = "\xfd\xec", + [0x0456] = "\xfd\xed", [0x0457] = "\xfd\xee", [0x0458] = "\xfd\xef", + [0x0459] = "\xfd\xf0", [0x045a] = "\xfd\xf1", [0x045b] = "\xfd\xf2", + [0x045c] = "\xfd\xf3", [0x045d] = "\xfd\xf4", [0x045e] = "\xfd\xf5", + [0x045f] = "\xfd\xf6", [0x0460] = "\xfd\xf7", [0x0461] = "\xfd\xf8", + [0x0462] = "\xfd\xf9", [0x0463] = "\xfd\xfa", [0x0464] = "\xfd\xfb", + [0x0465] = "\xfd\xfc", [0x0466] = "\xfd\xfd", [0x0467] = "\xfd\xfe", + [0x0468] = "\xfe\xa1", [0x0469] = "\xfe\xa2", [0x046a] = "\xfe\xa3", + [0x046b] = "\xfe\xa4", [0x046c] = "\xfe\xa5", [0x046d] = "\xfe\xa6", + [0x046e] = "\xfe\xa7", [0x046f] = "\xfe\xa8", [0x0470] = "\xfe\xa9", + [0x0471] = "\xfe\xaa", [0x0472] = "\xfe\xab", [0x0473] = "\xfe\xac", + [0x0474] = "\xfe\xad", [0x0475] = "\xfe\xae", [0x0476] = "\xfe\xaf", + [0x0477] = "\xfe\xb0", [0x0478] = "\xfe\xb1", [0x0479] = "\xfe\xb2", + [0x047a] = "\xfe\xb3", [0x047b] = "\xfe\xb4", [0x047c] = "\xfe\xb5", + [0x047d] = "\xfe\xb6", [0x047e] = "\xfe\xb7", [0x047f] = "\xfe\xb8", + [0x0480] = "\xfe\xb9", [0x0481] = "\xfe\xba", [0x0482] = "\xfe\xbb", + [0x0483] = "\xfe\xbc", [0x0484] = "\xfe\xbd", [0x0485] = "\xfe\xbe", + [0x0486] = "\xfe\xbf", [0x0487] = "\xfe\xc0", [0x0488] = "\xfe\xc1", + [0x0489] = "\xfe\xc2", [0x048a] = "\xfe\xc3", [0x048b] = "\xfe\xc4", + [0x048c] = "\xfe\xc5", [0x048d] = "\xfe\xc6", [0x048e] = "\xfe\xc7", + [0x048f] = "\xfe\xc8", [0x0490] = "\xfe\xc9", [0x0491] = "\xfe\xca", + [0x0492] = "\xfe\xcb", [0x0493] = "\xfe\xcc", [0x0494] = "\xfe\xcd", + [0x0495] = "\xfe\xce", [0x0496] = "\xfe\xcf", [0x0497] = "\xfe\xd0", + [0x0498] = "\xfe\xd1", [0x0499] = "\xfe\xd2", [0x049a] = "\xfe\xd3", + [0x049b] = "\xfe\xd4", [0x049c] = "\xfe\xd5", [0x049d] = "\xfe\xd6", + [0x049e] = "\xfe\xd7", [0x049f] = "\xfe\xd8", [0x04a0] = "\xfe\xd9", + [0x04a1] = "\xfe\xda", [0x04a2] = "\xfe\xdb", [0x04a3] = "\xfe\xdc", + [0x04a4] = "\xfe\xdd", [0x04a5] = "\xfe\xde", [0x04a6] = "\xfe\xdf", + [0x04a7] = "\xfe\xe0", [0x04a8] = "\xfe\xe1", [0x04a9] = "\xfe\xe2", + [0x04aa] = "\xfe\xe3", [0x04ab] = "\xfe\xe4", [0x04ac] = "\xfe\xe5", + [0x04ad] = "\xfe\xe6", [0x04ae] = "\xfe\xe7", [0x04af] = "\xfe\xe8", + [0x04b0] = "\xfe\xe9", [0x04b1] = "\xfe\xea", [0x04b2] = "\xfe\xeb", + [0x04b3] = "\xfe\xec", [0x04b4] = "\xfe\xed", [0x04b5] = "\xfe\xee", + [0x04b6] = "\xfe\xef", [0x04b7] = "\xfe\xf0", [0x04b8] = "\xfe\xf1", + [0x04b9] = "\xfe\xf2", [0x04ba] = "\xfe\xf3", [0x04bb] = "\xfe\xf4", + [0x04bc] = "\xfe\xf5", [0x04bd] = "\xfe\xf6", [0x04be] = "\xfe\xf7", + [0x04bf] = "\xfe\xf8", [0x04c0] = "\xfe\xf9", [0x04c1] = "\xfe\xfa", + [0x04c2] = "\xfe\xfb", [0x04c3] = "\xfe\xfc", [0x04c4] = "\xfe\xfd", + [0x04c5] = "\xfe\xfe", [0x04c6] = "\xa1\x40", [0x04c7] = "\xa1\x41", + [0x04c8] = "\xa1\x42", [0x04c9] = "\xa1\x43", [0x04ca] = "\xa1\x44", + [0x04cb] = "\xa1\x45", [0x04cc] = "\xa1\x46", [0x04cd] = "\xa1\x47", + [0x04ce] = "\xa1\x48", [0x04cf] = "\xa1\x49", [0x04d0] = "\xa1\x4a", + [0x04d1] = "\xa1\x4b", [0x04d2] = "\xa1\x4c", [0x04d3] = "\xa1\x4d", + [0x04d4] = "\xa1\x4e", [0x04d5] = "\xa1\x4f", [0x04d6] = "\xa1\x50", + [0x04d7] = "\xa1\x51", [0x04d8] = "\xa1\x52", [0x04d9] = "\xa1\x53", + [0x04da] = "\xa1\x54", [0x04db] = "\xa1\x55", [0x04dc] = "\xa1\x56", + [0x04dd] = "\xa1\x57", [0x04de] = "\xa1\x58", [0x04df] = "\xa1\x59", + [0x04e0] = "\xa1\x5a", [0x04e1] = "\xa1\x5b", [0x04e2] = "\xa1\x5c", + [0x04e3] = "\xa1\x5d", [0x04e4] = "\xa1\x5e", [0x04e5] = "\xa1\x5f", + [0x04e6] = "\xa1\x60", [0x04e7] = "\xa1\x61", [0x04e8] = "\xa1\x62", + [0x04e9] = "\xa1\x63", [0x04ea] = "\xa1\x64", [0x04eb] = "\xa1\x65", + [0x04ec] = "\xa1\x66", [0x04ed] = "\xa1\x67", [0x04ee] = "\xa1\x68", + [0x04ef] = "\xa1\x69", [0x04f0] = "\xa1\x6a", [0x04f1] = "\xa1\x6b", + [0x04f2] = "\xa1\x6c", [0x04f3] = "\xa1\x6d", [0x04f4] = "\xa1\x6e", + [0x04f5] = "\xa1\x6f", [0x04f6] = "\xa1\x70", [0x04f7] = "\xa1\x71", + [0x04f8] = "\xa1\x72", [0x04f9] = "\xa1\x73", [0x04fa] = "\xa1\x74", + [0x04fb] = "\xa1\x75", [0x04fc] = "\xa1\x76", [0x04fd] = "\xa1\x77", + [0x04fe] = "\xa1\x78", [0x04ff] = "\xa1\x79", [0x0500] = "\xa1\x7a", + [0x0501] = "\xa1\x7b", [0x0502] = "\xa1\x7c", [0x0503] = "\xa1\x7d", + [0x0504] = "\xa1\x7e", [0x0505] = "\xa1\x80", [0x0506] = "\xa1\x81", + [0x0507] = "\xa1\x82", [0x0508] = "\xa1\x83", [0x0509] = "\xa1\x84", + [0x050a] = "\xa1\x85", [0x050b] = "\xa1\x86", [0x050c] = "\xa1\x87", + [0x050d] = "\xa1\x88", [0x050e] = "\xa1\x89", [0x050f] = "\xa1\x8a", + [0x0510] = "\xa1\x8b", [0x0511] = "\xa1\x8c", [0x0512] = "\xa1\x8d", + [0x0513] = "\xa1\x8e", [0x0514] = "\xa1\x8f", [0x0515] = "\xa1\x90", + [0x0516] = "\xa1\x91", [0x0517] = "\xa1\x92", [0x0518] = "\xa1\x93", + [0x0519] = "\xa1\x94", [0x051a] = "\xa1\x95", [0x051b] = "\xa1\x96", + [0x051c] = "\xa1\x97", [0x051d] = "\xa1\x98", [0x051e] = "\xa1\x99", + [0x051f] = "\xa1\x9a", [0x0520] = "\xa1\x9b", [0x0521] = "\xa1\x9c", + [0x0522] = "\xa1\x9d", [0x0523] = "\xa1\x9e", [0x0524] = "\xa1\x9f", + [0x0525] = "\xa1\xa0", [0x0526] = "\xa2\x40", [0x0527] = "\xa2\x41", + [0x0528] = "\xa2\x42", [0x0529] = "\xa2\x43", [0x052a] = "\xa2\x44", + [0x052b] = "\xa2\x45", [0x052c] = "\xa2\x46", [0x052d] = "\xa2\x47", + [0x052e] = "\xa2\x48", [0x052f] = "\xa2\x49", [0x0530] = "\xa2\x4a", + [0x0531] = "\xa2\x4b", [0x0532] = "\xa2\x4c", [0x0533] = "\xa2\x4d", + [0x0534] = "\xa2\x4e", [0x0535] = "\xa2\x4f", [0x0536] = "\xa2\x50", + [0x0537] = "\xa2\x51", [0x0538] = "\xa2\x52", [0x0539] = "\xa2\x53", + [0x053a] = "\xa2\x54", [0x053b] = "\xa2\x55", [0x053c] = "\xa2\x56", + [0x053d] = "\xa2\x57", [0x053e] = "\xa2\x58", [0x053f] = "\xa2\x59", + [0x0540] = "\xa2\x5a", [0x0541] = "\xa2\x5b", [0x0542] = "\xa2\x5c", + [0x0543] = "\xa2\x5d", [0x0544] = "\xa2\x5e", [0x0545] = "\xa2\x5f", + [0x0546] = "\xa2\x60", [0x0547] = "\xa2\x61", [0x0548] = "\xa2\x62", + [0x0549] = "\xa2\x63", [0x054a] = "\xa2\x64", [0x054b] = "\xa2\x65", + [0x054c] = "\xa2\x66", [0x054d] = "\xa2\x67", [0x054e] = "\xa2\x68", + [0x054f] = "\xa2\x69", [0x0550] = "\xa2\x6a", [0x0551] = "\xa2\x6b", + [0x0552] = "\xa2\x6c", [0x0553] = "\xa2\x6d", [0x0554] = "\xa2\x6e", + [0x0555] = "\xa2\x6f", [0x0556] = "\xa2\x70", [0x0557] = "\xa2\x71", + [0x0558] = "\xa2\x72", [0x0559] = "\xa2\x73", [0x055a] = "\xa2\x74", + [0x055b] = "\xa2\x75", [0x055c] = "\xa2\x76", [0x055d] = "\xa2\x77", + [0x055e] = "\xa2\x78", [0x055f] = "\xa2\x79", [0x0560] = "\xa2\x7a", + [0x0561] = "\xa2\x7b", [0x0562] = "\xa2\x7c", [0x0563] = "\xa2\x7d", + [0x0564] = "\xa2\x7e", [0x0565] = "\xa2\x80", [0x0566] = "\xa2\x81", + [0x0567] = "\xa2\x82", [0x0568] = "\xa2\x83", [0x0569] = "\xa2\x84", + [0x056a] = "\xa2\x85", [0x056b] = "\xa2\x86", [0x056c] = "\xa2\x87", + [0x056d] = "\xa2\x88", [0x056e] = "\xa2\x89", [0x056f] = "\xa2\x8a", + [0x0570] = "\xa2\x8b", [0x0571] = "\xa2\x8c", [0x0572] = "\xa2\x8d", + [0x0573] = "\xa2\x8e", [0x0574] = "\xa2\x8f", [0x0575] = "\xa2\x90", + [0x0576] = "\xa2\x91", [0x0577] = "\xa2\x92", [0x0578] = "\xa2\x93", + [0x0579] = "\xa2\x94", [0x057a] = "\xa2\x95", [0x057b] = "\xa2\x96", + [0x057c] = "\xa2\x97", [0x057d] = "\xa2\x98", [0x057e] = "\xa2\x99", + [0x057f] = "\xa2\x9a", [0x0580] = "\xa2\x9b", [0x0581] = "\xa2\x9c", + [0x0582] = "\xa2\x9d", [0x0583] = "\xa2\x9e", [0x0584] = "\xa2\x9f", + [0x0585] = "\xa2\xa0", [0x0586] = "\xa3\x40", [0x0587] = "\xa3\x41", + [0x0588] = "\xa3\x42", [0x0589] = "\xa3\x43", [0x058a] = "\xa3\x44", + [0x058b] = "\xa3\x45", [0x058c] = "\xa3\x46", [0x058d] = "\xa3\x47", + [0x058e] = "\xa3\x48", [0x058f] = "\xa3\x49", [0x0590] = "\xa3\x4a", + [0x0591] = "\xa3\x4b", [0x0592] = "\xa3\x4c", [0x0593] = "\xa3\x4d", + [0x0594] = "\xa3\x4e", [0x0595] = "\xa3\x4f", [0x0596] = "\xa3\x50", + [0x0597] = "\xa3\x51", [0x0598] = "\xa3\x52", [0x0599] = "\xa3\x53", + [0x059a] = "\xa3\x54", [0x059b] = "\xa3\x55", [0x059c] = "\xa3\x56", + [0x059d] = "\xa3\x57", [0x059e] = "\xa3\x58", [0x059f] = "\xa3\x59", + [0x05a0] = "\xa3\x5a", [0x05a1] = "\xa3\x5b", [0x05a2] = "\xa3\x5c", + [0x05a3] = "\xa3\x5d", [0x05a4] = "\xa3\x5e", [0x05a5] = "\xa3\x5f", + [0x05a6] = "\xa3\x60", [0x05a7] = "\xa3\x61", [0x05a8] = "\xa3\x62", + [0x05a9] = "\xa3\x63", [0x05aa] = "\xa3\x64", [0x05ab] = "\xa3\x65", + [0x05ac] = "\xa3\x66", [0x05ad] = "\xa3\x67", [0x05ae] = "\xa3\x68", + [0x05af] = "\xa3\x69", [0x05b0] = "\xa3\x6a", [0x05b1] = "\xa3\x6b", + [0x05b2] = "\xa3\x6c", [0x05b3] = "\xa3\x6d", [0x05b4] = "\xa3\x6e", + [0x05b5] = "\xa3\x6f", [0x05b6] = "\xa3\x70", [0x05b7] = "\xa3\x71", + [0x05b8] = "\xa3\x72", [0x05b9] = "\xa3\x73", [0x05ba] = "\xa3\x74", + [0x05bb] = "\xa3\x75", [0x05bc] = "\xa3\x76", [0x05bd] = "\xa3\x77", + [0x05be] = "\xa3\x78", [0x05bf] = "\xa3\x79", [0x05c0] = "\xa3\x7a", + [0x05c1] = "\xa3\x7b", [0x05c2] = "\xa3\x7c", [0x05c3] = "\xa3\x7d", + [0x05c4] = "\xa3\x7e", [0x05c5] = "\xa3\x80", [0x05c6] = "\xa3\x81", + [0x05c7] = "\xa3\x82", [0x05c8] = "\xa3\x83", [0x05c9] = "\xa3\x84", + [0x05ca] = "\xa3\x85", [0x05cb] = "\xa3\x86", [0x05cc] = "\xa3\x87", + [0x05cd] = "\xa3\x88", [0x05ce] = "\xa3\x89", [0x05cf] = "\xa3\x8a", + [0x05d0] = "\xa3\x8b", [0x05d1] = "\xa3\x8c", [0x05d2] = "\xa3\x8d", + [0x05d3] = "\xa3\x8e", [0x05d4] = "\xa3\x8f", [0x05d5] = "\xa3\x90", + [0x05d6] = "\xa3\x91", [0x05d7] = "\xa3\x92", [0x05d8] = "\xa3\x93", + [0x05d9] = "\xa3\x94", [0x05da] = "\xa3\x95", [0x05db] = "\xa3\x96", + [0x05dc] = "\xa3\x97", [0x05dd] = "\xa3\x98", [0x05de] = "\xa3\x99", + [0x05df] = "\xa3\x9a", [0x05e0] = "\xa3\x9b", [0x05e1] = "\xa3\x9c", + [0x05e2] = "\xa3\x9d", [0x05e3] = "\xa3\x9e", [0x05e4] = "\xa3\x9f", + [0x05e5] = "\xa3\xa0", [0x05e6] = "\xa4\x40", [0x05e7] = "\xa4\x41", + [0x05e8] = "\xa4\x42", [0x05e9] = "\xa4\x43", [0x05ea] = "\xa4\x44", + [0x05eb] = "\xa4\x45", [0x05ec] = "\xa4\x46", [0x05ed] = "\xa4\x47", + [0x05ee] = "\xa4\x48", [0x05ef] = "\xa4\x49", [0x05f0] = "\xa4\x4a", + [0x05f1] = "\xa4\x4b", [0x05f2] = "\xa4\x4c", [0x05f3] = "\xa4\x4d", + [0x05f4] = "\xa4\x4e", [0x05f5] = "\xa4\x4f", [0x05f6] = "\xa4\x50", + [0x05f7] = "\xa4\x51", [0x05f8] = "\xa4\x52", [0x05f9] = "\xa4\x53", + [0x05fa] = "\xa4\x54", [0x05fb] = "\xa4\x55", [0x05fc] = "\xa4\x56", + [0x05fd] = "\xa4\x57", [0x05fe] = "\xa4\x58", [0x05ff] = "\xa4\x59", + [0x0600] = "\xa4\x5a", [0x0601] = "\xa4\x5b", [0x0602] = "\xa4\x5c", + [0x0603] = "\xa4\x5d", [0x0604] = "\xa4\x5e", [0x0605] = "\xa4\x5f", + [0x0606] = "\xa4\x60", [0x0607] = "\xa4\x61", [0x0608] = "\xa4\x62", + [0x0609] = "\xa4\x63", [0x060a] = "\xa4\x64", [0x060b] = "\xa4\x65", + [0x060c] = "\xa4\x66", [0x060d] = "\xa4\x67", [0x060e] = "\xa4\x68", + [0x060f] = "\xa4\x69", [0x0610] = "\xa4\x6a", [0x0611] = "\xa4\x6b", + [0x0612] = "\xa4\x6c", [0x0613] = "\xa4\x6d", [0x0614] = "\xa4\x6e", + [0x0615] = "\xa4\x6f", [0x0616] = "\xa4\x70", [0x0617] = "\xa4\x71", + [0x0618] = "\xa4\x72", [0x0619] = "\xa4\x73", [0x061a] = "\xa4\x74", + [0x061b] = "\xa4\x75", [0x061c] = "\xa4\x76", [0x061d] = "\xa4\x77", + [0x061e] = "\xa4\x78", [0x061f] = "\xa4\x79", [0x0620] = "\xa4\x7a", + [0x0621] = "\xa4\x7b", [0x0622] = "\xa4\x7c", [0x0623] = "\xa4\x7d", + [0x0624] = "\xa4\x7e", [0x0625] = "\xa4\x80", [0x0626] = "\xa4\x81", + [0x0627] = "\xa4\x82", [0x0628] = "\xa4\x83", [0x0629] = "\xa4\x84", + [0x062a] = "\xa4\x85", [0x062b] = "\xa4\x86", [0x062c] = "\xa4\x87", + [0x062d] = "\xa4\x88", [0x062e] = "\xa4\x89", [0x062f] = "\xa4\x8a", + [0x0630] = "\xa4\x8b", [0x0631] = "\xa4\x8c", [0x0632] = "\xa4\x8d", + [0x0633] = "\xa4\x8e", [0x0634] = "\xa4\x8f", [0x0635] = "\xa4\x90", + [0x0636] = "\xa4\x91", [0x0637] = "\xa4\x92", [0x0638] = "\xa4\x93", + [0x0639] = "\xa4\x94", [0x063a] = "\xa4\x95", [0x063b] = "\xa4\x96", + [0x063c] = "\xa4\x97", [0x063d] = "\xa4\x98", [0x063e] = "\xa4\x99", + [0x063f] = "\xa4\x9a", [0x0640] = "\xa4\x9b", [0x0641] = "\xa4\x9c", + [0x0642] = "\xa4\x9d", [0x0643] = "\xa4\x9e", [0x0644] = "\xa4\x9f", + [0x0645] = "\xa4\xa0", [0x0646] = "\xa5\x40", [0x0647] = "\xa5\x41", + [0x0648] = "\xa5\x42", [0x0649] = "\xa5\x43", [0x064a] = "\xa5\x44", + [0x064b] = "\xa5\x45", [0x064c] = "\xa5\x46", [0x064d] = "\xa5\x47", + [0x064e] = "\xa5\x48", [0x064f] = "\xa5\x49", [0x0650] = "\xa5\x4a", + [0x0651] = "\xa5\x4b", [0x0652] = "\xa5\x4c", [0x0653] = "\xa5\x4d", + [0x0654] = "\xa5\x4e", [0x0655] = "\xa5\x4f", [0x0656] = "\xa5\x50", + [0x0657] = "\xa5\x51", [0x0658] = "\xa5\x52", [0x0659] = "\xa5\x53", + [0x065a] = "\xa5\x54", [0x065b] = "\xa5\x55", [0x065c] = "\xa5\x56", + [0x065d] = "\xa5\x57", [0x065e] = "\xa5\x58", [0x065f] = "\xa5\x59", + [0x0660] = "\xa5\x5a", [0x0661] = "\xa5\x5b", [0x0662] = "\xa5\x5c", + [0x0663] = "\xa5\x5d", [0x0664] = "\xa5\x5e", [0x0665] = "\xa5\x5f", + [0x0666] = "\xa5\x60", [0x0667] = "\xa5\x61", [0x0668] = "\xa5\x62", + [0x0669] = "\xa5\x63", [0x066a] = "\xa5\x64", [0x066b] = "\xa5\x65", + [0x066c] = "\xa5\x66", [0x066d] = "\xa5\x67", [0x066e] = "\xa5\x68", + [0x066f] = "\xa5\x69", [0x0670] = "\xa5\x6a", [0x0671] = "\xa5\x6b", + [0x0672] = "\xa5\x6c", [0x0673] = "\xa5\x6d", [0x0674] = "\xa5\x6e", + [0x0675] = "\xa5\x6f", [0x0676] = "\xa5\x70", [0x0677] = "\xa5\x71", + [0x0678] = "\xa5\x72", [0x0679] = "\xa5\x73", [0x067a] = "\xa5\x74", + [0x067b] = "\xa5\x75", [0x067c] = "\xa5\x76", [0x067d] = "\xa5\x77", + [0x067e] = "\xa5\x78", [0x067f] = "\xa5\x79", [0x0680] = "\xa5\x7a", + [0x0681] = "\xa5\x7b", [0x0682] = "\xa5\x7c", [0x0683] = "\xa5\x7d", + [0x0684] = "\xa5\x7e", [0x0685] = "\xa5\x80", [0x0686] = "\xa5\x81", + [0x0687] = "\xa5\x82", [0x0688] = "\xa5\x83", [0x0689] = "\xa5\x84", + [0x068a] = "\xa5\x85", [0x068b] = "\xa5\x86", [0x068c] = "\xa5\x87", + [0x068d] = "\xa5\x88", [0x068e] = "\xa5\x89", [0x068f] = "\xa5\x8a", + [0x0690] = "\xa5\x8b", [0x0691] = "\xa5\x8c", [0x0692] = "\xa5\x8d", + [0x0693] = "\xa5\x8e", [0x0694] = "\xa5\x8f", [0x0695] = "\xa5\x90", + [0x0696] = "\xa5\x91", [0x0697] = "\xa5\x92", [0x0698] = "\xa5\x93", + [0x0699] = "\xa5\x94", [0x069a] = "\xa5\x95", [0x069b] = "\xa5\x96", + [0x069c] = "\xa5\x97", [0x069d] = "\xa5\x98", [0x069e] = "\xa5\x99", + [0x069f] = "\xa5\x9a", [0x06a0] = "\xa5\x9b", [0x06a1] = "\xa5\x9c", + [0x06a2] = "\xa5\x9d", [0x06a3] = "\xa5\x9e", [0x06a4] = "\xa5\x9f", + [0x06a5] = "\xa5\xa0", [0x06a6] = "\xa6\x40", [0x06a7] = "\xa6\x41", + [0x06a8] = "\xa6\x42", [0x06a9] = "\xa6\x43", [0x06aa] = "\xa6\x44", + [0x06ab] = "\xa6\x45", [0x06ac] = "\xa6\x46", [0x06ad] = "\xa6\x47", + [0x06ae] = "\xa6\x48", [0x06af] = "\xa6\x49", [0x06b0] = "\xa6\x4a", + [0x06b1] = "\xa6\x4b", [0x06b2] = "\xa6\x4c", [0x06b3] = "\xa6\x4d", + [0x06b4] = "\xa6\x4e", [0x06b5] = "\xa6\x4f", [0x06b6] = "\xa6\x50", + [0x06b7] = "\xa6\x51", [0x06b8] = "\xa6\x52", [0x06b9] = "\xa6\x53", + [0x06ba] = "\xa6\x54", [0x06bb] = "\xa6\x55", [0x06bc] = "\xa6\x56", + [0x06bd] = "\xa6\x57", [0x06be] = "\xa6\x58", [0x06bf] = "\xa6\x59", + [0x06c0] = "\xa6\x5a", [0x06c1] = "\xa6\x5b", [0x06c2] = "\xa6\x5c", + [0x06c3] = "\xa6\x5d", [0x06c4] = "\xa6\x5e", [0x06c5] = "\xa6\x5f", + [0x06c6] = "\xa6\x60", [0x06c7] = "\xa6\x61", [0x06c8] = "\xa6\x62", + [0x06c9] = "\xa6\x63", [0x06ca] = "\xa6\x64", [0x06cb] = "\xa6\x65", + [0x06cc] = "\xa6\x66", [0x06cd] = "\xa6\x67", [0x06ce] = "\xa6\x68", + [0x06cf] = "\xa6\x69", [0x06d0] = "\xa6\x6a", [0x06d1] = "\xa6\x6b", + [0x06d2] = "\xa6\x6c", [0x06d3] = "\xa6\x6d", [0x06d4] = "\xa6\x6e", + [0x06d5] = "\xa6\x6f", [0x06d6] = "\xa6\x70", [0x06d7] = "\xa6\x71", + [0x06d8] = "\xa6\x72", [0x06d9] = "\xa6\x73", [0x06da] = "\xa6\x74", + [0x06db] = "\xa6\x75", [0x06dc] = "\xa6\x76", [0x06dd] = "\xa6\x77", + [0x06de] = "\xa6\x78", [0x06df] = "\xa6\x79", [0x06e0] = "\xa6\x7a", + [0x06e1] = "\xa6\x7b", [0x06e2] = "\xa6\x7c", [0x06e3] = "\xa6\x7d", + [0x06e4] = "\xa6\x7e", [0x06e5] = "\xa6\x80", [0x06e6] = "\xa6\x81", + [0x06e7] = "\xa6\x82", [0x06e8] = "\xa6\x83", [0x06e9] = "\xa6\x84", + [0x06ea] = "\xa6\x85", [0x06eb] = "\xa6\x86", [0x06ec] = "\xa6\x87", + [0x06ed] = "\xa6\x88", [0x06ee] = "\xa6\x89", [0x06ef] = "\xa6\x8a", + [0x06f0] = "\xa6\x8b", [0x06f1] = "\xa6\x8c", [0x06f2] = "\xa6\x8d", + [0x06f3] = "\xa6\x8e", [0x06f4] = "\xa6\x8f", [0x06f5] = "\xa6\x90", + [0x06f6] = "\xa6\x91", [0x06f7] = "\xa6\x92", [0x06f8] = "\xa6\x93", + [0x06f9] = "\xa6\x94", [0x06fa] = "\xa6\x95", [0x06fb] = "\xa6\x96", + [0x06fc] = "\xa6\x97", [0x06fd] = "\xa6\x98", [0x06fe] = "\xa6\x99", + [0x06ff] = "\xa6\x9a", [0x0700] = "\xa6\x9b", [0x0701] = "\xa6\x9c", + [0x0702] = "\xa6\x9d", [0x0703] = "\xa6\x9e", [0x0704] = "\xa6\x9f", + [0x0705] = "\xa6\xa0", [0x0706] = "\xa7\x40", [0x0707] = "\xa7\x41", + [0x0708] = "\xa7\x42", [0x0709] = "\xa7\x43", [0x070a] = "\xa7\x44", + [0x070b] = "\xa7\x45", [0x070c] = "\xa7\x46", [0x070d] = "\xa7\x47", + [0x070e] = "\xa7\x48", [0x070f] = "\xa7\x49", [0x0710] = "\xa7\x4a", + [0x0711] = "\xa7\x4b", [0x0712] = "\xa7\x4c", [0x0713] = "\xa7\x4d", + [0x0714] = "\xa7\x4e", [0x0715] = "\xa7\x4f", [0x0716] = "\xa7\x50", + [0x0717] = "\xa7\x51", [0x0718] = "\xa7\x52", [0x0719] = "\xa7\x53", + [0x071a] = "\xa7\x54", [0x071b] = "\xa7\x55", [0x071c] = "\xa7\x56", + [0x071d] = "\xa7\x57", [0x071e] = "\xa7\x58", [0x071f] = "\xa7\x59", + [0x0720] = "\xa7\x5a", [0x0721] = "\xa7\x5b", [0x0722] = "\xa7\x5c", + [0x0723] = "\xa7\x5d", [0x0724] = "\xa7\x5e", [0x0725] = "\xa7\x5f", + [0x0726] = "\xa7\x60", [0x0727] = "\xa7\x61", [0x0728] = "\xa7\x62", + [0x0729] = "\xa7\x63", [0x072a] = "\xa7\x64", [0x072b] = "\xa7\x65", + [0x072c] = "\xa7\x66", [0x072d] = "\xa7\x67", [0x072e] = "\xa7\x68", + [0x072f] = "\xa7\x69", [0x0730] = "\xa7\x6a", [0x0731] = "\xa7\x6b", + [0x0732] = "\xa7\x6c", [0x0733] = "\xa7\x6d", [0x0734] = "\xa7\x6e", + [0x0735] = "\xa7\x6f", [0x0736] = "\xa7\x70", [0x0737] = "\xa7\x71", + [0x0738] = "\xa7\x72", [0x0739] = "\xa7\x73", [0x073a] = "\xa7\x74", + [0x073b] = "\xa7\x75", [0x073c] = "\xa7\x76", [0x073d] = "\xa7\x77", + [0x073e] = "\xa7\x78", [0x073f] = "\xa7\x79", [0x0740] = "\xa7\x7a", + [0x0741] = "\xa7\x7b", [0x0742] = "\xa7\x7c", [0x0743] = "\xa7\x7d", + [0x0744] = "\xa7\x7e", [0x0745] = "\xa7\x80", [0x0746] = "\xa7\x81", + [0x0747] = "\xa7\x82", [0x0748] = "\xa7\x83", [0x0749] = "\xa7\x84", + [0x074a] = "\xa7\x85", [0x074b] = "\xa7\x86", [0x074c] = "\xa7\x87", + [0x074d] = "\xa7\x88", [0x074e] = "\xa7\x89", [0x074f] = "\xa7\x8a", + [0x0750] = "\xa7\x8b", [0x0751] = "\xa7\x8c", [0x0752] = "\xa7\x8d", + [0x0753] = "\xa7\x8e", [0x0754] = "\xa7\x8f", [0x0755] = "\xa7\x90", + [0x0756] = "\xa7\x91", [0x0757] = "\xa7\x92", [0x0758] = "\xa7\x93", + [0x0759] = "\xa7\x94", [0x075a] = "\xa7\x95", [0x075b] = "\xa7\x96", + [0x075c] = "\xa7\x97", [0x075d] = "\xa7\x98", [0x075e] = "\xa7\x99", + [0x075f] = "\xa7\x9a", [0x0760] = "\xa7\x9b", [0x0761] = "\xa7\x9c", + [0x0762] = "\xa7\x9d", [0x0763] = "\xa7\x9e", [0x0764] = "\xa7\x9f", + [0x0765] = "\xa7\xa0", [0x0766] = "\xa2\xab", [0x0767] = "\xa2\xac", + [0x0768] = "\xa2\xad", [0x0769] = "\xa2\xae", [0x076a] = "\xa2\xaf", + [0x076b] = "\xa2\xb0", [0x076c] = "\x20\x00", [0x076d] = "\xa2\xe4", + [0x076e] = "\xa2\xef", [0x076f] = "\xa2\xf0", [0x0770] = "\xa2\xfd", + [0x0771] = "\xa2\xfe", [0x0772] = "\xa4\xf4", [0x0773] = "\xa4\xf5", + [0x0774] = "\xa4\xf6", [0x0775] = "\xa4\xf7", [0x0776] = "\xa4\xf8", + [0x0777] = "\xa4\xf9", [0x0778] = "\xa4\xfa", [0x0779] = "\xa4\xfb", + [0x077a] = "\xa4\xfc", [0x077b] = "\xa4\xfd", [0x077c] = "\xa4\xfe", + [0x077d] = "\xa5\xf7", [0x077e] = "\xa5\xf8", [0x077f] = "\xa5\xf9", + [0x0780] = "\xa5\xfa", [0x0781] = "\xa5\xfb", [0x0782] = "\xa5\xfc", + [0x0783] = "\xa5\xfd", [0x0784] = "\xa5\xfe", [0x0785] = "\xa6\xb9", + [0x0786] = "\xa6\xba", [0x0787] = "\xa6\xbb", [0x0788] = "\xa6\xbc", + [0x0789] = "\xa6\xbd", [0x078a] = "\xa6\xbe", [0x078b] = "\xa6\xbf", + [0x078c] = "\xa6\xc0", [0x078d] = "\xa6\xd9", [0x078e] = "\xa6\xda", + [0x078f] = "\xa6\xdb", [0x0790] = "\xa6\xdc", [0x0791] = "\xa6\xdd", + [0x0792] = "\xa6\xde", [0x0793] = "\xa6\xdf", [0x0794] = "\xa6\xec", + [0x0795] = "\xa6\xed", [0x0796] = "\xa6\xf3", [0x0797] = "\xa6\xf6", + [0x0798] = "\xa6\xf7", [0x0799] = "\xa6\xf8", [0x079a] = "\xa6\xf9", + [0x079b] = "\xa6\xfa", [0x079c] = "\xa6\xfb", [0x079d] = "\xa6\xfc", + [0x079e] = "\xa6\xfd", [0x079f] = "\xa6\xfe", [0x07a0] = "\xa7\xc2", + [0x07a1] = "\xa7\xc3", [0x07a2] = "\xa7\xc4", [0x07a3] = "\xa7\xc5", + [0x07a4] = "\xa7\xc6", [0x07a5] = "\xa7\xc7", [0x07a6] = "\xa7\xc8", + [0x07a7] = "\xa7\xc9", [0x07a8] = "\xa7\xca", [0x07a9] = "\xa7\xcb", + [0x07aa] = "\xa7\xcc", [0x07ab] = "\xa7\xcd", [0x07ac] = "\xa7\xce", + [0x07ad] = "\xa7\xcf", [0x07ae] = "\xa7\xd0", [0x07af] = "\xa7\xf2", + [0x07b0] = "\xa7\xf3", [0x07b1] = "\xa7\xf4", [0x07b2] = "\xa7\xf5", + [0x07b3] = "\xa7\xf6", [0x07b4] = "\xa7\xf7", [0x07b5] = "\xa7\xf8", + [0x07b6] = "\xa7\xf9", [0x07b7] = "\xa7\xfa", [0x07b8] = "\xa7\xfb", + [0x07b9] = "\xa7\xfc", [0x07ba] = "\xa7\xfd", [0x07bb] = "\xa7\xfe", + [0x07bc] = "\xa8\x96", [0x07bd] = "\xa8\x97", [0x07be] = "\xa8\x98", + [0x07bf] = "\xa8\x99", [0x07c0] = "\xa8\x9a", [0x07c1] = "\xa8\x9b", + [0x07c2] = "\xa8\x9c", [0x07c3] = "\xa8\x9d", [0x07c4] = "\xa8\x9e", + [0x07c5] = "\xa8\x9f", [0x07c6] = "\xa8\xa0", [0x07c7] = "\xa8\xbc", + [0x07c8] = "\x20\x01", [0x07c9] = "\xa8\xc1", [0x07ca] = "\xa8\xc2", + [0x07cb] = "\xa8\xc3", [0x07cc] = "\xa8\xc4", [0x07cd] = "\xa8\xea", + [0x07ce] = "\xa8\xeb", [0x07cf] = "\xa8\xec", [0x07d0] = "\xa8\xed", + [0x07d1] = "\xa8\xee", [0x07d2] = "\xa8\xef", [0x07d3] = "\xa8\xf0", + [0x07d4] = "\xa8\xf1", [0x07d5] = "\xa8\xf2", [0x07d6] = "\xa8\xf3", + [0x07d7] = "\xa8\xf4", [0x07d8] = "\xa8\xf5", [0x07d9] = "\xa8\xf6", + [0x07da] = "\xa8\xf7", [0x07db] = "\xa8\xf8", [0x07dc] = "\xa8\xf9", + [0x07dd] = "\xa8\xfa", [0x07de] = "\xa8\xfb", [0x07df] = "\xa8\xfc", + [0x07e0] = "\xa8\xfd", [0x07e1] = "\xa8\xfe", [0x07e2] = "\xa9\x58", + [0x07e3] = "\xa9\x5b", [0x07e4] = "\xa9\x5d", [0x07e5] = "\xa9\x5e", + [0x07e6] = "\xa9\x5f", [0x07e7] = "\x20\x02", [0x07e8] = "\x20\x03", + [0x07e9] = "\x20\x04", [0x07ea] = "\x20\x05", [0x07eb] = "\x20\x06", + [0x07ec] = "\x20\x07", [0x07ed] = "\x20\x08", [0x07ee] = "\x20\x09", + [0x07ef] = "\x20\x0a", [0x07f0] = "\x20\x0b", [0x07f1] = "\x20\x0c", + [0x07f2] = "\x20\x0d", [0x07f3] = "\x20\x0e", [0x07f4] = "\xa9\x97", + [0x07f5] = "\xa9\x98", [0x07f6] = "\xa9\x99", [0x07f7] = "\xa9\x9a", + [0x07f8] = "\xa9\x9b", [0x07f9] = "\xa9\x9c", [0x07fa] = "\xa9\x9d", + [0x07fb] = "\xa9\x9e", [0x07fc] = "\xa9\x9f", [0x07fd] = "\xa9\xa0", + [0x07fe] = "\xa9\xa1", [0x07ff] = "\xa9\xa2", [0x0800] = "\xa9\xa3", + [0x0801] = "\xa9\xf0", [0x0802] = "\xa9\xf1", [0x0803] = "\xa9\xf2", + [0x0804] = "\xa9\xf3", [0x0805] = "\xa9\xf4", [0x0806] = "\xa9\xf5", + [0x0807] = "\xa9\xf6", [0x0808] = "\xa9\xf7", [0x0809] = "\xa9\xf8", + [0x080a] = "\xa9\xf9", [0x080b] = "\xa9\xfa", [0x080c] = "\xa9\xfb", + [0x080d] = "\xa9\xfc", [0x080e] = "\xa9\xfd", [0x080f] = "\xa9\xfe", + [0x0810] = "\xd7\xfa", [0x0811] = "\xd7\xfb", [0x0812] = "\xd7\xfc", + [0x0813] = "\xd7\xfd", [0x0814] = "\xd7\xfe", [0x0815] = "\x20\x0f", + [0x0816] = "\xfe\x51", [0x0817] = "\xfe\x52", [0x0818] = "\xfe\x53", + [0x0819] = "\x20\x10", [0x081a] = "\x20\x11", [0x081b] = "\x20\x12", + [0x081c] = "\x20\x13", [0x081d] = "\x20\x14", [0x081e] = "\xfe\x59", + [0x081f] = "\x20\x15", [0x0820] = "\x20\x16", [0x0821] = "\x20\x17", + [0x0822] = "\x20\x18", [0x0823] = "\x20\x19", [0x0824] = "\x20\x1a", + [0x0825] = "\x20\x1b", [0x0826] = "\xfe\x61", [0x0827] = "\x20\x1c", + [0x0828] = "\x20\x1d", [0x0829] = "\x20\x1e", [0x082a] = "\x20\x1f", + [0x082b] = "\xfe\x66", [0x082c] = "\xfe\x67", [0x082d] = "\x20\x20", + [0x082e] = "\x20\x21", [0x082f] = "\x20\x22", [0x0830] = "\x20\x23", + [0x0831] = "\xfe\x6c", [0x0832] = "\xfe\x6d", [0x0833] = "\x20\x24", + [0x0834] = "\x20\x25", [0x0835] = "\x20\x26", [0x0836] = "\x20\x27", + [0x0837] = "\x20\x28", [0x0838] = "\x20\x29", [0x0839] = "\x20\x2a", + [0x083a] = "\x20\x2b", [0x083b] = "\xfe\x76", [0x083c] = "\x20\x2c", + [0x083d] = "\x20\x2d", [0x083e] = "\x20\x2e", [0x083f] = "\x20\x2f", + [0x0840] = "\x20\x30", [0x0841] = "\x20\x31", [0x0842] = "\x20\x32", + [0x0843] = "\xfe\x7e", [0x0844] = "\x20\x33", [0x0845] = "\x20\x34", + [0x0846] = "\x20\x35", [0x0847] = "\x20\x36", [0x0848] = "\x20\x37", + [0x0849] = "\x20\x38", [0x084a] = "\x20\x39", [0x084b] = "\x20\x3a", + [0x084c] = "\x20\x3b", [0x084d] = "\x20\x3c", [0x084e] = "\x20\x3d", + [0x084f] = "\x20\x3e", [0x0850] = "\x20\x3f", [0x0851] = "\x20\x40", + [0x0852] = "\x20\x41", [0x0853] = "\x20\x42", [0x0854] = "\xfe\x90", + [0x0855] = "\xfe\x91", [0x0856] = "\x20\x43", [0x0857] = "\x20\x44", + [0x0858] = "\x20\x45", [0x0859] = "\x20\x46", [0x085a] = "\x20\x47", + [0x085b] = "\x20\x48", [0x085c] = "\x20\x49", [0x085d] = "\x20\x4a", + [0x085e] = "\x20\x4b", [0x085f] = "\x20\x4c", [0x0860] = "\x20\x4d", + [0x0861] = "\x20\x4e", [0x0862] = "\x20\x4f", [0x0863] = "\x20\x50", + [0x0864] = "\xfe\xa0", [0x0865] = "\x20\x51", [0x0866] = "\x20\x52", + [0x0867] = "\x20\x53", [0x0868] = "\x20\x54", [0x0869] = "\x20\x55", + [0x086a] = "\x20\x56", [0x086b] = "\x20\x57", [0x086c] = "\x20\x58", + [0x086d] = "\x20\x59", [0x086e] = "\x20\x5a", [0x086f] = "\x20\x5b", + [0x0870] = "\x20\x5c", [0x0871] = "\x20\x5d", [0x0872] = "\x20\x5e", + [0x0873] = "\x20\x5f", [0x0874] = "\x20\x60", [0x0875] = "\x20\x61", + [0x0876] = "\x20\x62", [0x0877] = "\x20\x63", [0x0878] = "\x20\x64", + [0x0879] = "\x20\x65", [0x087a] = "\x20\x66", [0x087b] = "\x20\x67", + [0x087c] = "\x20\x68", [0x087d] = "\x20\x69", [0x087e] = "\x20\x6a", + [0x087f] = "\x20\x6b", [0x0880] = "\x20\x6c", [0x0881] = "\x20\x6d", + [0x0882] = "\x20\x6e", [0x0883] = "\x20\x6f", [0x0884] = "\x20\x70", + [0x0885] = "\x20\x71", [0x0886] = "\x20\x72", [0x0887] = "\x20\x73", + [0x0888] = "\x20\x74", [0x0889] = "\x20\x75", [0x088a] = "\x20\x76", + [0x088b] = "\x20\x77", [0x088c] = "\x20\x78", [0x088d] = "\x20\x79", + [0x088e] = "\x20\x7a", [0x088f] = "\x20\x7b", [0x0890] = "\x20\x7c", + [0x0891] = "\x20\x7d", [0x0892] = "\x20\x7e", [0x0893] = "\x20\x7f", + [0x0894] = "\x20\x80", [0x0895] = "\x20\x81", [0x0896] = "\x20\x82", + [0x0897] = "\x20\x83", [0x0898] = "\x20\x84", [0x0899] = "\x20\x85", + [0x089a] = "\x20\x86", [0x089b] = "\x20\x87", [0x089c] = "\x20\x88", + [0x089d] = "\x20\x89", [0x089e] = "\x20\x8a", [0x089f] = "\x20\x8b", + [0x08a0] = "\x20\x8c", [0x08a1] = "\x20\x8d", [0x08a2] = "\x20\x8e", + [0x08a3] = "\x20\x8f", [0x08a4] = "\x20\x90", [0x08a5] = "\x20\x91", + [0x08a6] = "\x20\x92", [0x08a7] = "\x20\x93", [0x08a8] = "\x20\x94", + [0x08a9] = "\x20\x95", [0x08aa] = "\x20\x96", [0x08ab] = "\x20\x97", + [0x08ac] = "\x20\x98", [0x08ad] = "\x20\x99", [0x08ae] = "\x20\x9a", + [0x08af] = "\x20\x9b", [0x08b0] = "\x20\x9c", [0x08b1] = "\x20\x9d", + [0x08b2] = "\x20\x9e", [0x08b3] = "\x20\x9f", [0x08b4] = "\x20\xa0", + [0x08b5] = "\x20\xa1", [0x08b6] = "\x20\xa2", [0x08b7] = "\x20\xa3", + [0x08b8] = "\x20\xa4", [0x08b9] = "\x20\xa5", [0x08ba] = "\x20\xa6", + [0x08bb] = "\x20\xa7", [0x08bc] = "\x20\xa8", [0x08bd] = "\x20\xa9", + [0x08be] = "\x20\xaa", [0x08bf] = "\x20\xab", [0x08c0] = "\x20\xac", + [0x08c1] = "\x20\xad", [0x08c2] = "\x20\xae", [0x08c3] = "\x20\xaf", + [0x08c4] = "\x20\xb0", [0x08c5] = "\x20\xb1", [0x08c6] = "\x20\xb2", + [0x08c7] = "\x20\xb3", [0x08c8] = "\x20\xb4", [0x08c9] = "\x20\xb5", + [0x08ca] = "\x20\xb6", [0x08cb] = "\x20\xb7", [0x08cc] = "\x20\xb8", + [0x08cd] = "\x20\xb9", [0x08ce] = "\x20\xba", [0x08cf] = "\x20\xbb", + [0x08d0] = "\x20\xbc", [0x08d1] = "\x20\xbd", [0x08d2] = "\x20\xbe", + [0x08d3] = "\x20\xbf", [0x08d4] = "\x20\xc0", [0x08d5] = "\x20\xc1", + [0x08d6] = "\x20\xc2", [0x08d7] = "\x20\xc3", [0x08d8] = "\x20\xc4", + [0x08d9] = "\x20\xc5", [0x08da] = "\x20\xc6", [0x08db] = "\x20\xc7", + [0x08dc] = "\x20\xc8", [0x08dd] = "\x20\xc9", [0x08de] = "\x20\xca", + [0x08df] = "\x20\xcb", [0x08e0] = "\x20\xcc", [0x08e1] = "\x20\xcd", + [0x08e2] = "\x20\xce", [0x08e3] = "\x20\xcf", [0x08e4] = "\x20\xd0", + [0x08e5] = "\x20\xd1", [0x08e6] = "\x20\xd2", [0x08e7] = "\x20\xd3", + [0x08e8] = "\x20\xd4", [0x08e9] = "\x20\xd5", [0x08ea] = "\x20\xd6", + [0x08eb] = "\x20\xd7", [0x08ec] = "\x20\xd8", [0x08ed] = "\x20\xd9", + [0x08ee] = "\x20\xda", [0x08ef] = "\x20\xdb", [0x08f0] = "\x20\xdc", + [0x08f1] = "\x20\xdd", [0x08f2] = "\x20\xde", [0x08f3] = "\x20\xdf", + [0x08f4] = "\x20\xe0", [0x08f5] = "\x20\xe1", [0x08f6] = "\x20\xe2", + [0x08f7] = "\x20\xe3", [0x08f8] = "\x20\xe4", [0x08f9] = "\x20\xe5", + [0x08fa] = "\x20\xe6", [0x08fb] = "\x20\xe7", [0x08fc] = "\x20\xe8", + [0x08fd] = "\x20\xe9", [0x08fe] = "\x20\xea", [0x08ff] = "\x20\xeb", + [0x0900] = "\x20\xec", [0x0901] = "\x20\xed", [0x0902] = "\x20\xee", + [0x0903] = "\x20\xef", [0x0904] = "\x20\xf0", [0x0905] = "\x20\xf1", + [0x0906] = "\x20\xf2", [0x0907] = "\x20\xf3", [0x0908] = "\x20\xf4", + [0x0909] = "\x20\xf5", [0x090a] = "\x20\xf6", [0x090b] = "\x20\xf7", + [0x090c] = "\x20\xf8", [0x090d] = "\x20\xf9", [0x090e] = "\x20\xfa", + [0x090f] = "\x20\xfb", [0x0910] = "\x20\xfc", [0x0911] = "\x20\xfd", + [0x0912] = "\x20\xfe", [0x0913] = "\x20\xff", [0x0914] = "\x21\x00", + [0x0915] = "\x21\x01", [0x0916] = "\x21\x02", [0x0917] = "\x21\x03", + [0x0918] = "\x21\x04", [0x0919] = "\x21\x05", [0x091a] = "\x21\x06", + [0x091b] = "\x21\x07", [0x091c] = "\x21\x08", [0x091d] = "\x21\x09", + [0x091e] = "\x21\x0a", [0x091f] = "\x21\x0b", [0x0920] = "\x21\x0c", + [0x0921] = "\x21\x0d", [0x0922] = "\x21\x0e", [0x0923] = "\x21\x0f", + [0x0924] = "\x21\x10", [0x0925] = "\x21\x11", [0x0926] = "\x21\x12", + [0x0927] = "\x21\x13", [0x0928] = "\x21\x14", [0x0929] = "\x21\x15", + [0x092a] = "\x21\x16", [0x092b] = "\x21\x17", [0x092c] = "\x21\x18", + [0x092d] = "\x21\x19", [0x092e] = "\x21\x1a", [0x092f] = "\x21\x1b", + [0x0930] = "\x21\x1c", [0x0931] = "\x21\x1d", [0x0932] = "\x21\x1e", + [0x0933] = "\x21\x1f", [0x0934] = "\x21\x20", [0x0935] = "\x21\x21", + [0x0936] = "\x21\x22", [0x0937] = "\x21\x23", [0x0938] = "\x21\x24", + [0x0939] = "\x21\x25", [0x093a] = "\x21\x26", [0x093b] = "\x21\x27", + [0x093c] = "\x21\x28", [0x093d] = "\x21\x29", [0x093e] = "\x21\x2a", + [0x093f] = "\x21\x2b", [0x0940] = "\x21\x2c", [0x0941] = "\x21\x2d", + [0x0942] = "\x21\x2e", [0x0943] = "\x21\x2f", [0x0944] = "\x21\x30", + [0x0945] = "\x21\x31", [0x0946] = "\x21\x32", [0x0947] = "\x21\x33", + [0x0948] = "\x21\x34", [0x0949] = "\x21\x35", [0x094a] = "\x21\x36", + [0x094b] = "\x21\x37", [0x094c] = "\x21\x38", [0x094d] = "\x21\x39", + [0x094e] = "\x21\x3a", [0x094f] = "\x21\x3b", [0x0950] = "\x21\x3c", + [0x0951] = "\x21\x3d", [0x0952] = "\x21\x3e", [0x0953] = "\x21\x3f", + [0x0954] = "\x21\x40", [0x0955] = "\x21\x41", [0x0956] = "\x21\x42", + [0x0957] = "\x21\x43", [0x0958] = "\x21\x44", [0x0959] = "\x21\x45", + [0x095a] = "\x21\x46", [0x095b] = "\x21\x47", [0x095c] = "\x21\x48", + [0x095d] = "\x21\x49", [0x095e] = "\x21\x4a", [0x095f] = "\x21\x4b", + [0x0960] = "\x21\x4c", [0x0961] = "\x21\x4d", [0x0962] = "\x21\x4e", + [0x0963] = "\x21\x4f", [0x0964] = "\x21\x50", [0x0965] = "\x21\x51", + [0x0966] = "\x21\x52", [0x0967] = "\x21\x53", [0x0968] = "\x21\x54", + [0x0969] = "\x21\x55", [0x096a] = "\x21\x56", [0x096b] = "\x21\x57", + [0x096c] = "\x21\x58", [0x096d] = "\x21\x59", [0x096e] = "\x21\x5a", + [0x096f] = "\x21\x5b", [0x0970] = "\x21\x5c", [0x0971] = "\x21\x5d", + [0x0972] = "\x21\x5e", [0x0973] = "\x21\x5f", [0x0974] = "\x21\x60", + [0x0975] = "\x21\x61", [0x0976] = "\x21\x62", [0x0977] = "\x21\x63", + [0x0978] = "\x21\x64", [0x0979] = "\x21\x65", [0x097a] = "\x21\x66", + [0x097b] = "\x21\x67", [0x097c] = "\x21\x68", [0x097d] = "\x21\x69", + [0x097e] = "\x21\x6a", [0x097f] = "\x21\x6b", [0x0980] = "\x21\x6c", + [0x0981] = "\x21\x6d", [0x0982] = "\x21\x6e", [0x0983] = "\x21\x6f", + [0x0984] = "\x21\x70", [0x0985] = "\x21\x71", [0x0986] = "\x21\x72", + [0x0987] = "\x21\x73", [0x0988] = "\x21\x74", [0x0989] = "\x21\x75", + [0x098a] = "\x21\x76", [0x098b] = "\x21\x77", [0x098c] = "\x21\x78", + [0x098d] = "\x21\x79", [0x098e] = "\x21\x7a", [0x098f] = "\x21\x7b", + [0x0990] = "\x21\x7c", [0x0991] = "\x21\x7d", [0x0992] = "\x21\x7e", + [0x0993] = "\x21\x7f", [0x0994] = "\x21\x80", [0x0995] = "\x21\x81", + [0x0996] = "\x21\x82", [0x0997] = "\x21\x83", [0x0998] = "\x21\x84", + [0x0999] = "\x21\x85", [0x099a] = "\x21\x86", [0x099b] = "\x21\x87", + [0x099c] = "\x21\x88", [0x099d] = "\x21\x89", [0x099e] = "\x21\x8a", + [0x099f] = "\x21\x8b", [0x09a0] = "\x21\x8c", [0x09a1] = "\x21\x8d", + [0x09a2] = "\x21\x8e", [0x09a3] = "\x21\x8f", [0x09a4] = "\x21\x90", + [0x09a5] = "\x21\x91", [0x09a6] = "\x21\x92", [0x09a7] = "\x21\x93", + [0x09a8] = "\x21\x94", [0x09a9] = "\x21\x95", [0x09aa] = "\x21\x96", + [0x09ab] = "\x21\x97", [0x09ac] = "\x21\x98", [0x09ad] = "\x21\x99", + [0x09ae] = "\x21\x9a", [0x09af] = "\x21\x9b", [0x09b0] = "\x21\x9c", + [0x09b1] = "\x21\x9d", [0x09b2] = "\x21\x9e", [0x09b3] = "\x21\x9f", + [0x09b4] = "\x21\xa0", [0x09b5] = "\x21\xa1", [0x09b6] = "\x21\xa2", + [0x09b7] = "\x21\xa3", [0x09b8] = "\x21\xa4", [0x09b9] = "\x21\xa5", + [0x09ba] = "\x21\xa6", [0x09bb] = "\x21\xa7", [0x09bc] = "\x21\xa8", + [0x09bd] = "\x21\xa9", [0x09be] = "\x21\xaa", [0x09bf] = "\x21\xab", + [0x09c0] = "\x21\xac", [0x09c1] = "\x21\xad", [0x09c2] = "\x21\xae", + [0x09c3] = "\x21\xaf", [0x09c4] = "\x21\xb0", [0x09c5] = "\x21\xb1", + [0x09c6] = "\x21\xb2", [0x09c7] = "\x21\xb3", [0x09c8] = "\x21\xb4", + [0x09c9] = "\x21\xb5", [0x09ca] = "\x21\xb6", [0x09cb] = "\x21\xb7", + [0x09cc] = "\x21\xb8", [0x09cd] = "\x21\xb9", [0x09ce] = "\x21\xba", + [0x09cf] = "\x21\xbb", [0x09d0] = "\x21\xbc", [0x09d1] = "\x21\xbd", + [0x09d2] = "\x21\xbe", [0x09d3] = "\x21\xbf", [0x09d4] = "\x21\xc0", + [0x09d5] = "\x21\xc1", [0x09d6] = "\x21\xc2", [0x09d7] = "\x21\xc3", + [0x09d8] = "\x21\xc4", [0x09d9] = "\x21\xc5", [0x09da] = "\x21\xc6", + [0x09db] = "\x21\xc7", [0x09dc] = "\x21\xc8", [0x09dd] = "\x21\xc9", + [0x09de] = "\x21\xca", [0x09df] = "\x21\xcb", [0x09e0] = "\x21\xcc", + [0x09e1] = "\x21\xcd", [0x09e2] = "\x21\xce", [0x09e3] = "\x21\xcf", + [0x09e4] = "\x21\xd0", [0x09e5] = "\x21\xd1", [0x09e6] = "\x21\xd2", + [0x09e7] = "\x21\xd3", [0x09e8] = "\x21\xd4", [0x09e9] = "\x21\xd5", + [0x09ea] = "\x21\xd6", [0x09eb] = "\x21\xd7", [0x09ec] = "\x21\xd8", + [0x09ed] = "\x21\xd9", [0x09ee] = "\x21\xda", [0x09ef] = "\x21\xdb", + [0x09f0] = "\x21\xdc", [0x09f1] = "\x21\xdd", [0x09f2] = "\x21\xde", + [0x09f3] = "\x21\xdf", [0x09f4] = "\x21\xe0", [0x09f5] = "\x21\xe1", + [0x09f6] = "\x21\xe2", [0x09f7] = "\x21\xe3", [0x09f8] = "\x21\xe4", + [0x09f9] = "\x21\xe5", [0x09fa] = "\x21\xe6", [0x09fb] = "\x21\xe7", + [0x09fc] = "\x21\xe8", [0x09fd] = "\x21\xe9", [0x09fe] = "\x21\xea", + [0x09ff] = "\x21\xeb", [0x0a00] = "\x21\xec", [0x0a01] = "\x21\xed", + [0x0a02] = "\x21\xee", [0x0a03] = "\x21\xef", [0x0a04] = "\x21\xf0", + [0x0a05] = "\x21\xf1", [0x0a06] = "\x21\xf2", [0x0a07] = "\x21\xf3", + [0x0a08] = "\x21\xf4", [0x0a09] = "\x21\xf5", [0x0a0a] = "\x21\xf6", + [0x0a0b] = "\x21\xf7", [0x0a0c] = "\x21\xf8", [0x0a0d] = "\x21\xf9", + [0x0a0e] = "\x21\xfa", [0x0a0f] = "\x21\xfb", [0x0a10] = "\x21\xfc", + [0x0a11] = "\x21\xfd", [0x0a12] = "\x21\xfe", [0x0a13] = "\x21\xff", + [0x0a14] = "\x22\x00", [0x0a15] = "\x22\x01", [0x0a16] = "\x22\x02", + [0x0a17] = "\x22\x03", [0x0a18] = "\x22\x04", [0x0a19] = "\x22\x05", + [0x0a1a] = "\x22\x06", [0x0a1b] = "\x22\x07", [0x0a1c] = "\x22\x08", + [0x0a1d] = "\x22\x09", [0x0a1e] = "\x22\x0a", [0x0a1f] = "\x22\x0b", + [0x0a20] = "\x22\x0c", [0x0a21] = "\x22\x0d", [0x0a22] = "\x22\x0e", + [0x0a23] = "\x22\x0f", [0x0a24] = "\x22\x10", [0x0a25] = "\x22\x11", + [0x0a26] = "\x22\x12", [0x0a27] = "\x22\x13", [0x0a28] = "\x22\x14", + [0x0a29] = "\x22\x15", [0x0a2a] = "\x22\x16", [0x0a2b] = "\x22\x17", + [0x0a2c] = "\x22\x18", [0x0a2d] = "\x22\x19", [0x0a2e] = "\x22\x1a", + [0x0a2f] = "\x22\x1b", [0x0a30] = "\x22\x1c", [0x0a31] = "\x22\x1d", + [0x0a32] = "\x22\x1e", [0x0a33] = "\x22\x1f", [0x0a34] = "\x22\x20", + [0x0a35] = "\x22\x21", [0x0a36] = "\x22\x22", [0x0a37] = "\x22\x23", + [0x0a38] = "\x22\x24", [0x0a39] = "\x22\x25", [0x0a3a] = "\x22\x26", + [0x0a3b] = "\x22\x27", [0x0a3c] = "\x22\x28", [0x0a3d] = "\x22\x29", + [0x0a3e] = "\x22\x2a", [0x0a3f] = "\x22\x2b", [0x0a40] = "\x22\x2c", + [0x0a41] = "\x22\x2d", [0x0a42] = "\x22\x2e", [0x0a43] = "\x22\x2f", + [0x0a44] = "\x22\x30", [0x0a45] = "\x22\x31", [0x0a46] = "\x22\x32", + [0x0a47] = "\x22\x33", [0x0a48] = "\x22\x34", [0x0a49] = "\x22\x35", + [0x0a4a] = "\x22\x36", [0x0a4b] = "\x22\x37", [0x0a4c] = "\x22\x38", + [0x0a4d] = "\x22\x39", [0x0a4e] = "\x22\x3a", [0x0a4f] = "\x22\x3b", + [0x0a50] = "\x22\x3c", [0x0a51] = "\x22\x3d", [0x0a52] = "\x22\x3e", + [0x0a53] = "\x22\x3f", [0x0a54] = "\x22\x40", [0x0a55] = "\x22\x41", + [0x0a56] = "\x22\x42", [0x0a57] = "\x22\x43", [0x0a58] = "\x22\x44", + [0x0a59] = "\x22\x45", [0x0a5a] = "\x22\x46", [0x0a5b] = "\x22\x47", + [0x0a5c] = "\x22\x48", [0x0a5d] = "\x22\x49", [0x0a5e] = "\x22\x4a", + [0x0a5f] = "\x22\x4b", [0x0a60] = "\x22\x4c", [0x0a61] = "\x22\x4d", + [0x0a62] = "\x22\x4e", [0x0a63] = "\x22\x4f", [0x0a64] = "\x22\x50", + [0x0a65] = "\x22\x51", [0x0a66] = "\x22\x52", [0x0a67] = "\x22\x53", + [0x0a68] = "\x22\x54", [0x0a69] = "\x22\x55", [0x0a6a] = "\x22\x56", + [0x0a6b] = "\x22\x57", [0x0a6c] = "\x22\x58", [0x0a6d] = "\x22\x59", + [0x0a6e] = "\x22\x5a", [0x0a6f] = "\x22\x5b", [0x0a70] = "\x22\x5c", + [0x0a71] = "\x22\x5d", [0x0a72] = "\x22\x5e", [0x0a73] = "\x22\x5f", + [0x0a74] = "\x22\x60", [0x0a75] = "\x22\x61", [0x0a76] = "\x22\x62", + [0x0a77] = "\x22\x63", [0x0a78] = "\x22\x64", [0x0a79] = "\x22\x65", + [0x0a7a] = "\x22\x66", [0x0a7b] = "\x22\x67", [0x0a7c] = "\x22\x68", + [0x0a7d] = "\x22\x69", [0x0a7e] = "\x22\x6a", [0x0a7f] = "\x22\x6b", + [0x0a80] = "\x22\x6c", [0x0a81] = "\x22\x6d", [0x0a82] = "\x22\x6e", + [0x0a83] = "\x22\x6f", [0x0a84] = "\x22\x70", [0x0a85] = "\x22\x71", + [0x0a86] = "\x22\x72", [0x0a87] = "\x22\x73", [0x0a88] = "\x22\x74", + [0x0a89] = "\x22\x75", [0x0a8a] = "\x22\x76", [0x0a8b] = "\x22\x77", + [0x0a8c] = "\x22\x78", [0x0a8d] = "\x22\x79", [0x0a8e] = "\x22\x7a", + [0x0a8f] = "\x22\x7b", [0x0a90] = "\x22\x7c", [0x0a91] = "\x22\x7d", + [0x0a92] = "\x22\x7e", [0x0a93] = "\x22\x7f", [0x0a94] = "\x22\x80", + [0x0a95] = "\x22\x81", [0x0a96] = "\x22\x82", [0x0a97] = "\x22\x83", + [0x0a98] = "\x22\x84", [0x0a99] = "\x22\x85", [0x0a9a] = "\x22\x86", + [0x0a9b] = "\x22\x87", [0x0a9c] = "\x22\x88", [0x0a9d] = "\x22\x89", + [0x0a9e] = "\x22\x8a", [0x0a9f] = "\x22\x8b", [0x0aa0] = "\x22\x8c", + [0x0aa1] = "\x22\x8d", [0x0aa2] = "\x22\x8e", [0x0aa3] = "\x22\x8f", + [0x0aa4] = "\x22\x90", [0x0aa5] = "\x22\x91", [0x0aa6] = "\x22\x92", + [0x0aa7] = "\x22\x93", [0x0aa8] = "\x22\x94", [0x0aa9] = "\x22\x95", + [0x0aaa] = "\x22\x96", [0x0aab] = "\x22\x97", [0x0aac] = "\x22\x98", + [0x0aad] = "\x22\x99", [0x0aae] = "\x22\x9a", [0x0aaf] = "\x22\x9b", + [0x0ab0] = "\x22\x9c", [0x0ab1] = "\x22\x9d", [0x0ab2] = "\x22\x9e", + [0x0ab3] = "\x22\x9f", [0x0ab4] = "\x22\xa0", [0x0ab5] = "\x22\xa1", + [0x0ab6] = "\x22\xa2", [0x0ab7] = "\x22\xa3", [0x0ab8] = "\x22\xa4", + [0x0ab9] = "\x22\xa5", [0x0aba] = "\x22\xa6", [0x0abb] = "\x22\xa7", + [0x0abc] = "\x22\xa8", [0x0abd] = "\x22\xa9", [0x0abe] = "\x22\xaa", + [0x0abf] = "\x22\xab", [0x0ac0] = "\x22\xac", [0x0ac1] = "\x22\xad", + [0x0ac2] = "\x22\xae", [0x0ac3] = "\x22\xaf", [0x0ac4] = "\x22\xb0", + [0x0ac5] = "\x22\xb1", [0x0ac6] = "\x22\xb2", [0x0ac7] = "\x22\xb3", + [0x0ac8] = "\x22\xb4", [0x0ac9] = "\x22\xb5", [0x0aca] = "\x22\xb6", + [0x0acb] = "\x22\xb7", [0x0acc] = "\x22\xb8", [0x0acd] = "\x22\xb9", + [0x0ace] = "\x22\xba", [0x0acf] = "\x22\xbb", [0x0ad0] = "\x22\xbc", + [0x0ad1] = "\x22\xbd", [0x0ad2] = "\x22\xbe", [0x0ad3] = "\x22\xbf", + [0x0ad4] = "\x22\xc0", [0x0ad5] = "\x22\xc1", [0x0ad6] = "\x22\xc2", + [0x0ad7] = "\x22\xc3", [0x0ad8] = "\x22\xc4", [0x0ad9] = "\x22\xc5", + [0x0ada] = "\x22\xc6", [0x0adb] = "\x22\xc7", [0x0adc] = "\x22\xc8", + [0x0add] = "\x22\xc9", [0x0ade] = "\x22\xca", [0x0adf] = "\x22\xcb", + [0x0ae0] = "\x22\xcc", [0x0ae1] = "\x22\xcd", [0x0ae2] = "\x22\xce", + [0x0ae3] = "\x22\xcf", [0x0ae4] = "\x22\xd0", [0x0ae5] = "\x22\xd1", + [0x0ae6] = "\x22\xd2", [0x0ae7] = "\x22\xd3", [0x0ae8] = "\x22\xd4", + [0x0ae9] = "\x22\xd5", [0x0aea] = "\x22\xd6", [0x0aeb] = "\x22\xd7", + [0x0aec] = "\x22\xd8", [0x0aed] = "\x22\xd9", [0x0aee] = "\x22\xda", + [0x0aef] = "\x22\xdb", [0x0af0] = "\x22\xdc", [0x0af1] = "\x22\xdd", + [0x0af2] = "\x22\xde", [0x0af3] = "\x22\xdf", [0x0af4] = "\x22\xe0", + [0x0af5] = "\x22\xe1", [0x0af6] = "\x22\xe2", [0x0af7] = "\x22\xe3", + [0x0af8] = "\x22\xe4", [0x0af9] = "\x22\xe5", [0x0afa] = "\x22\xe6", + [0x0afb] = "\x22\xe7", [0x0afc] = "\x22\xe8", [0x0afd] = "\x22\xe9", + [0x0afe] = "\x22\xea", [0x0aff] = "\x22\xeb", [0x0b00] = "\x22\xec", + [0x0b01] = "\x22\xed", [0x0b02] = "\x22\xee", [0x0b03] = "\x22\xef", + [0x0b04] = "\x22\xf0", [0x0b05] = "\x22\xf1", [0x0b06] = "\x22\xf2", + [0x0b07] = "\x22\xf3", [0x0b08] = "\x22\xf4", [0x0b09] = "\x22\xf5", + [0x0b0a] = "\x22\xf6", [0x0b0b] = "\x22\xf7", [0x0b0c] = "\x22\xf8", + [0x0b0d] = "\x22\xf9", [0x0b0e] = "\x22\xfa", [0x0b0f] = "\x22\xfb", + [0x0b10] = "\x22\xfc", [0x0b11] = "\x22\xfd", [0x0b12] = "\x22\xfe", + [0x0b13] = "\x22\xff", [0x0b14] = "\x23\x00", [0x0b15] = "\x23\x01", + [0x0b16] = "\x23\x02", [0x0b17] = "\x23\x03", [0x0b18] = "\x23\x04", + [0x0b19] = "\x23\x05", [0x0b1a] = "\x23\x06", [0x0b1b] = "\x23\x07", + [0x0b1c] = "\x23\x08", [0x0b1d] = "\x23\x09", [0x0b1e] = "\x23\x0a", + [0x0b1f] = "\x23\x0b", [0x0b20] = "\x23\x0c", [0x0b21] = "\x23\x0d", + [0x0b22] = "\x23\x0e", [0x0b23] = "\x23\x0f", [0x0b24] = "\x23\x10", + [0x0b25] = "\x23\x11", [0x0b26] = "\x23\x12", [0x0b27] = "\x23\x13", + [0x0b28] = "\x23\x14", [0x0b29] = "\x23\x15", [0x0b2a] = "\x23\x16", + [0x0b2b] = "\x23\x17", [0x0b2c] = "\x23\x18", [0x0b2d] = "\x23\x19", + [0x0b2e] = "\x23\x1a", [0x0b2f] = "\x23\x1b", [0x0b30] = "\x23\x1c", + [0x0b31] = "\x23\x1d", [0x0b32] = "\x23\x1e", [0x0b33] = "\x23\x1f", + [0x0b34] = "\x23\x20", [0x0b35] = "\x23\x21", [0x0b36] = "\x23\x22", + [0x0b37] = "\x23\x23", [0x0b38] = "\x23\x24", [0x0b39] = "\x23\x25", + [0x0b3a] = "\x23\x26", [0x0b3b] = "\x23\x27", [0x0b3c] = "\x23\x28", + [0x0b3d] = "\x23\x29", [0x0b3e] = "\x23\x2a", [0x0b3f] = "\x23\x2b", + [0x0b40] = "\x23\x2c", [0x0b41] = "\x23\x2d", [0x0b42] = "\x23\x2e", + [0x0b43] = "\x23\x2f", [0x0b44] = "\x23\x30", [0x0b45] = "\x23\x31", + [0x0b46] = "\x23\x32", [0x0b47] = "\x23\x33", [0x0b48] = "\x23\x34", + [0x0b49] = "\x23\x35", [0x0b4a] = "\x23\x36", [0x0b4b] = "\x23\x37", + [0x0b4c] = "\x23\x38", [0x0b4d] = "\x23\x39", [0x0b4e] = "\x23\x3a", + [0x0b4f] = "\x23\x3b", [0x0b50] = "\x23\x3c", [0x0b51] = "\x23\x3d", + [0x0b52] = "\x23\x3e", [0x0b53] = "\x23\x3f", [0x0b54] = "\x23\x40", + [0x0b55] = "\x23\x41", [0x0b56] = "\x23\x42", [0x0b57] = "\x23\x43", + [0x0b58] = "\x23\x44", [0x0b59] = "\x23\x45", [0x0b5a] = "\x23\x46", + [0x0b5b] = "\x23\x47", [0x0b5c] = "\x23\x48", [0x0b5d] = "\x23\x49", + [0x0b5e] = "\x23\x4a", [0x0b5f] = "\x23\x4b", [0x0b60] = "\x23\x4c", + [0x0b61] = "\x23\x4d", [0x0b62] = "\x23\x4e", [0x0b63] = "\x23\x4f", + [0x0b64] = "\x23\x50", [0x0b65] = "\x23\x51", [0x0b66] = "\x23\x52", + [0x0b67] = "\x23\x53", [0x0b68] = "\x23\x54", [0x0b69] = "\x23\x55", + [0x0b6a] = "\x23\x56", [0x0b6b] = "\x23\x57", [0x0b6c] = "\x23\x58", + [0x0b6d] = "\x23\x59", [0x0b6e] = "\x23\x5a", [0x0b6f] = "\x23\x5b", + [0x0b70] = "\x23\x5c", [0x0b71] = "\x23\x5d", [0x0b72] = "\x23\x5e", + [0x0b73] = "\x23\x5f", [0x0b74] = "\x23\x60", [0x0b75] = "\x23\x61", + [0x0b76] = "\x23\x62", [0x0b77] = "\x23\x63", [0x0b78] = "\x23\x64", + [0x0b79] = "\x23\x65", [0x0b7a] = "\x23\x66", [0x0b7b] = "\x23\x67", + [0x0b7c] = "\x23\x68", [0x0b7d] = "\x23\x69", [0x0b7e] = "\x23\x6a", + [0x0b7f] = "\x23\x6b", [0x0b80] = "\x23\x6c", [0x0b81] = "\x23\x6d", + [0x0b82] = "\x23\x6e", [0x0b83] = "\x23\x6f", [0x0b84] = "\x23\x70", + [0x0b85] = "\x23\x71", [0x0b86] = "\x23\x72", [0x0b87] = "\x23\x73", + [0x0b88] = "\x23\x74", [0x0b89] = "\x23\x75", [0x0b8a] = "\x23\x76", + [0x0b8b] = "\x23\x77", [0x0b8c] = "\x23\x78", [0x0b8d] = "\x23\x79", + [0x0b8e] = "\x23\x7a", [0x0b8f] = "\x23\x7b", [0x0b90] = "\x23\x7c", + [0x0b91] = "\x23\x7d", [0x0b92] = "\x23\x7e", [0x0b93] = "\x23\x7f", + [0x0b94] = "\x23\x80", [0x0b95] = "\x23\x81", [0x0b96] = "\x23\x82", + [0x0b97] = "\x23\x83", [0x0b98] = "\x23\x84", [0x0b99] = "\x23\x85", + [0x0b9a] = "\x23\x86", [0x0b9b] = "\x23\x87", [0x0b9c] = "\x23\x88", + [0x0b9d] = "\x23\x89", [0x0b9e] = "\x23\x8a", [0x0b9f] = "\x23\x8b", + [0x0ba0] = "\x23\x8c", [0x0ba1] = "\x23\x8d", [0x0ba2] = "\x23\x8e", + [0x0ba3] = "\x23\x8f", [0x0ba4] = "\x23\x90", [0x0ba5] = "\x23\x91", + [0x0ba6] = "\x23\x92", [0x0ba7] = "\x23\x93", [0x0ba8] = "\x23\x94", + [0x0ba9] = "\x23\x95", [0x0baa] = "\x23\x96", [0x0bab] = "\x23\x97", + [0x0bac] = "\x23\x98", [0x0bad] = "\x23\x99", [0x0bae] = "\x23\x9a", + [0x0baf] = "\x23\x9b", [0x0bb0] = "\x23\x9c", [0x0bb1] = "\x23\x9d", + [0x0bb2] = "\x23\x9e", [0x0bb3] = "\x23\x9f", [0x0bb4] = "\x23\xa0", + [0x0bb5] = "\x23\xa1", [0x0bb6] = "\x23\xa2", [0x0bb7] = "\x23\xa3", + [0x0bb8] = "\x23\xa4", [0x0bb9] = "\x23\xa5", [0x0bba] = "\x23\xa6", + [0x0bbb] = "\x23\xa7", [0x0bbc] = "\x23\xa8", [0x0bbd] = "\x23\xa9", + [0x0bbe] = "\x23\xaa", [0x0bbf] = "\x23\xab", [0x0bc0] = "\x23\xac", + [0x0bc1] = "\x23\xad", [0x0bc2] = "\x23\xae", [0x0bc3] = "\x23\xaf", + [0x0bc4] = "\x23\xb0", [0x0bc5] = "\x23\xb1", [0x0bc6] = "\x23\xb2", + [0x0bc7] = "\x23\xb3", [0x0bc8] = "\x23\xb4", [0x0bc9] = "\x23\xb5", + [0x0bca] = "\x23\xb6", [0x0bcb] = "\x23\xb7", [0x0bcc] = "\x23\xb8", + [0x0bcd] = "\x23\xb9", [0x0bce] = "\x23\xba", [0x0bcf] = "\x23\xbb", + [0x0bd0] = "\x23\xbc", [0x0bd1] = "\x23\xbd", [0x0bd2] = "\x23\xbe", + [0x0bd3] = "\x23\xbf", [0x0bd4] = "\x23\xc0", [0x0bd5] = "\x23\xc1", + [0x0bd6] = "\x23\xc2", [0x0bd7] = "\x23\xc3", [0x0bd8] = "\x23\xc4", + [0x0bd9] = "\x23\xc5", [0x0bda] = "\x23\xc6", [0x0bdb] = "\x23\xc7", + [0x0bdc] = "\x23\xc8", [0x0bdd] = "\x23\xc9", [0x0bde] = "\x23\xca", + [0x0bdf] = "\x23\xcb", [0x0be0] = "\x23\xcc", [0x0be1] = "\x23\xcd", + [0x0be2] = "\x23\xce", [0x0be3] = "\x23\xcf", [0x0be4] = "\x23\xd0", + [0x0be5] = "\x23\xd1", [0x0be6] = "\x23\xd2", [0x0be7] = "\x23\xd3", + [0x0be8] = "\x23\xd4", [0x0be9] = "\x23\xd5", [0x0bea] = "\x23\xd6", + [0x0beb] = "\x23\xd7", [0x0bec] = "\x23\xd8", [0x0bed] = "\x23\xd9", + [0x0bee] = "\x23\xda", [0x0bef] = "\x23\xdb", [0x0bf0] = "\x23\xdc", + [0x0bf1] = "\x23\xdd", [0x0bf2] = "\x23\xde", [0x0bf3] = "\x23\xdf", + [0x0bf4] = "\x23\xe0", [0x0bf5] = "\x23\xe1", [0x0bf6] = "\x23\xe2", + [0x0bf7] = "\x23\xe3", [0x0bf8] = "\x23\xe4", [0x0bf9] = "\x23\xe5", + [0x0bfa] = "\x23\xe6", [0x0bfb] = "\x23\xe7", [0x0bfc] = "\x23\xe8", + [0x0bfd] = "\x23\xe9", [0x0bfe] = "\x23\xea", [0x0bff] = "\x23\xeb", + [0x0c00] = "\x23\xec", [0x0c01] = "\x23\xed", [0x0c02] = "\x23\xee", + [0x0c03] = "\x23\xef", [0x0c04] = "\x23\xf0", [0x0c05] = "\x23\xf1", + [0x0c06] = "\x23\xf2", [0x0c07] = "\x23\xf3", [0x0c08] = "\x23\xf4", + [0x0c09] = "\x23\xf5", [0x0c0a] = "\x23\xf6", [0x0c0b] = "\x23\xf7", + [0x0c0c] = "\x23\xf8", [0x0c0d] = "\x23\xf9", [0x0c0e] = "\x23\xfa", + [0x0c0f] = "\x23\xfb", [0x0c10] = "\x23\xfc", [0x0c11] = "\x23\xfd", + [0x0c12] = "\x23\xfe", [0x0c13] = "\x23\xff", [0x0c14] = "\x24\x00", + [0x0c15] = "\x24\x01", [0x0c16] = "\x24\x02", [0x0c17] = "\x24\x03", + [0x0c18] = "\x24\x04", [0x0c19] = "\x24\x05", [0x0c1a] = "\x24\x06", + [0x0c1b] = "\x24\x07", [0x0c1c] = "\x24\x08", [0x0c1d] = "\x24\x09", + [0x0c1e] = "\x24\x0a", [0x0c1f] = "\x24\x0b", [0x0c20] = "\x24\x0c", + [0x0c21] = "\x24\x0d", [0x0c22] = "\x24\x0e", [0x0c23] = "\x24\x0f", + [0x0c24] = "\x24\x10", [0x0c25] = "\x24\x11", [0x0c26] = "\x24\x12", + [0x0c27] = "\x24\x13", [0x0c28] = "\x24\x14", [0x0c29] = "\x24\x15", + [0x0c2a] = "\x24\x16", [0x0c2b] = "\x24\x17", [0x0c2c] = "\x24\x18", + [0x0c2d] = "\x24\x19", [0x0c2e] = "\x24\x1a", [0x0c2f] = "\x24\x1b", + [0x0c30] = "\x24\x1c", [0x0c31] = "\x24\x1d", [0x0c32] = "\x24\x1e", + [0x0c33] = "\x24\x1f", [0x0c34] = "\x24\x20", [0x0c35] = "\x24\x21", + [0x0c36] = "\x24\x22", [0x0c37] = "\x24\x23", [0x0c38] = "\x24\x24", + [0x0c39] = "\x24\x25", [0x0c3a] = "\x24\x26", [0x0c3b] = "\x24\x27", + [0x0c3c] = "\x24\x28", [0x0c3d] = "\x24\x29", [0x0c3e] = "\x24\x2a", + [0x0c3f] = "\x24\x2b", [0x0c40] = "\x24\x2c", [0x0c41] = "\x24\x2d", + [0x0c42] = "\x24\x2e", [0x0c43] = "\x24\x2f", [0x0c44] = "\x24\x30", + [0x0c45] = "\x24\x31", [0x0c46] = "\x24\x32", [0x0c47] = "\x24\x33", + [0x0c48] = "\x24\x34", [0x0c49] = "\x24\x35", [0x0c4a] = "\x24\x36", + [0x0c4b] = "\x24\x37", [0x0c4c] = "\x24\x38", [0x0c4d] = "\x24\x39", + [0x0c4e] = "\x24\x3a", [0x0c4f] = "\x24\x3b", [0x0c50] = "\x24\x3c", + [0x0c51] = "\x24\x3d", [0x0c52] = "\x24\x3e", [0x0c53] = "\x24\x3f", + [0x0c54] = "\x24\x40", [0x0c55] = "\x24\x41", [0x0c56] = "\x24\x42", + [0x0c57] = "\x24\x43", [0x0c58] = "\x24\x44", [0x0c59] = "\x24\x45", + [0x0c5a] = "\x24\x46", [0x0c5b] = "\x24\x47", [0x0c5c] = "\x24\x48", + [0x0c5d] = "\x24\x49", [0x0c5e] = "\x24\x4a", [0x0c5f] = "\x24\x4b", + [0x0c60] = "\x24\x4c", [0x0c61] = "\x24\x4d", [0x0c62] = "\x24\x4e", + [0x0c63] = "\x24\x4f", [0x0c64] = "\x24\x50", [0x0c65] = "\x24\x51", + [0x0c66] = "\x24\x52", [0x0c67] = "\x24\x53", [0x0c68] = "\x24\x54", + [0x0c69] = "\x24\x55", [0x0c6a] = "\x24\x56", [0x0c6b] = "\x24\x57", + [0x0c6c] = "\x24\x58", [0x0c6d] = "\x24\x59", [0x0c6e] = "\x24\x5a", + [0x0c6f] = "\x24\x5b", [0x0c70] = "\x24\x5c", [0x0c71] = "\x24\x5d", + [0x0c72] = "\x24\x5e", [0x0c73] = "\x24\x5f", [0x0c74] = "\x24\x60", + [0x0c75] = "\x24\x61", [0x0c76] = "\x24\x62", [0x0c77] = "\x24\x63", + [0x0c78] = "\x24\x64", [0x0c79] = "\x24\x65", [0x0c7a] = "\x24\x66", + [0x0c7b] = "\x24\x67", [0x0c7c] = "\x24\x68", [0x0c7d] = "\x24\x69", + [0x0c7e] = "\x24\x6a", [0x0c7f] = "\x24\x6b", [0x0c80] = "\x24\x6c", + [0x0c81] = "\x24\x6d", [0x0c82] = "\x24\x6e", [0x0c83] = "\x24\x6f", + [0x0c84] = "\x24\x70", [0x0c85] = "\x24\x71", [0x0c86] = "\x24\x72", + [0x0c87] = "\x24\x73", [0x0c88] = "\x24\x74", [0x0c89] = "\x24\x75", + [0x0c8a] = "\x24\x76", [0x0c8b] = "\x24\x77", [0x0c8c] = "\x24\x78", + [0x0c8d] = "\x24\x79", [0x0c8e] = "\x24\x7a", [0x0c8f] = "\x24\x7b", + [0x0c90] = "\x24\x7c", [0x0c91] = "\x24\x7d", [0x0c92] = "\x24\x7e", + [0x0c93] = "\x24\x7f", [0x0c94] = "\x24\x80", [0x0c95] = "\x24\x81", + [0x0c96] = "\x24\x82", [0x0c97] = "\x24\x83", [0x0c98] = "\x24\x84", + [0x0c99] = "\x24\x85", [0x0c9a] = "\x24\x86", [0x0c9b] = "\x24\x87", + [0x0c9c] = "\x24\x88", [0x0c9d] = "\x24\x89", [0x0c9e] = "\x24\x8a", + [0x0c9f] = "\x24\x8b", [0x0ca0] = "\x24\x8c", [0x0ca1] = "\x24\x8d", + [0x0ca2] = "\x24\x8e", [0x0ca3] = "\x24\x8f", [0x0ca4] = "\x24\x90", + [0x0ca5] = "\x24\x91", [0x0ca6] = "\x24\x92", [0x0ca7] = "\x24\x93", + [0x0ca8] = "\x24\x94", [0x0ca9] = "\x24\x95", [0x0caa] = "\x24\x96", + [0x0cab] = "\x24\x97", [0x0cac] = "\x24\x98", [0x0cad] = "\x24\x99", + [0x0cae] = "\x24\x9a", [0x0caf] = "\x24\x9b", [0x0cb0] = "\x24\x9c", + [0x0cb1] = "\x24\x9d", [0x0cb2] = "\x24\x9e", [0x0cb3] = "\x24\x9f", + [0x0cb4] = "\x24\xa0", [0x0cb5] = "\x24\xa1", [0x0cb6] = "\x24\xa2", + [0x0cb7] = "\x24\xa3", [0x0cb8] = "\x24\xa4", [0x0cb9] = "\x24\xa5", + [0x0cba] = "\x24\xa6", [0x0cbb] = "\x24\xa7", [0x0cbc] = "\x24\xa8", + [0x0cbd] = "\x24\xa9", [0x0cbe] = "\x24\xaa", [0x0cbf] = "\x24\xab", + [0x0cc0] = "\x24\xac", [0x0cc1] = "\x24\xad", [0x0cc2] = "\x24\xae", + [0x0cc3] = "\x24\xaf", [0x0cc4] = "\x24\xb0", [0x0cc5] = "\x24\xb1", + [0x0cc6] = "\x24\xb2", [0x0cc7] = "\x24\xb3", [0x0cc8] = "\x24\xb4", + [0x0cc9] = "\x24\xb5", [0x0cca] = "\x24\xb6", [0x0ccb] = "\x24\xb7", + [0x0ccc] = "\x24\xb8", [0x0ccd] = "\x24\xb9", [0x0cce] = "\x24\xba", + [0x0ccf] = "\x24\xbb", [0x0cd0] = "\x24\xbc", [0x0cd1] = "\x24\xbd", + [0x0cd2] = "\x24\xbe", [0x0cd3] = "\x24\xbf", [0x0cd4] = "\x24\xc0", + [0x0cd5] = "\x24\xc1", [0x0cd6] = "\x24\xc2", [0x0cd7] = "\x24\xc3", + [0x0cd8] = "\x24\xc4", [0x0cd9] = "\x24\xc5", [0x0cda] = "\x24\xc6", + [0x0cdb] = "\x24\xc7", [0x0cdc] = "\x24\xc8", [0x0cdd] = "\x24\xc9", + [0x0cde] = "\x24\xca", [0x0cdf] = "\x24\xcb", [0x0ce0] = "\x24\xcc", + [0x0ce1] = "\x24\xcd", [0x0ce2] = "\x24\xce", [0x0ce3] = "\x24\xcf", + [0x0ce4] = "\x24\xd0", [0x0ce5] = "\x24\xd1", [0x0ce6] = "\x24\xd2", + [0x0ce7] = "\x24\xd3", [0x0ce8] = "\x24\xd4", [0x0ce9] = "\x24\xd5", + [0x0cea] = "\x24\xd6", [0x0ceb] = "\x24\xd7", [0x0cec] = "\x24\xd8", + [0x0ced] = "\x24\xd9", [0x0cee] = "\x24\xda", [0x0cef] = "\x24\xdb", + [0x0cf0] = "\x24\xdc", [0x0cf1] = "\x24\xdd", [0x0cf2] = "\x24\xde", + [0x0cf3] = "\x24\xdf", [0x0cf4] = "\x24\xe0", [0x0cf5] = "\x24\xe1", + [0x0cf6] = "\x24\xe2", [0x0cf7] = "\x24\xe3", [0x0cf8] = "\x24\xe4", + [0x0cf9] = "\x24\xe5", [0x0cfa] = "\x24\xe6", [0x0cfb] = "\x24\xe7", + [0x0cfc] = "\x24\xe8", [0x0cfd] = "\x24\xe9", [0x0cfe] = "\x24\xea", + [0x0cff] = "\x24\xeb", [0x0d00] = "\x24\xec", [0x0d01] = "\x24\xed", + [0x0d02] = "\x24\xee", [0x0d03] = "\x24\xef", [0x0d04] = "\x24\xf0", + [0x0d05] = "\x24\xf1", [0x0d06] = "\x24\xf2", [0x0d07] = "\x24\xf3", + [0x0d08] = "\x24\xf4", [0x0d09] = "\x24\xf5", [0x0d0a] = "\x24\xf6", + [0x0d0b] = "\x24\xf7", [0x0d0c] = "\x24\xf8", [0x0d0d] = "\x24\xf9", + [0x0d0e] = "\x24\xfa", [0x0d0f] = "\x24\xfb", [0x0d10] = "\x24\xfc", + [0x0d11] = "\x24\xfd", [0x0d12] = "\x24\xfe", [0x0d13] = "\x24\xff", + [0x0d14] = "\x25\x00", [0x0d15] = "\x25\x01", [0x0d16] = "\x25\x02", + [0x0d17] = "\x25\x03", [0x0d18] = "\x25\x04", [0x0d19] = "\x25\x05", + [0x0d1a] = "\x25\x06", [0x0d1b] = "\x25\x07", [0x0d1c] = "\x25\x08", + [0x0d1d] = "\x25\x09", [0x0d1e] = "\x25\x0a", [0x0d1f] = "\x25\x0b", + [0x0d20] = "\x25\x0c", [0x0d21] = "\x25\x0d", [0x0d22] = "\x25\x0e", + [0x0d23] = "\x25\x0f", [0x0d24] = "\x25\x10", [0x0d25] = "\x25\x11", + [0x0d26] = "\x25\x12", [0x0d27] = "\x25\x13", [0x0d28] = "\x25\x14", + [0x0d29] = "\x25\x15", [0x0d2a] = "\x25\x16", [0x0d2b] = "\x25\x17", + [0x0d2c] = "\x25\x18", [0x0d2d] = "\x25\x19", [0x0d2e] = "\x25\x1a", + [0x0d2f] = "\x25\x1b", [0x0d30] = "\x25\x1c", [0x0d31] = "\x25\x1d", + [0x0d32] = "\x25\x1e", [0x0d33] = "\x25\x1f", [0x0d34] = "\x25\x20", + [0x0d35] = "\x25\x21", [0x0d36] = "\x25\x22", [0x0d37] = "\x25\x23", + [0x0d38] = "\x25\x24", [0x0d39] = "\x25\x25", [0x0d3a] = "\x25\x26", + [0x0d3b] = "\x25\x27", [0x0d3c] = "\x25\x28", [0x0d3d] = "\x25\x29", + [0x0d3e] = "\x25\x2a", [0x0d3f] = "\x25\x2b", [0x0d40] = "\x25\x2c", + [0x0d41] = "\x25\x2d", [0x0d42] = "\x25\x2e", [0x0d43] = "\x25\x2f", + [0x0d44] = "\x25\x30", [0x0d45] = "\x25\x31", [0x0d46] = "\x25\x32", + [0x0d47] = "\x25\x33", [0x0d48] = "\x25\x34", [0x0d49] = "\x25\x35", + [0x0d4a] = "\x25\x36", [0x0d4b] = "\x25\x37", [0x0d4c] = "\x25\x38", + [0x0d4d] = "\x25\x39", [0x0d4e] = "\x25\x3a", [0x0d4f] = "\x25\x3b", + [0x0d50] = "\x25\x3c", [0x0d51] = "\x25\x3d", [0x0d52] = "\x25\x3e", + [0x0d53] = "\x25\x3f", [0x0d54] = "\x25\x40", [0x0d55] = "\x25\x41", + [0x0d56] = "\x25\x42", [0x0d57] = "\x25\x43", [0x0d58] = "\x25\x44", + [0x0d59] = "\x25\x45", [0x0d5a] = "\x25\x46", [0x0d5b] = "\x25\x47", + [0x0d5c] = "\x25\x48", [0x0d5d] = "\x25\x49", [0x0d5e] = "\x25\x4a", + [0x0d5f] = "\x25\x4b", [0x0d60] = "\x25\x4c", [0x0d61] = "\x25\x4d", + [0x0d62] = "\x25\x4e", [0x0d63] = "\x25\x4f", [0x0d64] = "\x25\x50", + [0x0d65] = "\x25\x51", [0x0d66] = "\x25\x52", [0x0d67] = "\x25\x53", + [0x0d68] = "\x25\x54", [0x0d69] = "\x25\x55", [0x0d6a] = "\x25\x56", + [0x0d6b] = "\x25\x57", [0x0d6c] = "\x25\x58", [0x0d6d] = "\x25\x59", + [0x0d6e] = "\x25\x5a", [0x0d6f] = "\x25\x5b", [0x0d70] = "\x25\x5c", + [0x0d71] = "\x25\x5d", [0x0d72] = "\x25\x5e", [0x0d73] = "\x25\x5f", + [0x0d74] = "\x25\x60", [0x0d75] = "\x25\x61", [0x0d76] = "\x25\x62", + [0x0d77] = "\x25\x63", [0x0d78] = "\x25\x64", [0x0d79] = "\x25\x65", + [0x0d7a] = "\x25\x66", [0x0d7b] = "\x25\x67", [0x0d7c] = "\x25\x68", + [0x0d7d] = "\x25\x69", [0x0d7e] = "\x25\x6a", [0x0d7f] = "\x25\x6b", + [0x0d80] = "\x25\x6c", [0x0d81] = "\x25\x6d", [0x0d82] = "\x25\x6e", + [0x0d83] = "\x25\x6f", [0x0d84] = "\x25\x70", [0x0d85] = "\x25\x71", + [0x0d86] = "\x25\x72", [0x0d87] = "\x25\x73", [0x0d88] = "\x25\x74", + [0x0d89] = "\x25\x75", [0x0d8a] = "\x25\x76", [0x0d8b] = "\x25\x77", + [0x0d8c] = "\x25\x78", [0x0d8d] = "\x25\x79", [0x0d8e] = "\x25\x7a", + [0x0d8f] = "\x25\x7b", [0x0d90] = "\x25\x7c", [0x0d91] = "\x25\x7d", + [0x0d92] = "\x25\x7e", [0x0d93] = "\x25\x7f", [0x0d94] = "\x25\x80", + [0x0d95] = "\x25\x81", [0x0d96] = "\x25\x82", [0x0d97] = "\x25\x83", + [0x0d98] = "\x25\x84", [0x0d99] = "\x25\x85", [0x0d9a] = "\x25\x86", + [0x0d9b] = "\x25\x87", [0x0d9c] = "\x25\x88", [0x0d9d] = "\x25\x89", + [0x0d9e] = "\x25\x8a", [0x0d9f] = "\x25\x8b", [0x0da0] = "\x25\x8c", + [0x0da1] = "\x25\x8d", [0x0da2] = "\x25\x8e", [0x0da3] = "\x25\x8f", + [0x0da4] = "\x25\x90", [0x0da5] = "\x25\x91", [0x0da6] = "\x25\x92", + [0x0da7] = "\x25\x93", [0x0da8] = "\x25\x94", [0x0da9] = "\x25\x95", + [0x0daa] = "\x25\x96", [0x0dab] = "\x25\x97", [0x0dac] = "\x25\x98", + [0x0dad] = "\x25\x99", [0x0dae] = "\x25\x9a", [0x0daf] = "\x25\x9b", + [0x0db0] = "\x25\x9c", [0x0db1] = "\x25\x9d", [0x0db2] = "\x25\x9e", + [0x0db3] = "\x25\x9f", [0x0db4] = "\x25\xa0", [0x0db5] = "\x25\xa1", + [0x0db6] = "\x25\xa2", [0x0db7] = "\x25\xa3", [0x0db8] = "\x25\xa4", + [0x0db9] = "\x25\xa5", [0x0dba] = "\x25\xa6", [0x0dbb] = "\x25\xa7", + [0x0dbc] = "\x25\xa8", [0x0dbd] = "\x25\xa9", [0x0dbe] = "\x25\xaa", + [0x0dbf] = "\x25\xab", [0x0dc0] = "\x25\xac", [0x0dc1] = "\x25\xad", + [0x0dc2] = "\x25\xae", [0x0dc3] = "\x25\xaf", [0x0dc4] = "\x25\xb0", + [0x0dc5] = "\x25\xb1", [0x0dc6] = "\x25\xb2", [0x0dc7] = "\x25\xb3", + [0x0dc8] = "\x25\xb4", [0x0dc9] = "\x25\xb5", [0x0dca] = "\x25\xb6", + [0x0dcb] = "\x25\xb7", [0x0dcc] = "\x25\xb8", [0x0dcd] = "\x25\xb9", + [0x0dce] = "\x25\xba", [0x0dcf] = "\x25\xbb", [0x0dd0] = "\x25\xbc", + [0x0dd1] = "\x25\xbd", [0x0dd2] = "\x25\xbe", [0x0dd3] = "\x25\xbf", + [0x0dd4] = "\x25\xc0", [0x0dd5] = "\x25\xc1", [0x0dd6] = "\x25\xc2", + [0x0dd7] = "\x25\xc3", [0x0dd8] = "\x25\xc4", [0x0dd9] = "\x25\xc5", + [0x0dda] = "\x25\xc6", [0x0ddb] = "\x25\xc7", [0x0ddc] = "\x25\xc8", + [0x0ddd] = "\x25\xc9", [0x0dde] = "\x25\xca", [0x0ddf] = "\x25\xcb", + [0x0de0] = "\x25\xcc", [0x0de1] = "\x25\xcd", [0x0de2] = "\x25\xce", + [0x0de3] = "\x25\xcf", [0x0de4] = "\x25\xd0", [0x0de5] = "\x25\xd1", + [0x0de6] = "\x25\xd2", [0x0de7] = "\x25\xd3", [0x0de8] = "\x25\xd4", + [0x0de9] = "\x25\xd5", [0x0dea] = "\x25\xd6", [0x0deb] = "\x25\xd7", + [0x0dec] = "\x25\xd8", [0x0ded] = "\x25\xd9", [0x0dee] = "\x25\xda", + [0x0def] = "\x25\xdb", [0x0df0] = "\x25\xdc", [0x0df1] = "\x25\xdd", + [0x0df2] = "\x25\xde", [0x0df3] = "\x25\xdf", [0x0df4] = "\x25\xe0", + [0x0df5] = "\x25\xe1", [0x0df6] = "\x25\xe2", [0x0df7] = "\x25\xe3", + [0x0df8] = "\x25\xe4", [0x0df9] = "\x25\xe5", [0x0dfa] = "\x25\xe6", + [0x0dfb] = "\x25\xe7", [0x0dfc] = "\x25\xe8", [0x0dfd] = "\x25\xe9", + [0x0dfe] = "\x25\xea", [0x0dff] = "\x25\xeb", [0x0e00] = "\x25\xec", + [0x0e01] = "\x25\xed", [0x0e02] = "\x25\xee", [0x0e03] = "\x25\xef", + [0x0e04] = "\x25\xf0", [0x0e05] = "\x25\xf1", [0x0e06] = "\x25\xf2", + [0x0e07] = "\x25\xf3", [0x0e08] = "\x25\xf4", [0x0e09] = "\x25\xf5", + [0x0e0a] = "\x25\xf6", [0x0e0b] = "\x25\xf7", [0x0e0c] = "\x25\xf8", + [0x0e0d] = "\x25\xf9", [0x0e0e] = "\x25\xfa", [0x0e0f] = "\x25\xfb", + [0x0e10] = "\x25\xfc", [0x0e11] = "\x25\xfd", [0x0e12] = "\x25\xfe", + [0x0e13] = "\x25\xff", [0x0e14] = "\x26\x00", [0x0e15] = "\x26\x01", + [0x0e16] = "\x26\x02", [0x0e17] = "\x26\x03", [0x0e18] = "\x26\x04", + [0x0e19] = "\x26\x05", [0x0e1a] = "\x26\x06", [0x0e1b] = "\x26\x07", + [0x0e1c] = "\x26\x08", [0x0e1d] = "\x26\x09", [0x0e1e] = "\x26\x0a", + [0x0e1f] = "\x26\x0b", [0x0e20] = "\x26\x0c", [0x0e21] = "\x26\x0d", + [0x0e22] = "\x26\x0e", [0x0e23] = "\x26\x0f", [0x0e24] = "\x26\x10", + [0x0e25] = "\x26\x11", [0x0e26] = "\x26\x12", [0x0e27] = "\x26\x13", + [0x0e28] = "\x26\x14", [0x0e29] = "\x26\x15", [0x0e2a] = "\x26\x16", + [0x0e2b] = "\x26\x17", [0x0e2c] = "\x26\x18", [0x0e2d] = "\x26\x19", + [0x0e2e] = "\x26\x1a", [0x0e2f] = "\x26\x1b", [0x0e30] = "\x26\x1c", + [0x0e31] = "\x26\x1d", [0x0e32] = "\x26\x1e", [0x0e33] = "\x26\x1f", + [0x0e34] = "\x26\x20", [0x0e35] = "\x26\x21", [0x0e36] = "\x26\x22", + [0x0e37] = "\x26\x23", [0x0e38] = "\x26\x24", [0x0e39] = "\x26\x25", + [0x0e3a] = "\x26\x26", [0x0e3b] = "\x26\x27", [0x0e3c] = "\x26\x28", + [0x0e3d] = "\x26\x29", [0x0e3e] = "\x26\x2a", [0x0e3f] = "\x26\x2b", + [0x0e40] = "\x26\x2c", [0x0e41] = "\x26\x2d", [0x0e42] = "\x26\x2e", + [0x0e43] = "\x26\x2f", [0x0e44] = "\x26\x30", [0x0e45] = "\x26\x31", + [0x0e46] = "\x26\x32", [0x0e47] = "\x26\x33", [0x0e48] = "\x26\x34", + [0x0e49] = "\x26\x35", [0x0e4a] = "\x26\x36", [0x0e4b] = "\x26\x37", + [0x0e4c] = "\x26\x38", [0x0e4d] = "\x26\x39", [0x0e4e] = "\x26\x3a", + [0x0e4f] = "\x26\x3b", [0x0e50] = "\x26\x3c", [0x0e51] = "\x26\x3d", + [0x0e52] = "\x26\x3e", [0x0e53] = "\x26\x3f", [0x0e54] = "\x26\x40", + [0x0e55] = "\x26\x41", [0x0e56] = "\x26\x42", [0x0e57] = "\x26\x43", + [0x0e58] = "\x26\x44", [0x0e59] = "\x26\x45", [0x0e5a] = "\x26\x46", + [0x0e5b] = "\x26\x47", [0x0e5c] = "\x26\x48", [0x0e5d] = "\x26\x49", + [0x0e5e] = "\x26\x4a", [0x0e5f] = "\x26\x4b", [0x0e60] = "\x26\x4c", + [0x0e61] = "\x26\x4d", [0x0e62] = "\x26\x4e", [0x0e63] = "\x26\x4f", + [0x0e64] = "\x26\x50", [0x0e65] = "\x26\x51", [0x0e66] = "\x26\x52", + [0x0e67] = "\x26\x53", [0x0e68] = "\x26\x54", [0x0e69] = "\x26\x55", + [0x0e6a] = "\x26\x56", [0x0e6b] = "\x26\x57", [0x0e6c] = "\x26\x58", + [0x0e6d] = "\x26\x59", [0x0e6e] = "\x26\x5a", [0x0e6f] = "\x26\x5b", + [0x0e70] = "\x26\x5c", [0x0e71] = "\x26\x5d", [0x0e72] = "\x26\x5e", + [0x0e73] = "\x26\x5f", [0x0e74] = "\x26\x60", [0x0e75] = "\x26\x61", + [0x0e76] = "\x26\x62", [0x0e77] = "\x26\x63", [0x0e78] = "\x26\x64", + [0x0e79] = "\x26\x65", [0x0e7a] = "\x26\x66", [0x0e7b] = "\x26\x67", + [0x0e7c] = "\x26\x68", [0x0e7d] = "\x26\x69", [0x0e7e] = "\x26\x6a", + [0x0e7f] = "\x26\x6b", [0x0e80] = "\x26\x6c", [0x0e81] = "\x26\x6d", + [0x0e82] = "\x26\x6e", [0x0e83] = "\x26\x6f", [0x0e84] = "\x26\x70", + [0x0e85] = "\x26\x71", [0x0e86] = "\x26\x72", [0x0e87] = "\x26\x73", + [0x0e88] = "\x26\x74", [0x0e89] = "\x26\x75", [0x0e8a] = "\x26\x76", + [0x0e8b] = "\x26\x77", [0x0e8c] = "\x26\x78", [0x0e8d] = "\x26\x79", + [0x0e8e] = "\x26\x7a", [0x0e8f] = "\x26\x7b", [0x0e90] = "\x26\x7c", + [0x0e91] = "\x26\x7d", [0x0e92] = "\x26\x7e", [0x0e93] = "\x26\x7f", + [0x0e94] = "\x26\x80", [0x0e95] = "\x26\x81", [0x0e96] = "\x26\x82", + [0x0e97] = "\x26\x83", [0x0e98] = "\x26\x84", [0x0e99] = "\x26\x85", + [0x0e9a] = "\x26\x86", [0x0e9b] = "\x26\x87", [0x0e9c] = "\x26\x88", + [0x0e9d] = "\x26\x89", [0x0e9e] = "\x26\x8a", [0x0e9f] = "\x26\x8b", + [0x0ea0] = "\x26\x8c", [0x0ea1] = "\x26\x8d", [0x0ea2] = "\x26\x8e", + [0x0ea3] = "\x26\x8f", [0x0ea4] = "\x26\x90", [0x0ea5] = "\x26\x91", + [0x0ea6] = "\x26\x92", [0x0ea7] = "\x26\x93", [0x0ea8] = "\x26\x94", + [0x0ea9] = "\x26\x95", [0x0eaa] = "\x26\x96", [0x0eab] = "\x26\x97", + [0x0eac] = "\x26\x98", [0x0ead] = "\x26\x99", [0x0eae] = "\x26\x9a", + [0x0eaf] = "\x26\x9b", [0x0eb0] = "\x26\x9c", [0x0eb1] = "\x26\x9d", + [0x0eb2] = "\x26\x9e", [0x0eb3] = "\x26\x9f", [0x0eb4] = "\x26\xa0", + [0x0eb5] = "\x26\xa1", [0x0eb6] = "\x26\xa2", [0x0eb7] = "\x26\xa3", + [0x0eb8] = "\x26\xa4", [0x0eb9] = "\x26\xa5", [0x0eba] = "\x26\xa6", + [0x0ebb] = "\x26\xa7", [0x0ebc] = "\x26\xa8", [0x0ebd] = "\x26\xa9", + [0x0ebe] = "\x26\xaa", [0x0ebf] = "\x26\xab", [0x0ec0] = "\x26\xac", + [0x0ec1] = "\x26\xad", [0x0ec2] = "\x26\xae", [0x0ec3] = "\x26\xaf", + [0x0ec4] = "\x26\xb0", [0x0ec5] = "\x26\xb1", [0x0ec6] = "\x26\xb2", + [0x0ec7] = "\x26\xb3", [0x0ec8] = "\x26\xb4", [0x0ec9] = "\x26\xb5", + [0x0eca] = "\x26\xb6", [0x0ecb] = "\x26\xb7", [0x0ecc] = "\x26\xb8", + [0x0ecd] = "\x26\xb9", [0x0ece] = "\x26\xba", [0x0ecf] = "\x26\xbb", + [0x0ed0] = "\x26\xbc", [0x0ed1] = "\x26\xbd", [0x0ed2] = "\x26\xbe", + [0x0ed3] = "\x26\xbf", [0x0ed4] = "\x26\xc0", [0x0ed5] = "\x26\xc1", + [0x0ed6] = "\x26\xc2", [0x0ed7] = "\x26\xc3", [0x0ed8] = "\x26\xc4", + [0x0ed9] = "\x26\xc5", [0x0eda] = "\x26\xc6", [0x0edb] = "\x26\xc7", + [0x0edc] = "\x26\xc8", [0x0edd] = "\x26\xc9", [0x0ede] = "\x26\xca", + [0x0edf] = "\x26\xcb", [0x0ee0] = "\x26\xcc", [0x0ee1] = "\x26\xcd", + [0x0ee2] = "\x26\xce", [0x0ee3] = "\x26\xcf", [0x0ee4] = "\x26\xd0", + [0x0ee5] = "\x26\xd1", [0x0ee6] = "\x26\xd2", [0x0ee7] = "\x26\xd3", + [0x0ee8] = "\x26\xd4", [0x0ee9] = "\x26\xd5", [0x0eea] = "\x26\xd6", + [0x0eeb] = "\x26\xd7", [0x0eec] = "\x26\xd8", [0x0eed] = "\x26\xd9", + [0x0eee] = "\x26\xda", [0x0eef] = "\x26\xdb", [0x0ef0] = "\x26\xdc", + [0x0ef1] = "\x26\xdd", [0x0ef2] = "\x26\xde", [0x0ef3] = "\x26\xdf", + [0x0ef4] = "\x26\xe0", [0x0ef5] = "\x26\xe1", [0x0ef6] = "\x26\xe2", + [0x0ef7] = "\x26\xe3", [0x0ef8] = "\x26\xe4", [0x0ef9] = "\x26\xe5", + [0x0efa] = "\x26\xe6", [0x0efb] = "\x26\xe7", [0x0efc] = "\x26\xe8", + [0x0efd] = "\x26\xe9", [0x0efe] = "\x26\xea", [0x0eff] = "\x26\xeb", + [0x0f00] = "\x26\xec", [0x0f01] = "\x26\xed", [0x0f02] = "\x26\xee", + [0x0f03] = "\x26\xef", [0x0f04] = "\x26\xf0", [0x0f05] = "\x26\xf1", + [0x0f06] = "\x26\xf2", [0x0f07] = "\x26\xf3", [0x0f08] = "\x26\xf4", + [0x0f09] = "\x26\xf5", [0x0f0a] = "\x26\xf6", [0x0f0b] = "\x26\xf7", + [0x0f0c] = "\x26\xf8", [0x0f0d] = "\x26\xf9", [0x0f0e] = "\x26\xfa", + [0x0f0f] = "\x26\xfb", [0x0f10] = "\x26\xfc", [0x0f11] = "\x26\xfd", + [0x0f12] = "\x26\xfe", [0x0f13] = "\x26\xff", [0x0f14] = "\x27\x00", + [0x0f15] = "\x27\x01", [0x0f16] = "\x27\x02", [0x0f17] = "\x27\x03", + [0x0f18] = "\x27\x04", [0x0f19] = "\x27\x05", [0x0f1a] = "\x27\x06", + [0x0f1b] = "\x27\x07", [0x0f1c] = "\x27\x08", [0x0f1d] = "\x27\x09", + [0x0f1e] = "\x27\x0a", [0x0f1f] = "\x27\x0b", [0x0f20] = "\x27\x0c", + [0x0f21] = "\x27\x0d", [0x0f22] = "\x27\x0e", [0x0f23] = "\x27\x0f", + [0x0f24] = "\x27\x10", [0x0f25] = "\x27\x11", [0x0f26] = "\x27\x12", + [0x0f27] = "\x27\x13", [0x0f28] = "\x27\x14", [0x0f29] = "\x27\x15", + [0x0f2a] = "\x27\x16", [0x0f2b] = "\x27\x17", [0x0f2c] = "\x27\x18", + [0x0f2d] = "\x27\x19", [0x0f2e] = "\x27\x1a", [0x0f2f] = "\x27\x1b", + [0x0f30] = "\x27\x1c", [0x0f31] = "\x27\x1d", [0x0f32] = "\x27\x1e", + [0x0f33] = "\x27\x1f", [0x0f34] = "\x27\x20", [0x0f35] = "\x27\x21", + [0x0f36] = "\x27\x22", [0x0f37] = "\x27\x23", [0x0f38] = "\x27\x24", + [0x0f39] = "\x27\x25", [0x0f3a] = "\x27\x26", [0x0f3b] = "\x27\x27", + [0x0f3c] = "\x27\x28", [0x0f3d] = "\x27\x29", [0x0f3e] = "\x27\x2a", + [0x0f3f] = "\x27\x2b", [0x0f40] = "\x27\x2c", [0x0f41] = "\x27\x2d", + [0x0f42] = "\x27\x2e", [0x0f43] = "\x27\x2f", [0x0f44] = "\x27\x30", + [0x0f45] = "\x27\x31", [0x0f46] = "\x27\x32", [0x0f47] = "\x27\x33", + [0x0f48] = "\x27\x34", [0x0f49] = "\x27\x35", [0x0f4a] = "\x27\x36", + [0x0f4b] = "\x27\x37", [0x0f4c] = "\x27\x38", [0x0f4d] = "\x27\x39", + [0x0f4e] = "\x27\x3a", [0x0f4f] = "\x27\x3b", [0x0f50] = "\x27\x3c", + [0x0f51] = "\x27\x3d", [0x0f52] = "\x27\x3e", [0x0f53] = "\x27\x3f", + [0x0f54] = "\x27\x40", [0x0f55] = "\x27\x41", [0x0f56] = "\x27\x42", + [0x0f57] = "\x27\x43", [0x0f58] = "\x27\x44", [0x0f59] = "\x27\x45", + [0x0f5a] = "\x27\x46", [0x0f5b] = "\x27\x47", [0x0f5c] = "\x27\x48", + [0x0f5d] = "\x27\x49", [0x0f5e] = "\x27\x4a", [0x0f5f] = "\x27\x4b", + [0x0f60] = "\x27\x4c", [0x0f61] = "\x27\x4d", [0x0f62] = "\x27\x4e", + [0x0f63] = "\x27\x4f", [0x0f64] = "\x27\x50", [0x0f65] = "\x27\x51", + [0x0f66] = "\x27\x52", [0x0f67] = "\x27\x53", [0x0f68] = "\x27\x54", + [0x0f69] = "\x27\x55", [0x0f6a] = "\x27\x56", [0x0f6b] = "\x27\x57", + [0x0f6c] = "\x27\x58", [0x0f6d] = "\x27\x59", [0x0f6e] = "\x27\x5a", + [0x0f6f] = "\x27\x5b", [0x0f70] = "\x27\x5c", [0x0f71] = "\x27\x5d", + [0x0f72] = "\x27\x5e", [0x0f73] = "\x27\x5f", [0x0f74] = "\x27\x60", + [0x0f75] = "\x27\x61", [0x0f76] = "\x27\x62", [0x0f77] = "\x27\x63", + [0x0f78] = "\x27\x64", [0x0f79] = "\x27\x65", [0x0f7a] = "\x27\x66", + [0x0f7b] = "\x27\x67", [0x0f7c] = "\x27\x68", [0x0f7d] = "\x27\x69", + [0x0f7e] = "\x27\x6a", [0x0f7f] = "\x27\x6b", [0x0f80] = "\x27\x6c", + [0x0f81] = "\x27\x6d", [0x0f82] = "\x27\x6e", [0x0f83] = "\x27\x6f", + [0x0f84] = "\x27\x70", [0x0f85] = "\x27\x71", [0x0f86] = "\x27\x72", + [0x0f87] = "\x27\x73", [0x0f88] = "\x27\x74", [0x0f89] = "\x27\x75", + [0x0f8a] = "\x27\x76", [0x0f8b] = "\x27\x77", [0x0f8c] = "\x27\x78", + [0x0f8d] = "\x27\x79", [0x0f8e] = "\x27\x7a", [0x0f8f] = "\x27\x7b", + [0x0f90] = "\x27\x7c", [0x0f91] = "\x27\x7d", [0x0f92] = "\x27\x7e", + [0x0f93] = "\x27\x7f", [0x0f94] = "\x27\x80", [0x0f95] = "\x27\x81", + [0x0f96] = "\x27\x82", [0x0f97] = "\x27\x83", [0x0f98] = "\x27\x84", + [0x0f99] = "\x27\x85", [0x0f9a] = "\x27\x86", [0x0f9b] = "\x27\x87", + [0x0f9c] = "\x27\x88", [0x0f9d] = "\x27\x89", [0x0f9e] = "\x27\x8a", + [0x0f9f] = "\x27\x8b", [0x0fa0] = "\x27\x8c", [0x0fa1] = "\x27\x8d", + [0x0fa2] = "\x27\x8e", [0x0fa3] = "\x27\x8f", [0x0fa4] = "\x27\x90", + [0x0fa5] = "\x27\x91", [0x0fa6] = "\x27\x92", [0x0fa7] = "\x27\x93", + [0x0fa8] = "\x27\x94", [0x0fa9] = "\x27\x95", [0x0faa] = "\x27\x96", + [0x0fab] = "\x27\x97", [0x0fac] = "\x27\x98", [0x0fad] = "\x27\x99", + [0x0fae] = "\x27\x9a", [0x0faf] = "\x27\x9b", [0x0fb0] = "\x27\x9c", + [0x0fb1] = "\x27\x9d", [0x0fb2] = "\x27\x9e", [0x0fb3] = "\x27\x9f", + [0x0fb4] = "\x27\xa0", [0x0fb5] = "\x27\xa1", [0x0fb6] = "\x27\xa2", + [0x0fb7] = "\x27\xa3", [0x0fb8] = "\x27\xa4", [0x0fb9] = "\x27\xa5", + [0x0fba] = "\x27\xa6", [0x0fbb] = "\x27\xa7", [0x0fbc] = "\x27\xa8", + [0x0fbd] = "\x27\xa9", [0x0fbe] = "\x27\xaa", [0x0fbf] = "\x27\xab", + [0x0fc0] = "\x27\xac", [0x0fc1] = "\x27\xad", [0x0fc2] = "\x27\xae", + [0x0fc3] = "\x27\xaf", [0x0fc4] = "\x27\xb0", [0x0fc5] = "\x27\xb1", + [0x0fc6] = "\x27\xb2", [0x0fc7] = "\x27\xb3", [0x0fc8] = "\x27\xb4", + [0x0fc9] = "\x27\xb5", [0x0fca] = "\x27\xb6", [0x0fcb] = "\x27\xb7", + [0x0fcc] = "\x27\xb8", [0x0fcd] = "\x27\xb9", [0x0fce] = "\x27\xba", + [0x0fcf] = "\x27\xbb", [0x0fd0] = "\x27\xbc", [0x0fd1] = "\x27\xbd", + [0x0fd2] = "\x27\xbe", [0x0fd3] = "\x27\xbf", [0x0fd4] = "\x27\xc0", + [0x0fd5] = "\x27\xc1", [0x0fd6] = "\x27\xc2", [0x0fd7] = "\x27\xc3", + [0x0fd8] = "\x27\xc4", [0x0fd9] = "\x27\xc5", [0x0fda] = "\x27\xc6", + [0x0fdb] = "\x27\xc7", [0x0fdc] = "\x27\xc8", [0x0fdd] = "\x27\xc9", + [0x0fde] = "\x27\xca", [0x0fdf] = "\x27\xcb", [0x0fe0] = "\x27\xcc", + [0x0fe1] = "\x27\xcd", [0x0fe2] = "\x27\xce", [0x0fe3] = "\x27\xcf", + [0x0fe4] = "\x27\xd0", [0x0fe5] = "\x27\xd1", [0x0fe6] = "\x27\xd2", + [0x0fe7] = "\x27\xd3", [0x0fe8] = "\x27\xd4", [0x0fe9] = "\x27\xd5", + [0x0fea] = "\x27\xd6", [0x0feb] = "\x27\xd7", [0x0fec] = "\x27\xd8", + [0x0fed] = "\x27\xd9", [0x0fee] = "\x27\xda", [0x0fef] = "\x27\xdb", + [0x0ff0] = "\x27\xdc", [0x0ff1] = "\x27\xdd", [0x0ff2] = "\x27\xde", + [0x0ff3] = "\x27\xdf", [0x0ff4] = "\x27\xe0", [0x0ff5] = "\x27\xe1", + [0x0ff6] = "\x27\xe2", [0x0ff7] = "\x27\xe3", [0x0ff8] = "\x27\xe4", + [0x0ff9] = "\x27\xe5", [0x0ffa] = "\x27\xe6", [0x0ffb] = "\x27\xe7", + [0x0ffc] = "\x27\xe8", [0x0ffd] = "\x27\xe9", [0x0ffe] = "\x27\xea", + [0x0fff] = "\x27\xeb", [0x1000] = "\x27\xec", [0x1001] = "\x27\xed", + [0x1002] = "\x27\xee", [0x1003] = "\x27\xef", [0x1004] = "\x27\xf0", + [0x1005] = "\x27\xf1", [0x1006] = "\x27\xf2", [0x1007] = "\x27\xf3", + [0x1008] = "\x27\xf4", [0x1009] = "\x27\xf5", [0x100a] = "\x27\xf6", + [0x100b] = "\x27\xf7", [0x100c] = "\x27\xf8", [0x100d] = "\x27\xf9", + [0x100e] = "\x27\xfa", [0x100f] = "\x27\xfb", [0x1010] = "\x27\xfc", + [0x1011] = "\x27\xfd", [0x1012] = "\x27\xfe", [0x1013] = "\x27\xff", + [0x1014] = "\x28\x00", [0x1015] = "\x28\x01", [0x1016] = "\x28\x02", + [0x1017] = "\x28\x03", [0x1018] = "\x28\x04", [0x1019] = "\x28\x05", + [0x101a] = "\x28\x06", [0x101b] = "\x28\x07", [0x101c] = "\x28\x08", + [0x101d] = "\x28\x09", [0x101e] = "\x28\x0a", [0x101f] = "\x28\x0b", + [0x1020] = "\x28\x0c", [0x1021] = "\x28\x0d", [0x1022] = "\x28\x0e", + [0x1023] = "\x28\x0f", [0x1024] = "\x28\x10", [0x1025] = "\x28\x11", + [0x1026] = "\x28\x12", [0x1027] = "\x28\x13", [0x1028] = "\x28\x14", + [0x1029] = "\x28\x15", [0x102a] = "\x28\x16", [0x102b] = "\x28\x17", + [0x102c] = "\x28\x18", [0x102d] = "\x28\x19", [0x102e] = "\x28\x1a", + [0x102f] = "\x28\x1b", [0x1030] = "\x28\x1c", [0x1031] = "\x28\x1d", + [0x1032] = "\x28\x1e", [0x1033] = "\x28\x1f", [0x1034] = "\x28\x20", + [0x1035] = "\x28\x21", [0x1036] = "\x28\x22", [0x1037] = "\x28\x23", + [0x1038] = "\x28\x24", [0x1039] = "\x28\x25", [0x103a] = "\x28\x26", + [0x103b] = "\x28\x27", [0x103c] = "\x28\x28", [0x103d] = "\x28\x29", + [0x103e] = "\x28\x2a", [0x103f] = "\x28\x2b", [0x1040] = "\x28\x2c", + [0x1041] = "\x28\x2d", [0x1042] = "\x28\x2e", [0x1043] = "\x28\x2f", + [0x1044] = "\x28\x30", [0x1045] = "\x28\x31", [0x1046] = "\x28\x32", + [0x1047] = "\x28\x33", [0x1048] = "\x28\x34", [0x1049] = "\x28\x35", + [0x104a] = "\x28\x36", [0x104b] = "\x28\x37", [0x104c] = "\x28\x38", + [0x104d] = "\x28\x39", [0x104e] = "\x28\x3a", [0x104f] = "\x28\x3b", + [0x1050] = "\x28\x3c", [0x1051] = "\x28\x3d", [0x1052] = "\x28\x3e", + [0x1053] = "\x28\x3f", [0x1054] = "\x28\x40", [0x1055] = "\x28\x41", + [0x1056] = "\x28\x42", [0x1057] = "\x28\x43", [0x1058] = "\x28\x44", + [0x1059] = "\x28\x45", [0x105a] = "\x28\x46", [0x105b] = "\x28\x47", + [0x105c] = "\x28\x48", [0x105d] = "\x28\x49", [0x105e] = "\x28\x4a", + [0x105f] = "\x28\x4b", [0x1060] = "\x28\x4c", [0x1061] = "\x28\x4d", + [0x1062] = "\x28\x4e", [0x1063] = "\x28\x4f", [0x1064] = "\x28\x50", + [0x1065] = "\x28\x51", [0x1066] = "\x28\x52", [0x1067] = "\x28\x53", + [0x1068] = "\x28\x54", [0x1069] = "\x28\x55", [0x106a] = "\x28\x56", + [0x106b] = "\x28\x57", [0x106c] = "\x28\x58", [0x106d] = "\x28\x59", + [0x106e] = "\x28\x5a", [0x106f] = "\x28\x5b", [0x1070] = "\x28\x5c", + [0x1071] = "\x28\x5d", [0x1072] = "\x28\x5e", [0x1073] = "\x28\x5f", + [0x1074] = "\x28\x60", [0x1075] = "\x28\x61", [0x1076] = "\x28\x62", + [0x1077] = "\x28\x63", [0x1078] = "\x28\x64", [0x1079] = "\x28\x65", + [0x107a] = "\x28\x66", [0x107b] = "\x28\x67", [0x107c] = "\x28\x68", + [0x107d] = "\x28\x69", [0x107e] = "\x28\x6a", [0x107f] = "\x28\x6b", + [0x1080] = "\x28\x6c", [0x1081] = "\x28\x6d", [0x1082] = "\x28\x6e", + [0x1083] = "\x28\x6f", [0x1084] = "\x28\x70", [0x1085] = "\x28\x71", + [0x1086] = "\x28\x72", [0x1087] = "\x28\x73", [0x1088] = "\x28\x74", + [0x1089] = "\x28\x75", [0x108a] = "\x28\x76", [0x108b] = "\x28\x77", + [0x108c] = "\x28\x78", [0x108d] = "\x28\x79", [0x108e] = "\x28\x7a", + [0x108f] = "\x28\x7b", [0x1090] = "\x28\x7c", [0x1091] = "\x28\x7d", + [0x1092] = "\x28\x7e", [0x1093] = "\x28\x7f", [0x1094] = "\x28\x80", + [0x1095] = "\x28\x81", [0x1096] = "\x28\x82", [0x1097] = "\x28\x83", + [0x1098] = "\x28\x84", [0x1099] = "\x28\x85", [0x109a] = "\x28\x86", + [0x109b] = "\x28\x87", [0x109c] = "\x28\x88", [0x109d] = "\x28\x89", + [0x109e] = "\x28\x8a", [0x109f] = "\x28\x8b", [0x10a0] = "\x28\x8c", + [0x10a1] = "\x28\x8d", [0x10a2] = "\x28\x8e", [0x10a3] = "\x28\x8f", + [0x10a4] = "\x28\x90", [0x10a5] = "\x28\x91", [0x10a6] = "\x28\x92", + [0x10a7] = "\x28\x93", [0x10a8] = "\x28\x94", [0x10a9] = "\x28\x95", + [0x10aa] = "\x28\x96", [0x10ab] = "\x28\x97", [0x10ac] = "\x28\x98", + [0x10ad] = "\x28\x99", [0x10ae] = "\x28\x9a", [0x10af] = "\x28\x9b", + [0x10b0] = "\x28\x9c", [0x10b1] = "\x28\x9d", [0x10b2] = "\x28\x9e", + [0x10b3] = "\x28\x9f", [0x10b4] = "\x28\xa0", [0x10b5] = "\x28\xa1", + [0x10b6] = "\x28\xa2", [0x10b7] = "\x28\xa3", [0x10b8] = "\x28\xa4", + [0x10b9] = "\x28\xa5", [0x10ba] = "\x28\xa6", [0x10bb] = "\x28\xa7", + [0x10bc] = "\x28\xa8", [0x10bd] = "\x28\xa9", [0x10be] = "\x28\xaa", + [0x10bf] = "\x28\xab", [0x10c0] = "\x28\xac", [0x10c1] = "\x28\xad", + [0x10c2] = "\x28\xae", [0x10c3] = "\x28\xaf", [0x10c4] = "\x28\xb0", + [0x10c5] = "\x28\xb1", [0x10c6] = "\x28\xb2", [0x10c7] = "\x28\xb3", + [0x10c8] = "\x28\xb4", [0x10c9] = "\x28\xb5", [0x10ca] = "\x28\xb6", + [0x10cb] = "\x28\xb7", [0x10cc] = "\x28\xb8", [0x10cd] = "\x28\xb9", + [0x10ce] = "\x28\xba", [0x10cf] = "\x28\xbb", [0x10d0] = "\x28\xbc", + [0x10d1] = "\x28\xbd", [0x10d2] = "\x28\xbe", [0x10d3] = "\x28\xbf", + [0x10d4] = "\x28\xc0", [0x10d5] = "\x28\xc1", [0x10d6] = "\x28\xc2", + [0x10d7] = "\x28\xc3", [0x10d8] = "\x28\xc4", [0x10d9] = "\x28\xc5", + [0x10da] = "\x28\xc6", [0x10db] = "\x28\xc7", [0x10dc] = "\x28\xc8", + [0x10dd] = "\x28\xc9", [0x10de] = "\x28\xca", [0x10df] = "\x28\xcb", + [0x10e0] = "\x28\xcc", [0x10e1] = "\x28\xcd", [0x10e2] = "\x28\xce", + [0x10e3] = "\x28\xcf", [0x10e4] = "\x28\xd0", [0x10e5] = "\x28\xd1", + [0x10e6] = "\x28\xd2", [0x10e7] = "\x28\xd3", [0x10e8] = "\x28\xd4", + [0x10e9] = "\x28\xd5", [0x10ea] = "\x28\xd6", [0x10eb] = "\x28\xd7", + [0x10ec] = "\x28\xd8", [0x10ed] = "\x28\xd9", [0x10ee] = "\x28\xda", + [0x10ef] = "\x28\xdb", [0x10f0] = "\x28\xdc", [0x10f1] = "\x28\xdd", + [0x10f2] = "\x28\xde", [0x10f3] = "\x28\xdf", [0x10f4] = "\x28\xe0", + [0x10f5] = "\x28\xe1", [0x10f6] = "\x28\xe2", [0x10f7] = "\x28\xe3", + [0x10f8] = "\x28\xe4", [0x10f9] = "\x28\xe5", [0x10fa] = "\x28\xe6", + [0x10fb] = "\x28\xe7", [0x10fc] = "\x28\xe8", [0x10fd] = "\x28\xe9", + [0x10fe] = "\x28\xea", [0x10ff] = "\x28\xeb", [0x1100] = "\x28\xec", + [0x1101] = "\x28\xed", [0x1102] = "\x28\xee", [0x1103] = "\x28\xef", + [0x1104] = "\x28\xf0", [0x1105] = "\x28\xf1", [0x1106] = "\x28\xf2", + [0x1107] = "\x28\xf3", [0x1108] = "\x28\xf4", [0x1109] = "\x28\xf5", + [0x110a] = "\x28\xf6", [0x110b] = "\x28\xf7", [0x110c] = "\x28\xf8", + [0x110d] = "\x28\xf9", [0x110e] = "\x28\xfa", [0x110f] = "\x28\xfb", + [0x1110] = "\x28\xfc", [0x1111] = "\x28\xfd", [0x1112] = "\x28\xfe", + [0x1113] = "\x28\xff", [0x1114] = "\x29\x00", [0x1115] = "\x29\x01", + [0x1116] = "\x29\x02", [0x1117] = "\x29\x03", [0x1118] = "\x29\x04", + [0x1119] = "\x29\x05", [0x111a] = "\x29\x06", [0x111b] = "\x29\x07", + [0x111c] = "\x29\x08", [0x111d] = "\x29\x09", [0x111e] = "\x29\x0a", + [0x111f] = "\x29\x0b", [0x1120] = "\x29\x0c", [0x1121] = "\x29\x0d", + [0x1122] = "\x29\x0e", [0x1123] = "\x29\x0f", [0x1124] = "\x29\x10", + [0x1125] = "\x29\x11", [0x1126] = "\x29\x12", [0x1127] = "\x29\x13", + [0x1128] = "\x29\x14", [0x1129] = "\x29\x15", [0x112a] = "\x29\x16", + [0x112b] = "\x29\x17", [0x112c] = "\x29\x18", [0x112d] = "\x29\x19", + [0x112e] = "\x29\x1a", [0x112f] = "\x29\x1b", [0x1130] = "\x29\x1c", + [0x1131] = "\x29\x1d", [0x1132] = "\x29\x1e", [0x1133] = "\x29\x1f", + [0x1134] = "\x29\x20", [0x1135] = "\x29\x21", [0x1136] = "\x29\x22", + [0x1137] = "\x29\x23", [0x1138] = "\x29\x24", [0x1139] = "\x29\x25", + [0x113a] = "\x29\x26", [0x113b] = "\x29\x27", [0x113c] = "\x29\x28", + [0x113d] = "\x29\x29", [0x113e] = "\x29\x2a", [0x113f] = "\x29\x2b", + [0x1140] = "\x29\x2c", [0x1141] = "\x29\x2d", [0x1142] = "\x29\x2e", + [0x1143] = "\x29\x2f", [0x1144] = "\x29\x30", [0x1145] = "\x29\x31", + [0x1146] = "\x29\x32", [0x1147] = "\x29\x33", [0x1148] = "\x29\x34", + [0x1149] = "\x29\x35", [0x114a] = "\x29\x36", [0x114b] = "\x29\x37", + [0x114c] = "\x29\x38", [0x114d] = "\x29\x39", [0x114e] = "\x29\x3a", + [0x114f] = "\x29\x3b", [0x1150] = "\x29\x3c", [0x1151] = "\x29\x3d", + [0x1152] = "\x29\x3e", [0x1153] = "\x29\x3f", [0x1154] = "\x29\x40", + [0x1155] = "\x29\x41", [0x1156] = "\x29\x42", [0x1157] = "\x29\x43", + [0x1158] = "\x29\x44", [0x1159] = "\x29\x45", [0x115a] = "\x29\x46", + [0x115b] = "\x29\x47", [0x115c] = "\x29\x48", [0x115d] = "\x29\x49", + [0x115e] = "\x29\x4a", [0x115f] = "\x29\x4b", [0x1160] = "\x29\x4c", + [0x1161] = "\x29\x4d", [0x1162] = "\x29\x4e", [0x1163] = "\x29\x4f", + [0x1164] = "\x29\x50", [0x1165] = "\x29\x51", [0x1166] = "\x29\x52", + [0x1167] = "\x29\x53", [0x1168] = "\x29\x54", [0x1169] = "\x29\x55", + [0x116a] = "\x29\x56", [0x116b] = "\x29\x57", [0x116c] = "\x29\x58", + [0x116d] = "\x29\x59", [0x116e] = "\x29\x5a", [0x116f] = "\x29\x5b", + [0x1170] = "\x29\x5c", [0x1171] = "\x29\x5d", [0x1172] = "\x29\x5e", + [0x1173] = "\x29\x5f", [0x1174] = "\x29\x60", [0x1175] = "\x29\x61", + [0x1176] = "\x29\x62", [0x1177] = "\x29\x63", [0x1178] = "\x29\x64", + [0x1179] = "\x29\x65", [0x117a] = "\x29\x66", [0x117b] = "\x29\x67", + [0x117c] = "\x29\x68", [0x117d] = "\x29\x69", [0x117e] = "\x29\x6a", + [0x117f] = "\x29\x6b", [0x1180] = "\x29\x6c", [0x1181] = "\x29\x6d", + [0x1182] = "\x29\x6e", [0x1183] = "\x29\x6f", [0x1184] = "\x29\x70", + [0x1185] = "\x29\x71", [0x1186] = "\x29\x72", [0x1187] = "\x29\x73", + [0x1188] = "\x29\x74", [0x1189] = "\x29\x75", [0x118a] = "\x29\x76", + [0x118b] = "\x29\x77", [0x118c] = "\x29\x78", [0x118d] = "\x29\x79", + [0x118e] = "\x29\x7a", [0x118f] = "\x29\x7b", [0x1190] = "\x29\x7c", + [0x1191] = "\x29\x7d", [0x1192] = "\x29\x7e", [0x1193] = "\x29\x7f", + [0x1194] = "\x29\x80", [0x1195] = "\x29\x81", [0x1196] = "\x29\x82", + [0x1197] = "\x29\x83", [0x1198] = "\x29\x84", [0x1199] = "\x29\x85", + [0x119a] = "\x29\x86", [0x119b] = "\x29\x87", [0x119c] = "\x29\x88", + [0x119d] = "\x29\x89", [0x119e] = "\x29\x8a", [0x119f] = "\x29\x8b", + [0x11a0] = "\x29\x8c", [0x11a1] = "\x29\x8d", [0x11a2] = "\x29\x8e", + [0x11a3] = "\x29\x8f", [0x11a4] = "\x29\x90", [0x11a5] = "\x29\x91", + [0x11a6] = "\x29\x92", [0x11a7] = "\x29\x93", [0x11a8] = "\x29\x94", + [0x11a9] = "\x29\x95", [0x11aa] = "\x29\x96", [0x11ab] = "\x29\x97", + [0x11ac] = "\x29\x98", [0x11ad] = "\x29\x99", [0x11ae] = "\x29\x9a", + [0x11af] = "\x29\x9b", [0x11b0] = "\x29\x9c", [0x11b1] = "\x29\x9d", + [0x11b2] = "\x29\x9e", [0x11b3] = "\x29\x9f", [0x11b4] = "\x29\xa0", + [0x11b5] = "\x29\xa1", [0x11b6] = "\x29\xa2", [0x11b7] = "\x29\xa3", + [0x11b8] = "\x29\xa4", [0x11b9] = "\x29\xa5", [0x11ba] = "\x29\xa6", + [0x11bb] = "\x29\xa7", [0x11bc] = "\x29\xa8", [0x11bd] = "\x29\xa9", + [0x11be] = "\x29\xaa", [0x11bf] = "\x29\xab", [0x11c0] = "\x29\xac", + [0x11c1] = "\x29\xad", [0x11c2] = "\x29\xae", [0x11c3] = "\x29\xaf", + [0x11c4] = "\x29\xb0", [0x11c5] = "\x29\xb1", [0x11c6] = "\x29\xb2", + [0x11c7] = "\x29\xb3", [0x11c8] = "\x29\xb4", [0x11c9] = "\x29\xb5", + [0x11ca] = "\x29\xb6", [0x11cb] = "\x29\xb7", [0x11cc] = "\x29\xb8", + [0x11cd] = "\x29\xb9", [0x11ce] = "\x29\xba", [0x11cf] = "\x29\xbb", + [0x11d0] = "\x29\xbc", [0x11d1] = "\x29\xbd", [0x11d2] = "\x29\xbe", + [0x11d3] = "\x29\xbf", [0x11d4] = "\x29\xc0", [0x11d5] = "\x29\xc1", + [0x11d6] = "\x29\xc2", [0x11d7] = "\x29\xc3", [0x11d8] = "\x29\xc4", + [0x11d9] = "\x29\xc5", [0x11da] = "\x29\xc6", [0x11db] = "\x29\xc7", + [0x11dc] = "\x29\xc8", [0x11dd] = "\x29\xc9", [0x11de] = "\x29\xca", + [0x11df] = "\x29\xcb", [0x11e0] = "\x29\xcc", [0x11e1] = "\x29\xcd", + [0x11e2] = "\x29\xce", [0x11e3] = "\x29\xcf", [0x11e4] = "\x29\xd0", + [0x11e5] = "\x29\xd1", [0x11e6] = "\x29\xd2", [0x11e7] = "\x29\xd3", + [0x11e8] = "\x29\xd4", [0x11e9] = "\x29\xd5", [0x11ea] = "\x29\xd6", + [0x11eb] = "\x29\xd7", [0x11ec] = "\x29\xd8", [0x11ed] = "\x29\xd9", + [0x11ee] = "\x29\xda", [0x11ef] = "\x29\xdb", [0x11f0] = "\x29\xdc", + [0x11f1] = "\x29\xdd", [0x11f2] = "\x29\xde", [0x11f3] = "\x29\xdf", + [0x11f4] = "\x29\xe0", [0x11f5] = "\x29\xe1", [0x11f6] = "\x29\xe2", + [0x11f7] = "\x29\xe3", [0x11f8] = "\x29\xe4", [0x11f9] = "\x29\xe5", + [0x11fa] = "\x29\xe6", [0x11fb] = "\x29\xe7", [0x11fc] = "\x29\xe8", + [0x11fd] = "\x29\xe9", [0x11fe] = "\x29\xea", [0x11ff] = "\x29\xeb", + [0x1200] = "\x29\xec", [0x1201] = "\x29\xed", [0x1202] = "\x29\xee", + [0x1203] = "\x29\xef", [0x1204] = "\x29\xf0", [0x1205] = "\x29\xf1", + [0x1206] = "\x29\xf2", [0x1207] = "\x29\xf3", [0x1208] = "\x29\xf4", + [0x1209] = "\x29\xf5", [0x120a] = "\x29\xf6", [0x120b] = "\x29\xf7", + [0x120c] = "\x29\xf8", [0x120d] = "\x29\xf9", [0x120e] = "\x29\xfa", + [0x120f] = "\x29\xfb", [0x1210] = "\x29\xfc", [0x1211] = "\x29\xfd", + [0x1212] = "\x29\xfe", [0x1213] = "\x29\xff", [0x1214] = "\x2a\x00", + [0x1215] = "\x2a\x01", [0x1216] = "\x2a\x02", [0x1217] = "\x2a\x03", + [0x1218] = "\x2a\x04", [0x1219] = "\x2a\x05", [0x121a] = "\x2a\x06", + [0x121b] = "\x2a\x07", [0x121c] = "\x2a\x08", [0x121d] = "\x2a\x09", + [0x121e] = "\x2a\x0a", [0x121f] = "\x2a\x0b", [0x1220] = "\x2a\x0c", + [0x1221] = "\x2a\x0d", [0x1222] = "\x2a\x0e", [0x1223] = "\x2a\x0f", + [0x1224] = "\x2a\x10", [0x1225] = "\x2a\x11", [0x1226] = "\x2a\x12", + [0x1227] = "\x2a\x13", [0x1228] = "\x2a\x14", [0x1229] = "\x2a\x15", + [0x122a] = "\x2a\x16", [0x122b] = "\x2a\x17", [0x122c] = "\x2a\x18", + [0x122d] = "\x2a\x19", [0x122e] = "\x2a\x1a", [0x122f] = "\x2a\x1b", + [0x1230] = "\x2a\x1c", [0x1231] = "\x2a\x1d", [0x1232] = "\x2a\x1e", + [0x1233] = "\x2a\x1f", [0x1234] = "\x2a\x20", [0x1235] = "\x2a\x21", + [0x1236] = "\x2a\x22", [0x1237] = "\x2a\x23", [0x1238] = "\x2a\x24", + [0x1239] = "\x2a\x25", [0x123a] = "\x2a\x26", [0x123b] = "\x2a\x27", + [0x123c] = "\x2a\x28", [0x123d] = "\x2a\x29", [0x123e] = "\x2a\x2a", + [0x123f] = "\x2a\x2b", [0x1240] = "\x2a\x2c", [0x1241] = "\x2a\x2d", + [0x1242] = "\x2a\x2e", [0x1243] = "\x2a\x2f", [0x1244] = "\x2a\x30", + [0x1245] = "\x2a\x31", [0x1246] = "\x2a\x32", [0x1247] = "\x2a\x33", + [0x1248] = "\x2a\x34", [0x1249] = "\x2a\x35", [0x124a] = "\x2a\x36", + [0x124b] = "\x2a\x37", [0x124c] = "\x2a\x38", [0x124d] = "\x2a\x39", + [0x124e] = "\x2a\x3a", [0x124f] = "\x2a\x3b", [0x1250] = "\x2a\x3c", + [0x1251] = "\x2a\x3d", [0x1252] = "\x2a\x3e", [0x1253] = "\x2a\x3f", + [0x1254] = "\x2a\x40", [0x1255] = "\x2a\x41", [0x1256] = "\x2a\x42", + [0x1257] = "\x2a\x43", [0x1258] = "\x2a\x44", [0x1259] = "\x2a\x45", + [0x125a] = "\x2a\x46", [0x125b] = "\x2a\x47", [0x125c] = "\x2a\x48", + [0x125d] = "\x2a\x49", [0x125e] = "\x2a\x4a", [0x125f] = "\x2a\x4b", + [0x1260] = "\x2a\x4c", [0x1261] = "\x2a\x4d", [0x1262] = "\x2a\x4e", + [0x1263] = "\x2a\x4f", [0x1264] = "\x2a\x50", [0x1265] = "\x2a\x51", + [0x1266] = "\x2a\x52", [0x1267] = "\x2a\x53", [0x1268] = "\x2a\x54", + [0x1269] = "\x2a\x55", [0x126a] = "\x2a\x56", [0x126b] = "\x2a\x57", + [0x126c] = "\x2a\x58", [0x126d] = "\x2a\x59", [0x126e] = "\x2a\x5a", + [0x126f] = "\x2a\x5b", [0x1270] = "\x2a\x5c", [0x1271] = "\x2a\x5d", + [0x1272] = "\x2a\x5e", [0x1273] = "\x2a\x5f", [0x1274] = "\x2a\x60", + [0x1275] = "\x2a\x61", [0x1276] = "\x2a\x62", [0x1277] = "\x2a\x63", + [0x1278] = "\x2a\x64", [0x1279] = "\x2a\x65", [0x127a] = "\x2a\x66", + [0x127b] = "\x2a\x67", [0x127c] = "\x2a\x68", [0x127d] = "\x2a\x69", + [0x127e] = "\x2a\x6a", [0x127f] = "\x2a\x6b", [0x1280] = "\x2a\x6c", + [0x1281] = "\x2a\x6d", [0x1282] = "\x2a\x6e", [0x1283] = "\x2a\x6f", + [0x1284] = "\x2a\x70", [0x1285] = "\x2a\x71", [0x1286] = "\x2a\x72", + [0x1287] = "\x2a\x73", [0x1288] = "\x2a\x74", [0x1289] = "\x2a\x75", + [0x128a] = "\x2a\x76", [0x128b] = "\x2a\x77", [0x128c] = "\x2a\x78", + [0x128d] = "\x2a\x79", [0x128e] = "\x2a\x7a", [0x128f] = "\x2a\x7b", + [0x1290] = "\x2a\x7c", [0x1291] = "\x2a\x7d", [0x1292] = "\x2a\x7e", + [0x1293] = "\x2a\x7f", [0x1294] = "\x2a\x80", [0x1295] = "\x2a\x81", + [0x1296] = "\x2a\x82", [0x1297] = "\x2a\x83", [0x1298] = "\x2a\x84", + [0x1299] = "\x2a\x85", [0x129a] = "\x2a\x86", [0x129b] = "\x2a\x87", + [0x129c] = "\x2a\x88", [0x129d] = "\x2a\x89", [0x129e] = "\x2a\x8a", + [0x129f] = "\x2a\x8b", [0x12a0] = "\x2a\x8c", [0x12a1] = "\x2a\x8d", + [0x12a2] = "\x2a\x8e", [0x12a3] = "\x2a\x8f", [0x12a4] = "\x2a\x90", + [0x12a5] = "\x2a\x91", [0x12a6] = "\x2a\x92", [0x12a7] = "\x2a\x93", + [0x12a8] = "\x2a\x94", [0x12a9] = "\x2a\x95", [0x12aa] = "\x2a\x96", + [0x12ab] = "\x2a\x97", [0x12ac] = "\x2a\x98", [0x12ad] = "\x2a\x99", + [0x12ae] = "\x2a\x9a", [0x12af] = "\x2a\x9b", [0x12b0] = "\x2a\x9c", + [0x12b1] = "\x2a\x9d", [0x12b2] = "\x2a\x9e", [0x12b3] = "\x2a\x9f", + [0x12b4] = "\x2a\xa0", [0x12b5] = "\x2a\xa1", [0x12b6] = "\x2a\xa2", + [0x12b7] = "\x2a\xa3", [0x12b8] = "\x2a\xa4", [0x12b9] = "\x2a\xa5", + [0x12ba] = "\x2a\xa6", [0x12bb] = "\x2a\xa7", [0x12bc] = "\x2a\xa8", + [0x12bd] = "\x2a\xa9", [0x12be] = "\x2a\xaa", [0x12bf] = "\x2a\xab", + [0x12c0] = "\x2a\xac", [0x12c1] = "\x2a\xad", [0x12c2] = "\x2a\xae", + [0x12c3] = "\x2a\xaf", [0x12c4] = "\x2a\xb0", [0x12c5] = "\x2a\xb1", + [0x12c6] = "\x2a\xb2", [0x12c7] = "\x2a\xb3", [0x12c8] = "\x2a\xb4", + [0x12c9] = "\x2a\xb5", [0x12ca] = "\x2a\xb6", [0x12cb] = "\x2a\xb7", + [0x12cc] = "\x2a\xb8", [0x12cd] = "\x2a\xb9", [0x12ce] = "\x2a\xba", + [0x12cf] = "\x2a\xbb", [0x12d0] = "\x2a\xbc", [0x12d1] = "\x2a\xbd", + [0x12d2] = "\x2a\xbe", [0x12d3] = "\x2a\xbf", [0x12d4] = "\x2a\xc0", + [0x12d5] = "\x2a\xc1", [0x12d6] = "\x2a\xc2", [0x12d7] = "\x2a\xc3", + [0x12d8] = "\x2a\xc4", [0x12d9] = "\x2a\xc5", [0x12da] = "\x2a\xc6", + [0x12db] = "\x2a\xc7", [0x12dc] = "\x2a\xc8", [0x12dd] = "\x2a\xc9", + [0x12de] = "\x2a\xca", [0x12df] = "\x2a\xcb", [0x12e0] = "\x2a\xcc", + [0x12e1] = "\x2a\xcd", [0x12e2] = "\x2a\xce", [0x12e3] = "\x2a\xcf", + [0x12e4] = "\x2a\xd0", [0x12e5] = "\x2a\xd1", [0x12e6] = "\x2a\xd2", + [0x12e7] = "\x2a\xd3", [0x12e8] = "\x2a\xd4", [0x12e9] = "\x2a\xd5", + [0x12ea] = "\x2a\xd6", [0x12eb] = "\x2a\xd7", [0x12ec] = "\x2a\xd8", + [0x12ed] = "\x2a\xd9", [0x12ee] = "\x2a\xda", [0x12ef] = "\x2a\xdb", + [0x12f0] = "\x2a\xdc", [0x12f1] = "\x2a\xdd", [0x12f2] = "\x2a\xde", + [0x12f3] = "\x2a\xdf", [0x12f4] = "\x2a\xe0", [0x12f5] = "\x2a\xe1", + [0x12f6] = "\x2a\xe2", [0x12f7] = "\x2a\xe3", [0x12f8] = "\x2a\xe4", + [0x12f9] = "\x2a\xe5", [0x12fa] = "\x2a\xe6", [0x12fb] = "\x2a\xe7", + [0x12fc] = "\x2a\xe8", [0x12fd] = "\x2a\xe9", [0x12fe] = "\x2a\xea", + [0x12ff] = "\x2a\xeb", [0x1300] = "\x2a\xec", [0x1301] = "\x2a\xed", + [0x1302] = "\x2a\xee", [0x1303] = "\x2a\xef", [0x1304] = "\x2a\xf0", + [0x1305] = "\x2a\xf1", [0x1306] = "\x2a\xf2", [0x1307] = "\x2a\xf3", + [0x1308] = "\x2a\xf4", [0x1309] = "\x2a\xf5", [0x130a] = "\x2a\xf6", + [0x130b] = "\x2a\xf7", [0x130c] = "\x2a\xf8", [0x130d] = "\x2a\xf9", + [0x130e] = "\x2a\xfa", [0x130f] = "\x2a\xfb", [0x1310] = "\x2a\xfc", + [0x1311] = "\x2a\xfd", [0x1312] = "\x2a\xfe", [0x1313] = "\x2a\xff", + [0x1314] = "\x2b\x00", [0x1315] = "\x2b\x01", [0x1316] = "\x2b\x02", + [0x1317] = "\x2b\x03", [0x1318] = "\x2b\x04", [0x1319] = "\x2b\x05", + [0x131a] = "\x2b\x06", [0x131b] = "\x2b\x07", [0x131c] = "\x2b\x08", + [0x131d] = "\x2b\x09", [0x131e] = "\x2b\x0a", [0x131f] = "\x2b\x0b", + [0x1320] = "\x2b\x0c", [0x1321] = "\x2b\x0d", [0x1322] = "\x2b\x0e", + [0x1323] = "\x2b\x0f", [0x1324] = "\x2b\x10", [0x1325] = "\x2b\x11", + [0x1326] = "\x2b\x12", [0x1327] = "\x2b\x13", [0x1328] = "\x2b\x14", + [0x1329] = "\x2b\x15", [0x132a] = "\x2b\x16", [0x132b] = "\x2b\x17", + [0x132c] = "\x2b\x18", [0x132d] = "\x2b\x19", [0x132e] = "\x2b\x1a", + [0x132f] = "\x2b\x1b", [0x1330] = "\x2b\x1c", [0x1331] = "\x2b\x1d", + [0x1332] = "\x2b\x1e", [0x1333] = "\x2b\x1f", [0x1334] = "\x2b\x20", + [0x1335] = "\x2b\x21", [0x1336] = "\x2b\x22", [0x1337] = "\x2b\x23", + [0x1338] = "\x2b\x24", [0x1339] = "\x2b\x25", [0x133a] = "\x2b\x26", + [0x133b] = "\x2b\x27", [0x133c] = "\x2b\x28", [0x133d] = "\x2b\x29", + [0x133e] = "\x2b\x2a", [0x133f] = "\x2b\x2b", [0x1340] = "\x2b\x2c", + [0x1341] = "\x2b\x2d", [0x1342] = "\x2b\x2e", [0x1343] = "\x2b\x2f", + [0x1344] = "\x2b\x30", [0x1345] = "\x2b\x31", [0x1346] = "\x2b\x32", + [0x1347] = "\x2b\x33", [0x1348] = "\x2b\x34", [0x1349] = "\x2b\x35", + [0x134a] = "\x2b\x36", [0x134b] = "\x2b\x37", [0x134c] = "\x2b\x38", + [0x134d] = "\x2b\x39", [0x134e] = "\x2b\x3a", [0x134f] = "\x2b\x3b", + [0x1350] = "\x2b\x3c", [0x1351] = "\x2b\x3d", [0x1352] = "\x2b\x3e", + [0x1353] = "\x2b\x3f", [0x1354] = "\x2b\x40", [0x1355] = "\x2b\x41", + [0x1356] = "\x2b\x42", [0x1357] = "\x2b\x43", [0x1358] = "\x2b\x44", + [0x1359] = "\x2b\x45", [0x135a] = "\x2b\x46", [0x135b] = "\x2b\x47", + [0x135c] = "\x2b\x48", [0x135d] = "\x2b\x49", [0x135e] = "\x2b\x4a", + [0x135f] = "\x2b\x4b", [0x1360] = "\x2b\x4c", [0x1361] = "\x2b\x4d", + [0x1362] = "\x2b\x4e", [0x1363] = "\x2b\x4f", [0x1364] = "\x2b\x50", + [0x1365] = "\x2b\x51", [0x1366] = "\x2b\x52", [0x1367] = "\x2b\x53", + [0x1368] = "\x2b\x54", [0x1369] = "\x2b\x55", [0x136a] = "\x2b\x56", + [0x136b] = "\x2b\x57", [0x136c] = "\x2b\x58", [0x136d] = "\x2b\x59", + [0x136e] = "\x2b\x5a", [0x136f] = "\x2b\x5b", [0x1370] = "\x2b\x5c", + [0x1371] = "\x2b\x5d", [0x1372] = "\x2b\x5e", [0x1373] = "\x2b\x5f", + [0x1374] = "\x2b\x60", [0x1375] = "\x2b\x61", [0x1376] = "\x2b\x62", + [0x1377] = "\x2b\x63", [0x1378] = "\x2b\x64", [0x1379] = "\x2b\x65", + [0x137a] = "\x2b\x66", [0x137b] = "\x2b\x67", [0x137c] = "\x2b\x68", + [0x137d] = "\x2b\x69", [0x137e] = "\x2b\x6a", [0x137f] = "\x2b\x6b", + [0x1380] = "\x2b\x6c", [0x1381] = "\x2b\x6d", [0x1382] = "\x2b\x6e", + [0x1383] = "\x2b\x6f", [0x1384] = "\x2b\x70", [0x1385] = "\x2b\x71", + [0x1386] = "\x2b\x72", [0x1387] = "\x2b\x73", [0x1388] = "\x2b\x74", + [0x1389] = "\x2b\x75", [0x138a] = "\x2b\x76", [0x138b] = "\x2b\x77", + [0x138c] = "\x2b\x78", [0x138d] = "\x2b\x79", [0x138e] = "\x2b\x7a", + [0x138f] = "\x2b\x7b", [0x1390] = "\x2b\x7c", [0x1391] = "\x2b\x7d", + [0x1392] = "\x2b\x7e", [0x1393] = "\x2b\x7f", [0x1394] = "\x2b\x80", + [0x1395] = "\x2b\x81", [0x1396] = "\x2b\x82", [0x1397] = "\x2b\x83", + [0x1398] = "\x2b\x84", [0x1399] = "\x2b\x85", [0x139a] = "\x2b\x86", + [0x139b] = "\x2b\x87", [0x139c] = "\x2b\x88", [0x139d] = "\x2b\x89", + [0x139e] = "\x2b\x8a", [0x139f] = "\x2b\x8b", [0x13a0] = "\x2b\x8c", + [0x13a1] = "\x2b\x8d", [0x13a2] = "\x2b\x8e", [0x13a3] = "\x2b\x8f", + [0x13a4] = "\x2b\x90", [0x13a5] = "\x2b\x91", [0x13a6] = "\x2b\x92", + [0x13a7] = "\x2b\x93", [0x13a8] = "\x2b\x94", [0x13a9] = "\x2b\x95", + [0x13aa] = "\x2b\x96", [0x13ab] = "\x2b\x97", [0x13ac] = "\x2b\x98", + [0x13ad] = "\x2b\x99", [0x13ae] = "\x2b\x9a", [0x13af] = "\x2b\x9b", + [0x13b0] = "\x2b\x9c", [0x13b1] = "\x2b\x9d", [0x13b2] = "\x2b\x9e", + [0x13b3] = "\x2b\x9f", [0x13b4] = "\x2b\xa0", [0x13b5] = "\x2b\xa1", + [0x13b6] = "\x2b\xa2", [0x13b7] = "\x2b\xa3", [0x13b8] = "\x2b\xa4", + [0x13b9] = "\x2b\xa5", [0x13ba] = "\x2b\xa6", [0x13bb] = "\x2b\xa7", + [0x13bc] = "\x2b\xa8", [0x13bd] = "\x2b\xa9", [0x13be] = "\x2b\xaa", + [0x13bf] = "\x2b\xab", [0x13c0] = "\x2b\xac", [0x13c1] = "\x2b\xad", + [0x13c2] = "\x2b\xae", [0x13c3] = "\x2b\xaf", [0x13c4] = "\x2b\xb0", + [0x13c5] = "\x2b\xb1", [0x13c6] = "\x2b\xb2", [0x13c7] = "\x2b\xb3", + [0x13c8] = "\x2b\xb4", [0x13c9] = "\x2b\xb5", [0x13ca] = "\x2b\xb6", + [0x13cb] = "\x2b\xb7", [0x13cc] = "\x2b\xb8", [0x13cd] = "\x2b\xb9", + [0x13ce] = "\x2b\xba", [0x13cf] = "\x2b\xbb", [0x13d0] = "\x2b\xbc", + [0x13d1] = "\x2b\xbd", [0x13d2] = "\x2b\xbe", [0x13d3] = "\x2b\xbf", + [0x13d4] = "\x2b\xc0", [0x13d5] = "\x2b\xc1", [0x13d6] = "\x2b\xc2", + [0x13d7] = "\x2b\xc3", [0x13d8] = "\x2b\xc4", [0x13d9] = "\x2b\xc5", + [0x13da] = "\x2b\xc6", [0x13db] = "\x2b\xc7", [0x13dc] = "\x2b\xc8", + [0x13dd] = "\x2b\xc9", [0x13de] = "\x2b\xca", [0x13df] = "\x2b\xcb", + [0x13e0] = "\x2b\xcc", [0x13e1] = "\x2b\xcd", [0x13e2] = "\x2b\xce", + [0x13e3] = "\x2b\xcf", [0x13e4] = "\x2b\xd0", [0x13e5] = "\x2b\xd1", + [0x13e6] = "\x2b\xd2", [0x13e7] = "\x2b\xd3", [0x13e8] = "\x2b\xd4", + [0x13e9] = "\x2b\xd5", [0x13ea] = "\x2b\xd6", [0x13eb] = "\x2b\xd7", + [0x13ec] = "\x2b\xd8", [0x13ed] = "\x2b\xd9", [0x13ee] = "\x2b\xda", + [0x13ef] = "\x2b\xdb", [0x13f0] = "\x2b\xdc", [0x13f1] = "\x2b\xdd", + [0x13f2] = "\x2b\xde", [0x13f3] = "\x2b\xdf", [0x13f4] = "\x2b\xe0", + [0x13f5] = "\x2b\xe1", [0x13f6] = "\x2b\xe2", [0x13f7] = "\x2b\xe3", + [0x13f8] = "\x2b\xe4", [0x13f9] = "\x2b\xe5", [0x13fa] = "\x2b\xe6", + [0x13fb] = "\x2b\xe7", [0x13fc] = "\x2b\xe8", [0x13fd] = "\x2b\xe9", + [0x13fe] = "\x2b\xea", [0x13ff] = "\x2b\xeb", [0x1400] = "\x2b\xec", + [0x1401] = "\x2b\xed", [0x1402] = "\x2b\xee", [0x1403] = "\x2b\xef", + [0x1404] = "\x2b\xf0", [0x1405] = "\x2b\xf1", [0x1406] = "\x2b\xf2", + [0x1407] = "\x2b\xf3", [0x1408] = "\x2b\xf4", [0x1409] = "\x2b\xf5", + [0x140a] = "\x2b\xf6", [0x140b] = "\x2b\xf7", [0x140c] = "\x2b\xf8", + [0x140d] = "\x2b\xf9", [0x140e] = "\x2b\xfa", [0x140f] = "\x2b\xfb", + [0x1410] = "\x2b\xfc", [0x1411] = "\x2b\xfd", [0x1412] = "\x2b\xfe", + [0x1413] = "\x2b\xff", [0x1414] = "\x2c\x00", [0x1415] = "\x2c\x01", + [0x1416] = "\x2c\x02", [0x1417] = "\x2c\x03", [0x1418] = "\x2c\x04", + [0x1419] = "\x2c\x05", [0x141a] = "\x2c\x06", [0x141b] = "\x2c\x07", + [0x141c] = "\x2c\x08", [0x141d] = "\x2c\x09", [0x141e] = "\x2c\x0a", + [0x141f] = "\x2c\x0b", [0x1420] = "\x2c\x0c", [0x1421] = "\x2c\x0d", + [0x1422] = "\x2c\x0e", [0x1423] = "\x2c\x0f", [0x1424] = "\x2c\x10", + [0x1425] = "\x2c\x11", [0x1426] = "\x2c\x12", [0x1427] = "\x2c\x13", + [0x1428] = "\x2c\x14", [0x1429] = "\x2c\x15", [0x142a] = "\x2c\x16", + [0x142b] = "\x2c\x17", [0x142c] = "\x2c\x18", [0x142d] = "\x2c\x19", + [0x142e] = "\x2c\x1a", [0x142f] = "\x2c\x1b", [0x1430] = "\x2c\x1c", + [0x1431] = "\x2c\x1d", [0x1432] = "\x2c\x1e", [0x1433] = "\x2c\x1f", + [0x1434] = "\x2c\x20", [0x1435] = "\x2c\x21", [0x1436] = "\x2c\x22", + [0x1437] = "\x2c\x23", [0x1438] = "\x2c\x24", [0x1439] = "\x2c\x25", + [0x143a] = "\x2c\x26", [0x143b] = "\x2c\x27", [0x143c] = "\x2c\x28", + [0x143d] = "\x2c\x29", [0x143e] = "\x2c\x2a", [0x143f] = "\x2c\x2b", + [0x1440] = "\x2c\x2c", [0x1441] = "\x2c\x2d", [0x1442] = "\x2c\x2e", + [0x1443] = "\x2c\x2f", [0x1444] = "\x2c\x30", [0x1445] = "\x2c\x31", + [0x1446] = "\x2c\x32", [0x1447] = "\x2c\x33", [0x1448] = "\x2c\x34", + [0x1449] = "\x2c\x35", [0x144a] = "\x2c\x36", [0x144b] = "\x2c\x37", + [0x144c] = "\x2c\x38", [0x144d] = "\x2c\x39", [0x144e] = "\x2c\x3a", + [0x144f] = "\x2c\x3b", [0x1450] = "\x2c\x3c", [0x1451] = "\x2c\x3d", + [0x1452] = "\x2c\x3e", [0x1453] = "\x2c\x3f", [0x1454] = "\x2c\x40", + [0x1455] = "\x2c\x41", [0x1456] = "\x2c\x42", [0x1457] = "\x2c\x43", + [0x1458] = "\x2c\x44", [0x1459] = "\x2c\x45", [0x145a] = "\x2c\x46", + [0x145b] = "\x2c\x47", [0x145c] = "\x2c\x48", [0x145d] = "\x2c\x49", + [0x145e] = "\x2c\x4a", [0x145f] = "\x2c\x4b", [0x1460] = "\x2c\x4c", + [0x1461] = "\x2c\x4d", [0x1462] = "\x2c\x4e", [0x1463] = "\x2c\x4f", + [0x1464] = "\x2c\x50", [0x1465] = "\x2c\x51", [0x1466] = "\x2c\x52", + [0x1467] = "\x2c\x53", [0x1468] = "\x2c\x54", [0x1469] = "\x2c\x55", + [0x146a] = "\x2c\x56", [0x146b] = "\x2c\x57", [0x146c] = "\x2c\x58", + [0x146d] = "\x2c\x59", [0x146e] = "\x2c\x5a", [0x146f] = "\x2c\x5b", + [0x1470] = "\x2c\x5c", [0x1471] = "\x2c\x5d", [0x1472] = "\x2c\x5e", + [0x1473] = "\x2c\x5f", [0x1474] = "\x2c\x60", [0x1475] = "\x2c\x61", + [0x1476] = "\x2c\x62", [0x1477] = "\x2c\x63", [0x1478] = "\x2c\x64", + [0x1479] = "\x2c\x65", [0x147a] = "\x2c\x66", [0x147b] = "\x2c\x67", + [0x147c] = "\x2c\x68", [0x147d] = "\x2c\x69", [0x147e] = "\x2c\x6a", + [0x147f] = "\x2c\x6b", [0x1480] = "\x2c\x6c", [0x1481] = "\x2c\x6d", + [0x1482] = "\x2c\x6e", [0x1483] = "\x2c\x6f", [0x1484] = "\x2c\x70", + [0x1485] = "\x2c\x71", [0x1486] = "\x2c\x72", [0x1487] = "\x2c\x73", + [0x1488] = "\x2c\x74", [0x1489] = "\x2c\x75", [0x148a] = "\x2c\x76", + [0x148b] = "\x2c\x77", [0x148c] = "\x2c\x78", [0x148d] = "\x2c\x79", + [0x148e] = "\x2c\x7a", [0x148f] = "\x2c\x7b", [0x1490] = "\x2c\x7c", + [0x1491] = "\x2c\x7d", [0x1492] = "\x2c\x7e", [0x1493] = "\x2c\x7f", + [0x1494] = "\x2c\x80", [0x1495] = "\x2c\x81", [0x1496] = "\x2c\x82", + [0x1497] = "\x2c\x83", [0x1498] = "\x2c\x84", [0x1499] = "\x2c\x85", + [0x149a] = "\x2c\x86", [0x149b] = "\x2c\x87", [0x149c] = "\x2c\x88", + [0x149d] = "\x2c\x89", [0x149e] = "\x2c\x8a", [0x149f] = "\x2c\x8b", + [0x14a0] = "\x2c\x8c", [0x14a1] = "\x2c\x8d", [0x14a2] = "\x2c\x8e", + [0x14a3] = "\x2c\x8f", [0x14a4] = "\x2c\x90", [0x14a5] = "\x2c\x91", + [0x14a6] = "\x2c\x92", [0x14a7] = "\x2c\x93", [0x14a8] = "\x2c\x94", + [0x14a9] = "\x2c\x95", [0x14aa] = "\x2c\x96", [0x14ab] = "\x2c\x97", + [0x14ac] = "\x2c\x98", [0x14ad] = "\x2c\x99", [0x14ae] = "\x2c\x9a", + [0x14af] = "\x2c\x9b", [0x14b0] = "\x2c\x9c", [0x14b1] = "\x2c\x9d", + [0x14b2] = "\x2c\x9e", [0x14b3] = "\x2c\x9f", [0x14b4] = "\x2c\xa0", + [0x14b5] = "\x2c\xa1", [0x14b6] = "\x2c\xa2", [0x14b7] = "\x2c\xa3", + [0x14b8] = "\x2c\xa4", [0x14b9] = "\x2c\xa5", [0x14ba] = "\x2c\xa6", + [0x14bb] = "\x2c\xa7", [0x14bc] = "\x2c\xa8", [0x14bd] = "\x2c\xa9", + [0x14be] = "\x2c\xaa", [0x14bf] = "\x2c\xab", [0x14c0] = "\x2c\xac", + [0x14c1] = "\x2c\xad", [0x14c2] = "\x2c\xae", [0x14c3] = "\x2c\xaf", + [0x14c4] = "\x2c\xb0", [0x14c5] = "\x2c\xb1", [0x14c6] = "\x2c\xb2", + [0x14c7] = "\x2c\xb3", [0x14c8] = "\x2c\xb4", [0x14c9] = "\x2c\xb5", + [0x14ca] = "\x2c\xb6", [0x14cb] = "\x2c\xb7", [0x14cc] = "\x2c\xb8", + [0x14cd] = "\x2c\xb9", [0x14ce] = "\x2c\xba", [0x14cf] = "\x2c\xbb", + [0x14d0] = "\x2c\xbc", [0x14d1] = "\x2c\xbd", [0x14d2] = "\x2c\xbe", + [0x14d3] = "\x2c\xbf", [0x14d4] = "\x2c\xc0", [0x14d5] = "\x2c\xc1", + [0x14d6] = "\x2c\xc2", [0x14d7] = "\x2c\xc3", [0x14d8] = "\x2c\xc4", + [0x14d9] = "\x2c\xc5", [0x14da] = "\x2c\xc6", [0x14db] = "\x2c\xc7", + [0x14dc] = "\x2c\xc8", [0x14dd] = "\x2c\xc9", [0x14de] = "\x2c\xca", + [0x14df] = "\x2c\xcb", [0x14e0] = "\x2c\xcc", [0x14e1] = "\x2c\xcd", + [0x14e2] = "\x2c\xce", [0x14e3] = "\x2c\xcf", [0x14e4] = "\x2c\xd0", + [0x14e5] = "\x2c\xd1", [0x14e6] = "\x2c\xd2", [0x14e7] = "\x2c\xd3", + [0x14e8] = "\x2c\xd4", [0x14e9] = "\x2c\xd5", [0x14ea] = "\x2c\xd6", + [0x14eb] = "\x2c\xd7", [0x14ec] = "\x2c\xd8", [0x14ed] = "\x2c\xd9", + [0x14ee] = "\x2c\xda", [0x14ef] = "\x2c\xdb", [0x14f0] = "\x2c\xdc", + [0x14f1] = "\x2c\xdd", [0x14f2] = "\x2c\xde", [0x14f3] = "\x2c\xdf", + [0x14f4] = "\x2c\xe0", [0x14f5] = "\x2c\xe1", [0x14f6] = "\x2c\xe2", + [0x14f7] = "\x2c\xe3", [0x14f8] = "\x2c\xe4", [0x14f9] = "\x2c\xe5", + [0x14fa] = "\x2c\xe6", [0x14fb] = "\x2c\xe7", [0x14fc] = "\x2c\xe8", + [0x14fd] = "\x2c\xe9", [0x14fe] = "\x2c\xea", [0x14ff] = "\x2c\xeb", + [0x1500] = "\x2c\xec", [0x1501] = "\x2c\xed", [0x1502] = "\x2c\xee", + [0x1503] = "\x2c\xef", [0x1504] = "\x2c\xf0", [0x1505] = "\x2c\xf1", + [0x1506] = "\x2c\xf2", [0x1507] = "\x2c\xf3", [0x1508] = "\x2c\xf4", + [0x1509] = "\x2c\xf5", [0x150a] = "\x2c\xf6", [0x150b] = "\x2c\xf7", + [0x150c] = "\x2c\xf8", [0x150d] = "\x2c\xf9", [0x150e] = "\x2c\xfa", + [0x150f] = "\x2c\xfb", [0x1510] = "\x2c\xfc", [0x1511] = "\x2c\xfd", + [0x1512] = "\x2c\xfe", [0x1513] = "\x2c\xff", [0x1514] = "\x2d\x00", + [0x1515] = "\x2d\x01", [0x1516] = "\x2d\x02", [0x1517] = "\x2d\x03", + [0x1518] = "\x2d\x04", [0x1519] = "\x2d\x05", [0x151a] = "\x2d\x06", + [0x151b] = "\x2d\x07", [0x151c] = "\x2d\x08", [0x151d] = "\x2d\x09", + [0x151e] = "\x2d\x0a", [0x151f] = "\x2d\x0b", [0x1520] = "\x2d\x0c", + [0x1521] = "\x2d\x0d", [0x1522] = "\x2d\x0e", [0x1523] = "\x2d\x0f", + [0x1524] = "\x2d\x10", [0x1525] = "\x2d\x11", [0x1526] = "\x2d\x12", + [0x1527] = "\x2d\x13", [0x1528] = "\x2d\x14", [0x1529] = "\x2d\x15", + [0x152a] = "\x2d\x16", [0x152b] = "\x2d\x17", [0x152c] = "\x2d\x18", + [0x152d] = "\x2d\x19", [0x152e] = "\x2d\x1a", [0x152f] = "\x2d\x1b", + [0x1530] = "\x2d\x1c", [0x1531] = "\x2d\x1d", [0x1532] = "\x2d\x1e", + [0x1533] = "\x2d\x1f", [0x1534] = "\x2d\x20", [0x1535] = "\x2d\x21", + [0x1536] = "\x2d\x22", [0x1537] = "\x2d\x23", [0x1538] = "\x2d\x24", + [0x1539] = "\x2d\x25", [0x153a] = "\x2d\x26", [0x153b] = "\x2d\x27", + [0x153c] = "\x2d\x28", [0x153d] = "\x2d\x29", [0x153e] = "\x2d\x2a", + [0x153f] = "\x2d\x2b", [0x1540] = "\x2d\x2c", [0x1541] = "\x2d\x2d", + [0x1542] = "\x2d\x2e", [0x1543] = "\x2d\x2f", [0x1544] = "\x2d\x30", + [0x1545] = "\x2d\x31", [0x1546] = "\x2d\x32", [0x1547] = "\x2d\x33", + [0x1548] = "\x2d\x34", [0x1549] = "\x2d\x35", [0x154a] = "\x2d\x36", + [0x154b] = "\x2d\x37", [0x154c] = "\x2d\x38", [0x154d] = "\x2d\x39", + [0x154e] = "\x2d\x3a", [0x154f] = "\x2d\x3b", [0x1550] = "\x2d\x3c", + [0x1551] = "\x2d\x3d", [0x1552] = "\x2d\x3e", [0x1553] = "\x2d\x3f", + [0x1554] = "\x2d\x40", [0x1555] = "\x2d\x41", [0x1556] = "\x2d\x42", + [0x1557] = "\x2d\x43", [0x1558] = "\x2d\x44", [0x1559] = "\x2d\x45", + [0x155a] = "\x2d\x46", [0x155b] = "\x2d\x47", [0x155c] = "\x2d\x48", + [0x155d] = "\x2d\x49", [0x155e] = "\x2d\x4a", [0x155f] = "\x2d\x4b", + [0x1560] = "\x2d\x4c", [0x1561] = "\x2d\x4d", [0x1562] = "\x2d\x4e", + [0x1563] = "\x2d\x4f", [0x1564] = "\x2d\x50", [0x1565] = "\x2d\x51", + [0x1566] = "\x2d\x52", [0x1567] = "\x2d\x53", [0x1568] = "\x2d\x54", + [0x1569] = "\x2d\x55", [0x156a] = "\x2d\x56", [0x156b] = "\x2d\x57", + [0x156c] = "\x2d\x58", [0x156d] = "\x2d\x59", [0x156e] = "\x2d\x5a", + [0x156f] = "\x2d\x5b", [0x1570] = "\x2d\x5c", [0x1571] = "\x2d\x5d", + [0x1572] = "\x2d\x5e", [0x1573] = "\x2d\x5f", [0x1574] = "\x2d\x60", + [0x1575] = "\x2d\x61", [0x1576] = "\x2d\x62", [0x1577] = "\x2d\x63", + [0x1578] = "\x2d\x64", [0x1579] = "\x2d\x65", [0x157a] = "\x2d\x66", + [0x157b] = "\x2d\x67", [0x157c] = "\x2d\x68", [0x157d] = "\x2d\x69", + [0x157e] = "\x2d\x6a", [0x157f] = "\x2d\x6b", [0x1580] = "\x2d\x6c", + [0x1581] = "\x2d\x6d", [0x1582] = "\x2d\x6e", [0x1583] = "\x2d\x6f", + [0x1584] = "\x2d\x70", [0x1585] = "\x2d\x71", [0x1586] = "\x2d\x72", + [0x1587] = "\x2d\x73", [0x1588] = "\x2d\x74", [0x1589] = "\x2d\x75", + [0x158a] = "\x2d\x76", [0x158b] = "\x2d\x77", [0x158c] = "\x2d\x78", + [0x158d] = "\x2d\x79", [0x158e] = "\x2d\x7a", [0x158f] = "\x2d\x7b", + [0x1590] = "\x2d\x7c", [0x1591] = "\x2d\x7d", [0x1592] = "\x2d\x7e", + [0x1593] = "\x2d\x7f", [0x1594] = "\x2d\x80", [0x1595] = "\x2d\x81", + [0x1596] = "\x2d\x82", [0x1597] = "\x2d\x83", [0x1598] = "\x2d\x84", + [0x1599] = "\x2d\x85", [0x159a] = "\x2d\x86", [0x159b] = "\x2d\x87", + [0x159c] = "\x2d\x88", [0x159d] = "\x2d\x89", [0x159e] = "\x2d\x8a", + [0x159f] = "\x2d\x8b", [0x15a0] = "\x2d\x8c", [0x15a1] = "\x2d\x8d", + [0x15a2] = "\x2d\x8e", [0x15a3] = "\x2d\x8f", [0x15a4] = "\x2d\x90", + [0x15a5] = "\x2d\x91", [0x15a6] = "\x2d\x92", [0x15a7] = "\x2d\x93", + [0x15a8] = "\x2d\x94", [0x15a9] = "\x2d\x95", [0x15aa] = "\x2d\x96", + [0x15ab] = "\x2d\x97", [0x15ac] = "\x2d\x98", [0x15ad] = "\x2d\x99", + [0x15ae] = "\x2d\x9a", [0x15af] = "\x2d\x9b", [0x15b0] = "\x2d\x9c", + [0x15b1] = "\x2d\x9d", [0x15b2] = "\x2d\x9e", [0x15b3] = "\x2d\x9f", + [0x15b4] = "\x2d\xa0", [0x15b5] = "\x2d\xa1", [0x15b6] = "\x2d\xa2", + [0x15b7] = "\x2d\xa3", [0x15b8] = "\x2d\xa4", [0x15b9] = "\x2d\xa5", + [0x15ba] = "\x2d\xa6", [0x15bb] = "\x2d\xa7", [0x15bc] = "\x2d\xa8", + [0x15bd] = "\x2d\xa9", [0x15be] = "\x2d\xaa", [0x15bf] = "\x2d\xab", + [0x15c0] = "\x2d\xac", [0x15c1] = "\x2d\xad", [0x15c2] = "\x2d\xae", + [0x15c3] = "\x2d\xaf", [0x15c4] = "\x2d\xb0", [0x15c5] = "\x2d\xb1", + [0x15c6] = "\x2d\xb2", [0x15c7] = "\x2d\xb3", [0x15c8] = "\x2d\xb4", + [0x15c9] = "\x2d\xb5", [0x15ca] = "\x2d\xb6", [0x15cb] = "\x2d\xb7", + [0x15cc] = "\x2d\xb8", [0x15cd] = "\x2d\xb9", [0x15ce] = "\x2d\xba", + [0x15cf] = "\x2d\xbb", [0x15d0] = "\x2d\xbc", [0x15d1] = "\x2d\xbd", + [0x15d2] = "\x2d\xbe", [0x15d3] = "\x2d\xbf", [0x15d4] = "\x2d\xc0", + [0x15d5] = "\x2d\xc1", [0x15d6] = "\x2d\xc2", [0x15d7] = "\x2d\xc3", + [0x15d8] = "\x2d\xc4", [0x15d9] = "\x2d\xc5", [0x15da] = "\x2d\xc6", + [0x15db] = "\x2d\xc7", [0x15dc] = "\x2d\xc8", [0x15dd] = "\x2d\xc9", + [0x15de] = "\x2d\xca", [0x15df] = "\x2d\xcb", [0x15e0] = "\x2d\xcc", + [0x15e1] = "\x2d\xcd", [0x15e2] = "\x2d\xce", [0x15e3] = "\x2d\xcf", + [0x15e4] = "\x2d\xd0", [0x15e5] = "\x2d\xd1", [0x15e6] = "\x2d\xd2", + [0x15e7] = "\x2d\xd3", [0x15e8] = "\x2d\xd4", [0x15e9] = "\x2d\xd5", + [0x15ea] = "\x2d\xd6", [0x15eb] = "\x2d\xd7", [0x15ec] = "\x2d\xd8", + [0x15ed] = "\x2d\xd9", [0x15ee] = "\x2d\xda", [0x15ef] = "\x2d\xdb", + [0x15f0] = "\x2d\xdc", [0x15f1] = "\x2d\xdd", [0x15f2] = "\x2d\xde", + [0x15f3] = "\x2d\xdf", [0x15f4] = "\x2d\xe0", [0x15f5] = "\x2d\xe1", + [0x15f6] = "\x2d\xe2", [0x15f7] = "\x2d\xe3", [0x15f8] = "\x2d\xe4", + [0x15f9] = "\x2d\xe5", [0x15fa] = "\x2d\xe6", [0x15fb] = "\x2d\xe7", + [0x15fc] = "\x2d\xe8", [0x15fd] = "\x2d\xe9", [0x15fe] = "\x2d\xea", + [0x15ff] = "\x2d\xeb", [0x1600] = "\x2d\xec", [0x1601] = "\x2d\xed", + [0x1602] = "\x2d\xee", [0x1603] = "\x2d\xef", [0x1604] = "\x2d\xf0", + [0x1605] = "\x2d\xf1", [0x1606] = "\x2d\xf2", [0x1607] = "\x2d\xf3", + [0x1608] = "\x2d\xf4", [0x1609] = "\x2d\xf5", [0x160a] = "\x2d\xf6", + [0x160b] = "\x2d\xf7", [0x160c] = "\x2d\xf8", [0x160d] = "\x2d\xf9", + [0x160e] = "\x2d\xfa", [0x160f] = "\x2d\xfb", [0x1610] = "\x2d\xfc", + [0x1611] = "\x2d\xfd", [0x1612] = "\x2d\xfe", [0x1613] = "\x2d\xff", + [0x1614] = "\x2e\x00", [0x1615] = "\x2e\x01", [0x1616] = "\x2e\x02", + [0x1617] = "\x2e\x03", [0x1618] = "\x2e\x04", [0x1619] = "\x2e\x05", + [0x161a] = "\x2e\x06", [0x161b] = "\x2e\x07", [0x161c] = "\x2e\x08", + [0x161d] = "\x2e\x09", [0x161e] = "\x2e\x0a", [0x161f] = "\x2e\x0b", + [0x1620] = "\x2e\x0c", [0x1621] = "\x2e\x0d", [0x1622] = "\x2e\x0e", + [0x1623] = "\x2e\x0f", [0x1624] = "\x2e\x10", [0x1625] = "\x2e\x11", + [0x1626] = "\x2e\x12", [0x1627] = "\x2e\x13", [0x1628] = "\x2e\x14", + [0x1629] = "\x2e\x15", [0x162a] = "\x2e\x16", [0x162b] = "\x2e\x17", + [0x162c] = "\x2e\x18", [0x162d] = "\x2e\x19", [0x162e] = "\x2e\x1a", + [0x162f] = "\x2e\x1b", [0x1630] = "\x2e\x1c", [0x1631] = "\x2e\x1d", + [0x1632] = "\x2e\x1e", [0x1633] = "\x2e\x1f", [0x1634] = "\x2e\x20", + [0x1635] = "\x2e\x21", [0x1636] = "\x2e\x22", [0x1637] = "\x2e\x23", + [0x1638] = "\x2e\x24", [0x1639] = "\x2e\x25", [0x163a] = "\x2e\x26", + [0x163b] = "\x2e\x27", [0x163c] = "\x2e\x28", [0x163d] = "\x2e\x29", + [0x163e] = "\x2e\x2a", [0x163f] = "\x2e\x2b", [0x1640] = "\x2e\x2c", + [0x1641] = "\x2e\x2d", [0x1642] = "\x2e\x2e", [0x1643] = "\x2e\x2f", + [0x1644] = "\x2e\x30", [0x1645] = "\x2e\x31", [0x1646] = "\x2e\x32", + [0x1647] = "\x2e\x33", [0x1648] = "\x2e\x34", [0x1649] = "\x2e\x35", + [0x164a] = "\x2e\x36", [0x164b] = "\x2e\x37", [0x164c] = "\x2e\x38", + [0x164d] = "\x2e\x39", [0x164e] = "\x2e\x3a", [0x164f] = "\x2e\x3b", + [0x1650] = "\x2e\x3c", [0x1651] = "\x2e\x3d", [0x1652] = "\x2e\x3e", + [0x1653] = "\x2e\x3f", [0x1654] = "\x2e\x40", [0x1655] = "\x2e\x41", + [0x1656] = "\x2e\x42", [0x1657] = "\x2e\x43", [0x1658] = "\x2e\x44", + [0x1659] = "\x2e\x45", [0x165a] = "\x2e\x46", [0x165b] = "\x2e\x47", + [0x165c] = "\x2e\x48", [0x165d] = "\x2e\x49", [0x165e] = "\x2e\x4a", + [0x165f] = "\x2e\x4b", [0x1660] = "\x2e\x4c", [0x1661] = "\x2e\x4d", + [0x1662] = "\x2e\x4e", [0x1663] = "\x2e\x4f", [0x1664] = "\x2e\x50", + [0x1665] = "\x2e\x51", [0x1666] = "\x2e\x52", [0x1667] = "\x2e\x53", + [0x1668] = "\x2e\x54", [0x1669] = "\x2e\x55", [0x166a] = "\x2e\x56", + [0x166b] = "\x2e\x57", [0x166c] = "\x2e\x58", [0x166d] = "\x2e\x59", + [0x166e] = "\x2e\x5a", [0x166f] = "\x2e\x5b", [0x1670] = "\x2e\x5c", + [0x1671] = "\x2e\x5d", [0x1672] = "\x2e\x5e", [0x1673] = "\x2e\x5f", + [0x1674] = "\x2e\x60", [0x1675] = "\x2e\x61", [0x1676] = "\x2e\x62", + [0x1677] = "\x2e\x63", [0x1678] = "\x2e\x64", [0x1679] = "\x2e\x65", + [0x167a] = "\x2e\x66", [0x167b] = "\x2e\x67", [0x167c] = "\x2e\x68", + [0x167d] = "\x2e\x69", [0x167e] = "\x2e\x6a", [0x167f] = "\x2e\x6b", + [0x1680] = "\x2e\x6c", [0x1681] = "\x2e\x6d", [0x1682] = "\x2e\x6e", + [0x1683] = "\x2e\x6f", [0x1684] = "\x2e\x70", [0x1685] = "\x2e\x71", + [0x1686] = "\x2e\x72", [0x1687] = "\x2e\x73", [0x1688] = "\x2e\x74", + [0x1689] = "\x2e\x75", [0x168a] = "\x2e\x76", [0x168b] = "\x2e\x77", + [0x168c] = "\x2e\x78", [0x168d] = "\x2e\x79", [0x168e] = "\x2e\x7a", + [0x168f] = "\x2e\x7b", [0x1690] = "\x2e\x7c", [0x1691] = "\x2e\x7d", + [0x1692] = "\x2e\x7e", [0x1693] = "\x2e\x7f", [0x1694] = "\x2e\x80", + [0x1695] = "\x2e\x81", [0x1696] = "\x2e\x82", [0x1697] = "\x2e\x83", + [0x1698] = "\x2e\x84", [0x1699] = "\x2e\x85", [0x169a] = "\x2e\x86", + [0x169b] = "\x2e\x87", [0x169c] = "\x2e\x88", [0x169d] = "\x2e\x89", + [0x169e] = "\x2e\x8a", [0x169f] = "\x2e\x8b", [0x16a0] = "\x2e\x8c", + [0x16a1] = "\x2e\x8d", [0x16a2] = "\x2e\x8e", [0x16a3] = "\x2e\x8f", + [0x16a4] = "\x2e\x90", [0x16a5] = "\x2e\x91", [0x16a6] = "\x2e\x92", + [0x16a7] = "\x2e\x93", [0x16a8] = "\x2e\x94", [0x16a9] = "\x2e\x95", + [0x16aa] = "\x2e\x96", [0x16ab] = "\x2e\x97", [0x16ac] = "\x2e\x98", + [0x16ad] = "\x2e\x99", [0x16ae] = "\x2e\x9a", [0x16af] = "\x2e\x9b", + [0x16b0] = "\x2e\x9c", [0x16b1] = "\x2e\x9d", [0x16b2] = "\x2e\x9e", + [0x16b3] = "\x2e\x9f", [0x16b4] = "\x2e\xa0", [0x16b5] = "\x2e\xa1", + [0x16b6] = "\x2e\xa2", [0x16b7] = "\x2e\xa3", [0x16b8] = "\x2e\xa4", + [0x16b9] = "\x2e\xa5", [0x16ba] = "\x2e\xa6", [0x16bb] = "\x2e\xa7", + [0x16bc] = "\x2e\xa8", [0x16bd] = "\x2e\xa9", [0x16be] = "\x2e\xaa", + [0x16bf] = "\x2e\xab", [0x16c0] = "\x2e\xac", [0x16c1] = "\x2e\xad", + [0x16c2] = "\x2e\xae", [0x16c3] = "\x2e\xaf", [0x16c4] = "\x2e\xb0", + [0x16c5] = "\x2e\xb1", [0x16c6] = "\x2e\xb2", [0x16c7] = "\x2e\xb3", + [0x16c8] = "\x2e\xb4", [0x16c9] = "\x2e\xb5", [0x16ca] = "\x2e\xb6", + [0x16cb] = "\x2e\xb7", [0x16cc] = "\x2e\xb8", [0x16cd] = "\x2e\xb9", + [0x16ce] = "\x2e\xba", [0x16cf] = "\x2e\xbb", [0x16d0] = "\x2e\xbc", + [0x16d1] = "\x2e\xbd", [0x16d2] = "\x2e\xbe", [0x16d3] = "\x2e\xbf", + [0x16d4] = "\x2e\xc0", [0x16d5] = "\x2e\xc1", [0x16d6] = "\x2e\xc2", + [0x16d7] = "\x2e\xc3", [0x16d8] = "\x2e\xc4", [0x16d9] = "\x2e\xc5", + [0x16da] = "\x2e\xc6", [0x16db] = "\x2e\xc7", [0x16dc] = "\x2e\xc8", + [0x16dd] = "\x2e\xc9", [0x16de] = "\x2e\xca", [0x16df] = "\x2e\xcb", + [0x16e0] = "\x2e\xcc", [0x16e1] = "\x2e\xcd", [0x16e2] = "\x2e\xce", + [0x16e3] = "\x2e\xcf", [0x16e4] = "\x2e\xd0", [0x16e5] = "\x2e\xd1", + [0x16e6] = "\x2e\xd2", [0x16e7] = "\x2e\xd3", [0x16e8] = "\x2e\xd4", + [0x16e9] = "\x2e\xd5", [0x16ea] = "\x2e\xd6", [0x16eb] = "\x2e\xd7", + [0x16ec] = "\x2e\xd8", [0x16ed] = "\x2e\xd9", [0x16ee] = "\x2e\xda", + [0x16ef] = "\x2e\xdb", [0x16f0] = "\x2e\xdc", [0x16f1] = "\x2e\xdd", + [0x16f2] = "\x2e\xde", [0x16f3] = "\x2e\xdf", [0x16f4] = "\x2e\xe0", + [0x16f5] = "\x2e\xe1", [0x16f6] = "\x2e\xe2", [0x16f7] = "\x2e\xe3", + [0x16f8] = "\x2e\xe4", [0x16f9] = "\x2e\xe5", [0x16fa] = "\x2e\xe6", + [0x16fb] = "\x2e\xe7", [0x16fc] = "\x2e\xe8", [0x16fd] = "\x2e\xe9", + [0x16fe] = "\x2e\xea", [0x16ff] = "\x2e\xeb", [0x1700] = "\x2e\xec", + [0x1701] = "\x2e\xed", [0x1702] = "\x2e\xee", [0x1703] = "\x2e\xef", + [0x1704] = "\x2e\xf0", [0x1705] = "\x2e\xf1", [0x1706] = "\x2e\xf2", + [0x1707] = "\x2e\xf3", [0x1708] = "\x2e\xf4", [0x1709] = "\x2e\xf5", + [0x170a] = "\x2e\xf6", [0x170b] = "\x2e\xf7", [0x170c] = "\x2e\xf8", + [0x170d] = "\x2e\xf9", [0x170e] = "\x2e\xfa", [0x170f] = "\x2e\xfb", + [0x1710] = "\x2e\xfc", [0x1711] = "\x2e\xfd", [0x1712] = "\x2e\xfe", + [0x1713] = "\x2e\xff", [0x1714] = "\x2f\x00", [0x1715] = "\x2f\x01", + [0x1716] = "\x2f\x02", [0x1717] = "\x2f\x03", [0x1718] = "\x2f\x04", + [0x1719] = "\x2f\x05", [0x171a] = "\x2f\x06", [0x171b] = "\x2f\x07", + [0x171c] = "\x2f\x08", [0x171d] = "\x2f\x09", [0x171e] = "\x2f\x0a", + [0x171f] = "\x2f\x0b", [0x1720] = "\x2f\x0c", [0x1721] = "\x2f\x0d", + [0x1722] = "\x2f\x0e", [0x1723] = "\x2f\x0f", [0x1724] = "\x2f\x10", + [0x1725] = "\x2f\x11", [0x1726] = "\x2f\x12", [0x1727] = "\x2f\x13", + [0x1728] = "\x2f\x14", [0x1729] = "\x2f\x15", [0x172a] = "\x2f\x16", + [0x172b] = "\x2f\x17", [0x172c] = "\x2f\x18", [0x172d] = "\x2f\x19", + [0x172e] = "\x2f\x1a", [0x172f] = "\x2f\x1b", [0x1730] = "\x2f\x1c", + [0x1731] = "\x2f\x1d", [0x1732] = "\x2f\x1e", [0x1733] = "\x2f\x1f", + [0x1734] = "\x2f\x20", [0x1735] = "\x2f\x21", [0x1736] = "\x2f\x22", + [0x1737] = "\x2f\x23", [0x1738] = "\x2f\x24", [0x1739] = "\x2f\x25", + [0x173a] = "\x2f\x26", [0x173b] = "\x2f\x27", [0x173c] = "\x2f\x28", + [0x173d] = "\x2f\x29", [0x173e] = "\x2f\x2a", [0x173f] = "\x2f\x2b", + [0x1740] = "\x2f\x2c", [0x1741] = "\x2f\x2d", [0x1742] = "\x2f\x2e", + [0x1743] = "\x2f\x2f", [0x1744] = "\x2f\x30", [0x1745] = "\x2f\x31", + [0x1746] = "\x2f\x32", [0x1747] = "\x2f\x33", [0x1748] = "\x2f\x34", + [0x1749] = "\x2f\x35", [0x174a] = "\x2f\x36", [0x174b] = "\x2f\x37", + [0x174c] = "\x2f\x38", [0x174d] = "\x2f\x39", [0x174e] = "\x2f\x3a", + [0x174f] = "\x2f\x3b", [0x1750] = "\x2f\x3c", [0x1751] = "\x2f\x3d", + [0x1752] = "\x2f\x3e", [0x1753] = "\x2f\x3f", [0x1754] = "\x2f\x40", + [0x1755] = "\x2f\x41", [0x1756] = "\x2f\x42", [0x1757] = "\x2f\x43", + [0x1758] = "\x2f\x44", [0x1759] = "\x2f\x45", [0x175a] = "\x2f\x46", + [0x175b] = "\x2f\x47", [0x175c] = "\x2f\x48", [0x175d] = "\x2f\x49", + [0x175e] = "\x2f\x4a", [0x175f] = "\x2f\x4b", [0x1760] = "\x2f\x4c", + [0x1761] = "\x2f\x4d", [0x1762] = "\x2f\x4e", [0x1763] = "\x2f\x4f", + [0x1764] = "\x2f\x50", [0x1765] = "\x2f\x51", [0x1766] = "\x2f\x52", + [0x1767] = "\x2f\x53", [0x1768] = "\x2f\x54", [0x1769] = "\x2f\x55", + [0x176a] = "\x2f\x56", [0x176b] = "\x2f\x57", [0x176c] = "\x2f\x58", + [0x176d] = "\x2f\x59", [0x176e] = "\x2f\x5a", [0x176f] = "\x2f\x5b", + [0x1770] = "\x2f\x5c", [0x1771] = "\x2f\x5d", [0x1772] = "\x2f\x5e", + [0x1773] = "\x2f\x5f", [0x1774] = "\x2f\x60", [0x1775] = "\x2f\x61", + [0x1776] = "\x2f\x62", [0x1777] = "\x2f\x63", [0x1778] = "\x2f\x64", + [0x1779] = "\x2f\x65", [0x177a] = "\x2f\x66", [0x177b] = "\x2f\x67", + [0x177c] = "\x2f\x68", [0x177d] = "\x2f\x69", [0x177e] = "\x2f\x6a", + [0x177f] = "\x2f\x6b", [0x1780] = "\x2f\x6c", [0x1781] = "\x2f\x6d", + [0x1782] = "\x2f\x6e", [0x1783] = "\x2f\x6f", [0x1784] = "\x2f\x70", + [0x1785] = "\x2f\x71", [0x1786] = "\x2f\x72", [0x1787] = "\x2f\x73", + [0x1788] = "\x2f\x74", [0x1789] = "\x2f\x75", [0x178a] = "\x2f\x76", + [0x178b] = "\x2f\x77", [0x178c] = "\x2f\x78", [0x178d] = "\x2f\x79", + [0x178e] = "\x2f\x7a", [0x178f] = "\x2f\x7b", [0x1790] = "\x2f\x7c", + [0x1791] = "\x2f\x7d", [0x1792] = "\x2f\x7e", [0x1793] = "\x2f\x7f", + [0x1794] = "\x2f\x80", [0x1795] = "\x2f\x81", [0x1796] = "\x2f\x82", + [0x1797] = "\x2f\x83", [0x1798] = "\x2f\x84", [0x1799] = "\x2f\x85", + [0x179a] = "\x2f\x86", [0x179b] = "\x2f\x87", [0x179c] = "\x2f\x88", + [0x179d] = "\x2f\x89", [0x179e] = "\x2f\x8a", [0x179f] = "\x2f\x8b", + [0x17a0] = "\x2f\x8c", [0x17a1] = "\x2f\x8d", [0x17a2] = "\x2f\x8e", + [0x17a3] = "\x2f\x8f", [0x17a4] = "\x2f\x90", [0x17a5] = "\x2f\x91", + [0x17a6] = "\x2f\x92", [0x17a7] = "\x2f\x93", [0x17a8] = "\x2f\x94", + [0x17a9] = "\x2f\x95", [0x17aa] = "\x2f\x96", [0x17ab] = "\x2f\x97", + [0x17ac] = "\x2f\x98", [0x17ad] = "\x2f\x99", [0x17ae] = "\x2f\x9a", + [0x17af] = "\x2f\x9b", [0x17b0] = "\x2f\x9c", [0x17b1] = "\x2f\x9d", + [0x17b2] = "\x2f\x9e", [0x17b3] = "\x2f\x9f", [0x17b4] = "\x2f\xa0", + [0x17b5] = "\x2f\xa1", [0x17b6] = "\x2f\xa2", [0x17b7] = "\x2f\xa3", + [0x17b8] = "\x2f\xa4", [0x17b9] = "\x2f\xa5", [0x17ba] = "\x2f\xa6", + [0x17bb] = "\x2f\xa7", [0x17bc] = "\x2f\xa8", [0x17bd] = "\x2f\xa9", + [0x17be] = "\x2f\xaa", [0x17bf] = "\x2f\xab", [0x17c0] = "\x2f\xac", + [0x17c1] = "\x2f\xad", [0x17c2] = "\x2f\xae", [0x17c3] = "\x2f\xaf", + [0x17c4] = "\x2f\xb0", [0x17c5] = "\x2f\xb1", [0x17c6] = "\x2f\xb2", + [0x17c7] = "\x2f\xb3", [0x17c8] = "\x2f\xb4", [0x17c9] = "\x2f\xb5", + [0x17ca] = "\x2f\xb6", [0x17cb] = "\x2f\xb7", [0x17cc] = "\x2f\xb8", + [0x17cd] = "\x2f\xb9", [0x17ce] = "\x2f\xba", [0x17cf] = "\x2f\xbb", + [0x17d0] = "\x2f\xbc", [0x17d1] = "\x2f\xbd", [0x17d2] = "\x2f\xbe", + [0x17d3] = "\x2f\xbf", [0x17d4] = "\x2f\xc0", [0x17d5] = "\x2f\xc1", + [0x17d6] = "\x2f\xc2", [0x17d7] = "\x2f\xc3", [0x17d8] = "\x2f\xc4", + [0x17d9] = "\x2f\xc5", [0x17da] = "\x2f\xc6", [0x17db] = "\x2f\xc7", + [0x17dc] = "\x2f\xc8", [0x17dd] = "\x2f\xc9", [0x17de] = "\x2f\xca", + [0x17df] = "\x2f\xcb", [0x17e0] = "\x2f\xcc", [0x17e1] = "\x2f\xcd", + [0x17e2] = "\x2f\xce", [0x17e3] = "\x2f\xcf", [0x17e4] = "\x2f\xd0", + [0x17e5] = "\x2f\xd1", [0x17e6] = "\x2f\xd2", [0x17e7] = "\x2f\xd3", + [0x17e8] = "\x2f\xd4", [0x17e9] = "\x2f\xd5", [0x17ea] = "\x2f\xd6", + [0x17eb] = "\x2f\xd7", [0x17ec] = "\x2f\xd8", [0x17ed] = "\x2f\xd9", + [0x17ee] = "\x2f\xda", [0x17ef] = "\x2f\xdb", [0x17f0] = "\x2f\xdc", + [0x17f1] = "\x2f\xdd", [0x17f2] = "\x2f\xde", [0x17f3] = "\x2f\xdf", + [0x17f4] = "\x2f\xe0", [0x17f5] = "\x2f\xe1", [0x17f6] = "\x2f\xe2", + [0x17f7] = "\x2f\xe3", [0x17f8] = "\x2f\xe4", [0x17f9] = "\x2f\xe5", + [0x17fa] = "\x2f\xe6", [0x17fb] = "\x2f\xe7", [0x17fc] = "\x2f\xe8", + [0x17fd] = "\x2f\xe9", [0x17fe] = "\x2f\xea", [0x17ff] = "\x2f\xeb", + [0x1800] = "\x2f\xec", [0x1801] = "\x2f\xed", [0x1802] = "\x2f\xee", + [0x1803] = "\x2f\xef", [0x1804] = "\x2f\xf0", [0x1805] = "\x2f\xf1", + [0x1806] = "\x2f\xf2", [0x1807] = "\x2f\xf3", [0x1808] = "\x2f\xf4", + [0x1809] = "\x2f\xf5", [0x180a] = "\x2f\xf6", [0x180b] = "\x2f\xf7", + [0x180c] = "\x2f\xf8", [0x180d] = "\x2f\xf9", [0x180e] = "\x2f\xfa", + [0x180f] = "\x2f\xfb", [0x1810] = "\x2f\xfc", [0x1811] = "\x2f\xfd", + [0x1812] = "\x2f\xfe", [0x1813] = "\x2f\xff", [0x1814] = "\x30\x00", + [0x1815] = "\x30\x01", [0x1816] = "\x30\x02", [0x1817] = "\x30\x03", + [0x1818] = "\x30\x04", [0x1819] = "\x30\x05", [0x181a] = "\x30\x06", + [0x181b] = "\x30\x07", [0x181c] = "\x30\x08", [0x181d] = "\x30\x09", + [0x181e] = "\x30\x0a", [0x181f] = "\x30\x0b", [0x1820] = "\x30\x0c", + [0x1821] = "\x30\x0d", [0x1822] = "\x30\x0e", [0x1823] = "\x30\x0f", + [0x1824] = "\x30\x10", [0x1825] = "\x30\x11", [0x1826] = "\x30\x12", + [0x1827] = "\x30\x13", [0x1828] = "\x30\x14", [0x1829] = "\x30\x15", + [0x182a] = "\x30\x16", [0x182b] = "\x30\x17", [0x182c] = "\x30\x18", + [0x182d] = "\x30\x19", [0x182e] = "\x30\x1a", [0x182f] = "\x30\x1b", + [0x1830] = "\x30\x1c", [0x1831] = "\x30\x1d", [0x1832] = "\x30\x1e", + [0x1833] = "\x30\x1f", [0x1834] = "\x30\x20", [0x1835] = "\x30\x21", + [0x1836] = "\x30\x22", [0x1837] = "\x30\x23", [0x1838] = "\x30\x24", + [0x1839] = "\x30\x25", [0x183a] = "\x30\x26", [0x183b] = "\x30\x27", + [0x183c] = "\x30\x28", [0x183d] = "\x30\x29", [0x183e] = "\x30\x2a", + [0x183f] = "\x30\x2b", [0x1840] = "\x30\x2c", [0x1841] = "\x30\x2d", + [0x1842] = "\x30\x2e", [0x1843] = "\x30\x2f", [0x1844] = "\x30\x30", + [0x1845] = "\x30\x31", [0x1846] = "\x30\x32", [0x1847] = "\x30\x33", + [0x1848] = "\x30\x34", [0x1849] = "\x30\x35", [0x184a] = "\x30\x36", + [0x184b] = "\x30\x37", [0x184c] = "\x30\x38", [0x184d] = "\x30\x39", + [0x184e] = "\x30\x3a", [0x184f] = "\x30\x3b", [0x1850] = "\x30\x3c", + [0x1851] = "\x30\x3d", [0x1852] = "\x30\x3e", [0x1853] = "\x30\x3f", + [0x1854] = "\x30\x40", [0x1855] = "\x30\x41", [0x1856] = "\x30\x42", + [0x1857] = "\x30\x43", [0x1858] = "\x30\x44", [0x1859] = "\x30\x45", + [0x185a] = "\x30\x46", [0x185b] = "\x30\x47", [0x185c] = "\x30\x48", + [0x185d] = "\x30\x49", [0x185e] = "\x30\x4a", [0x185f] = "\x30\x4b", + [0x1860] = "\x30\x4c", [0x1861] = "\x30\x4d", [0x1862] = "\x30\x4e", + [0x1863] = "\x30\x4f", [0x1864] = "\x30\x50", [0x1865] = "\x30\x51", + [0x1866] = "\x30\x52", [0x1867] = "\x30\x53", [0x1868] = "\x30\x54", + [0x1869] = "\x30\x55", [0x186a] = "\x30\x56", [0x186b] = "\x30\x57", + [0x186c] = "\x30\x58", [0x186d] = "\x30\x59", [0x186e] = "\x30\x5a", + [0x186f] = "\x30\x5b", [0x1870] = "\x30\x5c", [0x1871] = "\x30\x5d", + [0x1872] = "\x30\x5e", [0x1873] = "\x30\x5f", [0x1874] = "\x30\x60", + [0x1875] = "\x30\x61", [0x1876] = "\x30\x62", [0x1877] = "\x30\x63", + [0x1878] = "\x30\x64", [0x1879] = "\x30\x65", [0x187a] = "\x30\x66", + [0x187b] = "\x30\x67", [0x187c] = "\x30\x68", [0x187d] = "\x30\x69", + [0x187e] = "\x30\x6a", [0x187f] = "\x30\x6b", [0x1880] = "\x30\x6c", + [0x1881] = "\x30\x6d", [0x1882] = "\x30\x6e", [0x1883] = "\x30\x6f", + [0x1884] = "\x30\x70", [0x1885] = "\x30\x71", [0x1886] = "\x30\x72", + [0x1887] = "\x30\x73", [0x1888] = "\x30\x74", [0x1889] = "\x30\x75", + [0x188a] = "\x30\x76", [0x188b] = "\x30\x77", [0x188c] = "\x30\x78", + [0x188d] = "\x30\x79", [0x188e] = "\x30\x7a", [0x188f] = "\x30\x7b", + [0x1890] = "\x30\x7c", [0x1891] = "\x30\x7d", [0x1892] = "\x30\x7e", + [0x1893] = "\x30\x7f", [0x1894] = "\x30\x80", [0x1895] = "\x30\x81", + [0x1896] = "\x30\x82", [0x1897] = "\x30\x83", [0x1898] = "\x30\x84", + [0x1899] = "\x30\x85", [0x189a] = "\x30\x86", [0x189b] = "\x30\x87", + [0x189c] = "\x30\x88", [0x189d] = "\x30\x89", [0x189e] = "\x30\x8a", + [0x189f] = "\x30\x8b", [0x18a0] = "\x30\x8c", [0x18a1] = "\x30\x8d", + [0x18a2] = "\x30\x8e", [0x18a3] = "\x30\x8f", [0x18a4] = "\x30\x90", + [0x18a5] = "\x30\x91", [0x18a6] = "\x30\x92", [0x18a7] = "\x30\x93", + [0x18a8] = "\x30\x94", [0x18a9] = "\x30\x95", [0x18aa] = "\x30\x96", + [0x18ab] = "\x30\x97", [0x18ac] = "\x30\x98", [0x18ad] = "\x30\x99", + [0x18ae] = "\x30\x9a", [0x18af] = "\x30\x9b", [0x18b0] = "\x30\x9c", + [0x18b1] = "\x30\x9d", [0x18b2] = "\x30\x9e", [0x18b3] = "\x30\x9f", + [0x18b4] = "\x30\xa0", [0x18b5] = "\x30\xa1", [0x18b6] = "\x30\xa2", + [0x18b7] = "\x30\xa3", [0x18b8] = "\x30\xa4", [0x18b9] = "\x30\xa5", + [0x18ba] = "\x30\xa6", [0x18bb] = "\x30\xa7", [0x18bc] = "\x30\xa8", + [0x18bd] = "\x30\xa9", [0x18be] = "\x30\xaa", [0x18bf] = "\x30\xab", + [0x18c0] = "\x30\xac", [0x18c1] = "\x30\xad", [0x18c2] = "\x30\xae", + [0x18c3] = "\x30\xaf", [0x18c4] = "\x30\xb0", [0x18c5] = "\x30\xb1", + [0x18c6] = "\x30\xb2", [0x18c7] = "\x30\xb3", [0x18c8] = "\x30\xb4", + [0x18c9] = "\x30\xb5", [0x18ca] = "\x30\xb6", [0x18cb] = "\x30\xb7", + [0x18cc] = "\x30\xb8", [0x18cd] = "\x30\xb9", [0x18ce] = "\x30\xba", + [0x18cf] = "\x30\xbb", [0x18d0] = "\x30\xbc", [0x18d1] = "\x30\xbd", + [0x18d2] = "\x30\xbe", [0x18d3] = "\x30\xbf", [0x18d4] = "\x30\xc0", + [0x18d5] = "\x30\xc1", [0x18d6] = "\x30\xc2", [0x18d7] = "\x30\xc3", + [0x18d8] = "\x30\xc4", [0x18d9] = "\x30\xc5", [0x18da] = "\x30\xc6", + [0x18db] = "\x30\xc7", [0x18dc] = "\x30\xc8", [0x18dd] = "\x30\xc9", + [0x18de] = "\x30\xca", [0x18df] = "\x30\xcb", [0x18e0] = "\x30\xcc", + [0x18e1] = "\x30\xcd", [0x18e2] = "\x30\xce", [0x18e3] = "\x30\xcf", + [0x18e4] = "\x30\xd0", [0x18e5] = "\x30\xd1", [0x18e6] = "\x30\xd2", + [0x18e7] = "\x30\xd3", [0x18e8] = "\x30\xd4", [0x18e9] = "\x30\xd5", + [0x18ea] = "\x30\xd6", [0x18eb] = "\x30\xd7", [0x18ec] = "\x30\xd8", + [0x18ed] = "\x30\xd9", [0x18ee] = "\x30\xda", [0x18ef] = "\x30\xdb", + [0x18f0] = "\x30\xdc", [0x18f1] = "\x30\xdd", [0x18f2] = "\x30\xde", + [0x18f3] = "\x30\xdf", [0x18f4] = "\x30\xe0", [0x18f5] = "\x30\xe1", + [0x18f6] = "\x30\xe2", [0x18f7] = "\x30\xe3", [0x18f8] = "\x30\xe4", + [0x18f9] = "\x30\xe5", [0x18fa] = "\x30\xe6", [0x18fb] = "\x30\xe7", + [0x18fc] = "\x30\xe8", [0x18fd] = "\x30\xe9", [0x18fe] = "\x30\xea", + [0x18ff] = "\x30\xeb", [0x1900] = "\x30\xec", [0x1901] = "\x30\xed", + [0x1902] = "\x30\xee", [0x1903] = "\x30\xef", [0x1904] = "\x30\xf0", + [0x1905] = "\x30\xf1", [0x1906] = "\x30\xf2", [0x1907] = "\x30\xf3", + [0x1908] = "\x30\xf4", [0x1909] = "\x30\xf5", [0x190a] = "\x30\xf6", + [0x190b] = "\x30\xf7", [0x190c] = "\x30\xf8", [0x190d] = "\x30\xf9", + [0x190e] = "\x30\xfa", [0x190f] = "\x30\xfb", [0x1910] = "\x30\xfc", + [0x1911] = "\x30\xfd", [0x1912] = "\x30\xfe", [0x1913] = "\x30\xff", + [0x1914] = "\x31\x00", [0x1915] = "\x31\x01", [0x1916] = "\x31\x02", + [0x1917] = "\x31\x03", [0x1918] = "\x31\x04", [0x1919] = "\x31\x05", + [0x191a] = "\x31\x06", [0x191b] = "\x31\x07", [0x191c] = "\x31\x08", + [0x191d] = "\x31\x09", [0x191e] = "\x31\x0a", [0x191f] = "\x31\x0b", + [0x1920] = "\x31\x0c", [0x1921] = "\x31\x0d", [0x1922] = "\x31\x0e", + [0x1923] = "\x31\x0f", [0x1924] = "\x31\x10", [0x1925] = "\x31\x11", + [0x1926] = "\x31\x12", [0x1927] = "\x31\x13", [0x1928] = "\x31\x14", + [0x1929] = "\x31\x15", [0x192a] = "\x31\x16", [0x192b] = "\x31\x17", + [0x192c] = "\xfd\x9c", [0x192d] = "\x31\x18", [0x192e] = "\x31\x19", + [0x192f] = "\x31\x1a", [0x1930] = "\x31\x1b", [0x1931] = "\x31\x1c", + [0x1932] = "\x31\x1d", [0x1933] = "\x31\x1e", [0x1934] = "\x31\x1f", + [0x1935] = "\x31\x20", [0x1936] = "\x31\x21", [0x1937] = "\x31\x22", + [0x1938] = "\x31\x23", [0x1939] = "\x31\x24", [0x193a] = "\x31\x25", + [0x193b] = "\x31\x26", [0x193c] = "\x31\x27", [0x193d] = "\x31\x28", + [0x193e] = "\x31\x29", [0x193f] = "\x31\x2a", [0x1940] = "\x31\x2b", + [0x1941] = "\x31\x2c", [0x1942] = "\x31\x2d", [0x1943] = "\x31\x2e", + [0x1944] = "\x31\x2f", [0x1945] = "\x31\x30", [0x1946] = "\x31\x31", + [0x1947] = "\x31\x32", [0x1948] = "\x31\x33", [0x1949] = "\x31\x34", + [0x194a] = "\x31\x35", [0x194b] = "\x31\x36", [0x194c] = "\x31\x37", + [0x194d] = "\x31\x38", [0x194e] = "\x31\x39", [0x194f] = "\x31\x3a", + [0x1950] = "\x31\x3b", [0x1951] = "\x31\x3c", [0x1952] = "\x31\x3d", + [0x1953] = "\x31\x3e", [0x1954] = "\x31\x3f", [0x1955] = "\x31\x40", + [0x1956] = "\x31\x41", [0x1957] = "\x31\x42", [0x1958] = "\x31\x43", + [0x1959] = "\x31\x44", [0x195a] = "\x31\x45", [0x195b] = "\x31\x46", + [0x195c] = "\x31\x47", [0x195d] = "\x31\x48", [0x195e] = "\x31\x49", + [0x195f] = "\x31\x4a", [0x1960] = "\x31\x4b", [0x1961] = "\x31\x4c", + [0x1962] = "\x31\x4d", [0x1963] = "\x31\x4e", [0x1964] = "\x31\x4f", + [0x1965] = "\x31\x50", [0x1966] = "\x31\x51", [0x1967] = "\x31\x52", + [0x1968] = "\x31\x53", [0x1969] = "\x31\x54", [0x196a] = "\x31\x55", + [0x196b] = "\x31\x56", [0x196c] = "\x31\x57", [0x196d] = "\x31\x58", + [0x196e] = "\x31\x59", [0x196f] = "\x31\x5a", [0x1970] = "\x31\x5b", + [0x1971] = "\x31\x5c", [0x1972] = "\x31\x5d", [0x1973] = "\x31\x5e", + [0x1974] = "\x31\x5f", [0x1975] = "\x31\x60", [0x1976] = "\x31\x61", + [0x1977] = "\x31\x62", [0x1978] = "\x31\x63", [0x1979] = "\xfd\x9d", + [0x197a] = "\x31\x64", [0x197b] = "\x31\x65", [0x197c] = "\x31\x66", + [0x197d] = "\x31\x67", [0x197e] = "\x31\x68", [0x197f] = "\x31\x69", + [0x1980] = "\x31\x6a", [0x1981] = "\x31\x6b", [0x1982] = "\x31\x6c", + [0x1983] = "\x31\x6d", [0x1984] = "\x31\x6e", [0x1985] = "\x31\x6f", + [0x1986] = "\x31\x70", [0x1987] = "\x31\x71", [0x1988] = "\x31\x72", + [0x1989] = "\x31\x73", [0x198a] = "\x31\x74", [0x198b] = "\x31\x75", + [0x198c] = "\x31\x76", [0x198d] = "\x31\x77", [0x198e] = "\x31\x78", + [0x198f] = "\x31\x79", [0x1990] = "\x31\x7a", [0x1991] = "\x31\x7b", + [0x1992] = "\x31\x7c", [0x1993] = "\x31\x7d", [0x1994] = "\x31\x7e", + [0x1995] = "\xfd\x9e", [0x1996] = "\x31\x7f", [0x1997] = "\x31\x80", + [0x1998] = "\x31\x81", [0x1999] = "\x31\x82", [0x199a] = "\x31\x83", + [0x199b] = "\x31\x84", [0x199c] = "\x31\x85", [0x199d] = "\x31\x86", + [0x199e] = "\x31\x87", [0x199f] = "\x31\x88", [0x19a0] = "\x31\x89", + [0x19a1] = "\x31\x8a", [0x19a2] = "\x31\x8b", [0x19a3] = "\x31\x8c", + [0x19a4] = "\x31\x8d", [0x19a5] = "\x31\x8e", [0x19a6] = "\x31\x8f", + [0x19a7] = "\x31\x90", [0x19a8] = "\x31\x91", [0x19a9] = "\x31\x92", + [0x19aa] = "\x31\x93", [0x19ab] = "\x31\x94", [0x19ac] = "\x31\x95", + [0x19ad] = "\x31\x96", [0x19ae] = "\x31\x97", [0x19af] = "\x31\x98", + [0x19b0] = "\x31\x99", [0x19b1] = "\x31\x9a", [0x19b2] = "\x31\x9b", + [0x19b3] = "\x31\x9c", [0x19b4] = "\x31\x9d", [0x19b5] = "\x31\x9e", + [0x19b6] = "\x31\x9f", [0x19b7] = "\x31\xa0", [0x19b8] = "\x31\xa1", + [0x19b9] = "\x31\xa2", [0x19ba] = "\x31\xa3", [0x19bb] = "\x31\xa4", + [0x19bc] = "\x31\xa5", [0x19bd] = "\x31\xa6", [0x19be] = "\x31\xa7", + [0x19bf] = "\x31\xa8", [0x19c0] = "\x31\xa9", [0x19c1] = "\x31\xaa", + [0x19c2] = "\x31\xab", [0x19c3] = "\x31\xac", [0x19c4] = "\x31\xad", + [0x19c5] = "\x31\xae", [0x19c6] = "\x31\xaf", [0x19c7] = "\x31\xb0", + [0x19c8] = "\x31\xb1", [0x19c9] = "\x31\xb2", [0x19ca] = "\x31\xb3", + [0x19cb] = "\x31\xb4", [0x19cc] = "\x31\xb5", [0x19cd] = "\x31\xb6", + [0x19ce] = "\x31\xb7", [0x19cf] = "\x31\xb8", [0x19d0] = "\x31\xb9", + [0x19d1] = "\x31\xba", [0x19d2] = "\x31\xbb", [0x19d3] = "\x31\xbc", + [0x19d4] = "\x31\xbd", [0x19d5] = "\x31\xbe", [0x19d6] = "\x31\xbf", + [0x19d7] = "\x31\xc0", [0x19d8] = "\x31\xc1", [0x19d9] = "\x31\xc2", + [0x19da] = "\x31\xc3", [0x19db] = "\x31\xc4", [0x19dc] = "\x31\xc5", + [0x19dd] = "\x31\xc6", [0x19de] = "\x31\xc7", [0x19df] = "\x31\xc8", + [0x19e0] = "\x31\xc9", [0x19e1] = "\x31\xca", [0x19e2] = "\x31\xcb", + [0x19e3] = "\x31\xcc", [0x19e4] = "\x31\xcd", [0x19e5] = "\x31\xce", + [0x19e6] = "\x31\xcf", [0x19e7] = "\xfd\x9f", [0x19e8] = "\x31\xd0", + [0x19e9] = "\x31\xd1", [0x19ea] = "\x31\xd2", [0x19eb] = "\x31\xd3", + [0x19ec] = "\x31\xd4", [0x19ed] = "\x31\xd5", [0x19ee] = "\x31\xd6", + [0x19ef] = "\x31\xd7", [0x19f0] = "\x31\xd8", [0x19f1] = "\xfd\xa0", + [0x19f2] = "\x31\xd9", [0x19f3] = "\x31\xda", [0x19f4] = "\x31\xdb", + [0x19f5] = "\x31\xdc", [0x19f6] = "\x31\xdd", [0x19f7] = "\x31\xde", + [0x19f8] = "\x31\xdf", [0x19f9] = "\x31\xe0", [0x19fa] = "\x31\xe1", + [0x19fb] = "\x31\xe2", [0x19fc] = "\x31\xe3", [0x19fd] = "\x31\xe4", + [0x19fe] = "\x31\xe5", [0x19ff] = "\x31\xe6", [0x1a00] = "\x31\xe7", + [0x1a01] = "\x31\xe8", [0x1a02] = "\x31\xe9", [0x1a03] = "\x31\xea", + [0x1a04] = "\x31\xeb", [0x1a05] = "\x31\xec", [0x1a06] = "\x31\xed", + [0x1a07] = "\x31\xee", [0x1a08] = "\x31\xef", [0x1a09] = "\x31\xf0", + [0x1a0a] = "\x31\xf1", [0x1a0b] = "\x31\xf2", [0x1a0c] = "\xfe\x40", + [0x1a0d] = "\xfe\x41", [0x1a0e] = "\xfe\x42", [0x1a0f] = "\xfe\x43", + [0x1a10] = "\x31\xf3", [0x1a11] = "\xfe\x44", [0x1a12] = "\x31\xf4", + [0x1a13] = "\xfe\x45", [0x1a14] = "\xfe\x46", [0x1a15] = "\x31\xf5", + [0x1a16] = "\x31\xf6", [0x1a17] = "\x31\xf7", [0x1a18] = "\xfe\x47", + [0x1a19] = "\x31\xf8", [0x1a1a] = "\x31\xf9", [0x1a1b] = "\x31\xfa", + [0x1a1c] = "\x31\xfb", [0x1a1d] = "\x31\xfc", [0x1a1e] = "\x31\xfd", + [0x1a1f] = "\xfe\x48", [0x1a20] = "\xfe\x49", [0x1a21] = "\xfe\x4a", + [0x1a22] = "\x31\xfe", [0x1a23] = "\xfe\x4b", [0x1a24] = "\xfe\x4c", + [0x1a25] = "\x31\xff", [0x1a26] = "\x32\x00", [0x1a27] = "\xfe\x4d", + [0x1a28] = "\xfe\x4e", [0x1a29] = "\xfe\x4f", [0x1a2a] = "\x32\x01", + [0x1a2b] = "\x32\x02", [0x1a2c] = "\x32\x03", [0x1a2d] = "\x32\x04", + [0x1a2e] = "\x32\x05", [0x1a2f] = "\x32\x06", [0x1a30] = "\x32\x07", + [0x1a31] = "\x32\x08", [0x1a32] = "\x32\x09", [0x1a33] = "\x32\x0a", + [0x1a34] = "\x32\x0b", [0x1a35] = "\x32\x0c", [0x1a36] = "\x32\x0d", + [0x1a37] = "\x32\x0e", [0x1a38] = "\x32\x0f", [0x1a39] = "\x32\x10", + [0x1a3a] = "\x32\x11", [0x1a3b] = "\x32\x12", [0x1a3c] = "\x32\x13", + [0x1a3d] = "\x32\x14", [0x1a3e] = "\x32\x15", [0x1a3f] = "\x32\x16", + [0x1a40] = "\x32\x17", [0x1a41] = "\x32\x18", [0x1a42] = "\x32\x19", + [0x1a43] = "\x32\x1a", [0x1a44] = "\x32\x1b", [0x1a45] = "\x32\x1c", + [0x1a46] = "\x32\x1d", [0x1a47] = "\x32\x1e", [0x1a48] = "\x32\x1f", + [0x1a49] = "\x32\x20", [0x1a4a] = "\x32\x21", [0x1a4b] = "\x32\x22", + [0x1a4c] = "\x32\x23", [0x1a4d] = "\x32\x24", [0x1a4e] = "\x32\x25", + [0x1a4f] = "\x32\x26", [0x1a50] = "\x32\x27", [0x1a51] = "\x32\x28", + [0x1a52] = "\x32\x29", [0x1a53] = "\x32\x2a", [0x1a54] = "\x32\x2b", + [0x1a55] = "\x32\x2c", [0x1a56] = "\x32\x2d", [0x1a57] = "\x32\x2e", + [0x1a58] = "\x32\x2f", [0x1a59] = "\x32\x30", [0x1a5a] = "\x32\x31", + [0x1a5b] = "\x32\x32", [0x1a5c] = "\x32\x33", [0x1a5d] = "\x32\x34", + [0x1a5e] = "\x32\x35", [0x1a5f] = "\x32\x36", [0x1a60] = "\x32\x37", + [0x1a61] = "\x32\x38", [0x1a62] = "\x32\x39", [0x1a63] = "\x32\x3a", + [0x1a64] = "\x32\x3b", [0x1a65] = "\x32\x3c", [0x1a66] = "\x32\x3d", + [0x1a67] = "\x32\x3e", [0x1a68] = "\x32\x3f", [0x1a69] = "\x32\x40", + [0x1a6a] = "\x32\x41", [0x1a6b] = "\x32\x42", [0x1a6c] = "\x32\x43", + [0x1a6d] = "\x32\x44", [0x1a6e] = "\x32\x45", [0x1a6f] = "\x32\x46", + [0x1a70] = "\x32\x47", [0x1a71] = "\x32\x48", [0x1a72] = "\x32\x49", + [0x1a73] = "\x32\x4a", [0x1a74] = "\x32\x4b", [0x1a75] = "\x32\x4c", + [0x1a76] = "\x32\x4d", [0x1a77] = "\x32\x4e", [0x1a78] = "\x32\x4f", + [0x1a79] = "\x32\x50", [0x1a7a] = "\x32\x51", [0x1a7b] = "\x32\x52", + [0x1a7c] = "\x32\x53", [0x1a7d] = "\x32\x54", [0x1a7e] = "\x32\x55", + [0x1a7f] = "\x32\x56", [0x1a80] = "\x32\x57", [0x1a81] = "\x32\x58", + [0x1a82] = "\x32\x59", [0x1a83] = "\x32\x5a", [0x1a84] = "\x32\x5b", + [0x1a85] = "\x32\x5c", [0x1a86] = "\x32\x5d", [0x1a87] = "\x32\x5e", + [0x1a88] = "\x32\x5f", [0x1a89] = "\x32\x60", [0x1a8a] = "\x32\x61", + [0x1a8b] = "\x32\x62", [0x1a8c] = "\x32\x63", [0x1a8d] = "\x32\x64", + [0x1a8e] = "\x32\x65", [0x1a8f] = "\x32\x66", [0x1a90] = "\x32\x67", + [0x1a91] = "\x32\x68", [0x1a92] = "\x32\x69", [0x1a93] = "\x32\x6a", + [0x1a94] = "\x32\x6b", [0x1a95] = "\x32\x6c", [0x1a96] = "\x32\x6d", + [0x1a97] = "\x32\x6e", [0x1a98] = "\x32\x6f", [0x1a99] = "\x32\x70", + [0x1a9a] = "\x32\x71", [0x1a9b] = "\x32\x72", [0x1a9c] = "\x32\x73", + [0x1a9d] = "\x32\x74", [0x1a9e] = "\x32\x75", [0x1a9f] = "\x32\x76", + [0x1aa0] = "\x32\x77", [0x1aa1] = "\x32\x78", [0x1aa2] = "\x32\x79", + [0x1aa3] = "\x32\x7a", [0x1aa4] = "\x32\x7b", [0x1aa5] = "\x32\x7c", + [0x1aa6] = "\x32\x7d", [0x1aa7] = "\x32\x7e", [0x1aa8] = "\x32\x7f", + [0x1aa9] = "\x32\x80", [0x1aaa] = "\x32\x81", [0x1aab] = "\x32\x82", + [0x1aac] = "\x32\x83", [0x1aad] = "\x32\x84", [0x1aae] = "\x32\x85", + [0x1aaf] = "\x32\x86", [0x1ab0] = "\x32\x87", [0x1ab1] = "\x32\x88", + [0x1ab2] = "\x32\x89", [0x1ab3] = "\x32\x8a", [0x1ab4] = "\x32\x8b", + [0x1ab5] = "\x32\x8c", [0x1ab6] = "\x32\x8d", [0x1ab7] = "\x32\x8e", + [0x1ab8] = "\x32\x8f", [0x1ab9] = "\x32\x90", [0x1aba] = "\x32\x91", + [0x1abb] = "\x32\x92", [0x1abc] = "\x32\x93", [0x1abd] = "\x32\x94", + [0x1abe] = "\x32\x95", [0x1abf] = "\x32\x96", [0x1ac0] = "\x32\x97", + [0x1ac1] = "\x32\x98", [0x1ac2] = "\x32\x99", [0x1ac3] = "\x32\x9a", + [0x1ac4] = "\x32\x9b", [0x1ac5] = "\x32\x9c", [0x1ac6] = "\x32\x9d", + [0x1ac7] = "\x32\x9e", [0x1ac8] = "\x32\x9f", [0x1ac9] = "\x32\xa0", + [0x1aca] = "\x32\xa1", [0x1acb] = "\x32\xa2", [0x1acc] = "\x32\xa3", + [0x1acd] = "\x32\xa4", [0x1ace] = "\x32\xa5", [0x1acf] = "\x32\xa6", + [0x1ad0] = "\x32\xa7", [0x1ad1] = "\x32\xa8", [0x1ad2] = "\x32\xa9", + [0x1ad3] = "\x32\xaa", [0x1ad4] = "\x32\xab", [0x1ad5] = "\x32\xac", + [0x1ad6] = "\x32\xad", [0x1ad7] = "\x32\xae", [0x1ad8] = "\x32\xaf", + [0x1ad9] = "\x32\xb0", [0x1ada] = "\x32\xb1", [0x1adb] = "\x32\xb2", + [0x1adc] = "\x32\xb3", [0x1add] = "\x32\xb4", [0x1ade] = "\x32\xb5", + [0x1adf] = "\x32\xb6", [0x1ae0] = "\x32\xb7", [0x1ae1] = "\x32\xb8", + [0x1ae2] = "\x32\xb9", [0x1ae3] = "\x32\xba", [0x1ae4] = "\x32\xbb", + [0x1ae5] = "\x32\xbc", [0x1ae6] = "\x32\xbd", [0x1ae7] = "\x32\xbe", + [0x1ae8] = "\x32\xbf", [0x1ae9] = "\x32\xc0", [0x1aea] = "\x32\xc1", + [0x1aeb] = "\x32\xc2", [0x1aec] = "\x32\xc3", [0x1aed] = "\x32\xc4", + [0x1aee] = "\x32\xc5", [0x1aef] = "\x32\xc6", [0x1af0] = "\x32\xc7", + [0x1af1] = "\x32\xc8", [0x1af2] = "\x32\xc9", [0x1af3] = "\x32\xca", + [0x1af4] = "\x32\xcb", [0x1af5] = "\x32\xcc", [0x1af6] = "\x32\xcd", + [0x1af7] = "\x32\xce", [0x1af8] = "\x32\xcf", [0x1af9] = "\x32\xd0", + [0x1afa] = "\x32\xd1", [0x1afb] = "\x32\xd2", [0x1afc] = "\x32\xd3", + [0x1afd] = "\x32\xd4", [0x1afe] = "\x32\xd5", [0x1aff] = "\x32\xd6", + [0x1b00] = "\x32\xd7", [0x1b01] = "\x32\xd8", [0x1b02] = "\x32\xd9", + [0x1b03] = "\x32\xda", [0x1b04] = "\x32\xdb", [0x1b05] = "\x32\xdc", + [0x1b06] = "\x32\xdd", [0x1b07] = "\x32\xde", [0x1b08] = "\x32\xdf", + [0x1b09] = "\x32\xe0", [0x1b0a] = "\x32\xe1", [0x1b0b] = "\x32\xe2", + [0x1b0c] = "\x32\xe3", [0x1b0d] = "\x32\xe4", [0x1b0e] = "\x32\xe5", + [0x1b0f] = "\x32\xe6", [0x1b10] = "\x32\xe7", [0x1b11] = "\x32\xe8", + [0x1b12] = "\x32\xe9", [0x1b13] = "\x32\xea", [0x1b14] = "\x32\xeb", + [0x1b15] = "\x32\xec", [0x1b16] = "\x32\xed", [0x1b17] = "\x32\xee", + [0x1b18] = "\x32\xef", [0x1b19] = "\x32\xf0", [0x1b1a] = "\x32\xf1", + [0x1b1b] = "\x32\xf2", [0x1b1c] = "\x32\xf3", [0x1b1d] = "\x32\xf4", + [0x1b1e] = "\x32\xf5", [0x1b1f] = "\x32\xf6", [0x1b20] = "\x32\xf7", + [0x1b21] = "\x32\xf8", [0x1b22] = "\x32\xf9", [0x1b23] = "\x32\xfa", + [0x1b24] = "\x32\xfb", [0x1b25] = "\x32\xfc", [0x1b26] = "\x32\xfd", + [0x1b27] = "\x32\xfe", [0x1b28] = "\x32\xff", [0x1b29] = "\x33\x00", + [0x1b2a] = "\x33\x01", [0x1b2b] = "\x33\x02", [0x1b2c] = "\x33\x03", + [0x1b2d] = "\x33\x04", [0x1b2e] = "\x33\x05", [0x1b2f] = "\x33\x06", + [0x1b30] = "\x33\x07", [0x1b31] = "\x33\x08", [0x1b32] = "\x33\x09", + [0x1b33] = "\x33\x0a", [0x1b34] = "\x33\x0b", [0x1b35] = "\x33\x0c", + [0x1b36] = "\x33\x0d", [0x1b37] = "\x33\x0e", [0x1b38] = "\x33\x0f", + [0x1b39] = "\x33\x10", [0x1b3a] = "\x33\x11", [0x1b3b] = "\x33\x12", + [0x1b3c] = "\x33\x13", [0x1b3d] = "\x33\x14", [0x1b3e] = "\x33\x15", + [0x1b3f] = "\x33\x16", [0x1b40] = "\x33\x17", [0x1b41] = "\x33\x18", + [0x1b42] = "\x33\x19", [0x1b43] = "\x33\x1a", [0x1b44] = "\x33\x1b", + [0x1b45] = "\x33\x1c", [0x1b46] = "\x33\x1d", [0x1b47] = "\x33\x1e", + [0x1b48] = "\x33\x1f", [0x1b49] = "\x33\x20", [0x1b4a] = "\x33\x21", + [0x1b4b] = "\x33\x22", [0x1b4c] = "\x33\x23", [0x1b4d] = "\x33\x24", + [0x1b4e] = "\x33\x25", [0x1b4f] = "\x33\x26", [0x1b50] = "\x33\x27", + [0x1b51] = "\x33\x28", [0x1b52] = "\x33\x29", [0x1b53] = "\x33\x2a", + [0x1b54] = "\x33\x2b", [0x1b55] = "\x33\x2c", [0x1b56] = "\x33\x2d", + [0x1b57] = "\x33\x2e", [0x1b58] = "\x33\x2f", [0x1b59] = "\x33\x30", + [0x1b5a] = "\x33\x31", [0x1b5b] = "\x33\x32", [0x1b5c] = "\x33\x33", + [0x1b5d] = "\x33\x34", [0x1b5e] = "\x33\x35", [0x1b5f] = "\x33\x36", + [0x1b60] = "\x33\x37", [0x1b61] = "\x33\x38", [0x1b62] = "\x33\x39", + [0x1b63] = "\x33\x3a", [0x1b64] = "\x33\x3b", [0x1b65] = "\x33\x3c", + [0x1b66] = "\x33\x3d", [0x1b67] = "\x33\x3e", [0x1b68] = "\x33\x3f", + [0x1b69] = "\x33\x40", [0x1b6a] = "\x33\x41", [0x1b6b] = "\x33\x42", + [0x1b6c] = "\x33\x43", [0x1b6d] = "\x33\x44", [0x1b6e] = "\x33\x45", + [0x1b6f] = "\x33\x46", [0x1b70] = "\x33\x47", [0x1b71] = "\x33\x48", + [0x1b72] = "\x33\x49", [0x1b73] = "\x33\x4a", [0x1b74] = "\x33\x4b", + [0x1b75] = "\x33\x4c", [0x1b76] = "\x33\x4d", [0x1b77] = "\x33\x4e", + [0x1b78] = "\x33\x4f", [0x1b79] = "\x33\x50", [0x1b7a] = "\x33\x51", + [0x1b7b] = "\x33\x52", [0x1b7c] = "\x33\x53", [0x1b7d] = "\x33\x54", + [0x1b7e] = "\x33\x55", [0x1b7f] = "\x33\x56", [0x1b80] = "\x33\x57", + [0x1b81] = "\x33\x58", [0x1b82] = "\x33\x59", [0x1b83] = "\x33\x5a", + [0x1b84] = "\x33\x5b", [0x1b85] = "\x33\x5c", [0x1b86] = "\x33\x5d", + [0x1b87] = "\x33\x5e", [0x1b88] = "\x33\x5f", [0x1b89] = "\x33\x60", + [0x1b8a] = "\x33\x61", [0x1b8b] = "\x33\x62", [0x1b8c] = "\x33\x63", + [0x1b8d] = "\x33\x64", [0x1b8e] = "\x33\x65", [0x1b8f] = "\x33\x66", + [0x1b90] = "\x33\x67", [0x1b91] = "\x33\x68", [0x1b92] = "\x33\x69", + [0x1b93] = "\x33\x6a", [0x1b94] = "\x33\x6b", [0x1b95] = "\x33\x6c", + [0x1b96] = "\x33\x6d", [0x1b97] = "\x33\x6e", [0x1b98] = "\x33\x6f", + [0x1b99] = "\x33\x70", [0x1b9a] = "\x33\x71", [0x1b9b] = "\x33\x72", + [0x1b9c] = "\x33\x73", [0x1b9d] = "\x33\x74", [0x1b9e] = "\x33\x75", + [0x1b9f] = "\x33\x76", [0x1ba0] = "\x33\x77", [0x1ba1] = "\x33\x78", + [0x1ba2] = "\x33\x79", [0x1ba3] = "\x33\x7a", [0x1ba4] = "\x33\x7b", + [0x1ba5] = "\x33\x7c", [0x1ba6] = "\x33\x7d", [0x1ba7] = "\x33\x7e", + [0x1ba8] = "\x33\x7f", [0x1ba9] = "\x33\x80", [0x1baa] = "\x33\x81", + [0x1bab] = "\x33\x82", [0x1bac] = "\x33\x83", [0x1bad] = "\x33\x84", + [0x1bae] = "\x33\x85", [0x1baf] = "\x33\x86", [0x1bb0] = "\x33\x87", + [0x1bb1] = "\x33\x88", [0x1bb2] = "\x33\x89", [0x1bb3] = "\x33\x8a", + [0x1bb4] = "\x33\x8b", [0x1bb5] = "\x33\x8c", [0x1bb6] = "\x33\x8d", + [0x1bb7] = "\x33\x8e", [0x1bb8] = "\x33\x8f", [0x1bb9] = "\x33\x90", + [0x1bba] = "\x33\x91", [0x1bbb] = "\x33\x92", [0x1bbc] = "\x33\x93", + [0x1bbd] = "\x33\x94", [0x1bbe] = "\x33\x95", [0x1bbf] = "\x33\x96", + [0x1bc0] = "\x33\x97", [0x1bc1] = "\x33\x98", [0x1bc2] = "\x33\x99", + [0x1bc3] = "\x33\x9a", [0x1bc4] = "\x33\x9b", [0x1bc5] = "\x33\x9c", + [0x1bc6] = "\x33\x9d", [0x1bc7] = "\x33\x9e", [0x1bc8] = "\x33\x9f", + [0x1bc9] = "\x33\xa0", [0x1bca] = "\x33\xa1", [0x1bcb] = "\x33\xa2", + [0x1bcc] = "\x33\xa3", [0x1bcd] = "\x33\xa4", [0x1bce] = "\x33\xa5", + [0x1bcf] = "\x33\xa6", [0x1bd0] = "\x33\xa7", [0x1bd1] = "\x33\xa8", + [0x1bd2] = "\x33\xa9", [0x1bd3] = "\x33\xaa", [0x1bd4] = "\x33\xab", + [0x1bd5] = "\x33\xac", [0x1bd6] = "\x33\xad", [0x1bd7] = "\x33\xae", + [0x1bd8] = "\x33\xaf", [0x1bd9] = "\x33\xb0", [0x1bda] = "\x33\xb1", + [0x1bdb] = "\x33\xb2", [0x1bdc] = "\x33\xb3", [0x1bdd] = "\x33\xb4", + [0x1bde] = "\x33\xb5", [0x1bdf] = "\x33\xb6", [0x1be0] = "\x33\xb7", + [0x1be1] = "\x33\xb8", [0x1be2] = "\x33\xb9", [0x1be3] = "\x33\xba", + [0x1be4] = "\x33\xbb", [0x1be5] = "\x33\xbc", [0x1be6] = "\x33\xbd", + [0x1be7] = "\x33\xbe", [0x1be8] = "\x33\xbf", [0x1be9] = "\x33\xc0", + [0x1bea] = "\x33\xc1", [0x1beb] = "\x33\xc2", [0x1bec] = "\x33\xc3", + [0x1bed] = "\x33\xc4", [0x1bee] = "\x33\xc5", [0x1bef] = "\x33\xc6", + [0x1bf0] = "\x33\xc7", [0x1bf1] = "\x33\xc8", [0x1bf2] = "\x33\xc9", + [0x1bf3] = "\x33\xca", [0x1bf4] = "\x33\xcb", [0x1bf5] = "\x33\xcc", + [0x1bf6] = "\x33\xcd", [0x1bf7] = "\x33\xce", [0x1bf8] = "\x33\xcf", + [0x1bf9] = "\x33\xd0", [0x1bfa] = "\x33\xd1", [0x1bfb] = "\x33\xd2", + [0x1bfc] = "\x33\xd3", [0x1bfd] = "\x33\xd4", [0x1bfe] = "\x33\xd5", + [0x1bff] = "\x33\xd6", [0x1c00] = "\x33\xd7", [0x1c01] = "\x33\xd8", + [0x1c02] = "\x33\xd9", [0x1c03] = "\x33\xda", [0x1c04] = "\x33\xdb", + [0x1c05] = "\x33\xdc", [0x1c06] = "\x33\xdd", [0x1c07] = "\x33\xde", + [0x1c08] = "\x33\xdf", [0x1c09] = "\x33\xe0", [0x1c0a] = "\x33\xe1", + [0x1c0b] = "\x33\xe2", [0x1c0c] = "\x33\xe3", [0x1c0d] = "\x33\xe4", + [0x1c0e] = "\x33\xe5", [0x1c0f] = "\x33\xe6", [0x1c10] = "\x33\xe7", + [0x1c11] = "\x33\xe8", [0x1c12] = "\x33\xe9", [0x1c13] = "\x33\xea", + [0x1c14] = "\x33\xeb", [0x1c15] = "\x33\xec", [0x1c16] = "\x33\xed", + [0x1c17] = "\x33\xee", [0x1c18] = "\x33\xef", [0x1c19] = "\x33\xf0", + [0x1c1a] = "\x33\xf1", [0x1c1b] = "\x33\xf2", [0x1c1c] = "\x33\xf3", + [0x1c1d] = "\x33\xf4", [0x1c1e] = "\x33\xf5", [0x1c1f] = "\x33\xf6", + [0x1c20] = "\x33\xf7", [0x1c21] = "\x33\xf8", [0x1c22] = "\x33\xf9", + [0x1c23] = "\x33\xfa", [0x1c24] = "\x33\xfb", [0x1c25] = "\x33\xfc", + [0x1c26] = "\x33\xfd", [0x1c27] = "\x33\xfe", [0x1c28] = "\x33\xff", + [0x1c29] = "\x34\x00", [0x1c2a] = "\x34\x01", [0x1c2b] = "\x34\x02", + [0x1c2c] = "\x34\x03", [0x1c2d] = "\x34\x04", [0x1c2e] = "\x34\x05", + [0x1c2f] = "\x34\x06", [0x1c30] = "\x34\x07", [0x1c31] = "\x34\x08", + [0x1c32] = "\x34\x09", [0x1c33] = "\x34\x0a", [0x1c34] = "\x34\x0b", + [0x1c35] = "\x34\x0c", [0x1c36] = "\x34\x0d", [0x1c37] = "\x34\x0e", + [0x1c38] = "\x34\x0f", [0x1c39] = "\x34\x10", [0x1c3a] = "\x34\x11", + [0x1c3b] = "\x34\x12", [0x1c3c] = "\x34\x13", [0x1c3d] = "\x34\x14", + [0x1c3e] = "\x34\x15", [0x1c3f] = "\x34\x16", [0x1c40] = "\x34\x17", + [0x1c41] = "\x34\x18", [0x1c42] = "\x34\x19", [0x1c43] = "\x34\x1a", + [0x1c44] = "\x34\x1b", [0x1c45] = "\x34\x1c", [0x1c46] = "\x34\x1d", + [0x1c47] = "\x34\x1e", [0x1c48] = "\x34\x1f", [0x1c49] = "\x34\x20", + [0x1c4a] = "\x34\x21", [0x1c4b] = "\x34\x22", [0x1c4c] = "\x34\x23", + [0x1c4d] = "\x34\x24", [0x1c4e] = "\x34\x25", [0x1c4f] = "\x34\x26", + [0x1c50] = "\x34\x27", [0x1c51] = "\x34\x28", [0x1c52] = "\x34\x29", + [0x1c53] = "\x34\x2a", [0x1c54] = "\x34\x2b", [0x1c55] = "\x34\x2c", + [0x1c56] = "\x34\x2d", [0x1c57] = "\x34\x2e", [0x1c58] = "\x34\x2f", + [0x1c59] = "\x34\x30", [0x1c5a] = "\x34\x31", [0x1c5b] = "\x34\x32", + [0x1c5c] = "\x34\x33", [0x1c5d] = "\x34\x34", [0x1c5e] = "\x34\x35", + [0x1c5f] = "\x34\x36", [0x1c60] = "\x34\x37", [0x1c61] = "\x34\x38", + [0x1c62] = "\x34\x39", [0x1c63] = "\x34\x3a", [0x1c64] = "\x34\x3b", + [0x1c65] = "\x34\x3c", [0x1c66] = "\x34\x3d", [0x1c67] = "\x34\x3e", + [0x1c68] = "\x34\x3f", [0x1c69] = "\x34\x40", [0x1c6a] = "\x34\x41", + [0x1c6b] = "\x34\x42", [0x1c6c] = "\x34\x43", [0x1c6d] = "\x34\x44", + [0x1c6e] = "\x34\x45", [0x1c6f] = "\x34\x46", [0x1c70] = "\x34\x47", + [0x1c71] = "\x34\x48", [0x1c72] = "\x34\x49", [0x1c73] = "\x34\x4a", + [0x1c74] = "\x34\x4b", [0x1c75] = "\x34\x4c", [0x1c76] = "\x34\x4d", + [0x1c77] = "\x34\x4e", [0x1c78] = "\x34\x4f", [0x1c79] = "\x34\x50", + [0x1c7a] = "\x34\x51", [0x1c7b] = "\x34\x52", [0x1c7c] = "\x34\x53", + [0x1c7d] = "\x34\x54", [0x1c7e] = "\x34\x55", [0x1c7f] = "\x34\x56", + [0x1c80] = "\x34\x57", [0x1c81] = "\x34\x58", [0x1c82] = "\x34\x59", + [0x1c83] = "\x34\x5a", [0x1c84] = "\x34\x5b", [0x1c85] = "\x34\x5c", + [0x1c86] = "\x34\x5d", [0x1c87] = "\x34\x5e", [0x1c88] = "\x34\x5f", + [0x1c89] = "\x34\x60", [0x1c8a] = "\x34\x61", [0x1c8b] = "\x34\x62", + [0x1c8c] = "\x34\x63", [0x1c8d] = "\x34\x64", [0x1c8e] = "\x34\x65", + [0x1c8f] = "\x34\x66", [0x1c90] = "\x34\x67", [0x1c91] = "\x34\x68", + [0x1c92] = "\x34\x69", [0x1c93] = "\x34\x6a", [0x1c94] = "\x34\x6b", + [0x1c95] = "\x34\x6c", [0x1c96] = "\x34\x6d", [0x1c97] = "\x34\x6e", + [0x1c98] = "\x34\x6f", [0x1c99] = "\x34\x70", [0x1c9a] = "\x34\x71", + [0x1c9b] = "\x34\x72", [0x1c9c] = "\x34\x73", [0x1c9d] = "\x34\x74", + [0x1c9e] = "\x34\x75", [0x1c9f] = "\x34\x76", [0x1ca0] = "\x34\x77", + [0x1ca1] = "\x34\x78", [0x1ca2] = "\x34\x79", [0x1ca3] = "\x34\x7a", + [0x1ca4] = "\x34\x7b", [0x1ca5] = "\x34\x7c", [0x1ca6] = "\x34\x7d", + [0x1ca7] = "\x34\x7e", [0x1ca8] = "\x34\x7f", [0x1ca9] = "\x34\x80", + [0x1caa] = "\x34\x81", [0x1cab] = "\x34\x82", [0x1cac] = "\x34\x83", + [0x1cad] = "\x34\x84", [0x1cae] = "\x34\x85", [0x1caf] = "\x34\x86", + [0x1cb0] = "\x34\x87", [0x1cb1] = "\x34\x88", [0x1cb2] = "\x34\x89", + [0x1cb3] = "\x34\x8a", [0x1cb4] = "\x34\x8b", [0x1cb5] = "\x34\x8c", + [0x1cb6] = "\x34\x8d", [0x1cb7] = "\x34\x8e", [0x1cb8] = "\x34\x8f", + [0x1cb9] = "\x34\x90", [0x1cba] = "\x34\x91", [0x1cbb] = "\x34\x92", + [0x1cbc] = "\x34\x93", [0x1cbd] = "\x34\x94", [0x1cbe] = "\x34\x95", + [0x1cbf] = "\x34\x96", [0x1cc0] = "\x34\x97", [0x1cc1] = "\x34\x98", + [0x1cc2] = "\x34\x99", [0x1cc3] = "\x34\x9a", [0x1cc4] = "\x34\x9b", + [0x1cc5] = "\x34\x9c", [0x1cc6] = "\x34\x9d", [0x1cc7] = "\x34\x9e", + [0x1cc8] = "\x34\x9f", [0x1cc9] = "\x34\xa0", [0x1cca] = "\x34\xa1", + [0x1ccb] = "\x34\xa2", [0x1ccc] = "\x34\xa3", [0x1ccd] = "\x34\xa4", + [0x1cce] = "\x34\xa5", [0x1ccf] = "\x34\xa6", [0x1cd0] = "\x34\xa7", + [0x1cd1] = "\x34\xa8", [0x1cd2] = "\x34\xa9", [0x1cd3] = "\x34\xaa", + [0x1cd4] = "\x34\xab", [0x1cd5] = "\x34\xac", [0x1cd6] = "\x34\xad", + [0x1cd7] = "\x34\xae", [0x1cd8] = "\x34\xaf", [0x1cd9] = "\x34\xb0", + [0x1cda] = "\x34\xb1", [0x1cdb] = "\x34\xb2", [0x1cdc] = "\x34\xb3", + [0x1cdd] = "\x34\xb4", [0x1cde] = "\x34\xb5", [0x1cdf] = "\x34\xb6", + [0x1ce0] = "\x34\xb7", [0x1ce1] = "\x34\xb8", [0x1ce2] = "\x34\xb9", + [0x1ce3] = "\x34\xba", [0x1ce4] = "\x34\xbb", [0x1ce5] = "\x34\xbc", + [0x1ce6] = "\x34\xbd", [0x1ce7] = "\x34\xbe", [0x1ce8] = "\x34\xbf", + [0x1ce9] = "\x34\xc0", [0x1cea] = "\x34\xc1", [0x1ceb] = "\x34\xc2", + [0x1cec] = "\x34\xc3", [0x1ced] = "\x34\xc4", [0x1cee] = "\x34\xc5", + [0x1cef] = "\x34\xc6", [0x1cf0] = "\x34\xc7", [0x1cf1] = "\x34\xc8", + [0x1cf2] = "\x34\xc9", [0x1cf3] = "\x34\xca", [0x1cf4] = "\x34\xcb", + [0x1cf5] = "\x34\xcc", [0x1cf6] = "\x34\xcd", [0x1cf7] = "\x34\xce", + [0x1cf8] = "\x34\xcf", [0x1cf9] = "\x34\xd0", [0x1cfa] = "\x34\xd1", + [0x1cfb] = "\x34\xd2", [0x1cfc] = "\x34\xd3", [0x1cfd] = "\x34\xd4", + [0x1cfe] = "\x34\xd5", [0x1cff] = "\x34\xd6", [0x1d00] = "\x34\xd7", + [0x1d01] = "\x34\xd8", [0x1d02] = "\x34\xd9", [0x1d03] = "\x34\xda", + [0x1d04] = "\x34\xdb", [0x1d05] = "\x34\xdc", [0x1d06] = "\x34\xdd", + [0x1d07] = "\x34\xde", [0x1d08] = "\x34\xdf", [0x1d09] = "\x34\xe0", + [0x1d0a] = "\x34\xe1", [0x1d0b] = "\x34\xe2", [0x1d0c] = "\x34\xe3", + [0x1d0d] = "\x34\xe4", [0x1d0e] = "\x34\xe5", [0x1d0f] = "\x34\xe6", + [0x1d10] = "\x34\xe7", [0x1d11] = "\x34\xe8", [0x1d12] = "\x34\xe9", + [0x1d13] = "\x34\xea", [0x1d14] = "\x34\xeb", [0x1d15] = "\x34\xec", + [0x1d16] = "\x34\xed", [0x1d17] = "\x34\xee", [0x1d18] = "\x34\xef", + [0x1d19] = "\x34\xf0", [0x1d1a] = "\x34\xf1", [0x1d1b] = "\x34\xf2", + [0x1d1c] = "\x34\xf3", [0x1d1d] = "\x34\xf4", [0x1d1e] = "\x34\xf5", + [0x1d1f] = "\x34\xf6", [0x1d20] = "\x34\xf7", [0x1d21] = "\x34\xf8", + [0x1d22] = "\x34\xf9", [0x1d23] = "\x34\xfa", [0x1d24] = "\x34\xfb", + [0x1d25] = "\x34\xfc", [0x1d26] = "\x34\xfd", [0x1d27] = "\x34\xfe", + [0x1d28] = "\x34\xff", [0x1d29] = "\x35\x00", [0x1d2a] = "\x35\x01", + [0x1d2b] = "\x35\x02", [0x1d2c] = "\x35\x03", [0x1d2d] = "\x35\x04", + [0x1d2e] = "\x35\x05", [0x1d2f] = "\x35\x06", [0x1d30] = "\x35\x07", + [0x1d31] = "\x35\x08", [0x1d32] = "\x35\x09", [0x1d33] = "\x35\x0a", + [0x1d34] = "\x35\x0b", [0x1d35] = "\x35\x0c", [0x1d36] = "\x35\x0d", + [0x1d37] = "\x35\x0e", [0x1d38] = "\x35\x0f", [0x1d39] = "\x35\x10", + [0x1d3a] = "\x35\x11", [0x1d3b] = "\x35\x12", [0x1d3c] = "\x35\x13", + [0x1d3d] = "\x35\x14", [0x1d3e] = "\x35\x15", [0x1d3f] = "\x35\x16", + [0x1d40] = "\x35\x17", [0x1d41] = "\x35\x18", [0x1d42] = "\x35\x19", + [0x1d43] = "\x35\x1a", [0x1d44] = "\x35\x1b", [0x1d45] = "\x35\x1c", + [0x1d46] = "\x35\x1d", [0x1d47] = "\x35\x1e", [0x1d48] = "\x35\x1f", + [0x1d49] = "\x35\x20", [0x1d4a] = "\x35\x21", [0x1d4b] = "\x35\x22", + [0x1d4c] = "\x35\x23", [0x1d4d] = "\x35\x24", [0x1d4e] = "\x35\x25", + [0x1d4f] = "\x35\x26", [0x1d50] = "\x35\x27", [0x1d51] = "\x35\x28", + [0x1d52] = "\x35\x29", [0x1d53] = "\x35\x2a", [0x1d54] = "\x35\x2b", + [0x1d55] = "\x35\x2c", [0x1d56] = "\x35\x2d", [0x1d57] = "\x35\x2e", + [0x1d58] = "\x35\x2f", [0x1d59] = "\x35\x30", [0x1d5a] = "\x35\x31", + [0x1d5b] = "\x35\x32", [0x1d5c] = "\x35\x33", [0x1d5d] = "\x35\x34", + [0x1d5e] = "\x35\x35", [0x1d5f] = "\x35\x36", [0x1d60] = "\x35\x37", + [0x1d61] = "\x35\x38", [0x1d62] = "\x35\x39", [0x1d63] = "\x35\x3a", + [0x1d64] = "\x35\x3b", [0x1d65] = "\x35\x3c", [0x1d66] = "\x35\x3d", + [0x1d67] = "\x35\x3e", [0x1d68] = "\x35\x3f", [0x1d69] = "\x35\x40", + [0x1d6a] = "\x35\x41", [0x1d6b] = "\x35\x42", [0x1d6c] = "\x35\x43", + [0x1d6d] = "\x35\x44", [0x1d6e] = "\x35\x45", [0x1d6f] = "\x35\x46", + [0x1d70] = "\x35\x47", [0x1d71] = "\x35\x48", [0x1d72] = "\x35\x49", + [0x1d73] = "\x35\x4a", [0x1d74] = "\x35\x4b", [0x1d75] = "\x35\x4c", + [0x1d76] = "\x35\x4d", [0x1d77] = "\x35\x4e", [0x1d78] = "\x35\x4f", + [0x1d79] = "\x35\x50", [0x1d7a] = "\x35\x51", [0x1d7b] = "\x35\x52", + [0x1d7c] = "\x35\x53", [0x1d7d] = "\x35\x54", [0x1d7e] = "\x35\x55", + [0x1d7f] = "\x35\x56", [0x1d80] = "\x35\x57", [0x1d81] = "\x35\x58", + [0x1d82] = "\x35\x59", [0x1d83] = "\x35\x5a", [0x1d84] = "\x35\x5b", + [0x1d85] = "\x35\x5c", [0x1d86] = "\x35\x5d", [0x1d87] = "\x35\x5e", + [0x1d88] = "\x35\x5f", [0x1d89] = "\x35\x60", [0x1d8a] = "\x35\x61", + [0x1d8b] = "\x35\x62", [0x1d8c] = "\x35\x63", [0x1d8d] = "\x35\x64", + [0x1d8e] = "\x35\x65", [0x1d8f] = "\x35\x66", [0x1d90] = "\x35\x67", + [0x1d91] = "\x35\x68", [0x1d92] = "\x35\x69", [0x1d93] = "\x35\x6a", + [0x1d94] = "\x35\x6b", [0x1d95] = "\x35\x6c", [0x1d96] = "\x35\x6d", + [0x1d97] = "\x35\x6e", [0x1d98] = "\x35\x6f", [0x1d99] = "\x35\x70", + [0x1d9a] = "\x35\x71", [0x1d9b] = "\x35\x72", [0x1d9c] = "\x35\x73", + [0x1d9d] = "\x35\x74", [0x1d9e] = "\x35\x75", [0x1d9f] = "\x35\x76", + [0x1da0] = "\x35\x77", [0x1da1] = "\x35\x78", [0x1da2] = "\x35\x79", + [0x1da3] = "\x35\x7a", [0x1da4] = "\x35\x7b", [0x1da5] = "\x35\x7c", + [0x1da6] = "\x35\x7d", [0x1da7] = "\x35\x7e", [0x1da8] = "\x35\x7f", + [0x1da9] = "\x35\x80", [0x1daa] = "\x35\x81", [0x1dab] = "\x35\x82", + [0x1dac] = "\x35\x83", [0x1dad] = "\x35\x84", [0x1dae] = "\x35\x85", + [0x1daf] = "\x35\x86", [0x1db0] = "\x35\x87", [0x1db1] = "\x35\x88", + [0x1db2] = "\x35\x89", [0x1db3] = "\x35\x8a", [0x1db4] = "\x35\x8b", + [0x1db5] = "\x35\x8c", [0x1db6] = "\x35\x8d", [0x1db7] = "\x35\x8e", + [0x1db8] = "\x35\x8f", [0x1db9] = "\x35\x90", [0x1dba] = "\x35\x91", + [0x1dbb] = "\x35\x92", [0x1dbc] = "\x35\x93", [0x1dbd] = "\x35\x94", + [0x1dbe] = "\x35\x95", [0x1dbf] = "\x35\x96", [0x1dc0] = "\x35\x97", + [0x1dc1] = "\x35\x98", [0x1dc2] = "\x35\x99", [0x1dc3] = "\x35\x9a", + [0x1dc4] = "\x35\x9b", [0x1dc5] = "\x35\x9c", [0x1dc6] = "\x35\x9d", + [0x1dc7] = "\x35\x9e", [0x1dc8] = "\x35\x9f", [0x1dc9] = "\x35\xa0", + [0x1dca] = "\x35\xa1", [0x1dcb] = "\x35\xa2", [0x1dcc] = "\x35\xa3", + [0x1dcd] = "\x35\xa4", [0x1dce] = "\x35\xa5", [0x1dcf] = "\x35\xa6", + [0x1dd0] = "\x35\xa7", [0x1dd1] = "\x35\xa8", [0x1dd2] = "\x35\xa9", + [0x1dd3] = "\x35\xaa", [0x1dd4] = "\x35\xab", [0x1dd5] = "\x35\xac", + [0x1dd6] = "\x35\xad", [0x1dd7] = "\x35\xae", [0x1dd8] = "\x35\xaf", + [0x1dd9] = "\x35\xb0", [0x1dda] = "\x35\xb1", [0x1ddb] = "\x35\xb2", + [0x1ddc] = "\x35\xb3", [0x1ddd] = "\x35\xb4", [0x1dde] = "\x35\xb5", + [0x1ddf] = "\x35\xb6", [0x1de0] = "\x35\xb7", [0x1de1] = "\x35\xb8", + [0x1de2] = "\x35\xb9", [0x1de3] = "\x35\xba", [0x1de4] = "\x35\xbb", + [0x1de5] = "\x35\xbc", [0x1de6] = "\x35\xbd", [0x1de7] = "\x35\xbe", + [0x1de8] = "\x35\xbf", [0x1de9] = "\x35\xc0", [0x1dea] = "\x35\xc1", + [0x1deb] = "\x35\xc2", [0x1dec] = "\x35\xc3", [0x1ded] = "\x35\xc4", + [0x1dee] = "\x35\xc5", [0x1def] = "\x35\xc6", [0x1df0] = "\x35\xc7", + [0x1df1] = "\x35\xc8", [0x1df2] = "\x35\xc9", [0x1df3] = "\x35\xca", + [0x1df4] = "\x35\xcb", [0x1df5] = "\x35\xcc", [0x1df6] = "\x35\xcd", + [0x1df7] = "\x35\xce", [0x1df8] = "\x35\xcf", [0x1df9] = "\x35\xd0", + [0x1dfa] = "\x35\xd1", [0x1dfb] = "\x35\xd2", [0x1dfc] = "\x35\xd3", + [0x1dfd] = "\x35\xd4", [0x1dfe] = "\x35\xd5", [0x1dff] = "\x35\xd6", + [0x1e00] = "\x35\xd7", [0x1e01] = "\x35\xd8", [0x1e02] = "\x35\xd9", + [0x1e03] = "\x35\xda", [0x1e04] = "\x35\xdb", [0x1e05] = "\x35\xdc", + [0x1e06] = "\x35\xdd", [0x1e07] = "\x35\xde", [0x1e08] = "\x35\xdf", + [0x1e09] = "\x35\xe0", [0x1e0a] = "\x35\xe1", [0x1e0b] = "\x35\xe2", + [0x1e0c] = "\x35\xe3", [0x1e0d] = "\x35\xe4", [0x1e0e] = "\x35\xe5", + [0x1e0f] = "\x35\xe6", [0x1e10] = "\x35\xe7", [0x1e11] = "\x35\xe8", + [0x1e12] = "\x35\xe9", [0x1e13] = "\x35\xea", [0x1e14] = "\x35\xeb", + [0x1e15] = "\x35\xec", [0x1e16] = "\x35\xed", [0x1e17] = "\x35\xee", + [0x1e18] = "\x35\xef", [0x1e19] = "\x35\xf0", [0x1e1a] = "\x35\xf1", + [0x1e1b] = "\x35\xf2", [0x1e1c] = "\x35\xf3", [0x1e1d] = "\x35\xf4", + [0x1e1e] = "\x35\xf5", [0x1e1f] = "\x35\xf6", [0x1e20] = "\x35\xf7", + [0x1e21] = "\x35\xf8", [0x1e22] = "\x35\xf9", [0x1e23] = "\x35\xfa", + [0x1e24] = "\x35\xfb", [0x1e25] = "\x35\xfc", [0x1e26] = "\x35\xfd", + [0x1e27] = "\x35\xfe", [0x1e28] = "\x35\xff", [0x1e29] = "\x36\x00", + [0x1e2a] = "\x36\x01", [0x1e2b] = "\x36\x02", [0x1e2c] = "\x36\x03", + [0x1e2d] = "\x36\x04", [0x1e2e] = "\x36\x05", [0x1e2f] = "\x36\x06", + [0x1e30] = "\xa9\x55", [0x1e31] = "\xa6\xf2", [0x1e32] = "\x36\x07", + [0x1e33] = "\xa6\xf4", [0x1e34] = "\xa6\xf5", [0x1e35] = "\xa6\xe0", + [0x1e36] = "\xa6\xe1", [0x1e37] = "\xa6\xf0", [0x1e38] = "\xa6\xf1", + [0x1e39] = "\xa6\xe2", [0x1e3a] = "\xa6\xe3", [0x1e3b] = "\xa6\xee", + [0x1e3c] = "\xa6\xef", [0x1e3d] = "\xa6\xe6", [0x1e3e] = "\xa6\xe7", + [0x1e3f] = "\xa6\xe4", [0x1e40] = "\xa6\xe5", [0x1e41] = "\xa6\xe8", + [0x1e42] = "\xa6\xe9", [0x1e43] = "\xa6\xea", [0x1e44] = "\xa6\xeb", + [0x1e45] = "\x36\x08", [0x1e46] = "\x36\x09", [0x1e47] = "\x36\x0a", + [0x1e48] = "\x36\x0b", [0x1e49] = "\xa9\x68", [0x1e4a] = "\xa9\x69", + [0x1e4b] = "\xa9\x6a", [0x1e4c] = "\xa9\x6b", [0x1e4d] = "\xa9\x6c", + [0x1e4e] = "\xa9\x6d", [0x1e4f] = "\xa9\x6e", [0x1e50] = "\xa9\x6f", + [0x1e51] = "\xa9\x70", [0x1e52] = "\xa9\x71", [0x1e53] = "\x36\x0c", + [0x1e54] = "\xa9\x72", [0x1e55] = "\xa9\x73", [0x1e56] = "\xa9\x74", + [0x1e57] = "\xa9\x75", [0x1e58] = "\x36\x0d", [0x1e59] = "\xa9\x76", + [0x1e5a] = "\xa9\x77", [0x1e5b] = "\xa9\x78", [0x1e5c] = "\xa9\x79", + [0x1e5d] = "\xa9\x7a", [0x1e5e] = "\xa9\x7b", [0x1e5f] = "\xa9\x7c", + [0x1e60] = "\xa9\x7d", [0x1e61] = "\xa9\x7e", [0x1e62] = "\xa9\x80", + [0x1e63] = "\xa9\x81", [0x1e64] = "\xa9\x82", [0x1e65] = "\xa9\x83", + [0x1e66] = "\xa9\x84", [0x1e67] = "\x36\x0e", [0x1e68] = "\xa9\x85", + [0x1e69] = "\xa9\x86", [0x1e6a] = "\xa9\x87", [0x1e6b] = "\xa9\x88", + [0x1e6c] = "\x36\x0f", [0x1e6d] = "\x36\x10", [0x1e6e] = "\x36\x11", + [0x1e6f] = "\x36\x12", [0x1e70] = "\x36\x13", [0x1e71] = "\x36\x14", + [0x1e72] = "\x36\x15", [0x1e73] = "\x36\x16", [0x1e74] = "\x36\x17", + [0x1e75] = "\x36\x18", [0x1e76] = "\x36\x19", [0x1e77] = "\x36\x1a", + [0x1e78] = "\x36\x1b", [0x1e79] = "\x36\x1c", [0x1e7a] = "\x36\x1d", + [0x1e7b] = "\x36\x1e", [0x1e7c] = "\x36\x1f", [0x1e7d] = "\x36\x20", + [0x1e7e] = "\x36\x21", [0x1e7f] = "\x36\x22", [0x1e80] = "\x36\x23", + [0x1e81] = "\x36\x24", [0x1e82] = "\x36\x25", [0x1e83] = "\x36\x26", + [0x1e84] = "\x36\x27", [0x1e85] = "\x36\x28", [0x1e86] = "\x36\x29", + [0x1e87] = "\x36\x2a", [0x1e88] = "\x36\x2b", [0x1e89] = "\x36\x2c", + [0x1e8a] = "\x36\x2d", [0x1e8b] = "\x36\x2e", [0x1e8c] = "\x36\x2f", + [0x1e8d] = "\x36\x30", [0x1e8e] = "\x36\x31", [0x1e8f] = "\x36\x32", + [0x1e90] = "\x36\x33", [0x1e91] = "\x36\x34", [0x1e92] = "\x36\x35", + [0x1e93] = "\x36\x36", [0x1e94] = "\x36\x37", [0x1e95] = "\x36\x38", + [0x1e96] = "\x36\x39", [0x1e97] = "\x36\x3a", [0x1e98] = "\x36\x3b", + [0x1e99] = "\x36\x3c", [0x1e9a] = "\x36\x3d", [0x1e9b] = "\x36\x3e", + [0x1e9c] = "\x36\x3f", [0x1e9d] = "\x36\x40", [0x1e9e] = "\x36\x41", + [0x1e9f] = "\x36\x42", [0x1ea0] = "\x36\x43", [0x1ea1] = "\x36\x44", + [0x1ea2] = "\x36\x45", [0x1ea3] = "\x36\x46", [0x1ea4] = "\x36\x47", + [0x1ea5] = "\x36\x48", [0x1ea6] = "\x36\x49", [0x1ea7] = "\x36\x4a", + [0x1ea8] = "\x36\x4b", [0x1ea9] = "\x36\x4c", [0x1eaa] = "\x36\x4d", + [0x1eab] = "\x36\x4e", [0x1eac] = "\x36\x4f", [0x1ead] = "\x36\x50", + [0x1eae] = "\x36\x51", [0x1eaf] = "\x36\x52", [0x1eb0] = "\x36\x53", + [0x1eb1] = "\x36\x54", [0x1eb2] = "\x36\x55", [0x1eb3] = "\x36\x56", + [0x1eb4] = "\x36\x57", [0x1eb5] = "\x36\x58", [0x1eb6] = "\x36\x59", + [0x1eb7] = "\x36\x5a", [0x1eb8] = "\x36\x5b", [0x1eb9] = "\x36\x5c", + [0x1eba] = "\x36\x5d", [0x1ebb] = "\x36\x5e", [0x1ebc] = "\x36\x5f", + [0x1ebd] = "\x36\x60", [0x1ebe] = "\x36\x61", [0x1ebf] = "\x36\x62", + [0x1ec0] = "\x36\x63", [0x1ec1] = "\x36\x64", [0x1ec2] = "\x36\x65", + [0x1ec3] = "\x36\x66", [0x1ec4] = "\x36\x67", [0x1ec5] = "\x36\x68", + [0x1ec6] = "\x36\x69", [0x1ec7] = "\x36\x6a", [0x1ec8] = "\x36\x6b", + [0x1ec9] = "\x36\x6c", [0x1eca] = "\x36\x6d", [0x1ecb] = "\x36\x6e", + [0x1ecc] = "\x36\x6f", [0x1ecd] = "\x36\x70", [0x1ece] = "\x36\x71", + [0x1ecf] = "\x36\x72", [0x1ed0] = "\x36\x73", [0x1ed1] = "\x36\x74", + [0x1ed2] = "\x36\x75", [0x1ed3] = "\x36\x76", [0x1ed4] = "\x36\x77", + [0x1ed5] = "\x36\x78", [0x1ed6] = "\x36\x79", [0x1ed7] = "\x36\x7a", + [0x1ed8] = "\x36\x7b", [0x1ed9] = "\x36\x7c", [0x1eda] = "\x36\x7d", + [0x1edb] = "\x36\x7e", [0x1edc] = "\x36\x7f", [0x1edd] = "\x36\x80", + [0x1ede] = "\x36\x81", [0x1edf] = "\x36\x82", [0x1ee0] = "\x36\x83", + [0x1ee1] = "\x36\x84", [0x1ee2] = "\x36\x85", [0x1ee3] = "\x36\x86", + [0x1ee4] = "\x36\x87", [0x1ee5] = "\x36\x88", [0x1ee6] = "\x36\x89", + [0x1ee7] = "\x36\x8a", [0x1ee8] = "\x36\x8b", [0x1ee9] = "\x36\x8c", + [0x1eea] = "\x36\x8d", [0x1eeb] = "\x36\x8e", [0x1eec] = "\x36\x8f", + [0x1eed] = "\x36\x90", [0x1eee] = "\x36\x91", [0x1eef] = "\x36\x92", + [0x1ef0] = "\x36\x93", [0x1ef1] = "\x36\x94", [0x1ef2] = "\x36\x95", + [0x1ef3] = "\x36\x96", [0x1ef4] = "\x36\x97", [0x1ef5] = "\x36\x98", + [0x1ef6] = "\x36\x99", [0x1ef7] = "\x36\x9a", [0x1ef8] = "\x36\x9b", + [0x1ef9] = "\x36\x9c", [0x1efa] = "\x36\x9d", [0x1efb] = "\x36\x9e", + [0x1efc] = "\x36\x9f", [0x1efd] = "\x36\xa0", [0x1efe] = "\x36\xa1", + [0x1eff] = "\x36\xa2", [0x1f00] = "\x36\xa3", [0x1f01] = "\xa3\xa1", + [0x1f02] = "\xa3\xa2", [0x1f03] = "\xa3\xa3", [0x1f04] = "\xa1\xe7", + [0x1f05] = "\xa3\xa5", [0x1f06] = "\xa3\xa6", [0x1f07] = "\xa3\xa7", + [0x1f08] = "\xa3\xa8", [0x1f09] = "\xa3\xa9", [0x1f0a] = "\xa3\xaa", + [0x1f0b] = "\xa3\xab", [0x1f0c] = "\xa3\xac", [0x1f0d] = "\xa3\xad", + [0x1f0e] = "\xa3\xae", [0x1f0f] = "\xa3\xaf", [0x1f10] = "\xa3\xb0", + [0x1f11] = "\xa3\xb1", [0x1f12] = "\xa3\xb2", [0x1f13] = "\xa3\xb3", + [0x1f14] = "\xa3\xb4", [0x1f15] = "\xa3\xb5", [0x1f16] = "\xa3\xb6", + [0x1f17] = "\xa3\xb7", [0x1f18] = "\xa3\xb8", [0x1f19] = "\xa3\xb9", + [0x1f1a] = "\xa3\xba", [0x1f1b] = "\xa3\xbb", [0x1f1c] = "\xa3\xbc", + [0x1f1d] = "\xa3\xbd", [0x1f1e] = "\xa3\xbe", [0x1f1f] = "\xa3\xbf", + [0x1f20] = "\xa3\xc0", [0x1f21] = "\xa3\xc1", [0x1f22] = "\xa3\xc2", + [0x1f23] = "\xa3\xc3", [0x1f24] = "\xa3\xc4", [0x1f25] = "\xa3\xc5", + [0x1f26] = "\xa3\xc6", [0x1f27] = "\xa3\xc7", [0x1f28] = "\xa3\xc8", + [0x1f29] = "\xa3\xc9", [0x1f2a] = "\xa3\xca", [0x1f2b] = "\xa3\xcb", + [0x1f2c] = "\xa3\xcc", [0x1f2d] = "\xa3\xcd", [0x1f2e] = "\xa3\xce", + [0x1f2f] = "\xa3\xcf", [0x1f30] = "\xa3\xd0", [0x1f31] = "\xa3\xd1", + [0x1f32] = "\xa3\xd2", [0x1f33] = "\xa3\xd3", [0x1f34] = "\xa3\xd4", + [0x1f35] = "\xa3\xd5", [0x1f36] = "\xa3\xd6", [0x1f37] = "\xa3\xd7", + [0x1f38] = "\xa3\xd8", [0x1f39] = "\xa3\xd9", [0x1f3a] = "\xa3\xda", + [0x1f3b] = "\xa3\xdb", [0x1f3c] = "\xa3\xdc", [0x1f3d] = "\xa3\xdd", + [0x1f3e] = "\xa3\xde", [0x1f3f] = "\xa3\xdf", [0x1f40] = "\xa3\xe0", + [0x1f41] = "\xa3\xe1", [0x1f42] = "\xa3\xe2", [0x1f43] = "\xa3\xe3", + [0x1f44] = "\xa3\xe4", [0x1f45] = "\xa3\xe5", [0x1f46] = "\xa3\xe6", + [0x1f47] = "\xa3\xe7", [0x1f48] = "\xa3\xe8", [0x1f49] = "\xa3\xe9", + [0x1f4a] = "\xa3\xea", [0x1f4b] = "\xa3\xeb", [0x1f4c] = "\xa3\xec", + [0x1f4d] = "\xa3\xed", [0x1f4e] = "\xa3\xee", [0x1f4f] = "\xa3\xef", + [0x1f50] = "\xa3\xf0", [0x1f51] = "\xa3\xf1", [0x1f52] = "\xa3\xf2", + [0x1f53] = "\xa3\xf3", [0x1f54] = "\xa3\xf4", [0x1f55] = "\xa3\xf5", + [0x1f56] = "\xa3\xf6", [0x1f57] = "\xa3\xf7", [0x1f58] = "\xa3\xf8", + [0x1f59] = "\xa3\xf9", [0x1f5a] = "\xa3\xfa", [0x1f5b] = "\xa3\xfb", + [0x1f5c] = "\xa3\xfc", [0x1f5d] = "\xa3\xfd", [0x1f5e] = "\xa1\xab", + [0x1f5f] = "\x36\xa4", [0x1f60] = "\x36\xa5", [0x1f61] = "\x36\xa6", + [0x1f62] = "\x36\xa7", [0x1f63] = "\x36\xa8", [0x1f64] = "\x36\xa9", + [0x1f65] = "\x36\xaa", [0x1f66] = "\x36\xab", [0x1f67] = "\x36\xac", + [0x1f68] = "\x36\xad", [0x1f69] = "\x36\xae", [0x1f6a] = "\x36\xaf", + [0x1f6b] = "\x36\xb0", [0x1f6c] = "\x36\xb1", [0x1f6d] = "\x36\xb2", + [0x1f6e] = "\x36\xb3", [0x1f6f] = "\x36\xb4", [0x1f70] = "\x36\xb5", + [0x1f71] = "\x36\xb6", [0x1f72] = "\x36\xb7", [0x1f73] = "\x36\xb8", + [0x1f74] = "\x36\xb9", [0x1f75] = "\x36\xba", [0x1f76] = "\x36\xbb", + [0x1f77] = "\x36\xbc", [0x1f78] = "\x36\xbd", [0x1f79] = "\x36\xbe", + [0x1f7a] = "\x36\xbf", [0x1f7b] = "\x36\xc0", [0x1f7c] = "\x36\xc1", + [0x1f7d] = "\x36\xc2", [0x1f7e] = "\x36\xc3", [0x1f7f] = "\x36\xc4", + [0x1f80] = "\x36\xc5", [0x1f81] = "\x36\xc6", [0x1f82] = "\x36\xc7", + [0x1f83] = "\x36\xc8", [0x1f84] = "\x36\xc9", [0x1f85] = "\x36\xca", + [0x1f86] = "\x36\xcb", [0x1f87] = "\x36\xcc", [0x1f88] = "\x36\xcd", + [0x1f89] = "\x36\xce", [0x1f8a] = "\x36\xcf", [0x1f8b] = "\x36\xd0", + [0x1f8c] = "\x36\xd1", [0x1f8d] = "\x36\xd2", [0x1f8e] = "\x36\xd3", + [0x1f8f] = "\x36\xd4", [0x1f90] = "\x36\xd5", [0x1f91] = "\x36\xd6", + [0x1f92] = "\x36\xd7", [0x1f93] = "\x36\xd8", [0x1f94] = "\x36\xd9", + [0x1f95] = "\x36\xda", [0x1f96] = "\x36\xdb", [0x1f97] = "\x36\xdc", + [0x1f98] = "\x36\xdd", [0x1f99] = "\x36\xde", [0x1f9a] = "\x36\xdf", + [0x1f9b] = "\x36\xe0", [0x1f9c] = "\x36\xe1", [0x1f9d] = "\x36\xe2", + [0x1f9e] = "\x36\xe3", [0x1f9f] = "\x36\xe4", [0x1fa0] = "\x36\xe5", + [0x1fa1] = "\x36\xe6", [0x1fa2] = "\x36\xe7", [0x1fa3] = "\x36\xe8", + [0x1fa4] = "\x36\xe9", [0x1fa5] = "\x36\xea", [0x1fa6] = "\x36\xeb", + [0x1fa7] = "\x36\xec", [0x1fa8] = "\x36\xed", [0x1fa9] = "\x36\xee", + [0x1faa] = "\x36\xef", [0x1fab] = "\x36\xf0", [0x1fac] = "\x36\xf1", + [0x1fad] = "\x36\xf2", [0x1fae] = "\x36\xf3", [0x1faf] = "\x36\xf4", + [0x1fb0] = "\x36\xf5", [0x1fb1] = "\x36\xf6", [0x1fb2] = "\x36\xf7", + [0x1fb3] = "\x36\xf8", [0x1fb4] = "\x36\xf9", [0x1fb5] = "\x36\xfa", + [0x1fb6] = "\x36\xfb", [0x1fb7] = "\x36\xfc", [0x1fb8] = "\x36\xfd", + [0x1fb9] = "\x36\xfe", [0x1fba] = "\x36\xff", [0x1fbb] = "\x37\x00", + [0x1fbc] = "\x37\x01", [0x1fbd] = "\x37\x02", [0x1fbe] = "\x37\x03", + [0x1fbf] = "\x37\x04", [0x1fc0] = "\x37\x05", [0x1fc1] = "\x37\x06", + [0x1fc2] = "\x37\x07", [0x1fc3] = "\x37\x08", [0x1fc4] = "\x37\x09", + [0x1fc5] = "\x37\x0a", [0x1fc6] = "\x37\x0b", [0x1fc7] = "\x37\x0c", + [0x1fc8] = "\x37\x0d", [0x1fc9] = "\x37\x0e", [0x1fca] = "\x37\x0f", + [0x1fcb] = "\x37\x10", [0x1fcc] = "\x37\x11", [0x1fcd] = "\x37\x12", + [0x1fce] = "\x37\x13", [0x1fcf] = "\x37\x14", [0x1fd0] = "\x37\x15", + [0x1fd1] = "\x37\x16", [0x1fd2] = "\x37\x17", [0x1fd3] = "\x37\x18", + [0x1fd4] = "\x37\x19", [0x1fd5] = "\x37\x1a", [0x1fd6] = "\x37\x1b", + [0x1fd7] = "\x37\x1c", [0x1fd8] = "\x37\x1d", [0x1fd9] = "\x37\x1e", + [0x1fda] = "\x37\x1f", [0x1fdb] = "\x37\x20", [0x1fdc] = "\x37\x21", + [0x1fdd] = "\x37\x22", [0x1fde] = "\x37\x23", [0x1fdf] = "\x37\x24", + [0x1fe0] = "\xa1\xe9", [0x1fe1] = "\xa1\xea", [0x1fe2] = "\xa9\x56", + [0x1fe3] = "\xa3\xfe", [0x1fe4] = "\xa9\x57", [0x1fe5] = "\xa3\xa4", + [0x1fe6] = "\x37\x25", [0x1fe7] = "\x37\x26", [0x1fe8] = "\x37\x27", + [0x1fe9] = "\x37\x28", [0x1fea] = "\x37\x29", [0x1feb] = "\x37\x2a", + [0x1fec] = "\x37\x2b", [0x1fed] = "\x37\x2c", [0x1fee] = "\x37\x2d", + [0x1fef] = "\x37\x2e", [0x1ff0] = "\x37\x2f", [0x1ff1] = "\x37\x30", + [0x1ff2] = "\x37\x31", [0x1ff3] = "\x37\x32", [0x1ff4] = "\x37\x33", + [0x1ff5] = "\x37\x34", [0x1ff6] = "\x37\x35", [0x1ff7] = "\x37\x36", + [0x1ff8] = "\x37\x37", [0x1ff9] = "\x37\x38", [0x1ffa] = "\x37\x39", + [0x1ffb] = "\x37\x3a", [0x1ffc] = "\x37\x3b", [0x1ffd] = "\x37\x3c", + [0x1ffe] = "\x37\x3d", [0x1fff] = "\x37\x3e", }; /* Definitions used in the body of the `gconv' function. */ @@ -25726,16 +25311,26 @@ static const unsigned char __ucs_to_gb18030_tab2[8192][2] = idx = (((ch - 0x81) * 10 + (ch2 - 0x30)) * 126 \ + ch3 - 0x81) * 10 + ch4 - 0x30; \ \ - if (idx < 0x56bd) \ + if (idx <= 0x0333) \ ch = __fourbyte_to_ucs[idx]; \ - else if (idx >= 0x56bd && idx <= 0x8260) \ + else if (idx >= 0x0334 && idx <= 0x1ef1) \ + ch = idx + 0x011e; \ + else if (idx >= 0x1ef2 && idx <= 0x2402) \ + ch = __fourbyte_to_ucs[idx-7102]; \ + else if (idx >= 0x2403 && idx <= 0x2c40) \ + ch = idx + 0x0240; \ + else if (idx >= 0x2c41 && idx <= 0x4a62) \ + ch = __fourbyte_to_ucs[idx-7102-2110]; \ + else if (idx >= 0x4a63 && idx <= 0x82bc) \ ch = idx + 0x5543; \ - else if (idx > 0x8260 && idx < 0x830e) \ - ch = __fourbyte_to_ucs[idx-11172]; \ + else if (idx >= 0x82bd && idx <= 0x830d) \ + ch = __fourbyte_to_ucs[idx-7102-2110-14426]; \ else if (idx >= 0x830e && idx <= 0x93d4) \ ch = idx + 0x6557; \ - else if (idx > 0x93d4 && idx < 0x99fb) \ - ch = __fourbyte_to_ucs[idx-11172-4295]; \ + else if (idx >= 0x93d5 && idx <= 0x99fb) \ + ch = __fourbyte_to_ucs[idx-7102-2110-14426-4295]; \ + else if (idx >= 0x2E248 && idx <= 0x12E247) \ + ch = idx - 0x1E248; \ else \ ch = 0; \ \ @@ -25800,29 +25395,19 @@ static const unsigned char __ucs_to_gb18030_tab2[8192][2] = unsigned long int idx = 0; \ const unsigned char *cp = NULL; \ int len = 2; /* This is the most common case. */ \ - if (ch <= 0xABFF) \ + if (ch <= 0x9FA5) \ { \ cp = __ucs_to_gb18030_tab1[ch - 0x80]; \ if (*cp && *cp < 0x81) { \ idx = (cp[0] - 0x20) * 256 + cp[1]; \ len = 4; \ } \ - if ((cp[0] == 0)&&(cp[1] == 0)) len = 0; \ } \ - else if (ch >= 0xAC00 && ch <= 0xD7A3) \ + else if (ch > 0x9FA5 && ch <= 0xD7FF) \ { \ idx = ch - 0x5543; \ len = 4; \ } \ - else if (ch >= 0xD7A4 && ch <= 0xD7FF) \ - { \ - cp = __ucs_to_gb18030_tab1[ch - 0x80 - 11172]; \ - if (*cp && *cp < 0x81) { \ - idx = (cp[0] - 0x20) * 256 + cp[1]; \ - len = 4; \ - } \ - if ((cp[0] == 0)&&(cp[1] == 0)) len = 0; \ - } \ else if (ch >= 0xE000 && ch <= 0xFFFF) \ { \ cp = __ucs_to_gb18030_tab2[ch - 0xE000]; \ @@ -25830,13 +25415,17 @@ static const unsigned char __ucs_to_gb18030_tab2[8192][2] = idx = (cp[0] - 0x20) * 256 + cp[1] + 0x82bd; \ len = 4; \ } \ - if ((cp[0] == 0)&&(cp[1] == 0)) len = 0; \ } \ + else if (ch >= 0x10000 && ch <= 0x10FFFF) \ + { \ + idx = ch + 0x1E248; \ + len = 4; \ + } \ else \ len = 0; \ \ if (__builtin_expect (len, 2) == 0 \ - || (len == 2 && __builtin_expect (cp[0], '\1') == '\0')) \ + || (len == 2 && __builtin_expect (cp[0], '\1') == '\0')) \ { \ /* Illegal character. */ \ STANDARD_TO_LOOP_ERR_HANDLER (4); \ diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 1bf24413b3..a33645d41f 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,7 +1,6 @@ # GNU libc iconv configuration. -# Copyright (C) 1997-2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1997-2004, 2005, 2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# # The GNU C Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -1377,7 +1376,7 @@ module INTERNAL INIS-CYRILLIC// INIS-CYRILLIC 1 # from to module cost alias ISO-IR-98// ISO_2033// alias ISO_2033-1983// ISO_2033// -alias E13B/ ISO_2033// +alias E13B// ISO_2033// alias CSISO2033// ISO_2033// module ISO_2033// INTERNAL ISO_2033 1 module INTERNAL ISO_2033// ISO_2033 1 @@ -1572,3 +1571,339 @@ module INTERNAL PT154// PT154 1 alias STRK1048-2002// RK1048// module RK1048// INTERNAL RK1048 1 module INTERNAL RK1048// RK1048 1 + +# from to module cost +alias IBM-1025// IBM1025// +alias CP1025// IBM1025// +alias CSIBM1025// IBM1025// +module IBM1025// INTERNAL IBM1025 1 +module INTERNAL IBM1025// IBM1025 1 + +# from to module cost +alias IBM-1122// IBM1122// +alias CP1122// IBM1122// +alias CSIBM1122// IBM1122// +module IBM1122// INTERNAL IBM1122 1 +module INTERNAL IBM1122// IBM1122 1 + +# from to module cost +alias IBM-1137// IBM1137// +alias CP1137// IBM1137// +alias CSIBM1137// IBM1137// +module IBM1137// INTERNAL IBM1137 1 +module INTERNAL IBM1137// IBM1137 1 + +# from to module cost +alias IBM-1153// IBM1153// +alias CP1153// IBM1153// +alias CSIBM1153// IBM1153// +module IBM1153// INTERNAL IBM1153 1 +module INTERNAL IBM1153// IBM1153 1 + +# from to module cost +alias IBM-1154// IBM1154// +alias CP1154// IBM1154// +alias CSIBM1154// IBM1154// +module IBM1154// INTERNAL IBM1154 1 +module INTERNAL IBM1154// IBM1154 1 + +# from to module cost +alias IBM-1155// IBM1155// +alias CP1155// IBM1155// +alias CSIBM1155// IBM1155// +module IBM1155// INTERNAL IBM1155 1 +module INTERNAL IBM1155// IBM1155 1 + +# from to module cost +alias IBM-1155// IBM1155// +alias CP1155// IBM1155// +alias CSIBM1155// IBM1155// +module IBM1155// INTERNAL IBM1155 1 +module INTERNAL IBM1155// IBM1155 1 + +# from to module cost +alias IBM-1156// IBM1156// +alias CP1156// IBM1156// +alias CSIBM1156// IBM1156// +module IBM1156// INTERNAL IBM1156 1 +module INTERNAL IBM1156// IBM1156 1 + +# from to module cost +alias IBM-1157// IBM1157// +alias CP1157// IBM1157// +alias CSIBM1157// IBM1157// +module IBM1157// INTERNAL IBM1157 1 +module INTERNAL IBM1157// IBM1157 1 + +# from to module cost +alias IBM-1158// IBM1158// +alias CP1158// IBM1158// +alias CSIBM1158// IBM1158// +module IBM1158// INTERNAL IBM1158 1 +module INTERNAL IBM1158// IBM1158 1 + +# from to module cost +alias IBM-803// IBM803// +alias CP803// IBM803// +alias CSIBM803// IBM803// +module IBM803// INTERNAL IBM803 1 +module INTERNAL IBM803// IBM803 1 + +# from to module cost +alias IBM-901// IBM901// +alias CP901// IBM901// +alias CSIBM901// IBM901// +module IBM901// INTERNAL IBM901 1 +module INTERNAL IBM901// IBM901 1 + +# from to module cost +alias IBM-902// IBM902// +alias CP902// IBM902// +alias CSIBM902// IBM902// +module IBM902// INTERNAL IBM902 1 +module INTERNAL IBM902// IBM902 1 + +# from to module cost +alias IBM-921// IBM921// +alias CP921// IBM921// +alias CSIBM921// IBM921// +module IBM921// INTERNAL IBM921 1 +module INTERNAL IBM921// IBM921 1 + +# from to module cost +alias IBM-1008// IBM1008// +alias CP1008// IBM1008// +alias CSIBM1008// IBM1008// +module IBM1008// INTERNAL IBM1008 1 +module INTERNAL IBM1008// IBM1008 1 + +# from to module cost +module IBM1008// IBM420// IBM1008_420 1 +module IBM420// IBM1008// IBM1008_420 1 + +# from to module cost +alias IBM-1097// IBM1097// +alias CP1097// IBM1097// +alias CSIBM1097// IBM1097// +module IBM1097// INTERNAL IBM1097 1 +module INTERNAL IBM1097// IBM1097 1 + +# from to module cost +alias IBM-1112// IBM1112// +alias CP1112// IBM1112// +alias CSIBM1112// IBM1112// +module IBM1112// INTERNAL IBM1112 1 +module INTERNAL IBM1112// IBM1112 1 + +# from to module cost +alias IBM-1123// IBM1123// +alias CP1123// IBM1123// +alias CSIBM1123// IBM1123// +module IBM1123// INTERNAL IBM1123 1 +module INTERNAL IBM1123// IBM1123 1 + +# from to module cost +alias IBM-1130// IBM1130// +alias CP1130// IBM1130// +alias CSIBM1130// IBM1130// +module IBM1130// INTERNAL IBM1130 1 +module INTERNAL IBM1130// IBM1130 1 + +# from to module cost +alias IBM-1140// IBM1140// +alias CP1140// IBM1140// +alias CSIBM1140// IBM1140// +module IBM1140// INTERNAL IBM1140 1 +module INTERNAL IBM1140// IBM1140 1 + +# from to module cost +alias IBM-1141// IBM1141// +alias CP1141// IBM1141// +alias CSIBM1141// IBM1141// +module IBM1141// INTERNAL IBM1141 1 +module INTERNAL IBM1141// IBM1141 1 + +# from to module cost +alias IBM-1142// IBM1142// +alias CP1142// IBM1142// +alias CSIBM1142// IBM1142// +module IBM1142// INTERNAL IBM1142 1 +module INTERNAL IBM1142// IBM1142 1 + +# from to module cost +alias IBM-1143// IBM1143// +alias CP1143// IBM1143// +alias CSIBM1143// IBM1143// +module IBM1143// INTERNAL IBM1143 1 +module INTERNAL IBM1143// IBM1143 1 + +# from to module cost +alias IBM-1144// IBM1144// +alias CP1144// IBM1144// +alias CSIBM1144// IBM1144// +module IBM1144// INTERNAL IBM1144 1 +module INTERNAL IBM1144// IBM1144 1 + +# from to module cost +alias IBM-1145// IBM1145// +alias CP1145// IBM1145// +alias CSIBM1145// IBM1145// +module IBM1145// INTERNAL IBM1145 1 +module INTERNAL IBM1145// IBM1145 1 + +# from to module cost +alias IBM-1146// IBM1146// +alias CP1146// IBM1146// +alias CSIBM1146// IBM1146// +module IBM1146// INTERNAL IBM1146 1 +module INTERNAL IBM1146// IBM1146 1 + +# from to module cost +alias IBM-1147// IBM1147// +alias CP1147// IBM1147// +alias CSIBM1147// IBM1147// +module IBM1147// INTERNAL IBM1147 1 +module INTERNAL IBM1147// IBM1147 1 + +# from to module cost +alias IBM-1148// IBM1148// +alias CP1148// IBM1148// +alias CSIBM1148// IBM1148// +module IBM1148// INTERNAL IBM1148 1 +module INTERNAL IBM1148// IBM1148 1 + +# from to module cost +alias IBM-1149// IBM1149// +alias CP1149// IBM1149// +alias CSIBM1149// IBM1149// +module IBM1149// INTERNAL IBM1149 1 +module INTERNAL IBM1149// IBM1149 1 + +# from to module cost +alias IBM-1166// IBM1166// +alias CP1166// IBM1166// +alias CSIBM1166// IBM1166// +module IBM1166// INTERNAL IBM1166 1 +module INTERNAL IBM1166// IBM1166 1 + +# from to module cost +alias IBM-1167// IBM1167// +alias CP1167// IBM1167// +alias CSIBM1167// IBM1167// +module IBM1167// INTERNAL IBM1167 1 +module INTERNAL IBM1167// IBM1167 1 + +# from to module cost +alias IBM-4517// IBM4517// +alias CP4517// IBM4517// +alias CSIBM4517// IBM4517// +module IBM4517// INTERNAL IBM4517 1 +module INTERNAL IBM4517// IBM4517 1 + +# from to module cost +alias IBM-4899// IBM4899// +alias CP4899// IBM4899// +alias CSIBM4899// IBM4899// +module IBM4899// INTERNAL IBM4899 1 +module INTERNAL IBM4899// IBM4899 1 + +# from to module cost +alias IBM-4909// IBM4909// +alias CP4909// IBM4909// +alias CSIBM4909// IBM4909// +module IBM4909// INTERNAL IBM4909 1 +module INTERNAL IBM4909// IBM4909 1 + +# from to module cost +alias IBM-4971// IBM4971// +alias CP4971// IBM4971// +alias CSIBM4971// IBM4971// +module IBM4971// INTERNAL IBM4971 1 +module INTERNAL IBM4971// IBM4971 1 + +# from to module cost +alias IBM-5347// IBM5347// +alias CP5347// IBM5347// +alias CSIBM5347// IBM5347// +module IBM5347// INTERNAL IBM5347 1 +module INTERNAL IBM5347// IBM5347 1 + +# from to module cost +alias IBM-9030// IBM9030// +alias CP9030// IBM9030// +alias CSIBM9030// IBM9030// +module IBM9030// INTERNAL IBM9030 1 +module INTERNAL IBM9030// IBM9030 1 + +# from to module cost +alias IBM-9066// IBM9066// +alias CP9066// IBM9066// +alias CSIBM9066// IBM9066// +module IBM9066// INTERNAL IBM9066 1 +module INTERNAL IBM9066// IBM9066 1 + +# from to module cost +alias IBM-9448// IBM9448// +alias CP9448// IBM9448// +alias CSIBM9448// IBM9448// +module IBM9448// INTERNAL IBM9448 1 +module INTERNAL IBM9448// IBM9448 1 + +# from to module cost +alias IBM-12712// IBM12712// +alias CP12712// IBM12712// +alias CSIBM12712// IBM12712// +module IBM12712// INTERNAL IBM12712 1 +module INTERNAL IBM12712// IBM12712 1 + +# from to module cost +alias IBM-16804// IBM16804// +alias CP16804// IBM16804// +alias CSIBM16804// IBM16804// +module IBM16804// INTERNAL IBM16804 1 +module INTERNAL IBM16804// IBM16804 1 + +# from to module cost +alias IBM-1364// IBM1364// +alias CP1364// IBM1364// +alias CSIBM1364// IBM1364// +module IBM1364// INTERNAL IBM1364 1 +module INTERNAL IBM1364// IBM1364 1 + +# from to module cost +alias IBM-1371// IBM1371// +alias CP1371// IBM1371// +alias CSIBM1371// IBM1371// +module IBM1371// INTERNAL IBM1371 1 +module INTERNAL IBM1371// IBM1371 1 + +# from to module cost +alias IBM-1388// IBM1388// +alias CP1388// IBM1388// +alias CSIBM1388// IBM1388// +module IBM1388// INTERNAL IBM1388 1 +module INTERNAL IBM1388// IBM1388 1 + +# from to module cost +alias IBM-1390// IBM1390// +alias CP1390// IBM1390// +alias CSIBM1390// IBM1390// +module IBM1390// INTERNAL IBM1390 1 +module INTERNAL IBM1390// IBM1390 1 + +# from to module cost +alias IBM-1399// IBM1399// +alias CP1399// IBM1399// +alias CSIBM1399// IBM1399// +module IBM1399// INTERNAL IBM1399 1 +module INTERNAL IBM1399// IBM1399 1 + +# from to module cost +alias ISO/TR_11548-1/ ISO_11548-1// +alias ISO11548-1// ISO_11548-1// +module ISO_11548-1// INTERNAL ISO_11548-1 1 +module INTERNAL ISO_11548-1// ISO_11548-1 1 + +# from to module cost +module MIK// INTERNAL MIK 1 +module INTERNAL MIK// MIK 1 diff --git a/iconvdata/ibm1008.c b/iconvdata/ibm1008.c new file mode 100644 index 0000000000..57028cc147 --- /dev/null +++ b/iconvdata/ibm1008.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1008. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1008//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1008.h b/iconvdata/ibm1008.h new file mode 100644 index 0000000000..b824cd4761 --- /dev/null +++ b/iconvdata/ibm1008.h @@ -0,0 +1,153 @@ +/* Tables for conversion from and to IBM1008. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x0080, [0x81] = 0x0081, [0x82] = 0x0082, [0x83] = 0x0083, + [0x84] = 0x0084, [0x85] = 0x0085, [0x86] = 0x0086, [0x87] = 0x0087, + [0x88] = 0x0088, [0x89] = 0x0089, [0x8a] = 0x008a, [0x8b] = 0x008b, + [0x8c] = 0x008c, [0x8d] = 0x008d, [0x8e] = 0x008e, [0x8f] = 0x008f, + [0x90] = 0x0090, [0x91] = 0x0091, [0x92] = 0x0092, [0x93] = 0x0093, + [0x94] = 0x0094, [0x95] = 0x0095, [0x96] = 0x0096, [0x97] = 0x0097, + [0x98] = 0x0098, [0x99] = 0x0099, [0x9a] = 0x009a, [0x9b] = 0x009b, + [0x9c] = 0x009c, [0x9d] = 0x009d, [0x9e] = 0x009e, [0x9f] = 0x009f, + [0xa0] = 0x00a0, [0xa1] = 0x060c, [0xa2] = 0x00a2, [0xa3] = 0x061b, + [0xa4] = 0x061f, [0xa5] = 0xfe7c, [0xa6] = 0x00a6, [0xa7] = 0xfe7d, + [0xa8] = 0x0640, [0xa9] = 0xf8fc, [0xaa] = 0xfe80, [0xab] = 0xfe81, + [0xac] = 0x00ac, [0xad] = 0x00ad, [0xae] = 0xfe82, [0xaf] = 0xfe83, + [0xb0] = 0x0660, [0xb1] = 0x0661, [0xb2] = 0x0662, [0xb3] = 0x0663, + [0xb4] = 0x0664, [0xb5] = 0x0665, [0xb6] = 0x0666, [0xb7] = 0x0667, + [0xb8] = 0x0668, [0xb9] = 0x0669, [0xba] = 0xfe84, [0xbb] = 0xfe85, + [0xbc] = 0xfe8b, [0xbd] = 0xfe8d, [0xbe] = 0xfe8e, [0xbf] = 0xfe8f, + [0xc0] = 0xfe91, [0xc1] = 0xfe93, [0xc2] = 0xfe95, [0xc3] = 0xfe97, + [0xc4] = 0xfe99, [0xc5] = 0xfe9b, [0xc6] = 0xfe9d, [0xc7] = 0xfe9f, + [0xc8] = 0xfea1, [0xc9] = 0xfea3, [0xca] = 0xfea5, [0xcb] = 0xfea7, + [0xcc] = 0xfea9, [0xcd] = 0xfeab, [0xce] = 0xfead, [0xcf] = 0xfeaf, + [0xd0] = 0xf8f6, [0xd1] = 0xfeb3, [0xd2] = 0xf8f5, [0xd3] = 0xfeb7, + [0xd4] = 0xf8f4, [0xd5] = 0xfebb, [0xd6] = 0xf8f7, [0xd7] = 0x00d7, + [0xd8] = 0xfebf, [0xd9] = 0xfec3, [0xda] = 0xfec7, [0xdb] = 0xfec9, + [0xdc] = 0xfeca, [0xdd] = 0xfecb, [0xde] = 0xfecc, [0xdf] = 0xfecd, + [0xe0] = 0xfece, [0xe1] = 0xfecf, [0xe2] = 0xfed0, [0xe3] = 0xfed1, + [0xe4] = 0xfed3, [0xe5] = 0xfed5, [0xe6] = 0xfed7, [0xe7] = 0xfed9, + [0xe8] = 0xfedb, [0xe9] = 0xfedd, [0xea] = 0xfef5, [0xeb] = 0xfef6, + [0xec] = 0xfef7, [0xed] = 0xfef8, [0xee] = 0xfefb, [0xef] = 0xfefc, + [0xf0] = 0xfedf, [0xf1] = 0xfee1, [0xf2] = 0xfee3, [0xf3] = 0xfee5, + [0xf4] = 0xfee7, [0xf5] = 0xfee9, [0xf6] = 0xfeeb, [0xf7] = 0x00f7, + [0xf8] = 0xfeec, [0xf9] = 0xfeed, [0xfa] = 0xfeef, [0xfb] = 0xfef0, + [0xfc] = 0xfef1, [0xfd] = 0xfef2, [0xfe] = 0xfef3 +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ad, idx: 0 }, + { start: 0x00d7, end: 0x00d7, idx: -41 }, + { start: 0x00f7, end: 0x00f7, idx: -72 }, + { start: 0x060c, end: 0x060c, idx: -1372 }, + { start: 0x061b, end: 0x064a, idx: -1386 }, + { start: 0x0651, end: 0x0651, idx: -1392 }, + { start: 0x0660, end: 0x066d, idx: -1406 }, + { start: 0xf8f4, end: 0xf8fc, idx: -63492 }, + { start: 0xfe7c, end: 0xfefc, idx: -64899 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x80', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x90', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', '\x97', + '\x98', '\x99', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', + '\xa0', '\x00', '\xa2', '\x00', '\x00', '\x00', '\xa6', '\x00', + '\x00', '\x00', '\x00', '\x00', '\xac', '\xad', '\xd7', '\xf7', + '\xa1', '\xa3', '\x00', '\x00', '\x00', '\xa4', '\x00', '\xaa', + '\xab', '\xaf', '\xbb', '\x00', '\xbc', '\xbd', '\xbf', '\xc1', + '\xc2', '\xc4', '\xc6', '\xc8', '\xca', '\xcc', '\xcd', '\xce', + '\xcf', '\xd0', '\xd2', '\xd4', '\xd6', '\xd9', '\xda', '\xdb', + '\xdf', '\x00', '\x00', '\x00', '\x00', '\x00', '\xa8', '\xe3', + '\xe5', '\xe7', '\xe9', '\xf1', '\xf3', '\xf5', '\xf9', '\xfa', + '\xfc', '\xa5', '\xb0', '\xb1', '\xb2', '\xb3', '\xb4', '\xb5', + '\xb6', '\xb7', '\xb8', '\xb9', '\x25', '\x2c', '\x2e', '\x2a', + '\xd4', '\xd2', '\xd0', '\xd6', '\x00', '\x00', '\x00', '\x00', + '\xa9', '\xa5', '\xa7', '\x00', '\x00', '\xaa', '\xab', '\xae', + '\xaf', '\xba', '\xbb', '\xbb', '\x00', '\x00', '\x00', '\x00', + '\xbc', '\xbc', '\xbd', '\xbe', '\xbf', '\xbf', '\xc0', '\xc0', + '\xc1', '\xc1', '\xc2', '\xc2', '\xc3', '\xc3', '\xc4', '\xc4', + '\xc5', '\xc5', '\xc6', '\xc6', '\xc7', '\xc7', '\xc8', '\xc8', + '\xc9', '\xc9', '\xca', '\xca', '\xcb', '\xcb', '\xcc', '\xcc', + '\xcd', '\xcd', '\xce', '\xce', '\xcf', '\xcf', '\x00', '\x00', + '\xd1', '\xd1', '\x00', '\x00', '\xd3', '\xd3', '\x00', '\x00', + '\xd5', '\xd5', '\x00', '\x00', '\xd8', '\xd8', '\xd9', '\xd9', + '\xd9', '\xd9', '\xda', '\xda', '\xda', '\xda', '\xdb', '\xdc', + '\xdd', '\xde', '\xdf', '\xe0', '\xe1', '\xe2', '\xe3', '\xe3', + '\xe4', '\xe4', '\xe5', '\xe5', '\xe6', '\xe6', '\xe7', '\xe7', + '\xe8', '\xe8', '\xe9', '\xe9', '\xf0', '\xf0', '\xf1', '\xf1', + '\xf2', '\xf2', '\xf3', '\xf3', '\xf4', '\xf4', '\xf5', '\xf5', + '\xf6', '\xf8', '\xf9', '\xf9', '\xfa', '\xfb', '\xfc', '\xfd', + '\xfe', '\xfe', '\xea', '\xeb', '\xec', '\xed', '\x00', '\x00', + '\xee', '\xef' +}; diff --git a/iconvdata/ibm1008_420.c b/iconvdata/ibm1008_420.c new file mode 100644 index 0000000000..7dd964ab7f --- /dev/null +++ b/iconvdata/ibm1008_420.c @@ -0,0 +1,197 @@ +/* Mapping tables from IBM1008 to IBM420 and vice versa. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include + +static const char __from_ibm1008_to_ibm420[256] = +{ + [0x00] = 0x00, [0x01] = 0x01, [0x02] = 0x02, [0x03] = 0x03, + [0x04] = 0x37, [0x05] = 0x2D, [0x06] = 0x2E, [0x07] = 0x2F, + [0x08] = 0x16, [0x09] = 0x05, [0x0A] = 0x25, [0x0B] = 0x0B, + [0x0C] = 0x0C, [0x0D] = 0x0D, [0x0E] = 0x0E, [0x0F] = 0x0F, + [0x10] = 0x10, [0x11] = 0x11, [0x12] = 0x12, [0x13] = 0x13, + [0x14] = 0x3C, [0x15] = 0x3D, [0x16] = 0x32, [0x17] = 0x26, + [0x18] = 0x18, [0x19] = 0x19, [0x1A] = 0x3F, [0x1B] = 0x27, + [0x1C] = 0x1C, [0x1D] = 0x1D, [0x1E] = 0x1E, [0x1F] = 0x1F, + [0x20] = 0x40, [0x21] = 0x5A, [0x22] = 0x7F, [0x23] = 0x7B, + [0x24] = 0x5B, [0x25] = 0x6C, [0x26] = 0x50, [0x27] = 0x7D, + [0x28] = 0x4D, [0x29] = 0x5D, [0x2A] = 0x5C, [0x2B] = 0x4E, + [0x2C] = 0x6B, [0x2D] = 0x60, [0x2E] = 0x4B, [0x2F] = 0x61, + [0x30] = 0xF0, [0x31] = 0xF1, [0x32] = 0xF2, [0x33] = 0xF3, + [0x34] = 0xF4, [0x35] = 0xF5, [0x36] = 0xF6, [0x37] = 0xF7, + [0x38] = 0xF8, [0x39] = 0xF9, [0x3A] = 0x7A, [0x3B] = 0x5E, + [0x3C] = 0x4C, [0x3D] = 0x7E, [0x3E] = 0x6E, [0x3F] = 0x6F, + [0x40] = 0x7C, [0x41] = 0xC1, [0x42] = 0xC2, [0x43] = 0xC3, + [0x44] = 0xC4, [0x45] = 0xC5, [0x46] = 0xC6, [0x47] = 0xC7, + [0x48] = 0xC8, [0x49] = 0xC9, [0x4A] = 0xD1, [0x4B] = 0xD2, + [0x4C] = 0xD3, [0x4D] = 0xD4, [0x4E] = 0xD5, [0x4F] = 0xD6, + [0x50] = 0xD7, [0x51] = 0xD8, [0x52] = 0xD9, [0x53] = 0xE2, + [0x54] = 0xE3, [0x55] = 0xE4, [0x56] = 0xE5, [0x57] = 0xE6, + [0x58] = 0xE7, [0x59] = 0xE8, [0x5A] = 0xE9, [0x5B] = 0x53, + [0x5C] = 0x54, [0x5D] = 0xB6, [0x5E] = 0xB7, [0x5F] = 0x6D, + [0x60] = 0xCC, [0x61] = 0x81, [0x62] = 0x82, [0x63] = 0x83, + [0x64] = 0x84, [0x65] = 0x85, [0x66] = 0x86, [0x67] = 0x87, + [0x68] = 0x88, [0x69] = 0x89, [0x6A] = 0x91, [0x6B] = 0x92, + [0x6C] = 0x93, [0x6D] = 0x94, [0x6E] = 0x95, [0x6F] = 0x96, + [0x70] = 0x97, [0x71] = 0x98, [0x72] = 0x99, [0x73] = 0xA2, + [0x74] = 0xA3, [0x75] = 0xA4, [0x76] = 0xA5, [0x77] = 0xA6, + [0x78] = 0xA7, [0x79] = 0xA8, [0x7A] = 0xA9, [0x7B] = 0xCE, + [0x7C] = 0x4F, [0x7D] = 0xE1, [0x7E] = 0xEC, [0x7F] = 0x07, + [0x80] = 0x20, [0x81] = 0x21, [0x82] = 0x22, [0x83] = 0x23, + [0x84] = 0x24, [0x85] = 0x15, [0x86] = 0x06, [0x87] = 0x17, + [0x88] = 0x28, [0x89] = 0x29, [0x8A] = 0x2A, [0x8B] = 0x2B, + [0x8C] = 0x2C, [0x8D] = 0x09, [0x8E] = 0x0A, [0x8F] = 0x1B, + [0x90] = 0x30, [0x91] = 0x31, [0x92] = 0x1A, [0x93] = 0x33, + [0x94] = 0x34, [0x95] = 0x35, [0x96] = 0x36, [0x97] = 0x08, + [0x98] = 0x38, [0x99] = 0x39, [0x9A] = 0x3A, [0x9B] = 0x3B, + [0x9C] = 0x04, [0x9D] = 0x14, [0x9E] = 0x3E, [0x9F] = 0xFF, + [0xA0] = 0x41, [0xA1] = 0x79, [0xA2] = 0x4A, [0xA3] = 0xC0, + [0xA4] = 0xD0, [0xA5] = 0x42, [0xA6] = 0x6A, [0xA7] = 0x43, + [0xA8] = 0x44, [0xA9] = 0x45, [0xAA] = 0x46, [0xAB] = 0x47, + [0xAC] = 0x5F, [0xAD] = 0xCA, [0xAE] = 0x48, [0xAF] = 0x49, + [0xB0] = 0xDF, [0xB1] = 0xEA, [0xB2] = 0xEB, [0xB3] = 0xED, + [0xB4] = 0xEE, [0xB5] = 0xEF, [0xB6] = 0xFB, [0xB7] = 0xFC, + [0xB8] = 0xFD, [0xB9] = 0xFE, [0xBA] = 0x51, [0xBB] = 0x52, + [0xBC] = 0x55, [0xBD] = 0x56, [0xBE] = 0x57, [0xBF] = 0x58, + [0xC0] = 0x59, [0xC1] = 0x62, [0xC2] = 0x63, [0xC3] = 0x64, + [0xC4] = 0x65, [0xC5] = 0x66, [0xC6] = 0x67, [0xC7] = 0x68, + [0xC8] = 0x69, [0xC9] = 0x70, [0xCA] = 0x71, [0xCB] = 0x72, + [0xCC] = 0x73, [0xCD] = 0x74, [0xCE] = 0x75, [0xCF] = 0x76, + [0xD0] = 0x77, [0xD1] = 0x78, [0xD2] = 0x80, [0xD3] = 0x8A, + [0xD4] = 0x8B, [0xD5] = 0x8C, [0xD6] = 0x8D, [0xD7] = 0xE0, + [0xD8] = 0x8E, [0xD9] = 0x8F, [0xDA] = 0x90, [0xDB] = 0x9A, + [0xDC] = 0x9B, [0xDD] = 0x9C, [0xDE] = 0x9D, [0xDF] = 0x9E, + [0xE0] = 0x9F, [0xE1] = 0xA0, [0xE2] = 0xAA, [0xE3] = 0xAB, + [0xE4] = 0xAC, [0xE5] = 0xAD, [0xE6] = 0xAE, [0xE7] = 0xAF, + [0xE8] = 0xB0, [0xE9] = 0xB1, [0xEA] = 0xB2, [0xEB] = 0xB3, + [0xEC] = 0xB4, [0xED] = 0xB5, [0xEE] = 0xB8, [0xEF] = 0xB9, + [0xF0] = 0xBA, [0xF1] = 0xBB, [0xF2] = 0xBC, [0xF3] = 0xBD, + [0xF4] = 0xBE, [0xF5] = 0xBF, [0xF6] = 0xCB, [0xF7] = 0xA1, + [0xF8] = 0xCD, [0xF9] = 0xCF, [0xFA] = 0xDA, [0xFB] = 0xDB, + [0xFC] = 0xDC, [0xFD] = 0xDD, [0xFE] = 0xDE, [0xFF] = 0xFA, +}; + +static const char __from_ibm420_to_ibm1008[256] = +{ + [0x00] = 0x00, [0x01] = 0x01, [0x02] = 0x02, [0x03] = 0x03, + [0x04] = 0x9C, [0x05] = 0x09, [0x06] = 0x86, [0x07] = 0x7F, + [0x08] = 0x97, [0x09] = 0x8D, [0x0A] = 0x8E, [0x0B] = 0x0B, + [0x0C] = 0x0C, [0x0D] = 0x0D, [0x0E] = 0x0E, [0x0F] = 0x0F, + [0x10] = 0x10, [0x11] = 0x11, [0x12] = 0x12, [0x13] = 0x13, + [0x14] = 0x9D, [0x15] = 0x85, [0x16] = 0x08, [0x17] = 0x87, + [0x18] = 0x18, [0x19] = 0x19, [0x1A] = 0x92, [0x1B] = 0x8F, + [0x1C] = 0x1C, [0x1D] = 0x1D, [0x1E] = 0x1E, [0x1F] = 0x1F, + [0x20] = 0x80, [0x21] = 0x81, [0x22] = 0x82, [0x23] = 0x83, + [0x24] = 0x84, [0x25] = 0x0A, [0x26] = 0x17, [0x27] = 0x1B, + [0x28] = 0x88, [0x29] = 0x89, [0x2A] = 0x8A, [0x2B] = 0x8B, + [0x2C] = 0x8C, [0x2D] = 0x05, [0x2E] = 0x06, [0x2F] = 0x07, + [0x30] = 0x90, [0x31] = 0x91, [0x32] = 0x16, [0x33] = 0x93, + [0x34] = 0x94, [0x35] = 0x95, [0x36] = 0x96, [0x37] = 0x04, + [0x38] = 0x98, [0x39] = 0x99, [0x3A] = 0x9A, [0x3B] = 0x9B, + [0x3C] = 0x14, [0x3D] = 0x15, [0x3E] = 0x9E, [0x3F] = 0x1A, + [0x40] = 0x20, [0x41] = 0xA0, [0x42] = 0xA5, [0x43] = 0xA7, + [0x44] = 0xA8, [0x45] = 0xA9, [0x46] = 0xAA, [0x47] = 0xAB, + [0x48] = 0xAE, [0x49] = 0xAF, [0x4A] = 0xA2, [0x4B] = 0x2E, + [0x4C] = 0x3C, [0x4D] = 0x28, [0x4E] = 0x2B, [0x4F] = 0x7C, + [0x50] = 0x26, [0x51] = 0xBA, [0x52] = 0xBB, [0x53] = 0x5B, + [0x54] = 0x5C, [0x55] = 0xBC, [0x56] = 0xBD, [0x57] = 0xBE, + [0x58] = 0xBF, [0x59] = 0xC0, [0x5A] = 0x21, [0x5B] = 0x24, + [0x5C] = 0x2A, [0x5D] = 0x29, [0x5E] = 0x3B, [0x5F] = 0xAC, + [0x60] = 0x2D, [0x61] = 0x2F, [0x62] = 0xC1, [0x63] = 0xC2, + [0x64] = 0xC3, [0x65] = 0xC4, [0x66] = 0xC5, [0x67] = 0xC6, + [0x68] = 0xC7, [0x69] = 0xC8, [0x6A] = 0xA6, [0x6B] = 0x2C, + [0x6C] = 0x25, [0x6D] = 0x5F, [0x6E] = 0x3E, [0x6F] = 0x3F, + [0x70] = 0xC9, [0x71] = 0xCA, [0x72] = 0xCB, [0x73] = 0xCC, + [0x74] = 0xCD, [0x75] = 0xCE, [0x76] = 0xCF, [0x77] = 0xD0, + [0x78] = 0xD1, [0x79] = 0xA1, [0x7A] = 0x3A, [0x7B] = 0x23, + [0x7C] = 0x40, [0x7D] = 0x27, [0x7E] = 0x3D, [0x7F] = 0x22, + [0x80] = 0xD2, [0x81] = 0x61, [0x82] = 0x62, [0x83] = 0x63, + [0x84] = 0x64, [0x85] = 0x65, [0x86] = 0x66, [0x87] = 0x67, + [0x88] = 0x68, [0x89] = 0x69, [0x8A] = 0xD3, [0x8B] = 0xD4, + [0x8C] = 0xD5, [0x8D] = 0xD6, [0x8E] = 0xD8, [0x8F] = 0xD9, + [0x90] = 0xDA, [0x91] = 0x6A, [0x92] = 0x6B, [0x93] = 0x6C, + [0x94] = 0x6D, [0x95] = 0x6E, [0x96] = 0x6F, [0x97] = 0x70, + [0x98] = 0x71, [0x99] = 0x72, [0x9A] = 0xDB, [0x9B] = 0xDC, + [0x9C] = 0xDD, [0x9D] = 0xDE, [0x9E] = 0xDF, [0x9F] = 0xE0, + [0xA0] = 0xE1, [0xA1] = 0xF7, [0xA2] = 0x73, [0xA3] = 0x74, + [0xA4] = 0x75, [0xA5] = 0x76, [0xA6] = 0x77, [0xA7] = 0x78, + [0xA8] = 0x79, [0xA9] = 0x7A, [0xAA] = 0xE2, [0xAB] = 0xE3, + [0xAC] = 0xE4, [0xAD] = 0xE5, [0xAE] = 0xE6, [0xAF] = 0xE7, + [0xB0] = 0xE8, [0xB1] = 0xE9, [0xB2] = 0xEA, [0xB3] = 0xEB, + [0xB4] = 0xEC, [0xB5] = 0xED, [0xB6] = 0x5D, [0xB7] = 0x5E, + [0xB8] = 0xEE, [0xB9] = 0xEF, [0xBA] = 0xF0, [0xBB] = 0xF1, + [0xBC] = 0xF2, [0xBD] = 0xF3, [0xBE] = 0xF4, [0xBF] = 0xF5, + [0xC0] = 0xA3, [0xC1] = 0x41, [0xC2] = 0x42, [0xC3] = 0x43, + [0xC4] = 0x44, [0xC5] = 0x45, [0xC6] = 0x46, [0xC7] = 0x47, + [0xC8] = 0x48, [0xC9] = 0x49, [0xCA] = 0xAD, [0xCB] = 0xF6, + [0xCC] = 0x60, [0xCD] = 0xF8, [0xCE] = 0x7B, [0xCF] = 0xF9, + [0xD0] = 0xA4, [0xD1] = 0x4A, [0xD2] = 0x4B, [0xD3] = 0x4C, + [0xD4] = 0x4D, [0xD5] = 0x4E, [0xD6] = 0x4F, [0xD7] = 0x50, + [0xD8] = 0x51, [0xD9] = 0x52, [0xDA] = 0xFA, [0xDB] = 0xFB, + [0xDC] = 0xFC, [0xDD] = 0xFD, [0xDE] = 0xFE, [0xDF] = 0xB0, + [0xE0] = 0xD7, [0xE1] = 0x7D, [0xE2] = 0x53, [0xE3] = 0x54, + [0xE4] = 0x55, [0xE5] = 0x56, [0xE6] = 0x57, [0xE7] = 0x58, + [0xE8] = 0x59, [0xE9] = 0x5A, [0xEA] = 0xB1, [0xEB] = 0xB2, + [0xEC] = 0x7E, [0xED] = 0xB3, [0xEE] = 0xB4, [0xEF] = 0xB5, + [0xF0] = 0x30, [0xF1] = 0x31, [0xF2] = 0x32, [0xF3] = 0x33, + [0xF4] = 0x34, [0xF5] = 0x35, [0xF6] = 0x36, [0xF7] = 0x37, + [0xF8] = 0x38, [0xF9] = 0x39, [0xFA] = 0xFF, [0xFB] = 0xB6, + [0xFC] = 0xB7, [0xFD] = 0xB8, [0xFE] = 0xB9, [0xFF] = 0x9F, +}; + +#define CHARSET_NAME "IBM1008//" +#define FROM_LOOP from_ibm1008_to_ibm420 +#define TO_LOOP from_ibm420_to_ibm1008 +#define DEFINE_INIT 1 +#define DEFINE_FINI 1 +#define MIN_NEEDED_FROM 1 +#define MIN_NEEDED_TO 1 + +/* First define the conversion function from the 8bit charset to UCS4. */ +#define MIN_NEEDED_INPUT MIN_NEEDED_FROM +#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO +#define LOOPFCT FROM_LOOP +#define BODY \ + { \ + const char ch = __from_ibm1008_to_ibm420[*inptr]; \ + *outptr++ = ch; \ + ++inptr; \ + } +#define LOOP_NEED_FLAGS +#include + + +/* Next, define the other direction. */ +#define MIN_NEEDED_INPUT MIN_NEEDED_TO +#define MIN_NEEDED_OUTPUT MIN_NEEDED_FROM +#define LOOPFCT TO_LOOP +#define BODY \ + { \ + const char ch = __from_ibm420_to_ibm1008[*inptr]; \ + *outptr++ = ch; \ + ++inptr; \ + } +#define LOOP_NEED_FLAGS +#include + +/* Now define the toplevel functions. */ +#include diff --git a/iconvdata/ibm1025.c b/iconvdata/ibm1025.c new file mode 100644 index 0000000000..65931912fa --- /dev/null +++ b/iconvdata/ibm1025.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1025. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1025//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1025.h b/iconvdata/ibm1025.h new file mode 100644 index 0000000000..f608f4be42 --- /dev/null +++ b/iconvdata/ibm1025.h @@ -0,0 +1,133 @@ +/* Mapping table for IBM1025. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0452, [0x43] = 0x0453, + [0x44] = 0x0451, [0x45] = 0x0454, [0x46] = 0x0455, [0x47] = 0x0456, + [0x48] = 0x0457, [0x49] = 0x0458, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0459, [0x52] = 0x045a, [0x53] = 0x045b, + [0x54] = 0x045c, [0x55] = 0x045e, [0x56] = 0x045f, [0x57] = 0x042a, + [0x58] = 0x2116, [0x59] = 0x0402, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0403, [0x63] = 0x0401, + [0x64] = 0x0404, [0x65] = 0x0405, [0x66] = 0x0406, [0x67] = 0x0407, + [0x68] = 0x0408, [0x69] = 0x0409, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x040a, [0x71] = 0x040b, [0x72] = 0x040c, [0x73] = 0x00ad, + [0x74] = 0x040e, [0x75] = 0x040f, [0x76] = 0x044e, [0x77] = 0x0430, + [0x78] = 0x0431, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0446, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0434, [0x8b] = 0x0435, + [0x8c] = 0x0444, [0x8d] = 0x0433, [0x8e] = 0x0445, [0x8f] = 0x0438, + [0x90] = 0x0439, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x043a, [0x9b] = 0x043b, + [0x9c] = 0x043c, [0x9d] = 0x043d, [0x9e] = 0x043e, [0x9f] = 0x043f, + [0xa0] = 0x044f, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0440, [0xab] = 0x0441, + [0xac] = 0x0442, [0xad] = 0x0443, [0xae] = 0x0436, [0xaf] = 0x0432, + [0xb0] = 0x044c, [0xb1] = 0x044b, [0xb2] = 0x0437, [0xb3] = 0x0448, + [0xb4] = 0x044d, [0xb5] = 0x0449, [0xb6] = 0x0447, [0xb7] = 0x044a, + [0xb8] = 0x042e, [0xb9] = 0x0410, [0xba] = 0x0411, [0xbb] = 0x0426, + [0xbc] = 0x0414, [0xbd] = 0x0415, [0xbe] = 0x0424, [0xbf] = 0x0413, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x0425, [0xcb] = 0x0418, + [0xcc] = 0x0419, [0xcd] = 0x041a, [0xce] = 0x041b, [0xcf] = 0x041c, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x041d, [0xdb] = 0x041e, + [0xdc] = 0x041f, [0xdd] = 0x042f, [0xde] = 0x0420, [0xdf] = 0x0421, + [0xe0] = 0x005c, [0xe1] = 0x00a7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0422, [0xeb] = 0x0423, + [0xec] = 0x0416, [0xed] = 0x0412, [0xee] = 0x042c, [0xef] = 0x042b, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x0417, [0xfb] = 0x0428, + [0xfc] = 0x042d, [0xfd] = 0x0429, [0xfe] = 0x0427, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x00a7, end: 0x00ad, idx: -6 }, + { start: 0x0401, end: 0x045f, idx: -857 }, + { start: 0x2116, end: 0x2116, idx: -8207 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xe1', '\x00', '\x00', '\x00', '\x00', '\x00', '\x73', + '\x63', '\x59', '\x62', '\x64', '\x65', '\x66', '\x67', '\x68', + '\x69', '\x70', '\x71', '\x72', '\x00', '\x74', '\x75', '\xb9', + '\xba', '\xed', '\xbf', '\xbc', '\xbd', '\xec', '\xfa', '\xcb', + '\xcc', '\xcd', '\xce', '\xcf', '\xda', '\xdb', '\xdc', '\xde', + '\xdf', '\xea', '\xeb', '\xbe', '\xca', '\xbb', '\xfe', '\xfb', + '\xfd', '\x57', '\xef', '\xee', '\xfc', '\xb8', '\xdd', '\x77', + '\x78', '\xaf', '\x8d', '\x8a', '\x8b', '\xae', '\xb2', '\x8f', + '\x90', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', '\xaa', + '\xab', '\xac', '\xad', '\x8c', '\x8e', '\x80', '\xb6', '\xb3', + '\xb5', '\xb7', '\xb1', '\xb0', '\xb4', '\x76', '\xa0', '\x00', + '\x44', '\x42', '\x43', '\x45', '\x46', '\x47', '\x48', '\x49', + '\x51', '\x52', '\x53', '\x54', '\x00', '\x55', '\x56', '\x58' +}; diff --git a/iconvdata/ibm1097.c b/iconvdata/ibm1097.c new file mode 100644 index 0000000000..20eebe7cdb --- /dev/null +++ b/iconvdata/ibm1097.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1097. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1097//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1097.h b/iconvdata/ibm1097.h new file mode 100644 index 0000000000..4d985b6240 --- /dev/null +++ b/iconvdata/ibm1097.h @@ -0,0 +1,159 @@ +/* Tables for conversion from and to IBM1097. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x060c, [0x43] = 0x064b, + [0x44] = 0xfe81, [0x45] = 0xfe82, [0x46] = 0xf8fa, [0x47] = 0xfe8d, + [0x48] = 0xfe8e, [0x49] = 0xf8fb, [0x4a] = 0x00a4, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0xfe80, [0x52] = 0xfe83, [0x53] = 0xfe84, + [0x54] = 0xf8f9, [0x55] = 0xfe85, [0x56] = 0xfe8b, [0x57] = 0xfe8f, + [0x58] = 0xfe91, [0x59] = 0xfb56, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0xfb58, [0x63] = 0xfe95, + [0x64] = 0xfe97, [0x65] = 0xfe99, [0x66] = 0xfe9b, [0x67] = 0xfe9d, + [0x68] = 0xfe9f, [0x69] = 0xfb7a, [0x6a] = 0x061b, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0xfb7c, [0x71] = 0xfea1, [0x72] = 0xfea3, [0x73] = 0xfea5, + [0x74] = 0xfea7, [0x75] = 0xfea9, [0x76] = 0xfeab, [0x77] = 0xfead, + [0x78] = 0xfeaf, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0xfb8a, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0xfeb1, [0x8d] = 0xfeb3, [0x8e] = 0xfeb5, [0x8f] = 0xfeb7, + [0x90] = 0xfeb9, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0xfebb, [0x9b] = 0xfebd, + [0x9c] = 0xfebf, [0x9d] = 0xfec1, [0x9e] = 0xfec3, [0x9f] = 0xfec5, + [0xa0] = 0xfec7, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0xfec9, [0xab] = 0xfeca, + [0xac] = 0xfecb, [0xad] = 0xfecc, [0xae] = 0xfecd, [0xaf] = 0xfece, + [0xb0] = 0xfecf, [0xb1] = 0xfed0, [0xb2] = 0xfed1, [0xb3] = 0xfed3, + [0xb4] = 0xfed5, [0xb5] = 0xfed7, [0xb6] = 0xfb8e, [0xb7] = 0xfedb, + [0xb8] = 0xfb92, [0xb9] = 0xfb94, [0xba] = 0x005b, [0xbb] = 0x005d, + [0xbc] = 0xfedd, [0xbd] = 0xfedf, [0xbe] = 0xfee1, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0xfee3, + [0xcc] = 0xfee5, [0xcd] = 0xfee7, [0xce] = 0xfeed, [0xcf] = 0xfee9, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0xfeeb, [0xdb] = 0xfeec, + [0xdc] = 0xfba4, [0xdd] = 0xfbfc, [0xde] = 0xfbfd, [0xdf] = 0xfbfe, + [0xe0] = 0x005c, [0xe1] = 0x061f, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0640, [0xeb] = 0x06f0, + [0xec] = 0x06f1, [0xed] = 0x06f2, [0xee] = 0x06f3, [0xef] = 0x06f4, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x06f5, [0xfb] = 0x06f6, + [0xfc] = 0x06f7, [0xfd] = 0x06f8, [0xfe] = 0x06f9, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a4, idx: 0 }, + { start: 0x00ab, end: 0x00ad, idx: -6 }, + { start: 0x00bb, end: 0x00bb, idx: -19 }, + { start: 0x00d7, end: 0x00d7, idx: -46 }, + { start: 0x060c, end: 0x060c, idx: -1378 }, + { start: 0x061b, end: 0x064b, idx: -1392 }, + { start: 0x0660, end: 0x066d, idx: -1412 }, + { start: 0x06f0, end: 0x06f9, idx: -1542 }, + { start: 0xf8f9, end: 0xf8fb, idx: -63493 }, + { start: 0xfb56, end: 0xfb58, idx: -64095 }, + { start: 0xfb7a, end: 0xfb7c, idx: -64128 }, + { start: 0xfb8a, end: 0xfb94, idx: -64141 }, + { start: 0xfba4, end: 0xfba4, idx: -64156 }, + { start: 0xfbfc, end: 0xfbfe, idx: -64243 }, + { start: 0xfe80, end: 0xfeee, idx: -64884 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xba', '\xe0', '\xbb', '\x00', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x00', '\x00', '\x00', '\x4a', '\x8a', '\x5f', '\xca', + '\x8b', '\xbf', '\x42', '\x6a', '\x00', '\x00', '\x00', '\xe1', + '\x00', '\x51', '\x44', '\x52', '\x55', '\x00', '\x00', '\x47', + '\x57', '\x00', '\x63', '\x65', '\x67', '\x71', '\x73', '\x75', + '\x76', '\x77', '\x78', '\x8c', '\x8e', '\x90', '\x9b', '\x00', + '\x00', '\xaa', '\xae', '\x00', '\x00', '\x00', '\x00', '\x00', + '\xea', '\xb2', '\xb4', '\x00', '\xbc', '\xbe', '\xcc', '\xcf', + '\xce', '\x00', '\x00', '\x43', '\xeb', '\xec', '\xed', '\xee', + '\xef', '\xfa', '\xfb', '\xfc', '\xfd', '\xfe', '\x6c', '\x6b', + '\x4b', '\x5c', '\xeb', '\xec', '\xed', '\xee', '\xef', '\xfa', + '\xfb', '\xfc', '\xfd', '\xfe', '\x54', '\x46', '\x49', '\x59', + '\x00', '\x62', '\x69', '\x00', '\x70', '\x80', '\x00', '\x00', + '\x00', '\xb6', '\x00', '\x00', '\x00', '\xb8', '\x00', '\xb9', + '\xdc', '\xdd', '\xde', '\xdf', '\x51', '\x44', '\x45', '\x52', + '\x53', '\x55', '\x55', '\x00', '\x00', '\x00', '\x00', '\x56', + '\x56', '\x47', '\x48', '\x57', '\x57', '\x58', '\x58', '\x00', + '\x00', '\x63', '\x63', '\x64', '\x64', '\x65', '\x65', '\x66', + '\x66', '\x67', '\x67', '\x68', '\x68', '\x71', '\x71', '\x72', + '\x72', '\x73', '\x73', '\x74', '\x74', '\x75', '\x75', '\x76', + '\x76', '\x77', '\x77', '\x78', '\x78', '\x8c', '\x8c', '\x8d', + '\x8d', '\x8e', '\x8e', '\x8f', '\x8f', '\x90', '\x90', '\x9a', + '\x9a', '\x9b', '\x9b', '\x9c', '\x9c', '\x9d', '\x9d', '\x9e', + '\x9e', '\x9f', '\x9f', '\xa0', '\xa0', '\xaa', '\xab', '\xac', + '\xad', '\xae', '\xaf', '\xb0', '\xb1', '\xb2', '\xb2', '\xb3', + '\xb3', '\xb4', '\xb4', '\xb5', '\xb5', '\x00', '\x00', '\xb7', + '\xb7', '\xbc', '\xbc', '\xbd', '\xbd', '\xbe', '\xbe', '\xcb', + '\xcb', '\xcc', '\xcc', '\xcd', '\xcd', '\xcf', '\xcf', '\xda', + '\xdb', '\xce', '\xce' +}; diff --git a/iconvdata/ibm1112.c b/iconvdata/ibm1112.c new file mode 100644 index 0000000000..1a36423674 --- /dev/null +++ b/iconvdata/ibm1112.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1112. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1112//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1112.h b/iconvdata/ibm1112.h new file mode 100644 index 0000000000..d3776b13ee --- /dev/null +++ b/iconvdata/ibm1112.h @@ -0,0 +1,148 @@ +/* Tables for conversion from and to IBM1112. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0161, [0x43] = 0x00e4, + [0x44] = 0x0105, [0x45] = 0x012f, [0x46] = 0x016b, [0x47] = 0x00e5, + [0x48] = 0x0113, [0x49] = 0x017e, [0x4a] = 0x00a2, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x0119, [0x53] = 0x0117, + [0x54] = 0x010d, [0x55] = 0x0173, [0x56] = 0x201e, [0x57] = 0x201c, + [0x58] = 0x0123, [0x59] = 0x00df, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0160, [0x63] = 0x00c4, + [0x64] = 0x0104, [0x65] = 0x012e, [0x66] = 0x016a, [0x67] = 0x00c5, + [0x68] = 0x0112, [0x69] = 0x017d, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x0118, [0x73] = 0x0116, + [0x74] = 0x010c, [0x75] = 0x0172, [0x76] = 0x012a, [0x77] = 0x013b, + [0x78] = 0x0122, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x0101, [0x8d] = 0x017c, [0x8e] = 0x0144, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x0156, [0x9b] = 0x0157, + [0x9c] = 0x00e6, [0x9d] = 0x0137, [0x9e] = 0x00c6, [0x9f] = 0x00a4, + [0xa0] = 0x00b5, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x201d, [0xab] = 0x017a, + [0xac] = 0x0100, [0xad] = 0x017b, [0xae] = 0x0143, [0xaf] = 0x00ae, + [0xb0] = 0x005e, [0xb1] = 0x00a3, [0xb2] = 0x012b, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x005b, [0xbb] = 0x005d, + [0xbc] = 0x0179, [0xbd] = 0x0136, [0xbe] = 0x013c, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x014d, + [0xcc] = 0x00f6, [0xcd] = 0x0146, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x0107, + [0xdc] = 0x00fc, [0xdd] = 0x0142, [0xde] = 0x015b, [0xdf] = 0x2019, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x014c, + [0xec] = 0x00d6, [0xed] = 0x0145, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x0106, + [0xfc] = 0x00dc, [0xfd] = 0x0141, [0xfe] = 0x015a, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00c9, idx: 0 }, + { start: 0x00d3, end: 0x00e9, idx: -9 }, + { start: 0x00f3, end: 0x0119, idx: -18 }, + { start: 0x0122, end: 0x0123, idx: -26 }, + { start: 0x012a, end: 0x012f, idx: -32 }, + { start: 0x0136, end: 0x014d, idx: -38 }, + { start: 0x0156, end: 0x0161, idx: -46 }, + { start: 0x016a, end: 0x016b, idx: -54 }, + { start: 0x0172, end: 0x017e, idx: -60 }, + { start: 0x2019, end: 0x201e, idx: -7894 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xba', '\xe0', '\xbb', '\xb0', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x00', '\x4a', '\xb1', '\x9f', '\x00', '\x6a', '\xb5', + '\x00', '\xb4', '\x00', '\x8a', '\x5f', '\xca', '\xaf', '\x00', + '\x90', '\x8f', '\xea', '\xfa', '\x00', '\xa0', '\xb6', '\xb3', + '\x00', '\xda', '\x00', '\x8b', '\xb7', '\xb8', '\xb9', '\x00', + '\x00', '\x00', '\x00', '\x00', '\x63', '\x67', '\x9e', '\x00', + '\x00', '\x71', '\xee', '\x00', '\xef', '\xec', '\xbf', '\x80', + '\x00', '\x00', '\x00', '\xfc', '\x00', '\x00', '\x59', '\x00', + '\x00', '\x00', '\x00', '\x43', '\x47', '\x9c', '\x00', '\x00', + '\x51', '\xce', '\x00', '\xcf', '\xcc', '\xe1', '\x70', '\x00', + '\x00', '\x00', '\xdc', '\x00', '\x00', '\x00', '\xac', '\x8c', + '\x00', '\x00', '\x64', '\x44', '\xfb', '\xdb', '\x00', '\x00', + '\x00', '\x00', '\x74', '\x54', '\x00', '\x00', '\x00', '\x00', + '\x68', '\x48', '\x00', '\x00', '\x73', '\x53', '\x72', '\x52', + '\x78', '\x58', '\x76', '\xb2', '\x00', '\x00', '\x65', '\x45', + '\xbd', '\x9d', '\x00', '\x00', '\x00', '\x77', '\xbe', '\x00', + '\x00', '\x00', '\x00', '\xfd', '\xdd', '\xae', '\x8e', '\xed', + '\xcd', '\x00', '\x00', '\x00', '\x00', '\x00', '\xeb', '\xcb', + '\x9a', '\x9b', '\x00', '\x00', '\xfe', '\xde', '\x00', '\x00', + '\x00', '\x00', '\x62', '\x42', '\x66', '\x46', '\x75', '\x55', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xbc', '\xab', '\xad', + '\x8d', '\x69', '\x49', '\xdf', '\x00', '\x00', '\x57', '\xaa', + '\x56' +}; diff --git a/iconvdata/ibm1122.c b/iconvdata/ibm1122.c new file mode 100644 index 0000000000..504972b791 --- /dev/null +++ b/iconvdata/ibm1122.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1122. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1122//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1122.h b/iconvdata/ibm1122.h new file mode 100644 index 0000000000..b37c84ae00 --- /dev/null +++ b/iconvdata/ibm1122.h @@ -0,0 +1,133 @@ +/* Mapping table for IBM1122. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x007b, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x007d, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x00a7, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0060, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x00a4, [0x5b] = 0x00c5, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x0023, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x0024, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x005c, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x00e9, [0x7a] = 0x003a, [0x7b] = 0x00c4, + [0x7c] = 0x00d6, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x0161, [0x8d] = 0x00fd, [0x8e] = 0x017e, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x005d, + [0xa0] = 0x00b5, [0xa1] = 0x00fc, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x0160, [0xad] = 0x00dd, [0xae] = 0x017d, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x005b, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e4, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00a6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e5, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x007e, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00c9, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x0040, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x0160, end: 0x0161, idx: -96 }, + { start: 0x017d, end: 0x017e, idx: -123 }, + { start: 0x203e, end: 0x203e, idx: -7994 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x63', '\x67', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xec', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xb5', '\x71', '\x9f', '\x5f', '\x6d', + '\x51', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x43', '\xbb', '\x47', '\xdc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x5a', '\xb2', '\xcc', '\x4a', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x7b', '\x5b', '\x9e', '\x68', + '\x74', '\xe0', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\x00', '\x69', '\xed', '\xee', '\xeb', '\xef', '\x7c', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\x00', '\x59', + '\x44', '\x45', '\x42', '\x46', '\xc0', '\xd0', '\x9c', '\x48', + '\x54', '\x79', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x00', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\x6a', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xa1', '\x8d', '\x00', '\xdf', + '\xac', '\x8c', '\xae', '\x8e', '\xbc' +}; diff --git a/iconvdata/ibm1123.c b/iconvdata/ibm1123.c new file mode 100644 index 0000000000..41110dc850 --- /dev/null +++ b/iconvdata/ibm1123.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1123. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1123//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1123.h b/iconvdata/ibm1123.h new file mode 100644 index 0000000000..846f98e2bd --- /dev/null +++ b/iconvdata/ibm1123.h @@ -0,0 +1,135 @@ +/* Tables for conversion from and to IBM1123. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0452, [0x43] = 0x0491, + [0x44] = 0x0451, [0x45] = 0x0454, [0x46] = 0x0455, [0x47] = 0x0456, + [0x48] = 0x0457, [0x49] = 0x0458, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0459, [0x52] = 0x045a, [0x53] = 0x045b, + [0x54] = 0x045c, [0x55] = 0x045e, [0x56] = 0x045f, [0x57] = 0x042a, + [0x58] = 0x2116, [0x59] = 0x0402, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0490, [0x63] = 0x0401, + [0x64] = 0x0404, [0x65] = 0x0405, [0x66] = 0x0406, [0x67] = 0x0407, + [0x68] = 0x0408, [0x69] = 0x0409, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x040a, [0x71] = 0x040b, [0x72] = 0x040c, [0x73] = 0x00ad, + [0x74] = 0x040e, [0x75] = 0x040f, [0x76] = 0x044e, [0x77] = 0x0430, + [0x78] = 0x0431, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0446, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0434, [0x8b] = 0x0435, + [0x8c] = 0x0444, [0x8d] = 0x0433, [0x8e] = 0x0445, [0x8f] = 0x0438, + [0x90] = 0x0439, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x043a, [0x9b] = 0x043b, + [0x9c] = 0x043c, [0x9d] = 0x043d, [0x9e] = 0x043e, [0x9f] = 0x043f, + [0xa0] = 0x044f, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0440, [0xab] = 0x0441, + [0xac] = 0x0442, [0xad] = 0x0443, [0xae] = 0x0436, [0xaf] = 0x0432, + [0xb0] = 0x044c, [0xb1] = 0x044b, [0xb2] = 0x0437, [0xb3] = 0x0448, + [0xb4] = 0x044d, [0xb5] = 0x0449, [0xb6] = 0x0447, [0xb7] = 0x044a, + [0xb8] = 0x042e, [0xb9] = 0x0410, [0xba] = 0x0411, [0xbb] = 0x0426, + [0xbc] = 0x0414, [0xbd] = 0x0415, [0xbe] = 0x0424, [0xbf] = 0x0413, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x0425, [0xcb] = 0x0418, + [0xcc] = 0x0419, [0xcd] = 0x041a, [0xce] = 0x041b, [0xcf] = 0x041c, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x041d, [0xdb] = 0x041e, + [0xdc] = 0x041f, [0xdd] = 0x042f, [0xde] = 0x0420, [0xdf] = 0x0421, + [0xe0] = 0x005c, [0xe1] = 0x00a7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0422, [0xeb] = 0x0423, + [0xec] = 0x0416, [0xed] = 0x0412, [0xee] = 0x042c, [0xef] = 0x042b, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x0417, [0xfb] = 0x0428, + [0xfc] = 0x042d, [0xfd] = 0x0429, [0xfe] = 0x0427, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x00a7, end: 0x00ad, idx: -6 }, + { start: 0x0401, end: 0x045f, idx: -857 }, + { start: 0x0490, end: 0x0491, idx: -905 }, + { start: 0x2116, end: 0x2116, idx: -8205 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xe1', '\x00', '\x00', '\x00', '\x00', '\x00', '\x73', + '\x63', '\x59', '\x00', '\x64', '\x65', '\x66', '\x67', '\x68', + '\x69', '\x70', '\x71', '\x72', '\x00', '\x74', '\x75', '\xb9', + '\xba', '\xed', '\xbf', '\xbc', '\xbd', '\xec', '\xfa', '\xcb', + '\xcc', '\xcd', '\xce', '\xcf', '\xda', '\xdb', '\xdc', '\xde', + '\xdf', '\xea', '\xeb', '\xbe', '\xca', '\xbb', '\xfe', '\xfb', + '\xfd', '\x57', '\xef', '\xee', '\xfc', '\xb8', '\xdd', '\x77', + '\x78', '\xaf', '\x8d', '\x8a', '\x8b', '\xae', '\xb2', '\x8f', + '\x90', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', '\xaa', + '\xab', '\xac', '\xad', '\x8c', '\x8e', '\x80', '\xb6', '\xb3', + '\xb5', '\xb7', '\xb1', '\xb0', '\xb4', '\x76', '\xa0', '\x00', + '\x44', '\x42', '\x00', '\x45', '\x46', '\x47', '\x48', '\x49', + '\x51', '\x52', '\x53', '\x54', '\x00', '\x55', '\x56', '\x62', + '\x43', '\x58' +}; diff --git a/iconvdata/ibm1130.c b/iconvdata/ibm1130.c new file mode 100644 index 0000000000..6c0048ef0e --- /dev/null +++ b/iconvdata/ibm1130.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1130. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1130//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1130.h b/iconvdata/ibm1130.h new file mode 100644 index 0000000000..fe536d0800 --- /dev/null +++ b/iconvdata/ibm1130.h @@ -0,0 +1,141 @@ +/* Tables for conversion from and to IBM1130. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x0103, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x0303, [0x59] = 0x00df, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x0102, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x20ab, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x0111, [0x8d] = 0x0309, [0x8e] = 0x0300, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x0152, [0x9e] = 0x00c6, [0x9f] = 0x00a4, + [0xa0] = 0x00b5, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x0110, [0xad] = 0x0323, [0xae] = 0x0301, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x0153, [0xbe] = 0x0178, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x01b0, [0xce] = 0x00f3, [0xcf] = 0x01a1, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x01af, [0xee] = 0x00d3, [0xef] = 0x01a0, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x0103, idx: 0 }, + { start: 0x0110, end: 0x0111, idx: -12 }, + { start: 0x0152, end: 0x0153, idx: -76 }, + { start: 0x0178, end: 0x0178, idx: -112 }, + { start: 0x01a0, end: 0x01a1, idx: -151 }, + { start: 0x01af, end: 0x01b0, idx: -164 }, + { start: 0x0300, end: 0x0309, idx: -499 }, + { start: 0x0323, end: 0x0323, idx: -524 }, + { start: 0x20ab, end: 0x20ab, idx: -8083 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\xbb', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x9f', '\xb2', '\x6a', '\xb5', + '\x00', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\x00', '\xa0', '\xb6', '\xb3', + '\x00', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x00', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x00', '\x75', '\x76', '\x77', + '\x00', '\x69', '\x00', '\xee', '\xeb', '\x00', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\x00', '\x00', '\x59', + '\x44', '\x45', '\x42', '\x00', '\x43', '\x47', '\x9c', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x00', '\x55', '\x56', '\x57', + '\x00', '\x49', '\x00', '\xce', '\xcb', '\x00', '\xcc', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xdc', '\x00', '\x00', '\xdf', + '\x00', '\x00', '\x66', '\x46', '\xac', '\x8c', '\x9d', '\xbd', + '\xbe', '\xef', '\xcf', '\xed', '\xcd', '\x8e', '\xae', '\x00', + '\x58', '\x00', '\x00', '\x00', '\x00', '\x00', '\x8d', '\xad', + '\x78' +}; diff --git a/iconvdata/ibm1137.c b/iconvdata/ibm1137.c new file mode 100644 index 0000000000..54df85b0ff --- /dev/null +++ b/iconvdata/ibm1137.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1137. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1137//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1137.h b/iconvdata/ibm1137.h new file mode 100644 index 0000000000..3d0f5dd1b7 --- /dev/null +++ b/iconvdata/ibm1137.h @@ -0,0 +1,133 @@ +/* Mapping table for IBM1137. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0901, [0x43] = 0x0902, + [0x44] = 0x0903, [0x45] = 0x0905, [0x46] = 0x0906, [0x47] = 0x0907, + [0x48] = 0x0908, [0x49] = 0x0909, [0x4a] = 0x090a, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x090b, [0x52] = 0x090c, [0x53] = 0x090d, + [0x54] = 0x090e, [0x55] = 0x090f, [0x56] = 0x0910, [0x57] = 0x0911, + [0x58] = 0x0912, [0x59] = 0x0913, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0914, [0x63] = 0x0915, + [0x64] = 0x0916, [0x65] = 0x0917, [0x66] = 0x0918, [0x67] = 0x0919, + [0x68] = 0x091a, [0x69] = 0x091b, [0x6a] = 0x091c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x091d, [0x71] = 0x091e, [0x72] = 0x091f, [0x73] = 0x0920, + [0x74] = 0x0921, [0x75] = 0x0922, [0x76] = 0x0923, [0x77] = 0x0924, + [0x78] = 0x0925, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0926, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0927, [0x8b] = 0x0928, + [0x8c] = 0x092a, [0x8d] = 0x092b, [0x8e] = 0x092c, [0x8f] = 0x092d, + [0x90] = 0x092e, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x092f, [0x9b] = 0x0930, + [0x9c] = 0x0932, [0x9d] = 0x0933, [0x9e] = 0x0935, [0x9f] = 0x0936, + [0xa0] = 0x200c, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0937, [0xab] = 0x0938, + [0xac] = 0x0939, [0xad] = 0x005b, [0xae] = 0x093c, [0xaf] = 0x093d, + [0xb0] = 0x093e, [0xb1] = 0x093f, [0xb2] = 0x0940, [0xb3] = 0x0941, + [0xb4] = 0x0942, [0xb5] = 0x0943, [0xb6] = 0x0944, [0xb7] = 0x0945, + [0xb8] = 0x0946, [0xb9] = 0x0947, [0xba] = 0x0948, [0xbb] = 0x0949, + [0xbc] = 0x094a, [0xbd] = 0x005d, [0xbe] = 0x094b, [0xbf] = 0x094c, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x094d, [0xcb] = 0x0950, + [0xcc] = 0x0951, [0xcd] = 0x0952, [0xd0] = 0x007d, [0xd1] = 0x004a, + [0xd2] = 0x004b, [0xd3] = 0x004c, [0xd4] = 0x004d, [0xd5] = 0x004e, + [0xd6] = 0x004f, [0xd7] = 0x0050, [0xd8] = 0x0051, [0xd9] = 0x0052, + [0xda] = 0x0960, [0xdb] = 0x0961, [0xdc] = 0x0962, [0xdd] = 0x0963, + [0xde] = 0x0964, [0xdf] = 0x0965, [0xe0] = 0x005c, [0xe1] = 0x200d, + [0xe2] = 0x0053, [0xe3] = 0x0054, [0xe4] = 0x0055, [0xe5] = 0x0056, + [0xe6] = 0x0057, [0xe7] = 0x0058, [0xe8] = 0x0059, [0xe9] = 0x005a, + [0xea] = 0x0966, [0xeb] = 0x0967, [0xec] = 0x0968, [0xed] = 0x0969, + [0xee] = 0x096a, [0xef] = 0x096b, [0xf0] = 0x0030, [0xf1] = 0x0031, + [0xf2] = 0x0032, [0xf3] = 0x0033, [0xf4] = 0x0034, [0xf5] = 0x0035, + [0xf6] = 0x0036, [0xf7] = 0x0037, [0xf8] = 0x0038, [0xf9] = 0x0039, + [0xfa] = 0x096c, [0xfb] = 0x096d, [0xfc] = 0x096e, [0xfd] = 0x096f, + [0xfe] = 0x0970, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x0901, end: 0x0952, idx: -2144 }, + { start: 0x0960, end: 0x0970, idx: -2157 }, + { start: 0x200c, end: 0x200d, idx: -7944 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xad', '\xe0', '\xbd', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x42', '\x43', '\x44', '\x00', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x51', '\x52', '\x53', '\x54', '\x55', + '\x56', '\x57', '\x58', '\x59', '\x62', '\x63', '\x64', '\x65', + '\x66', '\x67', '\x68', '\x69', '\x6a', '\x70', '\x71', '\x72', + '\x73', '\x74', '\x75', '\x76', '\x77', '\x78', '\x80', '\x8a', + '\x8b', '\x00', '\x8c', '\x8d', '\x8e', '\x8f', '\x90', '\x9a', + '\x9b', '\x00', '\x9c', '\x9d', '\x00', '\x9e', '\x9f', '\xaa', + '\xab', '\xac', '\x00', '\x00', '\xae', '\xaf', '\xb0', '\xb1', + '\xb2', '\xb3', '\xb4', '\xb5', '\xb6', '\xb7', '\xb8', '\xb9', + '\xba', '\xbb', '\xbc', '\xbe', '\xbf', '\xca', '\x00', '\x00', + '\xcb', '\xcc', '\xcd', '\xda', '\xdb', '\xdc', '\xdd', '\xde', + '\xdf', '\xea', '\xeb', '\xec', '\xed', '\xee', '\xef', '\xfa', + '\xfb', '\xfc', '\xfd', '\xfe', '\xa0', '\xe1' +}; diff --git a/iconvdata/ibm1140.c b/iconvdata/ibm1140.c new file mode 100644 index 0000000000..9cff5e006a --- /dev/null +++ b/iconvdata/ibm1140.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1140. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1140//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1140.h b/iconvdata/ibm1140.h new file mode 100644 index 0000000000..3513a406b5 --- /dev/null +++ b/iconvdata/ibm1140.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1140. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x00a2, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x005e, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x005b, [0xbb] = 0x005d, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xba', '\xe0', '\xbb', '\xb0', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\x4a', '\xb1', '\x00', '\xb2', '\x6a', '\xb5', + '\xbd', '\xb4', '\x9a', '\x8a', '\x5f', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xdc', '\x8d', '\x8e', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1141.c b/iconvdata/ibm1141.c new file mode 100644 index 0000000000..0998060bf9 --- /dev/null +++ b/iconvdata/ibm1141.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1141. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1141//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1141.h b/iconvdata/ibm1141.h new file mode 100644 index 0000000000..1b427b6a47 --- /dev/null +++ b/iconvdata/ibm1141.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1141. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x007b, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x00c4, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x007e, [0x5a] = 0x00dc, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x005b, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x00a7, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x00df, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x0040, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e4, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00a6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00fc, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x007d, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00d6, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x005c, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x005d, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xb5', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x63', '\xec', '\xfc', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x43', '\xbb', '\xdc', '\x59', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\xcc', '\x7c', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x4a', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xe0', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\x5a', '\xad', '\xae', '\xa1', + '\x44', '\x45', '\x42', '\x46', '\xc0', '\x47', '\x9c', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\x6a', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xd0', '\x8d', '\x8e', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1142.c b/iconvdata/ibm1142.c new file mode 100644 index 0000000000..147784ca71 --- /dev/null +++ b/iconvdata/ibm1142.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1142. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1142//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1142.h b/iconvdata/ibm1142.h new file mode 100644 index 0000000000..04dd4c3e1f --- /dev/null +++ b/iconvdata/ibm1142.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1142. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x007d, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x0023, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x20ac, [0x5b] = 0x00c5, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x0024, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f8, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00a6, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x00c6, + [0x7c] = 0x00d8, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0040, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x007b, [0x9d] = 0x00b8, [0x9e] = 0x005b, [0x9f] = 0x005d, + [0xa0] = 0x00b5, [0xa1] = 0x00fc, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e6, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e5, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x007e, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x4a', '\x67', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x80', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x9e', '\xe0', '\x9f', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x9c', '\xbb', '\x47', '\xdc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\x70', '\xb5', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x5b', '\x7b', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x7c', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\xd0', '\xc0', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x6a', '\xdd', '\xde', '\xdb', '\xa1', '\x8d', '\x8e', '\xdf', + '\xbc', '\x5a' +}; diff --git a/iconvdata/ibm1143.c b/iconvdata/ibm1143.c new file mode 100644 index 0000000000..5c7c208e4e --- /dev/null +++ b/iconvdata/ibm1143.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1143. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1143//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1143.h b/iconvdata/ibm1143.h new file mode 100644 index 0000000000..2a5112c261 --- /dev/null +++ b/iconvdata/ibm1143.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1143. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x007b, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x007d, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x00a7, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0060, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x20ac, [0x5b] = 0x00c5, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x0023, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x0024, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x005c, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x00e9, [0x7a] = 0x003a, [0x7b] = 0x00c4, + [0x7c] = 0x00d6, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x005d, + [0xa0] = 0x00b5, [0xa1] = 0x00fc, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x005b, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e4, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00a6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e5, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x007e, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00c9, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x0040, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x63', '\x67', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xec', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xb5', '\x71', '\x9f', '\x5f', '\x6d', + '\x51', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x43', '\xbb', '\x47', '\xdc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\xcc', '\x4a', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x7b', '\x5b', '\x9e', '\x68', + '\x74', '\xe0', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\x7c', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x44', '\x45', '\x42', '\x46', '\xc0', '\xd0', '\x9c', '\x48', + '\x54', '\x79', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\x6a', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xa1', '\x8d', '\x8e', '\xdf', + '\xbc', '\x5a' +}; diff --git a/iconvdata/ibm1144.c b/iconvdata/ibm1144.c new file mode 100644 index 0000000000..a05436a9db --- /dev/null +++ b/iconvdata/ibm1144.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1144. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1144//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1144.h b/iconvdata/ibm1144.h new file mode 100644 index 0000000000..df39a735d8 --- /dev/null +++ b/iconvdata/ibm1144.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1144. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x007b, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x005c, [0x49] = 0x00f1, [0x4a] = 0x00b0, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x005d, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x007d, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x007e, [0x59] = 0x00df, [0x5a] = 0x00e9, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f2, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x00f9, [0x7a] = 0x003a, [0x7b] = 0x00a3, + [0x7c] = 0x00a7, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x005b, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x00ec, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x0023, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x0040, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e0, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00a6, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e8, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x0060, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00e7, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\xb1', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xb5', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x90', '\x48', '\x51', '\x5f', '\x6d', + '\xdd', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x44', '\xbb', '\x54', '\x58', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\x7b', '\x00', '\xb2', '\xcd', '\x7c', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x4a', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\xc0', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\xe0', + '\xd0', '\x5a', '\x52', '\x53', '\xa1', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\x6a', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x70', '\x79', '\xde', '\xdb', '\xdc', '\x8d', '\x8e', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1145.c b/iconvdata/ibm1145.c new file mode 100644 index 0000000000..b3af001366 --- /dev/null +++ b/iconvdata/ibm1145.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1145. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1145//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1145.h b/iconvdata/ibm1145.h new file mode 100644 index 0000000000..fabc28f9f5 --- /dev/null +++ b/iconvdata/ibm1145.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1145. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00a6, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x0023, [0x6a] = 0x00f1, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x00d1, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x00a8, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x005e, [0xbb] = 0x0021, + [0xbc] = 0x00af, [0xbd] = 0x007e, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\xbb', '\x7f', '\x69', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\xba', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xbd', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\x49', '\xb5', + '\xa1', '\xb4', '\x9a', '\x8a', '\x5f', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x7b', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x6a', '\xcd', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xdc', '\x8d', '\x8e', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1146.c b/iconvdata/ibm1146.c new file mode 100644 index 0000000000..72e6e6903d --- /dev/null +++ b/iconvdata/ibm1146.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1146. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1146//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1146.h b/iconvdata/ibm1146.h new file mode 100644 index 0000000000..3b58e9364e --- /dev/null +++ b/iconvdata/ibm1146.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1146. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x0024, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x0021, [0x5b] = 0x00a3, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x00af, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x005b, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x005e, [0xbb] = 0x005d, + [0xbc] = 0x007e, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x4a', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xb1', '\xe0', '\xbb', '\xba', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xbc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\x5b', '\x00', '\xb2', '\x6a', '\xb5', + '\xbd', '\xb4', '\x9a', '\x8a', '\x5f', '\xca', '\xaf', '\xa1', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xdc', '\x8d', '\x8e', '\xdf', + '\xa1', '\x9f' +}; diff --git a/iconvdata/ibm1147.c b/iconvdata/ibm1147.c new file mode 100644 index 0000000000..5c47102dd7 --- /dev/null +++ b/iconvdata/ibm1147.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1147. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1147//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1147.h b/iconvdata/ibm1147.h new file mode 100644 index 0000000000..3dbb3fedaa --- /dev/null +++ b/iconvdata/ibm1147.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1147. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x0040, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x005c, [0x49] = 0x00f1, [0x4a] = 0x00b0, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x007b, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x007d, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x00a7, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f9, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x00b5, [0x7a] = 0x003a, [0x7b] = 0x00a3, + [0x7c] = 0x00e0, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x005b, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x0060, [0xa1] = 0x00a8, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x0023, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x005d, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x007e, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e9, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e8, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00a6, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00e7, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\xb1', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x44', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x90', '\x48', '\xb5', '\x5f', '\x6d', + '\xa0', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x51', '\xbb', '\x54', '\xbd', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\x7b', '\x00', '\xb2', '\xdd', '\x5a', + '\xa1', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x4a', '\x8f', '\xea', '\xfa', '\xbe', '\x79', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x7c', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\xe0', + '\xd0', '\xc0', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x70', '\x6a', '\xde', '\xdb', '\xdc', '\x8d', '\x8e', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1148.c b/iconvdata/ibm1148.c new file mode 100644 index 0000000000..85d6fed2dc --- /dev/null +++ b/iconvdata/ibm1148.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1148. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1148//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1148.h b/iconvdata/ibm1148.h new file mode 100644 index 0000000000..7f0cfe0583 --- /dev/null +++ b/iconvdata/ibm1148.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1148. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x00f0, [0x8d] = 0x00fd, [0x8e] = 0x00fe, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x00d0, [0xad] = 0x00dd, [0xae] = 0x00de, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\xbb', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\x6a', '\xb5', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\xac', '\x69', '\xed', '\xee', '\xeb', '\xef', '\xec', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\xae', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x8c', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xcc', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xdc', '\x8d', '\x8e', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1149.c b/iconvdata/ibm1149.c new file mode 100644 index 0000000000..a91652bba5 --- /dev/null +++ b/iconvdata/ibm1149.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1149. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1149//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1149.h b/iconvdata/ibm1149.h new file mode 100644 index 0000000000..1debebfad0 --- /dev/null +++ b/iconvdata/ibm1149.h @@ -0,0 +1,132 @@ +/* Tables for conversion from and to IBM1149. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x00de, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x00c6, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00d6, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x00f0, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x00d0, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x0060, [0x8d] = 0x00fd, [0x8e] = 0x007b, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x007d, [0x9d] = 0x00b8, [0x9e] = 0x005d, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x00f6, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x0040, [0xad] = 0x00dd, [0xae] = 0x005b, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x005c, [0xbf] = 0x00d7, + [0xc0] = 0x00fe, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x007e, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e6, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x00fc, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00b4, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x005e, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x203e, end: 0x203e, idx: -7998 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xac', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xae', '\xbe', '\x9e', '\xec', '\x6d', + '\x8c', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x8e', '\xbb', '\x9c', '\xcc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\x6a', '\xb5', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xe0', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x5a', '\x68', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\x7c', '\x69', '\xed', '\xee', '\xeb', '\xef', '\x5f', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\x4a', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\x47', '\xd0', '\x48', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x79', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xa1', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xdc', '\x8d', '\xc0', '\xdf', + '\xbc', '\x9f' +}; diff --git a/iconvdata/ibm1153.c b/iconvdata/ibm1153.c new file mode 100644 index 0000000000..5eafc6b252 --- /dev/null +++ b/iconvdata/ibm1153.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1153. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1153//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1153.h b/iconvdata/ibm1153.h new file mode 100644 index 0000000000..32fcac7a68 --- /dev/null +++ b/iconvdata/ibm1153.h @@ -0,0 +1,147 @@ +/* Mapping table for IBM1153. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x0163, [0x45] = 0x00e1, [0x46] = 0x0103, [0x47] = 0x010d, + [0x48] = 0x00e7, [0x49] = 0x0107, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x0119, [0x53] = 0x00eb, + [0x54] = 0x016f, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x013e, + [0x58] = 0x013a, [0x59] = 0x00df, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x02dd, [0x65] = 0x00c1, [0x66] = 0x0102, [0x67] = 0x010c, + [0x68] = 0x00c7, [0x69] = 0x0106, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x02c7, [0x71] = 0x00c9, [0x72] = 0x0118, [0x73] = 0x00cb, + [0x74] = 0x016e, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x013d, + [0x78] = 0x0139, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x02d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x015b, [0x8b] = 0x0148, + [0x8c] = 0x0111, [0x8d] = 0x00fd, [0x8e] = 0x0159, [0x8f] = 0x015f, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x0142, [0x9b] = 0x0144, + [0x9c] = 0x0161, [0x9d] = 0x00b8, [0x9e] = 0x02db, [0x9f] = 0x20ac, + [0xa0] = 0x0105, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x015a, [0xab] = 0x0147, + [0xac] = 0x0110, [0xad] = 0x00dd, [0xae] = 0x0158, [0xaf] = 0x015e, + [0xb0] = 0x02d9, [0xb1] = 0x0104, [0xb2] = 0x017c, [0xb3] = 0x0162, + [0xb4] = 0x017b, [0xb5] = 0x00a7, [0xb6] = 0x017e, [0xb7] = 0x017a, + [0xb8] = 0x017d, [0xb9] = 0x0179, [0xba] = 0x0141, [0xbb] = 0x0143, + [0xbc] = 0x0160, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00f6, [0xcd] = 0x0155, [0xce] = 0x00f3, [0xcf] = 0x0151, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x011a, [0xdb] = 0x0171, + [0xdc] = 0x00fc, [0xdd] = 0x0165, [0xde] = 0x00fa, [0xdf] = 0x011b, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x010f, [0xeb] = 0x00d4, + [0xec] = 0x00d6, [0xed] = 0x0154, [0xee] = 0x00d3, [0xef] = 0x0150, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x010e, [0xfb] = 0x0170, + [0xfc] = 0x00dc, [0xfd] = 0x0164, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x00a7, end: 0x00b8, idx: -6 }, + { start: 0x00c1, end: 0x0111, idx: -14 }, + { start: 0x0118, end: 0x011b, idx: -20 }, + { start: 0x0139, end: 0x0148, idx: -49 }, + { start: 0x0150, end: 0x0165, idx: -56 }, + { start: 0x016e, end: 0x0171, idx: -64 }, + { start: 0x0179, end: 0x017e, idx: -71 }, + { start: 0x02c7, end: 0x02c7, idx: -399 }, + { start: 0x02d8, end: 0x02dd, idx: -415 }, + { start: 0x20ac, end: 0x20ac, idx: -8045 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xb5', '\xbd', '\x00', '\x00', '\x00', '\x00', '\xca', + '\x00', '\x00', '\x90', '\x00', '\x00', '\x00', '\xbe', '\x00', + '\x00', '\x00', '\x9d', '\x65', '\x62', '\x00', '\x63', '\x00', + '\x00', '\x68', '\x00', '\x71', '\x00', '\x73', '\x00', '\x75', + '\x76', '\x00', '\xac', '\x00', '\x00', '\xee', '\xeb', '\x00', + '\xec', '\xbf', '\x00', '\x00', '\xfe', '\x00', '\xfc', '\xad', + '\x00', '\x59', '\x00', '\x45', '\x42', '\x00', '\x43', '\x00', + '\x00', '\x48', '\x00', '\x51', '\x00', '\x53', '\x00', '\x55', + '\x56', '\x00', '\x00', '\x00', '\x00', '\xce', '\xcb', '\x00', + '\xcc', '\xe1', '\x00', '\x00', '\xde', '\x00', '\xdc', '\x8d', + '\x00', '\x00', '\x00', '\x00', '\x66', '\x46', '\xb1', '\xa0', + '\x69', '\x49', '\x00', '\x00', '\x00', '\x00', '\x67', '\x47', + '\xfa', '\xea', '\xac', '\x8c', '\x72', '\x52', '\xda', '\xdf', + '\x78', '\x58', '\x00', '\x00', '\x77', '\x57', '\x00', '\x00', + '\xba', '\x9a', '\xbb', '\x9b', '\x00', '\x00', '\xab', '\x8b', + '\xef', '\xcf', '\x00', '\x00', '\xed', '\xcd', '\x00', '\x00', + '\xae', '\x8e', '\xaa', '\x8a', '\x00', '\x00', '\xaf', '\x8f', + '\xbc', '\x9c', '\xb3', '\x44', '\xfd', '\xdd', '\x74', '\x54', + '\xfb', '\xdb', '\xb9', '\xb7', '\xb4', '\xb2', '\xb8', '\xb6', + '\x70', '\x80', '\xb0', '\x00', '\x9e', '\x00', '\x64', '\x9f' +}; diff --git a/iconvdata/ibm1154.c b/iconvdata/ibm1154.c new file mode 100644 index 0000000000..9aaf5d8be2 --- /dev/null +++ b/iconvdata/ibm1154.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1154. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1154//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1154.h b/iconvdata/ibm1154.h new file mode 100644 index 0000000000..6e4d07f8a3 --- /dev/null +++ b/iconvdata/ibm1154.h @@ -0,0 +1,134 @@ +/* Mapping table for IBM1154. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0452, [0x43] = 0x0453, + [0x44] = 0x0451, [0x45] = 0x0454, [0x46] = 0x0455, [0x47] = 0x0456, + [0x48] = 0x0457, [0x49] = 0x0458, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0459, [0x52] = 0x045a, [0x53] = 0x045b, + [0x54] = 0x045c, [0x55] = 0x045e, [0x56] = 0x045f, [0x57] = 0x042a, + [0x58] = 0x2116, [0x59] = 0x0402, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0403, [0x63] = 0x0401, + [0x64] = 0x0404, [0x65] = 0x0405, [0x66] = 0x0406, [0x67] = 0x0407, + [0x68] = 0x0408, [0x69] = 0x0409, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x040a, [0x71] = 0x040b, [0x72] = 0x040c, [0x73] = 0x00ad, + [0x74] = 0x040e, [0x75] = 0x040f, [0x76] = 0x044e, [0x77] = 0x0430, + [0x78] = 0x0431, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0446, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0434, [0x8b] = 0x0435, + [0x8c] = 0x0444, [0x8d] = 0x0433, [0x8e] = 0x0445, [0x8f] = 0x0438, + [0x90] = 0x0439, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x043a, [0x9b] = 0x043b, + [0x9c] = 0x043c, [0x9d] = 0x043d, [0x9e] = 0x043e, [0x9f] = 0x043f, + [0xa0] = 0x044f, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0440, [0xab] = 0x0441, + [0xac] = 0x0442, [0xad] = 0x0443, [0xae] = 0x0436, [0xaf] = 0x0432, + [0xb0] = 0x044c, [0xb1] = 0x044b, [0xb2] = 0x0437, [0xb3] = 0x0448, + [0xb4] = 0x044d, [0xb5] = 0x0449, [0xb6] = 0x0447, [0xb7] = 0x044a, + [0xb8] = 0x042e, [0xb9] = 0x0410, [0xba] = 0x0411, [0xbb] = 0x0426, + [0xbc] = 0x0414, [0xbd] = 0x0415, [0xbe] = 0x0424, [0xbf] = 0x0413, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x0425, [0xcb] = 0x0418, + [0xcc] = 0x0419, [0xcd] = 0x041a, [0xce] = 0x041b, [0xcf] = 0x041c, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x041d, [0xdb] = 0x041e, + [0xdc] = 0x041f, [0xdd] = 0x042f, [0xde] = 0x0420, [0xdf] = 0x0421, + [0xe0] = 0x005c, [0xe1] = 0x20ac, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0422, [0xeb] = 0x0423, + [0xec] = 0x0416, [0xed] = 0x0412, [0xee] = 0x042c, [0xef] = 0x042b, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x0417, [0xfb] = 0x0428, + [0xfc] = 0x042d, [0xfd] = 0x0429, [0xfe] = 0x0427, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x00ad, end: 0x00ad, idx: -12 }, + { start: 0x0401, end: 0x045f, idx: -863 }, + { start: 0x20ac, end: 0x20ac, idx: -8107 }, + { start: 0x2116, end: 0x2116, idx: -8212 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x73', '\x63', '\x59', '\x62', '\x64', '\x65', '\x66', + '\x67', '\x68', '\x69', '\x70', '\x71', '\x72', '\x00', '\x74', + '\x75', '\xb9', '\xba', '\xed', '\xbf', '\xbc', '\xbd', '\xec', + '\xfa', '\xcb', '\xcc', '\xcd', '\xce', '\xcf', '\xda', '\xdb', + '\xdc', '\xde', '\xdf', '\xea', '\xeb', '\xbe', '\xca', '\xbb', + '\xfe', '\xfb', '\xfd', '\x57', '\xef', '\xee', '\xfc', '\xb8', + '\xdd', '\x77', '\x78', '\xaf', '\x8d', '\x8a', '\x8b', '\xae', + '\xb2', '\x8f', '\x90', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', + '\x9f', '\xaa', '\xab', '\xac', '\xad', '\x8c', '\x8e', '\x80', + '\xb6', '\xb3', '\xb5', '\xb7', '\xb1', '\xb0', '\xb4', '\x76', + '\xa0', '\x00', '\x44', '\x42', '\x43', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x51', '\x52', '\x53', '\x54', '\x00', '\x55', + '\x56', '\xe1', '\x58' +}; diff --git a/iconvdata/ibm1155.c b/iconvdata/ibm1155.c new file mode 100644 index 0000000000..f60ec5fb44 --- /dev/null +++ b/iconvdata/ibm1155.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1155. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1155//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1155.h b/iconvdata/ibm1155.h new file mode 100644 index 0000000000..282834f2ec --- /dev/null +++ b/iconvdata/ibm1155.h @@ -0,0 +1,134 @@ +/* Mapping table for IBM1155. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x00e4, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x00e5, + [0x48] = 0x007b, [0x49] = 0x00f1, [0x4a] = 0x00c7, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x011e, [0x5b] = 0x0130, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x00c4, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x00c5, + [0x68] = 0x005b, [0x69] = 0x00d1, [0x6a] = 0x015f, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x0131, [0x7a] = 0x003a, [0x7b] = 0x00d6, + [0x7c] = 0x015e, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x00dc, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x007d, [0x8d] = 0x0060, [0x8e] = 0x00a6, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x00f6, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x005d, [0xad] = 0x0024, [0xae] = 0x0040, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e7, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x007e, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x011f, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x005c, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00fc, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x0023, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x0022, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x011e, end: 0x011f, idx: -30 }, + { start: 0x0130, end: 0x0131, idx: -46 }, + { start: 0x015e, end: 0x015f, idx: -90 }, + { start: 0x20ac, end: 0x20ac, idx: -8102 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\xfc', '\xec', '\xad', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xae', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x68', '\xdc', '\xac', '\x5f', '\x6d', + '\x8d', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x48', '\xbb', '\x8c', '\xcc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\x8e', '\xb5', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x63', '\x67', '\x9e', '\x4a', + '\x74', '\x71', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\x00', '\x69', '\xed', '\xee', '\xeb', '\xef', '\x7b', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\x7f', '\x00', '\x00', '\x59', + '\x44', '\x45', '\x42', '\x46', '\x43', '\x47', '\x9c', '\xc0', + '\x54', '\x51', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x00', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\xa1', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xe0', '\x00', '\x00', '\xdf', + '\x5a', '\xd0', '\x5b', '\x79', '\x7c', '\x6a', '\x9f' +}; diff --git a/iconvdata/ibm1156.c b/iconvdata/ibm1156.c new file mode 100644 index 0000000000..6751abe294 --- /dev/null +++ b/iconvdata/ibm1156.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1156. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1156//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1156.h b/iconvdata/ibm1156.h new file mode 100644 index 0000000000..1352c8f672 --- /dev/null +++ b/iconvdata/ibm1156.h @@ -0,0 +1,149 @@ +/* Mapping table for IBM1156. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0161, [0x43] = 0x00e4, + [0x44] = 0x0105, [0x45] = 0x012f, [0x46] = 0x016b, [0x47] = 0x00e5, + [0x48] = 0x0113, [0x49] = 0x017e, [0x4a] = 0x00a2, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x00e9, [0x52] = 0x0119, [0x53] = 0x0117, + [0x54] = 0x010d, [0x55] = 0x0173, [0x56] = 0x201e, [0x57] = 0x201c, + [0x58] = 0x0123, [0x59] = 0x00df, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0160, [0x63] = 0x00c4, + [0x64] = 0x0104, [0x65] = 0x012e, [0x66] = 0x016a, [0x67] = 0x00c5, + [0x68] = 0x0112, [0x69] = 0x017d, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x00c9, [0x72] = 0x0118, [0x73] = 0x0116, + [0x74] = 0x010c, [0x75] = 0x0172, [0x76] = 0x012a, [0x77] = 0x013b, + [0x78] = 0x0122, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x0101, [0x8d] = 0x017c, [0x8e] = 0x0144, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x0156, [0x9b] = 0x0157, + [0x9c] = 0x00e6, [0x9d] = 0x0137, [0x9e] = 0x00c6, [0x9f] = 0x20ac, + [0xa0] = 0x00b5, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x201d, [0xab] = 0x017a, + [0xac] = 0x0100, [0xad] = 0x017b, [0xae] = 0x0143, [0xaf] = 0x00ae, + [0xb0] = 0x005e, [0xb1] = 0x00a3, [0xb2] = 0x012b, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x005b, [0xbb] = 0x005d, + [0xbc] = 0x0179, [0xbd] = 0x0136, [0xbe] = 0x013c, [0xbf] = 0x00d7, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x014d, + [0xcc] = 0x00f6, [0xcd] = 0x0146, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x0107, + [0xdc] = 0x00fc, [0xdd] = 0x0142, [0xde] = 0x015b, [0xdf] = 0x2019, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x014c, + [0xec] = 0x00d6, [0xed] = 0x0145, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x0106, + [0xfc] = 0x00dc, [0xfd] = 0x0141, [0xfe] = 0x015a, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00c9, idx: 0 }, + { start: 0x00d3, end: 0x00e9, idx: -9 }, + { start: 0x00f3, end: 0x0119, idx: -18 }, + { start: 0x0122, end: 0x0123, idx: -26 }, + { start: 0x012a, end: 0x012f, idx: -32 }, + { start: 0x0136, end: 0x014d, idx: -38 }, + { start: 0x0156, end: 0x0161, idx: -46 }, + { start: 0x016a, end: 0x016b, idx: -54 }, + { start: 0x0172, end: 0x017e, idx: -60 }, + { start: 0x2019, end: 0x201e, idx: -7894 }, + { start: 0x20ac, end: 0x20ac, idx: -8035 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xba', '\xe0', '\xbb', '\xb0', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x00', '\x4a', '\xb1', '\x00', '\x00', '\x6a', '\xb5', + '\x00', '\xb4', '\x00', '\x8a', '\x5f', '\xca', '\xaf', '\x00', + '\x90', '\x8f', '\xea', '\xfa', '\x00', '\xa0', '\xb6', '\xb3', + '\x00', '\xda', '\x00', '\x8b', '\xb7', '\xb8', '\xb9', '\x00', + '\x00', '\x00', '\x00', '\x00', '\x63', '\x67', '\x9e', '\x00', + '\x00', '\x71', '\xee', '\x00', '\xef', '\xec', '\xbf', '\x80', + '\x00', '\x00', '\x00', '\xfc', '\x00', '\x00', '\x59', '\x00', + '\x00', '\x00', '\x00', '\x43', '\x47', '\x9c', '\x00', '\x00', + '\x51', '\xce', '\x00', '\xcf', '\xcc', '\xe1', '\x70', '\x00', + '\x00', '\x00', '\xdc', '\x00', '\x00', '\x00', '\xac', '\x8c', + '\x00', '\x00', '\x64', '\x44', '\xfb', '\xdb', '\x00', '\x00', + '\x00', '\x00', '\x74', '\x54', '\x00', '\x00', '\x00', '\x00', + '\x68', '\x48', '\x00', '\x00', '\x73', '\x53', '\x72', '\x52', + '\x78', '\x58', '\x76', '\xb2', '\x00', '\x00', '\x65', '\x45', + '\xbd', '\x9d', '\x00', '\x00', '\x00', '\x77', '\xbe', '\x00', + '\x00', '\x00', '\x00', '\xfd', '\xdd', '\xae', '\x8e', '\xed', + '\xcd', '\x00', '\x00', '\x00', '\x00', '\x00', '\xeb', '\xcb', + '\x9a', '\x9b', '\x00', '\x00', '\xfe', '\xde', '\x00', '\x00', + '\x00', '\x00', '\x62', '\x42', '\x66', '\x46', '\x75', '\x55', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xbc', '\xab', '\xad', + '\x8d', '\x69', '\x49', '\xdf', '\x00', '\x00', '\x57', '\xaa', + '\x56', '\x9f' +}; diff --git a/iconvdata/ibm1157.c b/iconvdata/ibm1157.c new file mode 100644 index 0000000000..18ccc39efd --- /dev/null +++ b/iconvdata/ibm1157.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1157. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1157//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1157.h b/iconvdata/ibm1157.h new file mode 100644 index 0000000000..f30f6dff49 --- /dev/null +++ b/iconvdata/ibm1157.h @@ -0,0 +1,134 @@ +/* Mapping table for IBM1157. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x00e2, [0x43] = 0x007b, + [0x44] = 0x00e0, [0x45] = 0x00e1, [0x46] = 0x00e3, [0x47] = 0x007d, + [0x48] = 0x00e7, [0x49] = 0x00f1, [0x4a] = 0x00a7, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0060, [0x52] = 0x00ea, [0x53] = 0x00eb, + [0x54] = 0x00e8, [0x55] = 0x00ed, [0x56] = 0x00ee, [0x57] = 0x00ef, + [0x58] = 0x00ec, [0x59] = 0x00df, [0x5a] = 0x20ac, [0x5b] = 0x00c5, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x00c2, [0x63] = 0x0023, + [0x64] = 0x00c0, [0x65] = 0x00c1, [0x66] = 0x00c3, [0x67] = 0x0024, + [0x68] = 0x00c7, [0x69] = 0x00d1, [0x6a] = 0x00f6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00f8, [0x71] = 0x005c, [0x72] = 0x00ca, [0x73] = 0x00cb, + [0x74] = 0x00c8, [0x75] = 0x00cd, [0x76] = 0x00ce, [0x77] = 0x00cf, + [0x78] = 0x00cc, [0x79] = 0x00e9, [0x7a] = 0x003a, [0x7b] = 0x00c4, + [0x7c] = 0x00d6, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x00d8, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, [0x8b] = 0x00bb, + [0x8c] = 0x0161, [0x8d] = 0x00fd, [0x8e] = 0x017e, [0x8f] = 0x00b1, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x00aa, [0x9b] = 0x00ba, + [0x9c] = 0x00e6, [0x9d] = 0x00b8, [0x9e] = 0x00c6, [0x9f] = 0x005d, + [0xa0] = 0x00b5, [0xa1] = 0x00fc, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x00a1, [0xab] = 0x00bf, + [0xac] = 0x0160, [0xad] = 0x00dd, [0xae] = 0x017d, [0xaf] = 0x00ae, + [0xb0] = 0x00a2, [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x00b7, + [0xb4] = 0x00a9, [0xb5] = 0x005b, [0xb6] = 0x00b6, [0xb7] = 0x00bc, + [0xb8] = 0x00bd, [0xb9] = 0x00be, [0xba] = 0x00ac, [0xbb] = 0x007c, + [0xbc] = 0x00af, [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, + [0xc0] = 0x00e4, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x00f4, + [0xcc] = 0x00a6, [0xcd] = 0x00f2, [0xce] = 0x00f3, [0xcf] = 0x00f5, + [0xd0] = 0x00e5, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b9, [0xdb] = 0x00fb, + [0xdc] = 0x007e, [0xdd] = 0x00f9, [0xde] = 0x00fa, [0xdf] = 0x00ff, + [0xe0] = 0x00c9, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xeb] = 0x00d4, + [0xec] = 0x0040, [0xed] = 0x00d2, [0xee] = 0x00d3, [0xef] = 0x00d5, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00db, + [0xfc] = 0x00dc, [0xfd] = 0x00d9, [0xfe] = 0x00da, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x0160, end: 0x0161, idx: -96 }, + { start: 0x017d, end: 0x017e, idx: -123 }, + { start: 0x203e, end: 0x203e, idx: -7994 }, + { start: 0x20ac, end: 0x20ac, idx: -8103 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x63', '\x67', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\xec', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xb5', '\x71', '\x9f', '\x5f', '\x6d', + '\x51', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x43', '\xbb', '\x47', '\xdc', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\xaa', '\xb0', '\xb1', '\x00', '\xb2', '\xcc', '\x4a', + '\xbd', '\xb4', '\x9a', '\x8a', '\xba', '\xca', '\xaf', '\xbc', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\xb3', + '\x9d', '\xda', '\x9b', '\x8b', '\xb7', '\xb8', '\xb9', '\xab', + '\x64', '\x65', '\x62', '\x66', '\x7b', '\x5b', '\x9e', '\x68', + '\x74', '\xe0', '\x72', '\x73', '\x78', '\x75', '\x76', '\x77', + '\x00', '\x69', '\xed', '\xee', '\xeb', '\xef', '\x7c', '\xbf', + '\x80', '\xfd', '\xfe', '\xfb', '\xfc', '\xad', '\x00', '\x59', + '\x44', '\x45', '\x42', '\x46', '\xc0', '\xd0', '\x9c', '\x48', + '\x54', '\x79', '\x52', '\x53', '\x58', '\x55', '\x56', '\x57', + '\x00', '\x49', '\xcd', '\xce', '\xcb', '\xcf', '\x6a', '\xe1', + '\x70', '\xdd', '\xde', '\xdb', '\xa1', '\x8d', '\x00', '\xdf', + '\xac', '\x8c', '\xae', '\x8e', '\xbc', '\x5a' +}; diff --git a/iconvdata/ibm1158.c b/iconvdata/ibm1158.c new file mode 100644 index 0000000000..6ca7e6c1c6 --- /dev/null +++ b/iconvdata/ibm1158.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1158. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1158//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1158.h b/iconvdata/ibm1158.h new file mode 100644 index 0000000000..31b71fee3b --- /dev/null +++ b/iconvdata/ibm1158.h @@ -0,0 +1,135 @@ +/* Mapping table for IBM1158. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Jiro SEKIBA , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0452, [0x43] = 0x0491, + [0x44] = 0x0451, [0x45] = 0x0454, [0x46] = 0x0455, [0x47] = 0x0456, + [0x48] = 0x0457, [0x49] = 0x0458, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x0459, [0x52] = 0x045a, [0x53] = 0x045b, + [0x54] = 0x045c, [0x55] = 0x045e, [0x56] = 0x045f, [0x57] = 0x042a, + [0x58] = 0x2116, [0x59] = 0x0402, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0490, [0x63] = 0x0401, + [0x64] = 0x0404, [0x65] = 0x0405, [0x66] = 0x0406, [0x67] = 0x0407, + [0x68] = 0x0408, [0x69] = 0x0409, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x040a, [0x71] = 0x040b, [0x72] = 0x040c, [0x73] = 0x00ad, + [0x74] = 0x040e, [0x75] = 0x040f, [0x76] = 0x044e, [0x77] = 0x0430, + [0x78] = 0x0431, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0446, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0434, [0x8b] = 0x0435, + [0x8c] = 0x0444, [0x8d] = 0x0433, [0x8e] = 0x0445, [0x8f] = 0x0438, + [0x90] = 0x0439, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x043a, [0x9b] = 0x043b, + [0x9c] = 0x043c, [0x9d] = 0x043d, [0x9e] = 0x043e, [0x9f] = 0x043f, + [0xa0] = 0x044f, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0440, [0xab] = 0x0441, + [0xac] = 0x0442, [0xad] = 0x0443, [0xae] = 0x0436, [0xaf] = 0x0432, + [0xb0] = 0x044c, [0xb1] = 0x044b, [0xb2] = 0x0437, [0xb3] = 0x0448, + [0xb4] = 0x044d, [0xb5] = 0x0449, [0xb6] = 0x0447, [0xb7] = 0x044a, + [0xb8] = 0x042e, [0xb9] = 0x0410, [0xba] = 0x0411, [0xbb] = 0x0426, + [0xbc] = 0x0414, [0xbd] = 0x0415, [0xbe] = 0x0424, [0xbf] = 0x0413, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x0425, [0xcb] = 0x0418, + [0xcc] = 0x0419, [0xcd] = 0x041a, [0xce] = 0x041b, [0xcf] = 0x041c, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x041d, [0xdb] = 0x041e, + [0xdc] = 0x041f, [0xdd] = 0x042f, [0xde] = 0x0420, [0xdf] = 0x0421, + [0xe0] = 0x005c, [0xe1] = 0x20ac, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0422, [0xeb] = 0x0423, + [0xec] = 0x0416, [0xed] = 0x0412, [0xee] = 0x042c, [0xef] = 0x042b, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x0417, [0xfb] = 0x0428, + [0xfc] = 0x042d, [0xfd] = 0x0429, [0xfe] = 0x0427, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x00ad, end: 0x00ad, idx: -12 }, + { start: 0x0401, end: 0x045f, idx: -863 }, + { start: 0x0490, end: 0x0491, idx: -911 }, + { start: 0x20ac, end: 0x20ac, idx: -8105 }, + { start: 0x2116, end: 0x2116, idx: -8210 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x73', '\x63', '\x59', '\x00', '\x64', '\x65', '\x66', + '\x67', '\x68', '\x69', '\x70', '\x71', '\x72', '\x00', '\x74', + '\x75', '\xb9', '\xba', '\xed', '\xbf', '\xbc', '\xbd', '\xec', + '\xfa', '\xcb', '\xcc', '\xcd', '\xce', '\xcf', '\xda', '\xdb', + '\xdc', '\xde', '\xdf', '\xea', '\xeb', '\xbe', '\xca', '\xbb', + '\xfe', '\xfb', '\xfd', '\x57', '\xef', '\xee', '\xfc', '\xb8', + '\xdd', '\x77', '\x78', '\xaf', '\x8d', '\x8a', '\x8b', '\xae', + '\xb2', '\x8f', '\x90', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', + '\x9f', '\xaa', '\xab', '\xac', '\xad', '\x8c', '\x8e', '\x80', + '\xb6', '\xb3', '\xb5', '\xb7', '\xb1', '\xb0', '\xb4', '\x76', + '\xa0', '\x00', '\x44', '\x42', '\x00', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x51', '\x52', '\x53', '\x54', '\x00', '\x55', + '\x56', '\x62', '\x43', '\xe1', '\x58' +}; diff --git a/iconvdata/ibm1166.c b/iconvdata/ibm1166.c new file mode 100644 index 0000000000..75ff337c1a --- /dev/null +++ b/iconvdata/ibm1166.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1166. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1166//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1166.h b/iconvdata/ibm1166.h new file mode 100644 index 0000000000..9eaa63e547 --- /dev/null +++ b/iconvdata/ibm1166.h @@ -0,0 +1,143 @@ +/* Tables for conversion from and to IBM1166. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x04d9, [0x43] = 0x0493, + [0x44] = 0x0451, [0x45] = 0x0454, [0x46] = 0x0455, [0x47] = 0x0456, + [0x48] = 0x049b, [0x49] = 0x0458, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x04a3, [0x52] = 0x04e9, [0x53] = 0x04b1, + [0x54] = 0x04af, [0x55] = 0x045e, [0x56] = 0x04bb, [0x57] = 0x042a, + [0x58] = 0x2116, [0x59] = 0x04d8, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0492, [0x63] = 0x0401, + [0x64] = 0x0404, [0x65] = 0x0405, [0x66] = 0x0406, [0x67] = 0x049a, + [0x68] = 0x0408, [0x69] = 0x04a2, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x04e8, [0x71] = 0x04b0, [0x72] = 0x04ae, [0x73] = 0x00ad, + [0x74] = 0x040e, [0x75] = 0x04ba, [0x76] = 0x044e, [0x77] = 0x0430, + [0x78] = 0x0431, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0446, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0434, [0x8b] = 0x0435, + [0x8c] = 0x0444, [0x8d] = 0x0433, [0x8e] = 0x0445, [0x8f] = 0x0438, + [0x90] = 0x0439, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x043a, [0x9b] = 0x043b, + [0x9c] = 0x043c, [0x9d] = 0x043d, [0x9e] = 0x043e, [0x9f] = 0x043f, + [0xa0] = 0x044f, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0440, [0xab] = 0x0441, + [0xac] = 0x0442, [0xad] = 0x0443, [0xae] = 0x0436, [0xaf] = 0x0432, + [0xb0] = 0x044c, [0xb1] = 0x044b, [0xb2] = 0x0437, [0xb3] = 0x0448, + [0xb4] = 0x044d, [0xb5] = 0x0449, [0xb6] = 0x0447, [0xb7] = 0x044a, + [0xb8] = 0x042e, [0xb9] = 0x0410, [0xba] = 0x0411, [0xbb] = 0x0426, + [0xbc] = 0x0414, [0xbd] = 0x0415, [0xbe] = 0x0424, [0xbf] = 0x0413, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x0425, [0xcb] = 0x0418, + [0xcc] = 0x0419, [0xcd] = 0x041a, [0xce] = 0x041b, [0xcf] = 0x041c, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x041d, [0xdb] = 0x041e, + [0xdc] = 0x041f, [0xdd] = 0x042f, [0xde] = 0x0420, [0xdf] = 0x0421, + [0xe0] = 0x005c, [0xe1] = 0x20ac, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0422, [0xeb] = 0x0423, + [0xec] = 0x0416, [0xed] = 0x0412, [0xee] = 0x042c, [0xef] = 0x042b, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x0417, [0xfb] = 0x0428, + [0xfc] = 0x042d, [0xfd] = 0x0429, [0xfe] = 0x0427, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x00ad, end: 0x00ad, idx: -12 }, + { start: 0x0401, end: 0x045e, idx: -863 }, + { start: 0x0492, end: 0x0493, idx: -914 }, + { start: 0x049a, end: 0x049b, idx: -920 }, + { start: 0x04a2, end: 0x04a3, idx: -926 }, + { start: 0x04ae, end: 0x04b1, idx: -936 }, + { start: 0x04ba, end: 0x04bb, idx: -944 }, + { start: 0x04d8, end: 0x04d9, idx: -972 }, + { start: 0x04e8, end: 0x04e9, idx: -986 }, + { start: 0x20ac, end: 0x20ac, idx: -8092 }, + { start: 0x2116, end: 0x2116, idx: -8197 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x73', '\x63', '\x00', '\x00', '\x64', '\x65', '\x66', + '\x00', '\x68', '\x00', '\x00', '\x00', '\x00', '\x00', '\x74', + '\x00', '\xb9', '\xba', '\xed', '\xbf', '\xbc', '\xbd', '\xec', + '\xfa', '\xcb', '\xcc', '\xcd', '\xce', '\xcf', '\xda', '\xdb', + '\xdc', '\xde', '\xdf', '\xea', '\xeb', '\xbe', '\xca', '\xbb', + '\xfe', '\xfb', '\xfd', '\x57', '\xef', '\xee', '\xfc', '\xb8', + '\xdd', '\x77', '\x78', '\xaf', '\x8d', '\x8a', '\x8b', '\xae', + '\xb2', '\x8f', '\x90', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', + '\x9f', '\xaa', '\xab', '\xac', '\xad', '\x8c', '\x8e', '\x80', + '\xb6', '\xb3', '\xb5', '\xb7', '\xb1', '\xb0', '\xb4', '\x76', + '\xa0', '\x00', '\x44', '\x00', '\x00', '\x45', '\x46', '\x47', + '\x00', '\x49', '\x00', '\x00', '\x00', '\x00', '\x00', '\x55', + '\x62', '\x43', '\x67', '\x48', '\x69', '\x51', '\x72', '\x54', + '\x71', '\x53', '\x75', '\x56', '\x59', '\x42', '\x70', '\x52', + '\xe1', '\x58' +}; diff --git a/iconvdata/ibm1167.c b/iconvdata/ibm1167.c new file mode 100644 index 0000000000..5a05d799aa --- /dev/null +++ b/iconvdata/ibm1167.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM1167. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM1167//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm1167.h b/iconvdata/ibm1167.h new file mode 100644 index 0000000000..b19e268e34 --- /dev/null +++ b/iconvdata/ibm1167.h @@ -0,0 +1,156 @@ +/* Tables for conversion from and to IBM1167. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x2500, [0x81] = 0x2502, [0x82] = 0x250c, [0x83] = 0x2510, + [0x84] = 0x2514, [0x85] = 0x2518, [0x86] = 0x251c, [0x87] = 0x2524, + [0x88] = 0x252c, [0x89] = 0x2534, [0x8a] = 0x253c, [0x8b] = 0x2580, + [0x8c] = 0x2584, [0x8d] = 0x2588, [0x8e] = 0x258c, [0x8f] = 0x2590, + [0x90] = 0x2591, [0x91] = 0x2592, [0x92] = 0x2593, [0x93] = 0x201c, + [0x94] = 0x25a0, [0x95] = 0x2219, [0x96] = 0x201d, [0x97] = 0x2014, + [0x98] = 0x2116, [0x99] = 0x2122, [0x9a] = 0x00a0, [0x9b] = 0x00bb, + [0x9c] = 0x00ae, [0x9d] = 0x00ab, [0x9e] = 0x00b7, [0x9f] = 0x00a4, + [0xa0] = 0x2550, [0xa1] = 0x2551, [0xa2] = 0x2552, [0xa3] = 0x0451, + [0xa4] = 0x0454, [0xa5] = 0x2554, [0xa6] = 0x0456, [0xa7] = 0x0457, + [0xa8] = 0x2557, [0xa9] = 0x2558, [0xaa] = 0x2559, [0xab] = 0x255a, + [0xac] = 0x255b, [0xad] = 0x0491, [0xae] = 0x045e, [0xaf] = 0x255e, + [0xb0] = 0x255f, [0xb1] = 0x2560, [0xb2] = 0x2561, [0xb3] = 0x0401, + [0xb4] = 0x0404, [0xb5] = 0x2563, [0xb6] = 0x0406, [0xb7] = 0x0407, + [0xb8] = 0x2566, [0xb9] = 0x2567, [0xba] = 0x2568, [0xbb] = 0x2569, + [0xbc] = 0x256a, [0xbd] = 0x0490, [0xbe] = 0x040e, [0xbf] = 0x00a9, + [0xc0] = 0x044e, [0xc1] = 0x0430, [0xc2] = 0x0431, [0xc3] = 0x0446, + [0xc4] = 0x0434, [0xc5] = 0x0435, [0xc6] = 0x0444, [0xc7] = 0x0433, + [0xc8] = 0x0445, [0xc9] = 0x0438, [0xca] = 0x0439, [0xcb] = 0x043a, + [0xcc] = 0x043b, [0xcd] = 0x043c, [0xce] = 0x043d, [0xcf] = 0x043e, + [0xd0] = 0x043f, [0xd1] = 0x044f, [0xd2] = 0x0440, [0xd3] = 0x0441, + [0xd4] = 0x0442, [0xd5] = 0x0443, [0xd6] = 0x0436, [0xd7] = 0x0432, + [0xd8] = 0x044c, [0xd9] = 0x044b, [0xda] = 0x0437, [0xdb] = 0x0448, + [0xdc] = 0x044d, [0xdd] = 0x0449, [0xde] = 0x0447, [0xdf] = 0x044a, + [0xe0] = 0x042e, [0xe1] = 0x0410, [0xe2] = 0x0411, [0xe3] = 0x0426, + [0xe4] = 0x0414, [0xe5] = 0x0415, [0xe6] = 0x0424, [0xe7] = 0x0413, + [0xe8] = 0x0425, [0xe9] = 0x0418, [0xea] = 0x0419, [0xeb] = 0x041a, + [0xec] = 0x041b, [0xed] = 0x041c, [0xee] = 0x041d, [0xef] = 0x041e, + [0xf0] = 0x041f, [0xf1] = 0x042f, [0xf2] = 0x0420, [0xf3] = 0x0421, + [0xf4] = 0x0422, [0xf5] = 0x0423, [0xf6] = 0x0416, [0xf7] = 0x0412, + [0xf8] = 0x042c, [0xf9] = 0x042b, [0xfa] = 0x0417, [0xfb] = 0x0428, + [0xfc] = 0x042d, [0xfd] = 0x0429, [0xfe] = 0x0427, [0xff] = 0x042a +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x007f, idx: 0 }, + { start: 0x00a0, end: 0x00ae, idx: -32 }, + { start: 0x00b7, end: 0x00bb, idx: -40 }, + { start: 0x0401, end: 0x0407, idx: -877 }, + { start: 0x040e, end: 0x0457, idx: -883 }, + { start: 0x045e, end: 0x045e, idx: -889 }, + { start: 0x0490, end: 0x0491, idx: -938 }, + { start: 0x2014, end: 0x2014, idx: -7980 }, + { start: 0x201c, end: 0x201d, idx: -7987 }, + { start: 0x2116, end: 0x2116, idx: -8235 }, + { start: 0x2122, end: 0x2122, idx: -8246 }, + { start: 0x2219, end: 0x2219, idx: -8492 }, + { start: 0x2500, end: 0x2502, idx: -9234 }, + { start: 0x250c, end: 0x251c, idx: -9243 }, + { start: 0x2524, end: 0x2524, idx: -9250 }, + { start: 0x252c, end: 0x252c, idx: -9257 }, + { start: 0x2534, end: 0x2534, idx: -9264 }, + { start: 0x253c, end: 0x253c, idx: -9271 }, + { start: 0x2550, end: 0x256a, idx: -9290 }, + { start: 0x2580, end: 0x2593, idx: -9311 }, + { start: 0x25a0, end: 0x25a0, idx: -9323 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x9a', '\x00', '\x00', '\x00', '\x9f', '\x00', '\x00', '\x00', + '\x00', '\xbf', '\x00', '\x9d', '\x00', '\x00', '\x9c', '\x9e', + '\x00', '\x00', '\x00', '\x9b', '\xb3', '\x00', '\x00', '\xb4', + '\x00', '\xb6', '\xb7', '\xbe', '\x00', '\xe1', '\xe2', '\xf7', + '\xe7', '\xe4', '\xe5', '\xf6', '\xfa', '\xe9', '\xea', '\xeb', + '\xec', '\xed', '\xee', '\xef', '\xf0', '\xf2', '\xf3', '\xf4', + '\xf5', '\xe6', '\xe8', '\xe3', '\xfe', '\xfb', '\xfd', '\xff', + '\xf9', '\xf8', '\xfc', '\xe0', '\xf1', '\xc1', '\xc2', '\xd7', + '\xc7', '\xc4', '\xc5', '\xd6', '\xda', '\xc9', '\xca', '\xcb', + '\xcc', '\xcd', '\xce', '\xcf', '\xd0', '\xd2', '\xd3', '\xd4', + '\xd5', '\xc6', '\xc8', '\xc3', '\xde', '\xdb', '\xdd', '\xdf', + '\xd9', '\xd8', '\xdc', '\xc0', '\xd1', '\x00', '\xa3', '\x00', + '\x00', '\xa4', '\x00', '\xa6', '\xa7', '\xae', '\xbd', '\xad', + '\x97', '\x93', '\x96', '\x98', '\x99', '\x95', '\x80', '\x00', + '\x81', '\x82', '\x00', '\x00', '\x00', '\x83', '\x00', '\x00', + '\x00', '\x84', '\x00', '\x00', '\x00', '\x85', '\x00', '\x00', + '\x00', '\x86', '\x87', '\x88', '\x89', '\x8a', '\xa0', '\xa1', + '\xa2', '\x00', '\xa5', '\x00', '\x00', '\xa8', '\xa9', '\xaa', + '\xab', '\xac', '\x00', '\x00', '\xaf', '\xb0', '\xb1', '\xb2', + '\x00', '\xb5', '\x00', '\x00', '\xb8', '\xb9', '\xba', '\xbb', + '\xbc', '\x8b', '\x00', '\x00', '\x00', '\x8c', '\x00', '\x00', + '\x00', '\x8d', '\x00', '\x00', '\x00', '\x8e', '\x00', '\x00', + '\x00', '\x8f', '\x90', '\x91', '\x92', '\x94' +}; diff --git a/iconvdata/ibm12712.c b/iconvdata/ibm12712.c new file mode 100644 index 0000000000..8bc0760953 --- /dev/null +++ b/iconvdata/ibm12712.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM12712. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM12712//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm12712.h b/iconvdata/ibm12712.h new file mode 100644 index 0000000000..1c42e6fc5d --- /dev/null +++ b/iconvdata/ibm12712.h @@ -0,0 +1,129 @@ +/* Tables for conversion from and to IBM12712. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x05d0, [0x42] = 0x05d1, [0x43] = 0x05d2, + [0x44] = 0x05d3, [0x45] = 0x05d4, [0x46] = 0x05d5, [0x47] = 0x05d6, + [0x48] = 0x05d7, [0x49] = 0x05d8, [0x4a] = 0x00a2, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x05d9, [0x52] = 0x05da, [0x53] = 0x05db, + [0x54] = 0x05dc, [0x55] = 0x05dd, [0x56] = 0x05de, [0x57] = 0x05df, + [0x58] = 0x05e0, [0x59] = 0x05e1, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x05e2, [0x63] = 0x05e3, + [0x64] = 0x05e4, [0x65] = 0x05e5, [0x66] = 0x05e6, [0x67] = 0x05e7, + [0x68] = 0x05e8, [0x69] = 0x05e9, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x71] = 0x05ea, [0x74] = 0x00a0, [0x78] = 0x2017, [0x79] = 0x0060, + [0x7a] = 0x003a, [0x7b] = 0x0023, [0x7c] = 0x0040, [0x7d] = 0x0027, + [0x7e] = 0x003d, [0x7f] = 0x0022, [0x81] = 0x0061, [0x82] = 0x0062, + [0x83] = 0x0063, [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, + [0x87] = 0x0067, [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x00ab, + [0x8b] = 0x00bb, [0x8f] = 0x00b1, [0x90] = 0x00b0, [0x91] = 0x006a, + [0x92] = 0x006b, [0x93] = 0x006c, [0x94] = 0x006d, [0x95] = 0x006e, + [0x96] = 0x006f, [0x97] = 0x0070, [0x98] = 0x0071, [0x99] = 0x0072, + [0x9c] = 0x20ac, [0x9d] = 0x00b8, [0x9e] = 0x20aa, [0x9f] = 0x00a4, + [0xa0] = 0x00b5, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaf] = 0x00ae, [0xb0] = 0x005e, + [0xb1] = 0x00a3, [0xb2] = 0x00a5, [0xb3] = 0x2022, [0xb4] = 0x00a9, + [0xb5] = 0x00a7, [0xb6] = 0x00b6, [0xb7] = 0x00bc, [0xb8] = 0x00bd, + [0xb9] = 0x00be, [0xba] = 0x005b, [0xbb] = 0x005d, [0xbc] = 0x203e, + [0xbd] = 0x00a8, [0xbe] = 0x00b4, [0xbf] = 0x00d7, [0xc0] = 0x007b, + [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, [0xc4] = 0x0044, + [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, [0xc8] = 0x0048, + [0xc9] = 0x0049, [0xca] = 0x00ad, [0xd0] = 0x007d, [0xd1] = 0x004a, + [0xd2] = 0x004b, [0xd3] = 0x004c, [0xd4] = 0x004d, [0xd5] = 0x004e, + [0xd6] = 0x004f, [0xd7] = 0x0050, [0xd8] = 0x0051, [0xd9] = 0x0052, + [0xda] = 0x00b9, [0xdb] = 0x202d, [0xdc] = 0x202e, [0xdd] = 0x202c, + [0xe0] = 0x005c, [0xe1] = 0x00f7, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00b2, [0xf0] = 0x0030, + [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, [0xf4] = 0x0034, + [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, [0xf8] = 0x0038, + [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x202a, [0xfc] = 0x202b, + [0xfd] = 0x200e, [0xfe] = 0x200f, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00be, idx: 0 }, + { start: 0x00d7, end: 0x00d7, idx: -24 }, + { start: 0x00f7, end: 0x00f7, idx: -55 }, + { start: 0x05d0, end: 0x05ea, idx: -1295 }, + { start: 0x200e, end: 0x200f, idx: -7986 }, + { start: 0x2017, end: 0x2017, idx: -7993 }, + { start: 0x2022, end: 0x2022, idx: -8003 }, + { start: 0x202a, end: 0x202e, idx: -8010 }, + { start: 0x203e, end: 0x203e, idx: -8025 }, + { start: 0x20aa, end: 0x20ac, idx: -8132 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xba', '\xe0', '\xbb', '\xb0', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x74', '\x00', '\x4a', '\xb1', '\x9f', '\xb2', '\x6a', '\xb5', + '\xbd', '\xb4', '\x00', '\x8a', '\x5f', '\xca', '\xaf', '\x00', + '\x90', '\x8f', '\xea', '\xfa', '\xbe', '\xa0', '\xb6', '\x00', + '\x9d', '\xda', '\x00', '\x8b', '\xb7', '\xb8', '\xb9', '\xbf', + '\xe1', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', + '\x57', '\x58', '\x59', '\x62', '\x63', '\x64', '\x65', '\x66', + '\x67', '\x68', '\x69', '\x71', '\xfd', '\xfe', '\x78', '\xb3', + '\xfb', '\xfc', '\xdd', '\xdb', '\xdc', '\xbc', '\x9e', '\x00', + '\x9c' +}; diff --git a/iconvdata/ibm1364.c b/iconvdata/ibm1364.c new file mode 100644 index 0000000000..1d46cf6dfb --- /dev/null +++ b/iconvdata/ibm1364.c @@ -0,0 +1,394 @@ +/* Conversion from and to IBM1364. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include +#include +#include + +#ifndef CHARSET_NAME +/* This is really the IBM1364 converter, not another module sharing + the code. */ +# define DATA_HEADER "ibm1364.h" +# define CHARSET_NAME "IBM1364//" +# define FROM_LOOP from_ibm1364 +# define TO_LOOP to_ibm1364 +# define SB_TO_UCS4 __ibm1364sb_to_ucs4 +# define DB_TO_UCS4_IDX __ibm1364db_to_ucs4_idx +# define DB_TO_UCS4 __ibm1364db_to_ucs4 +# define UCS4_TO_SB_IDX __ucs4_to_ibm1364sb_idx +# define UCS4_TO_SB __ucs4_to_ibm1364sb +# define UCS4_TO_DB_IDX __ucs4_to_ibm1364db_idx +# define UCS4_TO_DB __ucs4_to_ibm1364db +# define UCS_LIMIT 0xffff +#endif + + +#include DATA_HEADER + +/* The shift sequences for this charset (it does not use ESC). */ +#define SI 0x0F /* Shift In, host code to turn DBCS off. */ +#define SO 0x0E /* Shift Out, host code to turn DBCS on. */ + +/* Definitions used in the body of the `gconv' function. */ +#define MIN_NEEDED_FROM 1 +#define MAX_NEEDED_FROM 2 +#define MIN_NEEDED_TO 4 +#ifdef HAS_COMBINED +# define MAX_NEEDED_TO 8 +#else +# define MAX_NEEDED_TO 4 +#endif +#define PREPARE_LOOP \ + int save_curcs; \ + int *curcsp = &data->__statep->__count; +#define EXTRA_LOOP_ARGS , curcsp + +/* Definitions of initialization and destructor function. */ +#define DEFINE_INIT 1 +#define DEFINE_FINI 1 + + +/* Since this is a stateful encoding we have to provide code which resets + the output state to the initial state. This has to be done during the + flushing. */ +#define EMIT_SHIFT_TO_INIT \ + if ((data->__statep->__count & ~7) != sb) \ + { \ + if (FROM_DIRECTION) \ + data->__statep->__count &= 7; \ + else \ + { \ + /* We are not in the initial state. To switch back we have \ + to emit `SI'. */ \ + if (__builtin_expect (outbuf >= outend, 0)) \ + /* We don't have enough room in the output buffer. */ \ + status = __GCONV_FULL_OUTPUT; \ + else \ + { \ + /* Write out the shift sequence. */ \ + *outbuf++ = SI; \ + data->__statep->__count &= 7; \ + } \ + } \ + } + + +/* Since we might have to reset input pointer we must be able to save + and retore the state. */ +#define SAVE_RESET_STATE(Save) \ + if (Save) \ + save_curcs = *curcsp; \ + else \ + *curcsp = save_curcs + + +/* Current codeset type. */ +enum +{ + sb = 0, + db = 64 +}; + + +/* Subroutine to write out converted UCS4 from IBM-13XX. */ +#ifdef HAS_COMBINED +# define SUB_COMBINED_UCS_FROM_IBM13XX \ + { \ + if (res != UCS_LIMIT || ch < __TO_UCS4_COMBINED_MIN \ + || ch > __TO_UCS4_COMBINED_MAX) \ + { \ + put32 (outptr, res); \ + outptr += 4; \ + } \ + else \ + { \ + /* This is a combined character. Make sure we have room. */ \ + if (__builtin_expect (outptr + 8 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + \ + const struct divide *cmbp \ + = &DB_TO_UCS4_COMB[ch - __TO_UCS4_COMBINED_MIN]; \ + assert (cmbp->res1 != 0 && cmbp->res2 != 0); \ + \ + put32 (outptr, cmbp->res1); \ + outptr += 4; \ + put32 (outptr, cmbp->res2); \ + outptr += 4; \ + } \ + } +#else +# define SUB_COMBINED_UCS_FROM_IBM13XX \ + { \ + put32 (outptr, res); \ + outptr += 4; \ + } +#endif /* HAS_COMBINED */ + + +/* First, define the conversion function from IBM-13XX to UCS4. */ +#define MIN_NEEDED_INPUT MIN_NEEDED_FROM +#define MAX_NEEDED_INPUT MAX_NEEDED_FROM +#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO +#define LOOPFCT FROM_LOOP +#define BODY \ + { \ + uint32_t ch = *inptr; \ + \ + if (__builtin_expect (ch, 0) == SO) \ + { \ + /* Shift OUT, change to DBCS converter. */ \ + if (curcs == db) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + curcs = db; \ + ++inptr; \ + continue; \ + } \ + if (__builtin_expect (ch, 0) == SI) \ + { \ + /* Shift IN, change to SBCS converter. */ \ + if (curcs == sb) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + curcs = sb; \ + ++inptr; \ + continue; \ + } \ + \ + if (curcs == sb) \ + { \ + /* Use the IBM13XX table for single byte. */ \ + uint32_t res = SB_TO_UCS4[ch]; \ + if (__builtin_expect (res, L'\1') == L'\0' && ch != '\0') \ + { \ + /* This is an illegal character. */ \ + if (! ignore_errors_p ()) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + ++*irreversible; \ + } \ + else \ + { \ + put32 (outptr, res); \ + outptr += 4; \ + } \ + ++inptr; \ + } \ + else \ + { \ + assert (curcs == db); \ + \ + if (__builtin_expect (inptr + 1 >= inend, 0)) \ + { \ + /* The second character is not available. Store the \ + intermediate result. */ \ + result = __GCONV_INCOMPLETE_INPUT; \ + break; \ + } \ + \ + ch = (ch * 0x100) + inptr[1]; \ + \ + /* Use the IBM1364 table for double byte. */ \ + const struct gap *rp2 = DB_TO_UCS4_IDX; \ + while (ch > rp2->end) \ + ++rp2; \ + \ + uint32_t res; \ + if (__builtin_expect (ch < rp2->start, 0) \ + || (res = DB_TO_UCS4[ch + rp2->idx], \ + __builtin_expect (res, L'\1') == L'\0' && ch != '\0')) \ + { \ + /* This is an illegal character. */ \ + if (! ignore_errors_p ()) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + ++*irreversible; \ + } \ + else \ + { \ + SUB_COMBINED_UCS_FROM_IBM13XX; \ + } \ + inptr += 2; \ + } \ + } +#define LOOP_NEED_FLAGS +#define EXTRA_LOOP_DECLS , int *curcsp +#define INIT_PARAMS int curcs = *curcsp & ~7 +#define UPDATE_PARAMS *curcsp = curcs +#include + + +/* Subroutine to convert two UCS4 codes to IBM-13XX. */ +#ifdef HAS_COMBINED +# define SUB_COMBINED_UCS_TO_IBM13XX \ + { \ + const struct combine *cmbp = UCS4_COMB_TO_DB; \ + while (cmbp->res1 < ch) \ + ++cmbp; \ + /* XXX if last char is beginning of combining store in state */ \ + if (cmbp->res1 == ch && inptr + 4 < inend) \ + { \ + /* See if input is part of a combined character. */ \ + uint32_t ch_next = get32 (inptr + 4); \ + while (cmbp->res2 != ch_next) \ + { \ + ++cmbp; \ + if (cmbp->res1 != ch) \ + goto not_combined; \ + } \ + \ + /* It is a combined character. First make sure we are in \ + double byte mode. */ \ + if (curcs == sb) \ + { \ + /* We know there is room for at least one byte. */ \ + *outptr++ = SO; \ + curcs = db; \ + } \ + \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = cmbp->ch[0]; \ + *outptr++ = cmbp->ch[1]; \ + inptr += 8; \ + continue; \ + \ + not_combined:; \ + } \ + } +#else +# define SUB_COMBINED_UCS_TO_IBM13XX +#endif /* HAS_COMBINED */ + + +/* Next, define the other direction. */ +#define MIN_NEEDED_INPUT MIN_NEEDED_TO +#define MIN_NEEDED_OUTPUT MIN_NEEDED_FROM +#define MAX_NEEDED_OUTPUT MAX_NEEDED_FROM +#define LOOPFCT TO_LOOP +#define BODY \ + { \ + uint32_t ch = get32 (inptr); \ + \ + if (__builtin_expect (ch >= UCS_LIMIT, 0)) \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ + if (! ignore_errors_p ()) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + ++*irreversible; \ + inptr += 4; \ + continue; \ + } \ + \ + SUB_COMBINED_UCS_TO_IBM13XX; \ + \ + const struct gap *rp1 = UCS4_TO_SB_IDX; \ + while (ch > rp1->end) \ + ++rp1; \ + \ + /* Use the UCS4 table for single byte. */ \ + const char *cp; \ + if (__builtin_expect (ch < rp1->start, 0) \ + || (cp = UCS4_TO_SB[ch + rp1->idx], \ + __builtin_expect (cp[0], L'\1') == L'\0' && ch != '\0')) \ + { \ + /* Use the UCS4 table for double byte. */ \ + const struct gap *rp2 = UCS4_TO_DB_IDX; \ + while (ch > rp2->end) \ + ++rp2; \ + \ + if (__builtin_expect (ch < rp2->start, 0) \ + || (cp = UCS4_TO_DB[ch + rp2->idx], \ + __builtin_expect (cp[0], L'\1') == L'\0' && ch != '\0')) \ + { \ + /* This is an illegal character. */ \ + if (! ignore_errors_p ()) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + ++*irreversible; \ + } \ + else \ + { \ + if (curcs == sb) \ + { \ + /* We know there is room for at least one byte. */ \ + *outptr++ = SO; \ + curcs = db; \ + } \ + \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = cp[0]; \ + *outptr++ = cp[1]; \ + } \ + } \ + else \ + { \ + if (__builtin_expect (curcs == db, 0)) \ + { \ + /* We know there is room for at least one byte. */ \ + *outptr++ = SI; \ + curcs = sb; \ + \ + if (__builtin_expect (outptr >= outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + } \ + \ + *outptr++ = cp[0]; \ + } \ + \ + /* Now that we wrote the output increment the input pointer. */ \ + inptr += 4; \ + } +#define LOOP_NEED_FLAGS +#define EXTRA_LOOP_DECLS , int *curcsp +#define INIT_PARAMS int curcs = *curcsp & ~7 +#define UPDATE_PARAMS *curcsp = curcs +#include + +/* Now define the toplevel functions. */ +#include diff --git a/iconvdata/ibm1364.h b/iconvdata/ibm1364.h new file mode 100644 index 0000000000..a2cdb8c639 --- /dev/null +++ b/iconvdata/ibm1364.h @@ -0,0 +1,14207 @@ +/* Tables for conversion from and to IBM1364. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + + +#ifndef _IBM1364_H +#define _IBM1364_H 1 + +struct gap +{ + uint16_t start; + uint16_t end; + int32_t idx; +}; + +static const uint16_t __ibm1364sb_to_ucs4[256] = +{ + /* 0x00 */ 0x0000, 0x0001, 0x0002, 0x0003, + /* 0x04 */ 0x009c, 0x0009, 0x0086, 0x007f, + /* 0x08 */ 0x0097, 0x008d, 0x008e, 0x000b, + /* 0x0c */ 0x000c, 0x000d, 0x0000, 0x0000, + /* 0x10 */ 0x0010, 0x0011, 0x0012, 0x0013, + /* 0x14 */ 0x009d, 0x0085, 0x0008, 0x0087, + /* 0x18 */ 0x0018, 0x0019, 0x0092, 0x008f, + /* 0x1c */ 0x001c, 0x001d, 0x001e, 0x001f, + /* 0x20 */ 0x0080, 0x0081, 0x0082, 0x0083, + /* 0x24 */ 0x0084, 0x000a, 0x0017, 0x001b, + /* 0x28 */ 0x0088, 0x0089, 0x008a, 0x008b, + /* 0x2c */ 0x008c, 0x0005, 0x0006, 0x0007, + /* 0x30 */ 0x0090, 0x0091, 0x0016, 0x0093, + /* 0x34 */ 0x0094, 0x0095, 0x0096, 0x0004, + /* 0x38 */ 0x0098, 0x0099, 0x009a, 0x009b, + /* 0x3c */ 0x0014, 0x0015, 0x009e, 0x001a, + /* 0x40 */ 0x0020, 0x0000, 0xffa0, 0xffa1, + /* 0x44 */ 0xffa2, 0xffa3, 0xffa4, 0xffa5, + /* 0x48 */ 0xffa6, 0xffa7, 0x00a2, 0x002e, + /* 0x4c */ 0x003c, 0x0028, 0x002b, 0x007c, + /* 0x50 */ 0x0026, 0x0000, 0xffa8, 0xffa9, + /* 0x54 */ 0xffaa, 0xffab, 0xffac, 0xffad, + /* 0x58 */ 0xffae, 0xffaf, 0x0021, 0x0024, + /* 0x5c */ 0x002a, 0x0029, 0x003b, 0x00ac, + /* 0x60 */ 0x002d, 0x002f, 0xffb0, 0xffb1, + /* 0x64 */ 0xffb2, 0xffb3, 0xffb4, 0xffb5, + /* 0x68 */ 0xffb6, 0xffb7, 0x00a6, 0x002c, + /* 0x6c */ 0x0025, 0x005f, 0x003e, 0x003f, + /* 0x70 */ 0x005b, 0x0000, 0xffb8, 0xffb9, + /* 0x74 */ 0xffba, 0xffbb, 0xffbc, 0xffbd, + /* 0x78 */ 0xffbe, 0x0060, 0x003a, 0x0023, + /* 0x7c */ 0x0040, 0x0027, 0x003d, 0x0022, + /* 0x80 */ 0x005d, 0x0061, 0x0062, 0x0063, + /* 0x84 */ 0x0064, 0x0065, 0x0066, 0x0067, + /* 0x88 */ 0x0068, 0x0069, 0xffc2, 0xffc3, + /* 0x8c */ 0xffc4, 0xffc5, 0xffc6, 0xffc7, + /* 0x90 */ 0x0000, 0x006a, 0x006b, 0x006c, + /* 0x94 */ 0x006d, 0x006e, 0x006f, 0x0070, + /* 0x98 */ 0x0071, 0x0072, 0xffca, 0xffcb, + /* 0x9c */ 0xffcc, 0xffcd, 0xffce, 0xffcf, + /* 0xa0 */ 0x203e, 0x007e, 0x0073, 0x0074, + /* 0xa4 */ 0x0075, 0x0076, 0x0077, 0x0078, + /* 0xa8 */ 0x0079, 0x007a, 0xffd2, 0xffd3, + /* 0xac */ 0xffd4, 0xffd5, 0xffd6, 0xffd7, + /* 0xb0 */ 0x005e, 0x0000, 0x005c, 0x0000, + /* 0xb4 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xb8 */ 0x0000, 0x0000, 0xffda, 0xffdb, + /* 0xbc */ 0xffdc, 0x0000, 0x0000, 0x0000, + /* 0xc0 */ 0x007b, 0x0041, 0x0042, 0x0043, + /* 0xc4 */ 0x0044, 0x0045, 0x0046, 0x0047, + /* 0xc8 */ 0x0048, 0x0049, 0x0000, 0x0000, + /* 0xcc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xd0 */ 0x007d, 0x004a, 0x004b, 0x004c, + /* 0xd4 */ 0x004d, 0x004e, 0x004f, 0x0050, + /* 0xd8 */ 0x0051, 0x0052, 0x0000, 0x0000, + /* 0xdc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xe0 */ 0x20a9, 0x0000, 0x0053, 0x0054, + /* 0xe4 */ 0x0055, 0x0056, 0x0057, 0x0058, + /* 0xe8 */ 0x0059, 0x005a, 0x0000, 0x0000, + /* 0xec */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xf0 */ 0x0030, 0x0031, 0x0032, 0x0033, + /* 0xf4 */ 0x0034, 0x0035, 0x0036, 0x0037, + /* 0xf8 */ 0x0038, 0x0039, 0x0000, 0x0000, + /* 0xfc */ 0x0000, 0x0000, 0x0000, 0x009f +}; + +static const struct gap __ibm1364db_to_ucs4_idx[] = +{ + { .start = 0x4040, .end = 0x4040, .idx = -16448 }, + { .start = 0x4141, .end = 0x419d, .idx = -16704 }, + { .start = 0x424a, .end = 0x436a, .idx = -16876 }, + { .start = 0x4441, .end = 0x4493, .idx = -17090 }, + { .start = 0x4541, .end = 0x4596, .idx = -17263 }, + { .start = 0x4641, .end = 0x4698, .idx = -17433 }, + { .start = 0x4741, .end = 0x4784, .idx = -17601 }, + { .start = 0x4841, .end = 0x4886, .idx = -17789 }, + { .start = 0x4941, .end = 0x4996, .idx = -17975 }, + { .start = 0x4a41, .end = 0x4a82, .idx = -18145 }, + { .start = 0x4b41, .end = 0x4c9a, .idx = -18335 }, + { .start = 0x4d41, .end = 0x4d84, .idx = -18501 }, + { .start = 0x4e41, .end = 0x4e92, .idx = -18689 }, + { .start = 0x5041, .end = 0x6c45, .idx = -19119 }, + { .start = 0x8441, .end = 0x87a1, .idx = -25258 }, + { .start = 0x8841, .end = 0xddfd, .idx = -25417 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const uint16_t __ibm1364db_to_ucs4[] = +{ + 0x3000, 0x3001, 0x3002, 0x30fb, + 0x2025, 0x2026, 0x00a8, 0x3003, + 0x2010, 0x2014, 0x2225, 0xff3c, + 0xffe3, 0x2018, 0x2019, 0x201c, + 0x201d, 0x3014, 0x3015, 0x3008, + 0x3009, 0x300a, 0x300b, 0x300c, + 0x300d, 0x300e, 0x300f, 0x3010, + 0x3011, 0x00b1, 0x00d7, 0x00f7, + 0x01c2, 0x2266, 0x2267, 0x221e, + 0x2234, 0x00b0, 0x2032, 0x2033, + 0x2103, 0x212a, 0xff3e, 0xffe1, + 0xffe5, 0x3396, 0x3397, 0x2113, + 0x33c4, 0x339c, 0x339d, 0x339e, + 0x338e, 0x338f, 0x00a7, 0x203b, + 0x2606, 0x2605, 0x25cb, 0x25cf, + 0x25ce, 0x25c7, 0x25c6, 0x25a1, + 0x25a0, 0x25b3, 0x25b2, 0x25bd, + 0x25bc, 0x2192, 0x2190, 0x2191, + 0x2193, 0x2194, 0x3013, 0xff3b, + 0xff3d, 0x2260, 0x2264, 0x2265, + 0x212b, 0x2642, 0x2640, 0x2220, + 0x22a5, 0x2312, 0x2202, 0x2207, + 0x2261, 0x2252, 0x226a, 0x226b, + 0x221a, 0x223d, 0xffe0, 0xff0e, + 0xff1c, 0xff08, 0xff0b, 0xff5c, + 0xff06, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xff01, 0xff04, + 0xff0a, 0xff09, 0xff1b, 0xffe2, + 0xff0d, 0xff0f, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xffe4, 0xff0c, + 0xff05, 0xff3f, 0xff1e, 0xff1f, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xff40, 0xff1a, 0xff03, + 0xff20, 0xff07, 0xff1d, 0xff02, + 0x0000, 0xff41, 0xff42, 0xff43, + 0xff44, 0xff45, 0xff46, 0xff47, + 0xff48, 0xff49, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xff4a, 0xff4b, 0xff4c, + 0xff4d, 0xff4e, 0xff4f, 0xff50, + 0xff51, 0xff52, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x301c, 0xff53, 0xff54, + 0xff55, 0xff56, 0xff57, 0xff58, + 0xff59, 0xff5a, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff5b, 0xff21, 0xff22, 0xff23, + 0xff24, 0xff25, 0xff26, 0xff27, + 0xff28, 0xff29, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff5d, 0xff2a, 0xff2b, 0xff2c, + 0xff2d, 0xff2e, 0xff2f, 0xff30, + 0xff31, 0xff32, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xffe6, 0x0000, 0xff33, 0xff34, + 0xff35, 0xff36, 0xff37, 0xff38, + 0xff39, 0xff3a, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff10, 0xff11, 0xff12, 0xff13, + 0xff14, 0xff15, 0xff16, 0xff17, + 0xff18, 0xff19, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x3165, 0x3166, 0x3167, + 0x3168, 0x3169, 0x316a, 0x316b, + 0x316c, 0x316d, 0x316e, 0x316f, + 0x3170, 0x3171, 0x3172, 0x3173, + 0x3174, 0x3175, 0x3176, 0x3177, + 0x3178, 0x3179, 0x317a, 0x317b, + 0x317c, 0x317d, 0x317e, 0x317f, + 0x3180, 0x3181, 0x3182, 0x3183, + 0x3184, 0x3185, 0x3186, 0x3187, + 0x3188, 0x3189, 0x318a, 0x318b, + 0x318c, 0x318d, 0x318e, 0x3041, + 0x3042, 0x3043, 0x3044, 0x3045, + 0x3046, 0x3047, 0x3048, 0x3049, + 0x304a, 0x304b, 0x304c, 0x304d, + 0x304e, 0x304f, 0x3050, 0x3051, + 0x3052, 0x3053, 0x3054, 0x3055, + 0x3056, 0x3057, 0x3058, 0x3059, + 0x305a, 0x305b, 0x305c, 0x305d, + 0x305e, 0x305f, 0x3060, 0x3061, + 0x3062, 0x3063, 0x3064, 0x3065, + 0x3066, 0x3067, 0x3068, 0x3069, + 0x306a, 0x306b, 0x306c, 0x306d, + 0x306e, 0x306f, 0x3070, 0x3071, + 0x3072, 0x3073, 0x3074, 0x3075, + 0x3076, 0x3077, 0x3078, 0x3079, + 0x307a, 0x307b, 0x307c, 0x307d, + 0x307e, 0x307f, 0x3080, 0x3081, + 0x3082, 0x3083, 0x3084, 0x3085, + 0x3086, 0x3087, 0x3088, 0x3089, + 0x308a, 0x308b, 0x308c, 0x308d, + 0x308e, 0x308f, 0x3090, 0x3091, + 0x3092, 0x3093, 0x30a1, 0x30a2, + 0x30a3, 0x30a4, 0x30a5, 0x30a6, + 0x30a7, 0x30a8, 0x30a9, 0x30aa, + 0x30ab, 0x30ac, 0x30ad, 0x30ae, + 0x30af, 0x30b0, 0x30b1, 0x30b2, + 0x30b3, 0x30b4, 0x30b5, 0x30b6, + 0x30b7, 0x30b8, 0x30b9, 0x30ba, + 0x30bb, 0x30bc, 0x30bd, 0x30be, + 0x30bf, 0x30c0, 0x30c1, 0x30c2, + 0x30c3, 0x30c4, 0x30c5, 0x30c6, + 0x30c7, 0x30c8, 0x30c9, 0x30ca, + 0x30cb, 0x30cc, 0x30cd, 0x30ce, + 0x30cf, 0x30d0, 0x30d1, 0x30d2, + 0x30d3, 0x30d4, 0x30d5, 0x30d6, + 0x30d7, 0x30d8, 0x30d9, 0x30da, + 0x30db, 0x30dc, 0x30dd, 0x30de, + 0x30df, 0x30e0, 0x30e1, 0x30e2, + 0x30e3, 0x30e4, 0x30e5, 0x30e6, + 0x30e7, 0x30e8, 0x30e9, 0x30ea, + 0x30eb, 0x30ec, 0x30ed, 0x30ee, + 0x30ef, 0x30f0, 0x30f1, 0x30f2, + 0x30f3, 0x30f4, 0x30f5, 0x30f6, + 0x2170, 0x2171, 0x2172, 0x2173, + 0x2174, 0x2175, 0x2176, 0x2177, + 0x2178, 0x2179, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x2160, + 0x2161, 0x2162, 0x2163, 0x2164, + 0x2165, 0x2166, 0x2167, 0x2168, + 0x2169, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0391, 0x0392, 0x0393, 0x0394, + 0x0395, 0x0396, 0x0397, 0x0398, + 0x0399, 0x039a, 0x039b, 0x039c, + 0x039d, 0x039e, 0x039f, 0x03a0, + 0x03a1, 0x03a3, 0x03a4, 0x03a5, + 0x03a6, 0x03a7, 0x03a8, 0x03a9, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x03b1, 0x03b2, 0x03b3, 0x03b4, + 0x03b5, 0x03b6, 0x03b7, 0x03b8, + 0x03b9, 0x03ba, 0x03bb, 0x03bc, + 0x03bd, 0x03be, 0x03bf, 0x03c0, + 0x03c1, 0x03c3, 0x03c4, 0x03c5, + 0x03c6, 0x03c7, 0x03c8, 0x03c9, + 0x2500, 0x2502, 0x250c, 0x2510, + 0x2518, 0x2514, 0x251c, 0x252c, + 0x2524, 0x2534, 0x253c, 0x2501, + 0x2503, 0x250f, 0x2513, 0x251b, + 0x2517, 0x2523, 0x2533, 0x252b, + 0x253b, 0x254b, 0x2520, 0x252f, + 0x2528, 0x2537, 0x253f, 0x251d, + 0x2530, 0x2525, 0x2538, 0x2542, + 0x2512, 0x2511, 0x251a, 0x2519, + 0x2516, 0x2515, 0x250e, 0x250d, + 0x251e, 0x251f, 0x2521, 0x2522, + 0x2526, 0x2527, 0x2529, 0x252a, + 0x252d, 0x252e, 0x2531, 0x2532, + 0x2535, 0x2536, 0x2539, 0x253a, + 0x253d, 0x253e, 0x2540, 0x2541, + 0x2543, 0x2544, 0x2545, 0x2546, + 0x2547, 0x2548, 0x2549, 0x254a, + 0x3395, 0x3398, 0x33a3, 0x33a4, + 0x33a5, 0x33a6, 0x3399, 0x339a, + 0x339b, 0x339f, 0x33a0, 0x33a1, + 0x33a2, 0x33ca, 0x338d, 0x33cf, + 0x3388, 0x3389, 0x33c8, 0x33a7, + 0x33a8, 0x33b0, 0x33b1, 0x33b2, + 0x33b3, 0x33b4, 0x33b5, 0x33b6, + 0x33b7, 0x33b8, 0x33b9, 0x3380, + 0x3381, 0x3382, 0x3383, 0x3384, + 0x33ba, 0x33bb, 0x33bc, 0x33bd, + 0x33be, 0x33bf, 0x3390, 0x3391, + 0x3392, 0x3393, 0x3394, 0x2126, + 0x33c0, 0x33c1, 0x338a, 0x338b, + 0x338c, 0x33d6, 0x33c5, 0x33ad, + 0x33ae, 0x33af, 0x33db, 0x33a9, + 0x33aa, 0x33ab, 0x33ac, 0x33dd, + 0x33d0, 0x33d3, 0x33c3, 0x33c9, + 0x33dc, 0x33c6, 0x221d, 0x2235, + 0x222b, 0x222c, 0x2208, 0x220b, + 0x2286, 0x2287, 0x2282, 0x2283, + 0x222a, 0x2229, 0x2227, 0x2228, + 0x21d2, 0x21d4, 0x2200, 0x2203, + 0x00b4, 0x02dc, 0x02c7, 0x02d8, + 0x02dd, 0x02da, 0x02d9, 0x00b8, + 0x02db, 0x00a1, 0x00bf, 0x02d0, + 0x222e, 0x2211, 0x220f, 0x00a4, + 0x2109, 0x2030, 0x25c1, 0x25c0, + 0x25b7, 0x25b6, 0x2664, 0x2660, + 0x2661, 0x2665, 0x2667, 0x2663, + 0x25c9, 0x25c8, 0x25a3, 0x25d0, + 0x25d1, 0x2592, 0x25a4, 0x25a5, + 0x25a8, 0x25a7, 0x25a6, 0x25a9, + 0x2668, 0x260f, 0x260e, 0x261c, + 0x261e, 0x00b6, 0x2020, 0x2021, + 0x2195, 0x2197, 0x2199, 0x2196, + 0x2198, 0x266d, 0x2669, 0x266a, + 0x266c, 0x327f, 0x321c, 0x2116, + 0x33c7, 0x2122, 0x33c2, 0x33d8, + 0x2121, 0x02ba, 0x20ac, 0x00ae, + 0x0410, 0x0411, 0x0412, 0x0413, + 0x0414, 0x0415, 0x0401, 0x0416, + 0x0417, 0x0418, 0x0419, 0x041a, + 0x041b, 0x041c, 0x041d, 0x041e, + 0x041f, 0x0420, 0x0421, 0x0422, + 0x0423, 0x0424, 0x0425, 0x0426, + 0x0427, 0x0428, 0x0429, 0x042a, + 0x042b, 0x042c, 0x042d, 0x042e, + 0x042f, 0x0430, 0x0431, 0x0432, + 0x0433, 0x0434, 0x0435, 0x0451, + 0x0436, 0x0437, 0x0438, 0x0439, + 0x043a, 0x043b, 0x043c, 0x043d, + 0x043e, 0x043f, 0x0440, 0x0441, + 0x0442, 0x0443, 0x0444, 0x0445, + 0x0446, 0x0447, 0x0448, 0x0449, + 0x044a, 0x044b, 0x044c, 0x044d, + 0x044e, 0x044f, 0x00c6, 0x00d0, + 0x00aa, 0x0126, 0x0000, 0x0132, + 0x0000, 0x013f, 0x0141, 0x00d8, + 0x0152, 0x00ba, 0x00de, 0x0166, + 0x014a, 0x0000, 0x3260, 0x3261, + 0x3262, 0x3263, 0x3264, 0x3265, + 0x3266, 0x3267, 0x3268, 0x3269, + 0x326a, 0x326b, 0x326c, 0x326d, + 0x326e, 0x326f, 0x3270, 0x3271, + 0x3272, 0x3273, 0x3274, 0x3275, + 0x3276, 0x3277, 0x3278, 0x3279, + 0x327a, 0x327b, 0x24d0, 0x24d1, + 0x24d2, 0x24d3, 0x24d4, 0x24d5, + 0x24d6, 0x24d7, 0x24d8, 0x24d9, + 0x24da, 0x24db, 0x24dc, 0x24dd, + 0x24de, 0x24df, 0x24e0, 0x24e1, + 0x24e2, 0x24e3, 0x24e4, 0x24e5, + 0x24e6, 0x24e7, 0x24e8, 0x24e9, + 0x2460, 0x2461, 0x2462, 0x2463, + 0x2464, 0x2465, 0x2466, 0x2467, + 0x2468, 0x2469, 0x246a, 0x246b, + 0x246c, 0x246d, 0x246e, 0x00bd, + 0x2153, 0x2154, 0x00bc, 0x00be, + 0x215b, 0x215c, 0x215d, 0x215e, + 0x0000, 0x00e6, 0x0111, 0x00f0, + 0x0127, 0x0131, 0x0133, 0x0138, + 0x0140, 0x0142, 0x00f8, 0x0153, + 0x00df, 0x00fe, 0x0167, 0x014b, + 0x0149, 0x3200, 0x3201, 0x3202, + 0x3203, 0x3204, 0x3205, 0x3206, + 0x3207, 0x3208, 0x3209, 0x320a, + 0x320b, 0x320c, 0x320d, 0x320e, + 0x320f, 0x3210, 0x3211, 0x3212, + 0x3213, 0x3214, 0x3215, 0x3216, + 0x3217, 0x3218, 0x3219, 0x321a, + 0x321b, 0x249c, 0x249d, 0x249e, + 0x249f, 0x24a0, 0x24a1, 0x24a2, + 0x24a3, 0x24a4, 0x24a5, 0x24a6, + 0x24a7, 0x24a8, 0x24a9, 0x24aa, + 0x24ab, 0x24ac, 0x24ad, 0x24ae, + 0x24af, 0x24b0, 0x24b1, 0x24b2, + 0x24b3, 0x24b4, 0x24b5, 0x2474, + 0x2475, 0x2476, 0x2477, 0x2478, + 0x2479, 0x247a, 0x247b, 0x247c, + 0x247d, 0x247e, 0x247f, 0x2480, + 0x2481, 0x2482, 0x00b9, 0x00b2, + 0x00b3, 0x2074, 0x207f, 0x2081, + 0x2082, 0x2083, 0x2084, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x1100, 0x1101, + 0x1102, 0x1103, 0x1104, 0x1105, + 0x1106, 0x1107, 0x1108, 0x1109, + 0x110a, 0x110b, 0x110c, 0x110d, + 0x110e, 0x110f, 0x1110, 0x1111, + 0x1112, 0x1113, 0x1114, 0x1115, + 0x1116, 0x1117, 0x1118, 0x1119, + 0x111a, 0x111b, 0x111c, 0x111d, + 0x111e, 0x111f, 0x1120, 0x1121, + 0x1122, 0x1123, 0x1124, 0x1125, + 0x1126, 0x1127, 0x1128, 0x1129, + 0x112a, 0x112b, 0x112c, 0x112d, + 0x112e, 0x112f, 0x1130, 0x1131, + 0x1132, 0x1133, 0x1134, 0x1135, + 0x1136, 0x1137, 0x1138, 0x1139, + 0x113a, 0x113b, 0x113c, 0x113d, + 0x113e, 0x113f, 0x1140, 0x1141, + 0x1142, 0x1143, 0x1144, 0x1145, + 0x1146, 0x1147, 0x1148, 0x1149, + 0x114a, 0x114b, 0x114c, 0x114d, + 0x114e, 0x114f, 0x1150, 0x1151, + 0x1152, 0x1153, 0x1154, 0x1155, + 0x1156, 0x1157, 0x1158, 0x1159, + 0x115f, 0x1160, 0x1161, 0x1162, + 0x1163, 0x1164, 0x1165, 0x1166, + 0x1167, 0x1168, 0x1169, 0x116a, + 0x116b, 0x116c, 0x116d, 0x116e, + 0x116f, 0x1170, 0x1171, 0x1172, + 0x1173, 0x1174, 0x1175, 0x1176, + 0x1177, 0x1178, 0x1179, 0x117a, + 0x117b, 0x117c, 0x117d, 0x117e, + 0x117f, 0x1180, 0x1181, 0x1182, + 0x1183, 0x1184, 0x1185, 0x1186, + 0x1187, 0x1188, 0x1189, 0x118a, + 0x118b, 0x118c, 0x118d, 0x118e, + 0x118f, 0x1190, 0x1191, 0x1192, + 0x1193, 0x1194, 0x1195, 0x1196, + 0x1197, 0x1198, 0x1199, 0x119a, + 0x119b, 0x119c, 0x119d, 0x119e, + 0x119f, 0x11a0, 0x11a1, 0x11a2, + 0x11a8, 0x11a9, 0x11aa, 0x11ab, + 0x11ac, 0x11ad, 0x11ae, 0x11af, + 0x11b0, 0x11b1, 0x11b2, 0x11b3, + 0x11b4, 0x11b5, 0x11b6, 0x11b7, + 0x11b8, 0x11b9, 0x11ba, 0x11bb, + 0x11bc, 0x11bd, 0x11be, 0x11bf, + 0x11c0, 0x11c1, 0x11c2, 0x11c3, + 0x11c4, 0x11c5, 0x11c6, 0x11c7, + 0x11c8, 0x11c9, 0x11ca, 0x11cb, + 0x11cc, 0x11cd, 0x11ce, 0x11cf, + 0x11d0, 0x11d1, 0x11d2, 0x11d3, + 0x11d4, 0x11d5, 0x11d6, 0x11d7, + 0x11d8, 0x11d9, 0x11da, 0x11db, + 0x11dc, 0x11dd, 0x11de, 0x11df, + 0x11e0, 0x11e1, 0x11e2, 0x11e3, + 0x11e4, 0x11e5, 0x11e6, 0x11e7, + 0x11e8, 0x11e9, 0x11ea, 0x11eb, + 0x11ec, 0x11ed, 0x11ee, 0x11ef, + 0x11f0, 0x11f1, 0x11f2, 0x11f3, + 0x11f4, 0x11f5, 0x11f6, 0x11f7, + 0x11f8, 0x11f9, 0x4f3d, 0x4f73, + 0x5047, 0x50f9, 0x52a0, 0x53ef, + 0x5475, 0x54e5, 0x5609, 0x5ac1, + 0x5bb6, 0x6687, 0x67ef, 0x67b6, + 0x6b4c, 0x7a3c, 0x82db, 0x8304, + 0x8857, 0x8888, 0x8a36, 0x8cc8, + 0x8dcf, 0x8efb, 0x8fe6, 0x99d5, + 0x523b, 0x5374, 0x5404, 0xf843, + 0x606a, 0x64f1, 0x6bbc, 0x73cf, + 0x811a, 0x89ba, 0x89d2, 0x95a3, + 0x520a, 0x58be, 0x5978, 0x59e6, + 0x5e72, 0x5e79, 0x61c7, 0x63c0, + 0x6746, 0x6f97, 0x764e, 0x770b, + 0x7a08, 0x7aff, 0x7c21, 0x826e, + 0x8271, 0x809d, 0x8aeb, 0x9593, + 0x4e6b, 0x559d, 0x66f7, 0x6e34, + 0x78a3, 0x7aed, 0x8910, 0x7faf, + 0x845b, 0x97a8, 0x52d8, 0x574e, + 0x582a, 0x5d4c, 0x611f, 0x61be, + 0x6562, 0x67d1, 0x6a44, 0x6e1b, + 0x7518, 0x75b3, 0x76e3, 0x7d3a, + 0x9163, 0x9451, 0x9f95, 0x5323, + 0x5cac, 0x7532, 0x80db, 0x9240, + 0x9598, 0x5ca1, 0x525b, 0x59dc, + 0x5d17, 0x5eb7, 0x5f3a, 0x5f4a, + 0x6177, 0x6c5f, 0x7586, 0x7db1, + 0x8941, 0x7ce0, 0x8154, 0x8591, + 0x8b1b, 0x92fc, 0x964d, 0x4ecb, + 0x4ef7, 0x500b, 0x51f1, 0x6137, + 0x613e, 0x6168, 0x6539, 0x69ea, + 0x6f11, 0x75a5, 0x7686, 0x76d6, + 0x7b87, 0x82a5, 0x84cb, 0x958b, + 0x5ba2, 0x5751, 0xf901, 0x7cb3, + 0x7fb9, 0x91b5, 0x53bb, 0x5c45, + 0x5de8, 0x62d2, 0x636e, 0x64da, + 0x6e20, 0x70ac, 0x64e7, 0x8ddd, + 0x907d, 0xf902, 0xf844, 0x92f8, + 0x4e7e, 0x4ef6, 0x5065, 0x5dfe, + 0x5efa, 0x6106, 0x8654, 0x8e47, + 0x9375, 0x9a2b, 0x4e5e, 0x5091, + 0x6770, 0x5109, 0x528d, 0x6aa2, + 0x77bc, 0x9ed4, 0x52ab, 0x602f, + 0x5048, 0x61a9, 0x63ed, 0x64ca, + 0x683c, 0x6a84, 0x6fc0, 0x89a1, + 0x9694, 0x9abc, 0x5805, 0x80a9, + 0x727d, 0x72ac, 0x7504, 0x7d79, + 0x7e6d, 0x898b, 0x8b74, 0x9063, + 0x9d51, 0x6f54, 0x6c7a, 0x7d50, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7f3a, 0x8a23, + 0x517c, 0x614a, 0x7b9d, 0x84b9, + 0x8b19, 0x938c, 0x4eac, 0x50be, + 0x52c1, 0x52cd, 0x537f, 0x54fd, + 0x5883, 0x5e9a, 0x5f91, 0x6176, + 0x66bb, 0x6243, 0x64ce, 0x656c, + 0x666f, 0x66f4, 0x6897, 0x6aa0, + 0x6d87, 0x7085, 0x71b2, 0x749f, + 0x74ca, 0x754a, 0x75d9, 0x786c, + 0x78ec, 0x7adf, 0x7af6, 0x7d45, + 0x7d93, 0x8015, 0x803f, 0x811b, + 0x8396, 0x8b66, 0x8f15, 0x9015, + 0x93e1, 0x9803, 0x9838, 0x9a5a, + 0x9be8, 0x4fc2, 0x5553, 0x5951, + 0x5b63, 0x5c46, 0x60b8, 0x6212, + 0x6842, 0x68b0, 0x6eaa, 0x754c, + 0x7678, 0x78ce, 0xf845, 0x7a3d, + 0x7cfb, 0x7e6b, 0x7e7c, 0x8a08, + 0x8aa1, 0x968e, 0x8c3f, 0x96de, + 0x9dc4, 0x53e9, 0x53e4, 0x544a, + 0x5471, 0x56fa, 0x59d1, 0x5b64, + 0x5eab, 0x62f7, 0x6537, 0x6545, + 0x6572, 0x67af, 0x6772, 0x6cbd, + 0x75fc, 0x7690, 0x8831, 0x77bd, + 0x7a3f, 0x777e, 0x8003, 0x80a1, + 0x818f, 0x82e6, 0x85c1, 0x88b4, + 0x8a41, 0x8aa5, 0xf903, 0x8f9c, + 0x932e, 0x96c7, 0x9867, 0x9ad8, + 0x9f13, 0x54ed, 0x659b, 0x66f2, + 0x688f, 0x7a40, 0x8c37, 0x9d60, + 0x56f0, 0x5764, 0x5d11, 0x6606, + 0x68b1, 0x68cd, 0x6efe, 0x889e, + 0x6c68, 0xf904, 0x9aa8, 0x4f9b, + 0x516c, 0x5171, 0x529f, 0x5b54, + 0x5de5, 0x8ca2, 0x606d, 0x6050, + 0x62f1, 0x63a7, 0x653b, 0x6831, + 0x69d3, 0x7a7a, 0x7b9c, 0x5be1, + 0x6208, 0x679c, 0x74dc, 0x79d1, + 0x83d3, 0x874c, 0x8a87, 0x8ab2, + 0x904e, 0x9846, 0x5ed3, 0x69e8, + 0x85ff, 0x90ed, 0x970d, 0xf905, + 0x51a0, 0x5b98, 0x5bec, 0x6163, + 0x68fa, 0x74d8, 0x6b3e, 0x704c, + 0x76e5, 0x7ba1, 0x7f50, 0x83c5, + 0x89c0, 0x8cab, 0x95dc, 0x9928, + 0x9e1b, 0x522e, 0x605d, 0x62ec, + 0x9002, 0x5149, 0x5321, 0x58d9, + 0x5ee3, 0x66e0, 0x6d38, 0x72c2, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x73d6, 0x7b50, + 0x80f1, 0x945b, 0x5366, 0x639b, + 0x7f6b, 0x4e56, 0x5080, 0x584a, + 0x58de, 0x602a, 0x6127, 0x62d0, + 0x69d0, 0x9b41, 0x5b8f, 0x7d18, + 0x80b1, 0x8f5f, 0x4ea4, 0x50d1, + 0x54ac, 0x55ac, 0x5b0c, 0x5da0, + 0x5de7, 0x654e, 0x652a, 0x6821, + 0x6a4b, 0x72e1, 0x768e, 0x77ef, + 0x7d5e, 0x7ff9, 0x81a0, 0x854e, + 0x86df, 0x8f03, 0x8f4e, 0x90ca, + 0x9278, 0x9903, 0x9a55, 0x9bab, + 0x4e18, 0x4e45, 0x4e5d, 0x4ec7, + 0x4f5d, 0x4ff1, 0x50b4, 0x5177, + 0x52fe, 0x5340, 0x53e3, 0x53e5, + 0x548e, 0x5614, 0x57a2, 0x5abe, + 0x5ad7, 0x5bc7, 0x5d87, 0x5ed0, + 0x61fc, 0x62d8, 0x6551, 0xf846, + 0x67b8, 0x67e9, 0x69cb, 0x6b50, + 0x6bc6, 0x6bec, 0x6c42, 0x6e9d, + 0x7078, 0x72d7, 0x7396, 0x7403, + 0x750c, 0x77bf, 0x77e9, 0x7a76, + 0x7d7f, 0x8cfc, 0x81fc, 0x8205, + 0x820a, 0x82df, 0x8862, 0x89af, + 0x8b33, 0x8ec0, 0x9011, 0x90b1, + 0x9264, 0x98b6, 0x99d2, 0x9a45, + 0x9ce9, 0x9dd7, 0x9f9c, 0x570b, + 0x5c40, 0x63ac, 0x83ca, 0x97a0, + 0x9eb4, 0x7a98, 0x7fa4, 0x8ecd, + 0x541b, 0x90e1, 0x5800, 0x5c48, + 0x6398, 0x7a9f, 0x5bae, 0x5f13, + 0x7a79, 0x7aae, 0x8eac, 0x5026, + 0x5238, 0x52f8, 0x5377, 0x5708, + 0x62f3, 0x6b0a, 0x7737, 0x53a5, + 0x8e76, 0x95d5, 0x673a, 0x6ac3, + 0x6f70, 0x8a6d, 0x8dea, 0x8ecc, + 0x994b, 0x6b78, 0x8cb4, 0x9b3c, + 0xf907, 0x53eb, 0x572d, 0x594e, + 0x63c6, 0x73ea, 0x7845, 0x7aba, + 0x8475, 0x7cfe, 0x898f, 0x8d73, + 0x9035, 0x95a8, 0x5747, 0x7b60, + 0x83cc, 0x921e, 0xf908, 0x6a58, + 0x514b, 0x524b, 0x5287, 0x621f, + 0x6975, 0x68d8, 0x9699, 0x50c5, + 0x52e4, 0x5df9, 0x61c3, 0x65a4, + 0x6839, 0x69ff, 0x6f0c, 0x747e, + 0x7b4b, 0x82b9, 0x83eb, 0x89b2, + 0x8b39, 0x8fd1, 0x9949, 0xf909, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4eca, 0x64d2, + 0x6a8e, 0x7434, 0x7981, 0x79bd, + 0x887f, 0x887e, 0x895f, 0xf90a, + 0x9326, 0x53ca, 0x5c8c, 0x6025, + 0x6271, 0x6c72, 0x7b08, 0x7d1a, + 0x7d66, 0x4e98, 0x5162, 0x77dc, + 0x80af, 0x4f01, 0x4f0e, 0x5176, + 0x5180, 0x55dc, 0x5668, 0x573b, + 0x57fa, 0x5914, 0x5947, 0x5993, + 0x5bc4, 0x5c90, 0x8c48, 0x5d0e, + 0x5e7e, 0x5df1, 0x5fcc, 0x6280, + 0x65d7, 0x65e3, 0x671f, 0x675e, + 0x68cb, 0x68c4, 0x6a5f, 0x6b3a, + 0x6c23, 0x6c7d, 0x6c82, 0x6dc7, + 0x7426, 0x742a, 0x74a3, 0x7578, + 0x757f, 0x7881, 0x78ef, 0x7947, + 0x7948, 0x797a, 0x7b95, 0x7d00, + 0x7dba, 0xf847, 0x8006, 0x802d, + 0x808c, 0x671e, 0x8a18, 0x8b4f, + 0x8d77, 0x9321, 0x98e2, 0x9951, + 0x9a0e, 0x9a0f, 0x9a65, 0x9c2d, + 0x9e92, 0x7dca, 0x4f76, 0x5409, + 0x62ee, 0x6854, 0x91d1, 0xf848, + 0x55ab, 0x513a, 0x61e6, 0x62cf, + 0x62ff, 0x7cef, 0x90a3, 0x8afe, + 0x6696, 0x7156, 0x96e3, 0x637a, + 0x634f, 0x5357, 0x5583, 0x7537, + 0x7d0d, 0x56ca, 0x5a18, 0x66e9, + 0x4e43, 0x5167, 0x5948, 0x67f0, + 0x8010, 0x8ffa, 0x5973, 0x5e74, + 0x79ca, 0x5ff5, 0x606c, 0x62c8, + 0x637b, 0x4f5e, 0x5be7, 0xf849, + 0x52aa, 0x5974, 0x5b65, 0x5f29, + 0x6012, 0x7459, 0x6fc3, 0x81bf, + 0x8fb2, 0x60f1, 0x8166, 0x5c3f, + 0xf84a, 0x5ae9, 0x8a25, 0x7d10, + 0x80fd, 0x5c3c, 0x6ce5, 0x533f, + 0x6eba, 0x591a, 0x8336, 0x4e39, + 0x4f46, 0x55ae, 0x5718, 0x58c7, + 0x65b7, 0x65e6, 0x6a80, 0x6bb5, + 0x6e4d, 0x77ed, 0x7aef, 0x7c1e, + 0x7dde, 0x86cb, 0x8892, 0x9132, + 0x935b, 0x977c, 0x601b, 0x64bb, + 0x737a, 0x75b8, 0x9054, 0x95e5, + 0x97c3, 0x5556, 0x64d4, 0x66c7, + 0x6de1, 0x6f6d, 0x6fb9, 0x75f0, + 0x8043, 0x81bd, 0x8983, 0x8ac7, + 0x8b5a, 0x6c93, 0x7b54, 0x8e0f, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x905d, 0x515a, + 0x5802, 0x5858, 0x5e62, 0x5510, + 0x649e, 0x68e0, 0x7576, 0x7cd6, + 0x87f7, 0x9ee8, 0x4ee3, 0x5788, + 0x5927, 0x5c0d, 0x5cb1, 0x5e36, + 0x5f85, 0x6234, 0x64e1, 0x73b3, + 0x7893, 0x81fa, 0x888b, 0x8cb8, + 0x968a, 0x9edb, 0x5b85, 0x5fb7, + 0x60b3, 0x5012, 0x5200, 0x5230, + 0x5716, 0x5835, 0x5857, 0x5c0e, + 0x5c60, 0x5cf6, 0x5ea6, 0x5f92, + 0x60bc, 0x6311, 0x6417, 0x6843, + 0x68f9, 0x6dd8, 0x6e21, 0x6ed4, + 0x6fe4, 0x71fe, 0x76dc, 0x7779, + 0x79b1, 0x7a3b, 0x8404, 0x83df, + 0x8ced, 0x8df3, 0x8e48, 0x9003, + 0x9014, 0x9053, 0x90fd, 0x934d, + 0x9676, 0x97dc, 0x6bd2, 0x7006, + 0x7258, 0x72a2, 0x7368, 0x7763, + 0x79bf, 0x7be4, 0x7e9b, 0x8b80, + 0x58a9, 0x60c7, 0x6566, 0x66be, + 0x6c8c, 0x71c9, 0x8c5a, 0x9813, + 0x5484, 0x4e6d, 0x7a81, 0x4edd, + 0x51ac, 0x51cd, 0x52d5, 0x540c, + 0x578c, 0x61a7, 0x6771, 0x6850, + 0x68df, 0x6d1e, 0x6f7c, 0x7ae5, + 0x75bc, 0x77b3, 0x8463, 0x80f4, + 0x9285, 0x515c, 0x6597, 0x675c, + 0x6793, 0x75d8, 0x7ac7, 0x8373, + 0x809a, 0x86aa, 0xf95a, 0x8c46, + 0x982d, 0x5c6f, 0x81c0, 0x9041, + 0x906f, 0x920d, 0x5f97, 0x6a59, + 0x6ed5, 0x706f, 0x71c8, 0x767b, + 0x7b49, 0x85e4, 0x8b04, 0x9127, + 0x9419, 0x9a30, 0x5587, 0x61f6, + 0x7669, 0x7f85, 0x863f, 0x87ba, + 0x88f8, 0x908f, 0xf95c, 0x6d1b, + 0x70d9, 0x7296, 0x73de, 0x7d61, + 0x843d, 0x916a, 0x99f1, 0x4e82, + 0x5375, 0x5e71, 0x6b04, 0x6b12, + 0x703e, 0x721b, 0x862d, 0x9e1e, + 0x524c, 0x57d3, 0x8fa3, 0x5d50, + 0x64e5, 0x652c, 0x6b16, 0x6feb, + 0x7c43, 0x7e9c, 0x85cd, 0x8964, + 0x89bd, 0x62c9, 0x81d8, 0x881f, + 0x5eca, 0x6717, 0x6994, 0x6d6a, + 0x72fc, 0x7405, 0x746f, 0x8782, + 0x90de, 0x4f86, 0x840a, 0x51b7, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x63a0, 0x7565, + 0x4eae, 0x5169, 0x5006, 0x51c9, + 0x6881, 0x6dbc, 0x6a11, 0x7cae, + 0x7cb1, 0x7ce7, 0x826f, 0x8ad2, + 0x8f1b, 0x91cf, 0x9b4e, 0x4fb6, + 0x52f5, 0x5442, 0x5eec, 0x623e, + 0x65c5, 0x6ada, 0x6ffe, 0x7658, + 0x792a, 0x8182, 0x85dc, 0x616e, + 0x8823, 0x8821, 0x9462, 0x95ad, + 0x9a62, 0x9a6a, 0x9e97, 0x9ece, + 0x529b, 0x6b77, 0x66c6, 0x6adf, + 0x701d, 0x792b, 0x8f62, 0x9742, + 0x6190, 0x6200, 0x6523, 0x6f23, + 0x7149, 0x7df4, 0x806f, 0x84ee, + 0x8f26, 0x9023, 0x934a, 0x51bd, + 0x52a3, 0x5217, 0x6d0c, 0x70c8, + 0x88c2, 0x5ec9, 0x6582, 0x6bae, + 0x6fc2, 0x7c3e, 0x7375, 0x9b23, + 0x4ee4, 0x4f36, 0x56f9, 0x5dba, + 0x601c, 0x6624, 0x6ce0, 0x73b2, + 0x7f9a, 0x7fce, 0x82d3, 0x86c9, + 0x901e, 0x96f6, 0x9748, 0x9234, + 0x9818, 0x9f61, 0x4f8b, 0x79ae, + 0x91b4, 0x96b7, 0x52de, 0x6488, + 0x6ad3, 0x6f66, 0x7210, 0x7018, + 0x76e7, 0x8001, 0x826b, 0x8606, + 0x865c, 0x8def, 0x8f05, 0x8f64, + 0x9732, 0x9b6f, 0x9dfa, 0x9e75, + 0x6f09, 0x788c, 0xf84b, 0x7da0, + 0x8f46, 0x9304, 0x9e93, 0x9e7f, + 0x8ad6, 0x58df, 0x5f04, 0x6727, + 0x7027, 0x74cf, 0x7c60, 0x807e, + 0x5121, 0x7262, 0x78ca, 0x7c5f, + 0x857e, 0x8a84, 0x8cf4, 0x8cc2, + 0x96f7, 0x4e86, 0x50da, 0xf84c, + 0x5bee, 0x5ed6, 0x71ce, 0x7642, + 0x77ad, 0x6599, 0x804a, 0x84fc, + 0x907c, 0x9f8d, 0x50c2, 0x58d8, + 0x5c62, 0x6a13, 0x6dda, 0x6f0f, + 0x7d2f, 0x7e37, 0x8938, 0x964b, + 0x9acf, 0x5289, 0x67f3, 0x69b4, + 0x6d41, 0x6e9c, 0x7409, 0x7460, + 0x7559, 0x7624, 0x786b, 0x8b2c, + 0x985e, 0x516d, 0x622e, 0x9678, + 0x502b, 0x5d19, 0x6dea, 0x7db8, + 0x8f2a, 0x5f8b, 0x6144, 0x6817, + 0xf961, 0x7abf, 0x9686, 0x808b, + 0x52d2, 0x51db, 0x5ee9, 0x51cc, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x695e, 0x7a1c, + 0x7dbe, 0x83f1, 0x9675, 0x4fda, + 0x5229, 0x5398, 0x540f, 0x5c65, + 0x60a7, 0xf84d, 0x674e, 0x68a8, + 0x6f13, 0x7281, 0x72f8, 0x7406, + 0x7483, 0x75e2, 0x79bb, 0x7f79, + 0x7c6c, 0x87ad, 0x88cf, 0x91cc, + 0x91d0, 0x96e2, 0x9b51, 0x9bc9, + 0x541d, 0x71d0, 0x7498, 0x85fa, + 0x8eaa, 0x96a3, 0x9c57, 0x9e9f, + 0x6797, 0x6dcb, 0x7433, 0x75f3, + 0x81e8, 0x9716, 0x5ca6, 0x782c, + 0x7acb, 0x7b20, 0x7c92, 0x5abd, + 0x6469, 0x746a, 0x75f2, 0x78e8, + 0x87c7, 0x99ac, 0x9b54, 0x9ebb, + 0x5bde, 0x5e55, 0x6f20, 0x819c, + 0x83ab, 0x5a29, 0x5dd2, 0x5f4e, + 0x6162, 0x633d, 0x6669, 0x66fc, + 0x6eff, 0x6f2b, 0x7063, 0x779e, + 0x842c, 0x8513, 0x883b, 0x8b3e, + 0x8f13, 0x93dd, 0x9945, 0x9b18, + 0x9c3b, 0x62b9, 0x672b, 0x6cab, + 0x896a, 0x977a, 0x4ea1, 0x5984, + 0x5fd8, 0x5fd9, 0x671b, 0x7db2, + 0x7f54, 0x8292, 0x832b, 0x83bd, + 0x9099, 0x9b4d, 0x57cb, 0x59b9, + 0x5a92, 0x5bd0, 0x6627, 0x679a, + 0x6885, 0x6bcf, 0x7164, 0x771b, + 0x7f75, 0x82fa, 0x8cb7, 0x8ce3, + 0x9081, 0x9b45, 0x8108, 0x8109, + 0x8c8a, 0x964c, 0x9a40, 0x9ea5, + 0x5b5f, 0x6c13, 0x731b, 0x76df, + 0x76f2, 0x840c, 0x51aa, 0x8993, + 0x4fdb, 0x514d, 0x52c9, 0x5195, + 0x68c9, 0x7704, 0x7720, 0x7dbf, + 0x7dec, 0x9762, 0x9eb5, 0x6ec5, + 0x8511, 0x547d, 0x51a5, 0x540d, + 0x9cf4, 0x660e, 0x669d, 0x6e9f, + 0x76bf, 0x8317, 0x879f, 0x9169, + 0x9298, 0x8882, 0x4fae, 0x52df, + 0x5e3d, 0x59c6, 0x6155, 0x6478, + 0x66ae, 0x5192, 0x67d0, 0x6a21, + 0x6bcd, 0x6bdb, 0x725f, 0x7261, + 0x7738, 0x77db, 0x8004, 0x8017, + 0x8305, 0x8b00, 0x8b28, 0x8c8c, + 0x927e, 0x6728, 0x6c90, 0x7267, + 0x76ee, 0x7766, 0x7a46, 0x6b7f, + 0x6c92, 0x5922, 0x6726, 0x6fdb, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x77c7, 0x8499, + 0x536f, 0x5893, 0x5999, 0x5edf, + 0x63cf, 0x6634, 0x6773, 0x6e3a, + 0x732b, 0x82d7, 0x9328, 0x52d9, + 0x5deb, 0x61cb, 0x620a, 0x62c7, + 0x64ab, 0x65e0, 0x6b66, 0x6bcb, + 0x7121, 0x755d, 0x7e46, 0x821e, + 0x8302, 0x856a, 0x8aa3, 0x8cbf, + 0x9727, 0x9d61, 0x58a8, 0x9ed8, + 0x520e, 0x543b, 0x6587, 0x6c76, + 0x7d0b, 0x7d0a, 0x868a, 0x9580, + 0x554f, 0x805e, 0x52ff, 0x7269, + 0x5473, 0x5a9a, 0x5c3e, 0x5d4b, + 0x9761, 0x5f4c, 0x5fae, 0x672a, + 0x6e3c, 0x7030, 0x7709, 0x7c73, + 0x7cdc, 0x7f8e, 0x8587, 0x8b0e, + 0x8ff7, 0x60b6, 0x610d, 0x61ab, + 0x654f, 0x65fc, 0x65fb, 0x6c11, + 0x6cef, 0x739f, 0x73c9, 0x9594, + 0x95a9, 0x5bc6, 0x871c, 0x8b10, + 0xf84e, 0x525d, 0x535a, 0x62cd, + 0x640f, 0x64b2, 0x6734, 0x6a38, + 0x6b02, 0x6cca, 0x7254, 0x73c0, + 0x749e, 0x7b94, 0x7e1b, 0x7c95, + 0x818a, 0x8236, 0x8584, 0x8feb, + 0x96f9, 0x99c1, 0x4f34, 0x534a, + 0x53cd, 0x53db, 0x62cc, 0x642c, + 0x6500, 0x6591, 0x69c3, 0x6f58, + 0x6cee, 0x73ed, 0x7554, 0x76e4, + 0x78fb, 0x792c, 0x7d46, 0x80d6, + 0x87e0, 0x822c, 0x8fd4, 0x9812, + 0x98ef, 0x52c3, 0x62d4, 0x6f51, + 0x64a5, 0x767c, 0x8dcb, 0x91b1, + 0x9262, 0x9aee, 0x9b43, 0x5023, + 0x508d, 0x574a, 0x59a8, 0x5c28, + 0x5e47, 0x5f77, 0x623f, 0x653e, + 0x65b9, 0x65c1, 0x6609, 0x699c, + 0x7d21, 0x80aa, 0x8180, 0x822b, + 0x82b3, 0x84a1, 0x868c, 0x8a2a, + 0x8b17, 0x90a6, 0x9632, 0x9ae3, + 0x9b74, 0x9f90, 0x4ff3, 0x500d, + 0xf963, 0x57f9, 0x5f98, 0x62dc, + 0x6392, 0x676f, 0x6e43, 0x76c3, + 0x80da, 0x80cc, 0x88f5, 0x88f4, + 0x8919, 0x8ce0, 0x8f29, 0x914d, + 0x966a, 0x4f2f, 0x4f70, 0x5e1b, + 0x67cf, 0x6822, 0x767d, 0x767e, + 0x9b44, 0x6a0a, 0xf84f, 0x7169, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x756a, 0xf964, + 0x7e41, 0x7ffb, 0x8543, 0x85e9, + 0x98dc, 0x4f10, 0x7b4f, 0x7f70, + 0x95a5, 0x51e1, 0x5e06, 0x68b5, + 0x6c3e, 0x6c4e, 0x6cdb, 0x72af, + 0x7bc4, 0x8303, 0x6cd5, 0x743a, + 0x50fb, 0x5288, 0x58c1, 0x64d8, + 0x74a7, 0x7656, 0x78a7, 0x8f9f, + 0x95e2, 0x9739, 0xf965, 0x535e, + 0x5f01, 0x6c74, 0x8fae, 0x8b8a, + 0x8fa8, 0x8faf, 0xf850, 0x908a, + 0x99e2, 0x5225, 0x5f46, 0x77a5, + 0x9c49, 0x9f08, 0x4e19, 0x5002, + 0x5175, 0x5c5b, 0x5e77, 0x661e, + 0x663a, 0x67c4, 0x70b3, 0x7501, + 0x75c5, 0x7add, 0x79c9, 0x8f27, + 0x8ff8, 0x9920, 0x4fdd, 0x5821, + 0x5831, 0x5bf6, 0x666e, 0x6b65, + 0x6e7a, 0x6d11, 0x6f7d, 0x752b, + 0x88dc, 0x8913, 0x8b5c, 0x8f14, + 0x9d07, 0x9efc, 0x4f0f, 0x50d5, + 0x5310, 0x535c, 0x5b93, 0x5fa9, + 0x798f, 0x670d, 0x8179, 0x832f, + 0x8514, 0x8986, 0x8760, 0x8907, + 0x8f3b, 0x99a5, 0x9c12, 0x672c, + 0x4e76, 0x4e30, 0x4ff8, 0x5949, + 0x5c01, 0x5cf0, 0x5cef, 0x6367, + 0x742b, 0x68d2, 0x70fd, 0x7e2b, + 0x8451, 0x84ec, 0x8702, 0x9022, + 0x92d2, 0x9cf3, 0x4ec6, 0x4ed8, + 0x5085, 0x5256, 0x526f, 0x5426, + 0x57e0, 0x592b, 0x5a66, 0x5b75, + 0x5bcc, 0x5e9c, 0xf966, 0x6276, + 0x6577, 0x65a7, 0x6d6e, 0x6ea5, + 0x7236, 0x7c3f, 0x7f36, 0x7b26, + 0x7f58, 0x8151, 0x8150, 0x819a, + 0x8299, 0x82fb, 0x8709, 0x8a03, + 0x8ca0, 0x8ce6, 0x8cfb, 0x8d74, + 0x8dba, 0x90e8, 0x91dc, 0x961c, + 0x9644, 0x982b, 0x99d9, 0x9b92, + 0x9ce7, 0x5317, 0x5206, 0x5674, + 0xf851, 0x58b3, 0x5954, 0x596e, + 0x5fff, 0x61a4, 0x626e, 0x6c7e, + 0x711a, 0x76c6, 0x7c89, 0x7cde, + 0x7d1b, 0x82ac, 0x8561, 0x96f0, + 0xf967, 0x4f5b, 0xf852, 0x5f17, + 0x62c2, 0x9af4, 0x9efb, 0x5d29, + 0x670b, 0x68da, 0x787c, 0x7e43, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9d6c, 0x4e15, + 0x5099, 0x5315, 0x532a, 0x5351, + 0x5983, 0x59a3, 0x5a62, 0x5e87, + 0x60b2, 0x618a, 0x6249, 0x6279, + 0x6590, 0xf853, 0x69a7, 0x6c98, + 0xf968, 0x6cb8, 0x6bd4, 0x6bd8, + 0x7435, 0x75fa, 0x7765, 0x7812, + 0x7891, 0x79d8, 0x7be6, 0x7dcb, + 0x7fe1, 0x80a5, 0x8153, 0x813e, + 0x81c2, 0x83f2, 0x871a, 0x88e8, + 0x8ab9, 0x8b6c, 0x8cbb, 0x8f61, + 0x9119, 0x975e, 0x98db, 0x9ac0, + 0x9f3b, 0x5b2a, 0x8cd3, 0x5f6c, + 0x64ef, 0x658c, 0x6ab3, 0x6baf, + 0x6ff1, 0x7015, 0x725d, 0x860b, + 0x8ca7, 0xf854, 0x983b, 0x9870, + 0x9b22, 0x6191, 0x6c37, 0x8058, + 0x9a01, 0x4e4d, 0x4e8b, 0x4e9b, + 0x4ed5, 0x4f3c, 0x4f3a, 0x820d, + 0x4f7f, 0x50ff, 0x53f2, 0x53f8, + 0x56db, 0x5506, 0x55e3, 0x58eb, + 0x5962, 0x59d2, 0x5a11, 0x5beb, + 0x5bfa, 0x5df3, 0x5e2b, 0xf855, + 0x5f99, 0x601d, 0x6368, 0x8d66, + 0x65af, 0x659c, 0x67fb, 0x68ad, + 0x6942, 0x69ce, 0x6c99, 0x6cd7, + 0x6e23, 0x7009, 0x90aa, 0x7345, + 0x7940, 0x793e, 0x7960, 0x6b7b, + 0x7802, 0x79c1, 0x7b25, 0x7be9, + 0x84d1, 0x7d17, 0x7d72, 0x838e, + 0x86c7, 0x88df, 0x8a50, 0x8a5e, + 0x8b1d, 0x8cdc, 0x5c04, 0x8fad, + 0x8086, 0x98fc, 0x99df, 0x524a, + 0xf969, 0x69ca, 0x6714, 0xf96a, + 0x9460, 0x5098, 0x522a, 0x5c71, + 0x6563, 0x6c55, 0x73ca, 0x7523, + 0x759d, 0x7b97, 0x849c, 0x9178, + 0x6492, 0x6bba, 0x4e77, 0x85a9, + 0x4e09, 0xf96b, 0x6749, 0x68ee, + 0x6e17, 0x886b, 0x829f, 0x8518, + 0x6b43, 0x63f7, 0x6f81, 0x98af, + 0x9364, 0x970e, 0x4e0a, 0x50b7, + 0x50cf, 0x511f, 0x5546, 0x55aa, + 0x5617, 0x723d, 0x5b40, 0x5c19, + 0x5e8a, 0x5ea0, 0x5ec2, 0x5e38, + 0x60f3, 0x76f8, 0x6851, 0x6a61, + 0x6ba4, 0x6e58, 0x72c0, 0x7240, + 0x7965, 0x7bb1, 0x7fd4, 0x88f3, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x89f4, 0x8c61, + 0x8cde, 0x8a73, 0x971c, 0x585e, + 0x74bd, 0x8cfd, 0x9c13, 0xf96c, + 0x7a61, 0x7d22, 0x8272, 0x7272, + 0x751f, 0x7525, 0xf96d, 0x7b19, + 0x566c, 0x58fb, 0x5885, 0x5a7f, + 0x7280, 0x5dbc, 0x5e8f, 0x5eb6, + 0x5f90, 0x6055, 0x6292, 0x654d, + 0x6691, 0x66d9, 0x66f8, 0x6816, + 0x68f2, 0x745e, 0x7d6e, 0x7dd6, + 0x7f72, 0x80e5, 0x8212, 0x85af, + 0x897f, 0x8a93, 0x92e4, 0x901d, + 0x9ecd, 0xf856, 0x9f20, 0x5915, + 0x596d, 0xf857, 0x5e2d, 0x60dc, + 0x6614, 0x6673, 0x6790, 0x6c50, + 0x6dc5, 0x6f5f, 0x77f3, 0x78a9, + 0x84c6, 0x91cb, 0x932b, 0x5148, + 0x4ed9, 0x50ca, 0xf858, 0x5584, + 0x5ba3, 0x5c20, 0x6103, 0x6247, + 0x65cb, 0xf859, 0x717d, 0x71f9, + 0x79aa, 0x7444, 0x7487, 0x74bf, + 0x766c, 0x7dda, 0x7e55, 0x7fa8, + 0x817a, 0x81b3, 0x8239, 0x861a, + 0x87ec, 0x8a75, 0x8de3, 0x9078, + 0x9291, 0xf85a, 0x9bae, 0x5070, + 0x5368, 0x820c, 0xf85b, 0x5c51, + 0x6308, 0x6954, 0x6d29, 0x6e2b, + 0x859b, 0x8a2d, 0x8aaa, 0x96ea, + 0x6bb2, 0x7e96, 0x87fe, 0x8d0d, + 0x66b9, 0x9583, 0x71ee, 0x651d, + 0x6d89, 0xf96e, 0x57ce, 0x59d3, + 0x6027, 0x60fa, 0x6210, 0x661f, + 0x665f, 0x7329, 0x76db, 0x7701, + 0x7b6c, 0x8056, 0x8072, 0x8165, + 0x8aa0, 0x9192, 0x4e16, 0x52e2, + 0x6b72, 0x6d17, 0x7a05, 0x7b39, + 0x7d30, 0xf96f, 0x8cb0, 0x53ec, + 0x562f, 0x5851, 0x5c0f, 0x5c11, + 0x5bb5, 0x5de2, 0x6383, 0x6414, + 0x6240, 0x662d, 0x68b3, 0x6cbc, + 0x6d88, 0x6eaf, 0x701f, 0x70a4, + 0x71d2, 0x7526, 0x758e, 0x758f, + 0x7b11, 0x7c2b, 0x7d20, 0x7d39, + 0x8258, 0x852c, 0x856d, 0x8607, + 0x8a34, 0x900d, 0x9061, 0x90b5, + 0x92b7, 0x9704, 0x97f6, 0x9a37, + 0x4fd7, 0x5c6c, 0x675f, 0x7c9f, + 0x7e8c, 0x901f, 0x5b6b, 0x640d, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x905c, 0x7387, + 0x87c0, 0x5b8b, 0x677e, 0x8a1f, + 0x8aa6, 0x9001, 0x980c, 0x5237, + 0xf970, 0x7051, 0x7463, 0x788e, + 0x9396, 0x8870, 0x91d7, 0x4fee, + 0x53d7, 0x53df, 0x56da, 0x55fd, + 0x5782, 0x58fd, 0x5ac2, 0x5b88, + 0xf85c, 0x5cab, 0x5e25, 0x620d, + 0x6101, 0x624b, 0x6388, 0x641c, + 0x6536, 0x6578, 0x666c, 0x6a39, + 0x6b8a, 0x71e7, 0x6c34, 0x6d19, + 0x6eb2, 0x6f31, 0x72e9, 0x7378, + 0x795f, 0x7626, 0x7761, 0xf85d, + 0x79c0, 0x7a57, 0x7aea, 0x7cb9, + 0x7d8f, 0x7dac, 0x7e61, 0x7f9e, + 0x8129, 0x8331, 0x8490, 0x84da, + 0x85ea, 0x8896, 0x8ab0, 0x8f38, + 0x9042, 0x9083, 0x916c, 0x9296, + 0x92b9, 0x968b, 0x96a8, 0x96d6, + 0x9700, 0x9808, 0x9996, 0x9ad3, + 0x9b1a, 0x53d4, 0x587e, 0x5919, + 0x5b70, 0x5bbf, 0x6dd1, 0x719f, + 0x8085, 0x83fd, 0x5faa, 0x6042, + 0x65ec, 0x696f, 0x6b89, 0x6d35, + 0x6df3, 0x73e3, 0x76fe, 0x77ac, + 0x7b4d, 0x7d14, 0x8123, 0x821c, + 0x8340, 0x8a62, 0x5de1, 0x9187, + 0x931e, 0x9806, 0x99b4, 0x9d89, + 0x620c, 0x8853, 0x8ff0, 0x5d07, + 0x5d27, 0x5d69, 0x745f, 0x819d, + 0x8671, 0x8768, 0x62fe, 0x6fd5, + 0x7fd2, 0x8936, 0x8972, 0x4e1e, + 0x4e58, 0x50e7, 0x5347, 0x627f, + 0x6607, 0x52dd, 0x7e69, 0x8805, + 0x965e, 0x4f8d, 0x5319, 0x557b, + 0x5636, 0x59cb, 0x5aa4, 0xf85e, + 0x5c38, 0x5c4d, 0x5e02, 0x5f11, + 0x6043, 0x65bd, 0x662f, 0x6642, + 0x67be, 0x67f4, 0x731c, 0x77e2, + 0x793a, 0x8996, 0x7de6, 0x7fc5, + 0x8494, 0x84cd, 0x8a69, 0x8a66, + 0x8ae1, 0x8c7a, 0x57f4, 0x5bd4, + 0x5f0f, 0x606f, 0x62ed, 0x690d, + 0x6b96, 0x6e5c, 0x7184, 0x8b58, + 0x8efe, 0x98df, 0x98fe, 0x4f38, + 0x4fe1, 0x547b, 0x5a20, 0x5bb8, + 0x613c, 0x65b0, 0x6668, 0x71fc, + 0x7533, 0x77e7, 0x795e, 0x7d33, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x814e, 0x81e3, + 0x8398, 0x85aa, 0x8703, 0x8a0a, + 0x8eab, 0x8f9b, 0xf971, 0x8fc5, + 0x5931, 0x5ba4, 0x5be6, 0x6089, + 0xf85f, 0x5be9, 0x5c0b, 0x5fc3, + 0xf972, 0x6c81, 0x6df1, 0x700b, + 0x751a, 0x82af, 0x4ec0, 0x5341, + 0xf973, 0x96d9, 0x6c0f, 0x4e9e, + 0x4fc4, 0x5152, 0x5a25, 0x5ce8, + 0x6211, 0x7259, 0x82bd, 0x86fe, + 0x8859, 0x8a1d, 0x963f, 0x96c5, + 0x9913, 0x9d09, 0x9d5d, 0x580a, + 0x5cb3, 0x5dbd, 0x6115, 0x60e1, + 0x63e1, 0x6a02, 0x6e25, 0x843c, + 0x984e, 0x9f77, 0x5b89, 0x5cb8, + 0x6309, 0x664f, 0x6848, 0x773c, + 0x96c1, 0x8d0b, 0x978d, 0x9854, + 0x9d08, 0x621e, 0x65a1, 0x8b01, + 0x8ecb, 0x904f, 0x95bc, 0x5d52, + 0x5dd6, 0x5eb5, 0x6697, 0x764c, + 0x83f4, 0x8af3, 0x95c7, 0x9eef, + 0x58d3, 0x62bc, 0x72ce, 0x9d28, + 0x4ef0, 0x592e, 0x600f, 0x663b, + 0x6b83, 0x79e7, 0x9785, 0x9d26, + 0x5393, 0x57c3, 0x5d16, 0x611b, + 0x6b38, 0x6daf, 0x769a, 0x66d6, + 0x788d, 0x7919, 0x827e, 0x54c0, + 0x9698, 0x9744, 0x9749, 0x5384, + 0x6396, 0x6db2, 0x814b, 0x9628, + 0x984d, 0x6afb, 0x7f4c, 0x9daf, + 0x9e1a, 0x4e5f, 0x503b, 0x51b6, + 0x591c, 0xf860, 0x63f6, 0x6930, + 0x723a, 0x8036, 0xf974, 0x60f9, + 0x91ce, 0x5f31, 0x7bdb, 0x7c65, + 0x7d04, 0x82e5, 0x846f, 0x85e5, + 0x8e8d, 0x4f6f, 0x58e4, 0x5b43, + 0x6059, 0x63da, 0x6518, 0x656d, + 0x6698, 0x694a, 0x6a23, 0x6d0b, + 0x7001, 0x716c, 0x7a70, 0x75d2, + 0x760d, 0x7f8a, 0x7f98, 0x8944, + 0x8b93, 0x91c0, 0x967d, 0x990a, + 0x5704, 0x5fa1, 0x6554, 0x65bc, + 0x6f01, 0x79a6, 0x8a9e, 0x99ad, + 0x9b5a, 0x9f6c, 0x5104, 0x61b6, + 0x6291, 0x6a8d, 0x81c6, 0x5043, + 0x5830, 0x5f66, 0x7109, 0x8a00, + 0x8afa, 0x5b7c, 0x513c, 0x56b4, + 0x5944, 0x63a9, 0x6df9, 0x5daa, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x696d, 0x605a, + 0x4e88, 0x4f59, 0x5982, 0x6b5f, + 0x6c5d, 0x8207, 0x9918, 0x4ea6, + 0x57df, 0xf861, 0x5f79, 0x6613, + 0x75ab, 0x7e79, 0x8b6f, 0x9006, + 0x9a5b, 0x56a5, 0x5827, 0x59f8, + 0x5a1f, 0x5bb4, 0x5ef6, 0x6350, + 0xf991, 0x693d, 0x6cbf, 0x6d93, + 0x6d8e, 0x6df5, 0x6f14, 0x70df, + 0x7136, 0x7159, 0x71c3, 0x71d5, + 0x784f, 0x786f, 0x7b75, 0x7de3, + 0xf862, 0x81d9, 0x8815, 0x884d, + 0x8b8c, 0x8edf, 0x925b, 0x9cf6, + 0xf99e, 0x6085, 0x6d85, 0x71b1, + 0xf9a1, 0x95b1, 0x53ad, 0x5869, + 0x67d3, 0x708e, 0x7130, 0x9e7d, + 0x82d2, 0x8276, 0x95bb, 0x995c, + 0x9ae5, 0x66c4, 0x71c1, 0x8449, + 0x584b, 0x5b30, 0x5f71, 0x6620, + 0x668e, 0x6979, 0x69ae, 0x6c38, + 0x6cf3, 0x6f41, 0x701b, 0x71df, + 0x745b, 0xf9ae, 0x74d4, 0x76c8, + 0x7e93, 0x82f1, 0x8a60, 0x8fce, + 0x502a, 0x5208, 0x53e1, 0x66f3, + 0x6fca, 0x730a, 0x7768, 0x777f, + 0x7ff3, 0x82ae, 0x854b, 0x85dd, + 0x8602, 0x88d4, 0x8a63, 0x8b7d, + 0x8c6b, 0x92b3, 0x9713, 0x9810, + 0x4e94, 0x4f0d, 0x50b2, 0x5348, + 0x5433, 0x55da, 0x58ba, 0x5967, + 0x5a1b, 0x5be4, 0x609f, 0xf9b9, + 0x65ff, 0x6664, 0x68a7, 0x6c5a, + 0x70cf, 0x7352, 0x8708, 0x8aa4, + 0x9068, 0x543e, 0x5c4b, 0x6c83, + 0x7344, 0x7389, 0x923a, 0x5abc, + 0x6eab, 0x7465, 0x761f, 0x7a69, + 0x8580, 0x860a, 0x9c2e, 0x5140, + 0x58c5, 0x74ee, 0x7670, 0x64c1, + 0x7515, 0x7fc1, 0x9095, 0x96cd, + 0x6e26, 0x74e6, 0x7aa9, 0x86d9, + 0x8778, 0x8a1b, 0x81e5, 0x5a49, + 0x5b8c, 0x5b9b, 0x6d63, 0x73a9, + 0x742c, 0x7897, 0x7de9, 0x7feb, + 0x8155, 0x839e, 0x8c4c, 0x962e, + 0x9811, 0x66f0, 0x5f80, 0x65fa, + 0x6789, 0x6c6a, 0x738b, 0x502d, + 0x6b6a, 0x77ee, 0x5916, 0x5dcd, + 0x7325, 0x754f, 0x50e5, 0x51f9, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x582f, 0x592d, + 0x5996, 0x59da, 0x5da2, 0x62d7, + 0x6416, 0x64fe, 0x66dc, 0x8170, + 0xf9bf, 0x6a48, 0x7464, 0x7a88, + 0x7aaf, 0x7e47, 0x7e5e, 0x8000, + 0x8558, 0x87ef, 0x8981, 0x8b20, + 0x9059, 0x9080, 0x9952, 0x8fb1, + 0x617e, 0x6b32, 0x6d74, 0x8925, + 0x50ad, 0x52c7, 0x5bb9, 0x5eb8, + 0x5197, 0x6995, 0x6e67, 0x6eb6, + 0x7194, 0x7462, 0x7528, 0x8073, + 0x8202, 0x8338, 0x84c9, 0x86f9, + 0x8e0a, 0x9394, 0x93de, 0x4f51, + 0x5076, 0x512a, 0x53c8, 0x53cb, + 0x53f3, 0x5401, 0x5b87, 0x5bd3, + 0x5c24, 0x4e8e, 0x611a, 0x6182, + 0x725b, 0x76c2, 0x7950, 0x7991, + 0x79b9, 0x7fbd, 0x828b, 0x865e, + 0x8fc2, 0x9047, 0x90f5, 0x9685, + 0x96e8, 0x96e9, 0x65ed, 0x6631, + 0x715c, 0x7a36, 0x90c1, 0x980a, + 0x4e91, 0xf9c5, 0x6b9e, 0x8018, + 0x82b8, 0x904b, 0x9695, 0x96f2, + 0x97fb, 0x71a8, 0x851a, 0x9b31, + 0x718a, 0x96c4, 0x5143, 0x539f, + 0x54e1, 0x5712, 0x5713, 0x7230, + 0x57a3, 0x5a9b, 0x5bc3, 0x6028, + 0x613f, 0x63f4, 0x6e90, 0x733f, + 0x7457, 0x82d1, 0x873f, 0x8881, + 0x8f45, 0x9060, 0x9662, 0x9858, + 0x9d1b, 0x6708, 0x8d8a, 0x925e, + 0x4f4d, 0x5049, 0x50de, 0x5371, + 0x570d, 0x59d4, 0x5c09, 0x5e43, + 0x6170, 0x5a01, 0x6e2d, 0x7232, + 0x744b, 0x7def, 0x80c3, 0x840e, + 0x8466, 0x875f, 0x885b, 0x885e, + 0x8b02, 0x9055, 0x97cb, 0x9b4f, + 0x4e73, 0x6538, 0x4f91, 0x5112, + 0x516a, 0x5e7c, 0x552f, 0x55a9, + 0x56ff, 0x5b7a, 0x5ba5, 0x5e37, + 0x5e7d, 0x5ebe, 0x60a0, 0x60df, + 0x6109, 0x6108, 0x63c4, 0x6709, + 0x67d4, 0x67da, 0x6961, 0x6cb9, + 0x6e38, 0x6fe1, 0x7336, 0x745c, + 0x7531, 0x7652, 0x7dad, 0x81fe, + 0x8438, 0x8564, 0x88d5, 0x8a98, + 0x8adb, 0x8aed, 0x8e42, 0x8e30, + 0x904a, 0x903e, 0x907a, 0x9149, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x91c9, 0x936e, + 0x9edd, 0x6bd3, 0x8089, 0x80b2, + 0x9b3b, 0x5141, 0x596b, 0x5c39, + 0x6f64, 0x73a7, 0x80e4, 0x958f, + 0x807f, 0x620e, 0x7d68, 0x878d, + 0x57a0, 0x6069, 0x6147, 0x6abc, + 0x6bb7, 0x73e2, 0x9280, 0x8abe, + 0x96b1, 0x9f66, 0x4e59, 0x541f, + 0x6deb, 0x852d, 0x9670, 0x98ee, + 0x97f3, 0x6339, 0x63d6, 0x6ce3, + 0x9091, 0x51dd, 0x61c9, 0x81ba, + 0x9df9, 0x4f9d, 0x501a, 0x5100, + 0x7591, 0x77e3, 0x5b9c, 0x610f, + 0x61ff, 0x64ec, 0x6bc5, 0x7fa9, + 0x8264, 0x87fb, 0x8863, 0x8abc, + 0x8b70, 0x91ab, 0x4e8c, 0x4ee5, + 0x4f0a, 0x5937, 0x59e8, 0x5df2, + 0x8cb3, 0x5f1b, 0x5f5b, 0x6021, + 0xf9e0, 0x682e, 0x723e, 0x73e5, + 0x7570, 0x75cd, 0x79fb, 0x800c, + 0x8033, 0x8351, 0x98f4, 0x990c, + 0x9823, 0x7037, 0x7ffc, 0x76ca, + 0x7fca, 0x7fcc, 0x4eba, 0x4ec1, + 0x4ede, 0x5203, 0x5370, 0x54bd, + 0x56e0, 0x59fb, 0x5bc5, 0x5f15, + 0x5fcd, 0x6e6e, 0x8a8d, 0x976d, + 0x9777, 0x4e00, 0x4f7e, 0x58f9, + 0x65e5, 0x6ea2, 0x9038, 0x93b0, + 0x99b9, 0x4efb, 0x58ec, 0x598a, + 0x59d9, 0x7a14, 0x834f, 0x8cc3, + 0x5165, 0x4ecd, 0x5b55, 0x5269, + 0x4ed4, 0x523a, 0x54a8, 0x59c9, + 0x59ff, 0x5b50, 0x5b5c, 0x5b57, + 0x6063, 0x6148, 0x6ecb, 0x7099, + 0x716e, 0x7386, 0x74f7, 0x75b5, + 0x7725, 0x78c1, 0x7ca2, 0x7d2b, + 0x8005, 0x8014, 0x81ea, 0x8517, + 0x85c9, 0x89dc, 0x8aee, 0x8cc7, + 0x8d6d, 0x96cc, 0x4f5c, 0x52fa, + 0x56bc, 0x65ab, 0x6628, 0x67de, + 0x707c, 0x70b8, 0x7235, 0x7dbd, + 0x828d, 0x914c, 0x96c0, 0x9d72, + 0x68e7, 0x6b98, 0x6f7a, 0x76de, + 0x5c91, 0x66ab, 0x6f5b, 0x6f5c, + 0x7bb4, 0x7c2a, 0x8695, 0x8836, + 0x96dc, 0x4e08, 0x4ed7, 0x5320, + 0x5834, 0x58bb, 0x596c, 0x5d82, + 0x5e33, 0x5e84, 0x5f35, 0x638c, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x66b2, 0x6756, + 0x6a1f, 0x6aa3, 0x6b0c, 0x6f3f, + 0x58ef, 0x5c07, 0x7246, 0xf9fa, + 0x7350, 0x748b, 0x7634, 0x7ae0, + 0x7ca7, 0x8178, 0x81df, 0x838a, + 0x846c, 0x8523, 0x8594, 0x85cf, + 0x88c5, 0x88dd, 0x8d13, 0x91ac, + 0x9577, 0x969c, 0x518d, 0x54c9, + 0x5728, 0x5bb0, 0x624d, 0x6750, + 0x683d, 0x6893, 0x6ed3, 0x707d, + 0x7e94, 0x88c1, 0x8ca1, 0x8f09, + 0x9f4b, 0x9f4e, 0x722d, 0x7b8f, + 0x8acd, 0x931a, 0x4f4e, 0x4f47, + 0x5132, 0x5480, 0x59d0, 0x5e95, + 0x62b5, 0x6775, 0x67e2, 0x696e, + 0x6a17, 0x6cae, 0x6e1a, 0x72d9, + 0x732a, 0x75bd, 0x7bb8, 0x82e7, + 0x8457, 0x85f7, 0x86c6, 0x8a5b, + 0x8c6c, 0x8caf, 0x8e87, 0x9019, + 0x90b8, 0x52e3, 0x5ae1, 0x5bc2, + 0x6458, 0x6575, 0x6ef4, 0x72c4, + 0x7684, 0x7a4d, 0x7b1b, 0x7c4d, + 0x7cf4, 0x7e3e, 0x837b, 0x8b2b, + 0x8cca, 0x8d64, 0x8de1, 0x8e5f, + 0x8fea, 0x8ff9, 0x9069, 0x50b3, + 0x5168, 0x5178, 0x524d, 0x526a, + 0x56c0, 0x5861, 0x5960, 0x5c08, + 0x5c55, 0x5dd3, 0x5edb, 0x609b, + 0x6230, 0x6813, 0x6bbf, 0x6c08, + 0x6fb1, 0x714e, 0x7530, 0x7538, + 0x7672, 0x78da, 0x7b8b, 0x7bad, + 0x7bc6, 0x7e8f, 0x7fe6, 0x8a6e, + 0x8f3e, 0x8f49, 0x923f, 0x9293, + 0x9322, 0x96fb, 0x985a, 0x986b, + 0x991e, 0x5207, 0x622a, 0x6298, + 0x6d59, 0x7a83, 0x7aca, 0x7bc0, + 0x7d76, 0x5360, 0x5cbe, 0x5e97, + 0x6f38, 0x70b9, 0x9ede, 0x7c98, + 0x9711, 0x63a5, 0x647a, 0x6904, + 0x8776, 0x4e01, 0x4e95, 0x4ead, + 0x505c, 0x5075, 0x5448, 0x59c3, + 0x5e40, 0x5ef7, 0x5f81, 0x5b9a, + 0x5ead, 0x60c5, 0x633a, 0x653f, + 0x6574, 0x65cc, 0x6676, 0x6678, + 0x6883, 0x6968, 0x6b63, 0x6c40, + 0x6de8, 0x6e1f, 0x753a, 0x775b, + 0x7887, 0x798e, 0x7a0b, 0x7a7d, + 0x9756, 0x7cbe, 0x8247, 0x8a02, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8aea, 0x8c9e, + 0x912d, 0x914a, 0x91d8, 0x9266, + 0x9320, 0x9706, 0x975c, 0x9802, + 0x9f0e, 0x5236, 0x5291, 0x557c, + 0x5824, 0x5e1d, 0x5f1f, 0x608c, + 0x63d0, 0x6662, 0x68af, 0x6fdf, + 0x7445, 0x81cd, 0x796d, 0x7b2c, + 0x85ba, 0x88fd, 0x8af8, 0x8e36, + 0x8e44, 0x918d, 0x9664, 0x969b, + 0x973d, 0x984c, 0x9f4a, 0x4fce, + 0x51cb, 0x5146, 0x52a9, 0xf863, + 0x5632, 0x566a, 0x5f14, 0x5f6b, + 0x63aa, 0x64cd, 0x65e9, 0x6641, + 0x66fa, 0x66f9, 0x671d, 0x689d, + 0x68d7, 0x69fd, 0x6f15, 0x6f6e, + 0x7167, 0x71e5, 0x722a, 0x7681, + 0x773a, 0x7956, 0x795a, 0x79df, + 0x7a20, 0x7a95, 0x7ac8, 0x7b0a, + 0x7c97, 0x7cdf, 0x7cf6, 0x7d44, + 0x7d5b, 0x7e70, 0x8087, 0x85fb, + 0x86a4, 0x8a54, 0x8abf, 0x8d99, + 0x8e81, 0x9020, 0x906d, 0x91e3, + 0x963b, 0x9bdb, 0x9ce5, 0x65cf, + 0x7c07, 0x8db3, 0x93c3, 0x5b58, + 0x5c0a, 0x5352, 0x62d9, 0x731d, + 0x5027, 0x5b97, 0x5f9e, 0x616b, + 0x68d5, 0x6a05, 0x6dd9, 0x742e, + 0x7a2e, 0x7d42, 0x7d9c, 0x7e31, + 0x816b, 0x8e35, 0x8e64, 0x937e, + 0x9418, 0x4f50, 0x5750, 0x5de6, + 0x5ea7, 0x632b, 0x7f6a, 0x4e3b, + 0x4f4f, 0x4f8f, 0x505a, 0x5eda, + 0x546a, 0x5468, 0x55fe, 0x594f, + 0x5b99, 0x5dde, 0x665d, 0x6731, + 0x67f1, 0x682a, 0x70b7, 0x6ce8, + 0x6d32, 0x9152, 0x73e0, 0x7587, + 0x851f, 0x7c4c, 0x7d02, 0x7d2c, + 0x7da2, 0x8098, 0x80c4, 0x821f, + 0x86db, 0x8a3b, 0x8a85, 0x8d70, + 0x8e8a, 0x8f33, 0x914e, 0x9031, + 0x9444, 0x99d0, 0x7af9, 0x7ca5, + 0x4fca, 0x5101, 0x51c6, 0x57c8, + 0x5cfb, 0x6659, 0x6a3d, 0x6d5a, + 0x6e96, 0x6fec, 0x756f, 0x7ae3, + 0x8822, 0x9021, 0x9075, 0x96bc, + 0x99ff, 0x8301, 0x4e2d, 0x4ef2, + 0x8846, 0x91cd, 0xf864, 0x537d, + 0x6adb, 0x696b, 0x6c41, 0x847a, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x589e, 0x618e, + 0x62ef, 0x70dd, 0x66fe, 0x7511, + 0x75c7, 0x84b8, 0x8a3c, 0x8b49, + 0x8d08, 0x4e4b, 0x53ea, 0x54ab, + 0x5730, 0x5740, 0x5fd7, 0x6301, + 0x6307, 0x646f, 0x652f, 0x65e8, + 0x667a, 0x679d, 0x67b3, 0x6b62, + 0x6c60, 0x6f2c, 0x75e3, 0x77e5, + 0x7825, 0x7957, 0x7949, 0x7d19, + 0x80a2, 0x8102, 0x81f3, 0x829d, + 0x8718, 0x8a8c, 0xf9fc, 0x8d04, + 0x8dbe, 0x9072, 0x76f4, 0x7a19, + 0x7a37, 0x7e54, 0x8077, 0x8fb0, + 0x55d4, 0x5875, 0x632f, 0x6649, + 0x699b, 0x6d25, 0x6eb1, 0x73cd, + 0x7468, 0x74a1, 0x75b9, 0x76e1, + 0x771e, 0x778b, 0x79e6, 0x7e09, + 0x8a3a, 0x8cd1, 0x8eeb, 0x9032, + 0x93ad, 0x9663, 0x9673, 0x9707, + 0x53f1, 0x7a92, 0x59ea, 0x5ac9, + 0x5e19, 0x684e, 0x75be, 0x79e9, + 0x81a3, 0x86ed, 0x8cea, 0x8dcc, + 0x8fed, 0x659f, 0x6715, 0x57f7, + 0x96c6, 0x7ddd, 0x8f2f, 0x5fb5, + 0x61f2, 0x6f84, 0x4e14, 0x501f, + 0x7b9a, 0x53c9, 0x55df, 0x5dee, + 0x5d6f, 0x6b21, 0x6b64, 0x78cb, + 0xf9fe, 0x8e49, 0x906e, 0x8eca, + 0x6349, 0x643e, 0x7740, 0x7a84, + 0x932f, 0x947f, 0x9f6a, 0x64b0, + 0x6faf, 0x71e6, 0x74a8, 0x74da, + 0x7ac4, 0x7e82, 0x7cb2, 0x7e98, + 0x8b9a, 0x8d0a, 0x947d, 0xf865, + 0x9910, 0x994c, 0x5239, 0x5bdf, + 0x64e6, 0x672d, 0x50ed, 0x53c3, + 0x5879, 0x6158, 0x6159, 0x615a, + 0x61fa, 0x65ac, 0x7ad9, 0x8b92, + 0x5021, 0x5009, 0x5231, 0x5275, + 0x5531, 0x5a3c, 0x5ee0, 0x5f70, + 0x60b5, 0x655e, 0x660c, 0x6636, + 0x66a2, 0x69cd, 0x6c05, 0x6ec4, + 0x6f32, 0x7621, 0x7a93, 0x8139, + 0x8259, 0x83d6, 0x84bc, 0x50b5, + 0x57f0, 0x5f69, 0x63a1, 0x7826, + 0x7db5, 0x83dc, 0x8521, 0x91c7, + 0x91f5, 0x518a, 0x67f5, 0x7b56, + 0x7c00, 0x8cac, 0x51c4, 0x59bb, + 0x60bd, 0x8655, 0xf9ff, 0x5254, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5c3a, 0x617d, + 0x621a, 0x62d3, 0x64f2, 0x65a5, + 0x6ecc, 0x7620, 0x810a, 0x8734, + 0x8e91, 0x965f, 0x96bb, 0x4edf, + 0x5343, 0x5598, 0x5929, 0x5ddd, + 0x64c5, 0x6cc9, 0x6dfa, 0x6ffa, + 0x7a7f, 0x821b, 0x85a6, 0x8ce4, + 0x8e10, 0x9077, 0x91e7, 0x95e1, + 0x9621, 0x97c6, 0x51f8, 0x5fb9, + 0x54f2, 0x5586, 0x64a4, 0x6f88, + 0x7db4, 0x8f4d, 0x9435, 0x50c9, + 0x5c16, 0x6cbe, 0x6dfb, 0x751b, + 0x77bb, 0x7c37, 0x7c64, 0x8ac2, + 0x59be, 0x5e16, 0x6377, 0x7252, + 0x758a, 0x776b, 0x8adc, 0x8cbc, + 0x8f12, 0x5ef3, 0x6674, 0x6df8, + 0x807d, 0x83c1, 0x873b, 0x8acb, + 0x9751, 0x9bd6, 0xfa00, 0x5243, + 0x66ff, 0x6d95, 0x6eef, 0x780c, + 0x7de0, 0x8ae6, 0x902e, 0x905e, + 0x9746, 0x9ad4, 0x521d, 0x54e8, + 0x5ced, 0x6194, 0x6284, 0x62db, + 0x68a2, 0x6912, 0x695a, 0x6a35, + 0x7092, 0x7126, 0x785d, 0x7901, + 0x790e, 0x79d2, 0x7a0d, 0x7d83, + 0x8096, 0x8349, 0x8549, 0x8c82, + 0x8d85, 0x9162, 0x918b, 0x91ae, + 0x9214, 0x9798, 0x4fc3, 0x56d1, + 0xf866, 0x71ed, 0x77d7, 0x8700, + 0x89f8, 0x8e85, 0x9ad1, 0x5bf8, + 0x5fd6, 0x6751, 0x53e2, 0x585a, + 0x5bf5, 0x6031, 0x6460, 0x7e3d, + 0x8070, 0x8471, 0x9283, 0x64ae, + 0x50ac, 0x5d14, 0x6467, 0x6700, + 0x589c, 0x62bd, 0x63a8, 0x690e, + 0x6978, 0xf867, 0x6a1e, 0x6e6b, + 0x7503, 0x76ba, 0x79cb, 0x7b92, + 0x82bb, 0x8429, 0x8da8, 0x8ffd, + 0x9112, 0x914b, 0x919c, 0x9318, + 0x9310, 0x96db, 0x97a6, 0x9c0d, + 0x9e81, 0x9ea4, 0x4e11, 0xf868, + 0x795d, 0x755c, 0x7afa, 0x7b51, + 0x7bc9, 0x7e2e, 0x8233, 0x84c4, + 0x8e74, 0x8ef8, 0x9010, 0x6625, + 0x693f, 0x51fa, 0x9edc, 0x5145, + 0x51b2, 0x5fe0, 0x6c96, 0x87f2, + 0x885d, 0x8877, 0x60b4, 0x81b5, + 0x8403, 0x53d6, 0x5439, 0x5634, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5a36, 0x5c31, + 0x6a47, 0x708a, 0x7fe0, 0x805a, + 0x8106, 0x81ed, 0xf869, 0x8da3, + 0x9189, 0x9a5f, 0x9df2, 0x4ec4, + 0x5074, 0x60fb, 0x6e2c, 0x5c64, + 0x4f88, 0x5024, 0x55e4, 0x5cd9, + 0x5df5, 0x5e5f, 0x5fb4, 0x6894, + 0x6cbb, 0x6dc4, 0x71be, 0x75d4, + 0x75f4, 0x7661, 0x96c9, 0x7a1a, + 0x7dc7, 0x7dfb, 0x7f6e, 0x6065, + 0x81f4, 0x8f1c, 0x99b3, 0x9d44, + 0x9f52, 0x5247, 0x52c5, 0x98ed, + 0x89aa, 0x4e03, 0x67d2, 0x6f06, + 0x4fb5, 0x5be2, 0x5ff1, 0x6795, + 0x6c88, 0x6d78, 0x7827, 0x91dd, + 0x937c, 0x87c4, 0x79e4, 0x7a31, + 0x5feb, 0x4ed6, 0x553e, 0x58ae, + 0x59a5, 0x60f0, 0x6253, 0x6736, + 0x6955, 0x8235, 0x9640, 0x99dd, + 0x502c, 0x5353, 0x5544, 0xfa01, + 0x6258, 0x62c6, 0xfa02, 0x64e2, + 0x67dd, 0x6a50, 0x6fc1, 0x6fef, + 0x7422, 0x8a17, 0x9438, 0x5451, + 0x5606, 0x5766, 0x5f48, 0x619a, + 0x6b4e, 0x7058, 0x70ad, 0x7dbb, + 0x8a95, 0x596a, 0x812b, 0x63a2, + 0x803d, 0x8caa, 0x5854, 0x642d, + 0x69bb, 0x5b95, 0x5e11, 0x6e6f, + 0x8569, 0x514c, 0x53f0, 0x592a, + 0x6020, 0x614b, 0x6b86, 0x6c70, + 0x6cf0, 0x7b1e, 0x80ce, 0x82d4, + 0x8dc6, 0x90b0, 0x98b1, 0x99c4, + 0xfa04, 0x64c7, 0x6fa4, 0xf86a, + 0x6491, 0x6504, 0x514e, 0x5410, + 0x571f, 0x8a0e, 0x615f, 0x6876, + 0xfa05, 0x75db, 0x7b52, 0x7d71, + 0x901a, 0x5806, 0x817f, 0x892a, + 0x9000, 0x9839, 0x5078, 0x5957, + 0x59ac, 0x6295, 0x900f, 0x9b2a, + 0x615d, 0x7279, 0x5a46, 0x5761, + 0x5df4, 0x628a, 0x64ad, 0x6777, + 0x6ce2, 0x6d3e, 0x722c, 0x7436, + 0x7834, 0x7f77, 0x82ad, 0x8ddb, + 0x9817, 0x5742, 0x5224, 0x677f, + 0x7248, 0x8ca9, 0x8fa6, 0x74e3, + 0x962a, 0x516b, 0x53ed, 0x634c, + 0x4f69, 0x5504, 0x6096, 0x6c9b, + 0x6d7f, 0x724c, 0x72fd, 0x7a17, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8c9d, 0x6557, + 0x8987, 0x5f6d, 0x6f8e, 0x70f9, + 0x81a8, 0x610e, 0x4fbf, 0x504f, + 0x6241, 0x7247, 0x7bc7, 0x7de8, + 0x7fe9, 0x8759, 0x904d, 0x97ad, + 0x8cb6, 0x576a, 0x5e73, 0x840d, + 0x8a55, 0x5420, 0x5b16, 0x5e63, + 0x5ee2, 0x5f0a, 0x6583, 0x80ba, + 0x853d, 0x9589, 0x965b, 0x4f48, + 0x5305, 0x530d, 0x530f, 0x5486, + 0x54fa, 0x5703, 0x5e96, 0x5e03, + 0x6016, 0x62b1, 0x629b, 0x6355, + 0x6ce1, 0x6d66, 0x70ae, 0x75b1, + 0x7832, 0x80de, 0x812f, 0x8216, + 0x8461, 0x84b2, 0x888d, 0x8912, + 0x924b, 0x92ea, 0x9784, 0x98fd, + 0x9b91, 0x5e45, 0x66b4, 0x7011, + 0x7206, 0x4ff5, 0x527d, 0x5f6a, + 0x6153, 0x6753, 0x6a19, 0x6f02, + 0x74e2, 0x7968, 0x8868, 0x8c79, + 0x98c4, 0xf86b, 0x54c1, 0x7a1f, + 0x99ae, 0x6953, 0x8af7, 0x8c4a, + 0x98a8, 0x5f7c, 0x62ab, 0x75b2, + 0x76ae, 0x84d6, 0x88ab, 0x907f, + 0x5339, 0x5f3c, 0x5fc5, 0x6ccc, + 0x7562, 0x758b, 0x7b46, 0x8e55, + 0x4e4f, 0x903c, 0x4e0b, 0x4f55, + 0x590f, 0x5ec8, 0x6630, 0x6cb3, + 0x7455, 0x8766, 0x8377, 0x8cc0, + 0x9050, 0x971e, 0x9c15, 0x58d1, + 0x5b78, 0x7627, 0x8650, 0x8b14, + 0x9db4, 0x5bd2, 0x6068, 0x608d, + 0x65f1, 0x6c57, 0x6f22, 0x6fa3, + 0x7f55, 0x7ff0, 0xf86c, 0x9592, + 0x9591, 0x9650, 0x97d3, 0x9df3, + 0x5272, 0x8f44, 0x51fd, 0x542b, + 0x54b8, 0x5563, 0x558a, 0x6abb, + 0x6db5, 0x7dd8, 0x8266, 0x9677, + 0x5408, 0x54c8, 0x76d2, 0x86e4, + 0x95a4, 0x965c, 0x4ea2, 0x4f09, + 0x59ee, 0x5df7, 0x6052, 0x6297, + 0x676d, 0x6841, 0x6c86, 0x6e2f, + 0x7095, 0x7f38, 0x809b, 0x822a, + 0xfa09, 0x9805, 0x4ea5, 0x5055, + 0x54b3, 0x595a, 0x5793, 0x5b69, + 0x5bb3, 0x5ee8, 0x61c8, 0x6977, + 0x6d77, 0x87f9, 0x89e3, 0x8a72, + 0x8ae7, 0x9082, 0x99ed, 0x9ab8, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x52be, 0x6838, + 0x5016, 0x5e78, 0x674f, 0x884c, + 0x4eab, 0x5411, 0x56ae, 0x9115, + 0x73e6, 0x97ff, 0x9909, 0x9957, + 0x9999, 0x5653, 0x589f, 0x865b, + 0x8a31, 0x61b2, 0x8ed2, 0x737b, + 0x6b47, 0x96aa, 0x9a57, 0x5955, + 0x7200, 0x8d6b, 0x9769, 0x5cf4, + 0x5f26, 0x61f8, 0x70ab, 0x73fe, + 0x7384, 0x7729, 0x7d43, 0x7d62, + 0x7e23, 0x8237, 0x8852, 0xfa0a, + 0x8ce2, 0x9249, 0x986f, 0x5b51, + 0x7a74, 0x8840, 0x9801, 0x5acc, + 0xf86d, 0x4fe0, 0x5354, 0x593e, + 0x5cfd, 0x633e, 0x6d79, 0x72f9, + 0x7bcb, 0x8107, 0x8105, 0x83a2, + 0xf86e, 0x92cf, 0x9830, 0x4ea8, + 0x5211, 0x578b, 0x5f62, 0x5144, + 0x7005, 0x70af, 0x73e9, 0x834a, + 0x87a2, 0x8861, 0x90a2, 0x93a3, + 0x99a8, 0x516e, 0x5f57, 0x60e0, + 0x6167, 0x8559, 0x91af, 0x978b, + 0x4e4e, 0x4e92, 0x8c6a, 0x547c, + 0x58fa, 0x58d5, 0x597d, 0x5f27, + 0x660a, 0x6236, 0x6beb, 0x6d69, + 0x6dcf, 0x6e56, 0x6ef8, 0x6f94, + 0x6fe9, 0x6fe0, 0x705d, 0x72d0, + 0x745a, 0x74e0, 0x7693, 0x769e, + 0x795c, 0x7cca, 0x7e1e, 0x80e1, + 0x846b, 0x864e, 0x865f, 0x8774, + 0x8b77, 0x6248, 0x9190, 0x93ac, + 0x9800, 0x9865, 0x60d1, 0x6216, + 0x9177, 0x5a5a, 0x660f, 0x6df7, + 0x6e3e, 0x743f, 0x9b42, 0x5ffd, + 0x60da, 0x7b0f, 0x9dbb, 0x5f18, + 0x54c4, 0x6c5e, 0x6cd3, 0x6d2a, + 0x9d3b, 0x7d05, 0x8679, 0x8a0c, + 0x5316, 0x5b05, 0x6a3a, 0x706b, + 0x798d, 0x7575, 0x79be, 0x548c, + 0x82b1, 0x83ef, 0x8a71, 0x9774, + 0x8ca8, 0xfa0b, 0x64f4, 0x652b, + 0x78ba, 0x78bb, 0x7a6b, 0x944a, + 0x4e38, 0x559a, 0x571c, 0x5ba6, + 0x5e7b, 0x60a3, 0x61fd, 0x63db, + 0x6853, 0x6b61, 0x6e19, 0x7165, + 0x74b0, 0x7d08, 0x9084, 0x9a69, + 0x9c25, 0x9b1f, 0x6d3b, 0x6ed1, + 0x733e, 0x8c41, 0x95ca, 0x51f0, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5a93, 0x5fa8, + 0x6033, 0x604d, 0x614c, 0x60f6, + 0x6643, 0x6cc1, 0x6ec9, 0x714c, + 0x7687, 0x7bc1, 0x8352, 0x8757, + 0x9051, 0x968d, 0x9ec3, 0x56de, + 0x5efb, 0x5f8a, 0x6062, 0x6094, + 0x61f7, 0x6666, 0x6703, 0x6a9c, + 0x6dee, 0x6fae, 0x7070, 0x736a, + 0x7e6a, 0x81be, 0x86d4, 0x8aa8, + 0x8cc4, 0x5283, 0x7372, 0x6a6b, + 0x54ee, 0x5686, 0x56c2, 0x5b5d, + 0x6548, 0x66c9, 0x689f, 0x723b, + 0x80b4, 0x9175, 0x4faf, 0x5019, + 0x539a, 0x540e, 0x543c, 0x5589, + 0x55c5, 0x5f8c, 0x673d, 0x7334, + 0x9005, 0x7bcc, 0x52f3, 0x5864, + 0x58ce, 0x6688, 0x7104, 0x718f, + 0x71fb, 0x85b0, 0x8a13, 0x85a8, + 0x55a7, 0x8431, 0x5349, 0x5599, + 0x6bc1, 0x5f59, 0x5fbd, 0x63ee, + 0x6689, 0x7147, 0x8af1, 0x8f1d, + 0x9ebe, 0x4f11, 0x643a, 0x70cb, + 0x7566, 0x8667, 0x6064, 0x8b4e, + 0x9df8, 0x51f6, 0x5308, 0x5147, + 0x6d36, 0x80f8, 0x9ed1, 0x5ffb, + 0x6615, 0x6b23, 0x75d5, 0x5403, + 0x5c79, 0x7d07, 0x8fc4, 0x6b20, + 0x6b46, 0x6b3d, 0x5438, 0x6070, + 0x6d3d, 0x8208, 0x50d6, 0x559c, + 0x566b, 0x59ec, 0x5b09, 0x5e0c, + 0x66e6, 0x6199, 0x6231, 0x72a7, + 0x7199, 0x51de, 0x71b9, 0x79a7, + 0x7a00, 0x7fb2, 0x8a70, 0x9821, + 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, 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, 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, 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, + 0x0000, 0x0000, 0x67b7, 0x73c2, + 0x75c2, 0x6164, 0x4f83, 0x67ec, + 0x687f, 0x78f5, 0x874e, 0x6221, + 0x77b0, 0x90af, 0x9452, 0x5808, + 0x757a, 0x7d73, 0x7f8c, 0x8221, + 0x9c47, 0x584f, 0xf900, 0x93a7, + 0x5580, 0x5028, 0x795b, 0x8e1e, + 0x9245, 0x6957, 0x8171, 0x6840, + 0x5292, 0x9210, 0x8ff2, 0x8188, + 0x6289, 0x9257, 0x4fd3, 0x501e, + 0x5106, 0x5770, 0x61ac, 0x70f1, + 0x74a5, 0x583a, 0x68e8, 0x5c3b, + 0x66a0, 0x69c1, 0x7f94, 0x82fd, + 0x83f0, 0x7428, 0x9be4, 0x73d9, + 0x86a3, 0x978f, 0x4e32, 0x8de8, + 0x934b, 0x742f, 0x4f8a, 0x709a, + 0x5775, 0x8009, 0x92b6, 0x97ab, + 0x88d9, 0x828e, 0x6372, 0x6dc3, + 0x7357, 0x8568, 0xf906, 0x6677, + 0x69fb, 0x7ac5, 0x52fb, 0x7547, + 0x52a4, 0x5997, 0x6611, 0x82a9, + 0x4f0b, 0x57fc, 0x7398, 0x7482, + 0x7941, 0x7f88, 0x9324, 0xf90b, + 0xf90c, 0x5a1c, 0xf90d, 0xf90e, + 0xf90f, 0xf910, 0xf911, 0xf912, + 0xf913, 0xf914, 0xf915, 0xf916, + 0xf917, 0xf918, 0xf919, 0xf91a, + 0xf91b, 0xf91c, 0xf91d, 0xf91e, + 0xf91f, 0xf920, 0xf921, 0x678f, + 0x6960, 0x6e73, 0xf922, 0xf923, + 0xf924, 0xf925, 0xf926, 0xf927, + 0x8872, 0xf928, 0xf929, 0xf92a, + 0xf92b, 0xf92c, 0xf92d, 0xf92e, + 0x649a, 0x5bd7, 0xf92f, 0xf930, + 0xf931, 0xf932, 0xf933, 0xf934, + 0xf935, 0xf936, 0xf937, 0xf938, + 0x99d1, 0xf939, 0xf93a, 0xf93b, + 0xf93c, 0xf93d, 0xf93e, 0xf93f, + 0xf940, 0xf941, 0xf942, 0xf943, + 0xf944, 0xf945, 0xf946, 0xf947, + 0xf948, 0xf949, 0xf94a, 0xf94b, + 0xf94c, 0xf94d, 0xf94e, 0xf94f, + 0xf950, 0xf951, 0x677b, 0xf952, + 0xf953, 0xf954, 0xf955, 0xf956, + 0xf957, 0xf958, 0xf959, 0x4eb6, + 0x5f56, 0x6fbe, 0x574d, 0x61ba, + 0x6e5b, 0x8541, 0x931f, 0x7553, + 0x6207, 0x87b3, 0x576e, 0x5d8b, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6389, 0x6ac2, + 0x89a9, 0x65fd, 0x711e, 0x9017, + 0x829a, 0x5d9d, 0xf95b, 0xf95d, + 0xf95e, 0x5d0d, 0x5fa0, 0x5137, + 0x7489, 0xf95f, 0x5cba, 0x7b2d, + 0x8046, 0x6fa7, 0xf960, 0x64c4, + 0x6f5e, 0x797f, 0x83c9, 0x7028, + 0x8cda, 0x9b27, 0x5a41, 0x763b, + 0x851e, 0x93e4, 0x65d2, 0x700f, + 0x4f96, 0x51dc, 0x550e, 0x6d6c, + 0xf962, 0x7fb8, 0x8389, 0x88e1, + 0x6f7e, 0x78bc, 0x9088, 0x4e07, + 0x534d, 0x551c, 0x8309, 0x8f1e, + 0x6c94, 0x6927, 0x7791, 0x84c2, + 0x6479, 0x7441, 0x82bc, 0x9da9, + 0x7ad7, 0x61ae, 0x6959, 0x73f7, + 0x5011, 0x96ef, 0x6c95, 0x68b6, + 0x6963, 0x6e44, 0x9ef4, 0x5cb7, + 0x7de1, 0x7622, 0x76fc, 0x78d0, + 0x6e24, 0x678b, 0x6ec2, 0x78c5, + 0x7119, 0x5e61, 0x71d4, 0x6a97, + 0x8617, 0x68c5, 0x9a08, 0x73e4, + 0x83e9, 0x8f39, 0x71a2, 0x4e0d, + 0x4fef, 0x5490, 0x5b5a, 0x8240, + 0x83a9, 0x5429, 0x6610, 0x8cc1, + 0x5f7f, 0x6787, 0x6bd6, 0x6bd7, + 0x79d5, 0x7c83, 0x56ac, 0x6d5c, + 0x73ad, 0x4fdf, 0x67f6, 0x9e9d, + 0x9730, 0x715e, 0x9212, 0x5ce0, + 0x55c7, 0x637f, 0x7b6e, 0x5b0b, + 0x657e, 0x6e32, 0x7401, 0x9425, + 0x994d, 0x6cc4, 0x893b, 0x9f67, + 0x5261, 0x965d, 0x5bac, 0x73f9, + 0x7619, 0x7be0, 0x6d91, 0x8b16, + 0x8d16, 0x5dfd, 0x84c0, 0x98e1, + 0x609a, 0x6dde, 0x5cc0, 0x7407, + 0x74b2, 0x8b90, 0x96a7, 0x6f5a, + 0x7421, 0x74b9, 0x5f87, 0x6812, + 0x6a53, 0x84f4, 0x8563, 0x8ac4, + 0x9265, 0x5c4e, 0x8c55, 0x7bd2, + 0x8755, 0x4f81, 0x85ce, 0x8af6, + 0x555e, 0x83aa, 0x5e44, 0x9102, + 0x9354, 0x9c10, 0x9b9f, 0x5535, + 0x5ca9, 0x627c, 0x7e0a, 0xf975, + 0xf976, 0x84bb, 0xf977, 0xf978, + 0xf979, 0xf97a, 0x79b3, 0xf97b, + 0xf97c, 0xf97d, 0xf97e, 0x7600, + 0x8616, 0x4ffa, 0x5186, 0xf97f, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0xf980, 0xf981, + 0xf982, 0xf983, 0xf984, 0x74b5, + 0x7916, 0xf985, 0x8245, 0x8339, + 0x8f3f, 0x8f5d, 0xf986, 0xf987, + 0xf988, 0xf989, 0xf98a, 0xf98b, + 0xf98c, 0xf98d, 0xf98e, 0xf98f, + 0xf990, 0x633b, 0x6c87, 0xf992, + 0xf993, 0xf994, 0xf995, 0xf996, + 0x7e2f, 0xf997, 0xf998, 0xf999, + 0xf99a, 0xf99b, 0xf99c, 0xf99d, + 0xf99f, 0xf9a0, 0xf9a2, 0xf9a3, + 0xf9a4, 0xf9a5, 0x7430, 0xf9a6, + 0xf9a7, 0xf9a8, 0xf9a9, 0xf9aa, + 0xf9ab, 0x5db8, 0xf9ac, 0x6e36, + 0x6fda, 0x702f, 0x7150, 0x7370, + 0xf9ad, 0x7a4e, 0xf9af, 0xf9b0, + 0xf9b1, 0x9348, 0xf9b2, 0x9719, + 0xf9b3, 0xf9b4, 0x4e42, 0xf9b5, + 0x6c6d, 0x7a62, 0xf9b6, 0xf9b7, + 0xf9b8, 0x4fc9, 0x5862, 0x61ca, + 0x6556, 0x6fb3, 0x71ac, 0x7b7d, + 0x9c32, 0x9f07, 0x7e15, 0x9954, + 0x7aaa, 0x68a1, 0x6900, 0x7413, + 0x8118, 0x5a03, 0x5d6c, 0xf9ba, + 0xf9bb, 0x5be5, 0xf9bc, 0xf9bd, + 0x6493, 0xf9be, 0xf9c0, 0x71ff, + 0xf9c1, 0xf9c2, 0xf9c3, 0x7e1f, + 0x4fd1, 0x57c7, 0x5889, 0x6142, + 0x6d8c, 0x752c, 0xf9c4, 0x65f4, + 0x7397, 0x7440, 0x7d06, 0x85d5, + 0x91ea, 0x52d6, 0x5f67, 0x682f, + 0x6a52, 0x6f90, 0x7189, 0x8553, + 0x4e90, 0x5ac4, 0x6c85, 0x6d39, + 0x6e72, 0xf9c6, 0x6690, 0x853f, + 0x8918, 0xf9c7, 0xf9c8, 0xf9c9, + 0x6962, 0x6d27, 0xf9ca, 0xf9cb, + 0x7337, 0xf9cc, 0xf9cd, 0xf9ce, + 0xf9cf, 0xf9d0, 0xf9d1, 0x5809, + 0xf9d2, 0xf9d3, 0xf9d4, 0xf9d5, + 0xf9d6, 0x8d07, 0xf9d7, 0x9217, + 0xf9d8, 0xf9d9, 0xf9da, 0xf9db, + 0x701c, 0xf9dc, 0x6905, 0x858f, + 0xf9dd, 0xf9de, 0xf9df, 0xf9e1, + 0xf9e2, 0xf9e3, 0xf9e4, 0xf9e5, + 0xf9e6, 0x8084, 0x82e1, 0xf9e7, + 0xf9e8, 0x8cbd, 0x9087, 0xf9e9, + 0xf9ea, 0xf9eb, 0xf9ec, 0x8b1a, + 0xf9ed, 0xf9ee, 0xf9ef, 0x7d6a, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8335, 0xf9f0, + 0x8693, 0xf9f1, 0xf9f2, 0xf9f3, + 0x4f5a, 0x6041, 0xf9f4, 0xf9f5, + 0xf9f6, 0x5344, 0xf9f7, 0xf9f8, + 0xf9f9, 0x82bf, 0x8328, 0x5b71, + 0x81e7, 0x6e3d, 0x7e21, 0x7d35, + 0x83f9, 0x96ce, 0x9f5f, 0x540a, + 0xf9fb, 0x7fdf, 0x93d1, 0x4f43, + 0x4f7a, 0x587c, 0x7420, 0x7551, + 0x7b4c, 0x942b, 0x7664, 0x9b8e, + 0x67fe, 0x6a89, 0x6dc0, 0x6e5e, + 0x701e, 0x70a1, 0x738e, 0x73fd, + 0x7d8e, 0x92cc, 0x74aa, 0x96d5, + 0x60b0, 0x8e2a, 0x59dd, 0x6e4a, + 0x6f8d, 0x5bef, 0x710c, 0x96cb, + 0x7e52, 0x6c9a, 0x82b7, 0x5507, + 0x6422, 0x664b, 0x686d, 0x6b84, + 0x755b, 0x7e1d, 0x81fb, 0x852f, + 0x8897, 0x4f84, 0x74c6, 0xf9fd, + 0x6f57, 0x93f6, 0x4f98, 0x7c12, + 0x7d2e, 0x8b96, 0x6134, 0x7316, + 0x5bc0, 0x5be8, 0x501c, 0x8e60, + 0x7394, 0x8f1f, 0x7c3d, 0x8a79, + 0x581e, 0x527f, 0x8278, 0x82d5, + 0x90a8, 0x60a4, 0x6181, 0x8525, + 0x8acf, 0x939a, 0x9a36, 0x8e59, + 0x7443, 0x672e, 0x8d05, 0x53a0, + 0x7a49, 0x86a9, 0x741b, 0x54a4, + 0x62d6, 0x99b1, 0x577c, 0x666b, + 0x7438, 0x7708, 0xfa03, 0x69cc, + 0x95d6, 0x64fa, 0x9211, 0x9a19, + 0x67b0, 0xfa06, 0x82de, 0x900b, + 0x66dd, 0xfa07, 0x98c7, 0x9a43, + 0x9642, 0x73cc, 0x82fe, 0x999d, + 0x53a6, 0x701a, 0x929c, 0x9e79, + 0x95d4, 0x5ae6, 0xfa08, 0x7023, + 0x8347, 0x6af6, 0x4fd4, 0x774d, + 0x6ceb, 0x73b9, 0x665b, 0x6cc2, + 0x6ece, 0x7050, 0x7192, 0x7469, + 0x9008, 0x66b3, 0x8e4a, 0x5cb5, + 0x6667, 0x7425, 0x82a6, 0x84bf, + 0x70d8, 0x8b41, 0x5950, 0x6665, + 0x5e4c, 0x6130, 0x6644, 0x69a5, + 0x6e5f, 0x6f62, 0x749c, 0x7c27, + 0x532f, 0x8334, 0x5b96, 0x9404, + 0x6585, 0x6d8d, 0x6dc6, 0x9a4d, + 0x5e3f, 0x7166, 0x73dd, 0x52db, + 0x6684, 0x714a, 0x7098, 0x8a16, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7fd5, 0x56cd, + 0x6198, 0x665e, 0x71ba, 0x3164, + 0x0000, 0x0000, 0x3133, 0x0000, + 0x3135, 0x3136, 0x0000, 0x0000, + 0x313a, 0x313b, 0x313c, 0x313d, + 0x313e, 0x313f, 0x3140, 0x0000, + 0x0000, 0x0000, 0x3144, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x314f, + 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, 0x3150, + 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, 0x3151, + 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, 0x3152, + 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, 0x3153, + 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, 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, 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, 0x0000, 0x0000, 0x3154, + 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, 0x3155, + 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, 0x3156, + 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, 0x3157, + 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, 0x3158, + 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, 0x3159, + 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, 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, 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, 0x0000, 0x0000, 0x315a, + 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, 0x315b, + 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, 0x315c, + 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, 0x315d, + 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, 0x315e, + 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, 0x315f, + 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, 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, 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, 0x0000, 0x0000, 0x3160, + 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, 0x3161, + 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, 0x3162, + 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, 0x3163, + 0x3131, 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, + 0xac00, 0xac01, 0xac02, 0xac03, + 0xac04, 0xac05, 0xac06, 0xac07, + 0xac08, 0xac09, 0xac0a, 0xac0b, + 0xac0c, 0xac0d, 0xac0e, 0xac0f, + 0xac10, 0x0000, 0xac11, 0xac12, + 0xac13, 0xac14, 0xac15, 0xac16, + 0xac17, 0xac18, 0xac19, 0xac1a, + 0xac1b, 0x0000, 0x0000, 0x0000, + 0xac1c, 0xac1d, 0xac1e, 0xac1f, + 0xac20, 0xac21, 0xac22, 0xac23, + 0xac24, 0xac25, 0xac26, 0xac27, + 0xac28, 0xac29, 0xac2a, 0xac2b, + 0xac2c, 0x0000, 0xac2d, 0xac2e, + 0xac2f, 0xac30, 0xac31, 0xac32, + 0xac33, 0xac34, 0xac35, 0xac36, + 0xac37, 0x0000, 0x0000, 0x0000, + 0xac38, 0xac39, 0xac3a, 0xac3b, + 0xac3c, 0xac3d, 0xac3e, 0xac3f, + 0xac40, 0xac41, 0xac42, 0xac43, + 0xac44, 0xac45, 0xac46, 0xac47, + 0xac48, 0x0000, 0xac49, 0xac4a, + 0xac4b, 0xac4c, 0xac4d, 0xac4e, + 0xac4f, 0xac50, 0xac51, 0xac52, + 0xac53, 0x0000, 0x0000, 0x0000, + 0xac54, 0xac55, 0xac56, 0xac57, + 0xac58, 0xac59, 0xac5a, 0xac5b, + 0xac5c, 0xac5d, 0xac5e, 0xac5f, + 0xac60, 0xac61, 0xac62, 0xac63, + 0xac64, 0x0000, 0xac65, 0xac66, + 0xac67, 0xac68, 0xac69, 0xac6a, + 0xac6b, 0xac6c, 0xac6d, 0xac6e, + 0xac6f, 0x0000, 0x0000, 0x0000, + 0xac70, 0xac71, 0xac72, 0xac73, + 0xac74, 0xac75, 0xac76, 0xac77, + 0xac78, 0xac79, 0xac7a, 0xac7b, + 0xac7c, 0xac7d, 0xac7e, 0xac7f, + 0xac80, 0x0000, 0xac81, 0xac82, + 0xac83, 0xac84, 0xac85, 0xac86, + 0xac87, 0xac88, 0xac89, 0xac8a, + 0xac8b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xac8c, 0xac8d, 0xac8e, 0xac8f, + 0xac90, 0xac91, 0xac92, 0xac93, + 0xac94, 0xac95, 0xac96, 0xac97, + 0xac98, 0xac99, 0xac9a, 0xac9b, + 0xac9c, 0x0000, 0xac9d, 0xac9e, + 0xac9f, 0xaca0, 0xaca1, 0xaca2, + 0xaca3, 0xaca4, 0xaca5, 0xaca6, + 0xaca7, 0x0000, 0x0000, 0x0000, + 0xaca8, 0xaca9, 0xacaa, 0xacab, + 0xacac, 0xacad, 0xacae, 0xacaf, + 0xacb0, 0xacb1, 0xacb2, 0xacb3, + 0xacb4, 0xacb5, 0xacb6, 0xacb7, + 0xacb8, 0x0000, 0xacb9, 0xacba, + 0xacbb, 0xacbc, 0xacbd, 0xacbe, + 0xacbf, 0xacc0, 0xacc1, 0xacc2, + 0xacc3, 0x0000, 0x0000, 0x0000, + 0xacc4, 0xacc5, 0xacc6, 0xacc7, + 0xacc8, 0xacc9, 0xacca, 0xaccb, + 0xaccc, 0xaccd, 0xacce, 0xaccf, + 0xacd0, 0xacd1, 0xacd2, 0xacd3, + 0xacd4, 0x0000, 0xacd5, 0xacd6, + 0xacd7, 0xacd8, 0xacd9, 0xacda, + 0xacdb, 0xacdc, 0xacdd, 0xacde, + 0xacdf, 0x0000, 0x0000, 0x0000, + 0xace0, 0xace1, 0xace2, 0xace3, + 0xace4, 0xace5, 0xace6, 0xace7, + 0xace8, 0xace9, 0xacea, 0xaceb, + 0xacec, 0xaced, 0xacee, 0xacef, + 0xacf0, 0x0000, 0xacf1, 0xacf2, + 0xacf3, 0xacf4, 0xacf5, 0xacf6, + 0xacf7, 0xacf8, 0xacf9, 0xacfa, + 0xacfb, 0x0000, 0x0000, 0x0000, + 0xacfc, 0xacfd, 0xacfe, 0xacff, + 0xad00, 0xad01, 0xad02, 0xad03, + 0xad04, 0xad05, 0xad06, 0xad07, + 0xad08, 0xad09, 0xad0a, 0xad0b, + 0xad0c, 0x0000, 0xad0d, 0xad0e, + 0xad0f, 0xad10, 0xad11, 0xad12, + 0xad13, 0xad14, 0xad15, 0xad16, + 0xad17, 0x0000, 0x0000, 0x0000, + 0xad18, 0xad19, 0xad1a, 0xad1b, + 0xad1c, 0xad1d, 0xad1e, 0xad1f, + 0xad20, 0xad21, 0xad22, 0xad23, + 0xad24, 0xad25, 0xad26, 0xad27, + 0xad28, 0x0000, 0xad29, 0xad2a, + 0xad2b, 0xad2c, 0xad2d, 0xad2e, + 0xad2f, 0xad30, 0xad31, 0xad32, + 0xad33, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xad34, 0xad35, 0xad36, 0xad37, + 0xad38, 0xad39, 0xad3a, 0xad3b, + 0xad3c, 0xad3d, 0xad3e, 0xad3f, + 0xad40, 0xad41, 0xad42, 0xad43, + 0xad44, 0x0000, 0xad45, 0xad46, + 0xad47, 0xad48, 0xad49, 0xad4a, + 0xad4b, 0xad4c, 0xad4d, 0xad4e, + 0xad4f, 0x0000, 0x0000, 0x0000, + 0xad50, 0xad51, 0xad52, 0xad53, + 0xad54, 0xad55, 0xad56, 0xad57, + 0xad58, 0xad59, 0xad5a, 0xad5b, + 0xad5c, 0xad5d, 0xad5e, 0xad5f, + 0xad60, 0x0000, 0xad61, 0xad62, + 0xad63, 0xad64, 0xad65, 0xad66, + 0xad67, 0xad68, 0xad69, 0xad6a, + 0xad6b, 0x0000, 0x0000, 0x0000, + 0xad6c, 0xad6d, 0xad6e, 0xad6f, + 0xad70, 0xad71, 0xad72, 0xad73, + 0xad74, 0xad75, 0xad76, 0xad77, + 0xad78, 0xad79, 0xad7a, 0xad7b, + 0xad7c, 0x0000, 0xad7d, 0xad7e, + 0xad7f, 0xad80, 0xad81, 0xad82, + 0xad83, 0xad84, 0xad85, 0xad86, + 0xad87, 0x0000, 0x0000, 0x0000, + 0xad88, 0xad89, 0xad8a, 0xad8b, + 0xad8c, 0xad8d, 0xad8e, 0xad8f, + 0xad90, 0xad91, 0xad92, 0xad93, + 0xad94, 0xad95, 0xad96, 0xad97, + 0xad98, 0x0000, 0xad99, 0xad9a, + 0xad9b, 0xad9c, 0xad9d, 0xad9e, + 0xad9f, 0xada0, 0xada1, 0xada2, + 0xada3, 0x0000, 0x0000, 0x0000, + 0xada4, 0xada5, 0xada6, 0xada7, + 0xada8, 0xada9, 0xadaa, 0xadab, + 0xadac, 0xadad, 0xadae, 0xadaf, + 0xadb0, 0xadb1, 0xadb2, 0xadb3, + 0xadb4, 0x0000, 0xadb5, 0xadb6, + 0xadb7, 0xadb8, 0xadb9, 0xadba, + 0xadbb, 0xadbc, 0xadbd, 0xadbe, + 0xadbf, 0x0000, 0x0000, 0x0000, + 0xadc0, 0xadc1, 0xadc2, 0xadc3, + 0xadc4, 0xadc5, 0xadc6, 0xadc7, + 0xadc8, 0xadc9, 0xadca, 0xadcb, + 0xadcc, 0xadcd, 0xadce, 0xadcf, + 0xadd0, 0x0000, 0xadd1, 0xadd2, + 0xadd3, 0xadd4, 0xadd5, 0xadd6, + 0xadd7, 0xadd8, 0xadd9, 0xadda, + 0xaddb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xaddc, 0xaddd, 0xadde, 0xaddf, + 0xade0, 0xade1, 0xade2, 0xade3, + 0xade4, 0xade5, 0xade6, 0xade7, + 0xade8, 0xade9, 0xadea, 0xadeb, + 0xadec, 0x0000, 0xaded, 0xadee, + 0xadef, 0xadf0, 0xadf1, 0xadf2, + 0xadf3, 0xadf4, 0xadf5, 0xadf6, + 0xadf7, 0x0000, 0x0000, 0x0000, + 0xadf8, 0xadf9, 0xadfa, 0xadfb, + 0xadfc, 0xadfd, 0xadfe, 0xadff, + 0xae00, 0xae01, 0xae02, 0xae03, + 0xae04, 0xae05, 0xae06, 0xae07, + 0xae08, 0x0000, 0xae09, 0xae0a, + 0xae0b, 0xae0c, 0xae0d, 0xae0e, + 0xae0f, 0xae10, 0xae11, 0xae12, + 0xae13, 0x0000, 0x0000, 0x0000, + 0xae14, 0xae15, 0xae16, 0xae17, + 0xae18, 0xae19, 0xae1a, 0xae1b, + 0xae1c, 0xae1d, 0xae1e, 0xae1f, + 0xae20, 0xae21, 0xae22, 0xae23, + 0xae24, 0x0000, 0xae25, 0xae26, + 0xae27, 0xae28, 0xae29, 0xae2a, + 0xae2b, 0xae2c, 0xae2d, 0xae2e, + 0xae2f, 0x0000, 0x0000, 0x0000, + 0xae30, 0xae31, 0xae32, 0xae33, + 0xae34, 0xae35, 0xae36, 0xae37, + 0xae38, 0xae39, 0xae3a, 0xae3b, + 0xae3c, 0xae3d, 0xae3e, 0xae3f, + 0xae40, 0x0000, 0xae41, 0xae42, + 0xae43, 0xae44, 0xae45, 0xae46, + 0xae47, 0xae48, 0xae49, 0xae4a, + 0xae4b, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3132, 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, + 0xae4c, 0xae4d, 0xae4e, 0xae4f, + 0xae50, 0xae51, 0xae52, 0xae53, + 0xae54, 0xae55, 0xae56, 0xae57, + 0xae58, 0xae59, 0xae5a, 0xae5b, + 0xae5c, 0x0000, 0xae5d, 0xae5e, + 0xae5f, 0xae60, 0xae61, 0xae62, + 0xae63, 0xae64, 0xae65, 0xae66, + 0xae67, 0x0000, 0x0000, 0x0000, + 0xae68, 0xae69, 0xae6a, 0xae6b, + 0xae6c, 0xae6d, 0xae6e, 0xae6f, + 0xae70, 0xae71, 0xae72, 0xae73, + 0xae74, 0xae75, 0xae76, 0xae77, + 0xae78, 0x0000, 0xae79, 0xae7a, + 0xae7b, 0xae7c, 0xae7d, 0xae7e, + 0xae7f, 0xae80, 0xae81, 0xae82, + 0xae83, 0x0000, 0x0000, 0x0000, + 0xae84, 0xae85, 0xae86, 0xae87, + 0xae88, 0xae89, 0xae8a, 0xae8b, + 0xae8c, 0xae8d, 0xae8e, 0xae8f, + 0xae90, 0xae91, 0xae92, 0xae93, + 0xae94, 0x0000, 0xae95, 0xae96, + 0xae97, 0xae98, 0xae99, 0xae9a, + 0xae9b, 0xae9c, 0xae9d, 0xae9e, + 0xae9f, 0x0000, 0x0000, 0x0000, + 0xaea0, 0xaea1, 0xaea2, 0xaea3, + 0xaea4, 0xaea5, 0xaea6, 0xaea7, + 0xaea8, 0xaea9, 0xaeaa, 0xaeab, + 0xaeac, 0xaead, 0xaeae, 0xaeaf, + 0xaeb0, 0x0000, 0xaeb1, 0xaeb2, + 0xaeb3, 0xaeb4, 0xaeb5, 0xaeb6, + 0xaeb7, 0xaeb8, 0xaeb9, 0xaeba, + 0xaebb, 0x0000, 0x0000, 0x0000, + 0xaebc, 0xaebd, 0xaebe, 0xaebf, + 0xaec0, 0xaec1, 0xaec2, 0xaec3, + 0xaec4, 0xaec5, 0xaec6, 0xaec7, + 0xaec8, 0xaec9, 0xaeca, 0xaecb, + 0xaecc, 0x0000, 0xaecd, 0xaece, + 0xaecf, 0xaed0, 0xaed1, 0xaed2, + 0xaed3, 0xaed4, 0xaed5, 0xaed6, + 0xaed7, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xaed8, 0xaed9, 0xaeda, 0xaedb, + 0xaedc, 0xaedd, 0xaede, 0xaedf, + 0xaee0, 0xaee1, 0xaee2, 0xaee3, + 0xaee4, 0xaee5, 0xaee6, 0xaee7, + 0xaee8, 0x0000, 0xaee9, 0xaeea, + 0xaeeb, 0xaeec, 0xaeed, 0xaeee, + 0xaeef, 0xaef0, 0xaef1, 0xaef2, + 0xaef3, 0x0000, 0x0000, 0x0000, + 0xaef4, 0xaef5, 0xaef6, 0xaef7, + 0xaef8, 0xaef9, 0xaefa, 0xaefb, + 0xaefc, 0xaefd, 0xaefe, 0xaeff, + 0xaf00, 0xaf01, 0xaf02, 0xaf03, + 0xaf04, 0x0000, 0xaf05, 0xaf06, + 0xaf07, 0xaf08, 0xaf09, 0xaf0a, + 0xaf0b, 0xaf0c, 0xaf0d, 0xaf0e, + 0xaf0f, 0x0000, 0x0000, 0x0000, + 0xaf10, 0xaf11, 0xaf12, 0xaf13, + 0xaf14, 0xaf15, 0xaf16, 0xaf17, + 0xaf18, 0xaf19, 0xaf1a, 0xaf1b, + 0xaf1c, 0xaf1d, 0xaf1e, 0xaf1f, + 0xaf20, 0x0000, 0xaf21, 0xaf22, + 0xaf23, 0xaf24, 0xaf25, 0xaf26, + 0xaf27, 0xaf28, 0xaf29, 0xaf2a, + 0xaf2b, 0x0000, 0x0000, 0x0000, + 0xaf2c, 0xaf2d, 0xaf2e, 0xaf2f, + 0xaf30, 0xaf31, 0xaf32, 0xaf33, + 0xaf34, 0xaf35, 0xaf36, 0xaf37, + 0xaf38, 0xaf39, 0xaf3a, 0xaf3b, + 0xaf3c, 0x0000, 0xaf3d, 0xaf3e, + 0xaf3f, 0xaf40, 0xaf41, 0xaf42, + 0xaf43, 0xaf44, 0xaf45, 0xaf46, + 0xaf47, 0x0000, 0x0000, 0x0000, + 0xaf48, 0xaf49, 0xaf4a, 0xaf4b, + 0xaf4c, 0xaf4d, 0xaf4e, 0xaf4f, + 0xaf50, 0xaf51, 0xaf52, 0xaf53, + 0xaf54, 0xaf55, 0xaf56, 0xaf57, + 0xaf58, 0x0000, 0xaf59, 0xaf5a, + 0xaf5b, 0xaf5c, 0xaf5d, 0xaf5e, + 0xaf5f, 0xaf60, 0xaf61, 0xaf62, + 0xaf63, 0x0000, 0x0000, 0x0000, + 0xaf64, 0xaf65, 0xaf66, 0xaf67, + 0xaf68, 0xaf69, 0xaf6a, 0xaf6b, + 0xaf6c, 0xaf6d, 0xaf6e, 0xaf6f, + 0xaf70, 0xaf71, 0xaf72, 0xaf73, + 0xaf74, 0x0000, 0xaf75, 0xaf76, + 0xaf77, 0xaf78, 0xaf79, 0xaf7a, + 0xaf7b, 0xaf7c, 0xaf7d, 0xaf7e, + 0xaf7f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xaf80, 0xaf81, 0xaf82, 0xaf83, + 0xaf84, 0xaf85, 0xaf86, 0xaf87, + 0xaf88, 0xaf89, 0xaf8a, 0xaf8b, + 0xaf8c, 0xaf8d, 0xaf8e, 0xaf8f, + 0xaf90, 0x0000, 0xaf91, 0xaf92, + 0xaf93, 0xaf94, 0xaf95, 0xaf96, + 0xaf97, 0xaf98, 0xaf99, 0xaf9a, + 0xaf9b, 0x0000, 0x0000, 0x0000, + 0xaf9c, 0xaf9d, 0xaf9e, 0xaf9f, + 0xafa0, 0xafa1, 0xafa2, 0xafa3, + 0xafa4, 0xafa5, 0xafa6, 0xafa7, + 0xafa8, 0xafa9, 0xafaa, 0xafab, + 0xafac, 0x0000, 0xafad, 0xafae, + 0xafaf, 0xafb0, 0xafb1, 0xafb2, + 0xafb3, 0xafb4, 0xafb5, 0xafb6, + 0xafb7, 0x0000, 0x0000, 0x0000, + 0xafb8, 0xafb9, 0xafba, 0xafbb, + 0xafbc, 0xafbd, 0xafbe, 0xafbf, + 0xafc0, 0xafc1, 0xafc2, 0xafc3, + 0xafc4, 0xafc5, 0xafc6, 0xafc7, + 0xafc8, 0x0000, 0xafc9, 0xafca, + 0xafcb, 0xafcc, 0xafcd, 0xafce, + 0xafcf, 0xafd0, 0xafd1, 0xafd2, + 0xafd3, 0x0000, 0x0000, 0x0000, + 0xafd4, 0xafd5, 0xafd6, 0xafd7, + 0xafd8, 0xafd9, 0xafda, 0xafdb, + 0xafdc, 0xafdd, 0xafde, 0xafdf, + 0xafe0, 0xafe1, 0xafe2, 0xafe3, + 0xafe4, 0x0000, 0xafe5, 0xafe6, + 0xafe7, 0xafe8, 0xafe9, 0xafea, + 0xafeb, 0xafec, 0xafed, 0xafee, + 0xafef, 0x0000, 0x0000, 0x0000, + 0xaff0, 0xaff1, 0xaff2, 0xaff3, + 0xaff4, 0xaff5, 0xaff6, 0xaff7, + 0xaff8, 0xaff9, 0xaffa, 0xaffb, + 0xaffc, 0xaffd, 0xaffe, 0xafff, + 0xb000, 0x0000, 0xb001, 0xb002, + 0xb003, 0xb004, 0xb005, 0xb006, + 0xb007, 0xb008, 0xb009, 0xb00a, + 0xb00b, 0x0000, 0x0000, 0x0000, + 0xb00c, 0xb00d, 0xb00e, 0xb00f, + 0xb010, 0xb011, 0xb012, 0xb013, + 0xb014, 0xb015, 0xb016, 0xb017, + 0xb018, 0xb019, 0xb01a, 0xb01b, + 0xb01c, 0x0000, 0xb01d, 0xb01e, + 0xb01f, 0xb020, 0xb021, 0xb022, + 0xb023, 0xb024, 0xb025, 0xb026, + 0xb027, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb028, 0xb029, 0xb02a, 0xb02b, + 0xb02c, 0xb02d, 0xb02e, 0xb02f, + 0xb030, 0xb031, 0xb032, 0xb033, + 0xb034, 0xb035, 0xb036, 0xb037, + 0xb038, 0x0000, 0xb039, 0xb03a, + 0xb03b, 0xb03c, 0xb03d, 0xb03e, + 0xb03f, 0xb040, 0xb041, 0xb042, + 0xb043, 0x0000, 0x0000, 0x0000, + 0xb044, 0xb045, 0xb046, 0xb047, + 0xb048, 0xb049, 0xb04a, 0xb04b, + 0xb04c, 0xb04d, 0xb04e, 0xb04f, + 0xb050, 0xb051, 0xb052, 0xb053, + 0xb054, 0x0000, 0xb055, 0xb056, + 0xb057, 0xb058, 0xb059, 0xb05a, + 0xb05b, 0xb05c, 0xb05d, 0xb05e, + 0xb05f, 0x0000, 0x0000, 0x0000, + 0xb060, 0xb061, 0xb062, 0xb063, + 0xb064, 0xb065, 0xb066, 0xb067, + 0xb068, 0xb069, 0xb06a, 0xb06b, + 0xb06c, 0xb06d, 0xb06e, 0xb06f, + 0xb070, 0x0000, 0xb071, 0xb072, + 0xb073, 0xb074, 0xb075, 0xb076, + 0xb077, 0xb078, 0xb079, 0xb07a, + 0xb07b, 0x0000, 0x0000, 0x0000, + 0xb07c, 0xb07d, 0xb07e, 0xb07f, + 0xb080, 0xb081, 0xb082, 0xb083, + 0xb084, 0xb085, 0xb086, 0xb087, + 0xb088, 0xb089, 0xb08a, 0xb08b, + 0xb08c, 0x0000, 0xb08d, 0xb08e, + 0xb08f, 0xb090, 0xb091, 0xb092, + 0xb093, 0xb094, 0xb095, 0xb096, + 0xb097, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3134, 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, + 0xb098, 0xb099, 0xb09a, 0xb09b, + 0xb09c, 0xb09d, 0xb09e, 0xb09f, + 0xb0a0, 0xb0a1, 0xb0a2, 0xb0a3, + 0xb0a4, 0xb0a5, 0xb0a6, 0xb0a7, + 0xb0a8, 0x0000, 0xb0a9, 0xb0aa, + 0xb0ab, 0xb0ac, 0xb0ad, 0xb0ae, + 0xb0af, 0xb0b0, 0xb0b1, 0xb0b2, + 0xb0b3, 0x0000, 0x0000, 0x0000, + 0xb0b4, 0xb0b5, 0xb0b6, 0xb0b7, + 0xb0b8, 0xb0b9, 0xb0ba, 0xb0bb, + 0xb0bc, 0xb0bd, 0xb0be, 0xb0bf, + 0xb0c0, 0xb0c1, 0xb0c2, 0xb0c3, + 0xb0c4, 0x0000, 0xb0c5, 0xb0c6, + 0xb0c7, 0xb0c8, 0xb0c9, 0xb0ca, + 0xb0cb, 0xb0cc, 0xb0cd, 0xb0ce, + 0xb0cf, 0x0000, 0x0000, 0x0000, + 0xb0d0, 0xb0d1, 0xb0d2, 0xb0d3, + 0xb0d4, 0xb0d5, 0xb0d6, 0xb0d7, + 0xb0d8, 0xb0d9, 0xb0da, 0xb0db, + 0xb0dc, 0xb0dd, 0xb0de, 0xb0df, + 0xb0e0, 0x0000, 0xb0e1, 0xb0e2, + 0xb0e3, 0xb0e4, 0xb0e5, 0xb0e6, + 0xb0e7, 0xb0e8, 0xb0e9, 0xb0ea, + 0xb0eb, 0x0000, 0x0000, 0x0000, + 0xb0ec, 0xb0ed, 0xb0ee, 0xb0ef, + 0xb0f0, 0xb0f1, 0xb0f2, 0xb0f3, + 0xb0f4, 0xb0f5, 0xb0f6, 0xb0f7, + 0xb0f8, 0xb0f9, 0xb0fa, 0xb0fb, + 0xb0fc, 0x0000, 0xb0fd, 0xb0fe, + 0xb0ff, 0xb100, 0xb101, 0xb102, + 0xb103, 0xb104, 0xb105, 0xb106, + 0xb107, 0x0000, 0x0000, 0x0000, + 0xb108, 0xb109, 0xb10a, 0xb10b, + 0xb10c, 0xb10d, 0xb10e, 0xb10f, + 0xb110, 0xb111, 0xb112, 0xb113, + 0xb114, 0xb115, 0xb116, 0xb117, + 0xb118, 0x0000, 0xb119, 0xb11a, + 0xb11b, 0xb11c, 0xb11d, 0xb11e, + 0xb11f, 0xb120, 0xb121, 0xb122, + 0xb123, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb124, 0xb125, 0xb126, 0xb127, + 0xb128, 0xb129, 0xb12a, 0xb12b, + 0xb12c, 0xb12d, 0xb12e, 0xb12f, + 0xb130, 0xb131, 0xb132, 0xb133, + 0xb134, 0x0000, 0xb135, 0xb136, + 0xb137, 0xb138, 0xb139, 0xb13a, + 0xb13b, 0xb13c, 0xb13d, 0xb13e, + 0xb13f, 0x0000, 0x0000, 0x0000, + 0xb140, 0xb141, 0xb142, 0xb143, + 0xb144, 0xb145, 0xb146, 0xb147, + 0xb148, 0xb149, 0xb14a, 0xb14b, + 0xb14c, 0xb14d, 0xb14e, 0xb14f, + 0xb150, 0x0000, 0xb151, 0xb152, + 0xb153, 0xb154, 0xb155, 0xb156, + 0xb157, 0xb158, 0xb159, 0xb15a, + 0xb15b, 0x0000, 0x0000, 0x0000, + 0xb15c, 0xb15d, 0xb15e, 0xb15f, + 0xb160, 0xb161, 0xb162, 0xb163, + 0xb164, 0xb165, 0xb166, 0xb167, + 0xb168, 0xb169, 0xb16a, 0xb16b, + 0xb16c, 0x0000, 0xb16d, 0xb16e, + 0xb16f, 0xb170, 0xb171, 0xb172, + 0xb173, 0xb174, 0xb175, 0xb176, + 0xb177, 0x0000, 0x0000, 0x0000, + 0xb178, 0xb179, 0xb17a, 0xb17b, + 0xb17c, 0xb17d, 0xb17e, 0xb17f, + 0xb180, 0xb181, 0xb182, 0xb183, + 0xb184, 0xb185, 0xb186, 0xb187, + 0xb188, 0x0000, 0xb189, 0xb18a, + 0xb18b, 0xb18c, 0xb18d, 0xb18e, + 0xb18f, 0xb190, 0xb191, 0xb192, + 0xb193, 0x0000, 0x0000, 0x0000, + 0xb194, 0xb195, 0xb196, 0xb197, + 0xb198, 0xb199, 0xb19a, 0xb19b, + 0xb19c, 0xb19d, 0xb19e, 0xb19f, + 0xb1a0, 0xb1a1, 0xb1a2, 0xb1a3, + 0xb1a4, 0x0000, 0xb1a5, 0xb1a6, + 0xb1a7, 0xb1a8, 0xb1a9, 0xb1aa, + 0xb1ab, 0xb1ac, 0xb1ad, 0xb1ae, + 0xb1af, 0x0000, 0x0000, 0x0000, + 0xb1b0, 0xb1b1, 0xb1b2, 0xb1b3, + 0xb1b4, 0xb1b5, 0xb1b6, 0xb1b7, + 0xb1b8, 0xb1b9, 0xb1ba, 0xb1bb, + 0xb1bc, 0xb1bd, 0xb1be, 0xb1bf, + 0xb1c0, 0x0000, 0xb1c1, 0xb1c2, + 0xb1c3, 0xb1c4, 0xb1c5, 0xb1c6, + 0xb1c7, 0xb1c8, 0xb1c9, 0xb1ca, + 0xb1cb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb1cc, 0xb1cd, 0xb1ce, 0xb1cf, + 0xb1d0, 0xb1d1, 0xb1d2, 0xb1d3, + 0xb1d4, 0xb1d5, 0xb1d6, 0xb1d7, + 0xb1d8, 0xb1d9, 0xb1da, 0xb1db, + 0xb1dc, 0x0000, 0xb1dd, 0xb1de, + 0xb1df, 0xb1e0, 0xb1e1, 0xb1e2, + 0xb1e3, 0xb1e4, 0xb1e5, 0xb1e6, + 0xb1e7, 0x0000, 0x0000, 0x0000, + 0xb1e8, 0xb1e9, 0xb1ea, 0xb1eb, + 0xb1ec, 0xb1ed, 0xb1ee, 0xb1ef, + 0xb1f0, 0xb1f1, 0xb1f2, 0xb1f3, + 0xb1f4, 0xb1f5, 0xb1f6, 0xb1f7, + 0xb1f8, 0x0000, 0xb1f9, 0xb1fa, + 0xb1fb, 0xb1fc, 0xb1fd, 0xb1fe, + 0xb1ff, 0xb200, 0xb201, 0xb202, + 0xb203, 0x0000, 0x0000, 0x0000, + 0xb204, 0xb205, 0xb206, 0xb207, + 0xb208, 0xb209, 0xb20a, 0xb20b, + 0xb20c, 0xb20d, 0xb20e, 0xb20f, + 0xb210, 0xb211, 0xb212, 0xb213, + 0xb214, 0x0000, 0xb215, 0xb216, + 0xb217, 0xb218, 0xb219, 0xb21a, + 0xb21b, 0xb21c, 0xb21d, 0xb21e, + 0xb21f, 0x0000, 0x0000, 0x0000, + 0xb220, 0xb221, 0xb222, 0xb223, + 0xb224, 0xb225, 0xb226, 0xb227, + 0xb228, 0xb229, 0xb22a, 0xb22b, + 0xb22c, 0xb22d, 0xb22e, 0xb22f, + 0xb230, 0x0000, 0xb231, 0xb232, + 0xb233, 0xb234, 0xb235, 0xb236, + 0xb237, 0xb238, 0xb239, 0xb23a, + 0xb23b, 0x0000, 0x0000, 0x0000, + 0xb23c, 0xb23d, 0xb23e, 0xb23f, + 0xb240, 0xb241, 0xb242, 0xb243, + 0xb244, 0xb245, 0xb246, 0xb247, + 0xb248, 0xb249, 0xb24a, 0xb24b, + 0xb24c, 0x0000, 0xb24d, 0xb24e, + 0xb24f, 0xb250, 0xb251, 0xb252, + 0xb253, 0xb254, 0xb255, 0xb256, + 0xb257, 0x0000, 0x0000, 0x0000, + 0xb258, 0xb259, 0xb25a, 0xb25b, + 0xb25c, 0xb25d, 0xb25e, 0xb25f, + 0xb260, 0xb261, 0xb262, 0xb263, + 0xb264, 0xb265, 0xb266, 0xb267, + 0xb268, 0x0000, 0xb269, 0xb26a, + 0xb26b, 0xb26c, 0xb26d, 0xb26e, + 0xb26f, 0xb270, 0xb271, 0xb272, + 0xb273, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb274, 0xb275, 0xb276, 0xb277, + 0xb278, 0xb279, 0xb27a, 0xb27b, + 0xb27c, 0xb27d, 0xb27e, 0xb27f, + 0xb280, 0xb281, 0xb282, 0xb283, + 0xb284, 0x0000, 0xb285, 0xb286, + 0xb287, 0xb288, 0xb289, 0xb28a, + 0xb28b, 0xb28c, 0xb28d, 0xb28e, + 0xb28f, 0x0000, 0x0000, 0x0000, + 0xb290, 0xb291, 0xb292, 0xb293, + 0xb294, 0xb295, 0xb296, 0xb297, + 0xb298, 0xb299, 0xb29a, 0xb29b, + 0xb29c, 0xb29d, 0xb29e, 0xb29f, + 0xb2a0, 0x0000, 0xb2a1, 0xb2a2, + 0xb2a3, 0xb2a4, 0xb2a5, 0xb2a6, + 0xb2a7, 0xb2a8, 0xb2a9, 0xb2aa, + 0xb2ab, 0x0000, 0x0000, 0x0000, + 0xb2ac, 0xb2ad, 0xb2ae, 0xb2af, + 0xb2b0, 0xb2b1, 0xb2b2, 0xb2b3, + 0xb2b4, 0xb2b5, 0xb2b6, 0xb2b7, + 0xb2b8, 0xb2b9, 0xb2ba, 0xb2bb, + 0xb2bc, 0x0000, 0xb2bd, 0xb2be, + 0xb2bf, 0xb2c0, 0xb2c1, 0xb2c2, + 0xb2c3, 0xb2c4, 0xb2c5, 0xb2c6, + 0xb2c7, 0x0000, 0x0000, 0x0000, + 0xb2c8, 0xb2c9, 0xb2ca, 0xb2cb, + 0xb2cc, 0xb2cd, 0xb2ce, 0xb2cf, + 0xb2d0, 0xb2d1, 0xb2d2, 0xb2d3, + 0xb2d4, 0xb2d5, 0xb2d6, 0xb2d7, + 0xb2d8, 0x0000, 0xb2d9, 0xb2da, + 0xb2db, 0xb2dc, 0xb2dd, 0xb2de, + 0xb2df, 0xb2e0, 0xb2e1, 0xb2e2, + 0xb2e3, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3137, 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, + 0xb2e4, 0xb2e5, 0xb2e6, 0xb2e7, + 0xb2e8, 0xb2e9, 0xb2ea, 0xb2eb, + 0xb2ec, 0xb2ed, 0xb2ee, 0xb2ef, + 0xb2f0, 0xb2f1, 0xb2f2, 0xb2f3, + 0xb2f4, 0x0000, 0xb2f5, 0xb2f6, + 0xb2f7, 0xb2f8, 0xb2f9, 0xb2fa, + 0xb2fb, 0xb2fc, 0xb2fd, 0xb2fe, + 0xb2ff, 0x0000, 0x0000, 0x0000, + 0xb300, 0xb301, 0xb302, 0xb303, + 0xb304, 0xb305, 0xb306, 0xb307, + 0xb308, 0xb309, 0xb30a, 0xb30b, + 0xb30c, 0xb30d, 0xb30e, 0xb30f, + 0xb310, 0x0000, 0xb311, 0xb312, + 0xb313, 0xb314, 0xb315, 0xb316, + 0xb317, 0xb318, 0xb319, 0xb31a, + 0xb31b, 0x0000, 0x0000, 0x0000, + 0xb31c, 0xb31d, 0xb31e, 0xb31f, + 0xb320, 0xb321, 0xb322, 0xb323, + 0xb324, 0xb325, 0xb326, 0xb327, + 0xb328, 0xb329, 0xb32a, 0xb32b, + 0xb32c, 0x0000, 0xb32d, 0xb32e, + 0xb32f, 0xb330, 0xb331, 0xb332, + 0xb333, 0xb334, 0xb335, 0xb336, + 0xb337, 0x0000, 0x0000, 0x0000, + 0xb338, 0xb339, 0xb33a, 0xb33b, + 0xb33c, 0xb33d, 0xb33e, 0xb33f, + 0xb340, 0xb341, 0xb342, 0xb343, + 0xb344, 0xb345, 0xb346, 0xb347, + 0xb348, 0x0000, 0xb349, 0xb34a, + 0xb34b, 0xb34c, 0xb34d, 0xb34e, + 0xb34f, 0xb350, 0xb351, 0xb352, + 0xb353, 0x0000, 0x0000, 0x0000, + 0xb354, 0xb355, 0xb356, 0xb357, + 0xb358, 0xb359, 0xb35a, 0xb35b, + 0xb35c, 0xb35d, 0xb35e, 0xb35f, + 0xb360, 0xb361, 0xb362, 0xb363, + 0xb364, 0x0000, 0xb365, 0xb366, + 0xb367, 0xb368, 0xb369, 0xb36a, + 0xb36b, 0xb36c, 0xb36d, 0xb36e, + 0xb36f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb370, 0xb371, 0xb372, 0xb373, + 0xb374, 0xb375, 0xb376, 0xb377, + 0xb378, 0xb379, 0xb37a, 0xb37b, + 0xb37c, 0xb37d, 0xb37e, 0xb37f, + 0xb380, 0x0000, 0xb381, 0xb382, + 0xb383, 0xb384, 0xb385, 0xb386, + 0xb387, 0xb388, 0xb389, 0xb38a, + 0xb38b, 0x0000, 0x0000, 0x0000, + 0xb38c, 0xb38d, 0xb38e, 0xb38f, + 0xb390, 0xb391, 0xb392, 0xb393, + 0xb394, 0xb395, 0xb396, 0xb397, + 0xb398, 0xb399, 0xb39a, 0xb39b, + 0xb39c, 0x0000, 0xb39d, 0xb39e, + 0xb39f, 0xb3a0, 0xb3a1, 0xb3a2, + 0xb3a3, 0xb3a4, 0xb3a5, 0xb3a6, + 0xb3a7, 0x0000, 0x0000, 0x0000, + 0xb3a8, 0xb3a9, 0xb3aa, 0xb3ab, + 0xb3ac, 0xb3ad, 0xb3ae, 0xb3af, + 0xb3b0, 0xb3b1, 0xb3b2, 0xb3b3, + 0xb3b4, 0xb3b5, 0xb3b6, 0xb3b7, + 0xb3b8, 0x0000, 0xb3b9, 0xb3ba, + 0xb3bb, 0xb3bc, 0xb3bd, 0xb3be, + 0xb3bf, 0xb3c0, 0xb3c1, 0xb3c2, + 0xb3c3, 0x0000, 0x0000, 0x0000, + 0xb3c4, 0xb3c5, 0xb3c6, 0xb3c7, + 0xb3c8, 0xb3c9, 0xb3ca, 0xb3cb, + 0xb3cc, 0xb3cd, 0xb3ce, 0xb3cf, + 0xb3d0, 0xb3d1, 0xb3d2, 0xb3d3, + 0xb3d4, 0x0000, 0xb3d5, 0xb3d6, + 0xb3d7, 0xb3d8, 0xb3d9, 0xb3da, + 0xb3db, 0xb3dc, 0xb3dd, 0xb3de, + 0xb3df, 0x0000, 0x0000, 0x0000, + 0xb3e0, 0xb3e1, 0xb3e2, 0xb3e3, + 0xb3e4, 0xb3e5, 0xb3e6, 0xb3e7, + 0xb3e8, 0xb3e9, 0xb3ea, 0xb3eb, + 0xb3ec, 0xb3ed, 0xb3ee, 0xb3ef, + 0xb3f0, 0x0000, 0xb3f1, 0xb3f2, + 0xb3f3, 0xb3f4, 0xb3f5, 0xb3f6, + 0xb3f7, 0xb3f8, 0xb3f9, 0xb3fa, + 0xb3fb, 0x0000, 0x0000, 0x0000, + 0xb3fc, 0xb3fd, 0xb3fe, 0xb3ff, + 0xb400, 0xb401, 0xb402, 0xb403, + 0xb404, 0xb405, 0xb406, 0xb407, + 0xb408, 0xb409, 0xb40a, 0xb40b, + 0xb40c, 0x0000, 0xb40d, 0xb40e, + 0xb40f, 0xb410, 0xb411, 0xb412, + 0xb413, 0xb414, 0xb415, 0xb416, + 0xb417, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb418, 0xb419, 0xb41a, 0xb41b, + 0xb41c, 0xb41d, 0xb41e, 0xb41f, + 0xb420, 0xb421, 0xb422, 0xb423, + 0xb424, 0xb425, 0xb426, 0xb427, + 0xb428, 0x0000, 0xb429, 0xb42a, + 0xb42b, 0xb42c, 0xb42d, 0xb42e, + 0xb42f, 0xb430, 0xb431, 0xb432, + 0xb433, 0x0000, 0x0000, 0x0000, + 0xb434, 0xb435, 0xb436, 0xb437, + 0xb438, 0xb439, 0xb43a, 0xb43b, + 0xb43c, 0xb43d, 0xb43e, 0xb43f, + 0xb440, 0xb441, 0xb442, 0xb443, + 0xb444, 0x0000, 0xb445, 0xb446, + 0xb447, 0xb448, 0xb449, 0xb44a, + 0xb44b, 0xb44c, 0xb44d, 0xb44e, + 0xb44f, 0x0000, 0x0000, 0x0000, + 0xb450, 0xb451, 0xb452, 0xb453, + 0xb454, 0xb455, 0xb456, 0xb457, + 0xb458, 0xb459, 0xb45a, 0xb45b, + 0xb45c, 0xb45d, 0xb45e, 0xb45f, + 0xb460, 0x0000, 0xb461, 0xb462, + 0xb463, 0xb464, 0xb465, 0xb466, + 0xb467, 0xb468, 0xb469, 0xb46a, + 0xb46b, 0x0000, 0x0000, 0x0000, + 0xb46c, 0xb46d, 0xb46e, 0xb46f, + 0xb470, 0xb471, 0xb472, 0xb473, + 0xb474, 0xb475, 0xb476, 0xb477, + 0xb478, 0xb479, 0xb47a, 0xb47b, + 0xb47c, 0x0000, 0xb47d, 0xb47e, + 0xb47f, 0xb480, 0xb481, 0xb482, + 0xb483, 0xb484, 0xb485, 0xb486, + 0xb487, 0x0000, 0x0000, 0x0000, + 0xb488, 0xb489, 0xb48a, 0xb48b, + 0xb48c, 0xb48d, 0xb48e, 0xb48f, + 0xb490, 0xb491, 0xb492, 0xb493, + 0xb494, 0xb495, 0xb496, 0xb497, + 0xb498, 0x0000, 0xb499, 0xb49a, + 0xb49b, 0xb49c, 0xb49d, 0xb49e, + 0xb49f, 0xb4a0, 0xb4a1, 0xb4a2, + 0xb4a3, 0x0000, 0x0000, 0x0000, + 0xb4a4, 0xb4a5, 0xb4a6, 0xb4a7, + 0xb4a8, 0xb4a9, 0xb4aa, 0xb4ab, + 0xb4ac, 0xb4ad, 0xb4ae, 0xb4af, + 0xb4b0, 0xb4b1, 0xb4b2, 0xb4b3, + 0xb4b4, 0x0000, 0xb4b5, 0xb4b6, + 0xb4b7, 0xb4b8, 0xb4b9, 0xb4ba, + 0xb4bb, 0xb4bc, 0xb4bd, 0xb4be, + 0xb4bf, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb4c0, 0xb4c1, 0xb4c2, 0xb4c3, + 0xb4c4, 0xb4c5, 0xb4c6, 0xb4c7, + 0xb4c8, 0xb4c9, 0xb4ca, 0xb4cb, + 0xb4cc, 0xb4cd, 0xb4ce, 0xb4cf, + 0xb4d0, 0x0000, 0xb4d1, 0xb4d2, + 0xb4d3, 0xb4d4, 0xb4d5, 0xb4d6, + 0xb4d7, 0xb4d8, 0xb4d9, 0xb4da, + 0xb4db, 0x0000, 0x0000, 0x0000, + 0xb4dc, 0xb4dd, 0xb4de, 0xb4df, + 0xb4e0, 0xb4e1, 0xb4e2, 0xb4e3, + 0xb4e4, 0xb4e5, 0xb4e6, 0xb4e7, + 0xb4e8, 0xb4e9, 0xb4ea, 0xb4eb, + 0xb4ec, 0x0000, 0xb4ed, 0xb4ee, + 0xb4ef, 0xb4f0, 0xb4f1, 0xb4f2, + 0xb4f3, 0xb4f4, 0xb4f5, 0xb4f6, + 0xb4f7, 0x0000, 0x0000, 0x0000, + 0xb4f8, 0xb4f9, 0xb4fa, 0xb4fb, + 0xb4fc, 0xb4fd, 0xb4fe, 0xb4ff, + 0xb500, 0xb501, 0xb502, 0xb503, + 0xb504, 0xb505, 0xb506, 0xb507, + 0xb508, 0x0000, 0xb509, 0xb50a, + 0xb50b, 0xb50c, 0xb50d, 0xb50e, + 0xb50f, 0xb510, 0xb511, 0xb512, + 0xb513, 0x0000, 0x0000, 0x0000, + 0xb514, 0xb515, 0xb516, 0xb517, + 0xb518, 0xb519, 0xb51a, 0xb51b, + 0xb51c, 0xb51d, 0xb51e, 0xb51f, + 0xb520, 0xb521, 0xb522, 0xb523, + 0xb524, 0x0000, 0xb525, 0xb526, + 0xb527, 0xb528, 0xb529, 0xb52a, + 0xb52b, 0xb52c, 0xb52d, 0xb52e, + 0xb52f, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3138, 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, + 0xb530, 0xb531, 0xb532, 0xb533, + 0xb534, 0xb535, 0xb536, 0xb537, + 0xb538, 0xb539, 0xb53a, 0xb53b, + 0xb53c, 0xb53d, 0xb53e, 0xb53f, + 0xb540, 0x0000, 0xb541, 0xb542, + 0xb543, 0xb544, 0xb545, 0xb546, + 0xb547, 0xb548, 0xb549, 0xb54a, + 0xb54b, 0x0000, 0x0000, 0x0000, + 0xb54c, 0xb54d, 0xb54e, 0xb54f, + 0xb550, 0xb551, 0xb552, 0xb553, + 0xb554, 0xb555, 0xb556, 0xb557, + 0xb558, 0xb559, 0xb55a, 0xb55b, + 0xb55c, 0x0000, 0xb55d, 0xb55e, + 0xb55f, 0xb560, 0xb561, 0xb562, + 0xb563, 0xb564, 0xb565, 0xb566, + 0xb567, 0x0000, 0x0000, 0x0000, + 0xb568, 0xb569, 0xb56a, 0xb56b, + 0xb56c, 0xb56d, 0xb56e, 0xb56f, + 0xb570, 0xb571, 0xb572, 0xb573, + 0xb574, 0xb575, 0xb576, 0xb577, + 0xb578, 0x0000, 0xb579, 0xb57a, + 0xb57b, 0xb57c, 0xb57d, 0xb57e, + 0xb57f, 0xb580, 0xb581, 0xb582, + 0xb583, 0x0000, 0x0000, 0x0000, + 0xb584, 0xb585, 0xb586, 0xb587, + 0xb588, 0xb589, 0xb58a, 0xb58b, + 0xb58c, 0xb58d, 0xb58e, 0xb58f, + 0xb590, 0xb591, 0xb592, 0xb593, + 0xb594, 0x0000, 0xb595, 0xb596, + 0xb597, 0xb598, 0xb599, 0xb59a, + 0xb59b, 0xb59c, 0xb59d, 0xb59e, + 0xb59f, 0x0000, 0x0000, 0x0000, + 0xb5a0, 0xb5a1, 0xb5a2, 0xb5a3, + 0xb5a4, 0xb5a5, 0xb5a6, 0xb5a7, + 0xb5a8, 0xb5a9, 0xb5aa, 0xb5ab, + 0xb5ac, 0xb5ad, 0xb5ae, 0xb5af, + 0xb5b0, 0x0000, 0xb5b1, 0xb5b2, + 0xb5b3, 0xb5b4, 0xb5b5, 0xb5b6, + 0xb5b7, 0xb5b8, 0xb5b9, 0xb5ba, + 0xb5bb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb5bc, 0xb5bd, 0xb5be, 0xb5bf, + 0xb5c0, 0xb5c1, 0xb5c2, 0xb5c3, + 0xb5c4, 0xb5c5, 0xb5c6, 0xb5c7, + 0xb5c8, 0xb5c9, 0xb5ca, 0xb5cb, + 0xb5cc, 0x0000, 0xb5cd, 0xb5ce, + 0xb5cf, 0xb5d0, 0xb5d1, 0xb5d2, + 0xb5d3, 0xb5d4, 0xb5d5, 0xb5d6, + 0xb5d7, 0x0000, 0x0000, 0x0000, + 0xb5d8, 0xb5d9, 0xb5da, 0xb5db, + 0xb5dc, 0xb5dd, 0xb5de, 0xb5df, + 0xb5e0, 0xb5e1, 0xb5e2, 0xb5e3, + 0xb5e4, 0xb5e5, 0xb5e6, 0xb5e7, + 0xb5e8, 0x0000, 0xb5e9, 0xb5ea, + 0xb5eb, 0xb5ec, 0xb5ed, 0xb5ee, + 0xb5ef, 0xb5f0, 0xb5f1, 0xb5f2, + 0xb5f3, 0x0000, 0x0000, 0x0000, + 0xb5f4, 0xb5f5, 0xb5f6, 0xb5f7, + 0xb5f8, 0xb5f9, 0xb5fa, 0xb5fb, + 0xb5fc, 0xb5fd, 0xb5fe, 0xb5ff, + 0xb600, 0xb601, 0xb602, 0xb603, + 0xb604, 0x0000, 0xb605, 0xb606, + 0xb607, 0xb608, 0xb609, 0xb60a, + 0xb60b, 0xb60c, 0xb60d, 0xb60e, + 0xb60f, 0x0000, 0x0000, 0x0000, + 0xb610, 0xb611, 0xb612, 0xb613, + 0xb614, 0xb615, 0xb616, 0xb617, + 0xb618, 0xb619, 0xb61a, 0xb61b, + 0xb61c, 0xb61d, 0xb61e, 0xb61f, + 0xb620, 0x0000, 0xb621, 0xb622, + 0xb623, 0xb624, 0xb625, 0xb626, + 0xb627, 0xb628, 0xb629, 0xb62a, + 0xb62b, 0x0000, 0x0000, 0x0000, + 0xb62c, 0xb62d, 0xb62e, 0xb62f, + 0xb630, 0xb631, 0xb632, 0xb633, + 0xb634, 0xb635, 0xb636, 0xb637, + 0xb638, 0xb639, 0xb63a, 0xb63b, + 0xb63c, 0x0000, 0xb63d, 0xb63e, + 0xb63f, 0xb640, 0xb641, 0xb642, + 0xb643, 0xb644, 0xb645, 0xb646, + 0xb647, 0x0000, 0x0000, 0x0000, + 0xb648, 0xb649, 0xb64a, 0xb64b, + 0xb64c, 0xb64d, 0xb64e, 0xb64f, + 0xb650, 0xb651, 0xb652, 0xb653, + 0xb654, 0xb655, 0xb656, 0xb657, + 0xb658, 0x0000, 0xb659, 0xb65a, + 0xb65b, 0xb65c, 0xb65d, 0xb65e, + 0xb65f, 0xb660, 0xb661, 0xb662, + 0xb663, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb664, 0xb665, 0xb666, 0xb667, + 0xb668, 0xb669, 0xb66a, 0xb66b, + 0xb66c, 0xb66d, 0xb66e, 0xb66f, + 0xb670, 0xb671, 0xb672, 0xb673, + 0xb674, 0x0000, 0xb675, 0xb676, + 0xb677, 0xb678, 0xb679, 0xb67a, + 0xb67b, 0xb67c, 0xb67d, 0xb67e, + 0xb67f, 0x0000, 0x0000, 0x0000, + 0xb680, 0xb681, 0xb682, 0xb683, + 0xb684, 0xb685, 0xb686, 0xb687, + 0xb688, 0xb689, 0xb68a, 0xb68b, + 0xb68c, 0xb68d, 0xb68e, 0xb68f, + 0xb690, 0x0000, 0xb691, 0xb692, + 0xb693, 0xb694, 0xb695, 0xb696, + 0xb697, 0xb698, 0xb699, 0xb69a, + 0xb69b, 0x0000, 0x0000, 0x0000, + 0xb69c, 0xb69d, 0xb69e, 0xb69f, + 0xb6a0, 0xb6a1, 0xb6a2, 0xb6a3, + 0xb6a4, 0xb6a5, 0xb6a6, 0xb6a7, + 0xb6a8, 0xb6a9, 0xb6aa, 0xb6ab, + 0xb6ac, 0x0000, 0xb6ad, 0xb6ae, + 0xb6af, 0xb6b0, 0xb6b1, 0xb6b2, + 0xb6b3, 0xb6b4, 0xb6b5, 0xb6b6, + 0xb6b7, 0x0000, 0x0000, 0x0000, + 0xb6b8, 0xb6b9, 0xb6ba, 0xb6bb, + 0xb6bc, 0xb6bd, 0xb6be, 0xb6bf, + 0xb6c0, 0xb6c1, 0xb6c2, 0xb6c3, + 0xb6c4, 0xb6c5, 0xb6c6, 0xb6c7, + 0xb6c8, 0x0000, 0xb6c9, 0xb6ca, + 0xb6cb, 0xb6cc, 0xb6cd, 0xb6ce, + 0xb6cf, 0xb6d0, 0xb6d1, 0xb6d2, + 0xb6d3, 0x0000, 0x0000, 0x0000, + 0xb6d4, 0xb6d5, 0xb6d6, 0xb6d7, + 0xb6d8, 0xb6d9, 0xb6da, 0xb6db, + 0xb6dc, 0xb6dd, 0xb6de, 0xb6df, + 0xb6e0, 0xb6e1, 0xb6e2, 0xb6e3, + 0xb6e4, 0x0000, 0xb6e5, 0xb6e6, + 0xb6e7, 0xb6e8, 0xb6e9, 0xb6ea, + 0xb6eb, 0xb6ec, 0xb6ed, 0xb6ee, + 0xb6ef, 0x0000, 0x0000, 0x0000, + 0xb6f0, 0xb6f1, 0xb6f2, 0xb6f3, + 0xb6f4, 0xb6f5, 0xb6f6, 0xb6f7, + 0xb6f8, 0xb6f9, 0xb6fa, 0xb6fb, + 0xb6fc, 0xb6fd, 0xb6fe, 0xb6ff, + 0xb700, 0x0000, 0xb701, 0xb702, + 0xb703, 0xb704, 0xb705, 0xb706, + 0xb707, 0xb708, 0xb709, 0xb70a, + 0xb70b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb70c, 0xb70d, 0xb70e, 0xb70f, + 0xb710, 0xb711, 0xb712, 0xb713, + 0xb714, 0xb715, 0xb716, 0xb717, + 0xb718, 0xb719, 0xb71a, 0xb71b, + 0xb71c, 0x0000, 0xb71d, 0xb71e, + 0xb71f, 0xb720, 0xb721, 0xb722, + 0xb723, 0xb724, 0xb725, 0xb726, + 0xb727, 0x0000, 0x0000, 0x0000, + 0xb728, 0xb729, 0xb72a, 0xb72b, + 0xb72c, 0xb72d, 0xb72e, 0xb72f, + 0xb730, 0xb731, 0xb732, 0xb733, + 0xb734, 0xb735, 0xb736, 0xb737, + 0xb738, 0x0000, 0xb739, 0xb73a, + 0xb73b, 0xb73c, 0xb73d, 0xb73e, + 0xb73f, 0xb740, 0xb741, 0xb742, + 0xb743, 0x0000, 0x0000, 0x0000, + 0xb744, 0xb745, 0xb746, 0xb747, + 0xb748, 0xb749, 0xb74a, 0xb74b, + 0xb74c, 0xb74d, 0xb74e, 0xb74f, + 0xb750, 0xb751, 0xb752, 0xb753, + 0xb754, 0x0000, 0xb755, 0xb756, + 0xb757, 0xb758, 0xb759, 0xb75a, + 0xb75b, 0xb75c, 0xb75d, 0xb75e, + 0xb75f, 0x0000, 0x0000, 0x0000, + 0xb760, 0xb761, 0xb762, 0xb763, + 0xb764, 0xb765, 0xb766, 0xb767, + 0xb768, 0xb769, 0xb76a, 0xb76b, + 0xb76c, 0xb76d, 0xb76e, 0xb76f, + 0xb770, 0x0000, 0xb771, 0xb772, + 0xb773, 0xb774, 0xb775, 0xb776, + 0xb777, 0xb778, 0xb779, 0xb77a, + 0xb77b, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3139, 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, + 0xb77c, 0xb77d, 0xb77e, 0xb77f, + 0xb780, 0xb781, 0xb782, 0xb783, + 0xb784, 0xb785, 0xb786, 0xb787, + 0xb788, 0xb789, 0xb78a, 0xb78b, + 0xb78c, 0x0000, 0xb78d, 0xb78e, + 0xb78f, 0xb790, 0xb791, 0xb792, + 0xb793, 0xb794, 0xb795, 0xb796, + 0xb797, 0x0000, 0x0000, 0x0000, + 0xb798, 0xb799, 0xb79a, 0xb79b, + 0xb79c, 0xb79d, 0xb79e, 0xb79f, + 0xb7a0, 0xb7a1, 0xb7a2, 0xb7a3, + 0xb7a4, 0xb7a5, 0xb7a6, 0xb7a7, + 0xb7a8, 0x0000, 0xb7a9, 0xb7aa, + 0xb7ab, 0xb7ac, 0xb7ad, 0xb7ae, + 0xb7af, 0xb7b0, 0xb7b1, 0xb7b2, + 0xb7b3, 0x0000, 0x0000, 0x0000, + 0xb7b4, 0xb7b5, 0xb7b6, 0xb7b7, + 0xb7b8, 0xb7b9, 0xb7ba, 0xb7bb, + 0xb7bc, 0xb7bd, 0xb7be, 0xb7bf, + 0xb7c0, 0xb7c1, 0xb7c2, 0xb7c3, + 0xb7c4, 0x0000, 0xb7c5, 0xb7c6, + 0xb7c7, 0xb7c8, 0xb7c9, 0xb7ca, + 0xb7cb, 0xb7cc, 0xb7cd, 0xb7ce, + 0xb7cf, 0x0000, 0x0000, 0x0000, + 0xb7d0, 0xb7d1, 0xb7d2, 0xb7d3, + 0xb7d4, 0xb7d5, 0xb7d6, 0xb7d7, + 0xb7d8, 0xb7d9, 0xb7da, 0xb7db, + 0xb7dc, 0xb7dd, 0xb7de, 0xb7df, + 0xb7e0, 0x0000, 0xb7e1, 0xb7e2, + 0xb7e3, 0xb7e4, 0xb7e5, 0xb7e6, + 0xb7e7, 0xb7e8, 0xb7e9, 0xb7ea, + 0xb7eb, 0x0000, 0x0000, 0x0000, + 0xb7ec, 0xb7ed, 0xb7ee, 0xb7ef, + 0xb7f0, 0xb7f1, 0xb7f2, 0xb7f3, + 0xb7f4, 0xb7f5, 0xb7f6, 0xb7f7, + 0xb7f8, 0xb7f9, 0xb7fa, 0xb7fb, + 0xb7fc, 0x0000, 0xb7fd, 0xb7fe, + 0xb7ff, 0xb800, 0xb801, 0xb802, + 0xb803, 0xb804, 0xb805, 0xb806, + 0xb807, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb808, 0xb809, 0xb80a, 0xb80b, + 0xb80c, 0xb80d, 0xb80e, 0xb80f, + 0xb810, 0xb811, 0xb812, 0xb813, + 0xb814, 0xb815, 0xb816, 0xb817, + 0xb818, 0x0000, 0xb819, 0xb81a, + 0xb81b, 0xb81c, 0xb81d, 0xb81e, + 0xb81f, 0xb820, 0xb821, 0xb822, + 0xb823, 0x0000, 0x0000, 0x0000, + 0xb824, 0xb825, 0xb826, 0xb827, + 0xb828, 0xb829, 0xb82a, 0xb82b, + 0xb82c, 0xb82d, 0xb82e, 0xb82f, + 0xb830, 0xb831, 0xb832, 0xb833, + 0xb834, 0x0000, 0xb835, 0xb836, + 0xb837, 0xb838, 0xb839, 0xb83a, + 0xb83b, 0xb83c, 0xb83d, 0xb83e, + 0xb83f, 0x0000, 0x0000, 0x0000, + 0xb840, 0xb841, 0xb842, 0xb843, + 0xb844, 0xb845, 0xb846, 0xb847, + 0xb848, 0xb849, 0xb84a, 0xb84b, + 0xb84c, 0xb84d, 0xb84e, 0xb84f, + 0xb850, 0x0000, 0xb851, 0xb852, + 0xb853, 0xb854, 0xb855, 0xb856, + 0xb857, 0xb858, 0xb859, 0xb85a, + 0xb85b, 0x0000, 0x0000, 0x0000, + 0xb85c, 0xb85d, 0xb85e, 0xb85f, + 0xb860, 0xb861, 0xb862, 0xb863, + 0xb864, 0xb865, 0xb866, 0xb867, + 0xb868, 0xb869, 0xb86a, 0xb86b, + 0xb86c, 0x0000, 0xb86d, 0xb86e, + 0xb86f, 0xb870, 0xb871, 0xb872, + 0xb873, 0xb874, 0xb875, 0xb876, + 0xb877, 0x0000, 0x0000, 0x0000, + 0xb878, 0xb879, 0xb87a, 0xb87b, + 0xb87c, 0xb87d, 0xb87e, 0xb87f, + 0xb880, 0xb881, 0xb882, 0xb883, + 0xb884, 0xb885, 0xb886, 0xb887, + 0xb888, 0x0000, 0xb889, 0xb88a, + 0xb88b, 0xb88c, 0xb88d, 0xb88e, + 0xb88f, 0xb890, 0xb891, 0xb892, + 0xb893, 0x0000, 0x0000, 0x0000, + 0xb894, 0xb895, 0xb896, 0xb897, + 0xb898, 0xb899, 0xb89a, 0xb89b, + 0xb89c, 0xb89d, 0xb89e, 0xb89f, + 0xb8a0, 0xb8a1, 0xb8a2, 0xb8a3, + 0xb8a4, 0x0000, 0xb8a5, 0xb8a6, + 0xb8a7, 0xb8a8, 0xb8a9, 0xb8aa, + 0xb8ab, 0xb8ac, 0xb8ad, 0xb8ae, + 0xb8af, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb8b0, 0xb8b1, 0xb8b2, 0xb8b3, + 0xb8b4, 0xb8b5, 0xb8b6, 0xb8b7, + 0xb8b8, 0xb8b9, 0xb8ba, 0xb8bb, + 0xb8bc, 0xb8bd, 0xb8be, 0xb8bf, + 0xb8c0, 0x0000, 0xb8c1, 0xb8c2, + 0xb8c3, 0xb8c4, 0xb8c5, 0xb8c6, + 0xb8c7, 0xb8c8, 0xb8c9, 0xb8ca, + 0xb8cb, 0x0000, 0x0000, 0x0000, + 0xb8cc, 0xb8cd, 0xb8ce, 0xb8cf, + 0xb8d0, 0xb8d1, 0xb8d2, 0xb8d3, + 0xb8d4, 0xb8d5, 0xb8d6, 0xb8d7, + 0xb8d8, 0xb8d9, 0xb8da, 0xb8db, + 0xb8dc, 0x0000, 0xb8dd, 0xb8de, + 0xb8df, 0xb8e0, 0xb8e1, 0xb8e2, + 0xb8e3, 0xb8e4, 0xb8e5, 0xb8e6, + 0xb8e7, 0x0000, 0x0000, 0x0000, + 0xb8e8, 0xb8e9, 0xb8ea, 0xb8eb, + 0xb8ec, 0xb8ed, 0xb8ee, 0xb8ef, + 0xb8f0, 0xb8f1, 0xb8f2, 0xb8f3, + 0xb8f4, 0xb8f5, 0xb8f6, 0xb8f7, + 0xb8f8, 0x0000, 0xb8f9, 0xb8fa, + 0xb8fb, 0xb8fc, 0xb8fd, 0xb8fe, + 0xb8ff, 0xb900, 0xb901, 0xb902, + 0xb903, 0x0000, 0x0000, 0x0000, + 0xb904, 0xb905, 0xb906, 0xb907, + 0xb908, 0xb909, 0xb90a, 0xb90b, + 0xb90c, 0xb90d, 0xb90e, 0xb90f, + 0xb910, 0xb911, 0xb912, 0xb913, + 0xb914, 0x0000, 0xb915, 0xb916, + 0xb917, 0xb918, 0xb919, 0xb91a, + 0xb91b, 0xb91c, 0xb91d, 0xb91e, + 0xb91f, 0x0000, 0x0000, 0x0000, + 0xb920, 0xb921, 0xb922, 0xb923, + 0xb924, 0xb925, 0xb926, 0xb927, + 0xb928, 0xb929, 0xb92a, 0xb92b, + 0xb92c, 0xb92d, 0xb92e, 0xb92f, + 0xb930, 0x0000, 0xb931, 0xb932, + 0xb933, 0xb934, 0xb935, 0xb936, + 0xb937, 0xb938, 0xb939, 0xb93a, + 0xb93b, 0x0000, 0x0000, 0x0000, + 0xb93c, 0xb93d, 0xb93e, 0xb93f, + 0xb940, 0xb941, 0xb942, 0xb943, + 0xb944, 0xb945, 0xb946, 0xb947, + 0xb948, 0xb949, 0xb94a, 0xb94b, + 0xb94c, 0x0000, 0xb94d, 0xb94e, + 0xb94f, 0xb950, 0xb951, 0xb952, + 0xb953, 0xb954, 0xb955, 0xb956, + 0xb957, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xb958, 0xb959, 0xb95a, 0xb95b, + 0xb95c, 0xb95d, 0xb95e, 0xb95f, + 0xb960, 0xb961, 0xb962, 0xb963, + 0xb964, 0xb965, 0xb966, 0xb967, + 0xb968, 0x0000, 0xb969, 0xb96a, + 0xb96b, 0xb96c, 0xb96d, 0xb96e, + 0xb96f, 0xb970, 0xb971, 0xb972, + 0xb973, 0x0000, 0x0000, 0x0000, + 0xb974, 0xb975, 0xb976, 0xb977, + 0xb978, 0xb979, 0xb97a, 0xb97b, + 0xb97c, 0xb97d, 0xb97e, 0xb97f, + 0xb980, 0xb981, 0xb982, 0xb983, + 0xb984, 0x0000, 0xb985, 0xb986, + 0xb987, 0xb988, 0xb989, 0xb98a, + 0xb98b, 0xb98c, 0xb98d, 0xb98e, + 0xb98f, 0x0000, 0x0000, 0x0000, + 0xb990, 0xb991, 0xb992, 0xb993, + 0xb994, 0xb995, 0xb996, 0xb997, + 0xb998, 0xb999, 0xb99a, 0xb99b, + 0xb99c, 0xb99d, 0xb99e, 0xb99f, + 0xb9a0, 0x0000, 0xb9a1, 0xb9a2, + 0xb9a3, 0xb9a4, 0xb9a5, 0xb9a6, + 0xb9a7, 0xb9a8, 0xb9a9, 0xb9aa, + 0xb9ab, 0x0000, 0x0000, 0x0000, + 0xb9ac, 0xb9ad, 0xb9ae, 0xb9af, + 0xb9b0, 0xb9b1, 0xb9b2, 0xb9b3, + 0xb9b4, 0xb9b5, 0xb9b6, 0xb9b7, + 0xb9b8, 0xb9b9, 0xb9ba, 0xb9bb, + 0xb9bc, 0x0000, 0xb9bd, 0xb9be, + 0xb9bf, 0xb9c0, 0xb9c1, 0xb9c2, + 0xb9c3, 0xb9c4, 0xb9c5, 0xb9c6, + 0xb9c7, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3141, 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, + 0xb9c8, 0xb9c9, 0xb9ca, 0xb9cb, + 0xb9cc, 0xb9cd, 0xb9ce, 0xb9cf, + 0xb9d0, 0xb9d1, 0xb9d2, 0xb9d3, + 0xb9d4, 0xb9d5, 0xb9d6, 0xb9d7, + 0xb9d8, 0x0000, 0xb9d9, 0xb9da, + 0xb9db, 0xb9dc, 0xb9dd, 0xb9de, + 0xb9df, 0xb9e0, 0xb9e1, 0xb9e2, + 0xb9e3, 0x0000, 0x0000, 0x0000, + 0xb9e4, 0xb9e5, 0xb9e6, 0xb9e7, + 0xb9e8, 0xb9e9, 0xb9ea, 0xb9eb, + 0xb9ec, 0xb9ed, 0xb9ee, 0xb9ef, + 0xb9f0, 0xb9f1, 0xb9f2, 0xb9f3, + 0xb9f4, 0x0000, 0xb9f5, 0xb9f6, + 0xb9f7, 0xb9f8, 0xb9f9, 0xb9fa, + 0xb9fb, 0xb9fc, 0xb9fd, 0xb9fe, + 0xb9ff, 0x0000, 0x0000, 0x0000, + 0xba00, 0xba01, 0xba02, 0xba03, + 0xba04, 0xba05, 0xba06, 0xba07, + 0xba08, 0xba09, 0xba0a, 0xba0b, + 0xba0c, 0xba0d, 0xba0e, 0xba0f, + 0xba10, 0x0000, 0xba11, 0xba12, + 0xba13, 0xba14, 0xba15, 0xba16, + 0xba17, 0xba18, 0xba19, 0xba1a, + 0xba1b, 0x0000, 0x0000, 0x0000, + 0xba1c, 0xba1d, 0xba1e, 0xba1f, + 0xba20, 0xba21, 0xba22, 0xba23, + 0xba24, 0xba25, 0xba26, 0xba27, + 0xba28, 0xba29, 0xba2a, 0xba2b, + 0xba2c, 0x0000, 0xba2d, 0xba2e, + 0xba2f, 0xba30, 0xba31, 0xba32, + 0xba33, 0xba34, 0xba35, 0xba36, + 0xba37, 0x0000, 0x0000, 0x0000, + 0xba38, 0xba39, 0xba3a, 0xba3b, + 0xba3c, 0xba3d, 0xba3e, 0xba3f, + 0xba40, 0xba41, 0xba42, 0xba43, + 0xba44, 0xba45, 0xba46, 0xba47, + 0xba48, 0x0000, 0xba49, 0xba4a, + 0xba4b, 0xba4c, 0xba4d, 0xba4e, + 0xba4f, 0xba50, 0xba51, 0xba52, + 0xba53, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xba54, 0xba55, 0xba56, 0xba57, + 0xba58, 0xba59, 0xba5a, 0xba5b, + 0xba5c, 0xba5d, 0xba5e, 0xba5f, + 0xba60, 0xba61, 0xba62, 0xba63, + 0xba64, 0x0000, 0xba65, 0xba66, + 0xba67, 0xba68, 0xba69, 0xba6a, + 0xba6b, 0xba6c, 0xba6d, 0xba6e, + 0xba6f, 0x0000, 0x0000, 0x0000, + 0xba70, 0xba71, 0xba72, 0xba73, + 0xba74, 0xba75, 0xba76, 0xba77, + 0xba78, 0xba79, 0xba7a, 0xba7b, + 0xba7c, 0xba7d, 0xba7e, 0xba7f, + 0xba80, 0x0000, 0xba81, 0xba82, + 0xba83, 0xba84, 0xba85, 0xba86, + 0xba87, 0xba88, 0xba89, 0xba8a, + 0xba8b, 0x0000, 0x0000, 0x0000, + 0xba8c, 0xba8d, 0xba8e, 0xba8f, + 0xba90, 0xba91, 0xba92, 0xba93, + 0xba94, 0xba95, 0xba96, 0xba97, + 0xba98, 0xba99, 0xba9a, 0xba9b, + 0xba9c, 0x0000, 0xba9d, 0xba9e, + 0xba9f, 0xbaa0, 0xbaa1, 0xbaa2, + 0xbaa3, 0xbaa4, 0xbaa5, 0xbaa6, + 0xbaa7, 0x0000, 0x0000, 0x0000, + 0xbaa8, 0xbaa9, 0xbaaa, 0xbaab, + 0xbaac, 0xbaad, 0xbaae, 0xbaaf, + 0xbab0, 0xbab1, 0xbab2, 0xbab3, + 0xbab4, 0xbab5, 0xbab6, 0xbab7, + 0xbab8, 0x0000, 0xbab9, 0xbaba, + 0xbabb, 0xbabc, 0xbabd, 0xbabe, + 0xbabf, 0xbac0, 0xbac1, 0xbac2, + 0xbac3, 0x0000, 0x0000, 0x0000, + 0xbac4, 0xbac5, 0xbac6, 0xbac7, + 0xbac8, 0xbac9, 0xbaca, 0xbacb, + 0xbacc, 0xbacd, 0xbace, 0xbacf, + 0xbad0, 0xbad1, 0xbad2, 0xbad3, + 0xbad4, 0x0000, 0xbad5, 0xbad6, + 0xbad7, 0xbad8, 0xbad9, 0xbada, + 0xbadb, 0xbadc, 0xbadd, 0xbade, + 0xbadf, 0x0000, 0x0000, 0x0000, + 0xbae0, 0xbae1, 0xbae2, 0xbae3, + 0xbae4, 0xbae5, 0xbae6, 0xbae7, + 0xbae8, 0xbae9, 0xbaea, 0xbaeb, + 0xbaec, 0xbaed, 0xbaee, 0xbaef, + 0xbaf0, 0x0000, 0xbaf1, 0xbaf2, + 0xbaf3, 0xbaf4, 0xbaf5, 0xbaf6, + 0xbaf7, 0xbaf8, 0xbaf9, 0xbafa, + 0xbafb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbafc, 0xbafd, 0xbafe, 0xbaff, + 0xbb00, 0xbb01, 0xbb02, 0xbb03, + 0xbb04, 0xbb05, 0xbb06, 0xbb07, + 0xbb08, 0xbb09, 0xbb0a, 0xbb0b, + 0xbb0c, 0x0000, 0xbb0d, 0xbb0e, + 0xbb0f, 0xbb10, 0xbb11, 0xbb12, + 0xbb13, 0xbb14, 0xbb15, 0xbb16, + 0xbb17, 0x0000, 0x0000, 0x0000, + 0xbb18, 0xbb19, 0xbb1a, 0xbb1b, + 0xbb1c, 0xbb1d, 0xbb1e, 0xbb1f, + 0xbb20, 0xbb21, 0xbb22, 0xbb23, + 0xbb24, 0xbb25, 0xbb26, 0xbb27, + 0xbb28, 0x0000, 0xbb29, 0xbb2a, + 0xbb2b, 0xbb2c, 0xbb2d, 0xbb2e, + 0xbb2f, 0xbb30, 0xbb31, 0xbb32, + 0xbb33, 0x0000, 0x0000, 0x0000, + 0xbb34, 0xbb35, 0xbb36, 0xbb37, + 0xbb38, 0xbb39, 0xbb3a, 0xbb3b, + 0xbb3c, 0xbb3d, 0xbb3e, 0xbb3f, + 0xbb40, 0xbb41, 0xbb42, 0xbb43, + 0xbb44, 0x0000, 0xbb45, 0xbb46, + 0xbb47, 0xbb48, 0xbb49, 0xbb4a, + 0xbb4b, 0xbb4c, 0xbb4d, 0xbb4e, + 0xbb4f, 0x0000, 0x0000, 0x0000, + 0xbb50, 0xbb51, 0xbb52, 0xbb53, + 0xbb54, 0xbb55, 0xbb56, 0xbb57, + 0xbb58, 0xbb59, 0xbb5a, 0xbb5b, + 0xbb5c, 0xbb5d, 0xbb5e, 0xbb5f, + 0xbb60, 0x0000, 0xbb61, 0xbb62, + 0xbb63, 0xbb64, 0xbb65, 0xbb66, + 0xbb67, 0xbb68, 0xbb69, 0xbb6a, + 0xbb6b, 0x0000, 0x0000, 0x0000, + 0xbb6c, 0xbb6d, 0xbb6e, 0xbb6f, + 0xbb70, 0xbb71, 0xbb72, 0xbb73, + 0xbb74, 0xbb75, 0xbb76, 0xbb77, + 0xbb78, 0xbb79, 0xbb7a, 0xbb7b, + 0xbb7c, 0x0000, 0xbb7d, 0xbb7e, + 0xbb7f, 0xbb80, 0xbb81, 0xbb82, + 0xbb83, 0xbb84, 0xbb85, 0xbb86, + 0xbb87, 0x0000, 0x0000, 0x0000, + 0xbb88, 0xbb89, 0xbb8a, 0xbb8b, + 0xbb8c, 0xbb8d, 0xbb8e, 0xbb8f, + 0xbb90, 0xbb91, 0xbb92, 0xbb93, + 0xbb94, 0xbb95, 0xbb96, 0xbb97, + 0xbb98, 0x0000, 0xbb99, 0xbb9a, + 0xbb9b, 0xbb9c, 0xbb9d, 0xbb9e, + 0xbb9f, 0xbba0, 0xbba1, 0xbba2, + 0xbba3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbba4, 0xbba5, 0xbba6, 0xbba7, + 0xbba8, 0xbba9, 0xbbaa, 0xbbab, + 0xbbac, 0xbbad, 0xbbae, 0xbbaf, + 0xbbb0, 0xbbb1, 0xbbb2, 0xbbb3, + 0xbbb4, 0x0000, 0xbbb5, 0xbbb6, + 0xbbb7, 0xbbb8, 0xbbb9, 0xbbba, + 0xbbbb, 0xbbbc, 0xbbbd, 0xbbbe, + 0xbbbf, 0x0000, 0x0000, 0x0000, + 0xbbc0, 0xbbc1, 0xbbc2, 0xbbc3, + 0xbbc4, 0xbbc5, 0xbbc6, 0xbbc7, + 0xbbc8, 0xbbc9, 0xbbca, 0xbbcb, + 0xbbcc, 0xbbcd, 0xbbce, 0xbbcf, + 0xbbd0, 0x0000, 0xbbd1, 0xbbd2, + 0xbbd3, 0xbbd4, 0xbbd5, 0xbbd6, + 0xbbd7, 0xbbd8, 0xbbd9, 0xbbda, + 0xbbdb, 0x0000, 0x0000, 0x0000, + 0xbbdc, 0xbbdd, 0xbbde, 0xbbdf, + 0xbbe0, 0xbbe1, 0xbbe2, 0xbbe3, + 0xbbe4, 0xbbe5, 0xbbe6, 0xbbe7, + 0xbbe8, 0xbbe9, 0xbbea, 0xbbeb, + 0xbbec, 0x0000, 0xbbed, 0xbbee, + 0xbbef, 0xbbf0, 0xbbf1, 0xbbf2, + 0xbbf3, 0xbbf4, 0xbbf5, 0xbbf6, + 0xbbf7, 0x0000, 0x0000, 0x0000, + 0xbbf8, 0xbbf9, 0xbbfa, 0xbbfb, + 0xbbfc, 0xbbfd, 0xbbfe, 0xbbff, + 0xbc00, 0xbc01, 0xbc02, 0xbc03, + 0xbc04, 0xbc05, 0xbc06, 0xbc07, + 0xbc08, 0x0000, 0xbc09, 0xbc0a, + 0xbc0b, 0xbc0c, 0xbc0d, 0xbc0e, + 0xbc0f, 0xbc10, 0xbc11, 0xbc12, + 0xbc13, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3142, 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, + 0xbc14, 0xbc15, 0xbc16, 0xbc17, + 0xbc18, 0xbc19, 0xbc1a, 0xbc1b, + 0xbc1c, 0xbc1d, 0xbc1e, 0xbc1f, + 0xbc20, 0xbc21, 0xbc22, 0xbc23, + 0xbc24, 0x0000, 0xbc25, 0xbc26, + 0xbc27, 0xbc28, 0xbc29, 0xbc2a, + 0xbc2b, 0xbc2c, 0xbc2d, 0xbc2e, + 0xbc2f, 0x0000, 0x0000, 0x0000, + 0xbc30, 0xbc31, 0xbc32, 0xbc33, + 0xbc34, 0xbc35, 0xbc36, 0xbc37, + 0xbc38, 0xbc39, 0xbc3a, 0xbc3b, + 0xbc3c, 0xbc3d, 0xbc3e, 0xbc3f, + 0xbc40, 0x0000, 0xbc41, 0xbc42, + 0xbc43, 0xbc44, 0xbc45, 0xbc46, + 0xbc47, 0xbc48, 0xbc49, 0xbc4a, + 0xbc4b, 0x0000, 0x0000, 0x0000, + 0xbc4c, 0xbc4d, 0xbc4e, 0xbc4f, + 0xbc50, 0xbc51, 0xbc52, 0xbc53, + 0xbc54, 0xbc55, 0xbc56, 0xbc57, + 0xbc58, 0xbc59, 0xbc5a, 0xbc5b, + 0xbc5c, 0x0000, 0xbc5d, 0xbc5e, + 0xbc5f, 0xbc60, 0xbc61, 0xbc62, + 0xbc63, 0xbc64, 0xbc65, 0xbc66, + 0xbc67, 0x0000, 0x0000, 0x0000, + 0xbc68, 0xbc69, 0xbc6a, 0xbc6b, + 0xbc6c, 0xbc6d, 0xbc6e, 0xbc6f, + 0xbc70, 0xbc71, 0xbc72, 0xbc73, + 0xbc74, 0xbc75, 0xbc76, 0xbc77, + 0xbc78, 0x0000, 0xbc79, 0xbc7a, + 0xbc7b, 0xbc7c, 0xbc7d, 0xbc7e, + 0xbc7f, 0xbc80, 0xbc81, 0xbc82, + 0xbc83, 0x0000, 0x0000, 0x0000, + 0xbc84, 0xbc85, 0xbc86, 0xbc87, + 0xbc88, 0xbc89, 0xbc8a, 0xbc8b, + 0xbc8c, 0xbc8d, 0xbc8e, 0xbc8f, + 0xbc90, 0xbc91, 0xbc92, 0xbc93, + 0xbc94, 0x0000, 0xbc95, 0xbc96, + 0xbc97, 0xbc98, 0xbc99, 0xbc9a, + 0xbc9b, 0xbc9c, 0xbc9d, 0xbc9e, + 0xbc9f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbca0, 0xbca1, 0xbca2, 0xbca3, + 0xbca4, 0xbca5, 0xbca6, 0xbca7, + 0xbca8, 0xbca9, 0xbcaa, 0xbcab, + 0xbcac, 0xbcad, 0xbcae, 0xbcaf, + 0xbcb0, 0x0000, 0xbcb1, 0xbcb2, + 0xbcb3, 0xbcb4, 0xbcb5, 0xbcb6, + 0xbcb7, 0xbcb8, 0xbcb9, 0xbcba, + 0xbcbb, 0x0000, 0x0000, 0x0000, + 0xbcbc, 0xbcbd, 0xbcbe, 0xbcbf, + 0xbcc0, 0xbcc1, 0xbcc2, 0xbcc3, + 0xbcc4, 0xbcc5, 0xbcc6, 0xbcc7, + 0xbcc8, 0xbcc9, 0xbcca, 0xbccb, + 0xbccc, 0x0000, 0xbccd, 0xbcce, + 0xbccf, 0xbcd0, 0xbcd1, 0xbcd2, + 0xbcd3, 0xbcd4, 0xbcd5, 0xbcd6, + 0xbcd7, 0x0000, 0x0000, 0x0000, + 0xbcd8, 0xbcd9, 0xbcda, 0xbcdb, + 0xbcdc, 0xbcdd, 0xbcde, 0xbcdf, + 0xbce0, 0xbce1, 0xbce2, 0xbce3, + 0xbce4, 0xbce5, 0xbce6, 0xbce7, + 0xbce8, 0x0000, 0xbce9, 0xbcea, + 0xbceb, 0xbcec, 0xbced, 0xbcee, + 0xbcef, 0xbcf0, 0xbcf1, 0xbcf2, + 0xbcf3, 0x0000, 0x0000, 0x0000, + 0xbcf4, 0xbcf5, 0xbcf6, 0xbcf7, + 0xbcf8, 0xbcf9, 0xbcfa, 0xbcfb, + 0xbcfc, 0xbcfd, 0xbcfe, 0xbcff, + 0xbd00, 0xbd01, 0xbd02, 0xbd03, + 0xbd04, 0x0000, 0xbd05, 0xbd06, + 0xbd07, 0xbd08, 0xbd09, 0xbd0a, + 0xbd0b, 0xbd0c, 0xbd0d, 0xbd0e, + 0xbd0f, 0x0000, 0x0000, 0x0000, + 0xbd10, 0xbd11, 0xbd12, 0xbd13, + 0xbd14, 0xbd15, 0xbd16, 0xbd17, + 0xbd18, 0xbd19, 0xbd1a, 0xbd1b, + 0xbd1c, 0xbd1d, 0xbd1e, 0xbd1f, + 0xbd20, 0x0000, 0xbd21, 0xbd22, + 0xbd23, 0xbd24, 0xbd25, 0xbd26, + 0xbd27, 0xbd28, 0xbd29, 0xbd2a, + 0xbd2b, 0x0000, 0x0000, 0x0000, + 0xbd2c, 0xbd2d, 0xbd2e, 0xbd2f, + 0xbd30, 0xbd31, 0xbd32, 0xbd33, + 0xbd34, 0xbd35, 0xbd36, 0xbd37, + 0xbd38, 0xbd39, 0xbd3a, 0xbd3b, + 0xbd3c, 0x0000, 0xbd3d, 0xbd3e, + 0xbd3f, 0xbd40, 0xbd41, 0xbd42, + 0xbd43, 0xbd44, 0xbd45, 0xbd46, + 0xbd47, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbd48, 0xbd49, 0xbd4a, 0xbd4b, + 0xbd4c, 0xbd4d, 0xbd4e, 0xbd4f, + 0xbd50, 0xbd51, 0xbd52, 0xbd53, + 0xbd54, 0xbd55, 0xbd56, 0xbd57, + 0xbd58, 0x0000, 0xbd59, 0xbd5a, + 0xbd5b, 0xbd5c, 0xbd5d, 0xbd5e, + 0xbd5f, 0xbd60, 0xbd61, 0xbd62, + 0xbd63, 0x0000, 0x0000, 0x0000, + 0xbd64, 0xbd65, 0xbd66, 0xbd67, + 0xbd68, 0xbd69, 0xbd6a, 0xbd6b, + 0xbd6c, 0xbd6d, 0xbd6e, 0xbd6f, + 0xbd70, 0xbd71, 0xbd72, 0xbd73, + 0xbd74, 0x0000, 0xbd75, 0xbd76, + 0xbd77, 0xbd78, 0xbd79, 0xbd7a, + 0xbd7b, 0xbd7c, 0xbd7d, 0xbd7e, + 0xbd7f, 0x0000, 0x0000, 0x0000, + 0xbd80, 0xbd81, 0xbd82, 0xbd83, + 0xbd84, 0xbd85, 0xbd86, 0xbd87, + 0xbd88, 0xbd89, 0xbd8a, 0xbd8b, + 0xbd8c, 0xbd8d, 0xbd8e, 0xbd8f, + 0xbd90, 0x0000, 0xbd91, 0xbd92, + 0xbd93, 0xbd94, 0xbd95, 0xbd96, + 0xbd97, 0xbd98, 0xbd99, 0xbd9a, + 0xbd9b, 0x0000, 0x0000, 0x0000, + 0xbd9c, 0xbd9d, 0xbd9e, 0xbd9f, + 0xbda0, 0xbda1, 0xbda2, 0xbda3, + 0xbda4, 0xbda5, 0xbda6, 0xbda7, + 0xbda8, 0xbda9, 0xbdaa, 0xbdab, + 0xbdac, 0x0000, 0xbdad, 0xbdae, + 0xbdaf, 0xbdb0, 0xbdb1, 0xbdb2, + 0xbdb3, 0xbdb4, 0xbdb5, 0xbdb6, + 0xbdb7, 0x0000, 0x0000, 0x0000, + 0xbdb8, 0xbdb9, 0xbdba, 0xbdbb, + 0xbdbc, 0xbdbd, 0xbdbe, 0xbdbf, + 0xbdc0, 0xbdc1, 0xbdc2, 0xbdc3, + 0xbdc4, 0xbdc5, 0xbdc6, 0xbdc7, + 0xbdc8, 0x0000, 0xbdc9, 0xbdca, + 0xbdcb, 0xbdcc, 0xbdcd, 0xbdce, + 0xbdcf, 0xbdd0, 0xbdd1, 0xbdd2, + 0xbdd3, 0x0000, 0x0000, 0x0000, + 0xbdd4, 0xbdd5, 0xbdd6, 0xbdd7, + 0xbdd8, 0xbdd9, 0xbdda, 0xbddb, + 0xbddc, 0xbddd, 0xbdde, 0xbddf, + 0xbde0, 0xbde1, 0xbde2, 0xbde3, + 0xbde4, 0x0000, 0xbde5, 0xbde6, + 0xbde7, 0xbde8, 0xbde9, 0xbdea, + 0xbdeb, 0xbdec, 0xbded, 0xbdee, + 0xbdef, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbdf0, 0xbdf1, 0xbdf2, 0xbdf3, + 0xbdf4, 0xbdf5, 0xbdf6, 0xbdf7, + 0xbdf8, 0xbdf9, 0xbdfa, 0xbdfb, + 0xbdfc, 0xbdfd, 0xbdfe, 0xbdff, + 0xbe00, 0x0000, 0xbe01, 0xbe02, + 0xbe03, 0xbe04, 0xbe05, 0xbe06, + 0xbe07, 0xbe08, 0xbe09, 0xbe0a, + 0xbe0b, 0x0000, 0x0000, 0x0000, + 0xbe0c, 0xbe0d, 0xbe0e, 0xbe0f, + 0xbe10, 0xbe11, 0xbe12, 0xbe13, + 0xbe14, 0xbe15, 0xbe16, 0xbe17, + 0xbe18, 0xbe19, 0xbe1a, 0xbe1b, + 0xbe1c, 0x0000, 0xbe1d, 0xbe1e, + 0xbe1f, 0xbe20, 0xbe21, 0xbe22, + 0xbe23, 0xbe24, 0xbe25, 0xbe26, + 0xbe27, 0x0000, 0x0000, 0x0000, + 0xbe28, 0xbe29, 0xbe2a, 0xbe2b, + 0xbe2c, 0xbe2d, 0xbe2e, 0xbe2f, + 0xbe30, 0xbe31, 0xbe32, 0xbe33, + 0xbe34, 0xbe35, 0xbe36, 0xbe37, + 0xbe38, 0x0000, 0xbe39, 0xbe3a, + 0xbe3b, 0xbe3c, 0xbe3d, 0xbe3e, + 0xbe3f, 0xbe40, 0xbe41, 0xbe42, + 0xbe43, 0x0000, 0x0000, 0x0000, + 0xbe44, 0xbe45, 0xbe46, 0xbe47, + 0xbe48, 0xbe49, 0xbe4a, 0xbe4b, + 0xbe4c, 0xbe4d, 0xbe4e, 0xbe4f, + 0xbe50, 0xbe51, 0xbe52, 0xbe53, + 0xbe54, 0x0000, 0xbe55, 0xbe56, + 0xbe57, 0xbe58, 0xbe59, 0xbe5a, + 0xbe5b, 0xbe5c, 0xbe5d, 0xbe5e, + 0xbe5f, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3143, 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, + 0xbe60, 0xbe61, 0xbe62, 0xbe63, + 0xbe64, 0xbe65, 0xbe66, 0xbe67, + 0xbe68, 0xbe69, 0xbe6a, 0xbe6b, + 0xbe6c, 0xbe6d, 0xbe6e, 0xbe6f, + 0xbe70, 0x0000, 0xbe71, 0xbe72, + 0xbe73, 0xbe74, 0xbe75, 0xbe76, + 0xbe77, 0xbe78, 0xbe79, 0xbe7a, + 0xbe7b, 0x0000, 0x0000, 0x0000, + 0xbe7c, 0xbe7d, 0xbe7e, 0xbe7f, + 0xbe80, 0xbe81, 0xbe82, 0xbe83, + 0xbe84, 0xbe85, 0xbe86, 0xbe87, + 0xbe88, 0xbe89, 0xbe8a, 0xbe8b, + 0xbe8c, 0x0000, 0xbe8d, 0xbe8e, + 0xbe8f, 0xbe90, 0xbe91, 0xbe92, + 0xbe93, 0xbe94, 0xbe95, 0xbe96, + 0xbe97, 0x0000, 0x0000, 0x0000, + 0xbe98, 0xbe99, 0xbe9a, 0xbe9b, + 0xbe9c, 0xbe9d, 0xbe9e, 0xbe9f, + 0xbea0, 0xbea1, 0xbea2, 0xbea3, + 0xbea4, 0xbea5, 0xbea6, 0xbea7, + 0xbea8, 0x0000, 0xbea9, 0xbeaa, + 0xbeab, 0xbeac, 0xbead, 0xbeae, + 0xbeaf, 0xbeb0, 0xbeb1, 0xbeb2, + 0xbeb3, 0x0000, 0x0000, 0x0000, + 0xbeb4, 0xbeb5, 0xbeb6, 0xbeb7, + 0xbeb8, 0xbeb9, 0xbeba, 0xbebb, + 0xbebc, 0xbebd, 0xbebe, 0xbebf, + 0xbec0, 0xbec1, 0xbec2, 0xbec3, + 0xbec4, 0x0000, 0xbec5, 0xbec6, + 0xbec7, 0xbec8, 0xbec9, 0xbeca, + 0xbecb, 0xbecc, 0xbecd, 0xbece, + 0xbecf, 0x0000, 0x0000, 0x0000, + 0xbed0, 0xbed1, 0xbed2, 0xbed3, + 0xbed4, 0xbed5, 0xbed6, 0xbed7, + 0xbed8, 0xbed9, 0xbeda, 0xbedb, + 0xbedc, 0xbedd, 0xbede, 0xbedf, + 0xbee0, 0x0000, 0xbee1, 0xbee2, + 0xbee3, 0xbee4, 0xbee5, 0xbee6, + 0xbee7, 0xbee8, 0xbee9, 0xbeea, + 0xbeeb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbeec, 0xbeed, 0xbeee, 0xbeef, + 0xbef0, 0xbef1, 0xbef2, 0xbef3, + 0xbef4, 0xbef5, 0xbef6, 0xbef7, + 0xbef8, 0xbef9, 0xbefa, 0xbefb, + 0xbefc, 0x0000, 0xbefd, 0xbefe, + 0xbeff, 0xbf00, 0xbf01, 0xbf02, + 0xbf03, 0xbf04, 0xbf05, 0xbf06, + 0xbf07, 0x0000, 0x0000, 0x0000, + 0xbf08, 0xbf09, 0xbf0a, 0xbf0b, + 0xbf0c, 0xbf0d, 0xbf0e, 0xbf0f, + 0xbf10, 0xbf11, 0xbf12, 0xbf13, + 0xbf14, 0xbf15, 0xbf16, 0xbf17, + 0xbf18, 0x0000, 0xbf19, 0xbf1a, + 0xbf1b, 0xbf1c, 0xbf1d, 0xbf1e, + 0xbf1f, 0xbf20, 0xbf21, 0xbf22, + 0xbf23, 0x0000, 0x0000, 0x0000, + 0xbf24, 0xbf25, 0xbf26, 0xbf27, + 0xbf28, 0xbf29, 0xbf2a, 0xbf2b, + 0xbf2c, 0xbf2d, 0xbf2e, 0xbf2f, + 0xbf30, 0xbf31, 0xbf32, 0xbf33, + 0xbf34, 0x0000, 0xbf35, 0xbf36, + 0xbf37, 0xbf38, 0xbf39, 0xbf3a, + 0xbf3b, 0xbf3c, 0xbf3d, 0xbf3e, + 0xbf3f, 0x0000, 0x0000, 0x0000, + 0xbf40, 0xbf41, 0xbf42, 0xbf43, + 0xbf44, 0xbf45, 0xbf46, 0xbf47, + 0xbf48, 0xbf49, 0xbf4a, 0xbf4b, + 0xbf4c, 0xbf4d, 0xbf4e, 0xbf4f, + 0xbf50, 0x0000, 0xbf51, 0xbf52, + 0xbf53, 0xbf54, 0xbf55, 0xbf56, + 0xbf57, 0xbf58, 0xbf59, 0xbf5a, + 0xbf5b, 0x0000, 0x0000, 0x0000, + 0xbf5c, 0xbf5d, 0xbf5e, 0xbf5f, + 0xbf60, 0xbf61, 0xbf62, 0xbf63, + 0xbf64, 0xbf65, 0xbf66, 0xbf67, + 0xbf68, 0xbf69, 0xbf6a, 0xbf6b, + 0xbf6c, 0x0000, 0xbf6d, 0xbf6e, + 0xbf6f, 0xbf70, 0xbf71, 0xbf72, + 0xbf73, 0xbf74, 0xbf75, 0xbf76, + 0xbf77, 0x0000, 0x0000, 0x0000, + 0xbf78, 0xbf79, 0xbf7a, 0xbf7b, + 0xbf7c, 0xbf7d, 0xbf7e, 0xbf7f, + 0xbf80, 0xbf81, 0xbf82, 0xbf83, + 0xbf84, 0xbf85, 0xbf86, 0xbf87, + 0xbf88, 0x0000, 0xbf89, 0xbf8a, + 0xbf8b, 0xbf8c, 0xbf8d, 0xbf8e, + 0xbf8f, 0xbf90, 0xbf91, 0xbf92, + 0xbf93, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xbf94, 0xbf95, 0xbf96, 0xbf97, + 0xbf98, 0xbf99, 0xbf9a, 0xbf9b, + 0xbf9c, 0xbf9d, 0xbf9e, 0xbf9f, + 0xbfa0, 0xbfa1, 0xbfa2, 0xbfa3, + 0xbfa4, 0x0000, 0xbfa5, 0xbfa6, + 0xbfa7, 0xbfa8, 0xbfa9, 0xbfaa, + 0xbfab, 0xbfac, 0xbfad, 0xbfae, + 0xbfaf, 0x0000, 0x0000, 0x0000, + 0xbfb0, 0xbfb1, 0xbfb2, 0xbfb3, + 0xbfb4, 0xbfb5, 0xbfb6, 0xbfb7, + 0xbfb8, 0xbfb9, 0xbfba, 0xbfbb, + 0xbfbc, 0xbfbd, 0xbfbe, 0xbfbf, + 0xbfc0, 0x0000, 0xbfc1, 0xbfc2, + 0xbfc3, 0xbfc4, 0xbfc5, 0xbfc6, + 0xbfc7, 0xbfc8, 0xbfc9, 0xbfca, + 0xbfcb, 0x0000, 0x0000, 0x0000, + 0xbfcc, 0xbfcd, 0xbfce, 0xbfcf, + 0xbfd0, 0xbfd1, 0xbfd2, 0xbfd3, + 0xbfd4, 0xbfd5, 0xbfd6, 0xbfd7, + 0xbfd8, 0xbfd9, 0xbfda, 0xbfdb, + 0xbfdc, 0x0000, 0xbfdd, 0xbfde, + 0xbfdf, 0xbfe0, 0xbfe1, 0xbfe2, + 0xbfe3, 0xbfe4, 0xbfe5, 0xbfe6, + 0xbfe7, 0x0000, 0x0000, 0x0000, + 0xbfe8, 0xbfe9, 0xbfea, 0xbfeb, + 0xbfec, 0xbfed, 0xbfee, 0xbfef, + 0xbff0, 0xbff1, 0xbff2, 0xbff3, + 0xbff4, 0xbff5, 0xbff6, 0xbff7, + 0xbff8, 0x0000, 0xbff9, 0xbffa, + 0xbffb, 0xbffc, 0xbffd, 0xbffe, + 0xbfff, 0xc000, 0xc001, 0xc002, + 0xc003, 0x0000, 0x0000, 0x0000, + 0xc004, 0xc005, 0xc006, 0xc007, + 0xc008, 0xc009, 0xc00a, 0xc00b, + 0xc00c, 0xc00d, 0xc00e, 0xc00f, + 0xc010, 0xc011, 0xc012, 0xc013, + 0xc014, 0x0000, 0xc015, 0xc016, + 0xc017, 0xc018, 0xc019, 0xc01a, + 0xc01b, 0xc01c, 0xc01d, 0xc01e, + 0xc01f, 0x0000, 0x0000, 0x0000, + 0xc020, 0xc021, 0xc022, 0xc023, + 0xc024, 0xc025, 0xc026, 0xc027, + 0xc028, 0xc029, 0xc02a, 0xc02b, + 0xc02c, 0xc02d, 0xc02e, 0xc02f, + 0xc030, 0x0000, 0xc031, 0xc032, + 0xc033, 0xc034, 0xc035, 0xc036, + 0xc037, 0xc038, 0xc039, 0xc03a, + 0xc03b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc03c, 0xc03d, 0xc03e, 0xc03f, + 0xc040, 0xc041, 0xc042, 0xc043, + 0xc044, 0xc045, 0xc046, 0xc047, + 0xc048, 0xc049, 0xc04a, 0xc04b, + 0xc04c, 0x0000, 0xc04d, 0xc04e, + 0xc04f, 0xc050, 0xc051, 0xc052, + 0xc053, 0xc054, 0xc055, 0xc056, + 0xc057, 0x0000, 0x0000, 0x0000, + 0xc058, 0xc059, 0xc05a, 0xc05b, + 0xc05c, 0xc05d, 0xc05e, 0xc05f, + 0xc060, 0xc061, 0xc062, 0xc063, + 0xc064, 0xc065, 0xc066, 0xc067, + 0xc068, 0x0000, 0xc069, 0xc06a, + 0xc06b, 0xc06c, 0xc06d, 0xc06e, + 0xc06f, 0xc070, 0xc071, 0xc072, + 0xc073, 0x0000, 0x0000, 0x0000, + 0xc074, 0xc075, 0xc076, 0xc077, + 0xc078, 0xc079, 0xc07a, 0xc07b, + 0xc07c, 0xc07d, 0xc07e, 0xc07f, + 0xc080, 0xc081, 0xc082, 0xc083, + 0xc084, 0x0000, 0xc085, 0xc086, + 0xc087, 0xc088, 0xc089, 0xc08a, + 0xc08b, 0xc08c, 0xc08d, 0xc08e, + 0xc08f, 0x0000, 0x0000, 0x0000, + 0xc090, 0xc091, 0xc092, 0xc093, + 0xc094, 0xc095, 0xc096, 0xc097, + 0xc098, 0xc099, 0xc09a, 0xc09b, + 0xc09c, 0xc09d, 0xc09e, 0xc09f, + 0xc0a0, 0x0000, 0xc0a1, 0xc0a2, + 0xc0a3, 0xc0a4, 0xc0a5, 0xc0a6, + 0xc0a7, 0xc0a8, 0xc0a9, 0xc0aa, + 0xc0ab, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3145, 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, + 0xc0ac, 0xc0ad, 0xc0ae, 0xc0af, + 0xc0b0, 0xc0b1, 0xc0b2, 0xc0b3, + 0xc0b4, 0xc0b5, 0xc0b6, 0xc0b7, + 0xc0b8, 0xc0b9, 0xc0ba, 0xc0bb, + 0xc0bc, 0x0000, 0xc0bd, 0xc0be, + 0xc0bf, 0xc0c0, 0xc0c1, 0xc0c2, + 0xc0c3, 0xc0c4, 0xc0c5, 0xc0c6, + 0xc0c7, 0x0000, 0x0000, 0x0000, + 0xc0c8, 0xc0c9, 0xc0ca, 0xc0cb, + 0xc0cc, 0xc0cd, 0xc0ce, 0xc0cf, + 0xc0d0, 0xc0d1, 0xc0d2, 0xc0d3, + 0xc0d4, 0xc0d5, 0xc0d6, 0xc0d7, + 0xc0d8, 0x0000, 0xc0d9, 0xc0da, + 0xc0db, 0xc0dc, 0xc0dd, 0xc0de, + 0xc0df, 0xc0e0, 0xc0e1, 0xc0e2, + 0xc0e3, 0x0000, 0x0000, 0x0000, + 0xc0e4, 0xc0e5, 0xc0e6, 0xc0e7, + 0xc0e8, 0xc0e9, 0xc0ea, 0xc0eb, + 0xc0ec, 0xc0ed, 0xc0ee, 0xc0ef, + 0xc0f0, 0xc0f1, 0xc0f2, 0xc0f3, + 0xc0f4, 0x0000, 0xc0f5, 0xc0f6, + 0xc0f7, 0xc0f8, 0xc0f9, 0xc0fa, + 0xc0fb, 0xc0fc, 0xc0fd, 0xc0fe, + 0xc0ff, 0x0000, 0x0000, 0x0000, + 0xc100, 0xc101, 0xc102, 0xc103, + 0xc104, 0xc105, 0xc106, 0xc107, + 0xc108, 0xc109, 0xc10a, 0xc10b, + 0xc10c, 0xc10d, 0xc10e, 0xc10f, + 0xc110, 0x0000, 0xc111, 0xc112, + 0xc113, 0xc114, 0xc115, 0xc116, + 0xc117, 0xc118, 0xc119, 0xc11a, + 0xc11b, 0x0000, 0x0000, 0x0000, + 0xc11c, 0xc11d, 0xc11e, 0xc11f, + 0xc120, 0xc121, 0xc122, 0xc123, + 0xc124, 0xc125, 0xc126, 0xc127, + 0xc128, 0xc129, 0xc12a, 0xc12b, + 0xc12c, 0x0000, 0xc12d, 0xc12e, + 0xc12f, 0xc130, 0xc131, 0xc132, + 0xc133, 0xc134, 0xc135, 0xc136, + 0xc137, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc138, 0xc139, 0xc13a, 0xc13b, + 0xc13c, 0xc13d, 0xc13e, 0xc13f, + 0xc140, 0xc141, 0xc142, 0xc143, + 0xc144, 0xc145, 0xc146, 0xc147, + 0xc148, 0x0000, 0xc149, 0xc14a, + 0xc14b, 0xc14c, 0xc14d, 0xc14e, + 0xc14f, 0xc150, 0xc151, 0xc152, + 0xc153, 0x0000, 0x0000, 0x0000, + 0xc154, 0xc155, 0xc156, 0xc157, + 0xc158, 0xc159, 0xc15a, 0xc15b, + 0xc15c, 0xc15d, 0xc15e, 0xc15f, + 0xc160, 0xc161, 0xc162, 0xc163, + 0xc164, 0x0000, 0xc165, 0xc166, + 0xc167, 0xc168, 0xc169, 0xc16a, + 0xc16b, 0xc16c, 0xc16d, 0xc16e, + 0xc16f, 0x0000, 0x0000, 0x0000, + 0xc170, 0xc171, 0xc172, 0xc173, + 0xc174, 0xc175, 0xc176, 0xc177, + 0xc178, 0xc179, 0xc17a, 0xc17b, + 0xc17c, 0xc17d, 0xc17e, 0xc17f, + 0xc180, 0x0000, 0xc181, 0xc182, + 0xc183, 0xc184, 0xc185, 0xc186, + 0xc187, 0xc188, 0xc189, 0xc18a, + 0xc18b, 0x0000, 0x0000, 0x0000, + 0xc18c, 0xc18d, 0xc18e, 0xc18f, + 0xc190, 0xc191, 0xc192, 0xc193, + 0xc194, 0xc195, 0xc196, 0xc197, + 0xc198, 0xc199, 0xc19a, 0xc19b, + 0xc19c, 0x0000, 0xc19d, 0xc19e, + 0xc19f, 0xc1a0, 0xc1a1, 0xc1a2, + 0xc1a3, 0xc1a4, 0xc1a5, 0xc1a6, + 0xc1a7, 0x0000, 0x0000, 0x0000, + 0xc1a8, 0xc1a9, 0xc1aa, 0xc1ab, + 0xc1ac, 0xc1ad, 0xc1ae, 0xc1af, + 0xc1b0, 0xc1b1, 0xc1b2, 0xc1b3, + 0xc1b4, 0xc1b5, 0xc1b6, 0xc1b7, + 0xc1b8, 0x0000, 0xc1b9, 0xc1ba, + 0xc1bb, 0xc1bc, 0xc1bd, 0xc1be, + 0xc1bf, 0xc1c0, 0xc1c1, 0xc1c2, + 0xc1c3, 0x0000, 0x0000, 0x0000, + 0xc1c4, 0xc1c5, 0xc1c6, 0xc1c7, + 0xc1c8, 0xc1c9, 0xc1ca, 0xc1cb, + 0xc1cc, 0xc1cd, 0xc1ce, 0xc1cf, + 0xc1d0, 0xc1d1, 0xc1d2, 0xc1d3, + 0xc1d4, 0x0000, 0xc1d5, 0xc1d6, + 0xc1d7, 0xc1d8, 0xc1d9, 0xc1da, + 0xc1db, 0xc1dc, 0xc1dd, 0xc1de, + 0xc1df, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc1e0, 0xc1e1, 0xc1e2, 0xc1e3, + 0xc1e4, 0xc1e5, 0xc1e6, 0xc1e7, + 0xc1e8, 0xc1e9, 0xc1ea, 0xc1eb, + 0xc1ec, 0xc1ed, 0xc1ee, 0xc1ef, + 0xc1f0, 0x0000, 0xc1f1, 0xc1f2, + 0xc1f3, 0xc1f4, 0xc1f5, 0xc1f6, + 0xc1f7, 0xc1f8, 0xc1f9, 0xc1fa, + 0xc1fb, 0x0000, 0x0000, 0x0000, + 0xc1fc, 0xc1fd, 0xc1fe, 0xc1ff, + 0xc200, 0xc201, 0xc202, 0xc203, + 0xc204, 0xc205, 0xc206, 0xc207, + 0xc208, 0xc209, 0xc20a, 0xc20b, + 0xc20c, 0x0000, 0xc20d, 0xc20e, + 0xc20f, 0xc210, 0xc211, 0xc212, + 0xc213, 0xc214, 0xc215, 0xc216, + 0xc217, 0x0000, 0x0000, 0x0000, + 0xc218, 0xc219, 0xc21a, 0xc21b, + 0xc21c, 0xc21d, 0xc21e, 0xc21f, + 0xc220, 0xc221, 0xc222, 0xc223, + 0xc224, 0xc225, 0xc226, 0xc227, + 0xc228, 0x0000, 0xc229, 0xc22a, + 0xc22b, 0xc22c, 0xc22d, 0xc22e, + 0xc22f, 0xc230, 0xc231, 0xc232, + 0xc233, 0x0000, 0x0000, 0x0000, + 0xc234, 0xc235, 0xc236, 0xc237, + 0xc238, 0xc239, 0xc23a, 0xc23b, + 0xc23c, 0xc23d, 0xc23e, 0xc23f, + 0xc240, 0xc241, 0xc242, 0xc243, + 0xc244, 0x0000, 0xc245, 0xc246, + 0xc247, 0xc248, 0xc249, 0xc24a, + 0xc24b, 0xc24c, 0xc24d, 0xc24e, + 0xc24f, 0x0000, 0x0000, 0x0000, + 0xc250, 0xc251, 0xc252, 0xc253, + 0xc254, 0xc255, 0xc256, 0xc257, + 0xc258, 0xc259, 0xc25a, 0xc25b, + 0xc25c, 0xc25d, 0xc25e, 0xc25f, + 0xc260, 0x0000, 0xc261, 0xc262, + 0xc263, 0xc264, 0xc265, 0xc266, + 0xc267, 0xc268, 0xc269, 0xc26a, + 0xc26b, 0x0000, 0x0000, 0x0000, + 0xc26c, 0xc26d, 0xc26e, 0xc26f, + 0xc270, 0xc271, 0xc272, 0xc273, + 0xc274, 0xc275, 0xc276, 0xc277, + 0xc278, 0xc279, 0xc27a, 0xc27b, + 0xc27c, 0x0000, 0xc27d, 0xc27e, + 0xc27f, 0xc280, 0xc281, 0xc282, + 0xc283, 0xc284, 0xc285, 0xc286, + 0xc287, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc288, 0xc289, 0xc28a, 0xc28b, + 0xc28c, 0xc28d, 0xc28e, 0xc28f, + 0xc290, 0xc291, 0xc292, 0xc293, + 0xc294, 0xc295, 0xc296, 0xc297, + 0xc298, 0x0000, 0xc299, 0xc29a, + 0xc29b, 0xc29c, 0xc29d, 0xc29e, + 0xc29f, 0xc2a0, 0xc2a1, 0xc2a2, + 0xc2a3, 0x0000, 0x0000, 0x0000, + 0xc2a4, 0xc2a5, 0xc2a6, 0xc2a7, + 0xc2a8, 0xc2a9, 0xc2aa, 0xc2ab, + 0xc2ac, 0xc2ad, 0xc2ae, 0xc2af, + 0xc2b0, 0xc2b1, 0xc2b2, 0xc2b3, + 0xc2b4, 0x0000, 0xc2b5, 0xc2b6, + 0xc2b7, 0xc2b8, 0xc2b9, 0xc2ba, + 0xc2bb, 0xc2bc, 0xc2bd, 0xc2be, + 0xc2bf, 0x0000, 0x0000, 0x0000, + 0xc2c0, 0xc2c1, 0xc2c2, 0xc2c3, + 0xc2c4, 0xc2c5, 0xc2c6, 0xc2c7, + 0xc2c8, 0xc2c9, 0xc2ca, 0xc2cb, + 0xc2cc, 0xc2cd, 0xc2ce, 0xc2cf, + 0xc2d0, 0x0000, 0xc2d1, 0xc2d2, + 0xc2d3, 0xc2d4, 0xc2d5, 0xc2d6, + 0xc2d7, 0xc2d8, 0xc2d9, 0xc2da, + 0xc2db, 0x0000, 0x0000, 0x0000, + 0xc2dc, 0xc2dd, 0xc2de, 0xc2df, + 0xc2e0, 0xc2e1, 0xc2e2, 0xc2e3, + 0xc2e4, 0xc2e5, 0xc2e6, 0xc2e7, + 0xc2e8, 0xc2e9, 0xc2ea, 0xc2eb, + 0xc2ec, 0x0000, 0xc2ed, 0xc2ee, + 0xc2ef, 0xc2f0, 0xc2f1, 0xc2f2, + 0xc2f3, 0xc2f4, 0xc2f5, 0xc2f6, + 0xc2f7, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3146, 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, + 0xc2f8, 0xc2f9, 0xc2fa, 0xc2fb, + 0xc2fc, 0xc2fd, 0xc2fe, 0xc2ff, + 0xc300, 0xc301, 0xc302, 0xc303, + 0xc304, 0xc305, 0xc306, 0xc307, + 0xc308, 0x0000, 0xc309, 0xc30a, + 0xc30b, 0xc30c, 0xc30d, 0xc30e, + 0xc30f, 0xc310, 0xc311, 0xc312, + 0xc313, 0x0000, 0x0000, 0x0000, + 0xc314, 0xc315, 0xc316, 0xc317, + 0xc318, 0xc319, 0xc31a, 0xc31b, + 0xc31c, 0xc31d, 0xc31e, 0xc31f, + 0xc320, 0xc321, 0xc322, 0xc323, + 0xc324, 0x0000, 0xc325, 0xc326, + 0xc327, 0xc328, 0xc329, 0xc32a, + 0xc32b, 0xc32c, 0xc32d, 0xc32e, + 0xc32f, 0x0000, 0x0000, 0x0000, + 0xc330, 0xc331, 0xc332, 0xc333, + 0xc334, 0xc335, 0xc336, 0xc337, + 0xc338, 0xc339, 0xc33a, 0xc33b, + 0xc33c, 0xc33d, 0xc33e, 0xc33f, + 0xc340, 0x0000, 0xc341, 0xc342, + 0xc343, 0xc344, 0xc345, 0xc346, + 0xc347, 0xc348, 0xc349, 0xc34a, + 0xc34b, 0x0000, 0x0000, 0x0000, + 0xc34c, 0xc34d, 0xc34e, 0xc34f, + 0xc350, 0xc351, 0xc352, 0xc353, + 0xc354, 0xc355, 0xc356, 0xc357, + 0xc358, 0xc359, 0xc35a, 0xc35b, + 0xc35c, 0x0000, 0xc35d, 0xc35e, + 0xc35f, 0xc360, 0xc361, 0xc362, + 0xc363, 0xc364, 0xc365, 0xc366, + 0xc367, 0x0000, 0x0000, 0x0000, + 0xc368, 0xc369, 0xc36a, 0xc36b, + 0xc36c, 0xc36d, 0xc36e, 0xc36f, + 0xc370, 0xc371, 0xc372, 0xc373, + 0xc374, 0xc375, 0xc376, 0xc377, + 0xc378, 0x0000, 0xc379, 0xc37a, + 0xc37b, 0xc37c, 0xc37d, 0xc37e, + 0xc37f, 0xc380, 0xc381, 0xc382, + 0xc383, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc384, 0xc385, 0xc386, 0xc387, + 0xc388, 0xc389, 0xc38a, 0xc38b, + 0xc38c, 0xc38d, 0xc38e, 0xc38f, + 0xc390, 0xc391, 0xc392, 0xc393, + 0xc394, 0x0000, 0xc395, 0xc396, + 0xc397, 0xc398, 0xc399, 0xc39a, + 0xc39b, 0xc39c, 0xc39d, 0xc39e, + 0xc39f, 0x0000, 0x0000, 0x0000, + 0xc3a0, 0xc3a1, 0xc3a2, 0xc3a3, + 0xc3a4, 0xc3a5, 0xc3a6, 0xc3a7, + 0xc3a8, 0xc3a9, 0xc3aa, 0xc3ab, + 0xc3ac, 0xc3ad, 0xc3ae, 0xc3af, + 0xc3b0, 0x0000, 0xc3b1, 0xc3b2, + 0xc3b3, 0xc3b4, 0xc3b5, 0xc3b6, + 0xc3b7, 0xc3b8, 0xc3b9, 0xc3ba, + 0xc3bb, 0x0000, 0x0000, 0x0000, + 0xc3bc, 0xc3bd, 0xc3be, 0xc3bf, + 0xc3c0, 0xc3c1, 0xc3c2, 0xc3c3, + 0xc3c4, 0xc3c5, 0xc3c6, 0xc3c7, + 0xc3c8, 0xc3c9, 0xc3ca, 0xc3cb, + 0xc3cc, 0x0000, 0xc3cd, 0xc3ce, + 0xc3cf, 0xc3d0, 0xc3d1, 0xc3d2, + 0xc3d3, 0xc3d4, 0xc3d5, 0xc3d6, + 0xc3d7, 0x0000, 0x0000, 0x0000, + 0xc3d8, 0xc3d9, 0xc3da, 0xc3db, + 0xc3dc, 0xc3dd, 0xc3de, 0xc3df, + 0xc3e0, 0xc3e1, 0xc3e2, 0xc3e3, + 0xc3e4, 0xc3e5, 0xc3e6, 0xc3e7, + 0xc3e8, 0x0000, 0xc3e9, 0xc3ea, + 0xc3eb, 0xc3ec, 0xc3ed, 0xc3ee, + 0xc3ef, 0xc3f0, 0xc3f1, 0xc3f2, + 0xc3f3, 0x0000, 0x0000, 0x0000, + 0xc3f4, 0xc3f5, 0xc3f6, 0xc3f7, + 0xc3f8, 0xc3f9, 0xc3fa, 0xc3fb, + 0xc3fc, 0xc3fd, 0xc3fe, 0xc3ff, + 0xc400, 0xc401, 0xc402, 0xc403, + 0xc404, 0x0000, 0xc405, 0xc406, + 0xc407, 0xc408, 0xc409, 0xc40a, + 0xc40b, 0xc40c, 0xc40d, 0xc40e, + 0xc40f, 0x0000, 0x0000, 0x0000, + 0xc410, 0xc411, 0xc412, 0xc413, + 0xc414, 0xc415, 0xc416, 0xc417, + 0xc418, 0xc419, 0xc41a, 0xc41b, + 0xc41c, 0xc41d, 0xc41e, 0xc41f, + 0xc420, 0x0000, 0xc421, 0xc422, + 0xc423, 0xc424, 0xc425, 0xc426, + 0xc427, 0xc428, 0xc429, 0xc42a, + 0xc42b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc42c, 0xc42d, 0xc42e, 0xc42f, + 0xc430, 0xc431, 0xc432, 0xc433, + 0xc434, 0xc435, 0xc436, 0xc437, + 0xc438, 0xc439, 0xc43a, 0xc43b, + 0xc43c, 0x0000, 0xc43d, 0xc43e, + 0xc43f, 0xc440, 0xc441, 0xc442, + 0xc443, 0xc444, 0xc445, 0xc446, + 0xc447, 0x0000, 0x0000, 0x0000, + 0xc448, 0xc449, 0xc44a, 0xc44b, + 0xc44c, 0xc44d, 0xc44e, 0xc44f, + 0xc450, 0xc451, 0xc452, 0xc453, + 0xc454, 0xc455, 0xc456, 0xc457, + 0xc458, 0x0000, 0xc459, 0xc45a, + 0xc45b, 0xc45c, 0xc45d, 0xc45e, + 0xc45f, 0xc460, 0xc461, 0xc462, + 0xc463, 0x0000, 0x0000, 0x0000, + 0xc464, 0xc465, 0xc466, 0xc467, + 0xc468, 0xc469, 0xc46a, 0xc46b, + 0xc46c, 0xc46d, 0xc46e, 0xc46f, + 0xc470, 0xc471, 0xc472, 0xc473, + 0xc474, 0x0000, 0xc475, 0xc476, + 0xc477, 0xc478, 0xc479, 0xc47a, + 0xc47b, 0xc47c, 0xc47d, 0xc47e, + 0xc47f, 0x0000, 0x0000, 0x0000, + 0xc480, 0xc481, 0xc482, 0xc483, + 0xc484, 0xc485, 0xc486, 0xc487, + 0xc488, 0xc489, 0xc48a, 0xc48b, + 0xc48c, 0xc48d, 0xc48e, 0xc48f, + 0xc490, 0x0000, 0xc491, 0xc492, + 0xc493, 0xc494, 0xc495, 0xc496, + 0xc497, 0xc498, 0xc499, 0xc49a, + 0xc49b, 0x0000, 0x0000, 0x0000, + 0xc49c, 0xc49d, 0xc49e, 0xc49f, + 0xc4a0, 0xc4a1, 0xc4a2, 0xc4a3, + 0xc4a4, 0xc4a5, 0xc4a6, 0xc4a7, + 0xc4a8, 0xc4a9, 0xc4aa, 0xc4ab, + 0xc4ac, 0x0000, 0xc4ad, 0xc4ae, + 0xc4af, 0xc4b0, 0xc4b1, 0xc4b2, + 0xc4b3, 0xc4b4, 0xc4b5, 0xc4b6, + 0xc4b7, 0x0000, 0x0000, 0x0000, + 0xc4b8, 0xc4b9, 0xc4ba, 0xc4bb, + 0xc4bc, 0xc4bd, 0xc4be, 0xc4bf, + 0xc4c0, 0xc4c1, 0xc4c2, 0xc4c3, + 0xc4c4, 0xc4c5, 0xc4c6, 0xc4c7, + 0xc4c8, 0x0000, 0xc4c9, 0xc4ca, + 0xc4cb, 0xc4cc, 0xc4cd, 0xc4ce, + 0xc4cf, 0xc4d0, 0xc4d1, 0xc4d2, + 0xc4d3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc4d4, 0xc4d5, 0xc4d6, 0xc4d7, + 0xc4d8, 0xc4d9, 0xc4da, 0xc4db, + 0xc4dc, 0xc4dd, 0xc4de, 0xc4df, + 0xc4e0, 0xc4e1, 0xc4e2, 0xc4e3, + 0xc4e4, 0x0000, 0xc4e5, 0xc4e6, + 0xc4e7, 0xc4e8, 0xc4e9, 0xc4ea, + 0xc4eb, 0xc4ec, 0xc4ed, 0xc4ee, + 0xc4ef, 0x0000, 0x0000, 0x0000, + 0xc4f0, 0xc4f1, 0xc4f2, 0xc4f3, + 0xc4f4, 0xc4f5, 0xc4f6, 0xc4f7, + 0xc4f8, 0xc4f9, 0xc4fa, 0xc4fb, + 0xc4fc, 0xc4fd, 0xc4fe, 0xc4ff, + 0xc500, 0x0000, 0xc501, 0xc502, + 0xc503, 0xc504, 0xc505, 0xc506, + 0xc507, 0xc508, 0xc509, 0xc50a, + 0xc50b, 0x0000, 0x0000, 0x0000, + 0xc50c, 0xc50d, 0xc50e, 0xc50f, + 0xc510, 0xc511, 0xc512, 0xc513, + 0xc514, 0xc515, 0xc516, 0xc517, + 0xc518, 0xc519, 0xc51a, 0xc51b, + 0xc51c, 0x0000, 0xc51d, 0xc51e, + 0xc51f, 0xc520, 0xc521, 0xc522, + 0xc523, 0xc524, 0xc525, 0xc526, + 0xc527, 0x0000, 0x0000, 0x0000, + 0xc528, 0xc529, 0xc52a, 0xc52b, + 0xc52c, 0xc52d, 0xc52e, 0xc52f, + 0xc530, 0xc531, 0xc532, 0xc533, + 0xc534, 0xc535, 0xc536, 0xc537, + 0xc538, 0x0000, 0xc539, 0xc53a, + 0xc53b, 0xc53c, 0xc53d, 0xc53e, + 0xc53f, 0xc540, 0xc541, 0xc542, + 0xc543, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3147, 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, + 0xc544, 0xc545, 0xc546, 0xc547, + 0xc548, 0xc549, 0xc54a, 0xc54b, + 0xc54c, 0xc54d, 0xc54e, 0xc54f, + 0xc550, 0xc551, 0xc552, 0xc553, + 0xc554, 0x0000, 0xc555, 0xc556, + 0xc557, 0xc558, 0xc559, 0xc55a, + 0xc55b, 0xc55c, 0xc55d, 0xc55e, + 0xc55f, 0x0000, 0x0000, 0x0000, + 0xc560, 0xc561, 0xc562, 0xc563, + 0xc564, 0xc565, 0xc566, 0xc567, + 0xc568, 0xc569, 0xc56a, 0xc56b, + 0xc56c, 0xc56d, 0xc56e, 0xc56f, + 0xc570, 0x0000, 0xc571, 0xc572, + 0xc573, 0xc574, 0xc575, 0xc576, + 0xc577, 0xc578, 0xc579, 0xc57a, + 0xc57b, 0x0000, 0x0000, 0x0000, + 0xc57c, 0xc57d, 0xc57e, 0xc57f, + 0xc580, 0xc581, 0xc582, 0xc583, + 0xc584, 0xc585, 0xc586, 0xc587, + 0xc588, 0xc589, 0xc58a, 0xc58b, + 0xc58c, 0x0000, 0xc58d, 0xc58e, + 0xc58f, 0xc590, 0xc591, 0xc592, + 0xc593, 0xc594, 0xc595, 0xc596, + 0xc597, 0x0000, 0x0000, 0x0000, + 0xc598, 0xc599, 0xc59a, 0xc59b, + 0xc59c, 0xc59d, 0xc59e, 0xc59f, + 0xc5a0, 0xc5a1, 0xc5a2, 0xc5a3, + 0xc5a4, 0xc5a5, 0xc5a6, 0xc5a7, + 0xc5a8, 0x0000, 0xc5a9, 0xc5aa, + 0xc5ab, 0xc5ac, 0xc5ad, 0xc5ae, + 0xc5af, 0xc5b0, 0xc5b1, 0xc5b2, + 0xc5b3, 0x0000, 0x0000, 0x0000, + 0xc5b4, 0xc5b5, 0xc5b6, 0xc5b7, + 0xc5b8, 0xc5b9, 0xc5ba, 0xc5bb, + 0xc5bc, 0xc5bd, 0xc5be, 0xc5bf, + 0xc5c0, 0xc5c1, 0xc5c2, 0xc5c3, + 0xc5c4, 0x0000, 0xc5c5, 0xc5c6, + 0xc5c7, 0xc5c8, 0xc5c9, 0xc5ca, + 0xc5cb, 0xc5cc, 0xc5cd, 0xc5ce, + 0xc5cf, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc5d0, 0xc5d1, 0xc5d2, 0xc5d3, + 0xc5d4, 0xc5d5, 0xc5d6, 0xc5d7, + 0xc5d8, 0xc5d9, 0xc5da, 0xc5db, + 0xc5dc, 0xc5dd, 0xc5de, 0xc5df, + 0xc5e0, 0x0000, 0xc5e1, 0xc5e2, + 0xc5e3, 0xc5e4, 0xc5e5, 0xc5e6, + 0xc5e7, 0xc5e8, 0xc5e9, 0xc5ea, + 0xc5eb, 0x0000, 0x0000, 0x0000, + 0xc5ec, 0xc5ed, 0xc5ee, 0xc5ef, + 0xc5f0, 0xc5f1, 0xc5f2, 0xc5f3, + 0xc5f4, 0xc5f5, 0xc5f6, 0xc5f7, + 0xc5f8, 0xc5f9, 0xc5fa, 0xc5fb, + 0xc5fc, 0x0000, 0xc5fd, 0xc5fe, + 0xc5ff, 0xc600, 0xc601, 0xc602, + 0xc603, 0xc604, 0xc605, 0xc606, + 0xc607, 0x0000, 0x0000, 0x0000, + 0xc608, 0xc609, 0xc60a, 0xc60b, + 0xc60c, 0xc60d, 0xc60e, 0xc60f, + 0xc610, 0xc611, 0xc612, 0xc613, + 0xc614, 0xc615, 0xc616, 0xc617, + 0xc618, 0x0000, 0xc619, 0xc61a, + 0xc61b, 0xc61c, 0xc61d, 0xc61e, + 0xc61f, 0xc620, 0xc621, 0xc622, + 0xc623, 0x0000, 0x0000, 0x0000, + 0xc624, 0xc625, 0xc626, 0xc627, + 0xc628, 0xc629, 0xc62a, 0xc62b, + 0xc62c, 0xc62d, 0xc62e, 0xc62f, + 0xc630, 0xc631, 0xc632, 0xc633, + 0xc634, 0x0000, 0xc635, 0xc636, + 0xc637, 0xc638, 0xc639, 0xc63a, + 0xc63b, 0xc63c, 0xc63d, 0xc63e, + 0xc63f, 0x0000, 0x0000, 0x0000, + 0xc640, 0xc641, 0xc642, 0xc643, + 0xc644, 0xc645, 0xc646, 0xc647, + 0xc648, 0xc649, 0xc64a, 0xc64b, + 0xc64c, 0xc64d, 0xc64e, 0xc64f, + 0xc650, 0x0000, 0xc651, 0xc652, + 0xc653, 0xc654, 0xc655, 0xc656, + 0xc657, 0xc658, 0xc659, 0xc65a, + 0xc65b, 0x0000, 0x0000, 0x0000, + 0xc65c, 0xc65d, 0xc65e, 0xc65f, + 0xc660, 0xc661, 0xc662, 0xc663, + 0xc664, 0xc665, 0xc666, 0xc667, + 0xc668, 0xc669, 0xc66a, 0xc66b, + 0xc66c, 0x0000, 0xc66d, 0xc66e, + 0xc66f, 0xc670, 0xc671, 0xc672, + 0xc673, 0xc674, 0xc675, 0xc676, + 0xc677, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc678, 0xc679, 0xc67a, 0xc67b, + 0xc67c, 0xc67d, 0xc67e, 0xc67f, + 0xc680, 0xc681, 0xc682, 0xc683, + 0xc684, 0xc685, 0xc686, 0xc687, + 0xc688, 0x0000, 0xc689, 0xc68a, + 0xc68b, 0xc68c, 0xc68d, 0xc68e, + 0xc68f, 0xc690, 0xc691, 0xc692, + 0xc693, 0x0000, 0x0000, 0x0000, + 0xc694, 0xc695, 0xc696, 0xc697, + 0xc698, 0xc699, 0xc69a, 0xc69b, + 0xc69c, 0xc69d, 0xc69e, 0xc69f, + 0xc6a0, 0xc6a1, 0xc6a2, 0xc6a3, + 0xc6a4, 0x0000, 0xc6a5, 0xc6a6, + 0xc6a7, 0xc6a8, 0xc6a9, 0xc6aa, + 0xc6ab, 0xc6ac, 0xc6ad, 0xc6ae, + 0xc6af, 0x0000, 0x0000, 0x0000, + 0xc6b0, 0xc6b1, 0xc6b2, 0xc6b3, + 0xc6b4, 0xc6b5, 0xc6b6, 0xc6b7, + 0xc6b8, 0xc6b9, 0xc6ba, 0xc6bb, + 0xc6bc, 0xc6bd, 0xc6be, 0xc6bf, + 0xc6c0, 0x0000, 0xc6c1, 0xc6c2, + 0xc6c3, 0xc6c4, 0xc6c5, 0xc6c6, + 0xc6c7, 0xc6c8, 0xc6c9, 0xc6ca, + 0xc6cb, 0x0000, 0x0000, 0x0000, + 0xc6cc, 0xc6cd, 0xc6ce, 0xc6cf, + 0xc6d0, 0xc6d1, 0xc6d2, 0xc6d3, + 0xc6d4, 0xc6d5, 0xc6d6, 0xc6d7, + 0xc6d8, 0xc6d9, 0xc6da, 0xc6db, + 0xc6dc, 0x0000, 0xc6dd, 0xc6de, + 0xc6df, 0xc6e0, 0xc6e1, 0xc6e2, + 0xc6e3, 0xc6e4, 0xc6e5, 0xc6e6, + 0xc6e7, 0x0000, 0x0000, 0x0000, + 0xc6e8, 0xc6e9, 0xc6ea, 0xc6eb, + 0xc6ec, 0xc6ed, 0xc6ee, 0xc6ef, + 0xc6f0, 0xc6f1, 0xc6f2, 0xc6f3, + 0xc6f4, 0xc6f5, 0xc6f6, 0xc6f7, + 0xc6f8, 0x0000, 0xc6f9, 0xc6fa, + 0xc6fb, 0xc6fc, 0xc6fd, 0xc6fe, + 0xc6ff, 0xc700, 0xc701, 0xc702, + 0xc703, 0x0000, 0x0000, 0x0000, + 0xc704, 0xc705, 0xc706, 0xc707, + 0xc708, 0xc709, 0xc70a, 0xc70b, + 0xc70c, 0xc70d, 0xc70e, 0xc70f, + 0xc710, 0xc711, 0xc712, 0xc713, + 0xc714, 0x0000, 0xc715, 0xc716, + 0xc717, 0xc718, 0xc719, 0xc71a, + 0xc71b, 0xc71c, 0xc71d, 0xc71e, + 0xc71f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc720, 0xc721, 0xc722, 0xc723, + 0xc724, 0xc725, 0xc726, 0xc727, + 0xc728, 0xc729, 0xc72a, 0xc72b, + 0xc72c, 0xc72d, 0xc72e, 0xc72f, + 0xc730, 0x0000, 0xc731, 0xc732, + 0xc733, 0xc734, 0xc735, 0xc736, + 0xc737, 0xc738, 0xc739, 0xc73a, + 0xc73b, 0x0000, 0x0000, 0x0000, + 0xc73c, 0xc73d, 0xc73e, 0xc73f, + 0xc740, 0xc741, 0xc742, 0xc743, + 0xc744, 0xc745, 0xc746, 0xc747, + 0xc748, 0xc749, 0xc74a, 0xc74b, + 0xc74c, 0x0000, 0xc74d, 0xc74e, + 0xc74f, 0xc750, 0xc751, 0xc752, + 0xc753, 0xc754, 0xc755, 0xc756, + 0xc757, 0x0000, 0x0000, 0x0000, + 0xc758, 0xc759, 0xc75a, 0xc75b, + 0xc75c, 0xc75d, 0xc75e, 0xc75f, + 0xc760, 0xc761, 0xc762, 0xc763, + 0xc764, 0xc765, 0xc766, 0xc767, + 0xc768, 0x0000, 0xc769, 0xc76a, + 0xc76b, 0xc76c, 0xc76d, 0xc76e, + 0xc76f, 0xc770, 0xc771, 0xc772, + 0xc773, 0x0000, 0x0000, 0x0000, + 0xc774, 0xc775, 0xc776, 0xc777, + 0xc778, 0xc779, 0xc77a, 0xc77b, + 0xc77c, 0xc77d, 0xc77e, 0xc77f, + 0xc780, 0xc781, 0xc782, 0xc783, + 0xc784, 0x0000, 0xc785, 0xc786, + 0xc787, 0xc788, 0xc789, 0xc78a, + 0xc78b, 0xc78c, 0xc78d, 0xc78e, + 0xc78f, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3148, 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, + 0xc790, 0xc791, 0xc792, 0xc793, + 0xc794, 0xc795, 0xc796, 0xc797, + 0xc798, 0xc799, 0xc79a, 0xc79b, + 0xc79c, 0xc79d, 0xc79e, 0xc79f, + 0xc7a0, 0x0000, 0xc7a1, 0xc7a2, + 0xc7a3, 0xc7a4, 0xc7a5, 0xc7a6, + 0xc7a7, 0xc7a8, 0xc7a9, 0xc7aa, + 0xc7ab, 0x0000, 0x0000, 0x0000, + 0xc7ac, 0xc7ad, 0xc7ae, 0xc7af, + 0xc7b0, 0xc7b1, 0xc7b2, 0xc7b3, + 0xc7b4, 0xc7b5, 0xc7b6, 0xc7b7, + 0xc7b8, 0xc7b9, 0xc7ba, 0xc7bb, + 0xc7bc, 0x0000, 0xc7bd, 0xc7be, + 0xc7bf, 0xc7c0, 0xc7c1, 0xc7c2, + 0xc7c3, 0xc7c4, 0xc7c5, 0xc7c6, + 0xc7c7, 0x0000, 0x0000, 0x0000, + 0xc7c8, 0xc7c9, 0xc7ca, 0xc7cb, + 0xc7cc, 0xc7cd, 0xc7ce, 0xc7cf, + 0xc7d0, 0xc7d1, 0xc7d2, 0xc7d3, + 0xc7d4, 0xc7d5, 0xc7d6, 0xc7d7, + 0xc7d8, 0x0000, 0xc7d9, 0xc7da, + 0xc7db, 0xc7dc, 0xc7dd, 0xc7de, + 0xc7df, 0xc7e0, 0xc7e1, 0xc7e2, + 0xc7e3, 0x0000, 0x0000, 0x0000, + 0xc7e4, 0xc7e5, 0xc7e6, 0xc7e7, + 0xc7e8, 0xc7e9, 0xc7ea, 0xc7eb, + 0xc7ec, 0xc7ed, 0xc7ee, 0xc7ef, + 0xc7f0, 0xc7f1, 0xc7f2, 0xc7f3, + 0xc7f4, 0x0000, 0xc7f5, 0xc7f6, + 0xc7f7, 0xc7f8, 0xc7f9, 0xc7fa, + 0xc7fb, 0xc7fc, 0xc7fd, 0xc7fe, + 0xc7ff, 0x0000, 0x0000, 0x0000, + 0xc800, 0xc801, 0xc802, 0xc803, + 0xc804, 0xc805, 0xc806, 0xc807, + 0xc808, 0xc809, 0xc80a, 0xc80b, + 0xc80c, 0xc80d, 0xc80e, 0xc80f, + 0xc810, 0x0000, 0xc811, 0xc812, + 0xc813, 0xc814, 0xc815, 0xc816, + 0xc817, 0xc818, 0xc819, 0xc81a, + 0xc81b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc81c, 0xc81d, 0xc81e, 0xc81f, + 0xc820, 0xc821, 0xc822, 0xc823, + 0xc824, 0xc825, 0xc826, 0xc827, + 0xc828, 0xc829, 0xc82a, 0xc82b, + 0xc82c, 0x0000, 0xc82d, 0xc82e, + 0xc82f, 0xc830, 0xc831, 0xc832, + 0xc833, 0xc834, 0xc835, 0xc836, + 0xc837, 0x0000, 0x0000, 0x0000, + 0xc838, 0xc839, 0xc83a, 0xc83b, + 0xc83c, 0xc83d, 0xc83e, 0xc83f, + 0xc840, 0xc841, 0xc842, 0xc843, + 0xc844, 0xc845, 0xc846, 0xc847, + 0xc848, 0x0000, 0xc849, 0xc84a, + 0xc84b, 0xc84c, 0xc84d, 0xc84e, + 0xc84f, 0xc850, 0xc851, 0xc852, + 0xc853, 0x0000, 0x0000, 0x0000, + 0xc854, 0xc855, 0xc856, 0xc857, + 0xc858, 0xc859, 0xc85a, 0xc85b, + 0xc85c, 0xc85d, 0xc85e, 0xc85f, + 0xc860, 0xc861, 0xc862, 0xc863, + 0xc864, 0x0000, 0xc865, 0xc866, + 0xc867, 0xc868, 0xc869, 0xc86a, + 0xc86b, 0xc86c, 0xc86d, 0xc86e, + 0xc86f, 0x0000, 0x0000, 0x0000, + 0xc870, 0xc871, 0xc872, 0xc873, + 0xc874, 0xc875, 0xc876, 0xc877, + 0xc878, 0xc879, 0xc87a, 0xc87b, + 0xc87c, 0xc87d, 0xc87e, 0xc87f, + 0xc880, 0x0000, 0xc881, 0xc882, + 0xc883, 0xc884, 0xc885, 0xc886, + 0xc887, 0xc888, 0xc889, 0xc88a, + 0xc88b, 0x0000, 0x0000, 0x0000, + 0xc88c, 0xc88d, 0xc88e, 0xc88f, + 0xc890, 0xc891, 0xc892, 0xc893, + 0xc894, 0xc895, 0xc896, 0xc897, + 0xc898, 0xc899, 0xc89a, 0xc89b, + 0xc89c, 0x0000, 0xc89d, 0xc89e, + 0xc89f, 0xc8a0, 0xc8a1, 0xc8a2, + 0xc8a3, 0xc8a4, 0xc8a5, 0xc8a6, + 0xc8a7, 0x0000, 0x0000, 0x0000, + 0xc8a8, 0xc8a9, 0xc8aa, 0xc8ab, + 0xc8ac, 0xc8ad, 0xc8ae, 0xc8af, + 0xc8b0, 0xc8b1, 0xc8b2, 0xc8b3, + 0xc8b4, 0xc8b5, 0xc8b6, 0xc8b7, + 0xc8b8, 0x0000, 0xc8b9, 0xc8ba, + 0xc8bb, 0xc8bc, 0xc8bd, 0xc8be, + 0xc8bf, 0xc8c0, 0xc8c1, 0xc8c2, + 0xc8c3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc8c4, 0xc8c5, 0xc8c6, 0xc8c7, + 0xc8c8, 0xc8c9, 0xc8ca, 0xc8cb, + 0xc8cc, 0xc8cd, 0xc8ce, 0xc8cf, + 0xc8d0, 0xc8d1, 0xc8d2, 0xc8d3, + 0xc8d4, 0x0000, 0xc8d5, 0xc8d6, + 0xc8d7, 0xc8d8, 0xc8d9, 0xc8da, + 0xc8db, 0xc8dc, 0xc8dd, 0xc8de, + 0xc8df, 0x0000, 0x0000, 0x0000, + 0xc8e0, 0xc8e1, 0xc8e2, 0xc8e3, + 0xc8e4, 0xc8e5, 0xc8e6, 0xc8e7, + 0xc8e8, 0xc8e9, 0xc8ea, 0xc8eb, + 0xc8ec, 0xc8ed, 0xc8ee, 0xc8ef, + 0xc8f0, 0x0000, 0xc8f1, 0xc8f2, + 0xc8f3, 0xc8f4, 0xc8f5, 0xc8f6, + 0xc8f7, 0xc8f8, 0xc8f9, 0xc8fa, + 0xc8fb, 0x0000, 0x0000, 0x0000, + 0xc8fc, 0xc8fd, 0xc8fe, 0xc8ff, + 0xc900, 0xc901, 0xc902, 0xc903, + 0xc904, 0xc905, 0xc906, 0xc907, + 0xc908, 0xc909, 0xc90a, 0xc90b, + 0xc90c, 0x0000, 0xc90d, 0xc90e, + 0xc90f, 0xc910, 0xc911, 0xc912, + 0xc913, 0xc914, 0xc915, 0xc916, + 0xc917, 0x0000, 0x0000, 0x0000, + 0xc918, 0xc919, 0xc91a, 0xc91b, + 0xc91c, 0xc91d, 0xc91e, 0xc91f, + 0xc920, 0xc921, 0xc922, 0xc923, + 0xc924, 0xc925, 0xc926, 0xc927, + 0xc928, 0x0000, 0xc929, 0xc92a, + 0xc92b, 0xc92c, 0xc92d, 0xc92e, + 0xc92f, 0xc930, 0xc931, 0xc932, + 0xc933, 0x0000, 0x0000, 0x0000, + 0xc934, 0xc935, 0xc936, 0xc937, + 0xc938, 0xc939, 0xc93a, 0xc93b, + 0xc93c, 0xc93d, 0xc93e, 0xc93f, + 0xc940, 0xc941, 0xc942, 0xc943, + 0xc944, 0x0000, 0xc945, 0xc946, + 0xc947, 0xc948, 0xc949, 0xc94a, + 0xc94b, 0xc94c, 0xc94d, 0xc94e, + 0xc94f, 0x0000, 0x0000, 0x0000, + 0xc950, 0xc951, 0xc952, 0xc953, + 0xc954, 0xc955, 0xc956, 0xc957, + 0xc958, 0xc959, 0xc95a, 0xc95b, + 0xc95c, 0xc95d, 0xc95e, 0xc95f, + 0xc960, 0x0000, 0xc961, 0xc962, + 0xc963, 0xc964, 0xc965, 0xc966, + 0xc967, 0xc968, 0xc969, 0xc96a, + 0xc96b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xc96c, 0xc96d, 0xc96e, 0xc96f, + 0xc970, 0xc971, 0xc972, 0xc973, + 0xc974, 0xc975, 0xc976, 0xc977, + 0xc978, 0xc979, 0xc97a, 0xc97b, + 0xc97c, 0x0000, 0xc97d, 0xc97e, + 0xc97f, 0xc980, 0xc981, 0xc982, + 0xc983, 0xc984, 0xc985, 0xc986, + 0xc987, 0x0000, 0x0000, 0x0000, + 0xc988, 0xc989, 0xc98a, 0xc98b, + 0xc98c, 0xc98d, 0xc98e, 0xc98f, + 0xc990, 0xc991, 0xc992, 0xc993, + 0xc994, 0xc995, 0xc996, 0xc997, + 0xc998, 0x0000, 0xc999, 0xc99a, + 0xc99b, 0xc99c, 0xc99d, 0xc99e, + 0xc99f, 0xc9a0, 0xc9a1, 0xc9a2, + 0xc9a3, 0x0000, 0x0000, 0x0000, + 0xc9a4, 0xc9a5, 0xc9a6, 0xc9a7, + 0xc9a8, 0xc9a9, 0xc9aa, 0xc9ab, + 0xc9ac, 0xc9ad, 0xc9ae, 0xc9af, + 0xc9b0, 0xc9b1, 0xc9b2, 0xc9b3, + 0xc9b4, 0x0000, 0xc9b5, 0xc9b6, + 0xc9b7, 0xc9b8, 0xc9b9, 0xc9ba, + 0xc9bb, 0xc9bc, 0xc9bd, 0xc9be, + 0xc9bf, 0x0000, 0x0000, 0x0000, + 0xc9c0, 0xc9c1, 0xc9c2, 0xc9c3, + 0xc9c4, 0xc9c5, 0xc9c6, 0xc9c7, + 0xc9c8, 0xc9c9, 0xc9ca, 0xc9cb, + 0xc9cc, 0xc9cd, 0xc9ce, 0xc9cf, + 0xc9d0, 0x0000, 0xc9d1, 0xc9d2, + 0xc9d3, 0xc9d4, 0xc9d5, 0xc9d6, + 0xc9d7, 0xc9d8, 0xc9d9, 0xc9da, + 0xc9db, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x3149, 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, + 0xc9dc, 0xc9dd, 0xc9de, 0xc9df, + 0xc9e0, 0xc9e1, 0xc9e2, 0xc9e3, + 0xc9e4, 0xc9e5, 0xc9e6, 0xc9e7, + 0xc9e8, 0xc9e9, 0xc9ea, 0xc9eb, + 0xc9ec, 0x0000, 0xc9ed, 0xc9ee, + 0xc9ef, 0xc9f0, 0xc9f1, 0xc9f2, + 0xc9f3, 0xc9f4, 0xc9f5, 0xc9f6, + 0xc9f7, 0x0000, 0x0000, 0x0000, + 0xc9f8, 0xc9f9, 0xc9fa, 0xc9fb, + 0xc9fc, 0xc9fd, 0xc9fe, 0xc9ff, + 0xca00, 0xca01, 0xca02, 0xca03, + 0xca04, 0xca05, 0xca06, 0xca07, + 0xca08, 0x0000, 0xca09, 0xca0a, + 0xca0b, 0xca0c, 0xca0d, 0xca0e, + 0xca0f, 0xca10, 0xca11, 0xca12, + 0xca13, 0x0000, 0x0000, 0x0000, + 0xca14, 0xca15, 0xca16, 0xca17, + 0xca18, 0xca19, 0xca1a, 0xca1b, + 0xca1c, 0xca1d, 0xca1e, 0xca1f, + 0xca20, 0xca21, 0xca22, 0xca23, + 0xca24, 0x0000, 0xca25, 0xca26, + 0xca27, 0xca28, 0xca29, 0xca2a, + 0xca2b, 0xca2c, 0xca2d, 0xca2e, + 0xca2f, 0x0000, 0x0000, 0x0000, + 0xca30, 0xca31, 0xca32, 0xca33, + 0xca34, 0xca35, 0xca36, 0xca37, + 0xca38, 0xca39, 0xca3a, 0xca3b, + 0xca3c, 0xca3d, 0xca3e, 0xca3f, + 0xca40, 0x0000, 0xca41, 0xca42, + 0xca43, 0xca44, 0xca45, 0xca46, + 0xca47, 0xca48, 0xca49, 0xca4a, + 0xca4b, 0x0000, 0x0000, 0x0000, + 0xca4c, 0xca4d, 0xca4e, 0xca4f, + 0xca50, 0xca51, 0xca52, 0xca53, + 0xca54, 0xca55, 0xca56, 0xca57, + 0xca58, 0xca59, 0xca5a, 0xca5b, + 0xca5c, 0x0000, 0xca5d, 0xca5e, + 0xca5f, 0xca60, 0xca61, 0xca62, + 0xca63, 0xca64, 0xca65, 0xca66, + 0xca67, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xca68, 0xca69, 0xca6a, 0xca6b, + 0xca6c, 0xca6d, 0xca6e, 0xca6f, + 0xca70, 0xca71, 0xca72, 0xca73, + 0xca74, 0xca75, 0xca76, 0xca77, + 0xca78, 0x0000, 0xca79, 0xca7a, + 0xca7b, 0xca7c, 0xca7d, 0xca7e, + 0xca7f, 0xca80, 0xca81, 0xca82, + 0xca83, 0x0000, 0x0000, 0x0000, + 0xca84, 0xca85, 0xca86, 0xca87, + 0xca88, 0xca89, 0xca8a, 0xca8b, + 0xca8c, 0xca8d, 0xca8e, 0xca8f, + 0xca90, 0xca91, 0xca92, 0xca93, + 0xca94, 0x0000, 0xca95, 0xca96, + 0xca97, 0xca98, 0xca99, 0xca9a, + 0xca9b, 0xca9c, 0xca9d, 0xca9e, + 0xca9f, 0x0000, 0x0000, 0x0000, + 0xcaa0, 0xcaa1, 0xcaa2, 0xcaa3, + 0xcaa4, 0xcaa5, 0xcaa6, 0xcaa7, + 0xcaa8, 0xcaa9, 0xcaaa, 0xcaab, + 0xcaac, 0xcaad, 0xcaae, 0xcaaf, + 0xcab0, 0x0000, 0xcab1, 0xcab2, + 0xcab3, 0xcab4, 0xcab5, 0xcab6, + 0xcab7, 0xcab8, 0xcab9, 0xcaba, + 0xcabb, 0x0000, 0x0000, 0x0000, + 0xcabc, 0xcabd, 0xcabe, 0xcabf, + 0xcac0, 0xcac1, 0xcac2, 0xcac3, + 0xcac4, 0xcac5, 0xcac6, 0xcac7, + 0xcac8, 0xcac9, 0xcaca, 0xcacb, + 0xcacc, 0x0000, 0xcacd, 0xcace, + 0xcacf, 0xcad0, 0xcad1, 0xcad2, + 0xcad3, 0xcad4, 0xcad5, 0xcad6, + 0xcad7, 0x0000, 0x0000, 0x0000, + 0xcad8, 0xcad9, 0xcada, 0xcadb, + 0xcadc, 0xcadd, 0xcade, 0xcadf, + 0xcae0, 0xcae1, 0xcae2, 0xcae3, + 0xcae4, 0xcae5, 0xcae6, 0xcae7, + 0xcae8, 0x0000, 0xcae9, 0xcaea, + 0xcaeb, 0xcaec, 0xcaed, 0xcaee, + 0xcaef, 0xcaf0, 0xcaf1, 0xcaf2, + 0xcaf3, 0x0000, 0x0000, 0x0000, + 0xcaf4, 0xcaf5, 0xcaf6, 0xcaf7, + 0xcaf8, 0xcaf9, 0xcafa, 0xcafb, + 0xcafc, 0xcafd, 0xcafe, 0xcaff, + 0xcb00, 0xcb01, 0xcb02, 0xcb03, + 0xcb04, 0x0000, 0xcb05, 0xcb06, + 0xcb07, 0xcb08, 0xcb09, 0xcb0a, + 0xcb0b, 0xcb0c, 0xcb0d, 0xcb0e, + 0xcb0f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xcb10, 0xcb11, 0xcb12, 0xcb13, + 0xcb14, 0xcb15, 0xcb16, 0xcb17, + 0xcb18, 0xcb19, 0xcb1a, 0xcb1b, + 0xcb1c, 0xcb1d, 0xcb1e, 0xcb1f, + 0xcb20, 0x0000, 0xcb21, 0xcb22, + 0xcb23, 0xcb24, 0xcb25, 0xcb26, + 0xcb27, 0xcb28, 0xcb29, 0xcb2a, + 0xcb2b, 0x0000, 0x0000, 0x0000, + 0xcb2c, 0xcb2d, 0xcb2e, 0xcb2f, + 0xcb30, 0xcb31, 0xcb32, 0xcb33, + 0xcb34, 0xcb35, 0xcb36, 0xcb37, + 0xcb38, 0xcb39, 0xcb3a, 0xcb3b, + 0xcb3c, 0x0000, 0xcb3d, 0xcb3e, + 0xcb3f, 0xcb40, 0xcb41, 0xcb42, + 0xcb43, 0xcb44, 0xcb45, 0xcb46, + 0xcb47, 0x0000, 0x0000, 0x0000, + 0xcb48, 0xcb49, 0xcb4a, 0xcb4b, + 0xcb4c, 0xcb4d, 0xcb4e, 0xcb4f, + 0xcb50, 0xcb51, 0xcb52, 0xcb53, + 0xcb54, 0xcb55, 0xcb56, 0xcb57, + 0xcb58, 0x0000, 0xcb59, 0xcb5a, + 0xcb5b, 0xcb5c, 0xcb5d, 0xcb5e, + 0xcb5f, 0xcb60, 0xcb61, 0xcb62, + 0xcb63, 0x0000, 0x0000, 0x0000, + 0xcb64, 0xcb65, 0xcb66, 0xcb67, + 0xcb68, 0xcb69, 0xcb6a, 0xcb6b, + 0xcb6c, 0xcb6d, 0xcb6e, 0xcb6f, + 0xcb70, 0xcb71, 0xcb72, 0xcb73, + 0xcb74, 0x0000, 0xcb75, 0xcb76, + 0xcb77, 0xcb78, 0xcb79, 0xcb7a, + 0xcb7b, 0xcb7c, 0xcb7d, 0xcb7e, + 0xcb7f, 0x0000, 0x0000, 0x0000, + 0xcb80, 0xcb81, 0xcb82, 0xcb83, + 0xcb84, 0xcb85, 0xcb86, 0xcb87, + 0xcb88, 0xcb89, 0xcb8a, 0xcb8b, + 0xcb8c, 0xcb8d, 0xcb8e, 0xcb8f, + 0xcb90, 0x0000, 0xcb91, 0xcb92, + 0xcb93, 0xcb94, 0xcb95, 0xcb96, + 0xcb97, 0xcb98, 0xcb99, 0xcb9a, + 0xcb9b, 0x0000, 0x0000, 0x0000, + 0xcb9c, 0xcb9d, 0xcb9e, 0xcb9f, + 0xcba0, 0xcba1, 0xcba2, 0xcba3, + 0xcba4, 0xcba5, 0xcba6, 0xcba7, + 0xcba8, 0xcba9, 0xcbaa, 0xcbab, + 0xcbac, 0x0000, 0xcbad, 0xcbae, + 0xcbaf, 0xcbb0, 0xcbb1, 0xcbb2, + 0xcbb3, 0xcbb4, 0xcbb5, 0xcbb6, + 0xcbb7, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xcbb8, 0xcbb9, 0xcbba, 0xcbbb, + 0xcbbc, 0xcbbd, 0xcbbe, 0xcbbf, + 0xcbc0, 0xcbc1, 0xcbc2, 0xcbc3, + 0xcbc4, 0xcbc5, 0xcbc6, 0xcbc7, + 0xcbc8, 0x0000, 0xcbc9, 0xcbca, + 0xcbcb, 0xcbcc, 0xcbcd, 0xcbce, + 0xcbcf, 0xcbd0, 0xcbd1, 0xcbd2, + 0xcbd3, 0x0000, 0x0000, 0x0000, + 0xcbd4, 0xcbd5, 0xcbd6, 0xcbd7, + 0xcbd8, 0xcbd9, 0xcbda, 0xcbdb, + 0xcbdc, 0xcbdd, 0xcbde, 0xcbdf, + 0xcbe0, 0xcbe1, 0xcbe2, 0xcbe3, + 0xcbe4, 0x0000, 0xcbe5, 0xcbe6, + 0xcbe7, 0xcbe8, 0xcbe9, 0xcbea, + 0xcbeb, 0xcbec, 0xcbed, 0xcbee, + 0xcbef, 0x0000, 0x0000, 0x0000, + 0xcbf0, 0xcbf1, 0xcbf2, 0xcbf3, + 0xcbf4, 0xcbf5, 0xcbf6, 0xcbf7, + 0xcbf8, 0xcbf9, 0xcbfa, 0xcbfb, + 0xcbfc, 0xcbfd, 0xcbfe, 0xcbff, + 0xcc00, 0x0000, 0xcc01, 0xcc02, + 0xcc03, 0xcc04, 0xcc05, 0xcc06, + 0xcc07, 0xcc08, 0xcc09, 0xcc0a, + 0xcc0b, 0x0000, 0x0000, 0x0000, + 0xcc0c, 0xcc0d, 0xcc0e, 0xcc0f, + 0xcc10, 0xcc11, 0xcc12, 0xcc13, + 0xcc14, 0xcc15, 0xcc16, 0xcc17, + 0xcc18, 0xcc19, 0xcc1a, 0xcc1b, + 0xcc1c, 0x0000, 0xcc1d, 0xcc1e, + 0xcc1f, 0xcc20, 0xcc21, 0xcc22, + 0xcc23, 0xcc24, 0xcc25, 0xcc26, + 0xcc27, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x314a, 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, + 0xcc28, 0xcc29, 0xcc2a, 0xcc2b, + 0xcc2c, 0xcc2d, 0xcc2e, 0xcc2f, + 0xcc30, 0xcc31, 0xcc32, 0xcc33, + 0xcc34, 0xcc35, 0xcc36, 0xcc37, + 0xcc38, 0x0000, 0xcc39, 0xcc3a, + 0xcc3b, 0xcc3c, 0xcc3d, 0xcc3e, + 0xcc3f, 0xcc40, 0xcc41, 0xcc42, + 0xcc43, 0x0000, 0x0000, 0x0000, + 0xcc44, 0xcc45, 0xcc46, 0xcc47, + 0xcc48, 0xcc49, 0xcc4a, 0xcc4b, + 0xcc4c, 0xcc4d, 0xcc4e, 0xcc4f, + 0xcc50, 0xcc51, 0xcc52, 0xcc53, + 0xcc54, 0x0000, 0xcc55, 0xcc56, + 0xcc57, 0xcc58, 0xcc59, 0xcc5a, + 0xcc5b, 0xcc5c, 0xcc5d, 0xcc5e, + 0xcc5f, 0x0000, 0x0000, 0x0000, + 0xcc60, 0xcc61, 0xcc62, 0xcc63, + 0xcc64, 0xcc65, 0xcc66, 0xcc67, + 0xcc68, 0xcc69, 0xcc6a, 0xcc6b, + 0xcc6c, 0xcc6d, 0xcc6e, 0xcc6f, + 0xcc70, 0x0000, 0xcc71, 0xcc72, + 0xcc73, 0xcc74, 0xcc75, 0xcc76, + 0xcc77, 0xcc78, 0xcc79, 0xcc7a, + 0xcc7b, 0x0000, 0x0000, 0x0000, + 0xcc7c, 0xcc7d, 0xcc7e, 0xcc7f, + 0xcc80, 0xcc81, 0xcc82, 0xcc83, + 0xcc84, 0xcc85, 0xcc86, 0xcc87, + 0xcc88, 0xcc89, 0xcc8a, 0xcc8b, + 0xcc8c, 0x0000, 0xcc8d, 0xcc8e, + 0xcc8f, 0xcc90, 0xcc91, 0xcc92, + 0xcc93, 0xcc94, 0xcc95, 0xcc96, + 0xcc97, 0x0000, 0x0000, 0x0000, + 0xcc98, 0xcc99, 0xcc9a, 0xcc9b, + 0xcc9c, 0xcc9d, 0xcc9e, 0xcc9f, + 0xcca0, 0xcca1, 0xcca2, 0xcca3, + 0xcca4, 0xcca5, 0xcca6, 0xcca7, + 0xcca8, 0x0000, 0xcca9, 0xccaa, + 0xccab, 0xccac, 0xccad, 0xccae, + 0xccaf, 0xccb0, 0xccb1, 0xccb2, + 0xccb3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xccb4, 0xccb5, 0xccb6, 0xccb7, + 0xccb8, 0xccb9, 0xccba, 0xccbb, + 0xccbc, 0xccbd, 0xccbe, 0xccbf, + 0xccc0, 0xccc1, 0xccc2, 0xccc3, + 0xccc4, 0x0000, 0xccc5, 0xccc6, + 0xccc7, 0xccc8, 0xccc9, 0xccca, + 0xcccb, 0xcccc, 0xcccd, 0xccce, + 0xcccf, 0x0000, 0x0000, 0x0000, + 0xccd0, 0xccd1, 0xccd2, 0xccd3, + 0xccd4, 0xccd5, 0xccd6, 0xccd7, + 0xccd8, 0xccd9, 0xccda, 0xccdb, + 0xccdc, 0xccdd, 0xccde, 0xccdf, + 0xcce0, 0x0000, 0xcce1, 0xcce2, + 0xcce3, 0xcce4, 0xcce5, 0xcce6, + 0xcce7, 0xcce8, 0xcce9, 0xccea, + 0xcceb, 0x0000, 0x0000, 0x0000, + 0xccec, 0xcced, 0xccee, 0xccef, + 0xccf0, 0xccf1, 0xccf2, 0xccf3, + 0xccf4, 0xccf5, 0xccf6, 0xccf7, + 0xccf8, 0xccf9, 0xccfa, 0xccfb, + 0xccfc, 0x0000, 0xccfd, 0xccfe, + 0xccff, 0xcd00, 0xcd01, 0xcd02, + 0xcd03, 0xcd04, 0xcd05, 0xcd06, + 0xcd07, 0x0000, 0x0000, 0x0000, + 0xcd08, 0xcd09, 0xcd0a, 0xcd0b, + 0xcd0c, 0xcd0d, 0xcd0e, 0xcd0f, + 0xcd10, 0xcd11, 0xcd12, 0xcd13, + 0xcd14, 0xcd15, 0xcd16, 0xcd17, + 0xcd18, 0x0000, 0xcd19, 0xcd1a, + 0xcd1b, 0xcd1c, 0xcd1d, 0xcd1e, + 0xcd1f, 0xcd20, 0xcd21, 0xcd22, + 0xcd23, 0x0000, 0x0000, 0x0000, + 0xcd24, 0xcd25, 0xcd26, 0xcd27, + 0xcd28, 0xcd29, 0xcd2a, 0xcd2b, + 0xcd2c, 0xcd2d, 0xcd2e, 0xcd2f, + 0xcd30, 0xcd31, 0xcd32, 0xcd33, + 0xcd34, 0x0000, 0xcd35, 0xcd36, + 0xcd37, 0xcd38, 0xcd39, 0xcd3a, + 0xcd3b, 0xcd3c, 0xcd3d, 0xcd3e, + 0xcd3f, 0x0000, 0x0000, 0x0000, + 0xcd40, 0xcd41, 0xcd42, 0xcd43, + 0xcd44, 0xcd45, 0xcd46, 0xcd47, + 0xcd48, 0xcd49, 0xcd4a, 0xcd4b, + 0xcd4c, 0xcd4d, 0xcd4e, 0xcd4f, + 0xcd50, 0x0000, 0xcd51, 0xcd52, + 0xcd53, 0xcd54, 0xcd55, 0xcd56, + 0xcd57, 0xcd58, 0xcd59, 0xcd5a, + 0xcd5b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xcd5c, 0xcd5d, 0xcd5e, 0xcd5f, + 0xcd60, 0xcd61, 0xcd62, 0xcd63, + 0xcd64, 0xcd65, 0xcd66, 0xcd67, + 0xcd68, 0xcd69, 0xcd6a, 0xcd6b, + 0xcd6c, 0x0000, 0xcd6d, 0xcd6e, + 0xcd6f, 0xcd70, 0xcd71, 0xcd72, + 0xcd73, 0xcd74, 0xcd75, 0xcd76, + 0xcd77, 0x0000, 0x0000, 0x0000, + 0xcd78, 0xcd79, 0xcd7a, 0xcd7b, + 0xcd7c, 0xcd7d, 0xcd7e, 0xcd7f, + 0xcd80, 0xcd81, 0xcd82, 0xcd83, + 0xcd84, 0xcd85, 0xcd86, 0xcd87, + 0xcd88, 0x0000, 0xcd89, 0xcd8a, + 0xcd8b, 0xcd8c, 0xcd8d, 0xcd8e, + 0xcd8f, 0xcd90, 0xcd91, 0xcd92, + 0xcd93, 0x0000, 0x0000, 0x0000, + 0xcd94, 0xcd95, 0xcd96, 0xcd97, + 0xcd98, 0xcd99, 0xcd9a, 0xcd9b, + 0xcd9c, 0xcd9d, 0xcd9e, 0xcd9f, + 0xcda0, 0xcda1, 0xcda2, 0xcda3, + 0xcda4, 0x0000, 0xcda5, 0xcda6, + 0xcda7, 0xcda8, 0xcda9, 0xcdaa, + 0xcdab, 0xcdac, 0xcdad, 0xcdae, + 0xcdaf, 0x0000, 0x0000, 0x0000, + 0xcdb0, 0xcdb1, 0xcdb2, 0xcdb3, + 0xcdb4, 0xcdb5, 0xcdb6, 0xcdb7, + 0xcdb8, 0xcdb9, 0xcdba, 0xcdbb, + 0xcdbc, 0xcdbd, 0xcdbe, 0xcdbf, + 0xcdc0, 0x0000, 0xcdc1, 0xcdc2, + 0xcdc3, 0xcdc4, 0xcdc5, 0xcdc6, + 0xcdc7, 0xcdc8, 0xcdc9, 0xcdca, + 0xcdcb, 0x0000, 0x0000, 0x0000, + 0xcdcc, 0xcdcd, 0xcdce, 0xcdcf, + 0xcdd0, 0xcdd1, 0xcdd2, 0xcdd3, + 0xcdd4, 0xcdd5, 0xcdd6, 0xcdd7, + 0xcdd8, 0xcdd9, 0xcdda, 0xcddb, + 0xcddc, 0x0000, 0xcddd, 0xcdde, + 0xcddf, 0xcde0, 0xcde1, 0xcde2, + 0xcde3, 0xcde4, 0xcde5, 0xcde6, + 0xcde7, 0x0000, 0x0000, 0x0000, + 0xcde8, 0xcde9, 0xcdea, 0xcdeb, + 0xcdec, 0xcded, 0xcdee, 0xcdef, + 0xcdf0, 0xcdf1, 0xcdf2, 0xcdf3, + 0xcdf4, 0xcdf5, 0xcdf6, 0xcdf7, + 0xcdf8, 0x0000, 0xcdf9, 0xcdfa, + 0xcdfb, 0xcdfc, 0xcdfd, 0xcdfe, + 0xcdff, 0xce00, 0xce01, 0xce02, + 0xce03, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xce04, 0xce05, 0xce06, 0xce07, + 0xce08, 0xce09, 0xce0a, 0xce0b, + 0xce0c, 0xce0d, 0xce0e, 0xce0f, + 0xce10, 0xce11, 0xce12, 0xce13, + 0xce14, 0x0000, 0xce15, 0xce16, + 0xce17, 0xce18, 0xce19, 0xce1a, + 0xce1b, 0xce1c, 0xce1d, 0xce1e, + 0xce1f, 0x0000, 0x0000, 0x0000, + 0xce20, 0xce21, 0xce22, 0xce23, + 0xce24, 0xce25, 0xce26, 0xce27, + 0xce28, 0xce29, 0xce2a, 0xce2b, + 0xce2c, 0xce2d, 0xce2e, 0xce2f, + 0xce30, 0x0000, 0xce31, 0xce32, + 0xce33, 0xce34, 0xce35, 0xce36, + 0xce37, 0xce38, 0xce39, 0xce3a, + 0xce3b, 0x0000, 0x0000, 0x0000, + 0xce3c, 0xce3d, 0xce3e, 0xce3f, + 0xce40, 0xce41, 0xce42, 0xce43, + 0xce44, 0xce45, 0xce46, 0xce47, + 0xce48, 0xce49, 0xce4a, 0xce4b, + 0xce4c, 0x0000, 0xce4d, 0xce4e, + 0xce4f, 0xce50, 0xce51, 0xce52, + 0xce53, 0xce54, 0xce55, 0xce56, + 0xce57, 0x0000, 0x0000, 0x0000, + 0xce58, 0xce59, 0xce5a, 0xce5b, + 0xce5c, 0xce5d, 0xce5e, 0xce5f, + 0xce60, 0xce61, 0xce62, 0xce63, + 0xce64, 0xce65, 0xce66, 0xce67, + 0xce68, 0x0000, 0xce69, 0xce6a, + 0xce6b, 0xce6c, 0xce6d, 0xce6e, + 0xce6f, 0xce70, 0xce71, 0xce72, + 0xce73, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x314b, 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, + 0xce74, 0xce75, 0xce76, 0xce77, + 0xce78, 0xce79, 0xce7a, 0xce7b, + 0xce7c, 0xce7d, 0xce7e, 0xce7f, + 0xce80, 0xce81, 0xce82, 0xce83, + 0xce84, 0x0000, 0xce85, 0xce86, + 0xce87, 0xce88, 0xce89, 0xce8a, + 0xce8b, 0xce8c, 0xce8d, 0xce8e, + 0xce8f, 0x0000, 0x0000, 0x0000, + 0xce90, 0xce91, 0xce92, 0xce93, + 0xce94, 0xce95, 0xce96, 0xce97, + 0xce98, 0xce99, 0xce9a, 0xce9b, + 0xce9c, 0xce9d, 0xce9e, 0xce9f, + 0xcea0, 0x0000, 0xcea1, 0xcea2, + 0xcea3, 0xcea4, 0xcea5, 0xcea6, + 0xcea7, 0xcea8, 0xcea9, 0xceaa, + 0xceab, 0x0000, 0x0000, 0x0000, + 0xceac, 0xcead, 0xceae, 0xceaf, + 0xceb0, 0xceb1, 0xceb2, 0xceb3, + 0xceb4, 0xceb5, 0xceb6, 0xceb7, + 0xceb8, 0xceb9, 0xceba, 0xcebb, + 0xcebc, 0x0000, 0xcebd, 0xcebe, + 0xcebf, 0xcec0, 0xcec1, 0xcec2, + 0xcec3, 0xcec4, 0xcec5, 0xcec6, + 0xcec7, 0x0000, 0x0000, 0x0000, + 0xcec8, 0xcec9, 0xceca, 0xcecb, + 0xcecc, 0xcecd, 0xcece, 0xcecf, + 0xced0, 0xced1, 0xced2, 0xced3, + 0xced4, 0xced5, 0xced6, 0xced7, + 0xced8, 0x0000, 0xced9, 0xceda, + 0xcedb, 0xcedc, 0xcedd, 0xcede, + 0xcedf, 0xcee0, 0xcee1, 0xcee2, + 0xcee3, 0x0000, 0x0000, 0x0000, + 0xcee4, 0xcee5, 0xcee6, 0xcee7, + 0xcee8, 0xcee9, 0xceea, 0xceeb, + 0xceec, 0xceed, 0xceee, 0xceef, + 0xcef0, 0xcef1, 0xcef2, 0xcef3, + 0xcef4, 0x0000, 0xcef5, 0xcef6, + 0xcef7, 0xcef8, 0xcef9, 0xcefa, + 0xcefb, 0xcefc, 0xcefd, 0xcefe, + 0xceff, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xcf00, 0xcf01, 0xcf02, 0xcf03, + 0xcf04, 0xcf05, 0xcf06, 0xcf07, + 0xcf08, 0xcf09, 0xcf0a, 0xcf0b, + 0xcf0c, 0xcf0d, 0xcf0e, 0xcf0f, + 0xcf10, 0x0000, 0xcf11, 0xcf12, + 0xcf13, 0xcf14, 0xcf15, 0xcf16, + 0xcf17, 0xcf18, 0xcf19, 0xcf1a, + 0xcf1b, 0x0000, 0x0000, 0x0000, + 0xcf1c, 0xcf1d, 0xcf1e, 0xcf1f, + 0xcf20, 0xcf21, 0xcf22, 0xcf23, + 0xcf24, 0xcf25, 0xcf26, 0xcf27, + 0xcf28, 0xcf29, 0xcf2a, 0xcf2b, + 0xcf2c, 0x0000, 0xcf2d, 0xcf2e, + 0xcf2f, 0xcf30, 0xcf31, 0xcf32, + 0xcf33, 0xcf34, 0xcf35, 0xcf36, + 0xcf37, 0x0000, 0x0000, 0x0000, + 0xcf38, 0xcf39, 0xcf3a, 0xcf3b, + 0xcf3c, 0xcf3d, 0xcf3e, 0xcf3f, + 0xcf40, 0xcf41, 0xcf42, 0xcf43, + 0xcf44, 0xcf45, 0xcf46, 0xcf47, + 0xcf48, 0x0000, 0xcf49, 0xcf4a, + 0xcf4b, 0xcf4c, 0xcf4d, 0xcf4e, + 0xcf4f, 0xcf50, 0xcf51, 0xcf52, + 0xcf53, 0x0000, 0x0000, 0x0000, + 0xcf54, 0xcf55, 0xcf56, 0xcf57, + 0xcf58, 0xcf59, 0xcf5a, 0xcf5b, + 0xcf5c, 0xcf5d, 0xcf5e, 0xcf5f, + 0xcf60, 0xcf61, 0xcf62, 0xcf63, + 0xcf64, 0x0000, 0xcf65, 0xcf66, + 0xcf67, 0xcf68, 0xcf69, 0xcf6a, + 0xcf6b, 0xcf6c, 0xcf6d, 0xcf6e, + 0xcf6f, 0x0000, 0x0000, 0x0000, + 0xcf70, 0xcf71, 0xcf72, 0xcf73, + 0xcf74, 0xcf75, 0xcf76, 0xcf77, + 0xcf78, 0xcf79, 0xcf7a, 0xcf7b, + 0xcf7c, 0xcf7d, 0xcf7e, 0xcf7f, + 0xcf80, 0x0000, 0xcf81, 0xcf82, + 0xcf83, 0xcf84, 0xcf85, 0xcf86, + 0xcf87, 0xcf88, 0xcf89, 0xcf8a, + 0xcf8b, 0x0000, 0x0000, 0x0000, + 0xcf8c, 0xcf8d, 0xcf8e, 0xcf8f, + 0xcf90, 0xcf91, 0xcf92, 0xcf93, + 0xcf94, 0xcf95, 0xcf96, 0xcf97, + 0xcf98, 0xcf99, 0xcf9a, 0xcf9b, + 0xcf9c, 0x0000, 0xcf9d, 0xcf9e, + 0xcf9f, 0xcfa0, 0xcfa1, 0xcfa2, + 0xcfa3, 0xcfa4, 0xcfa5, 0xcfa6, + 0xcfa7, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xcfa8, 0xcfa9, 0xcfaa, 0xcfab, + 0xcfac, 0xcfad, 0xcfae, 0xcfaf, + 0xcfb0, 0xcfb1, 0xcfb2, 0xcfb3, + 0xcfb4, 0xcfb5, 0xcfb6, 0xcfb7, + 0xcfb8, 0x0000, 0xcfb9, 0xcfba, + 0xcfbb, 0xcfbc, 0xcfbd, 0xcfbe, + 0xcfbf, 0xcfc0, 0xcfc1, 0xcfc2, + 0xcfc3, 0x0000, 0x0000, 0x0000, + 0xcfc4, 0xcfc5, 0xcfc6, 0xcfc7, + 0xcfc8, 0xcfc9, 0xcfca, 0xcfcb, + 0xcfcc, 0xcfcd, 0xcfce, 0xcfcf, + 0xcfd0, 0xcfd1, 0xcfd2, 0xcfd3, + 0xcfd4, 0x0000, 0xcfd5, 0xcfd6, + 0xcfd7, 0xcfd8, 0xcfd9, 0xcfda, + 0xcfdb, 0xcfdc, 0xcfdd, 0xcfde, + 0xcfdf, 0x0000, 0x0000, 0x0000, + 0xcfe0, 0xcfe1, 0xcfe2, 0xcfe3, + 0xcfe4, 0xcfe5, 0xcfe6, 0xcfe7, + 0xcfe8, 0xcfe9, 0xcfea, 0xcfeb, + 0xcfec, 0xcfed, 0xcfee, 0xcfef, + 0xcff0, 0x0000, 0xcff1, 0xcff2, + 0xcff3, 0xcff4, 0xcff5, 0xcff6, + 0xcff7, 0xcff8, 0xcff9, 0xcffa, + 0xcffb, 0x0000, 0x0000, 0x0000, + 0xcffc, 0xcffd, 0xcffe, 0xcfff, + 0xd000, 0xd001, 0xd002, 0xd003, + 0xd004, 0xd005, 0xd006, 0xd007, + 0xd008, 0xd009, 0xd00a, 0xd00b, + 0xd00c, 0x0000, 0xd00d, 0xd00e, + 0xd00f, 0xd010, 0xd011, 0xd012, + 0xd013, 0xd014, 0xd015, 0xd016, + 0xd017, 0x0000, 0x0000, 0x0000, + 0xd018, 0xd019, 0xd01a, 0xd01b, + 0xd01c, 0xd01d, 0xd01e, 0xd01f, + 0xd020, 0xd021, 0xd022, 0xd023, + 0xd024, 0xd025, 0xd026, 0xd027, + 0xd028, 0x0000, 0xd029, 0xd02a, + 0xd02b, 0xd02c, 0xd02d, 0xd02e, + 0xd02f, 0xd030, 0xd031, 0xd032, + 0xd033, 0x0000, 0x0000, 0x0000, + 0xd034, 0xd035, 0xd036, 0xd037, + 0xd038, 0xd039, 0xd03a, 0xd03b, + 0xd03c, 0xd03d, 0xd03e, 0xd03f, + 0xd040, 0xd041, 0xd042, 0xd043, + 0xd044, 0x0000, 0xd045, 0xd046, + 0xd047, 0xd048, 0xd049, 0xd04a, + 0xd04b, 0xd04c, 0xd04d, 0xd04e, + 0xd04f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd050, 0xd051, 0xd052, 0xd053, + 0xd054, 0xd055, 0xd056, 0xd057, + 0xd058, 0xd059, 0xd05a, 0xd05b, + 0xd05c, 0xd05d, 0xd05e, 0xd05f, + 0xd060, 0x0000, 0xd061, 0xd062, + 0xd063, 0xd064, 0xd065, 0xd066, + 0xd067, 0xd068, 0xd069, 0xd06a, + 0xd06b, 0x0000, 0x0000, 0x0000, + 0xd06c, 0xd06d, 0xd06e, 0xd06f, + 0xd070, 0xd071, 0xd072, 0xd073, + 0xd074, 0xd075, 0xd076, 0xd077, + 0xd078, 0xd079, 0xd07a, 0xd07b, + 0xd07c, 0x0000, 0xd07d, 0xd07e, + 0xd07f, 0xd080, 0xd081, 0xd082, + 0xd083, 0xd084, 0xd085, 0xd086, + 0xd087, 0x0000, 0x0000, 0x0000, + 0xd088, 0xd089, 0xd08a, 0xd08b, + 0xd08c, 0xd08d, 0xd08e, 0xd08f, + 0xd090, 0xd091, 0xd092, 0xd093, + 0xd094, 0xd095, 0xd096, 0xd097, + 0xd098, 0x0000, 0xd099, 0xd09a, + 0xd09b, 0xd09c, 0xd09d, 0xd09e, + 0xd09f, 0xd0a0, 0xd0a1, 0xd0a2, + 0xd0a3, 0x0000, 0x0000, 0x0000, + 0xd0a4, 0xd0a5, 0xd0a6, 0xd0a7, + 0xd0a8, 0xd0a9, 0xd0aa, 0xd0ab, + 0xd0ac, 0xd0ad, 0xd0ae, 0xd0af, + 0xd0b0, 0xd0b1, 0xd0b2, 0xd0b3, + 0xd0b4, 0x0000, 0xd0b5, 0xd0b6, + 0xd0b7, 0xd0b8, 0xd0b9, 0xd0ba, + 0xd0bb, 0xd0bc, 0xd0bd, 0xd0be, + 0xd0bf, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x314c, 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, + 0xd0c0, 0xd0c1, 0xd0c2, 0xd0c3, + 0xd0c4, 0xd0c5, 0xd0c6, 0xd0c7, + 0xd0c8, 0xd0c9, 0xd0ca, 0xd0cb, + 0xd0cc, 0xd0cd, 0xd0ce, 0xd0cf, + 0xd0d0, 0x0000, 0xd0d1, 0xd0d2, + 0xd0d3, 0xd0d4, 0xd0d5, 0xd0d6, + 0xd0d7, 0xd0d8, 0xd0d9, 0xd0da, + 0xd0db, 0x0000, 0x0000, 0x0000, + 0xd0dc, 0xd0dd, 0xd0de, 0xd0df, + 0xd0e0, 0xd0e1, 0xd0e2, 0xd0e3, + 0xd0e4, 0xd0e5, 0xd0e6, 0xd0e7, + 0xd0e8, 0xd0e9, 0xd0ea, 0xd0eb, + 0xd0ec, 0x0000, 0xd0ed, 0xd0ee, + 0xd0ef, 0xd0f0, 0xd0f1, 0xd0f2, + 0xd0f3, 0xd0f4, 0xd0f5, 0xd0f6, + 0xd0f7, 0x0000, 0x0000, 0x0000, + 0xd0f8, 0xd0f9, 0xd0fa, 0xd0fb, + 0xd0fc, 0xd0fd, 0xd0fe, 0xd0ff, + 0xd100, 0xd101, 0xd102, 0xd103, + 0xd104, 0xd105, 0xd106, 0xd107, + 0xd108, 0x0000, 0xd109, 0xd10a, + 0xd10b, 0xd10c, 0xd10d, 0xd10e, + 0xd10f, 0xd110, 0xd111, 0xd112, + 0xd113, 0x0000, 0x0000, 0x0000, + 0xd114, 0xd115, 0xd116, 0xd117, + 0xd118, 0xd119, 0xd11a, 0xd11b, + 0xd11c, 0xd11d, 0xd11e, 0xd11f, + 0xd120, 0xd121, 0xd122, 0xd123, + 0xd124, 0x0000, 0xd125, 0xd126, + 0xd127, 0xd128, 0xd129, 0xd12a, + 0xd12b, 0xd12c, 0xd12d, 0xd12e, + 0xd12f, 0x0000, 0x0000, 0x0000, + 0xd130, 0xd131, 0xd132, 0xd133, + 0xd134, 0xd135, 0xd136, 0xd137, + 0xd138, 0xd139, 0xd13a, 0xd13b, + 0xd13c, 0xd13d, 0xd13e, 0xd13f, + 0xd140, 0x0000, 0xd141, 0xd142, + 0xd143, 0xd144, 0xd145, 0xd146, + 0xd147, 0xd148, 0xd149, 0xd14a, + 0xd14b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd14c, 0xd14d, 0xd14e, 0xd14f, + 0xd150, 0xd151, 0xd152, 0xd153, + 0xd154, 0xd155, 0xd156, 0xd157, + 0xd158, 0xd159, 0xd15a, 0xd15b, + 0xd15c, 0x0000, 0xd15d, 0xd15e, + 0xd15f, 0xd160, 0xd161, 0xd162, + 0xd163, 0xd164, 0xd165, 0xd166, + 0xd167, 0x0000, 0x0000, 0x0000, + 0xd168, 0xd169, 0xd16a, 0xd16b, + 0xd16c, 0xd16d, 0xd16e, 0xd16f, + 0xd170, 0xd171, 0xd172, 0xd173, + 0xd174, 0xd175, 0xd176, 0xd177, + 0xd178, 0x0000, 0xd179, 0xd17a, + 0xd17b, 0xd17c, 0xd17d, 0xd17e, + 0xd17f, 0xd180, 0xd181, 0xd182, + 0xd183, 0x0000, 0x0000, 0x0000, + 0xd184, 0xd185, 0xd186, 0xd187, + 0xd188, 0xd189, 0xd18a, 0xd18b, + 0xd18c, 0xd18d, 0xd18e, 0xd18f, + 0xd190, 0xd191, 0xd192, 0xd193, + 0xd194, 0x0000, 0xd195, 0xd196, + 0xd197, 0xd198, 0xd199, 0xd19a, + 0xd19b, 0xd19c, 0xd19d, 0xd19e, + 0xd19f, 0x0000, 0x0000, 0x0000, + 0xd1a0, 0xd1a1, 0xd1a2, 0xd1a3, + 0xd1a4, 0xd1a5, 0xd1a6, 0xd1a7, + 0xd1a8, 0xd1a9, 0xd1aa, 0xd1ab, + 0xd1ac, 0xd1ad, 0xd1ae, 0xd1af, + 0xd1b0, 0x0000, 0xd1b1, 0xd1b2, + 0xd1b3, 0xd1b4, 0xd1b5, 0xd1b6, + 0xd1b7, 0xd1b8, 0xd1b9, 0xd1ba, + 0xd1bb, 0x0000, 0x0000, 0x0000, + 0xd1bc, 0xd1bd, 0xd1be, 0xd1bf, + 0xd1c0, 0xd1c1, 0xd1c2, 0xd1c3, + 0xd1c4, 0xd1c5, 0xd1c6, 0xd1c7, + 0xd1c8, 0xd1c9, 0xd1ca, 0xd1cb, + 0xd1cc, 0x0000, 0xd1cd, 0xd1ce, + 0xd1cf, 0xd1d0, 0xd1d1, 0xd1d2, + 0xd1d3, 0xd1d4, 0xd1d5, 0xd1d6, + 0xd1d7, 0x0000, 0x0000, 0x0000, + 0xd1d8, 0xd1d9, 0xd1da, 0xd1db, + 0xd1dc, 0xd1dd, 0xd1de, 0xd1df, + 0xd1e0, 0xd1e1, 0xd1e2, 0xd1e3, + 0xd1e4, 0xd1e5, 0xd1e6, 0xd1e7, + 0xd1e8, 0x0000, 0xd1e9, 0xd1ea, + 0xd1eb, 0xd1ec, 0xd1ed, 0xd1ee, + 0xd1ef, 0xd1f0, 0xd1f1, 0xd1f2, + 0xd1f3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd1f4, 0xd1f5, 0xd1f6, 0xd1f7, + 0xd1f8, 0xd1f9, 0xd1fa, 0xd1fb, + 0xd1fc, 0xd1fd, 0xd1fe, 0xd1ff, + 0xd200, 0xd201, 0xd202, 0xd203, + 0xd204, 0x0000, 0xd205, 0xd206, + 0xd207, 0xd208, 0xd209, 0xd20a, + 0xd20b, 0xd20c, 0xd20d, 0xd20e, + 0xd20f, 0x0000, 0x0000, 0x0000, + 0xd210, 0xd211, 0xd212, 0xd213, + 0xd214, 0xd215, 0xd216, 0xd217, + 0xd218, 0xd219, 0xd21a, 0xd21b, + 0xd21c, 0xd21d, 0xd21e, 0xd21f, + 0xd220, 0x0000, 0xd221, 0xd222, + 0xd223, 0xd224, 0xd225, 0xd226, + 0xd227, 0xd228, 0xd229, 0xd22a, + 0xd22b, 0x0000, 0x0000, 0x0000, + 0xd22c, 0xd22d, 0xd22e, 0xd22f, + 0xd230, 0xd231, 0xd232, 0xd233, + 0xd234, 0xd235, 0xd236, 0xd237, + 0xd238, 0xd239, 0xd23a, 0xd23b, + 0xd23c, 0x0000, 0xd23d, 0xd23e, + 0xd23f, 0xd240, 0xd241, 0xd242, + 0xd243, 0xd244, 0xd245, 0xd246, + 0xd247, 0x0000, 0x0000, 0x0000, + 0xd248, 0xd249, 0xd24a, 0xd24b, + 0xd24c, 0xd24d, 0xd24e, 0xd24f, + 0xd250, 0xd251, 0xd252, 0xd253, + 0xd254, 0xd255, 0xd256, 0xd257, + 0xd258, 0x0000, 0xd259, 0xd25a, + 0xd25b, 0xd25c, 0xd25d, 0xd25e, + 0xd25f, 0xd260, 0xd261, 0xd262, + 0xd263, 0x0000, 0x0000, 0x0000, + 0xd264, 0xd265, 0xd266, 0xd267, + 0xd268, 0xd269, 0xd26a, 0xd26b, + 0xd26c, 0xd26d, 0xd26e, 0xd26f, + 0xd270, 0xd271, 0xd272, 0xd273, + 0xd274, 0x0000, 0xd275, 0xd276, + 0xd277, 0xd278, 0xd279, 0xd27a, + 0xd27b, 0xd27c, 0xd27d, 0xd27e, + 0xd27f, 0x0000, 0x0000, 0x0000, + 0xd280, 0xd281, 0xd282, 0xd283, + 0xd284, 0xd285, 0xd286, 0xd287, + 0xd288, 0xd289, 0xd28a, 0xd28b, + 0xd28c, 0xd28d, 0xd28e, 0xd28f, + 0xd290, 0x0000, 0xd291, 0xd292, + 0xd293, 0xd294, 0xd295, 0xd296, + 0xd297, 0xd298, 0xd299, 0xd29a, + 0xd29b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd29c, 0xd29d, 0xd29e, 0xd29f, + 0xd2a0, 0xd2a1, 0xd2a2, 0xd2a3, + 0xd2a4, 0xd2a5, 0xd2a6, 0xd2a7, + 0xd2a8, 0xd2a9, 0xd2aa, 0xd2ab, + 0xd2ac, 0x0000, 0xd2ad, 0xd2ae, + 0xd2af, 0xd2b0, 0xd2b1, 0xd2b2, + 0xd2b3, 0xd2b4, 0xd2b5, 0xd2b6, + 0xd2b7, 0x0000, 0x0000, 0x0000, + 0xd2b8, 0xd2b9, 0xd2ba, 0xd2bb, + 0xd2bc, 0xd2bd, 0xd2be, 0xd2bf, + 0xd2c0, 0xd2c1, 0xd2c2, 0xd2c3, + 0xd2c4, 0xd2c5, 0xd2c6, 0xd2c7, + 0xd2c8, 0x0000, 0xd2c9, 0xd2ca, + 0xd2cb, 0xd2cc, 0xd2cd, 0xd2ce, + 0xd2cf, 0xd2d0, 0xd2d1, 0xd2d2, + 0xd2d3, 0x0000, 0x0000, 0x0000, + 0xd2d4, 0xd2d5, 0xd2d6, 0xd2d7, + 0xd2d8, 0xd2d9, 0xd2da, 0xd2db, + 0xd2dc, 0xd2dd, 0xd2de, 0xd2df, + 0xd2e0, 0xd2e1, 0xd2e2, 0xd2e3, + 0xd2e4, 0x0000, 0xd2e5, 0xd2e6, + 0xd2e7, 0xd2e8, 0xd2e9, 0xd2ea, + 0xd2eb, 0xd2ec, 0xd2ed, 0xd2ee, + 0xd2ef, 0x0000, 0x0000, 0x0000, + 0xd2f0, 0xd2f1, 0xd2f2, 0xd2f3, + 0xd2f4, 0xd2f5, 0xd2f6, 0xd2f7, + 0xd2f8, 0xd2f9, 0xd2fa, 0xd2fb, + 0xd2fc, 0xd2fd, 0xd2fe, 0xd2ff, + 0xd300, 0x0000, 0xd301, 0xd302, + 0xd303, 0xd304, 0xd305, 0xd306, + 0xd307, 0xd308, 0xd309, 0xd30a, + 0xd30b, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x314d, 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, + 0xd30c, 0xd30d, 0xd30e, 0xd30f, + 0xd310, 0xd311, 0xd312, 0xd313, + 0xd314, 0xd315, 0xd316, 0xd317, + 0xd318, 0xd319, 0xd31a, 0xd31b, + 0xd31c, 0x0000, 0xd31d, 0xd31e, + 0xd31f, 0xd320, 0xd321, 0xd322, + 0xd323, 0xd324, 0xd325, 0xd326, + 0xd327, 0x0000, 0x0000, 0x0000, + 0xd328, 0xd329, 0xd32a, 0xd32b, + 0xd32c, 0xd32d, 0xd32e, 0xd32f, + 0xd330, 0xd331, 0xd332, 0xd333, + 0xd334, 0xd335, 0xd336, 0xd337, + 0xd338, 0x0000, 0xd339, 0xd33a, + 0xd33b, 0xd33c, 0xd33d, 0xd33e, + 0xd33f, 0xd340, 0xd341, 0xd342, + 0xd343, 0x0000, 0x0000, 0x0000, + 0xd344, 0xd345, 0xd346, 0xd347, + 0xd348, 0xd349, 0xd34a, 0xd34b, + 0xd34c, 0xd34d, 0xd34e, 0xd34f, + 0xd350, 0xd351, 0xd352, 0xd353, + 0xd354, 0x0000, 0xd355, 0xd356, + 0xd357, 0xd358, 0xd359, 0xd35a, + 0xd35b, 0xd35c, 0xd35d, 0xd35e, + 0xd35f, 0x0000, 0x0000, 0x0000, + 0xd360, 0xd361, 0xd362, 0xd363, + 0xd364, 0xd365, 0xd366, 0xd367, + 0xd368, 0xd369, 0xd36a, 0xd36b, + 0xd36c, 0xd36d, 0xd36e, 0xd36f, + 0xd370, 0x0000, 0xd371, 0xd372, + 0xd373, 0xd374, 0xd375, 0xd376, + 0xd377, 0xd378, 0xd379, 0xd37a, + 0xd37b, 0x0000, 0x0000, 0x0000, + 0xd37c, 0xd37d, 0xd37e, 0xd37f, + 0xd380, 0xd381, 0xd382, 0xd383, + 0xd384, 0xd385, 0xd386, 0xd387, + 0xd388, 0xd389, 0xd38a, 0xd38b, + 0xd38c, 0x0000, 0xd38d, 0xd38e, + 0xd38f, 0xd390, 0xd391, 0xd392, + 0xd393, 0xd394, 0xd395, 0xd396, + 0xd397, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd398, 0xd399, 0xd39a, 0xd39b, + 0xd39c, 0xd39d, 0xd39e, 0xd39f, + 0xd3a0, 0xd3a1, 0xd3a2, 0xd3a3, + 0xd3a4, 0xd3a5, 0xd3a6, 0xd3a7, + 0xd3a8, 0x0000, 0xd3a9, 0xd3aa, + 0xd3ab, 0xd3ac, 0xd3ad, 0xd3ae, + 0xd3af, 0xd3b0, 0xd3b1, 0xd3b2, + 0xd3b3, 0x0000, 0x0000, 0x0000, + 0xd3b4, 0xd3b5, 0xd3b6, 0xd3b7, + 0xd3b8, 0xd3b9, 0xd3ba, 0xd3bb, + 0xd3bc, 0xd3bd, 0xd3be, 0xd3bf, + 0xd3c0, 0xd3c1, 0xd3c2, 0xd3c3, + 0xd3c4, 0x0000, 0xd3c5, 0xd3c6, + 0xd3c7, 0xd3c8, 0xd3c9, 0xd3ca, + 0xd3cb, 0xd3cc, 0xd3cd, 0xd3ce, + 0xd3cf, 0x0000, 0x0000, 0x0000, + 0xd3d0, 0xd3d1, 0xd3d2, 0xd3d3, + 0xd3d4, 0xd3d5, 0xd3d6, 0xd3d7, + 0xd3d8, 0xd3d9, 0xd3da, 0xd3db, + 0xd3dc, 0xd3dd, 0xd3de, 0xd3df, + 0xd3e0, 0x0000, 0xd3e1, 0xd3e2, + 0xd3e3, 0xd3e4, 0xd3e5, 0xd3e6, + 0xd3e7, 0xd3e8, 0xd3e9, 0xd3ea, + 0xd3eb, 0x0000, 0x0000, 0x0000, + 0xd3ec, 0xd3ed, 0xd3ee, 0xd3ef, + 0xd3f0, 0xd3f1, 0xd3f2, 0xd3f3, + 0xd3f4, 0xd3f5, 0xd3f6, 0xd3f7, + 0xd3f8, 0xd3f9, 0xd3fa, 0xd3fb, + 0xd3fc, 0x0000, 0xd3fd, 0xd3fe, + 0xd3ff, 0xd400, 0xd401, 0xd402, + 0xd403, 0xd404, 0xd405, 0xd406, + 0xd407, 0x0000, 0x0000, 0x0000, + 0xd408, 0xd409, 0xd40a, 0xd40b, + 0xd40c, 0xd40d, 0xd40e, 0xd40f, + 0xd410, 0xd411, 0xd412, 0xd413, + 0xd414, 0xd415, 0xd416, 0xd417, + 0xd418, 0x0000, 0xd419, 0xd41a, + 0xd41b, 0xd41c, 0xd41d, 0xd41e, + 0xd41f, 0xd420, 0xd421, 0xd422, + 0xd423, 0x0000, 0x0000, 0x0000, + 0xd424, 0xd425, 0xd426, 0xd427, + 0xd428, 0xd429, 0xd42a, 0xd42b, + 0xd42c, 0xd42d, 0xd42e, 0xd42f, + 0xd430, 0xd431, 0xd432, 0xd433, + 0xd434, 0x0000, 0xd435, 0xd436, + 0xd437, 0xd438, 0xd439, 0xd43a, + 0xd43b, 0xd43c, 0xd43d, 0xd43e, + 0xd43f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd440, 0xd441, 0xd442, 0xd443, + 0xd444, 0xd445, 0xd446, 0xd447, + 0xd448, 0xd449, 0xd44a, 0xd44b, + 0xd44c, 0xd44d, 0xd44e, 0xd44f, + 0xd450, 0x0000, 0xd451, 0xd452, + 0xd453, 0xd454, 0xd455, 0xd456, + 0xd457, 0xd458, 0xd459, 0xd45a, + 0xd45b, 0x0000, 0x0000, 0x0000, + 0xd45c, 0xd45d, 0xd45e, 0xd45f, + 0xd460, 0xd461, 0xd462, 0xd463, + 0xd464, 0xd465, 0xd466, 0xd467, + 0xd468, 0xd469, 0xd46a, 0xd46b, + 0xd46c, 0x0000, 0xd46d, 0xd46e, + 0xd46f, 0xd470, 0xd471, 0xd472, + 0xd473, 0xd474, 0xd475, 0xd476, + 0xd477, 0x0000, 0x0000, 0x0000, + 0xd478, 0xd479, 0xd47a, 0xd47b, + 0xd47c, 0xd47d, 0xd47e, 0xd47f, + 0xd480, 0xd481, 0xd482, 0xd483, + 0xd484, 0xd485, 0xd486, 0xd487, + 0xd488, 0x0000, 0xd489, 0xd48a, + 0xd48b, 0xd48c, 0xd48d, 0xd48e, + 0xd48f, 0xd490, 0xd491, 0xd492, + 0xd493, 0x0000, 0x0000, 0x0000, + 0xd494, 0xd495, 0xd496, 0xd497, + 0xd498, 0xd499, 0xd49a, 0xd49b, + 0xd49c, 0xd49d, 0xd49e, 0xd49f, + 0xd4a0, 0xd4a1, 0xd4a2, 0xd4a3, + 0xd4a4, 0x0000, 0xd4a5, 0xd4a6, + 0xd4a7, 0xd4a8, 0xd4a9, 0xd4aa, + 0xd4ab, 0xd4ac, 0xd4ad, 0xd4ae, + 0xd4af, 0x0000, 0x0000, 0x0000, + 0xd4b0, 0xd4b1, 0xd4b2, 0xd4b3, + 0xd4b4, 0xd4b5, 0xd4b6, 0xd4b7, + 0xd4b8, 0xd4b9, 0xd4ba, 0xd4bb, + 0xd4bc, 0xd4bd, 0xd4be, 0xd4bf, + 0xd4c0, 0x0000, 0xd4c1, 0xd4c2, + 0xd4c3, 0xd4c4, 0xd4c5, 0xd4c6, + 0xd4c7, 0xd4c8, 0xd4c9, 0xd4ca, + 0xd4cb, 0x0000, 0x0000, 0x0000, + 0xd4cc, 0xd4cd, 0xd4ce, 0xd4cf, + 0xd4d0, 0xd4d1, 0xd4d2, 0xd4d3, + 0xd4d4, 0xd4d5, 0xd4d6, 0xd4d7, + 0xd4d8, 0xd4d9, 0xd4da, 0xd4db, + 0xd4dc, 0x0000, 0xd4dd, 0xd4de, + 0xd4df, 0xd4e0, 0xd4e1, 0xd4e2, + 0xd4e3, 0xd4e4, 0xd4e5, 0xd4e6, + 0xd4e7, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd4e8, 0xd4e9, 0xd4ea, 0xd4eb, + 0xd4ec, 0xd4ed, 0xd4ee, 0xd4ef, + 0xd4f0, 0xd4f1, 0xd4f2, 0xd4f3, + 0xd4f4, 0xd4f5, 0xd4f6, 0xd4f7, + 0xd4f8, 0x0000, 0xd4f9, 0xd4fa, + 0xd4fb, 0xd4fc, 0xd4fd, 0xd4fe, + 0xd4ff, 0xd500, 0xd501, 0xd502, + 0xd503, 0x0000, 0x0000, 0x0000, + 0xd504, 0xd505, 0xd506, 0xd507, + 0xd508, 0xd509, 0xd50a, 0xd50b, + 0xd50c, 0xd50d, 0xd50e, 0xd50f, + 0xd510, 0xd511, 0xd512, 0xd513, + 0xd514, 0x0000, 0xd515, 0xd516, + 0xd517, 0xd518, 0xd519, 0xd51a, + 0xd51b, 0xd51c, 0xd51d, 0xd51e, + 0xd51f, 0x0000, 0x0000, 0x0000, + 0xd520, 0xd521, 0xd522, 0xd523, + 0xd524, 0xd525, 0xd526, 0xd527, + 0xd528, 0xd529, 0xd52a, 0xd52b, + 0xd52c, 0xd52d, 0xd52e, 0xd52f, + 0xd530, 0x0000, 0xd531, 0xd532, + 0xd533, 0xd534, 0xd535, 0xd536, + 0xd537, 0xd538, 0xd539, 0xd53a, + 0xd53b, 0x0000, 0x0000, 0x0000, + 0xd53c, 0xd53d, 0xd53e, 0xd53f, + 0xd540, 0xd541, 0xd542, 0xd543, + 0xd544, 0xd545, 0xd546, 0xd547, + 0xd548, 0xd549, 0xd54a, 0xd54b, + 0xd54c, 0x0000, 0xd54d, 0xd54e, + 0xd54f, 0xd550, 0xd551, 0xd552, + 0xd553, 0xd554, 0xd555, 0xd556, + 0xd557, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x314e, 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, + 0xd558, 0xd559, 0xd55a, 0xd55b, + 0xd55c, 0xd55d, 0xd55e, 0xd55f, + 0xd560, 0xd561, 0xd562, 0xd563, + 0xd564, 0xd565, 0xd566, 0xd567, + 0xd568, 0x0000, 0xd569, 0xd56a, + 0xd56b, 0xd56c, 0xd56d, 0xd56e, + 0xd56f, 0xd570, 0xd571, 0xd572, + 0xd573, 0x0000, 0x0000, 0x0000, + 0xd574, 0xd575, 0xd576, 0xd577, + 0xd578, 0xd579, 0xd57a, 0xd57b, + 0xd57c, 0xd57d, 0xd57e, 0xd57f, + 0xd580, 0xd581, 0xd582, 0xd583, + 0xd584, 0x0000, 0xd585, 0xd586, + 0xd587, 0xd588, 0xd589, 0xd58a, + 0xd58b, 0xd58c, 0xd58d, 0xd58e, + 0xd58f, 0x0000, 0x0000, 0x0000, + 0xd590, 0xd591, 0xd592, 0xd593, + 0xd594, 0xd595, 0xd596, 0xd597, + 0xd598, 0xd599, 0xd59a, 0xd59b, + 0xd59c, 0xd59d, 0xd59e, 0xd59f, + 0xd5a0, 0x0000, 0xd5a1, 0xd5a2, + 0xd5a3, 0xd5a4, 0xd5a5, 0xd5a6, + 0xd5a7, 0xd5a8, 0xd5a9, 0xd5aa, + 0xd5ab, 0x0000, 0x0000, 0x0000, + 0xd5ac, 0xd5ad, 0xd5ae, 0xd5af, + 0xd5b0, 0xd5b1, 0xd5b2, 0xd5b3, + 0xd5b4, 0xd5b5, 0xd5b6, 0xd5b7, + 0xd5b8, 0xd5b9, 0xd5ba, 0xd5bb, + 0xd5bc, 0x0000, 0xd5bd, 0xd5be, + 0xd5bf, 0xd5c0, 0xd5c1, 0xd5c2, + 0xd5c3, 0xd5c4, 0xd5c5, 0xd5c6, + 0xd5c7, 0x0000, 0x0000, 0x0000, + 0xd5c8, 0xd5c9, 0xd5ca, 0xd5cb, + 0xd5cc, 0xd5cd, 0xd5ce, 0xd5cf, + 0xd5d0, 0xd5d1, 0xd5d2, 0xd5d3, + 0xd5d4, 0xd5d5, 0xd5d6, 0xd5d7, + 0xd5d8, 0x0000, 0xd5d9, 0xd5da, + 0xd5db, 0xd5dc, 0xd5dd, 0xd5de, + 0xd5df, 0xd5e0, 0xd5e1, 0xd5e2, + 0xd5e3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd5e4, 0xd5e5, 0xd5e6, 0xd5e7, + 0xd5e8, 0xd5e9, 0xd5ea, 0xd5eb, + 0xd5ec, 0xd5ed, 0xd5ee, 0xd5ef, + 0xd5f0, 0xd5f1, 0xd5f2, 0xd5f3, + 0xd5f4, 0x0000, 0xd5f5, 0xd5f6, + 0xd5f7, 0xd5f8, 0xd5f9, 0xd5fa, + 0xd5fb, 0xd5fc, 0xd5fd, 0xd5fe, + 0xd5ff, 0x0000, 0x0000, 0x0000, + 0xd600, 0xd601, 0xd602, 0xd603, + 0xd604, 0xd605, 0xd606, 0xd607, + 0xd608, 0xd609, 0xd60a, 0xd60b, + 0xd60c, 0xd60d, 0xd60e, 0xd60f, + 0xd610, 0x0000, 0xd611, 0xd612, + 0xd613, 0xd614, 0xd615, 0xd616, + 0xd617, 0xd618, 0xd619, 0xd61a, + 0xd61b, 0x0000, 0x0000, 0x0000, + 0xd61c, 0xd61d, 0xd61e, 0xd61f, + 0xd620, 0xd621, 0xd622, 0xd623, + 0xd624, 0xd625, 0xd626, 0xd627, + 0xd628, 0xd629, 0xd62a, 0xd62b, + 0xd62c, 0x0000, 0xd62d, 0xd62e, + 0xd62f, 0xd630, 0xd631, 0xd632, + 0xd633, 0xd634, 0xd635, 0xd636, + 0xd637, 0x0000, 0x0000, 0x0000, + 0xd638, 0xd639, 0xd63a, 0xd63b, + 0xd63c, 0xd63d, 0xd63e, 0xd63f, + 0xd640, 0xd641, 0xd642, 0xd643, + 0xd644, 0xd645, 0xd646, 0xd647, + 0xd648, 0x0000, 0xd649, 0xd64a, + 0xd64b, 0xd64c, 0xd64d, 0xd64e, + 0xd64f, 0xd650, 0xd651, 0xd652, + 0xd653, 0x0000, 0x0000, 0x0000, + 0xd654, 0xd655, 0xd656, 0xd657, + 0xd658, 0xd659, 0xd65a, 0xd65b, + 0xd65c, 0xd65d, 0xd65e, 0xd65f, + 0xd660, 0xd661, 0xd662, 0xd663, + 0xd664, 0x0000, 0xd665, 0xd666, + 0xd667, 0xd668, 0xd669, 0xd66a, + 0xd66b, 0xd66c, 0xd66d, 0xd66e, + 0xd66f, 0x0000, 0x0000, 0x0000, + 0xd670, 0xd671, 0xd672, 0xd673, + 0xd674, 0xd675, 0xd676, 0xd677, + 0xd678, 0xd679, 0xd67a, 0xd67b, + 0xd67c, 0xd67d, 0xd67e, 0xd67f, + 0xd680, 0x0000, 0xd681, 0xd682, + 0xd683, 0xd684, 0xd685, 0xd686, + 0xd687, 0xd688, 0xd689, 0xd68a, + 0xd68b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd68c, 0xd68d, 0xd68e, 0xd68f, + 0xd690, 0xd691, 0xd692, 0xd693, + 0xd694, 0xd695, 0xd696, 0xd697, + 0xd698, 0xd699, 0xd69a, 0xd69b, + 0xd69c, 0x0000, 0xd69d, 0xd69e, + 0xd69f, 0xd6a0, 0xd6a1, 0xd6a2, + 0xd6a3, 0xd6a4, 0xd6a5, 0xd6a6, + 0xd6a7, 0x0000, 0x0000, 0x0000, + 0xd6a8, 0xd6a9, 0xd6aa, 0xd6ab, + 0xd6ac, 0xd6ad, 0xd6ae, 0xd6af, + 0xd6b0, 0xd6b1, 0xd6b2, 0xd6b3, + 0xd6b4, 0xd6b5, 0xd6b6, 0xd6b7, + 0xd6b8, 0x0000, 0xd6b9, 0xd6ba, + 0xd6bb, 0xd6bc, 0xd6bd, 0xd6be, + 0xd6bf, 0xd6c0, 0xd6c1, 0xd6c2, + 0xd6c3, 0x0000, 0x0000, 0x0000, + 0xd6c4, 0xd6c5, 0xd6c6, 0xd6c7, + 0xd6c8, 0xd6c9, 0xd6ca, 0xd6cb, + 0xd6cc, 0xd6cd, 0xd6ce, 0xd6cf, + 0xd6d0, 0xd6d1, 0xd6d2, 0xd6d3, + 0xd6d4, 0x0000, 0xd6d5, 0xd6d6, + 0xd6d7, 0xd6d8, 0xd6d9, 0xd6da, + 0xd6db, 0xd6dc, 0xd6dd, 0xd6de, + 0xd6df, 0x0000, 0x0000, 0x0000, + 0xd6e0, 0xd6e1, 0xd6e2, 0xd6e3, + 0xd6e4, 0xd6e5, 0xd6e6, 0xd6e7, + 0xd6e8, 0xd6e9, 0xd6ea, 0xd6eb, + 0xd6ec, 0xd6ed, 0xd6ee, 0xd6ef, + 0xd6f0, 0x0000, 0xd6f1, 0xd6f2, + 0xd6f3, 0xd6f4, 0xd6f5, 0xd6f6, + 0xd6f7, 0xd6f8, 0xd6f9, 0xd6fa, + 0xd6fb, 0x0000, 0x0000, 0x0000, + 0xd6fc, 0xd6fd, 0xd6fe, 0xd6ff, + 0xd700, 0xd701, 0xd702, 0xd703, + 0xd704, 0xd705, 0xd706, 0xd707, + 0xd708, 0xd709, 0xd70a, 0xd70b, + 0xd70c, 0x0000, 0xd70d, 0xd70e, + 0xd70f, 0xd710, 0xd711, 0xd712, + 0xd713, 0xd714, 0xd715, 0xd716, + 0xd717, 0x0000, 0x0000, 0x0000, + 0xd718, 0xd719, 0xd71a, 0xd71b, + 0xd71c, 0xd71d, 0xd71e, 0xd71f, + 0xd720, 0xd721, 0xd722, 0xd723, + 0xd724, 0xd725, 0xd726, 0xd727, + 0xd728, 0x0000, 0xd729, 0xd72a, + 0xd72b, 0xd72c, 0xd72d, 0xd72e, + 0xd72f, 0xd730, 0xd731, 0xd732, + 0xd733, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xd734, 0xd735, 0xd736, 0xd737, + 0xd738, 0xd739, 0xd73a, 0xd73b, + 0xd73c, 0xd73d, 0xd73e, 0xd73f, + 0xd740, 0xd741, 0xd742, 0xd743, + 0xd744, 0x0000, 0xd745, 0xd746, + 0xd747, 0xd748, 0xd749, 0xd74a, + 0xd74b, 0xd74c, 0xd74d, 0xd74e, + 0xd74f, 0x0000, 0x0000, 0x0000, + 0xd750, 0xd751, 0xd752, 0xd753, + 0xd754, 0xd755, 0xd756, 0xd757, + 0xd758, 0xd759, 0xd75a, 0xd75b, + 0xd75c, 0xd75d, 0xd75e, 0xd75f, + 0xd760, 0x0000, 0xd761, 0xd762, + 0xd763, 0xd764, 0xd765, 0xd766, + 0xd767, 0xd768, 0xd769, 0xd76a, + 0xd76b, 0x0000, 0x0000, 0x0000, + 0xd76c, 0xd76d, 0xd76e, 0xd76f, + 0xd770, 0xd771, 0xd772, 0xd773, + 0xd774, 0xd775, 0xd776, 0xd777, + 0xd778, 0xd779, 0xd77a, 0xd77b, + 0xd77c, 0x0000, 0xd77d, 0xd77e, + 0xd77f, 0xd780, 0xd781, 0xd782, + 0xd783, 0xd784, 0xd785, 0xd786, + 0xd787, 0x0000, 0x0000, 0x0000, + 0xd788, 0xd789, 0xd78a, 0xd78b, + 0xd78c, 0xd78d, 0xd78e, 0xd78f, + 0xd790, 0xd791, 0xd792, 0xd793, + 0xd794, 0xd795, 0xd796, 0xd797, + 0xd798, 0x0000, 0xd799, 0xd79a, + 0xd79b, 0xd79c, 0xd79d, 0xd79e, + 0xd79f, 0xd7a0, 0xd7a1, 0xd7a2, + 0xd7a3, 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, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe000, 0xe001, 0xe002, 0xe003, + 0xe004, 0xe005, 0xe006, 0xe007, + 0xe008, 0xe009, 0xe00a, 0xe00b, + 0xe00c, 0xe00d, 0xe00e, 0xe00f, + 0xe010, 0xe011, 0xe012, 0xe013, + 0xe014, 0xe015, 0xe016, 0xe017, + 0xe018, 0xe019, 0xe01a, 0xe01b, + 0xe01c, 0xe01d, 0xe01e, 0xe01f, + 0xe020, 0xe021, 0xe022, 0xe023, + 0xe024, 0xe025, 0xe026, 0xe027, + 0xe028, 0xe029, 0xe02a, 0xe02b, + 0xe02c, 0xe02d, 0xe02e, 0xe02f, + 0xe030, 0xe031, 0xe032, 0xe033, + 0xe034, 0xe035, 0xe036, 0xe037, + 0xe038, 0xe039, 0xe03a, 0xe03b, + 0xe03c, 0xe03d, 0xe03e, 0x0000, + 0xe03f, 0xe040, 0xe041, 0xe042, + 0xe043, 0xe044, 0xe045, 0xe046, + 0xe047, 0xe048, 0xe049, 0xe04a, + 0xe04b, 0xe04c, 0xe04d, 0xe04e, + 0xe04f, 0xe050, 0xe051, 0xe052, + 0xe053, 0xe054, 0xe055, 0xe056, + 0xe057, 0xe058, 0xe059, 0xe05a, + 0xe05b, 0xe05c, 0xe05d, 0xe05e, + 0xe05f, 0xe060, 0xe061, 0xe062, + 0xe063, 0xe064, 0xe065, 0xe066, + 0xe067, 0xe068, 0xe069, 0xe06a, + 0xe06b, 0xe06c, 0xe06d, 0xe06e, + 0xe06f, 0xe070, 0xe071, 0xe072, + 0xe073, 0xe074, 0xe075, 0xe076, + 0xe077, 0xe078, 0xe079, 0xe07a, + 0xe07b, 0xe07c, 0xe07d, 0xe07e, + 0xe07f, 0xe080, 0xe081, 0xe082, + 0xe083, 0xe084, 0xe085, 0xe086, + 0xe087, 0xe088, 0xe089, 0xe08a, + 0xe08b, 0xe08c, 0xe08d, 0xe08e, + 0xe08f, 0xe090, 0xe091, 0xe092, + 0xe093, 0xe094, 0xe095, 0xe096, + 0xe097, 0xe098, 0xe099, 0xe09a, + 0xe09b, 0xe09c, 0xe09d, 0xe09e, + 0xe09f, 0xe0a0, 0xe0a1, 0xe0a2, + 0xe0a3, 0xe0a4, 0xe0a5, 0xe0a6, + 0xe0a7, 0xe0a8, 0xe0a9, 0xe0aa, + 0xe0ab, 0xe0ac, 0xe0ad, 0xe0ae, + 0xe0af, 0xe0b0, 0xe0b1, 0xe0b2, + 0xe0b3, 0xe0b4, 0xe0b5, 0xe0b6, + 0xe0b7, 0xe0b8, 0xe0b9, 0xe0ba, + 0xe0bb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe0bc, 0xe0bd, 0xe0be, 0xe0bf, + 0xe0c0, 0xe0c1, 0xe0c2, 0xe0c3, + 0xe0c4, 0xe0c5, 0xe0c6, 0xe0c7, + 0xe0c8, 0xe0c9, 0xe0ca, 0xe0cb, + 0xe0cc, 0xe0cd, 0xe0ce, 0xe0cf, + 0xe0d0, 0xe0d1, 0xe0d2, 0xe0d3, + 0xe0d4, 0xe0d5, 0xe0d6, 0xe0d7, + 0xe0d8, 0xe0d9, 0xe0da, 0xe0db, + 0xe0dc, 0xe0dd, 0xe0de, 0xe0df, + 0xe0e0, 0xe0e1, 0xe0e2, 0xe0e3, + 0xe0e4, 0xe0e5, 0xe0e6, 0xe0e7, + 0xe0e8, 0xe0e9, 0xe0ea, 0xe0eb, + 0xe0ec, 0xe0ed, 0xe0ee, 0xe0ef, + 0xe0f0, 0xe0f1, 0xe0f2, 0xe0f3, + 0xe0f4, 0xe0f5, 0xe0f6, 0xe0f7, + 0xe0f8, 0xe0f9, 0xe0fa, 0x0000, + 0xe0fb, 0xe0fc, 0xe0fd, 0xe0fe, + 0xe0ff, 0xe100, 0xe101, 0xe102, + 0xe103, 0xe104, 0xe105, 0xe106, + 0xe107, 0xe108, 0xe109, 0xe10a, + 0xe10b, 0xe10c, 0xe10d, 0xe10e, + 0xe10f, 0xe110, 0xe111, 0xe112, + 0xe113, 0xe114, 0xe115, 0xe116, + 0xe117, 0xe118, 0xe119, 0xe11a, + 0xe11b, 0xe11c, 0xe11d, 0xe11e, + 0xe11f, 0xe120, 0xe121, 0xe122, + 0xe123, 0xe124, 0xe125, 0xe126, + 0xe127, 0xe128, 0xe129, 0xe12a, + 0xe12b, 0xe12c, 0xe12d, 0xe12e, + 0xe12f, 0xe130, 0xe131, 0xe132, + 0xe133, 0xe134, 0xe135, 0xe136, + 0xe137, 0xe138, 0xe139, 0xe13a, + 0xe13b, 0xe13c, 0xe13d, 0xe13e, + 0xe13f, 0xe140, 0xe141, 0xe142, + 0xe143, 0xe144, 0xe145, 0xe146, + 0xe147, 0xe148, 0xe149, 0xe14a, + 0xe14b, 0xe14c, 0xe14d, 0xe14e, + 0xe14f, 0xe150, 0xe151, 0xe152, + 0xe153, 0xe154, 0xe155, 0xe156, + 0xe157, 0xe158, 0xe159, 0xe15a, + 0xe15b, 0xe15c, 0xe15d, 0xe15e, + 0xe15f, 0xe160, 0xe161, 0xe162, + 0xe163, 0xe164, 0xe165, 0xe166, + 0xe167, 0xe168, 0xe169, 0xe16a, + 0xe16b, 0xe16c, 0xe16d, 0xe16e, + 0xe16f, 0xe170, 0xe171, 0xe172, + 0xe173, 0xe174, 0xe175, 0xe176, + 0xe177, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe178, 0xe179, 0xe17a, 0xe17b, + 0xe17c, 0xe17d, 0xe17e, 0xe17f, + 0xe180, 0xe181, 0xe182, 0xe183, + 0xe184, 0xe185, 0xe186, 0xe187, + 0xe188, 0xe189, 0xe18a, 0xe18b, + 0xe18c, 0xe18d, 0xe18e, 0xe18f, + 0xe190, 0xe191, 0xe192, 0xe193, + 0xe194, 0xe195, 0xe196, 0xe197, + 0xe198, 0xe199, 0xe19a, 0xe19b, + 0xe19c, 0xe19d, 0xe19e, 0xe19f, + 0xe1a0, 0xe1a1, 0xe1a2, 0xe1a3, + 0xe1a4, 0xe1a5, 0xe1a6, 0xe1a7, + 0xe1a8, 0xe1a9, 0xe1aa, 0xe1ab, + 0xe1ac, 0xe1ad, 0xe1ae, 0xe1af, + 0xe1b0, 0xe1b1, 0xe1b2, 0xe1b3, + 0xe1b4, 0xe1b5, 0xe1b6, 0x0000, + 0xe1b7, 0xe1b8, 0xe1b9, 0xe1ba, + 0xe1bb, 0xe1bc, 0xe1bd, 0xe1be, + 0xe1bf, 0xe1c0, 0xe1c1, 0xe1c2, + 0xe1c3, 0xe1c4, 0xe1c5, 0xe1c6, + 0xe1c7, 0xe1c8, 0xe1c9, 0xe1ca, + 0xe1cb, 0xe1cc, 0xe1cd, 0xe1ce, + 0xe1cf, 0xe1d0, 0xe1d1, 0xe1d2, + 0xe1d3, 0xe1d4, 0xe1d5, 0xe1d6, + 0xe1d7, 0xe1d8, 0xe1d9, 0xe1da, + 0xe1db, 0xe1dc, 0xe1dd, 0xe1de, + 0xe1df, 0xe1e0, 0xe1e1, 0xe1e2, + 0xe1e3, 0xe1e4, 0xe1e5, 0xe1e6, + 0xe1e7, 0xe1e8, 0xe1e9, 0xe1ea, + 0xe1eb, 0xe1ec, 0xe1ed, 0xe1ee, + 0xe1ef, 0xe1f0, 0xe1f1, 0xe1f2, + 0xe1f3, 0xe1f4, 0xe1f5, 0xe1f6, + 0xe1f7, 0xe1f8, 0xe1f9, 0xe1fa, + 0xe1fb, 0xe1fc, 0xe1fd, 0xe1fe, + 0xe1ff, 0xe200, 0xe201, 0xe202, + 0xe203, 0xe204, 0xe205, 0xe206, + 0xe207, 0xe208, 0xe209, 0xe20a, + 0xe20b, 0xe20c, 0xe20d, 0xe20e, + 0xe20f, 0xe210, 0xe211, 0xe212, + 0xe213, 0xe214, 0xe215, 0xe216, + 0xe217, 0xe218, 0xe219, 0xe21a, + 0xe21b, 0xe21c, 0xe21d, 0xe21e, + 0xe21f, 0xe220, 0xe221, 0xe222, + 0xe223, 0xe224, 0xe225, 0xe226, + 0xe227, 0xe228, 0xe229, 0xe22a, + 0xe22b, 0xe22c, 0xe22d, 0xe22e, + 0xe22f, 0xe230, 0xe231, 0xe232, + 0xe233, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe234, 0xe235, 0xe236, 0xe237, + 0xe238, 0xe239, 0xe23a, 0xe23b, + 0xe23c, 0xe23d, 0xe23e, 0xe23f, + 0xe240, 0xe241, 0xe242, 0xe243, + 0xe244, 0xe245, 0xe246, 0xe247, + 0xe248, 0xe249, 0xe24a, 0xe24b, + 0xe24c, 0xe24d, 0xe24e, 0xe24f, + 0xe250, 0xe251, 0xe252, 0xe253, + 0xe254, 0xe255, 0xe256, 0xe257, + 0xe258, 0xe259, 0xe25a, 0xe25b, + 0xe25c, 0xe25d, 0xe25e, 0xe25f, + 0xe260, 0xe261, 0xe262, 0xe263, + 0xe264, 0xe265, 0xe266, 0xe267, + 0xe268, 0xe269, 0xe26a, 0xe26b, + 0xe26c, 0xe26d, 0xe26e, 0xe26f, + 0xe270, 0xe271, 0xe272, 0x0000, + 0xe273, 0xe274, 0xe275, 0xe276, + 0xe277, 0xe278, 0xe279, 0xe27a, + 0xe27b, 0xe27c, 0xe27d, 0xe27e, + 0xe27f, 0xe280, 0xe281, 0xe282, + 0xe283, 0xe284, 0xe285, 0xe286, + 0xe287, 0xe288, 0xe289, 0xe28a, + 0xe28b, 0xe28c, 0xe28d, 0xe28e, + 0xe28f, 0xe290, 0xe291, 0xe292, + 0xe293, 0xe294, 0xe295, 0xe296, + 0xe297, 0xe298, 0xe299, 0xe29a, + 0xe29b, 0xe29c, 0xe29d, 0xe29e, + 0xe29f, 0xe2a0, 0xe2a1, 0xe2a2, + 0xe2a3, 0xe2a4, 0xe2a5, 0xe2a6, + 0xe2a7, 0xe2a8, 0xe2a9, 0xe2aa, + 0xe2ab, 0xe2ac, 0xe2ad, 0xe2ae, + 0xe2af, 0xe2b0, 0xe2b1, 0xe2b2, + 0xe2b3, 0xe2b4, 0xe2b5, 0xe2b6, + 0xe2b7, 0xe2b8, 0xe2b9, 0xe2ba, + 0xe2bb, 0xe2bc, 0xe2bd, 0xe2be, + 0xe2bf, 0xe2c0, 0xe2c1, 0xe2c2, + 0xe2c3, 0xe2c4, 0xe2c5, 0xe2c6, + 0xe2c7, 0xe2c8, 0xe2c9, 0xe2ca, + 0xe2cb, 0xe2cc, 0xe2cd, 0xe2ce, + 0xe2cf, 0xe2d0, 0xe2d1, 0xe2d2, + 0xe2d3, 0xe2d4, 0xe2d5, 0xe2d6, + 0xe2d7, 0xe2d8, 0xe2d9, 0xe2da, + 0xe2db, 0xe2dc, 0xe2dd, 0xe2de, + 0xe2df, 0xe2e0, 0xe2e1, 0xe2e2, + 0xe2e3, 0xe2e4, 0xe2e5, 0xe2e6, + 0xe2e7, 0xe2e8, 0xe2e9, 0xe2ea, + 0xe2eb, 0xe2ec, 0xe2ed, 0xe2ee, + 0xe2ef, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe2f0, 0xe2f1, 0xe2f2, 0xe2f3, + 0xe2f4, 0xe2f5, 0xe2f6, 0xe2f7, + 0xe2f8, 0xe2f9, 0xe2fa, 0xe2fb, + 0xe2fc, 0xe2fd, 0xe2fe, 0xe2ff, + 0xe300, 0xe301, 0xe302, 0xe303, + 0xe304, 0xe305, 0xe306, 0xe307, + 0xe308, 0xe309, 0xe30a, 0xe30b, + 0xe30c, 0xe30d, 0xe30e, 0xe30f, + 0xe310, 0xe311, 0xe312, 0xe313, + 0xe314, 0xe315, 0xe316, 0xe317, + 0xe318, 0xe319, 0xe31a, 0xe31b, + 0xe31c, 0xe31d, 0xe31e, 0xe31f, + 0xe320, 0xe321, 0xe322, 0xe323, + 0xe324, 0xe325, 0xe326, 0xe327, + 0xe328, 0xe329, 0xe32a, 0xe32b, + 0xe32c, 0xe32d, 0xe32e, 0x0000, + 0xe32f, 0xe330, 0xe331, 0xe332, + 0xe333, 0xe334, 0xe335, 0xe336, + 0xe337, 0xe338, 0xe339, 0xe33a, + 0xe33b, 0xe33c, 0xe33d, 0xe33e, + 0xe33f, 0xe340, 0xe341, 0xe342, + 0xe343, 0xe344, 0xe345, 0xe346, + 0xe347, 0xe348, 0xe349, 0xe34a, + 0xe34b, 0xe34c, 0xe34d, 0xe34e, + 0xe34f, 0xe350, 0xe351, 0xe352, + 0xe353, 0xe354, 0xe355, 0xe356, + 0xe357, 0xe358, 0xe359, 0xe35a, + 0xe35b, 0xe35c, 0xe35d, 0xe35e, + 0xe35f, 0xe360, 0xe361, 0xe362, + 0xe363, 0xe364, 0xe365, 0xe366, + 0xe367, 0xe368, 0xe369, 0xe36a, + 0xe36b, 0xe36c, 0xe36d, 0xe36e, + 0xe36f, 0xe370, 0xe371, 0xe372, + 0xe373, 0xe374, 0xe375, 0xe376, + 0xe377, 0xe378, 0xe379, 0xe37a, + 0xe37b, 0xe37c, 0xe37d, 0xe37e, + 0xe37f, 0xe380, 0xe381, 0xe382, + 0xe383, 0xe384, 0xe385, 0xe386, + 0xe387, 0xe388, 0xe389, 0xe38a, + 0xe38b, 0xe38c, 0xe38d, 0xe38e, + 0xe38f, 0xe390, 0xe391, 0xe392, + 0xe393, 0xe394, 0xe395, 0xe396, + 0xe397, 0xe398, 0xe399, 0xe39a, + 0xe39b, 0xe39c, 0xe39d, 0xe39e, + 0xe39f, 0xe3a0, 0xe3a1, 0xe3a2, + 0xe3a3, 0xe3a4, 0xe3a5, 0xe3a6, + 0xe3a7, 0xe3a8, 0xe3a9, 0xe3aa, + 0xe3ab, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe3ac, 0xe3ad, 0xe3ae, 0xe3af, + 0xe3b0, 0xe3b1, 0xe3b2, 0xe3b3, + 0xe3b4, 0xe3b5, 0xe3b6, 0xe3b7, + 0xe3b8, 0xe3b9, 0xe3ba, 0xe3bb, + 0xe3bc, 0xe3bd, 0xe3be, 0xe3bf, + 0xe3c0, 0xe3c1, 0xe3c2, 0xe3c3, + 0xe3c4, 0xe3c5, 0xe3c6, 0xe3c7, + 0xe3c8, 0xe3c9, 0xe3ca, 0xe3cb, + 0xe3cc, 0xe3cd, 0xe3ce, 0xe3cf, + 0xe3d0, 0xe3d1, 0xe3d2, 0xe3d3, + 0xe3d4, 0xe3d5, 0xe3d6, 0xe3d7, + 0xe3d8, 0xe3d9, 0xe3da, 0xe3db, + 0xe3dc, 0xe3dd, 0xe3de, 0xe3df, + 0xe3e0, 0xe3e1, 0xe3e2, 0xe3e3, + 0xe3e4, 0xe3e5, 0xe3e6, 0xe3e7, + 0xe3e8, 0xe3e9, 0xe3ea, 0x0000, + 0xe3eb, 0xe3ec, 0xe3ed, 0xe3ee, + 0xe3ef, 0xe3f0, 0xe3f1, 0xe3f2, + 0xe3f3, 0xe3f4, 0xe3f5, 0xe3f6, + 0xe3f7, 0xe3f8, 0xe3f9, 0xe3fa, + 0xe3fb, 0xe3fc, 0xe3fd, 0xe3fe, + 0xe3ff, 0xe400, 0xe401, 0xe402, + 0xe403, 0xe404, 0xe405, 0xe406, + 0xe407, 0xe408, 0xe409, 0xe40a, + 0xe40b, 0xe40c, 0xe40d, 0xe40e, + 0xe40f, 0xe410, 0xe411, 0xe412, + 0xe413, 0xe414, 0xe415, 0xe416, + 0xe417, 0xe418, 0xe419, 0xe41a, + 0xe41b, 0xe41c, 0xe41d, 0xe41e, + 0xe41f, 0xe420, 0xe421, 0xe422, + 0xe423, 0xe424, 0xe425, 0xe426, + 0xe427, 0xe428, 0xe429, 0xe42a, + 0xe42b, 0xe42c, 0xe42d, 0xe42e, + 0xe42f, 0xe430, 0xe431, 0xe432, + 0xe433, 0xe434, 0xe435, 0xe436, + 0xe437, 0xe438, 0xe439, 0xe43a, + 0xe43b, 0xe43c, 0xe43d, 0xe43e, + 0xe43f, 0xe440, 0xe441, 0xe442, + 0xe443, 0xe444, 0xe445, 0xe446, + 0xe447, 0xe448, 0xe449, 0xe44a, + 0xe44b, 0xe44c, 0xe44d, 0xe44e, + 0xe44f, 0xe450, 0xe451, 0xe452, + 0xe453, 0xe454, 0xe455, 0xe456, + 0xe457, 0xe458, 0xe459, 0xe45a, + 0xe45b, 0xe45c, 0xe45d, 0xe45e, + 0xe45f, 0xe460, 0xe461, 0xe462, + 0xe463, 0xe464, 0xe465, 0xe466, + 0xe467, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe468, 0xe469, 0xe46a, 0xe46b, + 0xe46c, 0xe46d, 0xe46e, 0xe46f, + 0xe470, 0xe471, 0xe472, 0xe473, + 0xe474, 0xe475, 0xe476, 0xe477, + 0xe478, 0xe479, 0xe47a, 0xe47b, + 0xe47c, 0xe47d, 0xe47e, 0xe47f, + 0xe480, 0xe481, 0xe482, 0xe483, + 0xe484, 0xe485, 0xe486, 0xe487, + 0xe488, 0xe489, 0xe48a, 0xe48b, + 0xe48c, 0xe48d, 0xe48e, 0xe48f, + 0xe490, 0xe491, 0xe492, 0xe493, + 0xe494, 0xe495, 0xe496, 0xe497, + 0xe498, 0xe499, 0xe49a, 0xe49b, + 0xe49c, 0xe49d, 0xe49e, 0xe49f, + 0xe4a0, 0xe4a1, 0xe4a2, 0xe4a3, + 0xe4a4, 0xe4a5, 0xe4a6, 0x0000, + 0xe4a7, 0xe4a8, 0xe4a9, 0xe4aa, + 0xe4ab, 0xe4ac, 0xe4ad, 0xe4ae, + 0xe4af, 0xe4b0, 0xe4b1, 0xe4b2, + 0xe4b3, 0xe4b4, 0xe4b5, 0xe4b6, + 0xe4b7, 0xe4b8, 0xe4b9, 0xe4ba, + 0xe4bb, 0xe4bc, 0xe4bd, 0xe4be, + 0xe4bf, 0xe4c0, 0xe4c1, 0xe4c2, + 0xe4c3, 0xe4c4, 0xe4c5, 0xe4c6, + 0xe4c7, 0xe4c8, 0xe4c9, 0xe4ca, + 0xe4cb, 0xe4cc, 0xe4cd, 0xe4ce, + 0xe4cf, 0xe4d0, 0xe4d1, 0xe4d2, + 0xe4d3, 0xe4d4, 0xe4d5, 0xe4d6, + 0xe4d7, 0xe4d8, 0xe4d9, 0xe4da, + 0xe4db, 0xe4dc, 0xe4dd, 0xe4de, + 0xe4df, 0xe4e0, 0xe4e1, 0xe4e2, + 0xe4e3, 0xe4e4, 0xe4e5, 0xe4e6, + 0xe4e7, 0xe4e8, 0xe4e9, 0xe4ea, + 0xe4eb, 0xe4ec, 0xe4ed, 0xe4ee, + 0xe4ef, 0xe4f0, 0xe4f1, 0xe4f2, + 0xe4f3, 0xe4f4, 0xe4f5, 0xe4f6, + 0xe4f7, 0xe4f8, 0xe4f9, 0xe4fa, + 0xe4fb, 0xe4fc, 0xe4fd, 0xe4fe, + 0xe4ff, 0xe500, 0xe501, 0xe502, + 0xe503, 0xe504, 0xe505, 0xe506, + 0xe507, 0xe508, 0xe509, 0xe50a, + 0xe50b, 0xe50c, 0xe50d, 0xe50e, + 0xe50f, 0xe510, 0xe511, 0xe512, + 0xe513, 0xe514, 0xe515, 0xe516, + 0xe517, 0xe518, 0xe519, 0xe51a, + 0xe51b, 0xe51c, 0xe51d, 0xe51e, + 0xe51f, 0xe520, 0xe521, 0xe522, + 0xe523, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe524, 0xe525, 0xe526, 0xe527, + 0xe528, 0xe529, 0xe52a, 0xe52b, + 0xe52c, 0xe52d, 0xe52e, 0xe52f, + 0xe530, 0xe531, 0xe532, 0xe533, + 0xe534, 0xe535, 0xe536, 0xe537, + 0xe538, 0xe539, 0xe53a, 0xe53b, + 0xe53c, 0xe53d, 0xe53e, 0xe53f, + 0xe540, 0xe541, 0xe542, 0xe543, + 0xe544, 0xe545, 0xe546, 0xe547, + 0xe548, 0xe549, 0xe54a, 0xe54b, + 0xe54c, 0xe54d, 0xe54e, 0xe54f, + 0xe550, 0xe551, 0xe552, 0xe553, + 0xe554, 0xe555, 0xe556, 0xe557, + 0xe558, 0xe559, 0xe55a, 0xe55b, + 0xe55c, 0xe55d, 0xe55e, 0xe55f, + 0xe560, 0xe561, 0xe562, 0x0000, + 0xe563, 0xe564, 0xe565, 0xe566, + 0xe567, 0xe568, 0xe569, 0xe56a, + 0xe56b, 0xe56c, 0xe56d, 0xe56e, + 0xe56f, 0xe570, 0xe571, 0xe572, + 0xe573, 0xe574, 0xe575, 0xe576, + 0xe577, 0xe578, 0xe579, 0xe57a, + 0xe57b, 0xe57c, 0xe57d, 0xe57e, + 0xe57f, 0xe580, 0xe581, 0xe582, + 0xe583, 0xe584, 0xe585, 0xe586, + 0xe587, 0xe588, 0xe589, 0xe58a, + 0xe58b, 0xe58c, 0xe58d, 0xe58e, + 0xe58f, 0xe590, 0xe591, 0xe592, + 0xe593, 0xe594, 0xe595, 0xe596, + 0xe597, 0xe598, 0xe599, 0xe59a, + 0xe59b, 0xe59c, 0xe59d, 0xe59e, + 0xe59f, 0xe5a0, 0xe5a1, 0xe5a2, + 0xe5a3, 0xe5a4, 0xe5a5, 0xe5a6, + 0xe5a7, 0xe5a8, 0xe5a9, 0xe5aa, + 0xe5ab, 0xe5ac, 0xe5ad, 0xe5ae, + 0xe5af, 0xe5b0, 0xe5b1, 0xe5b2, + 0xe5b3, 0xe5b4, 0xe5b5, 0xe5b6, + 0xe5b7, 0xe5b8, 0xe5b9, 0xe5ba, + 0xe5bb, 0xe5bc, 0xe5bd, 0xe5be, + 0xe5bf, 0xe5c0, 0xe5c1, 0xe5c2, + 0xe5c3, 0xe5c4, 0xe5c5, 0xe5c6, + 0xe5c7, 0xe5c8, 0xe5c9, 0xe5ca, + 0xe5cb, 0xe5cc, 0xe5cd, 0xe5ce, + 0xe5cf, 0xe5d0, 0xe5d1, 0xe5d2, + 0xe5d3, 0xe5d4, 0xe5d5, 0xe5d6, + 0xe5d7, 0xe5d8, 0xe5d9, 0xe5da, + 0xe5db, 0xe5dc, 0xe5dd, 0xe5de, + 0xe5df, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe5e0, 0xe5e1, 0xe5e2, 0xe5e3, + 0xe5e4, 0xe5e5, 0xe5e6, 0xe5e7, + 0xe5e8, 0xe5e9, 0xe5ea, 0xe5eb, + 0xe5ec, 0xe5ed, 0xe5ee, 0xe5ef, + 0xe5f0, 0xe5f1, 0xe5f2, 0xe5f3, + 0xe5f4, 0xe5f5, 0xe5f6, 0xe5f7, + 0xe5f8, 0xe5f9, 0xe5fa, 0xe5fb, + 0xe5fc, 0xe5fd, 0xe5fe, 0xe5ff, + 0xe600, 0xe601, 0xe602, 0xe603, + 0xe604, 0xe605, 0xe606, 0xe607, + 0xe608, 0xe609, 0xe60a, 0xe60b, + 0xe60c, 0xe60d, 0xe60e, 0xe60f, + 0xe610, 0xe611, 0xe612, 0xe613, + 0xe614, 0xe615, 0xe616, 0xe617, + 0xe618, 0xe619, 0xe61a, 0xe61b, + 0xe61c, 0xe61d, 0xe61e, 0x0000, + 0xe61f, 0xe620, 0xe621, 0xe622, + 0xe623, 0xe624, 0xe625, 0xe626, + 0xe627, 0xe628, 0xe629, 0xe62a, + 0xe62b, 0xe62c, 0xe62d, 0xe62e, + 0xe62f, 0xe630, 0xe631, 0xe632, + 0xe633, 0xe634, 0xe635, 0xe636, + 0xe637, 0xe638, 0xe639, 0xe63a, + 0xe63b, 0xe63c, 0xe63d, 0xe63e, + 0xe63f, 0xe640, 0xe641, 0xe642, + 0xe643, 0xe644, 0xe645, 0xe646, + 0xe647, 0xe648, 0xe649, 0xe64a, + 0xe64b, 0xe64c, 0xe64d, 0xe64e, + 0xe64f, 0xe650, 0xe651, 0xe652, + 0xe653, 0xe654, 0xe655, 0xe656, + 0xe657, 0xe658, 0xe659, 0xe65a, + 0xe65b, 0xe65c, 0xe65d, 0xe65e, + 0xe65f, 0xe660, 0xe661, 0xe662, + 0xe663, 0xe664, 0xe665, 0xe666, + 0xe667, 0xe668, 0xe669, 0xe66a, + 0xe66b, 0xe66c, 0xe66d, 0xe66e, + 0xe66f, 0xe670, 0xe671, 0xe672, + 0xe673, 0xe674, 0xe675, 0xe676, + 0xe677, 0xe678, 0xe679, 0xe67a, + 0xe67b, 0xe67c, 0xe67d, 0xe67e, + 0xe67f, 0xe680, 0xe681, 0xe682, + 0xe683, 0xe684, 0xe685, 0xe686, + 0xe687, 0xe688, 0xe689, 0xe68a, + 0xe68b, 0xe68c, 0xe68d, 0xe68e, + 0xe68f, 0xe690, 0xe691, 0xe692, + 0xe693, 0xe694, 0xe695, 0xe696, + 0xe697, 0xe698, 0xe699, 0xe69a, + 0xe69b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe69c, 0xe69d, 0xe69e, 0xe69f, + 0xe6a0, 0xe6a1, 0xe6a2, 0xe6a3, + 0xe6a4, 0xe6a5, 0xe6a6, 0xe6a7, + 0xe6a8, 0xe6a9, 0xe6aa, 0xe6ab, + 0xe6ac, 0xe6ad, 0xe6ae, 0xe6af, + 0xe6b0, 0xe6b1, 0xe6b2, 0xe6b3, + 0xe6b4, 0xe6b5, 0xe6b6, 0xe6b7, + 0xe6b8, 0xe6b9, 0xe6ba, 0xe6bb, + 0xe6bc, 0xe6bd, 0xe6be, 0xe6bf, + 0xe6c0, 0xe6c1, 0xe6c2, 0xe6c3, + 0xe6c4, 0xe6c5, 0xe6c6, 0xe6c7, + 0xe6c8, 0xe6c9, 0xe6ca, 0xe6cb, + 0xe6cc, 0xe6cd, 0xe6ce, 0xe6cf, + 0xe6d0, 0xe6d1, 0xe6d2, 0xe6d3, + 0xe6d4, 0xe6d5, 0xe6d6, 0xe6d7, + 0xe6d8, 0xe6d9, 0xe6da, 0x0000, + 0xe6db, 0xe6dc, 0xe6dd, 0xe6de, + 0xe6df, 0xe6e0, 0xe6e1, 0xe6e2, + 0xe6e3, 0xe6e4, 0xe6e5, 0xe6e6, + 0xe6e7, 0xe6e8, 0xe6e9, 0xe6ea, + 0xe6eb, 0xe6ec, 0xe6ed, 0xe6ee, + 0xe6ef, 0xe6f0, 0xe6f1, 0xe6f2, + 0xe6f3, 0xe6f4, 0xe6f5, 0xe6f6, + 0xe6f7, 0xe6f8, 0xe6f9, 0xe6fa, + 0xe6fb, 0xe6fc, 0xe6fd, 0xe6fe, + 0xe6ff, 0xe700, 0xe701, 0xe702, + 0xe703, 0xe704, 0xe705, 0xe706, + 0xe707, 0xe708, 0xe709, 0xe70a, + 0xe70b, 0xe70c, 0xe70d, 0xe70e, + 0xe70f, 0xe710, 0xe711, 0xe712, + 0xe713, 0xe714, 0xe715, 0xe716, + 0xe717, 0xe718, 0xe719, 0xe71a, + 0xe71b, 0xe71c, 0xe71d, 0xe71e, + 0xe71f, 0xe720, 0xe721, 0xe722, + 0xe723, 0xe724, 0xe725, 0xe726, + 0xe727, 0xe728, 0xe729, 0xe72a, + 0xe72b, 0xe72c, 0xe72d, 0xe72e, + 0xe72f, 0xe730, 0xe731, 0xe732, + 0xe733, 0xe734, 0xe735, 0xe736, + 0xe737, 0xe738, 0xe739, 0xe73a, + 0xe73b, 0xe73c, 0xe73d, 0xe73e, + 0xe73f, 0xe740, 0xe741, 0xe742, + 0xe743, 0xe744, 0xe745, 0xe746, + 0xe747, 0xe748, 0xe749, 0xe74a, + 0xe74b, 0xe74c, 0xe74d, 0xe74e, + 0xe74f, 0xe750, 0xe751, 0xe752, + 0xe753, 0xe754, 0xe755, 0xe756, + 0xe757 +}; + +static const struct gap __ucs4_to_ibm1364sb_idx[] = +{ + { .start = 0x0000, .end = 0x009f, .idx = 0 }, + { .start = 0x00a2, .end = 0x00a2, .idx = -2 }, + { .start = 0x00a6, .end = 0x00a6, .idx = -5 }, + { .start = 0x00ac, .end = 0x00ac, .idx = -10 }, + { .start = 0x2022, .end = 0x2022, .idx = -8063 }, + { .start = 0x203c, .end = 0x203c, .idx = -8088 }, + { .start = 0x203e, .end = 0x203e, .idx = -8089 }, + { .start = 0x20a9, .end = 0x20a9, .idx = -8195 }, + { .start = 0x221f, .end = 0x221f, .idx = -8568 }, + { .start = 0x2302, .end = 0x2302, .idx = -8794 }, + { .start = 0x25c4, .end = 0x25c4, .idx = -9499 }, + { .start = 0x25d8, .end = 0x25d9, .idx = -9518 }, + { .start = 0x263c, .end = 0x263c, .idx = -9616 }, + { .start = 0xffa0, .end = 0xffbe, .idx = -65267 }, + { .start = 0xffc2, .end = 0xffc7, .idx = -65270 }, + { .start = 0xffca, .end = 0xffcf, .idx = -65272 }, + { .start = 0xffd2, .end = 0xffd7, .idx = -65274 }, + { .start = 0xffda, .end = 0xffdc, .idx = -65276 }, + { .start = 0xffe8, .end = 0xffeb, .idx = -65287 }, + { .start = 0xffee, .end = 0xffee, .idx = -65289 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1364sb[][1] = +{ + "\x00", "\x01", "\x02", "\x03", "\x37", "\x2d", "\x2e", "\x2f", + "\x16", "\x05", "\x25", "\x0b", "\x0c", "\x0d", "\x3f", "\x3f", + "\x10", "\x11", "\x12", "\x13", "\x3c", "\x3d", "\x32", "\x26", + "\x18", "\x19", "\x3f", "\x27", "\x1c", "\x1d", "\x1e", "\x1f", + "\x40", "\x5a", "\x7f", "\x7b", "\x5b", "\x6c", "\x50", "\x7d", + "\x4d", "\x5d", "\x5c", "\x4e", "\x6b", "\x60", "\x4b", "\x61", + "\xf0", "\xf1", "\xf2", "\xf3", "\xf4", "\xf5", "\xf6", "\xf7", + "\xf8", "\xf9", "\x7a", "\x5e", "\x4c", "\x7e", "\x6e", "\x6f", + "\x7c", "\xc1", "\xc2", "\xc3", "\xc4", "\xc5", "\xc6", "\xc7", + "\xc8", "\xc9", "\xd1", "\xd2", "\xd3", "\xd4", "\xd5", "\xd6", + "\xd7", "\xd8", "\xd9", "\xe2", "\xe3", "\xe4", "\xe5", "\xe6", + "\xe7", "\xe8", "\xe9", "\x70", "\xb2", "\x80", "\xb0", "\x6d", + "\x79", "\x81", "\x82", "\x83", "\x84", "\x85", "\x86", "\x87", + "\x88", "\x89", "\x91", "\x92", "\x93", "\x94", "\x95", "\x96", + "\x97", "\x98", "\x99", "\xa2", "\xa3", "\xa4", "\xa5", "\xa6", + "\xa7", "\xa8", "\xa9", "\xc0", "\x4f", "\xd0", "\xa1", "\x07", + "\x20", "\x21", "\x22", "\x23", "\x24", "\x15", "\x06", "\x17", + "\x28", "\x29", "\x2a", "\x2b", "\x2c", "\x09", "\x0a", "\x1b", + "\x30", "\x31", "\x1a", "\x33", "\x34", "\x35", "\x36", "\x08", + "\x38", "\x39", "\x3a", "\x3b", "\x04", "\x14", "\x3e", "\xff", + "\x4a", "\x6a", "\x5f", "\x3f", "\x3f", "\xa0", "\xe0", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x42", "\x43", "\x44", + "\x45", "\x46", "\x47", "\x48", "\x49", "\x52", "\x53", "\x54", + "\x55", "\x56", "\x57", "\x58", "\x59", "\x62", "\x63", "\x64", + "\x65", "\x66", "\x67", "\x68", "\x69", "\x72", "\x73", "\x74", + "\x75", "\x76", "\x77", "\x78", "\x8a", "\x8b", "\x8c", "\x8d", + "\x8e", "\x8f", "\x9a", "\x9b", "\x9c", "\x9d", "\x9e", "\x9f", + "\xaa", "\xab", "\xac", "\xad", "\xae", "\xaf", "\xba", "\xbb", + "\xbc", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f" +}; + +static const struct gap __ucs4_to_ibm1364db_idx[] = +{ + { .start = 0x00a1, .end = 0x01c2, .idx = -161 }, + { .start = 0x02ba, .end = 0x02dd, .idx = -408 }, + { .start = 0x0391, .end = 0x0451, .idx = -587 }, + { .start = 0x1100, .end = 0x11f9, .idx = -3833 }, + { .start = 0x2010, .end = 0x2312, .idx = -7439 }, + { .start = 0x2460, .end = 0x266d, .idx = -7772 }, + { .start = 0x3000, .end = 0x327f, .idx = -10222 }, + { .start = 0x3380, .end = 0x33dd, .idx = -10478 }, + { .start = 0x4e00, .end = 0x7e9c, .idx = -17168 }, + { .start = 0x7f36, .end = 0x8b9a, .idx = -17321 }, + { .start = 0x8c37, .end = 0x947f, .idx = -17477 }, + { .start = 0x9577, .end = 0x9f9c, .idx = -17724 }, + { .start = 0xac00, .end = 0xd7a3, .idx = -20895 }, + { .start = 0xe000, .end = 0xe757, .idx = -23035 }, + { .start = 0xf843, .end = 0xfa0b, .idx = -27366 }, + { .start = 0xff01, .end = 0xffe6, .idx = -28635 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1364db[][2] = +{ + "\x49\x5c", "\x00\x00", "\x00\x00", "\x49\x62", "\x00\x00", "\x00\x00", + "\x41\x76", "\x41\x46", "\x00\x00", "\x4b\x43", "\x00\x00", "\x00\x00", + "\x41\x48", "\x49\x96", "\x00\x00", "\x41\x65", "\x41\x5d", "\x4b\xf6", + "\x4b\xf7", "\x49\x53", "\x00\x00", "\x49\x80", "\x41\x43", "\x49\x5a", + "\x4b\xf5", "\x4b\x4c", "\x00\x00", "\x4b\x99", "\x4b\x96", "\x4b\x9a", + "\x49\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x42", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\x5e", "\x4b\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\x4d", "\x4b\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xa0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x41\x5f", "\x4b\xa9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xac", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xa1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\x44", "\x4b\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\xa4", "\x4b\x46", "\x4b\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4b\x48", "\x4b\xa7", "\x4b\x49", "\x4b\xa8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\xaf", "\x4b\x4f", "\x4b\xae", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x4b", "\x4b\xaa", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x4e", + "\x4b\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\x60", "\x49\x94", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x55", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x49\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x56", "\x49\x59", "\x49\x58", "\x49\x5b", + "\x49\x54", "\x49\x57", "\x46\x61", "\x46\x62", "\x46\x63", "\x46\x64", + "\x46\x65", "\x46\x66", "\x46\x67", "\x46\x68", "\x46\x69", "\x46\x6a", + "\x46\x6b", "\x46\x6c", "\x46\x6d", "\x46\x6e", "\x46\x6f", "\x46\x70", + "\x46\x71", "\x00\x00", "\x46\x72", "\x46\x73", "\x46\x74", "\x46\x75", + "\x46\x76", "\x46\x77", "\x46\x78", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x81", "\x46\x82", + "\x46\x83", "\x46\x84", "\x46\x85", "\x46\x86", "\x46\x87", "\x46\x88", + "\x46\x89", "\x46\x8a", "\x46\x8b", "\x46\x8c", "\x46\x8d", "\x46\x8e", + "\x46\x8f", "\x46\x90", "\x46\x91", "\x00\x00", "\x46\x92", "\x46\x93", + "\x46\x94", "\x46\x95", "\x46\x96", "\x46\x97", "\x46\x98", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x41", "\x4a\x42", "\x4a\x43", + "\x4a\x44", "\x4a\x45", "\x4a\x46", "\x4a\x48", "\x4a\x49", "\x4a\x4a", + "\x4a\x4b", "\x4a\x4c", "\x4a\x4d", "\x4a\x4e", "\x4a\x4f", "\x4a\x50", + "\x4a\x51", "\x4a\x52", "\x4a\x53", "\x4a\x54", "\x4a\x55", "\x4a\x56", + "\x4a\x57", "\x4a\x58", "\x4a\x59", "\x4a\x5a", "\x4a\x5b", "\x4a\x5c", + "\x4a\x5d", "\x4a\x5e", "\x4a\x5f", "\x4a\x60", "\x4a\x61", "\x4a\x62", + "\x4a\x63", "\x4a\x64", "\x4a\x65", "\x4a\x66", "\x4a\x67", "\x4a\x69", + "\x4a\x6a", "\x4a\x6b", "\x4a\x6c", "\x4a\x6d", "\x4a\x6e", "\x4a\x6f", + "\x4a\x70", "\x4a\x71", "\x4a\x72", "\x4a\x73", "\x4a\x74", "\x4a\x75", + "\x4a\x76", "\x4a\x77", "\x4a\x78", "\x4a\x79", "\x4a\x7a", "\x4a\x7b", + "\x4a\x7c", "\x4a\x7d", "\x4a\x7e", "\x4a\x7f", "\x4a\x80", "\x4a\x81", + "\x4a\x82", "\x00\x00", "\x4a\x68", "\x4c\x41", "\x4c\x42", "\x4c\x43", + "\x4c\x44", "\x4c\x45", "\x4c\x46", "\x4c\x47", "\x4c\x48", "\x4c\x49", + "\x4c\x4a", "\x4c\x4b", "\x4c\x4c", "\x4c\x4d", "\x4c\x4e", "\x4c\x4f", + "\x4c\x50", "\x4c\x51", "\x4c\x52", "\x4c\x53", "\x4c\x54", "\x4c\x55", + "\x4c\x56", "\x4c\x57", "\x4c\x58", "\x4c\x59", "\x4c\x5a", "\x4c\x5b", + "\x4c\x5c", "\x4c\x5d", "\x4c\x5e", "\x4c\x5f", "\x4c\x60", "\x4c\x61", + "\x4c\x62", "\x4c\x63", "\x4c\x64", "\x4c\x65", "\x4c\x66", "\x4c\x67", + "\x4c\x68", "\x4c\x69", "\x4c\x6a", "\x4c\x6b", "\x4c\x6c", "\x4c\x6d", + "\x4c\x6e", "\x4c\x6f", "\x4c\x70", "\x4c\x71", "\x4c\x72", "\x4c\x73", + "\x4c\x74", "\x4c\x75", "\x4c\x76", "\x4c\x77", "\x4c\x78", "\x4c\x79", + "\x4c\x7a", "\x4c\x7b", "\x4c\x7c", "\x4c\x7d", "\x4c\x7e", "\x4c\x7f", + "\x4c\x80", "\x4c\x81", "\x4c\x82", "\x4c\x83", "\x4c\x84", "\x4c\x85", + "\x4c\x86", "\x4c\x87", "\x4c\x88", "\x4c\x89", "\x4c\x8a", "\x4c\x8b", + "\x4c\x8c", "\x4c\x8d", "\x4c\x8e", "\x4c\x8f", "\x4c\x90", "\x4c\x91", + "\x4c\x92", "\x4c\x93", "\x4c\x94", "\x4c\x95", "\x4c\x96", "\x4c\x97", + "\x4c\x98", "\x4c\x99", "\x4c\x9a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\x41", "\x4d\x42", "\x4d\x43", "\x4d\x44", + "\x4d\x45", "\x4d\x46", "\x4d\x47", "\x4d\x48", "\x4d\x49", "\x4d\x4a", + "\x4d\x4b", "\x4d\x4c", "\x4d\x4d", "\x4d\x4e", "\x4d\x4f", "\x4d\x50", + "\x4d\x51", "\x4d\x52", "\x4d\x53", "\x4d\x54", "\x4d\x55", "\x4d\x56", + "\x4d\x57", "\x4d\x58", "\x4d\x59", "\x4d\x5a", "\x4d\x5b", "\x4d\x5c", + "\x4d\x5d", "\x4d\x5e", "\x4d\x5f", "\x4d\x60", "\x4d\x61", "\x4d\x62", + "\x4d\x63", "\x4d\x64", "\x4d\x65", "\x4d\x66", "\x4d\x67", "\x4d\x68", + "\x4d\x69", "\x4d\x6a", "\x4d\x6b", "\x4d\x6c", "\x4d\x6d", "\x4d\x6e", + "\x4d\x6f", "\x4d\x70", "\x4d\x71", "\x4d\x72", "\x4d\x73", "\x4d\x74", + "\x4d\x75", "\x4d\x76", "\x4d\x77", "\x4d\x78", "\x4d\x79", "\x4d\x7a", + "\x4d\x7b", "\x4d\x7c", "\x4d\x7d", "\x4d\x7e", "\x4d\x7f", "\x4d\x80", + "\x4d\x81", "\x4d\x82", "\x4d\x83", "\x4d\x84", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\x41", "\x4e\x42", "\x4e\x43", + "\x4e\x44", "\x4e\x45", "\x4e\x46", "\x4e\x47", "\x4e\x48", "\x4e\x49", + "\x4e\x4a", "\x4e\x4b", "\x4e\x4c", "\x4e\x4d", "\x4e\x4e", "\x4e\x4f", + "\x4e\x50", "\x4e\x51", "\x4e\x52", "\x4e\x53", "\x4e\x54", "\x4e\x55", + "\x4e\x56", "\x4e\x57", "\x4e\x58", "\x4e\x59", "\x4e\x5a", "\x4e\x5b", + "\x4e\x5c", "\x4e\x5d", "\x4e\x5e", "\x4e\x5f", "\x4e\x60", "\x4e\x61", + "\x4e\x62", "\x4e\x63", "\x4e\x64", "\x4e\x65", "\x4e\x66", "\x4e\x67", + "\x4e\x68", "\x4e\x69", "\x4e\x6a", "\x4e\x6b", "\x4e\x6c", "\x4e\x6d", + "\x4e\x6e", "\x4e\x6f", "\x4e\x70", "\x4e\x71", "\x4e\x72", "\x4e\x73", + "\x4e\x74", "\x4e\x75", "\x4e\x76", "\x4e\x77", "\x4e\x78", "\x4e\x79", + "\x4e\x7a", "\x4e\x7b", "\x4e\x7c", "\x4e\x7d", "\x4e\x7e", "\x4e\x7f", + "\x4e\x80", "\x4e\x81", "\x4e\x82", "\x4e\x83", "\x4e\x84", "\x4e\x85", + "\x4e\x86", "\x4e\x87", "\x4e\x88", "\x4e\x89", "\x4e\x8a", "\x4e\x8b", + "\x4e\x8c", "\x4e\x8d", "\x4e\x8e", "\x4e\x8f", "\x4e\x90", "\x4e\x91", + "\x4e\x92", "\x41\x48", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x49", + "\x41\x49", "\x00\x00", "\x00\x00", "\x41\x4d", "\x41\x4e", "\x00\x00", + "\x00\x00", "\x41\x4f", "\x41\x50", "\x00\x00", "\x00\x00", "\x49\x81", + "\x49\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x44", "\x41\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x64", "\x00\x00", "\x41\x66", + "\x41\x67", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x41\x77", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xf8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xf9", "\x00\x00", + "\x4b\xfa", "\x4b\xfb", "\x4b\xfc", "\x4b\xfd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x49\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x68", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x63", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x41\x6f", "\x00\x00", "\x00\x00", "\x49\x8e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x93", "\x49\x90", + "\x00\x00", "\x00\x00", "\x00\x00", "\x48\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\x69", "\x41\x90", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x97", "\x4b\x98", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4b\x9b", "\x4b\x9c", "\x4b\x9d", "\x4b\x9e", + "\x00\x00", "\x46\x50", "\x46\x51", "\x46\x52", "\x46\x53", "\x46\x54", + "\x46\x55", "\x46\x56", "\x46\x57", "\x46\x58", "\x46\x59", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x41", + "\x46\x42", "\x46\x43", "\x46\x44", "\x46\x45", "\x46\x46", "\x46\x47", + "\x46\x48", "\x46\x49", "\x46\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\x86", "\x41\x87", "\x41\x85", "\x41\x88", "\x41\x89", + "\x49\x83", "\x49\x86", "\x49\x84", "\x49\x87", "\x49\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x49\x4f", "\x00\x00", "\x49\x50", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x51", + "\x00\x00", "\x41\x96", "\x49\x52", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\x97", "\x49\x45", "\x00\x00", "\x00\x00", "\x49\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x61", "\x00\x00", "\x49\x60", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\x9c", "\x00\x00", "\x00\x00", "\x49\x41", "\x41\x63", + "\x00\x00", "\x41\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\x4a", "\x00\x00", "\x49\x4d", "\x49\x4e", "\x49\x4c", "\x49\x4b", + "\x49\x43", "\x49\x44", "\x00\x00", "\x49\x5f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x64", "\x49\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x42\xa1", + "\x41\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x99", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x8d", + "\x41\x98", "\x00\x00", "\x00\x00", "\x41\x8e", "\x41\x8f", "\x41\x61", + "\x41\x62", "\x00\x00", "\x00\x00", "\x41\x9a", "\x41\x9b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x49", "\x49\x4a", "\x00\x00", + "\x00\x00", "\x49\x47", "\x49\x48", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x6f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x41\x94", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x95", "\x4b\x87", "\x4b\x88", + "\x4b\x89", "\x4b\x8a", "\x4b\x8b", "\x4b\x8c", "\x4b\x8d", "\x4b\x8e", + "\x4b\x8f", "\x4b\x90", "\x4b\x91", "\x4b\x92", "\x4b\x93", "\x4b\x94", + "\x4b\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\xe6", "\x4b\xe7", "\x4b\xe8", "\x4b\xe9", "\x4b\xea", "\x4b\xeb", + "\x4b\xec", "\x4b\xed", "\x4b\xee", "\x4b\xef", "\x4b\xf0", "\x4b\xf1", + "\x4b\xf2", "\x4b\xf3", "\x4b\xf4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xcc", "\x4b\xcd", + "\x4b\xce", "\x4b\xcf", "\x4b\xd0", "\x4b\xd1", "\x4b\xd2", "\x4b\xd3", + "\x4b\xd4", "\x4b\xd5", "\x4b\xd6", "\x4b\xd7", "\x4b\xd8", "\x4b\xd9", + "\x4b\xda", "\x4b\xdb", "\x4b\xdc", "\x4b\xdd", "\x4b\xde", "\x4b\xdf", + "\x4b\xe0", "\x4b\xe1", "\x4b\xe2", "\x4b\xe3", "\x4b\xe4", "\x4b\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4b\x6d", "\x4b\x6e", "\x4b\x6f", "\x4b\x70", + "\x4b\x71", "\x4b\x72", "\x4b\x73", "\x4b\x74", "\x4b\x75", "\x4b\x76", + "\x4b\x77", "\x4b\x78", "\x4b\x79", "\x4b\x7a", "\x4b\x7b", "\x4b\x7c", + "\x4b\x7d", "\x4b\x7e", "\x4b\x7f", "\x4b\x80", "\x4b\x81", "\x4b\x82", + "\x4b\x83", "\x4b\x84", "\x4b\x85", "\x4b\x86", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x47\x41", "\x47\x4c", "\x47\x42", "\x47\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x47\x43", "\x47\x68", "\x47\x67", "\x47\x4e", + "\x47\x44", "\x47\x62", "\x47\x61", "\x47\x4f", "\x47\x46", "\x47\x66", + "\x47\x65", "\x47\x51", "\x47\x45", "\x47\x64", "\x47\x63", "\x47\x50", + "\x47\x47", "\x47\x5c", "\x47\x69", "\x47\x6a", "\x47\x57", "\x47\x6b", + "\x47\x6c", "\x47\x52", "\x47\x49", "\x47\x5e", "\x47\x6d", "\x47\x6e", + "\x47\x59", "\x47\x6f", "\x47\x70", "\x47\x54", "\x47\x48", "\x47\x71", + "\x47\x72", "\x47\x58", "\x47\x5d", "\x47\x73", "\x47\x74", "\x47\x53", + "\x47\x4a", "\x47\x75", "\x47\x76", "\x47\x5a", "\x47\x5f", "\x47\x77", + "\x47\x78", "\x47\x55", "\x47\x4b", "\x47\x79", "\x47\x7a", "\x47\x5b", + "\x47\x7b", "\x47\x7c", "\x47\x60", "\x47\x7d", "\x47\x7e", "\x47\x7f", + "\x47\x80", "\x47\x81", "\x47\x82", "\x47\x83", "\x47\x84", "\x47\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x74", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\x80", "\x41\x7f", "\x00\x00", "\x49\x71", "\x49\x75", "\x49\x76", + "\x49\x79", "\x49\x78", "\x49\x77", "\x49\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\x82", "\x41\x81", "\x00\x00", "\x00\x00", "\x49\x68", "\x49\x67", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x84", "\x41\x83", + "\x00\x00", "\x00\x00", "\x49\x66", "\x49\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x41\x7e", "\x41\x7d", "\x49\x70", "\x49\x6f", + "\x00\x00", "\x41\x7a", "\x00\x00", "\x00\x00", "\x41\x7c", "\x41\x7b", + "\x49\x72", "\x49\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x79", + "\x41\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x7d", "\x49\x7c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x7e", "\x00\x00", + "\x49\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x92", "\x00\x00", + "\x41\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x49\x6a", "\x49\x6b", "\x00\x00", "\x49\x6e", "\x49\x69", "\x49\x6c", + "\x00\x00", "\x49\x6d", "\x49\x7b", "\x49\x89", "\x49\x8a", "\x00\x00", + "\x49\x8b", "\x49\x88", "\x40\x40", "\x41\x41", "\x41\x42", "\x41\x47", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x53", "\x41\x54", + "\x41\x55", "\x41\x56", "\x41\x57", "\x41\x58", "\x41\x59", "\x41\x5a", + "\x41\x5b", "\x41\x5c", "\x00\x00", "\x41\x8a", "\x41\x51", "\x41\x52", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x42\xa1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\x41", "\x44\x42", "\x44\x43", "\x44\x44", "\x44\x45", + "\x44\x46", "\x44\x47", "\x44\x48", "\x44\x49", "\x44\x4a", "\x44\x4b", + "\x44\x4c", "\x44\x4d", "\x44\x4e", "\x44\x4f", "\x44\x50", "\x44\x51", + "\x44\x52", "\x44\x53", "\x44\x54", "\x44\x55", "\x44\x56", "\x44\x57", + "\x44\x58", "\x44\x59", "\x44\x5a", "\x44\x5b", "\x44\x5c", "\x44\x5d", + "\x44\x5e", "\x44\x5f", "\x44\x60", "\x44\x61", "\x44\x62", "\x44\x63", + "\x44\x64", "\x44\x65", "\x44\x66", "\x44\x67", "\x44\x68", "\x44\x69", + "\x44\x6a", "\x44\x6b", "\x44\x6c", "\x44\x6d", "\x44\x6e", "\x44\x6f", + "\x44\x70", "\x44\x71", "\x44\x72", "\x44\x73", "\x44\x74", "\x44\x75", + "\x44\x76", "\x44\x77", "\x44\x78", "\x44\x79", "\x44\x7a", "\x44\x7b", + "\x44\x7c", "\x44\x7d", "\x44\x7e", "\x44\x7f", "\x44\x80", "\x44\x81", + "\x44\x82", "\x44\x83", "\x44\x84", "\x44\x85", "\x44\x86", "\x44\x87", + "\x44\x88", "\x44\x89", "\x44\x8a", "\x44\x8b", "\x44\x8c", "\x44\x8d", + "\x44\x8e", "\x44\x8f", "\x44\x90", "\x44\x91", "\x44\x92", "\x44\x93", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x45\x41", "\x45\x42", "\x45\x43", "\x45\x44", "\x45\x45", + "\x45\x46", "\x45\x47", "\x45\x48", "\x45\x49", "\x45\x4a", "\x45\x4b", + "\x45\x4c", "\x45\x4d", "\x45\x4e", "\x45\x4f", "\x45\x50", "\x45\x51", + "\x45\x52", "\x45\x53", "\x45\x54", "\x45\x55", "\x45\x56", "\x45\x57", + "\x45\x58", "\x45\x59", "\x45\x5a", "\x45\x5b", "\x45\x5c", "\x45\x5d", + "\x45\x5e", "\x45\x5f", "\x45\x60", "\x45\x61", "\x45\x62", "\x45\x63", + "\x45\x64", "\x45\x65", "\x45\x66", "\x45\x67", "\x45\x68", "\x45\x69", + "\x45\x6a", "\x45\x6b", "\x45\x6c", "\x45\x6d", "\x45\x6e", "\x45\x6f", + "\x45\x70", "\x45\x71", "\x45\x72", "\x45\x73", "\x45\x74", "\x45\x75", + "\x45\x76", "\x45\x77", "\x45\x78", "\x45\x79", "\x45\x7a", "\x45\x7b", + "\x45\x7c", "\x45\x7d", "\x45\x7e", "\x45\x7f", "\x45\x80", "\x45\x81", + "\x45\x82", "\x45\x83", "\x45\x84", "\x45\x85", "\x45\x86", "\x45\x87", + "\x45\x88", "\x45\x89", "\x45\x8a", "\x45\x8b", "\x45\x8c", "\x45\x8d", + "\x45\x8e", "\x45\x8f", "\x45\x90", "\x45\x91", "\x45\x92", "\x45\x93", + "\x45\x94", "\x45\x95", "\x45\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x88\x41", "\x8c\x41", "\x84\x44", "\x90\x41", "\x84\x46", + "\x84\x47", "\x94\x41", "\x98\x41", "\x9c\x41", "\x84\x4a", "\x84\x4b", + "\x84\x4c", "\x84\x4d", "\x84\x4e", "\x84\x4f", "\x84\x50", "\xa0\x41", + "\xa4\x41", "\xa8\x41", "\x84\x54", "\xac\x41", "\xb0\x41", "\xb4\x41", + "\xb8\x41", "\xbc\x41", "\xc0\x41", "\xc4\x41", "\xc8\x41", "\xcc\x41", + "\xd0\x41", "\x84\x61", "\x84\x81", "\x84\xa1", "\x84\xc1", "\x84\xe1", + "\x85\x41", "\x85\x61", "\x85\x81", "\x85\xa1", "\x85\xc1", "\x85\xe1", + "\x86\x41", "\x86\x61", "\x86\x81", "\x86\xa1", "\x86\xc1", "\x86\xe1", + "\x87\x41", "\x87\x61", "\x87\x81", "\x87\xa1", "\x84\x41", "\x43\x41", + "\x43\x42", "\x43\x43", "\x43\x44", "\x43\x45", "\x43\x46", "\x43\x47", + "\x43\x48", "\x43\x49", "\x43\x4a", "\x43\x4b", "\x43\x4c", "\x43\x4d", + "\x43\x4e", "\x43\x4f", "\x43\x50", "\x43\x51", "\x43\x52", "\x43\x53", + "\x43\x54", "\x43\x55", "\x43\x56", "\x43\x57", "\x43\x58", "\x43\x59", + "\x43\x5a", "\x43\x5b", "\x43\x5c", "\x43\x5d", "\x43\x5e", "\x43\x5f", + "\x43\x60", "\x43\x61", "\x43\x62", "\x43\x63", "\x43\x64", "\x43\x65", + "\x43\x66", "\x43\x67", "\x43\x68", "\x43\x69", "\x43\x6a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xb0", "\x4b\xb1", + "\x4b\xb2", "\x4b\xb3", "\x4b\xb4", "\x4b\xb5", "\x4b\xb6", "\x4b\xb7", + "\x4b\xb8", "\x4b\xb9", "\x4b\xba", "\x4b\xbb", "\x4b\xbc", "\x4b\xbd", + "\x4b\xbe", "\x4b\xbf", "\x4b\xc0", "\x4b\xc1", "\x4b\xc2", "\x4b\xc3", + "\x4b\xc4", "\x4b\xc5", "\x4b\xc6", "\x4b\xc7", "\x4b\xc8", "\x4b\xc9", + "\x4b\xca", "\x4b\xcb", "\x49\x8d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x51", "\x4b\x52", + "\x4b\x53", "\x4b\x54", "\x4b\x55", "\x4b\x56", "\x4b\x57", "\x4b\x58", + "\x4b\x59", "\x4b\x5a", "\x4b\x5b", "\x4b\x5c", "\x4b\x5d", "\x4b\x5e", + "\x4b\x5f", "\x4b\x60", "\x4b\x61", "\x4b\x62", "\x4b\x63", "\x4b\x64", + "\x4b\x65", "\x4b\x66", "\x4b\x67", "\x4b\x68", "\x4b\x69", "\x4b\x6a", + "\x4b\x6b", "\x4b\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x8c", + "\x48\x60", "\x48\x61", "\x48\x62", "\x48\x63", "\x48\x64", "\x00\x00", + "\x00\x00", "\x00\x00", "\x48\x51", "\x48\x52", "\x48\x73", "\x48\x74", + "\x48\x75", "\x48\x4f", "\x41\x74", "\x41\x75", "\x48\x6b", "\x48\x6c", + "\x48\x6d", "\x48\x6e", "\x48\x6f", "\x48\x41", "\x41\x6d", "\x41\x6e", + "\x48\x42", "\x48\x47", "\x48\x48", "\x48\x49", "\x41\x71", "\x41\x72", + "\x41\x73", "\x48\x4a", "\x48\x4b", "\x48\x4c", "\x48\x4d", "\x48\x43", + "\x48\x44", "\x48\x45", "\x48\x46", "\x48\x54", "\x48\x55", "\x48\x7c", + "\x48\x7d", "\x48\x7e", "\x48\x7f", "\x48\x78", "\x48\x79", "\x48\x7a", + "\x48\x56", "\x48\x57", "\x48\x58", "\x48\x59", "\x48\x5a", "\x48\x5b", + "\x48\x5c", "\x48\x5d", "\x48\x5e", "\x48\x5f", "\x48\x65", "\x48\x66", + "\x48\x67", "\x48\x68", "\x48\x69", "\x48\x6a", "\x48\x71", "\x48\x72", + "\x49\x91", "\x48\x83", "\x41\x70", "\x48\x77", "\x48\x86", "\x49\x8f", + "\x48\x53", "\x48\x84", "\x48\x4e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x50", "\x48\x81", "\x00\x00", "\x00\x00", "\x48\x82", + "\x00\x00", "\x00\x00", "\x48\x76", "\x00\x00", "\x49\x92", "\x00\x00", + "\x00\x00", "\x48\x7b", "\x48\x85", "\x48\x80", "\x5f\xa8", "\x60\xdc", + "\x00\x00", "\x64\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x6e", + "\x5f\xf4", "\x59\xd7", "\x59\xe5", "\x65\xa9", "\x00\x00", "\x69\x9a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xe1", "\x00\x00", "\x00\x00", + "\x62\xa1", "\x59\x42", "\x5a\xc9", "\x00\x00", "\x52\x6f", "\x58\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xbe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\xf5", "\x00\x00", "\x00\x00", "\x58\xa4", "\x00\x00", + "\x68\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xe7", "\x53\xd6", "\x00\x00", "\x61\xba", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x85", "\x53\xaf", + "\x00\x00", "\x52\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x4c", "\x00\x00", "\x59\x84", "\x66\x97", "\x65\xa7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x48", "\x00\x00", "\x5b\xbf", "\x5f\x5d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x71", "\x50\xdd", "\x5c\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x7b", "\x00\x00", "\x54\x98", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xd3", + "\x00\x00", "\x00\x00", "\x58\xa3", "\x59\xd5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xd3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xda", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xc8", "\x00\x00", "\x5d\x43", "\x00\x00", "\x00\x00", "\x59\x85", + "\x5f\x7d", "\x00\x00", "\x5e\x7c", "\x00\x00", "\x6a\xbf", "\x5e\x93", + "\x66\x98", "\x00\x00", "\x5d\xaf", "\x60\xdd", "\x00\x00", "\x00\x00", + "\x53\x54", "\x00\x00", "\x00\x00", "\x59\x86", "\x00\x00", "\x00\x00", + "\x5c\x5e", "\x00\x00", "\x00\x00", "\x56\x99", "\x65\xdd", "\x00\x00", + "\x52\x55", "\x65\xed", "\x5d\x4a", "\x00\x00", "\x66\x82", "\x00\x00", + "\x00\x00", "\x66\x47", "\x51\x49", "\x60\xde", "\x55\x43", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\xf2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x59", "\x5f\x9a", + "\x00\x00", "\x00\x00", "\x64\x4e", "\x00\x00", "\x58\xb5", "\x52\x72", + "\x00\x00", "\x00\x00", "\x53\x41", "\x50\xae", "\x00\x00", "\x5f\xb8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\xbb", "\x59\x87", "\x64\x80", "\x5f\xf5", "\x58\xb6", "\x5a\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x9a", "\x5f\x9b", "\x63\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x4d", "\x55\x87", "\x5f\x7e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x97", "\x00\x00", + "\x61\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xd4", "\x50\xaf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x58", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xde", + "\x5f\x7f", "\x68\x93", "\x00\x00", "\x5d\xb0", "\x53\x59", "\x58\x91", + "\x58\x48", "\x67\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xf4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xa5", "\x00\x00", "\x55\x88", "\x00\x00", "\x5b\xf2", "\x00\x00", + "\x59\x89", "\x00\x00", "\x59\x88", "\x50\x41", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x5e", "\x00\x00", "\x00\x00", + "\x53\xd7", "\x60\x72", "\x65\x62", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\xbb", "\x60\x71", "\x61\xbb", "\x61\xb4", "\x5e\x72", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xaa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\x44", "\x6b\x47", "\x58\xf4", "\x5f\xd9", "\x52\x73", + "\x53\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xf7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xcc", + "\x57\xf5", "\x00\x00", "\x00\x00", "\x50\x42", "\x00\x00", "\x00\x00", + "\x53\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x5f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xa9", "\x59\x8b", "\x00\x00", "\x69\xe0", + "\x00\x00", "\x68\x45", "\x6b\x88", "\x00\x00", "\x54\xfc", "\x00\x00", + "\x64\x53", "\x00\x00", "\x68\x7d", "\x55\x99", "\x00\x00", "\x5b\xc8", + "\x00\x00", "\x61\xbc", "\x00\x00", "\x5e\xd5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x63", "\x00\x00", "\x6b\x8d", "\x00\x00", + "\x00\x00", "\x51\xc2", "\x00\x00", "\x5f\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xdd", "\x67\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x73", "\x55\x52", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x49", "\x00\x00", "\x00\x00", "\x51\x74", "\x63\xad", + "\x5c\x5f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x8c", + "\x61\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x66", "\x00\x00", + "\x00\x00", "\x6a\xab", "\x00\x00", "\x68\x65", "\x6b\xd1", "\x00\x00", + "\x00\x00", "\x5a\xf7", "\x00\x00", "\x00\x00", "\x56\x46", "\x56\xc3", + "\x00\x00", "\x58\x81", "\x00\x00", "\x69\xac", "\x66\x74", "\x5b\xf3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x52", "\x69\x9b", "\x00\x00", "\x52\x74", "\x00\x00", "\x57\xe1", + "\x00\x00", "\x65\x84", "\x00\x00", "\x00\x00", "\x58\xa5", "\x00\x00", + "\x69\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x72", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x45", "\x00\x00", "\x00\x00", "\x62\xd4", "\x00\x00", "\x50\xb0", + "\x00\x00", "\x57\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x7f", + "\x54\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x43", "\x00\x00", + "\x00\x00", "\x67\x72", "\x5f\x6d", "\x00\x00", "\x6b\x95", "\x00\x00", + "\x68\x66", "\x62\xa2", "\x00\x00", "\x62\xd3", "\x00\x00", "\x57\xc6", + "\x64\x54", "\x00\x00", "\x52\xbe", "\x61\xa3", "\x68\x58", "\x00\x00", + "\x5d\x9b", "\x55\xef", "\x64\x8b", "\x5d\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xf2", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x43", + "\x50\xe7", "\x5e\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xbd", "\x00\x00", "\x60\xdf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xd5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x4f", "\x60\xe0", "\x5e\x73", "\x00\x00", + "\x64\xd5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xc7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xc8", "\x59\x43", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xc3", "\x5e\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xb1", "\x60\xa2", + "\x52\x75", "\x62\xea", "\x00\x00", "\x59\xe6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x4a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xd5", "\x00\x00", "\x00\x00", "\x52\xee", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x6a", "\x5a\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xe7", "\x00\x00", "\x52\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x92", "\x67\xb1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xc9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xfd", "\x00\x00", "\x5b\xc0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xc9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x44", "\x00\x00", "\x58\x57", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x8c", "\x5f\x6e", "\x61\xe4", + "\x00\x00", "\x00\x00", "\x5c\xed", "\x00\x00", "\x68\x67", "\x00\x00", + "\x00\x00", "\x50\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xd6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xe8", + "\x00\x00", "\x55\xbf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x74", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x4e", + "\x00\x00", "\x00\x00", "\x53\x9c", "\x00\x00", "\x5c\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xd2", "\x5f\x48", "\x00\x00", "\x5e\xa1", + "\x66\x86", "\x63\xf2", "\x61\x68", "\x67\x9e", "\x5a\x82", "\x51\xf8", + "\x00\x00", "\x52\xe7", "\x64\xb0", "\x56\xc4", "\x64\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\x60", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x42", "\x00\x00", + "\x54\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x55", "\x00\x00", "\x00\x00", "\x5f\xb7", "\x00\x00", "\x53\xb0", + "\x60\xa3", "\x55\x44", "\x5e\xd7", "\x64\xf4", "\x51\xc3", "\x55\xec", + "\x66\x90", "\x00\x00", "\x00\x00", "\x51\xc4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x73", "\x53\x5a", "\x52\x76", "\x60\xa4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x43", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xf4", "\x00\x00", + "\x00\x00", "\x60\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xe4", "\x00\x00", "\x00\x00", "\x56\xc6", "\x00\x00", "\x5e\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xe3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xc1", "\x00\x00", "\x54\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xf3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xba", "\x54\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\xf9", "\x00\x00", "\x61\xe5", "\x00\x00", + "\x00\x00", "\x55\x46", "\x00\x00", "\x61\x67", "\x55\xfe", "\x54\x9c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xfc", "\x69\x64", "\x5f\x68", "\x67\xbc", "\x00\x00", + "\x00\x00", "\x58\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xfe", "\x50\xb1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x9c", "\x00\x00", + "\x63\x61", "\x5d\xfe", "\x63\xf0", "\x00\x00", "\x00\x00", "\x65\xcd", + "\x00\x00", "\x00\x00", "\x54\x61", "\x00\x00", "\x00\x00", "\x5f\x9c", + "\x00\x00", "\x00\x00", "\x58\xe1", "\x60\xc8", "\x5d\x9c", "\x00\x00", + "\x50\x67", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x63", "\x00\x00", + "\x00\x00", "\x66\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xed", "\x58\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x47", "\x59\xc9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xf4", "\x00\x00", "\x54\x62", "\x62\xd5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x4c", "\x5b\x4a", "\x52\xbf", "\x62\xc5", + "\x5f\xbc", "\x50\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x86", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x6c", "\x00\x00", "\x00\x00", "\x59\xc2", "\x52\xe8", + "\x54\xe3", "\x60\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\xfe", "\x00\x00", "\x58\xb8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x9d", "\x00\x00", "\x57\x90", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xbf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xba", + "\x60\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb9", + "\x00\x00", "\x00\x00", "\x65\xcb", "\x00\x00", "\x00\x00", "\x62\xd6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x85", "\x00\x00", "\x6b\x9c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xe9", + "\x58\x58", "\x55\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xe1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x4d", "\x68\x5f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x67", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xc5", + "\x50\x45", "\x00\x00", "\x00\x00", "\x55\x7b", "\x68\x8f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x69", "\x53\xbf", "\x50\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x41", "\x00\x00", "\x00\x00", "\x51\x4b", "\x00\x00", "\x57\xbc", + "\x00\x00", "\x64\x6d", "\x00\x00", "\x5e\x60", "\x00\x00", "\x56\xc5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x4c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xfb", "\x00\x00", "\x00\x00", "\x54\x9d", + "\x6a\xb8", "\x00\x00", "\x50\x85", "\x57\x4e", "\x00\x00", "\x6b\xfa", + "\x00\x00", "\x5b\xc4", "\x55\x9d", "\x56\xde", "\x00\x00", "\x00\x00", + "\x5a\xca", "\x60\x8c", "\x52\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x7d", + "\x00\x00", "\x55\x53", "\x00\x00", "\x00\x00", "\x52\xc0", "\x00\x00", + "\x5f\xda", "\x68\x8d", "\x00\x00", "\x00\x00", "\x52\x77", "\x57\x6d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x63", + "\x00\x00", "\x00\x00", "\x67\x9d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x64", "\x00\x00", "\x65\x65", "\x58\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x44", "\x66\xd3", "\x58\xe0", + "\x00\x00", "\x5b\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xf6", "\x51\xf9", "\x00\x00", "\x50\x96", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xef", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x9f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xd2", "\x52\x78", "\x5c\x5a", + "\x00\x00", "\x63\x4f", "\x6b\x4c", "\x00\x00", "\x00\x00", "\x5b\xc1", + "\x5d\xb2", "\x67\x89", "\x57\xa6", "\x00\x00", "\x00\x00", "\x69\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x46", "\x61\xa0", "\x64\x8c", + "\x66\x75", "\x00\x00", "\x00\x00", "\x53\xa8", "\x00\x00", "\x00\x00", + "\x57\x91", "\x00\x00", "\x58\x94", "\x00\x00", "\x58\x62", "\x00\x00", + "\x60\xd0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x45", "\x00\x00", "\x5a\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x43", "\x5f\x9d", "\x5e\xbe", + "\x00\x00", "\x00\x00", "\x50\x5c", "\x54\xdb", "\x00\x00", "\x52\xc1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xfa", + "\x00\x00", "\x51\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xae", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x9f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x48", "\x00\x00", "\x67\x73", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xa2", "\x6b\xaa", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xc6", "\x6b\xc7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xca", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x75", "\x62\xa4", "\x53\x4c", "\x5e\x76", + "\x00\x00", "\x57\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x90", "\x00\x00", "\x63\xfc", "\x5b\x53", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x54", "\x00\x00", "\x5d\x9d", "\x63\xb9", "\x52\x79", + "\x51\x8d", "\x52\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x8c", + "\x62\x4d", "\x52\xd4", "\x5a\xd2", "\x64\xf5", "\x00\x00", "\x50\x46", + "\x64\xb1", "\x62\x8b", "\x59\x8d", "\x5e\x77", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x78", + "\x00\x00", "\x67\xa6", "\x50\x5d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xd7", "\x53\x96", "\x6b\x5a", "\x00\x00", "\x54\x9e", "\x56\xd2", + "\x67\x74", "\x56\x49", "\x64\xc6", "\x66\x48", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xb3", "\x00\x00", "\x56\x5f", "\x00\x00", "\x5f\x5e", + "\x65\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\xba", "\x00\x00", "\x00\x00", "\x69\xa0", "\x00\x00", "\x65\xce", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\xad", "\x63\xfd", "\x00\x00", "\x57\x64", "\x67\x75", "\x00\x00", + "\x5d\xc4", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x54", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xe1", "\x00\x00", + "\x51\x8e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xc0", "\x00\x00", "\x61\xbf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x8f", "\x00\x00", "\x57\x6f", + "\x00\x00", "\x50\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xf4", "\x66\x9a", "\x56\xd0", "\x00\x00", "\x00\x00", + "\x60\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x97", "\x00\x00", + "\x65\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xda", "\x00\x00", "\x52\x7b", "\x00\x00", "\x69\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\xae", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xbd", "\x00\x00", + "\x00\x00", "\x62\x4e", "\x52\x57", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xef", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\xcf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x9e", "\x00\x00", "\x00\x00", "\x5c\xaa", "\x65\x91", + "\x00\x00", "\x00\x00", "\x66\xcb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xd8", "\x60\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x48", + "\x00\x00", "\x00\x00", "\x63\x92", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xb0", "\x67\x67", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x67", "\x00\x00", "\x00\x00", "\x51\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\xf8", "\x00\x00", "\x59\x90", "\x6b\x7e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x65", "\x00\x00", + "\x54\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\xd9", "\x00\x00", "\x62\xd7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x81", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x8d", "\x00\x00", + "\x59\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x6b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\x75", "\x00\x00", "\x00\x00", "\x53\xf0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xd0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xca", + "\x61\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x57", "\x00\x00", + "\x00\x00", "\x53\xa9", "\x5a\x86", "\x00\x00", "\x63\x64", "\x54\xc9", + "\x00\x00", "\x67\x76", "\x65\xd1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x50", "\x67\x8a", + "\x66\xe8", "\x00\x00", "\x67\xb2", "\x50\x7c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\x87", "\x00\x00", "\x5e\xda", "\x59\xea", "\x53\x9b", + "\x52\x58", "\x00\x00", "\x53\xd8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\x77", "\x00\x00", "\x69\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x73", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xb4", "\x00\x00", + "\x53\x5c", "\x00\x00", "\x00\x00", "\x62\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x91", "\x64\x55", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x56", "\x61\xc1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\x9b", "\x00\x00", "\x00\x00", "\x50\x49", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x7c", "\x00\x00", "\x00\x00", "\x59\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xd3", + "\x00\x00", "\x00\x00", "\x61\x6b", "\x00\x00", "\x63\xfe", "\x00\x00", + "\x5b\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x50", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x5d", "\x00\x00", "\x61\x6c", "\x67\xb3", + "\x5a\x53", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xe2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x68", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x54", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xa9", "\x00\x00", + "\x66\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xa7", "\x00\x00", "\x67\x69", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xac", "\x00\x00", + "\x00\x00", "\x6c\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x55", "\x59\x8f", "\x00\x00", "\x00\x00", + "\x67\x52", "\x00\x00", "\x5f\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x89", "\x51\x90", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xdb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x68", "\x5c\xe3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xc2", "\x00\x00", "\x00\x00", "\x52\xaa", "\x00\x00", "\x5e\xbf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xa4", "\x5e\xa5", + "\x00\x00", "\x00\x00", "\x54\x63", "\x00\x00", "\x53\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xe9", "\x00\x00", "\x00\x00", "\x64\xc7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x5f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xd5", "\x00\x00", "\x00\x00", "\x62\x4f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x5e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x50", "\x00\x00", "\x64\xec", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xe1", "\x00\x00", "\x00\x00", + "\x57\xc8", "\x00\x00", "\x00\x00", "\x68\xf5", "\x50\x86", "\x00\x00", + "\x61\xb5", "\x50\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xde", + "\x00\x00", "\x00\x00", "\x51\xb8", "\x00\x00", "\x64\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x54", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\xfd", "\x00\x00", "\x68\x68", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xb1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x57", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x4e", "\x00\x00", "\x00\x00", "\x66\x84", + "\x54\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xf1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\x53", "\x00\x00", "\x52\x7d", "\x5e\xa7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xac", + "\x61\xe6", "\x00\x00", "\x00\x00", "\x56\xa5", "\x00\x00", "\x00\x00", + "\x5a\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xe4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x4b", + "\x58\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xeb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xe5", "\x00\x00", "\x00\x00", "\x62\x9a", + "\x00\x00", "\x57\xe4", "\x53\x5f", "\x00\x00", "\x68\x94", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\xb5", "\x00\x00", "\x54\x43", "\x00\x00", + "\x00\x00", "\x50\xf1", "\x64\xd0", "\x00\x00", "\x68\x4e", "\x6a\xd6", + "\x5c\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x9b", "\x00\x00", "\x00\x00", "\x58\x82", + "\x00\x00", "\x00\x00", "\x61\x4f", "\x00\x00", "\x00\x00", "\x5d\x55", + "\x00\x00", "\x00\x00", "\x50\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x41", "\x5c\xf3", "\x58\x83", "\x00\x00", "\x00\x00", + "\x5f\xf7", "\x54\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x4a", "\x5d\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x54", "\x00\x00", "\x5a\xd4", + "\x00\x00", "\x00\x00", "\x64\xa9", "\x00\x00", "\x00\x00", "\x54\x65", + "\x54\x44", "\x00\x00", "\x63\xba", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\x46", "\x00\x00", "\x00\x00", "\x60\xa8", "\x6a\x8d", "\x00\x00", + "\x67\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x7a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x74", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xcb", "\x00\x00", "\x00\x00", + "\x6b\x60", "\x00\x00", "\x5b\x91", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\x4f", "\x00\x00", "\x5a\x55", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x44", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xc7", "\x00\x00", "\x62\x41", "\x66\x51", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x61", "\x54\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x82", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xb5", "\x5f\xf8", "\x00\x00", "\x00\x00", + "\x50\x68", "\x00\x00", "\x00\x00", "\x58\x59", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xd3", "\x00\x00", "\x53\xda", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x7f", "\x00\x00", + "\x00\x00", "\x65\xb6", "\x00\x00", "\x5c\x93", "\x00\x00", "\x66\x9c", + "\x00\x00", "\x00\x00", "\x55\xd6", "\x51\xfa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x4b", "\x55\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xcd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x92", "\x5f\xb1", "\x00\x00", + "\x00\x00", "\x60\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xaa", + "\x66\x9b", "\x5a\x54", "\x00\x00", "\x5b\x58", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xab", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x60", "\x5a\x72", "\x5d\xf9", "\x00\x00", + "\x00\x00", "\x5b\x92", "\x53\xd4", "\x00\x00", "\x5c\xbb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x4f", "\x00\x00", "\x63\x51", + "\x64\xb2", "\x58\xbc", "\x00\x00", "\x5e\x42", "\x5c\x98", "\x00\x00", + "\x00\x00", "\x5c\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x80", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x76", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xfb", "\x00\x00", "\x00\x00", "\x53\x61", + "\x53\xb1", "\x58\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xd6", "\x61\xc2", "\x6b\xe5", "\x51\x76", "\x00\x00", "\x00\x00", + "\x58\xe5", "\x66\x5a", "\x00\x00", "\x64\xd6", "\x00\x00", "\x00\x00", + "\x65\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xa9", "\x00\x00", "\x59\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xb6", "\x00\x00", "\x00\x00", "\x64\xa4", "\x5f\x49", + "\x5f\xf9", "\x5a\x73", "\x58\xe6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xb5", "\x53\xc0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\x69", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x9d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x45", "\x59\x47", + "\x56\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x62", "\x00\x00", "\x00\x00", + "\x5e\x43", "\x68\x90", "\x00\x00", "\x57\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x48", "\x00\x00", "\x64\x83", "\x00\x00", "\x00\x00", + "\x57\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xa6", + "\x00\x00", "\x62\xfa", "\x00\x00", "\x00\x00", "\x63\x73", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xe2", "\x00\x00", "\x00\x00", + "\x56\xe0", "\x00\x00", "\x00\x00", "\x5f\xbe", "\x00\x00", "\x5b\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x75", "\x51\x91", + "\x59\x94", "\x5a\xba", "\x5e\xc0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\xb3", "\x5e\x44", "\x00\x00", "\x50\x9e", "\x6b\x75", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x6a", "\x00\x00", "\x5f\x81", "\x00\x00", + "\x62\x8d", "\x00\x00", "\x67\xb4", "\x00\x00", "\x65\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x56", "\x00\x00", "\x00\x00", "\x5f\xa0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xbf", "\x00\x00", "\x5e\xc4", + "\x00\x00", "\x6a\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x95", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xad", "\x00\x00", + "\x00\x00", "\x5d\xb7", "\x68\x9c", "\x00\x00", "\x00\x00", "\x5d\x57", + "\x5b\xf5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x61", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x80", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xd8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x5d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xdd", "\x00\x00", "\x00\x00", "\x5d\xe2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xc0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xbd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xa7", "\x67\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x70", "\x5e\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xca", "\x56\x72", "\x52\x7e", "\x00\x00", "\x00\x00", "\x50\x4a", + "\x5b\x59", "\x00\x00", "\x6a\xc0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x8e", "\x00\x00", "\x00\x00", "\x66\x72", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x7f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\xcc", "\x00\x00", "\x00\x00", "\x53\xcc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xb5", + "\x00\x00", "\x69\xb6", "\x52\x59", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x70", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x88", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\xed", "\x00\x00", "\x00\x00", "\x5c\xce", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xc0", "\x66\x6e", + "\x00\x00", "\x00\x00", "\x51\xc6", "\x5f\xb9", "\x00\x00", "\x5f\xc2", + "\x61\x9e", "\x00\x00", "\x69\x9d", "\x00\x00", "\x5f\xc1", "\x67\x6a", + "\x00\x00", "\x56\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x77", + "\x51\x92", "\x53\xc1", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xf2", + "\x00\x00", "\x5a\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x93", "\x6b\x52", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xbe", + "\x00\x00", "\x00\x00", "\x65\xb7", "\x00\x00", "\x5e\xdc", "\x00\x00", + "\x5c\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x5d", "\x00\x00", "\x5e\x79", + "\x5b\x5a", "\x5c\x79", "\x00\x00", "\x5b\x44", "\x5d\xe3", "\x00\x00", + "\x00\x00", "\x52\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x95", + "\x00\x00", "\x64\xac", "\x6b\xf1", "\x61\xa4", "\x51\xe4", "\x61\xc3", + "\x60\xe6", "\x5d\xe4", "\x5f\x71", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xbf", "\x5a\x87", "\x5c\x4c", "\x5e\xdd", + "\x66\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xc1", "\x00\x00", "\x52\xb9", "\x00\x00", "\x60\x60", "\x00\x00", + "\x00\x00", "\x65\xf3", "\x5d\x58", "\x5a\xd7", "\x50\x4b", "\x00\x00", + "\x5b\xf6", "\x5e\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x94", "\x6b\x93", "\x00\x00", "\x60\x8e", "\x5e\xa9", + "\x53\x63", "\x5f\xa1", "\x57\x8c", "\x52\x80", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xbf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xa8", "\x00\x00", "\x65\xbc", "\x5e\x7a", "\x5b\xe6", "\x00\x00", + "\x00\x00", "\x68\xc4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x7b", "\x62\xc6", "\x00\x00", "\x51\xd2", + "\x64\x74", "\x00\x00", "\x5d\xb8", "\x6a\xa0", "\x5c\x4d", "\x53\xbd", + "\x6b\x94", "\x5c\x50", "\x00\x00", "\x59\x96", "\x51\xe5", "\x00\x00", + "\x55\xcb", "\x6b\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xbb", "\x58\x84", "\x00\x00", "\x63\xb6", "\x00\x00", + "\x59\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xa7", "\x00\x00", "\x00\x00", "\x59\xbd", "\x00\x00", + "\x00\x00", "\x60\x48", "\x60\xaa", "\x5e\xc1", "\x61\x9f", "\x5c\x51", + "\x00\x00", "\x54\x50", "\x54\x66", "\x5a\xd5", "\x00\x00", "\x5a\xd6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x6b", "\x00\x00", + "\x00\x00", "\x59\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\x88", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xca", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xcf", "\x5f\x4a", "\x63\x41", "\x68\x6e", + "\x53\xd0", "\x00\x00", "\x57\x71", "\x53\xca", "\x52\xab", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xc6", "\x51\x78", "\x00\x00", + "\x52\xb6", "\x00\x00", "\x00\x00", "\x5d\xc5", "\x00\x00", "\x5b\xd0", + "\x69\xdc", "\x00\x00", "\x00\x00", "\x5a\xa6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xab", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x67", "\x00\x00", "\x55\xd7", "\x00\x00", "\x64\x52", "\x56\x4a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\xf8", "\x00\x00", "\x00\x00", "\x54\xb8", "\x00\x00", "\x59\xca", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x64", "\x5f\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x9c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x6d", "\x00\x00", + "\x00\x00", "\x69\xeb", "\x00\x00", "\x5b\x5c", "\x50\x97", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x51", "\x00\x00", "\x5c\x6f", + "\x00\x00", "\x6b\xde", "\x00\x00", "\x69\x86", "\x5c\x7a", "\x00\x00", + "\x69\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xd1", "\x00\x00", + "\x69\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\xb2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x62", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x93", "\x00\x00", "\x58\xa9", + "\x58\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x5e", "\x00\x00", + "\x54\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xe7", + "\x00\x00", "\x66\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xb2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x4c", + "\x53\x66", "\x00\x00", "\x00\x00", "\x51\xb9", "\x00\x00", "\x00\x00", + "\x63\xc4", "\x00\x00", "\x5c\xa1", "\x50\x9f", "\x00\x00", "\x55\xf0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xb3", "\x00\x00", "\x58\xfa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x72", "\x50\x88", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xe6", "\x00\x00", "\x5c\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xb4", "\x00\x00", "\x00\x00", "\x6a\x9d", "\x00\x00", + "\x00\x00", "\x62\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\xfe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x48", + "\x00\x00", "\x00\x00", "\x52\x5a", "\x00\x00", "\x5e\x45", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6a\x74", "\x00\x00", "\x55\x8a", "\x00\x00", + "\x5a\x58", "\x5c\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xfa", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x81", "\x60\xac", + "\x00\x00", "\x00\x00", "\x5c\x8b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x52", "\x61\xc4", "\x00\x00", + "\x00\x00", "\x5b\xa9", "\x5a\xd8", "\x00\x00", "\x00\x00", "\x51\xc7", + "\x61\xb6", "\x52\x5b", "\x50\xc7", "\x00\x00", "\x00\x00", "\x57\x4f", + "\x00\x00", "\x00\x00", "\x62\xa6", "\x00\x00", "\x00\x00", "\x53\x68", + "\x5f\x82", "\x59\x98", "\x64\xdf", "\x64\x57", "\x00\x00", "\x65\xe0", + "\x00\x00", "\x52\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xc8", + "\x50\xd6", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xd1", "\x65\x6a", + "\x00\x00", "\x00\x00", "\x58\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xb6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x74", "\x00\x00", "\x00\x00", "\x62\x8f", "\x00\x00", "\x57\xf6", + "\x00\x00", "\x61\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x5d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x99", "\x00\x00", "\x5a\x75", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xfb", + "\x00\x00", "\x00\x00", "\x54\x52", "\x5e\xde", "\x59\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xdf", "\x00\x00", "\x6b\xf7", + "\x60\xe3", "\x00\x00", "\x00\x00", "\x5e\xc2", "\x69\xe5", "\x65\x80", + "\x00\x00", "\x57\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\xe7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x7c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x58", "\x00\x00", "\x69\x90", "\x54\x45", "\x65\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xdc", "\x50\x6b", "\x65\x55", "\x53\xb6", "\x00\x00", + "\x00\x00", "\x58\x75", "\x66\x44", "\x50\x6c", "\x00\x00", "\x66\xeb", + "\x5e\xd8", "\x5e\xdf", "\x53\x67", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xfc", "\x00\x00", "\x00\x00", "\x59\x4a", + "\x00\x00", "\x00\x00", "\x59\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x76", "\x65\x69", "\x60\xd2", "\x00\x00", "\x00\x00", + "\x51\x50", "\x00\x00", "\x58\xc0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x69", "\x61\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x93", + "\x00\x00", "\x60\xe7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x8c", "\x5a\x5a", "\x50\xa0", + "\x5e\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xf1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xac", "\x55\x80", + "\x54\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x82", "\x00\x00", "\x00\x00", "\x51\xdd", "\x00\x00", "\x00\x00", + "\x55\xcc", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xbe", "\x60\xad", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x46", "\x62\xd9", "\x00\x00", + "\x65\x5b", "\x51\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xf4", "\x55\xfd", "\x00\x00", "\x00\x00", "\x55\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x7c", + "\x00\x00", "\x00\x00", "\x5d\x59", "\x60\xe4", "\x00\x00", "\x00\x00", + "\x50\xd7", "\x67\x53", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x63", "\x00\x00", "\x00\x00", "\x55\xb9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x5c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xe7", "\x00\x00", "\x5b\xd2", + "\x00\x00", "\x52\xba", "\x61\x6d", "\x5f\xa2", "\x00\x00", "\x58\xf6", + "\x66\xca", "\x00\x00", "\x00\x00", "\x5f\x84", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x5f", "\x66\x9e", "\x00\x00", "\x53\xc2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xc4", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xa1", "\x00\x00", + "\x65\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x6d", "\x00\x00", + "\x64\x9d", "\x00\x00", "\x50\xa2", "\x00\x00", "\x57\x74", "\x00\x00", + "\x56\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\xf3", "\x66\x91", "\x00\x00", "\x67\x8c", + "\x00\x00", "\x5f\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xf4", "\x6a\xb9", "\x00\x00", "\x62\xec", "\x65\x86", "\x61\x6e", + "\x59\x72", "\x65\x44", "\x00\x00", "\x00\x00", "\x62\xda", "\x5d\x89", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xcc", + "\x00\x00", "\x5d\x4d", "\x00\x00", "\x00\x00", "\x65\x98", "\x00\x00", + "\x00\x00", "\x69\xa3", "\x5d\xf1", "\x60\xe5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\x53", "\x00\x00", "\x69\xd5", "\x00\x00", "\x00\x00", + "\x67\x54", "\x55\xf4", "\x67\x78", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\x5b", "\x51\x51", "\x54\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xbd", "\x57\xe5", "\x59\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\xa5", "\x00\x00", "\x69\x4d", "\x5c\xe4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\x42", "\x58\x96", "\x5b\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\x59", "\x62\x9e", "\x00\x00", "\x54\x5e", "\x00\x00", "\x63\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x8d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x52", "\x00\x00", "\x65\xa1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x69", "\x5f\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xb7", "\x62\x51", + "\x56\x9b", "\x56\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xf4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xb8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xa2", + "\x00\x00", "\x66\xc6", "\x00\x00", "\x58\xe7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x99", "\x00\x00", "\x00\x00", "\x53\xc3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x6b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xe9", "\x55\x8b", "\x59\x9c", "\x00\x00", "\x00\x00", + "\x64\xb3", "\x5f\x86", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x4e", + "\x00\x00", "\x5a\xbb", "\x5e\xaa", "\x00\x00", "\x52\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xe6", "\x00\x00", "\x63\xbc", + "\x00\x00", "\x67\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x48", "\x5b\x9a", "\x5b\xd3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x44", "\x00\x00", "\x00\x00", + "\x51\xca", "\x00\x00", "\x65\xe1", "\x00\x00", "\x00\x00", "\x5a\x5c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xcf", "\x5d\x42", "\x00\x00", + "\x00\x00", "\x51\xf5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\x55", "\x5f\xc3", "\x67\x99", "\x64\x66", "\x00\x00", "\x00\x00", + "\x65\xbd", "\x5f\x54", "\x50\x5f", "\x00\x00", "\x53\xb9", "\x51\xc9", + "\x00\x00", "\x5b\xe8", "\x67\xae", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x74", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x4e", "\x00\x00", "\x00\x00", + "\x61\x52", "\x65\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x56", "\x00\x00", "\x64\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\xcb", "\x60\xae", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xb9", "\x5e\xe1", "\x00\x00", "\x00\x00", "\x66\xec", + "\x6b\xa0", "\x00\x00", "\x00\x00", "\x56\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x73", "\x00\x00", "\x59\x4b", "\x54\x5f", "\x63\xf9", "\x62\xdb", + "\x57\x80", "\x00\x00", "\x51\x79", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x6b", "\x62\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xe8", "\x00\x00", "\x54\x90", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xbd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xc7", "\x00\x00", "\x5a\x76", "\x00\x00", "\x00\x00", "\x5e\xe2", + "\x66\x92", "\x5c\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x84", "\x53\xc8", + "\x00\x00", "\x59\xf3", "\x00\x00", "\x00\x00", "\x67\x46", "\x00\x00", + "\x00\x00", "\x5c\xc2", "\x5a\xbc", "\x64\x50", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x5f", "\x00\x00", "\x5a\x89", + "\x00\x00", "\x00\x00", "\x50\xd8", "\x00\x00", "\x5e\xe4", "\x5e\xe3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x81", "\x65\x48", "\x5f\x72", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x7d", "\x5c\xa2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xe8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x91", "\x00\x00", "\x00\x00", "\x50\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xf7", "\x00\x00", "\x50\xb3", "\x5e\xab", + "\x00\x00", "\x00\x00", "\x6a\xae", "\x00\x00", "\x55\xf5", "\x00\x00", + "\x00\x00", "\x5f\x55", "\x5f\xc4", "\x00\x00", "\x51\x44", "\x64\xb4", + "\x67\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x87", "\x00\x00", "\x56\xe1", "\x00\x00", "\x00\x00", + "\x62\xcc", "\x62\xcd", "\x62\xce", "\x00\x00", "\x00\x00", "\x64\xdb", + "\x00\x00", "\x64\xc9", "\x00\x00", "\x00\x00", "\x56\x83", "\x51\xe6", + "\x68\x44", "\x00\x00", "\x00\x00", "\x66\x93", "\x50\xb4", "\x00\x00", + "\x00\x00", "\x61\xa6", "\x00\x00", "\x00\x00", "\x55\x5e", "\x00\x00", + "\x5e\xc3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x52", "\x50\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x42", "\x5e\x5b", "\x00\x00", "\x00\x00", "\x6b\xa1", + "\x5e\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x4c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\x42", "\x00\x00", "\x55\x6f", "\x59\x80", "\x00\x00", "\x00\x00", + "\x63\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x6c\x43", "\x67\xb8", + "\x64\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xe8", "\x00\x00", + "\x00\x00", "\x54\xa0", "\x00\x00", "\x50\xe8", "\x00\x00", "\x57\x82", + "\x68\x69", "\x00\x00", "\x69\x7c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\xf6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xf1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x6d", "\x65\xf5", "\x5f\x69", + "\x6a\x8e", "\x57\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x9d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xca", "\x67\x57", "\x66\x60", "\x00\x00", + "\x62\xcf", "\x00\x00", "\x52\x83", "\x66\xed", "\x00\x00", "\x5f\x73", + "\x55\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\xfb", "\x51\xd3", "\x00\x00", "\x57\x51", "\x00\x00", + "\x5b\xaf", "\x5b\x5e", "\x5f\x50", "\x00\x00", "\x5a\xbd", "\x5c\x63", + "\x51\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xbe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x43", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x84", "\x52\xea", "\x00\x00", "\x68\x4a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xed", "\x00\x00", + "\x60\xaf", "\x67\xb9", "\x00\x00", "\x00\x00", "\x54\x54", "\x00\x00", + "\x66\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\x56", "\x57\xcd", "\x5a\xdb", "\x65\x4b", + "\x00\x00", "\x51\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x8a", + "\x66\xb8", "\x59\x4d", "\x00\x00", "\x5b\x60", "\x00\x00", "\x60\x61", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x85", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x8f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xe9", "\x00\x00", "\x00\x00", "\x53\x4f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xc2", "\x00\x00", + "\x00\x00", "\x59\x4e", "\x00\x00", "\x00\x00", "\x69\xec", "\x00\x00", + "\x00\x00", "\x5b\xc2", "\x53\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x63", + "\x64\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xef", "\x5a\x5d", "\x00\x00", "\x00\x00", "\x64\xd8", + "\x00\x00", "\x65\xe2", "\x60\xca", "\x00\x00", "\x00\x00", "\x65\x6d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x99", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x94", + "\x00\x00", "\x00\x00", "\x5c\x94", "\x63\xc8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xf7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\x90", "\x57\x52", "\x53\xba", "\x54\xf0", "\x00\x00", "\x00\x00", + "\x57\xa9", "\x57\x92", "\x00\x00", "\x53\x9e", "\x52\x4e", "\x00\x00", + "\x50\xc8", "\x63\x44", "\x57\xbd", "\x00\x00", "\x6b\xaf", "\x5e\x46", + "\x52\x84", "\x61\xa1", "\x00\x00", "\x63\x96", "\x57\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xf6", "\x5b\xe9", "\x53\x97", "\x62\x43", + "\x00\x00", "\x51\xcb", "\x00\x00", "\x52\xc3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xb9", "\x53\x9f", "\x00\x00", "\x62\x52", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x53", + "\x5a\xa7", "\x5c\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x75", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x64", "\x60\xe9", "\x6a\x58", "\x00\x00", "\x56\x84", + "\x66\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xaf", + "\x00\x00", "\x00\x00", "\x64\xf6", "\x00\x00", "\x00\x00", "\x53\xa7", + "\x5d\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x6e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xaa", + "\x59\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x75", "\x00\x00", "\x00\x00", + "\x53\xa6", "\x53\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xb4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x61", "\x69\x41", "\x00\x00", "\x00\x00", + "\x5f\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xe7", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xaf", "\x00\x00", + "\x52\xb7", "\x00\x00", "\x00\x00", "\x52\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\x41", "\x62\xed", "\x64\xa6", "\x00\x00", + "\x00\x00", "\x60\xd8", "\x00\x00", "\x51\xcc", "\x63\xc9", "\x5c\xfc", + "\x61\x6f", "\x00\x00", "\x52\xac", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x6e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\xe5", "\x00\x00", "\x52\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x47", "\x61\x53", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\x65", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xd0", "\x66\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xe9", "\x67\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\xac", "\x00\x00", "\x5c\xbd", "\x59\xe0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xfe", "\x00\x00", "\x57\x93", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xda", "\x00\x00", + "\x5e\x47", "\x54\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xaa", "\x64\xaa", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xbd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xc5", "\x00\x00", "\x56\x73", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x54", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xe2", "\x69\x77", "\x60\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xc3", "\x59\xd3", "\x6a\xa3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\xc3", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x47", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x65", "\x57\xbf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x53", + "\x00\x00", "\x64\xe1", "\x63\xc2", "\x00\x00", "\x62\xb6", "\x00\x00", + "\x57\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xea", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xd6", "\x00\x00", "\x00\x00", + "\x69\x56", "\x63\x53", "\x00\x00", "\x64\xc0", "\x00\x00", "\x00\x00", + "\x50\xea", "\x00\x00", "\x00\x00", "\x61\x70", "\x51\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x42", "\x00\x00", "\x53\xf1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x5a", "\x00\x00", "\x50\xca", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x55", + "\x64\x92", "\x00\x00", "\x00\x00", "\x54\xe7", "\x62\xc7", "\x50\xcd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x74", "\x00\x00", + "\x00\x00", "\x59\x73", "\x00\x00", "\x50\x60", "\x63\x45", "\x00\x00", + "\x66\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x48", "\x00\x00", + "\x57\xab", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xc4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x5d", "\x66\xe2", "\x54\xe8", "\x00\x00", "\x00\x00", "\x62\x55", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x63", "\x51\x95", "\x5e\xd4", "\x50\xb5", "\x00\x00", "\x51\xcd", + "\x00\x00", "\x00\x00", "\x57\xce", "\x60\xea", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x96", "\x00\x00", "\x00\x00", + "\x67\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x5e", + "\x52\x5c", "\x57\x83", "\x00\x00", "\x52\x85", "\x00\x00", "\x00\x00", + "\x5c\xe5", "\x00\x00", "\x6a\x8f", "\x65\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xdc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x8b", "\x59\xcb", "\x00\x00", "\x00\x00", + "\x54\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x56", "\x5c\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x97", "\x00\x00", "\x60\xeb", "\x60\x90", "\x00\x00", "\x58\xc3", + "\x5b\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x81", "\x65\x5d", + "\x00\x00", "\x6b\xf3", "\x00\x00", "\x57\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x74", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x4f", "\x57\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xad", "\x00\x00", "\x55\xd0", "\x00\x00", "\x51\xb1", + "\x59\xa0", "\x00\x00", "\x00\x00", "\x62\x98", "\x00\x00", "\x5c\x85", + "\x00\x00", "\x00\x00", "\x52\xf2", "\x63\x46", "\x00\x00", "\x58\xc4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xdc", "\x62\xd0", "\x00\x00", + "\x00\x00", "\x59\x9f", "\x5b\xf8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xdb", "\x00\x00", "\x57\xcf", + "\x00\x00", "\x00\x00", "\x5c\xe6", "\x5b\xd4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xd0", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x57", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x8b", + "\x60\xec", "\x00\x00", "\x00\x00", "\x61\x9a", "\x00\x00", "\x00\x00", + "\x69\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x6b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x54", "\x00\x00", "\x00\x00", "\x53\x6c", + "\x00\x00", "\x5f\xab", "\x53\xdc", "\x00\x00", "\x62\x56", "\x61\x71", + "\x00\x00", "\x00\x00", "\x5b\x9b", "\x5e\x8d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xbf", "\x00\x00", "\x00\x00", "\x6a\xb2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xf2", "\x57\x85", + "\x57\x84", "\x69\x44", "\x00\x00", "\x5d\xbb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xba", "\x5b\xc3", + "\x00\x00", "\x57\xd1", "\x66\x9f", "\x00\x00", "\x62\xdd", "\x00\x00", + "\x56\xd4", "\x66\xc1", "\x69\xa1", "\x68\x91", "\x00\x00", "\x5d\x4e", + "\x5a\x77", "\x67\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x76", "\x5a\xbe", + "\x5d\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x8c", "\x63\xee", + "\x00\x00", "\x56\xa9", "\x5f\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xdc", "\x00\x00", "\x5b\xd5", "\x65\xad", "\x5e\x8e", + "\x00\x00", "\x00\x00", "\x57\x48", "\x00\x00", "\x62\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x77", "\x5c\x9a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x72", "\x5b\xd6", "\x67\x47", + "\x6b\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x76", + "\x00\x00", "\x6b\x80", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x7c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xe8", "\x00\x00", "\x6b\xd5", + "\x00\x00", "\x61\xc5", "\x6c\x44", "\x5a\xbf", "\x00\x00", "\x00\x00", + "\x61\x54", "\x00\x00", "\x5d\xbc", "\x6b\xe6", "\x67\x58", "\x6b\xdf", + "\x5b\xf9", "\x56\x85", "\x00\x00", "\x6b\xb2", "\x5b\x65", "\x00\x00", + "\x58\x85", "\x51\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x78", + "\x63\x7d", "\x00\x00", "\x60\xed", "\x68\x8a", "\x60\xee", "\x00\x00", + "\x62\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xfb", "\x00\x00", + "\x00\x00", "\x50\x4c", "\x67\x80", "\x67\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x8b", "\x00\x00", "\x6a\xc5", "\x5a\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xa3", "\x5c\x8d", + "\x5c\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xd5", + "\x00\x00", "\x00\x00", "\x68\x6f", "\x00\x00", "\x62\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\xec", "\x00\x00", "\x00\x00", "\x56\xe3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x41", "\x6b\xdc", "\x65\x81", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xb3", "\x00\x00", "\x51\x53", + "\x00\x00", "\x00\x00", "\x54\x92", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x84", "\x00\x00", "\x55\x69", "\x53\xf2", + "\x00\x00", "\x67\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xa6", "\x00\x00", "\x00\x00", "\x5a\x60", + "\x00\x00", "\x00\x00", "\x5e\x49", "\x6b\xbf", "\x00\x00", "\x00\x00", + "\x51\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\xb7", "\x00\x00", "\x00\x00", "\x53\xae", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xf0", "\x00\x00", + "\x51\xb2", "\x5d\x9e", "\x51\x58", "\x00\x00", "\x00\x00", "\x50\x7d", + "\x5a\x61", "\x61\x74", "\x61\x73", "\x00\x00", "\x56\x86", "\x00\x00", + "\x62\x45", "\x63\x87", "\x63\xc6", "\x00\x00", "\x00\x00", "\x67\x59", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xb8", "\x5e\xe6", + "\x00\x00", "\x58\xfb", "\x00\x00", "\x58\x98", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xc5", "\x62\x99", + "\x00\x00", "\x54\xf4", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x9d", + "\x00\x00", "\x61\x75", "\x53\x88", "\x53\x6d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xfd", "\x55\xba", + "\x56\xf4", "\x00\x00", "\x57\x76", "\x56\x95", "\x58\xa2", "\x62\xc8", + "\x6b\xa8", "\x00\x00", "\x00\x00", "\x61\xc6", "\x00\x00", "\x00\x00", + "\x57\x95", "\x00\x00", "\x64\x86", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xc9", "\x00\x00", "\x00\x00", "\x67\x79", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\x6f", "\x00\x00", "\x00\x00", "\x59\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x4d", "\x66\x45", "\x60\x62", "\x63\xb8", + "\x00\x00", "\x65\x88", "\x00\x00", "\x00\x00", "\x60\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xae", "\x00\x00", + "\x53\x6e", "\x5a\xf9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xe3", "\x00\x00", "\x57\xe8", + "\x50\xdf", "\x54\xa1", "\x51\x99", "\x57\x49", "\x00\x00", "\x60\x78", + "\x00\x00", "\x64\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\xe9", + "\x00\x00", "\x00\x00", "\x5b\x45", "\x64\xee", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xa4", + "\x00\x00", "\x5d\xf3", "\x00\x00", "\x69\x8c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\xb2", "\x5a\x79", "\x00\x00", "\x00\x00", "\x54\xaf", + "\x00\x00", "\x64\x76", "\x00\x00", "\x56\x67", "\x00\x00", "\x00\x00", + "\x56\xaa", "\x00\x00", "\x51\xd4", "\x62\x58", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x98", "\x6b\xbb", "\x00\x00", + "\x00\x00", "\x62\x59", "\x00\x00", "\x00\x00", "\x50\x4e", "\x68\x41", + "\x52\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xf7", + "\x56\xe5", "\x50\x8c", "\x64\x71", "\x5d\x7b", "\x5e\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xe8", "\x00\x00", + "\x00\x00", "\x64\x93", "\x5f\xde", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x88", "\x00\x00", "\x00\x00", "\x68\x46", "\x00\x00", + "\x00\x00", "\x50\x4d", "\x53\xb2", "\x61\xc7", "\x00\x00", "\x55\xe1", + "\x5b\xd8", "\x62\xf5", "\x69\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xa1", "\x00\x00", "\x00\x00", "\x6b\x67", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xd6", "\x60\xb0", "\x00\x00", "\x00\x00", "\x5a\x62", "\x55\xf6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x5e", "\x57\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x88", "\x6a\xba", + "\x00\x00", "\x51\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x42", "\x52\xf3", "\x00\x00", "\x00\x00", + "\x50\xeb", "\x60\x63", "\x00\x00", "\x00\x00", "\x68\x5e", "\x65\xe4", + "\x51\x7b", "\x54\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\x90", "\x00\x00", "\x54\xa2", "\x59\xf5", "\x00\x00", "\x66\xef", + "\x53\x98", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xca", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\x47", "\x00\x00", "\x55\x47", "\x00\x00", "\x60\xef", + "\x00\x00", "\x56\xab", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x64", "\x64\x5a", "\x00\x00", + "\x00\x00", "\x51\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x76", "\x00\x00", "\x67\x6d", "\x00\x00", "\x6a\x98", + "\x63\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xbd", + "\x56\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xa2", + "\x00\x00", "\x61\x55", "\x51\x7c", "\x51\xbb", "\x00\x00", "\x5a\xdd", + "\x00\x00", "\x58\x4e", "\x69\x82", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x70", "\x69\x94", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xc7", "\x00\x00", "\x53\x6f", + "\x00\x00", "\x51\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\xac", "\x00\x00", "\x00\x00", "\x61\xa7", "\x00\x00", "\x61\x77", + "\x52\xec", "\x00\x00", "\x58\xfc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xa3", "\x54\x48", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xe7", "\x68\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xda", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\x63", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x6f", "\x51\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\xda", "\x6a\xe5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xea", + "\x63\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x98", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xbe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x5c", + "\x00\x00", "\x63\xef", "\x00\x00", "\x00\x00", "\x59\xa3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x94", "\x5a\xa8", "\x64\x87", + "\x00\x00", "\x68\x5c", "\x00\x00", "\x69\x7d", "\x63\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x41", "\x00\x00", "\x68\xb3", "\x5e\xe9", + "\x6a\xcb", "\x69\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xf0", "\x00\x00", "\x00\x00", "\x61\xfc", "\x00\x00", "\x5d\x41", + "\x60\x7a", "\x5b\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xeb", "\x00\x00", "\x65\xf6", "\x63\xcb", "\x5d\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xf5", "\x5e\x64", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x77", "\x57\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\xea", "\x00\x00", "\x59\x51", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x8d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xe2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xab", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x70", + "\x00\x00", "\x57\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xc4", "\x52\x89", "\x6b\xb6", "\x62\xe0", + "\x59\xa4", "\x00\x00", "\x52\x4f", "\x00\x00", "\x00\x00", "\x51\xcf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xde", "\x00\x00", "\x50\xb6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x8b", "\x00\x00", "\x61\x78", + "\x00\x00", "\x52\xf4", "\x00\x00", "\x00\x00", "\x5c\x74", "\x00\x00", + "\x00\x00", "\x61\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x49", "\x00\x00", "\x55\xd8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x7b", "\x00\x00", "\x65\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xcd", "\x60\x43", "\x00\x00", "\x56\xe6", + "\x00\x00", "\x5c\xd5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x9a", "\x00\x00", "\x00\x00", "\x57\x96", "\x5b\x66", + "\x66\xd5", "\x00\x00", "\x00\x00", "\x61\xe9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x8d", "\x00\x00", + "\x00\x00", "\x64\x43", "\x5e\x4c", "\x00\x00", "\x00\x00", "\x52\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x94", "\x00\x00", + "\x6a\xbb", "\x69\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xe6", "\x54\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\x71", "\x00\x00", "\x59\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xdd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xec", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xf0", + "\x53\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x92", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x5a", "\x00\x00", "\x50\xe2", "\x60\x44", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xd2", "\x5f\x56", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x42", "\x52\xca", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x9f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x58", "\x61\xfb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x6a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xd0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xb4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x97", "\x00\x00", "\x54\xdd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xc4", "\x00\x00", + "\x60\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xe9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xaa", "\x62\xa8", "\x00\x00", "\x67\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x5c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xa3", "\x00\x00", "\x53\x72", "\x00\x00", + "\x00\x00", "\x67\xac", "\x51\xe9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xdf", "\x00\x00", "\x00\x00", "\x67\xab", "\x66\x57", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x4f", "\x00\x00", + "\x64\x9f", "\x00\x00", "\x52\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x46", + "\x00\x00", "\x66\xf0", "\x62\x5a", "\x60\xf1", "\x62\xa9", "\x58\x86", + "\x57\x55", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xf7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x68", + "\x52\xd0", "\x00\x00", "\x00\x00", "\x59\xae", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x9b", + "\x6b\x82", "\x00\x00", "\x64\xb5", "\x00\x00", "\x00\x00", "\x5b\x9d", + "\x5b\x67", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xeb", "\x00\x00", "\x5f\xe8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x95", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xf7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x82", "\x59\x76", "\x00\x00", "\x00\x00", "\x5a\xaf", "\x00\x00", + "\x00\x00", "\x53\xde", "\x00\x00", "\x5f\x57", "\x00\x00", "\x00\x00", + "\x59\xd4", "\x00\x00", "\x50\x61", "\x00\x00", "\x00\x00", "\x60\xb1", + "\x00\x00", "\x67\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x75", + "\x52\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x56", + "\x00\x00", "\x56\xe7", "\x00\x00", "\x56\xac", "\x00\x00", "\x00\x00", + "\x54\x85", "\x5f\x44", "\x59\x55", "\x00\x00", "\x69\xa5", "\x69\xa6", + "\x59\x56", "\x00\x00", "\x00\x00", "\x56\xe8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xa1", "\x52\x8c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xe1", "\x00\x00", "\x00\x00", + "\x60\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x5d", "\x00\x00", "\x57\x86", "\x00\x00", "\x56\xbc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x73", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x69", "\x00\x00", "\x00\x00", "\x59\x81", + "\x5d\x8e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\x4f", "\x00\x00", "\x60\xf2", "\x61\xfd", "\x52\x8d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x50", "\x00\x00", + "\x5a\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xcc", + "\x00\x00", "\x65\xc0", "\x00\x00", "\x00\x00", "\x5d\xbe", "\x00\x00", + "\x00\x00", "\x5d\x47", "\x66\xcc", "\x50\xa4", "\x62\x5b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xbf", "\x00\x00", "\x5d\xf4", "\x00\x00", "\x00\x00", "\x6a\x87", + "\x00\x00", "\x00\x00", "\x64\xb6", "\x00\x00", "\x53\x50", "\x00\x00", + "\x58\x64", "\x00\x00", "\x57\x66", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\xfd", "\x00\x00", "\x00\x00", "\x53\x74", "\x58\xea", "\x00\x00", + "\x00\x00", "\x5c\x54", "\x53\x75", "\x5d\xc6", "\x00\x00", "\x6a\xc1", + "\x65\xe5", "\x6a\x59", "\x64\x77", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xf5", "\x00\x00", + "\x56\xfb", "\x53\xfc", "\x69\x73", "\x69\x81", "\x63\xf5", "\x00\x00", + "\x59\x52", "\x59\xa5", "\x6b\x7c", "\x64\xfa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x96", "\x00\x00", "\x00\x00", "\x60\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xae", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x54", "\x5e\xea", "\x00\x00", "\x64\x5b", + "\x5a\xde", "\x51\x9a", "\x63\x6c", "\x5d\x5d", "\x00\x00", "\x67\x48", + "\x6b\xd6", "\x00\x00", "\x69\xbc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x54", "\x57\x98", "\x00\x00", "\x65\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xcd", + "\x00\x00", "\x58\x55", "\x00\x00", "\x59\xa6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x8d", "\x65\x6f", "\x64\xe3", "\x5f\x66", "\x00\x00", "\x53\xd1", + "\x00\x00", "\x00\x00", "\x61\xca", "\x00\x00", "\x00\x00", "\x6b\xd3", + "\x00\x00", "\x00\x00", "\x57\xaf", "\x57\x87", "\x64\xb7", "\x00\x00", + "\x00\x00", "\x5d\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xd6", "\x55\x7d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xcc", "\x00\x00", "\x5b\x6a", "\x00\x00", "\x54\xd2", + "\x00\x00", "\x00\x00", "\x54\xa4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x78", "\x00\x00", "\x6a\xcc", + "\x00\x00", "\x5a\xa9", "\x66\xce", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xcb", "\x00\x00", + "\x00\x00", "\x5b\x9e", "\x67\x9f", "\x00\x00", "\x51\xfd", "\x6a\xc2", + "\x00\x00", "\x66\xf9", "\x00\x00", "\x67\xaf", "\x64\xe4", "\x00\x00", + "\x00\x00", "\x55\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xcb", "\x61\xea", "\x00\x00", "\x69\xaa", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xe5", + "\x00\x00", "\x00\x00", "\x65\x70", "\x00\x00", "\x00\x00", "\x66\xa2", + "\x54\xf6", "\x00\x00", "\x69\x66", "\x00\x00", "\x58\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x5d", "\x00\x00", + "\x00\x00", "\x65\xf7", "\x64\x78", "\x66\x79", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xfb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x75", "\x00\x00", "\x51\x5b", + "\x5a\xdf", "\x5a\xb7", "\x00\x00", "\x00\x00", "\x6a\xaf", "\x6b\xf4", + "\x5d\x5f", "\x00\x00", "\x00\x00", "\x69\xc5", "\x00\x00", "\x5d\x5e", + "\x00\x00", "\x63\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xa4", "\x00\x00", "\x00\x00", + "\x5c\xb0", "\x00\x00", "\x00\x00", "\x65\xd3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x69", "\x00\x00", "\x00\x00", "\x68\x86", + "\x64\x5c", "\x5a\x7b", "\x6b\xf5", "\x53\x76", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xa3", + "\x00\x00", "\x5b\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x70", "\x61\xa9", "\x55\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\xcc", "\x00\x00", "\x00\x00", "\x53\xf3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xf3", "\x00\x00", "\x55\xf1", "\x5f\x5f", "\x00\x00", "\x00\x00", + "\x67\x5b", "\x00\x00", "\x00\x00", "\x5c\x55", "\x00\x00", "\x5b\x9f", + "\x00\x00", "\x5d\x60", "\x00\x00", "\x66\xc2", "\x63\x7e", "\x5c\xfd", + "\x63\x55", "\x63\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xdb", + "\x00\x00", "\x66\xf1", "\x60\x7d", "\x50\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xf4", "\x50\xcb", "\x54\x71", "\x00\x00", "\x59\xa7", + "\x69\x8b", "\x5c\x75", "\x5d\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xaa", "\x64\x51", "\x5e\xc5", "\x00\x00", "\x65\xe6", + "\x00\x00", "\x00\x00", "\x69\xb8", "\x00\x00", "\x50\x7e", "\x00\x00", + "\x6a\x76", "\x00\x00", "\x5e\xeb", "\x00\x00", "\x57\x4a", "\x00\x00", + "\x57\x77", "\x6b\x54", "\x66\xc3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xe9", "\x69\x84", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x76", "\x00\x00", "\x00\x00", "\x53\xdf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xa4", "\x00\x00", "\x59\xf8", "\x00\x00", + "\x00\x00", "\x68\xf7", "\x5b\xec", "\x00\x00", "\x6b\x6a", "\x6b\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x65", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xce", + "\x00\x00", "\x00\x00", "\x5f\xa4", "\x64\xae", "\x00\x00", "\x00\x00", + "\x6a\xc3", "\x68\xb4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xe4", "\x52\x8e", "\x00\x00", "\x56\xd6", "\x00\x00", "\x00\x00", + "\x5f\xac", "\x00\x00", "\x00\x00", "\x58\xc6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x7d", "\x5d\xcb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xe0", "\x00\x00", "\x62\x79", "\x5b\x6b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x66", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x8d", "\x00\x00", "\x62\xe2", "\x56\xce", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x49", "\x00\x00", "\x5f\xc5", + "\x63\x47", "\x00\x00", "\x6b\xd7", "\x00\x00", "\x00\x00", "\x66\xfa", + "\x00\x00", "\x60\x65", "\x54\x72", "\x54\xbf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x89", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x91", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xbd", "\x56\x87", "\x00\x00", "\x5c\xe7", + "\x65\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x72", "\x00\x00", + "\x00\x00", "\x55\xaf", "\x00\x00", "\x00\x00", "\x52\xf5", "\x00\x00", + "\x00\x00", "\x55\xda", "\x00\x00", "\x50\xb7", "\x00\x00", "\x56\x4f", + "\x5d\x61", "\x61\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x7d", "\x00\x00", "\x65\xc1", "\x55\x72", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x88", + "\x62\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x6c", + "\x62\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x46", "\x00\x00", "\x5d\x90", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xbe", "\x00\x00", "\x00\x00", "\x50\xfc", "\x00\x00", + "\x00\x00", "\x6b\x8b", "\x57\xae", "\x00\x00", "\x69\xd2", "\x5f\xed", + "\x5f\xee", "\x00\x00", "\x69\x57", "\x5a\x7c", "\x00\x00", "\x00\x00", + "\x6b\xec", "\x00\x00", "\x5f\x4b", "\x00\x00", "\x55\xa0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xf4", + "\x61\x7a", "\x00\x00", "\x52\xcb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\xe9", "\x00\x00", "\x54\xa5", "\x58\x89", "\x69\x6b", "\x00\x00", + "\x00\x00", "\x59\xe1", "\x00\x00", "\x00\x00", "\x62\xa0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x66", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x77", "\x65\x45", "\x00\x00", "\x6a\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xa6", "\x00\x00", "\x00\x00", "\x50\x70", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xc2", + "\x64\xc1", "\x00\x00", "\x00\x00", "\x69\x54", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x5c", "\x62\xb7", + "\x00\x00", "\x60\xb3", "\x00\x00", "\x6a\x90", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xf5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\xf4", "\x00\x00", "\x50\xed", "\x64\x95", + "\x55\x83", "\x53\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6a\x77", "\x56\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x56", + "\x66\xa8", "\x5e\xec", "\x00\x00", "\x00\x00", "\x54\x73", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xa7", "\x00\x00", "\x54\xea", + "\x61\xec", "\x00\x00", "\x00\x00", "\x64\x96", "\x00\x00", "\x59\x77", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x56", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x59", "\x00\x00", "\x00\x00", "\x5c\xd7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x87", "\x54\x86", "\x00\x00", "\x00\x00", "\x59\xa8", + "\x00\x00", "\x5c\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x62", + "\x00\x00", "\x65\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x78", + "\x00\x00", "\x00\x00", "\x55\xa2", "\x00\x00", "\x6b\xc8", "\x5d\x91", + "\x6a\xe3", "\x55\x6b", "\x6b\x6b", "\x5a\xe1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xbb", + "\x69\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x78", "\x57\x78", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x94", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xd8", "\x5b\x4c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xa9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x89", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xd6", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xc0", + "\x67\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x8f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\xdf", "\x60\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x5c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x44", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x9b", "\x00\x00", + "\x00\x00", "\x65\xe7", "\x00\x00", "\x00\x00", "\x6b\xfd", "\x5f\xc6", + "\x68\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x6c", "\x00\x00", "\x00\x00", "\x5a\xe2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x61", + "\x50\xcc", "\x64\xa1", "\x65\x71", "\x66\x88", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xc9", + "\x5f\xe0", "\x60\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x7e", "\x00\x00", + "\x00\x00", "\x67\x96", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xbf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xe3", "\x54\xd3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x44", "\x00\x00", "\x5d\x62", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x6a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xad", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x81", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xf5", "\x00\x00", "\x00\x00", + "\x6b\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\x8f", "\x58\xeb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x45", "\x00\x00", "\x00\x00", "\x57\x57", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x9c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x90", + "\x00\x00", "\x55\x73", "\x6b\xfc", "\x00\x00", "\x67\x4a", "\x00\x00", + "\x60\xb4", "\x00\x00", "\x6a\x79", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xa4", "\x00\x00", "\x00\x00", "\x5d\x64", + "\x00\x00", "\x00\x00", "\x5e\x8f", "\x00\x00", "\x69\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xad", "\x66\xf2", + "\x6b\xf8", "\x61\x7b", "\x00\x00", "\x57\xfe", "\x00\x00", "\x00\x00", + "\x5c\xd8", "\x00\x00", "\x5f\xc7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x8d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xbd", + "\x5e\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x82", + "\x00\x00", "\x00\x00", "\x6b\xd9", "\x00\x00", "\x5e\x67", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xbb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x96", "\x00\x00", "\x00\x00", + "\x69\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x91", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x76", "\x51\x5d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xbd", + "\x6c\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x5d", "\x00\x00", + "\x00\x00", "\x5d\x85", "\x00\x00", "\x5d\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xc1", "\x54\x94", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xcd", "\x00\x00", "\x56\x60", "\x00\x00", + "\x5a\xe3", "\x00\x00", "\x69\x91", "\x5d\x66", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x7c", "\x62\xb8", "\x5b\x68", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xb0", "\x5a\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x8e", "\x00\x00", "\x67\x83", + "\x5b\xfa", "\x00\x00", "\x54\x74", "\x6a\xa6", "\x66\x5b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x83", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x7d", "\x00\x00", + "\x64\xe5", "\x60\x6d", "\x00\x00", "\x00\x00", "\x5e\xa6", "\x00\x00", + "\x5e\xc6", "\x00\x00", "\x00\x00", "\x5f\xe1", "\x58\xc7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xbf", "\x67\x6e", "\x00\x00", "\x59\xec", + "\x5f\x89", "\x00\x00", "\x59\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x49", "\x65\x4c", "\x64\xef", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xfc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x76", "\x00\x00", "\x57\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x87", "\x5c\x64", "\x00\x00", "\x5e\x7f", + "\x00\x00", "\x59\x79", "\x00\x00", "\x56\xe9", "\x00\x00", "\x56\xea", + "\x55\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xf6", + "\x00\x00", "\x57\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x4e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xdc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xf3", "\x00\x00", "\x00\x00", + "\x5a\x57", "\x56\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xd4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x88", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xba", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xf4", "\x00\x00", "\x00\x00", "\x58\x52", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xf9", "\x00\x00", + "\x51\xfe", "\x00\x00", "\x60\x92", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x95", "\x00\x00", "\x66\xaa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x90", "\x00\x00", "\x60\x7e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x6d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x51", "\x66\x7a", "\x00\x00", "\x00\x00", "\x54\xf7", "\x64\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xbd", + "\x5b\xd9", "\x61\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xfb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xc0", "\x60\x7f", "\x57\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\x7a", "\x00\x00", "\x5e\xed", "\x6a\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xfb", "\x5e\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xc7", "\x59\xaa", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x4b", "\x00\x00", + "\x5d\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x89", "\x00\x00", + "\x67\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6a\x7a", "\x00\x00", "\x67\x65", "\x00\x00", "\x00\x00", "\x55\x85", + "\x00\x00", "\x00\x00", "\x5b\x6e", "\x00\x00", "\x53\xeb", "\x66\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x63", "\x00\x00", "\x5f\xc8", "\x5b\x42", + "\x00\x00", "\x5d\xc8", "\x00\x00", "\x5d\xf5", "\x00\x00", "\x00\x00", + "\x6b\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x97", "\x00\x00", "\x52\x91", "\x6a\xb3", "\x68\x95", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x88", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x4c", "\x00\x00", "\x5d\xe6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xab", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x8e", "\x54\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x9a", "\x00\x00", "\x68\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x89", + "\x59\xcd", "\x00\x00", "\x6b\xc4", "\x62\x7a", "\x00\x00", "\x50\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x41", "\x00\x00", "\x00\x00", "\x68\x76", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\xf9", "\x54\xd5", "\x00\x00", "\x61\xcd", "\x00\x00", + "\x5f\x58", "\x5b\xa0", "\x69\x96", "\x5f\x8a", "\x66\x4b", "\x00\x00", + "\x00\x00", "\x66\x89", "\x52\xd8", "\x00\x00", "\x00\x00", "\x57\xb0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x7e", "\x00\x00", "\x69\xc2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x6e", "\x66\x62", "\x00\x00", + "\x00\x00", "\x69\xb9", "\x00\x00", "\x52\x92", "\x00\x00", "\x54\xf8", + "\x56\x52", "\x69\xce", "\x00\x00", "\x55\xe5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xad", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x61", "\x69\xd3", "\x64\x97", "\x00\x00", + "\x00\x00", "\x6b\xe0", "\x53\x77", "\x00\x00", "\x68\x74", "\x00\x00", + "\x53\x78", "\x58\xab", "\x5d\xe7", "\x00\x00", "\x61\xaa", "\x68\x7c", + "\x6a\x6d", "\x00\x00", "\x00\x00", "\x56\x69", "\x53\x44", "\x59\x57", + "\x64\xe6", "\x00\x00", "\x6b\xb3", "\x00\x00", "\x58\x56", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xc4", "\x6a\xb4", "\x69\x78", + "\x00\x00", "\x6b\xa7", "\x5a\x90", "\x61\x57", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xc7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xaf", "\x00\x00", "\x5e\xaf", "\x00\x00", "\x53\xc4", + "\x66\xab", "\x5d\x93", "\x5e\xee", "\x00\x00", "\x5a\x64", "\x5b\xb5", + "\x55\xe6", "\x00\x00", "\x5e\x68", "\x5b\x4d", "\x5e\x4d", "\x5d\xcc", + "\x00\x00", "\x00\x00", "\x62\x7b", "\x6b\xda", "\x56\x74", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xf9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x96", "\x56\x53", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x91", "\x00\x00", "\x69\x4f", + "\x00\x00", "\x60\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x61", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\xed", "\x00\x00", "\x57\x9b", "\x51\x5e", "\x00\x00", "\x62\x7c", + "\x00\x00", "\x53\x79", "\x00\x00", "\x68\x6b", "\x00\x00", "\x58\x5b", + "\x62\xb9", "\x00\x00", "\x6b\x71", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xf3", "\x00\x00", "\x69\xcf", "\x00\x00", + "\x00\x00", "\x6a\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xd4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x47", "\x00\x00", "\x5a\x92", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x89", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x5f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xbc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x95", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xe8", "\x00\x00", "\x62\xba", "\x00\x00", "\x51\xd5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xac", "\x00\x00", "\x65\x8b", "\x64\xf2", + "\x00\x00", "\x00\x00", "\x5d\xdc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xd4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x7a", + "\x00\x00", "\x63\xcf", "\x50\xf5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xd7", "\x00\x00", "\x00\x00", "\x50\x8f", "\x00\x00", + "\x5c\x57", "\x63\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x4f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xce", "\x00\x00", "\x5a\x50", + "\x5a\xe4", "\x00\x00", "\x5e\x69", "\x00\x00", "\x00\x00", "\x58\x8a", + "\x6a\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xb5", "\x5e\xef", + "\x50\x98", "\x5b\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xaa", + "\x60\xb6", "\x00\x00", "\x60\xf5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x8e", "\x00\x00", "\x00\x00", + "\x51\x60", "\x00\x00", "\x51\x7e", "\x00\x00", "\x00\x00", "\x5d\xfc", + "\x00\x00", "\x6b\x62", "\x00\x00", "\x68\xfa", "\x57\xb1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xe7", "\x00\x00", "\x6b\x83", + "\x63\xe4", "\x57\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xa3", "\x00\x00", "\x00\x00", "\x55\x42", "\x67\x97", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x41", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\xed", "\x5f\x8b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xd8", "\x54\x49", "\x00\x00", "\x53\x7a", "\x00\x00", + "\x68\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x7b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\xa5", "\x61\xce", "\x00\x00", "\x00\x00", "\x63\x77", "\x65\xa4", + "\x00\x00", "\x00\x00", "\x5a\xe5", "\x5a\xe6", "\x00\x00", "\x5f\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xcf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x72", "\x65\x9a", "\x50\x90", "\x00\x00", "\x5f\xca", + "\x00\x00", "\x00\x00", "\x53\xec", "\x62\x7d", "\x00\x00", "\x00\x00", + "\x54\xa7", "\x60\x80", "\x62\x91", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x43", "\x00\x00", "\x00\x00", "\x58\x7b", "\x00\x00", "\x62\x47", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xda", "\x00\x00", + "\x64\x5e", "\x67\xa5", "\x00\x00", "\x00\x00", "\x54\xb0", "\x51\x61", + "\x00\x00", "\x64\xcc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x54", "\x62\x5d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xf6", "\x00\x00", + "\x56\x75", "\x56\x6a", "\x64\x5f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x58", "\x00\x00", "\x51\x9b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xdb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xc3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xcd", "\x63\x48", "\x62\xe4", + "\x69\x88", "\x00\x00", "\x55\xe8", "\x00\x00", "\x5b\x70", "\x65\xb8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xce", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x8e", "\x00\x00", "\x50\x71", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x5c", "\x00\x00", + "\x55\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x60", "\x00\x00", "\x00\x00", + "\x6b\x65", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xcb", + "\x00\x00", "\x00\x00", "\x5a\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xd5", "\x00\x00", "\x60\xb7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x7f", "\x00\x00", "\x00\x00", "\x54\xc2", + "\x57\xc0", "\x57\xf9", "\x57\xfa", "\x00\x00", "\x00\x00", "\x61\x7e", + "\x00\x00", "\x00\x00", "\x60\x93", "\x00\x00", "\x50\xb9", "\x67\x4b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x61", "\x00\x00", "\x51\x9c", "\x00\x00", "\x00\x00", "\x66\xad", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xae", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xd0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xd7", "\x00\x00", "\x00\x00", "\x5e\x80", "\x57\xea", + "\x00\x00", "\x00\x00", "\x58\xec", "\x00\x00", "\x5d\x96", "\x00\x00", + "\x5f\x96", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\xd9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xc1", + "\x54\x75", "\x00\x00", "\x5f\xea", "\x56\xbe", "\x00\x00", "\x62\x7e", + "\x00\x00", "\x50\x91", "\x57\xb2", "\x51\xeb", "\x00\x00", "\x55\xa3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xbf", "\x00\x00", + "\x62\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xf4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x89", "\x00\x00", "\x5b\xa1", "\x00\x00", + "\x00\x00", "\x5a\xc2", "\x00\x00", "\x00\x00", "\x56\xc8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xb4", "\x57\x79", "\x00\x00", "\x50\x72", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xae", "\x00\x00", "\x00\x00", + "\x62\x7f", "\x00\x00", "\x56\xc9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x64", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xc5", "\x56\xeb", "\x00\x00", "\x61\x7f", "\x00\x00", + "\x5c\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xb1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xd2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x71", "\x00\x00", "\x54\x8a", "\x00\x00", "\x59\x59", + "\x56\xf8", "\x00\x00", "\x5d\xa1", "\x00\x00", "\x00\x00", "\x63\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xa0", "\x5d\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x80", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x6e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xa2", "\x55\xcf", + "\x00\x00", "\x00\x00", "\x68\x4b", "\x00\x00", "\x00\x00", "\x54\xa8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x6f", "\x50\xe3", "\x51\x9e", "\x00\x00", "\x52\x94", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xb1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xec", "\x53\x56", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xda", "\x5f\x70", + "\x00\x00", "\x62\x5e", "\x00\x00", "\x5b\xfc", "\x00\x00", "\x52\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xe0", "\x5d\xf8", "\x52\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\xaf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x8a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x5a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x5f", + "\x62\xee", "\x64\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\x73", "\x00\x00", "\x64\xe7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xd9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x67", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xe9", "\x51\x62", "\x00\x00", + "\x00\x00", "\x5d\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xfd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xb0", "\x5c\xa7", "\x5b\x4e", "\x00\x00", "\x00\x00", "\x59\x5b", + "\x00\x00", "\x54\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xe8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x5d", "\x00\x00", "\x5a\x7e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xe3", "\x66\xe4", + "\x69\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xc1", "\x62\xaa", "\x00\x00", "\x00\x00", + "\x51\x80", "\x00\x00", "\x69\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x76", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x63", "\x00\x00", "\x00\x00", "\x53\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x48", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x9e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6a\x47", "\x00\x00", "\x00\x00", "\x5c\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\x5b", "\x55\x6c", "\x57\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xdb", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xac", "\x00\x00", + "\x59\xab", "\x68\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\x7e", "\x53\x7f", "\x62\x61", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x81", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x80", "\x62\x60", + "\x00\x00", "\x00\x00", "\x61\x81", "\x68\x59", "\x66\xaf", "\x63\xe3", + "\x5b\xfd", "\x5b\x6f", "\x59\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xfb", "\x00\x00", "\x00\x00", "\x65\x8c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x59", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x80", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x58", "\x00\x00", "\x53\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xd7", + "\x60\xf8", "\x58\x97", "\x00\x00", "\x5e\x82", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xe8", "\x67\xbe", "\x00\x00", "\x00\x00", "\x5a\x8f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\x9a", "\x00\x00", "\x00\x00", "\x54\x77", + "\x00\x00", "\x69\xf5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x83", "\x00\x00", "\x56\x55", "\x00\x00", "\x53\x46", + "\x66\xd9", "\x54\x8b", "\x5b\x73", "\x59\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x7d", + "\x53\xb7", "\x63\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xd6", "\x63\xa0", "\x00\x00", "\x00\x00", "\x69\xa7", + "\x00\x00", "\x00\x00", "\x59\x5c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x82", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x7d", "\x00\x00", "\x62\x81", "\x5c\x9c", + "\x00\x00", "\x62\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\xbf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xcd", + "\x00\x00", "\x00\x00", "\x50\x73", "\x00\x00", "\x00\x00", "\x60\xf9", + "\x00\x00", "\x63\xa1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xb4", "\x00\x00", "\x00\x00", "\x64\xfe", + "\x00\x00", "\x62\x6e", "\x64\x62", "\x00\x00", "\x56\x42", "\x00\x00", + "\x00\x00", "\x65\x92", "\x61\x83", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xab", "\x00\x00", + "\x00\x00", "\x64\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x90", "\x62\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x78", + "\x50\x50", "\x51\x82", "\x00\x00", "\x51\x9f", "\x51\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xf9", "\x00\x00", + "\x00\x00", "\x6b\xab", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x94", + "\x6a\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x74", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\x4b", "\x6a\x88", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xce", "\x00\x00", "\x66\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x6f", "\x00\x00", "\x52\x96", "\x00\x00", + "\x00\x00", "\x52\xbb", "\x51\xd0", "\x00\x00", "\x00\x00", "\x60\xfa", + "\x00\x00", "\x63\x57", "\x00\x00", "\x54\x99", "\x00\x00", "\x60\xcc", + "\x62\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x4e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x8c", "\x62\xe5", "\x00\x00", "\x61\x84", + "\x00\x00", "\x00\x00", "\x52\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xdd", "\x6a\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xbc", "\x5e\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xda", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xf8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xbb", "\x68\x8c", + "\x00\x00", "\x54\xb1", "\x61\x85", "\x00\x00", "\x60\xcd", "\x56\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x7b", + "\x00\x00", "\x62\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x7c", + "\x00\x00", "\x51\x64", "\x60\x4e", "\x00\x00", "\x00\x00", "\x61\xee", + "\x00\x00", "\x54\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x75", "\x00\x00", "\x00\x00", "\x50\x80", "\x00\x00", "\x53\xe1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x65", "\x00\x00", "\x00\x00", "\x61\xe1", "\x63\xe5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x74", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x51", "\x00\x00", "\x61\x86", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xc8", "\x00\x00", "\x5a\xe7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x52", + "\x00\x00", "\x60\x95", "\x00\x00", "\x00\x00", "\x64\xb8", "\x00\x00", + "\x56\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xb1", + "\x58\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x5a", "\x69\x52", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\xa5", "\x00\x00", "\x00\x00", "\x54\xc3", + "\x00\x00", "\x52\xf7", "\x6b\x63", "\x5b\xa3", "\x00\x00", "\x58\x49", + "\x52\x42", "\x63\xe6", "\x64\xcd", "\x00\x00", "\x53\xfd", "\x00\x00", + "\x62\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xe2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xc3", "\x00\x00", + "\x69\xb5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\x69", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x92", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x6e", "\x00\x00", "\x00\x00", + "\x63\xd2", "\x00\x00", "\x57\x9c", "\x53\x81", "\x00\x00", "\x59\xd0", + "\x00\x00", "\x00\x00", "\x62\xa3", "\x00\x00", "\x51\xd1", "\x51\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xec", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xba", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xfc", "\x00\x00", "\x00\x00", "\x5f\xef", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xce", "\x67\x4c", + "\x00\x00", "\x00\x00", "\x58\x53", "\x00\x00", "\x60\xbb", "\x65\x4d", + "\x00\x00", "\x63\xe7", "\x00\x00", "\x66\x7b", "\x67\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xc4", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x8c", "\x00\x00", + "\x59\x5d", "\x00\x00", "\x00\x00", "\x59\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\xf7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xe2", "\x00\x00", "\x00\x00", "\x50\x75", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xee", + "\x00\x00", "\x00\x00", "\x5f\xf0", "\x5a\xe8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x99", "\x55\x84", "\x58\xc8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xeb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xd0", "\x60\x96", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xc2", "\x55\xbd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x71", "\x5c\xc6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x57", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x71", "\x00\x00", + "\x00\x00", "\x57\x9e", "\x00\x00", "\x61\x87", "\x60\xd6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xfa", + "\x00\x00", "\x00\x00", "\x5f\xcd", "\x00\x00", "\x00\x00", "\x61\xe2", + "\x00\x00", "\x60\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\x4a", "\x00\x00", "\x00\x00", "\x55\x4b", + "\x62\xbd", "\x50\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\x7b", "\x00\x00", "\x58\xee", "\x61\x88", "\x50\xa8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x4c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x97", "\x00\x00", "\x61\x89", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\x83", "\x00\x00", "\x00\x00", "\x52\xdc", "\x00\x00", + "\x53\x82", "\x00\x00", "\x61\xd1", "\x00\x00", "\x5c\xc7", "\x66\xd0", + "\x6a\xb5", "\x67\xa8", "\x66\xf4", "\x00\x00", "\x57\x68", "\x57\x67", + "\x00\x00", "\x53\xab", "\x00\x00", "\x00\x00", "\x53\xce", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xa4", "\x00\x00", "\x00\x00", "\x59\xb4", + "\x52\x52", "\x62\x62", "\x53\x52", "\x58\xef", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\xe9", "\x57\xd3", "\x5a\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\xce", "\x61\xd2", "\x00\x00", "\x6b\x8f", "\x55\xdb", + "\x5a\xcf", "\x00\x00", "\x00\x00", "\x5b\xfe", "\x00\x00", "\x6b\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xea", "\x50\x92", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xac", "\x66\x65", "\x61\x8a", "\x51\x66", "\x57\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xfe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x8b", "\x00\x00", "\x00\x00", "\x52\x63", "\x00\x00", + "\x00\x00", "\x54\xd6", "\x66\x66", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x53", "\x00\x00", "\x5f\x51", "\x00\x00", "\x6a\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\x65", "\x00\x00", "\x00\x00", "\x64\xce", + "\x59\xb5", "\x68\x50", "\x00\x00", "\x00\x00", "\x60\xcf", "\x00\x00", + "\x00\x00", "\x50\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xa2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x6f", "\x5b\x77", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x67", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xb2", "\x00\x00", + "\x61\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x78", "\x5e\xf1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xa6", "\x56\x9e", "\x00\x00", + "\x63\x67", "\x62\xef", "\x00\x00", "\x00\x00", "\x55\xf2", "\x00\x00", + "\x53\x83", "\x64\xa2", "\x00\x00", "\x5f\xe2", "\x56\x43", "\x56\xca", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\x63", "\x00\x00", "\x00\x00", "\x53\x94", "\x59\x5e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x66", "\x00\x00", + "\x65\xd4", "\x00\x00", "\x5a\x94", "\x00\x00", "\x00\x00", "\x62\x9c", + "\x53\xe3", "\x00\x00", "\x63\x8b", "\x69\x87", "\x00\x00", "\x5d\x6a", + "\x00\x00", "\x00\x00", "\x5b\xdd", "\x00\x00", "\x65\x4e", "\x5d\xe9", + "\x00\x00", "\x00\x00", "\x56\xcb", "\x00\x00", "\x00\x00", "\x5e\xc8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x74", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x64", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x82", "\x69\xed", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x9d", "\x00\x00", "\x6b\x84", "\x66\xb1", "\x6a\xaa", + "\x00\x00", "\x6b\x55", "\x00\x00", "\x66\x67", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xae", + "\x00\x00", "\x00\x00", "\x63\xe8", "\x6a\x5f", "\x00\x00", "\x61\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xdc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xbe", + "\x60\x98", "\x00\x00", "\x00\x00", "\x58\x43", "\x00\x00", "\x58\xfe", + "\x00\x00", "\x00\x00", "\x57\x59", "\x5e\x50", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x7b", "\x00\x00", "\x62\x70", "\x5a\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x51", "\x00\x00", "\x00\x00", "\x5b\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xc5", "\x67\x5f", "\x51\x84", "\x00\x00", "\x50\xf7", + "\x00\x00", "\x00\x00", "\x61\x8c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x50", + "\x00\x00", "\x00\x00", "\x51\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\xbc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\xfb", "\x00\x00", "\x00\x00", "\x60\xbc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\x97", "\x60\x67", "\x00\x00", "\x5a\xb0", "\x00\x00", + "\x62\xbe", "\x00\x00", "\x00\x00", "\x54\x8d", "\x54\xec", "\x58\xc9", + "\x00\x00", "\x65\xe8", "\x00\x00", "\x51\x41", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x9f", + "\x65\xc3", "\x00\x00", "\x00\x00", "\x58\xcb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb9", "\x52\x47", "\x00\x00", + "\x00\x00", "\x64\x65", "\x00\x00", "\x58\x4a", "\x00\x00", "\x5a\x67", + "\x00\x00", "\x00\x00", "\x56\xaf", "\x00\x00", "\x64\xe8", "\x00\x00", + "\x56\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xcc", "\x00\x00", "\x00\x00", "\x68\x98", "\x00\x00", "\x5c\xdc", + "\x00\x00", "\x68\x51", "\x00\x00", "\x57\x7c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xdd", "\x00\x00", "\x55\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xb1", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x96", + "\x5f\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\x82", "\x00\x00", "\x00\x00", "\x67\xc0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x68", "\x50\xc3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x84", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x97", "\x00\x00", "\x5f\x98", + "\x00\x00", "\x55\x90", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xbb", + "\x00\x00", "\x59\xfd", "\x6c\x41", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x5c", "\x64\x45", "\x59\x5f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xbd", "\x00\x00", "\x00\x00", "\x65\x4f", "\x00\x00", + "\x5d\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xc4", + "\x00\x00", "\x00\x00", "\x5d\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x64", "\x00\x00", "\x58\x44", "\x5f\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x52", "\x55\xa4", "\x00\x00", + "\x51\xa1", "\x56\xed", "\x5f\xcf", "\x53\x85", "\x00\x00", "\x00\x00", + "\x68\x80", "\x00\x00", "\x00\x00", "\x5f\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xd0", + "\x51\x68", "\x00\x00", "\x56\xee", "\x5e\x96", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x86", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\x8f", "\x00\x00", "\x00\x00", "\x5c\xc0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xa7", "\x00\x00", + "\x51\x69", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xf7", "\x00\x00", + "\x00\x00", "\x69\x53", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xd1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xc4", + "\x00\x00", "\x59\x82", "\x00\x00", "\x64\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x75", "\x63\xbf", "\x00\x00", "\x5a\xc5", "\x5e\x6a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x71", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x7f", "\x55\xbe", "\x5f\x4f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xf0", "\x5b\x97", "\x59\xbf", + "\x61\x8d", "\x00\x00", "\x5f\x45", "\x00\x00", "\x55\xfa", "\x53\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xa3", "\x00\x00", "\x61\xd4", + "\x00\x00", "\x54\xb3", "\x65\xe9", "\x00\x00", "\x50\x78", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xa2", "\x62\x63", "\x00\x00", "\x00\x00", + "\x59\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xf2", "\x57\xd4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x57", "\x00\x00", + "\x52\x53", "\x5f\x46", "\x00\x00", "\x67\x6f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x5e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xc9", "\x61\xd5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xec", "\x00\x00", "\x64\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xb6", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xeb", + "\x50\x99", "\x00\x00", "\x00\x00", "\x65\x74", "\x00\x00", "\x00\x00", + "\x66\xb2", "\x00\x00", "\x00\x00", "\x5f\x4d", "\x5a\x68", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x43", "\x00\x00", + "\x00\x00", "\x54\xaa", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xa0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xcf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x64", "\x00\x00", "\x00\x00", + "\x66\x7d", "\x64\x47", "\x66\x7c", "\x56\xb5", "\x56\xb6", "\x63\x49", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x9b", "\x00\x00", "\x50\x63", "\x51\x6a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x7b", "\x00\x00", "\x64\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x62", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb1", "\x00\x00", + "\x00\x00", "\x5c\x41", "\x00\x00", "\x58\xcd", "\x58\xcc", "\x00\x00", + "\x59\x61", "\x50\xa9", "\x5d\xeb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\xc6", "\x53\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xaf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x4a", + "\x68\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x50", "\x58\x99", "\x5a\x97", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xd1", "\x57\xd5", "\x00\x00", "\x55\x5c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x62", + "\x00\x00", "\x57\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xce", + "\x00\x00", "\x56\x7e", "\x5b\xb6", "\x00\x00", "\x00\x00", "\x52\x65", + "\x00\x00", "\x00\x00", "\x62\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\x98", "\x00\x00", "\x63\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x6a", "\x00\x00", "\x00\x00", "\x53\xf8", "\x67\x60", + "\x53\xc6", "\x54\xb9", "\x00\x00", "\x59\x63", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xf1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x58", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xf1", "\x5d\x6c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x51", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x42", "\x00\x00", "\x5d\xe1", "\x00\x00", "\x6b\x53", "\x56\x6b", + "\x00\x00", "\x5f\xd1", "\x00\x00", "\x00\x00", "\x64\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x65", "\x64\x67", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x58", + "\x6b\x85", "\x52\x99", "\x00\x00", "\x5e\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x6b", "\x00\x00", "\x00\x00", "\x52\x9a", "\x00\x00", + "\x5d\x48", "\x67\xb0", "\x00\x00", "\x52\x9b", "\x00\x00", "\x5a\xa4", + "\x59\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x69", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x76", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x58", "\x5b\xa6", "\x00\x00", "\x57\x5a", + "\x61\xd6", "\x00\x00", "\x68\x52", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xea", + "\x57\xd6", "\x57\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xe9", "\x00\x00", "\x64\x88", "\x57\xa0", + "\x66\x68", "\x00\x00", "\x5a\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x9e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6a\x49", "\x00\x00", "\x60\xfd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xeb", "\x62\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x77", "\x00\x00", "\x65\xd5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xa5", "\x00\x00", + "\x00\x00", "\x50\x76", "\x55\x4d", "\x00\x00", "\x50\x77", "\x5a\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x80", "\x00\x00", "\x6b\x9d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xa9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x85", "\x00\x00", "\x5f\xe3", "\x68\x84", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xcf", "\x69\x47", "\x00\x00", "\x00\x00", + "\x62\x66", "\x00\x00", "\x59\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xbc", "\x6b\xe1", "\x00\x00", "\x00\x00", + "\x68\x92", "\x00\x00", "\x00\x00", "\x58\xf0", "\x64\xe9", "\x5d\xa4", + "\x5c\x58", "\x00\x00", "\x66\xdb", "\x00\x00", "\x57\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x7d", "\x5e\x97", "\x52\xf8", "\x00\x00", + "\x63\xd3", "\x69\x79", "\x5c\x65", "\x00\x00", "\x6b\x50", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xb0", "\x5d\x7f", + "\x55\x91", "\x64\xba", "\x6b\x9e", "\x00\x00", "\x57\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x51", "\x00\x00", "\x00\x00", "\x6b\xbd", + "\x52\x9c", "\x00\x00", "\x6a\xf1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xc8", "\x51\xa4", "\x60\x82", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x98", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xb0", "\x58\xd0", "\x00\x00", + "\x68\x72", "\x6b\xc5", "\x00\x00", "\x00\x00", "\x61\xf4", "\x57\x5b", + "\x58\x54", "\x50\x52", "\x56\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x71", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xd8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x51", "\x00\x00", "\x00\x00", "\x56\xa1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x9a", "\x00\x00", "\x5b\x7c", "\x00\x00", + "\x00\x00", "\x6b\xf0", "\x6b\x41", "\x53\xd5", "\x00\x00", "\x5e\x6c", + "\x6a\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xcf", "\x00\x00", "\x63\xa4", "\x66\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xb5", "\x00\x00", + "\x5f\x90", "\x67\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xb2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\xb1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x69", "\x60\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xb6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x6b", "\x00\x00", "\x5c\x43", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xec", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x7e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x9f", "\x69\xe4", + "\x56\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x80", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x59", "\x52\xad", "\x00\x00", "\x52\xe3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xd7", "\x00\x00", + "\x00\x00", "\x62\xe8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\xf0", "\x00\x00", "\x00\x00", "\x54\x7a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x97", "\x00\x00", "\x52\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xdc", "\x68\x73", "\x56\x44", "\x59\x64", + "\x00\x00", "\x5c\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x98", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xfb", "\x54\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xfd", + "\x00\x00", "\x56\xc0", "\x65\x56", "\x5e\xca", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\xd4", "\x00\x00", "\x00\x00", "\x56\x8b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x88", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xf3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x76", "\x54\xd7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x86", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xaf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x83", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x83", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x77", "\x00\x00", "\x54\xa9", "\x00\x00", + "\x00\x00", "\x5e\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xb3", "\x60\x53", "\x00\x00", "\x00\x00", "\x5c\xc9", "\x00\x00", + "\x63\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xdb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xfe", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xdf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x42", "\x00\x00", + "\x00\x00", "\x59\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x48", + "\x51\x46", "\x00\x00", "\x69\xf0", "\x62\xe9", "\x00\x00", "\x00\x00", + "\x6b\xe2", "\x69\xc9", "\x00\x00", "\x69\x76", "\x00\x00", "\x63\xea", + "\x00\x00", "\x5a\x7f", "\x00\x00", "\x00\x00", "\x5e\x6d", "\x00\x00", + "\x50\xbd", "\x00\x00", "\x5b\xe0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x9c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x7e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb0", "\x00\x00", "\x55\x76", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xd8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xcf", "\x00\x00", + "\x56\x8c", "\x58\x9b", "\x00\x00", "\x00\x00", "\x5f\xd2", "\x59\xde", + "\x00\x00", "\x5e\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x5f", + "\x61\xcf", "\x00\x00", "\x62\xf1", "\x00\x00", "\x60\x54", "\x00\x00", + "\x6b\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xec", "\x5f\x60", "\x00\x00", "\x6b\x86", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\x5f", "\x00\x00", "\x6a\xc6", "\x00\x00", "\x68\xf8", "\x00\x00", + "\x58\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\xa5", "\x00\x00", "\x5d\xa5", "\x00\x00", "\x00\x00", "\x52\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xbe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x53", "\x66\x94", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\xf1", "\x00\x00", "\x69\xd9", "\x5e\xf4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\x88", "\x64\xaf", "\x57\x5c", "\x00\x00", "\x00\x00", + "\x5a\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xc3", + "\x00\x00", "\x5d\xcf", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xa1", + "\x00\x00", "\x00\x00", "\x57\x7d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xe6", "\x00\x00", + "\x50\xaa", "\x00\x00", "\x00\x00", "\x60\x55", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xab", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x59", "\x00\x00", "\x67\x86", + "\x59\xd6", "\x5c\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\x6a", "\x67\x84", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x5b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xd3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xed", "\x69\xe1", "\x60\x56", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6a\xb6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x5d", "\x5d\xa6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xc4", + "\x5c\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x46", "\x5b\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x84", "\x00\x00", "\x00\x00", "\x56\x62", "\x61\x8e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xdf", "\x00\x00", "\x00\x00", "\x5d\xa7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xa6", "\x5a\xee", "\x00\x00", + "\x00\x00", "\x5d\xd0", "\x59\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xfb", "\x69\x93", "\x00\x00", "\x00\x00", "\x5a\x9a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xb4", "\x00\x00", "\x65\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xd9", "\x62\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x52", "\x55\xa7", + "\x00\x00", "\x5e\x86", "\x66\xb5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x98", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xb7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xd1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x69", "\x00\x00", "\x57\xd9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x43", "\x00\x00", "\x5f\xf1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x77", "\x61\x8f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xac", "\x54\xb4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x85", "\x59\xb7", "\x00\x00", + "\x55\x92", "\x00\x00", "\x53\xe4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x61", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xde", "\x00\x00", + "\x61\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x67", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xda", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x66", + "\x00\x00", "\x63\xb2", "\x00\x00", "\x58\xb1", "\x5c\x45", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xc1", "\x58\xd1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x67", "\x00\x00", "\x59\x65", "\x00\x00", "\x57\x8d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x4a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xb1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xd8", + "\x00\x00", "\x68\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\xdf", "\x00\x00", "\x67\x4e", "\x00\x00", + "\x65\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xcc", "\x58\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xb0", "\x00\x00", "\x5b\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xb6", "\x00\x00", "\x60\xdb", + "\x00\x00", "\x5d\xdf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xfa", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x52", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xd9", "\x00\x00", + "\x00\x00", "\x66\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x7c", + "\x00\x00", "\x00\x00", "\x56\x77", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xb7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x9b", "\x00\x00", "\x00\x00", + "\x5e\x54", "\x00\x00", "\x00\x00", "\x63\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x4b", "\x00\x00", "\x65\xf8", "\x00\x00", + "\x5f\x78", "\x00\x00", "\x00\x00", "\x5a\xb1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xc6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x6d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xf2", "\x00\x00", "\x55\x60", "\x61\xef", "\x55\x5f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x8d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xf7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x46", "\x5d\x6e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x69", "\x5b\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x53", "\x00\x00", "\x5c\x67", "\x00\x00", + "\x5e\xcd", "\x00\x00", "\x63\xf7", "\x5e\xce", "\x00\x00", "\x00\x00", + "\x66\x8c", "\x52\x9d", "\x5f\x79", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x8d", "\x00\x00", "\x00\x00", "\x59\xdc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x50", "\x00\x00", "\x68\xbb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x48", + "\x53\x47", "\x00\x00", "\x5e\xb2", "\x56\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x54", "\x00\x00", "\x00\x00", + "\x54\x59", "\x00\x00", "\x65\x79", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xe5", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x80", + "\x6b\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x9d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x68", "\x55\x7f", "\x00\x00", "\x00\x00", "\x60\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x59", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xa8", "\x5e\xf5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x83", "\x00\x00", "\x00\x00", "\x58\x8b", "\x60\x58", "\x00\x00", + "\x59\xb8", "\x00\x00", "\x69\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x66", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xfe", "\x57\xee", "\x57\xed", "\x00\x00", + "\x00\x00", "\x54\xcf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x9e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x81", "\x00\x00", "\x65\x7a", "\x58\x8c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xc7", "\x57\xef", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x5e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xd2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xbc", "\x00\x00", "\x55\xdd", + "\x00\x00", "\x00\x00", "\x69\xbd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xa7", "\x00\x00", "\x00\x00", "\x5c\xde", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xbd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x6b", "\x00\x00", + "\x5e\x55", "\x00\x00", "\x53\xf9", "\x00\x00", "\x00\x00", "\x58\x9c", + "\x65\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\xc2", "\x00\x00", "\x00\x00", "\x5b\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x43", "\x64\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x9e", "\x00\x00", + "\x00\x00", "\x52\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x64", "\x00\x00", "\x00\x00", + "\x54\xef", "\x00\x00", "\x00\x00", "\x51\xef", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\xf9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xf6", "\x00\x00", "\x60\xfe", "\x58\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x86", "\x00\x00", "\x5c\x46", + "\x00\x00", "\x66\xd2", "\x00\x00", "\x64\xc8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x85", "\x00\x00", "\x00\x00", "\x6b\xfe", + "\x64\x98", "\x53\x89", "\x00\x00", "\x00\x00", "\x5d\xe0", "\x00\x00", + "\x5c\x68", "\x00\x00", "\x5b\x46", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x42", "\x00\x00", "\x53\xcd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xda", "\x00\x00", "\x00\x00", "\x5a\xac", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x53", "\x00\x00", "\x00\x00", "\x5a\xef", + "\x00\x00", "\x50\x55", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x83", + "\x61\xd8", "\x62\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xb9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x90", "\x65\x57", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x86", "\x00\x00", "\x00\x00", "\x59\xba", + "\x00\x00", "\x5d\x99", "\x00\x00", "\x5b\xa8", "\x5d\xa9", "\x00\x00", + "\x00\x00", "\x5b\xe2", "\x00\x00", "\x00\x00", "\x5b\xe1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\xcc", "\x60\xbe", "\x00\x00", "\x67\xc1", + "\x66\xdd", "\x65\xfa", "\x5a\x44", "\x00\x00", "\x5a\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x9a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xc4", "\x61\xd9", "\x00\x00", "\x51\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x68", "\x5f\xa5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x6c", "\x00\x00", + "\x64\xa3", "\x00\x00", "\x00\x00", "\x5e\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xe9", "\x00\x00", "\x5a\xc7", + "\x51\x87", "\x00\x00", "\x57\x5d", "\x5d\xc2", "\x51\xa8", "\x5b\x47", + "\x00\x00", "\x67\x62", "\x00\x00", "\x5a\xad", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x81", "\x00\x00", "\x51\xda", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x67", "\x00\x00", "\x00\x00", "\x5f\x7a", "\x00\x00", "\x5f\x5a", + "\x61\x91", "\x00\x00", "\x00\x00", "\x63\x72", "\x00\x00", "\x69\xda", + "\x00\x00", "\x00\x00", "\x53\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x82", "\x00\x00", "\x60\x6f", "\x00\x00", "\x6b\xa3", "\x00\x00", + "\x00\x00", "\x55\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xb7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xf7", "\x63\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xe3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x8c", "\x65\xfb", "\x00\x00", + "\x00\x00", "\x61\x41", "\x50\x79", "\x00\x00", "\x5e\xf8", "\x5f\xd5", + "\x00\x00", "\x00\x00", "\x67\x91", "\x00\x00", "\x5c\x90", "\x00\x00", + "\x00\x00", "\x69\xe2", "\x65\x95", "\x61\x5d", "\x00\x00", "\x5c\xf7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xa2", "\x00\x00", "\x56\xf0", + "\x5c\x86", "\x5e\xcf", "\x00\x00", "\x54\xc5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x7e", "\x00\x00", "\x57\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xba", "\x00\x00", "\x69\xc6", "\x57\xdb", "\x00\x00", + "\x51\x47", "\x6a\xfa", "\x50\xab", "\x00\x00", "\x59\xbb", "\x00\x00", + "\x00\x00", "\x5e\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xf1", "\x00\x00", "\x00\x00", + "\x60\x9a", "\x55\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\xfb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x8e", "\x00\x00", "\x00\x00", "\x6b\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x9a", + "\x53\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xee", "\x00\x00", "\x53\xfb", + "\x00\x00", "\x58\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x6c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x68", + "\x00\x00", "\x00\x00", "\x5d\x51", "\x5f\x7b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xf9", "\x00\x00", "\x00\x00", "\x66\xb7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xaa", "\x00\x00", + "\x00\x00", "\x54\x8e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x66", + "\x00\x00", "\x5d\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xd0", + "\x00\x00", "\x62\xd2", "\x5c\xdf", "\x00\x00", "\x00\x00", "\x6b\x90", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xbf", "\x51\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x89", "\x00\x00", "\x66\xfc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xb6", "\x00\x00", "\x53\x65", "\x00\x00", "\x65\x96", + "\x00\x00", "\x5d\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xdd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x95", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x99", "\x5d\xab", "\x60\x87", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x8e", "\x5b\xe4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xb7", "\x00\x00", "\x56\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x41", "\x61\x42", + "\x00\x00", "\x58\xd3", "\x60\x69", "\x51\xc8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x7b", "\x66\xdf", "\x64\xf0", "\x64\xa8", + "\x51\xf0", "\x62\xf8", "\x00\x00", "\x00\x00", "\x60\x88", "\x5a\xd1", + "\x00\x00", "\x00\x00", "\x5f\x83", "\x52\xd1", "\x00\x00", "\x65\x53", + "\x56\xb1", "\x54\x5a", "\x00\x00", "\x00\x00", "\x59\x69", "\x63\x7a", + "\x6a\xf4", "\x00\x00", "\x57\x5e", "\x65\xb2", "\x69\xa2", "\x55\xc6", + "\x5f\xb6", "\x67\x63", "\x00\x00", "\x00\x00", "\x5f\xd6", "\x50\x56", + "\x00\x00", "\x60\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x84", "\x00\x00", "\x59\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x5b", + "\x00\x00", "\x59\xbc", "\x00\x00", "\x5a\x43", "\x00\x00", "\x57\xf0", + "\x00\x00", "\x66\x6b", "\x56\xb2", "\x63\x5a", "\x00\x00", "\x58\xd4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x95", "\x00\x00", "\x00\x00", + "\x54\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xd5", "\x52\x98", "\x5a\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x6a", + "\x6b\xa9", "\x00\x00", "\x6a\xdc", "\x62\x4b", "\x00\x00", "\x62\xc0", + "\x5c\x80", "\x00\x00", "\x5a\xb2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x60\x59", "\x00\x00", "\x00\x00", "\x69\xc7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x9c", + "\x00\x00", "\x59\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x5c", "\x00\x00", "\x5f\xd7", "\x00\x00", "\x00\x00", "\x61\xda", + "\x00\x00", "\x00\x00", "\x52\xde", "\x58\xd6", "\x00\x00", "\x00\x00", + "\x53\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xa7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x92", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xd5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x6b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xc1", "\x62\x96", "\x00\x00", "\x00\x00", "\x50\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xea", "\x00\x00", + "\x50\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x9d", "\x00\x00", + "\x5a\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x7a", + "\x00\x00", "\x52\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x6f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xfe", "\x63\x5b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x74", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xfa", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb0", "\x61\x5e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xf9", + "\x00\x00", "\x61\x5f", "\x00\x00", "\x00\x00", "\x50\xda", "\x54\x7d", + "\x62\xac", "\x6b\xdd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xa6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x9e", "\x6b\x96", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xeb", "\x00\x00", "\x52\xc7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\xb4", "\x00\x00", "\x60\x89", "\x00\x00", "\x00\x00", "\x61\xdb", + "\x00\x00", "\x00\x00", "\x5c\xcb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x63", "\x5c\x47", "\x52\xbd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xa0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xae", "\x5c\x87", "\x52\xce", + "\x52\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x55", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xec", "\x00\x00", "\x00\x00", "\x50\x58", "\x00\x00", + "\x00\x00", "\x5b\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x68", "\x00\x00", "\x55\xa9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x6a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x7b", "\x56\x8f", "\x58\x8e", + "\x51\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x4f", "\x64\x68", "\x67\x92", "\x69\x72", "\x6b\x98", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x77", + "\x58\x7e", "\x00\x00", "\x57\xf1", "\x55\xf3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x9d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x82", + "\x69\x98", "\x00\x00", "\x58\x9f", "\x00\x00", "\x00\x00", "\x60\xbf", + "\x6a\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xcc", + "\x5e\xb3", "\x55\xb3", "\x00\x00", "\x00\x00", "\x60\xc0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x68", "\x52\x69", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6a\x4c", "\x00\x00", "\x52\x54", "\x00\x00", "\x59\x6a", "\x55\x6d", + "\x00\x00", "\x55\xaa", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\x48", "\x51\xaa", "\x00\x00", "\x00\x00", + "\x58\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xe5", "\x00\x00", + "\x00\x00", "\x64\xf1", "\x00\x00", "\x58\x67", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xbe", "\x58\x65", "\x58\x68", "\x62\x72", + "\x5e\x5a", "\x53\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x87", + "\x00\x00", "\x67\xa9", "\x5c\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x9a", + "\x00\x00", "\x00\x00", "\x52\xfc", "\x00\x00", "\x00\x00", "\x57\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x59", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x9f", "\x57\xa2", "\x00\x00", + "\x62\x97", "\x00\x00", "\x00\x00", "\x5b\xb1", "\x00\x00", "\x68\x61", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x7f", "\x58\x7f", + "\x60\xa0", "\x53\xb4", "\x00\x00", "\x00\x00", "\x63\xd6", "\x00\x00", + "\x00\x00", "\x64\xd3", "\x5b\x48", "\x51\xf7", "\x54\x7e", "\x00\x00", + "\x67\x7b", "\x5d\x52", "\x00\x00", "\x6b\xdb", "\x00\x00", "\x00\x00", + "\x6b\xbe", "\x00\x00", "\x5a\xf0", "\x00\x00", "\x64\xd9", "\x63\xed", + "\x52\xa1", "\x00\x00", "\x00\x00", "\x54\x7f", "\x51\x6e", "\x00\x00", + "\x69\x46", "\x00\x00", "\x60\x8a", "\x64\xcf", "\x00\x00", "\x00\x00", + "\x5a\x6e", "\x55\x93", "\x5a\xfc", "\x61\x94", "\x61\xf0", "\x58\xb2", + "\x55\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x8d", + "\x00\x00", "\x00\x00", "\x61\xde", "\x62\x86", "\x00\x00", "\x00\x00", + "\x52\xdf", "\x00\x00", "\x00\x00", "\x5f\xad", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\xa8", "\x00\x00", "\x5e\xfc", "\x00\x00", "\x00\x00", + "\x54\xba", "\x5b\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x88", "\x00\x00", "\x00\x00", "\x5e\xfb", "\x5e\x98", "\x00\x00", + "\x65\x51", "\x51\xdb", "\x5c\x88", "\x65\xb3", "\x67\x4f", "\x00\x00", + "\x54\x80", "\x53\xed", "\x5e\xd0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x57", "\x00\x00", "\x00\x00", "\x5b\x41", "\x54\x41", "\x63\x8e", + "\x00\x00", "\x5e\xb4", "\x5a\xf1", "\x00\x00", "\x50\xfa", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xc3", "\x60\xa1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x95", "\x62\xad", "\x54\xbb", "\x00\x00", + "\x00\x00", "\x62\x6c", "\x00\x00", "\x00\x00", "\x61\xf1", "\x00\x00", + "\x63\x5c", "\x5a\x9e", "\x00\x00", "\x5e\xfd", "\x00\x00", "\x55\xd3", + "\x50\xcf", "\x00\x00", "\x65\x9e", "\x5e\x58", "\x56\xb3", "\x65\xfc", + "\x5b\x84", "\x66\xf5", "\x00\x00", "\x00\x00", "\x6a\xf5", "\x69\x6d", + "\x00\x00", "\x58\x6a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\xd0", "\x00\x00", "\x5f\x67", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xd9", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xa3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x8d", "\x53\xa1", "\x00\x00", "\x00\x00", "\x57\xdc", + "\x00\x00", "\x6b\x9f", "\x00\x00", "\x59\xa9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\x4c", "\x64\xbc", "\x52\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\xf2", "\x00\x00", "\x00\x00", "\x60\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x91", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x6a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xfb", "\x00\x00", "\x00\x00", "\x52\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xd8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xe0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x89", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xd7", + "\x00\x00", "\x00\x00", "\x66\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x43", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xfe", "\x61\x44", "\x63\xd8", "\x5f\xe4", "\x57\xf2", "\x61\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xcc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xa8", "\x50\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xda", "\x54\xd8", "\x00\x00", "\x5b\x85", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x70", "\x00\x00", "\x66\xbf", "\x59\xd2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xaa", "\x00\x00", "\x64\x4b", "\x00\x00", + "\x63\xa9", "\x00\x00", "\x61\x60", "\x00\x00", "\x00\x00", "\x66\xb9", + "\x00\x00", "\x5a\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xd9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\x7c", "\x60\x5a", "\x00\x00", "\x63\xaa", + "\x66\x95", "\x00\x00", "\x57\xc2", "\x00\x00", "\x00\x00", "\x55\x9b", + "\x50\xc4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xe0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\xf2", "\x00\x00", "\x5f\x41", "\x00\x00", "\x5a\x80", "\x56\x5a", + "\x61\xf8", "\x5c\xc3", "\x55\x50", "\x56\x5b", "\x53\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x51", "\x61\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xd9", "\x64\x7a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x96", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x5d", "\x00\x00", "\x00\x00", "\x6a\xb7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xf3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xbc", "\x00\x00", + "\x00\x00", "\x68\x60", "\x6b\xb9", "\x69\xb1", "\x00\x00", "\x63\xab", + "\x00\x00", "\x00\x00", "\x6a\xde", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xe4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x96", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xc1", "\x50\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x6c", "\x00\x00", + "\x65\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x71", "\x00\x00", + "\x00\x00", "\x5e\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xc3", + "\x00\x00", "\x52\xa3", "\x69\xdb", "\x61\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x6b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xf3", "\x00\x00", "\x5f\x59", + "\x00\x00", "\x00\x00", "\x63\xc1", "\x00\x00", "\x54\xab", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x9f", "\x00\x00", + "\x60\xc2", "\x00\x00", "\x00\x00", "\x5b\x86", "\x00\x00", "\x56\xdb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xc9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xac", "\x00\x00", "\x00\x00", "\x68\x81", + "\x5a\xf3", "\x00\x00", "\x5b\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x70", "\x00\x00", "\x00\x00", + "\x66\x80", "\x00\x00", "\x00\x00", "\x58\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x6d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x7c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xd2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xac", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xb4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xdb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xda", "\x00\x00", "\x60\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\xab", "\x68\xf9", "\x61\x47", "\x53\x8c", "\x60\xc3", + "\x00\x00", "\x68\x99", "\x00\x00", "\x53\x4b", "\x00\x00", "\x57\x4d", + "\x00\x00", "\x00\x00", "\x5a\x81", "\x00\x00", "\x00\x00", "\x51\xab", + "\x62\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x80", "\x00\x00", "\x55\x79", "\x68\x7b", "\x00\x00", + "\x54\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xe7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xe7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xe3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xdb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x7b", + "\x00\x00", "\x61\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x48", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x70", + "\x00\x00", "\x5b\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xba", + "\x62\x87", "\x00\x00", "\x00\x00", "\x5f\xae", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x9d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x90", "\x5e\x71", "\x00\x00", "\x00\x00", "\x51\x6f", "\x00\x00", + "\x00\x00", "\x69\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x8c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb3", + "\x54\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x69", "\x00\x00", + "\x00\x00", "\x64\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\xdf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x94", "\x68\x4d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xc7", + "\x00\x00", "\x55\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xc1", "\x00\x00", + "\x62\xb4", "\x60\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x6a", "\x00\x00", + "\x00\x00", "\x5a\xb4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x60", "\x00\x00", "\x50\xbe", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x4e", "\x00\x00", "\x65\xc7", "\x65\xc6", "\x50\x7a", + "\x57\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x9b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x66", "\x65\xdb", "\x58\x4b", + "\x00\x00", "\x00\x00", "\x52\xe0", "\x57\x8b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x81", "\x5c\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x91", "\x00\x00", "\x00\x00", + "\x66\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xcb", "\x52\xc8", + "\x6b\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xf1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x5e", + "\x58\x5f", "\x00\x00", "\x00\x00", "\x53\xee", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xda", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x5f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb2", "\x00\x00", + "\x64\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x97", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x69", "\x64\x89", "\x00\x00", + "\x6b\xc3", "\x00\x00", "\x58\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xde", "\x56\xb8", "\x50\xad", + "\x00\x00", "\x00\x00", "\x65\xc8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x61", "\x65\xdc", "\x69\xc0", "\x5b\xc7", "\x63\x4c", + "\x00\x00", "\x00\x00", "\x5e\xb5", "\x62\x88", "\x61\x61", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xf3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x61", "\x00\x00", + "\x00\x00", "\x62\x89", "\x00\x00", "\x56\x45", "\x54\x83", "\x65\xd6", + "\x55\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xe1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x8a", "\x55\xf9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x5b", "\x5b\x88", "\x00\x00", "\x67\x50", "\x51\x88", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xef", "\x5e\x99", + "\x00\x00", "\x00\x00", "\x5c\xab", "\x52\xed", "\x00\x00", "\x61\x62", + "\x60\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xd1", + "\x5b\x89", "\x00\x00", "\x66\x58", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x5b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x9c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x4d", "\x61\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\xe5", "\x5c\x7f", "\x00\x00", "\x00\x00", "\x5e\xa0", "\x5c\x6a", + "\x62\x9b", "\x51\xac", "\x00\x00", "\x64\x61", "\x00\x00", "\x6b\x7a", + "\x5f\xd8", "\x5d\xda", "\x6b\x58", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x72", "\x5b\x8a", "\x00\x00", + "\x00\x00", "\x5c\x5c", "\x00\x00", "\x63\xdc", "\x5f\xf3", "\x00\x00", + "\x51\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x5c", "\x53\xa5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x8b", "\x5e\x8c", + "\x5a\xae", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x80", + "\x58\xf2", "\x00\x00", "\x5e\x9a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\x94", "\x55\xc7", "\x00\x00", "\x57\xa3", "\x00\x00", "\x60\xc4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\xf4", "\x00\x00", "\x61\x48", "\x62\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xe1", + "\x59\xe4", "\x00\x00", "\x00\x00", "\x60\xd7", "\x00\x00", "\x5d\xad", + "\x00\x00", "\x00\x00", "\x56\x6c", "\x00\x00", "\x00\x00", "\x6a\x82", + "\x00\x00", "\x00\x00", "\x5a\x45", "\x00\x00", "\x65\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x5f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xaf", "\x00\x00", + "\x55\xab", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x6e", "\x00\x00", + "\x5c\xac", "\x00\x00", "\x63\x8f", "\x00\x00", "\x55\x95", "\x5c\xad", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x49", "\x00\x00", "\x59\x6c", "\x00\x00", "\x00\x00", "\x57\x73", + "\x56\xcc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xde", "\x00\x00", "\x00\x00", "\x5f\xa7", "\x00\x00", "\x00\x00", + "\x56\x98", "\x00\x00", "\x53\xe8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x7d", "\x5c\x9d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x96", + "\x00\x00", "\x5c\x81", "\x00\x00", "\x68\x78", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\xae", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xdd", "\x00\x00", "\x50\x84", "\x00\x00", + "\x00\x00", "\x68\x82", "\x00\x00", "\x65\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xef", "\x00\x00", "\x00\x00", "\x63\x60", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xd1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xc9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x84", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x63", "\x00\x00", "\x00\x00", "\x5a\xf5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x4c", "\x66\xbb", "\x66\x71", "\x61\x4a", "\x51\x70", + "\x00\x00", "\x65\xec", "\x5b\xac", "\x00\x00", "\x5b\x8c", "\x00\x00", + "\x5e\x92", "\x00\x00", "\x5b\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xae", "\x5d\xef", "\x57\xba", "\x54\x96", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xeb", "\x55\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xc2", + "\x00\x00", "\x5f\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xdc", "\x00\x00", "\x54\xb7", + "\x00\x00", "\x00\x00", "\x66\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x71", "\x64\xd4", + "\x00\x00", "\x59\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x64", "\x5c\xb3", "\x5c\x77", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\x82", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xb6", "\x00\x00", "\x60\xc5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xbc", "\x00\x00", "\x51\xad", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\xc6", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x6d", + "\x59\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xe2", "\x00\x00", "\x64\xbd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xa4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\x8f", "\x00\x00", "\x00\x00", "\x6b\xc1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x6d", + "\x58\x47", "\x00\x00", "\x00\x00", "\x5b\xf0", "\x00\x00", "\x69\xca", + "\x53\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x6e", + "\x5f\x62", "\x57\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xc0", "\x65\x7e", "\x5b\xf1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x4d", "\x5c\xe2", "\x00\x00", + "\x5f\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\xc3", "\x00\x00", + "\x00\x00", "\x5c\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xc7", "\x00\x00", "\x58\x80", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x91", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\xfd", "\x00\x00", "\x52\xcf", "\x62\xc4", "\x69\xbb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x8e", "\x5e\x59", "\x00\x00", + "\x6a\x96", "\x00\x00", "\x00\x00", "\x66\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x82", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x8d", "\x00\x00", "\x00\x00", "\x66\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\xc6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xa0", "\x00\x00", "\x00\x00", + "\x66\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x78", "\x5c\xea", + "\x65\x93", "\x00\x00", "\x00\x00", "\x6b\xb0", "\x00\x00", "\x64\x69", + "\x5b\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xaf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xa4", "\x00\x00", "\x00\x00", "\x64\xbe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xe0", "\x68\xcf", + "\x52\xa5", "\x00\x00", "\x00\x00", "\x50\x5a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xdd", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x8a", + "\x00\x00", "\x59\xc1", "\x00\x00", "\x00\x00", "\x58\x6b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xfd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xd9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xf3", "\x00\x00", "\x59\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x8f", "\x53\x90", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xba", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xdc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xc8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xa5", "\x5a\xf6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xb9", "\x00\x00", "\x00\x00", "\x6b\xc2", + "\x00\x00", "\x52\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x6d", + "\x00\x00", "\x66\x59", "\x00\x00", "\x00\x00", "\x51\x72", "\x5d\x53", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x4c", "\x00\x00", "\x00\x00", + "\x55\x63", "\x00\x00", "\x00\x00", "\x53\x91", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xf6", "\x55\x64", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xc1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\xfe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x6e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xdf", "\x00\x00", "\x63\xb5", "\x00\x00", "\x5b\x8e", + "\x63\x90", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xae", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xde", "\x00\x00", "\x5d\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\xc4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xf8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x92", "\x00\x00", "\x5b\x8f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xf8", "\x00\x00", "\x00\x00", + "\x59\x7f", "\x55\x86", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x5c", + "\x00\x00", "\x00\x00", "\x64\xda", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x9e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x47", "\x52\xd2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x50", "\x66\xc5", "\x57\xc5", "\x57\xfb", "\x56\xb4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xa4", "\x55\x51", "\x5e\xd2", "\x00\x00", "\x56\x5d", + "\x00\x00", "\x00\x00", "\x56\x79", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xeb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xac", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x66", "\x00\x00", "\x00\x00", "\x65\x7f", "\x58\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xe9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x6e", + "\x00\x00", "\x00\x00", "\x5a\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x5e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x84", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x98", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\x75", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xde", "\x00\x00", "\x00\x00", "\x69\xe8", "\x00\x00", + "\x58\xa1", "\x5a\x49", "\x00\x00", "\x65\xb5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x92", "\x5d\xd1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6a\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x93", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x53", + "\x00\x00", "\x58\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x99", "\x00\x00", "\x58\xdf", "\x00\x00", "\x52\xa7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb4", "\x56\xd3", "\x00\x00", + "\x5d\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x8f", + "\x5c\x83", "\x5c\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x9e", "\x00\x00", "\x5c\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\x6a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x6d", "\x00\x00", "\x00\x00", "\x51\xb6", "\x57\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xae", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x7a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xbb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xc9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x8b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x64\x4d", "\x65\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\x9b", "\x5f\x6b", "\x55\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb7", "\x51\xf3", + "\x00\x00", "\x00\x00", "\x54\xe2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\xca", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\x7e", "\x00\x00", "\x55\xb6", "\x00\x00", "\x63\xdf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x93", "\x55\xb5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xae", "\x00\x00", "\x56\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xe0", "\x56\xba", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\xaf", "\x56\xcd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x7a", "\x00\x00", "\x00\x00", + "\x67\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x51", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x6f", "\x55\x66", "\x00\x00", + "\x00\x00", "\x67\xa1", "\x00\x00", "\x00\x00", "\x50\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x62", "\x00\x00", "\x00\x00", "\x54\x5c", + "\x63\xf1", "\x5f\x43", "\x60\xd5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xf9", "\x58\x90", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x94", "\x58\x70", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x4b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xaf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\x71", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x65", "\x60\x6b", "\x00\x00", "\x00\x00", + "\x60\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x6b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x59", + "\x00\x00", "\x55\x98", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5f\x5c", "\x69\xbe", "\x00\x00", "\x00\x00", "\x62\xb5", "\x00\x00", + "\x5c\xec", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xd4", "\x00\x00", "\x00\x00", + "\x57\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xa9", "\x88\x61", "\x88\x62", "\x88\x63", "\x88\x64", "\x88\x65", + "\x88\x66", "\x88\x67", "\x88\x68", "\x88\x69", "\x88\x6a", "\x88\x6b", + "\x88\x6c", "\x88\x6d", "\x88\x6e", "\x88\x6f", "\x88\x70", "\x88\x71", + "\x88\x73", "\x88\x74", "\x88\x75", "\x88\x76", "\x88\x77", "\x88\x78", + "\x88\x79", "\x88\x7a", "\x88\x7b", "\x88\x7c", "\x88\x7d", "\x88\x81", + "\x88\x82", "\x88\x83", "\x88\x84", "\x88\x85", "\x88\x86", "\x88\x87", + "\x88\x88", "\x88\x89", "\x88\x8a", "\x88\x8b", "\x88\x8c", "\x88\x8d", + "\x88\x8e", "\x88\x8f", "\x88\x90", "\x88\x91", "\x88\x93", "\x88\x94", + "\x88\x95", "\x88\x96", "\x88\x97", "\x88\x98", "\x88\x99", "\x88\x9a", + "\x88\x9b", "\x88\x9c", "\x88\x9d", "\x88\xa1", "\x88\xa2", "\x88\xa3", + "\x88\xa4", "\x88\xa5", "\x88\xa6", "\x88\xa7", "\x88\xa8", "\x88\xa9", + "\x88\xaa", "\x88\xab", "\x88\xac", "\x88\xad", "\x88\xae", "\x88\xaf", + "\x88\xb0", "\x88\xb1", "\x88\xb3", "\x88\xb4", "\x88\xb5", "\x88\xb6", + "\x88\xb7", "\x88\xb8", "\x88\xb9", "\x88\xba", "\x88\xbb", "\x88\xbc", + "\x88\xbd", "\x88\xc1", "\x88\xc2", "\x88\xc3", "\x88\xc4", "\x88\xc5", + "\x88\xc6", "\x88\xc7", "\x88\xc8", "\x88\xc9", "\x88\xca", "\x88\xcb", + "\x88\xcc", "\x88\xcd", "\x88\xce", "\x88\xcf", "\x88\xd0", "\x88\xd1", + "\x88\xd3", "\x88\xd4", "\x88\xd5", "\x88\xd6", "\x88\xd7", "\x88\xd8", + "\x88\xd9", "\x88\xda", "\x88\xdb", "\x88\xdc", "\x88\xdd", "\x88\xe1", + "\x88\xe2", "\x88\xe3", "\x88\xe4", "\x88\xe5", "\x88\xe6", "\x88\xe7", + "\x88\xe8", "\x88\xe9", "\x88\xea", "\x88\xeb", "\x88\xec", "\x88\xed", + "\x88\xee", "\x88\xef", "\x88\xf0", "\x88\xf1", "\x88\xf3", "\x88\xf4", + "\x88\xf5", "\x88\xf6", "\x88\xf7", "\x88\xf8", "\x88\xf9", "\x88\xfa", + "\x88\xfb", "\x88\xfc", "\x88\xfd", "\x89\x41", "\x89\x42", "\x89\x43", + "\x89\x44", "\x89\x45", "\x89\x46", "\x89\x47", "\x89\x48", "\x89\x49", + "\x89\x4a", "\x89\x4b", "\x89\x4c", "\x89\x4d", "\x89\x4e", "\x89\x4f", + "\x89\x50", "\x89\x51", "\x89\x53", "\x89\x54", "\x89\x55", "\x89\x56", + "\x89\x57", "\x89\x58", "\x89\x59", "\x89\x5a", "\x89\x5b", "\x89\x5c", + "\x89\x5d", "\x89\x61", "\x89\x62", "\x89\x63", "\x89\x64", "\x89\x65", + "\x89\x66", "\x89\x67", "\x89\x68", "\x89\x69", "\x89\x6a", "\x89\x6b", + "\x89\x6c", "\x89\x6d", "\x89\x6e", "\x89\x6f", "\x89\x70", "\x89\x71", + "\x89\x73", "\x89\x74", "\x89\x75", "\x89\x76", "\x89\x77", "\x89\x78", + "\x89\x79", "\x89\x7a", "\x89\x7b", "\x89\x7c", "\x89\x7d", "\x89\x81", + "\x89\x82", "\x89\x83", "\x89\x84", "\x89\x85", "\x89\x86", "\x89\x87", + "\x89\x88", "\x89\x89", "\x89\x8a", "\x89\x8b", "\x89\x8c", "\x89\x8d", + "\x89\x8e", "\x89\x8f", "\x89\x90", "\x89\x91", "\x89\x93", "\x89\x94", + "\x89\x95", "\x89\x96", "\x89\x97", "\x89\x98", "\x89\x99", "\x89\x9a", + "\x89\x9b", "\x89\x9c", "\x89\x9d", "\x89\xa1", "\x89\xa2", "\x89\xa3", + "\x89\xa4", "\x89\xa5", "\x89\xa6", "\x89\xa7", "\x89\xa8", "\x89\xa9", + "\x89\xaa", "\x89\xab", "\x89\xac", "\x89\xad", "\x89\xae", "\x89\xaf", + "\x89\xb0", "\x89\xb1", "\x89\xb3", "\x89\xb4", "\x89\xb5", "\x89\xb6", + "\x89\xb7", "\x89\xb8", "\x89\xb9", "\x89\xba", "\x89\xbb", "\x89\xbc", + "\x89\xbd", "\x89\xc1", "\x89\xc2", "\x89\xc3", "\x89\xc4", "\x89\xc5", + "\x89\xc6", "\x89\xc7", "\x89\xc8", "\x89\xc9", "\x89\xca", "\x89\xcb", + "\x89\xcc", "\x89\xcd", "\x89\xce", "\x89\xcf", "\x89\xd0", "\x89\xd1", + "\x89\xd3", "\x89\xd4", "\x89\xd5", "\x89\xd6", "\x89\xd7", "\x89\xd8", + "\x89\xd9", "\x89\xda", "\x89\xdb", "\x89\xdc", "\x89\xdd", "\x89\xe1", + "\x89\xe2", "\x89\xe3", "\x89\xe4", "\x89\xe5", "\x89\xe6", "\x89\xe7", + "\x89\xe8", "\x89\xe9", "\x89\xea", "\x89\xeb", "\x89\xec", "\x89\xed", + "\x89\xee", "\x89\xef", "\x89\xf0", "\x89\xf1", "\x89\xf3", "\x89\xf4", + "\x89\xf5", "\x89\xf6", "\x89\xf7", "\x89\xf8", "\x89\xf9", "\x89\xfa", + "\x89\xfb", "\x89\xfc", "\x89\xfd", "\x8a\x41", "\x8a\x42", "\x8a\x43", + "\x8a\x44", "\x8a\x45", "\x8a\x46", "\x8a\x47", "\x8a\x48", "\x8a\x49", + "\x8a\x4a", "\x8a\x4b", "\x8a\x4c", "\x8a\x4d", "\x8a\x4e", "\x8a\x4f", + "\x8a\x50", "\x8a\x51", "\x8a\x53", "\x8a\x54", "\x8a\x55", "\x8a\x56", + "\x8a\x57", "\x8a\x58", "\x8a\x59", "\x8a\x5a", "\x8a\x5b", "\x8a\x5c", + "\x8a\x5d", "\x8a\x61", "\x8a\x62", "\x8a\x63", "\x8a\x64", "\x8a\x65", + "\x8a\x66", "\x8a\x67", "\x8a\x68", "\x8a\x69", "\x8a\x6a", "\x8a\x6b", + "\x8a\x6c", "\x8a\x6d", "\x8a\x6e", "\x8a\x6f", "\x8a\x70", "\x8a\x71", + "\x8a\x73", "\x8a\x74", "\x8a\x75", "\x8a\x76", "\x8a\x77", "\x8a\x78", + "\x8a\x79", "\x8a\x7a", "\x8a\x7b", "\x8a\x7c", "\x8a\x7d", "\x8a\x81", + "\x8a\x82", "\x8a\x83", "\x8a\x84", "\x8a\x85", "\x8a\x86", "\x8a\x87", + "\x8a\x88", "\x8a\x89", "\x8a\x8a", "\x8a\x8b", "\x8a\x8c", "\x8a\x8d", + "\x8a\x8e", "\x8a\x8f", "\x8a\x90", "\x8a\x91", "\x8a\x93", "\x8a\x94", + "\x8a\x95", "\x8a\x96", "\x8a\x97", "\x8a\x98", "\x8a\x99", "\x8a\x9a", + "\x8a\x9b", "\x8a\x9c", "\x8a\x9d", "\x8a\xa1", "\x8a\xa2", "\x8a\xa3", + "\x8a\xa4", "\x8a\xa5", "\x8a\xa6", "\x8a\xa7", "\x8a\xa8", "\x8a\xa9", + "\x8a\xaa", "\x8a\xab", "\x8a\xac", "\x8a\xad", "\x8a\xae", "\x8a\xaf", + "\x8a\xb0", "\x8a\xb1", "\x8a\xb3", "\x8a\xb4", "\x8a\xb5", "\x8a\xb6", + "\x8a\xb7", "\x8a\xb8", "\x8a\xb9", "\x8a\xba", "\x8a\xbb", "\x8a\xbc", + "\x8a\xbd", "\x8a\xc1", "\x8a\xc2", "\x8a\xc3", "\x8a\xc4", "\x8a\xc5", + "\x8a\xc6", "\x8a\xc7", "\x8a\xc8", "\x8a\xc9", "\x8a\xca", "\x8a\xcb", + "\x8a\xcc", "\x8a\xcd", "\x8a\xce", "\x8a\xcf", "\x8a\xd0", "\x8a\xd1", + "\x8a\xd3", "\x8a\xd4", "\x8a\xd5", "\x8a\xd6", "\x8a\xd7", "\x8a\xd8", + "\x8a\xd9", "\x8a\xda", "\x8a\xdb", "\x8a\xdc", "\x8a\xdd", "\x8a\xe1", + "\x8a\xe2", "\x8a\xe3", "\x8a\xe4", "\x8a\xe5", "\x8a\xe6", "\x8a\xe7", + "\x8a\xe8", "\x8a\xe9", "\x8a\xea", "\x8a\xeb", "\x8a\xec", "\x8a\xed", + "\x8a\xee", "\x8a\xef", "\x8a\xf0", "\x8a\xf1", "\x8a\xf3", "\x8a\xf4", + "\x8a\xf5", "\x8a\xf6", "\x8a\xf7", "\x8a\xf8", "\x8a\xf9", "\x8a\xfa", + "\x8a\xfb", "\x8a\xfc", "\x8a\xfd", "\x8b\x41", "\x8b\x42", "\x8b\x43", + "\x8b\x44", "\x8b\x45", "\x8b\x46", "\x8b\x47", "\x8b\x48", "\x8b\x49", + "\x8b\x4a", "\x8b\x4b", "\x8b\x4c", "\x8b\x4d", "\x8b\x4e", "\x8b\x4f", + "\x8b\x50", "\x8b\x51", "\x8b\x53", "\x8b\x54", "\x8b\x55", "\x8b\x56", + "\x8b\x57", "\x8b\x58", "\x8b\x59", "\x8b\x5a", "\x8b\x5b", "\x8b\x5c", + "\x8b\x5d", "\x8b\x61", "\x8b\x62", "\x8b\x63", "\x8b\x64", "\x8b\x65", + "\x8b\x66", "\x8b\x67", "\x8b\x68", "\x8b\x69", "\x8b\x6a", "\x8b\x6b", + "\x8b\x6c", "\x8b\x6d", "\x8b\x6e", "\x8b\x6f", "\x8b\x70", "\x8b\x71", + "\x8b\x73", "\x8b\x74", "\x8b\x75", "\x8b\x76", "\x8b\x77", "\x8b\x78", + "\x8b\x79", "\x8b\x7a", "\x8b\x7b", "\x8b\x7c", "\x8b\x7d", "\x8b\x81", + "\x8b\x82", "\x8b\x83", "\x8b\x84", "\x8b\x85", "\x8b\x86", "\x8b\x87", + "\x8b\x88", "\x8b\x89", "\x8b\x8a", "\x8b\x8b", "\x8b\x8c", "\x8b\x8d", + "\x8b\x8e", "\x8b\x8f", "\x8b\x90", "\x8b\x91", "\x8b\x93", "\x8b\x94", + "\x8b\x95", "\x8b\x96", "\x8b\x97", "\x8b\x98", "\x8b\x99", "\x8b\x9a", + "\x8b\x9b", "\x8b\x9c", "\x8b\x9d", "\x8b\xa1", "\x8b\xa2", "\x8b\xa3", + "\x8b\xa4", "\x8b\xa5", "\x8b\xa6", "\x8b\xa7", "\x8b\xa8", "\x8b\xa9", + "\x8b\xaa", "\x8b\xab", "\x8b\xac", "\x8b\xad", "\x8b\xae", "\x8b\xaf", + "\x8b\xb0", "\x8b\xb1", "\x8b\xb3", "\x8b\xb4", "\x8b\xb5", "\x8b\xb6", + "\x8b\xb7", "\x8b\xb8", "\x8b\xb9", "\x8b\xba", "\x8b\xbb", "\x8b\xbc", + "\x8b\xbd", "\x8c\x61", "\x8c\x62", "\x8c\x63", "\x8c\x64", "\x8c\x65", + "\x8c\x66", "\x8c\x67", "\x8c\x68", "\x8c\x69", "\x8c\x6a", "\x8c\x6b", + "\x8c\x6c", "\x8c\x6d", "\x8c\x6e", "\x8c\x6f", "\x8c\x70", "\x8c\x71", + "\x8c\x73", "\x8c\x74", "\x8c\x75", "\x8c\x76", "\x8c\x77", "\x8c\x78", + "\x8c\x79", "\x8c\x7a", "\x8c\x7b", "\x8c\x7c", "\x8c\x7d", "\x8c\x81", + "\x8c\x82", "\x8c\x83", "\x8c\x84", "\x8c\x85", "\x8c\x86", "\x8c\x87", + "\x8c\x88", "\x8c\x89", "\x8c\x8a", "\x8c\x8b", "\x8c\x8c", "\x8c\x8d", + "\x8c\x8e", "\x8c\x8f", "\x8c\x90", "\x8c\x91", "\x8c\x93", "\x8c\x94", + "\x8c\x95", "\x8c\x96", "\x8c\x97", "\x8c\x98", "\x8c\x99", "\x8c\x9a", + "\x8c\x9b", "\x8c\x9c", "\x8c\x9d", "\x8c\xa1", "\x8c\xa2", "\x8c\xa3", + "\x8c\xa4", "\x8c\xa5", "\x8c\xa6", "\x8c\xa7", "\x8c\xa8", "\x8c\xa9", + "\x8c\xaa", "\x8c\xab", "\x8c\xac", "\x8c\xad", "\x8c\xae", "\x8c\xaf", + "\x8c\xb0", "\x8c\xb1", "\x8c\xb3", "\x8c\xb4", "\x8c\xb5", "\x8c\xb6", + "\x8c\xb7", "\x8c\xb8", "\x8c\xb9", "\x8c\xba", "\x8c\xbb", "\x8c\xbc", + "\x8c\xbd", "\x8c\xc1", "\x8c\xc2", "\x8c\xc3", "\x8c\xc4", "\x8c\xc5", + "\x8c\xc6", "\x8c\xc7", "\x8c\xc8", "\x8c\xc9", "\x8c\xca", "\x8c\xcb", + "\x8c\xcc", "\x8c\xcd", "\x8c\xce", "\x8c\xcf", "\x8c\xd0", "\x8c\xd1", + "\x8c\xd3", "\x8c\xd4", "\x8c\xd5", "\x8c\xd6", "\x8c\xd7", "\x8c\xd8", + "\x8c\xd9", "\x8c\xda", "\x8c\xdb", "\x8c\xdc", "\x8c\xdd", "\x8c\xe1", + "\x8c\xe2", "\x8c\xe3", "\x8c\xe4", "\x8c\xe5", "\x8c\xe6", "\x8c\xe7", + "\x8c\xe8", "\x8c\xe9", "\x8c\xea", "\x8c\xeb", "\x8c\xec", "\x8c\xed", + "\x8c\xee", "\x8c\xef", "\x8c\xf0", "\x8c\xf1", "\x8c\xf3", "\x8c\xf4", + "\x8c\xf5", "\x8c\xf6", "\x8c\xf7", "\x8c\xf8", "\x8c\xf9", "\x8c\xfa", + "\x8c\xfb", "\x8c\xfc", "\x8c\xfd", "\x8d\x41", "\x8d\x42", "\x8d\x43", + "\x8d\x44", "\x8d\x45", "\x8d\x46", "\x8d\x47", "\x8d\x48", "\x8d\x49", + "\x8d\x4a", "\x8d\x4b", "\x8d\x4c", "\x8d\x4d", "\x8d\x4e", "\x8d\x4f", + "\x8d\x50", "\x8d\x51", "\x8d\x53", "\x8d\x54", "\x8d\x55", "\x8d\x56", + "\x8d\x57", "\x8d\x58", "\x8d\x59", "\x8d\x5a", "\x8d\x5b", "\x8d\x5c", + "\x8d\x5d", "\x8d\x61", "\x8d\x62", "\x8d\x63", "\x8d\x64", "\x8d\x65", + "\x8d\x66", "\x8d\x67", "\x8d\x68", "\x8d\x69", "\x8d\x6a", "\x8d\x6b", + "\x8d\x6c", "\x8d\x6d", "\x8d\x6e", "\x8d\x6f", "\x8d\x70", "\x8d\x71", + "\x8d\x73", "\x8d\x74", "\x8d\x75", "\x8d\x76", "\x8d\x77", "\x8d\x78", + "\x8d\x79", "\x8d\x7a", "\x8d\x7b", "\x8d\x7c", "\x8d\x7d", "\x8d\x81", + "\x8d\x82", "\x8d\x83", "\x8d\x84", "\x8d\x85", "\x8d\x86", "\x8d\x87", + "\x8d\x88", "\x8d\x89", "\x8d\x8a", "\x8d\x8b", "\x8d\x8c", "\x8d\x8d", + "\x8d\x8e", "\x8d\x8f", "\x8d\x90", "\x8d\x91", "\x8d\x93", "\x8d\x94", + "\x8d\x95", "\x8d\x96", "\x8d\x97", "\x8d\x98", "\x8d\x99", "\x8d\x9a", + "\x8d\x9b", "\x8d\x9c", "\x8d\x9d", "\x8d\xa1", "\x8d\xa2", "\x8d\xa3", + "\x8d\xa4", "\x8d\xa5", "\x8d\xa6", "\x8d\xa7", "\x8d\xa8", "\x8d\xa9", + "\x8d\xaa", "\x8d\xab", "\x8d\xac", "\x8d\xad", "\x8d\xae", "\x8d\xaf", + "\x8d\xb0", "\x8d\xb1", "\x8d\xb3", "\x8d\xb4", "\x8d\xb5", "\x8d\xb6", + "\x8d\xb7", "\x8d\xb8", "\x8d\xb9", "\x8d\xba", "\x8d\xbb", "\x8d\xbc", + "\x8d\xbd", "\x8d\xc1", "\x8d\xc2", "\x8d\xc3", "\x8d\xc4", "\x8d\xc5", + "\x8d\xc6", "\x8d\xc7", "\x8d\xc8", "\x8d\xc9", "\x8d\xca", "\x8d\xcb", + "\x8d\xcc", "\x8d\xcd", "\x8d\xce", "\x8d\xcf", "\x8d\xd0", "\x8d\xd1", + "\x8d\xd3", "\x8d\xd4", "\x8d\xd5", "\x8d\xd6", "\x8d\xd7", "\x8d\xd8", + "\x8d\xd9", "\x8d\xda", "\x8d\xdb", "\x8d\xdc", "\x8d\xdd", "\x8d\xe1", + "\x8d\xe2", "\x8d\xe3", "\x8d\xe4", "\x8d\xe5", "\x8d\xe6", "\x8d\xe7", + "\x8d\xe8", "\x8d\xe9", "\x8d\xea", "\x8d\xeb", "\x8d\xec", "\x8d\xed", + "\x8d\xee", "\x8d\xef", "\x8d\xf0", "\x8d\xf1", "\x8d\xf3", "\x8d\xf4", + "\x8d\xf5", "\x8d\xf6", "\x8d\xf7", "\x8d\xf8", "\x8d\xf9", "\x8d\xfa", + "\x8d\xfb", "\x8d\xfc", "\x8d\xfd", "\x8e\x41", "\x8e\x42", "\x8e\x43", + "\x8e\x44", "\x8e\x45", "\x8e\x46", "\x8e\x47", "\x8e\x48", "\x8e\x49", + "\x8e\x4a", "\x8e\x4b", "\x8e\x4c", "\x8e\x4d", "\x8e\x4e", "\x8e\x4f", + "\x8e\x50", "\x8e\x51", "\x8e\x53", "\x8e\x54", "\x8e\x55", "\x8e\x56", + "\x8e\x57", "\x8e\x58", "\x8e\x59", "\x8e\x5a", "\x8e\x5b", "\x8e\x5c", + "\x8e\x5d", "\x8e\x61", "\x8e\x62", "\x8e\x63", "\x8e\x64", "\x8e\x65", + "\x8e\x66", "\x8e\x67", "\x8e\x68", "\x8e\x69", "\x8e\x6a", "\x8e\x6b", + "\x8e\x6c", "\x8e\x6d", "\x8e\x6e", "\x8e\x6f", "\x8e\x70", "\x8e\x71", + "\x8e\x73", "\x8e\x74", "\x8e\x75", "\x8e\x76", "\x8e\x77", "\x8e\x78", + "\x8e\x79", "\x8e\x7a", "\x8e\x7b", "\x8e\x7c", "\x8e\x7d", "\x8e\x81", + "\x8e\x82", "\x8e\x83", "\x8e\x84", "\x8e\x85", "\x8e\x86", "\x8e\x87", + "\x8e\x88", "\x8e\x89", "\x8e\x8a", "\x8e\x8b", "\x8e\x8c", "\x8e\x8d", + "\x8e\x8e", "\x8e\x8f", "\x8e\x90", "\x8e\x91", "\x8e\x93", "\x8e\x94", + "\x8e\x95", "\x8e\x96", "\x8e\x97", "\x8e\x98", "\x8e\x99", "\x8e\x9a", + "\x8e\x9b", "\x8e\x9c", "\x8e\x9d", "\x8e\xa1", "\x8e\xa2", "\x8e\xa3", + "\x8e\xa4", "\x8e\xa5", "\x8e\xa6", "\x8e\xa7", "\x8e\xa8", "\x8e\xa9", + "\x8e\xaa", "\x8e\xab", "\x8e\xac", "\x8e\xad", "\x8e\xae", "\x8e\xaf", + "\x8e\xb0", "\x8e\xb1", "\x8e\xb3", "\x8e\xb4", "\x8e\xb5", "\x8e\xb6", + "\x8e\xb7", "\x8e\xb8", "\x8e\xb9", "\x8e\xba", "\x8e\xbb", "\x8e\xbc", + "\x8e\xbd", "\x8e\xc1", "\x8e\xc2", "\x8e\xc3", "\x8e\xc4", "\x8e\xc5", + "\x8e\xc6", "\x8e\xc7", "\x8e\xc8", "\x8e\xc9", "\x8e\xca", "\x8e\xcb", + "\x8e\xcc", "\x8e\xcd", "\x8e\xce", "\x8e\xcf", "\x8e\xd0", "\x8e\xd1", + "\x8e\xd3", "\x8e\xd4", "\x8e\xd5", "\x8e\xd6", "\x8e\xd7", "\x8e\xd8", + "\x8e\xd9", "\x8e\xda", "\x8e\xdb", "\x8e\xdc", "\x8e\xdd", "\x8e\xe1", + "\x8e\xe2", "\x8e\xe3", "\x8e\xe4", "\x8e\xe5", "\x8e\xe6", "\x8e\xe7", + "\x8e\xe8", "\x8e\xe9", "\x8e\xea", "\x8e\xeb", "\x8e\xec", "\x8e\xed", + "\x8e\xee", "\x8e\xef", "\x8e\xf0", "\x8e\xf1", "\x8e\xf3", "\x8e\xf4", + "\x8e\xf5", "\x8e\xf6", "\x8e\xf7", "\x8e\xf8", "\x8e\xf9", "\x8e\xfa", + "\x8e\xfb", "\x8e\xfc", "\x8e\xfd", "\x8f\x41", "\x8f\x42", "\x8f\x43", + "\x8f\x44", "\x8f\x45", "\x8f\x46", "\x8f\x47", "\x8f\x48", "\x8f\x49", + "\x8f\x4a", "\x8f\x4b", "\x8f\x4c", "\x8f\x4d", "\x8f\x4e", "\x8f\x4f", + "\x8f\x50", "\x8f\x51", "\x8f\x53", "\x8f\x54", "\x8f\x55", "\x8f\x56", + "\x8f\x57", "\x8f\x58", "\x8f\x59", "\x8f\x5a", "\x8f\x5b", "\x8f\x5c", + "\x8f\x5d", "\x8f\x61", "\x8f\x62", "\x8f\x63", "\x8f\x64", "\x8f\x65", + "\x8f\x66", "\x8f\x67", "\x8f\x68", "\x8f\x69", "\x8f\x6a", "\x8f\x6b", + "\x8f\x6c", "\x8f\x6d", "\x8f\x6e", "\x8f\x6f", "\x8f\x70", "\x8f\x71", + "\x8f\x73", "\x8f\x74", "\x8f\x75", "\x8f\x76", "\x8f\x77", "\x8f\x78", + "\x8f\x79", "\x8f\x7a", "\x8f\x7b", "\x8f\x7c", "\x8f\x7d", "\x8f\x81", + "\x8f\x82", "\x8f\x83", "\x8f\x84", "\x8f\x85", "\x8f\x86", "\x8f\x87", + "\x8f\x88", "\x8f\x89", "\x8f\x8a", "\x8f\x8b", "\x8f\x8c", "\x8f\x8d", + "\x8f\x8e", "\x8f\x8f", "\x8f\x90", "\x8f\x91", "\x8f\x93", "\x8f\x94", + "\x8f\x95", "\x8f\x96", "\x8f\x97", "\x8f\x98", "\x8f\x99", "\x8f\x9a", + "\x8f\x9b", "\x8f\x9c", "\x8f\x9d", "\x8f\xa1", "\x8f\xa2", "\x8f\xa3", + "\x8f\xa4", "\x8f\xa5", "\x8f\xa6", "\x8f\xa7", "\x8f\xa8", "\x8f\xa9", + "\x8f\xaa", "\x8f\xab", "\x8f\xac", "\x8f\xad", "\x8f\xae", "\x8f\xaf", + "\x8f\xb0", "\x8f\xb1", "\x8f\xb3", "\x8f\xb4", "\x8f\xb5", "\x8f\xb6", + "\x8f\xb7", "\x8f\xb8", "\x8f\xb9", "\x8f\xba", "\x8f\xbb", "\x8f\xbc", + "\x8f\xbd", "\x90\x61", "\x90\x62", "\x90\x63", "\x90\x64", "\x90\x65", + "\x90\x66", "\x90\x67", "\x90\x68", "\x90\x69", "\x90\x6a", "\x90\x6b", + "\x90\x6c", "\x90\x6d", "\x90\x6e", "\x90\x6f", "\x90\x70", "\x90\x71", + "\x90\x73", "\x90\x74", "\x90\x75", "\x90\x76", "\x90\x77", "\x90\x78", + "\x90\x79", "\x90\x7a", "\x90\x7b", "\x90\x7c", "\x90\x7d", "\x90\x81", + "\x90\x82", "\x90\x83", "\x90\x84", "\x90\x85", "\x90\x86", "\x90\x87", + "\x90\x88", "\x90\x89", "\x90\x8a", "\x90\x8b", "\x90\x8c", "\x90\x8d", + "\x90\x8e", "\x90\x8f", "\x90\x90", "\x90\x91", "\x90\x93", "\x90\x94", + "\x90\x95", "\x90\x96", "\x90\x97", "\x90\x98", "\x90\x99", "\x90\x9a", + "\x90\x9b", "\x90\x9c", "\x90\x9d", "\x90\xa1", "\x90\xa2", "\x90\xa3", + "\x90\xa4", "\x90\xa5", "\x90\xa6", "\x90\xa7", "\x90\xa8", "\x90\xa9", + "\x90\xaa", "\x90\xab", "\x90\xac", "\x90\xad", "\x90\xae", "\x90\xaf", + "\x90\xb0", "\x90\xb1", "\x90\xb3", "\x90\xb4", "\x90\xb5", "\x90\xb6", + "\x90\xb7", "\x90\xb8", "\x90\xb9", "\x90\xba", "\x90\xbb", "\x90\xbc", + "\x90\xbd", "\x90\xc1", "\x90\xc2", "\x90\xc3", "\x90\xc4", "\x90\xc5", + "\x90\xc6", "\x90\xc7", "\x90\xc8", "\x90\xc9", "\x90\xca", "\x90\xcb", + "\x90\xcc", "\x90\xcd", "\x90\xce", "\x90\xcf", "\x90\xd0", "\x90\xd1", + "\x90\xd3", "\x90\xd4", "\x90\xd5", "\x90\xd6", "\x90\xd7", "\x90\xd8", + "\x90\xd9", "\x90\xda", "\x90\xdb", "\x90\xdc", "\x90\xdd", "\x90\xe1", + "\x90\xe2", "\x90\xe3", "\x90\xe4", "\x90\xe5", "\x90\xe6", "\x90\xe7", + "\x90\xe8", "\x90\xe9", "\x90\xea", "\x90\xeb", "\x90\xec", "\x90\xed", + "\x90\xee", "\x90\xef", "\x90\xf0", "\x90\xf1", "\x90\xf3", "\x90\xf4", + "\x90\xf5", "\x90\xf6", "\x90\xf7", "\x90\xf8", "\x90\xf9", "\x90\xfa", + "\x90\xfb", "\x90\xfc", "\x90\xfd", "\x91\x41", "\x91\x42", "\x91\x43", + "\x91\x44", "\x91\x45", "\x91\x46", "\x91\x47", "\x91\x48", "\x91\x49", + "\x91\x4a", "\x91\x4b", "\x91\x4c", "\x91\x4d", "\x91\x4e", "\x91\x4f", + "\x91\x50", "\x91\x51", "\x91\x53", "\x91\x54", "\x91\x55", "\x91\x56", + "\x91\x57", "\x91\x58", "\x91\x59", "\x91\x5a", "\x91\x5b", "\x91\x5c", + "\x91\x5d", "\x91\x61", "\x91\x62", "\x91\x63", "\x91\x64", "\x91\x65", + "\x91\x66", "\x91\x67", "\x91\x68", "\x91\x69", "\x91\x6a", "\x91\x6b", + "\x91\x6c", "\x91\x6d", "\x91\x6e", "\x91\x6f", "\x91\x70", "\x91\x71", + "\x91\x73", "\x91\x74", "\x91\x75", "\x91\x76", "\x91\x77", "\x91\x78", + "\x91\x79", "\x91\x7a", "\x91\x7b", "\x91\x7c", "\x91\x7d", "\x91\x81", + "\x91\x82", "\x91\x83", "\x91\x84", "\x91\x85", "\x91\x86", "\x91\x87", + "\x91\x88", "\x91\x89", "\x91\x8a", "\x91\x8b", "\x91\x8c", "\x91\x8d", + "\x91\x8e", "\x91\x8f", "\x91\x90", "\x91\x91", "\x91\x93", "\x91\x94", + "\x91\x95", "\x91\x96", "\x91\x97", "\x91\x98", "\x91\x99", "\x91\x9a", + "\x91\x9b", "\x91\x9c", "\x91\x9d", "\x91\xa1", "\x91\xa2", "\x91\xa3", + "\x91\xa4", "\x91\xa5", "\x91\xa6", "\x91\xa7", "\x91\xa8", "\x91\xa9", + "\x91\xaa", "\x91\xab", "\x91\xac", "\x91\xad", "\x91\xae", "\x91\xaf", + "\x91\xb0", "\x91\xb1", "\x91\xb3", "\x91\xb4", "\x91\xb5", "\x91\xb6", + "\x91\xb7", "\x91\xb8", "\x91\xb9", "\x91\xba", "\x91\xbb", "\x91\xbc", + "\x91\xbd", "\x91\xc1", "\x91\xc2", "\x91\xc3", "\x91\xc4", "\x91\xc5", + "\x91\xc6", "\x91\xc7", "\x91\xc8", "\x91\xc9", "\x91\xca", "\x91\xcb", + "\x91\xcc", "\x91\xcd", "\x91\xce", "\x91\xcf", "\x91\xd0", "\x91\xd1", + "\x91\xd3", "\x91\xd4", "\x91\xd5", "\x91\xd6", "\x91\xd7", "\x91\xd8", + "\x91\xd9", "\x91\xda", "\x91\xdb", "\x91\xdc", "\x91\xdd", "\x91\xe1", + "\x91\xe2", "\x91\xe3", "\x91\xe4", "\x91\xe5", "\x91\xe6", "\x91\xe7", + "\x91\xe8", "\x91\xe9", "\x91\xea", "\x91\xeb", "\x91\xec", "\x91\xed", + "\x91\xee", "\x91\xef", "\x91\xf0", "\x91\xf1", "\x91\xf3", "\x91\xf4", + "\x91\xf5", "\x91\xf6", "\x91\xf7", "\x91\xf8", "\x91\xf9", "\x91\xfa", + "\x91\xfb", "\x91\xfc", "\x91\xfd", "\x92\x41", "\x92\x42", "\x92\x43", + "\x92\x44", "\x92\x45", "\x92\x46", "\x92\x47", "\x92\x48", "\x92\x49", + "\x92\x4a", "\x92\x4b", "\x92\x4c", "\x92\x4d", "\x92\x4e", "\x92\x4f", + "\x92\x50", "\x92\x51", "\x92\x53", "\x92\x54", "\x92\x55", "\x92\x56", + "\x92\x57", "\x92\x58", "\x92\x59", "\x92\x5a", "\x92\x5b", "\x92\x5c", + "\x92\x5d", "\x92\x61", "\x92\x62", "\x92\x63", "\x92\x64", "\x92\x65", + "\x92\x66", "\x92\x67", "\x92\x68", "\x92\x69", "\x92\x6a", "\x92\x6b", + "\x92\x6c", "\x92\x6d", "\x92\x6e", "\x92\x6f", "\x92\x70", "\x92\x71", + "\x92\x73", "\x92\x74", "\x92\x75", "\x92\x76", "\x92\x77", "\x92\x78", + "\x92\x79", "\x92\x7a", "\x92\x7b", "\x92\x7c", "\x92\x7d", "\x92\x81", + "\x92\x82", "\x92\x83", "\x92\x84", "\x92\x85", "\x92\x86", "\x92\x87", + "\x92\x88", "\x92\x89", "\x92\x8a", "\x92\x8b", "\x92\x8c", "\x92\x8d", + "\x92\x8e", "\x92\x8f", "\x92\x90", "\x92\x91", "\x92\x93", "\x92\x94", + "\x92\x95", "\x92\x96", "\x92\x97", "\x92\x98", "\x92\x99", "\x92\x9a", + "\x92\x9b", "\x92\x9c", "\x92\x9d", "\x92\xa1", "\x92\xa2", "\x92\xa3", + "\x92\xa4", "\x92\xa5", "\x92\xa6", "\x92\xa7", "\x92\xa8", "\x92\xa9", + "\x92\xaa", "\x92\xab", "\x92\xac", "\x92\xad", "\x92\xae", "\x92\xaf", + "\x92\xb0", "\x92\xb1", "\x92\xb3", "\x92\xb4", "\x92\xb5", "\x92\xb6", + "\x92\xb7", "\x92\xb8", "\x92\xb9", "\x92\xba", "\x92\xbb", "\x92\xbc", + "\x92\xbd", "\x92\xc1", "\x92\xc2", "\x92\xc3", "\x92\xc4", "\x92\xc5", + "\x92\xc6", "\x92\xc7", "\x92\xc8", "\x92\xc9", "\x92\xca", "\x92\xcb", + "\x92\xcc", "\x92\xcd", "\x92\xce", "\x92\xcf", "\x92\xd0", "\x92\xd1", + "\x92\xd3", "\x92\xd4", "\x92\xd5", "\x92\xd6", "\x92\xd7", "\x92\xd8", + "\x92\xd9", "\x92\xda", "\x92\xdb", "\x92\xdc", "\x92\xdd", "\x92\xe1", + "\x92\xe2", "\x92\xe3", "\x92\xe4", "\x92\xe5", "\x92\xe6", "\x92\xe7", + "\x92\xe8", "\x92\xe9", "\x92\xea", "\x92\xeb", "\x92\xec", "\x92\xed", + "\x92\xee", "\x92\xef", "\x92\xf0", "\x92\xf1", "\x92\xf3", "\x92\xf4", + "\x92\xf5", "\x92\xf6", "\x92\xf7", "\x92\xf8", "\x92\xf9", "\x92\xfa", + "\x92\xfb", "\x92\xfc", "\x92\xfd", "\x93\x41", "\x93\x42", "\x93\x43", + "\x93\x44", "\x93\x45", "\x93\x46", "\x93\x47", "\x93\x48", "\x93\x49", + "\x93\x4a", "\x93\x4b", "\x93\x4c", "\x93\x4d", "\x93\x4e", "\x93\x4f", + "\x93\x50", "\x93\x51", "\x93\x53", "\x93\x54", "\x93\x55", "\x93\x56", + "\x93\x57", "\x93\x58", "\x93\x59", "\x93\x5a", "\x93\x5b", "\x93\x5c", + "\x93\x5d", "\x93\x61", "\x93\x62", "\x93\x63", "\x93\x64", "\x93\x65", + "\x93\x66", "\x93\x67", "\x93\x68", "\x93\x69", "\x93\x6a", "\x93\x6b", + "\x93\x6c", "\x93\x6d", "\x93\x6e", "\x93\x6f", "\x93\x70", "\x93\x71", + "\x93\x73", "\x93\x74", "\x93\x75", "\x93\x76", "\x93\x77", "\x93\x78", + "\x93\x79", "\x93\x7a", "\x93\x7b", "\x93\x7c", "\x93\x7d", "\x93\x81", + "\x93\x82", "\x93\x83", "\x93\x84", "\x93\x85", "\x93\x86", "\x93\x87", + "\x93\x88", "\x93\x89", "\x93\x8a", "\x93\x8b", "\x93\x8c", "\x93\x8d", + "\x93\x8e", "\x93\x8f", "\x93\x90", "\x93\x91", "\x93\x93", "\x93\x94", + "\x93\x95", "\x93\x96", "\x93\x97", "\x93\x98", "\x93\x99", "\x93\x9a", + "\x93\x9b", "\x93\x9c", "\x93\x9d", "\x93\xa1", "\x93\xa2", "\x93\xa3", + "\x93\xa4", "\x93\xa5", "\x93\xa6", "\x93\xa7", "\x93\xa8", "\x93\xa9", + "\x93\xaa", "\x93\xab", "\x93\xac", "\x93\xad", "\x93\xae", "\x93\xaf", + "\x93\xb0", "\x93\xb1", "\x93\xb3", "\x93\xb4", "\x93\xb5", "\x93\xb6", + "\x93\xb7", "\x93\xb8", "\x93\xb9", "\x93\xba", "\x93\xbb", "\x93\xbc", + "\x93\xbd", "\x94\x61", "\x94\x62", "\x94\x63", "\x94\x64", "\x94\x65", + "\x94\x66", "\x94\x67", "\x94\x68", "\x94\x69", "\x94\x6a", "\x94\x6b", + "\x94\x6c", "\x94\x6d", "\x94\x6e", "\x94\x6f", "\x94\x70", "\x94\x71", + "\x94\x73", "\x94\x74", "\x94\x75", "\x94\x76", "\x94\x77", "\x94\x78", + "\x94\x79", "\x94\x7a", "\x94\x7b", "\x94\x7c", "\x94\x7d", "\x94\x81", + "\x94\x82", "\x94\x83", "\x94\x84", "\x94\x85", "\x94\x86", "\x94\x87", + "\x94\x88", "\x94\x89", "\x94\x8a", "\x94\x8b", "\x94\x8c", "\x94\x8d", + "\x94\x8e", "\x94\x8f", "\x94\x90", "\x94\x91", "\x94\x93", "\x94\x94", + "\x94\x95", "\x94\x96", "\x94\x97", "\x94\x98", "\x94\x99", "\x94\x9a", + "\x94\x9b", "\x94\x9c", "\x94\x9d", "\x94\xa1", "\x94\xa2", "\x94\xa3", + "\x94\xa4", "\x94\xa5", "\x94\xa6", "\x94\xa7", "\x94\xa8", "\x94\xa9", + "\x94\xaa", "\x94\xab", "\x94\xac", "\x94\xad", "\x94\xae", "\x94\xaf", + "\x94\xb0", "\x94\xb1", "\x94\xb3", "\x94\xb4", "\x94\xb5", "\x94\xb6", + "\x94\xb7", "\x94\xb8", "\x94\xb9", "\x94\xba", "\x94\xbb", "\x94\xbc", + "\x94\xbd", "\x94\xc1", "\x94\xc2", "\x94\xc3", "\x94\xc4", "\x94\xc5", + "\x94\xc6", "\x94\xc7", "\x94\xc8", "\x94\xc9", "\x94\xca", "\x94\xcb", + "\x94\xcc", "\x94\xcd", "\x94\xce", "\x94\xcf", "\x94\xd0", "\x94\xd1", + "\x94\xd3", "\x94\xd4", "\x94\xd5", "\x94\xd6", "\x94\xd7", "\x94\xd8", + "\x94\xd9", "\x94\xda", "\x94\xdb", "\x94\xdc", "\x94\xdd", "\x94\xe1", + "\x94\xe2", "\x94\xe3", "\x94\xe4", "\x94\xe5", "\x94\xe6", "\x94\xe7", + "\x94\xe8", "\x94\xe9", "\x94\xea", "\x94\xeb", "\x94\xec", "\x94\xed", + "\x94\xee", "\x94\xef", "\x94\xf0", "\x94\xf1", "\x94\xf3", "\x94\xf4", + "\x94\xf5", "\x94\xf6", "\x94\xf7", "\x94\xf8", "\x94\xf9", "\x94\xfa", + "\x94\xfb", "\x94\xfc", "\x94\xfd", "\x95\x41", "\x95\x42", "\x95\x43", + "\x95\x44", "\x95\x45", "\x95\x46", "\x95\x47", "\x95\x48", "\x95\x49", + "\x95\x4a", "\x95\x4b", "\x95\x4c", "\x95\x4d", "\x95\x4e", "\x95\x4f", + "\x95\x50", "\x95\x51", "\x95\x53", "\x95\x54", "\x95\x55", "\x95\x56", + "\x95\x57", "\x95\x58", "\x95\x59", "\x95\x5a", "\x95\x5b", "\x95\x5c", + "\x95\x5d", "\x95\x61", "\x95\x62", "\x95\x63", "\x95\x64", "\x95\x65", + "\x95\x66", "\x95\x67", "\x95\x68", "\x95\x69", "\x95\x6a", "\x95\x6b", + "\x95\x6c", "\x95\x6d", "\x95\x6e", "\x95\x6f", "\x95\x70", "\x95\x71", + "\x95\x73", "\x95\x74", "\x95\x75", "\x95\x76", "\x95\x77", "\x95\x78", + "\x95\x79", "\x95\x7a", "\x95\x7b", "\x95\x7c", "\x95\x7d", "\x95\x81", + "\x95\x82", "\x95\x83", "\x95\x84", "\x95\x85", "\x95\x86", "\x95\x87", + "\x95\x88", "\x95\x89", "\x95\x8a", "\x95\x8b", "\x95\x8c", "\x95\x8d", + "\x95\x8e", "\x95\x8f", "\x95\x90", "\x95\x91", "\x95\x93", "\x95\x94", + "\x95\x95", "\x95\x96", "\x95\x97", "\x95\x98", "\x95\x99", "\x95\x9a", + "\x95\x9b", "\x95\x9c", "\x95\x9d", "\x95\xa1", "\x95\xa2", "\x95\xa3", + "\x95\xa4", "\x95\xa5", "\x95\xa6", "\x95\xa7", "\x95\xa8", "\x95\xa9", + "\x95\xaa", "\x95\xab", "\x95\xac", "\x95\xad", "\x95\xae", "\x95\xaf", + "\x95\xb0", "\x95\xb1", "\x95\xb3", "\x95\xb4", "\x95\xb5", "\x95\xb6", + "\x95\xb7", "\x95\xb8", "\x95\xb9", "\x95\xba", "\x95\xbb", "\x95\xbc", + "\x95\xbd", "\x95\xc1", "\x95\xc2", "\x95\xc3", "\x95\xc4", "\x95\xc5", + "\x95\xc6", "\x95\xc7", "\x95\xc8", "\x95\xc9", "\x95\xca", "\x95\xcb", + "\x95\xcc", "\x95\xcd", "\x95\xce", "\x95\xcf", "\x95\xd0", "\x95\xd1", + "\x95\xd3", "\x95\xd4", "\x95\xd5", "\x95\xd6", "\x95\xd7", "\x95\xd8", + "\x95\xd9", "\x95\xda", "\x95\xdb", "\x95\xdc", "\x95\xdd", "\x95\xe1", + "\x95\xe2", "\x95\xe3", "\x95\xe4", "\x95\xe5", "\x95\xe6", "\x95\xe7", + "\x95\xe8", "\x95\xe9", "\x95\xea", "\x95\xeb", "\x95\xec", "\x95\xed", + "\x95\xee", "\x95\xef", "\x95\xf0", "\x95\xf1", "\x95\xf3", "\x95\xf4", + "\x95\xf5", "\x95\xf6", "\x95\xf7", "\x95\xf8", "\x95\xf9", "\x95\xfa", + "\x95\xfb", "\x95\xfc", "\x95\xfd", "\x96\x41", "\x96\x42", "\x96\x43", + "\x96\x44", "\x96\x45", "\x96\x46", "\x96\x47", "\x96\x48", "\x96\x49", + "\x96\x4a", "\x96\x4b", "\x96\x4c", "\x96\x4d", "\x96\x4e", "\x96\x4f", + "\x96\x50", "\x96\x51", "\x96\x53", "\x96\x54", "\x96\x55", "\x96\x56", + "\x96\x57", "\x96\x58", "\x96\x59", "\x96\x5a", "\x96\x5b", "\x96\x5c", + "\x96\x5d", "\x96\x61", "\x96\x62", "\x96\x63", "\x96\x64", "\x96\x65", + "\x96\x66", "\x96\x67", "\x96\x68", "\x96\x69", "\x96\x6a", "\x96\x6b", + "\x96\x6c", "\x96\x6d", "\x96\x6e", "\x96\x6f", "\x96\x70", "\x96\x71", + "\x96\x73", "\x96\x74", "\x96\x75", "\x96\x76", "\x96\x77", "\x96\x78", + "\x96\x79", "\x96\x7a", "\x96\x7b", "\x96\x7c", "\x96\x7d", "\x96\x81", + "\x96\x82", "\x96\x83", "\x96\x84", "\x96\x85", "\x96\x86", "\x96\x87", + "\x96\x88", "\x96\x89", "\x96\x8a", "\x96\x8b", "\x96\x8c", "\x96\x8d", + "\x96\x8e", "\x96\x8f", "\x96\x90", "\x96\x91", "\x96\x93", "\x96\x94", + "\x96\x95", "\x96\x96", "\x96\x97", "\x96\x98", "\x96\x99", "\x96\x9a", + "\x96\x9b", "\x96\x9c", "\x96\x9d", "\x96\xa1", "\x96\xa2", "\x96\xa3", + "\x96\xa4", "\x96\xa5", "\x96\xa6", "\x96\xa7", "\x96\xa8", "\x96\xa9", + "\x96\xaa", "\x96\xab", "\x96\xac", "\x96\xad", "\x96\xae", "\x96\xaf", + "\x96\xb0", "\x96\xb1", "\x96\xb3", "\x96\xb4", "\x96\xb5", "\x96\xb6", + "\x96\xb7", "\x96\xb8", "\x96\xb9", "\x96\xba", "\x96\xbb", "\x96\xbc", + "\x96\xbd", "\x96\xc1", "\x96\xc2", "\x96\xc3", "\x96\xc4", "\x96\xc5", + "\x96\xc6", "\x96\xc7", "\x96\xc8", "\x96\xc9", "\x96\xca", "\x96\xcb", + "\x96\xcc", "\x96\xcd", "\x96\xce", "\x96\xcf", "\x96\xd0", "\x96\xd1", + "\x96\xd3", "\x96\xd4", "\x96\xd5", "\x96\xd6", "\x96\xd7", "\x96\xd8", + "\x96\xd9", "\x96\xda", "\x96\xdb", "\x96\xdc", "\x96\xdd", "\x96\xe1", + "\x96\xe2", "\x96\xe3", "\x96\xe4", "\x96\xe5", "\x96\xe6", "\x96\xe7", + "\x96\xe8", "\x96\xe9", "\x96\xea", "\x96\xeb", "\x96\xec", "\x96\xed", + "\x96\xee", "\x96\xef", "\x96\xf0", "\x96\xf1", "\x96\xf3", "\x96\xf4", + "\x96\xf5", "\x96\xf6", "\x96\xf7", "\x96\xf8", "\x96\xf9", "\x96\xfa", + "\x96\xfb", "\x96\xfc", "\x96\xfd", "\x97\x41", "\x97\x42", "\x97\x43", + "\x97\x44", "\x97\x45", "\x97\x46", "\x97\x47", "\x97\x48", "\x97\x49", + "\x97\x4a", "\x97\x4b", "\x97\x4c", "\x97\x4d", "\x97\x4e", "\x97\x4f", + "\x97\x50", "\x97\x51", "\x97\x53", "\x97\x54", "\x97\x55", "\x97\x56", + "\x97\x57", "\x97\x58", "\x97\x59", "\x97\x5a", "\x97\x5b", "\x97\x5c", + "\x97\x5d", "\x97\x61", "\x97\x62", "\x97\x63", "\x97\x64", "\x97\x65", + "\x97\x66", "\x97\x67", "\x97\x68", "\x97\x69", "\x97\x6a", "\x97\x6b", + "\x97\x6c", "\x97\x6d", "\x97\x6e", "\x97\x6f", "\x97\x70", "\x97\x71", + "\x97\x73", "\x97\x74", "\x97\x75", "\x97\x76", "\x97\x77", "\x97\x78", + "\x97\x79", "\x97\x7a", "\x97\x7b", "\x97\x7c", "\x97\x7d", "\x97\x81", + "\x97\x82", "\x97\x83", "\x97\x84", "\x97\x85", "\x97\x86", "\x97\x87", + "\x97\x88", "\x97\x89", "\x97\x8a", "\x97\x8b", "\x97\x8c", "\x97\x8d", + "\x97\x8e", "\x97\x8f", "\x97\x90", "\x97\x91", "\x97\x93", "\x97\x94", + "\x97\x95", "\x97\x96", "\x97\x97", "\x97\x98", "\x97\x99", "\x97\x9a", + "\x97\x9b", "\x97\x9c", "\x97\x9d", "\x97\xa1", "\x97\xa2", "\x97\xa3", + "\x97\xa4", "\x97\xa5", "\x97\xa6", "\x97\xa7", "\x97\xa8", "\x97\xa9", + "\x97\xaa", "\x97\xab", "\x97\xac", "\x97\xad", "\x97\xae", "\x97\xaf", + "\x97\xb0", "\x97\xb1", "\x97\xb3", "\x97\xb4", "\x97\xb5", "\x97\xb6", + "\x97\xb7", "\x97\xb8", "\x97\xb9", "\x97\xba", "\x97\xbb", "\x97\xbc", + "\x97\xbd", "\x98\x61", "\x98\x62", "\x98\x63", "\x98\x64", "\x98\x65", + "\x98\x66", "\x98\x67", "\x98\x68", "\x98\x69", "\x98\x6a", "\x98\x6b", + "\x98\x6c", "\x98\x6d", "\x98\x6e", "\x98\x6f", "\x98\x70", "\x98\x71", + "\x98\x73", "\x98\x74", "\x98\x75", "\x98\x76", "\x98\x77", "\x98\x78", + "\x98\x79", "\x98\x7a", "\x98\x7b", "\x98\x7c", "\x98\x7d", "\x98\x81", + "\x98\x82", "\x98\x83", "\x98\x84", "\x98\x85", "\x98\x86", "\x98\x87", + "\x98\x88", "\x98\x89", "\x98\x8a", "\x98\x8b", "\x98\x8c", "\x98\x8d", + "\x98\x8e", "\x98\x8f", "\x98\x90", "\x98\x91", "\x98\x93", "\x98\x94", + "\x98\x95", "\x98\x96", "\x98\x97", "\x98\x98", "\x98\x99", "\x98\x9a", + "\x98\x9b", "\x98\x9c", "\x98\x9d", "\x98\xa1", "\x98\xa2", "\x98\xa3", + "\x98\xa4", "\x98\xa5", "\x98\xa6", "\x98\xa7", "\x98\xa8", "\x98\xa9", + "\x98\xaa", "\x98\xab", "\x98\xac", "\x98\xad", "\x98\xae", "\x98\xaf", + "\x98\xb0", "\x98\xb1", "\x98\xb3", "\x98\xb4", "\x98\xb5", "\x98\xb6", + "\x98\xb7", "\x98\xb8", "\x98\xb9", "\x98\xba", "\x98\xbb", "\x98\xbc", + "\x98\xbd", "\x98\xc1", "\x98\xc2", "\x98\xc3", "\x98\xc4", "\x98\xc5", + "\x98\xc6", "\x98\xc7", "\x98\xc8", "\x98\xc9", "\x98\xca", "\x98\xcb", + "\x98\xcc", "\x98\xcd", "\x98\xce", "\x98\xcf", "\x98\xd0", "\x98\xd1", + "\x98\xd3", "\x98\xd4", "\x98\xd5", "\x98\xd6", "\x98\xd7", "\x98\xd8", + "\x98\xd9", "\x98\xda", "\x98\xdb", "\x98\xdc", "\x98\xdd", "\x98\xe1", + "\x98\xe2", "\x98\xe3", "\x98\xe4", "\x98\xe5", "\x98\xe6", "\x98\xe7", + "\x98\xe8", "\x98\xe9", "\x98\xea", "\x98\xeb", "\x98\xec", "\x98\xed", + "\x98\xee", "\x98\xef", "\x98\xf0", "\x98\xf1", "\x98\xf3", "\x98\xf4", + "\x98\xf5", "\x98\xf6", "\x98\xf7", "\x98\xf8", "\x98\xf9", "\x98\xfa", + "\x98\xfb", "\x98\xfc", "\x98\xfd", "\x99\x41", "\x99\x42", "\x99\x43", + "\x99\x44", "\x99\x45", "\x99\x46", "\x99\x47", "\x99\x48", "\x99\x49", + "\x99\x4a", "\x99\x4b", "\x99\x4c", "\x99\x4d", "\x99\x4e", "\x99\x4f", + "\x99\x50", "\x99\x51", "\x99\x53", "\x99\x54", "\x99\x55", "\x99\x56", + "\x99\x57", "\x99\x58", "\x99\x59", "\x99\x5a", "\x99\x5b", "\x99\x5c", + "\x99\x5d", "\x99\x61", "\x99\x62", "\x99\x63", "\x99\x64", "\x99\x65", + "\x99\x66", "\x99\x67", "\x99\x68", "\x99\x69", "\x99\x6a", "\x99\x6b", + "\x99\x6c", "\x99\x6d", "\x99\x6e", "\x99\x6f", "\x99\x70", "\x99\x71", + "\x99\x73", "\x99\x74", "\x99\x75", "\x99\x76", "\x99\x77", "\x99\x78", + "\x99\x79", "\x99\x7a", "\x99\x7b", "\x99\x7c", "\x99\x7d", "\x99\x81", + "\x99\x82", "\x99\x83", "\x99\x84", "\x99\x85", "\x99\x86", "\x99\x87", + "\x99\x88", "\x99\x89", "\x99\x8a", "\x99\x8b", "\x99\x8c", "\x99\x8d", + "\x99\x8e", "\x99\x8f", "\x99\x90", "\x99\x91", "\x99\x93", "\x99\x94", + "\x99\x95", "\x99\x96", "\x99\x97", "\x99\x98", "\x99\x99", "\x99\x9a", + "\x99\x9b", "\x99\x9c", "\x99\x9d", "\x99\xa1", "\x99\xa2", "\x99\xa3", + "\x99\xa4", "\x99\xa5", "\x99\xa6", "\x99\xa7", "\x99\xa8", "\x99\xa9", + "\x99\xaa", "\x99\xab", "\x99\xac", "\x99\xad", "\x99\xae", "\x99\xaf", + "\x99\xb0", "\x99\xb1", "\x99\xb3", "\x99\xb4", "\x99\xb5", "\x99\xb6", + "\x99\xb7", "\x99\xb8", "\x99\xb9", "\x99\xba", "\x99\xbb", "\x99\xbc", + "\x99\xbd", "\x99\xc1", "\x99\xc2", "\x99\xc3", "\x99\xc4", "\x99\xc5", + "\x99\xc6", "\x99\xc7", "\x99\xc8", "\x99\xc9", "\x99\xca", "\x99\xcb", + "\x99\xcc", "\x99\xcd", "\x99\xce", "\x99\xcf", "\x99\xd0", "\x99\xd1", + "\x99\xd3", "\x99\xd4", "\x99\xd5", "\x99\xd6", "\x99\xd7", "\x99\xd8", + "\x99\xd9", "\x99\xda", "\x99\xdb", "\x99\xdc", "\x99\xdd", "\x99\xe1", + "\x99\xe2", "\x99\xe3", "\x99\xe4", "\x99\xe5", "\x99\xe6", "\x99\xe7", + "\x99\xe8", "\x99\xe9", "\x99\xea", "\x99\xeb", "\x99\xec", "\x99\xed", + "\x99\xee", "\x99\xef", "\x99\xf0", "\x99\xf1", "\x99\xf3", "\x99\xf4", + "\x99\xf5", "\x99\xf6", "\x99\xf7", "\x99\xf8", "\x99\xf9", "\x99\xfa", + "\x99\xfb", "\x99\xfc", "\x99\xfd", "\x9a\x41", "\x9a\x42", "\x9a\x43", + "\x9a\x44", "\x9a\x45", "\x9a\x46", "\x9a\x47", "\x9a\x48", "\x9a\x49", + "\x9a\x4a", "\x9a\x4b", "\x9a\x4c", "\x9a\x4d", "\x9a\x4e", "\x9a\x4f", + "\x9a\x50", "\x9a\x51", "\x9a\x53", "\x9a\x54", "\x9a\x55", "\x9a\x56", + "\x9a\x57", "\x9a\x58", "\x9a\x59", "\x9a\x5a", "\x9a\x5b", "\x9a\x5c", + "\x9a\x5d", "\x9a\x61", "\x9a\x62", "\x9a\x63", "\x9a\x64", "\x9a\x65", + "\x9a\x66", "\x9a\x67", "\x9a\x68", "\x9a\x69", "\x9a\x6a", "\x9a\x6b", + "\x9a\x6c", "\x9a\x6d", "\x9a\x6e", "\x9a\x6f", "\x9a\x70", "\x9a\x71", + "\x9a\x73", "\x9a\x74", "\x9a\x75", "\x9a\x76", "\x9a\x77", "\x9a\x78", + "\x9a\x79", "\x9a\x7a", "\x9a\x7b", "\x9a\x7c", "\x9a\x7d", "\x9a\x81", + "\x9a\x82", "\x9a\x83", "\x9a\x84", "\x9a\x85", "\x9a\x86", "\x9a\x87", + "\x9a\x88", "\x9a\x89", "\x9a\x8a", "\x9a\x8b", "\x9a\x8c", "\x9a\x8d", + "\x9a\x8e", "\x9a\x8f", "\x9a\x90", "\x9a\x91", "\x9a\x93", "\x9a\x94", + "\x9a\x95", "\x9a\x96", "\x9a\x97", "\x9a\x98", "\x9a\x99", "\x9a\x9a", + "\x9a\x9b", "\x9a\x9c", "\x9a\x9d", "\x9a\xa1", "\x9a\xa2", "\x9a\xa3", + "\x9a\xa4", "\x9a\xa5", "\x9a\xa6", "\x9a\xa7", "\x9a\xa8", "\x9a\xa9", + "\x9a\xaa", "\x9a\xab", "\x9a\xac", "\x9a\xad", "\x9a\xae", "\x9a\xaf", + "\x9a\xb0", "\x9a\xb1", "\x9a\xb3", "\x9a\xb4", "\x9a\xb5", "\x9a\xb6", + "\x9a\xb7", "\x9a\xb8", "\x9a\xb9", "\x9a\xba", "\x9a\xbb", "\x9a\xbc", + "\x9a\xbd", "\x9a\xc1", "\x9a\xc2", "\x9a\xc3", "\x9a\xc4", "\x9a\xc5", + "\x9a\xc6", "\x9a\xc7", "\x9a\xc8", "\x9a\xc9", "\x9a\xca", "\x9a\xcb", + "\x9a\xcc", "\x9a\xcd", "\x9a\xce", "\x9a\xcf", "\x9a\xd0", "\x9a\xd1", + "\x9a\xd3", "\x9a\xd4", "\x9a\xd5", "\x9a\xd6", "\x9a\xd7", "\x9a\xd8", + "\x9a\xd9", "\x9a\xda", "\x9a\xdb", "\x9a\xdc", "\x9a\xdd", "\x9a\xe1", + "\x9a\xe2", "\x9a\xe3", "\x9a\xe4", "\x9a\xe5", "\x9a\xe6", "\x9a\xe7", + "\x9a\xe8", "\x9a\xe9", "\x9a\xea", "\x9a\xeb", "\x9a\xec", "\x9a\xed", + "\x9a\xee", "\x9a\xef", "\x9a\xf0", "\x9a\xf1", "\x9a\xf3", "\x9a\xf4", + "\x9a\xf5", "\x9a\xf6", "\x9a\xf7", "\x9a\xf8", "\x9a\xf9", "\x9a\xfa", + "\x9a\xfb", "\x9a\xfc", "\x9a\xfd", "\x9b\x41", "\x9b\x42", "\x9b\x43", + "\x9b\x44", "\x9b\x45", "\x9b\x46", "\x9b\x47", "\x9b\x48", "\x9b\x49", + "\x9b\x4a", "\x9b\x4b", "\x9b\x4c", "\x9b\x4d", "\x9b\x4e", "\x9b\x4f", + "\x9b\x50", "\x9b\x51", "\x9b\x53", "\x9b\x54", "\x9b\x55", "\x9b\x56", + "\x9b\x57", "\x9b\x58", "\x9b\x59", "\x9b\x5a", "\x9b\x5b", "\x9b\x5c", + "\x9b\x5d", "\x9b\x61", "\x9b\x62", "\x9b\x63", "\x9b\x64", "\x9b\x65", + "\x9b\x66", "\x9b\x67", "\x9b\x68", "\x9b\x69", "\x9b\x6a", "\x9b\x6b", + "\x9b\x6c", "\x9b\x6d", "\x9b\x6e", "\x9b\x6f", "\x9b\x70", "\x9b\x71", + "\x9b\x73", "\x9b\x74", "\x9b\x75", "\x9b\x76", "\x9b\x77", "\x9b\x78", + "\x9b\x79", "\x9b\x7a", "\x9b\x7b", "\x9b\x7c", "\x9b\x7d", "\x9b\x81", + "\x9b\x82", "\x9b\x83", "\x9b\x84", "\x9b\x85", "\x9b\x86", "\x9b\x87", + "\x9b\x88", "\x9b\x89", "\x9b\x8a", "\x9b\x8b", "\x9b\x8c", "\x9b\x8d", + "\x9b\x8e", "\x9b\x8f", "\x9b\x90", "\x9b\x91", "\x9b\x93", "\x9b\x94", + "\x9b\x95", "\x9b\x96", "\x9b\x97", "\x9b\x98", "\x9b\x99", "\x9b\x9a", + "\x9b\x9b", "\x9b\x9c", "\x9b\x9d", "\x9b\xa1", "\x9b\xa2", "\x9b\xa3", + "\x9b\xa4", "\x9b\xa5", "\x9b\xa6", "\x9b\xa7", "\x9b\xa8", "\x9b\xa9", + "\x9b\xaa", "\x9b\xab", "\x9b\xac", "\x9b\xad", "\x9b\xae", "\x9b\xaf", + "\x9b\xb0", "\x9b\xb1", "\x9b\xb3", "\x9b\xb4", "\x9b\xb5", "\x9b\xb6", + "\x9b\xb7", "\x9b\xb8", "\x9b\xb9", "\x9b\xba", "\x9b\xbb", "\x9b\xbc", + "\x9b\xbd", "\x9c\x61", "\x9c\x62", "\x9c\x63", "\x9c\x64", "\x9c\x65", + "\x9c\x66", "\x9c\x67", "\x9c\x68", "\x9c\x69", "\x9c\x6a", "\x9c\x6b", + "\x9c\x6c", "\x9c\x6d", "\x9c\x6e", "\x9c\x6f", "\x9c\x70", "\x9c\x71", + "\x9c\x73", "\x9c\x74", "\x9c\x75", "\x9c\x76", "\x9c\x77", "\x9c\x78", + "\x9c\x79", "\x9c\x7a", "\x9c\x7b", "\x9c\x7c", "\x9c\x7d", "\x9c\x81", + "\x9c\x82", "\x9c\x83", "\x9c\x84", "\x9c\x85", "\x9c\x86", "\x9c\x87", + "\x9c\x88", "\x9c\x89", "\x9c\x8a", "\x9c\x8b", "\x9c\x8c", "\x9c\x8d", + "\x9c\x8e", "\x9c\x8f", "\x9c\x90", "\x9c\x91", "\x9c\x93", "\x9c\x94", + "\x9c\x95", "\x9c\x96", "\x9c\x97", "\x9c\x98", "\x9c\x99", "\x9c\x9a", + "\x9c\x9b", "\x9c\x9c", "\x9c\x9d", "\x9c\xa1", "\x9c\xa2", "\x9c\xa3", + "\x9c\xa4", "\x9c\xa5", "\x9c\xa6", "\x9c\xa7", "\x9c\xa8", "\x9c\xa9", + "\x9c\xaa", "\x9c\xab", "\x9c\xac", "\x9c\xad", "\x9c\xae", "\x9c\xaf", + "\x9c\xb0", "\x9c\xb1", "\x9c\xb3", "\x9c\xb4", "\x9c\xb5", "\x9c\xb6", + "\x9c\xb7", "\x9c\xb8", "\x9c\xb9", "\x9c\xba", "\x9c\xbb", "\x9c\xbc", + "\x9c\xbd", "\x9c\xc1", "\x9c\xc2", "\x9c\xc3", "\x9c\xc4", "\x9c\xc5", + "\x9c\xc6", "\x9c\xc7", "\x9c\xc8", "\x9c\xc9", "\x9c\xca", "\x9c\xcb", + "\x9c\xcc", "\x9c\xcd", "\x9c\xce", "\x9c\xcf", "\x9c\xd0", "\x9c\xd1", + "\x9c\xd3", "\x9c\xd4", "\x9c\xd5", "\x9c\xd6", "\x9c\xd7", "\x9c\xd8", + "\x9c\xd9", "\x9c\xda", "\x9c\xdb", "\x9c\xdc", "\x9c\xdd", "\x9c\xe1", + "\x9c\xe2", "\x9c\xe3", "\x9c\xe4", "\x9c\xe5", "\x9c\xe6", "\x9c\xe7", + "\x9c\xe8", "\x9c\xe9", "\x9c\xea", "\x9c\xeb", "\x9c\xec", "\x9c\xed", + "\x9c\xee", "\x9c\xef", "\x9c\xf0", "\x9c\xf1", "\x9c\xf3", "\x9c\xf4", + "\x9c\xf5", "\x9c\xf6", "\x9c\xf7", "\x9c\xf8", "\x9c\xf9", "\x9c\xfa", + "\x9c\xfb", "\x9c\xfc", "\x9c\xfd", "\x9d\x41", "\x9d\x42", "\x9d\x43", + "\x9d\x44", "\x9d\x45", "\x9d\x46", "\x9d\x47", "\x9d\x48", "\x9d\x49", + "\x9d\x4a", "\x9d\x4b", "\x9d\x4c", "\x9d\x4d", "\x9d\x4e", "\x9d\x4f", + "\x9d\x50", "\x9d\x51", "\x9d\x53", "\x9d\x54", "\x9d\x55", "\x9d\x56", + "\x9d\x57", "\x9d\x58", "\x9d\x59", "\x9d\x5a", "\x9d\x5b", "\x9d\x5c", + "\x9d\x5d", "\x9d\x61", "\x9d\x62", "\x9d\x63", "\x9d\x64", "\x9d\x65", + "\x9d\x66", "\x9d\x67", "\x9d\x68", "\x9d\x69", "\x9d\x6a", "\x9d\x6b", + "\x9d\x6c", "\x9d\x6d", "\x9d\x6e", "\x9d\x6f", "\x9d\x70", "\x9d\x71", + "\x9d\x73", "\x9d\x74", "\x9d\x75", "\x9d\x76", "\x9d\x77", "\x9d\x78", + "\x9d\x79", "\x9d\x7a", "\x9d\x7b", "\x9d\x7c", "\x9d\x7d", "\x9d\x81", + "\x9d\x82", "\x9d\x83", "\x9d\x84", "\x9d\x85", "\x9d\x86", "\x9d\x87", + "\x9d\x88", "\x9d\x89", "\x9d\x8a", "\x9d\x8b", "\x9d\x8c", "\x9d\x8d", + "\x9d\x8e", "\x9d\x8f", "\x9d\x90", "\x9d\x91", "\x9d\x93", "\x9d\x94", + "\x9d\x95", "\x9d\x96", "\x9d\x97", "\x9d\x98", "\x9d\x99", "\x9d\x9a", + "\x9d\x9b", "\x9d\x9c", "\x9d\x9d", "\x9d\xa1", "\x9d\xa2", "\x9d\xa3", + "\x9d\xa4", "\x9d\xa5", "\x9d\xa6", "\x9d\xa7", "\x9d\xa8", "\x9d\xa9", + "\x9d\xaa", "\x9d\xab", "\x9d\xac", "\x9d\xad", "\x9d\xae", "\x9d\xaf", + "\x9d\xb0", "\x9d\xb1", "\x9d\xb3", "\x9d\xb4", "\x9d\xb5", "\x9d\xb6", + "\x9d\xb7", "\x9d\xb8", "\x9d\xb9", "\x9d\xba", "\x9d\xbb", "\x9d\xbc", + "\x9d\xbd", "\x9d\xc1", "\x9d\xc2", "\x9d\xc3", "\x9d\xc4", "\x9d\xc5", + "\x9d\xc6", "\x9d\xc7", "\x9d\xc8", "\x9d\xc9", "\x9d\xca", "\x9d\xcb", + "\x9d\xcc", "\x9d\xcd", "\x9d\xce", "\x9d\xcf", "\x9d\xd0", "\x9d\xd1", + "\x9d\xd3", "\x9d\xd4", "\x9d\xd5", "\x9d\xd6", "\x9d\xd7", "\x9d\xd8", + "\x9d\xd9", "\x9d\xda", "\x9d\xdb", "\x9d\xdc", "\x9d\xdd", "\x9d\xe1", + "\x9d\xe2", "\x9d\xe3", "\x9d\xe4", "\x9d\xe5", "\x9d\xe6", "\x9d\xe7", + "\x9d\xe8", "\x9d\xe9", "\x9d\xea", "\x9d\xeb", "\x9d\xec", "\x9d\xed", + "\x9d\xee", "\x9d\xef", "\x9d\xf0", "\x9d\xf1", "\x9d\xf3", "\x9d\xf4", + "\x9d\xf5", "\x9d\xf6", "\x9d\xf7", "\x9d\xf8", "\x9d\xf9", "\x9d\xfa", + "\x9d\xfb", "\x9d\xfc", "\x9d\xfd", "\x9e\x41", "\x9e\x42", "\x9e\x43", + "\x9e\x44", "\x9e\x45", "\x9e\x46", "\x9e\x47", "\x9e\x48", "\x9e\x49", + "\x9e\x4a", "\x9e\x4b", "\x9e\x4c", "\x9e\x4d", "\x9e\x4e", "\x9e\x4f", + "\x9e\x50", "\x9e\x51", "\x9e\x53", "\x9e\x54", "\x9e\x55", "\x9e\x56", + "\x9e\x57", "\x9e\x58", "\x9e\x59", "\x9e\x5a", "\x9e\x5b", "\x9e\x5c", + "\x9e\x5d", "\x9e\x61", "\x9e\x62", "\x9e\x63", "\x9e\x64", "\x9e\x65", + "\x9e\x66", "\x9e\x67", "\x9e\x68", "\x9e\x69", "\x9e\x6a", "\x9e\x6b", + "\x9e\x6c", "\x9e\x6d", "\x9e\x6e", "\x9e\x6f", "\x9e\x70", "\x9e\x71", + "\x9e\x73", "\x9e\x74", "\x9e\x75", "\x9e\x76", "\x9e\x77", "\x9e\x78", + "\x9e\x79", "\x9e\x7a", "\x9e\x7b", "\x9e\x7c", "\x9e\x7d", "\x9e\x81", + "\x9e\x82", "\x9e\x83", "\x9e\x84", "\x9e\x85", "\x9e\x86", "\x9e\x87", + "\x9e\x88", "\x9e\x89", "\x9e\x8a", "\x9e\x8b", "\x9e\x8c", "\x9e\x8d", + "\x9e\x8e", "\x9e\x8f", "\x9e\x90", "\x9e\x91", "\x9e\x93", "\x9e\x94", + "\x9e\x95", "\x9e\x96", "\x9e\x97", "\x9e\x98", "\x9e\x99", "\x9e\x9a", + "\x9e\x9b", "\x9e\x9c", "\x9e\x9d", "\x9e\xa1", "\x9e\xa2", "\x9e\xa3", + "\x9e\xa4", "\x9e\xa5", "\x9e\xa6", "\x9e\xa7", "\x9e\xa8", "\x9e\xa9", + "\x9e\xaa", "\x9e\xab", "\x9e\xac", "\x9e\xad", "\x9e\xae", "\x9e\xaf", + "\x9e\xb0", "\x9e\xb1", "\x9e\xb3", "\x9e\xb4", "\x9e\xb5", "\x9e\xb6", + "\x9e\xb7", "\x9e\xb8", "\x9e\xb9", "\x9e\xba", "\x9e\xbb", "\x9e\xbc", + "\x9e\xbd", "\x9e\xc1", "\x9e\xc2", "\x9e\xc3", "\x9e\xc4", "\x9e\xc5", + "\x9e\xc6", "\x9e\xc7", "\x9e\xc8", "\x9e\xc9", "\x9e\xca", "\x9e\xcb", + "\x9e\xcc", "\x9e\xcd", "\x9e\xce", "\x9e\xcf", "\x9e\xd0", "\x9e\xd1", + "\x9e\xd3", "\x9e\xd4", "\x9e\xd5", "\x9e\xd6", "\x9e\xd7", "\x9e\xd8", + "\x9e\xd9", "\x9e\xda", "\x9e\xdb", "\x9e\xdc", "\x9e\xdd", "\x9e\xe1", + "\x9e\xe2", "\x9e\xe3", "\x9e\xe4", "\x9e\xe5", "\x9e\xe6", "\x9e\xe7", + "\x9e\xe8", "\x9e\xe9", "\x9e\xea", "\x9e\xeb", "\x9e\xec", "\x9e\xed", + "\x9e\xee", "\x9e\xef", "\x9e\xf0", "\x9e\xf1", "\x9e\xf3", "\x9e\xf4", + "\x9e\xf5", "\x9e\xf6", "\x9e\xf7", "\x9e\xf8", "\x9e\xf9", "\x9e\xfa", + "\x9e\xfb", "\x9e\xfc", "\x9e\xfd", "\x9f\x41", "\x9f\x42", "\x9f\x43", + "\x9f\x44", "\x9f\x45", "\x9f\x46", "\x9f\x47", "\x9f\x48", "\x9f\x49", + "\x9f\x4a", "\x9f\x4b", "\x9f\x4c", "\x9f\x4d", "\x9f\x4e", "\x9f\x4f", + "\x9f\x50", "\x9f\x51", "\x9f\x53", "\x9f\x54", "\x9f\x55", "\x9f\x56", + "\x9f\x57", "\x9f\x58", "\x9f\x59", "\x9f\x5a", "\x9f\x5b", "\x9f\x5c", + "\x9f\x5d", "\x9f\x61", "\x9f\x62", "\x9f\x63", "\x9f\x64", "\x9f\x65", + "\x9f\x66", "\x9f\x67", "\x9f\x68", "\x9f\x69", "\x9f\x6a", "\x9f\x6b", + "\x9f\x6c", "\x9f\x6d", "\x9f\x6e", "\x9f\x6f", "\x9f\x70", "\x9f\x71", + "\x9f\x73", "\x9f\x74", "\x9f\x75", "\x9f\x76", "\x9f\x77", "\x9f\x78", + "\x9f\x79", "\x9f\x7a", "\x9f\x7b", "\x9f\x7c", "\x9f\x7d", "\x9f\x81", + "\x9f\x82", "\x9f\x83", "\x9f\x84", "\x9f\x85", "\x9f\x86", "\x9f\x87", + "\x9f\x88", "\x9f\x89", "\x9f\x8a", "\x9f\x8b", "\x9f\x8c", "\x9f\x8d", + "\x9f\x8e", "\x9f\x8f", "\x9f\x90", "\x9f\x91", "\x9f\x93", "\x9f\x94", + "\x9f\x95", "\x9f\x96", "\x9f\x97", "\x9f\x98", "\x9f\x99", "\x9f\x9a", + "\x9f\x9b", "\x9f\x9c", "\x9f\x9d", "\x9f\xa1", "\x9f\xa2", "\x9f\xa3", + "\x9f\xa4", "\x9f\xa5", "\x9f\xa6", "\x9f\xa7", "\x9f\xa8", "\x9f\xa9", + "\x9f\xaa", "\x9f\xab", "\x9f\xac", "\x9f\xad", "\x9f\xae", "\x9f\xaf", + "\x9f\xb0", "\x9f\xb1", "\x9f\xb3", "\x9f\xb4", "\x9f\xb5", "\x9f\xb6", + "\x9f\xb7", "\x9f\xb8", "\x9f\xb9", "\x9f\xba", "\x9f\xbb", "\x9f\xbc", + "\x9f\xbd", "\xa0\x61", "\xa0\x62", "\xa0\x63", "\xa0\x64", "\xa0\x65", + "\xa0\x66", "\xa0\x67", "\xa0\x68", "\xa0\x69", "\xa0\x6a", "\xa0\x6b", + "\xa0\x6c", "\xa0\x6d", "\xa0\x6e", "\xa0\x6f", "\xa0\x70", "\xa0\x71", + "\xa0\x73", "\xa0\x74", "\xa0\x75", "\xa0\x76", "\xa0\x77", "\xa0\x78", + "\xa0\x79", "\xa0\x7a", "\xa0\x7b", "\xa0\x7c", "\xa0\x7d", "\xa0\x81", + "\xa0\x82", "\xa0\x83", "\xa0\x84", "\xa0\x85", "\xa0\x86", "\xa0\x87", + "\xa0\x88", "\xa0\x89", "\xa0\x8a", "\xa0\x8b", "\xa0\x8c", "\xa0\x8d", + "\xa0\x8e", "\xa0\x8f", "\xa0\x90", "\xa0\x91", "\xa0\x93", "\xa0\x94", + "\xa0\x95", "\xa0\x96", "\xa0\x97", "\xa0\x98", "\xa0\x99", "\xa0\x9a", + "\xa0\x9b", "\xa0\x9c", "\xa0\x9d", "\xa0\xa1", "\xa0\xa2", "\xa0\xa3", + "\xa0\xa4", "\xa0\xa5", "\xa0\xa6", "\xa0\xa7", "\xa0\xa8", "\xa0\xa9", + "\xa0\xaa", "\xa0\xab", "\xa0\xac", "\xa0\xad", "\xa0\xae", "\xa0\xaf", + "\xa0\xb0", "\xa0\xb1", "\xa0\xb3", "\xa0\xb4", "\xa0\xb5", "\xa0\xb6", + "\xa0\xb7", "\xa0\xb8", "\xa0\xb9", "\xa0\xba", "\xa0\xbb", "\xa0\xbc", + "\xa0\xbd", "\xa0\xc1", "\xa0\xc2", "\xa0\xc3", "\xa0\xc4", "\xa0\xc5", + "\xa0\xc6", "\xa0\xc7", "\xa0\xc8", "\xa0\xc9", "\xa0\xca", "\xa0\xcb", + "\xa0\xcc", "\xa0\xcd", "\xa0\xce", "\xa0\xcf", "\xa0\xd0", "\xa0\xd1", + "\xa0\xd3", "\xa0\xd4", "\xa0\xd5", "\xa0\xd6", "\xa0\xd7", "\xa0\xd8", + "\xa0\xd9", "\xa0\xda", "\xa0\xdb", "\xa0\xdc", "\xa0\xdd", "\xa0\xe1", + "\xa0\xe2", "\xa0\xe3", "\xa0\xe4", "\xa0\xe5", "\xa0\xe6", "\xa0\xe7", + "\xa0\xe8", "\xa0\xe9", "\xa0\xea", "\xa0\xeb", "\xa0\xec", "\xa0\xed", + "\xa0\xee", "\xa0\xef", "\xa0\xf0", "\xa0\xf1", "\xa0\xf3", "\xa0\xf4", + "\xa0\xf5", "\xa0\xf6", "\xa0\xf7", "\xa0\xf8", "\xa0\xf9", "\xa0\xfa", + "\xa0\xfb", "\xa0\xfc", "\xa0\xfd", "\xa1\x41", "\xa1\x42", "\xa1\x43", + "\xa1\x44", "\xa1\x45", "\xa1\x46", "\xa1\x47", "\xa1\x48", "\xa1\x49", + "\xa1\x4a", "\xa1\x4b", "\xa1\x4c", "\xa1\x4d", "\xa1\x4e", "\xa1\x4f", + "\xa1\x50", "\xa1\x51", "\xa1\x53", "\xa1\x54", "\xa1\x55", "\xa1\x56", + "\xa1\x57", "\xa1\x58", "\xa1\x59", "\xa1\x5a", "\xa1\x5b", "\xa1\x5c", + "\xa1\x5d", "\xa1\x61", "\xa1\x62", "\xa1\x63", "\xa1\x64", "\xa1\x65", + "\xa1\x66", "\xa1\x67", "\xa1\x68", "\xa1\x69", "\xa1\x6a", "\xa1\x6b", + "\xa1\x6c", "\xa1\x6d", "\xa1\x6e", "\xa1\x6f", "\xa1\x70", "\xa1\x71", + "\xa1\x73", "\xa1\x74", "\xa1\x75", "\xa1\x76", "\xa1\x77", "\xa1\x78", + "\xa1\x79", "\xa1\x7a", "\xa1\x7b", "\xa1\x7c", "\xa1\x7d", "\xa1\x81", + "\xa1\x82", "\xa1\x83", "\xa1\x84", "\xa1\x85", "\xa1\x86", "\xa1\x87", + "\xa1\x88", "\xa1\x89", "\xa1\x8a", "\xa1\x8b", "\xa1\x8c", "\xa1\x8d", + "\xa1\x8e", "\xa1\x8f", "\xa1\x90", "\xa1\x91", "\xa1\x93", "\xa1\x94", + "\xa1\x95", "\xa1\x96", "\xa1\x97", "\xa1\x98", "\xa1\x99", "\xa1\x9a", + "\xa1\x9b", "\xa1\x9c", "\xa1\x9d", "\xa1\xa1", "\xa1\xa2", "\xa1\xa3", + "\xa1\xa4", "\xa1\xa5", "\xa1\xa6", "\xa1\xa7", "\xa1\xa8", "\xa1\xa9", + "\xa1\xaa", "\xa1\xab", "\xa1\xac", "\xa1\xad", "\xa1\xae", "\xa1\xaf", + "\xa1\xb0", "\xa1\xb1", "\xa1\xb3", "\xa1\xb4", "\xa1\xb5", "\xa1\xb6", + "\xa1\xb7", "\xa1\xb8", "\xa1\xb9", "\xa1\xba", "\xa1\xbb", "\xa1\xbc", + "\xa1\xbd", "\xa1\xc1", "\xa1\xc2", "\xa1\xc3", "\xa1\xc4", "\xa1\xc5", + "\xa1\xc6", "\xa1\xc7", "\xa1\xc8", "\xa1\xc9", "\xa1\xca", "\xa1\xcb", + "\xa1\xcc", "\xa1\xcd", "\xa1\xce", "\xa1\xcf", "\xa1\xd0", "\xa1\xd1", + "\xa1\xd3", "\xa1\xd4", "\xa1\xd5", "\xa1\xd6", "\xa1\xd7", "\xa1\xd8", + "\xa1\xd9", "\xa1\xda", "\xa1\xdb", "\xa1\xdc", "\xa1\xdd", "\xa1\xe1", + "\xa1\xe2", "\xa1\xe3", "\xa1\xe4", "\xa1\xe5", "\xa1\xe6", "\xa1\xe7", + "\xa1\xe8", "\xa1\xe9", "\xa1\xea", "\xa1\xeb", "\xa1\xec", "\xa1\xed", + "\xa1\xee", "\xa1\xef", "\xa1\xf0", "\xa1\xf1", "\xa1\xf3", "\xa1\xf4", + "\xa1\xf5", "\xa1\xf6", "\xa1\xf7", "\xa1\xf8", "\xa1\xf9", "\xa1\xfa", + "\xa1\xfb", "\xa1\xfc", "\xa1\xfd", "\xa2\x41", "\xa2\x42", "\xa2\x43", + "\xa2\x44", "\xa2\x45", "\xa2\x46", "\xa2\x47", "\xa2\x48", "\xa2\x49", + "\xa2\x4a", "\xa2\x4b", "\xa2\x4c", "\xa2\x4d", "\xa2\x4e", "\xa2\x4f", + "\xa2\x50", "\xa2\x51", "\xa2\x53", "\xa2\x54", "\xa2\x55", "\xa2\x56", + "\xa2\x57", "\xa2\x58", "\xa2\x59", "\xa2\x5a", "\xa2\x5b", "\xa2\x5c", + "\xa2\x5d", "\xa2\x61", "\xa2\x62", "\xa2\x63", "\xa2\x64", "\xa2\x65", + "\xa2\x66", "\xa2\x67", "\xa2\x68", "\xa2\x69", "\xa2\x6a", "\xa2\x6b", + "\xa2\x6c", "\xa2\x6d", "\xa2\x6e", "\xa2\x6f", "\xa2\x70", "\xa2\x71", + "\xa2\x73", "\xa2\x74", "\xa2\x75", "\xa2\x76", "\xa2\x77", "\xa2\x78", + "\xa2\x79", "\xa2\x7a", "\xa2\x7b", "\xa2\x7c", "\xa2\x7d", "\xa2\x81", + "\xa2\x82", "\xa2\x83", "\xa2\x84", "\xa2\x85", "\xa2\x86", "\xa2\x87", + "\xa2\x88", "\xa2\x89", "\xa2\x8a", "\xa2\x8b", "\xa2\x8c", "\xa2\x8d", + "\xa2\x8e", "\xa2\x8f", "\xa2\x90", "\xa2\x91", "\xa2\x93", "\xa2\x94", + "\xa2\x95", "\xa2\x96", "\xa2\x97", "\xa2\x98", "\xa2\x99", "\xa2\x9a", + "\xa2\x9b", "\xa2\x9c", "\xa2\x9d", "\xa2\xa1", "\xa2\xa2", "\xa2\xa3", + "\xa2\xa4", "\xa2\xa5", "\xa2\xa6", "\xa2\xa7", "\xa2\xa8", "\xa2\xa9", + "\xa2\xaa", "\xa2\xab", "\xa2\xac", "\xa2\xad", "\xa2\xae", "\xa2\xaf", + "\xa2\xb0", "\xa2\xb1", "\xa2\xb3", "\xa2\xb4", "\xa2\xb5", "\xa2\xb6", + "\xa2\xb7", "\xa2\xb8", "\xa2\xb9", "\xa2\xba", "\xa2\xbb", "\xa2\xbc", + "\xa2\xbd", "\xa2\xc1", "\xa2\xc2", "\xa2\xc3", "\xa2\xc4", "\xa2\xc5", + "\xa2\xc6", "\xa2\xc7", "\xa2\xc8", "\xa2\xc9", "\xa2\xca", "\xa2\xcb", + "\xa2\xcc", "\xa2\xcd", "\xa2\xce", "\xa2\xcf", "\xa2\xd0", "\xa2\xd1", + "\xa2\xd3", "\xa2\xd4", "\xa2\xd5", "\xa2\xd6", "\xa2\xd7", "\xa2\xd8", + "\xa2\xd9", "\xa2\xda", "\xa2\xdb", "\xa2\xdc", "\xa2\xdd", "\xa2\xe1", + "\xa2\xe2", "\xa2\xe3", "\xa2\xe4", "\xa2\xe5", "\xa2\xe6", "\xa2\xe7", + "\xa2\xe8", "\xa2\xe9", "\xa2\xea", "\xa2\xeb", "\xa2\xec", "\xa2\xed", + "\xa2\xee", "\xa2\xef", "\xa2\xf0", "\xa2\xf1", "\xa2\xf3", "\xa2\xf4", + "\xa2\xf5", "\xa2\xf6", "\xa2\xf7", "\xa2\xf8", "\xa2\xf9", "\xa2\xfa", + "\xa2\xfb", "\xa2\xfc", "\xa2\xfd", "\xa3\x41", "\xa3\x42", "\xa3\x43", + "\xa3\x44", "\xa3\x45", "\xa3\x46", "\xa3\x47", "\xa3\x48", "\xa3\x49", + "\xa3\x4a", "\xa3\x4b", "\xa3\x4c", "\xa3\x4d", "\xa3\x4e", "\xa3\x4f", + "\xa3\x50", "\xa3\x51", "\xa3\x53", "\xa3\x54", "\xa3\x55", "\xa3\x56", + "\xa3\x57", "\xa3\x58", "\xa3\x59", "\xa3\x5a", "\xa3\x5b", "\xa3\x5c", + "\xa3\x5d", "\xa3\x61", "\xa3\x62", "\xa3\x63", "\xa3\x64", "\xa3\x65", + "\xa3\x66", "\xa3\x67", "\xa3\x68", "\xa3\x69", "\xa3\x6a", "\xa3\x6b", + "\xa3\x6c", "\xa3\x6d", "\xa3\x6e", "\xa3\x6f", "\xa3\x70", "\xa3\x71", + "\xa3\x73", "\xa3\x74", "\xa3\x75", "\xa3\x76", "\xa3\x77", "\xa3\x78", + "\xa3\x79", "\xa3\x7a", "\xa3\x7b", "\xa3\x7c", "\xa3\x7d", "\xa3\x81", + "\xa3\x82", "\xa3\x83", "\xa3\x84", "\xa3\x85", "\xa3\x86", "\xa3\x87", + "\xa3\x88", "\xa3\x89", "\xa3\x8a", "\xa3\x8b", "\xa3\x8c", "\xa3\x8d", + "\xa3\x8e", "\xa3\x8f", "\xa3\x90", "\xa3\x91", "\xa3\x93", "\xa3\x94", + "\xa3\x95", "\xa3\x96", "\xa3\x97", "\xa3\x98", "\xa3\x99", "\xa3\x9a", + "\xa3\x9b", "\xa3\x9c", "\xa3\x9d", "\xa3\xa1", "\xa3\xa2", "\xa3\xa3", + "\xa3\xa4", "\xa3\xa5", "\xa3\xa6", "\xa3\xa7", "\xa3\xa8", "\xa3\xa9", + "\xa3\xaa", "\xa3\xab", "\xa3\xac", "\xa3\xad", "\xa3\xae", "\xa3\xaf", + "\xa3\xb0", "\xa3\xb1", "\xa3\xb3", "\xa3\xb4", "\xa3\xb5", "\xa3\xb6", + "\xa3\xb7", "\xa3\xb8", "\xa3\xb9", "\xa3\xba", "\xa3\xbb", "\xa3\xbc", + "\xa3\xbd", "\xa4\x61", "\xa4\x62", "\xa4\x63", "\xa4\x64", "\xa4\x65", + "\xa4\x66", "\xa4\x67", "\xa4\x68", "\xa4\x69", "\xa4\x6a", "\xa4\x6b", + "\xa4\x6c", "\xa4\x6d", "\xa4\x6e", "\xa4\x6f", "\xa4\x70", "\xa4\x71", + "\xa4\x73", "\xa4\x74", "\xa4\x75", "\xa4\x76", "\xa4\x77", "\xa4\x78", + "\xa4\x79", "\xa4\x7a", "\xa4\x7b", "\xa4\x7c", "\xa4\x7d", "\xa4\x81", + "\xa4\x82", "\xa4\x83", "\xa4\x84", "\xa4\x85", "\xa4\x86", "\xa4\x87", + "\xa4\x88", "\xa4\x89", "\xa4\x8a", "\xa4\x8b", "\xa4\x8c", "\xa4\x8d", + "\xa4\x8e", "\xa4\x8f", "\xa4\x90", "\xa4\x91", "\xa4\x93", "\xa4\x94", + "\xa4\x95", "\xa4\x96", "\xa4\x97", "\xa4\x98", "\xa4\x99", "\xa4\x9a", + "\xa4\x9b", "\xa4\x9c", "\xa4\x9d", "\xa4\xa1", "\xa4\xa2", "\xa4\xa3", + "\xa4\xa4", "\xa4\xa5", "\xa4\xa6", "\xa4\xa7", "\xa4\xa8", "\xa4\xa9", + "\xa4\xaa", "\xa4\xab", "\xa4\xac", "\xa4\xad", "\xa4\xae", "\xa4\xaf", + "\xa4\xb0", "\xa4\xb1", "\xa4\xb3", "\xa4\xb4", "\xa4\xb5", "\xa4\xb6", + "\xa4\xb7", "\xa4\xb8", "\xa4\xb9", "\xa4\xba", "\xa4\xbb", "\xa4\xbc", + "\xa4\xbd", "\xa4\xc1", "\xa4\xc2", "\xa4\xc3", "\xa4\xc4", "\xa4\xc5", + "\xa4\xc6", "\xa4\xc7", "\xa4\xc8", "\xa4\xc9", "\xa4\xca", "\xa4\xcb", + "\xa4\xcc", "\xa4\xcd", "\xa4\xce", "\xa4\xcf", "\xa4\xd0", "\xa4\xd1", + "\xa4\xd3", "\xa4\xd4", "\xa4\xd5", "\xa4\xd6", "\xa4\xd7", "\xa4\xd8", + "\xa4\xd9", "\xa4\xda", "\xa4\xdb", "\xa4\xdc", "\xa4\xdd", "\xa4\xe1", + "\xa4\xe2", "\xa4\xe3", "\xa4\xe4", "\xa4\xe5", "\xa4\xe6", "\xa4\xe7", + "\xa4\xe8", "\xa4\xe9", "\xa4\xea", "\xa4\xeb", "\xa4\xec", "\xa4\xed", + "\xa4\xee", "\xa4\xef", "\xa4\xf0", "\xa4\xf1", "\xa4\xf3", "\xa4\xf4", + "\xa4\xf5", "\xa4\xf6", "\xa4\xf7", "\xa4\xf8", "\xa4\xf9", "\xa4\xfa", + "\xa4\xfb", "\xa4\xfc", "\xa4\xfd", "\xa5\x41", "\xa5\x42", "\xa5\x43", + "\xa5\x44", "\xa5\x45", "\xa5\x46", "\xa5\x47", "\xa5\x48", "\xa5\x49", + "\xa5\x4a", "\xa5\x4b", "\xa5\x4c", "\xa5\x4d", "\xa5\x4e", "\xa5\x4f", + "\xa5\x50", "\xa5\x51", "\xa5\x53", "\xa5\x54", "\xa5\x55", "\xa5\x56", + "\xa5\x57", "\xa5\x58", "\xa5\x59", "\xa5\x5a", "\xa5\x5b", "\xa5\x5c", + "\xa5\x5d", "\xa5\x61", "\xa5\x62", "\xa5\x63", "\xa5\x64", "\xa5\x65", + "\xa5\x66", "\xa5\x67", "\xa5\x68", "\xa5\x69", "\xa5\x6a", "\xa5\x6b", + "\xa5\x6c", "\xa5\x6d", "\xa5\x6e", "\xa5\x6f", "\xa5\x70", "\xa5\x71", + "\xa5\x73", "\xa5\x74", "\xa5\x75", "\xa5\x76", "\xa5\x77", "\xa5\x78", + "\xa5\x79", "\xa5\x7a", "\xa5\x7b", "\xa5\x7c", "\xa5\x7d", "\xa5\x81", + "\xa5\x82", "\xa5\x83", "\xa5\x84", "\xa5\x85", "\xa5\x86", "\xa5\x87", + "\xa5\x88", "\xa5\x89", "\xa5\x8a", "\xa5\x8b", "\xa5\x8c", "\xa5\x8d", + "\xa5\x8e", "\xa5\x8f", "\xa5\x90", "\xa5\x91", "\xa5\x93", "\xa5\x94", + "\xa5\x95", "\xa5\x96", "\xa5\x97", "\xa5\x98", "\xa5\x99", "\xa5\x9a", + "\xa5\x9b", "\xa5\x9c", "\xa5\x9d", "\xa5\xa1", "\xa5\xa2", "\xa5\xa3", + "\xa5\xa4", "\xa5\xa5", "\xa5\xa6", "\xa5\xa7", "\xa5\xa8", "\xa5\xa9", + "\xa5\xaa", "\xa5\xab", "\xa5\xac", "\xa5\xad", "\xa5\xae", "\xa5\xaf", + "\xa5\xb0", "\xa5\xb1", "\xa5\xb3", "\xa5\xb4", "\xa5\xb5", "\xa5\xb6", + "\xa5\xb7", "\xa5\xb8", "\xa5\xb9", "\xa5\xba", "\xa5\xbb", "\xa5\xbc", + "\xa5\xbd", "\xa5\xc1", "\xa5\xc2", "\xa5\xc3", "\xa5\xc4", "\xa5\xc5", + "\xa5\xc6", "\xa5\xc7", "\xa5\xc8", "\xa5\xc9", "\xa5\xca", "\xa5\xcb", + "\xa5\xcc", "\xa5\xcd", "\xa5\xce", "\xa5\xcf", "\xa5\xd0", "\xa5\xd1", + "\xa5\xd3", "\xa5\xd4", "\xa5\xd5", "\xa5\xd6", "\xa5\xd7", "\xa5\xd8", + "\xa5\xd9", "\xa5\xda", "\xa5\xdb", "\xa5\xdc", "\xa5\xdd", "\xa5\xe1", + "\xa5\xe2", "\xa5\xe3", "\xa5\xe4", "\xa5\xe5", "\xa5\xe6", "\xa5\xe7", + "\xa5\xe8", "\xa5\xe9", "\xa5\xea", "\xa5\xeb", "\xa5\xec", "\xa5\xed", + "\xa5\xee", "\xa5\xef", "\xa5\xf0", "\xa5\xf1", "\xa5\xf3", "\xa5\xf4", + "\xa5\xf5", "\xa5\xf6", "\xa5\xf7", "\xa5\xf8", "\xa5\xf9", "\xa5\xfa", + "\xa5\xfb", "\xa5\xfc", "\xa5\xfd", "\xa6\x41", "\xa6\x42", "\xa6\x43", + "\xa6\x44", "\xa6\x45", "\xa6\x46", "\xa6\x47", "\xa6\x48", "\xa6\x49", + "\xa6\x4a", "\xa6\x4b", "\xa6\x4c", "\xa6\x4d", "\xa6\x4e", "\xa6\x4f", + "\xa6\x50", "\xa6\x51", "\xa6\x53", "\xa6\x54", "\xa6\x55", "\xa6\x56", + "\xa6\x57", "\xa6\x58", "\xa6\x59", "\xa6\x5a", "\xa6\x5b", "\xa6\x5c", + "\xa6\x5d", "\xa6\x61", "\xa6\x62", "\xa6\x63", "\xa6\x64", "\xa6\x65", + "\xa6\x66", "\xa6\x67", "\xa6\x68", "\xa6\x69", "\xa6\x6a", "\xa6\x6b", + "\xa6\x6c", "\xa6\x6d", "\xa6\x6e", "\xa6\x6f", "\xa6\x70", "\xa6\x71", + "\xa6\x73", "\xa6\x74", "\xa6\x75", "\xa6\x76", "\xa6\x77", "\xa6\x78", + "\xa6\x79", "\xa6\x7a", "\xa6\x7b", "\xa6\x7c", "\xa6\x7d", "\xa6\x81", + "\xa6\x82", "\xa6\x83", "\xa6\x84", "\xa6\x85", "\xa6\x86", "\xa6\x87", + "\xa6\x88", "\xa6\x89", "\xa6\x8a", "\xa6\x8b", "\xa6\x8c", "\xa6\x8d", + "\xa6\x8e", "\xa6\x8f", "\xa6\x90", "\xa6\x91", "\xa6\x93", "\xa6\x94", + "\xa6\x95", "\xa6\x96", "\xa6\x97", "\xa6\x98", "\xa6\x99", "\xa6\x9a", + "\xa6\x9b", "\xa6\x9c", "\xa6\x9d", "\xa6\xa1", "\xa6\xa2", "\xa6\xa3", + "\xa6\xa4", "\xa6\xa5", "\xa6\xa6", "\xa6\xa7", "\xa6\xa8", "\xa6\xa9", + "\xa6\xaa", "\xa6\xab", "\xa6\xac", "\xa6\xad", "\xa6\xae", "\xa6\xaf", + "\xa6\xb0", "\xa6\xb1", "\xa6\xb3", "\xa6\xb4", "\xa6\xb5", "\xa6\xb6", + "\xa6\xb7", "\xa6\xb8", "\xa6\xb9", "\xa6\xba", "\xa6\xbb", "\xa6\xbc", + "\xa6\xbd", "\xa6\xc1", "\xa6\xc2", "\xa6\xc3", "\xa6\xc4", "\xa6\xc5", + "\xa6\xc6", "\xa6\xc7", "\xa6\xc8", "\xa6\xc9", "\xa6\xca", "\xa6\xcb", + "\xa6\xcc", "\xa6\xcd", "\xa6\xce", "\xa6\xcf", "\xa6\xd0", "\xa6\xd1", + "\xa6\xd3", "\xa6\xd4", "\xa6\xd5", "\xa6\xd6", "\xa6\xd7", "\xa6\xd8", + "\xa6\xd9", "\xa6\xda", "\xa6\xdb", "\xa6\xdc", "\xa6\xdd", "\xa6\xe1", + "\xa6\xe2", "\xa6\xe3", "\xa6\xe4", "\xa6\xe5", "\xa6\xe6", "\xa6\xe7", + "\xa6\xe8", "\xa6\xe9", "\xa6\xea", "\xa6\xeb", "\xa6\xec", "\xa6\xed", + "\xa6\xee", "\xa6\xef", "\xa6\xf0", "\xa6\xf1", "\xa6\xf3", "\xa6\xf4", + "\xa6\xf5", "\xa6\xf6", "\xa6\xf7", "\xa6\xf8", "\xa6\xf9", "\xa6\xfa", + "\xa6\xfb", "\xa6\xfc", "\xa6\xfd", "\xa7\x41", "\xa7\x42", "\xa7\x43", + "\xa7\x44", "\xa7\x45", "\xa7\x46", "\xa7\x47", "\xa7\x48", "\xa7\x49", + "\xa7\x4a", "\xa7\x4b", "\xa7\x4c", "\xa7\x4d", "\xa7\x4e", "\xa7\x4f", + "\xa7\x50", "\xa7\x51", "\xa7\x53", "\xa7\x54", "\xa7\x55", "\xa7\x56", + "\xa7\x57", "\xa7\x58", "\xa7\x59", "\xa7\x5a", "\xa7\x5b", "\xa7\x5c", + "\xa7\x5d", "\xa7\x61", "\xa7\x62", "\xa7\x63", "\xa7\x64", "\xa7\x65", + "\xa7\x66", "\xa7\x67", "\xa7\x68", "\xa7\x69", "\xa7\x6a", "\xa7\x6b", + "\xa7\x6c", "\xa7\x6d", "\xa7\x6e", "\xa7\x6f", "\xa7\x70", "\xa7\x71", + "\xa7\x73", "\xa7\x74", "\xa7\x75", "\xa7\x76", "\xa7\x77", "\xa7\x78", + "\xa7\x79", "\xa7\x7a", "\xa7\x7b", "\xa7\x7c", "\xa7\x7d", "\xa7\x81", + "\xa7\x82", "\xa7\x83", "\xa7\x84", "\xa7\x85", "\xa7\x86", "\xa7\x87", + "\xa7\x88", "\xa7\x89", "\xa7\x8a", "\xa7\x8b", "\xa7\x8c", "\xa7\x8d", + "\xa7\x8e", "\xa7\x8f", "\xa7\x90", "\xa7\x91", "\xa7\x93", "\xa7\x94", + "\xa7\x95", "\xa7\x96", "\xa7\x97", "\xa7\x98", "\xa7\x99", "\xa7\x9a", + "\xa7\x9b", "\xa7\x9c", "\xa7\x9d", "\xa7\xa1", "\xa7\xa2", "\xa7\xa3", + "\xa7\xa4", "\xa7\xa5", "\xa7\xa6", "\xa7\xa7", "\xa7\xa8", "\xa7\xa9", + "\xa7\xaa", "\xa7\xab", "\xa7\xac", "\xa7\xad", "\xa7\xae", "\xa7\xaf", + "\xa7\xb0", "\xa7\xb1", "\xa7\xb3", "\xa7\xb4", "\xa7\xb5", "\xa7\xb6", + "\xa7\xb7", "\xa7\xb8", "\xa7\xb9", "\xa7\xba", "\xa7\xbb", "\xa7\xbc", + "\xa7\xbd", "\xa8\x61", "\xa8\x62", "\xa8\x63", "\xa8\x64", "\xa8\x65", + "\xa8\x66", "\xa8\x67", "\xa8\x68", "\xa8\x69", "\xa8\x6a", "\xa8\x6b", + "\xa8\x6c", "\xa8\x6d", "\xa8\x6e", "\xa8\x6f", "\xa8\x70", "\xa8\x71", + "\xa8\x73", "\xa8\x74", "\xa8\x75", "\xa8\x76", "\xa8\x77", "\xa8\x78", + "\xa8\x79", "\xa8\x7a", "\xa8\x7b", "\xa8\x7c", "\xa8\x7d", "\xa8\x81", + "\xa8\x82", "\xa8\x83", "\xa8\x84", "\xa8\x85", "\xa8\x86", "\xa8\x87", + "\xa8\x88", "\xa8\x89", "\xa8\x8a", "\xa8\x8b", "\xa8\x8c", "\xa8\x8d", + "\xa8\x8e", "\xa8\x8f", "\xa8\x90", "\xa8\x91", "\xa8\x93", "\xa8\x94", + "\xa8\x95", "\xa8\x96", "\xa8\x97", "\xa8\x98", "\xa8\x99", "\xa8\x9a", + "\xa8\x9b", "\xa8\x9c", "\xa8\x9d", "\xa8\xa1", "\xa8\xa2", "\xa8\xa3", + "\xa8\xa4", "\xa8\xa5", "\xa8\xa6", "\xa8\xa7", "\xa8\xa8", "\xa8\xa9", + "\xa8\xaa", "\xa8\xab", "\xa8\xac", "\xa8\xad", "\xa8\xae", "\xa8\xaf", + "\xa8\xb0", "\xa8\xb1", "\xa8\xb3", "\xa8\xb4", "\xa8\xb5", "\xa8\xb6", + "\xa8\xb7", "\xa8\xb8", "\xa8\xb9", "\xa8\xba", "\xa8\xbb", "\xa8\xbc", + "\xa8\xbd", "\xa8\xc1", "\xa8\xc2", "\xa8\xc3", "\xa8\xc4", "\xa8\xc5", + "\xa8\xc6", "\xa8\xc7", "\xa8\xc8", "\xa8\xc9", "\xa8\xca", "\xa8\xcb", + "\xa8\xcc", "\xa8\xcd", "\xa8\xce", "\xa8\xcf", "\xa8\xd0", "\xa8\xd1", + "\xa8\xd3", "\xa8\xd4", "\xa8\xd5", "\xa8\xd6", "\xa8\xd7", "\xa8\xd8", + "\xa8\xd9", "\xa8\xda", "\xa8\xdb", "\xa8\xdc", "\xa8\xdd", "\xa8\xe1", + "\xa8\xe2", "\xa8\xe3", "\xa8\xe4", "\xa8\xe5", "\xa8\xe6", "\xa8\xe7", + "\xa8\xe8", "\xa8\xe9", "\xa8\xea", "\xa8\xeb", "\xa8\xec", "\xa8\xed", + "\xa8\xee", "\xa8\xef", "\xa8\xf0", "\xa8\xf1", "\xa8\xf3", "\xa8\xf4", + "\xa8\xf5", "\xa8\xf6", "\xa8\xf7", "\xa8\xf8", "\xa8\xf9", "\xa8\xfa", + "\xa8\xfb", "\xa8\xfc", "\xa8\xfd", "\xa9\x41", "\xa9\x42", "\xa9\x43", + "\xa9\x44", "\xa9\x45", "\xa9\x46", "\xa9\x47", "\xa9\x48", "\xa9\x49", + "\xa9\x4a", "\xa9\x4b", "\xa9\x4c", "\xa9\x4d", "\xa9\x4e", "\xa9\x4f", + "\xa9\x50", "\xa9\x51", "\xa9\x53", "\xa9\x54", "\xa9\x55", "\xa9\x56", + "\xa9\x57", "\xa9\x58", "\xa9\x59", "\xa9\x5a", "\xa9\x5b", "\xa9\x5c", + "\xa9\x5d", "\xa9\x61", "\xa9\x62", "\xa9\x63", "\xa9\x64", "\xa9\x65", + "\xa9\x66", "\xa9\x67", "\xa9\x68", "\xa9\x69", "\xa9\x6a", "\xa9\x6b", + "\xa9\x6c", "\xa9\x6d", "\xa9\x6e", "\xa9\x6f", "\xa9\x70", "\xa9\x71", + "\xa9\x73", "\xa9\x74", "\xa9\x75", "\xa9\x76", "\xa9\x77", "\xa9\x78", + "\xa9\x79", "\xa9\x7a", "\xa9\x7b", "\xa9\x7c", "\xa9\x7d", "\xa9\x81", + "\xa9\x82", "\xa9\x83", "\xa9\x84", "\xa9\x85", "\xa9\x86", "\xa9\x87", + "\xa9\x88", "\xa9\x89", "\xa9\x8a", "\xa9\x8b", "\xa9\x8c", "\xa9\x8d", + "\xa9\x8e", "\xa9\x8f", "\xa9\x90", "\xa9\x91", "\xa9\x93", "\xa9\x94", + "\xa9\x95", "\xa9\x96", "\xa9\x97", "\xa9\x98", "\xa9\x99", "\xa9\x9a", + "\xa9\x9b", "\xa9\x9c", "\xa9\x9d", "\xa9\xa1", "\xa9\xa2", "\xa9\xa3", + "\xa9\xa4", "\xa9\xa5", "\xa9\xa6", "\xa9\xa7", "\xa9\xa8", "\xa9\xa9", + "\xa9\xaa", "\xa9\xab", "\xa9\xac", "\xa9\xad", "\xa9\xae", "\xa9\xaf", + "\xa9\xb0", "\xa9\xb1", "\xa9\xb3", "\xa9\xb4", "\xa9\xb5", "\xa9\xb6", + "\xa9\xb7", "\xa9\xb8", "\xa9\xb9", "\xa9\xba", "\xa9\xbb", "\xa9\xbc", + "\xa9\xbd", "\xa9\xc1", "\xa9\xc2", "\xa9\xc3", "\xa9\xc4", "\xa9\xc5", + "\xa9\xc6", "\xa9\xc7", "\xa9\xc8", "\xa9\xc9", "\xa9\xca", "\xa9\xcb", + "\xa9\xcc", "\xa9\xcd", "\xa9\xce", "\xa9\xcf", "\xa9\xd0", "\xa9\xd1", + "\xa9\xd3", "\xa9\xd4", "\xa9\xd5", "\xa9\xd6", "\xa9\xd7", "\xa9\xd8", + "\xa9\xd9", "\xa9\xda", "\xa9\xdb", "\xa9\xdc", "\xa9\xdd", "\xa9\xe1", + "\xa9\xe2", "\xa9\xe3", "\xa9\xe4", "\xa9\xe5", "\xa9\xe6", "\xa9\xe7", + "\xa9\xe8", "\xa9\xe9", "\xa9\xea", "\xa9\xeb", "\xa9\xec", "\xa9\xed", + "\xa9\xee", "\xa9\xef", "\xa9\xf0", "\xa9\xf1", "\xa9\xf3", "\xa9\xf4", + "\xa9\xf5", "\xa9\xf6", "\xa9\xf7", "\xa9\xf8", "\xa9\xf9", "\xa9\xfa", + "\xa9\xfb", "\xa9\xfc", "\xa9\xfd", "\xaa\x41", "\xaa\x42", "\xaa\x43", + "\xaa\x44", "\xaa\x45", "\xaa\x46", "\xaa\x47", "\xaa\x48", "\xaa\x49", + "\xaa\x4a", "\xaa\x4b", "\xaa\x4c", "\xaa\x4d", "\xaa\x4e", "\xaa\x4f", + "\xaa\x50", "\xaa\x51", "\xaa\x53", "\xaa\x54", "\xaa\x55", "\xaa\x56", + "\xaa\x57", "\xaa\x58", "\xaa\x59", "\xaa\x5a", "\xaa\x5b", "\xaa\x5c", + "\xaa\x5d", "\xaa\x61", "\xaa\x62", "\xaa\x63", "\xaa\x64", "\xaa\x65", + "\xaa\x66", "\xaa\x67", "\xaa\x68", "\xaa\x69", "\xaa\x6a", "\xaa\x6b", + "\xaa\x6c", "\xaa\x6d", "\xaa\x6e", "\xaa\x6f", "\xaa\x70", "\xaa\x71", + "\xaa\x73", "\xaa\x74", "\xaa\x75", "\xaa\x76", "\xaa\x77", "\xaa\x78", + "\xaa\x79", "\xaa\x7a", "\xaa\x7b", "\xaa\x7c", "\xaa\x7d", "\xaa\x81", + "\xaa\x82", "\xaa\x83", "\xaa\x84", "\xaa\x85", "\xaa\x86", "\xaa\x87", + "\xaa\x88", "\xaa\x89", "\xaa\x8a", "\xaa\x8b", "\xaa\x8c", "\xaa\x8d", + "\xaa\x8e", "\xaa\x8f", "\xaa\x90", "\xaa\x91", "\xaa\x93", "\xaa\x94", + "\xaa\x95", "\xaa\x96", "\xaa\x97", "\xaa\x98", "\xaa\x99", "\xaa\x9a", + "\xaa\x9b", "\xaa\x9c", "\xaa\x9d", "\xaa\xa1", "\xaa\xa2", "\xaa\xa3", + "\xaa\xa4", "\xaa\xa5", "\xaa\xa6", "\xaa\xa7", "\xaa\xa8", "\xaa\xa9", + "\xaa\xaa", "\xaa\xab", "\xaa\xac", "\xaa\xad", "\xaa\xae", "\xaa\xaf", + "\xaa\xb0", "\xaa\xb1", "\xaa\xb3", "\xaa\xb4", "\xaa\xb5", "\xaa\xb6", + "\xaa\xb7", "\xaa\xb8", "\xaa\xb9", "\xaa\xba", "\xaa\xbb", "\xaa\xbc", + "\xaa\xbd", "\xaa\xc1", "\xaa\xc2", "\xaa\xc3", "\xaa\xc4", "\xaa\xc5", + "\xaa\xc6", "\xaa\xc7", "\xaa\xc8", "\xaa\xc9", "\xaa\xca", "\xaa\xcb", + "\xaa\xcc", "\xaa\xcd", "\xaa\xce", "\xaa\xcf", "\xaa\xd0", "\xaa\xd1", + "\xaa\xd3", "\xaa\xd4", "\xaa\xd5", "\xaa\xd6", "\xaa\xd7", "\xaa\xd8", + "\xaa\xd9", "\xaa\xda", "\xaa\xdb", "\xaa\xdc", "\xaa\xdd", "\xaa\xe1", + "\xaa\xe2", "\xaa\xe3", "\xaa\xe4", "\xaa\xe5", "\xaa\xe6", "\xaa\xe7", + "\xaa\xe8", "\xaa\xe9", "\xaa\xea", "\xaa\xeb", "\xaa\xec", "\xaa\xed", + "\xaa\xee", "\xaa\xef", "\xaa\xf0", "\xaa\xf1", "\xaa\xf3", "\xaa\xf4", + "\xaa\xf5", "\xaa\xf6", "\xaa\xf7", "\xaa\xf8", "\xaa\xf9", "\xaa\xfa", + "\xaa\xfb", "\xaa\xfc", "\xaa\xfd", "\xab\x41", "\xab\x42", "\xab\x43", + "\xab\x44", "\xab\x45", "\xab\x46", "\xab\x47", "\xab\x48", "\xab\x49", + "\xab\x4a", "\xab\x4b", "\xab\x4c", "\xab\x4d", "\xab\x4e", "\xab\x4f", + "\xab\x50", "\xab\x51", "\xab\x53", "\xab\x54", "\xab\x55", "\xab\x56", + "\xab\x57", "\xab\x58", "\xab\x59", "\xab\x5a", "\xab\x5b", "\xab\x5c", + "\xab\x5d", "\xab\x61", "\xab\x62", "\xab\x63", "\xab\x64", "\xab\x65", + "\xab\x66", "\xab\x67", "\xab\x68", "\xab\x69", "\xab\x6a", "\xab\x6b", + "\xab\x6c", "\xab\x6d", "\xab\x6e", "\xab\x6f", "\xab\x70", "\xab\x71", + "\xab\x73", "\xab\x74", "\xab\x75", "\xab\x76", "\xab\x77", "\xab\x78", + "\xab\x79", "\xab\x7a", "\xab\x7b", "\xab\x7c", "\xab\x7d", "\xab\x81", + "\xab\x82", "\xab\x83", "\xab\x84", "\xab\x85", "\xab\x86", "\xab\x87", + "\xab\x88", "\xab\x89", "\xab\x8a", "\xab\x8b", "\xab\x8c", "\xab\x8d", + "\xab\x8e", "\xab\x8f", "\xab\x90", "\xab\x91", "\xab\x93", "\xab\x94", + "\xab\x95", "\xab\x96", "\xab\x97", "\xab\x98", "\xab\x99", "\xab\x9a", + "\xab\x9b", "\xab\x9c", "\xab\x9d", "\xab\xa1", "\xab\xa2", "\xab\xa3", + "\xab\xa4", "\xab\xa5", "\xab\xa6", "\xab\xa7", "\xab\xa8", "\xab\xa9", + "\xab\xaa", "\xab\xab", "\xab\xac", "\xab\xad", "\xab\xae", "\xab\xaf", + "\xab\xb0", "\xab\xb1", "\xab\xb3", "\xab\xb4", "\xab\xb5", "\xab\xb6", + "\xab\xb7", "\xab\xb8", "\xab\xb9", "\xab\xba", "\xab\xbb", "\xab\xbc", + "\xab\xbd", "\xac\x61", "\xac\x62", "\xac\x63", "\xac\x64", "\xac\x65", + "\xac\x66", "\xac\x67", "\xac\x68", "\xac\x69", "\xac\x6a", "\xac\x6b", + "\xac\x6c", "\xac\x6d", "\xac\x6e", "\xac\x6f", "\xac\x70", "\xac\x71", + "\xac\x73", "\xac\x74", "\xac\x75", "\xac\x76", "\xac\x77", "\xac\x78", + "\xac\x79", "\xac\x7a", "\xac\x7b", "\xac\x7c", "\xac\x7d", "\xac\x81", + "\xac\x82", "\xac\x83", "\xac\x84", "\xac\x85", "\xac\x86", "\xac\x87", + "\xac\x88", "\xac\x89", "\xac\x8a", "\xac\x8b", "\xac\x8c", "\xac\x8d", + "\xac\x8e", "\xac\x8f", "\xac\x90", "\xac\x91", "\xac\x93", "\xac\x94", + "\xac\x95", "\xac\x96", "\xac\x97", "\xac\x98", "\xac\x99", "\xac\x9a", + "\xac\x9b", "\xac\x9c", "\xac\x9d", "\xac\xa1", "\xac\xa2", "\xac\xa3", + "\xac\xa4", "\xac\xa5", "\xac\xa6", "\xac\xa7", "\xac\xa8", "\xac\xa9", + "\xac\xaa", "\xac\xab", "\xac\xac", "\xac\xad", "\xac\xae", "\xac\xaf", + "\xac\xb0", "\xac\xb1", "\xac\xb3", "\xac\xb4", "\xac\xb5", "\xac\xb6", + "\xac\xb7", "\xac\xb8", "\xac\xb9", "\xac\xba", "\xac\xbb", "\xac\xbc", + "\xac\xbd", "\xac\xc1", "\xac\xc2", "\xac\xc3", "\xac\xc4", "\xac\xc5", + "\xac\xc6", "\xac\xc7", "\xac\xc8", "\xac\xc9", "\xac\xca", "\xac\xcb", + "\xac\xcc", "\xac\xcd", "\xac\xce", "\xac\xcf", "\xac\xd0", "\xac\xd1", + "\xac\xd3", "\xac\xd4", "\xac\xd5", "\xac\xd6", "\xac\xd7", "\xac\xd8", + "\xac\xd9", "\xac\xda", "\xac\xdb", "\xac\xdc", "\xac\xdd", "\xac\xe1", + "\xac\xe2", "\xac\xe3", "\xac\xe4", "\xac\xe5", "\xac\xe6", "\xac\xe7", + "\xac\xe8", "\xac\xe9", "\xac\xea", "\xac\xeb", "\xac\xec", "\xac\xed", + "\xac\xee", "\xac\xef", "\xac\xf0", "\xac\xf1", "\xac\xf3", "\xac\xf4", + "\xac\xf5", "\xac\xf6", "\xac\xf7", "\xac\xf8", "\xac\xf9", "\xac\xfa", + "\xac\xfb", "\xac\xfc", "\xac\xfd", "\xad\x41", "\xad\x42", "\xad\x43", + "\xad\x44", "\xad\x45", "\xad\x46", "\xad\x47", "\xad\x48", "\xad\x49", + "\xad\x4a", "\xad\x4b", "\xad\x4c", "\xad\x4d", "\xad\x4e", "\xad\x4f", + "\xad\x50", "\xad\x51", "\xad\x53", "\xad\x54", "\xad\x55", "\xad\x56", + "\xad\x57", "\xad\x58", "\xad\x59", "\xad\x5a", "\xad\x5b", "\xad\x5c", + "\xad\x5d", "\xad\x61", "\xad\x62", "\xad\x63", "\xad\x64", "\xad\x65", + "\xad\x66", "\xad\x67", "\xad\x68", "\xad\x69", "\xad\x6a", "\xad\x6b", + "\xad\x6c", "\xad\x6d", "\xad\x6e", "\xad\x6f", "\xad\x70", "\xad\x71", + "\xad\x73", "\xad\x74", "\xad\x75", "\xad\x76", "\xad\x77", "\xad\x78", + "\xad\x79", "\xad\x7a", "\xad\x7b", "\xad\x7c", "\xad\x7d", "\xad\x81", + "\xad\x82", "\xad\x83", "\xad\x84", "\xad\x85", "\xad\x86", "\xad\x87", + "\xad\x88", "\xad\x89", "\xad\x8a", "\xad\x8b", "\xad\x8c", "\xad\x8d", + "\xad\x8e", "\xad\x8f", "\xad\x90", "\xad\x91", "\xad\x93", "\xad\x94", + "\xad\x95", "\xad\x96", "\xad\x97", "\xad\x98", "\xad\x99", "\xad\x9a", + "\xad\x9b", "\xad\x9c", "\xad\x9d", "\xad\xa1", "\xad\xa2", "\xad\xa3", + "\xad\xa4", "\xad\xa5", "\xad\xa6", "\xad\xa7", "\xad\xa8", "\xad\xa9", + "\xad\xaa", "\xad\xab", "\xad\xac", "\xad\xad", "\xad\xae", "\xad\xaf", + "\xad\xb0", "\xad\xb1", "\xad\xb3", "\xad\xb4", "\xad\xb5", "\xad\xb6", + "\xad\xb7", "\xad\xb8", "\xad\xb9", "\xad\xba", "\xad\xbb", "\xad\xbc", + "\xad\xbd", "\xad\xc1", "\xad\xc2", "\xad\xc3", "\xad\xc4", "\xad\xc5", + "\xad\xc6", "\xad\xc7", "\xad\xc8", "\xad\xc9", "\xad\xca", "\xad\xcb", + "\xad\xcc", "\xad\xcd", "\xad\xce", "\xad\xcf", "\xad\xd0", "\xad\xd1", + "\xad\xd3", "\xad\xd4", "\xad\xd5", "\xad\xd6", "\xad\xd7", "\xad\xd8", + "\xad\xd9", "\xad\xda", "\xad\xdb", "\xad\xdc", "\xad\xdd", "\xad\xe1", + "\xad\xe2", "\xad\xe3", "\xad\xe4", "\xad\xe5", "\xad\xe6", "\xad\xe7", + "\xad\xe8", "\xad\xe9", "\xad\xea", "\xad\xeb", "\xad\xec", "\xad\xed", + "\xad\xee", "\xad\xef", "\xad\xf0", "\xad\xf1", "\xad\xf3", "\xad\xf4", + "\xad\xf5", "\xad\xf6", "\xad\xf7", "\xad\xf8", "\xad\xf9", "\xad\xfa", + "\xad\xfb", "\xad\xfc", "\xad\xfd", "\xae\x41", "\xae\x42", "\xae\x43", + "\xae\x44", "\xae\x45", "\xae\x46", "\xae\x47", "\xae\x48", "\xae\x49", + "\xae\x4a", "\xae\x4b", "\xae\x4c", "\xae\x4d", "\xae\x4e", "\xae\x4f", + "\xae\x50", "\xae\x51", "\xae\x53", "\xae\x54", "\xae\x55", "\xae\x56", + "\xae\x57", "\xae\x58", "\xae\x59", "\xae\x5a", "\xae\x5b", "\xae\x5c", + "\xae\x5d", "\xae\x61", "\xae\x62", "\xae\x63", "\xae\x64", "\xae\x65", + "\xae\x66", "\xae\x67", "\xae\x68", "\xae\x69", "\xae\x6a", "\xae\x6b", + "\xae\x6c", "\xae\x6d", "\xae\x6e", "\xae\x6f", "\xae\x70", "\xae\x71", + "\xae\x73", "\xae\x74", "\xae\x75", "\xae\x76", "\xae\x77", "\xae\x78", + "\xae\x79", "\xae\x7a", "\xae\x7b", "\xae\x7c", "\xae\x7d", "\xae\x81", + "\xae\x82", "\xae\x83", "\xae\x84", "\xae\x85", "\xae\x86", "\xae\x87", + "\xae\x88", "\xae\x89", "\xae\x8a", "\xae\x8b", "\xae\x8c", "\xae\x8d", + "\xae\x8e", "\xae\x8f", "\xae\x90", "\xae\x91", "\xae\x93", "\xae\x94", + "\xae\x95", "\xae\x96", "\xae\x97", "\xae\x98", "\xae\x99", "\xae\x9a", + "\xae\x9b", "\xae\x9c", "\xae\x9d", "\xae\xa1", "\xae\xa2", "\xae\xa3", + "\xae\xa4", "\xae\xa5", "\xae\xa6", "\xae\xa7", "\xae\xa8", "\xae\xa9", + "\xae\xaa", "\xae\xab", "\xae\xac", "\xae\xad", "\xae\xae", "\xae\xaf", + "\xae\xb0", "\xae\xb1", "\xae\xb3", "\xae\xb4", "\xae\xb5", "\xae\xb6", + "\xae\xb7", "\xae\xb8", "\xae\xb9", "\xae\xba", "\xae\xbb", "\xae\xbc", + "\xae\xbd", "\xae\xc1", "\xae\xc2", "\xae\xc3", "\xae\xc4", "\xae\xc5", + "\xae\xc6", "\xae\xc7", "\xae\xc8", "\xae\xc9", "\xae\xca", "\xae\xcb", + "\xae\xcc", "\xae\xcd", "\xae\xce", "\xae\xcf", "\xae\xd0", "\xae\xd1", + "\xae\xd3", "\xae\xd4", "\xae\xd5", "\xae\xd6", "\xae\xd7", "\xae\xd8", + "\xae\xd9", "\xae\xda", "\xae\xdb", "\xae\xdc", "\xae\xdd", "\xae\xe1", + "\xae\xe2", "\xae\xe3", "\xae\xe4", "\xae\xe5", "\xae\xe6", "\xae\xe7", + "\xae\xe8", "\xae\xe9", "\xae\xea", "\xae\xeb", "\xae\xec", "\xae\xed", + "\xae\xee", "\xae\xef", "\xae\xf0", "\xae\xf1", "\xae\xf3", "\xae\xf4", + "\xae\xf5", "\xae\xf6", "\xae\xf7", "\xae\xf8", "\xae\xf9", "\xae\xfa", + "\xae\xfb", "\xae\xfc", "\xae\xfd", "\xaf\x41", "\xaf\x42", "\xaf\x43", + "\xaf\x44", "\xaf\x45", "\xaf\x46", "\xaf\x47", "\xaf\x48", "\xaf\x49", + "\xaf\x4a", "\xaf\x4b", "\xaf\x4c", "\xaf\x4d", "\xaf\x4e", "\xaf\x4f", + "\xaf\x50", "\xaf\x51", "\xaf\x53", "\xaf\x54", "\xaf\x55", "\xaf\x56", + "\xaf\x57", "\xaf\x58", "\xaf\x59", "\xaf\x5a", "\xaf\x5b", "\xaf\x5c", + "\xaf\x5d", "\xaf\x61", "\xaf\x62", "\xaf\x63", "\xaf\x64", "\xaf\x65", + "\xaf\x66", "\xaf\x67", "\xaf\x68", "\xaf\x69", "\xaf\x6a", "\xaf\x6b", + "\xaf\x6c", "\xaf\x6d", "\xaf\x6e", "\xaf\x6f", "\xaf\x70", "\xaf\x71", + "\xaf\x73", "\xaf\x74", "\xaf\x75", "\xaf\x76", "\xaf\x77", "\xaf\x78", + "\xaf\x79", "\xaf\x7a", "\xaf\x7b", "\xaf\x7c", "\xaf\x7d", "\xaf\x81", + "\xaf\x82", "\xaf\x83", "\xaf\x84", "\xaf\x85", "\xaf\x86", "\xaf\x87", + "\xaf\x88", "\xaf\x89", "\xaf\x8a", "\xaf\x8b", "\xaf\x8c", "\xaf\x8d", + "\xaf\x8e", "\xaf\x8f", "\xaf\x90", "\xaf\x91", "\xaf\x93", "\xaf\x94", + "\xaf\x95", "\xaf\x96", "\xaf\x97", "\xaf\x98", "\xaf\x99", "\xaf\x9a", + "\xaf\x9b", "\xaf\x9c", "\xaf\x9d", "\xaf\xa1", "\xaf\xa2", "\xaf\xa3", + "\xaf\xa4", "\xaf\xa5", "\xaf\xa6", "\xaf\xa7", "\xaf\xa8", "\xaf\xa9", + "\xaf\xaa", "\xaf\xab", "\xaf\xac", "\xaf\xad", "\xaf\xae", "\xaf\xaf", + "\xaf\xb0", "\xaf\xb1", "\xaf\xb3", "\xaf\xb4", "\xaf\xb5", "\xaf\xb6", + "\xaf\xb7", "\xaf\xb8", "\xaf\xb9", "\xaf\xba", "\xaf\xbb", "\xaf\xbc", + "\xaf\xbd", "\xb0\x61", "\xb0\x62", "\xb0\x63", "\xb0\x64", "\xb0\x65", + "\xb0\x66", "\xb0\x67", "\xb0\x68", "\xb0\x69", "\xb0\x6a", "\xb0\x6b", + "\xb0\x6c", "\xb0\x6d", "\xb0\x6e", "\xb0\x6f", "\xb0\x70", "\xb0\x71", + "\xb0\x73", "\xb0\x74", "\xb0\x75", "\xb0\x76", "\xb0\x77", "\xb0\x78", + "\xb0\x79", "\xb0\x7a", "\xb0\x7b", "\xb0\x7c", "\xb0\x7d", "\xb0\x81", + "\xb0\x82", "\xb0\x83", "\xb0\x84", "\xb0\x85", "\xb0\x86", "\xb0\x87", + "\xb0\x88", "\xb0\x89", "\xb0\x8a", "\xb0\x8b", "\xb0\x8c", "\xb0\x8d", + "\xb0\x8e", "\xb0\x8f", "\xb0\x90", "\xb0\x91", "\xb0\x93", "\xb0\x94", + "\xb0\x95", "\xb0\x96", "\xb0\x97", "\xb0\x98", "\xb0\x99", "\xb0\x9a", + "\xb0\x9b", "\xb0\x9c", "\xb0\x9d", "\xb0\xa1", "\xb0\xa2", "\xb0\xa3", + "\xb0\xa4", "\xb0\xa5", "\xb0\xa6", "\xb0\xa7", "\xb0\xa8", "\xb0\xa9", + "\xb0\xaa", "\xb0\xab", "\xb0\xac", "\xb0\xad", "\xb0\xae", "\xb0\xaf", + "\xb0\xb0", "\xb0\xb1", "\xb0\xb3", "\xb0\xb4", "\xb0\xb5", "\xb0\xb6", + "\xb0\xb7", "\xb0\xb8", "\xb0\xb9", "\xb0\xba", "\xb0\xbb", "\xb0\xbc", + "\xb0\xbd", "\xb0\xc1", "\xb0\xc2", "\xb0\xc3", "\xb0\xc4", "\xb0\xc5", + "\xb0\xc6", "\xb0\xc7", "\xb0\xc8", "\xb0\xc9", "\xb0\xca", "\xb0\xcb", + "\xb0\xcc", "\xb0\xcd", "\xb0\xce", "\xb0\xcf", "\xb0\xd0", "\xb0\xd1", + "\xb0\xd3", "\xb0\xd4", "\xb0\xd5", "\xb0\xd6", "\xb0\xd7", "\xb0\xd8", + "\xb0\xd9", "\xb0\xda", "\xb0\xdb", "\xb0\xdc", "\xb0\xdd", "\xb0\xe1", + "\xb0\xe2", "\xb0\xe3", "\xb0\xe4", "\xb0\xe5", "\xb0\xe6", "\xb0\xe7", + "\xb0\xe8", "\xb0\xe9", "\xb0\xea", "\xb0\xeb", "\xb0\xec", "\xb0\xed", + "\xb0\xee", "\xb0\xef", "\xb0\xf0", "\xb0\xf1", "\xb0\xf3", "\xb0\xf4", + "\xb0\xf5", "\xb0\xf6", "\xb0\xf7", "\xb0\xf8", "\xb0\xf9", "\xb0\xfa", + "\xb0\xfb", "\xb0\xfc", "\xb0\xfd", "\xb1\x41", "\xb1\x42", "\xb1\x43", + "\xb1\x44", "\xb1\x45", "\xb1\x46", "\xb1\x47", "\xb1\x48", "\xb1\x49", + "\xb1\x4a", "\xb1\x4b", "\xb1\x4c", "\xb1\x4d", "\xb1\x4e", "\xb1\x4f", + "\xb1\x50", "\xb1\x51", "\xb1\x53", "\xb1\x54", "\xb1\x55", "\xb1\x56", + "\xb1\x57", "\xb1\x58", "\xb1\x59", "\xb1\x5a", "\xb1\x5b", "\xb1\x5c", + "\xb1\x5d", "\xb1\x61", "\xb1\x62", "\xb1\x63", "\xb1\x64", "\xb1\x65", + "\xb1\x66", "\xb1\x67", "\xb1\x68", "\xb1\x69", "\xb1\x6a", "\xb1\x6b", + "\xb1\x6c", "\xb1\x6d", "\xb1\x6e", "\xb1\x6f", "\xb1\x70", "\xb1\x71", + "\xb1\x73", "\xb1\x74", "\xb1\x75", "\xb1\x76", "\xb1\x77", "\xb1\x78", + "\xb1\x79", "\xb1\x7a", "\xb1\x7b", "\xb1\x7c", "\xb1\x7d", "\xb1\x81", + "\xb1\x82", "\xb1\x83", "\xb1\x84", "\xb1\x85", "\xb1\x86", "\xb1\x87", + "\xb1\x88", "\xb1\x89", "\xb1\x8a", "\xb1\x8b", "\xb1\x8c", "\xb1\x8d", + "\xb1\x8e", "\xb1\x8f", "\xb1\x90", "\xb1\x91", "\xb1\x93", "\xb1\x94", + "\xb1\x95", "\xb1\x96", "\xb1\x97", "\xb1\x98", "\xb1\x99", "\xb1\x9a", + "\xb1\x9b", "\xb1\x9c", "\xb1\x9d", "\xb1\xa1", "\xb1\xa2", "\xb1\xa3", + "\xb1\xa4", "\xb1\xa5", "\xb1\xa6", "\xb1\xa7", "\xb1\xa8", "\xb1\xa9", + "\xb1\xaa", "\xb1\xab", "\xb1\xac", "\xb1\xad", "\xb1\xae", "\xb1\xaf", + "\xb1\xb0", "\xb1\xb1", "\xb1\xb3", "\xb1\xb4", "\xb1\xb5", "\xb1\xb6", + "\xb1\xb7", "\xb1\xb8", "\xb1\xb9", "\xb1\xba", "\xb1\xbb", "\xb1\xbc", + "\xb1\xbd", "\xb1\xc1", "\xb1\xc2", "\xb1\xc3", "\xb1\xc4", "\xb1\xc5", + "\xb1\xc6", "\xb1\xc7", "\xb1\xc8", "\xb1\xc9", "\xb1\xca", "\xb1\xcb", + "\xb1\xcc", "\xb1\xcd", "\xb1\xce", "\xb1\xcf", "\xb1\xd0", "\xb1\xd1", + "\xb1\xd3", "\xb1\xd4", "\xb1\xd5", "\xb1\xd6", "\xb1\xd7", "\xb1\xd8", + "\xb1\xd9", "\xb1\xda", "\xb1\xdb", "\xb1\xdc", "\xb1\xdd", "\xb1\xe1", + "\xb1\xe2", "\xb1\xe3", "\xb1\xe4", "\xb1\xe5", "\xb1\xe6", "\xb1\xe7", + "\xb1\xe8", "\xb1\xe9", "\xb1\xea", "\xb1\xeb", "\xb1\xec", "\xb1\xed", + "\xb1\xee", "\xb1\xef", "\xb1\xf0", "\xb1\xf1", "\xb1\xf3", "\xb1\xf4", + "\xb1\xf5", "\xb1\xf6", "\xb1\xf7", "\xb1\xf8", "\xb1\xf9", "\xb1\xfa", + "\xb1\xfb", "\xb1\xfc", "\xb1\xfd", "\xb2\x41", "\xb2\x42", "\xb2\x43", + "\xb2\x44", "\xb2\x45", "\xb2\x46", "\xb2\x47", "\xb2\x48", "\xb2\x49", + "\xb2\x4a", "\xb2\x4b", "\xb2\x4c", "\xb2\x4d", "\xb2\x4e", "\xb2\x4f", + "\xb2\x50", "\xb2\x51", "\xb2\x53", "\xb2\x54", "\xb2\x55", "\xb2\x56", + "\xb2\x57", "\xb2\x58", "\xb2\x59", "\xb2\x5a", "\xb2\x5b", "\xb2\x5c", + "\xb2\x5d", "\xb2\x61", "\xb2\x62", "\xb2\x63", "\xb2\x64", "\xb2\x65", + "\xb2\x66", "\xb2\x67", "\xb2\x68", "\xb2\x69", "\xb2\x6a", "\xb2\x6b", + "\xb2\x6c", "\xb2\x6d", "\xb2\x6e", "\xb2\x6f", "\xb2\x70", "\xb2\x71", + "\xb2\x73", "\xb2\x74", "\xb2\x75", "\xb2\x76", "\xb2\x77", "\xb2\x78", + "\xb2\x79", "\xb2\x7a", "\xb2\x7b", "\xb2\x7c", "\xb2\x7d", "\xb2\x81", + "\xb2\x82", "\xb2\x83", "\xb2\x84", "\xb2\x85", "\xb2\x86", "\xb2\x87", + "\xb2\x88", "\xb2\x89", "\xb2\x8a", "\xb2\x8b", "\xb2\x8c", "\xb2\x8d", + "\xb2\x8e", "\xb2\x8f", "\xb2\x90", "\xb2\x91", "\xb2\x93", "\xb2\x94", + "\xb2\x95", "\xb2\x96", "\xb2\x97", "\xb2\x98", "\xb2\x99", "\xb2\x9a", + "\xb2\x9b", "\xb2\x9c", "\xb2\x9d", "\xb2\xa1", "\xb2\xa2", "\xb2\xa3", + "\xb2\xa4", "\xb2\xa5", "\xb2\xa6", "\xb2\xa7", "\xb2\xa8", "\xb2\xa9", + "\xb2\xaa", "\xb2\xab", "\xb2\xac", "\xb2\xad", "\xb2\xae", "\xb2\xaf", + "\xb2\xb0", "\xb2\xb1", "\xb2\xb3", "\xb2\xb4", "\xb2\xb5", "\xb2\xb6", + "\xb2\xb7", "\xb2\xb8", "\xb2\xb9", "\xb2\xba", "\xb2\xbb", "\xb2\xbc", + "\xb2\xbd", "\xb2\xc1", "\xb2\xc2", "\xb2\xc3", "\xb2\xc4", "\xb2\xc5", + "\xb2\xc6", "\xb2\xc7", "\xb2\xc8", "\xb2\xc9", "\xb2\xca", "\xb2\xcb", + "\xb2\xcc", "\xb2\xcd", "\xb2\xce", "\xb2\xcf", "\xb2\xd0", "\xb2\xd1", + "\xb2\xd3", "\xb2\xd4", "\xb2\xd5", "\xb2\xd6", "\xb2\xd7", "\xb2\xd8", + "\xb2\xd9", "\xb2\xda", "\xb2\xdb", "\xb2\xdc", "\xb2\xdd", "\xb2\xe1", + "\xb2\xe2", "\xb2\xe3", "\xb2\xe4", "\xb2\xe5", "\xb2\xe6", "\xb2\xe7", + "\xb2\xe8", "\xb2\xe9", "\xb2\xea", "\xb2\xeb", "\xb2\xec", "\xb2\xed", + "\xb2\xee", "\xb2\xef", "\xb2\xf0", "\xb2\xf1", "\xb2\xf3", "\xb2\xf4", + "\xb2\xf5", "\xb2\xf6", "\xb2\xf7", "\xb2\xf8", "\xb2\xf9", "\xb2\xfa", + "\xb2\xfb", "\xb2\xfc", "\xb2\xfd", "\xb3\x41", "\xb3\x42", "\xb3\x43", + "\xb3\x44", "\xb3\x45", "\xb3\x46", "\xb3\x47", "\xb3\x48", "\xb3\x49", + "\xb3\x4a", "\xb3\x4b", "\xb3\x4c", "\xb3\x4d", "\xb3\x4e", "\xb3\x4f", + "\xb3\x50", "\xb3\x51", "\xb3\x53", "\xb3\x54", "\xb3\x55", "\xb3\x56", + "\xb3\x57", "\xb3\x58", "\xb3\x59", "\xb3\x5a", "\xb3\x5b", "\xb3\x5c", + "\xb3\x5d", "\xb3\x61", "\xb3\x62", "\xb3\x63", "\xb3\x64", "\xb3\x65", + "\xb3\x66", "\xb3\x67", "\xb3\x68", "\xb3\x69", "\xb3\x6a", "\xb3\x6b", + "\xb3\x6c", "\xb3\x6d", "\xb3\x6e", "\xb3\x6f", "\xb3\x70", "\xb3\x71", + "\xb3\x73", "\xb3\x74", "\xb3\x75", "\xb3\x76", "\xb3\x77", "\xb3\x78", + "\xb3\x79", "\xb3\x7a", "\xb3\x7b", "\xb3\x7c", "\xb3\x7d", "\xb3\x81", + "\xb3\x82", "\xb3\x83", "\xb3\x84", "\xb3\x85", "\xb3\x86", "\xb3\x87", + "\xb3\x88", "\xb3\x89", "\xb3\x8a", "\xb3\x8b", "\xb3\x8c", "\xb3\x8d", + "\xb3\x8e", "\xb3\x8f", "\xb3\x90", "\xb3\x91", "\xb3\x93", "\xb3\x94", + "\xb3\x95", "\xb3\x96", "\xb3\x97", "\xb3\x98", "\xb3\x99", "\xb3\x9a", + "\xb3\x9b", "\xb3\x9c", "\xb3\x9d", "\xb3\xa1", "\xb3\xa2", "\xb3\xa3", + "\xb3\xa4", "\xb3\xa5", "\xb3\xa6", "\xb3\xa7", "\xb3\xa8", "\xb3\xa9", + "\xb3\xaa", "\xb3\xab", "\xb3\xac", "\xb3\xad", "\xb3\xae", "\xb3\xaf", + "\xb3\xb0", "\xb3\xb1", "\xb3\xb3", "\xb3\xb4", "\xb3\xb5", "\xb3\xb6", + "\xb3\xb7", "\xb3\xb8", "\xb3\xb9", "\xb3\xba", "\xb3\xbb", "\xb3\xbc", + "\xb3\xbd", "\xb4\x61", "\xb4\x62", "\xb4\x63", "\xb4\x64", "\xb4\x65", + "\xb4\x66", "\xb4\x67", "\xb4\x68", "\xb4\x69", "\xb4\x6a", "\xb4\x6b", + "\xb4\x6c", "\xb4\x6d", "\xb4\x6e", "\xb4\x6f", "\xb4\x70", "\xb4\x71", + "\xb4\x73", "\xb4\x74", "\xb4\x75", "\xb4\x76", "\xb4\x77", "\xb4\x78", + "\xb4\x79", "\xb4\x7a", "\xb4\x7b", "\xb4\x7c", "\xb4\x7d", "\xb4\x81", + "\xb4\x82", "\xb4\x83", "\xb4\x84", "\xb4\x85", "\xb4\x86", "\xb4\x87", + "\xb4\x88", "\xb4\x89", "\xb4\x8a", "\xb4\x8b", "\xb4\x8c", "\xb4\x8d", + "\xb4\x8e", "\xb4\x8f", "\xb4\x90", "\xb4\x91", "\xb4\x93", "\xb4\x94", + "\xb4\x95", "\xb4\x96", "\xb4\x97", "\xb4\x98", "\xb4\x99", "\xb4\x9a", + "\xb4\x9b", "\xb4\x9c", "\xb4\x9d", "\xb4\xa1", "\xb4\xa2", "\xb4\xa3", + "\xb4\xa4", "\xb4\xa5", "\xb4\xa6", "\xb4\xa7", "\xb4\xa8", "\xb4\xa9", + "\xb4\xaa", "\xb4\xab", "\xb4\xac", "\xb4\xad", "\xb4\xae", "\xb4\xaf", + "\xb4\xb0", "\xb4\xb1", "\xb4\xb3", "\xb4\xb4", "\xb4\xb5", "\xb4\xb6", + "\xb4\xb7", "\xb4\xb8", "\xb4\xb9", "\xb4\xba", "\xb4\xbb", "\xb4\xbc", + "\xb4\xbd", "\xb4\xc1", "\xb4\xc2", "\xb4\xc3", "\xb4\xc4", "\xb4\xc5", + "\xb4\xc6", "\xb4\xc7", "\xb4\xc8", "\xb4\xc9", "\xb4\xca", "\xb4\xcb", + "\xb4\xcc", "\xb4\xcd", "\xb4\xce", "\xb4\xcf", "\xb4\xd0", "\xb4\xd1", + "\xb4\xd3", "\xb4\xd4", "\xb4\xd5", "\xb4\xd6", "\xb4\xd7", "\xb4\xd8", + "\xb4\xd9", "\xb4\xda", "\xb4\xdb", "\xb4\xdc", "\xb4\xdd", "\xb4\xe1", + "\xb4\xe2", "\xb4\xe3", "\xb4\xe4", "\xb4\xe5", "\xb4\xe6", "\xb4\xe7", + "\xb4\xe8", "\xb4\xe9", "\xb4\xea", "\xb4\xeb", "\xb4\xec", "\xb4\xed", + "\xb4\xee", "\xb4\xef", "\xb4\xf0", "\xb4\xf1", "\xb4\xf3", "\xb4\xf4", + "\xb4\xf5", "\xb4\xf6", "\xb4\xf7", "\xb4\xf8", "\xb4\xf9", "\xb4\xfa", + "\xb4\xfb", "\xb4\xfc", "\xb4\xfd", "\xb5\x41", "\xb5\x42", "\xb5\x43", + "\xb5\x44", "\xb5\x45", "\xb5\x46", "\xb5\x47", "\xb5\x48", "\xb5\x49", + "\xb5\x4a", "\xb5\x4b", "\xb5\x4c", "\xb5\x4d", "\xb5\x4e", "\xb5\x4f", + "\xb5\x50", "\xb5\x51", "\xb5\x53", "\xb5\x54", "\xb5\x55", "\xb5\x56", + "\xb5\x57", "\xb5\x58", "\xb5\x59", "\xb5\x5a", "\xb5\x5b", "\xb5\x5c", + "\xb5\x5d", "\xb5\x61", "\xb5\x62", "\xb5\x63", "\xb5\x64", "\xb5\x65", + "\xb5\x66", "\xb5\x67", "\xb5\x68", "\xb5\x69", "\xb5\x6a", "\xb5\x6b", + "\xb5\x6c", "\xb5\x6d", "\xb5\x6e", "\xb5\x6f", "\xb5\x70", "\xb5\x71", + "\xb5\x73", "\xb5\x74", "\xb5\x75", "\xb5\x76", "\xb5\x77", "\xb5\x78", + "\xb5\x79", "\xb5\x7a", "\xb5\x7b", "\xb5\x7c", "\xb5\x7d", "\xb5\x81", + "\xb5\x82", "\xb5\x83", "\xb5\x84", "\xb5\x85", "\xb5\x86", "\xb5\x87", + "\xb5\x88", "\xb5\x89", "\xb5\x8a", "\xb5\x8b", "\xb5\x8c", "\xb5\x8d", + "\xb5\x8e", "\xb5\x8f", "\xb5\x90", "\xb5\x91", "\xb5\x93", "\xb5\x94", + "\xb5\x95", "\xb5\x96", "\xb5\x97", "\xb5\x98", "\xb5\x99", "\xb5\x9a", + "\xb5\x9b", "\xb5\x9c", "\xb5\x9d", "\xb5\xa1", "\xb5\xa2", "\xb5\xa3", + "\xb5\xa4", "\xb5\xa5", "\xb5\xa6", "\xb5\xa7", "\xb5\xa8", "\xb5\xa9", + "\xb5\xaa", "\xb5\xab", "\xb5\xac", "\xb5\xad", "\xb5\xae", "\xb5\xaf", + "\xb5\xb0", "\xb5\xb1", "\xb5\xb3", "\xb5\xb4", "\xb5\xb5", "\xb5\xb6", + "\xb5\xb7", "\xb5\xb8", "\xb5\xb9", "\xb5\xba", "\xb5\xbb", "\xb5\xbc", + "\xb5\xbd", "\xb5\xc1", "\xb5\xc2", "\xb5\xc3", "\xb5\xc4", "\xb5\xc5", + "\xb5\xc6", "\xb5\xc7", "\xb5\xc8", "\xb5\xc9", "\xb5\xca", "\xb5\xcb", + "\xb5\xcc", "\xb5\xcd", "\xb5\xce", "\xb5\xcf", "\xb5\xd0", "\xb5\xd1", + "\xb5\xd3", "\xb5\xd4", "\xb5\xd5", "\xb5\xd6", "\xb5\xd7", "\xb5\xd8", + "\xb5\xd9", "\xb5\xda", "\xb5\xdb", "\xb5\xdc", "\xb5\xdd", "\xb5\xe1", + "\xb5\xe2", "\xb5\xe3", "\xb5\xe4", "\xb5\xe5", "\xb5\xe6", "\xb5\xe7", + "\xb5\xe8", "\xb5\xe9", "\xb5\xea", "\xb5\xeb", "\xb5\xec", "\xb5\xed", + "\xb5\xee", "\xb5\xef", "\xb5\xf0", "\xb5\xf1", "\xb5\xf3", "\xb5\xf4", + "\xb5\xf5", "\xb5\xf6", "\xb5\xf7", "\xb5\xf8", "\xb5\xf9", "\xb5\xfa", + "\xb5\xfb", "\xb5\xfc", "\xb5\xfd", "\xb6\x41", "\xb6\x42", "\xb6\x43", + "\xb6\x44", "\xb6\x45", "\xb6\x46", "\xb6\x47", "\xb6\x48", "\xb6\x49", + "\xb6\x4a", "\xb6\x4b", "\xb6\x4c", "\xb6\x4d", "\xb6\x4e", "\xb6\x4f", + "\xb6\x50", "\xb6\x51", "\xb6\x53", "\xb6\x54", "\xb6\x55", "\xb6\x56", + "\xb6\x57", "\xb6\x58", "\xb6\x59", "\xb6\x5a", "\xb6\x5b", "\xb6\x5c", + "\xb6\x5d", "\xb6\x61", "\xb6\x62", "\xb6\x63", "\xb6\x64", "\xb6\x65", + "\xb6\x66", "\xb6\x67", "\xb6\x68", "\xb6\x69", "\xb6\x6a", "\xb6\x6b", + "\xb6\x6c", "\xb6\x6d", "\xb6\x6e", "\xb6\x6f", "\xb6\x70", "\xb6\x71", + "\xb6\x73", "\xb6\x74", "\xb6\x75", "\xb6\x76", "\xb6\x77", "\xb6\x78", + "\xb6\x79", "\xb6\x7a", "\xb6\x7b", "\xb6\x7c", "\xb6\x7d", "\xb6\x81", + "\xb6\x82", "\xb6\x83", "\xb6\x84", "\xb6\x85", "\xb6\x86", "\xb6\x87", + "\xb6\x88", "\xb6\x89", "\xb6\x8a", "\xb6\x8b", "\xb6\x8c", "\xb6\x8d", + "\xb6\x8e", "\xb6\x8f", "\xb6\x90", "\xb6\x91", "\xb6\x93", "\xb6\x94", + "\xb6\x95", "\xb6\x96", "\xb6\x97", "\xb6\x98", "\xb6\x99", "\xb6\x9a", + "\xb6\x9b", "\xb6\x9c", "\xb6\x9d", "\xb6\xa1", "\xb6\xa2", "\xb6\xa3", + "\xb6\xa4", "\xb6\xa5", "\xb6\xa6", "\xb6\xa7", "\xb6\xa8", "\xb6\xa9", + "\xb6\xaa", "\xb6\xab", "\xb6\xac", "\xb6\xad", "\xb6\xae", "\xb6\xaf", + "\xb6\xb0", "\xb6\xb1", "\xb6\xb3", "\xb6\xb4", "\xb6\xb5", "\xb6\xb6", + "\xb6\xb7", "\xb6\xb8", "\xb6\xb9", "\xb6\xba", "\xb6\xbb", "\xb6\xbc", + "\xb6\xbd", "\xb6\xc1", "\xb6\xc2", "\xb6\xc3", "\xb6\xc4", "\xb6\xc5", + "\xb6\xc6", "\xb6\xc7", "\xb6\xc8", "\xb6\xc9", "\xb6\xca", "\xb6\xcb", + "\xb6\xcc", "\xb6\xcd", "\xb6\xce", "\xb6\xcf", "\xb6\xd0", "\xb6\xd1", + "\xb6\xd3", "\xb6\xd4", "\xb6\xd5", "\xb6\xd6", "\xb6\xd7", "\xb6\xd8", + "\xb6\xd9", "\xb6\xda", "\xb6\xdb", "\xb6\xdc", "\xb6\xdd", "\xb6\xe1", + "\xb6\xe2", "\xb6\xe3", "\xb6\xe4", "\xb6\xe5", "\xb6\xe6", "\xb6\xe7", + "\xb6\xe8", "\xb6\xe9", "\xb6\xea", "\xb6\xeb", "\xb6\xec", "\xb6\xed", + "\xb6\xee", "\xb6\xef", "\xb6\xf0", "\xb6\xf1", "\xb6\xf3", "\xb6\xf4", + "\xb6\xf5", "\xb6\xf6", "\xb6\xf7", "\xb6\xf8", "\xb6\xf9", "\xb6\xfa", + "\xb6\xfb", "\xb6\xfc", "\xb6\xfd", "\xb7\x41", "\xb7\x42", "\xb7\x43", + "\xb7\x44", "\xb7\x45", "\xb7\x46", "\xb7\x47", "\xb7\x48", "\xb7\x49", + "\xb7\x4a", "\xb7\x4b", "\xb7\x4c", "\xb7\x4d", "\xb7\x4e", "\xb7\x4f", + "\xb7\x50", "\xb7\x51", "\xb7\x53", "\xb7\x54", "\xb7\x55", "\xb7\x56", + "\xb7\x57", "\xb7\x58", "\xb7\x59", "\xb7\x5a", "\xb7\x5b", "\xb7\x5c", + "\xb7\x5d", "\xb7\x61", "\xb7\x62", "\xb7\x63", "\xb7\x64", "\xb7\x65", + "\xb7\x66", "\xb7\x67", "\xb7\x68", "\xb7\x69", "\xb7\x6a", "\xb7\x6b", + "\xb7\x6c", "\xb7\x6d", "\xb7\x6e", "\xb7\x6f", "\xb7\x70", "\xb7\x71", + "\xb7\x73", "\xb7\x74", "\xb7\x75", "\xb7\x76", "\xb7\x77", "\xb7\x78", + "\xb7\x79", "\xb7\x7a", "\xb7\x7b", "\xb7\x7c", "\xb7\x7d", "\xb7\x81", + "\xb7\x82", "\xb7\x83", "\xb7\x84", "\xb7\x85", "\xb7\x86", "\xb7\x87", + "\xb7\x88", "\xb7\x89", "\xb7\x8a", "\xb7\x8b", "\xb7\x8c", "\xb7\x8d", + "\xb7\x8e", "\xb7\x8f", "\xb7\x90", "\xb7\x91", "\xb7\x93", "\xb7\x94", + "\xb7\x95", "\xb7\x96", "\xb7\x97", "\xb7\x98", "\xb7\x99", "\xb7\x9a", + "\xb7\x9b", "\xb7\x9c", "\xb7\x9d", "\xb7\xa1", "\xb7\xa2", "\xb7\xa3", + "\xb7\xa4", "\xb7\xa5", "\xb7\xa6", "\xb7\xa7", "\xb7\xa8", "\xb7\xa9", + "\xb7\xaa", "\xb7\xab", "\xb7\xac", "\xb7\xad", "\xb7\xae", "\xb7\xaf", + "\xb7\xb0", "\xb7\xb1", "\xb7\xb3", "\xb7\xb4", "\xb7\xb5", "\xb7\xb6", + "\xb7\xb7", "\xb7\xb8", "\xb7\xb9", "\xb7\xba", "\xb7\xbb", "\xb7\xbc", + "\xb7\xbd", "\xb8\x61", "\xb8\x62", "\xb8\x63", "\xb8\x64", "\xb8\x65", + "\xb8\x66", "\xb8\x67", "\xb8\x68", "\xb8\x69", "\xb8\x6a", "\xb8\x6b", + "\xb8\x6c", "\xb8\x6d", "\xb8\x6e", "\xb8\x6f", "\xb8\x70", "\xb8\x71", + "\xb8\x73", "\xb8\x74", "\xb8\x75", "\xb8\x76", "\xb8\x77", "\xb8\x78", + "\xb8\x79", "\xb8\x7a", "\xb8\x7b", "\xb8\x7c", "\xb8\x7d", "\xb8\x81", + "\xb8\x82", "\xb8\x83", "\xb8\x84", "\xb8\x85", "\xb8\x86", "\xb8\x87", + "\xb8\x88", "\xb8\x89", "\xb8\x8a", "\xb8\x8b", "\xb8\x8c", "\xb8\x8d", + "\xb8\x8e", "\xb8\x8f", "\xb8\x90", "\xb8\x91", "\xb8\x93", "\xb8\x94", + "\xb8\x95", "\xb8\x96", "\xb8\x97", "\xb8\x98", "\xb8\x99", "\xb8\x9a", + "\xb8\x9b", "\xb8\x9c", "\xb8\x9d", "\xb8\xa1", "\xb8\xa2", "\xb8\xa3", + "\xb8\xa4", "\xb8\xa5", "\xb8\xa6", "\xb8\xa7", "\xb8\xa8", "\xb8\xa9", + "\xb8\xaa", "\xb8\xab", "\xb8\xac", "\xb8\xad", "\xb8\xae", "\xb8\xaf", + "\xb8\xb0", "\xb8\xb1", "\xb8\xb3", "\xb8\xb4", "\xb8\xb5", "\xb8\xb6", + "\xb8\xb7", "\xb8\xb8", "\xb8\xb9", "\xb8\xba", "\xb8\xbb", "\xb8\xbc", + "\xb8\xbd", "\xb8\xc1", "\xb8\xc2", "\xb8\xc3", "\xb8\xc4", "\xb8\xc5", + "\xb8\xc6", "\xb8\xc7", "\xb8\xc8", "\xb8\xc9", "\xb8\xca", "\xb8\xcb", + "\xb8\xcc", "\xb8\xcd", "\xb8\xce", "\xb8\xcf", "\xb8\xd0", "\xb8\xd1", + "\xb8\xd3", "\xb8\xd4", "\xb8\xd5", "\xb8\xd6", "\xb8\xd7", "\xb8\xd8", + "\xb8\xd9", "\xb8\xda", "\xb8\xdb", "\xb8\xdc", "\xb8\xdd", "\xb8\xe1", + "\xb8\xe2", "\xb8\xe3", "\xb8\xe4", "\xb8\xe5", "\xb8\xe6", "\xb8\xe7", + "\xb8\xe8", "\xb8\xe9", "\xb8\xea", "\xb8\xeb", "\xb8\xec", "\xb8\xed", + "\xb8\xee", "\xb8\xef", "\xb8\xf0", "\xb8\xf1", "\xb8\xf3", "\xb8\xf4", + "\xb8\xf5", "\xb8\xf6", "\xb8\xf7", "\xb8\xf8", "\xb8\xf9", "\xb8\xfa", + "\xb8\xfb", "\xb8\xfc", "\xb8\xfd", "\xb9\x41", "\xb9\x42", "\xb9\x43", + "\xb9\x44", "\xb9\x45", "\xb9\x46", "\xb9\x47", "\xb9\x48", "\xb9\x49", + "\xb9\x4a", "\xb9\x4b", "\xb9\x4c", "\xb9\x4d", "\xb9\x4e", "\xb9\x4f", + "\xb9\x50", "\xb9\x51", "\xb9\x53", "\xb9\x54", "\xb9\x55", "\xb9\x56", + "\xb9\x57", "\xb9\x58", "\xb9\x59", "\xb9\x5a", "\xb9\x5b", "\xb9\x5c", + "\xb9\x5d", "\xb9\x61", "\xb9\x62", "\xb9\x63", "\xb9\x64", "\xb9\x65", + "\xb9\x66", "\xb9\x67", "\xb9\x68", "\xb9\x69", "\xb9\x6a", "\xb9\x6b", + "\xb9\x6c", "\xb9\x6d", "\xb9\x6e", "\xb9\x6f", "\xb9\x70", "\xb9\x71", + "\xb9\x73", "\xb9\x74", "\xb9\x75", "\xb9\x76", "\xb9\x77", "\xb9\x78", + "\xb9\x79", "\xb9\x7a", "\xb9\x7b", "\xb9\x7c", "\xb9\x7d", "\xb9\x81", + "\xb9\x82", "\xb9\x83", "\xb9\x84", "\xb9\x85", "\xb9\x86", "\xb9\x87", + "\xb9\x88", "\xb9\x89", "\xb9\x8a", "\xb9\x8b", "\xb9\x8c", "\xb9\x8d", + "\xb9\x8e", "\xb9\x8f", "\xb9\x90", "\xb9\x91", "\xb9\x93", "\xb9\x94", + "\xb9\x95", "\xb9\x96", "\xb9\x97", "\xb9\x98", "\xb9\x99", "\xb9\x9a", + "\xb9\x9b", "\xb9\x9c", "\xb9\x9d", "\xb9\xa1", "\xb9\xa2", "\xb9\xa3", + "\xb9\xa4", "\xb9\xa5", "\xb9\xa6", "\xb9\xa7", "\xb9\xa8", "\xb9\xa9", + "\xb9\xaa", "\xb9\xab", "\xb9\xac", "\xb9\xad", "\xb9\xae", "\xb9\xaf", + "\xb9\xb0", "\xb9\xb1", "\xb9\xb3", "\xb9\xb4", "\xb9\xb5", "\xb9\xb6", + "\xb9\xb7", "\xb9\xb8", "\xb9\xb9", "\xb9\xba", "\xb9\xbb", "\xb9\xbc", + "\xb9\xbd", "\xb9\xc1", "\xb9\xc2", "\xb9\xc3", "\xb9\xc4", "\xb9\xc5", + "\xb9\xc6", "\xb9\xc7", "\xb9\xc8", "\xb9\xc9", "\xb9\xca", "\xb9\xcb", + "\xb9\xcc", "\xb9\xcd", "\xb9\xce", "\xb9\xcf", "\xb9\xd0", "\xb9\xd1", + "\xb9\xd3", "\xb9\xd4", "\xb9\xd5", "\xb9\xd6", "\xb9\xd7", "\xb9\xd8", + "\xb9\xd9", "\xb9\xda", "\xb9\xdb", "\xb9\xdc", "\xb9\xdd", "\xb9\xe1", + "\xb9\xe2", "\xb9\xe3", "\xb9\xe4", "\xb9\xe5", "\xb9\xe6", "\xb9\xe7", + "\xb9\xe8", "\xb9\xe9", "\xb9\xea", "\xb9\xeb", "\xb9\xec", "\xb9\xed", + "\xb9\xee", "\xb9\xef", "\xb9\xf0", "\xb9\xf1", "\xb9\xf3", "\xb9\xf4", + "\xb9\xf5", "\xb9\xf6", "\xb9\xf7", "\xb9\xf8", "\xb9\xf9", "\xb9\xfa", + "\xb9\xfb", "\xb9\xfc", "\xb9\xfd", "\xba\x41", "\xba\x42", "\xba\x43", + "\xba\x44", "\xba\x45", "\xba\x46", "\xba\x47", "\xba\x48", "\xba\x49", + "\xba\x4a", "\xba\x4b", "\xba\x4c", "\xba\x4d", "\xba\x4e", "\xba\x4f", + "\xba\x50", "\xba\x51", "\xba\x53", "\xba\x54", "\xba\x55", "\xba\x56", + "\xba\x57", "\xba\x58", "\xba\x59", "\xba\x5a", "\xba\x5b", "\xba\x5c", + "\xba\x5d", "\xba\x61", "\xba\x62", "\xba\x63", "\xba\x64", "\xba\x65", + "\xba\x66", "\xba\x67", "\xba\x68", "\xba\x69", "\xba\x6a", "\xba\x6b", + "\xba\x6c", "\xba\x6d", "\xba\x6e", "\xba\x6f", "\xba\x70", "\xba\x71", + "\xba\x73", "\xba\x74", "\xba\x75", "\xba\x76", "\xba\x77", "\xba\x78", + "\xba\x79", "\xba\x7a", "\xba\x7b", "\xba\x7c", "\xba\x7d", "\xba\x81", + "\xba\x82", "\xba\x83", "\xba\x84", "\xba\x85", "\xba\x86", "\xba\x87", + "\xba\x88", "\xba\x89", "\xba\x8a", "\xba\x8b", "\xba\x8c", "\xba\x8d", + "\xba\x8e", "\xba\x8f", "\xba\x90", "\xba\x91", "\xba\x93", "\xba\x94", + "\xba\x95", "\xba\x96", "\xba\x97", "\xba\x98", "\xba\x99", "\xba\x9a", + "\xba\x9b", "\xba\x9c", "\xba\x9d", "\xba\xa1", "\xba\xa2", "\xba\xa3", + "\xba\xa4", "\xba\xa5", "\xba\xa6", "\xba\xa7", "\xba\xa8", "\xba\xa9", + "\xba\xaa", "\xba\xab", "\xba\xac", "\xba\xad", "\xba\xae", "\xba\xaf", + "\xba\xb0", "\xba\xb1", "\xba\xb3", "\xba\xb4", "\xba\xb5", "\xba\xb6", + "\xba\xb7", "\xba\xb8", "\xba\xb9", "\xba\xba", "\xba\xbb", "\xba\xbc", + "\xba\xbd", "\xba\xc1", "\xba\xc2", "\xba\xc3", "\xba\xc4", "\xba\xc5", + "\xba\xc6", "\xba\xc7", "\xba\xc8", "\xba\xc9", "\xba\xca", "\xba\xcb", + "\xba\xcc", "\xba\xcd", "\xba\xce", "\xba\xcf", "\xba\xd0", "\xba\xd1", + "\xba\xd3", "\xba\xd4", "\xba\xd5", "\xba\xd6", "\xba\xd7", "\xba\xd8", + "\xba\xd9", "\xba\xda", "\xba\xdb", "\xba\xdc", "\xba\xdd", "\xba\xe1", + "\xba\xe2", "\xba\xe3", "\xba\xe4", "\xba\xe5", "\xba\xe6", "\xba\xe7", + "\xba\xe8", "\xba\xe9", "\xba\xea", "\xba\xeb", "\xba\xec", "\xba\xed", + "\xba\xee", "\xba\xef", "\xba\xf0", "\xba\xf1", "\xba\xf3", "\xba\xf4", + "\xba\xf5", "\xba\xf6", "\xba\xf7", "\xba\xf8", "\xba\xf9", "\xba\xfa", + "\xba\xfb", "\xba\xfc", "\xba\xfd", "\xbb\x41", "\xbb\x42", "\xbb\x43", + "\xbb\x44", "\xbb\x45", "\xbb\x46", "\xbb\x47", "\xbb\x48", "\xbb\x49", + "\xbb\x4a", "\xbb\x4b", "\xbb\x4c", "\xbb\x4d", "\xbb\x4e", "\xbb\x4f", + "\xbb\x50", "\xbb\x51", "\xbb\x53", "\xbb\x54", "\xbb\x55", "\xbb\x56", + "\xbb\x57", "\xbb\x58", "\xbb\x59", "\xbb\x5a", "\xbb\x5b", "\xbb\x5c", + "\xbb\x5d", "\xbb\x61", "\xbb\x62", "\xbb\x63", "\xbb\x64", "\xbb\x65", + "\xbb\x66", "\xbb\x67", "\xbb\x68", "\xbb\x69", "\xbb\x6a", "\xbb\x6b", + "\xbb\x6c", "\xbb\x6d", "\xbb\x6e", "\xbb\x6f", "\xbb\x70", "\xbb\x71", + "\xbb\x73", "\xbb\x74", "\xbb\x75", "\xbb\x76", "\xbb\x77", "\xbb\x78", + "\xbb\x79", "\xbb\x7a", "\xbb\x7b", "\xbb\x7c", "\xbb\x7d", "\xbb\x81", + "\xbb\x82", "\xbb\x83", "\xbb\x84", "\xbb\x85", "\xbb\x86", "\xbb\x87", + "\xbb\x88", "\xbb\x89", "\xbb\x8a", "\xbb\x8b", "\xbb\x8c", "\xbb\x8d", + "\xbb\x8e", "\xbb\x8f", "\xbb\x90", "\xbb\x91", "\xbb\x93", "\xbb\x94", + "\xbb\x95", "\xbb\x96", "\xbb\x97", "\xbb\x98", "\xbb\x99", "\xbb\x9a", + "\xbb\x9b", "\xbb\x9c", "\xbb\x9d", "\xbb\xa1", "\xbb\xa2", "\xbb\xa3", + "\xbb\xa4", "\xbb\xa5", "\xbb\xa6", "\xbb\xa7", "\xbb\xa8", "\xbb\xa9", + "\xbb\xaa", "\xbb\xab", "\xbb\xac", "\xbb\xad", "\xbb\xae", "\xbb\xaf", + "\xbb\xb0", "\xbb\xb1", "\xbb\xb3", "\xbb\xb4", "\xbb\xb5", "\xbb\xb6", + "\xbb\xb7", "\xbb\xb8", "\xbb\xb9", "\xbb\xba", "\xbb\xbb", "\xbb\xbc", + "\xbb\xbd", "\xbc\x61", "\xbc\x62", "\xbc\x63", "\xbc\x64", "\xbc\x65", + "\xbc\x66", "\xbc\x67", "\xbc\x68", "\xbc\x69", "\xbc\x6a", "\xbc\x6b", + "\xbc\x6c", "\xbc\x6d", "\xbc\x6e", "\xbc\x6f", "\xbc\x70", "\xbc\x71", + "\xbc\x73", "\xbc\x74", "\xbc\x75", "\xbc\x76", "\xbc\x77", "\xbc\x78", + "\xbc\x79", "\xbc\x7a", "\xbc\x7b", "\xbc\x7c", "\xbc\x7d", "\xbc\x81", + "\xbc\x82", "\xbc\x83", "\xbc\x84", "\xbc\x85", "\xbc\x86", "\xbc\x87", + "\xbc\x88", "\xbc\x89", "\xbc\x8a", "\xbc\x8b", "\xbc\x8c", "\xbc\x8d", + "\xbc\x8e", "\xbc\x8f", "\xbc\x90", "\xbc\x91", "\xbc\x93", "\xbc\x94", + "\xbc\x95", "\xbc\x96", "\xbc\x97", "\xbc\x98", "\xbc\x99", "\xbc\x9a", + "\xbc\x9b", "\xbc\x9c", "\xbc\x9d", "\xbc\xa1", "\xbc\xa2", "\xbc\xa3", + "\xbc\xa4", "\xbc\xa5", "\xbc\xa6", "\xbc\xa7", "\xbc\xa8", "\xbc\xa9", + "\xbc\xaa", "\xbc\xab", "\xbc\xac", "\xbc\xad", "\xbc\xae", "\xbc\xaf", + "\xbc\xb0", "\xbc\xb1", "\xbc\xb3", "\xbc\xb4", "\xbc\xb5", "\xbc\xb6", + "\xbc\xb7", "\xbc\xb8", "\xbc\xb9", "\xbc\xba", "\xbc\xbb", "\xbc\xbc", + "\xbc\xbd", "\xbc\xc1", "\xbc\xc2", "\xbc\xc3", "\xbc\xc4", "\xbc\xc5", + "\xbc\xc6", "\xbc\xc7", "\xbc\xc8", "\xbc\xc9", "\xbc\xca", "\xbc\xcb", + "\xbc\xcc", "\xbc\xcd", "\xbc\xce", "\xbc\xcf", "\xbc\xd0", "\xbc\xd1", + "\xbc\xd3", "\xbc\xd4", "\xbc\xd5", "\xbc\xd6", "\xbc\xd7", "\xbc\xd8", + "\xbc\xd9", "\xbc\xda", "\xbc\xdb", "\xbc\xdc", "\xbc\xdd", "\xbc\xe1", + "\xbc\xe2", "\xbc\xe3", "\xbc\xe4", "\xbc\xe5", "\xbc\xe6", "\xbc\xe7", + "\xbc\xe8", "\xbc\xe9", "\xbc\xea", "\xbc\xeb", "\xbc\xec", "\xbc\xed", + "\xbc\xee", "\xbc\xef", "\xbc\xf0", "\xbc\xf1", "\xbc\xf3", "\xbc\xf4", + "\xbc\xf5", "\xbc\xf6", "\xbc\xf7", "\xbc\xf8", "\xbc\xf9", "\xbc\xfa", + "\xbc\xfb", "\xbc\xfc", "\xbc\xfd", "\xbd\x41", "\xbd\x42", "\xbd\x43", + "\xbd\x44", "\xbd\x45", "\xbd\x46", "\xbd\x47", "\xbd\x48", "\xbd\x49", + "\xbd\x4a", "\xbd\x4b", "\xbd\x4c", "\xbd\x4d", "\xbd\x4e", "\xbd\x4f", + "\xbd\x50", "\xbd\x51", "\xbd\x53", "\xbd\x54", "\xbd\x55", "\xbd\x56", + "\xbd\x57", "\xbd\x58", "\xbd\x59", "\xbd\x5a", "\xbd\x5b", "\xbd\x5c", + "\xbd\x5d", "\xbd\x61", "\xbd\x62", "\xbd\x63", "\xbd\x64", "\xbd\x65", + "\xbd\x66", "\xbd\x67", "\xbd\x68", "\xbd\x69", "\xbd\x6a", "\xbd\x6b", + "\xbd\x6c", "\xbd\x6d", "\xbd\x6e", "\xbd\x6f", "\xbd\x70", "\xbd\x71", + "\xbd\x73", "\xbd\x74", "\xbd\x75", "\xbd\x76", "\xbd\x77", "\xbd\x78", + "\xbd\x79", "\xbd\x7a", "\xbd\x7b", "\xbd\x7c", "\xbd\x7d", "\xbd\x81", + "\xbd\x82", "\xbd\x83", "\xbd\x84", "\xbd\x85", "\xbd\x86", "\xbd\x87", + "\xbd\x88", "\xbd\x89", "\xbd\x8a", "\xbd\x8b", "\xbd\x8c", "\xbd\x8d", + "\xbd\x8e", "\xbd\x8f", "\xbd\x90", "\xbd\x91", "\xbd\x93", "\xbd\x94", + "\xbd\x95", "\xbd\x96", "\xbd\x97", "\xbd\x98", "\xbd\x99", "\xbd\x9a", + "\xbd\x9b", "\xbd\x9c", "\xbd\x9d", "\xbd\xa1", "\xbd\xa2", "\xbd\xa3", + "\xbd\xa4", "\xbd\xa5", "\xbd\xa6", "\xbd\xa7", "\xbd\xa8", "\xbd\xa9", + "\xbd\xaa", "\xbd\xab", "\xbd\xac", "\xbd\xad", "\xbd\xae", "\xbd\xaf", + "\xbd\xb0", "\xbd\xb1", "\xbd\xb3", "\xbd\xb4", "\xbd\xb5", "\xbd\xb6", + "\xbd\xb7", "\xbd\xb8", "\xbd\xb9", "\xbd\xba", "\xbd\xbb", "\xbd\xbc", + "\xbd\xbd", "\xbd\xc1", "\xbd\xc2", "\xbd\xc3", "\xbd\xc4", "\xbd\xc5", + "\xbd\xc6", "\xbd\xc7", "\xbd\xc8", "\xbd\xc9", "\xbd\xca", "\xbd\xcb", + "\xbd\xcc", "\xbd\xcd", "\xbd\xce", "\xbd\xcf", "\xbd\xd0", "\xbd\xd1", + "\xbd\xd3", "\xbd\xd4", "\xbd\xd5", "\xbd\xd6", "\xbd\xd7", "\xbd\xd8", + "\xbd\xd9", "\xbd\xda", "\xbd\xdb", "\xbd\xdc", "\xbd\xdd", "\xbd\xe1", + "\xbd\xe2", "\xbd\xe3", "\xbd\xe4", "\xbd\xe5", "\xbd\xe6", "\xbd\xe7", + "\xbd\xe8", "\xbd\xe9", "\xbd\xea", "\xbd\xeb", "\xbd\xec", "\xbd\xed", + "\xbd\xee", "\xbd\xef", "\xbd\xf0", "\xbd\xf1", "\xbd\xf3", "\xbd\xf4", + "\xbd\xf5", "\xbd\xf6", "\xbd\xf7", "\xbd\xf8", "\xbd\xf9", "\xbd\xfa", + "\xbd\xfb", "\xbd\xfc", "\xbd\xfd", "\xbe\x41", "\xbe\x42", "\xbe\x43", + "\xbe\x44", "\xbe\x45", "\xbe\x46", "\xbe\x47", "\xbe\x48", "\xbe\x49", + "\xbe\x4a", "\xbe\x4b", "\xbe\x4c", "\xbe\x4d", "\xbe\x4e", "\xbe\x4f", + "\xbe\x50", "\xbe\x51", "\xbe\x53", "\xbe\x54", "\xbe\x55", "\xbe\x56", + "\xbe\x57", "\xbe\x58", "\xbe\x59", "\xbe\x5a", "\xbe\x5b", "\xbe\x5c", + "\xbe\x5d", "\xbe\x61", "\xbe\x62", "\xbe\x63", "\xbe\x64", "\xbe\x65", + "\xbe\x66", "\xbe\x67", "\xbe\x68", "\xbe\x69", "\xbe\x6a", "\xbe\x6b", + "\xbe\x6c", "\xbe\x6d", "\xbe\x6e", "\xbe\x6f", "\xbe\x70", "\xbe\x71", + "\xbe\x73", "\xbe\x74", "\xbe\x75", "\xbe\x76", "\xbe\x77", "\xbe\x78", + "\xbe\x79", "\xbe\x7a", "\xbe\x7b", "\xbe\x7c", "\xbe\x7d", "\xbe\x81", + "\xbe\x82", "\xbe\x83", "\xbe\x84", "\xbe\x85", "\xbe\x86", "\xbe\x87", + "\xbe\x88", "\xbe\x89", "\xbe\x8a", "\xbe\x8b", "\xbe\x8c", "\xbe\x8d", + "\xbe\x8e", "\xbe\x8f", "\xbe\x90", "\xbe\x91", "\xbe\x93", "\xbe\x94", + "\xbe\x95", "\xbe\x96", "\xbe\x97", "\xbe\x98", "\xbe\x99", "\xbe\x9a", + "\xbe\x9b", "\xbe\x9c", "\xbe\x9d", "\xbe\xa1", "\xbe\xa2", "\xbe\xa3", + "\xbe\xa4", "\xbe\xa5", "\xbe\xa6", "\xbe\xa7", "\xbe\xa8", "\xbe\xa9", + "\xbe\xaa", "\xbe\xab", "\xbe\xac", "\xbe\xad", "\xbe\xae", "\xbe\xaf", + "\xbe\xb0", "\xbe\xb1", "\xbe\xb3", "\xbe\xb4", "\xbe\xb5", "\xbe\xb6", + "\xbe\xb7", "\xbe\xb8", "\xbe\xb9", "\xbe\xba", "\xbe\xbb", "\xbe\xbc", + "\xbe\xbd", "\xbe\xc1", "\xbe\xc2", "\xbe\xc3", "\xbe\xc4", "\xbe\xc5", + "\xbe\xc6", "\xbe\xc7", "\xbe\xc8", "\xbe\xc9", "\xbe\xca", "\xbe\xcb", + "\xbe\xcc", "\xbe\xcd", "\xbe\xce", "\xbe\xcf", "\xbe\xd0", "\xbe\xd1", + "\xbe\xd3", "\xbe\xd4", "\xbe\xd5", "\xbe\xd6", "\xbe\xd7", "\xbe\xd8", + "\xbe\xd9", "\xbe\xda", "\xbe\xdb", "\xbe\xdc", "\xbe\xdd", "\xbe\xe1", + "\xbe\xe2", "\xbe\xe3", "\xbe\xe4", "\xbe\xe5", "\xbe\xe6", "\xbe\xe7", + "\xbe\xe8", "\xbe\xe9", "\xbe\xea", "\xbe\xeb", "\xbe\xec", "\xbe\xed", + "\xbe\xee", "\xbe\xef", "\xbe\xf0", "\xbe\xf1", "\xbe\xf3", "\xbe\xf4", + "\xbe\xf5", "\xbe\xf6", "\xbe\xf7", "\xbe\xf8", "\xbe\xf9", "\xbe\xfa", + "\xbe\xfb", "\xbe\xfc", "\xbe\xfd", "\xbf\x41", "\xbf\x42", "\xbf\x43", + "\xbf\x44", "\xbf\x45", "\xbf\x46", "\xbf\x47", "\xbf\x48", "\xbf\x49", + "\xbf\x4a", "\xbf\x4b", "\xbf\x4c", "\xbf\x4d", "\xbf\x4e", "\xbf\x4f", + "\xbf\x50", "\xbf\x51", "\xbf\x53", "\xbf\x54", "\xbf\x55", "\xbf\x56", + "\xbf\x57", "\xbf\x58", "\xbf\x59", "\xbf\x5a", "\xbf\x5b", "\xbf\x5c", + "\xbf\x5d", "\xbf\x61", "\xbf\x62", "\xbf\x63", "\xbf\x64", "\xbf\x65", + "\xbf\x66", "\xbf\x67", "\xbf\x68", "\xbf\x69", "\xbf\x6a", "\xbf\x6b", + "\xbf\x6c", "\xbf\x6d", "\xbf\x6e", "\xbf\x6f", "\xbf\x70", "\xbf\x71", + "\xbf\x73", "\xbf\x74", "\xbf\x75", "\xbf\x76", "\xbf\x77", "\xbf\x78", + "\xbf\x79", "\xbf\x7a", "\xbf\x7b", "\xbf\x7c", "\xbf\x7d", "\xbf\x81", + "\xbf\x82", "\xbf\x83", "\xbf\x84", "\xbf\x85", "\xbf\x86", "\xbf\x87", + "\xbf\x88", "\xbf\x89", "\xbf\x8a", "\xbf\x8b", "\xbf\x8c", "\xbf\x8d", + "\xbf\x8e", "\xbf\x8f", "\xbf\x90", "\xbf\x91", "\xbf\x93", "\xbf\x94", + "\xbf\x95", "\xbf\x96", "\xbf\x97", "\xbf\x98", "\xbf\x99", "\xbf\x9a", + "\xbf\x9b", "\xbf\x9c", "\xbf\x9d", "\xbf\xa1", "\xbf\xa2", "\xbf\xa3", + "\xbf\xa4", "\xbf\xa5", "\xbf\xa6", "\xbf\xa7", "\xbf\xa8", "\xbf\xa9", + "\xbf\xaa", "\xbf\xab", "\xbf\xac", "\xbf\xad", "\xbf\xae", "\xbf\xaf", + "\xbf\xb0", "\xbf\xb1", "\xbf\xb3", "\xbf\xb4", "\xbf\xb5", "\xbf\xb6", + "\xbf\xb7", "\xbf\xb8", "\xbf\xb9", "\xbf\xba", "\xbf\xbb", "\xbf\xbc", + "\xbf\xbd", "\xc0\x61", "\xc0\x62", "\xc0\x63", "\xc0\x64", "\xc0\x65", + "\xc0\x66", "\xc0\x67", "\xc0\x68", "\xc0\x69", "\xc0\x6a", "\xc0\x6b", + "\xc0\x6c", "\xc0\x6d", "\xc0\x6e", "\xc0\x6f", "\xc0\x70", "\xc0\x71", + "\xc0\x73", "\xc0\x74", "\xc0\x75", "\xc0\x76", "\xc0\x77", "\xc0\x78", + "\xc0\x79", "\xc0\x7a", "\xc0\x7b", "\xc0\x7c", "\xc0\x7d", "\xc0\x81", + "\xc0\x82", "\xc0\x83", "\xc0\x84", "\xc0\x85", "\xc0\x86", "\xc0\x87", + "\xc0\x88", "\xc0\x89", "\xc0\x8a", "\xc0\x8b", "\xc0\x8c", "\xc0\x8d", + "\xc0\x8e", "\xc0\x8f", "\xc0\x90", "\xc0\x91", "\xc0\x93", "\xc0\x94", + "\xc0\x95", "\xc0\x96", "\xc0\x97", "\xc0\x98", "\xc0\x99", "\xc0\x9a", + "\xc0\x9b", "\xc0\x9c", "\xc0\x9d", "\xc0\xa1", "\xc0\xa2", "\xc0\xa3", + "\xc0\xa4", "\xc0\xa5", "\xc0\xa6", "\xc0\xa7", "\xc0\xa8", "\xc0\xa9", + "\xc0\xaa", "\xc0\xab", "\xc0\xac", "\xc0\xad", "\xc0\xae", "\xc0\xaf", + "\xc0\xb0", "\xc0\xb1", "\xc0\xb3", "\xc0\xb4", "\xc0\xb5", "\xc0\xb6", + "\xc0\xb7", "\xc0\xb8", "\xc0\xb9", "\xc0\xba", "\xc0\xbb", "\xc0\xbc", + "\xc0\xbd", "\xc0\xc1", "\xc0\xc2", "\xc0\xc3", "\xc0\xc4", "\xc0\xc5", + "\xc0\xc6", "\xc0\xc7", "\xc0\xc8", "\xc0\xc9", "\xc0\xca", "\xc0\xcb", + "\xc0\xcc", "\xc0\xcd", "\xc0\xce", "\xc0\xcf", "\xc0\xd0", "\xc0\xd1", + "\xc0\xd3", "\xc0\xd4", "\xc0\xd5", "\xc0\xd6", "\xc0\xd7", "\xc0\xd8", + "\xc0\xd9", "\xc0\xda", "\xc0\xdb", "\xc0\xdc", "\xc0\xdd", "\xc0\xe1", + "\xc0\xe2", "\xc0\xe3", "\xc0\xe4", "\xc0\xe5", "\xc0\xe6", "\xc0\xe7", + "\xc0\xe8", "\xc0\xe9", "\xc0\xea", "\xc0\xeb", "\xc0\xec", "\xc0\xed", + "\xc0\xee", "\xc0\xef", "\xc0\xf0", "\xc0\xf1", "\xc0\xf3", "\xc0\xf4", + "\xc0\xf5", "\xc0\xf6", "\xc0\xf7", "\xc0\xf8", "\xc0\xf9", "\xc0\xfa", + "\xc0\xfb", "\xc0\xfc", "\xc0\xfd", "\xc1\x41", "\xc1\x42", "\xc1\x43", + "\xc1\x44", "\xc1\x45", "\xc1\x46", "\xc1\x47", "\xc1\x48", "\xc1\x49", + "\xc1\x4a", "\xc1\x4b", "\xc1\x4c", "\xc1\x4d", "\xc1\x4e", "\xc1\x4f", + "\xc1\x50", "\xc1\x51", "\xc1\x53", "\xc1\x54", "\xc1\x55", "\xc1\x56", + "\xc1\x57", "\xc1\x58", "\xc1\x59", "\xc1\x5a", "\xc1\x5b", "\xc1\x5c", + "\xc1\x5d", "\xc1\x61", "\xc1\x62", "\xc1\x63", "\xc1\x64", "\xc1\x65", + "\xc1\x66", "\xc1\x67", "\xc1\x68", "\xc1\x69", "\xc1\x6a", "\xc1\x6b", + "\xc1\x6c", "\xc1\x6d", "\xc1\x6e", "\xc1\x6f", "\xc1\x70", "\xc1\x71", + "\xc1\x73", "\xc1\x74", "\xc1\x75", "\xc1\x76", "\xc1\x77", "\xc1\x78", + "\xc1\x79", "\xc1\x7a", "\xc1\x7b", "\xc1\x7c", "\xc1\x7d", "\xc1\x81", + "\xc1\x82", "\xc1\x83", "\xc1\x84", "\xc1\x85", "\xc1\x86", "\xc1\x87", + "\xc1\x88", "\xc1\x89", "\xc1\x8a", "\xc1\x8b", "\xc1\x8c", "\xc1\x8d", + "\xc1\x8e", "\xc1\x8f", "\xc1\x90", "\xc1\x91", "\xc1\x93", "\xc1\x94", + "\xc1\x95", "\xc1\x96", "\xc1\x97", "\xc1\x98", "\xc1\x99", "\xc1\x9a", + "\xc1\x9b", "\xc1\x9c", "\xc1\x9d", "\xc1\xa1", "\xc1\xa2", "\xc1\xa3", + "\xc1\xa4", "\xc1\xa5", "\xc1\xa6", "\xc1\xa7", "\xc1\xa8", "\xc1\xa9", + "\xc1\xaa", "\xc1\xab", "\xc1\xac", "\xc1\xad", "\xc1\xae", "\xc1\xaf", + "\xc1\xb0", "\xc1\xb1", "\xc1\xb3", "\xc1\xb4", "\xc1\xb5", "\xc1\xb6", + "\xc1\xb7", "\xc1\xb8", "\xc1\xb9", "\xc1\xba", "\xc1\xbb", "\xc1\xbc", + "\xc1\xbd", "\xc1\xc1", "\xc1\xc2", "\xc1\xc3", "\xc1\xc4", "\xc1\xc5", + "\xc1\xc6", "\xc1\xc7", "\xc1\xc8", "\xc1\xc9", "\xc1\xca", "\xc1\xcb", + "\xc1\xcc", "\xc1\xcd", "\xc1\xce", "\xc1\xcf", "\xc1\xd0", "\xc1\xd1", + "\xc1\xd3", "\xc1\xd4", "\xc1\xd5", "\xc1\xd6", "\xc1\xd7", "\xc1\xd8", + "\xc1\xd9", "\xc1\xda", "\xc1\xdb", "\xc1\xdc", "\xc1\xdd", "\xc1\xe1", + "\xc1\xe2", "\xc1\xe3", "\xc1\xe4", "\xc1\xe5", "\xc1\xe6", "\xc1\xe7", + "\xc1\xe8", "\xc1\xe9", "\xc1\xea", "\xc1\xeb", "\xc1\xec", "\xc1\xed", + "\xc1\xee", "\xc1\xef", "\xc1\xf0", "\xc1\xf1", "\xc1\xf3", "\xc1\xf4", + "\xc1\xf5", "\xc1\xf6", "\xc1\xf7", "\xc1\xf8", "\xc1\xf9", "\xc1\xfa", + "\xc1\xfb", "\xc1\xfc", "\xc1\xfd", "\xc2\x41", "\xc2\x42", "\xc2\x43", + "\xc2\x44", "\xc2\x45", "\xc2\x46", "\xc2\x47", "\xc2\x48", "\xc2\x49", + "\xc2\x4a", "\xc2\x4b", "\xc2\x4c", "\xc2\x4d", "\xc2\x4e", "\xc2\x4f", + "\xc2\x50", "\xc2\x51", "\xc2\x53", "\xc2\x54", "\xc2\x55", "\xc2\x56", + "\xc2\x57", "\xc2\x58", "\xc2\x59", "\xc2\x5a", "\xc2\x5b", "\xc2\x5c", + "\xc2\x5d", "\xc2\x61", "\xc2\x62", "\xc2\x63", "\xc2\x64", "\xc2\x65", + "\xc2\x66", "\xc2\x67", "\xc2\x68", "\xc2\x69", "\xc2\x6a", "\xc2\x6b", + "\xc2\x6c", "\xc2\x6d", "\xc2\x6e", "\xc2\x6f", "\xc2\x70", "\xc2\x71", + "\xc2\x73", "\xc2\x74", "\xc2\x75", "\xc2\x76", "\xc2\x77", "\xc2\x78", + "\xc2\x79", "\xc2\x7a", "\xc2\x7b", "\xc2\x7c", "\xc2\x7d", "\xc2\x81", + "\xc2\x82", "\xc2\x83", "\xc2\x84", "\xc2\x85", "\xc2\x86", "\xc2\x87", + "\xc2\x88", "\xc2\x89", "\xc2\x8a", "\xc2\x8b", "\xc2\x8c", "\xc2\x8d", + "\xc2\x8e", "\xc2\x8f", "\xc2\x90", "\xc2\x91", "\xc2\x93", "\xc2\x94", + "\xc2\x95", "\xc2\x96", "\xc2\x97", "\xc2\x98", "\xc2\x99", "\xc2\x9a", + "\xc2\x9b", "\xc2\x9c", "\xc2\x9d", "\xc2\xa1", "\xc2\xa2", "\xc2\xa3", + "\xc2\xa4", "\xc2\xa5", "\xc2\xa6", "\xc2\xa7", "\xc2\xa8", "\xc2\xa9", + "\xc2\xaa", "\xc2\xab", "\xc2\xac", "\xc2\xad", "\xc2\xae", "\xc2\xaf", + "\xc2\xb0", "\xc2\xb1", "\xc2\xb3", "\xc2\xb4", "\xc2\xb5", "\xc2\xb6", + "\xc2\xb7", "\xc2\xb8", "\xc2\xb9", "\xc2\xba", "\xc2\xbb", "\xc2\xbc", + "\xc2\xbd", "\xc2\xc1", "\xc2\xc2", "\xc2\xc3", "\xc2\xc4", "\xc2\xc5", + "\xc2\xc6", "\xc2\xc7", "\xc2\xc8", "\xc2\xc9", "\xc2\xca", "\xc2\xcb", + "\xc2\xcc", "\xc2\xcd", "\xc2\xce", "\xc2\xcf", "\xc2\xd0", "\xc2\xd1", + "\xc2\xd3", "\xc2\xd4", "\xc2\xd5", "\xc2\xd6", "\xc2\xd7", "\xc2\xd8", + "\xc2\xd9", "\xc2\xda", "\xc2\xdb", "\xc2\xdc", "\xc2\xdd", "\xc2\xe1", + "\xc2\xe2", "\xc2\xe3", "\xc2\xe4", "\xc2\xe5", "\xc2\xe6", "\xc2\xe7", + "\xc2\xe8", "\xc2\xe9", "\xc2\xea", "\xc2\xeb", "\xc2\xec", "\xc2\xed", + "\xc2\xee", "\xc2\xef", "\xc2\xf0", "\xc2\xf1", "\xc2\xf3", "\xc2\xf4", + "\xc2\xf5", "\xc2\xf6", "\xc2\xf7", "\xc2\xf8", "\xc2\xf9", "\xc2\xfa", + "\xc2\xfb", "\xc2\xfc", "\xc2\xfd", "\xc3\x41", "\xc3\x42", "\xc3\x43", + "\xc3\x44", "\xc3\x45", "\xc3\x46", "\xc3\x47", "\xc3\x48", "\xc3\x49", + "\xc3\x4a", "\xc3\x4b", "\xc3\x4c", "\xc3\x4d", "\xc3\x4e", "\xc3\x4f", + "\xc3\x50", "\xc3\x51", "\xc3\x53", "\xc3\x54", "\xc3\x55", "\xc3\x56", + "\xc3\x57", "\xc3\x58", "\xc3\x59", "\xc3\x5a", "\xc3\x5b", "\xc3\x5c", + "\xc3\x5d", "\xc3\x61", "\xc3\x62", "\xc3\x63", "\xc3\x64", "\xc3\x65", + "\xc3\x66", "\xc3\x67", "\xc3\x68", "\xc3\x69", "\xc3\x6a", "\xc3\x6b", + "\xc3\x6c", "\xc3\x6d", "\xc3\x6e", "\xc3\x6f", "\xc3\x70", "\xc3\x71", + "\xc3\x73", "\xc3\x74", "\xc3\x75", "\xc3\x76", "\xc3\x77", "\xc3\x78", + "\xc3\x79", "\xc3\x7a", "\xc3\x7b", "\xc3\x7c", "\xc3\x7d", "\xc3\x81", + "\xc3\x82", "\xc3\x83", "\xc3\x84", "\xc3\x85", "\xc3\x86", "\xc3\x87", + "\xc3\x88", "\xc3\x89", "\xc3\x8a", "\xc3\x8b", "\xc3\x8c", "\xc3\x8d", + "\xc3\x8e", "\xc3\x8f", "\xc3\x90", "\xc3\x91", "\xc3\x93", "\xc3\x94", + "\xc3\x95", "\xc3\x96", "\xc3\x97", "\xc3\x98", "\xc3\x99", "\xc3\x9a", + "\xc3\x9b", "\xc3\x9c", "\xc3\x9d", "\xc3\xa1", "\xc3\xa2", "\xc3\xa3", + "\xc3\xa4", "\xc3\xa5", "\xc3\xa6", "\xc3\xa7", "\xc3\xa8", "\xc3\xa9", + "\xc3\xaa", "\xc3\xab", "\xc3\xac", "\xc3\xad", "\xc3\xae", "\xc3\xaf", + "\xc3\xb0", "\xc3\xb1", "\xc3\xb3", "\xc3\xb4", "\xc3\xb5", "\xc3\xb6", + "\xc3\xb7", "\xc3\xb8", "\xc3\xb9", "\xc3\xba", "\xc3\xbb", "\xc3\xbc", + "\xc3\xbd", "\xc4\x61", "\xc4\x62", "\xc4\x63", "\xc4\x64", "\xc4\x65", + "\xc4\x66", "\xc4\x67", "\xc4\x68", "\xc4\x69", "\xc4\x6a", "\xc4\x6b", + "\xc4\x6c", "\xc4\x6d", "\xc4\x6e", "\xc4\x6f", "\xc4\x70", "\xc4\x71", + "\xc4\x73", "\xc4\x74", "\xc4\x75", "\xc4\x76", "\xc4\x77", "\xc4\x78", + "\xc4\x79", "\xc4\x7a", "\xc4\x7b", "\xc4\x7c", "\xc4\x7d", "\xc4\x81", + "\xc4\x82", "\xc4\x83", "\xc4\x84", "\xc4\x85", "\xc4\x86", "\xc4\x87", + "\xc4\x88", "\xc4\x89", "\xc4\x8a", "\xc4\x8b", "\xc4\x8c", "\xc4\x8d", + "\xc4\x8e", "\xc4\x8f", "\xc4\x90", "\xc4\x91", "\xc4\x93", "\xc4\x94", + "\xc4\x95", "\xc4\x96", "\xc4\x97", "\xc4\x98", "\xc4\x99", "\xc4\x9a", + "\xc4\x9b", "\xc4\x9c", "\xc4\x9d", "\xc4\xa1", "\xc4\xa2", "\xc4\xa3", + "\xc4\xa4", "\xc4\xa5", "\xc4\xa6", "\xc4\xa7", "\xc4\xa8", "\xc4\xa9", + "\xc4\xaa", "\xc4\xab", "\xc4\xac", "\xc4\xad", "\xc4\xae", "\xc4\xaf", + "\xc4\xb0", "\xc4\xb1", "\xc4\xb3", "\xc4\xb4", "\xc4\xb5", "\xc4\xb6", + "\xc4\xb7", "\xc4\xb8", "\xc4\xb9", "\xc4\xba", "\xc4\xbb", "\xc4\xbc", + "\xc4\xbd", "\xc4\xc1", "\xc4\xc2", "\xc4\xc3", "\xc4\xc4", "\xc4\xc5", + "\xc4\xc6", "\xc4\xc7", "\xc4\xc8", "\xc4\xc9", "\xc4\xca", "\xc4\xcb", + "\xc4\xcc", "\xc4\xcd", "\xc4\xce", "\xc4\xcf", "\xc4\xd0", "\xc4\xd1", + "\xc4\xd3", "\xc4\xd4", "\xc4\xd5", "\xc4\xd6", "\xc4\xd7", "\xc4\xd8", + "\xc4\xd9", "\xc4\xda", "\xc4\xdb", "\xc4\xdc", "\xc4\xdd", "\xc4\xe1", + "\xc4\xe2", "\xc4\xe3", "\xc4\xe4", "\xc4\xe5", "\xc4\xe6", "\xc4\xe7", + "\xc4\xe8", "\xc4\xe9", "\xc4\xea", "\xc4\xeb", "\xc4\xec", "\xc4\xed", + "\xc4\xee", "\xc4\xef", "\xc4\xf0", "\xc4\xf1", "\xc4\xf3", "\xc4\xf4", + "\xc4\xf5", "\xc4\xf6", "\xc4\xf7", "\xc4\xf8", "\xc4\xf9", "\xc4\xfa", + "\xc4\xfb", "\xc4\xfc", "\xc4\xfd", "\xc5\x41", "\xc5\x42", "\xc5\x43", + "\xc5\x44", "\xc5\x45", "\xc5\x46", "\xc5\x47", "\xc5\x48", "\xc5\x49", + "\xc5\x4a", "\xc5\x4b", "\xc5\x4c", "\xc5\x4d", "\xc5\x4e", "\xc5\x4f", + "\xc5\x50", "\xc5\x51", "\xc5\x53", "\xc5\x54", "\xc5\x55", "\xc5\x56", + "\xc5\x57", "\xc5\x58", "\xc5\x59", "\xc5\x5a", "\xc5\x5b", "\xc5\x5c", + "\xc5\x5d", "\xc5\x61", "\xc5\x62", "\xc5\x63", "\xc5\x64", "\xc5\x65", + "\xc5\x66", "\xc5\x67", "\xc5\x68", "\xc5\x69", "\xc5\x6a", "\xc5\x6b", + "\xc5\x6c", "\xc5\x6d", "\xc5\x6e", "\xc5\x6f", "\xc5\x70", "\xc5\x71", + "\xc5\x73", "\xc5\x74", "\xc5\x75", "\xc5\x76", "\xc5\x77", "\xc5\x78", + "\xc5\x79", "\xc5\x7a", "\xc5\x7b", "\xc5\x7c", "\xc5\x7d", "\xc5\x81", + "\xc5\x82", "\xc5\x83", "\xc5\x84", "\xc5\x85", "\xc5\x86", "\xc5\x87", + "\xc5\x88", "\xc5\x89", "\xc5\x8a", "\xc5\x8b", "\xc5\x8c", "\xc5\x8d", + "\xc5\x8e", "\xc5\x8f", "\xc5\x90", "\xc5\x91", "\xc5\x93", "\xc5\x94", + "\xc5\x95", "\xc5\x96", "\xc5\x97", "\xc5\x98", "\xc5\x99", "\xc5\x9a", + "\xc5\x9b", "\xc5\x9c", "\xc5\x9d", "\xc5\xa1", "\xc5\xa2", "\xc5\xa3", + "\xc5\xa4", "\xc5\xa5", "\xc5\xa6", "\xc5\xa7", "\xc5\xa8", "\xc5\xa9", + "\xc5\xaa", "\xc5\xab", "\xc5\xac", "\xc5\xad", "\xc5\xae", "\xc5\xaf", + "\xc5\xb0", "\xc5\xb1", "\xc5\xb3", "\xc5\xb4", "\xc5\xb5", "\xc5\xb6", + "\xc5\xb7", "\xc5\xb8", "\xc5\xb9", "\xc5\xba", "\xc5\xbb", "\xc5\xbc", + "\xc5\xbd", "\xc5\xc1", "\xc5\xc2", "\xc5\xc3", "\xc5\xc4", "\xc5\xc5", + "\xc5\xc6", "\xc5\xc7", "\xc5\xc8", "\xc5\xc9", "\xc5\xca", "\xc5\xcb", + "\xc5\xcc", "\xc5\xcd", "\xc5\xce", "\xc5\xcf", "\xc5\xd0", "\xc5\xd1", + "\xc5\xd3", "\xc5\xd4", "\xc5\xd5", "\xc5\xd6", "\xc5\xd7", "\xc5\xd8", + "\xc5\xd9", "\xc5\xda", "\xc5\xdb", "\xc5\xdc", "\xc5\xdd", "\xc5\xe1", + "\xc5\xe2", "\xc5\xe3", "\xc5\xe4", "\xc5\xe5", "\xc5\xe6", "\xc5\xe7", + "\xc5\xe8", "\xc5\xe9", "\xc5\xea", "\xc5\xeb", "\xc5\xec", "\xc5\xed", + "\xc5\xee", "\xc5\xef", "\xc5\xf0", "\xc5\xf1", "\xc5\xf3", "\xc5\xf4", + "\xc5\xf5", "\xc5\xf6", "\xc5\xf7", "\xc5\xf8", "\xc5\xf9", "\xc5\xfa", + "\xc5\xfb", "\xc5\xfc", "\xc5\xfd", "\xc6\x41", "\xc6\x42", "\xc6\x43", + "\xc6\x44", "\xc6\x45", "\xc6\x46", "\xc6\x47", "\xc6\x48", "\xc6\x49", + "\xc6\x4a", "\xc6\x4b", "\xc6\x4c", "\xc6\x4d", "\xc6\x4e", "\xc6\x4f", + "\xc6\x50", "\xc6\x51", "\xc6\x53", "\xc6\x54", "\xc6\x55", "\xc6\x56", + "\xc6\x57", "\xc6\x58", "\xc6\x59", "\xc6\x5a", "\xc6\x5b", "\xc6\x5c", + "\xc6\x5d", "\xc6\x61", "\xc6\x62", "\xc6\x63", "\xc6\x64", "\xc6\x65", + "\xc6\x66", "\xc6\x67", "\xc6\x68", "\xc6\x69", "\xc6\x6a", "\xc6\x6b", + "\xc6\x6c", "\xc6\x6d", "\xc6\x6e", "\xc6\x6f", "\xc6\x70", "\xc6\x71", + "\xc6\x73", "\xc6\x74", "\xc6\x75", "\xc6\x76", "\xc6\x77", "\xc6\x78", + "\xc6\x79", "\xc6\x7a", "\xc6\x7b", "\xc6\x7c", "\xc6\x7d", "\xc6\x81", + "\xc6\x82", "\xc6\x83", "\xc6\x84", "\xc6\x85", "\xc6\x86", "\xc6\x87", + "\xc6\x88", "\xc6\x89", "\xc6\x8a", "\xc6\x8b", "\xc6\x8c", "\xc6\x8d", + "\xc6\x8e", "\xc6\x8f", "\xc6\x90", "\xc6\x91", "\xc6\x93", "\xc6\x94", + "\xc6\x95", "\xc6\x96", "\xc6\x97", "\xc6\x98", "\xc6\x99", "\xc6\x9a", + "\xc6\x9b", "\xc6\x9c", "\xc6\x9d", "\xc6\xa1", "\xc6\xa2", "\xc6\xa3", + "\xc6\xa4", "\xc6\xa5", "\xc6\xa6", "\xc6\xa7", "\xc6\xa8", "\xc6\xa9", + "\xc6\xaa", "\xc6\xab", "\xc6\xac", "\xc6\xad", "\xc6\xae", "\xc6\xaf", + "\xc6\xb0", "\xc6\xb1", "\xc6\xb3", "\xc6\xb4", "\xc6\xb5", "\xc6\xb6", + "\xc6\xb7", "\xc6\xb8", "\xc6\xb9", "\xc6\xba", "\xc6\xbb", "\xc6\xbc", + "\xc6\xbd", "\xc6\xc1", "\xc6\xc2", "\xc6\xc3", "\xc6\xc4", "\xc6\xc5", + "\xc6\xc6", "\xc6\xc7", "\xc6\xc8", "\xc6\xc9", "\xc6\xca", "\xc6\xcb", + "\xc6\xcc", "\xc6\xcd", "\xc6\xce", "\xc6\xcf", "\xc6\xd0", "\xc6\xd1", + "\xc6\xd3", "\xc6\xd4", "\xc6\xd5", "\xc6\xd6", "\xc6\xd7", "\xc6\xd8", + "\xc6\xd9", "\xc6\xda", "\xc6\xdb", "\xc6\xdc", "\xc6\xdd", "\xc6\xe1", + "\xc6\xe2", "\xc6\xe3", "\xc6\xe4", "\xc6\xe5", "\xc6\xe6", "\xc6\xe7", + "\xc6\xe8", "\xc6\xe9", "\xc6\xea", "\xc6\xeb", "\xc6\xec", "\xc6\xed", + "\xc6\xee", "\xc6\xef", "\xc6\xf0", "\xc6\xf1", "\xc6\xf3", "\xc6\xf4", + "\xc6\xf5", "\xc6\xf6", "\xc6\xf7", "\xc6\xf8", "\xc6\xf9", "\xc6\xfa", + "\xc6\xfb", "\xc6\xfc", "\xc6\xfd", "\xc7\x41", "\xc7\x42", "\xc7\x43", + "\xc7\x44", "\xc7\x45", "\xc7\x46", "\xc7\x47", "\xc7\x48", "\xc7\x49", + "\xc7\x4a", "\xc7\x4b", "\xc7\x4c", "\xc7\x4d", "\xc7\x4e", "\xc7\x4f", + "\xc7\x50", "\xc7\x51", "\xc7\x53", "\xc7\x54", "\xc7\x55", "\xc7\x56", + "\xc7\x57", "\xc7\x58", "\xc7\x59", "\xc7\x5a", "\xc7\x5b", "\xc7\x5c", + "\xc7\x5d", "\xc7\x61", "\xc7\x62", "\xc7\x63", "\xc7\x64", "\xc7\x65", + "\xc7\x66", "\xc7\x67", "\xc7\x68", "\xc7\x69", "\xc7\x6a", "\xc7\x6b", + "\xc7\x6c", "\xc7\x6d", "\xc7\x6e", "\xc7\x6f", "\xc7\x70", "\xc7\x71", + "\xc7\x73", "\xc7\x74", "\xc7\x75", "\xc7\x76", "\xc7\x77", "\xc7\x78", + "\xc7\x79", "\xc7\x7a", "\xc7\x7b", "\xc7\x7c", "\xc7\x7d", "\xc7\x81", + "\xc7\x82", "\xc7\x83", "\xc7\x84", "\xc7\x85", "\xc7\x86", "\xc7\x87", + "\xc7\x88", "\xc7\x89", "\xc7\x8a", "\xc7\x8b", "\xc7\x8c", "\xc7\x8d", + "\xc7\x8e", "\xc7\x8f", "\xc7\x90", "\xc7\x91", "\xc7\x93", "\xc7\x94", + "\xc7\x95", "\xc7\x96", "\xc7\x97", "\xc7\x98", "\xc7\x99", "\xc7\x9a", + "\xc7\x9b", "\xc7\x9c", "\xc7\x9d", "\xc7\xa1", "\xc7\xa2", "\xc7\xa3", + "\xc7\xa4", "\xc7\xa5", "\xc7\xa6", "\xc7\xa7", "\xc7\xa8", "\xc7\xa9", + "\xc7\xaa", "\xc7\xab", "\xc7\xac", "\xc7\xad", "\xc7\xae", "\xc7\xaf", + "\xc7\xb0", "\xc7\xb1", "\xc7\xb3", "\xc7\xb4", "\xc7\xb5", "\xc7\xb6", + "\xc7\xb7", "\xc7\xb8", "\xc7\xb9", "\xc7\xba", "\xc7\xbb", "\xc7\xbc", + "\xc7\xbd", "\xc8\x61", "\xc8\x62", "\xc8\x63", "\xc8\x64", "\xc8\x65", + "\xc8\x66", "\xc8\x67", "\xc8\x68", "\xc8\x69", "\xc8\x6a", "\xc8\x6b", + "\xc8\x6c", "\xc8\x6d", "\xc8\x6e", "\xc8\x6f", "\xc8\x70", "\xc8\x71", + "\xc8\x73", "\xc8\x74", "\xc8\x75", "\xc8\x76", "\xc8\x77", "\xc8\x78", + "\xc8\x79", "\xc8\x7a", "\xc8\x7b", "\xc8\x7c", "\xc8\x7d", "\xc8\x81", + "\xc8\x82", "\xc8\x83", "\xc8\x84", "\xc8\x85", "\xc8\x86", "\xc8\x87", + "\xc8\x88", "\xc8\x89", "\xc8\x8a", "\xc8\x8b", "\xc8\x8c", "\xc8\x8d", + "\xc8\x8e", "\xc8\x8f", "\xc8\x90", "\xc8\x91", "\xc8\x93", "\xc8\x94", + "\xc8\x95", "\xc8\x96", "\xc8\x97", "\xc8\x98", "\xc8\x99", "\xc8\x9a", + "\xc8\x9b", "\xc8\x9c", "\xc8\x9d", "\xc8\xa1", "\xc8\xa2", "\xc8\xa3", + "\xc8\xa4", "\xc8\xa5", "\xc8\xa6", "\xc8\xa7", "\xc8\xa8", "\xc8\xa9", + "\xc8\xaa", "\xc8\xab", "\xc8\xac", "\xc8\xad", "\xc8\xae", "\xc8\xaf", + "\xc8\xb0", "\xc8\xb1", "\xc8\xb3", "\xc8\xb4", "\xc8\xb5", "\xc8\xb6", + "\xc8\xb7", "\xc8\xb8", "\xc8\xb9", "\xc8\xba", "\xc8\xbb", "\xc8\xbc", + "\xc8\xbd", "\xc8\xc1", "\xc8\xc2", "\xc8\xc3", "\xc8\xc4", "\xc8\xc5", + "\xc8\xc6", "\xc8\xc7", "\xc8\xc8", "\xc8\xc9", "\xc8\xca", "\xc8\xcb", + "\xc8\xcc", "\xc8\xcd", "\xc8\xce", "\xc8\xcf", "\xc8\xd0", "\xc8\xd1", + "\xc8\xd3", "\xc8\xd4", "\xc8\xd5", "\xc8\xd6", "\xc8\xd7", "\xc8\xd8", + "\xc8\xd9", "\xc8\xda", "\xc8\xdb", "\xc8\xdc", "\xc8\xdd", "\xc8\xe1", + "\xc8\xe2", "\xc8\xe3", "\xc8\xe4", "\xc8\xe5", "\xc8\xe6", "\xc8\xe7", + "\xc8\xe8", "\xc8\xe9", "\xc8\xea", "\xc8\xeb", "\xc8\xec", "\xc8\xed", + "\xc8\xee", "\xc8\xef", "\xc8\xf0", "\xc8\xf1", "\xc8\xf3", "\xc8\xf4", + "\xc8\xf5", "\xc8\xf6", "\xc8\xf7", "\xc8\xf8", "\xc8\xf9", "\xc8\xfa", + "\xc8\xfb", "\xc8\xfc", "\xc8\xfd", "\xc9\x41", "\xc9\x42", "\xc9\x43", + "\xc9\x44", "\xc9\x45", "\xc9\x46", "\xc9\x47", "\xc9\x48", "\xc9\x49", + "\xc9\x4a", "\xc9\x4b", "\xc9\x4c", "\xc9\x4d", "\xc9\x4e", "\xc9\x4f", + "\xc9\x50", "\xc9\x51", "\xc9\x53", "\xc9\x54", "\xc9\x55", "\xc9\x56", + "\xc9\x57", "\xc9\x58", "\xc9\x59", "\xc9\x5a", "\xc9\x5b", "\xc9\x5c", + "\xc9\x5d", "\xc9\x61", "\xc9\x62", "\xc9\x63", "\xc9\x64", "\xc9\x65", + "\xc9\x66", "\xc9\x67", "\xc9\x68", "\xc9\x69", "\xc9\x6a", "\xc9\x6b", + "\xc9\x6c", "\xc9\x6d", "\xc9\x6e", "\xc9\x6f", "\xc9\x70", "\xc9\x71", + "\xc9\x73", "\xc9\x74", "\xc9\x75", "\xc9\x76", "\xc9\x77", "\xc9\x78", + "\xc9\x79", "\xc9\x7a", "\xc9\x7b", "\xc9\x7c", "\xc9\x7d", "\xc9\x81", + "\xc9\x82", "\xc9\x83", "\xc9\x84", "\xc9\x85", "\xc9\x86", "\xc9\x87", + "\xc9\x88", "\xc9\x89", "\xc9\x8a", "\xc9\x8b", "\xc9\x8c", "\xc9\x8d", + "\xc9\x8e", "\xc9\x8f", "\xc9\x90", "\xc9\x91", "\xc9\x93", "\xc9\x94", + "\xc9\x95", "\xc9\x96", "\xc9\x97", "\xc9\x98", "\xc9\x99", "\xc9\x9a", + "\xc9\x9b", "\xc9\x9c", "\xc9\x9d", "\xc9\xa1", "\xc9\xa2", "\xc9\xa3", + "\xc9\xa4", "\xc9\xa5", "\xc9\xa6", "\xc9\xa7", "\xc9\xa8", "\xc9\xa9", + "\xc9\xaa", "\xc9\xab", "\xc9\xac", "\xc9\xad", "\xc9\xae", "\xc9\xaf", + "\xc9\xb0", "\xc9\xb1", "\xc9\xb3", "\xc9\xb4", "\xc9\xb5", "\xc9\xb6", + "\xc9\xb7", "\xc9\xb8", "\xc9\xb9", "\xc9\xba", "\xc9\xbb", "\xc9\xbc", + "\xc9\xbd", "\xc9\xc1", "\xc9\xc2", "\xc9\xc3", "\xc9\xc4", "\xc9\xc5", + "\xc9\xc6", "\xc9\xc7", "\xc9\xc8", "\xc9\xc9", "\xc9\xca", "\xc9\xcb", + "\xc9\xcc", "\xc9\xcd", "\xc9\xce", "\xc9\xcf", "\xc9\xd0", "\xc9\xd1", + "\xc9\xd3", "\xc9\xd4", "\xc9\xd5", "\xc9\xd6", "\xc9\xd7", "\xc9\xd8", + "\xc9\xd9", "\xc9\xda", "\xc9\xdb", "\xc9\xdc", "\xc9\xdd", "\xc9\xe1", + "\xc9\xe2", "\xc9\xe3", "\xc9\xe4", "\xc9\xe5", "\xc9\xe6", "\xc9\xe7", + "\xc9\xe8", "\xc9\xe9", "\xc9\xea", "\xc9\xeb", "\xc9\xec", "\xc9\xed", + "\xc9\xee", "\xc9\xef", "\xc9\xf0", "\xc9\xf1", "\xc9\xf3", "\xc9\xf4", + "\xc9\xf5", "\xc9\xf6", "\xc9\xf7", "\xc9\xf8", "\xc9\xf9", "\xc9\xfa", + "\xc9\xfb", "\xc9\xfc", "\xc9\xfd", "\xca\x41", "\xca\x42", "\xca\x43", + "\xca\x44", "\xca\x45", "\xca\x46", "\xca\x47", "\xca\x48", "\xca\x49", + "\xca\x4a", "\xca\x4b", "\xca\x4c", "\xca\x4d", "\xca\x4e", "\xca\x4f", + "\xca\x50", "\xca\x51", "\xca\x53", "\xca\x54", "\xca\x55", "\xca\x56", + "\xca\x57", "\xca\x58", "\xca\x59", "\xca\x5a", "\xca\x5b", "\xca\x5c", + "\xca\x5d", "\xca\x61", "\xca\x62", "\xca\x63", "\xca\x64", "\xca\x65", + "\xca\x66", "\xca\x67", "\xca\x68", "\xca\x69", "\xca\x6a", "\xca\x6b", + "\xca\x6c", "\xca\x6d", "\xca\x6e", "\xca\x6f", "\xca\x70", "\xca\x71", + "\xca\x73", "\xca\x74", "\xca\x75", "\xca\x76", "\xca\x77", "\xca\x78", + "\xca\x79", "\xca\x7a", "\xca\x7b", "\xca\x7c", "\xca\x7d", "\xca\x81", + "\xca\x82", "\xca\x83", "\xca\x84", "\xca\x85", "\xca\x86", "\xca\x87", + "\xca\x88", "\xca\x89", "\xca\x8a", "\xca\x8b", "\xca\x8c", "\xca\x8d", + "\xca\x8e", "\xca\x8f", "\xca\x90", "\xca\x91", "\xca\x93", "\xca\x94", + "\xca\x95", "\xca\x96", "\xca\x97", "\xca\x98", "\xca\x99", "\xca\x9a", + "\xca\x9b", "\xca\x9c", "\xca\x9d", "\xca\xa1", "\xca\xa2", "\xca\xa3", + "\xca\xa4", "\xca\xa5", "\xca\xa6", "\xca\xa7", "\xca\xa8", "\xca\xa9", + "\xca\xaa", "\xca\xab", "\xca\xac", "\xca\xad", "\xca\xae", "\xca\xaf", + "\xca\xb0", "\xca\xb1", "\xca\xb3", "\xca\xb4", "\xca\xb5", "\xca\xb6", + "\xca\xb7", "\xca\xb8", "\xca\xb9", "\xca\xba", "\xca\xbb", "\xca\xbc", + "\xca\xbd", "\xca\xc1", "\xca\xc2", "\xca\xc3", "\xca\xc4", "\xca\xc5", + "\xca\xc6", "\xca\xc7", "\xca\xc8", "\xca\xc9", "\xca\xca", "\xca\xcb", + "\xca\xcc", "\xca\xcd", "\xca\xce", "\xca\xcf", "\xca\xd0", "\xca\xd1", + "\xca\xd3", "\xca\xd4", "\xca\xd5", "\xca\xd6", "\xca\xd7", "\xca\xd8", + "\xca\xd9", "\xca\xda", "\xca\xdb", "\xca\xdc", "\xca\xdd", "\xca\xe1", + "\xca\xe2", "\xca\xe3", "\xca\xe4", "\xca\xe5", "\xca\xe6", "\xca\xe7", + "\xca\xe8", "\xca\xe9", "\xca\xea", "\xca\xeb", "\xca\xec", "\xca\xed", + "\xca\xee", "\xca\xef", "\xca\xf0", "\xca\xf1", "\xca\xf3", "\xca\xf4", + "\xca\xf5", "\xca\xf6", "\xca\xf7", "\xca\xf8", "\xca\xf9", "\xca\xfa", + "\xca\xfb", "\xca\xfc", "\xca\xfd", "\xcb\x41", "\xcb\x42", "\xcb\x43", + "\xcb\x44", "\xcb\x45", "\xcb\x46", "\xcb\x47", "\xcb\x48", "\xcb\x49", + "\xcb\x4a", "\xcb\x4b", "\xcb\x4c", "\xcb\x4d", "\xcb\x4e", "\xcb\x4f", + "\xcb\x50", "\xcb\x51", "\xcb\x53", "\xcb\x54", "\xcb\x55", "\xcb\x56", + "\xcb\x57", "\xcb\x58", "\xcb\x59", "\xcb\x5a", "\xcb\x5b", "\xcb\x5c", + "\xcb\x5d", "\xcb\x61", "\xcb\x62", "\xcb\x63", "\xcb\x64", "\xcb\x65", + "\xcb\x66", "\xcb\x67", "\xcb\x68", "\xcb\x69", "\xcb\x6a", "\xcb\x6b", + "\xcb\x6c", "\xcb\x6d", "\xcb\x6e", "\xcb\x6f", "\xcb\x70", "\xcb\x71", + "\xcb\x73", "\xcb\x74", "\xcb\x75", "\xcb\x76", "\xcb\x77", "\xcb\x78", + "\xcb\x79", "\xcb\x7a", "\xcb\x7b", "\xcb\x7c", "\xcb\x7d", "\xcb\x81", + "\xcb\x82", "\xcb\x83", "\xcb\x84", "\xcb\x85", "\xcb\x86", "\xcb\x87", + "\xcb\x88", "\xcb\x89", "\xcb\x8a", "\xcb\x8b", "\xcb\x8c", "\xcb\x8d", + "\xcb\x8e", "\xcb\x8f", "\xcb\x90", "\xcb\x91", "\xcb\x93", "\xcb\x94", + "\xcb\x95", "\xcb\x96", "\xcb\x97", "\xcb\x98", "\xcb\x99", "\xcb\x9a", + "\xcb\x9b", "\xcb\x9c", "\xcb\x9d", "\xcb\xa1", "\xcb\xa2", "\xcb\xa3", + "\xcb\xa4", "\xcb\xa5", "\xcb\xa6", "\xcb\xa7", "\xcb\xa8", "\xcb\xa9", + "\xcb\xaa", "\xcb\xab", "\xcb\xac", "\xcb\xad", "\xcb\xae", "\xcb\xaf", + "\xcb\xb0", "\xcb\xb1", "\xcb\xb3", "\xcb\xb4", "\xcb\xb5", "\xcb\xb6", + "\xcb\xb7", "\xcb\xb8", "\xcb\xb9", "\xcb\xba", "\xcb\xbb", "\xcb\xbc", + "\xcb\xbd", "\xcc\x61", "\xcc\x62", "\xcc\x63", "\xcc\x64", "\xcc\x65", + "\xcc\x66", "\xcc\x67", "\xcc\x68", "\xcc\x69", "\xcc\x6a", "\xcc\x6b", + "\xcc\x6c", "\xcc\x6d", "\xcc\x6e", "\xcc\x6f", "\xcc\x70", "\xcc\x71", + "\xcc\x73", "\xcc\x74", "\xcc\x75", "\xcc\x76", "\xcc\x77", "\xcc\x78", + "\xcc\x79", "\xcc\x7a", "\xcc\x7b", "\xcc\x7c", "\xcc\x7d", "\xcc\x81", + "\xcc\x82", "\xcc\x83", "\xcc\x84", "\xcc\x85", "\xcc\x86", "\xcc\x87", + "\xcc\x88", "\xcc\x89", "\xcc\x8a", "\xcc\x8b", "\xcc\x8c", "\xcc\x8d", + "\xcc\x8e", "\xcc\x8f", "\xcc\x90", "\xcc\x91", "\xcc\x93", "\xcc\x94", + "\xcc\x95", "\xcc\x96", "\xcc\x97", "\xcc\x98", "\xcc\x99", "\xcc\x9a", + "\xcc\x9b", "\xcc\x9c", "\xcc\x9d", "\xcc\xa1", "\xcc\xa2", "\xcc\xa3", + "\xcc\xa4", "\xcc\xa5", "\xcc\xa6", "\xcc\xa7", "\xcc\xa8", "\xcc\xa9", + "\xcc\xaa", "\xcc\xab", "\xcc\xac", "\xcc\xad", "\xcc\xae", "\xcc\xaf", + "\xcc\xb0", "\xcc\xb1", "\xcc\xb3", "\xcc\xb4", "\xcc\xb5", "\xcc\xb6", + "\xcc\xb7", "\xcc\xb8", "\xcc\xb9", "\xcc\xba", "\xcc\xbb", "\xcc\xbc", + "\xcc\xbd", "\xcc\xc1", "\xcc\xc2", "\xcc\xc3", "\xcc\xc4", "\xcc\xc5", + "\xcc\xc6", "\xcc\xc7", "\xcc\xc8", "\xcc\xc9", "\xcc\xca", "\xcc\xcb", + "\xcc\xcc", "\xcc\xcd", "\xcc\xce", "\xcc\xcf", "\xcc\xd0", "\xcc\xd1", + "\xcc\xd3", "\xcc\xd4", "\xcc\xd5", "\xcc\xd6", "\xcc\xd7", "\xcc\xd8", + "\xcc\xd9", "\xcc\xda", "\xcc\xdb", "\xcc\xdc", "\xcc\xdd", "\xcc\xe1", + "\xcc\xe2", "\xcc\xe3", "\xcc\xe4", "\xcc\xe5", "\xcc\xe6", "\xcc\xe7", + "\xcc\xe8", "\xcc\xe9", "\xcc\xea", "\xcc\xeb", "\xcc\xec", "\xcc\xed", + "\xcc\xee", "\xcc\xef", "\xcc\xf0", "\xcc\xf1", "\xcc\xf3", "\xcc\xf4", + "\xcc\xf5", "\xcc\xf6", "\xcc\xf7", "\xcc\xf8", "\xcc\xf9", "\xcc\xfa", + "\xcc\xfb", "\xcc\xfc", "\xcc\xfd", "\xcd\x41", "\xcd\x42", "\xcd\x43", + "\xcd\x44", "\xcd\x45", "\xcd\x46", "\xcd\x47", "\xcd\x48", "\xcd\x49", + "\xcd\x4a", "\xcd\x4b", "\xcd\x4c", "\xcd\x4d", "\xcd\x4e", "\xcd\x4f", + "\xcd\x50", "\xcd\x51", "\xcd\x53", "\xcd\x54", "\xcd\x55", "\xcd\x56", + "\xcd\x57", "\xcd\x58", "\xcd\x59", "\xcd\x5a", "\xcd\x5b", "\xcd\x5c", + "\xcd\x5d", "\xcd\x61", "\xcd\x62", "\xcd\x63", "\xcd\x64", "\xcd\x65", + "\xcd\x66", "\xcd\x67", "\xcd\x68", "\xcd\x69", "\xcd\x6a", "\xcd\x6b", + "\xcd\x6c", "\xcd\x6d", "\xcd\x6e", "\xcd\x6f", "\xcd\x70", "\xcd\x71", + "\xcd\x73", "\xcd\x74", "\xcd\x75", "\xcd\x76", "\xcd\x77", "\xcd\x78", + "\xcd\x79", "\xcd\x7a", "\xcd\x7b", "\xcd\x7c", "\xcd\x7d", "\xcd\x81", + "\xcd\x82", "\xcd\x83", "\xcd\x84", "\xcd\x85", "\xcd\x86", "\xcd\x87", + "\xcd\x88", "\xcd\x89", "\xcd\x8a", "\xcd\x8b", "\xcd\x8c", "\xcd\x8d", + "\xcd\x8e", "\xcd\x8f", "\xcd\x90", "\xcd\x91", "\xcd\x93", "\xcd\x94", + "\xcd\x95", "\xcd\x96", "\xcd\x97", "\xcd\x98", "\xcd\x99", "\xcd\x9a", + "\xcd\x9b", "\xcd\x9c", "\xcd\x9d", "\xcd\xa1", "\xcd\xa2", "\xcd\xa3", + "\xcd\xa4", "\xcd\xa5", "\xcd\xa6", "\xcd\xa7", "\xcd\xa8", "\xcd\xa9", + "\xcd\xaa", "\xcd\xab", "\xcd\xac", "\xcd\xad", "\xcd\xae", "\xcd\xaf", + "\xcd\xb0", "\xcd\xb1", "\xcd\xb3", "\xcd\xb4", "\xcd\xb5", "\xcd\xb6", + "\xcd\xb7", "\xcd\xb8", "\xcd\xb9", "\xcd\xba", "\xcd\xbb", "\xcd\xbc", + "\xcd\xbd", "\xcd\xc1", "\xcd\xc2", "\xcd\xc3", "\xcd\xc4", "\xcd\xc5", + "\xcd\xc6", "\xcd\xc7", "\xcd\xc8", "\xcd\xc9", "\xcd\xca", "\xcd\xcb", + "\xcd\xcc", "\xcd\xcd", "\xcd\xce", "\xcd\xcf", "\xcd\xd0", "\xcd\xd1", + "\xcd\xd3", "\xcd\xd4", "\xcd\xd5", "\xcd\xd6", "\xcd\xd7", "\xcd\xd8", + "\xcd\xd9", "\xcd\xda", "\xcd\xdb", "\xcd\xdc", "\xcd\xdd", "\xcd\xe1", + "\xcd\xe2", "\xcd\xe3", "\xcd\xe4", "\xcd\xe5", "\xcd\xe6", "\xcd\xe7", + "\xcd\xe8", "\xcd\xe9", "\xcd\xea", "\xcd\xeb", "\xcd\xec", "\xcd\xed", + "\xcd\xee", "\xcd\xef", "\xcd\xf0", "\xcd\xf1", "\xcd\xf3", "\xcd\xf4", + "\xcd\xf5", "\xcd\xf6", "\xcd\xf7", "\xcd\xf8", "\xcd\xf9", "\xcd\xfa", + "\xcd\xfb", "\xcd\xfc", "\xcd\xfd", "\xce\x41", "\xce\x42", "\xce\x43", + "\xce\x44", "\xce\x45", "\xce\x46", "\xce\x47", "\xce\x48", "\xce\x49", + "\xce\x4a", "\xce\x4b", "\xce\x4c", "\xce\x4d", "\xce\x4e", "\xce\x4f", + "\xce\x50", "\xce\x51", "\xce\x53", "\xce\x54", "\xce\x55", "\xce\x56", + "\xce\x57", "\xce\x58", "\xce\x59", "\xce\x5a", "\xce\x5b", "\xce\x5c", + "\xce\x5d", "\xce\x61", "\xce\x62", "\xce\x63", "\xce\x64", "\xce\x65", + "\xce\x66", "\xce\x67", "\xce\x68", "\xce\x69", "\xce\x6a", "\xce\x6b", + "\xce\x6c", "\xce\x6d", "\xce\x6e", "\xce\x6f", "\xce\x70", "\xce\x71", + "\xce\x73", "\xce\x74", "\xce\x75", "\xce\x76", "\xce\x77", "\xce\x78", + "\xce\x79", "\xce\x7a", "\xce\x7b", "\xce\x7c", "\xce\x7d", "\xce\x81", + "\xce\x82", "\xce\x83", "\xce\x84", "\xce\x85", "\xce\x86", "\xce\x87", + "\xce\x88", "\xce\x89", "\xce\x8a", "\xce\x8b", "\xce\x8c", "\xce\x8d", + "\xce\x8e", "\xce\x8f", "\xce\x90", "\xce\x91", "\xce\x93", "\xce\x94", + "\xce\x95", "\xce\x96", "\xce\x97", "\xce\x98", "\xce\x99", "\xce\x9a", + "\xce\x9b", "\xce\x9c", "\xce\x9d", "\xce\xa1", "\xce\xa2", "\xce\xa3", + "\xce\xa4", "\xce\xa5", "\xce\xa6", "\xce\xa7", "\xce\xa8", "\xce\xa9", + "\xce\xaa", "\xce\xab", "\xce\xac", "\xce\xad", "\xce\xae", "\xce\xaf", + "\xce\xb0", "\xce\xb1", "\xce\xb3", "\xce\xb4", "\xce\xb5", "\xce\xb6", + "\xce\xb7", "\xce\xb8", "\xce\xb9", "\xce\xba", "\xce\xbb", "\xce\xbc", + "\xce\xbd", "\xce\xc1", "\xce\xc2", "\xce\xc3", "\xce\xc4", "\xce\xc5", + "\xce\xc6", "\xce\xc7", "\xce\xc8", "\xce\xc9", "\xce\xca", "\xce\xcb", + "\xce\xcc", "\xce\xcd", "\xce\xce", "\xce\xcf", "\xce\xd0", "\xce\xd1", + "\xce\xd3", "\xce\xd4", "\xce\xd5", "\xce\xd6", "\xce\xd7", "\xce\xd8", + "\xce\xd9", "\xce\xda", "\xce\xdb", "\xce\xdc", "\xce\xdd", "\xce\xe1", + "\xce\xe2", "\xce\xe3", "\xce\xe4", "\xce\xe5", "\xce\xe6", "\xce\xe7", + "\xce\xe8", "\xce\xe9", "\xce\xea", "\xce\xeb", "\xce\xec", "\xce\xed", + "\xce\xee", "\xce\xef", "\xce\xf0", "\xce\xf1", "\xce\xf3", "\xce\xf4", + "\xce\xf5", "\xce\xf6", "\xce\xf7", "\xce\xf8", "\xce\xf9", "\xce\xfa", + "\xce\xfb", "\xce\xfc", "\xce\xfd", "\xcf\x41", "\xcf\x42", "\xcf\x43", + "\xcf\x44", "\xcf\x45", "\xcf\x46", "\xcf\x47", "\xcf\x48", "\xcf\x49", + "\xcf\x4a", "\xcf\x4b", "\xcf\x4c", "\xcf\x4d", "\xcf\x4e", "\xcf\x4f", + "\xcf\x50", "\xcf\x51", "\xcf\x53", "\xcf\x54", "\xcf\x55", "\xcf\x56", + "\xcf\x57", "\xcf\x58", "\xcf\x59", "\xcf\x5a", "\xcf\x5b", "\xcf\x5c", + "\xcf\x5d", "\xcf\x61", "\xcf\x62", "\xcf\x63", "\xcf\x64", "\xcf\x65", + "\xcf\x66", "\xcf\x67", "\xcf\x68", "\xcf\x69", "\xcf\x6a", "\xcf\x6b", + "\xcf\x6c", "\xcf\x6d", "\xcf\x6e", "\xcf\x6f", "\xcf\x70", "\xcf\x71", + "\xcf\x73", "\xcf\x74", "\xcf\x75", "\xcf\x76", "\xcf\x77", "\xcf\x78", + "\xcf\x79", "\xcf\x7a", "\xcf\x7b", "\xcf\x7c", "\xcf\x7d", "\xcf\x81", + "\xcf\x82", "\xcf\x83", "\xcf\x84", "\xcf\x85", "\xcf\x86", "\xcf\x87", + "\xcf\x88", "\xcf\x89", "\xcf\x8a", "\xcf\x8b", "\xcf\x8c", "\xcf\x8d", + "\xcf\x8e", "\xcf\x8f", "\xcf\x90", "\xcf\x91", "\xcf\x93", "\xcf\x94", + "\xcf\x95", "\xcf\x96", "\xcf\x97", "\xcf\x98", "\xcf\x99", "\xcf\x9a", + "\xcf\x9b", "\xcf\x9c", "\xcf\x9d", "\xcf\xa1", "\xcf\xa2", "\xcf\xa3", + "\xcf\xa4", "\xcf\xa5", "\xcf\xa6", "\xcf\xa7", "\xcf\xa8", "\xcf\xa9", + "\xcf\xaa", "\xcf\xab", "\xcf\xac", "\xcf\xad", "\xcf\xae", "\xcf\xaf", + "\xcf\xb0", "\xcf\xb1", "\xcf\xb3", "\xcf\xb4", "\xcf\xb5", "\xcf\xb6", + "\xcf\xb7", "\xcf\xb8", "\xcf\xb9", "\xcf\xba", "\xcf\xbb", "\xcf\xbc", + "\xcf\xbd", "\xd0\x61", "\xd0\x62", "\xd0\x63", "\xd0\x64", "\xd0\x65", + "\xd0\x66", "\xd0\x67", "\xd0\x68", "\xd0\x69", "\xd0\x6a", "\xd0\x6b", + "\xd0\x6c", "\xd0\x6d", "\xd0\x6e", "\xd0\x6f", "\xd0\x70", "\xd0\x71", + "\xd0\x73", "\xd0\x74", "\xd0\x75", "\xd0\x76", "\xd0\x77", "\xd0\x78", + "\xd0\x79", "\xd0\x7a", "\xd0\x7b", "\xd0\x7c", "\xd0\x7d", "\xd0\x81", + "\xd0\x82", "\xd0\x83", "\xd0\x84", "\xd0\x85", "\xd0\x86", "\xd0\x87", + "\xd0\x88", "\xd0\x89", "\xd0\x8a", "\xd0\x8b", "\xd0\x8c", "\xd0\x8d", + "\xd0\x8e", "\xd0\x8f", "\xd0\x90", "\xd0\x91", "\xd0\x93", "\xd0\x94", + "\xd0\x95", "\xd0\x96", "\xd0\x97", "\xd0\x98", "\xd0\x99", "\xd0\x9a", + "\xd0\x9b", "\xd0\x9c", "\xd0\x9d", "\xd0\xa1", "\xd0\xa2", "\xd0\xa3", + "\xd0\xa4", "\xd0\xa5", "\xd0\xa6", "\xd0\xa7", "\xd0\xa8", "\xd0\xa9", + "\xd0\xaa", "\xd0\xab", "\xd0\xac", "\xd0\xad", "\xd0\xae", "\xd0\xaf", + "\xd0\xb0", "\xd0\xb1", "\xd0\xb3", "\xd0\xb4", "\xd0\xb5", "\xd0\xb6", + "\xd0\xb7", "\xd0\xb8", "\xd0\xb9", "\xd0\xba", "\xd0\xbb", "\xd0\xbc", + "\xd0\xbd", "\xd0\xc1", "\xd0\xc2", "\xd0\xc3", "\xd0\xc4", "\xd0\xc5", + "\xd0\xc6", "\xd0\xc7", "\xd0\xc8", "\xd0\xc9", "\xd0\xca", "\xd0\xcb", + "\xd0\xcc", "\xd0\xcd", "\xd0\xce", "\xd0\xcf", "\xd0\xd0", "\xd0\xd1", + "\xd0\xd3", "\xd0\xd4", "\xd0\xd5", "\xd0\xd6", "\xd0\xd7", "\xd0\xd8", + "\xd0\xd9", "\xd0\xda", "\xd0\xdb", "\xd0\xdc", "\xd0\xdd", "\xd0\xe1", + "\xd0\xe2", "\xd0\xe3", "\xd0\xe4", "\xd0\xe5", "\xd0\xe6", "\xd0\xe7", + "\xd0\xe8", "\xd0\xe9", "\xd0\xea", "\xd0\xeb", "\xd0\xec", "\xd0\xed", + "\xd0\xee", "\xd0\xef", "\xd0\xf0", "\xd0\xf1", "\xd0\xf3", "\xd0\xf4", + "\xd0\xf5", "\xd0\xf6", "\xd0\xf7", "\xd0\xf8", "\xd0\xf9", "\xd0\xfa", + "\xd0\xfb", "\xd0\xfc", "\xd0\xfd", "\xd1\x41", "\xd1\x42", "\xd1\x43", + "\xd1\x44", "\xd1\x45", "\xd1\x46", "\xd1\x47", "\xd1\x48", "\xd1\x49", + "\xd1\x4a", "\xd1\x4b", "\xd1\x4c", "\xd1\x4d", "\xd1\x4e", "\xd1\x4f", + "\xd1\x50", "\xd1\x51", "\xd1\x53", "\xd1\x54", "\xd1\x55", "\xd1\x56", + "\xd1\x57", "\xd1\x58", "\xd1\x59", "\xd1\x5a", "\xd1\x5b", "\xd1\x5c", + "\xd1\x5d", "\xd1\x61", "\xd1\x62", "\xd1\x63", "\xd1\x64", "\xd1\x65", + "\xd1\x66", "\xd1\x67", "\xd1\x68", "\xd1\x69", "\xd1\x6a", "\xd1\x6b", + "\xd1\x6c", "\xd1\x6d", "\xd1\x6e", "\xd1\x6f", "\xd1\x70", "\xd1\x71", + "\xd1\x73", "\xd1\x74", "\xd1\x75", "\xd1\x76", "\xd1\x77", "\xd1\x78", + "\xd1\x79", "\xd1\x7a", "\xd1\x7b", "\xd1\x7c", "\xd1\x7d", "\xd1\x81", + "\xd1\x82", "\xd1\x83", "\xd1\x84", "\xd1\x85", "\xd1\x86", "\xd1\x87", + "\xd1\x88", "\xd1\x89", "\xd1\x8a", "\xd1\x8b", "\xd1\x8c", "\xd1\x8d", + "\xd1\x8e", "\xd1\x8f", "\xd1\x90", "\xd1\x91", "\xd1\x93", "\xd1\x94", + "\xd1\x95", "\xd1\x96", "\xd1\x97", "\xd1\x98", "\xd1\x99", "\xd1\x9a", + "\xd1\x9b", "\xd1\x9c", "\xd1\x9d", "\xd1\xa1", "\xd1\xa2", "\xd1\xa3", + "\xd1\xa4", "\xd1\xa5", "\xd1\xa6", "\xd1\xa7", "\xd1\xa8", "\xd1\xa9", + "\xd1\xaa", "\xd1\xab", "\xd1\xac", "\xd1\xad", "\xd1\xae", "\xd1\xaf", + "\xd1\xb0", "\xd1\xb1", "\xd1\xb3", "\xd1\xb4", "\xd1\xb5", "\xd1\xb6", + "\xd1\xb7", "\xd1\xb8", "\xd1\xb9", "\xd1\xba", "\xd1\xbb", "\xd1\xbc", + "\xd1\xbd", "\xd1\xc1", "\xd1\xc2", "\xd1\xc3", "\xd1\xc4", "\xd1\xc5", + "\xd1\xc6", "\xd1\xc7", "\xd1\xc8", "\xd1\xc9", "\xd1\xca", "\xd1\xcb", + "\xd1\xcc", "\xd1\xcd", "\xd1\xce", "\xd1\xcf", "\xd1\xd0", "\xd1\xd1", + "\xd1\xd3", "\xd1\xd4", "\xd1\xd5", "\xd1\xd6", "\xd1\xd7", "\xd1\xd8", + "\xd1\xd9", "\xd1\xda", "\xd1\xdb", "\xd1\xdc", "\xd1\xdd", "\xd1\xe1", + "\xd1\xe2", "\xd1\xe3", "\xd1\xe4", "\xd1\xe5", "\xd1\xe6", "\xd1\xe7", + "\xd1\xe8", "\xd1\xe9", "\xd1\xea", "\xd1\xeb", "\xd1\xec", "\xd1\xed", + "\xd1\xee", "\xd1\xef", "\xd1\xf0", "\xd1\xf1", "\xd1\xf3", "\xd1\xf4", + "\xd1\xf5", "\xd1\xf6", "\xd1\xf7", "\xd1\xf8", "\xd1\xf9", "\xd1\xfa", + "\xd1\xfb", "\xd1\xfc", "\xd1\xfd", "\xd2\x41", "\xd2\x42", "\xd2\x43", + "\xd2\x44", "\xd2\x45", "\xd2\x46", "\xd2\x47", "\xd2\x48", "\xd2\x49", + "\xd2\x4a", "\xd2\x4b", "\xd2\x4c", "\xd2\x4d", "\xd2\x4e", "\xd2\x4f", + "\xd2\x50", "\xd2\x51", "\xd2\x53", "\xd2\x54", "\xd2\x55", "\xd2\x56", + "\xd2\x57", "\xd2\x58", "\xd2\x59", "\xd2\x5a", "\xd2\x5b", "\xd2\x5c", + "\xd2\x5d", "\xd2\x61", "\xd2\x62", "\xd2\x63", "\xd2\x64", "\xd2\x65", + "\xd2\x66", "\xd2\x67", "\xd2\x68", "\xd2\x69", "\xd2\x6a", "\xd2\x6b", + "\xd2\x6c", "\xd2\x6d", "\xd2\x6e", "\xd2\x6f", "\xd2\x70", "\xd2\x71", + "\xd2\x73", "\xd2\x74", "\xd2\x75", "\xd2\x76", "\xd2\x77", "\xd2\x78", + "\xd2\x79", "\xd2\x7a", "\xd2\x7b", "\xd2\x7c", "\xd2\x7d", "\xd2\x81", + "\xd2\x82", "\xd2\x83", "\xd2\x84", "\xd2\x85", "\xd2\x86", "\xd2\x87", + "\xd2\x88", "\xd2\x89", "\xd2\x8a", "\xd2\x8b", "\xd2\x8c", "\xd2\x8d", + "\xd2\x8e", "\xd2\x8f", "\xd2\x90", "\xd2\x91", "\xd2\x93", "\xd2\x94", + "\xd2\x95", "\xd2\x96", "\xd2\x97", "\xd2\x98", "\xd2\x99", "\xd2\x9a", + "\xd2\x9b", "\xd2\x9c", "\xd2\x9d", "\xd2\xa1", "\xd2\xa2", "\xd2\xa3", + "\xd2\xa4", "\xd2\xa5", "\xd2\xa6", "\xd2\xa7", "\xd2\xa8", "\xd2\xa9", + "\xd2\xaa", "\xd2\xab", "\xd2\xac", "\xd2\xad", "\xd2\xae", "\xd2\xaf", + "\xd2\xb0", "\xd2\xb1", "\xd2\xb3", "\xd2\xb4", "\xd2\xb5", "\xd2\xb6", + "\xd2\xb7", "\xd2\xb8", "\xd2\xb9", "\xd2\xba", "\xd2\xbb", "\xd2\xbc", + "\xd2\xbd", "\xd2\xc1", "\xd2\xc2", "\xd2\xc3", "\xd2\xc4", "\xd2\xc5", + "\xd2\xc6", "\xd2\xc7", "\xd2\xc8", "\xd2\xc9", "\xd2\xca", "\xd2\xcb", + "\xd2\xcc", "\xd2\xcd", "\xd2\xce", "\xd2\xcf", "\xd2\xd0", "\xd2\xd1", + "\xd2\xd3", "\xd2\xd4", "\xd2\xd5", "\xd2\xd6", "\xd2\xd7", "\xd2\xd8", + "\xd2\xd9", "\xd2\xda", "\xd2\xdb", "\xd2\xdc", "\xd2\xdd", "\xd2\xe1", + "\xd2\xe2", "\xd2\xe3", "\xd2\xe4", "\xd2\xe5", "\xd2\xe6", "\xd2\xe7", + "\xd2\xe8", "\xd2\xe9", "\xd2\xea", "\xd2\xeb", "\xd2\xec", "\xd2\xed", + "\xd2\xee", "\xd2\xef", "\xd2\xf0", "\xd2\xf1", "\xd2\xf3", "\xd2\xf4", + "\xd2\xf5", "\xd2\xf6", "\xd2\xf7", "\xd2\xf8", "\xd2\xf9", "\xd2\xfa", + "\xd2\xfb", "\xd2\xfc", "\xd2\xfd", "\xd3\x41", "\xd3\x42", "\xd3\x43", + "\xd3\x44", "\xd3\x45", "\xd3\x46", "\xd3\x47", "\xd3\x48", "\xd3\x49", + "\xd3\x4a", "\xd3\x4b", "\xd3\x4c", "\xd3\x4d", "\xd3\x4e", "\xd3\x4f", + "\xd3\x50", "\xd3\x51", "\xd3\x53", "\xd3\x54", "\xd3\x55", "\xd3\x56", + "\xd3\x57", "\xd3\x58", "\xd3\x59", "\xd3\x5a", "\xd3\x5b", "\xd3\x5c", + "\xd3\x5d", "\xd3\x61", "\xd3\x62", "\xd3\x63", "\xd3\x64", "\xd3\x65", + "\xd3\x66", "\xd3\x67", "\xd3\x68", "\xd3\x69", "\xd3\x6a", "\xd3\x6b", + "\xd3\x6c", "\xd3\x6d", "\xd3\x6e", "\xd3\x6f", "\xd3\x70", "\xd3\x71", + "\xd3\x73", "\xd3\x74", "\xd3\x75", "\xd3\x76", "\xd3\x77", "\xd3\x78", + "\xd3\x79", "\xd3\x7a", "\xd3\x7b", "\xd3\x7c", "\xd3\x7d", "\xd3\x81", + "\xd3\x82", "\xd3\x83", "\xd3\x84", "\xd3\x85", "\xd3\x86", "\xd3\x87", + "\xd3\x88", "\xd3\x89", "\xd3\x8a", "\xd3\x8b", "\xd3\x8c", "\xd3\x8d", + "\xd3\x8e", "\xd3\x8f", "\xd3\x90", "\xd3\x91", "\xd3\x93", "\xd3\x94", + "\xd3\x95", "\xd3\x96", "\xd3\x97", "\xd3\x98", "\xd3\x99", "\xd3\x9a", + "\xd3\x9b", "\xd3\x9c", "\xd3\x9d", "\xd3\xa1", "\xd3\xa2", "\xd3\xa3", + "\xd3\xa4", "\xd3\xa5", "\xd3\xa6", "\xd3\xa7", "\xd3\xa8", "\xd3\xa9", + "\xd3\xaa", "\xd3\xab", "\xd3\xac", "\xd3\xad", "\xd3\xae", "\xd3\xaf", + "\xd3\xb0", "\xd3\xb1", "\xd3\xb3", "\xd3\xb4", "\xd3\xb5", "\xd3\xb6", + "\xd3\xb7", "\xd3\xb8", "\xd3\xb9", "\xd3\xba", "\xd3\xbb", "\xd3\xbc", + "\xd3\xbd", "\xd4\x41", "\xd4\x42", "\xd4\x43", "\xd4\x44", "\xd4\x45", + "\xd4\x46", "\xd4\x47", "\xd4\x48", "\xd4\x49", "\xd4\x4a", "\xd4\x4b", + "\xd4\x4c", "\xd4\x4d", "\xd4\x4e", "\xd4\x4f", "\xd4\x50", "\xd4\x51", + "\xd4\x52", "\xd4\x53", "\xd4\x54", "\xd4\x55", "\xd4\x56", "\xd4\x57", + "\xd4\x58", "\xd4\x59", "\xd4\x5a", "\xd4\x5b", "\xd4\x5c", "\xd4\x5d", + "\xd4\x5e", "\xd4\x5f", "\xd4\x60", "\xd4\x61", "\xd4\x62", "\xd4\x63", + "\xd4\x64", "\xd4\x65", "\xd4\x66", "\xd4\x67", "\xd4\x68", "\xd4\x69", + "\xd4\x6a", "\xd4\x6b", "\xd4\x6c", "\xd4\x6d", "\xd4\x6e", "\xd4\x6f", + "\xd4\x70", "\xd4\x71", "\xd4\x72", "\xd4\x73", "\xd4\x74", "\xd4\x75", + "\xd4\x76", "\xd4\x77", "\xd4\x78", "\xd4\x79", "\xd4\x7a", "\xd4\x7b", + "\xd4\x7c", "\xd4\x7d", "\xd4\x7e", "\xd4\x7f", "\xd4\x81", "\xd4\x82", + "\xd4\x83", "\xd4\x84", "\xd4\x85", "\xd4\x86", "\xd4\x87", "\xd4\x88", + "\xd4\x89", "\xd4\x8a", "\xd4\x8b", "\xd4\x8c", "\xd4\x8d", "\xd4\x8e", + "\xd4\x8f", "\xd4\x90", "\xd4\x91", "\xd4\x92", "\xd4\x93", "\xd4\x94", + "\xd4\x95", "\xd4\x96", "\xd4\x97", "\xd4\x98", "\xd4\x99", "\xd4\x9a", + "\xd4\x9b", "\xd4\x9c", "\xd4\x9d", "\xd4\x9e", "\xd4\x9f", "\xd4\xa0", + "\xd4\xa1", "\xd4\xa2", "\xd4\xa3", "\xd4\xa4", "\xd4\xa5", "\xd4\xa6", + "\xd4\xa7", "\xd4\xa8", "\xd4\xa9", "\xd4\xaa", "\xd4\xab", "\xd4\xac", + "\xd4\xad", "\xd4\xae", "\xd4\xaf", "\xd4\xb0", "\xd4\xb1", "\xd4\xb2", + "\xd4\xb3", "\xd4\xb4", "\xd4\xb5", "\xd4\xb6", "\xd4\xb7", "\xd4\xb8", + "\xd4\xb9", "\xd4\xba", "\xd4\xbb", "\xd4\xbc", "\xd4\xbd", "\xd4\xbe", + "\xd4\xbf", "\xd4\xc0", "\xd4\xc1", "\xd4\xc2", "\xd4\xc3", "\xd4\xc4", + "\xd4\xc5", "\xd4\xc6", "\xd4\xc7", "\xd4\xc8", "\xd4\xc9", "\xd4\xca", + "\xd4\xcb", "\xd4\xcc", "\xd4\xcd", "\xd4\xce", "\xd4\xcf", "\xd4\xd0", + "\xd4\xd1", "\xd4\xd2", "\xd4\xd3", "\xd4\xd4", "\xd4\xd5", "\xd4\xd6", + "\xd4\xd7", "\xd4\xd8", "\xd4\xd9", "\xd4\xda", "\xd4\xdb", "\xd4\xdc", + "\xd4\xdd", "\xd4\xde", "\xd4\xdf", "\xd4\xe0", "\xd4\xe1", "\xd4\xe2", + "\xd4\xe3", "\xd4\xe4", "\xd4\xe5", "\xd4\xe6", "\xd4\xe7", "\xd4\xe8", + "\xd4\xe9", "\xd4\xea", "\xd4\xeb", "\xd4\xec", "\xd4\xed", "\xd4\xee", + "\xd4\xef", "\xd4\xf0", "\xd4\xf1", "\xd4\xf2", "\xd4\xf3", "\xd4\xf4", + "\xd4\xf5", "\xd4\xf6", "\xd4\xf7", "\xd4\xf8", "\xd4\xf9", "\xd4\xfa", + "\xd4\xfb", "\xd4\xfc", "\xd4\xfd", "\xd5\x41", "\xd5\x42", "\xd5\x43", + "\xd5\x44", "\xd5\x45", "\xd5\x46", "\xd5\x47", "\xd5\x48", "\xd5\x49", + "\xd5\x4a", "\xd5\x4b", "\xd5\x4c", "\xd5\x4d", "\xd5\x4e", "\xd5\x4f", + "\xd5\x50", "\xd5\x51", "\xd5\x52", "\xd5\x53", "\xd5\x54", "\xd5\x55", + "\xd5\x56", "\xd5\x57", "\xd5\x58", "\xd5\x59", "\xd5\x5a", "\xd5\x5b", + "\xd5\x5c", "\xd5\x5d", "\xd5\x5e", "\xd5\x5f", "\xd5\x60", "\xd5\x61", + "\xd5\x62", "\xd5\x63", "\xd5\x64", "\xd5\x65", "\xd5\x66", "\xd5\x67", + "\xd5\x68", "\xd5\x69", "\xd5\x6a", "\xd5\x6b", "\xd5\x6c", "\xd5\x6d", + "\xd5\x6e", "\xd5\x6f", "\xd5\x70", "\xd5\x71", "\xd5\x72", "\xd5\x73", + "\xd5\x74", "\xd5\x75", "\xd5\x76", "\xd5\x77", "\xd5\x78", "\xd5\x79", + "\xd5\x7a", "\xd5\x7b", "\xd5\x7c", "\xd5\x7d", "\xd5\x7e", "\xd5\x7f", + "\xd5\x81", "\xd5\x82", "\xd5\x83", "\xd5\x84", "\xd5\x85", "\xd5\x86", + "\xd5\x87", "\xd5\x88", "\xd5\x89", "\xd5\x8a", "\xd5\x8b", "\xd5\x8c", + "\xd5\x8d", "\xd5\x8e", "\xd5\x8f", "\xd5\x90", "\xd5\x91", "\xd5\x92", + "\xd5\x93", "\xd5\x94", "\xd5\x95", "\xd5\x96", "\xd5\x97", "\xd5\x98", + "\xd5\x99", "\xd5\x9a", "\xd5\x9b", "\xd5\x9c", "\xd5\x9d", "\xd5\x9e", + "\xd5\x9f", "\xd5\xa0", "\xd5\xa1", "\xd5\xa2", "\xd5\xa3", "\xd5\xa4", + "\xd5\xa5", "\xd5\xa6", "\xd5\xa7", "\xd5\xa8", "\xd5\xa9", "\xd5\xaa", + "\xd5\xab", "\xd5\xac", "\xd5\xad", "\xd5\xae", "\xd5\xaf", "\xd5\xb0", + "\xd5\xb1", "\xd5\xb2", "\xd5\xb3", "\xd5\xb4", "\xd5\xb5", "\xd5\xb6", + "\xd5\xb7", "\xd5\xb8", "\xd5\xb9", "\xd5\xba", "\xd5\xbb", "\xd5\xbc", + "\xd5\xbd", "\xd5\xbe", "\xd5\xbf", "\xd5\xc0", "\xd5\xc1", "\xd5\xc2", + "\xd5\xc3", "\xd5\xc4", "\xd5\xc5", "\xd5\xc6", "\xd5\xc7", "\xd5\xc8", + "\xd5\xc9", "\xd5\xca", "\xd5\xcb", "\xd5\xcc", "\xd5\xcd", "\xd5\xce", + "\xd5\xcf", "\xd5\xd0", "\xd5\xd1", "\xd5\xd2", "\xd5\xd3", "\xd5\xd4", + "\xd5\xd5", "\xd5\xd6", "\xd5\xd7", "\xd5\xd8", "\xd5\xd9", "\xd5\xda", + "\xd5\xdb", "\xd5\xdc", "\xd5\xdd", "\xd5\xde", "\xd5\xdf", "\xd5\xe0", + "\xd5\xe1", "\xd5\xe2", "\xd5\xe3", "\xd5\xe4", "\xd5\xe5", "\xd5\xe6", + "\xd5\xe7", "\xd5\xe8", "\xd5\xe9", "\xd5\xea", "\xd5\xeb", "\xd5\xec", + "\xd5\xed", "\xd5\xee", "\xd5\xef", "\xd5\xf0", "\xd5\xf1", "\xd5\xf2", + "\xd5\xf3", "\xd5\xf4", "\xd5\xf5", "\xd5\xf6", "\xd5\xf7", "\xd5\xf8", + "\xd5\xf9", "\xd5\xfa", "\xd5\xfb", "\xd5\xfc", "\xd5\xfd", "\xd6\x41", + "\xd6\x42", "\xd6\x43", "\xd6\x44", "\xd6\x45", "\xd6\x46", "\xd6\x47", + "\xd6\x48", "\xd6\x49", "\xd6\x4a", "\xd6\x4b", "\xd6\x4c", "\xd6\x4d", + "\xd6\x4e", "\xd6\x4f", "\xd6\x50", "\xd6\x51", "\xd6\x52", "\xd6\x53", + "\xd6\x54", "\xd6\x55", "\xd6\x56", "\xd6\x57", "\xd6\x58", "\xd6\x59", + "\xd6\x5a", "\xd6\x5b", "\xd6\x5c", "\xd6\x5d", "\xd6\x5e", "\xd6\x5f", + "\xd6\x60", "\xd6\x61", "\xd6\x62", "\xd6\x63", "\xd6\x64", "\xd6\x65", + "\xd6\x66", "\xd6\x67", "\xd6\x68", "\xd6\x69", "\xd6\x6a", "\xd6\x6b", + "\xd6\x6c", "\xd6\x6d", "\xd6\x6e", "\xd6\x6f", "\xd6\x70", "\xd6\x71", + "\xd6\x72", "\xd6\x73", "\xd6\x74", "\xd6\x75", "\xd6\x76", "\xd6\x77", + "\xd6\x78", "\xd6\x79", "\xd6\x7a", "\xd6\x7b", "\xd6\x7c", "\xd6\x7d", + "\xd6\x7e", "\xd6\x7f", "\xd6\x81", "\xd6\x82", "\xd6\x83", "\xd6\x84", + "\xd6\x85", "\xd6\x86", "\xd6\x87", "\xd6\x88", "\xd6\x89", "\xd6\x8a", + "\xd6\x8b", "\xd6\x8c", "\xd6\x8d", "\xd6\x8e", "\xd6\x8f", "\xd6\x90", + "\xd6\x91", "\xd6\x92", "\xd6\x93", "\xd6\x94", "\xd6\x95", "\xd6\x96", + "\xd6\x97", "\xd6\x98", "\xd6\x99", "\xd6\x9a", "\xd6\x9b", "\xd6\x9c", + "\xd6\x9d", "\xd6\x9e", "\xd6\x9f", "\xd6\xa0", "\xd6\xa1", "\xd6\xa2", + "\xd6\xa3", "\xd6\xa4", "\xd6\xa5", "\xd6\xa6", "\xd6\xa7", "\xd6\xa8", + "\xd6\xa9", "\xd6\xaa", "\xd6\xab", "\xd6\xac", "\xd6\xad", "\xd6\xae", + "\xd6\xaf", "\xd6\xb0", "\xd6\xb1", "\xd6\xb2", "\xd6\xb3", "\xd6\xb4", + "\xd6\xb5", "\xd6\xb6", "\xd6\xb7", "\xd6\xb8", "\xd6\xb9", "\xd6\xba", + "\xd6\xbb", "\xd6\xbc", "\xd6\xbd", "\xd6\xbe", "\xd6\xbf", "\xd6\xc0", + "\xd6\xc1", "\xd6\xc2", "\xd6\xc3", "\xd6\xc4", "\xd6\xc5", "\xd6\xc6", + "\xd6\xc7", "\xd6\xc8", "\xd6\xc9", "\xd6\xca", "\xd6\xcb", "\xd6\xcc", + "\xd6\xcd", "\xd6\xce", "\xd6\xcf", "\xd6\xd0", "\xd6\xd1", "\xd6\xd2", + "\xd6\xd3", "\xd6\xd4", "\xd6\xd5", "\xd6\xd6", "\xd6\xd7", "\xd6\xd8", + "\xd6\xd9", "\xd6\xda", "\xd6\xdb", "\xd6\xdc", "\xd6\xdd", "\xd6\xde", + "\xd6\xdf", "\xd6\xe0", "\xd6\xe1", "\xd6\xe2", "\xd6\xe3", "\xd6\xe4", + "\xd6\xe5", "\xd6\xe6", "\xd6\xe7", "\xd6\xe8", "\xd6\xe9", "\xd6\xea", + "\xd6\xeb", "\xd6\xec", "\xd6\xed", "\xd6\xee", "\xd6\xef", "\xd6\xf0", + "\xd6\xf1", "\xd6\xf2", "\xd6\xf3", "\xd6\xf4", "\xd6\xf5", "\xd6\xf6", + "\xd6\xf7", "\xd6\xf8", "\xd6\xf9", "\xd6\xfa", "\xd6\xfb", "\xd6\xfc", + "\xd6\xfd", "\xd7\x41", "\xd7\x42", "\xd7\x43", "\xd7\x44", "\xd7\x45", + "\xd7\x46", "\xd7\x47", "\xd7\x48", "\xd7\x49", "\xd7\x4a", "\xd7\x4b", + "\xd7\x4c", "\xd7\x4d", "\xd7\x4e", "\xd7\x4f", "\xd7\x50", "\xd7\x51", + "\xd7\x52", "\xd7\x53", "\xd7\x54", "\xd7\x55", "\xd7\x56", "\xd7\x57", + "\xd7\x58", "\xd7\x59", "\xd7\x5a", "\xd7\x5b", "\xd7\x5c", "\xd7\x5d", + "\xd7\x5e", "\xd7\x5f", "\xd7\x60", "\xd7\x61", "\xd7\x62", "\xd7\x63", + "\xd7\x64", "\xd7\x65", "\xd7\x66", "\xd7\x67", "\xd7\x68", "\xd7\x69", + "\xd7\x6a", "\xd7\x6b", "\xd7\x6c", "\xd7\x6d", "\xd7\x6e", "\xd7\x6f", + "\xd7\x70", "\xd7\x71", "\xd7\x72", "\xd7\x73", "\xd7\x74", "\xd7\x75", + "\xd7\x76", "\xd7\x77", "\xd7\x78", "\xd7\x79", "\xd7\x7a", "\xd7\x7b", + "\xd7\x7c", "\xd7\x7d", "\xd7\x7e", "\xd7\x7f", "\xd7\x81", "\xd7\x82", + "\xd7\x83", "\xd7\x84", "\xd7\x85", "\xd7\x86", "\xd7\x87", "\xd7\x88", + "\xd7\x89", "\xd7\x8a", "\xd7\x8b", "\xd7\x8c", "\xd7\x8d", "\xd7\x8e", + "\xd7\x8f", "\xd7\x90", "\xd7\x91", "\xd7\x92", "\xd7\x93", "\xd7\x94", + "\xd7\x95", "\xd7\x96", "\xd7\x97", "\xd7\x98", "\xd7\x99", "\xd7\x9a", + "\xd7\x9b", "\xd7\x9c", "\xd7\x9d", "\xd7\x9e", "\xd7\x9f", "\xd7\xa0", + "\xd7\xa1", "\xd7\xa2", "\xd7\xa3", "\xd7\xa4", "\xd7\xa5", "\xd7\xa6", + "\xd7\xa7", "\xd7\xa8", "\xd7\xa9", "\xd7\xaa", "\xd7\xab", "\xd7\xac", + "\xd7\xad", "\xd7\xae", "\xd7\xaf", "\xd7\xb0", "\xd7\xb1", "\xd7\xb2", + "\xd7\xb3", "\xd7\xb4", "\xd7\xb5", "\xd7\xb6", "\xd7\xb7", "\xd7\xb8", + "\xd7\xb9", "\xd7\xba", "\xd7\xbb", "\xd7\xbc", "\xd7\xbd", "\xd7\xbe", + "\xd7\xbf", "\xd7\xc0", "\xd7\xc1", "\xd7\xc2", "\xd7\xc3", "\xd7\xc4", + "\xd7\xc5", "\xd7\xc6", "\xd7\xc7", "\xd7\xc8", "\xd7\xc9", "\xd7\xca", + "\xd7\xcb", "\xd7\xcc", "\xd7\xcd", "\xd7\xce", "\xd7\xcf", "\xd7\xd0", + "\xd7\xd1", "\xd7\xd2", "\xd7\xd3", "\xd7\xd4", "\xd7\xd5", "\xd7\xd6", + "\xd7\xd7", "\xd7\xd8", "\xd7\xd9", "\xd7\xda", "\xd7\xdb", "\xd7\xdc", + "\xd7\xdd", "\xd7\xde", "\xd7\xdf", "\xd7\xe0", "\xd7\xe1", "\xd7\xe2", + "\xd7\xe3", "\xd7\xe4", "\xd7\xe5", "\xd7\xe6", "\xd7\xe7", "\xd7\xe8", + "\xd7\xe9", "\xd7\xea", "\xd7\xeb", "\xd7\xec", "\xd7\xed", "\xd7\xee", + "\xd7\xef", "\xd7\xf0", "\xd7\xf1", "\xd7\xf2", "\xd7\xf3", "\xd7\xf4", + "\xd7\xf5", "\xd7\xf6", "\xd7\xf7", "\xd7\xf8", "\xd7\xf9", "\xd7\xfa", + "\xd7\xfb", "\xd7\xfc", "\xd7\xfd", "\xd8\x41", "\xd8\x42", "\xd8\x43", + "\xd8\x44", "\xd8\x45", "\xd8\x46", "\xd8\x47", "\xd8\x48", "\xd8\x49", + "\xd8\x4a", "\xd8\x4b", "\xd8\x4c", "\xd8\x4d", "\xd8\x4e", "\xd8\x4f", + "\xd8\x50", "\xd8\x51", "\xd8\x52", "\xd8\x53", "\xd8\x54", "\xd8\x55", + "\xd8\x56", "\xd8\x57", "\xd8\x58", "\xd8\x59", "\xd8\x5a", "\xd8\x5b", + "\xd8\x5c", "\xd8\x5d", "\xd8\x5e", "\xd8\x5f", "\xd8\x60", "\xd8\x61", + "\xd8\x62", "\xd8\x63", "\xd8\x64", "\xd8\x65", "\xd8\x66", "\xd8\x67", + "\xd8\x68", "\xd8\x69", "\xd8\x6a", "\xd8\x6b", "\xd8\x6c", "\xd8\x6d", + "\xd8\x6e", "\xd8\x6f", "\xd8\x70", "\xd8\x71", "\xd8\x72", "\xd8\x73", + "\xd8\x74", "\xd8\x75", "\xd8\x76", "\xd8\x77", "\xd8\x78", "\xd8\x79", + "\xd8\x7a", "\xd8\x7b", "\xd8\x7c", "\xd8\x7d", "\xd8\x7e", "\xd8\x7f", + "\xd8\x81", "\xd8\x82", "\xd8\x83", "\xd8\x84", "\xd8\x85", "\xd8\x86", + "\xd8\x87", "\xd8\x88", "\xd8\x89", "\xd8\x8a", "\xd8\x8b", "\xd8\x8c", + "\xd8\x8d", "\xd8\x8e", "\xd8\x8f", "\xd8\x90", "\xd8\x91", "\xd8\x92", + "\xd8\x93", "\xd8\x94", "\xd8\x95", "\xd8\x96", "\xd8\x97", "\xd8\x98", + "\xd8\x99", "\xd8\x9a", "\xd8\x9b", "\xd8\x9c", "\xd8\x9d", "\xd8\x9e", + "\xd8\x9f", "\xd8\xa0", "\xd8\xa1", "\xd8\xa2", "\xd8\xa3", "\xd8\xa4", + "\xd8\xa5", "\xd8\xa6", "\xd8\xa7", "\xd8\xa8", "\xd8\xa9", "\xd8\xaa", + "\xd8\xab", "\xd8\xac", "\xd8\xad", "\xd8\xae", "\xd8\xaf", "\xd8\xb0", + "\xd8\xb1", "\xd8\xb2", "\xd8\xb3", "\xd8\xb4", "\xd8\xb5", "\xd8\xb6", + "\xd8\xb7", "\xd8\xb8", "\xd8\xb9", "\xd8\xba", "\xd8\xbb", "\xd8\xbc", + "\xd8\xbd", "\xd8\xbe", "\xd8\xbf", "\xd8\xc0", "\xd8\xc1", "\xd8\xc2", + "\xd8\xc3", "\xd8\xc4", "\xd8\xc5", "\xd8\xc6", "\xd8\xc7", "\xd8\xc8", + "\xd8\xc9", "\xd8\xca", "\xd8\xcb", "\xd8\xcc", "\xd8\xcd", "\xd8\xce", + "\xd8\xcf", "\xd8\xd0", "\xd8\xd1", "\xd8\xd2", "\xd8\xd3", "\xd8\xd4", + "\xd8\xd5", "\xd8\xd6", "\xd8\xd7", "\xd8\xd8", "\xd8\xd9", "\xd8\xda", + "\xd8\xdb", "\xd8\xdc", "\xd8\xdd", "\xd8\xde", "\xd8\xdf", "\xd8\xe0", + "\xd8\xe1", "\xd8\xe2", "\xd8\xe3", "\xd8\xe4", "\xd8\xe5", "\xd8\xe6", + "\xd8\xe7", "\xd8\xe8", "\xd8\xe9", "\xd8\xea", "\xd8\xeb", "\xd8\xec", + "\xd8\xed", "\xd8\xee", "\xd8\xef", "\xd8\xf0", "\xd8\xf1", "\xd8\xf2", + "\xd8\xf3", "\xd8\xf4", "\xd8\xf5", "\xd8\xf6", "\xd8\xf7", "\xd8\xf8", + "\xd8\xf9", "\xd8\xfa", "\xd8\xfb", "\xd8\xfc", "\xd8\xfd", "\xd9\x41", + "\xd9\x42", "\xd9\x43", "\xd9\x44", "\xd9\x45", "\xd9\x46", "\xd9\x47", + "\xd9\x48", "\xd9\x49", "\xd9\x4a", "\xd9\x4b", "\xd9\x4c", "\xd9\x4d", + "\xd9\x4e", "\xd9\x4f", "\xd9\x50", "\xd9\x51", "\xd9\x52", "\xd9\x53", + "\xd9\x54", "\xd9\x55", "\xd9\x56", "\xd9\x57", "\xd9\x58", "\xd9\x59", + "\xd9\x5a", "\xd9\x5b", "\xd9\x5c", "\xd9\x5d", "\xd9\x5e", "\xd9\x5f", + "\xd9\x60", "\xd9\x61", "\xd9\x62", "\xd9\x63", "\xd9\x64", "\xd9\x65", + "\xd9\x66", "\xd9\x67", "\xd9\x68", "\xd9\x69", "\xd9\x6a", "\xd9\x6b", + "\xd9\x6c", "\xd9\x6d", "\xd9\x6e", "\xd9\x6f", "\xd9\x70", "\xd9\x71", + "\xd9\x72", "\xd9\x73", "\xd9\x74", "\xd9\x75", "\xd9\x76", "\xd9\x77", + "\xd9\x78", "\xd9\x79", "\xd9\x7a", "\xd9\x7b", "\xd9\x7c", "\xd9\x7d", + "\xd9\x7e", "\xd9\x7f", "\xd9\x81", "\xd9\x82", "\xd9\x83", "\xd9\x84", + "\xd9\x85", "\xd9\x86", "\xd9\x87", "\xd9\x88", "\xd9\x89", "\xd9\x8a", + "\xd9\x8b", "\xd9\x8c", "\xd9\x8d", "\xd9\x8e", "\xd9\x8f", "\xd9\x90", + "\xd9\x91", "\xd9\x92", "\xd9\x93", "\xd9\x94", "\xd9\x95", "\xd9\x96", + "\xd9\x97", "\xd9\x98", "\xd9\x99", "\xd9\x9a", "\xd9\x9b", "\xd9\x9c", + "\xd9\x9d", "\xd9\x9e", "\xd9\x9f", "\xd9\xa0", "\xd9\xa1", "\xd9\xa2", + "\xd9\xa3", "\xd9\xa4", "\xd9\xa5", "\xd9\xa6", "\xd9\xa7", "\xd9\xa8", + "\xd9\xa9", "\xd9\xaa", "\xd9\xab", "\xd9\xac", "\xd9\xad", "\xd9\xae", + "\xd9\xaf", "\xd9\xb0", "\xd9\xb1", "\xd9\xb2", "\xd9\xb3", "\xd9\xb4", + "\xd9\xb5", "\xd9\xb6", "\xd9\xb7", "\xd9\xb8", "\xd9\xb9", "\xd9\xba", + "\xd9\xbb", "\xd9\xbc", "\xd9\xbd", "\xd9\xbe", "\xd9\xbf", "\xd9\xc0", + "\xd9\xc1", "\xd9\xc2", "\xd9\xc3", "\xd9\xc4", "\xd9\xc5", "\xd9\xc6", + "\xd9\xc7", "\xd9\xc8", "\xd9\xc9", "\xd9\xca", "\xd9\xcb", "\xd9\xcc", + "\xd9\xcd", "\xd9\xce", "\xd9\xcf", "\xd9\xd0", "\xd9\xd1", "\xd9\xd2", + "\xd9\xd3", "\xd9\xd4", "\xd9\xd5", "\xd9\xd6", "\xd9\xd7", "\xd9\xd8", + "\xd9\xd9", "\xd9\xda", "\xd9\xdb", "\xd9\xdc", "\xd9\xdd", "\xd9\xde", + "\xd9\xdf", "\xd9\xe0", "\xd9\xe1", "\xd9\xe2", "\xd9\xe3", "\xd9\xe4", + "\xd9\xe5", "\xd9\xe6", "\xd9\xe7", "\xd9\xe8", "\xd9\xe9", "\xd9\xea", + "\xd9\xeb", "\xd9\xec", "\xd9\xed", "\xd9\xee", "\xd9\xef", "\xd9\xf0", + "\xd9\xf1", "\xd9\xf2", "\xd9\xf3", "\xd9\xf4", "\xd9\xf5", "\xd9\xf6", + "\xd9\xf7", "\xd9\xf8", "\xd9\xf9", "\xd9\xfa", "\xd9\xfb", "\xd9\xfc", + "\xd9\xfd", "\xda\x41", "\xda\x42", "\xda\x43", "\xda\x44", "\xda\x45", + "\xda\x46", "\xda\x47", "\xda\x48", "\xda\x49", "\xda\x4a", "\xda\x4b", + "\xda\x4c", "\xda\x4d", "\xda\x4e", "\xda\x4f", "\xda\x50", "\xda\x51", + "\xda\x52", "\xda\x53", "\xda\x54", "\xda\x55", "\xda\x56", "\xda\x57", + "\xda\x58", "\xda\x59", "\xda\x5a", "\xda\x5b", "\xda\x5c", "\xda\x5d", + "\xda\x5e", "\xda\x5f", "\xda\x60", "\xda\x61", "\xda\x62", "\xda\x63", + "\xda\x64", "\xda\x65", "\xda\x66", "\xda\x67", "\xda\x68", "\xda\x69", + "\xda\x6a", "\xda\x6b", "\xda\x6c", "\xda\x6d", "\xda\x6e", "\xda\x6f", + "\xda\x70", "\xda\x71", "\xda\x72", "\xda\x73", "\xda\x74", "\xda\x75", + "\xda\x76", "\xda\x77", "\xda\x78", "\xda\x79", "\xda\x7a", "\xda\x7b", + "\xda\x7c", "\xda\x7d", "\xda\x7e", "\xda\x7f", "\xda\x81", "\xda\x82", + "\xda\x83", "\xda\x84", "\xda\x85", "\xda\x86", "\xda\x87", "\xda\x88", + "\xda\x89", "\xda\x8a", "\xda\x8b", "\xda\x8c", "\xda\x8d", "\xda\x8e", + "\xda\x8f", "\xda\x90", "\xda\x91", "\xda\x92", "\xda\x93", "\xda\x94", + "\xda\x95", "\xda\x96", "\xda\x97", "\xda\x98", "\xda\x99", "\xda\x9a", + "\xda\x9b", "\xda\x9c", "\xda\x9d", "\xda\x9e", "\xda\x9f", "\xda\xa0", + "\xda\xa1", "\xda\xa2", "\xda\xa3", "\xda\xa4", "\xda\xa5", "\xda\xa6", + "\xda\xa7", "\xda\xa8", "\xda\xa9", "\xda\xaa", "\xda\xab", "\xda\xac", + "\xda\xad", "\xda\xae", "\xda\xaf", "\xda\xb0", "\xda\xb1", "\xda\xb2", + "\xda\xb3", "\xda\xb4", "\xda\xb5", "\xda\xb6", "\xda\xb7", "\xda\xb8", + "\xda\xb9", "\xda\xba", "\xda\xbb", "\xda\xbc", "\xda\xbd", "\xda\xbe", + "\xda\xbf", "\xda\xc0", "\xda\xc1", "\xda\xc2", "\xda\xc3", "\xda\xc4", + "\xda\xc5", "\xda\xc6", "\xda\xc7", "\xda\xc8", "\xda\xc9", "\xda\xca", + "\xda\xcb", "\xda\xcc", "\xda\xcd", "\xda\xce", "\xda\xcf", "\xda\xd0", + "\xda\xd1", "\xda\xd2", "\xda\xd3", "\xda\xd4", "\xda\xd5", "\xda\xd6", + "\xda\xd7", "\xda\xd8", "\xda\xd9", "\xda\xda", "\xda\xdb", "\xda\xdc", + "\xda\xdd", "\xda\xde", "\xda\xdf", "\xda\xe0", "\xda\xe1", "\xda\xe2", + "\xda\xe3", "\xda\xe4", "\xda\xe5", "\xda\xe6", "\xda\xe7", "\xda\xe8", + "\xda\xe9", "\xda\xea", "\xda\xeb", "\xda\xec", "\xda\xed", "\xda\xee", + "\xda\xef", "\xda\xf0", "\xda\xf1", "\xda\xf2", "\xda\xf3", "\xda\xf4", + "\xda\xf5", "\xda\xf6", "\xda\xf7", "\xda\xf8", "\xda\xf9", "\xda\xfa", + "\xda\xfb", "\xda\xfc", "\xda\xfd", "\xdb\x41", "\xdb\x42", "\xdb\x43", + "\xdb\x44", "\xdb\x45", "\xdb\x46", "\xdb\x47", "\xdb\x48", "\xdb\x49", + "\xdb\x4a", "\xdb\x4b", "\xdb\x4c", "\xdb\x4d", "\xdb\x4e", "\xdb\x4f", + "\xdb\x50", "\xdb\x51", "\xdb\x52", "\xdb\x53", "\xdb\x54", "\xdb\x55", + "\xdb\x56", "\xdb\x57", "\xdb\x58", "\xdb\x59", "\xdb\x5a", "\xdb\x5b", + "\xdb\x5c", "\xdb\x5d", "\xdb\x5e", "\xdb\x5f", "\xdb\x60", "\xdb\x61", + "\xdb\x62", "\xdb\x63", "\xdb\x64", "\xdb\x65", "\xdb\x66", "\xdb\x67", + "\xdb\x68", "\xdb\x69", "\xdb\x6a", "\xdb\x6b", "\xdb\x6c", "\xdb\x6d", + "\xdb\x6e", "\xdb\x6f", "\xdb\x70", "\xdb\x71", "\xdb\x72", "\xdb\x73", + "\xdb\x74", "\xdb\x75", "\xdb\x76", "\xdb\x77", "\xdb\x78", "\xdb\x79", + "\xdb\x7a", "\xdb\x7b", "\xdb\x7c", "\xdb\x7d", "\xdb\x7e", "\xdb\x7f", + "\xdb\x81", "\xdb\x82", "\xdb\x83", "\xdb\x84", "\xdb\x85", "\xdb\x86", + "\xdb\x87", "\xdb\x88", "\xdb\x89", "\xdb\x8a", "\xdb\x8b", "\xdb\x8c", + "\xdb\x8d", "\xdb\x8e", "\xdb\x8f", "\xdb\x90", "\xdb\x91", "\xdb\x92", + "\xdb\x93", "\xdb\x94", "\xdb\x95", "\xdb\x96", "\xdb\x97", "\xdb\x98", + "\xdb\x99", "\xdb\x9a", "\xdb\x9b", "\xdb\x9c", "\xdb\x9d", "\xdb\x9e", + "\xdb\x9f", "\xdb\xa0", "\xdb\xa1", "\xdb\xa2", "\xdb\xa3", "\xdb\xa4", + "\xdb\xa5", "\xdb\xa6", "\xdb\xa7", "\xdb\xa8", "\xdb\xa9", "\xdb\xaa", + "\xdb\xab", "\xdb\xac", "\xdb\xad", "\xdb\xae", "\xdb\xaf", "\xdb\xb0", + "\xdb\xb1", "\xdb\xb2", "\xdb\xb3", "\xdb\xb4", "\xdb\xb5", "\xdb\xb6", + "\xdb\xb7", "\xdb\xb8", "\xdb\xb9", "\xdb\xba", "\xdb\xbb", "\xdb\xbc", + "\xdb\xbd", "\xdb\xbe", "\xdb\xbf", "\xdb\xc0", "\xdb\xc1", "\xdb\xc2", + "\xdb\xc3", "\xdb\xc4", "\xdb\xc5", "\xdb\xc6", "\xdb\xc7", "\xdb\xc8", + "\xdb\xc9", "\xdb\xca", "\xdb\xcb", "\xdb\xcc", "\xdb\xcd", "\xdb\xce", + "\xdb\xcf", "\xdb\xd0", "\xdb\xd1", "\xdb\xd2", "\xdb\xd3", "\xdb\xd4", + "\xdb\xd5", "\xdb\xd6", "\xdb\xd7", "\xdb\xd8", "\xdb\xd9", "\xdb\xda", + "\xdb\xdb", "\xdb\xdc", "\xdb\xdd", "\xdb\xde", "\xdb\xdf", "\xdb\xe0", + "\xdb\xe1", "\xdb\xe2", "\xdb\xe3", "\xdb\xe4", "\xdb\xe5", "\xdb\xe6", + "\xdb\xe7", "\xdb\xe8", "\xdb\xe9", "\xdb\xea", "\xdb\xeb", "\xdb\xec", + "\xdb\xed", "\xdb\xee", "\xdb\xef", "\xdb\xf0", "\xdb\xf1", "\xdb\xf2", + "\xdb\xf3", "\xdb\xf4", "\xdb\xf5", "\xdb\xf6", "\xdb\xf7", "\xdb\xf8", + "\xdb\xf9", "\xdb\xfa", "\xdb\xfb", "\xdb\xfc", "\xdb\xfd", "\xdc\x41", + "\xdc\x42", "\xdc\x43", "\xdc\x44", "\xdc\x45", "\xdc\x46", "\xdc\x47", + "\xdc\x48", "\xdc\x49", "\xdc\x4a", "\xdc\x4b", "\xdc\x4c", "\xdc\x4d", + "\xdc\x4e", "\xdc\x4f", "\xdc\x50", "\xdc\x51", "\xdc\x52", "\xdc\x53", + "\xdc\x54", "\xdc\x55", "\xdc\x56", "\xdc\x57", "\xdc\x58", "\xdc\x59", + "\xdc\x5a", "\xdc\x5b", "\xdc\x5c", "\xdc\x5d", "\xdc\x5e", "\xdc\x5f", + "\xdc\x60", "\xdc\x61", "\xdc\x62", "\xdc\x63", "\xdc\x64", "\xdc\x65", + "\xdc\x66", "\xdc\x67", "\xdc\x68", "\xdc\x69", "\xdc\x6a", "\xdc\x6b", + "\xdc\x6c", "\xdc\x6d", "\xdc\x6e", "\xdc\x6f", "\xdc\x70", "\xdc\x71", + "\xdc\x72", "\xdc\x73", "\xdc\x74", "\xdc\x75", "\xdc\x76", "\xdc\x77", + "\xdc\x78", "\xdc\x79", "\xdc\x7a", "\xdc\x7b", "\xdc\x7c", "\xdc\x7d", + "\xdc\x7e", "\xdc\x7f", "\xdc\x81", "\xdc\x82", "\xdc\x83", "\xdc\x84", + "\xdc\x85", "\xdc\x86", "\xdc\x87", "\xdc\x88", "\xdc\x89", "\xdc\x8a", + "\xdc\x8b", "\xdc\x8c", "\xdc\x8d", "\xdc\x8e", "\xdc\x8f", "\xdc\x90", + "\xdc\x91", "\xdc\x92", "\xdc\x93", "\xdc\x94", "\xdc\x95", "\xdc\x96", + "\xdc\x97", "\xdc\x98", "\xdc\x99", "\xdc\x9a", "\xdc\x9b", "\xdc\x9c", + "\xdc\x9d", "\xdc\x9e", "\xdc\x9f", "\xdc\xa0", "\xdc\xa1", "\xdc\xa2", + "\xdc\xa3", "\xdc\xa4", "\xdc\xa5", "\xdc\xa6", "\xdc\xa7", "\xdc\xa8", + "\xdc\xa9", "\xdc\xaa", "\xdc\xab", "\xdc\xac", "\xdc\xad", "\xdc\xae", + "\xdc\xaf", "\xdc\xb0", "\xdc\xb1", "\xdc\xb2", "\xdc\xb3", "\xdc\xb4", + "\xdc\xb5", "\xdc\xb6", "\xdc\xb7", "\xdc\xb8", "\xdc\xb9", "\xdc\xba", + "\xdc\xbb", "\xdc\xbc", "\xdc\xbd", "\xdc\xbe", "\xdc\xbf", "\xdc\xc0", + "\xdc\xc1", "\xdc\xc2", "\xdc\xc3", "\xdc\xc4", "\xdc\xc5", "\xdc\xc6", + "\xdc\xc7", "\xdc\xc8", "\xdc\xc9", "\xdc\xca", "\xdc\xcb", "\xdc\xcc", + "\xdc\xcd", "\xdc\xce", "\xdc\xcf", "\xdc\xd0", "\xdc\xd1", "\xdc\xd2", + "\xdc\xd3", "\xdc\xd4", "\xdc\xd5", "\xdc\xd6", "\xdc\xd7", "\xdc\xd8", + "\xdc\xd9", "\xdc\xda", "\xdc\xdb", "\xdc\xdc", "\xdc\xdd", "\xdc\xde", + "\xdc\xdf", "\xdc\xe0", "\xdc\xe1", "\xdc\xe2", "\xdc\xe3", "\xdc\xe4", + "\xdc\xe5", "\xdc\xe6", "\xdc\xe7", "\xdc\xe8", "\xdc\xe9", "\xdc\xea", + "\xdc\xeb", "\xdc\xec", "\xdc\xed", "\xdc\xee", "\xdc\xef", "\xdc\xf0", + "\xdc\xf1", "\xdc\xf2", "\xdc\xf3", "\xdc\xf4", "\xdc\xf5", "\xdc\xf6", + "\xdc\xf7", "\xdc\xf8", "\xdc\xf9", "\xdc\xfa", "\xdc\xfb", "\xdc\xfc", + "\xdc\xfd", "\xdd\x41", "\xdd\x42", "\xdd\x43", "\xdd\x44", "\xdd\x45", + "\xdd\x46", "\xdd\x47", "\xdd\x48", "\xdd\x49", "\xdd\x4a", "\xdd\x4b", + "\xdd\x4c", "\xdd\x4d", "\xdd\x4e", "\xdd\x4f", "\xdd\x50", "\xdd\x51", + "\xdd\x52", "\xdd\x53", "\xdd\x54", "\xdd\x55", "\xdd\x56", "\xdd\x57", + "\xdd\x58", "\xdd\x59", "\xdd\x5a", "\xdd\x5b", "\xdd\x5c", "\xdd\x5d", + "\xdd\x5e", "\xdd\x5f", "\xdd\x60", "\xdd\x61", "\xdd\x62", "\xdd\x63", + "\xdd\x64", "\xdd\x65", "\xdd\x66", "\xdd\x67", "\xdd\x68", "\xdd\x69", + "\xdd\x6a", "\xdd\x6b", "\xdd\x6c", "\xdd\x6d", "\xdd\x6e", "\xdd\x6f", + "\xdd\x70", "\xdd\x71", "\xdd\x72", "\xdd\x73", "\xdd\x74", "\xdd\x75", + "\xdd\x76", "\xdd\x77", "\xdd\x78", "\xdd\x79", "\xdd\x7a", "\xdd\x7b", + "\xdd\x7c", "\xdd\x7d", "\xdd\x7e", "\xdd\x7f", "\xdd\x81", "\xdd\x82", + "\xdd\x83", "\xdd\x84", "\xdd\x85", "\xdd\x86", "\xdd\x87", "\xdd\x88", + "\xdd\x89", "\xdd\x8a", "\xdd\x8b", "\xdd\x8c", "\xdd\x8d", "\xdd\x8e", + "\xdd\x8f", "\xdd\x90", "\xdd\x91", "\xdd\x92", "\xdd\x93", "\xdd\x94", + "\xdd\x95", "\xdd\x96", "\xdd\x97", "\xdd\x98", "\xdd\x99", "\xdd\x9a", + "\xdd\x9b", "\xdd\x9c", "\xdd\x9d", "\xdd\x9e", "\xdd\x9f", "\xdd\xa0", + "\xdd\xa1", "\xdd\xa2", "\xdd\xa3", "\xdd\xa4", "\xdd\xa5", "\xdd\xa6", + "\xdd\xa7", "\xdd\xa8", "\xdd\xa9", "\xdd\xaa", "\xdd\xab", "\xdd\xac", + "\xdd\xad", "\xdd\xae", "\xdd\xaf", "\xdd\xb0", "\xdd\xb1", "\xdd\xb2", + "\xdd\xb3", "\xdd\xb4", "\xdd\xb5", "\xdd\xb6", "\xdd\xb7", "\xdd\xb8", + "\xdd\xb9", "\xdd\xba", "\xdd\xbb", "\xdd\xbc", "\xdd\xbd", "\xdd\xbe", + "\xdd\xbf", "\xdd\xc0", "\xdd\xc1", "\xdd\xc2", "\xdd\xc3", "\xdd\xc4", + "\xdd\xc5", "\xdd\xc6", "\xdd\xc7", "\xdd\xc8", "\xdd\xc9", "\xdd\xca", + "\xdd\xcb", "\xdd\xcc", "\xdd\xcd", "\xdd\xce", "\xdd\xcf", "\xdd\xd0", + "\xdd\xd1", "\xdd\xd2", "\xdd\xd3", "\xdd\xd4", "\xdd\xd5", "\xdd\xd6", + "\xdd\xd7", "\xdd\xd8", "\xdd\xd9", "\xdd\xda", "\xdd\xdb", "\xdd\xdc", + "\xdd\xdd", "\xdd\xde", "\xdd\xdf", "\xdd\xe0", "\xdd\xe1", "\xdd\xe2", + "\xdd\xe3", "\xdd\xe4", "\xdd\xe5", "\xdd\xe6", "\xdd\xe7", "\xdd\xe8", + "\xdd\xe9", "\xdd\xea", "\xdd\xeb", "\xdd\xec", "\xdd\xed", "\xdd\xee", + "\xdd\xef", "\xdd\xf0", "\xdd\xf1", "\xdd\xf2", "\xdd\xf3", "\xdd\xf4", + "\xdd\xf5", "\xdd\xf6", "\xdd\xf7", "\xdd\xf8", "\xdd\xf9", "\xdd\xfa", + "\xdd\xfb", "\xdd\xfc", "\xdd\xfd", "\x50\x5e", "\x50\xd1", "\x51\x81", + "\x52\x86", "\x53\x84", "\x53\x9a", "\x53\xbe", "\x53\xcb", "\x55\xb1", + "\x55\xca", "\x56\x4c", "\x57\x8f", "\x57\xfd", "\x58\x69", "\x58\xe3", + "\x58\xf5", "\x59\x50", "\x59\x7c", "\x59\x9a", "\x5a\x70", "\x5a\x74", + "\x5a\x85", "\x5a\x8c", "\x5a\xa0", "\x5a\xa5", "\x5b\x5b", "\x5b\x72", + "\x5b\xce", "\x5c\x4f", "\x5c\xbc", "\x5d\x4c", "\x5d\x6b", "\x61\x6a", + "\x61\xf9", "\x62\xc2", "\x63\xaf", "\x63\xcc", "\x63\xe2", "\x64\x49", + "\x64\xc2", "\x65\x90", "\x65\xc5", "\x66\x73", "\x66\x7f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x55", "\x50\xc1", "\x50\xd0", "\x51\xa9", "\x51\xc0", "\x51\xe2", + "\x68\x89", "\x52\xd3", "\x52\xe5", "\x52\xfe", "\x53\x4a", "\x68\x9a", + "\x68\x9b", "\x68\x9d", "\x68\x9e", "\x68\x9f", "\x68\xa0", "\x68\xa1", + "\x68\xa2", "\x68\xa3", "\x68\xa4", "\x68\xa5", "\x68\xa6", "\x68\xa7", + "\x68\xa8", "\x68\xa9", "\x68\xaa", "\x68\xab", "\x68\xac", "\x68\xad", + "\x68\xae", "\x68\xaf", "\x68\xb0", "\x68\xb1", "\x68\xb5", "\x68\xb6", + "\x68\xb7", "\x68\xb8", "\x68\xb9", "\x68\xba", "\x68\xbc", "\x68\xbd", + "\x68\xbe", "\x68\xbf", "\x68\xc0", "\x68\xc1", "\x68\xc2", "\x68\xc5", + "\x68\xc6", "\x68\xc7", "\x68\xc8", "\x68\xc9", "\x68\xca", "\x68\xcb", + "\x68\xcc", "\x68\xcd", "\x68\xce", "\x68\xd0", "\x68\xd1", "\x68\xd2", + "\x68\xd3", "\x68\xd4", "\x68\xd5", "\x68\xd6", "\x68\xd7", "\x68\xd8", + "\x68\xd9", "\x68\xda", "\x68\xdb", "\x68\xdc", "\x68\xdd", "\x68\xde", + "\x68\xdf", "\x68\xe0", "\x68\xe1", "\x68\xe2", "\x68\xe3", "\x68\xe4", + "\x68\xe5", "\x68\xe6", "\x68\xe7", "\x68\xe8", "\x68\xea", "\x68\xeb", + "\x68\xec", "\x68\xed", "\x68\xee", "\x68\xef", "\x68\xf0", "\x68\xf1", + "\x54\xb5", "\x69\x49", "\x54\xd1", "\x69\x4a", "\x69\x4b", "\x69\x50", + "\x69\x55", "\x55\xf7", "\x69\x67", "\x57\xe3", "\x58\x42", "\x58\x61", + "\x58\xc1", "\x58\xf3", "\x59\x53", "\x59\xc3", "\x59\xc6", "\x59\xd8", + "\x5a\x4a", "\x5a\x51", "\x5a\xb8", "\x5a\xd0", "\x5b\x4b", "\x5c\x49", + "\x5c\x53", "\x5c\x5b", "\x5c\xc1", "\x69\xee", "\x69\xef", "\x69\xf1", + "\x69\xf2", "\x69\xf3", "\x69\xf4", "\x69\xf6", "\x69\xf7", "\x69\xf8", + "\x69\xf9", "\x69\xfe", "\x6a\x41", "\x6a\x42", "\x6a\x43", "\x6a\x44", + "\x6a\x45", "\x6a\x48", "\x6a\x4d", "\x6a\x4e", "\x6a\x4f", "\x6a\x50", + "\x6a\x51", "\x6a\x52", "\x6a\x53", "\x6a\x54", "\x6a\x55", "\x6a\x56", + "\x6a\x57", "\x5d\x5b", "\x6a\x5a", "\x6a\x5b", "\x6a\x5c", "\x6a\x5d", + "\x6a\x5e", "\x6a\x60", "\x6a\x61", "\x6a\x62", "\x6a\x63", "\x6a\x64", + "\x6a\x65", "\x6a\x66", "\x5d\x73", "\x6a\x67", "\x6a\x68", "\x5d\x77", + "\x6a\x69", "\x6a\x6a", "\x6a\x6b", "\x6a\x6c", "\x6a\x6e", "\x6a\x6f", + "\x6a\x70", "\x6a\x71", "\x6a\x72", "\x6a\x73", "\x6a\x75", "\x6a\x7b", + "\x5d\x94", "\x6a\x7d", "\x6a\x7e", "\x6a\x7f", "\x6a\x81", "\x6a\x83", + "\x6a\x84", "\x6a\x86", "\x6a\x89", "\x6a\x8a", "\x6a\x8b", "\x5d\xba", + "\x6a\x9e", "\x6a\x9f", "\x6a\xa1", "\x6a\xa2", "\x6a\xa4", "\x5e\x4b", + "\x6a\xa5", "\x6a\xa7", "\x6a\xa8", "\x6a\xa9", "\x6a\xb1", "\x5e\x94", + "\x6a\xc4", "\x6a\xc8", "\x6a\xc9", "\x6a\xca", "\x6a\xcd", "\x6a\xce", + "\x6a\xd0", "\x6a\xd1", "\x6a\xd2", "\x6a\xd3", "\x6a\xd4", "\x6a\xd5", + "\x6a\xd7", "\x6a\xd8", "\x6a\xd9", "\x6a\xda", "\x6a\xdb", "\x6a\xdd", + "\x6a\xdf", "\x6a\xe0", "\x6a\xe1", "\x6a\xe2", "\x6a\xe4", "\x6a\xe7", + "\x6a\xe8", "\x6a\xe9", "\x5f\x87", "\x6a\xea", "\x6a\xeb", "\x6a\xec", + "\x6a\xed", "\x6a\xee", "\x6a\xef", "\x6a\xf2", "\x6a\xf3", "\x6a\xf6", + "\x6a\xf7", "\x6a\xf8", "\x6a\xf9", "\x6a\xfb", "\x6a\xfc", "\x6a\xfd", + "\x6b\x42", "\x6b\x44", "\x6b\x45", "\x6b\x46", "\x6b\x49", "\x6b\x4a", + "\x6b\x4b", "\x6b\x4d", "\x6b\x4e", "\x6b\x4f", "\x60\x4a", "\x6b\x5b", + "\x62\x69", "\x6b\x8a", "\x62\xab", "\x62\xfd", "\x63\x85", "\x64\x8e", + "\x64\x91", "\x6b\xb5", "\x64\xbf", "\x64\xcb", "\x6b\xbc", "\x6b\xc0", + "\x6b\xcd", "\x65\xeb", "\x66\x6a", "\x66\xe0", "\x42\x5a", "\x42\x7f", + "\x42\x7b", "\x42\x5b", "\x42\x6c", "\x42\x50", "\x42\x7d", "\x42\x4d", + "\x42\x5d", "\x42\x5c", "\x42\x4e", "\x42\x6b", "\x42\x60", "\x42\x4b", + "\x42\x61", "\x42\xf0", "\x42\xf1", "\x42\xf2", "\x42\xf3", "\x42\xf4", + "\x42\xf5", "\x42\xf6", "\x42\xf7", "\x42\xf8", "\x42\xf9", "\x42\x7a", + "\x42\x5e", "\x42\x4c", "\x42\x7e", "\x42\x6e", "\x42\x6f", "\x42\x7c", + "\x42\xc1", "\x42\xc2", "\x42\xc3", "\x42\xc4", "\x42\xc5", "\x42\xc6", + "\x42\xc7", "\x42\xc8", "\x42\xc9", "\x42\xd1", "\x42\xd2", "\x42\xd3", + "\x42\xd4", "\x42\xd5", "\x42\xd6", "\x42\xd7", "\x42\xd8", "\x42\xd9", + "\x42\xe2", "\x42\xe3", "\x42\xe4", "\x42\xe5", "\x42\xe6", "\x42\xe7", + "\x42\xe8", "\x42\xe9", "\x41\x8b", "\x41\x4b", "\x41\x8c", "\x41\x6a", + "\x42\x6d", "\x42\x79", "\x42\x81", "\x42\x82", "\x42\x83", "\x42\x84", + "\x42\x85", "\x42\x86", "\x42\x87", "\x42\x88", "\x42\x89", "\x42\x91", + "\x42\x92", "\x42\x93", "\x42\x94", "\x42\x95", "\x42\x96", "\x42\x97", + "\x42\x98", "\x42\x99", "\x42\xa2", "\x42\xa3", "\x42\xa4", "\x42\xa5", + "\x42\xa6", "\x42\xa7", "\x42\xa8", "\x42\xa9", "\x42\xc0", "\x42\x4f", + "\x42\xd0", "\x49\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x42\x4a", + "\x41\x6b", "\x42\x5f", "\x41\x4c", "\x42\x6a", "\x41\x6c", "\x42\xe0" +}; +#endif /* _IBM1364_H */ diff --git a/iconvdata/ibm1371.c b/iconvdata/ibm1371.c new file mode 100644 index 0000000000..67ea19b55b --- /dev/null +++ b/iconvdata/ibm1371.c @@ -0,0 +1,34 @@ +/* Conversion from and to IBM1371. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#define DATA_HEADER "ibm1371.h" +#define CHARSET_NAME "IBM1371//" +#define FROM_LOOP from_ibm1371 +#define TO_LOOP to_ibm1371 +#define SB_TO_UCS4 __ibm1371sb_to_ucs4 +#define DB_TO_UCS4_IDX __ibm1371db_to_ucs4_idx +#define DB_TO_UCS4 __ibm1371db_to_ucs4 +#define UCS4_TO_SB_IDX __ucs4_to_ibm1371sb_idx +#define UCS4_TO_SB __ucs4_to_ibm1371sb +#define UCS4_TO_DB_IDX __ucs4_to_ibm1371db_idx +#define UCS4_TO_DB __ucs4_to_ibm1371db +#define UCS_LIMIT 0xffff + +#include "ibm1364.c" diff --git a/iconvdata/ibm1371.h b/iconvdata/ibm1371.h new file mode 100644 index 0000000000..79e9846a2d --- /dev/null +++ b/iconvdata/ibm1371.h @@ -0,0 +1,11973 @@ +/* Tables for conversion from and to IBM1371. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + + +#ifndef _IBM1371_H +#define _IBM1371_H 1 + +struct gap +{ + uint16_t start; + uint16_t end; + int32_t idx; +}; + +static const uint16_t __ibm1371sb_to_ucs4[256] = +{ + /* 0x00 */ 0x0000, 0x0001, 0x0002, 0x0003, + /* 0x04 */ 0x009c, 0x0009, 0x0086, 0x007f, + /* 0x08 */ 0x0097, 0x008d, 0x008e, 0x000b, + /* 0x0c */ 0x000c, 0x000d, 0x000e, 0x000f, + /* 0x10 */ 0x0010, 0x0011, 0x0012, 0x0013, + /* 0x14 */ 0x009d, 0x0085, 0x0008, 0x0087, + /* 0x18 */ 0x0018, 0x0019, 0x0092, 0x008f, + /* 0x1c */ 0x001c, 0x001d, 0x001e, 0x001f, + /* 0x20 */ 0x0080, 0x0081, 0x0082, 0x0083, + /* 0x24 */ 0x0084, 0x000a, 0x0017, 0x001b, + /* 0x28 */ 0x0088, 0x0089, 0x008a, 0x008b, + /* 0x2c */ 0x008c, 0x0005, 0x0006, 0x0007, + /* 0x30 */ 0x0090, 0x0091, 0x0016, 0x0093, + /* 0x34 */ 0x0094, 0x0095, 0x0096, 0x0004, + /* 0x38 */ 0x0098, 0x0099, 0x009a, 0x009b, + /* 0x3c */ 0x0014, 0x0015, 0x009e, 0x001a, + /* 0x40 */ 0x0020, 0x0000, 0x0000, 0x0000, + /* 0x44 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x48 */ 0x0000, 0x0000, 0x00a2, 0x002e, + /* 0x4c */ 0x003c, 0x0028, 0x002b, 0x007c, + /* 0x50 */ 0x0026, 0x0000, 0x0000, 0x0000, + /* 0x54 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x58 */ 0x0000, 0x0000, 0x0021, 0x0024, + /* 0x5c */ 0x002a, 0x0029, 0x003b, 0x00ac, + /* 0x60 */ 0x002d, 0x002f, 0x0000, 0x0000, + /* 0x64 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x68 */ 0x0000, 0x0000, 0x00a6, 0x002c, + /* 0x6c */ 0x0025, 0x005f, 0x003e, 0x003f, + /* 0x70 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x74 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x78 */ 0x0000, 0x0060, 0x003a, 0x0023, + /* 0x7c */ 0x0040, 0x0027, 0x003d, 0x0022, + /* 0x80 */ 0x0000, 0x0061, 0x0062, 0x0063, + /* 0x84 */ 0x0064, 0x0065, 0x0066, 0x0067, + /* 0x88 */ 0x0068, 0x0069, 0x0000, 0x0000, + /* 0x8c */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x90 */ 0x0000, 0x006a, 0x006b, 0x006c, + /* 0x94 */ 0x006d, 0x006e, 0x006f, 0x0070, + /* 0x98 */ 0x0071, 0x0072, 0x0000, 0x0000, + /* 0x9c */ 0x0000, 0x0000, 0x0000, 0x20ac, + /* 0xa0 */ 0x0000, 0x007e, 0x0073, 0x0074, + /* 0xa4 */ 0x0075, 0x0076, 0x0077, 0x0078, + /* 0xa8 */ 0x0079, 0x007a, 0x0000, 0x0000, + /* 0xac */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xb0 */ 0x005e, 0x0000, 0x0000, 0x0000, + /* 0xb4 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xb8 */ 0x0000, 0x0000, 0x005b, 0x005d, + /* 0xbc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xc0 */ 0x007b, 0x0041, 0x0042, 0x0043, + /* 0xc4 */ 0x0044, 0x0045, 0x0046, 0x0047, + /* 0xc8 */ 0x0048, 0x0049, 0x0000, 0x0000, + /* 0xcc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xd0 */ 0x007d, 0x004a, 0x004b, 0x004c, + /* 0xd4 */ 0x004d, 0x004e, 0x004f, 0x0050, + /* 0xd8 */ 0x0051, 0x0052, 0x0000, 0x0000, + /* 0xdc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xe0 */ 0x005c, 0x0000, 0x0053, 0x0054, + /* 0xe4 */ 0x0055, 0x0056, 0x0057, 0x0058, + /* 0xe8 */ 0x0059, 0x005a, 0x0000, 0x0000, + /* 0xec */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xf0 */ 0x0030, 0x0031, 0x0032, 0x0033, + /* 0xf4 */ 0x0034, 0x0035, 0x0036, 0x0037, + /* 0xf8 */ 0x0038, 0x0039, 0x0000, 0x0000, + /* 0xfc */ 0x0000, 0x0000, 0x0000, 0x009f +}; + +static const struct gap __ibm1371db_to_ucs4_idx[] = +{ + { .start = 0x4040, .end = 0x4040, .idx = -16448 }, + { .start = 0x4141, .end = 0x457a, .idx = -16704 }, + { .start = 0x4641, .end = 0x47a2, .idx = -16902 }, + { .start = 0x4841, .end = 0x4959, .idx = -17060 }, + { .start = 0x4c41, .end = 0x91c7, .idx = -17803 }, + { .start = 0xc241, .end = 0xe2fd, .idx = -30212 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const uint16_t __ibm1371db_to_ucs4[] = +{ + 0x3000, 0x03b1, 0x03b2, 0x03b3, + 0x03b4, 0x03b5, 0x03b6, 0x03b7, + 0x03b8, 0x03b9, 0x03ba, 0x03bb, + 0x03bc, 0x03bd, 0x03be, 0x03bf, + 0x03c0, 0x03c1, 0x03c3, 0x03c4, + 0x03c5, 0x03c6, 0x03c7, 0x03c8, + 0x03c9, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0391, 0x0392, 0x0393, + 0x0394, 0x0395, 0x0396, 0x0397, + 0x0398, 0x0399, 0x039a, 0x039b, + 0x039c, 0x039d, 0x039e, 0x039f, + 0x03a0, 0x03a1, 0x03a3, 0x03a4, + 0x03a5, 0x03a6, 0x03a7, 0x03a8, + 0x03a9, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0430, 0x0431, 0x0432, 0x0433, + 0x0434, 0x0435, 0x0451, 0x0436, + 0x0437, 0x0438, 0x0439, 0x043a, + 0x043b, 0x043c, 0x043d, 0x043e, + 0x043f, 0x0440, 0x0441, 0x0442, + 0x0443, 0x0444, 0x0445, 0x0446, + 0x0447, 0x0448, 0x0449, 0x044a, + 0x044b, 0x044c, 0x044d, 0x044e, + 0x044f, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2170, 0x2171, 0x2172, + 0x2173, 0x2174, 0x2175, 0x2176, + 0x2177, 0x2178, 0x2179, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0410, 0x0411, 0x0412, 0x0413, + 0x0414, 0x0415, 0x0401, 0x0416, + 0x0417, 0x0418, 0x0419, 0x041a, + 0x041b, 0x041c, 0x041d, 0x041e, + 0x041f, 0x0420, 0x0421, 0x0422, + 0x0423, 0x0424, 0x0425, 0x0426, + 0x0427, 0x0428, 0x0429, 0x042a, + 0x042b, 0x042c, 0x042d, 0x042e, + 0x042f, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2160, 0x2161, 0x2162, + 0x2163, 0x2164, 0x2165, 0x2166, + 0x2167, 0x2168, 0x2169, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xffe1, 0xff0e, + 0xff1c, 0xff08, 0xff0b, 0xff5c, + 0xff06, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xff01, 0xffe5, + 0x273d, 0xff09, 0xff1b, 0xffe2, + 0xff0d, 0xff0f, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xffe4, 0xff0c, + 0xff05, 0xff3f, 0xff1e, 0xff1f, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2035, 0xff1a, 0xff03, + 0xff20, 0xff07, 0xff1d, 0xff02, + 0x0000, 0xff41, 0xff42, 0xff43, + 0xff44, 0xff45, 0xff46, 0xff47, + 0xff48, 0xff49, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xff4a, 0xff4b, 0xff4c, + 0xff4d, 0xff4e, 0xff4f, 0xff50, + 0xff51, 0xff52, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x203e, 0xff53, 0xff54, + 0xff55, 0xff56, 0xff57, 0xff58, + 0xff59, 0xff5a, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff5b, 0xff21, 0xff22, 0xff23, + 0xff24, 0xff25, 0xff26, 0xff27, + 0xff28, 0xff29, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff5d, 0xff2a, 0xff2b, 0xff2c, + 0xff2d, 0xff2e, 0xff2f, 0xff30, + 0xff31, 0xff32, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff04, 0x0000, 0xff33, 0xff34, + 0xff35, 0xff36, 0xff37, 0xff38, + 0xff39, 0xff3a, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff10, 0xff11, 0xff12, 0xff13, + 0xff14, 0xff15, 0xff16, 0xff17, + 0xff18, 0xff19, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x3002, 0x300c, 0x300d, + 0x3001, 0x2027, 0x30f2, 0x30a1, + 0x30a3, 0x30a5, 0xffe0, 0x0000, + 0x0000, 0x2312, 0x2202, 0x2207, + 0x0000, 0x30a7, 0x30a9, 0x30e3, + 0x30e5, 0x30e7, 0x30c3, 0x30ee, + 0x30fc, 0x30f5, 0x30f6, 0x0000, + 0x0000, 0x226a, 0x226b, 0x0000, + 0x223d, 0x221d, 0x0000, 0x222c, + 0x2208, 0x220b, 0x2286, 0x2287, + 0x2282, 0x2283, 0x0000, 0x0000, + 0x2227, 0x2228, 0x21d2, 0x21d4, + 0x2200, 0x2203, 0x212b, 0x2030, + 0x266f, 0x266d, 0x266a, 0x2020, + 0x2021, 0x00b6, 0x25ef, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x30a2, 0x30a4, 0x30a6, + 0x30a8, 0x30aa, 0x30ab, 0x30ad, + 0x30af, 0x30b1, 0x30b3, 0x0000, + 0x30b5, 0x30b7, 0x30b9, 0x30bb, + 0x30bd, 0x30bf, 0x30c1, 0x30c4, + 0x30c6, 0x30c8, 0x30ca, 0x30cb, + 0x30cc, 0x30cd, 0x30ce, 0x0000, + 0x0000, 0x30cf, 0x30d2, 0x30d5, + 0x0000, 0x223c, 0x30d8, 0x30db, + 0x30de, 0x30df, 0x30e0, 0x30e1, + 0x30e2, 0x30e4, 0x30e6, 0x0000, + 0x30e8, 0x30e9, 0x30ea, 0x30eb, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x2501, + 0x2503, 0x250f, 0x30ec, 0x30ed, + 0x30ef, 0x30f3, 0x309b, 0x309c, + 0x30ac, 0x30ae, 0x30b0, 0x30b2, + 0x30b4, 0x30b6, 0x30b8, 0x30ba, + 0x30bc, 0x30be, 0x30c0, 0x30c2, + 0x30c5, 0x30c7, 0x30c9, 0x30d0, + 0x30d3, 0x30d6, 0x30d9, 0x30dc, + 0x30f4, 0x30d1, 0x30d4, 0x30d7, + 0x30da, 0x30dd, 0x30f0, 0x30f1, + 0x30fd, 0x30fe, 0x0000, 0x0000, + 0xff3c, 0x2513, 0x251b, 0x2517, + 0x2523, 0x2533, 0x252b, 0x253b, + 0x254b, 0x2520, 0x252f, 0x2528, + 0x2537, 0x253f, 0x251d, 0x2530, + 0x2525, 0x2538, 0x2542, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x300e, 0x300f, + 0xff3b, 0xff3d, 0x3092, 0x3041, + 0x3043, 0x3045, 0x2014, 0x00b1, + 0x2260, 0x221e, 0x2103, 0x0000, + 0x2032, 0x3047, 0x3049, 0x3083, + 0x3085, 0x3087, 0x3063, 0x308e, + 0x0000, 0x0000, 0x2010, 0x02ba, + 0xf83e, 0x3005, 0x3006, 0x3007, + 0x00a8, 0x2018, 0x201c, 0x3014, + 0x3008, 0x300a, 0x3010, 0x2266, + 0x2234, 0x2642, 0x00a7, 0x203b, + 0x3012, 0x3231, 0x2116, 0x2121, + 0xff3e, 0x2019, 0x201d, 0x3015, + 0x3009, 0x300b, 0x3011, 0x2267, + 0x2235, 0x2640, 0x00d7, 0x00f7, + 0x2225, 0x3013, 0x2025, 0x2026, + 0x0000, 0x3042, 0x3044, 0x3046, + 0x3048, 0x304a, 0x304b, 0x304d, + 0x304f, 0x3051, 0x3053, 0x0000, + 0x3055, 0x3057, 0x3059, 0x305b, + 0x305d, 0x305f, 0x3061, 0x3064, + 0x3066, 0x3068, 0x306a, 0x306b, + 0x306c, 0x306d, 0x306e, 0x0000, + 0x0000, 0x306f, 0x3072, 0x3075, + 0x0000, 0x0000, 0x3078, 0x307b, + 0x307e, 0x307f, 0x3080, 0x3081, + 0x3082, 0x3084, 0x3086, 0x0000, + 0x3088, 0x3089, 0x308a, 0x308b, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x308c, 0x308d, + 0x308f, 0x3093, 0x0000, 0x0000, + 0x304c, 0x304e, 0x3050, 0x3052, + 0x3054, 0x3056, 0x3058, 0x305a, + 0x305c, 0x305e, 0x3060, 0x3062, + 0x3065, 0x3067, 0x3069, 0x3070, + 0x3073, 0x3076, 0x3079, 0x307c, + 0x0000, 0x3071, 0x3074, 0x3077, + 0x307a, 0x307d, 0x3090, 0x3091, + 0x309d, 0x309e, 0x0000, 0x0000, + 0x25cb, 0x25cf, 0x25b3, 0x25b2, + 0x25ce, 0x2606, 0x2605, 0x25c7, + 0x25c6, 0x25a1, 0x25a0, 0x25bd, + 0x25bc, 0x00b0, 0x00b4, 0x2033, + 0x2192, 0x2190, 0x2191, 0x2193, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x3021, 0x3022, 0x3023, + 0x3024, 0x3025, 0x3026, 0x3027, + 0x3028, 0x3029, 0x5341, 0x5344, + 0x5345, 0x0000, 0x0000, 0x0000, + 0x0000, 0x02c9, 0x02ca, 0x02c7, + 0x02cb, 0x02d9, 0x3105, 0x3106, + 0x3107, 0x3108, 0x3109, 0x310a, + 0x310b, 0x310c, 0x310d, 0x310e, + 0x310f, 0x3110, 0x3111, 0x3112, + 0x3113, 0x3114, 0x3115, 0x3116, + 0x3117, 0x3118, 0x3119, 0x311a, + 0x311b, 0x311c, 0x311d, 0x311e, + 0x311f, 0x3120, 0x3121, 0x3122, + 0x3123, 0x3124, 0x3125, 0x3126, + 0x3127, 0x3128, 0x3129, 0x2460, + 0x2461, 0x2462, 0x2463, 0x2464, + 0x2465, 0x2466, 0x2467, 0x2468, + 0x2469, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x2474, + 0x2475, 0x2476, 0x2477, 0x2478, + 0x2479, 0x247a, 0x247b, 0x247c, + 0x247d, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x2581, 0x2582, + 0x2583, 0x2584, 0x2585, 0x2586, + 0x2587, 0x2588, 0x258f, 0x258e, + 0x258d, 0x258c, 0x258b, 0x258a, + 0x2589, 0x253c, 0x2534, 0x252c, + 0x2524, 0x251c, 0x2594, 0x2500, + 0x2502, 0x2595, 0x250c, 0x2510, + 0x2514, 0x2518, 0x256d, 0x256e, + 0x2570, 0x256f, 0x0000, 0x2550, + 0x255e, 0x256a, 0x2561, 0x25e2, + 0x25e3, 0x25e5, 0x25e4, 0x2571, + 0x2572, 0x2573, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xfe41, 0xfe42, + 0xfe43, 0xfe44, 0xfe3b, 0xfe3c, + 0x0000, 0xfe31, 0xf83f, 0xf840, + 0xf841, 0xf842, 0xfe35, 0xfe36, + 0xfe37, 0xfe38, 0xfe39, 0xfe3a, + 0xfe3d, 0xfe3e, 0xfe3f, 0xfe40, + 0xfe33, 0x2574, 0xff0a, 0x3003, + 0x32a3, 0x2105, 0xfe34, 0xfe4f, + 0xfe49, 0xfe4a, 0xfe4d, 0xfe4e, + 0xfe4b, 0xfe4c, 0xfe61, 0x221a, + 0x2252, 0x2261, 0x2229, 0x222a, + 0x22a5, 0x2220, 0x221f, 0x22bf, + 0x33d2, 0x33d1, 0x222b, 0x222e, + 0x2295, 0x2299, 0x2196, 0x2197, + 0x2199, 0x2198, 0x0000, 0x0000, + 0x2215, 0x2109, 0x33d5, 0x339c, + 0x339d, 0x339e, 0x33ce, 0x33a1, + 0x338e, 0x338f, 0x33c4, 0x00b7, + 0x0000, 0x0000, 0x0000, 0x301d, + 0x301e, 0x0000, 0x0000, 0x0000, + 0x21e7, 0x21b8, 0x21b9, 0x5159, + 0x515b, 0x515e, 0x515d, 0x5161, + 0x5163, 0x55e7, 0x74e9, 0x7cce, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0xfe30, + 0xfe50, 0xfe51, 0xfe52, 0xfe54, + 0xfe55, 0xfe56, 0xfe57, 0xfe32, + 0xfe58, 0xfe59, 0xfe5a, 0xfe5b, + 0xfe5c, 0xfe5d, 0xfe5e, 0xffe3, + 0x02cd, 0xfe5f, 0xfe60, 0xfe62, + 0xfe63, 0xfe64, 0xfe65, 0xfe66, + 0xfe68, 0xfe69, 0xfe6a, 0xfe6b, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x2400, + 0x2401, 0x2402, 0x2403, 0x2404, + 0x2405, 0x2406, 0x2407, 0x2408, + 0x2409, 0x240a, 0x240b, 0x240c, + 0x240d, 0x240e, 0x240f, 0x2410, + 0x2411, 0x2412, 0x2413, 0x2414, + 0x2415, 0x2416, 0x2417, 0x2418, + 0x2419, 0x241a, 0x241b, 0x241c, + 0x241d, 0x241e, 0x241f, 0x2421, + 0x20ac, 0x4e00, 0x4e28, 0x4e36, + 0x4e3f, 0x4e59, 0x4e85, 0x4e8c, + 0x4ea0, 0x4eba, 0x513f, 0x5165, + 0x516b, 0x5182, 0x5196, 0x51ab, + 0x51e0, 0x51f5, 0x5200, 0x529b, + 0x52f9, 0x5315, 0x531a, 0x5338, + 0x5341, 0x535c, 0x5369, 0x5382, + 0x53b6, 0x53c8, 0x53e3, 0x56d7, + 0x571f, 0x58eb, 0x590a, 0x5915, + 0x5927, 0x5973, 0x5b50, 0x5b80, + 0x5bf8, 0x5c0f, 0x5c22, 0x5c38, + 0x5c6e, 0x5c71, 0x5ddb, 0x5de5, + 0x5df1, 0x5dfe, 0x5e72, 0x5e7a, + 0x5e7f, 0x5ef4, 0x5efe, 0x5f0b, + 0x5f13, 0x5f50, 0x5f61, 0x5f73, + 0x5fc3, 0x6208, 0x6236, 0x624b, + 0x0000, 0x652f, 0x6534, 0x6587, + 0x6597, 0x65a4, 0x65b9, 0x65e0, + 0x65e5, 0x66f0, 0x6708, 0x6728, + 0x6b20, 0x6b62, 0x6b79, 0x6bb3, + 0x6bcb, 0x6bd4, 0x6bdb, 0x6c0f, + 0x6c14, 0x6c34, 0x706b, 0x722a, + 0x7236, 0x723b, 0x723f, 0x7247, + 0x7259, 0x725b, 0x72ac, 0x7384, + 0x7389, 0x74dc, 0x74e6, 0x7518, + 0x751f, 0x7528, 0x7530, 0x758b, + 0x7592, 0x7676, 0x767d, 0x76ae, + 0x76bf, 0x76ee, 0x77db, 0x77e2, + 0x77f3, 0x793a, 0x79b8, 0x79be, + 0x7a74, 0x7acb, 0x7af9, 0x7c73, + 0x7cf8, 0x7f36, 0x7f51, 0x7f8a, + 0x7fbd, 0x8001, 0x800c, 0x8012, + 0x8033, 0x807f, 0x8089, 0x81e3, + 0x81ea, 0x81f3, 0x81fc, 0x820c, + 0x821b, 0x821f, 0x826e, 0x8272, + 0x8278, 0x864d, 0x866b, 0x8840, + 0x884c, 0x8863, 0x897e, 0x898b, + 0x89d2, 0x8a00, 0x8c37, 0x8c46, + 0x8c55, 0x8c78, 0x8c9d, 0x8d64, + 0x8d70, 0x8db3, 0x8eab, 0x8eca, + 0x8f9b, 0x8fb0, 0x8fb5, 0x9091, + 0x9149, 0x91c6, 0x91cc, 0x91d1, + 0x9577, 0x9580, 0x961c, 0x96b6, + 0x96b9, 0x96e8, 0x9752, 0x975e, + 0x9762, 0x9769, 0x97cb, 0x97ed, + 0x97f3, 0x9801, 0x98a8, 0x98db, + 0x98df, 0x9996, 0x9999, 0x99ac, + 0x9aa8, 0x9ad8, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x9adf, 0x9b25, 0x9b2f, + 0x9b32, 0x9b3c, 0x9b5a, 0x9ce5, + 0x9e75, 0x9e7f, 0x9ea5, 0x9ebb, + 0x9ec3, 0x9ecd, 0x9ed1, 0x9ef9, + 0x9efd, 0x9f0e, 0x9f13, 0x9f20, + 0x9f3b, 0x9f4a, 0x9f52, 0x9f8d, + 0x9f9c, 0x9fa0, 0x4e00, 0x4e59, + 0x4e01, 0x4e03, 0x4e43, 0x4e5d, + 0x4e86, 0x4e8c, 0x4eba, 0x513f, + 0x5165, 0x516b, 0x51e0, 0x5200, + 0x5201, 0x529b, 0x5315, 0x5341, + 0x535c, 0x53c8, 0x4e09, 0x4e0b, + 0x4e08, 0x4e0a, 0x4e2b, 0x4e38, + 0x51e1, 0x4e45, 0x4e48, 0x4e5f, + 0x4e5e, 0x4e8e, 0x4ea1, 0x5140, + 0x5203, 0x52fa, 0x5343, 0x53c9, + 0x53e3, 0x571f, 0x58eb, 0x5915, + 0x5927, 0x5973, 0x5b50, 0x5b51, + 0x5b53, 0x5bf8, 0x5c0f, 0x5c22, + 0x5c38, 0x5c71, 0x5ddd, 0x5de5, + 0x5df1, 0x5df2, 0x5df3, 0x5dfe, + 0x5e72, 0x5efe, 0x5f0b, 0x5f13, + 0x624d, 0x0000, 0x4e11, 0x4e10, + 0x4e0d, 0x4e2d, 0x4e30, 0x4e39, + 0x4e4b, 0x5c39, 0x4e88, 0x4e91, + 0x4e95, 0x4e92, 0x4e94, 0x4ea2, + 0x4ec1, 0x4ec0, 0x4ec3, 0x4ec6, + 0x4ec7, 0x4ecd, 0x4eca, 0x4ecb, + 0x4ec4, 0x5143, 0x5141, 0x5167, + 0x516d, 0x516e, 0x516c, 0x5197, + 0x51f6, 0x5206, 0x5207, 0x5208, + 0x52fb, 0x52fe, 0x52ff, 0x5316, + 0x5339, 0x5348, 0x5347, 0x5345, + 0x535e, 0x5384, 0x53cb, 0x53ca, + 0x53cd, 0x58ec, 0x5929, 0x592b, + 0x592a, 0x592d, 0x5b54, 0x5c11, + 0x5c24, 0x5c3a, 0x5c6f, 0x5df4, + 0x5e7b, 0x5eff, 0x5f14, 0x5f15, + 0x5fc3, 0x6208, 0x6236, 0x624b, + 0x624e, 0x652f, 0x6587, 0x6597, + 0x65a4, 0x65b9, 0x65e5, 0x66f0, + 0x6708, 0x6728, 0x6b20, 0x6b62, + 0x6b79, 0x6bcb, 0x6bd4, 0x6bdb, + 0x6c0f, 0x6c34, 0x706b, 0x722a, + 0x7236, 0x723b, 0x7247, 0x7259, + 0x725b, 0x72ac, 0x738b, 0x4e19, + 0x4e16, 0x4e15, 0x4e14, 0x4e18, + 0x4e3b, 0x4e4d, 0x4e4f, 0x4e4e, + 0x4ee5, 0x4ed8, 0x4ed4, 0x4ed5, + 0x4ed6, 0x4ed7, 0x4ee3, 0x4ee4, + 0x4ed9, 0x4ede, 0x5145, 0x5144, + 0x5189, 0x518a, 0x51ac, 0x51f9, + 0x51fa, 0x51f8, 0x520a, 0x52a0, + 0x529f, 0x5305, 0x5306, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5317, 0x531d, + 0x4edf, 0x534a, 0x5349, 0x5361, + 0x5360, 0x536f, 0x536e, 0x53bb, + 0x53ef, 0x53e4, 0x53f3, 0x53ec, + 0x53ee, 0x53e9, 0x53e8, 0x53fc, + 0x53f8, 0x53f5, 0x53eb, 0x53e6, + 0x53ea, 0x53f2, 0x53f1, 0x53f0, + 0x53e5, 0x53ed, 0x53fb, 0x56db, + 0x56da, 0x5916, 0x592e, 0x5931, + 0x5974, 0x5976, 0x5b55, 0x5b83, + 0x5c3c, 0x5de8, 0x5de7, 0x5de6, + 0x5e02, 0x5e03, 0x5e73, 0x5e7c, + 0x5f01, 0x5f18, 0x5f17, 0x5fc5, + 0x620a, 0x6253, 0x6254, 0x6252, + 0x6251, 0x65a5, 0x65e6, 0x672e, + 0x672c, 0x672a, 0x672b, 0x672d, + 0x6b63, 0x0000, 0x6bcd, 0x6c11, + 0x6c10, 0x6c38, 0x6c41, 0x6c40, + 0x6c3e, 0x72af, 0x7384, 0x7389, + 0x74dc, 0x74e6, 0x7518, 0x751f, + 0x7528, 0x7529, 0x7530, 0x7531, + 0x7532, 0x7533, 0x758b, 0x767d, + 0x76ae, 0x76bf, 0x76ee, 0x77db, + 0x77e2, 0x77f3, 0x793a, 0x79be, + 0x7a74, 0x7acb, 0x4e1e, 0x4e1f, + 0x4e52, 0x4e53, 0x4e69, 0x4e99, + 0x4ea4, 0x4ea6, 0x4ea5, 0x4eff, + 0x4f09, 0x4f19, 0x4f0a, 0x4f15, + 0x4f0d, 0x4f10, 0x4f11, 0x4f0f, + 0x4ef2, 0x4ef6, 0x4efb, 0x4ef0, + 0x4ef3, 0x4efd, 0x4f01, 0x4f0b, + 0x5149, 0x5147, 0x5146, 0x5148, + 0x5168, 0x5171, 0x518d, 0x51b0, + 0x5217, 0x5211, 0x5212, 0x520e, + 0x5216, 0x52a3, 0x5308, 0x5321, + 0x5320, 0x5370, 0x5371, 0x5409, + 0x540f, 0x540c, 0x540a, 0x5410, + 0x5401, 0x540b, 0x5404, 0x5411, + 0x540d, 0x5408, 0x5403, 0x540e, + 0x5406, 0x5412, 0x56e0, 0x56de, + 0x56dd, 0x5733, 0x5730, 0x5728, + 0x572d, 0x572c, 0x572f, 0x5729, + 0x5919, 0x591a, 0x5937, 0x5938, + 0x5984, 0x5978, 0x5983, 0x597d, + 0x5979, 0x5982, 0x5981, 0x5b57, + 0x5b58, 0x5b87, 0x5b88, 0x5b85, + 0x5b89, 0x5bfa, 0x5c16, 0x5c79, + 0x5dde, 0x5e06, 0x5e76, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5e74, 0x5f0f, + 0x5f1b, 0x5fd9, 0x5fd6, 0x620e, + 0x620c, 0x620d, 0x6210, 0x6263, + 0x625b, 0x6258, 0x6536, 0x65e9, + 0x65e8, 0x65ec, 0x65ed, 0x66f2, + 0x66f3, 0x6709, 0x673d, 0x6734, + 0x6731, 0x6735, 0x6b21, 0x6b64, + 0x6b7b, 0x6c16, 0x6c5d, 0x6c57, + 0x6c59, 0x6c5f, 0x6c60, 0x6c50, + 0x6c55, 0x6c61, 0x6c5b, 0x6c4d, + 0x6c4e, 0x7070, 0x725f, 0x725d, + 0x767e, 0x7af9, 0x7c73, 0x7cf8, + 0x7f36, 0x7f8a, 0x7fbd, 0x8001, + 0x8003, 0x800c, 0x8012, 0x8033, + 0x807f, 0x8089, 0x808b, 0x808c, + 0x81e3, 0x81ea, 0x81f3, 0x81fc, + 0x820c, 0x0000, 0x821b, 0x821f, + 0x826e, 0x8272, 0x827e, 0x866b, + 0x8840, 0x884c, 0x8863, 0x897f, + 0x9621, 0x4e32, 0x4ea8, 0x4f4d, + 0x4f4f, 0x4f47, 0x4f57, 0x4f5e, + 0x4f34, 0x4f5b, 0x4f55, 0x4f30, + 0x4f50, 0x4f51, 0x4f3d, 0x4f3a, + 0x4f38, 0x4f43, 0x4f54, 0x4f3c, + 0x4f46, 0x4f63, 0x4f5c, 0x4f60, + 0x4f2f, 0x4f4e, 0x4f36, 0x4f59, + 0x4f5d, 0x4f48, 0x4f5a, 0x514c, + 0x514b, 0x514d, 0x5175, 0x51b6, + 0x51b7, 0x5225, 0x5224, 0x5229, + 0x522a, 0x5228, 0x52ab, 0x52a9, + 0x52aa, 0x52ac, 0x5323, 0x5373, + 0x5375, 0x541d, 0x542d, 0x541e, + 0x543e, 0x5426, 0x544e, 0x5427, + 0x5446, 0x5443, 0x5433, 0x5448, + 0x5442, 0x541b, 0x5429, 0x544a, + 0x5439, 0x543b, 0x5438, 0x542e, + 0x5435, 0x5436, 0x5420, 0x543c, + 0x5440, 0x5431, 0x542b, 0x541f, + 0x542c, 0x56ea, 0x56f0, 0x56e4, + 0x56eb, 0x574a, 0x5751, 0x5740, + 0x574d, 0x5747, 0x574e, 0x573e, + 0x5750, 0x574f, 0x573b, 0x58ef, + 0x593e, 0x599d, 0x5992, 0x59a8, + 0x599e, 0x59a3, 0x5999, 0x5996, + 0x598d, 0x59a4, 0x5993, 0x598a, + 0x59a5, 0x5b5d, 0x5b5c, 0x5b5a, + 0x5b5b, 0x5b8c, 0x5b8b, 0x5b8f, + 0x5c2c, 0x5c40, 0x5c41, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5c3f, 0x5c3e, + 0x5c90, 0x5c91, 0x5c94, 0x5c8c, + 0x5deb, 0x5e0c, 0x5e8f, 0x5e87, + 0x5e8a, 0x5ef7, 0x5f04, 0x5f1f, + 0x5f64, 0x5f62, 0x5f77, 0x5f79, + 0x5fd8, 0x5fcc, 0x5fd7, 0x5fcd, + 0x5ff1, 0x5feb, 0x5ff8, 0x5fea, + 0x6212, 0x6211, 0x6284, 0x6297, + 0x6296, 0x6280, 0x6276, 0x6289, + 0x626d, 0x628a, 0x627c, 0x627e, + 0x6279, 0x6273, 0x6292, 0x626f, + 0x6298, 0x626e, 0x6295, 0x6293, + 0x6291, 0x6286, 0x6539, 0x653b, + 0x6538, 0x65f1, 0x66f4, 0x675f, + 0x674e, 0x674f, 0x6750, 0x6751, + 0x675c, 0x6756, 0x675e, 0x6749, + 0x6746, 0x0000, 0x6760, 0x6753, + 0x6757, 0x6b65, 0x6bcf, 0x6c42, + 0x6c5e, 0x6c99, 0x6c81, 0x6c88, + 0x6c89, 0x6c85, 0x6c9b, 0x6c6a, + 0x6c7a, 0x6c90, 0x6c70, 0x6c8c, + 0x6c68, 0x6c96, 0x6c92, 0x6c7d, + 0x6c83, 0x6c72, 0x6c7e, 0x6c74, + 0x6c86, 0x6c76, 0x6c8d, 0x6c94, + 0x6c98, 0x6c82, 0x7076, 0x707c, + 0x707d, 0x7078, 0x7262, 0x7261, + 0x7260, 0x72c4, 0x72c2, 0x7396, + 0x752c, 0x752b, 0x7537, 0x7538, + 0x7682, 0x76ef, 0x77e3, 0x79c1, + 0x79c0, 0x79bf, 0x7a76, 0x7cfb, + 0x7f55, 0x8096, 0x8093, 0x809d, + 0x8098, 0x809b, 0x809a, 0x80b2, + 0x826f, 0x8292, 0x828b, 0x828d, + 0x898b, 0x89d2, 0x8a00, 0x8c37, + 0x8c46, 0x8c55, 0x8c9d, 0x8d64, + 0x8d70, 0x8db3, 0x8eab, 0x8eca, + 0x8f9b, 0x8fb0, 0x8fc2, 0x8fc6, + 0x8fc5, 0x8fc4, 0x5de1, 0x9091, + 0x90a2, 0x90aa, 0x90a6, 0x90a3, + 0x9149, 0x91c6, 0x91cc, 0x9632, + 0x962e, 0x9631, 0x962a, 0x962c, + 0x4e26, 0x4e56, 0x4e73, 0x4e8b, + 0x4e9b, 0x4e9e, 0x4eab, 0x4eac, + 0x4f6f, 0x4f9d, 0x4f8d, 0x4f73, + 0x4f7f, 0x4f6c, 0x4f9b, 0x4f8b, + 0x4f86, 0x4f83, 0x4f70, 0x4f75, + 0x4f88, 0x4f69, 0x4f7b, 0x4f96, + 0x4f7e, 0x4f8f, 0x4f91, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4f7a, 0x5154, + 0x5152, 0x5155, 0x5169, 0x5177, + 0x5176, 0x5178, 0x51bd, 0x51fd, + 0x523b, 0x5238, 0x5237, 0x523a, + 0x5230, 0x522e, 0x5236, 0x5241, + 0x52be, 0x52bb, 0x5352, 0x5354, + 0x5353, 0x5351, 0x5366, 0x5377, + 0x5378, 0x5379, 0x53d6, 0x53d4, + 0x53d7, 0x5473, 0x5475, 0x5496, + 0x5478, 0x5495, 0x5480, 0x547b, + 0x5477, 0x5484, 0x5492, 0x5486, + 0x547c, 0x5490, 0x5471, 0x5476, + 0x548c, 0x549a, 0x5462, 0x5468, + 0x548b, 0x547d, 0x548e, 0x56fa, + 0x5783, 0x5777, 0x576a, 0x5769, + 0x5761, 0x5766, 0x5764, 0x577c, + 0x591c, 0x0000, 0x5949, 0x5947, + 0x5948, 0x5944, 0x5954, 0x59be, + 0x59bb, 0x59d4, 0x59b9, 0x59ae, + 0x59d1, 0x59c6, 0x59d0, 0x59cd, + 0x59cb, 0x59d3, 0x59ca, 0x59af, + 0x59b3, 0x59d2, 0x59c5, 0x5b5f, + 0x5b64, 0x5b63, 0x5b97, 0x5b9a, + 0x5b98, 0x5b9c, 0x5b99, 0x5b9b, + 0x5c1a, 0x5c48, 0x5c45, 0x5c46, + 0x5cb7, 0x5ca1, 0x5cb8, 0x5ca9, + 0x5cab, 0x5cb1, 0x5cb3, 0x5e18, + 0x5e1a, 0x5e16, 0x5e15, 0x5e1b, + 0x5e11, 0x5e78, 0x5e9a, 0x5e97, + 0x5e9c, 0x5e95, 0x5e96, 0x5ef6, + 0x5f26, 0x5f27, 0x5f29, 0x5f80, + 0x5f81, 0x5f7f, 0x5f7c, 0x5fdd, + 0x5fe0, 0x5ffd, 0x5ff5, 0x5fff, + 0x600f, 0x6014, 0x602f, 0x6035, + 0x6016, 0x602a, 0x6015, 0x6021, + 0x6027, 0x6029, 0x602b, 0x601b, + 0x6216, 0x6215, 0x623f, 0x623e, + 0x6240, 0x627f, 0x62c9, 0x62cc, + 0x62c4, 0x62bf, 0x62c2, 0x62b9, + 0x62d2, 0x62db, 0x62ab, 0x62d3, + 0x62d4, 0x62cb, 0x62c8, 0x62a8, + 0x62bd, 0x62bc, 0x62d0, 0x62d9, + 0x62c7, 0x62cd, 0x62b5, 0x62da, + 0x62b1, 0x62d8, 0x62d6, 0x62d7, + 0x62c6, 0x62ac, 0x62ce, 0x653e, + 0x65a7, 0x65bc, 0x65fa, 0x6614, + 0x6613, 0x660c, 0x6606, 0x6602, + 0x660e, 0x6600, 0x660f, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6615, 0x660a, + 0x6607, 0x670d, 0x670b, 0x676d, + 0x678b, 0x6795, 0x6771, 0x679c, + 0x6773, 0x6777, 0x6787, 0x679d, + 0x6797, 0x676f, 0x6770, 0x677f, + 0x6789, 0x677e, 0x6790, 0x6775, + 0x679a, 0x6793, 0x677c, 0x676a, + 0x6772, 0x6b23, 0x6b66, 0x6b67, + 0x6b7f, 0x6c13, 0x6c1b, 0x6ce3, + 0x6ce8, 0x6cf3, 0x6cb1, 0x6ccc, + 0x6ce5, 0x6cb3, 0x6cbd, 0x6cbe, + 0x6cbc, 0x6ce2, 0x6cab, 0x6cd5, + 0x6cd3, 0x6cb8, 0x6cc4, 0x6cb9, + 0x6cc1, 0x6cae, 0x6cd7, 0x6cc5, + 0x6cf1, 0x6cbf, 0x6cbb, 0x6ce1, + 0x6cdb, 0x6cca, 0x6cac, 0x6cef, + 0x6cdc, 0x0000, 0x6cd6, 0x6ce0, + 0x7095, 0x708e, 0x7092, 0x708a, + 0x7099, 0x722c, 0x722d, 0x7238, + 0x7248, 0x7267, 0x7269, 0x72c0, + 0x72ce, 0x72d9, 0x72d7, 0x72d0, + 0x73a9, 0x73a8, 0x739f, 0x73ab, + 0x73a5, 0x753d, 0x759d, 0x7599, + 0x759a, 0x7684, 0x76c2, 0x76f2, + 0x76f4, 0x77e5, 0x77fd, 0x793e, + 0x7940, 0x7941, 0x79c9, 0x79c8, + 0x7a7a, 0x7a79, 0x7afa, 0x7cfe, + 0x7f54, 0x7f8c, 0x7f8b, 0x8005, + 0x80ba, 0x80a5, 0x80a2, 0x80b1, + 0x80a1, 0x80ab, 0x80a9, 0x80b4, + 0x80aa, 0x80af, 0x81e5, 0x81fe, + 0x820d, 0x82b3, 0x829d, 0x8299, + 0x82ad, 0x82bd, 0x829f, 0x82b9, + 0x82b1, 0x82ac, 0x82a5, 0x82af, + 0x82b8, 0x82a3, 0x82b0, 0x82be, + 0x82b7, 0x864e, 0x8671, 0x521d, + 0x8868, 0x8ecb, 0x8fce, 0x8fd4, + 0x8fd1, 0x90b5, 0x90b8, 0x90b1, + 0x90b6, 0x91c7, 0x91d1, 0x9577, + 0x9580, 0x961c, 0x9640, 0x963f, + 0x963b, 0x9644, 0x9642, 0x96b9, + 0x96e8, 0x9752, 0x975e, 0x4e9f, + 0x4ead, 0x4eae, 0x4fe1, 0x4fb5, + 0x4faf, 0x4fbf, 0x4fe0, 0x4fd1, + 0x4fcf, 0x4fdd, 0x4fc3, 0x4fb6, + 0x4fd8, 0x4fdf, 0x4fca, 0x4fd7, + 0x4fae, 0x4fd0, 0x4fc4, 0x4fc2, + 0x4fda, 0x4fce, 0x4fde, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4fb7, 0x5157, + 0x5192, 0x5191, 0x51a0, 0x524e, + 0x5243, 0x524a, 0x524d, 0x524c, + 0x524b, 0x5247, 0x52c7, 0x52c9, + 0x52c3, 0x52c1, 0x530d, 0x5357, + 0x537b, 0x539a, 0x53db, 0x54ac, + 0x54c0, 0x54a8, 0x54ce, 0x54c9, + 0x54b8, 0x54a6, 0x54b3, 0x54c7, + 0x54c2, 0x54bd, 0x54aa, 0x54c1, + 0x54c4, 0x54c8, 0x54af, 0x54ab, + 0x54b1, 0x54bb, 0x54a9, 0x54a7, + 0x54bf, 0x56ff, 0x5782, 0x578b, + 0x57a0, 0x57a3, 0x57a2, 0x57ce, + 0x57ae, 0x5793, 0x5955, 0x5951, + 0x594f, 0x594e, 0x5950, 0x59dc, + 0x59d8, 0x59ff, 0x59e3, 0x59e8, + 0x5a03, 0x0000, 0x59e5, 0x59ea, + 0x59da, 0x59e6, 0x5a01, 0x59fb, + 0x5b69, 0x5ba3, 0x5ba6, 0x5ba4, + 0x5ba2, 0x5ba5, 0x5c01, 0x5c4e, + 0x5c4f, 0x5c4d, 0x5c4b, 0x5cd9, + 0x5cd2, 0x5df7, 0x5e1d, 0x5e25, + 0x5e1f, 0x5e7d, 0x5ea0, 0x5ea6, + 0x5efa, 0x5f08, 0x5f2d, 0x5f65, + 0x5f88, 0x5f85, 0x5f8a, 0x5f8b, + 0x5f87, 0x5f8c, 0x5f89, 0x6012, + 0x601d, 0x6020, 0x6025, 0x600e, + 0x6028, 0x604d, 0x6070, 0x6068, + 0x6062, 0x6046, 0x6043, 0x606c, + 0x606b, 0x606a, 0x6064, 0x6241, + 0x62dc, 0x6316, 0x6309, 0x62fc, + 0x62ed, 0x6301, 0x62ee, 0x62fd, + 0x6307, 0x62f1, 0x62f7, 0x62ef, + 0x62ec, 0x62fe, 0x62f4, 0x6311, + 0x6302, 0x653f, 0x6545, 0x65ab, + 0x65bd, 0x65e2, 0x6625, 0x662d, + 0x6620, 0x6627, 0x662f, 0x661f, + 0x6628, 0x6631, 0x6624, 0x66f7, + 0x67ff, 0x67d3, 0x67f1, 0x67d4, + 0x67d0, 0x67ec, 0x67b6, 0x67af, + 0x67f5, 0x67e9, 0x67ef, 0x67c4, + 0x67d1, 0x67b4, 0x67da, 0x67e5, + 0x67b8, 0x67cf, 0x67de, 0x67f3, + 0x67b0, 0x67d9, 0x67e2, 0x67dd, + 0x67d2, 0x6b6a, 0x6b83, 0x6b86, + 0x6bb5, 0x6bd2, 0x6bd7, 0x6c1f, + 0x6cc9, 0x6d0b, 0x6d32, 0x6d2a, + 0x6d41, 0x6d25, 0x6d0c, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6d31, 0x6d1e, + 0x6d17, 0x6d3b, 0x6d3d, 0x6d3e, + 0x6d36, 0x6d1b, 0x6cf5, 0x6d39, + 0x6d27, 0x6d38, 0x6d29, 0x6d2e, + 0x6d35, 0x6d0e, 0x6d2b, 0x70ab, + 0x70ba, 0x70b3, 0x70ac, 0x70af, + 0x70ad, 0x70b8, 0x70ae, 0x70a4, + 0x7230, 0x7272, 0x726f, 0x7274, + 0x72e9, 0x72e0, 0x72e1, 0x73b7, + 0x73ca, 0x73bb, 0x73b2, 0x73cd, + 0x73c0, 0x73b3, 0x751a, 0x752d, + 0x754f, 0x754c, 0x754e, 0x754b, + 0x75ab, 0x75a4, 0x75a5, 0x75a2, + 0x75a3, 0x7678, 0x7686, 0x7687, + 0x7688, 0x76c8, 0x76c6, 0x76c3, + 0x76c5, 0x7701, 0x76f9, 0x76f8, + 0x7709, 0x0000, 0x770b, 0x76fe, + 0x76fc, 0x7707, 0x77dc, 0x7802, + 0x7814, 0x780c, 0x780d, 0x7946, + 0x7949, 0x7948, 0x7947, 0x79b9, + 0x79ba, 0x79d1, 0x79d2, 0x79cb, + 0x7a7f, 0x7a81, 0x7aff, 0x7afd, + 0x7c7d, 0x7d02, 0x7d05, 0x7d00, + 0x7d09, 0x7d07, 0x7d04, 0x7d06, + 0x7f38, 0x7f8e, 0x7fbf, 0x8004, + 0x8010, 0x800d, 0x8011, 0x8036, + 0x80d6, 0x80e5, 0x80da, 0x80c3, + 0x80c4, 0x80cc, 0x80e1, 0x80db, + 0x80ce, 0x80de, 0x80e4, 0x80dd, + 0x81f4, 0x8222, 0x82e7, 0x8303, + 0x8305, 0x82e3, 0x82db, 0x82e6, + 0x8304, 0x82e5, 0x8302, 0x8309, + 0x82d2, 0x82d7, 0x82f1, 0x8301, + 0x82dc, 0x82d4, 0x82d1, 0x82de, + 0x82d3, 0x82df, 0x82ef, 0x8306, + 0x8650, 0x8679, 0x867b, 0x867a, + 0x884d, 0x886b, 0x8981, 0x89d4, + 0x8a08, 0x8a02, 0x8a03, 0x8c9e, + 0x8ca0, 0x8d74, 0x8d73, 0x8db4, + 0x8ecd, 0x8ecc, 0x8ff0, 0x8fe6, + 0x8fe2, 0x8fea, 0x8fe5, 0x8fed, + 0x8feb, 0x8fe4, 0x8fe8, 0x90ca, + 0x90ce, 0x90c1, 0x90c3, 0x914b, + 0x914a, 0x91cd, 0x9582, 0x9650, + 0x964b, 0x964c, 0x964d, 0x9762, + 0x9769, 0x97cb, 0x97ed, 0x97f3, + 0x9801, 0x98a8, 0x98db, 0x98df, + 0x9996, 0x9999, 0x4e58, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4eb3, 0x500c, + 0x500d, 0x5023, 0x4fef, 0x5026, + 0x5025, 0x4ff8, 0x5029, 0x5016, + 0x5006, 0x503c, 0x501f, 0x501a, + 0x5012, 0x5011, 0x4ffa, 0x5000, + 0x5014, 0x5028, 0x4ff1, 0x5021, + 0x500b, 0x5019, 0x5018, 0x4ff3, + 0x4fee, 0x502d, 0x502a, 0x4ffe, + 0x502b, 0x5009, 0x517c, 0x51a4, + 0x51a5, 0x51a2, 0x51cd, 0x51cc, + 0x51c6, 0x51cb, 0x5256, 0x525c, + 0x5254, 0x525b, 0x525d, 0x532a, + 0x537f, 0x539f, 0x539d, 0x53df, + 0x54e8, 0x5510, 0x5501, 0x5537, + 0x54fc, 0x54e5, 0x54f2, 0x5506, + 0x54fa, 0x5514, 0x54e9, 0x54ed, + 0x54e1, 0x0000, 0x5509, 0x54ee, + 0x54ea, 0x54e6, 0x5527, 0x5507, + 0x54fd, 0x550f, 0x5703, 0x5704, + 0x57c2, 0x57d4, 0x57cb, 0x57c3, + 0x5809, 0x590f, 0x5957, 0x5958, + 0x595a, 0x5a11, 0x5a18, 0x5a1c, + 0x5a1f, 0x5a1b, 0x5a13, 0x59ec, + 0x5a20, 0x5a23, 0x5a29, 0x5a25, + 0x5a0c, 0x5a09, 0x5b6b, 0x5c58, + 0x5bb0, 0x5bb3, 0x5bb6, 0x5bb4, + 0x5bae, 0x5bb5, 0x5bb9, 0x5bb8, + 0x5c04, 0x5c51, 0x5c55, 0x5c50, + 0x5ced, 0x5cfd, 0x5cfb, 0x5cea, + 0x5ce8, 0x5cf0, 0x5cf6, 0x5d01, + 0x5cf4, 0x5dee, 0x5e2d, 0x5e2b, + 0x5eab, 0x5ead, 0x5ea7, 0x5f31, + 0x5f92, 0x5f91, 0x5f90, 0x6059, + 0x6063, 0x6065, 0x6050, 0x6055, + 0x606d, 0x6069, 0x606f, 0x6084, + 0x609f, 0x609a, 0x608d, 0x6094, + 0x608c, 0x6085, 0x6096, 0x6247, + 0x62f3, 0x6308, 0x62ff, 0x634e, + 0x633e, 0x632f, 0x6355, 0x6342, + 0x6346, 0x634f, 0x6349, 0x633a, + 0x6350, 0x633d, 0x632a, 0x632b, + 0x6328, 0x634d, 0x634c, 0x6548, + 0x6549, 0x6599, 0x65c1, 0x65c5, + 0x6642, 0x6649, 0x664f, 0x6643, + 0x6652, 0x664c, 0x6645, 0x6641, + 0x66f8, 0x6714, 0x6715, 0x6717, + 0x6821, 0x6838, 0x6848, 0x6846, + 0x6853, 0x6839, 0x6842, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6854, 0x6829, + 0x68b3, 0x6817, 0x684c, 0x6851, + 0x683d, 0x67f4, 0x6850, 0x6840, + 0x683c, 0x6843, 0x682a, 0x6845, + 0x6813, 0x6818, 0x6841, 0x6b8a, + 0x6b89, 0x6bb7, 0x6c23, 0x6c27, + 0x6c28, 0x6c26, 0x6c24, 0x6cf0, + 0x6d6a, 0x6d95, 0x6d88, 0x6d87, + 0x6d66, 0x6d78, 0x6d77, 0x6d59, + 0x6d93, 0x6d6c, 0x6d89, 0x6d6e, + 0x6d5a, 0x6d74, 0x6d69, 0x6d8c, + 0x6d8a, 0x6d79, 0x6d85, 0x6d65, + 0x6d94, 0x70ca, 0x70d8, 0x70e4, + 0x70d9, 0x70c8, 0x70cf, 0x7239, + 0x7279, 0x72fc, 0x72f9, 0x72fd, + 0x72f8, 0x72f7, 0x7386, 0x73ed, + 0x7409, 0x0000, 0x73ee, 0x73e0, + 0x73ea, 0x73de, 0x7554, 0x755d, + 0x755c, 0x755a, 0x7559, 0x75be, + 0x75c5, 0x75c7, 0x75b2, 0x75b3, + 0x75bd, 0x75bc, 0x75b9, 0x75c2, + 0x75b8, 0x768b, 0x76b0, 0x76ca, + 0x76cd, 0x76ce, 0x7729, 0x771f, + 0x7720, 0x7728, 0x77e9, 0x7830, + 0x7827, 0x7838, 0x781d, 0x7834, + 0x7837, 0x7825, 0x782d, 0x7820, + 0x781f, 0x7832, 0x7955, 0x7950, + 0x7960, 0x795f, 0x7956, 0x795e, + 0x795d, 0x7957, 0x795a, 0x79e4, + 0x79e3, 0x79e7, 0x79df, 0x79e6, + 0x79e9, 0x79d8, 0x7a84, 0x7a88, + 0x7ad9, 0x7b06, 0x7b11, 0x7c89, + 0x7d21, 0x7d17, 0x7d0b, 0x7d0a, + 0x7d20, 0x7d22, 0x7d14, 0x7d10, + 0x7d15, 0x7d1a, 0x7d1c, 0x7d0d, + 0x7d19, 0x7d1b, 0x7f3a, 0x7f5f, + 0x7f94, 0x7fc5, 0x7fc1, 0x8006, + 0x8018, 0x8015, 0x8019, 0x8017, + 0x803d, 0x803f, 0x80f1, 0x8102, + 0x80f0, 0x8105, 0x80ed, 0x80f4, + 0x8106, 0x80f8, 0x80f3, 0x8108, + 0x80fd, 0x810a, 0x80fc, 0x80ef, + 0x81ed, 0x81ec, 0x8200, 0x8210, + 0x822a, 0x822b, 0x8228, 0x822c, + 0x82bb, 0x832b, 0x8352, 0x8354, + 0x834a, 0x8338, 0x8350, 0x8349, + 0x8335, 0x8334, 0x834f, 0x8332, + 0x8339, 0x8336, 0x8317, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8340, 0x8331, + 0x8328, 0x8343, 0x8654, 0x868a, + 0x86aa, 0x8693, 0x86a4, 0x86a9, + 0x868c, 0x86a3, 0x869c, 0x8870, + 0x8877, 0x8881, 0x8882, 0x887d, + 0x8879, 0x8a18, 0x8a10, 0x8a0e, + 0x8a0c, 0x8a15, 0x8a0a, 0x8a17, + 0x8a13, 0x8a16, 0x8a0f, 0x8a11, + 0x8c48, 0x8c7a, 0x8c79, 0x8ca1, + 0x8ca2, 0x8d77, 0x8eac, 0x8ed2, + 0x8ed4, 0x8ecf, 0x8fb1, 0x9001, + 0x9006, 0x8ff7, 0x9000, 0x8ffa, + 0x8ff4, 0x9003, 0x8ffd, 0x9005, + 0x8ff8, 0x9095, 0x90e1, 0x90dd, + 0x90e2, 0x9152, 0x914d, 0x914c, + 0x91d8, 0x91dd, 0x91d7, 0x91dc, + 0x91d9, 0x0000, 0x9583, 0x9662, + 0x9663, 0x9661, 0x965b, 0x965d, + 0x9664, 0x9658, 0x965e, 0x96bb, + 0x98e2, 0x99ac, 0x9aa8, 0x9ad8, + 0x9b25, 0x9b32, 0x9b3c, 0x4e7e, + 0x507a, 0x507d, 0x505c, 0x5047, + 0x5043, 0x504c, 0x505a, 0x5049, + 0x5065, 0x5076, 0x504e, 0x5055, + 0x5075, 0x5074, 0x5077, 0x504f, + 0x500f, 0x506f, 0x506d, 0x515c, + 0x5195, 0x51f0, 0x526a, 0x526f, + 0x52d2, 0x52d9, 0x52d8, 0x52d5, + 0x5310, 0x530f, 0x5319, 0x533f, + 0x5340, 0x533e, 0x53c3, 0x66fc, + 0x5546, 0x556a, 0x5566, 0x5544, + 0x555e, 0x5561, 0x5543, 0x554a, + 0x5531, 0x5556, 0x554f, 0x5555, + 0x552f, 0x5564, 0x5538, 0x552e, + 0x555c, 0x552c, 0x5563, 0x5533, + 0x5541, 0x5557, 0x5708, 0x570b, + 0x5709, 0x57df, 0x5805, 0x580a, + 0x5806, 0x57e0, 0x57e4, 0x57fa, + 0x5802, 0x5835, 0x57f7, 0x57f9, + 0x5920, 0x5962, 0x5a36, 0x5a41, + 0x5a49, 0x5a66, 0x5a6a, 0x5a40, + 0x5a3c, 0x5a62, 0x5a5a, 0x5a46, + 0x5a4a, 0x5b70, 0x5bc7, 0x5bc5, + 0x5bc4, 0x5bc2, 0x5bbf, 0x5bc6, + 0x5c09, 0x5c08, 0x5c07, 0x5c60, + 0x5c5c, 0x5c5d, 0x5d07, 0x5d06, + 0x5d0e, 0x5d1b, 0x5d16, 0x5d22, + 0x5d11, 0x5d29, 0x5d14, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5d19, 0x5d24, + 0x5d27, 0x5d17, 0x5de2, 0x5e38, + 0x5e36, 0x5e33, 0x5e37, 0x5eb7, + 0x5eb8, 0x5eb6, 0x5eb5, 0x5ebe, + 0x5f35, 0x5f37, 0x5f57, 0x5f6c, + 0x5f69, 0x5f6b, 0x5f97, 0x5f99, + 0x5f9e, 0x5f98, 0x5fa1, 0x5fa0, + 0x5f9c, 0x607f, 0x60a3, 0x6089, + 0x60a0, 0x60a8, 0x60cb, 0x60b4, + 0x60e6, 0x60bd, 0x60c5, 0x60bb, + 0x60b5, 0x60dc, 0x60bc, 0x60d8, + 0x60d5, 0x60c6, 0x60df, 0x60b8, + 0x60da, 0x60c7, 0x621a, 0x621b, + 0x6248, 0x63a0, 0x63a7, 0x6372, + 0x6396, 0x63a2, 0x63a5, 0x6377, + 0x6367, 0x6398, 0x63aa, 0x6371, + 0x63a9, 0x0000, 0x6389, 0x6383, + 0x639b, 0x636b, 0x63a8, 0x6384, + 0x6388, 0x6399, 0x63a1, 0x63ac, + 0x6392, 0x638f, 0x6380, 0x637b, + 0x6369, 0x6368, 0x637a, 0x655d, + 0x6556, 0x6551, 0x6559, 0x6557, + 0x555f, 0x654f, 0x6558, 0x6555, + 0x6554, 0x659c, 0x659b, 0x65ac, + 0x65cf, 0x65cb, 0x65cc, 0x65ce, + 0x665d, 0x665a, 0x6664, 0x6668, + 0x6666, 0x665e, 0x66f9, 0x52d7, + 0x671b, 0x6881, 0x68af, 0x68a2, + 0x6893, 0x68b5, 0x687f, 0x6876, + 0x68b1, 0x68a7, 0x6897, 0x68b0, + 0x6883, 0x68c4, 0x68ad, 0x6886, + 0x6885, 0x6894, 0x689d, 0x68a8, + 0x689f, 0x68a1, 0x6882, 0x6b32, + 0x6bba, 0x6beb, 0x6bec, 0x6c2b, + 0x6d8e, 0x6dbc, 0x6df3, 0x6dd9, + 0x6db2, 0x6de1, 0x6dcc, 0x6de4, + 0x6dfb, 0x6dfa, 0x6e05, 0x6dc7, + 0x6dcb, 0x6daf, 0x6dd1, 0x6dae, + 0x6dde, 0x6df9, 0x6db8, 0x6df7, + 0x6df5, 0x6dc5, 0x6dd2, 0x6e1a, + 0x6db5, 0x6dda, 0x6deb, 0x6dd8, + 0x6dea, 0x6df1, 0x6dee, 0x6de8, + 0x6dc6, 0x6dc4, 0x6daa, 0x6dec, + 0x6dbf, 0x6de6, 0x70f9, 0x7109, + 0x710a, 0x70fd, 0x70ef, 0x723d, + 0x727d, 0x7281, 0x731c, 0x731b, + 0x7316, 0x7313, 0x7319, 0x7387, + 0x7405, 0x740a, 0x7403, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7406, 0x73fe, + 0x740d, 0x74e0, 0x74f6, 0x74f7, + 0x751c, 0x7522, 0x7565, 0x7566, + 0x7562, 0x7570, 0x758f, 0x75d4, + 0x75d5, 0x75b5, 0x75ca, 0x75cd, + 0x768e, 0x76d4, 0x76d2, 0x76db, + 0x7737, 0x773e, 0x773c, 0x7736, + 0x7738, 0x773a, 0x786b, 0x7843, + 0x784e, 0x7965, 0x7968, 0x796d, + 0x79fb, 0x7a92, 0x7a95, 0x7b20, + 0x7b28, 0x7b1b, 0x7b2c, 0x7b26, + 0x7b19, 0x7b1e, 0x7b2e, 0x7c92, + 0x7c97, 0x7c95, 0x7d46, 0x7d43, + 0x7d71, 0x7d2e, 0x7d39, 0x7d3c, + 0x7d40, 0x7d30, 0x7d33, 0x7d44, + 0x7d2f, 0x7d42, 0x7d32, 0x7d31, + 0x7f3d, 0x0000, 0x7f9e, 0x7f9a, + 0x7fcc, 0x7fce, 0x7fd2, 0x801c, + 0x804a, 0x8046, 0x812f, 0x8116, + 0x8123, 0x812b, 0x8129, 0x8130, + 0x8124, 0x8202, 0x8235, 0x8237, + 0x8236, 0x8239, 0x838e, 0x839e, + 0x8398, 0x8378, 0x83a2, 0x8396, + 0x83bd, 0x83ab, 0x8392, 0x838a, + 0x8393, 0x8389, 0x83a0, 0x8377, + 0x837b, 0x837c, 0x8386, 0x83a7, + 0x8655, 0x5f6a, 0x86c7, 0x86c0, + 0x86b6, 0x86c4, 0x86b5, 0x86c6, + 0x86cb, 0x86b1, 0x86af, 0x86c9, + 0x8853, 0x889e, 0x8888, 0x88ab, + 0x8892, 0x8896, 0x888d, 0x888b, + 0x8993, 0x898f, 0x8a2a, 0x8a1d, + 0x8a23, 0x8a25, 0x8a31, 0x8a2d, + 0x8a1f, 0x8a1b, 0x8a22, 0x8c49, + 0x8c5a, 0x8ca9, 0x8cac, 0x8cab, + 0x8ca8, 0x8caa, 0x8ca7, 0x8d67, + 0x8d66, 0x8dbe, 0x8dba, 0x8edb, + 0x8edf, 0x9019, 0x900d, 0x901a, + 0x9017, 0x9023, 0x901f, 0x901d, + 0x9010, 0x9015, 0x901e, 0x9020, + 0x900f, 0x9022, 0x9016, 0x901b, + 0x9014, 0x90e8, 0x90ed, 0x90fd, + 0x9157, 0x91ce, 0x91f5, 0x91e6, + 0x91e3, 0x91e7, 0x91ed, 0x91e9, + 0x9589, 0x966a, 0x9675, 0x9673, + 0x9678, 0x9670, 0x9674, 0x9676, + 0x9677, 0x966c, 0x96c0, 0x96ea, + 0x96e9, 0x7ae0, 0x7adf, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9802, 0x9803, + 0x9b5a, 0x9ce5, 0x9e75, 0x9e7f, + 0x9ea5, 0x9ebb, 0x50a2, 0x508d, + 0x5085, 0x5099, 0x5091, 0x5080, + 0x5096, 0x5098, 0x509a, 0x6700, + 0x51f1, 0x5272, 0x5274, 0x5275, + 0x5269, 0x52de, 0x52dd, 0x52db, + 0x535a, 0x53a5, 0x557b, 0x5580, + 0x55a7, 0x557c, 0x558a, 0x559d, + 0x5598, 0x5582, 0x559c, 0x55aa, + 0x5594, 0x5587, 0x558b, 0x5583, + 0x55b3, 0x55ae, 0x559f, 0x553e, + 0x55b2, 0x559a, 0x55bb, 0x55ac, + 0x55b1, 0x557e, 0x5589, 0x55ab, + 0x5599, 0x570d, 0x582f, 0x582a, + 0x5834, 0x5824, 0x5830, 0x5831, + 0x5821, 0x0000, 0x581d, 0x5820, + 0x58f9, 0x58fa, 0x5960, 0x5a77, + 0x5a9a, 0x5a7f, 0x5a92, 0x5a9b, + 0x5aa7, 0x5b73, 0x5b71, 0x5bd2, + 0x5bcc, 0x5bd3, 0x5bd0, 0x5c0a, + 0x5c0b, 0x5c31, 0x5d4c, 0x5d50, + 0x5d34, 0x5d47, 0x5dfd, 0x5e45, + 0x5e3d, 0x5e40, 0x5e43, 0x5e7e, + 0x5eca, 0x5ec1, 0x5ec2, 0x5ec4, + 0x5f3c, 0x5f6d, 0x5fa9, 0x5faa, + 0x5fa8, 0x60d1, 0x60e1, 0x60b2, + 0x60b6, 0x60e0, 0x611c, 0x6123, + 0x60fa, 0x6115, 0x60f0, 0x60fb, + 0x60f4, 0x6168, 0x60f1, 0x610e, + 0x60f6, 0x6109, 0x6100, 0x6112, + 0x621f, 0x6249, 0x63a3, 0x638c, + 0x63cf, 0x63c0, 0x63e9, 0x63c9, + 0x63c6, 0x63cd, 0x63d2, 0x63e3, + 0x63d0, 0x63e1, 0x63d6, 0x63ed, + 0x63ee, 0x6376, 0x63f4, 0x63ea, + 0x63db, 0x6452, 0x63da, 0x63f9, + 0x655e, 0x6566, 0x6562, 0x6563, + 0x6591, 0x6590, 0x65af, 0x666e, + 0x6670, 0x6674, 0x6676, 0x666f, + 0x6691, 0x667a, 0x667e, 0x6677, + 0x66fe, 0x66ff, 0x671f, 0x671d, + 0x68fa, 0x68d5, 0x68e0, 0x68d8, + 0x68d7, 0x6905, 0x68df, 0x68f5, + 0x68ee, 0x68e7, 0x68f9, 0x68d2, + 0x68f2, 0x68e3, 0x68cb, 0x68cd, + 0x690d, 0x6912, 0x690e, 0x68c9, + 0x68da, 0x696e, 0x68fb, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6b3e, 0x6b3a, + 0x6b3d, 0x6b98, 0x6b96, 0x6bbc, + 0x6bef, 0x6c2e, 0x6c2f, 0x6c2c, + 0x6e2f, 0x6e38, 0x6e54, 0x6e21, + 0x6e32, 0x6e67, 0x6e4a, 0x6e20, + 0x6e25, 0x6e23, 0x6e1b, 0x6e5b, + 0x6e58, 0x6e24, 0x6e56, 0x6e6e, + 0x6e2d, 0x6e26, 0x6e6f, 0x6e34, + 0x6e4d, 0x6e3a, 0x6e2c, 0x6e43, + 0x6e1d, 0x6e3e, 0x6ecb, 0x6e89, + 0x6e19, 0x6e4e, 0x6e63, 0x6e44, + 0x6e72, 0x6e69, 0x6e5f, 0x7119, + 0x711a, 0x7126, 0x7130, 0x7121, + 0x7136, 0x716e, 0x711c, 0x724c, + 0x7284, 0x7280, 0x7336, 0x7325, + 0x7334, 0x7329, 0x743a, 0x742a, + 0x7433, 0x0000, 0x7422, 0x7425, + 0x7435, 0x7436, 0x7434, 0x742f, + 0x741b, 0x7426, 0x7428, 0x7525, + 0x7526, 0x756b, 0x756a, 0x75e2, + 0x75db, 0x75e3, 0x75d9, 0x75d8, + 0x75de, 0x75e0, 0x767b, 0x767c, + 0x7696, 0x7693, 0x76b4, 0x76dc, + 0x774f, 0x77ed, 0x785d, 0x786c, + 0x786f, 0x7a0d, 0x7a08, 0x7a0b, + 0x7a05, 0x7a00, 0x7a98, 0x7a97, + 0x7a96, 0x7ae5, 0x7ae3, 0x7b49, + 0x7b56, 0x7b46, 0x7b50, 0x7b52, + 0x7b54, 0x7b4d, 0x7b4b, 0x7b4f, + 0x7b51, 0x7c9f, 0x7ca5, 0x7d5e, + 0x7d50, 0x7d68, 0x7d55, 0x7d2b, + 0x7d6e, 0x7d72, 0x7d61, 0x7d66, + 0x7d62, 0x7d70, 0x7d73, 0x5584, + 0x7fd4, 0x7fd5, 0x800b, 0x8052, + 0x8085, 0x8155, 0x8154, 0x814b, + 0x8151, 0x814e, 0x8139, 0x8146, + 0x813e, 0x814c, 0x8153, 0x8174, + 0x8212, 0x821c, 0x83e9, 0x8403, + 0x83f8, 0x840d, 0x83e0, 0x83c5, + 0x840b, 0x83c1, 0x83ef, 0x83f1, + 0x83f4, 0x8457, 0x840a, 0x83f0, + 0x840c, 0x83cc, 0x83fd, 0x83f2, + 0x83ca, 0x8438, 0x840e, 0x8404, + 0x83dc, 0x8407, 0x83d4, 0x83df, + 0x865b, 0x86df, 0x86d9, 0x86ed, + 0x86d4, 0x86db, 0x86e4, 0x86d0, + 0x86de, 0x8857, 0x88c1, 0x88c2, + 0x88b1, 0x8983, 0x8996, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8a3b, 0x8a60, + 0x8a55, 0x8a5e, 0x8a3c, 0x8a41, + 0x8a54, 0x8a5b, 0x8a50, 0x8a46, + 0x8a34, 0x8a3a, 0x8a36, 0x8a56, + 0x8c61, 0x8c82, 0x8caf, 0x8cbc, + 0x8cb3, 0x8cbd, 0x8cc1, 0x8cbb, + 0x8cc0, 0x8cb4, 0x8cb7, 0x8cb6, + 0x8cbf, 0x8cb8, 0x8d8a, 0x8d85, + 0x8d81, 0x8dce, 0x8ddd, 0x8dcb, + 0x8dda, 0x8dd1, 0x8dcc, 0x8ddb, + 0x8dc6, 0x8efb, 0x8ef8, 0x8efc, + 0x8f9c, 0x902e, 0x9035, 0x9031, + 0x9038, 0x9032, 0x9036, 0x9102, + 0x90f5, 0x9109, 0x90fe, 0x9163, + 0x9165, 0x91cf, 0x9214, 0x9215, + 0x9223, 0x9209, 0x921e, 0x920d, + 0x9210, 0x0000, 0x9207, 0x9211, + 0x9594, 0x958f, 0x958b, 0x9591, + 0x9593, 0x9592, 0x958e, 0x968a, + 0x968e, 0x968b, 0x967d, 0x9685, + 0x9686, 0x968d, 0x9672, 0x9684, + 0x96c1, 0x96c5, 0x96c4, 0x96c6, + 0x96c7, 0x96ef, 0x96f2, 0x97cc, + 0x9805, 0x9806, 0x9808, 0x98e7, + 0x98ea, 0x98ef, 0x98e9, 0x98f2, + 0x98ed, 0x99ae, 0x99ad, 0x9ec3, + 0x9ecd, 0x9ed1, 0x4e82, 0x50ad, + 0x50b5, 0x50b2, 0x50b3, 0x50c5, + 0x50be, 0x50ac, 0x50b7, 0x50bb, + 0x50af, 0x50c7, 0x527f, 0x5277, + 0x527d, 0x52df, 0x52e6, 0x52e4, + 0x52e2, 0x52e3, 0x532f, 0x55df, + 0x55e8, 0x55d3, 0x55e6, 0x55ce, + 0x55dc, 0x55c7, 0x55d1, 0x55e3, + 0x55e4, 0x55ef, 0x55da, 0x55e1, + 0x55c5, 0x55c6, 0x55e5, 0x55c9, + 0x5712, 0x5713, 0x585e, 0x5851, + 0x5858, 0x5857, 0x585a, 0x5854, + 0x586b, 0x584c, 0x586d, 0x584a, + 0x5862, 0x5852, 0x584b, 0x5967, + 0x5ac1, 0x5ac9, 0x5acc, 0x5abe, + 0x5abd, 0x5abc, 0x5ab3, 0x5ac2, + 0x5ab2, 0x5d69, 0x5d6f, 0x5e4c, + 0x5e79, 0x5ec9, 0x5ec8, 0x5f12, + 0x5f59, 0x5fac, 0x5fae, 0x611a, + 0x610f, 0x6148, 0x611f, 0x60f3, + 0x611b, 0x60f9, 0x6101, 0x6108, + 0x614e, 0x614c, 0x6144, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x614d, 0x613e, + 0x6134, 0x6127, 0x610d, 0x6106, + 0x6137, 0x6221, 0x6222, 0x6413, + 0x643e, 0x641e, 0x642a, 0x642d, + 0x643d, 0x642c, 0x640f, 0x641c, + 0x6414, 0x640d, 0x6436, 0x6416, + 0x6417, 0x6406, 0x656c, 0x659f, + 0x65b0, 0x6697, 0x6689, 0x6687, + 0x6688, 0x6696, 0x6684, 0x6698, + 0x668d, 0x6703, 0x6994, 0x696d, + 0x695a, 0x6977, 0x6960, 0x6954, + 0x6975, 0x6930, 0x6982, 0x694a, + 0x6968, 0x696b, 0x695e, 0x6953, + 0x6979, 0x6986, 0x695d, 0x6963, + 0x695b, 0x6b47, 0x6b72, 0x6bc0, + 0x6bbf, 0x6bd3, 0x6bfd, 0x6ea2, + 0x6eaf, 0x0000, 0x6ed3, 0x6eb6, + 0x6ec2, 0x6e90, 0x6e9d, 0x6ec7, + 0x6ec5, 0x6ea5, 0x6e98, 0x6ebc, + 0x6eba, 0x6eab, 0x6ed1, 0x6e96, + 0x6e9c, 0x6ec4, 0x6ed4, 0x6eaa, + 0x6ea7, 0x6eb4, 0x714e, 0x7159, + 0x7169, 0x7164, 0x7149, 0x7167, + 0x715c, 0x716c, 0x7166, 0x714c, + 0x7165, 0x715e, 0x7146, 0x7168, + 0x7156, 0x723a, 0x7252, 0x7337, + 0x7345, 0x733f, 0x733e, 0x746f, + 0x745a, 0x7455, 0x745f, 0x745e, + 0x7441, 0x743f, 0x7459, 0x745b, + 0x745c, 0x7576, 0x7578, 0x7600, + 0x75f0, 0x7601, 0x75f2, 0x75f1, + 0x75fa, 0x75ff, 0x75f4, 0x75f3, + 0x76de, 0x76df, 0x775b, 0x776b, + 0x7766, 0x775e, 0x7763, 0x7779, + 0x776a, 0x776c, 0x775c, 0x7765, + 0x7768, 0x7762, 0x77ee, 0x788e, + 0x78b0, 0x7897, 0x7898, 0x788c, + 0x7889, 0x787c, 0x7891, 0x7893, + 0x787f, 0x797a, 0x797f, 0x7981, + 0x842c, 0x79bd, 0x7a1c, 0x7a1a, + 0x7a20, 0x7a14, 0x7a1f, 0x7a1e, + 0x7a9f, 0x7aa0, 0x7b77, 0x7bc0, + 0x7b60, 0x7b6e, 0x7b67, 0x7cb1, + 0x7cb3, 0x7cb5, 0x7d93, 0x7d79, + 0x7d91, 0x7d81, 0x7d8f, 0x7d5b, + 0x7f6e, 0x7f69, 0x7f6a, 0x7f72, + 0x7fa9, 0x7fa8, 0x7fa4, 0x8056, + 0x8058, 0x8086, 0x8084, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8171, 0x8170, + 0x8178, 0x8165, 0x816e, 0x8173, + 0x816b, 0x8179, 0x817a, 0x8166, + 0x8205, 0x8247, 0x8482, 0x8477, + 0x843d, 0x8431, 0x8475, 0x8466, + 0x846b, 0x8449, 0x846c, 0x845b, + 0x843c, 0x8435, 0x8461, 0x8463, + 0x8469, 0x846d, 0x8446, 0x865e, + 0x865c, 0x865f, 0x86f9, 0x8713, + 0x8708, 0x8707, 0x8700, 0x86fe, + 0x86fb, 0x8702, 0x8703, 0x8706, + 0x870a, 0x8859, 0x88df, 0x88d4, + 0x88d9, 0x88dc, 0x88d8, 0x88dd, + 0x88e1, 0x88ca, 0x88d5, 0x88d2, + 0x899c, 0x89e3, 0x8a6b, 0x8a72, + 0x8a73, 0x8a66, 0x8a69, 0x8a70, + 0x8a87, 0x0000, 0x8a7c, 0x8a63, + 0x8aa0, 0x8a71, 0x8a85, 0x8a6d, + 0x8a62, 0x8a6e, 0x8a6c, 0x8a79, + 0x8a7b, 0x8a3e, 0x8a68, 0x8c62, + 0x8c8a, 0x8c89, 0x8cca, 0x8cc7, + 0x8cc8, 0x8cc4, 0x8cb2, 0x8cc3, + 0x8cc2, 0x8cc5, 0x8de1, 0x8ddf, + 0x8de8, 0x8def, 0x8df3, 0x8dfa, + 0x8dea, 0x8de4, 0x8de6, 0x8eb2, + 0x8f03, 0x8f09, 0x8efe, 0x8f0a, + 0x8f9f, 0x8fb2, 0x904b, 0x904a, + 0x9053, 0x9042, 0x9054, 0x903c, + 0x9055, 0x9050, 0x9047, 0x904f, + 0x904e, 0x904d, 0x9051, 0x903e, + 0x9041, 0x9112, 0x9117, 0x916c, + 0x916a, 0x9169, 0x91c9, 0x9237, + 0x9257, 0x9238, 0x923d, 0x9240, + 0x923e, 0x925b, 0x924b, 0x9264, + 0x9251, 0x9234, 0x9249, 0x924d, + 0x9245, 0x9239, 0x923f, 0x925a, + 0x9598, 0x9698, 0x9694, 0x9695, + 0x96cd, 0x96cb, 0x96c9, 0x96ca, + 0x96f7, 0x96fb, 0x96f9, 0x96f6, + 0x9756, 0x9774, 0x9776, 0x9810, + 0x9811, 0x9813, 0x980a, 0x9812, + 0x980c, 0x98fc, 0x98f4, 0x98fd, + 0x98fe, 0x99b3, 0x99b1, 0x99b4, + 0x9ae1, 0x9ce9, 0x9e82, 0x9f0e, + 0x9f13, 0x9f20, 0x50e7, 0x50ee, + 0x50e5, 0x50d6, 0x50ed, 0x50da, + 0x50d5, 0x50cf, 0x50d1, 0x50f1, + 0x50ce, 0x50e9, 0x5162, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x51f3, 0x5283, + 0x5282, 0x5331, 0x53ad, 0x55fe, + 0x5600, 0x561b, 0x5617, 0x55fd, + 0x5614, 0x5606, 0x5609, 0x560d, + 0x560e, 0x55f7, 0x5616, 0x561f, + 0x5608, 0x5610, 0x55f6, 0x5718, + 0x5716, 0x5875, 0x587e, 0x5883, + 0x5893, 0x588a, 0x5879, 0x5885, + 0x587d, 0x58fd, 0x5925, 0x5922, + 0x5924, 0x596a, 0x5969, 0x5ae1, + 0x5ae6, 0x5ae9, 0x5ad7, 0x5ad6, + 0x5ad8, 0x5ae3, 0x5b75, 0x5bde, + 0x5be7, 0x5be1, 0x5be5, 0x5be6, + 0x5be8, 0x5be2, 0x5be4, 0x5bdf, + 0x5c0d, 0x5c62, 0x5d84, 0x5d87, + 0x5e5b, 0x5e63, 0x5e55, 0x5e57, + 0x5e54, 0x0000, 0x5ed3, 0x5ed6, + 0x5f0a, 0x5f46, 0x5f70, 0x5fb9, + 0x6147, 0x613f, 0x614b, 0x6177, + 0x6162, 0x6163, 0x615f, 0x615a, + 0x6158, 0x6175, 0x622a, 0x6487, + 0x6458, 0x6454, 0x64a4, 0x6478, + 0x645f, 0x647a, 0x6451, 0x6467, + 0x6434, 0x646d, 0x647b, 0x6572, + 0x65a1, 0x65d7, 0x65d6, 0x66a2, + 0x66a8, 0x669d, 0x699c, 0x69a8, + 0x6995, 0x69c1, 0x69ae, 0x69d3, + 0x69cb, 0x699b, 0x69b7, 0x69bb, + 0x69ab, 0x69b4, 0x69d0, 0x69cd, + 0x69ad, 0x69cc, 0x69a6, 0x69c3, + 0x69a3, 0x6b49, 0x6b4c, 0x6c33, + 0x6f33, 0x6f14, 0x6efe, 0x6f13, + 0x6ef4, 0x6f29, 0x6f3e, 0x6f20, + 0x6f2c, 0x6f0f, 0x6f02, 0x6f22, + 0x6eff, 0x6eef, 0x6f06, 0x6f31, + 0x6f38, 0x6f32, 0x6f23, 0x6f15, + 0x6f2b, 0x6f2f, 0x6f88, 0x6f2a, + 0x6eec, 0x6f01, 0x6ef2, 0x6ecc, + 0x6ef7, 0x7194, 0x7199, 0x717d, + 0x718a, 0x7184, 0x7192, 0x723e, + 0x7292, 0x7296, 0x7344, 0x7350, + 0x7464, 0x7463, 0x746a, 0x7470, + 0x746d, 0x7504, 0x7591, 0x7627, + 0x760d, 0x760b, 0x7609, 0x7613, + 0x76e1, 0x76e3, 0x7784, 0x777d, + 0x777f, 0x7761, 0x78c1, 0x789f, + 0x78a7, 0x78b3, 0x78a9, 0x78a3, + 0x798e, 0x798f, 0x798d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7a2e, 0x7a31, + 0x7aaa, 0x7aa9, 0x7aed, 0x7aef, + 0x7ba1, 0x7b95, 0x7b8b, 0x7b75, + 0x7b97, 0x7b9d, 0x7b94, 0x7b8f, + 0x7bb8, 0x7b87, 0x7b84, 0x7cb9, + 0x7cbd, 0x7cbe, 0x7dbb, 0x7db0, + 0x7d9c, 0x7dbd, 0x7dbe, 0x7da0, + 0x7dca, 0x7db4, 0x7db2, 0x7db1, + 0x7dba, 0x7da2, 0x7dbf, 0x7db5, + 0x7db8, 0x7dad, 0x7dd2, 0x7dc7, + 0x7dac, 0x7f70, 0x7fe0, 0x7fe1, + 0x7fdf, 0x805e, 0x805a, 0x8087, + 0x8150, 0x8180, 0x818f, 0x8188, + 0x818a, 0x817f, 0x8182, 0x81e7, + 0x81fa, 0x8207, 0x8214, 0x821e, + 0x824b, 0x84c9, 0x84bf, 0x84c6, + 0x84c4, 0x0000, 0x8499, 0x849e, + 0x84b2, 0x849c, 0x84cb, 0x84b8, + 0x84c0, 0x84d3, 0x8490, 0x84bc, + 0x84d1, 0x84ca, 0x873f, 0x871c, + 0x873b, 0x8722, 0x8725, 0x8734, + 0x8718, 0x8755, 0x8737, 0x8729, + 0x88f3, 0x8902, 0x88f4, 0x88f9, + 0x88f8, 0x88fd, 0x88e8, 0x891a, + 0x88ef, 0x8aa6, 0x8a8c, 0x8a9e, + 0x8aa3, 0x8a8d, 0x8aa1, 0x8a93, + 0x8aa4, 0x8aaa, 0x8aa5, 0x8aa8, + 0x8a98, 0x8a91, 0x8a9a, 0x8aa7, + 0x8c6a, 0x8c8d, 0x8c8c, 0x8cd3, + 0x8cd1, 0x8cd2, 0x8d6b, 0x8d99, + 0x8d95, 0x8dfc, 0x8f14, 0x8f12, + 0x8f15, 0x8f13, 0x8fa3, 0x9060, + 0x9058, 0x905c, 0x9063, 0x9059, + 0x905e, 0x9062, 0x905d, 0x905b, + 0x9119, 0x9118, 0x911e, 0x9175, + 0x9178, 0x9177, 0x9174, 0x9278, + 0x9280, 0x9285, 0x9298, 0x9296, + 0x927b, 0x9293, 0x929c, 0x92a8, + 0x927c, 0x9291, 0x95a1, 0x95a8, + 0x95a9, 0x95a3, 0x95a5, 0x95a4, + 0x9699, 0x969c, 0x969b, 0x96cc, + 0x96d2, 0x9700, 0x977c, 0x9785, + 0x97f6, 0x9817, 0x9818, 0x98af, + 0x98b1, 0x9903, 0x9905, 0x990c, + 0x9909, 0x99c1, 0x9aaf, 0x9ab0, + 0x9ae6, 0x9b41, 0x9b42, 0x9cf4, + 0x9cf6, 0x9cf3, 0x9ebc, 0x9f3b, + 0x9f4a, 0x5104, 0x5100, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x50fb, 0x50f5, + 0x50f9, 0x5102, 0x5108, 0x5109, + 0x5105, 0x51dc, 0x5287, 0x5288, + 0x5289, 0x528d, 0x528a, 0x52f0, + 0x53b2, 0x562e, 0x563b, 0x5639, + 0x5632, 0x563f, 0x5634, 0x5629, + 0x5653, 0x564e, 0x5657, 0x5674, + 0x5636, 0x562f, 0x5630, 0x5880, + 0x589f, 0x589e, 0x58b3, 0x589c, + 0x58ae, 0x58a9, 0x58a6, 0x596d, + 0x5b09, 0x5afb, 0x5b0b, 0x5af5, + 0x5b0c, 0x5b08, 0x5bee, 0x5bec, + 0x5be9, 0x5beb, 0x5c64, 0x5c65, + 0x5d9d, 0x5d94, 0x5e62, 0x5e5f, + 0x5e61, 0x5ee2, 0x5eda, 0x5edf, + 0x5edd, 0x5ee3, 0x5ee0, 0x5f48, + 0x5f71, 0x0000, 0x5fb7, 0x5fb5, + 0x6176, 0x6167, 0x616e, 0x615d, + 0x6155, 0x6182, 0x617c, 0x6170, + 0x616b, 0x617e, 0x61a7, 0x6190, + 0x61ab, 0x618e, 0x61ac, 0x619a, + 0x61a4, 0x6194, 0x61ae, 0x622e, + 0x6469, 0x646f, 0x6479, 0x649e, + 0x64b2, 0x6488, 0x6490, 0x64b0, + 0x64a5, 0x6493, 0x6495, 0x64a9, + 0x6492, 0x64ae, 0x64ad, 0x64ab, + 0x649a, 0x64ac, 0x6499, 0x64a2, + 0x64b3, 0x6575, 0x6577, 0x6578, + 0x66ae, 0x66ab, 0x66b4, 0x66b1, + 0x6a23, 0x6a1f, 0x69e8, 0x6a01, + 0x6a1e, 0x6a19, 0x69fd, 0x6a21, + 0x6a13, 0x6a0a, 0x69f3, 0x6a02, + 0x6a05, 0x69ed, 0x6a11, 0x6b50, + 0x6b4e, 0x6ba4, 0x6bc5, 0x6bc6, + 0x6f3f, 0x6f7c, 0x6f84, 0x6f51, + 0x6f66, 0x6f54, 0x6f86, 0x6f6d, + 0x6f5b, 0x6f78, 0x6f6e, 0x6f8e, + 0x6f7a, 0x6f70, 0x6f64, 0x6f97, + 0x6f58, 0x6ed5, 0x6f6f, 0x6f60, + 0x6f5f, 0x719f, 0x71ac, 0x71b1, + 0x71a8, 0x7256, 0x729b, 0x734e, + 0x7357, 0x7469, 0x748b, 0x7483, + 0x747e, 0x7480, 0x757f, 0x7620, + 0x7629, 0x761f, 0x7624, 0x7626, + 0x7621, 0x7622, 0x769a, 0x76ba, + 0x76e4, 0x778e, 0x7787, 0x778c, + 0x7791, 0x778b, 0x78cb, 0x78c5, + 0x78ba, 0x78ca, 0x78be, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x78d5, 0x78bc, + 0x78d0, 0x7a3f, 0x7a3c, 0x7a40, + 0x7a3d, 0x7a37, 0x7a3b, 0x7aaf, + 0x7aae, 0x7bad, 0x7bb1, 0x7bc4, + 0x7bb4, 0x7bc6, 0x7bc7, 0x7bc1, + 0x7ba0, 0x7bcc, 0x7cca, 0x7de0, + 0x7df4, 0x7def, 0x7dfb, 0x7dd8, + 0x7dec, 0x7ddd, 0x7de8, 0x7de3, + 0x7dda, 0x7dde, 0x7de9, 0x7d9e, + 0x7dd9, 0x7df2, 0x7df9, 0x7f75, + 0x7f77, 0x7faf, 0x7fe9, 0x8026, + 0x819b, 0x819c, 0x819d, 0x81a0, + 0x819a, 0x8198, 0x8517, 0x853d, + 0x851a, 0x84ee, 0x852c, 0x852d, + 0x8513, 0x8511, 0x8523, 0x8521, + 0x8514, 0x84ec, 0x8525, 0x84ff, + 0x8506, 0x0000, 0x8782, 0x8774, + 0x8776, 0x8760, 0x8766, 0x8778, + 0x8768, 0x8759, 0x8757, 0x874c, + 0x8753, 0x885b, 0x885d, 0x8910, + 0x8907, 0x8912, 0x8913, 0x8915, + 0x890a, 0x8abc, 0x8ad2, 0x8ac7, + 0x8ac4, 0x8a95, 0x8acb, 0x8af8, + 0x8ab2, 0x8ac9, 0x8ac2, 0x8abf, + 0x8ab0, 0x8ad6, 0x8acd, 0x8ab6, + 0x8ab9, 0x8adb, 0x8c4c, 0x8c4e, + 0x8c6c, 0x8ce0, 0x8cde, 0x8ce6, + 0x8ce4, 0x8cec, 0x8ced, 0x8ce2, + 0x8ce3, 0x8cdc, 0x8cea, 0x8ce1, + 0x8d6d, 0x8d9f, 0x8da3, 0x8e2b, + 0x8e10, 0x8e1d, 0x8e22, 0x8e0f, + 0x8e29, 0x8e1f, 0x8e21, 0x8e1e, + 0x8eba, 0x8f1d, 0x8f1b, 0x8f1f, + 0x8f29, 0x8f26, 0x8f2a, 0x8f1c, + 0x8f1e, 0x8f25, 0x9069, 0x906e, + 0x9068, 0x906d, 0x9077, 0x9130, + 0x912d, 0x9127, 0x9131, 0x9187, + 0x9189, 0x918b, 0x9183, 0x92c5, + 0x92bb, 0x92b7, 0x92ea, 0x92ac, + 0x92e4, 0x92c1, 0x92b3, 0x92bc, + 0x92d2, 0x92c7, 0x92f0, 0x92b2, + 0x95ad, 0x95b1, 0x9704, 0x9706, + 0x9707, 0x9709, 0x9760, 0x978d, + 0x978b, 0x978f, 0x9821, 0x982b, + 0x981c, 0x98b3, 0x990a, 0x9913, + 0x9912, 0x9918, 0x99dd, 0x99d0, + 0x99df, 0x99db, 0x99d1, 0x99d5, + 0x99d2, 0x99d9, 0x9ab7, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9aee, 0x9aef, + 0x9b27, 0x9b45, 0x9b44, 0x9b77, + 0x9b6f, 0x9d06, 0x9d09, 0x9d03, + 0x9ea9, 0x9ebe, 0x9ece, 0x58a8, + 0x9f52, 0x5112, 0x5118, 0x5114, + 0x5110, 0x5115, 0x5180, 0x51aa, + 0x51dd, 0x5291, 0x5293, 0x52f3, + 0x5659, 0x566b, 0x5679, 0x5669, + 0x5664, 0x5678, 0x566a, 0x5668, + 0x5665, 0x5671, 0x566f, 0x566c, + 0x5662, 0x5676, 0x58c1, 0x58be, + 0x58c7, 0x58c5, 0x596e, 0x5b1d, + 0x5b34, 0x5b78, 0x5bf0, 0x5c0e, + 0x5f4a, 0x61b2, 0x6191, 0x61a9, + 0x618a, 0x61cd, 0x61b6, 0x61be, + 0x61ca, 0x61c8, 0x6230, 0x64c5, + 0x64c1, 0x0000, 0x64cb, 0x64bb, + 0x64bc, 0x64da, 0x64c4, 0x64c7, + 0x64c2, 0x64cd, 0x64bf, 0x64d2, + 0x64d4, 0x64be, 0x6574, 0x66c6, + 0x66c9, 0x66b9, 0x66c4, 0x66c7, + 0x66b8, 0x6a3d, 0x6a38, 0x6a3a, + 0x6a59, 0x6a6b, 0x6a58, 0x6a39, + 0x6a44, 0x6a62, 0x6a61, 0x6a4b, + 0x6a47, 0x6a35, 0x6a5f, 0x6a48, + 0x6b59, 0x6b77, 0x6c05, 0x6fc2, + 0x6fb1, 0x6fa1, 0x6fc3, 0x6fa4, + 0x6fc1, 0x6fa7, 0x6fb3, 0x6fc0, + 0x6fb9, 0x6fb6, 0x6fa6, 0x6fa0, + 0x6fb4, 0x71be, 0x71c9, 0x71d0, + 0x71d2, 0x71c8, 0x71d5, 0x71b9, + 0x71ce, 0x71d9, 0x71dc, 0x71c3, + 0x71c4, 0x7368, 0x749c, 0x74a3, + 0x7498, 0x749f, 0x749e, 0x74e2, + 0x750c, 0x750d, 0x7634, 0x7638, + 0x763a, 0x76e7, 0x76e5, 0x77a0, + 0x779e, 0x779f, 0x77a5, 0x78e8, + 0x78da, 0x78ec, 0x78e7, 0x79a6, + 0x7a4d, 0x7a4e, 0x7a46, 0x7a4c, + 0x7a4b, 0x7aba, 0x7bd9, 0x7c11, + 0x7bc9, 0x7be4, 0x7bdb, 0x7be1, + 0x7be9, 0x7be6, 0x7cd5, 0x7cd6, + 0x7e0a, 0x7e11, 0x7e08, 0x7e1b, + 0x7e23, 0x7e1e, 0x7e1d, 0x7e09, + 0x7e10, 0x7f79, 0x7fb2, 0x7ff0, + 0x7ff1, 0x7fee, 0x8028, 0x81b3, + 0x81a9, 0x81a8, 0x81fb, 0x8208, + 0x8258, 0x8259, 0x854a, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8559, 0x8548, + 0x8568, 0x8569, 0x8543, 0x8549, + 0x856d, 0x856a, 0x855e, 0x8783, + 0x879f, 0x879e, 0x87a2, 0x878d, + 0x8861, 0x892a, 0x8932, 0x8925, + 0x892b, 0x8921, 0x89aa, 0x89a6, + 0x8ae6, 0x8afa, 0x8aeb, 0x8af1, + 0x8b00, 0x8adc, 0x8ae7, 0x8aee, + 0x8afe, 0x8b01, 0x8b02, 0x8af7, + 0x8aed, 0x8af3, 0x8af6, 0x8afc, + 0x8c6b, 0x8c6d, 0x8c93, 0x8cf4, + 0x8e44, 0x8e31, 0x8e34, 0x8e42, + 0x8e39, 0x8e35, 0x8f3b, 0x8f2f, + 0x8f38, 0x8f33, 0x8fa8, 0x8fa6, + 0x9075, 0x9074, 0x9078, 0x9072, + 0x907c, 0x907a, 0x9134, 0x9192, + 0x9320, 0x0000, 0x9336, 0x92f8, + 0x9333, 0x932f, 0x9322, 0x92fc, + 0x932b, 0x9304, 0x931a, 0x9310, + 0x9326, 0x9321, 0x9315, 0x932e, + 0x9319, 0x95bb, 0x96a7, 0x96a8, + 0x96aa, 0x96d5, 0x970e, 0x9711, + 0x9716, 0x970d, 0x9713, 0x970f, + 0x975b, 0x975c, 0x9766, 0x9798, + 0x9830, 0x9838, 0x983b, 0x9837, + 0x982d, 0x9839, 0x9824, 0x9910, + 0x9928, 0x991e, 0x991b, 0x9921, + 0x991a, 0x99ed, 0x99e2, 0x99f1, + 0x9ab8, 0x9abc, 0x9afb, 0x9aed, + 0x9b28, 0x9b91, 0x9d15, 0x9d23, + 0x9d26, 0x9d28, 0x9d12, 0x9d1b, + 0x9ed8, 0x9ed4, 0x9f8d, 0x9f9c, + 0x512a, 0x511f, 0x5121, 0x5132, + 0x52f5, 0x568e, 0x5680, 0x5690, + 0x5685, 0x5687, 0x568f, 0x58d5, + 0x58d3, 0x58d1, 0x58ce, 0x5b30, + 0x5b2a, 0x5b24, 0x5b7a, 0x5c37, + 0x5c68, 0x5dbc, 0x5dba, 0x5dbd, + 0x5db8, 0x5e6b, 0x5f4c, 0x5fbd, + 0x61c9, 0x61c2, 0x61c7, 0x61e6, + 0x61cb, 0x6232, 0x6234, 0x64ce, + 0x64ca, 0x64d8, 0x64e0, 0x64f0, + 0x64e6, 0x64ec, 0x64f1, 0x64e2, + 0x64ed, 0x6582, 0x6583, 0x66d9, + 0x66d6, 0x6a80, 0x6a94, 0x6a84, + 0x6aa2, 0x6a9c, 0x6adb, 0x6aa3, + 0x6a7e, 0x6a97, 0x6a90, 0x6aa0, + 0x6b5c, 0x6bae, 0x6bda, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6c08, 0x6fd8, + 0x6ff1, 0x6fdf, 0x6fe0, 0x6fdb, + 0x6fe4, 0x6feb, 0x6fef, 0x6f80, + 0x6fec, 0x6fe1, 0x6fe9, 0x6fd5, + 0x6fee, 0x6ff0, 0x71e7, 0x71df, + 0x71ee, 0x71e6, 0x71e5, 0x71ed, + 0x71ec, 0x71f4, 0x71e0, 0x7235, + 0x7246, 0x7370, 0x7372, 0x74a9, + 0x74b0, 0x74a6, 0x74a8, 0x7646, + 0x7642, 0x764c, 0x76ea, 0x77b3, + 0x77aa, 0x77b0, 0x77ac, 0x77a7, + 0x77ad, 0x77ef, 0x78f7, 0x78fa, + 0x78f4, 0x78ef, 0x7901, 0x79a7, + 0x79aa, 0x7a57, 0x7abf, 0x7c07, + 0x7c0d, 0x7bfe, 0x7bf7, 0x7c0c, + 0x7be0, 0x7ce0, 0x7cdc, 0x7cde, + 0x7ce2, 0x0000, 0x7cdf, 0x7cd9, + 0x7cdd, 0x7e2e, 0x7e3e, 0x7e46, + 0x7e37, 0x7e32, 0x7e43, 0x7e2b, + 0x7e3d, 0x7e31, 0x7e45, 0x7e41, + 0x7e34, 0x7e39, 0x7e48, 0x7e35, + 0x7e3f, 0x7e2f, 0x7f44, 0x7ff3, + 0x7ffc, 0x8071, 0x8072, 0x8070, + 0x806f, 0x8073, 0x81c6, 0x81c3, + 0x81ba, 0x81c2, 0x81c0, 0x81bf, + 0x81bd, 0x81c9, 0x81be, 0x81e8, + 0x8209, 0x8271, 0x85aa, 0x8584, + 0x857e, 0x859c, 0x8591, 0x8594, + 0x85af, 0x859b, 0x8587, 0x85a8, + 0x858a, 0x8667, 0x87c0, 0x87d1, + 0x87b3, 0x87d2, 0x87c6, 0x87ab, + 0x87bb, 0x87ba, 0x87c8, 0x87cb, + 0x893b, 0x8936, 0x8944, 0x8938, + 0x893d, 0x89ac, 0x8b0e, 0x8b17, + 0x8b19, 0x8b1b, 0x8b0a, 0x8b20, + 0x8b1d, 0x8b04, 0x8b10, 0x8c41, + 0x8c3f, 0x8c73, 0x8cfa, 0x8cfd, + 0x8cfc, 0x8cf8, 0x8cfb, 0x8da8, + 0x8e49, 0x8e4b, 0x8e48, 0x8e4a, + 0x8f44, 0x8f3e, 0x8f42, 0x8f45, + 0x8f3f, 0x907f, 0x907d, 0x9084, + 0x9081, 0x9082, 0x9080, 0x9139, + 0x91a3, 0x919e, 0x919c, 0x934d, + 0x9382, 0x9328, 0x9375, 0x934a, + 0x9365, 0x934b, 0x9318, 0x937e, + 0x936c, 0x935b, 0x9370, 0x935a, + 0x9354, 0x95ca, 0x95cb, 0x95cc, + 0x95c8, 0x95c6, 0x96b1, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x96b8, 0x96d6, + 0x971c, 0x971e, 0x97a0, 0x97d3, + 0x9846, 0x98b6, 0x9935, 0x9a01, + 0x99ff, 0x9bae, 0x9bab, 0x9baa, + 0x9bad, 0x9d3b, 0x9d3f, 0x9e8b, + 0x9ecf, 0x9ede, 0x9edc, 0x9edd, + 0x9edb, 0x9f3e, 0x9f4b, 0x53e2, + 0x5695, 0x56ae, 0x58d9, 0x58d8, + 0x5b38, 0x5f5e, 0x61e3, 0x6233, + 0x64f4, 0x64f2, 0x64fe, 0x6506, + 0x64fa, 0x64fb, 0x64f7, 0x65b7, + 0x66dc, 0x6726, 0x6ab3, 0x6aac, + 0x6ac3, 0x6abb, 0x6ab8, 0x6ac2, + 0x6aae, 0x6aaf, 0x6b5f, 0x6b78, + 0x6baf, 0x7009, 0x700b, 0x6ffe, + 0x7006, 0x6ffa, 0x7011, 0x700f, + 0x71fb, 0x0000, 0x71fc, 0x71fe, + 0x71f8, 0x7377, 0x7375, 0x74a7, + 0x74bf, 0x7515, 0x7656, 0x7658, + 0x7652, 0x77bd, 0x77bf, 0x77bb, + 0x77bc, 0x790e, 0x79ae, 0x7a61, + 0x7a62, 0x7a60, 0x7ac4, 0x7ac5, + 0x7c2b, 0x7c27, 0x7c2a, 0x7c1e, + 0x7c23, 0x7c21, 0x7ce7, 0x7e54, + 0x7e55, 0x7e5e, 0x7e5a, 0x7e61, + 0x7e52, 0x7e59, 0x7f48, 0x7ff9, + 0x7ffb, 0x8077, 0x8076, 0x81cd, + 0x81cf, 0x820a, 0x85cf, 0x85a9, + 0x85cd, 0x85d0, 0x85c9, 0x85b0, + 0x85ba, 0x85b9, 0x85a6, 0x87ef, + 0x87ec, 0x87f2, 0x87e0, 0x8986, + 0x89b2, 0x89f4, 0x8b28, 0x8b39, + 0x8b2c, 0x8b2b, 0x8c50, 0x8d05, + 0x8e59, 0x8e63, 0x8e66, 0x8e64, + 0x8e5f, 0x8e55, 0x8ec0, 0x8f49, + 0x8f4d, 0x9087, 0x9083, 0x9088, + 0x91ab, 0x91ac, 0x91d0, 0x9394, + 0x938a, 0x9396, 0x93a2, 0x93b3, + 0x93ae, 0x93ac, 0x93b0, 0x9398, + 0x939a, 0x9397, 0x95d4, 0x95d6, + 0x95d0, 0x95d5, 0x96e2, 0x96dc, + 0x96d9, 0x96db, 0x96de, 0x9724, + 0x97a3, 0x97a6, 0x97ad, 0x97f9, + 0x984d, 0x984f, 0x984c, 0x984e, + 0x9853, 0x98ba, 0x993e, 0x993f, + 0x993d, 0x992e, 0x99a5, 0x9a0e, + 0x9ac1, 0x9b03, 0x9b06, 0x9b4f, + 0x9b4e, 0x9b4d, 0x9bca, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9bc9, 0x9bfd, + 0x9bc8, 0x9bc0, 0x9d51, 0x9d5d, + 0x9d60, 0x9ee0, 0x9f15, 0x9f2c, + 0x5133, 0x56a5, 0x58de, 0x58df, + 0x58e2, 0x5bf5, 0x9f90, 0x5eec, + 0x61f2, 0x61f7, 0x61f6, 0x61f5, + 0x6500, 0x650f, 0x66e0, 0x66dd, + 0x6ae5, 0x6add, 0x6ada, 0x6ad3, + 0x701b, 0x701f, 0x7028, 0x701a, + 0x701d, 0x7015, 0x7018, 0x7206, + 0x720d, 0x7258, 0x72a2, 0x7378, + 0x737a, 0x74bd, 0x74ca, 0x74e3, + 0x7587, 0x7586, 0x765f, 0x7661, + 0x77c7, 0x7919, 0x79b1, 0x7a6b, + 0x7a69, 0x7c3e, 0x7c3f, 0x7c38, + 0x7c3d, 0x7c37, 0x7c40, 0x7e6b, + 0x7e6d, 0x0000, 0x7e79, 0x7e69, + 0x7e6a, 0x7f85, 0x7e73, 0x7fb6, + 0x7fb9, 0x7fb8, 0x81d8, 0x85e9, + 0x85dd, 0x85ea, 0x85d5, 0x85e4, + 0x85e5, 0x85f7, 0x87fb, 0x8805, + 0x880d, 0x87f9, 0x87fe, 0x8960, + 0x895f, 0x8956, 0x895e, 0x8b41, + 0x8b5c, 0x8b58, 0x8b49, 0x8b5a, + 0x8b4e, 0x8b4f, 0x8b46, 0x8b59, + 0x8d08, 0x8d0a, 0x8e7c, 0x8e72, + 0x8e87, 0x8e76, 0x8e6c, 0x8e7a, + 0x8e74, 0x8f54, 0x8f4e, 0x8fad, + 0x908a, 0x908b, 0x91b1, 0x91ae, + 0x93e1, 0x93d1, 0x93df, 0x93c3, + 0x93c8, 0x93dc, 0x93dd, 0x93d6, + 0x93e2, 0x93cd, 0x93d8, 0x93e4, + 0x93d7, 0x93e8, 0x95dc, 0x96b4, + 0x96e3, 0x972a, 0x9727, 0x9761, + 0x97dc, 0x97fb, 0x985e, 0x9858, + 0x985b, 0x98bc, 0x9945, 0x9949, + 0x9a16, 0x9a19, 0x9b0d, 0x9be8, + 0x9be7, 0x9bd6, 0x9bdb, 0x9d89, + 0x9d61, 0x9d72, 0x9d6a, 0x9d6c, + 0x9e92, 0x9e97, 0x9e93, 0x9eb4, + 0x52f8, 0x56a8, 0x56b7, 0x56b6, + 0x56b4, 0x56bc, 0x58e4, 0x5b40, + 0x5b43, 0x5b7d, 0x5bf6, 0x5dc9, + 0x61f8, 0x61fa, 0x6518, 0x6514, + 0x6519, 0x66e6, 0x6727, 0x6aec, + 0x703e, 0x7030, 0x7032, 0x7210, + 0x737b, 0x74cf, 0x7662, 0x7665, + 0x7926, 0x792a, 0x792c, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x792b, 0x7ac7, + 0x7af6, 0x7c4c, 0x7c43, 0x7c4d, + 0x7cef, 0x7cf0, 0x8fae, 0x7e7d, + 0x7e7c, 0x7e82, 0x7f4c, 0x8000, + 0x81da, 0x8266, 0x85fb, 0x85f9, + 0x8611, 0x85fa, 0x8606, 0x860b, + 0x8607, 0x860a, 0x8814, 0x8815, + 0x8964, 0x89ba, 0x89f8, 0x8b70, + 0x8b6c, 0x8b66, 0x8b6f, 0x8b5f, + 0x8b6b, 0x8d0f, 0x8d0d, 0x8e89, + 0x8e81, 0x8e85, 0x8e82, 0x91b4, + 0x91cb, 0x9418, 0x9403, 0x93fd, + 0x95e1, 0x9730, 0x98c4, 0x9952, + 0x9951, 0x99a8, 0x9a2b, 0x9a30, + 0x9a37, 0x9a35, 0x9c13, 0x9c0d, + 0x9e79, 0x9eb5, 0x9ee8, 0x9f2f, + 0x9f5f, 0x0000, 0x9f63, 0x9f61, + 0x5137, 0x5138, 0x56c1, 0x56c0, + 0x56c2, 0x5914, 0x5c6c, 0x5dcd, + 0x61fc, 0x61fe, 0x651d, 0x651c, + 0x6595, 0x66e9, 0x6afb, 0x6b04, + 0x6afa, 0x6bb2, 0x704c, 0x721b, + 0x72a7, 0x74d6, 0x74d4, 0x7669, + 0x77d3, 0x7c50, 0x7e8f, 0x7e8c, + 0x7fbc, 0x8617, 0x862d, 0x861a, + 0x8823, 0x8822, 0x8821, 0x881f, + 0x896a, 0x896c, 0x89bd, 0x8b74, + 0x8b77, 0x8b7d, 0x8d13, 0x8e8a, + 0x8e8d, 0x8e8b, 0x8f5f, 0x8faf, + 0x91ba, 0x942e, 0x9433, 0x9435, + 0x943a, 0x9438, 0x9432, 0x942b, + 0x95e2, 0x9738, 0x9739, 0x9732, + 0x97ff, 0x9867, 0x9865, 0x9957, + 0x9a45, 0x9a43, 0x9a40, 0x9a3e, + 0x9acf, 0x9b54, 0x9b51, 0x9c2d, + 0x9c25, 0x9daf, 0x9db4, 0x9dc2, + 0x9db8, 0x9e9d, 0x9eef, 0x9f19, + 0x9f5c, 0x9f66, 0x9f67, 0x513c, + 0x513b, 0x56c8, 0x56ca, 0x56c9, + 0x5b7f, 0x5dd4, 0x5dd2, 0x5f4e, + 0x61ff, 0x6524, 0x6b0a, 0x6b61, + 0x7051, 0x7058, 0x7380, 0x74e4, + 0x758a, 0x766e, 0x766c, 0x79b3, + 0x7c60, 0x7c5f, 0x807e, 0x807d, + 0x81df, 0x8972, 0x896f, 0x89fc, + 0x8b80, 0x8d16, 0x8d17, 0x8e91, + 0x8e93, 0x8f61, 0x9148, 0x9444, + 0x9451, 0x9452, 0x973d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x973e, 0x97c3, + 0x97c1, 0x986b, 0x9955, 0x9a55, + 0x9a4d, 0x9ad2, 0x9b1a, 0x9c49, + 0x9c31, 0x9c3e, 0x9c3b, 0x9dd3, + 0x9dd7, 0x9f34, 0x9f6c, 0x9f6a, + 0x9f94, 0x56cc, 0x5dd6, 0x6200, + 0x6523, 0x652b, 0x652a, 0x66ec, + 0x6b10, 0x74da, 0x7aca, 0x7c64, + 0x7c63, 0x7c65, 0x7e93, 0x7e96, + 0x7e94, 0x81e2, 0x8638, 0x863f, + 0x8831, 0x8b8a, 0x9090, 0x908f, + 0x9463, 0x9460, 0x9464, 0x9768, + 0x986f, 0x995c, 0x9a5a, 0x9a5b, + 0x9a57, 0x9ad3, 0x9ad4, 0x9ad1, + 0x9c54, 0x9c57, 0x9c56, 0x9de5, + 0x9e9f, 0x9ef4, 0x56d1, 0x58e9, + 0x652c, 0x0000, 0x705e, 0x7671, + 0x7672, 0x77d7, 0x7f50, 0x7f88, + 0x8836, 0x8839, 0x8862, 0x8b93, + 0x8b92, 0x8b96, 0x8277, 0x8d1b, + 0x91c0, 0x946a, 0x9742, 0x9748, + 0x9744, 0x97c6, 0x9870, 0x9a5f, + 0x9b22, 0x9b58, 0x9c5f, 0x9df9, + 0x9dfa, 0x9e7c, 0x9e7d, 0x9f07, + 0x9f77, 0x9f72, 0x5ef3, 0x6b16, + 0x7063, 0x7c6c, 0x7c6e, 0x883b, + 0x89c0, 0x8ea1, 0x91c1, 0x9472, + 0x9470, 0x9871, 0x995e, 0x9ad6, + 0x9b23, 0x9ecc, 0x7064, 0x77da, + 0x8b9a, 0x9477, 0x97c9, 0x9a62, + 0x9a65, 0x7e9c, 0x8b9c, 0x8eaa, + 0x91c5, 0x947d, 0x947e, 0x947c, + 0x9c77, 0x9c78, 0x9ef7, 0x8c54, + 0x947f, 0x9e1a, 0x7228, 0x9a6a, + 0x9b31, 0x9e1b, 0x9e1e, 0x7c72, + 0x6491, 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, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4e42, 0x4e5c, + 0x51f5, 0x531a, 0x5382, 0x4e07, + 0x4e0c, 0x4e47, 0x4e8d, 0x56d7, + 0xfa0c, 0x5c6e, 0x5f73, 0x4e0f, + 0x5187, 0x4e0e, 0x4e2e, 0x4e93, + 0x4ec2, 0x4ec9, 0x4ec8, 0x5198, + 0x52fc, 0x536c, 0x53b9, 0x5720, + 0x5903, 0x592c, 0x5c10, 0x5dff, + 0x65e1, 0x6bb3, 0x6bcc, 0x6c14, + 0x723f, 0x4e31, 0x4e3c, 0x4ee8, + 0x4edc, 0x4ee9, 0x4ee1, 0x4edd, + 0x4eda, 0x520c, 0x531c, 0x534c, + 0x5722, 0x5723, 0x5917, 0x592f, + 0x5b81, 0x5b84, 0x5c12, 0x5c3b, + 0x5c74, 0x5c73, 0x5e04, 0x5e80, + 0x5e82, 0x5fc9, 0x6209, 0x6250, + 0x6c15, 0x0000, 0x6c36, 0x6c43, + 0x6c3f, 0x6c3b, 0x72ae, 0x72b0, + 0x738a, 0x79b8, 0x808a, 0x961e, + 0x4f0e, 0x4f18, 0x4f2c, 0x4ef5, + 0x4f14, 0x4ef1, 0x4f00, 0x4ef7, + 0x4f08, 0x4f1d, 0x4f02, 0x4f05, + 0x4f22, 0x4f13, 0x4f04, 0x4ef4, + 0x4f12, 0x51b1, 0x5213, 0x5209, + 0x5210, 0x52a6, 0x5322, 0x531f, + 0x534d, 0x538a, 0x5407, 0x56e1, + 0x56df, 0x572e, 0x572a, 0x5734, + 0x593c, 0x5980, 0x597c, 0x5985, + 0x597b, 0x597e, 0x5977, 0x597f, + 0x5b56, 0x5c15, 0x5c25, 0x5c7c, + 0x5c7a, 0x5c7b, 0x5c7e, 0x5ddf, + 0x5e75, 0x5e84, 0x5f02, 0x5f1a, + 0x5f74, 0x5fd5, 0x5fd4, 0x5fcf, + 0x6265, 0x625c, 0x625e, 0x6264, + 0x6261, 0x6266, 0x6262, 0x6259, + 0x6260, 0x625a, 0x65ef, 0x65ee, + 0x673e, 0x6739, 0x6738, 0x673b, + 0x673a, 0x673f, 0x673c, 0x6733, + 0x6c18, 0x6c46, 0x6c52, 0x6c5c, + 0x6c4f, 0x6c4a, 0x6c54, 0x6c4b, + 0x6c4c, 0x7071, 0x725e, 0x72b4, + 0x72b5, 0x738e, 0x752a, 0x767f, + 0x7a75, 0x7f51, 0x8278, 0x827c, + 0x8280, 0x827d, 0x827f, 0x864d, + 0x897e, 0x9099, 0x9097, 0x9098, + 0x909b, 0x9094, 0x9622, 0x9624, + 0x9620, 0x9623, 0x4f56, 0x4f3b, + 0x4f62, 0x4f49, 0x4f53, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4f64, 0x4f3e, + 0x4f67, 0x4f52, 0x4f5f, 0x4f41, + 0x4f58, 0x4f2d, 0x4f33, 0x4f3f, + 0x4f61, 0x518f, 0x51b9, 0x521c, + 0x521e, 0x5221, 0x52ad, 0x52ae, + 0x5309, 0x5363, 0x5372, 0x538e, + 0x538f, 0x5430, 0x5437, 0x542a, + 0x5454, 0x5445, 0x5419, 0x541c, + 0x5425, 0x5418, 0x543d, 0x544f, + 0x5441, 0x5428, 0x5424, 0x5447, + 0x56ee, 0x56e7, 0x56e5, 0x5741, + 0x5745, 0x574c, 0x5749, 0x574b, + 0x5752, 0x5906, 0x5940, 0x59a6, + 0x5998, 0x59a0, 0x5997, 0x598e, + 0x59a2, 0x5990, 0x598f, 0x59a7, + 0x59a1, 0x5b8e, 0x5b92, 0x5c28, + 0x5c2a, 0x0000, 0x5c8d, 0x5c8f, + 0x5c88, 0x5c8b, 0x5c89, 0x5c92, + 0x5c8a, 0x5c86, 0x5c93, 0x5c95, + 0x5de0, 0x5e0a, 0x5e0e, 0x5e8b, + 0x5e89, 0x5e8c, 0x5e88, 0x5e8d, + 0x5f05, 0x5f1d, 0x5f78, 0x5f76, + 0x5fd2, 0x5fd1, 0x5fd0, 0x5fed, + 0x5fe8, 0x5fee, 0x5ff3, 0x5fe1, + 0x5fe4, 0x5fe3, 0x5ffa, 0x5fef, + 0x5ff7, 0x5ffb, 0x6000, 0x5ff4, + 0x623a, 0x6283, 0x628c, 0x628e, + 0x628f, 0x6294, 0x6287, 0x6271, + 0x627b, 0x627a, 0x6270, 0x6281, + 0x6288, 0x6277, 0x627d, 0x6272, + 0x6274, 0x6537, 0x65f0, 0x65f4, + 0x65f3, 0x65f2, 0x65f5, 0x6745, + 0x6747, 0x6759, 0x6755, 0x674c, + 0x6748, 0x675d, 0x674d, 0x675a, + 0x674b, 0x6bd0, 0x6c19, 0x6c1a, + 0x6c78, 0x6c67, 0x6c6b, 0x6c84, + 0x6c8b, 0x6c8f, 0x6c71, 0x6c6f, + 0x6c69, 0x6c9a, 0x6c6d, 0x6c87, + 0x6c95, 0x6c9c, 0x6c66, 0x6c73, + 0x6c65, 0x6c7b, 0x6c8e, 0x7074, + 0x707a, 0x7263, 0x72bf, 0x72bd, + 0x72c3, 0x72c6, 0x72c1, 0x72ba, + 0x72c5, 0x7395, 0x7397, 0x7393, + 0x7394, 0x7392, 0x753a, 0x7539, + 0x7594, 0x7595, 0x7681, 0x793d, + 0x8034, 0x8095, 0x8099, 0x8090, + 0x8092, 0x809c, 0x8290, 0x828f, + 0x8285, 0x828e, 0x8291, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8293, 0x828a, + 0x8283, 0x8284, 0x8c78, 0x8fc9, + 0x8fbf, 0x909f, 0x90a1, 0x90a5, + 0x909e, 0x90a7, 0x90a0, 0x9630, + 0x9628, 0x962f, 0x962d, 0x4e33, + 0x4f98, 0x4f7c, 0x4f85, 0x4f7d, + 0x4f80, 0x4f87, 0x4f76, 0x4f74, + 0x4f89, 0x4f84, 0x4f77, 0x4f4c, + 0x4f97, 0x4f6a, 0x4f9a, 0x4f79, + 0x4f81, 0x4f78, 0x4f90, 0x4f9c, + 0x4f94, 0x4f9e, 0x4f92, 0x4f82, + 0x4f95, 0x4f6b, 0x4f6e, 0x519e, + 0x51bc, 0x51be, 0x5235, 0x5232, + 0x5233, 0x5246, 0x5231, 0x52bc, + 0x530a, 0x530b, 0x533c, 0x5392, + 0x5394, 0x5487, 0x547f, 0x5481, + 0x5491, 0x0000, 0x5482, 0x5488, + 0x546b, 0x547a, 0x547e, 0x5465, + 0x546c, 0x5474, 0x5466, 0x548d, + 0x546f, 0x5461, 0x5460, 0x5498, + 0x5463, 0x5467, 0x5464, 0x56f7, + 0x56f9, 0x576f, 0x5772, 0x576d, + 0x576b, 0x5771, 0x5770, 0x5776, + 0x5780, 0x5775, 0x577b, 0x5773, + 0x5774, 0x5762, 0x5768, 0x577d, + 0x590c, 0x5945, 0x59b5, 0x59ba, + 0x59cf, 0x59ce, 0x59b2, 0x59cc, + 0x59c1, 0x59b6, 0x59bc, 0x59c3, + 0x59d6, 0x59b1, 0x59bd, 0x59c0, + 0x59c8, 0x59b4, 0x59c7, 0x5b62, + 0x5b65, 0x5b93, 0x5b95, 0x5c44, + 0x5c47, 0x5cae, 0x5ca4, 0x5ca0, + 0x5cb5, 0x5caf, 0x5ca8, 0x5cac, + 0x5c9f, 0x5ca3, 0x5cad, 0x5ca2, + 0x5caa, 0x5ca7, 0x5c9d, 0x5ca5, + 0x5cb6, 0x5cb0, 0x5ca6, 0x5e17, + 0x5e14, 0x5e19, 0x5f28, 0x5f22, + 0x5f23, 0x5f24, 0x5f54, 0x5f82, + 0x5f7e, 0x5f7d, 0x5fde, 0x5fe5, + 0x602d, 0x6026, 0x6019, 0x6032, + 0x600b, 0x6034, 0x600a, 0x6017, + 0x6033, 0x601a, 0x601e, 0x602c, + 0x6022, 0x600d, 0x6010, 0x602e, + 0x6013, 0x6011, 0x600c, 0x6009, + 0x601c, 0x6214, 0x623d, 0x62ad, + 0x62b4, 0x62d1, 0x62be, 0x62aa, + 0x62b6, 0x62ca, 0x62ae, 0x62b3, + 0x62af, 0x62bb, 0x62a9, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x62b0, 0x62b8, + 0x653d, 0x65a8, 0x65bb, 0x6609, + 0x65fc, 0x6604, 0x6612, 0x6608, + 0x65fb, 0x6603, 0x660b, 0x660d, + 0x6605, 0x65fd, 0x6611, 0x6610, + 0x66f6, 0x670a, 0x6785, 0x676c, + 0x678e, 0x6792, 0x6776, 0x677b, + 0x6798, 0x6786, 0x6784, 0x6774, + 0x678d, 0x678c, 0x677a, 0x679f, + 0x6791, 0x6799, 0x6783, 0x677d, + 0x6781, 0x6778, 0x6779, 0x6794, + 0x6b25, 0x6b80, 0x6b7e, 0x6bde, + 0x6c1d, 0x6c93, 0x6cec, 0x6ceb, + 0x6cee, 0x6cd9, 0x6cb6, 0x6cd4, + 0x6cad, 0x6ce7, 0x6cb7, 0x6cd0, + 0x6cc2, 0x6cba, 0x6cc3, 0x6cc6, + 0x6ced, 0x0000, 0x6cf2, 0x6cd2, + 0x6cdd, 0x6cb4, 0x6c8a, 0x6c9d, + 0x6c80, 0x6cde, 0x6cc0, 0x6d30, + 0x6ccd, 0x6cc7, 0x6cb0, 0x6cf9, + 0x6ccf, 0x6ce9, 0x6cd1, 0x7094, + 0x7098, 0x7085, 0x7093, 0x7086, + 0x7084, 0x7091, 0x7096, 0x7082, + 0x709a, 0x7083, 0x726a, 0x72d6, + 0x72cb, 0x72d8, 0x72c9, 0x72dc, + 0x72d2, 0x72d4, 0x72da, 0x72cc, + 0x72d1, 0x73a4, 0x73a1, 0x73ad, + 0x73a6, 0x73a2, 0x73a0, 0x73ac, + 0x739d, 0x74dd, 0x74e8, 0x753f, + 0x7540, 0x753e, 0x758c, 0x7598, + 0x76af, 0x76f3, 0x76f1, 0x76f0, + 0x76f5, 0x77f8, 0x77fc, 0x77f9, + 0x77fb, 0x77fa, 0x77f7, 0x7942, + 0x793f, 0x79c5, 0x7a78, 0x7a7b, + 0x7afb, 0x7c75, 0x7cfd, 0x8035, + 0x808f, 0x80ae, 0x80a3, 0x80b8, + 0x80b5, 0x80ad, 0x8220, 0x82a0, + 0x82c0, 0x82ab, 0x829a, 0x8298, + 0x829b, 0x82b5, 0x82a7, 0x82ae, + 0x82bc, 0x829e, 0x82ba, 0x82b4, + 0x82a8, 0x82a1, 0x82a9, 0x82c2, + 0x82a4, 0x82c3, 0x82b6, 0x82a2, + 0x8670, 0x866f, 0x866d, 0x866e, + 0x8c56, 0x8fd2, 0x8fcb, 0x8fd3, + 0x8fcd, 0x8fd6, 0x8fd5, 0x8fd7, + 0x90b2, 0x90b4, 0x90af, 0x90b3, + 0x90b0, 0x9639, 0x963d, 0x963c, + 0x963a, 0x9643, 0x4fcd, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4fc5, 0x4fd3, + 0x4fb2, 0x4fc9, 0x4fcb, 0x4fc1, + 0x4fd4, 0x4fdc, 0x4fd9, 0x4fbb, + 0x4fb3, 0x4fdb, 0x4fc7, 0x4fd6, + 0x4fba, 0x4fc0, 0x4fb9, 0x4fec, + 0x5244, 0x5249, 0x52c0, 0x52c2, + 0x533d, 0x537c, 0x5397, 0x5396, + 0x5399, 0x5398, 0x54ba, 0x54a1, + 0x54ad, 0x54a5, 0x54cf, 0x54c3, + 0x830d, 0x54b7, 0x54ae, 0x54d6, + 0x54b6, 0x54c5, 0x54c6, 0x54a0, + 0x5470, 0x54bc, 0x54a2, 0x54be, + 0x5472, 0x54de, 0x54b0, 0x57b5, + 0x579e, 0x579f, 0x57a4, 0x578c, + 0x5797, 0x579d, 0x579b, 0x5794, + 0x5798, 0x578f, 0x5799, 0x57a5, + 0x579a, 0x0000, 0x5795, 0x58f4, + 0x590d, 0x5953, 0x59e1, 0x59de, + 0x59ee, 0x5a00, 0x59f1, 0x59dd, + 0x59fa, 0x59fd, 0x59fc, 0x59f6, + 0x59e4, 0x59f2, 0x59f7, 0x59db, + 0x59e9, 0x59f3, 0x59f5, 0x59e0, + 0x59fe, 0x59f4, 0x59ed, 0x5ba8, + 0x5c4c, 0x5cd0, 0x5cd8, 0x5ccc, + 0x5cd7, 0x5ccb, 0x5cdb, 0x5cde, + 0x5cda, 0x5cc9, 0x5cc7, 0x5cca, + 0x5cd6, 0x5cd3, 0x5cd4, 0x5ccf, + 0x5cc8, 0x5cc6, 0x5cce, 0x5cdf, + 0x5cf8, 0x5df9, 0x5e21, 0x5e22, + 0x5e23, 0x5e20, 0x5e24, 0x5eb0, + 0x5ea4, 0x5ea2, 0x5e9b, 0x5ea3, + 0x5ea5, 0x5f07, 0x5f2e, 0x5f56, + 0x5f86, 0x6037, 0x6039, 0x6054, + 0x6072, 0x605e, 0x6045, 0x6053, + 0x6047, 0x6049, 0x605b, 0x604c, + 0x6040, 0x6042, 0x605f, 0x6024, + 0x6044, 0x6058, 0x6066, 0x606e, + 0x6242, 0x6243, 0x62cf, 0x630d, + 0x630b, 0x62f5, 0x630e, 0x6303, + 0x62eb, 0x62f9, 0x630f, 0x630c, + 0x62f8, 0x62f6, 0x6300, 0x6313, + 0x6314, 0x62fa, 0x6315, 0x62fb, + 0x62f0, 0x6541, 0x6543, 0x65aa, + 0x65bf, 0x6636, 0x6621, 0x6632, + 0x6635, 0x661c, 0x6626, 0x6622, + 0x6633, 0x662b, 0x663a, 0x661d, + 0x6634, 0x6639, 0x662e, 0x670f, + 0x6710, 0x67c1, 0x67f2, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x67c8, 0x67ba, + 0x67dc, 0x67bb, 0x67f8, 0x67d8, + 0x67c0, 0x67b7, 0x67c5, 0x67eb, + 0x67e4, 0x67df, 0x67b5, 0x67cd, + 0x67b3, 0x67f7, 0x67f6, 0x67ee, + 0x67e3, 0x67c2, 0x67b9, 0x67ce, + 0x67e7, 0x67f0, 0x67b2, 0x67fc, + 0x67c6, 0x67ed, 0x67cc, 0x67ae, + 0x67e6, 0x67db, 0x67fa, 0x67c9, + 0x67ca, 0x67c3, 0x67ea, 0x67cb, + 0x6b28, 0x6b82, 0x6b84, 0x6bb6, + 0x6bd6, 0x6bd8, 0x6be0, 0x6c20, + 0x6c21, 0x6d28, 0x6d34, 0x6d2d, + 0x6d1f, 0x6d3c, 0x6d3f, 0x6d12, + 0x6d0a, 0x6cda, 0x6d33, 0x6d04, + 0x6d19, 0x6d3a, 0x6d1a, 0x6d11, + 0x6d00, 0x0000, 0x6d1d, 0x6d42, + 0x6d01, 0x6d18, 0x6d37, 0x6d03, + 0x6d0f, 0x6d40, 0x6d07, 0x6d20, + 0x6d2c, 0x6d08, 0x6d22, 0x6d09, + 0x6d10, 0x70b7, 0x709f, 0x70be, + 0x70b1, 0x70b0, 0x70a1, 0x70b4, + 0x70b5, 0x70a9, 0x7241, 0x7249, + 0x724a, 0x726c, 0x7270, 0x7273, + 0x726e, 0x72ca, 0x72e4, 0x72e8, + 0x72eb, 0x72df, 0x72ea, 0x72e6, + 0x72e3, 0x7385, 0x73cc, 0x73c2, + 0x73c8, 0x73c5, 0x73b9, 0x73b6, + 0x73b5, 0x73b4, 0x73eb, 0x73bf, + 0x73c7, 0x73be, 0x73c3, 0x73c6, + 0x73b8, 0x73cb, 0x74ec, 0x74ee, + 0x752e, 0x7547, 0x7548, 0x75a7, + 0x75aa, 0x7679, 0x76c4, 0x7708, + 0x7703, 0x7704, 0x7705, 0x770a, + 0x76f7, 0x76fb, 0x76fa, 0x77e7, + 0x77e8, 0x7806, 0x7811, 0x7812, + 0x7805, 0x7810, 0x780f, 0x780e, + 0x7809, 0x7803, 0x7813, 0x794a, + 0x794c, 0x794b, 0x7945, 0x7944, + 0x79d5, 0x79cd, 0x79cf, 0x79d6, + 0x79ce, 0x7a80, 0x7a7e, 0x7ad1, + 0x7b00, 0x7b01, 0x7c7a, 0x7c78, + 0x7c79, 0x7c7f, 0x7c80, 0x7c81, + 0x7d03, 0x7d08, 0x7d01, 0x7f58, + 0x7f91, 0x7f8d, 0x7fbe, 0x8007, + 0x800e, 0x800f, 0x8014, 0x8037, + 0x80d8, 0x80c7, 0x80e0, 0x80d1, + 0x80c8, 0x80c2, 0x80d0, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x80c5, 0x80e3, + 0x80d9, 0x80dc, 0x80ca, 0x80d5, + 0x80c9, 0x80cf, 0x80d7, 0x80e6, + 0x80cd, 0x81ff, 0x8221, 0x8294, + 0x82d9, 0x82fe, 0x82f9, 0x8307, + 0x82e8, 0x8300, 0x82d5, 0x833a, + 0x82eb, 0x82d6, 0x82f4, 0x82ec, + 0x82e1, 0x82f2, 0x82f5, 0x830c, + 0x82fb, 0x82f6, 0x82f0, 0x82ea, + 0x82e4, 0x82e0, 0x82fa, 0x82f3, + 0x82ed, 0x8677, 0x8674, 0x867c, + 0x8673, 0x8841, 0x884e, 0x8867, + 0x886a, 0x8869, 0x89d3, 0x8a04, + 0x8a07, 0x8d72, 0x8fe3, 0x8fe1, + 0x8fee, 0x8fe0, 0x90f1, 0x90bd, + 0x90bf, 0x90d5, 0x90c5, 0x90be, + 0x90c7, 0x0000, 0x90cb, 0x90c8, + 0x91d4, 0x91d3, 0x9654, 0x964f, + 0x9651, 0x9653, 0x964a, 0x964e, + 0x501e, 0x5005, 0x5007, 0x5013, + 0x5022, 0x5030, 0x501b, 0x4ff5, + 0x4ff4, 0x5033, 0x5037, 0x502c, + 0x4ff6, 0x4ff7, 0x5017, 0x501c, + 0x5020, 0x5027, 0x5035, 0x502f, + 0x5031, 0x500e, 0x515a, 0x5194, + 0x5193, 0x51ca, 0x51c4, 0x51c5, + 0x51c8, 0x51ce, 0x5261, 0x525a, + 0x5252, 0x525e, 0x525f, 0x5255, + 0x5262, 0x52cd, 0x530e, 0x539e, + 0x5526, 0x54e2, 0x5517, 0x5512, + 0x54e7, 0x54f3, 0x54e4, 0x551a, + 0x54ff, 0x5504, 0x5508, 0x54eb, + 0x5511, 0x5505, 0x54f1, 0x550a, + 0x54fb, 0x54f7, 0x54f8, 0x54e0, + 0x550e, 0x5503, 0x550b, 0x5701, + 0x5702, 0x57cc, 0x5832, 0x57d5, + 0x57d2, 0x57ba, 0x57c6, 0x57bd, + 0x57bc, 0x57b8, 0x57b6, 0x57bf, + 0x57c7, 0x57d0, 0x57b9, 0x57c1, + 0x590e, 0x594a, 0x5a19, 0x5a16, + 0x5a2d, 0x5a2e, 0x5a15, 0x5a0f, + 0x5a17, 0x5a0a, 0x5a1e, 0x5a33, + 0x5b6c, 0x5ba7, 0x5bad, 0x5bac, + 0x5c03, 0x5c56, 0x5c54, 0x5cec, + 0x5cff, 0x5cee, 0x5cf1, 0x5cf7, + 0x5d00, 0x5cf9, 0x5e29, 0x5e28, + 0x5ea8, 0x5eae, 0x5eaa, 0x5eac, + 0x5f33, 0x5f30, 0x5f67, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x605d, 0x605a, + 0x6067, 0x6041, 0x60a2, 0x6088, + 0x6080, 0x6092, 0x6081, 0x609d, + 0x6083, 0x6095, 0x609b, 0x6097, + 0x6087, 0x609c, 0x608e, 0x6219, + 0x6246, 0x62f2, 0x6310, 0x6356, + 0x632c, 0x6344, 0x6345, 0x6336, + 0x6343, 0x63e4, 0x6339, 0x634b, + 0x634a, 0x633c, 0x6329, 0x6341, + 0x6334, 0x6358, 0x6354, 0x6359, + 0x632d, 0x6347, 0x6333, 0x635a, + 0x6351, 0x6338, 0x6357, 0x6340, + 0x6348, 0x654a, 0x6546, 0x65c6, + 0x65c3, 0x65c4, 0x65c2, 0x664a, + 0x665f, 0x6647, 0x6651, 0x6712, + 0x6713, 0x681f, 0x681a, 0x6849, + 0x6832, 0x0000, 0x6833, 0x683b, + 0x684b, 0x684f, 0x6816, 0x6831, + 0x681c, 0x6835, 0x682b, 0x682d, + 0x682f, 0x684e, 0x6844, 0x6834, + 0x681d, 0x6812, 0x6814, 0x6826, + 0x6828, 0x682e, 0x684d, 0x683a, + 0x6825, 0x6820, 0x6b2c, 0x6b2f, + 0x6b2d, 0x6b31, 0x6b34, 0x6b6d, + 0x8082, 0x6b88, 0x6be6, 0x6be4, + 0x6be8, 0x6be3, 0x6be2, 0x6be7, + 0x6c25, 0x6d7a, 0x6d63, 0x6d64, + 0x6d76, 0x6d0d, 0x6d61, 0x6d92, + 0x6d58, 0x6d62, 0x6d6d, 0x6d6f, + 0x6d91, 0x6d8d, 0x6def, 0x6d7f, + 0x6d86, 0x6d5e, 0x6d67, 0x6d60, + 0x6d97, 0x6d70, 0x6d7c, 0x6d5f, + 0x6d82, 0x6d98, 0x6d2f, 0x6d68, + 0x6d8b, 0x6d7e, 0x6d80, 0x6d84, + 0x6d16, 0x6d83, 0x6d7b, 0x6d7d, + 0x6d75, 0x6d90, 0x70dc, 0x70d3, + 0x70d1, 0x70dd, 0x70cb, 0x7f39, + 0x70e2, 0x70d7, 0x70d2, 0x70de, + 0x70e0, 0x70d4, 0x70cd, 0x70c5, + 0x70c6, 0x70c7, 0x70da, 0x70ce, + 0x70e1, 0x7242, 0x7278, 0x7277, + 0x7276, 0x7300, 0x72fa, 0x72f4, + 0x72fe, 0x72f6, 0x72f3, 0x72fb, + 0x7301, 0x73d3, 0x73d9, 0x73e5, + 0x73d6, 0x73bc, 0x73e7, 0x73e3, + 0x73e9, 0x73dc, 0x73d2, 0x73db, + 0x73d4, 0x73dd, 0x73da, 0x73d7, + 0x73d8, 0x73e8, 0x74de, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x74df, 0x74f4, + 0x74f5, 0x7521, 0x755b, 0x755f, + 0x75b0, 0x75c1, 0x75bb, 0x75c4, + 0x75c0, 0x75bf, 0x75b6, 0x75ba, + 0x768a, 0x76c9, 0x771d, 0x771b, + 0x7710, 0x7713, 0x7712, 0x7723, + 0x7711, 0x7715, 0x7719, 0x771a, + 0x7722, 0x7727, 0x7823, 0x782c, + 0x7822, 0x7835, 0x782f, 0x7828, + 0x782e, 0x782b, 0x7821, 0x7829, + 0x7833, 0x782a, 0x7831, 0x7954, + 0x795b, 0x794f, 0x795c, 0x7953, + 0x7952, 0x7951, 0x79eb, 0x79ec, + 0x79e0, 0x79ee, 0x79ed, 0x79ea, + 0x79dc, 0x79de, 0x79dd, 0x7a86, + 0x7a89, 0x7a85, 0x7a8b, 0x7a8c, + 0x7a8a, 0x0000, 0x7a87, 0x7ad8, + 0x7b10, 0x7b04, 0x7b13, 0x7b05, + 0x7b0f, 0x7b08, 0x7b0a, 0x7b0e, + 0x7b09, 0x7b12, 0x7c84, 0x7c91, + 0x7c8a, 0x7c8c, 0x7c88, 0x7c8d, + 0x7c85, 0x7d1e, 0x7d1d, 0x7d11, + 0x7d0e, 0x7d18, 0x7d16, 0x7d13, + 0x7d1f, 0x7d12, 0x7d0f, 0x7d0c, + 0x7f5c, 0x7f61, 0x7f5e, 0x7f60, + 0x7f5d, 0x7f5b, 0x7f96, 0x7f92, + 0x7fc3, 0x7fc2, 0x7fc0, 0x8016, + 0x803e, 0x8039, 0x80fa, 0x80f2, + 0x80f9, 0x80f5, 0x8101, 0x80fb, + 0x8100, 0x8201, 0x822f, 0x8225, + 0x8333, 0x832d, 0x8344, 0x8319, + 0x8351, 0x8325, 0x8356, 0x833f, + 0x8341, 0x8326, 0x831c, 0x8322, + 0x8342, 0x834e, 0x831b, 0x832a, + 0x8308, 0x833c, 0x834d, 0x8316, + 0x8324, 0x8320, 0x8337, 0x832f, + 0x8329, 0x8347, 0x8345, 0x834c, + 0x8353, 0x831e, 0x832c, 0x834b, + 0x8327, 0x8348, 0x8653, 0x8652, + 0x86a2, 0x86a8, 0x8696, 0x868d, + 0x8691, 0x869e, 0x8687, 0x8697, + 0x8686, 0x868b, 0x869a, 0x8685, + 0x86a5, 0x8699, 0x86a1, 0x86a7, + 0x8695, 0x8698, 0x868e, 0x869d, + 0x8690, 0x8694, 0x8843, 0x8844, + 0x886d, 0x8875, 0x8876, 0x8872, + 0x8880, 0x8871, 0x887f, 0x886f, + 0x8883, 0x887e, 0x8874, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x887c, 0x8a12, + 0x8c47, 0x8c57, 0x8c7b, 0x8ca4, + 0x8ca3, 0x8d76, 0x8d78, 0x8db5, + 0x8db7, 0x8db6, 0x8ed1, 0x8ed3, + 0x8ffe, 0x8ff5, 0x9002, 0x8fff, + 0x8ffb, 0x9004, 0x8ffc, 0x8ff6, + 0x90d6, 0x90e0, 0x90d9, 0x90da, + 0x90e3, 0x90df, 0x90e5, 0x90d8, + 0x90db, 0x90d7, 0x90dc, 0x90e4, + 0x9150, 0x914e, 0x914f, 0x91d5, + 0x91e2, 0x91da, 0x965c, 0x965f, + 0x96bc, 0x98e3, 0x9adf, 0x9b2f, + 0x4e7f, 0x5070, 0x506a, 0x5061, + 0x505e, 0x5060, 0x5053, 0x504b, + 0x505d, 0x5072, 0x5048, 0x504d, + 0x5041, 0x505b, 0x504a, 0x5062, + 0x5015, 0x0000, 0x5045, 0x505f, + 0x5069, 0x506b, 0x5063, 0x5064, + 0x5046, 0x5040, 0x506e, 0x5073, + 0x5057, 0x5051, 0x51d0, 0x526b, + 0x526d, 0x526c, 0x526e, 0x52d6, + 0x52d3, 0x532d, 0x539c, 0x5575, + 0x5576, 0x553c, 0x554d, 0x5550, + 0x5534, 0x552a, 0x5551, 0x5562, + 0x5536, 0x5535, 0x5530, 0x5552, + 0x5545, 0x550c, 0x5532, 0x5565, + 0x554e, 0x5539, 0x5548, 0x552d, + 0x553b, 0x5540, 0x554b, 0x570a, + 0x5707, 0x57fb, 0x5814, 0x57e2, + 0x57f6, 0x57dc, 0x57f4, 0x5800, + 0x57ed, 0x57fd, 0x5808, 0x57f8, + 0x580b, 0x57f3, 0x57cf, 0x5807, + 0x57ee, 0x57e3, 0x57f2, 0x57e5, + 0x57ec, 0x57e1, 0x580e, 0x57fc, + 0x5810, 0x57e7, 0x5801, 0x580c, + 0x57f1, 0x57e9, 0x57f0, 0x580d, + 0x5804, 0x595c, 0x5a60, 0x5a58, + 0x5a55, 0x5a67, 0x5a5e, 0x5a38, + 0x5a35, 0x5a6d, 0x5a50, 0x5a5f, + 0x5a65, 0x5a6c, 0x5a53, 0x5a64, + 0x5a57, 0x5a43, 0x5a5d, 0x5a52, + 0x5a44, 0x5a5b, 0x5a48, 0x5a8e, + 0x5a3e, 0x5a4d, 0x5a39, 0x5a4c, + 0x5a70, 0x5a69, 0x5a47, 0x5a51, + 0x5a56, 0x5a42, 0x5a5c, 0x5b72, + 0x5b6e, 0x5bc1, 0x5bc0, 0x5c59, + 0x5d1e, 0x5d0b, 0x5d1d, 0x5d1a, + 0x5d20, 0x5d0c, 0x5d28, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5d0d, 0x5d26, + 0x5d25, 0x5d0f, 0x5d30, 0x5d12, + 0x5d23, 0x5d1f, 0x5d2e, 0x5e3e, + 0x5e34, 0x5eb1, 0x5eb4, 0x5eb9, + 0x5eb2, 0x5eb3, 0x5f36, 0x5f38, + 0x5f9b, 0x5f96, 0x5f9f, 0x608a, + 0x6090, 0x6086, 0x60be, 0x60b0, + 0x60ba, 0x60d3, 0x60d4, 0x60cf, + 0x60e4, 0x60d9, 0x60dd, 0x60c8, + 0x60b1, 0x60db, 0x60b7, 0x60ca, + 0x60bf, 0x60c3, 0x60cd, 0x60c0, + 0x6332, 0x6365, 0x638a, 0x6382, + 0x637d, 0x63bd, 0x639e, 0x63ad, + 0x639d, 0x6397, 0x63ab, 0x638e, + 0x636f, 0x6387, 0x6390, 0x636e, + 0x63af, 0x6375, 0x639c, 0x636d, + 0x63ae, 0x0000, 0x637c, 0x63a4, + 0x633b, 0x639f, 0x6378, 0x6385, + 0x6381, 0x6391, 0x638d, 0x6370, + 0x6553, 0x65cd, 0x6665, 0x6661, + 0x665b, 0x6659, 0x665c, 0x6662, + 0x6718, 0x6879, 0x6887, 0x6890, + 0x689c, 0x686d, 0x686e, 0x68ae, + 0x68ab, 0x6956, 0x686f, 0x68a3, + 0x68ac, 0x68a9, 0x6875, 0x6874, + 0x68b2, 0x688f, 0x6877, 0x6892, + 0x687c, 0x686b, 0x6872, 0x68aa, + 0x6880, 0x6871, 0x687e, 0x689b, + 0x6896, 0x688b, 0x68a0, 0x6889, + 0x68a4, 0x6878, 0x687b, 0x6891, + 0x688c, 0x688a, 0x687d, 0x6b36, + 0x6b33, 0x6b37, 0x6b38, 0x6b91, + 0x6b8f, 0x6b8d, 0x6b8e, 0x6b8c, + 0x6c2a, 0x6dc0, 0x6dab, 0x6db4, + 0x6db3, 0x6e74, 0x6dac, 0x6de9, + 0x6de2, 0x6db7, 0x6df6, 0x6dd4, + 0x6e00, 0x6dc8, 0x6de0, 0x6ddf, + 0x6dd6, 0x6dbe, 0x6de5, 0x6ddc, + 0x6ddd, 0x6ddb, 0x6df4, 0x6dca, + 0x6dbd, 0x6ded, 0x6df0, 0x6dba, + 0x6dd5, 0x6dc2, 0x6dcf, 0x6dc9, + 0x6dd0, 0x6df2, 0x6dd3, 0x6dfd, + 0x6dd7, 0x6dcd, 0x6de3, 0x6dbb, + 0x70fa, 0x710d, 0x70f7, 0x7117, + 0x70f4, 0x710c, 0x70f0, 0x7104, + 0x70f3, 0x7110, 0x70fc, 0x70ff, + 0x7106, 0x7113, 0x7100, 0x70f8, + 0x70f6, 0x710b, 0x7102, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x710e, 0x727e, + 0x727b, 0x727c, 0x727f, 0x731d, + 0x7317, 0x7307, 0x7311, 0x7318, + 0x730a, 0x7308, 0x72ff, 0x730f, + 0x731e, 0x7388, 0x73f6, 0x73f8, + 0x73f5, 0x7404, 0x7401, 0x73fd, + 0x7407, 0x7400, 0x73fa, 0x73fc, + 0x73ff, 0x740c, 0x740b, 0x73f4, + 0x7408, 0x7564, 0x7563, 0x75ce, + 0x75d2, 0x75cf, 0x75cb, 0x75cc, + 0x75d1, 0x75d0, 0x768f, 0x7689, + 0x76d3, 0x7739, 0x772f, 0x772d, + 0x7731, 0x7732, 0x7734, 0x7733, + 0x773d, 0x7725, 0x773b, 0x7735, + 0x7848, 0x7852, 0x7849, 0x784d, + 0x784a, 0x784c, 0x7826, 0x7845, + 0x7850, 0x0000, 0x7964, 0x7967, + 0x7969, 0x796a, 0x7963, 0x796b, + 0x7961, 0x79bb, 0x79fa, 0x79f8, + 0x79f6, 0x79f7, 0x7a8f, 0x7a94, + 0x7a90, 0x7b35, 0x7b47, 0x7b34, + 0x7b25, 0x7b30, 0x7b22, 0x7b24, + 0x7b33, 0x7b18, 0x7b2a, 0x7b1d, + 0x7b31, 0x7b2b, 0x7b2d, 0x7b2f, + 0x7b32, 0x7b38, 0x7b1a, 0x7b23, + 0x7c94, 0x7c98, 0x7c96, 0x7ca3, + 0x7d35, 0x7d3d, 0x7d38, 0x7d36, + 0x7d3a, 0x7d45, 0x7d2c, 0x7d29, + 0x7d41, 0x7d47, 0x7d3e, 0x7d3f, + 0x7d4a, 0x7d3b, 0x7d28, 0x7f63, + 0x7f95, 0x7f9c, 0x7f9d, 0x7f9b, + 0x7fca, 0x7fcb, 0x7fcd, 0x7fd0, + 0x7fd1, 0x7fc7, 0x7fcf, 0x7fc9, + 0x801f, 0x801e, 0x801b, 0x8047, + 0x8043, 0x8048, 0x8118, 0x8125, + 0x8119, 0x811b, 0x812d, 0x811f, + 0x812c, 0x811e, 0x8121, 0x8115, + 0x8127, 0x811d, 0x8122, 0x8211, + 0x8238, 0x8233, 0x823a, 0x8234, + 0x8232, 0x8274, 0x8390, 0x83a3, + 0x83a8, 0x838d, 0x837a, 0x8373, + 0x83a4, 0x8374, 0x838f, 0x8381, + 0x8395, 0x8399, 0x8375, 0x8394, + 0x83a9, 0x837d, 0x8383, 0x838c, + 0x839d, 0x839b, 0x83aa, 0x838b, + 0x837e, 0x83a5, 0x83af, 0x8388, + 0x8397, 0x83b0, 0x837f, 0x83a6, + 0x8387, 0x83ae, 0x8376, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x839a, 0x8659, + 0x8656, 0x86bf, 0x86b7, 0x86c2, + 0x86c1, 0x86c5, 0x86ba, 0x86b0, + 0x86c8, 0x86b9, 0x86b3, 0x86b8, + 0x86cc, 0x86b4, 0x86bb, 0x86bc, + 0x86c3, 0x86bd, 0x86be, 0x8852, + 0x8889, 0x8895, 0x88a8, 0x88a2, + 0x88aa, 0x889a, 0x8891, 0x88a1, + 0x889f, 0x8898, 0x88a7, 0x8899, + 0x889b, 0x8897, 0x88a4, 0x88ac, + 0x888c, 0x8893, 0x888e, 0x8982, + 0x89d6, 0x89d9, 0x89d5, 0x8a30, + 0x8a27, 0x8a2c, 0x8a1e, 0x8c39, + 0x8c3b, 0x8c5c, 0x8c5d, 0x8c7d, + 0x8ca5, 0x8d7d, 0x8d7b, 0x8d79, + 0x8dbc, 0x8dc2, 0x8db9, 0x8dbf, + 0x8dc1, 0x0000, 0x8ed8, 0x8ede, + 0x8edd, 0x8edc, 0x8ed7, 0x8ee0, + 0x8ee1, 0x9024, 0x900b, 0x9011, + 0x901c, 0x900c, 0x9021, 0x90ef, + 0x90ea, 0x90f0, 0x90f4, 0x90f2, + 0x90f3, 0x90d4, 0x90eb, 0x90ec, + 0x90e9, 0x9156, 0x9158, 0x915a, + 0x9153, 0x9155, 0x91ec, 0x91f4, + 0x91f1, 0x91f3, 0x91f8, 0x91e4, + 0x91f9, 0x91ea, 0x91eb, 0x91f7, + 0x91e8, 0x91ee, 0x957a, 0x9586, + 0x9588, 0x967c, 0x966d, 0x966b, + 0x9671, 0x966f, 0x96bf, 0x976a, + 0x9804, 0x98e5, 0x9997, 0x509b, + 0x5095, 0x5094, 0x509e, 0x508b, + 0x50a3, 0x5083, 0x508c, 0x508e, + 0x509d, 0x5068, 0x509c, 0x5092, + 0x5082, 0x5087, 0x515f, 0x51d4, + 0x5312, 0x5311, 0x53a4, 0x53a7, + 0x5591, 0x55a8, 0x55a5, 0x55ad, + 0x5577, 0x5645, 0x55a2, 0x5593, + 0x5588, 0x558f, 0x55b5, 0x5581, + 0x55a3, 0x5592, 0x55a4, 0x557d, + 0x558c, 0x55a6, 0x557f, 0x5595, + 0x55a1, 0x558e, 0x570c, 0x5829, + 0x5837, 0x5819, 0x581e, 0x5827, + 0x5823, 0x5828, 0x57f5, 0x5848, + 0x5825, 0x581c, 0x581b, 0x5833, + 0x583f, 0x5836, 0x582e, 0x5839, + 0x5838, 0x582d, 0x582c, 0x583b, + 0x5961, 0x5aaf, 0x5a94, 0x5a9f, + 0x5a7a, 0x5aa2, 0x5a9e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5a78, 0x5aa6, + 0x5a7c, 0x5aa5, 0x5aac, 0x5a95, + 0x5aae, 0x5a37, 0x5a84, 0x5a8a, + 0x5a97, 0x5a83, 0x5a8b, 0x5aa9, + 0x5a7b, 0x5a7d, 0x5a8c, 0x5a9c, + 0x5a8f, 0x5a93, 0x5a9d, 0x5bea, + 0x5bcd, 0x5bcb, 0x5bd4, 0x5bd1, + 0x5bca, 0x5bce, 0x5c0c, 0x5c30, + 0x5d37, 0x5d43, 0x5d6b, 0x5d41, + 0x5d4b, 0x5d3f, 0x5d35, 0x5d51, + 0x5d4e, 0x5d55, 0x5d33, 0x5d3a, + 0x5d52, 0x5d3d, 0x5d31, 0x5d59, + 0x5d42, 0x5d39, 0x5d49, 0x5d38, + 0x5d3c, 0x5d32, 0x5d36, 0x5d40, + 0x5d45, 0x5e44, 0x5e41, 0x5f58, + 0x5fa6, 0x5fa5, 0x5fab, 0x60c9, + 0x60b9, 0x0000, 0x60cc, 0x60e2, + 0x60ce, 0x60c4, 0x6114, 0x60f2, + 0x610a, 0x6116, 0x6105, 0x60f5, + 0x6113, 0x60f8, 0x60fc, 0x60fe, + 0x60c1, 0x6103, 0x6118, 0x611d, + 0x6110, 0x60ff, 0x6104, 0x610b, + 0x624a, 0x6394, 0x63b1, 0x63b0, + 0x63ce, 0x63e5, 0x63e8, 0x63ef, + 0x63c3, 0x649d, 0x63f3, 0x63ca, + 0x63e0, 0x63f6, 0x63d5, 0x63f2, + 0x63f5, 0x6461, 0x63df, 0x63be, + 0x63dd, 0x63dc, 0x63c4, 0x63d8, + 0x63d3, 0x63c2, 0x63c7, 0x63cc, + 0x63cb, 0x63c8, 0x63f0, 0x63d7, + 0x63d9, 0x6532, 0x6567, 0x656a, + 0x6564, 0x655c, 0x6568, 0x6565, + 0x658c, 0x659d, 0x659e, 0x65ae, + 0x65d0, 0x65d2, 0x667c, 0x666c, + 0x667b, 0x6680, 0x6671, 0x6679, + 0x666a, 0x6672, 0x6701, 0x690c, + 0x68d3, 0x6904, 0x68dc, 0x692a, + 0x68ec, 0x68ea, 0x68f1, 0x690f, + 0x68d6, 0x68f7, 0x68eb, 0x68e4, + 0x68f6, 0x6913, 0x6910, 0x68f3, + 0x68e1, 0x6907, 0x68cc, 0x6908, + 0x6970, 0x68b4, 0x6911, 0x68ef, + 0x68c6, 0x6914, 0x68f8, 0x68d0, + 0x68fd, 0x68fc, 0x68e8, 0x690b, + 0x690a, 0x6917, 0x68ce, 0x68c8, + 0x68dd, 0x68de, 0x68e6, 0x68f4, + 0x68d1, 0x6906, 0x68d4, 0x68e9, + 0x6915, 0x6925, 0x68c7, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6b39, 0x6b3b, + 0x6b3f, 0x6b3c, 0x6b94, 0x6b97, + 0x6b99, 0x6b95, 0x6bbd, 0x6bf0, + 0x6bf2, 0x6bf3, 0x6c30, 0x6dfc, + 0x6e46, 0x6e47, 0x6e1f, 0x6e49, + 0x6e88, 0x6e3c, 0x6e3d, 0x6e45, + 0x6e62, 0x6e2b, 0x6e3f, 0x6e41, + 0x6e5d, 0x6e73, 0x6e1c, 0x6e33, + 0x6e4b, 0x6e40, 0x6e51, 0x6e3b, + 0x6e03, 0x6e2e, 0x6e5e, 0x6e68, + 0x6e5c, 0x6e61, 0x6e31, 0x6e28, + 0x6e60, 0x6e71, 0x6e6b, 0x6e39, + 0x6e22, 0x6e30, 0x6e53, 0x6e65, + 0x6e27, 0x6e78, 0x6e64, 0x6e77, + 0x6e55, 0x6e79, 0x6e52, 0x6e66, + 0x6e35, 0x6e36, 0x6e5a, 0x7120, + 0x711e, 0x0000, 0x712f, 0x70fb, + 0x712e, 0x7131, 0x7123, 0x7125, + 0x7122, 0x7132, 0x711f, 0x7128, + 0x713a, 0x711b, 0x724b, 0x725a, + 0x7288, 0x7289, 0x7286, 0x7285, + 0x728b, 0x7312, 0x730b, 0x7330, + 0x7322, 0x7331, 0x7333, 0x7327, + 0x7332, 0x732d, 0x7326, 0x7323, + 0x7335, 0x730c, 0x742e, 0x742c, + 0x7430, 0x742b, 0x7416, 0x741a, + 0x7421, 0x742d, 0x7431, 0x7424, + 0x7423, 0x741d, 0x7429, 0x7420, + 0x7432, 0x74fb, 0x752f, 0x756f, + 0x756c, 0x75e7, 0x75da, 0x75e1, + 0x75e6, 0x75dd, 0x75df, 0x75e4, + 0x75d7, 0x7695, 0x7692, 0x76da, + 0x7746, 0x7747, 0x7744, 0x774d, + 0x7745, 0x774a, 0x774e, 0x774b, + 0x774c, 0x77de, 0x77ec, 0x7860, + 0x7864, 0x7865, 0x785c, 0x786d, + 0x7871, 0x786a, 0x786e, 0x7870, + 0x7869, 0x7868, 0x785e, 0x7862, + 0x7974, 0x7973, 0x7972, 0x7970, + 0x7a02, 0x7a0a, 0x7a03, 0x7a0c, + 0x7a04, 0x7a99, 0x7ae6, 0x7ae4, + 0x7b4a, 0x7b3b, 0x7b44, 0x7b48, + 0x7b4c, 0x7b4e, 0x7b40, 0x7b58, + 0x7b45, 0x7ca2, 0x7c9e, 0x7ca8, + 0x7ca1, 0x7d58, 0x7d6f, 0x7d63, + 0x7d53, 0x7d56, 0x7d67, 0x7d6a, + 0x7d4f, 0x7d6d, 0x7d5c, 0x7d6b, + 0x7d52, 0x7d54, 0x7d69, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7d51, 0x7d5f, + 0x7d4e, 0x7f3e, 0x7f3f, 0x7f65, + 0x7f66, 0x7fa2, 0x7fa0, 0x7fa1, + 0x7fd7, 0x8051, 0x804f, 0x8050, + 0x80fe, 0x80d4, 0x8143, 0x814a, + 0x8152, 0x814f, 0x8147, 0x813d, + 0x814d, 0x813a, 0x81e6, 0x81ee, + 0x81f7, 0x81f8, 0x81f9, 0x8204, + 0x823c, 0x823d, 0x823f, 0x8275, + 0x833b, 0x83cf, 0x83f9, 0x8423, + 0x83c0, 0x83e8, 0x8412, 0x83e7, + 0x83e4, 0x83fc, 0x83f6, 0x8410, + 0x83c6, 0x83c8, 0x83eb, 0x83e3, + 0x83bf, 0x8401, 0x83dd, 0x83e5, + 0x83d8, 0x83ff, 0x83e1, 0x83cb, + 0x83ce, 0x83d6, 0x83f5, 0x83c9, + 0x8409, 0x0000, 0x840f, 0x83de, + 0x8411, 0x8406, 0x83c2, 0x83f3, + 0x83d5, 0x83fa, 0x83c7, 0x83d1, + 0x83ea, 0x8413, 0x83c3, 0x83ec, + 0x83ee, 0x83c4, 0x83fb, 0x83d7, + 0x83e2, 0x841b, 0x83db, 0x83fe, + 0x86d8, 0x86e2, 0x86e6, 0x86d3, + 0x86e3, 0x86da, 0x86ea, 0x86dd, + 0x86eb, 0x86dc, 0x86ec, 0x86e9, + 0x86d7, 0x86e8, 0x86d1, 0x8848, + 0x8856, 0x8855, 0x88ba, 0x88d7, + 0x88b9, 0x88b8, 0x88c0, 0x88be, + 0x88b6, 0x88bc, 0x88b7, 0x88bd, + 0x88b2, 0x8901, 0x88c9, 0x8995, + 0x8998, 0x8997, 0x89dd, 0x89da, + 0x89db, 0x8a4e, 0x8a4d, 0x8a39, + 0x8a59, 0x8a40, 0x8a57, 0x8a58, + 0x8a44, 0x8a45, 0x8a52, 0x8a48, + 0x8a51, 0x8a4a, 0x8a4c, 0x8a4f, + 0x8c5f, 0x8c81, 0x8c80, 0x8cba, + 0x8cbe, 0x8cb0, 0x8cb9, 0x8cb5, + 0x8d84, 0x8d80, 0x8d89, 0x8dd8, + 0x8dd3, 0x8dcd, 0x8dc7, 0x8dd6, + 0x8ddc, 0x8dcf, 0x8dd5, 0x8dd9, + 0x8dc8, 0x8dd7, 0x8dc5, 0x8eef, + 0x8ef7, 0x8efa, 0x8ef9, 0x8ee6, + 0x8eee, 0x8ee5, 0x8ef5, 0x8ee7, + 0x8ee8, 0x8ef6, 0x8eeb, 0x8ef1, + 0x8eec, 0x8ef4, 0x8ee9, 0x902d, + 0x9034, 0x902f, 0x9106, 0x912c, + 0x9104, 0x90ff, 0x90fc, 0x9108, + 0x90f9, 0x90fb, 0x9101, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9100, 0x9107, + 0x9105, 0x9103, 0x9161, 0x9164, + 0x915f, 0x9162, 0x9160, 0x9201, + 0x920a, 0x9225, 0x9203, 0x921a, + 0x9226, 0x920f, 0x920c, 0x9200, + 0x9212, 0x91ff, 0x91fd, 0x9206, + 0x9204, 0x9227, 0x9202, 0x921c, + 0x9224, 0x9219, 0x9217, 0x9205, + 0x9216, 0x957b, 0x958d, 0x958c, + 0x9590, 0x9687, 0x967e, 0x9688, + 0x9689, 0x9683, 0x9680, 0x96c2, + 0x96c8, 0x96c3, 0x96f1, 0x96f0, + 0x976c, 0x9770, 0x976e, 0x9807, + 0x98a9, 0x98eb, 0x9ce6, 0x9ef9, + 0x4e83, 0x4e84, 0x4eb6, 0x50bd, + 0x50bf, 0x50c6, 0x50ae, 0x50c4, + 0x50ca, 0x0000, 0x50b4, 0x50c8, + 0x50c2, 0x50b0, 0x50c1, 0x50ba, + 0x50b1, 0x50cb, 0x50c9, 0x50b6, + 0x50b8, 0x51d7, 0x527a, 0x5278, + 0x527b, 0x527c, 0x55c3, 0x55db, + 0x55cc, 0x55d0, 0x55cb, 0x55ca, + 0x55dd, 0x55c0, 0x55d4, 0x55c4, + 0x55e9, 0x55bf, 0x55d2, 0x558d, + 0x55cf, 0x55d5, 0x55e2, 0x55d6, + 0x55c8, 0x55f2, 0x55cd, 0x55d9, + 0x55c2, 0x5714, 0x5853, 0x5868, + 0x5864, 0x584f, 0x584d, 0x5849, + 0x586f, 0x5855, 0x584e, 0x585d, + 0x5859, 0x5865, 0x585b, 0x583d, + 0x5863, 0x5871, 0x58fc, 0x5ac7, + 0x5ac4, 0x5acb, 0x5aba, 0x5ab8, + 0x5ab1, 0x5ab5, 0x5ab0, 0x5abf, + 0x5ac8, 0x5abb, 0x5ac6, 0x5ab7, + 0x5ac0, 0x5aca, 0x5ab4, 0x5ab6, + 0x5acd, 0x5ab9, 0x5a90, 0x5bd6, + 0x5bd8, 0x5bd9, 0x5c1f, 0x5c33, + 0x5d71, 0x5d63, 0x5d4a, 0x5d65, + 0x5d72, 0x5d6c, 0x5d5e, 0x5d68, + 0x5d67, 0x5d62, 0x5df0, 0x5e4f, + 0x5e4e, 0x5e4a, 0x5e4d, 0x5e4b, + 0x5ec5, 0x5ecc, 0x5ec6, 0x5ecb, + 0x5ec7, 0x5f40, 0x5faf, 0x5fad, + 0x60f7, 0x6149, 0x614a, 0x612b, + 0x6145, 0x6136, 0x6132, 0x612e, + 0x6146, 0x612f, 0x614f, 0x6129, + 0x6140, 0x6220, 0x9168, 0x6223, + 0x6225, 0x6224, 0x63c5, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x63f1, 0x63eb, + 0x6410, 0x6412, 0x6409, 0x6420, + 0x6424, 0x6433, 0x6443, 0x641f, + 0x6415, 0x6418, 0x6439, 0x6437, + 0x6422, 0x6423, 0x640c, 0x6426, + 0x6430, 0x6428, 0x6441, 0x6435, + 0x642f, 0x640a, 0x641a, 0x6440, + 0x6425, 0x6427, 0x640b, 0x63e7, + 0x641b, 0x642e, 0x6421, 0x640e, + 0x656f, 0x6592, 0x65d3, 0x6686, + 0x668c, 0x6695, 0x6690, 0x668b, + 0x668a, 0x6699, 0x6694, 0x6678, + 0x6720, 0x6966, 0x695f, 0x6938, + 0x694e, 0x6962, 0x6971, 0x693f, + 0x6945, 0x696a, 0x6939, 0x6942, + 0x6957, 0x6959, 0x697a, 0x6948, + 0x6949, 0x0000, 0x6935, 0x696c, + 0x6933, 0x693d, 0x6965, 0x68f0, + 0x6978, 0x6934, 0x6969, 0x6940, + 0x696f, 0x6944, 0x6976, 0x6958, + 0x6941, 0x6974, 0x694c, 0x693b, + 0x694b, 0x6937, 0x695c, 0x694f, + 0x6951, 0x6932, 0x6952, 0x692f, + 0x697b, 0x693c, 0x6b46, 0x6b45, + 0x6b43, 0x6b42, 0x6b48, 0x6b41, + 0x6b9b, 0xfa0d, 0x6bfb, 0x6bfc, + 0x6bf9, 0x6bf7, 0x6bf8, 0x6e9b, + 0x6ed6, 0x6ec8, 0x6e8f, 0x6ec0, + 0x6e9f, 0x6e93, 0x6e94, 0x6ea0, + 0x6eb1, 0x6eb9, 0x6ec6, 0x6ed2, + 0x6ebd, 0x6ec1, 0x6e9e, 0x6ec9, + 0x6eb7, 0x6eb0, 0x6ecd, 0x6ea6, + 0x6ecf, 0x6eb2, 0x6ebe, 0x6ec3, + 0x6edc, 0x6ed8, 0x6e99, 0x6e92, + 0x6e8e, 0x6e8d, 0x6ea4, 0x6ea1, + 0x6ebf, 0x6eb3, 0x6ed0, 0x6eca, + 0x6e97, 0x6eae, 0x6ea3, 0x7147, + 0x7154, 0x7152, 0x7163, 0x7160, + 0x7141, 0x715d, 0x7162, 0x7172, + 0x7178, 0x716a, 0x7161, 0x7142, + 0x7158, 0x7143, 0x714b, 0x7170, + 0x715f, 0x7150, 0x7153, 0x7144, + 0x714d, 0x715a, 0x724f, 0x728d, + 0x728c, 0x7291, 0x7290, 0x728e, + 0x733c, 0x7342, 0x733b, 0x733a, + 0x7340, 0x734a, 0x7349, 0x7444, + 0x744a, 0x744b, 0x7452, 0x7451, + 0x7457, 0x7440, 0x744f, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7450, 0x744e, + 0x7442, 0x7446, 0x744d, 0x7454, + 0x74e1, 0x74ff, 0x74fe, 0x74fd, + 0x751d, 0x7579, 0x7577, 0x6983, + 0x75ef, 0x760f, 0x7603, 0x75f7, + 0x75fe, 0x75fc, 0x75f9, 0x75f8, + 0x7610, 0x75fb, 0x75f6, 0x75ed, + 0x75f5, 0x75fd, 0x7699, 0x76b5, + 0x76dd, 0x7755, 0x775f, 0x7760, + 0x7752, 0x7756, 0x775a, 0x7769, + 0x7767, 0x7754, 0x7759, 0x776d, + 0x77e0, 0x7887, 0x789a, 0x7894, + 0x788f, 0x7884, 0x7895, 0x7885, + 0x7886, 0x78a1, 0x7883, 0x7879, + 0x7899, 0x7880, 0x7896, 0x787b, + 0x797c, 0x7982, 0x797d, 0x7979, + 0x7a11, 0x0000, 0x7a18, 0x7a19, + 0x7a12, 0x7a17, 0x7a15, 0x7a22, + 0x7a13, 0x7a1b, 0x7a10, 0x7aa3, + 0x7aa2, 0x7a9e, 0x7aeb, 0x7b66, + 0x7b64, 0x7b6d, 0x7b74, 0x7b69, + 0x7b72, 0x7b65, 0x7b73, 0x7b71, + 0x7b70, 0x7b61, 0x7b78, 0x7b76, + 0x7b63, 0x7cb2, 0x7cb4, 0x7caf, + 0x7d88, 0x7d86, 0x7d80, 0x7d8d, + 0x7d7f, 0x7d85, 0x7d7a, 0x7d8e, + 0x7d7b, 0x7d83, 0x7d7c, 0x7d8c, + 0x7d94, 0x7d84, 0x7d7d, 0x7d92, + 0x7f6d, 0x7f6b, 0x7f67, 0x7f68, + 0x7f6c, 0x7fa6, 0x7fa5, 0x7fa7, + 0x7fdb, 0x7fdc, 0x8021, 0x8164, + 0x8160, 0x8177, 0x815c, 0x8169, + 0x815b, 0x8162, 0x8172, 0x6721, + 0x815e, 0x8176, 0x8167, 0x816f, + 0x8144, 0x8161, 0x821d, 0x8249, + 0x8244, 0x8240, 0x8242, 0x8245, + 0x84f1, 0x843f, 0x8456, 0x8476, + 0x8479, 0x848f, 0x848d, 0x8465, + 0x8451, 0x8440, 0x8486, 0x8467, + 0x8430, 0x844d, 0x847d, 0x845a, + 0x8459, 0x8474, 0x8473, 0x845d, + 0x8507, 0x845e, 0x8437, 0x843a, + 0x8434, 0x847a, 0x8443, 0x8478, + 0x8432, 0x8445, 0x8429, 0x83d9, + 0x844b, 0x842f, 0x8442, 0x842d, + 0x845f, 0x8470, 0x8439, 0x844e, + 0x844c, 0x8452, 0x846f, 0x84c5, + 0x848e, 0x843b, 0x8447, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8436, 0x8433, + 0x8468, 0x847e, 0x8444, 0x842b, + 0x8460, 0x8454, 0x846e, 0x8450, + 0x870b, 0x8704, 0x86f7, 0x870c, + 0x86fa, 0x86d6, 0x86f5, 0x874d, + 0x86f8, 0x870e, 0x8709, 0x8701, + 0x86f6, 0x870d, 0x8705, 0x88d6, + 0x88cb, 0x88cd, 0x88ce, 0x88de, + 0x88db, 0x88da, 0x88cc, 0x88d0, + 0x8985, 0x899b, 0x89df, 0x89e5, + 0x89e4, 0x89e1, 0x89e0, 0x89e2, + 0x89dc, 0x89e6, 0x8a76, 0x8a86, + 0x8a7f, 0x8a61, 0x8a3f, 0x8a77, + 0x8a82, 0x8a84, 0x8a75, 0x8a83, + 0x8a81, 0x8a74, 0x8a7a, 0x8c3c, + 0x8c4b, 0x8c4a, 0x8c65, 0x8c64, + 0x8c66, 0x0000, 0x8c86, 0x8c84, + 0x8c85, 0x8ccc, 0x8d68, 0x8d69, + 0x8d91, 0x8d8c, 0x8d8e, 0x8d8f, + 0x8d8d, 0x8d93, 0x8d94, 0x8d90, + 0x8d92, 0x8df0, 0x8de0, 0x8dec, + 0x8df1, 0x8dee, 0x8dd0, 0x8de9, + 0x8de3, 0x8de2, 0x8de7, 0x8df2, + 0x8deb, 0x8df4, 0x8f06, 0x8eff, + 0x8f01, 0x8f00, 0x8f05, 0x8f07, + 0x8f08, 0x8f02, 0x8f0b, 0x9052, + 0x903f, 0x9044, 0x9049, 0x903d, + 0x9110, 0x910d, 0x910f, 0x9111, + 0x9116, 0x9114, 0x910b, 0x910e, + 0x916e, 0x916f, 0x9248, 0x9252, + 0x9230, 0x923a, 0x9266, 0x9233, + 0x9265, 0x925e, 0x9283, 0x922e, + 0x924a, 0x9246, 0x926d, 0x926c, + 0x924f, 0x9260, 0x9267, 0x926f, + 0x9236, 0x9261, 0x9270, 0x9231, + 0x9254, 0x9263, 0x9250, 0x9272, + 0x924e, 0x9253, 0x924c, 0x9256, + 0x9232, 0x959f, 0x959c, 0x959e, + 0x959b, 0x9692, 0x9693, 0x9691, + 0x9697, 0x96ce, 0x96fa, 0x96fd, + 0x96f8, 0x96f5, 0x9773, 0x9777, + 0x9778, 0x9772, 0x980f, 0x980d, + 0x980e, 0x98ac, 0x98f6, 0x98f9, + 0x99af, 0x99b2, 0x99b0, 0x99b5, + 0x9aad, 0x9aab, 0x9b5b, 0x9cea, + 0x9ced, 0x9ce7, 0x9e80, 0x9efd, + 0x50e6, 0x50d4, 0x50d7, 0x50e8, + 0x50f3, 0x50db, 0x50ea, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x50dd, 0x50e4, + 0x50d3, 0x50ec, 0x50f0, 0x50ef, + 0x50e3, 0x50e0, 0x51d8, 0x5280, + 0x5281, 0x52e9, 0x52eb, 0x5330, + 0x53ac, 0x5627, 0x5615, 0x560c, + 0x5612, 0x55fc, 0x560f, 0x561c, + 0x5601, 0x5613, 0x5602, 0x55fa, + 0x561d, 0x5604, 0x55ff, 0x55f9, + 0x5889, 0x587c, 0x5890, 0x5898, + 0x5886, 0x5881, 0x587f, 0x5874, + 0x588b, 0x587a, 0x5887, 0x5891, + 0x588e, 0x5876, 0x5882, 0x5888, + 0x587b, 0x5894, 0x588f, 0x58fe, + 0x596b, 0x5adc, 0x5aee, 0x5ae5, + 0x5ad5, 0x5aea, 0x5ada, 0x5aed, + 0x5aeb, 0x5af3, 0x5ae2, 0x5ae0, + 0x5adb, 0x0000, 0x5aec, 0x5ade, + 0x5add, 0x5ad9, 0x5ae8, 0x5adf, + 0x5b77, 0x5be0, 0x5be3, 0x5c63, + 0x5d82, 0x5d80, 0x5d7d, 0x5d86, + 0x5d7a, 0x5d81, 0x5d77, 0x5d8a, + 0x5d89, 0x5d88, 0x5d7e, 0x5d7c, + 0x5d8d, 0x5d79, 0x5d7f, 0x5e58, + 0x5e59, 0x5e53, 0x5ed8, 0x5ed1, + 0x5ed7, 0x5ece, 0x5edc, 0x5ed5, + 0x5ed9, 0x5ed2, 0x5ed4, 0x5f44, + 0x5f43, 0x5f6f, 0x5fb6, 0x612c, + 0x6128, 0x6141, 0x615e, 0x6171, + 0x6173, 0x6152, 0x6153, 0x6172, + 0x616c, 0x6180, 0x6174, 0x6154, + 0x617a, 0x615b, 0x6165, 0x613b, + 0x616a, 0x6161, 0x6156, 0x6229, + 0x6227, 0x622b, 0x642b, 0x644d, + 0x645b, 0x645d, 0x6474, 0x6476, + 0x6472, 0x6473, 0x647d, 0x6475, + 0x6466, 0x64a6, 0x644e, 0x6482, + 0x645e, 0x645c, 0x644b, 0x6453, + 0x6460, 0x6450, 0x647f, 0x643f, + 0x646c, 0x646b, 0x6459, 0x6465, + 0x6477, 0x6573, 0x65a0, 0x66a1, + 0x66a0, 0x669f, 0x6705, 0x6704, + 0x6722, 0x69b1, 0x69b6, 0x69c9, + 0x69a0, 0x69ce, 0x6996, 0x69b0, + 0x69ac, 0x69bc, 0x6991, 0x6999, + 0x698e, 0x69a7, 0x698d, 0x69a9, + 0x69be, 0x69af, 0x69bf, 0x69c4, + 0x69bd, 0x69a4, 0x69d4, 0x69b9, + 0x69ca, 0x699a, 0x69cf, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x69b3, 0x6993, + 0x69aa, 0x69a1, 0x699e, 0x69d9, + 0x6997, 0x6990, 0x69c2, 0x69b5, + 0x69a5, 0x69c6, 0x6b4a, 0x6b4d, + 0x6b4b, 0x6b9e, 0x6b9f, 0x6ba0, + 0x6bc3, 0x6bc4, 0x6bfe, 0x6ece, + 0x6ef5, 0x6ef1, 0x6f03, 0x6f25, + 0x6ef8, 0x6f37, 0x6efb, 0x6f2e, + 0x6f09, 0x6f4e, 0x6f19, 0x6f1a, + 0x6f27, 0x6f18, 0x6f3b, 0x6f12, + 0x6eed, 0x6f0a, 0x6f36, 0x6f73, + 0x6ef9, 0x6eee, 0x6f2d, 0x6f40, + 0x6f30, 0x6f3c, 0x6f35, 0x6eeb, + 0x6f07, 0x6f0e, 0x6f43, 0x6f05, + 0x6efd, 0x6ef6, 0x6f39, 0x6f1c, + 0x6efc, 0x6f3a, 0x6f1f, 0x6f0d, + 0x6f1e, 0x0000, 0x6f08, 0x6f21, + 0x7187, 0x7190, 0x7189, 0x7180, + 0x7185, 0x7182, 0x718f, 0x717b, + 0x7186, 0x7181, 0x7197, 0x7244, + 0x7253, 0x7297, 0x7295, 0x7293, + 0x7343, 0x734d, 0x7351, 0x734c, + 0x7462, 0x7473, 0x7471, 0x7475, + 0x7472, 0x7467, 0x746e, 0x7500, + 0x7502, 0x7503, 0x757d, 0x7590, + 0x7616, 0x7608, 0x760c, 0x7615, + 0x7611, 0x760a, 0x7614, 0x76b8, + 0x7781, 0x777c, 0x7785, 0x7782, + 0x776e, 0x7780, 0x776f, 0x777e, + 0x7783, 0x78b2, 0x78aa, 0x78b4, + 0x78ad, 0x78a8, 0x787e, 0x78ab, + 0x789e, 0x78a5, 0x78a0, 0x78ac, + 0x78a2, 0x78a4, 0x7998, 0x798a, + 0x798b, 0x7996, 0x7995, 0x7994, + 0x7993, 0x7997, 0x7988, 0x7992, + 0x7990, 0x7a2b, 0x7a4a, 0x7a30, + 0x7a2f, 0x7a28, 0x7a26, 0x7aa8, + 0x7aab, 0x7aac, 0x7aee, 0x7b88, + 0x7b9c, 0x7b8a, 0x7b91, 0x7b90, + 0x7b96, 0x7b8d, 0x7b8c, 0x7b9b, + 0x7b8e, 0x7b85, 0x7b98, 0x5284, + 0x7b99, 0x7ba4, 0x7b82, 0x7cbb, + 0x7cbf, 0x7cbc, 0x7cba, 0x7da7, + 0x7db7, 0x7dc2, 0x7da3, 0x7daa, + 0x7dc1, 0x7dc0, 0x7dc5, 0x7d9d, + 0x7dce, 0x7dc4, 0x7dc6, 0x7dcb, + 0x7dcc, 0x7daf, 0x7db9, 0x7d96, + 0x7dbc, 0x7d9f, 0x7da6, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7dae, 0x7da9, + 0x7da1, 0x7dc9, 0x7f73, 0x7fe2, + 0x7fe3, 0x7fe5, 0x7fde, 0x8024, + 0x805d, 0x805c, 0x8189, 0x8186, + 0x8183, 0x8187, 0x818d, 0x818c, + 0x818b, 0x8215, 0x8497, 0x84a4, + 0x84a1, 0x849f, 0x84ba, 0x84ce, + 0x84c2, 0x84ac, 0x84ae, 0x84ab, + 0x84b9, 0x84b4, 0x84c1, 0x84cd, + 0x84aa, 0x849a, 0x84b1, 0x84d0, + 0x849d, 0x84a7, 0x84bb, 0x84a2, + 0x8494, 0x84c7, 0x84cc, 0x849b, + 0x84a9, 0x84af, 0x84a8, 0x84d6, + 0x8498, 0x84b6, 0x84cf, 0x84a0, + 0x84d7, 0x84d4, 0x84d2, 0x84db, + 0x84b0, 0x8491, 0x8661, 0x8733, + 0x8723, 0x0000, 0x8728, 0x876b, + 0x8740, 0x872e, 0x871e, 0x8721, + 0x8719, 0x871b, 0x8743, 0x872c, + 0x8741, 0x873e, 0x8746, 0x8720, + 0x8732, 0x872a, 0x872d, 0x873c, + 0x8712, 0x873a, 0x8731, 0x8735, + 0x8742, 0x8726, 0x8727, 0x8738, + 0x8724, 0x871a, 0x8730, 0x8711, + 0x88f7, 0x88e7, 0x88f1, 0x88f2, + 0x88fa, 0x88fe, 0x88ee, 0x88fc, + 0x88f6, 0x88fb, 0x88f0, 0x88ec, + 0x88eb, 0x899d, 0x89a1, 0x899f, + 0x899e, 0x89e9, 0x89eb, 0x89e8, + 0x8aab, 0x8a99, 0x8a8b, 0x8a92, + 0x8a8f, 0x8a96, 0x8c3d, 0x8c68, + 0x8c69, 0x8cd5, 0x8ccf, 0x8cd7, + 0x8d96, 0x8e09, 0x8e02, 0x8dff, + 0x8e0d, 0x8dfd, 0x8e0a, 0x8e03, + 0x8e07, 0x8e06, 0x8e05, 0x8dfe, + 0x8e00, 0x8e04, 0x8f10, 0x8f11, + 0x8f0e, 0x8f0d, 0x9123, 0x911c, + 0x9120, 0x9122, 0x911f, 0x911d, + 0x911a, 0x9124, 0x9121, 0x911b, + 0x917a, 0x9172, 0x9179, 0x9173, + 0x92a5, 0x92a4, 0x9276, 0x929b, + 0x927a, 0x92a0, 0x9294, 0x92aa, + 0x928d, 0x92a6, 0x929a, 0x92ab, + 0x9279, 0x9297, 0x927f, 0x92a3, + 0x92ee, 0x928e, 0x9282, 0x9295, + 0x92a2, 0x927d, 0x9288, 0x92a1, + 0x928a, 0x9286, 0x928c, 0x9299, + 0x92a7, 0x927e, 0x9287, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x92a9, 0x929d, + 0x928b, 0x922d, 0x969e, 0x96a1, + 0x96ff, 0x9758, 0x977d, 0x977a, + 0x977e, 0x9783, 0x9780, 0x9782, + 0x977b, 0x9784, 0x9781, 0x977f, + 0x97ce, 0x97cd, 0x9816, 0x98ad, + 0x98ae, 0x9902, 0x9900, 0x9907, + 0x999d, 0x999c, 0x99c3, 0x99b9, + 0x99bb, 0x99ba, 0x99c2, 0x99bd, + 0x99c7, 0x9ab1, 0x9ae3, 0x9ae7, + 0x9b3e, 0x9b3f, 0x9b60, 0x9b61, + 0x9b5f, 0x9cf1, 0x9cf2, 0x9cf5, + 0x9ea7, 0x50ff, 0x5103, 0x5130, + 0x50f8, 0x5106, 0x5107, 0x50f6, + 0x50fe, 0x510b, 0x510c, 0x50fd, + 0x510a, 0x528b, 0x528c, 0x52f1, + 0x52ef, 0x0000, 0x5648, 0x5642, + 0x564c, 0x5635, 0x5641, 0x564a, + 0x5649, 0x5646, 0x5658, 0x565a, + 0x5640, 0x5633, 0x563d, 0x562c, + 0x563e, 0x5638, 0x562a, 0x563a, + 0x571a, 0x58ab, 0x589d, 0x58b1, + 0x58a0, 0x58a3, 0x58af, 0x58ac, + 0x58a5, 0x58a1, 0x58ff, 0x5aff, + 0x5af4, 0x5afd, 0x5af7, 0x5af6, + 0x5b03, 0x5af8, 0x5b02, 0x5af9, + 0x5b01, 0x5b07, 0x5b05, 0x5b0f, + 0x5c67, 0x5d99, 0x5d97, 0x5d9f, + 0x5d92, 0x5da2, 0x5d93, 0x5d95, + 0x5da0, 0x5d9c, 0x5da1, 0x5d9a, + 0x5d9e, 0x5e69, 0x5e5d, 0x5e60, + 0x5e5c, 0x7df3, 0x5edb, 0x5ede, + 0x5ee1, 0x5f49, 0x5fb2, 0x618b, + 0x6183, 0x6179, 0x61b1, 0x61b0, + 0x61a2, 0x6189, 0x619b, 0x6193, + 0x61af, 0x61ad, 0x619f, 0x6192, + 0x61aa, 0x61a1, 0x618d, 0x6166, + 0x61b3, 0x622d, 0x646e, 0x6470, + 0x6496, 0x64a0, 0x6485, 0x6497, + 0x649c, 0x648f, 0x648b, 0x648a, + 0x648c, 0x64a3, 0x649f, 0x6468, + 0x64b1, 0x6498, 0x6576, 0x657a, + 0x6579, 0x657b, 0x65b2, 0x65b3, + 0x66b5, 0x66b0, 0x66a9, 0x66b2, + 0x66b7, 0x66aa, 0x66af, 0x6a00, + 0x6a06, 0x6a17, 0x69e5, 0x69f8, + 0x6a15, 0x69f1, 0x69e4, 0x6a20, + 0x69ff, 0x69ec, 0x69e2, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6a1b, 0x6a1d, + 0x69fe, 0x6a27, 0x69f2, 0x69ee, + 0x6a14, 0x69f7, 0x69e7, 0x6a40, + 0x6a08, 0x69e6, 0x69fb, 0x6a0d, + 0x69fc, 0x69eb, 0x6a09, 0x6a04, + 0x6a18, 0x6a25, 0x6a0f, 0x69f6, + 0x6a26, 0x6a07, 0x69f4, 0x6a16, + 0x6b51, 0x6ba5, 0x6ba3, 0x6ba2, + 0x6ba6, 0x6c01, 0x6c00, 0x6bff, + 0x6c02, 0x6f41, 0x6f26, 0x6f7e, + 0x6f87, 0x6fc6, 0x6f92, 0x6f8d, + 0x6f89, 0x6f8c, 0x6f62, 0x6f4f, + 0x6f85, 0x6f5a, 0x6f96, 0x6f76, + 0x6f6c, 0x6f82, 0x6f55, 0x6f72, + 0x6f52, 0x6f50, 0x6f57, 0x6f94, + 0x6f93, 0x6f5d, 0x6f00, 0x6f61, + 0x6f6b, 0x0000, 0x6f7d, 0x6f67, + 0x6f90, 0x6f53, 0x6f8b, 0x6f69, + 0x6f7f, 0x6f95, 0x6f63, 0x6f77, + 0x6f6a, 0x6f7b, 0x71b2, 0x71af, + 0x719b, 0x71b0, 0x71a0, 0x719a, + 0x71a9, 0x71b5, 0x719d, 0x71a5, + 0x719e, 0x71a4, 0x71a1, 0x71aa, + 0x719c, 0x71a7, 0x71b3, 0x7298, + 0x729a, 0x7358, 0x7352, 0x735e, + 0x735f, 0x7360, 0x735d, 0x735b, + 0x7361, 0x735a, 0x7359, 0x7362, + 0x7487, 0x7489, 0x748a, 0x7486, + 0x7481, 0x747d, 0x7485, 0x7488, + 0x747c, 0x7479, 0x7508, 0x7507, + 0x757e, 0x7625, 0x761e, 0x7619, + 0x761d, 0x761c, 0x7623, 0x761a, + 0x7628, 0x761b, 0x769c, 0x769d, + 0x769e, 0x769b, 0x778d, 0x778f, + 0x7789, 0x7788, 0x78cd, 0x78bb, + 0x78cf, 0x78cc, 0x78d1, 0x78ce, + 0x78d4, 0x78c8, 0x78c3, 0x78c4, + 0x78c9, 0x799a, 0x79a1, 0x79a0, + 0x799c, 0x79a2, 0x799b, 0x6b76, + 0x7a39, 0x7ab2, 0x7ab4, 0x7ab3, + 0x7bb7, 0x7bcb, 0x7bbe, 0x7bac, + 0x7bce, 0x7baf, 0x7bb9, 0x7bca, + 0x7bb5, 0x7cc5, 0x7cc8, 0x7ccc, + 0x7ccb, 0x7df7, 0x7ddb, 0x7dea, + 0x7de7, 0x7dd7, 0x7de1, 0x7e03, + 0x7dfa, 0x7de6, 0x7df6, 0x7df1, + 0x7df0, 0x7dee, 0x7ddf, 0x7f76, + 0x7fac, 0x7fb0, 0x7fad, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7fed, 0x7feb, + 0x7fea, 0x7fec, 0x7fe6, 0x7fe8, + 0x8064, 0x8067, 0x81a3, 0x819f, + 0x819e, 0x8195, 0x81a2, 0x8199, + 0x8197, 0x8216, 0x824f, 0x8253, + 0x8252, 0x8250, 0x824e, 0x8251, + 0x8524, 0x853b, 0x850f, 0x8500, + 0x8529, 0x850e, 0x8509, 0x850d, + 0x851f, 0x850a, 0x8527, 0x851c, + 0x84fb, 0x852b, 0x84fa, 0x8508, + 0x850c, 0x84f4, 0x852a, 0x84f2, + 0x8515, 0x84f7, 0x84eb, 0x84f3, + 0x84fc, 0x8512, 0x84ea, 0x84e9, + 0x8516, 0x84fe, 0x8528, 0x851d, + 0x852e, 0x8502, 0x84fd, 0x851e, + 0x84f6, 0x8531, 0x8526, 0x84e7, + 0x84e8, 0x0000, 0x84f0, 0x84ef, + 0x84f9, 0x8518, 0x8520, 0x8530, + 0x850b, 0x8519, 0x852f, 0x8662, + 0x8756, 0x8763, 0x8764, 0x8777, + 0x87e1, 0x8773, 0x8758, 0x8754, + 0x875b, 0x8752, 0x8761, 0x875a, + 0x8751, 0x875e, 0x876d, 0x876a, + 0x8750, 0x874e, 0x875f, 0x875d, + 0x876f, 0x876c, 0x877a, 0x876e, + 0x875c, 0x8765, 0x874f, 0x877b, + 0x8775, 0x8762, 0x8767, 0x8769, + 0x885a, 0x8905, 0x890c, 0x8914, + 0x890b, 0x8917, 0x8918, 0x8919, + 0x8906, 0x8916, 0x8911, 0x890e, + 0x8909, 0x89a2, 0x89a4, 0x89a3, + 0x89ed, 0x89f0, 0x89ec, 0x8acf, + 0x8ac6, 0x8ab8, 0x8ad3, 0x8ad1, + 0x8ad4, 0x8ad5, 0x8abb, 0x8ad7, + 0x8abe, 0x8ac0, 0x8ac5, 0x8ad8, + 0x8ac3, 0x8aba, 0x8abd, 0x8ad9, + 0x8c3e, 0x8c4d, 0x8c8f, 0x8ce5, + 0x8cdf, 0x8cd9, 0x8ce8, 0x8cda, + 0x8cdd, 0x8ce7, 0x8da0, 0x8d9c, + 0x8da1, 0x8d9b, 0x8e20, 0x8e23, + 0x8e25, 0x8e24, 0x8e2e, 0x8e15, + 0x8e1b, 0x8e16, 0x8e11, 0x8e19, + 0x8e26, 0x8e27, 0x8e14, 0x8e12, + 0x8e18, 0x8e13, 0x8e1c, 0x8e17, + 0x8e1a, 0x8f2c, 0x8f24, 0x8f18, + 0x8f1a, 0x8f20, 0x8f23, 0x8f16, + 0x8f17, 0x9073, 0x9070, 0x906f, + 0x9067, 0x906b, 0x912f, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x912b, 0x9129, + 0x912a, 0x9132, 0x9126, 0x912e, + 0x9185, 0x9186, 0x918a, 0x9181, + 0x9182, 0x9184, 0x9180, 0x92d0, + 0x92c3, 0x92c4, 0x92c0, 0x92d9, + 0x92b6, 0x92cf, 0x92f1, 0x92df, + 0x92d8, 0x92e9, 0x92d7, 0x92dd, + 0x92cc, 0x92ef, 0x92c2, 0x92e8, + 0x92ca, 0x92c8, 0x92ce, 0x92e6, + 0x92cd, 0x92d5, 0x92c9, 0x92e0, + 0x92de, 0x92e7, 0x92d1, 0x92d3, + 0x92b5, 0x92e1, 0x92c6, 0x92b4, + 0x957c, 0x95ac, 0x95ab, 0x95ae, + 0x95b0, 0x96a4, 0x96a2, 0x96d3, + 0x9705, 0x9708, 0x9702, 0x975a, + 0x978a, 0x978e, 0x9788, 0x97d0, + 0x97cf, 0x0000, 0x981e, 0x981d, + 0x9826, 0x9829, 0x9828, 0x9820, + 0x981b, 0x9827, 0x98b2, 0x9908, + 0x98fa, 0x9911, 0x9914, 0x9916, + 0x9917, 0x9915, 0x99dc, 0x99cd, + 0x99cf, 0x99d3, 0x99d4, 0x99ce, + 0x99c9, 0x99d6, 0x99d8, 0x99cb, + 0x99d7, 0x99cc, 0x9ab3, 0x9aec, + 0x9aeb, 0x9af3, 0x9af2, 0x9af1, + 0x9b46, 0x9b43, 0x9b67, 0x9b74, + 0x9b71, 0x9b66, 0x9b76, 0x9b75, + 0x9b70, 0x9b68, 0x9b64, 0x9b6c, + 0x9cfc, 0x9cfa, 0x9cfd, 0x9cff, + 0x9cf7, 0x9d07, 0x9d00, 0x9cf9, + 0x9cfb, 0x9d08, 0x9d05, 0x9d04, + 0x9e83, 0x9ed3, 0x9f0f, 0x9f10, + 0x511c, 0x5113, 0x5117, 0x511a, + 0x5111, 0x51de, 0x5334, 0x53e1, + 0x5670, 0x5660, 0x566e, 0x5673, + 0x5666, 0x5663, 0x566d, 0x5672, + 0x565e, 0x5677, 0x571c, 0x571b, + 0x58c8, 0x58bd, 0x58c9, 0x58bf, + 0x58ba, 0x58c2, 0x58bc, 0x58c6, + 0x5b17, 0x5b19, 0x5b1b, 0x5b21, + 0x5b14, 0x5b13, 0x5b10, 0x5b16, + 0x5b28, 0x5b1a, 0x5b20, 0x5b1e, + 0x5bef, 0x5dac, 0x5db1, 0x5da9, + 0x5da7, 0x5db5, 0x5db0, 0x5dae, + 0x5daa, 0x5da8, 0x5db2, 0x5dad, + 0x5daf, 0x5db4, 0x5e67, 0x5e68, + 0x5e66, 0x5e6f, 0x5ee9, 0x5ee7, + 0x5ee6, 0x5ee8, 0x5ee5, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5f4b, 0x5fbc, + 0x619d, 0x61a8, 0x6196, 0x61c5, + 0x61b4, 0x61c6, 0x61c1, 0x61cc, + 0x61ba, 0x61bf, 0x61b8, 0x618c, + 0x64d7, 0x64d6, 0x64d0, 0x64cf, + 0x64c9, 0x64bd, 0x6489, 0x64c3, + 0x64db, 0x64f3, 0x64d9, 0x6533, + 0x657f, 0x657c, 0x65a2, 0x66c8, + 0x66be, 0x66c0, 0x66ca, 0x66cb, + 0x66cf, 0x66bd, 0x66bb, 0x66ba, + 0x66cc, 0x6723, 0x6a34, 0x6a66, + 0x6a49, 0x6a67, 0x6a32, 0x6a68, + 0x6a3e, 0x6a5d, 0x6a6d, 0x6a76, + 0x6a5b, 0x6a51, 0x6a28, 0x6a5a, + 0x6a3b, 0x6a3f, 0x6a41, 0x6a6a, + 0x6a64, 0x6a50, 0x6a4f, 0x6a54, + 0x6a6f, 0x0000, 0x6a69, 0x6a60, + 0x6a3c, 0x6a5e, 0x6a56, 0x6a55, + 0x6a4d, 0x6a4e, 0x6a46, 0x6b55, + 0x6b54, 0x6b56, 0x6ba7, 0x6baa, + 0x6bab, 0x6bc8, 0x6bc7, 0x6c04, + 0x6c03, 0x6c06, 0x6fad, 0x6fcb, + 0x6fa3, 0x6fc7, 0x6fbc, 0x6fce, + 0x6fc8, 0x6f5e, 0x6fc4, 0x6fbd, + 0x6f9e, 0x6fca, 0x6fa8, 0x7004, + 0x6fa5, 0x6fae, 0x6fba, 0x6fac, + 0x6faa, 0x6fcf, 0x6fbf, 0x6fb8, + 0x6fa2, 0x6fc9, 0x6fab, 0x6fcd, + 0x6faf, 0x6fb2, 0x6fb0, 0x71c5, + 0x71c2, 0x71bf, 0x71b8, 0x71d6, + 0x71c0, 0x71c1, 0x71cb, 0x71d4, + 0x71ca, 0x71c7, 0x71cf, 0x71bd, + 0x71d8, 0x71bc, 0x71c6, 0x71da, + 0x71db, 0x729d, 0x729e, 0x7369, + 0x7366, 0x7367, 0x736c, 0x7365, + 0x736b, 0x736a, 0x747f, 0x749a, + 0x74a0, 0x7494, 0x7492, 0x7495, + 0x74a1, 0x750b, 0x7580, 0x762f, + 0x762d, 0x7631, 0x763d, 0x7633, + 0x763c, 0x7635, 0x7632, 0x7630, + 0x76bb, 0x76e6, 0x779a, 0x779d, + 0x77a1, 0x779c, 0x779b, 0x77a2, + 0x77a3, 0x7795, 0x7799, 0x7797, + 0x78dd, 0x78e9, 0x78e5, 0x78ea, + 0x78de, 0x78e3, 0x78db, 0x78e1, + 0x78e2, 0x78ed, 0x78df, 0x78e0, + 0x79a4, 0x7a44, 0x7a48, 0x7a47, + 0x7ab6, 0x7ab8, 0x7ab5, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7ab1, 0x7ab7, + 0x7bde, 0x7be3, 0x7be7, 0x7bdd, + 0x7bd5, 0x7be5, 0x7bda, 0x7be8, + 0x7bf9, 0x7bd4, 0x7bea, 0x7be2, + 0x7bdc, 0x7beb, 0x7bd8, 0x7bdf, + 0x7cd2, 0x7cd4, 0x7cd7, 0x7cd0, + 0x7cd1, 0x7e12, 0x7e21, 0x7e17, + 0x7e0c, 0x7e1f, 0x7e20, 0x7e13, + 0x7e0e, 0x7e1c, 0x7e15, 0x7e1a, + 0x7e22, 0x7e0b, 0x7e0f, 0x7e16, + 0x7e0d, 0x7e14, 0x7e25, 0x7e24, + 0x7f43, 0x7f7b, 0x7f7c, 0x7f7a, + 0x7fb1, 0x7fef, 0x802a, 0x8029, + 0x806c, 0x81b1, 0x81a6, 0x81ae, + 0x81b9, 0x81b5, 0x81ab, 0x81b0, + 0x81ac, 0x81b4, 0x81b2, 0x81b7, + 0x81a7, 0x0000, 0x81f2, 0x8255, + 0x8256, 0x8257, 0x8556, 0x8545, + 0x856b, 0x854d, 0x8553, 0x8561, + 0x8558, 0x8540, 0x8546, 0x8564, + 0x8541, 0x8562, 0x8544, 0x8551, + 0x8547, 0x8563, 0x853e, 0x855b, + 0x8571, 0x854e, 0x856e, 0x8575, + 0x8555, 0x8567, 0x8560, 0x858c, + 0x8566, 0x855d, 0x8554, 0x8565, + 0x856c, 0x8663, 0x8665, 0x8664, + 0x879b, 0x878f, 0x8797, 0x8793, + 0x8792, 0x8788, 0x8781, 0x8796, + 0x8798, 0x8779, 0x8787, 0x87a3, + 0x8785, 0x8790, 0x8791, 0x879d, + 0x8784, 0x8794, 0x879c, 0x879a, + 0x8789, 0x891e, 0x8926, 0x8930, + 0x892d, 0x892e, 0x8927, 0x8931, + 0x8922, 0x8929, 0x8923, 0x892f, + 0x892c, 0x891f, 0x89f1, 0x8ae0, + 0x8ae2, 0x8af2, 0x8af4, 0x8af5, + 0x8add, 0x8b14, 0x8ae4, 0x8adf, + 0x8af0, 0x8ac8, 0x8ade, 0x8ae1, + 0x8ae8, 0x8aff, 0x8aef, 0x8afb, + 0x8c91, 0x8c92, 0x8c90, 0x8cf5, + 0x8cee, 0x8cf1, 0x8cf0, 0x8cf3, + 0x8d6c, 0x8d6e, 0x8da5, 0x8da7, + 0x8e33, 0x8e3e, 0x8e38, 0x8e40, + 0x8e45, 0x8e36, 0x8e3c, 0x8e3d, + 0x8e41, 0x8e30, 0x8e3f, 0x8ebd, + 0x8f36, 0x8f2e, 0x8f35, 0x8f32, + 0x8f39, 0x8f37, 0x8f34, 0x9076, + 0x9079, 0x907b, 0x9086, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x90fa, 0x9133, + 0x9135, 0x9136, 0x9193, 0x9190, + 0x9191, 0x918d, 0x918f, 0x9327, + 0x931e, 0x9308, 0x931f, 0x9306, + 0x930f, 0x937a, 0x9338, 0x933c, + 0x931b, 0x9323, 0x9312, 0x9301, + 0x9346, 0x932d, 0x930e, 0x930d, + 0x92cb, 0x931d, 0x92fa, 0x9325, + 0x9313, 0x92f9, 0x92f7, 0x9334, + 0x9302, 0x9324, 0x92ff, 0x9329, + 0x9339, 0x9335, 0x932a, 0x9314, + 0x930c, 0x930b, 0x92fe, 0x9309, + 0x9300, 0x92fb, 0x9316, 0x95bc, + 0x95cd, 0x95be, 0x95b9, 0x95ba, + 0x95b6, 0x95bf, 0x95b5, 0x95bd, + 0x96a9, 0x96d4, 0x970b, 0x9712, + 0x9710, 0x0000, 0x9799, 0x9797, + 0x9794, 0x97f0, 0x97f8, 0x9835, + 0x982f, 0x9832, 0x9924, 0x991f, + 0x9927, 0x9929, 0x999e, 0x99ee, + 0x99ec, 0x99e5, 0x99e4, 0x99f0, + 0x99e3, 0x99ea, 0x99e9, 0x99e7, + 0x9ab9, 0x9abf, 0x9ab4, 0x9abb, + 0x9af6, 0x9afa, 0x9af9, 0x9af7, + 0x9b33, 0x9b80, 0x9b85, 0x9b87, + 0x9b7c, 0x9b7e, 0x9b7b, 0x9b82, + 0x9b93, 0x9b92, 0x9b90, 0x9b7a, + 0x9b95, 0x9b7d, 0x9b88, 0x9d25, + 0x9d17, 0x9d20, 0x9d1e, 0x9d14, + 0x9d29, 0x9d1d, 0x9d18, 0x9d22, + 0x9d10, 0x9d19, 0x9d1f, 0x9e88, + 0x9e86, 0x9e87, 0x9eae, 0x9ead, + 0x9ed5, 0x9ed6, 0x9efa, 0x9f12, + 0x9f3d, 0x5126, 0x5125, 0x5122, + 0x5124, 0x5120, 0x5129, 0x52f4, + 0x5693, 0x568c, 0x568d, 0x5686, + 0x5684, 0x5683, 0x567e, 0x5682, + 0x567f, 0x5681, 0x58d6, 0x58d4, + 0x58cf, 0x58d2, 0x5b2d, 0x5b25, + 0x5b32, 0x5b23, 0x5b2c, 0x5b27, + 0x5b26, 0x5b2f, 0x5b2e, 0x5b7b, + 0x5bf1, 0x5bf2, 0x5db7, 0x5e6c, + 0x5e6a, 0x5fbe, 0x5fbb, 0x61c3, + 0x61b5, 0x61bc, 0x61e7, 0x61e0, + 0x61e5, 0x61e4, 0x61e8, 0x61de, + 0x64ef, 0x64e9, 0x64e3, 0x64eb, + 0x64e4, 0x64e8, 0x6581, 0x6580, + 0x65b6, 0x65da, 0x66d2, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6a8d, 0x6a96, + 0x6a81, 0x6aa5, 0x6a89, 0x6a9f, + 0x6a9b, 0x6aa1, 0x6a9e, 0x6a87, + 0x6a93, 0x6a8e, 0x6a95, 0x6a83, + 0x6aa8, 0x6aa4, 0x6a91, 0x6a7f, + 0x6aa6, 0x6a9a, 0x6a85, 0x6a8c, + 0x6a92, 0x6b5b, 0x6bad, 0x6c09, + 0x6fcc, 0x6fa9, 0x6ff4, 0x6fd4, + 0x6fe3, 0x6fdc, 0x6fed, 0x6fe7, + 0x6fe6, 0x6fde, 0x6ff2, 0x6fdd, + 0x6fe2, 0x6fe8, 0x71e1, 0x71f1, + 0x71e8, 0x71f2, 0x71e4, 0x71f0, + 0x71e2, 0x7373, 0x736e, 0x736f, + 0x7497, 0x74b2, 0x74ab, 0x7490, + 0x74aa, 0x74ad, 0x74b1, 0x74a5, + 0x74af, 0x7510, 0x7511, 0x7512, + 0x750f, 0x0000, 0x7584, 0x7643, + 0x7648, 0x7649, 0x7647, 0x76a4, + 0x76e9, 0x77b5, 0x77ab, 0x77b2, + 0x77b7, 0x77b6, 0x77b4, 0x77b1, + 0x77a8, 0x77f0, 0x78f3, 0x78fd, + 0x7902, 0x78fb, 0x78fc, 0x78f2, + 0x7905, 0x78f9, 0x78fe, 0x7904, + 0x79ab, 0x79a8, 0x7a5c, 0x7a5b, + 0x7a56, 0x7a58, 0x7a54, 0x7a5a, + 0x7abe, 0x7ac0, 0x7ac1, 0x7c05, + 0x7c0f, 0x7bf2, 0x7c00, 0x7bff, + 0x7bfb, 0x7c0e, 0x7bf4, 0x7c0b, + 0x7bf3, 0x7c02, 0x7c09, 0x7c03, + 0x7c01, 0x7bf8, 0x7bfd, 0x7c06, + 0x7bf0, 0x7bf1, 0x7c10, 0x7c0a, + 0x7ce8, 0x7e2d, 0x7e3c, 0x7e42, + 0x7e33, 0x9848, 0x7e38, 0x7e2a, + 0x7e49, 0x7e40, 0x7e47, 0x7e29, + 0x7e4c, 0x7e30, 0x7e3b, 0x7e36, + 0x7e44, 0x7e3a, 0x7f45, 0x7f7f, + 0x7f7e, 0x7f7d, 0x7ff4, 0x7ff2, + 0x802c, 0x81bb, 0x81c4, 0x81cc, + 0x81ca, 0x81c5, 0x81c7, 0x81bc, + 0x81e9, 0x825b, 0x825a, 0x825c, + 0x8583, 0x8580, 0x858f, 0x85a7, + 0x8595, 0x85a0, 0x858b, 0x85a3, + 0x857b, 0x85a4, 0x859a, 0x859e, + 0x8577, 0x857c, 0x8589, 0x85a1, + 0x857a, 0x8578, 0x8557, 0x858e, + 0x8596, 0x8586, 0x858d, 0x8599, + 0x859d, 0x8581, 0x85a2, 0x8582, + 0x8588, 0x8585, 0x8579, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8576, 0x8598, + 0x8590, 0x859f, 0x8668, 0x87be, + 0x87aa, 0x87ad, 0x87c5, 0x87b0, + 0x87ac, 0x87b9, 0x87b5, 0x87bc, + 0x87ae, 0x87c9, 0x87c3, 0x87c2, + 0x87cc, 0x87b7, 0x87af, 0x87c4, + 0x87ca, 0x87b4, 0x87b6, 0x87bf, + 0x87b8, 0x87bd, 0x87de, 0x87b2, + 0x8935, 0x8933, 0x893c, 0x893e, + 0x8941, 0x8952, 0x8937, 0x8942, + 0x89ad, 0x89af, 0x89ae, 0x89f2, + 0x89f3, 0x8b1e, 0x8b18, 0x8b16, + 0x8b11, 0x8b05, 0x8b0b, 0x8b22, + 0x8b0f, 0x8b12, 0x8b15, 0x8b07, + 0x8b0d, 0x8b08, 0x8b06, 0x8b1c, + 0x8b13, 0x8b1a, 0x8c4f, 0x8c70, + 0x8c72, 0x0000, 0x8c71, 0x8c6f, + 0x8c95, 0x8c94, 0x8cf9, 0x8d6f, + 0x8e4e, 0x8e4d, 0x8e53, 0x8e50, + 0x8e4c, 0x8e47, 0x8f43, 0x8f40, + 0x9085, 0x907e, 0x9138, 0x919a, + 0x91a2, 0x919b, 0x9199, 0x919f, + 0x91a1, 0x919d, 0x91a0, 0x93a1, + 0x9383, 0x93af, 0x9364, 0x9356, + 0x9347, 0x937c, 0x9358, 0x935c, + 0x9376, 0x9349, 0x9350, 0x9351, + 0x9360, 0x936d, 0x938f, 0x934c, + 0x936a, 0x9379, 0x9357, 0x9355, + 0x9352, 0x934f, 0x9371, 0x9377, + 0x937b, 0x9361, 0x935e, 0x9363, + 0x9367, 0x9380, 0x934e, 0x9359, + 0x95c7, 0x95c0, 0x95c9, 0x95c3, + 0x95c5, 0x95b7, 0x96ae, 0x96b0, + 0x96ac, 0x9720, 0x971f, 0x9718, + 0x971d, 0x9719, 0x979a, 0x97a1, + 0x979c, 0x979e, 0x979d, 0x97d5, + 0x97d4, 0x97f1, 0x9841, 0x9844, + 0x984a, 0x9849, 0x9845, 0x9843, + 0x9925, 0x992b, 0x992c, 0x992a, + 0x9933, 0x9932, 0x992f, 0x992d, + 0x9931, 0x9930, 0x9998, 0x99a3, + 0x99a1, 0x9a02, 0x99fa, 0x99f4, + 0x99f7, 0x99f9, 0x99f8, 0x99f6, + 0x99fb, 0x99fd, 0x99fe, 0x99fc, + 0x9a03, 0x9abe, 0x9afe, 0x9afd, + 0x9b01, 0x9afc, 0x9b48, 0x9b9a, + 0x9ba8, 0x9b9e, 0x9b9b, 0x9ba6, + 0x9ba1, 0x9ba5, 0x9ba4, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9b86, 0x9ba2, + 0x9ba0, 0x9baf, 0x9d33, 0x9d41, + 0x9d67, 0x9d36, 0x9d2e, 0x9d2f, + 0x9d31, 0x9d38, 0x9d30, 0x9d45, + 0x9d42, 0x9d43, 0x9d3e, 0x9d37, + 0x9d40, 0x9d3d, 0x7ff5, 0x9d2d, + 0x9e8a, 0x9e89, 0x9e8d, 0x9eb0, + 0x9ec8, 0x9eda, 0x9efb, 0x9eff, + 0x9f24, 0x9f23, 0x9f22, 0x9f54, + 0x9fa0, 0x5131, 0x512d, 0x512e, + 0x5698, 0x569c, 0x5697, 0x569a, + 0x569d, 0x5699, 0x5970, 0x5b3c, + 0x5c69, 0x5c6a, 0x5dc0, 0x5e6d, + 0x5e6e, 0x61d8, 0x61df, 0x61ed, + 0x61ee, 0x61f1, 0x61ea, 0x61f0, + 0x61eb, 0x61d6, 0x61e9, 0x64ff, + 0x6504, 0x0000, 0x64fd, 0x64f8, + 0x6501, 0x6503, 0x64fc, 0x6594, + 0x65db, 0x66da, 0x66db, 0x66d8, + 0x6ac5, 0x6ab9, 0x6abd, 0x6ae1, + 0x6ac6, 0x6aba, 0x6ab6, 0x6ab7, + 0x6ac7, 0x6ab4, 0x6aad, 0x6b5e, + 0x6bc9, 0x6c0b, 0x7007, 0x700c, + 0x700d, 0x7001, 0x7005, 0x7014, + 0x700e, 0x6fff, 0x7000, 0x6ffb, + 0x7026, 0x6ffc, 0x6ff7, 0x700a, + 0x7201, 0x71ff, 0x71f9, 0x7203, + 0x71fd, 0x7376, 0x74b8, 0x74c0, + 0x74b5, 0x74c1, 0x74be, 0x74b6, + 0x74bb, 0x74c2, 0x7514, 0x7513, + 0x765c, 0x7664, 0x7659, 0x7650, + 0x7653, 0x7657, 0x765a, 0x76a6, + 0x76bd, 0x76ec, 0x77c2, 0x77ba, + 0x78ff, 0x790c, 0x7913, 0x7914, + 0x7909, 0x7910, 0x7912, 0x7911, + 0x79ad, 0x79ac, 0x7a5f, 0x7c1c, + 0x7c29, 0x7c19, 0x7c20, 0x7c1f, + 0x7c2d, 0x7c1d, 0x7c26, 0x7c28, + 0x7c22, 0x7c25, 0x7c30, 0x7e5c, + 0x7e50, 0x7e56, 0x7e63, 0x7e58, + 0x7e62, 0x7e5f, 0x7e51, 0x7e60, + 0x7e57, 0x7e53, 0x7fb5, 0x7fb3, + 0x7ff7, 0x7ff8, 0x8075, 0x81d1, + 0x81d2, 0x81d0, 0x825f, 0x825e, + 0x85b4, 0x85c6, 0x85c0, 0x85c3, + 0x85c2, 0x85b3, 0x85b5, 0x85bd, + 0x85c7, 0x85c4, 0x85bf, 0x85cb, + 0x85ce, 0x85c8, 0x85c5, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x85b1, 0x85b6, + 0x85d2, 0x8624, 0x85b8, 0x85b7, + 0x85be, 0x8669, 0x87e7, 0x87e6, + 0x87e2, 0x87db, 0x87eb, 0x87ea, + 0x87e5, 0x87df, 0x87f3, 0x87e4, + 0x87d4, 0x87dc, 0x87d3, 0x87ed, + 0x87d8, 0x87e3, 0x87a4, 0x87d7, + 0x87d9, 0x8801, 0x87f4, 0x87e8, + 0x87dd, 0x8953, 0x894b, 0x894f, + 0x894c, 0x8946, 0x8950, 0x8951, + 0x8949, 0x8b2a, 0x8b27, 0x8b23, + 0x8b33, 0x8b30, 0x8b35, 0x8b47, + 0x8b2f, 0x8b3c, 0x8b3e, 0x8b31, + 0x8b25, 0x8b37, 0x8b26, 0x8b36, + 0x8b2e, 0x8b24, 0x8b3b, 0x8b3d, + 0x8b3a, 0x8c42, 0x8c75, 0x8c99, + 0x8c98, 0x0000, 0x8c97, 0x8cfe, + 0x8d04, 0x8d02, 0x8d00, 0x8e5c, + 0x8e62, 0x8e60, 0x8e57, 0x8e56, + 0x8e5e, 0x8e65, 0x8e67, 0x8e5b, + 0x8e5a, 0x8e61, 0x8e5d, 0x8e69, + 0x8e54, 0x8f46, 0x8f47, 0x8f48, + 0x8f4b, 0x9128, 0x913a, 0x913b, + 0x913e, 0x91a8, 0x91a5, 0x91a7, + 0x91af, 0x91aa, 0x93b5, 0x938c, + 0x9392, 0x93b7, 0x939b, 0x939d, + 0x9389, 0x93a7, 0x938e, 0x93aa, + 0x939e, 0x93a6, 0x9395, 0x9388, + 0x9399, 0x939f, 0x938d, 0x93b1, + 0x9391, 0x93b2, 0x93a4, 0x93a8, + 0x93b4, 0x93a3, 0x93a5, 0x95d2, + 0x95d3, 0x95d1, 0x96b3, 0x96d7, + 0x96da, 0x5dc2, 0x96df, 0x96d8, + 0x96dd, 0x9723, 0x9722, 0x9725, + 0x97ac, 0x97ae, 0x97a8, 0x97ab, + 0x97a4, 0x97aa, 0x97a2, 0x97a5, + 0x97d7, 0x97d9, 0x97d6, 0x97d8, + 0x97fa, 0x9850, 0x9851, 0x9852, + 0x98b8, 0x9941, 0x993c, 0x993a, + 0x9a0f, 0x9a0b, 0x9a09, 0x9a0d, + 0x9a04, 0x9a11, 0x9a0a, 0x9a05, + 0x9a07, 0x9a06, 0x9ac0, 0x9adc, + 0x9b08, 0x9b04, 0x9b05, 0x9b29, + 0x9b35, 0x9b4a, 0x9b4c, 0x9b4b, + 0x9bc7, 0x9bc6, 0x9bc3, 0x9bbf, + 0x9bc1, 0x9bb5, 0x9bb8, 0x9bd3, + 0x9bb6, 0x9bc4, 0x9bb9, 0x9bbd, + 0x9d5c, 0x9d53, 0x9d4f, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9d4a, 0x9d5b, + 0x9d4b, 0x9d59, 0x9d56, 0x9d4c, + 0x9d57, 0x9d52, 0x9d54, 0x9d5f, + 0x9d58, 0x9d5a, 0x9e8e, 0x9e8c, + 0x9edf, 0x9f01, 0x9f00, 0x9f16, + 0x9f25, 0x9f2b, 0x9f2a, 0x9f29, + 0x9f28, 0x9f4c, 0x9f55, 0x5134, + 0x5135, 0x5296, 0x52f7, 0x53b4, + 0x56ab, 0x56ad, 0x56a6, 0x56a7, + 0x56aa, 0x56ac, 0x58da, 0x58dd, + 0x58db, 0x5912, 0x5b3d, 0x5b3e, + 0x5b3f, 0x5dc3, 0x5e70, 0x5fbf, + 0x61fb, 0x6507, 0x6510, 0x650d, + 0x6509, 0x650c, 0x650e, 0x6584, + 0x65de, 0x65dd, 0x66de, 0x6ae7, + 0x6ae0, 0x6acc, 0x6ad1, 0x6ad9, + 0x6acb, 0x0000, 0x6adf, 0x6adc, + 0x6ad0, 0x6aeb, 0x6acf, 0x6acd, + 0x6ade, 0x6b60, 0x6bb0, 0x6c0c, + 0x7019, 0x7027, 0x7020, 0x7016, + 0x702b, 0x7021, 0x7022, 0x7023, + 0x7029, 0x7017, 0x7024, 0x701c, + 0x702a, 0x720c, 0x720a, 0x7207, + 0x7202, 0x7205, 0x72a5, 0x72a6, + 0x72a4, 0x72a3, 0x72a1, 0x74cb, + 0x74c5, 0x74b7, 0x74c3, 0x7516, + 0x7660, 0x77c9, 0x77ca, 0x77c4, + 0x77f1, 0x791d, 0x791b, 0x7921, + 0x791c, 0x7917, 0x791e, 0x79b0, + 0x7a67, 0x7a68, 0x7c33, 0x7c3c, + 0x7c39, 0x7c2c, 0x7c3b, 0x7cec, + 0x7cea, 0x7e76, 0x7e75, 0x7e78, + 0x7e70, 0x7e77, 0x7e6f, 0x7e7a, + 0x7e72, 0x7e74, 0x7e68, 0x7f4b, + 0x7f4a, 0x7f83, 0x7f86, 0x7fb7, + 0x7ffd, 0x7ffe, 0x8078, 0x81d7, + 0x81d5, 0x8264, 0x8261, 0x8263, + 0x85eb, 0x85f1, 0x85ed, 0x85d9, + 0x85e1, 0x85e8, 0x85da, 0x85d7, + 0x85ec, 0x85f2, 0x85f8, 0x85d8, + 0x85df, 0x85e3, 0x85dc, 0x85d1, + 0x85f0, 0x85e6, 0x85ef, 0x85de, + 0x85e2, 0x8800, 0x87fa, 0x8803, + 0x87f6, 0x87f7, 0x8809, 0x880c, + 0x880b, 0x8806, 0x87fc, 0x8808, + 0x87ff, 0x880a, 0x8802, 0x8962, + 0x895a, 0x895b, 0x8957, 0x8961, + 0x895c, 0x8958, 0x895d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8959, 0x8988, + 0x89b7, 0x89b6, 0x89f6, 0x8b50, + 0x8b48, 0x8b4a, 0x8b40, 0x8b53, + 0x8b56, 0x8b54, 0x8b4b, 0x8b55, + 0x8b51, 0x8b42, 0x8b52, 0x8b57, + 0x8c43, 0x8c77, 0x8c76, 0x8c9a, + 0x8d06, 0x8d07, 0x8d09, 0x8dac, + 0x8daa, 0x8dad, 0x8dab, 0x8e6d, + 0x8e78, 0x8e73, 0x8e6a, 0x8e6f, + 0x8e7b, 0x8ec2, 0x8f52, 0x8f51, + 0x8f4f, 0x8f50, 0x8f53, 0x8fb4, + 0x9140, 0x913f, 0x91b0, 0x91ad, + 0x93de, 0x93c7, 0x93cf, 0x93c2, + 0x93da, 0x93d0, 0x93f9, 0x93ec, + 0x93cc, 0x93d9, 0x93a9, 0x93e6, + 0x93ca, 0x93d4, 0x93ee, 0x93e3, + 0x93d5, 0x0000, 0x93c4, 0x93ce, + 0x93c0, 0x93d2, 0x93e7, 0x957d, + 0x95da, 0x95db, 0x96e1, 0x9729, + 0x972b, 0x972c, 0x9728, 0x9726, + 0x97b3, 0x97b7, 0x97b6, 0x97dd, + 0x97de, 0x97df, 0x985c, 0x9859, + 0x985d, 0x9857, 0x98bf, 0x98bd, + 0x98bb, 0x98be, 0x9948, 0x9947, + 0x9943, 0x99a6, 0x99a7, 0x9a1a, + 0x9a15, 0x9a25, 0x9a1d, 0x9a24, + 0x9a1b, 0x9a22, 0x9a20, 0x9a27, + 0x9a23, 0x9a1e, 0x9a1c, 0x9a14, + 0x9ac2, 0x9b0b, 0x9b0a, 0x9b0e, + 0x9b0c, 0x9b37, 0x9bea, 0x9beb, + 0x9be0, 0x9bde, 0x9be4, 0x9be6, + 0x9be2, 0x9bf0, 0x9bd4, 0x9bd7, + 0x9bec, 0x9bdc, 0x9bd9, 0x9be5, + 0x9bd5, 0x9be1, 0x9bda, 0x9d77, + 0x9d81, 0x9d8a, 0x9d84, 0x9d88, + 0x9d71, 0x9d80, 0x9d78, 0x9d86, + 0x9d8b, 0x9d8c, 0x9d7d, 0x9d6b, + 0x9d74, 0x9d75, 0x9d70, 0x9d69, + 0x9d85, 0x9d73, 0x9d7b, 0x9d82, + 0x9d6f, 0x9d79, 0x9d7f, 0x9d87, + 0x9d68, 0x9e94, 0x9e91, 0x9ec0, + 0x9efc, 0x9f2d, 0x9f40, 0x9f41, + 0x9f4d, 0x9f56, 0x9f57, 0x9f58, + 0x5337, 0x56b2, 0x56b5, 0x56b3, + 0x58e3, 0x5b45, 0x5dc6, 0x5dc7, + 0x5eee, 0x5eef, 0x5fc0, 0x5fc1, + 0x61f9, 0x6517, 0x6516, 0x6515, + 0x6513, 0x65df, 0x66e8, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x66e3, 0x66e4, + 0x6af3, 0x6af0, 0x6aea, 0x6ae8, + 0x6af9, 0x6af1, 0x6aee, 0x6aef, + 0x703c, 0x7035, 0x702f, 0x7037, + 0x7034, 0x7031, 0x7042, 0x7038, + 0x703f, 0x703a, 0x7039, 0x7040, + 0x703b, 0x7033, 0x7041, 0x7213, + 0x7214, 0x72a8, 0x737d, 0x737c, + 0x74ba, 0x76ab, 0x76aa, 0x76be, + 0x76ed, 0x77cc, 0x77ce, 0x77cf, + 0x77cd, 0x77f2, 0x7925, 0x7923, + 0x7927, 0x7928, 0x7924, 0x7929, + 0x79b2, 0x7a6e, 0x7a6c, 0x7a6d, + 0x7af7, 0x7c49, 0x7c48, 0x7c4a, + 0x7c47, 0x7c45, 0x7cee, 0x7e7b, + 0x7e7e, 0x7e81, 0x7e80, 0x7fba, + 0x7fff, 0x0000, 0x8079, 0x81db, + 0x81d9, 0x820b, 0x8268, 0x8269, + 0x8622, 0x85ff, 0x8601, 0x85fe, + 0x861b, 0x8600, 0x85f6, 0x8604, + 0x8609, 0x8605, 0x860c, 0x85fd, + 0x8819, 0x8810, 0x8811, 0x8817, + 0x8813, 0x8816, 0x8963, 0x8966, + 0x89b9, 0x89f7, 0x8b60, 0x8b6a, + 0x8b5d, 0x8b68, 0x8b63, 0x8b65, + 0x8b67, 0x8b6d, 0x8dae, 0x8e86, + 0x8e88, 0x8e84, 0x8f59, 0x8f56, + 0x8f57, 0x8f55, 0x8f58, 0x8f5a, + 0x908d, 0x9143, 0x9141, 0x91b7, + 0x91b5, 0x91b2, 0x91b3, 0x940b, + 0x9413, 0x93fb, 0x9420, 0x940f, + 0x9414, 0x93fe, 0x9415, 0x9410, + 0x9428, 0x9419, 0x940d, 0x93f5, + 0x9400, 0x93f7, 0x9407, 0x940e, + 0x9416, 0x9412, 0x93fa, 0x9409, + 0x93f8, 0x940a, 0x93ff, 0x93fc, + 0x940c, 0x93f6, 0x9411, 0x9406, + 0x95de, 0x95e0, 0x95df, 0x972e, + 0x972f, 0x97b9, 0x97bb, 0x97fd, + 0x97fe, 0x9860, 0x9862, 0x9863, + 0x985f, 0x98c1, 0x98c2, 0x9950, + 0x994e, 0x9959, 0x994c, 0x994b, + 0x9953, 0x9a32, 0x9a34, 0x9a31, + 0x9a2c, 0x9a2a, 0x9a36, 0x9a29, + 0x9a2e, 0x9a38, 0x9a2d, 0x9ac7, + 0x9aca, 0x9ac6, 0x9b10, 0x9b12, + 0x9b11, 0x9c0b, 0x9c08, 0x9bf7, + 0x9c05, 0x9c12, 0x9bf8, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9c40, 0x9c07, + 0x9c0e, 0x9c06, 0x9c17, 0x9c14, + 0x9c09, 0x9d9f, 0x9d99, 0x9da4, + 0x9d9d, 0x9d92, 0x9d98, 0x9d90, + 0x9d9b, 0x9da0, 0x9d94, 0x9d9c, + 0x9daa, 0x9d97, 0x9da1, 0x9d9a, + 0x9da2, 0x9da8, 0x9d9e, 0x9da3, + 0x9dbf, 0x9da9, 0x9d96, 0x9da6, + 0x9da7, 0x9e99, 0x9e9b, 0x9e9a, + 0x9ee5, 0x9ee4, 0x9ee7, 0x9ee6, + 0x9f30, 0x9f2e, 0x9f5b, 0x9f60, + 0x9f5e, 0x9f5d, 0x9f59, 0x9f91, + 0x513a, 0x5139, 0x5298, 0x5297, + 0x56c3, 0x56bd, 0x56be, 0x5b48, + 0x5b47, 0x5dcb, 0x5dcf, 0x5ef1, + 0x61fd, 0x651b, 0x6b02, 0x6afc, + 0x6b03, 0x0000, 0x6af8, 0x6b00, + 0x7043, 0x7044, 0x704a, 0x7048, + 0x7049, 0x7045, 0x7046, 0x721d, + 0x721a, 0x7219, 0x737e, 0x7517, + 0x766a, 0x77d0, 0x792d, 0x7931, + 0x792f, 0x7c54, 0x7c53, 0x7cf2, + 0x7e8a, 0x7e87, 0x7e88, 0x7e8b, + 0x7e86, 0x7e8d, 0x7f4d, 0x7fbb, + 0x8030, 0x81dd, 0x8618, 0x862a, + 0x8626, 0x861f, 0x8623, 0x861c, + 0x8619, 0x8627, 0x862e, 0x8621, + 0x8620, 0x8629, 0x861e, 0x8625, + 0x8829, 0x881d, 0x881b, 0x8820, + 0x8824, 0x881c, 0x882b, 0x884a, + 0x896d, 0x8969, 0x896e, 0x896b, + 0x89fa, 0x8b79, 0x8b78, 0x8b45, + 0x8b7a, 0x8b7b, 0x8d10, 0x8d14, + 0x8daf, 0x8e8e, 0x8e8c, 0x8f5e, + 0x8f5b, 0x8f5d, 0x9146, 0x9144, + 0x9145, 0x91b9, 0x943f, 0x943b, + 0x9436, 0x9429, 0x943d, 0x943c, + 0x9430, 0x9439, 0x942a, 0x9437, + 0x942c, 0x9440, 0x9431, 0x95e5, + 0x95e4, 0x95e3, 0x9735, 0x973a, + 0x97bf, 0x97e1, 0x9864, 0x98c9, + 0x98c6, 0x98c0, 0x9958, 0x9956, + 0x9a39, 0x9a3d, 0x9a46, 0x9a44, + 0x9a42, 0x9a41, 0x9a3a, 0x9a3f, + 0x9acd, 0x9b15, 0x9b17, 0x9b18, + 0x9b16, 0x9b3a, 0x9b52, 0x9c2b, + 0x9c1d, 0x9c1c, 0x9c2c, 0x9c23, + 0x9c28, 0x9c29, 0x9c24, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9c21, 0x9db7, + 0x9db6, 0x9dbc, 0x9dc1, 0x9dc7, + 0x9dca, 0x9dcf, 0x9dbe, 0x9dc5, + 0x9dc3, 0x9dbb, 0x9db5, 0x9dce, + 0x9db9, 0x9dba, 0x9dac, 0x9dc8, + 0x9db1, 0x9dad, 0x9dcc, 0x9db3, + 0x9dcd, 0x9db2, 0x9e7a, 0x9e9c, + 0x9eeb, 0x9eee, 0x9eed, 0x9f1b, + 0x9f18, 0x9f1a, 0x9f31, 0x9f4e, + 0x9f65, 0x9f64, 0x9f92, 0x4eb9, + 0x56c6, 0x56c5, 0x56cb, 0x5971, + 0x5b4b, 0x5b4c, 0x5dd5, 0x5dd1, + 0x5ef2, 0x6521, 0x6520, 0x6526, + 0x6522, 0x6b0b, 0x6b08, 0x6b09, + 0x6c0d, 0x7055, 0x7056, 0x7057, + 0x7052, 0x721e, 0x721f, 0x72a9, + 0x737f, 0x0000, 0x74d8, 0x74d5, + 0x74d9, 0x74d7, 0x766d, 0x76ad, + 0x7935, 0x79b4, 0x7a70, 0x7a71, + 0x7c57, 0x7c5c, 0x7c59, 0x7c5b, + 0x7c5a, 0x7cf4, 0x7cf1, 0x7e91, + 0x7f4f, 0x7f87, 0x81de, 0x826b, + 0x8634, 0x8635, 0x8633, 0x862c, + 0x8632, 0x8636, 0x882c, 0x8828, + 0x8826, 0x882a, 0x8825, 0x8971, + 0x89bf, 0x89be, 0x89fb, 0x8b7e, + 0x8b84, 0x8b82, 0x8b86, 0x8b85, + 0x8b7f, 0x8d15, 0x8e95, 0x8e94, + 0x8e9a, 0x8e92, 0x8e90, 0x8e96, + 0x8e97, 0x8f60, 0x8f62, 0x9147, + 0x944c, 0x9450, 0x944a, 0x944b, + 0x944f, 0x9447, 0x9445, 0x9448, + 0x9449, 0x9446, 0x973f, 0x97e3, + 0x986a, 0x9869, 0x98cb, 0x9954, + 0x995b, 0x9a4e, 0x9a53, 0x9a54, + 0x9a4c, 0x9a4f, 0x9a48, 0x9a4a, + 0x9a49, 0x9a52, 0x9a50, 0x9ad0, + 0x9b19, 0x9b2b, 0x9b3b, 0x9b56, + 0x9b55, 0x9c46, 0x9c48, 0x9c3f, + 0x9c44, 0x9c39, 0x9c33, 0x9c41, + 0x9c3c, 0x9c37, 0x9c34, 0x9c32, + 0x9c3d, 0x9c36, 0x9ddb, 0x9dd2, + 0x9dde, 0x9dda, 0x9dcb, 0x9dd0, + 0x9ddc, 0x9dd1, 0x9ddf, 0x9de9, + 0x9dd9, 0x9dd8, 0x9dd6, 0x9df5, + 0x9dd5, 0x9ddd, 0x9eb6, 0x9ef0, + 0x9f35, 0x9f33, 0x9f32, 0x9f42, + 0x9f6b, 0x9f95, 0x9fa2, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x513d, 0x5299, + 0x58e8, 0x58e7, 0x5972, 0x5b4d, + 0x5dd8, 0x882f, 0x5f4f, 0x6201, + 0x6203, 0x6204, 0x6529, 0x6525, + 0x6596, 0x66eb, 0x6b11, 0x6b12, + 0x6b0f, 0x6bca, 0x705b, 0x705a, + 0x7222, 0x7382, 0x7381, 0x7383, + 0x7670, 0x77d4, 0x7c67, 0x7c66, + 0x7e95, 0x826c, 0x863a, 0x8640, + 0x8639, 0x863c, 0x8631, 0x863b, + 0x863e, 0x8830, 0x8832, 0x882e, + 0x8833, 0x8976, 0x8974, 0x8973, + 0x89fe, 0x8b8c, 0x8b8e, 0x8b8b, + 0x8b88, 0x8c45, 0x8d19, 0x8e98, + 0x8f64, 0x8f63, 0x91bc, 0x9462, + 0x9455, 0x945d, 0x9457, 0x945e, + 0x97c4, 0x0000, 0x97c5, 0x9800, + 0x9a56, 0x9a59, 0x9b1e, 0x9b1f, + 0x9b20, 0x9c52, 0x9c58, 0x9c50, + 0x9c4a, 0x9c4d, 0x9c4b, 0x9c55, + 0x9c59, 0x9c4c, 0x9c4e, 0x9dfb, + 0x9df7, 0x9def, 0x9de3, 0x9deb, + 0x9df8, 0x9de4, 0x9df6, 0x9de1, + 0x9dee, 0x9de6, 0x9df2, 0x9df0, + 0x9de2, 0x9dec, 0x9df4, 0x9df3, + 0x9de8, 0x9ded, 0x9ec2, 0x9ed0, + 0x9ef2, 0x9ef3, 0x9f06, 0x9f1c, + 0x9f38, 0x9f37, 0x9f36, 0x9f43, + 0x9f4f, 0x9f71, 0x9f70, 0x9f6e, + 0x9f6f, 0x56d3, 0x56cd, 0x5b4e, + 0x5c6d, 0x652d, 0x66ed, 0x66ee, + 0x6b13, 0x705f, 0x7061, 0x705d, + 0x7060, 0x7223, 0x74db, 0x74e5, + 0x77d5, 0x7938, 0x79b7, 0x79b6, + 0x7c6a, 0x7e97, 0x7f89, 0x826d, + 0x8643, 0x8838, 0x8837, 0x8835, + 0x884b, 0x8b94, 0x8b95, 0x8e9e, + 0x8e9f, 0x8ea0, 0x8e9d, 0x91be, + 0x91bd, 0x91c2, 0x946b, 0x9468, + 0x9469, 0x96e5, 0x9746, 0x9743, + 0x9747, 0x97c7, 0x97e5, 0x9a5e, + 0x9ad5, 0x9b59, 0x9c63, 0x9c67, + 0x9c66, 0x9c62, 0x9c5e, 0x9c60, + 0x9e02, 0x9dfe, 0x9e07, 0x9e03, + 0x9e06, 0x9e05, 0x9e00, 0x9e01, + 0x9e09, 0x9dff, 0x9dfd, 0x9e04, + 0x9ea0, 0x9f1e, 0x9f46, 0x9f74, + 0x9f75, 0x9f76, 0x56d4, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x652e, 0x65b8, + 0x6b18, 0x6b19, 0x6b17, 0x6b1a, + 0x7062, 0x7226, 0x72aa, 0x77d8, + 0x77d9, 0x7939, 0x7c69, 0x7c6b, + 0x7cf6, 0x7e9a, 0x7e98, 0x7e9b, + 0x7e99, 0x81e0, 0x81e1, 0x8646, + 0x8647, 0x8648, 0x8979, 0x897a, + 0x897c, 0x897b, 0x89ff, 0x8b98, + 0x8b99, 0x8ea5, 0x8ea4, 0x8ea3, + 0x946e, 0x946d, 0x946f, 0x9471, + 0x9473, 0x9749, 0x9872, 0x995f, + 0x9c68, 0x9c6e, 0x9c6d, 0x9e0b, + 0x9e0d, 0x9e10, 0x9e0f, 0x9e12, + 0x9e11, 0x9ea1, 0x9ef5, 0x9f09, + 0x9f47, 0x9f78, 0x9f7b, 0x9f7a, + 0x9f79, 0x571e, 0x7066, 0x7c6f, + 0x883c, 0x0000, 0x8db2, 0x8ea6, + 0x91c3, 0x9474, 0x9478, 0x9476, + 0x9475, 0x9a60, 0x9c74, 0x9c73, + 0x9c71, 0x9c75, 0x9e14, 0x9e13, + 0x9ef6, 0x9f0a, 0x9fa4, 0x7068, + 0x7065, 0x7cf7, 0x866a, 0x883e, + 0x883d, 0x883f, 0x8b9e, 0x8c9c, + 0x8ea9, 0x8ec9, 0x974b, 0x9873, + 0x9874, 0x98cc, 0x9961, 0x99ab, + 0x9a64, 0x9a66, 0x9a67, 0x9b24, + 0x9e15, 0x9e17, 0x9f48, 0x6207, + 0x6b1e, 0x7227, 0x864c, 0x8ea8, + 0x9482, 0x9480, 0x9481, 0x9a69, + 0x9a68, 0x9b2e, 0x9e19, 0x7229, + 0x864b, 0x8b9f, 0x9483, 0x9c79, + 0x9eb7, 0x7675, 0x9a6b, 0x9c7a, + 0x9e1d, 0x7069, 0x706a, 0x9ea4, + 0x9f7e, 0x9f49, 0x9f98, 0x691e, + 0x6eb8, 0xe000, 0xe001, 0xe002, + 0xe003, 0xe004, 0xe005, 0xe006, + 0xe007, 0xe008, 0xe009, 0xe00a, + 0xe00b, 0xe00c, 0xe00d, 0xe00e, + 0xe00f, 0xe010, 0xe011, 0xe012, + 0xe013, 0xe014, 0xe015, 0xe016, + 0xe017, 0xe018, 0xe019, 0xe01a, + 0xe01b, 0xe01c, 0xe01d, 0xe01e, + 0xe01f, 0xe020, 0xe021, 0xe022, + 0xe023, 0xe024, 0xe025, 0xe026, + 0xe027, 0xe028, 0xe029, 0xe02a, + 0xe02b, 0xe02c, 0xe02d, 0xe02e, + 0xe02f, 0xe030, 0xe031, 0xe032, + 0xe033, 0xe034, 0xe035, 0xe036, + 0xe037, 0xe038, 0xe039, 0xe03a, + 0xe03b, 0xe03c, 0xe03d, 0xe03e, + 0x0000, 0xe03f, 0xe040, 0xe041, + 0xe042, 0xe043, 0xe044, 0xe045, + 0xe046, 0xe047, 0xe048, 0xe049, + 0xe04a, 0xe04b, 0xe04c, 0xe04d, + 0xe04e, 0xe04f, 0xe050, 0xe051, + 0xe052, 0xe053, 0xe054, 0xe055, + 0xe056, 0xe057, 0xe058, 0xe059, + 0xe05a, 0xe05b, 0xe05c, 0xe05d, + 0xe05e, 0xe05f, 0xe060, 0xe061, + 0xe062, 0xe063, 0xe064, 0xe065, + 0xe066, 0xe067, 0xe068, 0xe069, + 0xe06a, 0xe06b, 0xe06c, 0xe06d, + 0xe06e, 0xe06f, 0xe070, 0xe071, + 0xe072, 0xe073, 0xe074, 0xe075, + 0xe076, 0xe077, 0xe078, 0xe079, + 0xe07a, 0xe07b, 0xe07c, 0xe07d, + 0xe07e, 0xe07f, 0xe080, 0xe081, + 0xe082, 0xe083, 0xe084, 0xe085, + 0xe086, 0xe087, 0xe088, 0xe089, + 0xe08a, 0xe08b, 0xe08c, 0xe08d, + 0xe08e, 0xe08f, 0xe090, 0xe091, + 0xe092, 0xe093, 0xe094, 0xe095, + 0xe096, 0xe097, 0xe098, 0xe099, + 0xe09a, 0xe09b, 0xe09c, 0xe09d, + 0xe09e, 0xe09f, 0xe0a0, 0xe0a1, + 0xe0a2, 0xe0a3, 0xe0a4, 0xe0a5, + 0xe0a6, 0xe0a7, 0xe0a8, 0xe0a9, + 0xe0aa, 0xe0ab, 0xe0ac, 0xe0ad, + 0xe0ae, 0xe0af, 0xe0b0, 0xe0b1, + 0xe0b2, 0xe0b3, 0xe0b4, 0xe0b5, + 0xe0b6, 0xe0b7, 0xe0b8, 0xe0b9, + 0xe0ba, 0xe0bb, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe0bc, 0xe0bd, 0xe0be, + 0xe0bf, 0xe0c0, 0xe0c1, 0xe0c2, + 0xe0c3, 0xe0c4, 0xe0c5, 0xe0c6, + 0xe0c7, 0xe0c8, 0xe0c9, 0xe0ca, + 0xe0cb, 0xe0cc, 0xe0cd, 0xe0ce, + 0xe0cf, 0xe0d0, 0xe0d1, 0xe0d2, + 0xe0d3, 0xe0d4, 0xe0d5, 0xe0d6, + 0xe0d7, 0xe0d8, 0xe0d9, 0xe0da, + 0xe0db, 0xe0dc, 0xe0dd, 0xe0de, + 0xe0df, 0xe0e0, 0xe0e1, 0xe0e2, + 0xe0e3, 0xe0e4, 0xe0e5, 0xe0e6, + 0xe0e7, 0xe0e8, 0xe0e9, 0xe0ea, + 0xe0eb, 0xe0ec, 0xe0ed, 0xe0ee, + 0xe0ef, 0xe0f0, 0xe0f1, 0xe0f2, + 0xe0f3, 0xe0f4, 0xe0f5, 0xe0f6, + 0xe0f7, 0xe0f8, 0xe0f9, 0xe0fa, + 0x0000, 0xe0fb, 0xe0fc, 0xe0fd, + 0xe0fe, 0xe0ff, 0xe100, 0xe101, + 0xe102, 0xe103, 0xe104, 0xe105, + 0xe106, 0xe107, 0xe108, 0xe109, + 0xe10a, 0xe10b, 0xe10c, 0xe10d, + 0xe10e, 0xe10f, 0xe110, 0xe111, + 0xe112, 0xe113, 0xe114, 0xe115, + 0xe116, 0xe117, 0xe118, 0xe119, + 0xe11a, 0xe11b, 0xe11c, 0xe11d, + 0xe11e, 0xe11f, 0xe120, 0xe121, + 0xe122, 0xe123, 0xe124, 0xe125, + 0xe126, 0xe127, 0xe128, 0xe129, + 0xe12a, 0xe12b, 0xe12c, 0xe12d, + 0xe12e, 0xe12f, 0xe130, 0xe131, + 0xe132, 0xe133, 0xe134, 0xe135, + 0xe136, 0xe137, 0xe138, 0xe139, + 0xe13a, 0xe13b, 0xe13c, 0xe13d, + 0xe13e, 0xe13f, 0xe140, 0xe141, + 0xe142, 0xe143, 0xe144, 0xe145, + 0xe146, 0xe147, 0xe148, 0xe149, + 0xe14a, 0xe14b, 0xe14c, 0xe14d, + 0xe14e, 0xe14f, 0xe150, 0xe151, + 0xe152, 0xe153, 0xe154, 0xe155, + 0xe156, 0xe157, 0xe158, 0xe159, + 0xe15a, 0xe15b, 0xe15c, 0xe15d, + 0xe15e, 0xe15f, 0xe160, 0xe161, + 0xe162, 0xe163, 0xe164, 0xe165, + 0xe166, 0xe167, 0xe168, 0xe169, + 0xe16a, 0xe16b, 0xe16c, 0xe16d, + 0xe16e, 0xe16f, 0xe170, 0xe171, + 0xe172, 0xe173, 0xe174, 0xe175, + 0xe176, 0xe177, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe178, 0xe179, 0xe17a, + 0xe17b, 0xe17c, 0xe17d, 0xe17e, + 0xe17f, 0xe180, 0xe181, 0xe182, + 0xe183, 0xe184, 0xe185, 0xe186, + 0xe187, 0xe188, 0xe189, 0xe18a, + 0xe18b, 0xe18c, 0xe18d, 0xe18e, + 0xe18f, 0xe190, 0xe191, 0xe192, + 0xe193, 0xe194, 0xe195, 0xe196, + 0xe197, 0xe198, 0xe199, 0xe19a, + 0xe19b, 0xe19c, 0xe19d, 0xe19e, + 0xe19f, 0xe1a0, 0xe1a1, 0xe1a2, + 0xe1a3, 0xe1a4, 0xe1a5, 0xe1a6, + 0xe1a7, 0xe1a8, 0xe1a9, 0xe1aa, + 0xe1ab, 0xe1ac, 0xe1ad, 0xe1ae, + 0xe1af, 0xe1b0, 0xe1b1, 0xe1b2, + 0xe1b3, 0xe1b4, 0xe1b5, 0xe1b6, + 0x0000, 0xe1b7, 0xe1b8, 0xe1b9, + 0xe1ba, 0xe1bb, 0xe1bc, 0xe1bd, + 0xe1be, 0xe1bf, 0xe1c0, 0xe1c1, + 0xe1c2, 0xe1c3, 0xe1c4, 0xe1c5, + 0xe1c6, 0xe1c7, 0xe1c8, 0xe1c9, + 0xe1ca, 0xe1cb, 0xe1cc, 0xe1cd, + 0xe1ce, 0xe1cf, 0xe1d0, 0xe1d1, + 0xe1d2, 0xe1d3, 0xe1d4, 0xe1d5, + 0xe1d6, 0xe1d7, 0xe1d8, 0xe1d9, + 0xe1da, 0xe1db, 0xe1dc, 0xe1dd, + 0xe1de, 0xe1df, 0xe1e0, 0xe1e1, + 0xe1e2, 0xe1e3, 0xe1e4, 0xe1e5, + 0xe1e6, 0xe1e7, 0xe1e8, 0xe1e9, + 0xe1ea, 0xe1eb, 0xe1ec, 0xe1ed, + 0xe1ee, 0xe1ef, 0xe1f0, 0xe1f1, + 0xe1f2, 0xe1f3, 0xe1f4, 0xe1f5, + 0xe1f6, 0xe1f7, 0xe1f8, 0xe1f9, + 0xe1fa, 0xe1fb, 0xe1fc, 0xe1fd, + 0xe1fe, 0xe1ff, 0xe200, 0xe201, + 0xe202, 0xe203, 0xe204, 0xe205, + 0xe206, 0xe207, 0xe208, 0xe209, + 0xe20a, 0xe20b, 0xe20c, 0xe20d, + 0xe20e, 0xe20f, 0xe210, 0xe211, + 0xe212, 0xe213, 0xe214, 0xe215, + 0xe216, 0xe217, 0xe218, 0xe219, + 0xe21a, 0xe21b, 0xe21c, 0xe21d, + 0xe21e, 0xe21f, 0xe220, 0xe221, + 0xe222, 0xe223, 0xe224, 0xe225, + 0xe226, 0xe227, 0xe228, 0xe229, + 0xe22a, 0xe22b, 0xe22c, 0xe22d, + 0xe22e, 0xe22f, 0xe230, 0xe231, + 0xe232, 0xe233, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe234, 0xe235, 0xe236, + 0xe237, 0xe238, 0xe239, 0xe23a, + 0xe23b, 0xe23c, 0xe23d, 0xe23e, + 0xe23f, 0xe240, 0xe241, 0xe242, + 0xe243, 0xe244, 0xe245, 0xe246, + 0xe247, 0xe248, 0xe249, 0xe24a, + 0xe24b, 0xe24c, 0xe24d, 0xe24e, + 0xe24f, 0xe250, 0xe251, 0xe252, + 0xe253, 0xe254, 0xe255, 0xe256, + 0xe257, 0xe258, 0xe259, 0xe25a, + 0xe25b, 0xe25c, 0xe25d, 0xe25e, + 0xe25f, 0xe260, 0xe261, 0xe262, + 0xe263, 0xe264, 0xe265, 0xe266, + 0xe267, 0xe268, 0xe269, 0xe26a, + 0xe26b, 0xe26c, 0xe26d, 0xe26e, + 0xe26f, 0xe270, 0xe271, 0xe272, + 0x0000, 0xe273, 0xe274, 0xe275, + 0xe276, 0xe277, 0xe278, 0xe279, + 0xe27a, 0xe27b, 0xe27c, 0xe27d, + 0xe27e, 0xe27f, 0xe280, 0xe281, + 0xe282, 0xe283, 0xe284, 0xe285, + 0xe286, 0xe287, 0xe288, 0xe289, + 0xe28a, 0xe28b, 0xe28c, 0xe28d, + 0xe28e, 0xe28f, 0xe290, 0xe291, + 0xe292, 0xe293, 0xe294, 0xe295, + 0xe296, 0xe297, 0xe298, 0xe299, + 0xe29a, 0xe29b, 0xe29c, 0xe29d, + 0xe29e, 0xe29f, 0xe2a0, 0xe2a1, + 0xe2a2, 0xe2a3, 0xe2a4, 0xe2a5, + 0xe2a6, 0xe2a7, 0xe2a8, 0xe2a9, + 0xe2aa, 0xe2ab, 0xe2ac, 0xe2ad, + 0xe2ae, 0xe2af, 0xe2b0, 0xe2b1, + 0xe2b2, 0xe2b3, 0xe2b4, 0xe2b5, + 0xe2b6, 0xe2b7, 0xe2b8, 0xe2b9, + 0xe2ba, 0xe2bb, 0xe2bc, 0xe2bd, + 0xe2be, 0xe2bf, 0xe2c0, 0xe2c1, + 0xe2c2, 0xe2c3, 0xe2c4, 0xe2c5, + 0xe2c6, 0xe2c7, 0xe2c8, 0xe2c9, + 0xe2ca, 0xe2cb, 0xe2cc, 0xe2cd, + 0xe2ce, 0xe2cf, 0xe2d0, 0xe2d1, + 0xe2d2, 0xe2d3, 0xe2d4, 0xe2d5, + 0xe2d6, 0xe2d7, 0xe2d8, 0xe2d9, + 0xe2da, 0xe2db, 0xe2dc, 0xe2dd, + 0xe2de, 0xe2df, 0xe2e0, 0xe2e1, + 0xe2e2, 0xe2e3, 0xe2e4, 0xe2e5, + 0xe2e6, 0xe2e7, 0xe2e8, 0xe2e9, + 0xe2ea, 0xe2eb, 0xe2ec, 0xe2ed, + 0xe2ee, 0xe2ef, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe2f0, 0xe2f1, 0xe2f2, + 0xe2f3, 0xe2f4, 0xe2f5, 0xe2f6, + 0xe2f7, 0xe2f8, 0xe2f9, 0xe2fa, + 0xe2fb, 0xe2fc, 0xe2fd, 0xe2fe, + 0xe2ff, 0xe300, 0xe301, 0xe302, + 0xe303, 0xe304, 0xe305, 0xe306, + 0xe307, 0xe308, 0xe309, 0xe30a, + 0xe30b, 0xe30c, 0xe30d, 0xe30e, + 0xe30f, 0xe310, 0xe311, 0xe312, + 0xe313, 0xe314, 0xe315, 0xe316, + 0xe317, 0xe318, 0xe319, 0xe31a, + 0xe31b, 0xe31c, 0xe31d, 0xe31e, + 0xe31f, 0xe320, 0xe321, 0xe322, + 0xe323, 0xe324, 0xe325, 0xe326, + 0xe327, 0xe328, 0xe329, 0xe32a, + 0xe32b, 0xe32c, 0xe32d, 0xe32e, + 0x0000, 0xe32f, 0xe330, 0xe331, + 0xe332, 0xe333, 0xe334, 0xe335, + 0xe336, 0xe337, 0xe338, 0xe339, + 0xe33a, 0xe33b, 0xe33c, 0xe33d, + 0xe33e, 0xe33f, 0xe340, 0xe341, + 0xe342, 0xe343, 0xe344, 0xe345, + 0xe346, 0xe347, 0xe348, 0xe349, + 0xe34a, 0xe34b, 0xe34c, 0xe34d, + 0xe34e, 0xe34f, 0xe350, 0xe351, + 0xe352, 0xe353, 0xe354, 0xe355, + 0xe356, 0xe357, 0xe358, 0xe359, + 0xe35a, 0xe35b, 0xe35c, 0xe35d, + 0xe35e, 0xe35f, 0xe360, 0xe361, + 0xe362, 0xe363, 0xe364, 0xe365, + 0xe366, 0xe367, 0xe368, 0xe369, + 0xe36a, 0xe36b, 0xe36c, 0xe36d, + 0xe36e, 0xe36f, 0xe370, 0xe371, + 0xe372, 0xe373, 0xe374, 0xe375, + 0xe376, 0xe377, 0xe378, 0xe379, + 0xe37a, 0xe37b, 0xe37c, 0xe37d, + 0xe37e, 0xe37f, 0xe380, 0xe381, + 0xe382, 0xe383, 0xe384, 0xe385, + 0xe386, 0xe387, 0xe388, 0xe389, + 0xe38a, 0xe38b, 0xe38c, 0xe38d, + 0xe38e, 0xe38f, 0xe390, 0xe391, + 0xe392, 0xe393, 0xe394, 0xe395, + 0xe396, 0xe397, 0xe398, 0xe399, + 0xe39a, 0xe39b, 0xe39c, 0xe39d, + 0xe39e, 0xe39f, 0xe3a0, 0xe3a1, + 0xe3a2, 0xe3a3, 0xe3a4, 0xe3a5, + 0xe3a6, 0xe3a7, 0xe3a8, 0xe3a9, + 0xe3aa, 0xe3ab, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe3ac, 0xe3ad, 0xe3ae, + 0xe3af, 0xe3b0, 0xe3b1, 0xe3b2, + 0xe3b3, 0xe3b4, 0xe3b5, 0xe3b6, + 0xe3b7, 0xe3b8, 0xe3b9, 0xe3ba, + 0xe3bb, 0xe3bc, 0xe3bd, 0xe3be, + 0xe3bf, 0xe3c0, 0xe3c1, 0xe3c2, + 0xe3c3, 0xe3c4, 0xe3c5, 0xe3c6, + 0xe3c7, 0xe3c8, 0xe3c9, 0xe3ca, + 0xe3cb, 0xe3cc, 0xe3cd, 0xe3ce, + 0xe3cf, 0xe3d0, 0xe3d1, 0xe3d2, + 0xe3d3, 0xe3d4, 0xe3d5, 0xe3d6, + 0xe3d7, 0xe3d8, 0xe3d9, 0xe3da, + 0xe3db, 0xe3dc, 0xe3dd, 0xe3de, + 0xe3df, 0xe3e0, 0xe3e1, 0xe3e2, + 0xe3e3, 0xe3e4, 0xe3e5, 0xe3e6, + 0xe3e7, 0xe3e8, 0xe3e9, 0xe3ea, + 0x0000, 0xe3eb, 0xe3ec, 0xe3ed, + 0xe3ee, 0xe3ef, 0xe3f0, 0xe3f1, + 0xe3f2, 0xe3f3, 0xe3f4, 0xe3f5, + 0xe3f6, 0xe3f7, 0xe3f8, 0xe3f9, + 0xe3fa, 0xe3fb, 0xe3fc, 0xe3fd, + 0xe3fe, 0xe3ff, 0xe400, 0xe401, + 0xe402, 0xe403, 0xe404, 0xe405, + 0xe406, 0xe407, 0xe408, 0xe409, + 0xe40a, 0xe40b, 0xe40c, 0xe40d, + 0xe40e, 0xe40f, 0xe410, 0xe411, + 0xe412, 0xe413, 0xe414, 0xe415, + 0xe416, 0xe417, 0xe418, 0xe419, + 0xe41a, 0xe41b, 0xe41c, 0xe41d, + 0xe41e, 0xe41f, 0xe420, 0xe421, + 0xe422, 0xe423, 0xe424, 0xe425, + 0xe426, 0xe427, 0xe428, 0xe429, + 0xe42a, 0xe42b, 0xe42c, 0xe42d, + 0xe42e, 0xe42f, 0xe430, 0xe431, + 0xe432, 0xe433, 0xe434, 0xe435, + 0xe436, 0xe437, 0xe438, 0xe439, + 0xe43a, 0xe43b, 0xe43c, 0xe43d, + 0xe43e, 0xe43f, 0xe440, 0xe441, + 0xe442, 0xe443, 0xe444, 0xe445, + 0xe446, 0xe447, 0xe448, 0xe449, + 0xe44a, 0xe44b, 0xe44c, 0xe44d, + 0xe44e, 0xe44f, 0xe450, 0xe451, + 0xe452, 0xe453, 0xe454, 0xe455, + 0xe456, 0xe457, 0xe458, 0xe459, + 0xe45a, 0xe45b, 0xe45c, 0xe45d, + 0xe45e, 0xe45f, 0xe460, 0xe461, + 0xe462, 0xe463, 0xe464, 0xe465, + 0xe466, 0xe467, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe468, 0xe469, 0xe46a, + 0xe46b, 0xe46c, 0xe46d, 0xe46e, + 0xe46f, 0xe470, 0xe471, 0xe472, + 0xe473, 0xe474, 0xe475, 0xe476, + 0xe477, 0xe478, 0xe479, 0xe47a, + 0xe47b, 0xe47c, 0xe47d, 0xe47e, + 0xe47f, 0xe480, 0xe481, 0xe482, + 0xe483, 0xe484, 0xe485, 0xe486, + 0xe487, 0xe488, 0xe489, 0xe48a, + 0xe48b, 0xe48c, 0xe48d, 0xe48e, + 0xe48f, 0xe490, 0xe491, 0xe492, + 0xe493, 0xe494, 0xe495, 0xe496, + 0xe497, 0xe498, 0xe499, 0xe49a, + 0xe49b, 0xe49c, 0xe49d, 0xe49e, + 0xe49f, 0xe4a0, 0xe4a1, 0xe4a2, + 0xe4a3, 0xe4a4, 0xe4a5, 0xe4a6, + 0x0000, 0xe4a7, 0xe4a8, 0xe4a9, + 0xe4aa, 0xe4ab, 0xe4ac, 0xe4ad, + 0xe4ae, 0xe4af, 0xe4b0, 0xe4b1, + 0xe4b2, 0xe4b3, 0xe4b4, 0xe4b5, + 0xe4b6, 0xe4b7, 0xe4b8, 0xe4b9, + 0xe4ba, 0xe4bb, 0xe4bc, 0xe4bd, + 0xe4be, 0xe4bf, 0xe4c0, 0xe4c1, + 0xe4c2, 0xe4c3, 0xe4c4, 0xe4c5, + 0xe4c6, 0xe4c7, 0xe4c8, 0xe4c9, + 0xe4ca, 0xe4cb, 0xe4cc, 0xe4cd, + 0xe4ce, 0xe4cf, 0xe4d0, 0xe4d1, + 0xe4d2, 0xe4d3, 0xe4d4, 0xe4d5, + 0xe4d6, 0xe4d7, 0xe4d8, 0xe4d9, + 0xe4da, 0xe4db, 0xe4dc, 0xe4dd, + 0xe4de, 0xe4df, 0xe4e0, 0xe4e1, + 0xe4e2, 0xe4e3, 0xe4e4, 0xe4e5, + 0xe4e6, 0xe4e7, 0xe4e8, 0xe4e9, + 0xe4ea, 0xe4eb, 0xe4ec, 0xe4ed, + 0xe4ee, 0xe4ef, 0xe4f0, 0xe4f1, + 0xe4f2, 0xe4f3, 0xe4f4, 0xe4f5, + 0xe4f6, 0xe4f7, 0xe4f8, 0xe4f9, + 0xe4fa, 0xe4fb, 0xe4fc, 0xe4fd, + 0xe4fe, 0xe4ff, 0xe500, 0xe501, + 0xe502, 0xe503, 0xe504, 0xe505, + 0xe506, 0xe507, 0xe508, 0xe509, + 0xe50a, 0xe50b, 0xe50c, 0xe50d, + 0xe50e, 0xe50f, 0xe510, 0xe511, + 0xe512, 0xe513, 0xe514, 0xe515, + 0xe516, 0xe517, 0xe518, 0xe519, + 0xe51a, 0xe51b, 0xe51c, 0xe51d, + 0xe51e, 0xe51f, 0xe520, 0xe521, + 0xe522, 0xe523, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe524, 0xe525, 0xe526, + 0xe527, 0xe528, 0xe529, 0xe52a, + 0xe52b, 0xe52c, 0xe52d, 0xe52e, + 0xe52f, 0xe530, 0xe531, 0xe532, + 0xe533, 0xe534, 0xe535, 0xe536, + 0xe537, 0xe538, 0xe539, 0xe53a, + 0xe53b, 0xe53c, 0xe53d, 0xe53e, + 0xe53f, 0xe540, 0xe541, 0xe542, + 0xe543, 0xe544, 0xe545, 0xe546, + 0xe547, 0xe548, 0xe549, 0xe54a, + 0xe54b, 0xe54c, 0xe54d, 0xe54e, + 0xe54f, 0xe550, 0xe551, 0xe552, + 0xe553, 0xe554, 0xe555, 0xe556, + 0xe557, 0xe558, 0xe559, 0xe55a, + 0xe55b, 0xe55c, 0xe55d, 0xe55e, + 0xe55f, 0xe560, 0xe561, 0xe562, + 0x0000, 0xe563, 0xe564, 0xe565, + 0xe566, 0xe567, 0xe568, 0xe569, + 0xe56a, 0xe56b, 0xe56c, 0xe56d, + 0xe56e, 0xe56f, 0xe570, 0xe571, + 0xe572, 0xe573, 0xe574, 0xe575, + 0xe576, 0xe577, 0xe578, 0xe579, + 0xe57a, 0xe57b, 0xe57c, 0xe57d, + 0xe57e, 0xe57f, 0xe580, 0xe581, + 0xe582, 0xe583, 0xe584, 0xe585, + 0xe586, 0xe587, 0xe588, 0xe589, + 0xe58a, 0xe58b, 0xe58c, 0xe58d, + 0xe58e, 0xe58f, 0xe590, 0xe591, + 0xe592, 0xe593, 0xe594, 0xe595, + 0xe596, 0xe597, 0xe598, 0xe599, + 0xe59a, 0xe59b, 0xe59c, 0xe59d, + 0xe59e, 0xe59f, 0xe5a0, 0xe5a1, + 0xe5a2, 0xe5a3, 0xe5a4, 0xe5a5, + 0xe5a6, 0xe5a7, 0xe5a8, 0xe5a9, + 0xe5aa, 0xe5ab, 0xe5ac, 0xe5ad, + 0xe5ae, 0xe5af, 0xe5b0, 0xe5b1, + 0xe5b2, 0xe5b3, 0xe5b4, 0xe5b5, + 0xe5b6, 0xe5b7, 0xe5b8, 0xe5b9, + 0xe5ba, 0xe5bb, 0xe5bc, 0xe5bd, + 0xe5be, 0xe5bf, 0xe5c0, 0xe5c1, + 0xe5c2, 0xe5c3, 0xe5c4, 0xe5c5, + 0xe5c6, 0xe5c7, 0xe5c8, 0xe5c9, + 0xe5ca, 0xe5cb, 0xe5cc, 0xe5cd, + 0xe5ce, 0xe5cf, 0xe5d0, 0xe5d1, + 0xe5d2, 0xe5d3, 0xe5d4, 0xe5d5, + 0xe5d6, 0xe5d7, 0xe5d8, 0xe5d9, + 0xe5da, 0xe5db, 0xe5dc, 0xe5dd, + 0xe5de, 0xe5df, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe5e0, 0xe5e1, 0xe5e2, + 0xe5e3, 0xe5e4, 0xe5e5, 0xe5e6, + 0xe5e7, 0xe5e8, 0xe5e9, 0xe5ea, + 0xe5eb, 0xe5ec, 0xe5ed, 0xe5ee, + 0xe5ef, 0xe5f0, 0xe5f1, 0xe5f2, + 0xe5f3, 0xe5f4, 0xe5f5, 0xe5f6, + 0xe5f7, 0xe5f8, 0xe5f9, 0xe5fa, + 0xe5fb, 0xe5fc, 0xe5fd, 0xe5fe, + 0xe5ff, 0xe600, 0xe601, 0xe602, + 0xe603, 0xe604, 0xe605, 0xe606, + 0xe607, 0xe608, 0xe609, 0xe60a, + 0xe60b, 0xe60c, 0xe60d, 0xe60e, + 0xe60f, 0xe610, 0xe611, 0xe612, + 0xe613, 0xe614, 0xe615, 0xe616, + 0xe617, 0xe618, 0xe619, 0xe61a, + 0xe61b, 0xe61c, 0xe61d, 0xe61e, + 0x0000, 0xe61f, 0xe620, 0xe621, + 0xe622, 0xe623, 0xe624, 0xe625, + 0xe626, 0xe627, 0xe628, 0xe629, + 0xe62a, 0xe62b, 0xe62c, 0xe62d, + 0xe62e, 0xe62f, 0xe630, 0xe631, + 0xe632, 0xe633, 0xe634, 0xe635, + 0xe636, 0xe637, 0xe638, 0xe639, + 0xe63a, 0xe63b, 0xe63c, 0xe63d, + 0xe63e, 0xe63f, 0xe640, 0xe641, + 0xe642, 0xe643, 0xe644, 0xe645, + 0xe646, 0xe647, 0xe648, 0xe649, + 0xe64a, 0xe64b, 0xe64c, 0xe64d, + 0xe64e, 0xe64f, 0xe650, 0xe651, + 0xe652, 0xe653, 0xe654, 0xe655, + 0xe656, 0xe657, 0xe658, 0xe659, + 0xe65a, 0xe65b, 0xe65c, 0xe65d, + 0xe65e, 0xe65f, 0xe660, 0xe661, + 0xe662, 0xe663, 0xe664, 0xe665, + 0xe666, 0xe667, 0xe668, 0xe669, + 0xe66a, 0xe66b, 0xe66c, 0xe66d, + 0xe66e, 0xe66f, 0xe670, 0xe671, + 0xe672, 0xe673, 0xe674, 0xe675, + 0xe676, 0xe677, 0xe678, 0xe679, + 0xe67a, 0xe67b, 0xe67c, 0xe67d, + 0xe67e, 0xe67f, 0xe680, 0xe681, + 0xe682, 0xe683, 0xe684, 0xe685, + 0xe686, 0xe687, 0xe688, 0xe689, + 0xe68a, 0xe68b, 0xe68c, 0xe68d, + 0xe68e, 0xe68f, 0xe690, 0xe691, + 0xe692, 0xe693, 0xe694, 0xe695, + 0xe696, 0xe697, 0xe698, 0xe699, + 0xe69a, 0xe69b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe69c, 0xe69d, 0xe69e, + 0xe69f, 0xe6a0, 0xe6a1, 0xe6a2, + 0xe6a3, 0xe6a4, 0xe6a5, 0xe6a6, + 0xe6a7, 0xe6a8, 0xe6a9, 0xe6aa, + 0xe6ab, 0xe6ac, 0xe6ad, 0xe6ae, + 0xe6af, 0xe6b0, 0xe6b1, 0xe6b2, + 0xe6b3, 0xe6b4, 0xe6b5, 0xe6b6, + 0xe6b7, 0xe6b8, 0xe6b9, 0xe6ba, + 0xe6bb, 0xe6bc, 0xe6bd, 0xe6be, + 0xe6bf, 0xe6c0, 0xe6c1, 0xe6c2, + 0xe6c3, 0xe6c4, 0xe6c5, 0xe6c6, + 0xe6c7, 0xe6c8, 0xe6c9, 0xe6ca, + 0xe6cb, 0xe6cc, 0xe6cd, 0xe6ce, + 0xe6cf, 0xe6d0, 0xe6d1, 0xe6d2, + 0xe6d3, 0xe6d4, 0xe6d5, 0xe6d6, + 0xe6d7, 0xe6d8, 0xe6d9, 0xe6da, + 0x0000, 0xe6db, 0xe6dc, 0xe6dd, + 0xe6de, 0xe6df, 0xe6e0, 0xe6e1, + 0xe6e2, 0xe6e3, 0xe6e4, 0xe6e5, + 0xe6e6, 0xe6e7, 0xe6e8, 0xe6e9, + 0xe6ea, 0xe6eb, 0xe6ec, 0xe6ed, + 0xe6ee, 0xe6ef, 0xe6f0, 0xe6f1, + 0xe6f2, 0xe6f3, 0xe6f4, 0xe6f5, + 0xe6f6, 0xe6f7, 0xe6f8, 0xe6f9, + 0xe6fa, 0xe6fb, 0xe6fc, 0xe6fd, + 0xe6fe, 0xe6ff, 0xe700, 0xe701, + 0xe702, 0xe703, 0xe704, 0xe705, + 0xe706, 0xe707, 0xe708, 0xe709, + 0xe70a, 0xe70b, 0xe70c, 0xe70d, + 0xe70e, 0xe70f, 0xe710, 0xe711, + 0xe712, 0xe713, 0xe714, 0xe715, + 0xe716, 0xe717, 0xe718, 0xe719, + 0xe71a, 0xe71b, 0xe71c, 0xe71d, + 0xe71e, 0xe71f, 0xe720, 0xe721, + 0xe722, 0xe723, 0xe724, 0xe725, + 0xe726, 0xe727, 0xe728, 0xe729, + 0xe72a, 0xe72b, 0xe72c, 0xe72d, + 0xe72e, 0xe72f, 0xe730, 0xe731, + 0xe732, 0xe733, 0xe734, 0xe735, + 0xe736, 0xe737, 0xe738, 0xe739, + 0xe73a, 0xe73b, 0xe73c, 0xe73d, + 0xe73e, 0xe73f, 0xe740, 0xe741, + 0xe742, 0xe743, 0xe744, 0xe745, + 0xe746, 0xe747, 0xe748, 0xe749, + 0xe74a, 0xe74b, 0xe74c, 0xe74d, + 0xe74e, 0xe74f, 0xe750, 0xe751, + 0xe752, 0xe753, 0xe754, 0xe755, + 0xe756, 0xe757, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe758, 0xe759, 0xe75a, + 0xe75b, 0xe75c, 0xe75d, 0xe75e, + 0xe75f, 0xe760, 0xe761, 0xe762, + 0xe763, 0xe764, 0xe765, 0xe766, + 0xe767, 0xe768, 0xe769, 0xe76a, + 0xe76b, 0xe76c, 0xe76d, 0xe76e, + 0xe76f, 0xe770, 0xe771, 0xe772, + 0xe773, 0xe774, 0xe775, 0xe776, + 0xe777, 0xe778, 0xe779, 0xe77a, + 0xe77b, 0xe77c, 0xe77d, 0xe77e, + 0xe77f, 0xe780, 0xe781, 0xe782, + 0xe783, 0xe784, 0xe785, 0xe786, + 0xe787, 0xe788, 0xe789, 0xe78a, + 0xe78b, 0xe78c, 0xe78d, 0xe78e, + 0xe78f, 0xe790, 0xe791, 0xe792, + 0xe793, 0xe794, 0xe795, 0xe796, + 0x0000, 0xe797, 0xe798, 0xe799, + 0xe79a, 0xe79b, 0xe79c, 0xe79d, + 0xe79e, 0xe79f, 0xe7a0, 0xe7a1, + 0xe7a2, 0xe7a3, 0xe7a4, 0xe7a5, + 0xe7a6, 0xe7a7, 0xe7a8, 0xe7a9, + 0xe7aa, 0xe7ab, 0xe7ac, 0xe7ad, + 0xe7ae, 0xe7af, 0xe7b0, 0xe7b1, + 0xe7b2, 0xe7b3, 0xe7b4, 0xe7b5, + 0xe7b6, 0xe7b7, 0xe7b8, 0xe7b9, + 0xe7ba, 0xe7bb, 0xe7bc, 0xe7bd, + 0xe7be, 0xe7bf, 0xe7c0, 0xe7c1, + 0xe7c2, 0xe7c3, 0xe7c4, 0xe7c5, + 0xe7c6, 0xe7c7, 0xe7c8, 0xe7c9, + 0xe7ca, 0xe7cb, 0xe7cc, 0xe7cd, + 0xe7ce, 0xe7cf, 0xe7d0, 0xe7d1, + 0xe7d2, 0xe7d3, 0xe7d4, 0xe7d5, + 0xe7d6, 0xe7d7, 0xe7d8, 0xe7d9, + 0xe7da, 0xe7db, 0xe7dc, 0xe7dd, + 0xe7de, 0xe7df, 0xe7e0, 0xe7e1, + 0xe7e2, 0xe7e3, 0xe7e4, 0xe7e5, + 0xe7e6, 0xe7e7, 0xe7e8, 0xe7e9, + 0xe7ea, 0xe7eb, 0xe7ec, 0xe7ed, + 0xe7ee, 0xe7ef, 0xe7f0, 0xe7f1, + 0xe7f2, 0xe7f3, 0xe7f4, 0xe7f5, + 0xe7f6, 0xe7f7, 0xe7f8, 0xe7f9, + 0xe7fa, 0xe7fb, 0xe7fc, 0xe7fd, + 0xe7fe, 0xe7ff, 0xe800, 0xe801, + 0xe802, 0xe803, 0xe804, 0xe805, + 0xe806, 0xe807, 0xe808, 0xe809, + 0xe80a, 0xe80b, 0xe80c, 0xe80d, + 0xe80e, 0xe80f, 0xe810, 0xe811, + 0xe812, 0xe813, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe814, 0xe815, 0xe816, + 0xe817, 0xe818, 0xe819, 0xe81a, + 0xe81b, 0xe81c, 0xe81d, 0xe81e, + 0xe81f, 0xe820, 0xe821, 0xe822, + 0xe823, 0xe824, 0xe825, 0xe826, + 0xe827, 0xe828, 0xe829, 0xe82a, + 0xe82b, 0xe82c, 0xe82d, 0xe82e, + 0xe82f, 0xe830, 0xe831, 0xe832, + 0xe833, 0xe834, 0xe835, 0xe836, + 0xe837, 0xe838, 0xe839, 0xe83a, + 0xe83b, 0xe83c, 0xe83d, 0xe83e, + 0xe83f, 0xe840, 0xe841, 0xe842, + 0xe843, 0xe844, 0xe845, 0xe846, + 0xe847, 0xe848, 0xe849, 0xe84a, + 0xe84b, 0xe84c, 0xe84d, 0xe84e, + 0xe84f, 0xe850, 0xe851, 0xe852, + 0x0000, 0xe853, 0xe854, 0xe855, + 0xe856, 0xe857, 0xe858, 0xe859, + 0xe85a, 0xe85b, 0xe85c, 0xe85d, + 0xe85e, 0xe85f, 0xe860, 0xe861, + 0xe862, 0xe863, 0xe864, 0xe865, + 0xe866, 0xe867, 0xe868, 0xe869, + 0xe86a, 0xe86b, 0xe86c, 0xe86d, + 0xe86e, 0xe86f, 0xe870, 0xe871, + 0xe872, 0xe873, 0xe874, 0xe875, + 0xe876, 0xe877, 0xe878, 0xe879, + 0xe87a, 0xe87b, 0xe87c, 0xe87d, + 0xe87e, 0xe87f, 0xe880, 0xe881, + 0xe882, 0xe883, 0xe884, 0xe885, + 0xe886, 0xe887, 0xe888, 0xe889, + 0xe88a, 0xe88b, 0xe88c, 0xe88d, + 0xe88e, 0xe88f, 0xe890, 0xe891, + 0xe892, 0xe893, 0xe894, 0xe895, + 0xe896, 0xe897, 0xe898, 0xe899, + 0xe89a, 0xe89b, 0xe89c, 0xe89d, + 0xe89e, 0xe89f, 0xe8a0, 0xe8a1, + 0xe8a2, 0xe8a3, 0xe8a4, 0xe8a5, + 0xe8a6, 0xe8a7, 0xe8a8, 0xe8a9, + 0xe8aa, 0xe8ab, 0xe8ac, 0xe8ad, + 0xe8ae, 0xe8af, 0xe8b0, 0xe8b1, + 0xe8b2, 0xe8b3, 0xe8b4, 0xe8b5, + 0xe8b6, 0xe8b7, 0xe8b8, 0xe8b9, + 0xe8ba, 0xe8bb, 0xe8bc, 0xe8bd, + 0xe8be, 0xe8bf, 0xe8c0, 0xe8c1, + 0xe8c2, 0xe8c3, 0xe8c4, 0xe8c5, + 0xe8c6, 0xe8c7, 0xe8c8, 0xe8c9, + 0xe8ca, 0xe8cb, 0xe8cc, 0xe8cd, + 0xe8ce, 0xe8cf, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe8d0, 0xe8d1, 0xe8d2, + 0xe8d3, 0xe8d4, 0xe8d5, 0xe8d6, + 0xe8d7, 0xe8d8, 0xe8d9, 0xe8da, + 0xe8db, 0xe8dc, 0xe8dd, 0xe8de, + 0xe8df, 0xe8e0, 0xe8e1, 0xe8e2, + 0xe8e3, 0xe8e4, 0xe8e5, 0xe8e6, + 0xe8e7, 0xe8e8, 0xe8e9, 0xe8ea, + 0xe8eb, 0xe8ec, 0xe8ed, 0xe8ee, + 0xe8ef, 0xe8f0, 0xe8f1, 0xe8f2, + 0xe8f3, 0xe8f4, 0xe8f5, 0xe8f6, + 0xe8f7, 0xe8f8, 0xe8f9, 0xe8fa, + 0xe8fb, 0xe8fc, 0xe8fd, 0xe8fe, + 0xe8ff, 0xe900, 0xe901, 0xe902, + 0xe903, 0xe904, 0xe905, 0xe906, + 0xe907, 0xe908, 0xe909, 0xe90a, + 0xe90b, 0xe90c, 0xe90d, 0xe90e, + 0x0000, 0xe90f, 0xe910, 0xe911, + 0xe912, 0xe913, 0xe914, 0xe915, + 0xe916, 0xe917, 0xe918, 0xe919, + 0xe91a, 0xe91b, 0xe91c, 0xe91d, + 0xe91e, 0xe91f, 0xe920, 0xe921, + 0xe922, 0xe923, 0xe924, 0xe925, + 0xe926, 0xe927, 0xe928, 0xe929, + 0xe92a, 0xe92b, 0xe92c, 0xe92d, + 0xe92e, 0xe92f, 0xe930, 0xe931, + 0xe932, 0xe933, 0xe934, 0xe935, + 0xe936, 0xe937, 0xe938, 0xe939, + 0xe93a, 0xe93b, 0xe93c, 0xe93d, + 0xe93e, 0xe93f, 0xe940, 0xe941, + 0xe942, 0xe943, 0xe944, 0xe945, + 0xe946, 0xe947, 0xe948, 0xe949, + 0xe94a, 0xe94b, 0xe94c, 0xe94d, + 0xe94e, 0xe94f, 0xe950, 0xe951, + 0xe952, 0xe953, 0xe954, 0xe955, + 0xe956, 0xe957, 0xe958, 0xe959, + 0xe95a, 0xe95b, 0xe95c, 0xe95d, + 0xe95e, 0xe95f, 0xe960, 0xe961, + 0xe962, 0xe963, 0xe964, 0xe965, + 0xe966, 0xe967, 0xe968, 0xe969, + 0xe96a, 0xe96b, 0xe96c, 0xe96d, + 0xe96e, 0xe96f, 0xe970, 0xe971, + 0xe972, 0xe973, 0xe974, 0xe975, + 0xe976, 0xe977, 0xe978, 0xe979, + 0xe97a, 0xe97b, 0xe97c, 0xe97d, + 0xe97e, 0xe97f, 0xe980, 0xe981, + 0xe982, 0xe983, 0xe984, 0xe985, + 0xe986, 0xe987, 0xe988, 0xe989, + 0xe98a, 0xe98b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xe98c, 0xe98d, 0xe98e, + 0xe98f, 0xe990, 0xe991, 0xe992, + 0xe993, 0xe994, 0xe995, 0xe996, + 0xe997, 0xe998, 0xe999, 0xe99a, + 0xe99b, 0xe99c, 0xe99d, 0xe99e, + 0xe99f, 0xe9a0, 0xe9a1, 0xe9a2, + 0xe9a3, 0xe9a4, 0xe9a5, 0xe9a6, + 0xe9a7, 0xe9a8, 0xe9a9, 0xe9aa, + 0xe9ab, 0xe9ac, 0xe9ad, 0xe9ae, + 0xe9af, 0xe9b0, 0xe9b1, 0xe9b2, + 0xe9b3, 0xe9b4, 0xe9b5, 0xe9b6, + 0xe9b7, 0xe9b8, 0xe9b9, 0xe9ba, + 0xe9bb, 0xe9bc, 0xe9bd, 0xe9be, + 0xe9bf, 0xe9c0, 0xe9c1, 0xe9c2, + 0xe9c3, 0xe9c4, 0xe9c5, 0xe9c6, + 0xe9c7, 0xe9c8, 0xe9c9, 0xe9ca, + 0x0000, 0xe9cb, 0xe9cc, 0xe9cd, + 0xe9ce, 0xe9cf, 0xe9d0, 0xe9d1, + 0xe9d2, 0xe9d3, 0xe9d4, 0xe9d5, + 0xe9d6, 0xe9d7, 0xe9d8, 0xe9d9, + 0xe9da, 0xe9db, 0xe9dc, 0xe9dd, + 0xe9de, 0xe9df, 0xe9e0, 0xe9e1, + 0xe9e2, 0xe9e3, 0xe9e4, 0xe9e5, + 0xe9e6, 0xe9e7, 0xe9e8, 0xe9e9, + 0xe9ea, 0xe9eb, 0xe9ec, 0xe9ed, + 0xe9ee, 0xe9ef, 0xe9f0, 0xe9f1, + 0xe9f2, 0xe9f3, 0xe9f4, 0xe9f5, + 0xe9f6, 0xe9f7, 0xe9f8, 0xe9f9, + 0xe9fa, 0xe9fb, 0xe9fc, 0xe9fd, + 0xe9fe, 0xe9ff, 0xea00, 0xea01, + 0xea02, 0xea03, 0xea04, 0xea05, + 0xea06, 0xea07, 0xea08, 0xea09, + 0xea0a, 0xea0b, 0xea0c, 0xea0d, + 0xea0e, 0xea0f, 0xea10, 0xea11, + 0xea12, 0xea13, 0xea14, 0xea15, + 0xea16, 0xea17, 0xea18, 0xea19, + 0xea1a, 0xea1b, 0xea1c, 0xea1d, + 0xea1e, 0xea1f, 0xea20, 0xea21, + 0xea22, 0xea23, 0xea24, 0xea25, + 0xea26, 0xea27, 0xea28, 0xea29, + 0xea2a, 0xea2b, 0xea2c, 0xea2d, + 0xea2e, 0xea2f, 0xea30, 0xea31, + 0xea32, 0xea33, 0xea34, 0xea35, + 0xea36, 0xea37, 0xea38, 0xea39, + 0xea3a, 0xea3b, 0xea3c, 0xea3d, + 0xea3e, 0xea3f, 0xea40, 0xea41, + 0xea42, 0xea43, 0xea44, 0xea45, + 0xea46, 0xea47, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xea48, 0xea49, 0xea4a, + 0xea4b, 0xea4c, 0xea4d, 0xea4e, + 0xea4f, 0xea50, 0xea51, 0xea52, + 0xea53, 0xea54, 0xea55, 0xea56, + 0xea57, 0xea58, 0xea59, 0xea5a, + 0xea5b, 0xea5c, 0xea5d, 0xea5e, + 0xea5f, 0xea60, 0xea61, 0xea62, + 0xea63, 0xea64, 0xea65, 0xea66, + 0xea67, 0xea68, 0xea69, 0xea6a, + 0xea6b, 0xea6c, 0xea6d, 0xea6e, + 0xea6f, 0xea70, 0xea71, 0xea72, + 0xea73, 0xea74, 0xea75, 0xea76, + 0xea77, 0xea78, 0xea79, 0xea7a, + 0xea7b, 0xea7c, 0xea7d, 0xea7e, + 0xea7f, 0xea80, 0xea81, 0xea82, + 0xea83, 0xea84, 0xea85, 0xea86, + 0x0000, 0xea87, 0xea88, 0xea89, + 0xea8a, 0xea8b, 0xea8c, 0xea8d, + 0xea8e, 0xea8f, 0xea90, 0xea91, + 0xea92, 0xea93, 0xea94, 0xea95, + 0xea96, 0xea97, 0xea98, 0xea99, + 0xea9a, 0xea9b, 0xea9c, 0xea9d, + 0xea9e, 0xea9f, 0xeaa0, 0xeaa1, + 0xeaa2, 0xeaa3, 0xeaa4, 0xeaa5, + 0xeaa6, 0xeaa7, 0xeaa8, 0xeaa9, + 0xeaaa, 0xeaab, 0xeaac, 0xeaad, + 0xeaae, 0xeaaf, 0xeab0, 0xeab1, + 0xeab2, 0xeab3, 0xeab4, 0xeab5, + 0xeab6, 0xeab7, 0xeab8, 0xeab9, + 0xeaba, 0xeabb, 0xeabc, 0xeabd, + 0xeabe, 0xeabf, 0xeac0, 0xeac1, + 0xeac2, 0xeac3, 0xeac4, 0xeac5, + 0xeac6, 0xeac7, 0xeac8, 0xeac9, + 0xeaca, 0xeacb, 0xeacc, 0xeacd, + 0xeace, 0xeacf, 0xead0, 0xead1, + 0xead2, 0xead3, 0xead4, 0xead5, + 0xead6, 0xead7, 0xead8, 0xead9, + 0xeada, 0xeadb, 0xeadc, 0xeadd, + 0xeade, 0xeadf, 0xeae0, 0xeae1, + 0xeae2, 0xeae3, 0xeae4, 0xeae5, + 0xeae6, 0xeae7, 0xeae8, 0xeae9, + 0xeaea, 0xeaeb, 0xeaec, 0xeaed, + 0xeaee, 0xeaef, 0xeaf0, 0xeaf1, + 0xeaf2, 0xeaf3, 0xeaf4, 0xeaf5, + 0xeaf6, 0xeaf7, 0xeaf8, 0xeaf9, + 0xeafa, 0xeafb, 0xeafc, 0xeafd, + 0xeafe, 0xeaff, 0xeb00, 0xeb01, + 0xeb02, 0xeb03, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xeb04, 0xeb05, 0xeb06, + 0xeb07, 0xeb08, 0xeb09, 0xeb0a, + 0xeb0b, 0xeb0c, 0xeb0d, 0xeb0e, + 0xeb0f, 0xeb10, 0xeb11, 0xeb12, + 0xeb13, 0xeb14, 0xeb15, 0xeb16, + 0xeb17, 0xeb18, 0xeb19, 0xeb1a, + 0xeb1b, 0xeb1c, 0xeb1d, 0xeb1e, + 0xeb1f, 0xeb20, 0xeb21, 0xeb22, + 0xeb23, 0xeb24, 0xeb25, 0xeb26, + 0xeb27, 0xeb28, 0xeb29, 0xeb2a, + 0xeb2b, 0xeb2c, 0xeb2d, 0xeb2e, + 0xeb2f, 0xeb30, 0xeb31, 0xeb32, + 0xeb33, 0xeb34, 0xeb35, 0xeb36, + 0xeb37, 0xeb38, 0xeb39, 0xeb3a, + 0xeb3b, 0xeb3c, 0xeb3d, 0xeb3e, + 0xeb3f, 0xeb40, 0xeb41, 0xeb42, + 0x0000, 0xeb43, 0xeb44, 0xeb45, + 0xeb46, 0xeb47, 0xeb48, 0xeb49, + 0xeb4a, 0xeb4b, 0xeb4c, 0xeb4d, + 0xeb4e, 0xeb4f, 0xeb50, 0xeb51, + 0xeb52, 0xeb53, 0xeb54, 0xeb55, + 0xeb56, 0xeb57, 0xeb58, 0xeb59, + 0xeb5a, 0xeb5b, 0xeb5c, 0xeb5d, + 0xeb5e, 0xeb5f, 0xeb60, 0xeb61, + 0xeb62, 0xeb63, 0xeb64, 0xeb65, + 0xeb66, 0xeb67, 0xeb68, 0xeb69, + 0xeb6a, 0xeb6b, 0xeb6c, 0xeb6d, + 0xeb6e, 0xeb6f, 0xeb70, 0xeb71, + 0xeb72, 0xeb73, 0xeb74, 0xeb75, + 0xeb76, 0xeb77, 0xeb78, 0xeb79, + 0xeb7a, 0xeb7b, 0xeb7c, 0xeb7d, + 0xeb7e, 0xeb7f, 0xeb80, 0xeb81, + 0xeb82, 0xeb83, 0xeb84, 0xeb85, + 0xeb86, 0xeb87, 0xeb88, 0xeb89, + 0xeb8a, 0xeb8b, 0xeb8c, 0xeb8d, + 0xeb8e, 0xeb8f, 0xeb90, 0xeb91, + 0xeb92, 0xeb93, 0xeb94, 0xeb95, + 0xeb96, 0xeb97, 0xeb98, 0xeb99, + 0xeb9a, 0xeb9b, 0xeb9c, 0xeb9d, + 0xeb9e, 0xeb9f, 0xeba0, 0xeba1, + 0xeba2, 0xeba3, 0xeba4, 0xeba5, + 0xeba6, 0xeba7, 0xeba8, 0xeba9, + 0xebaa, 0xebab, 0xebac, 0xebad, + 0xebae, 0xebaf, 0xebb0, 0xebb1, + 0xebb2, 0xebb3, 0xebb4, 0xebb5, + 0xebb6, 0xebb7, 0xebb8, 0xebb9, + 0xebba, 0xebbb, 0xebbc, 0xebbd, + 0xebbe, 0xebbf, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xebc0, 0xebc1, 0xebc2, + 0xebc3, 0xebc4, 0xebc5, 0xebc6, + 0xebc7, 0xebc8, 0xebc9, 0xebca, + 0xebcb, 0xebcc, 0xebcd, 0xebce, + 0xebcf, 0xebd0, 0xebd1, 0xebd2, + 0xebd3, 0xebd4, 0xebd5, 0xebd6, + 0xebd7, 0xebd8, 0xebd9, 0xebda, + 0xebdb, 0xebdc, 0xebdd, 0xebde, + 0xebdf, 0xebe0, 0xebe1, 0xebe2, + 0xebe3, 0xebe4, 0xebe5, 0xebe6, + 0xebe7, 0xebe8, 0xebe9, 0xebea, + 0xebeb, 0xebec, 0xebed, 0xebee, + 0xebef, 0xebf0, 0xebf1, 0xebf2, + 0xebf3, 0xebf4, 0xebf5, 0xebf6, + 0xebf7, 0xebf8, 0xebf9, 0xebfa, + 0xebfb, 0xebfc, 0xebfd, 0xebfe, + 0x0000, 0xebff, 0xec00, 0xec01, + 0xec02, 0xec03, 0xec04, 0xec05, + 0xec06, 0xec07, 0xec08, 0xec09, + 0xec0a, 0xec0b, 0xec0c, 0xec0d, + 0xec0e, 0xec0f, 0xec10, 0xec11, + 0xec12, 0xec13, 0xec14, 0xec15, + 0xec16, 0xec17, 0xec18, 0xec19, + 0xec1a, 0xec1b, 0xec1c, 0xec1d, + 0xec1e, 0xec1f, 0xec20, 0xec21, + 0xec22, 0xec23, 0xec24, 0xec25, + 0xec26, 0xec27, 0xec28, 0xec29, + 0xec2a, 0xec2b, 0xec2c, 0xec2d, + 0xec2e, 0xec2f, 0xec30, 0xec31, + 0xec32, 0xec33, 0xec34, 0xec35, + 0xec36, 0xec37, 0xec38, 0xec39, + 0xec3a, 0xec3b, 0xec3c, 0xec3d, + 0xec3e, 0xec3f, 0xec40, 0xec41, + 0xec42, 0xec43, 0xec44, 0xec45, + 0xec46, 0xec47, 0xec48, 0xec49, + 0xec4a, 0xec4b, 0xec4c, 0xec4d, + 0xec4e, 0xec4f, 0xec50, 0xec51, + 0xec52, 0xec53, 0xec54, 0xec55, + 0xec56, 0xec57, 0xec58, 0xec59, + 0xec5a, 0xec5b, 0xec5c, 0xec5d, + 0xec5e, 0xec5f, 0xec60, 0xec61, + 0xec62, 0xec63, 0xec64, 0xec65, + 0xec66, 0xec67, 0xec68, 0xec69, + 0xec6a, 0xec6b, 0xec6c, 0xec6d, + 0xec6e, 0xec6f, 0xec70, 0xec71, + 0xec72, 0xec73, 0xec74, 0xec75, + 0xec76, 0xec77, 0xec78, 0xec79, + 0xec7a, 0xec7b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xec7c, 0xec7d, 0xec7e, + 0xec7f, 0xec80, 0xec81, 0xec82, + 0xec83, 0xec84, 0xec85, 0xec86, + 0xec87, 0xec88, 0xec89, 0xec8a, + 0xec8b, 0xec8c, 0xec8d, 0xec8e, + 0xec8f, 0xec90, 0xec91, 0xec92, + 0xec93, 0xec94, 0xec95, 0xec96, + 0xec97, 0xec98, 0xec99, 0xec9a, + 0xec9b, 0xec9c, 0xec9d, 0xec9e, + 0xec9f, 0xeca0, 0xeca1, 0xeca2, + 0xeca3, 0xeca4, 0xeca5, 0xeca6, + 0xeca7, 0xeca8, 0xeca9, 0xecaa, + 0xecab, 0xecac, 0xecad, 0xecae, + 0xecaf, 0xecb0, 0xecb1, 0xecb2, + 0xecb3, 0xecb4, 0xecb5, 0xecb6, + 0xecb7, 0xecb8, 0xecb9, 0xecba, + 0x0000, 0xecbb, 0xecbc, 0xecbd, + 0xecbe, 0xecbf, 0xecc0, 0xecc1, + 0xecc2, 0xecc3, 0xecc4, 0xecc5, + 0xecc6, 0xecc7, 0xecc8, 0xecc9, + 0xecca, 0xeccb, 0xeccc, 0xeccd, + 0xecce, 0xeccf, 0xecd0, 0xecd1, + 0xecd2, 0xecd3, 0xecd4, 0xecd5, + 0xecd6, 0xecd7, 0xecd8, 0xecd9, + 0xecda, 0xecdb, 0xecdc, 0xecdd, + 0xecde, 0xecdf, 0xece0, 0xece1, + 0xece2, 0xece3, 0xece4, 0xece5, + 0xece6, 0xece7, 0xece8, 0xece9, + 0xecea, 0xeceb, 0xecec, 0xeced, + 0xecee, 0xecef, 0xecf0, 0xecf1, + 0xecf2, 0xecf3, 0xecf4, 0xecf5, + 0xecf6, 0xecf7, 0xecf8, 0xecf9, + 0xecfa, 0xecfb, 0xecfc, 0xecfd, + 0xecfe, 0xecff, 0xed00, 0xed01, + 0xed02, 0xed03, 0xed04, 0xed05, + 0xed06, 0xed07, 0xed08, 0xed09, + 0xed0a, 0xed0b, 0xed0c, 0xed0d, + 0xed0e, 0xed0f, 0xed10, 0xed11, + 0xed12, 0xed13, 0xed14, 0xed15, + 0xed16, 0xed17, 0xed18, 0xed19, + 0xed1a, 0xed1b, 0xed1c, 0xed1d, + 0xed1e, 0xed1f, 0xed20, 0xed21, + 0xed22, 0xed23, 0xed24, 0xed25, + 0xed26, 0xed27, 0xed28, 0xed29, + 0xed2a, 0xed2b, 0xed2c, 0xed2d, + 0xed2e, 0xed2f, 0xed30, 0xed31, + 0xed32, 0xed33, 0xed34, 0xed35, + 0xed36, 0xed37, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xed38, 0xed39, 0xed3a, + 0xed3b, 0xed3c, 0xed3d, 0xed3e, + 0xed3f, 0xed40, 0xed41, 0xed42, + 0xed43, 0xed44, 0xed45, 0xed46, + 0xed47, 0xed48, 0xed49, 0xed4a, + 0xed4b, 0xed4c, 0xed4d, 0xed4e, + 0xed4f, 0xed50, 0xed51, 0xed52, + 0xed53, 0xed54, 0xed55, 0xed56, + 0xed57, 0xed58, 0xed59, 0xed5a, + 0xed5b, 0xed5c, 0xed5d, 0xed5e, + 0xed5f, 0xed60, 0xed61, 0xed62, + 0xed63, 0xed64, 0xed65, 0xed66, + 0xed67, 0xed68, 0xed69, 0xed6a, + 0xed6b, 0xed6c, 0xed6d, 0xed6e, + 0xed6f, 0xed70, 0xed71, 0xed72, + 0xed73, 0xed74, 0xed75, 0xed76, + 0x0000, 0xed77, 0xed78, 0xed79, + 0xed7a, 0xed7b, 0xed7c, 0xed7d, + 0xed7e, 0xed7f, 0xed80, 0xed81, + 0xed82, 0xed83, 0xed84, 0xed85, + 0xed86, 0xed87, 0xed88, 0xed89, + 0xed8a, 0xed8b, 0xed8c, 0xed8d, + 0xed8e, 0xed8f, 0xed90, 0xed91, + 0xed92, 0xed93, 0xed94, 0xed95, + 0xed96, 0xed97, 0xed98, 0xed99, + 0xed9a, 0xed9b, 0xed9c, 0xed9d, + 0xed9e, 0xed9f, 0xeda0, 0xeda1, + 0xeda2, 0xeda3, 0xeda4, 0xeda5, + 0xeda6, 0xeda7, 0xeda8, 0xeda9, + 0xedaa, 0xedab, 0xedac, 0xedad, + 0xedae, 0xedaf, 0xedb0, 0xedb1, + 0xedb2, 0xedb3, 0xedb4, 0xedb5, + 0xedb6, 0xedb7, 0xedb8, 0xedb9, + 0xedba, 0xedbb, 0xedbc, 0xedbd, + 0xedbe, 0xedbf, 0xedc0, 0xedc1, + 0xedc2, 0xedc3, 0xedc4, 0xedc5, + 0xedc6, 0xedc7, 0xedc8, 0xedc9, + 0xedca, 0xedcb, 0xedcc, 0xedcd, + 0xedce, 0xedcf, 0xedd0, 0xedd1, + 0xedd2, 0xedd3, 0xedd4, 0xedd5, + 0xedd6, 0xedd7, 0xedd8, 0xedd9, + 0xedda, 0xeddb, 0xeddc, 0xeddd, + 0xedde, 0xeddf, 0xede0, 0xede1, + 0xede2, 0xede3, 0xede4, 0xede5, + 0xede6, 0xede7, 0xede8, 0xede9, + 0xedea, 0xedeb, 0xedec, 0xeded, + 0xedee, 0xedef, 0xedf0, 0xedf1, + 0xedf2, 0xedf3, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xedf4, 0xedf5, 0xedf6, + 0xedf7, 0xedf8, 0xedf9, 0xedfa, + 0xedfb, 0xedfc, 0xedfd, 0xedfe, + 0xedff, 0xee00, 0xee01, 0xee02, + 0xee03, 0xee04, 0xee05, 0xee06, + 0xee07, 0xee08, 0xee09, 0xee0a, + 0xee0b, 0xee0c, 0xee0d, 0xee0e, + 0xee0f, 0xee10, 0xee11, 0xee12, + 0xee13, 0xee14, 0xee15, 0xee16, + 0xee17, 0xee18, 0xee19, 0xee1a, + 0xee1b, 0xee1c, 0xee1d, 0xee1e, + 0xee1f, 0xee20, 0xee21, 0xee22, + 0xee23, 0xee24, 0xee25, 0xee26, + 0xee27, 0xee28, 0xee29, 0xee2a, + 0xee2b, 0xee2c, 0xee2d, 0xee2e, + 0xee2f, 0xee30, 0xee31, 0xee32, + 0x0000, 0xee33, 0xee34, 0xee35, + 0xee36, 0xee37, 0xee38, 0xee39, + 0xee3a, 0xee3b, 0xee3c, 0xee3d, + 0xee3e, 0xee3f, 0xee40, 0xee41, + 0xee42, 0xee43, 0xee44, 0xee45, + 0xee46, 0xee47, 0xee48, 0xee49, + 0xee4a, 0xee4b, 0xee4c, 0xee4d, + 0xee4e, 0xee4f, 0xee50, 0xee51, + 0xee52, 0xee53, 0xee54, 0xee55, + 0xee56, 0xee57, 0xee58, 0xee59, + 0xee5a, 0xee5b, 0xee5c, 0xee5d, + 0xee5e, 0xee5f, 0xee60, 0xee61, + 0xee62, 0xee63, 0xee64, 0xee65, + 0xee66, 0xee67, 0xee68, 0xee69, + 0xee6a, 0xee6b, 0xee6c, 0xee6d, + 0xee6e, 0xee6f, 0xee70, 0xee71, + 0xee72, 0xee73, 0xee74, 0xee75, + 0xee76, 0xee77, 0xee78, 0xee79, + 0xee7a, 0xee7b, 0xee7c, 0xee7d, + 0xee7e, 0xee7f, 0xee80, 0xee81, + 0xee82, 0xee83, 0xee84, 0xee85, + 0xee86, 0xee87, 0xee88, 0xee89, + 0xee8a, 0xee8b, 0xee8c, 0xee8d, + 0xee8e, 0xee8f, 0xee90, 0xee91, + 0xee92, 0xee93, 0xee94, 0xee95, + 0xee96, 0xee97, 0xee98, 0xee99, + 0xee9a, 0xee9b, 0xee9c, 0xee9d, + 0xee9e, 0xee9f, 0xeea0, 0xeea1, + 0xeea2, 0xeea3, 0xeea4, 0xeea5, + 0xeea6, 0xeea7, 0xeea8, 0xeea9, + 0xeeaa, 0xeeab, 0xeeac, 0xeead, + 0xeeae, 0xeeaf, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xeeb0, 0xeeb1, 0xeeb2, + 0xeeb3, 0xeeb4, 0xeeb5, 0xeeb6, + 0xeeb7, 0xeeb8, 0xeeb9, 0xeeba, + 0xeebb, 0xeebc, 0xeebd, 0xeebe, + 0xeebf, 0xeec0, 0xeec1, 0xeec2, + 0xeec3, 0xeec4, 0xeec5, 0xeec6, + 0xeec7, 0xeec8, 0xeec9, 0xeeca, + 0xeecb, 0xeecc, 0xeecd, 0xeece, + 0xeecf, 0xeed0, 0xeed1, 0xeed2, + 0xeed3, 0xeed4, 0xeed5, 0xeed6, + 0xeed7, 0xeed8, 0xeed9, 0xeeda, + 0xeedb, 0xeedc, 0xeedd, 0xeede, + 0xeedf, 0xeee0, 0xeee1, 0xeee2, + 0xeee3, 0xeee4, 0xeee5, 0xeee6, + 0xeee7, 0xeee8, 0xeee9, 0xeeea, + 0xeeeb, 0xeeec, 0xeeed, 0xeeee, + 0x0000, 0xeeef, 0xeef0, 0xeef1, + 0xeef2, 0xeef3, 0xeef4, 0xeef5, + 0xeef6, 0xeef7, 0xeef8, 0xeef9, + 0xeefa, 0xeefb, 0xeefc, 0xeefd, + 0xeefe, 0xeeff, 0xef00, 0xef01, + 0xef02, 0xef03, 0xef04, 0xef05, + 0xef06, 0xef07, 0xef08, 0xef09, + 0xef0a, 0xef0b, 0xef0c, 0xef0d, + 0xef0e, 0xef0f, 0xef10, 0xef11, + 0xef12, 0xef13, 0xef14, 0xef15, + 0xef16, 0xef17, 0xef18, 0xef19, + 0xef1a, 0xef1b, 0xef1c, 0xef1d, + 0xef1e, 0xef1f, 0xef20, 0xef21, + 0xef22, 0xef23, 0xef24, 0xef25, + 0xef26, 0xef27, 0xef28, 0xef29, + 0xef2a, 0xef2b, 0xef2c, 0xef2d, + 0xef2e, 0xef2f, 0xef30, 0xef31, + 0xef32, 0xef33, 0xef34, 0xef35, + 0xef36, 0xef37, 0xef38, 0xef39, + 0xef3a, 0xef3b, 0xef3c, 0xef3d, + 0xef3e, 0xef3f, 0xef40, 0xef41, + 0xef42, 0xef43, 0xef44, 0xef45, + 0xef46, 0xef47, 0xef48, 0xef49, + 0xef4a, 0xef4b, 0xef4c, 0xef4d, + 0xef4e, 0xef4f, 0xef50, 0xef51, + 0xef52, 0xef53, 0xef54, 0xef55, + 0xef56, 0xef57, 0xef58, 0xef59, + 0xef5a, 0xef5b, 0xef5c, 0xef5d, + 0xef5e, 0xef5f, 0xef60, 0xef61, + 0xef62, 0xef63, 0xef64, 0xef65, + 0xef66, 0xef67, 0xef68, 0xef69, + 0xef6a, 0xef6b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xef6c, 0xef6d, 0xef6e, + 0xef6f, 0xef70, 0xef71, 0xef72, + 0xef73, 0xef74, 0xef75, 0xef76, + 0xef77, 0xef78, 0xef79, 0xef7a, + 0xef7b, 0xef7c, 0xef7d, 0xef7e, + 0xef7f, 0xef80, 0xef81, 0xef82, + 0xef83, 0xef84, 0xef85, 0xef86, + 0xef87, 0xef88, 0xef89, 0xef8a, + 0xef8b, 0xef8c, 0xef8d, 0xef8e, + 0xef8f, 0xef90, 0xef91, 0xef92, + 0xef93, 0xef94, 0xef95, 0xef96, + 0xef97, 0xef98, 0xef99, 0xef9a, + 0xef9b, 0xef9c, 0xef9d, 0xef9e, + 0xef9f, 0xefa0, 0xefa1, 0xefa2, + 0xefa3, 0xefa4, 0xefa5, 0xefa6, + 0xefa7, 0xefa8, 0xefa9, 0xefaa, + 0x0000, 0xefab, 0xefac, 0xefad, + 0xefae, 0xefaf, 0xefb0, 0xefb1, + 0xefb2, 0xefb3, 0xefb4, 0xefb5, + 0xefb6, 0xefb7, 0xefb8, 0xefb9, + 0xefba, 0xefbb, 0xefbc, 0xefbd, + 0xefbe, 0xefbf, 0xefc0, 0xefc1, + 0xefc2, 0xefc3, 0xefc4, 0xefc5, + 0xefc6, 0xefc7, 0xefc8, 0xefc9, + 0xefca, 0xefcb, 0xefcc, 0xefcd, + 0xefce, 0xefcf, 0xefd0, 0xefd1, + 0xefd2, 0xefd3, 0xefd4, 0xefd5, + 0xefd6, 0xefd7, 0xefd8, 0xefd9, + 0xefda, 0xefdb, 0xefdc, 0xefdd, + 0xefde, 0xefdf, 0xefe0, 0xefe1, + 0xefe2, 0xefe3, 0xefe4, 0xefe5, + 0xefe6, 0xefe7, 0xefe8, 0xefe9, + 0xefea, 0xefeb, 0xefec, 0xefed, + 0xefee, 0xefef, 0xeff0, 0xeff1, + 0xeff2, 0xeff3, 0xeff4, 0xeff5, + 0xeff6, 0xeff7, 0xeff8, 0xeff9, + 0xeffa, 0xeffb, 0xeffc, 0xeffd, + 0xeffe, 0xefff, 0xf000, 0xf001, + 0xf002, 0xf003, 0xf004, 0xf005, + 0xf006, 0xf007, 0xf008, 0xf009, + 0xf00a, 0xf00b, 0xf00c, 0xf00d, + 0xf00e, 0xf00f, 0xf010, 0xf011, + 0xf012, 0xf013, 0xf014, 0xf015, + 0xf016, 0xf017, 0xf018, 0xf019, + 0xf01a, 0xf01b, 0xf01c, 0xf01d, + 0xf01e, 0xf01f, 0xf020, 0xf021, + 0xf022, 0xf023, 0xf024, 0xf025, + 0xf026, 0xf027, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf028, 0xf029, 0xf02a, + 0xf02b, 0xf02c, 0xf02d, 0xf02e, + 0xf02f, 0xf030, 0xf031, 0xf032, + 0xf033, 0xf034, 0xf035, 0xf036, + 0xf037, 0xf038, 0xf039, 0xf03a, + 0xf03b, 0xf03c, 0xf03d, 0xf03e, + 0xf03f, 0xf040, 0xf041, 0xf042, + 0xf043, 0xf044, 0xf045, 0xf046, + 0xf047, 0xf048, 0xf049, 0xf04a, + 0xf04b, 0xf04c, 0xf04d, 0xf04e, + 0xf04f, 0xf050, 0xf051, 0xf052, + 0xf053, 0xf054, 0xf055, 0xf056, + 0xf057, 0xf058, 0xf059, 0xf05a, + 0xf05b, 0xf05c, 0xf05d, 0xf05e, + 0xf05f, 0xf060, 0xf061, 0xf062, + 0xf063, 0xf064, 0xf065, 0xf066, + 0x0000, 0xf067, 0xf068, 0xf069, + 0xf06a, 0xf06b, 0xf06c, 0xf06d, + 0xf06e, 0xf06f, 0xf070, 0xf071, + 0xf072, 0xf073, 0xf074, 0xf075, + 0xf076, 0xf077, 0xf078, 0xf079, + 0xf07a, 0xf07b, 0xf07c, 0xf07d, + 0xf07e, 0xf07f, 0xf080, 0xf081, + 0xf082, 0xf083, 0xf084, 0xf085, + 0xf086, 0xf087, 0xf088, 0xf089, + 0xf08a, 0xf08b, 0xf08c, 0xf08d, + 0xf08e, 0xf08f, 0xf090, 0xf091, + 0xf092, 0xf093, 0xf094, 0xf095, + 0xf096, 0xf097, 0xf098, 0xf099, + 0xf09a, 0xf09b, 0xf09c, 0xf09d, + 0xf09e, 0xf09f, 0xf0a0, 0xf0a1, + 0xf0a2, 0xf0a3, 0xf0a4, 0xf0a5, + 0xf0a6, 0xf0a7, 0xf0a8, 0xf0a9, + 0xf0aa, 0xf0ab, 0xf0ac, 0xf0ad, + 0xf0ae, 0xf0af, 0xf0b0, 0xf0b1, + 0xf0b2, 0xf0b3, 0xf0b4, 0xf0b5, + 0xf0b6, 0xf0b7, 0xf0b8, 0xf0b9, + 0xf0ba, 0xf0bb, 0xf0bc, 0xf0bd, + 0xf0be, 0xf0bf, 0xf0c0, 0xf0c1, + 0xf0c2, 0xf0c3, 0xf0c4, 0xf0c5, + 0xf0c6, 0xf0c7, 0xf0c8, 0xf0c9, + 0xf0ca, 0xf0cb, 0xf0cc, 0xf0cd, + 0xf0ce, 0xf0cf, 0xf0d0, 0xf0d1, + 0xf0d2, 0xf0d3, 0xf0d4, 0xf0d5, + 0xf0d6, 0xf0d7, 0xf0d8, 0xf0d9, + 0xf0da, 0xf0db, 0xf0dc, 0xf0dd, + 0xf0de, 0xf0df, 0xf0e0, 0xf0e1, + 0xf0e2, 0xf0e3, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf0e4, 0xf0e5, 0xf0e6, + 0xf0e7, 0xf0e8, 0xf0e9, 0xf0ea, + 0xf0eb, 0xf0ec, 0xf0ed, 0xf0ee, + 0xf0ef, 0xf0f0, 0xf0f1, 0xf0f2, + 0xf0f3, 0xf0f4, 0xf0f5, 0xf0f6, + 0xf0f7, 0xf0f8, 0xf0f9, 0xf0fa, + 0xf0fb, 0xf0fc, 0xf0fd, 0xf0fe, + 0xf0ff, 0xf100, 0xf101, 0xf102, + 0xf103, 0xf104, 0xf105, 0xf106, + 0xf107, 0xf108, 0xf109, 0xf10a, + 0xf10b, 0xf10c, 0xf10d, 0xf10e, + 0xf10f, 0xf110, 0xf111, 0xf112, + 0xf113, 0xf114, 0xf115, 0xf116, + 0xf117, 0xf118, 0xf119, 0xf11a, + 0xf11b, 0xf11c, 0xf11d, 0xf11e, + 0xf11f, 0xf120, 0xf121, 0xf122, + 0x0000, 0xf123, 0xf124, 0xf125, + 0xf126, 0xf127, 0xf128, 0xf129, + 0xf12a, 0xf12b, 0xf12c, 0xf12d, + 0xf12e, 0xf12f, 0xf130, 0xf131, + 0xf132, 0xf133, 0xf134, 0xf135, + 0xf136, 0xf137, 0xf138, 0xf139, + 0xf13a, 0xf13b, 0xf13c, 0xf13d, + 0xf13e, 0xf13f, 0xf140, 0xf141, + 0xf142, 0xf143, 0xf144, 0xf145, + 0xf146, 0xf147, 0xf148, 0xf149, + 0xf14a, 0xf14b, 0xf14c, 0xf14d, + 0xf14e, 0xf14f, 0xf150, 0xf151, + 0xf152, 0xf153, 0xf154, 0xf155, + 0xf156, 0xf157, 0xf158, 0xf159, + 0xf15a, 0xf15b, 0xf15c, 0xf15d, + 0xf15e, 0xf15f, 0xf160, 0xf161, + 0xf162, 0xf163, 0xf164, 0xf165, + 0xf166, 0xf167, 0xf168, 0xf169, + 0xf16a, 0xf16b, 0xf16c, 0xf16d, + 0xf16e, 0xf16f, 0xf170, 0xf171, + 0xf172, 0xf173, 0xf174, 0xf175, + 0xf176, 0xf177, 0xf178, 0xf179, + 0xf17a, 0xf17b, 0xf17c, 0xf17d, + 0xf17e, 0xf17f, 0xf180, 0xf181, + 0xf182, 0xf183, 0xf184, 0xf185, + 0xf186, 0xf187, 0xf188, 0xf189, + 0xf18a, 0xf18b, 0xf18c, 0xf18d, + 0xf18e, 0xf18f, 0xf190, 0xf191, + 0xf192, 0xf193, 0xf194, 0xf195, + 0xf196, 0xf197, 0xf198, 0xf199, + 0xf19a, 0xf19b, 0xf19c, 0xf19d, + 0xf19e, 0xf19f, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf1a0, 0xf1a1, 0xf1a2, + 0xf1a3, 0xf1a4, 0xf1a5, 0xf1a6, + 0xf1a7, 0xf1a8, 0xf1a9, 0xf1aa, + 0xf1ab, 0xf1ac, 0xf1ad, 0xf1ae, + 0xf1af, 0xf1b0, 0xf1b1, 0xf1b2, + 0xf1b3, 0xf1b4, 0xf1b5, 0xf1b6, + 0xf1b7, 0xf1b8, 0xf1b9, 0xf1ba, + 0xf1bb, 0xf1bc, 0xf1bd, 0xf1be, + 0xf1bf, 0xf1c0, 0xf1c1, 0xf1c2, + 0xf1c3, 0xf1c4, 0xf1c5, 0xf1c6, + 0xf1c7, 0xf1c8, 0xf1c9, 0xf1ca, + 0xf1cb, 0xf1cc, 0xf1cd, 0xf1ce, + 0xf1cf, 0xf1d0, 0xf1d1, 0xf1d2, + 0xf1d3, 0xf1d4, 0xf1d5, 0xf1d6, + 0xf1d7, 0xf1d8, 0xf1d9, 0xf1da, + 0xf1db, 0xf1dc, 0xf1dd, 0xf1de, + 0x0000, 0xf1df, 0xf1e0, 0xf1e1, + 0xf1e2, 0xf1e3, 0xf1e4, 0xf1e5, + 0xf1e6, 0xf1e7, 0xf1e8, 0xf1e9, + 0xf1ea, 0xf1eb, 0xf1ec, 0xf1ed, + 0xf1ee, 0xf1ef, 0xf1f0, 0xf1f1, + 0xf1f2, 0xf1f3, 0xf1f4, 0xf1f5, + 0xf1f6, 0xf1f7, 0xf1f8, 0xf1f9, + 0xf1fa, 0xf1fb, 0xf1fc, 0xf1fd, + 0xf1fe, 0xf1ff, 0xf200, 0xf201, + 0xf202, 0xf203, 0xf204, 0xf205, + 0xf206, 0xf207, 0xf208, 0xf209, + 0xf20a, 0xf20b, 0xf20c, 0xf20d, + 0xf20e, 0xf20f, 0xf210, 0xf211, + 0xf212, 0xf213, 0xf214, 0xf215, + 0xf216, 0xf217, 0xf218, 0xf219, + 0xf21a, 0xf21b, 0xf21c, 0xf21d, + 0xf21e, 0xf21f, 0xf220, 0xf221, + 0xf222, 0xf223, 0xf224, 0xf225, + 0xf226, 0xf227, 0xf228, 0xf229, + 0xf22a, 0xf22b, 0xf22c, 0xf22d, + 0xf22e, 0xf22f, 0xf230, 0xf231, + 0xf232, 0xf233, 0xf234, 0xf235, + 0xf236, 0xf237, 0xf238, 0xf239, + 0xf23a, 0xf23b, 0xf23c, 0xf23d, + 0xf23e, 0xf23f, 0xf240, 0xf241, + 0xf242, 0xf243, 0xf244, 0xf245, + 0xf246, 0xf247, 0xf248, 0xf249, + 0xf24a, 0xf24b, 0xf24c, 0xf24d, + 0xf24e, 0xf24f, 0xf250, 0xf251, + 0xf252, 0xf253, 0xf254, 0xf255, + 0xf256, 0xf257, 0xf258, 0xf259, + 0xf25a, 0xf25b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf25c, 0xf25d, 0xf25e, + 0xf25f, 0xf260, 0xf261, 0xf262, + 0xf263, 0xf264, 0xf265, 0xf266, + 0xf267, 0xf268, 0xf269, 0xf26a, + 0xf26b, 0xf26c, 0xf26d, 0xf26e, + 0xf26f, 0xf270, 0xf271, 0xf272, + 0xf273, 0xf274, 0xf275, 0xf276, + 0xf277, 0xf278, 0xf279, 0xf27a, + 0xf27b, 0xf27c, 0xf27d, 0xf27e, + 0xf27f, 0xf280, 0xf281, 0xf282, + 0xf283, 0xf284, 0xf285, 0xf286, + 0xf287, 0xf288, 0xf289, 0xf28a, + 0xf28b, 0xf28c, 0xf28d, 0xf28e, + 0xf28f, 0xf290, 0xf291, 0xf292, + 0xf293, 0xf294, 0xf295, 0xf296, + 0xf297, 0xf298, 0xf299, 0xf29a, + 0x0000, 0xf29b, 0xf29c, 0xf29d, + 0xf29e, 0xf29f, 0xf2a0, 0xf2a1, + 0xf2a2, 0xf2a3, 0xf2a4, 0xf2a5, + 0xf2a6, 0xf2a7, 0xf2a8, 0xf2a9, + 0xf2aa, 0xf2ab, 0xf2ac, 0xf2ad, + 0xf2ae, 0xf2af, 0xf2b0, 0xf2b1, + 0xf2b2, 0xf2b3, 0xf2b4, 0xf2b5, + 0xf2b6, 0xf2b7, 0xf2b8, 0xf2b9, + 0xf2ba, 0xf2bb, 0xf2bc, 0xf2bd, + 0xf2be, 0xf2bf, 0xf2c0, 0xf2c1, + 0xf2c2, 0xf2c3, 0xf2c4, 0xf2c5, + 0xf2c6, 0xf2c7, 0xf2c8, 0xf2c9, + 0xf2ca, 0xf2cb, 0xf2cc, 0xf2cd, + 0xf2ce, 0xf2cf, 0xf2d0, 0xf2d1, + 0xf2d2, 0xf2d3, 0xf2d4, 0xf2d5, + 0xf2d6, 0xf2d7, 0xf2d8, 0xf2d9, + 0xf2da, 0xf2db, 0xf2dc, 0xf2dd, + 0xf2de, 0xf2df, 0xf2e0, 0xf2e1, + 0xf2e2, 0xf2e3, 0xf2e4, 0xf2e5, + 0xf2e6, 0xf2e7, 0xf2e8, 0xf2e9, + 0xf2ea, 0xf2eb, 0xf2ec, 0xf2ed, + 0xf2ee, 0xf2ef, 0xf2f0, 0xf2f1, + 0xf2f2, 0xf2f3, 0xf2f4, 0xf2f5, + 0xf2f6, 0xf2f7, 0xf2f8, 0xf2f9, + 0xf2fa, 0xf2fb, 0xf2fc, 0xf2fd, + 0xf2fe, 0xf2ff, 0xf300, 0xf301, + 0xf302, 0xf303, 0xf304, 0xf305, + 0xf306, 0xf307, 0xf308, 0xf309, + 0xf30a, 0xf30b, 0xf30c, 0xf30d, + 0xf30e, 0xf30f, 0xf310, 0xf311, + 0xf312, 0xf313, 0xf314, 0xf315, + 0xf316, 0xf317, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf318, 0xf319, 0xf31a, + 0xf31b, 0xf31c, 0xf31d, 0xf31e, + 0xf31f, 0xf320, 0xf321, 0xf322, + 0xf323, 0xf324, 0xf325, 0xf326, + 0xf327, 0xf328, 0xf329, 0xf32a, + 0xf32b, 0xf32c, 0xf32d, 0xf32e, + 0xf32f, 0xf330, 0xf331, 0xf332, + 0xf333, 0xf334, 0xf335, 0xf336, + 0xf337, 0xf338, 0xf339, 0xf33a, + 0xf33b, 0xf33c, 0xf33d, 0xf33e, + 0xf33f, 0xf340, 0xf341, 0xf342, + 0xf343, 0xf344, 0xf345, 0xf346, + 0xf347, 0xf348, 0xf349, 0xf34a, + 0xf34b, 0xf34c, 0xf34d, 0xf34e, + 0xf34f, 0xf350, 0xf351, 0xf352, + 0xf353, 0xf354, 0xf355, 0xf356, + 0x0000, 0xf357, 0xf358, 0xf359, + 0xf35a, 0xf35b, 0xf35c, 0xf35d, + 0xf35e, 0xf35f, 0xf360, 0xf361, + 0xf362, 0xf363, 0xf364, 0xf365, + 0xf366, 0xf367, 0xf368, 0xf369, + 0xf36a, 0xf36b, 0xf36c, 0xf36d, + 0xf36e, 0xf36f, 0xf370, 0xf371, + 0xf372, 0xf373, 0xf374, 0xf375, + 0xf376, 0xf377, 0xf378, 0xf379, + 0xf37a, 0xf37b, 0xf37c, 0xf37d, + 0xf37e, 0xf37f, 0xf380, 0xf381, + 0xf382, 0xf383, 0xf384, 0xf385, + 0xf386, 0xf387, 0xf388, 0xf389, + 0xf38a, 0xf38b, 0xf38c, 0xf38d, + 0xf38e, 0xf38f, 0xf390, 0xf391, + 0xf392, 0xf393, 0xf394, 0xf395, + 0xf396, 0xf397, 0xf398, 0xf399, + 0xf39a, 0xf39b, 0xf39c, 0xf39d, + 0xf39e, 0xf39f, 0xf3a0, 0xf3a1, + 0xf3a2, 0xf3a3, 0xf3a4, 0xf3a5, + 0xf3a6, 0xf3a7, 0xf3a8, 0xf3a9, + 0xf3aa, 0xf3ab, 0xf3ac, 0xf3ad, + 0xf3ae, 0xf3af, 0xf3b0, 0xf3b1, + 0xf3b2, 0xf3b3, 0xf3b4, 0xf3b5, + 0xf3b6, 0xf3b7, 0xf3b8, 0xf3b9, + 0xf3ba, 0xf3bb, 0xf3bc, 0xf3bd, + 0xf3be, 0xf3bf, 0xf3c0, 0xf3c1, + 0xf3c2, 0xf3c3, 0xf3c4, 0xf3c5, + 0xf3c6, 0xf3c7, 0xf3c8, 0xf3c9, + 0xf3ca, 0xf3cb, 0xf3cc, 0xf3cd, + 0xf3ce, 0xf3cf, 0xf3d0, 0xf3d1, + 0xf3d2, 0xf3d3, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf3d4, 0xf3d5, 0xf3d6, + 0xf3d7, 0xf3d8, 0xf3d9, 0xf3da, + 0xf3db, 0xf3dc, 0xf3dd, 0xf3de, + 0xf3df, 0xf3e0, 0xf3e1, 0xf3e2, + 0xf3e3, 0xf3e4, 0xf3e5, 0xf3e6, + 0xf3e7, 0xf3e8, 0xf3e9, 0xf3ea, + 0xf3eb, 0xf3ec, 0xf3ed, 0xf3ee, + 0xf3ef, 0xf3f0, 0xf3f1, 0xf3f2, + 0xf3f3, 0xf3f4, 0xf3f5, 0xf3f6, + 0xf3f7, 0xf3f8, 0xf3f9, 0xf3fa, + 0xf3fb, 0xf3fc, 0xf3fd, 0xf3fe, + 0xf3ff, 0xf400, 0xf401, 0xf402, + 0xf403, 0xf404, 0xf405, 0xf406, + 0xf407, 0xf408, 0xf409, 0xf40a, + 0xf40b, 0xf40c, 0xf40d, 0xf40e, + 0xf40f, 0xf410, 0xf411, 0xf412, + 0x0000, 0xf413, 0xf414, 0xf415, + 0xf416, 0xf417, 0xf418, 0xf419, + 0xf41a, 0xf41b, 0xf41c, 0xf41d, + 0xf41e, 0xf41f, 0xf420, 0xf421, + 0xf422, 0xf423, 0xf424, 0xf425, + 0xf426, 0xf427, 0xf428, 0xf429, + 0xf42a, 0xf42b, 0xf42c, 0xf42d, + 0xf42e, 0xf42f, 0xf430, 0xf431, + 0xf432, 0xf433, 0xf434, 0xf435, + 0xf436, 0xf437, 0xf438, 0xf439, + 0xf43a, 0xf43b, 0xf43c, 0xf43d, + 0xf43e, 0xf43f, 0xf440, 0xf441, + 0xf442, 0xf443, 0xf444, 0xf445, + 0xf446, 0xf447, 0xf448, 0xf449, + 0xf44a, 0xf44b, 0xf44c, 0xf44d, + 0xf44e, 0xf44f, 0xf450, 0xf451, + 0xf452, 0xf453, 0xf454, 0xf455, + 0xf456, 0xf457, 0xf458, 0xf459, + 0xf45a, 0xf45b, 0xf45c, 0xf45d, + 0xf45e, 0xf45f, 0xf460, 0xf461, + 0xf462, 0xf463, 0xf464, 0xf465, + 0xf466, 0xf467, 0xf468, 0xf469, + 0xf46a, 0xf46b, 0xf46c, 0xf46d, + 0xf46e, 0xf46f, 0xf470, 0xf471, + 0xf472, 0xf473, 0xf474, 0xf475, + 0xf476, 0xf477, 0xf478, 0xf479, + 0xf47a, 0xf47b, 0xf47c, 0xf47d, + 0xf47e, 0xf47f, 0xf480, 0xf481, + 0xf482, 0xf483, 0xf484, 0xf485, + 0xf486, 0xf487, 0xf488, 0xf489, + 0xf48a, 0xf48b, 0xf48c, 0xf48d, + 0xf48e, 0xf48f, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf490, 0xf491, 0xf492, + 0xf493, 0xf494, 0xf495, 0xf496, + 0xf497, 0xf498, 0xf499, 0xf49a, + 0xf49b, 0xf49c, 0xf49d, 0xf49e, + 0xf49f, 0xf4a0, 0xf4a1, 0xf4a2, + 0xf4a3, 0xf4a4, 0xf4a5, 0xf4a6, + 0xf4a7, 0xf4a8, 0xf4a9, 0xf4aa, + 0xf4ab, 0xf4ac, 0xf4ad, 0xf4ae, + 0xf4af, 0xf4b0, 0xf4b1, 0xf4b2, + 0xf4b3, 0xf4b4, 0xf4b5, 0xf4b6, + 0xf4b7, 0xf4b8, 0xf4b9, 0xf4ba, + 0xf4bb, 0xf4bc, 0xf4bd, 0xf4be, + 0xf4bf, 0xf4c0, 0xf4c1, 0xf4c2, + 0xf4c3, 0xf4c4, 0xf4c5, 0xf4c6, + 0xf4c7, 0xf4c8, 0xf4c9, 0xf4ca, + 0xf4cb, 0xf4cc, 0xf4cd, 0xf4ce, + 0x0000, 0xf4cf, 0xf4d0, 0xf4d1, + 0xf4d2, 0xf4d3, 0xf4d4, 0xf4d5, + 0xf4d6, 0xf4d7, 0xf4d8, 0xf4d9, + 0xf4da, 0xf4db, 0xf4dc, 0xf4dd, + 0xf4de, 0xf4df, 0xf4e0, 0xf4e1, + 0xf4e2, 0xf4e3, 0xf4e4, 0xf4e5, + 0xf4e6, 0xf4e7, 0xf4e8, 0xf4e9, + 0xf4ea, 0xf4eb, 0xf4ec, 0xf4ed, + 0xf4ee, 0xf4ef, 0xf4f0, 0xf4f1, + 0xf4f2, 0xf4f3, 0xf4f4, 0xf4f5, + 0xf4f6, 0xf4f7, 0xf4f8, 0xf4f9, + 0xf4fa, 0xf4fb, 0xf4fc, 0xf4fd, + 0xf4fe, 0xf4ff, 0xf500, 0xf501, + 0xf502, 0xf503, 0xf504, 0xf505, + 0xf506, 0xf507, 0xf508, 0xf509, + 0xf50a, 0xf50b, 0xf50c, 0xf50d, + 0xf50e, 0xf50f, 0xf510, 0xf511, + 0xf512, 0xf513, 0xf514, 0xf515, + 0xf516, 0xf517, 0xf518, 0xf519, + 0xf51a, 0xf51b, 0xf51c, 0xf51d, + 0xf51e, 0xf51f, 0xf520, 0xf521, + 0xf522, 0xf523, 0xf524, 0xf525, + 0xf526, 0xf527, 0xf528, 0xf529, + 0xf52a, 0xf52b, 0xf52c, 0xf52d, + 0xf52e, 0xf52f, 0xf530, 0xf531, + 0xf532, 0xf533, 0xf534, 0xf535, + 0xf536, 0xf537, 0xf538, 0xf539, + 0xf53a, 0xf53b, 0xf53c, 0xf53d, + 0xf53e, 0xf53f, 0xf540, 0xf541, + 0xf542, 0xf543, 0xf544, 0xf545, + 0xf546, 0xf547, 0xf548, 0xf549, + 0xf54a, 0xf54b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf54c, 0xf54d, 0xf54e, + 0xf54f, 0xf550, 0xf551, 0xf552, + 0xf553, 0xf554, 0xf555, 0xf556, + 0xf557, 0xf558, 0xf559, 0xf55a, + 0xf55b, 0xf55c, 0xf55d, 0xf55e, + 0xf55f, 0xf560, 0xf561, 0xf562, + 0xf563, 0xf564, 0xf565, 0xf566, + 0xf567, 0xf568, 0xf569, 0xf56a, + 0xf56b, 0xf56c, 0xf56d, 0xf56e, + 0xf56f, 0xf570, 0xf571, 0xf572, + 0xf573, 0xf574, 0xf575, 0xf576, + 0xf577, 0xf578, 0xf579, 0xf57a, + 0xf57b, 0xf57c, 0xf57d, 0xf57e, + 0xf57f, 0xf580, 0xf581, 0xf582, + 0xf583, 0xf584, 0xf585, 0xf586, + 0xf587, 0xf588, 0xf589, 0xf58a, + 0x0000, 0xf58b, 0xf58c, 0xf58d, + 0xf58e, 0xf58f, 0xf590, 0xf591, + 0xf592, 0xf593, 0xf594, 0xf595, + 0xf596, 0xf597, 0xf598, 0xf599, + 0xf59a, 0xf59b, 0xf59c, 0xf59d, + 0xf59e, 0xf59f, 0xf5a0, 0xf5a1, + 0xf5a2, 0xf5a3, 0xf5a4, 0xf5a5, + 0xf5a6, 0xf5a7, 0xf5a8, 0xf5a9, + 0xf5aa, 0xf5ab, 0xf5ac, 0xf5ad, + 0xf5ae, 0xf5af, 0xf5b0, 0xf5b1, + 0xf5b2, 0xf5b3, 0xf5b4, 0xf5b5, + 0xf5b6, 0xf5b7, 0xf5b8, 0xf5b9, + 0xf5ba, 0xf5bb, 0xf5bc, 0xf5bd, + 0xf5be, 0xf5bf, 0xf5c0, 0xf5c1, + 0xf5c2, 0xf5c3, 0xf5c4, 0xf5c5, + 0xf5c6, 0xf5c7, 0xf5c8, 0xf5c9, + 0xf5ca, 0xf5cb, 0xf5cc, 0xf5cd, + 0xf5ce, 0xf5cf, 0xf5d0, 0xf5d1, + 0xf5d2, 0xf5d3, 0xf5d4, 0xf5d5, + 0xf5d6, 0xf5d7, 0xf5d8, 0xf5d9, + 0xf5da, 0xf5db, 0xf5dc, 0xf5dd, + 0xf5de, 0xf5df, 0xf5e0, 0xf5e1, + 0xf5e2, 0xf5e3, 0xf5e4, 0xf5e5, + 0xf5e6, 0xf5e7, 0xf5e8, 0xf5e9, + 0xf5ea, 0xf5eb, 0xf5ec, 0xf5ed, + 0xf5ee, 0xf5ef, 0xf5f0, 0xf5f1, + 0xf5f2, 0xf5f3, 0xf5f4, 0xf5f5, + 0xf5f6, 0xf5f7, 0xf5f8, 0xf5f9, + 0xf5fa, 0xf5fb, 0xf5fc, 0xf5fd, + 0xf5fe, 0xf5ff, 0xf600, 0xf601, + 0xf602, 0xf603, 0xf604, 0xf605, + 0xf606, 0xf607, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf608, 0xf609, 0xf60a, + 0xf60b, 0xf60c, 0xf60d, 0xf60e, + 0xf60f, 0xf610, 0xf611, 0xf612, + 0xf613, 0xf614, 0xf615, 0xf616, + 0xf617, 0xf618, 0xf619, 0xf61a, + 0xf61b, 0xf61c, 0xf61d, 0xf61e, + 0xf61f, 0xf620, 0xf621, 0xf622, + 0xf623, 0xf624, 0xf625, 0xf626, + 0xf627, 0xf628, 0xf629, 0xf62a, + 0xf62b, 0xf62c, 0xf62d, 0xf62e, + 0xf62f, 0xf630, 0xf631, 0xf632, + 0xf633, 0xf634, 0xf635, 0xf636, + 0xf637, 0xf638, 0xf639, 0xf63a, + 0xf63b, 0xf63c, 0xf63d, 0xf63e, + 0xf63f, 0xf640, 0xf641, 0xf642, + 0xf643, 0xf644, 0xf645, 0xf646, + 0x0000, 0xf647, 0xf648, 0xf649, + 0xf64a, 0xf64b, 0xf64c, 0xf64d, + 0xf64e, 0xf64f, 0xf650, 0xf651, + 0xf652, 0xf653, 0xf654, 0xf655, + 0xf656, 0xf657, 0xf658, 0xf659, + 0xf65a, 0xf65b, 0xf65c, 0xf65d, + 0xf65e, 0xf65f, 0xf660, 0xf661, + 0xf662, 0xf663, 0xf664, 0xf665, + 0xf666, 0xf667, 0xf668, 0xf669, + 0xf66a, 0xf66b, 0xf66c, 0xf66d, + 0xf66e, 0xf66f, 0xf670, 0xf671, + 0xf672, 0xf673, 0xf674, 0xf675, + 0xf676, 0xf677, 0xf678, 0xf679, + 0xf67a, 0xf67b, 0xf67c, 0xf67d, + 0xf67e, 0xf67f, 0xf680, 0xf681, + 0xf682, 0xf683, 0xf684, 0xf685, + 0xf686, 0xf687, 0xf688, 0xf689, + 0xf68a, 0xf68b, 0xf68c, 0xf68d, + 0xf68e, 0xf68f, 0xf690, 0xf691, + 0xf692, 0xf693, 0xf694, 0xf695, + 0xf696, 0xf697, 0xf698, 0xf699, + 0xf69a, 0xf69b, 0xf69c, 0xf69d, + 0xf69e, 0xf69f, 0xf6a0, 0xf6a1, + 0xf6a2, 0xf6a3, 0xf6a4, 0xf6a5, + 0xf6a6, 0xf6a7, 0xf6a8, 0xf6a9, + 0xf6aa, 0xf6ab, 0xf6ac, 0xf6ad, + 0xf6ae, 0xf6af, 0xf6b0, 0xf6b1, + 0xf6b2, 0xf6b3, 0xf6b4, 0xf6b5, + 0xf6b6, 0xf6b7, 0xf6b8, 0xf6b9, + 0xf6ba, 0xf6bb, 0xf6bc, 0xf6bd, + 0xf6be, 0xf6bf, 0xf6c0, 0xf6c1, + 0xf6c2, 0xf6c3, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf6c4, 0xf6c5, 0xf6c6, + 0xf6c7, 0xf6c8, 0xf6c9, 0xf6ca, + 0xf6cb, 0xf6cc, 0xf6cd, 0xf6ce, + 0xf6cf, 0xf6d0, 0xf6d1, 0xf6d2, + 0xf6d3, 0xf6d4, 0xf6d5, 0xf6d6, + 0xf6d7, 0xf6d8, 0xf6d9, 0xf6da, + 0xf6db, 0xf6dc, 0xf6dd, 0xf6de, + 0xf6df, 0xf6e0, 0xf6e1, 0xf6e2, + 0xf6e3, 0xf6e4, 0xf6e5, 0xf6e6, + 0xf6e7, 0xf6e8, 0xf6e9, 0xf6ea, + 0xf6eb, 0xf6ec, 0xf6ed, 0xf6ee, + 0xf6ef, 0xf6f0, 0xf6f1, 0xf6f2, + 0xf6f3, 0xf6f4, 0xf6f5, 0xf6f6, + 0xf6f7, 0xf6f8, 0xf6f9, 0xf6fa, + 0xf6fb, 0xf6fc, 0xf6fd, 0xf6fe, + 0xf6ff, 0xf700, 0xf701, 0xf702, + 0x0000, 0xf703, 0xf704, 0xf705, + 0xf706, 0xf707, 0xf708, 0xf709, + 0xf70a, 0xf70b, 0xf70c, 0xf70d, + 0xf70e, 0xf70f, 0xf710, 0xf711, + 0xf712, 0xf713, 0xf714, 0xf715, + 0xf716, 0xf717, 0xf718, 0xf719, + 0xf71a, 0xf71b, 0xf71c, 0xf71d, + 0xf71e, 0xf71f, 0xf720, 0xf721, + 0xf722, 0xf723, 0xf724, 0xf725, + 0xf726, 0xf727, 0xf728, 0xf729, + 0xf72a, 0xf72b, 0xf72c, 0xf72d, + 0xf72e, 0xf72f, 0xf730, 0xf731, + 0xf732, 0xf733, 0xf734, 0xf735, + 0xf736, 0xf737, 0xf738, 0xf739, + 0xf73a, 0xf73b, 0xf73c, 0xf73d, + 0xf73e, 0xf73f, 0xf740, 0xf741, + 0xf742, 0xf743, 0xf744, 0xf745, + 0xf746, 0xf747, 0xf748, 0xf749, + 0xf74a, 0xf74b, 0xf74c, 0xf74d, + 0xf74e, 0xf74f, 0xf750, 0xf751, + 0xf752, 0xf753, 0xf754, 0xf755, + 0xf756, 0xf757, 0xf758, 0xf759, + 0xf75a, 0xf75b, 0xf75c, 0xf75d, + 0xf75e, 0xf75f, 0xf760, 0xf761, + 0xf762, 0xf763, 0xf764, 0xf765, + 0xf766, 0xf767, 0xf768, 0xf769, + 0xf76a, 0xf76b, 0xf76c, 0xf76d, + 0xf76e, 0xf76f, 0xf770, 0xf771, + 0xf772, 0xf773, 0xf774, 0xf775, + 0xf776, 0xf777, 0xf778, 0xf779, + 0xf77a, 0xf77b, 0xf77c, 0xf77d, + 0xf77e, 0xf77f, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf780, 0xf781, 0xf782, + 0xf783, 0xf784, 0xf785, 0xf786, + 0xf787, 0xf788, 0xf789, 0xf78a, + 0xf78b, 0xf78c, 0xf78d, 0xf78e, + 0xf78f, 0xf790, 0xf791, 0xf792, + 0xf793, 0xf794, 0xf795, 0xf796, + 0xf797, 0xf798, 0xf799, 0xf79a, + 0xf79b, 0xf79c, 0xf79d, 0xf79e, + 0xf79f, 0xf7a0, 0xf7a1, 0xf7a2, + 0xf7a3, 0xf7a4, 0xf7a5, 0xf7a6, + 0xf7a7, 0xf7a8, 0xf7a9, 0xf7aa, + 0xf7ab, 0xf7ac, 0xf7ad, 0xf7ae, + 0xf7af, 0xf7b0, 0xf7b1, 0xf7b2, + 0xf7b3, 0xf7b4, 0xf7b5, 0xf7b6, + 0xf7b7, 0xf7b8, 0xf7b9, 0xf7ba, + 0xf7bb, 0xf7bc, 0xf7bd, 0xf7be, + 0x0000, 0xf7bf, 0xf7c0, 0xf7c1, + 0xf7c2, 0xf7c3, 0xf7c4, 0xf7c5, + 0xf7c6, 0xf7c7, 0xf7c8, 0xf7c9, + 0xf7ca, 0xf7cb, 0xf7cc, 0xf7cd, + 0xf7ce, 0xf7cf, 0xf7d0, 0xf7d1, + 0xf7d2, 0xf7d3, 0xf7d4, 0xf7d5, + 0xf7d6, 0xf7d7, 0xf7d8, 0xf7d9, + 0xf7da, 0xf7db, 0xf7dc, 0xf7dd, + 0xf7de, 0xf7df, 0xf7e0, 0xf7e1, + 0xf7e2, 0xf7e3, 0xf7e4, 0xf7e5, + 0xf7e6, 0xf7e7, 0xf7e8, 0xf7e9, + 0xf7ea, 0xf7eb, 0xf7ec, 0xf7ed, + 0xf7ee, 0xf7ef, 0xf7f0, 0xf7f1, + 0xf7f2, 0xf7f3, 0xf7f4, 0xf7f5, + 0xf7f6, 0xf7f7, 0xf7f8, 0xf7f9, + 0xf7fa, 0xf7fb, 0xf7fc, 0xf7fd, + 0xf7fe, 0xf7ff, 0xf800, 0xf801, + 0xf802, 0xf803, 0xf804, 0xf805, + 0xf806, 0xf807, 0xf808, 0xf809, + 0xf80a, 0xf80b, 0xf80c, 0xf80d, + 0xf80e, 0xf80f, 0xf810, 0xf811, + 0xf812, 0xf813, 0xf814, 0xf815, + 0xf816, 0xf817, 0xf818, 0xf819, + 0xf81a, 0xf81b, 0xf81c, 0xf81d, + 0xf81e, 0xf81f, 0xf820, 0xf821, + 0xf822, 0xf823, 0xf824, 0xf825, + 0xf826, 0xf827, 0xf828, 0xf829, + 0xf82a, 0xf82b, 0xf82c, 0xf82d, + 0xf82e, 0xf82f, 0xf830, 0xf831, + 0xf832, 0xf833, 0xf834, 0xf835, + 0xf836, 0xf837, 0xf838, 0xf839, + 0xf83a, 0xf83b +}; + +static const struct gap __ucs4_to_ibm1371sb_idx[] = +{ + { .start = 0x0000, .end = 0x00a6, .idx = 0 }, + { .start = 0x00a9, .end = 0x00ae, .idx = -2 }, + { .start = 0x00b2, .end = 0x00b3, .idx = -5 }, + { .start = 0x00b5, .end = 0x00b5, .idx = -6 }, + { .start = 0x00b8, .end = 0x00d6, .idx = -8 }, + { .start = 0x00d8, .end = 0x00f6, .idx = -9 }, + { .start = 0x00f8, .end = 0x00ff, .idx = -10 }, + { .start = 0x20ac, .end = 0x20ac, .idx = -8118 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1371sb[][1] = +{ + "\x00", "\x01", "\x02", "\x03", "\x37", "\x2d", "\x2e", "\x2f", + "\x16", "\x05", "\x25", "\x0b", "\x0c", "\x0d", "\x3f", "\x3f", + "\x10", "\x11", "\x12", "\x13", "\x3c", "\x3d", "\x32", "\x26", + "\x18", "\x19", "\x3f", "\x27", "\x1c", "\x1d", "\x1e", "\x1f", + "\x40", "\x5a", "\x7f", "\x7b", "\x5b", "\x6c", "\x50", "\x7d", + "\x4d", "\x5d", "\x5c", "\x4e", "\x6b", "\x60", "\x4b", "\x61", + "\xf0", "\xf1", "\xf2", "\xf3", "\xf4", "\xf5", "\xf6", "\xf7", + "\xf8", "\xf9", "\x7a", "\x5e", "\x4c", "\x7e", "\x6e", "\x6f", + "\x7c", "\xc1", "\xc2", "\xc3", "\xc4", "\xc5", "\xc6", "\xc7", + "\xc8", "\xc9", "\xd1", "\xd2", "\xd3", "\xd4", "\xd5", "\xd6", + "\xd7", "\xd8", "\xd9", "\xe2", "\xe3", "\xe4", "\xe5", "\xe6", + "\xe7", "\xe8", "\xe9", "\xba", "\x5b", "\xbb", "\xb0", "\x6d", + "\x79", "\x81", "\x82", "\x83", "\x84", "\x85", "\x86", "\x87", + "\x88", "\x89", "\x91", "\x92", "\x93", "\x94", "\x95", "\x96", + "\x97", "\x98", "\x99", "\xa2", "\xa3", "\xa4", "\xa5", "\xa6", + "\xa7", "\xa8", "\xa9", "\xc0", "\x4f", "\xd0", "\xa1", "\x07", + "\x20", "\x21", "\x22", "\x23", "\x24", "\x15", "\x06", "\x17", + "\x28", "\x29", "\x2a", "\x2b", "\x2c", "\x09", "\x0a", "\x1b", + "\x30", "\x31", "\x1a", "\x33", "\x34", "\x35", "\x36", "\x08", + "\x38", "\x39", "\x3a", "\x3b", "\x04", "\x14", "\x3e", "\xff", + "\x3f", "\x3f", "\x4a", "\x3f", "\x3f", "\x3f", "\x6a", "\x3f", + "\x3f", "\x3f", "\x5f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x9f" +}; + +static const struct gap __ucs4_to_ibm1371db_idx[] = +{ + { .start = 0x00a7, .end = 0x00f7, .idx = -167 }, + { .start = 0x02ba, .end = 0x02d9, .idx = -617 }, + { .start = 0x0391, .end = 0x0451, .idx = -800 }, + { .start = 0x2010, .end = 0x203e, .idx = -7902 }, + { .start = 0x2103, .end = 0x2312, .idx = -8098 }, + { .start = 0x2400, .end = 0x266f, .idx = -8335 }, + { .start = 0x273d, .end = 0x273d, .idx = -8540 }, + { .start = 0x3000, .end = 0x3129, .idx = -10782 }, + { .start = 0x3231, .end = 0x32a3, .idx = -11045 }, + { .start = 0x338e, .end = 0x33d5, .idx = -11279 }, + { .start = 0x4e00, .end = 0x7e9c, .idx = -17977 }, + { .start = 0x7f36, .end = 0x8b9f, .idx = -18130 }, + { .start = 0x8c37, .end = 0x9483, .idx = -18281 }, + { .start = 0x9577, .end = 0x9fa4, .idx = -18524 }, + { .start = 0xe000, .end = 0xf842, .idx = -34999 }, + { .start = 0xfa0c, .end = 0xfa0d, .idx = -35456 }, + { .start = 0xfe30, .end = 0xfe6b, .idx = -36514 }, + { .start = 0xff01, .end = 0xffe5, .idx = -36663 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1371db[][2] = +{ + "\x44\x6a", "\x44\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x42\xa1", "\x44\xed", "\x44\x4b", "\x00\x00", + "\x00\x00", "\x44\xee", "\x00\x00", "\x43\x79", "\x46\xe5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x44\x7b", "\x44\x5b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x53", "\x00\x00", + "\x45\x51", "\x45\x52", "\x45\x54", "\x00\x00", "\x47\x52", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x55", "\x41\x61", + "\x41\x62", "\x41\x63", "\x41\x64", "\x41\x65", "\x41\x66", "\x41\x67", + "\x41\x68", "\x41\x69", "\x41\x6a", "\x41\x6b", "\x41\x6c", "\x41\x6d", + "\x41\x6e", "\x41\x6f", "\x41\x70", "\x41\x71", "\x00\x00", "\x41\x72", + "\x41\x73", "\x41\x74", "\x41\x75", "\x41\x76", "\x41\x77", "\x41\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\x41", "\x41\x42", "\x41\x43", "\x41\x44", "\x41\x45", + "\x41\x46", "\x41\x47", "\x41\x48", "\x41\x49", "\x41\x4a", "\x41\x4b", + "\x41\x4c", "\x41\x4d", "\x41\x4e", "\x41\x4f", "\x41\x50", "\x41\x51", + "\x00\x00", "\x41\x52", "\x41\x53", "\x41\x54", "\x41\x55", "\x41\x56", + "\x41\x57", "\x41\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x41\xc6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\xc0", "\x41\xc1", "\x41\xc2", "\x41\xc3", "\x41\xc4", "\x41\xc5", + "\x41\xc7", "\x41\xc8", "\x41\xc9", "\x41\xca", "\x41\xcb", "\x41\xcc", + "\x41\xcd", "\x41\xce", "\x41\xcf", "\x41\xd0", "\x41\xd1", "\x41\xd2", + "\x41\xd3", "\x41\xd4", "\x41\xd5", "\x41\xd6", "\x41\xd7", "\x41\xd8", + "\x41\xd9", "\x41\xda", "\x41\xdb", "\x41\xdc", "\x41\xdd", "\x41\xde", + "\x41\xdf", "\x41\xe0", "\x41\x80", "\x41\x81", "\x41\x82", "\x41\x83", + "\x41\x84", "\x41\x85", "\x41\x87", "\x41\x88", "\x41\x89", "\x41\x8a", + "\x41\x8b", "\x41\x8c", "\x41\x8d", "\x41\x8e", "\x41\x8f", "\x41\x90", + "\x41\x91", "\x41\x92", "\x41\x93", "\x41\x94", "\x41\x95", "\x41\x96", + "\x41\x97", "\x41\x98", "\x41\x99", "\x41\x9a", "\x41\x9b", "\x41\x9c", + "\x41\x9d", "\x41\x9e", "\x41\x9f", "\x41\xa0", "\x00\x00", "\x41\x86", + "\x44\x5a", "\x00\x00", "\x00\x00", "\x44\x4a", "\x44\x4a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x44\x61", "\x44\x71", "\x00\x00", "\x00\x00", + "\x44\x62", "\x44\x72", "\x00\x00", "\x00\x00", "\x43\x77", "\x43\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x7e", "\x44\x7f", "\x43\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x43\x73", "\x00\x00", "\x44\x50", "\x44\xef", + "\x00\x00", "\x42\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\x6b", "\x00\x00", "\x00\x00", "\x42\xa1", "\x44\x4e", + "\x00\x00", "\x46\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xdb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x72", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x41\xf1", "\x41\xf2", "\x41\xf3", "\x41\xf4", + "\x41\xf5", "\x41\xf6", "\x41\xf7", "\x41\xf8", "\x41\xf9", "\x41\xfa", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\xb1", "\x41\xb2", "\x41\xb3", "\x41\xb4", "\x41\xb5", "\x41\xb6", + "\x41\xb7", "\x41\xb8", "\x41\xb9", "\x41\xba", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x44\xf1", "\x44\xf2", "\x44\xf0", "\x44\xf3", + "\x00\x00", "\x00\x00", "\x46\xd4", "\x46\xd5", "\x46\xd7", "\x46\xd6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\xef", "\x46\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x43\x6e", "\x00\x00", "\x43\x6f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xee", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x43\x70", "\x00\x00", "\x43\x4e", "\x43\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x43\x4f", "\x43\x64", "\x00\x00", "\x00\x00", "\x43\x65", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xda", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\xc5", "\x00\x00", "\x00\x00", "\x43\x61", + "\x44\x4d", "\x46\xcc", "\x46\xcb", "\x00\x00", "\x00\x00", "\x42\x4f", + "\x00\x00", "\x44\x7c", "\x00\x00", "\x43\x6c", "\x43\x6d", "\x46\xc8", + "\x46\xc9", "\x46\xd0", "\x43\x63", "\x00\x00", "\x46\xd1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x68", "\x44\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x43\xa1", "\x43\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xc6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\x4c", "\x46\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\x67", "\x44\x77", "\x00\x00", "\x00\x00", "\x43\x5d", "\x43\x5e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x68", "\x43\x69", + "\x00\x00", "\x00\x00", "\x43\x66", "\x43\x67", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xd2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xd3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xca", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xcd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x4d", "\x47\x81", + "\x47\x82", "\x47\x83", "\x47\x84", "\x47\x85", "\x47\x86", "\x47\x87", + "\x47\x88", "\x47\x89", "\x47\x8a", "\x47\x8b", "\x47\x8c", "\x47\x8d", + "\x47\x8e", "\x47\x8f", "\x47\x90", "\x47\x91", "\x47\x92", "\x47\x93", + "\x47\x94", "\x47\x95", "\x47\x96", "\x47\x97", "\x47\x98", "\x47\x99", + "\x47\x9a", "\x47\x9b", "\x47\x9c", "\x47\x9d", "\x47\x9e", "\x47\x9f", + "\x47\xa0", "\x00\x00", "\x47\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x41", + "\x46\x42", "\x46\x43", "\x46\x44", "\x46\x45", "\x46\x46", "\x46\x47", + "\x46\x48", "\x46\x49", "\x46\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x51", "\x46\x52", "\x46\x53", "\x46\x54", "\x46\x55", + "\x46\x56", "\x46\x57", "\x46\x58", "\x46\x59", "\x46\x5a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x75", "\x43\xb7", "\x46\x76", + "\x43\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x78", "\x00\x00", "\x00\x00", + "\x43\xb9", "\x46\x79", "\x00\x00", "\x00\x00", "\x43\xe1", "\x46\x7a", + "\x00\x00", "\x00\x00", "\x43\xe3", "\x46\x7b", "\x00\x00", "\x00\x00", + "\x43\xe2", "\x46\x73", "\x43\xee", "\x00\x00", "\x00\x00", "\x43\xe9", + "\x00\x00", "\x00\x00", "\x43\xe4", "\x46\x72", "\x43\xf0", "\x00\x00", + "\x00\x00", "\x43\xeb", "\x00\x00", "\x00\x00", "\x43\xe6", "\x46\x71", + "\x00\x00", "\x00\x00", "\x43\xea", "\x43\xef", "\x00\x00", "\x00\x00", + "\x43\xe5", "\x46\x70", "\x00\x00", "\x00\x00", "\x43\xec", "\x43\xf1", + "\x00\x00", "\x00\x00", "\x43\xe7", "\x46\x6f", "\x00\x00", "\x00\x00", + "\x43\xed", "\x00\x00", "\x00\x00", "\x43\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x43\xe8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x81", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x82", "\x00\x00", "\x00\x00", "\x46\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x83", "\x00\x00", "\x00\x00", "\x46\x7c", "\x46\x7d", + "\x46\x7f", "\x46\x7e", "\x46\x89", "\x46\x8a", "\x46\x8b", "\x46\xb7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x60", "\x46\x61", "\x46\x62", "\x46\x63", "\x46\x64", "\x46\x65", + "\x46\x66", "\x46\x67", "\x46\x6e", "\x46\x6d", "\x46\x6c", "\x46\x6b", + "\x46\x6a", "\x46\x69", "\x46\x68", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x74", "\x46\x77", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\xea", "\x44\xe9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\xe3", "\x44\xe2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\xec", + "\x44\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x44\xe8", "\x44\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x44\xe0", "\x00\x00", "\x00\x00", "\x44\xe4", + "\x44\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x85", "\x46\x86", "\x46\x88", "\x46\x87", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x43\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\xe6", "\x44\xe5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x79", + "\x00\x00", "\x44\x69", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x76", + "\x00\x00", "\x00\x00", "\x43\x75", "\x00\x00", "\x43\x74", "\x42\x5c", + "\x40\x40", "\x43\x44", "\x43\x41", "\x46\xb9", "\x00\x00", "\x44\x5d", + "\x44\x5e", "\x44\x5f", "\x44\x64", "\x44\x74", "\x44\x65", "\x44\x75", + "\x43\x42", "\x43\x43", "\x44\x42", "\x44\x43", "\x44\x66", "\x44\x76", + "\x44\x6c", "\x44\x7d", "\x44\x63", "\x44\x73", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xe9", + "\x46\xea", "\x00\x00", "\x00\x00", "\x45\x41", "\x45\x42", "\x45\x43", + "\x45\x44", "\x45\x45", "\x45\x46", "\x45\x47", "\x45\x48", "\x45\x49", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x47", + "\x44\x81", "\x44\x48", "\x44\x82", "\x44\x49", "\x44\x83", "\x44\x51", + "\x44\x84", "\x44\x52", "\x44\x85", "\x44\x86", "\x44\xc0", "\x44\x87", + "\x44\xc1", "\x44\x88", "\x44\xc2", "\x44\x89", "\x44\xc3", "\x44\x8a", + "\x44\xc4", "\x44\x8c", "\x44\xc5", "\x44\x8d", "\x44\xc6", "\x44\x8e", + "\x44\xc7", "\x44\x8f", "\x44\xc8", "\x44\x90", "\x44\xc9", "\x44\x91", + "\x44\xca", "\x44\x92", "\x44\xcb", "\x44\x56", "\x44\x93", "\x44\xcc", + "\x44\x94", "\x44\xcd", "\x44\x95", "\x44\xce", "\x44\x96", "\x44\x97", + "\x44\x98", "\x44\x99", "\x44\x9a", "\x44\x9d", "\x44\xcf", "\x44\xd5", + "\x44\x9e", "\x44\xd0", "\x44\xd6", "\x44\x9f", "\x44\xd1", "\x44\xd7", + "\x44\xa2", "\x44\xd2", "\x44\xd8", "\x44\xa3", "\x44\xd3", "\x44\xd9", + "\x44\xa4", "\x44\xa5", "\x44\xa6", "\x44\xa7", "\x44\xa8", "\x44\x53", + "\x44\xa9", "\x44\x54", "\x44\xaa", "\x44\x55", "\x44\xac", "\x44\xad", + "\x44\xae", "\x44\xaf", "\x44\xba", "\x44\xbb", "\x44\x57", "\x44\xbc", + "\x44\xda", "\x44\xdb", "\x44\x46", "\x44\xbd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\xbe", + "\x43\xbf", "\x44\xdc", "\x44\xdd", "\x00\x00", "\x00\x00", "\x43\x47", + "\x43\x81", "\x43\x48", "\x43\x82", "\x43\x49", "\x43\x83", "\x43\x51", + "\x43\x84", "\x43\x52", "\x43\x85", "\x43\x86", "\x43\xc0", "\x43\x87", + "\x43\xc1", "\x43\x88", "\x43\xc2", "\x43\x89", "\x43\xc3", "\x43\x8a", + "\x43\xc4", "\x43\x8c", "\x43\xc5", "\x43\x8d", "\x43\xc6", "\x43\x8e", + "\x43\xc7", "\x43\x8f", "\x43\xc8", "\x43\x90", "\x43\xc9", "\x43\x91", + "\x43\xca", "\x43\x92", "\x43\xcb", "\x43\x56", "\x43\x93", "\x43\xcc", + "\x43\x94", "\x43\xcd", "\x43\x95", "\x43\xce", "\x43\x96", "\x43\x97", + "\x43\x98", "\x43\x99", "\x43\x9a", "\x43\x9d", "\x43\xcf", "\x43\xd5", + "\x43\x9e", "\x43\xd0", "\x43\xd6", "\x43\x9f", "\x43\xd1", "\x43\xd7", + "\x43\xa2", "\x43\xd2", "\x43\xd8", "\x43\xa3", "\x43\xd3", "\x43\xd9", + "\x43\xa4", "\x43\xa5", "\x43\xa6", "\x43\xa7", "\x43\xa8", "\x43\x53", + "\x43\xa9", "\x43\x54", "\x43\xaa", "\x43\x55", "\x43\xac", "\x43\xad", + "\x43\xae", "\x43\xaf", "\x43\xba", "\x43\xbb", "\x43\x57", "\x43\xbc", + "\x43\xda", "\x43\xdb", "\x43\x46", "\x43\xbd", "\x43\xd4", "\x43\x59", + "\x43\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x43\x58", "\x43\xdc", "\x43\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x56", "\x45\x57", "\x45\x58", + "\x45\x59", "\x45\x5a", "\x45\x5b", "\x45\x5c", "\x45\x5d", "\x45\x5e", + "\x45\x5f", "\x45\x60", "\x45\x61", "\x45\x62", "\x45\x63", "\x45\x64", + "\x45\x65", "\x45\x66", "\x45\x67", "\x45\x68", "\x45\x69", "\x45\x6a", + "\x45\x6b", "\x45\x6c", "\x45\x6d", "\x45\x6e", "\x45\x6f", "\x45\x70", + "\x45\x71", "\x45\x72", "\x45\x73", "\x45\x74", "\x45\x75", "\x45\x76", + "\x45\x77", "\x45\x78", "\x45\x79", "\x45\x7a", "\x44\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xba", "\x46\xe2", + "\x46\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\xdd", "\x46\xde", "\x46\xdf", "\x00\x00", "\x00\x00", + "\x46\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xe4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xe0", "\x00\x00", "\x00\x00", + "\x46\xcf", "\x46\xce", "\x00\x00", "\x00\x00", "\x46\xdc", "\x4c\x41", + "\x4c\x43", "\x00\x00", "\x4c\x44", "\x00\x00", "\x00\x00", "\x00\x00", + "\x69\x46", "\x4c\x57", "\x4c\x55", "\x4c\x58", "\x4c\x56", "\x69\x47", + "\x4c\x83", "\x69\x50", "\x69\x4e", "\x4c\x82", "\x4c\x81", "\x00\x00", + "\x00\x00", "\x4c\xe1", "\x4c\xe0", "\x4c\xdf", "\x00\x00", "\x4c\xe2", + "\x4c\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xa1", + "\x4d\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4f\xe3", "\x00\x00", "\x48\x42", "\x00\x00", "\x00\x00", + "\x4c\x59", "\x00\x00", "\x4c\x84", "\x69\x51", "\x00\x00", "\x4c\x85", + "\x69\x64", "\x4e\x8c", "\x6b\x52", "\x00\x00", "\x00\x00", "\x48\x43", + "\x00\x00", "\x4c\x5a", "\x4c\x86", "\x00\x00", "\x4c\xe3", "\x69\x65", + "\x00\x00", "\x00\x00", "\x48\x44", "\x00\x00", "\x00\x00", "\x69\x41", + "\x4c\x45", "\x00\x00", "\x4c\x5c", "\x00\x00", "\x69\x48", "\x4c\x5d", + "\x00\x00", "\x00\x00", "\x4c\x87", "\x00\x00", "\x4c\xe4", "\x4c\xe6", + "\x4c\xe5", "\x00\x00", "\x00\x00", "\x4d\xa3", "\x4d\xa4", "\x00\x00", + "\x00\x00", "\x4f\xe4", "\x00\x00", "\x53\xfd", "\x4c\x42", "\x00\x00", + "\x00\x00", "\x69\x42", "\x4c\x46", "\x4c\x5f", "\x4c\x5e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\xe5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\x92", + "\x72\x6f", "\x00\x00", "\x00\x00", "\x5b\xa9", "\x79\x77", "\x79\x78", + "\x48\x46", "\x4c\x47", "\x00\x00", "\x4c\x89", "\x00\x00", "\x00\x00", + "\x4f\xe6", "\x4c\x48", "\x69\x49", "\x4c\x60", "\x00\x00", "\x00\x00", + "\x4c\x8a", "\x4c\x8c", "\x69\x52", "\x4c\x8d", "\x4c\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xa6", "\x00\x00", "\x4f\xe7", "\x00\x00", + "\x00\x00", "\x4f\xe8", "\x51\xe6", "\x48\x48", "\x4c\x61", "\x4c\x8e", + "\x00\x00", "\x4d\xa7", "\x4d\xa9", "\x4d\xa8", "\x00\x00", "\x4e\x8d", + "\x00\x00", "\x00\x00", "\x4f\xe9", "\x4f\xea", "\x51\xe7", "\x51\xe8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x41", "\x00\x00", + "\x00\x00", "\x79\x79", "\x00\x00", "\x00\x00", "\x8f\x66", "\x4c\x49", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x90", + "\x4c\x8f", "\x69\x53", "\x4c\x91", "\x4c\x97", "\x00\x00", "\x4c\x92", + "\x4c\x93", "\x69\x55", "\x69\x54", "\x4c\x95", "\x4c\x96", "\x00\x00", + "\x4c\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4c\xe9", "\x4c\xea", "\x4c\xeb", "\x4c\xec", "\x4c\xe8", + "\x4c\xef", "\x69\x6b", "\x00\x00", "\x69\x67", "\x69\x6a", "\x4c\xf0", + "\x4d\x43", "\x00\x00", "\x69\x69", "\x00\x00", "\x4c\xed", "\x4c\xee", + "\x4c\xe7", "\x00\x00", "\x00\x00", "\x69\x66", "\x69\x68", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xb6", + "\x69\x90", "\x4d\xb3", "\x4d\xb7", "\x69\x9a", "\x69\x8e", "\x4d\xb4", + "\x69\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xb5", "\x00\x00", + "\x4d\xb8", "\x00\x00", "\x4d\xaa", "\x69\x91", "\x4d\xb9", "\x69\x95", + "\x00\x00", "\x69\x99", "\x69\x96", "\x00\x00", "\x00\x00", "\x69\x93", + "\x4d\xab", "\x4d\xad", "\x4d\xba", "\x00\x00", "\x4d\xaf", "\x69\x8b", + "\x4d\xb2", "\x4d\xb0", "\x4d\xb1", "\x69\x9b", "\x69\x98", "\x69\x8f", + "\x4d\xae", "\x00\x00", "\x00\x00", "\x69\x8c", "\x4d\xac", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x94", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x8d", + "\x6a\x48", "\x00\x00", "\x4e\xa3", "\x4e\x96", "\x00\x00", "\x00\x00", + "\x6a\x49", "\x4e\x93", "\x00\x00", "\x4e\xa5", "\x00\x00", "\x4e\x9b", + "\x00\x00", "\x4e\x9a", "\x69\xfa", "\x4e\x9e", "\x4e\x99", "\x6a\x42", + "\x6a\x4a", "\x00\x00", "\x6a\x46", "\x00\x00", "\x4e\x9c", "\x00\x00", + "\x00\x00", "\x4e\x9f", "\x4e\x90", "\x4e\xa8", "\x69\xfc", "\x00\x00", + "\x00\x00", "\x6b\x5e", "\x4e\x8e", "\x4e\xa4", "\x4e\x8f", "\x4e\x97", + "\x4e\x98", "\x6a\x44", "\x69\xfd", "\x4e\x9d", "\x4e\x95", "\x69\xf9", + "\x4e\x91", "\x6a\x47", "\x4e\xa6", "\x4e\xa9", "\x4e\x94", "\x4e\xa1", + "\x4e\xa7", "\x4e\x92", "\x6a\x45", "\x4e\xa2", "\x6a\x4b", "\x69\xfb", + "\x4e\xa0", "\x6a\x41", "\x00\x00", "\x00\x00", "\x6a\x43", "\x00\x00", + "\x4f\xf8", "\x6b\x60", "\x6b\x6c", "\x4f\xf0", "\x00\x00", "\x6b\x6d", + "\x4f\xeb", "\x4f\xf5", "\x00\x00", "\x00\x00", "\x4f\xee", "\x6b\x5a", + "\x4f\xf6", "\x6b\x59", "\x6b\x5d", "\x6b\x64", "\x6b\x62", "\x50\x41", + "\x4f\xf9", "\x6b\x54", "\x6b\x56", "\x4f\xfb", "\x4f\xef", "\x6b\x57", + "\x6b\x63", "\x6b\x6a", "\x4f\xf4", "\x6b\x5c", "\x6b\x55", "\x4f\xf3", + "\x6b\x58", "\x4f\xf7", "\x6b\x5b", "\x00\x00", "\x4f\xf2", "\x00\x00", + "\x4f\xed", "\x00\x00", "\x4f\xfc", "\x6b\x65", "\x4f\xfd", "\x6b\x69", + "\x00\x00", "\x6b\x67", "\x6b\x6b", "\x4f\xfa", "\x6b\x5f", "\x6b\x53", + "\x00\x00", "\x6b\x61", "\x4f\xf1", "\x6b\x66", "\x4f\xec", "\x6b\x68", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xf7", "\x51\xeb", "\x00\x00", + "\x00\x00", "\x6d\x43", "\x6d\x4b", "\x00\x00", "\x51\xea", "\x51\xf2", + "\x52\x41", "\x00\x00", "\x6d\x51", "\x6d\x4f", "\x6d\x4a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xec", "\x6d\x50", "\x6d\x46", "\x51\xfa", + "\x51\xf1", "\x51\xf9", "\x6d\x41", "\x00\x00", "\x6d\x4d", "\x00\x00", + "\x6d\x44", "\x51\xf5", "\x6d\x45", "\x00\x00", "\x6c\xfd", "\x51\xfc", + "\x51\xef", "\x51\xf8", "\x51\xee", "\x00\x00", "\x6d\x42", "\x6d\x47", + "\x00\x00", "\x6d\x4e", "\x51\xf6", "\x51\xf3", "\x6d\x49", "\x51\xfb", + "\x6d\x4c", "\x6d\x48", "\x51\xf0", "\x51\xfd", "\x51\xf4", "\x51\xed", + "\x51\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6d\x52", + "\x00\x00", "\x54\x5b", "\x54\x45", "\x00\x00", "\x54\x55", "\x00\x00", + "\x54\x5a", "\x6f\x93", "\x6f\x92", "\x6f\x97", "\x6f\x98", "\x54\x48", + "\x00\x00", "\x54\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x5e", + "\x00\x00", "\x54\x52", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6f\x8c", "\x54\x4b", "\x6f\x8d", "\x00\x00", "\x54\x60", "\x00\x00", + "\x54\x57", "\x54\x42", "\x54\x43", "\x6f\xa0", "\x56\xa3", "\x00\x00", + "\x54\x50", "\x54\x4f", "\x6f\x8e", "\x54\x53", "\x72\x7f", "\x54\x4a", + "\x6f\x99", "\x54\x59", "\x54\x58", "\x54\x4e", "\x6f\x91", "\x6f\x9a", + "\x00\x00", "\x6f\x8b", "\x54\x4d", "\x6f\x9b", "\x54\x56", "\x6f\x8f", + "\x54\x44", "\x00\x00", "\x54\x47", "\x54\x46", "\x6f\x9c", "\x54\x54", + "\x54\x49", "\x54\x5d", "\x54\x5f", "\x6f\x96", "\x54\x5c", "\x00\x00", + "\x6f\x9e", "\x6f\x90", "\x6f\x9f", "\x00\x00", "\x6f\x94", "\x00\x00", + "\x6f\x9d", "\x00\x00", "\x6f\x95", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x72\x88", + "\x72\x7b", "\x00\x00", "\x56\x97", "\x00\x00", "\x72\x81", "\x72\x87", + "\x56\x96", "\x72\x79", "\x56\x9a", "\x72\x7d", "\x72\x76", "\x56\x98", + "\x72\x7a", "\x56\x9d", "\x56\xa2", "\x00\x00", "\x72\x8c", "\x00\x00", + "\x72\x75", "\x00\x00", "\x56\x9e", "\x00\x00", "\x72\x8b", "\x00\x00", + "\x00\x00", "\x56\x99", "\x72\x7c", "\x56\x95", "\x72\x77", "\x72\x73", + "\x72\x82", "\x72\x74", "\x72\x72", "\x72\x7e", "\x72\x85", "\x72\x86", + "\x56\x9b", "\x00\x00", "\x00\x00", "\x75\xc0", "\x72\x83", "\x72\x71", + "\x72\x84", "\x00\x00", "\x56\xa5", "\x72\x89", "\x56\xa4", "\x72\x70", + "\x00\x00", "\x72\x78", "\x72\x8a", "\x56\xa0", "\x56\x9f", "\x56\x9c", + "\x56\xa1", "\x00\x00", "\x00\x00", "\x56\x93", "\x00\x00", "\x00\x00", + "\x56\x94", "\x00\x00", "\x00\x00", "\x59\x4e", "\x00\x00", "\x75\xc3", + "\x75\xbc", "\x00\x00", "\x59\x4b", "\x00\x00", "\x75\xc4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x75\xba", "\x75\xbd", "\x59\x4a", "\x75\xbe", + "\x00\x00", "\x00\x00", "\x59\x4d", "\x75\xc2", "\x00\x00", "\x75\xb8", + "\x75\xb7", "\x59\x4f", "\x00\x00", "\x59\x50", "\x59\x4c", "\x59\x51", + "\x75\xb6", "\x75\xc1", "\x75\xbf", "\x75\xb9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x49", "\x75\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xb0", + "\x5b\xaa", "\x79\x7d", "\x5b\xb3", "\x79\x84", "\x79\x87", "\x5b\xac", + "\x5b\xad", "\x79\x81", "\x5b\xab", "\x79\x8a", "\x5b\xb1", "\x79\x8b", + "\x00\x00", "\x79\x86", "\x5b\xb2", "\x00\x00", "\x79\x7a", "\x5b\xaf", + "\x79\x7b", "\x00\x00", "\x79\x85", "\x79\x83", "\x00\x00", "\x79\x7e", + "\x5b\xae", "\x79\x7c", "\x5b\xb4", "\x79\x82", "\x79\x89", "\x79\x7f", + "\x79\x88", "\x00\x00", "\x00\x00", "\x5d\xfb", "\x5d\xf8", "\x00\x00", + "\x5d\xf9", "\x00\x00", "\x7d\x43", "\x7c\xf8", "\x5d\xf7", "\x5d\xf4", + "\x7c\xf9", "\x00\x00", "\x00\x00", "\x5d\xf6", "\x7c\xfc", "\x00\x00", + "\x7d\x41", "\x00\x00", "\x00\x00", "\x7d\x48", "\x00\x00", "\x00\x00", + "\x7d\x47", "\x7d\x42", "\x5d\xf3", "\x7c\xf7", "\x5d\xf1", "\x7c\xfa", + "\x5d\xfc", "\x7c\xfd", "\x00\x00", "\x7d\x44", "\x5d\xf5", "\x5d\xf2", + "\x7d\x46", "\x7d\x45", "\x5d\xfa", "\x00\x00", "\x7c\xfb", "\x00\x00", + "\x60\x42", "\x80\x76", "\x00\x00", "\x80\x73", "\x60\x43", "\x00\x00", + "\x60\x41", "\x00\x00", "\x80\x7a", "\x80\x77", "\x80\x70", "\x5f\xfd", + "\x00\x00", "\x60\x44", "\x80\x71", "\x5f\xfc", "\x60\x47", "\x80\x74", + "\x80\x75", "\x60\x45", "\x60\x46", "\x80\x7b", "\x80\x78", "\x80\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x53", "\x83\xc3", "\x62\x50", + "\x83\xc0", "\x62\x52", "\x62\x54", "\x00\x00", "\x83\xc1", "\x62\x51", + "\x00\x00", "\x83\xc2", "\x00\x00", "\x83\xbf", "\x00\x00", "\x00\x00", + "\x63\xc0", "\x86\xc8", "\x63\xc1", "\x86\xc6", "\x00\x00", "\x86\xc7", + "\x86\xc5", "\x86\xc4", "\x00\x00", "\x00\x00", "\x86\xc9", "\x63\xbf", + "\x00\x00", "\x00\x00", "\x89\x65", "\x89\x66", "\x00\x00", "\x80\x72", + "\x89\x64", "\x63\xc2", "\x66\x4b", "\x8b\x5a", "\x8b\x5b", "\x00\x00", + "\x67\x83", "\x67\x84", "\x8e\x70", "\x8e\x6f", "\x67\xd7", "\x67\xd6", + "\x90\x41", "\x00\x00", "\x4c\x4a", "\x4c\x62", "\x4c\x99", "\x00\x00", + "\x4c\x98", "\x4c\xf2", "\x4c\xf1", "\x4d\xbd", "\x4d\xbc", "\x4d\xbe", + "\x4d\xbb", "\x00\x00", "\x4e\xab", "\x4e\xaa", "\x4e\xac", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x43", "\x00\x00", "\x50\x42", + "\x50\x44", "\x00\x00", "\x52\x42", "\x00\x00", "\x46\xf1", "\x6f\xa1", + "\x46\xf2", "\x56\xa6", "\x46\xf4", "\x46\xf3", "\x75\xc5", "\x00\x00", + "\x46\xf5", "\x5d\xfd", "\x46\xf6", "\x00\x00", "\x4c\x4b", "\x00\x00", + "\x4c\x9a", "\x4d\xbf", "\x50\x45", "\x00\x00", "\x4c\x4c", "\x4c\x9d", + "\x4c\x9b", "\x4c\x9c", "\x00\x00", "\x00\x00", "\x4d\xc0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4e\xad", "\x50\x47", "\x50\x46", "\x50\x48", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x61", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x55", "\x00\x00", "\x48\x4d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x69\x4f", "\x00\x00", "\x4c\xf3", "\x4c\xf4", + "\x00\x00", "\x00\x00", "\x4d\xc1", "\x00\x00", "\x6a\x4c", "\x00\x00", + "\x52\x44", "\x52\x43", "\x6f\xa3", "\x6f\xa2", "\x56\xa7", "\x48\x4e", + "\x4c\x9e", "\x69\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\x6e", "\x00\x00", "\x52\x45", "\x00\x00", "\x54\x64", + "\x00\x00", "\x54\x62", "\x54\x63", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x56", "\x48\x4f", "\x4c\xf5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4d\xc2", "\x69\x9c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4e\xae", "\x4e\xaf", "\x00\x00", "\x6a\x4d", "\x00\x00", + "\x00\x00", "\x6b\x6f", "\x50\x49", "\x6b\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\xa5", "\x6f\xa6", "\x54\x67", + "\x00\x00", "\x6f\xa7", "\x00\x00", "\x6f\xa4", "\x54\x68", "\x54\x66", + "\x54\x65", "\x6f\xa8", "\x00\x00", "\x72\x8d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x75\xc6", "\x00\x00", "\x00\x00", "\x79\x8c", "\x7d\x49", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x48", "\x62\x57", "\x83\xc4", + "\x00\x00", "\x4c\x4d", "\x4c\x5b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xa8", + "\x59\x53", "\x00\x00", "\x5e\x41", "\x00\x00", "\x69\x43", "\x4c\x9f", + "\x00\x00", "\x4c\xf8", "\x4c\xf6", "\x4c\xf7", "\x00\x00", "\x00\x00", + "\x50\x4a", "\x00\x00", "\x00\x00", "\x4c\x4e", "\x4c\x4f", "\x00\x00", + "\x4c\x63", "\x00\x00", "\x00\x00", "\x4c\xa0", "\x4c\xa1", "\x4c\xa2", + "\x69\x9e", "\x4c\xf9", "\x00\x00", "\x69\x6c", "\x00\x00", "\x4d\xc6", + "\x00\x00", "\x69\x9f", "\x4d\xc4", "\x4d\xc5", "\x69\x9d", "\x00\x00", + "\x00\x00", "\x4d\xc7", "\x4d\xc3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x4e", "\x51\xce", "\x6a\x4f", "\x00\x00", "\x00\x00", + "\x6a\x50", "\x00\x00", "\x00\x00", "\x4e\xb1", "\x4e\xb0", "\x00\x00", + "\x00\x00", "\x4e\xb4", "\x4e\xb2", "\x4e\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x50", "\x00\x00", "\x50\x4f", "\x6b\x75", "\x6b\x72", + "\x6b\x73", "\x00\x00", "\x6b\x71", "\x50\x51", "\x50\x4d", "\x50\x4c", + "\x00\x00", "\x50\x4e", "\x50\x4b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x52", "\x00\x00", "\x52\x47", "\x6d\x53", + "\x00\x00", "\x6b\x74", "\x52\x4c", "\x00\x00", "\x6d\x54", "\x52\x48", + "\x52\x4b", "\x52\x4a", "\x52\x49", "\x52\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6f\xab", "\x00\x00", "\x54\x6b", "\x6f\xae", "\x54\x69", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\xaa", "\x54\x6c", "\x54\x6a", + "\x54\x6d", "\x6f\xac", "\x6f\xad", "\x00\x00", "\x6f\xa9", "\x6f\xaf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x57", "\x56\xa9", "\x72\x8e", "\x72\x90", "\x72\x8f", "\x72\x91", + "\x56\xaa", "\x00\x00", "\x00\x00", "\x59\x54", "\x00\x00", "\x59\x55", + "\x59\x56", "\x00\x00", "\x5b\xb6", "\x79\x8e", "\x00\x00", "\x79\x8d", + "\x79\x8f", "\x79\x90", "\x5b\xb7", "\x00\x00", "\x5b\xb5", "\x7d\x4a", + "\x7d\x4b", "\x5e\x43", "\x5e\x42", "\x7e\xe2", "\x00\x00", "\x00\x00", + "\x60\x49", "\x60\x4a", "\x60\x4b", "\x60\x4d", "\x80\x7c", "\x80\x7d", + "\x60\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x58", "\x00\x00", + "\x62\x59", "\x00\x00", "\x00\x00", "\x8b\x5c", "\x8e\x72", "\x8e\x71", + "\x90\x42", "\x00\x00", "\x4c\x50", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4c\xfb", "\x4c\xfa", "\x00\x00", "\x00\x00", "\x4d\xc8", "\x00\x00", + "\x00\x00", "\x69\xa0", "\x00\x00", "\x00\x00", "\x4e\xb6", "\x4e\xb7", + "\x4e\xb5", "\x4e\xb8", "\x6a\x51", "\x6a\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x54", "\x6b\x76", + "\x00\x00", "\x50\x53", "\x00\x00", "\x6d\x55", "\x52\x50", "\x6d\x56", + "\x52\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x4d", "\x00\x00", + "\x52\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xab", "\x72\x93", "\x00\x00", + "\x56\xae", "\x72\x92", "\x57\xaa", "\x56\xad", "\x56\xac", "\x00\x00", + "\x59\x5a", "\x00\x00", "\x59\x59", "\x59\x58", "\x5b\xb8", "\x00\x00", + "\x00\x00", "\x5b\xbb", "\x5b\xbc", "\x5b\xba", "\x00\x00", "\x5b\xb9", + "\x00\x00", "\x00\x00", "\x7d\x4c", "\x00\x00", "\x7d\x4d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x80\x7f", "\x60\x4e", "\x80\x7e", "\x00\x00", + "\x62\x5a", "\x86\xca", "\x63\xc3", "\x00\x00", "\x8b\x5d", "\x66\xdf", + "\x48\x54", "\x4c\x64", "\x4c\xa3", "\x69\x57", "\x00\x00", "\x4c\xa4", + "\x4c\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4c\xfc", "\x4c\xfd", "\x00\x00", "\x4d\xc9", "\x6a\x53", "\x6b\x77", + "\x6b\x78", "\x00\x00", "\x52\x51", "\x6f\xb1", "\x56\xb0", "\x56\xaf", + "\x75\xc8", "\x75\xc7", "\x00\x00", "\x00\x00", "\x4c\x51", "\x4c\xa6", + "\x4d\x41", "\x00\x00", "\x56\xb1", "\x69\x44", "\x00\x00", "\x69\x6d", + "\x4d\x42", "\x00\x00", "\x69\xa2", "\x4d\xcb", "\x4d\xca", "\x69\xa1", + "\x4e\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\x6e", "\x00\x00", "\x00\x00", "\x72\x94", "\x00\x00", + "\x5b\xbd", "\x7d\x4e", "\x5e\x44", "\x00\x00", "\x00\x00", "\x83\xc5", + "\x00\x00", "\x00\x00", "\x8c\xeb", "\x48\x57", "\x4c\xa7", "\x00\x00", + "\x00\x00", "\x6b\x79", "\x6d\x57", "\x56\xb4", "\x56\xb2", "\x56\xb3", + "\x4c\x52", "\x00\x00", "\x4c\x65", "\x45\x4b", "\x4c\xaa", "\x00\x00", + "\x4c\xa9", "\x4c\xa8", "\x4d\x45", "\x4d\x44", "\x00\x00", "\x69\x6e", + "\x69\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x58", "\x50\x55", + "\x50\x57", "\x50\x56", "\x00\x00", "\x00\x00", "\x52\x52", "\x00\x00", + "\x00\x00", "\x59\x5b", "\x00\x00", "\x4c\x53", "\x00\x00", "\x4c\xab", + "\x00\x00", "\x4d\x47", "\x4d\x46", "\x00\x00", "\x6a\x54", "\x00\x00", + "\x00\x00", "\x50\x59", "\x00\x00", "\x00\x00", "\x48\x5a", "\x00\x00", + "\x00\x00", "\x69\x58", "\x00\x00", "\x4d\x49", "\x4d\x48", "\x4d\xcc", + "\x4d\xcd", "\x6a\x55", "\x4e\xba", "\x00\x00", "\x4e\xbb", "\x00\x00", + "\x50\x5a", "\x50\x5b", "\x50\x5c", "\x00\x00", "\x52\x53", "\x6d\x58", + "\x00\x00", "\x00\x00", "\x54\x6f", "\x00\x00", "\x00\x00", "\x69\x45", + "\x00\x00", "\x4c\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xa4", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x56", + "\x6a\x57", "\x00\x00", "\x00\x00", "\x6b\x7a", "\x00\x00", "\x6b\x7b", + "\x00\x00", "\x6d\x5a", "\x6d\x59", "\x6d\x5c", "\x6d\x5b", "\x52\x54", + "\x00\x00", "\x72\x95", "\x54\x71", "\x6f\xb2", "\x54\x70", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x75\xc9", "\x59\x5c", "\x00\x00", + "\x75\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7d\x4f", + "\x5e\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x4f", + "\x00\x00", "\x8b\x5e", "\x00\x00", "\x48\x5c", "\x00\x00", "\x00\x00", + "\x69\x59", "\x00\x00", "\x4d\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x54", "\x4c\x66", "\x4c\xae", + "\x4c\xad", "\x00\x00", "\x4c\xaf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x5e", "\x00\x00", "\x50\x5d", + "\x50\x5f", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x72", "\x00\x00", "\x83\xc6", "\x65\x5a", + "\x4c\x67", "\x4d\x4c", "\x4d\x5b", "\x4d\x56", "\x00\x00", "\x4d\x51", + "\x4d\x50", "\x4d\x57", "\x4d\x55", "\x4d\x4e", "\x4d\x5c", "\x4d\x4f", + "\x4d\x4b", "\x4d\x5a", "\x4d\x59", "\x4d\x58", "\x4d\x4d", "\x00\x00", + "\x4d\x54", "\x00\x00", "\x00\x00", "\x4d\x53", "\x00\x00", "\x00\x00", + "\x4d\x5d", "\x4d\x52", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\xd3", "\x00\x00", "\x4d\xd9", "\x4d\xd5", "\x00\x00", "\x4d\xdb", + "\x69\xa5", "\x4d\xd8", "\x4d\xce", "\x4d\xd1", "\x4d\xd4", "\x4d\xd0", + "\x4d\xd7", "\x4d\xda", "\x4d\xcf", "\x4d\xd2", "\x4d\xd6", "\x4d\xdc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x60", + "\x6a\x5d", "\x00\x00", "\x4e\xc8", "\x6a\x5e", "\x4e\xbc", "\x4e\xbe", + "\x4e\xd6", "\x4e\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x65", + "\x6a\x5f", "\x4e\xc0", "\x4e\xc2", "\x6a\x64", "\x4e\xc9", "\x6a\x5a", + "\x4e\xd5", "\x4e\xd7", "\x4e\xbd", "\x4e\xce", "\x00\x00", "\x6a\x58", + "\x4e\xd4", "\x00\x00", "\x4e\xc5", "\x00\x00", "\x4e\xcf", "\x4e\xd0", + "\x6a\x59", "\x4e\xcd", "\x4e\xcb", "\x00\x00", "\x4e\xcc", "\x4e\xd2", + "\x6a\x61", "\x4e\xbf", "\x00\x00", "\x4e\xd3", "\x6a\x63", "\x4e\xc7", + "\x4e\xc4", "\x00\x00", "\x6a\x5c", "\x4e\xc3", "\x6a\x66", "\x4e\xc6", + "\x00\x00", "\x4e\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xc1", + "\x6a\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x5b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6b\x8d", + "\x6b\x8c", "\x50\x71", "\x6b\x8f", "\x6b\x91", "\x6b\x86", "\x6b\x89", + "\x6b\x90", "\x50\x72", "\x00\x00", "\x00\x00", "\x6b\x83", "\x6b\x87", + "\x00\x00", "\x00\x00", "\x6b\x8b", "\x6d\x6b", "\x50\x6d", "\x6d\x6f", + "\x50\x60", "\x6b\x88", "\x50\x61", "\x50\x6e", "\x50\x67", "\x50\x63", + "\x00\x00", "\x6b\x84", "\x50\x66", "\x50\x6b", "\x50\x74", "\x6b\x85", + "\x6b\x7d", "\x50\x65", "\x6b\x7e", "\x6b\x81", "\x00\x00", "\x50\x68", + "\x00\x00", "\x50\x6a", "\x6b\x7c", "\x6b\x82", "\x00\x00", "\x00\x00", + "\x50\x73", "\x50\x6f", "\x6b\x8a", "\x50\x75", "\x00\x00", "\x50\x6c", + "\x6b\x7f", "\x50\x69", "\x00\x00", "\x00\x00", "\x50\x64", "\x50\x62", + "\x00\x00", "\x6b\x8e", "\x00\x00", "\x50\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6d\x6a", "\x6d\x5e", "\x6d\x6d", + "\x00\x00", "\x00\x00", "\x6d\x60", "\x52\x5c", "\x52\x6a", "\x52\x58", + "\x52\x69", "\x52\x61", "\x52\x66", "\x52\x56", "\x6d\x5f", "\x6d\x65", + "\x52\x65", "\x6d\x71", "\x52\x67", "\x00\x00", "\x52\x5d", "\x00\x00", + "\x00\x00", "\x6d\x67", "\x6d\x64", "\x52\x5b", "\x00\x00", "\x6d\x5d", + "\x52\x68", "\x6d\x6c", "\x52\x60", "\x6d\x6e", "\x52\x6b", "\x52\x57", + "\x52\x62", "\x52\x5f", "\x6d\x62", "\x52\x63", "\x6d\x68", "\x6d\x69", + "\x52\x5e", "\x52\x64", "\x52\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x59", "\x6d\x61", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6d\x66", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6d\x70", + "\x00\x00", "\x6f\xc6", "\x54\x7f", "\x6f\xb4", "\x00\x00", "\x6f\xb9", + "\x54\x78", "\x54\x84", "\x6f\xb7", "\x54\x73", "\x54\x7d", "\x54\x83", + "\x6f\xbe", "\x00\x00", "\x54\x7e", "\x54\x82", "\x00\x00", "\x00\x00", + "\x6f\xc1", "\x54\x79", "\x6f\xb8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6f\xc4", "\x6f\xc5", "\x00\x00", "\x54\x7b", "\x6f\xc3", "\x54\x77", + "\x54\x87", "\x00\x00", "\x6f\xbb", "\x00\x00", "\x54\x75", "\x00\x00", + "\x6f\xc8", "\x6f\xbc", "\x6f\xc0", "\x54\x7a", "\x54\x86", "\x6f\xbd", + "\x54\x81", "\x6f\xc2", "\x6f\xc9", "\x72\xa4", "\x00\x00", "\x6f\xc7", + "\x54\x88", "\x54\x74", "\x6f\xbf", "\x6f\xb6", "\x00\x00", "\x54\x7c", + "\x00\x00", "\x00\x00", "\x6f\xb5", "\x00\x00", "\x00\x00", "\x6f\xba", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\xb3", + "\x54\x85", "\x00\x00", "\x00\x00", "\x72\x9c", "\x00\x00", "\x56\xc8", + "\x72\xaa", "\x56\xc6", "\x56\xc3", "\x72\xa1", "\x56\xbf", "\x72\xa5", + "\x56\xca", "\x72\x9b", "\x72\xa0", "\x72\x9f", "\x54\x76", "\x56\xc5", + "\x72\xa8", "\x00\x00", "\x72\xab", "\x72\x98", "\x00\x00", "\x59\x6e", + "\x00\x00", "\x72\xac", "\x56\xcb", "\x00\x00", "\x56\xbd", "\x56\xba", + "\x72\xa3", "\x56\xb7", "\x00\x00", "\x72\xa9", "\x00\x00", "\x56\xbe", + "\x72\xad", "\x00\x00", "\x72\x99", "\x72\xa7", "\x56\xc1", "\x72\x9a", + "\x72\x9d", "\x72\xa2", "\x00\x00", "\x00\x00", "\x56\xc2", "\x56\xc0", + "\x56\xcc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xc7", + "\x00\x00", "\x56\xbb", "\x57\x97", "\x00\x00", "\x56\xbc", "\x72\x9e", + "\x56\xc9", "\x56\xc4", "\x72\xa6", "\x56\xb9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x72\x96", "\x72\x97", "\x75\xcf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x5d", "\x59\x60", "\x75\xda", "\x59\x74", "\x75\xdd", "\x59\x5e", + "\x75\xd6", "\x59\x64", "\x59\x6a", "\x5a\xc2", "\x00\x00", "\x00\x00", + "\x59\x68", "\x75\xd3", "\x59\x75", "\x59\x61", "\x59\x69", "\x75\xdb", + "\x79\x9e", "\x75\xe0", "\x75\xd4", "\x00\x00", "\x75\xcb", "\x75\xd8", + "\x75\xd2", "\x59\x67", "\x75\xde", "\x00\x00", "\x00\x00", "\x59\x63", + "\x59\x77", "\x59\x70", "\x00\x00", "\x59\x65", "\x59\x62", "\x00\x00", + "\x59\x6d", "\x00\x00", "\x75\xdf", "\x75\xd1", "\x75\xd7", "\x75\xd9", + "\x75\xcd", "\x75\xdc", "\x59\x5f", "\x75\xcc", "\x00\x00", "\x59\x66", + "\x59\x76", "\x59\x72", "\x75\xce", "\x59\x6c", "\x00\x00", "\x00\x00", + "\x59\x73", "\x59\x6f", "\x59\x6b", "\x00\x00", "\x75\xd5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x79\x9c", "\x79\x98", "\x00\x00", "\x79\xa7", + "\x79\x91", "\x79\x9a", "\x5b\xcb", "\x5b\xcc", "\x5b\xc4", "\x79\xa3", + "\x5b\xce", "\x79\x96", "\x79\x95", "\x79\x93", "\x79\xa5", "\x5b\xc2", + "\x79\x9f", "\x79\x94", "\x5b\xc5", "\x79\x9d", "\x5b\xc0", "\x79\x99", + "\x79\xa0", "\x79\xa2", "\x00\x00", "\x00\x00", "\x79\xa6", "\x5b\xc9", + "\x79\x92", "\x5b\xc3", "\x79\x97", "\x00\x00", "\x5b\xbe", "\x00\x00", + "\x5b\xca", "\x79\xa1", "\x5b\xc6", "\x5b\xc7", "\x5b\xcd", "\x5b\xc1", + "\x46\xf7", "\x5b\xbf", "\x79\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xc8", "\x00\x00", "\x00\x00", "\x79\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x55", "\x5e\x50", "\x00\x00", + "\x7d\x5e", "\x7d\x5a", "\x00\x00", "\x7d\x54", "\x5e\x4a", "\x5e\x46", + "\x7d\x5d", "\x5e\x47", "\x7d\x57", "\x7d\x59", "\x00\x00", "\x7d\x5c", + "\x00\x00", "\x5e\x4c", "\x00\x00", "\x5e\x53", "\x5e\x4d", "\x00\x00", + "\x00\x00", "\x7d\x52", "\x5e\x4e", "\x5e\x4f", "\x7d\x55", "\x5e\x54", + "\x00\x00", "\x7d\x53", "\x7d\x58", "\x5e\x4b", "\x7d\x51", "\x5e\x51", + "\x5e\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x48", "\x7d\x56", + "\x7d\x5b", "\x00\x00", "\x5e\x52", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7d\x50", "\x00\x00", + "\x60\x56", "\x80\x91", "\x00\x00", "\x80\x8e", "\x00\x00", "\x60\x50", + "\x60\x5c", "\x60\x5d", "\x00\x00", "\x60\x53", "\x80\x8c", "\x60\x55", + "\x80\x84", "\x60\x5b", "\x00\x00", "\x80\x90", "\x60\x52", "\x80\x92", + "\x60\x51", "\x00\x00", "\x80\x8d", "\x80\x8f", "\x60\x54", "\x80\x8b", + "\x80\x85", "\x80\x82", "\x00\x00", "\x00\x00", "\x75\xd0", "\x80\x88", + "\x00\x00", "\x80\x81", "\x80\x87", "\x80\x86", "\x00\x00", "\x80\x83", + "\x00\x00", "\x60\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x59", "\x80\x89", + "\x62\x5b", "\x80\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x83\xcf", + "\x00\x00", "\x83\xc8", "\x00\x00", "\x62\x67", "\x83\xcc", "\x62\x5f", + "\x62\x63", "\x83\xcb", "\x00\x00", "\x62\x62", "\x62\x5e", "\x62\x61", + "\x62\x5c", "\x62\x66", "\x83\xcd", "\x83\xc9", "\x62\x65", "\x83\xc7", + "\x62\x64", "\x83\xce", "\x83\xca", "\x60\x5a", "\x00\x00", "\x62\x68", + "\x83\xd0", "\x62\x60", "\x62\x5d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x86\xd1", "\x86\xd3", "\x63\xc5", "\x86\xd4", "\x86\xd2", + "\x86\xd0", "\x86\xcf", "\x63\xc7", "\x86\xce", "\x63\xc8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x86\xcc", "\x86\xcd", "\x63\xc4", + "\x63\xc9", "\x63\xc6", "\x00\x00", "\x00\x00", "\x86\xcb", "\x00\x00", + "\x65\x5b", "\x00\x00", "\x89\x69", "\x89\x67", "\x89\x6c", "\x89\x6a", + "\x00\x00", "\x89\x68", "\x89\x6b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x4c", "\x8b\x61", + "\x8b\x62", "\x66\xe0", "\x00\x00", "\x8b\x63", "\x8b\x5f", "\x8b\x64", + "\x8b\x60", "\x65\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x8c\xec", + "\x8c\xee", "\x66\xe3", "\x8c\xed", "\x66\xe2", "\x66\xe1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xe4", "\x8e\x74", "\x8e\x75", + "\x00\x00", "\x67\x86", "\x67\x85", "\x67\x87", "\x8e\x73", "\x00\x00", + "\x8f\x68", "\x8f\x67", "\x00\x00", "\x67\xd8", "\x67\xda", "\x67\xd9", + "\x8f\x69", "\x68\x54", "\x90\xb5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\x7d", "\x00\x00", "\x90\xb4", "\x90\xfd", "\x00\x00", "\x00\x00", + "\x69\x4a", "\x00\x00", "\x00\x00", "\x4d\x5f", "\x4d\x5e", "\x00\x00", + "\x4d\xdf", "\x4d\xde", "\x69\xa7", "\x4d\xdd", "\x69\xa6", "\x00\x00", + "\x00\x00", "\x4e\xda", "\x6a\x69", "\x00\x00", "\x6a\x68", "\x00\x00", + "\x00\x00", "\x4e\xd8", "\x4e\xdb", "\x00\x00", "\x00\x00", "\x6a\x67", + "\x00\x00", "\x4e\xd9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x92", "\x00\x00", "\x6b\x93", "\x50\x76", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x6c", "\x00\x00", + "\x6f\xca", "\x6f\xcb", "\x54\x89", "\x54\x8a", "\x00\x00", "\x00\x00", + "\x72\xaf", "\x56\xcd", "\x56\xcf", "\x72\xae", "\x56\xce", "\x75\xe1", + "\x59\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xcf", + "\x5b\xd0", "\x79\xa8", "\x00\x00", "\x5e\x57", "\x00\x00", "\x5e\x56", + "\x00\x00", "\x80\x93", "\x83\xd2", "\x83\xd1", "\x00\x00", "\x91\x7c", + "\x4c\x68", "\x69\x5a", "\x00\x00", "\x69\x6f", "\x69\x70", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xe2", "\x4d\xe6", "\x69\xa9", + "\x00\x00", "\x4d\xe4", "\x4d\xe3", "\x69\xa8", "\x4d\xe5", "\x4d\xe1", + "\x00\x00", "\x00\x00", "\x4d\xe0", "\x69\xaa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xe5", "\x00\x00", + "\x00\x00", "\x4e\xe2", "\x00\x00", "\x4e\xde", "\x6a\x6a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6a\x6b", "\x00\x00", "\x4e\xe0", "\x00\x00", + "\x6a\x6d", "\x4e\xdc", "\x6a\x6e", "\x6a\x6c", "\x4e\xdf", "\x4e\xe1", + "\x4e\xe4", "\x4e\xe3", "\x4e\xdd", "\x6a\x6f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\x7b", "\x6b\xa0", "\x00\x00", "\x50\x7d", "\x00\x00", "\x50\x7c", + "\x00\x00", "\x6b\xa1", "\x50\x7a", "\x50\x79", "\x6b\x97", "\x00\x00", + "\x6b\x96", "\x00\x00", "\x6b\x94", "\x6b\x99", "\x6b\x98", "\x6b\x95", + "\x6b\x9e", "\x6b\x9f", "\x6b\x9c", "\x6b\x9a", "\x50\x78", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x9d", "\x50\x7e", "\x6b\xa2", "\x00\x00", + "\x00\x00", "\x6b\x9b", "\x00\x00", "\x52\x6d", "\x50\x77", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x6e", "\x6d\x76", "\x00\x00", "\x00\x00", "\x6d\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x74", "\x6d\x7a", "\x6d\x81", "\x00\x00", + "\x6d\x77", "\x6d\x7b", "\x6d\x7d", "\x6d\x7f", "\x6d\x79", "\x00\x00", + "\x6d\x78", "\x6d\x73", "\x6d\x74", "\x52\x6f", "\x00\x00", "\x52\x71", + "\x52\x70", "\x6d\x75", "\x6d\x7e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x73", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6d\x72", "\x6f\xd5", "\x00\x00", "\x6f\xd4", "\x6f\xd9", "\x6f\xd0", + "\x00\x00", "\x6f\xd3", "\x6f\xd2", "\x00\x00", "\x6f\xd6", "\x00\x00", + "\x6f\xda", "\x54\x8b", "\x54\x8e", "\x00\x00", "\x00\x00", "\x6f\xd1", + "\x6f\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x8d", "\x6f\xcc", + "\x00\x00", "\x52\x72", "\x72\xbd", "\x6f\xd8", "\x00\x00", "\x6f\xcf", + "\x00\x00", "\x54\x8c", "\x6f\xce", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x72\xb4", "\x00\x00", "\x00\x00", + "\x56\xd0", "\x56\xd4", "\x72\xc4", "\x72\xb2", "\x72\xc0", "\x56\xd5", + "\x72\xc2", "\x00\x00", "\x72\xc8", "\x00\x00", "\x72\xcc", "\x00\x00", + "\x00\x00", "\x72\xc3", "\x72\xb7", "\x72\xbf", "\x00\x00", "\x72\xcd", + "\x72\xcb", "\x72\xc1", "\x72\xbc", "\x72\xb5", "\x75\xe9", "\x72\xb3", + "\x56\xd9", "\x72\xba", "\x56\xda", "\x56\xd6", "\x72\xb0", "\x72\xc6", + "\x72\xb8", "\x00\x00", "\x00\x00", "\x72\xb6", "\x72\xc9", "\x56\xd7", + "\x00\x00", "\x72\xcf", "\x56\xd1", "\x56\xd3", "\x72\xbe", "\x72\xb9", + "\x54\x8f", "\x56\xd2", "\x72\xbb", "\x72\xca", "\x72\xce", "\x72\xc5", + "\x00\x00", "\x72\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x72\xb1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x75\xe4", "\x00\x00", + "\x75\xed", "\x75\xec", "\x59\x81", "\x75\xe5", "\x00\x00", "\x59\x82", + "\x59\x7f", "\x00\x00", "\x75\xe7", "\x59\x7c", "\x75\xeb", "\x00\x00", + "\x75\xe6", "\x75\xe8", "\x75\xe2", "\x59\x7a", "\x00\x00", "\x75\xf5", + "\x75\xf4", "\x75\xf1", "\x59\x79", "\x59\x7d", "\x59\x7e", "\x6f\xcd", + "\x75\xee", "\x59\x7b", "\x56\xd8", "\x75\xf0", "\x75\xe3", "\x75\xf3", + "\x75\xf2", "\x00\x00", "\x75\xf6", "\x00\x00", "\x79\xb6", "\x00\x00", + "\x75\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x75\xea", "\x79\xae", "\x5b\xda", + "\x5b\xdd", "\x5b\xd8", "\x79\xad", "\x79\xb1", "\x79\xac", "\x00\x00", + "\x5b\xd2", "\x5b\xdc", "\x79\xa9", "\x5b\xd6", "\x79\xb0", "\x00\x00", + "\x5b\xd4", "\x5b\xd3", "\x79\xb3", "\x5b\xd5", "\x79\xb5", "\x00\x00", + "\x79\xb2", "\x5b\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xdb", + "\x79\xb7", "\x79\xab", "\x79\xb4", "\x00\x00", "\x00\x00", "\x79\xaa", + "\x00\x00", "\x00\x00", "\x5b\xd7", "\x00\x00", "\x5b\xd9", "\x00\x00", + "\x79\xaf", "\x00\x00", "\x79\xb8", "\x00\x00", "\x00\x00", "\x7d\x66", + "\x5e\x58", "\x7d\x6c", "\x00\x00", "\x00\x00", "\x5e\x5d", "\x7d\x68", + "\x7d\x6f", "\x7d\x60", "\x5e\x5f", "\x5e\x59", "\x7d\x65", "\x60\x5e", + "\x7d\x64", "\x7d\x6d", "\x5e\x5a", "\x00\x00", "\x5e\x5e", "\x7d\x63", + "\x7d\x69", "\x7d\x6e", "\x7d\x5f", "\x5e\x5c", "\x7d\x67", "\x00\x00", + "\x00\x00", "\x7d\x6b", "\x7d\x71", "\x7d\x61", "\x7d\x6a", "\x00\x00", + "\x5e\x5b", "\x7d\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x7d\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x62", "\x80\x95", "\x60\x60", + "\x60\x5f", "\x80\x97", "\x80\x9c", "\x00\x00", "\x80\x98", "\x00\x00", + "\x80\x9b", "\x60\x65", "\x00\x00", "\x62\x4e", "\x60\x64", "\x00\x00", + "\x80\x94", "\x80\x9a", "\x00\x00", "\x60\x63", "\x80\x99", "\x00\x00", + "\x80\x96", "\x00\x00", "\x60\x61", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x83\xd7", "\x00\x00", "\x83\xd9", + "\x83\xd4", "\x62\x6a", "\x83\xd6", "\x00\x00", "\x62\x69", "\x83\xd8", + "\x00\x00", "\x00\x00", "\x62\x6c", "\x83\xda", "\x62\x6b", "\x83\xd3", + "\x83\xd5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xcd", + "\x86\xd7", "\x00\x00", "\x63\xcc", "\x86\xd8", "\x63\xcb", "\x86\xd6", + "\x63\xca", "\x86\xd5", "\x00\x00", "\x65\x5e", "\x65\x5d", "\x8b\x65", + "\x8b\x67", "\x00\x00", "\x8b\x66", "\x66\x4d", "\x66\x4e", "\x00\x00", + "\x00\x00", "\x66\x4f", "\x8c\xef", "\x66\xe5", "\x00\x00", "\x00\x00", + "\x90\x44", "\x90\x43", "\x68\x7e", "\x00\x00", "\x4c\x69", "\x4c\xb0", + "\x00\x00", "\x00\x00", "\x4e\xe6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6d\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x83", "\x59\x84", "\x00\x00", "\x79\xb9", "\x5e\x60", "\x7d\x72", + "\x80\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x5b", "\x00\x00", + "\x00\x00", "\x6a\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\x62", + "\x00\x00", "\x6b\xa3", "\x6d\x83", "\x6f\xdb", "\x54\x90", "\x00\x00", + "\x00\x00", "\x8b\x68", "\x00\x00", "\x67\x88", "\x4c\x6a", "\x4d\x60", + "\x69\x71", "\x00\x00", "\x4d\xe7", "\x4d\xe8", "\x00\x00", "\x50\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xdb", "\x00\x00", "\x5e\x62", + "\x00\x00", "\x5e\x63", "\x5e\x61", "\x00\x00", "\x4c\x6b", "\x00\x00", + "\x4c\xb1", "\x4c\xb3", "\x4c\xb2", "\x69\x5c", "\x4c\xb4", "\x4d\x61", + "\x69\x72", "\x00\x00", "\x4d\x62", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xe9", "\x4d\xea", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xab", "\x00\x00", "\x4e\xe7", "\x00\x00", "\x6a\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x84", "\x6b\xa4", "\x00\x00", + "\x50\x82", "\x50\x83", "\x50\x81", "\x6f\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x78", "\x52\x77", "\x52\x79", "\x52\x76", "\x00\x00", + "\x6d\x84", "\x50\x85", "\x52\x75", "\x00\x00", "\x54\x91", "\x54\x92", + "\x00\x00", "\x54\x93", "\x00\x00", "\x72\xd0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x85", "\x75\xf7", "\x56\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xde", "\x00\x00", "\x5e\x65", "\x5e\x64", + "\x7d\x73", "\x00\x00", "\x60\x66", "\x62\x6d", "\x00\x00", "\x89\x6d", + "\x8f\x6a", "\x90\x45", "\x4c\x6c", "\x4d\x63", "\x00\x00", "\x4d\x64", + "\x69\xb1", "\x4d\xec", "\x4d\xef", "\x00\x00", "\x69\xaf", "\x69\xad", + "\x4d\xee", "\x69\xb0", "\x69\xb2", "\x69\xac", "\x4d\xf1", "\x4d\xf0", + "\x4d\xed", "\x4d\xeb", "\x69\xae", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4e\xf2", "\x00\x00", "\x00\x00", "\x4e\xef", "\x6a\x76", + "\x6a\x79", "\x6a\x78", "\x00\x00", "\x4e\xe9", "\x4e\xf1", "\x00\x00", + "\x00\x00", "\x4e\xee", "\x6a\x75", "\x6a\x73", "\x4e\xed", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4e\xe8", "\x4e\xeb", "\x00\x00", "\x6a\x74", + "\x6a\x7b", "\x6a\x77", "\x4e\xec", "\x4e\xf0", "\x4e\xf3", "\x6a\x72", + "\x6a\x7a", "\x4e\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x8a", "\x50\x92", "\x00\x00", "\x6b\xb0", "\x6b\xa9", + "\x50\x93", "\x6b\xb4", "\x6b\xa5", "\x6b\xac", "\x00\x00", "\x00\x00", + "\x50\x89", "\x6b\xa6", "\x50\x87", "\x6b\xad", "\x6b\xb1", "\x50\x86", + "\x00\x00", "\x6b\xb2", "\x6b\xab", "\x00\x00", "\x6b\xae", "\x00\x00", + "\x50\x95", "\x50\x8c", "\x6b\xb5", "\x6b\xb3", "\x00\x00", "\x50\x91", + "\x50\x8f", "\x6b\xaa", "\x50\x8e", "\x6b\xa8", "\x6b\xa7", "\x50\x8d", + "\x50\x8b", "\x50\x94", "\x50\x90", "\x50\x88", "\x00\x00", "\x6b\xaf", + "\x00\x00", "\x52\x7b", "\x00\x00", "\x52\x83", "\x6d\x92", "\x52\x7a", + "\x6d\x8a", "\x6d\x86", "\x00\x00", "\x6d\x96", "\x6d\x85", "\x00\x00", + "\x52\x7d", "\x6d\x8f", "\x52\x81", "\x52\x84", "\x00\x00", "\x52\x7e", + "\x6d\x93", "\x52\x82", "\x00\x00", "\x54\x9a", "\x6d\x99", "\x6d\x87", + "\x00\x00", "\x00\x00", "\x6d\x89", "\x6d\x90", "\x6d\x94", "\x6d\x98", + "\x6d\x95", "\x6d\x8e", "\x6d\x91", "\x00\x00", "\x00\x00", "\x6d\x8b", + "\x52\x86", "\x6d\x8d", "\x6d\x8c", "\x6d\x97", "\x52\x7c", "\x6d\x88", + "\x52\x85", "\x00\x00", "\x52\x7f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xa0", "\x6f\xe4", "\x00\x00", "\x54\x9f", + "\x00\x00", "\x00\x00", "\x6f\xe2", "\x00\x00", "\x54\x94", "\x00\x00", + "\x54\x99", "\x00\x00", "\x6f\xe1", "\x6f\xde", "\x6f\xe3", "\x54\x95", + "\x6f\xdd", "\x00\x00", "\x54\x98", "\x54\x96", "\x00\x00", "\x6f\xe5", + "\x54\x97", "\x54\x9b", "\x00\x00", "\x00\x00", "\x54\x9c", "\x00\x00", + "\x54\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x9d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6f\xdf", "\x6f\xe0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6f\xe6", "\x00\x00", "\x72\xd7", "\x56\xdd", + "\x76\x48", "\x72\xd6", "\x72\xe9", "\x00\x00", "\x00\x00", "\x56\xe3", + "\x00\x00", "\x72\xe7", "\x00\x00", "\x56\xe2", "\x56\xde", "\x72\xf0", + "\x72\xe0", "\x72\xe3", "\x00\x00", "\x56\xe6", "\x72\xed", "\x72\xe5", + "\x56\xdf", "\x56\xe7", "\x00\x00", "\x72\xea", "\x72\xe8", "\x00\x00", + "\x00\x00", "\x72\xd9", "\x72\xee", "\x72\xe2", "\x72\xdd", "\x00\x00", + "\x72\xd3", "\x72\xef", "\x72\xdf", "\x72\xd2", "\x00\x00", "\x56\xe5", + "\x72\xe4", "\x72\xf1", "\x72\xe1", "\x72\xd5", "\x72\xda", "\x72\xd1", + "\x00\x00", "\x56\xe4", "\x00\x00", "\x72\xde", "\x72\xdb", "\x56\xe0", + "\x72\xd4", "\x00\x00", "\x72\xec", "\x56\xe1", "\x00\x00", "\x72\xdc", + "\x72\xd8", "\x00\x00", "\x00\x00", "\x72\xeb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x86", "\x76\x41", + "\x00\x00", "\x75\xfb", "\x76\x4f", "\x76\x43", "\x76\x50", "\x00\x00", + "\x59\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\x76\x4c", "\x76\x49", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x76\x4a", + "\x76\x4d", "\x76\x51", "\x00\x00", "\x72\xe6", "\x76\x53", "\x79\xcd", + "\x00\x00", "\x59\x89", "\x76\x54", "\x75\xf9", "\x76\x46", "\x00\x00", + "\x76\x4b", "\x00\x00", "\x00\x00", "\x59\x87", "\x59\x8a", "\x76\x52", + "\x76\x55", "\x75\xfd", "\x75\xfa", "\x00\x00", "\x00\x00", "\x75\xfc", + "\x00\x00", "\x00\x00", "\x76\x44", "\x76\x42", "\x59\x8b", "\x00\x00", + "\x76\x4e", "\x00\x00", "\x00\x00", "\x76\x45", "\x00\x00", "\x76\x47", + "\x75\xf8", "\x79\xc1", "\x79\xbf", "\x5b\xe7", "\x5b\xe5", "\x79\xc9", + "\x79\xc0", "\x79\xca", "\x79\xc6", "\x79\xbe", "\x79\xcc", "\x79\xbd", + "\x79\xc4", "\x5b\xe4", "\x5b\xe3", "\x5b\xe2", "\x79\xc2", "\x79\xc7", + "\x5b\xdf", "\x5b\xe6", "\x00\x00", "\x79\xbb", "\x00\x00", "\x79\xc5", + "\x79\xba", "\x79\xc3", "\x5b\xe0", "\x79\xc8", "\x79\xbc", "\x5b\xe1", + "\x79\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7d\x77", "\x5e\x6a", "\x5e\x69", "\x5e\x6b", + "\x7d\x84", "\x7d\x79", "\x7d\x7f", "\x7d\x74", "\x7d\x83", "\x7d\x82", + "\x7d\x86", "\x7d\x7e", "\x5e\x66", "\x7d\x7d", "\x5e\x6c", "\x00\x00", + "\x7d\x76", "\x5e\x67", "\x00\x00", "\x7d\x85", "\x5e\x68", "\x7d\x78", + "\x7d\x7b", "\x7d\x81", "\x7d\x7a", "\x7d\x75", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7d\x7c", "\x80\x9f", "\x60\x6a", "\x80\xa2", + "\x80\xa1", "\x80\xa4", "\x80\xa6", "\x00\x00", "\x60\x68", "\x00\x00", + "\x80\xa0", "\x00\x00", "\x80\x9e", "\x00\x00", "\x80\xa7", "\x80\xa5", + "\x80\xa3", "\x00\x00", "\x80\xa9", "\x00\x00", "\x80\xa8", "\x60\x6c", + "\x60\x67", "\x00\x00", "\x60\x69", "\x60\x6b", "\x00\x00", "\x00\x00", + "\x80\xaa", "\x83\xe1", "\x00\x00", "\x00\x00", "\x83\xe0", "\x83\xdf", + "\x00\x00", "\x83\xe2", "\x83\xdb", "\x00\x00", "\x83\xdc", "\x83\xe4", + "\x83\xdd", "\x00\x00", "\x62\x6e", "\x83\xe6", "\x00\x00", "\x83\xe5", + "\x83\xde", "\x00\x00", "\x86\xdc", "\x63\xd0", "\x86\xda", "\x86\xdf", + "\x86\xde", "\x83\xe3", "\x00\x00", "\x63\xcf", "\x00\x00", "\x86\xdd", + "\x86\xd9", "\x86\xe1", "\x86\xe0", "\x63\xce", "\x00\x00", "\x86\xdb", + "\x00\x00", "\x62\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x89\x6e", "\x8b\x69", "\x8b\x6a", + "\x8b\x6b", "\x66\xe6", "\x00\x00", "\x00\x00", "\x66\xe7", "\x00\x00", + "\x8c\xf0", "\x00\x00", "\x8e\x77", "\x8e\x76", "\x00\x00", "\x00\x00", + "\x8f\x6b", "\x8f\x6c", "\x90\x46", "\x90\xb6", "\x00\x00", "\x4c\x6d", + "\x4c\x6e", "\x00\x00", "\x4c\x6f", "\x4c\xb5", "\x4d\x65", "\x69\xb3", + "\x4d\xf2", "\x4d\xf3", "\x00\x00", "\x4e\xf6", "\x4e\xf7", "\x4e\xf5", + "\x4e\xf4", "\x00\x00", "\x50\x96", "\x00\x00", "\x00\x00", "\x6b\xb6", + "\x50\x98", "\x50\x97", "\x6b\xb7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x87", "\x00\x00", "\x54\xa1", "\x6f\xe7", "\x00\x00", "\x72\xf3", + "\x00\x00", "\x56\xe8", "\x59\x8d", "\x72\xf2", "\x59\x8c", "\x00\x00", + "\x5e\x6d", "\x00\x00", "\x7d\x87", "\x62\x70", "\x00\x00", "\x63\xd1", + "\x86\xe2", "\x00\x00", "\x66\xe8", "\x00\x00", "\x67\xdb", "\x48\x67", + "\x69\x73", "\x00\x00", "\x4d\x66", "\x69\x74", "\x4d\xf6", "\x00\x00", + "\x4d\xf4", "\x4d\xf5", "\x4d\xf7", "\x00\x00", "\x4e\xf9", "\x4e\xf8", + "\x00\x00", "\x6a\x7c", "\x4e\xfa", "\x00\x00", "\x00\x00", "\x6a\x7d", + "\x6b\xb8", "\x00\x00", "\x6b\xb9", "\x00\x00", "\x50\x99", "\x50\x9b", + "\x50\x9d", "\x50\x9a", "\x50\x9e", "\x50\x9c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x8b", "\x52\x88", "\x52\x8a", + "\x52\x8c", "\x52\x89", "\x6f\xe8", "\x6d\x9a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6f\xea", "\x6f\xe9", "\x54\xa7", "\x00\x00", "\x54\xa3", + "\x00\x00", "\x00\x00", "\x54\xa4", "\x54\xa6", "\x54\xa8", "\x54\xa5", + "\x00\x00", "\x54\xaa", "\x54\xa9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xed", "\x72\xf5", "\x72\xf4", "\x56\xec", + "\x00\x00", "\x56\xeb", "\x56\xea", "\x56\xee", "\x56\xe9", "\x00\x00", + "\x00\x00", "\x76\x5b", "\x76\x58", "\x59\x8f", "\x76\x57", "\x76\x5c", + "\x00\x00", "\x59\x91", "\x76\x5a", "\x59\x8e", "\x59\x90", "\x76\x59", + "\x00\x00", "\x79\xce", "\x00\x00", "\x79\xcf", "\x79\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x6e", "\x5e\x76", "\x7d\x88", + "\x5e\x70", "\x5e\x74", "\x7d\x89", "\x5e\x75", "\x5e\x71", "\x5e\x72", + "\x5e\x6f", "\x5e\x73", "\x60\x6f", "\x76\x56", "\x60\x70", "\x60\x6e", + "\x00\x00", "\x60\x6d", "\x83\xe7", "\x62\x71", "\x86\xe3", "\x86\xe4", + "\x00\x00", "\x00\x00", "\x66\x50", "\x66\xe9", "\x00\x00", "\x4c\x70", + "\x00\x00", "\x4d\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x8d", "\x00\x00", "\x6f\xeb", "\x54\xab", + "\x00\x00", "\x00\x00", "\x56\xf1", "\x56\xf0", "\x56\xef", "\x59\x92", + "\x59\x93", "\x76\x5d", "\x5e\x77", "\x62\x72", "\x4c\x71", "\x69\x5d", + "\x4c\xb6", "\x69\x75", "\x00\x00", "\x00\x00", "\x69\xb4", "\x4d\xf9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x9f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x79\xd1", "\x00\x00", "\x00\x00", "\x4c\x72", + "\x00\x00", "\x4c\xb7", "\x69\xb5", "\x00\x00", "\x00\x00", "\x6a\x7e", + "\x00\x00", "\x6a\x7f", "\x00\x00", "\x4e\xfb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x76\x5e", "\x59\x94", "\x00\x00", "\x79\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xd2", "\x4c\x73", "\x4c\x88", "\x4c\xb8", + "\x69\x76", "\x4d\x67", "\x00\x00", "\x4f\x42", "\x4f\x41", "\x4e\xfc", + "\x4e\xfd", "\x00\x00", "\x00\x00", "\x6b\xba", "\x50\xa1", "\x50\xa2", + "\x6b\xbb", "\x50\xa0", "\x00\x00", "\x00\x00", "\x52\x91", "\x6d\x9b", + "\x52\x90", "\x52\x8e", "\x52\x8f", "\x54\xae", "\x54\xac", "\x00\x00", + "\x00\x00", "\x6f\xed", "\x54\xad", "\x6f\xec", "\x00\x00", "\x54\xa2", + "\x72\xf6", "\x00\x00", "\x00\x00", "\x56\xf3", "\x56\xf4", "\x00\x00", + "\x00\x00", "\x56\xf2", "\x00\x00", "\x5e\x78", "\x7d\x8a", "\x60\x71", + "\x60\x72", "\x00\x00", "\x80\xab", "\x63\xd3", "\x89\x6f", "\x89\x70", + "\x00\x00", "\x67\x89", "\x90\xb7", "\x69\x4c", "\x4c\xb9", "\x00\x00", + "\x4c\x74", "\x00\x00", "\x69\x78", "\x69\x77", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xfa", "\x69\xb7", "\x69\xb8", "\x69\xb6", + "\x00\x00", "\x69\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\x88", "\x00\x00", "\x6a\x83", + "\x6a\x85", "\x6a\x87", "\x6a\x84", "\x4f\x46", "\x6a\x81", "\x00\x00", + "\x6a\x82", "\x4f\x43", "\x4f\x44", "\x6a\x86", "\x6a\x89", "\x4f\x45", + "\x6a\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xc9", "\x00\x00", "\x6b\xc3", "\x6b\xbe", + "\x50\xa4", "\x6b\xc6", "\x6b\xc4", "\x6b\xbd", "\x6b\xca", "\x6b\xcd", + "\x6b\xc8", "\x6b\xc1", "\x50\xa6", "\x6b\xc7", "\x50\xa7", "\x6b\xc2", + "\x6b\xc5", "\x6b\xbc", "\x6b\xc0", "\x6b\xcc", "\x50\xa8", "\x00\x00", + "\x50\xa9", "\x00\x00", "\x6b\xbf", "\x6b\xcb", "\x50\xa3", "\x50\xa5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6d\xac", "\x6d\xa5", "\x6d\xab", "\x6d\xa4", "\x6d\xa6", + "\x6d\xa0", "\x6d\x9e", "\x00\x00", "\x6d\xad", "\x6d\xaa", "\x6d\x9c", + "\x00\x00", "\x52\x93", "\x6d\xa8", "\x6d\xa9", "\x00\x00", "\x6d\xa7", + "\x6d\x9f", "\x6d\x9d", "\x52\x92", "\x6d\xa3", "\x6d\xa1", "\x00\x00", + "\x00\x00", "\x6d\xa2", "\x6d\xae", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xb3", + "\x00\x00", "\x54\xb2", "\x00\x00", "\x6f\xee", "\x54\xaf", "\x6f\xf0", + "\x00\x00", "\x54\xb4", "\x6f\xf1", "\x00\x00", "\x00\x00", "\x54\xb7", + "\x00\x00", "\x54\xb5", "\x6f\xf2", "\x6d\xaf", "\x6f\xf4", "\x00\x00", + "\x54\xb1", "\x00\x00", "\x54\xb0", "\x00\x00", "\x6f\xef", "\x6f\xf3", + "\x54\xb6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xf6", + "\x56\xf5", "\x00\x00", "\x00\x00", "\x00\x00", "\x72\xf8", "\x72\xfc", + "\x73\x41", "\x56\xf7", "\x73\x44", "\x00\x00", "\x56\xfb", "\x73\x46", + "\x00\x00", "\x56\xfd", "\x00\x00", "\x56\xf9", "\x57\x44", "\x00\x00", + "\x57\x41", "\x72\xfa", "\x56\xf8", "\x00\x00", "\x72\xf9", "\x72\xf7", + "\x73\x48", "\x72\xfb", "\x00\x00", "\x56\xfa", "\x73\x47", "\x57\x42", + "\x73\x43", "\x73\x42", "\x57\x43", "\x72\xfd", "\x56\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x73\x49", "\x00\x00", "\x73\x45", + "\x76\x6d", "\x76\x74", "\x76\x69", "\x59\x97", "\x76\x65", "\x76\x75", + "\x76\x5f", "\x76\x72", "\x76\x70", "\x76\x6a", "\x00\x00", "\x76\x73", + "\x76\x6c", "\x00\x00", "\x76\x64", "\x76\x76", "\x76\x62", "\x76\x6f", + "\x76\x60", "\x00\x00", "\x76\x77", "\x00\x00", "\x59\x98", "\x00\x00", + "\x76\x71", "\x79\xd5", "\x76\x63", "\x59\x95", "\x00\x00", "\x76\x67", + "\x00\x00", "\x59\x96", "\x76\x66", "\x76\x6b", "\x00\x00", "\x00\x00", + "\x76\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x76\x6e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x79\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x79\xdc", "\x79\xd4", "\x00\x00", "\x79\xd6", "\x00\x00", + "\x79\xdb", "\x79\xda", "\x5b\xe8", "\x00\x00", "\x76\x61", "\x79\xd8", + "\x00\x00", "\x00\x00", "\x5b\xe9", "\x00\x00", "\x79\xd3", "\x79\xd7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7d\x91", "\x00\x00", + "\x7d\x98", "\x7d\x8f", "\x00\x00", "\x7d\x96", "\x7d\x8d", "\x7d\x95", + "\x7d\x99", "\x7d\x8c", "\x7d\x90", "\x7d\x8b", "\x00\x00", "\x5e\x79", + "\x00\x00", "\x7d\x8e", "\x5e\x7a", "\x7d\x94", "\x7d\x93", "\x7d\x92", + "\x00\x00", "\x00\x00", "\x7d\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x80\xaf", "\x80\xb1", "\x60\x74", "\x80\xb2", "\x00\x00", + "\x80\xad", "\x00\x00", "\x80\xac", "\x80\xb6", "\x00\x00", "\x80\xb4", + "\x60\x73", "\x80\xb7", "\x80\xae", "\x80\xb3", "\x80\xb5", "\x80\xb0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x83\xeb", "\x83\xf0", + "\x83\xea", "\x83\xef", "\x00\x00", "\x83\xe8", "\x83\xf2", "\x83\xee", + "\x83\xf3", "\x83\xed", "\x83\xe9", "\x83\xf1", "\x00\x00", "\x83\xf4", + "\x83\xec", "\x00\x00", "\x86\xe5", "\x63\xd7", "\x00\x00", "\x63\xd5", + "\x00\x00", "\x63\xd4", "\x63\xd6", "\x00\x00", "\x00\x00", "\x89\x71", + "\x00\x00", "\x8a\xc0", "\x8b\x6c", "\x00\x00", "\x00\x00", "\x8c\xf1", + "\x8c\xf2", "\x00\x00", "\x66\xea", "\x00\x00", "\x8e\x78", "\x00\x00", + "\x67\x8a", "\x00\x00", "\x8e\x79", "\x00\x00", "\x8f\x6e", "\x67\xdd", + "\x00\x00", "\x67\xdc", "\x8f\x6d", "\x68\x55", "\x00\x00", "\x90\x47", + "\x00\x00", "\x00\x00", "\x48\x6e", "\x00\x00", "\x4c\x75", "\x4d\xfb", + "\x69\xba", "\x6a\x8b", "\x4f\xd5", "\x57\x45", "\x00\x00", "\x00\x00", + "\x4c\x76", "\x4d\x6a", "\x4d\x69", "\x4d\x68", "\x00\x00", "\x00\x00", + "\x4f\x47", "\x00\x00", "\x00\x00", "\x54\xb8", "\x00\x00", "\x79\xdd", + "\x4c\x77", "\x4c\x78", "\x4c\x79", "\x4c\xba", "\x00\x00", "\x00\x00", + "\x52\x94", "\x00\x00", "\x6d\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x99", "\x4c\x7a", "\x69\x5e", "\x00\x00", "\x00\x00", "\x4d\x6b", + "\x4d\x6c", "\x69\x79", "\x00\x00", "\x4d\xfc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6a\x8c", "\x00\x00", "\x4f\x48", "\x00\x00", "\x6a\x8d", + "\x00\x00", "\x00\x00", "\x50\xaf", "\x00\x00", "\x00\x00", "\x6b\xcf", + "\x50\xad", "\x50\xac", "\x6b\xce", "\x50\xaa", "\x6b\xd0", "\x50\xab", + "\x50\xae", "\x00\x00", "\x52\x95", "\x00\x00", "\x52\x97", "\x6d\xb4", + "\x6d\xb1", "\x6d\xb2", "\x6d\xb3", "\x6d\xb5", "\x52\x96", "\x00\x00", + "\x00\x00", "\x6f\xf6", "\x6f\xf5", "\x00\x00", "\x54\xba", "\x00\x00", + "\x54\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\x48", "\x73\x4b", "\x00\x00", "\x57\x47", "\x57\x49", "\x57\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x9b", "\x73\x4a", + "\x00\x00", "\x59\x9c", "\x76\x79", "\x00\x00", "\x59\x9d", "\x76\x78", + "\x59\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x79\xe0", + "\x79\xe2", "\x5b\xea", "\x79\xe1", "\x79\xdf", "\x79\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7d\x9c", "\x5e\x7f", "\x5e\x7d", "\x00\x00", + "\x5e\x7e", "\x7d\x9a", "\x7d\x9b", "\x00\x00", "\x5e\x7b", "\x80\xbb", + "\x80\xb9", "\x00\x00", "\x60\x76", "\x80\xba", "\x60\x77", "\x60\x75", + "\x5e\x7c", "\x00\x00", "\x00\x00", "\x83\xf7", "\x83\xf5", "\x83\xf6", + "\x80\xb8", "\x86\xe7", "\x63\xd8", "\x86\xe6", "\x89\x72", "\x89\x73", + "\x83\xf8", "\x8b\x6d", "\x00\x00", "\x4c\x7b", "\x4d\x6d", "\x4e\x41", + "\x69\xbb", "\x4d\xfd", "\x00\x00", "\x50\xb0", "\x5b\xeb", "\x48\x73", + "\x4c\xbb", "\x4d\x6e", "\x52\x98", "\x59\x9e", "\x48\x74", "\x69\x7a", + "\x00\x00", "\x69\x7b", "\x00\x00", "\x69\xbc", "\x00\x00", "\x00\x00", + "\x4f\x4a", "\x6a\x91", "\x6a\x8f", "\x4f\x4b", "\x6a\x8e", "\x6a\x90", + "\x6a\x92", "\x00\x00", "\x4f\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\xb4", "\x50\xb5", "\x50\xb2", "\x00\x00", + "\x00\x00", "\x50\xb1", "\x6d\xb9", "\x50\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x52\x99", "\x00\x00", "\x6d\xb8", "\x6d\xba", "\x6d\xb7", + "\x6d\xbb", "\x52\x9a", "\x54\xbd", "\x6f\xf7", "\x00\x00", "\x6f\xf9", + "\x54\xbb", "\x6f\xfa", "\x54\xbc", "\x6f\xf8", "\x00\x00", "\x6d\xb6", + "\x73\x4c", "\x73\x4f", "\x73\x50", "\x73\x4d", "\x57\x4d", "\x57\x4c", + "\x57\x4a", "\x57\x4b", "\x73\x4e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x4e", "\x00\x00", "\x00\x00", "\x59\xa0", "\x59\xa1", + "\x00\x00", "\x59\xa2", "\x79\xe3", "\x79\xe5", "\x79\xe7", "\x5b\xed", + "\x5b\xec", "\x59\x9f", "\x79\xe6", "\x79\xe4", "\x00\x00", "\x7d\xa0", + "\x00\x00", "\x00\x00", "\x7d\x9e", "\x7d\xa4", "\x5e\x81", "\x7d\xa5", + "\x7d\xa2", "\x5e\x82", "\x7d\x9f", "\x7d\x9d", "\x7d\xa3", "\x60\x79", + "\x80\xbd", "\x7d\xa1", "\x60\x7b", "\x80\xbe", "\x60\x7a", "\x60\x7d", + "\x80\xbf", "\x60\x78", "\x60\x7c", "\x00\x00", "\x83\xfd", "\x83\xfb", + "\x83\xfa", "\x83\xfc", "\x83\xf9", "\x00\x00", "\x00\x00", "\x66\x52", + "\x00\x00", "\x8c\xf3", "\x8c\xf4", "\x00\x00", "\x8e\x7a", "\x8f\x6f", + "\x68\xa1", "\x48\x75", "\x00\x00", "\x50\xb6", "\x4f\x4c", "\x00\x00", + "\x00\x00", "\x52\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x7c", + "\x4c\xbc", "\x00\x00", "\x4d\x6f", "\x69\xbd", "\x00\x00", "\x4f\x4d", + "\x6a\x93", "\x00\x00", "\x6d\xbc", "\x52\x9c", "\x00\x00", "\x5e\x83", + "\x4c\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\x42", "\x00\x00", + "\x00\x00", "\x5b\xee", "\x4c\x7e", "\x4c\xbd", "\x4c\xbe", "\x00\x00", + "\x4d\x71", "\x4d\x70", "\x00\x00", "\x69\xbe", "\x4e\x43", "\x00\x00", + "\x6a\x94", "\x00\x00", "\x4f\x4e", "\x00\x00", "\x00\x00", "\x6b\xd2", + "\x6b\xd3", "\x6b\xd4", "\x00\x00", "\x50\xb7", "\x50\xb8", "\x6b\xd1", + "\x50\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x9d", "\x6d\xbd", + "\x00\x00", "\x6f\xfc", "\x54\xbe", "\x00\x00", "\x6f\xfb", "\x00\x00", + "\x57\x4f", "\x73\x51", "\x57\x50", "\x73\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x79\xe8", + "\x00\x00", "\x00\x00", "\x7d\xa7", "\x7d\xa6", "\x00\x00", "\x5e\x84", + "\x00\x00", "\x60\x7e", "\x80\xc0", "\x62\x73", "\x84\x41", "\x63\xd9", + "\x00\x00", "\x67\xde", "\x90\x49", "\x48\x79", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6b\xd5", "\x00\x00", "\x6d\xbe", "\x57\x51", "\x76\x7a", + "\x5b\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x60", "\x65\x60", + "\x00\x00", "\x00\x00", "\x48\x7a", "\x4f\x50", "\x00\x00", "\x4f\x4f", + "\x52\x9e", "\x00\x00", "\x6f\xfd", "\x00\x00", "\x57\x53", "\x58\xa8", + "\x57\x54", "\x57\x52", "\x59\xa4", "\x00\x00", "\x7d\xa8", "\x5e\x85", + "\x60\x7f", "\x00\x00", "\x69\x4d", "\x69\xbf", "\x00\x00", "\x6a\x96", + "\x4f\x51", "\x6a\x95", "\x4f\x52", "\x00\x00", "\x00\x00", "\x50\xbd", + "\x6b\xd8", "\x6b\xd7", "\x50\xbc", "\x50\xba", "\x50\xbb", "\x6b\xd6", + "\x00\x00", "\x00\x00", "\x52\xa0", "\x6d\xbf", "\x52\xa3", "\x52\x9f", + "\x52\xa5", "\x52\xa1", "\x52\xa2", "\x52\xa4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xc1", "\x54\xc0", "\x54\xbf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x73\x54", "\x57\x55", "\x57\x58", "\x57\x56", "\x00\x00", + "\x73\x53", "\x57\x5b", "\x00\x00", "\x57\x57", "\x73\x55", "\x57\x5a", + "\x57\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x76\x7c", "\x76\x7b", + "\x00\x00", "\x59\xa7", "\x59\xa5", "\x59\xa6", "\x76\x7d", "\x5b\xf0", + "\x79\xea", "\x5b\xf1", "\x79\xe9", "\x00\x00", "\x00\x00", "\x80\xc1", + "\x00\x00", "\x00\x00", "\x60\x82", "\x7d\xa9", "\x60\x81", "\x00\x00", + "\x5e\x86", "\x00\x00", "\x86\xe9", "\x84\x42", "\x63\xda", "\x86\xe8", + "\x8b\x6e", "\x8c\xf5", "\x8c\xf6", "\x00\x00", "\x4c\xbf", "\x00\x00", + "\x4d\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\x7c", "\x00\x00", + "\x00\x00", "\x4f\x54", "\x4f\x56", "\x00\x00", "\x69\xc2", "\x6a\x99", + "\x6a\x98", "\x6a\x97", "\x00\x00", "\x69\xc1", "\x69\xc0", "\x4e\x45", + "\x4f\x55", "\x4f\x53", "\x4e\x44", "\x00\x00", "\x00\x00", "\x00\x00", + "\x50\xbe", "\x6b\xd9", "\x00\x00", "\x50\xbf", "\x6a\x9e", "\x00\x00", + "\x6a\xa0", "\x6a\x9f", "\x6b\xda", "\x00\x00", "\x00\x00", "\x6a\x9b", + "\x00\x00", "\x4f\x5a", "\x4f\x58", "\x00\x00", "\x6a\x9a", "\x6a\x9c", + "\x6a\xa2", "\x00\x00", "\x4f\x57", "\x00\x00", "\x6a\x9d", "\x6a\xa6", + "\x50\xc1", "\x00\x00", "\x6a\xa3", "\x4f\x59", "\x00\x00", "\x6a\xa1", + "\x6a\xa4", "\x00\x00", "\x50\xc0", "\x00\x00", "\x50\xc2", "\x6a\xa5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\xee", "\x6b\xe1", "\x6b\xdf", "\x6b\xed", + "\x6b\xe8", "\x52\xaa", "\x50\xc3", "\x6b\xe9", "\x6b\xec", "\x52\xa6", + "\x6b\xeb", "\x50\xc4", "\x50\xc9", "\x50\xc7", "\x6b\xe2", "\x00\x00", + "\x6b\xdd", "\x6b\xe4", "\x50\xce", "\x6b\xef", "\x52\xa7", "\x6b\xe5", + "\x00\x00", "\x52\xa8", "\x50\xca", "\x6b\xe7", "\x00\x00", "\x6d\xce", + "\x52\xa9", "\x6b\xdc", "\x50\xcb", "\x52\xab", "\x50\xcc", "\x50\xc8", + "\x50\xcd", "\x6b\xe6", "\x6b\xdb", "\x6b\xea", "\x50\xc5", "\x00\x00", + "\x00\x00", "\x6b\xde", "\x6b\xe3", "\x6b\xe0", "\x50\xc6", "\x00\x00", + "\x6d\xc0", "\x00\x00", "\x6d\xc1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6d\xcb", "\x70\x44", "\x6d\xcc", + "\x52\xb1", "\x6d\xcf", "\x6d\xc5", "\x52\xb0", "\x6d\xc7", "\x00\x00", + "\x6d\xc8", "\x00\x00", "\x00\x00", "\x6d\xca", "\x52\xac", "\x00\x00", + "\x00\x00", "\x54\xc5", "\x00\x00", "\x00\x00", "\x6d\xc6", "\x6d\xc2", + "\x54\xc6", "\x00\x00", "\x00\x00", "\x6d\xd0", "\x54\xc2", "\x70\x42", + "\x6d\xc9", "\x00\x00", "\x70\x41", "\x6d\xc4", "\x6d\xcd", "\x00\x00", + "\x00\x00", "\x52\xaf", "\x54\xc3", "\x52\xb5", "\x54\xc4", "\x6d\xd1", + "\x70\x43", "\x52\xae", "\x54\xc8", "\x52\xb4", "\x52\xb3", "\x52\xb2", + "\x54\xc7", "\x6d\xd2", "\x54\xc9", "\x52\xad", "\x00\x00", "\x6d\xc3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\x5c", "\x70\x47", "\x70\x49", "\x00\x00", "\x70\x4b", "\x54\xca", + "\x54\xd0", "\x73\x58", "\x70\x4f", "\x70\x46", "\x57\x5e", "\x73\x56", + "\x00\x00", "\x54\xcf", "\x54\xcd", "\x70\x51", "\x00\x00", "\x73\x57", + "\x00\x00", "\x70\x48", "\x00\x00", "\x54\xce", "\x70\x4c", "\x54\xd1", + "\x70\x4e", "\x00\x00", "\x00\x00", "\x54\xcc", "\x70\x4d", "\x70\x50", + "\x70\x4a", "\x00\x00", "\x54\xcb", "\x57\x5f", "\x00\x00", "\x70\x45", + "\x57\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x73\x5a", "\x73\x63", "\x59\xaa", "\x00\x00", "\x57\x62", + "\x57\x67", "\x59\xab", "\x73\x65", "\x57\x6e", "\x76\x7f", "\x73\x5b", + "\x57\x66", "\x57\x69", "\x57\x64", "\x73\x59", "\x73\x67", "\x73\x6a", + "\x76\x8f", "\x00\x00", "\x73\x68", "\x76\x84", "\x57\x65", "\x57\x6c", + "\x57\x70", "\x73\x62", "\x76\x7e", "\x73\x66", "\x57\x61", "\x76\x81", + "\x73\x69", "\x76\x83", "\x73\x5e", "\x00\x00", "\x59\xa8", "\x00\x00", + "\x73\x5c", "\x73\x5d", "\x57\x6b", "\x00\x00", "\x00\x00", "\x57\x6a", + "\x73\x60", "\x57\x6f", "\x73\x64", "\x57\x68", "\x73\x61", "\x00\x00", + "\x57\x6d", "\x59\xac", "\x59\xa9", "\x76\x82", "\x00\x00", "\x73\x5f", + "\x00\x00", "\x57\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xb1", + "\x59\xb5", "\x76\x86", "\x5b\xf6", "\x59\xb3", "\x76\x8a", "\x59\xb7", + "\x79\xeb", "\x76\x8c", "\x5b\xf8", "\x59\xaf", "\x59\xb2", "\x76\x8d", + "\x00\x00", "\x76\x8e", "\x76\x94", "\x59\xb9", "\x5b\xf9", "\x00\x00", + "\x76\x90", "\x76\x95", "\x76\x89", "\x5c\x46", "\x00\x00", "\x5b\xfa", + "\x59\xb8", "\x76\x87", "\x76\x96", "\x00\x00", "\x5c\x45", "\x59\xb6", + "\x5b\xf3", "\x76\x93", "\x00\x00", "\x59\xba", "\x76\x8b", "\x76\x85", + "\x59\xb0", "\x76\x88", "\x00\x00", "\x76\x91", "\x00\x00", "\x5b\xf2", + "\x5b\xf7", "\x59\xad", "\x76\x92", "\x00\x00", "\x5b\xf5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xae", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x44", "\x7d\xab", "\x79\xf6", "\x00\x00", "\x79\xee", "\x7d\xaa", + "\x00\x00", "\x79\xf2", "\x79\xf4", "\x00\x00", "\x00\x00", "\x79\xf1", + "\x00\x00", "\x5c\x43", "\x00\x00", "\x79\xf0", "\x5c\x47", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7d\xba", "\x00\x00", "\x00\x00", "\x5c\x42", + "\x5e\x88", "\x79\xf7", "\x7d\xac", "\x00\x00", "\x00\x00", "\x5b\xfd", + "\x79\xef", "\x79\xf3", "\x5e\x87", "\x5b\xf4", "\x79\xec", "\x79\xed", + "\x5e\x89", "\x5b\xfc", "\x5c\x41", "\x5b\xfb", "\x79\xf5", "\x00\x00", + "\x00\x00", "\x7d\xb0", "\x7d\xb1", "\x7d\xb6", "\x60\x87", "\x7d\xbd", + "\x00\x00", "\x5e\x8f", "\x00\x00", "\x5e\x8e", "\x7d\xb8", "\x00\x00", + "\x60\x86", "\x7d\xad", "\x5e\x8d", "\x00\x00", "\x7d\xbc", "\x5e\x8b", + "\x5e\x8c", "\x00\x00", "\x7d\xb9", "\x80\xd2", "\x60\x84", "\x59\xb4", + "\x00\x00", "\x7d\xbb", "\x60\x8b", "\x7d\xb3", "\x00\x00", "\x60\x85", + "\x00\x00", "\x60\x8a", "\x7d\xae", "\x7d\xb2", "\x7d\xaf", "\x7d\xb5", + "\x5e\x90", "\x60\x83", "\x5e\x8a", "\x00\x00", "\x80\xc4", "\x7d\xb7", + "\x00\x00", "\x60\x89", "\x00\x00", "\x60\x8c", "\x00\x00", "\x7d\xb4", + "\x00\x00", "\x60\x88", "\x80\xc3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x80\xc8", "\x62\x77", "\x80\xc2", "\x84\x4e", + "\x80\xd1", "\x60\x90", "\x00\x00", "\x60\x8e", "\x62\x75", "\x80\xce", + "\x80\xca", "\x60\x94", "\x00\x00", "\x84\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x60\x92", "\x80\xc9", "\x00\x00", "\x84\x43", "\x00\x00", + "\x80\xcd", "\x00\x00", "\x80\xd0", "\x80\xc7", "\x00\x00", "\x60\x93", + "\x00\x00", "\x00\x00", "\x60\x8d", "\x84\x44", "\x62\x76", "\x80\xcf", + "\x60\x8f", "\x60\x91", "\x80\xcc", "\x60\x95", "\x80\xcb", "\x80\xc6", + "\x80\xc5", "\x62\x74", "\x80\xd3", "\x84\x47", "\x86\xeb", "\x62\x79", + "\x00\x00", "\x84\x4d", "\x00\x00", "\x84\x4b", "\x00\x00", "\x86\xec", + "\x00\x00", "\x62\x7a", "\x84\x4c", "\x00\x00", "\x84\x49", "\x63\xdc", + "\x86\xea", "\x00\x00", "\x84\x46", "\x84\x48", "\x63\xdd", "\x62\x7c", + "\x63\xdb", "\x62\x7b", "\x63\xdf", "\x84\x4a", "\x62\x78", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x89\x7c", "\x00\x00", "\x89\x74", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x86\xf2", "\x89\x75", "\x86\xee", + "\x00\x00", "\x00\x00", "\x65\x61", "\x86\xf0", "\x86\xef", "\x63\xde", + "\x86\xed", "\x86\xf1", "\x89\x7d", "\x89\x79", "\x89\x7b", "\x00\x00", + "\x89\x76", "\x89\x77", "\x00\x00", "\x89\x7a", "\x89\x78", "\x66\x53", + "\x00\x00", "\x00\x00", "\x66\x56", "\x66\x55", "\x66\x54", "\x66\xeb", + "\x8c\xf7", "\x66\xec", "\x8b\x6f", "\x67\x8b", "\x8e\x7b", "\x67\x8c", + "\x67\xdf", "\x68\x56", "\x90\x4a", "\x00\x00", "\x90\x4b", "\x90\x4c", + "\x00\x00", "\x00\x00", "\x91\xaa", "\x4c\xc0", "\x69\x7d", "\x4d\x73", + "\x00\x00", "\x4e\x47", "\x4e\x48", "\x4e\x46", "\x00\x00", "\x4e\x49", + "\x4f\x5c", "\x4f\x5b", "\x00\x00", "\x6b\xf0", "\x50\xd0", "\x50\xcf", + "\x00\x00", "\x00\x00", "\x70\x52", "\x57\x71", "\x57\x72", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xbb", "\x79\xf8", "\x5c\x48", "\x5c\x49", + "\x79\xfa", "\x79\xfc", "\x79\xfb", "\x00\x00", "\x7d\xbf", "\x00\x00", + "\x7d\xbe", "\x5e\x91", "\x7d\xc0", "\x00\x00", "\x80\xd4", "\x60\x96", + "\x00\x00", "\x62\x7d", "\x00\x00", "\x63\xe0", "\x65\x62", "\x63\xe1", + "\x00\x00", "\x4c\xc1", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xa7", + "\x00\x00", "\x00\x00", "\x6b\xf1", "\x50\xd2", "\x50\xd1", "\x50\xd3", + "\x52\xb6", "\x6d\xd3", "\x6d\xd4", "\x00\x00", "\x00\x00", "\x70\x53", + "\x54\xd2", "\x57\x73", "\x59\xbc", "\x76\x97", "\x4c\xc2", "\x00\x00", + "\x4c\x7f", "\x4c\xc3", "\x00\x00", "\x69\x7e", "\x4d\x77", "\x4d\x76", + "\x4d\x74", "\x4d\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\x4c", + "\x69\xca", "\x69\xcc", "\x4e\x4b", "\x69\xc4", "\x00\x00", "\x69\xc5", + "\x00\x00", "\x69\xcb", "\x69\xc7", "\x69\xc9", "\x4e\x4a", "\x69\xc6", + "\x69\xc3", "\x69\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4f\x63", "\x4f\x6c", "\x4f\x6a", "\x6a\xb1", + "\x6a\xae", "\x6a\xb6", "\x4f\x68", "\x6a\xb7", "\x00\x00", "\x4f\x61", + "\x6a\xb4", "\x00\x00", "\x4f\x67", "\x6a\xb0", "\x6a\xaf", "\x4f\x65", + "\x6a\xb5", "\x4f\x66", "\x50\xd4", "\x4f\x60", "\x6a\xb2", "\x00\x00", + "\x6a\xa8", "\x4f\x5d", "\x00\x00", "\x4f\x70", "\x6a\xad", "\x6a\xb3", + "\x4f\x62", "\x4f\x64", "\x00\x00", "\x6a\xa9", "\x00\x00", "\x6a\xaa", + "\x6a\xab", "\x00\x00", "\x4f\x6f", "\x4f\x69", "\x4f\x6e", "\x6a\xac", + "\x4f\x6d", "\x4f\x5f", "\x4f\x5e", "\x4f\x6b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\xe2", "\x6b\xfd", "\x6b\xf6", "\x50\xdd", "\x50\xf0", + "\x6b\xf2", "\x6b\xf9", "\x6b\xfb", "\x6c\x41", "\x50\xeb", "\x00\x00", + "\x6b\xfa", "\x6b\xf3", "\x50\xe9", "\x6b\xf7", "\x00\x00", "\x6c\x42", + "\x50\xda", "\x00\x00", "\x6b\xfc", "\x50\xe4", "\x50\xe3", "\x6b\xf5", + "\x50\xd8", "\x00\x00", "\x00\x00", "\x50\xd9", "\x00\x00", "\x50\xd7", + "\x00\x00", "\x50\xef", "\x50\xe7", "\x50\xe1", "\x50\xd5", "\x6b\xf8", + "\x50\xe0", "\x50\xd6", "\x50\xe8", "\x50\xf1", "\x6d\xd5", "\x50\xe5", + "\x6b\xf4", "\x50\xdb", "\x50\xde", "\x50\xdf", "\x00\x00", "\x50\xed", + "\x50\xee", "\x50\xec", "\x50\xe6", "\x50\xea", "\x50\xdc", "\x52\xb7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6d\xdb", "\x52\xc3", "\x52\xbb", "\x52\xbd", + "\x52\xc2", "\x6d\xe7", "\x52\xc0", "\x70\x54", "\x54\xd3", "\x52\xc5", + "\x6d\xd8", "\x6d\xe0", "\x52\xc1", "\x6d\xdf", "\x6d\xdc", "\x6d\xe4", + "\x6d\xe6", "\x52\xba", "\x52\xbe", "\x52\xc4", "\x54\xd5", "\x6d\xe1", + "\x52\xbc", "\x52\xc7", "\x6d\xda", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\xbf", "\x54\xd4", "\x52\xb9", "\x00\x00", "\x6d\xd7", "\x6d\xde", + "\x6d\xd6", "\x6d\xd9", "\x6d\xdd", "\x70\x55", "\x52\xc6", "\x00\x00", + "\x6d\xe2", "\x6d\xe3", "\x6d\xe5", "\x52\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xe3", "\x70\x61", "\x54\xe1", + "\x54\xe2", "\x70\x57", "\x70\x67", "\x00\x00", "\x54\xd8", "\x00\x00", + "\x00\x00", "\x73\x6b", "\x70\x69", "\x70\x63", "\x00\x00", "\x70\x5a", + "\x00\x00", "\x70\x6c", "\x70\x5d", "\x54\xde", "\x73\x83", "\x70\x60", + "\x54\xe0", "\x54\xd7", "\x00\x00", "\x70\x6e", "\x70\x62", "\x54\xda", + "\x70\x5b", "\x70\x58", "\x70\x59", "\x54\xdb", "\x70\x68", "\x70\x6f", + "\x54\xdd", "\x70\x5f", "\x70\x5e", "\x54\xe5", "\x54\xe4", "\x54\xd6", + "\x54\xdc", "\x54\xdf", "\x70\x6b", "\x00\x00", "\x00\x00", "\x70\x65", + "\x54\xd9", "\x70\x56", "\x70\x6d", "\x70\x64", "\x70\x66", "\x70\x6a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x73\x6c", "\x00\x00", + "\x57\x7b", "\x57\x90", "\x57\x8f", "\x00\x00", "\x57\x84", "\x00\x00", + "\x73\x7e", "\x73\x7a", "\x73\x77", "\x73\x8a", "\x57\x7e", "\x57\x76", + "\x00\x00", "\x00\x00", "\x73\x7c", "\x59\xcc", "\x57\x7a", "\x73\x85", + "\x00\x00", "\x57\x91", "\x57\x8e", "\x73\x81", "\x73\x6f", "\x00\x00", + "\x00\x00", "\x57\x8d", "\x73\x87", "\x73\x6e", "\x57\x82", "\x57\x86", + "\x73\x86", "\x00\x00", "\x73\x78", "\x57\x87", "\x57\x81", "\x73\x6d", + "\x00\x00", "\x59\xbe", "\x73\x89", "\x73\x76", "\x57\x8c", "\x73\x79", + "\x73\x88", "\x57\x8b", "\x00\x00", "\x76\x98", "\x00\x00", "\x57\x77", + "\x73\x74", "\x57\x7c", "\x57\x88", "\x00\x00", "\x57\x83", "\x73\x7d", + "\x73\x73", "\x73\x71", "\x73\x84", "\x57\x74", "\x57\x89", "\x57\x78", + "\x59\xbd", "\x73\x82", "\x57\x79", "\x00\x00", "\x57\x75", "\x57\x85", + "\x57\x7f", "\x57\x7d", "\x73\x75", "\x57\x8a", "\x73\x72", "\x73\x7f", + "\x73\x7b", "\x76\x9a", "\x76\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x73\x70", "\x76\xaa", "\x00\x00", "\x59\xc0", + "\x00\x00", "\x76\xb0", "\x76\x9f", "\x76\xad", "\x79\xfd", "\x59\xc3", + "\x76\xb1", "\x76\xb4", "\x59\xc2", "\x76\xa2", "\x76\xb3", "\x76\xb2", + "\x59\xc4", "\x76\x9b", "\x59\xbf", "\x59\xc7", "\x00\x00", "\x59\xc5", + "\x76\xaf", "\x00\x00", "\x76\xa5", "\x59\xc9", "\x76\xb6", "\x76\xae", + "\x76\xb7", "\x59\xd1", "\x59\xcf", "\x76\xac", "\x76\xab", "\x00\x00", + "\x76\xa9", "\x76\xa3", "\x59\xc8", "\x00\x00", "\x59\xc6", "\x70\x5c", + "\x76\x9c", "\x00\x00", "\x7a\x5e", "\x76\x9d", "\x59\xc1", "\x59\xce", + "\x7a\x42", "\x00\x00", "\x59\xca", "\x59\xcb", "\x76\x9e", "\x76\xb5", + "\x7a\x41", "\x76\xa6", "\x76\xa1", "\x59\xcd", "\x76\xa7", "\x76\xa4", + "\x00\x00", "\x00\x00", "\x59\xd2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x58", "\x00\x00", "\x00\x00", + "\x7a\x45", "\x7a\x58", "\x7a\x5d", "\x7a\x51", "\x5c\x54", "\x7a\x62", + "\x5c\x51", "\x7a\x43", "\x00\x00", "\x7a\x44", "\x5c\x4a", "\x5c\x53", + "\x7a\x4b", "\x5c\x56", "\x5c\x57", "\x7a\x4c", "\x00\x00", "\x7a\x59", + "\x7a\x5f", "\x5c\x52", "\x00\x00", "\x5c\x4c", "\x7a\x4a", "\x7a\x46", + "\x7a\x61", "\x7a\x4f", "\x7a\x50", "\x7a\x47", "\x7a\x5b", "\x7a\x52", + "\x7a\x5c", "\x7a\x54", "\x00\x00", "\x5c\x4d", "\x7d\xc1", "\x5c\x50", + "\x5c\x4e", "\x7a\x60", "\x7a\x57", "\x7a\x53", "\x00\x00", "\x00\x00", + "\x7a\x48", "\x5e\x9b", "\x7a\x56", "\x5c\x55", "\x7a\x4e", "\x00\x00", + "\x7a\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x4f", "\x5c\x4b", + "\x7d\xd6", "\x7a\x5a", "\x7a\x55", "\x00\x00", "\x7a\x49", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x7d\xd1", "\x00\x00", "\x7d\xc2", "\x7d\xcd", "\x00\x00", "\x7d\xd4", + "\x5e\x99", "\x59\xd0", "\x7d\xd2", "\x5e\x94", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x93", "\x7d\xd9", "\x00\x00", "\x7d\xc3", "\x7d\xd0", + "\x7d\xc4", "\x7d\xcf", "\x5e\x97", "\x7d\xd3", "\x76\xa8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7d\xda", "\x7d\xcb", "\x5e\x9a", "\x80\xe2", + "\x60\x97", "\x00\x00", "\x7d\xd8", "\x7d\xd7", "\x5e\x9c", "\x80\xd5", + "\x60\x98", "\x80\xd6", "\x00\x00", "\x7d\xc7", "\x7d\xc8", "\x7d\xc5", + "\x7d\xca", "\x7d\xc6", "\x7d\xdb", "\x5e\x96", "\x60\x99", "\x5e\x98", + "\x5e\x9d", "\x00\x00", "\x7d\xc9", "\x00\x00", "\x7d\xd5", "\x00\x00", + "\x00\x00", "\x7d\xce", "\x00\x00", "\x00\x00", "\x80\xd9", "\x00\x00", + "\x5e\x92", "\x60\x9c", "\x84\x55", "\x80\xde", "\x80\xdd", "\x80\xdf", + "\x00\x00", "\x00\x00", "\x80\xdc", "\x60\x9d", "\x68\xcb", "\x60\xa3", + "\x60\xa0", "\x00\x00", "\x60\xa1", "\x80\xd7", "\x80\xda", "\x80\xe4", + "\x60\xa9", "\x60\xa7", "\x00\x00", "\x80\xdb", "\x76\xa0", "\x60\x9a", + "\x80\xe1", "\x80\xd8", "\x00\x00", "\x60\xaa", "\x80\xe0", "\x5e\x95", + "\x60\x9f", "\x7d\xcc", "\x00\x00", "\x00\x00", "\x60\xa2", "\x00\x00", + "\x60\xa6", "\x60\xa8", "\x60\xa5", "\x60\xa4", "\x00\x00", "\x60\x9e", + "\x80\xe3", "\x60\x9b", "\x60\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x82", "\x62\x83", + "\x84\x54", "\x62\x8c", "\x62\x89", "\x00\x00", "\x62\x7f", "\x62\x87", + "\x84\x56", "\x62\x85", "\x62\x7e", "\x00\x00", "\x62\x86", "\x00\x00", + "\x84\x53", "\x63\xe3", "\x62\x81", "\x00\x00", "\x62\x88", "\x63\xe2", + "\x84\x52", "\x84\x51", "\x00\x00", "\x62\x8a", "\x00\x00", "\x62\x8b", + "\x00\x00", "\x84\x50", "\x84\x4f", "\x63\xe4", "\x84\x59", "\x62\x84", + "\x84\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xe5", + "\x00\x00", "\x63\xea", "\x86\xf5", "\x86\xf7", "\x00\x00", "\x63\xe7", + "\x00\x00", "\x86\xf8", "\x86\xf4", "\x00\x00", "\x86\xf6", "\x63\xe8", + "\x63\xeb", "\x00\x00", "\x86\xf3", "\x63\xe6", "\x63\xe9", "\x65\x64", + "\x84\x58", "\x65\x63", "\x00\x00", "\x00\x00", "\x65\x69", "\x89\x82", + "\x00\x00", "\x65\x67", "\x65\x68", "\x89\x85", "\x89\x81", "\x65\x65", + "\x89\x7e", "\x66\x57", "\x89\x83", "\x00\x00", "\x89\x84", "\x89\x7f", + "\x00\x00", "\x65\x66", "\x8b\x70", "\x00\x00", "\x8b\x73", "\x00\x00", + "\x00\x00", "\x8b\x74", "\x8b\x72", "\x8b\x75", "\x66\x58", "\x8b\x71", + "\x00\x00", "\x00\x00", "\x8c\xfb", "\x66\xee", "\x8c\xfa", "\x8c\xf9", + "\x8c\xf8", "\x66\xed", "\x66\xef", "\x00\x00", "\x8e\x7c", "\x67\x8e", + "\x67\x8d", "\x00\x00", "\x00\x00", "\x8f\x71", "\x8f\x70", "\x8f\x73", + "\x68\x57", "\x67\xe0", "\x90\x4e", "\x8f\x72", "\x00\x00", "\x00\x00", + "\x90\x4d", "\x68\x59", "\x68\x58", "\x68\x7f", "\x90\xb8", "\x91\x41", + "\x4c\xc4", "\x00\x00", "\x00\x00", "\x76\xb8", "\x84\x5a", "\x48\x82", + "\x00\x00", "\x4e\x4d", "\x6a\xb8", "\x4f\x73", "\x4f\x71", "\x00\x00", + "\x4f\x72", "\x00\x00", "\x6c\x43", "\x50\xf2", "\x52\xc8", "\x00\x00", + "\x6d\xe8", "\x00\x00", "\x6d\xe9", "\x00\x00", "\x52\xc9", "\x70\x71", + "\x00\x00", "\x54\xe6", "\x54\xe7", "\x70\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\x98", "\x00\x00", "\x57\x94", "\x00\x00", + "\x73\x8b", "\x57\x9b", "\x57\x9a", "\x57\x93", "\x57\x96", "\x57\x99", + "\x57\x95", "\x00\x00", "\x00\x00", "\x76\xbc", "\x57\x92", "\x59\xd3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xd5", "\x59\xd6", "\x76\xbb", + "\x76\xbe", "\x59\xd4", "\x76\xb9", "\x76\xbd", "\x00\x00", "\x76\xba", + "\x00\x00", "\x5c\x59", "\x00\x00", "\x00\x00", "\x7a\x63", "\x00\x00", + "\x00\x00", "\x5e\x9e", "\x7d\xdc", "\x62\x8d", "\x60\xac", "\x80\xe5", + "\x60\xad", "\x60\xae", "\x80\xe7", "\x80\xe6", "\x80\xe8", "\x84\x5c", + "\x00\x00", "\x00\x00", "\x84\x5b", "\x86\xfa", "\x86\xf9", "\x63\xec", + "\x63\xed", "\x8b\x76", "\x00\x00", "\x00\x00", "\x4c\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x76\xbf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xd8", "\x59\xd7", "\x7a\x64", "\x00\x00", "\x89\x86", + "\x67\x8f", "\x90\x4f", "\x4c\xc6", "\x00\x00", "\x54\xe8", "\x00\x00", + "\x57\x9d", "\x57\x9c", "\x76\xc0", "\x76\xc1", "\x5c\x5a", "\x7d\xdd", + "\x5e\x9f", "\x84\x5d", "\x00\x00", "\x4c\xc7", "\x4d\x78", "\x00\x00", + "\x50\xf3", "\x6c\x44", "\x00\x00", "\x6d\xea", "\x52\xca", "\x57\x9e", + "\x00\x00", "\x76\xc2", "\x59\xd9", "\x5c\x5b", "\x00\x00", "\x80\xe9", + "\x80\xea", "\x00\x00", "\x00\x00", "\x86\xfb", "\x65\x6a", "\x91\x42", + "\x4c\xc8", "\x00\x00", "\x6c\x45", "\x50\xf4", "\x52\xcb", "\x00\x00", + "\x6d\xeb", "\x00\x00", "\x54\xe9", "\x70\x75", "\x70\x73", "\x70\x74", + "\x54\xea", "\x70\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xa0", "\x57\xa1", "\x73\x8c", "\x57\xa2", "\x57\x9f", "\x76\xc3", + "\x00\x00", "\x76\xc4", "\x7a\x65", "\x00\x00", "\x00\x00", "\x5e\xa1", + "\x5e\xa0", "\x00\x00", "\x00\x00", "\x86\xfc", "\x89\x87", "\x00\x00", + "\x8b\x78", "\x8b\x77", "\x8c\xfc", "\x48\x87", "\x69\x5f", "\x52\xcc", + "\x00\x00", "\x00\x00", "\x4c\xc9", "\x4d\x79", "\x00\x00", "\x4e\x4f", + "\x4e\x4e", "\x00\x00", "\x00\x00", "\x4e\x50", "\x4e\x51", "\x69\xce", + "\x69\xcd", "\x6a\xb9", "\x4f\x74", "\x6a\xbc", "\x6a\xbb", "\x6a\xba", + "\x6a\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xf5", + "\x6c\x4b", "\x6c\x47", "\x6c\x50", "\x00\x00", "\x00\x00", "\x50\xfc", + "\x00\x00", "\x50\xfa", "\x6c\x4c", "\x6c\x48", "\x6c\x4f", "\x50\xf9", + "\x51\x43", "\x6c\x4a", "\x6c\x46", "\x51\x42", "\x6c\x4d", "\x50\xf8", + "\x6c\x4e", "\x50\xfb", "\x50\xfd", "\x6c\x52", "\x6c\x51", "\x6c\x49", + "\x50\xf7", "\x50\xf6", "\x51\x41", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6d\xf0", "\x6d\xf6", "\x00\x00", + "\x52\xd2", "\x52\xcf", "\x6d\xed", "\x6d\xf2", "\x00\x00", "\x52\xd5", + "\x52\xcd", "\x6d\xf1", "\x52\xd0", "\x52\xd3", "\x00\x00", "\x00\x00", + "\x6d\xf4", "\x00\x00", "\x52\xce", "\x6d\xf9", "\x52\xd1", "\x00\x00", + "\x52\xd4", "\x6d\xee", "\x6d\xf3", "\x6d\xf7", "\x6d\xef", "\x6d\xec", + "\x00\x00", "\x00\x00", "\x6d\xf8", "\x6d\xf5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xf2", "\x54\xeb", + "\x54\xee", "\x00\x00", "\x54\xf1", "\x00\x00", "\x70\x78", "\x00\x00", + "\x54\xec", "\x70\x76", "\x00\x00", "\x54\xf0", "\x00\x00", "\x00\x00", + "\x54\xed", "\x00\x00", "\x70\x79", "\x54\xef", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x73\x90", "\x57\xa4", + "\x73\x8f", "\x73\x91", "\x57\xa3", "\x57\xa8", "\x70\x77", "\x00\x00", + "\x73\x8e", "\x73\x92", "\x00\x00", "\x57\xa5", "\x73\x8d", "\x57\xa7", + "\x00\x00", "\x57\xa6", "\x00\x00", "\x76\xcb", "\x00\x00", "\x76\xc6", + "\x00\x00", "\x59\xda", "\x59\xde", "\x59\xdb", "\x76\xc9", "\x76\xcc", + "\x00\x00", "\x59\xdc", "\x00\x00", "\x59\xdd", "\x59\xe2", "\x7a\x6e", + "\x76\xca", "\x59\xe0", "\x76\xc7", "\x76\xc5", "\x00\x00", "\x59\xe1", + "\x00\x00", "\x76\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x61", + "\x00\x00", "\x7a\x66", "\x5c\x5e", "\x5c\x5f", "\x5c\x5d", "\x7a\x6b", + "\x7a\x6a", "\x7a\x67", "\x5c\x63", "\x00\x00", "\x00\x00", "\x7a\x69", + "\x59\xdf", "\x00\x00", "\x00\x00", "\x7a\x6d", "\x7a\x68", "\x5c\x60", + "\x5c\x5c", "\x5c\x62", "\x7a\x6c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xa4", "\x00\x00", "\x7d\xe0", "\x7d\xdf", "\x7d\xde", "\x5e\xa2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xa3", + "\x80\xed", "\x80\xf0", "\x60\xb0", "\x00\x00", "\x00\x00", "\x60\xaf", + "\x80\xf1", "\x80\xec", "\x60\xb2", "\x80\xee", "\x00\x00", "\x60\xb1", + "\x80\xeb", "\x00\x00", "\x80\xef", "\x62\x93", "\x62\x90", "\x84\x66", + "\x84\x65", "\x00\x00", "\x84\x64", "\x84\x5f", "\x00\x00", "\x84\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x91", "\x00\x00", "\x62\x8e", + "\x62\x92", "\x84\x5e", "\x62\x8f", "\x84\x61", "\x84\x62", "\x84\x67", + "\x00\x00", "\x00\x00", "\x84\x63", "\x00\x00", "\x00\x00", "\x86\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xef", "\x00\x00", "\x89\x8a", + "\x63\xee", "\x89\x88", "\x89\x89", "\x65\x6b", "\x66\x5a", "\x8b\x79", + "\x00\x00", "\x66\x59", "\x00\x00", "\x00\x00", "\x8d\x41", "\x8d\x42", + "\x00\x00", "\x66\xf0", "\x00\x00", "\x8c\xfd", "\x67\x90", "\x00\x00", + "\x90\x50", "\x68\x5a", "\x90\xb9", "\x90\xba", "\x00\x00", "\x4c\xca", + "\x00\x00", "\x4e\x52", "\x4e\x53", "\x4f\x75", "\x00\x00", "\x6c\x53", + "\x52\xd6", "\x54\xf3", "\x57\xa9", "\x00\x00", "\x00\x00", "\x56\xb6", + "\x00\x00", "\x59\xe3", "\x59\xe4", "\x59\x52", "\x76\xcd", "\x00\x00", + "\x5c\x64", "\x7d\xe2", "\x7d\xe1", "\x00\x00", "\x00\x00", "\x4c\xcb", + "\x4e\x54", "\x6c\x54", "\x51\x45", "\x00\x00", "\x51\x44", "\x00\x00", + "\x6d\xfa", "\x6d\xfb", "\x00\x00", "\x70\x7a", "\x70\x7b", "\x54\xf4", + "\x54\xf5", "\x00\x00", "\x54\xf6", "\x73\x93", "\x00\x00", "\x00\x00", + "\x57\xab", "\x00\x00", "\x59\xe6", "\x00\x00", "\x59\xe5", "\x7a\x6f", + "\x7b\xc2", "\x7d\xe3", "\x84\x68", "\x00\x00", "\x00\x00", "\x65\x6c", + "\x66\xf1", "\x4c\xcc", "\x00\x00", "\x4d\x7c", "\x4d\x7d", "\x4d\x7b", + "\x4d\x7e", "\x4d\x7a", "\x00\x00", "\x00\x00", "\x4e\x57", "\x00\x00", + "\x69\xd6", "\x4e\x56", "\x4e\x58", "\x00\x00", "\x00\x00", "\x69\xd1", + "\x69\xd0", "\x69\xd3", "\x69\xd2", "\x69\xd5", "\x4e\x55", "\x69\xcf", + "\x69\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6a\xbe", "\x4f\x7f", "\x6a\xbf", "\x6a\xc3", "\x4f\x7e", "\x00\x00", + "\x6a\xc7", "\x6a\xc2", "\x6a\xc5", "\x4f\x77", "\x4f\x78", "\x4f\x79", + "\x4f\x7a", "\x00\x00", "\x4f\x82", "\x00\x00", "\x6a\xc1", "\x4f\x7c", + "\x4f\x83", "\x00\x00", "\x6a\xc0", "\x6a\xc6", "\x00\x00", "\x4f\x7b", + "\x6a\xc4", "\x4f\x7d", "\x4f\x76", "\x4f\x81", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\x5a", "\x00\x00", "\x6c\x56", "\x51\x46", "\x00\x00", + "\x51\x50", "\x51\x51", "\x51\x49", "\x51\x5b", "\x51\x4b", "\x6c\x5e", + "\x51\x56", "\x6c\x59", "\x51\x4c", "\x6c\x68", "\x6c\x69", "\x6c\x61", + "\x6c\x5a", "\x51\x59", "\x6c\x66", "\x51\x54", "\x51\x52", "\x00\x00", + "\x6c\x67", "\x00\x00", "\x6c\x65", "\x6c\x5d", "\x6c\x55", "\x6c\x5c", + "\x51\x4d", "\x00\x00", "\x51\x53", "\x00\x00", "\x51\x47", "\x6c\x60", + "\x6c\x5f", "\x6c\x57", "\x00\x00", "\x51\x55", "\x6c\x63", "\x6c\x58", + "\x51\x58", "\x6c\x6a", "\x51\x48", "\x00\x00", "\x51\x4f", "\x6c\x5b", + "\x6c\x64", "\x51\x57", "\x00\x00", "\x51\x4a", "\x51\x4e", "\x00\x00", + "\x6c\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6e\x5e", "\x52\xde", "\x52\xeb", + "\x00\x00", "\x6e\x59", "\x6e\x4f", "\x52\xe4", "\x6e\x4d", "\x52\xdd", + "\x6e\x48", "\x52\xe7", "\x6e\x55", "\x6e\x42", "\x6e\x44", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6e\x47", "\x6d\xfc", "\x6e\x54", + "\x6e\x64", "\x52\xe2", "\x6e\x49", "\x6e\x5b", "\x00\x00", "\x6e\x41", + "\x6e\x62", "\x6e\x63", "\x6e\x66", "\x6e\x5d", "\x6e\x4e", "\x6e\x56", + "\x52\xe8", "\x52\xdb", "\x52\xe3", "\x52\xef", "\x52\xd8", "\x52\xda", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6e\x46", "\x52\xec", "\x52\xe5", + "\x6e\x60", "\x6e\x43", "\x52\xee", "\x52\xe9", "\x6e\x4c", "\x00\x00", + "\x00\x00", "\x52\xed", "\x6e\x53", "\x6e\x4b", "\x52\xe6", "\x6e\x5f", + "\x6e\x57", "\x00\x00", "\x52\xe0", "\x6e\x65", "\x6e\x4a", "\x52\xdc", + "\x6e\x5c", "\x6e\x52", "\x52\xe1", "\x6e\x58", "\x52\xd9", "\x6d\xfd", + "\x52\xea", "\x55\x48", "\x52\xdf", "\x6e\x51", "\x6e\x50", "\x6e\x45", + "\x00\x00", "\x6e\x61", "\x00\x00", "\x6e\x5a", "\x00\x00", "\x00\x00", + "\x52\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x70\x90", "\x55\x4f", "\x70\x91", "\x00\x00", "\x70\x85", + "\x55\x44", "\x55\x50", "\x00\x00", "\x70\x7d", "\x00\x00", "\x70\x87", + "\x70\x8f", "\x00\x00", "\x70\x7c", "\x70\x98", "\x54\xf7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x70\x97", "\x70\x92", "\x00\x00", "\x70\x93", + "\x55\x42", "\x55\x4d", "\x70\x89", "\x00\x00", "\x70\x8a", "\x70\x94", + "\x70\x8b", "\x00\x00", "\x70\x86", "\x70\x7f", "\x70\x81", "\x70\x8e", + "\x70\x88", "\x00\x00", "\x00\x00", "\x54\xf8", "\x54\xfc", "\x70\x96", + "\x70\x82", "\x55\x4b", "\x55\x47", "\x00\x00", "\x00\x00", "\x55\x4a", + "\x55\x51", "\x54\xfd", "\x55\x4c", "\x70\x8d", "\x55\x4e", "\x54\xfa", + "\x00\x00", "\x54\xf9", "\x70\x7e", "\x00\x00", "\x70\x83", "\x55\x45", + "\x70\x95", "\x70\x8c", "\x70\x84", "\x55\x49", "\x55\x46", "\x00\x00", + "\x54\xfb", "\x55\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x73\xa8", "\x00\x00", "\x73\x98", "\x73\x99", "\x73\x9d", "\x00\x00", + "\x73\xac", "\x73\xa9", "\x00\x00", "\x73\xa2", "\x73\xa1", "\x57\xb2", + "\x73\xa5", "\x73\xb4", "\x73\x94", "\x00\x00", "\x73\xb5", "\x73\xa7", + "\x73\xb9", "\x73\xad", "\x57\xb1", "\x73\xab", "\x57\xac", "\x57\xc1", + "\x57\xb7", "\x00\x00", "\x57\xbb", "\x57\xba", "\x73\x95", "\x00\x00", + "\x73\xb2", "\x73\xb8", "\x73\xb0", "\x73\xb7", "\x00\x00", "\x00\x00", + "\x73\xa4", "\x73\x96", "\x73\xb6", "\x73\xa6", "\x57\xaf", "\x57\xbc", + "\x00\x00", "\x73\xaf", "\x57\xb5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x73\xae", "\x73\x97", "\x57\xbd", "\x00\x00", "\x57\xbf", "\x73\xb1", + "\x57\xc0", "\x57\xae", "\x73\x9e", "\x73\xb3", "\x00\x00", "\x00\x00", + "\x57\xb4", "\x57\xbe", "\x73\xa0", "\x73\xaa", "\x73\x9b", "\x73\x9f", + "\x57\xb9", "\x73\x9a", "\x57\xad", "\x57\xb6", "\x57\xb3", "\x73\xa3", + "\x55\x43", "\x76\xe4", "\x57\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xb8", + "\x00\x00", "\x76\xe7", "\x76\xfd", "\x76\xf2", "\x59\xfa", "\x00\x00", + "\x59\xf5", "\x76\xe1", "\x59\xf6", "\x76\xf1", "\x00\x00", "\x76\xea", + "\x76\xf7", "\x59\xf2", "\x76\xcf", "\x76\xf9", "\x59\xe8", "\x76\xd7", + "\x59\xeb", "\x59\xea", "\x00\x00", "\x59\xfb", "\x00\x00", "\x76\xd1", + "\x76\xf3", "\x76\xf4", "\x59\xed", "\x59\xe9", "\x76\xdf", "\x00\x00", + "\x59\xf4", "\x76\xda", "\x00\x00", "\x76\xf5", "\x59\xf0", "\x76\xed", + "\x76\xfa", "\x76\xd4", "\x76\xd9", "\x76\xd3", "\x00\x00", "\x59\xef", + "\x76\xe6", "\x7a\x86", "\x76\xd5", "\x59\xf3", "\x76\xde", "\x76\xf6", + "\x59\xee", "\x76\xdb", "\x76\xd8", "\x76\xe9", "\x59\xf1", "\x59\xe7", + "\x59\xfd", "\x76\xec", "\x76\xeb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x76\xd0", "\x59\xec", "\x76\xf8", + "\x76\xe0", "\x76\xe2", "\x00\x00", "\x76\xef", "\x76\xee", "\x76\xce", + "\x59\xf7", "\x59\xf9", "\x76\xd6", "\x76\xdd", "\x76\xe5", "\x59\xf8", + "\x76\xdc", "\x76\xe8", "\x76\xfb", "\x00\x00", "\x76\xf0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x91\xc6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x76\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x76\xd2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7a\x9a", "\x5c\x6c", + "\x00\x00", "\x7a\x98", "\x7a\x83", "\x7a\x88", "\x7a\x81", "\x00\x00", + "\x7a\x94", "\x7a\x72", "\x7a\x79", "\x00\x00", "\x7a\x92", "\x7a\x9c", + "\x7a\x84", "\x00\x00", "\x7a\x76", "\x7a\x8a", "\x7a\x8f", "\x7a\x7a", + "\x00\x00", "\x7a\x8c", "\x7a\x77", "\x00\x00", "\x00\x00", "\x7a\x7e", + "\x7a\x7f", "\x5c\x6e", "\x7a\x93", "\x7a\x91", "\x00\x00", "\x7a\x73", + "\x7a\x96", "\x00\x00", "\x7a\x97", "\x7a\x99", "\x5c\x72", "\x5c\x6a", + "\x00\x00", "\x73\x9c", "\x7a\x7b", "\x7a\x8e", "\x7a\x7c", "\x5c\x67", + "\x5c\x77", "\x7a\x95", "\x5c\x75", "\x5c\x71", "\x7a\x71", "\x5c\x69", + "\x00\x00", "\x7a\x74", "\x5c\x76", "\x00\x00", "\x7a\x85", "\x7a\x70", + "\x00\x00", "\x5c\x6f", "\x7a\x89", "\x7a\x78", "\x5c\x70", "\x7a\x82", + "\x5c\x66", "\x59\xfc", "\x7a\x8b", "\x76\xe3", "\x7a\x75", "\x00\x00", + "\x00\x00", "\x7a\x90", "\x5c\x6b", "\x7a\x8d", "\x5c\x68", "\x7a\x87", + "\x5c\x73", "\x7a\x7d", "\x7a\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x6d", "\x7b\x4e", "\x00\x00", + "\x00\x00", "\x5c\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7d\xf1", "\x7d\xef", "\x00\x00", "\x7e\x48", + "\x7d\xed", "\x00\x00", "\x7e\x42", "\x5c\x65", "\x5e\xa7", "\x7d\xe9", + "\x7e\x47", "\x00\x00", "\x7d\xee", "\x7d\xfc", "\x5e\xac", "\x5e\xa5", + "\x00\x00", "\x7e\x45", "\x00\x00", "\x7d\xe7", "\x7e\x44", "\x00\x00", + "\x5e\xb7", "\x7d\xf8", "\x7e\x4b", "\x5e\xb5", "\x7d\xf0", "\x5e\xa6", + "\x7d\xf2", "\x7e\x43", "\x5e\xaf", "\x7d\xeb", "\x5e\xb3", "\x5e\xa9", + "\x7d\xf4", "\x7d\xea", "\x7d\xe4", "\x00\x00", "\x7e\x41", "\x5e\xb0", + "\x7e\x4a", "\x7d\xe5", "\x5e\xad", "\x00\x00", "\x7d\xfa", "\x00\x00", + "\x5e\xae", "\x7d\xec", "\x7d\xf7", "\x7d\xf3", "\x7d\xf5", "\x00\x00", + "\x5e\xa8", "\x7e\x49", "\x5e\xb6", "\x7d\xf6", "\x00\x00", "\x7e\x4c", + "\x00\x00", "\x00\x00", "\x7d\xe6", "\x7d\xfb", "\x5e\xab", "\x5e\xb4", + "\x5e\xb2", "\x7d\xe8", "\x7d\xfd", "\x5e\xb1", "\x00\x00", "\x00\x00", + "\x5e\xaa", "\x7d\xf9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x7e\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x80\xfd", "\x00\x00", "\x80\xf9", + "\x80\xf5", "\x81\x4c", "\x81\x49", "\x60\xb5", "\x00\x00", "\x00\x00", + "\x81\x50", "\x80\xfc", "\x60\xc0", "\x81\x46", "\x00\x00", "\x00\x00", + "\x80\xf8", "\x81\x45", "\x60\xbd", "\x81\x59", "\x00\x00", "\x81\x56", + "\x81\x48", "\x80\xf6", "\x00\x00", "\x00\x00", "\x81\x4d", "\x81\x4f", + "\x60\xb9", "\x81\x43", "\x80\xfb", "\x80\xf2", "\x60\xb6", "\x60\xbe", + "\x00\x00", "\x81\x52", "\x60\xbf", "\x80\xf3", "\x81\x58", "\x81\x4b", + "\x81\x51", "\x60\xbc", "\x00\x00", "\x00\x00", "\x81\x4e", "\x00\x00", + "\x81\x55", "\x00\x00", "\x60\xc1", "\x00\x00", "\x60\xbb", "\x81\x47", + "\x80\xf7", "\x81\x5a", "\x80\xf4", "\x81\x53", "\x60\xb8", "\x00\x00", + "\x81\x41", "\x00\x00", "\x81\x42", "\x60\xb7", "\x60\xb4", "\x80\xfa", + "\x60\xba", "\x00\x00", "\x60\xb3", "\x00\x00", "\x81\x54", "\x81\x57", + "\x81\x44", "\x84\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x84\x6d", + "\x00\x00", "\x84\x69", "\x62\xa0", "\x00\x00", "\x00\x00", "\x62\x95", + "\x62\x9a", "\x62\x96", "\x84\x77", "\x84\x83", "\x62\x94", "\x84\x6f", + "\x84\x78", "\x81\x4a", "\x84\x79", "\x00\x00", "\x00\x00", "\x62\x9b", + "\x00\x00", "\x84\x89", "\x62\x9f", "\x62\xa2", "\x84\x6b", "\x00\x00", + "\x62\x9e", "\x00\x00", "\x84\x87", "\x84\x88", "\x84\x7d", "\x84\x7c", + "\x84\x74", "\x00\x00", "\x00\x00", "\x84\x7e", "\x84\x86", "\x84\x85", + "\x00\x00", "\x62\x99", "\x62\x97", "\x84\x76", "\x84\x73", "\x00\x00", + "\x84\x70", "\x84\x84", "\x62\xa1", "\x84\x82", "\x62\x9d", "\x62\x9c", + "\x00\x00", "\x84\x7b", "\x00\x00", "\x84\x6a", "\x84\x6c", "\x84\x6e", + "\x84\x81", "\x84\x7a", "\x62\x98", "\x00\x00", "\x84\x71", "\x00\x00", + "\x84\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x84\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xf7", "\x87\x52", "\x63\xf0", + "\x87\x43", "\x00\x00", "\x87\x4e", "\x63\xf2", "\x87\x55", "\x00\x00", + "\x87\x4a", "\x00\x00", "\x87\x45", "\x00\x00", "\x00\x00", "\x87\x56", + "\x87\x41", "\x87\x4c", "\x00\x00", "\x63\xf9", "\x87\x51", "\x87\x57", + "\x87\x4b", "\x63\xf1", "\x87\x4d", "\x87\x42", "\x63\xf8", "\x00\x00", + "\x00\x00", "\x87\x54", "\x87\x47", "\x63\xf4", "\x00\x00", "\x87\x49", + "\x87\x46", "\x63\xfa", "\x87\x48", "\x63\xf3", "\x63\xf6", "\x87\x50", + "\x87\x44", "\x87\x53", "\x00\x00", "\x87\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x6e", "\x89\x95", "\x65\x73", "\x65\x74", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x6d", "\x89\x94", "\x00\x00", "\x89\x91", + "\x89\x92", "\x65\x71", "\x89\x8c", "\x89\x90", "\x65\x70", "\x00\x00", + "\x89\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x72", + "\x65\x6f", "\x00\x00", "\x89\x8b", "\x89\x8f", "\x89\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8b\x7f", "\x8b\x7c", "\x8b\x86", "\x00\x00", + "\x8b\x85", "\x8b\x83", "\x8b\x7d", "\x00\x00", "\x66\x5e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x8b\x7e", "\x66\x5d", + "\x63\xf5", "\x8b\x82", "\x66\x5c", "\x8b\x87", "\x8b\x81", "\x8b\x7b", + "\x89\x8e", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x5b", "\x00\x00", + "\x8b\x7a", "\x8d\x46", "\x00\x00", "\x8d\x45", "\x8b\x84", "\x66\xf2", + "\x00\x00", "\x8d\x49", "\x8d\x4a", "\x8d\x44", "\x8d\x48", "\x00\x00", + "\x8d\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x8e\x81", + "\x8d\x47", "\x67\x93", "\x67\x91", "\x8e\x7e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8e\x82", "\x00\x00", "\x8e\x7d", "\x8e\x7f", "\x67\x92", + "\x00\x00", "\x00\x00", "\x00\x00", "\x8f\x75", "\x8f\x76", "\x67\xe1", + "\x8f\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x90\x53", "\x68\x5b", + "\x90\x51", "\x90\x52", "\x90\xbb", "\x00\x00", "\x00\x00", "\x68\xa2", + "\x91\x45", "\x91\x43", "\x91\x44", "\x91\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x91\xab", "\x00\x00", "\x4c\xcd", "\x4e\x59", "\x00\x00", + "\x51\x5c", "\x00\x00", "\x6c\x6b", "\x00\x00", "\x00\x00", "\x6e\x67", + "\x00\x00", "\x00\x00", "\x00\x00", "\x70\x99", "\x70\x9b", "\x00\x00", + "\x70\x9a", "\x00\x00", "\x70\x9c", "\x57\xc2", "\x73\xbb", "\x70\x9d", + "\x00\x00", "\x73\xba", "\x73\xbc", "\x73\xbd", "\x77\x41", "\x5a\x42", + "\x77\x42", "\x77\x44", "\x5a\x43", "\x5a\x41", "\x77\x43", "\x00\x00", + "\x7a\xa2", "\x7a\xa0", "\x7a\x9f", "\x00\x00", "\x7a\x9e", "\x7a\x9d", + "\x5c\x78", "\x7a\xa1", "\x5e\xb8", "\x7e\x4d", "\x7e\x4f", "\x5e\xb9", + "\x7e\x4e", "\x60\xc3", "\x00\x00", "\x60\xc2", "\x81\x5b", "\x00\x00", + "\x00\x00", "\x84\x8b", "\x84\x8a", "\x84\x8c", "\x00\x00", "\x00\x00", + "\x62\xa3", "\x00\x00", "\x87\x58", "\x63\xfb", "\x00\x00", "\x89\x96", + "\x65\x75", "\x8b\x88", "\x67\xe2", "\x4c\xce", "\x4d\x7f", "\x4e\x5a", + "\x4f\x84", "\x51\x5d", "\x51\x5e", "\x00\x00", "\x00\x00", "\x52\xf0", + "\x00\x00", "\x00\x00", "\x70\x9e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x81\xda", + "\x62\xa4", "\x65\x76", "\x4c\xcf", "\x00\x00", "\x4e\x5b", "\x00\x00", + "\x00\x00", "\x6c\x6d", "\x51\x5f", "\x6c\x6c", "\x00\x00", "\x6e\x68", + "\x52\xf1", "\x6e\x69", "\x00\x00", "\x52\xf2", "\x00\x00", "\x70\xa0", + "\x55\x53", "\x55\x52", "\x00\x00", "\x73\xc2", "\x73\xc0", "\x73\xc1", + "\x73\xbf", "\x00\x00", "\x73\xbe", "\x00\x00", "\x00\x00", "\x77\x45", + "\x77\x48", "\x5a\x45", "\x77\x46", "\x5a\x44", "\x77\x47", "\x00\x00", + "\x7a\xa3", "\x00\x00", "\x00\x00", "\x7e\x50", "\x7e\x51", "\x7e\x52", + "\x00\x00", "\x81\x5e", "\x81\x5d", "\x60\xc4", "\x81\x5c", "\x81\x5f", + "\x84\x8d", "\x00\x00", "\x00\x00", "\x84\x8e", "\x84\x8f", "\x00\x00", + "\x87\x59", "\x63\xfc", "\x65\x77", "\x8b\x89", "\x00\x00", "\x67\x94", + "\x69\x60", "\x00\x00", "\x52\xf3", "\x6e\x6a", "\x55\x54", "\x00\x00", + "\x00\x00", "\x57\xc3", "\x00\x00", "\x5a\x46", "\x77\x49", "\x00\x00", + "\x5c\x7b", "\x5c\x7a", "\x00\x00", "\x00\x00", "\x7e\x53", "\x7e\x54", + "\x60\xc5", "\x60\xc6", "\x84\x91", "\x84\x90", "\x89\x97", "\x90\x54", + "\x4c\xd0", "\x69\x61", "\x4d\x81", "\x00\x00", "\x4f\x85", "\x6a\xc8", + "\x00\x00", "\x52\xf4", "\x5c\x7c", "\x4c\xd1", "\x00\x00", "\x6e\x6b", + "\x52\xf5", "\x6e\x6c", "\x00\x00", "\x63\xfd", "\x4c\xd2", "\x00\x00", + "\x00\x00", "\x6c\x6e", "\x00\x00", "\x6e\x6d", "\x00\x00", "\x70\xa5", + "\x70\xa4", "\x70\xa2", "\x00\x00", "\x70\xa1", "\x70\xa6", "\x70\xa3", + "\x00\x00", "\x00\x00", "\x57\xc4", "\x57\xc5", "\x00\x00", "\x00\x00", + "\x5a\x47", "\x77\x4a", "\x00\x00", "\x77\x4b", "\x77\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7a\xa8", "\x7a\xa9", "\x7a\xa7", "\x00\x00", + "\x7a\xa5", "\x7a\xa6", "\x5c\x7d", "\x7e\x55", "\x81\x62", "\x81\x61", + "\x81\x60", "\x81\x63", "\x84\x93", "\x84\x92", "\x62\xa5", "\x84\x94", + "\x00\x00", "\x64\x41", "\x87\x5a", "\x00\x00", "\x89\x98", "\x8b\x8a", + "\x8f\x77", "\x00\x00", "\x4c\xd3", "\x4d\x83", "\x4d\x82", "\x00\x00", + "\x51\x60", "\x69\x62", "\x69\x7f", "\x4e\x5c", "\x00\x00", "\x69\xd7", + "\x6a\xc9", "\x6a\xca", "\x51\x61", "\x00\x00", "\x6c\x6f", "\x00\x00", + "\x52\xf6", "\x6e\x6e", "\x6e\x6f", "\x00\x00", "\x55\x55", "\x55\x59", + "\x70\xa7", "\x55\x58", "\x55\x56", "\x55\x57", "\x00\x00", "\x73\xc3", + "\x57\xc6", "\x5a\x4a", "\x00\x00", "\x5a\x48", "\x5a\x49", "\x77\x4d", + "\x00\x00", "\x00\x00", "\x5e\xba", "\x4c\xd4", "\x00\x00", "\x69\x81", + "\x00\x00", "\x4d\x84", "\x00\x00", "\x00\x00", "\x69\x84", "\x00\x00", + "\x00\x00", "\x4d\x87", "\x69\x83", "\x4d\x86", "\x4d\x85", "\x4f\x86", + "\x69\x82", "\x00\x00", "\x00\x00", "\x69\xd8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x69\xdc", "\x69\xde", "\x69\xdf", "\x4e\x66", "\x4e\x67", + "\x69\xdb", "\x4e\x62", "\x00\x00", "\x69\xd9", "\x00\x00", "\x69\xdd", + "\x4e\x63", "\x00\x00", "\x4e\x5e", "\x00\x00", "\x4e\x5f", "\x00\x00", + "\x4e\x65", "\x69\xda", "\x4e\x5d", "\x4f\x87", "\x4e\x60", "\x4e\x61", + "\x4e\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xdb", "\x6a\xd9", + "\x6a\xcc", "\x4f\x93", "\x6a\xd3", "\x4f\x8e", "\x6a\xcd", "\x00\x00", + "\x6a\xd5", "\x00\x00", "\x6a\xd2", "\x4f\x91", "\x6a\xd1", "\x4f\x98", + "\x6a\xda", "\x4f\x9a", "\x00\x00", "\x4f\x9c", "\x00\x00", "\x6a\xcb", + "\x00\x00", "\x4f\x8f", "\x6a\xdc", "\x00\x00", "\x4f\x96", "\x4f\x99", + "\x00\x00", "\x6c\x87", "\x4f\x89", "\x4f\xa0", "\x4f\x97", "\x6a\xce", + "\x4f\x8c", "\x4f\x9b", "\x6a\xd6", "\x4f\x8a", "\x4f\x8b", "\x6c\x85", + "\x6a\xcf", "\x4f\x92", "\x4f\x9d", "\x6a\xdd", "\x6a\xd0", "\x4f\x90", + "\x00\x00", "\x4f\x95", "\x6c\x70", "\x4f\x9e", "\x6a\xd7", "\x4f\x94", + "\x00\x00", "\x4f\x9f", "\x4f\x88", "\x6a\xd4", "\x4f\x8d", "\x6a\xd8", + "\x6c\x86", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x6d", "\x51\x7d", "\x6c\x77", "\x51\x74", + "\x00\x00", "\x6c\x8d", "\x51\x65", "\x00\x00", "\x51\x68", "\x6c\x84", + "\x00\x00", "\x6c\x75", "\x6c\x79", "\x51\x70", "\x51\x72", "\x6c\x7c", + "\x51\x79", "\x51\x6b", "\x51\x69", "\x51\x6a", "\x51\x78", "\x6c\x89", + "\x51\x73", "\x6c\x7b", "\x6c\x7d", "\x51\x71", "\x51\x76", "\x6c\x7e", + "\x6c\x8c", "\x00\x00", "\x52\xf7", "\x51\x7c", "\x00\x00", "\x51\x66", + "\x6c\x8b", "\x00\x00", "\x6c\x8f", "\x6c\x7a", "\x6c\x91", "\x6c\x82", + "\x51\x6f", "\x6c\x76", "\x51\x6e", "\x51\x81", "\x51\x75", "\x00\x00", + "\x6c\x74", "\x6e\x78", "\x51\x7b", "\x51\x7f", "\x6c\x83", "\x6c\x88", + "\x00\x00", "\x51\x82", "\x51\x7a", "\x51\x6c", "\x51\x62", "\x00\x00", + "\x51\x67", "\x00\x00", "\x6c\x78", "\x51\x63", "\x6c\x90", "\x00\x00", + "\x6c\x72", "\x6c\x71", "\x6c\x7f", "\x6c\x73", "\x51\x7e", "\x55\x5a", + "\x51\x77", "\x6c\x81", "\x51\x64", "\x00\x00", "\x53\x49", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6c\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x6e\x7f", "\x6e\x83", "\x00\x00", + "\x6e\x86", "\x6e\x7a", "\x00\x00", "\x00\x00", "\x6e\x89", "\x6e\x8c", + "\x6e\x8e", "\x6e\x77", "\x52\xf8", "\x52\xfd", "\x70\xac", "\x53\x50", + "\x6e\x87", "\x6e\x8f", "\x6e\x7e", "\x6e\x76", "\x00\x00", "\x00\x00", + "\x00\x00", "\x70\xc7", "\x53\x43", "\x6e\x84", "\x6e\x7b", "\x6e\x7d", + "\x53\x48", "\x00\x00", "\x6e\x81", "\x53\x42", "\x6e\x73", "\x6e\x8a", + "\x00\x00", "\x6e\x8d", "\x00\x00", "\x00\x00", "\x52\xfc", "\x00\x00", + "\x53\x4b", "\x6e\x70", "\x53\x4d", "\x52\xfa", "\x53\x51", "\x6e\x8b", + "\x6e\x72", "\x53\x4e", "\x70\xc1", "\x6c\x8a", "\x53\x41", "\x52\xf9", + "\x6e\x79", "\x6e\x71", "\x53\x4f", "\x53\x47", "\x6e\x85", "\x53\x4c", + "\x53\x4a", "\x6e\x7c", "\x53\x44", "\x6e\x74", "\x53\x45", "\x53\x46", + "\x6e\x75", "\x6e\x88", "\x52\xfb", "\x6e\x82", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x70\xaf", "\x55\x62", "\x55\x67", "\x00\x00", "\x00\x00", + "\x00\x00", "\x70\xb8", "\x70\xbe", "\x70\xba", "\x70\xad", "\x70\xb0", + "\x70\xa9", "\x70\xaa", "\x55\x6e", "\x55\x5f", "\x70\xb9", "\x70\xc2", + "\x55\x69", "\x55\x5b", "\x00\x00", "\x55\x64", "\x70\xb1", "\x55\x66", + "\x70\xb2", "\x70\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x68", + "\x70\xcb", "\x70\xab", "\x55\x61", "\x55\x60", "\x55\x6c", "\x70\xa8", + "\x70\xc9", "\x70\xbd", "\x70\xca", "\x70\xc4", "\x70\xb6", "\x70\xc5", + "\x00\x00", "\x70\xbf", "\x70\xc8", "\x70\xc6", "\x55\x6d", "\x70\xb7", + "\x55\x5e", "\x55\x5d", "\x55\x65", "\x55\x6b", "\x70\xc3", "\x55\x6a", + "\x70\xb4", "\x57\xc7", "\x00\x00", "\x70\xcc", "\x70\xb3", "\x70\xae", + "\x55\x63", "\x55\x6f", "\x55\x5c", "\x00\x00", "\x70\xbb", "\x70\xc0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xe9", + "\x73\xc5", "\x73\xc9", "\x00\x00", "\x57\xd6", "\x57\xd4", "\x00\x00", + "\x00\x00", "\x57\xcb", "\x73\xc7", "\x73\xc6", "\x57\xdf", "\x00\x00", + "\x73\xcc", "\x57\xd9", "\x00\x00", "\x73\xde", "\x73\xea", "\x57\xc8", + "\x73\xdb", "\x73\xd4", "\x57\xeb", "\x73\xc4", "\x00\x00", "\x73\xe0", + "\x00\x00", "\x57\xe8", "\x57\xdc", "\x57\xe7", "\x57\xd2", "\x73\xd0", + "\x73\xe2", "\x73\xda", "\x57\xd3", "\x57\xcd", "\x73\xe8", "\x00\x00", + "\x73\xe1", "\x73\xe3", "\x57\xd5", "\x57\xdd", "\x73\xe5", "\x73\xce", + "\x73\xdf", "\x73\xd3", "\x73\xe7", "\x57\xe2", "\x57\xca", "\x57\xe0", + "\x73\xd8", "\x73\xd6", "\x73\xd7", "\x57\xd7", "\x73\xd2", "\x73\xd1", + "\x57\xcc", "\x73\xcb", "\x73\xe9", "\x57\xce", "\x73\xd5", "\x57\xec", + "\x00\x00", "\x57\xe6", "\x73\xca", "\x57\xe3", "\x57\xe1", "\x57\xea", + "\x73\xdc", "\x57\xe5", "\x70\xb5", "\x73\xdd", "\x57\xe4", "\x73\xe4", + "\x57\xc9", "\x73\xd9", "\x57\xdb", "\x73\xcd", "\x57\xda", "\x00\x00", + "\x57\xd8", "\x57\xd0", "\x57\xcf", "\x77\x4e", "\x73\xe6", "\x00\x00", + "\x00\x00", "\x73\xcf", "\x00\x00", "\x00\x00", "\x77\x63", "\x00\x00", + "\x57\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\x67", "\x57\xde", "\x5a\x55", "\x77\x5d", + "\x5a\x63", "\x00\x00", "\x77\x51", "\x5a\x52", "\x5a\x4e", "\x77\x6f", + "\x5a\x54", "\x5a\x58", "\x5a\x53", "\x5a\x5c", "\x77\x73", "\x77\x6a", + "\x00\x00", "\x00\x00", "\x77\x58", "\x5a\x61", "\x5a\x5b", "\x77\x64", + "\x5a\x4b", "\x77\x70", "\x77\x69", "\x5a\x4f", "\x77\x5e", "\x5a\x5e", + "\x77\x7b", "\x77\x7c", "\x00\x00", "\x5a\x4c", "\x77\x6e", "\x5a\x60", + "\x77\x62", "\x77\x54", "\x77\x55", "\x5a\x64", "\x77\x59", "\x77\x60", + "\x77\x5a", "\x00\x00", "\x5a\x62", "\x5a\x6a", "\x77\x56", "\x77\x4f", + "\x77\x50", "\x00\x00", "\x77\x52", "\x5a\x51", "\x77\x5f", "\x00\x00", + "\x5a\x5f", "\x5a\x68", "\x00\x00", "\x00\x00", "\x77\x61", "\x77\x79", + "\x77\x71", "\x5a\x4d", "\x77\x77", "\x5a\x59", "\x00\x00", "\x5a\x57", + "\x00\x00", "\x77\x7d", "\x5a\x56", "\x77\x67", "\x77\x5b", "\x77\x65", + "\x5a\x6d", "\x77\x6b", "\x77\x68", "\x77\x57", "\x5a\x69", "\x77\x75", + "\x77\x72", "\x77\x7a", "\x5a\x50", "\x77\x66", "\x5a\x6c", "\x00\x00", + "\x77\x6d", "\x00\x00", "\x00\x00", "\x5a\x5a", "\x5a\x5d", "\x00\x00", + "\x77\x6c", "\x5a\x6b", "\x77\x5c", "\x73\xc8", "\x00\x00", "\x00\x00", + "\x77\x76", "\x77\x74", "\x77\x78", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x77\x53", + "\x5a\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x7a\xc8", "\x7a\xc7", + "\x7a\xad", "\x5c\x84", "\x00\x00", "\x7a\xc6", "\x7a\xb0", "\x7a\xb1", + "\x00\x00", "\x5c\x8e", "\x7a\xcf", "\x5c\x89", "\x7a\xc5", "\x00\x00", + "\x7a\xaa", "\x5c\x8f", "\x5c\x85", "\x7a\xb9", "\x7a\xaf", "\x7a\xb2", + "\x7a\xca", "\x5c\x7e", "\x7a\xd1", "\x7a\xc9", "\x5c\x88", "\x7a\xbe", + "\x5c\x93", "\x00\x00", "\x00\x00", "\x5c\x92", "\x5c\x8c", "\x00\x00", + "\x00\x00", "\x7a\xd0", "\x5c\x7f", "\x7a\xbc", "\x7a\xb3", "\x7a\xc0", + "\x7a\xcc", "\x5c\x94", "\x00\x00", "\x5c\x82", "\x7a\xbb", "\x91\xc7", + "\x7a\xb4", "\x5c\x8b", "\x00\x00", "\x5c\x8a", "\x7a\xb7", "\x7a\xc1", + "\x7a\xcb", "\x7a\xae", "\x7a\xb8", "\x5c\x83", "\x7a\xc2", "\x5c\x90", + "\x5c\x87", "\x7a\xb5", "\x5c\x86", "\x7a\xac", "\x7a\xba", "\x7a\xce", + "\x5a\x65", "\x5e\xd6", "\x7a\xbd", "\x7e\x56", "\x7a\xbf", "\x7a\xcd", + "\x5c\x8d", "\x7a\xb6", "\x5c\x81", "\x5c\x91", "\x60\xd8", "\x7a\xab", + "\x00\x00", "\x7a\xc4", "\x00\x00", "\x00\x00", "\x00\x00", "\x7a\xc3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7e\x72", "\x5e\xd3", "\x7e\x67", "\x7e\x6c", + "\x5e\xc8", "\x00\x00", "\x7e\x58", "\x5e\xd5", "\x00\x00", "\x5e\xbf", + "\x7e\x57", "\x7e\x78", "\x5e\xd7", "\x7e\x5b", "\x7e\x6b", "\x00\x00", + "\x7e\x5d", "\x7e\x7b", "\x7e\x77", "\x5e\xbd", "\x5e\xc7", "\x81\x7d", + "\x5e\xd4", "\x5e\xc5", "\x7e\x59", "\x00\x00", "\x7e\x76", "\x5e\xc9", + "\x7e\x73", "\x7e\x81", "\x7e\x5f", "\x7e\x68", "\x00\x00", "\x00\x00", + "\x7e\x7e", "\x7e\x74", "\x5e\xc4", "\x00\x00", "\x00\x00", "\x7e\x66", + "\x5e\xbe", "\x5e\xbc", "\x5e\xce", "\x00\x00", "\x00\x00", "\x7e\x64", + "\x7e\x61", "\x7e\x62", "\x00\x00", "\x7e\x7a", "\x00\x00", "\x7e\x7f", + "\x7e\x7d", "\x5e\xc2", "\x7e\x82", "\x5e\xc6", "\x5e\xcd", "\x00\x00", + "\x7e\x5a", "\x81\x65", "\x7e\x63", "\x00\x00", "\x5e\xc0", "\x5e\xd2", + "\x5e\xcf", "\x5e\xc3", "\x7e\x6d", "\x7e\x5e", "\x5e\xd0", "\x7e\x6f", + "\x5e\xca", "\x5e\xcc", "\x5e\xbb", "\x00\x00", "\x7e\x71", "\x7e\x69", + "\x7e\x5c", "\x5e\xcb", "\x7e\x79", "\x7e\x7c", "\x7e\x65", "\x7e\x70", + "\x00\x00", "\x5e\xc1", "\x60\xc7", "\x7e\x6e", "\x81\x64", "\x00\x00", + "\x7e\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7e\x60", + "\x81\x6e", "\x81\x78", "\x60\xca", "\x81\x77", "\x81\x84", "\x60\xcc", + "\x81\x75", "\x00\x00", "\x81\x79", "\x60\xd7", "\x00\x00", "\x81\x70", + "\x60\xcf", "\x00\x00", "\x81\x7c", "\x84\x9c", "\x60\xdb", "\x60\xda", + "\x81\x7e", "\x81\x6d", "\x81\x89", "\x60\xd5", "\x00\x00", "\x60\xcb", + "\x81\x82", "\x00\x00", "\x81\x86", "\x81\x8b", "\x81\x7f", "\x81\x73", + "\x60\xce", "\x60\xd1", "\x60\xd9", "\x60\xd4", "\x00\x00", "\x81\x76", + "\x7e\x6a", "\x00\x00", "\x00\x00", "\x81\x72", "\x81\x8a", "\x60\xd0", + "\x00\x00", "\x60\xd3", "\x81\x8c", "\x60\xc8", "\x81\x81", "\x81\x66", + "\x81\x87", "\x64\x4a", "\x00\x00", "\x81\x74", "\x00\x00", "\x60\xc9", + "\x81\x6f", "\x60\xcd", "\x81\x67", "\x5e\xd1", "\x81\x6b", "\x00\x00", + "\x81\x85", "\x81\x6c", "\x81\x6a", "\x60\xd2", "\x00\x00", "\x81\x83", + "\x00\x00", "\x81\x69", "\x81\x7b", "\x81\x7a", "\x81\x88", "\x81\x71", + "\x60\xd6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x84\x9f", "\x00\x00", "\x62\xb2", "\x62\xa8", "\x84\xab", + "\x84\x97", "\x62\xaa", "\x84\xa3", "\x62\xb1", "\x62\xac", "\x84\xa1", + "\x87\x5c", "\x84\xa7", "\x84\xad", "\x84\xa6", "\x84\x95", "\x84\xa4", + "\x84\xaf", "\x84\xb1", "\x62\xa7", "\x84\xb0", "\x62\xad", "\x62\xb3", + "\x00\x00", "\x62\xb0", "\x00\x00", "\x84\xaa", "\x62\xaf", "\x84\xa5", + "\x00\x00", "\x84\x99", "\x84\x9e", "\x00\x00", "\x84\xa9", "\x62\xae", + "\x62\xab", "\x62\xa6", "\x62\xa9", "\x84\x9d", "\x00\x00", "\x81\x68", + "\x84\x98", "\x84\x9b", "\x84\xac", "\x84\xa0", "\x84\x96", "\x87\x5b", + "\x84\xae", "\x84\x9a", "\x84\xa8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x87\x5e", "\x64\x4e", "\x00\x00", "\x00\x00", "\x64\x42", + "\x00\x00", "\x00\x00", "\x64\x46", "\x87\x60", "\x87\x66", "\x87\x64", + "\x64\x44", "\x64\x45", "\x64\x4c", "\x87\x67", "\x87\x5f", "\x64\x47", + "\x00\x00", "\x87\x63", "\x87\x62", "\x87\x68", "\x64\x4d", "\x00\x00", + "\x64\x48", "\x64\x4b", "\x87\x61", "\x64\x4f", "\x64\x49", "\x64\x50", + "\x64\x43", "\x87\x65", "\x00\x00", "\x87\x5d", "\x00\x00", "\x00\x00", + "\x89\xa5", "\x00\x00", "\x00\x00", "\x65\x7c", "\x89\xa2", "\x89\xa4", + "\x00\x00", "\x65\x7a", "\x89\xa0", "\x89\xa1", "\x89\x9c", "\x00\x00", + "\x00\x00", "\x84\xa2", "\x89\x9d", "\x65\x7b", "\x89\x99", "\x00\x00", + "\x65\x78", "\x89\xa6", "\x65\x79", "\x89\x9a", "\x89\x9b", "\x89\x9f", + "\x65\x7e", "\x00\x00", "\x65\x7d", "\x00\x00", "\x00\x00", "\x89\x9e", + "\x66\x64", "\x8b\x8e", "\x8b\x94", "\x66\x65", "\x8b\x8b", "\x66\x62", + "\x66\x5f", "\x8b\x96", "\x66\x63", "\x00\x00", "\x66\x60", "\x8b\x8d", + "\x8b\x90", "\x8b\x91", "\x8b\x92", "\x8b\x95", "\x00\x00", "\x89\xa3", + "\x8b\x8c", "\x66\x61", "\x8b\x93", "\x8b\x97", "\x8b\x8f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8d\x4d", "\x66\xf4", "\x8d\x50", "\x66\xf5", + "\x8d\x58", "\x8d\x4f", "\x8d\x4c", "\x00\x00", "\x8d\x4e", "\x8d\x52", + "\x8d\x55", "\x8d\x54", "\x8d\x57", "\x8d\x4b", "\x00\x00", "\x66\xf3", + "\x8d\x53", "\x8d\x56", "\x8d\x59", "\x8d\x51", "\x8e\x83", "\x8e\x84", + "\x8e\x88", "\x8e\x89", "\x00\x00", "\x8e\x86", "\x8e\x87", "\x8e\x85", + "\x00\x00", "\x67\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\xe3", "\x8f\x7b", "\x00\x00", "\x00\x00", "\x8f\x78", "\x8f\x79", + "\x8f\x7a", "\x67\xe4", "\x00\x00", "\x90\x56", "\x90\x55", "\x00\x00", + "\x90\xbe", "\x68\x81", "\x90\xbc", "\x90\xbf", "\x90\xbd", "\x91\x47", + "\x68\xa3", "\x68\xb1", "\x91\x93", "\x91\x7d", "\x00\x00", "\x91\x92", + "\x91\xc0", "\x91\xc1", "\x4c\xd5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4e\x68", "\x69\xe0", "\x00\x00", "\x00\x00", "\x6a\xde", + "\x00\x00", "\x4f\xa1", "\x00\x00", "\x4f\xa4", "\x00\x00", "\x6a\xdf", + "\x00\x00", "\x4f\xa2", "\x4f\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6c\x9a", "\x6c\x9c", "\x6c\x97", "\x6c\x94", "\x6c\x96", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x86", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\x84", "\x00\x00", "\x00\x00", "\x6c\x98", "\x51\x85", + "\x6c\x95", "\x6c\x92", "\x51\x83", "\x6c\x99", "\x00\x00", "\x6c\x93", + "\x51\x87", "\x6c\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6e\x91", "\x00\x00", "\x6e\x95", "\x00\x00", "\x00\x00", "\x53\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6e\x98", "\x00\x00", + "\x53\x52", "\x53\x55", "\x53\x57", "\x53\x59", "\x53\x56", "\x6e\x94", + "\x6e\x93", "\x00\x00", "\x53\x54", "\x6e\x96", "\x6e\x97", "\x00\x00", + "\x6e\x90", "\x53\x58", "\x00\x00", "\x53\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6e\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x70\xda", "\x70\xdb", "\x70\xdc", "\x55\x74", + "\x00\x00", "\x55\x70", "\x70\xd1", "\x00\x00", "\x70\xd9", "\x70\xde", + "\x55\x75", "\x00\x00", "\x70\xcf", "\x70\xd5", "\x70\xce", "\x70\xd8", + "\x00\x00", "\x00\x00", "\x70\xd4", "\x55\x71", "\x55\x73", "\x70\xdd", + "\x00\x00", "\x70\xcd", "\x70\xd0", "\x70\xd6", "\x00\x00", "\x70\xd7", + "\x70\xdf", "\x70\xd3", "\x00\x00", "\x55\x72", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x57\xf1", "\x73\xf1", "\x00\x00", "\x00\x00", + "\x73\xf3", "\x73\xef", "\x00\x00", "\x73\xfb", "\x73\xed", "\x73\xfa", + "\x57\xed", "\x73\xeb", "\x77\x82", "\x73\xf5", "\x57\xf0", "\x00\x00", + "\x73\xf6", "\x73\xf9", "\x00\x00", "\x73\xfd", "\x00\x00", "\x73\xf2", + "\x00\x00", "\x73\xf7", "\x00\x00", "\x00\x00", "\x57\xee", "\x57\xef", + "\x73\xfc", "\x73\xf0", "\x73\xec", "\x74\x41", "\x00\x00", "\x73\xf4", + "\x00\x00", "\x00\x00", "\x73\xf8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x73\xee", "\x00\x00", "\x5a\x6e", "\x5a\x6f", "\x77\x8c", "\x5a\x75", + "\x00\x00", "\x77\x7f", "\x77\x89", "\x77\x7e", "\x5a\x72", "\x77\x87", + "\x77\x85", "\x00\x00", "\x77\x86", "\x5a\x70", "\x00\x00", "\x77\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x77\x83", + "\x77\x81", "\x5a\x71", "\x77\x84", "\x77\x88", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x77\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x7a\xd7", "\x7a\xde", "\x7a\xe0", "\x7a\xe6", "\x00\x00", "\x5c\xa1", + "\x7a\xd2", "\x00\x00", "\x5c\x99", "\x00\x00", "\x7a\xe1", "\x5c\x9e", + "\x7a\xe7", "\x5c\x95", "\x00\x00", "\x7a\xe4", "\x00\x00", "\x7a\xd4", + "\x7a\xe5", "\x7a\xd3", "\x00\x00", "\x5c\xa3", "\x00\x00", "\x7a\xdf", + "\x5c\x96", "\x7a\xe8", "\x00\x00", "\x5c\x9b", "\x7a\xd8", "\x5c\xa0", + "\x7a\xe3", "\x7a\xd6", "\x7a\xdd", "\x7a\xd9", "\x7a\xd5", "\x5c\x98", + "\x5c\x9f", "\x5c\x9d", "\x5c\x9a", "\x5c\xa2", "\x5c\x97", "\x7a\xdc", + "\x00\x00", "\x5c\x9c", "\x00\x00", "\x5a\x74", "\x00\x00", "\x7a\xe2", + "\x00\x00", "\x7a\xda", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7a\xdb", "\x00\x00", "\x00\x00", "\x7e\x8a", "\x00\x00", + "\x5e\xda", "\x00\x00", "\x00\x00", "\x7e\x86", "\x7e\x8c", "\x7e\x88", + "\x00\x00", "\x5e\xdc", "\x7e\x87", "\x7e\x8b", "\x7e\x83", "\x00\x00", + "\x7e\x85", "\x5e\xdb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x7e\x89", "\x7e\x84", "\x00\x00", "\x5e\xdd", "\x00\x00", "\x5e\xd8", + "\x00\x00", "\x00\x00", "\x7e\x8d", "\x00\x00", "\x5e\xd9", "\x81\x92", + "\x81\x8f", "\x81\x9b", "\x81\x95", "\x81\x97", "\x60\xdc", "\x81\x91", + "\x81\x99", "\x00\x00", "\x00\x00", "\x81\x98", "\x81\x96", "\x00\x00", + "\x81\x9c", "\x60\xdf", "\x81\x93", "\x81\x9a", "\x00\x00", "\x60\xdd", + "\x00\x00", "\x00\x00", "\x81\x8e", "\x81\x90", "\x60\xde", "\x81\x8d", + "\x81\x9d", "\x00\x00", "\x81\x94", "\x00\x00", "\x00\x00", "\x84\xb5", + "\x62\xba", "\x00\x00", "\x00\x00", "\x84\xc0", "\x84\xbe", "\x62\xb4", + "\x84\xb4", "\x84\xb7", "\x84\xb8", "\x84\xb3", "\x62\xbe", "\x62\xbf", + "\x84\xb2", "\x84\xc1", "\x84\xbc", "\x62\xb8", "\x62\xb5", "\x84\xbb", + "\x84\xb9", "\x00\x00", "\x00\x00", "\x62\xbb", "\x84\xbd", "\x62\xb6", + "\x00\x00", "\x62\xb7", "\x00\x00", "\x84\xba", "\x62\xb9", "\x84\xb6", + "\x00\x00", "\x84\xbf", "\x62\xbc", "\x84\xc2", "\x84\xc3", "\x62\xbd", + "\x00\x00", "\x00\x00", "\x64\x52", "\x64\x59", "\x87\x69", "\x87\x6f", + "\x00\x00", "\x87\x6d", "\x64\x55", "\x64\x54", "\x64\x51", "\x87\x6b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x57", "\x64\x56", "\x64\x53", + "\x00\x00", "\x87\x6e", "\x87\x6a", "\x87\x6c", "\x00\x00", "\x64\x58", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x83", "\x89\xa9", "\x00\x00", + "\x65\x7f", "\x65\x81", "\x89\xab", "\x65\x82", "\x89\xa8", "\x00\x00", + "\x89\xa7", "\x8b\x9b", "\x89\xaa", "\x00\x00", "\x8b\x9c", "\x66\x66", + "\x8b\x9a", "\x00\x00", "\x00\x00", "\x8b\x99", "\x00\x00", "\x8b\x98", + "\x66\x67", "\x00\x00", "\x00\x00", "\x66\xf6", "\x00\x00", "\x00\x00", + "\x8d\x5a", "\x8d\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8e\x8c", "\x8e\x8b", "\x67\x96", "\x00\x00", "\x8e\x8a", "\x8f\x7c", + "\x8f\x7d", "\x00\x00", "\x00\x00", "\x90\x57", "\x90\xc0", "\x00\x00", + "\x00\x00", "\x91\x48", "\x91\xac", "\x68\xc5", "\x91\xb6", "\x4c\xd6", + "\x00\x00", "\x51\x88", "\x51\x89", "\x00\x00", "\x00\x00", "\x53\x5b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x5a", "\x4c\xd7", + "\x00\x00", "\x51\x8a", "\x55\x76", "\x5c\xa4", "\x4c\xd8", "\x00\x00", + "\x57\xf2", "\x5e\xde", "\x69\x63", "\x00\x00", "\x6e\x99", "\x70\xe0", + "\x00\x00", "\x7e\x8e", "\x00\x00", "\x64\x5b", "\x4c\xd9", "\x51\x8b", + "\x6e\x9a", "\x6e\x9b", "\x77\x8d", "\x5a\x76", "\x00\x00", "\x00\x00", + "\x7a\xe9", "\x00\x00", "\x00\x00", "\x5c\xa5", "\x7e\x8f", "\x00\x00", + "\x00\x00", "\x60\xe0", "\x00\x00", "\x66\x68", "\x4c\xda", "\x77\x8e", + "\x4c\xdb", "\x00\x00", "\x4e\x6a", "\x69\xe1", "\x4e\x69", "\x4f\xa7", + "\x4f\xa6", "\x4f\xa5", "\x6a\xe0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\x8c", "\x00\x00", "\x51\x8d", "\x6c\x9d", "\x00\x00", "\x6e\x9c", + "\x00\x00", "\x6e\x9f", "\x53\x5d", "\x6e\x9d", "\x00\x00", "\x53\x5c", + "\x6e\x9e", "\x53\x5e", "\x00\x00", "\x70\xe3", "\x70\xe2", "\x70\xe1", + "\x55\x77", "\x00\x00", "\x74\x43", "\x74\x44", "\x57\xf3", "\x74\x42", + "\x74\x45", "\x5a\x78", "\x57\xf4", "\x00\x00", "\x00\x00", "\x5a\x77", + "\x77\x92", "\x77\x91", "\x00\x00", "\x77\x8f", "\x77\x90", "\x00\x00", + "\x77\x93", "\x7a\xeb", "\x7a\xea", "\x7a\xee", "\x00\x00", "\x7a\xed", + "\x7a\xec", "\x5e\xdf", "\x7e\x92", "\x00\x00", "\x7e\x91", "\x5e\xe0", + "\x7e\x90", "\x81\x9e", "\x00\x00", "\x81\x9f", "\x60\xe1", "\x00\x00", + "\x84\xc4", "\x84\xc5", "\x00\x00", "\x00\x00", "\x8b\xa1", "\x66\x69", + "\x8b\xa0", "\x8b\x9f", "\x8b\x9d", "\x8b\x9e", "\x67\x97", "\x8d\x5c", + "\x8f\x7e", "\x91\x49", "\x00\x00", "\x4c\xdc", "\x00\x00", "\x69\x85", + "\x4d\x88", "\x69\x86", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xe2", + "\x69\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xe6", + "\x00\x00", "\x00\x00", "\x6a\xe2", "\x00\x00", "\x6a\xe1", "\x51\x8e", + "\x6a\xe5", "\x4f\xa9", "\x6a\xe3", "\x4f\xa8", "\x6a\xe7", "\x6a\xe4", + "\x00\x00", "\x00\x00", "\x6c\xa1", "\x6e\xa0", "\x6c\x9f", "\x6c\xa6", + "\x00\x00", "\x51\x8f", "\x00\x00", "\x51\x92", "\x6c\xa7", "\x6c\xa3", + "\x00\x00", "\x6c\xa4", "\x00\x00", "\x6c\x9e", "\x51\x91", "\x6c\xa0", + "\x51\x90", "\x6c\xa5", "\x00\x00", "\x6c\xa2", "\x00\x00", "\x00\x00", + "\x6e\xa4", "\x53\x60", "\x53\x61", "\x00\x00", "\x6e\xa7", "\x6e\xa1", + "\x00\x00", "\x6e\xa6", "\x00\x00", "\x6e\xa2", "\x53\x5f", "\x6e\xa5", + "\x6e\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x70\xe9", "\x70\xe6", "\x00\x00", "\x70\xe8", + "\x55\x7c", "\x55\x7b", "\x55\x79", "\x70\xe5", "\x70\xea", "\x55\x78", + "\x55\x7a", "\x70\xe7", "\x74\x4d", "\x70\xe4", "\x70\xeb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\x48", "\x74\x4c", + "\x00\x00", "\x74\x4b", "\x77\x95", "\x77\xa0", "\x00\x00", "\x00\x00", + "\x74\x4e", "\x00\x00", "\x74\x49", "\x77\x94", "\x57\xf8", "\x00\x00", + "\x00\x00", "\x57\xf7", "\x74\x47", "\x74\x4a", "\x57\xf9", "\x00\x00", + "\x57\xf6", "\x57\xf5", "\x74\x46", "\x74\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x77\x97", "\x77\x9e", "\x00\x00", "\x5a\x7a", "\x77\x9d", + "\x77\x9a", "\x00\x00", "\x5a\x7c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x77\x9c", "\x00\x00", "\x00\x00", "\x77\x96", "\x77\x98", "\x77\x9b", + "\x77\x99", "\x5a\x7b", "\x77\x9f", "\x5a\x79", "\x5c\xa6", "\x00\x00", + "\x00\x00", "\x7a\xf2", "\x7a\xf1", "\x7a\xef", "\x00\x00", "\x5c\xa9", + "\x5c\xa8", "\x7a\xf3", "\x00\x00", "\x7a\xf0", "\x7e\x93", "\x5e\xe1", + "\x5c\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x7a\xf5", "\x7a\xf4", + "\x00\x00", "\x7e\x96", "\x7e\x94", "\x60\xe2", "\x00\x00", "\x5e\xe2", + "\x7e\x95", "\x81\xa1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x60\xe3", "\x81\xa0", "\x81\xa9", "\x81\xa8", "\x81\xa6", "\x00\x00", + "\x81\xa5", "\x81\xa2", "\x81\xa3", "\x81\xa4", "\x81\xa7", "\x81\xaa", + "\x00\x00", "\x00\x00", "\x84\xca", "\x84\xc7", "\x84\xc8", "\x62\xc0", + "\x84\xc6", "\x84\xcc", "\x84\xcb", "\x84\xc9", "\x00\x00", "\x87\x71", + "\x87\x72", "\x64\x5c", "\x00\x00", "\x64\x5d", "\x87\x70", "\x00\x00", + "\x65\x85", "\x89\xac", "\x65\x84", "\x66\x6a", "\x00\x00", "\x66\x6b", + "\x66\xf7", "\x8d\x5e", "\x8d\x5d", "\x8e\x8d", "\x8f\x7f", "\x67\xe5", + "\x90\x59", "\x90\x58", "\x90\x5a", "\x4d\x89", "\x6e\xa8", "\x55\x7d", + "\x57\xfa", "\x74\x50", "\x4d\x8a", "\x69\x87", "\x4c\xdd", "\x00\x00", + "\x00\x00", "\x69\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x6a\xec", + "\x6a\xea", "\x6a\xeb", "\x6a\xe8", "\x4f\xaa", "\x6a\xe9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6c\xaf", "\x00\x00", + "\x51\x95", "\x6c\xad", "\x6c\xa9", "\x6c\xac", "\x00\x00", "\x6c\xa8", + "\x51\x97", "\x6c\xab", "\x00\x00", "\x51\x94", "\x51\x93", "\x00\x00", + "\x51\x96", "\x6c\xae", "\x6c\xaa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\x65", "\x53\x68", "\x6e\xb0", "\x6e\xaf", "\x6e\xae", + "\x53\x62", "\x6e\xb7", "\x6e\xad", "\x00\x00", "\x53\x64", "\x70\xf0", + "\x00\x00", "\x6e\xb4", "\x6e\xb2", "\x53\x67", "\x00\x00", "\x6e\xaa", + "\x6e\xb5", "\x00\x00", "\x6e\xac", "\x6e\xb6", "\x6e\xb3", "\x6e\xab", + "\x00\x00", "\x53\x63", "\x6e\xb8", "\x6e\xa9", "\x53\x66", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x70\xf5", "\x70\xec", "\x70\xf7", + "\x00\x00", "\x70\xef", "\x70\xfa", "\x70\xfb", "\x70\xed", "\x70\xf9", + "\x70\xf6", "\x70\xf4", "\x70\xf8", "\x55\x84", "\x00\x00", "\x55\x82", + "\x00\x00", "\x00\x00", "\x70\xf2", "\x00\x00", "\x70\xee", "\x00\x00", + "\x70\xf1", "\x70\xfc", "\x70\xf3", "\x55\x83", "\x6e\xb1", "\x00\x00", + "\x55\x7e", "\x55\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x74\x5e", "\x74\x53", "\x74\x51", "\x00\x00", "\x74\x52", + "\x00\x00", "\x74\x59", "\x00\x00", "\x74\x5a", "\x74\x56", "\x58\x42", + "\x74\x5b", "\x74\x58", "\x74\x55", "\x00\x00", "\x57\xfd", "\x74\x54", + "\x57\xfb", "\x58\x41", "\x74\x57", "\x74\x5f", "\x55\x7f", "\x57\xfc", + "\x74\x5d", "\x74\x5c", "\x58\x43", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x77\xa5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x77\xa6", "\x5a\x87", "\x00\x00", + "\x77\xac", "\x00\x00", "\x00\x00", "\x77\xae", "\x77\xa7", "\x5a\x81", + "\x77\xab", "\x77\xaa", "\x5a\x82", "\x5a\x88", "\x00\x00", "\x5a\x89", + "\x77\xad", "\x5a\x7e", "\x77\xa4", "\x77\xa2", "\x77\xa8", "\x77\xa1", + "\x5a\x86", "\x77\xa3", "\x77\xa9", "\x77\xaf", "\x5a\x7f", "\x5a\x85", + "\x5a\x83", "\x5a\x84", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x7d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb0", "\x7a\xfc", + "\x5c\xaf", "\x7b\x43", "\x00\x00", "\x7a\xf6", "\x00\x00", "\x7b\x44", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7a\xf7", "\x7a\xf8", "\x00\x00", + "\x7b\x45", "\x7b\x42", "\x7a\xfd", "\x7b\x41", "\x7a\xfa", "\x7a\xf9", + "\x00\x00", "\x7b\x46", "\x5c\xac", "\x00\x00", "\x7a\xfb", "\x00\x00", + "\x5c\xb1", "\x5c\xab", "\x5c\xb2", "\x5c\xb3", "\x00\x00", "\x5c\xae", + "\x5c\xad", "\x00\x00", "\x00\x00", "\x7e\x97", "\x5e\xe4", "\x5e\xe3", + "\x00\x00", "\x00\x00", "\x7e\x9c", "\x00\x00", "\x60\xe4", "\x5e\xe5", + "\x00\x00", "\x00\x00", "\x5e\xe7", "\x7e\x9d", "\x5c\xaa", "\x5e\xe6", + "\x7e\x99", "\x7e\x9b", "\x7e\x98", "\x00\x00", "\x7e\x9a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x81\xb4", "\x00\x00", "\x00\x00", "\x81\xb3", + "\x81\xb0", "\x60\xe7", "\x84\xcd", "\x60\xe8", "\x81\xaf", "\x00\x00", + "\x60\xe6", "\x00\x00", "\x81\xb1", "\x81\xae", "\x81\xab", "\x81\xb2", + "\x81\xac", "\x81\xad", "\x60\xe5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x87\x76", "\x00\x00", "\x84\xd1", "\x00\x00", "\x84\xd0", + "\x84\xd2", "\x00\x00", "\x87\x73", "\x62\xc3", "\x00\x00", "\x84\xce", + "\x00\x00", "\x62\xc1", "\x00\x00", "\x62\xc5", "\x62\xc4", "\x84\xcf", + "\x84\xd3", "\x00\x00", "\x62\xc2", "\x00\x00", "\x87\x7a", "\x64\x60", + "\x65\x86", "\x64\x61", "\x64\x5e", "\x87\x77", "\x87\x75", "\x00\x00", + "\x87\x78", "\x00\x00", "\x87\x7b", "\x64\x5f", "\x87\x79", "\x87\x74", + "\x00\x00", "\x00\x00", "\x89\xaf", "\x89\xb2", "\x8b\xa4", "\x89\xad", + "\x00\x00", "\x8d\x5f", "\x89\xb3", "\x00\x00", "\x66\x6c", "\x89\xb1", + "\x65\x87", "\x89\xae", "\x89\xb0", "\x89\xb4", "\x8b\xa5", "\x00\x00", + "\x8b\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x6d", + "\x8b\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x99", "\x8f\x82", "\x67\x98", + "\x8f\x84", "\x8f\x81", "\x8f\x83", "\x68\x5c", "\x90\xc1", "\x4d\x8b", + "\x6c\xb0", "\x70\xfd", "\x71\x41", "\x58\x44", "\x7b\x47", "\x62\xc6", + "\x66\x6e", "\x67\xe6", "\x90\xc2", "\x4d\x8c", "\x00\x00", "\x6c\xb1", + "\x46\xf8", "\x00\x00", "\x00\x00", "\x6e\xb9", "\x00\x00", "\x6e\xba", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x71\x42", + "\x71\x43", "\x58\x45", "\x58\x46", "\x00\x00", "\x00\x00", "\x00\x00", + "\x77\xb0", "\x00\x00", "\x7b\x4a", "\x7b\x49", "\x7b\x48", "\x7e\x9e", + "\x00\x00", "\x7e\x9f", "\x7e\xa0", "\x5e\xe8", "\x00\x00", "\x00\x00", + "\x81\xb6", "\x81\xb5", "\x00\x00", "\x00\x00", "\x84\xd4", "\x62\xc7", + "\x62\xc8", "\x00\x00", "\x87\x7f", "\x87\x7c", "\x87\x7d", "\x87\x7e", + "\x89\xb6", "\x89\xb5", "\x65\x88", "\x8b\xa6", "\x8e\x8e", "\x4d\x8d", + "\x00\x00", "\x53\x69", "\x00\x00", "\x58\x47", "\x7b\x4b", "\x00\x00", + "\x4d\x8e", "\x00\x00", "\x71\x44", "\x58\x48", "\x00\x00", "\x00\x00", + "\x5a\x8a", "\x5a\x8b", "\x00\x00", "\x4d\x8f", "\x4d\x90", "\x69\xe5", + "\x4f\xac", "\x4f\xab", "\x53\x6a", "\x6e\xbb", "\x77\xb1", "\x4d\x91", + "\x4d\x92", "\x4d\x93", "\x4d\x94", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\xad", "\x4f\xae", "\x6a\xee", "\x6a\xed", "\x00\x00", "\x00\x00", + "\x51\x98", "\x6c\xb4", "\x6c\xb2", "\x6c\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6e\xbc", "\x6e\xbd", + "\x00\x00", "\x00\x00", "\x53\x6e", "\x53\x6c", "\x00\x00", "\x53\x6d", + "\x53\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x85", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x89", "\x55\x88", + "\x71\x45", "\x55\x87", "\x55\x86", "\x00\x00", "\x71\x46", "\x00\x00", + "\x00\x00", "\x58\x4b", "\x74\x61", "\x74\x60", "\x58\x49", "\x58\x4a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x8d", "\x5a\x8c", "\x77\xb3", + "\x00\x00", "\x00\x00", "\x77\xb2", "\x58\x4c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xb4", "\x7b\x4d", "\x5c\xb5", + "\x7b\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x7e\xa1", "\x81\xb7", + "\x60\xe9", "\x84\xd5", "\x00\x00", "\x00\x00", "\x00\x00", "\x87\x81", + "\x00\x00", "\x66\x70", "\x66\x6f", "\x00\x00", "\x00\x00", "\x67\xe7", + "\x4d\x95", "\x6c\xb5", "\x00\x00", "\x00\x00", "\x58\x4d", "\x7e\xa2", + "\x5e\xe9", "\x48\xa8", "\x00\x00", "\x6a\xef", "\x6a\xf0", "\x00\x00", + "\x00\x00", "\x6c\xb6", "\x51\x9a", "\x51\x9b", "\x00\x00", "\x00\x00", + "\x51\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x72", + "\x53\x73", "\x53\x70", "\x53\x71", "\x00\x00", "\x6e\xbe", "\x00\x00", + "\x00\x00", "\x6e\xbf", "\x53\x6f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x71\x47", "\x00\x00", "\x55\x8d", "\x55\x8e", "\x00\x00", + "\x58\x50", "\x71\x4d", "\x00\x00", "\x55\x93", "\x55\x91", "\x71\x4e", + "\x71\x49", "\x55\x90", "\x55\x8f", "\x55\x8a", "\x71\x4c", "\x71\x4b", + "\x71\x48", "\x55\x92", "\x00\x00", "\x71\x4a", "\x55\x8b", "\x00\x00", + "\x55\x8c", "\x00\x00", "\x00\x00", "\x58\x51", "\x74\x65", "\x74\x66", + "\x58\x52", "\x74\x62", "\x74\x64", "\x74\x68", "\x74\x67", "\x74\x63", + "\x00\x00", "\x58\x4e", "\x58\x4f", "\x00\x00", "\x77\xbb", "\x5a\x92", + "\x5a\x91", "\x77\xb5", "\x5a\x8f", "\x00\x00", "\x77\xb8", "\x5a\x93", + "\x77\xb9", "\x5a\x94", "\x77\xb6", "\x5a\x8e", "\x5a\x90", "\x77\xba", + "\x00\x00", "\x77\xb7", "\x77\xb4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7b\x5a", "\x00\x00", "\x7b\x4f", "\x5c\xb7", + "\x5c\xba", "\x5c\xb9", "\x5c\xbe", "\x5c\xbd", "\x7b\x5b", "\x7b\x59", + "\x7b\x52", "\x7b\x56", "\x7b\x55", "\x5c\xbb", "\x7b\x58", "\x7b\x54", + "\x7b\x5c", "\x7b\x53", "\x5c\xbc", "\x5c\xb6", "\x5c\xb8", "\x00\x00", + "\x7b\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7e\xa4", + "\x5e\xed", "\x7e\xa8", "\x5e\xec", "\x7e\xa5", "\x5e\xeb", "\x00\x00", + "\x7b\x50", "\x7b\x57", "\x7e\xa7", "\x00\x00", "\x5e\xee", "\x7e\xa9", + "\x7e\xa6", "\x7e\xa3", "\x00\x00", "\x00\x00", "\x81\xba", "\x81\xbe", + "\x81\xc0", "\x81\xbc", "\x81\xbb", "\x81\xb9", "\x60\xec", "\x60\xea", + "\x60\xef", "\x60\xf0", "\x81\xbd", "\x60\xed", "\x81\xb8", "\x60\xee", + "\x5e\xea", "\x81\xbf", "\x60\xeb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x84\xd7", "\x00\x00", "\x84\xd6", "\x84\xde", "\x84\xd8", "\x84\xdd", + "\x84\xda", "\x62\xc9", "\x84\xdc", "\x00\x00", "\x00\x00", "\x62\xca", + "\x00\x00", "\x62\xcb", "\x00\x00", "\x84\xdb", "\x84\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x63", "\x87\x82", "\x00\x00", + "\x00\x00", "\x64\x62", "\x87\x85", "\x87\x83", "\x87\x84", "\x00\x00", + "\x00\x00", "\x64\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x89\xba", + "\x00\x00", "\x65\x8b", "\x89\xbb", "\x00\x00", "\x00\x00", "\x65\x89", + "\x89\xbc", "\x65\x8a", "\x89\xb9", "\x89\xbd", "\x00\x00", "\x89\xb7", + "\x00\x00", "\x00\x00", "\x66\x71", "\x8b\xa7", "\x66\x72", "\x66\xf9", + "\x00\x00", "\x89\xb8", "\x66\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x67\x9a", "\x8e\x8f", "\x00\x00", "\x67\xe9", "\x8f\x85", "\x67\xe8", + "\x00\x00", "\x90\x5b", "\x68\x82", "\x68\x83", "\x00\x00", "\x00\x00", + "\x91\xbc", "\x48\xa9", "\x00\x00", "\x53\x74", "\x6e\xc0", "\x00\x00", + "\x5a\x95", "\x5a\x96", "\x4d\x96", "\x4e\x6b", "\x69\xe6", "\x00\x00", + "\x6a\xf1", "\x4f\xaf", "\x00\x00", "\x51\x9c", "\x00\x00", "\x53\x75", + "\x53\x76", "\x53\x77", "\x74\x6a", "\x71\x4f", "\x55\x94", "\x00\x00", + "\x00\x00", "\x58\x53", "\x74\x69", "\x00\x00", "\x00\x00", "\x77\xbd", + "\x5a\x98", "\x00\x00", "\x77\xbc", "\x5a\x97", "\x00\x00", "\x00\x00", + "\x7b\x5d", "\x60\xf1", "\x81\xc4", "\x81\xc1", "\x81\xc2", "\x81\xc3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x87\x86", + "\x00\x00", "\x89\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x8d\x61", + "\x8d\x60", "\x00\x00", "\x8f\x86", "\x4d\x97", "\x6c\xb7", "\x55\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x99", "\x7b\x5e", "\x00\x00", + "\x00\x00", "\x7e\xaa", "\x00\x00", "\x60\xf2", "\x84\xdf", "\x00\x00", + "\x89\xbf", "\x8d\x62", "\x4d\x98", "\x00\x00", "\x00\x00", "\x51\x9d", + "\x53\x7a", "\x6e\xc1", "\x53\x7b", "\x53\x79", "\x00\x00", "\x53\x78", + "\x71\x50", "\x55\x96", "\x00\x00", "\x00\x00", "\x55\x97", "\x55\x98", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x55", "\x74\x6b", "\x58\x54", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x77\xbe", + "\x58\x56", "\x5a\x9a", "\x7b\x5f", "\x5c\xbf", "\x5c\xc0", "\x00\x00", + "\x5e\xef", "\x00\x00", "\x5e\xf0", "\x60\xf3", "\x62\xcd", "\x84\xe0", + "\x62\xcc", "\x00\x00", "\x87\x87", "\x64\x65", "\x00\x00", "\x89\xc0", + "\x8d\x63", "\x4d\x99", "\x4f\xb0", "\x6c\xba", "\x6c\xb9", "\x51\x9e", + "\x6c\xb8", "\x51\x9f", "\x6c\xbb", "\x00\x00", "\x6e\xc7", "\x53\x7e", + "\x53\x7d", "\x6e\xc9", "\x6e\xc8", "\x53\x83", "\x00\x00", "\x53\x82", + "\x00\x00", "\x00\x00", "\x53\x7c", "\x00\x00", "\x6e\xc3", "\x6e\xc4", + "\x6e\xc5", "\x00\x00", "\x53\x84", "\x6e\xc2", "\x53\x7f", "\x6e\xc6", + "\x53\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x71\x53", + "\x71\x57", "\x71\x55", "\x71\x54", "\x00\x00", "\x71\x58", "\x00\x00", + "\x00\x00", "\x00\x00", "\x71\x59", "\x71\x5a", "\x71\x52", "\x00\x00", + "\x71\x51", "\x00\x00", "\x55\x9a", "\x55\x9b", "\x00\x00", "\x71\x5b", + "\x71\x56", "\x00\x00", "\x74\x74", "\x00\x00", "\x71\x5c", "\x55\x9c", + "\x55\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\x6e", "\x00\x00", + "\x74\x6d", "\x00\x00", "\x74\x6f", "\x74\x70", "\x74\x72", "\x74\x71", + "\x74\x76", "\x58\x5a", "\x58\x57", "\x58\x5b", "\x74\x6c", "\x58\x5c", + "\x74\x75", "\x58\x59", "\x74\x73", "\x58\x58", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x77\xc1", "\x77\xc3", "\x77\xbf", + "\x77\xc0", "\x00\x00", "\x00\x00", "\x77\xc4", "\x77\xc6", "\x77\xc7", + "\x77\xc2", "\x77\xc5", "\x5a\x9b", "\x00\x00", "\x00\x00", "\x7b\x63", + "\x00\x00", "\x7b\x68", "\x7b\x60", "\x7b\x64", "\x00\x00", "\x00\x00", + "\x7b\x69", "\x7b\x65", "\x5c\xc1", "\x5c\xc9", "\x00\x00", "\x5c\xc4", + "\x7b\x61", "\x7b\x62", "\x5e\xf4", "\x5c\xcc", "\x5c\xc5", "\x00\x00", + "\x5c\xca", "\x5c\xc3", "\x7b\x67", "\x5c\xcb", "\x7b\x66", "\x5c\xc7", + "\x5c\xc2", "\x5c\xc8", "\x7b\x6a", "\x7e\xaf", "\x7e\xb1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xc6", "\x00\x00", "\x00\x00", "\x7e\xac", + "\x5e\xf2", "\x7e\xb2", "\x5e\xf3", "\x7e\xb0", "\x7e\xab", "\x7e\xae", + "\x7e\xb3", "\x5e\xf1", "\x7e\xad", "\x00\x00", "\x60\xf5", "\x81\xc8", + "\x81\xc7", "\x00\x00", "\x60\xf8", "\x60\xf6", "\x81\xc5", "\x60\xf4", + "\x81\xc6", "\x00\x00", "\x60\xf7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x84\xe8", "\x00\x00", "\x84\xea", "\x00\x00", "\x84\xe9", "\x84\xe1", + "\x84\xe5", "\x84\xe4", "\x84\xe2", "\x62\xcf", "\x62\xd0", "\x62\xce", + "\x84\xe3", "\x84\xe6", "\x84\xe7", "\x00\x00", "\x62\xd1", "\x00\x00", + "\x64\x6a", "\x87\x8f", "\x00\x00", "\x64\x67", "\x87\x89", "\x64\x69", + "\x64\x6b", "\x00\x00", "\x00\x00", "\x64\x68", "\x87\x8e", "\x87\x8a", + "\x64\x66", "\x87\x8d", "\x87\x88", "\x87\x8c", "\x87\x8b", "\x00\x00", + "\x00\x00", "\x89\xc2", "\x65\x8e", "\x65\x8f", "\x65\x8c", "\x00\x00", + "\x65\x8d", "\x00\x00", "\x00\x00", "\x89\xc1", "\x00\x00", "\x8b\xaa", + "\x00\x00", "\x00\x00", "\x66\x73", "\x00\x00", "\x8b\xa8", "\x8b\xa9", + "\x00\x00", "\x8d\x64", "\x8d\x67", "\x8d\x65", "\x8d\x66", "\x8e\x90", + "\x00\x00", "\x00\x00", "\x67\x9b", "\x90\x5c", "\x90\xc3", "\x00\x00", + "\x68\x84", "\x91\x4a", "\x91\x4b", "\x68\xb2", "\x4d\x9a", "\x53\x85", + "\x00\x00", "\x77\xc8", "\x00\x00", "\x7b\x6b", "\x00\x00", "\x4d\x9b", + "\x4f\xb1", "\x00\x00", "\x51\xa0", "\x00\x00", "\x6e\xca", "\x6e\xcb", + "\x55\x9d", "\x00\x00", "\x00\x00", "\x77\xc9", "\x5a\x9c", "\x5c\xcd", + "\x64\x6c", "\x87\x90", "\x8b\xab", "\x8d\x68", "\x4d\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6c\xc1", "\x6c\xbc", "\x6c\xbe", "\x6c\xc0", + "\x6c\xbf", "\x6c\xbd", "\x51\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\x86", "\x6e\xd4", "\x00\x00", "\x6e\xcf", "\x6e\xcc", + "\x00\x00", "\x00\x00", "\x6e\xd3", "\x00\x00", "\x00\x00", "\x53\x88", + "\x53\x89", "\x6e\xd2", "\x6e\xd1", "\x6e\xd0", "\x6e\xcd", "\x6e\xce", + "\x6e\xd5", "\x53\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xa1", "\x00\x00", + "\x55\xa7", "\x55\xa6", "\x71\x65", "\x71\x5f", "\x71\x5d", "\x00\x00", + "\x55\xa4", "\x74\x7d", "\x55\x9f", "\x71\x62", "\x71\x66", "\x71\x68", + "\x71\x64", "\x71\x5e", "\x55\xa5", "\x71\x63", "\x71\x61", "\x55\x9e", + "\x71\x69", "\x55\xa8", "\x71\x67", "\x55\xa2", "\x71\x60", "\x00\x00", + "\x55\xa3", "\x55\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\x5e", "\x00\x00", "\x74\x7e", "\x00\x00", "\x00\x00", "\x74\x77", + "\x74\x79", "\x74\x7b", "\x00\x00", "\x74\x7c", "\x74\x7a", "\x58\x5f", + "\x00\x00", "\x74\x7f", "\x00\x00", "\x74\x78", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x77\xcd", "\x5a\x9d", "\x77\xd5", "\x00\x00", "\x77\xca", + "\x00\x00", "\x77\xd6", "\x00\x00", "\x77\xcb", "\x77\xcc", "\x00\x00", + "\x00\x00", "\x77\xd4", "\x77\xd3", "\x77\xd0", "\x58\x5d", "\x5a\x9e", + "\x77\xce", "\x77\xd1", "\x5a\x9f", "\x77\xd2", "\x77\xcf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x7b\x76", "\x00\x00", "\x7b\x7a", "\x5c\xd4", "\x00\x00", "\x7e\xb9", + "\x5c\xd7", "\x7b\x78", "\x00\x00", "\x00\x00", "\x7b\x75", "\x7b\x70", + "\x7b\x72", "\x7b\x73", "\x7b\x6c", "\x00\x00", "\x5c\xd3", "\x00\x00", + "\x00\x00", "\x5c\xd2", "\x00\x00", "\x5c\xce", "\x7b\x6f", "\x00\x00", + "\x5c\xd5", "\x00\x00", "\x5c\xd6", "\x7b\x6e", "\x7b\x71", "\x7b\x79", + "\x5c\xd0", "\x5c\xd1", "\x7b\x77", "\x7b\x6d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7e\xbb", "\x5e\xf6", "\x7e\xbd", "\x7b\x74", "\x7e\xbf", + "\x5e\xfa", "\x7e\xc0", "\x7e\xbc", "\x00\x00", "\x5e\xf7", "\x7e\xb8", + "\x5e\xf9", "\x7e\xb5", "\x7e\xba", "\x7e\xbe", "\x7e\xb7", "\x00\x00", + "\x00\x00", "\x5c\xcf", "\x00\x00", "\x7e\xb4", "\x5e\xf8", "\x7e\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xfb", + "\x81\xca", "\x61\x42", "\x00\x00", "\x60\xfd", "\x00\x00", "\x00\x00", + "\x5e\xf5", "\x00\x00", "\x81\xd1", "\x81\xd2", "\x60\xfa", "\x00\x00", + "\x00\x00", "\x81\xd0", "\x81\xd3", "\x60\xfc", "\x60\xf9", "\x81\xcc", + "\x81\xc9", "\x81\xce", "\x81\xcb", "\x61\x43", "\x81\xcd", "\x00\x00", + "\x00\x00", "\x81\xcf", "\x61\x41", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\xd3", "\x84\xf1", "\x00\x00", "\x84\xeb", "\x84\xef", + "\x84\xf5", "\x84\xf6", "\x84\xf2", "\x84\xf3", "\x84\xf0", "\x00\x00", + "\x84\xed", "\x00\x00", "\x62\xd5", "\x62\xd2", "\x84\xec", "\x84\xee", + "\x00\x00", "\x62\xd4", "\x84\xf4", "\x00\x00", "\x64\x70", "\x00\x00", + "\x00\x00", "\x87\x96", "\x87\x91", "\x64\x6f", "\x00\x00", "\x00\x00", + "\x64\x6d", "\x00\x00", "\x87\x98", "\x64\x6e", "\x87\x94", "\x87\x95", + "\x87\x92", "\x87\x99", "\x89\xc3", "\x00\x00", "\x64\x71", "\x87\x93", + "\x00\x00", "\x87\x9a", "\x87\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\x89\xc7", "\x00\x00", "\x00\x00", "\x89\xc4", "\x00\x00", "\x65\x90", + "\x00\x00", "\x89\xc8", "\x89\xca", "\x89\xc9", "\x89\xc5", "\x89\xc6", + "\x00\x00", "\x00\x00", "\x8b\xb0", "\x00\x00", "\x66\x74", "\x00\x00", + "\x8b\xad", "\x8b\xaf", "\x8b\xac", "\x8b\xb1", "\x00\x00", "\x00\x00", + "\x8b\xae", "\x00\x00", "\x8d\x6a", "\x8d\x6d", "\x8d\x69", "\x66\xfb", + "\x8d\x6b", "\x8d\x6c", "\x8d\x6e", "\x66\xfc", "\x67\x41", "\x66\xfd", + "\x8e\x91", "\x00\x00", "\x8e\x93", "\x00\x00", "\x8e\x92", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8f\x87", "\x00\x00", "\x00\x00", "\x90\xc4", + "\x91\x4c", "\x4d\x9d", "\x00\x00", "\x00\x00", "\x6a\xf2", "\x51\xa2", + "\x6c\xc3", "\x51\xa3", "\x51\xa4", "\x6c\xc2", "\x00\x00", "\x6e\xda", + "\x6e\xd9", "\x53\x8a", "\x53\x8d", "\x53\x8c", "\x53\x8b", "\x6e\xd6", + "\x6e\xd8", "\x6e\xd7", "\x00\x00", "\x00\x00", "\x71\x6c", "\x55\xaa", + "\x71\x70", "\x71\x6f", "\x71\x6e", "\x71\x6a", "\x55\xa9", "\x55\xad", + "\x55\xb0", "\x00\x00", "\x00\x00", "\x55\xb1", "\x71\x6b", "\x71\x6d", + "\x55\xaf", "\x55\xae", "\x55\xac", "\x55\xab", "\x74\x87", "\x00\x00", + "\x74\x85", "\x74\x81", "\x58\x60", "\x00\x00", "\x74\x82", "\x58\x61", + "\x74\x83", "\x74\x84", "\x74\x86", "\x00\x00", "\x58\x62", "\x00\x00", + "\x00\x00", "\x77\xda", "\x00\x00", "\x77\xd9", "\x77\xd8", "\x77\xd7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\x7e", "\x5c\xd8", + "\x00\x00", "\x7b\x7b", "\x7b\x7d", "\x00\x00", "\x5c\xd9", "\x00\x00", + "\x5c\xda", "\x7b\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7e\xc9", "\x00\x00", "\x7e\xc2", "\x7e\xc3", "\x00\x00", + "\x5e\xfd", "\x5e\xfb", "\x5e\xfc", "\x7e\xcb", "\x00\x00", "\x7e\xca", + "\x7e\xc7", "\x7e\xc6", "\x7e\xc5", "\x7e\xc4", "\x7e\xc8", "\x7e\xc1", + "\x00\x00", "\x81\xd4", "\x81\xd9", "\x81\xd7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x81\xd6", "\x81\xd5", "\x81\xd8", "\x00\x00", "\x84\xf7", + "\x00\x00", "\x62\xd6", "\x64\x72", "\x87\x9c", "\x00\x00", "\x64\x73", + "\x87\x9b", "\x89\xcc", "\x89\xcb", "\x65\x91", "\x00\x00", "\x8b\xb2", + "\x66\x75", "\x8d\x6f", "\x67\xea", "\x8f\x88", "\x00\x00", "\x90\xc6", + "\x90\xc5", "\x69\x88", "\x53\x8e", "\x53\x8f", "\x74\x88", "\x00\x00", + "\x5c\xdc", "\x4d\x9e", "\x4f\xb4", "\x4f\xb3", "\x4f\xb2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6c\xc4", "\x00\x00", "\x00\x00", "\x51\xa6", + "\x51\xa5", "\x00\x00", "\x53\x92", "\x00\x00", "\x6e\xdc", "\x6e\xdf", + "\x6e\xdd", "\x00\x00", "\x53\x90", "\x53\x91", "\x00\x00", "\x00\x00", + "\x6e\xdb", "\x6e\xde", "\x00\x00", "\x55\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x71\x77", "\x71\x79", "\x71\x78", "\x55\xb5", "\x71\x73", + "\x00\x00", "\x00\x00", "\x55\xb3", "\x55\xb2", "\x00\x00", "\x55\xb6", + "\x55\xb4", "\x00\x00", "\x55\xb7", "\x71\x76", "\x71\x71", "\x71\x72", + "\x71\x75", "\x71\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x74\x8b", "\x74\x8c", "\x74\x8a", + "\x00\x00", "\x74\x89", "\x58\x63", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xa4", "\x00\x00", "\x77\xdb", "\x77\xdd", "\x77\xdf", + "\x5a\xa3", "\x00\x00", "\x00\x00", "\x5a\xa1", "\x00\x00", "\x77\xdc", + "\x5a\xa2", "\x77\xde", "\x5a\xa0", "\x00\x00", "\x00\x00", "\x7b\x89", + "\x7b\x7f", "\x7b\x83", "\x7b\x87", "\x5c\xe0", "\x7b\x85", "\x00\x00", + "\x7b\x84", "\x7b\x81", "\x7b\x82", "\x5c\xde", "\x7b\x88", "\x5c\xdd", + "\x00\x00", "\x5c\xe2", "\x5c\xe1", "\x5c\xdf", "\x00\x00", "\x7b\x86", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7e\xd1", "\x00\x00", "\x7e\xd0", + "\x00\x00", "\x00\x00", "\x7e\xcc", "\x00\x00", "\x00\x00", "\x5f\x41", + "\x7e\xcf", "\x7e\xce", "\x5f\x42", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x61\x48", "\x00\x00", "\x81\xdb", "\x00\x00", + "\x61\x49", "\x61\x45", "\x61\x47", "\x00\x00", "\x61\x44", "\x61\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x84\xf8", "\x00\x00", "\x62\xd9", + "\x84\xfa", "\x84\xf9", "\x00\x00", "\x7e\xcd", "\x62\xdb", "\x62\xda", + "\x62\xd7", "\x62\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x87\xa1", "\x00\x00", "\x87\x9f", "\x64\x74", "\x87\xa0", + "\x00\x00", "\x87\xa2", "\x87\x9e", "\x87\x9d", "\x00\x00", "\x00\x00", + "\x89\xcd", "\x65\x94", "\x65\x92", "\x65\x93", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8b\xb3", "\x8b\xb4", "\x66\x77", "\x00\x00", + "\x66\x76", "\x8d\x71", "\x8d\x72", "\x8d\x70", "\x00\x00", "\x8f\x89", + "\x8f\x8a", "\x00\x00", "\x00\x00", "\x4d\x9f", "\x69\xe7", "\x4f\xb5", + "\x00\x00", "\x6c\xc5", "\x51\xa8", "\x51\xa7", "\x6c\xc6", "\x00\x00", + "\x00\x00", "\x6e\xe1", "\x53\x93", "\x6e\xe0", "\x53\x94", "\x00\x00", + "\x00\x00", "\x55\xb9", "\x71\x7c", "\x71\x7a", "\x71\x81", "\x55\xba", + "\x71\x7b", "\x71\x7f", "\x71\x7d", "\x71\x7e", "\x00\x00", "\x00\x00", + "\x74\x8d", "\x74\x8f", "\x00\x00", "\x58\x64", "\x00\x00", "\x74\x8e", + "\x58\x65", "\x5a\xa7", "\x5a\xa6", "\x5a\xa5", "\x77\xe0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\x8c", "\x5c\xe3", "\x5c\xe4", + "\x00\x00", "\x7b\x8b", "\x7b\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7e\xd2", "\x5f\x44", "\x5f\x43", "\x7e\xd3", "\x7e\xd4", + "\x00\x00", "\x61\x4b", "\x61\x4a", "\x00\x00", "\x85\x41", "\x81\xdc", + "\x81\xde", "\x81\xdd", "\x84\xfd", "\x84\xfb", "\x85\x42", "\x84\xfc", + "\x00\x00", "\x62\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x87\xa3", + "\x64\x75", "\x87\xa4", "\x87\xa5", "\x00\x00", "\x00\x00", "\x65\x95", + "\x65\x96", "\x00\x00", "\x67\x42", "\x00\x00", "\x00\x00", "\x68\x5d", + "\x4d\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6e\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x71\x82", "\x55\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xfd", "\x58\xfc", "\x00\x00", "\x00\x00", + "\x5a\xa9", "\x77\xe2", "\x5a\xa8", "\x77\xe1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x7b\x8d", "\x00\x00", "\x5f\x45", "\x7e\xd5", + "\x5f\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\x43", "\x8d\x73", "\x00\x00", "\x4e\x6c", "\x51\xa9", + "\x6c\xc7", "\x00\x00", "\x53\x96", "\x00\x00", "\x53\x95", "\x6e\xe3", + "\x6e\xe4", "\x00\x00", "\x00\x00", "\x71\x84", "\x71\x86", "\x55\xbc", + "\x00\x00", "\x71\x88", "\x71\x8b", "\x71\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x71\x8a", "\x71\x87", "\x71\x83", "\x55\xbd", "\x71\x8c", + "\x71\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\x98", + "\x58\x6b", "\x74\xa1", "\x58\x68", "\x00\x00", "\x74\x9a", "\x58\x6c", + "\x00\x00", "\x58\x66", "\x00\x00", "\x74\x95", "\x74\xa2", "\x74\x96", + "\x74\x93", "\x58\x6a", "\x00\x00", "\x58\x67", "\x00\x00", "\x74\x99", + "\x74\x9c", "\x58\x69", "\x74\x9d", "\x58\x6d", "\x74\x9e", "\x74\x94", + "\x74\x9b", "\x74\x9f", "\x74\x97", "\x74\x92", "\x74\x90", "\x00\x00", + "\x00\x00", "\x74\xa0", "\x00\x00", "\x00\x00", "\x77\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x77\xe9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x77\xe5", "\x77\xeb", "\x5a\xac", "\x74\x91", "\x77\xe6", + "\x5a\xaa", "\x77\xe3", "\x5a\xb1", "\x77\xe7", "\x5a\xb0", "\x77\xe8", + "\x5a\xb2", "\x5a\xad", "\x5a\xb3", "\x5a\xae", "\x00\x00", "\x5a\xaf", + "\x00\x00", "\x5a\xab", "\x00\x00", "\x77\xea", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xe7", + "\x7b\x98", "\x00\x00", "\x7b\x9b", "\x7b\x8f", "\x7b\x94", "\x7b\x8e", + "\x5c\xe9", "\x00\x00", "\x7b\x92", "\x00\x00", "\x00\x00", "\x00\x00", + "\x7b\x90", "\x5c\xe8", "\x00\x00", "\x7b\x97", "\x7b\x96", "\x7b\x93", + "\x7b\x95", "\x7b\x91", "\x5f\x4a", "\x7b\x9a", "\x5c\xe5", "\x7b\x99", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7e\xe5", "\x00\x00", "\x5f\x51", + "\x7e\xe0", "\x00\x00", "\x5f\x50", "\x7e\xd6", "\x00\x00", "\x7e\xd8", + "\x5f\x49", "\x7e\xdd", "\x7e\xdc", "\x7e\xdf", "\x5f\x4e", "\x7e\xda", + "\x7e\xd9", "\x00\x00", "\x00\x00", "\x5f\x4d", "\x5f\x48", "\x7e\xdb", + "\x5f\x4b", "\x7e\xe1", "\x7e\xe3", "\x00\x00", "\x7e\xde", "\x7e\xd7", + "\x5f\x4c", "\x00\x00", "\x00\x00", "\x61\x53", "\x5f\x47", "\x00\x00", + "\x00\x00", "\x7e\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x81\xe2", "\x61\x4c", "\x00\x00", + "\x81\xe4", "\x00\x00", "\x61\x4d", "\x00\x00", "\x00\x00", "\x61\x4f", + "\x81\xe7", "\x00\x00", "\x81\xdf", "\x5f\x4f", "\x81\xe5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x81\xe1", "\x00\x00", "\x5c\xe6", + "\x61\x52", "\x00\x00", "\x00\x00", "\x61\x4e", "\x00\x00", "\x61\x50", + "\x61\x51", "\x00\x00", "\x62\xdf", "\x81\xe6", "\x81\xe0", "\x61\x54", + "\x00\x00", "\x81\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x85\x4c", "\x85\x47", "\x00\x00", "\x00\x00", "\x85\x51", + "\x62\xdd", "\x85\x49", "\x62\xe1", "\x85\x4f", "\x85\x46", "\x85\x43", + "\x85\x52", "\x64\x7b", "\x62\xe2", "\x85\x4e", "\x85\x44", "\x62\xe0", + "\x85\x48", "\x62\xe4", "\x85\x45", "\x85\x4a", "\x62\xe3", "\x85\x4d", + "\x85\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x87\xb7", + "\x87\xb8", "\x87\xa8", "\x87\xaf", "\x87\xad", "\x00\x00", "\x00\x00", + "\x64\x79", "\x87\xb4", "\x85\x4b", "\x00\x00", "\x87\xab", "\x00\x00", + "\x87\xb5", "\x64\x78", "\x87\xaa", "\x87\xa9", "\x87\xb3", "\x87\xb0", + "\x87\xb2", "\x00\x00", "\x87\xa6", "\x87\xb6", "\x64\x76", "\x00\x00", + "\x87\xb1", "\x87\xba", "\x87\xae", "\x64\x7a", "\x64\x77", "\x87\xac", + "\x87\xa7", "\x87\xb9", "\x62\xde", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x89\xd0", "\x00\x00", + "\x00\x00", "\x89\xce", "\x89\xd4", "\x65\x9a", "\x89\xd2", "\x89\xd1", + "\x65\x9c", "\x89\xd7", "\x65\x9b", "\x00\x00", "\x89\xd8", "\x89\xd5", + "\x65\x98", "\x89\xd6", "\x89\xcf", "\x65\x99", "\x65\x97", "\x8b\xb8", + "\x89\xd3", "\x00\x00", "\x00\x00", "\x89\xd9", "\x00\x00", "\x00\x00", + "\x8b\xb5", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x7c", "\x66\x7a", + "\x8b\xb7", "\x00\x00", "\x8b\xb9", "\x8b\xb6", "\x66\x7b", "\x66\x78", + "\x66\x79", "\x66\x7d", "\x00\x00", "\x00\x00", "\x67\x45", "\x00\x00", + "\x8d\x78", "\x00\x00", "\x8d\x77", "\x8d\x75", "\x8d\x74", "\x8d\x76", + "\x00\x00", "\x67\x44", "\x67\x46", "\x00\x00", "\x00\x00", "\x67\x9c", + "\x00\x00", "\x00\x00", "\x8e\x95", "\x8e\x94", "\x00\x00", "\x00\x00", + "\x8f\x8b", "\x00\x00", "\x8f\x8d", "\x8f\x8f", "\x8f\x8e", "\x8f\x8c", + "\x00\x00", "\x00\x00", "\x67\xec", "\x67\xeb", "\x00\x00", "\x00\x00", + "\x68\x5f", "\x68\x5e", "\x68\x60", "\x90\x5e", "\x90\x5d", "\x00\x00", + "\x91\x4d", "\x90\xc7", "\x91\x4e", "\x68\xa4", "\x00\x00", "\x68\xa5", + "\x91\x7e", "\x00\x00", "\x00\x00", "\x68\xca", "\x4e\x6d", "\x00\x00", + "\x6c\xc8", "\x00\x00", "\x00\x00", "\x6e\xe6", "\x6e\xe7", "\x6e\xe5", + "\x00\x00", "\x00\x00", "\x53\x97", "\x00\x00", "\x6e\xe8", "\x6e\xe9", + "\x6e\xea", "\x00\x00", "\x00\x00", "\x71\x8d", "\x71\x93", "\x00\x00", + "\x00\x00", "\x71\x91", "\x55\xbe", "\x71\x8f", "\x00\x00", "\x71\x90", + "\x71\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x71\x8e", "\x58\x6e", + "\x00\x00", "\x74\xa3", "\x58\x70", "\x74\xa5", "\x58\x6f", "\x74\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x77\xed", + "\x5a\xb4", "\x00\x00", "\x77\xef", "\x77\xec", "\x74\xa6", "\x00\x00", + "\x5a\xb5", "\x00\x00", "\x00\x00", "\x77\xee", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\x9e", "\x00\x00", + "\x5c\xea", "\x7b\x9c", "\x5c\xeb", "\x7b\x9d", "\x5c\xec", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\x52", "\x7e\xe9", "\x7e\xe6", "\x7e\xe8", + "\x5f\x53", "\x5f\x54", "\x7e\xe7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x81\xe8", "\x00\x00", "\x00\x00", "\x81\xe9", + "\x00\x00", "\x61\x55", "\x81\xeb", "\x81\xea", "\x00\x00", "\x46\xf9", + "\x00\x00", "\x85\x56", "\x85\x57", "\x85\x53", "\x00\x00", "\x85\x54", + "\x62\xe5", "\x62\xe6", "\x85\x55", "\x00\x00", "\x64\x82", "\x00\x00", + "\x00\x00", "\x64\x7d", "\x64\x83", "\x64\x7e", "\x64\x81", "\x64\x7c", + "\x00\x00", "\x64\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\x9d", "\x87\xbb", "\x00\x00", "\x8b\xbb", "\x00\x00", "\x8b\xba", + "\x00\x00", "\x8d\x79", "\x67\x47", "\x67\x48", "\x8f\x91", "\x8e\x96", + "\x00\x00", "\x8f\x90", "\x00\x00", "\x91\x4f", "\x91\x94", "\x4e\x6e", + "\x00\x00", "\x00\x00", "\x4f\xb6", "\x00\x00", "\x6c\xc9", "\x51\xaa", + "\x00\x00", "\x53\x9a", "\x6e\xed", "\x53\x98", "\x6e\xeb", "\x53\x9d", + "\x53\x99", "\x53\x9e", "\x53\x9c", "\x6e\xec", "\x53\x9b", "\x55\xc2", + "\x55\xc1", "\x71\x9e", "\x55\xca", "\x71\x97", "\x71\x9d", "\x55\xc6", + "\x71\x96", "\x71\x9c", "\x71\x9a", "\x55\xc5", "\x55\xc7", "\x71\x99", + "\x55\xc0", "\x71\x98", "\x55\xcb", "\x55\xc8", "\x55\xcc", "\x55\xc9", + "\x71\x95", "\x71\x94", "\x71\x9b", "\x55\xc3", "\x55\xbf", "\x55\xc4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\xb5", + "\x74\xae", "\x00\x00", "\x5a\xba", "\x74\xad", "\x00\x00", "\x58\x74", + "\x58\x7b", "\x58\x78", "\x58\x7e", "\x58\x7d", "\x58\x79", "\x00\x00", + "\x74\xa7", "\x74\xaa", "\x00\x00", "\x74\xa9", "\x58\x75", "\x74\xab", + "\x74\xb4", "\x58\x76", "\x74\xa8", "\x74\xb1", "\x74\xb2", "\x58\x77", + "\x74\xaf", "\x58\x7c", "\x58\x72", "\x58\x7a", "\x74\xac", "\x58\x71", + "\x74\xb0", "\x00\x00", "\x00\x00", "\x74\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x78\x43", "\x77\xf7", "\x5a\xb7", "\x78\x41", "\x77\xfb", + "\x77\xf3", "\x77\xfc", "\x5a\xb9", "\x77\xf4", "\x00\x00", "\x77\xf0", + "\x00\x00", "\x00\x00", "\x5c\xf2", "\x77\xf9", "\x00\x00", "\x5a\xb6", + "\x78\x42", "\x00\x00", "\x5a\xbd", "\x5a\xbf", "\x77\xf2", "\x00\x00", + "\x00\x00", "\x5a\xbe", "\x77\xf5", "\x5a\xb8", "\x77\xfd", "\x77\xf6", + "\x77\xfa", "\x00\x00", "\x77\xf8", "\x5a\xbb", "\x77\xf1", "\x5a\xc0", + "\x58\x73", "\x5a\xbc", "\x5a\xc1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xee", "\x7b\xa5", "\x7b\xa7", "\x7b\xa9", + "\x7b\xad", "\x00\x00", "\x7b\xa3", "\x7b\xa1", "\x5c\xf0", "\x00\x00", + "\x7b\xa8", "\x7b\xac", "\x7b\xa4", "\x7b\xa0", "\x00\x00", "\x7b\x9f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\xaa", "\x7b\xa2", "\x7b\xa6", + "\x5c\xf1", "\x00\x00", "\x5c\xef", "\x7b\xae", "\x5c\xed", "\x7b\xab", + "\x00\x00", "\x7e\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x57", "\x7e\xf2", "\x61\x62", "\x7e\xfc", "\x5f\x5a", + "\x7f\x43", "\x5f\x60", "\x7e\xed", "\x00\x00", "\x00\x00", "\x7e\xfd", + "\x7e\xea", "\x00\x00", "\x7f\x42", "\x7e\xee", "\x00\x00", "\x5f\x67", + "\x5f\x64", "\x7f\x41", "\x7e\xf8", "\x5f\x56", "\x5f\x5e", "\x5f\x5d", + "\x00\x00", "\x5f\x5c", "\x5f\x62", "\x00\x00", "\x7e\xeb", "\x5f\x63", + "\x7e\xf9", "\x5f\x5f", "\x5f\x55", "\x7e\xfb", "\x5f\x58", "\x5f\x59", + "\x5f\x61", "\x7e\xf0", "\x7e\xef", "\x7e\xec", "\x00\x00", "\x7e\xf4", + "\x7e\xf1", "\x7e\xf5", "\x5f\x66", "\x00\x00", "\x7f\x44", "\x5f\x5b", + "\x7e\xf6", "\x7e\xf7", "\x00\x00", "\x7e\xf3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5f\x65", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x81\xf0", "\x61\x5a", "\x61\x63", "\x61\x5f", "\x81\xed", "\x00\x00", + "\x61\x5c", "\x61\x60", "\x81\xf9", "\x61\x56", "\x81\xf1", "\x00\x00", + "\x61\x5e", "\x00\x00", "\x00\x00", "\x81\xf4", "\x81\xef", "\x61\x5d", + "\x61\x61", "\x81\xee", "\x00\x00", "\x61\x5b", "\x00\x00", "\x81\xf8", + "\x61\x58", "\x81\xf7", "\x81\xf6", "\x61\x64", "\x80\xbc", "\x61\x57", + "\x00\x00", "\x81\xf5", "\x81\xec", "\x00\x00", "\x61\x65", "\x81\xf3", + "\x61\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x81\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\xe9", "\x62\xee", "\x62\xe7", "\x85\x64", "\x85\x5b", + "\x85\x67", "\x85\x5f", "\x85\x65", "\x62\xef", "\x62\xe8", "\x85\x58", + "\x85\x5e", "\x85\x68", "\x85\x61", "\x85\x66", "\x85\x5a", "\x00\x00", + "\x00\x00", "\x85\x62", "\x62\xea", "\x85\x60", "\x62\xed", "\x62\xec", + "\x85\x5c", "\x85\x5d", "\x85\x59", "\x85\x63", "\x62\xeb", "\x85\x6a", + "\x85\x69", "\x00\x00", "\x00\x00", "\x00\x00", "\x87\xc6", "\x87\xc2", + "\x64\x8a", "\x00\x00", "\x87\xbc", "\x64\x84", "\x64\x94", "\x87\xc8", + "\x64\x8c", "\x64\x88", "\x87\xbf", "\x64\x8f", "\x64\x92", "\x87\xca", + "\x64\x87", "\x87\xc1", "\x64\x90", "\x87\xcc", "\x87\xc9", "\x87\xbd", + "\x64\x8b", "\x64\x85", "\x64\x93", "\x87\xc4", "\x64\x8e", "\x87\xbe", + "\x64\x89", "\x87\xcb", "\x64\x8d", "\x64\x86", "\x87\xc5", "\x64\x91", + "\x87\xc3", "\x00\x00", "\x00\x00", "\x87\xc7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x89\xdb", "\x89\xe1", "\x65\xa3", "\x89\xe4", "\x65\x9e", + "\x65\x9f", "\x89\xdc", "\x89\xe3", "\x89\xde", "\x65\xa4", "\x65\xa1", + "\x00\x00", "\x89\xda", "\x00\x00", "\x65\xa0", "\x89\xe0", "\x89\xe2", + "\x65\xa2", "\x89\xdf", "\x89\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8b\xc5", "\x66\x82", "\x66\x83", "\x66\x7e", "\x00\x00", + "\x66\x7f", "\x00\x00", "\x8b\xc1", "\x8b\xbf", "\x00\x00", "\x8b\xc3", + "\x66\x85", "\x8b\xc4", "\x8b\xbd", "\x8b\xbc", "\x8b\xc0", "\x8b\xbe", + "\x66\x81", "\x8b\xc2", "\x8d\x7a", "\x67\x4b", "\x67\x4a", "\x8d\x7b", + "\x00\x00", "\x8d\x7d", "\x8d\x7c", "\x67\x4c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8e\x9b", "\x8e\x98", "\x8e\x99", "\x00\x00", "\x8e\x97", + "\x8e\x9a", "\x67\x9e", "\x8e\x9c", "\x00\x00", "\x67\x9d", "\x00\x00", + "\x8f\x92", "\x00\x00", "\x68\x61", "\x68\x63", "\x90\x5f", "\x68\x62", + "\x90\xc8", "\x91\x51", "\x91\x53", "\x91\x50", "\x91\x52", "\x68\xb8", + "\x4e\x6f", "\x00\x00", "\x53\x9f", "\x70\xd2", "\x55\xcd", "\x00\x00", + "\x00\x00", "\x58\x7f", "\x78\x44", "\x78\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x85\x6b", "\x64\x95", "\x87\xcd", "\x00\x00", "\x00\x00", + "\x65\xa5", "\x00\x00", "\x8b\xc7", "\x8b\xc6", "\x67\x4d", "\x8e\x9d", + "\x00\x00", "\x8f\x93", "\x68\x85", "\x69\xe8", "\x00\x00", "\x00\x00", + "\x51\xab", "\x4f\xb7", "\x00\x00", "\x00\x00", "\x6e\xee", "\x00\x00", + "\x00\x00", "\x71\xa4", "\x71\x9f", "\x71\xa3", "\x71\xa1", "\x55\xce", + "\x71\xa2", "\x71\xa0", "\x00\x00", "\x74\xb6", "\x00\x00", "\x78\x46", + "\x78\x47", "\x7b\xb1", "\x7b\xb2", "\x5c\xf4", "\x5c\xf5", "\x7b\xb0", + "\x7b\xb3", "\x7b\xaf", "\x5c\xf3", "\x00\x00", "\x5f\x68", "\x00\x00", + "\x5c\xf6", "\x7f\x45", "\x00\x00", "\x61\x66", "\x81\xfa", "\x61\x67", + "\x00\x00", "\x62\xf0", "\x85\x6e", "\x85\x6c", "\x85\x6d", "\x87\xd0", + "\x87\xcf", "\x87\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x8b\xc8", + "\x00\x00", "\x66\x84", "\x8b\xc9", "\x8f\x94", "\x68\x86", "\x90\xc9", + "\x4e\x70", "\x51\xad", "\x51\xac", "\x6e\xf0", "\x53\xa0", "\x00\x00", + "\x00\x00", "\x6e\xef", "\x71\xa6", "\x00\x00", "\x55\xcf", "\x74\xb7", + "\x71\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x82", "\x74\xba", + "\x74\xb8", "\x74\xb9", "\x58\x81", "\x00\x00", "\x78\x49", "\x78\x4a", + "\x78\x48", "\x00\x00", "\x5c\xf9", "\x7b\xb5", "\x7b\xb4", "\x7b\xb6", + "\x5c\xf8", "\x5c\xf7", "\x00\x00", "\x00\x00", "\x81\xfb", "\x81\xfd", + "\x00\x00", "\x61\x68", "\x81\xfc", "\x85\x6f", "\x62\xf1", "\x89\xe6", + "\x00\x00", "\x89\xe5", "\x66\x86", "\x8b\xca", "\x66\x88", "\x66\x87", + "\x8d\x7e", "\x8e\x9e", "\x67\x9f", "\x4e\x71", "\x6e\xf1", "\x53\xa1", + "\x71\xa9", "\x55\xd1", "\x71\xa8", "\x71\xa7", "\x00\x00", "\x55\xd0", + "\x00\x00", "\x74\xc0", "\x00\x00", "\x74\xc2", "\x74\xbb", "\x74\xbc", + "\x58\x83", "\x74\xbd", "\x58\x84", "\x74\xc1", "\x74\xbe", "\x74\xbf", + "\x58\x85", "\x00\x00", "\x5a\xc3", "\x5a\xc4", "\x00\x00", "\x78\x4b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\xb7", "\x7b\xb8", "\x00\x00", + "\x7f\x49", "\x5f\x6b", "\x5f\x69", "\x5f\x6a", "\x7f\x46", "\x7f\x47", + "\x00\x00", "\x7f\x48", "\x82\x45", "\x00\x00", "\x82\x46", "\x61\x69", + "\x82\x43", "\x82\x42", "\x82\x44", "\x82\x41", "\x62\xf4", "\x85\x70", + "\x62\xf2", "\x62\xf3", "\x87\xd2", "\x64\x96", "\x87\xd1", "\x89\x55", + "\x00\x00", "\x89\xe7", "\x89\xe8", "\x65\xa6", "\x00\x00", "\x65\xa7", + "\x64\x97", "\x8b\xcb", "\x8b\xcc", "\x8d\x7f", "\x67\x4e", "\x4e\x72", + "\x00\x00", "\x4e\x73", "\x53\xa2", "\x51\xae", "\x55\xd2", "\x6e\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xc5", "\x4e\x74", "\x53\xa4", + "\x6e\xf3", "\x6e\xf4", "\x53\xa3", "\x53\xa5", "\x4e\x75", "\x00\x00", + "\x6e\xf5", "\x55\xd4", "\x71\xaa", "\x55\xd6", "\x55\xd3", "\x55\xd5", + "\x00\x00", "\x74\xc5", "\x58\x86", "\x00\x00", "\x74\xc4", "\x74\xc3", + "\x00\x00", "\x7b\xb9", "\x00\x00", "\x00\x00", "\x7f\x4a", "\x00\x00", + "\x61\x6a", "\x00\x00", "\x62\xf5", "\x85\x72", "\x85\x71", "\x00\x00", + "\x87\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x8e\x9f", "\x00\x00", + "\x00\x00", "\x4e\x76", "\x6a\xf3", "\x6c\xca", "\x53\xa6", "\x6e\xf6", + "\x00\x00", "\x71\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\xd7", + "\x71\xab", "\x55\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\xc7", + "\x00\x00", "\x00\x00", "\x58\x88", "\x74\xc6", "\x74\xc8", "\x00\x00", + "\x58\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x78\x4d", + "\x78\x4e", "\x78\x4c", "\x5a\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xfa", "\x00\x00", "\x5c\xfb", "\x00\x00", "\x5f\x6d", "\x00\x00", + "\x7f\x4c", "\x7f\x4b", "\x5f\x6c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x82\x47", "\x00\x00", "\x00\x00", "\x82\x48", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x85\x73", "\x00\x00", + "\x00\x00", "\x64\x9b", "\x64\x9a", "\x64\x98", "\x64\x99", "\x64\x9c", + "\x00\x00", "\x89\xe9", "\x65\xa9", "\x65\xa8", "\x8b\xcd", "\x8d\x81", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xee", "\x67\xed", "\x4e\x77", + "\x00\x00", "\x00\x00", "\x70\x9f", "\x00\x00", "\x5c\xfd", "\x5a\xc7", + "\x5c\xfc", "\x5f\x6e", "\x00\x00", "\x4e\x78", "\x69\x89", "\x4e\x79", + "\x4e\x7a", "\x00\x00", "\x00\x00", "\x6c\xcb", "\x6a\xf6", "\x00\x00", + "\x6a\xf7", "\x4f\xb9", "\x00\x00", "\x6a\xf4", "\x4f\xb8", "\x00\x00", + "\x4f\xbb", "\x6a\xf5", "\x4f\xbd", "\x4f\xbc", "\x6a\xf8", "\x4f\xba", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xb3", "\x51\xb1", "\x6c\xcd", + "\x00\x00", "\x51\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xb5", + "\x51\xb7", "\x51\xb4", "\x00\x00", "\x6c\xd0", "\x6c\xcc", "\x51\xb8", + "\x00\x00", "\x51\xb2", "\x4f\xbe", "\x00\x00", "\x51\xb6", "\x6c\xcf", + "\x00\x00", "\x00\x00", "\x6c\xce", "\x00\x00", "\x51\xaf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6e\xfc", "\x53\xaa", "\x53\xab", "\x6f\x41", "\x00\x00", "\x6e\xf8", + "\x6e\xfb", "\x6f\x47", "\x6f\x45", "\x00\x00", "\x53\xac", "\x6f\x4b", + "\x53\xaf", "\x6f\x48", "\x6e\xfd", "\x6e\xfa", "\x00\x00", "\x00\x00", + "\x78\x50", "\x6f\x46", "\x53\xa7", "\x6f\x49", "\x6e\xf7", "\x6f\x43", + "\x53\xa9", "\x53\xae", "\x6f\x44", "\x53\xb2", "\x53\xb0", "\x00\x00", + "\x6e\xf9", "\x53\xad", "\x00\x00", "\x6f\x42", "\x53\xb1", "\x53\xa8", + "\x6f\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xdd", "\x00\x00", "\x55\xe6", "\x55\xdb", "\x55\xd9", + "\x71\xae", "\x55\xe1", "\x55\xde", "\x71\xb0", "\x00\x00", "\x00\x00", + "\x55\xe0", "\x71\xaf", "\x71\xad", "\x71\xb2", "\x55\xe5", "\x55\xe3", + "\x78\x4f", "\x00\x00", "\x71\xb3", "\x71\xb1", "\x55\xda", "\x00\x00", + "\x00\x00", "\x55\xdc", "\x55\xdf", "\x00\x00", "\x55\xe2", "\x00\x00", + "\x55\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\xd2", + "\x58\x8a", "\x00\x00", "\x74\xc9", "\x74\xcb", "\x00\x00", "\x74\xcc", + "\x00\x00", "\x74\xd4", "\x74\xd0", "\x74\xce", "\x00\x00", "\x74\xd1", + "\x74\xd5", "\x58\x8b", "\x58\x8f", "\x74\xca", "\x00\x00", "\x74\xd3", + "\x00\x00", "\x58\x8d", "\x00\x00", "\x58\x8c", "\x74\xcf", "\x74\xcd", + "\x00\x00", "\x58\x89", "\x58\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xcd", + "\x78\x58", "\x00\x00", "\x00\x00", "\x78\x56", "\x5a\xcf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x78\x51", "\x7b\xc7", "\x00\x00", + "\x5a\xce", "\x78\x55", "\x00\x00", "\x00\x00", "\x78\x52", "\x5a\xca", + "\x5a\xd0", "\x78\x57", "\x5a\xcc", "\x78\x54", "\x5f\x6f", "\x5a\xcb", + "\x78\x53", "\x5a\xd1", "\x5a\xc9", "\x5a\xc8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\xbf", "\x7b\xbd", "\x00\x00", + "\x7b\xc3", "\x00\x00", "\x7b\xbb", "\x7b\xc8", "\x7b\xc0", "\x00\x00", + "\x7b\xba", "\x5d\x44", "\x5d\x4a", "\x7b\xc5", "\x00\x00", "\x7b\xbe", + "\x00\x00", "\x5d\x47", "\x00\x00", "\x00\x00", "\x5d\x45", "\x7b\xc6", + "\x5d\x42", "\x5d\x41", "\x7b\xc1", "\x5d\x46", "\x5a\xd2", "\x00\x00", + "\x7b\xc4", "\x7b\xbc", "\x5d\x43", "\x5d\x48", "\x5d\x49", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x74", "\x5f\x70", "\x00\x00", + "\x5f\x75", "\x7f\x4f", "\x00\x00", "\x00\x00", "\x7f\x4e", "\x7f\x50", + "\x5f\x72", "\x7f\x4d", "\x5f\x73", "\x7f\x53", "\x7f\x52", "\x7f\x51", + "\x00\x00", "\x5f\x71", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x82\x4c", "\x00\x00", "\x82\x4f", "\x61\x70", "\x82\x4e", + "\x61\x6f", "\x61\x6b", "\x61\x6c", "\x61\x6d", "\x82\x4b", "\x82\x4a", + "\x61\x6e", "\x00\x00", "\x82\x4d", "\x82\x49", "\x00\x00", "\x00\x00", + "\x85\x75", "\x85\x7f", "\x62\xf8", "\x62\xf7", "\x00\x00", "\x85\x79", + "\x85\x7b", "\x00\x00", "\x85\x76", "\x00\x00", "\x85\x7a", "\x85\x74", + "\x85\x7d", "\x62\xf6", "\x85\x7c", "\x85\x78", "\x00\x00", "\x85\x7e", + "\x00\x00", "\x85\x77", "\x64\x9f", "\x87\xd4", "\x87\xda", "\x64\xa3", + "\x64\xa5", "\x64\xa2", "\x64\xa1", "\x00\x00", "\x64\xa0", "\x64\x9e", + "\x87\xd5", "\x87\xd8", "\x64\x9d", "\x87\xd9", "\x00\x00", "\x64\xa4", + "\x87\xd7", "\x00\x00", "\x87\xd6", "\x65\xaa", "\x00\x00", "\x65\xab", + "\x89\xec", "\x89\xea", "\x89\xeb", "\x00\x00", "\x00\x00", "\x8b\xcf", + "\x00\x00", "\x8b\xce", "\x66\x89", "\x8d\x83", "\x67\x4f", "\x8d\x82", + "\x00\x00", "\x8e\xa0", "\x8f\x95", "\x67\xef", "\x91\x54", "\x91\x55", + "\x68\x64", "\x4e\x7b", "\x00\x00", "\x51\xb9", "\x78\x59", "\x5f\x76", + "\x64\xa6", "\x87\xdb", "\x4e\x7c", "\x00\x00", "\x55\xe8", "\x55\xe7", + "\x78\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x85\x81", "\x4e\x7d", + "\x53\xb3", "\x00\x00", "\x00\x00", "\x78\x5b", "\x78\x5c", "\x78\x5d", + "\x5f\x77", "\x62\xf9", "\x4e\x7e", "\x00\x00", "\x51\xba", "\x6f\x4c", + "\x55\xe9", "\x71\xb4", "\x58\x90", "\x00\x00", "\x78\x5e", "\x5d\x4b", + "\x00\x00", "\x5f\x78", "\x62\xfa", "\x64\xa7", "\x65\xac", "\x8d\x84", + "\x4e\x7f", "\x51\xbb", "\x00\x00", "\x00\x00", "\x55\xea", "\x74\xd6", + "\x5a\xd3", "\x00\x00", "\x5f\x79", "\x7f\x54", "\x82\x50", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\x81", "\x5a\xd4", "\x7b\xc9", + "\x5f\x7a", "\x4e\x82", "\x6c\xd1", "\x6f\x4d", "\x53\xb4", "\x00\x00", + "\x00\x00", "\x71\xb6", "\x00\x00", "\x00\x00", "\x55\xed", "\x00\x00", + "\x55\xeb", "\x55\xec", "\x55\xee", "\x00\x00", "\x00\x00", "\x71\xb5", + "\x00\x00", "\x00\x00", "\x74\xdb", "\x74\xd8", "\x74\xda", "\x58\x91", + "\x58\x93", "\x58\x92", "\x74\xd7", "\x58\x94", "\x74\xd9", "\x00\x00", + "\x78\x5f", "\x78\x60", "\x00\x00", "\x78\x61", "\x7b\xcc", "\x00\x00", + "\x7b\xcd", "\x00\x00", "\x7b\xcb", "\x7b\xce", "\x00\x00", "\x5d\x4c", + "\x00\x00", "\x7b\xca", "\x00\x00", "\x5f\x7b", "\x00\x00", "\x00\x00", + "\x82\x55", "\x82\x51", "\x82\x54", "\x82\x56", "\x82\x53", "\x82\x52", + "\x00\x00", "\x85\x82", "\x85\x83", "\x85\x84", "\x62\xfb", "\x62\xfc", + "\x87\xdd", "\x87\xdc", "\x87\xde", "\x00\x00", "\x89\xee", "\x89\xed", + "\x00\x00", "\x8b\xd1", "\x00\x00", "\x8b\xd2", "\x8b\xd0", "\x00\x00", + "\x67\x50", "\x00\x00", "\x8d\x85", "\x8d\x86", "\x00\x00", "\x8f\x96", + "\x90\x60", "\x90\xca", "\x4e\x83", "\x4f\xbf", "\x00\x00", "\x64\xa8", + "\x4e\x84", "\x00\x00", "\x74\xdc", "\x78\x62", "\x00\x00", "\x68\x8d", + "\x69\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x69\xea", "\x69\xec", + "\x4e\x85", "\x69\xed", "\x69\xeb", "\x00\x00", "\x00\x00", "\x6b\x43", + "\x6b\x44", "\x6a\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6b\x42", "\x4f\xc1", "\x00\x00", "\x4f\xc2", "\x6a\xfc", "\x6a\xfa", + "\x6a\xf9", "\x6a\xfd", "\x4f\xc0", "\x6b\x41", "\x6f\x4e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6c\xd6", "\x51\xbe", "\x6c\xd5", "\x6c\xd7", + "\x00\x00", "\x51\xbd", "\x6c\xdc", "\x51\xc1", "\x6c\xd2", "\x6c\xe0", + "\x6c\xe6", "\x51\xc8", "\x6c\xe3", "\x51\xc5", "\x00\x00", "\x6c\xd9", + "\x6c\xdf", "\x6c\xe1", "\x00\x00", "\x6c\xd4", "\x51\xc4", "\x51\xbf", + "\x6c\xda", "\x51\xc6", "\x51\xc9", "\x51\xc3", "\x00\x00", "\x51\xbc", + "\x6c\xde", "\x6c\xd8", "\x6c\xe5", "\x51\xcb", "\x51\xc7", "\x51\xc2", + "\x6c\xdd", "\x55\xef", "\x6c\xdb", "\x51\xc0", "\x51\xca", "\x00\x00", + "\x6c\xd3", "\x00\x00", "\x6c\xe2", "\x6c\xe4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xc5", + "\x53\xbf", "\x53\xc7", "\x53\xc4", "\x6f\x55", "\x6f\x58", "\x53\xc0", + "\x00\x00", "\x6f\x4f", "\x00\x00", "\x53\xb9", "\x53\xc3", "\x00\x00", + "\x53\xc6", "\x53\xc8", "\x6f\x64", "\x6f\x5b", "\x00\x00", "\x53\xb8", + "\x6f\x63", "\x53\xbc", "\x53\xba", "\x53\xb5", "\x6f\x53", "\x00\x00", + "\x6f\x62", "\x6f\x57", "\x6f\x5a", "\x6f\x67", "\x00\x00", "\x53\xc9", + "\x6f\x61", "\x53\xc1", "\x6f\x5c", "\x6f\x66", "\x6f\x59", "\x6f\x5d", + "\x6f\x60", "\x00\x00", "\x00\x00", "\x6f\x51", "\x6f\x65", "\x6f\x5f", + "\x00\x00", "\x00\x00", "\x6f\x50", "\x00\x00", "\x6f\x54", "\x53\xc2", + "\x53\xbd", "\x53\xb6", "\x53\xbb", "\x53\xb7", "\x53\xca", "\x6f\x52", + "\x71\xc7", "\x53\xbe", "\x00\x00", "\x00\x00", "\x6f\x5e", "\x6d\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x71\xca", "\x55\xfd", "\x00\x00", "\x71\xba", + "\x00\x00", "\x71\xc5", "\x71\xc1", "\x00\x00", "\x71\xd4", "\x00\x00", + "\x71\xcc", "\x00\x00", "\x71\xc2", "\x00\x00", "\x71\xcb", "\x71\xbc", + "\x71\xc0", "\x71\xd7", "\x56\x43", "\x71\xcf", "\x71\xc6", "\x55\xf0", + "\x71\xd5", "\x71\xb8", "\x00\x00", "\x71\xce", "\x00\x00", "\x56\x42", + "\x55\xfa", "\x71\xb7", "\x55\xf8", "\x55\xf7", "\x55\xfc", "\x71\xcd", + "\x55\xf4", "\x55\xfb", "\x6f\x56", "\x78\x63", "\x71\xc8", "\x00\x00", + "\x00\x00", "\x71\xbe", "\x56\x41", "\x71\xbf", "\x71\xc3", "\x56\x44", + "\x71\xb9", "\x71\xd1", "\x00\x00", "\x71\xd0", "\x71\xd8", "\x55\xf6", + "\x55\xf3", "\x71\xd6", "\x71\xd2", "\x71\xc9", "\x71\xc4", "\x55\xf9", + "\x55\xf5", "\x71\xbb", "\x55\xf1", "\x71\xd3", "\x55\xf2", "\x00\x00", + "\x71\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x74\xe2", + "\x74\xe4", "\x74\xe9", "\x74\xfd", "\x58\xa2", "\x58\x98", "\x00\x00", + "\x74\xe1", "\x58\xa3", "\x58\xa4", "\x74\xec", "\x74\xf3", "\x74\xf9", + "\x00\x00", "\x74\xe6", "\x00\x00", "\x74\xed", "\x00\x00", "\x00\x00", + "\x58\xa5", "\x74\xfb", "\x74\xf6", "\x58\xa0", "\x58\x9e", "\x74\xf2", + "\x74\xee", "\x74\xe0", "\x58\x95", "\x74\xe5", "\x74\xdd", "\x00\x00", + "\x58\x9d", "\x58\x9f", "\x74\xea", "\x74\xe7", "\x58\x9a", "\x74\xf7", + "\x58\x97", "\x74\xe8", "\x75\x41", "\x74\xf0", "\x00\x00", "\x74\xef", + "\x58\x96", "\x00\x00", "\x58\xa1", "\x00\x00", "\x58\x99", "\x74\xde", + "\x74\xe3", "\x74\xf4", "\x74\xfa", "\x58\xa6", "\x74\xdf", "\x74\xeb", + "\x74\xf1", "\x58\x9c", "\x00\x00", "\x00\x00", "\x74\xfc", "\x74\xf5", + "\x74\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x9b", "\x00\x00", "\x78\x73", "\x78\x67", "\x5a\xdc", + "\x78\x85", "\x78\x8d", "\x78\x90", "\x5a\xda", "\x78\x6f", "\x78\x89", + "\x78\x70", "\x78\x7e", "\x5a\xe7", "\x78\x7a", "\x5a\xe4", "\x00\x00", + "\x78\x7b", "\x78\x64", "\x00\x00", "\x78\x8a", "\x00\x00", "\x00\x00", + "\x5a\xed", "\x78\x87", "\x78\x7c", "\x78\x92", "\x78\x77", "\x7b\xee", + "\x00\x00", "\x78\x95", "\x5a\xeb", "\x78\x75", "\x78\x82", "\x5a\xee", + "\x5a\xd9", "\x78\x79", "\x78\x93", "\x78\x72", "\x78\x6b", "\x78\x76", + "\x00\x00", "\x78\x6a", "\x78\x68", "\x5a\xd5", "\x78\x8b", "\x78\x71", + "\x78\x8e", "\x00\x00", "\x78\x8f", "\x5a\xdd", "\x5a\xe2", "\x5a\xde", + "\x5a\xe6", "\x78\x86", "\x5a\xdf", "\x78\x7d", "\x78\x6d", "\x00\x00", + "\x5a\xd7", "\x78\x65", "\x78\x88", "\x78\x91", "\x78\x6c", "\x5a\xe5", + "\x78\x96", "\x78\x78", "\x00\x00", "\x78\x74", "\x00\x00", "\x5a\xd6", + "\x5a\xea", "\x00\x00", "\x78\x84", "\x5a\xec", "\x00\x00", "\x78\x7f", + "\x5a\xe1", "\x5a\xdb", "\x5a\xe3", "\x5a\xd8", "\x5a\xe9", "\x78\x81", + "\x78\x6e", "\x78\x83", "\x78\x69", "\x78\x8c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x78\x94", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x78\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7b\xed", "\x00\x00", "\x7c\x46", "\x5c\xdb", "\x7b\xf2", + "\x00\x00", "\x7b\xf0", "\x7b\xdb", "\x5d\x50", "\x7b\xeb", "\x7c\x42", + "\x7b\xe7", "\x5d\x58", "\x7c\x41", "\x7b\xe5", "\x5a\xe8", "\x7b\xf5", + "\x7b\xe6", "\x7b\xfc", "\x5d\x57", "\x5d\x4f", "\x00\x00", "\x7b\xd0", + "\x7b\xd8", "\x00\x00", "\x7b\xf1", "\x7b\xe9", "\x7c\x45", "\x7b\xec", + "\x5d\x5d", "\x7b\xfd", "\x00\x00", "\x5d\x54", "\x00\x00", "\x7b\xef", + "\x7b\xf7", "\x7b\xdc", "\x7b\xf6", "\x00\x00", "\x7c\x4a", "\x7b\xd7", + "\x7b\xf8", "\x00\x00", "\x7c\x48", "\x00\x00", "\x7b\xd1", "\x5a\xe0", + "\x00\x00", "\x7b\xdf", "\x7b\xde", "\x5d\x56", "\x00\x00", "\x7b\xe2", + "\x7b\xe4", "\x7b\xf3", "\x7c\x47", "\x5d\x59", "\x00\x00", "\x5d\x5a", + "\x00\x00", "\x7b\xd6", "\x5d\x52", "\x7b\xda", "\x7c\x43", "\x5d\x5b", + "\x00\x00", "\x5d\x53", "\x5d\x55", "\x5d\x5c", "\x7c\x49", "\x7b\xf9", + "\x7b\xf4", "\x00\x00", "\x00\x00", "\x7b\xe1", "\x7b\xe0", "\x5d\x51", + "\x7b\xd2", "\x5d\x4e", "\x7b\xea", "\x7b\xd3", "\x7b\xe8", "\x00\x00", + "\x00\x00", "\x7b\xdd", "\x7c\x44", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x7b\xd5", + "\x7b\xfb", "\x7b\xd4", "\x5f\x89", "\x7f\x7c", "\x00\x00", "\x00\x00", + "\x7f\x6b", "\x00\x00", "\x00\x00", "\x7f\x55", "\x7f\x73", "\x5f\x81", + "\x7f\x64", "\x7f\x6e", "\x5f\x84", "\x7f\x67", "\x5f\x82", "\x7f\x58", + "\x7f\x76", "\x7f\x57", "\x7f\x6a", "\x00\x00", "\x7f\x56", "\x00\x00", + "\x00\x00", "\x7f\x68", "\x7f\x71", "\x7f\x6f", "\x7f\x63", "\x7f\x5e", + "\x7f\x5c", "\x00\x00", "\x7f\x5d", "\x7f\x70", "\x7f\x7b", "\x7f\x65", + "\x5f\x83", "\x00\x00", "\x7f\x60", "\x00\x00", "\x7f\x74", "\x00\x00", + "\x5f\x86", "\x7f\x5f", "\x7f\x59", "\x7f\x69", "\x5f\x8a", "\x00\x00", + "\x00\x00", "\x5f\x7d", "\x5f\x87", "\x7f\x61", "\x7f\x5b", "\x00\x00", + "\x5f\x7f", "\x7b\xfa", "\x5f\x7e", "\x7f\x6c", "\x00\x00", "\x5f\x7c", + "\x5f\x8c", "\x5f\x85", "\x7f\x6d", "\x7f\x62", "\x7f\x5a", "\x7f\x75", + "\x7f\x66", "\x5f\x8b", "\x7f\x79", "\x5f\x88", "\x7f\x78", "\x00\x00", + "\x7f\x72", "\x7f\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x7f\x7a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x82\x7e", + "\x82\x7f", "\x82\x72", "\x82\x71", "\x82\x6d", "\x61\x7c", "\x00\x00", + "\x61\x74", "\x82\x82", "\x82\x81", "\x7b\xcf", "\x82\x6a", "\x82\x6e", + "\x82\x68", "\x00\x00", "\x82\x7b", "\x82\x6c", "\x00\x00", "\x82\x83", + "\x82\x65", "\x82\x63", "\x82\x6f", "\x82\x79", "\x82\x74", "\x61\x7e", + "\x82\x5a", "\x00\x00", "\x82\x78", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x7f", "\x7b\xe3", "\x82\x66", "\x82\x5d", "\x82\x60", "\x82\x87", + "\x82\x67", "\x82\x5e", "\x82\x5c", "\x82\x59", "\x00\x00", "\x61\x78", + "\x82\x70", "\x61\x77", "\x61\x7b", "\x82\x6b", "\x82\x73", "\x61\x71", + "\x82\x84", "\x82\x88", "\x61\x73", "\x00\x00", "\x82\x62", "\x82\x76", + "\x82\x7a", "\x82\x5f", "\x82\x85", "\x61\x7a", "\x00\x00", "\x61\x79", + "\x82\x57", "\x61\x7d", "\x82\x7d", "\x82\x61", "\x82\x75", "\x82\x5b", + "\x82\x69", "\x82\x64", "\x61\x75", "\x61\x76", "\x82\x77", "\x82\x89", + "\x82\x86", "\x82\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x82\x58", + "\x00\x00", "\x61\x72", "\x85\x95", "\x00\x00", "\x85\x8c", "\x85\x8f", + "\x00\x00", "\x63\x45", "\x85\x91", "\x85\x86", "\x85\x8d", "\x85\x93", + "\x63\x42", "\x63\x46", "\x62\xfd", "\x00\x00", "\x00\x00", "\x85\x88", + "\x85\x98", "\x00\x00", "\x00\x00", "\x85\x92", "\x00\x00", "\x85\x89", + "\x85\xa1", "\x85\x9b", "\x85\x85", "\x87\xf1", "\x85\x8b", "\x63\x41", + "\x00\x00", "\x85\x96", "\x00\x00", "\x85\xa0", "\x63\x49", "\x00\x00", + "\x85\x9d", "\x85\x8a", "\x85\x90", "\x85\x94", "\x85\x8e", "\x85\xa2", + "\x85\x9f", "\x85\x9c", "\x63\x43", "\x63\x44", "\x63\x48", "\x85\x87", + "\x85\xa3", "\x63\x47", "\x85\x99", "\x00\x00", "\x00\x00", "\x85\x97", + "\x00\x00", "\x00\x00", "\x00\x00", "\x85\x9a", "\x88\x41", "\x87\xeb", + "\x87\xf0", "\x87\xfd", "\x87\xef", "\x87\xe7", "\x87\xec", "\x00\x00", + "\x64\xab", "\x00\x00", "\x87\xe0", "\x87\xf8", "\x87\xfa", "\x87\xdf", + "\x64\xaa", "\x87\xfc", "\x87\xf4", "\x64\xb1", "\x87\xfb", "\x87\xed", + "\x64\xb3", "\x87\xe5", "\x85\x9e", "\x87\xf5", "\x87\xf2", "\x87\xe1", + "\x88\x43", "\x64\xad", "\x00\x00", "\x00\x00", "\x64\xae", "\x87\xe3", + "\x87\xf3", "\x00\x00", "\x88\x42", "\x87\xf6", "\x87\xe9", "\x64\xb0", + "\x64\xac", "\x87\xf7", "\x87\xea", "\x88\x44", "\x87\xe4", "\x87\xee", + "\x87\xf9", "\x87\xe6", "\x87\xe8", "\x00\x00", "\x65\xb5", "\x87\xe2", + "\x64\xb2", "\x65\xae", "\x64\xa9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xaf", "\x65\xb2", "\x8a\x41", "\x00\x00", "\x89\xf4", + "\x89\xef", "\x89\xf5", "\x8a\x42", "\x8a\x46", "\x8a\x45", "\x65\xb4", + "\x65\xb3", "\x00\x00", "\x00\x00", "\x89\xf6", "\x8a\x47", "\x89\xf9", + "\x89\xf1", "\x00\x00", "\x89\xf3", "\x89\xf2", "\x89\xf8", "\x89\xfd", + "\x89\xf0", "\x89\xf7", "\x89\xfc", "\x65\xb1", "\x00\x00", "\x89\xfa", + "\x00\x00", "\x65\xaf", "\x89\xfb", "\x65\xad", "\x65\xb0", "\x8b\xe2", + "\x8a\x43", "\x00\x00", "\x00\x00", "\x66\x8d", "\x00\x00", "\x8b\xda", + "\x8b\xde", "\x8b\xd6", "\x8b\xd9", "\x00\x00", "\x8b\xe1", "\x66\x8b", + "\x8b\xe6", "\x8b\xdf", "\x00\x00", "\x8b\xd7", "\x8b\xe7", "\x8b\xe0", + "\x66\x8e", "\x66\x8f", "\x8b\xe4", "\x00\x00", "\x8b\xd8", "\x66\x8a", + "\x66\x8c", "\x8b\xd3", "\x8b\xdb", "\x8b\xd5", "\x00\x00", "\x8b\xe5", + "\x8b\xe3", "\x8b\xd4", "\x8b\xdc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8d\x8d", "\x66\x90", "\x8b\xdd", "\x67\x52", "\x67\x54", "\x67\x51", + "\x00\x00", "\x8d\x92", "\x8d\x8a", "\x8d\x88", "\x8d\x8c", "\x8d\x89", + "\x00\x00", "\x00\x00", "\x8d\x8e", "\x8d\x90", "\x67\x55", "\x67\x57", + "\x00\x00", "\x8d\x8f", "\x67\x58", "\x67\x56", "\x8d\x91", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xa0", "\x8e\xa1", "\x8e\xa7", + "\x67\xa2", "\x8d\x8b", "\x8e\xa6", "\x00\x00", "\x8e\xad", "\x8e\xa4", + "\x8e\xab", "\x8e\xaa", "\x8d\x87", "\x8e\xa5", "\x8a\x44", "\x8e\xae", + "\x8e\xa3", "\x8e\xa8", "\x00\x00", "\x8e\xac", "\x8e\xa2", "\x00\x00", + "\x8f\x9a", "\x67\xa1", "\x8e\xa9", "\x00\x00", "\x00\x00", "\x90\x65", + "\x8f\x9b", "\x8f\x99", "\x8f\x97", "\x8f\x98", "\x8f\x9c", "\x00\x00", + "\x68\x65", "\x90\x63", "\x90\x61", "\x90\x66", "\x90\x64", "\x00\x00", + "\x90\x67", "\x68\x66", "\x90\x62", "\x00\x00", "\x00\x00", "\x90\xcb", + "\x00\x00", "\x00\x00", "\x91\x56", "\x91\x57", "\x91\x58", "\x00\x00", + "\x00\x00", "\x91\xb7", "\x91\xad", "\x69\xee", "\x51\xcc", "\x00\x00", + "\x53\xcb", "\x00\x00", "\x71\xda", "\x71\xd9", "\x56\x45", "\x58\xa7", + "\x75\x43", "\x00\x00", "\x00\x00", "\x75\x42", "\x00\x00", "\x5a\xef", + "\x5d\x5f", "\x00\x00", "\x5d\x5e", "\x5d\x60", "\x00\x00", "\x7f\x7d", + "\x82\x8a", "\x85\xa4", "\x85\xa6", "\x85\xa5", "\x00\x00", "\x64\xb4", + "\x88\x45", "\x8a\x48", "\x91\x95", "\x4e\x86", "\x00\x00", "\x6c\xe9", + "\x6c\xea", "\x6c\xe8", "\x6c\xe7", "\x51\xcd", "\x00\x00", "\x6f\x6b", + "\x6f\x69", "\x00\x00", "\x00\x00", "\x6f\x68", "\x00\x00", "\x53\xcc", + "\x53\xce", "\x53\xcd", "\x6f\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x71\xe6", + "\x71\xe3", "\x71\xe1", "\x00\x00", "\x00\x00", "\x56\x46", "\x71\xe4", + "\x56\x4b", "\x71\xde", "\x71\xed", "\x00\x00", "\x71\xef", "\x71\xdf", + "\x00\x00", "\x56\x48", "\x71\xf0", "\x71\xeb", "\x71\xdd", "\x71\xe2", + "\x71\xec", "\x71\xe8", "\x71\xe5", "\x00\x00", "\x56\x4d", "\x71\xee", + "\x71\xe0", "\x00\x00", "\x00\x00", "\x71\xe9", "\x71\xdb", "\x56\x4c", + "\x56\x49", "\x71\xe7", "\x00\x00", "\x71\xea", "\x71\xdc", "\x56\x4a", + "\x56\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb1", + "\x75\x4a", "\x58\xb0", "\x00\x00", "\x75\x4d", "\x75\x50", "\x58\xad", + "\x58\xab", "\x75\x45", "\x75\x4e", "\x75\x4c", "\x75\x49", "\x75\x51", + "\x75\x52", "\x75\x54", "\x75\x55", "\x75\x44", "\x58\xaa", "\x75\x47", + "\x75\x46", "\x75\x53", "\x58\xac", "\x75\x48", "\x58\xae", "\x58\xa9", + "\x75\x4b", "\x58\xb2", "\x00\x00", "\x58\xaf", "\x75\x4f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5a\xf6", "\x78\xa5", "\x00\x00", "\x78\x9a", + "\x5a\xf3", "\x00\x00", "\x7c\x50", "\x78\xa3", "\x78\x97", "\x5a\xf1", + "\x78\x9c", "\x5a\xf4", "\x78\xa0", "\x78\x9e", "\x5a\xf7", "\x5a\xf0", + "\x00\x00", "\x00\x00", "\x78\x98", "\x78\x9b", "\x5a\xf5", "\x00\x00", + "\x78\x99", "\x00\x00", "\x78\xa4", "\x78\xa2", "\x78\x9d", "\x78\x9f", + "\x78\xa1", "\x5a\xf2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7c\x51", "\x7c\x57", "\x7c\x4d", + "\x7c\x53", "\x5d\x61", "\x7c\x4f", "\x5d\x67", "\x00\x00", "\x00\x00", + "\x5d\x66", "\x00\x00", "\x5d\x65", "\x7c\x56", "\x5d\x68", "\x5d\x69", + "\x7c\x4c", "\x7c\x59", "\x5d\x6a", "\x5d\x64", "\x5d\x63", "\x7c\x55", + "\x5d\x6b", "\x7c\x4b", "\x7c\x4e", "\x7c\x58", "\x7c\x54", "\x00\x00", + "\x00\x00", "\x7f\x9e", "\x7f\x93", "\x5d\x62", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\x93", "\x7f\x87", "\x7f\x9c", "\x7f\x88", + "\x5f\x8e", "\x00\x00", "\x7f\x85", "\x00\x00", "\x7f\x8e", "\x7f\x86", + "\x5f\x90", "\x7f\x7f", "\x7f\x9b", "\x5f\x91", "\x7f\x98", "\x7f\x99", + "\x7f\x81", "\x5f\x96", "\x7f\x90", "\x00\x00", "\x7f\x8a", "\x7f\x91", + "\x7f\x84", "\x00\x00", "\x7f\x9d", "\x7f\x95", "\x7f\x8f", "\x7f\x7e", + "\x5f\x92", "\x7f\x96", "\x00\x00", "\x5f\x95", "\x7f\x9a", "\x00\x00", + "\x7f\x94", "\x5f\x8f", "\x7f\x92", "\x00\x00", "\x7f\x8c", "\x5f\x8d", + "\x7f\x83", "\x7f\x8b", "\x7f\x97", "\x7f\x89", "\x00\x00", "\x00\x00", + "\x7f\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x8a", "\x7c\x52", "\x82\x9c", "\x82\xa5", "\x82\x9b", "\x82\x97", + "\x82\x94", "\x61\x8b", "\x82\x92", "\x5f\x94", "\x82\x8b", "\x61\x89", + "\x82\x91", "\x61\x88", "\x82\x96", "\x82\x93", "\x82\xa3", "\x82\x9e", + "\x82\x98", "\x82\x9d", "\x61\x84", "\x82\x95", "\x82\xa8", "\x82\x8c", + "\x82\x8d", "\x82\xa4", "\x61\x85", "\x82\xa9", "\x61\x87", "\x82\xaa", + "\x82\x9a", "\x7f\x82", "\x82\xa0", "\x82\x99", "\x82\xa2", "\x82\x9f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x82\x90", "\x61\x82", "\x82\xa7", + "\x61\x83", "\x82\x8e", "\x61\x86", "\x85\xb0", "\x82\xa1", "\x82\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x85\xad", + "\x61\x81", "\x63\x4a", "\x85\xb7", "\x85\xb3", "\x00\x00", "\x85\xb1", + "\x85\xac", "\x85\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x4e", + "\x00\x00", "\x85\xa8", "\x85\xb4", "\x85\xb5", "\x85\xab", "\x85\xaa", + "\x85\xb8", "\x00\x00", "\x85\xae", "\x85\xa9", "\x85\xaf", "\x00\x00", + "\x85\xba", "\x85\xa7", "\x85\xb9", "\x85\xb6", "\x63\x4c", "\x63\x4b", + "\x00\x00", "\x00\x00", "\x63\x4d", "\x85\xb2", "\x8a\x59", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x88\x47", "\x64\xba", + "\x88\x4b", "\x88\x48", "\x88\x4f", "\x88\x55", "\x88\x4a", "\x00\x00", + "\x88\x5e", "\x64\xb7", "\x88\x58", "\x88\x4d", "\x88\x59", "\x88\x54", + "\x88\x5b", "\x88\x4c", "\x64\xbc", "\x64\xbb", "\x88\x4e", "\x88\x5c", + "\x88\x46", "\x88\x5a", "\x64\xb5", "\x00\x00", "\x88\x52", "\x88\x51", + "\x88\x56", "\x88\x49", "\x64\xb9", "\x00\x00", "\x64\xbd", "\x88\x50", + "\x88\x57", "\x64\xbe", "\x88\x53", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xb6", "\x64\xb8", "\x8a\x55", "\x8a\x53", "\x00\x00", + "\x00\x00", "\x8a\x5a", "\x8a\x57", "\x8a\x5b", "\x00\x00", "\x8a\x4c", + "\x8a\x54", "\x8a\x5f", "\x88\x5d", "\x8a\x50", "\x65\xb9", "\x82\x8f", + "\x8a\x4b", "\x8a\x58", "\x8a\x52", "\x8a\x4f", "\x8a\x4a", "\x8a\x49", + "\x8a\x5e", "\x00\x00", "\x8a\x4e", "\x8a\x4d", "\x65\xb7", "\x8a\x56", + "\x00\x00", "\x65\xb6", "\x00\x00", "\x00\x00", "\x65\xb8", "\x8a\x51", + "\x8a\x5d", "\x00\x00", "\x8b\xeb", "\x8b\xec", "\x00\x00", "\x66\x94", + "\x8b\xe9", "\x66\x91", "\x8b\xf1", "\x00\x00", "\x66\x95", "\x8b\xf3", + "\x8b\xe8", "\x8a\x5c", "\x8b\xf5", "\x8b\xea", "\x00\x00", "\x66\x92", + "\x8b\xf0", "\x00\x00", "\x8b\xf2", "\x8b\xed", "\x8b\xf4", "\x8b\xef", + "\x8b\xee", "\x66\x93", "\x00\x00", "\x00\x00", "\x8d\x94", "\x8d\x95", + "\x00\x00", "\x8d\x97", "\x67\x59", "\x67\x5a", "\x8d\x98", "\x8d\x96", + "\x00\x00", "\x8d\x93", "\x00\x00", "\x8e\xb1", "\x8e\xb4", "\x8e\xb0", + "\x00\x00", "\x67\xa6", "\x8e\xb2", "\x67\xa5", "\x67\xa4", "\x67\xa3", + "\x8e\xb3", "\x8f\xa1", "\x8f\x9f", "\x00\x00", "\x8f\x9e", "\x8e\xaf", + "\x8f\xa0", "\x8e\xb5", "\x8f\x9d", "\x00\x00", "\x90\x6a", "\x90\x48", + "\x90\x68", "\x68\x67", "\x90\x69", "\x90\x6b", "\x00\x00", "\x90\xce", + "\x68\x87", "\x90\xcd", "\x90\xcc", "\x68\x88", "\x00\x00", "\x68\xa6", + "\x91\x7f", "\x91\x97", "\x91\x96", "\x91\x98", "\x4e\x87", "\x6f\x6c", + "\x00\x00", "\x71\xf1", "\x71\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x78\xa6", "\x00\x00", "\x8e\xb6", "\x90\xcf", "\x4e\x88", "\x53\xcf", + "\x6f\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x75\x56", "\x58\xb3", + "\x00\x00", "\x78\xa8", "\x78\xa7", "\x5a\xf8", "\x00\x00", "\x5d\x6c", + "\x82\xab", "\x61\x8c", "\x00\x00", "\x61\x8d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x4f", "\x68\x89", "\x4e\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6f\x6e", "\x51\xcf", "\x6f\x70", "\x6f\x6f", "\x53\xd0", + "\x00\x00", "\x71\xf3", "\x00\x00", "\x71\xfa", "\x56\x4e", "\x71\xf8", + "\x71\xf6", "\x00\x00", "\x71\xfd", "\x71\xf4", "\x71\xf5", "\x56\x4f", + "\x00\x00", "\x56\x53", "\x00\x00", "\x00\x00", "\x72\x41", "\x56\x52", + "\x71\xfc", "\x71\xf9", "\x71\xf7", "\x56\x50", "\x56\x51", "\x71\xfb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb5", "\x75\x57", + "\x00\x00", "\x58\xba", "\x75\x67", "\x58\xb9", "\x75\x69", "\x00\x00", + "\x00\x00", "\x75\x5d", "\x58\xb7", "\x75\x68", "\x00\x00", "\x75\x58", + "\x58\xb8", "\x75\x64", "\x75\x60", "\x75\x62", "\x75\x5c", "\x75\x63", + "\x00\x00", "\x00\x00", "\x58\xb4", "\x75\x5f", "\x00\x00", "\x75\x5e", + "\x75\x5a", "\x00\x00", "\x75\x65", "\x00\x00", "\x00\x00", "\x75\x61", + "\x75\x59", "\x00\x00", "\x75\x5b", "\x58\xb6", "\x75\x66", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xfb", "\x78\xb3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x78\xaf", "\x78\xb1", "\x78\xac", "\x78\xab", + "\x78\xa9", "\x00\x00", "\x78\xb0", "\x78\xb2", "\x78\xae", "\x00\x00", + "\x78\xad", "\x5a\xf9", "\x5a\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x78\xb5", "\x5d\x74", "\x7c\x5b", + "\x7c\x61", "\x7c\x5c", "\x7c\x5d", "\x00\x00", "\x7c\x62", "\x00\x00", + "\x5d\x76", "\x00\x00", "\x5d\x6e", "\x5d\x75", "\x7c\x5a", "\x78\xaa", + "\x5d\x71", "\x5d\x6f", "\x7c\x60", "\x7c\x5f", "\x5d\x70", "\x5d\x72", + "\x7c\x5e", "\x5d\x6d", "\x00\x00", "\x5d\x73", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7f\xa0", "\x5f\x9d", "\x00\x00", + "\x00\x00", "\x7f\xab", "\x7f\xaa", "\x00\x00", "\x7f\xa5", "\x5f\x9f", + "\x7f\xa9", "\x7f\xa1", "\x7f\xa2", "\x5f\x97", "\x5f\x99", "\x00\x00", + "\x7f\xa7", "\x7f\x9f", "\x5f\x9b", "\x5f\x9a", "\x7f\xa3", "\x7f\xa8", + "\x7f\xa6", "\x5f\x9c", "\x7f\xa4", "\x00\x00", "\x00\x00", "\x78\xb4", + "\x5f\x98", "\x00\x00", "\x00\x00", "\x82\xac", "\x82\xb3", "\x61\x8f", + "\x00\x00", "\x82\xb7", "\x61\x93", "\x82\xaf", "\x82\xad", "\x00\x00", + "\x82\xb6", "\x00\x00", "\x61\x8e", "\x82\xb5", "\x61\x90", "\x61\x91", + "\x82\xae", "\x61\x92", "\x82\xb4", "\x82\xb0", "\x82\xb1", "\x82\xb2", + "\x5f\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x85\xbc", "\x85\xc8", + "\x00\x00", "\x63\x54", "\x85\xc3", "\x85\xc5", "\x00\x00", "\x63\x52", + "\x85\xbd", "\x85\xc1", "\x00\x00", "\x85\xc4", "\x63\x50", "\x63\x53", + "\x85\xc7", "\x85\xbf", "\x85\xc0", "\x85\xc6", "\x85\xbe", "\x85\xc2", + "\x63\x51", "\x88\x60", "\x00\x00", "\x88\x5f", "\x64\xc0", "\x88\x65", + "\x64\xc2", "\x00\x00", "\x00\x00", "\x64\xbf", "\x88\x61", "\x64\xc3", + "\x88\x62", "\x00\x00", "\x00\x00", "\x88\x63", "\x88\x66", "\x00\x00", + "\x64\xc1", "\x00\x00", "\x8a\x64", "\x00\x00", "\x00\x00", "\x8a\x67", + "\x00\x00", "\x8a\x61", "\x8a\x63", "\x00\x00", "\x00\x00", "\x8a\x62", + "\x8a\x65", "\x8a\x66", "\x88\x64", "\x8a\x60", "\x00\x00", "\x00\x00", + "\x66\x98", "\x8b\xf9", "\x8b\xfc", "\x8c\x41", "\x8b\xf7", "\x8b\xf8", + "\x8b\xfb", "\x8b\xfd", "\x66\x99", "\x66\x97", "\x66\x96", "\x8b\xfa", + "\x8b\xf6", "\x8d\x99", "\x67\x5b", "\x00\x00", "\x8d\x9a", "\x00\x00", + "\x00\x00", "\x8e\xb8", "\x67\xa7", "\x8e\xba", "\x67\xa8", "\x8e\xb7", + "\x8e\xb9", "\x67\xf1", "\x00\x00", "\x8f\xa2", "\x67\xf0", "\x90\x6e", + "\x90\x6d", "\x00\x00", "\x90\x6c", "\x00\x00", "\x00\x00", "\x91\x59", + "\x91\x5a", "\x91\x5c", "\x91\x5b", "\x00\x00", "\x69\xef", "\x4e\x8a", + "\x00\x00", "\x53\xd1", "\x75\x6a", "\x5a\xfc", "\x00\x00", "\x7c\x63", + "\x65\xba", "\x00\x00", "\x8c\x42", "\x00\x00", "\x00\x00", "\x4f\xc3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xbc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\xbb", "\x00\x00", "\x78\xb6", "\x5a\xfd", "\x78\xb8", + "\x78\xb7", "\x00\x00", "\x00\x00", "\x7c\x64", "\x5d\x77", "\x7f\xac", + "\x7f\xaf", "\x7f\xae", "\x00\x00", "\x7f\xad", "\x82\xb8", "\x82\xba", + "\x82\xb9", "\x00\x00", "\x63\x56", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x55", "\x00\x00", "\x64\xc4", "\x88\x67", "\x88\x69", "\x88\x68", + "\x00\x00", "\x00\x00", "\x65\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8c\x44", "\x8c\x43", "\x00\x00", "\x8d\x9b", "\x67\x5c", "\x00\x00", + "\x00\x00", "\x67\xa9", "\x8f\xa4", "\x8f\xa3", "\x68\xa7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\xc4", "\x6f\x71", + "\x53\xd2", "\x75\x6d", "\x75\x6b", "\x00\x00", "\x00\x00", "\x75\x6c", + "\x78\xba", "\x78\xbb", "\x7c\x6b", "\x78\xb9", "\x00\x00", "\x7c\x65", + "\x7c\x69", "\x7c\x68", "\x7c\x6a", "\x5d\x78", "\x7c\x67", "\x7c\x66", + "\x7c\x6c", "\x00\x00", "\x7f\xb2", "\x7f\xb0", "\x00\x00", "\x7f\xb1", + "\x82\xbd", "\x82\xbb", "\x00\x00", "\x00\x00", "\x82\xbc", "\x85\xc9", + "\x88\x6a", "\x88\x6b", "\x65\xbc", "\x00\x00", "\x8c\x45", "\x8d\x9c", + "\x67\x5d", "\x00\x00", "\x8e\xbb", "\x8f\xa5", "\x67\xf2", "\x00\x00", + "\x90\x6f", "\x91\x5d", "\x4f\xc5", "\x00\x00", "\x53\xd4", "\x53\xd5", + "\x6f\x72", "\x00\x00", "\x00\x00", "\x6f\x73", "\x53\xd3", "\x00\x00", + "\x56\x59", "\x00\x00", "\x56\x57", "\x00\x00", "\x56\x56", "\x56\x5d", + "\x56\x55", "\x56\x5e", "\x72\x42", "\x56\x5b", "\x00\x00", "\x56\x58", + "\x56\x5c", "\x56\x5a", "\x56\x54", "\x00\x00", "\x00\x00", "\x58\xc4", + "\x00\x00", "\x58\xbe", "\x75\x71", "\x58\xc3", "\x00\x00", "\x00\x00", + "\x58\xc5", "\x58\xbf", "\x00\x00", "\x58\xc0", "\x00\x00", "\x75\x6f", + "\x00\x00", "\x00\x00", "\x58\xbd", "\x00\x00", "\x75\x70", "\x58\xc2", + "\x00\x00", "\x00\x00", "\x75\x6e", "\x58\xc1", "\x00\x00", "\x00\x00", + "\x5b\x4b", "\x00\x00", "\x5b\x4d", "\x00\x00", "\x00\x00", "\x78\xbe", + "\x5b\x4c", "\x5b\x41", "\x5b\x45", "\x00\x00", "\x5d\x8c", "\x7c\x71", + "\x78\xc0", "\x5b\x46", "\x00\x00", "\x00\x00", "\x78\xc3", "\x78\xc4", + "\x5b\x4a", "\x00\x00", "\x78\xc6", "\x00\x00", "\x78\xc8", "\x00\x00", + "\x78\xc9", "\x78\xbd", "\x78\xbc", "\x78\xca", "\x5b\x49", "\x78\xc7", + "\x78\xc5", "\x00\x00", "\x5b\x47", "\x5b\x43", "\x5b\x4e", "\x78\xc1", + "\x78\xc2", "\x78\xbf", "\x00\x00", "\x5b\x48", "\x00\x00", "\x00\x00", + "\x5b\x44", "\x00\x00", "\x5b\x42", "\x7c\x70", "\x5d\x87", "\x5d\x82", + "\x00\x00", "\x00\x00", "\x5d\x7c", "\x00\x00", "\x5d\x8d", "\x5d\x7d", + "\x00\x00", "\x5d\x79", "\x5d\x89", "\x5d\x86", "\x5d\x88", "\x00\x00", + "\x5d\x7e", "\x5d\x84", "\x5d\x7a", "\x5d\x7b", "\x7c\x78", "\x7c\x75", + "\x7c\x6d", "\x7c\x72", "\x00\x00", "\x5d\x8a", "\x7c\x79", "\x5d\x8b", + "\x5d\x81", "\x00\x00", "\x00\x00", "\x7c\x6f", "\x00\x00", "\x7c\x77", + "\x7c\x73", "\x7c\x76", "\x7c\x74", "\x5d\x85", "\x7c\x6e", "\x5d\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7f\xb5", "\x5f\xa1", "\x5f\xa4", + "\x00\x00", "\x7f\xb7", "\x00\x00", "\x5f\xac", "\x7f\xb6", "\x5f\xa6", + "\x00\x00", "\x61\x98", "\x7f\xb8", "\x00\x00", "\x5f\xab", "\x7f\xb4", + "\x5f\xad", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xa2", "\x00\x00", + "\x5d\x83", "\x5f\xa5", "\x00\x00", "\x5f\xa3", "\x5f\xa7", "\x5f\xa9", + "\x5f\xa0", "\x5f\xae", "\x5f\xaa", "\x00\x00", "\x5f\xa8", "\x7f\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x9f", "\x00\x00", + "\x61\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xa2", "\x00\x00", + "\x82\xc0", "\x61\xa3", "\x82\xcc", "\x82\xc5", "\x61\x94", "\x82\xcd", + "\x82\xc7", "\x61\x9e", "\x82\xc8", "\x00\x00", "\x61\x9d", "\x82\xcb", + "\x61\x97", "\x82\xc9", "\x82\xbf", "\x61\x96", "\x85\xd4", "\x61\x9c", + "\x00\x00", "\x61\x99", "\x00\x00", "\x61\xa1", "\x00\x00", "\x82\xbe", + "\x00\x00", "\x82\xc2", "\x61\x95", "\x82\xc1", "\x82\xc3", "\x82\xc4", + "\x61\xa0", "\x82\xc6", "\x82\xca", "\x82\xce", "\x00\x00", "\x61\xa4", + "\x63\x5c", "\x85\xcf", "\x85\xd5", "\x85\xd2", "\x85\xca", "\x85\xd6", + "\x85\xcb", "\x00\x00", "\x85\xd1", "\x00\x00", "\x63\x57", "\x63\x5d", + "\x85\xd7", "\x00\x00", "\x00\x00", "\x63\x59", "\x00\x00", "\x63\x63", + "\x63\x5e", "\x85\xd9", "\x85\xd3", "\x63\x5a", "\x85\xcc", "\x63\x64", + "\x85\xcd", "\x85\xce", "\x63\x65", "\x63\x62", "\x61\x9a", "\x00\x00", + "\x63\x58", "\x85\xda", "\x63\x66", "\x00\x00", "\x63\x5f", "\x85\xd8", + "\x63\x5b", "\x63\x60", "\x63\x61", "\x00\x00", "\x64\xcc", "\x88\x70", + "\x88\x79", "\x88\x76", "\x88\x78", "\x00\x00", "\x64\xc9", "\x88\x71", + "\x00\x00", "\x88\x77", "\x64\xc5", "\x88\x73", "\x64\xcd", "\x88\x6f", + "\x88\x74", "\x88\x7b", "\x85\xd0", "\x88\x75", "\x88\x6e", "\x64\xc6", + "\x88\x6d", "\x64\xc7", "\x88\x7c", "\x64\xc8", "\x88\x7a", "\x64\xcb", + "\x88\x6c", "\x00\x00", "\x64\xca", "\x00\x00", "\x88\x72", "\x8a\x6a", + "\x8a\x78", "\x8a\x73", "\x8a\x75", "\x8a\x69", "\x65\xbd", "\x00\x00", + "\x8a\x68", "\x65\xc0", "\x65\xbf", "\x00\x00", "\x8a\x77", "\x8a\x6f", + "\x8a\x6c", "\x8a\x72", "\x00\x00", "\x8a\x6b", "\x00\x00", "\x8a\x6d", + "\x8a\x76", "\x8a\x74", "\x00\x00", "\x65\xbe", "\x8a\x7b", "\x8a\x79", + "\x8a\x70", "\x8a\x7a", "\x8a\x71", "\x00\x00", "\x8c\x49", "\x66\x9a", + "\x8c\x50", "\x00\x00", "\x00\x00", "\x8e\xbe", "\x66\xa1", "\x8a\x6e", + "\x8c\x47", "\x66\x9d", "\x8c\x48", "\x8c\x4d", "\x00\x00", "\x00\x00", + "\x66\x9f", "\x66\xa0", "\x8c\x46", "\x8c\x4f", "\x8c\x51", "\x8c\x4a", + "\x8c\x4c", "\x8c\x4e", "\x8c\x4b", "\x8c\x52", "\x66\x9c", "\x66\xa2", + "\x66\x9e", "\x00\x00", "\x66\x9b", "\x8d\x9f", "\x00\x00", "\x67\x62", + "\x8d\x9d", "\x00\x00", "\x00\x00", "\x8d\xa1", "\x00\x00", "\x8d\xa2", + "\x67\x60", "\x8d\xa3", "\x8d\xa0", "\x00\x00", "\x8d\x9e", "\x67\x63", + "\x67\x5f", "\x8d\xa4", "\x00\x00", "\x67\x61", "\x67\x5e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xaa", "\x00\x00", "\x00\x00", "\x67\xab", + "\x8e\xbd", "\x8e\xbc", "\x8e\xbf", "\x8e\xc0", "\x00\x00", "\x67\xac", + "\x8f\xa6", "\x8f\xab", "\x67\xf3", "\x00\x00", "\x8f\xa8", "\x00\x00", + "\x8f\xa7", "\x8f\xaa", "\x8f\xa9", "\x00\x00", "\x90\x73", "\x00\x00", + "\x68\x68", "\x90\x72", "\x90\x70", "\x00\x00", "\x90\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\x8b", "\x68\x8a", "\x90\xd0", "\x90\xd1", + "\x68\x8c", "\x00\x00", "\x91\x5e", "\x91\x5f", "\x68\xb3", "\x00\x00", + "\x68\xb9", "\x00\x00", "\x91\x99", "\x91\xb8", "\x4f\xc6", "\x00\x00", + "\x75\x72", "\x00\x00", "\x75\x73", "\x7c\x7a", "\x7f\xb9", "\x82\xcf", + "\x64\xcf", "\x00\x00", "\x64\xce", "\x8a\x7c", "\x8c\x53", "\x00\x00", + "\x90\x74", "\x4f\xc7", "\x72\x43", "\x56\x5f", "\x58\xc6", "\x7c\x7c", + "\x7c\x7b", "\x61\xa5", "\x82\xd0", "\x61\xa6", "\x88\x7d", "\x65\xc1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\xc2", "\x4f\xc8", "\x6c\xeb", + "\x72\x44", "\x00\x00", "\x00\x00", "\x58\xc7", "\x00\x00", "\x75\x74", + "\x75\x75", "\x00\x00", "\x78\xcb", "\x00\x00", "\x5b\x4f", "\x5d\x8e", + "\x00\x00", "\x7c\x7e", "\x7c\x7d", "\x7c\x7f", "\x00\x00", "\x7f\xba", + "\x7f\xbb", "\x5f\xaf", "\x63\x67", "\x61\xa7", "\x63\x68", "\x00\x00", + "\x88\x82", "\x88\x7e", "\x88\x81", "\x88\x7f", "\x64\xd0", "\x00\x00", + "\x8a\x7d", "\x8c\x55", "\x8c\x54", "\x6b\x45", "\x56\x61", "\x56\x60", + "\x72\x45", "\x00\x00", "\x75\x76", "\x00\x00", "\x00\x00", "\x78\xcd", + "\x78\xcc", "\x5b\x50", "\x00\x00", "\x7c\x82", "\x7c\x83", "\x7c\x81", + "\x00\x00", "\x00\x00", "\x5d\x90", "\x5d\x8f", "\x00\x00", "\x5f\xb1", + "\x5f\xb0", "\x00\x00", "\x82\xd1", "\x85\xdd", "\x85\xdb", "\x85\xdc", + "\x63\x69", "\x88\x84", "\x88\x83", "\x00\x00", "\x8a\x81", "\x8a\x7f", + "\x8a\x7e", "\x8c\x56", "\x00\x00", "\x91\x9a", "\x4f\xc9", "\x53\xd6", + "\x00\x00", "\x53\xd7", "\x56\x62", "\x56\x63", "\x72\x47", "\x72\x46", + "\x75\x77", "\x00\x00", "\x58\xcd", "\x58\xcb", "\x58\xc8", "\x58\xcc", + "\x58\xca", "\x58\xc9", "\x00\x00", "\x00\x00", "\x5b\x51", "\x78\xd0", + "\x00\x00", "\x5d\x95", "\x5b\x53", "\x5b\x58", "\x78\xd2", "\x5b\x5a", + "\x5b\x59", "\x5b\x5c", "\x78\xd1", "\x78\xce", "\x5b\x56", "\x5b\x52", + "\x5b\x54", "\x78\xcf", "\x5b\x5b", "\x5b\x57", "\x5b\x55", "\x5d\x97", + "\x5d\x96", "\x5d\x94", "\x5d\x98", "\x00\x00", "\x5d\x92", "\x5d\x93", + "\x00\x00", "\x5d\x91", "\x00\x00", "\x7c\x84", "\x00\x00", "\x00\x00", + "\x7f\xbd", "\x00\x00", "\x5f\xb3", "\x5f\xb4", "\x5f\xb2", "\x00\x00", + "\x7f\xbc", "\x00\x00", "\x7f\xbe", "\x00\x00", "\x82\xd4", "\x82\xd6", + "\x00\x00", "\x61\xb0", "\x82\xd7", "\x61\xa9", "\x82\xd3", "\x61\xa8", + "\x61\xb2", "\x61\xae", "\x61\xaf", "\x61\xab", "\x82\xd2", "\x61\xaa", + "\x82\xd8", "\x82\xd5", "\x00\x00", "\x61\xb1", "\x00\x00", "\x61\xac", + "\x61\xad", "\x85\xdf", "\x00\x00", "\x85\xe1", "\x85\xe0", "\x00\x00", + "\x85\xe2", "\x63\x6a", "\x85\xde", "\x00\x00", "\x00\x00", "\x64\xd4", + "\x88\x85", "\x64\xd1", "\x64\xd5", "\x64\xd3", "\x64\xd2", "\x8a\x82", + "\x00\x00", "\x8a\x85", "\x00\x00", "\x8a\x84", "\x00\x00", "\x8a\x83", + "\x65\xc2", "\x8c\x57", "\x8c\x58", "\x66\xa3", "\x8c\x59", "\x66\xa4", + "\x00\x00", "\x00\x00", "\x67\x65", "\x00\x00", "\x67\x64", "\x8e\xc1", + "\x00\x00", "\x00\x00", "\x67\xad", "\x8e\xc2", "\x8f\xac", "\x67\xf4", + "\x67\xf5", "\x00\x00", "\x90\x75", "\x00\x00", "\x68\x8e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\xca", + "\x00\x00", "\x58\xcf", "\x58\xce", "\x7c\x85", "\x7c\x86", "\x00\x00", + "\x5f\xb5", "\x85\xe3", "\x61\xb3", "\x85\xe4", "\x88\x86", "\x4f\xcb", + "\x00\x00", "\x6f\x74", "\x53\xd9", "\x53\xd8", "\x00\x00", "\x72\x48", + "\x56\x64", "\x72\x49", "\x75\x7a", "\x00\x00", "\x75\x79", "\x00\x00", + "\x75\x78", "\x00\x00", "\x00\x00", "\x78\xd4", "\x5b\x5f", "\x00\x00", + "\x00\x00", "\x78\xd3", "\x5b\x5e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x78\xd5", "\x5b\x5d", "\x00\x00", "\x7c\x88", "\x7c\x8b", "\x7c\x89", + "\x7c\x8a", "\x7c\x8e", "\x7c\x87", "\x7c\x8f", "\x7c\x8c", "\x7c\x8d", + "\x5f\xb7", "\x7f\xbf", "\x00\x00", "\x00\x00", "\x5f\xb6", "\x00\x00", + "\x82\xdc", "\x82\xda", "\x00\x00", "\x00\x00", "\x61\xb4", "\x82\xd9", + "\x82\xdb", "\x00\x00", "\x61\xb5", "\x00\x00", "\x85\xe5", "\x00\x00", + "\x85\xe6", "\x64\xd6", "\x00\x00", "\x8c\x5b", "\x8c\x5d", "\x8c\x5a", + "\x8c\x5c", "\x8d\xa5", "\x8e\xc3", "\x00\x00", "\x00\x00", "\x91\x81", + "\x4f\xcc", "\x53\xda", "\x72\x4a", "\x72\x4c", "\x72\x4b", "\x00\x00", + "\x75\x7d", "\x58\xd1", "\x00\x00", "\x75\x7b", "\x00\x00", "\x58\xd0", + "\x75\x7e", "\x00\x00", "\x75\x7f", "\x75\x7c", "\x00\x00", "\x00\x00", + "\x78\xe1", "\x5b\x67", "\x78\xd9", "\x78\xdf", "\x00\x00", "\x00\x00", + "\x5b\x62", "\x5b\x65", "\x78\xd8", "\x5b\x60", "\x78\xdc", "\x7c\x95", + "\x5b\x64", "\x00\x00", "\x78\xd7", "\x00\x00", "\x78\xdd", "\x78\xda", + "\x78\xe0", "\x78\xd6", "\x78\xde", "\x5b\x63", "\x5b\x66", "\x78\xdb", + "\x5b\x61", "\x00\x00", "\x5d\x9a", "\x7c\x91", "\x5d\x99", "\x7c\x98", + "\x7c\x97", "\x5d\xa0", "\x00\x00", "\x5d\xa1", "\x7c\x99", "\x5d\x9b", + "\x7c\x96", "\x5d\x9f", "\x7c\x9b", "\x7c\x92", "\x00\x00", "\x7c\x94", + "\x5d\x9c", "\x7c\x90", "\x7c\x93", "\x7c\x9a", "\x5d\x9d", "\x7c\x9c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x9e", + "\x00\x00", "\x5f\xb8", "\x7f\xc4", "\x7f\xca", "\x7f\xc2", "\x7f\xcb", + "\x00\x00", "\x7f\xc1", "\x7f\xc6", "\x7f\xcc", "\x7f\xc9", "\x7f\xc8", + "\x7f\xc7", "\x00\x00", "\x7f\xc0", "\x7f\xc5", "\x00\x00", "\x00\x00", + "\x7f\xc3", "\x00\x00", "\x61\xba", "\x61\xb7", "\x82\xe5", "\x82\xea", + "\x82\xec", "\x82\xe9", "\x82\xe2", "\x82\xe4", "\x82\xee", "\x82\xeb", + "\x82\xe6", "\x82\xef", "\x82\xe3", "\x82\xed", "\x61\xb8", "\x61\xbe", + "\x61\xbc", "\x82\xdd", "\x61\xbd", "\x61\xb9", "\x82\xde", "\x82\xe0", + "\x82\xdf", "\x82\xe7", "\x82\xe8", "\x00\x00", "\x61\xbb", "\x00\x00", + "\x61\xb6", "\x00\x00", "\x00\x00", "\x82\xe1", "\x00\x00", "\x85\xf0", + "\x63\x6c", "\x00\x00", "\x85\xe7", "\x63\x6d", "\x63\x70", "\x85\xec", + "\x00\x00", "\x85\xe9", "\x63\x6f", "\x00\x00", "\x00\x00", "\x85\xed", + "\x85\xee", "\x85\xe8", "\x85\xf1", "\x85\xea", "\x85\xef", "\x63\x6e", + "\x00\x00", "\x63\x6b", "\x85\xeb", "\x00\x00", "\x88\x8c", "\x64\xd9", + "\x64\xd7", "\x64\xda", "\x64\xd8", "\x88\x8b", "\x88\x88", "\x88\x87", + "\x00\x00", "\x88\x8a", "\x00\x00", "\x00\x00", "\x88\x89", "\x8a\x93", + "\x65\xc8", "\x8a\x8a", "\x8a\x89", "\x00\x00", "\x65\xc3", "\x8a\x8f", + "\x8a\x8e", "\x8a\x86", "\x8a\x91", "\x8a\x8b", "\x65\xc7", "\x8a\x88", + "\x8a\x90", "\x8a\x87", "\x65\xc4", "\x65\xc6", "\x8a\x8c", "\x65\xc5", + "\x8a\x8d", "\x00\x00", "\x8a\x92", "\x8c\x61", "\x00\x00", "\x66\xa9", + "\x8c\x5e", "\x00\x00", "\x8c\x62", "\x00\x00", "\x00\x00", "\x66\xa6", + "\x8c\x60", "\x66\xab", "\x00\x00", "\x66\xa8", "\x00\x00", "\x8c\x5f", + "\x00\x00", "\x66\xaa", "\x8c\x63", "\x66\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x67", "\x67\x69", "\x00\x00", "\x8d\xa8", + "\x67\x68", "\x8d\xa6", "\x66\xa7", "\x8d\xa7", "\x67\x66", "\x67\xae", + "\x67\xb0", "\x8e\xc5", "\x67\xaf", "\x8e\xc4", "\x00\x00", "\x8f\xb1", + "\x67\xf6", "\x8f\xb0", "\x67\xf7", "\x8f\xae", "\x8f\xad", "\x8f\xb2", + "\x8f\xb3", "\x90\x76", "\x00\x00", "\x8f\xaf", "\x00\x00", "\x00\x00", + "\x90\xd5", "\x90\xd2", "\x90\xd3", "\x90\xd4", "\x68\xa8", "\x00\x00", + "\x91\x62", "\x91\x61", "\x91\x60", "\x91\x82", "\x00\x00", "\x91\xae", + "\x91\x9b", "\x68\xba", "\x4f\xcd", "\x56\x65", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xa2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xbf", + "\x00\x00", "\x00\x00", "\x85\xf2", "\x00\x00", "\x00\x00", "\x65\xc9", + "\x00\x00", "\x8c\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x91\x9c", "\x4f\xce", "\x51\xd0", "\x53\xdc", + "\x53\xdb", "\x00\x00", "\x56\x68", "\x00\x00", "\x72\x4d", "\x56\x66", + "\x72\x4e", "\x56\x67", "\x00\x00", "\x00\x00", "\x75\x85", "\x75\x81", + "\x00\x00", "\x00\x00", "\x58\xd2", "\x75\x84", "\x75\x83", "\x75\x82", + "\x58\xd3", "\x75\x86", "\x75\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x78\xe8", "\x78\xe6", "\x78\xea", "\x78\xeb", "\x78\xf1", "\x00\x00", + "\x78\xed", "\x78\xef", "\x00\x00", "\x78\xe7", "\x78\xe2", "\x00\x00", + "\x78\xee", "\x00\x00", "\x00\x00", "\x78\xf0", "\x78\xe9", "\x78\xec", + "\x78\xe3", "\x5b\x69", "\x78\xe5", "\x78\xe4", "\x5b\x68", "\x5b\x6a", + "\x00\x00", "\x5d\xa5", "\x7c\x9e", "\x7c\xa0", "\x7c\x9f", "\x7c\xa4", + "\x5d\xa3", "\x00\x00", "\x7c\xa1", "\x7c\x9d", "\x7c\xa2", "\x7c\xa3", + "\x5d\xa4", "\x5d\xa6", "\x7c\xa5", "\x00\x00", "\x7f\xd0", "\x7f\xcf", + "\x00\x00", "\x7f\xcd", "\x7f\xce", "\x5f\xba", "\x5f\xbc", "\x5f\xb9", + "\x5f\xbb", "\x82\xf6", "\x82\xf7", "\x82\xf2", "\x00\x00", "\x82\xf3", + "\x61\xc1", "\x61\xc6", "\x61\xc0", "\x61\xc7", "\x61\xc2", "\x82\xf4", + "\x00\x00", "\x00\x00", "\x82\xf5", "\x82\xf1", "\x61\xc8", "\x61\xc4", + "\x00\x00", "\x00\x00", "\x61\xc3", "\x61\xc5", "\x00\x00", "\x82\xf0", + "\x00\x00", "\x85\xf4", "\x63\x72", "\x00\x00", "\x00\x00", "\x85\xf6", + "\x63\x74", "\x85\xf9", "\x85\xf5", "\x85\xf3", "\x85\xf8", "\x63\x73", + "\x85\xf7", "\x00\x00", "\x63\x71", "\x00\x00", "\x00\x00", "\x64\xdc", + "\x64\xdf", "\x88\x8e", "\x00\x00", "\x64\xdd", "\x88\x8d", "\x64\xdb", + "\x64\xde", "\x8a\x94", "\x8a\x95", "\x8a\x96", "\x65\xca", "\x00\x00", + "\x8a\x97", "\x00\x00", "\x65\xcb", "\x66\xad", "\x8c\x67", "\x8c\x68", + "\x8c\x66", "\x8c\x65", "\x8c\x69", "\x66\xac", "\x8d\xac", "\x8d\xaa", + "\x8d\xab", "\x8d\xad", "\x8d\xa9", "\x8d\xae", "\x8e\xc7", "\x00\x00", + "\x8e\xc8", "\x8e\xc6", "\x67\xb1", "\x8f\xb4", "\x67\xf8", "\x8f\xb5", + "\x90\x78", "\x90\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4f\xcf", "\x5b\x6b", "\x00\x00", "\x00\x00", + "\x5d\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xbd", "\x00\x00", + "\x00\x00", "\x63\x76", "\x00\x00", "\x63\x75", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x66\xae", "\x67\x49", "\x67\xb2", "\x4f\xd0", + "\x56\x69", "\x5d\xa8", "\x00\x00", "\x8c\x6a", "\x48\xe2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x47", "\x00\x00", "\x00\x00", "\x4f\xd1", + "\x00\x00", "\x4f\xd4", "\x4f\xd3", "\x4f\xd2", "\x00\x00", "\x00\x00", + "\x6b\x46", "\x00\x00", "\x6c\xed", "\x00\x00", "\x6c\xef", "\x51\xd1", + "\x00\x00", "\x00\x00", "\x51\xd3", "\x6c\xec", "\x6c\xee", "\x51\xd2", + "\x6c\xf1", "\x6c\xf0", "\x6c\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\x78", + "\x6f\x76", "\x53\xdf", "\x6f\x75", "\x53\xe4", "\x53\xe1", "\x53\xde", + "\x00\x00", "\x53\xe5", "\x00\x00", "\x53\xe0", "\x53\xe3", "\x00\x00", + "\x53\xe2", "\x6f\x77", "\x00\x00", "\x53\xdd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x6f", "\x72\x50", "\x72\x56", "\x56\x6c", "\x56\x73", + "\x00\x00", "\x56\x6e", "\x72\x53", "\x72\x55", "\x56\x71", "\x72\x4f", + "\x72\x52", "\x56\x6d", "\x56\x6a", "\x72\x51", "\x56\x70", "\x72\x54", + "\x56\x72", "\x56\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x75\x89", "\x75\x8c", "\x58\xd5", "\x00\x00", "\x58\xdf", "\x58\xdb", + "\x75\x8a", "\x00\x00", "\x00\x00", "\x58\xe3", "\x58\xdc", "\x58\xe1", + "\x58\xd7", "\x00\x00", "\x58\xd4", "\x58\xd6", "\x58\xe2", "\x75\x8b", + "\x58\xda", "\x58\xdd", "\x58\xd9", "\x58\xde", "\x75\x8d", "\x58\xe0", + "\x58\xd8", "\x75\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x78\xf2", "\x5b\x6c", + "\x78\xf4", "\x00\x00", "\x5b\x6e", "\x5b\x70", "\x00\x00", "\x78\xf3", + "\x5b\x6d", "\x5b\x71", "\x00\x00", "\x5b\x6f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xae", "\x7c\xaa", "\x5d\xb6", "\x7c\xa7", "\x00\x00", + "\x5d\xb7", "\x5d\xac", "\x00\x00", "\x7c\xa8", "\x00\x00", "\x00\x00", + "\x5d\xb1", "\x00\x00", "\x7c\xa9", "\x5d\xaa", "\x5d\xa9", "\x00\x00", + "\x5d\xb4", "\x5d\xb3", "\x5d\xb2", "\x5d\xb0", "\x5d\xb5", "\x7c\xa6", + "\x5d\xab", "\x5d\xad", "\x5d\xaf", "\x00\x00", "\x00\x00", "\x5f\xbf", + "\x5f\xc2", "\x00\x00", "\x5f\xc6", "\x5f\xc0", "\x5f\xc5", "\x5f\xc3", + "\x00\x00", "\x5f\xbe", "\x00\x00", "\x5f\xc4", "\x5f\xc1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x82\xfb", "\x61\xcb", "\x61\xc9", "\x00\x00", + "\x82\xfc", "\x00\x00", "\x61\xcc", "\x61\xca", "\x82\xfa", "\x82\xf9", + "\x00\x00", "\x63\x7a", "\x82\xf8", "\x63\x78", "\x63\x77", "\x85\xfa", + "\x61\xcd", "\x63\x79", "\x85\xfb", "\x63\x7c", "\x85\xfc", "\x63\x7b", + "\x64\xe1", "\x88\x90", "\x64\xe0", "\x64\xe5", "\x64\xe3", "\x64\xe4", + "\x65\xcd", "\x64\xe2", "\x88\x8f", "\x85\xfd", "\x65\xcc", "\x65\xce", + "\x00\x00", "\x66\xaf", "\x66\xb0", "\x00\x00", "\x8d\xaf", "\x00\x00", + "\x68\x6a", "\x68\x69", "\x4f\xd6", "\x00\x00", "\x00\x00", "\x69\xf4", + "\x56\x74", "\x00\x00", "\x69\xf1", "\x69\xf2", "\x69\xf0", "\x00\x00", + "\x69\xf3", "\x00\x00", "\x00\x00", "\x6b\x4b", "\x6b\x48", "\x6b\x4d", + "\x6b\x49", "\x4f\xd7", "\x4f\xda", "\x00\x00", "\x6b\x4a", "\x4f\xd9", + "\x6b\x4c", "\x00\x00", "\x00\x00", "\x4f\xd8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6c\xf5", "\x6c\xf7", "\x51\xd6", "\x6c\xf3", + "\x6c\xf6", "\x6c\xf4", "\x51\xd4", "\x51\xd7", "\x00\x00", "\x51\xd5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\x7a", "\x6f\x7e", + "\x6f\x7b", "\x00\x00", "\x53\xe8", "\x00\x00", "\x53\xe9", "\x00\x00", + "\x6f\x7d", "\x00\x00", "\x6f\x7f", "\x6f\x82", "\x00\x00", "\x53\xe6", + "\x6f\x81", "\x00\x00", "\x00\x00", "\x53\xe7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x75\x94", "\x6f\x7c", "\x72\x57", + "\x72\x60", "\x72\x5e", "\x72\x59", "\x72\x5a", "\x72\x5f", "\x72\x61", + "\x56\x76", "\x00\x00", "\x72\x5c", "\x72\x58", "\x56\x75", "\x56\x77", + "\x72\x5b", "\x72\x62", "\x72\x5d", "\x00\x00", "\x00\x00", "\x58\xe4", + "\x75\x97", "\x75\x8f", "\x75\x95", "\x75\x96", "\x58\xe5", "\x00\x00", + "\x75\x8e", "\x75\x90", "\x6f\x79", "\x75\x92", "\x75\x93", "\x75\x91", + "\x5b\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x78\xfb", "\x86\x41", + "\x78\xfc", "\x78\xf9", "\x58\xe6", "\x5b\x75", "\x78\xf8", "\x79\x41", + "\x78\xfd", "\x5b\x72", "\x79\x44", "\x78\xf7", "\x79\x43", "\x78\xf5", + "\x79\x42", "\x78\xfa", "\x5b\x74", "\x00\x00", "\x7c\xb1", "\x00\x00", + "\x7c\xac", "\x7c\xb2", "\x7c\xad", "\x7c\xab", "\x7c\xae", "\x5d\xb8", + "\x00\x00", "\x7c\xb0", "\x00\x00", "\x7c\xaf", "\x5d\xb9", "\x5f\xc8", + "\x5f\xc7", "\x7f\xd7", "\x7f\xda", "\x7f\xd2", "\x7f\xd6", "\x5f\xc9", + "\x7f\xd5", "\x7f\xd3", "\x7f\xd9", "\x7f\xd4", "\x7f\xd1", "\x7f\xd8", + "\x00\x00", "\x83\x45", "\x61\xd0", "\x8a\x98", "\x83\x42", "\x83\x43", + "\x83\x41", "\x78\xf6", "\x61\xcf", "\x83\x46", "\x82\xfd", "\x61\xce", + "\x61\xd1", "\x83\x44", "\x86\x42", "\x63\x7d", "\x86\x43", "\x86\x44", + "\x00\x00", "\x88\x91", "\x64\xe6", "\x8a\x99", "\x8a\x9a", "\x00\x00", + "\x00\x00", "\x8a\x9b", "\x8c\x6c", "\x8c\x6b", "\x8d\xb1", "\x00\x00", + "\x8d\xb0", "\x8e\xca", "\x8e\xcb", "\x8e\xc9", "\x8f\xb6", "\x67\xf9", + "\x4f\xdb", "\x53\xeb", "\x53\xea", "\x56\x7a", "\x56\x79", "\x72\x64", + "\x72\x65", "\x72\x63", "\x00\x00", "\x56\x78", "\x75\x9b", "\x00\x00", + "\x75\x9c", "\x75\x98", "\x58\xe7", "\x75\x99", "\x00\x00", "\x75\x9a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x79\x47", "\x79\x49", + "\x79\x45", "\x79\x48", "\x5b\x76", "\x79\x46", "\x5b\x77", "\x00\x00", + "\x00\x00", "\x79\xf9", "\x5d\xbc", "\x5d\xbb", "\x00\x00", "\x5d\xba", + "\x00\x00", "\x7c\xb3", "\x7c\xb4", "\x00\x00", "\x00\x00", "\x7f\xdc", + "\x7f\xde", "\x5f\xcd", "\x5f\xca", "\x00\x00", "\x5f\xcc", "\x5f\xcb", + "\x7f\xdd", "\x7f\xdb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x83\x4d", "\x83\x4a", "\x83\x4b", "\x61\xd5", "\x83\x4c", + "\x83\x47", "\x83\x48", "\x61\xd2", "\x00\x00", "\x61\xd3", "\x83\x49", + "\x61\xd4", "\x00\x00", "\x86\x48", "\x00\x00", "\x86\x49", "\x86\x46", + "\x86\x47", "\x63\x7e", "\x86\x45", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x88\x95", "\x88\x92", "\x88\x94", "\x64\xe9", + "\x88\x98", "\x64\xe8", "\x88\x96", "\x88\x99", "\x88\x97", "\x88\x93", + "\x64\xe7", "\x00\x00", "\x8a\x9d", "\x00\x00", "\x8a\x9e", "\x8a\x9c", + "\x00\x00", "\x8a\xa0", "\x65\xcf", "\x65\xd0", "\x8c\x6e", "\x66\xb2", + "\x8a\x9f", "\x8c\x6d", "\x66\xb1", "\x8d\xb4", "\x8d\xb5", "\x67\x6a", + "\x8d\xb3", "\x00\x00", "\x8d\xb2", "\x00\x00", "\x8e\xcc", "\x67\xb3", + "\x00\x00", "\x90\x79", "\x90\xd7", "\x90\xd6", "\x00\x00", "\x68\x8f", + "\x68\xa9", "\x90\xd8", "\x91\x83", "\x00\x00", "\x68\xbb", "\x4f\xdc", + "\x51\xd8", "\x00\x00", "\x5d\xbd", "\x00\x00", "\x67\x6b", "\x4f\xdd", + "\x53\xec", "\x58\xe8", "\x5b\x78", "\x65\xd1", "\x51\xd9", "\x00\x00", + "\x6f\x84", "\x6f\x83", "\x72\x66", "\x00\x00", "\x56\x7d", "\x56\x7b", + "\x56\x7f", "\x72\x68", "\x00\x00", "\x56\x7e", "\x56\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x72\x67", "\x58\xeb", "\x75\xa2", + "\x00\x00", "\x58\xea", "\x58\xec", "\x75\xa7", "\x58\xee", "\x75\xa4", + "\x75\xa5", "\x75\x9d", "\x58\xed", "\x75\xa8", "\x00\x00", "\x00\x00", + "\x75\x9f", "\x00\x00", "\x75\xa0", "\x75\x9e", "\x58\xe9", "\x00\x00", + "\x75\xa6", "\x75\xa1", "\x75\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x79\x55", "\x00\x00", "\x79\x54", "\x79\x52", "\x79\x4a", "\x79\x59", + "\x79\x4d", "\x79\x57", "\x79\x5e", "\x79\x56", "\x5b\x81", "\x00\x00", + "\x5b\x7c", "\x79\x4b", "\x00\x00", "\x79\x51", "\x5b\x7e", "\x00\x00", + "\x79\x50", "\x5b\x7f", "\x5b\x82", "\x79\x53", "\x00\x00", "\x5b\x79", + "\x5b\x7a", "\x79\x5f", "\x79\x5d", "\x00\x00", "\x79\x5c", "\x79\x4e", + "\x00\x00", "\x79\x5a", "\x00\x00", "\x5b\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x7b", "\x79\x5b", "\x79\x4c", "\x79\x4f", + "\x79\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x80\x44", "\x7c\xbe", "\x00\x00", "\x7c\xb7", "\x7c\xca", "\x7c\xd3", + "\x7c\xba", "\x5d\xc8", "\x00\x00", "\x7c\xc7", "\x5d\xbe", "\x5d\xc0", + "\x5d\xcc", "\x7c\xb8", "\x00\x00", "\x00\x00", "\x5d\xc1", "\x5d\xc3", + "\x5d\xcd", "\x5d\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xcb", "\x7c\xc0", "\x00\x00", "\x7c\xb5", "\x5d\xc9", "\x7c\xbf", + "\x5d\xc5", "\x7c\xd1", "\x5d\xca", "\x7c\xcf", "\x7c\xc3", "\x7c\xcd", + "\x5d\xc7", "\x7c\xb6", "\x7c\xd0", "\x7c\xcb", "\x00\x00", "\x7c\xd2", + "\x5d\xbf", "\x00\x00", "\x00\x00", "\x5d\xce", "\x5d\xc4", "\x00\x00", + "\x00\x00", "\x7c\xbc", "\x00\x00", "\x7c\xc4", "\x7c\xc8", "\x00\x00", + "\x7c\xcc", "\x5d\xc6", "\x7c\xbb", "\x7c\xb9", "\x7c\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x7c\xc2", "\x7c\xc1", "\x00\x00", + "\x7c\xc6", "\x7c\xc9", "\x00\x00", "\x7c\xce", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7f\xe1", "\x00\x00", "\x5f\xce", "\x7f\xeb", "\x7f\xe3", + "\x5f\xd3", "\x5f\xd7", "\x7f\xf4", "\x7f\xfc", "\x7f\xed", "\x5f\xcf", + "\x00\x00", "\x7f\xf1", "\x7c\xbd", "\x00\x00", "\x5f\xd0", "\x7f\xf8", + "\x7f\xfd", "\x7f\xf5", "\x00\x00", "\x7f\xf7", "\x80\x43", "\x7f\xf9", + "\x7f\xe7", "\x7f\xf0", "\x00\x00", "\x00\x00", "\x5f\xd8", "\x00\x00", + "\x5f\xd4", "\x7f\xe5", "\x7f\xf2", "\x5f\xd2", "\x7f\xec", "\x5f\xd1", + "\x7f\xfa", "\x7f\xe9", "\x7f\xe2", "\x5f\xd5", "\x80\x42", "\x00\x00", + "\x00\x00", "\x7f\xe4", "\x7f\xf6", "\x7f\xf3", "\x7f\xee", "\x7f\xe0", + "\x7f\xdf", "\x7f\xe8", "\x7f\xfb", "\x5f\xd6", "\x80\x41", "\x7f\xe6", + "\x7f\xea", "\x61\xda", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\xe2", "\x61\xdd", "\x83\x6e", "\x83\x6b", "\x83\x53", + "\x61\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xd7", "\x61\xde", + "\x00\x00", "\x00\x00", "\x00\x00", "\x83\x51", "\x61\xdc", "\x83\x5d", + "\x83\x4f", "\x83\x50", "\x61\xd6", "\x83\x6d", "\x61\xe0", "\x83\x60", + "\x83\x65", "\x83\x5f", "\x86\x5b", "\x83\x5b", "\x83\x63", "\x83\x61", + "\x83\x54", "\x83\x4e", "\x83\x69", "\x61\xdf", "\x83\x6a", "\x00\x00", + "\x83\x64", "\x00\x00", "\x83\x59", "\x83\x57", "\x83\x52", "\x00\x00", + "\x00\x00", "\x00\x00", "\x83\x5a", "\x83\x67", "\x83\x56", "\x83\x66", + "\x83\x6c", "\x00\x00", "\x00\x00", "\x61\xdb", "\x00\x00", "\x83\x62", + "\x83\x68", "\x83\x5e", "\x83\x58", "\x61\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x7f\xef", "\x83\x5c", "\x61\xe1", "\x83\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x86\x61", "\x63\x82", + "\x86\x60", "\x86\x5d", "\x86\x70", "\x63\x86", "\x00\x00", "\x86\x6d", + "\x86\x65", "\x86\x6f", "\x86\x56", "\x86\x63", "\x00\x00", "\x63\x88", + "\x00\x00", "\x86\x4e", "\x00\x00", "\x86\x4c", "\x86\x6e", "\x00\x00", + "\x86\x6c", "\x86\x6b", "\x86\x5a", "\x86\x59", "\x86\x4f", "\x63\x8a", + "\x00\x00", "\x86\x55", "\x86\x5f", "\x86\x6a", "\x63\x8d", "\x86\x71", + "\x00\x00", "\x64\xf1", "\x63\x8f", "\x63\x89", "\x86\x53", "\x00\x00", + "\x86\x5c", "\x86\x4b", "\x86\x4d", "\x63\x7f", "\x63\x8c", "\x63\x85", + "\x86\x54", "\x86\x64", "\x86\x5e", "\x63\x8b", "\x86\x4a", "\x64\xec", + "\x86\x66", "\x86\x69", "\x63\x87", "\x00\x00", "\x86\x58", "\x63\x8e", + "\x63\x84", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x83", "\x86\x62", + "\x86\x68", "\x63\x81", "\x00\x00", "\x86\x51", "\x86\x67", "\x00\x00", + "\x00\x00", "\x86\x52", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x86\x57", + "\x88\x9f", "\x00\x00", "\x88\xa4", "\x64\xee", "\x64\xf0", "\x88\xaa", + "\x64\xea", "\x88\xb9", "\x88\xb0", "\x88\xa5", "\x88\xa6", "\x88\xaf", + "\x00\x00", "\x64\xf7", "\x88\xae", "\x88\x9e", "\x88\xad", "\x88\xa1", + "\x88\xba", "\x64\xf6", "\x64\xf4", "\x88\xa2", "\x00\x00", "\x88\xb5", + "\x00\x00", "\x88\xa7", "\x88\xb4", "\x00\x00", "\x88\xb6", "\x88\x9d", + "\x64\xef", "\x00\x00", "\x88\xb7", "\x00\x00", "\x00\x00", "\x88\xab", + "\x00\x00", "\x64\xf3", "\x88\xa8", "\x00\x00", "\x00\x00", "\x64\xf5", + "\x88\xb1", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xed", "\x88\xa3", + "\x88\xb2", "\x00\x00", "\x88\xac", "\x86\x50", "\x88\xb3", "\x88\xa0", + "\x00\x00", "\x64\xf2", "\x00\x00", "\x88\xb8", "\x00\x00", "\x64\xeb", + "\x88\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x8a\xae", + "\x8a\xa7", "\x65\xd3", "\x00\x00", "\x8a\xa2", "\x8a\xb1", "\x8a\xa9", + "\x88\xa9", "\x00\x00", "\x8a\xb3", "\x8a\xa3", "\x00\x00", "\x65\xd2", + "\x8a\xad", "\x65\xd4", "\x65\xdc", "\x65\xda", "\x8a\xaf", "\x65\xdb", + "\x8a\xa5", "\x00\x00", "\x8a\xa6", "\x8a\xab", "\x8a\xb0", "\x00\x00", + "\x88\x9a", "\x65\xd5", "\x8a\xb8", "\x8a\xb5", "\x8a\xb9", "\x8a\xac", + "\x8a\xa8", "\x8a\xb6", "\x8c\x79", "\x8a\xaa", "\x00\x00", "\x65\xd8", + "\x00\x00", "\x65\xd7", "\x88\x9c", "\x65\xd9", "\x8a\xb2", "\x8a\xb4", + "\x65\xd6", "\x8a\xb7", "\x8a\xa1", "\x00\x00", "\x8a\xa4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8c\x83", "\x00\x00", "\x8c\x72", "\x66\xb6", "\x8c\x81", + "\x00\x00", "\x00\x00", "\x8c\x70", "\x66\xb7", "\x00\x00", "\x8c\x7b", + "\x00\x00", "\x8c\x77", "\x66\xbc", "\x8c\x82", "\x8c\x71", "\x8c\x74", + "\x66\xb4", "\x8c\x84", "\x00\x00", "\x8c\x7c", "\x8c\x7f", "\x66\xba", + "\x66\xbf", "\x66\xbd", "\x8c\x78", "\x8c\x73", "\x00\x00", "\x66\xb8", + "\x66\xb9", "\x8c\x6f", "\x66\xb5", "\x00\x00", "\x66\xb3", "\x66\xbb", + "\x8c\x7e", "\x66\xbe", "\x00\x00", "\x8c\x7a", "\x8c\x85", "\x66\xc0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x8c\x76", "\x00\x00", "\x8c\x7d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8d\xc2", "\x8d\xd0", "\x8d\xc4", "\x8d\xcb", "\x8c\x75", "\x8d\xc9", + "\x8d\xb8", "\x8d\xce", "\x67\x6e", "\x8d\xbc", "\x8d\xcd", "\x8d\xc3", + "\x00\x00", "\x00\x00", "\x67\x6d", "\x00\x00", "\x00\x00", "\x8d\xd2", + "\x8d\xc5", "\x00\x00", "\x8d\xca", "\x8d\xcc", "\x8d\xb6", "\x8d\xcf", + "\x8d\xc1", "\x8d\xc6", "\x8d\xba", "\x8d\xbe", "\x8d\xd1", "\x8d\xc8", + "\x8d\xb7", "\x8d\xbb", "\x8d\xbd", "\x8d\xc7", "\x00\x00", "\x67\x6c", + "\x8d\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8d\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x8d\xbf", "\x8e\xd0", "\x8e\xd5", + "\x67\xba", "\x8e\xd7", "\x00\x00", "\x67\xb4", "\x00\x00", "\x8e\xd3", + "\x8e\xd9", "\x67\xb9", "\x67\xb5", "\x00\x00", "\x67\xb6", "\x8e\xcf", + "\x8e\xd6", "\x67\xb8", "\x8e\xd4", "\x67\xb7", "\x8e\xce", "\x8e\xd2", + "\x8e\xd1", "\x00\x00", "\x8e\xcd", "\x8e\xd8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\xfa", "\x8f\xbd", "\x8f\xc0", "\x8f\xbc", "\x8f\xbe", + "\x8f\xbf", "\x8f\xb9", "\x8f\xba", "\x8f\xb7", "\x00\x00", "\x00\x00", + "\x8f\xbb", "\x8f\xb8", "\x67\xfb", "\x67\xfc", "\x00\x00", "\x00\x00", + "\x90\x7b", "\x00\x00", "\x90\x7d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x90\x7c", "\x90\x7e", "\x00\x00", "\x68\x6c", + "\x00\x00", "\x90\x7a", "\x68\x6b", "\x68\x6d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x90\xda", "\x90\xdb", "\x68\x90", "\x90\xd9", "\x00\x00", + "\x91\x64", "\x91\x63", "\x91\x65", "\x68\xab", "\x91\x66", "\x68\xaa", + "\x91\x67", "\x91\x84", "\x91\x87", "\x91\x86", "\x68\xb4", "\x91\x85", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\xbe", "\x68\xbc", "\x68\xbd", + "\x68\xc3", "\x91\xb0", "\x91\xb1", "\x91\xaf", "\x91\xb9", "\x51\xda", + "\x00\x00", "\x00\x00", "\x75\xa9", "\x79\x60", "\x83\x6f", "\x8c\x86", + "\x00\x00", "\x00\x00", "\x51\xdb", "\x00\x00", "\x53\xed", "\x56\x81", + "\x00\x00", "\x00\x00", "\x75\xaa", "\x00\x00", "\x75\xab", "\x58\xef", + "\x00\x00", "\x5b\x85", "\x79\x62", "\x79\x61", "\x5b\x89", "\x5b\x84", + "\x79\x63", "\x5b\x86", "\x5b\x88", "\x5b\x87", "\x5b\x83", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xcf", "\x00\x00", "\x00\x00", "\x7c\xd7", + "\x7c\xd5", "\x00\x00", "\x7c\xd6", "\x7c\xd4", "\x00\x00", "\x5f\xd9", + "\x00\x00", "\x5f\xdc", "\x5f\xde", "\x5f\xdd", "\x00\x00", "\x00\x00", + "\x5f\xda", "\x5f\xdb", "\x00\x00", "\x83\x71", "\x83\x70", "\x61\xe3", + "\x83\x72", "\x00\x00", "\x83\x73", "\x61\xe4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x86\x79", "\x86\x77", "\x88\xc0", "\x00\x00", "\x86\x75", + "\x86\x76", "\x63\x90", "\x86\x72", "\x86\x7a", "\x86\x74", "\x86\x78", + "\x88\xbc", "\x00\x00", "\x00\x00", "\x88\xbe", "\x00\x00", "\x88\xbf", + "\x64\xfc", "\x88\xbb", "\x64\xfb", "\x88\xbd", "\x64\xf8", "\x64\xf9", + "\x64\xfa", "\x86\x73", "\x00\x00", "\x00\x00", "\x65\xdf", "\x8a\xbc", + "\x8a\xba", "\x8a\xbb", "\x65\xdd", "\x65\xe0", "\x65\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8c\x87", "\x8c\x88", "\x66\xc1", "\x00\x00", + "\x8d\xd3", "\x8d\xd5", "\x8d\xd4", "\x67\x6f", "\x67\xbb", "\x8e\xdc", + "\x8e\xdb", "\x8e\xda", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\xdc", "\x00\x00", "\x69\x8a", "\x00\x00", + "\x69\xf7", "\x4e\x8b", "\x69\xf5", "\x69\xf8", "\x69\xf6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x6b\x4f", "\x00\x00", "\x4f\xe1", "\x00\x00", + "\x4f\xe2", "\x6b\x51", "\x4f\xdf", "\x6b\x50", "\x6b\x4e", "\x4f\xe0", + "\x4f\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x6c\xf8", "\x6c\xfb", "\x51\xdf", "\x6c\xfa", "\x6c\xf9", + "\x00\x00", "\x51\xde", "\x51\xdd", "\x00\x00", "\x51\xe1", "\x6c\xfc", + "\x51\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x6f\x89", "\x53\xef", "\x53\xf0", "\x53\xf1", "\x6f\x8a", "\x6f\x86", + "\x53\xee", "\x6f\x87", "\x00\x00", "\x6f\x88", "\x6f\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x88", "\x00\x00", "\x00\x00", "\x56\x85", + "\x72\x69", "\x56\x86", "\x56\x89", "\x72\x6a", "\x00\x00", "\x56\x84", + "\x56\x82", "\x56\x83", "\x56\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xf0", "\x75\xae", "\x58\xf8", "\x75\xad", + "\x00\x00", "\x75\xb0", "\x58\xf4", "\x75\xaf", "\x5b\x91", "\x58\xf2", + "\x58\xf5", "\x58\xf1", "\x58\xf6", "\x58\xf7", "\x58\xf3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x75\xac", "\x5b\x8d", "\x79\x65", "\x00\x00", + "\x79\x69", "\x00\x00", "\x00\x00", "\x79\x68", "\x5b\x92", "\x5b\x8e", + "\x5b\x8f", "\x79\x64", "\x79\x66", "\x79\x67", "\x5b\x8a", "\x5b\x8c", + "\x00\x00", "\x5b\x90", "\x5b\x8b", "\x00\x00", "\x00\x00", "\x7c\xda", + "\x7c\xd8", "\x7c\xd9", "\x5d\xd1", "\x5d\xd2", "\x00\x00", "\x7c\xdb", + "\x5d\xd0", "\x5f\xdf", "\x00\x00", "\x5f\xe1", "\x5f\xe0", "\x00\x00", + "\x80\x45", "\x00\x00", "\x00\x00", "\x80\x46", "\x83\x75", "\x00\x00", + "\x83\x74", "\x00\x00", "\x00\x00", "\x63\x91", "\x63\x92", "\x86\x7b", + "\x63\x93", "\x00\x00", "\x88\xc3", "\x00\x00", "\x88\xc1", "\x00\x00", + "\x88\xc2", "\x64\xfd", "\x00\x00", "\x8a\xbd", "\x66\xc2", "\x00\x00", + "\x48\xeb", "\x00\x00", "\x65\x41", "\x51\xe2", "\x00\x00", "\x56\x8a", + "\x72\x6b", "\x00\x00", "\x00\x00", "\x75\xb1", "\x58\xf9", "\x5b\x93", + "\x79\x6a", "\x79\x6c", "\x5b\x95", "\x5b\x94", "\x5b\x96", "\x5b\x97", + "\x79\x6b", "\x5d\xd5", "\x5d\xd6", "\x5d\xd4", "\x5f\xe2", "\x5d\xd3", + "\x7c\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xe3", "\x83\x76", + "\x86\x7c", "\x63\x94", "\x65\x42", "\x8a\xbe", "\x8a\xc2", "\x65\xe3", + "\x8a\xbf", "\x65\xe4", "\x65\xe2", "\x8a\xc3", "\x65\xe5", "\x8a\xc1", + "\x00\x00", "\x8c\x89", "\x65\xe1", "\x66\xc3", "\x00\x00", "\x90\xdc", + "\x00\x00", "\x00\x00", "\x51\xe3", "\x58\xfb", "\x58\xfa", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x98", "\x79\x6e", "\x79\x6d", + "\x5b\x99", "\x00\x00", "\x00\x00", "\x7c\xe0", "\x5d\xda", "\x5d\xd7", + "\x7c\xdf", "\x5d\xd9", "\x7c\xdd", "\x5d\xd8", "\x00\x00", "\x7c\xde", + "\x00\x00", "\x80\x47", "\x5f\xe4", "\x00\x00", "\x83\x79", "\x00\x00", + "\x61\xe5", "\x83\x77", "\x61\xe6", "\x61\xe7", "\x83\x78", "\x61\xe8", + "\x00\x00", "\x86\x7d", "\x00\x00", "\x63\x98", "\x63\x95", "\x63\x9a", + "\x86\x7f", "\x63\x96", "\x86\x7e", "\x63\x99", "\x00\x00", "\x00\x00", + "\x63\x97", "\x00\x00", "\x88\xc6", "\x88\xc8", "\x00\x00", "\x00\x00", + "\x65\x43", "\x88\xc7", "\x65\x44", "\x88\xc5", "\x88\xc4", "\x00\x00", + "\x8a\xc5", "\x8a\xc4", "\x65\xe6", "\x8a\xc6", "\x8c\x8e", "\x66\xc5", + "\x8c\x8d", "\x8c\x8a", "\x66\xc4", "\x8c\x8b", "\x8c\x8c", "\x00\x00", + "\x8d\xd6", "\x8d\xd7", "\x67\x70", "\x00\x00", "\x67\xbe", "\x00\x00", + "\x00\x00", "\x8e\xdd", "\x00\x00", "\x00\x00", "\x67\xbc", "\x67\xbd", + "\x8e\xde", "\x00\x00", "\x00\x00", "\x67\xfd", "\x68\x41", "\x8f\xc1", + "\x00\x00", "\x00\x00", "\x68\x91", "\x90\xde", "\x68\x93", "\x00\x00", + "\x90\xdd", "\x90\xdf", "\x68\x92", "\x91\x68", "\x00\x00", "\x91\x9d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x51\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xdb", "\x00\x00", + "\x80\x48", "\x00\x00", "\x83\x7a", "\x63\x9b", "\x63\x9c", "\x00\x00", + "\x51\xe5", "\x00\x00", "\x61\xe9", "\x66\xc6", "\x53\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x9d", "\x00\x00", "\x68\x6e", "\x53\xf3", + "\x75\xb2", "\x00\x00", "\x79\x6f", "\x00\x00", "\x79\x71", "\x00\x00", + "\x79\x70", "\x00\x00", "\x7c\xe4", "\x7c\xe1", "\x5d\xdc", "\x00\x00", + "\x5d\xdd", "\x7c\xe2", "\x7c\xe3", "\x00\x00", "\x80\x4a", "\x80\x4f", + "\x5f\xe5", "\x80\x49", "\x80\x4b", "\x80\x52", "\x80\x4d", "\x80\x51", + "\x80\x4e", "\x80\x4c", "\x80\x50", "\x5f\xe6", "\x00\x00", "\x00\x00", + "\x83\x7d", "\x00\x00", "\x83\x7b", "\x61\xeb", "\x00\x00", "\x61\xea", + "\x83\x7c", "\x61\xec", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x86\x83", "\x00\x00", "\x00\x00", "\x86\x82", "\x63\x9e", "\x86\x81", + "\x88\xc9", "\x00\x00", "\x88\xcb", "\x88\xcd", "\x88\xcc", "\x00\x00", + "\x65\x45", "\x88\xca", "\x8a\xcd", "\x65\xe7", "\x8a\xcb", "\x8a\xce", + "\x65\xe8", "\x00\x00", "\x8a\xc9", "\x00\x00", "\x8a\xcc", "\x8a\xca", + "\x8a\xc7", "\x65\xe9", "\x8a\xc8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8c\x8f", "\x00\x00", "\x00\x00", "\x8c\x91", "\x8c\x90", + "\x00\x00", "\x8d\xd8", "\x00\x00", "\x8d\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8e\xdf", "\x00\x00", "\x68\x43", "\x00\x00", "\x68\x42", + "\x90\x7f", "\x90\x81", "\x68\x94", "\x90\xe0", "\x00\x00", "\x68\xb5", + "\x00\x00", "\x53\xf4", "\x5b\x9a", "\x80\x54", "\x80\x53", "\x83\x7f", + "\x83\x7e", "\x00\x00", "\x00\x00", "\x65\x46", "\x88\xcf", "\x88\xce", + "\x8a\xd1", "\x8a\xcf", "\x8a\xd2", "\x8a\xd0", "\x00\x00", "\x00\x00", + "\x66\xc7", "\x8c\x92", "\x8c\x93", "\x8c\x94", "\x00\x00", "\x8e\xe0", + "\x00\x00", "\x8f\xc2", "\x00\x00", "\x90\xe1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xf5", + "\x00\x00", "\x00\x00", "\x86\x84", "\x88\xd0", "\x00\x00", "\x53\xf6", + "\x00\x00", "\x00\x00", "\x5f\xe7", "\x00\x00", "\x86\x85", "\x65\xea", + "\x8a\xd3", "\x66\xc8", "\x00\x00", "\x8d\xda", "\x8d\xdb", "\x67\xbf", + "\x90\x82", "\x53\xf7", "\x59\x41", "\x59\x42", "\x75\xb3", "\x5b\x9b", + "\x5b\x9c", "\x79\x72", "\x5b\x9d", "\x00\x00", "\x5d\xe1", "\x00\x00", + "\x5d\xe3", "\x7c\xe6", "\x7c\xe7", "\x7c\xe5", "\x5d\xde", "\x5d\xdf", + "\x5d\xe2", "\x5d\xe0", "\x00\x00", "\x00\x00", "\x80\x55", "\x5f\xe8", + "\x5f\xe9", "\x00\x00", "\x00\x00", "\x83\x87", "\x61\xef", "\x83\x82", + "\x83\x81", "\x00\x00", "\x83\x86", "\x61\xed", "\x00\x00", "\x00\x00", + "\x63\xa5", "\x00\x00", "\x83\x83", "\x83\x88", "\x83\x85", "\x83\x84", + "\x00\x00", "\x61\xee", "\x00\x00", "\x63\xa3", "\x00\x00", "\x86\x87", + "\x63\x9f", "\x00\x00", "\x86\x88", "\x00\x00", "\x00\x00", "\x86\x86", + "\x00\x00", "\x63\xa2", "\x63\xa0", "\x63\xa4", "\x00\x00", "\x63\xa1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x88\xd1", + "\x00\x00", "\x88\xd6", "\x88\xd2", "\x88\xd5", "\x65\x47", "\x00\x00", + "\x87\xc0", "\x88\xd4", "\x88\xd3", "\x00\x00", "\x65\xed", "\x65\xeb", + "\x65\xee", "\x65\xec", "\x8a\xd4", "\x8a\xd5", "\x8a\xd6", "\x65\xef", + "\x00\x00", "\x00\x00", "\x00\x00", "\x8c\x98", "\x66\xca", "\x8c\x96", + "\x00\x00", "\x66\xcb", "\x8c\x95", "\x8c\x97", "\x66\xc9", "\x8d\xdf", + "\x8d\xdc", "\x00\x00", "\x8d\xdd", "\x8d\xde", "\x8e\xe1", "\x67\xc1", + "\x00\x00", "\x67\xc0", "\x00\x00", "\x8f\xc4", "\x8f\xc3", "\x68\x44", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x6f", "\x68\x95", "\x68\xac", + "\x91\x69", "\x91\x9e", "\x91\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xf8", "\x79\x73", "\x00\x00", "\x00\x00", "\x7c\xe8", "\x80\x56", + "\x80\x57", "\x5f\xea", "\x00\x00", "\x5f\xeb", "\x83\x89", "\x61\xf0", + "\x00\x00", "\x00\x00", "\x65\x48", "\x00\x00", "\x8a\xd7", "\x00\x00", + "\x65\xf0", "\x8c\x9b", "\x66\xcc", "\x8c\x9a", "\x8c\x9c", "\x8c\x99", + "\x8e\xe4", "\x8d\xe0", "\x8d\xe1", "\x00\x00", "\x67\x71", "\x00\x00", + "\x8e\xe3", "\x00\x00", "\x00\x00", "\x8e\xe2", "\x00\x00", "\x8f\xc5", + "\x91\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xf9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xfa", "\x00\x00", "\x00\x00", "\x56\x8b", "\x72\x6c", + "\x00\x00", "\x75\xb4", "\x00\x00", "\x5b\x9e", "\x00\x00", "\x5b\xa1", + "\x5b\x9f", "\x79\x74", "\x00\x00", "\x5b\xa3", "\x00\x00", "\x5b\xa0", + "\x00\x00", "\x00\x00", "\x5b\xa2", "\x00\x00", "\x5d\xe5", "\x00\x00", + "\x7c\xe9", "\x00\x00", "\x00\x00", "\x7c\xea", "\x83\x8b", "\x00\x00", + "\x5d\xe4", "\x5d\xe6", "\x5d\xe7", "\x00\x00", "\x80\x59", "\x00\x00", + "\x80\x58", "\x5f\xec", "\x00\x00", "\x5f\xed", "\x00\x00", "\x80\x5a", + "\x83\x8a", "\x5f\xef", "\x61\xf1", "\x00\x00", "\x5f\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\xa6", "\x83\x8c", "\x61\xf3", "\x61\xf2", + "\x83\x8d", "\x83\x90", "\x83\x8e", "\x83\x8f", "\x61\xf4", "\x00\x00", + "\x63\xab", "\x63\xa9", "\x00\x00", "\x00\x00", "\x63\xa8", "\x86\x8a", + "\x00\x00", "\x63\xaa", "\x00\x00", "\x00\x00", "\x86\x89", "\x88\xd7", + "\x00\x00", "\x86\x8b", "\x63\xa7", "\x86\x8c", "\x88\xda", "\x88\xd8", + "\x88\xd9", "\x88\xde", "\x65\xf4", "\x88\xdd", "\x88\xe0", "\x88\xdf", + "\x88\xdc", "\x88\xdb", "\x00\x00", "\x65\x49", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8a\xda", "\x00\x00", "\x8a\xd9", "\x65\xf3", + "\x65\xf1", "\x65\xf2", "\x00\x00", "\x8a\xd8", "\x00\x00", "\x8c\x9f", + "\x00\x00", "\x66\xcd", "\x00\x00", "\x8c\x9e", "\x8c\x9d", "\x66\xce", + "\x00\x00", "\x8d\xe6", "\x8d\xe5", "\x00\x00", "\x8d\xe3", "\x00\x00", + "\x8d\xe2", "\x67\x73", "\x67\x72", "\x8d\xe7", "\x8f\xc6", "\x68\x45", + "\x8e\xe6", "\x67\xc2", "\x8e\xe5", "\x8d\xe4", "\x00\x00", "\x8f\xc7", + "\x68\x70", "\x00\x00", "\x68\xad", "\x91\x6a", "\x00\x00", "\x91\xa1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xfb", "\x75\xb5", + "\x88\xe1", "\x53\xfc", "\x00\x00", "\x00\x00", "\x80\x5c", "\x80\x5b", + "\x86\x8d", "\x00\x00", "\x00\x00", "\x88\xe3", "\x00\x00", "\x88\xe2", + "\x00\x00", "\x65\xf5", "\x8c\xa0", "\x8c\xa1", "\x67\x74", "\x00\x00", + "\x00\x00", "\x91\xa2", "\x56\x8c", "\x5b\xa5", "\x5b\xa4", "\x7c\xeb", + "\x7c\xed", "\x5d\xe9", "\x7c\xec", "\x5d\xe8", "\x5d\xea", "\x7c\xee", + "\x00\x00", "\x00\x00", "\x00\x00", "\x80\x5e", "\x80\x60", "\x80\x5f", + "\x00\x00", "\x80\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xf0", + "\x80\x61", "\x80\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x80\x63", + "\x00\x00", "\x83\x97", "\x00\x00", "\x83\x9a", "\x83\x9c", "\x83\x92", + "\x83\x96", "\x83\x93", "\x61\xf6", "\x61\xf9", "\x61\xfb", "\x83\x94", + "\x83\x95", "\x61\xfa", "\x83\x98", "\x83\x9b", "\x83\x99", "\x61\xfc", + "\x00\x00", "\x61\xf8", "\x83\x91", "\x61\xf5", "\x00\x00", "\x61\xf7", + "\x00\x00", "\x00\x00", "\x63\xad", "\x86\x93", "\x86\x91", "\x86\x90", + "\x00\x00", "\x86\x96", "\x00\x00", "\x86\x95", "\x86\x94", "\x00\x00", + "\x86\x8f", "\x63\xac", "\x86\x8e", "\x00\x00", "\x86\x92", "\x63\xae", + "\x00\x00", "\x00\x00", "\x88\xe6", "\x00\x00", "\x88\xea", "\x88\xe7", + "\x88\xe9", "\x88\xe8", "\x88\xe5", "\x88\xeb", "\x88\xee", "\x88\xec", + "\x88\xed", "\x65\x4b", "\x00\x00", "\x65\x4a", "\x88\xe4", "\x88\xef", + "\x8a\xdf", "\x8a\xe2", "\x8a\xe4", "\x8a\xe3", "\x00\x00", "\x8a\xdd", + "\x8a\xe1", "\x8a\xdc", "\x00\x00", "\x8a\xde", "\x65\xf6", "\x8a\xdb", + "\x00\x00", "\x8a\xe0", "\x00\x00", "\x00\x00", "\x8c\xae", "\x8c\xa3", + "\x66\xcf", "\x00\x00", "\x00\x00", "\x66\xd0", "\x8c\xa2", "\x8c\xa7", + "\x8c\xad", "\x8c\xa5", "\x8c\xac", "\x00\x00", "\x8c\xa9", "\x00\x00", + "\x8c\xa8", "\x8c\xab", "\x8c\xa6", "\x8c\xa4", "\x00\x00", "\x8c\xaa", + "\x00\x00", "\x8d\xee", "\x8d\xec", "\x67\x75", "\x8d\xeb", "\x8d\xf1", + "\x8d\xef", "\x00\x00", "\x67\x76", "\x8d\xea", "\x8d\xe8", "\x00\x00", + "\x8d\xe9", "\x67\x78", "\x8d\xed", "\x67\x77", "\x8d\xf0", "\x8e\xe7", + "\x8e\xed", "\x00\x00", "\x00\x00", "\x8e\xe8", "\x67\xc6", "\x8e\xee", + "\x67\xc5", "\x8e\xec", "\x8e\xeb", "\x67\xc4", "\x8e\xea", "\x67\xc3", + "\x8e\xe9", "\x00\x00", "\x8f\xcd", "\x8f\xcf", "\x8f\xce", "\x00\x00", + "\x8f\xcb", "\x68\x47", "\x8f\xc8", "\x8f\xcc", "\x8f\xd1", "\x00\x00", + "\x8f\xd0", "\x8f\xc9", "\x8f\xca", "\x68\x46", "\x90\x83", "\x68\x73", + "\x00\x00", "\x90\x84", "\x68\x71", "\x68\x72", "\x00\x00", "\x00\x00", + "\x90\xe2", "\x68\x96", "\x91\x88", "\x00\x00", "\x68\xb6", "\x00\x00", + "\x91\xa3", "\x68\xb7", "\x91\xa4", "\x91\xa5", "\x91\xb3", "\x91\xb2", + "\x68\xc6", "\x91\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\x8d", "\x00\x00", "\x00\x00", "\x7c\xf0", + "\x00\x00", "\x7c\xef", "\x00\x00", "\x5f\xf1", "\x5f\xf2", "\x80\x64", + "\x00\x00", "\x83\x9d", "\x86\x99", "\x00\x00", "\x00\x00", "\x61\xfd", + "\x63\xaf", "\x86\x97", "\x00\x00", "\x86\x9a", "\x63\xb0", "\x00\x00", + "\x88\xf0", "\x86\x98", "\x8a\xe5", "\x65\xf7", "\x8c\xaf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8d\xf4", "\x8d\xf2", "\x00\x00", "\x00\x00", + "\x8d\xf3", "\x00\x00", "\x00\x00", "\x8e\xef", "\x00\x00", "\x67\xc7", + "\x8f\xd2", "\x68\x76", "\x68\x48", "\x68\x74", "\x68\x75", "\x90\xe3", + "\x68\xae", "\x00\x00", "\x56\x8e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8a\xe6", "\x00\x00", "\x00\x00", "\x72\x6d", "\x00\x00", "\x5d\xeb", + "\x00\x00", "\x80\x65", "\x00\x00", "\x00\x00", "\x5f\xf3", "\x80\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x83\x9f", "\x83\x9e", "\x63\xb2", + "\x62\x41", "\x62\x42", "\x00\x00", "\x83\xa2", "\x83\xa1", "\x83\xa0", + "\x00\x00", "\x00\x00", "\x86\x9b", "\x86\x9e", "\x00\x00", "\x86\x9d", + "\x86\x9c", "\x63\xb1", "\x88\xf4", "\x88\xf2", "\x88\xf1", "\x00\x00", + "\x00\x00", "\x88\xf3", "\x00\x00", "\x65\xf8", "\x8a\xe8", "\x8a\xe9", + "\x65\xf9", "\x00\x00", "\x8a\xe7", "\x00\x00", "\x8c\xb1", "\x8c\xb0", + "\x8c\xb3", "\x66\xd1", "\x8c\xb2", "\x00\x00", "\x8d\xf5", "\x8d\xf7", + "\x8d\xf6", "\x00\x00", "\x00\x00", "\x8e\xf0", "\x8e\xf3", "\x8e\xf1", + "\x8e\xf2", "\x8f\xd3", "\x68\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x90\x85", "\x90\x86", "\x90\x87", "\x00\x00", "\x68\x97", "\x68\xaf", + "\x91\xa6", "\x56\x8f", "\x00\x00", "\x62\x43", "\x63\xb3", "\x8a\xea", + "\x00\x00", "\x8f\xd4", "\x00\x00", "\x00\x00", "\x91\xb4", "\x72\x6e", + "\x00\x00", "\x68\xc7", "\x56\x90", "\x86\x9f", "\x00\x00", "\x8a\xeb", + "\x00\x00", "\x8c\xb4", "\x00\x00", "\x00\x00", "\x8e\xf4", "\x8f\xd5", + "\x56\x91", "\x00\x00", "\x80\x67", "\x80\x68", "\x00\x00", "\x5f\xf4", + "\x5f\xf5", "\x83\xa4", "\x62\x45", "\x62\x44", "\x83\xa3", "\x00\x00", + "\x88\xf5", "\x00\x00", "\x8a\xec", "\x8a\xee", "\x8a\xed", "\x65\xfc", + "\x65\xfb", "\x65\xfa", "\x00\x00", "\x67\xc9", "\x8e\xf5", "\x00\x00", + "\x67\xc8", "\x8f\xd7", "\x8f\xd6", "\x00\x00", "\x68\x98", "\x90\xe4", + "\x59\x43", "\x7c\xf1", "\x00\x00", "\x00\x00", "\x00\x00", "\x80\x6b", + "\x80\x69", "\x80\x6a", "\x00\x00", "\x00\x00", "\x83\xad", "\x00\x00", + "\x83\xa8", "\x83\xa5", "\x83\xac", "\x00\x00", "\x00\x00", "\x00\x00", + "\x83\xae", "\x00\x00", "\x00\x00", "\x62\x47", "\x83\xab", "\x83\xa7", + "\x00\x00", "\x00\x00", "\x83\xa6", "\x83\xaa", "\x83\xa9", "\x62\x46", + "\x00\x00", "\x00\x00", "\x86\xaa", "\x86\xa5", "\x86\xa3", "\x86\xac", + "\x86\xa4", "\x00\x00", "\x86\xa0", "\x00\x00", "\x86\xa6", "\x00\x00", + "\x00\x00", "\x86\xa1", "\x89\x41", "\x86\xa2", "\x86\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x86\xa9", "\x63\xb4", "\x86\xa8", "\x86\xa7", "\x00\x00", "\x86\xab", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x88\xf6", "\x88\xf9", + "\x00\x00", "\x00\x00", "\x88\xf8", "\x00\x00", "\x89\x43", "\x88\xfb", + "\x89\x42", "\x00\x00", "\x88\xfd", "\x88\xfc", "\x88\xfa", "\x00\x00", + "\x88\xf7", "\x00\x00", "\x65\x4e", "\x65\x4d", "\x00\x00", "\x65\x4f", + "\x65\x4c", "\x89\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8a\xf4", "\x8a\xf7", "\x00\x00", "\x8a\xf5", "\x8a\xf9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x8a\xfa", "\x00\x00", "\x8a\xf2", + "\x66\x44", "\x8a\xf3", "\x00\x00", "\x8a\xf1", "\x8a\xf8", "\x00\x00", + "\x8a\xf0", "\x8a\xef", "\x66\x43", "\x66\x41", "\x65\xfd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8a\xf6", "\x8c\xbd", "\x8c\xc3", "\x66\xd4", "\x8c\xbe", + "\x00\x00", "\x8c\xc1", "\x8c\xc5", "\x66\xd5", "\x8c\xc0", "\x00\x00", + "\x8c\xb8", "\x00\x00", "\x8c\xb7", "\x8c\xc4", "\x8c\xbb", "\x00\x00", + "\x8c\xb9", "\x8c\xc2", "\x8c\xba", "\x66\xd3", "\x66\xd2", "\x00\x00", + "\x8c\xb5", "\x8c\xb6", "\x8c\xbf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8c\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8d\xfa", "\x8d\xfd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x8d\xfb", "\x8e\x44", "\x8e\x42", + "\x8d\xf9", "\x8e\x47", "\x00\x00", "\x8d\xf8", "\x00\x00", "\x67\x7a", + "\x8e\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x8d\xfc", "\x67\x79", + "\x8e\x46", "\x00\x00", "\x00\x00", "\x8e\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8e\xf8", "\x8e\xf7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x8f\x41", "\x00\x00", "\x8e\xfa", "\x8e\xfd", "\x67\xcb", + "\x00\x00", "\x00\x00", "\x8e\xfb", "\x8e\xfc", "\x00\x00", "\x8e\xf6", + "\x8e\xf9", "\x67\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x4b", + "\x8f\xe2", "\x8f\xdd", "\x8f\xe1", "\x00\x00", "\x8f\xe4", "\x8f\xe0", + "\x00\x00", "\x8f\xdc", "\x00\x00", "\x68\x4d", "\x8f\xdf", "\x8f\xe3", + "\x68\x4c", "\x8f\xda", "\x8e\x41", "\x8f\xde", "\x00\x00", "\x00\x00", + "\x8f\xdb", "\x00\x00", "\x8f\xd8", "\x00\x00", "\x8f\xd9", "\x68\x4a", + "\x90\x8b", "\x90\x8d", "\x90\x90", "\x90\x8c", "\x90\x91", "\x00\x00", + "\x90\x8a", "\x00\x00", "\x90\x88", "\x00\x00", "\x68\x77", "\x90\x8e", + "\x68\x79", "\x68\x78", "\x90\x89", "\x90\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x90\xe9", "\x68\x99", "\x90\xea", "\x00\x00", + "\x90\xe8", "\x90\xe5", "\x00\x00", "\x00\x00", "\x90\xe7", "\x90\xe6", + "\x91\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x91\x6d", + "\x91\x6c", "\x00\x00", "\x00\x00", "\x91\x8b", "\x00\x00", "\x91\x8a", + "\x91\x89", "\x91\x8c", "\x00\x00", "\x68\xbf", "\x68\xc0", "\x91\xba", + "\x91\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x44", + "\x79\x75", "\x7c\xf4", "\x00\x00", "\x5d\xec", "\x7c\xf2", "\x00\x00", + "\x00\x00", "\x7c\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x80\x6c", + "\x80\x6d", "\x5f\xf8", "\x5f\xf6", "\x80\x6e", "\x5f\xf7", "\x83\xb3", + "\x00\x00", "\x83\xb6", "\x83\xb0", "\x83\xb7", "\x83\xaf", "\x83\xb1", + "\x00\x00", "\x83\xb2", "\x83\xb5", "\x00\x00", "\x00\x00", "\x62\x4a", + "\x83\xba", "\x83\xb9", "\x62\x48", "\x83\xb4", "\x83\xb8", "\x62\x49", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x86\xb7", "\x00\x00", "\x63\xb9", "\x00\x00", "\x86\xb2", "\x63\xb5", + "\x00\x00", "\x86\xaf", "\x86\xb5", "\x86\xb8", "\x00\x00", "\x63\xba", + "\x00\x00", "\x86\xb4", "\x86\xb1", "\x86\xb9", "\x86\xb0", "\x00\x00", + "\x86\xb6", "\x63\xb6", "\x00\x00", "\x86\xae", "\x63\xb7", "\x00\x00", + "\x63\xb8", "\x86\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x89\x56", + "\x89\x49", "\x89\x4a", "\x89\x4d", "\x89\x4b", "\x00\x00", "\x89\x45", + "\x00\x00", "\x00\x00", "\x89\x48", "\x89\x52", "\x89\x4c", "\x00\x00", + "\x00\x00", "\x65\x50", "\x00\x00", "\x89\x54", "\x89\x51", "\x65\x51", + "\x89\x53", "\x89\x46", "\x89\x4f", "\x89\x50", "\x00\x00", "\x89\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x8b\x41", "\x8b\x43", + "\x8b\x46", "\x00\x00", "\x00\x00", "\x8a\xfd", "\x00\x00", "\x66\x45", + "\x8b\x48", "\x8a\xfc", "\x8b\x49", "\x00\x00", "\x8b\x45", "\x8b\x47", + "\x8b\x4b", "\x8b\x44", "\x8b\x4c", "\x8b\x42", "\x8a\xfb", "\x66\x46", + "\x00\x00", "\x8b\x4a", "\x66\x47", "\x66\xd7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x89\x47", "\x8c\xdf", "\x8c\xd6", + "\x66\xd9", "\x8c\xd2", "\x66\xda", "\x00\x00", "\x00\x00", "\x8c\xdb", + "\x8c\xd5", "\x8c\xcb", "\x66\xd8", "\x8c\xd8", "\x8c\xd3", "\x8c\xd4", + "\x00\x00", "\x8c\xc6", "\x8c\xcd", "\x8c\xdc", "\x00\x00", "\x8c\xd9", + "\x00\x00", "\x8c\xd1", "\x00\x00", "\x8c\xdd", "\x8c\xcc", "\x8c\xc7", + "\x8c\xda", "\x00\x00", "\x8c\xc9", "\x8c\xd7", "\x8c\xce", "\x8c\xde", + "\x8c\xca", "\x66\xd6", "\x8c\xc8", "\x8c\xcf", "\x8c\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x8e\x4e", "\x00\x00", "\x8e\x4c", "\x00\x00", + "\x8e\x51", "\x00\x00", "\x8e\x5d", "\x8e\x54", "\x8e\x4d", "\x8e\x49", + "\x8e\x56", "\x8e\x4f", "\x8e\x52", "\x8e\x4b", "\x8e\x59", "\x8e\x48", + "\x8e\x50", "\x8e\x55", "\x8e\x57", "\x8e\x5a", "\x8e\x4a", "\x00\x00", + "\x8e\x5e", "\x8e\x5f", "\x8e\x58", "\x8e\x5c", "\x8e\x53", "\x00\x00", + "\x8f\x51", "\x8f\x54", "\x00\x00", "\x67\xcc", "\x00\x00", "\x8f\x53", + "\x8f\x58", "\x8f\x56", "\x67\xcd", "\x8f\x4d", "\x8f\x43", "\x8f\x42", + "\x67\xcf", "\x8f\x4f", "\x8f\x50", "\x8f\x4c", "\x8f\x44", "\x00\x00", + "\x8f\x49", "\x8e\x5b", "\x00\x00", "\x8f\x45", "\x67\xce", "\x8f\x4b", + "\x00\x00", "\x8f\x4a", "\x00\x00", "\x8f\x46", "\x8f\x52", "\x00\x00", + "\x8f\x47", "\x8f\xe9", "\x8f\x55", "\x8f\x57", "\x8f\x4e", "\x8f\x48", + "\x8f\xea", "\x8f\xec", "\x8f\xe6", "\x68\x4e", "\x00\x00", "\x8f\xf3", + "\x8f\xf1", "\x68\x4f", "\x8f\xf0", "\x8f\xef", "\x8f\xe8", "\x8f\xe5", + "\x8f\xeb", "\x8f\xf4", "\x8f\xe7", "\x8f\xed", "\x00\x00", "\x90\x9a", + "\x90\x9f", "\x90\x95", "\x90\x98", "\x68\x7a", "\x90\x9c", "\x00\x00", + "\x90\xa3", "\x8f\xee", "\x00\x00", "\x90\x96", "\x90\xa0", "\x90\xa4", + "\x90\x9b", "\x90\x94", "\x90\x9e", "\x00\x00", "\x90\x9d", "\x90\xa2", + "\x90\xa1", "\x8f\xf2", "\x90\x99", "\x90\x93", "\x90\x97", "\x68\x9a", + "\x68\x9b", "\x90\x92", "\x00\x00", "\x90\xf5", "\x90\xec", "\x90\xf4", + "\x90\xf1", "\x90\xf2", "\x90\xeb", "\x90\xee", "\x90\xf6", "\x90\xf0", + "\x90\xef", "\x90\xed", "\x00\x00", "\x90\xf3", "\x00\x00", "\x91\x6e", + "\x00\x00", "\x91\x6f", "\x00\x00", "\x91\x71", "\x91\x70", "\x91\x73", + "\x91\x72", "\x91\x8e", "\x91\x8d", "\x91\xa7", "\x00\x00", "\x91\xa8", + "\x00\x00", "\x91\xb5", "\x68\xc4", "\x68\xc8", "\x00\x00", "\x91\xbf", + "\x68\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\x7b", "\x8f\x59", "\x00\x00", "\x68\x9c", "\x68\x9d", + "\x00\x00", "\x59\x46", "\x7c\xf5", "\x00\x00", "\x5d\xed", "\x83\xbb", + "\x00\x00", "\x00\x00", "\x86\xbb", "\x86\xbc", "\x86\xba", "\x89\x58", + "\x89\x57", "\x65\x52", "\x8b\x4e", "\x89\x59", "\x8b\x4d", "\x00\x00", + "\x00\x00", "\x8c\xe1", "\x66\xdb", "\x66\xdd", "\x8c\xe0", "\x00\x00", + "\x00\x00", "\x66\xdc", "\x00\x00", "\x8e\x60", "\x8e\x62", "\x8e\x61", + "\x8f\x5a", "\x67\xd0", "\x00\x00", "\x68\x7b", "\x90\xf7", "\x91\x74", + "\x00\x00", "\x00\x00", "\x91\xc2", "\x59\x47", "\x00\x00", "\x80\x6f", + "\x00\x00", "\x62\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x86\xbe", + "\x86\xbd", "\x00\x00", "\x89\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\xde", "\x67\x7c", "\x8f\xf5", "\x91\xbb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x48", "\x5f\xf9", "\x00\x00", "\x62\x4c", "\x00\x00", + "\x8c\xe2", "\x00\x00", "\x90\xa5", "\x5b\xa6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x89\x5b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x68\xb0", "\x5b\xa7", "\x62\x4d", "\x65\x53", "\x90\xa6", "\x5b\xa8", + "\x00\x00", "\x83\xbc", "\x63\xbc", "\x86\xbf", "\x86\xc0", "\x00\x00", + "\x63\xbb", "\x00\x00", "\x89\x5c", "\x65\x57", "\x65\x55", "\x65\x56", + "\x65\x54", "\x8b\x4f", "\x66\x48", "\x00\x00", "\x00\x00", "\x00\x00", + "\x8e\x64", "\x8e\x63", "\x8e\x66", "\x8e\x65", "\x67\x7d", "\x00\x00", + "\x00\x00", "\x8f\x5b", "\x00\x00", "\x8f\x5d", "\x8f\x5c", "\x67\xd1", + "\x8f\xf6", "\x00\x00", "\x90\xa7", "\x90\xa8", "\x68\x7c", "\x91\x75", + "\x91\x8f", "\x68\xc1", "\x00\x00", "\x79\x76", "\x86\xc1", "\x89\x5d", + "\x8c\xe3", "\x7c\xf6", "\x00\x00", "\x89\x5e", "\x8b\x51", "\x8b\x50", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x90\xa9", "\x68\x9e", + "\x00\x00", "\x91\x76", "\x91\x90", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xee", "\x83\xbd", "\x83\xbe", "\x00\x00", "\x86\xc2", "\x5d\xef", + "\x00\x00", "\x66\x49", "\x8b\x52", "\x00\x00", "\x8f\x5f", "\x67\xd2", + "\x8f\x60", "\x8f\x5e", "\x90\xaa", "\x00\x00", "\x90\xf8", "\x00\x00", + "\x5d\xf0", "\x00\x00", "\x89\x61", "\x89\x60", "\x89\x5f", "\x8b\x53", + "\x00\x00", "\x00\x00", "\x8b\x57", "\x8b\x56", "\x8b\x55", "\x8b\x54", + "\x66\x4a", "\x8c\xe4", "\x8e\x68", "\x67\x7e", "\x8e\x67", "\x8f\x61", + "\x8f\xf9", "\x8f\xf8", "\x68\x50", "\x8f\xf7", "\x90\xad", "\x90\xac", + "\x90\xab", "\x00\x00", "\x00\x00", "\x5f\xfa", "\x00\x00", "\x86\xc3", + "\x65\x58", "\x00\x00", "\x8c\xe5", "\x8c\xe6", "\x8f\xfa", "\x90\xae", + "\x00\x00", "\x00\x00", "\x90\xf9", "\x91\x77", "\x91\xa9", "\x91\xc4", + "\x5f\xfb", "\x65\x59", "\x8b\x58", "\x8c\xe7", "\x8f\x62", "\x90\xaf", + "\x00\x00", "\x00\x00", "\x62\x4f", "\x00\x00", "\x89\x62", "\x8b\x59", + "\x8c\xe8", "\x8c\xe9", "\x8c\xea", "\x8e\x6d", "\x00\x00", "\x8e\x69", + "\x67\xd3", "\x8e\x6c", "\x8e\x6b", "\x67\x7f", "\x8e\x6a", "\x67\x82", + "\x00\x00", "\x67\x81", "\x8f\x64", "\x8f\x63", "\x67\xd4", "\x67\xd5", + "\x00\x00", "\x00\x00", "\x68\x52", "\x8f\xfb", "\x68\x51", "\x00\x00", + "\x90\xb2", "\x90\xb3", "\x90\xb1", "\x90\xb0", "\x68\xa0", "\x00\x00", + "\x90\xfa", "\x90\xfb", "\x90\xfc", "\x68\x9f", "\x91\x78", "\x91\x7b", + "\x91\x7a", "\x91\x79", "\x00\x00", "\x00\x00", "\x91\xc3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\xbd", "\x00\x00", "\x00\x00", "\x66\x51", "\x8e\x6e", + "\x8f\x65", "\x00\x00", "\x68\x53", "\x8f\xfc", "\x00\x00", "\x00\x00", + "\x91\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xbe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x89\x63", "\x00\x00", "\x8f\xfd", "\x00\x00", + "\x91\x91", "\xc2\x41", "\xc2\x42", "\xc2\x43", "\xc2\x44", "\xc2\x45", + "\xc2\x46", "\xc2\x47", "\xc2\x48", "\xc2\x49", "\xc2\x4a", "\xc2\x4b", + "\xc2\x4c", "\xc2\x4d", "\xc2\x4e", "\xc2\x4f", "\xc2\x50", "\xc2\x51", + "\xc2\x52", "\xc2\x53", "\xc2\x54", "\xc2\x55", "\xc2\x56", "\xc2\x57", + "\xc2\x58", "\xc2\x59", "\xc2\x5a", "\xc2\x5b", "\xc2\x5c", "\xc2\x5d", + "\xc2\x5e", "\xc2\x5f", "\xc2\x60", "\xc2\x61", "\xc2\x62", "\xc2\x63", + "\xc2\x64", "\xc2\x65", "\xc2\x66", "\xc2\x67", "\xc2\x68", "\xc2\x69", + "\xc2\x6a", "\xc2\x6b", "\xc2\x6c", "\xc2\x6d", "\xc2\x6e", "\xc2\x6f", + "\xc2\x70", "\xc2\x71", "\xc2\x72", "\xc2\x73", "\xc2\x74", "\xc2\x75", + "\xc2\x76", "\xc2\x77", "\xc2\x78", "\xc2\x79", "\xc2\x7a", "\xc2\x7b", + "\xc2\x7c", "\xc2\x7d", "\xc2\x7e", "\xc2\x7f", "\xc2\x81", "\xc2\x82", + "\xc2\x83", "\xc2\x84", "\xc2\x85", "\xc2\x86", "\xc2\x87", "\xc2\x88", + "\xc2\x89", "\xc2\x8a", "\xc2\x8b", "\xc2\x8c", "\xc2\x8d", "\xc2\x8e", + "\xc2\x8f", "\xc2\x90", "\xc2\x91", "\xc2\x92", "\xc2\x93", "\xc2\x94", + "\xc2\x95", "\xc2\x96", "\xc2\x97", "\xc2\x98", "\xc2\x99", "\xc2\x9a", + "\xc2\x9b", "\xc2\x9c", "\xc2\x9d", "\xc2\x9e", "\xc2\x9f", "\xc2\xa0", + "\xc2\xa1", "\xc2\xa2", "\xc2\xa3", "\xc2\xa4", "\xc2\xa5", "\xc2\xa6", + "\xc2\xa7", "\xc2\xa8", "\xc2\xa9", "\xc2\xaa", "\xc2\xab", "\xc2\xac", + "\xc2\xad", "\xc2\xae", "\xc2\xaf", "\xc2\xb0", "\xc2\xb1", "\xc2\xb2", + "\xc2\xb3", "\xc2\xb4", "\xc2\xb5", "\xc2\xb6", "\xc2\xb7", "\xc2\xb8", + "\xc2\xb9", "\xc2\xba", "\xc2\xbb", "\xc2\xbc", "\xc2\xbd", "\xc2\xbe", + "\xc2\xbf", "\xc2\xc0", "\xc2\xc1", "\xc2\xc2", "\xc2\xc3", "\xc2\xc4", + "\xc2\xc5", "\xc2\xc6", "\xc2\xc7", "\xc2\xc8", "\xc2\xc9", "\xc2\xca", + "\xc2\xcb", "\xc2\xcc", "\xc2\xcd", "\xc2\xce", "\xc2\xcf", "\xc2\xd0", + "\xc2\xd1", "\xc2\xd2", "\xc2\xd3", "\xc2\xd4", "\xc2\xd5", "\xc2\xd6", + "\xc2\xd7", "\xc2\xd8", "\xc2\xd9", "\xc2\xda", "\xc2\xdb", "\xc2\xdc", + "\xc2\xdd", "\xc2\xde", "\xc2\xdf", "\xc2\xe0", "\xc2\xe1", "\xc2\xe2", + "\xc2\xe3", "\xc2\xe4", "\xc2\xe5", "\xc2\xe6", "\xc2\xe7", "\xc2\xe8", + "\xc2\xe9", "\xc2\xea", "\xc2\xeb", "\xc2\xec", "\xc2\xed", "\xc2\xee", + "\xc2\xef", "\xc2\xf0", "\xc2\xf1", "\xc2\xf2", "\xc2\xf3", "\xc2\xf4", + "\xc2\xf5", "\xc2\xf6", "\xc2\xf7", "\xc2\xf8", "\xc2\xf9", "\xc2\xfa", + "\xc2\xfb", "\xc2\xfc", "\xc2\xfd", "\xc3\x41", "\xc3\x42", "\xc3\x43", + "\xc3\x44", "\xc3\x45", "\xc3\x46", "\xc3\x47", "\xc3\x48", "\xc3\x49", + "\xc3\x4a", "\xc3\x4b", "\xc3\x4c", "\xc3\x4d", "\xc3\x4e", "\xc3\x4f", + "\xc3\x50", "\xc3\x51", "\xc3\x52", "\xc3\x53", "\xc3\x54", "\xc3\x55", + "\xc3\x56", "\xc3\x57", "\xc3\x58", "\xc3\x59", "\xc3\x5a", "\xc3\x5b", + "\xc3\x5c", "\xc3\x5d", "\xc3\x5e", "\xc3\x5f", "\xc3\x60", "\xc3\x61", + "\xc3\x62", "\xc3\x63", "\xc3\x64", "\xc3\x65", "\xc3\x66", "\xc3\x67", + "\xc3\x68", "\xc3\x69", "\xc3\x6a", "\xc3\x6b", "\xc3\x6c", "\xc3\x6d", + "\xc3\x6e", "\xc3\x6f", "\xc3\x70", "\xc3\x71", "\xc3\x72", "\xc3\x73", + "\xc3\x74", "\xc3\x75", "\xc3\x76", "\xc3\x77", "\xc3\x78", "\xc3\x79", + "\xc3\x7a", "\xc3\x7b", "\xc3\x7c", "\xc3\x7d", "\xc3\x7e", "\xc3\x7f", + "\xc3\x81", "\xc3\x82", "\xc3\x83", "\xc3\x84", "\xc3\x85", "\xc3\x86", + "\xc3\x87", "\xc3\x88", "\xc3\x89", "\xc3\x8a", "\xc3\x8b", "\xc3\x8c", + "\xc3\x8d", "\xc3\x8e", "\xc3\x8f", "\xc3\x90", "\xc3\x91", "\xc3\x92", + "\xc3\x93", "\xc3\x94", "\xc3\x95", "\xc3\x96", "\xc3\x97", "\xc3\x98", + "\xc3\x99", "\xc3\x9a", "\xc3\x9b", "\xc3\x9c", "\xc3\x9d", "\xc3\x9e", + "\xc3\x9f", "\xc3\xa0", "\xc3\xa1", "\xc3\xa2", "\xc3\xa3", "\xc3\xa4", + "\xc3\xa5", "\xc3\xa6", "\xc3\xa7", "\xc3\xa8", "\xc3\xa9", "\xc3\xaa", + "\xc3\xab", "\xc3\xac", "\xc3\xad", "\xc3\xae", "\xc3\xaf", "\xc3\xb0", + "\xc3\xb1", "\xc3\xb2", "\xc3\xb3", "\xc3\xb4", "\xc3\xb5", "\xc3\xb6", + "\xc3\xb7", "\xc3\xb8", "\xc3\xb9", "\xc3\xba", "\xc3\xbb", "\xc3\xbc", + "\xc3\xbd", "\xc3\xbe", "\xc3\xbf", "\xc3\xc0", "\xc3\xc1", "\xc3\xc2", + "\xc3\xc3", "\xc3\xc4", "\xc3\xc5", "\xc3\xc6", "\xc3\xc7", "\xc3\xc8", + "\xc3\xc9", "\xc3\xca", "\xc3\xcb", "\xc3\xcc", "\xc3\xcd", "\xc3\xce", + "\xc3\xcf", "\xc3\xd0", "\xc3\xd1", "\xc3\xd2", "\xc3\xd3", "\xc3\xd4", + "\xc3\xd5", "\xc3\xd6", "\xc3\xd7", "\xc3\xd8", "\xc3\xd9", "\xc3\xda", + "\xc3\xdb", "\xc3\xdc", "\xc3\xdd", "\xc3\xde", "\xc3\xdf", "\xc3\xe0", + "\xc3\xe1", "\xc3\xe2", "\xc3\xe3", "\xc3\xe4", "\xc3\xe5", "\xc3\xe6", + "\xc3\xe7", "\xc3\xe8", "\xc3\xe9", "\xc3\xea", "\xc3\xeb", "\xc3\xec", + "\xc3\xed", "\xc3\xee", "\xc3\xef", "\xc3\xf0", "\xc3\xf1", "\xc3\xf2", + "\xc3\xf3", "\xc3\xf4", "\xc3\xf5", "\xc3\xf6", "\xc3\xf7", "\xc3\xf8", + "\xc3\xf9", "\xc3\xfa", "\xc3\xfb", "\xc3\xfc", "\xc3\xfd", "\xc4\x41", + "\xc4\x42", "\xc4\x43", "\xc4\x44", "\xc4\x45", "\xc4\x46", "\xc4\x47", + "\xc4\x48", "\xc4\x49", "\xc4\x4a", "\xc4\x4b", "\xc4\x4c", "\xc4\x4d", + "\xc4\x4e", "\xc4\x4f", "\xc4\x50", "\xc4\x51", "\xc4\x52", "\xc4\x53", + "\xc4\x54", "\xc4\x55", "\xc4\x56", "\xc4\x57", "\xc4\x58", "\xc4\x59", + "\xc4\x5a", "\xc4\x5b", "\xc4\x5c", "\xc4\x5d", "\xc4\x5e", "\xc4\x5f", + "\xc4\x60", "\xc4\x61", "\xc4\x62", "\xc4\x63", "\xc4\x64", "\xc4\x65", + "\xc4\x66", "\xc4\x67", "\xc4\x68", "\xc4\x69", "\xc4\x6a", "\xc4\x6b", + "\xc4\x6c", "\xc4\x6d", "\xc4\x6e", "\xc4\x6f", "\xc4\x70", "\xc4\x71", + "\xc4\x72", "\xc4\x73", "\xc4\x74", "\xc4\x75", "\xc4\x76", "\xc4\x77", + "\xc4\x78", "\xc4\x79", "\xc4\x7a", "\xc4\x7b", "\xc4\x7c", "\xc4\x7d", + "\xc4\x7e", "\xc4\x7f", "\xc4\x81", "\xc4\x82", "\xc4\x83", "\xc4\x84", + "\xc4\x85", "\xc4\x86", "\xc4\x87", "\xc4\x88", "\xc4\x89", "\xc4\x8a", + "\xc4\x8b", "\xc4\x8c", "\xc4\x8d", "\xc4\x8e", "\xc4\x8f", "\xc4\x90", + "\xc4\x91", "\xc4\x92", "\xc4\x93", "\xc4\x94", "\xc4\x95", "\xc4\x96", + "\xc4\x97", "\xc4\x98", "\xc4\x99", "\xc4\x9a", "\xc4\x9b", "\xc4\x9c", + "\xc4\x9d", "\xc4\x9e", "\xc4\x9f", "\xc4\xa0", "\xc4\xa1", "\xc4\xa2", + "\xc4\xa3", "\xc4\xa4", "\xc4\xa5", "\xc4\xa6", "\xc4\xa7", "\xc4\xa8", + "\xc4\xa9", "\xc4\xaa", "\xc4\xab", "\xc4\xac", "\xc4\xad", "\xc4\xae", + "\xc4\xaf", "\xc4\xb0", "\xc4\xb1", "\xc4\xb2", "\xc4\xb3", "\xc4\xb4", + "\xc4\xb5", "\xc4\xb6", "\xc4\xb7", "\xc4\xb8", "\xc4\xb9", "\xc4\xba", + "\xc4\xbb", "\xc4\xbc", "\xc4\xbd", "\xc4\xbe", "\xc4\xbf", "\xc4\xc0", + "\xc4\xc1", "\xc4\xc2", "\xc4\xc3", "\xc4\xc4", "\xc4\xc5", "\xc4\xc6", + "\xc4\xc7", "\xc4\xc8", "\xc4\xc9", "\xc4\xca", "\xc4\xcb", "\xc4\xcc", + "\xc4\xcd", "\xc4\xce", "\xc4\xcf", "\xc4\xd0", "\xc4\xd1", "\xc4\xd2", + "\xc4\xd3", "\xc4\xd4", "\xc4\xd5", "\xc4\xd6", "\xc4\xd7", "\xc4\xd8", + "\xc4\xd9", "\xc4\xda", "\xc4\xdb", "\xc4\xdc", "\xc4\xdd", "\xc4\xde", + "\xc4\xdf", "\xc4\xe0", "\xc4\xe1", "\xc4\xe2", "\xc4\xe3", "\xc4\xe4", + "\xc4\xe5", "\xc4\xe6", "\xc4\xe7", "\xc4\xe8", "\xc4\xe9", "\xc4\xea", + "\xc4\xeb", "\xc4\xec", "\xc4\xed", "\xc4\xee", "\xc4\xef", "\xc4\xf0", + "\xc4\xf1", "\xc4\xf2", "\xc4\xf3", "\xc4\xf4", "\xc4\xf5", "\xc4\xf6", + "\xc4\xf7", "\xc4\xf8", "\xc4\xf9", "\xc4\xfa", "\xc4\xfb", "\xc4\xfc", + "\xc4\xfd", "\xc5\x41", "\xc5\x42", "\xc5\x43", "\xc5\x44", "\xc5\x45", + "\xc5\x46", "\xc5\x47", "\xc5\x48", "\xc5\x49", "\xc5\x4a", "\xc5\x4b", + "\xc5\x4c", "\xc5\x4d", "\xc5\x4e", "\xc5\x4f", "\xc5\x50", "\xc5\x51", + "\xc5\x52", "\xc5\x53", "\xc5\x54", "\xc5\x55", "\xc5\x56", "\xc5\x57", + "\xc5\x58", "\xc5\x59", "\xc5\x5a", "\xc5\x5b", "\xc5\x5c", "\xc5\x5d", + "\xc5\x5e", "\xc5\x5f", "\xc5\x60", "\xc5\x61", "\xc5\x62", "\xc5\x63", + "\xc5\x64", "\xc5\x65", "\xc5\x66", "\xc5\x67", "\xc5\x68", "\xc5\x69", + "\xc5\x6a", "\xc5\x6b", "\xc5\x6c", "\xc5\x6d", "\xc5\x6e", "\xc5\x6f", + "\xc5\x70", "\xc5\x71", "\xc5\x72", "\xc5\x73", "\xc5\x74", "\xc5\x75", + "\xc5\x76", "\xc5\x77", "\xc5\x78", "\xc5\x79", "\xc5\x7a", "\xc5\x7b", + "\xc5\x7c", "\xc5\x7d", "\xc5\x7e", "\xc5\x7f", "\xc5\x81", "\xc5\x82", + "\xc5\x83", "\xc5\x84", "\xc5\x85", "\xc5\x86", "\xc5\x87", "\xc5\x88", + "\xc5\x89", "\xc5\x8a", "\xc5\x8b", "\xc5\x8c", "\xc5\x8d", "\xc5\x8e", + "\xc5\x8f", "\xc5\x90", "\xc5\x91", "\xc5\x92", "\xc5\x93", "\xc5\x94", + "\xc5\x95", "\xc5\x96", "\xc5\x97", "\xc5\x98", "\xc5\x99", "\xc5\x9a", + "\xc5\x9b", "\xc5\x9c", "\xc5\x9d", "\xc5\x9e", "\xc5\x9f", "\xc5\xa0", + "\xc5\xa1", "\xc5\xa2", "\xc5\xa3", "\xc5\xa4", "\xc5\xa5", "\xc5\xa6", + "\xc5\xa7", "\xc5\xa8", "\xc5\xa9", "\xc5\xaa", "\xc5\xab", "\xc5\xac", + "\xc5\xad", "\xc5\xae", "\xc5\xaf", "\xc5\xb0", "\xc5\xb1", "\xc5\xb2", + "\xc5\xb3", "\xc5\xb4", "\xc5\xb5", "\xc5\xb6", "\xc5\xb7", "\xc5\xb8", + "\xc5\xb9", "\xc5\xba", "\xc5\xbb", "\xc5\xbc", "\xc5\xbd", "\xc5\xbe", + "\xc5\xbf", "\xc5\xc0", "\xc5\xc1", "\xc5\xc2", "\xc5\xc3", "\xc5\xc4", + "\xc5\xc5", "\xc5\xc6", "\xc5\xc7", "\xc5\xc8", "\xc5\xc9", "\xc5\xca", + "\xc5\xcb", "\xc5\xcc", "\xc5\xcd", "\xc5\xce", "\xc5\xcf", "\xc5\xd0", + "\xc5\xd1", "\xc5\xd2", "\xc5\xd3", "\xc5\xd4", "\xc5\xd5", "\xc5\xd6", + "\xc5\xd7", "\xc5\xd8", "\xc5\xd9", "\xc5\xda", "\xc5\xdb", "\xc5\xdc", + "\xc5\xdd", "\xc5\xde", "\xc5\xdf", "\xc5\xe0", "\xc5\xe1", "\xc5\xe2", + "\xc5\xe3", "\xc5\xe4", "\xc5\xe5", "\xc5\xe6", "\xc5\xe7", "\xc5\xe8", + "\xc5\xe9", "\xc5\xea", "\xc5\xeb", "\xc5\xec", "\xc5\xed", "\xc5\xee", + "\xc5\xef", "\xc5\xf0", "\xc5\xf1", "\xc5\xf2", "\xc5\xf3", "\xc5\xf4", + "\xc5\xf5", "\xc5\xf6", "\xc5\xf7", "\xc5\xf8", "\xc5\xf9", "\xc5\xfa", + "\xc5\xfb", "\xc5\xfc", "\xc5\xfd", "\xc6\x41", "\xc6\x42", "\xc6\x43", + "\xc6\x44", "\xc6\x45", "\xc6\x46", "\xc6\x47", "\xc6\x48", "\xc6\x49", + "\xc6\x4a", "\xc6\x4b", "\xc6\x4c", "\xc6\x4d", "\xc6\x4e", "\xc6\x4f", + "\xc6\x50", "\xc6\x51", "\xc6\x52", "\xc6\x53", "\xc6\x54", "\xc6\x55", + "\xc6\x56", "\xc6\x57", "\xc6\x58", "\xc6\x59", "\xc6\x5a", "\xc6\x5b", + "\xc6\x5c", "\xc6\x5d", "\xc6\x5e", "\xc6\x5f", "\xc6\x60", "\xc6\x61", + "\xc6\x62", "\xc6\x63", "\xc6\x64", "\xc6\x65", "\xc6\x66", "\xc6\x67", + "\xc6\x68", "\xc6\x69", "\xc6\x6a", "\xc6\x6b", "\xc6\x6c", "\xc6\x6d", + "\xc6\x6e", "\xc6\x6f", "\xc6\x70", "\xc6\x71", "\xc6\x72", "\xc6\x73", + "\xc6\x74", "\xc6\x75", "\xc6\x76", "\xc6\x77", "\xc6\x78", "\xc6\x79", + "\xc6\x7a", "\xc6\x7b", "\xc6\x7c", "\xc6\x7d", "\xc6\x7e", "\xc6\x7f", + "\xc6\x81", "\xc6\x82", "\xc6\x83", "\xc6\x84", "\xc6\x85", "\xc6\x86", + "\xc6\x87", "\xc6\x88", "\xc6\x89", "\xc6\x8a", "\xc6\x8b", "\xc6\x8c", + "\xc6\x8d", "\xc6\x8e", "\xc6\x8f", "\xc6\x90", "\xc6\x91", "\xc6\x92", + "\xc6\x93", "\xc6\x94", "\xc6\x95", "\xc6\x96", "\xc6\x97", "\xc6\x98", + "\xc6\x99", "\xc6\x9a", "\xc6\x9b", "\xc6\x9c", "\xc6\x9d", "\xc6\x9e", + "\xc6\x9f", "\xc6\xa0", "\xc6\xa1", "\xc6\xa2", "\xc6\xa3", "\xc6\xa4", + "\xc6\xa5", "\xc6\xa6", "\xc6\xa7", "\xc6\xa8", "\xc6\xa9", "\xc6\xaa", + "\xc6\xab", "\xc6\xac", "\xc6\xad", "\xc6\xae", "\xc6\xaf", "\xc6\xb0", + "\xc6\xb1", "\xc6\xb2", "\xc6\xb3", "\xc6\xb4", "\xc6\xb5", "\xc6\xb6", + "\xc6\xb7", "\xc6\xb8", "\xc6\xb9", "\xc6\xba", "\xc6\xbb", "\xc6\xbc", + "\xc6\xbd", "\xc6\xbe", "\xc6\xbf", "\xc6\xc0", "\xc6\xc1", "\xc6\xc2", + "\xc6\xc3", "\xc6\xc4", "\xc6\xc5", "\xc6\xc6", "\xc6\xc7", "\xc6\xc8", + "\xc6\xc9", "\xc6\xca", "\xc6\xcb", "\xc6\xcc", "\xc6\xcd", "\xc6\xce", + "\xc6\xcf", "\xc6\xd0", "\xc6\xd1", "\xc6\xd2", "\xc6\xd3", "\xc6\xd4", + "\xc6\xd5", "\xc6\xd6", "\xc6\xd7", "\xc6\xd8", "\xc6\xd9", "\xc6\xda", + "\xc6\xdb", "\xc6\xdc", "\xc6\xdd", "\xc6\xde", "\xc6\xdf", "\xc6\xe0", + "\xc6\xe1", "\xc6\xe2", "\xc6\xe3", "\xc6\xe4", "\xc6\xe5", "\xc6\xe6", + "\xc6\xe7", "\xc6\xe8", "\xc6\xe9", "\xc6\xea", "\xc6\xeb", "\xc6\xec", + "\xc6\xed", "\xc6\xee", "\xc6\xef", "\xc6\xf0", "\xc6\xf1", "\xc6\xf2", + "\xc6\xf3", "\xc6\xf4", "\xc6\xf5", "\xc6\xf6", "\xc6\xf7", "\xc6\xf8", + "\xc6\xf9", "\xc6\xfa", "\xc6\xfb", "\xc6\xfc", "\xc6\xfd", "\xc7\x41", + "\xc7\x42", "\xc7\x43", "\xc7\x44", "\xc7\x45", "\xc7\x46", "\xc7\x47", + "\xc7\x48", "\xc7\x49", "\xc7\x4a", "\xc7\x4b", "\xc7\x4c", "\xc7\x4d", + "\xc7\x4e", "\xc7\x4f", "\xc7\x50", "\xc7\x51", "\xc7\x52", "\xc7\x53", + "\xc7\x54", "\xc7\x55", "\xc7\x56", "\xc7\x57", "\xc7\x58", "\xc7\x59", + "\xc7\x5a", "\xc7\x5b", "\xc7\x5c", "\xc7\x5d", "\xc7\x5e", "\xc7\x5f", + "\xc7\x60", "\xc7\x61", "\xc7\x62", "\xc7\x63", "\xc7\x64", "\xc7\x65", + "\xc7\x66", "\xc7\x67", "\xc7\x68", "\xc7\x69", "\xc7\x6a", "\xc7\x6b", + "\xc7\x6c", "\xc7\x6d", "\xc7\x6e", "\xc7\x6f", "\xc7\x70", "\xc7\x71", + "\xc7\x72", "\xc7\x73", "\xc7\x74", "\xc7\x75", "\xc7\x76", "\xc7\x77", + "\xc7\x78", "\xc7\x79", "\xc7\x7a", "\xc7\x7b", "\xc7\x7c", "\xc7\x7d", + "\xc7\x7e", "\xc7\x7f", "\xc7\x81", "\xc7\x82", "\xc7\x83", "\xc7\x84", + "\xc7\x85", "\xc7\x86", "\xc7\x87", "\xc7\x88", "\xc7\x89", "\xc7\x8a", + "\xc7\x8b", "\xc7\x8c", "\xc7\x8d", "\xc7\x8e", "\xc7\x8f", "\xc7\x90", + "\xc7\x91", "\xc7\x92", "\xc7\x93", "\xc7\x94", "\xc7\x95", "\xc7\x96", + "\xc7\x97", "\xc7\x98", "\xc7\x99", "\xc7\x9a", "\xc7\x9b", "\xc7\x9c", + "\xc7\x9d", "\xc7\x9e", "\xc7\x9f", "\xc7\xa0", "\xc7\xa1", "\xc7\xa2", + "\xc7\xa3", "\xc7\xa4", "\xc7\xa5", "\xc7\xa6", "\xc7\xa7", "\xc7\xa8", + "\xc7\xa9", "\xc7\xaa", "\xc7\xab", "\xc7\xac", "\xc7\xad", "\xc7\xae", + "\xc7\xaf", "\xc7\xb0", "\xc7\xb1", "\xc7\xb2", "\xc7\xb3", "\xc7\xb4", + "\xc7\xb5", "\xc7\xb6", "\xc7\xb7", "\xc7\xb8", "\xc7\xb9", "\xc7\xba", + "\xc7\xbb", "\xc7\xbc", "\xc7\xbd", "\xc7\xbe", "\xc7\xbf", "\xc7\xc0", + "\xc7\xc1", "\xc7\xc2", "\xc7\xc3", "\xc7\xc4", "\xc7\xc5", "\xc7\xc6", + "\xc7\xc7", "\xc7\xc8", "\xc7\xc9", "\xc7\xca", "\xc7\xcb", "\xc7\xcc", + "\xc7\xcd", "\xc7\xce", "\xc7\xcf", "\xc7\xd0", "\xc7\xd1", "\xc7\xd2", + "\xc7\xd3", "\xc7\xd4", "\xc7\xd5", "\xc7\xd6", "\xc7\xd7", "\xc7\xd8", + "\xc7\xd9", "\xc7\xda", "\xc7\xdb", "\xc7\xdc", "\xc7\xdd", "\xc7\xde", + "\xc7\xdf", "\xc7\xe0", "\xc7\xe1", "\xc7\xe2", "\xc7\xe3", "\xc7\xe4", + "\xc7\xe5", "\xc7\xe6", "\xc7\xe7", "\xc7\xe8", "\xc7\xe9", "\xc7\xea", + "\xc7\xeb", "\xc7\xec", "\xc7\xed", "\xc7\xee", "\xc7\xef", "\xc7\xf0", + "\xc7\xf1", "\xc7\xf2", "\xc7\xf3", "\xc7\xf4", "\xc7\xf5", "\xc7\xf6", + "\xc7\xf7", "\xc7\xf8", "\xc7\xf9", "\xc7\xfa", "\xc7\xfb", "\xc7\xfc", + "\xc7\xfd", "\xc8\x41", "\xc8\x42", "\xc8\x43", "\xc8\x44", "\xc8\x45", + "\xc8\x46", "\xc8\x47", "\xc8\x48", "\xc8\x49", "\xc8\x4a", "\xc8\x4b", + "\xc8\x4c", "\xc8\x4d", "\xc8\x4e", "\xc8\x4f", "\xc8\x50", "\xc8\x51", + "\xc8\x52", "\xc8\x53", "\xc8\x54", "\xc8\x55", "\xc8\x56", "\xc8\x57", + "\xc8\x58", "\xc8\x59", "\xc8\x5a", "\xc8\x5b", "\xc8\x5c", "\xc8\x5d", + "\xc8\x5e", "\xc8\x5f", "\xc8\x60", "\xc8\x61", "\xc8\x62", "\xc8\x63", + "\xc8\x64", "\xc8\x65", "\xc8\x66", "\xc8\x67", "\xc8\x68", "\xc8\x69", + "\xc8\x6a", "\xc8\x6b", "\xc8\x6c", "\xc8\x6d", "\xc8\x6e", "\xc8\x6f", + "\xc8\x70", "\xc8\x71", "\xc8\x72", "\xc8\x73", "\xc8\x74", "\xc8\x75", + "\xc8\x76", "\xc8\x77", "\xc8\x78", "\xc8\x79", "\xc8\x7a", "\xc8\x7b", + "\xc8\x7c", "\xc8\x7d", "\xc8\x7e", "\xc8\x7f", "\xc8\x81", "\xc8\x82", + "\xc8\x83", "\xc8\x84", "\xc8\x85", "\xc8\x86", "\xc8\x87", "\xc8\x88", + "\xc8\x89", "\xc8\x8a", "\xc8\x8b", "\xc8\x8c", "\xc8\x8d", "\xc8\x8e", + "\xc8\x8f", "\xc8\x90", "\xc8\x91", "\xc8\x92", "\xc8\x93", "\xc8\x94", + "\xc8\x95", "\xc8\x96", "\xc8\x97", "\xc8\x98", "\xc8\x99", "\xc8\x9a", + "\xc8\x9b", "\xc8\x9c", "\xc8\x9d", "\xc8\x9e", "\xc8\x9f", "\xc8\xa0", + "\xc8\xa1", "\xc8\xa2", "\xc8\xa3", "\xc8\xa4", "\xc8\xa5", "\xc8\xa6", + "\xc8\xa7", "\xc8\xa8", "\xc8\xa9", "\xc8\xaa", "\xc8\xab", "\xc8\xac", + "\xc8\xad", "\xc8\xae", "\xc8\xaf", "\xc8\xb0", "\xc8\xb1", "\xc8\xb2", + "\xc8\xb3", "\xc8\xb4", "\xc8\xb5", "\xc8\xb6", "\xc8\xb7", "\xc8\xb8", + "\xc8\xb9", "\xc8\xba", "\xc8\xbb", "\xc8\xbc", "\xc8\xbd", "\xc8\xbe", + "\xc8\xbf", "\xc8\xc0", "\xc8\xc1", "\xc8\xc2", "\xc8\xc3", "\xc8\xc4", + "\xc8\xc5", "\xc8\xc6", "\xc8\xc7", "\xc8\xc8", "\xc8\xc9", "\xc8\xca", + "\xc8\xcb", "\xc8\xcc", "\xc8\xcd", "\xc8\xce", "\xc8\xcf", "\xc8\xd0", + "\xc8\xd1", "\xc8\xd2", "\xc8\xd3", "\xc8\xd4", "\xc8\xd5", "\xc8\xd6", + "\xc8\xd7", "\xc8\xd8", "\xc8\xd9", "\xc8\xda", "\xc8\xdb", "\xc8\xdc", + "\xc8\xdd", "\xc8\xde", "\xc8\xdf", "\xc8\xe0", "\xc8\xe1", "\xc8\xe2", + "\xc8\xe3", "\xc8\xe4", "\xc8\xe5", "\xc8\xe6", "\xc8\xe7", "\xc8\xe8", + "\xc8\xe9", "\xc8\xea", "\xc8\xeb", "\xc8\xec", "\xc8\xed", "\xc8\xee", + "\xc8\xef", "\xc8\xf0", "\xc8\xf1", "\xc8\xf2", "\xc8\xf3", "\xc8\xf4", + "\xc8\xf5", "\xc8\xf6", "\xc8\xf7", "\xc8\xf8", "\xc8\xf9", "\xc8\xfa", + "\xc8\xfb", "\xc8\xfc", "\xc8\xfd", "\xc9\x41", "\xc9\x42", "\xc9\x43", + "\xc9\x44", "\xc9\x45", "\xc9\x46", "\xc9\x47", "\xc9\x48", "\xc9\x49", + "\xc9\x4a", "\xc9\x4b", "\xc9\x4c", "\xc9\x4d", "\xc9\x4e", "\xc9\x4f", + "\xc9\x50", "\xc9\x51", "\xc9\x52", "\xc9\x53", "\xc9\x54", "\xc9\x55", + "\xc9\x56", "\xc9\x57", "\xc9\x58", "\xc9\x59", "\xc9\x5a", "\xc9\x5b", + "\xc9\x5c", "\xc9\x5d", "\xc9\x5e", "\xc9\x5f", "\xc9\x60", "\xc9\x61", + "\xc9\x62", "\xc9\x63", "\xc9\x64", "\xc9\x65", "\xc9\x66", "\xc9\x67", + "\xc9\x68", "\xc9\x69", "\xc9\x6a", "\xc9\x6b", "\xc9\x6c", "\xc9\x6d", + "\xc9\x6e", "\xc9\x6f", "\xc9\x70", "\xc9\x71", "\xc9\x72", "\xc9\x73", + "\xc9\x74", "\xc9\x75", "\xc9\x76", "\xc9\x77", "\xc9\x78", "\xc9\x79", + "\xc9\x7a", "\xc9\x7b", "\xc9\x7c", "\xc9\x7d", "\xc9\x7e", "\xc9\x7f", + "\xc9\x81", "\xc9\x82", "\xc9\x83", "\xc9\x84", "\xc9\x85", "\xc9\x86", + "\xc9\x87", "\xc9\x88", "\xc9\x89", "\xc9\x8a", "\xc9\x8b", "\xc9\x8c", + "\xc9\x8d", "\xc9\x8e", "\xc9\x8f", "\xc9\x90", "\xc9\x91", "\xc9\x92", + "\xc9\x93", "\xc9\x94", "\xc9\x95", "\xc9\x96", "\xc9\x97", "\xc9\x98", + "\xc9\x99", "\xc9\x9a", "\xc9\x9b", "\xc9\x9c", "\xc9\x9d", "\xc9\x9e", + "\xc9\x9f", "\xc9\xa0", "\xc9\xa1", "\xc9\xa2", "\xc9\xa3", "\xc9\xa4", + "\xc9\xa5", "\xc9\xa6", "\xc9\xa7", "\xc9\xa8", "\xc9\xa9", "\xc9\xaa", + "\xc9\xab", "\xc9\xac", "\xc9\xad", "\xc9\xae", "\xc9\xaf", "\xc9\xb0", + "\xc9\xb1", "\xc9\xb2", "\xc9\xb3", "\xc9\xb4", "\xc9\xb5", "\xc9\xb6", + "\xc9\xb7", "\xc9\xb8", "\xc9\xb9", "\xc9\xba", "\xc9\xbb", "\xc9\xbc", + "\xc9\xbd", "\xc9\xbe", "\xc9\xbf", "\xc9\xc0", "\xc9\xc1", "\xc9\xc2", + "\xc9\xc3", "\xc9\xc4", "\xc9\xc5", "\xc9\xc6", "\xc9\xc7", "\xc9\xc8", + "\xc9\xc9", "\xc9\xca", "\xc9\xcb", "\xc9\xcc", "\xc9\xcd", "\xc9\xce", + "\xc9\xcf", "\xc9\xd0", "\xc9\xd1", "\xc9\xd2", "\xc9\xd3", "\xc9\xd4", + "\xc9\xd5", "\xc9\xd6", "\xc9\xd7", "\xc9\xd8", "\xc9\xd9", "\xc9\xda", + "\xc9\xdb", "\xc9\xdc", "\xc9\xdd", "\xc9\xde", "\xc9\xdf", "\xc9\xe0", + "\xc9\xe1", "\xc9\xe2", "\xc9\xe3", "\xc9\xe4", "\xc9\xe5", "\xc9\xe6", + "\xc9\xe7", "\xc9\xe8", "\xc9\xe9", "\xc9\xea", "\xc9\xeb", "\xc9\xec", + "\xc9\xed", "\xc9\xee", "\xc9\xef", "\xc9\xf0", "\xc9\xf1", "\xc9\xf2", + "\xc9\xf3", "\xc9\xf4", "\xc9\xf5", "\xc9\xf6", "\xc9\xf7", "\xc9\xf8", + "\xc9\xf9", "\xc9\xfa", "\xc9\xfb", "\xc9\xfc", "\xc9\xfd", "\xca\x41", + "\xca\x42", "\xca\x43", "\xca\x44", "\xca\x45", "\xca\x46", "\xca\x47", + "\xca\x48", "\xca\x49", "\xca\x4a", "\xca\x4b", "\xca\x4c", "\xca\x4d", + "\xca\x4e", "\xca\x4f", "\xca\x50", "\xca\x51", "\xca\x52", "\xca\x53", + "\xca\x54", "\xca\x55", "\xca\x56", "\xca\x57", "\xca\x58", "\xca\x59", + "\xca\x5a", "\xca\x5b", "\xca\x5c", "\xca\x5d", "\xca\x5e", "\xca\x5f", + "\xca\x60", "\xca\x61", "\xca\x62", "\xca\x63", "\xca\x64", "\xca\x65", + "\xca\x66", "\xca\x67", "\xca\x68", "\xca\x69", "\xca\x6a", "\xca\x6b", + "\xca\x6c", "\xca\x6d", "\xca\x6e", "\xca\x6f", "\xca\x70", "\xca\x71", + "\xca\x72", "\xca\x73", "\xca\x74", "\xca\x75", "\xca\x76", "\xca\x77", + "\xca\x78", "\xca\x79", "\xca\x7a", "\xca\x7b", "\xca\x7c", "\xca\x7d", + "\xca\x7e", "\xca\x7f", "\xca\x81", "\xca\x82", "\xca\x83", "\xca\x84", + "\xca\x85", "\xca\x86", "\xca\x87", "\xca\x88", "\xca\x89", "\xca\x8a", + "\xca\x8b", "\xca\x8c", "\xca\x8d", "\xca\x8e", "\xca\x8f", "\xca\x90", + "\xca\x91", "\xca\x92", "\xca\x93", "\xca\x94", "\xca\x95", "\xca\x96", + "\xca\x97", "\xca\x98", "\xca\x99", "\xca\x9a", "\xca\x9b", "\xca\x9c", + "\xca\x9d", "\xca\x9e", "\xca\x9f", "\xca\xa0", "\xca\xa1", "\xca\xa2", + "\xca\xa3", "\xca\xa4", "\xca\xa5", "\xca\xa6", "\xca\xa7", "\xca\xa8", + "\xca\xa9", "\xca\xaa", "\xca\xab", "\xca\xac", "\xca\xad", "\xca\xae", + "\xca\xaf", "\xca\xb0", "\xca\xb1", "\xca\xb2", "\xca\xb3", "\xca\xb4", + "\xca\xb5", "\xca\xb6", "\xca\xb7", "\xca\xb8", "\xca\xb9", "\xca\xba", + "\xca\xbb", "\xca\xbc", "\xca\xbd", "\xca\xbe", "\xca\xbf", "\xca\xc0", + "\xca\xc1", "\xca\xc2", "\xca\xc3", "\xca\xc4", "\xca\xc5", "\xca\xc6", + "\xca\xc7", "\xca\xc8", "\xca\xc9", "\xca\xca", "\xca\xcb", "\xca\xcc", + "\xca\xcd", "\xca\xce", "\xca\xcf", "\xca\xd0", "\xca\xd1", "\xca\xd2", + "\xca\xd3", "\xca\xd4", "\xca\xd5", "\xca\xd6", "\xca\xd7", "\xca\xd8", + "\xca\xd9", "\xca\xda", "\xca\xdb", "\xca\xdc", "\xca\xdd", "\xca\xde", + "\xca\xdf", "\xca\xe0", "\xca\xe1", "\xca\xe2", "\xca\xe3", "\xca\xe4", + "\xca\xe5", "\xca\xe6", "\xca\xe7", "\xca\xe8", "\xca\xe9", "\xca\xea", + "\xca\xeb", "\xca\xec", "\xca\xed", "\xca\xee", "\xca\xef", "\xca\xf0", + "\xca\xf1", "\xca\xf2", "\xca\xf3", "\xca\xf4", "\xca\xf5", "\xca\xf6", + "\xca\xf7", "\xca\xf8", "\xca\xf9", "\xca\xfa", "\xca\xfb", "\xca\xfc", + "\xca\xfd", "\xcb\x41", "\xcb\x42", "\xcb\x43", "\xcb\x44", "\xcb\x45", + "\xcb\x46", "\xcb\x47", "\xcb\x48", "\xcb\x49", "\xcb\x4a", "\xcb\x4b", + "\xcb\x4c", "\xcb\x4d", "\xcb\x4e", "\xcb\x4f", "\xcb\x50", "\xcb\x51", + "\xcb\x52", "\xcb\x53", "\xcb\x54", "\xcb\x55", "\xcb\x56", "\xcb\x57", + "\xcb\x58", "\xcb\x59", "\xcb\x5a", "\xcb\x5b", "\xcb\x5c", "\xcb\x5d", + "\xcb\x5e", "\xcb\x5f", "\xcb\x60", "\xcb\x61", "\xcb\x62", "\xcb\x63", + "\xcb\x64", "\xcb\x65", "\xcb\x66", "\xcb\x67", "\xcb\x68", "\xcb\x69", + "\xcb\x6a", "\xcb\x6b", "\xcb\x6c", "\xcb\x6d", "\xcb\x6e", "\xcb\x6f", + "\xcb\x70", "\xcb\x71", "\xcb\x72", "\xcb\x73", "\xcb\x74", "\xcb\x75", + "\xcb\x76", "\xcb\x77", "\xcb\x78", "\xcb\x79", "\xcb\x7a", "\xcb\x7b", + "\xcb\x7c", "\xcb\x7d", "\xcb\x7e", "\xcb\x7f", "\xcb\x81", "\xcb\x82", + "\xcb\x83", "\xcb\x84", "\xcb\x85", "\xcb\x86", "\xcb\x87", "\xcb\x88", + "\xcb\x89", "\xcb\x8a", "\xcb\x8b", "\xcb\x8c", "\xcb\x8d", "\xcb\x8e", + "\xcb\x8f", "\xcb\x90", "\xcb\x91", "\xcb\x92", "\xcb\x93", "\xcb\x94", + "\xcb\x95", "\xcb\x96", "\xcb\x97", "\xcb\x98", "\xcb\x99", "\xcb\x9a", + "\xcb\x9b", "\xcb\x9c", "\xcb\x9d", "\xcb\x9e", "\xcb\x9f", "\xcb\xa0", + "\xcb\xa1", "\xcb\xa2", "\xcb\xa3", "\xcb\xa4", "\xcb\xa5", "\xcb\xa6", + "\xcb\xa7", "\xcb\xa8", "\xcb\xa9", "\xcb\xaa", "\xcb\xab", "\xcb\xac", + "\xcb\xad", "\xcb\xae", "\xcb\xaf", "\xcb\xb0", "\xcb\xb1", "\xcb\xb2", + "\xcb\xb3", "\xcb\xb4", "\xcb\xb5", "\xcb\xb6", "\xcb\xb7", "\xcb\xb8", + "\xcb\xb9", "\xcb\xba", "\xcb\xbb", "\xcb\xbc", "\xcb\xbd", "\xcb\xbe", + "\xcb\xbf", "\xcb\xc0", "\xcb\xc1", "\xcb\xc2", "\xcb\xc3", "\xcb\xc4", + "\xcb\xc5", "\xcb\xc6", "\xcb\xc7", "\xcb\xc8", "\xcb\xc9", "\xcb\xca", + "\xcb\xcb", "\xcb\xcc", "\xcb\xcd", "\xcb\xce", "\xcb\xcf", "\xcb\xd0", + "\xcb\xd1", "\xcb\xd2", "\xcb\xd3", "\xcb\xd4", "\xcb\xd5", "\xcb\xd6", + "\xcb\xd7", "\xcb\xd8", "\xcb\xd9", "\xcb\xda", "\xcb\xdb", "\xcb\xdc", + "\xcb\xdd", "\xcb\xde", "\xcb\xdf", "\xcb\xe0", "\xcb\xe1", "\xcb\xe2", + "\xcb\xe3", "\xcb\xe4", "\xcb\xe5", "\xcb\xe6", "\xcb\xe7", "\xcb\xe8", + "\xcb\xe9", "\xcb\xea", "\xcb\xeb", "\xcb\xec", "\xcb\xed", "\xcb\xee", + "\xcb\xef", "\xcb\xf0", "\xcb\xf1", "\xcb\xf2", "\xcb\xf3", "\xcb\xf4", + "\xcb\xf5", "\xcb\xf6", "\xcb\xf7", "\xcb\xf8", "\xcb\xf9", "\xcb\xfa", + "\xcb\xfb", "\xcb\xfc", "\xcb\xfd", "\xcc\x41", "\xcc\x42", "\xcc\x43", + "\xcc\x44", "\xcc\x45", "\xcc\x46", "\xcc\x47", "\xcc\x48", "\xcc\x49", + "\xcc\x4a", "\xcc\x4b", "\xcc\x4c", "\xcc\x4d", "\xcc\x4e", "\xcc\x4f", + "\xcc\x50", "\xcc\x51", "\xcc\x52", "\xcc\x53", "\xcc\x54", "\xcc\x55", + "\xcc\x56", "\xcc\x57", "\xcc\x58", "\xcc\x59", "\xcc\x5a", "\xcc\x5b", + "\xcc\x5c", "\xcc\x5d", "\xcc\x5e", "\xcc\x5f", "\xcc\x60", "\xcc\x61", + "\xcc\x62", "\xcc\x63", "\xcc\x64", "\xcc\x65", "\xcc\x66", "\xcc\x67", + "\xcc\x68", "\xcc\x69", "\xcc\x6a", "\xcc\x6b", "\xcc\x6c", "\xcc\x6d", + "\xcc\x6e", "\xcc\x6f", "\xcc\x70", "\xcc\x71", "\xcc\x72", "\xcc\x73", + "\xcc\x74", "\xcc\x75", "\xcc\x76", "\xcc\x77", "\xcc\x78", "\xcc\x79", + "\xcc\x7a", "\xcc\x7b", "\xcc\x7c", "\xcc\x7d", "\xcc\x7e", "\xcc\x7f", + "\xcc\x81", "\xcc\x82", "\xcc\x83", "\xcc\x84", "\xcc\x85", "\xcc\x86", + "\xcc\x87", "\xcc\x88", "\xcc\x89", "\xcc\x8a", "\xcc\x8b", "\xcc\x8c", + "\xcc\x8d", "\xcc\x8e", "\xcc\x8f", "\xcc\x90", "\xcc\x91", "\xcc\x92", + "\xcc\x93", "\xcc\x94", "\xcc\x95", "\xcc\x96", "\xcc\x97", "\xcc\x98", + "\xcc\x99", "\xcc\x9a", "\xcc\x9b", "\xcc\x9c", "\xcc\x9d", "\xcc\x9e", + "\xcc\x9f", "\xcc\xa0", "\xcc\xa1", "\xcc\xa2", "\xcc\xa3", "\xcc\xa4", + "\xcc\xa5", "\xcc\xa6", "\xcc\xa7", "\xcc\xa8", "\xcc\xa9", "\xcc\xaa", + "\xcc\xab", "\xcc\xac", "\xcc\xad", "\xcc\xae", "\xcc\xaf", "\xcc\xb0", + "\xcc\xb1", "\xcc\xb2", "\xcc\xb3", "\xcc\xb4", "\xcc\xb5", "\xcc\xb6", + "\xcc\xb7", "\xcc\xb8", "\xcc\xb9", "\xcc\xba", "\xcc\xbb", "\xcc\xbc", + "\xcc\xbd", "\xcc\xbe", "\xcc\xbf", "\xcc\xc0", "\xcc\xc1", "\xcc\xc2", + "\xcc\xc3", "\xcc\xc4", "\xcc\xc5", "\xcc\xc6", "\xcc\xc7", "\xcc\xc8", + "\xcc\xc9", "\xcc\xca", "\xcc\xcb", "\xcc\xcc", "\xcc\xcd", "\xcc\xce", + "\xcc\xcf", "\xcc\xd0", "\xcc\xd1", "\xcc\xd2", "\xcc\xd3", "\xcc\xd4", + "\xcc\xd5", "\xcc\xd6", "\xcc\xd7", "\xcc\xd8", "\xcc\xd9", "\xcc\xda", + "\xcc\xdb", "\xcc\xdc", "\xcc\xdd", "\xcc\xde", "\xcc\xdf", "\xcc\xe0", + "\xcc\xe1", "\xcc\xe2", "\xcc\xe3", "\xcc\xe4", "\xcc\xe5", "\xcc\xe6", + "\xcc\xe7", "\xcc\xe8", "\xcc\xe9", "\xcc\xea", "\xcc\xeb", "\xcc\xec", + "\xcc\xed", "\xcc\xee", "\xcc\xef", "\xcc\xf0", "\xcc\xf1", "\xcc\xf2", + "\xcc\xf3", "\xcc\xf4", "\xcc\xf5", "\xcc\xf6", "\xcc\xf7", "\xcc\xf8", + "\xcc\xf9", "\xcc\xfa", "\xcc\xfb", "\xcc\xfc", "\xcc\xfd", "\xcd\x41", + "\xcd\x42", "\xcd\x43", "\xcd\x44", "\xcd\x45", "\xcd\x46", "\xcd\x47", + "\xcd\x48", "\xcd\x49", "\xcd\x4a", "\xcd\x4b", "\xcd\x4c", "\xcd\x4d", + "\xcd\x4e", "\xcd\x4f", "\xcd\x50", "\xcd\x51", "\xcd\x52", "\xcd\x53", + "\xcd\x54", "\xcd\x55", "\xcd\x56", "\xcd\x57", "\xcd\x58", "\xcd\x59", + "\xcd\x5a", "\xcd\x5b", "\xcd\x5c", "\xcd\x5d", "\xcd\x5e", "\xcd\x5f", + "\xcd\x60", "\xcd\x61", "\xcd\x62", "\xcd\x63", "\xcd\x64", "\xcd\x65", + "\xcd\x66", "\xcd\x67", "\xcd\x68", "\xcd\x69", "\xcd\x6a", "\xcd\x6b", + "\xcd\x6c", "\xcd\x6d", "\xcd\x6e", "\xcd\x6f", "\xcd\x70", "\xcd\x71", + "\xcd\x72", "\xcd\x73", "\xcd\x74", "\xcd\x75", "\xcd\x76", "\xcd\x77", + "\xcd\x78", "\xcd\x79", "\xcd\x7a", "\xcd\x7b", "\xcd\x7c", "\xcd\x7d", + "\xcd\x7e", "\xcd\x7f", "\xcd\x81", "\xcd\x82", "\xcd\x83", "\xcd\x84", + "\xcd\x85", "\xcd\x86", "\xcd\x87", "\xcd\x88", "\xcd\x89", "\xcd\x8a", + "\xcd\x8b", "\xcd\x8c", "\xcd\x8d", "\xcd\x8e", "\xcd\x8f", "\xcd\x90", + "\xcd\x91", "\xcd\x92", "\xcd\x93", "\xcd\x94", "\xcd\x95", "\xcd\x96", + "\xcd\x97", "\xcd\x98", "\xcd\x99", "\xcd\x9a", "\xcd\x9b", "\xcd\x9c", + "\xcd\x9d", "\xcd\x9e", "\xcd\x9f", "\xcd\xa0", "\xcd\xa1", "\xcd\xa2", + "\xcd\xa3", "\xcd\xa4", "\xcd\xa5", "\xcd\xa6", "\xcd\xa7", "\xcd\xa8", + "\xcd\xa9", "\xcd\xaa", "\xcd\xab", "\xcd\xac", "\xcd\xad", "\xcd\xae", + "\xcd\xaf", "\xcd\xb0", "\xcd\xb1", "\xcd\xb2", "\xcd\xb3", "\xcd\xb4", + "\xcd\xb5", "\xcd\xb6", "\xcd\xb7", "\xcd\xb8", "\xcd\xb9", "\xcd\xba", + "\xcd\xbb", "\xcd\xbc", "\xcd\xbd", "\xcd\xbe", "\xcd\xbf", "\xcd\xc0", + "\xcd\xc1", "\xcd\xc2", "\xcd\xc3", "\xcd\xc4", "\xcd\xc5", "\xcd\xc6", + "\xcd\xc7", "\xcd\xc8", "\xcd\xc9", "\xcd\xca", "\xcd\xcb", "\xcd\xcc", + "\xcd\xcd", "\xcd\xce", "\xcd\xcf", "\xcd\xd0", "\xcd\xd1", "\xcd\xd2", + "\xcd\xd3", "\xcd\xd4", "\xcd\xd5", "\xcd\xd6", "\xcd\xd7", "\xcd\xd8", + "\xcd\xd9", "\xcd\xda", "\xcd\xdb", "\xcd\xdc", "\xcd\xdd", "\xcd\xde", + "\xcd\xdf", "\xcd\xe0", "\xcd\xe1", "\xcd\xe2", "\xcd\xe3", "\xcd\xe4", + "\xcd\xe5", "\xcd\xe6", "\xcd\xe7", "\xcd\xe8", "\xcd\xe9", "\xcd\xea", + "\xcd\xeb", "\xcd\xec", "\xcd\xed", "\xcd\xee", "\xcd\xef", "\xcd\xf0", + "\xcd\xf1", "\xcd\xf2", "\xcd\xf3", "\xcd\xf4", "\xcd\xf5", "\xcd\xf6", + "\xcd\xf7", "\xcd\xf8", "\xcd\xf9", "\xcd\xfa", "\xcd\xfb", "\xcd\xfc", + "\xcd\xfd", "\xce\x41", "\xce\x42", "\xce\x43", "\xce\x44", "\xce\x45", + "\xce\x46", "\xce\x47", "\xce\x48", "\xce\x49", "\xce\x4a", "\xce\x4b", + "\xce\x4c", "\xce\x4d", "\xce\x4e", "\xce\x4f", "\xce\x50", "\xce\x51", + "\xce\x52", "\xce\x53", "\xce\x54", "\xce\x55", "\xce\x56", "\xce\x57", + "\xce\x58", "\xce\x59", "\xce\x5a", "\xce\x5b", "\xce\x5c", "\xce\x5d", + "\xce\x5e", "\xce\x5f", "\xce\x60", "\xce\x61", "\xce\x62", "\xce\x63", + "\xce\x64", "\xce\x65", "\xce\x66", "\xce\x67", "\xce\x68", "\xce\x69", + "\xce\x6a", "\xce\x6b", "\xce\x6c", "\xce\x6d", "\xce\x6e", "\xce\x6f", + "\xce\x70", "\xce\x71", "\xce\x72", "\xce\x73", "\xce\x74", "\xce\x75", + "\xce\x76", "\xce\x77", "\xce\x78", "\xce\x79", "\xce\x7a", "\xce\x7b", + "\xce\x7c", "\xce\x7d", "\xce\x7e", "\xce\x7f", "\xce\x81", "\xce\x82", + "\xce\x83", "\xce\x84", "\xce\x85", "\xce\x86", "\xce\x87", "\xce\x88", + "\xce\x89", "\xce\x8a", "\xce\x8b", "\xce\x8c", "\xce\x8d", "\xce\x8e", + "\xce\x8f", "\xce\x90", "\xce\x91", "\xce\x92", "\xce\x93", "\xce\x94", + "\xce\x95", "\xce\x96", "\xce\x97", "\xce\x98", "\xce\x99", "\xce\x9a", + "\xce\x9b", "\xce\x9c", "\xce\x9d", "\xce\x9e", "\xce\x9f", "\xce\xa0", + "\xce\xa1", "\xce\xa2", "\xce\xa3", "\xce\xa4", "\xce\xa5", "\xce\xa6", + "\xce\xa7", "\xce\xa8", "\xce\xa9", "\xce\xaa", "\xce\xab", "\xce\xac", + "\xce\xad", "\xce\xae", "\xce\xaf", "\xce\xb0", "\xce\xb1", "\xce\xb2", + "\xce\xb3", "\xce\xb4", "\xce\xb5", "\xce\xb6", "\xce\xb7", "\xce\xb8", + "\xce\xb9", "\xce\xba", "\xce\xbb", "\xce\xbc", "\xce\xbd", "\xce\xbe", + "\xce\xbf", "\xce\xc0", "\xce\xc1", "\xce\xc2", "\xce\xc3", "\xce\xc4", + "\xce\xc5", "\xce\xc6", "\xce\xc7", "\xce\xc8", "\xce\xc9", "\xce\xca", + "\xce\xcb", "\xce\xcc", "\xce\xcd", "\xce\xce", "\xce\xcf", "\xce\xd0", + "\xce\xd1", "\xce\xd2", "\xce\xd3", "\xce\xd4", "\xce\xd5", "\xce\xd6", + "\xce\xd7", "\xce\xd8", "\xce\xd9", "\xce\xda", "\xce\xdb", "\xce\xdc", + "\xce\xdd", "\xce\xde", "\xce\xdf", "\xce\xe0", "\xce\xe1", "\xce\xe2", + "\xce\xe3", "\xce\xe4", "\xce\xe5", "\xce\xe6", "\xce\xe7", "\xce\xe8", + "\xce\xe9", "\xce\xea", "\xce\xeb", "\xce\xec", "\xce\xed", "\xce\xee", + "\xce\xef", "\xce\xf0", "\xce\xf1", "\xce\xf2", "\xce\xf3", "\xce\xf4", + "\xce\xf5", "\xce\xf6", "\xce\xf7", "\xce\xf8", "\xce\xf9", "\xce\xfa", + "\xce\xfb", "\xce\xfc", "\xce\xfd", "\xcf\x41", "\xcf\x42", "\xcf\x43", + "\xcf\x44", "\xcf\x45", "\xcf\x46", "\xcf\x47", "\xcf\x48", "\xcf\x49", + "\xcf\x4a", "\xcf\x4b", "\xcf\x4c", "\xcf\x4d", "\xcf\x4e", "\xcf\x4f", + "\xcf\x50", "\xcf\x51", "\xcf\x52", "\xcf\x53", "\xcf\x54", "\xcf\x55", + "\xcf\x56", "\xcf\x57", "\xcf\x58", "\xcf\x59", "\xcf\x5a", "\xcf\x5b", + "\xcf\x5c", "\xcf\x5d", "\xcf\x5e", "\xcf\x5f", "\xcf\x60", "\xcf\x61", + "\xcf\x62", "\xcf\x63", "\xcf\x64", "\xcf\x65", "\xcf\x66", "\xcf\x67", + "\xcf\x68", "\xcf\x69", "\xcf\x6a", "\xcf\x6b", "\xcf\x6c", "\xcf\x6d", + "\xcf\x6e", "\xcf\x6f", "\xcf\x70", "\xcf\x71", "\xcf\x72", "\xcf\x73", + "\xcf\x74", "\xcf\x75", "\xcf\x76", "\xcf\x77", "\xcf\x78", "\xcf\x79", + "\xcf\x7a", "\xcf\x7b", "\xcf\x7c", "\xcf\x7d", "\xcf\x7e", "\xcf\x7f", + "\xcf\x81", "\xcf\x82", "\xcf\x83", "\xcf\x84", "\xcf\x85", "\xcf\x86", + "\xcf\x87", "\xcf\x88", "\xcf\x89", "\xcf\x8a", "\xcf\x8b", "\xcf\x8c", + "\xcf\x8d", "\xcf\x8e", "\xcf\x8f", "\xcf\x90", "\xcf\x91", "\xcf\x92", + "\xcf\x93", "\xcf\x94", "\xcf\x95", "\xcf\x96", "\xcf\x97", "\xcf\x98", + "\xcf\x99", "\xcf\x9a", "\xcf\x9b", "\xcf\x9c", "\xcf\x9d", "\xcf\x9e", + "\xcf\x9f", "\xcf\xa0", "\xcf\xa1", "\xcf\xa2", "\xcf\xa3", "\xcf\xa4", + "\xcf\xa5", "\xcf\xa6", "\xcf\xa7", "\xcf\xa8", "\xcf\xa9", "\xcf\xaa", + "\xcf\xab", "\xcf\xac", "\xcf\xad", "\xcf\xae", "\xcf\xaf", "\xcf\xb0", + "\xcf\xb1", "\xcf\xb2", "\xcf\xb3", "\xcf\xb4", "\xcf\xb5", "\xcf\xb6", + "\xcf\xb7", "\xcf\xb8", "\xcf\xb9", "\xcf\xba", "\xcf\xbb", "\xcf\xbc", + "\xcf\xbd", "\xcf\xbe", "\xcf\xbf", "\xcf\xc0", "\xcf\xc1", "\xcf\xc2", + "\xcf\xc3", "\xcf\xc4", "\xcf\xc5", "\xcf\xc6", "\xcf\xc7", "\xcf\xc8", + "\xcf\xc9", "\xcf\xca", "\xcf\xcb", "\xcf\xcc", "\xcf\xcd", "\xcf\xce", + "\xcf\xcf", "\xcf\xd0", "\xcf\xd1", "\xcf\xd2", "\xcf\xd3", "\xcf\xd4", + "\xcf\xd5", "\xcf\xd6", "\xcf\xd7", "\xcf\xd8", "\xcf\xd9", "\xcf\xda", + "\xcf\xdb", "\xcf\xdc", "\xcf\xdd", "\xcf\xde", "\xcf\xdf", "\xcf\xe0", + "\xcf\xe1", "\xcf\xe2", "\xcf\xe3", "\xcf\xe4", "\xcf\xe5", "\xcf\xe6", + "\xcf\xe7", "\xcf\xe8", "\xcf\xe9", "\xcf\xea", "\xcf\xeb", "\xcf\xec", + "\xcf\xed", "\xcf\xee", "\xcf\xef", "\xcf\xf0", "\xcf\xf1", "\xcf\xf2", + "\xcf\xf3", "\xcf\xf4", "\xcf\xf5", "\xcf\xf6", "\xcf\xf7", "\xcf\xf8", + "\xcf\xf9", "\xcf\xfa", "\xcf\xfb", "\xcf\xfc", "\xcf\xfd", "\xd0\x41", + "\xd0\x42", "\xd0\x43", "\xd0\x44", "\xd0\x45", "\xd0\x46", "\xd0\x47", + "\xd0\x48", "\xd0\x49", "\xd0\x4a", "\xd0\x4b", "\xd0\x4c", "\xd0\x4d", + "\xd0\x4e", "\xd0\x4f", "\xd0\x50", "\xd0\x51", "\xd0\x52", "\xd0\x53", + "\xd0\x54", "\xd0\x55", "\xd0\x56", "\xd0\x57", "\xd0\x58", "\xd0\x59", + "\xd0\x5a", "\xd0\x5b", "\xd0\x5c", "\xd0\x5d", "\xd0\x5e", "\xd0\x5f", + "\xd0\x60", "\xd0\x61", "\xd0\x62", "\xd0\x63", "\xd0\x64", "\xd0\x65", + "\xd0\x66", "\xd0\x67", "\xd0\x68", "\xd0\x69", "\xd0\x6a", "\xd0\x6b", + "\xd0\x6c", "\xd0\x6d", "\xd0\x6e", "\xd0\x6f", "\xd0\x70", "\xd0\x71", + "\xd0\x72", "\xd0\x73", "\xd0\x74", "\xd0\x75", "\xd0\x76", "\xd0\x77", + "\xd0\x78", "\xd0\x79", "\xd0\x7a", "\xd0\x7b", "\xd0\x7c", "\xd0\x7d", + "\xd0\x7e", "\xd0\x7f", "\xd0\x81", "\xd0\x82", "\xd0\x83", "\xd0\x84", + "\xd0\x85", "\xd0\x86", "\xd0\x87", "\xd0\x88", "\xd0\x89", "\xd0\x8a", + "\xd0\x8b", "\xd0\x8c", "\xd0\x8d", "\xd0\x8e", "\xd0\x8f", "\xd0\x90", + "\xd0\x91", "\xd0\x92", "\xd0\x93", "\xd0\x94", "\xd0\x95", "\xd0\x96", + "\xd0\x97", "\xd0\x98", "\xd0\x99", "\xd0\x9a", "\xd0\x9b", "\xd0\x9c", + "\xd0\x9d", "\xd0\x9e", "\xd0\x9f", "\xd0\xa0", "\xd0\xa1", "\xd0\xa2", + "\xd0\xa3", "\xd0\xa4", "\xd0\xa5", "\xd0\xa6", "\xd0\xa7", "\xd0\xa8", + "\xd0\xa9", "\xd0\xaa", "\xd0\xab", "\xd0\xac", "\xd0\xad", "\xd0\xae", + "\xd0\xaf", "\xd0\xb0", "\xd0\xb1", "\xd0\xb2", "\xd0\xb3", "\xd0\xb4", + "\xd0\xb5", "\xd0\xb6", "\xd0\xb7", "\xd0\xb8", "\xd0\xb9", "\xd0\xba", + "\xd0\xbb", "\xd0\xbc", "\xd0\xbd", "\xd0\xbe", "\xd0\xbf", "\xd0\xc0", + "\xd0\xc1", "\xd0\xc2", "\xd0\xc3", "\xd0\xc4", "\xd0\xc5", "\xd0\xc6", + "\xd0\xc7", "\xd0\xc8", "\xd0\xc9", "\xd0\xca", "\xd0\xcb", "\xd0\xcc", + "\xd0\xcd", "\xd0\xce", "\xd0\xcf", "\xd0\xd0", "\xd0\xd1", "\xd0\xd2", + "\xd0\xd3", "\xd0\xd4", "\xd0\xd5", "\xd0\xd6", "\xd0\xd7", "\xd0\xd8", + "\xd0\xd9", "\xd0\xda", "\xd0\xdb", "\xd0\xdc", "\xd0\xdd", "\xd0\xde", + "\xd0\xdf", "\xd0\xe0", "\xd0\xe1", "\xd0\xe2", "\xd0\xe3", "\xd0\xe4", + "\xd0\xe5", "\xd0\xe6", "\xd0\xe7", "\xd0\xe8", "\xd0\xe9", "\xd0\xea", + "\xd0\xeb", "\xd0\xec", "\xd0\xed", "\xd0\xee", "\xd0\xef", "\xd0\xf0", + "\xd0\xf1", "\xd0\xf2", "\xd0\xf3", "\xd0\xf4", "\xd0\xf5", "\xd0\xf6", + "\xd0\xf7", "\xd0\xf8", "\xd0\xf9", "\xd0\xfa", "\xd0\xfb", "\xd0\xfc", + "\xd0\xfd", "\xd1\x41", "\xd1\x42", "\xd1\x43", "\xd1\x44", "\xd1\x45", + "\xd1\x46", "\xd1\x47", "\xd1\x48", "\xd1\x49", "\xd1\x4a", "\xd1\x4b", + "\xd1\x4c", "\xd1\x4d", "\xd1\x4e", "\xd1\x4f", "\xd1\x50", "\xd1\x51", + "\xd1\x52", "\xd1\x53", "\xd1\x54", "\xd1\x55", "\xd1\x56", "\xd1\x57", + "\xd1\x58", "\xd1\x59", "\xd1\x5a", "\xd1\x5b", "\xd1\x5c", "\xd1\x5d", + "\xd1\x5e", "\xd1\x5f", "\xd1\x60", "\xd1\x61", "\xd1\x62", "\xd1\x63", + "\xd1\x64", "\xd1\x65", "\xd1\x66", "\xd1\x67", "\xd1\x68", "\xd1\x69", + "\xd1\x6a", "\xd1\x6b", "\xd1\x6c", "\xd1\x6d", "\xd1\x6e", "\xd1\x6f", + "\xd1\x70", "\xd1\x71", "\xd1\x72", "\xd1\x73", "\xd1\x74", "\xd1\x75", + "\xd1\x76", "\xd1\x77", "\xd1\x78", "\xd1\x79", "\xd1\x7a", "\xd1\x7b", + "\xd1\x7c", "\xd1\x7d", "\xd1\x7e", "\xd1\x7f", "\xd1\x81", "\xd1\x82", + "\xd1\x83", "\xd1\x84", "\xd1\x85", "\xd1\x86", "\xd1\x87", "\xd1\x88", + "\xd1\x89", "\xd1\x8a", "\xd1\x8b", "\xd1\x8c", "\xd1\x8d", "\xd1\x8e", + "\xd1\x8f", "\xd1\x90", "\xd1\x91", "\xd1\x92", "\xd1\x93", "\xd1\x94", + "\xd1\x95", "\xd1\x96", "\xd1\x97", "\xd1\x98", "\xd1\x99", "\xd1\x9a", + "\xd1\x9b", "\xd1\x9c", "\xd1\x9d", "\xd1\x9e", "\xd1\x9f", "\xd1\xa0", + "\xd1\xa1", "\xd1\xa2", "\xd1\xa3", "\xd1\xa4", "\xd1\xa5", "\xd1\xa6", + "\xd1\xa7", "\xd1\xa8", "\xd1\xa9", "\xd1\xaa", "\xd1\xab", "\xd1\xac", + "\xd1\xad", "\xd1\xae", "\xd1\xaf", "\xd1\xb0", "\xd1\xb1", "\xd1\xb2", + "\xd1\xb3", "\xd1\xb4", "\xd1\xb5", "\xd1\xb6", "\xd1\xb7", "\xd1\xb8", + "\xd1\xb9", "\xd1\xba", "\xd1\xbb", "\xd1\xbc", "\xd1\xbd", "\xd1\xbe", + "\xd1\xbf", "\xd1\xc0", "\xd1\xc1", "\xd1\xc2", "\xd1\xc3", "\xd1\xc4", + "\xd1\xc5", "\xd1\xc6", "\xd1\xc7", "\xd1\xc8", "\xd1\xc9", "\xd1\xca", + "\xd1\xcb", "\xd1\xcc", "\xd1\xcd", "\xd1\xce", "\xd1\xcf", "\xd1\xd0", + "\xd1\xd1", "\xd1\xd2", "\xd1\xd3", "\xd1\xd4", "\xd1\xd5", "\xd1\xd6", + "\xd1\xd7", "\xd1\xd8", "\xd1\xd9", "\xd1\xda", "\xd1\xdb", "\xd1\xdc", + "\xd1\xdd", "\xd1\xde", "\xd1\xdf", "\xd1\xe0", "\xd1\xe1", "\xd1\xe2", + "\xd1\xe3", "\xd1\xe4", "\xd1\xe5", "\xd1\xe6", "\xd1\xe7", "\xd1\xe8", + "\xd1\xe9", "\xd1\xea", "\xd1\xeb", "\xd1\xec", "\xd1\xed", "\xd1\xee", + "\xd1\xef", "\xd1\xf0", "\xd1\xf1", "\xd1\xf2", "\xd1\xf3", "\xd1\xf4", + "\xd1\xf5", "\xd1\xf6", "\xd1\xf7", "\xd1\xf8", "\xd1\xf9", "\xd1\xfa", + "\xd1\xfb", "\xd1\xfc", "\xd1\xfd", "\xd2\x41", "\xd2\x42", "\xd2\x43", + "\xd2\x44", "\xd2\x45", "\xd2\x46", "\xd2\x47", "\xd2\x48", "\xd2\x49", + "\xd2\x4a", "\xd2\x4b", "\xd2\x4c", "\xd2\x4d", "\xd2\x4e", "\xd2\x4f", + "\xd2\x50", "\xd2\x51", "\xd2\x52", "\xd2\x53", "\xd2\x54", "\xd2\x55", + "\xd2\x56", "\xd2\x57", "\xd2\x58", "\xd2\x59", "\xd2\x5a", "\xd2\x5b", + "\xd2\x5c", "\xd2\x5d", "\xd2\x5e", "\xd2\x5f", "\xd2\x60", "\xd2\x61", + "\xd2\x62", "\xd2\x63", "\xd2\x64", "\xd2\x65", "\xd2\x66", "\xd2\x67", + "\xd2\x68", "\xd2\x69", "\xd2\x6a", "\xd2\x6b", "\xd2\x6c", "\xd2\x6d", + "\xd2\x6e", "\xd2\x6f", "\xd2\x70", "\xd2\x71", "\xd2\x72", "\xd2\x73", + "\xd2\x74", "\xd2\x75", "\xd2\x76", "\xd2\x77", "\xd2\x78", "\xd2\x79", + "\xd2\x7a", "\xd2\x7b", "\xd2\x7c", "\xd2\x7d", "\xd2\x7e", "\xd2\x7f", + "\xd2\x81", "\xd2\x82", "\xd2\x83", "\xd2\x84", "\xd2\x85", "\xd2\x86", + "\xd2\x87", "\xd2\x88", "\xd2\x89", "\xd2\x8a", "\xd2\x8b", "\xd2\x8c", + "\xd2\x8d", "\xd2\x8e", "\xd2\x8f", "\xd2\x90", "\xd2\x91", "\xd2\x92", + "\xd2\x93", "\xd2\x94", "\xd2\x95", "\xd2\x96", "\xd2\x97", "\xd2\x98", + "\xd2\x99", "\xd2\x9a", "\xd2\x9b", "\xd2\x9c", "\xd2\x9d", "\xd2\x9e", + "\xd2\x9f", "\xd2\xa0", "\xd2\xa1", "\xd2\xa2", "\xd2\xa3", "\xd2\xa4", + "\xd2\xa5", "\xd2\xa6", "\xd2\xa7", "\xd2\xa8", "\xd2\xa9", "\xd2\xaa", + "\xd2\xab", "\xd2\xac", "\xd2\xad", "\xd2\xae", "\xd2\xaf", "\xd2\xb0", + "\xd2\xb1", "\xd2\xb2", "\xd2\xb3", "\xd2\xb4", "\xd2\xb5", "\xd2\xb6", + "\xd2\xb7", "\xd2\xb8", "\xd2\xb9", "\xd2\xba", "\xd2\xbb", "\xd2\xbc", + "\xd2\xbd", "\xd2\xbe", "\xd2\xbf", "\xd2\xc0", "\xd2\xc1", "\xd2\xc2", + "\xd2\xc3", "\xd2\xc4", "\xd2\xc5", "\xd2\xc6", "\xd2\xc7", "\xd2\xc8", + "\xd2\xc9", "\xd2\xca", "\xd2\xcb", "\xd2\xcc", "\xd2\xcd", "\xd2\xce", + "\xd2\xcf", "\xd2\xd0", "\xd2\xd1", "\xd2\xd2", "\xd2\xd3", "\xd2\xd4", + "\xd2\xd5", "\xd2\xd6", "\xd2\xd7", "\xd2\xd8", "\xd2\xd9", "\xd2\xda", + "\xd2\xdb", "\xd2\xdc", "\xd2\xdd", "\xd2\xde", "\xd2\xdf", "\xd2\xe0", + "\xd2\xe1", "\xd2\xe2", "\xd2\xe3", "\xd2\xe4", "\xd2\xe5", "\xd2\xe6", + "\xd2\xe7", "\xd2\xe8", "\xd2\xe9", "\xd2\xea", "\xd2\xeb", "\xd2\xec", + "\xd2\xed", "\xd2\xee", "\xd2\xef", "\xd2\xf0", "\xd2\xf1", "\xd2\xf2", + "\xd2\xf3", "\xd2\xf4", "\xd2\xf5", "\xd2\xf6", "\xd2\xf7", "\xd2\xf8", + "\xd2\xf9", "\xd2\xfa", "\xd2\xfb", "\xd2\xfc", "\xd2\xfd", "\xd3\x41", + "\xd3\x42", "\xd3\x43", "\xd3\x44", "\xd3\x45", "\xd3\x46", "\xd3\x47", + "\xd3\x48", "\xd3\x49", "\xd3\x4a", "\xd3\x4b", "\xd3\x4c", "\xd3\x4d", + "\xd3\x4e", "\xd3\x4f", "\xd3\x50", "\xd3\x51", "\xd3\x52", "\xd3\x53", + "\xd3\x54", "\xd3\x55", "\xd3\x56", "\xd3\x57", "\xd3\x58", "\xd3\x59", + "\xd3\x5a", "\xd3\x5b", "\xd3\x5c", "\xd3\x5d", "\xd3\x5e", "\xd3\x5f", + "\xd3\x60", "\xd3\x61", "\xd3\x62", "\xd3\x63", "\xd3\x64", "\xd3\x65", + "\xd3\x66", "\xd3\x67", "\xd3\x68", "\xd3\x69", "\xd3\x6a", "\xd3\x6b", + "\xd3\x6c", "\xd3\x6d", "\xd3\x6e", "\xd3\x6f", "\xd3\x70", "\xd3\x71", + "\xd3\x72", "\xd3\x73", "\xd3\x74", "\xd3\x75", "\xd3\x76", "\xd3\x77", + "\xd3\x78", "\xd3\x79", "\xd3\x7a", "\xd3\x7b", "\xd3\x7c", "\xd3\x7d", + "\xd3\x7e", "\xd3\x7f", "\xd3\x81", "\xd3\x82", "\xd3\x83", "\xd3\x84", + "\xd3\x85", "\xd3\x86", "\xd3\x87", "\xd3\x88", "\xd3\x89", "\xd3\x8a", + "\xd3\x8b", "\xd3\x8c", "\xd3\x8d", "\xd3\x8e", "\xd3\x8f", "\xd3\x90", + "\xd3\x91", "\xd3\x92", "\xd3\x93", "\xd3\x94", "\xd3\x95", "\xd3\x96", + "\xd3\x97", "\xd3\x98", "\xd3\x99", "\xd3\x9a", "\xd3\x9b", "\xd3\x9c", + "\xd3\x9d", "\xd3\x9e", "\xd3\x9f", "\xd3\xa0", "\xd3\xa1", "\xd3\xa2", + "\xd3\xa3", "\xd3\xa4", "\xd3\xa5", "\xd3\xa6", "\xd3\xa7", "\xd3\xa8", + "\xd3\xa9", "\xd3\xaa", "\xd3\xab", "\xd3\xac", "\xd3\xad", "\xd3\xae", + "\xd3\xaf", "\xd3\xb0", "\xd3\xb1", "\xd3\xb2", "\xd3\xb3", "\xd3\xb4", + "\xd3\xb5", "\xd3\xb6", "\xd3\xb7", "\xd3\xb8", "\xd3\xb9", "\xd3\xba", + "\xd3\xbb", "\xd3\xbc", "\xd3\xbd", "\xd3\xbe", "\xd3\xbf", "\xd3\xc0", + "\xd3\xc1", "\xd3\xc2", "\xd3\xc3", "\xd3\xc4", "\xd3\xc5", "\xd3\xc6", + "\xd3\xc7", "\xd3\xc8", "\xd3\xc9", "\xd3\xca", "\xd3\xcb", "\xd3\xcc", + "\xd3\xcd", "\xd3\xce", "\xd3\xcf", "\xd3\xd0", "\xd3\xd1", "\xd3\xd2", + "\xd3\xd3", "\xd3\xd4", "\xd3\xd5", "\xd3\xd6", "\xd3\xd7", "\xd3\xd8", + "\xd3\xd9", "\xd3\xda", "\xd3\xdb", "\xd3\xdc", "\xd3\xdd", "\xd3\xde", + "\xd3\xdf", "\xd3\xe0", "\xd3\xe1", "\xd3\xe2", "\xd3\xe3", "\xd3\xe4", + "\xd3\xe5", "\xd3\xe6", "\xd3\xe7", "\xd3\xe8", "\xd3\xe9", "\xd3\xea", + "\xd3\xeb", "\xd3\xec", "\xd3\xed", "\xd3\xee", "\xd3\xef", "\xd3\xf0", + "\xd3\xf1", "\xd3\xf2", "\xd3\xf3", "\xd3\xf4", "\xd3\xf5", "\xd3\xf6", + "\xd3\xf7", "\xd3\xf8", "\xd3\xf9", "\xd3\xfa", "\xd3\xfb", "\xd3\xfc", + "\xd3\xfd", "\xd4\x41", "\xd4\x42", "\xd4\x43", "\xd4\x44", "\xd4\x45", + "\xd4\x46", "\xd4\x47", "\xd4\x48", "\xd4\x49", "\xd4\x4a", "\xd4\x4b", + "\xd4\x4c", "\xd4\x4d", "\xd4\x4e", "\xd4\x4f", "\xd4\x50", "\xd4\x51", + "\xd4\x52", "\xd4\x53", "\xd4\x54", "\xd4\x55", "\xd4\x56", "\xd4\x57", + "\xd4\x58", "\xd4\x59", "\xd4\x5a", "\xd4\x5b", "\xd4\x5c", "\xd4\x5d", + "\xd4\x5e", "\xd4\x5f", "\xd4\x60", "\xd4\x61", "\xd4\x62", "\xd4\x63", + "\xd4\x64", "\xd4\x65", "\xd4\x66", "\xd4\x67", "\xd4\x68", "\xd4\x69", + "\xd4\x6a", "\xd4\x6b", "\xd4\x6c", "\xd4\x6d", "\xd4\x6e", "\xd4\x6f", + "\xd4\x70", "\xd4\x71", "\xd4\x72", "\xd4\x73", "\xd4\x74", "\xd4\x75", + "\xd4\x76", "\xd4\x77", "\xd4\x78", "\xd4\x79", "\xd4\x7a", "\xd4\x7b", + "\xd4\x7c", "\xd4\x7d", "\xd4\x7e", "\xd4\x7f", "\xd4\x81", "\xd4\x82", + "\xd4\x83", "\xd4\x84", "\xd4\x85", "\xd4\x86", "\xd4\x87", "\xd4\x88", + "\xd4\x89", "\xd4\x8a", "\xd4\x8b", "\xd4\x8c", "\xd4\x8d", "\xd4\x8e", + "\xd4\x8f", "\xd4\x90", "\xd4\x91", "\xd4\x92", "\xd4\x93", "\xd4\x94", + "\xd4\x95", "\xd4\x96", "\xd4\x97", "\xd4\x98", "\xd4\x99", "\xd4\x9a", + "\xd4\x9b", "\xd4\x9c", "\xd4\x9d", "\xd4\x9e", "\xd4\x9f", "\xd4\xa0", + "\xd4\xa1", "\xd4\xa2", "\xd4\xa3", "\xd4\xa4", "\xd4\xa5", "\xd4\xa6", + "\xd4\xa7", "\xd4\xa8", "\xd4\xa9", "\xd4\xaa", "\xd4\xab", "\xd4\xac", + "\xd4\xad", "\xd4\xae", "\xd4\xaf", "\xd4\xb0", "\xd4\xb1", "\xd4\xb2", + "\xd4\xb3", "\xd4\xb4", "\xd4\xb5", "\xd4\xb6", "\xd4\xb7", "\xd4\xb8", + "\xd4\xb9", "\xd4\xba", "\xd4\xbb", "\xd4\xbc", "\xd4\xbd", "\xd4\xbe", + "\xd4\xbf", "\xd4\xc0", "\xd4\xc1", "\xd4\xc2", "\xd4\xc3", "\xd4\xc4", + "\xd4\xc5", "\xd4\xc6", "\xd4\xc7", "\xd4\xc8", "\xd4\xc9", "\xd4\xca", + "\xd4\xcb", "\xd4\xcc", "\xd4\xcd", "\xd4\xce", "\xd4\xcf", "\xd4\xd0", + "\xd4\xd1", "\xd4\xd2", "\xd4\xd3", "\xd4\xd4", "\xd4\xd5", "\xd4\xd6", + "\xd4\xd7", "\xd4\xd8", "\xd4\xd9", "\xd4\xda", "\xd4\xdb", "\xd4\xdc", + "\xd4\xdd", "\xd4\xde", "\xd4\xdf", "\xd4\xe0", "\xd4\xe1", "\xd4\xe2", + "\xd4\xe3", "\xd4\xe4", "\xd4\xe5", "\xd4\xe6", "\xd4\xe7", "\xd4\xe8", + "\xd4\xe9", "\xd4\xea", "\xd4\xeb", "\xd4\xec", "\xd4\xed", "\xd4\xee", + "\xd4\xef", "\xd4\xf0", "\xd4\xf1", "\xd4\xf2", "\xd4\xf3", "\xd4\xf4", + "\xd4\xf5", "\xd4\xf6", "\xd4\xf7", "\xd4\xf8", "\xd4\xf9", "\xd4\xfa", + "\xd4\xfb", "\xd4\xfc", "\xd4\xfd", "\xd5\x41", "\xd5\x42", "\xd5\x43", + "\xd5\x44", "\xd5\x45", "\xd5\x46", "\xd5\x47", "\xd5\x48", "\xd5\x49", + "\xd5\x4a", "\xd5\x4b", "\xd5\x4c", "\xd5\x4d", "\xd5\x4e", "\xd5\x4f", + "\xd5\x50", "\xd5\x51", "\xd5\x52", "\xd5\x53", "\xd5\x54", "\xd5\x55", + "\xd5\x56", "\xd5\x57", "\xd5\x58", "\xd5\x59", "\xd5\x5a", "\xd5\x5b", + "\xd5\x5c", "\xd5\x5d", "\xd5\x5e", "\xd5\x5f", "\xd5\x60", "\xd5\x61", + "\xd5\x62", "\xd5\x63", "\xd5\x64", "\xd5\x65", "\xd5\x66", "\xd5\x67", + "\xd5\x68", "\xd5\x69", "\xd5\x6a", "\xd5\x6b", "\xd5\x6c", "\xd5\x6d", + "\xd5\x6e", "\xd5\x6f", "\xd5\x70", "\xd5\x71", "\xd5\x72", "\xd5\x73", + "\xd5\x74", "\xd5\x75", "\xd5\x76", "\xd5\x77", "\xd5\x78", "\xd5\x79", + "\xd5\x7a", "\xd5\x7b", "\xd5\x7c", "\xd5\x7d", "\xd5\x7e", "\xd5\x7f", + "\xd5\x81", "\xd5\x82", "\xd5\x83", "\xd5\x84", "\xd5\x85", "\xd5\x86", + "\xd5\x87", "\xd5\x88", "\xd5\x89", "\xd5\x8a", "\xd5\x8b", "\xd5\x8c", + "\xd5\x8d", "\xd5\x8e", "\xd5\x8f", "\xd5\x90", "\xd5\x91", "\xd5\x92", + "\xd5\x93", "\xd5\x94", "\xd5\x95", "\xd5\x96", "\xd5\x97", "\xd5\x98", + "\xd5\x99", "\xd5\x9a", "\xd5\x9b", "\xd5\x9c", "\xd5\x9d", "\xd5\x9e", + "\xd5\x9f", "\xd5\xa0", "\xd5\xa1", "\xd5\xa2", "\xd5\xa3", "\xd5\xa4", + "\xd5\xa5", "\xd5\xa6", "\xd5\xa7", "\xd5\xa8", "\xd5\xa9", "\xd5\xaa", + "\xd5\xab", "\xd5\xac", "\xd5\xad", "\xd5\xae", "\xd5\xaf", "\xd5\xb0", + "\xd5\xb1", "\xd5\xb2", "\xd5\xb3", "\xd5\xb4", "\xd5\xb5", "\xd5\xb6", + "\xd5\xb7", "\xd5\xb8", "\xd5\xb9", "\xd5\xba", "\xd5\xbb", "\xd5\xbc", + "\xd5\xbd", "\xd5\xbe", "\xd5\xbf", "\xd5\xc0", "\xd5\xc1", "\xd5\xc2", + "\xd5\xc3", "\xd5\xc4", "\xd5\xc5", "\xd5\xc6", "\xd5\xc7", "\xd5\xc8", + "\xd5\xc9", "\xd5\xca", "\xd5\xcb", "\xd5\xcc", "\xd5\xcd", "\xd5\xce", + "\xd5\xcf", "\xd5\xd0", "\xd5\xd1", "\xd5\xd2", "\xd5\xd3", "\xd5\xd4", + "\xd5\xd5", "\xd5\xd6", "\xd5\xd7", "\xd5\xd8", "\xd5\xd9", "\xd5\xda", + "\xd5\xdb", "\xd5\xdc", "\xd5\xdd", "\xd5\xde", "\xd5\xdf", "\xd5\xe0", + "\xd5\xe1", "\xd5\xe2", "\xd5\xe3", "\xd5\xe4", "\xd5\xe5", "\xd5\xe6", + "\xd5\xe7", "\xd5\xe8", "\xd5\xe9", "\xd5\xea", "\xd5\xeb", "\xd5\xec", + "\xd5\xed", "\xd5\xee", "\xd5\xef", "\xd5\xf0", "\xd5\xf1", "\xd5\xf2", + "\xd5\xf3", "\xd5\xf4", "\xd5\xf5", "\xd5\xf6", "\xd5\xf7", "\xd5\xf8", + "\xd5\xf9", "\xd5\xfa", "\xd5\xfb", "\xd5\xfc", "\xd5\xfd", "\xd6\x41", + "\xd6\x42", "\xd6\x43", "\xd6\x44", "\xd6\x45", "\xd6\x46", "\xd6\x47", + "\xd6\x48", "\xd6\x49", "\xd6\x4a", "\xd6\x4b", "\xd6\x4c", "\xd6\x4d", + "\xd6\x4e", "\xd6\x4f", "\xd6\x50", "\xd6\x51", "\xd6\x52", "\xd6\x53", + "\xd6\x54", "\xd6\x55", "\xd6\x56", "\xd6\x57", "\xd6\x58", "\xd6\x59", + "\xd6\x5a", "\xd6\x5b", "\xd6\x5c", "\xd6\x5d", "\xd6\x5e", "\xd6\x5f", + "\xd6\x60", "\xd6\x61", "\xd6\x62", "\xd6\x63", "\xd6\x64", "\xd6\x65", + "\xd6\x66", "\xd6\x67", "\xd6\x68", "\xd6\x69", "\xd6\x6a", "\xd6\x6b", + "\xd6\x6c", "\xd6\x6d", "\xd6\x6e", "\xd6\x6f", "\xd6\x70", "\xd6\x71", + "\xd6\x72", "\xd6\x73", "\xd6\x74", "\xd6\x75", "\xd6\x76", "\xd6\x77", + "\xd6\x78", "\xd6\x79", "\xd6\x7a", "\xd6\x7b", "\xd6\x7c", "\xd6\x7d", + "\xd6\x7e", "\xd6\x7f", "\xd6\x81", "\xd6\x82", "\xd6\x83", "\xd6\x84", + "\xd6\x85", "\xd6\x86", "\xd6\x87", "\xd6\x88", "\xd6\x89", "\xd6\x8a", + "\xd6\x8b", "\xd6\x8c", "\xd6\x8d", "\xd6\x8e", "\xd6\x8f", "\xd6\x90", + "\xd6\x91", "\xd6\x92", "\xd6\x93", "\xd6\x94", "\xd6\x95", "\xd6\x96", + "\xd6\x97", "\xd6\x98", "\xd6\x99", "\xd6\x9a", "\xd6\x9b", "\xd6\x9c", + "\xd6\x9d", "\xd6\x9e", "\xd6\x9f", "\xd6\xa0", "\xd6\xa1", "\xd6\xa2", + "\xd6\xa3", "\xd6\xa4", "\xd6\xa5", "\xd6\xa6", "\xd6\xa7", "\xd6\xa8", + "\xd6\xa9", "\xd6\xaa", "\xd6\xab", "\xd6\xac", "\xd6\xad", "\xd6\xae", + "\xd6\xaf", "\xd6\xb0", "\xd6\xb1", "\xd6\xb2", "\xd6\xb3", "\xd6\xb4", + "\xd6\xb5", "\xd6\xb6", "\xd6\xb7", "\xd6\xb8", "\xd6\xb9", "\xd6\xba", + "\xd6\xbb", "\xd6\xbc", "\xd6\xbd", "\xd6\xbe", "\xd6\xbf", "\xd6\xc0", + "\xd6\xc1", "\xd6\xc2", "\xd6\xc3", "\xd6\xc4", "\xd6\xc5", "\xd6\xc6", + "\xd6\xc7", "\xd6\xc8", "\xd6\xc9", "\xd6\xca", "\xd6\xcb", "\xd6\xcc", + "\xd6\xcd", "\xd6\xce", "\xd6\xcf", "\xd6\xd0", "\xd6\xd1", "\xd6\xd2", + "\xd6\xd3", "\xd6\xd4", "\xd6\xd5", "\xd6\xd6", "\xd6\xd7", "\xd6\xd8", + "\xd6\xd9", "\xd6\xda", "\xd6\xdb", "\xd6\xdc", "\xd6\xdd", "\xd6\xde", + "\xd6\xdf", "\xd6\xe0", "\xd6\xe1", "\xd6\xe2", "\xd6\xe3", "\xd6\xe4", + "\xd6\xe5", "\xd6\xe6", "\xd6\xe7", "\xd6\xe8", "\xd6\xe9", "\xd6\xea", + "\xd6\xeb", "\xd6\xec", "\xd6\xed", "\xd6\xee", "\xd6\xef", "\xd6\xf0", + "\xd6\xf1", "\xd6\xf2", "\xd6\xf3", "\xd6\xf4", "\xd6\xf5", "\xd6\xf6", + "\xd6\xf7", "\xd6\xf8", "\xd6\xf9", "\xd6\xfa", "\xd6\xfb", "\xd6\xfc", + "\xd6\xfd", "\xd7\x41", "\xd7\x42", "\xd7\x43", "\xd7\x44", "\xd7\x45", + "\xd7\x46", "\xd7\x47", "\xd7\x48", "\xd7\x49", "\xd7\x4a", "\xd7\x4b", + "\xd7\x4c", "\xd7\x4d", "\xd7\x4e", "\xd7\x4f", "\xd7\x50", "\xd7\x51", + "\xd7\x52", "\xd7\x53", "\xd7\x54", "\xd7\x55", "\xd7\x56", "\xd7\x57", + "\xd7\x58", "\xd7\x59", "\xd7\x5a", "\xd7\x5b", "\xd7\x5c", "\xd7\x5d", + "\xd7\x5e", "\xd7\x5f", "\xd7\x60", "\xd7\x61", "\xd7\x62", "\xd7\x63", + "\xd7\x64", "\xd7\x65", "\xd7\x66", "\xd7\x67", "\xd7\x68", "\xd7\x69", + "\xd7\x6a", "\xd7\x6b", "\xd7\x6c", "\xd7\x6d", "\xd7\x6e", "\xd7\x6f", + "\xd7\x70", "\xd7\x71", "\xd7\x72", "\xd7\x73", "\xd7\x74", "\xd7\x75", + "\xd7\x76", "\xd7\x77", "\xd7\x78", "\xd7\x79", "\xd7\x7a", "\xd7\x7b", + "\xd7\x7c", "\xd7\x7d", "\xd7\x7e", "\xd7\x7f", "\xd7\x81", "\xd7\x82", + "\xd7\x83", "\xd7\x84", "\xd7\x85", "\xd7\x86", "\xd7\x87", "\xd7\x88", + "\xd7\x89", "\xd7\x8a", "\xd7\x8b", "\xd7\x8c", "\xd7\x8d", "\xd7\x8e", + "\xd7\x8f", "\xd7\x90", "\xd7\x91", "\xd7\x92", "\xd7\x93", "\xd7\x94", + "\xd7\x95", "\xd7\x96", "\xd7\x97", "\xd7\x98", "\xd7\x99", "\xd7\x9a", + "\xd7\x9b", "\xd7\x9c", "\xd7\x9d", "\xd7\x9e", "\xd7\x9f", "\xd7\xa0", + "\xd7\xa1", "\xd7\xa2", "\xd7\xa3", "\xd7\xa4", "\xd7\xa5", "\xd7\xa6", + "\xd7\xa7", "\xd7\xa8", "\xd7\xa9", "\xd7\xaa", "\xd7\xab", "\xd7\xac", + "\xd7\xad", "\xd7\xae", "\xd7\xaf", "\xd7\xb0", "\xd7\xb1", "\xd7\xb2", + "\xd7\xb3", "\xd7\xb4", "\xd7\xb5", "\xd7\xb6", "\xd7\xb7", "\xd7\xb8", + "\xd7\xb9", "\xd7\xba", "\xd7\xbb", "\xd7\xbc", "\xd7\xbd", "\xd7\xbe", + "\xd7\xbf", "\xd7\xc0", "\xd7\xc1", "\xd7\xc2", "\xd7\xc3", "\xd7\xc4", + "\xd7\xc5", "\xd7\xc6", "\xd7\xc7", "\xd7\xc8", "\xd7\xc9", "\xd7\xca", + "\xd7\xcb", "\xd7\xcc", "\xd7\xcd", "\xd7\xce", "\xd7\xcf", "\xd7\xd0", + "\xd7\xd1", "\xd7\xd2", "\xd7\xd3", "\xd7\xd4", "\xd7\xd5", "\xd7\xd6", + "\xd7\xd7", "\xd7\xd8", "\xd7\xd9", "\xd7\xda", "\xd7\xdb", "\xd7\xdc", + "\xd7\xdd", "\xd7\xde", "\xd7\xdf", "\xd7\xe0", "\xd7\xe1", "\xd7\xe2", + "\xd7\xe3", "\xd7\xe4", "\xd7\xe5", "\xd7\xe6", "\xd7\xe7", "\xd7\xe8", + "\xd7\xe9", "\xd7\xea", "\xd7\xeb", "\xd7\xec", "\xd7\xed", "\xd7\xee", + "\xd7\xef", "\xd7\xf0", "\xd7\xf1", "\xd7\xf2", "\xd7\xf3", "\xd7\xf4", + "\xd7\xf5", "\xd7\xf6", "\xd7\xf7", "\xd7\xf8", "\xd7\xf9", "\xd7\xfa", + "\xd7\xfb", "\xd7\xfc", "\xd7\xfd", "\xd8\x41", "\xd8\x42", "\xd8\x43", + "\xd8\x44", "\xd8\x45", "\xd8\x46", "\xd8\x47", "\xd8\x48", "\xd8\x49", + "\xd8\x4a", "\xd8\x4b", "\xd8\x4c", "\xd8\x4d", "\xd8\x4e", "\xd8\x4f", + "\xd8\x50", "\xd8\x51", "\xd8\x52", "\xd8\x53", "\xd8\x54", "\xd8\x55", + "\xd8\x56", "\xd8\x57", "\xd8\x58", "\xd8\x59", "\xd8\x5a", "\xd8\x5b", + "\xd8\x5c", "\xd8\x5d", "\xd8\x5e", "\xd8\x5f", "\xd8\x60", "\xd8\x61", + "\xd8\x62", "\xd8\x63", "\xd8\x64", "\xd8\x65", "\xd8\x66", "\xd8\x67", + "\xd8\x68", "\xd8\x69", "\xd8\x6a", "\xd8\x6b", "\xd8\x6c", "\xd8\x6d", + "\xd8\x6e", "\xd8\x6f", "\xd8\x70", "\xd8\x71", "\xd8\x72", "\xd8\x73", + "\xd8\x74", "\xd8\x75", "\xd8\x76", "\xd8\x77", "\xd8\x78", "\xd8\x79", + "\xd8\x7a", "\xd8\x7b", "\xd8\x7c", "\xd8\x7d", "\xd8\x7e", "\xd8\x7f", + "\xd8\x81", "\xd8\x82", "\xd8\x83", "\xd8\x84", "\xd8\x85", "\xd8\x86", + "\xd8\x87", "\xd8\x88", "\xd8\x89", "\xd8\x8a", "\xd8\x8b", "\xd8\x8c", + "\xd8\x8d", "\xd8\x8e", "\xd8\x8f", "\xd8\x90", "\xd8\x91", "\xd8\x92", + "\xd8\x93", "\xd8\x94", "\xd8\x95", "\xd8\x96", "\xd8\x97", "\xd8\x98", + "\xd8\x99", "\xd8\x9a", "\xd8\x9b", "\xd8\x9c", "\xd8\x9d", "\xd8\x9e", + "\xd8\x9f", "\xd8\xa0", "\xd8\xa1", "\xd8\xa2", "\xd8\xa3", "\xd8\xa4", + "\xd8\xa5", "\xd8\xa6", "\xd8\xa7", "\xd8\xa8", "\xd8\xa9", "\xd8\xaa", + "\xd8\xab", "\xd8\xac", "\xd8\xad", "\xd8\xae", "\xd8\xaf", "\xd8\xb0", + "\xd8\xb1", "\xd8\xb2", "\xd8\xb3", "\xd8\xb4", "\xd8\xb5", "\xd8\xb6", + "\xd8\xb7", "\xd8\xb8", "\xd8\xb9", "\xd8\xba", "\xd8\xbb", "\xd8\xbc", + "\xd8\xbd", "\xd8\xbe", "\xd8\xbf", "\xd8\xc0", "\xd8\xc1", "\xd8\xc2", + "\xd8\xc3", "\xd8\xc4", "\xd8\xc5", "\xd8\xc6", "\xd8\xc7", "\xd8\xc8", + "\xd8\xc9", "\xd8\xca", "\xd8\xcb", "\xd8\xcc", "\xd8\xcd", "\xd8\xce", + "\xd8\xcf", "\xd8\xd0", "\xd8\xd1", "\xd8\xd2", "\xd8\xd3", "\xd8\xd4", + "\xd8\xd5", "\xd8\xd6", "\xd8\xd7", "\xd8\xd8", "\xd8\xd9", "\xd8\xda", + "\xd8\xdb", "\xd8\xdc", "\xd8\xdd", "\xd8\xde", "\xd8\xdf", "\xd8\xe0", + "\xd8\xe1", "\xd8\xe2", "\xd8\xe3", "\xd8\xe4", "\xd8\xe5", "\xd8\xe6", + "\xd8\xe7", "\xd8\xe8", "\xd8\xe9", "\xd8\xea", "\xd8\xeb", "\xd8\xec", + "\xd8\xed", "\xd8\xee", "\xd8\xef", "\xd8\xf0", "\xd8\xf1", "\xd8\xf2", + "\xd8\xf3", "\xd8\xf4", "\xd8\xf5", "\xd8\xf6", "\xd8\xf7", "\xd8\xf8", + "\xd8\xf9", "\xd8\xfa", "\xd8\xfb", "\xd8\xfc", "\xd8\xfd", "\xd9\x41", + "\xd9\x42", "\xd9\x43", "\xd9\x44", "\xd9\x45", "\xd9\x46", "\xd9\x47", + "\xd9\x48", "\xd9\x49", "\xd9\x4a", "\xd9\x4b", "\xd9\x4c", "\xd9\x4d", + "\xd9\x4e", "\xd9\x4f", "\xd9\x50", "\xd9\x51", "\xd9\x52", "\xd9\x53", + "\xd9\x54", "\xd9\x55", "\xd9\x56", "\xd9\x57", "\xd9\x58", "\xd9\x59", + "\xd9\x5a", "\xd9\x5b", "\xd9\x5c", "\xd9\x5d", "\xd9\x5e", "\xd9\x5f", + "\xd9\x60", "\xd9\x61", "\xd9\x62", "\xd9\x63", "\xd9\x64", "\xd9\x65", + "\xd9\x66", "\xd9\x67", "\xd9\x68", "\xd9\x69", "\xd9\x6a", "\xd9\x6b", + "\xd9\x6c", "\xd9\x6d", "\xd9\x6e", "\xd9\x6f", "\xd9\x70", "\xd9\x71", + "\xd9\x72", "\xd9\x73", "\xd9\x74", "\xd9\x75", "\xd9\x76", "\xd9\x77", + "\xd9\x78", "\xd9\x79", "\xd9\x7a", "\xd9\x7b", "\xd9\x7c", "\xd9\x7d", + "\xd9\x7e", "\xd9\x7f", "\xd9\x81", "\xd9\x82", "\xd9\x83", "\xd9\x84", + "\xd9\x85", "\xd9\x86", "\xd9\x87", "\xd9\x88", "\xd9\x89", "\xd9\x8a", + "\xd9\x8b", "\xd9\x8c", "\xd9\x8d", "\xd9\x8e", "\xd9\x8f", "\xd9\x90", + "\xd9\x91", "\xd9\x92", "\xd9\x93", "\xd9\x94", "\xd9\x95", "\xd9\x96", + "\xd9\x97", "\xd9\x98", "\xd9\x99", "\xd9\x9a", "\xd9\x9b", "\xd9\x9c", + "\xd9\x9d", "\xd9\x9e", "\xd9\x9f", "\xd9\xa0", "\xd9\xa1", "\xd9\xa2", + "\xd9\xa3", "\xd9\xa4", "\xd9\xa5", "\xd9\xa6", "\xd9\xa7", "\xd9\xa8", + "\xd9\xa9", "\xd9\xaa", "\xd9\xab", "\xd9\xac", "\xd9\xad", "\xd9\xae", + "\xd9\xaf", "\xd9\xb0", "\xd9\xb1", "\xd9\xb2", "\xd9\xb3", "\xd9\xb4", + "\xd9\xb5", "\xd9\xb6", "\xd9\xb7", "\xd9\xb8", "\xd9\xb9", "\xd9\xba", + "\xd9\xbb", "\xd9\xbc", "\xd9\xbd", "\xd9\xbe", "\xd9\xbf", "\xd9\xc0", + "\xd9\xc1", "\xd9\xc2", "\xd9\xc3", "\xd9\xc4", "\xd9\xc5", "\xd9\xc6", + "\xd9\xc7", "\xd9\xc8", "\xd9\xc9", "\xd9\xca", "\xd9\xcb", "\xd9\xcc", + "\xd9\xcd", "\xd9\xce", "\xd9\xcf", "\xd9\xd0", "\xd9\xd1", "\xd9\xd2", + "\xd9\xd3", "\xd9\xd4", "\xd9\xd5", "\xd9\xd6", "\xd9\xd7", "\xd9\xd8", + "\xd9\xd9", "\xd9\xda", "\xd9\xdb", "\xd9\xdc", "\xd9\xdd", "\xd9\xde", + "\xd9\xdf", "\xd9\xe0", "\xd9\xe1", "\xd9\xe2", "\xd9\xe3", "\xd9\xe4", + "\xd9\xe5", "\xd9\xe6", "\xd9\xe7", "\xd9\xe8", "\xd9\xe9", "\xd9\xea", + "\xd9\xeb", "\xd9\xec", "\xd9\xed", "\xd9\xee", "\xd9\xef", "\xd9\xf0", + "\xd9\xf1", "\xd9\xf2", "\xd9\xf3", "\xd9\xf4", "\xd9\xf5", "\xd9\xf6", + "\xd9\xf7", "\xd9\xf8", "\xd9\xf9", "\xd9\xfa", "\xd9\xfb", "\xd9\xfc", + "\xd9\xfd", "\xda\x41", "\xda\x42", "\xda\x43", "\xda\x44", "\xda\x45", + "\xda\x46", "\xda\x47", "\xda\x48", "\xda\x49", "\xda\x4a", "\xda\x4b", + "\xda\x4c", "\xda\x4d", "\xda\x4e", "\xda\x4f", "\xda\x50", "\xda\x51", + "\xda\x52", "\xda\x53", "\xda\x54", "\xda\x55", "\xda\x56", "\xda\x57", + "\xda\x58", "\xda\x59", "\xda\x5a", "\xda\x5b", "\xda\x5c", "\xda\x5d", + "\xda\x5e", "\xda\x5f", "\xda\x60", "\xda\x61", "\xda\x62", "\xda\x63", + "\xda\x64", "\xda\x65", "\xda\x66", "\xda\x67", "\xda\x68", "\xda\x69", + "\xda\x6a", "\xda\x6b", "\xda\x6c", "\xda\x6d", "\xda\x6e", "\xda\x6f", + "\xda\x70", "\xda\x71", "\xda\x72", "\xda\x73", "\xda\x74", "\xda\x75", + "\xda\x76", "\xda\x77", "\xda\x78", "\xda\x79", "\xda\x7a", "\xda\x7b", + "\xda\x7c", "\xda\x7d", "\xda\x7e", "\xda\x7f", "\xda\x81", "\xda\x82", + "\xda\x83", "\xda\x84", "\xda\x85", "\xda\x86", "\xda\x87", "\xda\x88", + "\xda\x89", "\xda\x8a", "\xda\x8b", "\xda\x8c", "\xda\x8d", "\xda\x8e", + "\xda\x8f", "\xda\x90", "\xda\x91", "\xda\x92", "\xda\x93", "\xda\x94", + "\xda\x95", "\xda\x96", "\xda\x97", "\xda\x98", "\xda\x99", "\xda\x9a", + "\xda\x9b", "\xda\x9c", "\xda\x9d", "\xda\x9e", "\xda\x9f", "\xda\xa0", + "\xda\xa1", "\xda\xa2", "\xda\xa3", "\xda\xa4", "\xda\xa5", "\xda\xa6", + "\xda\xa7", "\xda\xa8", "\xda\xa9", "\xda\xaa", "\xda\xab", "\xda\xac", + "\xda\xad", "\xda\xae", "\xda\xaf", "\xda\xb0", "\xda\xb1", "\xda\xb2", + "\xda\xb3", "\xda\xb4", "\xda\xb5", "\xda\xb6", "\xda\xb7", "\xda\xb8", + "\xda\xb9", "\xda\xba", "\xda\xbb", "\xda\xbc", "\xda\xbd", "\xda\xbe", + "\xda\xbf", "\xda\xc0", "\xda\xc1", "\xda\xc2", "\xda\xc3", "\xda\xc4", + "\xda\xc5", "\xda\xc6", "\xda\xc7", "\xda\xc8", "\xda\xc9", "\xda\xca", + "\xda\xcb", "\xda\xcc", "\xda\xcd", "\xda\xce", "\xda\xcf", "\xda\xd0", + "\xda\xd1", "\xda\xd2", "\xda\xd3", "\xda\xd4", "\xda\xd5", "\xda\xd6", + "\xda\xd7", "\xda\xd8", "\xda\xd9", "\xda\xda", "\xda\xdb", "\xda\xdc", + "\xda\xdd", "\xda\xde", "\xda\xdf", "\xda\xe0", "\xda\xe1", "\xda\xe2", + "\xda\xe3", "\xda\xe4", "\xda\xe5", "\xda\xe6", "\xda\xe7", "\xda\xe8", + "\xda\xe9", "\xda\xea", "\xda\xeb", "\xda\xec", "\xda\xed", "\xda\xee", + "\xda\xef", "\xda\xf0", "\xda\xf1", "\xda\xf2", "\xda\xf3", "\xda\xf4", + "\xda\xf5", "\xda\xf6", "\xda\xf7", "\xda\xf8", "\xda\xf9", "\xda\xfa", + "\xda\xfb", "\xda\xfc", "\xda\xfd", "\xdb\x41", "\xdb\x42", "\xdb\x43", + "\xdb\x44", "\xdb\x45", "\xdb\x46", "\xdb\x47", "\xdb\x48", "\xdb\x49", + "\xdb\x4a", "\xdb\x4b", "\xdb\x4c", "\xdb\x4d", "\xdb\x4e", "\xdb\x4f", + "\xdb\x50", "\xdb\x51", "\xdb\x52", "\xdb\x53", "\xdb\x54", "\xdb\x55", + "\xdb\x56", "\xdb\x57", "\xdb\x58", "\xdb\x59", "\xdb\x5a", "\xdb\x5b", + "\xdb\x5c", "\xdb\x5d", "\xdb\x5e", "\xdb\x5f", "\xdb\x60", "\xdb\x61", + "\xdb\x62", "\xdb\x63", "\xdb\x64", "\xdb\x65", "\xdb\x66", "\xdb\x67", + "\xdb\x68", "\xdb\x69", "\xdb\x6a", "\xdb\x6b", "\xdb\x6c", "\xdb\x6d", + "\xdb\x6e", "\xdb\x6f", "\xdb\x70", "\xdb\x71", "\xdb\x72", "\xdb\x73", + "\xdb\x74", "\xdb\x75", "\xdb\x76", "\xdb\x77", "\xdb\x78", "\xdb\x79", + "\xdb\x7a", "\xdb\x7b", "\xdb\x7c", "\xdb\x7d", "\xdb\x7e", "\xdb\x7f", + "\xdb\x81", "\xdb\x82", "\xdb\x83", "\xdb\x84", "\xdb\x85", "\xdb\x86", + "\xdb\x87", "\xdb\x88", "\xdb\x89", "\xdb\x8a", "\xdb\x8b", "\xdb\x8c", + "\xdb\x8d", "\xdb\x8e", "\xdb\x8f", "\xdb\x90", "\xdb\x91", "\xdb\x92", + "\xdb\x93", "\xdb\x94", "\xdb\x95", "\xdb\x96", "\xdb\x97", "\xdb\x98", + "\xdb\x99", "\xdb\x9a", "\xdb\x9b", "\xdb\x9c", "\xdb\x9d", "\xdb\x9e", + "\xdb\x9f", "\xdb\xa0", "\xdb\xa1", "\xdb\xa2", "\xdb\xa3", "\xdb\xa4", + "\xdb\xa5", "\xdb\xa6", "\xdb\xa7", "\xdb\xa8", "\xdb\xa9", "\xdb\xaa", + "\xdb\xab", "\xdb\xac", "\xdb\xad", "\xdb\xae", "\xdb\xaf", "\xdb\xb0", + "\xdb\xb1", "\xdb\xb2", "\xdb\xb3", "\xdb\xb4", "\xdb\xb5", "\xdb\xb6", + "\xdb\xb7", "\xdb\xb8", "\xdb\xb9", "\xdb\xba", "\xdb\xbb", "\xdb\xbc", + "\xdb\xbd", "\xdb\xbe", "\xdb\xbf", "\xdb\xc0", "\xdb\xc1", "\xdb\xc2", + "\xdb\xc3", "\xdb\xc4", "\xdb\xc5", "\xdb\xc6", "\xdb\xc7", "\xdb\xc8", + "\xdb\xc9", "\xdb\xca", "\xdb\xcb", "\xdb\xcc", "\xdb\xcd", "\xdb\xce", + "\xdb\xcf", "\xdb\xd0", "\xdb\xd1", "\xdb\xd2", "\xdb\xd3", "\xdb\xd4", + "\xdb\xd5", "\xdb\xd6", "\xdb\xd7", "\xdb\xd8", "\xdb\xd9", "\xdb\xda", + "\xdb\xdb", "\xdb\xdc", "\xdb\xdd", "\xdb\xde", "\xdb\xdf", "\xdb\xe0", + "\xdb\xe1", "\xdb\xe2", "\xdb\xe3", "\xdb\xe4", "\xdb\xe5", "\xdb\xe6", + "\xdb\xe7", "\xdb\xe8", "\xdb\xe9", "\xdb\xea", "\xdb\xeb", "\xdb\xec", + "\xdb\xed", "\xdb\xee", "\xdb\xef", "\xdb\xf0", "\xdb\xf1", "\xdb\xf2", + "\xdb\xf3", "\xdb\xf4", "\xdb\xf5", "\xdb\xf6", "\xdb\xf7", "\xdb\xf8", + "\xdb\xf9", "\xdb\xfa", "\xdb\xfb", "\xdb\xfc", "\xdb\xfd", "\xdc\x41", + "\xdc\x42", "\xdc\x43", "\xdc\x44", "\xdc\x45", "\xdc\x46", "\xdc\x47", + "\xdc\x48", "\xdc\x49", "\xdc\x4a", "\xdc\x4b", "\xdc\x4c", "\xdc\x4d", + "\xdc\x4e", "\xdc\x4f", "\xdc\x50", "\xdc\x51", "\xdc\x52", "\xdc\x53", + "\xdc\x54", "\xdc\x55", "\xdc\x56", "\xdc\x57", "\xdc\x58", "\xdc\x59", + "\xdc\x5a", "\xdc\x5b", "\xdc\x5c", "\xdc\x5d", "\xdc\x5e", "\xdc\x5f", + "\xdc\x60", "\xdc\x61", "\xdc\x62", "\xdc\x63", "\xdc\x64", "\xdc\x65", + "\xdc\x66", "\xdc\x67", "\xdc\x68", "\xdc\x69", "\xdc\x6a", "\xdc\x6b", + "\xdc\x6c", "\xdc\x6d", "\xdc\x6e", "\xdc\x6f", "\xdc\x70", "\xdc\x71", + "\xdc\x72", "\xdc\x73", "\xdc\x74", "\xdc\x75", "\xdc\x76", "\xdc\x77", + "\xdc\x78", "\xdc\x79", "\xdc\x7a", "\xdc\x7b", "\xdc\x7c", "\xdc\x7d", + "\xdc\x7e", "\xdc\x7f", "\xdc\x81", "\xdc\x82", "\xdc\x83", "\xdc\x84", + "\xdc\x85", "\xdc\x86", "\xdc\x87", "\xdc\x88", "\xdc\x89", "\xdc\x8a", + "\xdc\x8b", "\xdc\x8c", "\xdc\x8d", "\xdc\x8e", "\xdc\x8f", "\xdc\x90", + "\xdc\x91", "\xdc\x92", "\xdc\x93", "\xdc\x94", "\xdc\x95", "\xdc\x96", + "\xdc\x97", "\xdc\x98", "\xdc\x99", "\xdc\x9a", "\xdc\x9b", "\xdc\x9c", + "\xdc\x9d", "\xdc\x9e", "\xdc\x9f", "\xdc\xa0", "\xdc\xa1", "\xdc\xa2", + "\xdc\xa3", "\xdc\xa4", "\xdc\xa5", "\xdc\xa6", "\xdc\xa7", "\xdc\xa8", + "\xdc\xa9", "\xdc\xaa", "\xdc\xab", "\xdc\xac", "\xdc\xad", "\xdc\xae", + "\xdc\xaf", "\xdc\xb0", "\xdc\xb1", "\xdc\xb2", "\xdc\xb3", "\xdc\xb4", + "\xdc\xb5", "\xdc\xb6", "\xdc\xb7", "\xdc\xb8", "\xdc\xb9", "\xdc\xba", + "\xdc\xbb", "\xdc\xbc", "\xdc\xbd", "\xdc\xbe", "\xdc\xbf", "\xdc\xc0", + "\xdc\xc1", "\xdc\xc2", "\xdc\xc3", "\xdc\xc4", "\xdc\xc5", "\xdc\xc6", + "\xdc\xc7", "\xdc\xc8", "\xdc\xc9", "\xdc\xca", "\xdc\xcb", "\xdc\xcc", + "\xdc\xcd", "\xdc\xce", "\xdc\xcf", "\xdc\xd0", "\xdc\xd1", "\xdc\xd2", + "\xdc\xd3", "\xdc\xd4", "\xdc\xd5", "\xdc\xd6", "\xdc\xd7", "\xdc\xd8", + "\xdc\xd9", "\xdc\xda", "\xdc\xdb", "\xdc\xdc", "\xdc\xdd", "\xdc\xde", + "\xdc\xdf", "\xdc\xe0", "\xdc\xe1", "\xdc\xe2", "\xdc\xe3", "\xdc\xe4", + "\xdc\xe5", "\xdc\xe6", "\xdc\xe7", "\xdc\xe8", "\xdc\xe9", "\xdc\xea", + "\xdc\xeb", "\xdc\xec", "\xdc\xed", "\xdc\xee", "\xdc\xef", "\xdc\xf0", + "\xdc\xf1", "\xdc\xf2", "\xdc\xf3", "\xdc\xf4", "\xdc\xf5", "\xdc\xf6", + "\xdc\xf7", "\xdc\xf8", "\xdc\xf9", "\xdc\xfa", "\xdc\xfb", "\xdc\xfc", + "\xdc\xfd", "\xdd\x41", "\xdd\x42", "\xdd\x43", "\xdd\x44", "\xdd\x45", + "\xdd\x46", "\xdd\x47", "\xdd\x48", "\xdd\x49", "\xdd\x4a", "\xdd\x4b", + "\xdd\x4c", "\xdd\x4d", "\xdd\x4e", "\xdd\x4f", "\xdd\x50", "\xdd\x51", + "\xdd\x52", "\xdd\x53", "\xdd\x54", "\xdd\x55", "\xdd\x56", "\xdd\x57", + "\xdd\x58", "\xdd\x59", "\xdd\x5a", "\xdd\x5b", "\xdd\x5c", "\xdd\x5d", + "\xdd\x5e", "\xdd\x5f", "\xdd\x60", "\xdd\x61", "\xdd\x62", "\xdd\x63", + "\xdd\x64", "\xdd\x65", "\xdd\x66", "\xdd\x67", "\xdd\x68", "\xdd\x69", + "\xdd\x6a", "\xdd\x6b", "\xdd\x6c", "\xdd\x6d", "\xdd\x6e", "\xdd\x6f", + "\xdd\x70", "\xdd\x71", "\xdd\x72", "\xdd\x73", "\xdd\x74", "\xdd\x75", + "\xdd\x76", "\xdd\x77", "\xdd\x78", "\xdd\x79", "\xdd\x7a", "\xdd\x7b", + "\xdd\x7c", "\xdd\x7d", "\xdd\x7e", "\xdd\x7f", "\xdd\x81", "\xdd\x82", + "\xdd\x83", "\xdd\x84", "\xdd\x85", "\xdd\x86", "\xdd\x87", "\xdd\x88", + "\xdd\x89", "\xdd\x8a", "\xdd\x8b", "\xdd\x8c", "\xdd\x8d", "\xdd\x8e", + "\xdd\x8f", "\xdd\x90", "\xdd\x91", "\xdd\x92", "\xdd\x93", "\xdd\x94", + "\xdd\x95", "\xdd\x96", "\xdd\x97", "\xdd\x98", "\xdd\x99", "\xdd\x9a", + "\xdd\x9b", "\xdd\x9c", "\xdd\x9d", "\xdd\x9e", "\xdd\x9f", "\xdd\xa0", + "\xdd\xa1", "\xdd\xa2", "\xdd\xa3", "\xdd\xa4", "\xdd\xa5", "\xdd\xa6", + "\xdd\xa7", "\xdd\xa8", "\xdd\xa9", "\xdd\xaa", "\xdd\xab", "\xdd\xac", + "\xdd\xad", "\xdd\xae", "\xdd\xaf", "\xdd\xb0", "\xdd\xb1", "\xdd\xb2", + "\xdd\xb3", "\xdd\xb4", "\xdd\xb5", "\xdd\xb6", "\xdd\xb7", "\xdd\xb8", + "\xdd\xb9", "\xdd\xba", "\xdd\xbb", "\xdd\xbc", "\xdd\xbd", "\xdd\xbe", + "\xdd\xbf", "\xdd\xc0", "\xdd\xc1", "\xdd\xc2", "\xdd\xc3", "\xdd\xc4", + "\xdd\xc5", "\xdd\xc6", "\xdd\xc7", "\xdd\xc8", "\xdd\xc9", "\xdd\xca", + "\xdd\xcb", "\xdd\xcc", "\xdd\xcd", "\xdd\xce", "\xdd\xcf", "\xdd\xd0", + "\xdd\xd1", "\xdd\xd2", "\xdd\xd3", "\xdd\xd4", "\xdd\xd5", "\xdd\xd6", + "\xdd\xd7", "\xdd\xd8", "\xdd\xd9", "\xdd\xda", "\xdd\xdb", "\xdd\xdc", + "\xdd\xdd", "\xdd\xde", "\xdd\xdf", "\xdd\xe0", "\xdd\xe1", "\xdd\xe2", + "\xdd\xe3", "\xdd\xe4", "\xdd\xe5", "\xdd\xe6", "\xdd\xe7", "\xdd\xe8", + "\xdd\xe9", "\xdd\xea", "\xdd\xeb", "\xdd\xec", "\xdd\xed", "\xdd\xee", + "\xdd\xef", "\xdd\xf0", "\xdd\xf1", "\xdd\xf2", "\xdd\xf3", "\xdd\xf4", + "\xdd\xf5", "\xdd\xf6", "\xdd\xf7", "\xdd\xf8", "\xdd\xf9", "\xdd\xfa", + "\xdd\xfb", "\xdd\xfc", "\xdd\xfd", "\xde\x41", "\xde\x42", "\xde\x43", + "\xde\x44", "\xde\x45", "\xde\x46", "\xde\x47", "\xde\x48", "\xde\x49", + "\xde\x4a", "\xde\x4b", "\xde\x4c", "\xde\x4d", "\xde\x4e", "\xde\x4f", + "\xde\x50", "\xde\x51", "\xde\x52", "\xde\x53", "\xde\x54", "\xde\x55", + "\xde\x56", "\xde\x57", "\xde\x58", "\xde\x59", "\xde\x5a", "\xde\x5b", + "\xde\x5c", "\xde\x5d", "\xde\x5e", "\xde\x5f", "\xde\x60", "\xde\x61", + "\xde\x62", "\xde\x63", "\xde\x64", "\xde\x65", "\xde\x66", "\xde\x67", + "\xde\x68", "\xde\x69", "\xde\x6a", "\xde\x6b", "\xde\x6c", "\xde\x6d", + "\xde\x6e", "\xde\x6f", "\xde\x70", "\xde\x71", "\xde\x72", "\xde\x73", + "\xde\x74", "\xde\x75", "\xde\x76", "\xde\x77", "\xde\x78", "\xde\x79", + "\xde\x7a", "\xde\x7b", "\xde\x7c", "\xde\x7d", "\xde\x7e", "\xde\x7f", + "\xde\x81", "\xde\x82", "\xde\x83", "\xde\x84", "\xde\x85", "\xde\x86", + "\xde\x87", "\xde\x88", "\xde\x89", "\xde\x8a", "\xde\x8b", "\xde\x8c", + "\xde\x8d", "\xde\x8e", "\xde\x8f", "\xde\x90", "\xde\x91", "\xde\x92", + "\xde\x93", "\xde\x94", "\xde\x95", "\xde\x96", "\xde\x97", "\xde\x98", + "\xde\x99", "\xde\x9a", "\xde\x9b", "\xde\x9c", "\xde\x9d", "\xde\x9e", + "\xde\x9f", "\xde\xa0", "\xde\xa1", "\xde\xa2", "\xde\xa3", "\xde\xa4", + "\xde\xa5", "\xde\xa6", "\xde\xa7", "\xde\xa8", "\xde\xa9", "\xde\xaa", + "\xde\xab", "\xde\xac", "\xde\xad", "\xde\xae", "\xde\xaf", "\xde\xb0", + "\xde\xb1", "\xde\xb2", "\xde\xb3", "\xde\xb4", "\xde\xb5", "\xde\xb6", + "\xde\xb7", "\xde\xb8", "\xde\xb9", "\xde\xba", "\xde\xbb", "\xde\xbc", + "\xde\xbd", "\xde\xbe", "\xde\xbf", "\xde\xc0", "\xde\xc1", "\xde\xc2", + "\xde\xc3", "\xde\xc4", "\xde\xc5", "\xde\xc6", "\xde\xc7", "\xde\xc8", + "\xde\xc9", "\xde\xca", "\xde\xcb", "\xde\xcc", "\xde\xcd", "\xde\xce", + "\xde\xcf", "\xde\xd0", "\xde\xd1", "\xde\xd2", "\xde\xd3", "\xde\xd4", + "\xde\xd5", "\xde\xd6", "\xde\xd7", "\xde\xd8", "\xde\xd9", "\xde\xda", + "\xde\xdb", "\xde\xdc", "\xde\xdd", "\xde\xde", "\xde\xdf", "\xde\xe0", + "\xde\xe1", "\xde\xe2", "\xde\xe3", "\xde\xe4", "\xde\xe5", "\xde\xe6", + "\xde\xe7", "\xde\xe8", "\xde\xe9", "\xde\xea", "\xde\xeb", "\xde\xec", + "\xde\xed", "\xde\xee", "\xde\xef", "\xde\xf0", "\xde\xf1", "\xde\xf2", + "\xde\xf3", "\xde\xf4", "\xde\xf5", "\xde\xf6", "\xde\xf7", "\xde\xf8", + "\xde\xf9", "\xde\xfa", "\xde\xfb", "\xde\xfc", "\xde\xfd", "\xdf\x41", + "\xdf\x42", "\xdf\x43", "\xdf\x44", "\xdf\x45", "\xdf\x46", "\xdf\x47", + "\xdf\x48", "\xdf\x49", "\xdf\x4a", "\xdf\x4b", "\xdf\x4c", "\xdf\x4d", + "\xdf\x4e", "\xdf\x4f", "\xdf\x50", "\xdf\x51", "\xdf\x52", "\xdf\x53", + "\xdf\x54", "\xdf\x55", "\xdf\x56", "\xdf\x57", "\xdf\x58", "\xdf\x59", + "\xdf\x5a", "\xdf\x5b", "\xdf\x5c", "\xdf\x5d", "\xdf\x5e", "\xdf\x5f", + "\xdf\x60", "\xdf\x61", "\xdf\x62", "\xdf\x63", "\xdf\x64", "\xdf\x65", + "\xdf\x66", "\xdf\x67", "\xdf\x68", "\xdf\x69", "\xdf\x6a", "\xdf\x6b", + "\xdf\x6c", "\xdf\x6d", "\xdf\x6e", "\xdf\x6f", "\xdf\x70", "\xdf\x71", + "\xdf\x72", "\xdf\x73", "\xdf\x74", "\xdf\x75", "\xdf\x76", "\xdf\x77", + "\xdf\x78", "\xdf\x79", "\xdf\x7a", "\xdf\x7b", "\xdf\x7c", "\xdf\x7d", + "\xdf\x7e", "\xdf\x7f", "\xdf\x81", "\xdf\x82", "\xdf\x83", "\xdf\x84", + "\xdf\x85", "\xdf\x86", "\xdf\x87", "\xdf\x88", "\xdf\x89", "\xdf\x8a", + "\xdf\x8b", "\xdf\x8c", "\xdf\x8d", "\xdf\x8e", "\xdf\x8f", "\xdf\x90", + "\xdf\x91", "\xdf\x92", "\xdf\x93", "\xdf\x94", "\xdf\x95", "\xdf\x96", + "\xdf\x97", "\xdf\x98", "\xdf\x99", "\xdf\x9a", "\xdf\x9b", "\xdf\x9c", + "\xdf\x9d", "\xdf\x9e", "\xdf\x9f", "\xdf\xa0", "\xdf\xa1", "\xdf\xa2", + "\xdf\xa3", "\xdf\xa4", "\xdf\xa5", "\xdf\xa6", "\xdf\xa7", "\xdf\xa8", + "\xdf\xa9", "\xdf\xaa", "\xdf\xab", "\xdf\xac", "\xdf\xad", "\xdf\xae", + "\xdf\xaf", "\xdf\xb0", "\xdf\xb1", "\xdf\xb2", "\xdf\xb3", "\xdf\xb4", + "\xdf\xb5", "\xdf\xb6", "\xdf\xb7", "\xdf\xb8", "\xdf\xb9", "\xdf\xba", + "\xdf\xbb", "\xdf\xbc", "\xdf\xbd", "\xdf\xbe", "\xdf\xbf", "\xdf\xc0", + "\xdf\xc1", "\xdf\xc2", "\xdf\xc3", "\xdf\xc4", "\xdf\xc5", "\xdf\xc6", + "\xdf\xc7", "\xdf\xc8", "\xdf\xc9", "\xdf\xca", "\xdf\xcb", "\xdf\xcc", + "\xdf\xcd", "\xdf\xce", "\xdf\xcf", "\xdf\xd0", "\xdf\xd1", "\xdf\xd2", + "\xdf\xd3", "\xdf\xd4", "\xdf\xd5", "\xdf\xd6", "\xdf\xd7", "\xdf\xd8", + "\xdf\xd9", "\xdf\xda", "\xdf\xdb", "\xdf\xdc", "\xdf\xdd", "\xdf\xde", + "\xdf\xdf", "\xdf\xe0", "\xdf\xe1", "\xdf\xe2", "\xdf\xe3", "\xdf\xe4", + "\xdf\xe5", "\xdf\xe6", "\xdf\xe7", "\xdf\xe8", "\xdf\xe9", "\xdf\xea", + "\xdf\xeb", "\xdf\xec", "\xdf\xed", "\xdf\xee", "\xdf\xef", "\xdf\xf0", + "\xdf\xf1", "\xdf\xf2", "\xdf\xf3", "\xdf\xf4", "\xdf\xf5", "\xdf\xf6", + "\xdf\xf7", "\xdf\xf8", "\xdf\xf9", "\xdf\xfa", "\xdf\xfb", "\xdf\xfc", + "\xdf\xfd", "\xe0\x41", "\xe0\x42", "\xe0\x43", "\xe0\x44", "\xe0\x45", + "\xe0\x46", "\xe0\x47", "\xe0\x48", "\xe0\x49", "\xe0\x4a", "\xe0\x4b", + "\xe0\x4c", "\xe0\x4d", "\xe0\x4e", "\xe0\x4f", "\xe0\x50", "\xe0\x51", + "\xe0\x52", "\xe0\x53", "\xe0\x54", "\xe0\x55", "\xe0\x56", "\xe0\x57", + "\xe0\x58", "\xe0\x59", "\xe0\x5a", "\xe0\x5b", "\xe0\x5c", "\xe0\x5d", + "\xe0\x5e", "\xe0\x5f", "\xe0\x60", "\xe0\x61", "\xe0\x62", "\xe0\x63", + "\xe0\x64", "\xe0\x65", "\xe0\x66", "\xe0\x67", "\xe0\x68", "\xe0\x69", + "\xe0\x6a", "\xe0\x6b", "\xe0\x6c", "\xe0\x6d", "\xe0\x6e", "\xe0\x6f", + "\xe0\x70", "\xe0\x71", "\xe0\x72", "\xe0\x73", "\xe0\x74", "\xe0\x75", + "\xe0\x76", "\xe0\x77", "\xe0\x78", "\xe0\x79", "\xe0\x7a", "\xe0\x7b", + "\xe0\x7c", "\xe0\x7d", "\xe0\x7e", "\xe0\x7f", "\xe0\x81", "\xe0\x82", + "\xe0\x83", "\xe0\x84", "\xe0\x85", "\xe0\x86", "\xe0\x87", "\xe0\x88", + "\xe0\x89", "\xe0\x8a", "\xe0\x8b", "\xe0\x8c", "\xe0\x8d", "\xe0\x8e", + "\xe0\x8f", "\xe0\x90", "\xe0\x91", "\xe0\x92", "\xe0\x93", "\xe0\x94", + "\xe0\x95", "\xe0\x96", "\xe0\x97", "\xe0\x98", "\xe0\x99", "\xe0\x9a", + "\xe0\x9b", "\xe0\x9c", "\xe0\x9d", "\xe0\x9e", "\xe0\x9f", "\xe0\xa0", + "\xe0\xa1", "\xe0\xa2", "\xe0\xa3", "\xe0\xa4", "\xe0\xa5", "\xe0\xa6", + "\xe0\xa7", "\xe0\xa8", "\xe0\xa9", "\xe0\xaa", "\xe0\xab", "\xe0\xac", + "\xe0\xad", "\xe0\xae", "\xe0\xaf", "\xe0\xb0", "\xe0\xb1", "\xe0\xb2", + "\xe0\xb3", "\xe0\xb4", "\xe0\xb5", "\xe0\xb6", "\xe0\xb7", "\xe0\xb8", + "\xe0\xb9", "\xe0\xba", "\xe0\xbb", "\xe0\xbc", "\xe0\xbd", "\xe0\xbe", + "\xe0\xbf", "\xe0\xc0", "\xe0\xc1", "\xe0\xc2", "\xe0\xc3", "\xe0\xc4", + "\xe0\xc5", "\xe0\xc6", "\xe0\xc7", "\xe0\xc8", "\xe0\xc9", "\xe0\xca", + "\xe0\xcb", "\xe0\xcc", "\xe0\xcd", "\xe0\xce", "\xe0\xcf", "\xe0\xd0", + "\xe0\xd1", "\xe0\xd2", "\xe0\xd3", "\xe0\xd4", "\xe0\xd5", "\xe0\xd6", + "\xe0\xd7", "\xe0\xd8", "\xe0\xd9", "\xe0\xda", "\xe0\xdb", "\xe0\xdc", + "\xe0\xdd", "\xe0\xde", "\xe0\xdf", "\xe0\xe0", "\xe0\xe1", "\xe0\xe2", + "\xe0\xe3", "\xe0\xe4", "\xe0\xe5", "\xe0\xe6", "\xe0\xe7", "\xe0\xe8", + "\xe0\xe9", "\xe0\xea", "\xe0\xeb", "\xe0\xec", "\xe0\xed", "\xe0\xee", + "\xe0\xef", "\xe0\xf0", "\xe0\xf1", "\xe0\xf2", "\xe0\xf3", "\xe0\xf4", + "\xe0\xf5", "\xe0\xf6", "\xe0\xf7", "\xe0\xf8", "\xe0\xf9", "\xe0\xfa", + "\xe0\xfb", "\xe0\xfc", "\xe0\xfd", "\xe1\x41", "\xe1\x42", "\xe1\x43", + "\xe1\x44", "\xe1\x45", "\xe1\x46", "\xe1\x47", "\xe1\x48", "\xe1\x49", + "\xe1\x4a", "\xe1\x4b", "\xe1\x4c", "\xe1\x4d", "\xe1\x4e", "\xe1\x4f", + "\xe1\x50", "\xe1\x51", "\xe1\x52", "\xe1\x53", "\xe1\x54", "\xe1\x55", + "\xe1\x56", "\xe1\x57", "\xe1\x58", "\xe1\x59", "\xe1\x5a", "\xe1\x5b", + "\xe1\x5c", "\xe1\x5d", "\xe1\x5e", "\xe1\x5f", "\xe1\x60", "\xe1\x61", + "\xe1\x62", "\xe1\x63", "\xe1\x64", "\xe1\x65", "\xe1\x66", "\xe1\x67", + "\xe1\x68", "\xe1\x69", "\xe1\x6a", "\xe1\x6b", "\xe1\x6c", "\xe1\x6d", + "\xe1\x6e", "\xe1\x6f", "\xe1\x70", "\xe1\x71", "\xe1\x72", "\xe1\x73", + "\xe1\x74", "\xe1\x75", "\xe1\x76", "\xe1\x77", "\xe1\x78", "\xe1\x79", + "\xe1\x7a", "\xe1\x7b", "\xe1\x7c", "\xe1\x7d", "\xe1\x7e", "\xe1\x7f", + "\xe1\x81", "\xe1\x82", "\xe1\x83", "\xe1\x84", "\xe1\x85", "\xe1\x86", + "\xe1\x87", "\xe1\x88", "\xe1\x89", "\xe1\x8a", "\xe1\x8b", "\xe1\x8c", + "\xe1\x8d", "\xe1\x8e", "\xe1\x8f", "\xe1\x90", "\xe1\x91", "\xe1\x92", + "\xe1\x93", "\xe1\x94", "\xe1\x95", "\xe1\x96", "\xe1\x97", "\xe1\x98", + "\xe1\x99", "\xe1\x9a", "\xe1\x9b", "\xe1\x9c", "\xe1\x9d", "\xe1\x9e", + "\xe1\x9f", "\xe1\xa0", "\xe1\xa1", "\xe1\xa2", "\xe1\xa3", "\xe1\xa4", + "\xe1\xa5", "\xe1\xa6", "\xe1\xa7", "\xe1\xa8", "\xe1\xa9", "\xe1\xaa", + "\xe1\xab", "\xe1\xac", "\xe1\xad", "\xe1\xae", "\xe1\xaf", "\xe1\xb0", + "\xe1\xb1", "\xe1\xb2", "\xe1\xb3", "\xe1\xb4", "\xe1\xb5", "\xe1\xb6", + "\xe1\xb7", "\xe1\xb8", "\xe1\xb9", "\xe1\xba", "\xe1\xbb", "\xe1\xbc", + "\xe1\xbd", "\xe1\xbe", "\xe1\xbf", "\xe1\xc0", "\xe1\xc1", "\xe1\xc2", + "\xe1\xc3", "\xe1\xc4", "\xe1\xc5", "\xe1\xc6", "\xe1\xc7", "\xe1\xc8", + "\xe1\xc9", "\xe1\xca", "\xe1\xcb", "\xe1\xcc", "\xe1\xcd", "\xe1\xce", + "\xe1\xcf", "\xe1\xd0", "\xe1\xd1", "\xe1\xd2", "\xe1\xd3", "\xe1\xd4", + "\xe1\xd5", "\xe1\xd6", "\xe1\xd7", "\xe1\xd8", "\xe1\xd9", "\xe1\xda", + "\xe1\xdb", "\xe1\xdc", "\xe1\xdd", "\xe1\xde", "\xe1\xdf", "\xe1\xe0", + "\xe1\xe1", "\xe1\xe2", "\xe1\xe3", "\xe1\xe4", "\xe1\xe5", "\xe1\xe6", + "\xe1\xe7", "\xe1\xe8", "\xe1\xe9", "\xe1\xea", "\xe1\xeb", "\xe1\xec", + "\xe1\xed", "\xe1\xee", "\xe1\xef", "\xe1\xf0", "\xe1\xf1", "\xe1\xf2", + "\xe1\xf3", "\xe1\xf4", "\xe1\xf5", "\xe1\xf6", "\xe1\xf7", "\xe1\xf8", + "\xe1\xf9", "\xe1\xfa", "\xe1\xfb", "\xe1\xfc", "\xe1\xfd", "\xe2\x41", + "\xe2\x42", "\xe2\x43", "\xe2\x44", "\xe2\x45", "\xe2\x46", "\xe2\x47", + "\xe2\x48", "\xe2\x49", "\xe2\x4a", "\xe2\x4b", "\xe2\x4c", "\xe2\x4d", + "\xe2\x4e", "\xe2\x4f", "\xe2\x50", "\xe2\x51", "\xe2\x52", "\xe2\x53", + "\xe2\x54", "\xe2\x55", "\xe2\x56", "\xe2\x57", "\xe2\x58", "\xe2\x59", + "\xe2\x5a", "\xe2\x5b", "\xe2\x5c", "\xe2\x5d", "\xe2\x5e", "\xe2\x5f", + "\xe2\x60", "\xe2\x61", "\xe2\x62", "\xe2\x63", "\xe2\x64", "\xe2\x65", + "\xe2\x66", "\xe2\x67", "\xe2\x68", "\xe2\x69", "\xe2\x6a", "\xe2\x6b", + "\xe2\x6c", "\xe2\x6d", "\xe2\x6e", "\xe2\x6f", "\xe2\x70", "\xe2\x71", + "\xe2\x72", "\xe2\x73", "\xe2\x74", "\xe2\x75", "\xe2\x76", "\xe2\x77", + "\xe2\x78", "\xe2\x79", "\xe2\x7a", "\xe2\x7b", "\xe2\x7c", "\xe2\x7d", + "\xe2\x7e", "\xe2\x7f", "\xe2\x81", "\xe2\x82", "\xe2\x83", "\xe2\x84", + "\xe2\x85", "\xe2\x86", "\xe2\x87", "\xe2\x88", "\xe2\x89", "\xe2\x8a", + "\xe2\x8b", "\xe2\x8c", "\xe2\x8d", "\xe2\x8e", "\xe2\x8f", "\xe2\x90", + "\xe2\x91", "\xe2\x92", "\xe2\x93", "\xe2\x94", "\xe2\x95", "\xe2\x96", + "\xe2\x97", "\xe2\x98", "\xe2\x99", "\xe2\x9a", "\xe2\x9b", "\xe2\x9c", + "\xe2\x9d", "\xe2\x9e", "\xe2\x9f", "\xe2\xa0", "\xe2\xa1", "\xe2\xa2", + "\xe2\xa3", "\xe2\xa4", "\xe2\xa5", "\xe2\xa6", "\xe2\xa7", "\xe2\xa8", + "\xe2\xa9", "\xe2\xaa", "\xe2\xab", "\xe2\xac", "\xe2\xad", "\xe2\xae", + "\xe2\xaf", "\xe2\xb0", "\xe2\xb1", "\xe2\xb2", "\xe2\xb3", "\xe2\xb4", + "\xe2\xb5", "\xe2\xb6", "\xe2\xb7", "\xe2\xb8", "\xe2\xb9", "\xe2\xba", + "\xe2\xbb", "\xe2\xbc", "\xe2\xbd", "\xe2\xbe", "\xe2\xbf", "\xe2\xc0", + "\xe2\xc1", "\xe2\xc2", "\xe2\xc3", "\xe2\xc4", "\xe2\xc5", "\xe2\xc6", + "\xe2\xc7", "\xe2\xc8", "\xe2\xc9", "\xe2\xca", "\xe2\xcb", "\xe2\xcc", + "\xe2\xcd", "\xe2\xce", "\xe2\xcf", "\xe2\xd0", "\xe2\xd1", "\xe2\xd2", + "\xe2\xd3", "\xe2\xd4", "\xe2\xd5", "\xe2\xd6", "\xe2\xd7", "\xe2\xd8", + "\xe2\xd9", "\xe2\xda", "\xe2\xdb", "\xe2\xdc", "\xe2\xdd", "\xe2\xde", + "\xe2\xdf", "\xe2\xe0", "\xe2\xe1", "\xe2\xe2", "\xe2\xe3", "\xe2\xe4", + "\xe2\xe5", "\xe2\xe6", "\xe2\xe7", "\xe2\xe8", "\xe2\xe9", "\xe2\xea", + "\xe2\xeb", "\xe2\xec", "\xe2\xed", "\xe2\xee", "\xe2\xef", "\xe2\xf0", + "\xe2\xf1", "\xe2\xf2", "\xe2\xf3", "\xe2\xf4", "\xe2\xf5", "\xe2\xf6", + "\xe2\xf7", "\xe2\xf8", "\xe2\xf9", "\xe2\xfa", "\xe2\xfb", "\xe2\xfc", + "\xe2\xfd", "\x00\x00", "\x00\x00", "\x44\x5c", "\x46\xa8", "\x46\xa9", + "\x46\xaa", "\x46\xab", "\x69\x4b", "\x7a\xa4", "\x47\x41", "\x46\xa7", + "\x47\x49", "\x46\xb6", "\x46\xbc", "\x46\xac", "\x46\xad", "\x46\xae", + "\x46\xaf", "\x46\xb0", "\x46\xb1", "\x46\xa4", "\x46\xa5", "\x46\xb2", + "\x46\xb3", "\x46\xb4", "\x46\xb5", "\x46\xa0", "\x46\xa1", "\x46\xa2", + "\x46\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xbe", + "\x46\xbf", "\x46\xc2", "\x46\xc3", "\x46\xc0", "\x46\xc1", "\x46\xbd", + "\x47\x42", "\x47\x43", "\x47\x44", "\x00\x00", "\x47\x45", "\x47\x46", + "\x47\x47", "\x47\x48", "\x47\x4a", "\x47\x4b", "\x47\x4c", "\x47\x4d", + "\x47\x4e", "\x47\x4f", "\x47\x50", "\x47\x53", "\x47\x54", "\x46\xc4", + "\x47\x55", "\x47\x56", "\x47\x57", "\x47\x58", "\x47\x59", "\x00\x00", + "\x47\x5a", "\x47\x5b", "\x47\x5c", "\x47\x5d", "\x42\x5a", "\x42\x7f", + "\x42\x7b", "\x42\xe0", "\x42\x6c", "\x42\x50", "\x42\x7d", "\x42\x4d", + "\x42\x5d", "\x46\xb8", "\x42\x4e", "\x42\x6b", "\x42\x60", "\x42\x4b", + "\x42\x61", "\x42\xf0", "\x42\xf1", "\x42\xf2", "\x42\xf3", "\x42\xf4", + "\x42\xf5", "\x42\xf6", "\x42\xf7", "\x42\xf8", "\x42\xf9", "\x42\x7a", + "\x42\x5e", "\x42\x4c", "\x42\x7e", "\x42\x6e", "\x42\x6f", "\x42\x7c", + "\x42\xc1", "\x42\xc2", "\x42\xc3", "\x42\xc4", "\x42\xc5", "\x42\xc6", + "\x42\xc7", "\x42\xc8", "\x42\xc9", "\x42\xd1", "\x42\xd2", "\x42\xd3", + "\x42\xd4", "\x42\xd5", "\x42\xd6", "\x42\xd7", "\x42\xd8", "\x42\xd9", + "\x42\xe2", "\x42\xe3", "\x42\xe4", "\x42\xe5", "\x42\xe6", "\x42\xe7", + "\x42\xe8", "\x42\xe9", "\x44\x44", "\x43\xe0", "\x44\x45", "\x44\x70", + "\x42\x6d", "\x00\x00", "\x42\x81", "\x42\x82", "\x42\x83", "\x42\x84", + "\x42\x85", "\x42\x86", "\x42\x87", "\x42\x88", "\x42\x89", "\x42\x91", + "\x42\x92", "\x42\x93", "\x42\x94", "\x42\x95", "\x42\x96", "\x42\x97", + "\x42\x98", "\x42\x99", "\x42\xa2", "\x42\xa3", "\x42\xa4", "\x42\xa5", + "\x42\xa6", "\x42\xa7", "\x42\xa8", "\x42\xa9", "\x42\xc0", "\x42\x4f", + "\x42\xd0", "\x43\xa1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x4a", + "\x42\x4a", "\x42\x5f", "\x47\x51", "\x42\x6a", "\x42\x5b" +}; + +#endif /* _IBM1371_H */ diff --git a/iconvdata/ibm1388.c b/iconvdata/ibm1388.c new file mode 100644 index 0000000000..4f97a1699c --- /dev/null +++ b/iconvdata/ibm1388.c @@ -0,0 +1,34 @@ +/* Conversion from and to IBM1388. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#define DATA_HEADER "ibm1388.h" +#define CHARSET_NAME "IBM1388//" +#define FROM_LOOP from_ibm1388 +#define TO_LOOP to_ibm1388 +#define SB_TO_UCS4 __ibm1388sb_to_ucs4 +#define DB_TO_UCS4_IDX __ibm1388db_to_ucs4_idx +#define DB_TO_UCS4 __ibm1388db_to_ucs4 +#define UCS4_TO_SB_IDX __ucs4_to_ibm1388sb_idx +#define UCS4_TO_SB __ucs4_to_ibm1388sb +#define UCS4_TO_DB_IDX __ucs4_to_ibm1388db_idx +#define UCS4_TO_DB __ucs4_to_ibm1388db +#define UCS_LIMIT 0xffff + +#include "ibm1364.c" diff --git a/iconvdata/ibm1388.h b/iconvdata/ibm1388.h new file mode 100644 index 0000000000..206e4eee6a --- /dev/null +++ b/iconvdata/ibm1388.h @@ -0,0 +1,17236 @@ +/* Tables for conversion from and to IBM1388. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + + +#ifndef _IBM1388_H +#define _IBM1388_H 1 + +struct gap +{ + uint16_t start; + uint16_t end; + int32_t idx; +}; + +static const uint16_t __ibm1388sb_to_ucs4[256] = +{ + /* 0x00 */ 0x0000, 0x0001, 0x0002, 0x0003, + /* 0x04 */ 0x009c, 0x0009, 0x0086, 0x007f, + /* 0x08 */ 0x0097, 0x008d, 0x008e, 0x000b, + /* 0x0c */ 0x000c, 0x000d, 0x000e, 0x000f, + /* 0x10 */ 0x0010, 0x0011, 0x0012, 0x0013, + /* 0x14 */ 0x009d, 0x0085, 0x0008, 0x0087, + /* 0x18 */ 0x0018, 0x0019, 0x0092, 0x008f, + /* 0x1c */ 0x001c, 0x001d, 0x001e, 0x001f, + /* 0x20 */ 0x0080, 0x0081, 0x0082, 0x0083, + /* 0x24 */ 0x0084, 0x000a, 0x0017, 0x001b, + /* 0x28 */ 0x0088, 0x0089, 0x008a, 0x008b, + /* 0x2c */ 0x008c, 0x0005, 0x0006, 0x0007, + /* 0x30 */ 0x0090, 0x0091, 0x0016, 0x0093, + /* 0x34 */ 0x0094, 0x0095, 0x0096, 0x0004, + /* 0x38 */ 0x0098, 0x0099, 0x009a, 0x009b, + /* 0x3c */ 0x0014, 0x0015, 0x009e, 0x001a, + /* 0x40 */ 0x0020, 0x0000, 0x0000, 0x0000, + /* 0x44 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x48 */ 0x0000, 0x0000, 0x00a3, 0x002e, + /* 0x4c */ 0x003c, 0x0028, 0x002b, 0x007c, + /* 0x50 */ 0x0026, 0x0000, 0x0000, 0x0000, + /* 0x54 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x58 */ 0x0000, 0x0000, 0x0021, 0x00a5, + /* 0x5c */ 0x002a, 0x0029, 0x003b, 0x00ac, + /* 0x60 */ 0x002d, 0x002f, 0x0000, 0x0000, + /* 0x64 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x68 */ 0x0000, 0x0000, 0x00a6, 0x002c, + /* 0x6c */ 0x0025, 0x005f, 0x003e, 0x003f, + /* 0x70 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x74 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x78 */ 0x0000, 0x0060, 0x003a, 0x0023, + /* 0x7c */ 0x0040, 0x0027, 0x003d, 0x0022, + /* 0x80 */ 0x0000, 0x0061, 0x0062, 0x0063, + /* 0x84 */ 0x0064, 0x0065, 0x0066, 0x0067, + /* 0x88 */ 0x0068, 0x0069, 0x0000, 0x0000, + /* 0x8c */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0x90 */ 0x0000, 0x006a, 0x006b, 0x006c, + /* 0x94 */ 0x006d, 0x006e, 0x006f, 0x0070, + /* 0x98 */ 0x0071, 0x0072, 0x0000, 0x0000, + /* 0x9c */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xa0 */ 0x007e, 0x203e, 0x0073, 0x0074, + /* 0xa4 */ 0x0075, 0x0076, 0x0077, 0x0078, + /* 0xa8 */ 0x0079, 0x007a, 0x0000, 0x0000, + /* 0xac */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xb0 */ 0x005e, 0x0000, 0x005c, 0x0000, + /* 0xb4 */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xb8 */ 0x0000, 0x0000, 0x005b, 0x005d, + /* 0xbc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xc0 */ 0x007b, 0x0041, 0x0042, 0x0043, + /* 0xc4 */ 0x0044, 0x0045, 0x0046, 0x0047, + /* 0xc8 */ 0x0048, 0x0049, 0x0000, 0x0000, + /* 0xcc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xd0 */ 0x007d, 0x004a, 0x004b, 0x004c, + /* 0xd4 */ 0x004d, 0x004e, 0x004f, 0x0050, + /* 0xd8 */ 0x0051, 0x0052, 0x0000, 0x0000, + /* 0xdc */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xe0 */ 0x0024, 0x0000, 0x0053, 0x0054, + /* 0xe4 */ 0x0055, 0x0056, 0x0057, 0x0058, + /* 0xe8 */ 0x0059, 0x005a, 0x0000, 0x0000, + /* 0xec */ 0x0000, 0x0000, 0x0000, 0x0000, + /* 0xf0 */ 0x0030, 0x0031, 0x0032, 0x0033, + /* 0xf4 */ 0x0034, 0x0035, 0x0036, 0x0037, + /* 0xf8 */ 0x0038, 0x0039, 0x0000, 0x0000, + /* 0xfc */ 0x0000, 0x0000, 0x0000, 0x009f +}; + +static const struct gap __ibm1388db_to_ucs4_idx[] = +{ + { .start = 0x4040, .end = 0x4040, .idx = -16448 }, + { .start = 0x4141, .end = 0x6c9f, .idx = -16704 }, + { .start = 0x6d41, .end = 0x804e, .idx = -16865 }, + { .start = 0x8141, .end = 0xcc67, .idx = -17107 }, + { .start = 0xcd41, .end = 0xcea6, .idx = -17324 }, + { .start = 0xcf41, .end = 0xeffe, .idx = -17478 }, + { .start = 0xf641, .end = 0xf790, .idx = -19080 }, + { .start = 0xf847, .end = 0xf8f0, .idx = -19262 }, + { .start = 0xfbd0, .end = 0xfc99, .idx = -19997 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const uint16_t __ibm1388db_to_ucs4[] = +{ + 0x3000, 0x03b1, 0x03b2, 0x03b3, + 0x03b4, 0x03b5, 0x03b6, 0x03b7, + 0x03b8, 0x03b9, 0x03ba, 0x03bb, + 0x03bc, 0x03bd, 0x03be, 0x03bf, + 0x03c0, 0x03c1, 0x03c3, 0x03c4, + 0x03c5, 0x03c6, 0x03c7, 0x03c8, + 0x03c9, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0391, 0x0392, 0x0393, + 0x0394, 0x0395, 0x0396, 0x0397, + 0x0398, 0x0399, 0x039a, 0x039b, + 0x039c, 0x039d, 0x039e, 0x039f, + 0x03a0, 0x03a1, 0x03a3, 0x03a4, + 0x03a5, 0x03a6, 0x03a7, 0x03a8, + 0x03a9, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0430, 0x0431, 0x0432, 0x0433, + 0x0434, 0x0435, 0x0451, 0x0436, + 0x0437, 0x0438, 0x0439, 0x043a, + 0x043b, 0x043c, 0x043d, 0x043e, + 0x043f, 0x0440, 0x0441, 0x0442, + 0x0443, 0x0444, 0x0445, 0x0446, + 0x0447, 0x0448, 0x0449, 0x044a, + 0x044b, 0x044c, 0x044d, 0x044e, + 0x044f, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2170, 0x2171, 0x2172, + 0x2173, 0x2174, 0x2175, 0x2176, + 0x2177, 0x2178, 0x2179, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0410, 0x0411, 0x0412, 0x0413, + 0x0414, 0x0415, 0x0401, 0x0416, + 0x0417, 0x0418, 0x0419, 0x041a, + 0x041b, 0x041c, 0x041d, 0x041e, + 0x041f, 0x0420, 0x0421, 0x0422, + 0x0423, 0x0424, 0x0425, 0x0426, + 0x0427, 0x0428, 0x0429, 0x042a, + 0x042b, 0x042c, 0x042d, 0x042e, + 0x042f, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2160, 0x2161, 0x2162, + 0x2163, 0x2164, 0x2165, 0x2166, + 0x2167, 0x2168, 0x2169, 0x216a, + 0x216b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xffe1, 0xff0e, + 0xff1c, 0xff08, 0xff0b, 0xff5c, + 0xff06, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xff01, 0xffe5, + 0xff0a, 0xff09, 0xff1b, 0xffe2, + 0xff0d, 0xff0f, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xffe4, 0xff0c, + 0xff05, 0xff3f, 0xff1e, 0xff1f, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xff40, 0xff1a, 0xff03, + 0xff20, 0xff07, 0xff1d, 0xff02, + 0x0000, 0xff41, 0xff42, 0xff43, + 0xff44, 0xff45, 0xff46, 0xff47, + 0xff48, 0xff49, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xff4a, 0xff4b, 0xff4c, + 0xff4d, 0xff4e, 0xff4f, 0xff50, + 0xff51, 0xff52, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xffe3, 0xff53, 0xff54, + 0xff55, 0xff56, 0xff57, 0xff58, + 0xff59, 0xff5a, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff5b, 0xff21, 0xff22, 0xff23, + 0xff24, 0xff25, 0xff26, 0xff27, + 0xff28, 0xff29, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff5d, 0xff2a, 0xff2b, 0xff2c, + 0xff2d, 0xff2e, 0xff2f, 0xff30, + 0xff31, 0xff32, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff04, 0x0000, 0xff33, 0xff34, + 0xff35, 0xff36, 0xff37, 0xff38, + 0xff39, 0xff3a, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xff10, 0xff11, 0xff12, 0xff13, + 0xff14, 0xff15, 0xff16, 0xff17, + 0xff18, 0xff19, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x3002, 0x300c, 0x300d, + 0x3001, 0x00b7, 0x30f2, 0x30a1, + 0x30a3, 0x30a5, 0xffe0, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x30a7, 0x30a9, 0x30e3, + 0x30e5, 0x30e7, 0x30c3, 0x30ee, + 0x30fc, 0x30f5, 0x30f6, 0xf83d, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x30a2, 0x30a4, 0x30a6, + 0x30a8, 0x30aa, 0x30ab, 0x30ad, + 0x30af, 0x30b1, 0x30b3, 0x0000, + 0x30b5, 0x30b7, 0x30b9, 0x30bb, + 0x30bd, 0x30bf, 0x30c1, 0x30c4, + 0x30c6, 0x30c8, 0x30ca, 0x30cb, + 0x30cc, 0x30cd, 0x30ce, 0x0000, + 0x0000, 0x30cf, 0x30d2, 0x30d5, + 0x0000, 0xff5e, 0x30d8, 0x30db, + 0x30de, 0x30df, 0x30e0, 0x30e1, + 0x30e2, 0x30e4, 0x30e6, 0x0000, + 0x30e8, 0x30e9, 0x30ea, 0x30eb, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x30ec, 0x30ed, + 0x30ef, 0x30f3, 0x309b, 0x309c, + 0x30ac, 0x30ae, 0x30b0, 0x30b2, + 0x30b4, 0x30b6, 0x30b8, 0x30ba, + 0x30bc, 0x30be, 0x30c0, 0x30c2, + 0x30c5, 0x30c7, 0x30c9, 0x30d0, + 0x30d3, 0x30d6, 0x30d9, 0x30dc, + 0x30f4, 0x30d1, 0x30d4, 0x30d7, + 0x30da, 0x30dd, 0x30f0, 0x30f1, + 0x30fd, 0x30fe, 0x0000, 0x0000, + 0xff3c, 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, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x300e, 0x300f, + 0xff3b, 0xff3d, 0x3092, 0x3041, + 0x3043, 0x3045, 0x2015, 0x00b1, + 0x2260, 0x221e, 0x2103, 0x0000, + 0x00b4, 0x3047, 0x3049, 0x3083, + 0x3085, 0x3087, 0x3063, 0x308e, + 0x0000, 0x0000, 0x2010, 0x3003, + 0xf83e, 0x3005, 0x3006, 0x3007, + 0x00a8, 0x2018, 0x201c, 0x3014, + 0x3008, 0x300a, 0x3010, 0x2264, + 0x2234, 0x2642, 0x00a7, 0x203b, + 0x3012, 0x3231, 0x2116, 0x2121, + 0xff3e, 0x2019, 0x201d, 0x3015, + 0x3009, 0x300b, 0x3011, 0x2265, + 0x2235, 0x2640, 0x00d7, 0x00f7, + 0x2016, 0x3013, 0x2025, 0x2026, + 0x0000, 0x3042, 0x3044, 0x3046, + 0x3048, 0x304a, 0x304b, 0x304d, + 0x304f, 0x3051, 0x3053, 0x0000, + 0x3055, 0x3057, 0x3059, 0x305b, + 0x305d, 0x305f, 0x3061, 0x3064, + 0x3066, 0x3068, 0x306a, 0x306b, + 0x306c, 0x306d, 0x306e, 0x0000, + 0x0000, 0x306f, 0x3072, 0x3075, + 0x0000, 0x0000, 0x3078, 0x307b, + 0x307e, 0x307f, 0x3080, 0x3081, + 0x3082, 0x3084, 0x3086, 0x0000, + 0x3088, 0x3089, 0x308a, 0x308b, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x308c, 0x308d, + 0x308f, 0x3093, 0x0000, 0x0000, + 0x304c, 0x304e, 0x3050, 0x3052, + 0x3054, 0x3056, 0x3058, 0x305a, + 0x305c, 0x305e, 0x3060, 0x3062, + 0x3065, 0x3067, 0x3069, 0x3070, + 0x3073, 0x3076, 0x3079, 0x307c, + 0x0000, 0x3071, 0x3074, 0x3077, + 0x307a, 0x307d, 0x3090, 0x3091, + 0x309d, 0x309e, 0x0000, 0x0000, + 0x25cb, 0x25cf, 0x25b3, 0x25b2, + 0x25ce, 0x2606, 0x2605, 0x25c7, + 0x25c6, 0x25a1, 0x25a0, 0x25bd, + 0x25bc, 0x00b0, 0x2032, 0x2033, + 0x2192, 0x2190, 0x2191, 0x2193, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x02c9, 0x02c7, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3016, + 0x3017, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x2236, 0x2227, + 0x2228, 0x2211, 0x220f, 0x222a, + 0x2229, 0x2208, 0x2237, 0x221a, + 0x22a5, 0x2225, 0x2220, 0x2312, + 0x2299, 0x222b, 0x222e, 0x2261, + 0x224c, 0x2248, 0x223d, 0x221d, + 0x0000, 0x226e, 0x226f, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x00a4, 0x0000, 0x0000, 0x2030, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2488, 0x2489, 0x248a, + 0x248b, 0x248c, 0x248d, 0x248e, + 0x248f, 0x2490, 0x2491, 0x2492, + 0x2493, 0x2494, 0x2495, 0x2496, + 0x2497, 0x2498, 0x2499, 0x249a, + 0x249b, 0x2474, 0x2475, 0x2476, + 0x2477, 0x2478, 0x2479, 0x247a, + 0x247b, 0x247c, 0x247d, 0x247e, + 0x247f, 0x2480, 0x2481, 0x2482, + 0x2483, 0x2484, 0x2485, 0x2486, + 0x2487, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x2460, 0x2461, 0x2462, + 0x2463, 0x2464, 0x2465, 0x2466, + 0x2467, 0x2468, 0x2469, 0x20ac, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x3220, 0x3221, 0x3222, + 0x3223, 0x3224, 0x3225, 0x3226, + 0x3227, 0x3228, 0x3229, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0101, 0x00e1, 0x01ce, + 0x00e0, 0x0113, 0x00e9, 0x011b, + 0x00e8, 0x012b, 0x00ed, 0x01d0, + 0x00ec, 0x014d, 0x00f3, 0x01d2, + 0x00f2, 0x016b, 0x00fa, 0x01d4, + 0x00f9, 0x01d6, 0x01d8, 0x01da, + 0x01dc, 0x00fc, 0x00ea, 0x0251, + 0xe7c7, 0x0144, 0x0148, 0x01f9, + 0x0261, 0x0000, 0x0000, 0x0000, + 0x0000, 0x3105, 0x3106, 0x3107, + 0x3108, 0x3109, 0x310a, 0x310b, + 0x310c, 0x310d, 0x310e, 0x310f, + 0x3110, 0x3111, 0x3112, 0x3113, + 0x3114, 0x3115, 0x3116, 0x3117, + 0x3118, 0x3119, 0x311a, 0x311b, + 0x311c, 0x311d, 0x311e, 0x311f, + 0x3120, 0x3121, 0x3122, 0x3123, + 0x3124, 0x3125, 0x3126, 0x3127, + 0x3128, 0x3129, 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, + 0x2500, 0x2501, 0x2502, 0x2503, + 0x2504, 0x2505, 0x2506, 0x2507, + 0x2508, 0x2509, 0x250a, 0x250b, + 0x250c, 0x250d, 0x250e, 0x250f, + 0x2510, 0x2511, 0x2512, 0x2513, + 0x2514, 0x2515, 0x2516, 0x2517, + 0x2518, 0x2519, 0x251a, 0x251b, + 0x251c, 0x251d, 0x251e, 0x251f, + 0x2520, 0x2521, 0x2522, 0x2523, + 0x2524, 0x2525, 0x2526, 0x2527, + 0x2528, 0x2529, 0x252a, 0x252b, + 0x252c, 0x252d, 0x252e, 0x252f, + 0x2530, 0x2531, 0x2532, 0x2533, + 0x2534, 0x2535, 0x2536, 0x2537, + 0x2538, 0x2539, 0x253a, 0x253b, + 0x253c, 0x253d, 0x253e, 0x253f, + 0x2540, 0x2541, 0x2542, 0x2543, + 0x2544, 0x2545, 0x2546, 0x2547, + 0x2548, 0x2549, 0x254a, 0x254b, + 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, 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, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xfe35, 0xfe36, 0xfe39, + 0xfe3a, 0xfe3f, 0xfe40, 0xfe3d, + 0xfe3e, 0xfe41, 0xfe42, 0xfe43, + 0xfe44, 0xfe3b, 0xfe3c, 0xfe37, + 0xfe38, 0xfe31, 0xfe33, 0xfe34, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0600, 0x0601, 0x0602, + 0x0603, 0x0604, 0x0605, 0x0606, + 0x0607, 0x0608, 0x0609, 0x060a, + 0x060b, 0x060c, 0x060d, 0x060e, + 0x060f, 0x0610, 0x0611, 0x0612, + 0x0613, 0x0614, 0x0615, 0x0616, + 0x0617, 0x0618, 0x0619, 0x061a, + 0x061b, 0x061c, 0x061d, 0x061e, + 0x061f, 0x0620, 0x0621, 0x0622, + 0x0623, 0x0624, 0x0625, 0x0626, + 0x0627, 0x0628, 0x0629, 0x062a, + 0x062b, 0x062c, 0x062d, 0x062e, + 0x062f, 0x0630, 0x0631, 0x0632, + 0x0633, 0x0634, 0x0635, 0x0636, + 0x0637, 0x0638, 0x0639, 0x063a, + 0x063b, 0x063c, 0x063d, 0x063e, + 0x063f, 0x0640, 0x0641, 0x0642, + 0x0643, 0x0644, 0x0645, 0x0646, + 0x0647, 0x0648, 0x0649, 0x064a, + 0x064b, 0x064c, 0x064d, 0x064e, + 0x064f, 0x0650, 0x0651, 0x0652, + 0x0653, 0x0654, 0x0655, 0x0656, + 0x0657, 0x0658, 0x0659, 0x065a, + 0x065b, 0x065c, 0x065d, 0x065e, + 0x065f, 0x0660, 0x0661, 0x0662, + 0x0663, 0x0664, 0x0665, 0x0666, + 0x0667, 0x0668, 0x0669, 0x066a, + 0x066b, 0x066c, 0x066d, 0x066e, + 0x066f, 0x0670, 0x0671, 0x0672, + 0x0673, 0x0674, 0x0675, 0x0676, + 0x0677, 0x0678, 0x0679, 0x067a, + 0x067b, 0x067c, 0x067d, 0x067e, + 0x067f, 0x0680, 0x0681, 0x0682, + 0x0683, 0x0684, 0x0685, 0x0686, + 0x0687, 0x0688, 0x0689, 0x068a, + 0x068b, 0x068c, 0x068d, 0x068e, + 0x068f, 0x0690, 0x0691, 0x0692, + 0x0693, 0x0694, 0x0695, 0x0696, + 0x0697, 0x0698, 0x0699, 0x069a, + 0x069b, 0x069c, 0x069d, 0x069e, + 0x069f, 0x06a0, 0x06a1, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x06a2, 0x06a3, 0x06a4, + 0x06a5, 0x06a6, 0x06a7, 0x06a8, + 0x06a9, 0x06aa, 0x06ab, 0x06ac, + 0x06ad, 0x06ae, 0x06af, 0x06b0, + 0x06b1, 0x06b2, 0x06b3, 0x06b4, + 0x06b5, 0x06b6, 0x06b7, 0x06b8, + 0x06b9, 0x06ba, 0x06bb, 0x06bc, + 0x06bd, 0x06be, 0x06bf, 0x06c0, + 0x06c1, 0x06c2, 0x06c3, 0x06c4, + 0x06c5, 0x06c6, 0x06c7, 0x06c8, + 0x06c9, 0x06ca, 0x06cb, 0x06cc, + 0x06cd, 0x06ce, 0x06cf, 0x06d0, + 0x06d1, 0x06d2, 0x06d3, 0x06d4, + 0x06d5, 0x06d6, 0x06d7, 0x06d8, + 0x06d9, 0x06da, 0x06db, 0x06dc, + 0x06dd, 0x06de, 0x06df, 0x06e0, + 0x06e1, 0x06e2, 0x06e3, 0x06e4, + 0x06e5, 0x06e6, 0x06e7, 0x06e8, + 0x06e9, 0x06ea, 0x06eb, 0x06ec, + 0x06ed, 0x06ee, 0x06ef, 0x06f0, + 0x06f1, 0x06f2, 0x06f3, 0x06f4, + 0x06f5, 0x06f6, 0x06f7, 0x06f8, + 0x06f9, 0x06fa, 0x06fb, 0x06fc, + 0x06fd, 0x06fe, 0x06ff, 0x0000, + 0x554a, 0x963f, 0x57c3, 0x6328, + 0x54ce, 0x5509, 0x54c0, 0x7691, + 0x764c, 0x853c, 0x77ee, 0x827e, + 0x788d, 0x7231, 0x9698, 0x978d, + 0x6c28, 0x5b89, 0x4ffa, 0x6309, + 0x6697, 0x5cb8, 0x80fa, 0x6848, + 0x80ae, 0x6602, 0x76ce, 0x51f9, + 0x6556, 0x71ac, 0x7ff1, 0x8884, + 0x50b2, 0x5965, 0x61ca, 0x6fb3, + 0x82ad, 0x634c, 0x6252, 0x53ed, + 0x5427, 0x7b06, 0x516b, 0x75a4, + 0x5df4, 0x62d4, 0x8dcb, 0x9776, + 0x628a, 0x8019, 0x575d, 0x9738, + 0x7f62, 0x7238, 0x767d, 0x67cf, + 0x767e, 0x6446, 0x4f70, 0x8d25, + 0x62dc, 0x7a17, 0x6591, 0x73ed, + 0x642c, 0x6273, 0x822c, 0x9881, + 0x677f, 0x7248, 0x626e, 0x62cc, + 0x4f34, 0x74e3, 0x534a, 0x529e, + 0x7eca, 0x90a6, 0x5e2e, 0x6886, + 0x699c, 0x8180, 0x7ed1, 0x68d2, + 0x78c5, 0x868c, 0x9551, 0x508d, + 0x8c24, 0x82de, 0x80de, 0x5305, + 0x8912, 0x5265, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x8584, 0x96f9, 0x4fdd, + 0x5821, 0x9971, 0x5b9d, 0x62b1, + 0x62a5, 0x66b4, 0x8c79, 0x9c8d, + 0x7206, 0x676f, 0x7891, 0x60b2, + 0x5351, 0x5317, 0x8f88, 0x80cc, + 0x8d1d, 0x94a1, 0x500d, 0x72c8, + 0x5907, 0x60eb, 0x7119, 0x88ab, + 0x5954, 0x82ef, 0x672c, 0x7b28, + 0x5d29, 0x7ef7, 0x752d, 0x6cf5, + 0x8e66, 0x8ff8, 0x903c, 0x9f3b, + 0x6bd4, 0x9119, 0x7b14, 0x5f7c, + 0x78a7, 0x84d6, 0x853d, 0x6bd5, + 0x6bd9, 0x6bd6, 0x5e01, 0x5e87, + 0x75f9, 0x95ed, 0x655d, 0x5f0a, + 0x5fc5, 0x8f9f, 0x58c1, 0x81c2, + 0x907f, 0x965b, 0x97ad, 0x8fb9, + 0x0000, 0x7f16, 0x8d2c, 0x6241, + 0x4fbf, 0x53d8, 0x535e, 0x8fa8, + 0x8fa9, 0x8fab, 0x904d, 0x6807, + 0x5f6a, 0x8198, 0x8868, 0x9cd6, + 0x618b, 0x522b, 0x762a, 0x5f6c, + 0x658c, 0x6fd2, 0x6ee8, 0x5bbe, + 0x6448, 0x5175, 0x51b0, 0x67c4, + 0x4e19, 0x79c9, 0x997c, 0x70b3, + 0x75c5, 0x5e76, 0x73bb, 0x83e0, + 0x64ad, 0x62e8, 0x94b5, 0x6ce2, + 0x535a, 0x52c3, 0x640f, 0x94c2, + 0x7b94, 0x4f2f, 0x5e1b, 0x8236, + 0x8116, 0x818a, 0x6e24, 0x6cca, + 0x9a73, 0x6355, 0x535c, 0x54fa, + 0x8865, 0x57e0, 0x4e0d, 0x5e03, + 0x6b65, 0x7c3f, 0x90e8, 0x6016, + 0x64e6, 0x731c, 0x88c1, 0x6750, + 0x624d, 0x8d22, 0x776c, 0x8e29, + 0x91c7, 0x5f69, 0x83dc, 0x8521, + 0x9910, 0x53c2, 0x8695, 0x6b8b, + 0x60ed, 0x60e8, 0x707f, 0x82cd, + 0x8231, 0x4ed3, 0x6ca7, 0x85cf, + 0x64cd, 0x7cd9, 0x69fd, 0x66f9, + 0x8349, 0x5395, 0x7b56, 0x4fa7, + 0x518c, 0x6d4b, 0x5c42, 0x8e6d, + 0x63d2, 0x53c9, 0x832c, 0x8336, + 0x67e5, 0x78b4, 0x643d, 0x5bdf, + 0x5c94, 0x5dee, 0x8be7, 0x62c6, + 0x67f4, 0x8c7a, 0x6400, 0x63ba, + 0x8749, 0x998b, 0x8c17, 0x7f20, + 0x94f2, 0x4ea7, 0x9610, 0x98a4, + 0x660c, 0x7316, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x573a, 0x5c1d, 0x5e38, + 0x957f, 0x507f, 0x80a0, 0x5382, + 0x655e, 0x7545, 0x5531, 0x5021, + 0x8d85, 0x6284, 0x949e, 0x671d, + 0x5632, 0x6f6e, 0x5de2, 0x5435, + 0x7092, 0x8f66, 0x626f, 0x64a4, + 0x63a3, 0x5f7b, 0x6f88, 0x90f4, + 0x81e3, 0x8fb0, 0x5c18, 0x6668, + 0x5ff1, 0x6c89, 0x9648, 0x8d81, + 0x886c, 0x6491, 0x79f0, 0x57ce, + 0x6a59, 0x6210, 0x5448, 0x4e58, + 0x7a0b, 0x60e9, 0x6f84, 0x8bda, + 0x627f, 0x901e, 0x9a8b, 0x79e4, + 0x5403, 0x75f4, 0x6301, 0x5319, + 0x6c60, 0x8fdf, 0x5f1b, 0x9a70, + 0x803b, 0x9f7f, 0x4f88, 0x5c3a, + 0x0000, 0x8d64, 0x7fc5, 0x65a5, + 0x70bd, 0x5145, 0x51b2, 0x866b, + 0x5d07, 0x5ba0, 0x62bd, 0x916c, + 0x7574, 0x8e0c, 0x7a20, 0x6101, + 0x7b79, 0x4ec7, 0x7ef8, 0x7785, + 0x4e11, 0x81ed, 0x521d, 0x51fa, + 0x6a71, 0x53a8, 0x8e87, 0x9504, + 0x96cf, 0x6ec1, 0x9664, 0x695a, + 0x7840, 0x50a8, 0x77d7, 0x6410, + 0x89e6, 0x5904, 0x63e3, 0x5ddd, + 0x7a7f, 0x693d, 0x4f20, 0x8239, + 0x5598, 0x4e32, 0x75ae, 0x7a97, + 0x5e62, 0x5e8a, 0x95ef, 0x521b, + 0x5439, 0x708a, 0x6376, 0x9524, + 0x5782, 0x6625, 0x693f, 0x9187, + 0x5507, 0x6df3, 0x7eaf, 0x8822, + 0x6233, 0x7ef0, 0x75b5, 0x8328, + 0x78c1, 0x96cc, 0x8f9e, 0x6148, + 0x74f7, 0x8bcd, 0x6b64, 0x523a, + 0x8d50, 0x6b21, 0x806a, 0x8471, + 0x56f1, 0x5306, 0x4ece, 0x4e1b, + 0x51d1, 0x7c97, 0x918b, 0x7c07, + 0x4fc3, 0x8e7f, 0x7be1, 0x7a9c, + 0x6467, 0x5d14, 0x50ac, 0x8106, + 0x7601, 0x7cb9, 0x6dec, 0x7fe0, + 0x6751, 0x5b58, 0x5bf8, 0x78cb, + 0x64ae, 0x6413, 0x63aa, 0x632b, + 0x9519, 0x642d, 0x8fbe, 0x7b54, + 0x7629, 0x6253, 0x5927, 0x5446, + 0x6b79, 0x50a3, 0x6234, 0x5e26, + 0x6b86, 0x4ee3, 0x8d37, 0x888b, + 0x5f85, 0x902e, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x6020, 0x803d, 0x62c5, + 0x4e39, 0x5355, 0x90f8, 0x63b8, + 0x80c6, 0x65e6, 0x6c2e, 0x4f46, + 0x60ee, 0x6de1, 0x8bde, 0x5f39, + 0x86cb, 0x5f53, 0x6321, 0x515a, + 0x8361, 0x6863, 0x5200, 0x6363, + 0x8e48, 0x5012, 0x5c9b, 0x7977, + 0x5bfc, 0x5230, 0x7a3b, 0x60bc, + 0x9053, 0x76d7, 0x5fb7, 0x5f97, + 0x7684, 0x8e6c, 0x706f, 0x767b, + 0x7b49, 0x77aa, 0x51f3, 0x9093, + 0x5824, 0x4f4e, 0x6ef4, 0x8fea, + 0x654c, 0x7b1b, 0x72c4, 0x6da4, + 0x7fdf, 0x5ae1, 0x62b5, 0x5e95, + 0x5730, 0x8482, 0x7b2c, 0x5e1d, + 0x5f1f, 0x9012, 0x7f14, 0x98a0, + 0x0000, 0x6382, 0x6ec7, 0x7898, + 0x70b9, 0x5178, 0x975b, 0x57ab, + 0x7535, 0x4f43, 0x7538, 0x5e97, + 0x60e6, 0x5960, 0x6dc0, 0x6bbf, + 0x7889, 0x53fc, 0x96d5, 0x51cb, + 0x5201, 0x6389, 0x540a, 0x9493, + 0x8c03, 0x8dcc, 0x7239, 0x789f, + 0x8776, 0x8fed, 0x8c0d, 0x53e0, + 0x4e01, 0x76ef, 0x53ee, 0x9489, + 0x9876, 0x9f0e, 0x952d, 0x5b9a, + 0x8ba2, 0x4e22, 0x4e1c, 0x51ac, + 0x8463, 0x61c2, 0x52a8, 0x680b, + 0x4f97, 0x606b, 0x51bb, 0x6d1e, + 0x515c, 0x6296, 0x6597, 0x9661, + 0x8c46, 0x9017, 0x75d8, 0x90fd, + 0x7763, 0x6bd2, 0x728a, 0x72ec, + 0x8bfb, 0x5835, 0x7779, 0x8d4c, + 0x675c, 0x9540, 0x809a, 0x5ea6, + 0x6e21, 0x5992, 0x7aef, 0x77ed, + 0x953b, 0x6bb5, 0x65ad, 0x7f0e, + 0x5806, 0x5151, 0x961f, 0x5bf9, + 0x58a9, 0x5428, 0x8e72, 0x6566, + 0x987f, 0x56e4, 0x949d, 0x76fe, + 0x9041, 0x6387, 0x54c6, 0x591a, + 0x593a, 0x579b, 0x8eb2, 0x6735, + 0x8dfa, 0x8235, 0x5241, 0x60f0, + 0x5815, 0x86fe, 0x5ce8, 0x9e45, + 0x4fc4, 0x989d, 0x8bb9, 0x5a25, + 0x6076, 0x5384, 0x627c, 0x904f, + 0x9102, 0x997f, 0x6069, 0x800c, + 0x513f, 0x8033, 0x5c14, 0x9975, + 0x6d31, 0x4e8c, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x8d30, 0x53d1, 0x7f5a, + 0x7b4f, 0x4f10, 0x4e4f, 0x9600, + 0x6cd5, 0x73d0, 0x85e9, 0x5e06, + 0x756a, 0x7ffb, 0x6a0a, 0x77fe, + 0x9492, 0x7e41, 0x51e1, 0x70e6, + 0x53cd, 0x8fd4, 0x8303, 0x8d29, + 0x72af, 0x996d, 0x6cdb, 0x574a, + 0x82b3, 0x65b9, 0x80aa, 0x623f, + 0x9632, 0x59a8, 0x4eff, 0x8bbf, + 0x7eba, 0x653e, 0x83f2, 0x975e, + 0x5561, 0x98de, 0x80a5, 0x532a, + 0x8bfd, 0x5420, 0x80ba, 0x5e9f, + 0x6cb8, 0x8d39, 0x82ac, 0x915a, + 0x5429, 0x6c1b, 0x5206, 0x7eb7, + 0x575f, 0x711a, 0x6c7e, 0x7c89, + 0x594b, 0x4efd, 0x5fff, 0x6124, + 0x0000, 0x7caa, 0x4e30, 0x5c01, + 0x67ab, 0x8702, 0x5cf0, 0x950b, + 0x98ce, 0x75af, 0x70fd, 0x9022, + 0x51af, 0x7f1d, 0x8bbd, 0x5949, + 0x51e4, 0x4f5b, 0x5426, 0x592b, + 0x6577, 0x80a4, 0x5b75, 0x6276, + 0x62c2, 0x8f90, 0x5e45, 0x6c1f, + 0x7b26, 0x4f0f, 0x4fd8, 0x670d, + 0x6d6e, 0x6daa, 0x798f, 0x88b1, + 0x5f17, 0x752b, 0x629a, 0x8f85, + 0x4fef, 0x91dc, 0x65a7, 0x812f, + 0x8151, 0x5e9c, 0x8150, 0x8d74, + 0x526f, 0x8986, 0x8d4b, 0x590d, + 0x5085, 0x4ed8, 0x961c, 0x7236, + 0x8179, 0x8d1f, 0x5bcc, 0x8ba3, + 0x9644, 0x5987, 0x7f1a, 0x5490, + 0x5676, 0x560e, 0x8be5, 0x6539, + 0x6982, 0x9499, 0x76d6, 0x6e89, + 0x5e72, 0x7518, 0x6746, 0x67d1, + 0x7aff, 0x809d, 0x8d76, 0x611f, + 0x79c6, 0x6562, 0x8d63, 0x5188, + 0x521a, 0x94a2, 0x7f38, 0x809b, + 0x7eb2, 0x5c97, 0x6e2f, 0x6760, + 0x7bd9, 0x768b, 0x9ad8, 0x818f, + 0x7f94, 0x7cd5, 0x641e, 0x9550, + 0x7a3f, 0x544a, 0x54e5, 0x6b4c, + 0x6401, 0x6208, 0x9e3d, 0x80f3, + 0x7599, 0x5272, 0x9769, 0x845b, + 0x683c, 0x86e4, 0x9601, 0x9694, + 0x94ec, 0x4e2a, 0x5404, 0x7ed9, + 0x6839, 0x8ddf, 0x8015, 0x66f4, + 0x5e9a, 0x7fb9, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x57c2, 0x803f, 0x6897, + 0x5de5, 0x653b, 0x529f, 0x606d, + 0x9f9a, 0x4f9b, 0x8eac, 0x516c, + 0x5bab, 0x5f13, 0x5de9, 0x6c5e, + 0x62f1, 0x8d21, 0x5171, 0x94a9, + 0x52fe, 0x6c9f, 0x82df, 0x72d7, + 0x57a2, 0x6784, 0x8d2d, 0x591f, + 0x8f9c, 0x83c7, 0x5495, 0x7b8d, + 0x4f30, 0x6cbd, 0x5b64, 0x59d1, + 0x9f13, 0x53e4, 0x86ca, 0x9aa8, + 0x8c37, 0x80a1, 0x6545, 0x987e, + 0x56fa, 0x96c7, 0x522e, 0x74dc, + 0x5250, 0x5be1, 0x6302, 0x8902, + 0x4e56, 0x62d0, 0x602a, 0x68fa, + 0x5173, 0x5b98, 0x51a0, 0x89c2, + 0x7ba1, 0x9986, 0x7f50, 0x60ef, + 0x0000, 0x704c, 0x8d2f, 0x5149, + 0x5e7f, 0x901b, 0x7470, 0x89c4, + 0x572d, 0x7845, 0x5f52, 0x9f9f, + 0x95fa, 0x8f68, 0x9b3c, 0x8be1, + 0x7678, 0x6842, 0x67dc, 0x8dea, + 0x8d35, 0x523d, 0x8f8a, 0x6eda, + 0x68cd, 0x9505, 0x90ed, 0x56fd, + 0x679c, 0x88f9, 0x8fc7, 0x54c8, + 0x9ab8, 0x5b69, 0x6d77, 0x6c26, + 0x4ea5, 0x5bb3, 0x9a87, 0x9163, + 0x61a8, 0x90af, 0x97e9, 0x542b, + 0x6db5, 0x5bd2, 0x51fd, 0x558a, + 0x7f55, 0x7ff0, 0x64bc, 0x634d, + 0x65f1, 0x61be, 0x608d, 0x710a, + 0x6c57, 0x6c49, 0x592f, 0x676d, + 0x822a, 0x58d5, 0x568e, 0x8c6a, + 0x6beb, 0x90dd, 0x597d, 0x8017, + 0x53f7, 0x6d69, 0x5475, 0x559d, + 0x8377, 0x83cf, 0x6838, 0x79be, + 0x548c, 0x4f55, 0x5408, 0x76d2, + 0x8c89, 0x9602, 0x6cb3, 0x6db8, + 0x8d6b, 0x8910, 0x9e64, 0x8d3a, + 0x563f, 0x9ed1, 0x75d5, 0x5f88, + 0x72e0, 0x6068, 0x54fc, 0x4ea8, + 0x6a2a, 0x8861, 0x6052, 0x8f70, + 0x54c4, 0x70d8, 0x8679, 0x9e3f, + 0x6d2a, 0x5b8f, 0x5f18, 0x7ea2, + 0x5589, 0x4faf, 0x7334, 0x543c, + 0x539a, 0x5019, 0x540e, 0x547c, + 0x4e4e, 0x5ffd, 0x745a, 0x58f6, + 0x846b, 0x80e1, 0x8774, 0x72d0, + 0x7cca, 0x6e56, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x5f27, 0x864e, 0x552c, + 0x62a4, 0x4e92, 0x6caa, 0x6237, + 0x82b1, 0x54d7, 0x534e, 0x733e, + 0x6ed1, 0x753b, 0x5212, 0x5316, + 0x8bdd, 0x69d0, 0x5f8a, 0x6000, + 0x6dee, 0x574f, 0x6b22, 0x73af, + 0x6853, 0x8fd8, 0x7f13, 0x6362, + 0x60a3, 0x5524, 0x75ea, 0x8c62, + 0x7115, 0x6da3, 0x5ba6, 0x5e7b, + 0x8352, 0x614c, 0x9ec4, 0x78fa, + 0x8757, 0x7c27, 0x7687, 0x51f0, + 0x60f6, 0x714c, 0x6643, 0x5e4c, + 0x604d, 0x8c0e, 0x7070, 0x6325, + 0x8f89, 0x5fbd, 0x6062, 0x86d4, + 0x56de, 0x6bc1, 0x6094, 0x6167, + 0x5349, 0x60e0, 0x6666, 0x8d3f, + 0x0000, 0x79fd, 0x4f1a, 0x70e9, + 0x6c47, 0x8bb3, 0x8bf2, 0x7ed8, + 0x8364, 0x660f, 0x5a5a, 0x9b42, + 0x6d51, 0x6df7, 0x8c41, 0x6d3b, + 0x4f19, 0x706b, 0x83b7, 0x6216, + 0x60d1, 0x970d, 0x8d27, 0x7978, + 0x51fb, 0x573e, 0x57fa, 0x673a, + 0x7578, 0x7a3d, 0x79ef, 0x7b95, + 0x808c, 0x9965, 0x8ff9, 0x6fc0, + 0x8ba5, 0x9e21, 0x59ec, 0x7ee9, + 0x7f09, 0x5409, 0x6781, 0x68d8, + 0x8f91, 0x7c4d, 0x96c6, 0x53ca, + 0x6025, 0x75be, 0x6c72, 0x5373, + 0x5ac9, 0x7ea7, 0x6324, 0x51e0, + 0x810a, 0x5df1, 0x84df, 0x6280, + 0x5180, 0x5b63, 0x4f0e, 0x796d, + 0x5242, 0x60b8, 0x6d4e, 0x5bc4, + 0x5bc2, 0x8ba1, 0x8bb0, 0x65e2, + 0x5fcc, 0x9645, 0x5993, 0x7ee7, + 0x7eaa, 0x5609, 0x67b7, 0x5939, + 0x4f73, 0x5bb6, 0x52a0, 0x835a, + 0x988a, 0x8d3e, 0x7532, 0x94be, + 0x5047, 0x7a3c, 0x4ef7, 0x67b6, + 0x9a7e, 0x5ac1, 0x6b7c, 0x76d1, + 0x575a, 0x5c16, 0x7b3a, 0x95f4, + 0x714e, 0x517c, 0x80a9, 0x8270, + 0x5978, 0x7f04, 0x8327, 0x68c0, + 0x67ec, 0x78b1, 0x7877, 0x62e3, + 0x6361, 0x7b80, 0x4fed, 0x526a, + 0x51cf, 0x8350, 0x69db, 0x9274, + 0x8df5, 0x8d31, 0x89c1, 0x952e, + 0x7bad, 0x4ef6, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x5065, 0x8230, 0x5251, + 0x996f, 0x6e10, 0x6e85, 0x6da7, + 0x5efa, 0x50f5, 0x59dc, 0x5c06, + 0x6d46, 0x6c5f, 0x7586, 0x848b, + 0x6868, 0x5956, 0x8bb2, 0x5320, + 0x9171, 0x964d, 0x8549, 0x6912, + 0x7901, 0x7126, 0x80f6, 0x4ea4, + 0x90ca, 0x6d47, 0x9a84, 0x5a07, + 0x56bc, 0x6405, 0x94f0, 0x77eb, + 0x4fa5, 0x811a, 0x72e1, 0x89d2, + 0x997a, 0x7f34, 0x7ede, 0x527f, + 0x6559, 0x9175, 0x8f7f, 0x8f83, + 0x53eb, 0x7a96, 0x63ed, 0x63a5, + 0x7686, 0x79f8, 0x8857, 0x9636, + 0x622a, 0x52ab, 0x8282, 0x6854, + 0x6770, 0x6377, 0x776b, 0x7aed, + 0x0000, 0x6d01, 0x7ed3, 0x89e3, + 0x59d0, 0x6212, 0x85c9, 0x82a5, + 0x754c, 0x501f, 0x4ecb, 0x75a5, + 0x8beb, 0x5c4a, 0x5dfe, 0x7b4b, + 0x65a4, 0x91d1, 0x4eca, 0x6d25, + 0x895f, 0x7d27, 0x9526, 0x4ec5, + 0x8c28, 0x8fdb, 0x9773, 0x664b, + 0x7981, 0x8fd1, 0x70ec, 0x6d78, + 0x5c3d, 0x52b2, 0x8346, 0x5162, + 0x830e, 0x775b, 0x6676, 0x9cb8, + 0x4eac, 0x60ca, 0x7cbe, 0x7cb3, + 0x7ecf, 0x4e95, 0x8b66, 0x666f, + 0x9888, 0x9759, 0x5883, 0x656c, + 0x955c, 0x5f84, 0x75c9, 0x9756, + 0x7adf, 0x7ade, 0x51c0, 0x70af, + 0x7a98, 0x63ea, 0x7a76, 0x7ea0, + 0x7396, 0x97ed, 0x4e45, 0x7078, + 0x4e5d, 0x9152, 0x53a9, 0x6551, + 0x65e7, 0x81fc, 0x8205, 0x548e, + 0x5c31, 0x759a, 0x97a0, 0x62d8, + 0x72d9, 0x75bd, 0x5c45, 0x9a79, + 0x83ca, 0x5c40, 0x5480, 0x77e9, + 0x4e3e, 0x6cae, 0x805a, 0x62d2, + 0x636e, 0x5de8, 0x5177, 0x8ddd, + 0x8e1e, 0x952f, 0x4ff1, 0x53e5, + 0x60e7, 0x70ac, 0x5267, 0x6350, + 0x9e43, 0x5a1f, 0x5026, 0x7737, + 0x5377, 0x7ee2, 0x6485, 0x652b, + 0x6289, 0x6398, 0x5014, 0x7235, + 0x89c9, 0x51b3, 0x8bc0, 0x7edd, + 0x5747, 0x83cc, 0x94a7, 0x519b, + 0x541b, 0x5cfb, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x4fca, 0x7ae3, 0x6d5a, + 0x90e1, 0x9a8f, 0x5580, 0x5496, + 0x5361, 0x54af, 0x5f00, 0x63e9, + 0x6977, 0x51ef, 0x6168, 0x520a, + 0x582a, 0x52d8, 0x574e, 0x780d, + 0x770b, 0x5eb7, 0x6177, 0x7ce0, + 0x625b, 0x6297, 0x4ea2, 0x7095, + 0x8003, 0x62f7, 0x70e4, 0x9760, + 0x5777, 0x82db, 0x67ef, 0x68f5, + 0x78d5, 0x9897, 0x79d1, 0x58f3, + 0x54b3, 0x53ef, 0x6e34, 0x514b, + 0x523b, 0x5ba2, 0x8bfe, 0x80af, + 0x5543, 0x57a6, 0x6073, 0x5751, + 0x542d, 0x7a7a, 0x6050, 0x5b54, + 0x63a7, 0x62a0, 0x53e3, 0x6263, + 0x5bc7, 0x67af, 0x54ed, 0x7a9f, + 0x0000, 0x82e6, 0x9177, 0x5e93, + 0x88e4, 0x5938, 0x57ae, 0x630e, + 0x8de8, 0x80ef, 0x5757, 0x7b77, + 0x4fa9, 0x5feb, 0x5bbd, 0x6b3e, + 0x5321, 0x7b50, 0x72c2, 0x6846, + 0x77ff, 0x7736, 0x65f7, 0x51b5, + 0x4e8f, 0x76d4, 0x5cbf, 0x7aa5, + 0x8475, 0x594e, 0x9b41, 0x5080, + 0x9988, 0x6127, 0x6e83, 0x5764, + 0x6606, 0x6346, 0x56f0, 0x62ec, + 0x6269, 0x5ed3, 0x9614, 0x5783, + 0x62c9, 0x5587, 0x8721, 0x814a, + 0x8fa3, 0x5566, 0x83b1, 0x6765, + 0x8d56, 0x84dd, 0x5a6a, 0x680f, + 0x62e6, 0x7bee, 0x9611, 0x5170, + 0x6f9c, 0x8c30, 0x63fd, 0x89c8, + 0x61d2, 0x7f06, 0x70c2, 0x6ee5, + 0x7405, 0x6994, 0x72fc, 0x5eca, + 0x90ce, 0x6717, 0x6d6a, 0x635e, + 0x52b3, 0x7262, 0x8001, 0x4f6c, + 0x59e5, 0x916a, 0x70d9, 0x6d9d, + 0x52d2, 0x4e50, 0x96f7, 0x956d, + 0x857e, 0x78ca, 0x7d2f, 0x5121, + 0x5792, 0x64c2, 0x808b, 0x7c7b, + 0x6cea, 0x68f1, 0x695e, 0x51b7, + 0x5398, 0x68a8, 0x7281, 0x9ece, + 0x7bf1, 0x72f8, 0x79bb, 0x6f13, + 0x7406, 0x674e, 0x91cc, 0x9ca4, + 0x793c, 0x8389, 0x8354, 0x540f, + 0x6817, 0x4e3d, 0x5389, 0x52b1, + 0x783e, 0x5386, 0x5229, 0x5088, + 0x4f8b, 0x4fd0, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x75e2, 0x7acb, 0x7c92, + 0x6ca5, 0x96b6, 0x529b, 0x7483, + 0x54e9, 0x4fe9, 0x8054, 0x83b2, + 0x8fde, 0x9570, 0x5ec9, 0x601c, + 0x6d9f, 0x5e18, 0x655b, 0x8138, + 0x94fe, 0x604b, 0x70bc, 0x7ec3, + 0x7cae, 0x51c9, 0x6881, 0x7cb1, + 0x826f, 0x4e24, 0x8f86, 0x91cf, + 0x667e, 0x4eae, 0x8c05, 0x64a9, + 0x804a, 0x50da, 0x7597, 0x71ce, + 0x5be5, 0x8fbd, 0x6f66, 0x4e86, + 0x6482, 0x9563, 0x5ed6, 0x6599, + 0x5217, 0x88c2, 0x70c8, 0x52a3, + 0x730e, 0x7433, 0x6797, 0x78f7, + 0x9716, 0x4e34, 0x90bb, 0x9cde, + 0x6dcb, 0x51db, 0x8d41, 0x541d, + 0x0000, 0x62ce, 0x73b2, 0x83f1, + 0x96f6, 0x9f84, 0x94c3, 0x4f36, + 0x7f9a, 0x51cc, 0x7075, 0x9675, + 0x5cad, 0x9886, 0x53e6, 0x4ee4, + 0x6e9c, 0x7409, 0x69b4, 0x786b, + 0x998f, 0x7559, 0x5218, 0x7624, + 0x6d41, 0x67f3, 0x516d, 0x9f99, + 0x804b, 0x5499, 0x7b3c, 0x7abf, + 0x9686, 0x5784, 0x62e2, 0x9647, + 0x697c, 0x5a04, 0x6402, 0x7bd3, + 0x6f0f, 0x964b, 0x82a6, 0x5362, + 0x9885, 0x5e90, 0x7089, 0x63b3, + 0x5364, 0x864f, 0x9c81, 0x9e93, + 0x788c, 0x9732, 0x8def, 0x8d42, + 0x9e7f, 0x6f5e, 0x7984, 0x5f55, + 0x9646, 0x622e, 0x9a74, 0x5415, + 0x94dd, 0x4fa3, 0x65c5, 0x5c65, + 0x5c61, 0x7f15, 0x8651, 0x6c2f, + 0x5f8b, 0x7387, 0x6ee4, 0x7eff, + 0x5ce6, 0x631b, 0x5b6a, 0x6ee6, + 0x5375, 0x4e71, 0x63a0, 0x7565, + 0x62a1, 0x8f6e, 0x4f26, 0x4ed1, + 0x6ca6, 0x7eb6, 0x8bba, 0x841d, + 0x87ba, 0x7f57, 0x903b, 0x9523, + 0x7ba9, 0x9aa1, 0x88f8, 0x843d, + 0x6d1b, 0x9a86, 0x7edc, 0x5988, + 0x9ebb, 0x739b, 0x7801, 0x8682, + 0x9a6c, 0x9a82, 0x561b, 0x5417, + 0x57cb, 0x4e70, 0x9ea6, 0x5356, + 0x8fc8, 0x8109, 0x7792, 0x9992, + 0x86ee, 0x6ee1, 0x8513, 0x66fc, + 0x6162, 0x6f2b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x8c29, 0x8292, 0x832b, + 0x76f2, 0x6c13, 0x5fd9, 0x83bd, + 0x732b, 0x8305, 0x951a, 0x6bdb, + 0x77db, 0x94c6, 0x536f, 0x8302, + 0x5192, 0x5e3d, 0x8c8c, 0x8d38, + 0x4e48, 0x73ab, 0x679a, 0x6885, + 0x9176, 0x9709, 0x7164, 0x6ca1, + 0x7709, 0x5a92, 0x9541, 0x6bcf, + 0x7f8e, 0x6627, 0x5bd0, 0x59b9, + 0x5a9a, 0x95e8, 0x95f7, 0x4eec, + 0x840c, 0x8499, 0x6aac, 0x76df, + 0x9530, 0x731b, 0x68a6, 0x5b5f, + 0x772f, 0x919a, 0x9761, 0x7cdc, + 0x8ff7, 0x8c1c, 0x5f25, 0x7c73, + 0x79d8, 0x89c5, 0x6ccc, 0x871c, + 0x5bc6, 0x5e42, 0x68c9, 0x7720, + 0x0000, 0x7ef5, 0x5195, 0x514d, + 0x52c9, 0x5a29, 0x7f05, 0x9762, + 0x82d7, 0x63cf, 0x7784, 0x85d0, + 0x79d2, 0x6e3a, 0x5e99, 0x5999, + 0x8511, 0x706d, 0x6c11, 0x62bf, + 0x76bf, 0x654f, 0x60af, 0x95fd, + 0x660e, 0x879f, 0x9e23, 0x94ed, + 0x540d, 0x547d, 0x8c2c, 0x6478, + 0x6479, 0x8611, 0x6a21, 0x819c, + 0x78e8, 0x6469, 0x9b54, 0x62b9, + 0x672b, 0x83ab, 0x58a8, 0x9ed8, + 0x6cab, 0x6f20, 0x5bde, 0x964c, + 0x8c0b, 0x725f, 0x67d0, 0x62c7, + 0x7261, 0x4ea9, 0x59c6, 0x6bcd, + 0x5893, 0x66ae, 0x5e55, 0x52df, + 0x6155, 0x6728, 0x76ee, 0x7766, + 0x7267, 0x7a46, 0x62ff, 0x54ea, + 0x5450, 0x94a0, 0x90a3, 0x5a1c, + 0x7eb3, 0x6c16, 0x4e43, 0x5976, + 0x8010, 0x5948, 0x5357, 0x7537, + 0x96be, 0x56ca, 0x6320, 0x8111, + 0x607c, 0x95f9, 0x6dd6, 0x5462, + 0x9981, 0x5185, 0x5ae9, 0x80fd, + 0x59ae, 0x9713, 0x502a, 0x6ce5, + 0x5c3c, 0x62df, 0x4f60, 0x533f, + 0x817b, 0x9006, 0x6eba, 0x852b, + 0x62c8, 0x5e74, 0x78be, 0x64b5, + 0x637b, 0x5ff5, 0x5a18, 0x917f, + 0x9e1f, 0x5c3f, 0x634f, 0x8042, + 0x5b7d, 0x556e, 0x954a, 0x954d, + 0x6d85, 0x60a8, 0x67e0, 0x72de, + 0x51dd, 0x5b81, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x62e7, 0x6cde, 0x725b, + 0x626d, 0x94ae, 0x7ebd, 0x8113, + 0x6d53, 0x519c, 0x5f04, 0x5974, + 0x52aa, 0x6012, 0x5973, 0x6696, + 0x8650, 0x759f, 0x632a, 0x61e6, + 0x7cef, 0x8bfa, 0x54e6, 0x6b27, + 0x9e25, 0x6bb4, 0x85d5, 0x5455, + 0x5076, 0x6ca4, 0x556a, 0x8db4, + 0x722c, 0x5e15, 0x6015, 0x7436, + 0x62cd, 0x6392, 0x724c, 0x5f98, + 0x6e43, 0x6d3e, 0x6500, 0x6f58, + 0x76d8, 0x78d0, 0x76fc, 0x7554, + 0x5224, 0x53db, 0x4e53, 0x5e9e, + 0x65c1, 0x802a, 0x80d6, 0x629b, + 0x5486, 0x5228, 0x70ae, 0x888d, + 0x8dd1, 0x6ce1, 0x5478, 0x80da, + 0x0000, 0x57f9, 0x88f4, 0x8d54, + 0x966a, 0x914d, 0x4f69, 0x6c9b, + 0x55b7, 0x76c6, 0x7830, 0x62a8, + 0x70f9, 0x6f8e, 0x5f6d, 0x84ec, + 0x68da, 0x787c, 0x7bf7, 0x81a8, + 0x670b, 0x9e4f, 0x6367, 0x78b0, + 0x576f, 0x7812, 0x9739, 0x6279, + 0x62ab, 0x5288, 0x7435, 0x6bd7, + 0x5564, 0x813e, 0x75b2, 0x76ae, + 0x5339, 0x75de, 0x50fb, 0x5c41, + 0x8b6c, 0x7bc7, 0x504f, 0x7247, + 0x9a97, 0x98d8, 0x6f02, 0x74e2, + 0x7968, 0x6487, 0x77a5, 0x62fc, + 0x9891, 0x8d2b, 0x54c1, 0x8058, + 0x4e52, 0x576a, 0x82f9, 0x840d, + 0x5e73, 0x51ed, 0x74f6, 0x8bc4, + 0x5c4f, 0x5761, 0x6cfc, 0x9887, + 0x5a46, 0x7834, 0x9b44, 0x8feb, + 0x7c95, 0x5256, 0x6251, 0x94fa, + 0x4ec6, 0x8386, 0x8461, 0x83e9, + 0x84b2, 0x57d4, 0x6734, 0x5703, + 0x666e, 0x6d66, 0x8c31, 0x66dd, + 0x7011, 0x671f, 0x6b3a, 0x6816, + 0x621a, 0x59bb, 0x4e03, 0x51c4, + 0x6f06, 0x67d2, 0x6c8f, 0x5176, + 0x68cb, 0x5947, 0x6b67, 0x7566, + 0x5d0e, 0x8110, 0x9f50, 0x65d7, + 0x7948, 0x7941, 0x9a91, 0x8d77, + 0x5c82, 0x4e5e, 0x4f01, 0x542f, + 0x5951, 0x780c, 0x5668, 0x6c14, + 0x8fc4, 0x5f03, 0x6c7d, 0x6ce3, + 0x8bab, 0x6390, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x6070, 0x6d3d, 0x7275, + 0x6266, 0x948e, 0x94c5, 0x5343, + 0x8fc1, 0x7b7e, 0x4edf, 0x8c26, + 0x4e7e, 0x9ed4, 0x94b1, 0x94b3, + 0x524d, 0x6f5c, 0x9063, 0x6d45, + 0x8c34, 0x5811, 0x5d4c, 0x6b20, + 0x6b49, 0x67aa, 0x545b, 0x8154, + 0x7f8c, 0x5899, 0x8537, 0x5f3a, + 0x62a2, 0x6a47, 0x9539, 0x6572, + 0x6084, 0x6865, 0x77a7, 0x4e54, + 0x4fa8, 0x5de7, 0x9798, 0x64ac, + 0x7fd8, 0x5ced, 0x4fcf, 0x7a8d, + 0x5207, 0x8304, 0x4e14, 0x602f, + 0x7a83, 0x94a6, 0x4fb5, 0x4eb2, + 0x79e6, 0x7434, 0x52e4, 0x82b9, + 0x64d2, 0x79bd, 0x5bdd, 0x6c81, + 0x0000, 0x9752, 0x8f7b, 0x6c22, + 0x503e, 0x537f, 0x6e05, 0x64ce, + 0x6674, 0x6c30, 0x60c5, 0x9877, + 0x8bf7, 0x5e86, 0x743c, 0x7a77, + 0x79cb, 0x4e18, 0x90b1, 0x7403, + 0x6c42, 0x56da, 0x914b, 0x6cc5, + 0x8d8b, 0x533a, 0x86c6, 0x66f2, + 0x8eaf, 0x5c48, 0x9a71, 0x6e20, + 0x53d6, 0x5a36, 0x9f8b, 0x8da3, + 0x53bb, 0x5708, 0x98a7, 0x6743, + 0x919b, 0x6cc9, 0x5168, 0x75ca, + 0x62f3, 0x72ac, 0x5238, 0x529d, + 0x7f3a, 0x7094, 0x7638, 0x5374, + 0x9e4a, 0x69b7, 0x786e, 0x96c0, + 0x88d9, 0x7fa4, 0x7136, 0x71c3, + 0x5189, 0x67d3, 0x74e4, 0x58e4, + 0x6518, 0x56b7, 0x8ba9, 0x9976, + 0x6270, 0x7ed5, 0x60f9, 0x70ed, + 0x58ec, 0x4ec1, 0x4eba, 0x5fcd, + 0x97e7, 0x4efb, 0x8ba4, 0x5203, + 0x598a, 0x7eab, 0x6254, 0x4ecd, + 0x65e5, 0x620e, 0x8338, 0x84c9, + 0x8363, 0x878d, 0x7194, 0x6eb6, + 0x5bb9, 0x7ed2, 0x5197, 0x63c9, + 0x67d4, 0x8089, 0x8339, 0x8815, + 0x5112, 0x5b7a, 0x5982, 0x8fb1, + 0x4e73, 0x6c5d, 0x5165, 0x8925, + 0x8f6f, 0x962e, 0x854a, 0x745e, + 0x9510, 0x95f0, 0x6da6, 0x82e5, + 0x5f31, 0x6492, 0x6d12, 0x8428, + 0x816e, 0x9cc3, 0x585e, 0x8d5b, + 0x4e09, 0x53c1, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x4f1e, 0x6563, 0x6851, + 0x55d3, 0x4e27, 0x6414, 0x9a9a, + 0x626b, 0x5ac2, 0x745f, 0x8272, + 0x6da9, 0x68ee, 0x50e7, 0x838e, + 0x7802, 0x6740, 0x5239, 0x6c99, + 0x7eb1, 0x50bb, 0x5565, 0x715e, + 0x7b5b, 0x6652, 0x73ca, 0x82eb, + 0x6749, 0x5c71, 0x5220, 0x717d, + 0x886b, 0x95ea, 0x9655, 0x64c5, + 0x8d61, 0x81b3, 0x5584, 0x6c55, + 0x6247, 0x7f2e, 0x5892, 0x4f24, + 0x5546, 0x8d4f, 0x664c, 0x4e0a, + 0x5c1a, 0x88f3, 0x68a2, 0x634e, + 0x7a0d, 0x70e7, 0x828d, 0x52fa, + 0x97f6, 0x5c11, 0x54e8, 0x90b5, + 0x7ecd, 0x5962, 0x8d4a, 0x86c7, + 0x0000, 0x820c, 0x820d, 0x8d66, + 0x6444, 0x5c04, 0x6151, 0x6d89, + 0x793e, 0x8bbe, 0x7837, 0x7533, + 0x547b, 0x4f38, 0x8eab, 0x6df1, + 0x5a20, 0x7ec5, 0x795e, 0x6c88, + 0x5ba1, 0x5a76, 0x751a, 0x80be, + 0x614e, 0x6e17, 0x58f0, 0x751f, + 0x7525, 0x7272, 0x5347, 0x7ef3, + 0x7701, 0x76db, 0x5269, 0x80dc, + 0x5723, 0x5e08, 0x5931, 0x72ee, + 0x65bd, 0x6e7f, 0x8bd7, 0x5c38, + 0x8671, 0x5341, 0x77f3, 0x62fe, + 0x65f6, 0x4ec0, 0x98df, 0x8680, + 0x5b9e, 0x8bc6, 0x53f2, 0x77e2, + 0x4f7f, 0x5c4e, 0x9a76, 0x59cb, + 0x5f0f, 0x793a, 0x58eb, 0x4e16, + 0x67ff, 0x4e8b, 0x62ed, 0x8a93, + 0x901d, 0x52bf, 0x662f, 0x55dc, + 0x566c, 0x9002, 0x4ed5, 0x4f8d, + 0x91ca, 0x9970, 0x6c0f, 0x5e02, + 0x6043, 0x5ba4, 0x89c6, 0x8bd5, + 0x6536, 0x624b, 0x9996, 0x5b88, + 0x5bff, 0x6388, 0x552e, 0x53d7, + 0x7626, 0x517d, 0x852c, 0x67a2, + 0x68b3, 0x6b8a, 0x6292, 0x8f93, + 0x53d4, 0x8212, 0x6dd1, 0x758f, + 0x4e66, 0x8d4e, 0x5b70, 0x719f, + 0x85af, 0x6691, 0x66d9, 0x7f72, + 0x8700, 0x9ecd, 0x9f20, 0x5c5e, + 0x672f, 0x8ff0, 0x6811, 0x675f, + 0x620d, 0x7ad6, 0x5885, 0x5eb6, + 0x6570, 0x6f31, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x6055, 0x5237, 0x800d, + 0x6454, 0x8870, 0x7529, 0x5e05, + 0x6813, 0x62f4, 0x971c, 0x53cc, + 0x723d, 0x8c01, 0x6c34, 0x7761, + 0x7a0e, 0x542e, 0x77ac, 0x987a, + 0x821c, 0x8bf4, 0x7855, 0x6714, + 0x70c1, 0x65af, 0x6495, 0x5636, + 0x601d, 0x79c1, 0x53f8, 0x4e1d, + 0x6b7b, 0x8086, 0x5bfa, 0x55e3, + 0x56db, 0x4f3a, 0x4f3c, 0x9972, + 0x5df3, 0x677e, 0x8038, 0x6002, + 0x9882, 0x9001, 0x5b8b, 0x8bbc, + 0x8bf5, 0x641c, 0x8258, 0x64de, + 0x55fd, 0x82cf, 0x9165, 0x4fd7, + 0x7d20, 0x901f, 0x7c9f, 0x50f3, + 0x5851, 0x6eaf, 0x5bbf, 0x8bc9, + 0x0000, 0x8083, 0x9178, 0x849c, + 0x7b97, 0x867d, 0x968b, 0x968f, + 0x7ee5, 0x9ad3, 0x788e, 0x5c81, + 0x7a57, 0x9042, 0x96a7, 0x795f, + 0x5b59, 0x635f, 0x7b0b, 0x84d1, + 0x68ad, 0x5506, 0x7f29, 0x7410, + 0x7d22, 0x9501, 0x6240, 0x584c, + 0x4ed6, 0x5b83, 0x5979, 0x5854, + 0x736d, 0x631e, 0x8e4b, 0x8e0f, + 0x80ce, 0x82d4, 0x62ac, 0x53f0, + 0x6cf0, 0x915e, 0x592a, 0x6001, + 0x6c70, 0x574d, 0x644a, 0x8d2a, + 0x762b, 0x6ee9, 0x575b, 0x6a80, + 0x75f0, 0x6f6d, 0x8c2d, 0x8c08, + 0x5766, 0x6bef, 0x8892, 0x78b3, + 0x63a2, 0x53f9, 0x70ad, 0x6c64, + 0x5858, 0x642a, 0x5802, 0x68e0, + 0x819b, 0x5510, 0x7cd6, 0x5018, + 0x8eba, 0x6dcc, 0x8d9f, 0x70eb, + 0x638f, 0x6d9b, 0x6ed4, 0x7ee6, + 0x8404, 0x6843, 0x9003, 0x6dd8, + 0x9676, 0x8ba8, 0x5957, 0x7279, + 0x85e4, 0x817e, 0x75bc, 0x8a8a, + 0x68af, 0x5254, 0x8e22, 0x9511, + 0x63d0, 0x9898, 0x8e44, 0x557c, + 0x4f53, 0x66ff, 0x568f, 0x60d5, + 0x6d95, 0x5243, 0x5c49, 0x5929, + 0x6dfb, 0x586b, 0x7530, 0x751c, + 0x606c, 0x8214, 0x8146, 0x6311, + 0x6761, 0x8fe2, 0x773a, 0x8df3, + 0x8d34, 0x94c1, 0x5e16, 0x5385, + 0x542c, 0x70c3, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x6c40, 0x5ef7, 0x505c, + 0x4ead, 0x5ead, 0x633a, 0x8247, + 0x901a, 0x6850, 0x916e, 0x77b3, + 0x540c, 0x94dc, 0x5f64, 0x7ae5, + 0x6876, 0x6345, 0x7b52, 0x7edf, + 0x75db, 0x5077, 0x6295, 0x5934, + 0x900f, 0x51f8, 0x79c3, 0x7a81, + 0x56fe, 0x5f92, 0x9014, 0x6d82, + 0x5c60, 0x571f, 0x5410, 0x5154, + 0x6e4d, 0x56e2, 0x63a8, 0x9893, + 0x817f, 0x8715, 0x892a, 0x9000, + 0x541e, 0x5c6f, 0x81c0, 0x62d6, + 0x6258, 0x8131, 0x9e35, 0x9640, + 0x9a6e, 0x9a7c, 0x692d, 0x59a5, + 0x62d3, 0x553e, 0x6316, 0x54c7, + 0x86d9, 0x6d3c, 0x5a03, 0x74e6, + 0x0000, 0x889c, 0x6b6a, 0x5916, + 0x8c4c, 0x5f2f, 0x6e7e, 0x73a9, + 0x987d, 0x4e38, 0x70f7, 0x5b8c, + 0x7897, 0x633d, 0x665a, 0x7696, + 0x60cb, 0x5b9b, 0x5a49, 0x4e07, + 0x8155, 0x6c6a, 0x738b, 0x4ea1, + 0x6789, 0x7f51, 0x5f80, 0x65fa, + 0x671b, 0x5fd8, 0x5984, 0x5a01, + 0x5dcd, 0x5fae, 0x5371, 0x97e6, + 0x8fdd, 0x6845, 0x56f4, 0x552f, + 0x60df, 0x4e3a, 0x6f4d, 0x7ef4, + 0x82c7, 0x840e, 0x59d4, 0x4f1f, + 0x4f2a, 0x5c3e, 0x7eac, 0x672a, + 0x851a, 0x5473, 0x754f, 0x80c3, + 0x5582, 0x9b4f, 0x4f4d, 0x6e2d, + 0x8c13, 0x5c09, 0x6170, 0x536b, + 0x761f, 0x6e29, 0x868a, 0x6587, + 0x95fb, 0x7eb9, 0x543b, 0x7a33, + 0x7d0a, 0x95ee, 0x55e1, 0x7fc1, + 0x74ee, 0x631d, 0x8717, 0x6da1, + 0x7a9d, 0x6211, 0x65a1, 0x5367, + 0x63e1, 0x6c83, 0x5deb, 0x545c, + 0x94a8, 0x4e4c, 0x6c61, 0x8bec, + 0x5c4b, 0x65e0, 0x829c, 0x68a7, + 0x543e, 0x5434, 0x6bcb, 0x6b66, + 0x4e94, 0x6342, 0x5348, 0x821e, + 0x4f0d, 0x4fae, 0x575e, 0x620a, + 0x96fe, 0x6664, 0x7269, 0x52ff, + 0x52a1, 0x609f, 0x8bef, 0x6614, + 0x7199, 0x6790, 0x897f, 0x7852, + 0x77fd, 0x6670, 0x563b, 0x5438, + 0x9521, 0x727a, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x7a00, 0x606f, 0x5e0c, + 0x6089, 0x819d, 0x5915, 0x60dc, + 0x7184, 0x70ef, 0x6eaa, 0x6c50, + 0x7280, 0x6a84, 0x88ad, 0x5e2d, + 0x4e60, 0x5ab3, 0x559c, 0x94e3, + 0x6d17, 0x7cfb, 0x9699, 0x620f, + 0x7ec6, 0x778e, 0x867e, 0x5323, + 0x971e, 0x8f96, 0x6687, 0x5ce1, + 0x4fa0, 0x72ed, 0x4e0b, 0x53a6, + 0x590f, 0x5413, 0x6380, 0x9528, + 0x5148, 0x4ed9, 0x9c9c, 0x7ea4, + 0x54b8, 0x8d24, 0x8854, 0x8237, + 0x95f2, 0x6d8e, 0x5f26, 0x5acc, + 0x663e, 0x9669, 0x73b0, 0x732e, + 0x53bf, 0x817a, 0x9985, 0x7fa1, + 0x5baa, 0x9677, 0x9650, 0x7ebf, + 0x0000, 0x76f8, 0x53a2, 0x9576, + 0x9999, 0x7bb1, 0x8944, 0x6e58, + 0x4e61, 0x7fd4, 0x7965, 0x8be6, + 0x60f3, 0x54cd, 0x4eab, 0x9879, + 0x5df7, 0x6a61, 0x50cf, 0x5411, + 0x8c61, 0x8427, 0x785d, 0x9704, + 0x524a, 0x54ee, 0x56a3, 0x9500, + 0x6d88, 0x5bb5, 0x6dc6, 0x6653, + 0x5c0f, 0x5b5d, 0x6821, 0x8096, + 0x5578, 0x7b11, 0x6548, 0x6954, + 0x4e9b, 0x6b47, 0x874e, 0x978b, + 0x534f, 0x631f, 0x643a, 0x90aa, + 0x659c, 0x80c1, 0x8c10, 0x5199, + 0x68b0, 0x5378, 0x87f9, 0x61c8, + 0x6cc4, 0x6cfb, 0x8c22, 0x5c51, + 0x85aa, 0x82af, 0x950c, 0x6b23, + 0x8f9b, 0x65b0, 0x5ffb, 0x5fc3, + 0x4fe1, 0x8845, 0x661f, 0x8165, + 0x7329, 0x60fa, 0x5174, 0x5211, + 0x578b, 0x5f62, 0x90a2, 0x884c, + 0x9192, 0x5e78, 0x674f, 0x6027, + 0x59d3, 0x5144, 0x51f6, 0x80f8, + 0x5308, 0x6c79, 0x96c4, 0x718a, + 0x4f11, 0x4fee, 0x7f9e, 0x673d, + 0x55c5, 0x9508, 0x79c0, 0x8896, + 0x7ee3, 0x589f, 0x620c, 0x9700, + 0x865a, 0x5618, 0x987b, 0x5f90, + 0x8bb8, 0x84c4, 0x9157, 0x53d9, + 0x65ed, 0x5e8f, 0x755c, 0x6064, + 0x7d6e, 0x5a7f, 0x7eea, 0x7eed, + 0x8f69, 0x55a7, 0x5ba3, 0x60ac, + 0x65cb, 0x7384, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x9009, 0x7663, 0x7729, + 0x7eda, 0x9774, 0x859b, 0x5b66, + 0x7a74, 0x96ea, 0x8840, 0x52cb, + 0x718f, 0x5faa, 0x65ec, 0x8be2, + 0x5bfb, 0x9a6f, 0x5de1, 0x6b89, + 0x6c5b, 0x8bad, 0x8baf, 0x900a, + 0x8fc5, 0x538b, 0x62bc, 0x9e26, + 0x9e2d, 0x5440, 0x4e2b, 0x82bd, + 0x7259, 0x869c, 0x5d16, 0x8859, + 0x6daf, 0x96c5, 0x54d1, 0x4e9a, + 0x8bb6, 0x7109, 0x54bd, 0x9609, + 0x70df, 0x6df9, 0x76d0, 0x4e25, + 0x7814, 0x8712, 0x5ca9, 0x5ef6, + 0x8a00, 0x989c, 0x960e, 0x708e, + 0x6cbf, 0x5944, 0x63a9, 0x773c, + 0x884d, 0x6f14, 0x8273, 0x5830, + 0x0000, 0x71d5, 0x538c, 0x781a, + 0x96c1, 0x5501, 0x5f66, 0x7130, + 0x5bb4, 0x8c1a, 0x9a8c, 0x6b83, + 0x592e, 0x9e2f, 0x79e7, 0x6768, + 0x626c, 0x4f6f, 0x75a1, 0x7f8a, + 0x6d0b, 0x9633, 0x6c27, 0x4ef0, + 0x75d2, 0x517b, 0x6837, 0x6f3e, + 0x9080, 0x8170, 0x5996, 0x7476, + 0x6447, 0x5c27, 0x9065, 0x7a91, + 0x8c23, 0x59da, 0x54ac, 0x8200, + 0x836f, 0x8981, 0x8000, 0x6930, + 0x564e, 0x8036, 0x7237, 0x91ce, + 0x51b6, 0x4e5f, 0x9875, 0x6396, + 0x4e1a, 0x53f6, 0x66f3, 0x814b, + 0x591c, 0x6db2, 0x4e00, 0x58f9, + 0x533b, 0x63d6, 0x94f1, 0x4f9d, + 0x4f0a, 0x8863, 0x9890, 0x5937, + 0x9057, 0x79fb, 0x4eea, 0x80f0, + 0x7591, 0x6c82, 0x5b9c, 0x59e8, + 0x5f5d, 0x6905, 0x8681, 0x501a, + 0x5df2, 0x4e59, 0x77e3, 0x4ee5, + 0x827a, 0x6291, 0x6613, 0x9091, + 0x5c79, 0x4ebf, 0x5f79, 0x81c6, + 0x9038, 0x8084, 0x75ab, 0x4ea6, + 0x88d4, 0x610f, 0x6bc5, 0x5fc6, + 0x4e49, 0x76ca, 0x6ea2, 0x8be3, + 0x8bae, 0x8c0a, 0x8bd1, 0x5f02, + 0x7ffc, 0x7fcc, 0x7ece, 0x8335, + 0x836b, 0x56e0, 0x6bb7, 0x97f3, + 0x9634, 0x59fb, 0x541f, 0x94f6, + 0x6deb, 0x5bc5, 0x996e, 0x5c39, + 0x5f15, 0x9690, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x5370, 0x82f1, 0x6a31, + 0x5a74, 0x9e70, 0x5e94, 0x7f28, + 0x83b9, 0x8424, 0x8425, 0x8367, + 0x8747, 0x8fce, 0x8d62, 0x76c8, + 0x5f71, 0x9896, 0x786c, 0x6620, + 0x54df, 0x62e5, 0x4f63, 0x81c3, + 0x75c8, 0x5eb8, 0x96cd, 0x8e0a, + 0x86f9, 0x548f, 0x6cf3, 0x6d8c, + 0x6c38, 0x607f, 0x52c7, 0x7528, + 0x5e7d, 0x4f18, 0x60a0, 0x5fe7, + 0x5c24, 0x7531, 0x90ae, 0x94c0, + 0x72b9, 0x6cb9, 0x6e38, 0x9149, + 0x6709, 0x53cb, 0x53f3, 0x4f51, + 0x91c9, 0x8bf1, 0x53c8, 0x5e7c, + 0x8fc2, 0x6de4, 0x4e8e, 0x76c2, + 0x6986, 0x865e, 0x611a, 0x8206, + 0x0000, 0x4f59, 0x4fde, 0x903e, + 0x9c7c, 0x6109, 0x6e1d, 0x6e14, + 0x9685, 0x4e88, 0x5a31, 0x96e8, + 0x4e0e, 0x5c7f, 0x79b9, 0x5b87, + 0x8bed, 0x7fbd, 0x7389, 0x57df, + 0x828b, 0x90c1, 0x5401, 0x9047, + 0x55bb, 0x5cea, 0x5fa1, 0x6108, + 0x6b32, 0x72f1, 0x80b2, 0x8a89, + 0x6d74, 0x5bd3, 0x88d5, 0x9884, + 0x8c6b, 0x9a6d, 0x9e33, 0x6e0a, + 0x51a4, 0x5143, 0x57a3, 0x8881, + 0x539f, 0x63f4, 0x8f95, 0x56ed, + 0x5458, 0x5706, 0x733f, 0x6e90, + 0x7f18, 0x8fdc, 0x82d1, 0x613f, + 0x6028, 0x9662, 0x66f0, 0x7ea6, + 0x8d8a, 0x8dc3, 0x94a5, 0x5cb3, + 0x7ca4, 0x6708, 0x60a6, 0x9605, + 0x8018, 0x4e91, 0x90e7, 0x5300, + 0x9668, 0x5141, 0x8fd0, 0x8574, + 0x915d, 0x6655, 0x97f5, 0x5b55, + 0x531d, 0x7838, 0x6742, 0x683d, + 0x54c9, 0x707e, 0x5bb0, 0x8f7d, + 0x518d, 0x5728, 0x54b1, 0x6512, + 0x6682, 0x8d5e, 0x8d43, 0x810f, + 0x846c, 0x906d, 0x7cdf, 0x51ff, + 0x85fb, 0x67a3, 0x65e9, 0x6fa1, + 0x86a4, 0x8e81, 0x566a, 0x9020, + 0x7682, 0x7076, 0x71e5, 0x8d23, + 0x62e9, 0x5219, 0x6cfd, 0x8d3c, + 0x600e, 0x589e, 0x618e, 0x66fe, + 0x8d60, 0x624e, 0x55b3, 0x6e23, + 0x672d, 0x8f67, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x94e1, 0x95f8, 0x7728, + 0x6805, 0x69a8, 0x548b, 0x4e4d, + 0x70b8, 0x8bc8, 0x6458, 0x658b, + 0x5b85, 0x7a84, 0x503a, 0x5be8, + 0x77bb, 0x6be1, 0x8a79, 0x7c98, + 0x6cbe, 0x76cf, 0x65a9, 0x8f97, + 0x5d2d, 0x5c55, 0x8638, 0x6808, + 0x5360, 0x6218, 0x7ad9, 0x6e5b, + 0x7efd, 0x6a1f, 0x7ae0, 0x5f70, + 0x6f33, 0x5f20, 0x638c, 0x6da8, + 0x6756, 0x4e08, 0x5e10, 0x8d26, + 0x4ed7, 0x80c0, 0x7634, 0x969c, + 0x62db, 0x662d, 0x627e, 0x6cbc, + 0x8d75, 0x7167, 0x7f69, 0x5146, + 0x8087, 0x53ec, 0x906e, 0x6298, + 0x54f2, 0x86f0, 0x8f99, 0x8005, + 0x0000, 0x9517, 0x8517, 0x8fd9, + 0x6d59, 0x73cd, 0x659f, 0x771f, + 0x7504, 0x7827, 0x81fb, 0x8d1e, + 0x9488, 0x4fa6, 0x6795, 0x75b9, + 0x8bca, 0x9707, 0x632f, 0x9547, + 0x9635, 0x84b8, 0x6323, 0x7741, + 0x5f81, 0x72f0, 0x4e89, 0x6014, + 0x6574, 0x62ef, 0x6b63, 0x653f, + 0x5e27, 0x75c7, 0x90d1, 0x8bc1, + 0x829d, 0x679d, 0x652f, 0x5431, + 0x8718, 0x77e5, 0x80a2, 0x8102, + 0x6c41, 0x4e4b, 0x7ec7, 0x804c, + 0x76f4, 0x690d, 0x6b96, 0x6267, + 0x503c, 0x4f84, 0x5740, 0x6307, + 0x6b62, 0x8dbe, 0x53ea, 0x65e8, + 0x7eb8, 0x5fd7, 0x631a, 0x63b7, + 0x81f3, 0x81f4, 0x7f6e, 0x5e1c, + 0x5cd9, 0x5236, 0x667a, 0x79e9, + 0x7a1a, 0x8d28, 0x7099, 0x75d4, + 0x6ede, 0x6cbb, 0x7a92, 0x4e2d, + 0x76c5, 0x5fe0, 0x949f, 0x8877, + 0x7ec8, 0x79cd, 0x80bf, 0x91cd, + 0x4ef2, 0x4f17, 0x821f, 0x5468, + 0x5dde, 0x6d32, 0x8bcc, 0x7ca5, + 0x8f74, 0x8098, 0x5e1a, 0x5492, + 0x76b1, 0x5b99, 0x663c, 0x9aa4, + 0x73e0, 0x682a, 0x86db, 0x6731, + 0x732a, 0x8bf8, 0x8bdb, 0x9010, + 0x7af9, 0x70db, 0x716e, 0x62c4, + 0x77a9, 0x5631, 0x4e3b, 0x8457, + 0x67f1, 0x52a9, 0x86c0, 0x8d2e, + 0x94f8, 0x7b51, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x4f4f, 0x6ce8, 0x795d, + 0x9a7b, 0x6293, 0x722a, 0x62fd, + 0x4e13, 0x7816, 0x8f6c, 0x64b0, + 0x8d5a, 0x7bc6, 0x6869, 0x5e84, + 0x88c5, 0x5986, 0x649e, 0x58ee, + 0x72b6, 0x690e, 0x9525, 0x8ffd, + 0x8d58, 0x5760, 0x7f00, 0x8c06, + 0x51c6, 0x6349, 0x62d9, 0x5353, + 0x684c, 0x7422, 0x8301, 0x914c, + 0x5544, 0x7740, 0x707c, 0x6d4a, + 0x5179, 0x54a8, 0x8d44, 0x59ff, + 0x6ecb, 0x6dc4, 0x5b5c, 0x7d2b, + 0x4ed4, 0x7c7d, 0x6ed3, 0x5b50, + 0x81ea, 0x6e0d, 0x5b57, 0x9b03, + 0x68d5, 0x8e2a, 0x5b97, 0x7efc, + 0x603b, 0x7eb5, 0x90b9, 0x8d70, + 0x0000, 0x594f, 0x63cd, 0x79df, + 0x8db3, 0x5352, 0x65cf, 0x7956, + 0x8bc5, 0x963b, 0x7ec4, 0x94bb, + 0x7e82, 0x5634, 0x9189, 0x6700, + 0x7f6a, 0x5c0a, 0x9075, 0x6628, + 0x5de6, 0x4f50, 0x67de, 0x505a, + 0x4f5c, 0x5750, 0x5ea7, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x4e8d, 0x4e0c, 0x5140, 0x4e10, + 0x5eff, 0x5345, 0x4e15, 0x4e98, + 0x4e1e, 0x9b32, 0x5b6c, 0x5669, + 0x4e28, 0x79ba, 0x4e3f, 0x5315, + 0x4e47, 0x592d, 0x723b, 0x536e, + 0x6c10, 0x56df, 0x80e4, 0x9997, + 0x6bd3, 0x777e, 0x9f17, 0x4e36, + 0x4e9f, 0x9f10, 0x4e5c, 0x4e69, + 0x4e93, 0x8288, 0x5b5b, 0x556c, + 0x560f, 0x4ec4, 0x538d, 0x539d, + 0x53a3, 0x53a5, 0x53ae, 0x9765, + 0x8d5d, 0x531a, 0x53f5, 0x5326, + 0x532e, 0x533e, 0x8d5c, 0x5366, + 0x5363, 0x5202, 0x5208, 0x520e, + 0x522d, 0x5233, 0x523f, 0x5240, + 0x524c, 0x525e, 0x5261, 0x525c, + 0x84af, 0x527d, 0x5282, 0x5281, + 0x5290, 0x5293, 0x5182, 0x7f54, + 0x4ebb, 0x4ec3, 0x4ec9, 0x4ec2, + 0x4ee8, 0x4ee1, 0x4eeb, 0x4ede, + 0x4f1b, 0x4ef3, 0x4f22, 0x4f64, + 0x4ef5, 0x4f25, 0x4f27, 0x4f09, + 0x4f2b, 0x4f5e, 0x4f67, 0x6538, + 0x4f5a, 0x4f5d, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x4f5f, 0x4f57, 0x4f32, + 0x4f3d, 0x4f76, 0x4f74, 0x4f91, + 0x4f89, 0x4f83, 0x4f8f, 0x4f7e, + 0x4f7b, 0x4faa, 0x4f7c, 0x4fac, + 0x4f94, 0x4fe6, 0x4fe8, 0x4fea, + 0x4fc5, 0x4fda, 0x4fe3, 0x4fdc, + 0x4fd1, 0x4fdf, 0x4ff8, 0x5029, + 0x504c, 0x4ff3, 0x502c, 0x500f, + 0x502e, 0x502d, 0x4ffe, 0x501c, + 0x500c, 0x5025, 0x5028, 0x507e, + 0x5043, 0x5055, 0x5048, 0x504e, + 0x506c, 0x507b, 0x50a5, 0x50a7, + 0x50a9, 0x50ba, 0x50d6, 0x5106, + 0x50ed, 0x50ec, 0x50e6, 0x50ee, + 0x5107, 0x510b, 0x4edd, 0x6c3d, + 0x4f58, 0x4f65, 0x4fce, 0x9fa0, + 0x0000, 0x6c46, 0x7c74, 0x516e, + 0x5dfd, 0x9ec9, 0x9998, 0x5181, + 0x5914, 0x52f9, 0x530d, 0x8a07, + 0x5310, 0x51eb, 0x5919, 0x5155, + 0x4ea0, 0x5156, 0x4eb3, 0x886e, + 0x88a4, 0x4eb5, 0x8114, 0x88d2, + 0x7980, 0x5b34, 0x8803, 0x7fb8, + 0x51ab, 0x51b1, 0x51bd, 0x51bc, + 0x51c7, 0x5196, 0x51a2, 0x51a5, + 0x8ba0, 0x8ba6, 0x8ba7, 0x8baa, + 0x8bb4, 0x8bb5, 0x8bb7, 0x8bc2, + 0x8bc3, 0x8bcb, 0x8bcf, 0x8bce, + 0x8bd2, 0x8bd3, 0x8bd4, 0x8bd6, + 0x8bd8, 0x8bd9, 0x8bdc, 0x8bdf, + 0x8be0, 0x8be4, 0x8be8, 0x8be9, + 0x8bee, 0x8bf0, 0x8bf3, 0x8bf6, + 0x8bf9, 0x8bfc, 0x8bff, 0x8c00, + 0x8c02, 0x8c04, 0x8c07, 0x8c0c, + 0x8c0f, 0x8c11, 0x8c12, 0x8c14, + 0x8c15, 0x8c16, 0x8c19, 0x8c1b, + 0x8c18, 0x8c1d, 0x8c1f, 0x8c20, + 0x8c21, 0x8c25, 0x8c27, 0x8c2a, + 0x8c2b, 0x8c2e, 0x8c2f, 0x8c32, + 0x8c33, 0x8c35, 0x8c36, 0x5369, + 0x537a, 0x961d, 0x9622, 0x9621, + 0x9631, 0x962a, 0x963d, 0x963c, + 0x9642, 0x9649, 0x9654, 0x965f, + 0x9667, 0x966c, 0x9672, 0x9674, + 0x9688, 0x968d, 0x9697, 0x96b0, + 0x9097, 0x909b, 0x909d, 0x9099, + 0x90ac, 0x90a1, 0x90b4, 0x90b3, + 0x90b6, 0x90ba, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x90b8, 0x90b0, 0x90cf, + 0x90c5, 0x90be, 0x90d0, 0x90c4, + 0x90c7, 0x90d3, 0x90e6, 0x90e2, + 0x90dc, 0x90d7, 0x90db, 0x90eb, + 0x90ef, 0x90fe, 0x9104, 0x9122, + 0x911e, 0x9123, 0x9131, 0x912f, + 0x9139, 0x9143, 0x9146, 0x520d, + 0x5942, 0x52a2, 0x52ac, 0x52ad, + 0x52be, 0x54ff, 0x52d0, 0x52d6, + 0x52f0, 0x53df, 0x71ee, 0x77cd, + 0x5ef4, 0x51f5, 0x51fc, 0x9b2f, + 0x53b6, 0x5f01, 0x755a, 0x5def, + 0x574c, 0x57a9, 0x57a1, 0x587e, + 0x58bc, 0x58c5, 0x58d1, 0x5729, + 0x572c, 0x572a, 0x5733, 0x5739, + 0x572e, 0x572f, 0x575c, 0x573b, + 0x0000, 0x5742, 0x5769, 0x5785, + 0x576b, 0x5786, 0x577c, 0x577b, + 0x5768, 0x576d, 0x5776, 0x5773, + 0x57ad, 0x57a4, 0x578c, 0x57b2, + 0x57cf, 0x57a7, 0x57b4, 0x5793, + 0x57a0, 0x57d5, 0x57d8, 0x57da, + 0x57d9, 0x57d2, 0x57b8, 0x57f4, + 0x57ef, 0x57f8, 0x57e4, 0x57dd, + 0x580b, 0x580d, 0x57fd, 0x57ed, + 0x5800, 0x581e, 0x5819, 0x5844, + 0x5820, 0x5865, 0x586c, 0x5881, + 0x5889, 0x589a, 0x5880, 0x99a8, + 0x9f19, 0x61ff, 0x8279, 0x827d, + 0x827f, 0x828f, 0x828a, 0x82a8, + 0x8284, 0x828e, 0x8291, 0x8297, + 0x8299, 0x82ab, 0x82b8, 0x82be, + 0x82b0, 0x82c8, 0x82ca, 0x82e3, + 0x8298, 0x82b7, 0x82ae, 0x82cb, + 0x82cc, 0x82c1, 0x82a9, 0x82b4, + 0x82a1, 0x82aa, 0x829f, 0x82c4, + 0x82ce, 0x82a4, 0x82e1, 0x8309, + 0x82f7, 0x82e4, 0x830f, 0x8307, + 0x82dc, 0x82f4, 0x82d2, 0x82d8, + 0x830c, 0x82fb, 0x82d3, 0x8311, + 0x831a, 0x8306, 0x8314, 0x8315, + 0x82e0, 0x82d5, 0x831c, 0x8351, + 0x835b, 0x835c, 0x8308, 0x8392, + 0x833c, 0x8334, 0x8331, 0x839b, + 0x835e, 0x832f, 0x834f, 0x8347, + 0x8343, 0x835f, 0x8340, 0x8317, + 0x8360, 0x832d, 0x833a, 0x8333, + 0x8366, 0x8365, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x8368, 0x831b, 0x8369, + 0x836c, 0x836a, 0x836d, 0x836e, + 0x83b0, 0x8378, 0x83b3, 0x83b4, + 0x83a0, 0x83aa, 0x8393, 0x839c, + 0x8385, 0x837c, 0x83b6, 0x83a9, + 0x837d, 0x83b8, 0x837b, 0x8398, + 0x839e, 0x83a8, 0x83ba, 0x83bc, + 0x83c1, 0x8401, 0x83e5, 0x83d8, + 0x5807, 0x8418, 0x840b, 0x83dd, + 0x83fd, 0x83d6, 0x841c, 0x8438, + 0x8411, 0x8406, 0x83d4, 0x83df, + 0x840f, 0x8403, 0x83f8, 0x83f9, + 0x83ea, 0x83c5, 0x83c0, 0x8426, + 0x83f0, 0x83e1, 0x845c, 0x8451, + 0x845a, 0x8459, 0x8473, 0x8487, + 0x8488, 0x847a, 0x8489, 0x8478, + 0x0000, 0x843c, 0x8446, 0x8469, + 0x8476, 0x848c, 0x848e, 0x8431, + 0x846d, 0x84c1, 0x84cd, 0x84d0, + 0x84e6, 0x84bd, 0x84d3, 0x84ca, + 0x84bf, 0x84ba, 0x84e0, 0x84a1, + 0x84b9, 0x84b4, 0x8497, 0x84e5, + 0x84e3, 0x850c, 0x750d, 0x8538, + 0x84f0, 0x8539, 0x851f, 0x853a, + 0x8556, 0x853b, 0x84ff, 0x84fc, + 0x8559, 0x8548, 0x8568, 0x8564, + 0x855e, 0x857a, 0x77a2, 0x8543, + 0x8572, 0x857b, 0x85a4, 0x85a8, + 0x8587, 0x858f, 0x8579, 0x85ae, + 0x859c, 0x8585, 0x85b9, 0x85b7, + 0x85b0, 0x85d3, 0x85c1, 0x85dc, + 0x85ff, 0x8627, 0x8605, 0x8629, + 0x8616, 0x863c, 0x5efe, 0x5f08, + 0x593c, 0x5941, 0x8037, 0x5955, + 0x595a, 0x5958, 0x530f, 0x5c22, + 0x5c25, 0x5c2c, 0x5c34, 0x624c, + 0x626a, 0x629f, 0x62bb, 0x62ca, + 0x62da, 0x62d7, 0x62ee, 0x6322, + 0x62f6, 0x6339, 0x634b, 0x6343, + 0x63ad, 0x63f6, 0x6371, 0x637a, + 0x638e, 0x63b4, 0x636d, 0x63ac, + 0x638a, 0x6369, 0x63ae, 0x63bc, + 0x63f2, 0x63f8, 0x63e0, 0x63ff, + 0x63c4, 0x63de, 0x63ce, 0x6452, + 0x63c6, 0x63be, 0x6445, 0x6441, + 0x640b, 0x641b, 0x6420, 0x640c, + 0x6426, 0x6421, 0x645e, 0x6484, + 0x646d, 0x6496, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x647a, 0x64b7, 0x64b8, + 0x6499, 0x64ba, 0x64c0, 0x64d0, + 0x64d7, 0x64e4, 0x64e2, 0x6509, + 0x6525, 0x652e, 0x5f0b, 0x5fd2, + 0x7519, 0x5f11, 0x535f, 0x53f1, + 0x53fd, 0x53e9, 0x53e8, 0x53fb, + 0x5412, 0x5416, 0x5406, 0x544b, + 0x5452, 0x5453, 0x5454, 0x5456, + 0x5443, 0x5421, 0x5457, 0x5459, + 0x5423, 0x5432, 0x5482, 0x5494, + 0x5477, 0x5471, 0x5464, 0x549a, + 0x549b, 0x5484, 0x5476, 0x5466, + 0x549d, 0x54d0, 0x54ad, 0x54c2, + 0x54b4, 0x54d2, 0x54a7, 0x54a6, + 0x54d3, 0x54d4, 0x5472, 0x54a3, + 0x54d5, 0x54bb, 0x54bf, 0x54cc, + 0x0000, 0x54d9, 0x54da, 0x54dc, + 0x54a9, 0x54aa, 0x54a4, 0x54dd, + 0x54cf, 0x54de, 0x551b, 0x54e7, + 0x5520, 0x54fd, 0x5514, 0x54f3, + 0x5522, 0x5523, 0x550f, 0x5511, + 0x5527, 0x552a, 0x5567, 0x558f, + 0x55b5, 0x5549, 0x556d, 0x5541, + 0x5555, 0x553f, 0x5550, 0x553c, + 0x5537, 0x5556, 0x5575, 0x5576, + 0x5577, 0x5533, 0x5530, 0x555c, + 0x558b, 0x55d2, 0x5583, 0x55b1, + 0x55b9, 0x5588, 0x5581, 0x559f, + 0x557e, 0x55d6, 0x5591, 0x557b, + 0x55df, 0x55bd, 0x55be, 0x5594, + 0x5599, 0x55ea, 0x55f7, 0x55c9, + 0x561f, 0x55d1, 0x55eb, 0x55ec, + 0x55d4, 0x55e6, 0x55dd, 0x55c4, + 0x55ef, 0x55e5, 0x55f2, 0x55f3, + 0x55cc, 0x55cd, 0x55e8, 0x55f5, + 0x55e4, 0x8f94, 0x561e, 0x5608, + 0x560c, 0x5601, 0x5624, 0x5623, + 0x55fe, 0x5600, 0x5627, 0x562d, + 0x5658, 0x5639, 0x5657, 0x562c, + 0x564d, 0x5662, 0x5659, 0x565c, + 0x564c, 0x5654, 0x5686, 0x5664, + 0x5671, 0x566b, 0x567b, 0x567c, + 0x5685, 0x5693, 0x56af, 0x56d4, + 0x56d7, 0x56dd, 0x56e1, 0x56f5, + 0x56eb, 0x56f9, 0x56ff, 0x5704, + 0x570a, 0x5709, 0x571c, 0x5e0f, + 0x5e19, 0x5e14, 0x5e11, 0x5e31, + 0x5e3b, 0x5e3c, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x5e37, 0x5e44, 0x5e54, + 0x5e5b, 0x5e5e, 0x5e61, 0x5c8c, + 0x5c7a, 0x5c8d, 0x5c90, 0x5c96, + 0x5c88, 0x5c98, 0x5c99, 0x5c91, + 0x5c9a, 0x5c9c, 0x5cb5, 0x5ca2, + 0x5cbd, 0x5cac, 0x5cab, 0x5cb1, + 0x5ca3, 0x5cc1, 0x5cb7, 0x5cc4, + 0x5cd2, 0x5ce4, 0x5ccb, 0x5ce5, + 0x5d02, 0x5d03, 0x5d27, 0x5d26, + 0x5d2e, 0x5d24, 0x5d1e, 0x5d06, + 0x5d1b, 0x5d58, 0x5d3e, 0x5d34, + 0x5d3d, 0x5d6c, 0x5d5b, 0x5d6f, + 0x5d5d, 0x5d6b, 0x5d4b, 0x5d4a, + 0x5d69, 0x5d74, 0x5d82, 0x5d99, + 0x5d9d, 0x8c73, 0x5db7, 0x5dc5, + 0x5f73, 0x5f77, 0x5f82, 0x5f87, + 0x0000, 0x5f89, 0x5f8c, 0x5f95, + 0x5f99, 0x5f9c, 0x5fa8, 0x5fad, + 0x5fb5, 0x5fbc, 0x8862, 0x5f61, + 0x72ad, 0x72b0, 0x72b4, 0x72b7, + 0x72b8, 0x72c3, 0x72c1, 0x72ce, + 0x72cd, 0x72d2, 0x72e8, 0x72ef, + 0x72e9, 0x72f2, 0x72f4, 0x72f7, + 0x7301, 0x72f3, 0x7303, 0x72fa, + 0x72fb, 0x7317, 0x7313, 0x7321, + 0x730a, 0x731e, 0x731d, 0x7315, + 0x7322, 0x7339, 0x7325, 0x732c, + 0x7338, 0x7331, 0x7350, 0x734d, + 0x7357, 0x7360, 0x736c, 0x736f, + 0x737e, 0x821b, 0x5925, 0x98e7, + 0x5924, 0x5902, 0x9963, 0x9967, + 0x9968, 0x9969, 0x996a, 0x996b, + 0x996c, 0x9974, 0x9977, 0x997d, + 0x9980, 0x9984, 0x9987, 0x998a, + 0x998d, 0x9990, 0x9991, 0x9993, + 0x9994, 0x9995, 0x5e80, 0x5e91, + 0x5e8b, 0x5e96, 0x5ea5, 0x5ea0, + 0x5eb9, 0x5eb5, 0x5ebe, 0x5eb3, + 0x8d53, 0x5ed2, 0x5ed1, 0x5edb, + 0x5ee8, 0x5eea, 0x81ba, 0x5fc4, + 0x5fc9, 0x5fd6, 0x5fcf, 0x6003, + 0x5fee, 0x6004, 0x5fe1, 0x5fe4, + 0x5ffe, 0x6005, 0x6006, 0x5fea, + 0x5fed, 0x5ff8, 0x6019, 0x6035, + 0x6026, 0x601b, 0x600f, 0x600d, + 0x6029, 0x602b, 0x600a, 0x603f, + 0x6021, 0x6078, 0x6079, 0x607b, + 0x607a, 0x6042, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x606a, 0x607d, 0x6096, + 0x609a, 0x60ad, 0x609d, 0x6083, + 0x6092, 0x608c, 0x609b, 0x60ec, + 0x60bb, 0x60b1, 0x60dd, 0x60d8, + 0x60c6, 0x60da, 0x60b4, 0x6120, + 0x6126, 0x6115, 0x6123, 0x60f4, + 0x6100, 0x610e, 0x612b, 0x614a, + 0x6175, 0x61ac, 0x6194, 0x61a7, + 0x61b7, 0x61d4, 0x61f5, 0x5fdd, + 0x96b3, 0x95e9, 0x95eb, 0x95f1, + 0x95f3, 0x95f5, 0x95f6, 0x95fc, + 0x95fe, 0x9603, 0x9604, 0x9606, + 0x9608, 0x960a, 0x960b, 0x960c, + 0x960d, 0x960f, 0x9612, 0x9615, + 0x9616, 0x9617, 0x9619, 0x961a, + 0x4e2c, 0x723f, 0x6215, 0x6c35, + 0x0000, 0x6c54, 0x6c5c, 0x6c4a, + 0x6ca3, 0x6c85, 0x6c90, 0x6c94, + 0x6c8c, 0x6c68, 0x6c69, 0x6c74, + 0x6c76, 0x6c86, 0x6ca9, 0x6cd0, + 0x6cd4, 0x6cad, 0x6cf7, 0x6cf8, + 0x6cf1, 0x6cd7, 0x6cb2, 0x6ce0, + 0x6cd6, 0x6cfa, 0x6ceb, 0x6cee, + 0x6cb1, 0x6cd3, 0x6cef, 0x6cfe, + 0x6d39, 0x6d27, 0x6d0c, 0x6d43, + 0x6d48, 0x6d07, 0x6d04, 0x6d19, + 0x6d0e, 0x6d2b, 0x6d4d, 0x6d2e, + 0x6d35, 0x6d1a, 0x6d4f, 0x6d52, + 0x6d54, 0x6d33, 0x6d91, 0x6d6f, + 0x6d9e, 0x6da0, 0x6d5e, 0x6d93, + 0x6d94, 0x6d5c, 0x6d60, 0x6d7c, + 0x6d63, 0x6e1a, 0x6dc7, 0x6dc5, + 0x6dde, 0x6e0e, 0x6dbf, 0x6de0, + 0x6e11, 0x6de6, 0x6ddd, 0x6dd9, + 0x6e16, 0x6dab, 0x6e0c, 0x6dae, + 0x6e2b, 0x6e6e, 0x6e4e, 0x6e6b, + 0x6eb2, 0x6e5f, 0x6e86, 0x6e53, + 0x6e54, 0x6e32, 0x6e25, 0x6e44, + 0x6edf, 0x6eb1, 0x6e98, 0x6ee0, + 0x6f2d, 0x6ee2, 0x6ea5, 0x6ea7, + 0x6ebd, 0x6ebb, 0x6eb7, 0x6ed7, + 0x6eb4, 0x6ecf, 0x6e8f, 0x6ec2, + 0x6e9f, 0x6f62, 0x6f46, 0x6f47, + 0x6f24, 0x6f15, 0x6ef9, 0x6f2f, + 0x6f36, 0x6f4b, 0x6f74, 0x6f2a, + 0x6f09, 0x6f29, 0x6f89, 0x6f8d, + 0x6f8c, 0x6f78, 0x6f72, 0x6f7c, + 0x6f7a, 0x6fd1, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x6fc9, 0x6fa7, 0x6fb9, + 0x6fb6, 0x6fc2, 0x6fe1, 0x6fee, + 0x6fde, 0x6fe0, 0x6fef, 0x701a, + 0x7023, 0x701b, 0x7039, 0x7035, + 0x704f, 0x705e, 0x5b80, 0x5b84, + 0x5b95, 0x5b93, 0x5ba5, 0x5bb8, + 0x752f, 0x9a9e, 0x6434, 0x5be4, + 0x5bee, 0x8930, 0x5bf0, 0x8e47, + 0x8b07, 0x8fb6, 0x8fd3, 0x8fd5, + 0x8fe5, 0x8fee, 0x8fe4, 0x8fe9, + 0x8fe6, 0x8ff3, 0x8fe8, 0x9005, + 0x9004, 0x900b, 0x9026, 0x9011, + 0x900d, 0x9016, 0x9021, 0x9035, + 0x9036, 0x902d, 0x902f, 0x9044, + 0x9051, 0x9052, 0x9050, 0x9068, + 0x9058, 0x9062, 0x905b, 0x66b9, + 0x0000, 0x9074, 0x907d, 0x9082, + 0x9088, 0x9083, 0x908b, 0x5f50, + 0x5f57, 0x5f56, 0x5f58, 0x5c3b, + 0x54ab, 0x5c50, 0x5c59, 0x5b71, + 0x5c63, 0x5c66, 0x7fbc, 0x5f2a, + 0x5f29, 0x5f2d, 0x8274, 0x5f3c, + 0x9b3b, 0x5c6e, 0x5981, 0x5983, + 0x598d, 0x59a9, 0x59aa, 0x59a3, + 0x5997, 0x59ca, 0x59ab, 0x599e, + 0x59a4, 0x59d2, 0x59b2, 0x59af, + 0x59d7, 0x59be, 0x5a05, 0x5a06, + 0x59dd, 0x5a08, 0x59e3, 0x59d8, + 0x59f9, 0x5a0c, 0x5a09, 0x5a32, + 0x5a34, 0x5a11, 0x5a23, 0x5a13, + 0x5a40, 0x5a67, 0x5a4a, 0x5a55, + 0x5a3c, 0x5a62, 0x5a75, 0x80ec, + 0x5aaa, 0x5a9b, 0x5a77, 0x5a7a, + 0x5abe, 0x5aeb, 0x5ab2, 0x5ad2, + 0x5ad4, 0x5ab8, 0x5ae0, 0x5ae3, + 0x5af1, 0x5ad6, 0x5ae6, 0x5ad8, + 0x5adc, 0x5b09, 0x5b17, 0x5b16, + 0x5b32, 0x5b37, 0x5b40, 0x5c15, + 0x5c1c, 0x5b5a, 0x5b65, 0x5b73, + 0x5b51, 0x5b53, 0x5b62, 0x9a75, + 0x9a77, 0x9a78, 0x9a7a, 0x9a7f, + 0x9a7d, 0x9a80, 0x9a81, 0x9a85, + 0x9a88, 0x9a8a, 0x9a90, 0x9a92, + 0x9a93, 0x9a96, 0x9a98, 0x9a9b, + 0x9a9c, 0x9a9d, 0x9a9f, 0x9aa0, + 0x9aa2, 0x9aa3, 0x9aa5, 0x9aa7, + 0x7e9f, 0x7ea1, 0x7ea3, 0x7ea5, + 0x7ea8, 0x7ea9, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x7ead, 0x7eb0, 0x7ebe, + 0x7ec0, 0x7ec1, 0x7ec2, 0x7ec9, + 0x7ecb, 0x7ecc, 0x7ed0, 0x7ed4, + 0x7ed7, 0x7edb, 0x7ee0, 0x7ee1, + 0x7ee8, 0x7eeb, 0x7eee, 0x7eef, + 0x7ef1, 0x7ef2, 0x7f0d, 0x7ef6, + 0x7efa, 0x7efb, 0x7efe, 0x7f01, + 0x7f02, 0x7f03, 0x7f07, 0x7f08, + 0x7f0b, 0x7f0c, 0x7f0f, 0x7f11, + 0x7f12, 0x7f17, 0x7f19, 0x7f1c, + 0x7f1b, 0x7f1f, 0x7f21, 0x7f22, + 0x7f23, 0x7f24, 0x7f25, 0x7f26, + 0x7f27, 0x7f2a, 0x7f2b, 0x7f2c, + 0x7f2d, 0x7f2f, 0x7f30, 0x7f31, + 0x7f32, 0x7f33, 0x7f35, 0x5e7a, + 0x757f, 0x5ddb, 0x753e, 0x9095, + 0x0000, 0x738e, 0x7391, 0x73ae, + 0x73a2, 0x739f, 0x73cf, 0x73c2, + 0x73d1, 0x73b7, 0x73b3, 0x73c0, + 0x73c9, 0x73c8, 0x73e5, 0x73d9, + 0x987c, 0x740a, 0x73e9, 0x73e7, + 0x73de, 0x73ba, 0x73f2, 0x740f, + 0x742a, 0x745b, 0x7426, 0x7425, + 0x7428, 0x7430, 0x742e, 0x742c, + 0x741b, 0x741a, 0x7441, 0x745c, + 0x7457, 0x7455, 0x7459, 0x7477, + 0x746d, 0x747e, 0x749c, 0x748e, + 0x7480, 0x7481, 0x7487, 0x748b, + 0x749e, 0x74a8, 0x74a9, 0x7490, + 0x74a7, 0x74d2, 0x74ba, 0x97ea, + 0x97eb, 0x97ec, 0x674c, 0x6753, + 0x675e, 0x6748, 0x6769, 0x67a5, + 0x6787, 0x676a, 0x6773, 0x6798, + 0x67a7, 0x6775, 0x67a8, 0x679e, + 0x67ad, 0x678b, 0x6777, 0x677c, + 0x67f0, 0x6809, 0x67d8, 0x680a, + 0x67e9, 0x67b0, 0x680c, 0x67d9, + 0x67b5, 0x67da, 0x67b3, 0x67dd, + 0x6800, 0x67c3, 0x67b8, 0x67e2, + 0x680e, 0x67c1, 0x67fd, 0x6832, + 0x6833, 0x6860, 0x6861, 0x684e, + 0x6862, 0x6844, 0x6864, 0x6883, + 0x681d, 0x6855, 0x6866, 0x6841, + 0x6867, 0x6840, 0x683e, 0x684a, + 0x6849, 0x6829, 0x68b5, 0x688f, + 0x6874, 0x6877, 0x6893, 0x686b, + 0x68c2, 0x696e, 0x68fc, 0x691f, + 0x6920, 0x68f9, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x6924, 0x68f0, 0x690b, + 0x6901, 0x6957, 0x68e3, 0x6910, + 0x6971, 0x6939, 0x6960, 0x6942, + 0x695d, 0x6984, 0x696b, 0x6980, + 0x6998, 0x6978, 0x6934, 0x69cc, + 0x6987, 0x6988, 0x69ce, 0x6989, + 0x6966, 0x6963, 0x6979, 0x699b, + 0x69a7, 0x69bb, 0x69ab, 0x69ad, + 0x69d4, 0x69b1, 0x69c1, 0x69ca, + 0x69df, 0x6995, 0x69e0, 0x698d, + 0x69ff, 0x6a2f, 0x69ed, 0x6a17, + 0x6a18, 0x6a65, 0x69f2, 0x6a44, + 0x6a3e, 0x6aa0, 0x6a50, 0x6a5b, + 0x6a35, 0x6a8e, 0x6a79, 0x6a3d, + 0x6a28, 0x6a58, 0x6a7c, 0x6a91, + 0x6a90, 0x6aa9, 0x6a97, 0x6aab, + 0x0000, 0x7337, 0x7352, 0x6b81, + 0x6b82, 0x6b87, 0x6b84, 0x6b92, + 0x6b93, 0x6b8d, 0x6b9a, 0x6b9b, + 0x6ba1, 0x6baa, 0x8f6b, 0x8f6d, + 0x8f71, 0x8f72, 0x8f73, 0x8f75, + 0x8f76, 0x8f78, 0x8f77, 0x8f79, + 0x8f7a, 0x8f7c, 0x8f7e, 0x8f81, + 0x8f82, 0x8f84, 0x8f87, 0x8f8b, + 0x8f8d, 0x8f8e, 0x8f8f, 0x8f98, + 0x8f9a, 0x8ece, 0x620b, 0x6217, + 0x621b, 0x621f, 0x6222, 0x6221, + 0x6225, 0x6224, 0x622c, 0x81e7, + 0x74ef, 0x74f4, 0x74ff, 0x750f, + 0x7511, 0x7513, 0x6534, 0x65ee, + 0x65ef, 0x65f0, 0x660a, 0x6619, + 0x6772, 0x6603, 0x6615, 0x6600, + 0x7085, 0x66f7, 0x661d, 0x6634, + 0x6631, 0x6636, 0x6635, 0x8006, + 0x665f, 0x6654, 0x6641, 0x664f, + 0x6656, 0x6661, 0x6657, 0x6677, + 0x6684, 0x668c, 0x66a7, 0x669d, + 0x66be, 0x66db, 0x66dc, 0x66e6, + 0x66e9, 0x8d32, 0x8d33, 0x8d36, + 0x8d3b, 0x8d3d, 0x8d40, 0x8d45, + 0x8d46, 0x8d48, 0x8d49, 0x8d47, + 0x8d4d, 0x8d55, 0x8d59, 0x89c7, + 0x89ca, 0x89cb, 0x89cc, 0x89ce, + 0x89cf, 0x89d0, 0x89d1, 0x726e, + 0x729f, 0x725d, 0x7266, 0x726f, + 0x727e, 0x727f, 0x7284, 0x728b, + 0x728d, 0x728f, 0x7292, 0x6308, + 0x6332, 0x63b0, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x643f, 0x64d8, 0x8004, + 0x6bea, 0x6bf3, 0x6bfd, 0x6bf5, + 0x6bf9, 0x6c05, 0x6c07, 0x6c06, + 0x6c0d, 0x6c15, 0x6c18, 0x6c19, + 0x6c1a, 0x6c21, 0x6c29, 0x6c24, + 0x6c2a, 0x6c32, 0x6535, 0x6555, + 0x656b, 0x724d, 0x7252, 0x7256, + 0x7230, 0x8662, 0x5216, 0x809f, + 0x809c, 0x8093, 0x80bc, 0x670a, + 0x80bd, 0x80b1, 0x80ab, 0x80ad, + 0x80b4, 0x80b7, 0x80e7, 0x80e8, + 0x80e9, 0x80ea, 0x80db, 0x80c2, + 0x80c4, 0x80d9, 0x80cd, 0x80d7, + 0x6710, 0x80dd, 0x80eb, 0x80f1, + 0x80f4, 0x80ed, 0x810d, 0x810e, + 0x80f2, 0x80fc, 0x6715, 0x8112, + 0x0000, 0x8c5a, 0x8136, 0x811e, + 0x812c, 0x8118, 0x8132, 0x8148, + 0x814c, 0x8153, 0x8174, 0x8159, + 0x815a, 0x8171, 0x8160, 0x8169, + 0x817c, 0x817d, 0x816d, 0x8167, + 0x584d, 0x5ab5, 0x8188, 0x8182, + 0x8191, 0x6ed5, 0x81a3, 0x81aa, + 0x81cc, 0x6726, 0x81ca, 0x81bb, + 0x81c1, 0x81a6, 0x6b24, 0x6b37, + 0x6b39, 0x6b43, 0x6b46, 0x6b59, + 0x98d1, 0x98d2, 0x98d3, 0x98d5, + 0x98d9, 0x98da, 0x6bb3, 0x5f40, + 0x6bc2, 0x89f3, 0x6590, 0x9f51, + 0x6593, 0x65bc, 0x65c6, 0x65c4, + 0x65c3, 0x65cc, 0x65ce, 0x65d2, + 0x65d6, 0x7080, 0x709c, 0x7096, + 0x709d, 0x70bb, 0x70c0, 0x70b7, + 0x70ab, 0x70b1, 0x70e8, 0x70ca, + 0x7110, 0x7113, 0x7116, 0x712f, + 0x7131, 0x7173, 0x715c, 0x7168, + 0x7145, 0x7172, 0x714a, 0x7178, + 0x717a, 0x7198, 0x71b3, 0x71b5, + 0x71a8, 0x71a0, 0x71e0, 0x71d4, + 0x71e7, 0x71f9, 0x721d, 0x7228, + 0x706c, 0x7118, 0x7166, 0x71b9, + 0x623e, 0x623d, 0x6243, 0x6248, + 0x6249, 0x793b, 0x7940, 0x7946, + 0x7949, 0x795b, 0x795c, 0x7953, + 0x795a, 0x7962, 0x7957, 0x7960, + 0x796f, 0x7967, 0x797a, 0x7985, + 0x798a, 0x799a, 0x79a7, 0x79b3, + 0x5fd1, 0x5fd0, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x603c, 0x605d, 0x605a, + 0x6067, 0x6041, 0x6059, 0x6063, + 0x60ab, 0x6106, 0x610d, 0x615d, + 0x61a9, 0x619d, 0x61cb, 0x61d1, + 0x6206, 0x8080, 0x807f, 0x6c93, + 0x6cf6, 0x6dfc, 0x77f6, 0x77f8, + 0x7800, 0x7809, 0x7817, 0x7818, + 0x7811, 0x65ab, 0x782d, 0x781c, + 0x781d, 0x7839, 0x783a, 0x783b, + 0x781f, 0x783c, 0x7825, 0x782c, + 0x7823, 0x7829, 0x784e, 0x786d, + 0x7856, 0x7857, 0x7826, 0x7850, + 0x7847, 0x784c, 0x786a, 0x789b, + 0x7893, 0x789a, 0x7887, 0x789c, + 0x78a1, 0x78a3, 0x78b2, 0x78b9, + 0x78a5, 0x78d4, 0x78d9, 0x78c9, + 0x0000, 0x78ec, 0x78f2, 0x7905, + 0x78f4, 0x7913, 0x7924, 0x791e, + 0x7934, 0x9f9b, 0x9ef9, 0x9efb, + 0x9efc, 0x76f1, 0x7704, 0x770d, + 0x76f9, 0x7707, 0x7708, 0x771a, + 0x7722, 0x7719, 0x772d, 0x7726, + 0x7735, 0x7738, 0x7750, 0x7751, + 0x7747, 0x7743, 0x775a, 0x7768, + 0x7762, 0x7765, 0x777f, 0x778d, + 0x777d, 0x7780, 0x778c, 0x7791, + 0x779f, 0x77a0, 0x77b0, 0x77b5, + 0x77bd, 0x753a, 0x7540, 0x754e, + 0x754b, 0x7548, 0x755b, 0x7572, + 0x7579, 0x7583, 0x7f58, 0x7f61, + 0x7f5f, 0x8a48, 0x7f68, 0x7f74, + 0x7f71, 0x7f79, 0x7f81, 0x7f7e, + 0x76cd, 0x76e5, 0x8832, 0x9485, + 0x9486, 0x9487, 0x948b, 0x948a, + 0x948c, 0x948d, 0x948f, 0x9490, + 0x9494, 0x9497, 0x9495, 0x949a, + 0x949b, 0x949c, 0x94a3, 0x94a4, + 0x94ab, 0x94aa, 0x94ad, 0x94ac, + 0x94af, 0x94b0, 0x94b2, 0x94b4, + 0x94b6, 0x94b7, 0x94b8, 0x94b9, + 0x94ba, 0x94bc, 0x94bd, 0x94bf, + 0x94c4, 0x94c8, 0x94c9, 0x94ca, + 0x94cb, 0x94cc, 0x94cd, 0x94ce, + 0x94d0, 0x94d1, 0x94d2, 0x94d5, + 0x94d6, 0x94d7, 0x94d9, 0x94d8, + 0x94db, 0x94de, 0x94df, 0x94e0, + 0x94e2, 0x94e4, 0x94e5, 0x94e7, + 0x94e8, 0x94ea, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x94e9, 0x94eb, 0x94ee, + 0x94ef, 0x94f3, 0x94f4, 0x94f5, + 0x94f7, 0x94f9, 0x94fc, 0x94fd, + 0x94ff, 0x9503, 0x9502, 0x9506, + 0x9507, 0x9509, 0x950a, 0x950d, + 0x950e, 0x950f, 0x9512, 0x9513, + 0x9514, 0x9515, 0x9516, 0x9518, + 0x951b, 0x951d, 0x951e, 0x951f, + 0x9522, 0x952a, 0x952b, 0x9529, + 0x952c, 0x9531, 0x9532, 0x9534, + 0x9536, 0x9537, 0x9538, 0x953c, + 0x953e, 0x953f, 0x9542, 0x9535, + 0x9544, 0x9545, 0x9546, 0x9549, + 0x954c, 0x954e, 0x954f, 0x9552, + 0x9553, 0x9554, 0x9556, 0x9557, + 0x9558, 0x9559, 0x955b, 0x955e, + 0x0000, 0x955f, 0x955d, 0x9561, + 0x9562, 0x9564, 0x9565, 0x9566, + 0x9567, 0x9568, 0x9569, 0x956a, + 0x956b, 0x956c, 0x956f, 0x9571, + 0x9572, 0x9573, 0x953a, 0x77e7, + 0x77ec, 0x96c9, 0x79d5, 0x79ed, + 0x79e3, 0x79eb, 0x7a06, 0x5d47, + 0x7a03, 0x7a02, 0x7a1e, 0x7a14, + 0x7a39, 0x7a37, 0x7a51, 0x9ecf, + 0x99a5, 0x7a70, 0x7688, 0x768e, + 0x7693, 0x7699, 0x76a4, 0x74de, + 0x74e0, 0x752c, 0x9e20, 0x9e22, + 0x9e28, 0x9e29, 0x9e2a, 0x9e2b, + 0x9e2c, 0x9e32, 0x9e31, 0x9e36, + 0x9e38, 0x9e37, 0x9e39, 0x9e3a, + 0x9e3e, 0x9e41, 0x9e42, 0x9e44, + 0x9e46, 0x9e47, 0x9e48, 0x9e49, + 0x9e4b, 0x9e4c, 0x9e4e, 0x9e51, + 0x9e55, 0x9e57, 0x9e5a, 0x9e5b, + 0x9e5c, 0x9e5e, 0x9e63, 0x9e66, + 0x9e67, 0x9e68, 0x9e69, 0x9e6a, + 0x9e6b, 0x9e6c, 0x9e71, 0x9e6d, + 0x9e73, 0x7592, 0x7594, 0x7596, + 0x75a0, 0x759d, 0x75ac, 0x75a3, + 0x75b3, 0x75b4, 0x75b8, 0x75c4, + 0x75b1, 0x75b0, 0x75c3, 0x75c2, + 0x75d6, 0x75cd, 0x75e3, 0x75e8, + 0x75e6, 0x75e4, 0x75eb, 0x75e7, + 0x7603, 0x75f1, 0x75fc, 0x75ff, + 0x7610, 0x7600, 0x7605, 0x760c, + 0x7617, 0x760a, 0x7625, 0x7618, + 0x7615, 0x7619, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x761b, 0x763c, 0x7622, + 0x7620, 0x7640, 0x762d, 0x7630, + 0x763f, 0x7635, 0x7643, 0x763e, + 0x7633, 0x764d, 0x765e, 0x7654, + 0x765c, 0x7656, 0x766b, 0x766f, + 0x7fca, 0x7ae6, 0x7a78, 0x7a79, + 0x7a80, 0x7a86, 0x7a88, 0x7a95, + 0x7aa6, 0x7aa0, 0x7aac, 0x7aa8, + 0x7aad, 0x7ab3, 0x8864, 0x8869, + 0x8872, 0x887d, 0x887f, 0x8882, + 0x88a2, 0x88c6, 0x88b7, 0x88bc, + 0x88c9, 0x88e2, 0x88ce, 0x88e3, + 0x88e5, 0x88f1, 0x891a, 0x88fc, + 0x88e8, 0x88fe, 0x88f0, 0x8921, + 0x8919, 0x8913, 0x891b, 0x890a, + 0x8934, 0x892b, 0x8936, 0x8941, + 0x0000, 0x8966, 0x897b, 0x758b, + 0x80e5, 0x76b2, 0x76b4, 0x77dc, + 0x8012, 0x8014, 0x8016, 0x801c, + 0x8020, 0x8022, 0x8025, 0x8026, + 0x8027, 0x8029, 0x8028, 0x8031, + 0x800b, 0x8035, 0x8043, 0x8046, + 0x804d, 0x8052, 0x8069, 0x8071, + 0x8983, 0x9878, 0x9880, 0x9883, + 0x9889, 0x988c, 0x988d, 0x988f, + 0x9894, 0x989a, 0x989b, 0x989e, + 0x989f, 0x98a1, 0x98a2, 0x98a5, + 0x98a6, 0x864d, 0x8654, 0x866c, + 0x866e, 0x867f, 0x867a, 0x867c, + 0x867b, 0x86a8, 0x868d, 0x868b, + 0x86ac, 0x869d, 0x86a7, 0x86a3, + 0x86aa, 0x8693, 0x86a9, 0x86b6, + 0x86c4, 0x86b5, 0x86ce, 0x86b0, + 0x86ba, 0x86b1, 0x86af, 0x86c9, + 0x86cf, 0x86b4, 0x86e9, 0x86f1, + 0x86f2, 0x86ed, 0x86f3, 0x86d0, + 0x8713, 0x86de, 0x86f4, 0x86df, + 0x86d8, 0x86d1, 0x8703, 0x8707, + 0x86f8, 0x8708, 0x870a, 0x870d, + 0x8709, 0x8723, 0x873b, 0x871e, + 0x8725, 0x872e, 0x871a, 0x873e, + 0x8748, 0x8734, 0x8731, 0x8729, + 0x8737, 0x873f, 0x8782, 0x8722, + 0x877d, 0x877e, 0x877b, 0x8760, + 0x8770, 0x874c, 0x876e, 0x878b, + 0x8753, 0x8763, 0x877c, 0x8764, + 0x8759, 0x8765, 0x8793, 0x87af, + 0x87a8, 0x87d2, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x87c6, 0x8788, 0x8785, + 0x87ad, 0x8797, 0x8783, 0x87ab, + 0x87e5, 0x87ac, 0x87b5, 0x87b3, + 0x87cb, 0x87d3, 0x87bd, 0x87d1, + 0x87c0, 0x87ca, 0x87db, 0x87ea, + 0x87e0, 0x87ee, 0x8816, 0x8813, + 0x87fe, 0x880a, 0x881b, 0x8821, + 0x8839, 0x883c, 0x7f36, 0x7f42, + 0x7f44, 0x7f45, 0x8210, 0x7afa, + 0x7afd, 0x7b08, 0x7b03, 0x7b04, + 0x7b15, 0x7b0a, 0x7b2b, 0x7b0f, + 0x7b47, 0x7b38, 0x7b2a, 0x7b19, + 0x7b2e, 0x7b31, 0x7b20, 0x7b25, + 0x7b24, 0x7b33, 0x7b3e, 0x7b1e, + 0x7b58, 0x7b5a, 0x7b45, 0x7b75, + 0x7b4c, 0x7b5d, 0x7b60, 0x7b6e, + 0x0000, 0x7b7b, 0x7b62, 0x7b72, + 0x7b71, 0x7b90, 0x7ba6, 0x7ba7, + 0x7bb8, 0x7bac, 0x7b9d, 0x7ba8, + 0x7b85, 0x7baa, 0x7b9c, 0x7ba2, + 0x7bab, 0x7bb4, 0x7bd1, 0x7bc1, + 0x7bcc, 0x7bdd, 0x7bda, 0x7be5, + 0x7be6, 0x7bea, 0x7c0c, 0x7bfe, + 0x7bfc, 0x7c0f, 0x7c16, 0x7c0b, + 0x7c1f, 0x7c2a, 0x7c26, 0x7c38, + 0x7c41, 0x7c40, 0x81fe, 0x8201, + 0x8202, 0x8204, 0x81ec, 0x8844, + 0x8221, 0x8222, 0x8223, 0x822d, + 0x822f, 0x8228, 0x822b, 0x8238, + 0x823b, 0x8233, 0x8234, 0x823e, + 0x8244, 0x8249, 0x824b, 0x824f, + 0x825a, 0x825f, 0x8268, 0x887e, + 0x8885, 0x8888, 0x88d8, 0x88df, + 0x895e, 0x7f9d, 0x7f9f, 0x7fa7, + 0x7faf, 0x7fb0, 0x7fb2, 0x7c7c, + 0x6549, 0x7c91, 0x7c9d, 0x7c9c, + 0x7c9e, 0x7ca2, 0x7cb2, 0x7cbc, + 0x7cbd, 0x7cc1, 0x7cc7, 0x7ccc, + 0x7ccd, 0x7cc8, 0x7cc5, 0x7cd7, + 0x7ce8, 0x826e, 0x66a8, 0x7fbf, + 0x7fce, 0x7fd5, 0x7fe5, 0x7fe1, + 0x7fe6, 0x7fe9, 0x7fee, 0x7ff3, + 0x7cf8, 0x7d77, 0x7da6, 0x7dae, + 0x7e47, 0x7e9b, 0x9eb8, 0x9eb4, + 0x8d73, 0x8d84, 0x8d94, 0x8d91, + 0x8db1, 0x8d67, 0x8d6d, 0x8c47, + 0x8c49, 0x914a, 0x9150, 0x914e, + 0x914f, 0x9164, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x9162, 0x9161, 0x9170, + 0x9169, 0x916f, 0x917d, 0x917e, + 0x9172, 0x9174, 0x9179, 0x918c, + 0x9185, 0x9190, 0x918d, 0x9191, + 0x91a2, 0x91a3, 0x91aa, 0x91ad, + 0x91ae, 0x91af, 0x91b5, 0x91b4, + 0x91ba, 0x8c55, 0x9e7e, 0x8db8, + 0x8deb, 0x8e05, 0x8e59, 0x8e69, + 0x8db5, 0x8dbf, 0x8dbc, 0x8dba, + 0x8dc4, 0x8dd6, 0x8dd7, 0x8dda, + 0x8dde, 0x8dce, 0x8dcf, 0x8ddb, + 0x8dc6, 0x8dec, 0x8df7, 0x8df8, + 0x8de3, 0x8df9, 0x8dfb, 0x8de4, + 0x8e09, 0x8dfd, 0x8e14, 0x8e1d, + 0x8e1f, 0x8e2c, 0x8e2e, 0x8e23, + 0x8e2f, 0x8e3a, 0x8e40, 0x8e39, + 0x0000, 0x8e35, 0x8e3d, 0x8e31, + 0x8e49, 0x8e41, 0x8e42, 0x8e51, + 0x8e52, 0x8e4a, 0x8e70, 0x8e76, + 0x8e7c, 0x8e6f, 0x8e74, 0x8e85, + 0x8e8f, 0x8e94, 0x8e90, 0x8e9c, + 0x8e9e, 0x8c78, 0x8c82, 0x8c8a, + 0x8c85, 0x8c98, 0x8c94, 0x659b, + 0x89d6, 0x89de, 0x89da, 0x89dc, + 0x89e5, 0x89eb, 0x89ef, 0x8a3e, + 0x8b26, 0x9753, 0x96e9, 0x96f3, + 0x96ef, 0x9706, 0x9701, 0x9708, + 0x970f, 0x970e, 0x972a, 0x972d, + 0x9730, 0x973e, 0x9f80, 0x9f83, + 0x9f85, 0x9f86, 0x9f87, 0x9f88, + 0x9f89, 0x9f8a, 0x9f8c, 0x9efe, + 0x9f0b, 0x9f0d, 0x96b9, 0x96bc, + 0x96bd, 0x96ce, 0x96d2, 0x77bf, + 0x96e0, 0x928e, 0x92ae, 0x92c8, + 0x933e, 0x936a, 0x93ca, 0x938f, + 0x943e, 0x946b, 0x9c7f, 0x9c82, + 0x9c85, 0x9c86, 0x9c87, 0x9c88, + 0x7a23, 0x9c8b, 0x9c8e, 0x9c90, + 0x9c91, 0x9c92, 0x9c94, 0x9c95, + 0x9c9a, 0x9c9b, 0x9c9e, 0x9c9f, + 0x9ca0, 0x9ca1, 0x9ca2, 0x9ca3, + 0x9ca5, 0x9ca6, 0x9ca7, 0x9ca8, + 0x9ca9, 0x9cab, 0x9cad, 0x9cae, + 0x9cb0, 0x9cb1, 0x9cb2, 0x9cb3, + 0x9cb4, 0x9cb5, 0x9cb6, 0x9cb7, + 0x9cba, 0x9cbb, 0x9cbc, 0x9cbd, + 0x9cc4, 0x9cc5, 0x9cc6, 0x9cc7, + 0x9cca, 0x9ccb, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x9ccc, 0x9ccd, 0x9cce, + 0x9ccf, 0x9cd0, 0x9cd3, 0x9cd4, + 0x9cd5, 0x9cd7, 0x9cd8, 0x9cd9, + 0x9cdc, 0x9cdd, 0x9cdf, 0x9ce2, + 0x977c, 0x9785, 0x9791, 0x9792, + 0x9794, 0x97af, 0x97ab, 0x97a3, + 0x97b2, 0x97b4, 0x9ab1, 0x9ab0, + 0x9ab7, 0x9e58, 0x9ab6, 0x9aba, + 0x9abc, 0x9ac1, 0x9ac0, 0x9ac5, + 0x9ac2, 0x9acb, 0x9acc, 0x9ad1, + 0x9b45, 0x9b43, 0x9b47, 0x9b49, + 0x9b48, 0x9b4d, 0x9b51, 0x98e8, + 0x990d, 0x992e, 0x9955, 0x9954, + 0x9adf, 0x9ae1, 0x9ae6, 0x9aef, + 0x9aeb, 0x9afb, 0x9aed, 0x9af9, + 0x9b08, 0x9b0f, 0x9b13, 0x9b1f, + 0x0000, 0x9b23, 0x9ebd, 0x9ebe, + 0x7e3b, 0x9e82, 0x9e87, 0x9e88, + 0x9e8b, 0x9e92, 0x93d6, 0x9e9d, + 0x9e9f, 0x9edb, 0x9edc, 0x9edd, + 0x9ee0, 0x9edf, 0x9ee2, 0x9ee9, + 0x9ee7, 0x9ee5, 0x9eea, 0x9eef, + 0x9f22, 0x9f2c, 0x9f2f, 0x9f39, + 0x9f37, 0x9f3d, 0x9f3e, 0x9f44, + 0x0f00, 0x0f01, 0x0f02, 0x0f03, + 0x0f04, 0x0f05, 0x0f06, 0x0f07, + 0x0f08, 0x0f09, 0x0f0a, 0x0f0b, + 0x0f0c, 0x0f0d, 0x0f0e, 0x0f0f, + 0x0f10, 0x0f11, 0x0f12, 0x0f13, + 0x0f14, 0x0f15, 0x0f16, 0x0f17, + 0x0f18, 0x0f19, 0x0f1a, 0x0f1b, + 0x0f1c, 0x0f1d, 0x0f1e, 0x0f1f, + 0x0f20, 0x0f21, 0x0f22, 0x0f23, + 0x0f24, 0x0f25, 0x0f26, 0x0f27, + 0x0f28, 0x0f29, 0x0f2a, 0x0f2b, + 0x0f2c, 0x0f2d, 0x0f2e, 0x0f2f, + 0x0f30, 0x0f31, 0x0f32, 0x0f33, + 0x0f34, 0x0f35, 0x0f36, 0x0f37, + 0x0f38, 0x0f39, 0x0f3a, 0x0f3b, + 0x0f3c, 0x0f3d, 0x0f3e, 0x0f3f, + 0x0f40, 0x0f41, 0x0f42, 0x0f43, + 0x0f44, 0x0f45, 0x0f46, 0x0f47, + 0x0f48, 0x0f49, 0x0f4a, 0x0f4b, + 0x0f4c, 0x0f4d, 0x0f4e, 0x0f4f, + 0x0f50, 0x0f51, 0x0f52, 0x0f53, + 0x0f54, 0x0f55, 0x0f56, 0x0f57, + 0x0f58, 0x0f59, 0x0f5a, 0x0f5b, + 0x0f5c, 0x0f5d, 0x0f5e, 0x0f5f, + 0x0f60, 0x0f61, 0x0f62, 0x0f63, + 0x0f64, 0x0f65, 0x0f66, 0x0f67, + 0x0f68, 0x0f69, 0x0f6a, 0x0f6b, + 0x0f6c, 0x0f6d, 0x0f6e, 0x0f6f, + 0x0f70, 0x0f71, 0x0f72, 0x0f73, + 0x0f74, 0x0f75, 0x0f76, 0x0f77, + 0x0f78, 0x0f79, 0x0f7a, 0x0f7b, + 0x0f7c, 0x0f7d, 0x0f7e, 0x0f7f, + 0x0f80, 0x0f81, 0x0f82, 0x0f83, + 0x0f84, 0x0f85, 0x0f86, 0x0f87, + 0x0f88, 0x0f89, 0x0f8a, 0x0f8b, + 0x0f8c, 0x0f8d, 0x0f8e, 0x0f8f, + 0x0f90, 0x0f91, 0x0f92, 0x0f93, + 0x0f94, 0x0f95, 0x0f96, 0x0f97, + 0x0f98, 0x0f99, 0x0f9a, 0x0f9b, + 0x0f9c, 0x0f9d, 0x0f9e, 0x0f9f, + 0x0fa0, 0x0fa1, 0x0fa2, 0x0fa3, + 0x0fa4, 0x0fa5, 0x0fa6, 0x0fa7, + 0x0fa8, 0x0fa9, 0x0faa, 0x0fab, + 0x0fac, 0x0fad, 0x0fae, 0x0faf, + 0x0fb0, 0x0fb1, 0x0fb2, 0x0fb3, + 0x0fb4, 0x0fb5, 0x0fb6, 0x0fb7, + 0x0fb8, 0x0fb9, 0x0fba, 0x0fbb, + 0x0fbc, 0x0fbd, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0fbe, 0x0fbf, 0x0fc0, 0x0fc1, + 0x0fc2, 0x0fc3, 0x0fc4, 0x0fc5, + 0x0fc6, 0x0fc7, 0x0fc8, 0x0fc9, + 0x0fca, 0x0fcb, 0x0fcc, 0x0fcd, + 0x0fce, 0x0fcf, 0x0fd0, 0x0fd1, + 0x0fd2, 0x0fd3, 0x0fd4, 0x0fd5, + 0x0fd6, 0x0fd7, 0x0fd8, 0x0fd9, + 0x0fda, 0x0fdb, 0x0fdc, 0x0fdd, + 0x0fde, 0x0fdf, 0x0fe0, 0x0fe1, + 0x0fe2, 0x0fe3, 0x0fe4, 0x0fe5, + 0x0fe6, 0x0fe7, 0x0fe8, 0x0fe9, + 0x0fea, 0x0feb, 0x0fec, 0x0fed, + 0x0fee, 0x0fef, 0x0ff0, 0x0ff1, + 0x0ff2, 0x0ff3, 0x0ff4, 0x0ff5, + 0x0ff6, 0x0ff7, 0x0ff8, 0x0ff9, + 0x0ffa, 0x0ffb, 0x0ffc, 0x0ffd, + 0x0ffe, 0x0fff, 0x1800, 0x1801, + 0x1802, 0x1803, 0x1804, 0x1805, + 0x1806, 0x1807, 0x1808, 0x1809, + 0x180a, 0x180b, 0x180c, 0x180d, + 0x180e, 0x180f, 0x1810, 0x1811, + 0x1812, 0x1813, 0x1814, 0x1815, + 0x1816, 0x1817, 0x1818, 0x1819, + 0x181a, 0x181b, 0x181c, 0x181d, + 0x181e, 0x181f, 0x1820, 0x1821, + 0x1822, 0x1823, 0x1824, 0x1825, + 0x1826, 0x1827, 0x1828, 0x1829, + 0x182a, 0x182b, 0x182c, 0x182d, + 0x182e, 0x182f, 0x1830, 0x1831, + 0x1832, 0x1833, 0x1834, 0x1835, + 0x1836, 0x1837, 0x1838, 0x1839, + 0x183a, 0x183b, 0x183c, 0x183d, + 0x183e, 0x183f, 0x1840, 0x1841, + 0x1842, 0x1843, 0x1844, 0x1845, + 0x1846, 0x1847, 0x1848, 0x1849, + 0x184a, 0x184b, 0x184c, 0x184d, + 0x184e, 0x184f, 0x1850, 0x1851, + 0x1852, 0x1853, 0x1854, 0x1855, + 0x1856, 0x1857, 0x1858, 0x1859, + 0x185a, 0x185b, 0x185c, 0x185d, + 0x185e, 0x185f, 0x1860, 0x1861, + 0x1862, 0x1863, 0x1864, 0x1865, + 0x1866, 0x1867, 0x1868, 0x1869, + 0x186a, 0x186b, 0x186c, 0x186d, + 0x186e, 0x186f, 0x1870, 0x1871, + 0x1872, 0x1873, 0x1874, 0x1875, + 0x1876, 0x1877, 0x1878, 0x1879, + 0x187a, 0x187b, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x187c, 0x187d, 0x187e, 0x187f, + 0x1880, 0x1881, 0x1882, 0x1883, + 0x1884, 0x1885, 0x1886, 0x1887, + 0x1888, 0x1889, 0x188a, 0x188b, + 0x188c, 0x188d, 0x188e, 0x188f, + 0x1890, 0x1891, 0x1892, 0x1893, + 0x1894, 0x1895, 0x1896, 0x1897, + 0x1898, 0x1899, 0x189a, 0x189b, + 0x189c, 0x189d, 0x189e, 0x189f, + 0x18a0, 0x18a1, 0x18a2, 0x18a3, + 0x18a4, 0x18a5, 0x18a6, 0x18a7, + 0x18a8, 0x18a9, 0x18aa, 0x18ab, + 0x18ac, 0x18ad, 0x18ae, 0x18af, + 0xa000, 0xa001, 0xa002, 0xa003, + 0xa004, 0xa005, 0xa006, 0xa007, + 0xa008, 0xa009, 0xa00a, 0xa00b, + 0xa00c, 0xa00d, 0xa00e, 0xa00f, + 0xa010, 0xa011, 0xa012, 0xa013, + 0xa014, 0xa015, 0xa016, 0xa017, + 0xa018, 0xa019, 0xa01a, 0xa01b, + 0xa01c, 0xa01d, 0xa01e, 0xa01f, + 0xa020, 0xa021, 0xa022, 0xa023, + 0xa024, 0xa025, 0xa026, 0xa027, + 0xa028, 0xa029, 0xa02a, 0xa02b, + 0xa02c, 0xa02d, 0xa02e, 0xa02f, + 0xa030, 0xa031, 0xa032, 0xa033, + 0xa034, 0xa035, 0xa036, 0xa037, + 0xa038, 0xa039, 0xa03a, 0xa03b, + 0xa03c, 0xa03d, 0xa03e, 0xa03f, + 0xa040, 0xa041, 0xa042, 0xa043, + 0xa044, 0xa045, 0xa046, 0xa047, + 0xa048, 0xa049, 0xa04a, 0xa04b, + 0xa04c, 0xa04d, 0xa04e, 0xa04f, + 0xa050, 0xa051, 0xa052, 0xa053, + 0xa054, 0xa055, 0xa056, 0xa057, + 0xa058, 0xa059, 0xa05a, 0xa05b, + 0xa05c, 0xa05d, 0xa05e, 0xa05f, + 0xa060, 0xa061, 0xa062, 0xa063, + 0xa064, 0xa065, 0xa066, 0xa067, + 0xa068, 0xa069, 0xa06a, 0xa06b, + 0xa06c, 0xa06d, 0xa06e, 0xa06f, + 0xa070, 0xa071, 0xa072, 0xa073, + 0xa074, 0xa075, 0xa076, 0xa077, + 0xa078, 0xa079, 0xa07a, 0xa07b, + 0xa07c, 0xa07d, 0xa07e, 0xa07f, + 0xa080, 0xa081, 0xa082, 0xa083, + 0xa084, 0xa085, 0xa086, 0xa087, + 0xa088, 0xa089, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xa08a, 0xa08b, 0xa08c, 0xa08d, + 0xa08e, 0xa08f, 0xa090, 0xa091, + 0xa092, 0xa093, 0xa094, 0xa095, + 0xa096, 0xa097, 0xa098, 0xa099, + 0xa09a, 0xa09b, 0xa09c, 0xa09d, + 0xa09e, 0xa09f, 0xa0a0, 0xa0a1, + 0xa0a2, 0xa0a3, 0xa0a4, 0xa0a5, + 0xa0a6, 0xa0a7, 0xa0a8, 0xa0a9, + 0xa0aa, 0xa0ab, 0xa0ac, 0xa0ad, + 0xa0ae, 0xa0af, 0xa0b0, 0xa0b1, + 0xa0b2, 0xa0b3, 0xa0b4, 0xa0b5, + 0xa0b6, 0xa0b7, 0xa0b8, 0xa0b9, + 0xa0ba, 0xa0bb, 0xa0bc, 0xa0bd, + 0xa0be, 0xa0bf, 0xa0c0, 0xa0c1, + 0xa0c2, 0xa0c3, 0xa0c4, 0xa0c5, + 0xa0c6, 0xa0c7, 0xa0c8, 0xa0c9, + 0xa0ca, 0xa0cb, 0xa0cc, 0xa0cd, + 0xa0ce, 0xa0cf, 0xa0d0, 0xa0d1, + 0xa0d2, 0xa0d3, 0xa0d4, 0xa0d5, + 0xa0d6, 0xa0d7, 0xa0d8, 0xa0d9, + 0xa0da, 0xa0db, 0xa0dc, 0xa0dd, + 0xa0de, 0xa0df, 0xa0e0, 0xa0e1, + 0xa0e2, 0xa0e3, 0xa0e4, 0xa0e5, + 0xa0e6, 0xa0e7, 0xa0e8, 0xa0e9, + 0xa0ea, 0xa0eb, 0xa0ec, 0xa0ed, + 0xa0ee, 0xa0ef, 0xa0f0, 0xa0f1, + 0xa0f2, 0xa0f3, 0xa0f4, 0xa0f5, + 0xa0f6, 0xa0f7, 0xa0f8, 0xa0f9, + 0xa0fa, 0xa0fb, 0xa0fc, 0xa0fd, + 0xa0fe, 0xa0ff, 0xa100, 0xa101, + 0xa102, 0xa103, 0xa104, 0xa105, + 0xa106, 0xa107, 0xa108, 0xa109, + 0xa10a, 0xa10b, 0xa10c, 0xa10d, + 0xa10e, 0xa10f, 0xa110, 0xa111, + 0xa112, 0xa113, 0xa114, 0xa115, + 0xa116, 0xa117, 0xa118, 0xa119, + 0xa11a, 0xa11b, 0xa11c, 0xa11d, + 0xa11e, 0xa11f, 0xa120, 0xa121, + 0xa122, 0xa123, 0xa124, 0xa125, + 0xa126, 0xa127, 0xa128, 0xa129, + 0xa12a, 0xa12b, 0xa12c, 0xa12d, + 0xa12e, 0xa12f, 0xa130, 0xa131, + 0xa132, 0xa133, 0xa134, 0xa135, + 0xa136, 0xa137, 0xa138, 0xa139, + 0xa13a, 0xa13b, 0xa13c, 0xa13d, + 0xa13e, 0xa13f, 0xa140, 0xa141, + 0xa142, 0xa143, 0xa144, 0xa145, + 0xa146, 0xa147, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xa148, 0xa149, 0xa14a, 0xa14b, + 0xa14c, 0xa14d, 0xa14e, 0xa14f, + 0xa150, 0xa151, 0xa152, 0xa153, + 0xa154, 0xa155, 0xa156, 0xa157, + 0xa158, 0xa159, 0xa15a, 0xa15b, + 0xa15c, 0xa15d, 0xa15e, 0xa15f, + 0xa160, 0xa161, 0xa162, 0xa163, + 0xa164, 0xa165, 0xa166, 0xa167, + 0xa168, 0xa169, 0xa16a, 0xa16b, + 0xa16c, 0xa16d, 0xa16e, 0xa16f, + 0xa170, 0xa171, 0xa172, 0xa173, + 0xa174, 0xa175, 0xa176, 0xa177, + 0xa178, 0xa179, 0xa17a, 0xa17b, + 0xa17c, 0xa17d, 0xa17e, 0xa17f, + 0xa180, 0xa181, 0xa182, 0xa183, + 0xa184, 0xa185, 0xa186, 0xa187, + 0xa188, 0xa189, 0xa18a, 0xa18b, + 0xa18c, 0xa18d, 0xa18e, 0xa18f, + 0xa190, 0xa191, 0xa192, 0xa193, + 0xa194, 0xa195, 0xa196, 0xa197, + 0xa198, 0xa199, 0xa19a, 0xa19b, + 0xa19c, 0xa19d, 0xa19e, 0xa19f, + 0xa1a0, 0xa1a1, 0xa1a2, 0xa1a3, + 0xa1a4, 0xa1a5, 0xa1a6, 0xa1a7, + 0xa1a8, 0xa1a9, 0xa1aa, 0xa1ab, + 0xa1ac, 0xa1ad, 0xa1ae, 0xa1af, + 0xa1b0, 0xa1b1, 0xa1b2, 0xa1b3, + 0xa1b4, 0xa1b5, 0xa1b6, 0xa1b7, + 0xa1b8, 0xa1b9, 0xa1ba, 0xa1bb, + 0xa1bc, 0xa1bd, 0xa1be, 0xa1bf, + 0xa1c0, 0xa1c1, 0xa1c2, 0xa1c3, + 0xa1c4, 0xa1c5, 0xa1c6, 0xa1c7, + 0xa1c8, 0xa1c9, 0xa1ca, 0xa1cb, + 0xa1cc, 0xa1cd, 0xa1ce, 0xa1cf, + 0xa1d0, 0xa1d1, 0xa1d2, 0xa1d3, + 0xa1d4, 0xa1d5, 0xa1d6, 0xa1d7, + 0xa1d8, 0xa1d9, 0xa1da, 0xa1db, + 0xa1dc, 0xa1dd, 0xa1de, 0xa1df, + 0xa1e0, 0xa1e1, 0xa1e2, 0xa1e3, + 0xa1e4, 0xa1e5, 0xa1e6, 0xa1e7, + 0xa1e8, 0xa1e9, 0xa1ea, 0xa1eb, + 0xa1ec, 0xa1ed, 0xa1ee, 0xa1ef, + 0xa1f0, 0xa1f1, 0xa1f2, 0xa1f3, + 0xa1f4, 0xa1f5, 0xa1f6, 0xa1f7, + 0xa1f8, 0xa1f9, 0xa1fa, 0xa1fb, + 0xa1fc, 0xa1fd, 0xa1fe, 0xa1ff, + 0xa200, 0xa201, 0xa202, 0xa203, + 0xa204, 0xa205, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xa206, 0xa207, 0xa208, 0xa209, + 0xa20a, 0xa20b, 0xa20c, 0xa20d, + 0xa20e, 0xa20f, 0xa210, 0xa211, + 0xa212, 0xa213, 0xa214, 0xa215, + 0xa216, 0xa217, 0xa218, 0xa219, + 0xa21a, 0xa21b, 0xa21c, 0xa21d, + 0xa21e, 0xa21f, 0xa220, 0xa221, + 0xa222, 0xa223, 0xa224, 0xa225, + 0xa226, 0xa227, 0xa228, 0xa229, + 0xa22a, 0xa22b, 0xa22c, 0xa22d, + 0xa22e, 0xa22f, 0xa230, 0xa231, + 0xa232, 0xa233, 0xa234, 0xa235, + 0xa236, 0xa237, 0xa238, 0xa239, + 0xa23a, 0xa23b, 0xa23c, 0xa23d, + 0xa23e, 0xa23f, 0xa240, 0xa241, + 0xa242, 0xa243, 0xa244, 0xa245, + 0xa246, 0xa247, 0xa248, 0xa249, + 0xa24a, 0xa24b, 0xa24c, 0xa24d, + 0xa24e, 0xa24f, 0xa250, 0xa251, + 0xa252, 0xa253, 0xa254, 0xa255, + 0xa256, 0xa257, 0xa258, 0xa259, + 0xa25a, 0xa25b, 0xa25c, 0xa25d, + 0xa25e, 0xa25f, 0xa260, 0xa261, + 0xa262, 0xa263, 0xa264, 0xa265, + 0xa266, 0xa267, 0xa268, 0xa269, + 0xa26a, 0xa26b, 0xa26c, 0xa26d, + 0xa26e, 0xa26f, 0xa270, 0xa271, + 0xa272, 0xa273, 0xa274, 0xa275, + 0xa276, 0xa277, 0xa278, 0xa279, + 0xa27a, 0xa27b, 0xa27c, 0xa27d, + 0xa27e, 0xa27f, 0xa280, 0xa281, + 0xa282, 0xa283, 0xa284, 0xa285, + 0xa286, 0xa287, 0xa288, 0xa289, + 0xa28a, 0xa28b, 0xa28c, 0xa28d, + 0xa28e, 0xa28f, 0xa290, 0xa291, + 0xa292, 0xa293, 0xa294, 0xa295, + 0xa296, 0xa297, 0xa298, 0xa299, + 0xa29a, 0xa29b, 0xa29c, 0xa29d, + 0xa29e, 0xa29f, 0xa2a0, 0xa2a1, + 0xa2a2, 0xa2a3, 0xa2a4, 0xa2a5, + 0xa2a6, 0xa2a7, 0xa2a8, 0xa2a9, + 0xa2aa, 0xa2ab, 0xa2ac, 0xa2ad, + 0xa2ae, 0xa2af, 0xa2b0, 0xa2b1, + 0xa2b2, 0xa2b3, 0xa2b4, 0xa2b5, + 0xa2b6, 0xa2b7, 0xa2b8, 0xa2b9, + 0xa2ba, 0xa2bb, 0xa2bc, 0xa2bd, + 0xa2be, 0xa2bf, 0xa2c0, 0xa2c1, + 0xa2c2, 0xa2c3, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xa2c4, 0xa2c5, 0xa2c6, 0xa2c7, + 0xa2c8, 0xa2c9, 0xa2ca, 0xa2cb, + 0xa2cc, 0xa2cd, 0xa2ce, 0xa2cf, + 0xa2d0, 0xa2d1, 0xa2d2, 0xa2d3, + 0xa2d4, 0xa2d5, 0xa2d6, 0xa2d7, + 0xa2d8, 0xa2d9, 0xa2da, 0xa2db, + 0xa2dc, 0xa2dd, 0xa2de, 0xa2df, + 0xa2e0, 0xa2e1, 0xa2e2, 0xa2e3, + 0xa2e4, 0xa2e5, 0xa2e6, 0xa2e7, + 0xa2e8, 0xa2e9, 0xa2ea, 0xa2eb, + 0xa2ec, 0xa2ed, 0xa2ee, 0xa2ef, + 0xa2f0, 0xa2f1, 0xa2f2, 0xa2f3, + 0xa2f4, 0xa2f5, 0xa2f6, 0xa2f7, + 0xa2f8, 0xa2f9, 0xa2fa, 0xa2fb, + 0xa2fc, 0xa2fd, 0xa2fe, 0xa2ff, + 0xa300, 0xa301, 0xa302, 0xa303, + 0xa304, 0xa305, 0xa306, 0xa307, + 0xa308, 0xa309, 0xa30a, 0xa30b, + 0xa30c, 0xa30d, 0xa30e, 0xa30f, + 0xa310, 0xa311, 0xa312, 0xa313, + 0xa314, 0xa315, 0xa316, 0xa317, + 0xa318, 0xa319, 0xa31a, 0xa31b, + 0xa31c, 0xa31d, 0xa31e, 0xa31f, + 0xa320, 0xa321, 0xa322, 0xa323, + 0xa324, 0xa325, 0xa326, 0xa327, + 0xa328, 0xa329, 0xa32a, 0xa32b, + 0xa32c, 0xa32d, 0xa32e, 0xa32f, + 0xa330, 0xa331, 0xa332, 0xa333, + 0xa334, 0xa335, 0xa336, 0xa337, + 0xa338, 0xa339, 0xa33a, 0xa33b, + 0xa33c, 0xa33d, 0xa33e, 0xa33f, + 0xa340, 0xa341, 0xa342, 0xa343, + 0xa344, 0xa345, 0xa346, 0xa347, + 0xa348, 0xa349, 0xa34a, 0xa34b, + 0xa34c, 0xa34d, 0xa34e, 0xa34f, + 0xa350, 0xa351, 0xa352, 0xa353, + 0xa354, 0xa355, 0xa356, 0xa357, + 0xa358, 0xa359, 0xa35a, 0xa35b, + 0xa35c, 0xa35d, 0xa35e, 0xa35f, + 0xa360, 0xa361, 0xa362, 0xa363, + 0xa364, 0xa365, 0xa366, 0xa367, + 0xa368, 0xa369, 0xa36a, 0xa36b, + 0xa36c, 0xa36d, 0xa36e, 0xa36f, + 0xa370, 0xa371, 0xa372, 0xa373, + 0xa374, 0xa375, 0xa376, 0xa377, + 0xa378, 0xa379, 0xa37a, 0xa37b, + 0xa37c, 0xa37d, 0xa37e, 0xa37f, + 0xa380, 0xa381, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xa382, 0xa383, 0xa384, 0xa385, + 0xa386, 0xa387, 0xa388, 0xa389, + 0xa38a, 0xa38b, 0xa38c, 0xa38d, + 0xa38e, 0xa38f, 0xa390, 0xa391, + 0xa392, 0xa393, 0xa394, 0xa395, + 0xa396, 0xa397, 0xa398, 0xa399, + 0xa39a, 0xa39b, 0xa39c, 0xa39d, + 0xa39e, 0xa39f, 0xa3a0, 0xa3a1, + 0xa3a2, 0xa3a3, 0xa3a4, 0xa3a5, + 0xa3a6, 0xa3a7, 0xa3a8, 0xa3a9, + 0xa3aa, 0xa3ab, 0xa3ac, 0xa3ad, + 0xa3ae, 0xa3af, 0xa3b0, 0xa3b1, + 0xa3b2, 0xa3b3, 0xa3b4, 0xa3b5, + 0xa3b6, 0xa3b7, 0xa3b8, 0xa3b9, + 0xa3ba, 0xa3bb, 0xa3bc, 0xa3bd, + 0xa3be, 0xa3bf, 0xa3c0, 0xa3c1, + 0xa3c2, 0xa3c3, 0xa3c4, 0xa3c5, + 0xa3c6, 0xa3c7, 0xa3c8, 0xa3c9, + 0xa3ca, 0xa3cb, 0xa3cc, 0xa3cd, + 0xa3ce, 0xa3cf, 0xa3d0, 0xa3d1, + 0xa3d2, 0xa3d3, 0xa3d4, 0xa3d5, + 0xa3d6, 0xa3d7, 0xa3d8, 0xa3d9, + 0xa3da, 0xa3db, 0xa3dc, 0xa3dd, + 0xa3de, 0xa3df, 0xa3e0, 0xa3e1, + 0xa3e2, 0xa3e3, 0xa3e4, 0xa3e5, + 0xa3e6, 0xa3e7, 0xa3e8, 0xa3e9, + 0xa3ea, 0xa3eb, 0xa3ec, 0xa3ed, + 0xa3ee, 0xa3ef, 0xa3f0, 0xa3f1, + 0xa3f2, 0xa3f3, 0xa3f4, 0xa3f5, + 0xa3f6, 0xa3f7, 0xa3f8, 0xa3f9, + 0xa3fa, 0xa3fb, 0xa3fc, 0xa3fd, + 0xa3fe, 0xa3ff, 0xa400, 0xa401, + 0xa402, 0xa403, 0xa404, 0xa405, + 0xa406, 0xa407, 0xa408, 0xa409, + 0xa40a, 0xa40b, 0xa40c, 0xa40d, + 0xa40e, 0xa40f, 0xa410, 0xa411, + 0xa412, 0xa413, 0xa414, 0xa415, + 0xa416, 0xa417, 0xa418, 0xa419, + 0xa41a, 0xa41b, 0xa41c, 0xa41d, + 0xa41e, 0xa41f, 0xa420, 0xa421, + 0xa422, 0xa423, 0xa424, 0xa425, + 0xa426, 0xa427, 0xa428, 0xa429, + 0xa42a, 0xa42b, 0xa42c, 0xa42d, + 0xa42e, 0xa42f, 0xa430, 0xa431, + 0xa432, 0xa433, 0xa434, 0xa435, + 0xa436, 0xa437, 0xa438, 0xa439, + 0xa43a, 0xa43b, 0xa43c, 0xa43d, + 0xa43e, 0xa43f, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xa440, 0xa441, 0xa442, 0xa443, + 0xa444, 0xa445, 0xa446, 0xa447, + 0xa448, 0xa449, 0xa44a, 0xa44b, + 0xa44c, 0xa44d, 0xa44e, 0xa44f, + 0xa450, 0xa451, 0xa452, 0xa453, + 0xa454, 0xa455, 0xa456, 0xa457, + 0xa458, 0xa459, 0xa45a, 0xa45b, + 0xa45c, 0xa45d, 0xa45e, 0xa45f, + 0xa460, 0xa461, 0xa462, 0xa463, + 0xa464, 0xa465, 0xa466, 0xa467, + 0xa468, 0xa469, 0xa46a, 0xa46b, + 0xa46c, 0xa46d, 0xa46e, 0xa46f, + 0xa470, 0xa471, 0xa472, 0xa473, + 0xa474, 0xa475, 0xa476, 0xa477, + 0xa478, 0xa479, 0xa47a, 0xa47b, + 0xa47c, 0xa47d, 0xa47e, 0xa47f, + 0xa480, 0xa481, 0xa482, 0xa483, + 0xa484, 0xa485, 0xa486, 0xa487, + 0xa488, 0xa489, 0xa48a, 0xa48b, + 0xa48c, 0xa48d, 0xa48e, 0xa48f, + 0xa490, 0xa491, 0xa492, 0xa493, + 0xa494, 0xa495, 0xa496, 0xa497, + 0xa498, 0xa499, 0xa49a, 0xa49b, + 0xa49c, 0xa49d, 0xa49e, 0xa49f, + 0xa4a0, 0xa4a1, 0xa4a2, 0xa4a3, + 0xa4a4, 0xa4a5, 0xa4a6, 0xa4a7, + 0xa4a8, 0xa4a9, 0xa4aa, 0xa4ab, + 0xa4ac, 0xa4ad, 0xa4ae, 0xa4af, + 0xa4b0, 0xa4b1, 0xa4b2, 0xa4b3, + 0xa4b4, 0xa4b5, 0xa4b6, 0xa4b7, + 0xa4b8, 0xa4b9, 0xa4ba, 0xa4bb, + 0xa4bc, 0xa4bd, 0xa4be, 0xa4bf, + 0xa4c0, 0xa4c1, 0xa4c2, 0xa4c3, + 0xa4c4, 0xa4c5, 0xa4c6, 0xa4c7, + 0xa4c8, 0xa4c9, 0xa4ca, 0xa4cb, + 0xa4cc, 0xa4cd, 0xa4ce, 0xa4cf, + 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, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe000, 0xe001, 0xe002, 0xe003, + 0xe004, 0xe005, 0xe006, 0xe007, + 0xe008, 0xe009, 0xe00a, 0xe00b, + 0xe00c, 0xe00d, 0xe00e, 0xe00f, + 0xe010, 0xe011, 0xe012, 0xe013, + 0xe014, 0xe015, 0xe016, 0xe017, + 0xe018, 0xe019, 0xe01a, 0xe01b, + 0xe01c, 0xe01d, 0xe01e, 0xe01f, + 0xe020, 0xe021, 0xe022, 0xe023, + 0xe024, 0xe025, 0xe026, 0xe027, + 0xe028, 0xe029, 0xe02a, 0xe02b, + 0xe02c, 0xe02d, 0xe02e, 0xe02f, + 0xe030, 0xe031, 0xe032, 0xe033, + 0xe034, 0xe035, 0xe036, 0xe037, + 0xe038, 0xe039, 0xe03a, 0xe03b, + 0xe03c, 0xe03d, 0xe03e, 0x0000, + 0xe03f, 0xe040, 0xe041, 0xe042, + 0xe043, 0xe044, 0xe045, 0xe046, + 0xe047, 0xe048, 0xe049, 0xe04a, + 0xe04b, 0xe04c, 0xe04d, 0xe04e, + 0xe04f, 0xe050, 0xe051, 0xe052, + 0xe053, 0xe054, 0xe055, 0xe056, + 0xe057, 0xe058, 0xe059, 0xe05a, + 0xe05b, 0xe05c, 0xe05d, 0xe05e, + 0xe05f, 0xe060, 0xe061, 0xe062, + 0xe063, 0xe064, 0xe065, 0xe066, + 0xe067, 0xe068, 0xe069, 0xe06a, + 0xe06b, 0xe06c, 0xe06d, 0xe06e, + 0xe06f, 0xe070, 0xe071, 0xe072, + 0xe073, 0xe074, 0xe075, 0xe076, + 0xe077, 0xe078, 0xe079, 0xe07a, + 0xe07b, 0xe07c, 0xe07d, 0xe07e, + 0xe07f, 0xe080, 0xe081, 0xe082, + 0xe083, 0xe084, 0xe085, 0xe086, + 0xe087, 0xe088, 0xe089, 0xe08a, + 0xe08b, 0xe08c, 0xe08d, 0xe08e, + 0xe08f, 0xe090, 0xe091, 0xe092, + 0xe093, 0xe094, 0xe095, 0xe096, + 0xe097, 0xe098, 0xe099, 0xe09a, + 0xe09b, 0xe09c, 0xe09d, 0xe09e, + 0xe09f, 0xe0a0, 0xe0a1, 0xe0a2, + 0xe0a3, 0xe0a4, 0xe0a5, 0xe0a6, + 0xe0a7, 0xe0a8, 0xe0a9, 0xe0aa, + 0xe0ab, 0xe0ac, 0xe0ad, 0xe0ae, + 0xe0af, 0xe0b0, 0xe0b1, 0xe0b2, + 0xe0b3, 0xe0b4, 0xe0b5, 0xe0b6, + 0xe0b7, 0xe0b8, 0xe0b9, 0xe0ba, + 0xe0bb, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe0bc, 0xe0bd, 0xe0be, 0xe0bf, + 0xe0c0, 0xe0c1, 0xe0c2, 0xe0c3, + 0xe0c4, 0xe0c5, 0xe0c6, 0xe0c7, + 0xe0c8, 0xe0c9, 0xe0ca, 0xe0cb, + 0xe0cc, 0xe0cd, 0xe0ce, 0xe0cf, + 0xe0d0, 0xe0d1, 0xe0d2, 0xe0d3, + 0xe0d4, 0xe0d5, 0xe0d6, 0xe0d7, + 0xe0d8, 0xe0d9, 0xe0da, 0xe0db, + 0xe0dc, 0xe0dd, 0xe0de, 0xe0df, + 0xe0e0, 0xe0e1, 0xe0e2, 0xe0e3, + 0xe0e4, 0xe0e5, 0xe0e6, 0xe0e7, + 0xe0e8, 0xe0e9, 0xe0ea, 0xe0eb, + 0xe0ec, 0xe0ed, 0xe0ee, 0xe0ef, + 0xe0f0, 0xe0f1, 0xe0f2, 0xe0f3, + 0xe0f4, 0xe0f5, 0xe0f6, 0xe0f7, + 0xe0f8, 0xe0f9, 0xe0fa, 0x0000, + 0xe0fb, 0xe0fc, 0xe0fd, 0xe0fe, + 0xe0ff, 0xe100, 0xe101, 0xe102, + 0xe103, 0xe104, 0xe105, 0xe106, + 0xe107, 0xe108, 0xe109, 0xe10a, + 0xe10b, 0xe10c, 0xe10d, 0xe10e, + 0xe10f, 0xe110, 0xe111, 0xe112, + 0xe113, 0xe114, 0xe115, 0xe116, + 0xe117, 0xe118, 0xe119, 0xe11a, + 0xe11b, 0xe11c, 0xe11d, 0xe11e, + 0xe11f, 0xe120, 0xe121, 0xe122, + 0xe123, 0xe124, 0xe125, 0xe126, + 0xe127, 0xe128, 0xe129, 0xe12a, + 0xe12b, 0xe12c, 0xe12d, 0xe12e, + 0xe12f, 0xe130, 0xe131, 0xe132, + 0xe133, 0xe134, 0xe135, 0xe136, + 0xe137, 0xe138, 0xe139, 0xe13a, + 0xe13b, 0xe13c, 0xe13d, 0xe13e, + 0xe13f, 0xe140, 0xe141, 0xe142, + 0xe143, 0xe144, 0xe145, 0xe146, + 0xe147, 0xe148, 0xe149, 0xe14a, + 0xe14b, 0xe14c, 0xe14d, 0xe14e, + 0xe14f, 0xe150, 0xe151, 0xe152, + 0xe153, 0xe154, 0xe155, 0xe156, + 0xe157, 0xe158, 0xe159, 0xe15a, + 0xe15b, 0xe15c, 0xe15d, 0xe15e, + 0xe15f, 0xe160, 0xe161, 0xe162, + 0xe163, 0xe164, 0xe165, 0xe166, + 0xe167, 0xe168, 0xe169, 0xe16a, + 0xe16b, 0xe16c, 0xe16d, 0xe16e, + 0xe16f, 0xe170, 0xe171, 0xe172, + 0xe173, 0xe174, 0xe175, 0xe176, + 0xe177, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe178, 0xe179, 0xe17a, 0xe17b, + 0xe17c, 0xe17d, 0xe17e, 0xe17f, + 0xe180, 0xe181, 0xe182, 0xe183, + 0xe184, 0xe185, 0xe186, 0xe187, + 0xe188, 0xe189, 0xe18a, 0xe18b, + 0xe18c, 0xe18d, 0xe18e, 0xe18f, + 0xe190, 0xe191, 0xe192, 0xe193, + 0xe194, 0xe195, 0xe196, 0xe197, + 0xe198, 0xe199, 0xe19a, 0xe19b, + 0xe19c, 0xe19d, 0xe19e, 0xe19f, + 0xe1a0, 0xe1a1, 0xe1a2, 0xe1a3, + 0xe1a4, 0xe1a5, 0xe1a6, 0xe1a7, + 0xe1a8, 0xe1a9, 0xe1aa, 0xe1ab, + 0xe1ac, 0xe1ad, 0xe1ae, 0xe1af, + 0xe1b0, 0xe1b1, 0xe1b2, 0xe1b3, + 0xe1b4, 0xe1b5, 0xe1b6, 0x0000, + 0xe1b7, 0xe1b8, 0xe1b9, 0xe1ba, + 0xe1bb, 0xe1bc, 0xe1bd, 0xe1be, + 0xe1bf, 0xe1c0, 0xe1c1, 0xe1c2, + 0xe1c3, 0xe1c4, 0xe1c5, 0xe1c6, + 0xe1c7, 0xe1c8, 0xe1c9, 0xe1ca, + 0xe1cb, 0xe1cc, 0xe1cd, 0xe1ce, + 0xe1cf, 0xe1d0, 0xe1d1, 0xe1d2, + 0xe1d3, 0xe1d4, 0xe1d5, 0xe1d6, + 0xe1d7, 0xe1d8, 0xe1d9, 0xe1da, + 0xe1db, 0xe1dc, 0xe1dd, 0xe1de, + 0xe1df, 0xe1e0, 0xe1e1, 0xe1e2, + 0xe1e3, 0xe1e4, 0xe1e5, 0xe1e6, + 0xe1e7, 0xe1e8, 0xe1e9, 0xe1ea, + 0xe1eb, 0xe1ec, 0xe1ed, 0xe1ee, + 0xe1ef, 0xe1f0, 0xe1f1, 0xe1f2, + 0xe1f3, 0xe1f4, 0xe1f5, 0xe1f6, + 0xe1f7, 0xe1f8, 0xe1f9, 0xe1fa, + 0xe1fb, 0xe1fc, 0xe1fd, 0xe1fe, + 0xe1ff, 0xe200, 0xe201, 0xe202, + 0xe203, 0xe204, 0xe205, 0xe206, + 0xe207, 0xe208, 0xe209, 0xe20a, + 0xe20b, 0xe20c, 0xe20d, 0xe20e, + 0xe20f, 0xe210, 0xe211, 0xe212, + 0xe213, 0xe214, 0xe215, 0xe216, + 0xe217, 0xe218, 0xe219, 0xe21a, + 0xe21b, 0xe21c, 0xe21d, 0xe21e, + 0xe21f, 0xe220, 0xe221, 0xe222, + 0xe223, 0xe224, 0xe225, 0xe226, + 0xe227, 0xe228, 0xe229, 0xe22a, + 0xe22b, 0xe22c, 0xe22d, 0xe22e, + 0xe22f, 0xe230, 0xe231, 0xe232, + 0xe233, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe234, 0xe235, 0xe236, 0xe237, + 0xe238, 0xe239, 0xe23a, 0xe23b, + 0xe23c, 0xe23d, 0xe23e, 0xe23f, + 0xe240, 0xe241, 0xe242, 0xe243, + 0xe244, 0xe245, 0xe246, 0xe247, + 0xe248, 0xe249, 0xe24a, 0xe24b, + 0xe24c, 0xe24d, 0xe24e, 0xe24f, + 0xe250, 0xe251, 0xe252, 0xe253, + 0xe254, 0xe255, 0xe256, 0xe257, + 0xe258, 0xe259, 0xe25a, 0xe25b, + 0xe25c, 0xe25d, 0xe25e, 0xe25f, + 0xe260, 0xe261, 0xe262, 0xe263, + 0xe264, 0xe265, 0xe266, 0xe267, + 0xe268, 0xe269, 0xe26a, 0xe26b, + 0xe26c, 0xe26d, 0xe26e, 0xe26f, + 0xe270, 0xe271, 0xe272, 0x0000, + 0xe273, 0xe274, 0xe275, 0xe276, + 0xe277, 0xe278, 0xe279, 0xe27a, + 0xe27b, 0xe27c, 0xe27d, 0xe27e, + 0xe27f, 0xe280, 0xe281, 0xe282, + 0xe283, 0xe284, 0xe285, 0xe286, + 0xe287, 0xe288, 0xe289, 0xe28a, + 0xe28b, 0xe28c, 0xe28d, 0xe28e, + 0xe28f, 0xe290, 0xe291, 0xe292, + 0xe293, 0xe294, 0xe295, 0xe296, + 0xe297, 0xe298, 0xe299, 0xe29a, + 0xe29b, 0xe29c, 0xe29d, 0xe29e, + 0xe29f, 0xe2a0, 0xe2a1, 0xe2a2, + 0xe2a3, 0xe2a4, 0xe2a5, 0xe2a6, + 0xe2a7, 0xe2a8, 0xe2a9, 0xe2aa, + 0xe2ab, 0xe2ac, 0xe2ad, 0xe2ae, + 0xe2af, 0xe2b0, 0xe2b1, 0xe2b2, + 0xe2b3, 0xe2b4, 0xe2b5, 0xe2b6, + 0xe2b7, 0xe2b8, 0xe2b9, 0xe2ba, + 0xe2bb, 0xe2bc, 0xe2bd, 0xe2be, + 0xe2bf, 0xe2c0, 0xe2c1, 0xe2c2, + 0xe2c3, 0xe2c4, 0xe2c5, 0xe2c6, + 0xe2c7, 0xe2c8, 0xe2c9, 0xe2ca, + 0xe2cb, 0xe2cc, 0xe2cd, 0xe2ce, + 0xe2cf, 0xe2d0, 0xe2d1, 0xe2d2, + 0xe2d3, 0xe2d4, 0xe2d5, 0xe2d6, + 0xe2d7, 0xe2d8, 0xe2d9, 0xe2da, + 0xe2db, 0xe2dc, 0xe2dd, 0xe2de, + 0xe2df, 0xe2e0, 0xe2e1, 0xe2e2, + 0xe2e3, 0xe2e4, 0xe2e5, 0xe2e6, + 0xe2e7, 0xe2e8, 0xe2e9, 0xe2ea, + 0xe2eb, 0xe2ec, 0xe2ed, 0xe2ee, + 0xe2ef, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe2f0, 0xe2f1, 0xe2f2, 0xe2f3, + 0xe2f4, 0xe2f5, 0xe2f6, 0xe2f7, + 0xe2f8, 0xe2f9, 0xe2fa, 0xe2fb, + 0xe2fc, 0xe2fd, 0xe2fe, 0xe2ff, + 0xe300, 0xe301, 0xe302, 0xe303, + 0xe304, 0xe305, 0xe306, 0xe307, + 0xe308, 0xe309, 0xe30a, 0xe30b, + 0xe30c, 0xe30d, 0xe30e, 0xe30f, + 0xe310, 0xe311, 0xe312, 0xe313, + 0xe314, 0xe315, 0xe316, 0xe317, + 0xe318, 0xe319, 0xe31a, 0xe31b, + 0xe31c, 0xe31d, 0xe31e, 0xe31f, + 0xe320, 0xe321, 0xe322, 0xe323, + 0xe324, 0xe325, 0xe326, 0xe327, + 0xe328, 0xe329, 0xe32a, 0xe32b, + 0xe32c, 0xe32d, 0xe32e, 0x0000, + 0xe32f, 0xe330, 0xe331, 0xe332, + 0xe333, 0xe334, 0xe335, 0xe336, + 0xe337, 0xe338, 0xe339, 0xe33a, + 0xe33b, 0xe33c, 0xe33d, 0xe33e, + 0xe33f, 0xe340, 0xe341, 0xe342, + 0xe343, 0xe344, 0xe345, 0xe346, + 0xe347, 0xe348, 0xe349, 0xe34a, + 0xe34b, 0xe34c, 0xe34d, 0xe34e, + 0xe34f, 0xe350, 0xe351, 0xe352, + 0xe353, 0xe354, 0xe355, 0xe356, + 0xe357, 0xe358, 0xe359, 0xe35a, + 0xe35b, 0xe35c, 0xe35d, 0xe35e, + 0xe35f, 0xe360, 0xe361, 0xe362, + 0xe363, 0xe364, 0xe365, 0xe366, + 0xe367, 0xe368, 0xe369, 0xe36a, + 0xe36b, 0xe36c, 0xe36d, 0xe36e, + 0xe36f, 0xe370, 0xe371, 0xe372, + 0xe373, 0xe374, 0xe375, 0xe376, + 0xe377, 0xe378, 0xe379, 0xe37a, + 0xe37b, 0xe37c, 0xe37d, 0xe37e, + 0xe37f, 0xe380, 0xe381, 0xe382, + 0xe383, 0xe384, 0xe385, 0xe386, + 0xe387, 0xe388, 0xe389, 0xe38a, + 0xe38b, 0xe38c, 0xe38d, 0xe38e, + 0xe38f, 0xe390, 0xe391, 0xe392, + 0xe393, 0xe394, 0xe395, 0xe396, + 0xe397, 0xe398, 0xe399, 0xe39a, + 0xe39b, 0xe39c, 0xe39d, 0xe39e, + 0xe39f, 0xe3a0, 0xe3a1, 0xe3a2, + 0xe3a3, 0xe3a4, 0xe3a5, 0xe3a6, + 0xe3a7, 0xe3a8, 0xe3a9, 0xe3aa, + 0xe3ab, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe3ac, 0xe3ad, 0xe3ae, 0xe3af, + 0xe3b0, 0xe3b1, 0xe3b2, 0xe3b3, + 0xe3b4, 0xe3b5, 0xe3b6, 0xe3b7, + 0xe3b8, 0xe3b9, 0xe3ba, 0xe3bb, + 0xe3bc, 0xe3bd, 0xe3be, 0xe3bf, + 0xe3c0, 0xe3c1, 0xe3c2, 0xe3c3, + 0xe3c4, 0xe3c5, 0xe3c6, 0xe3c7, + 0xe3c8, 0xe3c9, 0xe3ca, 0xe3cb, + 0xe3cc, 0xe3cd, 0xe3ce, 0xe3cf, + 0xe3d0, 0xe3d1, 0xe3d2, 0xe3d3, + 0xe3d4, 0xe3d5, 0xe3d6, 0xe3d7, + 0xe3d8, 0xe3d9, 0xe3da, 0xe3db, + 0xe3dc, 0xe3dd, 0xe3de, 0xe3df, + 0xe3e0, 0xe3e1, 0xe3e2, 0xe3e3, + 0xe3e4, 0xe3e5, 0xe3e6, 0xe3e7, + 0xe3e8, 0xe3e9, 0xe3ea, 0x0000, + 0xe3eb, 0xe3ec, 0xe3ed, 0xe3ee, + 0xe3ef, 0xe3f0, 0xe3f1, 0xe3f2, + 0xe3f3, 0xe3f4, 0xe3f5, 0xe3f6, + 0xe3f7, 0xe3f8, 0xe3f9, 0xe3fa, + 0xe3fb, 0xe3fc, 0xe3fd, 0xe3fe, + 0xe3ff, 0xe400, 0xe401, 0xe402, + 0xe403, 0xe404, 0xe405, 0xe406, + 0xe407, 0xe408, 0xe409, 0xe40a, + 0xe40b, 0xe40c, 0xe40d, 0xe40e, + 0xe40f, 0xe410, 0xe411, 0xe412, + 0xe413, 0xe414, 0xe415, 0xe416, + 0xe417, 0xe418, 0xe419, 0xe41a, + 0xe41b, 0xe41c, 0xe41d, 0xe41e, + 0xe41f, 0xe420, 0xe421, 0xe422, + 0xe423, 0xe424, 0xe425, 0xe426, + 0xe427, 0xe428, 0xe429, 0xe42a, + 0xe42b, 0xe42c, 0xe42d, 0xe42e, + 0xe42f, 0xe430, 0xe431, 0xe432, + 0xe433, 0xe434, 0xe435, 0xe436, + 0xe437, 0xe438, 0xe439, 0xe43a, + 0xe43b, 0xe43c, 0xe43d, 0xe43e, + 0xe43f, 0xe440, 0xe441, 0xe442, + 0xe443, 0xe444, 0xe445, 0xe446, + 0xe447, 0xe448, 0xe449, 0xe44a, + 0xe44b, 0xe44c, 0xe44d, 0xe44e, + 0xe44f, 0xe450, 0xe451, 0xe452, + 0xe453, 0xe454, 0xe455, 0xe456, + 0xe457, 0xe458, 0xe459, 0xe45a, + 0xe45b, 0xe45c, 0xe45d, 0xe45e, + 0xe45f, 0xe460, 0xe461, 0xe462, + 0xe463, 0xe464, 0xe465, 0xe466, + 0xe467, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe468, 0xe469, 0xe46a, 0xe46b, + 0xe46c, 0xe46d, 0xe46e, 0xe46f, + 0xe470, 0xe471, 0xe472, 0xe473, + 0xe474, 0xe475, 0xe476, 0xe477, + 0xe478, 0xe479, 0xe47a, 0xe47b, + 0xe47c, 0xe47d, 0xe47e, 0xe47f, + 0xe480, 0xe481, 0xe482, 0xe483, + 0xe484, 0xe485, 0xe486, 0xe487, + 0xe488, 0xe489, 0xe48a, 0xe48b, + 0xe48c, 0xe48d, 0xe48e, 0xe48f, + 0xe490, 0xe491, 0xe492, 0xe493, + 0xe494, 0xe495, 0xe496, 0xe497, + 0xe498, 0xe499, 0xe49a, 0xe49b, + 0xe49c, 0xe49d, 0xe49e, 0xe49f, + 0xe4a0, 0xe4a1, 0xe4a2, 0xe4a3, + 0xe4a4, 0xe4a5, 0xe4a6, 0x0000, + 0xe4a7, 0xe4a8, 0xe4a9, 0xe4aa, + 0xe4ab, 0xe4ac, 0xe4ad, 0xe4ae, + 0xe4af, 0xe4b0, 0xe4b1, 0xe4b2, + 0xe4b3, 0xe4b4, 0xe4b5, 0xe4b6, + 0xe4b7, 0xe4b8, 0xe4b9, 0xe4ba, + 0xe4bb, 0xe4bc, 0xe4bd, 0xe4be, + 0xe4bf, 0xe4c0, 0xe4c1, 0xe4c2, + 0xe4c3, 0xe4c4, 0xe4c5, 0xe4c6, + 0xe4c7, 0xe4c8, 0xe4c9, 0xe4ca, + 0xe4cb, 0xe4cc, 0xe4cd, 0xe4ce, + 0xe4cf, 0xe4d0, 0xe4d1, 0xe4d2, + 0xe4d3, 0xe4d4, 0xe4d5, 0xe4d6, + 0xe4d7, 0xe4d8, 0xe4d9, 0xe4da, + 0xe4db, 0xe4dc, 0xe4dd, 0xe4de, + 0xe4df, 0xe4e0, 0xe4e1, 0xe4e2, + 0xe4e3, 0xe4e4, 0xe4e5, 0xe4e6, + 0xe4e7, 0xe4e8, 0xe4e9, 0xe4ea, + 0xe4eb, 0xe4ec, 0xe4ed, 0xe4ee, + 0xe4ef, 0xe4f0, 0xe4f1, 0xe4f2, + 0xe4f3, 0xe4f4, 0xe4f5, 0xe4f6, + 0xe4f7, 0xe4f8, 0xe4f9, 0xe4fa, + 0xe4fb, 0xe4fc, 0xe4fd, 0xe4fe, + 0xe4ff, 0xe500, 0xe501, 0xe502, + 0xe503, 0xe504, 0xe505, 0xe506, + 0xe507, 0xe508, 0xe509, 0xe50a, + 0xe50b, 0xe50c, 0xe50d, 0xe50e, + 0xe50f, 0xe510, 0xe511, 0xe512, + 0xe513, 0xe514, 0xe515, 0xe516, + 0xe517, 0xe518, 0xe519, 0xe51a, + 0xe51b, 0xe51c, 0xe51d, 0xe51e, + 0xe51f, 0xe520, 0xe521, 0xe522, + 0xe523, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe524, 0xe525, 0xe526, 0xe527, + 0xe528, 0xe529, 0xe52a, 0xe52b, + 0xe52c, 0xe52d, 0xe52e, 0xe52f, + 0xe530, 0xe531, 0xe532, 0xe533, + 0xe534, 0xe535, 0xe536, 0xe537, + 0xe538, 0xe539, 0xe53a, 0xe53b, + 0xe53c, 0xe53d, 0xe53e, 0xe53f, + 0xe540, 0xe541, 0xe542, 0xe543, + 0xe544, 0xe545, 0xe546, 0xe547, + 0xe548, 0xe549, 0xe54a, 0xe54b, + 0xe54c, 0xe54d, 0xe54e, 0xe54f, + 0xe550, 0xe551, 0xe552, 0xe553, + 0xe554, 0xe555, 0xe556, 0xe557, + 0xe558, 0xe559, 0xe55a, 0xe55b, + 0xe55c, 0xe55d, 0xe55e, 0xe55f, + 0xe560, 0xe561, 0xe562, 0x0000, + 0xe563, 0xe564, 0xe565, 0xe566, + 0xe567, 0xe568, 0xe569, 0xe56a, + 0xe56b, 0xe56c, 0xe56d, 0xe56e, + 0xe56f, 0xe570, 0xe571, 0xe572, + 0xe573, 0xe574, 0xe575, 0xe576, + 0xe577, 0xe578, 0xe579, 0xe57a, + 0xe57b, 0xe57c, 0xe57d, 0xe57e, + 0xe57f, 0xe580, 0xe581, 0xe582, + 0xe583, 0xe584, 0xe585, 0xe586, + 0xe587, 0xe588, 0xe589, 0xe58a, + 0xe58b, 0xe58c, 0xe58d, 0xe58e, + 0xe58f, 0xe590, 0xe591, 0xe592, + 0xe593, 0xe594, 0xe595, 0xe596, + 0xe597, 0xe598, 0xe599, 0xe59a, + 0xe59b, 0xe59c, 0xe59d, 0xe59e, + 0xe59f, 0xe5a0, 0xe5a1, 0xe5a2, + 0xe5a3, 0xe5a4, 0xe5a5, 0xe5a6, + 0xe5a7, 0xe5a8, 0xe5a9, 0xe5aa, + 0xe5ab, 0xe5ac, 0xe5ad, 0xe5ae, + 0xe5af, 0xe5b0, 0xe5b1, 0xe5b2, + 0xe5b3, 0xe5b4, 0xe5b5, 0xe5b6, + 0xe5b7, 0xe5b8, 0xe5b9, 0xe5ba, + 0xe5bb, 0xe5bc, 0xe5bd, 0xe5be, + 0xe5bf, 0xe5c0, 0xe5c1, 0xe5c2, + 0xe5c3, 0xe5c4, 0xe5c5, 0xe5c6, + 0xe5c7, 0xe5c8, 0xe5c9, 0xe5ca, + 0xe5cb, 0xe5cc, 0xe5cd, 0xe5ce, + 0xe5cf, 0xe5d0, 0xe5d1, 0xe5d2, + 0xe5d3, 0xe5d4, 0xe5d5, 0xe5d6, + 0xe5d7, 0xe5d8, 0xe5d9, 0xe5da, + 0xe5db, 0xe5dc, 0xe5dd, 0xe5de, + 0xe5df, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe5e0, 0xe5e1, 0xe5e2, 0xe5e3, + 0xe5e4, 0xe5e5, 0xe5e6, 0xe5e7, + 0xe5e8, 0xe5e9, 0xe5ea, 0xe5eb, + 0xe5ec, 0xe5ed, 0xe5ee, 0xe5ef, + 0xe5f0, 0xe5f1, 0xe5f2, 0xe5f3, + 0xe5f4, 0xe5f5, 0xe5f6, 0xe5f7, + 0xe5f8, 0xe5f9, 0xe5fa, 0xe5fb, + 0xe5fc, 0xe5fd, 0xe5fe, 0xe5ff, + 0xe600, 0xe601, 0xe602, 0xe603, + 0xe604, 0xe605, 0xe606, 0xe607, + 0xe608, 0xe609, 0xe60a, 0xe60b, + 0xe60c, 0xe60d, 0xe60e, 0xe60f, + 0xe610, 0xe611, 0xe612, 0xe613, + 0xe614, 0xe615, 0xe616, 0xe617, + 0xe618, 0xe619, 0xe61a, 0xe61b, + 0xe61c, 0xe61d, 0xe61e, 0x0000, + 0xe61f, 0xe620, 0xe621, 0xe622, + 0xe623, 0xe624, 0xe625, 0xe626, + 0xe627, 0xe628, 0xe629, 0xe62a, + 0xe62b, 0xe62c, 0xe62d, 0xe62e, + 0xe62f, 0xe630, 0xe631, 0xe632, + 0xe633, 0xe634, 0xe635, 0xe636, + 0xe637, 0xe638, 0xe639, 0xe63a, + 0xe63b, 0xe63c, 0xe63d, 0xe63e, + 0xe63f, 0xe640, 0xe641, 0xe642, + 0xe643, 0xe644, 0xe645, 0xe646, + 0xe647, 0xe648, 0xe649, 0xe64a, + 0xe64b, 0xe64c, 0xe64d, 0xe64e, + 0xe64f, 0xe650, 0xe651, 0xe652, + 0xe653, 0xe654, 0xe655, 0xe656, + 0xe657, 0xe658, 0xe659, 0xe65a, + 0xe65b, 0xe65c, 0xe65d, 0xe65e, + 0xe65f, 0xe660, 0xe661, 0xe662, + 0xe663, 0xe664, 0xe665, 0xe666, + 0xe667, 0xe668, 0xe669, 0xe66a, + 0xe66b, 0xe66c, 0xe66d, 0xe66e, + 0xe66f, 0xe670, 0xe671, 0xe672, + 0xe673, 0xe674, 0xe675, 0xe676, + 0xe677, 0xe678, 0xe679, 0xe67a, + 0xe67b, 0xe67c, 0xe67d, 0xe67e, + 0xe67f, 0xe680, 0xe681, 0xe682, + 0xe683, 0xe684, 0xe685, 0xe686, + 0xe687, 0xe688, 0xe689, 0xe68a, + 0xe68b, 0xe68c, 0xe68d, 0xe68e, + 0xe68f, 0xe690, 0xe691, 0xe692, + 0xe693, 0xe694, 0xe695, 0xe696, + 0xe697, 0xe698, 0xe699, 0xe69a, + 0xe69b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe69c, 0xe69d, 0xe69e, 0xe69f, + 0xe6a0, 0xe6a1, 0xe6a2, 0xe6a3, + 0xe6a4, 0xe6a5, 0xe6a6, 0xe6a7, + 0xe6a8, 0xe6a9, 0xe6aa, 0xe6ab, + 0xe6ac, 0xe6ad, 0xe6ae, 0xe6af, + 0xe6b0, 0xe6b1, 0xe6b2, 0xe6b3, + 0xe6b4, 0xe6b5, 0xe6b6, 0xe6b7, + 0xe6b8, 0xe6b9, 0xe6ba, 0xe6bb, + 0xe6bc, 0xe6bd, 0xe6be, 0xe6bf, + 0xe6c0, 0xe6c1, 0xe6c2, 0xe6c3, + 0xe6c4, 0xe6c5, 0xe6c6, 0xe6c7, + 0xe6c8, 0xe6c9, 0xe6ca, 0xe6cb, + 0xe6cc, 0xe6cd, 0xe6ce, 0xe6cf, + 0xe6d0, 0xe6d1, 0xe6d2, 0xe6d3, + 0xe6d4, 0xe6d5, 0xe6d6, 0xe6d7, + 0xe6d8, 0xe6d9, 0xe6da, 0x0000, + 0xe6db, 0xe6dc, 0xe6dd, 0xe6de, + 0xe6df, 0xe6e0, 0xe6e1, 0xe6e2, + 0xe6e3, 0xe6e4, 0xe6e5, 0xe6e6, + 0xe6e7, 0xe6e8, 0xe6e9, 0xe6ea, + 0xe6eb, 0xe6ec, 0xe6ed, 0xe6ee, + 0xe6ef, 0xe6f0, 0xe6f1, 0xe6f2, + 0xe6f3, 0xe6f4, 0xe6f5, 0xe6f6, + 0xe6f7, 0xe6f8, 0xe6f9, 0xe6fa, + 0xe6fb, 0xe6fc, 0xe6fd, 0xe6fe, + 0xe6ff, 0xe700, 0xe701, 0xe702, + 0xe703, 0xe704, 0xe705, 0xe706, + 0xe707, 0xe708, 0xe709, 0xe70a, + 0xe70b, 0xe70c, 0xe70d, 0xe70e, + 0xe70f, 0xe710, 0xe711, 0xe712, + 0xe713, 0xe714, 0xe715, 0xe716, + 0xe717, 0xe718, 0xe719, 0xe71a, + 0xe71b, 0xe71c, 0xe71d, 0xe71e, + 0xe71f, 0xe720, 0xe721, 0xe722, + 0xe723, 0xe724, 0xe725, 0xe726, + 0xe727, 0xe728, 0xe729, 0xe72a, + 0xe72b, 0xe72c, 0xe72d, 0xe72e, + 0xe72f, 0xe730, 0xe731, 0xe732, + 0xe733, 0xe734, 0xe735, 0xe736, + 0xe737, 0xe738, 0xe739, 0xe73a, + 0xe73b, 0xe73c, 0xe73d, 0xe73e, + 0xe73f, 0xe740, 0xe741, 0xe742, + 0xe743, 0xe744, 0xe745, 0xe746, + 0xe747, 0xe748, 0xe749, 0xe74a, + 0xe74b, 0xe74c, 0xe74d, 0xe74e, + 0xe74f, 0xe750, 0xe751, 0xe752, + 0xe753, 0xe754, 0xe755, 0xe756, + 0xe757, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xe758, 0xe759, 0xe75a, 0xe75b, + 0xe75c, 0xe75d, 0xe75e, 0xe75f, + 0xe760, 0xe761, 0xe762, 0xe763, + 0xe764, 0xe765, 0x4e02, 0x4e04, + 0x4e05, 0x4e06, 0x4e0f, 0x4e12, + 0x4e17, 0x4e1f, 0x4e20, 0x4e21, + 0x4e23, 0x4e26, 0x4e29, 0x4e2e, + 0x4e2f, 0x4e31, 0x4e33, 0x4e35, + 0x4e37, 0x4e3c, 0x4e40, 0x4e41, + 0x4e42, 0x4e44, 0x4e46, 0x4e4a, + 0x4e51, 0x4e55, 0x4e57, 0x4e5a, + 0x4e5b, 0x4e62, 0x4e63, 0x4e64, + 0x4e65, 0x4e67, 0x4e68, 0x4e6a, + 0x4e6b, 0x4e6c, 0x4e6d, 0x4e6e, + 0x4e6f, 0x4e72, 0x4e74, 0x4e75, + 0x4e76, 0x4e77, 0x4e78, 0x4e79, + 0x4e7a, 0x4e7b, 0x4e7c, 0x4e7d, + 0x4e7f, 0x4e80, 0x4e81, 0x4e82, + 0x4e83, 0x4e84, 0x4e85, 0x4e87, + 0x4e8a, 0x0000, 0x4e90, 0x4e96, + 0x4e97, 0x4e99, 0x4e9c, 0x4e9d, + 0x4e9e, 0x4ea3, 0x4eaa, 0x4eaf, + 0x4eb0, 0x4eb1, 0x4eb4, 0x4eb6, + 0x4eb7, 0x4eb8, 0x4eb9, 0x4ebc, + 0x4ebd, 0x4ebe, 0x4ec8, 0x4ecc, + 0x4ecf, 0x4ed0, 0x4ed2, 0x4eda, + 0x4edb, 0x4edc, 0x4ee0, 0x4ee2, + 0x4ee6, 0x4ee7, 0x4ee9, 0x4eed, + 0x4eee, 0x4eef, 0x4ef1, 0x4ef4, + 0x4ef8, 0x4ef9, 0x4efa, 0x4efc, + 0x4efe, 0x4f00, 0x4f02, 0x4f03, + 0x4f04, 0x4f05, 0x4f06, 0x4f07, + 0x4f08, 0x4f0b, 0x4f0c, 0x4f12, + 0x4f13, 0x4f14, 0x4f15, 0x4f16, + 0x4f1c, 0x4f1d, 0x4f21, 0x4f23, + 0x4f28, 0x4f29, 0x4f2c, 0x4f2d, + 0x4f2e, 0x4f31, 0x4f33, 0x4f35, + 0x4f37, 0x4f39, 0x4f3b, 0x4f3e, + 0x4f3f, 0x4f40, 0x4f41, 0x4f42, + 0x4f44, 0x4f45, 0x4f47, 0x4f48, + 0x4f49, 0x4f4a, 0x4f4b, 0x4f4c, + 0x4f52, 0x4f54, 0x4f56, 0x4f61, + 0x4f62, 0x4f66, 0x4f68, 0x4f6a, + 0x4f6b, 0x4f6d, 0x4f6e, 0x4f71, + 0x4f72, 0x4f75, 0x4f77, 0x4f78, + 0x4f79, 0x4f7a, 0x4f7d, 0x4f80, + 0x4f81, 0x4f82, 0x4f85, 0x4f86, + 0x4f87, 0x4f8a, 0x4f8c, 0x4f8e, + 0x4f90, 0x4f92, 0x4f93, 0x4f95, + 0x4f96, 0x4f98, 0x4f99, 0x4f9a, + 0x4f9c, 0x4f9e, 0x4f9f, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x4fa1, 0x4fa2, + 0x4fa4, 0x4fab, 0x4fad, 0x4fb0, + 0x4fb1, 0x4fb2, 0x4fb3, 0x4fb4, + 0x4fb6, 0x4fb7, 0x4fb8, 0x4fb9, + 0x4fba, 0x4fbb, 0x4fbc, 0x4fbd, + 0x4fbe, 0x4fc0, 0x4fc1, 0x4fc2, + 0x4fc6, 0x4fc7, 0x4fc8, 0x4fc9, + 0x4fcb, 0x4fcc, 0x4fcd, 0x4fd2, + 0x4fd3, 0x4fd4, 0x4fd5, 0x4fd6, + 0x4fd9, 0x4fdb, 0x4fe0, 0x4fe2, + 0x4fe4, 0x4fe5, 0x4fe7, 0x4feb, + 0x4fec, 0x4ff0, 0x4ff2, 0x4ff4, + 0x4ff5, 0x4ff6, 0x4ff7, 0x4ff9, + 0x4ffb, 0x4ffc, 0x4ffd, 0x4fff, + 0x5000, 0x5001, 0x5002, 0x5003, + 0x5004, 0x5005, 0x5006, 0x5007, + 0x5008, 0x0000, 0x5009, 0x500a, + 0x500b, 0x500e, 0x5010, 0x5011, + 0x5013, 0x5015, 0x5016, 0x5017, + 0x501b, 0x501d, 0x501e, 0x5020, + 0x5022, 0x5023, 0x5024, 0x5027, + 0x502b, 0x502f, 0x5030, 0x5031, + 0x5032, 0x5033, 0x5034, 0x5035, + 0x5036, 0x5037, 0x5038, 0x5039, + 0x503b, 0x503d, 0x503f, 0x5040, + 0x5041, 0x5042, 0x5044, 0x5045, + 0x5046, 0x5049, 0x504a, 0x504b, + 0x504d, 0x5050, 0x5051, 0x5052, + 0x5053, 0x5054, 0x5056, 0x5057, + 0x5058, 0x5059, 0x505b, 0x505d, + 0x505e, 0x505f, 0x5060, 0x5061, + 0x5062, 0x5063, 0x5064, 0x5066, + 0x5067, 0x5068, 0x5069, 0x506a, + 0x506b, 0x506d, 0x506e, 0x506f, + 0x5070, 0x5071, 0x5072, 0x5073, + 0x5074, 0x5075, 0x5078, 0x5079, + 0x507a, 0x507c, 0x507d, 0x5081, + 0x5082, 0x5083, 0x5084, 0x5086, + 0x5087, 0x5089, 0x508a, 0x508b, + 0x508c, 0x508e, 0x508f, 0x5090, + 0x5091, 0x5092, 0x5093, 0x5094, + 0x5095, 0x5096, 0x5097, 0x5098, + 0x5099, 0x509a, 0x509b, 0x509c, + 0x509d, 0x509e, 0x509f, 0x50a0, + 0x50a1, 0x50a2, 0x50a4, 0x50a6, + 0x50aa, 0x50ab, 0x50ad, 0x50ae, + 0x50af, 0x50b0, 0x50b1, 0x50b3, + 0x50b4, 0x50b5, 0x50b6, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x50b7, 0x50b8, + 0x50b9, 0x50bc, 0x50bd, 0x50be, + 0x50bf, 0x50c0, 0x50c1, 0x50c2, + 0x50c3, 0x50c4, 0x50c5, 0x50c6, + 0x50c7, 0x50c8, 0x50c9, 0x50ca, + 0x50cb, 0x50cc, 0x50cd, 0x50ce, + 0x50d0, 0x50d1, 0x50d2, 0x50d3, + 0x50d4, 0x50d5, 0x50d7, 0x50d8, + 0x50d9, 0x50db, 0x50dc, 0x50dd, + 0x50de, 0x50df, 0x50e0, 0x50e1, + 0x50e2, 0x50e3, 0x50e4, 0x50e5, + 0x50e8, 0x50e9, 0x50ea, 0x50eb, + 0x50ef, 0x50f0, 0x50f1, 0x50f2, + 0x50f4, 0x50f6, 0x50f7, 0x50f8, + 0x50f9, 0x50fa, 0x50fc, 0x50fd, + 0x50fe, 0x50ff, 0x5100, 0x5101, + 0x5102, 0x0000, 0x5103, 0x5104, + 0x5105, 0x5108, 0x5109, 0x510a, + 0x510c, 0x510d, 0x510e, 0x510f, + 0x5110, 0x5111, 0x5113, 0x5114, + 0x5115, 0x5116, 0x5117, 0x5118, + 0x5119, 0x511a, 0x511b, 0x511c, + 0x511d, 0x511e, 0x511f, 0x5120, + 0x5122, 0x5123, 0x5124, 0x5125, + 0x5126, 0x5127, 0x5128, 0x5129, + 0x512a, 0x512b, 0x512c, 0x512d, + 0x512e, 0x512f, 0x5130, 0x5131, + 0x5132, 0x5133, 0x5134, 0x5135, + 0x5136, 0x5137, 0x5138, 0x5139, + 0x513a, 0x513b, 0x513c, 0x513d, + 0x513e, 0x5142, 0x5147, 0x514a, + 0x514c, 0x514e, 0x514f, 0x5150, + 0x5152, 0x5153, 0x5157, 0x5158, + 0x5159, 0x515b, 0x515d, 0x515e, + 0x515f, 0x5160, 0x5161, 0x5163, + 0x5164, 0x5166, 0x5167, 0x5169, + 0x516a, 0x516f, 0x5172, 0x517a, + 0x517e, 0x517f, 0x5183, 0x5184, + 0x5186, 0x5187, 0x518a, 0x518b, + 0x518e, 0x518f, 0x5190, 0x5191, + 0x5193, 0x5194, 0x5198, 0x519a, + 0x519d, 0x519e, 0x519f, 0x51a1, + 0x51a3, 0x51a6, 0x51a7, 0x51a8, + 0x51a9, 0x51aa, 0x51ad, 0x51ae, + 0x51b4, 0x51b8, 0x51b9, 0x51ba, + 0x51be, 0x51bf, 0x51c1, 0x51c2, + 0x51c3, 0x51c5, 0x51c8, 0x51ca, + 0x51cd, 0x51ce, 0x51d0, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x51d2, 0x51d3, + 0x51d4, 0x51d5, 0x51d6, 0x51d7, + 0x51d8, 0x51d9, 0x51da, 0x51dc, + 0x51de, 0x51df, 0x51e2, 0x51e3, + 0x51e5, 0x51e6, 0x51e7, 0x51e8, + 0x51e9, 0x51ea, 0x51ec, 0x51ee, + 0x51f1, 0x51f2, 0x51f4, 0x51f7, + 0x51fe, 0x5204, 0x5205, 0x5209, + 0x520b, 0x520c, 0x520f, 0x5210, + 0x5213, 0x5214, 0x5215, 0x521c, + 0x521e, 0x521f, 0x5221, 0x5222, + 0x5223, 0x5225, 0x5226, 0x5227, + 0x522a, 0x522c, 0x522f, 0x5231, + 0x5232, 0x5234, 0x5235, 0x523c, + 0x523e, 0x5244, 0x5245, 0x5246, + 0x5247, 0x5248, 0x5249, 0x524b, + 0x524e, 0x0000, 0x524f, 0x5252, + 0x5253, 0x5255, 0x5257, 0x5258, + 0x5259, 0x525a, 0x525b, 0x525d, + 0x525f, 0x5260, 0x5262, 0x5263, + 0x5264, 0x5266, 0x5268, 0x526b, + 0x526c, 0x526d, 0x526e, 0x5270, + 0x5271, 0x5273, 0x5274, 0x5275, + 0x5276, 0x5277, 0x5278, 0x5279, + 0x527a, 0x527b, 0x527c, 0x527e, + 0x5280, 0x5283, 0x5284, 0x5285, + 0x5286, 0x5287, 0x5289, 0x528a, + 0x528b, 0x528c, 0x528d, 0x528e, + 0x528f, 0x5291, 0x5292, 0x5294, + 0x5295, 0x5296, 0x5297, 0x5298, + 0x5299, 0x529a, 0x529c, 0x52a4, + 0x52a5, 0x52a6, 0x52a7, 0x52ae, + 0x52af, 0x52b0, 0x52b4, 0x52b5, + 0x52b6, 0x52b7, 0x52b8, 0x52b9, + 0x52ba, 0x52bb, 0x52bc, 0x52bd, + 0x52c0, 0x52c1, 0x52c2, 0x52c4, + 0x52c5, 0x52c6, 0x52c8, 0x52ca, + 0x52cc, 0x52cd, 0x52ce, 0x52cf, + 0x52d1, 0x52d3, 0x52d4, 0x52d5, + 0x52d7, 0x52d9, 0x52da, 0x52db, + 0x52dc, 0x52dd, 0x52de, 0x52e0, + 0x52e1, 0x52e2, 0x52e3, 0x52e5, + 0x52e6, 0x52e7, 0x52e8, 0x52e9, + 0x52ea, 0x52eb, 0x52ec, 0x52ed, + 0x52ee, 0x52ef, 0x52f1, 0x52f2, + 0x52f3, 0x52f4, 0x52f5, 0x52f6, + 0x52f7, 0x52f8, 0x52fb, 0x52fc, + 0x52fd, 0x5301, 0x5302, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5303, 0x5304, + 0x5307, 0x5309, 0x530a, 0x530b, + 0x530c, 0x530e, 0x5311, 0x5312, + 0x5313, 0x5314, 0x5318, 0x531b, + 0x531c, 0x531e, 0x531f, 0x5322, + 0x5324, 0x5325, 0x5327, 0x5328, + 0x5329, 0x532b, 0x532c, 0x532d, + 0x532f, 0x5330, 0x5331, 0x5332, + 0x5333, 0x5334, 0x5335, 0x5336, + 0x5337, 0x5338, 0x533c, 0x533d, + 0x5340, 0x5342, 0x5344, 0x5346, + 0x534b, 0x534c, 0x534d, 0x5350, + 0x5354, 0x5358, 0x5359, 0x535b, + 0x535d, 0x5365, 0x5368, 0x536a, + 0x536c, 0x536d, 0x5372, 0x5376, + 0x5379, 0x537b, 0x537c, 0x537d, + 0x537e, 0x0000, 0x5380, 0x5381, + 0x5383, 0x5387, 0x5388, 0x538a, + 0x538e, 0x538f, 0x5390, 0x5391, + 0x5392, 0x5393, 0x5394, 0x5396, + 0x5397, 0x5399, 0x539b, 0x539c, + 0x539e, 0x53a0, 0x53a1, 0x53a4, + 0x53a7, 0x53aa, 0x53ab, 0x53ac, + 0x53ad, 0x53af, 0x53b0, 0x53b1, + 0x53b2, 0x53b3, 0x53b4, 0x53b5, + 0x53b7, 0x53b8, 0x53b9, 0x53ba, + 0x53bc, 0x53bd, 0x53be, 0x53c0, + 0x53c3, 0x53c4, 0x53c5, 0x53c6, + 0x53c7, 0x53ce, 0x53cf, 0x53d0, + 0x53d2, 0x53d3, 0x53d5, 0x53da, + 0x53dc, 0x53dd, 0x53de, 0x53e1, + 0x53e2, 0x53e7, 0x53f4, 0x53fa, + 0x53fe, 0x53ff, 0x5400, 0x5402, + 0x5405, 0x5407, 0x540b, 0x5414, + 0x5418, 0x5419, 0x541a, 0x541c, + 0x5422, 0x5424, 0x5425, 0x542a, + 0x5430, 0x5433, 0x5436, 0x5437, + 0x543a, 0x543d, 0x543f, 0x5441, + 0x5442, 0x5444, 0x5445, 0x5447, + 0x5449, 0x544c, 0x544d, 0x544e, + 0x544f, 0x5451, 0x545a, 0x545d, + 0x545e, 0x545f, 0x5460, 0x5461, + 0x5463, 0x5465, 0x5467, 0x5469, + 0x546a, 0x546b, 0x546c, 0x546d, + 0x546e, 0x546f, 0x5470, 0x5474, + 0x5479, 0x547a, 0x547e, 0x547f, + 0x5481, 0x5483, 0x5485, 0x5487, + 0x5488, 0x5489, 0x548a, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x548d, 0x5491, + 0x5493, 0x5497, 0x5498, 0x549c, + 0x549e, 0x549f, 0x54a0, 0x54a1, + 0x54a2, 0x54a5, 0x54ae, 0x54b0, + 0x54b2, 0x54b5, 0x54b6, 0x54b7, + 0x54b9, 0x54ba, 0x54bc, 0x54be, + 0x54c3, 0x54c5, 0x54ca, 0x54cb, + 0x54d6, 0x54d8, 0x54db, 0x54e0, + 0x54e1, 0x54e2, 0x54e3, 0x54e4, + 0x54eb, 0x54ec, 0x54ef, 0x54f0, + 0x54f1, 0x54f4, 0x54f5, 0x54f6, + 0x54f7, 0x54f8, 0x54f9, 0x54fb, + 0x54fe, 0x5500, 0x5502, 0x5503, + 0x5504, 0x5505, 0x5508, 0x550a, + 0x550b, 0x550c, 0x550d, 0x550e, + 0x5512, 0x5513, 0x5515, 0x5516, + 0x5517, 0x0000, 0x5518, 0x5519, + 0x551a, 0x551c, 0x551d, 0x551e, + 0x551f, 0x5521, 0x5525, 0x5526, + 0x5528, 0x5529, 0x552b, 0x552d, + 0x5532, 0x5534, 0x5535, 0x5536, + 0x5538, 0x5539, 0x553a, 0x553b, + 0x553d, 0x5540, 0x5542, 0x5545, + 0x5547, 0x5548, 0x554b, 0x554c, + 0x554d, 0x554e, 0x554f, 0x5551, + 0x5552, 0x5553, 0x5554, 0x5557, + 0x5558, 0x5559, 0x555a, 0x555b, + 0x555d, 0x555e, 0x555f, 0x5560, + 0x5562, 0x5563, 0x5568, 0x5569, + 0x556b, 0x556f, 0x5570, 0x5571, + 0x5572, 0x5573, 0x5574, 0x5579, + 0x557a, 0x557d, 0x557f, 0x5585, + 0x5586, 0x558c, 0x558d, 0x558e, + 0x5590, 0x5592, 0x5593, 0x5595, + 0x5596, 0x5597, 0x559a, 0x559b, + 0x559e, 0x55a0, 0x55a1, 0x55a2, + 0x55a3, 0x55a4, 0x55a5, 0x55a6, + 0x55a8, 0x55a9, 0x55aa, 0x55ab, + 0x55ac, 0x55ad, 0x55ae, 0x55af, + 0x55b0, 0x55b2, 0x55b4, 0x55b6, + 0x55b8, 0x55ba, 0x55bc, 0x55bf, + 0x55c0, 0x55c1, 0x55c2, 0x55c3, + 0x55c6, 0x55c7, 0x55c8, 0x55ca, + 0x55cb, 0x55ce, 0x55cf, 0x55d0, + 0x55d5, 0x55d7, 0x55d8, 0x55d9, + 0x55da, 0x55db, 0x55de, 0x55e0, + 0x55e2, 0x55e7, 0x55e9, 0x55ed, + 0x55ee, 0x55f0, 0x55f1, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x55f4, 0x55f6, + 0x55f8, 0x55f9, 0x55fa, 0x55fb, + 0x55fc, 0x55ff, 0x5602, 0x5603, + 0x5604, 0x5605, 0x5606, 0x5607, + 0x560a, 0x560b, 0x560d, 0x5610, + 0x5611, 0x5612, 0x5613, 0x5614, + 0x5615, 0x5616, 0x5617, 0x5619, + 0x561a, 0x561c, 0x561d, 0x5620, + 0x5621, 0x5622, 0x5625, 0x5626, + 0x5628, 0x5629, 0x562a, 0x562b, + 0x562e, 0x562f, 0x5630, 0x5633, + 0x5635, 0x5637, 0x5638, 0x563a, + 0x563c, 0x563d, 0x563e, 0x5640, + 0x5641, 0x5642, 0x5643, 0x5644, + 0x5645, 0x5646, 0x5647, 0x5648, + 0x5649, 0x564a, 0x564b, 0x564f, + 0x5650, 0x0000, 0x5651, 0x5652, + 0x5653, 0x5655, 0x5656, 0x565a, + 0x565b, 0x565d, 0x565e, 0x565f, + 0x5660, 0x5661, 0x5663, 0x5665, + 0x5666, 0x5667, 0x566d, 0x566e, + 0x566f, 0x5670, 0x5672, 0x5673, + 0x5674, 0x5675, 0x5677, 0x5678, + 0x5679, 0x567a, 0x567d, 0x567e, + 0x567f, 0x5680, 0x5681, 0x5682, + 0x5683, 0x5684, 0x5687, 0x5688, + 0x5689, 0x568a, 0x568b, 0x568c, + 0x568d, 0x5690, 0x5691, 0x5692, + 0x5694, 0x5695, 0x5696, 0x5697, + 0x5698, 0x5699, 0x569a, 0x569b, + 0x569c, 0x569d, 0x569e, 0x569f, + 0x56a0, 0x56a1, 0x56a2, 0x56a4, + 0x56a5, 0x56a6, 0x56a7, 0x56a8, + 0x56a9, 0x56aa, 0x56ab, 0x56ac, + 0x56ad, 0x56ae, 0x56b0, 0x56b1, + 0x56b2, 0x56b3, 0x56b4, 0x56b5, + 0x56b6, 0x56b8, 0x56b9, 0x56ba, + 0x56bb, 0x56bd, 0x56be, 0x56bf, + 0x56c0, 0x56c1, 0x56c2, 0x56c3, + 0x56c4, 0x56c5, 0x56c6, 0x56c7, + 0x56c8, 0x56c9, 0x56cb, 0x56cc, + 0x56cd, 0x56ce, 0x56cf, 0x56d0, + 0x56d1, 0x56d2, 0x56d3, 0x56d5, + 0x56d6, 0x56d8, 0x56d9, 0x56dc, + 0x56e3, 0x56e5, 0x56e6, 0x56e7, + 0x56e8, 0x56e9, 0x56ea, 0x56ec, + 0x56ee, 0x56ef, 0x56f2, 0x56f3, + 0x56f6, 0x56f7, 0x56f8, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x56fb, 0x56fc, + 0x5700, 0x5701, 0x5702, 0x5705, + 0x5707, 0x570b, 0x570c, 0x570d, + 0x570e, 0x570f, 0x5710, 0x5711, + 0x5712, 0x5713, 0x5714, 0x5715, + 0x5716, 0x5717, 0x5718, 0x5719, + 0x571a, 0x571b, 0x571d, 0x571e, + 0x5720, 0x5721, 0x5722, 0x5724, + 0x5725, 0x5726, 0x5727, 0x572b, + 0x5731, 0x5732, 0x5734, 0x5735, + 0x5736, 0x5737, 0x5738, 0x573c, + 0x573d, 0x573f, 0x5741, 0x5743, + 0x5744, 0x5745, 0x5746, 0x5748, + 0x5749, 0x574b, 0x5752, 0x5753, + 0x5754, 0x5755, 0x5756, 0x5758, + 0x5759, 0x5762, 0x5763, 0x5765, + 0x5767, 0x0000, 0x576c, 0x576e, + 0x5770, 0x5771, 0x5772, 0x5774, + 0x5775, 0x5778, 0x5779, 0x577a, + 0x577d, 0x577e, 0x577f, 0x5780, + 0x5781, 0x5787, 0x5788, 0x5789, + 0x578a, 0x578d, 0x578e, 0x578f, + 0x5790, 0x5791, 0x5794, 0x5795, + 0x5796, 0x5797, 0x5798, 0x5799, + 0x579a, 0x579c, 0x579d, 0x579e, + 0x579f, 0x57a5, 0x57a8, 0x57aa, + 0x57ac, 0x57af, 0x57b0, 0x57b1, + 0x57b3, 0x57b5, 0x57b6, 0x57b7, + 0x57b9, 0x57ba, 0x57bb, 0x57bc, + 0x57bd, 0x57be, 0x57bf, 0x57c0, + 0x57c1, 0x57c4, 0x57c5, 0x57c6, + 0x57c7, 0x57c8, 0x57c9, 0x57ca, + 0x57cc, 0x57cd, 0x57d0, 0x57d1, + 0x57d3, 0x57d6, 0x57d7, 0x57db, + 0x57dc, 0x57de, 0x57e1, 0x57e2, + 0x57e3, 0x57e5, 0x57e6, 0x57e7, + 0x57e8, 0x57e9, 0x57ea, 0x57eb, + 0x57ec, 0x57ee, 0x57f0, 0x57f1, + 0x57f2, 0x57f3, 0x57f5, 0x57f6, + 0x57f7, 0x57fb, 0x57fc, 0x57fe, + 0x57ff, 0x5801, 0x5803, 0x5804, + 0x5805, 0x5808, 0x5809, 0x580a, + 0x580c, 0x580e, 0x580f, 0x5810, + 0x5812, 0x5813, 0x5814, 0x5816, + 0x5817, 0x5818, 0x581a, 0x581b, + 0x581c, 0x581d, 0x581f, 0x5822, + 0x5823, 0x5825, 0x5826, 0x5827, + 0x5828, 0x5829, 0x582b, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x582c, 0x582d, + 0x582e, 0x582f, 0x5831, 0x5832, + 0x5833, 0x5834, 0x5836, 0x5837, + 0x5838, 0x5839, 0x583a, 0x583b, + 0x583c, 0x583d, 0x583e, 0x583f, + 0x5840, 0x5841, 0x5842, 0x5843, + 0x5845, 0x5846, 0x5847, 0x5848, + 0x5849, 0x584a, 0x584b, 0x584e, + 0x584f, 0x5850, 0x5852, 0x5853, + 0x5855, 0x5856, 0x5857, 0x5859, + 0x585a, 0x585b, 0x585c, 0x585d, + 0x585f, 0x5860, 0x5861, 0x5862, + 0x5863, 0x5864, 0x5866, 0x5867, + 0x5868, 0x5869, 0x586a, 0x586d, + 0x586e, 0x586f, 0x5870, 0x5871, + 0x5872, 0x5873, 0x5874, 0x5875, + 0x5876, 0x0000, 0x5877, 0x5878, + 0x5879, 0x587a, 0x587b, 0x587c, + 0x587d, 0x587f, 0x5882, 0x5884, + 0x5886, 0x5887, 0x5888, 0x588a, + 0x588b, 0x588c, 0x588d, 0x588e, + 0x588f, 0x5890, 0x5891, 0x5894, + 0x5895, 0x5896, 0x5897, 0x5898, + 0x589b, 0x589c, 0x589d, 0x58a0, + 0x58a1, 0x58a2, 0x58a3, 0x58a4, + 0x58a5, 0x58a6, 0x58a7, 0x58aa, + 0x58ab, 0x58ac, 0x58ad, 0x58ae, + 0x58af, 0x58b0, 0x58b1, 0x58b2, + 0x58b3, 0x58b4, 0x58b5, 0x58b6, + 0x58b7, 0x58b8, 0x58b9, 0x58ba, + 0x58bb, 0x58bd, 0x58be, 0x58bf, + 0x58c0, 0x58c2, 0x58c3, 0x58c4, + 0x58c6, 0x58c7, 0x58c8, 0x58c9, + 0x58ca, 0x58cb, 0x58cc, 0x58cd, + 0x58ce, 0x58cf, 0x58d0, 0x58d2, + 0x58d3, 0x58d4, 0x58d6, 0x58d7, + 0x58d8, 0x58d9, 0x58da, 0x58db, + 0x58dc, 0x58dd, 0x58de, 0x58df, + 0x58e0, 0x58e1, 0x58e2, 0x58e3, + 0x58e5, 0x58e6, 0x58e7, 0x58e8, + 0x58e9, 0x58ea, 0x58ed, 0x58ef, + 0x58f1, 0x58f2, 0x58f4, 0x58f5, + 0x58f7, 0x58f8, 0x58fa, 0x58fb, + 0x58fc, 0x58fd, 0x58fe, 0x58ff, + 0x5900, 0x5901, 0x5903, 0x5905, + 0x5906, 0x5908, 0x5909, 0x590a, + 0x590b, 0x590c, 0x590e, 0x5910, + 0x5911, 0x5912, 0x5913, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5917, 0x5918, + 0x591b, 0x591d, 0x591e, 0x5920, + 0x5921, 0x5922, 0x5923, 0x5926, + 0x5928, 0x592c, 0x5930, 0x5932, + 0x5933, 0x5935, 0x5936, 0x593b, + 0x593d, 0x593e, 0x593f, 0x5940, + 0x5943, 0x5945, 0x5946, 0x594a, + 0x594c, 0x594d, 0x5950, 0x5952, + 0x5953, 0x5959, 0x595b, 0x595c, + 0x595d, 0x595e, 0x595f, 0x5961, + 0x5963, 0x5964, 0x5966, 0x5967, + 0x5968, 0x5969, 0x596a, 0x596b, + 0x596c, 0x596d, 0x596e, 0x596f, + 0x5970, 0x5971, 0x5972, 0x5975, + 0x5977, 0x597a, 0x597b, 0x597c, + 0x597e, 0x597f, 0x5980, 0x5985, + 0x5989, 0x0000, 0x598b, 0x598c, + 0x598e, 0x598f, 0x5990, 0x5991, + 0x5994, 0x5995, 0x5998, 0x599a, + 0x599b, 0x599c, 0x599d, 0x599f, + 0x59a0, 0x59a1, 0x59a2, 0x59a6, + 0x59a7, 0x59ac, 0x59ad, 0x59b0, + 0x59b1, 0x59b3, 0x59b4, 0x59b5, + 0x59b6, 0x59b7, 0x59b8, 0x59ba, + 0x59bc, 0x59bd, 0x59bf, 0x59c0, + 0x59c1, 0x59c2, 0x59c3, 0x59c4, + 0x59c5, 0x59c7, 0x59c8, 0x59c9, + 0x59cc, 0x59cd, 0x59ce, 0x59cf, + 0x59d5, 0x59d6, 0x59d9, 0x59db, + 0x59de, 0x59df, 0x59e0, 0x59e1, + 0x59e2, 0x59e4, 0x59e6, 0x59e7, + 0x59e9, 0x59ea, 0x59eb, 0x59ed, + 0x59ee, 0x59ef, 0x59f0, 0x59f1, + 0x59f2, 0x59f3, 0x59f4, 0x59f5, + 0x59f6, 0x59f7, 0x59f8, 0x59fa, + 0x59fc, 0x59fd, 0x59fe, 0x5a00, + 0x5a02, 0x5a0a, 0x5a0b, 0x5a0d, + 0x5a0e, 0x5a0f, 0x5a10, 0x5a12, + 0x5a14, 0x5a15, 0x5a16, 0x5a17, + 0x5a19, 0x5a1a, 0x5a1b, 0x5a1d, + 0x5a1e, 0x5a21, 0x5a22, 0x5a24, + 0x5a26, 0x5a27, 0x5a28, 0x5a2a, + 0x5a2b, 0x5a2c, 0x5a2d, 0x5a2e, + 0x5a2f, 0x5a30, 0x5a33, 0x5a35, + 0x5a37, 0x5a38, 0x5a39, 0x5a3a, + 0x5a3b, 0x5a3d, 0x5a3e, 0x5a3f, + 0x5a41, 0x5a42, 0x5a43, 0x5a44, + 0x5a45, 0x5a47, 0x5a48, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5a4b, 0x5a4c, + 0x5a4d, 0x5a4e, 0x5a4f, 0x5a50, + 0x5a51, 0x5a52, 0x5a53, 0x5a54, + 0x5a56, 0x5a57, 0x5a58, 0x5a59, + 0x5a5b, 0x5a5c, 0x5a5d, 0x5a5e, + 0x5a5f, 0x5a60, 0x5a61, 0x5a63, + 0x5a64, 0x5a65, 0x5a66, 0x5a68, + 0x5a69, 0x5a6b, 0x5a6c, 0x5a6d, + 0x5a6e, 0x5a6f, 0x5a70, 0x5a71, + 0x5a72, 0x5a73, 0x5a78, 0x5a79, + 0x5a7b, 0x5a7c, 0x5a7d, 0x5a7e, + 0x5a80, 0x5a81, 0x5a82, 0x5a83, + 0x5a84, 0x5a85, 0x5a86, 0x5a87, + 0x5a88, 0x5a89, 0x5a8a, 0x5a8b, + 0x5a8c, 0x5a8d, 0x5a8e, 0x5a8f, + 0x5a90, 0x5a91, 0x5a93, 0x5a94, + 0x5a95, 0x0000, 0x5a96, 0x5a97, + 0x5a98, 0x5a99, 0x5a9c, 0x5a9d, + 0x5a9e, 0x5a9f, 0x5aa0, 0x5aa1, + 0x5aa2, 0x5aa3, 0x5aa4, 0x5aa5, + 0x5aa6, 0x5aa7, 0x5aa8, 0x5aa9, + 0x5aab, 0x5aac, 0x5aad, 0x5aae, + 0x5aaf, 0x5ab0, 0x5ab1, 0x5ab4, + 0x5ab6, 0x5ab7, 0x5ab9, 0x5aba, + 0x5abb, 0x5abc, 0x5abd, 0x5abf, + 0x5ac0, 0x5ac3, 0x5ac4, 0x5ac5, + 0x5ac6, 0x5ac7, 0x5ac8, 0x5aca, + 0x5acb, 0x5acd, 0x5ace, 0x5acf, + 0x5ad0, 0x5ad1, 0x5ad3, 0x5ad5, + 0x5ad7, 0x5ad9, 0x5ada, 0x5adb, + 0x5add, 0x5ade, 0x5adf, 0x5ae2, + 0x5ae4, 0x5ae5, 0x5ae7, 0x5ae8, + 0x5aea, 0x5aec, 0x5aed, 0x5aee, + 0x5aef, 0x5af0, 0x5af2, 0x5af3, + 0x5af4, 0x5af5, 0x5af6, 0x5af7, + 0x5af8, 0x5af9, 0x5afa, 0x5afb, + 0x5afc, 0x5afd, 0x5afe, 0x5aff, + 0x5b00, 0x5b01, 0x5b02, 0x5b03, + 0x5b04, 0x5b05, 0x5b06, 0x5b07, + 0x5b08, 0x5b0a, 0x5b0b, 0x5b0c, + 0x5b0d, 0x5b0e, 0x5b0f, 0x5b10, + 0x5b11, 0x5b12, 0x5b13, 0x5b14, + 0x5b15, 0x5b18, 0x5b19, 0x5b1a, + 0x5b1b, 0x5b1c, 0x5b1d, 0x5b1e, + 0x5b1f, 0x5b20, 0x5b21, 0x5b22, + 0x5b23, 0x5b24, 0x5b25, 0x5b26, + 0x5b27, 0x5b28, 0x5b29, 0x5b2a, + 0x5b2b, 0x5b2c, 0x5b2d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5b2e, 0x5b2f, + 0x5b30, 0x5b31, 0x5b33, 0x5b35, + 0x5b36, 0x5b38, 0x5b39, 0x5b3a, + 0x5b3b, 0x5b3c, 0x5b3d, 0x5b3e, + 0x5b3f, 0x5b41, 0x5b42, 0x5b43, + 0x5b44, 0x5b45, 0x5b46, 0x5b47, + 0x5b48, 0x5b49, 0x5b4a, 0x5b4b, + 0x5b4c, 0x5b4d, 0x5b4e, 0x5b4f, + 0x5b52, 0x5b56, 0x5b5e, 0x5b60, + 0x5b61, 0x5b67, 0x5b68, 0x5b6b, + 0x5b6d, 0x5b6e, 0x5b6f, 0x5b72, + 0x5b74, 0x5b76, 0x5b77, 0x5b78, + 0x5b79, 0x5b7b, 0x5b7c, 0x5b7e, + 0x5b7f, 0x5b82, 0x5b86, 0x5b8a, + 0x5b8d, 0x5b8e, 0x5b90, 0x5b91, + 0x5b92, 0x5b94, 0x5b96, 0x5b9f, + 0x5ba7, 0x0000, 0x5ba8, 0x5ba9, + 0x5bac, 0x5bad, 0x5bae, 0x5baf, + 0x5bb1, 0x5bb2, 0x5bb7, 0x5bba, + 0x5bbb, 0x5bbc, 0x5bc0, 0x5bc1, + 0x5bc3, 0x5bc8, 0x5bc9, 0x5bca, + 0x5bcb, 0x5bcd, 0x5bce, 0x5bcf, + 0x5bd1, 0x5bd4, 0x5bd5, 0x5bd6, + 0x5bd7, 0x5bd8, 0x5bd9, 0x5bda, + 0x5bdb, 0x5bdc, 0x5be0, 0x5be2, + 0x5be3, 0x5be6, 0x5be7, 0x5be9, + 0x5bea, 0x5beb, 0x5bec, 0x5bed, + 0x5bef, 0x5bf1, 0x5bf2, 0x5bf3, + 0x5bf4, 0x5bf5, 0x5bf6, 0x5bf7, + 0x5bfd, 0x5bfe, 0x5c00, 0x5c02, + 0x5c03, 0x5c05, 0x5c07, 0x5c08, + 0x5c0b, 0x5c0c, 0x5c0d, 0x5c0e, + 0x5c10, 0x5c12, 0x5c13, 0x5c17, + 0x5c19, 0x5c1b, 0x5c1e, 0x5c1f, + 0x5c20, 0x5c21, 0x5c23, 0x5c26, + 0x5c28, 0x5c29, 0x5c2a, 0x5c2b, + 0x5c2d, 0x5c2e, 0x5c2f, 0x5c30, + 0x5c32, 0x5c33, 0x5c35, 0x5c36, + 0x5c37, 0x5c43, 0x5c44, 0x5c46, + 0x5c47, 0x5c4c, 0x5c4d, 0x5c52, + 0x5c53, 0x5c54, 0x5c56, 0x5c57, + 0x5c58, 0x5c5a, 0x5c5b, 0x5c5c, + 0x5c5d, 0x5c5f, 0x5c62, 0x5c64, + 0x5c67, 0x5c68, 0x5c69, 0x5c6a, + 0x5c6b, 0x5c6c, 0x5c6d, 0x5c70, + 0x5c72, 0x5c73, 0x5c74, 0x5c75, + 0x5c76, 0x5c77, 0x5c78, 0x5c7b, + 0x5c7c, 0x5c7d, 0x5c7e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5c80, 0x5c83, + 0x5c84, 0x5c85, 0x5c86, 0x5c87, + 0x5c89, 0x5c8a, 0x5c8b, 0x5c8e, + 0x5c8f, 0x5c92, 0x5c93, 0x5c95, + 0x5c9d, 0x5c9e, 0x5c9f, 0x5ca0, + 0x5ca1, 0x5ca4, 0x5ca5, 0x5ca6, + 0x5ca7, 0x5ca8, 0x5caa, 0x5cae, + 0x5caf, 0x5cb0, 0x5cb2, 0x5cb4, + 0x5cb6, 0x5cb9, 0x5cba, 0x5cbb, + 0x5cbc, 0x5cbe, 0x5cc0, 0x5cc2, + 0x5cc3, 0x5cc5, 0x5cc6, 0x5cc7, + 0x5cc8, 0x5cc9, 0x5cca, 0x5ccc, + 0x5ccd, 0x5cce, 0x5ccf, 0x5cd0, + 0x5cd1, 0x5cd3, 0x5cd4, 0x5cd5, + 0x5cd6, 0x5cd7, 0x5cd8, 0x5cda, + 0x5cdb, 0x5cdc, 0x5cdd, 0x5cde, + 0x5cdf, 0x0000, 0x5ce0, 0x5ce2, + 0x5ce3, 0x5ce7, 0x5ce9, 0x5ceb, + 0x5cec, 0x5cee, 0x5cef, 0x5cf1, + 0x5cf2, 0x5cf3, 0x5cf4, 0x5cf5, + 0x5cf6, 0x5cf7, 0x5cf8, 0x5cf9, + 0x5cfa, 0x5cfc, 0x5cfd, 0x5cfe, + 0x5cff, 0x5d00, 0x5d01, 0x5d04, + 0x5d05, 0x5d08, 0x5d09, 0x5d0a, + 0x5d0b, 0x5d0c, 0x5d0d, 0x5d0f, + 0x5d10, 0x5d11, 0x5d12, 0x5d13, + 0x5d15, 0x5d17, 0x5d18, 0x5d19, + 0x5d1a, 0x5d1c, 0x5d1d, 0x5d1f, + 0x5d20, 0x5d21, 0x5d22, 0x5d23, + 0x5d25, 0x5d28, 0x5d2a, 0x5d2b, + 0x5d2c, 0x5d2f, 0x5d30, 0x5d31, + 0x5d32, 0x5d33, 0x5d35, 0x5d36, + 0x5d37, 0x5d38, 0x5d39, 0x5d3a, + 0x5d3b, 0x5d3c, 0x5d3f, 0x5d40, + 0x5d41, 0x5d42, 0x5d43, 0x5d44, + 0x5d45, 0x5d46, 0x5d48, 0x5d49, + 0x5d4d, 0x5d4e, 0x5d4f, 0x5d50, + 0x5d51, 0x5d52, 0x5d53, 0x5d54, + 0x5d55, 0x5d56, 0x5d57, 0x5d59, + 0x5d5a, 0x5d5c, 0x5d5e, 0x5d5f, + 0x5d60, 0x5d61, 0x5d62, 0x5d63, + 0x5d64, 0x5d65, 0x5d66, 0x5d67, + 0x5d68, 0x5d6a, 0x5d6d, 0x5d6e, + 0x5d70, 0x5d71, 0x5d72, 0x5d73, + 0x5d75, 0x5d76, 0x5d77, 0x5d78, + 0x5d79, 0x5d7a, 0x5d7b, 0x5d7c, + 0x5d7d, 0x5d7e, 0x5d7f, 0x5d80, + 0x5d81, 0x5d83, 0x5d84, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5d85, 0x5d86, + 0x5d87, 0x5d88, 0x5d89, 0x5d8a, + 0x5d8b, 0x5d8c, 0x5d8d, 0x5d8e, + 0x5d8f, 0x5d90, 0x5d91, 0x5d92, + 0x5d93, 0x5d94, 0x5d95, 0x5d96, + 0x5d97, 0x5d98, 0x5d9a, 0x5d9b, + 0x5d9c, 0x5d9e, 0x5d9f, 0x5da0, + 0x5da1, 0x5da2, 0x5da3, 0x5da4, + 0x5da5, 0x5da6, 0x5da7, 0x5da8, + 0x5da9, 0x5daa, 0x5dab, 0x5dac, + 0x5dad, 0x5dae, 0x5daf, 0x5db0, + 0x5db1, 0x5db2, 0x5db3, 0x5db4, + 0x5db5, 0x5db6, 0x5db8, 0x5db9, + 0x5dba, 0x5dbb, 0x5dbc, 0x5dbd, + 0x5dbe, 0x5dbf, 0x5dc0, 0x5dc1, + 0x5dc2, 0x5dc3, 0x5dc4, 0x5dc6, + 0x5dc7, 0x0000, 0x5dc8, 0x5dc9, + 0x5dca, 0x5dcb, 0x5dcc, 0x5dce, + 0x5dcf, 0x5dd0, 0x5dd1, 0x5dd2, + 0x5dd3, 0x5dd4, 0x5dd5, 0x5dd6, + 0x5dd7, 0x5dd8, 0x5dd9, 0x5dda, + 0x5ddc, 0x5ddf, 0x5de0, 0x5de3, + 0x5de4, 0x5dea, 0x5dec, 0x5ded, + 0x5df0, 0x5df5, 0x5df6, 0x5df8, + 0x5df9, 0x5dfa, 0x5dfb, 0x5dfc, + 0x5dff, 0x5e00, 0x5e04, 0x5e07, + 0x5e09, 0x5e0a, 0x5e0b, 0x5e0d, + 0x5e0e, 0x5e12, 0x5e13, 0x5e17, + 0x5e1e, 0x5e1f, 0x5e20, 0x5e21, + 0x5e22, 0x5e23, 0x5e24, 0x5e25, + 0x5e28, 0x5e29, 0x5e2a, 0x5e2b, + 0x5e2c, 0x5e2f, 0x5e30, 0x5e32, + 0x5e33, 0x5e34, 0x5e35, 0x5e36, + 0x5e39, 0x5e3a, 0x5e3e, 0x5e3f, + 0x5e40, 0x5e41, 0x5e43, 0x5e46, + 0x5e47, 0x5e48, 0x5e49, 0x5e4a, + 0x5e4b, 0x5e4d, 0x5e4e, 0x5e4f, + 0x5e50, 0x5e51, 0x5e52, 0x5e53, + 0x5e56, 0x5e57, 0x5e58, 0x5e59, + 0x5e5a, 0x5e5c, 0x5e5d, 0x5e5f, + 0x5e60, 0x5e63, 0x5e64, 0x5e65, + 0x5e66, 0x5e67, 0x5e68, 0x5e69, + 0x5e6a, 0x5e6b, 0x5e6c, 0x5e6d, + 0x5e6e, 0x5e6f, 0x5e70, 0x5e71, + 0x5e75, 0x5e77, 0x5e79, 0x5e7e, + 0x5e81, 0x5e82, 0x5e83, 0x5e85, + 0x5e88, 0x5e89, 0x5e8c, 0x5e8d, + 0x5e8e, 0x5e92, 0x5e98, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5e9b, 0x5e9d, + 0x5ea1, 0x5ea2, 0x5ea3, 0x5ea4, + 0x5ea8, 0x5ea9, 0x5eaa, 0x5eab, + 0x5eac, 0x5eae, 0x5eaf, 0x5eb0, + 0x5eb1, 0x5eb2, 0x5eb4, 0x5eba, + 0x5ebb, 0x5ebc, 0x5ebd, 0x5ebf, + 0x5ec0, 0x5ec1, 0x5ec2, 0x5ec3, + 0x5ec4, 0x5ec5, 0x5ec6, 0x5ec7, + 0x5ec8, 0x5ecb, 0x5ecc, 0x5ecd, + 0x5ece, 0x5ecf, 0x5ed0, 0x5ed4, + 0x5ed5, 0x5ed7, 0x5ed8, 0x5ed9, + 0x5eda, 0x5edc, 0x5edd, 0x5ede, + 0x5edf, 0x5ee0, 0x5ee1, 0x5ee2, + 0x5ee3, 0x5ee4, 0x5ee5, 0x5ee6, + 0x5ee7, 0x5ee9, 0x5eeb, 0x5eec, + 0x5eed, 0x5eee, 0x5eef, 0x5ef0, + 0x5ef1, 0x0000, 0x5ef2, 0x5ef3, + 0x5ef5, 0x5ef8, 0x5ef9, 0x5efb, + 0x5efc, 0x5efd, 0x5f05, 0x5f06, + 0x5f07, 0x5f09, 0x5f0c, 0x5f0d, + 0x5f0e, 0x5f10, 0x5f12, 0x5f14, + 0x5f16, 0x5f19, 0x5f1a, 0x5f1c, + 0x5f1d, 0x5f1e, 0x5f21, 0x5f22, + 0x5f23, 0x5f24, 0x5f28, 0x5f2b, + 0x5f2c, 0x5f2e, 0x5f30, 0x5f32, + 0x5f33, 0x5f34, 0x5f35, 0x5f36, + 0x5f37, 0x5f38, 0x5f3b, 0x5f3d, + 0x5f3e, 0x5f3f, 0x5f41, 0x5f42, + 0x5f43, 0x5f44, 0x5f45, 0x5f46, + 0x5f47, 0x5f48, 0x5f49, 0x5f4a, + 0x5f4b, 0x5f4c, 0x5f4d, 0x5f4e, + 0x5f4f, 0x5f51, 0x5f54, 0x5f59, + 0x5f5a, 0x5f5b, 0x5f5c, 0x5f5e, + 0x5f5f, 0x5f60, 0x5f63, 0x5f65, + 0x5f67, 0x5f68, 0x5f6b, 0x5f6e, + 0x5f6f, 0x5f72, 0x5f74, 0x5f75, + 0x5f76, 0x5f78, 0x5f7a, 0x5f7d, + 0x5f7e, 0x5f7f, 0x5f83, 0x5f86, + 0x5f8d, 0x5f8e, 0x5f8f, 0x5f91, + 0x5f93, 0x5f94, 0x5f96, 0x5f9a, + 0x5f9b, 0x5f9d, 0x5f9e, 0x5f9f, + 0x5fa0, 0x5fa2, 0x5fa3, 0x5fa4, + 0x5fa5, 0x5fa6, 0x5fa7, 0x5fa9, + 0x5fab, 0x5fac, 0x5faf, 0x5fb0, + 0x5fb1, 0x5fb2, 0x5fb3, 0x5fb4, + 0x5fb6, 0x5fb8, 0x5fb9, 0x5fba, + 0x5fbb, 0x5fbe, 0x5fbf, 0x5fc0, + 0x5fc1, 0x5fc2, 0x5fc7, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x5fc8, 0x5fca, + 0x5fcb, 0x5fce, 0x5fd3, 0x5fd4, + 0x5fd5, 0x5fda, 0x5fdb, 0x5fdc, + 0x5fde, 0x5fdf, 0x5fe2, 0x5fe3, + 0x5fe5, 0x5fe6, 0x5fe8, 0x5fe9, + 0x5fec, 0x5fef, 0x5ff0, 0x5ff2, + 0x5ff3, 0x5ff4, 0x5ff6, 0x5ff7, + 0x5ff9, 0x5ffa, 0x5ffc, 0x6007, + 0x6008, 0x6009, 0x600b, 0x600c, + 0x6010, 0x6011, 0x6013, 0x6017, + 0x6018, 0x601a, 0x601e, 0x601f, + 0x6022, 0x6023, 0x6024, 0x602c, + 0x602d, 0x602e, 0x6030, 0x6031, + 0x6032, 0x6033, 0x6034, 0x6036, + 0x6037, 0x6038, 0x6039, 0x603a, + 0x603d, 0x603e, 0x6040, 0x6044, + 0x6045, 0x0000, 0x6046, 0x6047, + 0x6048, 0x6049, 0x604a, 0x604c, + 0x604e, 0x604f, 0x6051, 0x6053, + 0x6054, 0x6056, 0x6057, 0x6058, + 0x605b, 0x605c, 0x605e, 0x605f, + 0x6060, 0x6061, 0x6065, 0x6066, + 0x606e, 0x6071, 0x6072, 0x6074, + 0x6075, 0x6077, 0x607e, 0x6080, + 0x6081, 0x6082, 0x6085, 0x6086, + 0x6087, 0x6088, 0x608a, 0x608b, + 0x608e, 0x608f, 0x6090, 0x6091, + 0x6093, 0x6095, 0x6097, 0x6098, + 0x6099, 0x609c, 0x609e, 0x60a1, + 0x60a2, 0x60a4, 0x60a5, 0x60a7, + 0x60a9, 0x60aa, 0x60ae, 0x60b0, + 0x60b3, 0x60b5, 0x60b6, 0x60b7, + 0x60b9, 0x60ba, 0x60bd, 0x60be, + 0x60bf, 0x60c0, 0x60c1, 0x60c2, + 0x60c3, 0x60c4, 0x60c7, 0x60c8, + 0x60c9, 0x60cc, 0x60cd, 0x60ce, + 0x60cf, 0x60d0, 0x60d2, 0x60d3, + 0x60d4, 0x60d6, 0x60d7, 0x60d9, + 0x60db, 0x60de, 0x60e1, 0x60e2, + 0x60e3, 0x60e4, 0x60e5, 0x60ea, + 0x60f1, 0x60f2, 0x60f5, 0x60f7, + 0x60f8, 0x60fb, 0x60fc, 0x60fd, + 0x60fe, 0x60ff, 0x6102, 0x6103, + 0x6104, 0x6105, 0x6107, 0x610a, + 0x610b, 0x610c, 0x6110, 0x6111, + 0x6112, 0x6113, 0x6114, 0x6116, + 0x6117, 0x6118, 0x6119, 0x611b, + 0x611c, 0x611d, 0x611e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6121, 0x6122, + 0x6125, 0x6128, 0x6129, 0x612a, + 0x612c, 0x612d, 0x612e, 0x612f, + 0x6130, 0x6131, 0x6132, 0x6133, + 0x6134, 0x6135, 0x6136, 0x6137, + 0x6138, 0x6139, 0x613a, 0x613b, + 0x613c, 0x613d, 0x613e, 0x6140, + 0x6141, 0x6142, 0x6143, 0x6144, + 0x6145, 0x6146, 0x6147, 0x6149, + 0x614b, 0x614d, 0x614f, 0x6150, + 0x6152, 0x6153, 0x6154, 0x6156, + 0x6157, 0x6158, 0x6159, 0x615a, + 0x615b, 0x615c, 0x615e, 0x615f, + 0x6160, 0x6161, 0x6163, 0x6164, + 0x6165, 0x6166, 0x6169, 0x616a, + 0x616b, 0x616c, 0x616d, 0x616e, + 0x616f, 0x0000, 0x6171, 0x6172, + 0x6173, 0x6174, 0x6176, 0x6178, + 0x6179, 0x617a, 0x617b, 0x617c, + 0x617d, 0x617e, 0x617f, 0x6180, + 0x6181, 0x6182, 0x6183, 0x6184, + 0x6185, 0x6186, 0x6187, 0x6188, + 0x6189, 0x618a, 0x618c, 0x618d, + 0x618f, 0x6190, 0x6191, 0x6192, + 0x6193, 0x6195, 0x6196, 0x6197, + 0x6198, 0x6199, 0x619a, 0x619b, + 0x619c, 0x619e, 0x619f, 0x61a0, + 0x61a1, 0x61a2, 0x61a3, 0x61a4, + 0x61a5, 0x61a6, 0x61aa, 0x61ab, + 0x61ad, 0x61ae, 0x61af, 0x61b0, + 0x61b1, 0x61b2, 0x61b3, 0x61b4, + 0x61b5, 0x61b6, 0x61b8, 0x61b9, + 0x61ba, 0x61bb, 0x61bc, 0x61bd, + 0x61bf, 0x61c0, 0x61c1, 0x61c3, + 0x61c4, 0x61c5, 0x61c6, 0x61c7, + 0x61c9, 0x61cc, 0x61cd, 0x61ce, + 0x61cf, 0x61d0, 0x61d3, 0x61d5, + 0x61d6, 0x61d7, 0x61d8, 0x61d9, + 0x61da, 0x61db, 0x61dc, 0x61dd, + 0x61de, 0x61df, 0x61e0, 0x61e1, + 0x61e2, 0x61e3, 0x61e4, 0x61e5, + 0x61e7, 0x61e8, 0x61e9, 0x61ea, + 0x61eb, 0x61ec, 0x61ed, 0x61ee, + 0x61ef, 0x61f0, 0x61f1, 0x61f2, + 0x61f3, 0x61f4, 0x61f6, 0x61f7, + 0x61f8, 0x61f9, 0x61fa, 0x61fb, + 0x61fc, 0x61fd, 0x61fe, 0x6200, + 0x6201, 0x6202, 0x6203, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6204, 0x6205, + 0x6207, 0x6209, 0x6213, 0x6214, + 0x6219, 0x621c, 0x621d, 0x621e, + 0x6220, 0x6223, 0x6226, 0x6227, + 0x6228, 0x6229, 0x622b, 0x622d, + 0x622f, 0x6230, 0x6231, 0x6232, + 0x6235, 0x6236, 0x6238, 0x6239, + 0x623a, 0x623b, 0x623c, 0x6242, + 0x6244, 0x6245, 0x6246, 0x624a, + 0x624f, 0x6250, 0x6255, 0x6256, + 0x6257, 0x6259, 0x625a, 0x625c, + 0x625d, 0x625e, 0x625f, 0x6260, + 0x6261, 0x6262, 0x6264, 0x6265, + 0x6268, 0x6271, 0x6272, 0x6274, + 0x6275, 0x6277, 0x6278, 0x627a, + 0x627b, 0x627d, 0x6281, 0x6282, + 0x6283, 0x0000, 0x6285, 0x6286, + 0x6287, 0x6288, 0x628b, 0x628c, + 0x628d, 0x628e, 0x628f, 0x6290, + 0x6294, 0x6299, 0x629c, 0x629d, + 0x629e, 0x62a3, 0x62a6, 0x62a7, + 0x62a9, 0x62aa, 0x62ad, 0x62ae, + 0x62af, 0x62b0, 0x62b2, 0x62b3, + 0x62b4, 0x62b6, 0x62b7, 0x62b8, + 0x62ba, 0x62be, 0x62c0, 0x62c1, + 0x62c3, 0x62cb, 0x62cf, 0x62d1, + 0x62d5, 0x62dd, 0x62de, 0x62e0, + 0x62e1, 0x62e4, 0x62ea, 0x62eb, + 0x62f0, 0x62f2, 0x62f5, 0x62f8, + 0x62f9, 0x62fa, 0x62fb, 0x6300, + 0x6303, 0x6304, 0x6305, 0x6306, + 0x630a, 0x630b, 0x630c, 0x630d, + 0x630f, 0x6310, 0x6312, 0x6313, + 0x6314, 0x6315, 0x6317, 0x6318, + 0x6319, 0x631c, 0x6326, 0x6327, + 0x6329, 0x632c, 0x632d, 0x632e, + 0x6330, 0x6331, 0x6333, 0x6334, + 0x6335, 0x6336, 0x6337, 0x6338, + 0x633b, 0x633c, 0x633e, 0x633f, + 0x6340, 0x6341, 0x6344, 0x6347, + 0x6348, 0x634a, 0x6351, 0x6352, + 0x6353, 0x6354, 0x6356, 0x6357, + 0x6358, 0x6359, 0x635a, 0x635b, + 0x635c, 0x635d, 0x6360, 0x6364, + 0x6365, 0x6366, 0x6368, 0x636a, + 0x636b, 0x636c, 0x636f, 0x6370, + 0x6372, 0x6373, 0x6374, 0x6375, + 0x6378, 0x6379, 0x637c, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x637d, 0x637e, + 0x637f, 0x6381, 0x6383, 0x6384, + 0x6385, 0x6386, 0x638b, 0x638d, + 0x6391, 0x6393, 0x6394, 0x6395, + 0x6397, 0x6399, 0x639a, 0x639b, + 0x639c, 0x639d, 0x639e, 0x639f, + 0x63a1, 0x63a4, 0x63a6, 0x63ab, + 0x63af, 0x63b1, 0x63b2, 0x63b5, + 0x63b6, 0x63b9, 0x63bb, 0x63bd, + 0x63bf, 0x63c0, 0x63c1, 0x63c2, + 0x63c3, 0x63c5, 0x63c7, 0x63c8, + 0x63ca, 0x63cb, 0x63cc, 0x63d1, + 0x63d3, 0x63d4, 0x63d5, 0x63d7, + 0x63d8, 0x63d9, 0x63da, 0x63db, + 0x63dc, 0x63dd, 0x63df, 0x63e2, + 0x63e4, 0x63e5, 0x63e6, 0x63e7, + 0x63e8, 0x0000, 0x63eb, 0x63ec, + 0x63ee, 0x63ef, 0x63f0, 0x63f1, + 0x63f3, 0x63f5, 0x63f7, 0x63f9, + 0x63fa, 0x63fb, 0x63fc, 0x63fe, + 0x6403, 0x6404, 0x6406, 0x6407, + 0x6408, 0x6409, 0x640a, 0x640d, + 0x640e, 0x6411, 0x6412, 0x6415, + 0x6416, 0x6417, 0x6418, 0x6419, + 0x641a, 0x641d, 0x641f, 0x6422, + 0x6423, 0x6424, 0x6425, 0x6427, + 0x6428, 0x6429, 0x642b, 0x642e, + 0x642f, 0x6430, 0x6431, 0x6432, + 0x6433, 0x6435, 0x6436, 0x6437, + 0x6438, 0x6439, 0x643b, 0x643c, + 0x643e, 0x6440, 0x6442, 0x6443, + 0x6449, 0x644b, 0x644c, 0x644d, + 0x644e, 0x644f, 0x6450, 0x6451, + 0x6453, 0x6455, 0x6456, 0x6457, + 0x6459, 0x645a, 0x645b, 0x645c, + 0x645d, 0x645f, 0x6460, 0x6461, + 0x6462, 0x6463, 0x6464, 0x6465, + 0x6466, 0x6468, 0x646a, 0x646b, + 0x646c, 0x646e, 0x646f, 0x6470, + 0x6471, 0x6472, 0x6473, 0x6474, + 0x6475, 0x6476, 0x6477, 0x647b, + 0x647c, 0x647d, 0x647e, 0x647f, + 0x6480, 0x6481, 0x6483, 0x6486, + 0x6488, 0x6489, 0x648a, 0x648b, + 0x648c, 0x648d, 0x648e, 0x648f, + 0x6490, 0x6493, 0x6494, 0x6497, + 0x6498, 0x649a, 0x649b, 0x649c, + 0x649d, 0x649f, 0x64a0, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x64a1, 0x64a2, + 0x64a3, 0x64a5, 0x64a6, 0x64a7, + 0x64a8, 0x64aa, 0x64ab, 0x64af, + 0x64b1, 0x64b2, 0x64b3, 0x64b4, + 0x64b6, 0x64b9, 0x64bb, 0x64bd, + 0x64be, 0x64bf, 0x64c1, 0x64c3, + 0x64c4, 0x64c6, 0x64c7, 0x64c8, + 0x64c9, 0x64ca, 0x64cb, 0x64cc, + 0x64cf, 0x64d1, 0x64d3, 0x64d4, + 0x64d5, 0x64d6, 0x64d9, 0x64da, + 0x64db, 0x64dc, 0x64dd, 0x64df, + 0x64e0, 0x64e1, 0x64e3, 0x64e5, + 0x64e7, 0x64e8, 0x64e9, 0x64ea, + 0x64eb, 0x64ec, 0x64ed, 0x64ee, + 0x64ef, 0x64f0, 0x64f1, 0x64f2, + 0x64f3, 0x64f4, 0x64f5, 0x64f6, + 0x64f7, 0x0000, 0x64f8, 0x64f9, + 0x64fa, 0x64fb, 0x64fc, 0x64fd, + 0x64fe, 0x64ff, 0x6501, 0x6502, + 0x6503, 0x6504, 0x6505, 0x6506, + 0x6507, 0x6508, 0x650a, 0x650b, + 0x650c, 0x650d, 0x650e, 0x650f, + 0x6510, 0x6511, 0x6513, 0x6514, + 0x6515, 0x6516, 0x6517, 0x6519, + 0x651a, 0x651b, 0x651c, 0x651d, + 0x651e, 0x651f, 0x6520, 0x6521, + 0x6522, 0x6523, 0x6524, 0x6526, + 0x6527, 0x6528, 0x6529, 0x652a, + 0x652c, 0x652d, 0x6530, 0x6531, + 0x6532, 0x6533, 0x6537, 0x653a, + 0x653c, 0x653d, 0x6540, 0x6541, + 0x6542, 0x6543, 0x6544, 0x6546, + 0x6547, 0x654a, 0x654b, 0x654d, + 0x654e, 0x6550, 0x6552, 0x6553, + 0x6554, 0x6557, 0x6558, 0x655a, + 0x655c, 0x655f, 0x6560, 0x6561, + 0x6564, 0x6565, 0x6567, 0x6568, + 0x6569, 0x656a, 0x656d, 0x656e, + 0x656f, 0x6571, 0x6573, 0x6575, + 0x6576, 0x6578, 0x6579, 0x657a, + 0x657b, 0x657c, 0x657d, 0x657e, + 0x657f, 0x6580, 0x6581, 0x6582, + 0x6583, 0x6584, 0x6585, 0x6586, + 0x6588, 0x6589, 0x658a, 0x658d, + 0x658e, 0x658f, 0x6592, 0x6594, + 0x6595, 0x6596, 0x6598, 0x659a, + 0x659d, 0x659e, 0x65a0, 0x65a2, + 0x65a3, 0x65a6, 0x65a8, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x65aa, 0x65ac, + 0x65ae, 0x65b1, 0x65b2, 0x65b3, + 0x65b4, 0x65b5, 0x65b6, 0x65b7, + 0x65b8, 0x65ba, 0x65bb, 0x65be, + 0x65bf, 0x65c0, 0x65c2, 0x65c7, + 0x65c8, 0x65c9, 0x65ca, 0x65cd, + 0x65d0, 0x65d1, 0x65d3, 0x65d4, + 0x65d5, 0x65d8, 0x65d9, 0x65da, + 0x65db, 0x65dc, 0x65dd, 0x65de, + 0x65df, 0x65e1, 0x65e3, 0x65e4, + 0x65ea, 0x65eb, 0x65f2, 0x65f3, + 0x65f4, 0x65f5, 0x65f8, 0x65f9, + 0x65fb, 0x65fc, 0x65fd, 0x65fe, + 0x65ff, 0x6601, 0x6604, 0x6605, + 0x6607, 0x6608, 0x6609, 0x660b, + 0x660d, 0x6610, 0x6611, 0x6612, + 0x6616, 0x0000, 0x6617, 0x6618, + 0x661a, 0x661b, 0x661c, 0x661e, + 0x6621, 0x6622, 0x6623, 0x6624, + 0x6626, 0x6629, 0x662a, 0x662b, + 0x662c, 0x662e, 0x6630, 0x6632, + 0x6633, 0x6637, 0x6638, 0x6639, + 0x663a, 0x663b, 0x663d, 0x663f, + 0x6640, 0x6642, 0x6644, 0x6645, + 0x6646, 0x6647, 0x6648, 0x6649, + 0x664a, 0x664d, 0x664e, 0x6650, + 0x6651, 0x6658, 0x6659, 0x665b, + 0x665c, 0x665d, 0x665e, 0x6660, + 0x6662, 0x6663, 0x6665, 0x6667, + 0x6669, 0x666a, 0x666b, 0x666c, + 0x666d, 0x6671, 0x6672, 0x6673, + 0x6675, 0x6678, 0x6679, 0x667b, + 0x667c, 0x667d, 0x667f, 0x6680, + 0x6681, 0x6683, 0x6685, 0x6686, + 0x6688, 0x6689, 0x668a, 0x668b, + 0x668d, 0x668e, 0x668f, 0x6690, + 0x6692, 0x6693, 0x6694, 0x6695, + 0x6698, 0x6699, 0x669a, 0x669b, + 0x669c, 0x669e, 0x669f, 0x66a0, + 0x66a1, 0x66a2, 0x66a3, 0x66a4, + 0x66a5, 0x66a6, 0x66a9, 0x66aa, + 0x66ab, 0x66ac, 0x66ad, 0x66af, + 0x66b0, 0x66b1, 0x66b2, 0x66b3, + 0x66b5, 0x66b6, 0x66b7, 0x66b8, + 0x66ba, 0x66bb, 0x66bc, 0x66bd, + 0x66bf, 0x66c0, 0x66c1, 0x66c2, + 0x66c3, 0x66c4, 0x66c5, 0x66c6, + 0x66c7, 0x66c8, 0x66c9, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x66ca, 0x66cb, + 0x66cc, 0x66cd, 0x66ce, 0x66cf, + 0x66d0, 0x66d1, 0x66d2, 0x66d3, + 0x66d4, 0x66d5, 0x66d6, 0x66d7, + 0x66d8, 0x66da, 0x66de, 0x66df, + 0x66e0, 0x66e1, 0x66e2, 0x66e3, + 0x66e4, 0x66e5, 0x66e7, 0x66e8, + 0x66ea, 0x66eb, 0x66ec, 0x66ed, + 0x66ee, 0x66ef, 0x66f1, 0x66f5, + 0x66f6, 0x66f8, 0x66fa, 0x66fb, + 0x66fd, 0x6701, 0x6702, 0x6703, + 0x6704, 0x6705, 0x6706, 0x6707, + 0x670c, 0x670e, 0x670f, 0x6711, + 0x6712, 0x6713, 0x6716, 0x6718, + 0x6719, 0x671a, 0x671c, 0x671e, + 0x6720, 0x6721, 0x6722, 0x6723, + 0x6724, 0x0000, 0x6725, 0x6727, + 0x6729, 0x672e, 0x6730, 0x6732, + 0x6733, 0x6736, 0x6737, 0x6738, + 0x6739, 0x673b, 0x673c, 0x673e, + 0x673f, 0x6741, 0x6744, 0x6745, + 0x6747, 0x674a, 0x674b, 0x674d, + 0x6752, 0x6754, 0x6755, 0x6757, + 0x6758, 0x6759, 0x675a, 0x675b, + 0x675d, 0x6762, 0x6763, 0x6764, + 0x6766, 0x6767, 0x676b, 0x676c, + 0x676e, 0x6771, 0x6774, 0x6776, + 0x6778, 0x6779, 0x677a, 0x677b, + 0x677d, 0x6780, 0x6782, 0x6783, + 0x6785, 0x6786, 0x6788, 0x678a, + 0x678c, 0x678d, 0x678e, 0x678f, + 0x6791, 0x6792, 0x6793, 0x6794, + 0x6796, 0x6799, 0x679b, 0x679f, + 0x67a0, 0x67a1, 0x67a4, 0x67a6, + 0x67a9, 0x67ac, 0x67ae, 0x67b1, + 0x67b2, 0x67b4, 0x67b9, 0x67ba, + 0x67bb, 0x67bc, 0x67bd, 0x67be, + 0x67bf, 0x67c0, 0x67c2, 0x67c5, + 0x67c6, 0x67c7, 0x67c8, 0x67c9, + 0x67ca, 0x67cb, 0x67cc, 0x67cd, + 0x67ce, 0x67d5, 0x67d6, 0x67d7, + 0x67db, 0x67df, 0x67e1, 0x67e3, + 0x67e4, 0x67e6, 0x67e7, 0x67e8, + 0x67ea, 0x67eb, 0x67ed, 0x67ee, + 0x67f2, 0x67f5, 0x67f6, 0x67f7, + 0x67f8, 0x67f9, 0x67fa, 0x67fb, + 0x67fc, 0x67fe, 0x6801, 0x6802, + 0x6803, 0x6804, 0x6806, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x680d, 0x6810, + 0x6812, 0x6814, 0x6815, 0x6818, + 0x6819, 0x681a, 0x681b, 0x681c, + 0x681e, 0x681f, 0x6820, 0x6822, + 0x6823, 0x6824, 0x6825, 0x6826, + 0x6827, 0x6828, 0x682b, 0x682c, + 0x682d, 0x682e, 0x682f, 0x6830, + 0x6831, 0x6834, 0x6835, 0x6836, + 0x683a, 0x683b, 0x683f, 0x6847, + 0x684b, 0x684d, 0x684f, 0x6852, + 0x6856, 0x6857, 0x6858, 0x6859, + 0x685a, 0x685b, 0x685c, 0x685d, + 0x685e, 0x685f, 0x686a, 0x686c, + 0x686d, 0x686e, 0x686f, 0x6870, + 0x6871, 0x6872, 0x6873, 0x6875, + 0x6878, 0x6879, 0x687a, 0x687b, + 0x687c, 0x0000, 0x687d, 0x687e, + 0x687f, 0x6880, 0x6882, 0x6884, + 0x6887, 0x6888, 0x6889, 0x688a, + 0x688b, 0x688c, 0x688d, 0x688e, + 0x6890, 0x6891, 0x6892, 0x6894, + 0x6895, 0x6896, 0x6898, 0x6899, + 0x689a, 0x689b, 0x689c, 0x689d, + 0x689e, 0x689f, 0x68a0, 0x68a1, + 0x68a3, 0x68a4, 0x68a5, 0x68a9, + 0x68aa, 0x68ab, 0x68ac, 0x68ae, + 0x68b1, 0x68b2, 0x68b4, 0x68b6, + 0x68b7, 0x68b8, 0x68b9, 0x68ba, + 0x68bb, 0x68bc, 0x68bd, 0x68be, + 0x68bf, 0x68c1, 0x68c3, 0x68c4, + 0x68c5, 0x68c6, 0x68c7, 0x68c8, + 0x68ca, 0x68cc, 0x68ce, 0x68cf, + 0x68d0, 0x68d1, 0x68d3, 0x68d4, + 0x68d6, 0x68d7, 0x68d9, 0x68db, + 0x68dc, 0x68dd, 0x68de, 0x68df, + 0x68e1, 0x68e2, 0x68e4, 0x68e5, + 0x68e6, 0x68e7, 0x68e8, 0x68e9, + 0x68ea, 0x68eb, 0x68ec, 0x68ed, + 0x68ef, 0x68f2, 0x68f3, 0x68f4, + 0x68f6, 0x68f7, 0x68f8, 0x68fb, + 0x68fd, 0x68fe, 0x68ff, 0x6900, + 0x6902, 0x6903, 0x6904, 0x6906, + 0x6907, 0x6908, 0x6909, 0x690a, + 0x690c, 0x690f, 0x6911, 0x6913, + 0x6914, 0x6915, 0x6916, 0x6917, + 0x6918, 0x6919, 0x691a, 0x691b, + 0x691c, 0x691d, 0x691e, 0x6921, + 0x6922, 0x6923, 0x6925, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6926, 0x6927, + 0x6928, 0x6929, 0x692a, 0x692b, + 0x692c, 0x692e, 0x692f, 0x6931, + 0x6932, 0x6933, 0x6935, 0x6936, + 0x6937, 0x6938, 0x693a, 0x693b, + 0x693c, 0x693e, 0x6940, 0x6941, + 0x6943, 0x6944, 0x6945, 0x6946, + 0x6947, 0x6948, 0x6949, 0x694a, + 0x694b, 0x694c, 0x694d, 0x694e, + 0x694f, 0x6950, 0x6951, 0x6952, + 0x6953, 0x6955, 0x6956, 0x6958, + 0x6959, 0x695b, 0x695c, 0x695f, + 0x6961, 0x6962, 0x6964, 0x6965, + 0x6967, 0x6968, 0x6969, 0x696a, + 0x696c, 0x696d, 0x696f, 0x6970, + 0x6972, 0x6973, 0x6974, 0x6975, + 0x6976, 0x0000, 0x697a, 0x697b, + 0x697d, 0x697e, 0x697f, 0x6981, + 0x6983, 0x6985, 0x698a, 0x698b, + 0x698c, 0x698e, 0x698f, 0x6990, + 0x6991, 0x6992, 0x6993, 0x6996, + 0x6997, 0x6999, 0x699a, 0x699d, + 0x699e, 0x699f, 0x69a0, 0x69a1, + 0x69a2, 0x69a3, 0x69a4, 0x69a5, + 0x69a6, 0x69a9, 0x69aa, 0x69ac, + 0x69ae, 0x69af, 0x69b0, 0x69b2, + 0x69b3, 0x69b5, 0x69b6, 0x69b8, + 0x69b9, 0x69ba, 0x69bc, 0x69bd, + 0x69be, 0x69bf, 0x69c0, 0x69c2, + 0x69c3, 0x69c4, 0x69c5, 0x69c6, + 0x69c7, 0x69c8, 0x69c9, 0x69cb, + 0x69cd, 0x69cf, 0x69d1, 0x69d2, + 0x69d3, 0x69d5, 0x69d6, 0x69d7, + 0x69d8, 0x69d9, 0x69da, 0x69dc, + 0x69dd, 0x69de, 0x69e1, 0x69e2, + 0x69e3, 0x69e4, 0x69e5, 0x69e6, + 0x69e7, 0x69e8, 0x69e9, 0x69ea, + 0x69eb, 0x69ec, 0x69ee, 0x69ef, + 0x69f0, 0x69f1, 0x69f3, 0x69f4, + 0x69f5, 0x69f6, 0x69f7, 0x69f8, + 0x69f9, 0x69fa, 0x69fb, 0x69fc, + 0x69fe, 0x6a00, 0x6a01, 0x6a02, + 0x6a03, 0x6a04, 0x6a05, 0x6a06, + 0x6a07, 0x6a08, 0x6a09, 0x6a0b, + 0x6a0c, 0x6a0d, 0x6a0e, 0x6a0f, + 0x6a10, 0x6a11, 0x6a12, 0x6a13, + 0x6a14, 0x6a15, 0x6a16, 0x6a19, + 0x6a1a, 0x6a1b, 0x6a1c, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6a1d, 0x6a1e, + 0x6a20, 0x6a22, 0x6a23, 0x6a24, + 0x6a25, 0x6a26, 0x6a27, 0x6a29, + 0x6a2b, 0x6a2c, 0x6a2d, 0x6a2e, + 0x6a30, 0x6a32, 0x6a33, 0x6a34, + 0x6a36, 0x6a37, 0x6a38, 0x6a39, + 0x6a3a, 0x6a3b, 0x6a3c, 0x6a3f, + 0x6a40, 0x6a41, 0x6a42, 0x6a43, + 0x6a45, 0x6a46, 0x6a48, 0x6a49, + 0x6a4a, 0x6a4b, 0x6a4c, 0x6a4d, + 0x6a4e, 0x6a4f, 0x6a51, 0x6a52, + 0x6a53, 0x6a54, 0x6a55, 0x6a56, + 0x6a57, 0x6a5a, 0x6a5c, 0x6a5d, + 0x6a5e, 0x6a5f, 0x6a60, 0x6a62, + 0x6a63, 0x6a64, 0x6a66, 0x6a67, + 0x6a68, 0x6a69, 0x6a6a, 0x6a6b, + 0x6a6c, 0x0000, 0x6a6d, 0x6a6e, + 0x6a6f, 0x6a70, 0x6a72, 0x6a73, + 0x6a74, 0x6a75, 0x6a76, 0x6a77, + 0x6a78, 0x6a7a, 0x6a7b, 0x6a7d, + 0x6a7e, 0x6a7f, 0x6a81, 0x6a82, + 0x6a83, 0x6a85, 0x6a86, 0x6a87, + 0x6a88, 0x6a89, 0x6a8a, 0x6a8b, + 0x6a8c, 0x6a8d, 0x6a8f, 0x6a92, + 0x6a93, 0x6a94, 0x6a95, 0x6a96, + 0x6a98, 0x6a99, 0x6a9a, 0x6a9b, + 0x6a9c, 0x6a9d, 0x6a9e, 0x6a9f, + 0x6aa1, 0x6aa2, 0x6aa3, 0x6aa4, + 0x6aa5, 0x6aa6, 0x6aa7, 0x6aa8, + 0x6aaa, 0x6aad, 0x6aae, 0x6aaf, + 0x6ab0, 0x6ab1, 0x6ab2, 0x6ab3, + 0x6ab4, 0x6ab5, 0x6ab6, 0x6ab7, + 0x6ab8, 0x6ab9, 0x6aba, 0x6abb, + 0x6abc, 0x6abd, 0x6abe, 0x6abf, + 0x6ac0, 0x6ac1, 0x6ac2, 0x6ac3, + 0x6ac4, 0x6ac5, 0x6ac6, 0x6ac7, + 0x6ac8, 0x6ac9, 0x6aca, 0x6acb, + 0x6acc, 0x6acd, 0x6ace, 0x6acf, + 0x6ad0, 0x6ad1, 0x6ad2, 0x6ad3, + 0x6ad4, 0x6ad5, 0x6ad6, 0x6ad7, + 0x6ad8, 0x6ad9, 0x6ada, 0x6adb, + 0x6adc, 0x6add, 0x6ade, 0x6adf, + 0x6ae0, 0x6ae1, 0x6ae2, 0x6ae3, + 0x6ae4, 0x6ae5, 0x6ae6, 0x6ae7, + 0x6ae8, 0x6ae9, 0x6aea, 0x6aeb, + 0x6aec, 0x6aed, 0x6aee, 0x6aef, + 0x6af0, 0x6af1, 0x6af2, 0x6af3, + 0x6af4, 0x6af5, 0x6af6, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6af7, 0x6af8, + 0x6af9, 0x6afa, 0x6afb, 0x6afc, + 0x6afd, 0x6afe, 0x6aff, 0x6b00, + 0x6b01, 0x6b02, 0x6b03, 0x6b04, + 0x6b05, 0x6b06, 0x6b07, 0x6b08, + 0x6b09, 0x6b0a, 0x6b0b, 0x6b0c, + 0x6b0d, 0x6b0e, 0x6b0f, 0x6b10, + 0x6b11, 0x6b12, 0x6b13, 0x6b14, + 0x6b15, 0x6b16, 0x6b17, 0x6b18, + 0x6b19, 0x6b1a, 0x6b1b, 0x6b1c, + 0x6b1d, 0x6b1e, 0x6b1f, 0x6b25, + 0x6b26, 0x6b28, 0x6b29, 0x6b2a, + 0x6b2b, 0x6b2c, 0x6b2d, 0x6b2e, + 0x6b2f, 0x6b30, 0x6b31, 0x6b33, + 0x6b34, 0x6b35, 0x6b36, 0x6b38, + 0x6b3b, 0x6b3c, 0x6b3d, 0x6b3f, + 0x6b40, 0x0000, 0x6b41, 0x6b42, + 0x6b44, 0x6b45, 0x6b48, 0x6b4a, + 0x6b4b, 0x6b4d, 0x6b4e, 0x6b4f, + 0x6b50, 0x6b51, 0x6b52, 0x6b53, + 0x6b54, 0x6b55, 0x6b56, 0x6b57, + 0x6b58, 0x6b5a, 0x6b5b, 0x6b5c, + 0x6b5d, 0x6b5e, 0x6b5f, 0x6b60, + 0x6b61, 0x6b68, 0x6b69, 0x6b6b, + 0x6b6c, 0x6b6d, 0x6b6e, 0x6b6f, + 0x6b70, 0x6b71, 0x6b72, 0x6b73, + 0x6b74, 0x6b75, 0x6b76, 0x6b77, + 0x6b78, 0x6b7a, 0x6b7d, 0x6b7e, + 0x6b7f, 0x6b80, 0x6b85, 0x6b88, + 0x6b8c, 0x6b8e, 0x6b8f, 0x6b90, + 0x6b91, 0x6b94, 0x6b95, 0x6b97, + 0x6b98, 0x6b99, 0x6b9c, 0x6b9d, + 0x6b9e, 0x6b9f, 0x6ba0, 0x6ba2, + 0x6ba3, 0x6ba4, 0x6ba5, 0x6ba6, + 0x6ba7, 0x6ba8, 0x6ba9, 0x6bab, + 0x6bac, 0x6bad, 0x6bae, 0x6baf, + 0x6bb0, 0x6bb1, 0x6bb2, 0x6bb6, + 0x6bb8, 0x6bb9, 0x6bba, 0x6bbb, + 0x6bbc, 0x6bbd, 0x6bbe, 0x6bc0, + 0x6bc3, 0x6bc4, 0x6bc6, 0x6bc7, + 0x6bc8, 0x6bc9, 0x6bca, 0x6bcc, + 0x6bce, 0x6bd0, 0x6bd1, 0x6bd8, + 0x6bda, 0x6bdc, 0x6bdd, 0x6bde, + 0x6bdf, 0x6be0, 0x6be2, 0x6be3, + 0x6be4, 0x6be5, 0x6be6, 0x6be7, + 0x6be8, 0x6be9, 0x6bec, 0x6bed, + 0x6bee, 0x6bf0, 0x6bf1, 0x6bf2, + 0x6bf4, 0x6bf6, 0x6bf7, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6bf8, 0x6bfa, + 0x6bfb, 0x6bfc, 0x6bfe, 0x6bff, + 0x6c00, 0x6c01, 0x6c02, 0x6c03, + 0x6c04, 0x6c08, 0x6c09, 0x6c0a, + 0x6c0b, 0x6c0c, 0x6c0e, 0x6c12, + 0x6c17, 0x6c1c, 0x6c1d, 0x6c1e, + 0x6c20, 0x6c23, 0x6c25, 0x6c2b, + 0x6c2c, 0x6c2d, 0x6c31, 0x6c33, + 0x6c36, 0x6c37, 0x6c39, 0x6c3a, + 0x6c3b, 0x6c3c, 0x6c3e, 0x6c3f, + 0x6c43, 0x6c44, 0x6c45, 0x6c48, + 0x6c4b, 0x6c4c, 0x6c4d, 0x6c4e, + 0x6c4f, 0x6c51, 0x6c52, 0x6c53, + 0x6c56, 0x6c58, 0x6c59, 0x6c5a, + 0x6c62, 0x6c63, 0x6c65, 0x6c66, + 0x6c67, 0x6c6b, 0x6c6c, 0x6c6d, + 0x6c6e, 0x0000, 0x6c6f, 0x6c71, + 0x6c73, 0x6c75, 0x6c77, 0x6c78, + 0x6c7a, 0x6c7b, 0x6c7c, 0x6c7f, + 0x6c80, 0x6c84, 0x6c87, 0x6c8a, + 0x6c8b, 0x6c8d, 0x6c8e, 0x6c91, + 0x6c92, 0x6c95, 0x6c96, 0x6c97, + 0x6c98, 0x6c9a, 0x6c9c, 0x6c9d, + 0x6c9e, 0x6ca0, 0x6ca2, 0x6ca8, + 0x6cac, 0x6caf, 0x6cb0, 0x6cb4, + 0x6cb5, 0x6cb6, 0x6cb7, 0x6cba, + 0x6cc0, 0x6cc1, 0x6cc2, 0x6cc3, + 0x6cc6, 0x6cc7, 0x6cc8, 0x6ccb, + 0x6ccd, 0x6cce, 0x6ccf, 0x6cd1, + 0x6cd2, 0x6cd8, 0x6cd9, 0x6cda, + 0x6cdc, 0x6cdd, 0x6cdf, 0x6ce4, + 0x6ce6, 0x6ce7, 0x6ce9, 0x6cec, + 0x6ced, 0x6cf2, 0x6cf4, 0x6cf9, + 0x6cff, 0x6d00, 0x6d02, 0x6d03, + 0x6d05, 0x6d06, 0x6d08, 0x6d09, + 0x6d0a, 0x6d0d, 0x6d0f, 0x6d10, + 0x6d11, 0x6d13, 0x6d14, 0x6d15, + 0x6d16, 0x6d18, 0x6d1c, 0x6d1d, + 0x6d1f, 0x6d20, 0x6d21, 0x6d22, + 0x6d23, 0x6d24, 0x6d26, 0x6d28, + 0x6d29, 0x6d2c, 0x6d2d, 0x6d2f, + 0x6d30, 0x6d34, 0x6d36, 0x6d37, + 0x6d38, 0x6d3a, 0x6d3f, 0x6d40, + 0x6d42, 0x6d44, 0x6d49, 0x6d4c, + 0x6d50, 0x6d55, 0x6d56, 0x6d57, + 0x6d58, 0x6d5b, 0x6d5d, 0x6d5f, + 0x6d61, 0x6d62, 0x6d64, 0x6d65, + 0x6d67, 0x6d68, 0x6d6b, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6d6c, 0x6d6d, + 0x6d70, 0x6d71, 0x6d72, 0x6d73, + 0x6d75, 0x6d76, 0x6d79, 0x6d7a, + 0x6d7b, 0x6d7d, 0x6d7e, 0x6d7f, + 0x6d80, 0x6d81, 0x6d83, 0x6d84, + 0x6d86, 0x6d87, 0x6d8a, 0x6d8b, + 0x6d8d, 0x6d8f, 0x6d90, 0x6d92, + 0x6d96, 0x6d97, 0x6d98, 0x6d99, + 0x6d9a, 0x6d9c, 0x6da2, 0x6da5, + 0x6dac, 0x6dad, 0x6db0, 0x6db1, + 0x6db3, 0x6db4, 0x6db6, 0x6db7, + 0x6db9, 0x6dba, 0x6dbb, 0x6dbc, + 0x6dbd, 0x6dbe, 0x6dc1, 0x6dc2, + 0x6dc3, 0x6dc8, 0x6dc9, 0x6dca, + 0x6dcd, 0x6dce, 0x6dcf, 0x6dd0, + 0x6dd2, 0x6dd3, 0x6dd4, 0x6dd5, + 0x6dd7, 0x0000, 0x6dda, 0x6ddb, + 0x6ddc, 0x6ddf, 0x6de2, 0x6de3, + 0x6de5, 0x6de7, 0x6de8, 0x6de9, + 0x6dea, 0x6ded, 0x6def, 0x6df0, + 0x6df2, 0x6df4, 0x6df5, 0x6df6, + 0x6df8, 0x6dfa, 0x6dfd, 0x6dfe, + 0x6dff, 0x6e00, 0x6e01, 0x6e02, + 0x6e03, 0x6e04, 0x6e06, 0x6e07, + 0x6e08, 0x6e09, 0x6e0b, 0x6e0f, + 0x6e12, 0x6e13, 0x6e15, 0x6e18, + 0x6e19, 0x6e1b, 0x6e1c, 0x6e1e, + 0x6e1f, 0x6e22, 0x6e26, 0x6e27, + 0x6e28, 0x6e2a, 0x6e2c, 0x6e2e, + 0x6e30, 0x6e31, 0x6e33, 0x6e35, + 0x6e36, 0x6e37, 0x6e39, 0x6e3b, + 0x6e3c, 0x6e3d, 0x6e3e, 0x6e3f, + 0x6e40, 0x6e41, 0x6e42, 0x6e45, + 0x6e46, 0x6e47, 0x6e48, 0x6e49, + 0x6e4a, 0x6e4b, 0x6e4c, 0x6e4f, + 0x6e50, 0x6e51, 0x6e52, 0x6e55, + 0x6e57, 0x6e59, 0x6e5a, 0x6e5c, + 0x6e5d, 0x6e5e, 0x6e60, 0x6e61, + 0x6e62, 0x6e63, 0x6e64, 0x6e65, + 0x6e66, 0x6e67, 0x6e68, 0x6e69, + 0x6e6a, 0x6e6c, 0x6e6d, 0x6e6f, + 0x6e70, 0x6e71, 0x6e72, 0x6e73, + 0x6e74, 0x6e75, 0x6e76, 0x6e77, + 0x6e78, 0x6e79, 0x6e7a, 0x6e7b, + 0x6e7c, 0x6e7d, 0x6e80, 0x6e81, + 0x6e82, 0x6e84, 0x6e87, 0x6e88, + 0x6e8a, 0x6e8b, 0x6e8c, 0x6e8d, + 0x6e8e, 0x6e91, 0x6e92, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6e93, 0x6e94, + 0x6e95, 0x6e96, 0x6e97, 0x6e99, + 0x6e9a, 0x6e9b, 0x6e9d, 0x6e9e, + 0x6ea0, 0x6ea1, 0x6ea3, 0x6ea4, + 0x6ea6, 0x6ea8, 0x6ea9, 0x6eab, + 0x6eac, 0x6ead, 0x6eae, 0x6eb0, + 0x6eb3, 0x6eb5, 0x6eb8, 0x6eb9, + 0x6ebc, 0x6ebe, 0x6ebf, 0x6ec0, + 0x6ec3, 0x6ec4, 0x6ec5, 0x6ec6, + 0x6ec8, 0x6ec9, 0x6eca, 0x6ecc, + 0x6ecd, 0x6ece, 0x6ed0, 0x6ed2, + 0x6ed6, 0x6ed8, 0x6ed9, 0x6edb, + 0x6edc, 0x6edd, 0x6ee3, 0x6ee7, + 0x6eea, 0x6eeb, 0x6eec, 0x6eed, + 0x6eee, 0x6eef, 0x6ef0, 0x6ef1, + 0x6ef2, 0x6ef3, 0x6ef5, 0x6ef6, + 0x6ef7, 0x0000, 0x6ef8, 0x6efa, + 0x6efb, 0x6efc, 0x6efd, 0x6efe, + 0x6eff, 0x6f00, 0x6f01, 0x6f03, + 0x6f04, 0x6f05, 0x6f07, 0x6f08, + 0x6f0a, 0x6f0b, 0x6f0c, 0x6f0d, + 0x6f0e, 0x6f10, 0x6f11, 0x6f12, + 0x6f16, 0x6f17, 0x6f18, 0x6f19, + 0x6f1a, 0x6f1b, 0x6f1c, 0x6f1d, + 0x6f1e, 0x6f1f, 0x6f21, 0x6f22, + 0x6f23, 0x6f25, 0x6f26, 0x6f27, + 0x6f28, 0x6f2c, 0x6f2e, 0x6f30, + 0x6f32, 0x6f34, 0x6f35, 0x6f37, + 0x6f38, 0x6f39, 0x6f3a, 0x6f3b, + 0x6f3c, 0x6f3d, 0x6f3f, 0x6f40, + 0x6f41, 0x6f42, 0x6f43, 0x6f44, + 0x6f45, 0x6f48, 0x6f49, 0x6f4a, + 0x6f4c, 0x6f4e, 0x6f4f, 0x6f50, + 0x6f51, 0x6f52, 0x6f53, 0x6f54, + 0x6f55, 0x6f56, 0x6f57, 0x6f59, + 0x6f5a, 0x6f5b, 0x6f5d, 0x6f5f, + 0x6f60, 0x6f61, 0x6f63, 0x6f64, + 0x6f65, 0x6f67, 0x6f68, 0x6f69, + 0x6f6a, 0x6f6b, 0x6f6c, 0x6f6f, + 0x6f70, 0x6f71, 0x6f73, 0x6f75, + 0x6f76, 0x6f77, 0x6f79, 0x6f7b, + 0x6f7d, 0x6f7e, 0x6f7f, 0x6f80, + 0x6f81, 0x6f82, 0x6f83, 0x6f85, + 0x6f86, 0x6f87, 0x6f8a, 0x6f8b, + 0x6f8f, 0x6f90, 0x6f91, 0x6f92, + 0x6f93, 0x6f94, 0x6f95, 0x6f96, + 0x6f97, 0x6f98, 0x6f99, 0x6f9a, + 0x6f9b, 0x6f9d, 0x6f9e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x6f9f, 0x6fa0, + 0x6fa2, 0x6fa3, 0x6fa4, 0x6fa5, + 0x6fa6, 0x6fa8, 0x6fa9, 0x6faa, + 0x6fab, 0x6fac, 0x6fad, 0x6fae, + 0x6faf, 0x6fb0, 0x6fb1, 0x6fb2, + 0x6fb4, 0x6fb5, 0x6fb7, 0x6fb8, + 0x6fba, 0x6fbb, 0x6fbc, 0x6fbd, + 0x6fbe, 0x6fbf, 0x6fc1, 0x6fc3, + 0x6fc4, 0x6fc5, 0x6fc6, 0x6fc7, + 0x6fc8, 0x6fca, 0x6fcb, 0x6fcc, + 0x6fcd, 0x6fce, 0x6fcf, 0x6fd0, + 0x6fd3, 0x6fd4, 0x6fd5, 0x6fd6, + 0x6fd7, 0x6fd8, 0x6fd9, 0x6fda, + 0x6fdb, 0x6fdc, 0x6fdd, 0x6fdf, + 0x6fe2, 0x6fe3, 0x6fe4, 0x6fe5, + 0x6fe6, 0x6fe7, 0x6fe8, 0x6fe9, + 0x6fea, 0x0000, 0x6feb, 0x6fec, + 0x6fed, 0x6ff0, 0x6ff1, 0x6ff2, + 0x6ff3, 0x6ff4, 0x6ff5, 0x6ff6, + 0x6ff7, 0x6ff8, 0x6ff9, 0x6ffa, + 0x6ffb, 0x6ffc, 0x6ffd, 0x6ffe, + 0x6fff, 0x7000, 0x7001, 0x7002, + 0x7003, 0x7004, 0x7005, 0x7006, + 0x7007, 0x7008, 0x7009, 0x700a, + 0x700b, 0x700c, 0x700d, 0x700e, + 0x700f, 0x7010, 0x7012, 0x7013, + 0x7014, 0x7015, 0x7016, 0x7017, + 0x7018, 0x7019, 0x701c, 0x701d, + 0x701e, 0x701f, 0x7020, 0x7021, + 0x7022, 0x7024, 0x7025, 0x7026, + 0x7027, 0x7028, 0x7029, 0x702a, + 0x702b, 0x702c, 0x702d, 0x702e, + 0x702f, 0x7030, 0x7031, 0x7032, + 0x7033, 0x7034, 0x7036, 0x7037, + 0x7038, 0x703a, 0x703b, 0x703c, + 0x703d, 0x703e, 0x703f, 0x7040, + 0x7041, 0x7042, 0x7043, 0x7044, + 0x7045, 0x7046, 0x7047, 0x7048, + 0x7049, 0x704a, 0x704b, 0x704d, + 0x704e, 0x7050, 0x7051, 0x7052, + 0x7053, 0x7054, 0x7055, 0x7056, + 0x7057, 0x7058, 0x7059, 0x705a, + 0x705b, 0x705c, 0x705d, 0x705f, + 0x7060, 0x7061, 0x7062, 0x7063, + 0x7064, 0x7065, 0x7066, 0x7067, + 0x7068, 0x7069, 0x706a, 0x706e, + 0x7071, 0x7072, 0x7073, 0x7074, + 0x7077, 0x7079, 0x707a, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x707b, 0x707d, + 0x7081, 0x7082, 0x7083, 0x7084, + 0x7086, 0x7087, 0x7088, 0x708b, + 0x708c, 0x708d, 0x708f, 0x7090, + 0x7091, 0x7093, 0x7097, 0x7098, + 0x709a, 0x709b, 0x709e, 0x709f, + 0x70a0, 0x70a1, 0x70a2, 0x70a3, + 0x70a4, 0x70a5, 0x70a6, 0x70a7, + 0x70a8, 0x70a9, 0x70aa, 0x70b0, + 0x70b2, 0x70b4, 0x70b5, 0x70b6, + 0x70ba, 0x70be, 0x70bf, 0x70c4, + 0x70c5, 0x70c6, 0x70c7, 0x70c9, + 0x70cb, 0x70cc, 0x70cd, 0x70ce, + 0x70cf, 0x70d0, 0x70d1, 0x70d2, + 0x70d3, 0x70d4, 0x70d5, 0x70d6, + 0x70d7, 0x70da, 0x70dc, 0x70dd, + 0x70de, 0x0000, 0x70e0, 0x70e1, + 0x70e2, 0x70e3, 0x70e5, 0x70ea, + 0x70ee, 0x70f0, 0x70f1, 0x70f2, + 0x70f3, 0x70f4, 0x70f5, 0x70f6, + 0x70f8, 0x70fa, 0x70fb, 0x70fc, + 0x70fe, 0x70ff, 0x7100, 0x7101, + 0x7102, 0x7103, 0x7104, 0x7105, + 0x7106, 0x7107, 0x7108, 0x710b, + 0x710c, 0x710d, 0x710e, 0x710f, + 0x7111, 0x7112, 0x7114, 0x7117, + 0x711b, 0x711c, 0x711d, 0x711e, + 0x711f, 0x7120, 0x7121, 0x7122, + 0x7123, 0x7124, 0x7125, 0x7127, + 0x7128, 0x7129, 0x712a, 0x712b, + 0x712c, 0x712d, 0x712e, 0x7132, + 0x7133, 0x7134, 0x7135, 0x7137, + 0x7138, 0x7139, 0x713a, 0x713b, + 0x713c, 0x713d, 0x713e, 0x713f, + 0x7140, 0x7141, 0x7142, 0x7143, + 0x7144, 0x7146, 0x7147, 0x7148, + 0x7149, 0x714b, 0x714d, 0x714f, + 0x7150, 0x7151, 0x7152, 0x7153, + 0x7154, 0x7155, 0x7156, 0x7157, + 0x7158, 0x7159, 0x715a, 0x715b, + 0x715d, 0x715f, 0x7160, 0x7161, + 0x7162, 0x7163, 0x7165, 0x7169, + 0x716a, 0x716b, 0x716c, 0x716d, + 0x716f, 0x7170, 0x7171, 0x7174, + 0x7175, 0x7176, 0x7177, 0x7179, + 0x717b, 0x717c, 0x717e, 0x717f, + 0x7180, 0x7181, 0x7182, 0x7183, + 0x7185, 0x7186, 0x7187, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7188, 0x7189, + 0x718b, 0x718c, 0x718d, 0x718e, + 0x7190, 0x7191, 0x7192, 0x7193, + 0x7195, 0x7196, 0x7197, 0x719a, + 0x719b, 0x719c, 0x719d, 0x719e, + 0x71a1, 0x71a2, 0x71a3, 0x71a4, + 0x71a5, 0x71a6, 0x71a7, 0x71a9, + 0x71aa, 0x71ab, 0x71ad, 0x71ae, + 0x71af, 0x71b0, 0x71b1, 0x71b2, + 0x71b4, 0x71b6, 0x71b7, 0x71b8, + 0x71ba, 0x71bb, 0x71bc, 0x71bd, + 0x71be, 0x71bf, 0x71c0, 0x71c1, + 0x71c2, 0x71c4, 0x71c5, 0x71c6, + 0x71c7, 0x71c8, 0x71c9, 0x71ca, + 0x71cb, 0x71cc, 0x71cd, 0x71cf, + 0x71d0, 0x71d1, 0x71d2, 0x71d3, + 0x71d6, 0x0000, 0x71d7, 0x71d8, + 0x71d9, 0x71da, 0x71db, 0x71dc, + 0x71dd, 0x71de, 0x71df, 0x71e1, + 0x71e2, 0x71e3, 0x71e4, 0x71e6, + 0x71e8, 0x71e9, 0x71ea, 0x71eb, + 0x71ec, 0x71ed, 0x71ef, 0x71f0, + 0x71f1, 0x71f2, 0x71f3, 0x71f4, + 0x71f5, 0x71f6, 0x71f7, 0x71f8, + 0x71fa, 0x71fb, 0x71fc, 0x71fd, + 0x71fe, 0x71ff, 0x7200, 0x7201, + 0x7202, 0x7203, 0x7204, 0x7205, + 0x7207, 0x7208, 0x7209, 0x720a, + 0x720b, 0x720c, 0x720d, 0x720e, + 0x720f, 0x7210, 0x7211, 0x7212, + 0x7213, 0x7214, 0x7215, 0x7216, + 0x7217, 0x7218, 0x7219, 0x721a, + 0x721b, 0x721c, 0x721e, 0x721f, + 0x7220, 0x7221, 0x7222, 0x7223, + 0x7224, 0x7225, 0x7226, 0x7227, + 0x7229, 0x722b, 0x722d, 0x722e, + 0x722f, 0x7232, 0x7233, 0x7234, + 0x723a, 0x723c, 0x723e, 0x7240, + 0x7241, 0x7242, 0x7243, 0x7244, + 0x7245, 0x7246, 0x7249, 0x724a, + 0x724b, 0x724e, 0x724f, 0x7250, + 0x7251, 0x7253, 0x7254, 0x7255, + 0x7257, 0x7258, 0x725a, 0x725c, + 0x725e, 0x7260, 0x7263, 0x7264, + 0x7265, 0x7268, 0x726a, 0x726b, + 0x726c, 0x726d, 0x7270, 0x7271, + 0x7273, 0x7274, 0x7276, 0x7277, + 0x7278, 0x727b, 0x727c, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x727d, 0x7282, + 0x7283, 0x7285, 0x7286, 0x7287, + 0x7288, 0x7289, 0x728c, 0x728e, + 0x7290, 0x7291, 0x7293, 0x7294, + 0x7295, 0x7296, 0x7297, 0x7298, + 0x7299, 0x729a, 0x729b, 0x729c, + 0x729d, 0x729e, 0x72a0, 0x72a1, + 0x72a2, 0x72a3, 0x72a4, 0x72a5, + 0x72a6, 0x72a7, 0x72a8, 0x72a9, + 0x72aa, 0x72ab, 0x72ae, 0x72b1, + 0x72b2, 0x72b3, 0x72b5, 0x72ba, + 0x72bb, 0x72bc, 0x72bd, 0x72be, + 0x72bf, 0x72c0, 0x72c5, 0x72c6, + 0x72c7, 0x72c9, 0x72ca, 0x72cb, + 0x72cc, 0x72cf, 0x72d1, 0x72d3, + 0x72d4, 0x72d5, 0x72d6, 0x72d8, + 0x72da, 0x0000, 0x72db, 0x72dc, + 0x72dd, 0x72df, 0x72e2, 0x72e3, + 0x72e4, 0x72e5, 0x72e6, 0x72e7, + 0x72ea, 0x72eb, 0x72f5, 0x72f6, + 0x72f9, 0x72fd, 0x72fe, 0x72ff, + 0x7300, 0x7302, 0x7304, 0x7305, + 0x7306, 0x7307, 0x7308, 0x7309, + 0x730b, 0x730c, 0x730d, 0x730f, + 0x7310, 0x7311, 0x7312, 0x7314, + 0x7318, 0x7319, 0x731a, 0x731f, + 0x7320, 0x7323, 0x7324, 0x7326, + 0x7327, 0x7328, 0x732d, 0x732f, + 0x7330, 0x7332, 0x7333, 0x7335, + 0x7336, 0x733a, 0x733b, 0x733c, + 0x733d, 0x7340, 0x7341, 0x7342, + 0x7343, 0x7344, 0x7345, 0x7346, + 0x7347, 0x7348, 0x7349, 0x734a, + 0x734b, 0x734c, 0x734e, 0x734f, + 0x7351, 0x7353, 0x7354, 0x7355, + 0x7356, 0x7358, 0x7359, 0x735a, + 0x735b, 0x735c, 0x735d, 0x735e, + 0x735f, 0x7361, 0x7362, 0x7363, + 0x7364, 0x7365, 0x7366, 0x7367, + 0x7368, 0x7369, 0x736a, 0x736b, + 0x736e, 0x7370, 0x7371, 0x7372, + 0x7373, 0x7374, 0x7375, 0x7376, + 0x7377, 0x7378, 0x7379, 0x737a, + 0x737b, 0x737c, 0x737d, 0x737f, + 0x7380, 0x7381, 0x7382, 0x7383, + 0x7385, 0x7386, 0x7388, 0x738a, + 0x738c, 0x738d, 0x738f, 0x7390, + 0x7392, 0x7393, 0x7394, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7395, 0x7397, + 0x7398, 0x7399, 0x739a, 0x739c, + 0x739d, 0x739e, 0x73a0, 0x73a1, + 0x73a3, 0x73a4, 0x73a5, 0x73a6, + 0x73a7, 0x73a8, 0x73aa, 0x73ac, + 0x73ad, 0x73b1, 0x73b4, 0x73b5, + 0x73b6, 0x73b8, 0x73b9, 0x73bc, + 0x73bd, 0x73be, 0x73bf, 0x73c1, + 0x73c3, 0x73c4, 0x73c5, 0x73c6, + 0x73c7, 0x73cb, 0x73cc, 0x73ce, + 0x73d2, 0x73d3, 0x73d4, 0x73d5, + 0x73d6, 0x73d7, 0x73d8, 0x73da, + 0x73db, 0x73dc, 0x73dd, 0x73df, + 0x73e1, 0x73e2, 0x73e3, 0x73e4, + 0x73e6, 0x73e8, 0x73ea, 0x73eb, + 0x73ec, 0x73ee, 0x73ef, 0x73f0, + 0x73f1, 0x0000, 0x73f3, 0x73f4, + 0x73f5, 0x73f6, 0x73f7, 0x73f8, + 0x73f9, 0x73fa, 0x73fb, 0x73fc, + 0x73fd, 0x73fe, 0x73ff, 0x7400, + 0x7401, 0x7402, 0x7404, 0x7407, + 0x7408, 0x740b, 0x740c, 0x740d, + 0x740e, 0x7411, 0x7412, 0x7413, + 0x7414, 0x7415, 0x7416, 0x7417, + 0x7418, 0x7419, 0x741c, 0x741d, + 0x741e, 0x741f, 0x7420, 0x7421, + 0x7423, 0x7424, 0x7427, 0x7429, + 0x742b, 0x742d, 0x742f, 0x7431, + 0x7432, 0x7437, 0x7438, 0x7439, + 0x743a, 0x743b, 0x743d, 0x743e, + 0x743f, 0x7440, 0x7442, 0x7443, + 0x7444, 0x7445, 0x7446, 0x7447, + 0x7448, 0x7449, 0x744a, 0x744b, + 0x744c, 0x744d, 0x744e, 0x744f, + 0x7450, 0x7451, 0x7452, 0x7453, + 0x7454, 0x7456, 0x7458, 0x745d, + 0x7460, 0x7461, 0x7462, 0x7463, + 0x7464, 0x7465, 0x7466, 0x7467, + 0x7468, 0x7469, 0x746a, 0x746b, + 0x746c, 0x746e, 0x746f, 0x7471, + 0x7472, 0x7473, 0x7474, 0x7475, + 0x7478, 0x7479, 0x747a, 0x747b, + 0x747c, 0x747d, 0x747f, 0x7482, + 0x7484, 0x7485, 0x7486, 0x7488, + 0x7489, 0x748a, 0x748c, 0x748d, + 0x748f, 0x7491, 0x7492, 0x7493, + 0x7494, 0x7495, 0x7496, 0x7497, + 0x7498, 0x7499, 0x749a, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x749b, 0x749d, + 0x749f, 0x74a0, 0x74a1, 0x74a2, + 0x74a3, 0x74a4, 0x74a5, 0x74a6, + 0x74aa, 0x74ab, 0x74ac, 0x74ad, + 0x74ae, 0x74af, 0x74b0, 0x74b1, + 0x74b2, 0x74b3, 0x74b4, 0x74b5, + 0x74b6, 0x74b7, 0x74b8, 0x74b9, + 0x74bb, 0x74bc, 0x74bd, 0x74be, + 0x74bf, 0x74c0, 0x74c1, 0x74c2, + 0x74c3, 0x74c4, 0x74c5, 0x74c6, + 0x74c7, 0x74c8, 0x74c9, 0x74ca, + 0x74cb, 0x74cc, 0x74cd, 0x74ce, + 0x74cf, 0x74d0, 0x74d1, 0x74d3, + 0x74d4, 0x74d5, 0x74d6, 0x74d7, + 0x74d8, 0x74d9, 0x74da, 0x74db, + 0x74dd, 0x74df, 0x74e1, 0x74e5, + 0x74e7, 0x0000, 0x74e8, 0x74e9, + 0x74ea, 0x74eb, 0x74ec, 0x74ed, + 0x74f0, 0x74f1, 0x74f2, 0x74f3, + 0x74f5, 0x74f8, 0x74f9, 0x74fa, + 0x74fb, 0x74fc, 0x74fd, 0x74fe, + 0x7500, 0x7501, 0x7502, 0x7503, + 0x7505, 0x7506, 0x7507, 0x7508, + 0x7509, 0x750a, 0x750b, 0x750c, + 0x750e, 0x7510, 0x7512, 0x7514, + 0x7515, 0x7516, 0x7517, 0x751b, + 0x751d, 0x751e, 0x7520, 0x7521, + 0x7522, 0x7523, 0x7524, 0x7526, + 0x7527, 0x752a, 0x752e, 0x7534, + 0x7536, 0x7539, 0x753c, 0x753d, + 0x753f, 0x7541, 0x7542, 0x7543, + 0x7544, 0x7546, 0x7547, 0x7549, + 0x754a, 0x754d, 0x7550, 0x7551, + 0x7552, 0x7553, 0x7555, 0x7556, + 0x7557, 0x7558, 0x755d, 0x755e, + 0x755f, 0x7560, 0x7561, 0x7562, + 0x7563, 0x7564, 0x7567, 0x7568, + 0x7569, 0x756b, 0x756c, 0x756d, + 0x756e, 0x756f, 0x7570, 0x7571, + 0x7573, 0x7575, 0x7576, 0x7577, + 0x757a, 0x757b, 0x757c, 0x757d, + 0x757e, 0x7580, 0x7581, 0x7582, + 0x7584, 0x7585, 0x7587, 0x7588, + 0x7589, 0x758a, 0x758c, 0x758d, + 0x758e, 0x7590, 0x7593, 0x7595, + 0x7598, 0x759b, 0x759c, 0x759e, + 0x75a2, 0x75a6, 0x75a7, 0x75a8, + 0x75a9, 0x75aa, 0x75ad, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x75b6, 0x75b7, + 0x75ba, 0x75bb, 0x75bf, 0x75c0, + 0x75c1, 0x75c6, 0x75cb, 0x75cc, + 0x75ce, 0x75cf, 0x75d0, 0x75d1, + 0x75d3, 0x75d7, 0x75d9, 0x75da, + 0x75dc, 0x75dd, 0x75df, 0x75e0, + 0x75e1, 0x75e5, 0x75e9, 0x75ec, + 0x75ed, 0x75ee, 0x75ef, 0x75f2, + 0x75f3, 0x75f5, 0x75f6, 0x75f7, + 0x75f8, 0x75fa, 0x75fb, 0x75fd, + 0x75fe, 0x7602, 0x7604, 0x7606, + 0x7607, 0x7608, 0x7609, 0x760b, + 0x760d, 0x760e, 0x760f, 0x7611, + 0x7612, 0x7613, 0x7614, 0x7616, + 0x761a, 0x761c, 0x761d, 0x761e, + 0x7621, 0x7623, 0x7627, 0x7628, + 0x762c, 0x0000, 0x762e, 0x762f, + 0x7631, 0x7632, 0x7636, 0x7637, + 0x7639, 0x763a, 0x763b, 0x763d, + 0x7641, 0x7642, 0x7644, 0x7645, + 0x7646, 0x7647, 0x7648, 0x7649, + 0x764a, 0x764b, 0x764e, 0x764f, + 0x7650, 0x7651, 0x7652, 0x7653, + 0x7655, 0x7657, 0x7658, 0x7659, + 0x765a, 0x765b, 0x765d, 0x765f, + 0x7660, 0x7661, 0x7662, 0x7664, + 0x7665, 0x7666, 0x7667, 0x7668, + 0x7669, 0x766a, 0x766c, 0x766d, + 0x766e, 0x7670, 0x7671, 0x7672, + 0x7673, 0x7674, 0x7675, 0x7676, + 0x7677, 0x7679, 0x767a, 0x767c, + 0x767f, 0x7680, 0x7681, 0x7683, + 0x7685, 0x7689, 0x768a, 0x768c, + 0x768d, 0x768f, 0x7690, 0x7692, + 0x7694, 0x7695, 0x7697, 0x7698, + 0x769a, 0x769b, 0x769c, 0x769d, + 0x769e, 0x769f, 0x76a0, 0x76a1, + 0x76a2, 0x76a3, 0x76a5, 0x76a6, + 0x76a7, 0x76a8, 0x76a9, 0x76aa, + 0x76ab, 0x76ac, 0x76ad, 0x76af, + 0x76b0, 0x76b3, 0x76b5, 0x76b6, + 0x76b7, 0x76b8, 0x76b9, 0x76ba, + 0x76bb, 0x76bc, 0x76bd, 0x76be, + 0x76c0, 0x76c1, 0x76c3, 0x76c4, + 0x76c7, 0x76c9, 0x76cb, 0x76cc, + 0x76d3, 0x76d5, 0x76d9, 0x76da, + 0x76dc, 0x76dd, 0x76de, 0x76e0, + 0x76e1, 0x76e2, 0x76e3, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x76e4, 0x76e6, + 0x76e7, 0x76e8, 0x76e9, 0x76ea, + 0x76eb, 0x76ec, 0x76ed, 0x76f0, + 0x76f3, 0x76f5, 0x76f6, 0x76f7, + 0x76fa, 0x76fb, 0x76fd, 0x76ff, + 0x7700, 0x7702, 0x7703, 0x7705, + 0x7706, 0x770a, 0x770c, 0x770e, + 0x770f, 0x7710, 0x7711, 0x7712, + 0x7713, 0x7714, 0x7715, 0x7716, + 0x7717, 0x7718, 0x771b, 0x771c, + 0x771d, 0x771e, 0x7721, 0x7723, + 0x7724, 0x7725, 0x7727, 0x772a, + 0x772b, 0x772c, 0x772e, 0x7730, + 0x7731, 0x7732, 0x7733, 0x7734, + 0x7739, 0x773b, 0x773d, 0x773e, + 0x773f, 0x7742, 0x7744, 0x7745, + 0x7746, 0x0000, 0x7748, 0x7749, + 0x774a, 0x774b, 0x774c, 0x774d, + 0x774e, 0x774f, 0x7752, 0x7753, + 0x7754, 0x7755, 0x7756, 0x7757, + 0x7758, 0x7759, 0x775c, 0x775d, + 0x775e, 0x775f, 0x7760, 0x7764, + 0x7767, 0x7769, 0x776a, 0x776d, + 0x776e, 0x776f, 0x7770, 0x7771, + 0x7772, 0x7773, 0x7774, 0x7775, + 0x7776, 0x7777, 0x7778, 0x777a, + 0x777b, 0x777c, 0x7781, 0x7782, + 0x7783, 0x7786, 0x7787, 0x7788, + 0x7789, 0x778a, 0x778b, 0x778f, + 0x7790, 0x7793, 0x7794, 0x7795, + 0x7796, 0x7797, 0x7798, 0x7799, + 0x779a, 0x779b, 0x779c, 0x779d, + 0x779e, 0x77a1, 0x77a3, 0x77a4, + 0x77a6, 0x77a8, 0x77ab, 0x77ad, + 0x77ae, 0x77af, 0x77b1, 0x77b2, + 0x77b4, 0x77b6, 0x77b7, 0x77b8, + 0x77b9, 0x77ba, 0x77bc, 0x77be, + 0x77c0, 0x77c1, 0x77c2, 0x77c3, + 0x77c4, 0x77c5, 0x77c6, 0x77c7, + 0x77c8, 0x77c9, 0x77ca, 0x77cb, + 0x77cc, 0x77ce, 0x77cf, 0x77d0, + 0x77d1, 0x77d2, 0x77d3, 0x77d4, + 0x77d5, 0x77d6, 0x77d8, 0x77d9, + 0x77da, 0x77dd, 0x77de, 0x77df, + 0x77e0, 0x77e1, 0x77e4, 0x77e6, + 0x77e8, 0x77ea, 0x77ef, 0x77f0, + 0x77f1, 0x77f2, 0x77f4, 0x77f5, + 0x77f7, 0x77f9, 0x77fa, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x77fb, 0x77fc, + 0x7803, 0x7804, 0x7805, 0x7806, + 0x7807, 0x7808, 0x780a, 0x780b, + 0x780e, 0x780f, 0x7810, 0x7813, + 0x7815, 0x7819, 0x781b, 0x781e, + 0x7820, 0x7821, 0x7822, 0x7824, + 0x7828, 0x782a, 0x782b, 0x782e, + 0x782f, 0x7831, 0x7832, 0x7833, + 0x7835, 0x7836, 0x783d, 0x783f, + 0x7841, 0x7842, 0x7843, 0x7844, + 0x7846, 0x7848, 0x7849, 0x784a, + 0x784b, 0x784d, 0x784f, 0x7851, + 0x7853, 0x7854, 0x7858, 0x7859, + 0x785a, 0x785b, 0x785c, 0x785e, + 0x785f, 0x7860, 0x7861, 0x7862, + 0x7863, 0x7864, 0x7865, 0x7866, + 0x7867, 0x0000, 0x7868, 0x7869, + 0x786f, 0x7870, 0x7871, 0x7872, + 0x7873, 0x7874, 0x7875, 0x7876, + 0x7878, 0x7879, 0x787a, 0x787b, + 0x787d, 0x787e, 0x787f, 0x7880, + 0x7881, 0x7882, 0x7883, 0x7884, + 0x7885, 0x7886, 0x7888, 0x788a, + 0x788b, 0x788f, 0x7890, 0x7892, + 0x7894, 0x7895, 0x7896, 0x7899, + 0x789d, 0x789e, 0x78a0, 0x78a2, + 0x78a4, 0x78a6, 0x78a8, 0x78a9, + 0x78aa, 0x78ab, 0x78ac, 0x78ad, + 0x78ae, 0x78af, 0x78b5, 0x78b6, + 0x78b7, 0x78b8, 0x78ba, 0x78bb, + 0x78bc, 0x78bd, 0x78bf, 0x78c0, + 0x78c2, 0x78c3, 0x78c4, 0x78c6, + 0x78c7, 0x78c8, 0x78cc, 0x78cd, + 0x78ce, 0x78cf, 0x78d1, 0x78d2, + 0x78d3, 0x78d6, 0x78d7, 0x78d8, + 0x78da, 0x78db, 0x78dc, 0x78dd, + 0x78de, 0x78df, 0x78e0, 0x78e1, + 0x78e2, 0x78e3, 0x78e4, 0x78e5, + 0x78e6, 0x78e7, 0x78e9, 0x78ea, + 0x78eb, 0x78ed, 0x78ee, 0x78ef, + 0x78f0, 0x78f1, 0x78f3, 0x78f5, + 0x78f6, 0x78f8, 0x78f9, 0x78fb, + 0x78fc, 0x78fd, 0x78fe, 0x78ff, + 0x7900, 0x7902, 0x7903, 0x7904, + 0x7906, 0x7907, 0x7908, 0x7909, + 0x790a, 0x790b, 0x790c, 0x790d, + 0x790e, 0x790f, 0x7910, 0x7911, + 0x7912, 0x7914, 0x7915, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7916, 0x7917, + 0x7918, 0x7919, 0x791a, 0x791b, + 0x791c, 0x791d, 0x791f, 0x7920, + 0x7921, 0x7922, 0x7923, 0x7925, + 0x7926, 0x7927, 0x7928, 0x7929, + 0x792a, 0x792b, 0x792c, 0x792d, + 0x792e, 0x792f, 0x7930, 0x7931, + 0x7932, 0x7933, 0x7935, 0x7936, + 0x7937, 0x7938, 0x7939, 0x793d, + 0x793f, 0x7942, 0x7943, 0x7944, + 0x7945, 0x7947, 0x794a, 0x794b, + 0x794c, 0x794d, 0x794e, 0x794f, + 0x7950, 0x7951, 0x7952, 0x7954, + 0x7955, 0x7958, 0x7959, 0x7961, + 0x7963, 0x7964, 0x7966, 0x7969, + 0x796a, 0x796b, 0x796c, 0x796e, + 0x7970, 0x0000, 0x7971, 0x7972, + 0x7973, 0x7974, 0x7975, 0x7976, + 0x7979, 0x797b, 0x797c, 0x797d, + 0x797e, 0x797f, 0x7982, 0x7983, + 0x7986, 0x7987, 0x7988, 0x7989, + 0x798b, 0x798c, 0x798d, 0x798e, + 0x7990, 0x7991, 0x7992, 0x7993, + 0x7994, 0x7995, 0x7996, 0x7997, + 0x7998, 0x7999, 0x799b, 0x799c, + 0x799d, 0x799e, 0x799f, 0x79a0, + 0x79a1, 0x79a2, 0x79a3, 0x79a4, + 0x79a5, 0x79a6, 0x79a8, 0x79a9, + 0x79aa, 0x79ab, 0x79ac, 0x79ad, + 0x79ae, 0x79af, 0x79b0, 0x79b1, + 0x79b2, 0x79b4, 0x79b5, 0x79b6, + 0x79b7, 0x79b8, 0x79bc, 0x79bf, + 0x79c2, 0x79c4, 0x79c5, 0x79c7, + 0x79c8, 0x79ca, 0x79cc, 0x79ce, + 0x79cf, 0x79d0, 0x79d3, 0x79d4, + 0x79d6, 0x79d7, 0x79d9, 0x79da, + 0x79db, 0x79dc, 0x79dd, 0x79de, + 0x79e0, 0x79e1, 0x79e2, 0x79e5, + 0x79e8, 0x79ea, 0x79ec, 0x79ee, + 0x79f1, 0x79f2, 0x79f3, 0x79f4, + 0x79f5, 0x79f6, 0x79f7, 0x79f9, + 0x79fa, 0x79fc, 0x79fe, 0x79ff, + 0x7a01, 0x7a04, 0x7a05, 0x7a07, + 0x7a08, 0x7a09, 0x7a0a, 0x7a0c, + 0x7a0f, 0x7a10, 0x7a11, 0x7a12, + 0x7a13, 0x7a15, 0x7a16, 0x7a18, + 0x7a19, 0x7a1b, 0x7a1c, 0x7a1d, + 0x7a1f, 0x7a21, 0x7a22, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7a24, 0x7a25, + 0x7a26, 0x7a27, 0x7a28, 0x7a29, + 0x7a2a, 0x7a2b, 0x7a2c, 0x7a2d, + 0x7a2e, 0x7a2f, 0x7a30, 0x7a31, + 0x7a32, 0x7a34, 0x7a35, 0x7a36, + 0x7a38, 0x7a3a, 0x7a3e, 0x7a40, + 0x7a41, 0x7a42, 0x7a43, 0x7a44, + 0x7a45, 0x7a47, 0x7a48, 0x7a49, + 0x7a4a, 0x7a4b, 0x7a4c, 0x7a4d, + 0x7a4e, 0x7a4f, 0x7a50, 0x7a52, + 0x7a53, 0x7a54, 0x7a55, 0x7a56, + 0x7a58, 0x7a59, 0x7a5a, 0x7a5b, + 0x7a5c, 0x7a5d, 0x7a5e, 0x7a5f, + 0x7a60, 0x7a61, 0x7a62, 0x7a63, + 0x7a64, 0x7a65, 0x7a66, 0x7a67, + 0x7a68, 0x7a69, 0x7a6a, 0x7a6b, + 0x7a6c, 0x0000, 0x7a6d, 0x7a6e, + 0x7a6f, 0x7a71, 0x7a72, 0x7a73, + 0x7a75, 0x7a7b, 0x7a7c, 0x7a7d, + 0x7a7e, 0x7a82, 0x7a85, 0x7a87, + 0x7a89, 0x7a8a, 0x7a8b, 0x7a8c, + 0x7a8e, 0x7a8f, 0x7a90, 0x7a93, + 0x7a94, 0x7a99, 0x7a9a, 0x7a9b, + 0x7a9e, 0x7aa1, 0x7aa2, 0x7aa3, + 0x7aa4, 0x7aa7, 0x7aa9, 0x7aaa, + 0x7aab, 0x7aae, 0x7aaf, 0x7ab0, + 0x7ab1, 0x7ab2, 0x7ab4, 0x7ab5, + 0x7ab6, 0x7ab7, 0x7ab8, 0x7ab9, + 0x7aba, 0x7abb, 0x7abc, 0x7abd, + 0x7abe, 0x7ac0, 0x7ac1, 0x7ac2, + 0x7ac3, 0x7ac4, 0x7ac5, 0x7ac6, + 0x7ac7, 0x7ac8, 0x7ac9, 0x7aca, + 0x7acc, 0x7acd, 0x7ace, 0x7acf, + 0x7ad0, 0x7ad1, 0x7ad2, 0x7ad3, + 0x7ad4, 0x7ad5, 0x7ad7, 0x7ad8, + 0x7ada, 0x7adb, 0x7adc, 0x7add, + 0x7ae1, 0x7ae2, 0x7ae4, 0x7ae7, + 0x7ae8, 0x7ae9, 0x7aea, 0x7aeb, + 0x7aec, 0x7aee, 0x7af0, 0x7af1, + 0x7af2, 0x7af3, 0x7af4, 0x7af5, + 0x7af6, 0x7af7, 0x7af8, 0x7afb, + 0x7afc, 0x7afe, 0x7b00, 0x7b01, + 0x7b02, 0x7b05, 0x7b07, 0x7b09, + 0x7b0c, 0x7b0d, 0x7b0e, 0x7b10, + 0x7b12, 0x7b13, 0x7b16, 0x7b17, + 0x7b18, 0x7b1a, 0x7b1c, 0x7b1d, + 0x7b1f, 0x7b21, 0x7b22, 0x7b23, + 0x7b27, 0x7b29, 0x7b2d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7b2f, 0x7b30, + 0x7b32, 0x7b34, 0x7b35, 0x7b36, + 0x7b37, 0x7b39, 0x7b3b, 0x7b3d, + 0x7b3f, 0x7b40, 0x7b41, 0x7b42, + 0x7b43, 0x7b44, 0x7b46, 0x7b48, + 0x7b4a, 0x7b4d, 0x7b4e, 0x7b53, + 0x7b55, 0x7b57, 0x7b59, 0x7b5c, + 0x7b5e, 0x7b5f, 0x7b61, 0x7b63, + 0x7b64, 0x7b65, 0x7b66, 0x7b67, + 0x7b68, 0x7b69, 0x7b6a, 0x7b6b, + 0x7b6c, 0x7b6d, 0x7b6f, 0x7b70, + 0x7b73, 0x7b74, 0x7b76, 0x7b78, + 0x7b7a, 0x7b7c, 0x7b7d, 0x7b7f, + 0x7b81, 0x7b82, 0x7b83, 0x7b84, + 0x7b86, 0x7b87, 0x7b88, 0x7b89, + 0x7b8a, 0x7b8b, 0x7b8c, 0x7b8e, + 0x7b8f, 0x0000, 0x7b91, 0x7b92, + 0x7b93, 0x7b96, 0x7b98, 0x7b99, + 0x7b9a, 0x7b9b, 0x7b9e, 0x7b9f, + 0x7ba0, 0x7ba3, 0x7ba4, 0x7ba5, + 0x7bae, 0x7baf, 0x7bb0, 0x7bb2, + 0x7bb3, 0x7bb5, 0x7bb6, 0x7bb7, + 0x7bb9, 0x7bba, 0x7bbb, 0x7bbc, + 0x7bbd, 0x7bbe, 0x7bbf, 0x7bc0, + 0x7bc2, 0x7bc3, 0x7bc4, 0x7bc5, + 0x7bc8, 0x7bc9, 0x7bca, 0x7bcb, + 0x7bcd, 0x7bce, 0x7bcf, 0x7bd0, + 0x7bd2, 0x7bd4, 0x7bd5, 0x7bd6, + 0x7bd7, 0x7bd8, 0x7bdb, 0x7bdc, + 0x7bde, 0x7bdf, 0x7be0, 0x7be2, + 0x7be3, 0x7be4, 0x7be7, 0x7be8, + 0x7be9, 0x7beb, 0x7bec, 0x7bed, + 0x7bef, 0x7bf0, 0x7bf2, 0x7bf3, + 0x7bf4, 0x7bf5, 0x7bf6, 0x7bf8, + 0x7bf9, 0x7bfa, 0x7bfb, 0x7bfd, + 0x7bff, 0x7c00, 0x7c01, 0x7c02, + 0x7c03, 0x7c04, 0x7c05, 0x7c06, + 0x7c08, 0x7c09, 0x7c0a, 0x7c0d, + 0x7c0e, 0x7c10, 0x7c11, 0x7c12, + 0x7c13, 0x7c14, 0x7c15, 0x7c17, + 0x7c18, 0x7c19, 0x7c1a, 0x7c1b, + 0x7c1c, 0x7c1d, 0x7c1e, 0x7c20, + 0x7c21, 0x7c22, 0x7c23, 0x7c24, + 0x7c25, 0x7c28, 0x7c29, 0x7c2b, + 0x7c2c, 0x7c2d, 0x7c2e, 0x7c2f, + 0x7c30, 0x7c31, 0x7c32, 0x7c33, + 0x7c34, 0x7c35, 0x7c36, 0x7c37, + 0x7c39, 0x7c3a, 0x7c3b, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7c3c, 0x7c3d, + 0x7c3e, 0x7c42, 0x7c43, 0x7c44, + 0x7c45, 0x7c46, 0x7c47, 0x7c48, + 0x7c49, 0x7c4a, 0x7c4b, 0x7c4c, + 0x7c4e, 0x7c4f, 0x7c50, 0x7c51, + 0x7c52, 0x7c53, 0x7c54, 0x7c55, + 0x7c56, 0x7c57, 0x7c58, 0x7c59, + 0x7c5a, 0x7c5b, 0x7c5c, 0x7c5d, + 0x7c5e, 0x7c5f, 0x7c60, 0x7c61, + 0x7c62, 0x7c63, 0x7c64, 0x7c65, + 0x7c66, 0x7c67, 0x7c68, 0x7c69, + 0x7c6a, 0x7c6b, 0x7c6c, 0x7c6d, + 0x7c6e, 0x7c6f, 0x7c70, 0x7c71, + 0x7c72, 0x7c75, 0x7c76, 0x7c77, + 0x7c78, 0x7c79, 0x7c7a, 0x7c7e, + 0x7c7f, 0x7c80, 0x7c81, 0x7c82, + 0x7c83, 0x0000, 0x7c84, 0x7c85, + 0x7c86, 0x7c87, 0x7c88, 0x7c8a, + 0x7c8b, 0x7c8c, 0x7c8d, 0x7c8e, + 0x7c8f, 0x7c90, 0x7c93, 0x7c94, + 0x7c96, 0x7c99, 0x7c9a, 0x7c9b, + 0x7ca0, 0x7ca1, 0x7ca3, 0x7ca6, + 0x7ca7, 0x7ca8, 0x7ca9, 0x7cab, + 0x7cac, 0x7cad, 0x7caf, 0x7cb0, + 0x7cb4, 0x7cb5, 0x7cb6, 0x7cb7, + 0x7cb8, 0x7cba, 0x7cbb, 0x7cbf, + 0x7cc0, 0x7cc2, 0x7cc3, 0x7cc4, + 0x7cc6, 0x7cc9, 0x7ccb, 0x7cce, + 0x7ccf, 0x7cd0, 0x7cd1, 0x7cd2, + 0x7cd3, 0x7cd4, 0x7cd8, 0x7cda, + 0x7cdb, 0x7cdd, 0x7cde, 0x7ce1, + 0x7ce2, 0x7ce3, 0x7ce4, 0x7ce5, + 0x7ce6, 0x7ce7, 0x7ce9, 0x7cea, + 0x7ceb, 0x7cec, 0x7ced, 0x7cee, + 0x7cf0, 0x7cf1, 0x7cf2, 0x7cf3, + 0x7cf4, 0x7cf5, 0x7cf6, 0x7cf7, + 0x7cf9, 0x7cfa, 0x7cfc, 0x7cfd, + 0x7cfe, 0x7cff, 0x7d00, 0x7d01, + 0x7d02, 0x7d03, 0x7d04, 0x7d05, + 0x7d06, 0x7d07, 0x7d08, 0x7d09, + 0x7d0b, 0x7d0c, 0x7d0d, 0x7d0e, + 0x7d0f, 0x7d10, 0x7d11, 0x7d12, + 0x7d13, 0x7d14, 0x7d15, 0x7d16, + 0x7d17, 0x7d18, 0x7d19, 0x7d1a, + 0x7d1b, 0x7d1c, 0x7d1d, 0x7d1e, + 0x7d1f, 0x7d21, 0x7d23, 0x7d24, + 0x7d25, 0x7d26, 0x7d28, 0x7d29, + 0x7d2a, 0x7d2c, 0x7d2d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7d2e, 0x7d30, + 0x7d31, 0x7d32, 0x7d33, 0x7d34, + 0x7d35, 0x7d36, 0x7d37, 0x7d38, + 0x7d39, 0x7d3a, 0x7d3b, 0x7d3c, + 0x7d3d, 0x7d3e, 0x7d3f, 0x7d40, + 0x7d41, 0x7d42, 0x7d43, 0x7d44, + 0x7d45, 0x7d46, 0x7d47, 0x7d48, + 0x7d49, 0x7d4a, 0x7d4b, 0x7d4c, + 0x7d4d, 0x7d4e, 0x7d4f, 0x7d50, + 0x7d51, 0x7d52, 0x7d53, 0x7d54, + 0x7d55, 0x7d56, 0x7d57, 0x7d58, + 0x7d59, 0x7d5a, 0x7d5b, 0x7d5c, + 0x7d5d, 0x7d5e, 0x7d5f, 0x7d60, + 0x7d61, 0x7d62, 0x7d63, 0x7d64, + 0x7d65, 0x7d66, 0x7d67, 0x7d68, + 0x7d69, 0x7d6a, 0x7d6b, 0x7d6c, + 0x7d6d, 0x0000, 0x7d6f, 0x7d70, + 0x7d71, 0x7d72, 0x7d73, 0x7d74, + 0x7d75, 0x7d76, 0x7d78, 0x7d79, + 0x7d7a, 0x7d7b, 0x7d7c, 0x7d7d, + 0x7d7e, 0x7d7f, 0x7d80, 0x7d81, + 0x7d82, 0x7d83, 0x7d84, 0x7d85, + 0x7d86, 0x7d87, 0x7d88, 0x7d89, + 0x7d8a, 0x7d8b, 0x7d8c, 0x7d8d, + 0x7d8e, 0x7d8f, 0x7d90, 0x7d91, + 0x7d92, 0x7d93, 0x7d94, 0x7d95, + 0x7d96, 0x7d97, 0x7d98, 0x7d99, + 0x7d9a, 0x7d9b, 0x7d9c, 0x7d9d, + 0x7d9e, 0x7d9f, 0x7da0, 0x7da1, + 0x7da2, 0x7da3, 0x7da4, 0x7da5, + 0x7da7, 0x7da8, 0x7da9, 0x7daa, + 0x7dab, 0x7dac, 0x7dad, 0x7daf, + 0x7db0, 0x7db1, 0x7db2, 0x7db3, + 0x7db4, 0x7db5, 0x7db6, 0x7db7, + 0x7db8, 0x7db9, 0x7dba, 0x7dbb, + 0x7dbc, 0x7dbd, 0x7dbe, 0x7dbf, + 0x7dc0, 0x7dc1, 0x7dc2, 0x7dc3, + 0x7dc4, 0x7dc5, 0x7dc6, 0x7dc7, + 0x7dc8, 0x7dc9, 0x7dca, 0x7dcb, + 0x7dcc, 0x7dcd, 0x7dce, 0x7dcf, + 0x7dd0, 0x7dd1, 0x7dd2, 0x7dd3, + 0x7dd4, 0x7dd5, 0x7dd6, 0x7dd7, + 0x7dd8, 0x7dd9, 0x7dda, 0x7ddb, + 0x7ddc, 0x7ddd, 0x7dde, 0x7ddf, + 0x7de0, 0x7de1, 0x7de2, 0x7de3, + 0x7de4, 0x7de5, 0x7de6, 0x7de7, + 0x7de8, 0x7de9, 0x7dea, 0x7deb, + 0x7dec, 0x7ded, 0x7dee, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7def, 0x7df0, + 0x7df1, 0x7df2, 0x7df3, 0x7df4, + 0x7df5, 0x7df6, 0x7df7, 0x7df8, + 0x7df9, 0x7dfa, 0x7dfb, 0x7dfc, + 0x7dfd, 0x7dfe, 0x7dff, 0x7e00, + 0x7e01, 0x7e02, 0x7e03, 0x7e04, + 0x7e05, 0x7e06, 0x7e07, 0x7e08, + 0x7e09, 0x7e0a, 0x7e0b, 0x7e0c, + 0x7e0d, 0x7e0e, 0x7e0f, 0x7e10, + 0x7e11, 0x7e12, 0x7e13, 0x7e14, + 0x7e15, 0x7e16, 0x7e17, 0x7e18, + 0x7e19, 0x7e1a, 0x7e1b, 0x7e1c, + 0x7e1d, 0x7e1e, 0x7e1f, 0x7e20, + 0x7e21, 0x7e22, 0x7e23, 0x7e24, + 0x7e25, 0x7e26, 0x7e27, 0x7e28, + 0x7e29, 0x7e2a, 0x7e2b, 0x7e2c, + 0x7e2d, 0x0000, 0x7e2e, 0x7e2f, + 0x7e30, 0x7e31, 0x7e32, 0x7e33, + 0x7e34, 0x7e35, 0x7e36, 0x7e37, + 0x7e38, 0x7e39, 0x7e3a, 0x7e3c, + 0x7e3d, 0x7e3e, 0x7e3f, 0x7e40, + 0x7e42, 0x7e43, 0x7e44, 0x7e45, + 0x7e46, 0x7e48, 0x7e49, 0x7e4a, + 0x7e4b, 0x7e4c, 0x7e4d, 0x7e4e, + 0x7e4f, 0x7e50, 0x7e51, 0x7e52, + 0x7e53, 0x7e54, 0x7e55, 0x7e56, + 0x7e57, 0x7e58, 0x7e59, 0x7e5a, + 0x7e5b, 0x7e5c, 0x7e5d, 0x7e5e, + 0x7e5f, 0x7e60, 0x7e61, 0x7e62, + 0x7e63, 0x7e64, 0x7e65, 0x7e66, + 0x7e67, 0x7e68, 0x7e69, 0x7e6a, + 0x7e6b, 0x7e6c, 0x7e6d, 0x7e6e, + 0x7e6f, 0x7e70, 0x7e71, 0x7e72, + 0x7e73, 0x7e74, 0x7e75, 0x7e76, + 0x7e77, 0x7e78, 0x7e79, 0x7e7a, + 0x7e7b, 0x7e7c, 0x7e7d, 0x7e7e, + 0x7e7f, 0x7e80, 0x7e81, 0x7e83, + 0x7e84, 0x7e85, 0x7e86, 0x7e87, + 0x7e88, 0x7e89, 0x7e8a, 0x7e8b, + 0x7e8c, 0x7e8d, 0x7e8e, 0x7e8f, + 0x7e90, 0x7e91, 0x7e92, 0x7e93, + 0x7e94, 0x7e95, 0x7e96, 0x7e97, + 0x7e98, 0x7e99, 0x7e9a, 0x7e9c, + 0x7e9d, 0x7e9e, 0x7eae, 0x7eb4, + 0x7ebb, 0x7ebc, 0x7ed6, 0x7ee4, + 0x7eec, 0x7ef9, 0x7f0a, 0x7f10, + 0x7f1e, 0x7f37, 0x7f39, 0x7f3b, + 0x7f3c, 0x7f3d, 0x7f3e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x7f3f, 0x7f40, + 0x7f41, 0x7f43, 0x7f46, 0x7f47, + 0x7f48, 0x7f49, 0x7f4a, 0x7f4b, + 0x7f4c, 0x7f4d, 0x7f4e, 0x7f4f, + 0x7f52, 0x7f53, 0x7f56, 0x7f59, + 0x7f5b, 0x7f5c, 0x7f5d, 0x7f5e, + 0x7f60, 0x7f63, 0x7f64, 0x7f65, + 0x7f66, 0x7f67, 0x7f6b, 0x7f6c, + 0x7f6d, 0x7f6f, 0x7f70, 0x7f73, + 0x7f75, 0x7f76, 0x7f77, 0x7f78, + 0x7f7a, 0x7f7b, 0x7f7c, 0x7f7d, + 0x7f7f, 0x7f80, 0x7f82, 0x7f83, + 0x7f84, 0x7f85, 0x7f86, 0x7f87, + 0x7f88, 0x7f89, 0x7f8b, 0x7f8d, + 0x7f8f, 0x7f90, 0x7f91, 0x7f92, + 0x7f93, 0x7f95, 0x7f96, 0x7f97, + 0x7f98, 0x0000, 0x7f99, 0x7f9b, + 0x7f9c, 0x7fa0, 0x7fa2, 0x7fa3, + 0x7fa5, 0x7fa6, 0x7fa8, 0x7fa9, + 0x7faa, 0x7fab, 0x7fac, 0x7fad, + 0x7fae, 0x7fb1, 0x7fb3, 0x7fb4, + 0x7fb5, 0x7fb6, 0x7fb7, 0x7fba, + 0x7fbb, 0x7fbe, 0x7fc0, 0x7fc2, + 0x7fc3, 0x7fc4, 0x7fc6, 0x7fc7, + 0x7fc8, 0x7fc9, 0x7fcb, 0x7fcd, + 0x7fcf, 0x7fd0, 0x7fd1, 0x7fd2, + 0x7fd3, 0x7fd6, 0x7fd7, 0x7fd9, + 0x7fda, 0x7fdb, 0x7fdc, 0x7fdd, + 0x7fde, 0x7fe2, 0x7fe3, 0x7fe4, + 0x7fe7, 0x7fe8, 0x7fea, 0x7feb, + 0x7fec, 0x7fed, 0x7fef, 0x7ff2, + 0x7ff4, 0x7ff5, 0x7ff6, 0x7ff7, + 0x7ff8, 0x7ff9, 0x7ffa, 0x7ffd, + 0x7ffe, 0x7fff, 0x8002, 0x8007, + 0x8008, 0x8009, 0x800a, 0x800e, + 0x800f, 0x8011, 0x8013, 0x801a, + 0x801b, 0x801d, 0x801e, 0x801f, + 0x8021, 0x8023, 0x8024, 0x802b, + 0x802c, 0x802d, 0x802e, 0x802f, + 0x8030, 0x8032, 0x8034, 0x8039, + 0x803a, 0x803c, 0x803e, 0x8040, + 0x8041, 0x8044, 0x8045, 0x8047, + 0x8048, 0x8049, 0x804e, 0x804f, + 0x8050, 0x8051, 0x8053, 0x8055, + 0x8056, 0x8057, 0x8059, 0x805b, + 0x805c, 0x805d, 0x805e, 0x805f, + 0x8060, 0x8061, 0x8062, 0x8063, + 0x8064, 0x8065, 0x8066, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8067, 0x8068, + 0x806b, 0x806c, 0x806d, 0x806e, + 0x806f, 0x8070, 0x8072, 0x8073, + 0x8074, 0x8075, 0x8076, 0x8077, + 0x8078, 0x8079, 0x807a, 0x807b, + 0x807c, 0x807d, 0x807e, 0x8081, + 0x8082, 0x8085, 0x8088, 0x808a, + 0x808d, 0x808e, 0x808f, 0x8090, + 0x8091, 0x8092, 0x8094, 0x8095, + 0x8097, 0x8099, 0x809e, 0x80a3, + 0x80a6, 0x80a7, 0x80a8, 0x80ac, + 0x80b0, 0x80b3, 0x80b5, 0x80b6, + 0x80b8, 0x80b9, 0x80bb, 0x80c5, + 0x80c7, 0x80c8, 0x80c9, 0x80ca, + 0x80cb, 0x80cf, 0x80d0, 0x80d1, + 0x80d2, 0x80d3, 0x80d4, 0x80d5, + 0x80d8, 0x0000, 0x80df, 0x80e0, + 0x80e2, 0x80e3, 0x80e6, 0x80ee, + 0x80f5, 0x80f7, 0x80f9, 0x80fb, + 0x80fe, 0x80ff, 0x8100, 0x8101, + 0x8103, 0x8104, 0x8105, 0x8107, + 0x8108, 0x810b, 0x810c, 0x8115, + 0x8117, 0x8119, 0x811b, 0x811c, + 0x811d, 0x811f, 0x8120, 0x8121, + 0x8122, 0x8123, 0x8124, 0x8125, + 0x8126, 0x8127, 0x8128, 0x8129, + 0x812a, 0x812b, 0x812d, 0x812e, + 0x8130, 0x8133, 0x8134, 0x8135, + 0x8137, 0x8139, 0x813a, 0x813b, + 0x813c, 0x813d, 0x813f, 0x8140, + 0x8141, 0x8142, 0x8143, 0x8144, + 0x8145, 0x8147, 0x8149, 0x814d, + 0x814e, 0x814f, 0x8152, 0x8156, + 0x8157, 0x8158, 0x815b, 0x815c, + 0x815d, 0x815e, 0x815f, 0x8161, + 0x8162, 0x8163, 0x8164, 0x8166, + 0x8168, 0x816a, 0x816b, 0x816c, + 0x816f, 0x8172, 0x8173, 0x8175, + 0x8176, 0x8177, 0x8178, 0x8181, + 0x8183, 0x8184, 0x8185, 0x8186, + 0x8187, 0x8189, 0x818b, 0x818c, + 0x818d, 0x818e, 0x8190, 0x8192, + 0x8193, 0x8194, 0x8195, 0x8196, + 0x8197, 0x8199, 0x819a, 0x819e, + 0x819f, 0x81a0, 0x81a1, 0x81a2, + 0x81a4, 0x81a5, 0x81a7, 0x81a9, + 0x81ab, 0x81ac, 0x81ad, 0x81ae, + 0x81af, 0x81b0, 0x81b1, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x81b2, 0x81b4, + 0x81b5, 0x81b6, 0x81b7, 0x81b8, + 0x81b9, 0x81bc, 0x81bd, 0x81be, + 0x81bf, 0x81c4, 0x81c5, 0x81c7, + 0x81c8, 0x81c9, 0x81cb, 0x81cd, + 0x81ce, 0x81cf, 0x81d0, 0x81d1, + 0x81d2, 0x81d3, 0x81d4, 0x81d5, + 0x81d6, 0x81d7, 0x81d8, 0x81d9, + 0x81da, 0x81db, 0x81dc, 0x81dd, + 0x81de, 0x81df, 0x81e0, 0x81e1, + 0x81e2, 0x81e4, 0x81e5, 0x81e6, + 0x81e8, 0x81e9, 0x81eb, 0x81ee, + 0x81ef, 0x81f0, 0x81f1, 0x81f2, + 0x81f5, 0x81f6, 0x81f7, 0x81f8, + 0x81f9, 0x81fa, 0x81fd, 0x81ff, + 0x8203, 0x8207, 0x8208, 0x8209, + 0x820a, 0x0000, 0x820b, 0x820e, + 0x820f, 0x8211, 0x8213, 0x8215, + 0x8216, 0x8217, 0x8218, 0x8219, + 0x821a, 0x821d, 0x8220, 0x8224, + 0x8225, 0x8226, 0x8227, 0x8229, + 0x822e, 0x8232, 0x823a, 0x823c, + 0x823d, 0x823f, 0x8240, 0x8241, + 0x8242, 0x8243, 0x8245, 0x8246, + 0x8248, 0x824a, 0x824c, 0x824d, + 0x824e, 0x8250, 0x8251, 0x8252, + 0x8253, 0x8254, 0x8255, 0x8256, + 0x8257, 0x8259, 0x825b, 0x825c, + 0x825d, 0x825e, 0x8260, 0x8261, + 0x8262, 0x8263, 0x8264, 0x8265, + 0x8266, 0x8267, 0x8269, 0x826a, + 0x826b, 0x826c, 0x826d, 0x8271, + 0x8275, 0x8276, 0x8277, 0x8278, + 0x827b, 0x827c, 0x8280, 0x8281, + 0x8283, 0x8285, 0x8286, 0x8287, + 0x8289, 0x828c, 0x8290, 0x8293, + 0x8294, 0x8295, 0x8296, 0x829a, + 0x829b, 0x829e, 0x82a0, 0x82a2, + 0x82a3, 0x82a7, 0x82b2, 0x82b5, + 0x82b6, 0x82ba, 0x82bb, 0x82bc, + 0x82bf, 0x82c0, 0x82c2, 0x82c3, + 0x82c5, 0x82c6, 0x82c9, 0x82d0, + 0x82d6, 0x82d9, 0x82da, 0x82dd, + 0x82e2, 0x82e7, 0x82e8, 0x82e9, + 0x82ea, 0x82ec, 0x82ed, 0x82ee, + 0x82f0, 0x82f2, 0x82f3, 0x82f5, + 0x82f6, 0x82f8, 0x82fa, 0x82fc, + 0x82fd, 0x82fe, 0x82ff, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8300, 0x830a, + 0x830b, 0x830d, 0x8310, 0x8312, + 0x8313, 0x8316, 0x8318, 0x8319, + 0x831d, 0x831e, 0x831f, 0x8320, + 0x8321, 0x8322, 0x8323, 0x8324, + 0x8325, 0x8326, 0x8329, 0x832a, + 0x832e, 0x8330, 0x8332, 0x8337, + 0x833b, 0x833d, 0x833e, 0x833f, + 0x8341, 0x8342, 0x8344, 0x8345, + 0x8348, 0x834a, 0x834b, 0x834c, + 0x834d, 0x834e, 0x8353, 0x8355, + 0x8356, 0x8357, 0x8358, 0x8359, + 0x835d, 0x8362, 0x8370, 0x8371, + 0x8372, 0x8373, 0x8374, 0x8375, + 0x8376, 0x8379, 0x837a, 0x837e, + 0x837f, 0x8380, 0x8381, 0x8382, + 0x8383, 0x0000, 0x8384, 0x8387, + 0x8388, 0x838a, 0x838b, 0x838c, + 0x838d, 0x838f, 0x8390, 0x8391, + 0x8394, 0x8395, 0x8396, 0x8397, + 0x8399, 0x839a, 0x839d, 0x839f, + 0x83a1, 0x83a2, 0x83a3, 0x83a4, + 0x83a5, 0x83a6, 0x83a7, 0x83ac, + 0x83ad, 0x83ae, 0x83af, 0x83b5, + 0x83bb, 0x83be, 0x83bf, 0x83c2, + 0x83c3, 0x83c4, 0x83c6, 0x83c8, + 0x83c9, 0x83cb, 0x83cd, 0x83ce, + 0x83d0, 0x83d1, 0x83d2, 0x83d3, + 0x83d5, 0x83d7, 0x83d9, 0x83da, + 0x83db, 0x83de, 0x83e2, 0x83e3, + 0x83e4, 0x83e6, 0x83e7, 0x83e8, + 0x83eb, 0x83ec, 0x83ed, 0x83ee, + 0x83ef, 0x83f3, 0x83f4, 0x83f5, + 0x83f6, 0x83f7, 0x83fa, 0x83fb, + 0x83fc, 0x83fe, 0x83ff, 0x8400, + 0x8402, 0x8405, 0x8407, 0x8408, + 0x8409, 0x840a, 0x8410, 0x8412, + 0x8413, 0x8414, 0x8415, 0x8416, + 0x8417, 0x8419, 0x841a, 0x841b, + 0x841e, 0x841f, 0x8420, 0x8421, + 0x8422, 0x8423, 0x8429, 0x842a, + 0x842b, 0x842c, 0x842d, 0x842e, + 0x842f, 0x8430, 0x8432, 0x8433, + 0x8434, 0x8435, 0x8436, 0x8437, + 0x8439, 0x843a, 0x843b, 0x843e, + 0x843f, 0x8440, 0x8441, 0x8442, + 0x8443, 0x8444, 0x8445, 0x8447, + 0x8448, 0x8449, 0x844a, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x844b, 0x844c, + 0x844d, 0x844e, 0x844f, 0x8450, + 0x8452, 0x8453, 0x8454, 0x8455, + 0x8456, 0x8458, 0x845d, 0x845e, + 0x845f, 0x8460, 0x8462, 0x8464, + 0x8465, 0x8466, 0x8467, 0x8468, + 0x846a, 0x846e, 0x846f, 0x8470, + 0x8472, 0x8474, 0x8477, 0x8479, + 0x847b, 0x847c, 0x847d, 0x847e, + 0x847f, 0x8480, 0x8481, 0x8483, + 0x8484, 0x8485, 0x8486, 0x848a, + 0x848d, 0x848f, 0x8490, 0x8491, + 0x8492, 0x8493, 0x8494, 0x8495, + 0x8496, 0x8498, 0x849a, 0x849b, + 0x849d, 0x849e, 0x849f, 0x84a0, + 0x84a2, 0x84a3, 0x84a4, 0x84a5, + 0x84a6, 0x0000, 0x84a7, 0x84a8, + 0x84a9, 0x84aa, 0x84ab, 0x84ac, + 0x84ad, 0x84ae, 0x84b0, 0x84b1, + 0x84b3, 0x84b5, 0x84b6, 0x84b7, + 0x84bb, 0x84bc, 0x84be, 0x84c0, + 0x84c2, 0x84c3, 0x84c5, 0x84c6, + 0x84c7, 0x84c8, 0x84cb, 0x84cc, + 0x84ce, 0x84cf, 0x84d2, 0x84d4, + 0x84d5, 0x84d7, 0x84d8, 0x84d9, + 0x84da, 0x84db, 0x84dc, 0x84de, + 0x84e1, 0x84e2, 0x84e4, 0x84e7, + 0x84e8, 0x84e9, 0x84ea, 0x84eb, + 0x84ed, 0x84ee, 0x84ef, 0x84f1, + 0x84f2, 0x84f3, 0x84f4, 0x84f5, + 0x84f6, 0x84f7, 0x84f8, 0x84f9, + 0x84fa, 0x84fb, 0x84fd, 0x84fe, + 0x8500, 0x8501, 0x8502, 0x8503, + 0x8504, 0x8505, 0x8506, 0x8507, + 0x8508, 0x8509, 0x850a, 0x850b, + 0x850d, 0x850e, 0x850f, 0x8510, + 0x8512, 0x8514, 0x8515, 0x8516, + 0x8518, 0x8519, 0x851b, 0x851c, + 0x851d, 0x851e, 0x8520, 0x8522, + 0x8523, 0x8524, 0x8525, 0x8526, + 0x8527, 0x8528, 0x8529, 0x852a, + 0x852d, 0x852e, 0x852f, 0x8530, + 0x8531, 0x8532, 0x8533, 0x8534, + 0x8535, 0x8536, 0x853e, 0x853f, + 0x8540, 0x8541, 0x8542, 0x8544, + 0x8545, 0x8546, 0x8547, 0x854b, + 0x854c, 0x854d, 0x854e, 0x854f, + 0x8550, 0x8551, 0x8552, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8553, 0x8554, + 0x8555, 0x8557, 0x8558, 0x855a, + 0x855b, 0x855c, 0x855d, 0x855f, + 0x8560, 0x8561, 0x8562, 0x8563, + 0x8565, 0x8566, 0x8567, 0x8569, + 0x856a, 0x856b, 0x856c, 0x856d, + 0x856e, 0x856f, 0x8570, 0x8571, + 0x8573, 0x8575, 0x8576, 0x8577, + 0x8578, 0x857c, 0x857d, 0x857f, + 0x8580, 0x8581, 0x8582, 0x8583, + 0x8586, 0x8588, 0x8589, 0x858a, + 0x858b, 0x858c, 0x858d, 0x858e, + 0x8590, 0x8591, 0x8592, 0x8593, + 0x8594, 0x8595, 0x8596, 0x8597, + 0x8598, 0x8599, 0x859a, 0x859d, + 0x859e, 0x859f, 0x85a0, 0x85a1, + 0x85a2, 0x0000, 0x85a3, 0x85a5, + 0x85a6, 0x85a7, 0x85a9, 0x85ab, + 0x85ac, 0x85ad, 0x85b1, 0x85b2, + 0x85b3, 0x85b4, 0x85b5, 0x85b6, + 0x85b8, 0x85ba, 0x85bb, 0x85bc, + 0x85bd, 0x85be, 0x85bf, 0x85c0, + 0x85c2, 0x85c3, 0x85c4, 0x85c5, + 0x85c6, 0x85c7, 0x85c8, 0x85ca, + 0x85cb, 0x85cc, 0x85cd, 0x85ce, + 0x85d1, 0x85d2, 0x85d4, 0x85d6, + 0x85d7, 0x85d8, 0x85d9, 0x85da, + 0x85db, 0x85dd, 0x85de, 0x85df, + 0x85e0, 0x85e1, 0x85e2, 0x85e3, + 0x85e5, 0x85e6, 0x85e7, 0x85e8, + 0x85ea, 0x85eb, 0x85ec, 0x85ed, + 0x85ee, 0x85ef, 0x85f0, 0x85f1, + 0x85f2, 0x85f3, 0x85f4, 0x85f5, + 0x85f6, 0x85f7, 0x85f8, 0x85f9, + 0x85fa, 0x85fc, 0x85fd, 0x85fe, + 0x8600, 0x8601, 0x8602, 0x8603, + 0x8604, 0x8606, 0x8607, 0x8608, + 0x8609, 0x860a, 0x860b, 0x860c, + 0x860d, 0x860e, 0x860f, 0x8610, + 0x8612, 0x8613, 0x8614, 0x8615, + 0x8617, 0x8618, 0x8619, 0x861a, + 0x861b, 0x861c, 0x861d, 0x861e, + 0x861f, 0x8620, 0x8621, 0x8622, + 0x8623, 0x8624, 0x8625, 0x8626, + 0x8628, 0x862a, 0x862b, 0x862c, + 0x862d, 0x862e, 0x862f, 0x8630, + 0x8631, 0x8632, 0x8633, 0x8634, + 0x8635, 0x8636, 0x8637, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8639, 0x863a, + 0x863b, 0x863d, 0x863e, 0x863f, + 0x8640, 0x8641, 0x8642, 0x8643, + 0x8644, 0x8645, 0x8646, 0x8647, + 0x8648, 0x8649, 0x864a, 0x864b, + 0x864c, 0x8652, 0x8653, 0x8655, + 0x8656, 0x8657, 0x8658, 0x8659, + 0x865b, 0x865c, 0x865d, 0x865f, + 0x8660, 0x8661, 0x8663, 0x8664, + 0x8665, 0x8666, 0x8667, 0x8668, + 0x8669, 0x866a, 0x866d, 0x866f, + 0x8670, 0x8672, 0x8673, 0x8674, + 0x8675, 0x8676, 0x8677, 0x8678, + 0x8683, 0x8684, 0x8685, 0x8686, + 0x8687, 0x8688, 0x8689, 0x868e, + 0x868f, 0x8690, 0x8691, 0x8692, + 0x8694, 0x0000, 0x8696, 0x8697, + 0x8698, 0x8699, 0x869a, 0x869b, + 0x869e, 0x869f, 0x86a0, 0x86a1, + 0x86a2, 0x86a5, 0x86a6, 0x86ab, + 0x86ad, 0x86ae, 0x86b2, 0x86b3, + 0x86b7, 0x86b8, 0x86b9, 0x86bb, + 0x86bc, 0x86bd, 0x86be, 0x86bf, + 0x86c1, 0x86c2, 0x86c3, 0x86c5, + 0x86c8, 0x86cc, 0x86cd, 0x86d2, + 0x86d3, 0x86d5, 0x86d6, 0x86d7, + 0x86da, 0x86dc, 0x86dd, 0x86e0, + 0x86e1, 0x86e2, 0x86e3, 0x86e5, + 0x86e6, 0x86e7, 0x86e8, 0x86ea, + 0x86eb, 0x86ec, 0x86ef, 0x86f5, + 0x86f6, 0x86f7, 0x86fa, 0x86fb, + 0x86fc, 0x86fd, 0x86ff, 0x8701, + 0x8704, 0x8705, 0x8706, 0x870b, + 0x870c, 0x870e, 0x870f, 0x8710, + 0x8711, 0x8714, 0x8716, 0x8719, + 0x871b, 0x871d, 0x871f, 0x8720, + 0x8724, 0x8726, 0x8727, 0x8728, + 0x872a, 0x872b, 0x872c, 0x872d, + 0x872f, 0x8730, 0x8732, 0x8733, + 0x8735, 0x8736, 0x8738, 0x8739, + 0x873a, 0x873c, 0x873d, 0x8740, + 0x8741, 0x8742, 0x8743, 0x8744, + 0x8745, 0x8746, 0x874a, 0x874b, + 0x874d, 0x874f, 0x8750, 0x8751, + 0x8752, 0x8754, 0x8755, 0x8756, + 0x8758, 0x875a, 0x875b, 0x875c, + 0x875d, 0x875e, 0x875f, 0x8761, + 0x8762, 0x8766, 0x8767, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8768, 0x8769, + 0x876a, 0x876b, 0x876c, 0x876d, + 0x876f, 0x8771, 0x8772, 0x8773, + 0x8775, 0x8777, 0x8778, 0x8779, + 0x877a, 0x877f, 0x8780, 0x8781, + 0x8784, 0x8786, 0x8787, 0x8789, + 0x878a, 0x878c, 0x878e, 0x878f, + 0x8790, 0x8791, 0x8792, 0x8794, + 0x8795, 0x8796, 0x8798, 0x8799, + 0x879a, 0x879b, 0x879c, 0x879d, + 0x879e, 0x87a0, 0x87a1, 0x87a2, + 0x87a3, 0x87a4, 0x87a5, 0x87a6, + 0x87a7, 0x87a9, 0x87aa, 0x87ae, + 0x87b0, 0x87b1, 0x87b2, 0x87b4, + 0x87b6, 0x87b7, 0x87b8, 0x87b9, + 0x87bb, 0x87bc, 0x87be, 0x87bf, + 0x87c1, 0x0000, 0x87c2, 0x87c3, + 0x87c4, 0x87c5, 0x87c7, 0x87c8, + 0x87c9, 0x87cc, 0x87cd, 0x87ce, + 0x87cf, 0x87d0, 0x87d4, 0x87d5, + 0x87d6, 0x87d7, 0x87d8, 0x87d9, + 0x87da, 0x87dc, 0x87dd, 0x87de, + 0x87df, 0x87e1, 0x87e2, 0x87e3, + 0x87e4, 0x87e6, 0x87e7, 0x87e8, + 0x87e9, 0x87eb, 0x87ec, 0x87ed, + 0x87ef, 0x87f0, 0x87f1, 0x87f2, + 0x87f3, 0x87f4, 0x87f5, 0x87f6, + 0x87f7, 0x87f8, 0x87fa, 0x87fb, + 0x87fc, 0x87fd, 0x87ff, 0x8800, + 0x8801, 0x8802, 0x8804, 0x8805, + 0x8806, 0x8807, 0x8808, 0x8809, + 0x880b, 0x880c, 0x880d, 0x880e, + 0x880f, 0x8810, 0x8811, 0x8812, + 0x8814, 0x8817, 0x8818, 0x8819, + 0x881a, 0x881c, 0x881d, 0x881e, + 0x881f, 0x8820, 0x8823, 0x8824, + 0x8825, 0x8826, 0x8827, 0x8828, + 0x8829, 0x882a, 0x882b, 0x882c, + 0x882d, 0x882e, 0x882f, 0x8830, + 0x8831, 0x8833, 0x8834, 0x8835, + 0x8836, 0x8837, 0x8838, 0x883a, + 0x883b, 0x883d, 0x883e, 0x883f, + 0x8841, 0x8842, 0x8843, 0x8846, + 0x8847, 0x8848, 0x8849, 0x884a, + 0x884b, 0x884e, 0x884f, 0x8850, + 0x8851, 0x8852, 0x8853, 0x8855, + 0x8856, 0x8858, 0x885a, 0x885b, + 0x885c, 0x885d, 0x885e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x885f, 0x8860, + 0x8866, 0x8867, 0x886a, 0x886d, + 0x886f, 0x8871, 0x8873, 0x8874, + 0x8875, 0x8876, 0x8878, 0x8879, + 0x887a, 0x887b, 0x887c, 0x8880, + 0x8883, 0x8886, 0x8887, 0x8889, + 0x888a, 0x888c, 0x888e, 0x888f, + 0x8890, 0x8891, 0x8893, 0x8894, + 0x8895, 0x8897, 0x8898, 0x8899, + 0x889a, 0x889b, 0x889d, 0x889e, + 0x889f, 0x88a0, 0x88a1, 0x88a3, + 0x88a5, 0x88a6, 0x88a7, 0x88a8, + 0x88a9, 0x88aa, 0x88ac, 0x88ae, + 0x88af, 0x88b0, 0x88b2, 0x88b3, + 0x88b4, 0x88b5, 0x88b6, 0x88b8, + 0x88b9, 0x88ba, 0x88bb, 0x88bd, + 0x88be, 0x0000, 0x88bf, 0x88c0, + 0x88c3, 0x88c4, 0x88c7, 0x88c8, + 0x88ca, 0x88cb, 0x88cc, 0x88cd, + 0x88cf, 0x88d0, 0x88d1, 0x88d3, + 0x88d6, 0x88d7, 0x88da, 0x88db, + 0x88dc, 0x88dd, 0x88de, 0x88e0, + 0x88e1, 0x88e6, 0x88e7, 0x88e9, + 0x88ea, 0x88eb, 0x88ec, 0x88ed, + 0x88ee, 0x88ef, 0x88f2, 0x88f5, + 0x88f6, 0x88f7, 0x88fa, 0x88fb, + 0x88fd, 0x88ff, 0x8900, 0x8901, + 0x8903, 0x8904, 0x8905, 0x8906, + 0x8907, 0x8908, 0x8909, 0x890b, + 0x890c, 0x890d, 0x890e, 0x890f, + 0x8911, 0x8914, 0x8915, 0x8916, + 0x8917, 0x8918, 0x891c, 0x891d, + 0x891e, 0x891f, 0x8920, 0x8922, + 0x8923, 0x8924, 0x8926, 0x8927, + 0x8928, 0x8929, 0x892c, 0x892d, + 0x892e, 0x892f, 0x8931, 0x8932, + 0x8933, 0x8935, 0x8937, 0x8938, + 0x8939, 0x893a, 0x893b, 0x893c, + 0x893d, 0x893e, 0x893f, 0x8940, + 0x8942, 0x8943, 0x8945, 0x8946, + 0x8947, 0x8948, 0x8949, 0x894a, + 0x894b, 0x894c, 0x894d, 0x894e, + 0x894f, 0x8950, 0x8951, 0x8952, + 0x8953, 0x8954, 0x8955, 0x8956, + 0x8957, 0x8958, 0x8959, 0x895a, + 0x895b, 0x895c, 0x895d, 0x8960, + 0x8961, 0x8962, 0x8963, 0x8964, + 0x8965, 0x8967, 0x8968, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8969, 0x896a, + 0x896b, 0x896c, 0x896d, 0x896e, + 0x896f, 0x8970, 0x8971, 0x8972, + 0x8973, 0x8974, 0x8975, 0x8976, + 0x8977, 0x8978, 0x8979, 0x897a, + 0x897c, 0x897d, 0x897e, 0x8980, + 0x8982, 0x8984, 0x8985, 0x8987, + 0x8988, 0x8989, 0x898a, 0x898b, + 0x898c, 0x898d, 0x898e, 0x898f, + 0x8990, 0x8991, 0x8992, 0x8993, + 0x8994, 0x8995, 0x8996, 0x8997, + 0x8998, 0x8999, 0x899a, 0x899b, + 0x899c, 0x899d, 0x899e, 0x899f, + 0x89a0, 0x89a1, 0x89a2, 0x89a3, + 0x89a4, 0x89a5, 0x89a6, 0x89a7, + 0x89a8, 0x89a9, 0x89aa, 0x89ab, + 0x89ac, 0x0000, 0x89ad, 0x89ae, + 0x89af, 0x89b0, 0x89b1, 0x89b2, + 0x89b3, 0x89b4, 0x89b5, 0x89b6, + 0x89b7, 0x89b8, 0x89b9, 0x89ba, + 0x89bb, 0x89bc, 0x89bd, 0x89be, + 0x89bf, 0x89c0, 0x89c3, 0x89cd, + 0x89d3, 0x89d4, 0x89d5, 0x89d7, + 0x89d8, 0x89d9, 0x89db, 0x89dd, + 0x89df, 0x89e0, 0x89e1, 0x89e2, + 0x89e4, 0x89e7, 0x89e8, 0x89e9, + 0x89ea, 0x89ec, 0x89ed, 0x89ee, + 0x89f0, 0x89f1, 0x89f2, 0x89f4, + 0x89f5, 0x89f6, 0x89f7, 0x89f8, + 0x89f9, 0x89fa, 0x89fb, 0x89fc, + 0x89fd, 0x89fe, 0x89ff, 0x8a01, + 0x8a02, 0x8a03, 0x8a04, 0x8a05, + 0x8a06, 0x8a08, 0x8a09, 0x8a0a, + 0x8a0b, 0x8a0c, 0x8a0d, 0x8a0e, + 0x8a0f, 0x8a10, 0x8a11, 0x8a12, + 0x8a13, 0x8a14, 0x8a15, 0x8a16, + 0x8a17, 0x8a18, 0x8a19, 0x8a1a, + 0x8a1b, 0x8a1c, 0x8a1d, 0x8a1e, + 0x8a1f, 0x8a20, 0x8a21, 0x8a22, + 0x8a23, 0x8a24, 0x8a25, 0x8a26, + 0x8a27, 0x8a28, 0x8a29, 0x8a2a, + 0x8a2b, 0x8a2c, 0x8a2d, 0x8a2e, + 0x8a2f, 0x8a30, 0x8a31, 0x8a32, + 0x8a33, 0x8a34, 0x8a35, 0x8a36, + 0x8a37, 0x8a38, 0x8a39, 0x8a3a, + 0x8a3b, 0x8a3c, 0x8a3d, 0x8a3f, + 0x8a40, 0x8a41, 0x8a42, 0x8a43, + 0x8a44, 0x8a45, 0x8a46, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8a47, 0x8a49, + 0x8a4a, 0x8a4b, 0x8a4c, 0x8a4d, + 0x8a4e, 0x8a4f, 0x8a50, 0x8a51, + 0x8a52, 0x8a53, 0x8a54, 0x8a55, + 0x8a56, 0x8a57, 0x8a58, 0x8a59, + 0x8a5a, 0x8a5b, 0x8a5c, 0x8a5d, + 0x8a5e, 0x8a5f, 0x8a60, 0x8a61, + 0x8a62, 0x8a63, 0x8a64, 0x8a65, + 0x8a66, 0x8a67, 0x8a68, 0x8a69, + 0x8a6a, 0x8a6b, 0x8a6c, 0x8a6d, + 0x8a6e, 0x8a6f, 0x8a70, 0x8a71, + 0x8a72, 0x8a73, 0x8a74, 0x8a75, + 0x8a76, 0x8a77, 0x8a78, 0x8a7a, + 0x8a7b, 0x8a7c, 0x8a7d, 0x8a7e, + 0x8a7f, 0x8a80, 0x8a81, 0x8a82, + 0x8a83, 0x8a84, 0x8a85, 0x8a86, + 0x8a87, 0x0000, 0x8a88, 0x8a8b, + 0x8a8c, 0x8a8d, 0x8a8e, 0x8a8f, + 0x8a90, 0x8a91, 0x8a92, 0x8a94, + 0x8a95, 0x8a96, 0x8a97, 0x8a98, + 0x8a99, 0x8a9a, 0x8a9b, 0x8a9c, + 0x8a9d, 0x8a9e, 0x8a9f, 0x8aa0, + 0x8aa1, 0x8aa2, 0x8aa3, 0x8aa4, + 0x8aa5, 0x8aa6, 0x8aa7, 0x8aa8, + 0x8aa9, 0x8aaa, 0x8aab, 0x8aac, + 0x8aad, 0x8aae, 0x8aaf, 0x8ab0, + 0x8ab1, 0x8ab2, 0x8ab3, 0x8ab4, + 0x8ab5, 0x8ab6, 0x8ab7, 0x8ab8, + 0x8ab9, 0x8aba, 0x8abb, 0x8abc, + 0x8abd, 0x8abe, 0x8abf, 0x8ac0, + 0x8ac1, 0x8ac2, 0x8ac3, 0x8ac4, + 0x8ac5, 0x8ac6, 0x8ac7, 0x8ac8, + 0x8ac9, 0x8aca, 0x8acb, 0x8acc, + 0x8acd, 0x8ace, 0x8acf, 0x8ad0, + 0x8ad1, 0x8ad2, 0x8ad3, 0x8ad4, + 0x8ad5, 0x8ad6, 0x8ad7, 0x8ad8, + 0x8ad9, 0x8ada, 0x8adb, 0x8adc, + 0x8add, 0x8ade, 0x8adf, 0x8ae0, + 0x8ae1, 0x8ae2, 0x8ae3, 0x8ae4, + 0x8ae5, 0x8ae6, 0x8ae7, 0x8ae8, + 0x8ae9, 0x8aea, 0x8aeb, 0x8aec, + 0x8aed, 0x8aee, 0x8aef, 0x8af0, + 0x8af1, 0x8af2, 0x8af3, 0x8af4, + 0x8af5, 0x8af6, 0x8af7, 0x8af8, + 0x8af9, 0x8afa, 0x8afb, 0x8afc, + 0x8afd, 0x8afe, 0x8aff, 0x8b00, + 0x8b01, 0x8b02, 0x8b03, 0x8b04, + 0x8b05, 0x8b06, 0x8b08, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8b09, 0x8b0a, + 0x8b0b, 0x8b0c, 0x8b0d, 0x8b0e, + 0x8b0f, 0x8b10, 0x8b11, 0x8b12, + 0x8b13, 0x8b14, 0x8b15, 0x8b16, + 0x8b17, 0x8b18, 0x8b19, 0x8b1a, + 0x8b1b, 0x8b1c, 0x8b1d, 0x8b1e, + 0x8b1f, 0x8b20, 0x8b21, 0x8b22, + 0x8b23, 0x8b24, 0x8b25, 0x8b27, + 0x8b28, 0x8b29, 0x8b2a, 0x8b2b, + 0x8b2c, 0x8b2d, 0x8b2e, 0x8b2f, + 0x8b30, 0x8b31, 0x8b32, 0x8b33, + 0x8b34, 0x8b35, 0x8b36, 0x8b37, + 0x8b38, 0x8b39, 0x8b3a, 0x8b3b, + 0x8b3c, 0x8b3d, 0x8b3e, 0x8b3f, + 0x8b40, 0x8b41, 0x8b42, 0x8b43, + 0x8b44, 0x8b45, 0x8b46, 0x8b47, + 0x8b48, 0x0000, 0x8b49, 0x8b4a, + 0x8b4b, 0x8b4c, 0x8b4d, 0x8b4e, + 0x8b4f, 0x8b50, 0x8b51, 0x8b52, + 0x8b53, 0x8b54, 0x8b55, 0x8b56, + 0x8b57, 0x8b58, 0x8b59, 0x8b5a, + 0x8b5b, 0x8b5c, 0x8b5d, 0x8b5e, + 0x8b5f, 0x8b60, 0x8b61, 0x8b62, + 0x8b63, 0x8b64, 0x8b65, 0x8b67, + 0x8b68, 0x8b69, 0x8b6a, 0x8b6b, + 0x8b6d, 0x8b6e, 0x8b6f, 0x8b70, + 0x8b71, 0x8b72, 0x8b73, 0x8b74, + 0x8b75, 0x8b76, 0x8b77, 0x8b78, + 0x8b79, 0x8b7a, 0x8b7b, 0x8b7c, + 0x8b7d, 0x8b7e, 0x8b7f, 0x8b80, + 0x8b81, 0x8b82, 0x8b83, 0x8b84, + 0x8b85, 0x8b86, 0x8b87, 0x8b88, + 0x8b89, 0x8b8a, 0x8b8b, 0x8b8c, + 0x8b8d, 0x8b8e, 0x8b8f, 0x8b90, + 0x8b91, 0x8b92, 0x8b93, 0x8b94, + 0x8b95, 0x8b96, 0x8b97, 0x8b98, + 0x8b99, 0x8b9a, 0x8b9b, 0x8b9c, + 0x8b9d, 0x8b9e, 0x8b9f, 0x8bac, + 0x8bb1, 0x8bbb, 0x8bc7, 0x8bd0, + 0x8bea, 0x8c09, 0x8c1e, 0x8c38, + 0x8c39, 0x8c3a, 0x8c3b, 0x8c3c, + 0x8c3d, 0x8c3e, 0x8c3f, 0x8c40, + 0x8c42, 0x8c43, 0x8c44, 0x8c45, + 0x8c48, 0x8c4a, 0x8c4b, 0x8c4d, + 0x8c4e, 0x8c4f, 0x8c50, 0x8c51, + 0x8c52, 0x8c53, 0x8c54, 0x8c56, + 0x8c57, 0x8c58, 0x8c59, 0x8c5b, + 0x8c5c, 0x8c5d, 0x8c5e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8c5f, 0x8c60, + 0x8c63, 0x8c64, 0x8c65, 0x8c66, + 0x8c67, 0x8c68, 0x8c69, 0x8c6c, + 0x8c6d, 0x8c6e, 0x8c6f, 0x8c70, + 0x8c71, 0x8c72, 0x8c74, 0x8c75, + 0x8c76, 0x8c77, 0x8c7b, 0x8c7c, + 0x8c7d, 0x8c7e, 0x8c7f, 0x8c80, + 0x8c81, 0x8c83, 0x8c84, 0x8c86, + 0x8c87, 0x8c88, 0x8c8b, 0x8c8d, + 0x8c8e, 0x8c8f, 0x8c90, 0x8c91, + 0x8c92, 0x8c93, 0x8c95, 0x8c96, + 0x8c97, 0x8c99, 0x8c9a, 0x8c9b, + 0x8c9c, 0x8c9d, 0x8c9e, 0x8c9f, + 0x8ca0, 0x8ca1, 0x8ca2, 0x8ca3, + 0x8ca4, 0x8ca5, 0x8ca6, 0x8ca7, + 0x8ca8, 0x8ca9, 0x8caa, 0x8cab, + 0x8cac, 0x0000, 0x8cad, 0x8cae, + 0x8caf, 0x8cb0, 0x8cb1, 0x8cb2, + 0x8cb3, 0x8cb4, 0x8cb5, 0x8cb6, + 0x8cb7, 0x8cb8, 0x8cb9, 0x8cba, + 0x8cbb, 0x8cbc, 0x8cbd, 0x8cbe, + 0x8cbf, 0x8cc0, 0x8cc1, 0x8cc2, + 0x8cc3, 0x8cc4, 0x8cc5, 0x8cc6, + 0x8cc7, 0x8cc8, 0x8cc9, 0x8cca, + 0x8ccb, 0x8ccc, 0x8ccd, 0x8cce, + 0x8ccf, 0x8cd0, 0x8cd1, 0x8cd2, + 0x8cd3, 0x8cd4, 0x8cd5, 0x8cd6, + 0x8cd7, 0x8cd8, 0x8cd9, 0x8cda, + 0x8cdb, 0x8cdc, 0x8cdd, 0x8cde, + 0x8cdf, 0x8ce0, 0x8ce1, 0x8ce2, + 0x8ce3, 0x8ce4, 0x8ce5, 0x8ce6, + 0x8ce7, 0x8ce8, 0x8ce9, 0x8cea, + 0x8ceb, 0x8cec, 0x8ced, 0x8cee, + 0x8cef, 0x8cf0, 0x8cf1, 0x8cf2, + 0x8cf3, 0x8cf4, 0x8cf5, 0x8cf6, + 0x8cf7, 0x8cf8, 0x8cf9, 0x8cfa, + 0x8cfb, 0x8cfc, 0x8cfd, 0x8cfe, + 0x8cff, 0x8d00, 0x8d01, 0x8d02, + 0x8d03, 0x8d04, 0x8d05, 0x8d06, + 0x8d07, 0x8d08, 0x8d09, 0x8d0a, + 0x8d0b, 0x8d0c, 0x8d0d, 0x8d0e, + 0x8d0f, 0x8d10, 0x8d11, 0x8d12, + 0x8d13, 0x8d14, 0x8d15, 0x8d16, + 0x8d17, 0x8d18, 0x8d19, 0x8d1a, + 0x8d1b, 0x8d1c, 0x8d20, 0x8d51, + 0x8d52, 0x8d57, 0x8d5f, 0x8d65, + 0x8d68, 0x8d69, 0x8d6a, 0x8d6c, + 0x8d6e, 0x8d6f, 0x8d71, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8d72, 0x8d78, + 0x8d79, 0x8d7a, 0x8d7b, 0x8d7c, + 0x8d7d, 0x8d7e, 0x8d7f, 0x8d80, + 0x8d82, 0x8d83, 0x8d86, 0x8d87, + 0x8d88, 0x8d89, 0x8d8c, 0x8d8d, + 0x8d8e, 0x8d8f, 0x8d90, 0x8d92, + 0x8d93, 0x8d95, 0x8d96, 0x8d97, + 0x8d98, 0x8d99, 0x8d9a, 0x8d9b, + 0x8d9c, 0x8d9d, 0x8d9e, 0x8da0, + 0x8da1, 0x8da2, 0x8da4, 0x8da5, + 0x8da6, 0x8da7, 0x8da8, 0x8da9, + 0x8daa, 0x8dab, 0x8dac, 0x8dad, + 0x8dae, 0x8daf, 0x8db0, 0x8db2, + 0x8db6, 0x8db7, 0x8db9, 0x8dbb, + 0x8dbd, 0x8dc0, 0x8dc1, 0x8dc2, + 0x8dc5, 0x8dc7, 0x8dc8, 0x8dc9, + 0x8dca, 0x0000, 0x8dcd, 0x8dd0, + 0x8dd2, 0x8dd3, 0x8dd4, 0x8dd5, + 0x8dd8, 0x8dd9, 0x8ddc, 0x8de0, + 0x8de1, 0x8de2, 0x8de5, 0x8de6, + 0x8de7, 0x8de9, 0x8ded, 0x8dee, + 0x8df0, 0x8df1, 0x8df2, 0x8df4, + 0x8df6, 0x8dfc, 0x8dfe, 0x8dff, + 0x8e00, 0x8e01, 0x8e02, 0x8e03, + 0x8e04, 0x8e06, 0x8e07, 0x8e08, + 0x8e0b, 0x8e0d, 0x8e0e, 0x8e10, + 0x8e11, 0x8e12, 0x8e13, 0x8e15, + 0x8e16, 0x8e17, 0x8e18, 0x8e19, + 0x8e1a, 0x8e1b, 0x8e1c, 0x8e20, + 0x8e21, 0x8e24, 0x8e25, 0x8e26, + 0x8e27, 0x8e28, 0x8e2b, 0x8e2d, + 0x8e30, 0x8e32, 0x8e33, 0x8e34, + 0x8e36, 0x8e37, 0x8e38, 0x8e3b, + 0x8e3c, 0x8e3e, 0x8e3f, 0x8e43, + 0x8e45, 0x8e46, 0x8e4c, 0x8e4d, + 0x8e4e, 0x8e4f, 0x8e50, 0x8e53, + 0x8e54, 0x8e55, 0x8e56, 0x8e57, + 0x8e58, 0x8e5a, 0x8e5b, 0x8e5c, + 0x8e5d, 0x8e5e, 0x8e5f, 0x8e60, + 0x8e61, 0x8e62, 0x8e63, 0x8e64, + 0x8e65, 0x8e67, 0x8e68, 0x8e6a, + 0x8e6b, 0x8e6e, 0x8e71, 0x8e73, + 0x8e75, 0x8e77, 0x8e78, 0x8e79, + 0x8e7a, 0x8e7b, 0x8e7d, 0x8e7e, + 0x8e80, 0x8e82, 0x8e83, 0x8e84, + 0x8e86, 0x8e88, 0x8e89, 0x8e8a, + 0x8e8b, 0x8e8c, 0x8e8d, 0x8e8e, + 0x8e91, 0x8e92, 0x8e93, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8e95, 0x8e96, + 0x8e97, 0x8e98, 0x8e99, 0x8e9a, + 0x8e9b, 0x8e9d, 0x8e9f, 0x8ea0, + 0x8ea1, 0x8ea2, 0x8ea3, 0x8ea4, + 0x8ea5, 0x8ea6, 0x8ea7, 0x8ea8, + 0x8ea9, 0x8eaa, 0x8ead, 0x8eae, + 0x8eb0, 0x8eb1, 0x8eb3, 0x8eb4, + 0x8eb5, 0x8eb6, 0x8eb7, 0x8eb8, + 0x8eb9, 0x8ebb, 0x8ebc, 0x8ebd, + 0x8ebe, 0x8ebf, 0x8ec0, 0x8ec1, + 0x8ec2, 0x8ec3, 0x8ec4, 0x8ec5, + 0x8ec6, 0x8ec7, 0x8ec8, 0x8ec9, + 0x8eca, 0x8ecb, 0x8ecc, 0x8ecd, + 0x8ecf, 0x8ed0, 0x8ed1, 0x8ed2, + 0x8ed3, 0x8ed4, 0x8ed5, 0x8ed6, + 0x8ed7, 0x8ed8, 0x8ed9, 0x8eda, + 0x8edb, 0x0000, 0x8edc, 0x8edd, + 0x8ede, 0x8edf, 0x8ee0, 0x8ee1, + 0x8ee2, 0x8ee3, 0x8ee4, 0x8ee5, + 0x8ee6, 0x8ee7, 0x8ee8, 0x8ee9, + 0x8eea, 0x8eeb, 0x8eec, 0x8eed, + 0x8eee, 0x8eef, 0x8ef0, 0x8ef1, + 0x8ef2, 0x8ef3, 0x8ef4, 0x8ef5, + 0x8ef6, 0x8ef7, 0x8ef8, 0x8ef9, + 0x8efa, 0x8efb, 0x8efc, 0x8efd, + 0x8efe, 0x8eff, 0x8f00, 0x8f01, + 0x8f02, 0x8f03, 0x8f04, 0x8f05, + 0x8f06, 0x8f07, 0x8f08, 0x8f09, + 0x8f0a, 0x8f0b, 0x8f0c, 0x8f0d, + 0x8f0e, 0x8f0f, 0x8f10, 0x8f11, + 0x8f12, 0x8f13, 0x8f14, 0x8f15, + 0x8f16, 0x8f17, 0x8f18, 0x8f19, + 0x8f1a, 0x8f1b, 0x8f1c, 0x8f1d, + 0x8f1e, 0x8f1f, 0x8f20, 0x8f21, + 0x8f22, 0x8f23, 0x8f24, 0x8f25, + 0x8f26, 0x8f27, 0x8f28, 0x8f29, + 0x8f2a, 0x8f2b, 0x8f2c, 0x8f2d, + 0x8f2e, 0x8f2f, 0x8f30, 0x8f31, + 0x8f32, 0x8f33, 0x8f34, 0x8f35, + 0x8f36, 0x8f37, 0x8f38, 0x8f39, + 0x8f3a, 0x8f3b, 0x8f3c, 0x8f3d, + 0x8f3e, 0x8f3f, 0x8f40, 0x8f41, + 0x8f42, 0x8f43, 0x8f44, 0x8f45, + 0x8f46, 0x8f47, 0x8f48, 0x8f49, + 0x8f4a, 0x8f4b, 0x8f4c, 0x8f4d, + 0x8f4e, 0x8f4f, 0x8f50, 0x8f51, + 0x8f52, 0x8f53, 0x8f54, 0x8f55, + 0x8f56, 0x8f57, 0x8f58, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x8f59, 0x8f5a, + 0x8f5b, 0x8f5c, 0x8f5d, 0x8f5e, + 0x8f5f, 0x8f60, 0x8f61, 0x8f62, + 0x8f63, 0x8f64, 0x8f65, 0x8f6a, + 0x8f80, 0x8f8c, 0x8f92, 0x8f9d, + 0x8fa0, 0x8fa1, 0x8fa2, 0x8fa4, + 0x8fa5, 0x8fa6, 0x8fa7, 0x8faa, + 0x8fac, 0x8fad, 0x8fae, 0x8faf, + 0x8fb2, 0x8fb3, 0x8fb4, 0x8fb5, + 0x8fb7, 0x8fb8, 0x8fba, 0x8fbb, + 0x8fbc, 0x8fbf, 0x8fc0, 0x8fc3, + 0x8fc6, 0x8fc9, 0x8fca, 0x8fcb, + 0x8fcc, 0x8fcd, 0x8fcf, 0x8fd2, + 0x8fd6, 0x8fd7, 0x8fda, 0x8fe0, + 0x8fe1, 0x8fe3, 0x8fe7, 0x8fec, + 0x8fef, 0x8ff1, 0x8ff2, 0x8ff4, + 0x8ff5, 0x0000, 0x8ff6, 0x8ffa, + 0x8ffb, 0x8ffc, 0x8ffe, 0x8fff, + 0x9007, 0x9008, 0x900c, 0x900e, + 0x9013, 0x9015, 0x9018, 0x9019, + 0x901c, 0x9023, 0x9024, 0x9025, + 0x9027, 0x9028, 0x9029, 0x902a, + 0x902b, 0x902c, 0x9030, 0x9031, + 0x9032, 0x9033, 0x9034, 0x9037, + 0x9039, 0x903a, 0x903d, 0x903f, + 0x9040, 0x9043, 0x9045, 0x9046, + 0x9048, 0x9049, 0x904a, 0x904b, + 0x904c, 0x904e, 0x9054, 0x9055, + 0x9056, 0x9059, 0x905a, 0x905c, + 0x905d, 0x905e, 0x905f, 0x9060, + 0x9061, 0x9064, 0x9066, 0x9067, + 0x9069, 0x906a, 0x906b, 0x906c, + 0x906f, 0x9070, 0x9071, 0x9072, + 0x9073, 0x9076, 0x9077, 0x9078, + 0x9079, 0x907a, 0x907b, 0x907c, + 0x907e, 0x9081, 0x9084, 0x9085, + 0x9086, 0x9087, 0x9089, 0x908a, + 0x908c, 0x908d, 0x908e, 0x908f, + 0x9090, 0x9092, 0x9094, 0x9096, + 0x9098, 0x909a, 0x909c, 0x909e, + 0x909f, 0x90a0, 0x90a4, 0x90a5, + 0x90a7, 0x90a8, 0x90a9, 0x90ab, + 0x90ad, 0x90b2, 0x90b7, 0x90bc, + 0x90bd, 0x90bf, 0x90c0, 0x90c2, + 0x90c3, 0x90c6, 0x90c8, 0x90c9, + 0x90cb, 0x90cc, 0x90cd, 0x90d2, + 0x90d4, 0x90d5, 0x90d6, 0x90d8, + 0x90d9, 0x90da, 0x90de, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x90df, 0x90e0, + 0x90e3, 0x90e4, 0x90e5, 0x90e9, + 0x90ea, 0x90ec, 0x90ee, 0x90f0, + 0x90f1, 0x90f2, 0x90f3, 0x90f5, + 0x90f6, 0x90f7, 0x90f9, 0x90fa, + 0x90fb, 0x90fc, 0x90ff, 0x9100, + 0x9101, 0x9103, 0x9105, 0x9106, + 0x9107, 0x9108, 0x9109, 0x910a, + 0x910b, 0x910c, 0x910d, 0x910e, + 0x910f, 0x9110, 0x9111, 0x9112, + 0x9113, 0x9114, 0x9115, 0x9116, + 0x9117, 0x9118, 0x911a, 0x911b, + 0x911c, 0x911d, 0x911f, 0x9120, + 0x9121, 0x9124, 0x9125, 0x9126, + 0x9127, 0x9128, 0x9129, 0x912a, + 0x912b, 0x912c, 0x912d, 0x912e, + 0x9130, 0x0000, 0x9132, 0x9133, + 0x9134, 0x9135, 0x9136, 0x9137, + 0x9138, 0x913a, 0x913b, 0x913c, + 0x913d, 0x913e, 0x913f, 0x9140, + 0x9141, 0x9142, 0x9144, 0x9145, + 0x9147, 0x9148, 0x9151, 0x9153, + 0x9154, 0x9155, 0x9156, 0x9158, + 0x9159, 0x915b, 0x915c, 0x915f, + 0x9160, 0x9166, 0x9167, 0x9168, + 0x916b, 0x916d, 0x9173, 0x917a, + 0x917b, 0x917c, 0x9180, 0x9181, + 0x9182, 0x9183, 0x9184, 0x9186, + 0x9188, 0x918a, 0x918e, 0x918f, + 0x9193, 0x9194, 0x9195, 0x9196, + 0x9197, 0x9198, 0x9199, 0x919c, + 0x919d, 0x919e, 0x919f, 0x91a0, + 0x91a1, 0x91a4, 0x91a5, 0x91a6, + 0x91a7, 0x91a8, 0x91a9, 0x91ab, + 0x91ac, 0x91b0, 0x91b1, 0x91b2, + 0x91b3, 0x91b6, 0x91b7, 0x91b8, + 0x91b9, 0x91bb, 0x91bc, 0x91bd, + 0x91be, 0x91bf, 0x91c0, 0x91c1, + 0x91c2, 0x91c3, 0x91c4, 0x91c5, + 0x91c6, 0x91c8, 0x91cb, 0x91d0, + 0x91d2, 0x91d3, 0x91d4, 0x91d5, + 0x91d6, 0x91d7, 0x91d8, 0x91d9, + 0x91da, 0x91db, 0x91dd, 0x91de, + 0x91df, 0x91e0, 0x91e1, 0x91e2, + 0x91e3, 0x91e4, 0x91e5, 0x91e6, + 0x91e7, 0x91e8, 0x91e9, 0x91ea, + 0x91eb, 0x91ec, 0x91ed, 0x91ee, + 0x91ef, 0x91f0, 0x91f1, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x91f2, 0x91f3, + 0x91f4, 0x91f5, 0x91f6, 0x91f7, + 0x91f8, 0x91f9, 0x91fa, 0x91fb, + 0x91fc, 0x91fd, 0x91fe, 0x91ff, + 0x9200, 0x9201, 0x9202, 0x9203, + 0x9204, 0x9205, 0x9206, 0x9207, + 0x9208, 0x9209, 0x920a, 0x920b, + 0x920c, 0x920d, 0x920e, 0x920f, + 0x9210, 0x9211, 0x9212, 0x9213, + 0x9214, 0x9215, 0x9216, 0x9217, + 0x9218, 0x9219, 0x921a, 0x921b, + 0x921c, 0x921d, 0x921e, 0x921f, + 0x9220, 0x9221, 0x9222, 0x9223, + 0x9224, 0x9225, 0x9226, 0x9227, + 0x9228, 0x9229, 0x922a, 0x922b, + 0x922c, 0x922d, 0x922e, 0x922f, + 0x9230, 0x0000, 0x9231, 0x9232, + 0x9233, 0x9234, 0x9235, 0x9236, + 0x9237, 0x9238, 0x9239, 0x923a, + 0x923b, 0x923c, 0x923d, 0x923e, + 0x923f, 0x9240, 0x9241, 0x9242, + 0x9243, 0x9244, 0x9245, 0x9246, + 0x9247, 0x9248, 0x9249, 0x924a, + 0x924b, 0x924c, 0x924d, 0x924e, + 0x924f, 0x9250, 0x9251, 0x9252, + 0x9253, 0x9254, 0x9255, 0x9256, + 0x9257, 0x9258, 0x9259, 0x925a, + 0x925b, 0x925c, 0x925d, 0x925e, + 0x925f, 0x9260, 0x9261, 0x9262, + 0x9263, 0x9264, 0x9265, 0x9266, + 0x9267, 0x9268, 0x9269, 0x926a, + 0x926b, 0x926c, 0x926d, 0x926e, + 0x926f, 0x9270, 0x9271, 0x9272, + 0x9273, 0x9275, 0x9276, 0x9277, + 0x9278, 0x9279, 0x927a, 0x927b, + 0x927c, 0x927d, 0x927e, 0x927f, + 0x9280, 0x9281, 0x9282, 0x9283, + 0x9284, 0x9285, 0x9286, 0x9287, + 0x9288, 0x9289, 0x928a, 0x928b, + 0x928c, 0x928d, 0x928f, 0x9290, + 0x9291, 0x9292, 0x9293, 0x9294, + 0x9295, 0x9296, 0x9297, 0x9298, + 0x9299, 0x929a, 0x929b, 0x929c, + 0x929d, 0x929e, 0x929f, 0x92a0, + 0x92a1, 0x92a2, 0x92a3, 0x92a4, + 0x92a5, 0x92a6, 0x92a7, 0x92a8, + 0x92a9, 0x92aa, 0x92ab, 0x92ac, + 0x92ad, 0x92af, 0x92b0, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x92b1, 0x92b2, + 0x92b3, 0x92b4, 0x92b5, 0x92b6, + 0x92b7, 0x92b8, 0x92b9, 0x92ba, + 0x92bb, 0x92bc, 0x92bd, 0x92be, + 0x92bf, 0x92c0, 0x92c1, 0x92c2, + 0x92c3, 0x92c4, 0x92c5, 0x92c6, + 0x92c7, 0x92c9, 0x92ca, 0x92cb, + 0x92cc, 0x92cd, 0x92ce, 0x92cf, + 0x92d0, 0x92d1, 0x92d2, 0x92d3, + 0x92d4, 0x92d5, 0x92d6, 0x92d7, + 0x92d8, 0x92d9, 0x92da, 0x92db, + 0x92dc, 0x92dd, 0x92de, 0x92df, + 0x92e0, 0x92e1, 0x92e2, 0x92e3, + 0x92e4, 0x92e5, 0x92e6, 0x92e7, + 0x92e8, 0x92e9, 0x92ea, 0x92eb, + 0x92ec, 0x92ed, 0x92ee, 0x92ef, + 0x92f0, 0x0000, 0x92f1, 0x92f2, + 0x92f3, 0x92f4, 0x92f5, 0x92f6, + 0x92f7, 0x92f8, 0x92f9, 0x92fa, + 0x92fb, 0x92fc, 0x92fd, 0x92fe, + 0x92ff, 0x9300, 0x9301, 0x9302, + 0x9303, 0x9304, 0x9305, 0x9306, + 0x9307, 0x9308, 0x9309, 0x930a, + 0x930b, 0x930c, 0x930d, 0x930e, + 0x930f, 0x9310, 0x9311, 0x9312, + 0x9313, 0x9314, 0x9315, 0x9316, + 0x9317, 0x9318, 0x9319, 0x931a, + 0x931b, 0x931c, 0x931d, 0x931e, + 0x931f, 0x9320, 0x9321, 0x9322, + 0x9323, 0x9324, 0x9325, 0x9326, + 0x9327, 0x9328, 0x9329, 0x932a, + 0x932b, 0x932c, 0x932d, 0x932e, + 0x932f, 0x9330, 0x9331, 0x9332, + 0x9333, 0x9334, 0x9335, 0x9336, + 0x9337, 0x9338, 0x9339, 0x933a, + 0x933b, 0x933c, 0x933d, 0x933f, + 0x9340, 0x9341, 0x9342, 0x9343, + 0x9344, 0x9345, 0x9346, 0x9347, + 0x9348, 0x9349, 0x934a, 0x934b, + 0x934c, 0x934d, 0x934e, 0x934f, + 0x9350, 0x9351, 0x9352, 0x9353, + 0x9354, 0x9355, 0x9356, 0x9357, + 0x9358, 0x9359, 0x935a, 0x935b, + 0x935c, 0x935d, 0x935e, 0x935f, + 0x9360, 0x9361, 0x9362, 0x9363, + 0x9364, 0x9365, 0x9366, 0x9367, + 0x9368, 0x9369, 0x936b, 0x936c, + 0x936d, 0x936e, 0x936f, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9370, 0x9371, + 0x9372, 0x9373, 0x9374, 0x9375, + 0x9376, 0x9377, 0x9378, 0x9379, + 0x937a, 0x937b, 0x937c, 0x937d, + 0x937e, 0x937f, 0x9380, 0x9381, + 0x9382, 0x9383, 0x9384, 0x9385, + 0x9386, 0x9387, 0x9388, 0x9389, + 0x938a, 0x938b, 0x938c, 0x938d, + 0x938e, 0x9390, 0x9391, 0x9392, + 0x9393, 0x9394, 0x9395, 0x9396, + 0x9397, 0x9398, 0x9399, 0x939a, + 0x939b, 0x939c, 0x939d, 0x939e, + 0x939f, 0x93a0, 0x93a1, 0x93a2, + 0x93a3, 0x93a4, 0x93a5, 0x93a6, + 0x93a7, 0x93a8, 0x93a9, 0x93aa, + 0x93ab, 0x93ac, 0x93ad, 0x93ae, + 0x93af, 0x0000, 0x93b0, 0x93b1, + 0x93b2, 0x93b3, 0x93b4, 0x93b5, + 0x93b6, 0x93b7, 0x93b8, 0x93b9, + 0x93ba, 0x93bb, 0x93bc, 0x93bd, + 0x93be, 0x93bf, 0x93c0, 0x93c1, + 0x93c2, 0x93c3, 0x93c4, 0x93c5, + 0x93c6, 0x93c7, 0x93c8, 0x93c9, + 0x93cb, 0x93cc, 0x93cd, 0x93ce, + 0x93cf, 0x93d0, 0x93d1, 0x93d2, + 0x93d3, 0x93d4, 0x93d5, 0x93d7, + 0x93d8, 0x93d9, 0x93da, 0x93db, + 0x93dc, 0x93dd, 0x93de, 0x93df, + 0x93e0, 0x93e1, 0x93e2, 0x93e3, + 0x93e4, 0x93e5, 0x93e6, 0x93e7, + 0x93e8, 0x93e9, 0x93ea, 0x93eb, + 0x93ec, 0x93ed, 0x93ee, 0x93ef, + 0x93f0, 0x93f1, 0x93f2, 0x93f3, + 0x93f4, 0x93f5, 0x93f6, 0x93f7, + 0x93f8, 0x93f9, 0x93fa, 0x93fb, + 0x93fc, 0x93fd, 0x93fe, 0x93ff, + 0x9400, 0x9401, 0x9402, 0x9403, + 0x9404, 0x9405, 0x9406, 0x9407, + 0x9408, 0x9409, 0x940a, 0x940b, + 0x940c, 0x940d, 0x940e, 0x940f, + 0x9410, 0x9411, 0x9412, 0x9413, + 0x9414, 0x9415, 0x9416, 0x9417, + 0x9418, 0x9419, 0x941a, 0x941b, + 0x941c, 0x941d, 0x941e, 0x941f, + 0x9420, 0x9421, 0x9422, 0x9423, + 0x9424, 0x9425, 0x9426, 0x9427, + 0x9428, 0x9429, 0x942a, 0x942b, + 0x942c, 0x942d, 0x942e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x942f, 0x9430, + 0x9431, 0x9432, 0x9433, 0x9434, + 0x9435, 0x9436, 0x9437, 0x9438, + 0x9439, 0x943a, 0x943b, 0x943c, + 0x943d, 0x943f, 0x9440, 0x9441, + 0x9442, 0x9443, 0x9444, 0x9445, + 0x9446, 0x9447, 0x9448, 0x9449, + 0x944a, 0x944b, 0x944c, 0x944d, + 0x944e, 0x944f, 0x9450, 0x9451, + 0x9452, 0x9453, 0x9454, 0x9455, + 0x9456, 0x9457, 0x9458, 0x9459, + 0x945a, 0x945b, 0x945c, 0x945d, + 0x945e, 0x945f, 0x9460, 0x9461, + 0x9462, 0x9463, 0x9464, 0x9465, + 0x9466, 0x9467, 0x9468, 0x9469, + 0x946a, 0x946c, 0x946d, 0x946e, + 0x946f, 0x0000, 0x9470, 0x9471, + 0x9472, 0x9473, 0x9474, 0x9475, + 0x9476, 0x9477, 0x9478, 0x9479, + 0x947a, 0x947b, 0x947c, 0x947d, + 0x947e, 0x947f, 0x9480, 0x9481, + 0x9482, 0x9483, 0x9484, 0x9491, + 0x9496, 0x9498, 0x94c7, 0x94cf, + 0x94d3, 0x94d4, 0x94da, 0x94e6, + 0x94fb, 0x951c, 0x9520, 0x9527, + 0x9533, 0x953d, 0x9543, 0x9548, + 0x954b, 0x9555, 0x955a, 0x9560, + 0x956e, 0x9574, 0x9575, 0x9577, + 0x9578, 0x9579, 0x957a, 0x957b, + 0x957c, 0x957d, 0x957e, 0x9580, + 0x9581, 0x9582, 0x9583, 0x9584, + 0x9585, 0x9586, 0x9587, 0x9588, + 0x9589, 0x958a, 0x958b, 0x958c, + 0x958d, 0x958e, 0x958f, 0x9590, + 0x9591, 0x9592, 0x9593, 0x9594, + 0x9595, 0x9596, 0x9597, 0x9598, + 0x9599, 0x959a, 0x959b, 0x959c, + 0x959d, 0x959e, 0x959f, 0x95a0, + 0x95a1, 0x95a2, 0x95a3, 0x95a4, + 0x95a5, 0x95a6, 0x95a7, 0x95a8, + 0x95a9, 0x95aa, 0x95ab, 0x95ac, + 0x95ad, 0x95ae, 0x95af, 0x95b0, + 0x95b1, 0x95b2, 0x95b3, 0x95b4, + 0x95b5, 0x95b6, 0x95b7, 0x95b8, + 0x95b9, 0x95ba, 0x95bb, 0x95bc, + 0x95bd, 0x95be, 0x95bf, 0x95c0, + 0x95c1, 0x95c2, 0x95c3, 0x95c4, + 0x95c5, 0x95c6, 0x95c7, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x95c8, 0x95c9, + 0x95ca, 0x95cb, 0x95cc, 0x95cd, + 0x95ce, 0x95cf, 0x95d0, 0x95d1, + 0x95d2, 0x95d3, 0x95d4, 0x95d5, + 0x95d6, 0x95d7, 0x95d8, 0x95d9, + 0x95da, 0x95db, 0x95dc, 0x95dd, + 0x95de, 0x95df, 0x95e0, 0x95e1, + 0x95e2, 0x95e3, 0x95e4, 0x95e5, + 0x95e6, 0x95e7, 0x95ec, 0x95ff, + 0x9607, 0x9613, 0x9618, 0x961b, + 0x961e, 0x9620, 0x9623, 0x9624, + 0x9625, 0x9626, 0x9627, 0x9628, + 0x9629, 0x962b, 0x962c, 0x962d, + 0x962f, 0x9630, 0x9637, 0x9638, + 0x9639, 0x963a, 0x963e, 0x9641, + 0x9643, 0x964a, 0x964e, 0x964f, + 0x9651, 0x0000, 0x9652, 0x9653, + 0x9656, 0x9657, 0x9658, 0x9659, + 0x965a, 0x965c, 0x965d, 0x965e, + 0x9660, 0x9663, 0x9665, 0x9666, + 0x966b, 0x966d, 0x966e, 0x966f, + 0x9670, 0x9671, 0x9673, 0x9678, + 0x9679, 0x967a, 0x967b, 0x967c, + 0x967d, 0x967e, 0x967f, 0x9680, + 0x9681, 0x9682, 0x9683, 0x9684, + 0x9687, 0x9689, 0x968a, 0x968c, + 0x968e, 0x9691, 0x9692, 0x9693, + 0x9695, 0x9696, 0x969a, 0x969b, + 0x969d, 0x969e, 0x969f, 0x96a0, + 0x96a1, 0x96a2, 0x96a3, 0x96a4, + 0x96a5, 0x96a6, 0x96a8, 0x96a9, + 0x96aa, 0x96ab, 0x96ac, 0x96ad, + 0x96ae, 0x96af, 0x96b1, 0x96b2, + 0x96b4, 0x96b5, 0x96b7, 0x96b8, + 0x96ba, 0x96bb, 0x96bf, 0x96c2, + 0x96c3, 0x96c8, 0x96ca, 0x96cb, + 0x96d0, 0x96d1, 0x96d3, 0x96d4, + 0x96d6, 0x96d7, 0x96d8, 0x96d9, + 0x96da, 0x96db, 0x96dc, 0x96dd, + 0x96de, 0x96df, 0x96e1, 0x96e2, + 0x96e3, 0x96e4, 0x96e5, 0x96e6, + 0x96e7, 0x96eb, 0x96ec, 0x96ed, + 0x96ee, 0x96f0, 0x96f1, 0x96f2, + 0x96f4, 0x96f5, 0x96f8, 0x96fa, + 0x96fb, 0x96fc, 0x96fd, 0x96ff, + 0x9702, 0x9703, 0x9705, 0x970a, + 0x970b, 0x970c, 0x9710, 0x9711, + 0x9712, 0x9714, 0x9715, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9717, 0x9718, + 0x9719, 0x971a, 0x971b, 0x971d, + 0x971f, 0x9720, 0x9721, 0x9722, + 0x9723, 0x9724, 0x9725, 0x9726, + 0x9727, 0x9728, 0x9729, 0x972b, + 0x972c, 0x972e, 0x972f, 0x9731, + 0x9733, 0x9734, 0x9735, 0x9736, + 0x9737, 0x973a, 0x973b, 0x973c, + 0x973d, 0x973f, 0x9740, 0x9741, + 0x9742, 0x9743, 0x9744, 0x9745, + 0x9746, 0x9747, 0x9748, 0x9749, + 0x974a, 0x974b, 0x974c, 0x974d, + 0x974e, 0x974f, 0x9750, 0x9751, + 0x9754, 0x9755, 0x9757, 0x9758, + 0x975a, 0x975c, 0x975d, 0x975f, + 0x9763, 0x9764, 0x9766, 0x9767, + 0x9768, 0x0000, 0x976a, 0x976b, + 0x976c, 0x976d, 0x976e, 0x976f, + 0x9770, 0x9771, 0x9772, 0x9775, + 0x9777, 0x9778, 0x9779, 0x977a, + 0x977b, 0x977d, 0x977e, 0x977f, + 0x9780, 0x9781, 0x9782, 0x9783, + 0x9784, 0x9786, 0x9787, 0x9788, + 0x9789, 0x978a, 0x978c, 0x978e, + 0x978f, 0x9790, 0x9793, 0x9795, + 0x9796, 0x9797, 0x9799, 0x979a, + 0x979b, 0x979c, 0x979d, 0x979e, + 0x979f, 0x97a1, 0x97a2, 0x97a4, + 0x97a5, 0x97a6, 0x97a7, 0x97a8, + 0x97a9, 0x97aa, 0x97ac, 0x97ae, + 0x97b0, 0x97b1, 0x97b3, 0x97b5, + 0x97b6, 0x97b7, 0x97b8, 0x97b9, + 0x97ba, 0x97bb, 0x97bc, 0x97bd, + 0x97be, 0x97bf, 0x97c0, 0x97c1, + 0x97c2, 0x97c3, 0x97c4, 0x97c5, + 0x97c6, 0x97c7, 0x97c8, 0x97c9, + 0x97ca, 0x97cb, 0x97cc, 0x97cd, + 0x97ce, 0x97cf, 0x97d0, 0x97d1, + 0x97d2, 0x97d3, 0x97d4, 0x97d5, + 0x97d6, 0x97d7, 0x97d8, 0x97d9, + 0x97da, 0x97db, 0x97dc, 0x97dd, + 0x97de, 0x97df, 0x97e0, 0x97e1, + 0x97e2, 0x97e3, 0x97e4, 0x97e5, + 0x97e8, 0x97ee, 0x97ef, 0x97f0, + 0x97f1, 0x97f2, 0x97f4, 0x97f7, + 0x97f8, 0x97f9, 0x97fa, 0x97fb, + 0x97fc, 0x97fd, 0x97fe, 0x97ff, + 0x9800, 0x9801, 0x9802, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9803, 0x9804, + 0x9805, 0x9806, 0x9807, 0x9808, + 0x9809, 0x980a, 0x980b, 0x980c, + 0x980d, 0x980e, 0x980f, 0x9810, + 0x9811, 0x9812, 0x9813, 0x9814, + 0x9815, 0x9816, 0x9817, 0x9818, + 0x9819, 0x981a, 0x981b, 0x981c, + 0x981d, 0x981e, 0x981f, 0x9820, + 0x9821, 0x9822, 0x9823, 0x9824, + 0x9825, 0x9826, 0x9827, 0x9828, + 0x9829, 0x982a, 0x982b, 0x982c, + 0x982d, 0x982e, 0x982f, 0x9830, + 0x9831, 0x9832, 0x9833, 0x9834, + 0x9835, 0x9836, 0x9837, 0x9838, + 0x9839, 0x983a, 0x983b, 0x983c, + 0x983d, 0x983e, 0x983f, 0x9840, + 0x9841, 0x0000, 0x9842, 0x9843, + 0x9844, 0x9845, 0x9846, 0x9847, + 0x9848, 0x9849, 0x984a, 0x984b, + 0x984c, 0x984d, 0x984e, 0x984f, + 0x9850, 0x9851, 0x9852, 0x9853, + 0x9854, 0x9855, 0x9856, 0x9857, + 0x9858, 0x9859, 0x985a, 0x985b, + 0x985c, 0x985d, 0x985e, 0x985f, + 0x9860, 0x9861, 0x9862, 0x9863, + 0x9864, 0x9865, 0x9866, 0x9867, + 0x9868, 0x9869, 0x986a, 0x986b, + 0x986c, 0x986d, 0x986e, 0x986f, + 0x9870, 0x9871, 0x9872, 0x9873, + 0x9874, 0x988b, 0x988e, 0x9892, + 0x9895, 0x9899, 0x98a3, 0x98a8, + 0x98a9, 0x98aa, 0x98ab, 0x98ac, + 0x98ad, 0x98ae, 0x98af, 0x98b0, + 0x98b1, 0x98b2, 0x98b3, 0x98b4, + 0x98b5, 0x98b6, 0x98b7, 0x98b8, + 0x98b9, 0x98ba, 0x98bb, 0x98bc, + 0x98bd, 0x98be, 0x98bf, 0x98c0, + 0x98c1, 0x98c2, 0x98c3, 0x98c4, + 0x98c5, 0x98c6, 0x98c7, 0x98c8, + 0x98c9, 0x98ca, 0x98cb, 0x98cc, + 0x98cd, 0x98cf, 0x98d0, 0x98d4, + 0x98d6, 0x98d7, 0x98db, 0x98dc, + 0x98dd, 0x98e0, 0x98e1, 0x98e2, + 0x98e3, 0x98e4, 0x98e5, 0x98e6, + 0x98e9, 0x98ea, 0x98eb, 0x98ec, + 0x98ed, 0x98ee, 0x98ef, 0x98f0, + 0x98f1, 0x98f2, 0x98f3, 0x98f4, + 0x98f5, 0x98f6, 0x98f7, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x98f8, 0x98f9, + 0x98fa, 0x98fb, 0x98fc, 0x98fd, + 0x98fe, 0x98ff, 0x9900, 0x9901, + 0x9902, 0x9903, 0x9904, 0x9905, + 0x9906, 0x9907, 0x9908, 0x9909, + 0x990a, 0x990b, 0x990c, 0x990e, + 0x990f, 0x9911, 0x9912, 0x9913, + 0x9914, 0x9915, 0x9916, 0x9917, + 0x9918, 0x9919, 0x991a, 0x991b, + 0x991c, 0x991d, 0x991e, 0x991f, + 0x9920, 0x9921, 0x9922, 0x9923, + 0x9924, 0x9925, 0x9926, 0x9927, + 0x9928, 0x9929, 0x992a, 0x992b, + 0x992c, 0x992d, 0x992f, 0x9930, + 0x9931, 0x9932, 0x9933, 0x9934, + 0x9935, 0x9936, 0x9937, 0x9938, + 0x9939, 0x0000, 0x993a, 0x993b, + 0x993c, 0x993d, 0x993e, 0x993f, + 0x9940, 0x9941, 0x9942, 0x9943, + 0x9944, 0x9945, 0x9946, 0x9947, + 0x9948, 0x9949, 0x994a, 0x994b, + 0x994c, 0x994d, 0x994e, 0x994f, + 0x9950, 0x9951, 0x9952, 0x9953, + 0x9956, 0x9957, 0x9958, 0x9959, + 0x995a, 0x995b, 0x995c, 0x995d, + 0x995e, 0x995f, 0x9960, 0x9961, + 0x9962, 0x9964, 0x9966, 0x9973, + 0x9978, 0x9979, 0x997b, 0x997e, + 0x9982, 0x9983, 0x9989, 0x998c, + 0x998e, 0x999a, 0x999b, 0x999c, + 0x999d, 0x999e, 0x999f, 0x99a0, + 0x99a1, 0x99a2, 0x99a3, 0x99a4, + 0x99a6, 0x99a7, 0x99a9, 0x99aa, + 0x99ab, 0x99ac, 0x99ad, 0x99ae, + 0x99af, 0x99b0, 0x99b1, 0x99b2, + 0x99b3, 0x99b4, 0x99b5, 0x99b6, + 0x99b7, 0x99b8, 0x99b9, 0x99ba, + 0x99bb, 0x99bc, 0x99bd, 0x99be, + 0x99bf, 0x99c0, 0x99c1, 0x99c2, + 0x99c3, 0x99c4, 0x99c5, 0x99c6, + 0x99c7, 0x99c8, 0x99c9, 0x99ca, + 0x99cb, 0x99cc, 0x99cd, 0x99ce, + 0x99cf, 0x99d0, 0x99d1, 0x99d2, + 0x99d3, 0x99d4, 0x99d5, 0x99d6, + 0x99d7, 0x99d8, 0x99d9, 0x99da, + 0x99db, 0x99dc, 0x99dd, 0x99de, + 0x99df, 0x99e0, 0x99e1, 0x99e2, + 0x99e3, 0x99e4, 0x99e5, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x99e6, 0x99e7, + 0x99e8, 0x99e9, 0x99ea, 0x99eb, + 0x99ec, 0x99ed, 0x99ee, 0x99ef, + 0x99f0, 0x99f1, 0x99f2, 0x99f3, + 0x99f4, 0x99f5, 0x99f6, 0x99f7, + 0x99f8, 0x99f9, 0x99fa, 0x99fb, + 0x99fc, 0x99fd, 0x99fe, 0x99ff, + 0x9a00, 0x9a01, 0x9a02, 0x9a03, + 0x9a04, 0x9a05, 0x9a06, 0x9a07, + 0x9a08, 0x9a09, 0x9a0a, 0x9a0b, + 0x9a0c, 0x9a0d, 0x9a0e, 0x9a0f, + 0x9a10, 0x9a11, 0x9a12, 0x9a13, + 0x9a14, 0x9a15, 0x9a16, 0x9a17, + 0x9a18, 0x9a19, 0x9a1a, 0x9a1b, + 0x9a1c, 0x9a1d, 0x9a1e, 0x9a1f, + 0x9a20, 0x9a21, 0x9a22, 0x9a23, + 0x9a24, 0x0000, 0x9a25, 0x9a26, + 0x9a27, 0x9a28, 0x9a29, 0x9a2a, + 0x9a2b, 0x9a2c, 0x9a2d, 0x9a2e, + 0x9a2f, 0x9a30, 0x9a31, 0x9a32, + 0x9a33, 0x9a34, 0x9a35, 0x9a36, + 0x9a37, 0x9a38, 0x9a39, 0x9a3a, + 0x9a3b, 0x9a3c, 0x9a3d, 0x9a3e, + 0x9a3f, 0x9a40, 0x9a41, 0x9a42, + 0x9a43, 0x9a44, 0x9a45, 0x9a46, + 0x9a47, 0x9a48, 0x9a49, 0x9a4a, + 0x9a4b, 0x9a4c, 0x9a4d, 0x9a4e, + 0x9a4f, 0x9a50, 0x9a51, 0x9a52, + 0x9a53, 0x9a54, 0x9a55, 0x9a56, + 0x9a57, 0x9a58, 0x9a59, 0x9a5a, + 0x9a5b, 0x9a5c, 0x9a5d, 0x9a5e, + 0x9a5f, 0x9a60, 0x9a61, 0x9a62, + 0x9a63, 0x9a64, 0x9a65, 0x9a66, + 0x9a67, 0x9a68, 0x9a69, 0x9a6a, + 0x9a6b, 0x9a72, 0x9a83, 0x9a89, + 0x9a8d, 0x9a8e, 0x9a94, 0x9a95, + 0x9a99, 0x9aa6, 0x9aa9, 0x9aaa, + 0x9aab, 0x9aac, 0x9aad, 0x9aae, + 0x9aaf, 0x9ab2, 0x9ab3, 0x9ab4, + 0x9ab5, 0x9ab9, 0x9abb, 0x9abd, + 0x9abe, 0x9abf, 0x9ac3, 0x9ac4, + 0x9ac6, 0x9ac7, 0x9ac8, 0x9ac9, + 0x9aca, 0x9acd, 0x9ace, 0x9acf, + 0x9ad0, 0x9ad2, 0x9ad4, 0x9ad5, + 0x9ad6, 0x9ad7, 0x9ad9, 0x9ada, + 0x9adb, 0x9adc, 0x9add, 0x9ade, + 0x9ae0, 0x9ae2, 0x9ae3, 0x9ae4, + 0x9ae5, 0x9ae7, 0x9ae8, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9ae9, 0x9aea, + 0x9aec, 0x9aee, 0x9af0, 0x9af1, + 0x9af2, 0x9af3, 0x9af4, 0x9af5, + 0x9af6, 0x9af7, 0x9af8, 0x9afa, + 0x9afc, 0x9afd, 0x9afe, 0x9aff, + 0x9b00, 0x9b01, 0x9b02, 0x9b04, + 0x9b05, 0x9b06, 0x9b07, 0x9b09, + 0x9b0a, 0x9b0b, 0x9b0c, 0x9b0d, + 0x9b0e, 0x9b10, 0x9b11, 0x9b12, + 0x9b14, 0x9b15, 0x9b16, 0x9b17, + 0x9b18, 0x9b19, 0x9b1a, 0x9b1b, + 0x9b1c, 0x9b1d, 0x9b1e, 0x9b20, + 0x9b21, 0x9b22, 0x9b24, 0x9b25, + 0x9b26, 0x9b27, 0x9b28, 0x9b29, + 0x9b2a, 0x9b2b, 0x9b2c, 0x9b2d, + 0x9b2e, 0x9b30, 0x9b31, 0x9b33, + 0x9b34, 0x0000, 0x9b35, 0x9b36, + 0x9b37, 0x9b38, 0x9b39, 0x9b3a, + 0x9b3d, 0x9b3e, 0x9b3f, 0x9b40, + 0x9b46, 0x9b4a, 0x9b4b, 0x9b4c, + 0x9b4e, 0x9b50, 0x9b52, 0x9b53, + 0x9b55, 0x9b56, 0x9b57, 0x9b58, + 0x9b59, 0x9b5a, 0x9b5b, 0x9b5c, + 0x9b5d, 0x9b5e, 0x9b5f, 0x9b60, + 0x9b61, 0x9b62, 0x9b63, 0x9b64, + 0x9b65, 0x9b66, 0x9b67, 0x9b68, + 0x9b69, 0x9b6a, 0x9b6b, 0x9b6c, + 0x9b6d, 0x9b6e, 0x9b6f, 0x9b70, + 0x9b71, 0x9b72, 0x9b73, 0x9b74, + 0x9b75, 0x9b76, 0x9b77, 0x9b78, + 0x9b79, 0x9b7a, 0x9b7b, 0x9b7c, + 0x9b7d, 0x9b7e, 0x9b7f, 0x9b80, + 0x9b81, 0x9b82, 0x9b83, 0x9b84, + 0x9b85, 0x9b86, 0x9b87, 0x9b88, + 0x9b89, 0x9b8a, 0x9b8b, 0x9b8c, + 0x9b8d, 0x9b8e, 0x9b8f, 0x9b90, + 0x9b91, 0x9b92, 0x9b93, 0x9b94, + 0x9b95, 0x9b96, 0x9b97, 0x9b98, + 0x9b99, 0x9b9a, 0x9b9b, 0x9b9c, + 0x9b9d, 0x9b9e, 0x9b9f, 0x9ba0, + 0x9ba1, 0x9ba2, 0x9ba3, 0x9ba4, + 0x9ba5, 0x9ba6, 0x9ba7, 0x9ba8, + 0x9ba9, 0x9baa, 0x9bab, 0x9bac, + 0x9bad, 0x9bae, 0x9baf, 0x9bb0, + 0x9bb1, 0x9bb2, 0x9bb3, 0x9bb4, + 0x9bb5, 0x9bb6, 0x9bb7, 0x9bb8, + 0x9bb9, 0x9bba, 0x9bbb, 0x9bbc, + 0x9bbd, 0x9bbe, 0x9bbf, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9bc0, 0x9bc1, + 0x9bc2, 0x9bc3, 0x9bc4, 0x9bc5, + 0x9bc6, 0x9bc7, 0x9bc8, 0x9bc9, + 0x9bca, 0x9bcb, 0x9bcc, 0x9bcd, + 0x9bce, 0x9bcf, 0x9bd0, 0x9bd1, + 0x9bd2, 0x9bd3, 0x9bd4, 0x9bd5, + 0x9bd6, 0x9bd7, 0x9bd8, 0x9bd9, + 0x9bda, 0x9bdb, 0x9bdc, 0x9bdd, + 0x9bde, 0x9bdf, 0x9be0, 0x9be1, + 0x9be2, 0x9be3, 0x9be4, 0x9be5, + 0x9be6, 0x9be7, 0x9be8, 0x9be9, + 0x9bea, 0x9beb, 0x9bec, 0x9bed, + 0x9bee, 0x9bef, 0x9bf0, 0x9bf1, + 0x9bf2, 0x9bf3, 0x9bf4, 0x9bf5, + 0x9bf6, 0x9bf7, 0x9bf8, 0x9bf9, + 0x9bfa, 0x9bfb, 0x9bfc, 0x9bfd, + 0x9bfe, 0x0000, 0x9bff, 0x9c00, + 0x9c01, 0x9c02, 0x9c03, 0x9c04, + 0x9c05, 0x9c06, 0x9c07, 0x9c08, + 0x9c09, 0x9c0a, 0x9c0b, 0x9c0c, + 0x9c0d, 0x9c0e, 0x9c0f, 0x9c10, + 0x9c11, 0x9c12, 0x9c13, 0x9c14, + 0x9c15, 0x9c16, 0x9c17, 0x9c18, + 0x9c19, 0x9c1a, 0x9c1b, 0x9c1c, + 0x9c1d, 0x9c1e, 0x9c1f, 0x9c20, + 0x9c21, 0x9c22, 0x9c23, 0x9c24, + 0x9c25, 0x9c26, 0x9c27, 0x9c28, + 0x9c29, 0x9c2a, 0x9c2b, 0x9c2c, + 0x9c2d, 0x9c2e, 0x9c2f, 0x9c30, + 0x9c31, 0x9c32, 0x9c33, 0x9c34, + 0x9c35, 0x9c36, 0x9c37, 0x9c38, + 0x9c39, 0x9c3a, 0x9c3b, 0x9c3c, + 0x9c3d, 0x9c3e, 0x9c3f, 0x9c40, + 0x9c41, 0x9c42, 0x9c43, 0x9c44, + 0x9c45, 0x9c46, 0x9c47, 0x9c48, + 0x9c49, 0x9c4a, 0x9c4b, 0x9c4c, + 0x9c4d, 0x9c4e, 0x9c4f, 0x9c50, + 0x9c51, 0x9c52, 0x9c53, 0x9c54, + 0x9c55, 0x9c56, 0x9c57, 0x9c58, + 0x9c59, 0x9c5a, 0x9c5b, 0x9c5c, + 0x9c5d, 0x9c5e, 0x9c5f, 0x9c60, + 0x9c61, 0x9c62, 0x9c63, 0x9c64, + 0x9c65, 0x9c66, 0x9c67, 0x9c68, + 0x9c69, 0x9c6a, 0x9c6b, 0x9c6c, + 0x9c6d, 0x9c6e, 0x9c6f, 0x9c70, + 0x9c71, 0x9c72, 0x9c73, 0x9c74, + 0x9c75, 0x9c76, 0x9c77, 0x9c78, + 0x9c79, 0x9c7a, 0x9c7b, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9c7d, 0x9c7e, + 0x9c80, 0x9c83, 0x9c84, 0x9c89, + 0x9c8a, 0x9c8c, 0x9c8f, 0x9c93, + 0x9c96, 0x9c97, 0x9c98, 0x9c99, + 0x9c9d, 0x9caa, 0x9cac, 0x9caf, + 0x9cb9, 0x9cbe, 0x9cbf, 0x9cc0, + 0x9cc1, 0x9cc2, 0x9cc8, 0x9cc9, + 0x9cd1, 0x9cd2, 0x9cda, 0x9cdb, + 0x9ce0, 0x9ce1, 0x9ce3, 0x9ce4, + 0x9ce5, 0x9ce6, 0x9ce7, 0x9ce8, + 0x9ce9, 0x9cea, 0x9ceb, 0x9cec, + 0x9ced, 0x9cee, 0x9cef, 0x9cf0, + 0x9cf1, 0x9cf2, 0x9cf3, 0x9cf4, + 0x9cf5, 0x9cf6, 0x9cf7, 0x9cf8, + 0x9cf9, 0x9cfa, 0x9cfb, 0x9cfc, + 0x9cfd, 0x9cfe, 0x9cff, 0x9d00, + 0x9d01, 0x0000, 0x9d02, 0x9d03, + 0x9d04, 0x9d05, 0x9d06, 0x9d07, + 0x9d08, 0x9d09, 0x9d0a, 0x9d0b, + 0x9d0c, 0x9d0d, 0x9d0e, 0x9d0f, + 0x9d10, 0x9d11, 0x9d12, 0x9d13, + 0x9d14, 0x9d15, 0x9d16, 0x9d17, + 0x9d18, 0x9d19, 0x9d1a, 0x9d1b, + 0x9d1c, 0x9d1d, 0x9d1e, 0x9d1f, + 0x9d20, 0x9d21, 0x9d22, 0x9d23, + 0x9d24, 0x9d25, 0x9d26, 0x9d27, + 0x9d28, 0x9d29, 0x9d2a, 0x9d2b, + 0x9d2c, 0x9d2d, 0x9d2e, 0x9d2f, + 0x9d30, 0x9d31, 0x9d32, 0x9d33, + 0x9d34, 0x9d35, 0x9d36, 0x9d37, + 0x9d38, 0x9d39, 0x9d3a, 0x9d3b, + 0x9d3c, 0x9d3d, 0x9d3e, 0x9d3f, + 0x9d40, 0x9d41, 0x9d42, 0x9d43, + 0x9d44, 0x9d45, 0x9d46, 0x9d47, + 0x9d48, 0x9d49, 0x9d4a, 0x9d4b, + 0x9d4c, 0x9d4d, 0x9d4e, 0x9d4f, + 0x9d50, 0x9d51, 0x9d52, 0x9d53, + 0x9d54, 0x9d55, 0x9d56, 0x9d57, + 0x9d58, 0x9d59, 0x9d5a, 0x9d5b, + 0x9d5c, 0x9d5d, 0x9d5e, 0x9d5f, + 0x9d60, 0x9d61, 0x9d62, 0x9d63, + 0x9d64, 0x9d65, 0x9d66, 0x9d67, + 0x9d68, 0x9d69, 0x9d6a, 0x9d6b, + 0x9d6c, 0x9d6d, 0x9d6e, 0x9d6f, + 0x9d70, 0x9d71, 0x9d72, 0x9d73, + 0x9d74, 0x9d75, 0x9d76, 0x9d77, + 0x9d78, 0x9d79, 0x9d7a, 0x9d7b, + 0x9d7c, 0x9d7d, 0x9d7e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9d7f, 0x9d80, + 0x9d81, 0x9d82, 0x9d83, 0x9d84, + 0x9d85, 0x9d86, 0x9d87, 0x9d88, + 0x9d89, 0x9d8a, 0x9d8b, 0x9d8c, + 0x9d8d, 0x9d8e, 0x9d8f, 0x9d90, + 0x9d91, 0x9d92, 0x9d93, 0x9d94, + 0x9d95, 0x9d96, 0x9d97, 0x9d98, + 0x9d99, 0x9d9a, 0x9d9b, 0x9d9c, + 0x9d9d, 0x9d9e, 0x9d9f, 0x9da0, + 0x9da1, 0x9da2, 0x9da3, 0x9da4, + 0x9da5, 0x9da6, 0x9da7, 0x9da8, + 0x9da9, 0x9daa, 0x9dab, 0x9dac, + 0x9dad, 0x9dae, 0x9daf, 0x9db0, + 0x9db1, 0x9db2, 0x9db3, 0x9db4, + 0x9db5, 0x9db6, 0x9db7, 0x9db8, + 0x9db9, 0x9dba, 0x9dbb, 0x9dbc, + 0x9dbd, 0x0000, 0x9dbe, 0x9dbf, + 0x9dc0, 0x9dc1, 0x9dc2, 0x9dc3, + 0x9dc4, 0x9dc5, 0x9dc6, 0x9dc7, + 0x9dc8, 0x9dc9, 0x9dca, 0x9dcb, + 0x9dcc, 0x9dcd, 0x9dce, 0x9dcf, + 0x9dd0, 0x9dd1, 0x9dd2, 0x9dd3, + 0x9dd4, 0x9dd5, 0x9dd6, 0x9dd7, + 0x9dd8, 0x9dd9, 0x9dda, 0x9ddb, + 0x9ddc, 0x9ddd, 0x9dde, 0x9ddf, + 0x9de0, 0x9de1, 0x9de2, 0x9de3, + 0x9de4, 0x9de5, 0x9de6, 0x9de7, + 0x9de8, 0x9de9, 0x9dea, 0x9deb, + 0x9dec, 0x9ded, 0x9dee, 0x9def, + 0x9df0, 0x9df1, 0x9df2, 0x9df3, + 0x9df4, 0x9df5, 0x9df6, 0x9df7, + 0x9df8, 0x9df9, 0x9dfa, 0x9dfb, + 0x9dfc, 0x9dfd, 0x9dfe, 0x9dff, + 0x9e00, 0x9e01, 0x9e02, 0x9e03, + 0x9e04, 0x9e05, 0x9e06, 0x9e07, + 0x9e08, 0x9e09, 0x9e0a, 0x9e0b, + 0x9e0c, 0x9e0d, 0x9e0e, 0x9e0f, + 0x9e10, 0x9e11, 0x9e12, 0x9e13, + 0x9e14, 0x9e15, 0x9e16, 0x9e17, + 0x9e18, 0x9e19, 0x9e1a, 0x9e1b, + 0x9e1c, 0x9e1d, 0x9e1e, 0x9e24, + 0x9e27, 0x9e2e, 0x9e30, 0x9e34, + 0x9e3b, 0x9e3c, 0x9e40, 0x9e4d, + 0x9e50, 0x9e52, 0x9e53, 0x9e54, + 0x9e56, 0x9e59, 0x9e5d, 0x9e5f, + 0x9e60, 0x9e61, 0x9e62, 0x9e65, + 0x9e6e, 0x9e6f, 0x9e72, 0x9e74, + 0x9e75, 0x9e76, 0x9e77, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9e78, 0x9e79, + 0x9e7a, 0x9e7b, 0x9e7c, 0x9e7d, + 0x9e80, 0x9e81, 0x9e83, 0x9e84, + 0x9e85, 0x9e86, 0x9e89, 0x9e8a, + 0x9e8c, 0x9e8d, 0x9e8e, 0x9e8f, + 0x9e90, 0x9e91, 0x9e94, 0x9e95, + 0x9e96, 0x9e97, 0x9e98, 0x9e99, + 0x9e9a, 0x9e9b, 0x9e9c, 0x9e9e, + 0x9ea0, 0x9ea1, 0x9ea2, 0x9ea3, + 0x9ea4, 0x9ea5, 0x9ea7, 0x9ea8, + 0x9ea9, 0x9eaa, 0x9eab, 0x9eac, + 0x9ead, 0x9eae, 0x9eaf, 0x9eb0, + 0x9eb1, 0x9eb2, 0x9eb3, 0x9eb5, + 0x9eb6, 0x9eb7, 0x9eb9, 0x9eba, + 0x9ebc, 0x9ebf, 0x9ec0, 0x9ec1, + 0x9ec2, 0x9ec3, 0x9ec5, 0x9ec6, + 0x9ec7, 0x0000, 0x9ec8, 0x9eca, + 0x9ecb, 0x9ecc, 0x9ed0, 0x9ed2, + 0x9ed3, 0x9ed5, 0x9ed6, 0x9ed7, + 0x9ed9, 0x9eda, 0x9ede, 0x9ee1, + 0x9ee3, 0x9ee4, 0x9ee6, 0x9ee8, + 0x9eeb, 0x9eec, 0x9eed, 0x9eee, + 0x9ef0, 0x9ef1, 0x9ef2, 0x9ef3, + 0x9ef4, 0x9ef5, 0x9ef6, 0x9ef7, + 0x9ef8, 0x9efa, 0x9efd, 0x9eff, + 0x9f00, 0x9f01, 0x9f02, 0x9f03, + 0x9f04, 0x9f05, 0x9f06, 0x9f07, + 0x9f08, 0x9f09, 0x9f0a, 0x9f0c, + 0x9f0f, 0x9f11, 0x9f12, 0x9f14, + 0x9f15, 0x9f16, 0x9f18, 0x9f1a, + 0x9f1b, 0x9f1c, 0x9f1d, 0x9f1e, + 0x9f1f, 0x9f21, 0x9f23, 0x9f24, + 0x9f25, 0x9f26, 0x9f27, 0x9f28, + 0x9f29, 0x9f2a, 0x9f2b, 0x9f2d, + 0x9f2e, 0x9f30, 0x9f31, 0x9f32, + 0x9f33, 0x9f34, 0x9f35, 0x9f36, + 0x9f38, 0x9f3a, 0x9f3c, 0x9f3f, + 0x9f40, 0x9f41, 0x9f42, 0x9f43, + 0x9f45, 0x9f46, 0x9f47, 0x9f48, + 0x9f49, 0x9f4a, 0x9f4b, 0x9f4c, + 0x9f4d, 0x9f4e, 0x9f4f, 0x9f52, + 0x9f53, 0x9f54, 0x9f55, 0x9f56, + 0x9f57, 0x9f58, 0x9f59, 0x9f5a, + 0x9f5b, 0x9f5c, 0x9f5d, 0x9f5e, + 0x9f5f, 0x9f60, 0x9f61, 0x9f62, + 0x9f63, 0x9f64, 0x9f65, 0x9f66, + 0x9f67, 0x9f68, 0x9f69, 0x9f6a, + 0x9f6b, 0x9f6c, 0x9f6d, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x9f6e, 0x9f6f, + 0x9f70, 0x9f71, 0x9f72, 0x9f73, + 0x9f74, 0x9f75, 0x9f76, 0x9f77, + 0x9f78, 0x9f79, 0x9f7a, 0x9f7b, + 0x9f7c, 0x9f7d, 0x9f7e, 0x9f81, + 0x9f82, 0x9f8d, 0x9f8e, 0x9f8f, + 0x9f90, 0x9f91, 0x9f92, 0x9f93, + 0x9f94, 0x9f95, 0x9f96, 0x9f97, + 0x9f98, 0x9f9c, 0x9f9d, 0x9f9e, + 0x9fa1, 0x9fa2, 0x9fa3, 0x9fa4, + 0x9fa5, 0x02ca, 0x02cb, 0x02d9, + 0x2013, 0x2014, 0x2035, 0x2105, + 0x2109, 0x2196, 0x2197, 0x2198, + 0x2199, 0x2215, 0x221f, 0x2223, + 0x2252, 0x2266, 0x2267, 0x22bf, + 0x2550, 0x2551, 0x2552, 0x2553, + 0x2554, 0x2555, 0x2556, 0x2557, + 0x2558, 0x2559, 0x255a, 0x255b, + 0x255c, 0x255d, 0x255e, 0x255f, + 0x2560, 0x2561, 0x2562, 0x2563, + 0x2564, 0x2565, 0x2566, 0x2567, + 0x2568, 0x2569, 0x256a, 0x256b, + 0x256c, 0x256d, 0x256e, 0x256f, + 0x2570, 0x2571, 0x2572, 0x2573, + 0x2581, 0x2582, 0x2583, 0x2584, + 0x2585, 0x2586, 0x2587, 0x2588, + 0x0000, 0x2589, 0x258a, 0x258b, + 0x258c, 0x258d, 0x258e, 0x258f, + 0x2593, 0x2594, 0x2595, 0x25e2, + 0x25e3, 0x25e4, 0x25e5, 0x2609, + 0x2295, 0x301d, 0x301e, 0x3021, + 0x3022, 0x3023, 0x3024, 0x3025, + 0x3026, 0x3027, 0x3028, 0x3029, + 0x32a3, 0x338e, 0x338f, 0x339c, + 0x339d, 0x339e, 0x33a1, 0x33c4, + 0x33ce, 0x33d1, 0x33d2, 0x33d5, + 0xfe30, 0xfe49, 0xfe4a, 0xfe4b, + 0xfe4c, 0xfe4d, 0xfe4e, 0xfe4f, + 0xfe50, 0xfe51, 0xfe52, 0xfe54, + 0xfe55, 0xfe56, 0xfe57, 0xfe59, + 0xfe5a, 0xfe5b, 0xfe5c, 0xfe5d, + 0xfe5e, 0xfe5f, 0xfe60, 0xfe61, + 0xfe62, 0xfe63, 0xfe64, 0xfe65, + 0xfe66, 0xfe68, 0xfe69, 0xfe6a, + 0xfe6b, 0x303e, 0x2ff0, 0x2ff1, + 0x2ff2, 0x2ff3, 0x2ff4, 0x2ff5, + 0x2ff6, 0x2ff7, 0x2ff8, 0x2ff9, + 0x2ffa, 0x2ffb, 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, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xf92c, 0xf979, 0xf995, + 0xf9e7, 0xf9f1, 0xfa0c, 0xfa0d, + 0xfa0e, 0xfa0f, 0xfa11, 0xfa13, + 0xfa14, 0xfa18, 0xfa1f, 0xfa20, + 0xfa21, 0xfa23, 0xfa24, 0xfa27, + 0xfa28, 0xfa29, 0x2e81, 0xe816, + 0xe817, 0xe818, 0x2e84, 0x3473, + 0x3447, 0x2e88, 0x2e8b, 0xe81e, + 0x359e, 0x361a, 0x360e, 0x2e8c, + 0x2e97, 0x396e, 0x3918, 0xe826, + 0x39cf, 0x39df, 0x3a73, 0x39d0, + 0xe82b, 0xe82c, 0x3b4e, 0x3c6e, + 0x3ce0, 0x2ea7, 0xe831, 0xe832, + 0x2eaa, 0x4056, 0x415f, 0x2eae, + 0x4337, 0x2eb3, 0x2eb6, 0x2eb7, + 0xe83b, 0x43b1, 0x43ac, 0x2ebb, + 0x0000, 0x43dd, 0x44d6, 0x4661, + 0x464c, 0xe843, 0x4723, 0x4729, + 0x477c, 0x478d, 0x2eca, 0x4947, + 0x497a, 0x497d, 0x4982, 0x4983, + 0x4985, 0x4986, 0x499f, 0x499b, + 0x49b7, 0x49b6, 0xe854, 0xe855, + 0x4ca3, 0x4c9f, 0x4ca0, 0x4ca1, + 0x4c77, 0x4ca2, 0x4d13, 0x4d14, + 0x4d15, 0x4d16, 0x4d17, 0x4d18, + 0x4d19, 0x4dae, 0xe864, 0x3400, + 0x3401, 0x3402, 0x3403, 0x3404, + 0x3405, 0x3406, 0x3407, 0x3408, + 0x3409, 0x340a, 0x340b, 0x340c, + 0x340d, 0x340e, 0x340f, 0x3410, + 0x3411, 0x3412, 0x3413, 0x3414, + 0x3415, 0x3416, 0x3417, 0x3418, + 0x3419, 0x341a, 0x341b, 0x341c, + 0x341d, 0x341e, 0x341f, 0x3420, + 0x3421, 0x3422, 0x3423, 0x3424, + 0x3425, 0x3426, 0x3427, 0x3428, + 0x3429, 0x342a, 0x342b, 0x342c, + 0x342d, 0x342e, 0x342f, 0x3430, + 0x3431, 0x3432, 0x3433, 0x3434, + 0x3435, 0x3436, 0x3437, 0x3438, + 0x3439, 0x343a, 0x343b, 0x343c, + 0x343d, 0x343e, 0x343f, 0x3440, + 0x3441, 0x3442, 0x3443, 0x3444, + 0x3445, 0x3446, 0x3448, 0x3449, + 0x344a, 0x344b, 0x344c, 0x344d, + 0x344e, 0x344f, 0x3450, 0x3451, + 0x3452, 0x3453, 0x3454, 0x3455, + 0x3456, 0x3457, 0x3458, 0x3459, + 0x345a, 0x345b, 0x345c, 0x345d, + 0x345e, 0x345f, 0x3460, 0x3461, + 0x3462, 0x3463, 0x3464, 0x3465, + 0x3466, 0x3467, 0x3468, 0x3469, + 0x346a, 0x346b, 0x346c, 0x346d, + 0x346e, 0x346f, 0x3470, 0x3471, + 0x3472, 0x3474, 0x3475, 0x3476, + 0x3477, 0x3478, 0x3479, 0x347a, + 0x347b, 0x347c, 0x347d, 0x347e, + 0x347f, 0x3480, 0x3481, 0x3482, + 0x3483, 0x3484, 0x3485, 0x3486, + 0x3487, 0x3488, 0x3489, 0x348a, + 0x348b, 0x348c, 0x348d, 0x348e, + 0x348f, 0x3490, 0x3491, 0x3492, + 0x3493, 0x3494, 0x3495, 0x3496, + 0x3497, 0x3498, 0x3499, 0x349a, + 0x349b, 0x349c, 0x349d, 0x349e, + 0x349f, 0x34a0, 0x34a1, 0x34a2, + 0x34a3, 0x34a4, 0x34a5, 0x34a6, + 0x34a7, 0x34a8, 0x34a9, 0x34aa, + 0x34ab, 0x34ac, 0x34ad, 0x34ae, + 0x34af, 0x34b0, 0x34b1, 0x34b2, + 0x34b3, 0x34b4, 0x34b5, 0x34b6, + 0x34b7, 0x34b8, 0x34b9, 0x34ba, + 0x34bb, 0x34bc, 0x34bd, 0x34be, + 0x34bf, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x34c0, + 0x34c1, 0x34c2, 0x34c3, 0x34c4, + 0x34c5, 0x34c6, 0x34c7, 0x34c8, + 0x34c9, 0x34ca, 0x34cb, 0x34cc, + 0x34cd, 0x34ce, 0x34cf, 0x34d0, + 0x34d1, 0x34d2, 0x34d3, 0x34d4, + 0x34d5, 0x34d6, 0x34d7, 0x34d8, + 0x34d9, 0x34da, 0x34db, 0x34dc, + 0x34dd, 0x34de, 0x34df, 0x34e0, + 0x34e1, 0x34e2, 0x34e3, 0x34e4, + 0x34e5, 0x34e6, 0x34e7, 0x34e8, + 0x34e9, 0x34ea, 0x34eb, 0x34ec, + 0x34ed, 0x34ee, 0x34ef, 0x34f0, + 0x34f1, 0x34f2, 0x34f3, 0x34f4, + 0x34f5, 0x34f6, 0x34f7, 0x34f8, + 0x34f9, 0x34fa, 0x34fb, 0x34fc, + 0x34fd, 0x34fe, 0x34ff, 0x3500, + 0x3501, 0x3502, 0x3503, 0x3504, + 0x3505, 0x3506, 0x3507, 0x3508, + 0x3509, 0x350a, 0x350b, 0x350c, + 0x350d, 0x350e, 0x350f, 0x3510, + 0x3511, 0x3512, 0x3513, 0x3514, + 0x3515, 0x3516, 0x3517, 0x3518, + 0x3519, 0x351a, 0x351b, 0x351c, + 0x351d, 0x351e, 0x351f, 0x3520, + 0x3521, 0x3522, 0x3523, 0x3524, + 0x3525, 0x3526, 0x3527, 0x3528, + 0x3529, 0x352a, 0x352b, 0x352c, + 0x352d, 0x352e, 0x352f, 0x3530, + 0x3531, 0x3532, 0x3533, 0x3534, + 0x3535, 0x3536, 0x3537, 0x3538, + 0x3539, 0x353a, 0x353b, 0x353c, + 0x353d, 0x353e, 0x353f, 0x3540, + 0x3541, 0x3542, 0x3543, 0x3544, + 0x3545, 0x3546, 0x3547, 0x3548, + 0x3549, 0x354a, 0x354b, 0x354c, + 0x354d, 0x354e, 0x354f, 0x3550, + 0x3551, 0x3552, 0x3553, 0x3554, + 0x3555, 0x3556, 0x3557, 0x3558, + 0x3559, 0x355a, 0x355b, 0x355c, + 0x355d, 0x355e, 0x355f, 0x3560, + 0x3561, 0x3562, 0x3563, 0x3564, + 0x3565, 0x3566, 0x3567, 0x3568, + 0x3569, 0x356a, 0x356b, 0x356c, + 0x356d, 0x356e, 0x356f, 0x3570, + 0x3571, 0x3572, 0x3573, 0x3574, + 0x3575, 0x3576, 0x3577, 0x3578, + 0x3579, 0x357a, 0x357b, 0x357c, + 0x357d, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x357e, + 0x357f, 0x3580, 0x3581, 0x3582, + 0x3583, 0x3584, 0x3585, 0x3586, + 0x3587, 0x3588, 0x3589, 0x358a, + 0x358b, 0x358c, 0x358d, 0x358e, + 0x358f, 0x3590, 0x3591, 0x3592, + 0x3593, 0x3594, 0x3595, 0x3596, + 0x3597, 0x3598, 0x3599, 0x359a, + 0x359b, 0x359c, 0x359d, 0x359f, + 0x35a0, 0x35a1, 0x35a2, 0x35a3, + 0x35a4, 0x35a5, 0x35a6, 0x35a7, + 0x35a8, 0x35a9, 0x35aa, 0x35ab, + 0x35ac, 0x35ad, 0x35ae, 0x35af, + 0x35b0, 0x35b1, 0x35b2, 0x35b3, + 0x35b4, 0x35b5, 0x35b6, 0x35b7, + 0x35b8, 0x35b9, 0x35ba, 0x35bb, + 0x35bc, 0x35bd, 0x35be, 0x35bf, + 0x35c0, 0x35c1, 0x35c2, 0x35c3, + 0x35c4, 0x35c5, 0x35c6, 0x35c7, + 0x35c8, 0x35c9, 0x35ca, 0x35cb, + 0x35cc, 0x35cd, 0x35ce, 0x35cf, + 0x35d0, 0x35d1, 0x35d2, 0x35d3, + 0x35d4, 0x35d5, 0x35d6, 0x35d7, + 0x35d8, 0x35d9, 0x35da, 0x35db, + 0x35dc, 0x35dd, 0x35de, 0x35df, + 0x35e0, 0x35e1, 0x35e2, 0x35e3, + 0x35e4, 0x35e5, 0x35e6, 0x35e7, + 0x35e8, 0x35e9, 0x35ea, 0x35eb, + 0x35ec, 0x35ed, 0x35ee, 0x35ef, + 0x35f0, 0x35f1, 0x35f2, 0x35f3, + 0x35f4, 0x35f5, 0x35f6, 0x35f7, + 0x35f8, 0x35f9, 0x35fa, 0x35fb, + 0x35fc, 0x35fd, 0x35fe, 0x35ff, + 0x3600, 0x3601, 0x3602, 0x3603, + 0x3604, 0x3605, 0x3606, 0x3607, + 0x3608, 0x3609, 0x360a, 0x360b, + 0x360c, 0x360d, 0x360f, 0x3610, + 0x3611, 0x3612, 0x3613, 0x3614, + 0x3615, 0x3616, 0x3617, 0x3618, + 0x3619, 0x361b, 0x361c, 0x361d, + 0x361e, 0x361f, 0x3620, 0x3621, + 0x3622, 0x3623, 0x3624, 0x3625, + 0x3626, 0x3627, 0x3628, 0x3629, + 0x362a, 0x362b, 0x362c, 0x362d, + 0x362e, 0x362f, 0x3630, 0x3631, + 0x3632, 0x3633, 0x3634, 0x3635, + 0x3636, 0x3637, 0x3638, 0x3639, + 0x363a, 0x363b, 0x363c, 0x363d, + 0x363e, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x363f, + 0x3640, 0x3641, 0x3642, 0x3643, + 0x3644, 0x3645, 0x3646, 0x3647, + 0x3648, 0x3649, 0x364a, 0x364b, + 0x364c, 0x364d, 0x364e, 0x364f, + 0x3650, 0x3651, 0x3652, 0x3653, + 0x3654, 0x3655, 0x3656, 0x3657, + 0x3658, 0x3659, 0x365a, 0x365b, + 0x365c, 0x365d, 0x365e, 0x365f, + 0x3660, 0x3661, 0x3662, 0x3663, + 0x3664, 0x3665, 0x3666, 0x3667, + 0x3668, 0x3669, 0x366a, 0x366b, + 0x366c, 0x366d, 0x366e, 0x366f, + 0x3670, 0x3671, 0x3672, 0x3673, + 0x3674, 0x3675, 0x3676, 0x3677, + 0x3678, 0x3679, 0x367a, 0x367b, + 0x367c, 0x367d, 0x367e, 0x367f, + 0x3680, 0x3681, 0x3682, 0x3683, + 0x3684, 0x3685, 0x3686, 0x3687, + 0x3688, 0x3689, 0x368a, 0x368b, + 0x368c, 0x368d, 0x368e, 0x368f, + 0x3690, 0x3691, 0x3692, 0x3693, + 0x3694, 0x3695, 0x3696, 0x3697, + 0x3698, 0x3699, 0x369a, 0x369b, + 0x369c, 0x369d, 0x369e, 0x369f, + 0x36a0, 0x36a1, 0x36a2, 0x36a3, + 0x36a4, 0x36a5, 0x36a6, 0x36a7, + 0x36a8, 0x36a9, 0x36aa, 0x36ab, + 0x36ac, 0x36ad, 0x36ae, 0x36af, + 0x36b0, 0x36b1, 0x36b2, 0x36b3, + 0x36b4, 0x36b5, 0x36b6, 0x36b7, + 0x36b8, 0x36b9, 0x36ba, 0x36bb, + 0x36bc, 0x36bd, 0x36be, 0x36bf, + 0x36c0, 0x36c1, 0x36c2, 0x36c3, + 0x36c4, 0x36c5, 0x36c6, 0x36c7, + 0x36c8, 0x36c9, 0x36ca, 0x36cb, + 0x36cc, 0x36cd, 0x36ce, 0x36cf, + 0x36d0, 0x36d1, 0x36d2, 0x36d3, + 0x36d4, 0x36d5, 0x36d6, 0x36d7, + 0x36d8, 0x36d9, 0x36da, 0x36db, + 0x36dc, 0x36dd, 0x36de, 0x36df, + 0x36e0, 0x36e1, 0x36e2, 0x36e3, + 0x36e4, 0x36e5, 0x36e6, 0x36e7, + 0x36e8, 0x36e9, 0x36ea, 0x36eb, + 0x36ec, 0x36ed, 0x36ee, 0x36ef, + 0x36f0, 0x36f1, 0x36f2, 0x36f3, + 0x36f4, 0x36f5, 0x36f6, 0x36f7, + 0x36f8, 0x36f9, 0x36fa, 0x36fb, + 0x36fc, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x36fd, + 0x36fe, 0x36ff, 0x3700, 0x3701, + 0x3702, 0x3703, 0x3704, 0x3705, + 0x3706, 0x3707, 0x3708, 0x3709, + 0x370a, 0x370b, 0x370c, 0x370d, + 0x370e, 0x370f, 0x3710, 0x3711, + 0x3712, 0x3713, 0x3714, 0x3715, + 0x3716, 0x3717, 0x3718, 0x3719, + 0x371a, 0x371b, 0x371c, 0x371d, + 0x371e, 0x371f, 0x3720, 0x3721, + 0x3722, 0x3723, 0x3724, 0x3725, + 0x3726, 0x3727, 0x3728, 0x3729, + 0x372a, 0x372b, 0x372c, 0x372d, + 0x372e, 0x372f, 0x3730, 0x3731, + 0x3732, 0x3733, 0x3734, 0x3735, + 0x3736, 0x3737, 0x3738, 0x3739, + 0x373a, 0x373b, 0x373c, 0x373d, + 0x373e, 0x373f, 0x3740, 0x3741, + 0x3742, 0x3743, 0x3744, 0x3745, + 0x3746, 0x3747, 0x3748, 0x3749, + 0x374a, 0x374b, 0x374c, 0x374d, + 0x374e, 0x374f, 0x3750, 0x3751, + 0x3752, 0x3753, 0x3754, 0x3755, + 0x3756, 0x3757, 0x3758, 0x3759, + 0x375a, 0x375b, 0x375c, 0x375d, + 0x375e, 0x375f, 0x3760, 0x3761, + 0x3762, 0x3763, 0x3764, 0x3765, + 0x3766, 0x3767, 0x3768, 0x3769, + 0x376a, 0x376b, 0x376c, 0x376d, + 0x376e, 0x376f, 0x3770, 0x3771, + 0x3772, 0x3773, 0x3774, 0x3775, + 0x3776, 0x3777, 0x3778, 0x3779, + 0x377a, 0x377b, 0x377c, 0x377d, + 0x377e, 0x377f, 0x3780, 0x3781, + 0x3782, 0x3783, 0x3784, 0x3785, + 0x3786, 0x3787, 0x3788, 0x3789, + 0x378a, 0x378b, 0x378c, 0x378d, + 0x378e, 0x378f, 0x3790, 0x3791, + 0x3792, 0x3793, 0x3794, 0x3795, + 0x3796, 0x3797, 0x3798, 0x3799, + 0x379a, 0x379b, 0x379c, 0x379d, + 0x379e, 0x379f, 0x37a0, 0x37a1, + 0x37a2, 0x37a3, 0x37a4, 0x37a5, + 0x37a6, 0x37a7, 0x37a8, 0x37a9, + 0x37aa, 0x37ab, 0x37ac, 0x37ad, + 0x37ae, 0x37af, 0x37b0, 0x37b1, + 0x37b2, 0x37b3, 0x37b4, 0x37b5, + 0x37b6, 0x37b7, 0x37b8, 0x37b9, + 0x37ba, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x37bb, + 0x37bc, 0x37bd, 0x37be, 0x37bf, + 0x37c0, 0x37c1, 0x37c2, 0x37c3, + 0x37c4, 0x37c5, 0x37c6, 0x37c7, + 0x37c8, 0x37c9, 0x37ca, 0x37cb, + 0x37cc, 0x37cd, 0x37ce, 0x37cf, + 0x37d0, 0x37d1, 0x37d2, 0x37d3, + 0x37d4, 0x37d5, 0x37d6, 0x37d7, + 0x37d8, 0x37d9, 0x37da, 0x37db, + 0x37dc, 0x37dd, 0x37de, 0x37df, + 0x37e0, 0x37e1, 0x37e2, 0x37e3, + 0x37e4, 0x37e5, 0x37e6, 0x37e7, + 0x37e8, 0x37e9, 0x37ea, 0x37eb, + 0x37ec, 0x37ed, 0x37ee, 0x37ef, + 0x37f0, 0x37f1, 0x37f2, 0x37f3, + 0x37f4, 0x37f5, 0x37f6, 0x37f7, + 0x37f8, 0x37f9, 0x37fa, 0x37fb, + 0x37fc, 0x37fd, 0x37fe, 0x37ff, + 0x3800, 0x3801, 0x3802, 0x3803, + 0x3804, 0x3805, 0x3806, 0x3807, + 0x3808, 0x3809, 0x380a, 0x380b, + 0x380c, 0x380d, 0x380e, 0x380f, + 0x3810, 0x3811, 0x3812, 0x3813, + 0x3814, 0x3815, 0x3816, 0x3817, + 0x3818, 0x3819, 0x381a, 0x381b, + 0x381c, 0x381d, 0x381e, 0x381f, + 0x3820, 0x3821, 0x3822, 0x3823, + 0x3824, 0x3825, 0x3826, 0x3827, + 0x3828, 0x3829, 0x382a, 0x382b, + 0x382c, 0x382d, 0x382e, 0x382f, + 0x3830, 0x3831, 0x3832, 0x3833, + 0x3834, 0x3835, 0x3836, 0x3837, + 0x3838, 0x3839, 0x383a, 0x383b, + 0x383c, 0x383d, 0x383e, 0x383f, + 0x3840, 0x3841, 0x3842, 0x3843, + 0x3844, 0x3845, 0x3846, 0x3847, + 0x3848, 0x3849, 0x384a, 0x384b, + 0x384c, 0x384d, 0x384e, 0x384f, + 0x3850, 0x3851, 0x3852, 0x3853, + 0x3854, 0x3855, 0x3856, 0x3857, + 0x3858, 0x3859, 0x385a, 0x385b, + 0x385c, 0x385d, 0x385e, 0x385f, + 0x3860, 0x3861, 0x3862, 0x3863, + 0x3864, 0x3865, 0x3866, 0x3867, + 0x3868, 0x3869, 0x386a, 0x386b, + 0x386c, 0x386d, 0x386e, 0x386f, + 0x3870, 0x3871, 0x3872, 0x3873, + 0x3874, 0x3875, 0x3876, 0x3877, + 0x3878, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3879, + 0x387a, 0x387b, 0x387c, 0x387d, + 0x387e, 0x387f, 0x3880, 0x3881, + 0x3882, 0x3883, 0x3884, 0x3885, + 0x3886, 0x3887, 0x3888, 0x3889, + 0x388a, 0x388b, 0x388c, 0x388d, + 0x388e, 0x388f, 0x3890, 0x3891, + 0x3892, 0x3893, 0x3894, 0x3895, + 0x3896, 0x3897, 0x3898, 0x3899, + 0x389a, 0x389b, 0x389c, 0x389d, + 0x389e, 0x389f, 0x38a0, 0x38a1, + 0x38a2, 0x38a3, 0x38a4, 0x38a5, + 0x38a6, 0x38a7, 0x38a8, 0x38a9, + 0x38aa, 0x38ab, 0x38ac, 0x38ad, + 0x38ae, 0x38af, 0x38b0, 0x38b1, + 0x38b2, 0x38b3, 0x38b4, 0x38b5, + 0x38b6, 0x38b7, 0x38b8, 0x38b9, + 0x38ba, 0x38bb, 0x38bc, 0x38bd, + 0x38be, 0x38bf, 0x38c0, 0x38c1, + 0x38c2, 0x38c3, 0x38c4, 0x38c5, + 0x38c6, 0x38c7, 0x38c8, 0x38c9, + 0x38ca, 0x38cb, 0x38cc, 0x38cd, + 0x38ce, 0x38cf, 0x38d0, 0x38d1, + 0x38d2, 0x38d3, 0x38d4, 0x38d5, + 0x38d6, 0x38d7, 0x38d8, 0x38d9, + 0x38da, 0x38db, 0x38dc, 0x38dd, + 0x38de, 0x38df, 0x38e0, 0x38e1, + 0x38e2, 0x38e3, 0x38e4, 0x38e5, + 0x38e6, 0x38e7, 0x38e8, 0x38e9, + 0x38ea, 0x38eb, 0x38ec, 0x38ed, + 0x38ee, 0x38ef, 0x38f0, 0x38f1, + 0x38f2, 0x38f3, 0x38f4, 0x38f5, + 0x38f6, 0x38f7, 0x38f8, 0x38f9, + 0x38fa, 0x38fb, 0x38fc, 0x38fd, + 0x38fe, 0x38ff, 0x3900, 0x3901, + 0x3902, 0x3903, 0x3904, 0x3905, + 0x3906, 0x3907, 0x3908, 0x3909, + 0x390a, 0x390b, 0x390c, 0x390d, + 0x390e, 0x390f, 0x3910, 0x3911, + 0x3912, 0x3913, 0x3914, 0x3915, + 0x3916, 0x3917, 0x3919, 0x391a, + 0x391b, 0x391c, 0x391d, 0x391e, + 0x391f, 0x3920, 0x3921, 0x3922, + 0x3923, 0x3924, 0x3925, 0x3926, + 0x3927, 0x3928, 0x3929, 0x392a, + 0x392b, 0x392c, 0x392d, 0x392e, + 0x392f, 0x3930, 0x3931, 0x3932, + 0x3933, 0x3934, 0x3935, 0x3936, + 0x3937, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3938, + 0x3939, 0x393a, 0x393b, 0x393c, + 0x393d, 0x393e, 0x393f, 0x3940, + 0x3941, 0x3942, 0x3943, 0x3944, + 0x3945, 0x3946, 0x3947, 0x3948, + 0x3949, 0x394a, 0x394b, 0x394c, + 0x394d, 0x394e, 0x394f, 0x3950, + 0x3951, 0x3952, 0x3953, 0x3954, + 0x3955, 0x3956, 0x3957, 0x3958, + 0x3959, 0x395a, 0x395b, 0x395c, + 0x395d, 0x395e, 0x395f, 0x3960, + 0x3961, 0x3962, 0x3963, 0x3964, + 0x3965, 0x3966, 0x3967, 0x3968, + 0x3969, 0x396a, 0x396b, 0x396c, + 0x396d, 0x396f, 0x3970, 0x3971, + 0x3972, 0x3973, 0x3974, 0x3975, + 0x3976, 0x3977, 0x3978, 0x3979, + 0x397a, 0x397b, 0x397c, 0x397d, + 0x397e, 0x397f, 0x3980, 0x3981, + 0x3982, 0x3983, 0x3984, 0x3985, + 0x3986, 0x3987, 0x3988, 0x3989, + 0x398a, 0x398b, 0x398c, 0x398d, + 0x398e, 0x398f, 0x3990, 0x3991, + 0x3992, 0x3993, 0x3994, 0x3995, + 0x3996, 0x3997, 0x3998, 0x3999, + 0x399a, 0x399b, 0x399c, 0x399d, + 0x399e, 0x399f, 0x39a0, 0x39a1, + 0x39a2, 0x39a3, 0x39a4, 0x39a5, + 0x39a6, 0x39a7, 0x39a8, 0x39a9, + 0x39aa, 0x39ab, 0x39ac, 0x39ad, + 0x39ae, 0x39af, 0x39b0, 0x39b1, + 0x39b2, 0x39b3, 0x39b4, 0x39b5, + 0x39b6, 0x39b7, 0x39b8, 0x39b9, + 0x39ba, 0x39bb, 0x39bc, 0x39bd, + 0x39be, 0x39bf, 0x39c0, 0x39c1, + 0x39c2, 0x39c3, 0x39c4, 0x39c5, + 0x39c6, 0x39c7, 0x39c8, 0x39c9, + 0x39ca, 0x39cb, 0x39cc, 0x39cd, + 0x39ce, 0x39d1, 0x39d2, 0x39d3, + 0x39d4, 0x39d5, 0x39d6, 0x39d7, + 0x39d8, 0x39d9, 0x39da, 0x39db, + 0x39dc, 0x39dd, 0x39de, 0x39e0, + 0x39e1, 0x39e2, 0x39e3, 0x39e4, + 0x39e5, 0x39e6, 0x39e7, 0x39e8, + 0x39e9, 0x39ea, 0x39eb, 0x39ec, + 0x39ed, 0x39ee, 0x39ef, 0x39f0, + 0x39f1, 0x39f2, 0x39f3, 0x39f4, + 0x39f5, 0x39f6, 0x39f7, 0x39f8, + 0x39f9, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x39fa, + 0x39fb, 0x39fc, 0x39fd, 0x39fe, + 0x39ff, 0x3a00, 0x3a01, 0x3a02, + 0x3a03, 0x3a04, 0x3a05, 0x3a06, + 0x3a07, 0x3a08, 0x3a09, 0x3a0a, + 0x3a0b, 0x3a0c, 0x3a0d, 0x3a0e, + 0x3a0f, 0x3a10, 0x3a11, 0x3a12, + 0x3a13, 0x3a14, 0x3a15, 0x3a16, + 0x3a17, 0x3a18, 0x3a19, 0x3a1a, + 0x3a1b, 0x3a1c, 0x3a1d, 0x3a1e, + 0x3a1f, 0x3a20, 0x3a21, 0x3a22, + 0x3a23, 0x3a24, 0x3a25, 0x3a26, + 0x3a27, 0x3a28, 0x3a29, 0x3a2a, + 0x3a2b, 0x3a2c, 0x3a2d, 0x3a2e, + 0x3a2f, 0x3a30, 0x3a31, 0x3a32, + 0x3a33, 0x3a34, 0x3a35, 0x3a36, + 0x3a37, 0x3a38, 0x3a39, 0x3a3a, + 0x3a3b, 0x3a3c, 0x3a3d, 0x3a3e, + 0x3a3f, 0x3a40, 0x3a41, 0x3a42, + 0x3a43, 0x3a44, 0x3a45, 0x3a46, + 0x3a47, 0x3a48, 0x3a49, 0x3a4a, + 0x3a4b, 0x3a4c, 0x3a4d, 0x3a4e, + 0x3a4f, 0x3a50, 0x3a51, 0x3a52, + 0x3a53, 0x3a54, 0x3a55, 0x3a56, + 0x3a57, 0x3a58, 0x3a59, 0x3a5a, + 0x3a5b, 0x3a5c, 0x3a5d, 0x3a5e, + 0x3a5f, 0x3a60, 0x3a61, 0x3a62, + 0x3a63, 0x3a64, 0x3a65, 0x3a66, + 0x3a67, 0x3a68, 0x3a69, 0x3a6a, + 0x3a6b, 0x3a6c, 0x3a6d, 0x3a6e, + 0x3a6f, 0x3a70, 0x3a71, 0x3a72, + 0x3a74, 0x3a75, 0x3a76, 0x3a77, + 0x3a78, 0x3a79, 0x3a7a, 0x3a7b, + 0x3a7c, 0x3a7d, 0x3a7e, 0x3a7f, + 0x3a80, 0x3a81, 0x3a82, 0x3a83, + 0x3a84, 0x3a85, 0x3a86, 0x3a87, + 0x3a88, 0x3a89, 0x3a8a, 0x3a8b, + 0x3a8c, 0x3a8d, 0x3a8e, 0x3a8f, + 0x3a90, 0x3a91, 0x3a92, 0x3a93, + 0x3a94, 0x3a95, 0x3a96, 0x3a97, + 0x3a98, 0x3a99, 0x3a9a, 0x3a9b, + 0x3a9c, 0x3a9d, 0x3a9e, 0x3a9f, + 0x3aa0, 0x3aa1, 0x3aa2, 0x3aa3, + 0x3aa4, 0x3aa5, 0x3aa6, 0x3aa7, + 0x3aa8, 0x3aa9, 0x3aaa, 0x3aab, + 0x3aac, 0x3aad, 0x3aae, 0x3aaf, + 0x3ab0, 0x3ab1, 0x3ab2, 0x3ab3, + 0x3ab4, 0x3ab5, 0x3ab6, 0x3ab7, + 0x3ab8, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3ab9, + 0x3aba, 0x3abb, 0x3abc, 0x3abd, + 0x3abe, 0x3abf, 0x3ac0, 0x3ac1, + 0x3ac2, 0x3ac3, 0x3ac4, 0x3ac5, + 0x3ac6, 0x3ac7, 0x3ac8, 0x3ac9, + 0x3aca, 0x3acb, 0x3acc, 0x3acd, + 0x3ace, 0x3acf, 0x3ad0, 0x3ad1, + 0x3ad2, 0x3ad3, 0x3ad4, 0x3ad5, + 0x3ad6, 0x3ad7, 0x3ad8, 0x3ad9, + 0x3ada, 0x3adb, 0x3adc, 0x3add, + 0x3ade, 0x3adf, 0x3ae0, 0x3ae1, + 0x3ae2, 0x3ae3, 0x3ae4, 0x3ae5, + 0x3ae6, 0x3ae7, 0x3ae8, 0x3ae9, + 0x3aea, 0x3aeb, 0x3aec, 0x3aed, + 0x3aee, 0x3aef, 0x3af0, 0x3af1, + 0x3af2, 0x3af3, 0x3af4, 0x3af5, + 0x3af6, 0x3af7, 0x3af8, 0x3af9, + 0x3afa, 0x3afb, 0x3afc, 0x3afd, + 0x3afe, 0x3aff, 0x3b00, 0x3b01, + 0x3b02, 0x3b03, 0x3b04, 0x3b05, + 0x3b06, 0x3b07, 0x3b08, 0x3b09, + 0x3b0a, 0x3b0b, 0x3b0c, 0x3b0d, + 0x3b0e, 0x3b0f, 0x3b10, 0x3b11, + 0x3b12, 0x3b13, 0x3b14, 0x3b15, + 0x3b16, 0x3b17, 0x3b18, 0x3b19, + 0x3b1a, 0x3b1b, 0x3b1c, 0x3b1d, + 0x3b1e, 0x3b1f, 0x3b20, 0x3b21, + 0x3b22, 0x3b23, 0x3b24, 0x3b25, + 0x3b26, 0x3b27, 0x3b28, 0x3b29, + 0x3b2a, 0x3b2b, 0x3b2c, 0x3b2d, + 0x3b2e, 0x3b2f, 0x3b30, 0x3b31, + 0x3b32, 0x3b33, 0x3b34, 0x3b35, + 0x3b36, 0x3b37, 0x3b38, 0x3b39, + 0x3b3a, 0x3b3b, 0x3b3c, 0x3b3d, + 0x3b3e, 0x3b3f, 0x3b40, 0x3b41, + 0x3b42, 0x3b43, 0x3b44, 0x3b45, + 0x3b46, 0x3b47, 0x3b48, 0x3b49, + 0x3b4a, 0x3b4b, 0x3b4c, 0x3b4d, + 0x3b4f, 0x3b50, 0x3b51, 0x3b52, + 0x3b53, 0x3b54, 0x3b55, 0x3b56, + 0x3b57, 0x3b58, 0x3b59, 0x3b5a, + 0x3b5b, 0x3b5c, 0x3b5d, 0x3b5e, + 0x3b5f, 0x3b60, 0x3b61, 0x3b62, + 0x3b63, 0x3b64, 0x3b65, 0x3b66, + 0x3b67, 0x3b68, 0x3b69, 0x3b6a, + 0x3b6b, 0x3b6c, 0x3b6d, 0x3b6e, + 0x3b6f, 0x3b70, 0x3b71, 0x3b72, + 0x3b73, 0x3b74, 0x3b75, 0x3b76, + 0x3b77, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3b78, + 0x3b79, 0x3b7a, 0x3b7b, 0x3b7c, + 0x3b7d, 0x3b7e, 0x3b7f, 0x3b80, + 0x3b81, 0x3b82, 0x3b83, 0x3b84, + 0x3b85, 0x3b86, 0x3b87, 0x3b88, + 0x3b89, 0x3b8a, 0x3b8b, 0x3b8c, + 0x3b8d, 0x3b8e, 0x3b8f, 0x3b90, + 0x3b91, 0x3b92, 0x3b93, 0x3b94, + 0x3b95, 0x3b96, 0x3b97, 0x3b98, + 0x3b99, 0x3b9a, 0x3b9b, 0x3b9c, + 0x3b9d, 0x3b9e, 0x3b9f, 0x3ba0, + 0x3ba1, 0x3ba2, 0x3ba3, 0x3ba4, + 0x3ba5, 0x3ba6, 0x3ba7, 0x3ba8, + 0x3ba9, 0x3baa, 0x3bab, 0x3bac, + 0x3bad, 0x3bae, 0x3baf, 0x3bb0, + 0x3bb1, 0x3bb2, 0x3bb3, 0x3bb4, + 0x3bb5, 0x3bb6, 0x3bb7, 0x3bb8, + 0x3bb9, 0x3bba, 0x3bbb, 0x3bbc, + 0x3bbd, 0x3bbe, 0x3bbf, 0x3bc0, + 0x3bc1, 0x3bc2, 0x3bc3, 0x3bc4, + 0x3bc5, 0x3bc6, 0x3bc7, 0x3bc8, + 0x3bc9, 0x3bca, 0x3bcb, 0x3bcc, + 0x3bcd, 0x3bce, 0x3bcf, 0x3bd0, + 0x3bd1, 0x3bd2, 0x3bd3, 0x3bd4, + 0x3bd5, 0x3bd6, 0x3bd7, 0x3bd8, + 0x3bd9, 0x3bda, 0x3bdb, 0x3bdc, + 0x3bdd, 0x3bde, 0x3bdf, 0x3be0, + 0x3be1, 0x3be2, 0x3be3, 0x3be4, + 0x3be5, 0x3be6, 0x3be7, 0x3be8, + 0x3be9, 0x3bea, 0x3beb, 0x3bec, + 0x3bed, 0x3bee, 0x3bef, 0x3bf0, + 0x3bf1, 0x3bf2, 0x3bf3, 0x3bf4, + 0x3bf5, 0x3bf6, 0x3bf7, 0x3bf8, + 0x3bf9, 0x3bfa, 0x3bfb, 0x3bfc, + 0x3bfd, 0x3bfe, 0x3bff, 0x3c00, + 0x3c01, 0x3c02, 0x3c03, 0x3c04, + 0x3c05, 0x3c06, 0x3c07, 0x3c08, + 0x3c09, 0x3c0a, 0x3c0b, 0x3c0c, + 0x3c0d, 0x3c0e, 0x3c0f, 0x3c10, + 0x3c11, 0x3c12, 0x3c13, 0x3c14, + 0x3c15, 0x3c16, 0x3c17, 0x3c18, + 0x3c19, 0x3c1a, 0x3c1b, 0x3c1c, + 0x3c1d, 0x3c1e, 0x3c1f, 0x3c20, + 0x3c21, 0x3c22, 0x3c23, 0x3c24, + 0x3c25, 0x3c26, 0x3c27, 0x3c28, + 0x3c29, 0x3c2a, 0x3c2b, 0x3c2c, + 0x3c2d, 0x3c2e, 0x3c2f, 0x3c30, + 0x3c31, 0x3c32, 0x3c33, 0x3c34, + 0x3c35, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3c36, + 0x3c37, 0x3c38, 0x3c39, 0x3c3a, + 0x3c3b, 0x3c3c, 0x3c3d, 0x3c3e, + 0x3c3f, 0x3c40, 0x3c41, 0x3c42, + 0x3c43, 0x3c44, 0x3c45, 0x3c46, + 0x3c47, 0x3c48, 0x3c49, 0x3c4a, + 0x3c4b, 0x3c4c, 0x3c4d, 0x3c4e, + 0x3c4f, 0x3c50, 0x3c51, 0x3c52, + 0x3c53, 0x3c54, 0x3c55, 0x3c56, + 0x3c57, 0x3c58, 0x3c59, 0x3c5a, + 0x3c5b, 0x3c5c, 0x3c5d, 0x3c5e, + 0x3c5f, 0x3c60, 0x3c61, 0x3c62, + 0x3c63, 0x3c64, 0x3c65, 0x3c66, + 0x3c67, 0x3c68, 0x3c69, 0x3c6a, + 0x3c6b, 0x3c6c, 0x3c6d, 0x3c6f, + 0x3c70, 0x3c71, 0x3c72, 0x3c73, + 0x3c74, 0x3c75, 0x3c76, 0x3c77, + 0x3c78, 0x3c79, 0x3c7a, 0x3c7b, + 0x3c7c, 0x3c7d, 0x3c7e, 0x3c7f, + 0x3c80, 0x3c81, 0x3c82, 0x3c83, + 0x3c84, 0x3c85, 0x3c86, 0x3c87, + 0x3c88, 0x3c89, 0x3c8a, 0x3c8b, + 0x3c8c, 0x3c8d, 0x3c8e, 0x3c8f, + 0x3c90, 0x3c91, 0x3c92, 0x3c93, + 0x3c94, 0x3c95, 0x3c96, 0x3c97, + 0x3c98, 0x3c99, 0x3c9a, 0x3c9b, + 0x3c9c, 0x3c9d, 0x3c9e, 0x3c9f, + 0x3ca0, 0x3ca1, 0x3ca2, 0x3ca3, + 0x3ca4, 0x3ca5, 0x3ca6, 0x3ca7, + 0x3ca8, 0x3ca9, 0x3caa, 0x3cab, + 0x3cac, 0x3cad, 0x3cae, 0x3caf, + 0x3cb0, 0x3cb1, 0x3cb2, 0x3cb3, + 0x3cb4, 0x3cb5, 0x3cb6, 0x3cb7, + 0x3cb8, 0x3cb9, 0x3cba, 0x3cbb, + 0x3cbc, 0x3cbd, 0x3cbe, 0x3cbf, + 0x3cc0, 0x3cc1, 0x3cc2, 0x3cc3, + 0x3cc4, 0x3cc5, 0x3cc6, 0x3cc7, + 0x3cc8, 0x3cc9, 0x3cca, 0x3ccb, + 0x3ccc, 0x3ccd, 0x3cce, 0x3ccf, + 0x3cd0, 0x3cd1, 0x3cd2, 0x3cd3, + 0x3cd4, 0x3cd5, 0x3cd6, 0x3cd7, + 0x3cd8, 0x3cd9, 0x3cda, 0x3cdb, + 0x3cdc, 0x3cdd, 0x3cde, 0x3cdf, + 0x3ce1, 0x3ce2, 0x3ce3, 0x3ce4, + 0x3ce5, 0x3ce6, 0x3ce7, 0x3ce8, + 0x3ce9, 0x3cea, 0x3ceb, 0x3cec, + 0x3ced, 0x3cee, 0x3cef, 0x3cf0, + 0x3cf1, 0x3cf2, 0x3cf3, 0x3cf4, + 0x3cf5, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3cf6, + 0x3cf7, 0x3cf8, 0x3cf9, 0x3cfa, + 0x3cfb, 0x3cfc, 0x3cfd, 0x3cfe, + 0x3cff, 0x3d00, 0x3d01, 0x3d02, + 0x3d03, 0x3d04, 0x3d05, 0x3d06, + 0x3d07, 0x3d08, 0x3d09, 0x3d0a, + 0x3d0b, 0x3d0c, 0x3d0d, 0x3d0e, + 0x3d0f, 0x3d10, 0x3d11, 0x3d12, + 0x3d13, 0x3d14, 0x3d15, 0x3d16, + 0x3d17, 0x3d18, 0x3d19, 0x3d1a, + 0x3d1b, 0x3d1c, 0x3d1d, 0x3d1e, + 0x3d1f, 0x3d20, 0x3d21, 0x3d22, + 0x3d23, 0x3d24, 0x3d25, 0x3d26, + 0x3d27, 0x3d28, 0x3d29, 0x3d2a, + 0x3d2b, 0x3d2c, 0x3d2d, 0x3d2e, + 0x3d2f, 0x3d30, 0x3d31, 0x3d32, + 0x3d33, 0x3d34, 0x3d35, 0x3d36, + 0x3d37, 0x3d38, 0x3d39, 0x3d3a, + 0x3d3b, 0x3d3c, 0x3d3d, 0x3d3e, + 0x3d3f, 0x3d40, 0x3d41, 0x3d42, + 0x3d43, 0x3d44, 0x3d45, 0x3d46, + 0x3d47, 0x3d48, 0x3d49, 0x3d4a, + 0x3d4b, 0x3d4c, 0x3d4d, 0x3d4e, + 0x3d4f, 0x3d50, 0x3d51, 0x3d52, + 0x3d53, 0x3d54, 0x3d55, 0x3d56, + 0x3d57, 0x3d58, 0x3d59, 0x3d5a, + 0x3d5b, 0x3d5c, 0x3d5d, 0x3d5e, + 0x3d5f, 0x3d60, 0x3d61, 0x3d62, + 0x3d63, 0x3d64, 0x3d65, 0x3d66, + 0x3d67, 0x3d68, 0x3d69, 0x3d6a, + 0x3d6b, 0x3d6c, 0x3d6d, 0x3d6e, + 0x3d6f, 0x3d70, 0x3d71, 0x3d72, + 0x3d73, 0x3d74, 0x3d75, 0x3d76, + 0x3d77, 0x3d78, 0x3d79, 0x3d7a, + 0x3d7b, 0x3d7c, 0x3d7d, 0x3d7e, + 0x3d7f, 0x3d80, 0x3d81, 0x3d82, + 0x3d83, 0x3d84, 0x3d85, 0x3d86, + 0x3d87, 0x3d88, 0x3d89, 0x3d8a, + 0x3d8b, 0x3d8c, 0x3d8d, 0x3d8e, + 0x3d8f, 0x3d90, 0x3d91, 0x3d92, + 0x3d93, 0x3d94, 0x3d95, 0x3d96, + 0x3d97, 0x3d98, 0x3d99, 0x3d9a, + 0x3d9b, 0x3d9c, 0x3d9d, 0x3d9e, + 0x3d9f, 0x3da0, 0x3da1, 0x3da2, + 0x3da3, 0x3da4, 0x3da5, 0x3da6, + 0x3da7, 0x3da8, 0x3da9, 0x3daa, + 0x3dab, 0x3dac, 0x3dad, 0x3dae, + 0x3daf, 0x3db0, 0x3db1, 0x3db2, + 0x3db3, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3db4, + 0x3db5, 0x3db6, 0x3db7, 0x3db8, + 0x3db9, 0x3dba, 0x3dbb, 0x3dbc, + 0x3dbd, 0x3dbe, 0x3dbf, 0x3dc0, + 0x3dc1, 0x3dc2, 0x3dc3, 0x3dc4, + 0x3dc5, 0x3dc6, 0x3dc7, 0x3dc8, + 0x3dc9, 0x3dca, 0x3dcb, 0x3dcc, + 0x3dcd, 0x3dce, 0x3dcf, 0x3dd0, + 0x3dd1, 0x3dd2, 0x3dd3, 0x3dd4, + 0x3dd5, 0x3dd6, 0x3dd7, 0x3dd8, + 0x3dd9, 0x3dda, 0x3ddb, 0x3ddc, + 0x3ddd, 0x3dde, 0x3ddf, 0x3de0, + 0x3de1, 0x3de2, 0x3de3, 0x3de4, + 0x3de5, 0x3de6, 0x3de7, 0x3de8, + 0x3de9, 0x3dea, 0x3deb, 0x3dec, + 0x3ded, 0x3dee, 0x3def, 0x3df0, + 0x3df1, 0x3df2, 0x3df3, 0x3df4, + 0x3df5, 0x3df6, 0x3df7, 0x3df8, + 0x3df9, 0x3dfa, 0x3dfb, 0x3dfc, + 0x3dfd, 0x3dfe, 0x3dff, 0x3e00, + 0x3e01, 0x3e02, 0x3e03, 0x3e04, + 0x3e05, 0x3e06, 0x3e07, 0x3e08, + 0x3e09, 0x3e0a, 0x3e0b, 0x3e0c, + 0x3e0d, 0x3e0e, 0x3e0f, 0x3e10, + 0x3e11, 0x3e12, 0x3e13, 0x3e14, + 0x3e15, 0x3e16, 0x3e17, 0x3e18, + 0x3e19, 0x3e1a, 0x3e1b, 0x3e1c, + 0x3e1d, 0x3e1e, 0x3e1f, 0x3e20, + 0x3e21, 0x3e22, 0x3e23, 0x3e24, + 0x3e25, 0x3e26, 0x3e27, 0x3e28, + 0x3e29, 0x3e2a, 0x3e2b, 0x3e2c, + 0x3e2d, 0x3e2e, 0x3e2f, 0x3e30, + 0x3e31, 0x3e32, 0x3e33, 0x3e34, + 0x3e35, 0x3e36, 0x3e37, 0x3e38, + 0x3e39, 0x3e3a, 0x3e3b, 0x3e3c, + 0x3e3d, 0x3e3e, 0x3e3f, 0x3e40, + 0x3e41, 0x3e42, 0x3e43, 0x3e44, + 0x3e45, 0x3e46, 0x3e47, 0x3e48, + 0x3e49, 0x3e4a, 0x3e4b, 0x3e4c, + 0x3e4d, 0x3e4e, 0x3e4f, 0x3e50, + 0x3e51, 0x3e52, 0x3e53, 0x3e54, + 0x3e55, 0x3e56, 0x3e57, 0x3e58, + 0x3e59, 0x3e5a, 0x3e5b, 0x3e5c, + 0x3e5d, 0x3e5e, 0x3e5f, 0x3e60, + 0x3e61, 0x3e62, 0x3e63, 0x3e64, + 0x3e65, 0x3e66, 0x3e67, 0x3e68, + 0x3e69, 0x3e6a, 0x3e6b, 0x3e6c, + 0x3e6d, 0x3e6e, 0x3e6f, 0x3e70, + 0x3e71, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3e72, + 0x3e73, 0x3e74, 0x3e75, 0x3e76, + 0x3e77, 0x3e78, 0x3e79, 0x3e7a, + 0x3e7b, 0x3e7c, 0x3e7d, 0x3e7e, + 0x3e7f, 0x3e80, 0x3e81, 0x3e82, + 0x3e83, 0x3e84, 0x3e85, 0x3e86, + 0x3e87, 0x3e88, 0x3e89, 0x3e8a, + 0x3e8b, 0x3e8c, 0x3e8d, 0x3e8e, + 0x3e8f, 0x3e90, 0x3e91, 0x3e92, + 0x3e93, 0x3e94, 0x3e95, 0x3e96, + 0x3e97, 0x3e98, 0x3e99, 0x3e9a, + 0x3e9b, 0x3e9c, 0x3e9d, 0x3e9e, + 0x3e9f, 0x3ea0, 0x3ea1, 0x3ea2, + 0x3ea3, 0x3ea4, 0x3ea5, 0x3ea6, + 0x3ea7, 0x3ea8, 0x3ea9, 0x3eaa, + 0x3eab, 0x3eac, 0x3ead, 0x3eae, + 0x3eaf, 0x3eb0, 0x3eb1, 0x3eb2, + 0x3eb3, 0x3eb4, 0x3eb5, 0x3eb6, + 0x3eb7, 0x3eb8, 0x3eb9, 0x3eba, + 0x3ebb, 0x3ebc, 0x3ebd, 0x3ebe, + 0x3ebf, 0x3ec0, 0x3ec1, 0x3ec2, + 0x3ec3, 0x3ec4, 0x3ec5, 0x3ec6, + 0x3ec7, 0x3ec8, 0x3ec9, 0x3eca, + 0x3ecb, 0x3ecc, 0x3ecd, 0x3ece, + 0x3ecf, 0x3ed0, 0x3ed1, 0x3ed2, + 0x3ed3, 0x3ed4, 0x3ed5, 0x3ed6, + 0x3ed7, 0x3ed8, 0x3ed9, 0x3eda, + 0x3edb, 0x3edc, 0x3edd, 0x3ede, + 0x3edf, 0x3ee0, 0x3ee1, 0x3ee2, + 0x3ee3, 0x3ee4, 0x3ee5, 0x3ee6, + 0x3ee7, 0x3ee8, 0x3ee9, 0x3eea, + 0x3eeb, 0x3eec, 0x3eed, 0x3eee, + 0x3eef, 0x3ef0, 0x3ef1, 0x3ef2, + 0x3ef3, 0x3ef4, 0x3ef5, 0x3ef6, + 0x3ef7, 0x3ef8, 0x3ef9, 0x3efa, + 0x3efb, 0x3efc, 0x3efd, 0x3efe, + 0x3eff, 0x3f00, 0x3f01, 0x3f02, + 0x3f03, 0x3f04, 0x3f05, 0x3f06, + 0x3f07, 0x3f08, 0x3f09, 0x3f0a, + 0x3f0b, 0x3f0c, 0x3f0d, 0x3f0e, + 0x3f0f, 0x3f10, 0x3f11, 0x3f12, + 0x3f13, 0x3f14, 0x3f15, 0x3f16, + 0x3f17, 0x3f18, 0x3f19, 0x3f1a, + 0x3f1b, 0x3f1c, 0x3f1d, 0x3f1e, + 0x3f1f, 0x3f20, 0x3f21, 0x3f22, + 0x3f23, 0x3f24, 0x3f25, 0x3f26, + 0x3f27, 0x3f28, 0x3f29, 0x3f2a, + 0x3f2b, 0x3f2c, 0x3f2d, 0x3f2e, + 0x3f2f, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3f30, + 0x3f31, 0x3f32, 0x3f33, 0x3f34, + 0x3f35, 0x3f36, 0x3f37, 0x3f38, + 0x3f39, 0x3f3a, 0x3f3b, 0x3f3c, + 0x3f3d, 0x3f3e, 0x3f3f, 0x3f40, + 0x3f41, 0x3f42, 0x3f43, 0x3f44, + 0x3f45, 0x3f46, 0x3f47, 0x3f48, + 0x3f49, 0x3f4a, 0x3f4b, 0x3f4c, + 0x3f4d, 0x3f4e, 0x3f4f, 0x3f50, + 0x3f51, 0x3f52, 0x3f53, 0x3f54, + 0x3f55, 0x3f56, 0x3f57, 0x3f58, + 0x3f59, 0x3f5a, 0x3f5b, 0x3f5c, + 0x3f5d, 0x3f5e, 0x3f5f, 0x3f60, + 0x3f61, 0x3f62, 0x3f63, 0x3f64, + 0x3f65, 0x3f66, 0x3f67, 0x3f68, + 0x3f69, 0x3f6a, 0x3f6b, 0x3f6c, + 0x3f6d, 0x3f6e, 0x3f6f, 0x3f70, + 0x3f71, 0x3f72, 0x3f73, 0x3f74, + 0x3f75, 0x3f76, 0x3f77, 0x3f78, + 0x3f79, 0x3f7a, 0x3f7b, 0x3f7c, + 0x3f7d, 0x3f7e, 0x3f7f, 0x3f80, + 0x3f81, 0x3f82, 0x3f83, 0x3f84, + 0x3f85, 0x3f86, 0x3f87, 0x3f88, + 0x3f89, 0x3f8a, 0x3f8b, 0x3f8c, + 0x3f8d, 0x3f8e, 0x3f8f, 0x3f90, + 0x3f91, 0x3f92, 0x3f93, 0x3f94, + 0x3f95, 0x3f96, 0x3f97, 0x3f98, + 0x3f99, 0x3f9a, 0x3f9b, 0x3f9c, + 0x3f9d, 0x3f9e, 0x3f9f, 0x3fa0, + 0x3fa1, 0x3fa2, 0x3fa3, 0x3fa4, + 0x3fa5, 0x3fa6, 0x3fa7, 0x3fa8, + 0x3fa9, 0x3faa, 0x3fab, 0x3fac, + 0x3fad, 0x3fae, 0x3faf, 0x3fb0, + 0x3fb1, 0x3fb2, 0x3fb3, 0x3fb4, + 0x3fb5, 0x3fb6, 0x3fb7, 0x3fb8, + 0x3fb9, 0x3fba, 0x3fbb, 0x3fbc, + 0x3fbd, 0x3fbe, 0x3fbf, 0x3fc0, + 0x3fc1, 0x3fc2, 0x3fc3, 0x3fc4, + 0x3fc5, 0x3fc6, 0x3fc7, 0x3fc8, + 0x3fc9, 0x3fca, 0x3fcb, 0x3fcc, + 0x3fcd, 0x3fce, 0x3fcf, 0x3fd0, + 0x3fd1, 0x3fd2, 0x3fd3, 0x3fd4, + 0x3fd5, 0x3fd6, 0x3fd7, 0x3fd8, + 0x3fd9, 0x3fda, 0x3fdb, 0x3fdc, + 0x3fdd, 0x3fde, 0x3fdf, 0x3fe0, + 0x3fe1, 0x3fe2, 0x3fe3, 0x3fe4, + 0x3fe5, 0x3fe6, 0x3fe7, 0x3fe8, + 0x3fe9, 0x3fea, 0x3feb, 0x3fec, + 0x3fed, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x3fee, + 0x3fef, 0x3ff0, 0x3ff1, 0x3ff2, + 0x3ff3, 0x3ff4, 0x3ff5, 0x3ff6, + 0x3ff7, 0x3ff8, 0x3ff9, 0x3ffa, + 0x3ffb, 0x3ffc, 0x3ffd, 0x3ffe, + 0x3fff, 0x4000, 0x4001, 0x4002, + 0x4003, 0x4004, 0x4005, 0x4006, + 0x4007, 0x4008, 0x4009, 0x400a, + 0x400b, 0x400c, 0x400d, 0x400e, + 0x400f, 0x4010, 0x4011, 0x4012, + 0x4013, 0x4014, 0x4015, 0x4016, + 0x4017, 0x4018, 0x4019, 0x401a, + 0x401b, 0x401c, 0x401d, 0x401e, + 0x401f, 0x4020, 0x4021, 0x4022, + 0x4023, 0x4024, 0x4025, 0x4026, + 0x4027, 0x4028, 0x4029, 0x402a, + 0x402b, 0x402c, 0x402d, 0x402e, + 0x402f, 0x4030, 0x4031, 0x4032, + 0x4033, 0x4034, 0x4035, 0x4036, + 0x4037, 0x4038, 0x4039, 0x403a, + 0x403b, 0x403c, 0x403d, 0x403e, + 0x403f, 0x4040, 0x4041, 0x4042, + 0x4043, 0x4044, 0x4045, 0x4046, + 0x4047, 0x4048, 0x4049, 0x404a, + 0x404b, 0x404c, 0x404d, 0x404e, + 0x404f, 0x4050, 0x4051, 0x4052, + 0x4053, 0x4054, 0x4055, 0x4057, + 0x4058, 0x4059, 0x405a, 0x405b, + 0x405c, 0x405d, 0x405e, 0x405f, + 0x4060, 0x4061, 0x4062, 0x4063, + 0x4064, 0x4065, 0x4066, 0x4067, + 0x4068, 0x4069, 0x406a, 0x406b, + 0x406c, 0x406d, 0x406e, 0x406f, + 0x4070, 0x4071, 0x4072, 0x4073, + 0x4074, 0x4075, 0x4076, 0x4077, + 0x4078, 0x4079, 0x407a, 0x407b, + 0x407c, 0x407d, 0x407e, 0x407f, + 0x4080, 0x4081, 0x4082, 0x4083, + 0x4084, 0x4085, 0x4086, 0x4087, + 0x4088, 0x4089, 0x408a, 0x408b, + 0x408c, 0x408d, 0x408e, 0x408f, + 0x4090, 0x4091, 0x4092, 0x4093, + 0x4094, 0x4095, 0x4096, 0x4097, + 0x4098, 0x4099, 0x409a, 0x409b, + 0x409c, 0x409d, 0x409e, 0x409f, + 0x40a0, 0x40a1, 0x40a2, 0x40a3, + 0x40a4, 0x40a5, 0x40a6, 0x40a7, + 0x40a8, 0x40a9, 0x40aa, 0x40ab, + 0x40ac, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x40ad, + 0x40ae, 0x40af, 0x40b0, 0x40b1, + 0x40b2, 0x40b3, 0x40b4, 0x40b5, + 0x40b6, 0x40b7, 0x40b8, 0x40b9, + 0x40ba, 0x40bb, 0x40bc, 0x40bd, + 0x40be, 0x40bf, 0x40c0, 0x40c1, + 0x40c2, 0x40c3, 0x40c4, 0x40c5, + 0x40c6, 0x40c7, 0x40c8, 0x40c9, + 0x40ca, 0x40cb, 0x40cc, 0x40cd, + 0x40ce, 0x40cf, 0x40d0, 0x40d1, + 0x40d2, 0x40d3, 0x40d4, 0x40d5, + 0x40d6, 0x40d7, 0x40d8, 0x40d9, + 0x40da, 0x40db, 0x40dc, 0x40dd, + 0x40de, 0x40df, 0x40e0, 0x40e1, + 0x40e2, 0x40e3, 0x40e4, 0x40e5, + 0x40e6, 0x40e7, 0x40e8, 0x40e9, + 0x40ea, 0x40eb, 0x40ec, 0x40ed, + 0x40ee, 0x40ef, 0x40f0, 0x40f1, + 0x40f2, 0x40f3, 0x40f4, 0x40f5, + 0x40f6, 0x40f7, 0x40f8, 0x40f9, + 0x40fa, 0x40fb, 0x40fc, 0x40fd, + 0x40fe, 0x40ff, 0x4100, 0x4101, + 0x4102, 0x4103, 0x4104, 0x4105, + 0x4106, 0x4107, 0x4108, 0x4109, + 0x410a, 0x410b, 0x410c, 0x410d, + 0x410e, 0x410f, 0x4110, 0x4111, + 0x4112, 0x4113, 0x4114, 0x4115, + 0x4116, 0x4117, 0x4118, 0x4119, + 0x411a, 0x411b, 0x411c, 0x411d, + 0x411e, 0x411f, 0x4120, 0x4121, + 0x4122, 0x4123, 0x4124, 0x4125, + 0x4126, 0x4127, 0x4128, 0x4129, + 0x412a, 0x412b, 0x412c, 0x412d, + 0x412e, 0x412f, 0x4130, 0x4131, + 0x4132, 0x4133, 0x4134, 0x4135, + 0x4136, 0x4137, 0x4138, 0x4139, + 0x413a, 0x413b, 0x413c, 0x413d, + 0x413e, 0x413f, 0x4140, 0x4141, + 0x4142, 0x4143, 0x4144, 0x4145, + 0x4146, 0x4147, 0x4148, 0x4149, + 0x414a, 0x414b, 0x414c, 0x414d, + 0x414e, 0x414f, 0x4150, 0x4151, + 0x4152, 0x4153, 0x4154, 0x4155, + 0x4156, 0x4157, 0x4158, 0x4159, + 0x415a, 0x415b, 0x415c, 0x415d, + 0x415e, 0x4160, 0x4161, 0x4162, + 0x4163, 0x4164, 0x4165, 0x4166, + 0x4167, 0x4168, 0x4169, 0x416a, + 0x416b, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x416c, + 0x416d, 0x416e, 0x416f, 0x4170, + 0x4171, 0x4172, 0x4173, 0x4174, + 0x4175, 0x4176, 0x4177, 0x4178, + 0x4179, 0x417a, 0x417b, 0x417c, + 0x417d, 0x417e, 0x417f, 0x4180, + 0x4181, 0x4182, 0x4183, 0x4184, + 0x4185, 0x4186, 0x4187, 0x4188, + 0x4189, 0x418a, 0x418b, 0x418c, + 0x418d, 0x418e, 0x418f, 0x4190, + 0x4191, 0x4192, 0x4193, 0x4194, + 0x4195, 0x4196, 0x4197, 0x4198, + 0x4199, 0x419a, 0x419b, 0x419c, + 0x419d, 0x419e, 0x419f, 0x41a0, + 0x41a1, 0x41a2, 0x41a3, 0x41a4, + 0x41a5, 0x41a6, 0x41a7, 0x41a8, + 0x41a9, 0x41aa, 0x41ab, 0x41ac, + 0x41ad, 0x41ae, 0x41af, 0x41b0, + 0x41b1, 0x41b2, 0x41b3, 0x41b4, + 0x41b5, 0x41b6, 0x41b7, 0x41b8, + 0x41b9, 0x41ba, 0x41bb, 0x41bc, + 0x41bd, 0x41be, 0x41bf, 0x41c0, + 0x41c1, 0x41c2, 0x41c3, 0x41c4, + 0x41c5, 0x41c6, 0x41c7, 0x41c8, + 0x41c9, 0x41ca, 0x41cb, 0x41cc, + 0x41cd, 0x41ce, 0x41cf, 0x41d0, + 0x41d1, 0x41d2, 0x41d3, 0x41d4, + 0x41d5, 0x41d6, 0x41d7, 0x41d8, + 0x41d9, 0x41da, 0x41db, 0x41dc, + 0x41dd, 0x41de, 0x41df, 0x41e0, + 0x41e1, 0x41e2, 0x41e3, 0x41e4, + 0x41e5, 0x41e6, 0x41e7, 0x41e8, + 0x41e9, 0x41ea, 0x41eb, 0x41ec, + 0x41ed, 0x41ee, 0x41ef, 0x41f0, + 0x41f1, 0x41f2, 0x41f3, 0x41f4, + 0x41f5, 0x41f6, 0x41f7, 0x41f8, + 0x41f9, 0x41fa, 0x41fb, 0x41fc, + 0x41fd, 0x41fe, 0x41ff, 0x4200, + 0x4201, 0x4202, 0x4203, 0x4204, + 0x4205, 0x4206, 0x4207, 0x4208, + 0x4209, 0x420a, 0x420b, 0x420c, + 0x420d, 0x420e, 0x420f, 0x4210, + 0x4211, 0x4212, 0x4213, 0x4214, + 0x4215, 0x4216, 0x4217, 0x4218, + 0x4219, 0x421a, 0x421b, 0x421c, + 0x421d, 0x421e, 0x421f, 0x4220, + 0x4221, 0x4222, 0x4223, 0x4224, + 0x4225, 0x4226, 0x4227, 0x4228, + 0x4229, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x422a, + 0x422b, 0x422c, 0x422d, 0x422e, + 0x422f, 0x4230, 0x4231, 0x4232, + 0x4233, 0x4234, 0x4235, 0x4236, + 0x4237, 0x4238, 0x4239, 0x423a, + 0x423b, 0x423c, 0x423d, 0x423e, + 0x423f, 0x4240, 0x4241, 0x4242, + 0x4243, 0x4244, 0x4245, 0x4246, + 0x4247, 0x4248, 0x4249, 0x424a, + 0x424b, 0x424c, 0x424d, 0x424e, + 0x424f, 0x4250, 0x4251, 0x4252, + 0x4253, 0x4254, 0x4255, 0x4256, + 0x4257, 0x4258, 0x4259, 0x425a, + 0x425b, 0x425c, 0x425d, 0x425e, + 0x425f, 0x4260, 0x4261, 0x4262, + 0x4263, 0x4264, 0x4265, 0x4266, + 0x4267, 0x4268, 0x4269, 0x426a, + 0x426b, 0x426c, 0x426d, 0x426e, + 0x426f, 0x4270, 0x4271, 0x4272, + 0x4273, 0x4274, 0x4275, 0x4276, + 0x4277, 0x4278, 0x4279, 0x427a, + 0x427b, 0x427c, 0x427d, 0x427e, + 0x427f, 0x4280, 0x4281, 0x4282, + 0x4283, 0x4284, 0x4285, 0x4286, + 0x4287, 0x4288, 0x4289, 0x428a, + 0x428b, 0x428c, 0x428d, 0x428e, + 0x428f, 0x4290, 0x4291, 0x4292, + 0x4293, 0x4294, 0x4295, 0x4296, + 0x4297, 0x4298, 0x4299, 0x429a, + 0x429b, 0x429c, 0x429d, 0x429e, + 0x429f, 0x42a0, 0x42a1, 0x42a2, + 0x42a3, 0x42a4, 0x42a5, 0x42a6, + 0x42a7, 0x42a8, 0x42a9, 0x42aa, + 0x42ab, 0x42ac, 0x42ad, 0x42ae, + 0x42af, 0x42b0, 0x42b1, 0x42b2, + 0x42b3, 0x42b4, 0x42b5, 0x42b6, + 0x42b7, 0x42b8, 0x42b9, 0x42ba, + 0x42bb, 0x42bc, 0x42bd, 0x42be, + 0x42bf, 0x42c0, 0x42c1, 0x42c2, + 0x42c3, 0x42c4, 0x42c5, 0x42c6, + 0x42c7, 0x42c8, 0x42c9, 0x42ca, + 0x42cb, 0x42cc, 0x42cd, 0x42ce, + 0x42cf, 0x42d0, 0x42d1, 0x42d2, + 0x42d3, 0x42d4, 0x42d5, 0x42d6, + 0x42d7, 0x42d8, 0x42d9, 0x42da, + 0x42db, 0x42dc, 0x42dd, 0x42de, + 0x42df, 0x42e0, 0x42e1, 0x42e2, + 0x42e3, 0x42e4, 0x42e5, 0x42e6, + 0x42e7, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x42e8, + 0x42e9, 0x42ea, 0x42eb, 0x42ec, + 0x42ed, 0x42ee, 0x42ef, 0x42f0, + 0x42f1, 0x42f2, 0x42f3, 0x42f4, + 0x42f5, 0x42f6, 0x42f7, 0x42f8, + 0x42f9, 0x42fa, 0x42fb, 0x42fc, + 0x42fd, 0x42fe, 0x42ff, 0x4300, + 0x4301, 0x4302, 0x4303, 0x4304, + 0x4305, 0x4306, 0x4307, 0x4308, + 0x4309, 0x430a, 0x430b, 0x430c, + 0x430d, 0x430e, 0x430f, 0x4310, + 0x4311, 0x4312, 0x4313, 0x4314, + 0x4315, 0x4316, 0x4317, 0x4318, + 0x4319, 0x431a, 0x431b, 0x431c, + 0x431d, 0x431e, 0x431f, 0x4320, + 0x4321, 0x4322, 0x4323, 0x4324, + 0x4325, 0x4326, 0x4327, 0x4328, + 0x4329, 0x432a, 0x432b, 0x432c, + 0x432d, 0x432e, 0x432f, 0x4330, + 0x4331, 0x4332, 0x4333, 0x4334, + 0x4335, 0x4336, 0x4338, 0x4339, + 0x433a, 0x433b, 0x433c, 0x433d, + 0x433e, 0x433f, 0x4340, 0x4341, + 0x4342, 0x4343, 0x4344, 0x4345, + 0x4346, 0x4347, 0x4348, 0x4349, + 0x434a, 0x434b, 0x434c, 0x434d, + 0x434e, 0x434f, 0x4350, 0x4351, + 0x4352, 0x4353, 0x4354, 0x4355, + 0x4356, 0x4357, 0x4358, 0x4359, + 0x435a, 0x435b, 0x435c, 0x435d, + 0x435e, 0x435f, 0x4360, 0x4361, + 0x4362, 0x4363, 0x4364, 0x4365, + 0x4366, 0x4367, 0x4368, 0x4369, + 0x436a, 0x436b, 0x436c, 0x436d, + 0x436e, 0x436f, 0x4370, 0x4371, + 0x4372, 0x4373, 0x4374, 0x4375, + 0x4376, 0x4377, 0x4378, 0x4379, + 0x437a, 0x437b, 0x437c, 0x437d, + 0x437e, 0x437f, 0x4380, 0x4381, + 0x4382, 0x4383, 0x4384, 0x4385, + 0x4386, 0x4387, 0x4388, 0x4389, + 0x438a, 0x438b, 0x438c, 0x438d, + 0x438e, 0x438f, 0x4390, 0x4391, + 0x4392, 0x4393, 0x4394, 0x4395, + 0x4396, 0x4397, 0x4398, 0x4399, + 0x439a, 0x439b, 0x439c, 0x439d, + 0x439e, 0x439f, 0x43a0, 0x43a1, + 0x43a2, 0x43a3, 0x43a4, 0x43a5, + 0x43a6, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x43a7, + 0x43a8, 0x43a9, 0x43aa, 0x43ab, + 0x43ad, 0x43ae, 0x43af, 0x43b0, + 0x43b2, 0x43b3, 0x43b4, 0x43b5, + 0x43b6, 0x43b7, 0x43b8, 0x43b9, + 0x43ba, 0x43bb, 0x43bc, 0x43bd, + 0x43be, 0x43bf, 0x43c0, 0x43c1, + 0x43c2, 0x43c3, 0x43c4, 0x43c5, + 0x43c6, 0x43c7, 0x43c8, 0x43c9, + 0x43ca, 0x43cb, 0x43cc, 0x43cd, + 0x43ce, 0x43cf, 0x43d0, 0x43d1, + 0x43d2, 0x43d3, 0x43d4, 0x43d5, + 0x43d6, 0x43d7, 0x43d8, 0x43d9, + 0x43da, 0x43db, 0x43dc, 0x43de, + 0x43df, 0x43e0, 0x43e1, 0x43e2, + 0x43e3, 0x43e4, 0x43e5, 0x43e6, + 0x43e7, 0x43e8, 0x43e9, 0x43ea, + 0x43eb, 0x43ec, 0x43ed, 0x43ee, + 0x43ef, 0x43f0, 0x43f1, 0x43f2, + 0x43f3, 0x43f4, 0x43f5, 0x43f6, + 0x43f7, 0x43f8, 0x43f9, 0x43fa, + 0x43fb, 0x43fc, 0x43fd, 0x43fe, + 0x43ff, 0x4400, 0x4401, 0x4402, + 0x4403, 0x4404, 0x4405, 0x4406, + 0x4407, 0x4408, 0x4409, 0x440a, + 0x440b, 0x440c, 0x440d, 0x440e, + 0x440f, 0x4410, 0x4411, 0x4412, + 0x4413, 0x4414, 0x4415, 0x4416, + 0x4417, 0x4418, 0x4419, 0x441a, + 0x441b, 0x441c, 0x441d, 0x441e, + 0x441f, 0x4420, 0x4421, 0x4422, + 0x4423, 0x4424, 0x4425, 0x4426, + 0x4427, 0x4428, 0x4429, 0x442a, + 0x442b, 0x442c, 0x442d, 0x442e, + 0x442f, 0x4430, 0x4431, 0x4432, + 0x4433, 0x4434, 0x4435, 0x4436, + 0x4437, 0x4438, 0x4439, 0x443a, + 0x443b, 0x443c, 0x443d, 0x443e, + 0x443f, 0x4440, 0x4441, 0x4442, + 0x4443, 0x4444, 0x4445, 0x4446, + 0x4447, 0x4448, 0x4449, 0x444a, + 0x444b, 0x444c, 0x444d, 0x444e, + 0x444f, 0x4450, 0x4451, 0x4452, + 0x4453, 0x4454, 0x4455, 0x4456, + 0x4457, 0x4458, 0x4459, 0x445a, + 0x445b, 0x445c, 0x445d, 0x445e, + 0x445f, 0x4460, 0x4461, 0x4462, + 0x4463, 0x4464, 0x4465, 0x4466, + 0x4467, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4468, + 0x4469, 0x446a, 0x446b, 0x446c, + 0x446d, 0x446e, 0x446f, 0x4470, + 0x4471, 0x4472, 0x4473, 0x4474, + 0x4475, 0x4476, 0x4477, 0x4478, + 0x4479, 0x447a, 0x447b, 0x447c, + 0x447d, 0x447e, 0x447f, 0x4480, + 0x4481, 0x4482, 0x4483, 0x4484, + 0x4485, 0x4486, 0x4487, 0x4488, + 0x4489, 0x448a, 0x448b, 0x448c, + 0x448d, 0x448e, 0x448f, 0x4490, + 0x4491, 0x4492, 0x4493, 0x4494, + 0x4495, 0x4496, 0x4497, 0x4498, + 0x4499, 0x449a, 0x449b, 0x449c, + 0x449d, 0x449e, 0x449f, 0x44a0, + 0x44a1, 0x44a2, 0x44a3, 0x44a4, + 0x44a5, 0x44a6, 0x44a7, 0x44a8, + 0x44a9, 0x44aa, 0x44ab, 0x44ac, + 0x44ad, 0x44ae, 0x44af, 0x44b0, + 0x44b1, 0x44b2, 0x44b3, 0x44b4, + 0x44b5, 0x44b6, 0x44b7, 0x44b8, + 0x44b9, 0x44ba, 0x44bb, 0x44bc, + 0x44bd, 0x44be, 0x44bf, 0x44c0, + 0x44c1, 0x44c2, 0x44c3, 0x44c4, + 0x44c5, 0x44c6, 0x44c7, 0x44c8, + 0x44c9, 0x44ca, 0x44cb, 0x44cc, + 0x44cd, 0x44ce, 0x44cf, 0x44d0, + 0x44d1, 0x44d2, 0x44d3, 0x44d4, + 0x44d5, 0x44d7, 0x44d8, 0x44d9, + 0x44da, 0x44db, 0x44dc, 0x44dd, + 0x44de, 0x44df, 0x44e0, 0x44e1, + 0x44e2, 0x44e3, 0x44e4, 0x44e5, + 0x44e6, 0x44e7, 0x44e8, 0x44e9, + 0x44ea, 0x44eb, 0x44ec, 0x44ed, + 0x44ee, 0x44ef, 0x44f0, 0x44f1, + 0x44f2, 0x44f3, 0x44f4, 0x44f5, + 0x44f6, 0x44f7, 0x44f8, 0x44f9, + 0x44fa, 0x44fb, 0x44fc, 0x44fd, + 0x44fe, 0x44ff, 0x4500, 0x4501, + 0x4502, 0x4503, 0x4504, 0x4505, + 0x4506, 0x4507, 0x4508, 0x4509, + 0x450a, 0x450b, 0x450c, 0x450d, + 0x450e, 0x450f, 0x4510, 0x4511, + 0x4512, 0x4513, 0x4514, 0x4515, + 0x4516, 0x4517, 0x4518, 0x4519, + 0x451a, 0x451b, 0x451c, 0x451d, + 0x451e, 0x451f, 0x4520, 0x4521, + 0x4522, 0x4523, 0x4524, 0x4525, + 0x4526, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4527, + 0x4528, 0x4529, 0x452a, 0x452b, + 0x452c, 0x452d, 0x452e, 0x452f, + 0x4530, 0x4531, 0x4532, 0x4533, + 0x4534, 0x4535, 0x4536, 0x4537, + 0x4538, 0x4539, 0x453a, 0x453b, + 0x453c, 0x453d, 0x453e, 0x453f, + 0x4540, 0x4541, 0x4542, 0x4543, + 0x4544, 0x4545, 0x4546, 0x4547, + 0x4548, 0x4549, 0x454a, 0x454b, + 0x454c, 0x454d, 0x454e, 0x454f, + 0x4550, 0x4551, 0x4552, 0x4553, + 0x4554, 0x4555, 0x4556, 0x4557, + 0x4558, 0x4559, 0x455a, 0x455b, + 0x455c, 0x455d, 0x455e, 0x455f, + 0x4560, 0x4561, 0x4562, 0x4563, + 0x4564, 0x4565, 0x4566, 0x4567, + 0x4568, 0x4569, 0x456a, 0x456b, + 0x456c, 0x456d, 0x456e, 0x456f, + 0x4570, 0x4571, 0x4572, 0x4573, + 0x4574, 0x4575, 0x4576, 0x4577, + 0x4578, 0x4579, 0x457a, 0x457b, + 0x457c, 0x457d, 0x457e, 0x457f, + 0x4580, 0x4581, 0x4582, 0x4583, + 0x4584, 0x4585, 0x4586, 0x4587, + 0x4588, 0x4589, 0x458a, 0x458b, + 0x458c, 0x458d, 0x458e, 0x458f, + 0x4590, 0x4591, 0x4592, 0x4593, + 0x4594, 0x4595, 0x4596, 0x4597, + 0x4598, 0x4599, 0x459a, 0x459b, + 0x459c, 0x459d, 0x459e, 0x459f, + 0x45a0, 0x45a1, 0x45a2, 0x45a3, + 0x45a4, 0x45a5, 0x45a6, 0x45a7, + 0x45a8, 0x45a9, 0x45aa, 0x45ab, + 0x45ac, 0x45ad, 0x45ae, 0x45af, + 0x45b0, 0x45b1, 0x45b2, 0x45b3, + 0x45b4, 0x45b5, 0x45b6, 0x45b7, + 0x45b8, 0x45b9, 0x45ba, 0x45bb, + 0x45bc, 0x45bd, 0x45be, 0x45bf, + 0x45c0, 0x45c1, 0x45c2, 0x45c3, + 0x45c4, 0x45c5, 0x45c6, 0x45c7, + 0x45c8, 0x45c9, 0x45ca, 0x45cb, + 0x45cc, 0x45cd, 0x45ce, 0x45cf, + 0x45d0, 0x45d1, 0x45d2, 0x45d3, + 0x45d4, 0x45d5, 0x45d6, 0x45d7, + 0x45d8, 0x45d9, 0x45da, 0x45db, + 0x45dc, 0x45dd, 0x45de, 0x45df, + 0x45e0, 0x45e1, 0x45e2, 0x45e3, + 0x45e4, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x45e5, + 0x45e6, 0x45e7, 0x45e8, 0x45e9, + 0x45ea, 0x45eb, 0x45ec, 0x45ed, + 0x45ee, 0x45ef, 0x45f0, 0x45f1, + 0x45f2, 0x45f3, 0x45f4, 0x45f5, + 0x45f6, 0x45f7, 0x45f8, 0x45f9, + 0x45fa, 0x45fb, 0x45fc, 0x45fd, + 0x45fe, 0x45ff, 0x4600, 0x4601, + 0x4602, 0x4603, 0x4604, 0x4605, + 0x4606, 0x4607, 0x4608, 0x4609, + 0x460a, 0x460b, 0x460c, 0x460d, + 0x460e, 0x460f, 0x4610, 0x4611, + 0x4612, 0x4613, 0x4614, 0x4615, + 0x4616, 0x4617, 0x4618, 0x4619, + 0x461a, 0x461b, 0x461c, 0x461d, + 0x461e, 0x461f, 0x4620, 0x4621, + 0x4622, 0x4623, 0x4624, 0x4625, + 0x4626, 0x4627, 0x4628, 0x4629, + 0x462a, 0x462b, 0x462c, 0x462d, + 0x462e, 0x462f, 0x4630, 0x4631, + 0x4632, 0x4633, 0x4634, 0x4635, + 0x4636, 0x4637, 0x4638, 0x4639, + 0x463a, 0x463b, 0x463c, 0x463d, + 0x463e, 0x463f, 0x4640, 0x4641, + 0x4642, 0x4643, 0x4644, 0x4645, + 0x4646, 0x4647, 0x4648, 0x4649, + 0x464a, 0x464b, 0x464d, 0x464e, + 0x464f, 0x4650, 0x4651, 0x4652, + 0x4653, 0x4654, 0x4655, 0x4656, + 0x4657, 0x4658, 0x4659, 0x465a, + 0x465b, 0x465c, 0x465d, 0x465e, + 0x465f, 0x4660, 0x4662, 0x4663, + 0x4664, 0x4665, 0x4666, 0x4667, + 0x4668, 0x4669, 0x466a, 0x466b, + 0x466c, 0x466d, 0x466e, 0x466f, + 0x4670, 0x4671, 0x4672, 0x4673, + 0x4674, 0x4675, 0x4676, 0x4677, + 0x4678, 0x4679, 0x467a, 0x467b, + 0x467c, 0x467d, 0x467e, 0x467f, + 0x4680, 0x4681, 0x4682, 0x4683, + 0x4684, 0x4685, 0x4686, 0x4687, + 0x4688, 0x4689, 0x468a, 0x468b, + 0x468c, 0x468d, 0x468e, 0x468f, + 0x4690, 0x4691, 0x4692, 0x4693, + 0x4694, 0x4695, 0x4696, 0x4697, + 0x4698, 0x4699, 0x469a, 0x469b, + 0x469c, 0x469d, 0x469e, 0x469f, + 0x46a0, 0x46a1, 0x46a2, 0x46a3, + 0x46a4, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x46a5, + 0x46a6, 0x46a7, 0x46a8, 0x46a9, + 0x46aa, 0x46ab, 0x46ac, 0x46ad, + 0x46ae, 0x46af, 0x46b0, 0x46b1, + 0x46b2, 0x46b3, 0x46b4, 0x46b5, + 0x46b6, 0x46b7, 0x46b8, 0x46b9, + 0x46ba, 0x46bb, 0x46bc, 0x46bd, + 0x46be, 0x46bf, 0x46c0, 0x46c1, + 0x46c2, 0x46c3, 0x46c4, 0x46c5, + 0x46c6, 0x46c7, 0x46c8, 0x46c9, + 0x46ca, 0x46cb, 0x46cc, 0x46cd, + 0x46ce, 0x46cf, 0x46d0, 0x46d1, + 0x46d2, 0x46d3, 0x46d4, 0x46d5, + 0x46d6, 0x46d7, 0x46d8, 0x46d9, + 0x46da, 0x46db, 0x46dc, 0x46dd, + 0x46de, 0x46df, 0x46e0, 0x46e1, + 0x46e2, 0x46e3, 0x46e4, 0x46e5, + 0x46e6, 0x46e7, 0x46e8, 0x46e9, + 0x46ea, 0x46eb, 0x46ec, 0x46ed, + 0x46ee, 0x46ef, 0x46f0, 0x46f1, + 0x46f2, 0x46f3, 0x46f4, 0x46f5, + 0x46f6, 0x46f7, 0x46f8, 0x46f9, + 0x46fa, 0x46fb, 0x46fc, 0x46fd, + 0x46fe, 0x46ff, 0x4700, 0x4701, + 0x4702, 0x4703, 0x4704, 0x4705, + 0x4706, 0x4707, 0x4708, 0x4709, + 0x470a, 0x470b, 0x470c, 0x470d, + 0x470e, 0x470f, 0x4710, 0x4711, + 0x4712, 0x4713, 0x4714, 0x4715, + 0x4716, 0x4717, 0x4718, 0x4719, + 0x471a, 0x471b, 0x471c, 0x471d, + 0x471e, 0x471f, 0x4720, 0x4721, + 0x4722, 0x4724, 0x4725, 0x4726, + 0x4727, 0x4728, 0x472a, 0x472b, + 0x472c, 0x472d, 0x472e, 0x472f, + 0x4730, 0x4731, 0x4732, 0x4733, + 0x4734, 0x4735, 0x4736, 0x4737, + 0x4738, 0x4739, 0x473a, 0x473b, + 0x473c, 0x473d, 0x473e, 0x473f, + 0x4740, 0x4741, 0x4742, 0x4743, + 0x4744, 0x4745, 0x4746, 0x4747, + 0x4748, 0x4749, 0x474a, 0x474b, + 0x474c, 0x474d, 0x474e, 0x474f, + 0x4750, 0x4751, 0x4752, 0x4753, + 0x4754, 0x4755, 0x4756, 0x4757, + 0x4758, 0x4759, 0x475a, 0x475b, + 0x475c, 0x475d, 0x475e, 0x475f, + 0x4760, 0x4761, 0x4762, 0x4763, + 0x4764, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4765, + 0x4766, 0x4767, 0x4768, 0x4769, + 0x476a, 0x476b, 0x476c, 0x476d, + 0x476e, 0x476f, 0x4770, 0x4771, + 0x4772, 0x4773, 0x4774, 0x4775, + 0x4776, 0x4777, 0x4778, 0x4779, + 0x477a, 0x477b, 0x477d, 0x477e, + 0x477f, 0x4780, 0x4781, 0x4782, + 0x4783, 0x4784, 0x4785, 0x4786, + 0x4787, 0x4788, 0x4789, 0x478a, + 0x478b, 0x478c, 0x478e, 0x478f, + 0x4790, 0x4791, 0x4792, 0x4793, + 0x4794, 0x4795, 0x4796, 0x4797, + 0x4798, 0x4799, 0x479a, 0x479b, + 0x479c, 0x479d, 0x479e, 0x479f, + 0x47a0, 0x47a1, 0x47a2, 0x47a3, + 0x47a4, 0x47a5, 0x47a6, 0x47a7, + 0x47a8, 0x47a9, 0x47aa, 0x47ab, + 0x47ac, 0x47ad, 0x47ae, 0x47af, + 0x47b0, 0x47b1, 0x47b2, 0x47b3, + 0x47b4, 0x47b5, 0x47b6, 0x47b7, + 0x47b8, 0x47b9, 0x47ba, 0x47bb, + 0x47bc, 0x47bd, 0x47be, 0x47bf, + 0x47c0, 0x47c1, 0x47c2, 0x47c3, + 0x47c4, 0x47c5, 0x47c6, 0x47c7, + 0x47c8, 0x47c9, 0x47ca, 0x47cb, + 0x47cc, 0x47cd, 0x47ce, 0x47cf, + 0x47d0, 0x47d1, 0x47d2, 0x47d3, + 0x47d4, 0x47d5, 0x47d6, 0x47d7, + 0x47d8, 0x47d9, 0x47da, 0x47db, + 0x47dc, 0x47dd, 0x47de, 0x47df, + 0x47e0, 0x47e1, 0x47e2, 0x47e3, + 0x47e4, 0x47e5, 0x47e6, 0x47e7, + 0x47e8, 0x47e9, 0x47ea, 0x47eb, + 0x47ec, 0x47ed, 0x47ee, 0x47ef, + 0x47f0, 0x47f1, 0x47f2, 0x47f3, + 0x47f4, 0x47f5, 0x47f6, 0x47f7, + 0x47f8, 0x47f9, 0x47fa, 0x47fb, + 0x47fc, 0x47fd, 0x47fe, 0x47ff, + 0x4800, 0x4801, 0x4802, 0x4803, + 0x4804, 0x4805, 0x4806, 0x4807, + 0x4808, 0x4809, 0x480a, 0x480b, + 0x480c, 0x480d, 0x480e, 0x480f, + 0x4810, 0x4811, 0x4812, 0x4813, + 0x4814, 0x4815, 0x4816, 0x4817, + 0x4818, 0x4819, 0x481a, 0x481b, + 0x481c, 0x481d, 0x481e, 0x481f, + 0x4820, 0x4821, 0x4822, 0x4823, + 0x4824, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4825, + 0x4826, 0x4827, 0x4828, 0x4829, + 0x482a, 0x482b, 0x482c, 0x482d, + 0x482e, 0x482f, 0x4830, 0x4831, + 0x4832, 0x4833, 0x4834, 0x4835, + 0x4836, 0x4837, 0x4838, 0x4839, + 0x483a, 0x483b, 0x483c, 0x483d, + 0x483e, 0x483f, 0x4840, 0x4841, + 0x4842, 0x4843, 0x4844, 0x4845, + 0x4846, 0x4847, 0x4848, 0x4849, + 0x484a, 0x484b, 0x484c, 0x484d, + 0x484e, 0x484f, 0x4850, 0x4851, + 0x4852, 0x4853, 0x4854, 0x4855, + 0x4856, 0x4857, 0x4858, 0x4859, + 0x485a, 0x485b, 0x485c, 0x485d, + 0x485e, 0x485f, 0x4860, 0x4861, + 0x4862, 0x4863, 0x4864, 0x4865, + 0x4866, 0x4867, 0x4868, 0x4869, + 0x486a, 0x486b, 0x486c, 0x486d, + 0x486e, 0x486f, 0x4870, 0x4871, + 0x4872, 0x4873, 0x4874, 0x4875, + 0x4876, 0x4877, 0x4878, 0x4879, + 0x487a, 0x487b, 0x487c, 0x487d, + 0x487e, 0x487f, 0x4880, 0x4881, + 0x4882, 0x4883, 0x4884, 0x4885, + 0x4886, 0x4887, 0x4888, 0x4889, + 0x488a, 0x488b, 0x488c, 0x488d, + 0x488e, 0x488f, 0x4890, 0x4891, + 0x4892, 0x4893, 0x4894, 0x4895, + 0x4896, 0x4897, 0x4898, 0x4899, + 0x489a, 0x489b, 0x489c, 0x489d, + 0x489e, 0x489f, 0x48a0, 0x48a1, + 0x48a2, 0x48a3, 0x48a4, 0x48a5, + 0x48a6, 0x48a7, 0x48a8, 0x48a9, + 0x48aa, 0x48ab, 0x48ac, 0x48ad, + 0x48ae, 0x48af, 0x48b0, 0x48b1, + 0x48b2, 0x48b3, 0x48b4, 0x48b5, + 0x48b6, 0x48b7, 0x48b8, 0x48b9, + 0x48ba, 0x48bb, 0x48bc, 0x48bd, + 0x48be, 0x48bf, 0x48c0, 0x48c1, + 0x48c2, 0x48c3, 0x48c4, 0x48c5, + 0x48c6, 0x48c7, 0x48c8, 0x48c9, + 0x48ca, 0x48cb, 0x48cc, 0x48cd, + 0x48ce, 0x48cf, 0x48d0, 0x48d1, + 0x48d2, 0x48d3, 0x48d4, 0x48d5, + 0x48d6, 0x48d7, 0x48d8, 0x48d9, + 0x48da, 0x48db, 0x48dc, 0x48dd, + 0x48de, 0x48df, 0x48e0, 0x48e1, + 0x48e2, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x48e3, + 0x48e4, 0x48e5, 0x48e6, 0x48e7, + 0x48e8, 0x48e9, 0x48ea, 0x48eb, + 0x48ec, 0x48ed, 0x48ee, 0x48ef, + 0x48f0, 0x48f1, 0x48f2, 0x48f3, + 0x48f4, 0x48f5, 0x48f6, 0x48f7, + 0x48f8, 0x48f9, 0x48fa, 0x48fb, + 0x48fc, 0x48fd, 0x48fe, 0x48ff, + 0x4900, 0x4901, 0x4902, 0x4903, + 0x4904, 0x4905, 0x4906, 0x4907, + 0x4908, 0x4909, 0x490a, 0x490b, + 0x490c, 0x490d, 0x490e, 0x490f, + 0x4910, 0x4911, 0x4912, 0x4913, + 0x4914, 0x4915, 0x4916, 0x4917, + 0x4918, 0x4919, 0x491a, 0x491b, + 0x491c, 0x491d, 0x491e, 0x491f, + 0x4920, 0x4921, 0x4922, 0x4923, + 0x4924, 0x4925, 0x4926, 0x4927, + 0x4928, 0x4929, 0x492a, 0x492b, + 0x492c, 0x492d, 0x492e, 0x492f, + 0x4930, 0x4931, 0x4932, 0x4933, + 0x4934, 0x4935, 0x4936, 0x4937, + 0x4938, 0x4939, 0x493a, 0x493b, + 0x493c, 0x493d, 0x493e, 0x493f, + 0x4940, 0x4941, 0x4942, 0x4943, + 0x4944, 0x4945, 0x4946, 0x4948, + 0x4949, 0x494a, 0x494b, 0x494c, + 0x494d, 0x494e, 0x494f, 0x4950, + 0x4951, 0x4952, 0x4953, 0x4954, + 0x4955, 0x4956, 0x4957, 0x4958, + 0x4959, 0x495a, 0x495b, 0x495c, + 0x495d, 0x495e, 0x495f, 0x4960, + 0x4961, 0x4962, 0x4963, 0x4964, + 0x4965, 0x4966, 0x4967, 0x4968, + 0x4969, 0x496a, 0x496b, 0x496c, + 0x496d, 0x496e, 0x496f, 0x4970, + 0x4971, 0x4972, 0x4973, 0x4974, + 0x4975, 0x4976, 0x4977, 0x4978, + 0x4979, 0x497b, 0x497c, 0x497e, + 0x497f, 0x4980, 0x4981, 0x4984, + 0x4987, 0x4988, 0x4989, 0x498a, + 0x498b, 0x498c, 0x498d, 0x498e, + 0x498f, 0x4990, 0x4991, 0x4992, + 0x4993, 0x4994, 0x4995, 0x4996, + 0x4997, 0x4998, 0x4999, 0x499a, + 0x499c, 0x499d, 0x499e, 0x49a0, + 0x49a1, 0x49a2, 0x49a3, 0x49a4, + 0x49a5, 0x49a6, 0x49a7, 0x49a8, + 0x49a9, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x49aa, + 0x49ab, 0x49ac, 0x49ad, 0x49ae, + 0x49af, 0x49b0, 0x49b1, 0x49b2, + 0x49b3, 0x49b4, 0x49b5, 0x49b8, + 0x49b9, 0x49ba, 0x49bb, 0x49bc, + 0x49bd, 0x49be, 0x49bf, 0x49c0, + 0x49c1, 0x49c2, 0x49c3, 0x49c4, + 0x49c5, 0x49c6, 0x49c7, 0x49c8, + 0x49c9, 0x49ca, 0x49cb, 0x49cc, + 0x49cd, 0x49ce, 0x49cf, 0x49d0, + 0x49d1, 0x49d2, 0x49d3, 0x49d4, + 0x49d5, 0x49d6, 0x49d7, 0x49d8, + 0x49d9, 0x49da, 0x49db, 0x49dc, + 0x49dd, 0x49de, 0x49df, 0x49e0, + 0x49e1, 0x49e2, 0x49e3, 0x49e4, + 0x49e5, 0x49e6, 0x49e7, 0x49e8, + 0x49e9, 0x49ea, 0x49eb, 0x49ec, + 0x49ed, 0x49ee, 0x49ef, 0x49f0, + 0x49f1, 0x49f2, 0x49f3, 0x49f4, + 0x49f5, 0x49f6, 0x49f7, 0x49f8, + 0x49f9, 0x49fa, 0x49fb, 0x49fc, + 0x49fd, 0x49fe, 0x49ff, 0x4a00, + 0x4a01, 0x4a02, 0x4a03, 0x4a04, + 0x4a05, 0x4a06, 0x4a07, 0x4a08, + 0x4a09, 0x4a0a, 0x4a0b, 0x4a0c, + 0x4a0d, 0x4a0e, 0x4a0f, 0x4a10, + 0x4a11, 0x4a12, 0x4a13, 0x4a14, + 0x4a15, 0x4a16, 0x4a17, 0x4a18, + 0x4a19, 0x4a1a, 0x4a1b, 0x4a1c, + 0x4a1d, 0x4a1e, 0x4a1f, 0x4a20, + 0x4a21, 0x4a22, 0x4a23, 0x4a24, + 0x4a25, 0x4a26, 0x4a27, 0x4a28, + 0x4a29, 0x4a2a, 0x4a2b, 0x4a2c, + 0x4a2d, 0x4a2e, 0x4a2f, 0x4a30, + 0x4a31, 0x4a32, 0x4a33, 0x4a34, + 0x4a35, 0x4a36, 0x4a37, 0x4a38, + 0x4a39, 0x4a3a, 0x4a3b, 0x4a3c, + 0x4a3d, 0x4a3e, 0x4a3f, 0x4a40, + 0x4a41, 0x4a42, 0x4a43, 0x4a44, + 0x4a45, 0x4a46, 0x4a47, 0x4a48, + 0x4a49, 0x4a4a, 0x4a4b, 0x4a4c, + 0x4a4d, 0x4a4e, 0x4a4f, 0x4a50, + 0x4a51, 0x4a52, 0x4a53, 0x4a54, + 0x4a55, 0x4a56, 0x4a57, 0x4a58, + 0x4a59, 0x4a5a, 0x4a5b, 0x4a5c, + 0x4a5d, 0x4a5e, 0x4a5f, 0x4a60, + 0x4a61, 0x4a62, 0x4a63, 0x4a64, + 0x4a65, 0x4a66, 0x4a67, 0x4a68, + 0x4a69, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4a6a, + 0x4a6b, 0x4a6c, 0x4a6d, 0x4a6e, + 0x4a6f, 0x4a70, 0x4a71, 0x4a72, + 0x4a73, 0x4a74, 0x4a75, 0x4a76, + 0x4a77, 0x4a78, 0x4a79, 0x4a7a, + 0x4a7b, 0x4a7c, 0x4a7d, 0x4a7e, + 0x4a7f, 0x4a80, 0x4a81, 0x4a82, + 0x4a83, 0x4a84, 0x4a85, 0x4a86, + 0x4a87, 0x4a88, 0x4a89, 0x4a8a, + 0x4a8b, 0x4a8c, 0x4a8d, 0x4a8e, + 0x4a8f, 0x4a90, 0x4a91, 0x4a92, + 0x4a93, 0x4a94, 0x4a95, 0x4a96, + 0x4a97, 0x4a98, 0x4a99, 0x4a9a, + 0x4a9b, 0x4a9c, 0x4a9d, 0x4a9e, + 0x4a9f, 0x4aa0, 0x4aa1, 0x4aa2, + 0x4aa3, 0x4aa4, 0x4aa5, 0x4aa6, + 0x4aa7, 0x4aa8, 0x4aa9, 0x4aaa, + 0x4aab, 0x4aac, 0x4aad, 0x4aae, + 0x4aaf, 0x4ab0, 0x4ab1, 0x4ab2, + 0x4ab3, 0x4ab4, 0x4ab5, 0x4ab6, + 0x4ab7, 0x4ab8, 0x4ab9, 0x4aba, + 0x4abb, 0x4abc, 0x4abd, 0x4abe, + 0x4abf, 0x4ac0, 0x4ac1, 0x4ac2, + 0x4ac3, 0x4ac4, 0x4ac5, 0x4ac6, + 0x4ac7, 0x4ac8, 0x4ac9, 0x4aca, + 0x4acb, 0x4acc, 0x4acd, 0x4ace, + 0x4acf, 0x4ad0, 0x4ad1, 0x4ad2, + 0x4ad3, 0x4ad4, 0x4ad5, 0x4ad6, + 0x4ad7, 0x4ad8, 0x4ad9, 0x4ada, + 0x4adb, 0x4adc, 0x4add, 0x4ade, + 0x4adf, 0x4ae0, 0x4ae1, 0x4ae2, + 0x4ae3, 0x4ae4, 0x4ae5, 0x4ae6, + 0x4ae7, 0x4ae8, 0x4ae9, 0x4aea, + 0x4aeb, 0x4aec, 0x4aed, 0x4aee, + 0x4aef, 0x4af0, 0x4af1, 0x4af2, + 0x4af3, 0x4af4, 0x4af5, 0x4af6, + 0x4af7, 0x4af8, 0x4af9, 0x4afa, + 0x4afb, 0x4afc, 0x4afd, 0x4afe, + 0x4aff, 0x4b00, 0x4b01, 0x4b02, + 0x4b03, 0x4b04, 0x4b05, 0x4b06, + 0x4b07, 0x4b08, 0x4b09, 0x4b0a, + 0x4b0b, 0x4b0c, 0x4b0d, 0x4b0e, + 0x4b0f, 0x4b10, 0x4b11, 0x4b12, + 0x4b13, 0x4b14, 0x4b15, 0x4b16, + 0x4b17, 0x4b18, 0x4b19, 0x4b1a, + 0x4b1b, 0x4b1c, 0x4b1d, 0x4b1e, + 0x4b1f, 0x4b20, 0x4b21, 0x4b22, + 0x4b23, 0x4b24, 0x4b25, 0x4b26, + 0x4b27, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4b28, + 0x4b29, 0x4b2a, 0x4b2b, 0x4b2c, + 0x4b2d, 0x4b2e, 0x4b2f, 0x4b30, + 0x4b31, 0x4b32, 0x4b33, 0x4b34, + 0x4b35, 0x4b36, 0x4b37, 0x4b38, + 0x4b39, 0x4b3a, 0x4b3b, 0x4b3c, + 0x4b3d, 0x4b3e, 0x4b3f, 0x4b40, + 0x4b41, 0x4b42, 0x4b43, 0x4b44, + 0x4b45, 0x4b46, 0x4b47, 0x4b48, + 0x4b49, 0x4b4a, 0x4b4b, 0x4b4c, + 0x4b4d, 0x4b4e, 0x4b4f, 0x4b50, + 0x4b51, 0x4b52, 0x4b53, 0x4b54, + 0x4b55, 0x4b56, 0x4b57, 0x4b58, + 0x4b59, 0x4b5a, 0x4b5b, 0x4b5c, + 0x4b5d, 0x4b5e, 0x4b5f, 0x4b60, + 0x4b61, 0x4b62, 0x4b63, 0x4b64, + 0x4b65, 0x4b66, 0x4b67, 0x4b68, + 0x4b69, 0x4b6a, 0x4b6b, 0x4b6c, + 0x4b6d, 0x4b6e, 0x4b6f, 0x4b70, + 0x4b71, 0x4b72, 0x4b73, 0x4b74, + 0x4b75, 0x4b76, 0x4b77, 0x4b78, + 0x4b79, 0x4b7a, 0x4b7b, 0x4b7c, + 0x4b7d, 0x4b7e, 0x4b7f, 0x4b80, + 0x4b81, 0x4b82, 0x4b83, 0x4b84, + 0x4b85, 0x4b86, 0x4b87, 0x4b88, + 0x4b89, 0x4b8a, 0x4b8b, 0x4b8c, + 0x4b8d, 0x4b8e, 0x4b8f, 0x4b90, + 0x4b91, 0x4b92, 0x4b93, 0x4b94, + 0x4b95, 0x4b96, 0x4b97, 0x4b98, + 0x4b99, 0x4b9a, 0x4b9b, 0x4b9c, + 0x4b9d, 0x4b9e, 0x4b9f, 0x4ba0, + 0x4ba1, 0x4ba2, 0x4ba3, 0x4ba4, + 0x4ba5, 0x4ba6, 0x4ba7, 0x4ba8, + 0x4ba9, 0x4baa, 0x4bab, 0x4bac, + 0x4bad, 0x4bae, 0x4baf, 0x4bb0, + 0x4bb1, 0x4bb2, 0x4bb3, 0x4bb4, + 0x4bb5, 0x4bb6, 0x4bb7, 0x4bb8, + 0x4bb9, 0x4bba, 0x4bbb, 0x4bbc, + 0x4bbd, 0x4bbe, 0x4bbf, 0x4bc0, + 0x4bc1, 0x4bc2, 0x4bc3, 0x4bc4, + 0x4bc5, 0x4bc6, 0x4bc7, 0x4bc8, + 0x4bc9, 0x4bca, 0x4bcb, 0x4bcc, + 0x4bcd, 0x4bce, 0x4bcf, 0x4bd0, + 0x4bd1, 0x4bd2, 0x4bd3, 0x4bd4, + 0x4bd5, 0x4bd6, 0x4bd7, 0x4bd8, + 0x4bd9, 0x4bda, 0x4bdb, 0x4bdc, + 0x4bdd, 0x4bde, 0x4bdf, 0x4be0, + 0x4be1, 0x4be2, 0x4be3, 0x4be4, + 0x4be5, 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, + 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, 0x0000, + 0x0000, 0x0000, 0x0000, 0x4be6, + 0x4be7, 0x4be8, 0x4be9, 0x4bea, + 0x4beb, 0x4bec, 0x4bed, 0x4bee, + 0x4bef, 0x4bf0, 0x4bf1, 0x4bf2, + 0x4bf3, 0x4bf4, 0x4bf5, 0x4bf6, + 0x4bf7, 0x4bf8, 0x4bf9, 0x4bfa, + 0x4bfb, 0x4bfc, 0x4bfd, 0x4bfe, + 0x4bff, 0x4c00, 0x4c01, 0x4c02, + 0x4c03, 0x4c04, 0x4c05, 0x4c06, + 0x4c07, 0x4c08, 0x4c09, 0x4c0a, + 0x4c0b, 0x4c0c, 0x4c0d, 0x4c0e, + 0x4c0f, 0x4c10, 0x4c11, 0x4c12, + 0x4c13, 0x4c14, 0x4c15, 0x4c16, + 0x4c17, 0x4c18, 0x4c19, 0x4c1a, + 0x4c1b, 0x4c1c, 0x4c1d, 0x4c1e, + 0x4c1f, 0x4c20, 0x4c21, 0x4c22, + 0x4c23, 0x4c24, 0x4c25, 0x4c26, + 0x4c27, 0x4c28, 0x4c29, 0x4c2a, + 0x4c2b, 0x4c2c, 0x4c2d, 0x4c2e, + 0x4c2f, 0x4c30, 0x4c31, 0x4c32, + 0x4c33, 0x4c34, 0x4c35, 0x4c36, + 0x4c37, 0x4c38, 0x4c39, 0x4c3a, + 0x4c3b, 0x4c3c, 0x4c3d, 0x4c3e, + 0x4c3f, 0x4c40, 0x4c41, 0x4c42, + 0x4c43, 0x4c44, 0x4c45, 0x4c46, + 0x4c47, 0x4c48, 0x4c49, 0x4c4a, + 0x4c4b, 0x4c4c, 0x4c4d, 0x4c4e, + 0x4c4f, 0x4c50, 0x4c51, 0x4c52, + 0x4c53, 0x4c54, 0x4c55, 0x4c56, + 0x4c57, 0x4c58, 0x4c59, 0x4c5a, + 0x4c5b, 0x4c5c, 0x4c5d, 0x4c5e, + 0x4c5f, 0x4c60, 0x4c61, 0x4c62, + 0x4c63, 0x4c64, 0x4c65, 0x4c66, + 0x4c67, 0x4c68, 0x4c69, 0x4c6a, + 0x4c6b, 0x4c6c, 0x4c6d, 0x4c6e, + 0x4c6f, 0x4c70, 0x4c71, 0x4c72, + 0x4c73, 0x4c74, 0x4c75, 0x4c76, + 0x4c78, 0x4c79, 0x4c7a, 0x4c7b, + 0x4c7c, 0x4c7d, 0x4c7e, 0x4c7f, + 0x4c80, 0x4c81, 0x4c82, 0x4c83, + 0x4c84, 0x4c85, 0x4c86, 0x4c87, + 0x4c88, 0x4c89, 0x4c8a, 0x4c8b, + 0x4c8c, 0x4c8d, 0x4c8e, 0x4c8f, + 0x4c90, 0x4c91, 0x4c92, 0x4c93, + 0x4c94, 0x4c95, 0x4c96, 0x4c97, + 0x4c98, 0x4c99, 0x4c9a, 0x4c9b, + 0x4c9c, 0x4c9d, 0x4c9e, 0x4ca4, + 0x4ca5, 0x4ca6, 0x4ca7, 0x4ca8, + 0x4ca9, 0x4caa, 0x4cab, 0x4cac, + 0x4cad, 0x4cae, 0x4caf, 0x4cb0, + 0x4cb1, 0x4cb2, 0x4cb3, 0x4cb4, + 0x4cb5, 0x4cb6, 0x4cb7, 0x4cb8, + 0x4cb9, 0x4cba, 0x4cbb, 0x4cbc, + 0x4cbd, 0x4cbe, 0x4cbf, 0x4cc0, + 0x4cc1, 0x4cc2, 0x4cc3, 0x4cc4, + 0x4cc5, 0x4cc6, 0x4cc7, 0x4cc8, + 0x4cc9, 0x4cca, 0x4ccb, 0x4ccc, + 0x4ccd, 0x4cce, 0x4ccf, 0x4cd0, + 0x4cd1, 0x4cd2, 0x4cd3, 0x4cd4, + 0x4cd5, 0x4cd6, 0x4cd7, 0x4cd8, + 0x4cd9, 0x4cda, 0x4cdb, 0x4cdc, + 0x4cdd, 0x4cde, 0x4cdf, 0x4ce0, + 0x4ce1, 0x4ce2, 0x4ce3, 0x4ce4, + 0x4ce5, 0x4ce6, 0x4ce7, 0x4ce8, + 0x4ce9, 0x4cea, 0x4ceb, 0x4cec, + 0x4ced, 0x4cee, 0x4cef, 0x4cf0, + 0x4cf1, 0x4cf2, 0x4cf3, 0x4cf4, + 0x4cf5, 0x4cf6, 0x4cf7, 0x4cf8, + 0x4cf9, 0x4cfa, 0x4cfb, 0x4cfc, + 0x4cfd, 0x4cfe, 0x4cff, 0x4d00, + 0x4d01, 0x4d02, 0x4d03, 0x4d04, + 0x4d05, 0x4d06, 0x4d07, 0x4d08, + 0x4d09, 0x4d0a, 0x4d0b, 0x4d0c, + 0x4d0d, 0x4d0e, 0x4d0f, 0x4d10, + 0x4d11, 0x4d12, 0x4d1a, 0x4d1b, + 0x4d1c, 0x4d1d, 0x4d1e, 0x4d1f, + 0x4d20, 0x4d21, 0x4d22, 0x4d23, + 0x4d24, 0x4d25, 0x4d26, 0x4d27, + 0x4d28, 0x4d29, 0x4d2a, 0x4d2b, + 0x4d2c, 0x4d2d, 0x4d2e, 0x4d2f, + 0x4d30, 0x4d31, 0x4d32, 0x4d33, + 0x4d34, 0x4d35, 0x4d36, 0x4d37, + 0x4d38, 0x4d39, 0x4d3a, 0x4d3b, + 0x4d3c, 0x4d3d, 0x4d3e, 0x4d3f, + 0x4d40, 0x4d41, 0x4d42, 0x4d43, + 0x4d44, 0x4d45, 0x4d46, 0x4d47, + 0x4d48, 0x4d49, 0x4d4a, 0x4d4b, + 0x4d4c, 0x4d4d, 0x4d4e, 0x4d4f, + 0x4d50, 0x4d51, 0x4d52, 0x4d53, + 0x4d54, 0x4d55, 0x4d56, 0x4d57, + 0x4d58, 0x4d59, 0x4d5a, 0x4d5b, + 0x4d5c, 0x4d5d, 0x4d5e, 0x4d5f, + 0x4d60, 0x4d61, 0x4d62, 0x4d63, + 0x4d64, 0x4d65, 0x4d66, 0x4d67, + 0x4d68, 0x4d69, 0x4d6a, 0x4d6b, + 0x4d6c, 0x4d6d, 0x4d6e, 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, 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, 0x0000, 0x0000, 0x0000, + 0x0000, 0x4d6f, 0x4d70, 0x4d71, + 0x4d72, 0x4d73, 0x4d74, 0x4d75, + 0x4d76, 0x4d77, 0x4d78, 0x4d79, + 0x4d7a, 0x4d7b, 0x4d7c, 0x4d7d, + 0x4d7e, 0x4d7f, 0x4d80, 0x4d81, + 0x4d82, 0x4d83, 0x4d84, 0x4d85, + 0x4d86, 0x4d87, 0x4d88, 0x4d89, + 0x4d8a, 0x4d8b, 0x4d8c, 0x4d8d, + 0x4d8e, 0x4d8f, 0x4d90, 0x4d91, + 0x4d92, 0x4d93, 0x4d94, 0x4d95, + 0x4d96, 0x4d97, 0x4d98, 0x4d99, + 0x4d9a, 0x4d9b, 0x4d9c, 0x4d9d, + 0x4d9e, 0x4d9f, 0x4da0, 0x4da1, + 0x4da2, 0x4da3, 0x4da4, 0x4da5, + 0x4da6, 0x4da7, 0x4da8, 0x4da9, + 0x4daa, 0x4dab, 0x4dac, 0x4dad, + 0x4daf, 0x4db0, 0x4db1, 0x4db2, + 0x4db3, 0x4db4, 0x4db5, 0x4db6, + 0x4db7, 0x4db8, 0x4db9, 0x4dba, + 0x4dbb, 0x4dbc, 0x4dbd, 0x4dbe, + 0x4dbf, 0xfb56, 0xfb57, 0xfb58, + 0xfb59, 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, + 0x0000, 0xfb7a, 0xfb7b, 0xfb7c, + 0xfb7d, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xfb8e, 0xfb8f, 0xfb90, + 0xfb91, 0xfb92, 0xfb93, 0xfb94, + 0xfb95, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xfbaa, 0xfbab, 0xfbac, + 0xfbad, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0xfbd3, 0xfbd4, + 0xfbd5, 0xfbd6, 0xfbd7, 0xfbd8, + 0xfbd9, 0xfbda, 0xfbdb, 0xfbdc, + 0xfbdd, 0xfbde, 0xfbdf, 0xfbe0, + 0xfbe1, 0xfbe2, 0xfbe3, 0xfbe4, + 0xfbe5, 0xfbe6, 0xfbe7, 0xfbe8, + 0xfbe9, 0xfbea, 0xfbeb, 0xfbec, + 0xfbed, 0xfbee, 0xfbef, 0xfbf0, + 0xfbf1, 0xfbf2, 0xfbf3, 0xfbf4, + 0xfbf5, 0xfbf6, 0xfbf7, 0xfbf8, + 0xfbf9, 0xfbfa, 0xfbfb, 0xfbfc, + 0xfbfd, 0xfbfe, 0xfbff, 0xfe89, + 0xfe8a, 0xfe8b, 0xfe8c, 0xfe8d, + 0xfe8e, 0xfe8f, 0xfe90, 0xfe91, + 0xfe92, 0x0000, 0x0000, 0xfe95, + 0xfe96, 0xfe97, 0xfe98, 0x0000, + 0x0000, 0x0000, 0x0000, 0xfe9d, + 0xfe9e, 0xfe9f, 0xfea0, 0xfea1, + 0xfea2, 0xfea3, 0xfea4, 0xfea5, + 0xfea6, 0xfea7, 0xfea8, 0xfea9, + 0xfeaa, 0x0000, 0x0000, 0xfead, + 0xfeae, 0xfeaf, 0xfeb0, 0xfeb1, + 0xfeb2, 0xfeb3, 0xfeb4, 0xfeb5, + 0xfeb6, 0xfeb7, 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, 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, + 0x0000, 0x0000, 0x0000, 0x0000, + 0xfeb8, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0xfec9, 0xfeca, 0xfecb, + 0xfecc, 0xfecd, 0xfece, 0xfecf, + 0xfed0, 0xfed1, 0xfed2, 0xfed3, + 0xfed4, 0xfed5, 0xfed6, 0xfed7, + 0xfed8, 0xfed9, 0xfeda, 0xfedb, + 0xfedc, 0xfedd, 0xfede, 0xfedf, + 0xfee0, 0xfee1, 0xfee2, 0xfee3, + 0xfee4, 0xfee5, 0xfee6, 0xfee7, + 0xfee8, 0xfee9, 0xfeea, 0xfeeb, + 0xfeec, 0xfeed, 0xfeee, 0xfeef, + 0xfef0, 0xfef1, 0xfef2, 0xfef3, + 0xfef4, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0xfefb, + 0xfefc, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0xe78d, + 0xe78e, 0xe78f, 0xe790, 0xe791, + 0xe792, 0xe793, 0xe794, 0xe795, + 0xe796 +}; + +static const struct gap __ucs4_to_ibm1388sb_idx[] = +{ + { .start = 0x0000, .end = 0x00a3, .idx = 0 }, + { .start = 0x00a5, .end = 0x00a6, .idx = -1 }, + { .start = 0x00a9, .end = 0x00af, .idx = -3 }, + { .start = 0x00b2, .end = 0x00b3, .idx = -5 }, + { .start = 0x00b5, .end = 0x00b6, .idx = -6 }, + { .start = 0x00b8, .end = 0x00d6, .idx = -7 }, + { .start = 0x00d8, .end = 0x00df, .idx = -8 }, + { .start = 0x00e2, .end = 0x00e7, .idx = -10 }, + { .start = 0x00eb, .end = 0x00eb, .idx = -13 }, + { .start = 0x00ee, .end = 0x00f1, .idx = -15 }, + { .start = 0x00f4, .end = 0x00f6, .idx = -17 }, + { .start = 0x00f8, .end = 0x00f8, .idx = -18 }, + { .start = 0x00fb, .end = 0x00fb, .idx = -20 }, + { .start = 0x00fd, .end = 0x00ff, .idx = -21 }, + { .start = 0x203e, .end = 0x203e, .idx = -8019 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1388sb[][1] = +{ + "\x00", "\x01", "\x02", "\x03", "\x37", "\x2d", "\x2e", "\x2f", + "\x16", "\x05", "\x25", "\x0b", "\x0c", "\x0d", "\x3f", "\x3f", + "\x10", "\x11", "\x12", "\x13", "\x3c", "\x3d", "\x32", "\x26", + "\x18", "\x19", "\x3f", "\x27", "\x1c", "\x1d", "\x1e", "\x1f", + "\x40", "\x5a", "\x7f", "\x7b", "\xe0", "\x6c", "\x50", "\x7d", + "\x4d", "\x5d", "\x5c", "\x4e", "\x6b", "\x60", "\x4b", "\x61", + "\xf0", "\xf1", "\xf2", "\xf3", "\xf4", "\xf5", "\xf6", "\xf7", + "\xf8", "\xf9", "\x7a", "\x5e", "\x4c", "\x7e", "\x6e", "\x6f", + "\x7c", "\xc1", "\xc2", "\xc3", "\xc4", "\xc5", "\xc6", "\xc7", + "\xc8", "\xc9", "\xd1", "\xd2", "\xd3", "\xd4", "\xd5", "\xd6", + "\xd7", "\xd8", "\xd9", "\xe2", "\xe3", "\xe4", "\xe5", "\xe6", + "\xe7", "\xe8", "\xe9", "\xba", "\xb2", "\xbb", "\xb0", "\x6d", + "\x79", "\x81", "\x82", "\x83", "\x84", "\x85", "\x86", "\x87", + "\x88", "\x89", "\x91", "\x92", "\x93", "\x94", "\x95", "\x96", + "\x97", "\x98", "\x99", "\xa2", "\xa3", "\xa4", "\xa5", "\xa6", + "\xa7", "\xa8", "\xa9", "\xc0", "\x4f", "\xd0", "\xa0", "\x07", + "\x20", "\x21", "\x22", "\x23", "\x24", "\x15", "\x06", "\x17", + "\x28", "\x29", "\x2a", "\x2b", "\x2c", "\x09", "\x0a", "\x1b", + "\x30", "\x31", "\x1a", "\x33", "\x34", "\x35", "\x36", "\x08", + "\x38", "\x39", "\x3a", "\x3b", "\x04", "\x14", "\x3e", "\xff", + "\x3f", "\x3f", "\x3f", "\x4a", "\x5b", "\x6a", "\x3f", "\x3f", + "\x3f", "\x5f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\xa1" +}; + +static const struct gap __ucs4_to_ibm1388db_idx[] = +{ + { .start = 0x00a4, .end = 0x02d9, .idx = -164 }, + { .start = 0x0391, .end = 0x0451, .idx = -347 }, + { .start = 0x0600, .end = 0x06ff, .idx = -777 }, + { .start = 0x0f00, .end = 0x0fff, .idx = -2825 }, + { .start = 0x1800, .end = 0x18af, .idx = -4873 }, + { .start = 0x2010, .end = 0x2312, .idx = -6761 }, + { .start = 0x2460, .end = 0x2642, .idx = -7094 }, + { .start = 0x2e81, .end = 0x2eca, .idx = -9204 }, + { .start = 0x2ff0, .end = 0x3129, .idx = -9497 }, + { .start = 0x3220, .end = 0x32a3, .idx = -9743 }, + { .start = 0x338e, .end = 0xa4cf, .idx = -9977 }, + { .start = 0xe000, .end = 0xe864, .idx = -25129 }, + { .start = 0xf83d, .end = 0xf83e, .idx = -29185 }, + { .start = 0xf92c, .end = 0xfa29, .idx = -29422 }, + { .start = 0xfb56, .end = 0xfbff, .idx = -29722 }, + { .start = 0xfe30, .end = 0xffe5, .idx = -30282 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1388db[][2] = +{ + "\x45\x88", "\x00\x00", "\x00\x00", "\x44\x6a", "\x44\x60", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\xed", "\x44\x4b", "\x00\x00", "\x00\x00", "\x44\x50", "\x00\x00", + "\x00\x00", "\x43\x45", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x44", "\x46\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\x48", "\x46\x46", "\x46\x5a", "\x00\x00", + "\x46\x4c", "\x46\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x50", "\x46\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x7b", + "\x00\x00", "\x46\x54", "\x46\x52", "\x00\x00", "\x46\x59", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x41", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x47", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x49", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x5d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\x5e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x43", "\x00\x00", + "\x46\x4b", "\x00\x00", "\x46\x4f", "\x00\x00", "\x46\x53", "\x00\x00", + "\x46\x55", "\x00\x00", "\x46\x56", "\x00\x00", "\x46\x57", "\x00\x00", + "\x46\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x5b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x46\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x45\x46", "\x00\x00", "\x45\x45", "\xcd\x41", "\xcd\x42", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcd\x43", "\x41\x61", "\x41\x62", "\x41\x63", "\x41\x64", + "\x41\x65", "\x41\x66", "\x41\x67", "\x41\x68", "\x41\x69", "\x41\x6a", + "\x41\x6b", "\x41\x6c", "\x41\x6d", "\x41\x6e", "\x41\x6f", "\x41\x70", + "\x41\x71", "\x00\x00", "\x41\x72", "\x41\x73", "\x41\x74", "\x41\x75", + "\x41\x76", "\x41\x77", "\x41\x78", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\x41", "\x41\x42", + "\x41\x43", "\x41\x44", "\x41\x45", "\x41\x46", "\x41\x47", "\x41\x48", + "\x41\x49", "\x41\x4a", "\x41\x4b", "\x41\x4c", "\x41\x4d", "\x41\x4e", + "\x41\x4f", "\x41\x50", "\x41\x51", "\x00\x00", "\x41\x52", "\x41\x53", + "\x41\x54", "\x41\x55", "\x41\x56", "\x41\x57", "\x41\x58", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x41\xc6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x41\xc0", "\x41\xc1", "\x41\xc2", + "\x41\xc3", "\x41\xc4", "\x41\xc5", "\x41\xc7", "\x41\xc8", "\x41\xc9", + "\x41\xca", "\x41\xcb", "\x41\xcc", "\x41\xcd", "\x41\xce", "\x41\xcf", + "\x41\xd0", "\x41\xd1", "\x41\xd2", "\x41\xd3", "\x41\xd4", "\x41\xd5", + "\x41\xd6", "\x41\xd7", "\x41\xd8", "\x41\xd9", "\x41\xda", "\x41\xdb", + "\x41\xdc", "\x41\xdd", "\x41\xde", "\x41\xdf", "\x41\xe0", "\x41\x80", + "\x41\x81", "\x41\x82", "\x41\x83", "\x41\x84", "\x41\x85", "\x41\x87", + "\x41\x88", "\x41\x89", "\x41\x8a", "\x41\x8b", "\x41\x8c", "\x41\x8d", + "\x41\x8e", "\x41\x8f", "\x41\x90", "\x41\x91", "\x41\x92", "\x41\x93", + "\x41\x94", "\x41\x95", "\x41\x96", "\x41\x97", "\x41\x98", "\x41\x99", + "\x41\x9a", "\x41\x9b", "\x41\x9c", "\x41\x9d", "\x41\x9e", "\x41\x9f", + "\x41\xa0", "\x00\x00", "\x41\x86", "\x47\x5d", "\x47\x5e", "\x47\x5f", + "\x47\x60", "\x47\x61", "\x47\x62", "\x47\x63", "\x47\x64", "\x47\x65", + "\x47\x66", "\x47\x67", "\x47\x68", "\x47\x69", "\x47\x6a", "\x47\x6b", + "\x47\x6c", "\x47\x6d", "\x47\x6e", "\x47\x6f", "\x47\x70", "\x47\x71", + "\x47\x72", "\x47\x73", "\x47\x74", "\x47\x75", "\x47\x76", "\x47\x77", + "\x47\x78", "\x47\x79", "\x47\x7a", "\x47\x7b", "\x47\x7c", "\x47\x7d", + "\x47\x7e", "\x47\x7f", "\x47\x80", "\x47\x81", "\x47\x82", "\x47\x83", + "\x47\x84", "\x47\x85", "\x47\x86", "\x47\x87", "\x47\x88", "\x47\x89", + "\x47\x8a", "\x47\x8b", "\x47\x8c", "\x47\x8d", "\x47\x8e", "\x47\x8f", + "\x47\x90", "\x47\x91", "\x47\x92", "\x47\x93", "\x47\x94", "\x47\x95", + "\x47\x96", "\x47\x97", "\x47\x98", "\x47\x99", "\x47\x9a", "\x47\x9b", + "\x47\x9c", "\x47\x9d", "\x47\x9e", "\x47\x9f", "\x47\xa0", "\x47\xa1", + "\x47\xa2", "\x47\xa3", "\x47\xa4", "\x47\xa5", "\x47\xa6", "\x47\xa7", + "\x47\xa8", "\x47\xa9", "\x47\xaa", "\x47\xab", "\x47\xac", "\x47\xad", + "\x47\xae", "\x47\xaf", "\x47\xb0", "\x47\xb1", "\x47\xb2", "\x47\xb3", + "\x47\xb4", "\x47\xb5", "\x47\xb6", "\x47\xb7", "\x47\xb8", "\x47\xb9", + "\x47\xba", "\x47\xbb", "\x47\xbc", "\x47\xbd", "\x47\xbe", "\x47\xbf", + "\x47\xc0", "\x47\xc1", "\x47\xc2", "\x47\xc3", "\x47\xc4", "\x47\xc5", + "\x47\xc6", "\x47\xc7", "\x47\xc8", "\x47\xc9", "\x47\xca", "\x47\xcb", + "\x47\xcc", "\x47\xcd", "\x47\xce", "\x47\xcf", "\x47\xd0", "\x47\xd1", + "\x47\xd2", "\x47\xd3", "\x47\xd4", "\x47\xd5", "\x47\xd6", "\x47\xd7", + "\x47\xd8", "\x47\xd9", "\x47\xda", "\x47\xdb", "\x47\xdc", "\x47\xdd", + "\x47\xde", "\x47\xdf", "\x47\xe0", "\x47\xe1", "\x47\xe2", "\x47\xe3", + "\x47\xe4", "\x47\xe5", "\x47\xe6", "\x47\xe7", "\x47\xe8", "\x47\xe9", + "\x47\xea", "\x47\xeb", "\x47\xec", "\x47\xed", "\x47\xee", "\x47\xef", + "\x47\xf0", "\x47\xf1", "\x47\xf2", "\x47\xf3", "\x47\xf4", "\x47\xf5", + "\x47\xf6", "\x47\xf7", "\x47\xf8", "\x47\xf9", "\x47\xfa", "\x47\xfb", + "\x47\xfc", "\x47\xfd", "\x47\xfe", "\x48\x41", "\x48\x42", "\x48\x43", + "\x48\x44", "\x48\x45", "\x48\x46", "\x48\x47", "\x48\x48", "\x48\x49", + "\x48\x4a", "\x48\x4b", "\x48\x4c", "\x48\x4d", "\x48\x4e", "\x48\x4f", + "\x48\x50", "\x48\x51", "\x48\x52", "\x48\x53", "\x48\x54", "\x48\x55", + "\x48\x56", "\x48\x57", "\x48\x58", "\x48\x59", "\x48\x5a", "\x48\x5b", + "\x48\x5c", "\x48\x5d", "\x48\x5e", "\x48\x5f", "\x48\x60", "\x48\x61", + "\x48\x62", "\x48\x63", "\x48\x64", "\x48\x65", "\x48\x66", "\x48\x67", + "\x48\x68", "\x48\x69", "\x48\x6a", "\x48\x6b", "\x48\x6c", "\x48\x6d", + "\x48\x6e", "\x48\x6f", "\x48\x70", "\x48\x71", "\x48\x72", "\x48\x73", + "\x48\x74", "\x48\x75", "\x48\x76", "\x48\x77", "\x48\x78", "\x48\x79", + "\x48\x7a", "\x48\x7b", "\x48\x7c", "\x48\x7d", "\x48\x7e", "\x48\x7f", + "\x48\x80", "\x48\x81", "\x48\x82", "\x48\x83", "\x48\x84", "\x48\x85", + "\x48\x86", "\x48\x87", "\x48\x88", "\x48\x89", "\x48\x8a", "\x48\x8b", + "\x48\x8c", "\x48\x8d", "\x48\x8e", "\x48\x8f", "\x48\x90", "\x48\x91", + "\x48\x92", "\x48\x93", "\x48\x94", "\x48\x95", "\x48\x96", "\x48\x97", + "\x48\x98", "\x48\x99", "\x48\x9a", "\x48\x9b", "\x48\x9c", "\x48\x9d", + "\x48\x9e", "\x6d\x41", "\x6d\x42", "\x6d\x43", "\x6d\x44", "\x6d\x45", + "\x6d\x46", "\x6d\x47", "\x6d\x48", "\x6d\x49", "\x6d\x4a", "\x6d\x4b", + "\x6d\x4c", "\x6d\x4d", "\x6d\x4e", "\x6d\x4f", "\x6d\x50", "\x6d\x51", + "\x6d\x52", "\x6d\x53", "\x6d\x54", "\x6d\x55", "\x6d\x56", "\x6d\x57", + "\x6d\x58", "\x6d\x59", "\x6d\x5a", "\x6d\x5b", "\x6d\x5c", "\x6d\x5d", + "\x6d\x5e", "\x6d\x5f", "\x6d\x60", "\x6d\x61", "\x6d\x62", "\x6d\x63", + "\x6d\x64", "\x6d\x65", "\x6d\x66", "\x6d\x67", "\x6d\x68", "\x6d\x69", + "\x6d\x6a", "\x6d\x6b", "\x6d\x6c", "\x6d\x6d", "\x6d\x6e", "\x6d\x6f", + "\x6d\x70", "\x6d\x71", "\x6d\x72", "\x6d\x73", "\x6d\x74", "\x6d\x75", + "\x6d\x76", "\x6d\x77", "\x6d\x78", "\x6d\x79", "\x6d\x7a", "\x6d\x7b", + "\x6d\x7c", "\x6d\x7d", "\x6d\x7e", "\x6d\x7f", "\x6d\x80", "\x6d\x81", + "\x6d\x82", "\x6d\x83", "\x6d\x84", "\x6d\x85", "\x6d\x86", "\x6d\x87", + "\x6d\x88", "\x6d\x89", "\x6d\x8a", "\x6d\x8b", "\x6d\x8c", "\x6d\x8d", + "\x6d\x8e", "\x6d\x8f", "\x6d\x90", "\x6d\x91", "\x6d\x92", "\x6d\x93", + "\x6d\x94", "\x6d\x95", "\x6d\x96", "\x6d\x97", "\x6d\x98", "\x6d\x99", + "\x6d\x9a", "\x6d\x9b", "\x6d\x9c", "\x6d\x9d", "\x6d\x9e", "\x6d\x9f", + "\x6d\xa0", "\x6d\xa1", "\x6d\xa2", "\x6d\xa3", "\x6d\xa4", "\x6d\xa5", + "\x6d\xa6", "\x6d\xa7", "\x6d\xa8", "\x6d\xa9", "\x6d\xaa", "\x6d\xab", + "\x6d\xac", "\x6d\xad", "\x6d\xae", "\x6d\xaf", "\x6d\xb0", "\x6d\xb1", + "\x6d\xb2", "\x6d\xb3", "\x6d\xb4", "\x6d\xb5", "\x6d\xb6", "\x6d\xb7", + "\x6d\xb8", "\x6d\xb9", "\x6d\xba", "\x6d\xbb", "\x6d\xbc", "\x6d\xbd", + "\x6d\xbe", "\x6d\xbf", "\x6d\xc0", "\x6d\xc1", "\x6d\xc2", "\x6d\xc3", + "\x6d\xc4", "\x6d\xc5", "\x6d\xc6", "\x6d\xc7", "\x6d\xc8", "\x6d\xc9", + "\x6d\xca", "\x6d\xcb", "\x6d\xcc", "\x6d\xcd", "\x6d\xce", "\x6d\xcf", + "\x6d\xd0", "\x6d\xd1", "\x6d\xd2", "\x6d\xd3", "\x6d\xd4", "\x6d\xd5", + "\x6d\xd6", "\x6d\xd7", "\x6d\xd8", "\x6d\xd9", "\x6d\xda", "\x6d\xdb", + "\x6d\xdc", "\x6d\xdd", "\x6d\xde", "\x6d\xdf", "\x6d\xe0", "\x6d\xe1", + "\x6d\xe2", "\x6d\xe3", "\x6d\xe4", "\x6d\xe5", "\x6d\xe6", "\x6d\xe7", + "\x6d\xe8", "\x6d\xe9", "\x6d\xea", "\x6d\xeb", "\x6d\xec", "\x6d\xed", + "\x6d\xee", "\x6d\xef", "\x6d\xf0", "\x6d\xf1", "\x6d\xf2", "\x6d\xf3", + "\x6d\xf4", "\x6d\xf5", "\x6d\xf6", "\x6d\xf7", "\x6d\xf8", "\x6d\xf9", + "\x6d\xfa", "\x6d\xfb", "\x6d\xfc", "\x6d\xfd", "\x6d\xfe", "\x6e\x41", + "\x6e\x42", "\x6e\x43", "\x6e\x44", "\x6e\x45", "\x6e\x46", "\x6e\x47", + "\x6e\x48", "\x6e\x49", "\x6e\x4a", "\x6e\x4b", "\x6e\x4c", "\x6e\x4d", + "\x6e\x4e", "\x6e\x4f", "\x6e\x50", "\x6e\x51", "\x6e\x52", "\x6e\x53", + "\x6e\x54", "\x6e\x55", "\x6e\x56", "\x6e\x57", "\x6e\x58", "\x6e\x59", + "\x6e\x5a", "\x6e\x5b", "\x6e\x5c", "\x6e\x5d", "\x6e\x5e", "\x6e\x5f", + "\x6e\x60", "\x6e\x61", "\x6e\x62", "\x6e\x63", "\x6e\x64", "\x6e\x65", + "\x6e\x66", "\x6e\x67", "\x6e\x68", "\x6e\x69", "\x6e\x6a", "\x6e\x6b", + "\x6e\x6c", "\x6e\x6d", "\x6e\x6e", "\x6e\x6f", "\x6e\x70", "\x6e\x71", + "\x6e\x72", "\x6e\x73", "\x6e\x74", "\x6e\x75", "\x6e\x76", "\x6e\x77", + "\x6e\x78", "\x6e\x79", "\x6e\x7a", "\x6e\x7b", "\x6e\x7c", "\x6e\x7d", + "\x6e\x7e", "\x6e\x7f", "\x6e\x80", "\x6e\x81", "\x6e\x82", "\x6e\x83", + "\x6e\x84", "\x6e\x85", "\x6e\x86", "\x6e\x87", "\x6e\x88", "\x6e\x89", + "\x6e\x8a", "\x6e\x8b", "\x6e\x8c", "\x6e\x8d", "\x6e\x8e", "\x6e\x8f", + "\x6e\x90", "\x6e\x91", "\x6e\x92", "\x6e\x93", "\x6e\x94", "\x6e\x95", + "\x6e\x96", "\x6e\x97", "\x6e\x98", "\x6e\x99", "\x6e\x9a", "\x6e\x9b", + "\x6e\x9c", "\x6e\x9d", "\x6e\x9e", "\x6e\x9f", "\x6e\xa0", "\x6e\xa1", + "\x6e\xa2", "\x6e\xa3", "\x6e\xa4", "\x6e\xa5", "\x6e\xa6", "\x6e\xa7", + "\x6e\xa8", "\x6e\xa9", "\x6e\xaa", "\x6e\xab", "\x6e\xac", "\x6e\xad", + "\x6e\xae", "\x6e\xaf", "\x6e\xb0", "\x6e\xb1", "\x6e\xb2", "\x6e\xb3", + "\x6e\xb4", "\x6e\xb5", "\x6e\xb6", "\x6e\xb7", "\x6e\xb8", "\x6e\xb9", + "\x6e\xba", "\x6e\xbb", "\x6e\xbc", "\x6e\xbd", "\x6e\xbe", "\x6e\xbf", + "\x6e\xc0", "\x6e\xc1", "\x6e\xc2", "\x6e\xc3", "\x6e\xc4", "\x6e\xc5", + "\x6e\xc6", "\x6e\xc7", "\x6e\xc8", "\x6e\xc9", "\x6e\xca", "\x6e\xcb", + "\x6e\xcc", "\x6e\xcd", "\x6e\xce", "\x6e\xcf", "\x6e\xd0", "\x6e\xd1", + "\x6e\xd2", "\x6e\xd3", "\x6e\xd4", "\x6e\xd5", "\x6e\xd6", "\x6e\xd7", + "\x6e\xd8", "\x6e\xd9", "\x6e\xda", "\x6e\xdb", "\x6e\xdc", "\x6e\xdd", + "\x6e\xde", "\x6e\xdf", "\x6e\xe0", "\x6e\xe1", "\x6e\xe2", "\x6e\xe3", + "\x6e\xe4", "\x6e\xe5", "\x6e\xe6", "\x6e\xe7", "\x6e\xe8", "\x6e\xe9", + "\x6e\xea", "\x6e\xeb", "\x6e\xec", "\x6e\xed", "\x6e\xee", "\x6e\xef", + "\x6e\xf0", "\x6e\xf1", "\x6e\xf2", "\x6e\xf3", "\x6e\xf4", "\x6e\xf5", + "\x6e\xf6", "\x6e\xf7", "\x6e\xf8", "\x6e\xf9", "\x6e\xfa", "\x6e\xfb", + "\x6e\xfc", "\x6e\xfd", "\x6e\xfe", "\x6f\x41", "\x6f\x42", "\x6f\x43", + "\x6f\x44", "\x6f\x45", "\x6f\x46", "\x6f\x47", "\x6f\x48", "\x6f\x49", + "\x6f\x4a", "\x6f\x4b", "\x6f\x4c", "\x6f\x4d", "\x6f\x4e", "\x6f\x4f", + "\x6f\x50", "\x6f\x51", "\x6f\x52", "\x6f\x53", "\x6f\x54", "\x6f\x55", + "\x6f\x56", "\x6f\x57", "\x6f\x58", "\x6f\x59", "\x6f\x5a", "\x6f\x5b", + "\x6f\x5c", "\x6f\x5d", "\x6f\x5e", "\x6f\x5f", "\x6f\x60", "\x6f\x61", + "\x6f\x62", "\x6f\x63", "\x6f\x64", "\x6f\x65", "\x6f\x66", "\x6f\x67", + "\x6f\x68", "\x6f\x69", "\x6f\x6a", "\x6f\x6b", "\x6f\x6c", "\x6f\x6d", + "\x6f\x6e", "\x6f\x6f", "\x6f\x70", "\x6f\x71", "\x6f\x72", "\x6f\x73", + "\x6f\x74", "\x44\x5a", "\x00\x00", "\x00\x00", "\xcd\x44", "\xcd\x45", + "\x44\x4a", "\x44\x7c", "\x00\x00", "\x44\x61", "\x44\x71", "\x00\x00", + "\x00\x00", "\x44\x62", "\x44\x72", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x7e", "\x44\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x8b", "\x00\x00", "\x44\xee", + "\x44\xef", "\x00\x00", "\xcd\x46", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x44\x6b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x45\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x4e", "\x00\x00", + "\xcd\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x6e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x6f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\xf1", "\x41\xf2", "\x41\xf3", "\x41\xf4", "\x41\xf5", + "\x41\xf6", "\x41\xf7", "\x41\xf8", "\x41\xf9", "\x41\xfa", "\x41\xfb", + "\x41\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x41\xb1", + "\x41\xb2", "\x41\xb3", "\x41\xb4", "\x41\xb5", "\x41\xb6", "\x41\xb7", + "\x41\xb8", "\x41\xb9", "\x41\xba", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\xf1", "\x44\xf2", "\x44\xf0", "\x44\xf3", "\x00\x00", + "\x00\x00", "\xcd\x49", "\xcd\x4a", "\xcd\x4b", "\xcd\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x45\x69", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x45\x66", "\x00\x00", "\x45\x65", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcd\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x45\x6b", "\x00\x00", "\x00\x00", "\x45\x77", "\x44\x4d", + "\xcd\x4e", "\x45\x6e", "\x00\x00", "\x00\x00", "\xcd\x4f", "\x00\x00", + "\x45\x6d", "\x00\x00", "\x45\x63", "\x45\x64", "\x45\x68", "\x45\x67", + "\x45\x71", "\x00\x00", "\x00\x00", "\x45\x72", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x68", "\x44\x78", "\x45\x62", + "\x45\x6a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x45\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x75", + "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x74", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x50", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x4c", + "\x45\x73", "\x00\x00", "\x00\x00", "\x44\x67", "\x44\x77", "\xcd\x51", + "\xcd\x52", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x45\x79", "\x45\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x90", "\x00\x00", + "\x00\x00", "\x00\x00", "\x45\x70", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x45\x6c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x53", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x6f", "\x45\xe1", "\x45\xe2", + "\x45\xe3", "\x45\xe4", "\x45\xe5", "\x45\xe6", "\x45\xe7", "\x45\xe8", + "\x45\xe9", "\x45\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x45\xc5", "\x45\xc6", "\x45\xc7", "\x45\xc8", "\x45\xc9", "\x45\xca", + "\x45\xcb", "\x45\xcc", "\x45\xcd", "\x45\xce", "\x45\xcf", "\x45\xd0", + "\x45\xd1", "\x45\xd2", "\x45\xd3", "\x45\xd4", "\x45\xd5", "\x45\xd6", + "\x45\xd7", "\x45\xd8", "\x45\xb1", "\x45\xb2", "\x45\xb3", "\x45\xb4", + "\x45\xb5", "\x45\xb6", "\x45\xb7", "\x45\xb8", "\x45\xb9", "\x45\xba", + "\x45\xbb", "\x45\xbc", "\x45\xbd", "\x45\xbe", "\x45\xbf", "\x45\xc0", + "\x45\xc1", "\x45\xc2", "\x45\xc3", "\x45\xc4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\xa4", "\x46\xa5", "\x46\xa6", "\x46\xa7", + "\x46\xa8", "\x46\xa9", "\x46\xaa", "\x46\xab", "\x46\xac", "\x46\xad", + "\x46\xae", "\x46\xaf", "\x46\xb0", "\x46\xb1", "\x46\xb2", "\x46\xb3", + "\x46\xb4", "\x46\xb5", "\x46\xb6", "\x46\xb7", "\x46\xb8", "\x46\xb9", + "\x46\xba", "\x46\xbb", "\x46\xbc", "\x46\xbd", "\x46\xbe", "\x46\xbf", + "\x46\xc0", "\x46\xc1", "\x46\xc2", "\x46\xc3", "\x46\xc4", "\x46\xc5", + "\x46\xc6", "\x46\xc7", "\x46\xc8", "\x46\xc9", "\x46\xca", "\x46\xcb", + "\x46\xcc", "\x46\xcd", "\x46\xce", "\x46\xcf", "\x46\xd0", "\x46\xd1", + "\x46\xd2", "\x46\xd3", "\x46\xd4", "\x46\xd5", "\x46\xd6", "\x46\xd7", + "\x46\xd8", "\x46\xd9", "\x46\xda", "\x46\xdb", "\x46\xdc", "\x46\xdd", + "\x46\xde", "\x46\xdf", "\x46\xe0", "\x46\xe1", "\x46\xe2", "\x46\xe3", + "\x46\xe4", "\x46\xe5", "\x46\xe6", "\x46\xe7", "\x46\xe8", "\x46\xe9", + "\x46\xea", "\x46\xeb", "\x46\xec", "\x46\xed", "\x46\xee", "\x46\xef", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x54", "\xcd\x55", + "\xcd\x56", "\xcd\x57", "\xcd\x58", "\xcd\x59", "\xcd\x5a", "\xcd\x5b", + "\xcd\x5c", "\xcd\x5d", "\xcd\x5e", "\xcd\x5f", "\xcd\x60", "\xcd\x61", + "\xcd\x62", "\xcd\x63", "\xcd\x64", "\xcd\x65", "\xcd\x66", "\xcd\x67", + "\xcd\x68", "\xcd\x69", "\xcd\x6a", "\xcd\x6b", "\xcd\x6c", "\xcd\x6d", + "\xcd\x6e", "\xcd\x6f", "\xcd\x70", "\xcd\x71", "\xcd\x72", "\xcd\x73", + "\xcd\x74", "\xcd\x75", "\xcd\x76", "\xcd\x77", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x78", + "\xcd\x79", "\xcd\x7a", "\xcd\x7b", "\xcd\x7c", "\xcd\x7d", "\xcd\x7e", + "\xcd\x7f", "\xcd\x81", "\xcd\x82", "\xcd\x83", "\xcd\x84", "\xcd\x85", + "\xcd\x86", "\xcd\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x88", + "\xcd\x89", "\xcd\x8a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\xea", "\x44\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\xe3", "\x44\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\xec", "\x44\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x44\xe8", "\x44\xe7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\xe0", "\x00\x00", "\x00\x00", "\x44\xe4", "\x44\xe1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcd\x8b", "\xcd\x8c", "\xcd\x8d", "\xcd\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\xe6", + "\x44\xe5", "\x00\x00", "\x00\x00", "\xcd\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x79", "\x00\x00", + "\x44\x69", "\xce\x56", "\x00\x00", "\x00\x00", "\xce\x5a", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\x5d", "\x00\x00", "\x00\x00", "\xce\x5e", + "\xce\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x64", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x71", "\x00\x00", "\x00\x00", + "\xce\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x77", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x79", "\x00\x00", "\x00\x00", + "\xce\x7a", "\xce\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\x8a", "\xcd\xca", "\xcd\xcb", "\xcd\xcc", + "\xcd\xcd", "\xcd\xce", "\xcd\xcf", "\xcd\xd0", "\xcd\xd1", "\xcd\xd2", + "\xcd\xd3", "\xcd\xd4", "\xcd\xd5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x40\x40", "\x43\x44", "\x43\x41", "\x44\x5b", "\x00\x00", + "\x44\x5d", "\x44\x5e", "\x44\x5f", "\x44\x64", "\x44\x74", "\x44\x65", + "\x44\x75", "\x43\x42", "\x43\x43", "\x44\x42", "\x44\x43", "\x44\x66", + "\x44\x76", "\x44\x6c", "\x44\x7d", "\x44\x63", "\x44\x73", "\x45\x5b", + "\x45\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcd\x91", "\xcd\x92", "\x00\x00", "\x00\x00", "\xcd\x93", "\xcd\x94", + "\xcd\x95", "\xcd\x96", "\xcd\x97", "\xcd\x98", "\xcd\x99", "\xcd\x9a", + "\xcd\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xc9", "\x00\x00", "\x00\x00", + "\x44\x47", "\x44\x81", "\x44\x48", "\x44\x82", "\x44\x49", "\x44\x83", + "\x44\x51", "\x44\x84", "\x44\x52", "\x44\x85", "\x44\x86", "\x44\xc0", + "\x44\x87", "\x44\xc1", "\x44\x88", "\x44\xc2", "\x44\x89", "\x44\xc3", + "\x44\x8a", "\x44\xc4", "\x44\x8c", "\x44\xc5", "\x44\x8d", "\x44\xc6", + "\x44\x8e", "\x44\xc7", "\x44\x8f", "\x44\xc8", "\x44\x90", "\x44\xc9", + "\x44\x91", "\x44\xca", "\x44\x92", "\x44\xcb", "\x44\x56", "\x44\x93", + "\x44\xcc", "\x44\x94", "\x44\xcd", "\x44\x95", "\x44\xce", "\x44\x96", + "\x44\x97", "\x44\x98", "\x44\x99", "\x44\x9a", "\x44\x9d", "\x44\xcf", + "\x44\xd5", "\x44\x9e", "\x44\xd0", "\x44\xd6", "\x44\x9f", "\x44\xd1", + "\x44\xd7", "\x44\xa2", "\x44\xd2", "\x44\xd8", "\x44\xa3", "\x44\xd3", + "\x44\xd9", "\x44\xa4", "\x44\xa5", "\x44\xa6", "\x44\xa7", "\x44\xa8", + "\x44\x53", "\x44\xa9", "\x44\x54", "\x44\xaa", "\x44\x55", "\x44\xac", + "\x44\xad", "\x44\xae", "\x44\xaf", "\x44\xba", "\x44\xbb", "\x44\x57", + "\x44\xbc", "\x44\xda", "\x44\xdb", "\x44\x46", "\x44\xbd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x43\xbe", "\x43\xbf", "\x44\xdc", "\x44\xdd", "\x00\x00", "\x00\x00", + "\x43\x47", "\x43\x81", "\x43\x48", "\x43\x82", "\x43\x49", "\x43\x83", + "\x43\x51", "\x43\x84", "\x43\x52", "\x43\x85", "\x43\x86", "\x43\xc0", + "\x43\x87", "\x43\xc1", "\x43\x88", "\x43\xc2", "\x43\x89", "\x43\xc3", + "\x43\x8a", "\x43\xc4", "\x43\x8c", "\x43\xc5", "\x43\x8d", "\x43\xc6", + "\x43\x8e", "\x43\xc7", "\x43\x8f", "\x43\xc8", "\x43\x90", "\x43\xc9", + "\x43\x91", "\x43\xca", "\x43\x92", "\x43\xcb", "\x43\x56", "\x43\x93", + "\x43\xcc", "\x43\x94", "\x43\xcd", "\x43\x95", "\x43\xce", "\x43\x96", + "\x43\x97", "\x43\x98", "\x43\x99", "\x43\x9a", "\x43\x9d", "\x43\xcf", + "\x43\xd5", "\x43\x9e", "\x43\xd0", "\x43\xd6", "\x43\x9f", "\x43\xd1", + "\x43\xd7", "\x43\xa2", "\x43\xd2", "\x43\xd8", "\x43\xa3", "\x43\xd3", + "\x43\xd9", "\x43\xa4", "\x43\xa5", "\x43\xa6", "\x43\xa7", "\x43\xa8", + "\x43\x53", "\x43\xa9", "\x43\x54", "\x43\xaa", "\x43\x55", "\x43\xac", + "\x43\xad", "\x43\xae", "\x43\xaf", "\x43\xba", "\x43\xbb", "\x43\x57", + "\x43\xbc", "\x43\xda", "\x43\xdb", "\x43\x46", "\x43\xbd", "\x43\xd4", + "\x43\x59", "\x43\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x43\x45", "\x43\x58", "\x43\xdc", "\x43\xdd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x65", "\x46\x66", + "\x46\x67", "\x46\x68", "\x46\x69", "\x46\x6a", "\x46\x6b", "\x46\x6c", + "\x46\x6d", "\x46\x6e", "\x46\x6f", "\x46\x70", "\x46\x71", "\x46\x72", + "\x46\x73", "\x46\x74", "\x46\x75", "\x46\x76", "\x46\x77", "\x46\x78", + "\x46\x79", "\x46\x7a", "\x46\x7b", "\x46\x7c", "\x46\x7d", "\x46\x7e", + "\x46\x7f", "\x46\x80", "\x46\x81", "\x46\x82", "\x46\x83", "\x46\x84", + "\x46\x85", "\x46\x86", "\x46\x87", "\x46\x88", "\x46\x89", "\x45\xf1", + "\x45\xf2", "\x45\xf3", "\x45\xf4", "\x45\xf5", "\x45\xf6", "\x45\xf7", + "\x45\xf8", "\x45\xf9", "\x45\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x9c", "\xcd\x9d", + "\xcd\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcd\x9f", "\xcd\xa0", "\xcd\xa1", "\x00\x00", "\x00\x00", + "\xcd\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xa3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xa4", "\x00\x00", "\x00\x00", + "\xcd\xa5", "\xcd\xa6", "\x00\x00", "\x00\x00", "\xcd\xa7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\x41", + "\xcf\x42", "\xcf\x43", "\xcf\x44", "\xcf\x45", "\xcf\x46", "\xcf\x47", + "\xcf\x48", "\xcf\x49", "\xcf\x4a", "\xcf\x4b", "\xcf\x4c", "\xcf\x4d", + "\xcf\x4e", "\xcf\x4f", "\xcf\x50", "\xcf\x51", "\xcf\x52", "\xcf\x53", + "\xcf\x54", "\xcf\x55", "\xcf\x56", "\xcf\x57", "\xcf\x58", "\xcf\x59", + "\xcf\x5a", "\xcf\x5b", "\xcf\x5c", "\xcf\x5d", "\xcf\x5e", "\xcf\x5f", + "\xcf\x60", "\xcf\x61", "\xcf\x62", "\xcf\x63", "\xcf\x64", "\xcf\x65", + "\xcf\x66", "\xcf\x67", "\xcf\x68", "\xcf\x69", "\xcf\x6a", "\xcf\x6b", + "\xcf\x6c", "\xcf\x6d", "\xcf\x6e", "\xcf\x6f", "\xcf\x70", "\xcf\x71", + "\xcf\x72", "\xcf\x73", "\xcf\x74", "\xcf\x75", "\xcf\x76", "\xcf\x77", + "\xcf\x78", "\xcf\x79", "\xcf\x7a", "\xcf\x7b", "\xcf\x7c", "\xcf\x7d", + "\xcf\x7e", "\xcf\x7f", "\xcf\x80", "\xcf\x81", "\xcf\x82", "\xcf\x83", + "\xcf\x84", "\xcf\x85", "\xcf\x86", "\xcf\x87", "\xce\x5c", "\xcf\x88", + "\xcf\x89", "\xcf\x8a", "\xcf\x8b", "\xcf\x8c", "\xcf\x8d", "\xcf\x8e", + "\xcf\x8f", "\xcf\x90", "\xcf\x91", "\xcf\x92", "\xcf\x93", "\xcf\x94", + "\xcf\x95", "\xcf\x96", "\xcf\x97", "\xcf\x98", "\xcf\x99", "\xcf\x9a", + "\xcf\x9b", "\xcf\x9c", "\xcf\x9d", "\xcf\x9e", "\xcf\x9f", "\xcf\xa0", + "\xcf\xa1", "\xcf\xa2", "\xcf\xa3", "\xcf\xa4", "\xcf\xa5", "\xcf\xa6", + "\xcf\xa7", "\xcf\xa8", "\xcf\xa9", "\xcf\xaa", "\xcf\xab", "\xcf\xac", + "\xcf\xad", "\xcf\xae", "\xcf\xaf", "\xcf\xb0", "\xcf\xb1", "\xcf\xb2", + "\xce\x5b", "\xcf\xb3", "\xcf\xb4", "\xcf\xb5", "\xcf\xb6", "\xcf\xb7", + "\xcf\xb8", "\xcf\xb9", "\xcf\xba", "\xcf\xbb", "\xcf\xbc", "\xcf\xbd", + "\xcf\xbe", "\xcf\xbf", "\xcf\xc0", "\xcf\xc1", "\xcf\xc2", "\xcf\xc3", + "\xcf\xc4", "\xcf\xc5", "\xcf\xc6", "\xcf\xc7", "\xcf\xc8", "\xcf\xc9", + "\xcf\xca", "\xcf\xcb", "\xcf\xcc", "\xcf\xcd", "\xcf\xce", "\xcf\xcf", + "\xcf\xd0", "\xcf\xd1", "\xcf\xd2", "\xcf\xd3", "\xcf\xd4", "\xcf\xd5", + "\xcf\xd6", "\xcf\xd7", "\xcf\xd8", "\xcf\xd9", "\xcf\xda", "\xcf\xdb", + "\xcf\xdc", "\xcf\xdd", "\xcf\xde", "\xcf\xdf", "\xcf\xe0", "\xcf\xe1", + "\xcf\xe2", "\xcf\xe3", "\xcf\xe4", "\xcf\xe5", "\xcf\xe6", "\xcf\xe7", + "\xcf\xe8", "\xcf\xe9", "\xcf\xea", "\xcf\xeb", "\xcf\xec", "\xcf\xed", + "\xcf\xee", "\xcf\xef", "\xcf\xf0", "\xcf\xf1", "\xcf\xf2", "\xcf\xf3", + "\xcf\xf4", "\xcf\xf5", "\xcf\xf6", "\xcf\xf7", "\xcf\xf8", "\xcf\xf9", + "\xcf\xfa", "\xcf\xfb", "\xcf\xfc", "\xcf\xfd", "\xcf\xfe", "\xd0\x41", + "\xd0\x42", "\xd0\x43", "\xd0\x44", "\xd0\x45", "\xd0\x46", "\xd0\x47", + "\xd0\x48", "\xd0\x49", "\xd0\x4a", "\xd0\x4b", "\xd0\x4c", "\xd0\x4d", + "\xd0\x4e", "\xd0\x4f", "\xd0\x50", "\xd0\x51", "\xd0\x52", "\xd0\x53", + "\xd0\x54", "\xd0\x55", "\xd0\x56", "\xd0\x57", "\xd0\x58", "\xd0\x59", + "\xd0\x5a", "\xd0\x5b", "\xd0\x5c", "\xd0\x5d", "\xd0\x5e", "\xd0\x5f", + "\xd0\x60", "\xd0\x61", "\xd0\x62", "\xd0\x63", "\xd0\x64", "\xd0\x65", + "\xd0\x66", "\xd0\x67", "\xd0\x68", "\xd0\x69", "\xd0\x6a", "\xd0\x6b", + "\xd0\x6c", "\xd0\x6d", "\xd0\x6e", "\xd0\x6f", "\xd0\x70", "\xd0\x71", + "\xd0\x72", "\xd0\x73", "\xd0\x74", "\xd0\x75", "\xd0\x76", "\xd0\x77", + "\xd0\x78", "\xd0\x79", "\xd0\x7a", "\xd0\x7b", "\xd0\x7c", "\xd0\x7d", + "\xd0\x7e", "\xd0\x7f", "\xd0\x80", "\xd0\x81", "\xd0\x82", "\xd0\x83", + "\xd0\x84", "\xd0\x85", "\xd0\x86", "\xd0\x87", "\xd0\x88", "\xd0\x89", + "\xd0\x8a", "\xd0\x8b", "\xd0\x8c", "\xd0\x8d", "\xd0\x8e", "\xd0\x8f", + "\xd0\x90", "\xd0\x91", "\xd0\x92", "\xd0\x93", "\xd0\x94", "\xd0\x95", + "\xd0\x96", "\xd0\x97", "\xd0\x98", "\xd0\x99", "\xd0\x9a", "\xd0\x9b", + "\xd0\x9c", "\xd0\x9d", "\xd0\x9e", "\xd0\x9f", "\xd0\xa0", "\xd0\xa1", + "\xd0\xa2", "\xd0\xa3", "\xd0\xa4", "\xd0\xa5", "\xd0\xa6", "\xd0\xa7", + "\xd0\xa8", "\xd0\xa9", "\xd0\xaa", "\xd0\xab", "\xd0\xac", "\xd0\xad", + "\xd0\xae", "\xd0\xaf", "\xd0\xb0", "\xd0\xb1", "\xd0\xb2", "\xd0\xb3", + "\xd0\xb4", "\xd0\xb5", "\xd0\xb6", "\xd0\xb7", "\xd0\xb8", "\xd0\xb9", + "\xd0\xba", "\xd0\xbb", "\xd0\xbc", "\xd0\xbd", "\xd0\xbe", "\xd0\xbf", + "\xd0\xc0", "\xd0\xc1", "\xd0\xc2", "\xd0\xc3", "\xd0\xc4", "\xd0\xc5", + "\xd0\xc6", "\xd0\xc7", "\xd0\xc8", "\xd0\xc9", "\xd0\xca", "\xd0\xcb", + "\xd0\xcc", "\xd0\xcd", "\xd0\xce", "\xd0\xcf", "\xd0\xd0", "\xd0\xd1", + "\xd0\xd2", "\xd0\xd3", "\xd0\xd4", "\xd0\xd5", "\xd0\xd6", "\xd0\xd7", + "\xd0\xd8", "\xd0\xd9", "\xd0\xda", "\xd0\xdb", "\xd0\xdc", "\xd0\xdd", + "\xd0\xde", "\xd0\xdf", "\xd0\xe0", "\xd0\xe1", "\xd0\xe2", "\xd0\xe3", + "\xd0\xe4", "\xd0\xe5", "\xd0\xe6", "\xd0\xe7", "\xd0\xe8", "\xd0\xe9", + "\xd0\xea", "\xd0\xeb", "\xd0\xec", "\xd0\xed", "\xd0\xee", "\xd0\xef", + "\xd0\xf0", "\xd0\xf1", "\xd0\xf2", "\xd0\xf3", "\xd0\xf4", "\xd0\xf5", + "\xd0\xf6", "\xd0\xf7", "\xd0\xf8", "\xd0\xf9", "\xd0\xfa", "\xd0\xfb", + "\xd0\xfc", "\xd0\xfd", "\xd0\xfe", "\xd1\x41", "\xd1\x42", "\xd1\x43", + "\xd1\x44", "\xd1\x45", "\xd1\x46", "\xd1\x47", "\xd1\x48", "\xd1\x49", + "\xd1\x4a", "\xd1\x4b", "\xd1\x4c", "\xd1\x4d", "\xd1\x4e", "\xd1\x4f", + "\xd1\x50", "\xd1\x51", "\xd1\x52", "\xd1\x53", "\xd1\x54", "\xd1\x55", + "\xd1\x56", "\xd1\x57", "\xd1\x58", "\xd1\x59", "\xd1\x5a", "\xd1\x5b", + "\xd1\x5c", "\xd1\x5d", "\xd1\x5e", "\xd1\x5f", "\xd1\x60", "\xce\x60", + "\xd1\x61", "\xd1\x62", "\xd1\x63", "\xd1\x64", "\xd1\x65", "\xd1\x66", + "\xd1\x67", "\xd1\x68", "\xd1\x69", "\xd1\x6a", "\xd1\x6b", "\xd1\x6c", + "\xd1\x6d", "\xd1\x6e", "\xd1\x6f", "\xd1\x70", "\xd1\x71", "\xd1\x72", + "\xd1\x73", "\xd1\x74", "\xd1\x75", "\xd1\x76", "\xd1\x77", "\xd1\x78", + "\xd1\x79", "\xd1\x7a", "\xd1\x7b", "\xd1\x7c", "\xd1\x7d", "\xd1\x7e", + "\xd1\x7f", "\xd1\x80", "\xd1\x81", "\xd1\x82", "\xd1\x83", "\xd1\x84", + "\xd1\x85", "\xd1\x86", "\xd1\x87", "\xd1\x88", "\xd1\x89", "\xd1\x8a", + "\xd1\x8b", "\xd1\x8c", "\xd1\x8d", "\xd1\x8e", "\xd1\x8f", "\xd1\x90", + "\xd1\x91", "\xd1\x92", "\xd1\x93", "\xd1\x94", "\xd1\x95", "\xd1\x96", + "\xd1\x97", "\xd1\x98", "\xd1\x99", "\xd1\x9a", "\xd1\x9b", "\xd1\x9c", + "\xd1\x9d", "\xd1\x9e", "\xd1\x9f", "\xd1\xa0", "\xd1\xa1", "\xd1\xa2", + "\xd1\xa3", "\xd1\xa4", "\xd1\xa5", "\xd1\xa6", "\xd1\xa7", "\xd1\xa8", + "\xd1\xa9", "\xd1\xaa", "\xd1\xab", "\xd1\xac", "\xd1\xad", "\xd1\xae", + "\xd1\xaf", "\xd1\xb0", "\xd1\xb1", "\xd1\xb2", "\xd1\xb3", "\xd1\xb4", + "\xd1\xb5", "\xd1\xb6", "\xd1\xb7", "\xd1\xb8", "\xd1\xb9", "\xd1\xba", + "\xd1\xbb", "\xd1\xbc", "\xd1\xbd", "\xd1\xbe", "\xd1\xbf", "\xd1\xc0", + "\xd1\xc1", "\xd1\xc2", "\xd1\xc3", "\xd1\xc4", "\xd1\xc5", "\xd1\xc6", + "\xd1\xc7", "\xd1\xc8", "\xd1\xc9", "\xd1\xca", "\xd1\xcb", "\xd1\xcc", + "\xd1\xcd", "\xd1\xce", "\xd1\xcf", "\xce\x62", "\xd1\xd0", "\xd1\xd1", + "\xd1\xd2", "\xd1\xd3", "\xd1\xd4", "\xd1\xd5", "\xd1\xd6", "\xd1\xd7", + "\xd1\xd8", "\xd1\xd9", "\xd1\xda", "\xce\x61", "\xd1\xdb", "\xd1\xdc", + "\xd1\xdd", "\xd1\xde", "\xd1\xdf", "\xd1\xe0", "\xd1\xe1", "\xd1\xe2", + "\xd1\xe3", "\xd1\xe4", "\xd1\xe5", "\xd1\xe6", "\xd1\xe7", "\xd1\xe8", + "\xd1\xe9", "\xd1\xea", "\xd1\xeb", "\xd1\xec", "\xd1\xed", "\xd1\xee", + "\xd1\xef", "\xd1\xf0", "\xd1\xf1", "\xd1\xf2", "\xd1\xf3", "\xd1\xf4", + "\xd1\xf5", "\xd1\xf6", "\xd1\xf7", "\xd1\xf8", "\xd1\xf9", "\xd1\xfa", + "\xd1\xfb", "\xd1\xfc", "\xd1\xfd", "\xd1\xfe", "\xd2\x41", "\xd2\x42", + "\xd2\x43", "\xd2\x44", "\xd2\x45", "\xd2\x46", "\xd2\x47", "\xd2\x48", + "\xd2\x49", "\xd2\x4a", "\xd2\x4b", "\xd2\x4c", "\xd2\x4d", "\xd2\x4e", + "\xd2\x4f", "\xd2\x50", "\xd2\x51", "\xd2\x52", "\xd2\x53", "\xd2\x54", + "\xd2\x55", "\xd2\x56", "\xd2\x57", "\xd2\x58", "\xd2\x59", "\xd2\x5a", + "\xd2\x5b", "\xd2\x5c", "\xd2\x5d", "\xd2\x5e", "\xd2\x5f", "\xd2\x60", + "\xd2\x61", "\xd2\x62", "\xd2\x63", "\xd2\x64", "\xd2\x65", "\xd2\x66", + "\xd2\x67", "\xd2\x68", "\xd2\x69", "\xd2\x6a", "\xd2\x6b", "\xd2\x6c", + "\xd2\x6d", "\xd2\x6e", "\xd2\x6f", "\xd2\x70", "\xd2\x71", "\xd2\x72", + "\xd2\x73", "\xd2\x74", "\xd2\x75", "\xd2\x76", "\xd2\x77", "\xd2\x78", + "\xd2\x79", "\xd2\x7a", "\xd2\x7b", "\xd2\x7c", "\xd2\x7d", "\xd2\x7e", + "\xd2\x7f", "\xd2\x80", "\xd2\x81", "\xd2\x82", "\xd2\x83", "\xd2\x84", + "\xd2\x85", "\xd2\x86", "\xd2\x87", "\xd2\x88", "\xd2\x89", "\xd2\x8a", + "\xd2\x8b", "\xd2\x8c", "\xd2\x8d", "\xd2\x8e", "\xd2\x8f", "\xd2\x90", + "\xd2\x91", "\xd2\x92", "\xd2\x93", "\xd2\x94", "\xd2\x95", "\xd2\x96", + "\xd2\x97", "\xd2\x98", "\xd2\x99", "\xd2\x9a", "\xd2\x9b", "\xd2\x9c", + "\xd2\x9d", "\xd2\x9e", "\xd2\x9f", "\xd2\xa0", "\xd2\xa1", "\xd2\xa2", + "\xd2\xa3", "\xd2\xa4", "\xd2\xa5", "\xd2\xa6", "\xd2\xa7", "\xd2\xa8", + "\xd2\xa9", "\xd2\xaa", "\xd2\xab", "\xd2\xac", "\xd2\xad", "\xd2\xae", + "\xd2\xaf", "\xd2\xb0", "\xd2\xb1", "\xd2\xb2", "\xd2\xb3", "\xd2\xb4", + "\xd2\xb5", "\xd2\xb6", "\xd2\xb7", "\xd2\xb8", "\xd2\xb9", "\xd2\xba", + "\xd2\xbb", "\xd2\xbc", "\xd2\xbd", "\xd2\xbe", "\xd2\xbf", "\xd2\xc0", + "\xd2\xc1", "\xd2\xc2", "\xd2\xc3", "\xd2\xc4", "\xd2\xc5", "\xd2\xc6", + "\xd2\xc7", "\xd2\xc8", "\xd2\xc9", "\xd2\xca", "\xd2\xcb", "\xd2\xcc", + "\xd2\xcd", "\xd2\xce", "\xd2\xcf", "\xd2\xd0", "\xd2\xd1", "\xd2\xd2", + "\xd2\xd3", "\xd2\xd4", "\xd2\xd5", "\xd2\xd6", "\xd2\xd7", "\xd2\xd8", + "\xd2\xd9", "\xd2\xda", "\xd2\xdb", "\xd2\xdc", "\xd2\xdd", "\xd2\xde", + "\xd2\xdf", "\xd2\xe0", "\xd2\xe1", "\xd2\xe2", "\xd2\xe3", "\xd2\xe4", + "\xd2\xe5", "\xd2\xe6", "\xd2\xe7", "\xd2\xe8", "\xd2\xe9", "\xd2\xea", + "\xd2\xeb", "\xd2\xec", "\xd2\xed", "\xd2\xee", "\xd2\xef", "\xd2\xf0", + "\xd2\xf1", "\xd2\xf2", "\xd2\xf3", "\xd2\xf4", "\xd2\xf5", "\xd2\xf6", + "\xd2\xf7", "\xd2\xf8", "\xd2\xf9", "\xd2\xfa", "\xd2\xfb", "\xd2\xfc", + "\xd2\xfd", "\xd2\xfe", "\xd3\x41", "\xd3\x42", "\xd3\x43", "\xd3\x44", + "\xd3\x45", "\xd3\x46", "\xd3\x47", "\xd3\x48", "\xd3\x49", "\xd3\x4a", + "\xd3\x4b", "\xd3\x4c", "\xd3\x4d", "\xd3\x4e", "\xd3\x4f", "\xd3\x50", + "\xd3\x51", "\xd3\x52", "\xd3\x53", "\xd3\x54", "\xd3\x55", "\xd3\x56", + "\xd3\x57", "\xd3\x58", "\xd3\x59", "\xd3\x5a", "\xd3\x5b", "\xd3\x5c", + "\xd3\x5d", "\xd3\x5e", "\xd3\x5f", "\xd3\x60", "\xd3\x61", "\xd3\x62", + "\xd3\x63", "\xd3\x64", "\xd3\x65", "\xd3\x66", "\xd3\x67", "\xd3\x68", + "\xd3\x69", "\xd3\x6a", "\xd3\x6b", "\xd3\x6c", "\xd3\x6d", "\xd3\x6e", + "\xd3\x6f", "\xd3\x70", "\xd3\x71", "\xd3\x72", "\xd3\x73", "\xd3\x74", + "\xd3\x75", "\xd3\x76", "\xd3\x77", "\xd3\x78", "\xd3\x79", "\xd3\x7a", + "\xd3\x7b", "\xd3\x7c", "\xd3\x7d", "\xd3\x7e", "\xd3\x7f", "\xd3\x80", + "\xd3\x81", "\xd3\x82", "\xd3\x83", "\xd3\x84", "\xd3\x85", "\xd3\x86", + "\xd3\x87", "\xd3\x88", "\xd3\x89", "\xd3\x8a", "\xd3\x8b", "\xd3\x8c", + "\xd3\x8d", "\xd3\x8e", "\xd3\x8f", "\xd3\x90", "\xd3\x91", "\xd3\x92", + "\xd3\x93", "\xd3\x94", "\xd3\x95", "\xd3\x96", "\xd3\x97", "\xd3\x98", + "\xd3\x99", "\xd3\x9a", "\xd3\x9b", "\xd3\x9c", "\xd3\x9d", "\xd3\x9e", + "\xd3\x9f", "\xd3\xa0", "\xd3\xa1", "\xd3\xa2", "\xd3\xa3", "\xd3\xa4", + "\xd3\xa5", "\xd3\xa6", "\xd3\xa7", "\xd3\xa8", "\xd3\xa9", "\xd3\xaa", + "\xd3\xab", "\xd3\xac", "\xd3\xad", "\xd3\xae", "\xd3\xaf", "\xd3\xb0", + "\xd3\xb1", "\xd3\xb2", "\xd3\xb3", "\xd3\xb4", "\xd3\xb5", "\xd3\xb6", + "\xd3\xb7", "\xd3\xb8", "\xd3\xb9", "\xd3\xba", "\xd3\xbb", "\xd3\xbc", + "\xd3\xbd", "\xd3\xbe", "\xd3\xbf", "\xd3\xc0", "\xd3\xc1", "\xd3\xc2", + "\xd3\xc3", "\xd3\xc4", "\xd3\xc5", "\xd3\xc6", "\xd3\xc7", "\xd3\xc8", + "\xd3\xc9", "\xd3\xca", "\xd3\xcb", "\xd3\xcc", "\xd3\xcd", "\xd3\xce", + "\xd3\xcf", "\xd3\xd0", "\xd3\xd1", "\xd3\xd2", "\xd3\xd3", "\xd3\xd4", + "\xd3\xd5", "\xd3\xd6", "\xd3\xd7", "\xd3\xd8", "\xd3\xd9", "\xd3\xda", + "\xd3\xdb", "\xd3\xdc", "\xd3\xdd", "\xd3\xde", "\xd3\xdf", "\xd3\xe0", + "\xd3\xe1", "\xd3\xe2", "\xd3\xe3", "\xd3\xe4", "\xd3\xe5", "\xd3\xe6", + "\xd3\xe7", "\xd3\xe8", "\xd3\xe9", "\xd3\xea", "\xd3\xeb", "\xd3\xec", + "\xd3\xed", "\xd3\xee", "\xd3\xef", "\xd3\xf0", "\xd3\xf1", "\xd3\xf2", + "\xd3\xf3", "\xd3\xf4", "\xd3\xf5", "\xd3\xf6", "\xd3\xf7", "\xd3\xf8", + "\xd3\xf9", "\xd3\xfa", "\xd3\xfb", "\xd3\xfc", "\xd3\xfd", "\xd3\xfe", + "\xd4\x41", "\xd4\x42", "\xd4\x43", "\xd4\x44", "\xd4\x45", "\xd4\x46", + "\xd4\x47", "\xd4\x48", "\xd4\x49", "\xd4\x4a", "\xd4\x4b", "\xd4\x4c", + "\xd4\x4d", "\xd4\x4e", "\xd4\x4f", "\xd4\x50", "\xd4\x51", "\xd4\x52", + "\xd4\x53", "\xd4\x54", "\xd4\x55", "\xd4\x56", "\xd4\x57", "\xd4\x58", + "\xd4\x59", "\xd4\x5a", "\xd4\x5b", "\xd4\x5c", "\xd4\x5d", "\xd4\x5e", + "\xd4\x5f", "\xd4\x60", "\xd4\x61", "\xd4\x62", "\xd4\x63", "\xd4\x64", + "\xd4\x65", "\xd4\x66", "\xd4\x67", "\xd4\x68", "\xd4\x69", "\xd4\x6a", + "\xd4\x6b", "\xd4\x6c", "\xd4\x6d", "\xd4\x6e", "\xd4\x6f", "\xd4\x70", + "\xd4\x71", "\xd4\x72", "\xd4\x73", "\xd4\x74", "\xd4\x75", "\xd4\x76", + "\xd4\x77", "\xd4\x78", "\xd4\x79", "\xd4\x7a", "\xd4\x7b", "\xd4\x7c", + "\xd4\x7d", "\xd4\x7e", "\xd4\x7f", "\xd4\x80", "\xd4\x81", "\xd4\x82", + "\xd4\x83", "\xd4\x84", "\xd4\x85", "\xd4\x86", "\xd4\x87", "\xd4\x88", + "\xd4\x89", "\xd4\x8a", "\xd4\x8b", "\xd4\x8c", "\xd4\x8d", "\xd4\x8e", + "\xd4\x8f", "\xd4\x90", "\xd4\x91", "\xd4\x92", "\xd4\x93", "\xd4\x94", + "\xd4\x95", "\xd4\x96", "\xd4\x97", "\xd4\x98", "\xd4\x99", "\xd4\x9a", + "\xd4\x9b", "\xd4\x9c", "\xd4\x9d", "\xd4\x9e", "\xd4\x9f", "\xd4\xa0", + "\xd4\xa1", "\xd4\xa2", "\xd4\xa3", "\xd4\xa4", "\xd4\xa5", "\xd4\xa6", + "\xd4\xa7", "\xd4\xa8", "\xd4\xa9", "\xd4\xaa", "\xd4\xab", "\xd4\xac", + "\xd4\xad", "\xd4\xae", "\xd4\xaf", "\xd4\xb0", "\xd4\xb1", "\xd4\xb2", + "\xd4\xb3", "\xd4\xb4", "\xd4\xb5", "\xd4\xb6", "\xd4\xb7", "\xd4\xb8", + "\xd4\xb9", "\xd4\xba", "\xd4\xbb", "\xd4\xbc", "\xd4\xbd", "\xd4\xbe", + "\xd4\xbf", "\xd4\xc0", "\xd4\xc1", "\xd4\xc2", "\xd4\xc3", "\xd4\xc4", + "\xd4\xc5", "\xd4\xc6", "\xd4\xc7", "\xd4\xc8", "\xd4\xc9", "\xd4\xca", + "\xd4\xcb", "\xd4\xcc", "\xd4\xcd", "\xd4\xce", "\xd4\xcf", "\xd4\xd0", + "\xd4\xd1", "\xd4\xd2", "\xd4\xd3", "\xd4\xd4", "\xd4\xd5", "\xd4\xd6", + "\xd4\xd7", "\xd4\xd8", "\xd4\xd9", "\xd4\xda", "\xd4\xdb", "\xd4\xdc", + "\xd4\xdd", "\xd4\xde", "\xd4\xdf", "\xd4\xe0", "\xd4\xe1", "\xd4\xe2", + "\xd4\xe3", "\xd4\xe4", "\xd4\xe5", "\xd4\xe6", "\xd4\xe7", "\xd4\xe8", + "\xd4\xe9", "\xd4\xea", "\xd4\xeb", "\xd4\xec", "\xd4\xed", "\xd4\xee", + "\xd4\xef", "\xd4\xf0", "\xd4\xf1", "\xd4\xf2", "\xd4\xf3", "\xd4\xf4", + "\xd4\xf5", "\xd4\xf6", "\xd4\xf7", "\xd4\xf8", "\xd4\xf9", "\xd4\xfa", + "\xd4\xfb", "\xd4\xfc", "\xd4\xfd", "\xd4\xfe", "\xd5\x41", "\xd5\x42", + "\xd5\x43", "\xd5\x44", "\xd5\x45", "\xd5\x46", "\xd5\x47", "\xd5\x48", + "\xd5\x49", "\xd5\x4a", "\xd5\x4b", "\xd5\x4c", "\xd5\x4d", "\xd5\x4e", + "\xd5\x4f", "\xd5\x50", "\xd5\x51", "\xd5\x52", "\xd5\x53", "\xd5\x54", + "\xd5\x55", "\xd5\x56", "\xd5\x57", "\xd5\x58", "\xd5\x59", "\xd5\x5a", + "\xd5\x5b", "\xd5\x5c", "\xd5\x5d", "\xd5\x5e", "\xd5\x5f", "\xd5\x60", + "\xd5\x61", "\xd5\x62", "\xd5\x63", "\xd5\x64", "\xd5\x65", "\xd5\x66", + "\xd5\x67", "\xd5\x68", "\xd5\x69", "\xd5\x6a", "\xd5\x6b", "\xd5\x6c", + "\xd5\x6d", "\xd5\x6e", "\xd5\x6f", "\xd5\x70", "\xd5\x71", "\xd5\x72", + "\xd5\x73", "\xd5\x74", "\xd5\x75", "\xd5\x76", "\xd5\x77", "\xd5\x78", + "\xd5\x79", "\xd5\x7a", "\xd5\x7b", "\xd5\x7c", "\xd5\x7d", "\xd5\x7e", + "\xd5\x7f", "\xd5\x80", "\xd5\x81", "\xd5\x82", "\xd5\x83", "\xd5\x84", + "\xd5\x85", "\xd5\x86", "\xd5\x87", "\xd5\x88", "\xd5\x89", "\xd5\x8a", + "\xd5\x8b", "\xd5\x8c", "\xd5\x8d", "\xd5\x8e", "\xd5\x8f", "\xd5\x90", + "\xd5\x91", "\xd5\x92", "\xd5\x93", "\xd5\x94", "\xd5\x95", "\xd5\x96", + "\xd5\x97", "\xd5\x98", "\xd5\x99", "\xd5\x9a", "\xd5\x9b", "\xd5\x9c", + "\xd5\x9d", "\xd5\x9e", "\xd5\x9f", "\xd5\xa0", "\xd5\xa1", "\xd5\xa2", + "\xd5\xa3", "\xd5\xa4", "\xd5\xa5", "\xd5\xa6", "\xd5\xa7", "\xd5\xa8", + "\xd5\xa9", "\xd5\xaa", "\xd5\xab", "\xd5\xac", "\xd5\xad", "\xd5\xae", + "\xd5\xaf", "\xd5\xb0", "\xd5\xb1", "\xd5\xb2", "\xd5\xb3", "\xd5\xb4", + "\xd5\xb5", "\xd5\xb6", "\xd5\xb7", "\xd5\xb8", "\xd5\xb9", "\xd5\xba", + "\xd5\xbb", "\xd5\xbc", "\xd5\xbd", "\xd5\xbe", "\xd5\xbf", "\xd5\xc0", + "\xd5\xc1", "\xd5\xc2", "\xd5\xc3", "\xd5\xc4", "\xd5\xc5", "\xd5\xc6", + "\xd5\xc7", "\xd5\xc8", "\xd5\xc9", "\xd5\xca", "\xd5\xcb", "\xd5\xcc", + "\xd5\xcd", "\xd5\xce", "\xd5\xcf", "\xd5\xd0", "\xd5\xd1", "\xd5\xd2", + "\xd5\xd3", "\xd5\xd4", "\xd5\xd5", "\xd5\xd6", "\xd5\xd7", "\xd5\xd8", + "\xd5\xd9", "\xd5\xda", "\xd5\xdb", "\xd5\xdc", "\xd5\xdd", "\xd5\xde", + "\xd5\xdf", "\xce\x66", "\xd5\xe0", "\xd5\xe1", "\xd5\xe2", "\xd5\xe3", + "\xd5\xe4", "\xd5\xe5", "\xd5\xe6", "\xd5\xe7", "\xd5\xe8", "\xd5\xe9", + "\xd5\xea", "\xd5\xeb", "\xd5\xec", "\xd5\xed", "\xd5\xee", "\xd5\xef", + "\xd5\xf0", "\xd5\xf1", "\xd5\xf2", "\xd5\xf3", "\xd5\xf4", "\xd5\xf5", + "\xd5\xf6", "\xd5\xf7", "\xd5\xf8", "\xd5\xf9", "\xd5\xfa", "\xd5\xfb", + "\xd5\xfc", "\xd5\xfd", "\xd5\xfe", "\xd6\x41", "\xd6\x42", "\xd6\x43", + "\xd6\x44", "\xd6\x45", "\xd6\x46", "\xd6\x47", "\xd6\x48", "\xd6\x49", + "\xd6\x4a", "\xd6\x4b", "\xd6\x4c", "\xd6\x4d", "\xd6\x4e", "\xd6\x4f", + "\xd6\x50", "\xd6\x51", "\xd6\x52", "\xd6\x53", "\xd6\x54", "\xd6\x55", + "\xd6\x56", "\xd6\x57", "\xd6\x58", "\xd6\x59", "\xd6\x5a", "\xd6\x5b", + "\xd6\x5c", "\xd6\x5d", "\xd6\x5e", "\xd6\x5f", "\xd6\x60", "\xd6\x61", + "\xd6\x62", "\xd6\x63", "\xd6\x64", "\xd6\x65", "\xd6\x66", "\xd6\x67", + "\xd6\x68", "\xd6\x69", "\xd6\x6a", "\xd6\x6b", "\xd6\x6c", "\xd6\x6d", + "\xd6\x6e", "\xd6\x6f", "\xd6\x70", "\xd6\x71", "\xd6\x72", "\xd6\x73", + "\xd6\x74", "\xd6\x75", "\xd6\x76", "\xce\x65", "\xd6\x77", "\xd6\x78", + "\xd6\x79", "\xd6\x7a", "\xd6\x7b", "\xd6\x7c", "\xd6\x7d", "\xd6\x7e", + "\xd6\x7f", "\xd6\x80", "\xd6\x81", "\xd6\x82", "\xd6\x83", "\xd6\x84", + "\xd6\x85", "\xd6\x86", "\xd6\x87", "\xd6\x88", "\xd6\x89", "\xd6\x8a", + "\xd6\x8b", "\xd6\x8c", "\xd6\x8d", "\xd6\x8e", "\xd6\x8f", "\xd6\x90", + "\xd6\x91", "\xd6\x92", "\xd6\x93", "\xd6\x94", "\xd6\x95", "\xd6\x96", + "\xd6\x97", "\xd6\x98", "\xd6\x99", "\xd6\x9a", "\xd6\x9b", "\xd6\x9c", + "\xd6\x9d", "\xd6\x9e", "\xd6\x9f", "\xd6\xa0", "\xd6\xa1", "\xd6\xa2", + "\xd6\xa3", "\xd6\xa4", "\xd6\xa5", "\xd6\xa6", "\xd6\xa7", "\xd6\xa8", + "\xd6\xa9", "\xd6\xaa", "\xd6\xab", "\xd6\xac", "\xd6\xad", "\xd6\xae", + "\xd6\xaf", "\xd6\xb0", "\xd6\xb1", "\xd6\xb2", "\xd6\xb3", "\xd6\xb4", + "\xd6\xb5", "\xd6\xb6", "\xd6\xb7", "\xd6\xb8", "\xd6\xb9", "\xd6\xba", + "\xd6\xbb", "\xd6\xbc", "\xd6\xbd", "\xd6\xbe", "\xd6\xbf", "\xd6\xc0", + "\xd6\xc1", "\xd6\xc2", "\xd6\xc3", "\xd6\xc4", "\xd6\xc5", "\xd6\xc6", + "\xd6\xc7", "\xd6\xc8", "\xd6\xc9", "\xd6\xca", "\xd6\xcb", "\xd6\xcc", + "\xd6\xcd", "\xd6\xce", "\xd6\xcf", "\xd6\xd0", "\xd6\xd1", "\xd6\xd2", + "\xd6\xd3", "\xd6\xd4", "\xd6\xd5", "\xd6\xd6", "\xce\x68", "\xce\x6b", + "\xd6\xd7", "\xd6\xd8", "\xd6\xd9", "\xd6\xda", "\xd6\xdb", "\xd6\xdc", + "\xd6\xdd", "\xd6\xde", "\xd6\xdf", "\xd6\xe0", "\xd6\xe1", "\xd6\xe2", + "\xd6\xe3", "\xd6\xe4", "\xce\x69", "\xd6\xe5", "\xd6\xe6", "\xd6\xe7", + "\xd6\xe8", "\xd6\xe9", "\xd6\xea", "\xd6\xeb", "\xd6\xec", "\xd6\xed", + "\xd6\xee", "\xd6\xef", "\xd6\xf0", "\xd6\xf1", "\xd6\xf2", "\xd6\xf3", + "\xd6\xf4", "\xd6\xf5", "\xd6\xf6", "\xd6\xf7", "\xd6\xf8", "\xd6\xf9", + "\xd6\xfa", "\xd6\xfb", "\xd6\xfc", "\xd6\xfd", "\xd6\xfe", "\xd7\x41", + "\xd7\x42", "\xd7\x43", "\xd7\x44", "\xd7\x45", "\xd7\x46", "\xd7\x47", + "\xd7\x48", "\xd7\x49", "\xd7\x4a", "\xd7\x4b", "\xd7\x4c", "\xd7\x4d", + "\xd7\x4e", "\xd7\x4f", "\xd7\x50", "\xd7\x51", "\xd7\x52", "\xd7\x53", + "\xd7\x54", "\xd7\x55", "\xd7\x56", "\xd7\x57", "\xd7\x58", "\xd7\x59", + "\xd7\x5a", "\xd7\x5b", "\xd7\x5c", "\xd7\x5d", "\xd7\x5e", "\xd7\x5f", + "\xd7\x60", "\xd7\x61", "\xd7\x62", "\xd7\x63", "\xd7\x64", "\xd7\x65", + "\xd7\x66", "\xd7\x67", "\xd7\x68", "\xd7\x69", "\xd7\x6a", "\xd7\x6b", + "\xd7\x6c", "\xd7\x6d", "\xd7\x6e", "\xd7\x6f", "\xd7\x70", "\xd7\x71", + "\xd7\x72", "\xd7\x73", "\xd7\x74", "\xd7\x75", "\xd7\x76", "\xd7\x77", + "\xd7\x78", "\xd7\x79", "\xd7\x7a", "\xd7\x7b", "\xd7\x7c", "\xd7\x7d", + "\xd7\x7e", "\xd7\x7f", "\xd7\x80", "\xd7\x81", "\xd7\x82", "\xd7\x83", + "\xd7\x84", "\xd7\x85", "\xd7\x86", "\xd7\x87", "\xd7\x88", "\xd7\x89", + "\xd7\x8a", "\xd7\x8b", "\xd7\x8c", "\xd7\x8d", "\xd7\x8e", "\xd7\x8f", + "\xd7\x90", "\xd7\x91", "\xd7\x92", "\xd7\x93", "\xd7\x94", "\xd7\x95", + "\xd7\x96", "\xd7\x97", "\xd7\x98", "\xd7\x99", "\xd7\x9a", "\xd7\x9b", + "\xd7\x9c", "\xd7\x9d", "\xd7\x9e", "\xd7\x9f", "\xd7\xa0", "\xd7\xa1", + "\xd7\xa2", "\xd7\xa3", "\xd7\xa4", "\xd7\xa5", "\xd7\xa6", "\xd7\xa7", + "\xd7\xa8", "\xd7\xa9", "\xd7\xaa", "\xd7\xab", "\xd7\xac", "\xd7\xad", + "\xd7\xae", "\xd7\xaf", "\xd7\xb0", "\xd7\xb1", "\xd7\xb2", "\xd7\xb3", + "\xd7\xb4", "\xd7\xb5", "\xd7\xb6", "\xd7\xb7", "\xd7\xb8", "\xd7\xb9", + "\xce\x6a", "\xd7\xba", "\xd7\xbb", "\xd7\xbc", "\xd7\xbd", "\xd7\xbe", + "\xd7\xbf", "\xd7\xc0", "\xd7\xc1", "\xd7\xc2", "\xd7\xc3", "\xd7\xc4", + "\xd7\xc5", "\xd7\xc6", "\xd7\xc7", "\xd7\xc8", "\xd7\xc9", "\xd7\xca", + "\xd7\xcb", "\xd7\xcc", "\xd7\xcd", "\xd7\xce", "\xd7\xcf", "\xd7\xd0", + "\xd7\xd1", "\xd7\xd2", "\xd7\xd3", "\xd7\xd4", "\xd7\xd5", "\xd7\xd6", + "\xd7\xd7", "\xd7\xd8", "\xd7\xd9", "\xd7\xda", "\xd7\xdb", "\xd7\xdc", + "\xd7\xdd", "\xd7\xde", "\xd7\xdf", "\xd7\xe0", "\xd7\xe1", "\xd7\xe2", + "\xd7\xe3", "\xd7\xe4", "\xd7\xe5", "\xd7\xe6", "\xd7\xe7", "\xd7\xe8", + "\xd7\xe9", "\xd7\xea", "\xd7\xeb", "\xd7\xec", "\xd7\xed", "\xd7\xee", + "\xd7\xef", "\xd7\xf0", "\xd7\xf1", "\xd7\xf2", "\xd7\xf3", "\xd7\xf4", + "\xd7\xf5", "\xd7\xf6", "\xd7\xf7", "\xd7\xf8", "\xd7\xf9", "\xd7\xfa", + "\xd7\xfb", "\xd7\xfc", "\xd7\xfd", "\xd7\xfe", "\xd8\x41", "\xd8\x42", + "\xd8\x43", "\xd8\x44", "\xd8\x45", "\xd8\x46", "\xd8\x47", "\xd8\x48", + "\xd8\x49", "\xd8\x4a", "\xd8\x4b", "\xd8\x4c", "\xd8\x4d", "\xd8\x4e", + "\xd8\x4f", "\xd8\x50", "\xd8\x51", "\xd8\x52", "\xd8\x53", "\xd8\x54", + "\xd8\x55", "\xd8\x56", "\xd8\x57", "\xd8\x58", "\xd8\x59", "\xd8\x5a", + "\xd8\x5b", "\xd8\x5c", "\xd8\x5d", "\xd8\x5e", "\xd8\x5f", "\xd8\x60", + "\xd8\x61", "\xd8\x62", "\xd8\x63", "\xd8\x64", "\xd8\x65", "\xd8\x66", + "\xd8\x67", "\xd8\x68", "\xd8\x69", "\xd8\x6a", "\xd8\x6b", "\xd8\x6c", + "\xd8\x6d", "\xd8\x6e", "\xd8\x6f", "\xd8\x70", "\xd8\x71", "\xd8\x72", + "\xd8\x73", "\xd8\x74", "\xd8\x75", "\xd8\x76", "\xd8\x77", "\xd8\x78", + "\xd8\x79", "\xd8\x7a", "\xd8\x7b", "\xd8\x7c", "\xd8\x7d", "\xd8\x7e", + "\xd8\x7f", "\xd8\x80", "\xd8\x81", "\xd8\x82", "\xd8\x83", "\xd8\x84", + "\xd8\x85", "\xd8\x86", "\xd8\x87", "\xd8\x88", "\xd8\x89", "\xd8\x8a", + "\xd8\x8b", "\xd8\x8c", "\xd8\x8d", "\xd8\x8e", "\xd8\x8f", "\xd8\x90", + "\xd8\x91", "\xd8\x92", "\xd8\x93", "\xd8\x94", "\xd8\x95", "\xd8\x96", + "\xd8\x97", "\xd8\x98", "\xd8\x99", "\xd8\x9a", "\xd8\x9b", "\xd8\x9c", + "\xd8\x9d", "\xd8\x9e", "\xd8\x9f", "\xd8\xa0", "\xd8\xa1", "\xd8\xa2", + "\xd8\xa3", "\xd8\xa4", "\xd8\xa5", "\xd8\xa6", "\xd8\xa7", "\xd8\xa8", + "\xd8\xa9", "\xd8\xaa", "\xd8\xab", "\xd8\xac", "\xd8\xad", "\xd8\xae", + "\xd8\xaf", "\xd8\xb0", "\xd8\xb1", "\xd8\xb2", "\xd8\xb3", "\xd8\xb4", + "\xd8\xb5", "\xd8\xb6", "\xd8\xb7", "\xd8\xb8", "\xd8\xb9", "\xd8\xba", + "\xd8\xbb", "\xd8\xbc", "\xd8\xbd", "\xd8\xbe", "\xd8\xbf", "\xd8\xc0", + "\xd8\xc1", "\xd8\xc2", "\xd8\xc3", "\xd8\xc4", "\xd8\xc5", "\xd8\xc6", + "\xd8\xc7", "\xd8\xc8", "\xd8\xc9", "\xd8\xca", "\xd8\xcb", "\xd8\xcc", + "\xd8\xcd", "\xd8\xce", "\xd8\xcf", "\xd8\xd0", "\xd8\xd1", "\xd8\xd2", + "\xd8\xd3", "\xd8\xd4", "\xd8\xd5", "\xce\x6e", "\xd8\xd6", "\xd8\xd7", + "\xd8\xd8", "\xd8\xd9", "\xd8\xda", "\xd8\xdb", "\xd8\xdc", "\xd8\xdd", + "\xd8\xde", "\xd8\xdf", "\xd8\xe0", "\xd8\xe1", "\xd8\xe2", "\xd8\xe3", + "\xd8\xe4", "\xd8\xe5", "\xd8\xe6", "\xd8\xe7", "\xd8\xe8", "\xd8\xe9", + "\xd8\xea", "\xd8\xeb", "\xd8\xec", "\xd8\xed", "\xd8\xee", "\xd8\xef", + "\xd8\xf0", "\xd8\xf1", "\xd8\xf2", "\xd8\xf3", "\xd8\xf4", "\xd8\xf5", + "\xd8\xf6", "\xd8\xf7", "\xd8\xf8", "\xd8\xf9", "\xd8\xfa", "\xd8\xfb", + "\xd8\xfc", "\xd8\xfd", "\xd8\xfe", "\xd9\x41", "\xd9\x42", "\xd9\x43", + "\xd9\x44", "\xd9\x45", "\xd9\x46", "\xd9\x47", "\xd9\x48", "\xd9\x49", + "\xd9\x4a", "\xd9\x4b", "\xd9\x4c", "\xd9\x4d", "\xd9\x4e", "\xd9\x4f", + "\xd9\x50", "\xd9\x51", "\xd9\x52", "\xd9\x53", "\xd9\x54", "\xd9\x55", + "\xd9\x56", "\xd9\x57", "\xd9\x58", "\xd9\x59", "\xd9\x5a", "\xd9\x5b", + "\xd9\x5c", "\xd9\x5d", "\xd9\x5e", "\xd9\x5f", "\xd9\x60", "\xd9\x61", + "\xd9\x62", "\xd9\x63", "\xd9\x64", "\xd9\x65", "\xd9\x66", "\xd9\x67", + "\xd9\x68", "\xd9\x69", "\xd9\x6a", "\xd9\x6b", "\xd9\x6c", "\xd9\x6d", + "\xd9\x6e", "\xd9\x6f", "\xd9\x70", "\xd9\x71", "\xd9\x72", "\xd9\x73", + "\xd9\x74", "\xd9\x75", "\xd9\x76", "\xd9\x77", "\xd9\x78", "\xd9\x79", + "\xd9\x7a", "\xd9\x7b", "\xd9\x7c", "\xd9\x7d", "\xd9\x7e", "\xd9\x7f", + "\xd9\x80", "\xd9\x81", "\xd9\x82", "\xd9\x83", "\xd9\x84", "\xd9\x85", + "\xd9\x86", "\xd9\x87", "\xd9\x88", "\xd9\x89", "\xd9\x8a", "\xd9\x8b", + "\xd9\x8c", "\xd9\x8d", "\xd9\x8e", "\xd9\x8f", "\xd9\x90", "\xd9\x91", + "\xd9\x92", "\xd9\x93", "\xd9\x94", "\xd9\x95", "\xd9\x96", "\xd9\x97", + "\xd9\x98", "\xd9\x99", "\xd9\x9a", "\xd9\x9b", "\xd9\x9c", "\xd9\x9d", + "\xd9\x9e", "\xd9\x9f", "\xd9\xa0", "\xd9\xa1", "\xd9\xa2", "\xd9\xa3", + "\xd9\xa4", "\xd9\xa5", "\xd9\xa6", "\xd9\xa7", "\xd9\xa8", "\xd9\xa9", + "\xd9\xaa", "\xd9\xab", "\xd9\xac", "\xd9\xad", "\xd9\xae", "\xd9\xaf", + "\xd9\xb0", "\xd9\xb1", "\xd9\xb2", "\xd9\xb3", "\xd9\xb4", "\xd9\xb5", + "\xd9\xb6", "\xd9\xb7", "\xd9\xb8", "\xd9\xb9", "\xd9\xba", "\xd9\xbb", + "\xd9\xbc", "\xd9\xbd", "\xd9\xbe", "\xd9\xbf", "\xd9\xc0", "\xd9\xc1", + "\xd9\xc2", "\xd9\xc3", "\xd9\xc4", "\xd9\xc5", "\xd9\xc6", "\xd9\xc7", + "\xd9\xc8", "\xd9\xc9", "\xd9\xca", "\xd9\xcb", "\xd9\xcc", "\xd9\xcd", + "\xd9\xce", "\xd9\xcf", "\xd9\xd0", "\xd9\xd1", "\xd9\xd2", "\xd9\xd3", + "\xd9\xd4", "\xd9\xd5", "\xd9\xd6", "\xd9\xd7", "\xd9\xd8", "\xd9\xd9", + "\xd9\xda", "\xd9\xdb", "\xd9\xdc", "\xd9\xdd", "\xd9\xde", "\xd9\xdf", + "\xd9\xe0", "\xd9\xe1", "\xd9\xe2", "\xd9\xe3", "\xd9\xe4", "\xd9\xe5", + "\xd9\xe6", "\xd9\xe7", "\xd9\xe8", "\xd9\xe9", "\xd9\xea", "\xd9\xeb", + "\xd9\xec", "\xd9\xed", "\xd9\xee", "\xd9\xef", "\xd9\xf0", "\xd9\xf1", + "\xd9\xf2", "\xd9\xf3", "\xd9\xf4", "\xd9\xf5", "\xd9\xf6", "\xd9\xf7", + "\xd9\xf8", "\xd9\xf9", "\xd9\xfa", "\xd9\xfb", "\xd9\xfc", "\xd9\xfd", + "\xd9\xfe", "\xda\x41", "\xda\x42", "\xda\x43", "\xda\x44", "\xda\x45", + "\xda\x46", "\xda\x47", "\xda\x48", "\xda\x49", "\xda\x4a", "\xda\x4b", + "\xda\x4c", "\xda\x4d", "\xda\x4e", "\xda\x4f", "\xda\x50", "\xda\x51", + "\xda\x52", "\xda\x53", "\xda\x54", "\xda\x55", "\xda\x56", "\xda\x57", + "\xda\x58", "\xda\x59", "\xda\x5a", "\xda\x5b", "\xda\x5c", "\xda\x5d", + "\xda\x5e", "\xda\x5f", "\xda\x60", "\xda\x61", "\xda\x62", "\xda\x63", + "\xda\x64", "\xda\x65", "\xda\x66", "\xda\x67", "\xda\x68", "\xda\x69", + "\xda\x6a", "\xda\x6b", "\xda\x6c", "\xda\x6d", "\xda\x6e", "\xda\x6f", + "\xda\x70", "\xda\x71", "\xda\x72", "\xda\x73", "\xda\x74", "\xda\x75", + "\xda\x76", "\xda\x77", "\xda\x78", "\xce\x6f", "\xda\x79", "\xda\x7a", + "\xda\x7b", "\xda\x7c", "\xda\x7d", "\xda\x7e", "\xda\x7f", "\xda\x80", + "\xda\x81", "\xda\x82", "\xda\x83", "\xda\x84", "\xda\x85", "\xda\x86", + "\xda\x87", "\xda\x88", "\xda\x89", "\xda\x8a", "\xda\x8b", "\xda\x8c", + "\xda\x8d", "\xda\x8e", "\xda\x8f", "\xda\x90", "\xda\x91", "\xda\x92", + "\xda\x93", "\xda\x94", "\xda\x95", "\xda\x96", "\xda\x97", "\xda\x98", + "\xda\x99", "\xda\x9a", "\xda\x9b", "\xda\x9c", "\xda\x9d", "\xda\x9e", + "\xda\x9f", "\xda\xa0", "\xda\xa1", "\xda\xa2", "\xda\xa3", "\xda\xa4", + "\xda\xa5", "\xda\xa6", "\xda\xa7", "\xda\xa8", "\xda\xa9", "\xda\xaa", + "\xda\xab", "\xda\xac", "\xda\xad", "\xda\xae", "\xda\xaf", "\xda\xb0", + "\xda\xb1", "\xda\xb2", "\xda\xb3", "\xda\xb4", "\xda\xb5", "\xda\xb6", + "\xda\xb7", "\xda\xb8", "\xda\xb9", "\xda\xba", "\xda\xbb", "\xda\xbc", + "\xda\xbd", "\xda\xbe", "\xda\xbf", "\xda\xc0", "\xda\xc1", "\xda\xc2", + "\xda\xc3", "\xda\xc4", "\xda\xc5", "\xda\xc6", "\xda\xc7", "\xda\xc8", + "\xda\xc9", "\xda\xca", "\xda\xcb", "\xda\xcc", "\xda\xcd", "\xda\xce", + "\xda\xcf", "\xda\xd0", "\xda\xd1", "\xda\xd2", "\xda\xd3", "\xda\xd4", + "\xda\xd5", "\xda\xd6", "\xda\xd7", "\xda\xd8", "\xda\xd9", "\xda\xda", + "\xda\xdb", "\xda\xdc", "\xda\xdd", "\xda\xde", "\xda\xdf", "\xda\xe0", + "\xda\xe1", "\xda\xe2", "\xda\xe3", "\xda\xe4", "\xda\xe5", "\xda\xe6", + "\xda\xe7", "\xda\xe8", "\xda\xe9", "\xce\x70", "\xda\xea", "\xda\xeb", + "\xda\xec", "\xda\xed", "\xda\xee", "\xda\xef", "\xda\xf0", "\xda\xf1", + "\xda\xf2", "\xda\xf3", "\xda\xf4", "\xda\xf5", "\xda\xf6", "\xda\xf7", + "\xda\xf8", "\xda\xf9", "\xda\xfa", "\xda\xfb", "\xda\xfc", "\xda\xfd", + "\xda\xfe", "\xdb\x41", "\xdb\x42", "\xdb\x43", "\xdb\x44", "\xdb\x45", + "\xdb\x46", "\xdb\x47", "\xdb\x48", "\xdb\x49", "\xdb\x4a", "\xdb\x4b", + "\xdb\x4c", "\xdb\x4d", "\xdb\x4e", "\xdb\x4f", "\xdb\x50", "\xdb\x51", + "\xdb\x52", "\xdb\x53", "\xdb\x54", "\xdb\x55", "\xdb\x56", "\xdb\x57", + "\xdb\x58", "\xdb\x59", "\xdb\x5a", "\xdb\x5b", "\xdb\x5c", "\xdb\x5d", + "\xdb\x5e", "\xdb\x5f", "\xdb\x60", "\xdb\x61", "\xdb\x62", "\xdb\x63", + "\xdb\x64", "\xdb\x65", "\xdb\x66", "\xdb\x67", "\xdb\x68", "\xdb\x69", + "\xdb\x6a", "\xdb\x6b", "\xdb\x6c", "\xdb\x6d", "\xdb\x6e", "\xdb\x6f", + "\xdb\x70", "\xdb\x71", "\xdb\x72", "\xdb\x73", "\xdb\x74", "\xdb\x75", + "\xdb\x76", "\xdb\x77", "\xdb\x78", "\xdb\x79", "\xdb\x7a", "\xdb\x7b", + "\xdb\x7c", "\xdb\x7d", "\xdb\x7e", "\xdb\x7f", "\xdb\x80", "\xdb\x81", + "\xdb\x82", "\xdb\x83", "\xdb\x84", "\xdb\x85", "\xdb\x86", "\xdb\x87", + "\xdb\x88", "\xdb\x89", "\xdb\x8a", "\xdb\x8b", "\xdb\x8c", "\xdb\x8d", + "\xdb\x8e", "\xdb\x8f", "\xdb\x90", "\xdb\x91", "\xdb\x92", "\xdb\x93", + "\xdb\x94", "\xdb\x95", "\xdb\x96", "\xdb\x97", "\xdb\x98", "\xdb\x99", + "\xdb\x9a", "\xdb\x9b", "\xdb\x9c", "\xdb\x9d", "\xdb\x9e", "\xdb\x9f", + "\xdb\xa0", "\xdb\xa1", "\xdb\xa2", "\xdb\xa3", "\xdb\xa4", "\xdb\xa5", + "\xdb\xa6", "\xdb\xa7", "\xdb\xa8", "\xdb\xa9", "\xdb\xaa", "\xdb\xab", + "\xdb\xac", "\xdb\xad", "\xdb\xae", "\xdb\xaf", "\xdb\xb0", "\xdb\xb1", + "\xdb\xb2", "\xdb\xb3", "\xdb\xb4", "\xdb\xb5", "\xdb\xb6", "\xdb\xb7", + "\xdb\xb8", "\xdb\xb9", "\xdb\xba", "\xdb\xbb", "\xdb\xbc", "\xdb\xbd", + "\xdb\xbe", "\xdb\xbf", "\xdb\xc0", "\xdb\xc1", "\xdb\xc2", "\xdb\xc3", + "\xdb\xc4", "\xdb\xc5", "\xdb\xc6", "\xdb\xc7", "\xdb\xc8", "\xdb\xc9", + "\xdb\xca", "\xdb\xcb", "\xdb\xcc", "\xdb\xcd", "\xdb\xce", "\xdb\xcf", + "\xdb\xd0", "\xdb\xd1", "\xdb\xd2", "\xdb\xd3", "\xdb\xd4", "\xdb\xd5", + "\xdb\xd6", "\xdb\xd7", "\xdb\xd8", "\xdb\xd9", "\xdb\xda", "\xdb\xdb", + "\xdb\xdc", "\xdb\xdd", "\xdb\xde", "\xdb\xdf", "\xdb\xe0", "\xdb\xe1", + "\xdb\xe2", "\xdb\xe3", "\xdb\xe4", "\xdb\xe5", "\xdb\xe6", "\xdb\xe7", + "\xdb\xe8", "\xdb\xe9", "\xdb\xea", "\xdb\xeb", "\xdb\xec", "\xdb\xed", + "\xdb\xee", "\xdb\xef", "\xdb\xf0", "\xdb\xf1", "\xdb\xf2", "\xdb\xf3", + "\xdb\xf4", "\xdb\xf5", "\xdb\xf6", "\xdb\xf7", "\xdb\xf8", "\xdb\xf9", + "\xdb\xfa", "\xdb\xfb", "\xdb\xfc", "\xdb\xfd", "\xdb\xfe", "\xdc\x41", + "\xdc\x42", "\xdc\x43", "\xdc\x44", "\xdc\x45", "\xdc\x46", "\xdc\x47", + "\xdc\x48", "\xdc\x49", "\xdc\x4a", "\xdc\x4b", "\xdc\x4c", "\xdc\x4d", + "\xdc\x4e", "\xdc\x4f", "\xdc\x50", "\xdc\x51", "\xdc\x52", "\xdc\x53", + "\xdc\x54", "\xdc\x55", "\xdc\x56", "\xdc\x57", "\xdc\x58", "\xdc\x59", + "\xdc\x5a", "\xdc\x5b", "\xdc\x5c", "\xdc\x5d", "\xdc\x5e", "\xdc\x5f", + "\xdc\x60", "\xdc\x61", "\xdc\x62", "\xdc\x63", "\xdc\x64", "\xdc\x65", + "\xdc\x66", "\xdc\x67", "\xdc\x68", "\xdc\x69", "\xdc\x6a", "\xdc\x6b", + "\xdc\x6c", "\xdc\x6d", "\xdc\x6e", "\xdc\x6f", "\xdc\x70", "\xdc\x71", + "\xdc\x72", "\xdc\x73", "\xdc\x74", "\xdc\x75", "\xdc\x76", "\xdc\x77", + "\xdc\x78", "\xdc\x79", "\xdc\x7a", "\xdc\x7b", "\xdc\x7c", "\xdc\x7d", + "\xdc\x7e", "\xdc\x7f", "\xdc\x80", "\xdc\x81", "\xdc\x82", "\xdc\x83", + "\xdc\x84", "\xdc\x85", "\xdc\x86", "\xdc\x87", "\xdc\x88", "\xdc\x89", + "\xdc\x8a", "\xdc\x8b", "\xdc\x8c", "\xdc\x8d", "\xdc\x8e", "\xdc\x8f", + "\xdc\x90", "\xdc\x91", "\xdc\x92", "\xdc\x93", "\xdc\x94", "\xdc\x95", + "\xdc\x96", "\xdc\x97", "\xdc\x98", "\xdc\x99", "\xdc\x9a", "\xdc\x9b", + "\xdc\x9c", "\xdc\x9d", "\xdc\x9e", "\xdc\x9f", "\xdc\xa0", "\xdc\xa1", + "\xdc\xa2", "\xdc\xa3", "\xdc\xa4", "\xdc\xa5", "\xdc\xa6", "\xdc\xa7", + "\xdc\xa8", "\xdc\xa9", "\xdc\xaa", "\xdc\xab", "\xdc\xac", "\xdc\xad", + "\xdc\xae", "\xdc\xaf", "\xdc\xb0", "\xdc\xb1", "\xdc\xb2", "\xdc\xb3", + "\xdc\xb4", "\xdc\xb5", "\xdc\xb6", "\xdc\xb7", "\xdc\xb8", "\xdc\xb9", + "\xdc\xba", "\xdc\xbb", "\xdc\xbc", "\xdc\xbd", "\xdc\xbe", "\xdc\xbf", + "\xdc\xc0", "\xdc\xc1", "\xdc\xc2", "\xdc\xc3", "\xdc\xc4", "\xdc\xc5", + "\xdc\xc6", "\xdc\xc7", "\xdc\xc8", "\xdc\xc9", "\xdc\xca", "\xdc\xcb", + "\xdc\xcc", "\xdc\xcd", "\xdc\xce", "\xdc\xcf", "\xdc\xd0", "\xdc\xd1", + "\xdc\xd2", "\xdc\xd3", "\xdc\xd4", "\xdc\xd5", "\xdc\xd6", "\xdc\xd7", + "\xdc\xd8", "\xdc\xd9", "\xdc\xda", "\xdc\xdb", "\xdc\xdc", "\xdc\xdd", + "\xdc\xde", "\xdc\xdf", "\xdc\xe0", "\xdc\xe1", "\xdc\xe2", "\xdc\xe3", + "\xdc\xe4", "\xdc\xe5", "\xdc\xe6", "\xdc\xe7", "\xdc\xe8", "\xdc\xe9", + "\xdc\xea", "\xdc\xeb", "\xdc\xec", "\xdc\xed", "\xdc\xee", "\xdc\xef", + "\xdc\xf0", "\xdc\xf1", "\xdc\xf2", "\xdc\xf3", "\xdc\xf4", "\xdc\xf5", + "\xdc\xf6", "\xdc\xf7", "\xdc\xf8", "\xdc\xf9", "\xdc\xfa", "\xdc\xfb", + "\xdc\xfc", "\xdc\xfd", "\xdc\xfe", "\xdd\x41", "\xdd\x42", "\xdd\x43", + "\xdd\x44", "\xdd\x45", "\xdd\x46", "\xdd\x47", "\xdd\x48", "\xdd\x49", + "\xdd\x4a", "\xdd\x4b", "\xdd\x4c", "\xdd\x4d", "\xdd\x4e", "\xdd\x4f", + "\xdd\x50", "\xdd\x51", "\xdd\x52", "\xdd\x53", "\xdd\x54", "\xdd\x55", + "\xdd\x56", "\xdd\x57", "\xdd\x58", "\xdd\x59", "\xdd\x5a", "\xdd\x5b", + "\xdd\x5c", "\xdd\x5d", "\xdd\x5e", "\xdd\x5f", "\xdd\x60", "\xdd\x61", + "\xdd\x62", "\xdd\x63", "\xdd\x64", "\xdd\x65", "\xdd\x66", "\xdd\x67", + "\xdd\x68", "\xdd\x69", "\xdd\x6a", "\xdd\x6b", "\xdd\x6c", "\xdd\x6d", + "\xdd\x6e", "\xdd\x6f", "\xdd\x70", "\xdd\x71", "\xdd\x72", "\xdd\x73", + "\xdd\x74", "\xdd\x75", "\xdd\x76", "\xdd\x77", "\xdd\x78", "\xdd\x79", + "\xdd\x7a", "\xdd\x7b", "\xdd\x7c", "\xdd\x7d", "\xdd\x7e", "\xdd\x7f", + "\xdd\x80", "\xdd\x81", "\xdd\x82", "\xdd\x83", "\xdd\x84", "\xdd\x85", + "\xdd\x86", "\xdd\x87", "\xdd\x88", "\xdd\x89", "\xdd\x8a", "\xdd\x8b", + "\xdd\x8c", "\xdd\x8d", "\xdd\x8e", "\xdd\x8f", "\xdd\x90", "\xdd\x91", + "\xdd\x92", "\xdd\x93", "\xdd\x94", "\xdd\x95", "\xdd\x96", "\xdd\x97", + "\xdd\x98", "\xdd\x99", "\xdd\x9a", "\xdd\x9b", "\xdd\x9c", "\xdd\x9d", + "\xdd\x9e", "\xdd\x9f", "\xdd\xa0", "\xdd\xa1", "\xdd\xa2", "\xdd\xa3", + "\xdd\xa4", "\xdd\xa5", "\xdd\xa6", "\xdd\xa7", "\xdd\xa8", "\xdd\xa9", + "\xdd\xaa", "\xdd\xab", "\xdd\xac", "\xdd\xad", "\xdd\xae", "\xdd\xaf", + "\xdd\xb0", "\xdd\xb1", "\xdd\xb2", "\xdd\xb3", "\xdd\xb4", "\xdd\xb5", + "\xdd\xb6", "\xdd\xb7", "\xdd\xb8", "\xdd\xb9", "\xdd\xba", "\xdd\xbb", + "\xdd\xbc", "\xdd\xbd", "\xdd\xbe", "\xdd\xbf", "\xdd\xc0", "\xdd\xc1", + "\xdd\xc2", "\xdd\xc3", "\xdd\xc4", "\xdd\xc5", "\xdd\xc6", "\xdd\xc7", + "\xdd\xc8", "\xdd\xc9", "\xdd\xca", "\xdd\xcb", "\xdd\xcc", "\xdd\xcd", + "\xdd\xce", "\xdd\xcf", "\xdd\xd0", "\xdd\xd1", "\xdd\xd2", "\xdd\xd3", + "\xdd\xd4", "\xdd\xd5", "\xdd\xd6", "\xdd\xd7", "\xdd\xd8", "\xdd\xd9", + "\xdd\xda", "\xdd\xdb", "\xdd\xdc", "\xdd\xdd", "\xdd\xde", "\xdd\xdf", + "\xdd\xe0", "\xdd\xe1", "\xdd\xe2", "\xdd\xe3", "\xdd\xe4", "\xdd\xe5", + "\xdd\xe6", "\xdd\xe7", "\xdd\xe8", "\xdd\xe9", "\xdd\xea", "\xdd\xeb", + "\xdd\xec", "\xdd\xed", "\xdd\xee", "\xdd\xef", "\xdd\xf0", "\xdd\xf1", + "\xdd\xf2", "\xdd\xf3", "\xdd\xf4", "\xdd\xf5", "\xdd\xf6", "\xdd\xf7", + "\xdd\xf8", "\xdd\xf9", "\xdd\xfa", "\xdd\xfb", "\xdd\xfc", "\xdd\xfd", + "\xdd\xfe", "\xde\x41", "\xde\x42", "\xde\x43", "\xde\x44", "\xde\x45", + "\xde\x46", "\xde\x47", "\xde\x48", "\xde\x49", "\xde\x4a", "\xde\x4b", + "\xde\x4c", "\xde\x4d", "\xde\x4e", "\xde\x4f", "\xde\x50", "\xde\x51", + "\xde\x52", "\xde\x53", "\xde\x54", "\xde\x55", "\xde\x56", "\xde\x57", + "\xde\x58", "\xde\x59", "\xde\x5a", "\xde\x5b", "\xde\x5c", "\xde\x5d", + "\xde\x5e", "\xde\x5f", "\xde\x60", "\xde\x61", "\xde\x62", "\xde\x63", + "\xde\x64", "\xde\x65", "\xde\x66", "\xde\x67", "\xde\x68", "\xde\x69", + "\xde\x6a", "\xde\x6b", "\xde\x6c", "\xde\x6d", "\xde\x6e", "\xde\x6f", + "\xde\x70", "\xde\x71", "\xde\x72", "\xde\x73", "\xde\x74", "\xde\x75", + "\xde\x76", "\xde\x77", "\xde\x78", "\xde\x79", "\xde\x7a", "\xde\x7b", + "\xde\x7c", "\xde\x7d", "\xde\x7e", "\xde\x7f", "\xde\x80", "\xde\x81", + "\xde\x82", "\xde\x83", "\xde\x84", "\xde\x85", "\xde\x86", "\xde\x87", + "\xde\x88", "\xde\x89", "\xde\x8a", "\xde\x8b", "\xde\x8c", "\xde\x8d", + "\xde\x8e", "\xde\x8f", "\xde\x90", "\xde\x91", "\xde\x92", "\xde\x93", + "\xde\x94", "\xde\x95", "\xde\x96", "\xde\x97", "\xde\x98", "\xde\x99", + "\xde\x9a", "\xde\x9b", "\xde\x9c", "\xde\x9d", "\xde\x9e", "\xde\x9f", + "\xde\xa0", "\xde\xa1", "\xde\xa2", "\xde\xa3", "\xde\xa4", "\xde\xa5", + "\xde\xa6", "\xde\xa7", "\xde\xa8", "\xde\xa9", "\xde\xaa", "\xde\xab", + "\xde\xac", "\xde\xad", "\xde\xae", "\xde\xaf", "\xde\xb0", "\xde\xb1", + "\xde\xb2", "\xde\xb3", "\xde\xb4", "\xde\xb5", "\xde\xb6", "\xde\xb7", + "\xde\xb8", "\xde\xb9", "\xde\xba", "\xde\xbb", "\xde\xbc", "\xde\xbd", + "\xde\xbe", "\xde\xbf", "\xde\xc0", "\xde\xc1", "\xde\xc2", "\xde\xc3", + "\xde\xc4", "\xde\xc5", "\xde\xc6", "\xde\xc7", "\xde\xc8", "\xde\xc9", + "\xde\xca", "\xde\xcb", "\xde\xcc", "\xde\xcd", "\xde\xce", "\xde\xcf", + "\xde\xd0", "\xde\xd1", "\xde\xd2", "\xde\xd3", "\xde\xd4", "\xde\xd5", + "\xde\xd6", "\xde\xd7", "\xde\xd8", "\xde\xd9", "\xde\xda", "\xde\xdb", + "\xde\xdc", "\xde\xdd", "\xde\xde", "\xde\xdf", "\xde\xe0", "\xde\xe1", + "\xde\xe2", "\xde\xe3", "\xde\xe4", "\xde\xe5", "\xde\xe6", "\xde\xe7", + "\xde\xe8", "\xde\xe9", "\xde\xea", "\xde\xeb", "\xde\xec", "\xde\xed", + "\xde\xee", "\xde\xef", "\xde\xf0", "\xde\xf1", "\xde\xf2", "\xde\xf3", + "\xde\xf4", "\xde\xf5", "\xde\xf6", "\xde\xf7", "\xde\xf8", "\xde\xf9", + "\xde\xfa", "\xde\xfb", "\xde\xfc", "\xde\xfd", "\xde\xfe", "\xdf\x41", + "\xdf\x42", "\xdf\x43", "\xdf\x44", "\xdf\x45", "\xdf\x46", "\xdf\x47", + "\xdf\x48", "\xdf\x49", "\xdf\x4a", "\xdf\x4b", "\xdf\x4c", "\xdf\x4d", + "\xdf\x4e", "\xdf\x4f", "\xdf\x50", "\xdf\x51", "\xdf\x52", "\xdf\x53", + "\xdf\x54", "\xdf\x55", "\xdf\x56", "\xdf\x57", "\xdf\x58", "\xdf\x59", + "\xdf\x5a", "\xdf\x5b", "\xdf\x5c", "\xdf\x5d", "\xdf\x5e", "\xdf\x5f", + "\xdf\x60", "\xdf\x61", "\xdf\x62", "\xdf\x63", "\xdf\x64", "\xdf\x65", + "\xdf\x66", "\xdf\x67", "\xdf\x68", "\xdf\x69", "\xdf\x6a", "\xdf\x6b", + "\xdf\x6c", "\xdf\x6d", "\xdf\x6e", "\xdf\x6f", "\xdf\x70", "\xdf\x71", + "\xdf\x72", "\xdf\x73", "\xdf\x74", "\xdf\x75", "\xdf\x76", "\xdf\x77", + "\xdf\x78", "\xdf\x79", "\xdf\x7a", "\xdf\x7b", "\xdf\x7c", "\xdf\x7d", + "\xdf\x7e", "\xdf\x7f", "\xdf\x80", "\xdf\x81", "\xdf\x82", "\xdf\x83", + "\xdf\x84", "\xdf\x85", "\xdf\x86", "\xdf\x87", "\xdf\x88", "\xdf\x89", + "\xdf\x8a", "\xdf\x8b", "\xdf\x8c", "\xdf\x8d", "\xdf\x8e", "\xdf\x8f", + "\xdf\x90", "\xdf\x91", "\xdf\x92", "\xdf\x93", "\xdf\x94", "\xdf\x95", + "\xdf\x96", "\xdf\x97", "\xdf\x98", "\xdf\x99", "\xdf\x9a", "\xdf\x9b", + "\xdf\x9c", "\xdf\x9d", "\xdf\x9e", "\xdf\x9f", "\xdf\xa0", "\xdf\xa1", + "\xdf\xa2", "\xdf\xa3", "\xdf\xa4", "\xdf\xa5", "\xdf\xa6", "\xdf\xa7", + "\xdf\xa8", "\xce\x75", "\xdf\xa9", "\xdf\xaa", "\xdf\xab", "\xdf\xac", + "\xdf\xad", "\xdf\xae", "\xdf\xaf", "\xdf\xb0", "\xdf\xb1", "\xdf\xb2", + "\xdf\xb3", "\xdf\xb4", "\xdf\xb5", "\xdf\xb6", "\xdf\xb7", "\xdf\xb8", + "\xdf\xb9", "\xdf\xba", "\xdf\xbb", "\xdf\xbc", "\xdf\xbd", "\xdf\xbe", + "\xdf\xbf", "\xdf\xc0", "\xdf\xc1", "\xdf\xc2", "\xdf\xc3", "\xdf\xc4", + "\xdf\xc5", "\xdf\xc6", "\xdf\xc7", "\xdf\xc8", "\xdf\xc9", "\xdf\xca", + "\xdf\xcb", "\xdf\xcc", "\xdf\xcd", "\xdf\xce", "\xdf\xcf", "\xdf\xd0", + "\xdf\xd1", "\xdf\xd2", "\xdf\xd3", "\xdf\xd4", "\xdf\xd5", "\xdf\xd6", + "\xdf\xd7", "\xdf\xd8", "\xdf\xd9", "\xdf\xda", "\xdf\xdb", "\xdf\xdc", + "\xdf\xdd", "\xdf\xde", "\xdf\xdf", "\xdf\xe0", "\xdf\xe1", "\xdf\xe2", + "\xdf\xe3", "\xdf\xe4", "\xdf\xe5", "\xdf\xe6", "\xdf\xe7", "\xdf\xe8", + "\xdf\xe9", "\xdf\xea", "\xdf\xeb", "\xdf\xec", "\xdf\xed", "\xdf\xee", + "\xdf\xef", "\xdf\xf0", "\xdf\xf1", "\xdf\xf2", "\xdf\xf3", "\xdf\xf4", + "\xdf\xf5", "\xdf\xf6", "\xdf\xf7", "\xdf\xf8", "\xdf\xf9", "\xdf\xfa", + "\xdf\xfb", "\xdf\xfc", "\xdf\xfd", "\xdf\xfe", "\xe0\x41", "\xe0\x42", + "\xe0\x43", "\xe0\x44", "\xe0\x45", "\xe0\x46", "\xe0\x47", "\xe0\x48", + "\xe0\x49", "\xe0\x4a", "\xe0\x4b", "\xe0\x4c", "\xe0\x4d", "\xe0\x4e", + "\xe0\x4f", "\xe0\x50", "\xe0\x51", "\xe0\x52", "\xe0\x53", "\xe0\x54", + "\xe0\x55", "\xe0\x56", "\xe0\x57", "\xe0\x58", "\xe0\x59", "\xe0\x5a", + "\xe0\x5b", "\xe0\x5c", "\xe0\x5d", "\xe0\x5e", "\xe0\x5f", "\xe0\x60", + "\xe0\x61", "\xe0\x62", "\xe0\x63", "\xe0\x64", "\xe0\x65", "\xe0\x66", + "\xe0\x67", "\xe0\x68", "\xe0\x69", "\xe0\x6a", "\xe0\x6b", "\xe0\x6c", + "\xe0\x6d", "\xe0\x6e", "\xe0\x6f", "\xe0\x70", "\xe0\x71", "\xe0\x72", + "\xe0\x73", "\xe0\x74", "\xe0\x75", "\xe0\x76", "\xe0\x77", "\xe0\x78", + "\xe0\x79", "\xe0\x7a", "\xe0\x7b", "\xe0\x7c", "\xe0\x7d", "\xe0\x7e", + "\xe0\x7f", "\xe0\x80", "\xe0\x81", "\xe0\x82", "\xe0\x83", "\xe0\x84", + "\xe0\x85", "\xe0\x86", "\xe0\x87", "\xe0\x88", "\xe0\x89", "\xe0\x8a", + "\xe0\x8b", "\xe0\x8c", "\xe0\x8d", "\xe0\x8e", "\xe0\x8f", "\xe0\x90", + "\xe0\x91", "\xe0\x92", "\xe0\x93", "\xe0\x94", "\xe0\x95", "\xe0\x96", + "\xe0\x97", "\xe0\x98", "\xe0\x99", "\xe0\x9a", "\xe0\x9b", "\xe0\x9c", + "\xe0\x9d", "\xe0\x9e", "\xe0\x9f", "\xe0\xa0", "\xe0\xa1", "\xe0\xa2", + "\xe0\xa3", "\xe0\xa4", "\xe0\xa5", "\xe0\xa6", "\xe0\xa7", "\xe0\xa8", + "\xe0\xa9", "\xe0\xaa", "\xe0\xab", "\xe0\xac", "\xe0\xad", "\xe0\xae", + "\xe0\xaf", "\xe0\xb0", "\xe0\xb1", "\xe0\xb2", "\xe0\xb3", "\xe0\xb4", + "\xe0\xb5", "\xe0\xb6", "\xe0\xb7", "\xe0\xb8", "\xe0\xb9", "\xe0\xba", + "\xe0\xbb", "\xe0\xbc", "\xe0\xbd", "\xe0\xbe", "\xe0\xbf", "\xe0\xc0", + "\xe0\xc1", "\xe0\xc2", "\xe0\xc3", "\xe0\xc4", "\xe0\xc5", "\xe0\xc6", + "\xe0\xc7", "\xe0\xc8", "\xe0\xc9", "\xe0\xca", "\xe0\xcb", "\xe0\xcc", + "\xe0\xcd", "\xe0\xce", "\xe0\xcf", "\xe0\xd0", "\xe0\xd1", "\xe0\xd2", + "\xe0\xd3", "\xe0\xd4", "\xe0\xd5", "\xe0\xd6", "\xe0\xd7", "\xe0\xd8", + "\xe0\xd9", "\xe0\xda", "\xe0\xdb", "\xe0\xdc", "\xe0\xdd", "\xe0\xde", + "\xe0\xdf", "\xe0\xe0", "\xe0\xe1", "\xe0\xe2", "\xe0\xe3", "\xe0\xe4", + "\xe0\xe5", "\xe0\xe6", "\xe0\xe7", "\xe0\xe8", "\xe0\xe9", "\xe0\xea", + "\xe0\xeb", "\xe0\xec", "\xe0\xed", "\xe0\xee", "\xe0\xef", "\xe0\xf0", + "\xe0\xf1", "\xe0\xf2", "\xce\x76", "\xe0\xf3", "\xe0\xf4", "\xe0\xf5", + "\xe0\xf6", "\xe0\xf7", "\xe0\xf8", "\xe0\xf9", "\xe0\xfa", "\xe0\xfb", + "\xe0\xfc", "\xe0\xfd", "\xe0\xfe", "\xe1\x41", "\xe1\x42", "\xe1\x43", + "\xe1\x44", "\xe1\x45", "\xe1\x46", "\xe1\x47", "\xe1\x48", "\xe1\x49", + "\xe1\x4a", "\xe1\x4b", "\xe1\x4c", "\xe1\x4d", "\xe1\x4e", "\xe1\x4f", + "\xe1\x50", "\xe1\x51", "\xe1\x52", "\xe1\x53", "\xe1\x54", "\xe1\x55", + "\xe1\x56", "\xe1\x57", "\xe1\x58", "\xe1\x59", "\xe1\x5a", "\xe1\x5b", + "\xe1\x5c", "\xe1\x5d", "\xe1\x5e", "\xe1\x5f", "\xe1\x60", "\xe1\x61", + "\xe1\x62", "\xe1\x63", "\xe1\x64", "\xe1\x65", "\xe1\x66", "\xe1\x67", + "\xe1\x68", "\xe1\x69", "\xe1\x6a", "\xe1\x6b", "\xe1\x6c", "\xe1\x6d", + "\xe1\x6e", "\xe1\x6f", "\xe1\x70", "\xe1\x71", "\xe1\x72", "\xe1\x73", + "\xe1\x74", "\xe1\x75", "\xe1\x76", "\xe1\x77", "\xe1\x78", "\xe1\x79", + "\xe1\x7a", "\xe1\x7b", "\xe1\x7c", "\xe1\x7d", "\xe1\x7e", "\xe1\x7f", + "\xe1\x80", "\xe1\x81", "\xe1\x82", "\xe1\x83", "\xe1\x84", "\xe1\x85", + "\xe1\x86", "\xe1\x87", "\xe1\x88", "\xe1\x89", "\xe1\x8a", "\xe1\x8b", + "\xe1\x8c", "\xe1\x8d", "\xe1\x8e", "\xe1\x8f", "\xe1\x90", "\xe1\x91", + "\xe1\x92", "\xe1\x93", "\xe1\x94", "\xe1\x95", "\xe1\x96", "\xe1\x97", + "\xe1\x98", "\xe1\x99", "\xe1\x9a", "\xe1\x9b", "\xe1\x9c", "\xe1\x9d", + "\xe1\x9e", "\xe1\x9f", "\xe1\xa0", "\xe1\xa1", "\xe1\xa2", "\xe1\xa3", + "\xe1\xa4", "\xe1\xa5", "\xe1\xa6", "\xe1\xa7", "\xe1\xa8", "\xe1\xa9", + "\xe1\xaa", "\xe1\xab", "\xe1\xac", "\xe1\xad", "\xe1\xae", "\xe1\xaf", + "\xe1\xb0", "\xe1\xb1", "\xe1\xb2", "\xe1\xb3", "\xe1\xb4", "\xe1\xb5", + "\xe1\xb6", "\xe1\xb7", "\xe1\xb8", "\xe1\xb9", "\xe1\xba", "\xe1\xbb", + "\xe1\xbc", "\xe1\xbd", "\xe1\xbe", "\xe1\xbf", "\xe1\xc0", "\xe1\xc1", + "\xe1\xc2", "\xe1\xc3", "\xe1\xc4", "\xe1\xc5", "\xe1\xc6", "\xe1\xc7", + "\xe1\xc8", "\xe1\xc9", "\xe1\xca", "\xe1\xcb", "\xe1\xcc", "\xe1\xcd", + "\xe1\xce", "\xe1\xcf", "\xe1\xd0", "\xe1\xd1", "\xe1\xd2", "\xe1\xd3", + "\xe1\xd4", "\xe1\xd5", "\xe1\xd6", "\xe1\xd7", "\xe1\xd8", "\xe1\xd9", + "\xe1\xda", "\xe1\xdb", "\xe1\xdc", "\xe1\xdd", "\xe1\xde", "\xe1\xdf", + "\xe1\xe0", "\xe1\xe1", "\xe1\xe2", "\xe1\xe3", "\xe1\xe4", "\xe1\xe5", + "\xe1\xe6", "\xe1\xe7", "\xe1\xe8", "\xe1\xe9", "\xe1\xea", "\xe1\xeb", + "\xe1\xec", "\xe1\xed", "\xe1\xee", "\xe1\xef", "\xe1\xf0", "\xe1\xf1", + "\xe1\xf2", "\xe1\xf3", "\xe1\xf4", "\xe1\xf5", "\xe1\xf6", "\xe1\xf7", + "\xe1\xf8", "\xe1\xf9", "\xe1\xfa", "\xe1\xfb", "\xe1\xfc", "\xe1\xfd", + "\xe1\xfe", "\xe2\x41", "\xe2\x42", "\xe2\x43", "\xe2\x44", "\xe2\x45", + "\xe2\x46", "\xe2\x47", "\xe2\x48", "\xe2\x49", "\xe2\x4a", "\xe2\x4b", + "\xe2\x4c", "\xe2\x4d", "\xe2\x4e", "\xe2\x4f", "\xe2\x50", "\xe2\x51", + "\xe2\x52", "\xe2\x53", "\xe2\x54", "\xe2\x55", "\xe2\x56", "\xe2\x57", + "\xe2\x58", "\xe2\x59", "\xe2\x5a", "\xe2\x5b", "\xe2\x5c", "\xe2\x5d", + "\xe2\x5e", "\xe2\x5f", "\xe2\x60", "\xe2\x61", "\xe2\x62", "\xe2\x63", + "\xe2\x64", "\xe2\x65", "\xe2\x66", "\xe2\x67", "\xe2\x68", "\xe2\x69", + "\xe2\x6a", "\xe2\x6b", "\xe2\x6c", "\xe2\x6d", "\xe2\x6e", "\xe2\x6f", + "\xe2\x70", "\xe2\x71", "\xe2\x72", "\xe2\x73", "\xe2\x74", "\xe2\x75", + "\xe2\x76", "\xe2\x77", "\xe2\x78", "\xe2\x79", "\xe2\x7a", "\xe2\x7b", + "\xe2\x7c", "\xe2\x7d", "\xe2\x7e", "\xe2\x7f", "\xe2\x80", "\xe2\x81", + "\xe2\x82", "\xe2\x83", "\xe2\x84", "\xe2\x85", "\xe2\x86", "\xe2\x87", + "\xe2\x88", "\xe2\x89", "\xe2\x8a", "\xe2\x8b", "\xe2\x8c", "\xe2\x8d", + "\xe2\x8e", "\xe2\x8f", "\xe2\x90", "\xe2\x91", "\xe2\x92", "\xe2\x93", + "\xe2\x94", "\xe2\x95", "\xe2\x96", "\xe2\x97", "\xe2\x98", "\xe2\x99", + "\xe2\x9a", "\xe2\x9b", "\xe2\x9c", "\xe2\x9d", "\xe2\x9e", "\xe2\x9f", + "\xe2\xa0", "\xe2\xa1", "\xe2\xa2", "\xe2\xa3", "\xe2\xa4", "\xe2\xa5", + "\xe2\xa6", "\xe2\xa7", "\xe2\xa8", "\xe2\xa9", "\xe2\xaa", "\xe2\xab", + "\xe2\xac", "\xe2\xad", "\xe2\xae", "\xe2\xaf", "\xe2\xb0", "\xe2\xb1", + "\xe2\xb2", "\xe2\xb3", "\xe2\xb4", "\xe2\xb5", "\xe2\xb6", "\xe2\xb7", + "\xe2\xb8", "\xe2\xb9", "\xe2\xba", "\xe2\xbb", "\xe2\xbc", "\xe2\xbd", + "\xe2\xbe", "\xe2\xbf", "\xe2\xc0", "\xe2\xc1", "\xe2\xc2", "\xe2\xc3", + "\xe2\xc4", "\xe2\xc5", "\xe2\xc6", "\xe2\xc7", "\xe2\xc8", "\xe2\xc9", + "\xe2\xca", "\xe2\xcb", "\xe2\xcc", "\xe2\xcd", "\xe2\xce", "\xe2\xcf", + "\xe2\xd0", "\xe2\xd1", "\xe2\xd2", "\xe2\xd3", "\xe2\xd4", "\xe2\xd5", + "\xe2\xd6", "\xe2\xd7", "\xe2\xd8", "\xe2\xd9", "\xe2\xda", "\xe2\xdb", + "\xe2\xdc", "\xe2\xdd", "\xe2\xde", "\xe2\xdf", "\xe2\xe0", "\xe2\xe1", + "\xe2\xe2", "\xe2\xe3", "\xe2\xe4", "\xe2\xe5", "\xe2\xe6", "\xe2\xe7", + "\xe2\xe8", "\xe2\xe9", "\xe2\xea", "\xe2\xeb", "\xe2\xec", "\xe2\xed", + "\xe2\xee", "\xe2\xef", "\xe2\xf0", "\xe2\xf1", "\xe2\xf2", "\xe2\xf3", + "\xe2\xf4", "\xe2\xf5", "\xe2\xf6", "\xe2\xf7", "\xe2\xf8", "\xe2\xf9", + "\xe2\xfa", "\xe2\xfb", "\xe2\xfc", "\xe2\xfd", "\xe2\xfe", "\xe3\x41", + "\xe3\x42", "\xe3\x43", "\xe3\x44", "\xe3\x45", "\xe3\x46", "\xe3\x47", + "\xe3\x48", "\xe3\x49", "\xe3\x4a", "\xe3\x4b", "\xe3\x4c", "\xe3\x4d", + "\xe3\x4e", "\xe3\x4f", "\xe3\x50", "\xe3\x51", "\xe3\x52", "\xe3\x53", + "\xe3\x54", "\xe3\x55", "\xe3\x56", "\xe3\x57", "\xe3\x58", "\xe3\x59", + "\xe3\x5a", "\xe3\x5b", "\xe3\x5c", "\xe3\x5d", "\xe3\x5e", "\xe3\x5f", + "\xe3\x60", "\xe3\x61", "\xe3\x62", "\xe3\x63", "\xe3\x64", "\xe3\x65", + "\xe3\x66", "\xe3\x67", "\xe3\x68", "\xe3\x69", "\xe3\x6a", "\xe3\x6b", + "\xe3\x6c", "\xe3\x6d", "\xe3\x6e", "\xe3\x6f", "\xe3\x70", "\xe3\x71", + "\xe3\x72", "\xe3\x73", "\xe3\x74", "\xe3\x75", "\xe3\x76", "\xe3\x77", + "\xe3\x78", "\xe3\x79", "\xe3\x7a", "\xe3\x7b", "\xe3\x7c", "\xe3\x7d", + "\xe3\x7e", "\xe3\x7f", "\xe3\x80", "\xe3\x81", "\xe3\x82", "\xe3\x83", + "\xe3\x84", "\xe3\x85", "\xe3\x86", "\xe3\x87", "\xe3\x88", "\xe3\x89", + "\xe3\x8a", "\xe3\x8b", "\xe3\x8c", "\xe3\x8d", "\xe3\x8e", "\xe3\x8f", + "\xce\x78", "\xe3\x90", "\xe3\x91", "\xe3\x92", "\xe3\x93", "\xe3\x94", + "\xe3\x95", "\xe3\x96", "\xe3\x97", "\xe3\x98", "\xe3\x99", "\xe3\x9a", + "\xe3\x9b", "\xe3\x9c", "\xe3\x9d", "\xe3\x9e", "\xe3\x9f", "\xe3\xa0", + "\xe3\xa1", "\xe3\xa2", "\xe3\xa3", "\xe3\xa4", "\xe3\xa5", "\xe3\xa6", + "\xe3\xa7", "\xe3\xa8", "\xe3\xa9", "\xe3\xaa", "\xe3\xab", "\xe3\xac", + "\xe3\xad", "\xe3\xae", "\xe3\xaf", "\xe3\xb0", "\xe3\xb1", "\xe3\xb2", + "\xe3\xb3", "\xe3\xb4", "\xe3\xb5", "\xe3\xb6", "\xe3\xb7", "\xe3\xb8", + "\xe3\xb9", "\xe3\xba", "\xe3\xbb", "\xe3\xbc", "\xe3\xbd", "\xe3\xbe", + "\xe3\xbf", "\xe3\xc0", "\xe3\xc1", "\xe3\xc2", "\xe3\xc3", "\xe3\xc4", + "\xe3\xc5", "\xe3\xc6", "\xe3\xc7", "\xe3\xc8", "\xe3\xc9", "\xe3\xca", + "\xe3\xcb", "\xe3\xcc", "\xe3\xcd", "\xe3\xce", "\xe3\xcf", "\xe3\xd0", + "\xe3\xd1", "\xe3\xd2", "\xe3\xd3", "\xe3\xd4", "\xe3\xd5", "\xe3\xd6", + "\xe3\xd7", "\xe3\xd8", "\xe3\xd9", "\xe3\xda", "\xe3\xdb", "\xe3\xdc", + "\xe3\xdd", "\xe3\xde", "\xe3\xdf", "\xe3\xe0", "\xe3\xe1", "\xe3\xe2", + "\xe3\xe3", "\xe3\xe4", "\xe3\xe5", "\xe3\xe6", "\xe3\xe7", "\xe3\xe8", + "\xe3\xe9", "\xe3\xea", "\xe3\xeb", "\xe3\xec", "\xe3\xed", "\xe3\xee", + "\xe3\xef", "\xe3\xf0", "\xe3\xf1", "\xe3\xf2", "\xe3\xf3", "\xe3\xf4", + "\xe3\xf5", "\xe3\xf6", "\xe3\xf7", "\xe3\xf8", "\xe3\xf9", "\xe3\xfa", + "\xe3\xfb", "\xe3\xfc", "\xe3\xfd", "\xe3\xfe", "\xe4\x41", "\xe4\x42", + "\xe4\x43", "\xe4\x44", "\xe4\x45", "\xce\x7e", "\xe4\x46", "\xe4\x47", + "\xe4\x48", "\xe4\x49", "\xce\x7d", "\xe4\x4a", "\xe4\x4b", "\xe4\x4c", + "\xe4\x4d", "\xe4\x4e", "\xe4\x4f", "\xe4\x50", "\xe4\x51", "\xe4\x52", + "\xe4\x53", "\xe4\x54", "\xe4\x55", "\xe4\x56", "\xe4\x57", "\xe4\x58", + "\xe4\x59", "\xe4\x5a", "\xe4\x5b", "\xe4\x5c", "\xe4\x5d", "\xe4\x5e", + "\xe4\x5f", "\xe4\x60", "\xe4\x61", "\xe4\x62", "\xe4\x63", "\xe4\x64", + "\xe4\x65", "\xe4\x66", "\xe4\x67", "\xe4\x68", "\xe4\x69", "\xe4\x6a", + "\xe4\x6b", "\xe4\x6c", "\xe4\x6d", "\xe4\x6e", "\xe4\x6f", "\xe4\x70", + "\xe4\x71", "\xe4\x72", "\xe4\x73", "\xe4\x74", "\xce\x81", "\xe4\x75", + "\xe4\x76", "\xe4\x77", "\xe4\x78", "\xe4\x79", "\xe4\x7a", "\xe4\x7b", + "\xe4\x7c", "\xe4\x7d", "\xe4\x7e", "\xe4\x7f", "\xe4\x80", "\xe4\x81", + "\xe4\x82", "\xe4\x83", "\xe4\x84", "\xe4\x85", "\xe4\x86", "\xe4\x87", + "\xe4\x88", "\xe4\x89", "\xe4\x8a", "\xe4\x8b", "\xe4\x8c", "\xe4\x8d", + "\xe4\x8e", "\xe4\x8f", "\xe4\x90", "\xe4\x91", "\xe4\x92", "\xe4\x93", + "\xe4\x94", "\xe4\x95", "\xe4\x96", "\xe4\x97", "\xe4\x98", "\xe4\x99", + "\xe4\x9a", "\xe4\x9b", "\xe4\x9c", "\xe4\x9d", "\xe4\x9e", "\xe4\x9f", + "\xe4\xa0", "\xe4\xa1", "\xe4\xa2", "\xe4\xa3", "\xe4\xa4", "\xe4\xa5", + "\xe4\xa6", "\xe4\xa7", "\xe4\xa8", "\xe4\xa9", "\xe4\xaa", "\xe4\xab", + "\xe4\xac", "\xe4\xad", "\xe4\xae", "\xe4\xaf", "\xe4\xb0", "\xe4\xb1", + "\xe4\xb2", "\xe4\xb3", "\xe4\xb4", "\xe4\xb5", "\xe4\xb6", "\xe4\xb7", + "\xe4\xb8", "\xe4\xb9", "\xe4\xba", "\xe4\xbb", "\xe4\xbc", "\xe4\xbd", + "\xe4\xbe", "\xe4\xbf", "\xe4\xc0", "\xe4\xc1", "\xe4\xc2", "\xe4\xc3", + "\xe4\xc4", "\xe4\xc5", "\xe4\xc6", "\xe4\xc7", "\xe4\xc8", "\xe4\xc9", + "\xe4\xca", "\xe4\xcb", "\xe4\xcc", "\xe4\xcd", "\xe4\xce", "\xe4\xcf", + "\xe4\xd0", "\xe4\xd1", "\xe4\xd2", "\xe4\xd3", "\xe4\xd4", "\xe4\xd5", + "\xe4\xd6", "\xe4\xd7", "\xe4\xd8", "\xe4\xd9", "\xe4\xda", "\xe4\xdb", + "\xe4\xdc", "\xe4\xdd", "\xe4\xde", "\xe4\xdf", "\xe4\xe0", "\xe4\xe1", + "\xe4\xe2", "\xe4\xe3", "\xe4\xe4", "\xe4\xe5", "\xe4\xe6", "\xe4\xe7", + "\xe4\xe8", "\xe4\xe9", "\xe4\xea", "\xe4\xeb", "\xe4\xec", "\xe4\xed", + "\xe4\xee", "\xe4\xef", "\xe4\xf0", "\xe4\xf1", "\xe4\xf2", "\xe4\xf3", + "\xe4\xf4", "\xe4\xf5", "\xe4\xf6", "\xe4\xf7", "\xe4\xf8", "\xe4\xf9", + "\xe4\xfa", "\xe4\xfb", "\xe4\xfc", "\xe4\xfd", "\xe4\xfe", "\xe5\x41", + "\xe5\x42", "\xe5\x43", "\xe5\x44", "\xe5\x45", "\xe5\x46", "\xe5\x47", + "\xe5\x48", "\xe5\x49", "\xe5\x4a", "\xe5\x4b", "\xe5\x4c", "\xe5\x4d", + "\xe5\x4e", "\xe5\x4f", "\xe5\x50", "\xe5\x51", "\xe5\x52", "\xe5\x53", + "\xe5\x54", "\xe5\x55", "\xe5\x56", "\xe5\x57", "\xe5\x58", "\xe5\x59", + "\xe5\x5a", "\xe5\x5b", "\xe5\x5c", "\xe5\x5d", "\xe5\x5e", "\xe5\x5f", + "\xe5\x60", "\xe5\x61", "\xe5\x62", "\xe5\x63", "\xe5\x64", "\xe5\x65", + "\xe5\x66", "\xe5\x67", "\xe5\x68", "\xe5\x69", "\xe5\x6a", "\xe5\x6b", + "\xe5\x6c", "\xe5\x6d", "\xe5\x6e", "\xe5\x6f", "\xe5\x70", "\xe5\x71", + "\xe5\x72", "\xe5\x73", "\xe5\x74", "\xe5\x75", "\xe5\x76", "\xe5\x77", + "\xe5\x78", "\xe5\x79", "\xe5\x7a", "\xe5\x7b", "\xe5\x7c", "\xe5\x7d", + "\xe5\x7e", "\xe5\x7f", "\xe5\x80", "\xe5\x81", "\xe5\x82", "\xe5\x83", + "\xe5\x84", "\xe5\x85", "\xe5\x86", "\xe5\x87", "\xe5\x88", "\xe5\x89", + "\xe5\x8a", "\xe5\x8b", "\xe5\x8c", "\xe5\x8d", "\xe5\x8e", "\xe5\x8f", + "\xe5\x90", "\xe5\x91", "\xe5\x92", "\xe5\x93", "\xe5\x94", "\xe5\x95", + "\xe5\x96", "\xe5\x97", "\xe5\x98", "\xe5\x99", "\xe5\x9a", "\xe5\x9b", + "\xe5\x9c", "\xe5\x9d", "\xe5\x9e", "\xe5\x9f", "\xe5\xa0", "\xe5\xa1", + "\xe5\xa2", "\xe5\xa3", "\xe5\xa4", "\xe5\xa5", "\xe5\xa6", "\xe5\xa7", + "\xe5\xa8", "\xe5\xa9", "\xe5\xaa", "\xe5\xab", "\xe5\xac", "\xe5\xad", + "\xe5\xae", "\xce\x82", "\xe5\xaf", "\xe5\xb0", "\xe5\xb1", "\xe5\xb2", + "\xe5\xb3", "\xe5\xb4", "\xe5\xb5", "\xe5\xb6", "\xe5\xb7", "\xe5\xb8", + "\xe5\xb9", "\xe5\xba", "\xe5\xbb", "\xe5\xbc", "\xe5\xbd", "\xe5\xbe", + "\xe5\xbf", "\xe5\xc0", "\xe5\xc1", "\xe5\xc2", "\xe5\xc3", "\xe5\xc4", + "\xe5\xc5", "\xe5\xc6", "\xe5\xc7", "\xe5\xc8", "\xe5\xc9", "\xe5\xca", + "\xe5\xcb", "\xe5\xcc", "\xe5\xcd", "\xe5\xce", "\xe5\xcf", "\xe5\xd0", + "\xe5\xd1", "\xe5\xd2", "\xe5\xd3", "\xe5\xd4", "\xe5\xd5", "\xe5\xd6", + "\xe5\xd7", "\xe5\xd8", "\xe5\xd9", "\xe5\xda", "\xe5\xdb", "\xe5\xdc", + "\xe5\xdd", "\xe5\xde", "\xe5\xdf", "\xe5\xe0", "\xe5\xe1", "\xe5\xe2", + "\xe5\xe3", "\xe5\xe4", "\xe5\xe5", "\xe5\xe6", "\xe5\xe7", "\xe5\xe8", + "\xe5\xe9", "\xe5\xea", "\xe5\xeb", "\xe5\xec", "\xe5\xed", "\xe5\xee", + "\xe5\xef", "\xe5\xf0", "\xe5\xf1", "\xe5\xf2", "\xe5\xf3", "\xe5\xf4", + "\xe5\xf5", "\xe5\xf6", "\xe5\xf7", "\xe5\xf8", "\xe5\xf9", "\xe5\xfa", + "\xe5\xfb", "\xe5\xfc", "\xe5\xfd", "\xe5\xfe", "\xe6\x41", "\xe6\x42", + "\xe6\x43", "\xe6\x44", "\xe6\x45", "\xe6\x46", "\xe6\x47", "\xe6\x48", + "\xe6\x49", "\xe6\x4a", "\xe6\x4b", "\xe6\x4c", "\xe6\x4d", "\xe6\x4e", + "\xe6\x4f", "\xe6\x50", "\xe6\x51", "\xe6\x52", "\xe6\x53", "\xe6\x54", + "\xe6\x55", "\xe6\x56", "\xe6\x57", "\xe6\x58", "\xe6\x59", "\xe6\x5a", + "\xe6\x5b", "\xe6\x5c", "\xe6\x5d", "\xe6\x5e", "\xe6\x5f", "\xe6\x60", + "\xe6\x61", "\xe6\x62", "\xe6\x63", "\xe6\x64", "\xe6\x65", "\xe6\x66", + "\xe6\x67", "\xe6\x68", "\xe6\x69", "\xe6\x6a", "\xe6\x6b", "\xe6\x6c", + "\xe6\x6d", "\xe6\x6e", "\xe6\x6f", "\xe6\x70", "\xe6\x71", "\xe6\x72", + "\xe6\x73", "\xe6\x74", "\xe6\x75", "\xe6\x76", "\xe6\x77", "\xe6\x78", + "\xe6\x79", "\xe6\x7a", "\xe6\x7b", "\xe6\x7c", "\xe6\x7d", "\xe6\x7e", + "\xe6\x7f", "\xe6\x80", "\xe6\x81", "\xe6\x82", "\xe6\x83", "\xe6\x84", + "\xe6\x85", "\xe6\x86", "\xe6\x87", "\xe6\x88", "\xe6\x89", "\xe6\x8a", + "\xe6\x8b", "\xe6\x8c", "\xe6\x8d", "\xe6\x8e", "\xe6\x8f", "\xe6\x90", + "\xe6\x91", "\xe6\x92", "\xe6\x93", "\xe6\x94", "\xe6\x95", "\xe6\x96", + "\xe6\x97", "\xe6\x98", "\xe6\x99", "\xe6\x9a", "\xe6\x9b", "\xe6\x9c", + "\xe6\x9d", "\xe6\x9e", "\xe6\x9f", "\xe6\xa0", "\xe6\xa1", "\xe6\xa2", + "\xe6\xa3", "\xe6\xa4", "\xe6\xa5", "\xe6\xa6", "\xe6\xa7", "\xe6\xa8", + "\xe6\xa9", "\xe6\xaa", "\xe6\xab", "\xe6\xac", "\xe6\xad", "\xe6\xae", + "\xe6\xaf", "\xe6\xb0", "\xe6\xb1", "\xe6\xb2", "\xe6\xb3", "\xe6\xb4", + "\xe6\xb5", "\xe6\xb6", "\xe6\xb7", "\xe6\xb8", "\xe6\xb9", "\xe6\xba", + "\xe6\xbb", "\xe6\xbc", "\xe6\xbd", "\xe6\xbe", "\xe6\xbf", "\xe6\xc0", + "\xe6\xc1", "\xe6\xc2", "\xe6\xc3", "\xe6\xc4", "\xe6\xc5", "\xe6\xc6", + "\xe6\xc7", "\xe6\xc8", "\xe6\xc9", "\xe6\xca", "\xe6\xcb", "\xe6\xcc", + "\xe6\xcd", "\xe6\xce", "\xe6\xcf", "\xe6\xd0", "\xe6\xd1", "\xe6\xd2", + "\xe6\xd3", "\xe6\xd4", "\xe6\xd5", "\xe6\xd6", "\xe6\xd7", "\xe6\xd8", + "\xe6\xd9", "\xe6\xda", "\xe6\xdb", "\xe6\xdc", "\xe6\xdd", "\xe6\xde", + "\xe6\xdf", "\xe6\xe0", "\xe6\xe1", "\xe6\xe2", "\xe6\xe3", "\xe6\xe4", + "\xe6\xe5", "\xe6\xe6", "\xe6\xe7", "\xe6\xe8", "\xe6\xe9", "\xe6\xea", + "\xe6\xeb", "\xe6\xec", "\xe6\xed", "\xe6\xee", "\xe6\xef", "\xe6\xf0", + "\xe6\xf1", "\xe6\xf2", "\xe6\xf3", "\xe6\xf4", "\xe6\xf5", "\xe6\xf6", + "\xe6\xf7", "\xe6\xf8", "\xe6\xf9", "\xe6\xfa", "\xe6\xfb", "\xe6\xfc", + "\xe6\xfd", "\xe6\xfe", "\xe7\x41", "\xe7\x42", "\xe7\x43", "\xe7\x44", + "\xe7\x45", "\xe7\x46", "\xe7\x47", "\xe7\x48", "\xe7\x49", "\xe7\x4a", + "\xe7\x4b", "\xe7\x4c", "\xe7\x4d", "\xe7\x4e", "\xe7\x4f", "\xe7\x50", + "\xe7\x51", "\xe7\x52", "\xe7\x53", "\xe7\x54", "\xe7\x55", "\xe7\x56", + "\xe7\x57", "\xe7\x58", "\xe7\x59", "\xe7\x5a", "\xe7\x5b", "\xe7\x5c", + "\xe7\x5d", "\xe7\x5e", "\xe7\x5f", "\xe7\x60", "\xe7\x61", "\xe7\x62", + "\xe7\x63", "\xe7\x64", "\xe7\x65", "\xe7\x66", "\xe7\x67", "\xe7\x68", + "\xe7\x69", "\xe7\x6a", "\xe7\x6b", "\xe7\x6c", "\xe7\x6d", "\xe7\x6e", + "\xe7\x6f", "\xe7\x70", "\xe7\x71", "\xe7\x72", "\xe7\x73", "\xe7\x74", + "\xe7\x75", "\xe7\x76", "\xe7\x77", "\xe7\x78", "\xe7\x79", "\xe7\x7a", + "\xe7\x7b", "\xe7\x7c", "\xe7\x7d", "\xe7\x7e", "\xe7\x7f", "\xe7\x80", + "\xe7\x81", "\xe7\x82", "\xe7\x83", "\xe7\x84", "\xe7\x85", "\xe7\x86", + "\xe7\x87", "\xe7\x88", "\xe7\x89", "\xe7\x8a", "\xe7\x8b", "\xe7\x8c", + "\xe7\x8d", "\xe7\x8e", "\xe7\x8f", "\xe7\x90", "\xe7\x91", "\xe7\x92", + "\xe7\x93", "\xe7\x94", "\xe7\x95", "\xe7\x96", "\xe7\x97", "\xe7\x98", + "\xe7\x99", "\xe7\x9a", "\xe7\x9b", "\xe7\x9c", "\xe7\x9d", "\xe7\x9e", + "\xe7\x9f", "\xe7\xa0", "\xe7\xa1", "\xe7\xa2", "\xe7\xa3", "\xe7\xa4", + "\xe7\xa5", "\xe7\xa6", "\xe7\xa7", "\xce\x84", "\xe7\xa8", "\xe7\xa9", + "\xe7\xaa", "\xe7\xab", "\xe7\xac", "\xe7\xad", "\xe7\xae", "\xe7\xaf", + "\xe7\xb0", "\xe7\xb1", "\xe7\xb2", "\xe7\xb3", "\xe7\xb4", "\xe7\xb5", + "\xe7\xb6", "\xe7\xb7", "\xe7\xb8", "\xe7\xb9", "\xe7\xba", "\xe7\xbb", + "\xce\x83", "\xe7\xbc", "\xe7\xbd", "\xe7\xbe", "\xe7\xbf", "\xe7\xc0", + "\xe7\xc1", "\xe7\xc2", "\xe7\xc3", "\xe7\xc4", "\xe7\xc5", "\xe7\xc6", + "\xe7\xc7", "\xe7\xc8", "\xe7\xc9", "\xe7\xca", "\xe7\xcb", "\xe7\xcc", + "\xe7\xcd", "\xe7\xce", "\xe7\xcf", "\xe7\xd0", "\xe7\xd1", "\xe7\xd2", + "\xe7\xd3", "\xe7\xd4", "\xe7\xd5", "\xe7\xd6", "\xe7\xd7", "\xe7\xd8", + "\xe7\xd9", "\xe7\xda", "\xe7\xdb", "\xe7\xdc", "\xe7\xdd", "\xe7\xde", + "\xe7\xdf", "\xe7\xe0", "\xe7\xe1", "\xe7\xe2", "\xe7\xe3", "\xe7\xe4", + "\xe7\xe5", "\xe7\xe6", "\xe7\xe7", "\xe7\xe8", "\xe7\xe9", "\xe7\xea", + "\xe7\xeb", "\xe7\xec", "\xe7\xed", "\xe7\xee", "\xe7\xef", "\xe7\xf0", + "\xe7\xf1", "\xe7\xf2", "\xe7\xf3", "\xe7\xf4", "\xe7\xf5", "\xe7\xf6", + "\xe7\xf7", "\xe7\xf8", "\xe7\xf9", "\xe7\xfa", "\xe7\xfb", "\xe7\xfc", + "\xe7\xfd", "\xe7\xfe", "\xe8\x41", "\xe8\x42", "\xe8\x43", "\xe8\x44", + "\xe8\x45", "\xe8\x46", "\xe8\x47", "\xe8\x48", "\xe8\x49", "\xe8\x4a", + "\xe8\x4b", "\xe8\x4c", "\xe8\x4d", "\xe8\x4e", "\xe8\x4f", "\xe8\x50", + "\xe8\x51", "\xe8\x52", "\xe8\x53", "\xe8\x54", "\xe8\x55", "\xe8\x56", + "\xe8\x57", "\xe8\x58", "\xe8\x59", "\xe8\x5a", "\xe8\x5b", "\xe8\x5c", + "\xe8\x5d", "\xe8\x5e", "\xe8\x5f", "\xe8\x60", "\xe8\x61", "\xe8\x62", + "\xe8\x63", "\xe8\x64", "\xe8\x65", "\xe8\x66", "\xe8\x67", "\xe8\x68", + "\xe8\x69", "\xe8\x6a", "\xe8\x6b", "\xe8\x6c", "\xe8\x6d", "\xe8\x6e", + "\xe8\x6f", "\xe8\x70", "\xe8\x71", "\xe8\x72", "\xe8\x73", "\xe8\x74", + "\xe8\x75", "\xe8\x76", "\xe8\x77", "\xe8\x78", "\xe8\x79", "\xe8\x7a", + "\xe8\x7b", "\xe8\x7c", "\xe8\x7d", "\xe8\x7e", "\xe8\x7f", "\xe8\x80", + "\xe8\x81", "\xe8\x82", "\xe8\x83", "\xe8\x84", "\xe8\x85", "\xe8\x86", + "\xe8\x87", "\xe8\x88", "\xe8\x89", "\xe8\x8a", "\xe8\x8b", "\xe8\x8c", + "\xe8\x8d", "\xe8\x8e", "\xe8\x8f", "\xe8\x90", "\xe8\x91", "\xe8\x92", + "\xe8\x93", "\xe8\x94", "\xe8\x95", "\xe8\x96", "\xe8\x97", "\xe8\x98", + "\xe8\x99", "\xe8\x9a", "\xe8\x9b", "\xe8\x9c", "\xe8\x9d", "\xe8\x9e", + "\xe8\x9f", "\xe8\xa0", "\xe8\xa1", "\xe8\xa2", "\xe8\xa3", "\xe8\xa4", + "\xe8\xa5", "\xe8\xa6", "\xe8\xa7", "\xe8\xa8", "\xe8\xa9", "\xe8\xaa", + "\xe8\xab", "\xe8\xac", "\xe8\xad", "\xe8\xae", "\xe8\xaf", "\xe8\xb0", + "\xe8\xb1", "\xe8\xb2", "\xe8\xb3", "\xe8\xb4", "\xe8\xb5", "\xe8\xb6", + "\xe8\xb7", "\xe8\xb8", "\xe8\xb9", "\xe8\xba", "\xe8\xbb", "\xe8\xbc", + "\xe8\xbd", "\xe8\xbe", "\xce\x86", "\xe8\xbf", "\xe8\xc0", "\xe8\xc1", + "\xe8\xc2", "\xe8\xc3", "\xce\x87", "\xe8\xc4", "\xe8\xc5", "\xe8\xc6", + "\xe8\xc7", "\xe8\xc8", "\xe8\xc9", "\xe8\xca", "\xe8\xcb", "\xe8\xcc", + "\xe8\xcd", "\xe8\xce", "\xe8\xcf", "\xe8\xd0", "\xe8\xd1", "\xe8\xd2", + "\xe8\xd3", "\xe8\xd4", "\xe8\xd5", "\xe8\xd6", "\xe8\xd7", "\xe8\xd8", + "\xe8\xd9", "\xe8\xda", "\xe8\xdb", "\xe8\xdc", "\xe8\xdd", "\xe8\xde", + "\xe8\xdf", "\xe8\xe0", "\xe8\xe1", "\xe8\xe2", "\xe8\xe3", "\xe8\xe4", + "\xe8\xe5", "\xe8\xe6", "\xe8\xe7", "\xe8\xe8", "\xe8\xe9", "\xe8\xea", + "\xe8\xeb", "\xe8\xec", "\xe8\xed", "\xe8\xee", "\xe8\xef", "\xe8\xf0", + "\xe8\xf1", "\xe8\xf2", "\xe8\xf3", "\xe8\xf4", "\xe8\xf5", "\xe8\xf6", + "\xe8\xf7", "\xe8\xf8", "\xe8\xf9", "\xe8\xfa", "\xe8\xfb", "\xe8\xfc", + "\xe8\xfd", "\xe8\xfe", "\xe9\x41", "\xe9\x42", "\xe9\x43", "\xe9\x44", + "\xe9\x45", "\xe9\x46", "\xe9\x47", "\xe9\x48", "\xe9\x49", "\xe9\x4a", + "\xe9\x4b", "\xe9\x4c", "\xe9\x4d", "\xe9\x4e", "\xe9\x4f", "\xe9\x50", + "\xe9\x51", "\xe9\x52", "\xe9\x53", "\xe9\x54", "\xe9\x55", "\xe9\x56", + "\xe9\x57", "\xce\x88", "\xe9\x58", "\xe9\x59", "\xe9\x5a", "\xe9\x5b", + "\xe9\x5c", "\xe9\x5d", "\xe9\x5e", "\xe9\x5f", "\xe9\x60", "\xe9\x61", + "\xe9\x62", "\xe9\x63", "\xe9\x64", "\xe9\x65", "\xe9\x66", "\xe9\x67", + "\xce\x89", "\xe9\x68", "\xe9\x69", "\xe9\x6a", "\xe9\x6b", "\xe9\x6c", + "\xe9\x6d", "\xe9\x6e", "\xe9\x6f", "\xe9\x70", "\xe9\x71", "\xe9\x72", + "\xe9\x73", "\xe9\x74", "\xe9\x75", "\xe9\x76", "\xe9\x77", "\xe9\x78", + "\xe9\x79", "\xe9\x7a", "\xe9\x7b", "\xe9\x7c", "\xe9\x7d", "\xe9\x7e", + "\xe9\x7f", "\xe9\x80", "\xe9\x81", "\xe9\x82", "\xe9\x83", "\xe9\x84", + "\xe9\x85", "\xe9\x86", "\xe9\x87", "\xe9\x88", "\xe9\x89", "\xe9\x8a", + "\xe9\x8b", "\xe9\x8c", "\xe9\x8d", "\xe9\x8e", "\xe9\x8f", "\xe9\x90", + "\xe9\x91", "\xe9\x92", "\xe9\x93", "\xe9\x94", "\xe9\x95", "\xe9\x96", + "\xe9\x97", "\xe9\x98", "\xe9\x99", "\xe9\x9a", "\xe9\x9b", "\xe9\x9c", + "\xe9\x9d", "\xe9\x9e", "\xe9\x9f", "\xe9\xa0", "\xe9\xa1", "\xe9\xa2", + "\xe9\xa3", "\xe9\xa4", "\xe9\xa5", "\xe9\xa6", "\xe9\xa7", "\xe9\xa8", + "\xe9\xa9", "\xe9\xaa", "\xe9\xab", "\xe9\xac", "\xe9\xad", "\xe9\xae", + "\xe9\xaf", "\xe9\xb0", "\xe9\xb1", "\xe9\xb2", "\xe9\xb3", "\xe9\xb4", + "\xe9\xb5", "\xe9\xb6", "\xe9\xb7", "\xe9\xb8", "\xe9\xb9", "\xe9\xba", + "\xe9\xbb", "\xe9\xbc", "\xe9\xbd", "\xe9\xbe", "\xe9\xbf", "\xe9\xc0", + "\xe9\xc1", "\xe9\xc2", "\xe9\xc3", "\xe9\xc4", "\xe9\xc5", "\xe9\xc6", + "\xe9\xc7", "\xe9\xc8", "\xe9\xc9", "\xe9\xca", "\xe9\xcb", "\xe9\xcc", + "\xe9\xcd", "\xe9\xce", "\xe9\xcf", "\xe9\xd0", "\xe9\xd1", "\xe9\xd2", + "\xe9\xd3", "\xe9\xd4", "\xe9\xd5", "\xe9\xd6", "\xe9\xd7", "\xe9\xd8", + "\xe9\xd9", "\xe9\xda", "\xe9\xdb", "\xe9\xdc", "\xe9\xdd", "\xe9\xde", + "\xe9\xdf", "\xe9\xe0", "\xe9\xe1", "\xe9\xe2", "\xe9\xe3", "\xe9\xe4", + "\xe9\xe5", "\xe9\xe6", "\xe9\xe7", "\xe9\xe8", "\xe9\xe9", "\xe9\xea", + "\xe9\xeb", "\xe9\xec", "\xe9\xed", "\xe9\xee", "\xe9\xef", "\xe9\xf0", + "\xe9\xf1", "\xe9\xf2", "\xe9\xf3", "\xe9\xf4", "\xe9\xf5", "\xe9\xf6", + "\xe9\xf7", "\xe9\xf8", "\xe9\xf9", "\xe9\xfa", "\xe9\xfb", "\xe9\xfc", + "\xe9\xfd", "\xe9\xfe", "\xea\x41", "\xea\x42", "\xea\x43", "\xea\x44", + "\xea\x45", "\xea\x46", "\xea\x47", "\xea\x48", "\xea\x49", "\xea\x4a", + "\xea\x4b", "\xea\x4c", "\xea\x4d", "\xea\x4e", "\xea\x4f", "\xea\x50", + "\xea\x51", "\xea\x52", "\xea\x53", "\xea\x54", "\xea\x55", "\xea\x56", + "\xea\x57", "\xea\x58", "\xea\x59", "\xea\x5a", "\xea\x5b", "\xea\x5c", + "\xea\x5d", "\xea\x5e", "\xea\x5f", "\xea\x60", "\xea\x61", "\xea\x62", + "\xea\x63", "\xea\x64", "\xea\x65", "\xea\x66", "\xea\x67", "\xea\x68", + "\xea\x69", "\xea\x6a", "\xea\x6b", "\xea\x6c", "\xea\x6d", "\xea\x6e", + "\xea\x6f", "\xea\x70", "\xea\x71", "\xea\x72", "\xea\x73", "\xea\x74", + "\xea\x75", "\xea\x76", "\xea\x77", "\xea\x78", "\xea\x79", "\xea\x7a", + "\xea\x7b", "\xea\x7c", "\xea\x7d", "\xea\x7e", "\xea\x7f", "\xea\x80", + "\xea\x81", "\xea\x82", "\xea\x83", "\xea\x84", "\xea\x85", "\xea\x86", + "\xea\x87", "\xea\x88", "\xea\x89", "\xea\x8a", "\xea\x8b", "\xea\x8c", + "\xea\x8d", "\xea\x8e", "\xea\x8f", "\xea\x90", "\xea\x91", "\xea\x92", + "\xea\x93", "\xea\x94", "\xea\x95", "\xea\x96", "\xea\x97", "\xea\x98", + "\xea\x99", "\xea\x9a", "\xea\x9b", "\xea\x9c", "\xea\x9d", "\xea\x9e", + "\xea\x9f", "\xea\xa0", "\xea\xa1", "\xea\xa2", "\xea\xa3", "\xea\xa4", + "\xea\xa5", "\xea\xa6", "\xea\xa7", "\xea\xa8", "\xea\xa9", "\xea\xaa", + "\xea\xab", "\xea\xac", "\xea\xad", "\xea\xae", "\xea\xaf", "\xea\xb0", + "\xea\xb1", "\xea\xb2", "\xea\xb3", "\xea\xb4", "\xea\xb5", "\xea\xb6", + "\xea\xb7", "\xea\xb8", "\xea\xb9", "\xea\xba", "\xea\xbb", "\xea\xbc", + "\xea\xbd", "\xea\xbe", "\xea\xbf", "\xea\xc0", "\xea\xc1", "\xea\xc2", + "\xea\xc3", "\xea\xc4", "\xea\xc5", "\xea\xc6", "\xea\xc7", "\xea\xc8", + "\xea\xc9", "\xea\xca", "\xea\xcb", "\xea\xcc", "\xea\xcd", "\xea\xce", + "\xea\xcf", "\xea\xd0", "\xea\xd1", "\xea\xd2", "\xea\xd3", "\xea\xd4", + "\xea\xd5", "\xea\xd6", "\xea\xd7", "\xea\xd8", "\xea\xd9", "\xea\xda", + "\xea\xdb", "\xea\xdc", "\xea\xdd", "\xea\xde", "\xea\xdf", "\xea\xe0", + "\xea\xe1", "\xea\xe2", "\xea\xe3", "\xea\xe4", "\xea\xe5", "\xea\xe6", + "\xea\xe7", "\xea\xe8", "\xea\xe9", "\xea\xea", "\xea\xeb", "\xea\xec", + "\xea\xed", "\xea\xee", "\xea\xef", "\xea\xf0", "\xea\xf1", "\xea\xf2", + "\xea\xf3", "\xea\xf4", "\xea\xf5", "\xea\xf6", "\xea\xf7", "\xea\xf8", + "\xea\xf9", "\xea\xfa", "\xea\xfb", "\xea\xfc", "\xea\xfd", "\xea\xfe", + "\xeb\x41", "\xeb\x42", "\xeb\x43", "\xeb\x44", "\xeb\x45", "\xeb\x46", + "\xeb\x47", "\xeb\x48", "\xeb\x49", "\xeb\x4a", "\xeb\x4b", "\xeb\x4c", + "\xeb\x4d", "\xeb\x4e", "\xeb\x4f", "\xeb\x50", "\xeb\x51", "\xeb\x52", + "\xeb\x53", "\xeb\x54", "\xeb\x55", "\xeb\x56", "\xeb\x57", "\xeb\x58", + "\xeb\x59", "\xeb\x5a", "\xeb\x5b", "\xeb\x5c", "\xeb\x5d", "\xeb\x5e", + "\xeb\x5f", "\xeb\x60", "\xeb\x61", "\xeb\x62", "\xeb\x63", "\xeb\x64", + "\xeb\x65", "\xeb\x66", "\xeb\x67", "\xeb\x68", "\xeb\x69", "\xeb\x6a", + "\xeb\x6b", "\xeb\x6c", "\xeb\x6d", "\xeb\x6e", "\xeb\x6f", "\xeb\x70", + "\xeb\x71", "\xeb\x72", "\xeb\x73", "\xeb\x74", "\xeb\x75", "\xeb\x76", + "\xeb\x77", "\xeb\x78", "\xeb\x79", "\xeb\x7a", "\xeb\x7b", "\xeb\x7c", + "\xeb\x7d", "\xeb\x7e", "\xeb\x7f", "\xeb\x80", "\xeb\x81", "\xeb\x82", + "\xeb\x83", "\xeb\x84", "\xeb\x85", "\xeb\x86", "\xeb\x87", "\xeb\x88", + "\xeb\x89", "\xeb\x8a", "\xeb\x8b", "\xeb\x8c", "\xeb\x8d", "\xeb\x8e", + "\xeb\x8f", "\xeb\x90", "\xeb\x91", "\xeb\x92", "\xeb\x93", "\xeb\x94", + "\xeb\x95", "\xeb\x96", "\xeb\x97", "\xeb\x98", "\xeb\x99", "\xeb\x9a", + "\xeb\x9b", "\xeb\x9c", "\xeb\x9d", "\xeb\x9e", "\xeb\x9f", "\xeb\xa0", + "\xeb\xa1", "\xeb\xa2", "\xeb\xa3", "\xeb\xa4", "\xce\x8b", "\xeb\xa5", + "\xeb\xa6", "\xeb\xa7", "\xeb\xa8", "\xeb\xa9", "\xeb\xaa", "\xeb\xab", + "\xeb\xac", "\xeb\xad", "\xeb\xae", "\xeb\xaf", "\xeb\xb0", "\xeb\xb1", + "\xeb\xb2", "\xeb\xb3", "\xeb\xb4", "\xeb\xb5", "\xeb\xb6", "\xeb\xb7", + "\xeb\xb8", "\xeb\xb9", "\xeb\xba", "\xeb\xbb", "\xeb\xbc", "\xeb\xbd", + "\xeb\xbe", "\xeb\xbf", "\xeb\xc0", "\xeb\xc1", "\xeb\xc2", "\xeb\xc3", + "\xeb\xc4", "\xeb\xc5", "\xeb\xc6", "\xeb\xc7", "\xeb\xc8", "\xeb\xc9", + "\xeb\xca", "\xeb\xcb", "\xeb\xcc", "\xeb\xcd", "\xeb\xce", "\xeb\xcf", + "\xeb\xd0", "\xeb\xd1", "\xeb\xd2", "\xeb\xd3", "\xeb\xd4", "\xeb\xd5", + "\xeb\xd6", "\xce\x8c", "\xeb\xd7", "\xeb\xd8", "\xce\x8d", "\xeb\xd9", + "\xeb\xda", "\xeb\xdb", "\xeb\xdc", "\xce\x8e", "\xce\x8f", "\xeb\xdd", + "\xce\x90", "\xce\x91", "\xeb\xde", "\xeb\xdf", "\xeb\xe0", "\xeb\xe1", + "\xeb\xe2", "\xeb\xe3", "\xeb\xe4", "\xeb\xe5", "\xeb\xe6", "\xeb\xe7", + "\xeb\xe8", "\xeb\xe9", "\xeb\xea", "\xeb\xeb", "\xeb\xec", "\xeb\xed", + "\xeb\xee", "\xeb\xef", "\xeb\xf0", "\xeb\xf1", "\xce\x93", "\xeb\xf2", + "\xeb\xf3", "\xeb\xf4", "\xce\x92", "\xeb\xf5", "\xeb\xf6", "\xeb\xf7", + "\xeb\xf8", "\xeb\xf9", "\xeb\xfa", "\xeb\xfb", "\xeb\xfc", "\xeb\xfd", + "\xeb\xfe", "\xec\x41", "\xec\x42", "\xec\x43", "\xec\x44", "\xec\x45", + "\xec\x46", "\xec\x47", "\xec\x48", "\xec\x49", "\xec\x4a", "\xec\x4b", + "\xec\x4c", "\xce\x95", "\xce\x94", "\xec\x4d", "\xec\x4e", "\xec\x4f", + "\xec\x50", "\xec\x51", "\xec\x52", "\xec\x53", "\xec\x54", "\xec\x55", + "\xec\x56", "\xec\x57", "\xec\x58", "\xec\x59", "\xec\x5a", "\xec\x5b", + "\xec\x5c", "\xec\x5d", "\xec\x5e", "\xec\x5f", "\xec\x60", "\xec\x61", + "\xec\x62", "\xec\x63", "\xec\x64", "\xec\x65", "\xec\x66", "\xec\x67", + "\xec\x68", "\xec\x69", "\xec\x6a", "\xec\x6b", "\xec\x6c", "\xec\x6d", + "\xec\x6e", "\xec\x6f", "\xec\x70", "\xec\x71", "\xec\x72", "\xec\x73", + "\xec\x74", "\xec\x75", "\xec\x76", "\xec\x77", "\xec\x78", "\xec\x79", + "\xec\x7a", "\xec\x7b", "\xec\x7c", "\xec\x7d", "\xec\x7e", "\xec\x7f", + "\xec\x80", "\xec\x81", "\xec\x82", "\xec\x83", "\xec\x84", "\xec\x85", + "\xec\x86", "\xec\x87", "\xec\x88", "\xec\x89", "\xec\x8a", "\xec\x8b", + "\xec\x8c", "\xec\x8d", "\xec\x8e", "\xec\x8f", "\xec\x90", "\xec\x91", + "\xec\x92", "\xec\x93", "\xec\x94", "\xec\x95", "\xec\x96", "\xec\x97", + "\xec\x98", "\xec\x99", "\xec\x9a", "\xec\x9b", "\xec\x9c", "\xec\x9d", + "\xec\x9e", "\xec\x9f", "\xec\xa0", "\xec\xa1", "\xec\xa2", "\xec\xa3", + "\xec\xa4", "\xec\xa5", "\xec\xa6", "\xec\xa7", "\xec\xa8", "\xec\xa9", + "\xec\xaa", "\xec\xab", "\xec\xac", "\xec\xad", "\xec\xae", "\xec\xaf", + "\xec\xb0", "\xec\xb1", "\xec\xb2", "\xec\xb3", "\xec\xb4", "\xec\xb5", + "\xec\xb6", "\xec\xb7", "\xec\xb8", "\xec\xb9", "\xec\xba", "\xec\xbb", + "\xec\xbc", "\xec\xbd", "\xec\xbe", "\xec\xbf", "\xec\xc0", "\xec\xc1", + "\xec\xc2", "\xec\xc3", "\xec\xc4", "\xec\xc5", "\xec\xc6", "\xec\xc7", + "\xec\xc8", "\xec\xc9", "\xec\xca", "\xec\xcb", "\xec\xcc", "\xec\xcd", + "\xec\xce", "\xec\xcf", "\xec\xd0", "\xec\xd1", "\xec\xd2", "\xec\xd3", + "\xec\xd4", "\xec\xd5", "\xec\xd6", "\xec\xd7", "\xec\xd8", "\xec\xd9", + "\xec\xda", "\xec\xdb", "\xec\xdc", "\xec\xdd", "\xec\xde", "\xec\xdf", + "\xec\xe0", "\xec\xe1", "\xec\xe2", "\xec\xe3", "\xec\xe4", "\xec\xe5", + "\xec\xe6", "\xec\xe7", "\xec\xe8", "\xec\xe9", "\xec\xea", "\xec\xeb", + "\xec\xec", "\xec\xed", "\xec\xee", "\xec\xef", "\xec\xf0", "\xec\xf1", + "\xec\xf2", "\xec\xf3", "\xec\xf4", "\xec\xf5", "\xec\xf6", "\xec\xf7", + "\xec\xf8", "\xec\xf9", "\xec\xfa", "\xec\xfb", "\xec\xfc", "\xec\xfd", + "\xec\xfe", "\xed\x41", "\xed\x42", "\xed\x43", "\xed\x44", "\xed\x45", + "\xed\x46", "\xed\x47", "\xed\x48", "\xed\x49", "\xed\x4a", "\xed\x4b", + "\xed\x4c", "\xed\x4d", "\xed\x4e", "\xed\x4f", "\xed\x50", "\xed\x51", + "\xed\x52", "\xed\x53", "\xed\x54", "\xed\x55", "\xed\x56", "\xed\x57", + "\xed\x58", "\xed\x59", "\xed\x5a", "\xed\x5b", "\xed\x5c", "\xed\x5d", + "\xed\x5e", "\xed\x5f", "\xed\x60", "\xed\x61", "\xed\x62", "\xed\x63", + "\xed\x64", "\xed\x65", "\xed\x66", "\xed\x67", "\xed\x68", "\xed\x69", + "\xed\x6a", "\xed\x6b", "\xed\x6c", "\xed\x6d", "\xed\x6e", "\xed\x6f", + "\xed\x70", "\xed\x71", "\xed\x72", "\xed\x73", "\xed\x74", "\xed\x75", + "\xed\x76", "\xed\x77", "\xed\x78", "\xed\x79", "\xed\x7a", "\xed\x7b", + "\xed\x7c", "\xed\x7d", "\xed\x7e", "\xed\x7f", "\xed\x80", "\xed\x81", + "\xed\x82", "\xed\x83", "\xed\x84", "\xed\x85", "\xed\x86", "\xed\x87", + "\xed\x88", "\xed\x89", "\xed\x8a", "\xed\x8b", "\xed\x8c", "\xed\x8d", + "\xed\x8e", "\xed\x8f", "\xed\x90", "\xed\x91", "\xed\x92", "\xed\x93", + "\xed\x94", "\xed\x95", "\xed\x96", "\xed\x97", "\xed\x98", "\xed\x99", + "\xed\x9a", "\xed\x9b", "\xed\x9c", "\xed\x9d", "\xed\x9e", "\xed\x9f", + "\xed\xa0", "\xed\xa1", "\xed\xa2", "\xed\xa3", "\xed\xa4", "\xed\xa5", + "\xed\xa6", "\xed\xa7", "\xed\xa8", "\xed\xa9", "\xed\xaa", "\xed\xab", + "\xed\xac", "\xed\xad", "\xed\xae", "\xed\xaf", "\xed\xb0", "\xed\xb1", + "\xed\xb2", "\xed\xb3", "\xed\xb4", "\xed\xb5", "\xed\xb6", "\xed\xb7", + "\xed\xb8", "\xed\xb9", "\xed\xba", "\xed\xbb", "\xed\xbc", "\xed\xbd", + "\xed\xbe", "\xed\xbf", "\xed\xc0", "\xed\xc1", "\xed\xc2", "\xed\xc3", + "\xed\xc4", "\xed\xc5", "\xed\xc6", "\xed\xc7", "\xed\xc8", "\xed\xc9", + "\xed\xca", "\xed\xcb", "\xed\xcc", "\xed\xcd", "\xed\xce", "\xed\xcf", + "\xed\xd0", "\xed\xd1", "\xed\xd2", "\xed\xd3", "\xed\xd4", "\xed\xd5", + "\xed\xd6", "\xed\xd7", "\xed\xd8", "\xed\xd9", "\xed\xda", "\xed\xdb", + "\xed\xdc", "\xed\xdd", "\xed\xde", "\xed\xdf", "\xed\xe0", "\xed\xe1", + "\xed\xe2", "\xed\xe3", "\xed\xe4", "\xed\xe5", "\xed\xe6", "\xed\xe7", + "\xed\xe8", "\xed\xe9", "\xed\xea", "\xed\xeb", "\xed\xec", "\xed\xed", + "\xed\xee", "\xed\xef", "\xed\xf0", "\xed\xf1", "\xed\xf2", "\xed\xf3", + "\xed\xf4", "\xed\xf5", "\xed\xf6", "\xed\xf7", "\xed\xf8", "\xed\xf9", + "\xed\xfa", "\xed\xfb", "\xed\xfc", "\xed\xfd", "\xed\xfe", "\xee\x41", + "\xee\x42", "\xee\x43", "\xee\x44", "\xee\x45", "\xee\x46", "\xee\x47", + "\xee\x48", "\xee\x49", "\xee\x4a", "\xee\x4b", "\xee\x4c", "\xee\x4d", + "\xee\x4e", "\xee\x4f", "\xee\x50", "\xee\x51", "\xee\x52", "\xee\x53", + "\xee\x54", "\xee\x55", "\xee\x56", "\xee\x57", "\xee\x58", "\xee\x59", + "\xee\x5a", "\xee\x5b", "\xee\x5c", "\xee\x5d", "\xee\x5e", "\xee\x5f", + "\xee\x60", "\xee\x61", "\xee\x62", "\xee\x63", "\xee\x64", "\xee\x65", + "\xee\x66", "\xee\x67", "\xee\x68", "\xee\x69", "\xee\x6a", "\xee\x6b", + "\xee\x6c", "\xee\x6d", "\xee\x6e", "\xee\x6f", "\xee\x70", "\xee\x71", + "\xee\x72", "\xee\x73", "\xee\x74", "\xee\x75", "\xee\x76", "\xee\x77", + "\xee\x78", "\xee\x79", "\xee\x7a", "\xee\x7b", "\xee\x7c", "\xee\x7d", + "\xee\x7e", "\xee\x7f", "\xee\x80", "\xee\x81", "\xee\x82", "\xee\x83", + "\xee\x84", "\xee\x85", "\xee\x86", "\xee\x87", "\xee\x88", "\xee\x89", + "\xee\x8a", "\xee\x8b", "\xee\x8c", "\xee\x8d", "\xee\x8e", "\xee\x8f", + "\xee\x90", "\xee\x91", "\xee\x92", "\xee\x93", "\xee\x94", "\xee\x95", + "\xee\x96", "\xee\x97", "\xee\x98", "\xee\x99", "\xee\x9a", "\xee\x9b", + "\xee\x9c", "\xee\x9d", "\xee\x9e", "\xee\x9f", "\xee\xa0", "\xee\xa1", + "\xee\xa2", "\xee\xa3", "\xee\xa4", "\xee\xa5", "\xee\xa6", "\xee\xa7", + "\xee\xa8", "\xee\xa9", "\xee\xaa", "\xee\xab", "\xee\xac", "\xee\xad", + "\xee\xae", "\xee\xaf", "\xee\xb0", "\xee\xb1", "\xee\xb2", "\xee\xb3", + "\xee\xb4", "\xee\xb5", "\xee\xb6", "\xee\xb7", "\xee\xb8", "\xee\xb9", + "\xee\xba", "\xee\xbb", "\xee\xbc", "\xee\xbd", "\xee\xbe", "\xee\xbf", + "\xee\xc0", "\xee\xc1", "\xee\xc2", "\xee\xc3", "\xee\xc4", "\xee\xc5", + "\xee\xc6", "\xee\xc7", "\xee\xc8", "\xee\xc9", "\xee\xca", "\xee\xcb", + "\xee\xcc", "\xee\xcd", "\xee\xce", "\xee\xcf", "\xee\xd0", "\xee\xd1", + "\xee\xd2", "\xee\xd3", "\xee\xd4", "\xee\xd5", "\xee\xd6", "\xee\xd7", + "\xee\xd8", "\xee\xd9", "\xee\xda", "\xee\xdb", "\xee\xdc", "\xee\xdd", + "\xee\xde", "\xee\xdf", "\xee\xe0", "\xee\xe1", "\xee\xe2", "\xee\xe3", + "\xee\xe4", "\xee\xe5", "\xee\xe6", "\xee\xe7", "\xee\xe8", "\xee\xe9", + "\xee\xea", "\xee\xeb", "\xee\xec", "\xee\xed", "\xee\xee", "\xee\xef", + "\xee\xf0", "\xee\xf1", "\xee\xf2", "\xee\xf3", "\xee\xf4", "\xee\xf5", + "\xee\xf6", "\xee\xf7", "\xee\xf8", "\xee\xf9", "\xee\xfa", "\xee\xfb", + "\xee\xfc", "\xee\xfd", "\xee\xfe", "\xef\x41", "\xef\x42", "\xef\x43", + "\xef\x44", "\xef\x45", "\xef\x46", "\xef\x47", "\xef\x48", "\xef\x49", + "\xef\x4a", "\xef\x4b", "\xef\x4c", "\xef\x4d", "\xef\x4e", "\xef\x4f", + "\xef\x50", "\xef\x51", "\xef\x52", "\xef\x53", "\xef\x54", "\xef\x55", + "\xef\x56", "\xef\x57", "\xef\x58", "\xef\x59", "\xef\x5a", "\xef\x5b", + "\xef\x5c", "\xef\x5d", "\xef\x5e", "\xef\x5f", "\xef\x60", "\xef\x61", + "\xef\x62", "\xef\x63", "\xef\x64", "\xef\x65", "\xef\x66", "\xef\x67", + "\xef\x68", "\xef\x69", "\xef\x6a", "\xef\x6b", "\xef\x6c", "\xef\x6d", + "\xef\x6e", "\xef\x6f", "\xef\x70", "\xef\x71", "\xef\x72", "\xef\x73", + "\xef\x74", "\xef\x75", "\xef\x76", "\xef\x77", "\xef\x78", "\xef\x79", + "\xef\x7a", "\xef\x7b", "\xef\x7c", "\xef\x7d", "\xef\x7e", "\xef\x7f", + "\xef\x80", "\xef\x81", "\xef\x82", "\xef\x83", "\xef\x84", "\xef\x85", + "\xef\x86", "\xef\x87", "\xef\x88", "\xef\x89", "\xef\x8a", "\xef\x8b", + "\xef\x8c", "\xef\x8d", "\xef\x8e", "\xef\x8f", "\xef\x90", "\xef\x91", + "\xef\x92", "\xef\x93", "\xef\x94", "\xef\x95", "\xef\x96", "\xef\x97", + "\xef\x98", "\xef\x99", "\xef\x9a", "\xef\x9b", "\xef\x9c", "\xef\x9d", + "\xef\x9e", "\xef\x9f", "\xef\xa0", "\xef\xa1", "\xef\xa2", "\xef\xa3", + "\xef\xa4", "\xef\xa5", "\xef\xa6", "\xef\xa7", "\xef\xa8", "\xef\xa9", + "\xef\xaa", "\xef\xab", "\xef\xac", "\xef\xad", "\xef\xae", "\xef\xaf", + "\xef\xb0", "\xef\xb1", "\xef\xb2", "\xef\xb3", "\xef\xb4", "\xef\xb5", + "\xef\xb6", "\xef\xb7", "\xef\xb8", "\xef\xb9", "\xef\xba", "\xef\xbb", + "\xef\xbc", "\xef\xbd", "\xef\xbe", "\xef\xbf", "\xef\xc0", "\xef\xc1", + "\xef\xc2", "\xef\xc3", "\xef\xc4", "\xef\xc5", "\xef\xc6", "\xef\xc7", + "\xef\xc8", "\xef\xc9", "\xef\xca", "\xef\xcb", "\xef\xcc", "\xef\xcd", + "\xef\xce", "\xef\xcf", "\xef\xd0", "\xef\xd1", "\xce\x9c", "\xef\xd2", + "\xef\xd3", "\xef\xd4", "\xef\xd5", "\xef\xd6", "\xef\xd7", "\xef\xd8", + "\xef\xd9", "\xef\xda", "\xef\xdb", "\xef\xdc", "\xef\xdd", "\xef\xde", + "\xef\xdf", "\xef\xe0", "\xef\xe1", "\xef\xe2", "\xef\xe3", "\xef\xe4", + "\xef\xe5", "\xef\xe6", "\xef\xe7", "\xef\xe8", "\xef\xe9", "\xef\xea", + "\xef\xeb", "\xef\xec", "\xef\xed", "\xef\xee", "\xef\xef", "\xef\xf0", + "\xef\xf1", "\xef\xf2", "\xef\xf3", "\xef\xf4", "\xef\xf5", "\xef\xf6", + "\xef\xf7", "\xef\xf8", "\xce\x99", "\xce\x9a", "\xce\x9b", "\xce\x9d", + "\xce\x98", "\xef\xf9", "\xef\xfa", "\xef\xfb", "\xef\xfc", "\xef\xfd", + "\xef\xfe", "\xf6\x41", "\xf6\x42", "\xf6\x43", "\xf6\x44", "\xf6\x45", + "\xf6\x46", "\xf6\x47", "\xf6\x48", "\xf6\x49", "\xf6\x4a", "\xf6\x4b", + "\xf6\x4c", "\xf6\x4d", "\xf6\x4e", "\xf6\x4f", "\xf6\x50", "\xf6\x51", + "\xf6\x52", "\xf6\x53", "\xf6\x54", "\xf6\x55", "\xf6\x56", "\xf6\x57", + "\xf6\x58", "\xf6\x59", "\xf6\x5a", "\xf6\x5b", "\xf6\x5c", "\xf6\x5d", + "\xf6\x5e", "\xf6\x5f", "\xf6\x60", "\xf6\x61", "\xf6\x62", "\xf6\x63", + "\xf6\x64", "\xf6\x65", "\xf6\x66", "\xf6\x67", "\xf6\x68", "\xf6\x69", + "\xf6\x6a", "\xf6\x6b", "\xf6\x6c", "\xf6\x6d", "\xf6\x6e", "\xf6\x6f", + "\xf6\x70", "\xf6\x71", "\xf6\x72", "\xf6\x73", "\xf6\x74", "\xf6\x75", + "\xf6\x76", "\xf6\x77", "\xf6\x78", "\xf6\x79", "\xf6\x7a", "\xf6\x7b", + "\xf6\x7c", "\xf6\x7d", "\xf6\x7e", "\xf6\x7f", "\xf6\x80", "\xf6\x81", + "\xf6\x82", "\xf6\x83", "\xf6\x84", "\xf6\x85", "\xf6\x86", "\xf6\x87", + "\xf6\x88", "\xf6\x89", "\xf6\x8a", "\xf6\x8b", "\xf6\x8c", "\xf6\x8d", + "\xf6\x8e", "\xf6\x8f", "\xf6\x90", "\xf6\x91", "\xf6\x92", "\xf6\x93", + "\xf6\x94", "\xf6\x95", "\xf6\x96", "\xf6\x97", "\xf6\x98", "\xf6\x99", + "\xf6\x9a", "\xf6\x9b", "\xf6\x9c", "\xf6\x9d", "\xf6\x9e", "\xf6\x9f", + "\xf6\xa0", "\xf6\xa1", "\xf6\xa2", "\xf6\xa3", "\xf6\xa4", "\xf6\xa5", + "\xf6\xa6", "\xf6\xa7", "\xf6\xa8", "\xf6\xa9", "\xce\x9e", "\xce\x9f", + "\xce\xa0", "\xce\xa1", "\xce\xa2", "\xce\xa3", "\xce\xa4", "\xf6\xaa", + "\xf6\xab", "\xf6\xac", "\xf6\xad", "\xf6\xae", "\xf6\xaf", "\xf6\xb0", + "\xf6\xb1", "\xf6\xb2", "\xf6\xb3", "\xf6\xb4", "\xf6\xb5", "\xf6\xb6", + "\xf6\xb7", "\xf6\xb8", "\xf6\xb9", "\xf6\xba", "\xf6\xbb", "\xf6\xbc", + "\xf6\xbd", "\xf6\xbe", "\xf6\xbf", "\xf6\xc0", "\xf6\xc1", "\xf6\xc2", + "\xf6\xc3", "\xf6\xc4", "\xf6\xc5", "\xf6\xc6", "\xf6\xc7", "\xf6\xc8", + "\xf6\xc9", "\xf6\xca", "\xf6\xcb", "\xf6\xcc", "\xf6\xcd", "\xf6\xce", + "\xf6\xcf", "\xf6\xd0", "\xf6\xd1", "\xf6\xd2", "\xf6\xd3", "\xf6\xd4", + "\xf6\xd5", "\xf6\xd6", "\xf6\xd7", "\xf6\xd8", "\xf6\xd9", "\xf6\xda", + "\xf6\xdb", "\xf6\xdc", "\xf6\xdd", "\xf6\xde", "\xf6\xdf", "\xf6\xe0", + "\xf6\xe1", "\xf6\xe2", "\xf6\xe3", "\xf6\xe4", "\xf6\xe5", "\xf6\xe6", + "\xf6\xe7", "\xf6\xe8", "\xf6\xe9", "\xf6\xea", "\xf6\xeb", "\xf6\xec", + "\xf6\xed", "\xf6\xee", "\xf6\xef", "\xf6\xf0", "\xf6\xf1", "\xf6\xf2", + "\xf6\xf3", "\xf6\xf4", "\xf6\xf5", "\xf6\xf6", "\xf6\xf7", "\xf6\xf8", + "\xf6\xf9", "\xf6\xfa", "\xf6\xfb", "\xf6\xfc", "\xf6\xfd", "\xf6\xfe", + "\xf7\x41", "\xf7\x42", "\xf7\x43", "\xf7\x44", "\xf7\x45", "\xf7\x46", + "\xf7\x47", "\xf7\x48", "\xf7\x49", "\xf7\x4a", "\xf7\x4b", "\xf7\x4c", + "\xf7\x4d", "\xf7\x4e", "\xf7\x4f", "\xf7\x50", "\xf7\x51", "\xf7\x52", + "\xf7\x53", "\xf7\x54", "\xf7\x55", "\xf7\x56", "\xf7\x57", "\xf7\x58", + "\xf7\x59", "\xf7\x5a", "\xf7\x5b", "\xf7\x5c", "\xf7\x5d", "\xf7\x5e", + "\xf7\x5f", "\xf7\x60", "\xf7\x61", "\xf7\x62", "\xf7\x63", "\xf7\x64", + "\xf7\x65", "\xf7\x66", "\xf7\x67", "\xf7\x68", "\xf7\x69", "\xf7\x6a", + "\xf7\x6b", "\xf7\x6c", "\xf7\x6d", "\xf7\x6e", "\xf7\x6f", "\xf7\x70", + "\xf7\x71", "\xf7\x72", "\xf7\x73", "\xf7\x74", "\xf7\x75", "\xf7\x76", + "\xf7\x77", "\xf7\x78", "\xf7\x79", "\xf7\x7a", "\xf7\x7b", "\xf7\x7c", + "\xf7\x7d", "\xf7\x7e", "\xf7\x7f", "\xce\xa5", "\xf7\x80", "\xf7\x81", + "\xf7\x82", "\xf7\x83", "\xf7\x84", "\xf7\x85", "\xf7\x86", "\xf7\x87", + "\xf7\x88", "\xf7\x89", "\xf7\x8a", "\xf7\x8b", "\xf7\x8c", "\xf7\x8d", + "\xf7\x8e", "\xf7\x8f", "\xf7\x90", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\xba", "\x4b\xa0", "\x81\x41", "\x53\xde", "\x81\x42", + "\x81\x43", "\x81\x44", "\x57\x93", "\x5b\x69", "\x54\xfc", "\x55\x6f", + "\x58\x62", "\x5c\xa1", "\x49\xba", "\x5a\x8c", "\x81\x45", "\x5c\xa3", + "\x4a\x94", "\x81\x46", "\x5c\x48", "\x54\x72", "\x5c\xa6", "\x55\xbf", + "\x81\x47", "\x54\x91", "\x49\x9c", "\x59\xb4", "\x4a\xd3", "\x4b\xaa", + "\x56\x5f", "\x5c\xa8", "\x81\x48", "\x81\x49", "\x81\x4a", "\x4b\xa9", + "\x81\x4b", "\x51\x5d", "\x59\x6f", "\x81\x4c", "\x55\x45", "\x5c\xac", + "\x81\x4d", "\x4c\xf5", "\x59\x5e", "\x62\x7c", "\x5b\xcf", "\x81\x4e", + "\x81\x4f", "\x4c\x82", "\x81\x50", "\x4a\xad", "\x81\x51", "\x51\x79", + "\x81\x52", "\x5c\xbb", "\x81\x53", "\x57\x89", "\x4b\x44", "\x57\xa9", + "\x5b\xf6", "\x81\x54", "\x50\xf5", "\x4f\xd8", "\x5c\xae", "\x81\x55", + "\x81\x56", "\x81\x57", "\x52\xca", "\x81\x58", "\x4f\xc2", "\x81\x59", + "\x5c\xb0", "\x52\x54", "\x59\xe4", "\x81\x5a", "\x5b\xad", "\x57\xd9", + "\x5b\x47", "\x4d\xf4", "\x4c\x46", "\x50\xd5", "\x81\x5b", "\x53\xb8", + "\x53\x72", "\x54\x67", "\x81\x5c", "\x4d\x74", "\x81\x5d", "\x4a\x6b", + "\x59\xd1", "\x81\x5e", "\x81\x5f", "\x5c\xbe", "\x4f\xc4", "\x53\xf1", + "\x59\xb1", "\x58\x50", "\x58\x88", "\x81\x60", "\x81\x61", "\x81\x62", + "\x81\x63", "\x55\xe8", "\x81\x64", "\x81\x65", "\x5c\xbf", "\x81\x66", + "\x81\x67", "\x81\x68", "\x81\x69", "\x81\x6a", "\x81\x6b", "\x51\xf1", + "\x51\xd1", "\x81\x6c", "\x54\xe8", "\x81\x6d", "\x81\x6e", "\x81\x6f", + "\x81\x70", "\x81\x71", "\x81\x72", "\x81\x73", "\x81\x74", "\x81\x75", + "\x81\x76", "\x54\x4c", "\x81\x77", "\x81\x78", "\x81\x79", "\x81\x7a", + "\x81\x7b", "\x81\x7c", "\x81\x7d", "\x51\x6b", "\x81\x7e", "\x5a\x89", + "\x5b\x9a", "\x81\x7f", "\x55\xc1", "\x4b\xfd", "\x5c\xa0", "\x5a\x7a", + "\x50\x98", "\x81\x81", "\x5a\xc5", "\x4e\x45", "\x5c\xc0", "\x57\xe4", + "\x4f\xad", "\x81\x82", "\x81\x83", "\x5c\xa7", "\x81\x84", "\x59\x67", + "\x58\xa8", "\x81\x85", "\x81\x86", "\x81\x87", "\x5c\xbc", "\x5d\x90", + "\x57\x97", "\x50\x5a", "\x81\x88", "\x4f\x5b", "\x4d\xa4", "\x59\xdf", + "\x49\xf9", "\x4d\xdf", "\x52\xb5", "\x81\x89", "\x58\x8e", "\x4f\xa8", + "\x57\x44", "\x51\x61", "\x81\x8a", "\x81\x8b", "\x81\x8c", "\x54\x77", + "\x5d\x92", "\x81\x8d", "\x5d\x95", "\x81\x8e", "\x81\x8f", "\x81\x90", + "\x81\x91", "\x54\xca", "\x5c\xe8", "\x81\x92", "\x81\x93", "\x81\x94", + "\x59\xd9", "\x55\xb1", "\x54\xc9", "\x5c\xeb", "\x5c\xe9", "\x5c\xc5", + "\x4f\x97", "\x53\xcc", "\x4a\x91", "\x81\x95", "\x5c\xea", "\x4f\x92", + "\x4f\x8a", "\x81\x96", "\x54\xd3", "\x4a\xd2", "\x81\x97", "\x81\x98", + "\x51\xd7", "\x81\x99", "\x49\xd5", "\x5c\x70", "\x55\xca", "\x56\x9c", + "\x5b\x6c", "\x4c\xb5", "\x58\x69", "\x81\x9a", "\x81\x9b", "\x81\x9c", + "\x5d\x7a", "\x5c\xef", "\x54\x4a", "\x81\x9d", "\x5c\xed", "\x81\x9e", + "\x4a\xf9", "\x51\x8f", "\x59\xd3", "\x81\x9f", "\x81\xa0", "\x5c\xec", + "\x81\xa1", "\x59\xc6", "\x5c\xee", "\x52\x67", "\x81\xa2", "\x81\xa3", + "\x81\xa4", "\x59\x97", "\x81\xa5", "\x5b\xd8", "\x5c\xf1", "\x81\xa6", + "\x5c\xf4", "\x4e\xfd", "\x4e\xda", "\x81\xa7", "\x81\xa8", "\x81\xa9", + "\x54\xcd", "\x81\xaa", "\x4c\x7d", "\x81\xab", "\x4c\x62", "\x81\xac", + "\x53\xf2", "\x81\xad", "\x81\xae", "\x81\xaf", "\x81\xb0", "\x81\xb1", + "\x81\xb2", "\x81\xb3", "\x5c\xf7", "\x59\xc0", "\x81\xb4", "\x81\xb5", + "\x57\xe8", "\x4e\xbe", "\x4c\x9d", "\x4c\x45", "\x58\xdc", "\x81\xb6", + "\x81\xb7", "\x81\xb8", "\x81\xb9", "\x81\xba", "\x5b\xd9", "\x5a\x65", + "\x4e\x90", "\x4e\x82", "\x5c\xf0", "\x81\xbb", "\x81\xbc", "\x55\x41", + "\x57\xaf", "\x4a\xaa", "\x81\xbd", "\x5c\xf2", "\x81\xbe", "\x55\x6b", + "\x5c\xf5", "\x51\xd6", "\x5c\xf6", "\x81\xbf", "\x81\xc0", "\x57\xb0", + "\x5c\xf8", "\x81\xc1", "\x81\xc2", "\x81\xc3", "\x49\xad", "\x4d\x60", + "\x81\xc4", "\x5d\x43", "\x81\xc5", "\x48\xe8", "\x81\xc6", "\x51\x87", + "\x81\xc7", "\x55\x8d", "\x81\xc8", "\x56\x65", "\x81\xc9", "\x56\x66", + "\x5d\x44", "\x81\xca", "\x81\xcb", "\x81\xcc", "\x81\xcd", "\x81\xce", + "\x4b\x89", "\x81\xcf", "\x81\xd0", "\x4b\x4b", "\x81\xd1", "\x81\xd2", + "\x81\xd3", "\x81\xd4", "\x81\xd5", "\x81\xd6", "\x57\xba", "\x4b\x6d", + "\x5c\x41", "\x5c\x95", "\x5a\x73", "\x81\xd7", "\x56\xe4", "\x81\xd8", + "\x4d\xcd", "\x81\xd9", "\x5d\x42", "\x5d\x7c", "\x5a\x81", "\x5c\xfc", + "\x4c\x91", "\x5c\x98", "\x5c\xfd", "\x5c\xf9", "\x5d\x41", "\x52\xe2", + "\x81\xda", "\x81\xdb", "\x5a\x56", "\x5c\xf3", "\x5d\x7d", "\x81\xdc", + "\x5c\xfa", "\x81\xdd", "\x53\x86", "\x81\xde", "\x81\xdf", "\x50\xcf", + "\x81\xe0", "\x81\xe1", "\x59\x91", "\x48\xda", "\x81\xe2", "\x81\xe3", + "\x4e\xd0", "\x5d\x46", "\x81\xe4", "\x5d\x45", "\x81\xe5", "\x81\xe6", + "\x81\xe7", "\x81\xe8", "\x5d\x4c", "\x5d\x4e", "\x81\xe9", "\x5d\x4b", + "\x55\xb8", "\x81\xea", "\x81\xeb", "\x81\xec", "\x5d\x49", "\x5b\xb5", + "\x81\xed", "\x81\xee", "\x81\xef", "\x4a\x7e", "\x5d\x48", "\x81\xf0", + "\x50\xfc", "\x81\xf1", "\x55\xcb", "\x81\xf2", "\x5d\x4a", "\x81\xf3", + "\x5d\x47", "\x81\xf4", "\x81\xf5", "\x5d\x50", "\x81\xf6", "\x81\xf7", + "\x4b\xb0", "\x81\xf8", "\x81\xf9", "\x81\xfa", "\x4d\x49", "\x81\xfb", + "\x59\xbf", "\x81\xfc", "\x81\xfd", "\x58\x60", "\x82\x41", "\x82\x42", + "\x51\xc1", "\x82\x43", "\x4f\x64", "\x5b\x8d", "\x49\xdf", "\x54\x68", + "\x50\x8c", "\x5d\x4d", "\x82\x44", "\x5d\x4f", "\x82\x45", "\x57\xe9", + "\x4d\xed", "\x82\x46", "\x82\x47", "\x82\x48", "\x82\x49", "\x82\x4a", + "\x54\x76", "\x82\x4b", "\x82\x4c", "\x82\x4d", "\x82\x4e", "\x82\x4f", + "\x82\x50", "\x82\x51", "\x82\x52", "\x82\x53", "\x49\x84", "\x82\x54", + "\x82\x55", "\x82\x56", "\x4a\xd8", "\x4b\xec", "\x5d\x54", "\x82\x57", + "\x82\x58", "\x82\x59", "\x82\x5a", "\x50\x41", "\x82\x5b", "\x82\x5c", + "\x82\x5d", "\x5d\x7e", "\x54\x6e", "\x50\xfd", "\x5d\x58", "\x82\x5e", + "\x82\x5f", "\x82\x60", "\x82\x61", "\x82\x62", "\x56\x77", "\x4c\x9e", + "\x82\x63", "\x5d\x55", "\x82\x64", "\x5d\x57", "\x49\x43", "\x5a\x82", + "\x5d\x59", "\x82\x65", "\x58\xc4", "\x82\x66", "\x5d\x56", "\x82\x67", + "\x82\x68", "\x5d\x51", "\x82\x69", "\x5d\x52", "\x51\x49", "\x5d\x53", + "\x82\x6a", "\x82\x6b", "\x4e\xf2", "\x58\xdd", "\x4c\xa8", "\x82\x6c", + "\x4f\xe2", "\x82\x6d", "\x5d\x5d", "\x82\x6e", "\x82\x6f", "\x82\x70", + "\x82\x71", "\x5d\x5a", "\x82\x72", "\x48\xb2", "\x82\x73", "\x82\x74", + "\x82\x75", "\x5d\x62", "\x82\x76", "\x82\x77", "\x82\x78", "\x82\x79", + "\x82\x7a", "\x82\x7b", "\x82\x7c", "\x82\x7d", "\x82\x7e", "\x82\x7f", + "\x82\x81", "\x82\x82", "\x82\x83", "\x5d\x64", "\x49\x56", "\x82\x84", + "\x5d\x5f", "\x82\x85", "\x82\x86", "\x4b\x59", "\x82\x87", "\x4f\xf2", + "\x82\x88", "\x82\x89", "\x82\x8a", "\x56\xc7", "\x4d\xf1", "\x59\xcf", + "\x82\x8b", "\x5d\x63", "\x82\x8c", "\x82\x8d", "\x4f\x89", "\x82\x8e", + "\x4a\x4b", "\x82\x8f", "\x82\x90", "\x82\x91", "\x5d\x65", "\x4f\xea", + "\x82\x92", "\x5d\x66", "\x5d\x5b", "\x52\xde", "\x82\x93", "\x5d\x5e", + "\x5d\x61", "\x5d\x60", "\x82\x94", "\x82\x95", "\x82\x96", "\x82\x97", + "\x82\x98", "\x82\x99", "\x82\x9a", "\x82\x9b", "\x82\x9c", "\x82\x9d", + "\x82\x9e", "\x5b\x4e", "\x82\x9f", "\x5b\xb4", "\x82\xa0", "\x54\x84", + "\x82\xa1", "\x82\xa2", "\x82\xa3", "\x82\xa4", "\x5d\x68", "\x82\xa5", + "\x82\xa6", "\x82\xa7", "\x4e\xd8", "\x5d\x6a", "\x82\xa8", "\x82\xa9", + "\x82\xaa", "\x5d\x5c", "\x82\xab", "\x5d\x6b", "\x53\xaa", "\x82\xac", + "\x82\xad", "\x82\xae", "\x82\xaf", "\x82\xb0", "\x5d\x69", "\x82\xb1", + "\x82\xb2", "\x82\xb3", "\x82\xb4", "\x5c\x97", "\x82\xb5", "\x57\x43", + "\x82\xb6", "\x82\xb7", "\x82\xb8", "\x82\xb9", "\x82\xba", "\x82\xbb", + "\x82\xbc", "\x82\xbd", "\x4f\x41", "\x82\xbe", "\x82\xbf", "\x82\xc0", + "\x82\xc1", "\x82\xc2", "\x82\xc3", "\x5d\x6c", "\x82\xc4", "\x82\xc5", + "\x82\xc6", "\x82\xc7", "\x82\xc8", "\x82\xc9", "\x82\xca", "\x82\xcb", + "\x82\xcc", "\x53\x5c", "\x57\x55", "\x82\xcd", "\x82\xce", "\x82\xcf", + "\x5d\x6d", "\x82\xd0", "\x82\xd1", "\x5d\x67", "\x4a\x45", "\x50\x9f", + "\x82\xd2", "\x82\xd3", "\x82\xd4", "\x82\xd5", "\x4c\xb4", "\x82\xd6", + "\x82\xd7", "\x50\xfb", "\x82\xd8", "\x82\xd9", "\x82\xda", "\x82\xdb", + "\x48\xf7", "\x82\xdc", "\x82\xdd", "\x82\xde", "\x82\xdf", "\x82\xe0", + "\x82\xe1", "\x82\xe2", "\x82\xe3", "\x82\xe4", "\x82\xe5", "\x82\xe6", + "\x82\xe7", "\x82\xe8", "\x82\xe9", "\x82\xea", "\x82\xeb", "\x82\xec", + "\x82\xed", "\x82\xee", "\x82\xef", "\x82\xf0", "\x4a\xf5", "\x82\xf1", + "\x5d\x6e", "\x82\xf2", "\x5d\x6f", "\x4a\xa1", "\x5d\x70", "\x82\xf3", + "\x82\xf4", "\x4a\xde", "\x82\xf5", "\x82\xf6", "\x82\xf7", "\x82\xf8", + "\x82\xf9", "\x48\xc0", "\x82\xfa", "\x82\xfb", "\x82\xfc", "\x82\xfd", + "\x83\x41", "\x83\x42", "\x83\x43", "\x5d\x71", "\x55\x55", "\x83\x44", + "\x83\x45", "\x83\x46", "\x83\x47", "\x83\x48", "\x83\x49", "\x83\x4a", + "\x83\x4b", "\x83\x4c", "\x83\x4d", "\x83\x4e", "\x83\x4f", "\x83\x50", + "\x83\x51", "\x83\x52", "\x83\x53", "\x83\x54", "\x83\x55", "\x83\x56", + "\x58\x92", "\x83\x57", "\x83\x58", "\x83\x59", "\x83\x5a", "\x83\x5b", + "\x83\x5c", "\x5d\x72", "\x83\x5d", "\x83\x5e", "\x83\x5f", "\x51\x65", + "\x83\x60", "\x83\x61", "\x83\x62", "\x83\x63", "\x83\x64", "\x83\x65", + "\x83\x66", "\x83\x67", "\x83\x68", "\x83\x69", "\x83\x6a", "\x5d\x76", + "\x55\x4e", "\x83\x6b", "\x83\x6c", "\x83\x6d", "\x83\x6e", "\x5d\x75", + "\x5d\x74", "\x5d\x77", "\x83\x6f", "\x83\x70", "\x83\x71", "\x83\x72", + "\x56\x7b", "\x83\x73", "\x4f\x49", "\x83\x74", "\x83\x75", "\x83\x76", + "\x83\x77", "\x83\x78", "\x53\xa6", "\x83\x79", "\x83\x7a", "\x83\x7b", + "\x83\x7c", "\x83\x7d", "\x83\x7e", "\x83\x7f", "\x83\x81", "\x83\x82", + "\x83\x83", "\x5d\x73", "\x5d\x78", "\x83\x84", "\x83\x85", "\x83\x86", + "\x5d\x79", "\x83\x87", "\x83\x88", "\x83\x89", "\x83\x8a", "\x83\x8b", + "\x83\x8c", "\x54\xe4", "\x83\x8d", "\x83\x8e", "\x83\x8f", "\x83\x90", + "\x83\x91", "\x83\x92", "\x83\x93", "\x83\x94", "\x83\x95", "\x83\x96", + "\x83\x97", "\x83\x98", "\x83\x99", "\x83\x9a", "\x50\xdb", "\x83\x9b", + "\x83\x9c", "\x83\x9d", "\x83\x9e", "\x83\x9f", "\x83\xa0", "\x83\xa1", + "\x83\xa2", "\x83\xa3", "\x83\xa4", "\x83\xa5", "\x83\xa6", "\x83\xa7", + "\x83\xa8", "\x83\xa9", "\x83\xaa", "\x83\xab", "\x83\xac", "\x83\xad", + "\x83\xae", "\x83\xaf", "\x83\xb0", "\x83\xb1", "\x83\xb2", "\x83\xb3", + "\x83\xb4", "\x83\xb5", "\x83\xb6", "\x83\xb7", "\x4b\xf8", "\x5c\xa2", + "\x5a\xc9", "\x83\xb8", "\x5a\xa9", "\x58\xd5", "\x4a\x85", "\x5b\x77", + "\x83\xb9", "\x58\x68", "\x4d\x83", "\x83\xba", "\x50\x6b", "\x83\xbb", + "\x52\x83", "\x83\xbc", "\x83\xbd", "\x83\xbe", "\x4b\xd1", "\x83\xbf", + "\x83\xc0", "\x57\x63", "\x5d\x8f", "\x5d\x91", "\x83\xc1", "\x83\xc2", + "\x83\xc3", "\x4b\x53", "\x83\xc4", "\x4b\xb4", "\x83\xc5", "\x83\xc6", + "\x83\xc7", "\x83\xc8", "\x83\xc9", "\x4f\xa3", "\x83\xca", "\x83\xcb", + "\x54\xea", "\x83\xcc", "\x83\xcd", "\x54\xaa", "\x83\xce", "\x83\xcf", + "\x48\xca", "\x4d\x4b", "\x51\x9a", "\x5d\x83", "\x83\xd0", "\x50\xbb", + "\x4d\x52", "\x83\xd1", "\x4d\x78", "\x58\xca", "\x49\x99", "\x53\xe3", + "\x4f\xde", "\x4b\x85", "\x5c\x68", "\x83\xd2", "\x59\x99", "\x4e\xe5", + "\x55\xdd", "\x83\xd3", "\x83\xd4", "\x4e\xbc", "\x5d\x87", "\x5c\xe6", + "\x83\xd5", "\x83\xd6", "\x52\xd9", "\x83\xd7", "\x83\xd8", "\x4c\xd3", + "\x54\xbc", "\x83\xd9", "\x83\xda", "\x49\xe0", "\x5a\xd8", "\x83\xdb", + "\x83\xdc", "\x83\xdd", "\x83\xde", "\x52\x50", "\x83\xdf", "\x83\xe0", + "\x52\x82", "\x5d\xa1", "\x54\xde", "\x83\xe1", "\x58\xb3", "\x83\xe2", + "\x4f\xfb", "\x53\x49", "\x83\xe3", "\x83\xe4", "\x83\xe5", "\x4d\x7a", + "\x83\xe6", "\x5d\xa2", "\x83\xe7", "\x5a\xa8", "\x5d\xa3", "\x83\xe8", + "\x83\xe9", "\x83\xea", "\x83\xeb", "\x83\xec", "\x5d\x9c", "\x4b\xab", + "\x83\xed", "\x83\xee", "\x4c\x8c", "\x49\x9a", "\x5d\x9d", "\x4a\x86", + "\x4f\xf5", "\x83\xef", "\x50\x97", "\x59\xb0", "\x50\xe3", "\x83\xf0", + "\x83\xf1", "\x83\xf2", "\x4b\xb2", "\x5d\x9f", "\x5d\x9e", "\x83\xf3", + "\x83\xf4", "\x4f\xba", "\x83\xf5", "\x83\xf6", "\x83\xf7", "\x53\xdf", + "\x83\xf8", "\x5c\x5c", "\x5d\xa0", "\x83\xf9", "\x51\x59", "\x83\xfa", + "\x4b\x93", "\x51\x89", "\x83\xfb", "\x83\xfc", "\x4e\xf4", "\x83\xfd", + "\x4a\xd4", "\x84\x41", "\x84\x42", "\x84\x43", "\x84\x44", "\x84\x45", + "\x84\x46", "\x84\x47", "\x84\x48", "\x84\x49", "\x51\x7d", "\x84\x4a", + "\x52\xfc", "\x84\x4b", "\x84\x4c", "\x4e\xb7", "\x4c\x52", "\x84\x4d", + "\x84\x4e", "\x4c\x90", "\x84\x4f", "\x84\x50", "\x84\x51", "\x84\x52", + "\x84\x53", "\x84\x54", "\x5d\x8d", "\x84\x55", "\x53\xbd", "\x84\x56", + "\x50\x4d", "\x4e\x6b", "\x84\x57", "\x84\x58", "\x4b\x6a", "\x84\x59", + "\x5e\x69", "\x58\xd6", "\x84\x5a", "\x57\x59", "\x48\xbb", "\x4a\x97", + "\x4e\x98", "\x5e\x6a", "\x4d\xae", "\x84\x5b", "\x5a\xe3", "\x4b\x56", + "\x4b\x94", "\x5c\xd5", "\x54\xcf", "\x84\x5c", "\x84\x5d", "\x4c\x76", + "\x54\x70", "\x5c\xd6", "\x84\x5e", "\x50\x4f", "\x84\x5f", "\x84\x60", + "\x5e\x5b", "\x5c\xd7", "\x84\x61", "\x84\x62", "\x58\xcb", "\x4e\x4e", + "\x84\x63", "\x84\x64", "\x84\x65", "\x66\x5e", "\x51\x70", "\x51\x96", + "\x5a\xf1", "\x4c\xd4", "\x4a\xb3", "\x84\x66", "\x4a\x96", "\x84\x67", + "\x84\x68", "\x55\x5e", "\x84\x69", "\x84\x6a", "\x84\x6b", "\x53\x70", + "\x84\x6c", "\x84\x6d", "\x84\x6e", "\x53\x79", "\x50\xfa", "\x84\x6f", + "\x49\x91", "\x84\x70", "\x5c\xd8", "\x4d\x6e", "\x84\x71", "\x4b\x5d", + "\x84\x72", "\x84\x73", "\x5c\xd9", "\x84\x74", "\x84\x75", "\x5b\xc5", + "\x56\x42", "\x54\xae", "\x55\x52", "\x4a\xcb", "\x50\x6c", "\x84\x76", + "\x4d\x95", "\x84\x77", "\x5c\xda", "\x5c\xdb", "\x4b\xe6", "\x4e\xc0", + "\x56\xe9", "\x84\x78", "\x84\x79", "\x84\x7a", "\x84\x7b", "\x84\x7c", + "\x84\x7d", "\x58\x98", "\x84\x7e", "\x5c\xdc", "\x54\x50", "\x84\x7f", + "\x84\x81", "\x4d\x70", "\x4f\x43", "\x84\x82", "\x84\x83", "\x56\xdd", + "\x84\x84", "\x53\xc9", "\x84\x85", "\x84\x86", "\x84\x87", "\x84\x88", + "\x84\x89", "\x5c\xdf", "\x84\x8a", "\x5c\xdd", "\x84\x8b", "\x84\x8c", + "\x5c\xde", "\x84\x8d", "\x84\x8e", "\x84\x8f", "\x48\xfd", "\x84\x90", + "\x4f\xe6", "\x84\x91", "\x55\xa2", "\x4e\xf3", "\x84\x92", "\x84\x93", + "\x84\x94", "\x84\x95", "\x4c\xb0", "\x84\x96", "\x84\x97", "\x4c\xed", + "\x84\x98", "\x84\x99", "\x84\x9a", "\x84\x9b", "\x84\x9c", "\x84\x9d", + "\x84\x9e", "\x84\x9f", "\x84\xa0", "\x84\xa1", "\x5c\xe1", "\x84\xa2", + "\x4f\x6b", "\x84\xa3", "\x5c\xe3", "\x5c\xe2", "\x84\xa4", "\x84\xa5", + "\x84\xa6", "\x84\xa7", "\x84\xa8", "\x53\x9d", "\x84\xa9", "\x84\xaa", + "\x84\xab", "\x84\xac", "\x84\xad", "\x84\xae", "\x84\xaf", "\x5c\xe4", + "\x84\xb0", "\x84\xb1", "\x5c\xe5", "\x84\xb2", "\x84\xb3", "\x84\xb4", + "\x84\xb5", "\x84\xb6", "\x84\xb7", "\x84\xb8", "\x51\x46", "\x84\xb9", + "\x54\xaf", "\x48\xeb", "\x4d\x46", "\x4e\xd2", "\x57\xf0", "\x5e\x5d", + "\x51\x73", "\x84\xba", "\x84\xbb", "\x84\xbc", "\x84\xbd", "\x4b\xae", + "\x5b\xf9", "\x53\x4c", "\x4f\x79", "\x5e\x5e", "\x5e\x5f", "\x84\xbe", + "\x84\xbf", "\x84\xc0", "\x50\xf7", "\x4f\xa1", "\x50\xcc", "\x84\xc1", + "\x84\xc2", "\x84\xc3", "\x84\xc4", "\x84\xc5", "\x84\xc6", "\x84\xc7", + "\x84\xc8", "\x84\xc9", "\x84\xca", "\x5e\x60", "\x55\xc5", "\x84\xcb", + "\x84\xcc", "\x84\xcd", "\x49\xa9", "\x84\xce", "\x84\xcf", "\x84\xd0", + "\x5a\x62", "\x84\xd1", "\x52\x84", "\x84\xd2", "\x59\x4b", "\x84\xd3", + "\x84\xd4", "\x84\xd5", "\x84\xd6", "\x5e\x62", "\x84\xd7", "\x50\xd4", + "\x84\xd8", "\x84\xd9", "\x84\xda", "\x5e\x63", "\x84\xdb", "\x50\x51", + "\x84\xdc", "\x84\xdd", "\x84\xde", "\x84\xdf", "\x84\xe0", "\x84\xe1", + "\x52\xbb", "\x84\xe2", "\x84\xe3", "\x84\xe4", "\x84\xe5", "\x54\x7a", + "\x84\xe6", "\x84\xe7", "\x84\xe8", "\x84\xe9", "\x84\xea", "\x84\xeb", + "\x84\xec", "\x84\xed", "\x84\xee", "\x84\xef", "\x84\xf0", "\x5e\x64", + "\x84\xf1", "\x84\xf2", "\x84\xf3", "\x84\xf4", "\x84\xf5", "\x84\xf6", + "\x84\xf7", "\x84\xf8", "\x5d\x89", "\x55\x77", "\x84\xf9", "\x84\xfa", + "\x84\xfb", "\x4d\x54", "\x57\xef", "\x5a\xc7", "\x84\xfc", "\x84\xfd", + "\x85\x41", "\x85\x42", "\x48\xfb", "\x4a\xd1", "\x85\x43", "\x58\xd8", + "\x85\x44", "\x85\x45", "\x85\x46", "\x85\x47", "\x5d\x8a", "\x85\x48", + "\x5f\xca", "\x5d\x8c", "\x85\x49", "\x85\x4a", "\x85\x4b", "\x85\x4c", + "\x5c\xaf", "\x4e\x4f", "\x49\x51", "\x85\x4d", "\x4a\x77", "\x5c\xcd", + "\x85\x4e", "\x85\x4f", "\x5a\xd0", "\x85\x50", "\x85\x51", "\x4f\x53", + "\x50\x90", "\x85\x52", "\x58\x5b", "\x85\x53", "\x85\x54", "\x5c\xcf", + "\x85\x55", "\x85\x56", "\x85\x57", "\x4c\x6b", "\x85\x58", "\x85\x59", + "\x85\x5a", "\x5c\xd0", "\x85\x5b", "\x85\x5c", "\x85\x5d", "\x85\x5e", + "\x85\x5f", "\x85\x60", "\x85\x61", "\x85\x62", "\x85\x63", "\x85\x64", + "\x53\xa4", "\x54\x99", "\x59\xbc", "\x85\x65", "\x85\x66", "\x5c\xd1", + "\x52\xe3", "\x85\x67", "\x55\xad", "\x85\x68", "\x54\x47", "\x85\x69", + "\x5c\xa5", "\x85\x6a", "\x55\x9e", "\x57\xe6", "\x4e\x7c", "\x48\xea", + "\x85\x6b", "\x85\x6c", "\x85\x6d", "\x4e\x4a", "\x58\xac", "\x85\x6e", + "\x49\x50", "\x5c\x85", "\x5c\x5f", "\x85\x6f", "\x4b\x45", "\x51\xf3", + "\x52\xce", "\x85\x70", "\x85\x71", "\x49\xa8", "\x85\x72", "\x49\xb6", + "\x85\x73", "\x49\x86", "\x60\x52", "\x5b\x5c", "\x50\x48", "\x51\xab", + "\x5c\xd4", "\x51\xb0", "\x85\x74", "\x5c\xd3", "\x57\xd3", "\x85\x75", + "\x5d\xdf", "\x85\x76", "\x57\xbf", "\x85\x77", "\x85\x78", "\x5c\xb3", + "\x52\x4e", "\x5a\x41", "\x57\xa2", "\x85\x79", "\x4e\xb3", "\x54\xb3", + "\x51\xd0", "\x85\x7a", "\x4f\xec", "\x58\xb5", "\x85\x7b", "\x5d\xe0", + "\x85\x7c", "\x85\x7d", "\x85\x7e", "\x85\x7f", "\x54\x85", "\x85\x81", + "\x85\x82", "\x4a\x47", "\x85\x83", "\x4b\xf1", "\x56\xfb", "\x50\xf9", + "\x85\x84", "\x85\x85", "\x50\xf6", "\x85\x86", "\x59\x59", "\x59\x82", + "\x5c\xc6", "\x85\x87", "\x85\x88", "\x85\x89", "\x85\x8a", "\x85\x8b", + "\x85\x8c", "\x85\x8d", "\x49\xdd", "\x85\x8e", "\x85\x8f", "\x50\xe4", + "\x85\x90", "\x4d\xf0", "\x85\x91", "\x85\x92", "\x5c\xc7", "\x85\x93", + "\x5a\xac", "\x85\x94", "\x85\x95", "\x58\x82", "\x5c\xc8", "\x85\x96", + "\x5c\xc9", "\x58\x63", "\x85\x97", "\x4a\x99", "\x4f\xc6", "\x85\x98", + "\x85\x99", "\x85\x9a", "\x85\x9b", "\x5c\xca", "\x85\x9c", "\x85\x9d", + "\x85\x9e", "\x85\x9f", "\x85\xa0", "\x85\xa1", "\x85\xa2", "\x5e\x6c", + "\x85\xa3", "\x85\xa4", "\x85\xa5", "\x85\xa6", "\x54\xa4", "\x85\xa7", + "\x85\xa8", "\x85\xa9", "\x58\x78", "\x85\xaa", "\x54\xfd", "\x49\xcd", + "\x85\xab", "\x85\xac", "\x85\xad", "\x85\xae", "\x85\xaf", "\x5a\x76", + "\x49\xe5", "\x4e\xaf", "\x5a\x71", "\x56\x4b", "\x4c\x54", "\x85\xb0", + "\x85\xb1", "\x85\xb2", "\x4c\x42", "\x85\xb3", "\x85\xb4", "\x55\xe4", + "\x85\xb5", "\x54\xa0", "\x55\xdb", "\x49\x85", "\x58\xef", "\x85\xb6", + "\x53\x71", "\x85\xb7", "\x85\xb8", "\x85\xb9", "\x5e\x65", "\x4b\x9f", + "\x85\xba", "\x85\xbb", "\x50\x7a", "\x4d\x65", "\x4f\xe3", "\x51\x8e", + "\x85\xbc", "\x60\x56", "\x60\x55", "\x5b\xba", "\x4f\x70", "\x5b\x79", + "\x48\xc7", "\x4b\xa2", "\x50\x69", "\x56\xa7", "\x60\x53", "\x55\xb6", + "\x5a\x72", "\x85\xbd", "\x5c\xce", "\x59\xb5", "\x4d\xc4", "\x56\x5e", + "\x56\xbd", "\x85\xbe", "\x60\x57", "\x4b\x91", "\x60\x54", "\x85\xbf", + "\x85\xc0", "\x85\xc1", "\x5a\x96", "\x85\xc2", "\x4a\x74", "\x4c\xf6", + "\x85\xc3", "\x60\x5a", "\x85\xc4", "\x4d\xce", "\x4e\xa9", "\x4b\x96", + "\x85\xc5", "\x57\x4c", "\x52\x9c", "\x4d\xf2", "\x50\xf3", "\x57\x62", + "\x58\x93", "\x60\x58", "\x58\x65", "\x85\xc6", "\x51\xbf", "\x60\x59", + "\x51\xef", "\x85\xc7", "\x85\xc8", "\x85\xc9", "\x4f\xfc", "\x85\xca", + "\x51\x7f", "\x57\x6c", "\x59\xf6", "\x4c\x6d", "\x60\x61", "\x85\xcb", + "\x60\x64", "\x85\xcc", "\x85\xcd", "\x4c\x92", "\x48\xc8", "\x4b\xd5", + "\x4c\x74", "\x85\xce", "\x4d\xab", "\x56\xfc", "\x50\x74", "\x56\x51", + "\x53\xf3", "\x85\xcf", "\x5b\xa7", "\x60\x65", "\x85\xd0", "\x57\xe1", + "\x4a\x53", "\x85\xd1", "\x85\xd2", "\x57\xfb", "\x4a\xb4", "\x85\xd3", + "\x57\xc6", "\x4d\xef", "\x85\xd4", "\x57\xe0", "\x85\xd5", "\x59\x5d", + "\x85\xd6", "\x85\xd7", "\x60\x60", "\x85\xd8", "\x85\xd9", "\x4a\xf3", + "\x85\xda", "\x4a\x6a", "\x85\xdb", "\x4c\xe5", "\x60\x5b", "\x85\xdc", + "\x85\xdd", "\x85\xde", "\x85\xdf", "\x52\xc4", "\x85\xe0", "\x60\x5c", + "\x60\x5d", "\x60\x5e", "\x53\x5b", "\x60\x5f", "\x60\x62", "\x5a\xb0", + "\x60\x63", "\x85\xe1", "\x54\x5a", "\x57\xd7", "\x85\xe2", "\x85\xe3", + "\x85\xe4", "\x85\xe5", "\x85\xe6", "\x52\xd7", "\x85\xe7", "\x60\x6a", + "\x85\xe8", "\x60\x6f", "\x85\xe9", "\x5b\xdb", "\x85\xea", "\x85\xeb", + "\x85\xec", "\x85\xed", "\x85\xee", "\x85\xef", "\x85\xf0", "\x85\xf1", + "\x60\x69", "\x60\x7a", "\x57\xb5", "\x85\xf2", "\x4d\xc6", "\x60\x6e", + "\x60\x68", "\x53\x7e", "\x85\xf3", "\x85\xf4", "\x55\x8c", "\x4d\xf3", + "\x52\x9d", "\x85\xf5", "\x85\xf6", "\x4f\xd6", "\x85\xf7", "\x60\x66", + "\x85\xf8", "\x60\x6d", "\x85\xf9", "\x53\x78", "\x85\xfa", "\x85\xfb", + "\x85\xfc", "\x85\xfd", "\x5b\x46", "\x4d\xcc", "\x86\x41", "\x4f\xcb", + "\x5a\x5d", "\x4c\xbf", "\x86\x42", "\x5b\xe3", "\x86\x43", "\x60\x67", + "\x4d\x5e", "\x50\x47", "\x86\x44", "\x86\x45", "\x51\x9d", "\x60\x6b", + "\x60\x6c", "\x86\x46", "\x60\x70", "\x86\x47", "\x86\x48", "\x86\x49", + "\x86\x4a", "\x86\x4b", "\x60\x7b", "\x60\x86", "\x86\x4c", "\x60\x77", + "\x60\x76", "\x5c\x69", "\x60\x84", "\x60\x85", "\x63\x8c", "\x59\xa6", + "\x60\x72", "\x86\x4d", "\x50\x49", "\x86\x4e", "\x5a\xda", "\x86\x4f", + "\x50\x68", "\x60\x74", "\x86\x50", "\x86\x51", "\x86\x52", "\x58\x6c", + "\x86\x53", "\x86\x54", "\x60\x7d", "\x86\x55", "\x59\x6a", "\x86\x56", + "\x60\x7e", "\x48\xa6", "\x53\xb6", "\x60\x73", "\x86\x57", "\x4d\xe4", + "\x86\x58", "\x4b\xde", "\x57\x7b", "\x4d\x9f", "\x5a\xd4", "\x86\x59", + "\x86\x5a", "\x60\x7f", "\x58\x8d", "\x48\xa4", "\x60\x88", "\x60\x71", + "\x59\x66", "\x60\x75", "\x60\x78", "\x60\x79", "\x60\x7c", "\x86\x5b", + "\x4e\x49", "\x86\x5c", "\x60\x81", "\x60\x82", "\x86\x5d", "\x60\x83", + "\x60\x87", "\x60\x89", "\x5a\x54", "\x86\x5e", "\x86\x5f", "\x86\x60", + "\x86\x61", "\x86\x62", "\x4c\xe6", "\x53\x56", "\x60\x8b", "\x55\x7a", + "\x51\x48", "\x52\xc3", "\x86\x63", "\x86\x64", "\x50\x7e", "\x58\x99", + "\x86\x65", "\x86\x66", "\x86\x67", "\x5b\x7c", "\x60\x8f", "\x86\x68", + "\x86\x69", "\x86\x6a", "\x86\x6b", "\x86\x6c", "\x86\x6d", "\x49\xb7", + "\x86\x6e", "\x4d\xde", "\x60\x8d", "\x86\x6f", "\x5e\x61", "\x86\x70", + "\x59\x85", "\x86\x71", "\x86\x72", "\x86\x73", "\x86\x74", "\x56\x95", + "\x4a\xbc", "\x86\x75", "\x48\xa5", "\x86\x76", "\x86\x77", "\x86\x78", + "\x86\x79", "\x86\x7a", "\x60\x92", "\x56\xc5", "\x60\x93", "\x86\x7b", + "\x86\x7c", "\x60\x8e", "\x86\x7d", "\x86\x7e", "\x86\x7f", "\x86\x81", + "\x86\x82", "\x86\x83", "\x60\x8a", "\x86\x84", "\x86\x85", "\x86\x86", + "\x86\x87", "\x60\x8c", "\x86\x88", "\x60\x90", "\x60\x91", "\x4e\x5d", + "\x86\x89", "\x86\x8a", "\x60\x94", "\x86\x8b", "\x86\x8c", "\x60\x95", + "\x86\x8d", "\x4e\x43", "\x86\x8e", "\x55\xda", "\x57\xa7", "\x60\xa6", + "\x4a\x4a", "\x86\x8f", "\x60\xa5", "\x86\x90", "\x86\x91", "\x86\x92", + "\x60\xa0", "\x86\x93", "\x86\x94", "\x86\x95", "\x86\x96", "\x60\x9f", + "\x86\x97", "\x57\x79", "\x60\x9d", "\x86\x98", "\x60\x9b", "\x86\x99", + "\x50\x70", "\x5c\x64", "\x86\x9a", "\x55\x6c", "\x86\x9b", "\x86\x9c", + "\x60\x99", "\x48\xa0", "\x86\x9d", "\x86\x9e", "\x86\x9f", "\x86\xa0", + "\x86\xa1", "\x60\x9e", "\x86\xa2", "\x86\xa3", "\x86\xa4", "\x86\xa5", + "\x60\x9c", "\x60\xa1", "\x86\xa6", "\x86\xa7", "\x86\xa8", "\x86\xa9", + "\x86\xaa", "\x60\xa7", "\x86\xab", "\x86\xac", "\x86\xad", "\x86\xae", + "\x4c\x68", "\x86\xaf", "\x86\xb0", "\x53\xa0", "\x55\x56", "\x50\xb1", + "\x60\x96", "\x86\xb1", "\x86\xb2", "\x53\x5e", "\x86\xb3", "\x5c\xc3", + "\x60\x9a", "\x52\xf5", "\x86\xb4", "\x86\xb5", "\x86\xb6", "\x86\xb7", + "\x86\xb8", "\x86\xb9", "\x60\xa2", "\x60\xa3", "\x60\xa4", "\x58\xa4", + "\x86\xba", "\x86\xbb", "\x60\xb3", "\x56\xe3", "\x86\xbc", "\x60\xb0", + "\x86\xbd", "\x50\x46", "\x60\xae", "\x57\xb8", "\x60\xaa", "\x55\x66", + "\x86\xbe", "\x86\xbf", "\x50\xad", "\x60\xad", "\x4d\xec", "\x4d\xaf", + "\x60\xa8", "\x86\xc0", "\x86\xc1", "\x86\xc2", "\x60\x97", "\x86\xc3", + "\x60\xb2", "\x86\xc4", "\x86\xc5", "\x60\xb7", "\x86\xc6", "\x86\xc7", + "\x86\xc8", "\x4a\xac", "\x60\xb8", "\x86\xc9", "\x86\xca", "\x58\x52", + "\x4d\xc7", "\x86\xcb", "\x60\xaf", "\x86\xcc", "\x86\xcd", "\x86\xce", + "\x86\xcf", "\x86\xd0", "\x86\xd1", "\x86\xd2", "\x58\xf9", "\x86\xd3", + "\x86\xd4", "\x86\xd5", "\x86\xd6", "\x86\xd7", "\x86\xd8", "\x86\xd9", + "\x86\xda", "\x86\xdb", "\x60\xab", "\x86\xdc", "\x5a\xfa", "\x86\xdd", + "\x60\x98", "\x86\xde", "\x53\x88", "\x86\xdf", "\x60\xac", "\x86\xe0", + "\x5a\x98", "\x86\xe1", "\x60\xb5", "\x60\xb6", "\x86\xe2", "\x86\xe3", + "\x86\xe4", "\x86\xe5", "\x86\xe6", "\x60\xc3", "\x58\xe0", "\x86\xe7", + "\x86\xe8", "\x86\xe9", "\x60\xbb", "\x86\xea", "\x86\xeb", "\x60\xc8", + "\x60\xc9", "\x86\xec", "\x86\xed", "\x86\xee", "\x60\xbd", "\x60\xa9", + "\x55\x44", "\x60\xc0", "\x86\xef", "\x60\xb1", "\x86\xf0", "\x86\xf1", + "\x86\xf2", "\x86\xf3", "\x86\xf4", "\x55\xc7", "\x60\xc2", "\x86\xf5", + "\x60\xb4", "\x86\xf6", "\x57\xca", "\x86\xf7", "\x56\x63", "\x60\xcc", + "\x60\xc5", "\x60\xc1", "\x86\xf8", "\x60\xca", "\x86\xf9", "\x60\xb9", + "\x60\xbe", "\x60\xbf", "\x86\xfa", "\x86\xfb", "\x60\xc4", "\x86\xfc", + "\x86\xfd", "\x60\xc6", "\x60\xc7", "\x87\x41", "\x60\xcb", "\x87\x42", + "\x60\xba", "\x87\x43", "\x87\x44", "\x87\x45", "\x87\x46", "\x87\x47", + "\x56\x74", "\x60\xd4", "\x87\x48", "\x60\xd5", "\x60\xd1", "\x87\x49", + "\x87\x4a", "\x87\x4b", "\x87\x4c", "\x87\x4d", "\x87\x4e", "\x60\xcf", + "\x4e\xcd", "\x87\x4f", "\x87\x50", "\x60\xd0", "\x87\x51", "\x4c\xc1", + "\x5c\xc4", "\x87\x52", "\x87\x53", "\x87\x54", "\x87\x55", "\x87\x56", + "\x87\x57", "\x87\x58", "\x87\x59", "\x58\xe9", "\x87\x5a", "\x87\x5b", + "\x51\xee", "\x87\x5c", "\x87\x5d", "\x60\xce", "\x60\xbc", "\x87\x5e", + "\x87\x5f", "\x87\x60", "\x60\xd3", "\x60\xd2", "\x87\x61", "\x87\x62", + "\x60\xd6", "\x87\x63", "\x87\x64", "\x87\x65", "\x87\x66", "\x60\xdb", + "\x60\xd7", "\x87\x67", "\x87\x68", "\x87\x69", "\x5b\xf5", "\x4a\x50", + "\x87\x6a", "\x5c\x8d", "\x87\x6b", "\x56\x5b", "\x87\x6c", "\x87\x6d", + "\x60\xd9", "\x87\x6e", "\x57\xfa", "\x87\x6f", "\x87\x70", "\x87\x71", + "\x4d\xd8", "\x87\x72", "\x87\x73", "\x87\x74", "\x87\x75", "\x87\x76", + "\x87\x77", "\x87\x78", "\x87\x79", "\x87\x7a", "\x87\x7b", "\x87\x7c", + "\x87\x7d", "\x60\xe0", "\x60\xdc", "\x59\xac", "\x87\x7e", "\x87\x7f", + "\x87\x81", "\x87\x82", "\x87\x83", "\x60\xe1", "\x87\x84", "\x87\x85", + "\x60\xda", "\x60\xd8", "\x60\xde", "\x87\x86", "\x87\x87", "\x60\xdf", + "\x87\x88", "\x87\x89", "\x87\x8a", "\x87\x8b", "\x87\x8c", "\x60\xdd", + "\x87\x8d", "\x60\xe3", "\x87\x8e", "\x87\x8f", "\x87\x90", "\x53\xf6", + "\x5c\xab", "\x5a\xea", "\x60\xe5", "\x55\xc8", "\x87\x91", "\x87\x92", + "\x87\x93", "\x87\x94", "\x60\xe4", "\x87\x95", "\x87\x96", "\x87\x97", + "\x87\x98", "\x4c\xc0", "\x87\x99", "\x87\x9a", "\x87\x9b", "\x87\x9c", + "\x60\xe6", "\x60\xe7", "\x87\x9d", "\x87\x9e", "\x87\x9f", "\x87\xa0", + "\x87\xa1", "\x87\xa2", "\x87\xa3", "\x87\xa4", "\x60\xe8", "\x60\xe2", + "\x87\xa5", "\x87\xa6", "\x87\xa7", "\x87\xa8", "\x87\xa9", "\x87\xaa", + "\x87\xab", "\x4d\xbe", "\x56\xe6", "\x87\xac", "\x87\xad", "\x87\xae", + "\x60\xe9", "\x87\xaf", "\x87\xb0", "\x87\xb1", "\x87\xb2", "\x87\xb3", + "\x87\xb4", "\x87\xb5", "\x87\xb6", "\x87\xb7", "\x87\xb8", "\x87\xb9", + "\x87\xba", "\x87\xbb", "\x87\xbc", "\x87\xbd", "\x58\x9a", "\x87\xbe", + "\x87\xbf", "\x87\xc0", "\x87\xc1", "\x87\xc2", "\x87\xc3", "\x87\xc4", + "\x87\xc5", "\x87\xc6", "\x87\xc7", "\x87\xc8", "\x60\xea", "\x87\xc9", + "\x87\xca", "\x87\xcb", "\x87\xcc", "\x87\xcd", "\x87\xce", "\x87\xcf", + "\x54\xc1", "\x87\xd0", "\x87\xd1", "\x87\xd2", "\x87\xd3", "\x4f\x60", + "\x87\xd4", "\x87\xd5", "\x87\xd6", "\x87\xd7", "\x87\xd8", "\x87\xd9", + "\x87\xda", "\x87\xdb", "\x87\xdc", "\x87\xdd", "\x87\xde", "\x87\xdf", + "\x87\xe0", "\x52\xd1", "\x87\xe1", "\x87\xe2", "\x87\xe3", "\x87\xe4", + "\x87\xe5", "\x87\xe6", "\x87\xe7", "\x87\xe8", "\x87\xe9", "\x60\xeb", + "\x87\xea", "\x87\xeb", "\x60\xec", "\x87\xec", "\x87\xed", "\x54\x95", + "\x56\x64", "\x87\xee", "\x60\xed", "\x4e\x78", "\x5c\xb5", "\x59\xf1", + "\x60\xee", "\x57\x65", "\x87\xef", "\x4b\xd9", "\x87\xf0", "\x87\xf1", + "\x87\xf2", "\x87\xf3", "\x87\xf4", "\x87\xf5", "\x60\xf0", "\x87\xf6", + "\x5a\xaf", "\x87\xf7", "\x87\xf8", "\x50\xa6", "\x4a\xd0", "\x87\xf9", + "\x87\xfa", "\x57\xa6", "\x60\xef", "\x87\xfb", "\x87\xfc", "\x87\xfd", + "\x60\xf1", "\x4d\x6c", "\x88\x41", "\x88\x42", "\x4d\x9b", "\x57\x5c", + "\x60\xf2", "\x88\x43", "\x88\x44", "\x88\x45", "\x53\xd3", "\x60\xf3", + "\x88\x46", "\x5a\xb1", "\x88\x47", "\x54\xa5", "\x60\xf5", "\x60\xf4", + "\x88\x48", "\x88\x49", "\x88\x4a", "\x88\x4b", "\x88\x4c", "\x88\x4d", + "\x88\x4e", "\x88\x4f", "\x88\x50", "\x88\x51", "\x88\x52", "\x88\x53", + "\x88\x54", "\x88\x55", "\x88\x56", "\x88\x57", "\x88\x58", "\x60\xf6", + "\x88\x59", "\x88\x5a", "\x57\x61", "\x88\x5b", "\x88\x5c", "\x88\x5d", + "\x55\xa4", "\x88\x5e", "\x88\x5f", "\x88\x60", "\x88\x61", "\x5a\xd9", + "\x5e\x77", "\x5e\x79", "\x88\x62", "\x5e\x78", "\x4d\x88", "\x5e\x7c", + "\x5e\x7d", "\x4b\x78", "\x88\x63", "\x88\x64", "\x5e\x7a", "\x88\x65", + "\x88\x66", "\x88\x67", "\x88\x68", "\x88\x69", "\x5e\x7b", "\x4a\x41", + "\x5e\x7f", "\x88\x6a", "\x88\x6b", "\x4e\x99", "\x88\x6c", "\x5b\xb6", + "\x88\x6d", "\x5e\x81", "\x88\x6e", "\x88\x6f", "\x88\x70", "\x88\x71", + "\x4f\xf8", "\x88\x72", "\x88\x73", "\x4c\x5b", "\x88\x74", "\x5e\x70", + "\x56\xad", "\x50\x52", "\x4e\x55", "\x5c\x99", "\x50\x73", "\x88\x75", + "\x88\x76", "\x88\x77", "\x88\x78", "\x88\x79", "\x50\x8a", "\x88\x7a", + "\x88\x7b", "\x4e\xe0", "\x56\xb2", "\x5e\x7e", "\x48\xd2", "\x57\xea", + "\x4c\x78", "\x5c\x59", "\x53\xc1", "\x88\x7c", "\x88\x7d", "\x50\xa3", + "\x88\x7e", "\x56\xb8", "\x88\x7f", "\x5e\x88", "\x5e\x82", "\x53\xb9", + "\x5e\x84", "\x88\x81", "\x5e\x89", "\x88\x82", "\x53\x98", "\x88\x83", + "\x88\x84", "\x88\x85", "\x5e\x8b", "\x88\x86", "\x88\x87", "\x5e\x8a", + "\x50\x60", "\x88\x88", "\x88\x89", "\x88\x8a", "\x5e\x87", "\x5e\x86", + "\x88\x8b", "\x88\x8c", "\x88\x8d", "\x88\x8e", "\x88\x8f", "\x4a\xb8", + "\x50\xab", "\x51\xa1", "\x5e\x83", "\x5e\x85", "\x88\x90", "\x88\x91", + "\x88\x92", "\x88\x93", "\x58\xcc", "\x5e\x8e", "\x88\x94", "\x88\x95", + "\x88\x96", "\x88\x97", "\x88\x98", "\x50\xdc", "\x5e\x93", "\x88\x99", + "\x88\x9a", "\x88\x9b", "\x88\x9c", "\x88\x9d", "\x88\x9e", "\x88\x9f", + "\x4b\xe1", "\x88\xa0", "\x88\xa1", "\x88\xa2", "\x88\xa3", "\x5e\x94", + "\x5e\x72", "\x4d\x58", "\x5a\xaa", "\x5e\x8d", "\x88\xa4", "\x50\x71", + "\x5e\x91", "\x88\xa5", "\x5e\x71", "\x88\xa6", "\x4b\x87", "\x88\xa7", + "\x5e\x8c", "\x50\x86", "\x88\xa8", "\x88\xa9", "\x88\xaa", "\x5e\x8f", + "\x88\xab", "\x5e\x92", "\x88\xac", "\x88\xad", "\x88\xae", "\x5e\x9a", + "\x88\xaf", "\x88\xb0", "\x88\xb1", "\x88\xb2", "\x88\xb3", "\x88\xb4", + "\x88\xb5", "\x88\xb6", "\x88\xb7", "\x4d\x41", "\x48\xa2", "\x88\xb8", + "\x88\xb9", "\x88\xba", "\x88\xbb", "\x88\xbc", "\x88\xbd", "\x88\xbe", + "\x51\xf0", "\x88\xbf", "\x88\xc0", "\x4a\x67", "\x5e\x90", "\x88\xc1", + "\x88\xc2", "\x5e\x99", "\x88\xc3", "\x53\xd1", "\x5e\x95", "\x88\xc4", + "\x88\xc5", "\x5e\x96", "\x5e\x98", "\x5e\x97", "\x88\xc6", "\x88\xc7", + "\x5e\x9f", "\x88\xc8", "\x5a\x93", "\x49\xb9", "\x88\xc9", "\x88\xca", + "\x88\xcb", "\x5e\x9e", "\x88\xcc", "\x88\xcd", "\x88\xce", "\x88\xcf", + "\x88\xd0", "\x88\xd1", "\x88\xd2", "\x88\xd3", "\x5e\xa3", "\x88\xd4", + "\x5e\x9c", "\x88\xd5", "\x88\xd6", "\x88\xd7", "\x88\xd8", "\x5e\x9b", + "\x88\xd9", "\x88\xda", "\x88\xdb", "\x5e\x9d", "\x53\x81", "\x4e\x9a", + "\x88\xdc", "\x88\xdd", "\x5e\xa2", "\x88\xde", "\x88\xdf", "\x5e\xa4", + "\x88\xe0", "\x56\xc2", "\x88\xe1", "\x88\xe2", "\x88\xe3", "\x4b\xd0", + "\x5f\x60", "\x88\xe4", "\x88\xe5", "\x88\xe6", "\x5e\xa0", "\x88\xe7", + "\x5e\xa1", "\x88\xe8", "\x88\xe9", "\x88\xea", "\x54\x55", "\x88\xeb", + "\x88\xec", "\x88\xed", "\x4b\xe8", "\x88\xee", "\x88\xef", "\x88\xf0", + "\x5e\xa6", "\x88\xf1", "\x88\xf2", "\x88\xf3", "\x88\xf4", "\x5e\xa5", + "\x88\xf5", "\x5e\xa8", "\x49\x44", "\x88\xf6", "\x88\xf7", "\x4b\x6c", + "\x88\xf8", "\x88\xf9", "\x88\xfa", "\x88\xfb", "\x88\xfc", "\x50\x50", + "\x88\xfd", "\x89\x41", "\x89\x42", "\x89\x43", "\x89\x44", "\x59\x7f", + "\x89\x45", "\x89\x46", "\x89\x47", "\x89\x48", "\x4b\xc1", "\x89\x49", + "\x89\x4a", "\x89\x4b", "\x89\x4c", "\x89\x4d", "\x89\x4e", "\x89\x4f", + "\x89\x50", "\x89\x51", "\x89\x52", "\x89\x53", "\x89\x54", "\x89\x55", + "\x89\x56", "\x5e\xa7", "\x89\x57", "\x89\x58", "\x89\x59", "\x89\x5a", + "\x89\x5b", "\x89\x5c", "\x89\x5d", "\x56\x9b", "\x66\x94", "\x89\x5e", + "\x89\x5f", "\x89\x60", "\x56\x7c", "\x89\x61", "\x89\x62", "\x56\x9f", + "\x89\x63", "\x89\x64", "\x89\x65", "\x56\xc0", "\x89\x66", "\x89\x67", + "\x89\x68", "\x89\x69", "\x89\x6a", "\x54\xfa", "\x89\x6b", "\x89\x6c", + "\x89\x6d", "\x89\x6e", "\x89\x6f", "\x89\x70", "\x5e\xa9", "\x89\x71", + "\x89\x72", "\x89\x73", "\x89\x74", "\x89\x75", "\x56\xed", "\x5e\xaa", + "\x89\x76", "\x89\x77", "\x89\x78", "\x89\x79", "\x89\x7a", "\x89\x7b", + "\x89\x7c", "\x89\x7d", "\x89\x7e", "\x89\x7f", "\x89\x81", "\x89\x82", + "\x89\x83", "\x89\x84", "\x89\x85", "\x89\x86", "\x89\x87", "\x5e\x73", + "\x89\x88", "\x5e\xae", "\x5e\xab", "\x89\x89", "\x4f\xb2", "\x89\x8a", + "\x55\xfa", "\x89\x8b", "\x89\x8c", "\x89\x8d", "\x5e\xac", "\x89\x8e", + "\x89\x8f", "\x89\x90", "\x89\x91", "\x89\x92", "\x89\x93", "\x89\x94", + "\x89\x95", "\x55\x6a", "\x52\xb8", "\x89\x96", "\x89\x97", "\x89\x98", + "\x89\x99", "\x89\x9a", "\x54\x5d", "\x5e\xad", "\x89\x9b", "\x89\x9c", + "\x89\x9d", "\x5a\xf5", "\x58\xe5", "\x89\x9e", "\x89\x9f", "\x89\xa0", + "\x89\xa1", "\x89\xa2", "\x89\xa3", "\x89\xa4", "\x89\xa5", "\x52\xaa", + "\x4b\xd4", "\x89\xa6", "\x89\xa7", "\x89\xa8", "\x89\xa9", "\x89\xaa", + "\x89\xab", "\x89\xac", "\x89\xad", "\x89\xae", "\x89\xaf", "\x89\xb0", + "\x89\xb1", "\x89\xb2", "\x89\xb3", "\x89\xb4", "\x89\xb5", "\x89\xb6", + "\x89\xb7", "\x5e\x74", "\x89\xb8", "\x89\xb9", "\x89\xba", "\x89\xbb", + "\x49\x7a", "\x89\xbc", "\x89\xbd", "\x89\xbe", "\x5e\x75", "\x89\xbf", + "\x89\xc0", "\x89\xc1", "\x89\xc2", "\x89\xc3", "\x89\xc4", "\x89\xc5", + "\x89\xc6", "\x89\xc7", "\x89\xc8", "\x89\xc9", "\x5e\x76", "\x89\xca", + "\x89\xcb", "\x89\xcc", "\x4d\xbd", "\x89\xcd", "\x89\xce", "\x89\xcf", + "\x89\xd0", "\x89\xd1", "\x89\xd2", "\x89\xd3", "\x89\xd4", "\x89\xd5", + "\x89\xd6", "\x89\xd7", "\x89\xd8", "\x89\xd9", "\x89\xda", "\x54\xbf", + "\x89\xdb", "\x89\xdc", "\x89\xdd", "\x89\xde", "\x89\xdf", "\x89\xe0", + "\x55\xbe", "\x54\xc8", "\x89\xe1", "\x5c\x53", "\x89\xe2", "\x55\x9a", + "\x89\xe3", "\x89\xe4", "\x50\x67", "\x89\xe5", "\x89\xe6", "\x4d\xf7", + "\x89\xe7", "\x89\xe8", "\x59\xbb", "\x89\xe9", "\x89\xea", "\x89\xeb", + "\x89\xec", "\x89\xed", "\x89\xee", "\x89\xef", "\x89\xf0", "\x61\xb9", + "\x89\xf1", "\x4a\xa5", "\x89\xf2", "\x89\xf3", "\x49\x58", "\x89\xf4", + "\x89\xf5", "\x89\xf6", "\x89\xf7", "\x89\xf8", "\x4c\xb3", "\x89\xf9", + "\x58\x64", "\x89\xfa", "\x89\xfb", "\x89\xfc", "\x89\xfd", "\x5d\x88", + "\x58\x46", "\x57\x83", "\x8a\x41", "\x8a\x42", "\x5d\x8e", "\x4b\xdf", + "\x8a\x43", "\x59\xb8", "\x8a\x44", "\x8a\x45", "\x4d\x5b", "\x8a\x46", + "\x8a\x47", "\x8a\x48", "\x8a\x49", "\x61\xb8", "\x61\xb6", "\x8a\x4a", + "\x4a\xf2", "\x8a\x4b", "\x56\xeb", "\x56\xaa", "\x4c\x93", "\x8a\x4c", + "\x5c\xb1", "\x59\x8c", "\x4d\xba", "\x8a\x4d", "\x55\xa6", "\x8a\x4e", + "\x8a\x4f", "\x57\x57", "\x8a\x50", "\x8a\x51", "\x59\xc3", "\x50\x85", + "\x4e\xcf", "\x4b\xe0", "\x8a\x52", "\x5f\xc4", "\x8a\x53", "\x8a\x54", + "\x8a\x55", "\x8a\x56", "\x5f\xc5", "\x5e\x5c", "\x8a\x57", "\x59\x79", + "\x8a\x58", "\x8a\x59", "\x53\xe5", "\x52\xcd", "\x4c\x8f", "\x8a\x5a", + "\x4c\x7c", "\x8a\x5b", "\x8a\x5c", "\x50\x9d", "\x5c\x81", "\x8a\x5d", + "\x53\xf4", "\x8a\x5e", "\x8a\x5f", "\x49\x5c", "\x5f\xc7", "\x4f\x51", + "\x56\xd6", "\x5f\xc9", "\x8a\x60", "\x5f\xc8", "\x8a\x61", "\x8a\x62", + "\x8a\x63", "\x8a\x64", "\x8a\x65", "\x4b\x8d", "\x8a\x66", "\x55\x7d", + "\x8a\x67", "\x8a\x68", "\x48\xc1", "\x8a\x69", "\x8a\x6a", "\x8a\x6b", + "\x8a\x6c", "\x8a\x6d", "\x8a\x6e", "\x8a\x6f", "\x8a\x70", "\x8a\x71", + "\x8a\x72", "\x8a\x73", "\x8a\x74", "\x8a\x75", "\x53\x4e", "\x53\x4b", + "\x8a\x76", "\x52\xcb", "\x8a\x77", "\x4e\xe8", "\x56\x9e", "\x8a\x78", + "\x8a\x79", "\x8a\x7a", "\x4d\xc2", "\x8a\x7b", "\x8a\x7c", "\x8a\x7d", + "\x63\x9a", "\x54\xe6", "\x63\x9b", "\x57\x9e", "\x8a\x7e", "\x5c\x51", + "\x4c\xbd", "\x51\xe7", "\x8a\x7f", "\x54\xd0", "\x8a\x81", "\x8a\x82", + "\x63\x9c", "\x8a\x83", "\x8a\x84", "\x8a\x85", "\x8a\x86", "\x4b\xc9", + "\x4e\xca", "\x8a\x87", "\x8a\x88", "\x59\x9e", "\x63\xa0", "\x8a\x89", + "\x52\x8f", "\x8a\x8a", "\x8a\x8b", "\x8a\x8c", "\x8a\x8d", "\x63\xa3", + "\x8a\x8e", "\x8a\x8f", "\x8a\x90", "\x8a\x91", "\x63\x9f", "\x63\xa4", + "\x57\x77", "\x8a\x92", "\x8a\x93", "\x4c\x61", "\x63\x9d", "\x63\x9e", + "\x63\xa2", "\x8a\x94", "\x8a\x95", "\x52\xdc", "\x63\xa7", "\x8a\x96", + "\x8a\x97", "\x63\xa6", "\x8a\x98", "\x8a\x99", "\x8a\x9a", "\x8a\x9b", + "\x8a\x9c", "\x8a\x9d", "\x52\x63", "\x8a\x9e", "\x53\xdd", "\x8a\x9f", + "\x8a\xa0", "\x63\xa9", "\x8a\xa1", "\x8a\xa2", "\x8a\xa3", "\x8a\xa4", + "\x8a\xa5", "\x8a\xa6", "\x8a\xa7", "\x52\xb6", "\x8a\xa8", "\x8a\xa9", + "\x8a\xaa", "\x63\xa1", "\x55\xbb", "\x8a\xab", "\x8a\xac", "\x8a\xad", + "\x8a\xae", "\x4f\x84", "\x4d\x63", "\x63\xa5", "\x58\xd4", "\x57\xae", + "\x8a\xaf", "\x8a\xb0", "\x63\xa8", "\x63\xaf", "\x8a\xb1", "\x59\xa5", + "\x8a\xb2", "\x4f\x4a", "\x63\xac", "\x8a\xb3", "\x8a\xb4", "\x8a\xb5", + "\x8a\xb6", "\x8a\xb7", "\x63\xae", "\x8a\xb8", "\x50\xd0", "\x8a\xb9", + "\x8a\xba", "\x59\xcb", "\x8a\xbb", "\x8a\xbc", "\x8a\xbd", "\x4e\xa6", + "\x8a\xbe", "\x8a\xbf", "\x8a\xc0", "\x8a\xc1", "\x8a\xc2", "\x8a\xc3", + "\x8a\xc4", "\x8a\xc5", "\x8a\xc6", "\x8a\xc7", "\x8a\xc8", "\x8a\xc9", + "\x63\xb0", "\x8a\xca", "\x59\xf5", "\x8a\xcb", "\x8a\xcc", "\x8a\xcd", + "\x5c\x6b", "\x8a\xce", "\x57\x9f", "\x8a\xcf", "\x57\x7e", "\x51\xa5", + "\x63\xaa", "\x63\xab", "\x4f\x5f", "\x63\xad", "\x63\xb2", "\x8a\xd0", + "\x8a\xd1", "\x63\xb1", "\x8a\xd2", "\x8a\xd3", "\x8a\xd4", "\x8a\xd5", + "\x63\xb5", "\x8a\xd6", "\x63\xb7", "\x8a\xd7", "\x8a\xd8", "\x8a\xd9", + "\x8a\xda", "\x52\xee", "\x8a\xdb", "\x8a\xdc", "\x8a\xdd", "\x52\xc7", + "\x8a\xde", "\x8a\xdf", "\x4f\xe9", "\x55\x90", "\x8a\xe0", "\x8a\xe1", + "\x63\xb6", "\x8a\xe2", "\x4b\xef", "\x8a\xe3", "\x8a\xe4", "\x8a\xe5", + "\x52\x85", "\x8a\xe6", "\x8a\xe7", "\x8a\xe8", "\x8a\xe9", "\x8a\xea", + "\x8a\xeb", "\x8a\xec", "\x5a\x8a", "\x63\xb3", "\x8a\xed", "\x63\xb4", + "\x8a\xee", "\x54\xa1", "\x8a\xef", "\x8a\xf0", "\x8a\xf1", "\x8a\xf2", + "\x8a\xf3", "\x63\xbc", "\x8a\xf4", "\x8a\xf5", "\x8a\xf6", "\x63\xb8", + "\x8a\xf7", "\x8a\xf8", "\x8a\xf9", "\x8a\xfa", "\x8a\xfb", "\x53\xc4", + "\x8a\xfc", "\x8a\xfd", "\x57\x92", "\x63\xba", "\x8b\x41", "\x8b\x42", + "\x8b\x43", "\x8b\x44", "\x8b\x45", "\x8b\x46", "\x8b\x47", "\x8b\x48", + "\x8b\x49", "\x8b\x4a", "\x63\xbb", "\x8b\x4b", "\x8b\x4c", "\x8b\x4d", + "\x8b\x4e", "\x4e\x8a", "\x8b\x4f", "\x8b\x50", "\x8b\x51", "\x8b\x52", + "\x8b\x53", "\x8b\x54", "\x8b\x55", "\x63\xbd", "\x8b\x56", "\x8b\x57", + "\x8b\x58", "\x8b\x59", "\x63\xb9", "\x8b\x5a", "\x8b\x5b", "\x50\xb6", + "\x8b\x5c", "\x8b\x5d", "\x8b\x5e", "\x8b\x5f", "\x8b\x60", "\x8b\x61", + "\x8b\x62", "\x8b\x63", "\x8b\x64", "\x5a\x44", "\x63\xbe", "\x55\x95", + "\x63\xc2", "\x8b\x65", "\x8b\x66", "\x63\xc3", "\x8b\x67", "\x8b\x68", + "\x8b\x69", "\x8b\x6a", "\x58\xf5", "\x8b\x6b", "\x8b\x6c", "\x8b\x6d", + "\x8b\x6e", "\x8b\x6f", "\x8b\x70", "\x8b\x71", "\x8b\x72", "\x8b\x73", + "\x8b\x74", "\x8b\x75", "\x8b\x76", "\x8b\x77", "\x8b\x78", "\x8b\x79", + "\x8b\x7a", "\x8b\x7b", "\x8b\x7c", "\x52\x5d", "\x8b\x7d", "\x8b\x7e", + "\x8b\x7f", "\x8b\x81", "\x8b\x82", "\x8b\x83", "\x8b\x84", "\x52\x64", + "\x63\xc1", "\x8b\x85", "\x8b\x86", "\x8b\x87", "\x8b\x88", "\x8b\x89", + "\x8b\x8a", "\x8b\x8b", "\x8b\x8c", "\x8b\x8d", "\x8b\x8e", "\x8b\x8f", + "\x8b\x90", "\x8b\x91", "\x8b\x92", "\x63\xc0", "\x8b\x93", "\x8b\x94", + "\x8b\x95", "\x8b\x96", "\x8b\x97", "\x8b\x98", "\x8b\x99", "\x63\xc6", + "\x58\x51", "\x8b\x9a", "\x66\x95", "\x8b\x9b", "\x8b\x9c", "\x63\xc9", + "\x8b\x9d", "\x8b\x9e", "\x8b\x9f", "\x8b\xa0", "\x8b\xa1", "\x63\xc4", + "\x8b\xa2", "\x8b\xa3", "\x4e\xdd", "\x55\x49", "\x8b\xa4", "\x8b\xa5", + "\x8b\xa6", "\x8b\xa7", "\x8b\xa8", "\x8b\xa9", "\x4e\xb4", "\x8b\xaa", + "\x8b\xab", "\x58\x73", "\x8b\xac", "\x8b\xad", "\x8b\xae", "\x8b\xaf", + "\x8b\xb0", "\x63\xc7", "\x8b\xb1", "\x63\xc8", "\x8b\xb2", "\x63\xcd", + "\x8b\xb3", "\x63\xcf", "\x8b\xb4", "\x8b\xb5", "\x8b\xb6", "\x63\xd0", + "\x8b\xb7", "\x8b\xb8", "\x8b\xb9", "\x63\xca", "\x4b\x75", "\x8b\xba", + "\x63\xcb", "\x8b\xbb", "\x8b\xbc", "\x63\xce", "\x8b\xbd", "\x8b\xbe", + "\x52\xda", "\x8b\xbf", "\x63\xc5", "\x8b\xc0", "\x8b\xc1", "\x8b\xc2", + "\x8b\xc3", "\x8b\xc4", "\x63\xcc", "\x8b\xc5", "\x8b\xc6", "\x8b\xc7", + "\x8b\xc8", "\x8b\xc9", "\x8b\xca", "\x8b\xcb", "\x8b\xcc", "\x8b\xcd", + "\x8b\xce", "\x8b\xcf", "\x8b\xd0", "\x8b\xd1", "\x8b\xd2", "\x8b\xd3", + "\x8b\xd4", "\x8b\xd5", "\x8b\xd6", "\x8b\xd7", "\x8b\xd8", "\x8b\xd9", + "\x8b\xda", "\x8b\xdb", "\x63\xd1", "\x8b\xdc", "\x8b\xdd", "\x8b\xde", + "\x8b\xdf", "\x8b\xe0", "\x8b\xe1", "\x8b\xe2", "\x8b\xe3", "\x8b\xe4", + "\x8b\xe5", "\x8b\xe6", "\x8b\xe7", "\x63\xd3", "\x63\xd2", "\x8b\xe8", + "\x8b\xe9", "\x8b\xea", "\x8b\xeb", "\x8b\xec", "\x8b\xed", "\x8b\xee", + "\x8b\xef", "\x8b\xf0", "\x8b\xf1", "\x8b\xf2", "\x8b\xf3", "\x8b\xf4", + "\x8b\xf5", "\x8b\xf6", "\x8b\xf7", "\x8b\xf8", "\x8b\xf9", "\x8b\xfa", + "\x8b\xfb", "\x8b\xfc", "\x8b\xfd", "\x8c\x41", "\x8c\x42", "\x8c\x43", + "\x8c\x44", "\x63\xd4", "\x8c\x45", "\x5d\x99", "\x8c\x46", "\x8c\x47", + "\x63\xd5", "\x8c\x48", "\x8c\x49", "\x8c\x4a", "\x8c\x4b", "\x8c\x4c", + "\x8c\x4d", "\x8c\x4e", "\x8c\x4f", "\x63\xd6", "\x8c\x50", "\x8c\x51", + "\x8c\x52", "\x8c\x53", "\x8c\x54", "\x8c\x55", "\x8c\x56", "\x8c\x57", + "\x8c\x58", "\x8c\x59", "\x8c\x5a", "\x8c\x5b", "\x8c\x5c", "\x8c\x5d", + "\x8c\x5e", "\x5c\x73", "\x63\xdc", "\x8c\x5f", "\x63\xdd", "\x50\x77", + "\x5a\xcf", "\x8c\x60", "\x5c\x76", "\x4a\xe5", "\x56\x90", "\x63\xd9", + "\x5c\xc2", "\x5c\x6e", "\x58\xa1", "\x8c\x61", "\x52\x6f", "\x8c\x62", + "\x8c\x63", "\x63\xde", "\x4e\xbd", "\x4d\x62", "\x63\xda", "\x59\x47", + "\x8c\x64", "\x8c\x65", "\x4d\xa1", "\x51\xce", "\x8c\x66", "\x5c\xaa", + "\x8c\x67", "\x8c\x68", "\x8c\x69", "\x55\xea", "\x63\x8f", "\x8c\x6a", + "\x63\xdb", "\x8c\x6b", "\x4c\x96", "\x8c\x6c", "\x8c\x6d", "\x8c\x6e", + "\x8c\x6f", "\x54\xe5", "\x8c\x70", "\x8c\x71", "\x52\xf4", "\x8c\x72", + "\x8c\x73", "\x63\x52", "\x52\xfd", "\x8c\x74", "\x56\x9d", "\x63\x53", + "\x5b\x4c", "\x8c\x75", "\x5a\x8f", "\x55\xd7", "\x48\xb1", "\x8c\x76", + "\x56\x6e", "\x57\x8b", "\x8c\x77", "\x8c\x78", "\x4d\xe9", "\x8c\x79", + "\x8c\x7a", "\x8c\x7b", "\x63\x55", "\x8c\x7c", "\x63\x54", "\x8c\x7d", + "\x5c\x7a", "\x4d\x79", "\x5b\xe5", "\x4b\xa7", "\x57\x91", "\x59\xca", + "\x49\x46", "\x55\xb4", "\x8c\x7e", "\x4a\x89", "\x55\x94", "\x50\x6d", + "\x58\xfa", "\x55\xd1", "\x63\x56", "\x4e\x62", "\x8c\x7f", "\x8c\x81", + "\x8c\x82", "\x58\x7c", "\x4d\x4c", "\x8c\x83", "\x8c\x84", "\x8c\x85", + "\x8c\x86", "\x5a\xd6", "\x8c\x87", "\x8c\x88", "\x4d\xa5", "\x59\x88", + "\x58\x9d", "\x4e\xd1", "\x8c\x89", "\x63\x57", "\x54\xdc", "\x8c\x8a", + "\x8c\x8b", "\x8c\x8c", "\x50\x8e", "\x49\x97", "\x56\x7e", "\x8c\x8d", + "\x8c\x8e", "\x4e\xc4", "\x8c\x8f", "\x4e\xc3", "\x59\xf9", "\x52\x7c", + "\x50\x7c", "\x8c\x90", "\x8c\x91", "\x8c\x92", "\x8c\x93", "\x4c\xba", + "\x8c\x94", "\x8c\x95", "\x8c\x96", "\x52\x62", "\x8c\x97", "\x4d\xad", + "\x5a\xa1", "\x8c\x98", "\x8c\x99", "\x8c\x9a", "\x8c\x9b", "\x8c\x9c", + "\x8c\x9d", "\x8c\x9e", "\x8c\x9f", "\x8c\xa0", "\x54\x7e", "\x52\xae", + "\x49\xeb", "\x8c\xa1", "\x4d\x71", "\x8c\xa2", "\x8c\xa3", "\x63\x5b", + "\x51\x68", "\x8c\xa4", "\x8c\xa5", "\x5b\x4f", "\x8c\xa6", "\x8c\xa7", + "\x8c\xa8", "\x8c\xa9", "\x8c\xaa", "\x63\x5c", "\x8c\xab", "\x63\x5e", + "\x8c\xac", "\x8c\xad", "\x8c\xae", "\x8c\xaf", "\x8c\xb0", "\x8c\xb1", + "\x8c\xb2", "\x4a\xe6", "\x4b\xd3", "\x56\x62", "\x59\x50", "\x4b\x5c", + "\x8c\xb3", "\x8c\xb4", "\x55\xd8", "\x8c\xb5", "\x4c\x83", "\x8c\xb6", + "\x8c\xb7", "\x55\x85", "\x8c\xb8", "\x4f\x4b", "\x8c\xb9", "\x8c\xba", + "\x57\xbd", "\x5c\x91", "\x8c\xbb", "\x8c\xbc", "\x8c\xbd", "\x8c\xbe", + "\x58\xa0", "\x8c\xbf", "\x55\x79", "\x8c\xc0", "\x8c\xc1", "\x4b\xfa", + "\x63\xd7", "\x4e\xe1", "\x8c\xc2", "\x4a\x5e", "\x8c\xc3", "\x55\x70", + "\x8c\xc4", "\x63\xd8", "\x4a\x42", "\x8c\xc5", "\x8c\xc6", "\x8c\xc7", + "\x8c\xc8", "\x5f\xcb", "\x8c\xc9", "\x5a\x68", "\x5f\xcc", "\x8c\xca", + "\x59\xa1", "\x8c\xcb", "\x8c\xcc", "\x8c\xcd", "\x8c\xce", "\x5f\xcd", + "\x8c\xcf", "\x8c\xd0", "\x8c\xd1", "\x8c\xd2", "\x4f\xcc", "\x8c\xd3", + "\x8c\xd4", "\x5f\xce", "\x8c\xd5", "\x8c\xd6", "\x8c\xd7", "\x55\xab", + "\x59\xfb", "\x4a\x7f", "\x63\x8b", "\x52\xe0", "\x4f\xa0", "\x57\xb1", + "\x52\xf1", "\x4f\xd5", "\x53\xa7", "\x49\xe2", "\x8c\xd8", "\x8c\xd9", + "\x4f\xd2", "\x8c\xda", "\x8c\xdb", "\x54\x9d", "\x56\xea", "\x4f\x8d", + "\x57\xdc", "\x8c\xdc", "\x8c\xdd", "\x55\xb9", "\x53\xc0", "\x63\x8d", + "\x58\xbb", "\x8c\xde", "\x8c\xdf", "\x8c\xe0", "\x5b\x59", "\x8c\xe1", + "\x8c\xe2", "\x8c\xe3", "\x63\x8e", "\x8c\xe4", "\x8c\xe5", "\x8c\xe6", + "\x8c\xe7", "\x55\xf3", "\x8c\xe8", "\x57\x60", "\x51\xc4", "\x8c\xe9", + "\x63\x90", "\x8c\xea", "\x51\xc3", "\x63\x91", "\x8c\xeb", "\x8c\xec", + "\x8c\xed", "\x8c\xee", "\x8c\xef", "\x8c\xf0", "\x8c\xf1", "\x63\x99", + "\x57\x6d", "\x8c\xf2", "\x55\x5d", "\x8c\xf3", "\x8c\xf4", "\x8c\xf5", + "\x8c\xf6", "\x8c\xf7", "\x8c\xf8", "\x8c\xf9", "\x59\xd8", "\x61\x48", + "\x8c\xfa", "\x8c\xfb", "\x8c\xfc", "\x8c\xfd", "\x5a\x8d", "\x8d\x41", + "\x56\x8b", "\x53\xf0", "\x8d\x42", "\x8d\x43", "\x8d\x44", "\x8d\x45", + "\x8d\x46", "\x61\x4c", "\x8d\x47", "\x8d\x48", "\x8d\x49", "\x61\x47", + "\x61\x49", "\x8d\x4a", "\x8d\x4b", "\x61\x4a", "\x61\x4f", "\x8d\x4c", + "\x8d\x4d", "\x49\xec", "\x8d\x4e", "\x61\x4b", "\x4c\xd9", "\x61\x4d", + "\x61\x4e", "\x61\x50", "\x4b\x5a", "\x61\x51", "\x8d\x4f", "\x8d\x50", + "\x8d\x51", "\x8d\x52", "\x8d\x53", "\x61\x53", "\x61\x58", "\x8d\x54", + "\x8d\x55", "\x8d\x56", "\x8d\x57", "\x8d\x58", "\x59\x72", "\x8d\x59", + "\x61\x56", "\x61\x55", "\x51\x8c", "\x8d\x5a", "\x8d\x5b", "\x8d\x5c", + "\x61\x57", "\x8d\x5d", "\x5a\xbf", "\x8d\x5e", "\x61\x52", "\x8d\x5f", + "\x61\x5a", "\x48\xb5", "\x8d\x60", "\x8d\x61", "\x8d\x62", "\x8d\x63", + "\x61\x54", "\x8d\x64", "\x50\x9a", "\x8d\x65", "\x61\x59", "\x8d\x66", + "\x8d\x67", "\x61\x5b", "\x8d\x68", "\x8d\x69", "\x8d\x6a", "\x8d\x6b", + "\x8d\x6c", "\x8d\x6d", "\x61\x5e", "\x8d\x6e", "\x8d\x6f", "\x8d\x70", + "\x8d\x71", "\x8d\x72", "\x8d\x73", "\x61\x5c", "\x8d\x74", "\x8d\x75", + "\x8d\x76", "\x8d\x77", "\x8d\x78", "\x8d\x79", "\x5b\xc4", "\x8d\x7a", + "\x8d\x7b", "\x8d\x7c", "\x8d\x7d", "\x8d\x7e", "\x8d\x7f", "\x8d\x81", + "\x58\x5f", "\x8d\x82", "\x8d\x83", "\x61\x5d", "\x61\x5f", "\x51\xcc", + "\x8d\x84", "\x4b\xea", "\x8d\x85", "\x5a\x99", "\x8d\x86", "\x8d\x87", + "\x54\x6d", "\x8d\x88", "\x8d\x89", "\x4c\x86", "\x8d\x8a", "\x8d\x8b", + "\x8d\x8c", "\x8d\x8d", "\x8d\x8e", "\x8d\x8f", "\x8d\x90", "\x8d\x91", + "\x8d\x92", "\x8d\x93", "\x4f\xfd", "\x8d\x94", "\x8d\x95", "\x8d\x96", + "\x8d\x97", "\x8d\x98", "\x8d\x99", "\x61\x60", "\x61\x61", "\x8d\x9a", + "\x8d\x9b", "\x61\x67", "\x4a\x88", "\x8d\x9c", "\x8d\x9d", "\x8d\x9e", + "\x8d\x9f", "\x8d\xa0", "\x8d\xa1", "\x53\xe8", "\x8d\xa2", "\x8d\xa3", + "\x8d\xa4", "\x8d\xa5", "\x8d\xa6", "\x4a\xdd", "\x8d\xa7", "\x59\x62", + "\x8d\xa8", "\x8d\xa9", "\x8d\xaa", "\x8d\xab", "\x61\x68", "\x8d\xac", + "\x8d\xad", "\x61\x66", "\x8d\xae", "\x8d\xaf", "\x8d\xb0", "\x8d\xb1", + "\x8d\xb2", "\x61\x65", "\x8d\xb3", "\x61\x63", "\x61\x62", "\x8d\xb4", + "\x49\x60", "\x8d\xb5", "\x8d\xb6", "\x8d\xb7", "\x5b\x58", "\x61\x64", + "\x8d\xb8", "\x8d\xb9", "\x8d\xba", "\x8d\xbb", "\x8d\xbc", "\x61\x6b", + "\x8d\xbd", "\x8d\xbe", "\x8d\xbf", "\x8d\xc0", "\x8d\xc1", "\x8d\xc2", + "\x8d\xc3", "\x8d\xc4", "\x61\x6c", "\x61\x6a", "\x8d\xc5", "\x8d\xc6", + "\x8d\xc7", "\x8d\xc8", "\x8d\xc9", "\x8d\xca", "\x8d\xcb", "\x8d\xcc", + "\x68\x9b", "\x8d\xcd", "\x8d\xce", "\x61\x73", "\x61\x72", "\x54\x56", + "\x8d\xcf", "\x8d\xd0", "\x8d\xd1", "\x8d\xd2", "\x8d\xd3", "\x8d\xd4", + "\x8d\xd5", "\x8d\xd6", "\x8d\xd7", "\x8d\xd8", "\x8d\xd9", "\x61\x69", + "\x8d\xda", "\x8d\xdb", "\x61\x6e", "\x8d\xdc", "\x61\x70", "\x8d\xdd", + "\x8d\xde", "\x8d\xdf", "\x8d\xe0", "\x8d\xe1", "\x8d\xe2", "\x8d\xe3", + "\x8d\xe4", "\x8d\xe5", "\x8d\xe6", "\x8d\xe7", "\x61\x74", "\x8d\xe8", + "\x61\x71", "\x61\x6d", "\x8d\xe9", "\x8d\xea", "\x61\x6f", "\x8d\xeb", + "\x8d\xec", "\x8d\xed", "\x8d\xee", "\x61\x75", "\x8d\xef", "\x8d\xf0", + "\x8d\xf1", "\x8d\xf2", "\x8d\xf3", "\x8d\xf4", "\x8d\xf5", "\x8d\xf6", + "\x8d\xf7", "\x8d\xf8", "\x8d\xf9", "\x8d\xfa", "\x8d\xfb", "\x61\x76", + "\x8d\xfc", "\x8d\xfd", "\x8e\x41", "\x8e\x42", "\x8e\x43", "\x8e\x44", + "\x8e\x45", "\x8e\x46", "\x8e\x47", "\x8e\x48", "\x8e\x49", "\x8e\x4a", + "\x8e\x4b", "\x8e\x4c", "\x8e\x4d", "\x8e\x4e", "\x8e\x4f", "\x8e\x50", + "\x8e\x51", "\x8e\x52", "\x8e\x53", "\x8e\x54", "\x61\x77", "\x8e\x55", + "\x8e\x56", "\x8e\x57", "\x61\x78", "\x8e\x58", "\x8e\x59", "\x8e\x5a", + "\x8e\x5b", "\x8e\x5c", "\x8e\x5d", "\x8e\x5e", "\x8e\x5f", "\x8e\x60", + "\x8e\x61", "\x8e\x62", "\x8e\x63", "\x8e\x64", "\x8e\x65", "\x8e\x66", + "\x8e\x67", "\x8e\x68", "\x8e\x69", "\x8e\x6a", "\x8e\x6b", "\x8e\x6c", + "\x8e\x6d", "\x8e\x6e", "\x8e\x6f", "\x8e\x70", "\x61\x7a", "\x8e\x71", + "\x8e\x72", "\x8e\x73", "\x8e\x74", "\x8e\x75", "\x8e\x76", "\x8e\x77", + "\x8e\x78", "\x8e\x79", "\x8e\x7a", "\x8e\x7b", "\x8e\x7c", "\x8e\x7d", + "\x61\x7b", "\x8e\x7e", "\x8e\x7f", "\x8e\x81", "\x8e\x82", "\x8e\x83", + "\x8e\x84", "\x8e\x85", "\x57\xa0", "\x8e\x86", "\x8e\x87", "\x8e\x88", + "\x8e\x89", "\x8e\x8a", "\x8e\x8b", "\x8e\x8c", "\x8e\x8d", "\x8e\x8e", + "\x8e\x8f", "\x8e\x90", "\x8e\x91", "\x8e\x92", "\x64\x7d", "\x8e\x93", + "\x4a\xa7", "\x5b\xdc", "\x8e\x94", "\x8e\x95", "\x59\x52", "\x4a\x52", + "\x8e\x96", "\x8e\x97", "\x4d\x44", "\x5c\x94", "\x54\x69", "\x4f\xdd", + "\x4d\x4e", "\x8e\x98", "\x57\xd6", "\x8e\x99", "\x8e\x9a", "\x49\xed", + "\x5e\x6f", "\x8e\x9b", "\x4e\xb9", "\x59\xd0", "\x56\x68", "\x48\xcc", + "\x8e\x9c", "\x8e\x9d", "\x58\x90", "\x8e\x9e", "\x8e\x9f", "\x8e\xa0", + "\x8e\xa1", "\x8e\xa2", "\x5d\x84", "\x4f\x8e", "\x8e\xa3", "\x8e\xa4", + "\x49\x72", "\x55\xcf", "\x49\xbb", "\x8e\xa5", "\x56\x47", "\x4c\x4b", + "\x8e\xa6", "\x55\xa5", "\x8e\xa7", "\x8e\xa8", "\x8e\xa9", "\x58\x43", + "\x8e\xaa", "\x8e\xab", "\x60\xf7", "\x5b\x6a", "\x60\xfa", "\x8e\xac", + "\x8e\xad", "\x60\xf9", "\x53\x61", "\x56\xfa", "\x8e\xae", "\x51\x51", + "\x60\xf8", "\x5b\xe2", "\x49\xae", "\x5b\xc3", "\x4b\x7b", "\x8e\xaf", + "\x8e\xb0", "\x8e\xb1", "\x8e\xb2", "\x8e\xb3", "\x8e\xb4", "\x8e\xb5", + "\x8e\xb6", "\x4a\xf7", "\x5b\xa0", "\x8e\xb7", "\x8e\xb8", "\x8e\xb9", + "\x8e\xba", "\x8e\xbb", "\x58\x4f", "\x48\xee", "\x8e\xbc", "\x8e\xbd", + "\x60\xfb", "\x8e\xbe", "\x8e\xbf", "\x8e\xc0", "\x8e\xc1", "\x8e\xc2", + "\x61\x41", "\x4a\x43", "\x8e\xc3", "\x8e\xc4", "\x60\xfc", "\x60\xfd", + "\x52\x51", "\x8e\xc5", "\x8e\xc6", "\x8e\xc7", "\x8e\xc8", "\x52\x7d", + "\x8e\xc9", "\x61\x42", "\x4c\x9a", "\x8e\xca", "\x8e\xcb", "\x8e\xcc", + "\x8e\xcd", "\x8e\xce", "\x8e\xcf", "\x4e\x6f", "\x8e\xd0", "\x8e\xd1", + "\x8e\xd2", "\x8e\xd3", "\x8e\xd4", "\x8e\xd5", "\x8e\xd6", "\x61\x43", + "\x52\xba", "\x8e\xd7", "\x8e\xd8", "\x8e\xd9", "\x8e\xda", "\x8e\xdb", + "\x61\x44", "\x8e\xdc", "\x8e\xdd", "\x61\x45", "\x8e\xde", "\x8e\xdf", + "\x61\x46", "\x4a\xb0", "\x8e\xe0", "\x8e\xe1", "\x8e\xe2", "\x8e\xe3", + "\x8e\xe4", "\x8e\xe5", "\x8e\xe6", "\x8e\xe7", "\x8e\xe8", "\x8e\xe9", + "\x8e\xea", "\x8e\xeb", "\x8e\xec", "\x8e\xed", "\x8e\xee", "\x4c\xc8", + "\x53\xbc", "\x52\xe9", "\x8e\xef", "\x49\xa1", "\x8e\xf0", "\x58\xd1", + "\x8e\xf1", "\x64\x7b", "\x4e\x63", "\x5a\x77", "\x5a\x64", "\x8e\xf2", + "\x4d\x84", "\x61\xce", "\x8e\xf3", "\x8e\xf4", "\x8e\xf5", "\x5c\x4f", + "\x8e\xf6", "\x54\x8d", "\x49\x73", "\x8e\xf7", "\x8e\xf8", "\x4a\xb1", + "\x61\xd0", "\x8e\xf9", "\x8e\xfa", "\x8e\xfb", "\x58\xf1", "\x51\xad", + "\x61\xcf", "\x8e\xfc", "\x50\x83", "\x5a\x46", "\x4b\x77", "\x61\xd1", + "\x4b\x8b", "\x8e\xfd", "\x52\x8e", "\x4c\xfc", "\x8f\x41", "\x4c\xad", + "\x8f\x42", "\x53\x73", "\x4c\x6f", "\x61\xd3", "\x8f\x43", "\x8f\x44", + "\x8f\x45", "\x8f\x46", "\x61\xd2", "\x4b\xc7", "\x5c\x9a", "\x8f\x47", + "\x8f\x48", "\x8f\x49", "\x8f\x4a", "\x8f\x4b", "\x57\x45", "\x8f\x4c", + "\x8f\x4d", "\x8f\x4e", "\x8f\x4f", "\x8f\x50", "\x61\xd7", "\x8f\x51", + "\x61\xd5", "\x55\xfb", "\x50\x55", "\x5a\x59", "\x61\xd4", "\x8f\x52", + "\x8f\x53", "\x8f\x54", "\x8f\x55", "\x61\xd6", "\x8f\x56", "\x8f\x57", + "\x8f\x58", "\x8f\x59", "\x8f\x5a", "\x8f\x5b", "\x8f\x5c", "\x8f\x5d", + "\x8f\x5e", "\x8f\x5f", "\x51\x4e", "\x50\xc7", "\x8f\x60", "\x8f\x61", + "\x8f\x62", "\x8f\x63", "\x8f\x64", "\x8f\x65", "\x61\xda", "\x61\xd9", + "\x50\xa9", "\x8f\x66", "\x8f\x67", "\x51\x6e", "\x8f\x68", "\x8f\x69", + "\x8f\x6a", "\x8f\x6b", "\x61\xdb", "\x8f\x6c", "\x8f\x6d", "\x8f\x6e", + "\x8f\x6f", "\x8f\x70", "\x8f\x71", "\x8f\x72", "\x8f\x73", "\x8f\x74", + "\x8f\x75", "\x8f\x76", "\x8f\x77", "\x61\xdc", "\x8f\x78", "\x61\xdd", + "\x8f\x79", "\x8f\x7a", "\x8f\x7b", "\x8f\x7c", "\x8f\x7d", "\x8f\x7e", + "\x8f\x7f", "\x8f\x81", "\x8f\x82", "\x5e\x68", "\x8f\x83", "\x59\x73", + "\x57\x42", "\x8f\x84", "\x8f\x85", "\x4f\x48", "\x8f\x86", "\x8f\x87", + "\x8f\x88", "\x5f\xc2", "\x5c\xa4", "\x50\x4a", "\x5e\x6d", "\x59\xeb", + "\x53\xf9", "\x53\x4a", "\x8f\x89", "\x8f\x8a", "\x8f\x8b", "\x5f\xc3", + "\x8f\x8c", "\x49\x77", "\x60\x4e", "\x8f\x8d", "\x8f\x8e", "\x8f\x8f", + "\x55\xbc", "\x8f\x90", "\x60\x51", "\x8f\x91", "\x4d\x4d", "\x8f\x92", + "\x59\xfc", "\x8f\x93", "\x4c\xa4", "\x4d\xea", "\x8f\x94", "\x8f\x95", + "\x4a\x7a", "\x8f\x96", "\x8f\x97", "\x8f\x98", "\x4b\x7c", "\x5b\x65", + "\x8f\x99", "\x8f\x9a", "\x8f\x9b", "\x8f\x9c", "\x52\x76", "\x58\x72", + "\x4e\x41", "\x8f\x9d", "\x63\x94", "\x63\x93", "\x8f\x9e", "\x8f\x9f", + "\x63\x95", "\x8f\xa0", "\x57\x85", "\x8f\xa1", "\x54\xf4", "\x8f\xa2", + "\x8f\xa3", "\x8f\xa4", "\x8f\xa5", "\x8f\xa6", "\x8f\xa7", "\x8f\xa8", + "\x4b\x4f", "\x54\x5f", "\x8f\xa9", "\x63\x97", "\x8f\xaa", "\x8f\xab", + "\x8f\xac", "\x66\xaf", "\x8f\xad", "\x8f\xae", "\x8f\xaf", "\x8f\xb0", + "\x8f\xb1", "\x8f\xb2", "\x8f\xb3", "\x8f\xb4", "\x8f\xb5", "\x8f\xb6", + "\x8f\xb7", "\x8f\xb8", "\x8f\xb9", "\x8f\xba", "\x8f\xbb", "\x63\x87", + "\x8f\xbc", "\x4d\x8a", "\x4b\x51", "\x8f\xbd", "\x51\xbb", "\x63\x89", + "\x63\x88", "\x63\x8a", "\x8f\xbe", "\x8f\xbf", "\x8f\xc0", "\x8f\xc1", + "\x59\xcc", "\x8f\xc2", "\x8f\xc3", "\x8f\xc4", "\x61\x8b", "\x58\xcd", + "\x8f\xc5", "\x57\x4e", "\x8f\xc6", "\x59\x86", "\x8f\xc7", "\x8f\xc8", + "\x49\xc9", "\x49\x8c", "\x8f\xc9", "\x49\x93", "\x53\x8e", "\x8f\xca", + "\x8f\xcb", "\x5b\x63", "\x5a\x50", "\x8f\xcc", "\x61\x7c", "\x8f\xcd", + "\x8f\xce", "\x8f\xcf", "\x61\x7d", "\x8f\xd0", "\x59\xda", "\x8f\xd1", + "\x4a\x59", "\x49\x6b", "\x8f\xd2", "\x8f\xd3", "\x8f\xd4", "\x57\x9a", + "\x5b\x98", "\x61\x7e", "\x8f\xd5", "\x4f\xb5", "\x4a\xfc", "\x8f\xd6", + "\x61\x7f", "\x4d\xdb", "\x61\x81", "\x4e\x52", "\x51\xc8", "\x61\x82", + "\x8f\xd7", "\x8f\xd8", "\x8f\xd9", "\x58\xeb", "\x8f\xda", "\x57\x5d", + "\x8f\xdb", "\x8f\xdc", "\x61\x83", "\x8f\xdd", "\x4b\x63", "\x53\x67", + "\x61\x84", "\x8f\xde", "\x8f\xdf", "\x61\x85", "\x8f\xe0", "\x8f\xe1", + "\x8f\xe2", "\x8f\xe3", "\x5a\x9a", "\x8f\xe4", "\x8f\xe5", "\x8f\xe6", + "\x8f\xe7", "\x8f\xe8", "\x8f\xe9", "\x61\x86", "\x8f\xea", "\x59\x4d", + "\x8f\xeb", "\x8f\xec", "\x61\x87", "\x57\xa1", "\x8f\xed", "\x8f\xee", + "\x8f\xef", "\x8f\xf0", "\x8f\xf1", "\x8f\xf2", "\x61\x88", "\x8f\xf3", + "\x4b\x62", "\x8f\xf4", "\x8f\xf5", "\x8f\xf6", "\x8f\xf7", "\x61\x89", + "\x4e\x75", "\x8f\xf8", "\x8f\xf9", "\x8f\xfa", "\x8f\xfb", "\x8f\xfc", + "\x58\xc3", "\x61\xdf", "\x49\x78", "\x59\xe3", "\x8f\xfd", "\x90\x41", + "\x61\xe0", "\x90\x42", "\x90\x43", "\x4e\xc8", "\x54\xcb", "\x90\x44", + "\x61\xe2", "\x66\xfd", "\x66\xfc", "\x60\x4f", "\x90\x45", "\x90\x46", + "\x90\x47", "\x61\xe1", "\x5b\xbd", "\x57\x9d", "\x52\x46", "\x90\x48", + "\x90\x49", "\x90\x4a", "\x62\x63", "\x90\x4b", "\x90\x4c", "\x5b\xd1", + "\x61\xe6", "\x90\x4d", "\x90\x4e", "\x61\xe7", "\x90\x4f", "\x90\x50", + "\x5a\x67", "\x90\x51", "\x90\x52", "\x61\xeb", "\x50\x8d", "\x90\x53", + "\x61\xec", "\x61\xe4", "\x90\x54", "\x90\x55", "\x4a\x60", "\x90\x56", + "\x90\x57", "\x90\x58", "\x52\xed", "\x90\x59", "\x90\x5a", "\x61\xed", + "\x90\x5b", "\x90\x5c", "\x58\xc2", "\x90\x5d", "\x4d\xf5", "\x61\xe8", + "\x4c\x7e", "\x4e\x53", "\x56\xab", "\x56\x6b", "\x61\xe3", "\x61\xe5", + "\x61\xe9", "\x61\xea", "\x90\x5e", "\x90\x5f", "\x90\x60", "\x61\xf6", + "\x90\x61", "\x90\x62", "\x61\xf3", "\x5a\xf4", "\x61\xf2", "\x90\x63", + "\x90\x64", "\x53\x4d", "\x90\x65", "\x5b\x9b", "\x53\x62", "\x49\xbf", + "\x90\x66", "\x90\x67", "\x61\xee", "\x90\x68", "\x61\xf1", "\x51\x4f", + "\x56\x5c", "\x90\x69", "\x90\x6a", "\x4b\x41", "\x61\xf8", "\x90\x6b", + "\x90\x6c", "\x90\x6d", "\x4e\xb0", "\x61\xf0", "\x58\xd3", "\x5a\xb8", + "\x61\xf4", "\x4d\x76", "\x61\xf5", "\x90\x6e", "\x90\x6f", "\x90\x70", + "\x54\x73", "\x90\x71", "\x90\x72", "\x90\x73", "\x90\x74", "\x90\x75", + "\x61\xef", "\x90\x76", "\x90\x77", "\x90\x78", "\x90\x79", "\x90\x7a", + "\x5c\x7c", "\x67\x41", "\x90\x7b", "\x90\x7c", "\x61\xf7", "\x90\x7d", + "\x67\x45", "\x61\xfd", "\x55\xd0", "\x90\x7e", "\x90\x7f", "\x90\x81", + "\x90\x82", "\x90\x83", "\x90\x84", "\x90\x85", "\x51\x55", "\x90\x86", + "\x4e\x70", "\x90\x87", "\x90\x88", "\x50\x76", "\x90\x89", "\x4d\xe2", + "\x90\x8a", "\x90\x8b", "\x56\x41", "\x90\x8c", "\x90\x8d", "\x90\x8e", + "\x67\x46", "\x67\x43", "\x90\x8f", "\x90\x90", "\x67\x42", "\x90\x91", + "\x90\x92", "\x90\x93", "\x90\x94", "\x4e\x76", "\x67\x47", "\x58\xf3", + "\x90\x95", "\x90\x96", "\x67\x44", "\x4d\xdd", "\x4b\xf6", "\x62\x41", + "\x4b\xb1", "\x56\xf0", "\x4d\x47", "\x90\x97", "\x58\x42", "\x54\x41", + "\x90\x98", "\x90\x99", "\x50\x72", "\x90\x9a", "\x90\x9b", "\x4b\xf0", + "\x90\x9c", "\x61\xf9", "\x61\xfa", "\x61\xfc", "\x61\xfb", "\x52\xd4", + "\x62\x42", "\x90\x9d", "\x5a\x61", "\x90\x9e", "\x90\x9f", "\x90\xa0", + "\x62\x47", "\x54\x64", "\x90\xa1", "\x90\xa2", "\x90\xa3", "\x90\xa4", + "\x58\x44", "\x90\xa5", "\x90\xa6", "\x62\x49", "\x4d\xb6", "\x90\xa7", + "\x90\xa8", "\x90\xa9", "\x90\xaa", "\x62\x48", "\x90\xab", "\x4e\x7a", + "\x90\xac", "\x62\x43", "\x90\xad", "\x90\xae", "\x90\xaf", "\x62\x44", + "\x62\x4a", "\x90\xb0", "\x62\x46", "\x90\xb1", "\x57\xf1", "\x5a\x66", + "\x90\xb2", "\x90\xb3", "\x4e\x5c", "\x90\xb4", "\x90\xb5", "\x5a\xc2", + "\x90\xb6", "\x52\xf9", "\x90\xb7", "\x90\xb8", "\x67\x48", "\x58\xfb", + "\x62\x45", "\x90\xb9", "\x52\x96", "\x90\xba", "\x62\x4d", "\x49\x4f", + "\x90\xbb", "\x62\x52", "\x90\xbc", "\x90\xbd", "\x90\xbe", "\x4e\xc1", + "\x90\xbf", "\x90\xc0", "\x62\x4c", "\x4b\x5f", "\x90\xc1", "\x90\xc2", + "\x90\xc3", "\x90\xc4", "\x90\xc5", "\x90\xc6", "\x90\xc7", "\x90\xc8", + "\x54\x8a", "\x62\x50", "\x90\xc9", "\x90\xca", "\x90\xcb", "\x4f\xa9", + "\x57\x90", "\x90\xcc", "\x90\xcd", "\x90\xce", "\x90\xcf", "\x90\xd0", + "\x4e\x94", "\x90\xd1", "\x90\xd2", "\x90\xd3", "\x56\xe7", "\x90\xd4", + "\x90\xd5", "\x62\x4f", "\x90\xd6", "\x62\x51", "\x90\xd7", "\x58\x47", + "\x62\x4e", "\x90\xd8", "\x57\xa8", "\x4e\x7d", "\x90\xd9", "\x90\xda", + "\x90\xdb", "\x90\xdc", "\x90\xdd", "\x4b\x8c", "\x4f\xe4", "\x49\xd1", + "\x4a\x6d", "\x90\xde", "\x49\x59", "\x62\x4b", "\x49\xd0", "\x4b\x4c", + "\x4d\x7f", "\x4b\xe7", "\x90\xdf", "\x90\xe0", "\x58\x8c", "\x62\x57", + "\x90\xe1", "\x4e\x6c", "\x90\xe2", "\x90\xe3", "\x54\xc6", "\x58\xc9", + "\x90\xe4", "\x90\xe5", "\x90\xe6", "\x90\xe7", "\x90\xe8", "\x62\x58", + "\x4a\x8f", "\x90\xe9", "\x90\xea", "\x90\xeb", "\x90\xec", "\x67\x49", + "\x90\xed", "\x5a\x9b", "\x5a\x85", "\x90\xee", "\x90\xef", "\x90\xf0", + "\x67\x4a", "\x62\x59", "\x59\xe1", "\x90\xf1", "\x90\xf2", "\x90\xf3", + "\x90\xf4", "\x90\xf5", "\x62\x55", "\x90\xf6", "\x90\xf7", "\x90\xf8", + "\x90\xf9", "\x5a\x7e", "\x90\xfa", "\x90\xfb", "\x90\xfc", "\x90\xfd", + "\x4c\xcf", "\x62\x53", "\x91\x41", "\x91\x42", "\x62\x56", "\x4c\x7f", + "\x91\x43", "\x62\x54", "\x50\xa1", "\x91\x44", "\x91\x45", "\x91\x46", + "\x62\x5a", "\x91\x47", "\x91\x48", "\x91\x49", "\x91\x4a", "\x91\x4b", + "\x91\x4c", "\x91\x4d", "\x91\x4e", "\x91\x4f", "\x91\x50", "\x91\x51", + "\x91\x52", "\x91\x53", "\x91\x54", "\x91\x55", "\x91\x56", "\x91\x57", + "\x91\x58", "\x91\x59", "\x5a\xb7", "\x91\x5a", "\x91\x5b", "\x91\x5c", + "\x91\x5d", "\x91\x5e", "\x91\x5f", "\x91\x60", "\x91\x61", "\x4a\xc7", + "\x91\x62", "\x62\x5b", "\x91\x63", "\x4e\x65", "\x91\x64", "\x55\x98", + "\x91\x65", "\x91\x66", "\x55\x86", "\x91\x67", "\x91\x68", "\x91\x69", + "\x52\xbc", "\x91\x6a", "\x91\x6b", "\x91\x6c", "\x91\x6d", "\x91\x6e", + "\x91\x6f", "\x91\x70", "\x67\x4b", "\x91\x71", "\x91\x72", "\x91\x73", + "\x91\x74", "\x51\xfc", "\x91\x75", "\x91\x76", "\x91\x77", "\x91\x78", + "\x4e\x7b", "\x50\x4e", "\x91\x79", "\x91\x7a", "\x91\x7b", "\x91\x7c", + "\x91\x7d", "\x91\x7e", "\x91\x7f", "\x57\xbe", "\x91\x81", "\x91\x82", + "\x91\x83", "\x91\x84", "\x62\x5c", "\x91\x85", "\x50\x56", "\x91\x86", + "\x91\x87", "\x91\x88", "\x91\x89", "\x91\x8a", "\x91\x8b", "\x91\x8c", + "\x91\x8d", "\x91\x8e", "\x91\x8f", "\x91\x90", "\x91\x91", "\x91\x92", + "\x91\x93", "\x91\x94", "\x91\x95", "\x91\x96", "\x91\x97", "\x91\x98", + "\x49\x90", "\x91\x99", "\x91\x9a", "\x5a\xf6", "\x91\x9b", "\x91\x9c", + "\x91\x9d", "\x91\x9e", "\x91\x9f", "\x62\x5e", "\x91\xa0", "\x91\xa1", + "\x91\xa2", "\x91\xa3", "\x91\xa4", "\x91\xa5", "\x91\xa6", "\x91\xa7", + "\x67\x4d", "\x91\xa8", "\x91\xa9", "\x91\xaa", "\x91\xab", "\x91\xac", + "\x91\xad", "\x91\xae", "\x91\xaf", "\x91\xb0", "\x62\x5f", "\x4d\xa8", + "\x67\x4c", "\x91\xb1", "\x91\xb2", "\x62\x5d", "\x91\xb3", "\x91\xb4", + "\x91\xb5", "\x91\xb6", "\x91\xb7", "\x91\xb8", "\x91\xb9", "\x91\xba", + "\x91\xbb", "\x91\xbc", "\x62\x60", "\x91\xbd", "\x91\xbe", "\x91\xbf", + "\x91\xc0", "\x91\xc1", "\x91\xc2", "\x4d\xb5", "\x91\xc3", "\x91\xc4", + "\x91\xc5", "\x4b\xad", "\x91\xc6", "\x91\xc7", "\x91\xc8", "\x91\xc9", + "\x91\xca", "\x58\xb7", "\x91\xcb", "\x48\xc2", "\x67\x4e", "\x91\xcc", + "\x91\xcd", "\x91\xce", "\x91\xcf", "\x91\xd0", "\x67\x4f", "\x50\xc0", + "\x91\xd1", "\x62\x61", "\x91\xd2", "\x91\xd3", "\x91\xd4", "\x91\xd5", + "\x91\xd6", "\x91\xd7", "\x91\xd8", "\x91\xd9", "\x91\xda", "\x91\xdb", + "\x91\xdc", "\x91\xdd", "\x91\xde", "\x91\xdf", "\x91\xe0", "\x91\xe1", + "\x91\xe2", "\x53\x53", "\x91\xe3", "\x91\xe4", "\x91\xe5", "\x91\xe6", + "\x91\xe7", "\x91\xe8", "\x91\xe9", "\x91\xea", "\x91\xeb", "\x91\xec", + "\x91\xed", "\x91\xee", "\x91\xef", "\x91\xf0", "\x62\x62", "\x91\xf1", + "\x91\xf2", "\x91\xf3", "\x91\xf4", "\x91\xf5", "\x91\xf6", "\x91\xf7", + "\x91\xf8", "\x91\xf9", "\x5e\xb1", "\x91\xfa", "\x91\xfb", "\x91\xfc", + "\x91\xfd", "\x92\x41", "\x92\x42", "\x67\x50", "\x92\x43", "\x4c\xe9", + "\x92\x44", "\x57\xeb", "\x65\xa6", "\x58\xe6", "\x55\xf8", "\x54\xd5", + "\x58\x57", "\x4a\x69", "\x57\xd1", "\x4f\x85", "\x92\x45", "\x92\x46", + "\x62\x7e", "\x4e\x93", "\x65\xa7", "\x5b\x5d", "\x92\x47", "\x53\xdc", + "\x65\xa8", "\x92\x48", "\x92\x49", "\x92\x4a", "\x65\xa9", "\x92\x4b", + "\x65\xab", "\x65\xaa", "\x92\x4c", "\x65\xad", "\x65\xac", "\x92\x4d", + "\x92\x4e", "\x92\x4f", "\x92\x50", "\x4f\x78", "\x92\x51", "\x65\xae", + "\x92\x52", "\x51\xbd", "\x92\x53", "\x92\x54", "\x92\x55", "\x92\x56", + "\x4a\xc0", "\x4a\xf6", "\x92\x57", "\x92\x58", "\x4e\x47", "\x92\x59", + "\x92\x5a", "\x92\x5b", "\x92\x5c", "\x92\x5d", "\x66\xe5", "\x66\xe4", + "\x4c\x5f", "\x56\x9a", "\x49\x83", "\x92\x5e", "\x66\xe6", "\x92\x5f", + "\x92\x60", "\x92\x61", "\x55\x68", "\x66\xe7", "\x66\xe8", "\x92\x62", + "\x55\xd5", "\x5f\xcf", "\x49\xc4", "\x5a\xf9", "\x92\x63", "\x92\x64", + "\x53\xca", "\x48\xc6", "\x4a\xf1", "\x54\xd2", "\x92\x65", "\x92\x66", + "\x92\x67", "\x57\x70", "\x92\x68", "\x92\x69", "\x50\x58", "\x92\x6a", + "\x92\x6b", "\x92\x6c", "\x92\x6d", "\x92\x6e", "\x92\x6f", "\x92\x70", + "\x50\x7b", "\x92\x71", "\x92\x72", "\x54\x44", "\x5b\xb3", "\x92\x73", + "\x50\xa8", "\x5f\xd0", "\x55\x48", "\x59\x90", "\x53\x44", "\x48\xe6", + "\x4a\x56", "\x54\xc4", "\x92\x74", "\x92\x75", "\x48\xe1", "\x92\x76", + "\x92\x77", "\x4c\x97", "\x92\x78", "\x92\x79", "\x53\x9b", "\x92\x7a", + "\x92\x7b", "\x4b\xf2", "\x92\x7c", "\x5b\x72", "\x4a\x70", "\x4e\xbb", + "\x92\x7d", "\x92\x7e", "\x92\x7f", "\x4a\x4d", "\x92\x81", "\x92\x82", + "\x92\x83", "\x92\x84", "\x4f\xf0", "\x48\xd0", "\x92\x85", "\x92\x86", + "\x92\x87", "\x92\x88", "\x92\x89", "\x92\x8a", "\x59\xd5", "\x55\xe2", + "\x5c\x45", "\x92\x8b", "\x57\x56", "\x4b\xb5", "\x50\x59", "\x5b\x7b", + "\x92\x8c", "\x4c\xa6", "\x53\x77", "\x92\x8d", "\x92\x8e", "\x92\x8f", + "\x5f\xd1", "\x50\x79", "\x51\xd4", "\x54\x60", "\x92\x90", "\x4e\x44", + "\x49\x48", "\x92\x91", "\x92\x92", "\x53\x8b", "\x92\x93", "\x92\x94", + "\x53\x9c", "\x56\xa6", "\x92\x95", "\x92\x96", "\x92\x97", "\x92\x98", + "\x49\x47", "\x92\x99", "\x92\x9a", "\x92\x9b", "\x4b\x76", "\x92\x9c", + "\x92\x9d", "\x92\x9e", "\x52\xa7", "\x92\x9f", "\x5f\xd2", "\x59\x5a", + "\x4a\x8a", "\x92\xa0", "\x52\x93", "\x92\xa1", "\x92\xa2", "\x4c\x98", + "\x92\xa3", "\x5b\xf3", "\x4b\x43", "\x49\xef", "\x52\xb3", "\x52\xe8", + "\x50\xac", "\x5f\xd3", "\x92\xa4", "\x48\xe7", "\x53\x64", "\x51\x81", + "\x92\xa5", "\x4d\x75", "\x92\xa6", "\x4f\xdb", "\x57\x78", "\x48\xcd", + "\x92\xa7", "\x57\x6f", "\x5f\xd5", "\x4f\xcf", "\x5c\x5e", "\x5f\xd4", + "\x5b\x70", "\x48\xdc", "\x92\xa8", "\x92\xa9", "\x52\xe1", "\x92\xaa", + "\x92\xab", "\x51\xa2", "\x4e\xef", "\x92\xac", "\x5a\x55", "\x50\xb8", + "\x53\x41", "\x49\xa5", "\x5a\xf0", "\x92\xad", "\x92\xae", "\x50\xa7", + "\x55\xc2", "\x5f\xd6", "\x5b\x9d", "\x92\xaf", "\x4d\x50", "\x92\xb0", + "\x54\xac", "\x56\x49", "\x92\xb1", "\x5f\xd8", "\x50\x5d", "\x92\xb2", + "\x92\xb3", "\x92\xb4", "\x92\xb5", "\x53\xb3", "\x5c\x47", "\x55\xaf", + "\x52\xc2", "\x92\xb6", "\x4a\x76", "\x4d\x72", "\x92\xb7", "\x92\xb8", + "\x92\xb9", "\x92\xba", "\x5b\xb7", "\x65\xfb", "\x48\xb3", "\x92\xbb", + "\x92\xbc", "\x92\xbd", "\x92\xbe", "\x50\x87", "\x92\xbf", "\x92\xc0", + "\x56\xf3", "\x92\xc1", "\x92\xc2", "\x92\xc3", "\x92\xc4", "\x57\x7a", + "\x92\xc5", "\x92\xc6", "\x92\xc7", "\x5b\xbe", "\x51\xcd", "\x92\xc8", + "\x57\xcd", "\x56\xa1", "\x58\xad", "\x52\xd2", "\x4b\x52", "\x5f\xd7", + "\x5b\x96", "\x4e\xb6", "\x4e\x73", "\x92\xc9", "\x92\xca", "\x48\xa3", + "\x92\xcb", "\x53\x52", "\x4a\xeb", "\x92\xcc", "\x92\xcd", "\x92\xce", + "\x5b\x92", "\x92\xcf", "\x92\xd0", "\x65\xfc", "\x92\xd1", "\x92\xd2", + "\x92\xd3", "\x92\xd4", "\x92\xd5", "\x92\xd6", "\x5f\xd9", "\x57\x46", + "\x92\xd7", "\x92\xd8", "\x57\x8d", "\x92\xd9", "\x92\xda", "\x92\xdb", + "\x92\xdc", "\x57\xe5", "\x5f\xdb", "\x92\xdd", "\x57\x51", "\x50\xa5", + "\x92\xde", "\x92\xdf", "\x5c\x5d", "\x92\xe0", "\x5f\xda", "\x48\xc5", + "\x4d\xb3", "\x55\x73", "\x52\xf2", "\x4f\xe7", "\x92\xe1", "\x92\xe2", + "\x92\xe3", "\x92\xe4", "\x49\xb5", "\x92\xe5", "\x92\xe6", "\x92\xe7", + "\x92\xe8", "\x92\xe9", "\x92\xea", "\x92\xeb", "\x92\xec", "\x50\xcb", + "\x56\x91", "\x92\xed", "\x4e\xf0", "\x4e\x5b", "\x4b\x57", "\x92\xee", + "\x92\xef", "\x92\xf0", "\x53\x96", "\x92\xf1", "\x5f\xe5", "\x92\xf2", + "\x92\xf3", "\x92\xf4", "\x5f\xe2", "\x4f\xdc", "\x92\xf5", "\x92\xf6", + "\x5f\xde", "\x92\xf7", "\x92\xf8", "\x92\xf9", "\x92\xfa", "\x4a\xb6", + "\x4f\x7d", "\x92\xfb", "\x92\xfc", "\x5f\xdf", "\x52\xec", "\x92\xfd", + "\x93\x41", "\x93\x42", "\x93\x43", "\x58\x66", "\x93\x44", "\x4b\x81", + "\x93\x45", "\x93\x46", "\x93\x47", "\x93\x48", "\x4b\xdd", "\x55\xd9", + "\x4b\x95", "\x5f\xe4", "\x93\x49", "\x5b\x66", "\x93\x4a", "\x5f\xe0", + "\x56\xcc", "\x53\xfd", "\x93\x4b", "\x53\x65", "\x93\x4c", "\x93\x4d", + "\x93\x4e", "\x59\xb3", "\x93\x4f", "\x4f\xf1", "\x93\x50", "\x93\x51", + "\x93\x52", "\x93\x53", "\x93\x54", "\x93\x55", "\x93\x56", "\x51\xd2", + "\x93\x57", "\x56\xbc", "\x4a\x58", "\x93\x58", "\x4f\x73", "\x93\x59", + "\x50\x78", "\x57\x66", "\x59\x7a", "\x4a\xea", "\x93\x5a", "\x5f\xe3", + "\x5f\xdc", "\x5f\xe6", "\x93\x5b", "\x65\xfd", "\x93\x5c", "\x93\x5d", + "\x51\xaf", "\x5f\xe1", "\x93\x5e", "\x93\x5f", "\x5b\xbf", "\x4b\x47", + "\x93\x60", "\x49\xf3", "\x93\x61", "\x5f\xe7", "\x93\x62", "\x5f\xf1", + "\x93\x63", "\x93\x64", "\x93\x65", "\x93\x66", "\x93\x67", "\x5f\xec", + "\x93\x68", "\x5f\xf0", "\x93\x69", "\x93\x6a", "\x54\xdf", "\x93\x6b", + "\x93\x6c", "\x93\x6d", "\x5c\x82", "\x5f\xee", "\x52\x89", "\x56\xe0", + "\x93\x6e", "\x49\xe4", "\x93\x6f", "\x93\x70", "\x93\x71", "\x59\xbd", + "\x93\x72", "\x93\x73", "\x93\x74", "\x93\x75", "\x93\x76", "\x93\x77", + "\x93\x78", "\x5f\xed", "\x93\x79", "\x5f\xea", "\x57\xd4", "\x93\x7a", + "\x4a\xa6", "\x93\x7b", "\x93\x7c", "\x93\x7d", "\x93\x7e", "\x93\x7f", + "\x50\x4b", "\x4f\xbd", "\x93\x81", "\x93\x82", "\x4f\x72", "\x93\x83", + "\x93\x84", "\x93\x85", "\x93\x86", "\x5f\xe8", "\x93\x87", "\x5a\xad", + "\x93\x88", "\x5f\xdd", "\x93\x89", "\x5f\xe9", "\x93\x8a", "\x93\x8b", + "\x93\x8c", "\x93\x8d", "\x50\xbe", "\x93\x8e", "\x5f\xeb", "\x49\xf2", + "\x4c\xe8", "\x51\xa6", "\x93\x8f", "\x93\x90", "\x4f\x61", "\x93\x91", + "\x93\x92", "\x93\x93", "\x93\x94", "\x93\x95", "\x5f\xf4", "\x5f\xf7", + "\x93\x96", "\x93\x97", "\x49\xaa", "\x4a\xa3", "\x93\x98", "\x93\x99", + "\x4a\xe9", "\x55\x46", "\x93\x9a", "\x93\x9b", "\x93\x9c", "\x93\x9d", + "\x93\x9e", "\x93\x9f", "\x5f\xf5", "\x56\x71", "\x93\xa0", "\x4c\xe2", + "\x93\xa1", "\x5f\xf6", "\x5f\xf9", "\x93\xa2", "\x93\xa3", "\x93\xa4", + "\x93\xa5", "\x5f\xf8", "\x93\xa6", "\x93\xa7", "\x93\xa8", "\x56\xc1", + "\x93\xa9", "\x48\xe0", "\x4a\xed", "\x93\xaa", "\x93\xab", "\x93\xac", + "\x93\xad", "\x93\xae", "\x93\xaf", "\x63\x5a", "\x93\xb0", "\x93\xb1", + "\x93\xb2", "\x93\xb3", "\x93\xb4", "\x58\xae", "\x93\xb5", "\x93\xb6", + "\x49\xea", "\x93\xb7", "\x66\x41", "\x93\xb8", "\x5f\xf3", "\x93\xb9", + "\x93\xba", "\x55\x84", "\x5f\xf2", "\x48\xd9", "\x59\xa0", "\x49\x98", + "\x93\xbb", "\x56\xae", "\x93\xbc", "\x93\xbd", "\x93\xbe", "\x93\xbf", + "\x93\xc0", "\x93\xc1", "\x93\xc2", "\x5f\xef", "\x93\xc3", "\x56\x44", + "\x93\xc4", "\x93\xc5", "\x93\xc6", "\x5b\x4a", "\x93\xc7", "\x93\xc8", + "\x93\xc9", "\x93\xca", "\x93\xcb", "\x5f\xfa", "\x93\xcc", "\x93\xcd", + "\x93\xce", "\x93\xcf", "\x93\xd0", "\x93\xd1", "\x93\xd2", "\x93\xd3", + "\x4a\xdc", "\x93\xd4", "\x52\xa5", "\x93\xd5", "\x93\xd6", "\x93\xd7", + "\x5f\xfc", "\x93\xd8", "\x93\xd9", "\x93\xda", "\x93\xdb", "\x93\xdc", + "\x93\xdd", "\x93\xde", "\x93\xdf", "\x93\xe0", "\x93\xe1", "\x52\x9f", + "\x52\xa0", "\x60\x41", "\x93\xe2", "\x93\xe3", "\x93\xe4", "\x93\xe5", + "\x93\xe6", "\x93\xe7", "\x93\xe8", "\x51\x6c", "\x93\xe9", "\x5f\xfb", + "\x4f\xee", "\x93\xea", "\x53\xb1", "\x93\xeb", "\x93\xec", "\x93\xed", + "\x93\xee", "\x93\xef", "\x93\xf0", "\x93\xf1", "\x93\xf2", "\x93\xf3", + "\x4a\x65", "\x54\xf5", "\x93\xf4", "\x93\xf5", "\x56\x5a", "\x5f\xfd", + "\x93\xf6", "\x93\xf7", "\x60\x44", "\x93\xf8", "\x93\xf9", "\x93\xfa", + "\x93\xfb", "\x5c\x52", "\x93\xfc", "\x93\xfd", "\x94\x41", "\x94\x42", + "\x94\x43", "\x4a\x57", "\x94\x44", "\x94\x45", "\x94\x46", "\x94\x47", + "\x51\x63", "\x94\x48", "\x94\x49", "\x54\x6b", "\x49\xa4", "\x4a\xe8", + "\x94\x4a", "\x5c\x4b", "\x94\x4b", "\x94\x4c", "\x94\x4d", "\x94\x4e", + "\x52\xeb", "\x94\x4f", "\x60\x42", "\x60\x43", "\x94\x50", "\x60\x45", + "\x94\x51", "\x4d\xb2", "\x94\x52", "\x94\x53", "\x94\x54", "\x60\x46", + "\x94\x55", "\x50\xdd", "\x94\x56", "\x94\x57", "\x55\x63", "\x94\x58", + "\x94\x59", "\x94\x5a", "\x94\x5b", "\x94\x5c", "\x94\x5d", "\x94\x5e", + "\x49\xd8", "\x54\x87", "\x94\x5f", "\x60\x47", "\x94\x60", "\x54\x7c", + "\x94\x61", "\x94\x62", "\x94\x63", "\x94\x64", "\x60\x48", "\x66\x42", + "\x94\x65", "\x94\x66", "\x94\x67", "\x94\x68", "\x94\x69", "\x56\x73", + "\x94\x6a", "\x94\x6b", "\x94\x6c", "\x60\x4a", "\x94\x6d", "\x60\x49", + "\x94\x6e", "\x49\xc0", "\x94\x6f", "\x94\x70", "\x94\x71", "\x94\x72", + "\x94\x73", "\x94\x74", "\x94\x75", "\x94\x76", "\x94\x77", "\x94\x78", + "\x94\x79", "\x94\x7a", "\x94\x7b", "\x94\x7c", "\x94\x7d", "\x94\x7e", + "\x94\x7f", "\x94\x81", "\x94\x82", "\x94\x83", "\x94\x84", "\x94\x85", + "\x94\x86", "\x94\x87", "\x94\x88", "\x53\x6a", "\x94\x89", "\x94\x8a", + "\x94\x8b", "\x94\x8c", "\x94\x8d", "\x94\x8e", "\x94\x8f", "\x94\x90", + "\x60\x4b", "\x94\x91", "\x94\x92", "\x94\x93", "\x94\x94", "\x94\x95", + "\x94\x96", "\x94\x97", "\x94\x98", "\x5a\xdb", "\x94\x99", "\x94\x9a", + "\x94\x9b", "\x94\x9c", "\x94\x9d", "\x54\xc0", "\x94\x9e", "\x94\x9f", + "\x94\xa0", "\x94\xa1", "\x94\xa2", "\x94\xa3", "\x94\xa4", "\x94\xa5", + "\x94\xa6", "\x94\xa7", "\x94\xa8", "\x94\xa9", "\x60\x4c", "\x94\xaa", + "\x94\xab", "\x94\xac", "\x94\xad", "\x94\xae", "\x4f\xef", "\x94\xaf", + "\x94\xb0", "\x60\x4d", "\x5b\xa6", "\x94\xb1", "\x94\xb2", "\x94\xb3", + "\x94\xb4", "\x65\xb6", "\x66\x56", "\x55\xd4", "\x94\xb5", "\x5c\xfb", + "\x4c\xc3", "\x94\xb6", "\x4d\x45", "\x94\xb7", "\x94\xb8", "\x4c\x65", + "\x5b\x9f", "\x94\xb9", "\x94\xba", "\x94\xbb", "\x94\xbc", "\x94\xbd", + "\x4d\x6a", "\x94\xbe", "\x94\xbf", "\x58\xa6", "\x6a\xcc", "\x94\xc0", + "\x94\xc1", "\x4b\x70", "\x94\xc2", "\x94\xc3", "\x52\x95", "\x94\xc4", + "\x4f\xc7", "\x94\xc5", "\x94\xc6", "\x94\xc7", "\x66\x57", "\x48\xbc", + "\x94\xc8", "\x94\xc9", "\x4f\x6c", "\x94\xca", "\x51\x52", "\x94\xcb", + "\x49\x76", "\x4a\x48", "\x94\xcc", "\x94\xcd", "\x94\xce", "\x4c\xd1", + "\x55\x42", "\x94\xcf", "\x94\xd0", "\x4b\xd7", "\x94\xd1", "\x94\xd2", + "\x94\xd3", "\x94\xd4", "\x66\x58", "\x4f\xb3", "\x94\xd5", "\x94\xd6", + "\x94\xd7", "\x55\xfc", "\x94\xd8", "\x54\x63", "\x94\xd9", "\x5b\x9c", + "\x94\xda", "\x94\xdb", "\x4c\x94", "\x94\xdc", "\x94\xdd", "\x94\xde", + "\x94\xdf", "\x94\xe0", "\x94\xe1", "\x94\xe2", "\x94\xe3", "\x94\xe4", + "\x94\xe5", "\x94\xe6", "\x94\xe7", "\x94\xe8", "\x94\xe9", "\x94\xea", + "\x57\xc3", "\x94\xeb", "\x94\xec", "\x94\xed", "\x5b\x4b", "\x49\x94", + "\x94\xee", "\x94\xef", "\x94\xf0", "\x66\xb2", "\x48\xde", "\x94\xf1", + "\x66\xb4", "\x94\xf2", "\x94\xf3", "\x94\xf4", "\x4b\xb6", "\x94\xf5", + "\x51\x6f", "\x94\xf6", "\x6b\x9b", "\x58\xb0", "\x94\xf7", "\x94\xf8", + "\x5b\x86", "\x94\xf9", "\x57\xd2", "\x94\xfa", "\x94\xfb", "\x4f\x90", + "\x4a\x83", "\x94\xfc", "\x4c\xaa", "\x94\xfd", "\x5b\x56", "\x95\x41", + "\x67\x5d", "\x95\x42", "\x4b\xce", "\x95\x43", "\x56\x59", "\x58\xc1", + "\x95\x44", "\x95\x45", "\x95\x46", "\x95\x47", "\x95\x48", "\x95\x49", + "\x95\x4a", "\x95\x4b", "\x4c\x5d", "\x95\x4c", "\x95\x4d", "\x66\xb5", + "\x55\xa8", "\x95\x4e", "\x95\x4f", "\x95\x50", "\x53\x74", "\x95\x51", + "\x66\xb8", "\x66\xb7", "\x51\xc2", "\x66\xb6", "\x95\x52", "\x95\x53", + "\x95\x54", "\x95\x55", "\x58\xfc", "\x66\xb9", "\x95\x56", "\x66\xba", + "\x5c\x86", "\x95\x57", "\x95\x58", "\x66\xbb", "\x95\x59", "\x95\x5a", + "\x95\x5b", "\x66\xbc", "\x53\xeb", "\x95\x5c", "\x95\x5d", "\x95\x5e", + "\x95\x5f", "\x95\x60", "\x95\x61", "\x95\x62", "\x95\x63", "\x57\xdd", + "\x95\x64", "\x4e\xc7", "\x95\x65", "\x95\x66", "\x54\xd4", "\x4b\x49", + "\x4f\xc8", "\x5b\xbb", "\x5a\xe6", "\x95\x67", "\x95\x68", "\x59\x4e", + "\x58\xf0", "\x65\xb7", "\x65\xb8", "\x65\xb9", "\x4d\xb4", "\x95\x69", + "\x95\x6a", "\x95\x6b", "\x95\x6c", "\x55\xb0", "\x50\x96", "\x95\x6d", + "\x95\x6e", "\x57\x9b", "\x95\x6f", "\x95\x70", "\x95\x71", "\x95\x72", + "\x95\x73", "\x65\xbf", "\x95\x74", "\x48\xb9", "\x65\xbd", "\x95\x75", + "\x95\x76", "\x50\xa4", "\x95\x77", "\x95\x78", "\x95\x79", "\x65\xba", + "\x95\x7a", "\x49\xfc", "\x95\x7b", "\x52\x98", "\x4e\x89", "\x95\x7c", + "\x95\x7d", "\x95\x7e", "\x59\xd6", "\x57\xf3", "\x65\xbe", "\x95\x7f", + "\x95\x81", "\x95\x82", "\x65\xbb", "\x95\x83", "\x95\x84", "\x95\x85", + "\x65\xc2", "\x95\x86", "\x58\xc6", "\x5a\x53", "\x95\x87", "\x95\x88", + "\x95\x89", "\x95\x8a", "\x4a\xb9", "\x95\x8b", "\x52\x61", "\x5c\x93", + "\x95\x8c", "\x95\x8d", "\x95\x8e", "\x95\x8f", "\x5b\x71", "\x95\x90", + "\x55\xc6", "\x95\x91", "\x65\xc4", "\x95\x92", "\x95\x93", "\x65\xc3", + "\x65\xc6", "\x65\xc5", "\x95\x94", "\x95\x95", "\x95\x96", "\x95\x97", + "\x95\x98", "\x5b\xe6", "\x95\x99", "\x58\x74", "\x95\x9a", "\x95\x9b", + "\x65\xca", "\x95\x9c", "\x4e\x6e", "\x95\x9d", "\x95\x9e", "\x95\x9f", + "\x95\xa0", "\x95\xa1", "\x95\xa2", "\x95\xa3", "\x4f\x9b", "\x55\x6e", + "\x95\xa4", "\x95\xa5", "\x65\xcb", "\x95\xa6", "\x95\xa7", "\x55\x59", + "\x58\x9f", "\x65\xc9", "\x5a\xcd", "\x65\xcc", "\x65\xce", "\x95\xa8", + "\x95\xa9", "\x57\x8e", "\x95\xaa", "\x95\xab", "\x95\xac", "\x95\xad", + "\x65\xc8", "\x95\xae", "\x65\xcd", "\x95\xaf", "\x95\xb0", "\x57\xed", + "\x95\xb1", "\x4e\x7e", "\x95\xb2", "\x4a\x5f", "\x95\xb3", "\x95\xb4", + "\x95\xb5", "\x95\xb6", "\x95\xb7", "\x53\xd4", "\x4f\xaf", "\x57\xf9", + "\x95\xb8", "\x95\xb9", "\x95\xba", "\x54\x88", "\x95\xbb", "\x4f\xa6", + "\x65\xcf", "\x95\xbc", "\x95\xbd", "\x5b\xc6", "\x95\xbe", "\x95\xbf", + "\x95\xc0", "\x51\x60", "\x95\xc1", "\x95\xc2", "\x95\xc3", "\x5a\xdc", + "\x95\xc4", "\x65\xd0", "\x95\xc5", "\x95\xc6", "\x58\x5e", "\x95\xc7", + "\x95\xc8", "\x95\xc9", "\x95\xca", "\x65\xd1", "\x95\xcb", "\x95\xcc", + "\x95\xcd", "\x95\xce", "\x55\xed", "\x95\xcf", "\x95\xd0", "\x95\xd1", + "\x95\xd2", "\x53\x4f", "\x48\xb4", "\x95\xd3", "\x95\xd4", "\x95\xd5", + "\x95\xd6", "\x95\xd7", "\x65\xd3", "\x95\xd8", "\x95\xd9", "\x95\xda", + "\x95\xdb", "\x95\xdc", "\x95\xdd", "\x95\xde", "\x95\xdf", "\x95\xe0", + "\x65\xd2", "\x6a\xde", "\x95\xe1", "\x95\xe2", "\x95\xe3", "\x95\xe4", + "\x95\xe5", "\x52\xb9", "\x95\xe6", "\x95\xe7", "\x95\xe8", "\x95\xe9", + "\x95\xea", "\x49\x49", "\x95\xeb", "\x95\xec", "\x95\xed", "\x95\xee", + "\x63\x7f", "\x95\xef", "\x95\xf0", "\x95\xf1", "\x95\xf2", "\x65\xd4", + "\x95\xf3", "\x95\xf4", "\x95\xf5", "\x95\xf6", "\x95\xf7", "\x95\xf8", + "\x95\xf9", "\x95\xfa", "\x95\xfb", "\x95\xfc", "\x95\xfd", "\x96\x41", + "\x96\x42", "\x96\x43", "\x96\x44", "\x96\x45", "\x96\x46", "\x96\x47", + "\x96\x48", "\x96\x49", "\x96\x4a", "\x96\x4b", "\x96\x4c", "\x96\x4d", + "\x96\x4e", "\x96\x4f", "\x55\xee", "\x96\x50", "\x65\xd5", "\x65\xd6", + "\x53\xd7", "\x96\x51", "\x96\x52", "\x96\x53", "\x96\x54", "\x96\x55", + "\x96\x56", "\x96\x57", "\x96\x58", "\x65\xd7", "\x96\x59", "\x96\x5a", + "\x65\xd8", "\x96\x5b", "\x96\x5c", "\x96\x5d", "\x96\x5e", "\x96\x5f", + "\x96\x60", "\x5a\xba", "\x96\x61", "\x54\x9b", "\x59\xb6", "\x4c\xfb", + "\x96\x62", "\x96\x63", "\x65\xc1", "\x96\x64", "\x49\xdb", "\x96\x65", + "\x96\x66", "\x51\xfb", "\x96\x67", "\x5a\xf7", "\x56\xe5", "\x5c\x8f", + "\x96\x68", "\x96\x69", "\x96\x6a", "\x96\x6b", "\x96\x6c", "\x96\x6d", + "\x96\x6e", "\x5a\xc1", "\x5a\x70", "\x66\x63", "\x53\x94", "\x96\x6f", + "\x4c\x9f", "\x96\x70", "\x96\x71", "\x66\x74", "\x96\x72", "\x96\x73", + "\x96\x74", "\x56\x57", "\x66\x7e", "\x96\x75", "\x50\xc9", "\x96\x76", + "\x96\x77", "\x96\x78", "\x57\x9c", "\x96\x79", "\x4a\x4f", "\x96\x7a", + "\x53\xd9", "\x96\x7b", "\x96\x7c", "\x96\x7d", "\x96\x7e", "\x96\x7f", + "\x96\x81", "\x66\x9d", "\x96\x82", "\x52\xbd", "\x96\x83", "\x57\xb3", + "\x52\xa8", "\x49\x5e", "\x5a\xfc", "\x96\x84", "\x55\xf4", "\x96\x85", + "\x5b\xeb", "\x96\x86", "\x96\x87", "\x53\xd2", "\x4b\xe3", "\x96\x88", + "\x96\x89", "\x96\x8a", "\x96\x8b", "\x4e\x9b", "\x96\x8c", "\x96\x8d", + "\x58\xdf", "\x96\x8e", "\x96\x8f", "\x55\x51", "\x96\x90", "\x5a\xd2", + "\x54\xa7", "\x96\x91", "\x96\x92", "\x4c\xca", "\x96\x93", "\x64\xbd", + "\x55\x5c", "\x96\x94", "\x96\x95", "\x64\xba", "\x96\x96", "\x50\xed", + "\x58\xd2", "\x49\xc3", "\x4a\xe4", "\x96\x97", "\x64\xbb", "\x96\x98", + "\x96\x99", "\x5b\x68", "\x96\x9a", "\x96\x9b", "\x96\x9c", "\x96\x9d", + "\x96\x9e", "\x4b\xc4", "\x96\x9f", "\x64\xbc", "\x55\xf7", "\x4c\xdb", + "\x56\xf4", "\x96\xa0", "\x96\xa1", "\x96\xa2", "\x50\xb3", "\x96\xa3", + "\x96\xa4", "\x59\x8f", "\x64\xbe", "\x64\xc1", "\x96\xa5", "\x96\xa6", + "\x4d\xbb", "\x96\xa7", "\x49\x4d", "\x4f\x7c", "\x96\xa8", "\x65\xbc", + "\x64\xc2", "\x96\xa9", "\x64\xc5", "\x96\xaa", "\x64\xca", "\x96\xab", + "\x96\xac", "\x96\xad", "\x96\xae", "\x64\xcb", "\x96\xaf", "\x56\x69", + "\x48\xe4", "\x96\xb0", "\x4e\xaa", "\x96\xb1", "\x96\xb2", "\x4d\x59", + "\x96\xb3", "\x96\xb4", "\x64\xc0", "\x96\xb5", "\x57\x98", "\x96\xb6", + "\x64\xc9", "\x96\xb7", "\x96\xb8", "\x96\xb9", "\x96\xba", "\x57\xf5", + "\x96\xbb", "\x96\xbc", "\x96\xbd", "\x96\xbe", "\x5b\x8e", "\x96\xbf", + "\x51\x76", "\x64\xc3", "\x96\xc0", "\x52\x56", "\x96\xc1", "\x4d\x9c", + "\x5b\xa5", "\x64\xc7", "\x96\xc2", "\x96\xc3", "\x96\xc4", "\x55\xdf", + "\x5a\xe5", "\x96\xc5", "\x64\xbf", "\x96\xc6", "\x64\xc4", "\x64\xc6", + "\x96\xc7", "\x54\x59", "\x4c\x84", "\x96\xc8", "\x64\xc8", "\x96\xc9", + "\x50\x7d", "\x64\xd1", "\x96\xca", "\x96\xcb", "\x64\xd6", "\x96\xcc", + "\x64\xd4", "\x4e\xdb", "\x4e\xce", "\x64\xda", "\x96\xcd", "\x96\xce", + "\x96\xcf", "\x96\xd0", "\x96\xd1", "\x96\xd2", "\x96\xd3", "\x96\xd4", + "\x64\xdd", "\x96\xd5", "\x64\xd9", "\x49\x9b", "\x96\xd6", "\x96\xd7", + "\x96\xd8", "\x96\xd9", "\x96\xda", "\x96\xdb", "\x96\xdc", "\x96\xdd", + "\x96\xde", "\x96\xdf", "\x48\xd7", "\x52\xb2", "\x4c\xcb", "\x53\xe1", + "\x54\xbd", "\x54\xe0", "\x96\xe0", "\x96\xe1", "\x96\xe2", "\x64\xce", + "\x64\xd3", "\x64\xd5", "\x96\xe3", "\x4d\x92", "\x64\xd7", "\x5c\x96", + "\x96\xe4", "\x52\xfa", "\x96\xe5", "\x64\xdb", "\x96\xe6", "\x96\xe7", + "\x49\xe8", "\x96\xe8", "\x96\xe9", "\x96\xea", "\x64\xd0", "\x96\xeb", + "\x96\xec", "\x4e\xec", "\x96\xed", "\x96\xee", "\x50\x62", "\x64\xcc", + "\x5b\xf8", "\x96\xef", "\x51\x99", "\x49\xf0", "\x96\xf0", "\x96\xf1", + "\x96\xf2", "\x96\xf3", "\x96\xf4", "\x96\xf5", "\x96\xf6", "\x96\xf7", + "\x64\xde", "\x96\xf8", "\x55\xc0", "\x64\xd8", "\x96\xf9", "\x96\xfa", + "\x96\xfb", "\x96\xfc", "\x5b\x44", "\x96\xfd", "\x49\x8b", "\x5b\x5b", + "\x64\xcd", "\x64\xcf", "\x4b\xaf", "\x64\xd2", "\x97\x41", "\x64\xdc", + "\x50\xb7", "\x97\x42", "\x55\xf6", "\x97\x43", "\x56\x48", "\x97\x44", + "\x97\x45", "\x53\xdb", "\x50\xf4", "\x97\x46", "\x97\x47", "\x97\x48", + "\x97\x49", "\x97\x4a", "\x64\xe8", "\x97\x4b", "\x97\x4c", "\x97\x4d", + "\x58\xa2", "\x97\x4e", "\x97\x4f", "\x97\x50", "\x97\x51", "\x97\x52", + "\x97\x53", "\x97\x54", "\x64\xf1", "\x5b\xe9", "\x97\x55", "\x97\x56", + "\x97\x57", "\x97\x58", "\x97\x59", "\x97\x5a", "\x97\x5b", "\x64\xdf", + "\x64\xe0", "\x97\x5c", "\x97\x5d", "\x97\x5e", "\x59\x9a", "\x4d\xca", + "\x4c\xf8", "\x97\x5f", "\x97\x60", "\x4c\xf0", "\x5a\xd3", "\x64\xee", + "\x97\x61", "\x64\xed", "\x64\xeb", "\x4d\x91", "\x56\xd1", "\x64\xe5", + "\x57\xa5", "\x50\x93", "\x97\x62", "\x48\xb7", "\x64\xf0", "\x64\xef", + "\x97\x63", "\x5c\x60", "\x97\x64", "\x64\xe3", "\x97\x65", "\x57\x49", + "\x55\x43", "\x97\x66", "\x4e\x58", "\x4f\x7b", "\x64\xe9", "\x97\x67", + "\x97\x68", "\x97\x69", "\x97\x6a", "\x97\x6b", "\x97\x6c", "\x97\x6d", + "\x97\x6e", "\x97\x6f", "\x97\x70", "\x64\xe1", "\x64\xe2", "\x64\xe4", + "\x4b\x55", "\x64\xe6", "\x54\x65", "\x64\xea", "\x64\xec", "\x4f\x50", + "\x5c\x4e", "\x97\x71", "\x64\xf7", "\x97\x72", "\x97\x73", "\x97\x74", + "\x97\x75", "\x97\x76", "\x97\x77", "\x97\x78", "\x97\x79", "\x64\xf4", + "\x97\x7a", "\x57\x50", "\x64\xf5", "\x97\x7b", "\x97\x7c", "\x97\x7d", + "\x97\x7e", "\x97\x7f", "\x97\x81", "\x97\x82", "\x97\x83", "\x97\x84", + "\x51\x5a", "\x97\x85", "\x64\xe7", "\x97\x86", "\x52\x57", "\x48\xef", + "\x97\x87", "\x97\x88", "\x97\x89", "\x97\x8a", "\x97\x8b", "\x97\x8c", + "\x97\x8d", "\x97\x8e", "\x64\xf3", "\x97\x8f", "\x97\x90", "\x97\x91", + "\x64\xf6", "\x97\x92", "\x97\x93", "\x97\x94", "\x4d\x43", "\x97\x95", + "\x97\x96", "\x97\x97", "\x97\x98", "\x97\x99", "\x97\x9a", "\x97\x9b", + "\x97\x9c", "\x97\x9d", "\x97\x9e", "\x55\x72", "\x97\x9f", "\x97\xa0", + "\x97\xa1", "\x52\x6e", "\x57\xdf", "\x50\xe5", "\x97\xa2", "\x97\xa3", + "\x97\xa4", "\x97\xa5", "\x56\x94", "\x97\xa6", "\x56\xdc", "\x58\xb4", + "\x97\xa7", "\x97\xa8", "\x55\xe0", "\x97\xa9", "\x64\xf2", "\x97\xaa", + "\x97\xab", "\x97\xac", "\x97\xad", "\x97\xae", "\x97\xaf", "\x97\xb0", + "\x97\xb1", "\x97\xb2", "\x97\xb3", "\x4e\xeb", "\x97\xb4", "\x64\xf8", + "\x97\xb5", "\x97\xb6", "\x97\xb7", "\x97\xb8", "\x97\xb9", "\x97\xba", + "\x52\x7e", "\x97\xbb", "\x53\xe4", "\x97\xbc", "\x4d\x98", "\x97\xbd", + "\x97\xbe", "\x97\xbf", "\x97\xc0", "\x48\xf3", "\x97\xc1", "\x97\xc2", + "\x5c\x78", "\x97\xc3", "\x97\xc4", "\x4e\xab", "\x97\xc5", "\x53\x90", + "\x97\xc6", "\x97\xc7", "\x97\xc8", "\x97\xc9", "\x97\xca", "\x56\xc3", + "\x97\xcb", "\x97\xcc", "\x65\x46", "\x97\xcd", "\x97\xce", "\x97\xcf", + "\x97\xd0", "\x97\xd1", "\x97\xd2", "\x97\xd3", "\x97\xd4", "\x97\xd5", + "\x97\xd6", "\x55\x4d", "\x97\xd7", "\x65\x42", "\x50\xe1", "\x97\xd8", + "\x97\xd9", "\x97\xda", "\x50\x63", "\x97\xdb", "\x97\xdc", "\x97\xdd", + "\x64\xfd", "\x4d\x77", "\x97\xde", "\x64\xfa", "\x97\xdf", "\x97\xe0", + "\x97\xe1", "\x97\xe2", "\x65\x44", "\x97\xe3", "\x97\xe4", "\x97\xe5", + "\x59\xcd", "\x97\xe6", "\x97\xe7", "\x97\xe8", "\x97\xe9", "\x97\xea", + "\x65\x43", "\x97\xeb", "\x5b\xb1", "\x5c\x55", "\x97\xec", "\x65\x47", + "\x97\xed", "\x4f\x57", "\x97\xee", "\x97\xef", "\x97\xf0", "\x97\xf1", + "\x97\xf2", "\x97\xf3", "\x97\xf4", "\x97\xf5", "\x97\xf6", "\x97\xf7", + "\x97\xf8", "\x97\xf9", "\x64\xfb", "\x64\xfc", "\x97\xfa", "\x97\xfb", + "\x97\xfc", "\x65\x41", "\x97\xfd", "\x98\x41", "\x98\x42", "\x98\x43", + "\x98\x44", "\x98\x45", "\x98\x46", "\x98\x47", "\x57\x76", "\x98\x48", + "\x98\x49", "\x59\xab", "\x98\x4a", "\x98\x4b", "\x98\x4c", "\x65\x52", + "\x98\x4d", "\x98\x4e", "\x98\x4f", "\x98\x50", "\x65\x49", "\x98\x51", + "\x98\x52", "\x98\x53", "\x4a\xa9", "\x98\x54", "\x4a\xba", "\x98\x55", + "\x98\x56", "\x65\x4b", "\x98\x57", "\x98\x58", "\x98\x59", "\x98\x5a", + "\x98\x5b", "\x98\x5c", "\x98\x5d", "\x98\x5e", "\x98\x5f", "\x98\x60", + "\x98\x61", "\x98\x62", "\x98\x63", "\x98\x64", "\x98\x65", "\x98\x66", + "\x98\x67", "\x58\xa7", "\x98\x68", "\x98\x69", "\x65\x45", "\x98\x6a", + "\x98\x6b", "\x4a\x9f", "\x98\x6c", "\x98\x6d", "\x65\x4c", "\x50\xe2", + "\x98\x6e", "\x65\x4a", "\x98\x6f", "\x98\x70", "\x65\x59", "\x98\x71", + "\x98\x72", "\x65\x58", "\x98\x73", "\x98\x74", "\x98\x75", "\x98\x76", + "\x65\x4e", "\x98\x77", "\x98\x78", "\x64\xf9", "\x98\x79", "\x98\x7a", + "\x65\x48", "\x98\x7b", "\x98\x7c", "\x98\x7d", "\x98\x7e", "\x98\x7f", + "\x50\x4c", "\x65\x51", "\x65\x5a", "\x98\x81", "\x98\x82", "\x51\xa4", + "\x98\x83", "\x98\x84", "\x98\x85", "\x65\x4f", "\x98\x86", "\x4c\xc4", + "\x98\x87", "\x65\x4d", "\x98\x88", "\x5a\x7c", "\x65\x54", "\x65\x55", + "\x65\x57", "\x98\x89", "\x98\x8a", "\x98\x8b", "\x65\x67", "\x98\x8c", + "\x98\x8d", "\x98\x8e", "\x98\x8f", "\x98\x90", "\x98\x91", "\x50\xc5", + "\x65\x65", "\x98\x92", "\x98\x93", "\x65\x50", "\x98\x94", "\x98\x95", + "\x65\x5b", "\x48\xf0", "\x98\x96", "\x98\x97", "\x98\x98", "\x98\x99", + "\x98\x9a", "\x98\x9b", "\x98\x9c", "\x98\x9d", "\x98\x9e", "\x98\x9f", + "\x65\x5c", "\x5b\x45", "\x98\xa0", "\x98\xa1", "\x65\x5e", "\x98\xa2", + "\x65\x5f", "\x98\xa3", "\x98\xa4", "\x98\xa5", "\x65\x61", "\x98\xa6", + "\x98\xa7", "\x51\x92", "\x98\xa8", "\x98\xa9", "\x54\xb5", "\x98\xaa", + "\x98\xab", "\x98\xac", "\x65\x5d", "\x98\xad", "\x98\xae", "\x98\xaf", + "\x98\xb0", "\x98\xb1", "\x65\x62", "\x98\xb2", "\x98\xb3", "\x98\xb4", + "\x98\xb5", "\x98\xb6", "\x98\xb7", "\x98\xb8", "\x98\xb9", "\x65\x63", + "\x98\xba", "\x65\x53", "\x98\xbb", "\x65\x56", "\x98\xbc", "\x4e\x51", + "\x98\xbd", "\x98\xbe", "\x98\xbf", "\x65\x60", "\x98\xc0", "\x98\xc1", + "\x98\xc2", "\x98\xc3", "\x98\xc4", "\x98\xc5", "\x4e\xf6", "\x98\xc6", + "\x98\xc7", "\x98\xc8", "\x65\x64", "\x65\x66", "\x98\xc9", "\x98\xca", + "\x98\xcb", "\x98\xcc", "\x98\xcd", "\x98\xce", "\x98\xcf", "\x98\xd0", + "\x98\xd1", "\x98\xd2", "\x98\xd3", "\x98\xd4", "\x65\x6a", "\x98\xd5", + "\x98\xd6", "\x98\xd7", "\x98\xd8", "\x65\x6e", "\x98\xd9", "\x98\xda", + "\x98\xdb", "\x98\xdc", "\x98\xdd", "\x98\xde", "\x98\xdf", "\x98\xe0", + "\x98\xe1", "\x98\xe2", "\x49\xda", "\x98\xe3", "\x65\x68", "\x98\xe4", + "\x98\xe5", "\x98\xe6", "\x98\xe7", "\x98\xe8", "\x98\xe9", "\x98\xea", + "\x98\xeb", "\x98\xec", "\x98\xed", "\x4c\x4e", "\x98\xee", "\x98\xef", + "\x98\xf0", "\x98\xf1", "\x98\xf2", "\x98\xf3", "\x98\xf4", "\x98\xf5", + "\x98\xf6", "\x98\xf7", "\x98\xf8", "\x98\xf9", "\x65\x6b", "\x65\x6c", + "\x98\xfa", "\x98\xfb", "\x98\xfc", "\x98\xfd", "\x99\x41", "\x99\x42", + "\x5b\x61", "\x99\x43", "\x52\xa2", "\x99\x44", "\x99\x45", "\x99\x46", + "\x99\x47", "\x99\x48", "\x99\x49", "\x65\x78", "\x99\x4a", "\x4d\xe0", + "\x99\x4b", "\x99\x4c", "\x99\x4d", "\x99\x4e", "\x65\x69", "\x99\x4f", + "\x5a\x43", "\x99\x50", "\x99\x51", "\x99\x52", "\x65\x74", "\x99\x53", + "\x99\x54", "\x99\x55", "\x99\x56", "\x99\x57", "\x99\x58", "\x99\x59", + "\x65\x77", "\x65\x70", "\x99\x5a", "\x99\x5b", "\x99\x5c", "\x99\x5d", + "\x99\x5e", "\x65\x6f", "\x99\x5f", "\x99\x60", "\x54\x61", "\x99\x61", + "\x99\x62", "\x99\x63", "\x99\x64", "\x99\x65", "\x99\x66", "\x99\x67", + "\x99\x68", "\x65\x72", "\x99\x69", "\x99\x6a", "\x99\x6b", "\x99\x6c", + "\x99\x6d", "\x99\x6e", "\x99\x6f", "\x65\x79", "\x4a\x68", "\x99\x70", + "\x65\x73", "\x99\x71", "\x99\x72", "\x99\x73", "\x99\x74", "\x99\x75", + "\x58\x91", "\x99\x76", "\x99\x77", "\x99\x78", "\x65\x6d", "\x99\x79", + "\x99\x7a", "\x99\x7b", "\x99\x7c", "\x99\x7d", "\x99\x7e", "\x99\x7f", + "\x99\x81", "\x99\x82", "\x99\x83", "\x99\x84", "\x4a\x98", "\x99\x85", + "\x99\x86", "\x99\x87", "\x99\x88", "\x99\x89", "\x99\x8a", "\x99\x8b", + "\x65\x76", "\x99\x8c", "\x99\x8d", "\x65\x7a", "\x99\x8e", "\x99\x8f", + "\x99\x90", "\x56\xb3", "\x99\x91", "\x99\x92", "\x99\x93", "\x58\x4d", + "\x99\x94", "\x99\x95", "\x99\x96", "\x99\x97", "\x99\x98", "\x99\x99", + "\x99\x9a", "\x99\x9b", "\x99\x9c", "\x65\x75", "\x99\x9d", "\x65\x7c", + "\x65\x7b", "\x99\x9e", "\x99\x9f", "\x99\xa0", "\x99\xa1", "\x99\xa2", + "\x65\x7e", "\x99\xa3", "\x99\xa4", "\x99\xa5", "\x99\xa6", "\x99\xa7", + "\x99\xa8", "\x99\xa9", "\x99\xaa", "\x65\x71", "\x99\xab", "\x99\xac", + "\x99\xad", "\x99\xae", "\x99\xaf", "\x99\xb0", "\x99\xb1", "\x99\xb2", + "\x65\x7d", "\x99\xb3", "\x65\x7f", "\x52\x6a", "\x99\xb4", "\x99\xb5", + "\x99\xb6", "\x99\xb7", "\x99\xb8", "\x99\xb9", "\x99\xba", "\x99\xbb", + "\x99\xbc", "\x99\xbd", "\x99\xbe", "\x99\xbf", "\x99\xc0", "\x99\xc1", + "\x99\xc2", "\x99\xc3", "\x99\xc4", "\x99\xc5", "\x99\xc6", "\x99\xc7", + "\x99\xc8", "\x99\xc9", "\x99\xca", "\x99\xcb", "\x99\xcc", "\x99\xcd", + "\x99\xce", "\x99\xcf", "\x99\xd0", "\x99\xd1", "\x99\xd2", "\x99\xd3", + "\x99\xd4", "\x99\xd5", "\x99\xd6", "\x99\xd7", "\x99\xd8", "\x99\xd9", + "\x99\xda", "\x99\xdb", "\x99\xdc", "\x99\xdd", "\x99\xde", "\x99\xdf", + "\x99\xe0", "\x99\xe1", "\x99\xe2", "\x99\xe3", "\x99\xe4", "\x99\xe5", + "\x99\xe6", "\x99\xe7", "\x99\xe8", "\x99\xe9", "\x99\xea", "\x99\xeb", + "\x99\xec", "\x99\xed", "\x99\xee", "\x99\xef", "\x99\xf0", "\x99\xf1", + "\x99\xf2", "\x99\xf3", "\x99\xf4", "\x99\xf5", "\x99\xf6", "\x99\xf7", + "\x99\xf8", "\x99\xf9", "\x99\xfa", "\x99\xfb", "\x99\xfc", "\x99\xfd", + "\x9a\x41", "\x9a\x42", "\x9a\x43", "\x9a\x44", "\x9a\x45", "\x9a\x46", + "\x9a\x47", "\x9a\x48", "\x9a\x49", "\x9a\x4a", "\x9a\x4b", "\x9a\x4c", + "\x9a\x4d", "\x9a\x4e", "\x9a\x4f", "\x9a\x50", "\x9a\x51", "\x9a\x52", + "\x9a\x53", "\x9a\x54", "\x9a\x55", "\x9a\x56", "\x9a\x57", "\x9a\x58", + "\x9a\x59", "\x9a\x5a", "\x9a\x5b", "\x9a\x5c", "\x9a\x5d", "\x9a\x5e", + "\x9a\x5f", "\x9a\x60", "\x9a\x61", "\x9a\x62", "\x9a\x63", "\x9a\x64", + "\x9a\x65", "\x9a\x66", "\x9a\x67", "\x9a\x68", "\x9a\x69", "\x54\x57", + "\x4a\xcd", "\x4e\x56", "\x58\xbf", "\x66\xa2", "\x9a\x6a", "\x9a\x6b", + "\x53\x57", "\x9a\x6c", "\x9a\x6d", "\x9a\x6e", "\x9a\x6f", "\x9a\x70", + "\x9a\x71", "\x9a\x72", "\x9a\x73", "\x9a\x74", "\x9a\x75", "\x5a\x9c", + "\x9a\x76", "\x9a\x77", "\x9a\x78", "\x9a\x79", "\x66\xa3", "\x9a\x7a", + "\x66\xa4", "\x53\xda", "\x9a\x7b", "\x9a\x7c", "\x9a\x7d", "\x50\x8f", + "\x9a\x7e", "\x9a\x7f", "\x9a\x81", "\x9a\x82", "\x66\xa5", "\x9a\x83", + "\x9a\x84", "\x66\xa6", "\x58\xa9", "\x9a\x85", "\x54\x58", "\x9a\x86", + "\x9a\x87", "\x4c\xe7", "\x9a\x88", "\x9a\x89", "\x9a\x8a", "\x9a\x8b", + "\x9a\x8c", "\x9a\x8d", "\x9a\x8e", "\x9a\x8f", "\x9a\x90", "\x9a\x91", + "\x9a\x92", "\x9a\x93", "\x66\xa7", "\x9a\x94", "\x9a\x95", "\x9a\x96", + "\x9a\x97", "\x9a\x98", "\x9a\x99", "\x9a\x9a", "\x9a\x9b", "\x5b\xb8", + "\x5b\x9e", "\x4a\xca", "\x49\xbc", "\x57\xe3", "\x53\xe6", "\x9a\x9c", + "\x9a\x9d", "\x57\x82", "\x9a\x9e", "\x9a\x9f", "\x9a\xa0", "\x9a\xa1", + "\x9a\xa2", "\x9a\xa3", "\x9a\xa4", "\x9a\xa5", "\x9a\xa6", "\x9a\xa7", + "\x9a\xa8", "\x9a\xa9", "\x9a\xaa", "\x9a\xab", "\x4a\xf4", "\x9a\xac", + "\x56\x60", "\x4e\xde", "\x9a\xad", "\x9a\xae", "\x9a\xaf", "\x9a\xb0", + "\x65\x83", "\x65\x84", "\x59\x8b", "\x65\x86", "\x9a\xb1", "\x4a\xf8", + "\x65\x85", "\x9a\xb2", "\x59\x53", "\x55\xe1", "\x49\xcf", "\x9a\xb3", + "\x65\x89", "\x9a\xb4", "\x9a\xb5", "\x9a\xb6", "\x9a\xb7", "\x65\x87", + "\x65\x88", "\x9a\xb8", "\x9a\xb9", "\x5b\xb2", "\x9a\xba", "\x9a\xbb", + "\x9a\xbc", "\x65\x8a", "\x65\x8b", "\x9a\xbd", "\x9a\xbe", "\x9a\xbf", + "\x9a\xc0", "\x9a\xc1", "\x65\x8c", "\x9a\xc2", "\x9a\xc3", "\x9a\xc4", + "\x9a\xc5", "\x9a\xc6", "\x9a\xc7", "\x9a\xc8", "\x9a\xc9", "\x65\x8d", + "\x9a\xca", "\x9a\xcb", "\x9a\xcc", "\x9a\xcd", "\x9a\xce", "\x9a\xcf", + "\x9a\xd0", "\x9a\xd1", "\x66\xae", "\x53\x59", "\x4b\xcd", "\x9a\xd2", + "\x59\xf2", "\x9a\xd3", "\x9a\xd4", "\x9a\xd5", "\x9a\xd6", "\x9a\xd7", + "\x9a\xd8", "\x9a\xd9", "\x4b\x8f", "\x9a\xda", "\x4e\x79", "\x66\xb0", + "\x9a\xdb", "\x9a\xdc", "\x59\xe2", "\x9a\xdd", "\x9a\xde", "\x9a\xdf", + "\x9a\xe0", "\x9a\xe1", "\x57\xe2", "\x9a\xe2", "\x52\xb7", "\x9a\xe3", + "\x52\x5f", "\x9a\xe4", "\x9a\xe5", "\x4b\xbd", "\x5c\xb8", "\x49\x68", + "\x49\x6f", "\x49\x71", "\x53\x9f", "\x9a\xe6", "\x49\x70", "\x9a\xe7", + "\x52\x4b", "\x9a\xe8", "\x9a\xe9", "\x9a\xea", "\x9a\xeb", "\x9a\xec", + "\x5b\x51", "\x9a\xed", "\x9a\xee", "\x9a\xef", "\x9a\xf0", "\x9a\xf1", + "\x9a\xf2", "\x9a\xf3", "\x9a\xf4", "\x66\x44", "\x4d\xc0", "\x9a\xf5", + "\x9a\xf6", "\x9a\xf7", "\x56\xb9", "\x9a\xf8", "\x9a\xf9", "\x9a\xfa", + "\x66\x45", "\x9a\xfb", "\x66\x47", "\x9a\xfc", "\x9a\xfd", "\x9b\x41", + "\x66\x48", "\x9b\x42", "\x9b\x43", "\x9b\x44", "\x66\x46", "\x9b\x45", + "\x9b\x46", "\x9b\x47", "\x9b\x48", "\x9b\x49", "\x9b\x4a", "\x9b\x4b", + "\x66\x49", "\x66\x4b", "\x66\x4a", "\x9b\x4c", "\x9b\x4d", "\x9b\x4e", + "\x9b\x4f", "\x9b\x50", "\x66\x4c", "\x9b\x51", "\x55\xce", "\x5c\xb4", + "\x52\x92", "\x9b\x52", "\x52\x45", "\x53\xf7", "\x66\x4d", "\x52\xc9", + "\x9b\x53", "\x66\x4e", "\x66\x4f", "\x66\x50", "\x4c\x75", "\x9b\x54", + "\x9b\x55", "\x9b\x56", "\x4c\x9b", "\x9b\x57", "\x66\x51", "\x54\x83", + "\x9b\x58", "\x66\x53", "\x9b\x59", "\x4d\xa3", "\x59\x96", "\x48\xb0", + "\x66\x52", "\x66\x54", "\x9b\x5a", "\x9b\x5b", "\x9b\x5c", "\x4b\x4a", + "\x51\xc7", "\x54\x89", "\x9b\x5d", "\x66\x55", "\x9b\x5e", "\x56\x4e", + "\x62\x7f", "\x9b\x5f", "\x9b\x60", "\x5a\x60", "\x9b\x61", "\x9b\x62", + "\x9b\x63", "\x9b\x64", "\x5d\x7b", "\x9b\x65", "\x9b\x66", "\x57\x41", + "\x5b\xac", "\x54\x94", "\x9b\x67", "\x9b\x68", "\x9b\x69", "\x5d\x81", + "\x4e\x84", "\x9b\x6a", "\x4d\xb9", "\x62\x83", "\x9b\x6b", "\x9b\x6c", + "\x9b\x6d", "\x9b\x6e", "\x9b\x6f", "\x58\x4b", "\x9b\x70", "\x9b\x71", + "\x9b\x72", "\x62\x81", "\x55\x67", "\x9b\x73", "\x4d\xb8", "\x9b\x74", + "\x9b\x75", "\x9b\x76", "\x59\x54", "\x62\x82", "\x54\xe9", "\x4d\x4f", + "\x4f\x4d", "\x4a\x78", "\x57\xda", "\x9b\x77", "\x9b\x78", "\x56\xbf", + "\x9b\x79", "\x9b\x7a", "\x9b\x7b", "\x62\x89", "\x62\x8a", "\x57\x95", + "\x9b\x7c", "\x9b\x7d", "\x9b\x7e", "\x9b\x7f", "\x9b\x81", "\x56\xac", + "\x9b\x82", "\x4e\xb2", "\x9b\x83", "\x62\x8b", "\x9b\x84", "\x62\x8c", + "\x9b\x85", "\x9b\x86", "\x58\xd9", "\x9b\x87", "\x9b\x88", "\x9b\x89", + "\x53\xfa", "\x4c\x7a", "\x9b\x8a", "\x9b\x8b", "\x54\x7f", "\x59\xc9", + "\x57\xd5", "\x9b\x8c", "\x62\x85", "\x62\x8d", "\x9b\x8d", "\x55\x93", + "\x4a\x61", "\x9b\x8e", "\x9b\x8f", "\x62\x88", "\x9b\x90", "\x9b\x91", + "\x53\xe2", "\x62\x86", "\x9b\x92", "\x9b\x93", "\x67\x53", "\x62\x87", + "\x9b\x94", "\x9b\x95", "\x9b\x96", "\x9b\x97", "\x55\x53", "\x9b\x98", + "\x53\x87", "\x9b\x99", "\x9b\x9a", "\x9b\x9b", "\x4d\x55", "\x9b\x9c", + "\x52\x5b", "\x9b\x9d", "\x62\x84", "\x53\x5d", "\x51\x44", "\x51\xd8", + "\x49\xd6", "\x9b\x9e", "\x62\x8e", "\x4e\x46", "\x52\xac", "\x9b\x9f", + "\x62\x91", "\x4f\xd9", "\x9b\xa0", "\x9b\xa1", "\x62\x9c", "\x62\x96", + "\x4d\xd2", "\x9b\xa2", "\x9b\xa3", "\x9b\xa4", "\x9b\xa5", "\x4c\x70", + "\x5a\x6d", "\x9b\xa6", "\x5b\xcd", "\x5b\x73", "\x4d\x61", "\x5b\x54", + "\x59\x78", "\x9b\xa7", "\x9b\xa8", "\x9b\xa9", "\x9b\xaa", "\x58\xb8", + "\x54\x97", "\x9b\xab", "\x9b\xac", "\x9b\xad", "\x54\xa9", "\x49\xb3", + "\x9b\xae", "\x52\x7a", "\x9b\xaf", "\x9b\xb0", "\x9b\xb1", "\x62\x8f", + "\x9b\xb2", "\x9b\xb3", "\x62\x9d", "\x62\x90", "\x4c\x48", "\x62\x98", + "\x62\x95", "\x9b\xb4", "\x9b\xb5", "\x9b\xb6", "\x4c\x5a", "\x9b\xb7", + "\x9b\xb8", "\x53\x42", "\x9b\xb9", "\x62\x97", "\x53\x7d", "\x49\xa7", + "\x53\xfb", "\x9b\xba", "\x52\xdf", "\x9b\xbb", "\x9b\xbc", "\x5c\x42", + "\x9b\xbd", "\x50\xe0", "\x62\x9a", "\x9b\xbe", "\x9b\xbf", "\x62\x9b", + "\x62\x9e", "\x56\xa8", "\x62\x94", "\x9b\xc0", "\x5a\x5e", "\x9b\xc1", + "\x49\x63", "\x67\x54", "\x62\x92", "\x62\x93", "\x9b\xc2", "\x62\x99", + "\x58\xb9", "\x53\xc2", "\x5a\xf2", "\x62\x9f", "\x9b\xc3", "\x9b\xc4", + "\x4f\x81", "\x9b\xc5", "\x9b\xc6", "\x62\xa6", "\x9b\xc7", "\x9b\xc8", + "\x62\xa5", "\x9b\xc9", "\x9b\xca", "\x9b\xcb", "\x59\x94", "\x62\xa2", + "\x9b\xcc", "\x62\xa8", "\x9b\xcd", "\x9b\xce", "\x9b\xcf", "\x54\xf6", + "\x9b\xd0", "\x9b\xd1", "\x9b\xd2", "\x9b\xd3", "\x58\x54", "\x9b\xd4", + "\x62\xa7", "\x62\xad", "\x51\xe4", "\x9b\xd5", "\x9b\xd6", "\x4b\xb3", + "\x9b\xd7", "\x9b\xd8", "\x9b\xd9", "\x9b\xda", "\x9b\xdb", "\x9b\xdc", + "\x4f\x93", "\x9b\xdd", "\x62\xa1", "\x9b\xde", "\x9b\xdf", "\x4d\xe8", + "\x62\xa9", "\x9b\xe0", "\x9b\xe1", "\x62\xab", "\x9b\xe2", "\x9b\xe3", + "\x4b\xfc", "\x5b\xdd", "\x62\xb1", "\x9b\xe4", "\x62\xac", "\x9b\xe5", + "\x9b\xe6", "\x9b\xe7", "\x62\xa0", "\x9b\xe8", "\x4e\x8f", "\x57\x7d", + "\x54\x42", "\x53\x69", "\x9b\xe9", "\x9b\xea", "\x51\x98", "\x9b\xeb", + "\x62\xa3", "\x9b\xec", "\x54\x53", "\x4f\x4c", "\x4f\x5d", "\x62\xa4", + "\x9b\xed", "\x5c\x67", "\x49\xe1", "\x9b\xee", "\x62\xaa", "\x4e\xc2", + "\x62\xae", "\x9b\xef", "\x4e\x8c", "\x62\xaf", "\x53\x48", "\x62\xb0", + "\x9b\xf0", "\x9b\xf1", "\x9b\xf2", "\x9b\xf3", "\x5b\x84", "\x50\x43", + "\x9b\xf4", "\x62\xb9", "\x9b\xf5", "\x62\xb6", "\x9b\xf6", "\x62\xba", + "\x9b\xf7", "\x9b\xf8", "\x62\xbc", "\x9b\xf9", "\x9b\xfa", "\x53\xd5", + "\x9b\xfb", "\x9b\xfc", "\x4d\xc5", "\x50\xca", "\x9b\xfd", "\x9c\x41", + "\x9c\x42", "\x4c\xa0", "\x62\xb3", "\x9c\x43", "\x9c\x44", "\x9c\x45", + "\x9c\x46", "\x5a\xa0", "\x9c\x47", "\x9c\x48", "\x4d\xa2", "\x4f\x9f", + "\x9c\x49", "\x9c\x4a", "\x9c\x4b", "\x62\xbb", "\x9c\x4c", "\x9c\x4d", + "\x9c\x4e", "\x9c\x4f", "\x9c\x50", "\x57\x5f", "\x9c\x51", "\x9c\x52", + "\x52\xf8", "\x9c\x53", "\x9c\x54", "\x58\x9c", "\x55\x87", "\x9c\x55", + "\x9c\x56", "\x5a\x5f", "\x9c\x57", "\x58\x71", "\x9c\x58", "\x9c\x59", + "\x62\xb2", "\x9c\x5a", "\x62\xb7", "\x62\xb8", "\x56\xe8", "\x9c\x5b", + "\x9c\x5c", "\x9c\x5d", "\x9c\x5e", "\x9c\x5f", "\x56\xcd", "\x9c\x60", + "\x50\xd3", "\x62\xb4", "\x51\x50", "\x62\xb5", "\x57\xcf", "\x9c\x61", + "\x4e\x61", "\x4b\x73", "\x9c\x62", "\x54\xf2", "\x4f\x47", "\x5b\x67", + "\x55\x4c", "\x4c\xa1", "\x62\xc9", "\x9c\x63", "\x9c\x64", "\x62\xcb", + "\x59\x64", "\x9c\x65", "\x9c\x66", "\x59\xb9", "\x9c\x67", "\x9c\x68", + "\x4d\xac", "\x9c\x69", "\x9c\x6a", "\x4d\xd3", "\x9c\x6b", "\x9c\x6c", + "\x9c\x6d", "\x9c\x6e", "\x9c\x6f", "\x9c\x70", "\x62\xc2", "\x4b\x8e", + "\x9c\x71", "\x9c\x72", "\x9c\x73", "\x5c\x6d", "\x62\xbf", "\x58\x9e", + "\x62\xbe", "\x9c\x74", "\x9c\x75", "\x9c\x76", "\x51\x7c", "\x56\xc9", + "\x9c\x77", "\x9c\x78", "\x9c\x79", "\x9c\x7a", "\x55\xe6", "\x9c\x7b", + "\x9c\x7c", "\x9c\x7d", "\x9c\x7e", "\x52\xd6", "\x9c\x7f", "\x56\xd3", + "\x62\xc7", "\x9c\x81", "\x9c\x82", "\x9c\x83", "\x62\xc6", "\x62\xc0", + "\x9c\x84", "\x62\xc3", "\x4b\x4d", "\x9c\x85", "\x9c\x86", "\x5a\x79", + "\x9c\x87", "\x62\xc5", "\x9c\x88", "\x9c\x89", "\x9c\x8a", "\x9c\x8b", + "\x59\xf8", "\x4a\xe2", "\x9c\x8c", "\x4e\x54", "\x9c\x8d", "\x9c\x8e", + "\x55\x8f", "\x9c\x8f", "\x4a\xbd", "\x9c\x90", "\x9c\x91", "\x9c\x92", + "\x4e\x8d", "\x9c\x93", "\x59\x6d", "\x9c\x94", "\x56\xec", "\x67\x55", + "\x9c\x95", "\x9c\x96", "\x9c\x97", "\x9c\x98", "\x9c\x99", "\x9c\x9a", + "\x9c\x9b", "\x9c\x9c", "\x54\x86", "\x9c\x9d", "\x9c\x9e", "\x9c\x9f", + "\x9c\xa0", "\x5a\xa7", "\x9c\xa1", "\x62\xca", "\x5c\x75", "\x62\xc1", + "\x9c\xa2", "\x4f\x45", "\x62\xc4", "\x9c\xa3", "\x9c\xa4", "\x5a\x87", + "\x9c\xa5", "\x62\xc8", "\x55\x99", "\x9c\xa6", "\x9c\xa7", "\x62\xbd", + "\x9c\xa8", "\x9c\xa9", "\x5a\x86", "\x9c\xaa", "\x9c\xab", "\x54\x9f", + "\x4b\xc8", "\x9c\xac", "\x5a\xfb", "\x49\xb2", "\x62\xd6", "\x9c\xad", + "\x9c\xae", "\x9c\xaf", "\x57\xc1", "\x9c\xb0", "\x62\xcc", "\x9c\xb1", + "\x57\xbb", "\x9c\xb2", "\x4c\xda", "\x9c\xb3", "\x9c\xb4", "\x62\xd5", + "\x9c\xb5", "\x50\x6a", "\x9c\xb6", "\x9c\xb7", "\x9c\xb8", "\x5a\x6e", + "\x9c\xb9", "\x52\x8d", "\x9c\xba", "\x9c\xbb", "\x9c\xbc", "\x9c\xbd", + "\x9c\xbe", "\x9c\xbf", "\x9c\xc0", "\x9c\xc1", "\x53\x68", "\x62\xd7", + "\x9c\xc2", "\x9c\xc3", "\x9c\xc4", "\x9c\xc5", "\x9c\xc6", "\x9c\xc7", + "\x9c\xc8", "\x9c\xc9", "\x57\x64", "\x62\xce", "\x9c\xca", "\x9c\xcb", + "\x9c\xcc", "\x9c\xcd", "\x62\xd3", "\x62\xd4", "\x9c\xce", "\x4d\xfd", + "\x9c\xcf", "\x58\x87", "\x9c\xd0", "\x9c\xd1", "\x5b\x5f", "\x9c\xd2", + "\x9c\xd3", "\x9c\xd4", "\x62\xd1", "\x9c\xd5", "\x9c\xd6", "\x9c\xd7", + "\x9c\xd8", "\x9c\xd9", "\x9c\xda", "\x9c\xdb", "\x9c\xdc", "\x9c\xdd", + "\x9c\xde", "\x9c\xdf", "\x62\xcf", "\x9c\xe0", "\x9c\xe1", "\x62\xcd", + "\x9c\xe2", "\x9c\xe3", "\x9c\xe4", "\x9c\xe5", "\x9c\xe6", "\x9c\xe7", + "\x9c\xe8", "\x9c\xe9", "\x9c\xea", "\x9c\xeb", "\x9c\xec", "\x9c\xed", + "\x9c\xee", "\x9c\xef", "\x9c\xf0", "\x57\x86", "\x55\xa9", "\x9c\xf1", + "\x9c\xf2", "\x9c\xf3", "\x50\xa2", "\x9c\xf4", "\x4f\x46", "\x62\xd2", + "\x9c\xf5", "\x9c\xf6", "\x4c\xc7", "\x9c\xf7", "\x9c\xf8", "\x9c\xf9", + "\x9c\xfa", "\x9c\xfb", "\x62\xe6", "\x5a\xb3", "\x9c\xfc", "\x9c\xfd", + "\x9d\x41", "\x9d\x42", "\x9d\x43", "\x9d\x44", "\x9d\x45", "\x62\xda", + "\x9d\x46", "\x9d\x47", "\x9d\x48", "\x51\x90", "\x9d\x49", "\x9d\x4a", + "\x62\xe8", "\x9d\x4b", "\x9d\x4c", "\x59\xe6", "\x9d\x4d", "\x9d\x4e", + "\x62\xde", "\x9d\x4f", "\x62\xdf", "\x9d\x50", "\x9d\x51", "\x58\x4a", + "\x9d\x52", "\x9d\x53", "\x9d\x54", "\x9d\x55", "\x56\x7d", "\x9d\x56", + "\x62\xd9", "\x62\xd0", "\x9d\x57", "\x62\xe4", "\x9d\x58", "\x54\xdb", + "\x62\xe2", "\x9d\x59", "\x9d\x5a", "\x52\xe6", "\x62\xe1", "\x9d\x5b", + "\x62\xe0", "\x9d\x5c", "\x9d\x5d", "\x9d\x5e", "\x4a\x9d", "\x62\xe7", + "\x9d\x5f", "\x9d\x60", "\x9d\x61", "\x9d\x62", "\x4b\x82", "\x9d\x63", + "\x9d\x64", "\x9d\x65", "\x5c\x6c", "\x9d\x66", "\x9d\x67", "\x9d\x68", + "\x62\xe5", "\x9d\x69", "\x4e\x4c", "\x9d\x6a", "\x5c\x72", "\x56\xce", + "\x66\x99", "\x9d\x6b", "\x62\xe3", "\x9d\x6c", "\x9d\x6d", "\x4d\x97", + "\x9d\x6e", "\x9d\x6f", "\x9d\x70", "\x5b\xcc", "\x62\xd8", "\x62\xdb", + "\x51\xf9", "\x62\xdd", "\x9d\x71", "\x51\xca", "\x50\xc3", "\x51\xcf", + "\x9d\x72", "\x49\x96", "\x56\xb1", "\x9d\x73", "\x9d\x74", "\x9d\x75", + "\x9d\x76", "\x9d\x77", "\x9d\x78", "\x9d\x79", "\x9d\x7a", "\x9d\x7b", + "\x9d\x7c", "\x4b\x6e", "\x9d\x7d", "\x9d\x7e", "\x9d\x7f", "\x9d\x81", + "\x62\xee", "\x9d\x82", "\x9d\x83", "\x9d\x84", "\x9d\x85", "\x9d\x86", + "\x9d\x87", "\x9d\x88", "\x9d\x89", "\x53\xae", "\x9d\x8a", "\x9d\x8b", + "\x9d\x8c", "\x53\xe0", "\x9d\x8d", "\x9d\x8e", "\x62\xf4", "\x9d\x8f", + "\x9d\x90", "\x9d\x91", "\x9d\x92", "\x9d\x93", "\x51\xa8", "\x9d\x94", + "\x9d\x95", "\x9d\x96", "\x50\xeb", "\x59\x7d", "\x62\xed", "\x9d\x97", + "\x9d\x98", "\x9d\x99", "\x9d\x9a", "\x9d\x9b", "\x9d\x9c", "\x9d\x9d", + "\x9d\x9e", "\x9d\x9f", "\x9d\xa0", "\x52\xad", "\x9d\xa1", "\x9d\xa2", + "\x9d\xa3", "\x62\xec", "\x9d\xa4", "\x9d\xa5", "\x9d\xa6", "\x9d\xa7", + "\x62\xf5", "\x62\xf3", "\x51\xfd", "\x9d\xa8", "\x62\xdc", "\x9d\xa9", + "\x62\xef", "\x9d\xaa", "\x55\xfd", "\x9d\xab", "\x5b\x64", "\x9d\xac", + "\x9d\xad", "\x62\xf0", "\x9d\xae", "\x9d\xaf", "\x9d\xb0", "\x9d\xb1", + "\x9d\xb2", "\x9d\xb3", "\x9d\xb4", "\x59\x9b", "\x9d\xb5", "\x9d\xb6", + "\x9d\xb7", "\x9d\xb8", "\x9d\xb9", "\x9d\xba", "\x9d\xbb", "\x62\xea", + "\x62\xeb", "\x9d\xbc", "\x9d\xbd", "\x9d\xbe", "\x62\xf1", "\x9d\xbf", + "\x57\xaa", "\x9d\xc0", "\x9d\xc1", "\x9d\xc2", "\x9d\xc3", "\x9d\xc4", + "\x9d\xc5", "\x9d\xc6", "\x9d\xc7", "\x9d\xc8", "\x9d\xc9", "\x53\x6b", + "\x9d\xca", "\x9d\xcb", "\x9d\xcc", "\x54\x51", "\x9d\xcd", "\x51\xb9", + "\x9d\xce", "\x9d\xcf", "\x9d\xd0", "\x62\xe9", "\x9d\xd1", "\x9d\xd2", + "\x9d\xd3", "\x51\x6a", "\x9d\xd4", "\x9d\xd5", "\x9d\xd6", "\x9d\xd7", + "\x9d\xd8", "\x9d\xd9", "\x56\xb5", "\x4a\x51", "\x9d\xda", "\x9d\xdb", + "\x9d\xdc", "\x62\xfa", "\x9d\xdd", "\x62\xf2", "\x9d\xde", "\x9d\xdf", + "\x9d\xe0", "\x62\xf9", "\x9d\xe1", "\x62\xfc", "\x9d\xe2", "\x62\xfb", + "\x9d\xe3", "\x9d\xe4", "\x9d\xe5", "\x9d\xe6", "\x9d\xe7", "\x9d\xe8", + "\x9d\xe9", "\x4a\x6e", "\x9d\xea", "\x9d\xeb", "\x9d\xec", "\x4a\x5a", + "\x62\xf6", "\x9d\xed", "\x9d\xee", "\x62\xf8", "\x62\xf7", "\x53\x8d", + "\x9d\xef", "\x9d\xf0", "\x9d\xf1", "\x9d\xf2", "\x9d\xf3", "\x9d\xf4", + "\x9d\xf5", "\x9d\xf6", "\x9d\xf7", "\x9d\xf8", "\x9d\xf9", "\x9d\xfa", + "\x9d\xfb", "\x50\xbc", "\x9d\xfc", "\x9d\xfd", "\x9e\x41", "\x9e\x42", + "\x5a\xe7", "\x9e\x43", "\x9e\x44", "\x9e\x45", "\x9e\x46", "\x9e\x47", + "\x63\x42", "\x9e\x48", "\x9e\x49", "\x9e\x4a", "\x9e\x4b", "\x9e\x4c", + "\x9e\x4d", "\x9e\x4e", "\x9e\x4f", "\x9e\x50", "\x9e\x51", "\x9e\x52", + "\x48\xc3", "\x9e\x53", "\x9e\x54", "\x63\x44", "\x9e\x55", "\x9e\x56", + "\x63\x43", "\x9e\x57", "\x9e\x58", "\x9e\x59", "\x9e\x5a", "\x9e\x5b", + "\x9e\x5c", "\x4e\xa3", "\x9e\x5d", "\x63\x45", "\x9e\x5e", "\x9e\x5f", + "\x9e\x60", "\x9e\x61", "\x9e\x62", "\x9e\x63", "\x63\x41", "\x9e\x64", + "\x9e\x65", "\x9e\x66", "\x9e\x67", "\x9e\x68", "\x9e\x69", "\x9e\x6a", + "\x62\xfd", "\x49\x95", "\x9e\x6b", "\x9e\x6c", "\x9e\x6d", "\x9e\x6e", + "\x9e\x6f", "\x9e\x70", "\x9e\x71", "\x9e\x72", "\x9e\x73", "\x9e\x74", + "\x9e\x75", "\x63\x48", "\x9e\x76", "\x63\x49", "\x63\x46", "\x9e\x77", + "\x9e\x78", "\x9e\x79", "\x9e\x7a", "\x9e\x7b", "\x9e\x7c", "\x9e\x7d", + "\x9e\x7e", "\x9e\x7f", "\x9e\x81", "\x9e\x82", "\x9e\x83", "\x63\x47", + "\x63\x4a", "\x9e\x84", "\x9e\x85", "\x9e\x86", "\x9e\x87", "\x9e\x88", + "\x9e\x89", "\x9e\x8a", "\x9e\x8b", "\x9e\x8c", "\x9e\x8d", "\x9e\x8e", + "\x9e\x8f", "\x9e\x90", "\x9e\x91", "\x9e\x92", "\x9e\x93", "\x9e\x94", + "\x9e\x95", "\x9e\x96", "\x9e\x97", "\x9e\x98", "\x9e\x99", "\x9e\x9a", + "\x9e\x9b", "\x9e\x9c", "\x9e\x9d", "\x9e\x9e", "\x9e\x9f", "\x9e\xa0", + "\x9e\xa1", "\x9e\xa2", "\x9e\xa3", "\x9e\xa4", "\x53\xd8", "\x9e\xa5", + "\x9e\xa6", "\x9e\xa7", "\x9e\xa8", "\x9e\xa9", "\x9e\xaa", "\x9e\xab", + "\x9e\xac", "\x63\x4b", "\x63\x4d", "\x9e\xad", "\x9e\xae", "\x9e\xaf", + "\x9e\xb0", "\x9e\xb1", "\x9e\xb2", "\x9e\xb3", "\x63\x4c", "\x9e\xb4", + "\x9e\xb5", "\x9e\xb6", "\x9e\xb7", "\x9e\xb8", "\x9e\xb9", "\x9e\xba", + "\x9e\xbb", "\x9e\xbc", "\x9e\xbd", "\x9e\xbe", "\x9e\xbf", "\x9e\xc0", + "\x9e\xc1", "\x9e\xc2", "\x9e\xc3", "\x9e\xc4", "\x63\x4f", "\x9e\xc5", + "\x9e\xc6", "\x9e\xc7", "\x63\x4e", "\x9e\xc8", "\x9e\xc9", "\x9e\xca", + "\x9e\xcb", "\x9e\xcc", "\x9e\xcd", "\x9e\xce", "\x9e\xcf", "\x9e\xd0", + "\x9e\xd1", "\x9e\xd2", "\x9e\xd3", "\x9e\xd4", "\x9e\xd5", "\x9e\xd6", + "\x9e\xd7", "\x9e\xd8", "\x9e\xd9", "\x4d\x81", "\x9e\xda", "\x9e\xdb", + "\x63\x50", "\x9e\xdc", "\x9e\xdd", "\x9e\xde", "\x9e\xdf", "\x9e\xe0", + "\x9e\xe1", "\x9e\xe2", "\x9e\xe3", "\x9e\xe4", "\x9e\xe5", "\x9e\xe6", + "\x9e\xe7", "\x9e\xe8", "\x9e\xe9", "\x63\x51", "\x9e\xea", "\x9e\xeb", + "\x9e\xec", "\x9e\xed", "\x9e\xee", "\x9e\xef", "\x9e\xf0", "\x9e\xf1", + "\x9e\xf2", "\x9e\xf3", "\x9e\xf4", "\x9e\xf5", "\x4e\x91", "\x66\xe0", + "\x52\x91", "\x9e\xf6", "\x4b\x66", "\x4e\x72", "\x9e\xf7", "\x9e\xf8", + "\x9e\xf9", "\x9e\xfa", "\x51\x8a", "\x5a\xed", "\x9e\xfb", "\x4f\xc3", + "\x9e\xfc", "\x9e\xfd", "\x9f\x41", "\x5c\x66", "\x9f\x42", "\x5a\xd5", + "\x49\xd2", "\x66\xbd", "\x9f\x43", "\x9f\x44", "\x9f\x45", "\x9f\x46", + "\x65\xc0", "\x9f\x47", "\x9f\x48", "\x9f\x49", "\x51\xae", "\x4a\xb5", + "\x9f\x4a", "\x9f\x4b", "\x9f\x4c", "\x59\x77", "\x9f\x4d", "\x9f\x4e", + "\x9f\x4f", "\x4a\x54", "\x9f\x50", "\x54\xb1", "\x50\x5b", "\x66\xbf", + "\x9f\x51", "\x9f\x52", "\x5b\xca", "\x9f\x53", "\x9f\x54", "\x66\xbe", + "\x66\xc0", "\x9f\x55", "\x9f\x56", "\x9f\x57", "\x9f\x58", "\x9f\x59", + "\x9f\x5a", "\x9f\x5b", "\x9f\x5c", "\x9f\x5d", "\x9f\x5e", "\x9f\x5f", + "\x9f\x60", "\x9f\x61", "\x66\xc4", "\x4f\xe5", "\x56\xbe", "\x53\x7a", + "\x4f\xbb", "\x9f\x62", "\x66\xc5", "\x9f\x63", "\x49\x9f", "\x9f\x64", + "\x9f\x65", "\x9f\x66", "\x66\xc3", "\x5b\x48", "\x4b\x84", "\x9f\x67", + "\x66\xc1", "\x51\x56", "\x4a\x84", "\x9f\x68", "\x9f\x69", "\x66\xc2", + "\x56\x58", "\x50\xc2", "\x56\xfd", "\x9f\x6a", "\x9f\x6b", "\x9f\x6c", + "\x9f\x6d", "\x51\x72", "\x9f\x6e", "\x66\xc7", "\x9f\x6f", "\x9f\x70", + "\x9f\x71", "\x9f\x72", "\x9f\x73", "\x9f\x74", "\x9f\x75", "\x9f\x76", + "\x9f\x77", "\x9f\x78", "\x9f\x79", "\x9f\x7a", "\x9f\x7b", "\x4d\xe5", + "\x50\xd2", "\x9f\x7c", "\x5b\xf1", "\x9f\x7d", "\x9f\x7e", "\x9f\x7f", + "\x59\x6c", "\x9f\x81", "\x9f\x82", "\x9f\x83", "\x9f\x84", "\x50\x5e", + "\x9f\x85", "\x4c\x53", "\x55\x75", "\x66\xc6", "\x4e\x83", "\x9f\x86", + "\x56\xcb", "\x4f\x9e", "\x54\xc7", "\x9f\x87", "\x58\x49", "\x9f\x88", + "\x9f\x89", "\x9f\x8a", "\x9f\x8b", "\x9f\x8c", "\x9f\x8d", "\x9f\x8e", + "\x57\x8a", "\x9f\x8f", "\x53\x8c", "\x9f\x90", "\x9f\x91", "\x9f\x92", + "\x4c\x8a", "\x9f\x93", "\x9f\x94", "\x9f\x95", "\x9f\x96", "\x9f\x97", + "\x9f\x98", "\x9f\x99", "\x9f\x9a", "\x9f\x9b", "\x9f\x9c", "\x9f\x9d", + "\x59\x69", "\x4d\xb7", "\x9f\x9e", "\x9f\x9f", "\x9f\xa0", "\x9f\xa1", + "\x9f\xa2", "\x66\xc8", "\x9f\xa3", "\x9f\xa4", "\x66\xc9", "\x9f\xa5", + "\x4e\x60", "\x66\xca", "\x9f\xa6", "\x66\xe1", "\x49\x5a", "\x4c\x79", + "\x9f\xa7", "\x9f\xa8", "\x9f\xa9", "\x9f\xaa", "\x9f\xab", "\x9f\xac", + "\x9f\xad", "\x9f\xae", "\x9f\xaf", "\x9f\xb0", "\x9f\xb1", "\x4f\x59", + "\x9f\xb2", "\x9f\xb3", "\x9f\xb4", "\x9f\xb5", "\x9f\xb6", "\x9f\xb7", + "\x9f\xb8", "\x9f\xb9", "\x66\xcb", "\x59\x87", "\x66\xcc", "\x9f\xba", + "\x9f\xbb", "\x9f\xbc", "\x9f\xbd", "\x54\xba", "\x9f\xbe", "\x9f\xbf", + "\x9f\xc0", "\x9f\xc1", "\x9f\xc2", "\x9f\xc3", "\x9f\xc4", "\x9f\xc5", + "\x9f\xc6", "\x9f\xc7", "\x9f\xc8", "\x9f\xc9", "\x9f\xca", "\x9f\xcb", + "\x66\xd0", "\x9f\xcc", "\x9f\xcd", "\x9f\xce", "\x9f\xcf", "\x66\xd2", + "\x9f\xd0", "\x4e\x6d", "\x9f\xd1", "\x4e\xe4", "\x9f\xd2", "\x9f\xd3", + "\x9f\xd4", "\x9f\xd5", "\x9f\xd6", "\x9f\xd7", "\x9f\xd8", "\x9f\xd9", + "\x9f\xda", "\x9f\xdb", "\x9f\xdc", "\x9f\xdd", "\x9f\xde", "\x66\xce", + "\x9f\xdf", "\x55\x57", "\x9f\xe0", "\x9f\xe1", "\x9f\xe2", "\x9f\xe3", + "\x9f\xe4", "\x52\x5a", "\x9f\xe5", "\x66\xe2", "\x5b\x75", "\x66\xcf", + "\x9f\xe6", "\x9f\xe7", "\x9f\xe8", "\x9f\xe9", "\x9f\xea", "\x5b\xf2", + "\x9f\xeb", "\x9f\xec", "\x9f\xed", "\x66\xd1", "\x66\xcd", "\x9f\xee", + "\x9f\xef", "\x9f\xf0", "\x9f\xf1", "\x66\xd3", "\x9f\xf2", "\x66\xd4", + "\x9f\xf3", "\x9f\xf4", "\x55\x5f", "\x9f\xf5", "\x9f\xf6", "\x9f\xf7", + "\x9f\xf8", "\x9f\xf9", "\x9f\xfa", "\x58\x48", "\x9f\xfb", "\x9f\xfc", + "\x9f\xfd", "\xa0\x41", "\xa0\x42", "\x58\xdb", "\xa0\x43", "\xa0\x44", + "\xa0\x45", "\xa0\x46", "\x59\x4c", "\xa0\x47", "\xa0\x48", "\xa0\x49", + "\xa0\x4a", "\x54\xda", "\xa0\x4b", "\xa0\x4c", "\xa0\x4d", "\x66\xd5", + "\x57\xf4", "\xa0\x4e", "\xa0\x4f", "\xa0\x50", "\xa0\x51", "\xa0\x52", + "\x55\xeb", "\x66\xd9", "\xa0\x53", "\xa0\x54", "\xa0\x55", "\xa0\x56", + "\xa0\x57", "\xa0\x58", "\xa0\x59", "\x66\xd8", "\xa0\x5a", "\xa0\x5b", + "\xa0\x5c", "\x48\xbd", "\xa0\x5d", "\xa0\x5e", "\xa0\x5f", "\xa0\x60", + "\xa0\x61", "\xa0\x62", "\x66\xd6", "\xa0\x63", "\x66\xd7", "\xa0\x64", + "\xa0\x65", "\xa0\x66", "\x66\xe3", "\xa0\x67", "\xa0\x68", "\xa0\x69", + "\xa0\x6a", "\xa0\x6b", "\xa0\x6c", "\xa0\x6d", "\xa0\x6e", "\xa0\x6f", + "\x54\xbb", "\xa0\x70", "\xa0\x71", "\xa0\x72", "\xa0\x73", "\xa0\x74", + "\xa0\x75", "\xa0\x76", "\xa0\x77", "\xa0\x78", "\xa0\x79", "\x51\x67", + "\xa0\x7a", "\xa0\x7b", "\xa0\x7c", "\xa0\x7d", "\xa0\x7e", "\x66\xdb", + "\x59\x81", "\xa0\x7f", "\xa0\x81", "\xa0\x82", "\xa0\x83", "\xa0\x84", + "\xa0\x85", "\xa0\x86", "\xa0\x87", "\xa0\x88", "\xa0\x89", "\x66\xda", + "\xa0\x8a", "\xa0\x8b", "\xa0\x8c", "\xa0\x8d", "\x5a\xee", "\xa0\x8e", + "\x66\xdc", "\xa0\x8f", "\xa0\x90", "\xa0\x91", "\xa0\x92", "\xa0\x93", + "\xa0\x94", "\x5e\x66", "\xa0\x95", "\xa0\x96", "\xa0\x97", "\xa0\x98", + "\xa0\x99", "\xa0\x9a", "\xa0\x9b", "\xa0\x9c", "\xa0\x9d", "\xa0\x9e", + "\x66\xdd", "\xa0\x9f", "\xa0\xa0", "\xa0\xa1", "\xa0\xa2", "\xa0\xa3", + "\xa0\xa4", "\xa0\xa5", "\xa0\xa6", "\xa0\xa7", "\xa0\xa8", "\xa0\xa9", + "\xa0\xaa", "\x49\x4c", "\xa0\xab", "\xa0\xac", "\xa0\xad", "\xa0\xae", + "\xa0\xaf", "\xa0\xb0", "\xa0\xb1", "\xa0\xb2", "\xa0\xb3", "\xa0\xb4", + "\xa0\xb5", "\xa0\xb6", "\xa0\xb7", "\xa0\xb8", "\xa0\xb9", "\xa0\xba", + "\xa0\xbb", "\xa0\xbc", "\xa0\xbd", "\xa0\xbe", "\xa0\xbf", "\xa0\xc0", + "\x66\xde", "\xa0\xc1", "\xa0\xc2", "\xa0\xc3", "\xa0\xc4", "\xa0\xc5", + "\xa0\xc6", "\xa0\xc7", "\xa0\xc8", "\xa0\xc9", "\xa0\xca", "\x66\xdf", + "\xa0\xcb", "\x5c\x46", "\xa0\xcc", "\x53\x60", "\xa0\xcd", "\xa0\xce", + "\xa0\xcf", "\x66\x5c", "\x48\xad", "\xa0\xd0", "\xa0\xd1", "\xa0\xd2", + "\x4f\xf3", "\x4c\xb7", "\x59\xae", "\x48\xd5", "\x4b\x9a", "\xa0\xd3", + "\x5c\xb2", "\xa0\xd4", "\x56\x4c", "\xa0\xd5", "\x62\x7d", "\xa0\xd6", + "\xa0\xd7", "\xa0\xd8", "\xa0\xd9", "\xa0\xda", "\xa0\xdb", "\xa0\xdc", + "\x53\xab", "\x48\xe5", "\xa0\xdd", "\xa0\xde", "\xa0\xdf", "\x53\x66", + "\x66\x59", "\xa0\xe0", "\xa0\xe1", "\xa0\xe2", "\xa0\xe3", "\x66\x5a", + "\xa0\xe4", "\xa0\xe5", "\xa0\xe6", "\x66\x5b", "\xa0\xe7", "\xa0\xe8", + "\x59\x60", "\xa0\xe9", "\x53\x43", "\xa0\xea", "\x65\xf1", "\xa0\xeb", + "\x52\xb1", "\xa0\xec", "\x52\xb4", "\x50\xcd", "\xa0\xed", "\xa0\xee", + "\xa0\xef", "\x65\xf2", "\x52\xc0", "\xa0\xf0", "\x57\xee", "\xa0\xf1", + "\xa0\xf2", "\xa0\xf3", "\xa0\xf4", "\x65\xef", "\x65\xf3", "\xa0\xf5", + "\xa0\xf6", "\x55\x9d", "\xa0\xf7", "\xa0\xf8", "\x54\x43", "\xa0\xf9", + "\xa0\xfa", "\xa0\xfb", "\x56\xd7", "\x57\xfd", "\xa0\xfc", "\xa0\xfd", + "\xa1\x41", "\x65\xf4", "\x65\xf5", "\x58\x4c", "\x50\xe6", "\xa1\x42", + "\xa1\x43", "\x65\xf6", "\xa1\x44", "\xa1\x45", "\xa1\x46", "\xa1\x47", + "\xa1\x48", "\x4b\xbe", "\x65\xf7", "\xa1\x49", "\x65\xf8", "\xa1\x4a", + "\x65\xf9", "\xa1\x4b", "\xa1\x4c", "\x65\xfa", "\xa1\x4d", "\xa1\x4e", + "\xa1\x4f", "\xa1\x50", "\xa1\x51", "\xa1\x52", "\xa1\x53", "\xa1\x54", + "\xa1\x55", "\xa1\x56", "\xa1\x57", "\xa1\x58", "\x65\xf0", "\xa1\x59", + "\xa1\x5a", "\xa1\x5b", "\xa1\x5c", "\xa1\x5d", "\xa1\x5e", "\xa1\x5f", + "\xa1\x60", "\xa1\x61", "\xa1\x62", "\xa1\x63", "\xa1\x64", "\x54\xad", + "\x61\x8c", "\xa1\x65", "\x4c\x58", "\x61\x8d", "\xa1\x66", "\xa1\x67", + "\xa1\x68", "\x61\x8e", "\xa1\x69", "\x5c\x54", "\x61\x8f", "\x61\x90", + "\x5a\x6c", "\xa1\x6a", "\xa1\x6b", "\xa1\x6c", "\xa1\x6d", "\xa1\x6e", + "\xa1\x6f", "\xa1\x70", "\x61\x92", "\x50\x92", "\x61\x91", "\x4b\x72", + "\xa1\x71", "\xa1\x72", "\xa1\x73", "\x49\x57", "\xa1\x74", "\xa1\x75", + "\xa1\x76", "\xa1\x77", "\x61\x94", "\x61\x93", "\xa1\x78", "\x4d\xfb", + "\xa1\x79", "\x61\x95", "\xa1\x7a", "\xa1\x7b", "\xa1\x7c", "\xa1\x7d", + "\x4d\x57", "\xa1\x7e", "\x4f\xd0", "\xa1\x7f", "\xa1\x81", "\xa1\x82", + "\xa1\x83", "\x52\xfb", "\xa1\x84", "\x4d\xdc", "\x4f\x66", "\xa1\x85", + "\xa1\x86", "\xa1\x87", "\xa1\x88", "\xa1\x89", "\xa1\x8a", "\x61\x96", + "\x61\x98", "\xa1\x8b", "\xa1\x8c", "\x4b\xbf", "\x58\x61", "\x55\xa7", + "\x61\x97", "\x5b\x99", "\x5a\x9d", "\x61\x99", "\x61\x9d", "\x61\x9a", + "\xa1\x8d", "\xa1\x8e", "\x61\x9b", "\x50\xe9", "\xa1\x8f", "\x61\x9f", + "\x61\xa0", "\x50\xc6", "\xa1\x90", "\xa1\x91", "\xa1\x92", "\xa1\x93", + "\x61\x9c", "\xa1\x94", "\x61\x9e", "\xa1\x95", "\xa1\x96", "\xa1\x97", + "\xa1\x98", "\xa1\x99", "\xa1\x9a", "\x61\xa4", "\xa1\x9b", "\xa1\x9c", + "\xa1\x9d", "\x51\x74", "\xa1\x9e", "\xa1\x9f", "\xa1\xa0", "\xa1\xa1", + "\x61\xa2", "\xa1\xa2", "\x61\xa7", "\x49\xfd", "\x61\xa1", "\xa1\xa3", + "\xa1\xa4", "\xa1\xa5", "\x52\x6d", "\x49\xc1", "\x61\xa6", "\x61\xa5", + "\xa1\xa6", "\xa1\xa7", "\x61\xa3", "\x61\xa8", "\xa1\xa8", "\xa1\xa9", + "\x61\xaa", "\xa1\xaa", "\xa1\xab", "\xa1\xac", "\x58\xc8", "\x5b\xec", + "\x52\x48", "\x61\xab", "\xa1\xad", "\x58\x77", "\xa1\xae", "\xa1\xaf", + "\x61\xad", "\xa1\xb0", "\xa1\xb1", "\x4d\xee", "\xa1\xb2", "\xa1\xb3", + "\x65\x81", "\x61\xac", "\x61\xa9", "\xa1\xb4", "\xa1\xb5", "\xa1\xb6", + "\xa1\xb7", "\x4e\x4b", "\x5a\xb2", "\xa1\xb8", "\xa1\xb9", "\xa1\xba", + "\xa1\xbb", "\xa1\xbc", "\xa1\xbd", "\xa1\xbe", "\xa1\xbf", "\xa1\xc0", + "\xa1\xc1", "\xa1\xc2", "\xa1\xc3", "\xa1\xc4", "\x61\xaf", "\xa1\xc5", + "\xa1\xc6", "\x61\xae", "\xa1\xc7", "\x65\x82", "\xa1\xc8", "\xa1\xc9", + "\xa1\xca", "\xa1\xcb", "\x61\xb0", "\xa1\xcc", "\xa1\xcd", "\xa1\xce", + "\xa1\xcf", "\xa1\xd0", "\xa1\xd1", "\xa1\xd2", "\xa1\xd3", "\x61\xb1", + "\xa1\xd4", "\xa1\xd5", "\xa1\xd6", "\xa1\xd7", "\xa1\xd8", "\xa1\xd9", + "\xa1\xda", "\xa1\xdb", "\xa1\xdc", "\xa1\xdd", "\xa1\xde", "\x61\xb2", + "\x56\xa0", "\xa1\xdf", "\x61\xb3", "\xa1\xe0", "\xa1\xe1", "\xa1\xe2", + "\xa1\xe3", "\xa1\xe4", "\xa1\xe5", "\xa1\xe6", "\xa1\xe7", "\xa1\xe8", + "\xa1\xe9", "\xa1\xea", "\xa1\xeb", "\xa1\xec", "\xa1\xed", "\x61\xb4", + "\xa1\xee", "\xa1\xef", "\xa1\xf0", "\xa1\xf1", "\xa1\xf2", "\x58\xfd", + "\xa1\xf3", "\xa1\xf4", "\x51\xc9", "\xa1\xf5", "\x5a\x92", "\xa1\xf6", + "\x57\x96", "\xa1\xf7", "\xa1\xf8", "\x64\x81", "\xa1\xf9", "\xa1\xfa", + "\x64\x82", "\xa1\xfb", "\xa1\xfc", "\xa1\xfd", "\xa2\x41", "\x4f\xc0", + "\xa2\x42", "\xa2\x43", "\xa2\x44", "\xa2\x45", "\x51\xe9", "\xa2\x46", + "\xa2\x47", "\xa2\x48", "\x64\x85", "\xa2\x49", "\xa2\x4a", "\x64\x84", + "\xa2\x4b", "\xa2\x4c", "\xa2\x4d", "\xa2\x4e", "\xa2\x4f", "\xa2\x50", + "\x57\x87", "\xa2\x51", "\x52\x55", "\xa2\x52", "\xa2\x53", "\x64\x83", + "\x4e\x57", "\x58\x76", "\xa2\x54", "\x51\x82", "\x64\x8a", "\xa2\x55", + "\xa2\x56", "\xa2\x57", "\x64\x89", "\xa2\x58", "\xa2\x59", "\x64\x95", + "\x49\xa2", "\xa2\x5a", "\xa2\x5b", "\xa2\x5c", "\xa2\x5d", "\x64\x8b", + "\xa2\x5e", "\x64\x87", "\xa2\x5f", "\xa2\x60", "\xa2\x61", "\xa2\x62", + "\xa2\x63", "\x64\x8d", "\x64\x8c", "\x55\x5a", "\xa2\x64", "\xa2\x65", + "\x5b\x85", "\xa2\x66", "\x64\x86", "\x4c\x49", "\x64\x88", "\xa2\x67", + "\xa2\x68", "\xa2\x69", "\xa2\x6a", "\xa2\x6b", "\xa2\x6c", "\xa2\x6d", + "\x64\x8f", "\xa2\x6e", "\xa2\x6f", "\xa2\x70", "\xa2\x71", "\x64\x94", + "\xa2\x72", "\x5b\xe8", "\xa2\x73", "\xa2\x74", "\xa2\x75", "\xa2\x76", + "\x64\x8e", "\xa2\x77", "\x64\x93", "\xa2\x78", "\x64\x92", "\xa2\x79", + "\xa2\x7a", "\xa2\x7b", "\x48\xdf", "\xa2\x7c", "\xa2\x7d", "\xa2\x7e", + "\xa2\x7f", "\x64\x96", "\xa2\x81", "\xa2\x82", "\xa2\x83", "\xa2\x84", + "\xa2\x85", "\xa2\x86", "\xa2\x87", "\xa2\x88", "\xa2\x89", "\xa2\x8a", + "\xa2\x8b", "\xa2\x8c", "\xa2\x8d", "\xa2\x8e", "\xa2\x8f", "\xa2\x90", + "\x54\x93", "\xa2\x91", "\x50\xc4", "\x50\xec", "\xa2\x92", "\xa2\x93", + "\x51\x91", "\x64\x91", "\xa2\x94", "\xa2\x95", "\xa2\x96", "\xa2\x97", + "\x64\x97", "\x56\x97", "\xa2\x98", "\xa2\x99", "\xa2\x9a", "\xa2\x9b", + "\xa2\x9c", "\xa2\x9d", "\xa2\x9e", "\xa2\x9f", "\xa2\xa0", "\x64\xa1", + "\x64\xa0", "\xa2\xa1", "\xa2\xa2", "\xa2\xa3", "\xa2\xa4", "\xa2\xa5", + "\xa2\xa6", "\x5c\x61", "\xa2\xa7", "\xa2\xa8", "\x64\x9b", "\x64\x9a", + "\xa2\xa9", "\x64\x9c", "\xa2\xaa", "\x64\x98", "\xa2\xab", "\x64\x9f", + "\xa2\xac", "\x64\x9e", "\xa2\xad", "\x64\x9d", "\xa2\xae", "\xa2\xaf", + "\x51\x75", "\x54\x79", "\x53\x9e", "\x53\x63", "\xa2\xb0", "\xa2\xb1", + "\xa2\xb2", "\xa2\xb3", "\xa2\xb4", "\x54\x8e", "\xa2\xb5", "\xa2\xb6", + "\xa2\xb7", "\xa2\xb8", "\x64\xa2", "\xa2\xb9", "\xa2\xba", "\xa2\xbb", + "\xa2\xbc", "\xa2\xbd", "\xa2\xbe", "\xa2\xbf", "\xa2\xc0", "\xa2\xc1", + "\xa2\xc2", "\xa2\xc3", "\xa2\xc4", "\xa2\xc5", "\xa2\xc6", "\xa2\xc7", + "\xa2\xc8", "\xa2\xc9", "\xa2\xca", "\xa2\xcb", "\x64\xa5", "\xa2\xcc", + "\x64\xa4", "\xa2\xcd", "\x64\xa6", "\x4d\xf6", "\x64\x99", "\x64\xa3", + "\xa2\xce", "\x54\xef", "\x55\x4a", "\xa2\xcf", "\xa2\xd0", "\xa2\xd1", + "\xa2\xd2", "\xa2\xd3", "\xa2\xd4", "\xa2\xd5", "\xa2\xd6", "\xa2\xd7", + "\xa2\xd8", "\xa2\xd9", "\xa2\xda", "\xa2\xdb", "\x64\xa8", "\xa2\xdc", + "\xa2\xdd", "\x4d\x86", "\xa2\xde", "\xa2\xdf", "\xa2\xe0", "\xa2\xe1", + "\xa2\xe2", "\x59\x9f", "\x64\xa7", "\xa2\xe3", "\xa2\xe4", "\xa2\xe5", + "\xa2\xe6", "\xa2\xe7", "\xa2\xe8", "\x64\xa9", "\xa2\xe9", "\x64\xac", + "\x64\xad", "\xa2\xea", "\x51\x47", "\xa2\xeb", "\xa2\xec", "\xa2\xed", + "\x64\xae", "\xa2\xee", "\xa2\xef", "\xa2\xf0", "\x64\xaf", "\xa2\xf1", + "\xa2\xf2", "\x64\xab", "\xa2\xf3", "\x64\xb3", "\xa2\xf4", "\xa2\xf5", + "\xa2\xf6", "\xa2\xf7", "\xa2\xf8", "\xa2\xf9", "\xa2\xfa", "\xa2\xfb", + "\xa2\xfc", "\xa2\xfd", "\xa3\x41", "\x64\xaa", "\xa3\x42", "\x64\xb0", + "\xa3\x43", "\xa3\x44", "\xa3\x45", "\xa3\x46", "\xa3\x47", "\xa3\x48", + "\xa3\x49", "\xa3\x4a", "\x64\xb4", "\x64\xb1", "\x64\xb2", "\xa3\x4b", + "\xa3\x4c", "\xa3\x4d", "\xa3\x4e", "\xa3\x4f", "\xa3\x50", "\xa3\x51", + "\xa3\x52", "\xa3\x53", "\xa3\x54", "\xa3\x55", "\xa3\x56", "\xa3\x57", + "\xa3\x58", "\xa3\x59", "\xa3\x5a", "\x64\xb6", "\xa3\x5b", "\xa3\x5c", + "\xa3\x5d", "\xa3\x5e", "\xa3\x5f", "\xa3\x60", "\xa3\x61", "\xa3\x62", + "\xa3\x63", "\xa3\x64", "\xa3\x65", "\xa3\x66", "\xa3\x67", "\xa3\x68", + "\xa3\x69", "\xa3\x6a", "\xa3\x6b", "\xa3\x6c", "\xa3\x6d", "\xa3\x6e", + "\xa3\x6f", "\xa3\x70", "\xa3\x71", "\x64\xb5", "\xa3\x72", "\xa3\x73", + "\xa3\x74", "\xa3\x75", "\xa3\x76", "\xa3\x77", "\xa3\x78", "\xa3\x79", + "\xa3\x7a", "\x4d\x6f", "\xa3\x7b", "\x68\xab", "\xa3\x7c", "\x68\xac", + "\xa3\x7d", "\x53\xaf", "\x48\xe9", "\x54\xbe", "\xa3\x7e", "\x57\x7f", + "\xa3\x7f", "\xa3\x81", "\xa3\x82", "\xa3\x83", "\xa3\x84", "\xa3\x85", + "\xa3\x86", "\x57\xcc", "\x65\xb0", "\xa3\x87", "\xa3\x88", "\xa3\x89", + "\xa3\x8a", "\x65\xb1", "\xa3\x8b", "\x53\xbe", "\x4a\xc8", "\xa3\x8c", + "\xa3\x8d", "\xa3\x8e", "\xa3\x8f", "\xa3\x90", "\xa3\x91", "\xa3\x92", + "\x65\xb2", "\xa3\x93", "\xa3\x94", "\xa3\x95", "\xa3\x96", "\x5b\x88", + "\xa3\x97", "\xa3\x98", "\xa3\x99", "\xa3\x9a", "\xa3\x9b", "\xa3\x9c", + "\xa3\x9d", "\xa3\x9e", "\x5f\x9a", "\xa3\x9f", "\x65\xb3", "\xa3\xa0", + "\x65\xb4", "\xa3\xa1", "\x65\xb5", "\xa3\xa2", "\xa3\xa3", "\xa3\xa4", + "\xa3\xa5", "\x4c\xc9", "\x60\x50", "\x55\x96", "\xa3\xa6", "\x56\xef", + "\xa3\xa7", "\xa3\xa8", "\x55\x9b", "\xa3\xa9", "\xa3\xaa", "\xa3\xab", + "\xa3\xac", "\xa3\xad", "\x55\x9c", "\xa3\xae", "\xa3\xaf", "\x5a\x63", + "\x56\x46", "\xa3\xb0", "\x4c\xa5", "\x68\xad", "\x49\x62", "\xa3\xb1", + "\x63\x58", "\x56\xee", "\x5a\x69", "\x4e\xd6", "\x55\x8b", "\xa3\xb2", + "\x4b\x88", "\xa3\xb3", "\x52\xcf", "\x4b\x8a", "\xa3\xb4", "\x67\xad", + "\x4e\x4d", "\xa3\xb5", "\xa3\xb6", "\x64\x7e", "\xa3\xb7", "\x67\xae", + "\xa3\xb8", "\xa3\xb9", "\xa3\xba", "\xa3\xbb", "\x4a\x49", "\xa3\xbc", + "\xa3\xbd", "\x67\xb1", "\xa3\xbe", "\xa3\xbf", "\x67\xb0", "\x4f\x88", + "\xa3\xc0", "\x67\xaf", "\x57\xb6", "\xa3\xc1", "\xa3\xc2", "\xa3\xc3", + "\xa3\xc4", "\x53\x6f", "\xa3\xc5", "\xa3\xc6", "\xa3\xc7", "\xa3\xc8", + "\x51\x95", "\x5e\x6e", "\x67\xb2", "\x58\xf2", "\xa3\xc9", "\xa3\xca", + "\xa3\xcb", "\xa3\xcc", "\xa3\xcd", "\xa3\xce", "\xa3\xcf", "\xa3\xd0", + "\x51\xd3", "\x53\xe7", "\xa3\xd1", "\xa3\xd2", "\xa3\xd3", "\x4c\x4c", + "\xa3\xd4", "\xa3\xd5", "\xa3\xd6", "\xa3\xd7", "\xa3\xd8", "\xa3\xd9", + "\xa3\xda", "\x67\xb3", "\xa3\xdb", "\x4a\x8c", "\xa3\xdc", "\xa3\xdd", + "\xa3\xde", "\x4e\x9c", "\x67\xb4", "\xa3\xdf", "\xa3\xe0", "\xa3\xe1", + "\xa3\xe2", "\xa3\xe3", "\x64\x7c", "\xa3\xe4", "\xa3\xe5", "\xa3\xe6", + "\x67\xb5", "\xa3\xe7", "\xa3\xe8", "\x4f\x4e", "\xa3\xe9", "\xa3\xea", + "\xa3\xeb", "\xa3\xec", "\x69\x83", "\xa3\xed", "\xa3\xee", "\xa3\xef", + "\x55\xe7", "\xa3\xf0", "\x59\xc8", "\x68\xd9", "\xa3\xf1", "\x68\xda", + "\xa3\xf2", "\x68\xdb", "\x51\x66", "\xa3\xf3", "\x4c\xec", "\x4f\xcd", + "\xa3\xf4", "\xa3\xf5", "\x68\xdd", "\xa3\xf6", "\x53\x51", "\x68\xdc", + "\x59\x92", "\xa3\xf7", "\x68\xdf", "\x48\xcb", "\x4f\x8b", "\xa3\xf8", + "\xa3\xf9", "\xa3\xfa", "\xa3\xfb", "\xa3\xfc", "\x59\xde", "\x68\xde", + "\xa3\xfd", "\x4a\xae", "\x4c\x89", "\x68\xe5", "\x68\xe4", "\x53\xa2", + "\x68\xe0", "\x68\xe1", "\x4a\xc2", "\xa4\x41", "\xa4\x42", "\x68\xe2", + "\x5b\x8f", "\xa4\x43", "\xa4\x44", "\x56\xda", "\x4f\xd1", "\x4e\xb1", + "\xa4\x45", "\xa4\x46", "\xa4\x47", "\x68\xe7", "\x68\xe6", "\x68\xe3", + "\x49\xa0", "\xa4\x48", "\x5b\xa1", "\x5a\x58", "\x4f\xb6", "\x54\xab", + "\xa4\x49", "\xa4\x4a", "\x68\xe9", "\xa4\x4b", "\xa4\x4c", "\xa4\x4d", + "\xa4\x4e", "\x59\x98", "\xa4\x4f", "\x5b\xcb", "\x4d\xda", "\x68\xe8", + "\xa4\x50", "\x4b\xba", "\xa4\x51", "\xa4\x52", "\x57\x54", "\xa4\x53", + "\xa4\x54", "\x53\xa5", "\xa4\x55", "\xa4\x56", "\xa4\x57", "\x51\x41", + "\x68\xea", "\x68\xed", "\xa4\x58", "\x68\xec", "\x68\xef", "\x68\xeb", + "\xa4\x59", "\x4e\x5e", "\x68\xee", "\xa4\x5a", "\xa4\x5b", "\xa4\x5c", + "\xa4\x5d", "\x56\xb4", "\x68\xf1", "\xa4\x5e", "\xa4\x5f", "\x4a\x75", + "\xa4\x60", "\xa4\x61", "\xa4\x62", "\xa4\x63", "\x49\x74", "\xa4\x64", + "\xa4\x65", "\x68\xf2", "\xa4\x66", "\xa4\x67", "\x68\xf3", "\x68\xf5", + "\x4a\xe0", "\xa4\x68", "\x68\xf0", "\xa4\x69", "\x68\xf6", "\xa4\x6a", + "\xa4\x6b", "\xa4\x6c", "\xa4\x6d", "\x68\xf9", "\xa4\x6e", "\x68\xf7", + "\xa4\x6f", "\xa4\x70", "\xa4\x71", "\x68\xf4", "\xa4\x72", "\xa4\x73", + "\xa4\x74", "\xa4\x75", "\x68\xfc", "\xa4\x76", "\x68\xf8", "\x68\xfb", + "\x68\xfd", "\xa4\x77", "\x69\x41", "\xa4\x78", "\xa4\x79", "\xa4\x7a", + "\x57\xc0", "\x69\x44", "\xa4\x7b", "\x69\x43", "\xa4\x7c", "\x51\x97", + "\x68\xfa", "\x55\xdc", "\xa4\x7d", "\xa4\x7e", "\x4a\xf0", "\x49\x92", + "\x56\xb0", "\xa4\x7f", "\x69\x46", "\xa4\x81", "\xa4\x82", "\x69\x47", + "\xa4\x83", "\xa4\x84", "\x69\x4c", "\x5b\x6e", "\x69\x49", "\xa4\x85", + "\xa4\x86", "\x54\xb2", "\xa4\x87", "\xa4\x88", "\xa4\x89", "\x69\x42", + "\xa4\x8a", "\x69\x4b", "\x69\x48", "\x69\x45", "\xa4\x8b", "\xa4\x8c", + "\x69\x4a", "\xa4\x8d", "\xa4\x8e", "\xa4\x8f", "\xa4\x90", "\xa4\x91", + "\xa4\x92", "\xa4\x93", "\xa4\x94", "\x48\xa8", "\x69\x4d", "\xa4\x95", + "\xa4\x96", "\xa4\x97", "\xa4\x98", "\xa4\x99", "\xa4\x9a", "\x69\x4f", + "\xa4\x9b", "\x69\x51", "\xa4\x9c", "\xa4\x9d", "\xa4\x9e", "\xa4\x9f", + "\xa4\xa0", "\x69\x50", "\xa4\xa1", "\x69\x4e", "\xa4\xa2", "\xa4\xa3", + "\xa4\xa4", "\xa4\xa5", "\x59\x42", "\xa4\xa6", "\xa4\xa7", "\xa4\xa8", + "\xa4\xa9", "\xa4\xaa", "\xa4\xab", "\xa4\xac", "\x69\x52", "\xa4\xad", + "\xa4\xae", "\xa4\xaf", "\x69\x53", "\xa4\xb0", "\xa4\xb1", "\xa4\xb2", + "\xa4\xb3", "\xa4\xb4", "\xa4\xb5", "\xa4\xb6", "\xa4\xb7", "\x4d\x90", + "\xa4\xb8", "\xa4\xb9", "\x4b\x67", "\xa4\xba", "\x48\xd6", "\x48\xd8", + "\xa4\xbb", "\xa4\xbc", "\xa4\xbd", "\x5a\xec", "\xa4\xbe", "\x4b\x64", + "\xa4\xbf", "\x4f\x74", "\x4e\x6a", "\x68\xa6", "\xa4\xc0", "\xa4\xc1", + "\x4c\xdd", "\xa4\xc2", "\xa4\xc3", "\x68\xa7", "\xa4\xc4", "\xa4\xc5", + "\x48\xa7", "\xa4\xc6", "\x68\xa8", "\xa4\xc7", "\xa4\xc8", "\x57\x8f", + "\xa4\xc9", "\xa4\xca", "\x68\xa9", "\xa4\xcb", "\xa4\xcc", "\xa4\xcd", + "\xa4\xce", "\xa4\xcf", "\xa4\xd0", "\xa4\xd1", "\xa4\xd2", "\xa4\xd3", + "\xa4\xd4", "\x68\xaa", "\xa4\xd5", "\xa4\xd6", "\xa4\xd7", "\xa4\xd8", + "\xa4\xd9", "\xa4\xda", "\xa4\xdb", "\xa4\xdc", "\xa4\xdd", "\x53\xa3", + "\xa4\xde", "\xa4\xdf", "\x5b\xe4", "\x69\x85", "\xa4\xe0", "\x69\x86", + "\xa4\xe1", "\xa4\xe2", "\xa4\xe3", "\xa4\xe4", "\xa4\xe5", "\xa4\xe6", + "\xa4\xe7", "\xa4\xe8", "\xa4\xe9", "\xa4\xea", "\x52\x94", "\xa4\xeb", + "\xa4\xec", "\x5a\x7b", "\xa4\xed", "\xa4\xee", "\x5b\xd0", "\x53\x89", + "\xa4\xef", "\x5a\x4f", "\xa4\xf0", "\x59\xe5", "\xa4\xf1", "\xa4\xf2", + "\x67\xc0", "\x48\xba", "\x5b\x55", "\x59\x6e", "\x4e\xdf", "\x4d\xcf", + "\xa4\xf3", "\x50\x99", "\xa4\xf4", "\x4c\xc6", "\x4b\x61", "\x53\x6c", + "\xa4\xf5", "\xa4\xf6", "\x55\xa1", "\xa4\xf7", "\xa4\xf8", "\xa4\xf9", + "\x52\x6b", "\xa4\xfa", "\xa4\xfb", "\xa4\xfc", "\xa4\xfd", "\xa5\x41", + "\x67\xc1", "\xa5\x42", "\xa5\x43", "\xa5\x44", "\xa5\x45", "\xa5\x46", + "\xa5\x47", "\xa5\x48", "\xa5\x49", "\x52\xbe", "\x4b\xa1", "\xa5\x4a", + "\x67\x8d", "\x52\x44", "\xa5\x4b", "\x5b\xb0", "\xa5\x4c", "\xa5\x4d", + "\xa5\x4e", "\x58\x81", "\x67\x90", "\xa5\x4f", "\xa5\x50", "\x53\x6e", + "\xa5\x51", "\x4b\xdb", "\xa5\x52", "\xa5\x53", "\x55\xa0", "\xa5\x54", + "\xa5\x55", "\x67\x8e", "\xa5\x56", "\xa5\x57", "\x67\x91", "\x67\x92", + "\x52\x5c", "\xa5\x58", "\x50\x54", "\xa5\x59", "\x67\x8f", "\xa5\x5a", + "\xa5\x5b", "\xa5\x5c", "\xa5\x5d", "\xa5\x5e", "\xa5\x5f", "\xa5\x60", + "\xa5\x61", "\xa5\x62", "\xa5\x63", "\xa5\x64", "\x67\x95", "\x67\x93", + "\xa5\x65", "\xa5\x66", "\xa5\x67", "\xa5\x68", "\x5b\x87", "\x52\x7f", + "\xa5\x69", "\x67\x94", "\xa5\x6a", "\xa5\x6b", "\xa5\x6c", "\x67\x97", + "\xa5\x6d", "\x5b\x43", "\x59\x43", "\xa5\x6e", "\xa5\x6f", "\xa5\x70", + "\x67\x96", "\xa5\x71", "\x52\x70", "\xa5\x72", "\xa5\x73", "\xa5\x74", + "\xa5\x75", "\xa5\x76", "\x67\x98", "\x50\x95", "\x4f\xeb", "\x67\x99", + "\xa5\x77", "\x56\xf6", "\xa5\x78", "\x59\x7b", "\xa5\x79", "\xa5\x7a", + "\xa5\x7b", "\x5c\x65", "\x5b\x97", "\xa5\x7c", "\x67\x9d", "\xa5\x7d", + "\xa5\x7e", "\xa5\x7f", "\x67\x9c", "\xa5\x81", "\xa5\x82", "\xa5\x83", + "\xa5\x84", "\xa5\x85", "\xa5\x86", "\xa5\x87", "\xa5\x88", "\x67\x9a", + "\x67\x9b", "\xa5\x89", "\xa5\x8a", "\xa5\x8b", "\xa5\x8c", "\xa5\x8d", + "\xa5\x8e", "\xa5\x8f", "\xa5\x90", "\x67\x9e", "\x4f\xa5", "\xa5\x91", + "\xa5\x92", "\xa5\x93", "\xa5\x94", "\xa5\x95", "\x56\x4f", "\x67\xa0", + "\x4b\xbc", "\xa5\x96", "\x67\xa1", "\x52\xbf", "\xa5\x97", "\x67\x9f", + "\xa5\x98", "\xa5\x99", "\x4f\x7e", "\x49\xc6", "\xa5\x9a", "\xa5\x9b", + "\xa5\x9c", "\xa5\x9d", "\xa5\x9e", "\xa5\x9f", "\xa5\xa0", "\xa5\xa1", + "\xa5\xa2", "\xa5\xa3", "\xa5\xa4", "\xa5\xa5", "\x4b\xc2", "\xa5\xa6", + "\xa5\xa7", "\xa5\xa8", "\x67\xa4", "\x5c\xb9", "\x67\xa2", "\x67\xa5", + "\xa5\xa9", "\xa5\xaa", "\xa5\xab", "\x52\x8a", "\x4a\x93", "\xa5\xac", + "\xa5\xad", "\xa5\xae", "\xa5\xaf", "\xa5\xb0", "\xa5\xb1", "\x67\xa6", + "\x67\xa3", "\x58\x59", "\xa5\xb2", "\xa5\xb3", "\x67\xa7", "\x51\xf6", + "\xa5\xb4", "\xa5\xb5", "\xa5\xb6", "\xa5\xb7", "\xa5\xb8", "\xa5\xb9", + "\xa5\xba", "\xa5\xbb", "\xa5\xbc", "\xa5\xbd", "\xa5\xbe", "\xa5\xbf", + "\x67\xa8", "\x67\xa9", "\xa5\xc0", "\x5f\xaa", "\xa5\xc1", "\xa5\xc2", + "\x53\xb2", "\xa5\xc3", "\x54\x66", "\xa5\xc4", "\x5b\xf4", "\x4b\x69", + "\xa5\xc5", "\x56\x52", "\xa5\xc6", "\xa5\xc7", "\xa5\xc8", "\x67\xaa", + "\xa5\xc9", "\xa5\xca", "\x57\x4b", "\xa5\xcb", "\x67\xab", "\xa5\xcc", + "\xa5\xcd", "\xa5\xce", "\xa5\xcf", "\xa5\xd0", "\x5b\x50", "\xa5\xd1", + "\x67\xac", "\xa5\xd2", "\x6b\xc3", "\xa5\xd3", "\xa5\xd4", "\xa5\xd5", + "\xa5\xd6", "\xa5\xd7", "\xa5\xd8", "\xa5\xd9", "\xa5\xda", "\xa5\xdb", + "\xa5\xdc", "\xa5\xdd", "\xa5\xde", "\xa5\xdf", "\x5e\x67", "\xa5\xe0", + "\xa5\xe1", "\xa5\xe2", "\xa5\xe3", "\xa5\xe4", "\xa5\xe5", "\xa5\xe6", + "\xa5\xe7", "\xa5\xe8", "\x4a\xa2", "\xa5\xe9", "\xa5\xea", "\xa5\xeb", + "\x52\x4c", "\x69\x87", "\xa5\xec", "\xa5\xed", "\xa5\xee", "\xa5\xef", + "\xa5\xf0", "\x55\xb7", "\x59\xd2", "\xa5\xf1", "\x5b\xa9", "\xa5\xf2", + "\x68\x93", "\xa5\xf3", "\x4f\xd7", "\xa5\xf4", "\x4f\x63", "\x68\x94", + "\x4b\xcb", "\x48\xaa", "\xa5\xf5", "\xa5\xf6", "\xa5\xf7", "\xa5\xf8", + "\x55\xae", "\xa5\xf9", "\xa5\xfa", "\x67\x56", "\xa5\xfb", "\x67\x57", + "\xa5\xfc", "\xa5\xfd", "\xa6\x41", "\xa6\x42", "\x57\xf8", "\x4c\x4f", + "\x50\x94", "\x67\x58", "\x51\xea", "\x55\x50", "\xa6\x43", "\xa6\x44", + "\xa6\x45", "\xa6\x46", "\xa6\x47", "\xa6\x48", "\x67\x59", "\xa6\x49", + "\xa6\x4a", "\x53\xf5", "\x50\x53", "\xa6\x4b", "\xa6\x4c", "\xa6\x4d", + "\x67\x5c", "\x53\x99", "\xa6\x4e", "\x59\x70", "\xa6\x4f", "\x5c\x49", + "\x67\x5a", "\x67\x5b", "\xa6\x50", "\x59\x83", "\xa6\x51", "\x67\x5f", + "\x67\x60", "\xa6\x52", "\x67\x64", "\xa6\x53", "\xa6\x54", "\xa6\x55", + "\x67\x68", "\xa6\x56", "\x67\x66", "\x67\x6e", "\x5b\x89", "\xa6\x57", + "\x67\x69", "\xa6\x58", "\xa6\x59", "\x67\x67", "\x67\x5e", "\xa6\x5a", + "\xa6\x5b", "\x53\x8a", "\xa6\x5c", "\xa6\x5d", "\xa6\x5e", "\x53\xc5", + "\xa6\x5f", "\xa6\x60", "\x55\x8a", "\x5a\xd1", "\x67\x61", "\x67\x62", + "\x67\x63", "\x67\x65", "\xa6\x61", "\x50\xf8", "\xa6\x62", "\x4a\xa0", + "\xa6\x63", "\xa6\x64", "\xa6\x65", "\xa6\x66", "\x4d\x89", "\xa6\x67", + "\x67\x70", "\xa6\x68", "\xa6\x69", "\xa6\x6a", "\xa6\x6b", "\x67\x71", + "\xa6\x6c", "\x67\x6a", "\xa6\x6d", "\x67\x6f", "\xa6\x6e", "\x57\xf7", + "\xa6\x6f", "\xa6\x70", "\x56\x56", "\x67\x6c", "\x67\x6d", "\xa6\x71", + "\xa6\x72", "\xa6\x73", "\xa6\x74", "\xa6\x75", "\x58\x96", "\xa6\x76", + "\xa6\x77", "\xa6\x78", "\xa6\x79", "\xa6\x7a", "\xa6\x7b", "\xa6\x7c", + "\xa6\x7d", "\xa6\x7e", "\xa6\x7f", "\xa6\x81", "\xa6\x82", "\x67\x72", + "\x51\x93", "\x5a\x52", "\x67\x6b", "\x54\xb6", "\xa6\x83", "\xa6\x84", + "\xa6\x85", "\xa6\x86", "\xa6\x87", "\xa6\x88", "\xa6\x89", "\xa6\x8a", + "\x4e\xee", "\xa6\x8b", "\xa6\x8c", "\xa6\x8d", "\xa6\x8e", "\x53\x91", + "\xa6\x8f", "\xa6\x90", "\xa6\x91", "\xa6\x92", "\xa6\x93", "\xa6\x94", + "\xa6\x95", "\xa6\x96", "\xa6\x97", "\xa6\x98", "\x67\x76", "\xa6\x99", + "\x4b\x90", "\xa6\x9a", "\xa6\x9b", "\x51\xb4", "\x48\xac", "\x56\x8a", + "\xa6\x9c", "\xa6\x9d", "\x49\x4e", "\xa6\x9e", "\x67\x74", "\xa6\x9f", + "\xa6\xa0", "\xa6\xa1", "\x57\x8c", "\x4b\x83", "\xa6\xa2", "\x67\x75", + "\x67\x73", "\x67\x77", "\xa6\xa3", "\xa6\xa4", "\x4b\x9b", "\xa6\xa5", + "\x67\x78", "\xa6\xa6", "\x67\x79", "\xa6\xa7", "\x67\x7c", "\xa6\xa8", + "\x49\x6c", "\xa6\xa9", "\xa6\xaa", "\xa6\xab", "\xa6\xac", "\xa6\xad", + "\xa6\xae", "\xa6\xaf", "\xa6\xb0", "\x53\x97", "\x4e\xed", "\x67\x7a", + "\x56\xbb", "\x49\xe9", "\xa6\xb1", "\xa6\xb2", "\xa6\xb3", "\xa6\xb4", + "\x67\x7b", "\xa6\xb5", "\xa6\xb6", "\xa6\xb7", "\xa6\xb8", "\x52\xea", + "\xa6\xb9", "\xa6\xba", "\x4a\xc4", "\xa6\xbb", "\xa6\xbc", "\xa6\xbd", + "\x48\xf4", "\xa6\xbe", "\xa6\xbf", "\xa6\xc0", "\x67\x7f", "\x50\xd9", + "\x4a\xe7", "\xa6\xc1", "\xa6\xc2", "\xa6\xc3", "\xa6\xc4", "\x53\x6d", + "\xa6\xc5", "\xa6\xc6", "\xa6\xc7", "\x67\x7d", "\x50\x64", "\xa6\xc8", + "\xa6\xc9", "\xa6\xca", "\x67\x7e", "\xa6\xcb", "\xa6\xcc", "\xa6\xcd", + "\xa6\xce", "\xa6\xcf", "\xa6\xd0", "\xa6\xd1", "\xa6\xd2", "\xa6\xd3", + "\xa6\xd4", "\xa6\xd5", "\xa6\xd6", "\xa6\xd7", "\xa6\xd8", "\x52\xa4", + "\xa6\xd9", "\xa6\xda", "\xa6\xdb", "\x67\x81", "\xa6\xdc", "\xa6\xdd", + "\xa6\xde", "\xa6\xdf", "\xa6\xe0", "\x67\x82", "\xa6\xe1", "\x67\x84", + "\xa6\xe2", "\xa6\xe3", "\x51\x77", "\xa6\xe4", "\xa6\xe5", "\x4e\x67", + "\xa6\xe6", "\xa6\xe7", "\xa6\xe8", "\xa6\xe9", "\xa6\xea", "\xa6\xeb", + "\x4f\x58", "\xa6\xec", "\xa6\xed", "\xa6\xee", "\x67\x83", "\xa6\xef", + "\xa6\xf0", "\xa6\xf1", "\xa6\xf2", "\xa6\xf3", "\xa6\xf4", "\xa6\xf5", + "\xa6\xf6", "\xa6\xf7", "\xa6\xf8", "\xa6\xf9", "\xa6\xfa", "\xa6\xfb", + "\x67\x85", "\xa6\xfc", "\xa6\xfd", "\xa7\x41", "\xa7\x42", "\xa7\x43", + "\xa7\x44", "\xa7\x45", "\xa7\x46", "\xa7\x47", "\xa7\x48", "\x67\x87", + "\xa7\x49", "\xa7\x4a", "\xa7\x4b", "\xa7\x4c", "\xa7\x4d", "\x67\x86", + "\xa7\x4e", "\xa7\x4f", "\xa7\x50", "\xa7\x51", "\xa7\x52", "\xa7\x53", + "\xa7\x54", "\xa7\x55", "\xa7\x56", "\xa7\x57", "\xa7\x58", "\xa7\x59", + "\xa7\x5a", "\xa7\x5b", "\xa7\x5c", "\x67\x88", "\xa7\x5d", "\xa7\x5e", + "\xa7\x5f", "\xa7\x60", "\xa7\x61", "\x55\xbd", "\x66\xe9", "\x50\xf0", + "\xa7\x62", "\x55\x88", "\xa7\x63", "\x66\xea", "\x53\xed", "\xa7\x64", + "\xa7\x65", "\xa7\x66", "\xa7\x67", "\x66\xeb", "\xa7\x68", "\x53\xec", + "\x66\xec", "\xa7\x69", "\xa7\x6a", "\xa7\x6b", "\xa7\x6c", "\xa7\x6d", + "\xa7\x6e", "\xa7\x6f", "\xa7\x70", "\xa7\x71", "\x66\xef", "\xa7\x72", + "\xa7\x73", "\x5c\x87", "\x66\xf2", "\xa7\x74", "\xa7\x75", "\x66\xf0", + "\x66\xed", "\x66\xee", "\x5c\x43", "\x55\x92", "\x56\x8f", "\x66\xf3", + "\xa7\x76", "\x66\xf1", "\xa7\x77", "\xa7\x78", "\x58\x8a", "\xa7\x79", + "\x66\xf5", "\x53\xb0", "\xa7\x7a", "\xa7\x7b", "\xa7\x7c", "\xa7\x7d", + "\x4e\xbf", "\xa7\x7e", "\x66\xf4", "\xa7\x7f", "\xa7\x81", "\xa7\x82", + "\xa7\x83", "\xa7\x84", "\xa7\x85", "\xa7\x86", "\x4b\x5b", "\x4e\x97", + "\xa7\x87", "\x66\xf6", "\xa7\x88", "\xa7\x89", "\xa7\x8a", "\xa7\x8b", + "\xa7\x8c", "\x5d\x98", "\x4f\x9c", "\xa7\x8d", "\xa7\x8e", "\x51\xba", + "\x66\xf7", "\xa7\x8f", "\xa7\x90", "\xa7\x91", "\xa7\x92", "\x66\xf8", + "\xa7\x93", "\xa7\x94", "\xa7\x95", "\xa7\x96", "\x4c\xa2", "\xa7\x97", + "\xa7\x98", "\xa7\x99", "\xa7\x9a", "\xa7\x9b", "\xa7\x9c", "\xa7\x9d", + "\xa7\x9e", "\xa7\x9f", "\xa7\xa0", "\x66\xf9", "\xa7\xa1", "\xa7\xa2", + "\xa7\xa3", "\xa7\xa4", "\xa7\xa5", "\xa7\xa6", "\xa7\xa7", "\xa7\xa8", + "\xa7\xa9", "\xa7\xaa", "\xa7\xab", "\xa7\xac", "\x66\xfa", "\xa7\xad", + "\xa7\xae", "\xa7\xaf", "\xa7\xb0", "\xa7\xb1", "\xa7\xb2", "\xa7\xb3", + "\xa7\xb4", "\xa7\xb5", "\xa7\xb6", "\xa7\xb7", "\x66\xfb", "\xa7\xb8", + "\xa7\xb9", "\xa7\xba", "\xa7\xbb", "\xa7\xbc", "\x5a\x8e", "\x5c\xad", + "\x50\xea", "\xa7\xbd", "\x54\x7d", "\x4d\xcb", "\xa7\xbe", "\x58\xe2", + "\x56\x5d", "\xa7\xbf", "\x57\x5a", "\xa7\xc0", "\xa7\xc1", "\x4c\xd0", + "\xa7\xc2", "\xa7\xc3", "\x49\x9d", "\xa7\xc4", "\x54\x90", "\xa7\xc5", + "\x5b\xd5", "\xa7\xc6", "\xa7\xc7", "\xa7\xc8", "\x50\x66", "\x52\x8c", + "\xa7\xc9", "\xa7\xca", "\x68\x96", "\xa7\xcb", "\xa7\xcc", "\x52\x78", + "\xa7\xcd", "\xa7\xce", "\xa7\xcf", "\xa7\xd0", "\xa7\xd1", "\xa7\xd2", + "\x5c\x83", "\xa7\xd3", "\xa7\xd4", "\xa7\xd5", "\x68\x98", "\x4a\x73", + "\xa7\xd6", "\x54\x78", "\x59\x8e", "\xa7\xd7", "\x5b\xc7", "\xa7\xd8", + "\x68\x99", "\xa7\xd9", "\x68\x97", "\xa7\xda", "\x4e\x9e", "\x4a\x66", + "\xa7\xdb", "\xa7\xdc", "\xa7\xdd", "\xa7\xde", "\xa7\xdf", "\xa7\xe0", + "\xa7\xe1", "\x4f\x75", "\xa7\xe2", "\xa7\xe3", "\x59\xc5", "\xa7\xe4", + "\x4e\x81", "\xa7\xe5", "\xa7\xe6", "\x58\x41", "\xa7\xe7", "\x68\x9d", + "\x68\x9c", "\xa7\xe8", "\xa7\xe9", "\x68\x9a", "\xa7\xea", "\xa7\xeb", + "\xa7\xec", "\xa7\xed", "\x4a\x6c", "\xa7\xee", "\x55\x74", "\x56\x50", + "\xa7\xef", "\xa7\xf0", "\xa7\xf1", "\xa7\xf2", "\xa7\xf3", "\x68\x9f", + "\xa7\xf4", "\xa7\xf5", "\x48\xdd", "\xa7\xf6", "\xa7\xf7", "\x5b\xc8", + "\xa7\xf8", "\xa7\xf9", "\xa7\xfa", "\x68\x9e", "\xa7\xfb", "\x4a\x8e", + "\xa7\xfc", "\xa7\xfd", "\x6b\xd4", "\xa8\x41", "\xa8\x42", "\xa8\x43", + "\xa8\x44", "\xa8\x45", "\xa8\x46", "\xa8\x47", "\xa8\x48", "\xa8\x49", + "\xa8\x4a", "\xa8\x4b", "\xa8\x4c", "\xa8\x4d", "\xa8\x4e", "\xa8\x4f", + "\x57\xc7", "\xa8\x50", "\xa8\x51", "\xa8\x52", "\x68\xa1", "\xa8\x53", + "\x68\xa0", "\xa8\x54", "\x4b\x5e", "\x4e\xd9", "\x4e\x9d", "\xa8\x55", + "\x4c\xe4", "\xa8\x56", "\xa8\x57", "\xa8\x58", "\xa8\x59", "\xa8\x5a", + "\xa8\x5b", "\x52\xc1", "\xa8\x5c", "\xa8\x5d", "\xa8\x5e", "\xa8\x5f", + "\xa8\x60", "\xa8\x61", "\xa8\x62", "\xa8\x63", "\xa8\x64", "\xa8\x65", + "\x68\xa2", "\xa8\x66", "\xa8\x67", "\xa8\x68", "\xa8\x69", "\xa8\x6a", + "\x56\x8c", "\xa8\x6b", "\xa8\x6c", "\xa8\x6d", "\xa8\x6e", "\xa8\x6f", + "\xa8\x70", "\xa8\x71", "\xa8\x72", "\xa8\x73", "\xa8\x74", "\xa8\x75", + "\xa8\x76", "\xa8\x77", "\xa8\x78", "\xa8\x79", "\xa8\x7a", "\xa8\x7b", + "\xa8\x7c", "\xa8\x7d", "\xa8\x7e", "\xa8\x7f", "\xa8\x81", "\xa8\x82", + "\xa8\x83", "\x68\xa5", "\xa8\x84", "\xa8\x85", "\xa8\x86", "\x59\x48", + "\xa8\x87", "\x4f\xbe", "\x54\x8f", "\x69\x56", "\x69\x57", "\x50\x75", + "\xa8\x88", "\xa8\x89", "\xa8\x8a", "\xa8\x8b", "\x4a\xa8", "\x69\x58", + "\x57\x5b", "\xa8\x8c", "\x54\x74", "\x5b\x4d", "\xa8\x8d", "\x69\x59", + "\xa8\x8e", "\x69\x5a", "\xa8\x8f", "\xa8\x90", "\xa8\x91", "\xa8\x92", + "\x54\x6f", "\xa8\x93", "\xa8\x94", "\xa8\x95", "\x59\xa3", "\x5b\xce", + "\xa8\x96", "\xa8\x97", "\x69\x5b", "\x4f\x71", "\x4a\xaf", "\x4f\xbc", + "\xa8\x98", "\xa8\x99", "\xa8\x9a", "\x4a\xdb", "\x57\xd0", "\xa8\x9b", + "\x50\x7f", "\x69\x5d", "\xa8\x9c", "\xa8\x9d", "\xa8\x9e", "\xa8\x9f", + "\x50\x9b", "\x69\x5c", "\xa8\xa0", "\x69\x5f", "\xa8\xa1", "\xa8\xa2", + "\xa8\xa3", "\x69\x5e", "\x69\x60", "\xa8\xa4", "\xa8\xa5", "\xa8\xa6", + "\xa8\xa7", "\xa8\xa8", "\x69\x61", "\xa8\xa9", "\xa8\xaa", "\xa8\xab", + "\xa8\xac", "\xa8\xad", "\xa8\xae", "\xa8\xaf", "\xa8\xb0", "\xa8\xb1", + "\xa8\xb2", "\xa8\xb3", "\x51\x9f", "\xa8\xb4", "\xa8\xb5", "\xa8\xb6", + "\xa8\xb7", "\xa8\xb8", "\xa8\xb9", "\xa8\xba", "\xa8\xbb", "\xa8\xbc", + "\xa8\xbd", "\xa8\xbe", "\x51\x42", "\xa8\xbf", "\xa8\xc0", "\xa8\xc1", + "\xa8\xc2", "\xa8\xc3", "\xa8\xc4", "\xa8\xc5", "\xa8\xc6", "\xa8\xc7", + "\xa8\xc8", "\x55\xf9", "\xa8\xc9", "\xa8\xca", "\x5b\x5e", "\xa8\xcb", + "\xa8\xcc", "\xa8\xcd", "\xa8\xce", "\x4f\xb9", "\x4f\xb8", "\x5b\x62", + "\xa8\xcf", "\xa8\xd0", "\x50\x42", "\xa8\xd1", "\x57\x4f", "\x69\x55", + "\xa8\xd2", "\xa8\xd3", "\xa8\xd4", "\xa8\xd5", "\xa8\xd6", "\xa8\xd7", + "\x4f\x7f", "\xa8\xd8", "\x4b\xca", "\xa8\xd9", "\xa8\xda", "\xa8\xdb", + "\xa8\xdc", "\xa8\xdd", "\xa8\xde", "\xa8\xdf", "\xa8\xe0", "\xa8\xe1", + "\x5b\xf0", "\x6a\x63", "\xa8\xe2", "\xa8\xe3", "\x6a\x64", "\xa8\xe4", + "\x4c\xcc", "\xa8\xe5", "\xa8\xe6", "\xa8\xe7", "\x6a\x66", "\x6a\x67", + "\xa8\xe8", "\x48\xc9", "\xa8\xe9", "\x6a\x65", "\xa8\xea", "\x6a\x69", + "\x56\x92", "\xa8\xeb", "\xa8\xec", "\xa8\xed", "\x6a\x6b", "\xa8\xee", + "\x58\xa5", "\xa8\xef", "\xa8\xf0", "\x49\x6a", "\x6a\x68", "\xa8\xf1", + "\xa8\xf2", "\xa8\xf3", "\x6a\x6f", "\xa8\xf4", "\x4b\x71", "\xa8\xf5", + "\xa8\xf6", "\x6a\x77", "\xa8\xf7", "\x6a\x72", "\xa8\xf8", "\xa8\xf9", + "\xa8\xfa", "\x6a\x74", "\x6a\x73", "\x4c\x9c", "\xa8\xfb", "\x49\x5f", + "\xa8\xfc", "\x6a\x6e", "\x6a\x6a", "\x4b\x7a", "\xa8\xfd", "\x6a\x70", + "\xa9\x41", "\xa9\x42", "\x6a\x71", "\xa9\x43", "\x6a\x75", "\xa9\x44", + "\xa9\x45", "\xa9\x46", "\xa9\x47", "\x6a\x6d", "\xa9\x48", "\x4e\xe2", + "\xa9\x49", "\x51\x9e", "\xa9\x4a", "\x6a\x76", "\xa9\x4b", "\xa9\x4c", + "\xa9\x4d", "\xa9\x4e", "\xa9\x4f", "\xa9\x50", "\x6a\x7a", "\xa9\x51", + "\x6a\x6c", "\xa9\x52", "\x4b\x68", "\xa9\x53", "\x4f\x8f", "\x6a\x7c", + "\xa9\x54", "\xa9\x55", "\x4c\x44", "\x50\x91", "\x5b\xfd", "\x57\x52", + "\xa9\x56", "\x4a\xef", "\xa9\x57", "\x49\xde", "\xa9\x58", "\x6a\x78", + "\xa9\x59", "\x6a\x79", "\x55\x58", "\xa9\x5a", "\x6a\x7d", "\xa9\x5b", + "\xa9\x5c", "\x6a\x7e", "\xa9\x5d", "\x6a\x82", "\xa9\x5e", "\xa9\x5f", + "\xa9\x60", "\xa9\x61", "\xa9\x62", "\xa9\x63", "\xa9\x64", "\xa9\x65", + "\xa9\x66", "\xa9\x67", "\xa9\x68", "\x6a\x7f", "\xa9\x69", "\xa9\x6a", + "\x6a\x84", "\x6a\x83", "\xa9\x6b", "\xa9\x6c", "\x6a\x7b", "\xa9\x6d", + "\x50\x8b", "\xa9\x6e", "\x4a\x90", "\xa9\x6f", "\x6a\x81", "\xa9\x70", + "\xa9\x71", "\x54\x49", "\xa9\x72", "\x4e\xf1", "\xa9\x73", "\xa9\x74", + "\xa9\x75", "\xa9\x76", "\x6a\x8c", "\xa9\x77", "\xa9\x78", "\xa9\x79", + "\xa9\x7a", "\xa9\x7b", "\xa9\x7c", "\xa9\x7d", "\x4d\x5f", "\xa9\x7e", + "\xa9\x7f", "\x6a\x85", "\xa9\x81", "\xa9\x82", "\xa9\x83", "\x49\xac", + "\x4e\x9f", "\xa9\x84", "\x56\x84", "\xa9\x85", "\xa9\x86", "\xa9\x87", + "\xa9\x88", "\x6a\x8e", "\x6a\x8a", "\xa9\x89", "\xa9\x8a", "\xa9\x8b", + "\x4d\x7c", "\x6a\x8f", "\xa9\x8c", "\xa9\x8d", "\xa9\x8e", "\x6a\x86", + "\x6a\x87", "\x6a\x8b", "\x51\xe0", "\x6a\x8d", "\x6a\x90", "\x6a\x89", + "\x4e\xfc", "\xa9\x8f", "\xa9\x90", "\xa9\x91", "\x58\x85", "\xa9\x92", + "\xa9\x93", "\x6a\x91", "\xa9\x94", "\xa9\x95", "\xa9\x96", "\x6a\x88", + "\xa9\x97", "\xa9\x98", "\xa9\x99", "\xa9\x9a", "\xa9\x9b", "\xa9\x9c", + "\xa9\x9d", "\xa9\x9e", "\x6a\x93", "\xa9\x9f", "\xa9\xa0", "\xa9\xa1", + "\xa9\xa2", "\x5c\x4d", "\x53\xa9", "\xa9\xa3", "\xa9\xa4", "\xa9\xa5", + "\xa9\xa6", "\x6a\x94", "\xa9\xa7", "\xa9\xa8", "\xa9\xa9", "\xa9\xaa", + "\x6a\x92", "\xa9\xab", "\x51\xa7", "\xa9\xac", "\xa9\xad", "\xa9\xae", + "\xa9\xaf", "\xa9\xb0", "\x4c\xdc", "\x6a\x96", "\xa9\xb1", "\xa9\xb2", + "\x6a\x95", "\xa9\xb3", "\xa9\xb4", "\xa9\xb5", "\x4a\xda", "\xa9\xb6", + "\xa9\xb7", "\xa9\xb8", "\x6a\x97", "\x6a\x98", "\xa9\xb9", "\xa9\xba", + "\xa9\xbb", "\x6a\x99", "\xa9\xbc", "\xa9\xbd", "\xa9\xbe", "\x50\xb9", + "\xa9\xbf", "\xa9\xc0", "\x50\xe8", "\xa9\xc1", "\xa9\xc2", "\xa9\xc3", + "\xa9\xc4", "\xa9\xc5", "\x53\x92", "\xa9\xc6", "\xa9\xc7", "\xa9\xc8", + "\xa9\xc9", "\x6a\x9c", "\xa9\xca", "\x6a\x9b", "\xa9\xcb", "\xa9\xcc", + "\xa9\xcd", "\xa9\xce", "\xa9\xcf", "\xa9\xd0", "\xa9\xd1", "\xa9\xd2", + "\x4a\xd7", "\xa9\xd3", "\xa9\xd4", "\xa9\xd5", "\x6a\x9f", "\x6a\x9a", + "\xa9\xd6", "\xa9\xd7", "\x6a\x9d", "\xa9\xd8", "\xa9\xd9", "\xa9\xda", + "\xa9\xdb", "\xa9\xdc", "\xa9\xdd", "\x6a\x9e", "\xa9\xde", "\xa9\xdf", + "\xa9\xe0", "\xa9\xe1", "\xa9\xe2", "\xa9\xe3", "\xa9\xe4", "\xa9\xe5", + "\x6a\xa0", "\xa9\xe6", "\xa9\xe7", "\xa9\xe8", "\xa9\xe9", "\xa9\xea", + "\xa9\xeb", "\x6a\xa2", "\x4e\x69", "\xa9\xec", "\xa9\xed", "\x6a\xa1", + "\xa9\xee", "\xa9\xef", "\xa9\xf0", "\xa9\xf1", "\xa9\xf2", "\xa9\xf3", + "\xa9\xf4", "\xa9\xf5", "\xa9\xf6", "\xa9\xf7", "\xa9\xf8", "\xa9\xf9", + "\xa9\xfa", "\x6a\xa3", "\xa9\xfb", "\xa9\xfc", "\xa9\xfd", "\xaa\x41", + "\xaa\x42", "\xaa\x43", "\x49\xbd", "\x6a\xa5", "\x6a\xa4", "\xaa\x44", + "\xaa\x45", "\xaa\x46", "\xaa\x47", "\xaa\x48", "\xaa\x49", "\xaa\x4a", + "\xaa\x4b", "\xaa\x4c", "\xaa\x4d", "\xaa\x4e", "\x4e\xad", "\xaa\x4f", + "\xaa\x50", "\xaa\x51", "\xaa\x52", "\xaa\x53", "\xaa\x54", "\xaa\x55", + "\xaa\x56", "\xaa\x57", "\xaa\x58", "\xaa\x59", "\xaa\x5a", "\xaa\x5b", + "\xaa\x5c", "\xaa\x5d", "\xaa\x5e", "\xaa\x5f", "\xaa\x60", "\xaa\x61", + "\xaa\x62", "\xaa\x63", "\xaa\x64", "\xaa\x65", "\xaa\x66", "\xaa\x67", + "\xaa\x68", "\xaa\x69", "\xaa\x6a", "\xaa\x6b", "\xaa\x6c", "\xaa\x6d", + "\xaa\x6e", "\xaa\x6f", "\xaa\x70", "\xaa\x71", "\xaa\x72", "\xaa\x73", + "\x52\x77", "\x5d\x82", "\xaa\x74", "\xaa\x75", "\xaa\x76", "\xaa\x77", + "\xaa\x78", "\xaa\x79", "\x50\xdf", "\x6a\xcb", "\x5c\x71", "\xaa\x7a", + "\xaa\x7b", "\xaa\x7c", "\xaa\x7d", "\xaa\x7e", "\xaa\x7f", "\xaa\x81", + "\xaa\x82", "\xaa\x83", "\xaa\x84", "\xaa\x85", "\x4c\x7b", "\xaa\x86", + "\xaa\x87", "\xaa\x88", "\xaa\x89", "\xaa\x8a", "\xaa\x8b", "\xaa\x8c", + "\x6a\xcd", "\x51\x43", "\xaa\x8d", "\xaa\x8e", "\x53\xc8", "\xaa\x8f", + "\x4a\xd5", "\x5b\x53", "\xaa\x90", "\xaa\x91", "\xaa\x92", "\x6a\xcf", + "\x6a\xce", "\x6a\xd0", "\x56\x7a", "\xaa\x93", "\xaa\x94", "\x6a\xd1", + "\xaa\x95", "\x5a\xc0", "\x5b\xdf", "\xaa\x96", "\xaa\x97", "\xaa\x98", + "\xaa\x99", "\x4c\x81", "\xaa\x9a", "\xaa\x9b", "\xaa\x9c", "\x51\x58", + "\xaa\x9d", "\xaa\x9e", "\x51\x5b", "\x6a\xd2", "\x4f\xab", "\xaa\x9f", + "\xaa\xa0", "\xaa\xa1", "\xaa\xa2", "\xaa\xa3", "\x4a\xe1", "\xaa\xa4", + "\xaa\xa5", "\x6a\xd3", "\x6a\xd4", "\x4f\xaa", "\xaa\xa6", "\xaa\xa7", + "\x6a\xd5", "\xaa\xa8", "\xaa\xa9", "\xaa\xaa", "\x6a\xda", "\xaa\xab", + "\x6a\xd6", "\x6a\xd9", "\xaa\xac", "\x4d\xfc", "\xaa\xad", "\x6a\xd7", + "\x6a\xd8", "\xaa\xae", "\xaa\xaf", "\xaa\xb0", "\xaa\xb1", "\xaa\xb2", + "\xaa\xb3", "\xaa\xb4", "\x4c\xe1", "\x56\xc6", "\x6a\xdb", "\xaa\xb5", + "\x49\xd9", "\xaa\xb6", "\xaa\xb7", "\x52\x73", "\xaa\xb8", "\xaa\xb9", + "\x5a\xe2", "\x50\x57", "\xaa\xba", "\xaa\xbb", "\xaa\xbc", "\xaa\xbd", + "\xaa\xbe", "\xaa\xbf", "\xaa\xc0", "\x6a\xdc", "\xaa\xc1", "\xaa\xc2", + "\xaa\xc3", "\xaa\xc4", "\xaa\xc5", "\xaa\xc6", "\x53\x54", "\xaa\xc7", + "\xaa\xc8", "\xaa\xc9", "\xaa\xca", "\xaa\xcb", "\xaa\xcc", "\xaa\xcd", + "\xaa\xce", "\x6a\xe8", "\xaa\xcf", "\xaa\xd0", "\x58\x55", "\xaa\xd1", + "\xaa\xd2", "\xaa\xd3", "\xaa\xd4", "\xaa\xd5", "\xaa\xd6", "\xaa\xd7", + "\xaa\xd8", "\xaa\xd9", "\xaa\xda", "\xaa\xdb", "\xaa\xdc", "\xaa\xdd", + "\xaa\xde", "\x57\xc8", "\xaa\xdf", "\xaa\xe0", "\xaa\xe1", "\xaa\xe2", + "\xaa\xe3", "\xaa\xe4", "\xaa\xe5", "\xaa\xe6", "\xaa\xe7", "\xaa\xe8", + "\xaa\xe9", "\xaa\xea", "\xaa\xeb", "\xaa\xec", "\xaa\xed", "\xaa\xee", + "\xaa\xef", "\xaa\xf0", "\xaa\xf1", "\xaa\xf2", "\xaa\xf3", "\x56\x78", + "\xaa\xf4", "\x56\x98", "\xaa\xf5", "\xaa\xf6", "\xaa\xf7", "\xaa\xf8", + "\x4f\x95", "\xaa\xf9", "\xaa\xfa", "\xaa\xfb", "\x5c\x6f", "\xaa\xfc", + "\xaa\xfd", "\xab\x41", "\x50\xda", "\xab\x42", "\xab\x43", "\xab\x44", + "\xab\x45", "\xab\x46", "\xab\x47", "\xab\x48", "\xab\x49", "\xab\x4a", + "\xab\x4b", "\xab\x4c", "\xab\x4d", "\xab\x4e", "\xab\x4f", "\xab\x50", + "\xab\x51", "\xab\x52", "\xab\x53", "\xab\x54", "\xab\x55", "\xab\x56", + "\xab\x57", "\xab\x58", "\xab\x59", "\xab\x5a", "\xab\x5b", "\xab\x5c", + "\xab\x5d", "\xab\x5e", "\xab\x5f", "\xab\x60", "\xab\x61", "\xab\x62", + "\xab\x63", "\xab\x64", "\xab\x65", "\xab\x66", "\xab\x67", "\xab\x68", + "\xab\x69", "\xab\x6a", "\xab\x6b", "\xab\x6c", "\xab\x6d", "\xab\x6e", + "\xab\x6f", "\xab\x70", "\xab\x71", "\xab\x72", "\xab\x73", "\xab\x74", + "\xab\x75", "\xab\x76", "\xab\x77", "\xab\x78", "\xab\x79", "\xab\x7a", + "\xab\x7b", "\xab\x7c", "\xab\x7d", "\xab\x7e", "\xab\x7f", "\x58\xf4", + "\xab\x81", "\xab\x82", "\xab\x83", "\xab\x84", "\xab\x85", "\xab\x86", + "\xab\x87", "\xab\x88", "\x6a\xe9", "\xab\x89", "\xab\x8a", "\xab\x8b", + "\xab\x8c", "\xab\x8d", "\xab\x8e", "\xab\x8f", "\xab\x90", "\xab\x91", + "\xab\x92", "\xab\x93", "\xab\x94", "\xab\x95", "\xab\x96", "\xab\x97", + "\xab\x98", "\xab\x99", "\xab\x9a", "\xab\x9b", "\xab\x9c", "\xab\x9d", + "\xab\x9e", "\xab\x9f", "\xab\xa0", "\xab\xa1", "\xab\xa2", "\xab\xa3", + "\xab\xa4", "\xab\xa5", "\xab\xa6", "\xab\xa7", "\xab\xa8", "\xab\xa9", + "\xab\xaa", "\xab\xab", "\xab\xac", "\xab\xad", "\xab\xae", "\xab\xaf", + "\xab\xb0", "\xab\xb1", "\xab\xb2", "\xab\xb3", "\xab\xb4", "\xab\xb5", + "\xab\xb6", "\x6a\xea", "\xab\xb7", "\xab\xb8", "\xab\xb9", "\xab\xba", + "\xab\xbb", "\xab\xbc", "\xab\xbd", "\x6a\xeb", "\xab\xbe", "\xab\xbf", + "\xab\xc0", "\xab\xc1", "\xab\xc2", "\xab\xc3", "\xab\xc4", "\xab\xc5", + "\xab\xc6", "\xab\xc7", "\xab\xc8", "\xab\xc9", "\xab\xca", "\xab\xcb", + "\xab\xcc", "\xab\xcd", "\xab\xce", "\xab\xcf", "\xab\xd0", "\xab\xd1", + "\xab\xd2", "\xab\xd3", "\xab\xd4", "\xab\xd5", "\xab\xd6", "\xab\xd7", + "\xab\xd8", "\xab\xd9", "\xab\xda", "\xab\xdb", "\xab\xdc", "\xab\xdd", + "\xab\xde", "\xab\xdf", "\xab\xe0", "\xab\xe1", "\xab\xe2", "\xab\xe3", + "\xab\xe4", "\xab\xe5", "\xab\xe6", "\xab\xe7", "\xab\xe8", "\xab\xe9", + "\xab\xea", "\xab\xeb", "\xab\xec", "\xab\xed", "\xab\xee", "\xab\xef", + "\xab\xf0", "\xab\xf1", "\xab\xf2", "\xab\xf3", "\xab\xf4", "\xab\xf5", + "\xab\xf6", "\xab\xf7", "\xab\xf8", "\xab\xf9", "\xab\xfa", "\xab\xfb", + "\xab\xfc", "\xab\xfd", "\xac\x41", "\xac\x42", "\xac\x43", "\xac\x44", + "\xac\x45", "\xac\x46", "\xac\x47", "\xac\x48", "\xac\x49", "\xac\x4a", + "\xac\x4b", "\xac\x4c", "\xac\x4d", "\xac\x4e", "\xac\x4f", "\xac\x50", + "\xac\x51", "\xac\x52", "\xac\x53", "\xac\x54", "\xac\x55", "\xac\x56", + "\xac\x57", "\xac\x58", "\xac\x59", "\xac\x5a", "\xac\x5b", "\xac\x5c", + "\xac\x5d", "\xac\x5e", "\xac\x5f", "\xac\x60", "\xac\x61", "\xac\x62", + "\xac\x63", "\xac\x64", "\xac\x65", "\xac\x66", "\xac\x67", "\xac\x68", + "\xac\x69", "\xac\x6a", "\xac\x6b", "\xac\x6c", "\xac\x6d", "\xac\x6e", + "\xac\x6f", "\xac\x70", "\xac\x71", "\xac\x72", "\xac\x73", "\xac\x74", + "\xac\x75", "\xac\x76", "\xac\x77", "\xac\x78", "\xac\x79", "\xac\x7a", + "\xac\x7b", "\xac\x7c", "\xac\x7d", "\xac\x7e", "\xac\x7f", "\xac\x81", + "\xac\x82", "\xac\x83", "\xac\x84", "\xac\x85", "\xac\x86", "\xac\x87", + "\xac\x88", "\xac\x89", "\xac\x8a", "\xac\x8b", "\xac\x8c", "\xac\x8d", + "\x6c\x84", "\xac\x8e", "\xac\x8f", "\xac\x90", "\xac\x91", "\xac\x92", + "\x4c\x51", "\xac\x93", "\xac\x94", "\xac\x95", "\xac\x96", "\xac\x97", + "\x6a\xec", "\xac\x98", "\xac\x99", "\xac\x9a", "\xac\x9b", "\xac\x9c", + "\xac\x9d", "\xac\x9e", "\xac\x9f", "\xac\xa0", "\xac\xa1", "\xac\xa2", + "\xac\xa3", "\xac\xa4", "\xac\xa5", "\xac\xa6", "\xac\xa7", "\xac\xa8", + "\xac\xa9", "\xac\xaa", "\xac\xab", "\xac\xac", "\xac\xad", "\xac\xae", + "\xac\xaf", "\xac\xb0", "\xac\xb1", "\xac\xb2", "\xac\xb3", "\xac\xb4", + "\xac\xb5", "\xac\xb6", "\xac\xb7", "\xac\xb8", "\xac\xb9", "\xac\xba", + "\xac\xbb", "\xac\xbc", "\xac\xbd", "\xac\xbe", "\xac\xbf", "\xac\xc0", + "\xac\xc1", "\xac\xc2", "\xac\xc3", "\xac\xc4", "\xac\xc5", "\xac\xc6", + "\xac\xc7", "\xac\xc8", "\xac\xc9", "\xac\xca", "\xac\xcb", "\xac\xcc", + "\xac\xcd", "\xac\xce", "\xac\xcf", "\xac\xd0", "\xac\xd1", "\x5c\x8c", + "\xac\xd2", "\xac\xd3", "\xac\xd4", "\xac\xd5", "\xac\xd6", "\xac\xd7", + "\xac\xd8", "\xac\xd9", "\xac\xda", "\xac\xdb", "\xac\xdc", "\xac\xdd", + "\xac\xde", "\xac\xdf", "\xac\xe0", "\xac\xe1", "\xac\xe2", "\xac\xe3", + "\xac\xe4", "\xac\xe5", "\xac\xe6", "\xac\xe7", "\xac\xe8", "\xac\xe9", + "\x6a\xed", "\xac\xea", "\xac\xeb", "\xac\xec", "\x63\xf8", "\x4f\xbf", + "\x63\xf9", "\x4d\xeb", "\x63\xfa", "\x58\x6b", "\x63\xfb", "\x5a\xbb", + "\x4e\xb5", "\x63\xfc", "\x63\xfd", "\x4e\xcc", "\x54\xd1", "\x57\xb2", + "\x64\x41", "\xac\xed", "\x4a\xbe", "\x64\x42", "\x55\x54", "\x4c\xd8", + "\x52\xc8", "\xac\xee", "\x5c\x7d", "\x51\xd9", "\x4c\x77", "\x5b\xbc", + "\x57\xc5", "\x4c\x64", "\xac\xef", "\xac\xf0", "\x53\x46", "\x64\x43", + "\x58\x7f", "\x64\x44", "\x64\x45", "\x64\x46", "\x51\x57", "\x5c\x8a", + "\x55\x91", "\x58\x58", "\x5b\xae", "\x5b\xd4", "\x64\x47", "\x48\xec", + "\x64\x48", "\x64\x49", "\x55\x7c", "\x59\xee", "\x4f\xac", "\x64\x4a", + "\x48\xf2", "\x54\xdd", "\x4f\x82", "\x64\x4b", "\x54\xc5", "\xac\xf1", + "\x64\x4c", "\x4e\x87", "\x4c\xf7", "\x59\x44", "\x64\x4d", "\x51\xe6", + "\x4f\xf7", "\x4f\x6a", "\x57\x53", "\x64\x4e", "\x64\x4f", "\x4f\xed", + "\x58\xe4", "\xac\xf2", "\x56\x88", "\x56\xcf", "\x4e\xcb", "\x64\x50", + "\x4e\xa7", "\x58\xf6", "\x64\x51", "\xac\xf3", "\x58\xf7", "\x64\x52", + "\x64\x53", "\x4a\xc1", "\x64\x54", "\x64\x55", "\x55\x9f", "\x57\xab", + "\x52\x81", "\x64\x57", "\x49\x61", "\x4a\x92", "\xac\xf4", "\x64\x58", + "\x64\x59", "\x5c\x7b", "\x5b\x60", "\x64\x5a", "\x51\xcb", "\x5c\x5a", + "\x64\x5b", "\x64\x5c", "\x64\x5d", "\x4e\xe9", "\x52\x86", "\x50\xc1", + "\x64\x5e", "\x64\x5f", "\x4e\xa8", "\xac\xf5", "\x64\x60", "\x64\x61", + "\x64\x56", "\x4b\xcf", "\x64\x62", "\xac\xf6", "\x64\x63", "\x64\x64", + "\x4e\x5a", "\x4b\x7e", "\x51\xc5", "\x49\x81", "\x64\x65", "\x5a\xb4", + "\x64\x66", "\x4c\xbe", "\x64\x68", "\x64\x67", "\x4c\x8d", "\xac\xf7", + "\x64\x69", "\x49\xf7", "\x64\x6a", "\x64\x6b", "\x64\x6c", "\x64\x6d", + "\x64\x6e", "\x64\x6f", "\x64\x70", "\x5a\x47", "\x56\x96", "\x64\x71", + "\x64\x72", "\x64\x73", "\x64\x74", "\x55\x69", "\x64\x75", "\x64\x76", + "\x64\x77", "\x64\x78", "\x64\x79", "\x4f\x69", "\x64\x7a", "\x6a\x5e", + "\xac\xf8", "\x4c\xd6", "\xac\xf9", "\x54\xb0", "\xac\xfa", "\xac\xfb", + "\xac\xfc", "\xac\xfd", "\xad\x41", "\xad\x42", "\xad\x43", "\x6a\x5f", + "\xad\x44", "\x6a\x60", "\x6a\x61", "\xad\x45", "\xad\x46", "\xad\x47", + "\xad\x48", "\xad\x49", "\xad\x4a", "\xad\x4b", "\xad\x4c", "\xad\x4d", + "\xad\x4e", "\x4d\x7e", "\x57\x99", "\xad\x4f", "\xad\x50", "\x5c\xe7", + "\x4d\xb0", "\xad\x51", "\x51\xdd", "\x67\xb6", "\xad\x52", "\x4c\x43", + "\xad\x53", "\xad\x54", "\xad\x55", "\xad\x56", "\x67\xb8", "\xad\x57", + "\x67\xb7", "\x48\xd4", "\xad\x58", "\xad\x59", "\xad\x5a", "\xad\x5b", + "\xad\x5c", "\x67\xba", "\x5b\x76", "\x5c\x90", "\xad\x5d", "\xad\x5e", + "\xad\x5f", "\x5b\xc2", "\xad\x60", "\xad\x61", "\x67\xbc", "\x55\xef", + "\xad\x62", "\x67\xbb", "\xad\x63", "\xad\x64", "\xad\x65", "\xad\x66", + "\x67\xbd", "\xad\x67", "\xad\x68", "\xad\x69", "\xad\x6a", "\x67\xbf", + "\xad\x6b", "\xad\x6c", "\x67\xbe", "\xad\x6d", "\xad\x6e", "\xad\x6f", + "\xad\x70", "\xad\x71", "\xad\x72", "\xad\x73", "\xad\x74", "\x59\x93", + "\xad\x75", "\x54\x5c", "\xad\x76", "\x52\x60", "\xad\x77", "\xad\x78", + "\xad\x79", "\xad\x7a", "\xad\x7b", "\x4c\xe0", "\xad\x7c", "\xad\x7d", + "\xad\x7e", "\xad\x7f", "\xad\x81", "\x51\x88", "\xad\x82", "\xad\x83", + "\x6a\xc5", "\x58\xde", "\x6a\xc6", "\xad\x84", "\x58\x7b", "\xad\x85", + "\xad\x86", "\x54\xb9", "\xad\x87", "\xad\x88", "\x6a\xc7", "\xad\x89", + "\xad\x8a", "\xad\x8b", "\xad\x8c", "\xad\x8d", "\xad\x8e", "\xad\x8f", + "\x6a\xc8", "\x6a\xc9", "\xad\x90", "\x6a\xca", "\xad\x91", "\xad\x92", + "\xad\x93", "\xad\x94", "\xad\x95", "\x5d\x9b", "\x4c\xfd", "\xad\x96", + "\xad\x97", "\x63\x92", "\x5a\x91", "\xad\x98", "\x6a\xdf", "\xad\x99", + "\x57\xcb", "\xad\x9a", "\xad\x9b", "\xad\x9c", "\x4a\x82", "\xad\x9d", + "\xad\x9e", "\xad\x9f", "\xad\xa0", "\x69\x54", "\xad\xa1", "\x59\xed", + "\xad\xa2", "\x6a\xe0", "\xad\xa3", "\xad\xa4", "\xad\xa5", "\xad\xa6", + "\xad\xa7", "\x58\x89", "\x6a\xe1", "\xad\xa8", "\xad\xa9", "\x54\x6c", + "\xad\xaa", "\xad\xab", "\xad\xac", "\xad\xad", "\xad\xae", "\xad\xaf", + "\x4b\x74", "\x4a\xe3", "\x6a\xe3", "\xad\xb0", "\xad\xb1", "\xad\xb2", + "\x6a\xe2", "\x6a\xe4", "\xad\xb3", "\xad\xb4", "\x6a\xe5", "\xad\xb5", + "\xad\xb6", "\xad\xb7", "\xad\xb8", "\x6a\xe6", "\xad\xb9", "\x4d\xb1", + "\x48\xbe", "\xad\xba", "\x6a\xe7", "\xad\xbb", "\xad\xbc", "\xad\xbd", + "\xad\xbe", "\xad\xbf", "\xad\xc0", "\xad\xc1", "\x4c\x4d", "\x59\xec", + "\xad\xc2", "\xad\xc3", "\xad\xc4", "\x59\xaa", "\x50\xce", "\xad\xc5", + "\x50\x5c", "\x66\x43", "\x5b\x7f", "\x65\xc7", "\xad\xc6", "\xad\xc7", + "\xad\xc8", "\xad\xc9", "\x69\x94", "\x4b\xf7", "\x56\x43", "\xad\xca", + "\xad\xcb", "\x52\xcc", "\xad\xcc", "\x69\x88", "\xad\xcd", "\x69\x89", + "\x4c\xfa", "\x69\x8a", "\x4d\xc3", "\x5a\xc4", "\x48\xd1", "\xad\xce", + "\xad\xcf", "\x69\x8b", "\xad\xd0", "\xad\xd1", "\xad\xd2", "\x69\x8c", + "\xad\xd3", "\x69\x8d", "\xad\xd4", "\xad\xd5", "\x69\x8e", "\x69\x8f", + "\x69\x90", "\x69\x92", "\x69\x91", "\x53\x75", "\xad\xd6", "\xad\xd7", + "\xad\xd8", "\xad\xd9", "\xad\xda", "\xad\xdb", "\x69\x93", "\xad\xdc", + "\x4b\xf9", "\xad\xdd", "\x69\x95", "\x59\xad", "\x5f\xc6", "\x56\x6a", + "\xad\xde", "\xad\xdf", "\x4a\x7c", "\xad\xe0", "\x4b\x42", "\xad\xe1", + "\x4d\x42", "\xad\xe2", "\xad\xe3", "\x52\xf3", "\x69\x96", "\xad\xe4", + "\xad\xe5", "\x69\x97", "\xad\xe6", "\xad\xe7", "\xad\xe8", "\x51\x64", + "\x51\x9c", "\x5b\xaf", "\x69\x98", "\xad\xe9", "\xad\xea", "\xad\xeb", + "\xad\xec", "\x69\x99", "\xad\xed", "\x51\x4a", "\xad\xee", "\xad\xef", + "\xad\xf0", "\x53\xb7", "\xad\xf1", "\x4f\xda", "\xad\xf2", "\xad\xf3", + "\xad\xf4", "\xad\xf5", "\xad\xf6", "\xad\xf7", "\xad\xf8", "\xad\xf9", + "\xad\xfa", "\xad\xfb", "\xad\xfc", "\xad\xfd", "\xae\x41", "\xae\x42", + "\x69\x9a", "\x4a\xce", "\xae\x43", "\xae\x44", "\xae\x45", "\xae\x46", + "\xae\x47", "\xae\x48", "\x69\x9b", "\xae\x49", "\xae\x4a", "\xae\x4b", + "\xae\x4c", "\xae\x4d", "\xae\x4e", "\xae\x4f", "\xae\x50", "\xae\x51", + "\xae\x52", "\xae\x53", "\xae\x54", "\xae\x55", "\x67\x52", "\x67\x51", + "\xae\x56", "\xae\x57", "\x56\x81", "\x59\xdd", "\xae\x58", "\x56\x61", + "\x5b\x78", "\xae\x59", "\x54\xe1", "\xae\x5a", "\x50\xde", "\x4e\xa0", + "\xae\x5b", "\xae\x5c", "\xae\x5d", "\xae\x5e", "\xae\x5f", "\xae\x60", + "\x66\x61", "\xae\x61", "\xae\x62", "\x58\xa3", "\xae\x63", "\x5b\xe1", + "\xae\x64", "\x4b\xc6", "\x4c\xd7", "\x66\x60", "\x4c\xcd", "\xae\x65", + "\x66\x5f", "\x4a\x46", "\x4d\x69", "\x5b\xaa", "\xae\x66", "\x4c\x95", + "\x4c\x6a", "\xae\x67", "\xae\x68", "\xae\x69", "\x4e\xe6", "\x4c\x5e", + "\x66\x66", "\xae\x6a", "\x66\x67", "\x48\xb8", "\x50\x6f", "\xae\x6b", + "\x66\x65", "\x5a\x9e", "\xae\x6c", "\x66\x68", "\xae\x6d", "\xae\x6e", + "\x66\x69", "\xae\x6f", "\xae\x70", "\x4c\x6e", "\xae\x71", "\x66\x62", + "\x66\x64", "\x55\x97", "\x5b\xd6", "\x5b\x6d", "\x58\xb1", "\x66\x6f", + "\x57\xb7", "\x66\x70", "\xae\x72", "\x4b\x48", "\xae\x73", "\xae\x74", + "\xae\x75", "\xae\x76", "\xae\x77", "\x49\x53", "\x66\x72", "\x56\xa4", + "\xae\x78", "\xae\x79", "\xae\x7a", "\xae\x7b", "\xae\x7c", "\xae\x7d", + "\xae\x7e", "\x53\x76", "\x66\x73", "\xae\x7f", "\x66\x71", "\x53\x7f", + "\x66\x6e", "\x55\xa3", "\x66\x75", "\x48\xfa", "\xae\x81", "\xae\x82", + "\x4d\xf9", "\xae\x83", "\xae\x84", "\x5c\xb6", "\x69\x84", "\xae\x85", + "\x66\x6a", "\x66\x6b", "\x66\x6c", "\x66\x6d", "\x66\x76", "\x63\xbf", + "\x66\x79", "\xae\x86", "\x50\x89", "\x59\xc7", "\x66\x77", "\x66\x7c", + "\x4c\xeb", "\x66\x78", "\xae\x87", "\x4f\x5a", "\xae\x88", "\x58\xd7", + "\xae\x89", "\x48\xb6", "\xae\x8a", "\x66\x7d", "\x52\xdb", "\xae\x8b", + "\xae\x8c", "\xae\x8d", "\xae\x8e", "\x5b\xab", "\xae\x8f", "\xae\x90", + "\xae\x91", "\x4a\xdf", "\xae\x92", "\xae\x93", "\x51\xf5", "\x4e\xb8", + "\xae\x94", "\xae\x95", "\x66\x7a", "\x66\x7b", "\x5a\xdf", "\x53\xe9", + "\x52\xd3", "\x66\x7f", "\x53\x47", "\x5d\x96", "\xae\x96", "\x49\xb0", + "\xae\x97", "\x66\x85", "\xae\x98", "\x4f\x65", "\xae\x99", "\xae\x9a", + "\xae\x9b", "\x66\x83", "\xae\x9c", "\xae\x9d", "\xae\x9e", "\xae\x9f", + "\xae\xa0", "\xae\xa1", "\xae\xa2", "\xae\xa3", "\xae\xa4", "\xae\xa5", + "\xae\xa6", "\xae\xa7", "\xae\xa8", "\x66\x84", "\xae\xa9", "\xae\xaa", + "\x4c\xab", "\xae\xab", "\x57\x71", "\x66\x86", "\xae\xac", "\xae\xad", + "\xae\xae", "\x66\x82", "\xae\xaf", "\x51\x53", "\xae\xb0", "\xae\xb1", + "\xae\xb2", "\xae\xb3", "\xae\xb4", "\x53\xa1", "\xae\xb5", "\xae\xb6", + "\xae\xb7", "\xae\xb8", "\xae\xb9", "\xae\xba", "\xae\xbb", "\x56\xf2", + "\xae\xbc", "\x66\x87", "\xae\xbd", "\x50\xaf", "\x59\xb7", "\x66\x88", + "\xae\xbe", "\xae\xbf", "\xae\xc0", "\x4c\xae", "\x4c\xac", "\xae\xc1", + "\x66\x89", "\x54\x5b", "\x57\x94", "\xae\xc2", "\xae\xc3", "\xae\xc4", + "\x66\x8b", "\x66\x8c", "\xae\xc5", "\xae\xc6", "\xae\xc7", "\xae\xc8", + "\xae\xc9", "\x66\x8e", "\xae\xca", "\xae\xcb", "\xae\xcc", "\xae\xcd", + "\x58\xc7", "\xae\xce", "\x66\x93", "\xae\xcf", "\x66\x8f", "\xae\xd0", + "\xae\xd1", "\xae\xd2", "\x66\x92", "\x54\xf8", "\xae\xd3", "\x59\x9d", + "\x66\x8d", "\xae\xd4", "\xae\xd5", "\x66\x8a", "\xae\xd6", "\xae\xd7", + "\xae\xd8", "\xae\xd9", "\x4c\xb8", "\x58\x79", "\x52\xe4", "\x66\x90", + "\x66\x91", "\x56\xd9", "\x57\x68", "\x48\xf1", "\xae\xda", "\x66\x97", + "\xae\xdb", "\xae\xdc", "\xae\xdd", "\xae\xde", "\xae\xdf", "\x66\x96", + "\xae\xe0", "\x49\xb1", "\xae\xe1", "\xae\xe2", "\xae\xe3", "\xae\xe4", + "\x4c\xdf", "\xae\xe5", "\x66\x98", "\xae\xe6", "\xae\xe7", "\xae\xe8", + "\xae\xe9", "\xae\xea", "\xae\xeb", "\x49\x8d", "\xae\xec", "\xae\xed", + "\x56\xc4", "\x52\xa3", "\x58\x45", "\xae\xee", "\xae\xef", "\xae\xf0", + "\xae\xf1", "\xae\xf2", "\x66\x9a", "\xae\xf3", "\xae\xf4", "\x66\xa1", + "\xae\xf5", "\x53\x93", "\xae\xf6", "\x66\x9b", "\xae\xf7", "\xae\xf8", + "\xae\xf9", "\xae\xfa", "\xae\xfb", "\xae\xfc", "\xae\xfd", "\xaf\x41", + "\x55\x65", "\xaf\x42", "\xaf\x43", "\xaf\x44", "\xaf\x45", "\xaf\x46", + "\xaf\x47", "\x61\xde", "\x66\x9f", "\xaf\x48", "\xaf\x49", "\xaf\x4a", + "\xaf\x4b", "\x57\x6e", "\x66\xa0", "\x49\x7b", "\x5a\x57", "\xaf\x4c", + "\xaf\x4d", "\x59\xdb", "\xaf\x4e", "\xaf\x4f", "\xaf\x50", "\x66\x9e", + "\xaf\x51", "\x66\x9c", "\xaf\x52", "\xaf\x53", "\xaf\x54", "\xaf\x55", + "\xaf\x56", "\xaf\x57", "\xaf\x58", "\xaf\x59", "\xaf\x5a", "\xaf\x5b", + "\xaf\x5c", "\xaf\x5d", "\xaf\x5e", "\xaf\x5f", "\xaf\x60", "\xaf\x61", + "\xaf\x62", "\xaf\x63", "\xaf\x64", "\xaf\x65", "\xaf\x66", "\xaf\x67", + "\x4a\x5c", "\xaf\x68", "\xaf\x69", "\xaf\x6a", "\x65\xaf", "\xaf\x6b", + "\xaf\x6c", "\x5c\x74", "\xaf\x6d", "\x6a\xaa", "\x4a\x95", "\xaf\x6e", + "\xaf\x6f", "\xaf\x70", "\xaf\x71", "\xaf\x72", "\x5b\xc0", "\x5b\xc1", + "\xaf\x73", "\xaf\x74", "\xaf\x75", "\xaf\x76", "\xaf\x77", "\xaf\x78", + "\x5b\x8a", "\x4f\xc9", "\xaf\x79", "\x6a\xa6", "\xaf\x7a", "\x59\xa7", + "\x6a\xa7", "\x6a\xa8", "\xaf\x7b", "\x6a\xa9", "\x4f\xca", "\x5a\x7f", + "\xaf\x7c", "\xaf\x7d", "\xaf\x7e", "\xaf\x7f", "\xaf\x81", "\x55\x81", + "\x55\x82", "\xaf\x82", "\xaf\x83", "\x6a\x62", "\xaf\x84", "\x55\xe5", + "\xaf\x85", "\x56\xf1", "\xaf\x86", "\xaf\x87", "\xaf\x88", "\xaf\x89", + "\xaf\x8a", "\xaf\x8b", "\x61\xb5", "\x56\x54", "\xaf\x8c", "\x57\xe7", + "\x5b\xda", "\xaf\x8d", "\x6a\xac", "\x6a\xad", "\x6a\xae", "\xaf\x8e", + "\xaf\x8f", "\xaf\x90", "\xaf\x91", "\x6a\xb1", "\xaf\x92", "\x4d\xbc", + "\x6a\xb2", "\x48\xe2", "\x6a\xaf", "\xaf\x93", "\x6a\xb0", "\x4f\x42", + "\x49\xd4", "\xaf\x94", "\x6a\xb5", "\x6a\xb6", "\x4b\xe5", "\x49\xaf", + "\x58\x6f", "\x6a\xb3", "\x4a\xab", "\xaf\x95", "\x6a\xb4", "\xaf\x96", + "\xaf\x97", "\x6a\xb7", "\xaf\x98", "\xaf\x99", "\xaf\x9a", "\xaf\x9b", + "\xaf\x9c", "\x6a\xb8", "\xaf\x9d", "\xaf\x9e", "\x57\x47", "\xaf\x9f", + "\x6a\xb9", "\xaf\xa0", "\x6a\xba", "\xaf\xa1", "\xaf\xa2", "\xaf\xa3", + "\x6a\xbb", "\xaf\xa4", "\xaf\xa5", "\xaf\xa6", "\xaf\xa7", "\xaf\xa8", + "\xaf\xa9", "\xaf\xaa", "\xaf\xab", "\x56\x72", "\xaf\xac", "\x6a\xbc", + "\xaf\xad", "\xaf\xae", "\xaf\xaf", "\xaf\xb0", "\x6a\xbd", "\xaf\xb1", + "\xaf\xb2", "\xaf\xb3", "\xaf\xb4", "\xaf\xb5", "\xaf\xb6", "\xaf\xb7", + "\xaf\xb8", "\x6a\xbe", "\xaf\xb9", "\xaf\xba", "\xaf\xbb", "\xaf\xbc", + "\xaf\xbd", "\x6a\xdd", "\x51\x5c", "\x4e\xe7", "\xaf\xbe", "\x55\x4b", + "\x59\x7e", "\x63\x96", "\xaf\xbf", "\xaf\xc0", "\xaf\xc1", "\xaf\xc2", + "\x5e\xb2", "\x59\xd4", "\xaf\xc3", "\xaf\xc4", "\x5e\xb3", "\x48\xab", + "\x5e\xb4", "\xaf\xc5", "\xaf\xc6", "\x4f\x7a", "\xaf\xc7", "\x5e\xb8", + "\xaf\xc8", "\xaf\xc9", "\xaf\xca", "\x5c\xc1", "\xaf\xcb", "\x5e\xb6", + "\x5a\x94", "\xaf\xcc", "\x55\x76", "\x5e\xb9", "\x5e\xb5", "\xaf\xcd", + "\x5e\xba", "\x52\x42", "\xaf\xce", "\xaf\xcf", "\xaf\xd0", "\xaf\xd1", + "\x5e\xbb", "\x5e\xc4", "\x5e\xbc", "\xaf\xd2", "\xaf\xd3", "\x57\xde", + "\x5b\xa4", "\xaf\xd4", "\x5e\xce", "\xaf\xd5", "\x5e\xcc", "\xaf\xd6", + "\xaf\xd7", "\x5e\xd1", "\x4f\x87", "\x51\xaa", "\xaf\xd8", "\x5e\xb7", + "\x5e\xca", "\x5e\xcd", "\x5e\xbd", "\x4c\x72", "\x48\xc4", "\x5e\xc6", + "\x58\xbd", "\x5e\xc0", "\x4e\x48", "\xaf\xd9", "\x4c\x5c", "\x5e\xcb", + "\xaf\xda", "\xaf\xdb", "\x5e\xc5", "\x5e\xbe", "\x54\x7b", "\xaf\xdc", + "\xaf\xdd", "\xaf\xde", "\x59\x5f", "\x5e\xbf", "\xaf\xdf", "\xaf\xe0", + "\x5e\xc9", "\xaf\xe1", "\xaf\xe2", "\x5e\xcf", "\xaf\xe3", "\xaf\xe4", + "\x57\xac", "\x5e\xc1", "\xaf\xe5", "\x5e\xc2", "\x5e\xc7", "\x5e\xc8", + "\x49\xd3", "\x5e\xd0", "\x56\x75", "\xaf\xe6", "\x5a\xb6", "\x5e\xda", + "\x5e\xde", "\x56\xa5", "\x5e\xe5", "\xaf\xe7", "\x52\x88", "\x5e\xdb", + "\xaf\xe8", "\xaf\xe9", "\x50\x61", "\x5e\xd8", "\xaf\xea", "\x48\xf9", + "\x4d\x56", "\x5e\xe4", "\x5e\xd2", "\xaf\xeb", "\x5e\xc3", "\x5e\xd5", + "\x54\xf3", "\x50\x81", "\xaf\xec", "\xaf\xed", "\xaf\xee", "\xaf\xef", + "\x55\x5b", "\xaf\xf0", "\xaf\xf1", "\xaf\xf2", "\x49\x5d", "\xaf\xf3", + "\x5a\x42", "\xaf\xf4", "\xaf\xf5", "\x5e\xd9", "\xaf\xf6", "\xaf\xf7", + "\x5e\xd4", "\xaf\xf8", "\x53\xba", "\xaf\xf9", "\x5e\xdd", "\xaf\xfa", + "\xaf\xfb", "\xaf\xfc", "\xaf\xfd", "\xb0\x41", "\x5c\x62", "\x52\x4f", + "\x4c\x56", "\x54\x71", "\x52\x49", "\x5e\xe1", "\x5e\xd7", "\x5e\xea", + "\x5e\xd3", "\xb0\x42", "\xb0\x43", "\x5e\xdc", "\xb0\x44", "\x4f\xa4", + "\x5e\xd6", "\xb0\x45", "\x5e\xdf", "\xb0\x46", "\xb0\x47", "\x5e\xe2", + "\x5e\xe3", "\xb0\x48", "\x5e\xf7", "\xb0\x49", "\xb0\x4a", "\x5e\xe0", + "\x5f\x42", "\x5e\xe6", "\xb0\x4b", "\xb0\x4c", "\xb0\x4d", "\xb0\x4e", + "\xb0\x4f", "\xb0\x50", "\xb0\x51", "\xb0\x52", "\xb0\x53", "\xb0\x54", + "\x4e\xea", "\x4a\xc3", "\xb0\x55", "\xb0\x56", "\x52\x43", "\x49\xe6", + "\x5e\xf9", "\xb0\x57", "\x5e\xf1", "\xb0\x58", "\x5e\xee", "\xb0\x59", + "\x5e\xfb", "\x5e\xed", "\x59\xef", "\x49\xe7", "\xb0\x5a", "\x54\xd6", + "\x54\xe2", "\x5e\xfa", "\xb0\x5b", "\x5e\xec", "\xb0\x5c", "\xb0\x5d", + "\xb0\x5e", "\x5e\xf6", "\xb0\x5f", "\xb0\x60", "\x5e\xf4", "\xb0\x61", + "\xb0\x62", "\x4f\xa2", "\x5e\xf3", "\xb0\x63", "\x49\xdc", "\xb0\x64", + "\xb0\x65", "\xb0\x66", "\xb0\x67", "\xb0\x68", "\x5e\xf2", "\x4e\xf5", + "\x5e\xe7", "\x4e\x64", "\xb0\x69", "\x50\xf2", "\xb0\x6a", "\xb0\x6b", + "\xb0\x6c", "\xb0\x6d", "\xb0\x6e", "\x4e\xd3", "\x5e\xe8", "\x5e\xe9", + "\xb0\x6f", "\x5e\xf0", "\x5e\xf5", "\x5e\xf8", "\x4b\x54", "\xb0\x70", + "\x54\xd8", "\x4e\x88", "\x5e\xfd", "\x5e\xfc", "\x5a\x4b", "\x5f\x41", + "\x5f\x43", "\x5f\x45", "\x59\xf0", "\x5f\x44", "\x5f\x46", "\x5f\x47", + "\x59\xa8", "\xb0\x71", "\xb0\x72", "\xb0\x73", "\xb0\x74", "\xb0\x75", + "\xb0\x76", "\xb0\x77", "\x4d\xc8", "\x5f\x49", "\xb0\x78", "\xb0\x79", + "\x5f\x56", "\x5f\x51", "\x5f\x54", "\xb0\x7a", "\xb0\x7b", "\xb0\x7c", + "\xb0\x7d", "\xb0\x7e", "\xb0\x7f", "\xb0\x81", "\x5f\x50", "\x53\xcd", + "\xb0\x82", "\xb0\x83", "\x50\xf1", "\xb0\x84", "\xb0\x85", "\xb0\x86", + "\xb0\x87", "\x55\x4f", "\xb0\x88", "\xb0\x89", "\xb0\x8a", "\x5e\xeb", + "\x5f\x4e", "\xb0\x8b", "\xb0\x8c", "\xb0\x8d", "\xb0\x8e", "\x5f\x57", + "\xb0\x8f", "\xb0\x90", "\x5e\xef", "\x5f\x4f", "\xb0\x91", "\x5f\x58", + "\xb0\x92", "\x5f\x4c", "\xb0\x93", "\xb0\x94", "\xb0\x95", "\xb0\x96", + "\xb0\x97", "\xb0\x98", "\xb0\x99", "\x5f\x59", "\x5f\x53", "\x5f\x4d", + "\x52\xa9", "\xb0\x9a", "\xb0\x9b", "\xb0\x9c", "\xb0\x9d", "\x5f\x48", + "\x50\xb2", "\x51\x4b", "\x5f\x4a", "\x5f\x4b", "\xb0\x9e", "\x5f\x52", + "\x4e\x92", "\x5f\x55", "\x5a\x48", "\x5f\x5a", "\xb0\x9f", "\x5f\x5b", + "\x52\x47", "\xb0\xa0", "\xb0\xa1", "\x5f\x72", "\x5f\x5c", "\xb0\xa2", + "\xb0\xa3", "\xb0\xa4", "\x5f\x71", "\xb0\xa5", "\x4d\x5d", "\xb0\xa6", + "\xb0\xa7", "\x4f\xd4", "\xb0\xa8", "\x4f\xf9", "\xb0\xa9", "\xb0\xaa", + "\x4d\xc9", "\xb0\xab", "\xb0\xac", "\xb0\xad", "\xb0\xae", "\x5f\x6a", + "\xb0\xaf", "\x5f\x65", "\xb0\xb0", "\x5f\x5f", "\xb0\xb1", "\xb0\xb2", + "\xb0\xb3", "\x49\xca", "\x5f\x63", "\xb0\xb4", "\x5f\x6b", "\x49\xa3", + "\x5f\x75", "\xb0\xb5", "\xb0\xb6", "\xb0\xb7", "\x5f\x5e", "\xb0\xb8", + "\xb0\xb9", "\xb0\xba", "\x53\xcf", "\x5f\x70", "\xb0\xbb", "\xb0\xbc", + "\xb0\xbd", "\xb0\xbe", "\xb0\xbf", "\x5f\x74", "\x51\x83", "\x4c\x66", + "\xb0\xc0", "\xb0\xc1", "\xb0\xc2", "\xb0\xc3", "\xb0\xc4", "\x5f\x6e", + "\x5f\x6f", "\xb0\xc5", "\xb0\xc6", "\xb0\xc7", "\x5f\x64", "\xb0\xc8", + "\xb0\xc9", "\xb0\xca", "\x5f\x5d", "\xb0\xcb", "\x5f\x6d", "\x56\xd0", + "\xb0\xcc", "\x5f\x69", "\xb0\xcd", "\xb0\xce", "\xb0\xcf", "\xb0\xd0", + "\x5f\x62", "\x52\x68", "\x53\xbb", "\x57\xad", "\x5f\x6c", "\xb0\xd1", + "\x5f\x68", "\xb0\xd2", "\xb0\xd3", "\xb0\xd4", "\xb0\xd5", "\xb0\xd6", + "\xb0\xd7", "\x5f\x61", "\xb0\xd8", "\xb0\xd9", "\xb0\xda", "\x5f\x66", + "\x51\xdb", "\xb0\xdb", "\xb0\xdc", "\xb0\xdd", "\xb0\xde", "\xb0\xdf", + "\xb0\xe0", "\x5a\x49", "\x5a\x4a", "\x5f\x73", "\x58\x95", "\x54\xf7", + "\xb0\xe1", "\xb0\xe2", "\xb0\xe3", "\xb0\xe4", "\xb0\xe5", "\xb0\xe6", + "\xb0\xe7", "\xb0\xe8", "\x5f\x87", "\xb0\xe9", "\xb0\xea", "\xb0\xeb", + "\xb0\xec", "\xb0\xed", "\xb0\xee", "\x5f\x67", "\xb0\xef", "\xb0\xf0", + "\xb0\xf1", "\x5f\x81", "\x51\xe3", "\xb0\xf2", "\xb0\xf3", "\xb0\xf4", + "\xb0\xf5", "\xb0\xf6", "\xb0\xf7", "\xb0\xf8", "\xb0\xf9", "\x5f\x82", + "\xb0\xfa", "\xb0\xfb", "\xb0\xfc", "\xb0\xfd", "\xb1\x41", "\xb1\x42", + "\xb1\x43", "\xb1\x44", "\xb1\x45", "\xb1\x46", "\x5f\x77", "\xb1\x47", + "\xb1\x48", "\xb1\x49", "\xb1\x4a", "\xb1\x4b", "\x5b\xf7", "\xb1\x4c", + "\x5f\x79", "\x5f\x78", "\x4c\xef", "\x5f\x76", "\xb1\x4d", "\xb1\x4e", + "\xb1\x4f", "\xb1\x50", "\x53\xce", "\xb1\x51", "\x4b\xac", "\xb1\x52", + "\xb1\x53", "\xb1\x54", "\xb1\x55", "\xb1\x56", "\x5f\x83", "\xb1\x57", + "\x4d\xf8", "\x5a\xe0", "\x5f\x88", "\xb1\x58", "\xb1\x59", "\xb1\x5a", + "\x4a\xcf", "\xb1\x5b", "\x5f\x7a", "\xb1\x5c", "\x50\x9c", "\x5f\x84", + "\xb1\x5d", "\x5f\x7f", "\xb1\x5e", "\x5f\x7d", "\xb1\x5f", "\xb1\x60", + "\xb1\x61", "\xb1\x62", "\xb1\x63", "\xb1\x64", "\xb1\x65", "\x4b\x79", + "\xb1\x66", "\xb1\x67", "\xb1\x68", "\xb1\x69", "\x5f\x7b", "\x5f\x7c", + "\x5f\x7e", "\xb1\x6a", "\x4f\x4f", "\x5f\x85", "\xb1\x6b", "\x5f\x86", + "\xb1\x6c", "\xb1\x6d", "\xb1\x6e", "\xb1\x6f", "\xb1\x70", "\xb1\x71", + "\xb1\x72", "\xb1\x73", "\x5f\x96", "\xb1\x74", "\x52\x69", "\xb1\x75", + "\xb1\x76", "\x56\x83", "\xb1\x77", "\xb1\x78", "\xb1\x79", "\xb1\x7a", + "\x5f\x93", "\xb1\x7b", "\xb1\x7c", "\xb1\x7d", "\xb1\x7e", "\xb1\x7f", + "\xb1\x81", "\xb1\x82", "\xb1\x83", "\xb1\x84", "\xb1\x85", "\xb1\x86", + "\xb1\x87", "\xb1\x88", "\x5c\xe0", "\xb1\x89", "\xb1\x8a", "\x53\xd0", + "\xb1\x8b", "\x5f\x95", "\xb1\x8c", "\xb1\x8d", "\xb1\x8e", "\x5b\x95", + "\x5f\x94", "\x5f\x91", "\xb1\x8f", "\xb1\x90", "\x5f\x8d", "\xb1\x91", + "\x5f\x90", "\xb1\x92", "\x5f\x89", "\xb1\x93", "\xb1\x94", "\x58\xed", + "\xb1\x95", "\xb1\x96", "\xb1\x97", "\xb1\x98", "\x54\xd7", "\x5f\x8f", + "\xb1\x99", "\xb1\x9a", "\x5f\x8a", "\xb1\x9b", "\xb1\x9c", "\x5f\x8b", + "\x56\x93", "\xb1\x9d", "\x5f\x8e", "\xb1\x9e", "\xb1\x9f", "\x49\x6d", + "\xb1\xa0", "\xb1\xa1", "\xb1\xa2", "\xb1\xa3", "\xb1\xa4", "\xb1\xa5", + "\x50\xb5", "\xb1\xa6", "\x4e\xba", "\x5f\x92", "\xb1\xa7", "\xb1\xa8", + "\x5f\x98", "\xb1\xa9", "\x5f\x97", "\x5f\x8c", "\xb1\xaa", "\xb1\xab", + "\xb1\xac", "\xb1\xad", "\xb1\xae", "\x53\x8f", "\xb1\xaf", "\xb1\xb0", + "\xb1\xb1", "\x5f\x9c", "\xb1\xb2", "\xb1\xb3", "\xb1\xb4", "\xb1\xb5", + "\xb1\xb6", "\xb1\xb7", "\xb1\xb8", "\xb1\xb9", "\xb1\xba", "\xb1\xbb", + "\xb1\xbc", "\x5f\xa3", "\xb1\xbd", "\xb1\xbe", "\x5f\xa2", "\xb1\xbf", + "\xb1\xc0", "\xb1\xc1", "\xb1\xc2", "\xb1\xc3", "\xb1\xc4", "\xb1\xc5", + "\xb1\xc6", "\xb1\xc7", "\xb1\xc8", "\xb1\xc9", "\xb1\xca", "\x5f\x99", + "\xb1\xcb", "\xb1\xcc", "\xb1\xcd", "\xb1\xce", "\x52\x90", "\xb1\xcf", + "\x51\xfa", "\xb1\xd0", "\xb1\xd1", "\xb1\xd2", "\x5b\x82", "\xb1\xd3", + "\xb1\xd4", "\x57\xb4", "\xb1\xd5", "\xb1\xd6", "\xb1\xd7", "\xb1\xd8", + "\x5f\x9e", "\xb1\xd9", "\x49\xcb", "\xb1\xda", "\xb1\xdb", "\xb1\xdc", + "\xb1\xdd", "\xb1\xde", "\xb1\xdf", "\xb1\xe0", "\xb1\xe1", "\xb1\xe2", + "\x52\xe7", "\x55\xde", "\xb1\xe3", "\xb1\xe4", "\xb1\xe5", "\xb1\xe6", + "\xb1\xe7", "\xb1\xe8", "\xb1\xe9", "\xb1\xea", "\xb1\xeb", "\xb1\xec", + "\x54\x5e", "\x5f\x9b", "\x5f\x9d", "\x5f\x9f", "\x5f\xa1", "\x48\xa9", + "\x49\x6e", "\xb1\xed", "\xb1\xee", "\xb1\xef", "\xb1\xf0", "\xb1\xf1", + "\x5f\xab", "\xb1\xf2", "\xb1\xf3", "\xb1\xf4", "\xb1\xf5", "\x5f\xa5", + "\x4f\x56", "\x54\xee", "\xb1\xf6", "\xb1\xf7", "\xb1\xf8", "\xb1\xf9", + "\xb1\xfa", "\xb1\xfb", "\xb1\xfc", "\xb1\xfd", "\xb2\x41", "\xb2\x42", + "\xb2\x43", "\x5f\xa0", "\xb2\x44", "\xb2\x45", "\x5f\xa4", "\xb2\x46", + "\xb2\x47", "\xb2\x48", "\xb2\x49", "\x5f\xa8", "\xb2\x4a", "\xb2\x4b", + "\xb2\x4c", "\xb2\x4d", "\xb2\x4e", "\x5f\xa7", "\xb2\x4f", "\xb2\x50", + "\xb2\x51", "\x5f\xa6", "\xb2\x52", "\xb2\x53", "\xb2\x54", "\xb2\x55", + "\xb2\x56", "\xb2\x57", "\xb2\x58", "\xb2\x59", "\xb2\x5a", "\x5f\xac", + "\xb2\x5b", "\x5a\xcb", "\xb2\x5c", "\xb2\x5d", "\xb2\x5e", "\xb2\x5f", + "\x5f\xb2", "\x5f\xa9", "\x5f\xad", "\xb2\x60", "\xb2\x61", "\x50\xd8", + "\xb2\x62", "\xb2\x63", "\xb2\x64", "\xb2\x65", "\xb2\x66", "\x49\x41", + "\x5f\xb5", "\xb2\x67", "\x5f\xb0", "\xb2\x68", "\xb2\x69", "\xb2\x6a", + "\xb2\x6b", "\xb2\x6c", "\xb2\x6d", "\xb2\x6e", "\x5f\xb1", "\xb2\x6f", + "\xb2\x70", "\xb2\x71", "\xb2\x72", "\xb2\x73", "\xb2\x74", "\xb2\x75", + "\xb2\x76", "\xb2\x77", "\xb2\x78", "\xb2\x79", "\x59\x46", "\x5f\xb4", + "\xb2\x7a", "\xb2\x7b", "\xb2\x7c", "\xb2\x7d", "\xb2\x7e", "\xb2\x7f", + "\xb2\x81", "\x5f\xae", "\xb2\x82", "\xb2\x83", "\xb2\x84", "\x5f\xaf", + "\xb2\x85", "\x58\xbc", "\xb2\x86", "\xb2\x87", "\xb2\x88", "\x5f\xb3", + "\x55\xec", "\x5f\xb8", "\xb2\x89", "\xb2\x8a", "\xb2\x8b", "\xb2\x8c", + "\xb2\x8d", "\xb2\x8e", "\x5f\xb7", "\xb2\x8f", "\x5f\xb6", "\xb2\x90", + "\xb2\x91", "\xb2\x92", "\xb2\x93", "\xb2\x94", "\xb2\x95", "\xb2\x96", + "\x5f\xba", "\xb2\x97", "\xb2\x98", "\xb2\x99", "\xb2\x9a", "\xb2\x9b", + "\xb2\x9c", "\xb2\x9d", "\x4f\x86", "\xb2\x9e", "\xb2\x9f", "\xb2\xa0", + "\xb2\xa1", "\xb2\xa2", "\x49\xd7", "\x52\x8b", "\xb2\xa3", "\xb2\xa4", + "\x5f\xb9", "\xb2\xa5", "\x53\x5a", "\xb2\xa6", "\xb2\xa7", "\xb2\xa8", + "\xb2\xa9", "\xb2\xaa", "\xb2\xab", "\x5f\xbb", "\xb2\xac", "\xb2\xad", + "\xb2\xae", "\xb2\xaf", "\xb2\xb0", "\xb2\xb1", "\xb2\xb2", "\x56\xd8", + "\xb2\xb3", "\xb2\xb4", "\xb2\xb5", "\xb2\xb6", "\x4c\x4a", "\xb2\xb7", + "\xb2\xb8", "\xb2\xb9", "\xb2\xba", "\xb2\xbb", "\xb2\xbc", "\xb2\xbd", + "\xb2\xbe", "\xb2\xbf", "\xb2\xc0", "\xb2\xc1", "\xb2\xc2", "\xb2\xc3", + "\xb2\xc4", "\xb2\xc5", "\xb2\xc6", "\xb2\xc7", "\x5a\xe4", "\xb2\xc8", + "\xb2\xc9", "\xb2\xca", "\x5f\xbc", "\xb2\xcb", "\xb2\xcc", "\xb2\xcd", + "\xb2\xce", "\xb2\xcf", "\x5f\xbe", "\xb2\xd0", "\xb2\xd1", "\xb2\xd2", + "\xb2\xd3", "\xb2\xd4", "\xb2\xd5", "\xb2\xd6", "\xb2\xd7", "\xb2\xd8", + "\xb2\xd9", "\xb2\xda", "\x52\xa1", "\xb2\xdb", "\xb2\xdc", "\xb2\xdd", + "\xb2\xde", "\x5f\xc0", "\xb2\xdf", "\xb2\xe0", "\xb2\xe1", "\xb2\xe2", + "\xb2\xe3", "\xb2\xe4", "\xb2\xe5", "\xb2\xe6", "\xb2\xe7", "\xb2\xe8", + "\xb2\xe9", "\xb2\xea", "\xb2\xeb", "\xb2\xec", "\xb2\xed", "\xb2\xee", + "\x5f\xbd", "\xb2\xef", "\x5f\xbf", "\xb2\xf0", "\xb2\xf1", "\xb2\xf2", + "\xb2\xf3", "\xb2\xf4", "\xb2\xf5", "\xb2\xf6", "\xb2\xf7", "\xb2\xf8", + "\xb2\xf9", "\xb2\xfa", "\xb2\xfb", "\xb2\xfc", "\xb2\xfd", "\x5b\x5a", + "\xb3\x41", "\xb3\x42", "\xb3\x43", "\x5f\xc1", "\xb3\x44", "\xb3\x45", + "\xb3\x46", "\xb3\x47", "\xb3\x48", "\xb3\x49", "\xb3\x4a", "\xb3\x4b", + "\xb3\x4c", "\xb3\x4d", "\xb3\x4e", "\xb3\x4f", "\xb3\x50", "\xb3\x51", + "\xb3\x52", "\xb3\x53", "\x69\xad", "\x4e\x42", "\x51\xb1", "\x53\x50", + "\x51\xc6", "\xb3\x54", "\xb3\x55", "\x69\xae", "\xb3\x56", "\xb3\x57", + "\xb3\x58", "\xb3\x59", "\xb3\x5a", "\x58\xe8", "\xb3\x5b", "\xb3\x5c", + "\xb3\x5d", "\x5a\x7d", "\xb3\x5e", "\xb3\x5f", "\xb3\x60", "\x66\x5d", + "\xb3\x61", "\xb3\x62", "\xb3\x63", "\xb3\x64", "\xb3\x65", "\xb3\x66", + "\xb3\x67", "\xb3\x68", "\x4a\x87", "\x69\xaf", "\xb3\x69", "\x69\xb0", + "\xb3\x6a", "\xb3\x6b", "\x55\xac", "\xb3\x6c", "\xb3\x6d", "\xb3\x6e", + "\xb3\x6f", "\xb3\x70", "\xb3\x71", "\xb3\x72", "\x4d\xe6", "\x69\xb2", + "\x69\xb4", "\x69\xb3", "\x56\x85", "\x58\x5a", "\x69\xb1", "\x55\xb3", + "\x59\xce", "\x51\xeb", "\xb3\x73", "\xb3\x74", "\xb3\x75", "\xb3\x76", + "\xb3\x77", "\xb3\x78", "\xb3\x79", "\x57\xc2", "\x69\xb7", "\x48\xf5", + "\x69\xb6", "\xb3\x7a", "\xb3\x7b", "\xb3\x7c", "\xb3\x7d", "\xb3\x7e", + "\x69\xbd", "\xb3\x7f", "\x49\xce", "\xb3\x81", "\xb3\x82", "\xb3\x83", + "\xb3\x84", "\xb3\x85", "\xb3\x86", "\x59\x61", "\x69\xb9", "\xb3\x87", + "\xb3\x88", "\xb3\x89", "\xb3\x8a", "\xb3\x8b", "\x69\xbb", "\x5a\xe8", + "\xb3\x8c", "\xb3\x8d", "\x69\xba", "\x69\xb5", "\x69\xbe", "\x69\xbc", + "\xb3\x8e", "\x69\xb8", "\xb3\x8f", "\xb3\x90", "\x69\xc6", "\x69\xc3", + "\x69\xc5", "\xb3\x91", "\xb3\x92", "\x69\xc9", "\x69\xc1", "\x69\xbf", + "\xb3\x93", "\xb3\x94", "\xb3\x95", "\x69\xc4", "\xb3\x96", "\xb3\x97", + "\xb3\x98", "\xb3\x99", "\xb3\x9a", "\x5b\xfa", "\xb3\x9b", "\xb3\x9c", + "\xb3\x9d", "\x69\xc0", "\xb3\x9e", "\x54\x9a", "\x55\x7f", "\xb3\x9f", + "\x69\xc7", "\x4d\x66", "\x4b\x50", "\xb3\xa0", "\xb3\xa1", "\x69\xc2", + "\x69\xc8", "\x69\xcf", "\x69\xd5", "\xb3\xa2", "\xb3\xa3", "\x4e\x77", + "\xb3\xa4", "\xb3\xa5", "\xb3\xa6", "\x69\xd4", "\x57\x7c", "\xb3\xa7", + "\x5b\xea", "\xb3\xa8", "\xb3\xa9", "\x69\xd1", "\x69\xd3", "\xb3\xaa", + "\xb3\xab", "\xb3\xac", "\xb3\xad", "\x4c\xf1", "\xb3\xae", "\xb3\xaf", + "\xb3\xb0", "\xb3\xb1", "\x69\xca", "\xb3\xb2", "\xb3\xb3", "\xb3\xb4", + "\x69\xcd", "\x51\xf8", "\xb3\xb5", "\x5b\x7d", "\x69\xcb", "\x69\xcc", + "\x69\xce", "\x69\xd2", "\xb3\xb6", "\xb3\xb7", "\xb3\xb8", "\x69\xd8", + "\x5a\x5c", "\xb3\xb9", "\xb3\xba", "\xb3\xbb", "\xb3\xbc", "\x4b\xe9", + "\xb3\xbd", "\x55\xf0", "\xb3\xbe", "\x4c\x85", "\x69\xd6", "\xb3\xbf", + "\xb3\xc0", "\xb3\xc1", "\x69\xd7", "\x69\xd9", "\x69\xdc", "\x69\xda", + "\xb3\xc2", "\xb3\xc3", "\x69\xdb", "\xb3\xc4", "\xb3\xc5", "\xb3\xc6", + "\xb3\xc7", "\x59\x71", "\x69\xd0", "\xb3\xc8", "\x57\x69", "\xb3\xc9", + "\x57\xce", "\x5b\xa8", "\xb3\xca", "\x69\xe2", "\xb3\xcb", "\x52\x7b", + "\xb3\xcc", "\x69\xdf", "\xb3\xcd", "\xb3\xce", "\x50\xae", "\x69\xeb", + "\x69\xdd", "\xb3\xcf", "\x69\xe0", "\xb3\xd0", "\xb3\xd1", "\xb3\xd2", + "\x69\xe7", "\xb3\xd3", "\xb3\xd4", "\xb3\xd5", "\xb3\xd6", "\x69\xe1", + "\xb3\xd7", "\xb3\xd8", "\x69\xe6", "\xb3\xd9", "\xb3\xda", "\x69\xe5", + "\xb3\xdb", "\xb3\xdc", "\x69\xe8", "\xb3\xdd", "\xb3\xde", "\xb3\xdf", + "\x69\xde", "\xb3\xe0", "\xb3\xe1", "\x69\xe3", "\x69\xe9", "\xb3\xe2", + "\xb3\xe3", "\xb3\xe4", "\xb3\xe5", "\xb3\xe6", "\xb3\xe7", "\xb3\xe8", + "\x5a\x4c", "\x69\xe4", "\x49\xf4", "\xb3\xe9", "\xb3\xea", "\x69\xf1", + "\xb3\xeb", "\x58\xaa", "\xb3\xec", "\xb3\xed", "\xb3\xee", "\xb3\xef", + "\x69\xf4", "\xb3\xf0", "\xb3\xf1", "\xb3\xf2", "\x4e\x68", "\xb3\xf3", + "\x69\xf8", "\xb3\xf4", "\xb3\xf5", "\xb3\xf6", "\xb3\xf7", "\xb3\xf8", + "\xb3\xf9", "\x69\xef", "\xb3\xfa", "\xb3\xfb", "\x69\xf5", "\x69\xf7", + "\x69\xf9", "\xb3\xfc", "\xb3\xfd", "\xb4\x41", "\xb4\x42", "\xb4\x43", + "\xb4\x44", "\xb4\x45", "\xb4\x46", "\x69\xf2", "\xb4\x47", "\x69\xf0", + "\xb4\x48", "\xb4\x49", "\xb4\x4a", "\x4d\xfa", "\xb4\x4b", "\x4b\x9c", + "\xb4\x4c", "\xb4\x4d", "\xb4\x4e", "\xb4\x4f", "\x69\xee", "\x69\xf6", + "\x69\xec", "\x69\xed", "\xb4\x50", "\xb4\x51", "\xb4\x52", "\x69\xea", + "\x6a\x46", "\xb4\x53", "\x6a\x43", "\xb4\x54", "\xb4\x55", "\x6a\x42", + "\xb4\x56", "\xb4\x57", "\x69\xf3", "\xb4\x58", "\x54\xd9", "\xb4\x59", + "\xb4\x5a", "\xb4\x5b", "\xb4\x5c", "\xb4\x5d", "\x69\xfa", "\xb4\x5e", + "\xb4\x5f", "\xb4\x60", "\x6a\x45", "\xb4\x61", "\xb4\x62", "\xb4\x63", + "\xb4\x64", "\xb4\x65", "\xb4\x66", "\xb4\x67", "\x52\x99", "\xb4\x68", + "\xb4\x69", "\xb4\x6a", "\xb4\x6b", "\xb4\x6c", "\xb4\x6d", "\xb4\x6e", + "\xb4\x6f", "\x69\xfc", "\xb4\x70", "\xb4\x71", "\x6a\x47", "\x6a\x49", + "\x6a\x44", "\xb4\x72", "\x69\xfb", "\xb4\x73", "\xb4\x74", "\xb4\x75", + "\x6a\x4b", "\xb4\x76", "\x6a\x4a", "\xb4\x77", "\xb4\x78", "\xb4\x79", + "\xb4\x7a", "\x51\xdc", "\xb4\x7b", "\xb4\x7c", "\x6a\x4e", "\xb4\x7d", + "\xb4\x7e", "\x6a\x50", "\xb4\x7f", "\xb4\x81", "\xb4\x82", "\xb4\x83", + "\xb4\x84", "\x6a\x41", "\xb4\x85", "\xb4\x86", "\xb4\x87", "\x6a\x51", + "\x6a\x4c", "\xb4\x88", "\xb4\x89", "\xb4\x8a", "\xb4\x8b", "\xb4\x8c", + "\x6a\x4f", "\x69\xfd", "\x6a\x4d", "\xb4\x8d", "\xb4\x8e", "\xb4\x8f", + "\xb4\x90", "\xb4\x91", "\xb4\x92", "\xb4\x93", "\x6a\x52", "\xb4\x94", + "\xb4\x95", "\xb4\x96", "\xb4\x97", "\x6a\x54", "\xb4\x98", "\xb4\x99", + "\xb4\x9a", "\xb4\x9b", "\x6a\x48", "\xb4\x9c", "\xb4\x9d", "\xb4\x9e", + "\xb4\x9f", "\x6a\x53", "\xb4\xa0", "\xb4\xa1", "\xb4\xa2", "\x6a\x55", + "\xb4\xa3", "\xb4\xa4", "\xb4\xa5", "\xb4\xa6", "\xb4\xa7", "\xb4\xa8", + "\xb4\xa9", "\xb4\xaa", "\xb4\xab", "\xb4\xac", "\x58\xb6", "\xb4\xad", + "\xb4\xae", "\xb4\xaf", "\xb4\xb0", "\x6a\x58", "\xb4\xb1", "\xb4\xb2", + "\xb4\xb3", "\xb4\xb4", "\x5d\x9a", "\xb4\xb5", "\xb4\xb6", "\xb4\xb7", + "\xb4\xb8", "\xb4\xb9", "\xb4\xba", "\x6a\x59", "\xb4\xbb", "\xb4\xbc", + "\xb4\xbd", "\xb4\xbe", "\xb4\xbf", "\xb4\xc0", "\xb4\xc1", "\xb4\xc2", + "\x6a\x57", "\xb4\xc3", "\x54\xe3", "\x6a\x56", "\xb4\xc4", "\xb4\xc5", + "\xb4\xc6", "\xb4\xc7", "\x6a\x5a", "\xb4\xc8", "\xb4\xc9", "\xb4\xca", + "\xb4\xcb", "\xb4\xcc", "\x6a\x5b", "\x4a\xbf", "\xb4\xcd", "\xb4\xce", + "\xb4\xcf", "\xb4\xd0", "\xb4\xd1", "\xb4\xd2", "\xb4\xd3", "\xb4\xd4", + "\xb4\xd5", "\xb4\xd6", "\xb4\xd7", "\xb4\xd8", "\xb4\xd9", "\xb4\xda", + "\xb4\xdb", "\x67\xc2", "\xb4\xdc", "\xb4\xdd", "\xb4\xde", "\xb4\xdf", + "\xb4\xe0", "\xb4\xe1", "\x6a\x5c", "\xb4\xe2", "\xb4\xe3", "\x6a\x5d", + "\xb4\xe4", "\xb4\xe5", "\xb4\xe6", "\x59\x4a", "\xb4\xe7", "\xb4\xe8", + "\xb4\xe9", "\x6a\xab", "\x58\xc5", "\xb4\xea", "\xb4\xeb", "\xb4\xec", + "\xb4\xed", "\xb4\xee", "\xb4\xef", "\x58\xcf", "\x59\x7c", "\xb4\xf0", + "\xb4\xf1", "\xb4\xf2", "\xb4\xf3", "\xb4\xf4", "\xb4\xf5", "\x58\x6e", + "\xb4\xf6", "\xb4\xf7", "\x4f\x76", "\xb4\xf8", "\x59\x63", "\xb4\xf9", + "\xb4\xfa", "\xb4\xfb", "\xb4\xfc", "\xb4\xfd", "\xb5\x41", "\xb5\x42", + "\x4d\xe1", "\x61\x8a", "\x59\xc1", "\x69\x62", "\x49\xb8", "\xb5\x43", + "\xb5\x44", "\x49\x8e", "\x69\x63", "\xb5\x45", "\x55\x60", "\x4a\x64", + "\xb5\x46", "\x5d\x93", "\xb5\x47", "\x56\x45", "\xb5\x48", "\x69\x64", + "\xb5\x49", "\xb5\x4a", "\xb5\x4b", "\xb5\x4c", "\x5b\xd3", "\xb5\x4d", + "\xb5\x4e", "\xb5\x4f", "\xb5\x50", "\xb5\x51", "\x69\x65", "\x6a\xbf", + "\x69\x66", "\xb5\x52", "\x5a\xab", "\x69\x67", "\xb5\x53", "\x48\xbf", + "\x6a\xc0", "\xb5\x54", "\xb5\x55", "\x6a\xc1", "\xb5\x56", "\xb5\x57", + "\x4a\xfb", "\xb5\x58", "\x53\x7b", "\xb5\x59", "\xb5\x5a", "\xb5\x5b", + "\xb5\x5c", "\x56\xba", "\xb5\x5d", "\xb5\x5e", "\xb5\x5f", "\x58\xe3", + "\xb5\x60", "\xb5\x61", "\xb5\x62", "\xb5\x63", "\xb5\x64", "\x57\x81", + "\xb5\x65", "\xb5\x66", "\xb5\x67", "\xb5\x68", "\xb5\x69", "\x69\x68", + "\xb5\x6a", "\x5d\x94", "\xb5\x6b", "\xb5\x6c", "\xb5\x6d", "\xb5\x6e", + "\xb5\x6f", "\xb5\x70", "\x49\x5b", "\xb5\x71", "\x58\x4e", "\xb5\x72", + "\xb5\x73", "\xb5\x74", "\x4c\xa3", "\xb5\x75", "\xb5\x76", "\xb5\x77", + "\xb5\x78", "\xb5\x79", "\x69\x6a", "\xb5\x7a", "\xb5\x7b", "\xb5\x7c", + "\xb5\x7d", "\x69\x6b", "\xb5\x7e", "\xb5\x7f", "\xb5\x81", "\xb5\x82", + "\x49\xc2", "\x51\x71", "\xb5\x83", "\xb5\x84", "\x5c\x50", "\x69\x69", + "\xb5\x85", "\xb5\x86", "\x69\x6c", "\xb5\x87", "\xb5\x88", "\xb5\x89", + "\xb5\x8a", "\x69\x6e", "\xb5\x8b", "\xb5\x8c", "\xb5\x8d", "\x5d\x97", + "\xb5\x8e", "\x59\xe0", "\x5a\xa2", "\xb5\x8f", "\xb5\x90", "\x6a\xc2", + "\x54\xb8", "\xb5\x91", "\xb5\x92", "\xb5\x93", "\xb5\x94", "\xb5\x95", + "\x6a\xc3", "\xb5\x96", "\xb5\x97", "\x69\x6d", "\x69\x6f", "\x50\x84", + "\x69\x70", "\xb5\x98", "\xb5\x99", "\x69\x74", "\xb5\x9a", "\xb5\x9b", + "\xb5\x9c", "\xb5\x9d", "\xb5\x9e", "\xb5\x9f", "\xb5\xa0", "\x69\x76", + "\x69\x71", "\xb5\xa1", "\x55\x71", "\x53\x82", "\xb5\xa2", "\xb5\xa3", + "\xb5\xa4", "\x51\xe2", "\x4d\x9d", "\xb5\xa5", "\xb5\xa6", "\x69\x73", + "\xb5\xa7", "\x69\x75", "\xb5\xa8", "\xb5\xa9", "\xb5\xaa", "\x4d\x73", + "\xb5\xab", "\xb5\xac", "\xb5\xad", "\xb5\xae", "\xb5\xaf", "\xb5\xb0", + "\xb5\xb1", "\x69\x7b", "\xb5\xb2", "\xb5\xb3", "\xb5\xb4", "\xb5\xb5", + "\xb5\xb6", "\x4d\xd5", "\xb5\xb7", "\x48\xfc", "\x69\x79", "\xb5\xb8", + "\xb5\xb9", "\xb5\xba", "\xb5\xbb", "\xb5\xbc", "\x69\x78", "\x69\x72", + "\x69\x7a", "\xb5\xbd", "\xb5\xbe", "\xb5\xbf", "\xb5\xc0", "\xb5\xc1", + "\x69\x77", "\xb5\xc2", "\xb5\xc3", "\xb5\xc4", "\x54\xeb", "\xb5\xc5", + "\xb5\xc6", "\xb5\xc7", "\xb5\xc8", "\x57\x6a", "\x69\x7d", "\xb5\xc9", + "\xb5\xca", "\xb5\xcb", "\xb5\xcc", "\x63\x5d", "\xb5\xcd", "\xb5\xce", + "\xb5\xcf", "\x69\x7c", "\xb5\xd0", "\x69\x7e", "\xb5\xd1", "\xb5\xd2", + "\xb5\xd3", "\xb5\xd4", "\xb5\xd5", "\xb5\xd6", "\xb5\xd7", "\xb5\xd8", + "\xb5\xd9", "\xb5\xda", "\x69\x7f", "\xb5\xdb", "\xb5\xdc", "\x58\x86", + "\xb5\xdd", "\xb5\xde", "\xb5\xdf", "\xb5\xe0", "\xb5\xe1", "\xb5\xe2", + "\xb5\xe3", "\xb5\xe4", "\xb5\xe5", "\xb5\xe6", "\xb5\xe7", "\xb5\xe8", + "\xb5\xe9", "\xb5\xea", "\xb5\xeb", "\xb5\xec", "\xb5\xed", "\xb5\xee", + "\xb5\xef", "\xb5\xf0", "\xb5\xf1", "\xb5\xf2", "\xb5\xf3", "\xb5\xf4", + "\xb5\xf5", "\x6a\xc4", "\x4f\x94", "\xb5\xf6", "\xb5\xf7", "\xb5\xf8", + "\xb5\xf9", "\xb5\xfa", "\xb5\xfb", "\x69\x81", "\xb5\xfc", "\xb5\xfd", + "\xb6\x41", "\xb6\x42", "\xb6\x43", "\xb6\x44", "\xb6\x45", "\xb6\x46", + "\xb6\x47", "\xb6\x48", "\xb6\x49", "\xb6\x4a", "\xb6\x4b", "\xb6\x4c", + "\xb6\x4d", "\xb6\x4e", "\xb6\x4f", "\xb6\x50", "\xb6\x51", "\xb6\x52", + "\x69\x82", "\xb6\x53", "\xb6\x54", "\xb6\x55", "\x57\xf6", "\xb6\x56", + "\x59\xa9", "\xb6\x57", "\x69\x9c", "\xb6\x58", "\xb6\x59", "\x4c\xb1", + "\xb6\x5a", "\xb6\x5b", "\xb6\x5c", "\xb6\x5d", "\xb6\x5e", "\xb6\x5f", + "\xb6\x60", "\xb6\x61", "\xb6\x62", "\xb6\x63", "\xb6\x64", "\xb6\x65", + "\xb6\x66", "\xb6\x67", "\xb6\x68", "\xb6\x69", "\xb6\x6a", "\xb6\x6b", + "\xb6\x6c", "\xb6\x6d", "\xb6\x6e", "\xb6\x6f", "\xb6\x70", "\xb6\x71", + "\xb6\x72", "\xb6\x73", "\xb6\x74", "\xb6\x75", "\xb6\x76", "\xb6\x77", + "\xb6\x78", "\xb6\x79", "\xb6\x7a", "\xb6\x7b", "\xb6\x7c", "\xb6\x7d", + "\xb6\x7e", "\xb6\x7f", "\xb6\x81", "\xb6\x82", "\xb6\x83", "\xb6\x84", + "\xb6\x85", "\xb6\x86", "\xb6\x87", "\xb6\x88", "\xb6\x89", "\xb6\x8a", + "\xb6\x8b", "\xb6\x8c", "\xb6\x8d", "\xb6\x8e", "\xb6\x8f", "\xb6\x90", + "\xb6\x91", "\xb6\x92", "\xb6\x93", "\xb6\x94", "\x4e\xfa", "\x4d\x7b", + "\xb6\x95", "\x4d\x87", "\x52\x79", "\x55\xd2", "\x65\xe7", "\x50\xbf", + "\x4f\xf4", "\x65\xe8", "\x65\xe9", "\x65\xea", "\xb6\x96", "\x65\xeb", + "\x65\xec", "\x65\xed", "\x65\xee", "\x4f\x67", "\xb6\x97", "\xb6\x98", + "\xb6\x99", "\x6b\x9c", "\xb6\x9a", "\xb6\x9b", "\xb6\x9c", "\x6b\x9e", + "\xb6\x9d", "\x6b\x9f", "\xb6\x9e", "\x6b\x9d", "\xb6\x9f", "\xb6\xa0", + "\xb6\xa1", "\xb6\xa2", "\x4f\x83", "\xb6\xa3", "\x6b\xa0", "\x4a\xa4", + "\xb6\xa4", "\xb6\xa5", "\xb6\xa6", "\xb6\xa7", "\x6b\xa1", "\xb6\xa8", + "\xb6\xa9", "\xb6\xaa", "\x6b\xa2", "\xb6\xab", "\xb6\xac", "\xb6\xad", + "\x66\xb1", "\xb6\xae", "\xb6\xaf", "\xb6\xb0", "\xb6\xb1", "\xb6\xb2", + "\xb6\xb3", "\xb6\xb4", "\xb6\xb5", "\xb6\xb6", "\xb6\xb7", "\xb6\xb8", + "\xb6\xb9", "\x59\x74", "\xb6\xba", "\xb6\xbb", "\xb6\xbc", "\xb6\xbd", + "\xb6\xbe", "\xb6\xbf", "\x5d\x8b", "\xb6\xc0", "\xb6\xc1", "\xb6\xc2", + "\xb6\xc3", "\xb6\xc4", "\xb6\xc5", "\xb6\xc6", "\xb6\xc7", "\xb6\xc8", + "\xb6\xc9", "\xb6\xca", "\xb6\xcb", "\xb6\xcc", "\xb6\xcd", "\xb6\xce", + "\xb6\xcf", "\xb6\xd0", "\xb6\xd1", "\xb6\xd2", "\xb6\xd3", "\xb6\xd4", + "\xb6\xd5", "\xb6\xd6", "\xb6\xd7", "\xb6\xd8", "\xb6\xd9", "\xb6\xda", + "\xb6\xdb", "\xb6\xdc", "\xb6\xdd", "\xb6\xde", "\xb6\xdf", "\xb6\xe0", + "\xb6\xe1", "\xb6\xe2", "\xb6\xe3", "\xb6\xe4", "\xb6\xe5", "\xb6\xe6", + "\xb6\xe7", "\xb6\xe8", "\xb6\xe9", "\xb6\xea", "\xb6\xeb", "\xb6\xec", + "\xb6\xed", "\xb6\xee", "\xb6\xef", "\xb6\xf0", "\xb6\xf1", "\xb6\xf2", + "\xb6\xf3", "\xb6\xf4", "\xb6\xf5", "\x6b\xa3", "\xb6\xf6", "\xb6\xf7", + "\xb6\xf8", "\xb6\xf9", "\xb6\xfa", "\xb6\xfb", "\xb6\xfc", "\xb6\xfd", + "\xb7\x41", "\x67\xb9", "\xb7\x42", "\xb7\x43", "\xb7\x44", "\xb7\x45", + "\xb7\x46", "\xb7\x47", "\xb7\x48", "\xb7\x49", "\xb7\x4a", "\xb7\x4b", + "\xb7\x4c", "\xb7\x4d", "\xb7\x4e", "\xb7\x4f", "\xb7\x50", "\xb7\x51", + "\xb7\x52", "\xb7\x53", "\xb7\x54", "\xb7\x55", "\xb7\x56", "\xb7\x57", + "\xb7\x58", "\xb7\x59", "\xb7\x5a", "\xb7\x5b", "\xb7\x5c", "\xb7\x5d", + "\xb7\x5e", "\xb7\x5f", "\xb7\x60", "\xb7\x61", "\xb7\x62", "\xb7\x63", + "\xb7\x64", "\xb7\x65", "\xb7\x66", "\xb7\x67", "\xb7\x68", "\xb7\x69", + "\xb7\x6a", "\xb7\x6b", "\xb7\x6c", "\xb7\x6d", "\xb7\x6e", "\xb7\x6f", + "\xb7\x70", "\xb7\x71", "\x5b\x52", "\xb7\x72", "\xb7\x73", "\xb7\x74", + "\xb7\x75", "\xb7\x76", "\xb7\x77", "\xb7\x78", "\xb7\x79", "\xb7\x7a", + "\xb7\x7b", "\xb7\x7c", "\xb7\x7d", "\xb7\x7e", "\xb7\x7f", "\xb7\x81", + "\x5a\x9f", "\x56\xdb", "\xb7\x82", "\xb7\x83", "\xb7\x84", "\xb7\x85", + "\xb7\x86", "\xb7\x87", "\xb7\x88", "\xb7\x89", "\x55\xc3", "\xb7\x8a", + "\xb7\x8b", "\xb7\x8c", "\xb7\x8d", "\xb7\x8e", "\xb7\x8f", "\xb7\x90", + "\xb7\x91", "\xb7\x92", "\xb7\x93", "\xb7\x94", "\xb7\x95", "\xb7\x96", + "\xb7\x97", "\xb7\x98", "\xb7\x99", "\xb7\x9a", "\xb7\x9b", "\xb7\x9c", + "\xb7\x9d", "\xb7\x9e", "\xb7\x9f", "\xb7\xa0", "\xb7\xa1", "\xb7\xa2", + "\xb7\xa3", "\xb7\xa4", "\xb7\xa5", "\xb7\xa6", "\xb7\xa7", "\xb7\xa8", + "\xb7\xa9", "\xb7\xaa", "\xb7\xab", "\xb7\xac", "\xb7\xad", "\xb7\xae", + "\xb7\xaf", "\xb7\xb0", "\xb7\xb1", "\xb7\xb2", "\xb7\xb3", "\xb7\xb4", + "\xb7\xb5", "\xb7\xb6", "\xb7\xb7", "\xb7\xb8", "\xb7\xb9", "\xb7\xba", + "\xb7\xbb", "\xb7\xbc", "\xb7\xbd", "\xb7\xbe", "\xb7\xbf", "\xb7\xc0", + "\xb7\xc1", "\xb7\xc2", "\xb7\xc3", "\xb7\xc4", "\xb7\xc5", "\xb7\xc6", + "\xb7\xc7", "\xb7\xc8", "\xb7\xc9", "\xb7\xca", "\xb7\xcb", "\xb7\xcc", + "\xb7\xcd", "\xb7\xce", "\xb7\xcf", "\xb7\xd0", "\xb7\xd1", "\xb7\xd2", + "\xb7\xd3", "\xb7\xd4", "\xb7\xd5", "\xb7\xd6", "\xb7\xd7", "\xb7\xd8", + "\xb7\xd9", "\xb7\xda", "\xb7\xdb", "\xb7\xdc", "\xb7\xdd", "\xb7\xde", + "\xb7\xdf", "\xb7\xe0", "\xb7\xe1", "\xb7\xe2", "\xb7\xe3", "\xb7\xe4", + "\xb7\xe5", "\xb7\xe6", "\xb7\xe7", "\xb7\xe8", "\xb7\xe9", "\xb7\xea", + "\xb7\xeb", "\xb7\xec", "\xb7\xed", "\xb7\xee", "\xb7\xef", "\xb7\xf0", + "\xb7\xf1", "\xb7\xf2", "\xb7\xf3", "\xb7\xf4", "\xb7\xf5", "\xb7\xf6", + "\xb7\xf7", "\xb7\xf8", "\xb7\xf9", "\xb7\xfa", "\xb7\xfb", "\xb7\xfc", + "\x63\x60", "\xb7\xfd", "\xb8\x41", "\xb8\x42", "\xb8\x43", "\xb8\x44", + "\xb8\x45", "\xb8\x46", "\xb8\x47", "\xb8\x48", "\xb8\x49", "\xb8\x4a", + "\xb8\x4b", "\xb8\x4c", "\xb8\x4d", "\xb8\x4e", "\xb8\x4f", "\xb8\x50", + "\xb8\x51", "\xb8\x52", "\xb8\x53", "\xb8\x54", "\xb8\x55", "\xb8\x56", + "\xb8\x57", "\xb8\x58", "\xb8\x59", "\xb8\x5a", "\xb8\x5b", "\xb8\x5c", + "\xb8\x5d", "\x6b\xa4", "\xb8\x5e", "\xb8\x5f", "\xb8\x60", "\xb8\x61", + "\xb8\x62", "\xb8\x63", "\xb8\x64", "\xb8\x65", "\xb8\x66", "\xb8\x67", + "\xb8\x68", "\xb8\x69", "\xb8\x6a", "\xb8\x6b", "\xb8\x6c", "\xb8\x6d", + "\xb8\x6e", "\xb8\x6f", "\xb8\x70", "\xb8\x71", "\xb8\x72", "\xb8\x73", + "\xb8\x74", "\xb8\x75", "\xb8\x76", "\xb8\x77", "\xb8\x78", "\xb8\x79", + "\xb8\x7a", "\xb8\x7b", "\xb8\x7c", "\xb8\x7d", "\xb8\x7e", "\xb8\x7f", + "\xb8\x81", "\xb8\x82", "\xb8\x83", "\xb8\x84", "\xb8\x85", "\xb8\x86", + "\xb8\x87", "\xb8\x88", "\xb8\x89", "\xb8\x8a", "\xb8\x8b", "\xb8\x8c", + "\xb8\x8d", "\xb8\x8e", "\xb8\x8f", "\xb8\x90", "\xb8\x91", "\xb8\x92", + "\xb8\x93", "\xb8\x94", "\xb8\x95", "\xb8\x96", "\xb8\x97", "\xb8\x98", + "\xb8\x99", "\xb8\x9a", "\xb8\x9b", "\xb8\x9c", "\xb8\x9d", "\x4f\xae", + "\xb8\x9e", "\xb8\x9f", "\xb8\xa0", "\xb8\xa1", "\xb8\xa2", "\x53\xa8", + "\xb8\xa3", "\xb8\xa4", "\xb8\xa5", "\xb8\xa6", "\xb8\xa7", "\xb8\xa8", + "\xb8\xa9", "\xb8\xaa", "\xb8\xab", "\xb8\xac", "\xb8\xad", "\xb8\xae", + "\xb8\xaf", "\xb8\xb0", "\xb8\xb1", "\xb8\xb2", "\xb8\xb3", "\xb8\xb4", + "\xb8\xb5", "\xb8\xb6", "\xb8\xb7", "\xb8\xb8", "\xb8\xb9", "\xb8\xba", + "\xb8\xbb", "\xb8\xbc", "\xb8\xbd", "\xb8\xbe", "\xb8\xbf", "\xb8\xc0", + "\xb8\xc1", "\xb8\xc2", "\xb8\xc3", "\xb8\xc4", "\xb8\xc5", "\xb8\xc6", + "\xb8\xc7", "\xb8\xc8", "\xb8\xc9", "\xb8\xca", "\xb8\xcb", "\xb8\xcc", + "\xb8\xcd", "\xb8\xce", "\xb8\xcf", "\xb8\xd0", "\xb8\xd1", "\xb8\xd2", + "\xb8\xd3", "\xb8\xd4", "\xb8\xd5", "\x5d\xa4", "\x4e\xc5", "\x4b\xa8", + "\x4c\xbb", "\x54\xce", "\x4e\xa4", "\x5d\xa5", "\x5d\xa6", "\x56\xd5", + "\x54\xc2", "\x5d\xa7", "\x53\xfc", "\xb8\xd6", "\x59\x55", "\x59\xe8", + "\x59\x56", "\x4e\xc6", "\xb8\xd7", "\x4f\x52", "\x4e\x85", "\x5d\xa8", + "\x5d\xa9", "\x59\x68", "\x5d\xaa", "\x58\xec", "\x4b\xee", "\x51\xda", + "\xb8\xd8", "\x56\x6f", "\x4c\x8e", "\x55\x89", "\x4c\x63", "\x4f\xf6", + "\x5b\xa3", "\x5d\xab", "\x5d\xac", "\x53\xbf", "\x5c\x88", "\x55\xb5", + "\xb8\xd9", "\x5b\x49", "\x56\x7f", "\x5b\x90", "\x5d\xad", "\x5b\xde", + "\x4a\xc9", "\x5d\xaf", "\x5d\xae", "\xb8\xda", "\x59\xea", "\x5d\xb0", + "\x5d\xb1", "\x5d\xb2", "\x55\xd3", "\x5d\xb3", "\x55\xaa", "\x5d\xb4", + "\x5d\xb5", "\x4a\x6f", "\x5b\xee", "\x5d\xb6", "\x4e\x50", "\x4b\x4e", + "\x5d\xb7", "\x5d\xb8", "\x4d\x8f", "\x59\x4f", "\x59\xe7", "\x5d\xb9", + "\x4c\xc2", "\x58\x8b", "\x49\xee", "\x5d\xba", "\x5d\xbb", "\xb8\xdb", + "\x4f\x8c", "\x57\xdb", "\x5a\x90", "\x5d\xbc", "\x57\xf2", "\x5d\xbd", + "\x5a\x75", "\x4e\x86", "\x5d\xbe", "\x56\x55", "\x56\x70", "\x5d\xbf", + "\x54\x8c", "\x5b\xed", "\x5d\xc0", "\x53\x55", "\x4b\xc0", "\x5d\xc1", + "\x4c\x6c", "\x50\x6e", "\x5d\xc2", "\x5d\xc3", "\x56\x4d", "\x5d\xc4", + "\x4b\x98", "\x5d\xc5", "\x51\x62", "\x5c\x5b", "\x5d\xc6", "\x56\xb7", + "\xb8\xdc", "\x59\xe9", "\x52\xb0", "\x5d\xc7", "\x4b\x9e", "\x4e\x71", + "\x5d\xc8", "\x58\xb2", "\x5d\xc9", "\x5d\xca", "\x57\xbc", "\x5d\xcb", + "\x5d\xcc", "\x5d\xcd", "\x49\xf6", "\x5d\xd0", "\x5d\xce", "\x59\x89", + "\x5d\xcf", "\x52\x75", "\x5d\xd1", "\xb8\xdd", "\x5d\xd2", "\x5d\xd3", + "\x5d\xd4", "\x58\xba", "\x59\xa4", "\x48\xf8", "\x5d\xd5", "\x54\x4b", + "\x5d\xd6", "\x4f\x98", "\x52\x41", "\x5d\xd7", "\x5d\xd8", "\x52\x9e", + "\x56\xb6", "\x5d\xd9", "\x5d\xda", "\x50\xbd", "\x53\xd6", "\x5d\xdb", + "\x5d\xdc", "\x54\x54", "\x5d\xdd", "\x5d\xde", "\x4d\x68", "\xb8\xde", + "\xb8\xdf", "\xb8\xe0", "\xb8\xe1", "\xb8\xe2", "\xb8\xe3", "\xb8\xe4", + "\xb8\xe5", "\xb8\xe6", "\x4e\x8e", "\xb8\xe7", "\xb8\xe8", "\xb8\xe9", + "\xb8\xea", "\x4b\xb8", "\x6a\xf7", "\xb8\xeb", "\x6a\xf8", "\xb8\xec", + "\xb8\xed", "\x57\x84", "\xb8\xee", "\xb8\xef", "\xb8\xf0", "\xb8\xf1", + "\xb8\xf2", "\xb8\xf3", "\xb8\xf4", "\xb8\xf5", "\x6b\x59", "\xb8\xf6", + "\xb8\xf7", "\xb8\xf8", "\xb8\xf9", "\x66\x81", "\xb8\xfa", "\xb8\xfb", + "\xb8\xfc", "\xb8\xfd", "\xb9\x41", "\xb9\x42", "\x58\x94", "\x4e\x5f", + "\xb9\x43", "\xb9\x44", "\xb9\x45", "\xb9\x46", "\xb9\x47", "\xb9\x48", + "\xb9\x49", "\x4d\xbf", "\x5a\xa4", "\xb9\x4a", "\xb9\x4b", "\xb9\x4c", + "\xb9\x4d", "\xb9\x4e", "\xb9\x4f", "\xb9\x50", "\x61\x79", "\xb9\x51", + "\xb9\x52", "\xb9\x53", "\xb9\x54", "\x6b\x95", "\x49\x4a", "\x49\xf1", + "\xb9\x55", "\xb9\x56", "\xb9\x57", "\xb9\x58", "\xb9\x59", "\xb9\x5a", + "\xb9\x5b", "\x6b\x96", "\xb9\x5c", "\xb9\x5d", "\x6b\x98", "\xb9\x5e", + "\xb9\x5f", "\xb9\x60", "\x4d\xd0", "\x6b\x97", "\xb9\x61", "\x52\x52", + "\xb9\x62", "\xb9\x63", "\xb9\x64", "\xb9\x65", "\xb9\x66", "\xb9\x67", + "\xb9\x68", "\x6b\x9a", "\xb9\x69", "\xb9\x6a", "\xb9\x6b", "\x6b\x99", + "\xb9\x6c", "\xb9\x6d", "\xb9\x6e", "\xb9\x6f", "\xb9\x70", "\xb9\x71", + "\xb9\x72", "\xb9\x73", "\xb9\x74", "\xb9\x75", "\xb9\x76", "\xb9\x77", + "\xb9\x78", "\xb9\x79", "\xb9\x7a", "\xb9\x7b", "\xb9\x7c", "\xb9\x7d", + "\xb9\x7e", "\xb9\x7f", "\xb9\x81", "\xb9\x82", "\xb9\x83", "\xb9\x84", + "\xb9\x85", "\xb9\x86", "\xb9\x87", "\xb9\x88", "\xb9\x89", "\xb9\x8a", + "\xb9\x8b", "\xb9\x8c", "\xb9\x8d", "\xb9\x8e", "\xb9\x8f", "\xb9\x90", + "\xb9\x91", "\xb9\x92", "\xb9\x93", "\xb9\x94", "\xb9\x95", "\xb9\x96", + "\xb9\x97", "\xb9\x98", "\xb9\x99", "\xb9\x9a", "\xb9\x9b", "\xb9\x9c", + "\xb9\x9d", "\xb9\x9e", "\xb9\x9f", "\xb9\xa0", "\xb9\xa1", "\xb9\xa2", + "\xb9\xa3", "\xb9\xa4", "\xb9\xa5", "\xb9\xa6", "\xb9\xa7", "\xb9\xa8", + "\xb9\xa9", "\xb9\xaa", "\xb9\xab", "\xb9\xac", "\xb9\xad", "\xb9\xae", + "\xb9\xaf", "\xb9\xb0", "\xb9\xb1", "\xb9\xb2", "\xb9\xb3", "\xb9\xb4", + "\xb9\xb5", "\xb9\xb6", "\xb9\xb7", "\xb9\xb8", "\xb9\xb9", "\xb9\xba", + "\xb9\xbb", "\xb9\xbc", "\xb9\xbd", "\xb9\xbe", "\xb9\xbf", "\xb9\xc0", + "\xb9\xc1", "\xb9\xc2", "\xb9\xc3", "\xb9\xc4", "\xb9\xc5", "\xb9\xc6", + "\xb9\xc7", "\xb9\xc8", "\xb9\xc9", "\xb9\xca", "\xb9\xcb", "\xb9\xcc", + "\xb9\xcd", "\xb9\xce", "\xb9\xcf", "\xb9\xd0", "\xb9\xd1", "\xb9\xd2", + "\xb9\xd3", "\xb9\xd4", "\xb9\xd5", "\xb9\xd6", "\xb9\xd7", "\xb9\xd8", + "\xb9\xd9", "\xb9\xda", "\xb9\xdb", "\xb9\xdc", "\xb9\xdd", "\xb9\xde", + "\xb9\xdf", "\xb9\xe0", "\xb9\xe1", "\xb9\xe2", "\xb9\xe3", "\xb9\xe4", + "\xb9\xe5", "\xb9\xe6", "\xb9\xe7", "\xb9\xe8", "\xb9\xe9", "\xb9\xea", + "\xb9\xeb", "\xb9\xec", "\xb9\xed", "\xb9\xee", "\xb9\xef", "\xb9\xf0", + "\x49\x54", "\x5b\x8b", "\x4c\xb9", "\xb9\xf1", "\x4d\x51", "\x49\xc5", + "\x5a\xef", "\x58\x6d", "\x48\xdb", "\x5b\x6b", "\x4e\x96", "\x5b\xc9", + "\x4c\x57", "\x56\xaf", "\x53\xb5", "\x49\x82", "\x4d\x5a", "\x5b\xfb", + "\x4d\x82", "\x4c\x41", "\x4e\xf9", "\x65\xd9", "\x65\xda", "\x56\xf8", + "\x4d\x94", "\x65\xdb", "\x4a\xfa", "\x52\x53", "\x4c\x71", "\x4d\xd7", + "\x65\xdc", "\x5a\xf3", "\x65\xdd", "\x4e\xd5", "\x4e\x7f", "\x65\xde", + "\x51\x7e", "\x51\xb7", "\x5a\xde", "\x5c\x6a", "\x65\xdf", "\x65\xe0", + "\x65\xe3", "\x65\xe1", "\x65\xe2", "\x55\x7e", "\x4c\xb2", "\x4b\xc3", + "\x65\xe4", "\x55\xe9", "\x55\x6d", "\x4a\xcc", "\xb9\xf2", "\xb9\xf3", + "\x61\xd8", "\x53\x83", "\x65\xe5", "\x50\xb4", "\xb9\xf4", "\x5c\x58", + "\x65\xe6", "\x5c\x4c", "\x54\xfb", "\x5c\xd2", "\x5c\xcc", "\x5a\xdd", + "\xb9\xf5", "\x5a\xf8", "\x55\x64", "\x5a\x4e", "\x4c\xd2", "\x4a\x81", + "\xb9\xf6", "\x55\x83", "\x6a\xf5", "\xb9\xf7", "\xb9\xf8", "\xb9\xf9", + "\x4d\xd4", "\xb9\xfa", "\x6a\xf6", "\xb9\xfb", "\xb9\xfc", "\x5c\x7f", + "\xb9\xfd", "\xba\x41", "\x6a\xf0", "\x4c\xaf", "\x5b\x74", "\x4c\xce", + "\x53\xef", "\xba\x42", "\xba\x43", "\xba\x44", "\xba\x45", "\xba\x46", + "\xba\x47", "\xba\x48", "\xba\x49", "\xba\x4a", "\x4a\x63", "\xba\x4b", + "\xba\x4c", "\x6a\xf1", "\x4a\x4c", "\xba\x4d", "\xba\x4e", "\xba\x4f", + "\xba\x50", "\x5a\xbc", "\x54\x98", "\xba\x51", "\xba\x52", "\xba\x53", + "\xba\x54", "\xba\x55", "\x6a\xf3", "\xba\x56", "\xba\x57", "\x6a\xf2", + "\xba\x58", "\xba\x59", "\xba\x5a", "\xba\x5b", "\xba\x5c", "\xba\x5d", + "\xba\x5e", "\xba\x5f", "\xba\x60", "\xba\x61", "\x56\xca", "\xba\x62", + "\xba\x63", "\xba\x64", "\x54\xa3", "\xba\x65", "\xba\x66", "\xba\x67", + "\xba\x68", "\xba\x69", "\xba\x6a", "\xba\x6b", "\xba\x6c", "\xba\x6d", + "\xba\x6e", "\xba\x6f", "\xba\x70", "\xba\x71", "\x6a\xf4", "\xba\x72", + "\x5c\x84", "\x53\x5f", "\x6b\x60", "\xba\x73", "\xba\x74", "\x6b\x5b", + "\xba\x75", "\x6b\x63", "\xba\x76", "\x6b\x62", "\xba\x77", "\x5b\xb9", + "\x6b\x61", "\xba\x78", "\xba\x79", "\xba\x7a", "\x5a\xbd", "\x6b\x64", + "\xba\x7b", "\x6b\x6c", "\xba\x7c", "\xba\x7d", "\xba\x7e", "\xba\x7f", + "\x48\xce", "\x4b\x99", "\xba\x81", "\x6b\x69", "\x6b\x6a", "\xba\x82", + "\x53\x7c", "\xba\x83", "\xba\x84", "\xba\x85", "\xba\x86", "\x6b\x65", + "\x6b\x66", "\xba\x87", "\xba\x88", "\x6b\x67", "\x6b\x6b", "\xba\x89", + "\x4f\xdf", "\x6b\x68", "\x4c\xf9", "\xba\x8a", "\xba\x8b", "\xba\x8c", + "\x6b\x70", "\x6b\x73", "\xba\x8d", "\xba\x8e", "\xba\x8f", "\x50\x88", + "\xba\x90", "\x4d\x93", "\x6b\x5c", "\x6b\x6d", "\xba\x91", "\xba\x92", + "\x51\xb6", "\xba\x93", "\xba\x94", "\xba\x95", "\x56\xf7", "\xba\x96", + "\x4e\xf8", "\xba\x97", "\x6b\x6e", "\x6b\x6f", "\x6b\x71", "\x4b\xe4", + "\x6b\x72", "\xba\x98", "\x6b\x75", "\xba\x99", "\xba\x9a", "\xba\x9b", + "\xba\x9c", "\xba\x9d", "\xba\x9e", "\xba\x9f", "\x6b\x5d", "\xba\xa0", + "\xba\xa1", "\xba\xa2", "\x6b\x74", "\x5a\x5b", "\xba\xa3", "\x4a\x8d", + "\xba\xa4", "\xba\xa5", "\x56\xa3", "\xba\xa6", "\xba\xa7", "\xba\xa8", + "\xba\xa9", "\x6b\x76", "\xba\xaa", "\xba\xab", "\xba\xac", "\xba\xad", + "\xba\xae", "\xba\xaf", "\xba\xb0", "\xba\xb1", "\x6b\x77", "\x4f\xe0", + "\x6b\x78", "\xba\xb2", "\xba\xb3", "\x56\xde", "\x6b\x7b", "\xba\xb4", + "\xba\xb5", "\xba\xb6", "\xba\xb7", "\xba\xb8", "\x49\xc7", "\x5c\x79", + "\xba\xb9", "\x6b\x79", "\xba\xba", "\x6b\x7a", "\x6b\x7c", "\xba\xbb", + "\x6b\x83", "\xba\xbc", "\xba\xbd", "\xba\xbe", "\x6b\x81", "\xba\xbf", + "\xba\xc0", "\xba\xc1", "\x6b\x7f", "\x6b\x7d", "\xba\xc2", "\xba\xc3", + "\x6b\x82", "\xba\xc4", "\xba\xc5", "\x6b\x7e", "\x6b\x85", "\x6b\x86", + "\xba\xc6", "\x56\xe2", "\xba\xc7", "\xba\xc8", "\x63\x5f", "\x4b\x58", + "\x6b\x84", "\x6b\x89", "\x56\xa2", "\xba\xc9", "\xba\xca", "\xba\xcb", + "\xba\xcc", "\xba\xcd", "\x6b\x87", "\x6b\x88", "\xba\xce", "\xba\xcf", + "\xba\xd0", "\xba\xd1", "\xba\xd2", "\xba\xd3", "\x6b\x5e", "\xba\xd4", + "\xba\xd5", "\xba\xd6", "\xba\xd7", "\xba\xd8", "\xba\xd9", "\xba\xda", + "\xba\xdb", "\xba\xdc", "\xba\xdd", "\xba\xde", "\xba\xdf", "\x49\x64", + "\xba\xe0", "\xba\xe1", "\x6b\x5f", "\xba\xe2", "\xba\xe3", "\x4b\x65", + "\x49\xe3", "\xba\xe4", "\x6b\x8d", "\x6b\x8a", "\xba\xe5", "\x4b\xd6", + "\xba\xe6", "\x6b\x8e", "\xba\xe7", "\x6b\x8b", "\xba\xe8", "\xba\xe9", + "\xba\xea", "\xba\xeb", "\xba\xec", "\x6b\x8c", "\xba\xed", "\xba\xee", + "\x4a\xd9", "\xba\xef", "\x5a\xe9", "\xba\xf0", "\xba\xf1", "\xba\xf2", + "\x6b\x8f", "\xba\xf3", "\x4a\x9a", "\xba\xf4", "\xba\xf5", "\xba\xf6", + "\xba\xf7", "\xba\xf8", "\xba\xf9", "\xba\xfa", "\x6b\x90", "\x6b\x92", + "\xba\xfb", "\xba\xfc", "\xba\xfd", "\x6b\x91", "\xbb\x41", "\xbb\x42", + "\xbb\x43", "\xbb\x44", "\xbb\x45", "\xbb\x46", "\xbb\x47", "\x6b\x93", + "\xbb\x48", "\x6b\x94", "\xbb\x49", "\xbb\x4a", "\xbb\x4b", "\xbb\x4c", + "\xbb\x4d", "\xbb\x4e", "\xbb\x4f", "\xbb\x50", "\xbb\x51", "\xbb\x52", + "\xbb\x53", "\xbb\x54", "\x55\x8e", "\x4d\x4a", "\xbb\x55", "\xbb\x56", + "\x54\x9c", "\xbb\x57", "\xbb\x58", "\x4b\xe2", "\xbb\x59", "\xbb\x5a", + "\xbb\x5b", "\xbb\x5c", "\xbb\x5d", "\xbb\x5e", "\xbb\x5f", "\x56\xc8", + "\xbb\x60", "\xbb\x61", "\xbb\x62", "\xbb\x63", "\xbb\x64", "\xbb\x65", + "\xbb\x66", "\xbb\x67", "\xbb\x68", "\xbb\x69", "\xbb\x6a", "\xbb\x6b", + "\xbb\x6c", "\xbb\x6d", "\xbb\x6e", "\xbb\x6f", "\xbb\x70", "\xbb\x71", + "\xbb\x72", "\x65\xa5", "\xbb\x73", "\xbb\x74", "\xbb\x75", "\xbb\x76", + "\xbb\x77", "\xbb\x78", "\xbb\x79", "\xbb\x7a", "\xbb\x7b", "\xbb\x7c", + "\xbb\x7d", "\xbb\x7e", "\xbb\x7f", "\xbb\x81", "\xbb\x82", "\xbb\x83", + "\xbb\x84", "\xbb\x85", "\xbb\x86", "\xbb\x87", "\xbb\x88", "\xbb\x89", + "\xbb\x8a", "\xbb\x8b", "\xbb\x8c", "\xbb\x8d", "\xbb\x8e", "\xbb\x8f", + "\xbb\x90", "\xbb\x91", "\xbb\x92", "\xbb\x93", "\xbb\x94", "\xbb\x95", + "\xbb\x96", "\xbb\x97", "\xbb\x98", "\xbb\x99", "\xbb\x9a", "\xbb\x9b", + "\xbb\x9c", "\xbb\x9d", "\xbb\x9e", "\xbb\x9f", "\xbb\xa0", "\xbb\xa1", + "\xbb\xa2", "\xbb\xa3", "\xbb\xa4", "\xbb\xa5", "\xbb\xa6", "\xbb\xa7", + "\xbb\xa8", "\xbb\xa9", "\xbb\xaa", "\xbb\xab", "\xbb\xac", "\xbb\xad", + "\xbb\xae", "\xbb\xaf", "\xbb\xb0", "\xbb\xb1", "\xbb\xb2", "\xbb\xb3", + "\xbb\xb4", "\xbb\xb5", "\xbb\xb6", "\xbb\xb7", "\xbb\xb8", "\xbb\xb9", + "\xbb\xba", "\xbb\xbb", "\xbb\xbc", "\xbb\xbd", "\xbb\xbe", "\xbb\xbf", + "\xbb\xc0", "\xbb\xc1", "\xbb\xc2", "\xbb\xc3", "\xbb\xc4", "\xbb\xc5", + "\xbb\xc6", "\xbb\xc7", "\xbb\xc8", "\xbb\xc9", "\xbb\xca", "\xbb\xcb", + "\xbb\xcc", "\xbb\xcd", "\xbb\xce", "\xbb\xcf", "\xbb\xd0", "\xbb\xd1", + "\xbb\xd2", "\xbb\xd3", "\xbb\xd4", "\xbb\xd5", "\xbb\xd6", "\xbb\xd7", + "\xbb\xd8", "\xbb\xd9", "\xbb\xda", "\xbb\xdb", "\xbb\xdc", "\xbb\xdd", + "\xbb\xde", "\xbb\xdf", "\xbb\xe0", "\xbb\xe1", "\xbb\xe2", "\xbb\xe3", + "\xbb\xe4", "\xbb\xe5", "\xbb\xe6", "\xbb\xe7", "\xbb\xe8", "\xbb\xe9", + "\xbb\xea", "\xbb\xeb", "\xbb\xec", "\xbb\xed", "\xbb\xee", "\xbb\xef", + "\xbb\xf0", "\xbb\xf1", "\xbb\xf2", "\xbb\xf3", "\xbb\xf4", "\xbb\xf5", + "\xbb\xf6", "\xbb\xf7", "\xbb\xf8", "\xbb\xf9", "\xbb\xfa", "\xbb\xfb", + "\xbb\xfc", "\xbb\xfd", "\xbc\x41", "\xbc\x42", "\xbc\x43", "\xbc\x44", + "\xbc\x45", "\xbc\x46", "\xbc\x47", "\xbc\x48", "\xbc\x49", "\xbc\x4a", + "\xbc\x4b", "\xbc\x4c", "\xbc\x4d", "\x4a\x55", "\x5a\xfd", "\x4d\x8d", + "\x58\xf8", "\xbc\x4e", "\x65\x8e", "\x5c\x4a", "\x65\x8f", "\x51\xd5", + "\x54\xec", "\x4d\xe3", "\x65\x90", "\x65\x91", "\x65\x92", "\x5b\xe0", + "\x65\x93", "\x65\x94", "\x65\x96", "\x65\x95", "\x65\x97", "\x65\x98", + "\x54\x82", "\x65\x99", "\x5a\xd7", "\x65\x9a", "\x4f\x6e", "\xbc\x4f", + "\x65\x9b", "\x65\x9c", "\x4f\x6f", "\x65\x9d", "\x4c\xa7", "\x51\x5e", + "\x65\x9e", "\x49\x52", "\x4e\x74", "\x4d\x96", "\x65\x9f", "\xbc\x50", + "\x65\xa0", "\x65\xa1", "\x65\xa2", "\x4c\x99", "\x4e\xac", "\xbc\x51", + "\x55\xe3", "\x60\xcd", "\x5a\xae", "\x58\x5d", "\x5b\x57", "\x65\xa3", + "\x5b\x7e", "\x65\xa4", "\x58\xc0", "\x4d\x5c", "\xbc\x52", "\x4a\xc6", + "\x49\x79", "\xbc\x53", "\xbc\x54", "\xbc\x55", "\x50\xb0", "\xbc\x56", + "\xbc\x57", "\xbc\x58", "\xbc\x59", "\x49\x87", "\x49\x88", "\xbc\x5a", + "\x49\x89", "\xbc\x5b", "\xbc\x5c", "\xbc\x5d", "\xbc\x5e", "\x4a\x5d", + "\x54\xe7", "\xbc\x5f", "\xbc\x60", "\xbc\x61", "\xbc\x62", "\x63\x61", + "\xbc\x63", "\xbc\x64", "\x49\x7f", "\xbc\x65", "\xbc\x66", "\xbc\x67", + "\x51\x69", "\x4a\xee", "\xbc\x68", "\xbc\x69", "\x54\x48", "\x5a\x78", + "\xbc\x6a", "\x53\xf8", "\x59\x58", "\xbc\x6b", "\x4d\x9e", "\x51\xf4", + "\xbc\x6c", "\xbc\x6d", "\xbc\x6e", "\xbc\x6f", "\xbc\x70", "\x5a\x4d", + "\xbc\x71", "\x5a\xca", "\x4f\x9d", "\xbc\x72", "\x63\x62", "\x4c\x55", + "\x63\x63", "\xbc\x73", "\xbc\x74", "\x4e\x59", "\x5b\x83", "\xbc\x75", + "\x4f\x99", "\x5a\xb5", "\x57\xa4", "\x51\x4c", "\x4a\x79", "\xbc\x76", + "\xbc\x77", "\x56\xf5", "\xbc\x78", "\x63\x66", "\x63\x64", "\x63\x68", + "\xbc\x79", "\x63\x6a", "\x63\x67", "\x4b\x6f", "\x53\xc7", "\xbc\x7a", + "\x4b\x9d", "\x63\x65", "\xbc\x7b", "\x55\xf5", "\xbc\x7c", "\xbc\x7d", + "\x63\x69", "\xbc\x7e", "\xbc\x7f", "\xbc\x81", "\x52\x74", "\x49\x65", + "\x4e\xa2", "\xbc\x82", "\xbc\x83", "\xbc\x84", "\x5c\x57", "\xbc\x85", + "\xbc\x86", "\x57\x6b", "\x56\x6d", "\x55\xc9", "\x56\xd2", "\x63\x6c", + "\x63\x6b", "\x52\xe5", "\xbc\x87", "\xbc\x88", "\x59\x41", "\x59\x57", + "\x63\x6d", "\xbc\x89", "\x63\x70", "\xbc\x8a", "\x57\x58", "\x5b\xef", + "\x63\x6f", "\x4b\x7d", "\xbc\x8b", "\x57\x5e", "\xbc\x8c", "\x63\x71", + "\x4b\xb9", "\xbc\x8d", "\xbc\x8e", "\x57\x48", "\x4d\x85", "\xbc\x8f", + "\x55\xc4", "\x4a\x71", "\x56\x79", "\x5a\xeb", "\x63\x72", "\x4c\x8b", + "\xbc\x90", "\xbc\x91", "\xbc\x92", "\x63\x6e", "\xbc\x93", "\xbc\x94", + "\xbc\x95", "\xbc\x96", "\xbc\x97", "\xbc\x98", "\x63\x75", "\x4a\xfd", + "\x63\x76", "\xbc\x99", "\xbc\x9a", "\xbc\x9b", "\xbc\x9c", "\xbc\x9d", + "\x63\x73", "\x63\x74", "\xbc\x9e", "\x59\xdc", "\xbc\x9f", "\xbc\xa0", + "\x51\xde", "\x49\x66", "\xbc\xa1", "\x5a\x83", "\xbc\xa2", "\xbc\xa3", + "\x4b\xdc", "\x56\x8d", "\xbc\xa4", "\x63\x77", "\xbc\xa5", "\xbc\xa6", + "\x5a\x97", "\xbc\xa7", "\xbc\xa8", "\xbc\xa9", "\xbc\xaa", "\xbc\xab", + "\x49\x8a", "\xbc\xac", "\x4b\xf3", "\x63\x7a", "\x63\x78", "\x63\x79", + "\x4b\x60", "\xbc\xad", "\xbc\xae", "\xbc\xaf", "\x59\xc4", "\x63\x7c", + "\xbc\xb0", "\xbc\xb1", "\x63\x7e", "\xbc\xb2", "\xbc\xb3", "\xbc\xb4", + "\xbc\xb5", "\xbc\xb6", "\xbc\xb7", "\x63\x7d", "\x54\x52", "\xbc\xb8", + "\x59\xa2", "\xbc\xb9", "\xbc\xba", "\x63\x7b", "\xbc\xbb", "\xbc\xbc", + "\xbc\xbd", "\xbc\xbe", "\x5a\xe1", "\x5b\x7a", "\xbc\xbf", "\xbc\xc0", + "\xbc\xc1", "\xbc\xc2", "\xbc\xc3", "\x63\x81", "\x5c\x92", "\xbc\xc4", + "\xbc\xc5", "\xbc\xc6", "\xbc\xc7", "\xbc\xc8", "\xbc\xc9", "\xbc\xca", + "\x63\x82", "\xbc\xcb", "\x49\x7c", "\x59\x9c", "\xbc\xcc", "\x63\x83", + "\x63\x85", "\xbc\xcd", "\xbc\xce", "\xbc\xcf", "\xbc\xd0", "\x63\x84", + "\xbc\xd1", "\xbc\xd2", "\x63\x86", "\xbc\xd3", "\xbc\xd4", "\xbc\xd5", + "\xbc\xd6", "\xbc\xd7", "\x59\xd7", "\xbc\xd8", "\x4b\x6b", "\xbc\xd9", + "\x64\x7f", "\xbc\xda", "\x5d\xf4", "\xbc\xdb", "\x5d\xf7", "\xbc\xdc", + "\x5d\xf5", "\xbc\xdd", "\x5d\xf6", "\xbc\xde", "\xbc\xdf", "\xbc\xe0", + "\x5d\xf9", "\x58\xce", "\x52\xc6", "\xbc\xe1", "\xbc\xe2", "\x48\xed", + "\xbc\xe3", "\xbc\xe4", "\xbc\xe5", "\x58\xaf", "\xbc\xe6", "\x5d\xf8", + "\xbc\xe7", "\x5a\x6a", "\x4d\xa9", "\x5e\x42", "\x54\x92", "\xbc\xe8", + "\x5d\xfb", "\x5d\xfa", "\x55\x7b", "\x5d\xfc", "\xbc\xe9", "\x5e\x41", + "\x5c\x7e", "\x5d\xfd", "\x51\x7a", "\xbc\xea", "\xbc\xeb", "\x5e\x45", + "\xbc\xec", "\xbc\xed", "\x5a\x95", "\xbc\xee", "\xbc\xef", "\x5e\x47", + "\x5e\x44", "\xbc\xf0", "\x5e\x48", "\xbc\xf1", "\xbc\xf2", "\x4f\x5c", + "\xbc\xf3", "\xbc\xf4", "\xbc\xf5", "\x50\xc8", "\x5e\x43", "\x5e\x46", + "\x5b\xa2", "\xbc\xf6", "\x5e\x49", "\xbc\xf7", "\xbc\xf8", "\xbc\xf9", + "\x5e\x4d", "\xbc\xfa", "\xbc\xfb", "\xbc\xfc", "\x5e\x4e", "\x5e\x4c", + "\x4d\xc1", "\xbc\xfd", "\xbd\x41", "\xbd\x42", "\x50\x44", "\x5e\x4b", + "\xbd\x43", "\xbd\x44", "\xbd\x45", "\x5e\x4a", "\x5a\xc6", "\x49\xbe", + "\xbd\x46", "\xbd\x47", "\x5e\x4f", "\xbd\x48", "\x4d\x9a", "\xbd\x49", + "\x5e\x50", "\xbd\x4a", "\xbd\x4b", "\xbd\x4c", "\xbd\x4d", "\x4a\x5b", + "\xbd\x4e", "\xbd\x4f", "\xbd\x50", "\x4b\x46", "\xbd\x51", "\xbd\x52", + "\xbd\x53", "\xbd\x54", "\x4b\xbb", "\x5e\x51", "\xbd\x55", "\xbd\x56", + "\xbd\x57", "\x4b\xf4", "\xbd\x58", "\x5e\x52", "\xbd\x59", "\xbd\x5a", + "\xbd\x5b", "\xbd\x5c", "\xbd\x5d", "\xbd\x5e", "\xbd\x5f", "\xbd\x60", + "\xbd\x61", "\xbd\x62", "\xbd\x63", "\xbd\x64", "\xbd\x65", "\xbd\x66", + "\xbd\x67", "\xbd\x68", "\xbd\x69", "\xbd\x6a", "\xbd\x6b", "\xbd\x6c", + "\x49\x69", "\xbd\x6d", "\xbd\x6e", "\xbd\x6f", "\xbd\x70", "\x5e\x54", + "\xbd\x71", "\xbd\x72", "\xbd\x73", "\x5e\x53", "\x5e\x55", "\xbd\x74", + "\xbd\x75", "\xbd\x76", "\xbd\x77", "\xbd\x78", "\xbd\x79", "\xbd\x7a", + "\xbd\x7b", "\xbd\x7c", "\xbd\x7d", "\xbd\x7e", "\x5e\x57", "\xbd\x7f", + "\x5e\x56", "\xbd\x81", "\xbd\x82", "\xbd\x83", "\xbd\x84", "\xbd\x85", + "\xbd\x86", "\xbd\x87", "\x5e\x58", "\xbd\x88", "\xbd\x89", "\xbd\x8a", + "\xbd\x8b", "\xbd\x8c", "\xbd\x8d", "\xbd\x8e", "\xbd\x8f", "\xbd\x90", + "\x5e\x59", "\xbd\x91", "\xbd\x92", "\x5e\x5a", "\xbd\x93", "\xbd\x94", + "\x5a\x6f", "\x6a\xf9", "\x54\x96", "\x5c\x63", "\x53\x85", "\x6a\xfb", + "\x6a\xfc", "\x6a\xfa", "\xbd\x95", "\x4f\xc5", "\xbd\x96", "\xbd\x97", + "\xbd\x98", "\xbd\x99", "\x58\xee", "\xbd\x9a", "\xbd\x9b", "\x4c\x73", + "\xbd\x9c", "\xbd\x9d", "\x5a\xcc", "\x56\xa9", "\xbd\x9e", "\xbd\x9f", + "\x6b\x42", "\x6b\x41", "\x4d\xa7", "\x6a\xfd", "\x56\x76", "\xbd\xa0", + "\xbd\xa1", "\xbd\xa2", "\x6b\x44", "\x50\xd1", "\xbd\xa3", "\x4a\x8b", + "\xbd\xa4", "\x57\x4a", "\x6b\x45", "\x6b\x43", "\x4f\x54", "\x6b\x48", + "\xbd\xa5", "\x6b\x49", "\x4f\x6d", "\x52\x58", "\x50\x82", "\x56\x82", + "\x6b\x4a", "\xbd\xa6", "\xbd\xa7", "\xbd\xa8", "\x6b\x46", "\x6b\x47", + "\x52\xef", "\xbd\xa9", "\xbd\xaa", "\xbd\xab", "\xbd\xac", "\xbd\xad", + "\x6b\x4c", "\xbd\xae", "\x4a\xbb", "\xbd\xaf", "\x5c\x8e", "\xbd\xb0", + "\x4a\xd6", "\x6b\x4b", "\x6b\x4e", "\xbd\xb1", "\xbd\xb2", "\x6b\x4d", + "\x6b\x4f", "\x58\xd0", "\xbd\xb3", "\xbd\xb4", "\xbd\xb5", "\xbd\xb6", + "\xbd\xb7", "\xbd\xb8", "\xbd\xb9", "\x52\x71", "\x54\xa8", "\xbd\xba", + "\xbd\xbb", "\xbd\xbc", "\xbd\xbd", "\xbd\xbe", "\xbd\xbf", "\x6b\x50", + "\x6b\x51", "\xbd\xc0", "\xbd\xc1", "\xbd\xc2", "\xbd\xc3", "\xbd\xc4", + "\xbd\xc5", "\x6b\x52", "\xbd\xc6", "\xbd\xc7", "\x6b\x53", "\x6b\x54", + "\x6b\x55", "\xbd\xc8", "\xbd\xc9", "\xbd\xca", "\xbd\xcb", "\x6b\x57", + "\x6b\x56", "\xbd\xcc", "\xbd\xcd", "\xbd\xce", "\xbd\xcf", "\x6b\x58", + "\xbd\xd0", "\xbd\xd1", "\xbd\xd2", "\xbd\xd3", "\xbd\xd4", "\xbd\xd5", + "\xbd\xd6", "\xbd\xd7", "\xbd\xd8", "\xbd\xd9", "\xbd\xda", "\xbd\xdb", + "\x49\xc8", "\xbd\xdc", "\x5a\x74", "\x55\xcc", "\xbd\xdd", "\x50\xee", + "\x5b\xd7", "\x59\xaf", "\x51\x5f", "\xbd\xde", "\x4f\x91", "\xbd\xdf", + "\xbd\xe0", "\xbd\xe1", "\xbd\xe2", "\xbd\xe3", "\xbd\xe4", "\xbd\xe5", + "\xbd\xe6", "\xbd\xe7", "\xbd\xe8", "\x4c\xa9", "\xbd\xe9", "\xbd\xea", + "\xbd\xeb", "\xbd\xec", "\xbd\xed", "\xbd\xee", "\xbd\xef", "\xbd\xf0", + "\xbd\xf1", "\xbd\xf2", "\xbd\xf3", "\xbd\xf4", "\xbd\xf5", "\xbd\xf6", + "\xbd\xf7", "\xbd\xf8", "\xbd\xf9", "\xbd\xfa", "\xbd\xfb", "\xbd\xfc", + "\xbd\xfd", "\xbe\x41", "\xbe\x42", "\xbe\x43", "\xbe\x44", "\xbe\x45", + "\xbe\x46", "\xbe\x47", "\xbe\x48", "\xbe\x49", "\xbe\x4a", "\xbe\x4b", + "\xbe\x4c", "\xbe\x4d", "\xbe\x4e", "\xbe\x4f", "\xbe\x50", "\xbe\x51", + "\xbe\x52", "\xbe\x53", "\xbe\x54", "\xbe\x55", "\xbe\x56", "\xbe\x57", + "\xbe\x58", "\xbe\x59", "\xbe\x5a", "\xbe\x5b", "\xbe\x5c", "\xbe\x5d", + "\xbe\x5e", "\xbe\x5f", "\xbe\x60", "\xbe\x61", "\xbe\x62", "\xbe\x63", + "\xbe\x64", "\xbe\x65", "\xbe\x66", "\xbe\x67", "\xbe\x68", "\xbe\x69", + "\xbe\x6a", "\xbe\x6b", "\xbe\x6c", "\xbe\x6d", "\xbe\x6e", "\xbe\x6f", + "\xbe\x70", "\xbe\x71", "\xbe\x72", "\xbe\x73", "\xbe\x74", "\xbe\x75", + "\xbe\x76", "\xbe\x77", "\xbe\x78", "\xbe\x79", "\xbe\x7a", "\xbe\x7b", + "\xbe\x7c", "\xbe\x7d", "\xbe\x7e", "\xbe\x7f", "\xbe\x81", "\xbe\x82", + "\xbe\x83", "\xbe\x84", "\xbe\x85", "\xbe\x86", "\xbe\x87", "\xbe\x88", + "\xbe\x89", "\xbe\x8a", "\xbe\x8b", "\xbe\x8c", "\xbe\x8d", "\xbe\x8e", + "\xbe\x8f", "\xbe\x90", "\xbe\x91", "\xbe\x92", "\xbe\x93", "\xbe\x94", + "\xbe\x95", "\xbe\x96", "\xbe\x97", "\xbe\x98", "\xbe\x99", "\xbe\x9a", + "\xbe\x9b", "\xbe\x9c", "\xbe\x9d", "\xbe\x9e", "\xbe\x9f", "\xbe\xa0", + "\xbe\xa1", "\xbe\xa2", "\xbe\xa3", "\xbe\xa4", "\xbe\xa5", "\xbe\xa6", + "\xbe\xa7", "\xbe\xa8", "\xbe\xa9", "\xbe\xaa", "\xbe\xab", "\xbe\xac", + "\xbe\xad", "\xbe\xae", "\xbe\xaf", "\xbe\xb0", "\xbe\xb1", "\xbe\xb2", + "\xbe\xb3", "\xbe\xb4", "\xbe\xb5", "\xbe\xb6", "\xbe\xb7", "\xbe\xb8", + "\xbe\xb9", "\xbe\xba", "\xbe\xbb", "\xbe\xbc", "\xbe\xbd", "\xbe\xbe", + "\xbe\xbf", "\xbe\xc0", "\xbe\xc1", "\xbe\xc2", "\xbe\xc3", "\x4e\xf7", + "\xbe\xc4", "\xbe\xc5", "\xbe\xc6", "\xbe\xc7", "\xbe\xc8", "\xbe\xc9", + "\xbe\xca", "\xbe\xcb", "\xbe\xcc", "\xbe\xcd", "\xbe\xce", "\xbe\xcf", + "\xbe\xd0", "\xbe\xd1", "\xbe\xd2", "\xbe\xd3", "\xbe\xd4", "\xbe\xd5", + "\xbe\xd6", "\xbe\xd7", "\xbe\xd8", "\xbe\xd9", "\xbe\xda", "\xbe\xdb", + "\xbe\xdc", "\x6b\xc5", "\xbe\xdd", "\xbe\xde", "\xbe\xdf", "\xbe\xe0", + "\xbe\xe1", "\xbe\xe2", "\xbe\xe3", "\xbe\xe4", "\xbe\xe5", "\xbe\xe6", + "\xbe\xe7", "\xbe\xe8", "\xbe\xe9", "\xbe\xea", "\xbe\xeb", "\xbe\xec", + "\xbe\xed", "\xbe\xee", "\xbe\xef", "\xbe\xf0", "\xbe\xf1", "\xbe\xf2", + "\xbe\xf3", "\xbe\xf4", "\xbe\xf5", "\xbe\xf6", "\xbe\xf7", "\xbe\xf8", + "\xbe\xf9", "\xbe\xfa", "\xbe\xfb", "\x6b\xc6", "\xbe\xfc", "\xbe\xfd", + "\xbf\x41", "\xbf\x42", "\xbf\x43", "\xbf\x44", "\xbf\x45", "\xbf\x46", + "\xbf\x47", "\xbf\x48", "\xbf\x49", "\xbf\x4a", "\xbf\x4b", "\xbf\x4c", + "\xbf\x4d", "\xbf\x4e", "\xbf\x4f", "\xbf\x50", "\xbf\x51", "\xbf\x52", + "\xbf\x53", "\xbf\x54", "\xbf\x55", "\xbf\x56", "\xbf\x57", "\x6b\xc7", + "\xbf\x58", "\xbf\x59", "\xbf\x5a", "\xbf\x5b", "\xbf\x5c", "\xbf\x5d", + "\xbf\x5e", "\xbf\x5f", "\xbf\x60", "\xbf\x61", "\xbf\x62", "\xbf\x63", + "\xbf\x64", "\xbf\x65", "\xbf\x66", "\xbf\x67", "\xbf\x68", "\xbf\x69", + "\xbf\x6a", "\xbf\x6b", "\xbf\x6c", "\xbf\x6d", "\xbf\x6e", "\xbf\x6f", + "\xbf\x70", "\xbf\x71", "\xbf\x72", "\xbf\x73", "\xbf\x74", "\xbf\x75", + "\xbf\x76", "\xbf\x77", "\xbf\x78", "\xbf\x79", "\xbf\x7a", "\xbf\x7b", + "\xbf\x7c", "\xbf\x7d", "\xbf\x7e", "\xbf\x7f", "\xbf\x81", "\xbf\x82", + "\xbf\x83", "\xbf\x84", "\xbf\x85", "\xbf\x86", "\xbf\x87", "\xbf\x88", + "\xbf\x89", "\xbf\x8a", "\xbf\x8b", "\xbf\x8c", "\xbf\x8d", "\xbf\x8e", + "\xbf\x8f", "\xbf\x90", "\xbf\x91", "\xbf\x92", "\xbf\x93", "\xbf\x94", + "\xbf\x95", "\xbf\x96", "\xbf\x97", "\xbf\x98", "\xbf\x99", "\xbf\x9a", + "\xbf\x9b", "\xbf\x9c", "\xbf\x9d", "\xbf\x9e", "\xbf\x9f", "\xbf\xa0", + "\xbf\xa1", "\xbf\xa2", "\xbf\xa3", "\xbf\xa4", "\xbf\xa5", "\xbf\xa6", + "\xbf\xa7", "\xbf\xa8", "\xbf\xa9", "\xbf\xaa", "\xbf\xab", "\xbf\xac", + "\xbf\xad", "\xbf\xae", "\xbf\xaf", "\xbf\xb0", "\xbf\xb1", "\xbf\xb2", + "\xbf\xb3", "\xbf\xb4", "\xbf\xb5", "\xbf\xb6", "\xbf\xb7", "\xbf\xb8", + "\xbf\xb9", "\xbf\xba", "\xbf\xbb", "\xbf\xbc", "\xbf\xbd", "\xbf\xbe", + "\xbf\xbf", "\xbf\xc0", "\xbf\xc1", "\xbf\xc2", "\xbf\xc3", "\xbf\xc4", + "\xbf\xc5", "\xbf\xc6", "\xbf\xc7", "\xbf\xc8", "\xbf\xc9", "\xbf\xca", + "\xbf\xcb", "\xbf\xcc", "\xbf\xcd", "\x6b\xc8", "\xbf\xce", "\xbf\xcf", + "\xbf\xd0", "\xbf\xd1", "\xbf\xd2", "\xbf\xd3", "\xbf\xd4", "\xbf\xd5", + "\xbf\xd6", "\xbf\xd7", "\xbf\xd8", "\xbf\xd9", "\xbf\xda", "\xbf\xdb", + "\xbf\xdc", "\xbf\xdd", "\xbf\xde", "\xbf\xdf", "\xbf\xe0", "\xbf\xe1", + "\xbf\xe2", "\xbf\xe3", "\xbf\xe4", "\xbf\xe5", "\xbf\xe6", "\xbf\xe7", + "\xbf\xe8", "\xbf\xe9", "\xbf\xea", "\xbf\xeb", "\xbf\xec", "\xbf\xed", + "\xbf\xee", "\xbf\xef", "\xbf\xf0", "\xbf\xf1", "\xbf\xf2", "\xbf\xf3", + "\xbf\xf4", "\xbf\xf5", "\xbf\xf6", "\xbf\xf7", "\xbf\xf8", "\x6b\xc9", + "\xbf\xf9", "\xbf\xfa", "\xbf\xfb", "\xbf\xfc", "\xbf\xfd", "\xc0\x41", + "\xc0\x42", "\xc0\x43", "\xc0\x44", "\xc0\x45", "\xc0\x46", "\xc0\x47", + "\xc0\x48", "\xc0\x49", "\xc0\x4a", "\xc0\x4b", "\xc0\x4c", "\xc0\x4d", + "\xc0\x4e", "\xc0\x4f", "\xc0\x50", "\xc0\x51", "\xc0\x52", "\xc0\x53", + "\xc0\x54", "\xc0\x55", "\xc0\x56", "\xc0\x57", "\xc0\x58", "\xc0\x59", + "\xc0\x5a", "\xc0\x5b", "\xc0\x5c", "\xc0\x5d", "\xc0\x5e", "\xc0\x5f", + "\x6b\xcb", "\xc0\x60", "\xc0\x61", "\xc0\x62", "\xc0\x63", "\xc0\x64", + "\xc0\x65", "\xc0\x66", "\xc0\x67", "\xc0\x68", "\xc0\x69", "\xc0\x6a", + "\xc0\x6b", "\xc0\x6c", "\xc0\x6d", "\xc0\x6e", "\xc0\x6f", "\xc0\x70", + "\xc0\x71", "\xc0\x72", "\xc0\x73", "\xc0\x74", "\xc0\x75", "\xc0\x76", + "\xc0\x77", "\xc0\x78", "\xc0\x79", "\xc0\x7a", "\xc0\x7b", "\xc0\x7c", + "\xc0\x7d", "\xc0\x7e", "\xc0\x7f", "\xc0\x81", "\xc0\x82", "\xc0\x83", + "\xc0\x84", "\xc0\x85", "\xc0\x86", "\xc0\x87", "\xc0\x88", "\xc0\x89", + "\xc0\x8a", "\xc0\x8b", "\xc0\x8c", "\xc0\x8d", "\xc0\x8e", "\xc0\x8f", + "\xc0\x90", "\xc0\x91", "\xc0\x92", "\xc0\x93", "\xc0\x94", "\xc0\x95", + "\xc0\x96", "\xc0\x97", "\xc0\x98", "\xc0\x99", "\xc0\x9a", "\x6b\xca", + "\xc0\x9b", "\xc0\x9c", "\xc0\x9d", "\xc0\x9e", "\xc0\x9f", "\xc0\xa0", + "\xc0\xa1", "\xc0\xa2", "\xc0\xa3", "\xc0\xa4", "\xc0\xa5", "\x6c\x8a", + "\xc0\xa6", "\xc0\xa7", "\xc0\xa8", "\xc0\xa9", "\xc0\xaa", "\xc0\xab", + "\xc0\xac", "\xc0\xad", "\xc0\xae", "\xc0\xaf", "\xc0\xb0", "\xc0\xb1", + "\xc0\xb2", "\xc0\xb3", "\xc0\xb4", "\xc0\xb5", "\xc0\xb6", "\xc0\xb7", + "\xc0\xb8", "\xc0\xb9", "\xc0\xba", "\xc0\xbb", "\xc0\xbc", "\xc0\xbd", + "\xc0\xbe", "\xc0\xbf", "\xc0\xc0", "\xc0\xc1", "\xc0\xc2", "\xc0\xc3", + "\xc0\xc4", "\xc0\xc5", "\xc0\xc6", "\xc0\xc7", "\xc0\xc8", "\xc0\xc9", + "\xc0\xca", "\xc0\xcb", "\xc0\xcc", "\xc0\xcd", "\xc0\xce", "\xc0\xcf", + "\xc0\xd0", "\xc0\xd1", "\xc0\xd2", "\xc0\xd3", "\xc0\xd4", "\xc0\xd5", + "\xc0\xd6", "\xc0\xd7", "\xc0\xd8", "\xc0\xd9", "\xc0\xda", "\xc0\xdb", + "\xc0\xdc", "\xc0\xdd", "\xc0\xde", "\xc0\xdf", "\xc0\xe0", "\xc0\xe1", + "\xc0\xe2", "\xc0\xe3", "\xc0\xe4", "\xc0\xe5", "\xc0\xe6", "\xc0\xe7", + "\xc0\xe8", "\xc0\xe9", "\xc0\xea", "\xc0\xeb", "\xc0\xec", "\xc0\xed", + "\xc0\xee", "\xc0\xef", "\xc0\xf0", "\xc0\xf1", "\xc0\xf2", "\xc0\xf3", + "\xc0\xf4", "\xc0\xf5", "\xc0\xf6", "\xc0\xf7", "\xc0\xf8", "\xc0\xf9", + "\xc0\xfa", "\xc0\xfb", "\xc0\xfc", "\xc0\xfd", "\xc1\x41", "\xc1\x42", + "\xc1\x43", "\xc1\x44", "\xc1\x45", "\xc1\x46", "\xc1\x47", "\xc1\x48", + "\xc1\x49", "\xc1\x4a", "\xc1\x4b", "\xc1\x4c", "\xc1\x4d", "\xc1\x4e", + "\xc1\x4f", "\x6b\xcc", "\xc1\x50", "\xc1\x51", "\xc1\x52", "\xc1\x53", + "\xc1\x54", "\xc1\x55", "\xc1\x56", "\xc1\x57", "\xc1\x58", "\xc1\x59", + "\xc1\x5a", "\xc1\x5b", "\xc1\x5c", "\xc1\x5d", "\xc1\x5e", "\xc1\x5f", + "\xc1\x60", "\xc1\x61", "\xc1\x62", "\xc1\x63", "\xc1\x64", "\xc1\x65", + "\xc1\x66", "\xc1\x67", "\xc1\x68", "\xc1\x69", "\xc1\x6a", "\xc1\x6b", + "\xc1\x6c", "\xc1\x6d", "\xc1\x6e", "\xc1\x6f", "\xc1\x70", "\xc1\x71", + "\xc1\x72", "\xc1\x73", "\xc1\x74", "\xc1\x75", "\xc1\x76", "\xc1\x77", + "\xc1\x78", "\xc1\x79", "\xc1\x7a", "\xc1\x7b", "\x6b\xcd", "\xc1\x7c", + "\xc1\x7d", "\xc1\x7e", "\xc1\x7f", "\xc1\x81", "\xc1\x82", "\xc1\x83", + "\xc1\x84", "\xc1\x85", "\xc1\x86", "\xc1\x87", "\xc1\x88", "\xc1\x89", + "\xc1\x8a", "\xc1\x8b", "\xc1\x8c", "\xc1\x8d", "\xc1\x8e", "\xc1\x8f", + "\xc1\x90", "\xc1\x91", "\xc1\x92", "\xc1\x93", "\xc1\x94", "\xc1\x95", + "\x67\xc3", "\x67\xc4", "\x67\xc5", "\x5b\x8c", "\x4b\xa3", "\x67\xc7", + "\x67\xc6", "\x67\xc8", "\x67\xc9", "\x54\x45", "\x67\xca", "\x67\xcb", + "\xc1\x96", "\x4c\x50", "\x4b\x97", "\x67\xcc", "\x67\xce", "\xc1\x97", + "\x67\xcd", "\xc1\x98", "\x4c\xc5", "\x67\xcf", "\x67\xd0", "\x67\xd1", + "\x4b\xda", "\x4a\x4e", "\x5b\xd2", "\x52\xc5", "\x49\x55", "\x4c\xd5", + "\x67\xd2", "\x67\xd3", "\x5a\xbe", "\x54\x75", "\x4f\xfa", "\x57\xd8", + "\x4d\x53", "\x67\xd5", "\x67\xd4", "\x67\xd7", "\x67\xd6", "\x53\x45", + "\x67\xd8", "\x67\xd9", "\x54\x4e", "\x67\xda", "\x54\x4f", "\x67\xdb", + "\x49\xa6", "\x67\xdc", "\x67\xdd", "\x67\xde", "\x67\xdf", "\x67\xe0", + "\x5c\x8b", "\x67\xe1", "\x67\xe2", "\x4e\xd7", "\x67\xe3", "\x5a\x6b", + "\x56\xf9", "\x49\xab", "\x51\x86", "\x67\xe4", "\x54\x46", "\x52\x4d", + "\xc1\x99", "\x67\xe5", "\x67\xe6", "\x67\xe7", "\x67\xe8", "\x67\xe9", + "\x67\xea", "\x67\xeb", "\xc1\x9a", "\x67\xec", "\x67\xed", "\x67\xee", + "\xc1\x9b", "\xc1\x9c", "\x67\xef", "\x67\xf0", "\x67\xf1", "\x67\xf3", + "\x67\xf2", "\xc1\x9d", "\x67\xf4", "\x57\x4d", "\x51\xc0", "\x67\xf5", + "\x67\xf6", "\x67\xf7", "\x5b\x41", "\x67\xf8", "\x58\x53", "\x67\xf9", + "\x67\xfa", "\xc1\x9e", "\x67\xfb", "\x67\xfc", "\x68\x41", "\x67\xfd", + "\x68\x42", "\x4c\xf4", "\x52\x9b", "\x68\x43", "\x68\x44", "\x4f\x62", + "\x59\xbe", "\x49\xf8", "\x68\x45", "\x68\x46", "\x68\x47", "\x59\xf7", + "\x68\x48", "\x5b\xfc", "\x68\x49", "\x53\xcb", "\xc1\x9f", "\x68\x4a", + "\x68\x4b", "\x51\x54", "\x68\x4c", "\x58\x9b", "\x56\x99", "\x68\x4e", + "\x68\x4d", "\x4a\x9b", "\x4d\x99", "\x68\x4f", "\x68\x50", "\x58\xe1", + "\x68\x51", "\x68\x52", "\x4c\x87", "\x58\xbe", "\x68\x53", "\x68\x54", + "\x68\x55", "\x54\xf0", "\x56\xdf", "\x68\x56", "\x68\x57", "\x68\x58", + "\x68\x59", "\x68\x5a", "\x5b\x81", "\x68\x5b", "\x4a\xec", "\x52\x4a", + "\x68\x5c", "\xc1\xa0", "\x68\x5d", "\x68\x5e", "\x68\x5f", "\xc1\xa1", + "\x57\xfc", "\x68\x60", "\x51\xdf", "\x4a\xb7", "\x5c\x56", "\x4f\x96", + "\xc1\xa2", "\x58\x67", "\x68\x63", "\x68\x61", "\x68\x62", "\x68\x64", + "\x4b\xa6", "\x4e\xfb", "\x4f\xe1", "\x52\x6c", "\x68\x65", "\x68\x66", + "\xc1\xa3", "\x68\x67", "\x68\x6f", "\x68\x68", "\x68\x69", "\x68\x6a", + "\x54\x62", "\x68\x92", "\x4b\xcc", "\x68\x6b", "\xc1\xa4", "\x68\x6c", + "\x68\x6d", "\x4b\xc5", "\x52\x5e", "\x68\x6e", "\xc1\xa5", "\x68\x70", + "\x68\x71", "\x68\x72", "\x5b\x93", "\xc1\xa6", "\x68\x73", "\x52\xf6", + "\xc1\xa7", "\x68\x74", "\x52\xf7", "\x68\x75", "\x68\x76", "\x4c\xe3", + "\x48\xf6", "\x68\x77", "\x68\x78", "\x68\x79", "\xc1\xa8", "\x68\x7a", + "\x68\x7b", "\x68\x7c", "\x68\x7d", "\xc1\xa9", "\x68\x7e", "\x4f\xb4", + "\x68\x82", "\x68\x7f", "\x68\x81", "\xc1\xaa", "\x68\x83", "\x68\x84", + "\x51\x6d", "\x68\x85", "\x68\x86", "\x68\x87", "\x68\x88", "\x68\x89", + "\x68\x8a", "\x68\x8b", "\x68\x8c", "\x68\x8d", "\x50\xd7", "\xc1\xab", + "\x68\x8e", "\x51\x4d", "\x68\x8f", "\x68\x90", "\x68\x91", "\xc1\xac", + "\xc1\xad", "\x58\x83", "\xc1\xae", "\xc1\xaf", "\xc1\xb0", "\xc1\xb1", + "\xc1\xb2", "\xc1\xb3", "\xc1\xb4", "\xc1\xb5", "\x4a\x44", "\xc1\xb6", + "\xc1\xb7", "\xc1\xb8", "\xc1\xb9", "\xc1\xba", "\xc1\xbb", "\xc1\xbc", + "\xc1\xbd", "\xc1\xbe", "\xc1\xbf", "\xc1\xc0", "\xc1\xc1", "\xc1\xc2", + "\xc1\xc3", "\xc1\xc4", "\xc1\xc5", "\xc1\xc6", "\xc1\xc7", "\xc1\xc8", + "\xc1\xc9", "\xc1\xca", "\xc1\xcb", "\xc1\xcc", "\xc1\xcd", "\xc1\xce", + "\xc1\xcf", "\xc1\xd0", "\xc1\xd1", "\xc1\xd2", "\xc1\xd3", "\xc1\xd4", + "\xc1\xd5", "\xc1\xd6", "\xc1\xd7", "\xc1\xd8", "\xc1\xd9", "\xc1\xda", + "\xc1\xdb", "\xc1\xdc", "\xc1\xdd", "\xc1\xde", "\xc1\xdf", "\xc1\xe0", + "\xc1\xe1", "\xc1\xe2", "\xc1\xe3", "\xc1\xe4", "\xc1\xe5", "\xc1\xe6", + "\xc1\xe7", "\xc1\xe8", "\xc1\xe9", "\xc1\xea", "\xc1\xeb", "\xc1\xec", + "\xc1\xed", "\xc1\xee", "\xc1\xef", "\xc1\xf0", "\xc1\xf1", "\xc1\xf2", + "\xc1\xf3", "\xc1\xf4", "\xc1\xf5", "\xc1\xf6", "\xc1\xf7", "\xc1\xf8", + "\xc1\xf9", "\xc1\xfa", "\xc1\xfb", "\xc1\xfc", "\xc1\xfd", "\xc2\x41", + "\xc2\x42", "\xc2\x43", "\xc2\x44", "\xc2\x45", "\xc2\x46", "\xc2\x47", + "\xc2\x48", "\xc2\x49", "\xc2\x4a", "\xc2\x4b", "\xc2\x4c", "\xc2\x4d", + "\xc2\x4e", "\xc2\x4f", "\xc2\x50", "\xc2\x51", "\xc2\x52", "\xc2\x53", + "\xc2\x54", "\xc2\x55", "\xc2\x56", "\xc2\x57", "\xc2\x58", "\xc2\x59", + "\xc2\x5a", "\xc2\x5b", "\xc2\x5c", "\xc2\x5d", "\xc2\x5e", "\xc2\x5f", + "\xc2\x60", "\x52\x65", "\x62\x65", "\x55\x61", "\x62\x66", "\xc2\x61", + "\x49\x75", "\x57\xc9", "\x4a\xb2", "\x54\xf1", "\x62\x67", "\x58\x70", + "\x62\x68", "\x4e\xe3", "\x62\x69", "\x62\x6a", "\x52\x66", "\x5b\x42", + "\x52\xd5", "\x4d\x8c", "\x57\xc4", "\x62\x6b", "\x52\x97", "\x62\x6c", + "\xc2\x62", "\x4c\x47", "\x4c\xf2", "\x4d\xd1", "\x62\x6d", "\x62\x6e", + "\x5a\xc3", "\x62\x6f", "\xc2\x63", "\x62\x70", "\x59\x6b", "\x62\x71", + "\x62\x72", "\x62\x73", "\x62\x74", "\x59\x76", "\x62\x75", "\x49\xfa", + "\x50\xba", "\x62\x76", "\xc2\x64", "\x50\xaa", "\x62\x77", "\x62\x78", + "\x62\x79", "\xc2\x65", "\x62\x7a", "\x62\x7b", "\xc2\x66", "\x4c\xb6", + "\x5d\xe1", "\xc2\x67", "\x4b\xd2", "\xc2\x68", "\x5d\xe3", "\x5d\xe2", + "\xc2\x69", "\xc2\x6a", "\xc2\x6b", "\xc2\x6c", "\xc2\x6d", "\xc2\x6e", + "\xc2\x6f", "\x5d\xe5", "\xc2\x70", "\xc2\x71", "\xc2\x72", "\x54\xed", + "\xc2\x73", "\xc2\x74", "\x5d\xe4", "\x4c\x60", "\x59\x95", "\x59\xf4", + "\x5b\x94", "\x4f\x77", "\xc2\x75", "\xc2\x76", "\xc2\x77", "\xc2\x78", + "\x5c\x89", "\x5d\xe7", "\x5d\xe6", "\xc2\x79", "\x48\xa1", "\x57\x73", + "\xc2\x7a", "\x5d\xe8", "\xc2\x7b", "\x4c\xbc", "\x4e\xc9", "\x51\xbc", + "\x51\xa3", "\x4a\x62", "\x5d\xe9", "\xc2\x7c", "\x51\xa9", "\x52\xaf", + "\x4f\x55", "\xc2\x7d", "\xc2\x7e", "\x58\x7e", "\xc2\x7f", "\xc2\x81", + "\xc2\x82", "\x5d\xea", "\x55\x62", "\xc2\x83", "\xc2\x84", "\xc2\x85", + "\xc2\x86", "\xc2\x87", "\x49\x7d", "\xc2\x88", "\xc2\x89", "\xc2\x8a", + "\x5d\xeb", "\xc2\x8b", "\x4b\xb7", "\x5a\xb9", "\xc2\x8c", "\x4a\x9e", + "\xc2\x8d", "\xc2\x8e", "\x5d\xec", "\x5a\xc8", "\x58\x75", "\x53\x84", + "\xc2\x8f", "\x5d\xed", "\xc2\x90", "\xc2\x91", "\xc2\x92", "\xc2\x93", + "\xc2\x94", "\x5d\xee", "\xc2\x95", "\x5d\xef", "\x51\x8b", "\x56\xd4", + "\x58\x7d", "\xc2\x96", "\xc2\x97", "\xc2\x98", "\xc2\x99", "\xc2\x9a", + "\xc2\x9b", "\xc2\x9c", "\xc2\x9d", "\xc2\x9e", "\xc2\x9f", "\xc2\xa0", + "\xc2\xa1", "\xc2\xa2", "\x5a\x88", "\x51\xa0", "\xc2\xa3", "\x5d\xf0", + "\xc2\xa4", "\xc2\xa5", "\x56\x86", "\xc2\xa6", "\x5d\xf1", "\xc2\xa7", + "\x56\x87", "\x59\xfd", "\xc2\xa8", "\xc2\xa9", "\xc2\xaa", "\x4c\xf3", + "\xc2\xab", "\xc2\xac", "\x5d\xf2", "\x48\xae", "\x58\x56", "\xc2\xad", + "\xc2\xae", "\x5b\x6f", "\xc2\xaf", "\xc2\xb0", "\xc2\xb1", "\xc2\xb2", + "\xc2\xb3", "\xc2\xb4", "\xc2\xb5", "\xc2\xb6", "\xc2\xb7", "\xc2\xb8", + "\x56\x8e", "\xc2\xb9", "\xc2\xba", "\xc2\xbb", "\xc2\xbc", "\xc2\xbd", + "\xc2\xbe", "\xc2\xbf", "\xc2\xc0", "\x5d\xf3", "\xc2\xc1", "\xc2\xc2", + "\x62\x64", "\xc2\xc3", "\xc2\xc4", "\x51\x45", "\xc2\xc5", "\xc2\xc6", + "\x6b\xbe", "\xc2\xc7", "\xc2\xc8", "\x6b\xbf", "\x6b\xc0", "\x52\xd0", + "\xc2\xc9", "\x54\xb7", "\x59\x84", "\xc2\xca", "\xc2\xcb", "\x58\xda", + "\x59\x65", "\x4e\xae", "\x4d\x6d", "\xc2\xcc", "\x68\x95", "\xc2\xcd", + "\xc2\xce", "\x4a\xc5", "\x5a\x5a", "\x6b\xc1", "\x4a\x9c", "\xc2\xcf", + "\xc2\xd0", "\x6b\xc2", "\xc2\xd1", "\xc2\xd2", "\x4b\x92", "\xc2\xd3", + "\xc2\xd4", "\xc2\xd5", "\xc2\xd6", "\xc2\xd7", "\xc2\xd8", "\xc2\xd9", + "\xc2\xda", "\xc2\xdb", "\xc2\xdc", "\x6b\xc4", "\xc2\xdd", "\xc2\xde", + "\xc2\xdf", "\xc2\xe0", "\xc2\xe1", "\xc2\xe2", "\xc2\xe3", "\x5a\x8b", + "\x6b\xa6", "\x59\x49", "\xc2\xe4", "\xc2\xe5", "\xc2\xe6", "\xc2\xe7", + "\x6b\xa8", "\xc2\xe8", "\xc2\xe9", "\xc2\xea", "\x6b\xa7", "\xc2\xeb", + "\xc2\xec", "\x51\x84", "\x50\xd6", "\xc2\xed", "\x49\x42", "\xc2\xee", + "\xc2\xef", "\xc2\xf0", "\xc2\xf1", "\x57\xec", "\xc2\xf2", "\x58\xe7", + "\x6b\xaa", "\xc2\xf3", "\xc2\xf4", "\x58\x97", "\xc2\xf5", "\x6b\xa9", + "\x5b\x91", "\x6b\xab", "\x52\x59", "\xc2\xf6", "\xc2\xf7", "\xc2\xf8", + "\x4e\x95", "\x6b\xad", "\x6b\xac", "\xc2\xf9", "\xc2\xfa", "\xc2\xfb", + "\x52\xdd", "\xc2\xfc", "\xc2\xfd", "\x51\x78", "\xc3\x41", "\xc3\x42", + "\xc3\x43", "\xc3\x44", "\xc3\x45", "\x56\x4a", "\xc3\x46", "\x58\x5c", + "\xc3\x47", "\xc3\x48", "\xc3\x49", "\xc3\x4a", "\xc3\x4b", "\xc3\x4c", + "\xc3\x4d", "\xc3\x4e", "\xc3\x4f", "\xc3\x50", "\xc3\x51", "\x6b\xae", + "\xc3\x52", "\xc3\x53", "\x6b\xaf", "\xc3\x54", "\xc3\x55", "\x6b\xb0", + "\xc3\x56", "\x51\xb5", "\xc3\x57", "\xc3\x58", "\xc3\x59", "\xc3\x5a", + "\xc3\x5b", "\x48\xd3", "\x53\x9a", "\xc3\x5c", "\xc3\x5d", "\xc3\x5e", + "\xc3\x5f", "\x6b\xb1", "\xc3\x60", "\xc3\x61", "\xc3\x62", "\xc3\x63", + "\xc3\x64", "\xc3\x65", "\xc3\x66", "\xc3\x67", "\xc3\x68", "\xc3\x69", + "\xc3\x6a", "\xc3\x6b", "\xc3\x6c", "\xc3\x6d", "\xc3\x6e", "\xc3\x6f", + "\xc3\x70", "\xc3\x71", "\xc3\x72", "\x54\x81", "\x6b\xa5", "\xc3\x73", + "\xc3\x74", "\x4f\xb7", "\xc3\x75", "\xc3\x76", "\x4f\xb1", "\xc3\x77", + "\x4b\x86", "\xc3\x78", "\xc3\x79", "\x4c\x67", "\xc3\x7a", "\x50\x5f", + "\x52\x72", "\x52\x87", "\xc3\x7b", "\xc3\x7c", "\x5c\xcb", "\xc3\x7d", + "\xc3\x7e", "\xc3\x7f", "\x4c\xee", "\xc3\x81", "\xc3\x82", "\xc3\x83", + "\xc3\x84", "\xc3\x85", "\xc3\x86", "\xc3\x87", "\xc3\x88", "\xc3\x89", + "\x4f\x9a", "\x59\x45", "\xc3\x8a", "\x48\xcf", "\xc3\x8b", "\xc3\x8c", + "\xc3\x8d", "\xc3\x8e", "\xc3\x8f", "\x6c\x50", "\xc3\x90", "\xc3\x91", + "\xc3\x92", "\xc3\x93", "\xc3\x94", "\xc3\x95", "\xc3\x96", "\xc3\x97", + "\x6c\x51", "\xc3\x98", "\xc3\x99", "\xc3\x9a", "\xc3\x9b", "\xc3\x9c", + "\x58\xab", "\xc3\x9d", "\x48\xaf", "\xc3\x9e", "\xc3\x9f", "\xc3\xa0", + "\x6c\x52", "\x6c\x53", "\xc3\xa1", "\x6c\x54", "\xc3\xa2", "\xc3\xa3", + "\xc3\xa4", "\x54\x6a", "\xc3\xa5", "\xc3\xa6", "\xc3\xa7", "\xc3\xa8", + "\xc3\xa9", "\xc3\xaa", "\xc3\xab", "\x4f\xce", "\xc3\xac", "\xc3\xad", + "\x6c\x57", "\xc3\xae", "\xc3\xaf", "\xc3\xb0", "\xc3\xb1", "\xc3\xb2", + "\xc3\xb3", "\xc3\xb4", "\x6c\x56", "\xc3\xb5", "\x49\x7e", "\xc3\xb6", + "\x6c\x55", "\xc3\xb7", "\xc3\xb8", "\x6c\x58", "\xc3\xb9", "\x6c\x59", + "\xc3\xba", "\xc3\xbb", "\xc3\xbc", "\xc3\xbd", "\xc3\xbe", "\xc3\xbf", + "\xc3\xc0", "\xc3\xc1", "\xc3\xc2", "\xc3\xc3", "\xc3\xc4", "\xc3\xc5", + "\xc3\xc6", "\xc3\xc7", "\xc3\xc8", "\xc3\xc9", "\xc3\xca", "\xc3\xcb", + "\xc3\xcc", "\xc3\xcd", "\xc3\xce", "\xc3\xcf", "\xc3\xd0", "\xc3\xd1", + "\xc3\xd2", "\xc3\xd3", "\xc3\xd4", "\xc3\xd5", "\xc3\xd6", "\xc3\xd7", + "\xc3\xd8", "\xc3\xd9", "\xc3\xda", "\xc3\xdb", "\xc3\xdc", "\xc3\xdd", + "\xc3\xde", "\xc3\xdf", "\xc3\xe0", "\xc3\xe1", "\xc3\xe2", "\xc3\xe3", + "\xc3\xe4", "\xc3\xe5", "\xc3\xe6", "\xc3\xe7", "\xc3\xe8", "\xc3\xe9", + "\xc3\xea", "\x57\xa3", "\x54\xcc", "\xc3\xeb", "\x4d\xaa", "\x64\xb7", + "\x64\xb8", "\x64\xb9", "\x4f\xc1", "\xc3\xec", "\xc3\xed", "\xc3\xee", + "\xc3\xef", "\xc3\xf0", "\x59\xf3", "\xc3\xf1", "\x5a\xce", "\x55\x78", + "\xc3\xf2", "\xc3\xf3", "\xc3\xf4", "\xc3\xf5", "\xc3\xf6", "\xc3\xf7", + "\xc3\xf8", "\xc3\xf9", "\xc3\xfa", "\xc3\xfb", "\xc3\xfc", "\xc3\xfd", + "\xc4\x41", "\xc4\x42", "\xc4\x43", "\xc4\x44", "\xc4\x45", "\xc4\x46", + "\xc4\x47", "\xc4\x48", "\xc4\x49", "\xc4\x4a", "\xc4\x4b", "\xc4\x4c", + "\xc4\x4d", "\xc4\x4e", "\xc4\x4f", "\xc4\x50", "\xc4\x51", "\xc4\x52", + "\xc4\x53", "\xc4\x54", "\xc4\x55", "\xc4\x56", "\xc4\x57", "\xc4\x58", + "\xc4\x59", "\xc4\x5a", "\xc4\x5b", "\xc4\x5c", "\xc4\x5d", "\xc4\x5e", + "\xc4\x5f", "\xc4\x60", "\xc4\x61", "\xc4\x62", "\xc4\x63", "\xc4\x64", + "\xc4\x65", "\xc4\x66", "\xc4\x67", "\xc4\x68", "\xc4\x69", "\xc4\x6a", + "\xc4\x6b", "\xc4\x6c", "\xc4\x6d", "\xc4\x6e", "\xc4\x6f", "\xc4\x70", + "\xc4\x71", "\xc4\x72", "\xc4\x73", "\xc4\x74", "\xc4\x75", "\xc4\x76", + "\xc4\x77", "\xc4\x78", "\xc4\x79", "\xc4\x7a", "\xc4\x7b", "\xc4\x7c", + "\xc4\x7d", "\xc4\x7e", "\xc4\x7f", "\xc4\x81", "\xc4\x82", "\xc4\x83", + "\xc4\x84", "\xc4\x85", "\xc4\x86", "\xc4\x87", "\xc4\x88", "\xc4\x89", + "\xc4\x8a", "\xc4\x8b", "\xc4\x8c", "\xc4\x8d", "\xc4\x8e", "\xc4\x8f", + "\xc4\x90", "\xc4\x91", "\xc4\x92", "\xc4\x93", "\xc4\x94", "\xc4\x95", + "\xc4\x96", "\xc4\x97", "\xc4\x98", "\xc4\x99", "\xc4\x9a", "\xc4\x9b", + "\xc4\x9c", "\xc4\x9d", "\xc4\x9e", "\xc4\x9f", "\xc4\xa0", "\xc4\xa1", + "\xc4\xa2", "\xc4\xa3", "\xc4\xa4", "\xc4\xa5", "\xc4\xa6", "\xc4\xa7", + "\xc4\xa8", "\xc4\xa9", "\xc4\xaa", "\xc4\xab", "\xc4\xac", "\xc4\xad", + "\xc4\xae", "\xc4\xaf", "\xc4\xb0", "\xc4\xb1", "\xc4\xb2", "\xc4\xb3", + "\x59\xb2", "\x4b\xa4", "\x54\x8b", "\x69\x9d", "\x58\x8f", "\x56\x53", + "\x58\xea", "\x64\x90", "\x57\x88", "\x4d\x6b", "\x4b\xd8", "\x69\x9e", + "\x48\xe3", "\x56\x6c", "\x69\x9f", "\x5a\xa3", "\x51\xac", "\x51\x8d", + "\x53\xc3", "\x4f\xb0", "\x69\xa0", "\x4e\xd4", "\xc4\xb4", "\x69\xa1", + "\x69\xa2", "\xc4\xb5", "\x69\xa3", "\x59\xc2", "\x53\xb4", "\xc4\xb6", + "\x57\x67", "\x69\xa4", "\xc4\xb7", "\x5a\x51", "\x50\x65", "\x56\xe1", + "\xc4\xb8", "\x69\xa5", "\x69\xa6", "\x59\x75", "\x4b\xed", "\x69\xa7", + "\x69\xa8", "\x4b\x7f", "\x69\xa9", "\x69\xaa", "\xc4\xb9", "\x49\xfb", + "\x69\xab", "\x69\xac", "\x54\xa6", "\xc4\xba", "\xc4\xbb", "\xc4\xbc", + "\xc4\xbd", "\xc4\xbe", "\xc4\xbf", "\xc4\xc0", "\xc4\xc1", "\xc4\xc2", + "\xc4\xc3", "\xc4\xc4", "\xc4\xc5", "\xc4\xc6", "\xc4\xc7", "\xc4\xc8", + "\xc4\xc9", "\xc4\xca", "\xc4\xcb", "\xc4\xcc", "\xc4\xcd", "\xc4\xce", + "\xc4\xcf", "\xc4\xd0", "\xc4\xd1", "\xc4\xd2", "\xc4\xd3", "\xc4\xd4", + "\xc4\xd5", "\xc4\xd6", "\xc4\xd7", "\xc4\xd8", "\xc4\xd9", "\xc4\xda", + "\xc4\xdb", "\xc4\xdc", "\xc4\xdd", "\xc4\xde", "\xc4\xdf", "\x4c\x88", + "\xc4\xe0", "\xc4\xe1", "\x66\xa8", "\x66\xa9", "\x66\xaa", "\xc4\xe2", + "\x66\xab", "\xc4\xe3", "\xc4\xe4", "\x53\xad", "\x66\xac", "\x66\xad", + "\xc4\xe5", "\xc4\xe6", "\xc4\xe7", "\x4c\x69", "\x55\xb2", "\xc4\xe8", + "\xc4\xe9", "\xc4\xea", "\xc4\xeb", "\xc4\xec", "\xc4\xed", "\xc4\xee", + "\x61\xb7", "\x6c\x6f", "\xc4\xef", "\xc4\xf0", "\xc4\xf1", "\xc4\xf2", + "\xc4\xf3", "\xc4\xf4", "\xc4\xf5", "\xc4\xf6", "\xc4\xf7", "\xc4\xf8", + "\xc4\xf9", "\xc4\xfa", "\xc4\xfb", "\xc4\xfc", "\xc4\xfd", "\xc5\x41", + "\xc5\x42", "\xc5\x43", "\xc5\x44", "\xc5\x45", "\xc5\x46", "\xc5\x47", + "\xc5\x48", "\xc5\x49", "\xc5\x4a", "\xc5\x4b", "\xc5\x4c", "\xc5\x4d", + "\xc5\x4e", "\xc5\x4f", "\xc5\x50", "\xc5\x51", "\xc5\x52", "\xc5\x53", + "\xc5\x54", "\xc5\x55", "\x6c\x70", "\xc5\x56", "\xc5\x57", "\x49\xcc", + "\xc5\x58", "\xc5\x59", "\xc5\x5a", "\xc5\x5b", "\xc5\x5c", "\xc5\x5d", + "\xc5\x5e", "\xc5\x5f", "\xc5\x60", "\xc5\x61", "\xc5\x62", "\xc5\x63", + "\xc5\x64", "\xc5\x65", "\xc5\x66", "\xc5\x67", "\xc5\x68", "\xc5\x69", + "\xc5\x6a", "\xc5\x6b", "\xc5\x6c", "\xc5\x6d", "\xc5\x6e", "\xc5\x6f", + "\xc5\x70", "\xc5\x71", "\xc5\x72", "\xc5\x73", "\xc5\x74", "\x6c\x71", + "\xc5\x75", "\xc5\x76", "\xc5\x77", "\xc5\x78", "\xc5\x79", "\xc5\x7a", + "\xc5\x7b", "\xc5\x7c", "\xc5\x7d", "\xc5\x7e", "\xc5\x7f", "\xc5\x81", + "\xc5\x82", "\xc5\x83", "\xc5\x84", "\xc5\x85", "\xc5\x86", "\xc5\x87", + "\xc5\x88", "\xc5\x89", "\xc5\x8a", "\xc5\x8b", "\xc5\x8c", "\xc5\x8d", + "\xc5\x8e", "\xc5\x8f", "\xc5\x90", "\xc5\x91", "\xc5\x92", "\xc5\x93", + "\xc5\x94", "\xc5\x95", "\xc5\x96", "\xc5\x97", "\xc5\x98", "\xc5\x99", + "\xc5\x9a", "\x6c\x73", "\x6c\x72", "\xc5\x9b", "\xc5\x9c", "\xc5\x9d", + "\xc5\x9e", "\xc5\x9f", "\xc5\xa0", "\xc5\xa1", "\xc5\xa2", "\xc5\xa3", + "\xc5\xa4", "\xc5\xa5", "\xc5\xa6", "\xc5\xa7", "\x61\xba", "\xc5\xa8", + "\x4e\xa1", "\xc5\xa9", "\x61\xbb", "\x61\xbc", "\x61\xbd", "\x61\xbe", + "\x61\xbf", "\x61\xc0", "\x4c\x59", "\x59\xfa", "\x4f\x44", "\x55\xcd", + "\x49\x45", "\x56\x67", "\xc5\xaa", "\x61\xc1", "\x4b\xfb", "\x54\xc3", + "\x61\xc2", "\xc5\xab", "\xc5\xac", "\x4f\x68", "\xc5\xad", "\x49\x9e", + "\x61\xc3", "\xc5\xae", "\x4b\xf5", "\x61\xc4", "\x52\xd8", "\xc5\xaf", + "\xc5\xb0", "\x61\xc5", "\x58\x7a", "\x4d\x7d", "\x61\xc6", "\x50\xa0", + "\xc5\xb1", "\x61\xc7", "\x49\xf5", "\xc5\xb2", "\x61\xc8", "\xc5\xb3", + "\x51\x94", "\x61\xc9", "\x61\xca", "\x51\xf7", "\x61\xcb", "\x61\xcc", + "\x61\xcd", "\x55\xd6", "\x5c\xb7", "\x5d\x86", "\x58\x84", "\xc5\xb4", + "\xc5\xb5", "\xc5\xb6", "\xc5\xb7", "\xc5\xb8", "\xc5\xb9", "\xc5\xba", + "\xc5\xbb", "\xc5\xbc", "\xc5\xbd", "\xc5\xbe", "\x68\xa4", "\xc5\xbf", + "\xc5\xc0", "\x5e\xaf", "\xc5\xc1", "\xc5\xc2", "\xc5\xc3", "\xc5\xc4", + "\xc5\xc5", "\xc5\xc6", "\xc5\xc7", "\xc5\xc8", "\xc5\xc9", "\xc5\xca", + "\xc5\xcb", "\xc5\xcc", "\xc5\xcd", "\xc5\xce", "\xc5\xcf", "\xc5\xd0", + "\xc5\xd1", "\xc5\xd2", "\xc5\xd3", "\xc5\xd4", "\xc5\xd5", "\xc5\xd6", + "\xc5\xd7", "\xc5\xd8", "\xc5\xd9", "\xc5\xda", "\xc5\xdb", "\xc5\xdc", + "\xc5\xdd", "\xc5\xde", "\xc5\xdf", "\xc5\xe0", "\xc5\xe1", "\xc5\xe2", + "\xc5\xe3", "\xc5\xe4", "\xc5\xe5", "\xc5\xe6", "\xc5\xe7", "\xc5\xe8", + "\xc5\xe9", "\xc5\xea", "\xc5\xeb", "\xc5\xec", "\xc5\xed", "\xc5\xee", + "\xc5\xef", "\xc5\xf0", "\xc5\xf1", "\xc5\xf2", "\xc5\xf3", "\xc5\xf4", + "\xc5\xf5", "\xc5\xf6", "\xc5\xf7", "\xc5\xf8", "\xc5\xf9", "\xc5\xfa", + "\xc5\xfb", "\xc5\xfc", "\xc5\xfd", "\xc6\x41", "\xc6\x42", "\xc6\x43", + "\xc6\x44", "\xc6\x45", "\xc6\x46", "\xc6\x47", "\xc6\x48", "\xc6\x49", + "\xc6\x4a", "\xc6\x4b", "\xc6\x4c", "\xc6\x4d", "\xc6\x4e", "\xc6\x4f", + "\xc6\x50", "\xc6\x51", "\xc6\x52", "\xc6\x53", "\xc6\x54", "\xc6\x55", + "\xc6\x56", "\xc6\x57", "\xc6\x58", "\xc6\x59", "\xc6\x5a", "\xc6\x5b", + "\xc6\x5c", "\xc6\x5d", "\xc6\x5e", "\xc6\x5f", "\xc6\x60", "\xc6\x61", + "\xc6\x62", "\xc6\x63", "\xc6\x64", "\xc6\x65", "\xc6\x66", "\xc6\x67", + "\xc6\x68", "\xc6\x69", "\xc6\x6a", "\xc6\x6b", "\xc6\x6c", "\xc6\x6d", + "\xc6\x6e", "\xc6\x6f", "\xc6\x70", "\xc6\x71", "\xc6\x72", "\xc6\x73", + "\xc6\x74", "\xc6\x75", "\xc6\x76", "\xc6\x77", "\xc6\x78", "\xc6\x79", + "\xc6\x7a", "\xc6\x7b", "\xc6\x7c", "\xc6\x7d", "\xc6\x7e", "\xc6\x7f", + "\xc6\x81", "\xc6\x82", "\xc6\x83", "\xc6\x84", "\xc6\x85", "\xc6\x86", + "\xc6\x87", "\xc6\x88", "\xc6\x89", "\xc6\x8a", "\xc6\x8b", "\xc6\x8c", + "\xc6\x8d", "\xc6\x8e", "\xc6\x8f", "\xc6\x90", "\xc6\x91", "\xc6\x92", + "\xc6\x93", "\xc6\x94", "\xc6\x95", "\xc6\x96", "\xc6\x97", "\xc6\x98", + "\xc6\x99", "\xc6\x9a", "\xc6\x9b", "\xc6\x9c", "\xc6\x9d", "\xc6\x9e", + "\xc6\x9f", "\xc6\xa0", "\xc6\xa1", "\xc6\xa2", "\xc6\xa3", "\xc6\xa4", + "\xc6\xa5", "\xc6\xa6", "\xc6\xa7", "\xc6\xa8", "\xc6\xa9", "\xc6\xaa", + "\xc6\xab", "\xc6\xac", "\xc6\xad", "\xc6\xae", "\xc6\xaf", "\xc6\xb0", + "\xc6\xb1", "\xc6\xb2", "\xc6\xb3", "\xc6\xb4", "\xc6\xb5", "\xc6\xb6", + "\xc6\xb7", "\xc6\xb8", "\xc6\xb9", "\xc6\xba", "\xc6\xbb", "\xc6\xbc", + "\xc6\xbd", "\xc6\xbe", "\xc6\xbf", "\xc6\xc0", "\xc6\xc1", "\xc6\xc2", + "\xc6\xc3", "\xc6\xc4", "\xc6\xc5", "\xc6\xc6", "\xc6\xc7", "\x51\xec", + "\x5a\xa5", "\x57\x74", "\x59\x51", "\x4a\x7b", "\x54\x9e", "\xc6\xc8", + "\x49\xb4", "\x51\xbe", "\x63\xdf", "\x55\xba", "\x63\xe0", "\x63\xe1", + "\x4f\xd3", "\x63\xe2", "\x5c\x44", "\x57\x75", "\x63\xe4", "\x4e\xdc", + "\x63\xe3", "\x63\xe5", "\x63\xe6", "\x51\xed", "\xc6\xc9", "\x4f\x5e", + "\x63\xe7", "\x51\xe5", "\x4d\xa6", "\x63\xe8", "\xc6\xca", "\x63\xe9", + "\x4a\x72", "\x59\x8a", "\xc6\xcb", "\xc6\xcc", "\x50\x45", "\x63\xea", + "\x53\xee", "\x63\xeb", "\x63\xec", "\xc6\xcd", "\xc6\xce", "\x63\xed", + "\x53\xac", "\x63\xee", "\xc6\xcf", "\x55\x47", "\x63\xef", "\x63\xf0", + "\x63\xf1", "\x63\x59", "\x63\xf2", "\x63\xf3", "\x51\xe1", "\x63\xf4", + "\x63\xf5", "\x5b\xe7", "\x63\xf6", "\xc6\xd0", "\x63\xf7", "\x4d\x67", + "\xc6\xd1", "\xc6\xd2", "\xc6\xd3", "\xc6\xd4", "\xc6\xd5", "\xc6\xd6", + "\xc6\xd7", "\x6c\x5b", "\x6c\x5a", "\xc6\xd8", "\xc6\xd9", "\xc6\xda", + "\xc6\xdb", "\x6c\x5e", "\x6c\x5c", "\x4d\xa0", "\xc6\xdc", "\x6c\x5f", + "\xc6\xdd", "\x6c\x60", "\xc6\xde", "\xc6\xdf", "\xc6\xe0", "\x6c\x62", + "\x6c\x61", "\x6c\x64", "\xc6\xe1", "\xc6\xe2", "\x6c\x63", "\xc6\xe3", + "\xc6\xe4", "\xc6\xe5", "\xc6\xe6", "\xc6\xe7", "\x6c\x65", "\x6c\x66", + "\xc6\xe8", "\xc6\xe9", "\xc6\xea", "\xc6\xeb", "\x6c\x67", "\xc6\xec", + "\x56\x89", "\xc6\xed", "\xc6\xee", "\xc6\xef", "\xc6\xf0", "\x4c\xde", + "\xc6\xf1", "\xc6\xf2", "\xc6\xf3", "\xc6\xf4", "\xc6\xf5", "\xc6\xf6", + "\x6c\x74", "\xc6\xf7", "\x6c\x75", "\xc6\xf8", "\xc6\xf9", "\xc6\xfa", + "\xc6\xfb", "\x6c\x76", "\xc6\xfc", "\xc6\xfd", "\xc7\x41", "\xc7\x42", + "\x6c\x78", "\xc7\x43", "\x6c\x7a", "\xc7\x44", "\x6c\x77", "\xc7\x45", + "\xc7\x46", "\xc7\x47", "\xc7\x48", "\xc7\x49", "\xc7\x4a", "\xc7\x4b", + "\xc7\x4c", "\xc7\x4d", "\x6c\x7b", "\xc7\x4e", "\x6c\x79", "\xc7\x4f", + "\xc7\x50", "\xc7\x51", "\xc7\x52", "\xc7\x53", "\xc7\x54", "\xc7\x55", + "\x5c\x77", "\xc7\x56", "\xc7\x57", "\xc7\x58", "\xc7\x59", "\x6c\x7c", + "\xc7\x5a", "\xc7\x5b", "\xc7\x5c", "\xc7\x5d", "\xc7\x5e", "\xc7\x5f", + "\x6c\x7d", "\xc7\x60", "\xc7\x61", "\xc7\x62", "\x6c\x7e", "\xc7\x63", + "\xc7\x64", "\xc7\x65", "\xc7\x66", "\xc7\x67", "\xc7\x68", "\xc7\x69", + "\xc7\x6a", "\xc7\x6b", "\xc7\x6c", "\xc7\x6d", "\x6c\x7f", "\xc7\x6e", + "\xc7\x6f", "\xc7\x70", "\x6c\x81", "\xc7\x71", "\xc7\x72", "\xc7\x73", + "\xc7\x74", "\xc7\x75", "\xc7\x76", "\xc7\x77", "\xc7\x78", "\xc7\x79", + "\xc7\x7a", "\xc7\x7b", "\x5e\x6b", "\xc7\x7c", "\xc7\x7d", "\x5c\xa9", + "\xc7\x7e", "\xc7\x7f", "\xc7\x81", "\xc7\x82", "\xc7\x83", "\xc7\x84", + "\xc7\x85", "\xc7\x86", "\x63\x98", "\x4d\x8e", "\xc7\x87", "\xc7\x88", + "\xc7\x89", "\xc7\x8a", "\x50\x9e", "\x4e\x8b", "\x6c\x69", "\x53\xc6", + "\x6c\x68", "\xc7\x8b", "\x6c\x6a", "\x6c\x6c", "\x6c\x6b", "\xc7\x8c", + "\xc7\x8d", "\xc7\x8e", "\x6c\x6d", "\xc7\x8f", "\x57\xb9", "\xc7\x90", + "\x6c\x6e", "\xc7\x91", "\xc7\x92", "\x52\xa6", "\xc7\x93", "\xc7\x94", + "\xc7\x95", "\xc7\x96", "\xc7\x97", "\xc7\x98", "\xc7\x99", "\xc7\x9a", + "\xc7\x9b", "\xc7\x9c", "\xc7\x9d", "\xc7\x9e", "\xc7\x9f", "\xc7\xa0", + "\xc7\xa1", "\xc7\xa2", "\xc7\xa3", "\xc7\xa4", "\xc7\xa5", "\xc7\xa6", + "\xc7\xa7", "\xc7\xa8", "\xc7\xa9", "\xc7\xaa", "\xc7\xab", "\xc7\xac", + "\xc7\xad", "\xc7\xae", "\xc7\xaf", "\xc7\xb0", "\xc7\xb1", "\xc7\xb2", + "\xc7\xb3", "\xc7\xb4", "\xc7\xb5", "\xc7\xb6", "\xc7\xb7", "\xc7\xb8", + "\xc7\xb9", "\xc7\xba", "\xc7\xbb", "\xc7\xbc", "\xc7\xbd", "\xc7\xbe", + "\xc7\xbf", "\xc7\xc0", "\xc7\xc1", "\xc7\xc2", "\xc7\xc3", "\xc7\xc4", + "\xc7\xc5", "\xc7\xc6", "\xc7\xc7", "\xc7\xc8", "\xc7\xc9", "\xc7\xca", + "\xc7\xcb", "\xc7\xcc", "\xc7\xcd", "\xc7\xce", "\xc7\xcf", "\xc7\xd0", + "\xc7\xd1", "\xc7\xd2", "\xc7\xd3", "\xc7\xd4", "\xc7\xd5", "\xc7\xd6", + "\xc7\xd7", "\xc7\xd8", "\xc7\xd9", "\xc7\xda", "\xc7\xdb", "\xc7\xdc", + "\xc7\xdd", "\xc7\xde", "\xc7\xdf", "\xc7\xe0", "\xc7\xe1", "\xc7\xe2", + "\xc7\xe3", "\xc7\xe4", "\xc7\xe5", "\xc7\xe6", "\xc7\xe7", "\xc7\xe8", + "\xc7\xe9", "\xc7\xea", "\xc7\xeb", "\xc7\xec", "\xc7\xed", "\xc7\xee", + "\xc7\xef", "\xc7\xf0", "\xc7\xf1", "\xc7\xf2", "\xc7\xf3", "\xc7\xf4", + "\xc7\xf5", "\xc7\xf6", "\xc7\xf7", "\xc7\xf8", "\xc7\xf9", "\xc7\xfa", + "\xc7\xfb", "\xc7\xfc", "\xc7\xfd", "\xc8\x41", "\xc8\x42", "\xc8\x43", + "\xc8\x44", "\xc8\x45", "\xc8\x46", "\xc8\x47", "\xc8\x48", "\xc8\x49", + "\xc8\x4a", "\xc8\x4b", "\xc8\x4c", "\xc8\x4d", "\xc8\x4e", "\xc8\x4f", + "\xc8\x50", "\xc8\x51", "\xc8\x52", "\xc8\x53", "\xc8\x54", "\xc8\x55", + "\xc8\x56", "\xc8\x57", "\xc8\x58", "\xc8\x59", "\xc8\x5a", "\xc8\x5b", + "\xc8\x5c", "\xc8\x5d", "\xc8\x5e", "\xc8\x5f", "\xc8\x60", "\xc8\x61", + "\xc8\x62", "\xc8\x63", "\xc8\x64", "\xc8\x65", "\xc8\x66", "\xc8\x67", + "\xc8\x68", "\xc8\x69", "\xc8\x6a", "\xc8\x6b", "\xc8\x6c", "\xc8\x6d", + "\xc8\x6e", "\xc8\x6f", "\xc8\x70", "\xc8\x71", "\xc8\x72", "\xc8\x73", + "\xc8\x74", "\xc8\x75", "\xc8\x76", "\xc8\x77", "\xc8\x78", "\xc8\x79", + "\xc8\x7a", "\xc8\x7b", "\xc8\x7c", "\xc8\x7d", "\xc8\x7e", "\xc8\x7f", + "\xc8\x81", "\xc8\x82", "\xc8\x83", "\xc8\x84", "\xc8\x85", "\xc8\x86", + "\xc8\x87", "\xc8\x88", "\xc8\x89", "\xc8\x8a", "\xc8\x8b", "\xc8\x8c", + "\xc8\x8d", "\xc8\x8e", "\xc8\x8f", "\xc8\x90", "\xc8\x91", "\xc8\x92", + "\xc8\x93", "\xc8\x94", "\xc8\x95", "\xc8\x96", "\xc8\x97", "\xc8\x98", + "\xc8\x99", "\xc8\x9a", "\xc8\x9b", "\xc8\x9c", "\xc8\x9d", "\xc8\x9e", + "\xc8\x9f", "\xc8\xa0", "\xc8\xa1", "\xc8\xa2", "\xc8\xa3", "\xc8\xa4", + "\xc8\xa5", "\xc8\xa6", "\xc8\xa7", "\xc8\xa8", "\xc8\xa9", "\xc8\xaa", + "\xc8\xab", "\xc8\xac", "\xc8\xad", "\xc8\xae", "\xc8\xaf", "\xc8\xb0", + "\xc8\xb1", "\xc8\xb2", "\xc8\xb3", "\xc8\xb4", "\xc8\xb5", "\xc8\xb6", + "\xc8\xb7", "\xc8\xb8", "\xc8\xb9", "\xc8\xba", "\xc8\xbb", "\xc8\xbc", + "\xc8\xbd", "\xc8\xbe", "\xc8\xbf", "\xc8\xc0", "\xc8\xc1", "\xc8\xc2", + "\xc8\xc3", "\xc8\xc4", "\xc8\xc5", "\xc8\xc6", "\xc8\xc7", "\xc8\xc8", + "\xc8\xc9", "\xc8\xca", "\xc8\xcb", "\xc8\xcc", "\xc8\xcd", "\xc8\xce", + "\xc8\xcf", "\xc8\xd0", "\xc8\xd1", "\xc8\xd2", "\xc8\xd3", "\xc8\xd4", + "\xc8\xd5", "\xc8\xd6", "\xc8\xd7", "\xc8\xd8", "\xc8\xd9", "\xc8\xda", + "\xc8\xdb", "\xc8\xdc", "\xc8\xdd", "\xc8\xde", "\xc8\xdf", "\xc8\xe0", + "\xc8\xe1", "\xc8\xe2", "\xc8\xe3", "\xc8\xe4", "\xc8\xe5", "\xc8\xe6", + "\xc8\xe7", "\xc8\xe8", "\xc8\xe9", "\xc8\xea", "\xc8\xeb", "\xc8\xec", + "\xc8\xed", "\xc8\xee", "\xc8\xef", "\xc8\xf0", "\xc8\xf1", "\xc8\xf2", + "\xc8\xf3", "\xc8\xf4", "\xc8\xf5", "\xc8\xf6", "\xc8\xf7", "\xc8\xf8", + "\xc8\xf9", "\xc8\xfa", "\xc8\xfb", "\xc8\xfc", "\xc8\xfd", "\x5a\x84", + "\xc9\x41", "\xc9\x42", "\x6b\xce", "\xc9\x43", "\x51\xb2", "\x6b\xcf", + "\xc9\x44", "\xc9\x45", "\x6b\xd0", "\x6b\xd1", "\x6b\xd2", "\x6b\xd3", + "\xc9\x46", "\xc9\x47", "\x6b\xd5", "\xc9\x48", "\x49\x4b", "\x6b\xd6", + "\xc9\x49", "\x6b\xd7", "\x6b\xd8", "\x6b\xd9", "\xc9\x4a", "\x6b\xda", + "\x6b\xdb", "\xc9\x4b", "\xc9\x4c", "\xc9\x4d", "\xc9\x4e", "\x6b\xdc", + "\x6b\xdd", "\x58\x6a", "\xc9\x4f", "\x6b\xde", "\x6b\xdf", "\x6b\xe0", + "\x6b\xe1", "\x6b\xe2", "\x6b\xe3", "\x50\xef", "\x6b\xe4", "\x6b\xe5", + "\x6b\xe6", "\x6b\xe7", "\x6b\xe8", "\xc9\x50", "\x6b\xe9", "\xc9\x51", + "\x6b\xea", "\x6b\xeb", "\xc9\x52", "\x6b\xec", "\x6b\xed", "\x6b\xee", + "\x6b\xef", "\x6b\xf0", "\x6b\xf1", "\x6b\xf2", "\x6b\xf3", "\x4f\xa7", + "\xc9\x53", "\x6b\xf4", "\x6b\xf5", "\x6b\xf6", "\x6b\xf7", "\xc9\x54", + "\xc9\x55", "\xc9\x56", "\xc9\x57", "\xc9\x58", "\x54\xf9", "\x6b\xf8", + "\x6b\xf9", "\x6b\xfa", "\x6b\xfb", "\xc9\x59", "\xc9\x5a", "\x6b\xfc", + "\x6b\xfd", "\x6c\x41", "\x6c\x42", "\x6c\x43", "\x6c\x44", "\x6c\x45", + "\xc9\x5b", "\xc9\x5c", "\x6c\x46", "\x6c\x47", "\x6c\x48", "\x49\x8f", + "\x6c\x49", "\x6c\x4a", "\x6c\x4b", "\xc9\x5d", "\xc9\x5e", "\x6c\x4c", + "\x6c\x4d", "\x51\x7b", "\x6c\x4e", "\xc9\x5f", "\xc9\x60", "\x6c\x4f", + "\xc9\x61", "\xc9\x62", "\xc9\x63", "\xc9\x64", "\xc9\x65", "\xc9\x66", + "\xc9\x67", "\xc9\x68", "\xc9\x69", "\xc9\x6a", "\xc9\x6b", "\xc9\x6c", + "\xc9\x6d", "\xc9\x6e", "\xc9\x6f", "\xc9\x70", "\xc9\x71", "\xc9\x72", + "\xc9\x73", "\xc9\x74", "\xc9\x75", "\xc9\x76", "\xc9\x77", "\xc9\x78", + "\xc9\x79", "\xc9\x7a", "\xc9\x7b", "\xc9\x7c", "\xc9\x7d", "\xc9\x7e", + "\xc9\x7f", "\xc9\x81", "\xc9\x82", "\xc9\x83", "\xc9\x84", "\xc9\x85", + "\xc9\x86", "\xc9\x87", "\xc9\x88", "\xc9\x89", "\xc9\x8a", "\xc9\x8b", + "\xc9\x8c", "\xc9\x8d", "\xc9\x8e", "\xc9\x8f", "\xc9\x90", "\xc9\x91", + "\xc9\x92", "\xc9\x93", "\xc9\x94", "\xc9\x95", "\xc9\x96", "\xc9\x97", + "\xc9\x98", "\xc9\x99", "\xc9\x9a", "\xc9\x9b", "\xc9\x9c", "\xc9\x9d", + "\xc9\x9e", "\xc9\x9f", "\xc9\xa0", "\xc9\xa1", "\xc9\xa2", "\xc9\xa3", + "\xc9\xa4", "\xc9\xa5", "\xc9\xa6", "\xc9\xa7", "\xc9\xa8", "\xc9\xa9", + "\xc9\xaa", "\xc9\xab", "\xc9\xac", "\xc9\xad", "\xc9\xae", "\xc9\xaf", + "\xc9\xb0", "\xc9\xb1", "\xc9\xb2", "\xc9\xb3", "\xc9\xb4", "\xc9\xb5", + "\xc9\xb6", "\xc9\xb7", "\xc9\xb8", "\xc9\xb9", "\xc9\xba", "\xc9\xbb", + "\xc9\xbc", "\xc9\xbd", "\xc9\xbe", "\xc9\xbf", "\xc9\xc0", "\xc9\xc1", + "\xc9\xc2", "\xc9\xc3", "\xc9\xc4", "\xc9\xc5", "\xc9\xc6", "\xc9\xc7", + "\xc9\xc8", "\xc9\xc9", "\xc9\xca", "\xc9\xcb", "\xc9\xcc", "\xc9\xcd", + "\xc9\xce", "\xc9\xcf", "\xc9\xd0", "\xc9\xd1", "\xc9\xd2", "\xc9\xd3", + "\xc9\xd4", "\xc9\xd5", "\xc9\xd6", "\xc9\xd7", "\xc9\xd8", "\xc9\xd9", + "\xc9\xda", "\xc9\xdb", "\xc9\xdc", "\xc9\xdd", "\xc9\xde", "\xc9\xdf", + "\xc9\xe0", "\xc9\xe1", "\xc9\xe2", "\xc9\xe3", "\xc9\xe4", "\xc9\xe5", + "\xc9\xe6", "\xc9\xe7", "\xc9\xe8", "\xc9\xe9", "\xc9\xea", "\xc9\xeb", + "\xc9\xec", "\xc9\xed", "\xc9\xee", "\xc9\xef", "\xc9\xf0", "\xc9\xf1", + "\xc9\xf2", "\xc9\xf3", "\xc9\xf4", "\xc9\xf5", "\xc9\xf6", "\xc9\xf7", + "\xc9\xf8", "\xc9\xf9", "\xc9\xfa", "\xc9\xfb", "\xc9\xfc", "\xc9\xfd", + "\xca\x41", "\xca\x42", "\xca\x43", "\xca\x44", "\xca\x45", "\xca\x46", + "\xca\x47", "\xca\x48", "\xca\x49", "\xca\x4a", "\xca\x4b", "\xca\x4c", + "\xca\x4d", "\xca\x4e", "\xca\x4f", "\xca\x50", "\xca\x51", "\xca\x52", + "\xca\x53", "\xca\x54", "\xca\x55", "\xca\x56", "\xca\x57", "\xca\x58", + "\xca\x59", "\xca\x5a", "\xca\x5b", "\xca\x5c", "\xca\x5d", "\xca\x5e", + "\xca\x5f", "\xca\x60", "\xca\x61", "\xca\x62", "\xca\x63", "\xca\x64", + "\xca\x65", "\xca\x66", "\xca\x67", "\xca\x68", "\xca\x69", "\xca\x6a", + "\xca\x6b", "\xca\x6c", "\xca\x6d", "\xca\x6e", "\xca\x6f", "\xca\x70", + "\xca\x71", "\xca\x72", "\xca\x73", "\xca\x74", "\xca\x75", "\xca\x76", + "\xca\x77", "\xca\x78", "\xca\x79", "\xca\x7a", "\xca\x7b", "\xca\x7c", + "\xca\x7d", "\xca\x7e", "\xca\x7f", "\xca\x81", "\xca\x82", "\xca\x83", + "\xca\x84", "\xca\x85", "\xca\x86", "\xca\x87", "\xca\x88", "\xca\x89", + "\xca\x8a", "\xca\x8b", "\xca\x8c", "\xca\x8d", "\xca\x8e", "\xca\x8f", + "\xca\x90", "\xca\x91", "\xca\x92", "\xca\x93", "\xca\x94", "\xca\x95", + "\xca\x96", "\xca\x97", "\xca\x98", "\xca\x99", "\xca\x9a", "\xca\x9b", + "\xca\x9c", "\xca\x9d", "\xca\x9e", "\xca\x9f", "\xca\xa0", "\xca\xa1", + "\xca\xa2", "\xca\xa3", "\xca\xa4", "\xca\xa5", "\xca\xa6", "\xca\xa7", + "\xca\xa8", "\xca\xa9", "\xca\xaa", "\xca\xab", "\xca\xac", "\xca\xad", + "\xca\xae", "\xca\xaf", "\xca\xb0", "\xca\xb1", "\xca\xb2", "\xca\xb3", + "\xca\xb4", "\xca\xb5", "\xca\xb6", "\xca\xb7", "\xca\xb8", "\xca\xb9", + "\xca\xba", "\xca\xbb", "\xca\xbc", "\xca\xbd", "\xca\xbe", "\xca\xbf", + "\xca\xc0", "\xca\xc1", "\xca\xc2", "\xca\xc3", "\xca\xc4", "\xca\xc5", + "\xca\xc6", "\xca\xc7", "\xca\xc8", "\xca\xc9", "\xca\xca", "\xca\xcb", + "\xca\xcc", "\xca\xcd", "\xca\xce", "\xca\xcf", "\xca\xd0", "\xca\xd1", + "\xca\xd2", "\xca\xd3", "\xca\xd4", "\xca\xd5", "\xca\xd6", "\xca\xd7", + "\xca\xd8", "\xca\xd9", "\xca\xda", "\xca\xdb", "\xca\xdc", "\xca\xdd", + "\xca\xde", "\xca\xdf", "\xca\xe0", "\xca\xe1", "\x52\xf0", "\x68\xae", + "\x4e\xa5", "\x68\xaf", "\x52\x9a", "\xca\xe2", "\x53\x58", "\x59\x5b", + "\xca\xe3", "\x68\xb0", "\x68\xb1", "\x68\xb2", "\x68\xb3", "\x68\xb4", + "\x59\x5c", "\xca\xe4", "\x59\x8d", "\xca\xe5", "\x68\xb6", "\x68\xb5", + "\x5a\xa6", "\xca\xe6", "\x57\x72", "\x68\xb7", "\x68\xb9", "\x68\xb8", + "\x68\xba", "\x68\xbb", "\xca\xe7", "\xca\xe8", "\x4c\xea", "\x68\xbc", + "\x4d\xe7", "\xca\xe9", "\x68\xbd", "\x68\xbe", "\x4f\xe8", "\x68\xbf", + "\x4b\xeb", "\x68\xc0", "\x68\xc1", "\x68\xc2", "\x68\xc3", "\x54\xb4", + "\x68\xc4", "\x68\xc5", "\xca\xea", "\x68\xc6", "\x53\x95", "\xca\xeb", + "\x68\xc7", "\xca\xec", "\xca\xed", "\xca\xee", "\x68\xc8", "\xca\xef", + "\x68\xc9", "\x6c\x5d", "\xca\xf0", "\x68\xca", "\x68\xcb", "\x68\xcc", + "\xca\xf1", "\x68\xcd", "\xca\xf2", "\xca\xf3", "\xca\xf4", "\xca\xf5", + "\x68\xce", "\x4d\xd6", "\xca\xf6", "\x68\xcf", "\x68\xd0", "\x68\xd1", + "\x68\xd2", "\x68\xd3", "\x68\xd4", "\x68\xd5", "\x68\xd7", "\xca\xf7", + "\xca\xf8", "\x5a\x45", "\x68\xd6", "\xca\xf9", "\x68\xd8", "\xca\xfa", + "\xca\xfb", "\xca\xfc", "\xca\xfd", "\xcb\x41", "\xcb\x42", "\xcb\x43", + "\xcb\x44", "\xcb\x45", "\xcb\x46", "\x6b\x5a", "\x51\xb8", "\xcb\x47", + "\xcb\x48", "\x6c\x85", "\xcb\x49", "\xcb\x4a", "\xcb\x4b", "\xcb\x4c", + "\x6c\x86", "\x6c\x87", "\xcb\x4d", "\xcb\x4e", "\x6c\x88", "\xcb\x4f", + "\xcb\x50", "\xcb\x51", "\xcb\x52", "\xcb\x53", "\xcb\x54", "\x6c\x89", + "\x51\xb3", "\xcb\x55", "\xcb\x56", "\xcb\x57", "\xcb\x58", "\xcb\x59", + "\xcb\x5a", "\xcb\x5b", "\xcb\x5c", "\xcb\x5d", "\x6c\x8b", "\xcb\x5e", + "\x6c\x8c", "\xcb\x5f", "\xcb\x60", "\xcb\x61", "\xcb\x62", "\xcb\x63", + "\xcb\x64", "\x51\xf2", "\xcb\x65", "\xcb\x66", "\xcb\x67", "\xcb\x68", + "\xcb\x69", "\xcb\x6a", "\xcb\x6b", "\xcb\x6c", "\xcb\x6d", "\xcb\x6e", + "\xcb\x6f", "\xcb\x70", "\xcb\x71", "\x6a\xef", "\xcb\x72", "\xcb\x73", + "\xcb\x74", "\x6a\xee", "\xcb\x75", "\xcb\x76", "\x51\xe8", "\xcb\x77", + "\x6c\x82", "\x6c\x83", "\xcb\x78", "\xcb\x79", "\xcb\x7a", "\xcb\x7b", + "\xcb\x7c", "\x4e\x66", "\xcb\x7d", "\xcb\x7e", "\xcb\x7f", "\xcb\x81", + "\x5d\x85", "\xcb\x82", "\xcb\x83", "\xcb\x84", "\x55\xf1", "\x50\xe7", + "\x68\xa3", "\xcb\x85", "\x4d\xd9", "\xcb\x86", "\xcb\x87", "\x54\x4d", + "\xcb\x88", "\xcb\x89", "\xcb\x8a", "\x52\xab", "\xcb\x8b", "\xcb\x8c", + "\x6c\x8d", "\x6c\x8e", "\x6c\x8f", "\xcb\x8d", "\x6c\x91", "\x6c\x90", + "\xcb\x8e", "\x6c\x92", "\xcb\x8f", "\xcb\x90", "\x6c\x95", "\xcb\x91", + "\x6c\x94", "\xcb\x92", "\x6c\x93", "\x6c\x96", "\xcb\x93", "\xcb\x94", + "\xcb\x95", "\xcb\x96", "\x6c\x97", "\xcb\x97", "\xcb\x98", "\xcb\x99", + "\xcb\x9a", "\xcb\x9b", "\xcb\x9c", "\xcb\x9d", "\xcb\x9e", "\xcb\x9f", + "\x67\x8a", "\xcb\xa0", "\x67\x8b", "\x67\x8c", "\xcb\xa1", "\x6b\xbb", + "\xcb\xa2", "\xcb\xa3", "\xcb\xa4", "\xcb\xa5", "\xcb\xa6", "\xcb\xa7", + "\xcb\xa8", "\xcb\xa9", "\xcb\xaa", "\xcb\xab", "\xcb\xac", "\xcb\xad", + "\x6b\xbc", "\xcb\xae", "\x6b\xbd", "\x4b\xa5", "\xcb\xaf", "\x5c\xbd", + "\xcb\xb0", "\xcb\xb1", "\x4d\x64", "\xcb\xb2", "\xcb\xb3", "\xcb\xb4", + "\x5c\xba", "\xcb\xb5", "\x5e\xb0", "\xcb\xb6", "\xcb\xb7", "\xcb\xb8", + "\xcb\xb9", "\xcb\xba", "\xcb\xbb", "\x55\xf2", "\xcb\xbc", "\x6c\x98", + "\xcb\xbd", "\xcb\xbe", "\xcb\xbf", "\xcb\xc0", "\xcb\xc1", "\xcb\xc2", + "\xcb\xc3", "\xcb\xc4", "\xcb\xc5", "\x6c\x99", "\xcb\xc6", "\xcb\xc7", + "\x6c\x9a", "\xcb\xc8", "\xcb\xc9", "\xcb\xca", "\xcb\xcb", "\xcb\xcc", + "\xcb\xcd", "\xcb\xce", "\x6c\x9c", "\xcb\xcf", "\x6c\x9b", "\xcb\xd0", + "\x49\x67", "\xcb\xd1", "\x6c\x9d", "\x6c\x9e", "\xcb\xd2", "\xcb\xd3", + "\xcb\xd4", "\xcb\xd5", "\xcb\xd6", "\x6c\x9f", "\xcb\xd7", "\xcb\xd8", + "\xcb\xd9", "\xcb\xda", "\xcb\xdb", "\xcb\xdc", "\xcb\xdd", "\xcb\xde", + "\xcb\xdf", "\xcb\xe0", "\xcb\xe1", "\x53\xea", "\x66\xb3", "\xcb\xe2", + "\xcb\xe3", "\xcb\xe4", "\xcb\xe5", "\xcb\xe6", "\xcb\xe7", "\xcb\xe8", + "\xcb\xe9", "\xcb\xea", "\xcb\xeb", "\xcb\xec", "\xcb\xed", "\xcb\xee", + "\xcb\xef", "\xcb\xf0", "\xcb\xf1", "\xcb\xf2", "\xcb\xf3", "\xcb\xf4", + "\xcb\xf5", "\xcb\xf6", "\xcb\xf7", "\xcb\xf8", "\xcb\xf9", "\xcb\xfa", + "\xcb\xfb", "\xcb\xfc", "\xcb\xfd", "\xcc\x41", "\xcc\x42", "\xcc\x43", + "\xcc\x44", "\xcc\x45", "\xcc\x46", "\xcc\x47", "\xcc\x48", "\xcc\x49", + "\xcc\x4a", "\xcc\x4b", "\xcc\x4c", "\xcc\x4d", "\xcc\x4e", "\xcc\x4f", + "\xcc\x50", "\xcc\x51", "\x4a\x7d", "\x6b\xb2", "\xcc\x52", "\xcc\x53", + "\x6b\xb3", "\x51\x85", "\x6b\xb4", "\x6b\xb5", "\x6b\xb6", "\x6b\xb7", + "\x6b\xb8", "\x6b\xb9", "\x54\xa2", "\x6b\xba", "\xcc\x54", "\xcc\x55", + "\xcc\x56", "\xcc\x57", "\xcc\x58", "\xcc\x59", "\xcc\x5a", "\xcc\x5b", + "\xcc\x5c", "\xcc\x5d", "\xcc\x5e", "\xcc\x5f", "\x51\x9b", "\x4d\x48", + "\x67\x89", "\xcc\x60", "\xcc\x61", "\xcc\x62", "\x4d\x8b", "\x5d\x7f", + "\xcc\x63", "\xcc\x64", "\xcc\x65", "\xcc\x66", "\xcc\x67", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x6f\x75", + "\x6f\x76", "\x6f\x77", "\x6f\x78", "\x6f\x79", "\x6f\x7a", "\x6f\x7b", + "\x6f\x7c", "\x6f\x7d", "\x6f\x7e", "\x6f\x7f", "\x6f\x80", "\x6f\x81", + "\x6f\x82", "\x6f\x83", "\x6f\x84", "\x6f\x85", "\x6f\x86", "\x6f\x87", + "\x6f\x88", "\x6f\x89", "\x6f\x8a", "\x6f\x8b", "\x6f\x8c", "\x6f\x8d", + "\x6f\x8e", "\x6f\x8f", "\x6f\x90", "\x6f\x91", "\x6f\x92", "\x6f\x93", + "\x6f\x94", "\x6f\x95", "\x6f\x96", "\x6f\x97", "\x6f\x98", "\x6f\x99", + "\x6f\x9a", "\x6f\x9b", "\x6f\x9c", "\x6f\x9d", "\x6f\x9e", "\x6f\x9f", + "\x6f\xa0", "\x6f\xa1", "\x6f\xa2", "\x6f\xa3", "\x6f\xa4", "\x6f\xa5", + "\x6f\xa6", "\x6f\xa7", "\x6f\xa8", "\x6f\xa9", "\x6f\xaa", "\x6f\xab", + "\x6f\xac", "\x6f\xad", "\x6f\xae", "\x6f\xaf", "\x6f\xb0", "\x6f\xb1", + "\x6f\xb2", "\x6f\xb3", "\x6f\xb4", "\x6f\xb5", "\x6f\xb6", "\x6f\xb7", + "\x6f\xb8", "\x6f\xb9", "\x6f\xba", "\x6f\xbb", "\x6f\xbc", "\x6f\xbd", + "\x6f\xbe", "\x6f\xbf", "\x6f\xc0", "\x6f\xc1", "\x6f\xc2", "\x6f\xc3", + "\x6f\xc4", "\x6f\xc5", "\x6f\xc6", "\x6f\xc7", "\x6f\xc8", "\x6f\xc9", + "\x6f\xca", "\x6f\xcb", "\x6f\xcc", "\x6f\xcd", "\x6f\xce", "\x6f\xcf", + "\x6f\xd0", "\x6f\xd1", "\x6f\xd2", "\x6f\xd3", "\x6f\xd4", "\x6f\xd5", + "\x6f\xd6", "\x6f\xd7", "\x6f\xd8", "\x6f\xd9", "\x6f\xda", "\x6f\xdb", + "\x6f\xdc", "\x6f\xdd", "\x6f\xde", "\x6f\xdf", "\x6f\xe0", "\x6f\xe1", + "\x6f\xe2", "\x6f\xe3", "\x6f\xe4", "\x6f\xe5", "\x6f\xe6", "\x6f\xe7", + "\x6f\xe8", "\x6f\xe9", "\x6f\xea", "\x6f\xeb", "\x6f\xec", "\x6f\xed", + "\x6f\xee", "\x6f\xef", "\x6f\xf0", "\x6f\xf1", "\x6f\xf2", "\x6f\xf3", + "\x6f\xf4", "\x6f\xf5", "\x6f\xf6", "\x6f\xf7", "\x6f\xf8", "\x6f\xf9", + "\x6f\xfa", "\x6f\xfb", "\x6f\xfc", "\x6f\xfd", "\x6f\xfe", "\x70\x41", + "\x70\x42", "\x70\x43", "\x70\x44", "\x70\x45", "\x70\x46", "\x70\x47", + "\x70\x48", "\x70\x49", "\x70\x4a", "\x70\x4b", "\x70\x4c", "\x70\x4d", + "\x70\x4e", "\x70\x4f", "\x70\x50", "\x70\x51", "\x70\x52", "\x70\x53", + "\x70\x54", "\x70\x55", "\x70\x56", "\x70\x57", "\x70\x58", "\x70\x59", + "\x70\x5a", "\x70\x5b", "\x70\x5c", "\x70\x5d", "\x70\x5e", "\x70\x5f", + "\x70\x60", "\x70\x61", "\x70\x62", "\x70\x63", "\x70\x64", "\x70\x65", + "\x70\x66", "\x70\x67", "\x70\x68", "\x70\x69", "\x70\x6a", "\x70\x6b", + "\x70\x6c", "\x70\x6d", "\x70\x6e", "\x70\x6f", "\x70\x70", "\x70\x71", + "\x70\x72", "\x70\x73", "\x70\x74", "\x70\x75", "\x70\x76", "\x70\x77", + "\x70\x78", "\x70\x79", "\x70\x7a", "\x70\x7b", "\x70\x7c", "\x70\x7d", + "\x70\x7e", "\x70\x7f", "\x70\x80", "\x70\x81", "\x70\x82", "\x70\x83", + "\x70\x84", "\x70\x85", "\x70\x86", "\x70\x87", "\x70\x88", "\x70\x89", + "\x70\x8a", "\x70\x8b", "\x70\x8c", "\x70\x8d", "\x70\x8e", "\x70\x8f", + "\x70\x90", "\x70\x91", "\x70\x92", "\x70\x93", "\x70\x94", "\x70\x95", + "\x70\x96", "\x70\x97", "\x70\x98", "\x70\x99", "\x70\x9a", "\x70\x9b", + "\x70\x9c", "\x70\x9d", "\x70\x9e", "\x70\x9f", "\x70\xa0", "\x70\xa1", + "\x70\xa2", "\x70\xa3", "\x70\xa4", "\x70\xa5", "\x70\xa6", "\x70\xa7", + "\x70\xa8", "\x70\xa9", "\x70\xaa", "\x70\xab", "\x70\xac", "\x70\xad", + "\x70\xae", "\x70\xaf", "\x70\xb0", "\x70\xb1", "\x70\xb2", "\x70\xb3", + "\x70\xb4", "\x70\xb5", "\x70\xb6", "\x70\xb7", "\x70\xb8", "\x70\xb9", + "\x70\xba", "\x70\xbb", "\x70\xbc", "\x70\xbd", "\x70\xbe", "\x70\xbf", + "\x70\xc0", "\x70\xc1", "\x70\xc2", "\x70\xc3", "\x70\xc4", "\x70\xc5", + "\x70\xc6", "\x70\xc7", "\x70\xc8", "\x70\xc9", "\x70\xca", "\x70\xcb", + "\x70\xcc", "\x70\xcd", "\x70\xce", "\x70\xcf", "\x70\xd0", "\x70\xd1", + "\x70\xd2", "\x70\xd3", "\x70\xd4", "\x70\xd5", "\x70\xd6", "\x70\xd7", + "\x70\xd8", "\x70\xd9", "\x70\xda", "\x70\xdb", "\x70\xdc", "\x70\xdd", + "\x70\xde", "\x70\xdf", "\x70\xe0", "\x70\xe1", "\x70\xe2", "\x70\xe3", + "\x70\xe4", "\x70\xe5", "\x70\xe6", "\x70\xe7", "\x70\xe8", "\x70\xe9", + "\x70\xea", "\x70\xeb", "\x70\xec", "\x70\xed", "\x70\xee", "\x70\xef", + "\x70\xf0", "\x70\xf1", "\x70\xf2", "\x70\xf3", "\x70\xf4", "\x70\xf5", + "\x70\xf6", "\x70\xf7", "\x70\xf8", "\x70\xf9", "\x70\xfa", "\x70\xfb", + "\x70\xfc", "\x70\xfd", "\x70\xfe", "\x71\x41", "\x71\x42", "\x71\x43", + "\x71\x44", "\x71\x45", "\x71\x46", "\x71\x47", "\x71\x48", "\x71\x49", + "\x71\x4a", "\x71\x4b", "\x71\x4c", "\x71\x4d", "\x71\x4e", "\x71\x4f", + "\x71\x50", "\x71\x51", "\x71\x52", "\x71\x53", "\x71\x54", "\x71\x55", + "\x71\x56", "\x71\x57", "\x71\x58", "\x71\x59", "\x71\x5a", "\x71\x5b", + "\x71\x5c", "\x71\x5d", "\x71\x5e", "\x71\x5f", "\x71\x60", "\x71\x61", + "\x71\x62", "\x71\x63", "\x71\x64", "\x71\x65", "\x71\x66", "\x71\x67", + "\x71\x68", "\x71\x69", "\x71\x6a", "\x71\x6b", "\x71\x6c", "\x71\x6d", + "\x71\x6e", "\x71\x6f", "\x71\x70", "\x71\x71", "\x71\x72", "\x71\x73", + "\x71\x74", "\x71\x75", "\x71\x76", "\x71\x77", "\x71\x78", "\x71\x79", + "\x71\x7a", "\x71\x7b", "\x71\x7c", "\x71\x7d", "\x71\x7e", "\x71\x7f", + "\x71\x80", "\x71\x81", "\x71\x82", "\x71\x83", "\x71\x84", "\x71\x85", + "\x71\x86", "\x71\x87", "\x71\x88", "\x71\x89", "\x71\x8a", "\x71\x8b", + "\x71\x8c", "\x71\x8d", "\x71\x8e", "\x71\x8f", "\x71\x90", "\x71\x91", + "\x71\x92", "\x71\x93", "\x71\x94", "\x71\x95", "\x71\x96", "\x71\x97", + "\x71\x98", "\x71\x99", "\x71\x9a", "\x71\x9b", "\x71\x9c", "\x71\x9d", + "\x71\x9e", "\x71\x9f", "\x71\xa0", "\x71\xa1", "\x71\xa2", "\x71\xa3", + "\x71\xa4", "\x71\xa5", "\x71\xa6", "\x71\xa7", "\x71\xa8", "\x71\xa9", + "\x71\xaa", "\x71\xab", "\x71\xac", "\x71\xad", "\x71\xae", "\x71\xaf", + "\x71\xb0", "\x71\xb1", "\x71\xb2", "\x71\xb3", "\x71\xb4", "\x71\xb5", + "\x71\xb6", "\x71\xb7", "\x71\xb8", "\x71\xb9", "\x71\xba", "\x71\xbb", + "\x71\xbc", "\x71\xbd", "\x71\xbe", "\x71\xbf", "\x71\xc0", "\x71\xc1", + "\x71\xc2", "\x71\xc3", "\x71\xc4", "\x71\xc5", "\x71\xc6", "\x71\xc7", + "\x71\xc8", "\x71\xc9", "\x71\xca", "\x71\xcb", "\x71\xcc", "\x71\xcd", + "\x71\xce", "\x71\xcf", "\x71\xd0", "\x71\xd1", "\x71\xd2", "\x71\xd3", + "\x71\xd4", "\x71\xd5", "\x71\xd6", "\x71\xd7", "\x71\xd8", "\x71\xd9", + "\x71\xda", "\x71\xdb", "\x71\xdc", "\x71\xdd", "\x71\xde", "\x71\xdf", + "\x71\xe0", "\x71\xe1", "\x71\xe2", "\x71\xe3", "\x71\xe4", "\x71\xe5", + "\x71\xe6", "\x71\xe7", "\x71\xe8", "\x71\xe9", "\x71\xea", "\x71\xeb", + "\x71\xec", "\x71\xed", "\x71\xee", "\x71\xef", "\x71\xf0", "\x71\xf1", + "\x71\xf2", "\x71\xf3", "\x71\xf4", "\x71\xf5", "\x71\xf6", "\x71\xf7", + "\x71\xf8", "\x71\xf9", "\x71\xfa", "\x71\xfb", "\x71\xfc", "\x71\xfd", + "\x71\xfe", "\x72\x41", "\x72\x42", "\x72\x43", "\x72\x44", "\x72\x45", + "\x72\x46", "\x72\x47", "\x72\x48", "\x72\x49", "\x72\x4a", "\x72\x4b", + "\x72\x4c", "\x72\x4d", "\x72\x4e", "\x72\x4f", "\x72\x50", "\x72\x51", + "\x72\x52", "\x72\x53", "\x72\x54", "\x72\x55", "\x72\x56", "\x72\x57", + "\x72\x58", "\x72\x59", "\x72\x5a", "\x72\x5b", "\x72\x5c", "\x72\x5d", + "\x72\x5e", "\x72\x5f", "\x72\x60", "\x72\x61", "\x72\x62", "\x72\x63", + "\x72\x64", "\x72\x65", "\x72\x66", "\x72\x67", "\x72\x68", "\x72\x69", + "\x72\x6a", "\x72\x6b", "\x72\x6c", "\x72\x6d", "\x72\x6e", "\x72\x6f", + "\x72\x70", "\x72\x71", "\x72\x72", "\x72\x73", "\x72\x74", "\x72\x75", + "\x72\x76", "\x72\x77", "\x72\x78", "\x72\x79", "\x72\x7a", "\x72\x7b", + "\x72\x7c", "\x72\x7d", "\x72\x7e", "\x72\x7f", "\x72\x80", "\x72\x81", + "\x72\x82", "\x72\x83", "\x72\x84", "\x72\x85", "\x72\x86", "\x72\x87", + "\x72\x88", "\x72\x89", "\x72\x8a", "\x72\x8b", "\x72\x8c", "\x72\x8d", + "\x72\x8e", "\x72\x8f", "\x72\x90", "\x72\x91", "\x72\x92", "\x72\x93", + "\x72\x94", "\x72\x95", "\x72\x96", "\x72\x97", "\x72\x98", "\x72\x99", + "\x72\x9a", "\x72\x9b", "\x72\x9c", "\x72\x9d", "\x72\x9e", "\x72\x9f", + "\x72\xa0", "\x72\xa1", "\x72\xa2", "\x72\xa3", "\x72\xa4", "\x72\xa5", + "\x72\xa6", "\x72\xa7", "\x72\xa8", "\x72\xa9", "\x72\xaa", "\x72\xab", + "\x72\xac", "\x72\xad", "\x72\xae", "\x72\xaf", "\x72\xb0", "\x72\xb1", + "\x72\xb2", "\x72\xb3", "\x72\xb4", "\x72\xb5", "\x72\xb6", "\x72\xb7", + "\x72\xb8", "\x72\xb9", "\x72\xba", "\x72\xbb", "\x72\xbc", "\x72\xbd", + "\x72\xbe", "\x72\xbf", "\x72\xc0", "\x72\xc1", "\x72\xc2", "\x72\xc3", + "\x72\xc4", "\x72\xc5", "\x72\xc6", "\x72\xc7", "\x72\xc8", "\x72\xc9", + "\x72\xca", "\x72\xcb", "\x72\xcc", "\x72\xcd", "\x72\xce", "\x72\xcf", + "\x72\xd0", "\x72\xd1", "\x72\xd2", "\x72\xd3", "\x72\xd4", "\x72\xd5", + "\x72\xd6", "\x72\xd7", "\x72\xd8", "\x72\xd9", "\x72\xda", "\x72\xdb", + "\x72\xdc", "\x72\xdd", "\x72\xde", "\x72\xdf", "\x72\xe0", "\x72\xe1", + "\x72\xe2", "\x72\xe3", "\x72\xe4", "\x72\xe5", "\x72\xe6", "\x72\xe7", + "\x72\xe8", "\x72\xe9", "\x72\xea", "\x72\xeb", "\x72\xec", "\x72\xed", + "\x72\xee", "\x72\xef", "\x72\xf0", "\x72\xf1", "\x72\xf2", "\x72\xf3", + "\x72\xf4", "\x72\xf5", "\x72\xf6", "\x72\xf7", "\x72\xf8", "\x72\xf9", + "\x72\xfa", "\x72\xfb", "\x72\xfc", "\x72\xfd", "\x72\xfe", "\x73\x41", + "\x73\x42", "\x73\x43", "\x73\x44", "\x73\x45", "\x73\x46", "\x73\x47", + "\x73\x48", "\x73\x49", "\x73\x4a", "\x73\x4b", "\x73\x4c", "\x73\x4d", + "\x73\x4e", "\x73\x4f", "\x73\x50", "\x73\x51", "\x73\x52", "\x73\x53", + "\x73\x54", "\x73\x55", "\x73\x56", "\x73\x57", "\x73\x58", "\x73\x59", + "\x73\x5a", "\x73\x5b", "\x73\x5c", "\x73\x5d", "\x73\x5e", "\x73\x5f", + "\x73\x60", "\x73\x61", "\x73\x62", "\x73\x63", "\x73\x64", "\x73\x65", + "\x73\x66", "\x73\x67", "\x73\x68", "\x73\x69", "\x73\x6a", "\x73\x6b", + "\x73\x6c", "\x73\x6d", "\x73\x6e", "\x73\x6f", "\x73\x70", "\x73\x71", + "\x73\x72", "\x73\x73", "\x73\x74", "\x73\x75", "\x73\x76", "\x73\x77", + "\x73\x78", "\x73\x79", "\x73\x7a", "\x73\x7b", "\x73\x7c", "\x73\x7d", + "\x73\x7e", "\x73\x7f", "\x73\x80", "\x73\x81", "\x73\x82", "\x73\x83", + "\x73\x84", "\x73\x85", "\x73\x86", "\x73\x87", "\x73\x88", "\x73\x89", + "\x73\x8a", "\x73\x8b", "\x73\x8c", "\x73\x8d", "\x73\x8e", "\x73\x8f", + "\x73\x90", "\x73\x91", "\x73\x92", "\x73\x93", "\x73\x94", "\x73\x95", + "\x73\x96", "\x73\x97", "\x73\x98", "\x73\x99", "\x73\x9a", "\x73\x9b", + "\x73\x9c", "\x73\x9d", "\x73\x9e", "\x73\x9f", "\x73\xa0", "\x73\xa1", + "\x73\xa2", "\x73\xa3", "\x73\xa4", "\x73\xa5", "\x73\xa6", "\x73\xa7", + "\x73\xa8", "\x73\xa9", "\x73\xaa", "\x73\xab", "\x73\xac", "\x73\xad", + "\x73\xae", "\x73\xaf", "\x73\xb0", "\x73\xb1", "\x73\xb2", "\x73\xb3", + "\x73\xb4", "\x73\xb5", "\x73\xb6", "\x73\xb7", "\x73\xb8", "\x73\xb9", + "\x73\xba", "\x73\xbb", "\x73\xbc", "\x73\xbd", "\x73\xbe", "\x73\xbf", + "\x73\xc0", "\x73\xc1", "\x73\xc2", "\x73\xc3", "\x73\xc4", "\x73\xc5", + "\x73\xc6", "\x73\xc7", "\x73\xc8", "\x73\xc9", "\x73\xca", "\x73\xcb", + "\x73\xcc", "\x73\xcd", "\x73\xce", "\x73\xcf", "\x73\xd0", "\x73\xd1", + "\x73\xd2", "\x73\xd3", "\x73\xd4", "\x73\xd5", "\x73\xd6", "\x73\xd7", + "\x73\xd8", "\x73\xd9", "\x73\xda", "\x73\xdb", "\x73\xdc", "\x73\xdd", + "\x73\xde", "\x73\xdf", "\x73\xe0", "\x73\xe1", "\x73\xe2", "\x73\xe3", + "\x73\xe4", "\x73\xe5", "\x73\xe6", "\x73\xe7", "\x73\xe8", "\x73\xe9", + "\x73\xea", "\x73\xeb", "\x73\xec", "\x73\xed", "\x73\xee", "\x73\xef", + "\x73\xf0", "\x73\xf1", "\x73\xf2", "\x73\xf3", "\x73\xf4", "\x73\xf5", + "\x73\xf6", "\x73\xf7", "\x73\xf8", "\x73\xf9", "\x73\xfa", "\x73\xfb", + "\x73\xfc", "\x73\xfd", "\x73\xfe", "\x74\x41", "\x74\x42", "\x74\x43", + "\x74\x44", "\x74\x45", "\x74\x46", "\x74\x47", "\x74\x48", "\x74\x49", + "\x74\x4a", "\x74\x4b", "\x74\x4c", "\x74\x4d", "\x74\x4e", "\x74\x4f", + "\x74\x50", "\x74\x51", "\x74\x52", "\x74\x53", "\x74\x54", "\x74\x55", + "\x74\x56", "\x74\x57", "\x74\x58", "\x74\x59", "\x74\x5a", "\x74\x5b", + "\x74\x5c", "\x74\x5d", "\x74\x5e", "\x74\x5f", "\x74\x60", "\x74\x61", + "\x74\x62", "\x74\x63", "\x74\x64", "\x74\x65", "\x74\x66", "\x74\x67", + "\x74\x68", "\x74\x69", "\x74\x6a", "\x74\x6b", "\x74\x6c", "\x74\x6d", + "\x74\x6e", "\x74\x6f", "\x74\x70", "\x74\x71", "\x74\x72", "\x74\x73", + "\x74\x74", "\x74\x75", "\x74\x76", "\x74\x77", "\x74\x78", "\x74\x79", + "\x74\x7a", "\x74\x7b", "\x74\x7c", "\x74\x7d", "\x74\x7e", "\x74\x7f", + "\x74\x80", "\x74\x81", "\x74\x82", "\x74\x83", "\x74\x84", "\x74\x85", + "\x74\x86", "\x74\x87", "\x74\x88", "\x74\x89", "\x74\x8a", "\x74\x8b", + "\x74\x8c", "\x74\x8d", "\x74\x8e", "\x74\x8f", "\x74\x90", "\x74\x91", + "\x74\x92", "\x74\x93", "\x74\x94", "\x74\x95", "\x74\x96", "\x74\x97", + "\x74\x98", "\x74\x99", "\x74\x9a", "\x74\x9b", "\x74\x9c", "\x74\x9d", + "\x74\x9e", "\x74\x9f", "\x74\xa0", "\x74\xa1", "\x74\xa2", "\x74\xa3", + "\x74\xa4", "\x74\xa5", "\x74\xa6", "\x74\xa7", "\x74\xa8", "\x74\xa9", + "\x74\xaa", "\x74\xab", "\x74\xac", "\x74\xad", "\x74\xae", "\x74\xaf", + "\x74\xb0", "\x74\xb1", "\x74\xb2", "\x74\xb3", "\x74\xb4", "\x74\xb5", + "\x74\xb6", "\x74\xb7", "\x74\xb8", "\x74\xb9", "\x74\xba", "\x74\xbb", + "\x74\xbc", "\x74\xbd", "\x74\xbe", "\x74\xbf", "\x74\xc0", "\x74\xc1", + "\x74\xc2", "\x74\xc3", "\x74\xc4", "\x74\xc5", "\x74\xc6", "\x74\xc7", + "\x74\xc8", "\x74\xc9", "\x74\xca", "\x74\xcb", "\x74\xcc", "\x74\xcd", + "\x74\xce", "\x74\xcf", "\x74\xd0", "\x74\xd1", "\x74\xd2", "\x74\xd3", + "\x74\xd4", "\x74\xd5", "\x74\xd6", "\x74\xd7", "\x74\xd8", "\x74\xd9", + "\x74\xda", "\x74\xdb", "\x74\xdc", "\x74\xdd", "\x74\xde", "\x74\xdf", + "\x74\xe0", "\x74\xe1", "\x74\xe2", "\x74\xe3", "\x74\xe4", "\x74\xe5", + "\x74\xe6", "\x74\xe7", "\x74\xe8", "\x74\xe9", "\x74\xea", "\x74\xeb", + "\x74\xec", "\x74\xed", "\x74\xee", "\x74\xef", "\x74\xf0", "\x74\xf1", + "\x74\xf2", "\x74\xf3", "\x74\xf4", "\x74\xf5", "\x74\xf6", "\x74\xf7", + "\x74\xf8", "\x74\xf9", "\x74\xfa", "\x74\xfb", "\x74\xfc", "\x74\xfd", + "\x74\xfe", "\x75\x41", "\x75\x42", "\x75\x43", "\x75\x44", "\x75\x45", + "\x75\x46", "\x75\x47", "\x75\x48", "\x75\x49", "\x75\x4a", "\x75\x4b", + "\x75\x4c", "\x75\x4d", "\x75\x4e", "\x75\x4f", "\x75\x50", "\x75\x51", + "\x75\x52", "\x75\x53", "\x75\x54", "\x75\x55", "\x75\x56", "\x75\x57", + "\x75\x58", "\x75\x59", "\x75\x5a", "\x75\x5b", "\x75\x5c", "\x75\x5d", + "\x75\x5e", "\x75\x5f", "\x75\x60", "\x75\x61", "\x75\x62", "\x75\x63", + "\x75\x64", "\x75\x65", "\x75\x66", "\x75\x67", "\x75\x68", "\x75\x69", + "\x75\x6a", "\x75\x6b", "\x75\x6c", "\x75\x6d", "\x75\x6e", "\x75\x6f", + "\x75\x70", "\x75\x71", "\x75\x72", "\x75\x73", "\x75\x74", "\x75\x75", + "\x75\x76", "\x75\x77", "\x75\x78", "\x75\x79", "\x75\x7a", "\x75\x7b", + "\x75\x7c", "\x75\x7d", "\x75\x7e", "\x75\x7f", "\x75\x80", "\x75\x81", + "\x75\x82", "\x75\x83", "\x75\x84", "\x75\x85", "\x75\x86", "\x75\x87", + "\x75\x88", "\x75\x89", "\x75\x8a", "\x75\x8b", "\x75\x8c", "\x75\x8d", + "\x75\x8e", "\x75\x8f", "\x75\x90", "\x75\x91", "\x75\x92", "\x75\x93", + "\x75\x94", "\x75\x95", "\x75\x96", "\x75\x97", "\x75\x98", "\x75\x99", + "\x75\x9a", "\x75\x9b", "\x75\x9c", "\x75\x9d", "\x75\x9e", "\x75\x9f", + "\x75\xa0", "\x75\xa1", "\x75\xa2", "\x75\xa3", "\x75\xa4", "\x75\xa5", + "\x75\xa6", "\x75\xa7", "\x75\xa8", "\x75\xa9", "\x75\xaa", "\x75\xab", + "\x75\xac", "\x75\xad", "\x75\xae", "\x75\xaf", "\x75\xb0", "\x75\xb1", + "\x75\xb2", "\x75\xb3", "\x75\xb4", "\x75\xb5", "\x75\xb6", "\x75\xb7", + "\x75\xb8", "\x75\xb9", "\x75\xba", "\x75\xbb", "\x75\xbc", "\x75\xbd", + "\x75\xbe", "\x75\xbf", "\x75\xc0", "\x75\xc1", "\x75\xc2", "\x75\xc3", + "\x75\xc4", "\x75\xc5", "\x75\xc6", "\x75\xc7", "\x75\xc8", "\x75\xc9", + "\x75\xca", "\x75\xcb", "\x75\xcc", "\x75\xcd", "\x75\xce", "\x75\xcf", + "\x75\xd0", "\x76\x41", "\x76\x42", "\x76\x43", "\x76\x44", "\x76\x45", + "\x76\x46", "\x76\x47", "\x76\x48", "\x76\x49", "\x76\x4a", "\x76\x4b", + "\x76\x4c", "\x76\x4d", "\x76\x4e", "\x76\x4f", "\x76\x50", "\x76\x51", + "\x76\x52", "\x76\x53", "\x76\x54", "\x76\x55", "\x76\x56", "\x76\x57", + "\x76\x58", "\x76\x59", "\x76\x5a", "\x76\x5b", "\x76\x5c", "\x76\x5d", + "\x76\x5e", "\x76\x5f", "\x76\x60", "\x76\x61", "\x76\x62", "\x76\x63", + "\x76\x64", "\x76\x65", "\x76\x66", "\x76\x67", "\x76\x68", "\x76\x69", + "\x76\x6a", "\x76\x6b", "\x76\x6c", "\x76\x6d", "\x76\x6e", "\x76\x6f", + "\x76\x70", "\x76\x71", "\x76\x72", "\x76\x73", "\x76\x74", "\x76\x75", + "\x76\x76", "\x76\x77", "\x76\x78", "\x76\x79", "\x76\x7a", "\x76\x7b", + "\x76\x7c", "\x76\x7d", "\x76\x7e", "\x76\x7f", "\x76\x81", "\x76\x82", + "\x76\x83", "\x76\x84", "\x76\x85", "\x76\x86", "\x76\x87", "\x76\x88", + "\x76\x89", "\x76\x8a", "\x76\x8b", "\x76\x8c", "\x76\x8d", "\x76\x8e", + "\x76\x8f", "\x76\x90", "\x76\x91", "\x76\x92", "\x76\x93", "\x76\x94", + "\x76\x95", "\x76\x96", "\x76\x97", "\x76\x98", "\x76\x99", "\x76\x9a", + "\x76\x9b", "\x76\x9c", "\x76\x9d", "\x76\x9e", "\x76\x9f", "\x76\xa0", + "\x76\xa1", "\x76\xa2", "\x76\xa3", "\x76\xa4", "\x76\xa5", "\x76\xa6", + "\x76\xa7", "\x76\xa8", "\x76\xa9", "\x76\xaa", "\x76\xab", "\x76\xac", + "\x76\xad", "\x76\xae", "\x76\xaf", "\x76\xb0", "\x76\xb1", "\x76\xb2", + "\x76\xb3", "\x76\xb4", "\x76\xb5", "\x76\xb6", "\x76\xb7", "\x76\xb8", + "\x76\xb9", "\x76\xba", "\x76\xbb", "\x76\xbc", "\x76\xbd", "\x76\xbe", + "\x76\xbf", "\x76\xc0", "\x76\xc1", "\x76\xc2", "\x76\xc3", "\x76\xc4", + "\x76\xc5", "\x76\xc6", "\x76\xc7", "\x76\xc8", "\x76\xc9", "\x76\xca", + "\x76\xcb", "\x76\xcc", "\x76\xcd", "\x76\xce", "\x76\xcf", "\x76\xd0", + "\x76\xd1", "\x76\xd2", "\x76\xd3", "\x76\xd4", "\x76\xd5", "\x76\xd6", + "\x76\xd7", "\x76\xd8", "\x76\xd9", "\x76\xda", "\x76\xdb", "\x76\xdc", + "\x76\xdd", "\x76\xde", "\x76\xdf", "\x76\xe0", "\x76\xe1", "\x76\xe2", + "\x76\xe3", "\x76\xe4", "\x76\xe5", "\x76\xe6", "\x76\xe7", "\x76\xe8", + "\x76\xe9", "\x76\xea", "\x76\xeb", "\x76\xec", "\x76\xed", "\x76\xee", + "\x76\xef", "\x76\xf0", "\x76\xf1", "\x76\xf2", "\x76\xf3", "\x76\xf4", + "\x76\xf5", "\x76\xf6", "\x76\xf7", "\x76\xf8", "\x76\xf9", "\x76\xfa", + "\x76\xfb", "\x76\xfc", "\x76\xfd", "\x77\x41", "\x77\x42", "\x77\x43", + "\x77\x44", "\x77\x45", "\x77\x46", "\x77\x47", "\x77\x48", "\x77\x49", + "\x77\x4a", "\x77\x4b", "\x77\x4c", "\x77\x4d", "\x77\x4e", "\x77\x4f", + "\x77\x50", "\x77\x51", "\x77\x52", "\x77\x53", "\x77\x54", "\x77\x55", + "\x77\x56", "\x77\x57", "\x77\x58", "\x77\x59", "\x77\x5a", "\x77\x5b", + "\x77\x5c", "\x77\x5d", "\x77\x5e", "\x77\x5f", "\x77\x60", "\x77\x61", + "\x77\x62", "\x77\x63", "\x77\x64", "\x77\x65", "\x77\x66", "\x77\x67", + "\x77\x68", "\x77\x69", "\x77\x6a", "\x77\x6b", "\x77\x6c", "\x77\x6d", + "\x77\x6e", "\x77\x6f", "\x77\x70", "\x77\x71", "\x77\x72", "\x77\x73", + "\x77\x74", "\x77\x75", "\x77\x76", "\x77\x77", "\x77\x78", "\x77\x79", + "\x77\x7a", "\x77\x7b", "\x77\x7c", "\x77\x7d", "\x77\x7e", "\x77\x7f", + "\x77\x81", "\x77\x82", "\x77\x83", "\x77\x84", "\x77\x85", "\x77\x86", + "\x77\x87", "\x77\x88", "\x77\x89", "\x77\x8a", "\x77\x8b", "\x77\x8c", + "\x77\x8d", "\x77\x8e", "\x77\x8f", "\x77\x90", "\x77\x91", "\x77\x92", + "\x77\x93", "\x77\x94", "\x77\x95", "\x77\x96", "\x77\x97", "\x77\x98", + "\x77\x99", "\x77\x9a", "\x77\x9b", "\x77\x9c", "\x77\x9d", "\x77\x9e", + "\x77\x9f", "\x77\xa0", "\x77\xa1", "\x77\xa2", "\x77\xa3", "\x77\xa4", + "\x77\xa5", "\x77\xa6", "\x77\xa7", "\x77\xa8", "\x77\xa9", "\x77\xaa", + "\x77\xab", "\x77\xac", "\x77\xad", "\x77\xae", "\x77\xaf", "\x77\xb0", + "\x77\xb1", "\x77\xb2", "\x77\xb3", "\x77\xb4", "\x77\xb5", "\x77\xb6", + "\x77\xb7", "\x77\xb8", "\x77\xb9", "\x77\xba", "\x77\xbb", "\x77\xbc", + "\x77\xbd", "\x77\xbe", "\x77\xbf", "\x77\xc0", "\x77\xc1", "\x77\xc2", + "\x77\xc3", "\x77\xc4", "\x77\xc5", "\x77\xc6", "\x77\xc7", "\x77\xc8", + "\x77\xc9", "\x77\xca", "\x77\xcb", "\x77\xcc", "\x77\xcd", "\x77\xce", + "\x77\xcf", "\x77\xd0", "\x77\xd1", "\x77\xd2", "\x77\xd3", "\x77\xd4", + "\x77\xd5", "\x77\xd6", "\x77\xd7", "\x77\xd8", "\x77\xd9", "\x77\xda", + "\x77\xdb", "\x77\xdc", "\x77\xdd", "\x77\xde", "\x77\xdf", "\x77\xe0", + "\x77\xe1", "\x77\xe2", "\x77\xe3", "\x77\xe4", "\x77\xe5", "\x77\xe6", + "\x77\xe7", "\x77\xe8", "\x77\xe9", "\x77\xea", "\x77\xeb", "\x77\xec", + "\x77\xed", "\x77\xee", "\x77\xef", "\x77\xf0", "\x77\xf1", "\x77\xf2", + "\x77\xf3", "\x77\xf4", "\x77\xf5", "\x77\xf6", "\x77\xf7", "\x77\xf8", + "\x77\xf9", "\x77\xfa", "\x77\xfb", "\x77\xfc", "\x77\xfd", "\x78\x41", + "\x78\x42", "\x78\x43", "\x78\x44", "\x78\x45", "\x78\x46", "\x78\x47", + "\x78\x48", "\x78\x49", "\x78\x4a", "\x78\x4b", "\x78\x4c", "\x78\x4d", + "\x78\x4e", "\x78\x4f", "\x78\x50", "\x78\x51", "\x78\x52", "\x78\x53", + "\x78\x54", "\x78\x55", "\x78\x56", "\x78\x57", "\x78\x58", "\x78\x59", + "\x78\x5a", "\x78\x5b", "\x78\x5c", "\x78\x5d", "\x78\x5e", "\x78\x5f", + "\x78\x60", "\x78\x61", "\x78\x62", "\x78\x63", "\x78\x64", "\x78\x65", + "\x78\x66", "\x78\x67", "\x78\x68", "\x78\x69", "\x78\x6a", "\x78\x6b", + "\x78\x6c", "\x78\x6d", "\x78\x6e", "\x78\x6f", "\x78\x70", "\x78\x71", + "\x78\x72", "\x78\x73", "\x78\x74", "\x78\x75", "\x78\x76", "\x78\x77", + "\x78\x78", "\x78\x79", "\x78\x7a", "\x78\x7b", "\x78\x7c", "\x78\x7d", + "\x78\x7e", "\x78\x7f", "\x78\x81", "\x78\x82", "\x78\x83", "\x78\x84", + "\x78\x85", "\x78\x86", "\x78\x87", "\x78\x88", "\x78\x89", "\x78\x8a", + "\x78\x8b", "\x78\x8c", "\x78\x8d", "\x78\x8e", "\x78\x8f", "\x78\x90", + "\x78\x91", "\x78\x92", "\x78\x93", "\x78\x94", "\x78\x95", "\x78\x96", + "\x78\x97", "\x78\x98", "\x78\x99", "\x78\x9a", "\x78\x9b", "\x78\x9c", + "\x78\x9d", "\x78\x9e", "\x78\x9f", "\x78\xa0", "\x78\xa1", "\x78\xa2", + "\x78\xa3", "\x78\xa4", "\x78\xa5", "\x78\xa6", "\x78\xa7", "\x78\xa8", + "\x78\xa9", "\x78\xaa", "\x78\xab", "\x78\xac", "\x78\xad", "\x78\xae", + "\x78\xaf", "\x78\xb0", "\x78\xb1", "\x78\xb2", "\x78\xb3", "\x78\xb4", + "\x78\xb5", "\x78\xb6", "\x78\xb7", "\x78\xb8", "\x78\xb9", "\x78\xba", + "\x78\xbb", "\x78\xbc", "\x78\xbd", "\x78\xbe", "\x78\xbf", "\x78\xc0", + "\x78\xc1", "\x78\xc2", "\x78\xc3", "\x78\xc4", "\x78\xc5", "\x78\xc6", + "\x78\xc7", "\x78\xc8", "\x78\xc9", "\x78\xca", "\x78\xcb", "\x78\xcc", + "\x78\xcd", "\x78\xce", "\x78\xcf", "\x78\xd0", "\x78\xd1", "\x78\xd2", + "\x78\xd3", "\x78\xd4", "\x78\xd5", "\x78\xd6", "\x78\xd7", "\x78\xd8", + "\x78\xd9", "\x78\xda", "\x78\xdb", "\x78\xdc", "\x78\xdd", "\x78\xde", + "\x78\xdf", "\x78\xe0", "\x78\xe1", "\x78\xe2", "\x78\xe3", "\x78\xe4", + "\x78\xe5", "\x78\xe6", "\x78\xe7", "\x78\xe8", "\x78\xe9", "\x78\xea", + "\x78\xeb", "\x78\xec", "\x78\xed", "\x78\xee", "\x78\xef", "\x78\xf0", + "\x78\xf1", "\x78\xf2", "\x78\xf3", "\x78\xf4", "\x78\xf5", "\x78\xf6", + "\x78\xf7", "\x78\xf8", "\x78\xf9", "\x78\xfa", "\x78\xfb", "\x78\xfc", + "\x78\xfd", "\x79\x41", "\x79\x42", "\x79\x43", "\x79\x44", "\x79\x45", + "\x79\x46", "\x79\x47", "\x79\x48", "\x79\x49", "\x79\x4a", "\x79\x4b", + "\x79\x4c", "\x79\x4d", "\x79\x4e", "\x79\x4f", "\x79\x50", "\x79\x51", + "\x79\x52", "\x79\x53", "\x79\x54", "\x79\x55", "\x79\x56", "\x79\x57", + "\x79\x58", "\x79\x59", "\x79\x5a", "\x79\x5b", "\x79\x5c", "\x79\x5d", + "\x79\x5e", "\x79\x5f", "\x79\x60", "\x79\x61", "\x79\x62", "\x79\x63", + "\x79\x64", "\x79\x65", "\x79\x66", "\x79\x67", "\x79\x68", "\x79\x69", + "\x79\x6a", "\x79\x6b", "\x79\x6c", "\x79\x6d", "\x79\x6e", "\x79\x6f", + "\x79\x70", "\x79\x71", "\x79\x72", "\x79\x73", "\x79\x74", "\x79\x75", + "\x79\x76", "\x79\x77", "\x79\x78", "\x79\x79", "\x79\x7a", "\x79\x7b", + "\x79\x7c", "\x79\x7d", "\x79\x7e", "\x79\x7f", "\x79\x81", "\x79\x82", + "\x79\x83", "\x79\x84", "\x79\x85", "\x79\x86", "\x79\x87", "\x79\x88", + "\x79\x89", "\x79\x8a", "\x79\x8b", "\x79\x8c", "\x79\x8d", "\x79\x8e", + "\x79\x8f", "\x79\x90", "\x79\x91", "\x79\x92", "\x79\x93", "\x79\x94", + "\x79\x95", "\x79\x96", "\x79\x97", "\x79\x98", "\x79\x99", "\x79\x9a", + "\x79\x9b", "\x79\x9c", "\x79\x9d", "\x79\x9e", "\x79\x9f", "\x79\xa0", + "\x79\xa1", "\x79\xa2", "\x79\xa3", "\x79\xa4", "\x79\xa5", "\x79\xa6", + "\x79\xa7", "\x79\xa8", "\x79\xa9", "\x79\xaa", "\x79\xab", "\x79\xac", + "\x79\xad", "\x79\xae", "\x79\xaf", "\x79\xb0", "\x79\xb1", "\x79\xb2", + "\x79\xb3", "\x79\xb4", "\x79\xb5", "\x79\xb6", "\x79\xb7", "\x79\xb8", + "\x79\xb9", "\x79\xba", "\x79\xbb", "\x79\xbc", "\x79\xbd", "\x79\xbe", + "\x79\xbf", "\x79\xc0", "\x79\xc1", "\x79\xc2", "\x79\xc3", "\x79\xc4", + "\x79\xc5", "\x79\xc6", "\x79\xc7", "\x79\xc8", "\x79\xc9", "\x79\xca", + "\x79\xcb", "\x79\xcc", "\x79\xcd", "\x79\xce", "\x79\xcf", "\x79\xd0", + "\x79\xd1", "\x79\xd2", "\x79\xd3", "\x79\xd4", "\x79\xd5", "\x79\xd6", + "\x79\xd7", "\x79\xd8", "\x79\xd9", "\x79\xda", "\x79\xdb", "\x79\xdc", + "\x79\xdd", "\x79\xde", "\x79\xdf", "\x79\xe0", "\x79\xe1", "\x79\xe2", + "\x79\xe3", "\x79\xe4", "\x79\xe5", "\x79\xe6", "\x79\xe7", "\x79\xe8", + "\x79\xe9", "\x79\xea", "\x79\xeb", "\x79\xec", "\x79\xed", "\x79\xee", + "\x79\xef", "\x79\xf0", "\x79\xf1", "\x79\xf2", "\x79\xf3", "\x79\xf4", + "\x79\xf5", "\x79\xf6", "\x79\xf7", "\x79\xf8", "\x79\xf9", "\x79\xfa", + "\x79\xfb", "\x79\xfc", "\x79\xfd", "\x7a\x41", "\x7a\x42", "\x7a\x43", + "\x7a\x44", "\x7a\x45", "\x7a\x46", "\x7a\x47", "\x7a\x48", "\x7a\x49", + "\x7a\x4a", "\x7a\x4b", "\x7a\x4c", "\x7a\x4d", "\x7a\x4e", "\x7a\x4f", + "\x7a\x50", "\x7a\x51", "\x7a\x52", "\x7a\x53", "\x7a\x54", "\x7a\x55", + "\x7a\x56", "\x7a\x57", "\x7a\x58", "\x7a\x59", "\x7a\x5a", "\x7a\x5b", + "\x7a\x5c", "\x7a\x5d", "\x7a\x5e", "\x7a\x5f", "\x7a\x60", "\x7a\x61", + "\x7a\x62", "\x7a\x63", "\x7a\x64", "\x7a\x65", "\x7a\x66", "\x7a\x67", + "\x7a\x68", "\x7a\x69", "\x7a\x6a", "\x7a\x6b", "\x7a\x6c", "\x7a\x6d", + "\x7a\x6e", "\x7a\x6f", "\x7a\x70", "\x7a\x71", "\x7a\x72", "\x7a\x73", + "\x7a\x74", "\x7a\x75", "\x7a\x76", "\x7a\x77", "\x7a\x78", "\x7a\x79", + "\x7a\x7a", "\x7a\x7b", "\x7a\x7c", "\x7a\x7d", "\x7a\x7e", "\x7a\x7f", + "\x7a\x81", "\x7a\x82", "\x7a\x83", "\x7a\x84", "\x7a\x85", "\x7a\x86", + "\x7a\x87", "\x7a\x88", "\x7a\x89", "\x7a\x8a", "\x7a\x8b", "\x7a\x8c", + "\x7a\x8d", "\x7a\x8e", "\x7a\x8f", "\x7a\x90", "\x7a\x91", "\x7a\x92", + "\x7a\x93", "\x7a\x94", "\x7a\x95", "\x7a\x96", "\x7a\x97", "\x7a\x98", + "\x7a\x99", "\x7a\x9a", "\x7a\x9b", "\x7a\x9c", "\x7a\x9d", "\x7a\x9e", + "\x7a\x9f", "\x7a\xa0", "\x7a\xa1", "\x7a\xa2", "\x7a\xa3", "\x7a\xa4", + "\x7a\xa5", "\x7a\xa6", "\x7a\xa7", "\x7a\xa8", "\x7a\xa9", "\x7a\xaa", + "\x7a\xab", "\x7a\xac", "\x7a\xad", "\x7a\xae", "\x7a\xaf", "\x7a\xb0", + "\x7a\xb1", "\x7a\xb2", "\x7a\xb3", "\x7a\xb4", "\x7a\xb5", "\x7a\xb6", + "\x7a\xb7", "\x7a\xb8", "\x7a\xb9", "\x7a\xba", "\x7a\xbb", "\x7a\xbc", + "\x7a\xbd", "\x7a\xbe", "\x7a\xbf", "\x7a\xc0", "\x7a\xc1", "\x7a\xc2", + "\x7a\xc3", "\x7a\xc4", "\x7a\xc5", "\x7a\xc6", "\x7a\xc7", "\x7a\xc8", + "\x7a\xc9", "\x7a\xca", "\x7a\xcb", "\x7a\xcc", "\x7a\xcd", "\x7a\xce", + "\x7a\xcf", "\x7a\xd0", "\x7a\xd1", "\x7a\xd2", "\x7a\xd3", "\x7a\xd4", + "\x7a\xd5", "\x7a\xd6", "\x7a\xd7", "\x7a\xd8", "\x7a\xd9", "\x7a\xda", + "\x7a\xdb", "\x7a\xdc", "\x7a\xdd", "\x7a\xde", "\x7a\xdf", "\x7a\xe0", + "\x7a\xe1", "\x7a\xe2", "\x7a\xe3", "\x7a\xe4", "\x7a\xe5", "\x7a\xe6", + "\x7a\xe7", "\x7a\xe8", "\x7a\xe9", "\x7a\xea", "\x7a\xeb", "\x7a\xec", + "\x7a\xed", "\x7a\xee", "\x7a\xef", "\x7a\xf0", "\x7a\xf1", "\x7a\xf2", + "\x7a\xf3", "\x7a\xf4", "\x7a\xf5", "\x7a\xf6", "\x7a\xf7", "\x7a\xf8", + "\x7a\xf9", "\x7a\xfa", "\x7a\xfb", "\x7a\xfc", "\x7a\xfd", "\x7b\x41", + "\x7b\x42", "\x7b\x43", "\x7b\x44", "\x7b\x45", "\x7b\x46", "\x7b\x47", + "\x7b\x48", "\x7b\x49", "\x7b\x4a", "\x7b\x4b", "\x7b\x4c", "\x7b\x4d", + "\x7b\x4e", "\x7b\x4f", "\x7b\x50", "\x7b\x51", "\x7b\x52", "\x7b\x53", + "\x7b\x54", "\x7b\x55", "\x7b\x56", "\x7b\x57", "\x7b\x58", "\x7b\x59", + "\x7b\x5a", "\x7b\x5b", "\x7b\x5c", "\x7b\x5d", "\x7b\x5e", "\x7b\x5f", + "\x7b\x60", "\x7b\x61", "\x7b\x62", "\x7b\x63", "\x7b\x64", "\x7b\x65", + "\x7b\x66", "\x7b\x67", "\x7b\x68", "\x7b\x69", "\x7b\x6a", "\x7b\x6b", + "\x7b\x6c", "\x7b\x6d", "\x7b\x6e", "\x7b\x6f", "\x7b\x70", "\x7b\x71", + "\x7b\x72", "\x7b\x73", "\x7b\x74", "\x7b\x75", "\x7b\x76", "\x7b\x77", + "\x7b\x78", "\x7b\x79", "\x7b\x7a", "\x7b\x7b", "\x7b\x7c", "\x7b\x7d", + "\x7b\x7e", "\x7b\x7f", "\x7b\x81", "\x7b\x82", "\x7b\x83", "\x7b\x84", + "\x7b\x85", "\x7b\x86", "\x7b\x87", "\x7b\x88", "\x7b\x89", "\x7b\x8a", + "\x7b\x8b", "\x7b\x8c", "\x7b\x8d", "\x7b\x8e", "\x7b\x8f", "\x7b\x90", + "\x7b\x91", "\x7b\x92", "\x7b\x93", "\x7b\x94", "\x7b\x95", "\x7b\x96", + "\x7b\x97", "\x7b\x98", "\x7b\x99", "\x7b\x9a", "\x7b\x9b", "\x7b\x9c", + "\x7b\x9d", "\x7b\x9e", "\x7b\x9f", "\x7b\xa0", "\x7b\xa1", "\x7b\xa2", + "\x7b\xa3", "\x7b\xa4", "\x7b\xa5", "\x7b\xa6", "\x7b\xa7", "\x7b\xa8", + "\x7b\xa9", "\x7b\xaa", "\x7b\xab", "\x7b\xac", "\x7b\xad", "\x7b\xae", + "\x7b\xaf", "\x7b\xb0", "\x7b\xb1", "\x7b\xb2", "\x7b\xb3", "\x7b\xb4", + "\x7b\xb5", "\x7b\xb6", "\x7b\xb7", "\x7b\xb8", "\x7b\xb9", "\x7b\xba", + "\x7b\xbb", "\x7b\xbc", "\x7b\xbd", "\x7b\xbe", "\x7b\xbf", "\x7b\xc0", + "\x7b\xc1", "\x7b\xc2", "\x7b\xc3", "\x7b\xc4", "\x7b\xc5", "\x7b\xc6", + "\x7b\xc7", "\x7b\xc8", "\x7b\xc9", "\x7b\xca", "\x7b\xcb", "\x7b\xcc", + "\x7b\xcd", "\x7b\xce", "\x7b\xcf", "\x7b\xd0", "\x7b\xd1", "\x7b\xd2", + "\x7b\xd3", "\x7b\xd4", "\x7b\xd5", "\x7b\xd6", "\x7b\xd7", "\x7b\xd8", + "\x7b\xd9", "\x7b\xda", "\x7b\xdb", "\x7b\xdc", "\x7b\xdd", "\x7b\xde", + "\x7b\xdf", "\x7b\xe0", "\x7b\xe1", "\x7b\xe2", "\x7b\xe3", "\x7b\xe4", + "\x7b\xe5", "\x7b\xe6", "\x7b\xe7", "\x7b\xe8", "\x7b\xe9", "\x7b\xea", + "\x7b\xeb", "\x7b\xec", "\x7b\xed", "\x7b\xee", "\x7b\xef", "\x7b\xf0", + "\x7b\xf1", "\x7b\xf2", "\x7b\xf3", "\x7b\xf4", "\x7b\xf5", "\x7b\xf6", + "\x7b\xf7", "\x7b\xf8", "\x7b\xf9", "\x7b\xfa", "\x7b\xfb", "\x7b\xfc", + "\x7b\xfd", "\x7c\x41", "\x7c\x42", "\x7c\x43", "\x7c\x44", "\x7c\x45", + "\x7c\x46", "\x7c\x47", "\x7c\x48", "\x7c\x49", "\x7c\x4a", "\x7c\x4b", + "\x7c\x4c", "\x7c\x4d", "\x7c\x4e", "\x7c\x4f", "\x7c\x50", "\x7c\x51", + "\x7c\x52", "\x7c\x53", "\x7c\x54", "\x7c\x55", "\x7c\x56", "\x7c\x57", + "\x7c\x58", "\x7c\x59", "\x7c\x5a", "\x7c\x5b", "\x7c\x5c", "\x7c\x5d", + "\x7c\x5e", "\x7c\x5f", "\x7c\x60", "\x7c\x61", "\x7c\x62", "\x7c\x63", + "\x7c\x64", "\x7c\x65", "\x7c\x66", "\x7c\x67", "\x7c\x68", "\x7c\x69", + "\x7c\x6a", "\x7c\x6b", "\x7c\x6c", "\x7c\x6d", "\x7c\x6e", "\x7c\x6f", + "\x7c\x70", "\x7c\x71", "\x7c\x72", "\x7c\x73", "\x7c\x74", "\x7c\x75", + "\x7c\x76", "\x7c\x77", "\x7c\x78", "\x7c\x79", "\x7c\x7a", "\x7c\x7b", + "\x7c\x7c", "\x7c\x7d", "\x7c\x7e", "\x7c\x7f", "\x7c\x81", "\x7c\x82", + "\x7c\x83", "\x7c\x84", "\x7c\x85", "\x7c\x86", "\x7c\x87", "\x7c\x88", + "\x7c\x89", "\x7c\x8a", "\x7c\x8b", "\x7c\x8c", "\x7c\x8d", "\x7c\x8e", + "\x7c\x8f", "\x7c\x90", "\x7c\x91", "\x7c\x92", "\x7c\x93", "\x7c\x94", + "\x7c\x95", "\x7c\x96", "\x7c\x97", "\x7c\x98", "\x7c\x99", "\x7c\x9a", + "\x7c\x9b", "\x7c\x9c", "\x7c\x9d", "\x7c\x9e", "\x7c\x9f", "\x7c\xa0", + "\x7c\xa1", "\x7c\xa2", "\x7c\xa3", "\x7c\xa4", "\x7c\xa5", "\x7c\xa6", + "\x7c\xa7", "\x7c\xa8", "\x7c\xa9", "\x7c\xaa", "\x7c\xab", "\x7c\xac", + "\x7c\xad", "\x7c\xae", "\x7c\xaf", "\x7c\xb0", "\x7c\xb1", "\x7c\xb2", + "\x7c\xb3", "\x7c\xb4", "\x7c\xb5", "\x7c\xb6", "\x7c\xb7", "\x7c\xb8", + "\x7c\xb9", "\x7c\xba", "\x7c\xbb", "\x7c\xbc", "\x7c\xbd", "\x7c\xbe", + "\x7c\xbf", "\x7c\xc0", "\x7c\xc1", "\x7c\xc2", "\x7c\xc3", "\x7c\xc4", + "\x7c\xc5", "\x7c\xc6", "\x7c\xc7", "\x7c\xc8", "\x7c\xc9", "\x7c\xca", + "\x7c\xcb", "\x7c\xcc", "\x7c\xcd", "\x7c\xce", "\x7c\xcf", "\x7c\xd0", + "\x7c\xd1", "\x7c\xd2", "\x7c\xd3", "\x7c\xd4", "\x7c\xd5", "\x7c\xd6", + "\x7c\xd7", "\x7c\xd8", "\x7c\xd9", "\x7c\xda", "\x7c\xdb", "\x7c\xdc", + "\x7c\xdd", "\x7c\xde", "\x7c\xdf", "\x7c\xe0", "\x7c\xe1", "\x7c\xe2", + "\x7c\xe3", "\x7c\xe4", "\x7c\xe5", "\x7c\xe6", "\x7c\xe7", "\x7c\xe8", + "\x7c\xe9", "\x7c\xea", "\x7c\xeb", "\x7c\xec", "\x7c\xed", "\x7c\xee", + "\x7c\xef", "\x7c\xf0", "\x7c\xf1", "\x7c\xf2", "\x7c\xf3", "\x7c\xf4", + "\x7c\xf5", "\x7c\xf6", "\x7c\xf7", "\x7c\xf8", "\x7c\xf9", "\x7c\xfa", + "\x7c\xfb", "\x7c\xfc", "\x7c\xfd", "\x7d\x41", "\x7d\x42", "\x7d\x43", + "\x7d\x44", "\x7d\x45", "\x7d\x46", "\x7d\x47", "\x7d\x48", "\x7d\x49", + "\x7d\x4a", "\x7d\x4b", "\x7d\x4c", "\x7d\x4d", "\x7d\x4e", "\x7d\x4f", + "\x7d\x50", "\x7d\x51", "\x7d\x52", "\x7d\x53", "\x7d\x54", "\x7d\x55", + "\x7d\x56", "\x7d\x57", "\x7d\x58", "\x7d\x59", "\x7d\x5a", "\x7d\x5b", + "\x7d\x5c", "\x7d\x5d", "\x7d\x5e", "\x7d\x5f", "\x7d\x60", "\x7d\x61", + "\x7d\x62", "\x7d\x63", "\x7d\x64", "\x7d\x65", "\x7d\x66", "\x7d\x67", + "\x7d\x68", "\x7d\x69", "\x7d\x6a", "\x7d\x6b", "\x7d\x6c", "\x7d\x6d", + "\x7d\x6e", "\x7d\x6f", "\x7d\x70", "\x7d\x71", "\x7d\x72", "\x7d\x73", + "\x7d\x74", "\x7d\x75", "\x7d\x76", "\x7d\x77", "\x7d\x78", "\x7d\x79", + "\x7d\x7a", "\x7d\x7b", "\x7d\x7c", "\x7d\x7d", "\x7d\x7e", "\x7d\x7f", + "\x7d\x81", "\x7d\x82", "\x7d\x83", "\x7d\x84", "\x7d\x85", "\x7d\x86", + "\x7d\x87", "\x7d\x88", "\x7d\x89", "\x7d\x8a", "\x7d\x8b", "\x7d\x8c", + "\x7d\x8d", "\x7d\x8e", "\x7d\x8f", "\x7d\x90", "\x7d\x91", "\x7d\x92", + "\x7d\x93", "\x7d\x94", "\x7d\x95", "\x7d\x96", "\x7d\x97", "\x7d\x98", + "\x7d\x99", "\x7d\x9a", "\x7d\x9b", "\x7d\x9c", "\x7d\x9d", "\x7d\x9e", + "\x7d\x9f", "\x7d\xa0", "\x7d\xa1", "\x7d\xa2", "\x7d\xa3", "\x7d\xa4", + "\x7d\xa5", "\x7d\xa6", "\x7d\xa7", "\x7d\xa8", "\x7d\xa9", "\x7d\xaa", + "\x7d\xab", "\x7d\xac", "\x7d\xad", "\x7d\xae", "\x7d\xaf", "\x7d\xb0", + "\x7d\xb1", "\x7d\xb2", "\x7d\xb3", "\x7d\xb4", "\x7d\xb5", "\x7d\xb6", + "\x7d\xb7", "\x7d\xb8", "\x7d\xb9", "\x7d\xba", "\x7d\xbb", "\x7d\xbc", + "\x7d\xbd", "\x7d\xbe", "\x7d\xbf", "\x7d\xc0", "\x7d\xc1", "\x7d\xc2", + "\x7d\xc3", "\x7d\xc4", "\x7d\xc5", "\x7d\xc6", "\x7d\xc7", "\x7d\xc8", + "\x7d\xc9", "\x7d\xca", "\x7d\xcb", "\x7d\xcc", "\x7d\xcd", "\x7d\xce", + "\x7d\xcf", "\x7d\xd0", "\x7d\xd1", "\x7d\xd2", "\x7d\xd3", "\x7d\xd4", + "\x7d\xd5", "\x7d\xd6", "\x7d\xd7", "\x7d\xd8", "\x7d\xd9", "\x7d\xda", + "\x7d\xdb", "\x7d\xdc", "\x7d\xdd", "\x7d\xde", "\x7d\xdf", "\x7d\xe0", + "\x7d\xe1", "\x7d\xe2", "\x7d\xe3", "\x7d\xe4", "\x7d\xe5", "\x7d\xe6", + "\x7d\xe7", "\x7d\xe8", "\x7d\xe9", "\x7d\xea", "\x7d\xeb", "\x7d\xec", + "\x7d\xed", "\x7d\xee", "\x7d\xef", "\x7d\xf0", "\x7d\xf1", "\x7d\xf2", + "\x7d\xf3", "\x7d\xf4", "\x7d\xf5", "\x7d\xf6", "\x7d\xf7", "\x7d\xf8", + "\x7d\xf9", "\x7d\xfa", "\x7d\xfb", "\x7d\xfc", "\x7d\xfd", "\x7e\x41", + "\x7e\x42", "\x7e\x43", "\x7e\x44", "\x7e\x45", "\x7e\x46", "\x7e\x47", + "\x7e\x48", "\x7e\x49", "\x7e\x4a", "\x7e\x4b", "\x7e\x4c", "\x7e\x4d", + "\x7e\x4e", "\x7e\x4f", "\x7e\x50", "\x7e\x51", "\x7e\x52", "\x7e\x53", + "\x7e\x54", "\x7e\x55", "\x7e\x56", "\x7e\x57", "\x7e\x58", "\x7e\x59", + "\x7e\x5a", "\x7e\x5b", "\x7e\x5c", "\x7e\x5d", "\x7e\x5e", "\x7e\x5f", + "\x7e\x60", "\x7e\x61", "\x7e\x62", "\x7e\x63", "\x7e\x64", "\x7e\x65", + "\x7e\x66", "\x7e\x67", "\x7e\x68", "\x7e\x69", "\x7e\x6a", "\x7e\x6b", + "\x7e\x6c", "\x7e\x6d", "\x7e\x6e", "\x7e\x6f", "\x7e\x70", "\x7e\x71", + "\x7e\x72", "\x7e\x73", "\x7e\x74", "\x7e\x75", "\x7e\x76", "\x7e\x77", + "\x7e\x78", "\x7e\x79", "\x7e\x7a", "\x7e\x7b", "\x7e\x7c", "\x7e\x7d", + "\x7e\x7e", "\x7e\x7f", "\x7e\x81", "\x7e\x82", "\x7e\x83", "\x7e\x84", + "\x7e\x85", "\x7e\x86", "\x7e\x87", "\x7e\x88", "\x7e\x89", "\x7e\x8a", + "\x7e\x8b", "\x7e\x8c", "\x7e\x8d", "\x7e\x8e", "\x7e\x8f", "\x7e\x90", + "\x7e\x91", "\x7e\x92", "\x7e\x93", "\x7e\x94", "\x7e\x95", "\x7e\x96", + "\x7e\x97", "\x7e\x98", "\x7e\x99", "\x7e\x9a", "\x7e\x9b", "\x7e\x9c", + "\x7e\x9d", "\x7e\x9e", "\x7e\x9f", "\x7e\xa0", "\x7e\xa1", "\x7e\xa2", + "\x7e\xa3", "\x7e\xa4", "\x7e\xa5", "\x7e\xa6", "\x7e\xa7", "\x7e\xa8", + "\x7e\xa9", "\x7e\xaa", "\x7e\xab", "\x7e\xac", "\x7e\xad", "\x7e\xae", + "\x7e\xaf", "\x7e\xb0", "\x7e\xb1", "\x7e\xb2", "\x7e\xb3", "\x7e\xb4", + "\x7e\xb5", "\x7e\xb6", "\x7e\xb7", "\x7e\xb8", "\x7e\xb9", "\x7e\xba", + "\x7e\xbb", "\x7e\xbc", "\x7e\xbd", "\x7e\xbe", "\x7e\xbf", "\x7e\xc0", + "\x7e\xc1", "\x7e\xc2", "\x7e\xc3", "\x7e\xc4", "\x7e\xc5", "\x7e\xc6", + "\x7e\xc7", "\x7e\xc8", "\x7e\xc9", "\x7e\xca", "\x7e\xcb", "\x7e\xcc", + "\x7e\xcd", "\x7e\xce", "\x7e\xcf", "\x7e\xd0", "\x7e\xd1", "\x7e\xd2", + "\x7e\xd3", "\x7e\xd4", "\x7e\xd5", "\x7e\xd6", "\x7e\xd7", "\x7e\xd8", + "\x7e\xd9", "\x7e\xda", "\x7e\xdb", "\x7e\xdc", "\x7e\xdd", "\x7e\xde", + "\x7e\xdf", "\x7e\xe0", "\x7e\xe1", "\x7e\xe2", "\x7e\xe3", "\x7e\xe4", + "\x7e\xe5", "\x7e\xe6", "\x7e\xe7", "\x7e\xe8", "\x7e\xe9", "\x7e\xea", + "\x7e\xeb", "\x7e\xec", "\x7e\xed", "\x7e\xee", "\x7e\xef", "\x7e\xf0", + "\x7e\xf1", "\x7e\xf2", "\x7e\xf3", "\x7e\xf4", "\x7e\xf5", "\x7e\xf6", + "\x7e\xf7", "\x7e\xf8", "\x7e\xf9", "\x7e\xfa", "\x7e\xfb", "\x7e\xfc", + "\x7e\xfd", "\x7f\x41", "\x7f\x42", "\x7f\x43", "\x7f\x44", "\x7f\x45", + "\x7f\x46", "\x7f\x47", "\x7f\x48", "\x7f\x49", "\x7f\x4a", "\x7f\x4b", + "\x7f\x4c", "\x7f\x4d", "\x7f\x4e", "\x7f\x4f", "\x7f\x50", "\x7f\x51", + "\x7f\x52", "\x7f\x53", "\x7f\x54", "\x7f\x55", "\x7f\x56", "\x7f\x57", + "\x7f\x58", "\x7f\x59", "\x7f\x5a", "\x7f\x5b", "\x7f\x5c", "\x7f\x5d", + "\x7f\x5e", "\x7f\x5f", "\x7f\x60", "\x7f\x61", "\x7f\x62", "\x7f\x63", + "\x7f\x64", "\x7f\x65", "\x7f\x66", "\x7f\x67", "\x7f\x68", "\x7f\x69", + "\x7f\x6a", "\x7f\x6b", "\x7f\x6c", "\x7f\x6d", "\x7f\x6e", "\x7f\x6f", + "\x7f\x70", "\x7f\x71", "\x7f\x72", "\x7f\x73", "\x7f\x74", "\x7f\x75", + "\x7f\x76", "\x7f\x77", "\x7f\x78", "\x7f\x79", "\x7f\x7a", "\x7f\x7b", + "\x7f\x7c", "\x7f\x7d", "\x7f\x7e", "\x7f\x7f", "\x7f\x81", "\x7f\x82", + "\x7f\x83", "\x7f\x84", "\x7f\x85", "\x7f\x86", "\x7f\x87", "\x7f\x88", + "\x7f\x89", "\x7f\x8a", "\x7f\x8b", "\x7f\x8c", "\x7f\x8d", "\x7f\x8e", + "\x7f\x8f", "\x7f\x90", "\x7f\x91", "\x7f\x92", "\x7f\x93", "\x7f\x94", + "\x7f\x95", "\x7f\x96", "\x7f\x97", "\x7f\x98", "\x7f\x99", "\x7f\x9a", + "\x7f\x9b", "\x7f\x9c", "\x7f\x9d", "\x7f\x9e", "\x7f\x9f", "\x7f\xa0", + "\x7f\xa1", "\x7f\xa2", "\x7f\xa3", "\x7f\xa4", "\x7f\xa5", "\x7f\xa6", + "\x7f\xa7", "\x7f\xa8", "\x7f\xa9", "\x7f\xaa", "\x7f\xab", "\x7f\xac", + "\x7f\xad", "\x7f\xae", "\x7f\xaf", "\x7f\xb0", "\x7f\xb1", "\x7f\xb2", + "\x7f\xb3", "\x7f\xb4", "\x7f\xb5", "\x7f\xb6", "\x7f\xb7", "\x7f\xb8", + "\x7f\xb9", "\x7f\xba", "\x7f\xbb", "\x7f\xbc", "\x7f\xbd", "\x7f\xbe", + "\x7f\xbf", "\x7f\xc0", "\x7f\xc1", "\x7f\xc2", "\x7f\xc3", "\x7f\xc4", + "\x7f\xc5", "\x7f\xc6", "\x7f\xc7", "\x7f\xc8", "\x7f\xc9", "\x7f\xca", + "\x7f\xcb", "\x7f\xcc", "\x7f\xcd", "\x7f\xce", "\x7f\xcf", "\x7f\xd0", + "\x7f\xd1", "\x7f\xd2", "\x7f\xd3", "\x7f\xd4", "\x7f\xd5", "\x7f\xd6", + "\x7f\xd7", "\x7f\xd8", "\x7f\xd9", "\x7f\xda", "\x7f\xdb", "\x7f\xdc", + "\x7f\xdd", "\x7f\xde", "\x7f\xdf", "\x7f\xe0", "\x7f\xe1", "\x7f\xe2", + "\x7f\xe3", "\x7f\xe4", "\x7f\xe5", "\x7f\xe6", "\x7f\xe7", "\x7f\xe8", + "\x7f\xe9", "\x7f\xea", "\x7f\xeb", "\x7f\xec", "\x7f\xed", "\x7f\xee", + "\x7f\xef", "\x7f\xf0", "\x7f\xf1", "\x7f\xf2", "\x7f\xf3", "\x7f\xf4", + "\x7f\xf5", "\x7f\xf6", "\x7f\xf7", "\x7f\xf8", "\x7f\xf9", "\x7f\xfa", + "\x7f\xfb", "\x7f\xfc", "\x7f\xfd", "\x80\x41", "\x80\x42", "\x80\x43", + "\x80\x44", "\x80\x45", "\x80\x46", "\x80\x47", "\x80\x48", "\x80\x49", + "\x80\x4a", "\x80\x4b", "\x80\x4c", "\x80\x4d", "\x80\x4e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xfc\x90", "\xfc\x91", "\xfc\x92", "\xfc\x93", + "\xfc\x94", "\xfc\x95", "\xfc\x96", "\xfc\x97", "\xfc\x98", "\xfc\x99", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x57", "\xce\x58", "\xce\x59", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x5f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x67", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x6c", "\xce\x6d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x72", "\xce\x73", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\x7c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x96", "\xce\x97", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\xa6", "\x43\x5b", "\x44\x5c", "\xce\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x44", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xce\x46", "\xce\x47", "\xce\x48", "\xce\x49", "\x00\x00", "\xce\x4a", + "\x00\x00", "\xce\x4b", "\xce\x4c", "\x00\x00", "\x00\x00", "\x00\x00", + "\xce\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x4e", "\xce\x4f", "\xce\x50", "\x00\x00", "\xce\x51", + "\xce\x52", "\x00\x00", "\x00\x00", "\xce\x53", "\xce\x54", "\xce\x55", + "\xf8\x47", "\xf8\x48", "\xf8\x49", "\xf8\x4a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xf8\x6b", "\xf8\x6c", "\xf8\x6d", "\xf8\x6e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xf8\x7f", "\xf8\x80", "\xf8\x81", "\xf8\x82", + "\xf8\x83", "\xf8\x84", "\xf8\x85", "\xf8\x86", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xf8\x9b", "\xf8\x9c", "\xf8\x9d", "\xf8\x9e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xf8\xc4", + "\xf8\xc5", "\xf8\xc6", "\xf8\xc7", "\xf8\xc8", "\xf8\xc9", "\xf8\xca", + "\xf8\xcb", "\xf8\xcc", "\xf8\xcd", "\xf8\xce", "\xf8\xcf", "\xf8\xd0", + "\xf8\xd1", "\xf8\xd2", "\xf8\xd3", "\xf8\xd4", "\xf8\xd5", "\xf8\xd6", + "\xf8\xd7", "\xf8\xd8", "\xf8\xd9", "\xf8\xda", "\xf8\xdb", "\xf8\xdc", + "\xf8\xdd", "\xf8\xde", "\xf8\xdf", "\xf8\xe0", "\xf8\xe1", "\xf8\xe2", + "\xf8\xe3", "\xf8\xe4", "\xf8\xe5", "\xf8\xe6", "\xf8\xe7", "\xf8\xe8", + "\xf8\xe9", "\xf8\xea", "\xf8\xeb", "\xf8\xec", "\xf8\xed", "\xf8\xee", + "\xf8\xef", "\xf8\xf0", "\xcd\xa8", "\x47\x51", "\x00\x00", "\x47\x52", + "\x47\x53", "\x47\x41", "\x47\x42", "\x47\x4f", "\x47\x50", "\x47\x43", + "\x47\x44", "\x47\x4d", "\x47\x4e", "\x47\x47", "\x47\x48", "\x47\x45", + "\x47\x46", "\x47\x49", "\x47\x4a", "\x47\x4b", "\x47\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xa9", "\xcd\xaa", "\xcd\xab", + "\xcd\xac", "\xcd\xad", "\xcd\xae", "\xcd\xaf", "\xcd\xb0", "\xcd\xb1", + "\xcd\xb2", "\x00\x00", "\xcd\xb3", "\xcd\xb4", "\xcd\xb5", "\xcd\xb6", + "\x00\x00", "\xcd\xb7", "\xcd\xb8", "\xcd\xb9", "\xcd\xba", "\xcd\xbb", + "\xcd\xbc", "\xcd\xbd", "\xcd\xbe", "\xcd\xbf", "\xcd\xc0", "\xcd\xc1", + "\xcd\xc2", "\xcd\xc3", "\xcd\xc4", "\x00\x00", "\xcd\xc5", "\xcd\xc6", + "\xcd\xc7", "\xcd\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xfb\xd0", "\xfb\xd1", "\xfb\xd2", "\xfb\xd3", "\xfb\xd4", + "\xfb\xd5", "\xfb\xd6", "\xfb\xd7", "\xfb\xd8", "\xfb\xd9", "\x00\x00", + "\x00\x00", "\xfb\xdc", "\xfb\xdd", "\xfb\xde", "\xfb\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xfb\xe4", "\xfb\xe5", "\xfb\xe6", + "\xfb\xe7", "\xfb\xe8", "\xfb\xe9", "\xfb\xea", "\xfb\xeb", "\xfb\xec", + "\xfb\xed", "\xfb\xee", "\xfb\xef", "\xfb\xf0", "\xfb\xf1", "\x00\x00", + "\x00\x00", "\xfb\xf4", "\xfb\xf5", "\xfb\xf6", "\xfb\xf7", "\xfb\xf8", + "\xfb\xf9", "\xfb\xfa", "\xfb\xfb", "\xfb\xfc", "\xfb\xfd", "\xfb\xfe", + "\xfc\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xfc\x52", + "\xfc\x53", "\xfc\x54", "\xfc\x55", "\xfc\x56", "\xfc\x57", "\xfc\x58", + "\xfc\x59", "\xfc\x5a", "\xfc\x5b", "\xfc\x5c", "\xfc\x5d", "\xfc\x5e", + "\xfc\x5f", "\xfc\x60", "\xfc\x61", "\xfc\x62", "\xfc\x63", "\xfc\x64", + "\xfc\x65", "\xfc\x66", "\xfc\x67", "\xfc\x68", "\xfc\x69", "\xfc\x6a", + "\xfc\x6b", "\xfc\x6c", "\xfc\x6d", "\xfc\x6e", "\xfc\x6f", "\xfc\x70", + "\xfc\x71", "\xfc\x72", "\xfc\x73", "\xfc\x74", "\xfc\x75", "\xfc\x76", + "\xfc\x77", "\xfc\x78", "\xfc\x79", "\xfc\x7a", "\xfc\x7b", "\xfc\x7c", + "\xfc\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xfc\x84", "\xfc\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x42\x5a", "\x42\x7f", "\x42\x7b", "\x42\xe0", "\x42\x6c", + "\x42\x50", "\x42\x7d", "\x42\x4d", "\x42\x5d", "\x42\x5c", "\x42\x4e", + "\x42\x6b", "\x42\x60", "\x42\x4b", "\x42\x61", "\x42\xf0", "\x42\xf1", + "\x42\xf2", "\x42\xf3", "\x42\xf4", "\x42\xf5", "\x42\xf6", "\x42\xf7", + "\x42\xf8", "\x42\xf9", "\x42\x7a", "\x42\x5e", "\x42\x4c", "\x42\x7e", + "\x42\x6e", "\x42\x6f", "\x42\x7c", "\x42\xc1", "\x42\xc2", "\x42\xc3", + "\x42\xc4", "\x42\xc5", "\x42\xc6", "\x42\xc7", "\x42\xc8", "\x42\xc9", + "\x42\xd1", "\x42\xd2", "\x42\xd3", "\x42\xd4", "\x42\xd5", "\x42\xd6", + "\x42\xd7", "\x42\xd8", "\x42\xd9", "\x42\xe2", "\x42\xe3", "\x42\xe4", + "\x42\xe5", "\x42\xe6", "\x42\xe7", "\x42\xe8", "\x42\xe9", "\x44\x44", + "\x43\xe0", "\x44\x45", "\x44\x70", "\x42\x6d", "\x42\x79", "\x42\x81", + "\x42\x82", "\x42\x83", "\x42\x84", "\x42\x85", "\x42\x86", "\x42\x87", + "\x42\x88", "\x42\x89", "\x42\x91", "\x42\x92", "\x42\x93", "\x42\x94", + "\x42\x95", "\x42\x96", "\x42\x97", "\x42\x98", "\x42\x99", "\x42\xa2", + "\x42\xa3", "\x42\xa4", "\x42\xa5", "\x42\xa6", "\x42\xa7", "\x42\xa8", + "\x42\xa9", "\x42\xc0", "\x42\x4f", "\x42\xd0", "\x43\xa1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x43\x4a", "\x42\x4a", "\x42\x5f", "\x42\xa1", + "\x42\x6a", "\x42\x5b" }; + +#endif /* _IBM1388_H */ diff --git a/iconvdata/ibm1390.c b/iconvdata/ibm1390.c new file mode 100644 index 0000000000..d6533a10eb --- /dev/null +++ b/iconvdata/ibm1390.c @@ -0,0 +1,36 @@ +/* Conversion from and to IBM1390. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#define DATA_HEADER "ibm1390.h" +#define CHARSET_NAME "IBM1390//" +#define FROM_LOOP from_ibm1390 +#define TO_LOOP to_ibm1390 +#define SB_TO_UCS4 __ibm1390sb_to_ucs4 +#define DB_TO_UCS4_IDX __ibm1390db_to_ucs4_idx +#define DB_TO_UCS4 __ibm1390db_to_ucs4 +#define UCS4_TO_SB_IDX __ucs4_to_ibm1390sb_idx +#define UCS4_TO_SB __ucs4_to_ibm1390sb +#define UCS4_TO_DB_IDX __ucs4_to_ibm1390db_idx +#define UCS4_TO_DB __ucs4_to_ibm1390db +#define DB_TO_UCS4_COMB __ibm1390db_to_ucs4_combined +#define UCS4_COMB_TO_DB __ucs4_combined_to_ibm1390db +#define UCS_LIMIT 0xffffffff + +#include "ibm1364.c" diff --git a/iconvdata/ibm1390.h b/iconvdata/ibm1390.h new file mode 100644 index 0000000000..d5dcd385eb --- /dev/null +++ b/iconvdata/ibm1390.h @@ -0,0 +1,15606 @@ +/* Tables for conversion from and to IBM1390. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#ifndef _IBM1390_H +#define _IBM1390_H 1 + +struct gap +{ + uint32_t start; + uint32_t end; + int32_t idx; +}; + +static const uint32_t __ibm1390sb_to_ucs4[256] = +{ + /* 0x00 */ 0x00000000, 0x00000001, 0x00000002, 0x00000003, + /* 0x04 */ 0x0000009c, 0x00000009, 0x00000086, 0x0000007f, + /* 0x08 */ 0x00000097, 0x0000008d, 0x0000008e, 0x0000000b, + /* 0x0c */ 0x0000000c, 0x0000000d, 0x0000000e, 0x0000000f, + /* 0x10 */ 0x00000010, 0x00000011, 0x00000012, 0x00000013, + /* 0x14 */ 0x0000009d, 0x00000085, 0x00000008, 0x00000087, + /* 0x18 */ 0x00000018, 0x00000019, 0x00000092, 0x0000008f, + /* 0x1c */ 0x0000001c, 0x0000001d, 0x0000001e, 0x0000001f, + /* 0x20 */ 0x00000080, 0x00000081, 0x00000082, 0x00000083, + /* 0x24 */ 0x00000084, 0x0000000a, 0x00000017, 0x0000001b, + /* 0x28 */ 0x00000088, 0x00000089, 0x0000008a, 0x0000008b, + /* 0x2c */ 0x0000008c, 0x00000005, 0x00000006, 0x00000007, + /* 0x30 */ 0x00000090, 0x00000091, 0x00000016, 0x00000093, + /* 0x34 */ 0x00000094, 0x00000095, 0x00000096, 0x00000004, + /* 0x38 */ 0x00000098, 0x00000099, 0x0000009a, 0x0000009b, + /* 0x3c */ 0x00000014, 0x00000015, 0x0000009e, 0x0000001a, + /* 0x40 */ 0x00000020, 0x0000ff61, 0x0000ff62, 0x0000ff63, + /* 0x44 */ 0x0000ff64, 0x0000ff65, 0x0000ff66, 0x0000ff67, + /* 0x48 */ 0x0000ff68, 0x0000ff69, 0x000000a3, 0x0000002e, + /* 0x4c */ 0x0000003c, 0x00000028, 0x0000002b, 0x0000007c, + /* 0x50 */ 0x00000026, 0x0000ff6a, 0x0000ff6b, 0x0000ff6c, + /* 0x54 */ 0x0000ff6d, 0x0000ff6e, 0x0000ff6f, 0x0000001a, + /* 0x58 */ 0x0000ff70, 0x0000001a, 0x00000021, 0x000000a5, + /* 0x5c */ 0x0000002a, 0x00000029, 0x0000003b, 0x000000ac, + /* 0x60 */ 0x0000002d, 0x0000002f, 0x00000061, 0x00000062, + /* 0x64 */ 0x00000063, 0x00000064, 0x00000065, 0x00000066, + /* 0x68 */ 0x00000067, 0x00000068, 0x0000001a, 0x0000002c, + /* 0x6c */ 0x00000025, 0x0000005f, 0x0000003e, 0x0000003f, + /* 0x70 */ 0x0000005b, 0x00000069, 0x0000006a, 0x0000006b, + /* 0x74 */ 0x0000006c, 0x0000006d, 0x0000006e, 0x0000006f, + /* 0x78 */ 0x00000070, 0x00000060, 0x0000003a, 0x00000023, + /* 0x7c */ 0x00000040, 0x00000027, 0x0000003d, 0x00000022, + /* 0x80 */ 0x0000005d, 0x0000ff71, 0x0000ff72, 0x0000ff73, + /* 0x84 */ 0x0000ff74, 0x0000ff75, 0x0000ff76, 0x0000ff77, + /* 0x88 */ 0x0000ff78, 0x0000ff79, 0x0000ff7a, 0x00000071, + /* 0x8c */ 0x0000ff7b, 0x0000ff7c, 0x0000ff7d, 0x0000ff7e, + /* 0x90 */ 0x0000ff7f, 0x0000ff80, 0x0000ff81, 0x0000ff82, + /* 0x94 */ 0x0000ff83, 0x0000ff84, 0x0000ff85, 0x0000ff86, + /* 0x98 */ 0x0000ff87, 0x0000ff88, 0x0000ff89, 0x00000072, + /* 0x9c */ 0x0000001a, 0x0000ff8a, 0x0000ff8b, 0x0000ff8c, + /* 0xa0 */ 0x0000007e, 0x0000203e, 0x0000ff8d, 0x0000ff8e, + /* 0xa4 */ 0x0000ff8f, 0x0000ff90, 0x0000ff91, 0x0000ff92, + /* 0xa8 */ 0x0000ff93, 0x0000ff94, 0x0000ff95, 0x00000073, + /* 0xac */ 0x0000ff96, 0x0000ff97, 0x0000ff98, 0x0000ff99, + /* 0xb0 */ 0x0000005e, 0x000000a2, 0x0000005c, 0x00000074, + /* 0xb4 */ 0x00000075, 0x00000076, 0x00000077, 0x00000078, + /* 0xb8 */ 0x00000079, 0x0000007a, 0x0000ff9a, 0x0000ff9b, + /* 0xbc */ 0x0000ff9c, 0x0000ff9d, 0x0000ff9e, 0x0000ff9f, + /* 0xc0 */ 0x0000007b, 0x00000041, 0x00000042, 0x00000043, + /* 0xc4 */ 0x00000044, 0x00000045, 0x00000046, 0x00000047, + /* 0xc8 */ 0x00000048, 0x00000049, 0x0000001a, 0x0000001a, + /* 0xcc */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, + /* 0xd0 */ 0x0000007d, 0x0000004a, 0x0000004b, 0x0000004c, + /* 0xd4 */ 0x0000004d, 0x0000004e, 0x0000004f, 0x00000050, + /* 0xd8 */ 0x00000051, 0x00000052, 0x0000001a, 0x0000001a, + /* 0xdc */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, + /* 0xe0 */ 0x00000024, 0x000020ac, 0x00000053, 0x00000054, + /* 0xe4 */ 0x00000055, 0x00000056, 0x00000057, 0x00000058, + /* 0xe8 */ 0x00000059, 0x0000005a, 0x0000001a, 0x0000001a, + /* 0xec */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, + /* 0xf0 */ 0x00000030, 0x00000031, 0x00000032, 0x00000033, + /* 0xf4 */ 0x00000034, 0x00000035, 0x00000036, 0x00000037, + /* 0xf8 */ 0x00000038, 0x00000039, 0x0000001a, 0x0000001a, + /* 0xfc */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000009f +}; + +static const struct gap __ibm1390db_to_ucs4_idx[] = +{ + { .start = 0x00004040, .end = 0x00004040, .idx = -16448 }, + { .start = 0x00004141, .end = 0x00006885, .idx = -16704 }, + { .start = 0x00006941, .end = 0x000089bd, .idx = -16891 }, + { .start = 0x0000b341, .end = 0x0000d54c, .idx = -27518 }, + { .start = 0x0000d641, .end = 0x0000d795, .idx = -27762 }, + { .start = 0x0000d88c, .end = 0x0000daeb, .idx = -28008 }, + { .start = 0x0000dc62, .end = 0x0000dc65, .idx = -28382 }, + { .start = 0x0000dda4, .end = 0x0000e146, .idx = -28700 }, + { .start = 0x0000e270, .end = 0x0000e4cc, .idx = -28997 }, + { .start = 0x0000e5a3, .end = 0x0000e7cc, .idx = -29211 }, + { .start = 0x0000e861, .end = 0x0000eae4, .idx = -29359 }, + { .start = 0x0000eb77, .end = 0x0000eb78, .idx = -29505 }, + { .start = 0x0000ec44, .end = 0x0000eccd, .idx = -29708 }, + { .start = 0xffffffff, .end = 0xffffffff, .idx = 0 } +}; + +static const uint32_t __ibm1390db_to_ucs4[] = +{ + 0x00003000, 0x000003b1, 0x000003b2, 0x000003b3, + 0x000003b4, 0x000003b5, 0x000003b6, 0x000003b7, + 0x000003b8, 0x000003b9, 0x000003ba, 0x000003bb, + 0x000003bc, 0x000003bd, 0x000003be, 0x000003bf, + 0x000003c0, 0x000003c1, 0x000003c3, 0x000003c4, + 0x000003c5, 0x000003c6, 0x000003c7, 0x000003c8, + 0x000003c9, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000391, 0x00000392, 0x00000393, + 0x00000394, 0x00000395, 0x00000396, 0x00000397, + 0x00000398, 0x00000399, 0x0000039a, 0x0000039b, + 0x0000039c, 0x0000039d, 0x0000039e, 0x0000039f, + 0x000003a0, 0x000003a1, 0x000003a3, 0x000003a4, + 0x000003a5, 0x000003a6, 0x000003a7, 0x000003a8, + 0x000003a9, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000430, 0x00000431, 0x00000432, 0x00000433, + 0x00000434, 0x00000435, 0x00000451, 0x00000436, + 0x00000437, 0x00000438, 0x00000439, 0x0000043a, + 0x0000043b, 0x0000043c, 0x0000043d, 0x0000043e, + 0x0000043f, 0x00000440, 0x00000441, 0x00000442, + 0x00000443, 0x00000444, 0x00000445, 0x00000446, + 0x00000447, 0x00000448, 0x00000449, 0x0000044a, + 0x0000044b, 0x0000044c, 0x0000044d, 0x0000044e, + 0x0000044f, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002170, 0x00002171, 0x00002172, + 0x00002173, 0x00002174, 0x00002175, 0x00002176, + 0x00002177, 0x00002178, 0x00002179, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000410, 0x00000411, 0x00000412, 0x00000413, + 0x00000414, 0x00000415, 0x00000401, 0x00000416, + 0x00000417, 0x00000418, 0x00000419, 0x0000041a, + 0x0000041b, 0x0000041c, 0x0000041d, 0x0000041e, + 0x0000041f, 0x00000420, 0x00000421, 0x00000422, + 0x00000423, 0x00000424, 0x00000425, 0x00000426, + 0x00000427, 0x00000428, 0x00000429, 0x0000042a, + 0x0000042b, 0x0000042c, 0x0000042d, 0x0000042e, + 0x0000042f, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002160, 0x00002161, 0x00002162, + 0x00002163, 0x00002164, 0x00002165, 0x00002166, + 0x00002167, 0x00002168, 0x00002169, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ffe1, 0x0000ff0e, + 0x0000ff1c, 0x0000ff08, 0x0000ff0b, 0x0000ff5c, + 0x0000ff06, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ff01, 0x0000ffe5, + 0x0000ff0a, 0x0000ff09, 0x0000ff1b, 0x0000ffe2, + 0x00002212, 0x0000ff0f, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x000000a6, 0x0000ff0c, + 0x0000ff05, 0x0000ff3f, 0x0000ff1e, 0x0000ff1f, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000ff40, 0x0000ff1a, 0x0000ff03, + 0x0000ff20, 0x0000ff07, 0x0000ff1d, 0x0000ff02, + 0x00000000, 0x0000ff41, 0x0000ff42, 0x0000ff43, + 0x0000ff44, 0x0000ff45, 0x0000ff46, 0x0000ff47, + 0x0000ff48, 0x0000ff49, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000ff4a, 0x0000ff4b, 0x0000ff4c, + 0x0000ff4d, 0x0000ff4e, 0x0000ff4f, 0x0000ff50, + 0x0000ff51, 0x0000ff52, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000ffe3, 0x0000ff53, 0x0000ff54, + 0x0000ff55, 0x0000ff56, 0x0000ff57, 0x0000ff58, + 0x0000ff59, 0x0000ff5a, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff5b, 0x0000ff21, 0x0000ff22, 0x0000ff23, + 0x0000ff24, 0x0000ff25, 0x0000ff26, 0x0000ff27, + 0x0000ff28, 0x0000ff29, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff5d, 0x0000ff2a, 0x0000ff2b, 0x0000ff2c, + 0x0000ff2d, 0x0000ff2e, 0x0000ff2f, 0x0000ff30, + 0x0000ff31, 0x0000ff32, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff04, 0x000020ac, 0x0000ff33, 0x0000ff34, + 0x0000ff35, 0x0000ff36, 0x0000ff37, 0x0000ff38, + 0x0000ff39, 0x0000ff3a, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff10, 0x0000ff11, 0x0000ff12, 0x0000ff13, + 0x0000ff14, 0x0000ff15, 0x0000ff16, 0x0000ff17, + 0x0000ff18, 0x0000ff19, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00003002, 0x0000300c, 0x0000300d, + 0x00003001, 0x000030fb, 0x000030f2, 0x000030a1, + 0x000030a3, 0x000030a5, 0x0000ffe0, 0x00002220, + 0x000022a5, 0x00002312, 0x00002202, 0x00002207, + 0x00000000, 0x000030a7, 0x000030a9, 0x000030e3, + 0x000030e5, 0x000030e7, 0x000030c3, 0x000030ee, + 0x000030fc, 0x000030f5, 0x000030f6, 0x00002261, + 0x00002252, 0x0000226a, 0x0000226b, 0x0000221a, + 0x0000223d, 0x0000221d, 0x0000222b, 0x0000222c, + 0x00002208, 0x0000220b, 0x00002286, 0x00002287, + 0x00002282, 0x00002283, 0x0000222a, 0x00002229, + 0x00002227, 0x00002228, 0x000021d2, 0x000021d4, + 0x00002200, 0x00002203, 0x0000212b, 0x00002030, + 0x0000266f, 0x0000266d, 0x0000266a, 0x00002020, + 0x00002021, 0x000000b6, 0x000025ef, 0x00000000, + 0x00002500, 0x00002502, 0x0000250c, 0x00002510, + 0x00000000, 0x000030a2, 0x000030a4, 0x000030a6, + 0x000030a8, 0x000030aa, 0x000030ab, 0x000030ad, + 0x000030af, 0x000030b1, 0x000030b3, 0x00000000, + 0x000030b5, 0x000030b7, 0x000030b9, 0x000030bb, + 0x000030bd, 0x000030bf, 0x000030c1, 0x000030c4, + 0x000030c6, 0x000030c8, 0x000030ca, 0x000030cb, + 0x000030cc, 0x000030cd, 0x000030ce, 0x00000000, + 0x00000000, 0x000030cf, 0x000030d2, 0x000030d5, + 0x00000000, 0x0000301c, 0x000030d8, 0x000030db, + 0x000030de, 0x000030df, 0x000030e0, 0x000030e1, + 0x000030e2, 0x000030e4, 0x000030e6, 0x00000000, + 0x000030e8, 0x000030e9, 0x000030ea, 0x000030eb, + 0x00002518, 0x00002514, 0x0000251c, 0x0000252c, + 0x00002524, 0x00002534, 0x0000253c, 0x00002501, + 0x00002503, 0x0000250f, 0x000030ec, 0x000030ed, + 0x000030ef, 0x000030f3, 0x0000309b, 0x0000309c, + 0x000030ac, 0x000030ae, 0x000030b0, 0x000030b2, + 0x000030b4, 0x000030b6, 0x000030b8, 0x000030ba, + 0x000030bc, 0x000030be, 0x000030c0, 0x000030c2, + 0x000030c5, 0x000030c7, 0x000030c9, 0x000030d0, + 0x000030d3, 0x000030d6, 0x000030d9, 0x000030dc, + 0x000030f4, 0x000030d1, 0x000030d4, 0x000030d7, + 0x000030da, 0x000030dd, 0x000030f0, 0x000030f1, + 0x000030fd, 0x000030fe, 0x00000000, 0x00000000, + 0x0000ff3c, 0x00002513, 0x0000251b, 0x00002517, + 0x00002523, 0x00002533, 0x0000252b, 0x0000253b, + 0x0000254b, 0x00002520, 0x0000252f, 0x00002528, + 0x00002537, 0x0000253f, 0x0000251d, 0x00002530, + 0x00002525, 0x00002538, 0x00002542, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000300e, 0x0000300f, + 0x0000ff3b, 0x0000ff3d, 0x00003092, 0x00003041, + 0x00003043, 0x00003045, 0x00002014, 0x000000b1, + 0x00002260, 0x0000221e, 0x00002103, 0x00000000, + 0x000000b4, 0x00003047, 0x00003049, 0x00003083, + 0x00003085, 0x00003087, 0x00003063, 0x0000308e, + 0x00000000, 0x00000000, 0x00002010, 0x00003003, + 0x00004edd, 0x00003005, 0x00003006, 0x00003007, + 0x000000a8, 0x00002018, 0x0000201c, 0x00003014, + 0x00003008, 0x0000300a, 0x00003010, 0x00002266, + 0x00002234, 0x00002642, 0x000000a7, 0x0000203b, + 0x00003012, 0x00003231, 0x00002116, 0x00002121, + 0x0000ff3e, 0x00002019, 0x0000201d, 0x00003015, + 0x00003009, 0x0000300b, 0x00003011, 0x00002267, + 0x00002235, 0x00002640, 0x000000d7, 0x000000f7, + 0x00002016, 0x00003013, 0x00002025, 0x00002026, + 0x00000000, 0x00003042, 0x00003044, 0x00003046, + 0x00003048, 0x0000304a, 0x0000304b, 0x0000304d, + 0x0000304f, 0x00003051, 0x00003053, 0x00000000, + 0x00003055, 0x00003057, 0x00003059, 0x0000305b, + 0x0000305d, 0x0000305f, 0x00003061, 0x00003064, + 0x00003066, 0x00003068, 0x0000306a, 0x0000306b, + 0x0000306c, 0x0000306d, 0x0000306e, 0x00000000, + 0x00000000, 0x0000306f, 0x00003072, 0x00003075, + 0x00000000, 0x00000000, 0x00003078, 0x0000307b, + 0x0000307e, 0x0000307f, 0x00003080, 0x00003081, + 0x00003082, 0x00003084, 0x00003086, 0x00000000, + 0x00003088, 0x00003089, 0x0000308a, 0x0000308b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000308c, 0x0000308d, + 0x0000308f, 0x00003093, 0x00000000, 0x00000000, + 0x0000304c, 0x0000304e, 0x00003050, 0x00003052, + 0x00003054, 0x00003056, 0x00003058, 0x0000305a, + 0x0000305c, 0x0000305e, 0x00003060, 0x00003062, + 0x00003065, 0x00003067, 0x00003069, 0x00003070, + 0x00003073, 0x00003076, 0x00003079, 0x0000307c, + 0x00000000, 0x00003071, 0x00003074, 0x00003077, + 0x0000307a, 0x0000307d, 0x00003090, 0x00003091, + 0x0000309d, 0x0000309e, 0x00000000, 0x00000000, + 0x000025cb, 0x000025cf, 0x000025b3, 0x000025b2, + 0x000025ce, 0x00002606, 0x00002605, 0x000025c7, + 0x000025c6, 0x000025a1, 0x000025a0, 0x000025bd, + 0x000025bc, 0x000000b0, 0x00002032, 0x00002033, + 0x00002192, 0x00002190, 0x00002191, 0x00002193, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00004e00, 0x00004e8c, 0x00004e09, + 0x000056db, 0x00004e94, 0x0000516d, 0x00004e03, + 0x0000516b, 0x00004e5d, 0x00005341, 0x0000767e, + 0x00005343, 0x00004e07, 0x00005104, 0x000090fd, + 0x00009053, 0x00005e9c, 0x0000770c, 0x00005e02, + 0x0000533a, 0x0000753a, 0x00006751, 0x00006771, + 0x0000897f, 0x00005357, 0x00005317, 0x00005927, + 0x00004e2d, 0x00005c0f, 0x00004e0a, 0x00004e0b, + 0x00005e74, 0x00006708, 0x000065e5, 0x00007530, + 0x00005b50, 0x00005c71, 0x0000672c, 0x00005ddd, + 0x000085e4, 0x000091ce, 0x00005de5, 0x0000696d, + 0x00006728, 0x00004e95, 0x000090ce, 0x00005cf6, + 0x000096c4, 0x00009ad8, 0x00005ca1, 0x0000592b, + 0x0000539f, 0x00004eac, 0x00004f50, 0x00006b63, + 0x0000677e, 0x00006a5f, 0x0000548c, 0x000088fd, + 0x00007537, 0x00007f8e, 0x00005409, 0x00005d0e, + 0x000077f3, 0x00008c37, 0x000096fb, 0x00009577, + 0x00006cbb, 0x00006ca2, 0x000091d1, 0x000065b0, + 0x000053e3, 0x00006a4b, 0x00004e45, 0x0000798f, + 0x00006240, 0x00005e73, 0x00005185, 0x000056fd, + 0x00005316, 0x0000962a, 0x00005bae, 0x00004eba, + 0x00004f5c, 0x000090e8, 0x00006e05, 0x00006b21, + 0x00007fa9, 0x0000751f, 0x00004ee3, 0x000051fa, + 0x00006c34, 0x000068ee, 0x00005149, 0x000052a0, + 0x00005408, 0x0000795e, 0x00006797, 0x000091cd, + 0x0000884c, 0x00004fe1, 0x0000660e, 0x00006d77, + 0x00005b89, 0x00005e78, 0x00004fdd, 0x0000592a, + 0x00005bcc, 0x00006c5f, 0x00009234, 0x0000524d, + 0x000077e5, 0x00006b66, 0x00004f0a, 0x0000662d, + 0x00005206, 0x000052dd, 0x00007528, 0x00005e83, + 0x00009020, 0x00006c17, 0x00006210, 0x0000898b, + 0x00005229, 0x00004f1a, 0x00005b66, 0x00005ca9, + 0x00007523, 0x00009593, 0x00005730, 0x000081ea, + 0x0000826f, 0x000095a2, 0x0000611b, 0x0000653f, + 0x00005c3e, 0x00008a08, 0x00006587, 0x0000624b, + 0x00007236, 0x000065b9, 0x00004e8b, 0x00006238, + 0x000054c1, 0x0000559c, 0x00006e21, 0x00005f18, + 0x000053e4, 0x00008fba, 0x00005009, 0x00009244, + 0x00004e4b, 0x00005834, 0x00006d0b, 0x000057ce, + 0x00006d25, 0x00007acb, 0x00005ea6, 0x00005348, + 0x00004eca, 0x00005f66, 0x00008a2d, 0x0000901a, + 0x000052d5, 0x00005f8c, 0x00005948, 0x00005b9a, + 0x00006c60, 0x00005c4b, 0x00006d5c, 0x00007406, + 0x00005742, 0x00005b9f, 0x000082f1, 0x00007684, + 0x000053f8, 0x000079c0, 0x00006a2a, 0x0000540d, + 0x00005b5d, 0x00007af9, 0x0000535a, 0x0000529b, + 0x00005eab, 0x00008449, 0x00006804, 0x00006c38, + 0x00005668, 0x00007389, 0x0000591a, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008cc0, 0x0000771f, 0x00006075, + 0x00009759, 0x00005186, 0x00008302, 0x0000654f, + 0x00008c4a, 0x00005175, 0x00006cd5, 0x0000767a, + 0x00009752, 0x00005897, 0x00006599, 0x00005fe0, + 0x00008cc7, 0x00006642, 0x00007269, 0x00008eca, + 0x00005fb3, 0x00008981, 0x00005bfe, 0x0000585a, + 0x000079cb, 0x0000767d, 0x00006cb3, 0x0000702c, + 0x00006cb9, 0x00009686, 0x00008535, 0x00005f53, + 0x00004fca, 0x00005fd7, 0x00006625, 0x0000793e, + 0x000099ac, 0x00005165, 0x00005efa, 0x00006839, + 0x00006749, 0x00009032, 0x00008208, 0x00006d66, + 0x00007cbe, 0x0000540c, 0x00006027, 0x00007c73, + 0x00008005, 0x000052a9, 0x0000679d, 0x00008fd1, + 0x000076f4, 0x000076ee, 0x00006765, 0x0000753b, + 0x000076f8, 0x00009ed2, 0x00004e38, 0x00008239, + 0x00007531, 0x000058eb, 0x00007b2c, 0x0000718a, + 0x00007d19, 0x00005065, 0x000068b0, 0x000082b3, + 0x0000571f, 0x00006709, 0x00005bb6, 0x00007dda, + 0x00007d4c, 0x00008abf, 0x00005929, 0x0000671f, + 0x00007f6e, 0x00006d45, 0x00006589, 0x00005f0f, + 0x00005f62, 0x00009762, 0x00007a2e, 0x00008f38, + 0x00005916, 0x00005143, 0x00004f53, 0x00009e7f, + 0x00005fa1, 0x00005973, 0x00005eb7, 0x00004e16, + 0x000052c7, 0x00005800, 0x0000597d, 0x00005150, + 0x00005bfa, 0x000092fc, 0x00007279, 0x000057fc, + 0x00009054, 0x00005411, 0x000053d6, 0x00007b49, + 0x0000667a, 0x000056de, 0x00009580, 0x0000904b, + 0x00005099, 0x0000601d, 0x0000963f, 0x00004e0d, + 0x00009808, 0x00005168, 0x00005bff, 0x00005584, + 0x0000677f, 0x000098ef, 0x00008c9e, 0x000073fe, + 0x000098df, 0x00007d44, 0x0000985e, 0x0000516c, + 0x00006750, 0x00009999, 0x00005546, 0x00007d50, + 0x00008868, 0x000077e2, 0x00006f5f, 0x000079c1, + 0x00005236, 0x000090a6, 0x00006cbc, 0x00007cf8, + 0x00005b8f, 0x00007b56, 0x00006ce2, 0x000054e1, + 0x00006570, 0x0000958b, 0x00006e96, 0x00006a39, + 0x00008cbb, 0x0000660c, 0x00005f37, 0x00007814, + 0x000053cb, 0x00005b87, 0x000082e5, 0x000083ca, + 0x00006301, 0x000082b1, 0x00005f15, 0x00007d00, + 0x00008352, 0x00005225, 0x00004fee, 0x00008d8a, + 0x00004f4f, 0x000085ac, 0x00006bdb, 0x00009060, + 0x0000554f, 0x00005965, 0x0000578b, 0x00005fc3, + 0x0000767b, 0x000065e9, 0x000067f3, 0x00006d69, + 0x00008cea, 0x000052d9, 0x00006cc9, 0x00005e38, + 0x00005b88, 0x000057fa, 0x00007ba1, 0x00006cf0, + 0x00004f38, 0x00006700, 0x00004ee5, 0x00006b4c, + 0x000088d5, 0x00008d64, 0x00008db3, 0x0000898f, + 0x00006d41, 0x00008aa0, 0x00006607, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005dde, 0x00007167, 0x00005869, + 0x00009001, 0x000096c5, 0x0000672b, 0x000054f2, + 0x00005cb8, 0x00004e5f, 0x00005c90, 0x0000521d, + 0x00008328, 0x00005247, 0x00006bd4, 0x000080fd, + 0x00008a71, 0x00006295, 0x00008ee2, 0x000083c5, + 0x00009023, 0x00004ed6, 0x00006c11, 0x00007d66, + 0x00009152, 0x00007e41, 0x00004fa1, 0x00006e80, + 0x0000671d, 0x00004ed8, 0x00006761, 0x00007121, + 0x00008003, 0x0000697d, 0x00004e3b, 0x0000610f, + 0x00006226, 0x00005207, 0x00005264, 0x00007247, + 0x00007d30, 0x00006e08, 0x00007a32, 0x00005e03, + 0x000091cc, 0x00005c5e, 0x00007ae0, 0x00005909, + 0x00004f55, 0x0000685c, 0x00005f7c, 0x000067fb, + 0x000076ca, 0x000058f2, 0x00004ec1, 0x00006df1, + 0x000053f0, 0x00009ce5, 0x00009db4, 0x0000652f, + 0x00006574, 0x000089d2, 0x00005609, 0x00005473, + 0x0000885b, 0x00008b70, 0x00005727, 0x00007387, + 0x00008def, 0x0000706b, 0x0000961c, 0x00008f1d, + 0x000070b9, 0x00004e0e, 0x00006e1b, 0x00007551, + 0x00009280, 0x00007a7a, 0x00004ea4, 0x00007fbd, + 0x0000534a, 0x000053ce, 0x0000592e, 0x00007dcf, + 0x00008a18, 0x00006674, 0x000069cb, 0x0000969b, + 0x00006885, 0x00005370, 0x00008a00, 0x00006817, + 0x00008eab, 0x000066f8, 0x0000514b, 0x00007d20, + 0x000096c6, 0x00007bc0, 0x00005148, 0x00006edd, + 0x00006c7a, 0x00006559, 0x00007d14, 0x000067f4, + 0x000063a5, 0x0000661f, 0x00007740, 0x00007559, + 0x00006620, 0x00005df1, 0x0000754c, 0x00005177, + 0x0000656c, 0x00007fa4, 0x00009806, 0x00005171, + 0x00006d3b, 0x000091cf, 0x00006307, 0x000089e3, + 0x00005ba4, 0x0000679c, 0x00005404, 0x0000671b, + 0x00009632, 0x00007d04, 0x000061b2, 0x0000967d, + 0x00004e80, 0x000056f3, 0x00004e88, 0x00008272, + 0x00007a0e, 0x0000690d, 0x000053ef, 0x00006052, + 0x00004f4d, 0x00005178, 0x00005fc5, 0x00007d9a, + 0x00006025, 0x00005728, 0x000057a3, 0x0000541b, + 0x00005ef6, 0x00005d8b, 0x00004f01, 0x00006803, + 0x0000670d, 0x000071b1, 0x00005272, 0x00005354, + 0x00006b69, 0x000053f2, 0x0000512a, 0x0000658e, + 0x0000623f, 0x00005b97, 0x0000683c, 0x00008fb0, + 0x00007b20, 0x00005712, 0x00008af8, 0x00008107, + 0x00005553, 0x00008ce2, 0x00005f25, 0x000098a8, + 0x00005f97, 0x00006613, 0x00006253, 0x0000982d, + 0x000065ed, 0x00006bb5, 0x000052e2, 0x00007136, + 0x000056e3, 0x0000984d, 0x0000843d, 0x0000914d, + 0x00007a0b, 0x00008fbb, 0x0000543e, 0x0000611f, + 0x00005bdb, 0x000053cd, 0x00007a14, 0x00009700, + 0x00006e90, 0x00006c96, 0x0000984c, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008fbc, 0x00008349, 0x00007b97, + 0x000076db, 0x00008fb2, 0x000090a3, 0x00007701, + 0x000069d8, 0x00006bbf, 0x00005c11, 0x00004ecb, + 0x000053d7, 0x000097f3, 0x00007de8, 0x000059d4, + 0x00005e84, 0x00004fc2, 0x000072b6, 0x0000793a, + 0x00005e97, 0x00005a9b, 0x0000682a, 0x00006ecb, + 0x000068a8, 0x00007e04, 0x000053f3, 0x00005de6, + 0x000053ca, 0x00009078, 0x00005c45, 0x000060c5, + 0x00007df4, 0x000070ad, 0x00009928, 0x00009271, + 0x00006a21, 0x00006b8a, 0x00007e3e, 0x00004e9c, + 0x00007e4a, 0x00004ef2, 0x00005857, 0x00006d88, + 0x00008853, 0x0000691c, 0x00006717, 0x00005b85, + 0x0000529f, 0x00005c1a, 0x00008cbf, 0x000060a6, + 0x00008102, 0x00007be0, 0x00004f73, 0x00007d21, + 0x000051a8, 0x00006851, 0x000078ba, 0x00007267, + 0x00004e26, 0x00005024, 0x000089b3, 0x00008cb4, + 0x00007dad, 0x00007d71, 0x00005bbf, 0x00004e21, + 0x00007cd6, 0x000089aa, 0x00009332, 0x00006f84, + 0x000065bd, 0x00005bb9, 0x000098db, 0x00005c40, + 0x00007950, 0x0000904e, 0x00006c0f, 0x00006539, + 0x000076e4, 0x00007a4d, 0x00006e0b, 0x00005dfb, + 0x00006df3, 0x00005fdc, 0x00004e89, 0x00008ecd, + 0x000088c5, 0x00009178, 0x00007e54, 0x000067d3, + 0x00005e1d, 0x00007dbf, 0x00007c89, 0x0000822a, + 0x00007532, 0x00005468, 0x00004ed9, 0x00005f85, + 0x00004f4e, 0x00007dd1, 0x00008efd, 0x00009ebb, + 0x00006176, 0x000052b4, 0x000078ef, 0x00004e39, + 0x000080b2, 0x00009650, 0x00005c0e, 0x0000653e, + 0x00006643, 0x00005ea7, 0x00004ef6, 0x000060f3, + 0x00009a13, 0x00004ed5, 0x00004f7f, 0x00008f2a, + 0x00009854, 0x0000756a, 0x00005f35, 0x0000805e, + 0x00004f9b, 0x00006e6f, 0x00006eb6, 0x00006821, + 0x00009285, 0x000092f3, 0x0000878d, 0x00009756, + 0x00005199, 0x00005b8c, 0x00006e2f, 0x0000935b, + 0x0000591c, 0x00005145, 0x00009f8d, 0x00007db1, + 0x000083f1, 0x0000901f, 0x000052c9, 0x00005237, + 0x00008d77, 0x00006469, 0x000053c2, 0x000055b6, + 0x00007a42, 0x000063a8, 0x00008fd4, 0x00008077, + 0x00006b62, 0x00004f1d, 0x00005e79, 0x00007403, + 0x00006a29, 0x00005c55, 0x00005e61, 0x0000845b, + 0x00005ead, 0x0000975e, 0x000053f7, 0x00005358, + 0x00006b73, 0x000062e1, 0x000051e6, 0x00008a9e, + 0x00006628, 0x000057df, 0x00006df5, 0x0000518d, + 0x000050cd, 0x000079d1, 0x00009b5a, 0x00007aef, + 0x00009014, 0x00006848, 0x00005b57, 0x00008ad6, + 0x0000517c, 0x000053c8, 0x0000632f, 0x00006280, + 0x00005fb9, 0x0000672d, 0x00007cfb, 0x00005f93, + 0x000051b7, 0x0000614b, 0x00005cf0, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005931, 0x0000539a, 0x00005074, + 0x00006ce8, 0x00006e2c, 0x00009803, 0x00004e57, + 0x00008a66, 0x0000576a, 0x00008429, 0x0000515a, + 0x00006c7d, 0x00005b9d, 0x0000606d, 0x00006a0b, + 0x00006e29, 0x00006577, 0x00008aac, 0x000082b8, + 0x0000544a, 0x00006b74, 0x0000822c, 0x000098fe, + 0x0000793c, 0x00005c06, 0x000096e3, 0x00007802, + 0x00005224, 0x00005f79, 0x00005f71, 0x000066fd, + 0x00005e2f, 0x00009678, 0x0000938c, 0x00008ac7, + 0x00005f70, 0x000060aa, 0x00006a19, 0x00007533, + 0x00005bb3, 0x00006bcd, 0x000088dc, 0x00005e4c, + 0x000058f0, 0x00009664, 0x00007b39, 0x00005a66, + 0x00004e7e, 0x00007af6, 0x0000829d, 0x0000725b, + 0x00008cb7, 0x000079fb, 0x0000785d, 0x00008336, + 0x000052b9, 0x0000990a, 0x000052f2, 0x000080a5, + 0x00008b19, 0x00007089, 0x0000590f, 0x00005802, + 0x000067cf, 0x00006255, 0x00005e30, 0x0000713c, + 0x0000786b, 0x00008001, 0x00007a76, 0x00005be9, + 0x000091dd, 0x000065ad, 0x00005c04, 0x00005dee, + 0x00005d50, 0x00006298, 0x00008010, 0x00005ba3, + 0x000059cb, 0x00005f8b, 0x00006b8b, 0x0000666f, + 0x00008c61, 0x000090f7, 0x00005353, 0x000096e2, + 0x000085ab, 0x00006b7b, 0x00008015, 0x000064cd, + 0x00004eae, 0x00004e91, 0x000090e1, 0x000052e4, + 0x00006c42, 0x00008cab, 0x00005b98, 0x000059bb, + 0x000088cf, 0x0000773c, 0x00004f2f, 0x00007aaf, + 0x00007bc9, 0x0000968e, 0x000063db, 0x00006842, + 0x000099c5, 0x000068b6, 0x00005747, 0x00008ca1, + 0x0000547d, 0x0000738b, 0x000084b2, 0x000090c1, + 0x000078e8, 0x00007b11, 0x000066f2, 0x00006975, + 0x00005831, 0x000063d0, 0x00008a3c, 0x000096ea, + 0x00009055, 0x000088c1, 0x00009996, 0x000075c5, + 0x00006850, 0x00004f59, 0x000074e6, 0x00004ee4, + 0x00005439, 0x0000732a, 0x0000672a, 0x0000525b, + 0x00008ca0, 0x00004f34, 0x00005100, 0x0000542b, + 0x00009069, 0x00008fc4, 0x00005c3b, 0x00005dcc, + 0x00007b54, 0x00008ffd, 0x00008a0e, 0x00004e08, + 0x0000925b, 0x000071c3, 0x00008ab2, 0x000070ba, + 0x00009662, 0x0000679a, 0x000076ae, 0x00008b77, + 0x00007dbe, 0x000096e8, 0x00006211, 0x00005bc4, + 0x0000837b, 0x000062bc, 0x00007d0d, 0x000076e3, + 0x00007e2b, 0x0000964d, 0x0000572d, 0x00007adc, + 0x00007bc4, 0x00006bba, 0x00008c9d, 0x0000698e, + 0x00009047, 0x00006f14, 0x00005360, 0x00008feb, + 0x00005287, 0x0000624d, 0x00006566, 0x00007d1a, + 0x00007d42, 0x00006bce, 0x00007d79, 0x00007e2e, + 0x0000666e, 0x00007965, 0x0000500b, 0x00005c02, + 0x000099d2, 0x00008a55, 0x00007560, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005b58, 0x00008089, 0x000050be, + 0x00005e2b, 0x00006db2, 0x00004f8b, 0x000081e3, + 0x000081f3, 0x000056e0, 0x00007d99, 0x00005df2, + 0x0000899a, 0x00006e9d, 0x00006d17, 0x00008aad, + 0x00008996, 0x0000731b, 0x00005de8, 0x00007db2, + 0x0000888b, 0x00004efb, 0x00005bc6, 0x00008896, + 0x00006cc1, 0x00008457, 0x00008f03, 0x00006bc5, + 0x000097ff, 0x00008ca9, 0x00005e45, 0x000082e6, + 0x000063aa, 0x00005f81, 0x000078c1, 0x0000821e, + 0x000052aa, 0x00007aaa, 0x00005999, 0x00006297, + 0x00008f14, 0x00007fd2, 0x00004fc3, 0x000054c9, + 0x0000967a, 0x000066f4, 0x00008b1b, 0x00005e72, + 0x00005fa9, 0x00008a2a, 0x00006d3e, 0x00007763, + 0x00006483, 0x00008b58, 0x0000614e, 0x00005a5a, + 0x00008d85, 0x000071d0, 0x0000983c, 0x000072e9, + 0x0000583a, 0x00005dfe, 0x00008a8d, 0x000067c4, + 0x00007de0, 0x00004f11, 0x000077ed, 0x00004f0f, + 0x00005bc5, 0x0000629c, 0x00005c3c, 0x0000533b, + 0x00006dc0, 0x000081fc, 0x000096d1, 0x0000904a, + 0x00006d6e, 0x000093e1, 0x00005c64, 0x000098fc, + 0x0000524a, 0x00006dfb, 0x00008584, 0x0000968a, + 0x000056fa, 0x00005883, 0x00007766, 0x00009805, + 0x00004e73, 0x00008c46, 0x00008a31, 0x00007dd2, + 0x00008ff0, 0x00006d6a, 0x00004f9d, 0x00006b6f, + 0x00006b27, 0x000062c5, 0x0000511f, 0x00009769, + 0x00005374, 0x00009aa8, 0x00006775, 0x0000887f, + 0x00005305, 0x00007570, 0x00008d70, 0x0000864e, + 0x00005cef, 0x00008cde, 0x00005ff5, 0x0000725f, + 0x00007686, 0x0000609f, 0x000080cc, 0x000059eb, + 0x00008131, 0x00005e0c, 0x00008a17, 0x00009676, + 0x000082d7, 0x000074b0, 0x000084b8, 0x000050d5, + 0x000096f2, 0x00007248, 0x00007834, 0x00006dd1, + 0x00006e09, 0x000067ff, 0x00006f54, 0x00005915, + 0x0000500d, 0x000072ac, 0x00009ec4, 0x00007b46, + 0x00009b3c, 0x00006563, 0x000053bb, 0x00008a98, + 0x000091dc, 0x00009818, 0x00006fc3, 0x000065c5, + 0x0000501f, 0x00007f8a, 0x00006f64, 0x00009031, + 0x00005f3e, 0x000063f4, 0x00009038, 0x00008b66, + 0x00007be4, 0x00007206, 0x00006843, 0x000072ec, + 0x000065cf, 0x000082a6, 0x00005ba2, 0x00006960, + 0x00009ea6, 0x000052df, 0x00006790, 0x0000639b, + 0x00007d75, 0x00009855, 0x00005df3, 0x00005805, + 0x00008acb, 0x000095a3, 0x00008863, 0x00008ca8, + 0x00005b63, 0x00005e8a, 0x00005449, 0x0000786c, + 0x00007d2b, 0x00008ca2, 0x00005352, 0x00007d76, + 0x00008cb8, 0x00007070, 0x0000547c, 0x00006545, + 0x00006676, 0x000073b2, 0x000056f2, 0x00007bb1, + 0x000058a8, 0x00007a81, 0x000066ae, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008087, 0x000059ff, 0x00008840, + 0x000056f0, 0x00007b51, 0x00006df7, 0x00005f01, + 0x0000934b, 0x00009000, 0x00004fe3, 0x0000675f, + 0x00004fbf, 0x00008cc3, 0x0000526f, 0x000063a1, + 0x00005442, 0x00008907, 0x0000698a, 0x00005e2d, + 0x00005a18, 0x00007518, 0x0000514d, 0x00005e7e, + 0x000050b5, 0x00005bdd, 0x000068d2, 0x0000745e, + 0x000069fb, 0x00005fae, 0x000055e3, 0x00008a70, + 0x00005bf8, 0x00005824, 0x00008358, 0x00005f13, + 0x00005e95, 0x0000706f, 0x0000751a, 0x00007d05, + 0x000060e3, 0x00007e70, 0x00005012, 0x00005238, + 0x000083ef, 0x00005373, 0x00005f31, 0x00006a2b, + 0x00009cf4, 0x000053cc, 0x00006d32, 0x00004eab, + 0x00004e92, 0x0000842c, 0x00008a8c, 0x000065e2, + 0x00006f01, 0x000080a9, 0x00009df9, 0x00008b72, + 0x00007b52, 0x00009589, 0x00006d74, 0x000063a2, + 0x00006590, 0x00005bd2, 0x00006319, 0x00008ab0, + 0x000076df, 0x000099a8, 0x00007a74, 0x00008236, + 0x00008846, 0x00008061, 0x00006557, 0x00005922, + 0x00009644, 0x000088ab, 0x00009326, 0x00007b4b, + 0x000062b5, 0x00005371, 0x00005e81, 0x00005bdf, + 0x00004f75, 0x000058c1, 0x00007058, 0x00007dca, + 0x00005438, 0x000073e0, 0x000052d8, 0x00005208, + 0x000078d0, 0x00006b23, 0x00006838, 0x00004e43, + 0x0000690e, 0x00008377, 0x00006ed1, 0x000098f2, + 0x00008170, 0x00008857, 0x00008ef8, 0x0000798e, + 0x000083dc, 0x00008fce, 0x00007e01, 0x00005510, + 0x00004ea8, 0x00008a33, 0x00009162, 0x00005efb, + 0x0000606f, 0x00004e86, 0x0000664b, 0x00006368, + 0x00005217, 0x00008056, 0x000051fd, 0x00007642, + 0x0000821f, 0x00009685, 0x000050cf, 0x0000662f, + 0x00004f3c, 0x00004e59, 0x00006a3d, 0x00004e71, + 0x0000523a, 0x00008acf, 0x00006a58, 0x000066ff, + 0x0000670b, 0x0000653b, 0x00009732, 0x00005ec3, + 0x00008a13, 0x00005782, 0x0000604b, 0x0000866b, + 0x000095d8, 0x000060a9, 0x00004e01, 0x000063cf, + 0x00006fc0, 0x0000659c, 0x00008cac, 0x00008305, + 0x00007ca7, 0x00006050, 0x000096f7, 0x00005fcd, + 0x0000640d, 0x00005b54, 0x0000900f, 0x000062d3, + 0x000059b9, 0x00007159, 0x000051ac, 0x000079f0, + 0x0000552f, 0x00005275, 0x00006697, 0x000080f8, + 0x00004e98, 0x00004ecf, 0x000051cd, 0x00009d5c, + 0x00005144, 0x00007a93, 0x000067f1, 0x00005841, + 0x00007c21, 0x00008861, 0x00005c31, 0x000068da, + 0x000091e7, 0x00009df2, 0x000063ee, 0x00006575, + 0x000084ee, 0x0000523b, 0x00006b32, 0x00007c98, + 0x00005982, 0x0000969c, 0x00008987, 0x00007c9f, + 0x00009006, 0x000062db, 0x000066dc, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006355, 0x00006982, 0x000050ac, + 0x0000623b, 0x00005fd8, 0x000063da, 0x000075db, + 0x0000627f, 0x0000616e, 0x00008266, 0x00007c95, + 0x0000716e, 0x000096c7, 0x00007f6a, 0x00005426, + 0x00005200, 0x000083d3, 0x00005211, 0x0000594f, + 0x00009d28, 0x0000574a, 0x000066c7, 0x00009858, + 0x0000820e, 0x00006614, 0x0000733f, 0x000050b7, + 0x00006551, 0x00005eb8, 0x00005b6b, 0x000055ac, + 0x00005feb, 0x00006388, 0x00008caf, 0x0000676f, + 0x00005951, 0x00005a01, 0x000071e5, 0x00005de3, + 0x00008c6a, 0x00006271, 0x000081f4, 0x00005c3a, + 0x00005f92, 0x00009045, 0x00007384, 0x00007149, + 0x000079d8, 0x0000796d, 0x00009003, 0x000083cc, + 0x00005fb4, 0x00005b8d, 0x00006279, 0x000064ae, + 0x00007d18, 0x0000723e, 0x00005bee, 0x000065e7, + 0x00008d08, 0x00009e78, 0x000052e7, 0x00005d07, + 0x00009f62, 0x00006069, 0x0000536f, 0x00006681, + 0x00009663, 0x00005e3d, 0x000062b1, 0x0000722a, + 0x00006e4a, 0x000093ae, 0x000079e6, 0x000053e5, + 0x0000809d, 0x000088fe, 0x000053b3, 0x00006c88, + 0x00006e7f, 0x00005141, 0x00009091, 0x00006f6e, + 0x000084c4, 0x000085ea, 0x00008129, 0x00006bd2, + 0x0000663c, 0x00007f72, 0x000073c2, 0x00005f1f, + 0x0000790e, 0x000060b2, 0x000072ed, 0x000058ee, + 0x00008179, 0x00008e8d, 0x00005c65, 0x00005de7, + 0x00006c37, 0x00006de1, 0x0000862d, 0x000072af, + 0x00008e0a, 0x00007c92, 0x00008218, 0x00008033, + 0x000063a7, 0x00009291, 0x00005019, 0x00008155, + 0x00008a69, 0x00008edf, 0x000066b4, 0x00008133, + 0x00007591, 0x00006b20, 0x00006669, 0x000090f5, + 0x00004e32, 0x000073ea, 0x0000693f, 0x00007687, + 0x0000707d, 0x00007d3a, 0x00006148, 0x00008607, + 0x000099ff, 0x000059c9, 0x00007832, 0x00007815, + 0x0000907f, 0x000080a1, 0x00005c3f, 0x000066a2, + 0x00009418, 0x00006d44, 0x00005e55, 0x00005854, + 0x00007b95, 0x00008de1, 0x00004ea1, 0x00008c5a, + 0x000081e8, 0x000089e6, 0x00009670, 0x00005263, + 0x000074f6, 0x00009a5a, 0x00006012, 0x0000520a, + 0x00007434, 0x00009801, 0x0000907a, 0x00005504, + 0x00007956, 0x00005230, 0x000054b2, 0x00008a34, + 0x000096a3, 0x00004ff3, 0x00009283, 0x000091e3, + 0x00007d39, 0x00009688, 0x00004f51, 0x00007d61, + 0x00005dba, 0x00009bae, 0x00005f80, 0x0000795d, + 0x00008597, 0x00008da3, 0x00007c60, 0x00005c0a, + 0x00007565, 0x000085a9, 0x000063d6, 0x00009e97, + 0x00007d22, 0x00005375, 0x00009aea, 0x00009042, + 0x00006b3d, 0x00007d0b, 0x00006392, 0x000080aa, + 0x00007de9, 0x00009f3b, 0x000099c6, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006d78, 0x00006731, 0x00005531, + 0x00006398, 0x00007825, 0x00005cb3, 0x00005de1, + 0x000092ad, 0x000098fd, 0x00009810, 0x00006ce3, + 0x00006b64, 0x00005321, 0x00006b53, 0x00005e8f, + 0x00007ae5, 0x0000502b, 0x00006e56, 0x000062bd, + 0x00008276, 0x00006a9c, 0x00004e18, 0x000057f7, + 0x0000752b, 0x00007c97, 0x000082eb, 0x00009802, + 0x0000811a, 0x000073cd, 0x00008f9b, 0x00005c0b, + 0x000063e1, 0x00007372, 0x00008150, 0x000080e1, + 0x00005b99, 0x000076d7, 0x00006291, 0x000065ec, + 0x00008a3a, 0x00005947, 0x000065e8, 0x00006e7e, + 0x00006696, 0x000055ab, 0x00008f09, 0x000092ed, + 0x00009396, 0x00004eee, 0x0000755c, 0x00006f38, + 0x00008f9e, 0x00007981, 0x00005c01, 0x000062e0, + 0x00009be8, 0x000091c8, 0x00006276, 0x000065cb, + 0x00008e0f, 0x00008b21, 0x0000699b, 0x00006216, + 0x00005a92, 0x000090b8, 0x000050da, 0x000079df, + 0x00006c41, 0x00005270, 0x00009175, 0x00008b39, + 0x0000685d, 0x00005875, 0x0000819c, 0x00005b9c, + 0x00008a89, 0x00008a72, 0x00009d8f, 0x00006377, + 0x00005974, 0x00008aa4, 0x000052b1, 0x00006962, + 0x00005c48, 0x00009ce9, 0x0000673a, 0x000075b2, + 0x00006d1e, 0x00004f0d, 0x00007e6d, 0x00007b48, + 0x00007fcc, 0x000065e6, 0x000059a5, 0x000079e9, + 0x00006212, 0x00006ede, 0x0000770b, 0x00008ca7, + 0x000065bc, 0x0000885d, 0x00006adb, 0x00005c4a, + 0x00008074, 0x00009084, 0x00008ecc, 0x000065d7, + 0x000057f9, 0x0000708e, 0x00006f06, 0x00005e7c, + 0x000077ac, 0x00004ff5, 0x00005949, 0x000081ed, + 0x00009b45, 0x00007ffc, 0x00008178, 0x000069fd, + 0x00006cca, 0x000069c7, 0x000079d2, 0x00008b1d, + 0x00009ed9, 0x000081d3, 0x00007a3c, 0x00007968, + 0x00006f5c, 0x000063b2, 0x00008ddd, 0x00006383, + 0x00006e9c, 0x00005e33, 0x000061f8, 0x000076bf, + 0x0000642c, 0x00007db4, 0x00006247, 0x00006458, + 0x00006816, 0x00005f69, 0x00009022, 0x00007a1a, + 0x000082b9, 0x000070c8, 0x00009a12, 0x00006163, + 0x00006fef, 0x000053eb, 0x00009d3b, 0x000062fe, + 0x000060a0, 0x00009591, 0x00006d99, 0x00006162, + 0x00009298, 0x0000635c, 0x00009707, 0x00008972, + 0x0000683d, 0x000051e1, 0x00009b54, 0x0000608c, + 0x00005b22, 0x000099c4, 0x00007126, 0x00008a73, + 0x0000971c, 0x00007396, 0x000067d4, 0x000060a3, + 0x00004e11, 0x00004ef0, 0x00008cdb, 0x00008cb0, + 0x00007912, 0x00009774, 0x00008986, 0x00005146, + 0x000057dc, 0x000099d0, 0x000080c3, 0x00008338, + 0x000078a7, 0x000086cd, 0x00007f85, 0x00005049, + 0x00008247, 0x0000690b, 0x00007c4d, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000053ea, 0x00005f26, 0x00006e25, + 0x00006881, 0x00009375, 0x00005dfd, 0x00005347, + 0x00009727, 0x0000643a, 0x000075c7, 0x00006fa4, + 0x000073a9, 0x000077e9, 0x00009451, 0x00008b5c, + 0x0000808c, 0x0000674e, 0x00004ead, 0x0000582f, + 0x00007573, 0x00008ed2, 0x00006ce5, 0x00009320, + 0x00008ff7, 0x00007d33, 0x000072c2, 0x00008217, + 0x00007422, 0x000082c5, 0x00009a30, 0x0000773a, + 0x00005f84, 0x00009673, 0x000064ad, 0x0000920d, + 0x000074dc, 0x000060c7, 0x000086ed, 0x00004ffa, + 0x000052a3, 0x00006a3a, 0x00007720, 0x00005320, + 0x000061b6, 0x00005674, 0x00008776, 0x00006cbf, + 0x0000505c, 0x0000602a, 0x00008466, 0x00006b96, + 0x00006dbc, 0x000097d3, 0x0000968f, 0x00006876, + 0x000060d1, 0x00005378, 0x000064a4, 0x000051a0, + 0x00009154, 0x00005df4, 0x0000629e, 0x00005e63, + 0x0000929a, 0x00007693, 0x00006c5a, 0x00006597, + 0x000050e7, 0x00007c82, 0x00005f6b, 0x00006ce1, + 0x00005f6c, 0x00005ac1, 0x00006f2c, 0x0000852d, + 0x00006442, 0x00005750, 0x000058c7, 0x00008cfc, + 0x00008a5e, 0x00007a7f, 0x0000689d, 0x00007e26, + 0x00007a40, 0x00007344, 0x00008aeb, 0x00004fd7, + 0x00007a63, 0x00008036, 0x00007def, 0x000080c6, + 0x00008aed, 0x0000731f, 0x00008fea, 0x00004f0e, + 0x0000758b, 0x0000518a, 0x00006734, 0x00005fd9, + 0x000061c7, 0x000065af, 0x00009cf3, 0x00005eca, + 0x00009262, 0x000068df, 0x00006cb8, 0x000080f4, + 0x000057cb, 0x00006c99, 0x000096a0, 0x00005b64, + 0x000058f1, 0x000068c4, 0x00005410, 0x0000982c, + 0x00008a87, 0x00004e5e, 0x00006167, 0x00009bab, + 0x000090aa, 0x000055b0, 0x000082bd, 0x0000596a, + 0x000066f3, 0x00008299, 0x00005893, 0x0000719f, + 0x00006284, 0x000067d1, 0x00009063, 0x00005acc, + 0x00006c57, 0x00007ce7, 0x00005851, 0x000064b2, + 0x000058ca, 0x0000830e, 0x00005968, 0x00005302, + 0x00005a46, 0x00008702, 0x00006065, 0x000072d9, + 0x000089a7, 0x00006689, 0x000066f9, 0x00005d6f, + 0x00005bb0, 0x000096bc, 0x0000636e, 0x000060dc, + 0x00007948, 0x000051dd, 0x00008606, 0x00005ec9, + 0x00007554, 0x0000596e, 0x00006b04, 0x00004f43, + 0x00007b94, 0x000067da, 0x000062dd, 0x0000628a, + 0x0000971e, 0x000062ed, 0x00006ec5, 0x0000508d, + 0x000067b6, 0x000080e4, 0x00009ebf, 0x00005eb5, + 0x0000638c, 0x000085cd, 0x00009867, 0x000052c5, + 0x00006016, 0x000068cb, 0x000061d0, 0x00005751, + 0x00008f29, 0x00005faa, 0x000081a8, 0x00007d62, + 0x000071c8, 0x000054c0, 0x000069cc, 0x00006b3e, + 0x000065ac, 0x000063c3, 0x00004f46, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007b1b, 0x00006b86, 0x000088f8, + 0x00005203, 0x0000732e, 0x00006687, 0x00007d17, + 0x000057f4, 0x0000570f, 0x0000618e, 0x0000970a, + 0x00007c3f, 0x00008b00, 0x00007881, 0x00008ce0, + 0x0000548b, 0x00007b87, 0x0000745b, 0x00007c11, + 0x00008870, 0x00005398, 0x00005448, 0x00006cf3, + 0x00006f22, 0x000053f6, 0x000088b4, 0x00005301, + 0x00007a6b, 0x00008695, 0x0000586b, 0x00005d29, + 0x000088c2, 0x000062d2, 0x00004e1e, 0x00005036, + 0x000096c0, 0x00007363, 0x00008a3b, 0x00005176, + 0x00007199, 0x00007fe0, 0x00008888, 0x00007e1e, + 0x00004e4f, 0x000084cb, 0x00006f2b, 0x00005859, + 0x0000936c, 0x000053e9, 0x0000865a, 0x00009149, + 0x000086ef, 0x00005e06, 0x00005507, 0x0000902e, + 0x00006795, 0x0000846c, 0x00005ba5, 0x000082a5, + 0x00008431, 0x00006d8c, 0x000063fa, 0x00004ea5, + 0x000051c6, 0x00006328, 0x00007f70, 0x00005b5f, + 0x00005dbd, 0x000099c8, 0x000053ec, 0x00007985, + 0x00008a54, 0x00007962, 0x000088df, 0x00005b09, + 0x00004fb5, 0x00004f91, 0x00009b8e, 0x00005192, + 0x000096f0, 0x00006daf, 0x0000622f, 0x00008490, + 0x00008cdc, 0x00005075, 0x00005ce0, 0x00004e14, + 0x00004f83, 0x00007c54, 0x000084d1, 0x000077b3, + 0x00008aee, 0x00005ce8, 0x000062f6, 0x0000663b, + 0x00008a93, 0x00008526, 0x00008a95, 0x000065fa, + 0x00006714, 0x000053d4, 0x000062ab, 0x00008ce6, + 0x000088f3, 0x00005be7, 0x0000868a, 0x0000668e, + 0x0000582a, 0x00006170, 0x0000696f, 0x00009f13, + 0x00007a92, 0x00007893, 0x00006a7f, 0x00009017, + 0x00009266, 0x00007d10, 0x00007bc7, 0x00006ef4, + 0x0000821c, 0x00005c3d, 0x000062cd, 0x000085c1, + 0x00006f02, 0x00006e67, 0x00006691, 0x000085a6, + 0x0000637a, 0x0000821b, 0x00004f8d, 0x00005091, + 0x00008a02, 0x000062ec, 0x00009bc9, 0x00007a3d, + 0x00007c9b, 0x000050c5, 0x00009019, 0x0000708a, + 0x00007c8b, 0x000064ec, 0x0000665f, 0x00006562, + 0x0000732b, 0x00005339, 0x000067a0, 0x000055a7, + 0x00006d2a, 0x00007a3f, 0x000064e6, 0x000079a7, + 0x000067d8, 0x00007b26, 0x000096bb, 0x00006311, + 0x000072a0, 0x00005c6f, 0x00007026, 0x000097ee, + 0x000060df, 0x00008afe, 0x00008b04, 0x00008494, + 0x00009bd6, 0x000082af, 0x0000932c, 0x00006606, + 0x00009640, 0x00005bc2, 0x000086c7, 0x00007949, + 0x00008017, 0x00006919, 0x00007092, 0x0000963b, + 0x00007c7e, 0x000059d3, 0x00005b5c, 0x00007d1b, + 0x000091d8, 0x00006a80, 0x000085e9, 0x00006905, + 0x00006c93, 0x0000502d, 0x00004ea6, 0x00007fc1, + 0x000061a4, 0x00008cca, 0x00009665, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000093d1, 0x000053f1, 0x0000598a, + 0x00008eac, 0x000062d8, 0x00006867, 0x000071d5, + 0x00007b67, 0x0000504f, 0x000067d0, 0x000082d1, + 0x0000978d, 0x0000748b, 0x000080ba, 0x00007336, + 0x0000514e, 0x00008105, 0x000090ca, 0x0000584a, + 0x000067fe, 0x00006ff1, 0x00005ffd, 0x000076c6, + 0x00009a0e, 0x0000507d, 0x00009694, 0x00005ef7, + 0x00007bb8, 0x0000904d, 0x00006c4e, 0x000085fb, + 0x0000819d, 0x000067af, 0x0000564c, 0x00005606, + 0x00008c8c, 0x000056da, 0x000073ed, 0x00008cc4, + 0x00008fc5, 0x000096f6, 0x00006c50, 0x00008944, + 0x00008f3f, 0x00007d5e, 0x000060e8, 0x000072fc, + 0x00007d9c, 0x00008463, 0x00005cfb, 0x00005446, + 0x00005d16, 0x00006ca1, 0x000081b3, 0x000058fa, + 0x00005bb4, 0x00008108, 0x0000541f, 0x00008cbc, + 0x00006182, 0x000078a9, 0x00006fe1, 0x000091a4, + 0x000076f2, 0x00006020, 0x000076fe, 0x000084c9, + 0x00007f36, 0x00004ec7, 0x0000755d, 0x00007a17, + 0x000084ec, 0x000075f4, 0x00004f3a, 0x0000676d, + 0x00007460, 0x000062f3, 0x00006f20, 0x000079e4, + 0x000087f9, 0x00006094, 0x00006234, 0x000066ab, + 0x0000820c, 0x00008499, 0x0000723a, 0x00005fcc, + 0x00006109, 0x000070cf, 0x00007261, 0x00007a50, + 0x00005098, 0x00009aed, 0x00005d69, 0x0000601c, + 0x00006667, 0x000099b4, 0x00005e7b, 0x0000643e, + 0x00005830, 0x000053c9, 0x00007a9f, 0x0000990c, + 0x00009b42, 0x00008f5f, 0x00007aae, 0x00005b9b, + 0x000068a2, 0x00006249, 0x00007984, 0x00009dfa, + 0x00005451, 0x0000932f, 0x00008ac4, 0x00005f90, + 0x00008df3, 0x00005a2f, 0x000080de, 0x00006d29, + 0x00007a4f, 0x000084bc, 0x00009d2b, 0x00009010, + 0x00006d38, 0x0000916a, 0x00006fc1, 0x00009905, + 0x00006bbb, 0x00005eb6, 0x000091b8, 0x00005076, + 0x00006f0f, 0x00004e19, 0x0000540f, 0x00009675, + 0x00006c72, 0x000051b4, 0x00005631, 0x00009f20, + 0x000066a6, 0x00005f0a, 0x000075ab, 0x000051f8, + 0x0000674f, 0x00008df5, 0x00006c70, 0x00008a6b, + 0x0000757f, 0x00005cac, 0x00006841, 0x00008cd3, + 0x00009bdb, 0x00008475, 0x00006893, 0x0000840c, + 0x000072db, 0x00007577, 0x00008568, 0x0000783a, + 0x0000847a, 0x00005f10, 0x0000831c, 0x00006813, + 0x00006e1a, 0x00009daf, 0x000051f9, 0x00007980, + 0x00004e99, 0x00005ee3, 0x0000908a, 0x000080af, + 0x000059a8, 0x000077db, 0x00008d74, 0x00008a1f, + 0x0000673d, 0x0000533f, 0x00008a0a, 0x00005618, + 0x00006756, 0x000053d9, 0x00004f10, 0x00007409, + 0x00005a41, 0x00004ff8, 0x000079b0, 0x00009838, + 0x00008e2a, 0x00009d60, 0x00008f44, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000065a5, 0x000075be, 0x0000906d, + 0x0000867b, 0x000060bc, 0x000051b6, 0x00005937, + 0x00007d2f, 0x0000916c, 0x000069ae, 0x00007ce0, + 0x0000792a, 0x00005d14, 0x000064c1, 0x000058ec, + 0x0000589c, 0x00008d66, 0x000066d9, 0x000061f2, + 0x0000912d, 0x00006e58, 0x00009435, 0x0000965b, + 0x00007272, 0x00005f6a, 0x00005e9a, 0x00008f1b, + 0x00005b95, 0x00005c39, 0x00009013, 0x0000834f, + 0x00007cce, 0x0000620a, 0x000090ed, 0x0000691b, + 0x00006e15, 0x000065db, 0x000066fe, 0x00004e9f, + 0x000055aa, 0x00007a83, 0x000083e9, 0x00008b83, + 0x0000846d, 0x000083f0, 0x00007f50, 0x0000918d, + 0x00009190, 0x0000758e, 0x000095a5, 0x000081e7, + 0x000075e2, 0x000061a9, 0x00008a50, 0x000095b2, + 0x000053a8, 0x000059f6, 0x00009813, 0x00007891, + 0x00007c17, 0x00006b3a, 0x000057e0, 0x0000620e, + 0x000083d6, 0x00008ad2, 0x000075d4, 0x0000927e, + 0x000059dc, 0x00005289, 0x00009087, 0x00006ffe, + 0x00007473, 0x00005c09, 0x00009d6c, 0x000084fc, + 0x00007cdf, 0x00007bad, 0x00008a6e, 0x0000594e, + 0x000056a2, 0x0000819a, 0x00007947, 0x00006636, + 0x000053e1, 0x00007887, 0x000058cc, 0x00009397, + 0x00006e13, 0x00005256, 0x0000828b, 0x00009e9f, + 0x00009583, 0x0000658c, 0x00009e93, 0x00007345, + 0x00006e26, 0x00009d07, 0x00005983, 0x00007dac, + 0x000096c1, 0x000061be, 0x00006762, 0x00009ece, + 0x000090a8, 0x00009187, 0x00009f0e, 0x00007c38, + 0x000051f1, 0x00008599, 0x0000524c, 0x0000540e, + 0x00007901, 0x0000655e, 0x00006668, 0x00005ce1, + 0x00007566, 0x000076c8, 0x00008679, 0x0000531d, + 0x00005506, 0x00007926, 0x00008912, 0x000077ef, + 0x00007cc0, 0x0000570b, 0x0000515c, 0x00007e8a, + 0x0000535c, 0x00008a60, 0x000065a7, 0x00008766, + 0x00005766, 0x00006ae8, 0x000087fb, 0x00005e16, + 0x00007aea, 0x00008d73, 0x0000771e, 0x0000737a, + 0x000066e0, 0x00009410, 0x0000816b, 0x00007b08, + 0x000091fc, 0x00005737, 0x00006fe4, 0x0000856a, + 0x00007e55, 0x00009957, 0x000087ba, 0x0000694a, + 0x0000818f, 0x00005eff, 0x0000891c, 0x000072d0, + 0x00009846, 0x00009edb, 0x00008d99, 0x00005dd6, + 0x000062b9, 0x000064ab, 0x00004f76, 0x0000613f, + 0x000068af, 0x00005f14, 0x0000800c, 0x000092f8, + 0x00007bc1, 0x000052fe, 0x0000664f, 0x00009177, + 0x000051f6, 0x000097a0, 0x0000839e, 0x0000647a, + 0x00009c3a, 0x000067f5, 0x00007c4f, 0x0000685f, + 0x00009b6f, 0x00009f4b, 0x00007ffb, 0x00009348, + 0x00004ff6, 0x00009e92, 0x00009197, 0x000096db, + 0x00005be6, 0x00006ccc, 0x00007cfe, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00009453, 0x00006822, 0x000066b9, + 0x00005bd4, 0x000098f4, 0x00008ae6, 0x00008154, + 0x00007827, 0x000074bd, 0x00006ed3, 0x00009288, + 0x00005a20, 0x00005b8b, 0x000086f8, 0x0000760d, + 0x0000865c, 0x00006641, 0x000091c9, 0x00005589, + 0x00007a4e, 0x000059e5, 0x00006042, 0x0000932b, + 0x00005b5a, 0x0000849c, 0x00005c91, 0x000096cd, + 0x000062d9, 0x0000675c, 0x00006787, 0x00005e7d, + 0x00008650, 0x00009eb9, 0x00005cb1, 0x000080ce, + 0x00007a00, 0x00008abc, 0x00005700, 0x00008096, + 0x00007d72, 0x00009211, 0x00008098, 0x0000907c, + 0x00007761, 0x00008737, 0x00009075, 0x0000817a, + 0x00007c3e, 0x00006ea2, 0x0000965e, 0x00007e90, + 0x000072d7, 0x000058fd, 0x000060b3, 0x00009786, + 0x00007e88, 0x0000587e, 0x00006e20, 0x000084dc, + 0x00006961, 0x000077ad, 0x00005197, 0x0000652a, + 0x00006777, 0x00005dcd, 0x00006101, 0x0000932e, + 0x00005954, 0x00006367, 0x0000798d, 0x00007aff, + 0x000080d6, 0x000058b3, 0x00006168, 0x00006ac3, + 0x00007483, 0x00009b92, 0x0000660a, 0x0000642d, + 0x00005118, 0x00006763, 0x0000809b, 0x00009c10, + 0x00004fc9, 0x00006953, 0x00007a1c, 0x000052ff, + 0x00006055, 0x0000768e, 0x0000817f, 0x00005642, + 0x00005f6d, 0x00007194, 0x000070bb, 0x00007436, + 0x00008000, 0x0000874b, 0x000055da, 0x00007435, + 0x00007690, 0x000096eb, 0x000066dd, 0x0000751c, + 0x0000633d, 0x00006ec9, 0x00007c64, 0x00007ca5, + 0x00006d35, 0x0000935c, 0x00007027, 0x00005e25, + 0x0000701d, 0x000054bd, 0x0000611a, 0x00006973, + 0x00006c6a, 0x0000559a, 0x00006d19, 0x000096cc, + 0x00005be1, 0x000059fb, 0x0000697c, 0x0000914c, + 0x00007709, 0x00008500, 0x00007a46, 0x00007872, + 0x000092e4, 0x00008ced, 0x00007cfa, 0x00009d1b, + 0x0000814e, 0x00009ac4, 0x000068a0, 0x00006dcb, + 0x00005918, 0x000083b1, 0x00005629, 0x00009b41, + 0x00006897, 0x000070b3, 0x00009771, 0x00009419, + 0x000067a2, 0x00006802, 0x00007895, 0x000068a7, + 0x000050d6, 0x000080b1, 0x00005ef8, 0x000082d4, + 0x0000797a, 0x000067ca, 0x00007e4d, 0x000069cd, + 0x000051c4, 0x0000723d, 0x00006829, 0x000099b3, + 0x00005f3c, 0x00008f61, 0x0000682b, 0x00006155, + 0x00006591, 0x00008fb1, 0x00007e1b, 0x00009798, + 0x00009952, 0x00008877, 0x00005b2c, 0x00006631, + 0x00004fa0, 0x00006939, 0x00006afb, 0x00005bb5, + 0x00007ac8, 0x00005026, 0x00005944, 0x00009059, + 0x00007b25, 0x00007b4f, 0x00008e74, 0x00008543, + 0x00005858, 0x00008b0e, 0x00005039, 0x00008654, + 0x000097f6, 0x00007569, 0x000072f8, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00004ef7, 0x00009d89, 0x00005016, + 0x000051cc, 0x000062cc, 0x000091c6, 0x00008755, + 0x0000649a, 0x000088f4, 0x000091e6, 0x00006854, + 0x0000695a, 0x00006c40, 0x00007b6c, 0x00006741, + 0x000077d7, 0x00008823, 0x00005384, 0x00008eaf, + 0x00007280, 0x00008c6b, 0x0000788d, 0x00007165, + 0x00008207, 0x000068b1, 0x00008d04, 0x00009077, + 0x0000701e, 0x00008fe6, 0x0000810a, 0x000081bf, + 0x000089dc, 0x000068b3, 0x00006adf, 0x000092ea, + 0x000095c7, 0x00007957, 0x00007a20, 0x000053a9, + 0x00008e5f, 0x0000786f, 0x000079b9, 0x00005f27, + 0x00005ed6, 0x00006853, 0x000093ac, 0x0000919c, + 0x0000691a, 0x00005806, 0x000064b0, 0x00007e4b, + 0x00007d8f, 0x000068f2, 0x00006ea5, 0x000082db, + 0x00009192, 0x00005243, 0x00008eb0, 0x00009081, + 0x0000721b, 0x00007dcb, 0x00007656, 0x000059ac, + 0x00006fe0, 0x00008b28, 0x000080a2, 0x00005544, + 0x00006070, 0x00005f4a, 0x000068c8, 0x0000633a, + 0x00009438, 0x00009b4f, 0x000081e5, 0x00006a17, + 0x000070dd, 0x000069a7, 0x0000614c, 0x0000920e, + 0x00009310, 0x00009bad, 0x000052d7, 0x0000925e, + 0x000092f9, 0x00005993, 0x00007696, 0x000066fb, + 0x00005769, 0x000073ca, 0x00007678, 0x00006a1f, + 0x00007e9c, 0x00009811, 0x00008cd1, 0x00005840, + 0x00006349, 0x0000871c, 0x000062d0, 0x000060b4, + 0x00006b89, 0x000086ee, 0x00005764, 0x0000581d, + 0x00008549, 0x00007235, 0x00007652, 0x0000983b, + 0x00008237, 0x00005351, 0x00005c24, 0x000059be, + 0x00005815, 0x0000901d, 0x000069b4, 0x0000834a, + 0x00009ea9, 0x0000976b, 0x00008086, 0x000053ad, + 0x00006068, 0x00004fae, 0x000076c3, 0x00006a05, + 0x0000689b, 0x0000937e, 0x000099d5, 0x000091c7, + 0x00005c16, 0x0000585e, 0x000061a7, 0x00009699, + 0x00004fdf, 0x00008278, 0x00009c52, 0x00005f45, + 0x00006108, 0x00007c8d, 0x0000806f, 0x00005df7, + 0x00008d6b, 0x000057b0, 0x000098e2, 0x00005703, + 0x000079bf, 0x00005996, 0x00007941, 0x0000540a, + 0x000083df, 0x00009c39, 0x000052d2, 0x00006bd8, + 0x000086cb, 0x00004ec0, 0x00009a28, 0x00005366, + 0x00008006, 0x00007337, 0x00006492, 0x00008fed, + 0x00005ac9, 0x00005420, 0x0000537f, 0x00004faf, + 0x0000807e, 0x0000543b, 0x00007515, 0x00007b18, + 0x00008749, 0x000054b3, 0x0000704c, 0x00008997, + 0x00006cab, 0x000085fa, 0x00007114, 0x0000696e, + 0x00009328, 0x0000745a, 0x000059d1, 0x00006e5b, + 0x0000617e, 0x000053e2, 0x00008317, 0x000076e7, + 0x0000848b, 0x000085af, 0x00006925, 0x00005c60, + 0x00007259, 0x000075d5, 0x00008b90, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006e07, 0x000082ad, 0x00005c4f, + 0x00007bed, 0x00009784, 0x00006f70, 0x0000764c, + 0x000088b7, 0x000092d2, 0x00004f36, 0x00005efe, + 0x00009061, 0x000088e1, 0x00008471, 0x0000711a, + 0x00006d1b, 0x000080b4, 0x000074e2, 0x00007433, + 0x00005a7f, 0x0000905c, 0x0000980c, 0x00005319, + 0x0000906e, 0x00006bb4, 0x000085aa, 0x00007897, + 0x00007afa, 0x00006aae, 0x00008910, 0x0000958f, + 0x0000620c, 0x00004f3d, 0x00004f7c, 0x000079be, + 0x00009d0e, 0x00004ed4, 0x000057a2, 0x000051a5, + 0x00006900, 0x00006089, 0x0000707c, 0x00007ae3, + 0x00008956, 0x000093a7, 0x00009c2d, 0x00005112, + 0x000052fa, 0x00007cca, 0x000060f9, 0x00007078, + 0x000081c6, 0x0000559d, 0x00006991, 0x000096c9, + 0x0000553e, 0x0000805a, 0x00008304, 0x00008332, + 0x000054fa, 0x0000565b, 0x00008fbf, 0x00005634, + 0x00006760, 0x00005265, 0x0000840e, 0x00005e5f, + 0x00007b65, 0x00009035, 0x00008387, 0x00006b4e, + 0x000058be, 0x00006309, 0x0000727d, 0x000097ad, + 0x000069d0, 0x0000546a, 0x0000984e, 0x0000632b, + 0x0000714e, 0x00008557, 0x00007cde, 0x00006372, + 0x000068f9, 0x00007511, 0x00008602, 0x00006eba, + 0x00005a3c, 0x00007a84, 0x0000851a, 0x000095a4, + 0x000059d0, 0x000060da, 0x000051ea, 0x00005a29, + 0x00007169, 0x00006f15, 0x0000696b, 0x000063bb, + 0x000075e9, 0x00004e4e, 0x00007dbb, 0x00006934, + 0x00008521, 0x00008ffa, 0x00009354, 0x00009c3b, + 0x00005f17, 0x00005ed3, 0x00008258, 0x0000895f, + 0x000082e7, 0x000052c3, 0x00005c51, 0x000083ab, + 0x00007826, 0x000079e1, 0x00007ff0, 0x0000626e, + 0x000060f0, 0x00005ca8, 0x00006f97, 0x000071a8, + 0x00009909, 0x00005132, 0x00005e37, 0x00005f04, + 0x0000637b, 0x00006753, 0x000068d7, 0x00006652, + 0x00009cf6, 0x000088b0, 0x000052ab, 0x00004fc4, + 0x00004e3c, 0x000067b3, 0x00007baa, 0x00007f4d, + 0x00008a23, 0x000063b4, 0x000071e6, 0x000065a4, + 0x00006f09, 0x0000853d, 0x00005072, 0x00007dba, + 0x00005516, 0x00007b04, 0x000072fd, 0x00006cd3, + 0x00008422, 0x0000621f, 0x000050ad, 0x00008235, + 0x00008718, 0x00005919, 0x00006028, 0x0000677c, + 0x00006f23, 0x000075b9, 0x0000695c, 0x0000520e, + 0x00008018, 0x00008b01, 0x000071ed, 0x00005713, + 0x0000660f, 0x000083eb, 0x00007164, 0x00007d9b, + 0x00005617, 0x00007d7d, 0x00008f4d, 0x00009318, + 0x00008569, 0x00005d17, 0x0000678c, 0x000067de, + 0x000087c7, 0x000079ae, 0x00005835, 0x00008404, + 0x00009041, 0x00007fd4, 0x00006e8c, 0x00008a63, + 0x00009d08, 0x0000670f, 0x0000939a, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000063ac, 0x0000602f, 0x000064e2, + 0x0000608d, 0x000096b7, 0x00006357, 0x00008461, + 0x0000914b, 0x000075d8, 0x000060e7, 0x00009913, + 0x00009c57, 0x00005984, 0x00006deb, 0x00005e96, + 0x00006d9c, 0x00009bf0, 0x000058bb, 0x00007977, + 0x000060b6, 0x0000633f, 0x00005bf5, 0x00009812, + 0x0000558b, 0x000082d3, 0x00005147, 0x00006190, + 0x00007953, 0x000079bd, 0x00006c5d, 0x00009eba, + 0x00009c48, 0x00008da8, 0x00005ee0, 0x00007d43, + 0x00005efc, 0x0000854e, 0x00008ce4, 0x00005ae1, + 0x000054e8, 0x00005023, 0x000052be, 0x00007dec, + 0x00008511, 0x00006666, 0x00006c3e, 0x0000724c, + 0x00008adc, 0x00009c0d, 0x000077a5, 0x00008b02, + 0x00008d05, 0x00006f11, 0x00009834, 0x000097fb, + 0x000050fb, 0x00007f75, 0x00005a03, 0x00008513, + 0x00004fb6, 0x0000634c, 0x00009d61, 0x0000808b, + 0x00005294, 0x000065a1, 0x0000567a, 0x00005957, + 0x00008d0b, 0x00006a35, 0x00006ad3, 0x000070f9, + 0x0000865e, 0x00006fb1, 0x000051e7, 0x00007feb, + 0x000059ea, 0x00005e87, 0x00006b6a, 0x0000754f, + 0x0000717d, 0x0000914e, 0x00007d2c, 0x00008c79, + 0x00006062, 0x0000621a, 0x00007fa8, 0x00005f1b, + 0x00006c8c, 0x000086fe, 0x00007562, 0x00007b86, + 0x00009ab8, 0x00006627, 0x00007aba, 0x0000844e, + 0x00006f81, 0x00008b2c, 0x000086a4, 0x00006feb, + 0x00007b8b, 0x00007f77, 0x00008f2f, 0x00008e44, + 0x00007e23, 0x00004e4d, 0x000079a6, 0x00008afa, + 0x0000903c, 0x000050d1, 0x00009ecd, 0x00005edf, + 0x0000758f, 0x0000631f, 0x000053db, 0x00009910, + 0x0000826e, 0x000062f7, 0x000068fa, 0x0000725d, + 0x0000803d, 0x000058d5, 0x00005c4d, 0x000086d9, + 0x0000540b, 0x00008805, 0x000092f2, 0x00009237, + 0x00005c61, 0x0000985b, 0x000086e4, 0x0000966a, + 0x00007262, 0x00006955, 0x00006cd7, 0x00006994, + 0x00009c2f, 0x000077e7, 0x000068c9, 0x00008de8, + 0x00006d6c, 0x000067c1, 0x00009baa, 0x0000619a, + 0x000063a9, 0x00007015, 0x00009306, 0x0000934d, + 0x00006a61, 0x00006258, 0x00005283, 0x00007525, + 0x00005687, 0x00006c83, 0x00006834, 0x0000649e, + 0x00004e9b, 0x00007252, 0x000059e6, 0x00008fc2, + 0x00005fbd, 0x00006dd8, 0x000085f7, 0x00008a51, + 0x00009817, 0x000099c1, 0x000063a0, 0x00007c81, + 0x00005b30, 0x00008139, 0x00005403, 0x00007e82, + 0x00008106, 0x0000532a, 0x00006a8e, 0x00007f6b, + 0x000054e9, 0x00005678, 0x00008ab9, 0x00006715, + 0x00005bd3, 0x00006478, 0x000064fe, 0x00006b1d, + 0x00008cc2, 0x000051cb, 0x00007e8f, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005f0c, 0x00004e10, 0x00004e15, + 0x00004e28, 0x00004e2a, 0x00004e31, 0x00004e36, + 0x00004e3f, 0x00004e42, 0x00004e56, 0x00004e58, + 0x00004e62, 0x00004e82, 0x00004e85, 0x00004e8a, + 0x00004e8e, 0x00005f0d, 0x00004e9e, 0x00004ea0, + 0x00004ea2, 0x00004eb0, 0x00004eb3, 0x00004eb6, + 0x00004ece, 0x00004ecd, 0x00004ec4, 0x00004ec6, + 0x00004ec2, 0x00004ee1, 0x00004ed7, 0x00004ede, + 0x00004eed, 0x00004edf, 0x00004efc, 0x00004f09, + 0x00004f1c, 0x00004f00, 0x00004f03, 0x00004f5a, + 0x00004f30, 0x00004f5d, 0x00004f39, 0x00004f57, + 0x00004f47, 0x00004f5e, 0x00004f56, 0x00004f5b, + 0x00004f92, 0x00004f8a, 0x00004f88, 0x00004f8f, + 0x00004f9a, 0x00004fad, 0x00004f98, 0x00004f7b, + 0x00004fab, 0x00004f69, 0x00004f70, 0x00004f94, + 0x00004f6f, 0x00004f86, 0x00004f96, 0x00004fd4, + 0x00004fce, 0x00004fd8, 0x00004fdb, 0x00004fd1, + 0x00004fda, 0x00004fd0, 0x00004fcd, 0x00004fe4, + 0x00004fe5, 0x0000501a, 0x00005040, 0x00005028, + 0x00005014, 0x0000502a, 0x00005025, 0x00005005, + 0x00005021, 0x00005022, 0x00005029, 0x0000502c, + 0x00004fff, 0x00004ffe, 0x00004fef, 0x00005011, + 0x0000501e, 0x00005006, 0x00005043, 0x00005047, + 0x00005055, 0x00005050, 0x00005048, 0x0000505a, + 0x00005056, 0x0000500f, 0x00005046, 0x00005070, + 0x00005042, 0x0000506c, 0x00005078, 0x00005080, + 0x00005094, 0x0000509a, 0x00005085, 0x000050b4, + 0x00006703, 0x000050b2, 0x000050c9, 0x000050ca, + 0x000050b3, 0x000050c2, 0x000050f4, 0x000050de, + 0x000050e5, 0x000050d8, 0x000050ed, 0x000050e3, + 0x000050ee, 0x000050f9, 0x000050f5, 0x00005109, + 0x00005101, 0x00005102, 0x0000511a, 0x00005115, + 0x00005114, 0x00005116, 0x00005121, 0x0000513a, + 0x00005137, 0x0000513c, 0x0000513b, 0x0000513f, + 0x00005140, 0x0000514a, 0x0000514c, 0x00005152, + 0x00005154, 0x00005162, 0x00005164, 0x00005169, + 0x0000516a, 0x0000516e, 0x00005180, 0x00005182, + 0x000056d8, 0x0000518c, 0x00005189, 0x0000518f, + 0x00005191, 0x00005193, 0x00005195, 0x00005196, + 0x0000519d, 0x000051a4, 0x000051a6, 0x000051a2, + 0x000051a9, 0x000051aa, 0x000051ab, 0x000051b3, + 0x000051b1, 0x000051b2, 0x000051b0, 0x000051b5, + 0x000051be, 0x000051bd, 0x000051c5, 0x000051c9, + 0x000051db, 0x000051e0, 0x000051e9, 0x000051ec, + 0x000051ed, 0x000051f0, 0x000051f5, 0x000051fe, + 0x00005204, 0x0000520b, 0x00005214, 0x00005215, + 0x00005227, 0x0000522a, 0x0000522e, 0x00005233, + 0x00005239, 0x00005244, 0x0000524b, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000524f, 0x0000525e, 0x00005254, + 0x00005271, 0x0000526a, 0x00005273, 0x00005274, + 0x00005269, 0x0000527f, 0x0000527d, 0x0000528d, + 0x00005288, 0x00005292, 0x00005291, 0x0000529c, + 0x000052a6, 0x000052ac, 0x000052ad, 0x000052bc, + 0x000052b5, 0x000052c1, 0x000052c0, 0x000052cd, + 0x000052db, 0x000052de, 0x000052e3, 0x000052e6, + 0x000052e0, 0x000052f3, 0x000052f5, 0x000052f8, + 0x000052f9, 0x00005300, 0x00005306, 0x00005307, + 0x00005308, 0x00007538, 0x0000530d, 0x00005310, + 0x0000530f, 0x00005315, 0x0000531a, 0x00005324, + 0x00005323, 0x0000532f, 0x00005331, 0x00005333, + 0x00005338, 0x00005340, 0x00005345, 0x00005346, + 0x00005349, 0x00004e17, 0x0000534d, 0x000051d6, + 0x00008209, 0x0000535e, 0x00005369, 0x0000536e, + 0x00005372, 0x00005377, 0x0000537b, 0x00005382, + 0x00005393, 0x00005396, 0x000053a0, 0x000053a6, + 0x000053a5, 0x000053ae, 0x000053b0, 0x000053b2, + 0x000053b6, 0x000053c3, 0x00007c12, 0x000053dd, + 0x000053df, 0x000066fc, 0x0000fa0e, 0x000071ee, + 0x000053ee, 0x000053e8, 0x000053ed, 0x000053fa, + 0x00005401, 0x0000543d, 0x00005440, 0x0000542c, + 0x0000542d, 0x0000543c, 0x0000542e, 0x00005436, + 0x00005429, 0x0000541d, 0x0000544e, 0x0000548f, + 0x00005475, 0x0000548e, 0x0000545f, 0x00005471, + 0x00005477, 0x00005470, 0x00005492, 0x0000547b, + 0x00005480, 0x0000549c, 0x00005476, 0x00005484, + 0x00005490, 0x00005486, 0x0000548a, 0x000054c7, + 0x000054bc, 0x000054af, 0x000054a2, 0x000054b8, + 0x000054a5, 0x000054ac, 0x000054c4, 0x000054d8, + 0x000054c8, 0x000054a8, 0x000054ab, 0x000054c2, + 0x000054a4, 0x000054a9, 0x000054be, 0x000054e5, + 0x000054ff, 0x000054e6, 0x0000550f, 0x00005514, + 0x000054fd, 0x000054ee, 0x000054ed, 0x000054e2, + 0x00005539, 0x00005540, 0x00005563, 0x0000554c, + 0x0000552e, 0x0000555c, 0x00005545, 0x00005556, + 0x00005557, 0x00005538, 0x00005533, 0x0000555d, + 0x00005599, 0x00005580, 0x0000558a, 0x0000559f, + 0x0000557b, 0x0000557e, 0x00005598, 0x0000559e, + 0x000055ae, 0x0000557c, 0x00005586, 0x00005583, + 0x000055a9, 0x00005587, 0x000055a8, 0x000055c5, + 0x000055df, 0x000055c4, 0x000055dc, 0x000055e4, + 0x000055d4, 0x000055f9, 0x00005614, 0x000055f7, + 0x00005616, 0x000055fe, 0x000055fd, 0x0000561b, + 0x0000564e, 0x00005650, 0x00005636, 0x00005632, + 0x00005638, 0x0000566b, 0x00005664, 0x00005686, + 0x0000562f, 0x0000566c, 0x0000566a, 0x000071df, + 0x00005694, 0x0000568f, 0x00005680, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000568a, 0x000056a0, 0x000056a5, + 0x000056ae, 0x000056b6, 0x000056b4, 0x000056c8, + 0x000056c2, 0x000056bc, 0x000056c1, 0x000056c3, + 0x000056c0, 0x000056ce, 0x000056d3, 0x000056d1, + 0x000056d7, 0x000056ee, 0x000056f9, 0x000056ff, + 0x00005704, 0x00005709, 0x00005708, 0x0000570d, + 0x000055c7, 0x00005718, 0x00005716, 0x0000571c, + 0x00005726, 0x00005738, 0x0000574e, 0x0000573b, + 0x00005759, 0x00005740, 0x0000574f, 0x00005765, + 0x00005788, 0x00005761, 0x0000577f, 0x00005789, + 0x00005793, 0x000057a0, 0x000057a4, 0x000057b3, + 0x000057ac, 0x000057aa, 0x000057c3, 0x000057c6, + 0x000057c8, 0x000057c0, 0x000057d4, 0x000057c7, + 0x000057d2, 0x000057d3, 0x000057d6, 0x0000fa0f, + 0x0000580a, 0x000057e3, 0x0000580b, 0x00005819, + 0x00005821, 0x0000584b, 0x00005862, 0x00006bc0, + 0x0000583d, 0x00005852, 0x0000fa10, 0x00005870, + 0x00005879, 0x00005885, 0x00005872, 0x0000589f, + 0x000058ab, 0x000058b8, 0x0000589e, 0x000058ae, + 0x000058b2, 0x000058b9, 0x000058ba, 0x000058c5, + 0x000058d3, 0x000058d1, 0x000058d7, 0x000058d9, + 0x000058d8, 0x000058de, 0x000058dc, 0x000058df, + 0x000058e4, 0x000058e5, 0x000058ef, 0x000058f7, + 0x000058f9, 0x000058fb, 0x000058fc, 0x00005902, + 0x0000590a, 0x0000590b, 0x00005910, 0x0000591b, + 0x000068a6, 0x00005925, 0x0000592c, 0x0000592d, + 0x00005932, 0x00005938, 0x0000593e, 0x00005955, + 0x00005950, 0x00005953, 0x0000595a, 0x00005958, + 0x0000595b, 0x0000595d, 0x00005963, 0x00005962, + 0x00005960, 0x00005967, 0x0000596c, 0x00005969, + 0x00005978, 0x00005981, 0x0000598d, 0x0000599b, + 0x0000599d, 0x000059a3, 0x000059a4, 0x000059b2, + 0x000059ba, 0x000059c6, 0x000059e8, 0x000059d9, + 0x000059da, 0x00005a25, 0x00005a1f, 0x00005a11, + 0x00005a1c, 0x00005a1a, 0x00005a09, 0x00005a40, + 0x00005a6c, 0x00005a49, 0x00005a35, 0x00005a36, + 0x00005a62, 0x00005a6a, 0x00005a9a, 0x00005abc, + 0x00005abe, 0x00005ad0, 0x00005acb, 0x00005ac2, + 0x00005abd, 0x00005ae3, 0x00005ad7, 0x00005ae6, + 0x00005ae9, 0x00005ad6, 0x00005afa, 0x00005afb, + 0x00005b0c, 0x00005b0b, 0x00005b16, 0x00005b32, + 0x00005b2a, 0x00005b36, 0x00005b3e, 0x00005b43, + 0x00005b45, 0x00005b40, 0x00005b51, 0x00005b55, + 0x00005b56, 0x00006588, 0x00005b5b, 0x00005b65, + 0x00005b69, 0x00005b70, 0x00005b73, 0x00005b75, + 0x00005b78, 0x00005b7a, 0x00005b80, 0x00005b83, + 0x00005ba6, 0x00005bb8, 0x00005bc3, 0x00005bc7, + 0x00005bc0, 0x00005bc9, 0x0000752f, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005bd0, 0x00005bd8, 0x00005bde, + 0x00005bec, 0x00005be4, 0x00005be2, 0x00005be5, + 0x00005beb, 0x00005bf0, 0x00005bf3, 0x00005bf6, + 0x00005c05, 0x00005c07, 0x00005c08, 0x00005c0d, + 0x00005c13, 0x00005c1e, 0x00005c20, 0x00005c22, + 0x00005c28, 0x00005c38, 0x00005c41, 0x00005c46, + 0x00005c4e, 0x00005c53, 0x00005c50, 0x00005b71, + 0x00005c6c, 0x00005c6e, 0x00005c76, 0x00005c79, + 0x00005c8c, 0x00005c94, 0x00005cbe, 0x00005cab, + 0x00005cbb, 0x00005cb6, 0x00005cb7, 0x00005ca6, + 0x00005cba, 0x00005cc5, 0x00005cbc, 0x00005cc7, + 0x00005cd9, 0x00005ce9, 0x00005cfd, 0x00005cfa, + 0x00005cf5, 0x00005ced, 0x00005cea, 0x00005d0b, + 0x00005d15, 0x00005d1f, 0x00005d1b, 0x00005d11, + 0x00005d27, 0x00005d22, 0x00005d1a, 0x00005d19, + 0x00005d18, 0x00005d4c, 0x00005d52, 0x00005d53, + 0x0000fa11, 0x00005d5c, 0x00005d4e, 0x00005d4b, + 0x00005d42, 0x00005d6c, 0x00005d73, 0x00005d6d, + 0x00005d76, 0x00005d87, 0x00005d84, 0x00005d82, + 0x00005d8c, 0x00005da2, 0x00005d9d, 0x00005d90, + 0x00005dac, 0x00005dae, 0x00005db7, 0x00005db8, + 0x00005dbc, 0x00005db9, 0x00005dc9, 0x00005dd0, + 0x00005dd3, 0x00005dd2, 0x00005ddb, 0x00005deb, + 0x00005df5, 0x00005e0b, 0x00005e1a, 0x00005e19, + 0x00005e11, 0x00005e1b, 0x00005e36, 0x00005e44, + 0x00005e43, 0x00005e40, 0x00005e47, 0x00005e4e, + 0x00005e57, 0x00005e54, 0x00005e62, 0x00005e64, + 0x00005e75, 0x00005e76, 0x00005e7a, 0x00005e7f, + 0x00005ea0, 0x00005ec1, 0x00005ec2, 0x00005ec8, + 0x00005ed0, 0x00005ecf, 0x00005edd, 0x00005eda, + 0x00005edb, 0x00005ee2, 0x00005ee1, 0x00005ee8, + 0x00005ee9, 0x00005eec, 0x00005ef0, 0x00005ef1, + 0x00005ef3, 0x00005ef4, 0x00005f03, 0x00005f09, + 0x00005f0b, 0x00005f11, 0x00005f16, 0x00005f21, + 0x00005f29, 0x00005f2d, 0x00005f2f, 0x00005f34, + 0x00005f38, 0x00005f41, 0x00005f48, 0x00005f4c, + 0x00005f4e, 0x00005f51, 0x00005f56, 0x00005f57, + 0x00005f59, 0x00005f5c, 0x00005f5d, 0x00005f61, + 0x00005f67, 0x00005f73, 0x00005f77, 0x00005f83, + 0x00005f82, 0x00005f7f, 0x00005f8a, 0x00005f88, + 0x00005f87, 0x00005f91, 0x00005f99, 0x00005f9e, + 0x00005f98, 0x00005fa0, 0x00005fa8, 0x00005fad, + 0x00005fb7, 0x00005fbc, 0x00005fd6, 0x00005ffb, + 0x00005fe4, 0x00005ff8, 0x00005ff1, 0x00005ff0, + 0x00005fdd, 0x00005fde, 0x00005fff, 0x00006021, + 0x00006019, 0x00006010, 0x00006029, 0x0000600e, + 0x00006031, 0x0000601b, 0x00006015, 0x0000602b, + 0x00006026, 0x0000600f, 0x0000603a, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000605a, 0x00006041, 0x00006060, + 0x0000605d, 0x0000606a, 0x00006077, 0x0000605f, + 0x0000604a, 0x00006046, 0x0000604d, 0x00006063, + 0x00006043, 0x00006064, 0x0000606c, 0x0000606b, + 0x00006059, 0x00006085, 0x00006081, 0x00006083, + 0x0000609a, 0x00006084, 0x0000609b, 0x0000608a, + 0x00006096, 0x00006097, 0x00006092, 0x000060a7, + 0x0000608b, 0x000060e1, 0x000060b8, 0x000060de, + 0x000060e0, 0x000060d3, 0x000060bd, 0x000060c6, + 0x000060b5, 0x000060d5, 0x000060d8, 0x00006120, + 0x000060f2, 0x00006115, 0x00006106, 0x000060f6, + 0x000060f7, 0x00006100, 0x000060f4, 0x000060fa, + 0x00006103, 0x00006121, 0x000060fb, 0x000060f1, + 0x0000610d, 0x0000610e, 0x00006111, 0x00006147, + 0x0000614d, 0x00006137, 0x00006128, 0x00006127, + 0x0000613e, 0x0000614a, 0x00006130, 0x0000613c, + 0x0000612c, 0x00006134, 0x00006165, 0x0000615d, + 0x0000613d, 0x00006142, 0x00006144, 0x00006173, + 0x00006187, 0x00006177, 0x00006158, 0x00006159, + 0x0000615a, 0x0000616b, 0x00006174, 0x0000616f, + 0x00006171, 0x0000615f, 0x00006153, 0x00006175, + 0x00006198, 0x00006199, 0x00006196, 0x000061ac, + 0x00006194, 0x0000618a, 0x00006191, 0x000061ab, + 0x000061ae, 0x000061cc, 0x000061ca, 0x000061c9, + 0x000061c8, 0x000061c3, 0x000061c6, 0x000061ba, + 0x000061cb, 0x00007f79, 0x000061cd, 0x000061e6, + 0x000061e3, 0x000061f4, 0x000061f7, 0x000061f6, + 0x000061fd, 0x000061fa, 0x000061ff, 0x000061fc, + 0x000061fe, 0x00006200, 0x00006208, 0x00006209, + 0x0000620d, 0x00006213, 0x00006214, 0x0000621b, + 0x0000621e, 0x00006221, 0x0000622a, 0x0000622e, + 0x00006230, 0x00006232, 0x00006233, 0x00006241, + 0x0000624e, 0x0000625e, 0x00006263, 0x0000625b, + 0x00006260, 0x00006268, 0x0000627c, 0x00006282, + 0x00006289, 0x00006292, 0x0000627e, 0x00006293, + 0x00006296, 0x00006283, 0x00006294, 0x000062d7, + 0x000062d1, 0x000062bb, 0x000062cf, 0x000062ac, + 0x000062c6, 0x000062c8, 0x000062dc, 0x000062d4, + 0x000062ca, 0x000062c2, 0x000062a6, 0x000062c7, + 0x0000629b, 0x000062c9, 0x0000630c, 0x000062ee, + 0x000062f1, 0x00006327, 0x00006302, 0x00006308, + 0x000062ef, 0x000062f5, 0x000062ff, 0x00006350, + 0x0000634d, 0x0000633e, 0x0000634f, 0x00006396, + 0x0000638e, 0x00006380, 0x000063ab, 0x00006376, + 0x000063a3, 0x0000638f, 0x00006389, 0x0000639f, + 0x0000636b, 0x00006369, 0x000063b5, 0x000063be, + 0x000063e9, 0x000063c0, 0x000063c6, 0x000063f5, + 0x000063e3, 0x000063c9, 0x000063d2, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000063f6, 0x000063c4, 0x00006434, + 0x00006406, 0x00006413, 0x00006426, 0x00006436, + 0x0000641c, 0x00006417, 0x00006428, 0x0000640f, + 0x00006416, 0x0000644e, 0x00006467, 0x0000646f, + 0x00006460, 0x00006476, 0x000064b9, 0x0000649d, + 0x000064ce, 0x00006495, 0x000064bb, 0x00006493, + 0x000064a5, 0x000064a9, 0x00006488, 0x000064bc, + 0x000064da, 0x000064d2, 0x000064c5, 0x000064c7, + 0x000064d4, 0x000064d8, 0x000064c2, 0x000064f1, + 0x000064e7, 0x000064e0, 0x000064e1, 0x000064e3, + 0x000064ef, 0x000064f4, 0x000064f6, 0x000064f2, + 0x000064fa, 0x00006500, 0x000064fd, 0x00006518, + 0x0000651c, 0x0000651d, 0x00006505, 0x00006524, + 0x00006523, 0x0000652b, 0x0000652c, 0x00006534, + 0x00006535, 0x00006537, 0x00006536, 0x00006538, + 0x0000754b, 0x00006548, 0x0000654e, 0x00006556, + 0x0000654d, 0x00006558, 0x00006555, 0x0000655d, + 0x00006572, 0x00006578, 0x00006582, 0x00006583, + 0x00008b8a, 0x0000659b, 0x0000659f, 0x000065ab, + 0x000065b7, 0x000065c3, 0x000065c6, 0x000065c1, + 0x000065c4, 0x000065cc, 0x000065d2, 0x000065d9, + 0x000065e1, 0x000065e0, 0x000065f1, 0x00006600, + 0x00006615, 0x00006602, 0x00006772, 0x00006603, + 0x000065fb, 0x00006609, 0x0000663f, 0x00006635, + 0x0000662e, 0x0000661e, 0x00006634, 0x0000661c, + 0x00006624, 0x00006644, 0x00006649, 0x00006665, + 0x00006657, 0x0000665e, 0x00006664, 0x00006659, + 0x00006662, 0x0000665d, 0x0000fa12, 0x00006673, + 0x00006670, 0x00006683, 0x00006688, 0x00006684, + 0x00006699, 0x00006698, 0x000066a0, 0x0000669d, + 0x000066b2, 0x000066c4, 0x000066c1, 0x000066bf, + 0x000066c9, 0x000066be, 0x000066bc, 0x000066b8, + 0x000066d6, 0x000066da, 0x000066e6, 0x000066e9, + 0x000066f0, 0x000066f5, 0x000066f7, 0x000066fa, + 0x0000670e, 0x0000f929, 0x00006716, 0x0000671e, + 0x00007e22, 0x00006726, 0x00006727, 0x00009738, + 0x0000672e, 0x0000673f, 0x00006736, 0x00006737, + 0x00006738, 0x00006746, 0x0000675e, 0x00006759, + 0x00006766, 0x00006764, 0x00006789, 0x00006785, + 0x00006770, 0x000067a9, 0x0000676a, 0x0000678b, + 0x00006773, 0x000067a6, 0x000067a1, 0x000067bb, + 0x000067b7, 0x000067ef, 0x000067b4, 0x000067ec, + 0x000067e9, 0x000067b8, 0x000067e7, 0x000067e4, + 0x00006852, 0x000067dd, 0x000067e2, 0x000067ee, + 0x000067c0, 0x000067ce, 0x000067b9, 0x00006801, + 0x000067c6, 0x0000681e, 0x00006846, 0x0000684d, + 0x00006840, 0x00006844, 0x00006832, 0x0000684e, + 0x00006863, 0x00006859, 0x0000688d, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006877, 0x0000687f, 0x0000689f, + 0x0000687e, 0x0000688f, 0x000068ad, 0x00006894, + 0x00006883, 0x000068bc, 0x000068b9, 0x00006874, + 0x000068b5, 0x000068ba, 0x0000690f, 0x00006901, + 0x000068ca, 0x00006908, 0x000068d8, 0x00006926, + 0x000068e1, 0x0000690c, 0x000068cd, 0x000068d4, + 0x000068e7, 0x000068d5, 0x00006912, 0x000068ef, + 0x00006904, 0x000068e3, 0x000068e0, 0x000068cf, + 0x000068c6, 0x00006922, 0x0000692a, 0x00006921, + 0x00006923, 0x00006928, 0x0000fa13, 0x00006979, + 0x00006977, 0x00006936, 0x00006978, 0x00006954, + 0x0000696a, 0x00006974, 0x00006968, 0x0000693d, + 0x00006959, 0x00006930, 0x0000695e, 0x0000695d, + 0x0000697e, 0x00006981, 0x000069b2, 0x000069bf, + 0x0000fa14, 0x00006998, 0x000069c1, 0x000069d3, + 0x000069be, 0x000069ce, 0x00005be8, 0x000069ca, + 0x000069b1, 0x000069dd, 0x000069bb, 0x000069c3, + 0x000069a0, 0x0000699c, 0x00006995, 0x000069de, + 0x00006a2e, 0x000069e8, 0x00006a02, 0x00006a1b, + 0x000069ff, 0x000069f9, 0x000069f2, 0x000069e7, + 0x000069e2, 0x00006a1e, 0x000069ed, 0x00006a14, + 0x000069eb, 0x00006a0a, 0x00006a22, 0x00006a12, + 0x00006a23, 0x00006a13, 0x00006a30, 0x00006a6b, + 0x00006a44, 0x00006a0c, 0x00006aa0, 0x00006a36, + 0x00006a78, 0x00006a47, 0x00006a62, 0x00006a59, + 0x00006a66, 0x00006a48, 0x00006a46, 0x00006a38, + 0x00006a72, 0x00006a73, 0x00006a90, 0x00006a8d, + 0x00006a84, 0x00006aa2, 0x00006aa3, 0x00006a7e, + 0x00006a97, 0x00006aac, 0x00006aaa, 0x00006abb, + 0x00006ac2, 0x00006ab8, 0x00006ab3, 0x00006ac1, + 0x00006ade, 0x00006ae2, 0x00006ad1, 0x00006ada, + 0x00006ae4, 0x00008616, 0x00008617, 0x00006aea, + 0x00006b05, 0x00006b0a, 0x00006afa, 0x00006b12, + 0x00006b16, 0x00006b1f, 0x00006b38, 0x00006b37, + 0x00006b39, 0x000076dc, 0x000098ee, 0x00006b47, + 0x00006b43, 0x00006b49, 0x00006b50, 0x00006b59, + 0x00006b54, 0x00006b5b, 0x00006b5f, 0x00006b61, + 0x00006b78, 0x00006b79, 0x00006b7f, 0x00006b80, + 0x00006b84, 0x00006b83, 0x00006b8d, 0x00006b98, + 0x00006b95, 0x00006b9e, 0x00006ba4, 0x00006baa, + 0x00006bab, 0x00006baf, 0x00006bb1, 0x00006bb2, + 0x00006bb3, 0x00006bb7, 0x00006bbc, 0x00006bc6, + 0x00006bcb, 0x00006bd3, 0x00006bd6, 0x00006bdf, + 0x00006bec, 0x00006beb, 0x00006bf3, 0x00006bef, + 0x00006c08, 0x00006c13, 0x00006c14, 0x00006c1b, + 0x00006c24, 0x00006c23, 0x00006c3f, 0x00006c5e, + 0x00006c55, 0x00006c5c, 0x00006c62, 0x00006c82, + 0x00006c8d, 0x00006c86, 0x00006c6f, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006c9a, 0x00006c81, 0x00006c9b, + 0x00006c7e, 0x00006c68, 0x00006c73, 0x00006c92, + 0x00006c90, 0x00006cc4, 0x00006cf1, 0x00006cbd, + 0x00006cc5, 0x00006cae, 0x00006cda, 0x00006cdd, + 0x00006cb1, 0x00006cbe, 0x00006cba, 0x00006cdb, + 0x00006cef, 0x00006cd9, 0x00006cea, 0x00006d1f, + 0x00006d04, 0x00006d36, 0x00006d2b, 0x00006d3d, + 0x00006d33, 0x00006d12, 0x00006d0c, 0x00006d63, + 0x00006d87, 0x00006d93, 0x00006d6f, 0x00006d64, + 0x00006d5a, 0x00006d79, 0x00006d59, 0x00006d8e, + 0x00006d95, 0x00006d9b, 0x00006d85, 0x00006d96, + 0x00006df9, 0x00006e0a, 0x00006e2e, 0x00006db5, + 0x00006de6, 0x00006dc7, 0x00006dac, 0x00006db8, + 0x00006dcf, 0x00006dc6, 0x00006dec, 0x00006dde, + 0x00006dcc, 0x00006de8, 0x00006df8, 0x00006dd2, + 0x00006dc5, 0x00006dfa, 0x00006dd9, 0x00006df2, + 0x00006dfc, 0x00006de4, 0x00006dd5, 0x00006dea, + 0x00006dee, 0x00006e2d, 0x00006e6e, 0x00006e19, + 0x00006e72, 0x00006e5f, 0x00006e39, 0x00006e3e, + 0x00006e23, 0x00006e6b, 0x00006e5c, 0x00006e2b, + 0x00006e76, 0x00006e4d, 0x00006e1f, 0x00006e27, + 0x00006e43, 0x00006e3c, 0x00006e3a, 0x00006e4e, + 0x00006e24, 0x00006e1d, 0x00006e38, 0x00006e82, + 0x00006eaa, 0x00006e98, 0x00006eb7, 0x00006ebd, + 0x00006eaf, 0x00006ec4, 0x00006eb2, 0x00006ed4, + 0x00006ed5, 0x00006e8f, 0x00006ebf, 0x00006ec2, + 0x00006e9f, 0x00006f41, 0x00006f45, 0x00006eec, + 0x00006ef8, 0x00006efe, 0x00006f3f, 0x00006ef2, + 0x00006f31, 0x00006eef, 0x00006f32, 0x00006ecc, + 0x00006eff, 0x00006f3e, 0x00006f13, 0x00006ef7, + 0x00006f86, 0x00006f7a, 0x00006f78, 0x00006f80, + 0x00006f6f, 0x00006f5b, 0x00006f6d, 0x00006f74, + 0x00006f82, 0x00006f88, 0x00006f7c, 0x00006f58, + 0x00006fc6, 0x00006f8e, 0x00006f91, 0x00006f66, + 0x00006fb3, 0x00006fa3, 0x00006fb5, 0x00006fa1, + 0x00006fb9, 0x00006fdb, 0x00006faa, 0x00006fc2, + 0x00006fdf, 0x00006fd5, 0x00006fec, 0x00006fd8, + 0x00006fd4, 0x00006ff5, 0x00006fee, 0x00007005, + 0x00007007, 0x00007009, 0x0000700b, 0x00006ffa, + 0x00007011, 0x00007001, 0x0000700f, 0x0000701b, + 0x0000701a, 0x0000701f, 0x00006ff3, 0x00007028, + 0x00007018, 0x00007030, 0x0000703e, 0x00007032, + 0x00007051, 0x00007063, 0x00007085, 0x00007099, + 0x000070af, 0x000070ab, 0x000070ac, 0x000070b8, + 0x000070ae, 0x000070df, 0x000070cb, 0x000070d9, + 0x00007109, 0x0000710f, 0x00007104, 0x000070f1, + 0x000070fd, 0x0000711c, 0x00007119, 0x0000715c, + 0x00007146, 0x00007147, 0x00007166, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007162, 0x0000714c, 0x00007156, + 0x0000716c, 0x00007188, 0x0000718f, 0x00007184, + 0x00007195, 0x0000fa15, 0x000071ac, 0x000071c1, + 0x000071b9, 0x000071be, 0x000071d2, 0x000071e7, + 0x000071c9, 0x000071d4, 0x000071d7, 0x000071ce, + 0x000071f5, 0x000071e0, 0x000071ec, 0x000071fb, + 0x000071fc, 0x000071f9, 0x000071fe, 0x000071ff, + 0x0000720d, 0x00007210, 0x00007228, 0x0000722d, + 0x0000722c, 0x00007230, 0x00007232, 0x0000723b, + 0x0000723c, 0x0000723f, 0x00007240, 0x00007246, + 0x0000724b, 0x00007258, 0x00007274, 0x0000727e, + 0x00007281, 0x00007287, 0x00007282, 0x00007292, + 0x00007296, 0x000072a2, 0x000072a7, 0x000072b1, + 0x000072b2, 0x000072be, 0x000072c3, 0x000072c6, + 0x000072c4, 0x000072b9, 0x000072ce, 0x000072d2, + 0x000072e2, 0x000072e0, 0x000072e1, 0x000072f9, + 0x000072f7, 0x00007317, 0x0000730a, 0x0000731c, + 0x00007316, 0x0000731d, 0x00007324, 0x00007334, + 0x00007329, 0x0000732f, 0x0000fa16, 0x00007325, + 0x0000733e, 0x0000734f, 0x0000734e, 0x00007357, + 0x00009ed8, 0x0000736a, 0x00007368, 0x00007370, + 0x00007377, 0x00007378, 0x00007375, 0x0000737b, + 0x000073c8, 0x000073bd, 0x000073b3, 0x000073ce, + 0x000073bb, 0x000073c0, 0x000073c9, 0x000073d6, + 0x000073e5, 0x000073e3, 0x000073d2, 0x000073ee, + 0x000073f1, 0x000073de, 0x000073f8, 0x00007407, + 0x000073f5, 0x00007405, 0x00007426, 0x0000742a, + 0x00007425, 0x00007429, 0x0000742e, 0x00007432, + 0x0000743a, 0x00007455, 0x0000743f, 0x0000745f, + 0x00007459, 0x00007441, 0x0000745c, 0x00007469, + 0x00007470, 0x00007463, 0x0000746a, 0x00007464, + 0x00007462, 0x00007489, 0x0000746f, 0x0000747e, + 0x0000749f, 0x0000749e, 0x000074a2, 0x000074a7, + 0x000074ca, 0x000074cf, 0x000074d4, 0x000074e0, + 0x000074e3, 0x000074e7, 0x000074e9, 0x000074ee, + 0x000074f0, 0x000074f2, 0x000074f1, 0x000074f7, + 0x000074f8, 0x00007501, 0x00007504, 0x00007503, + 0x00007505, 0x0000750d, 0x0000750c, 0x0000750e, + 0x00007513, 0x0000751e, 0x00007526, 0x0000752c, + 0x0000753c, 0x00007544, 0x0000754d, 0x0000754a, + 0x00007549, 0x00007546, 0x0000755b, 0x0000755a, + 0x00007564, 0x00007567, 0x0000756b, 0x0000756f, + 0x00007574, 0x0000756d, 0x00007578, 0x00007576, + 0x00007582, 0x00007586, 0x00007587, 0x0000758a, + 0x00007589, 0x00007594, 0x0000759a, 0x0000759d, + 0x000075a5, 0x000075a3, 0x000075c2, 0x000075b3, + 0x000075c3, 0x000075b5, 0x000075bd, 0x000075b8, + 0x000075bc, 0x000075b1, 0x000075cd, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000075ca, 0x000075d2, 0x000075d9, + 0x000075e3, 0x000075de, 0x000075fe, 0x000075ff, + 0x000075fc, 0x00007601, 0x000075f0, 0x000075fa, + 0x000075f2, 0x000075f3, 0x0000760b, 0x00007609, + 0x0000761f, 0x00007627, 0x00007620, 0x00007621, + 0x00007622, 0x00007624, 0x00007634, 0x00007630, + 0x0000763b, 0x00007647, 0x00007648, 0x00007658, + 0x00007646, 0x0000765c, 0x00007661, 0x00007662, + 0x00007668, 0x00007669, 0x00007667, 0x0000766a, + 0x0000766c, 0x00007670, 0x00007672, 0x00007676, + 0x0000767c, 0x00007682, 0x00007680, 0x00007683, + 0x00007688, 0x0000768b, 0x00007699, 0x0000769a, + 0x0000769c, 0x0000769e, 0x0000769b, 0x000076a6, + 0x000076b0, 0x000076b4, 0x000076b8, 0x000076b9, + 0x000076ba, 0x000076c2, 0x0000fa17, 0x000076cd, + 0x000076d6, 0x000076d2, 0x000076de, 0x000076e1, + 0x000076e5, 0x000076ea, 0x0000862f, 0x000076fb, + 0x00007708, 0x00007707, 0x00007704, 0x00007724, + 0x00007729, 0x00007725, 0x00007726, 0x0000771b, + 0x00007737, 0x00007738, 0x00007746, 0x00007747, + 0x0000775a, 0x00007768, 0x0000776b, 0x0000775b, + 0x00007765, 0x0000777f, 0x0000777e, 0x00007779, + 0x0000778e, 0x0000778b, 0x00007791, 0x000077a0, + 0x0000779e, 0x000077b0, 0x000077b6, 0x000077b9, + 0x000077bf, 0x000077bc, 0x000077bd, 0x000077bb, + 0x000077c7, 0x000077cd, 0x000077da, 0x000077dc, + 0x000077e3, 0x000077ee, 0x000052af, 0x000077fc, + 0x0000780c, 0x00007812, 0x00007821, 0x0000783f, + 0x00007820, 0x00007845, 0x0000784e, 0x00007864, + 0x00007874, 0x0000788e, 0x0000787a, 0x00007886, + 0x0000789a, 0x0000787c, 0x0000788c, 0x000078a3, + 0x000078b5, 0x000078aa, 0x000078af, 0x000078d1, + 0x000078c6, 0x000078cb, 0x000078d4, 0x000078be, + 0x000078bc, 0x000078c5, 0x000078ca, 0x000078ec, + 0x000078e7, 0x000078da, 0x000078fd, 0x000078f4, + 0x00007907, 0x00007911, 0x00007919, 0x0000792c, + 0x0000792b, 0x00007930, 0x0000fa18, 0x00007940, + 0x00007960, 0x0000fa19, 0x0000795f, 0x0000795a, + 0x00007955, 0x0000fa1a, 0x0000797f, 0x0000798a, + 0x00007994, 0x0000fa1b, 0x0000799d, 0x0000799b, + 0x000079aa, 0x000079b3, 0x000079ba, 0x000079c9, + 0x000079d5, 0x000079e7, 0x000079ec, 0x000079e3, + 0x00007a08, 0x00007a0d, 0x00007a18, 0x00007a19, + 0x00007a1f, 0x00007a31, 0x00007a3e, 0x00007a37, + 0x00007a3b, 0x00007a43, 0x00007a57, 0x00007a49, + 0x00007a62, 0x00007a61, 0x00007a69, 0x00009f9d, + 0x00007a70, 0x00007a79, 0x00007a7d, 0x00007a88, + 0x00007a95, 0x00007a98, 0x00007a96, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007a97, 0x00007aa9, 0x00007ab0, + 0x00007ab6, 0x00009083, 0x00007ac3, 0x00007abf, + 0x00007ac5, 0x00007ac4, 0x00007ac7, 0x00007aca, + 0x00007acd, 0x00007acf, 0x00007ad2, 0x00007ad1, + 0x00007ad5, 0x00007ad3, 0x00007ad9, 0x00007ada, + 0x00007add, 0x00007ae1, 0x00007ae2, 0x00007ae6, + 0x00007ae7, 0x0000fa1c, 0x00007aeb, 0x00007aed, + 0x00007af0, 0x00007af8, 0x00007b02, 0x00007b0f, + 0x00007b0b, 0x00007b0a, 0x00007b06, 0x00007b33, + 0x00007b36, 0x00007b19, 0x00007b1e, 0x00007b35, + 0x00007b28, 0x00007b50, 0x00007b4d, 0x00007b4c, + 0x00007b45, 0x00007b5d, 0x00007b75, 0x00007b7a, + 0x00007b74, 0x00007b70, 0x00007b71, 0x00007b6e, + 0x00007b9d, 0x00007b98, 0x00007b9f, 0x00007b8d, + 0x00007b9c, 0x00007b9a, 0x00007b92, 0x00007b8f, + 0x00007b99, 0x00007bcf, 0x00007bcb, 0x00007bcc, + 0x00007bb4, 0x00007bc6, 0x00007b9e, 0x00007bdd, + 0x00007be9, 0x00007be6, 0x00007bf7, 0x00007be5, + 0x00007c14, 0x00007c00, 0x00007c13, 0x00007c07, + 0x00007bf3, 0x00007c0d, 0x00007bf6, 0x00007c23, + 0x00007c27, 0x00007c2a, 0x00007c1f, 0x00007c37, + 0x00007c2b, 0x00007c3d, 0x00007c40, 0x00007c4c, + 0x00007c43, 0x00007c56, 0x00007c50, 0x00007c58, + 0x00007c5f, 0x00007c65, 0x00007c6c, 0x00007c75, + 0x00007c83, 0x00007c90, 0x00007ca4, 0x00007ca2, + 0x00007cab, 0x00007ca1, 0x00007cad, 0x00007ca8, + 0x00007cb3, 0x00007cb2, 0x00007cb1, 0x00007cae, + 0x00007cb9, 0x0000fa1d, 0x00007cbd, 0x00007cc5, + 0x00007cc2, 0x00007cd2, 0x00007ce2, 0x00007cd8, + 0x00007cdc, 0x00007cef, 0x00007cf2, 0x00007cf4, + 0x00007cf6, 0x00007d06, 0x00007d02, 0x00007d1c, + 0x00007d15, 0x00007d0a, 0x00007d45, 0x00007d4b, + 0x00007d2e, 0x00007d32, 0x00007d3f, 0x00007d35, + 0x00007d48, 0x00007d46, 0x00007d5c, 0x00007d73, + 0x00007d56, 0x00007d4e, 0x00007d68, 0x00007d6e, + 0x00007d4f, 0x00007d63, 0x00007d93, 0x00007d89, + 0x00007d5b, 0x00007dae, 0x00007da3, 0x00007db5, + 0x00007db7, 0x00007dc7, 0x00007dbd, 0x00007dab, + 0x00007da2, 0x00007daf, 0x00007da0, 0x00007db8, + 0x00007d9f, 0x00007db0, 0x00007dd5, 0x00007dd8, + 0x00007ddd, 0x00007dd6, 0x00007de4, 0x00007dde, + 0x00007dfb, 0x00007e0b, 0x00007df2, 0x00007de1, + 0x00007ddc, 0x00007e05, 0x00007e0a, 0x00007e21, + 0x00007e12, 0x00007e1f, 0x00007e09, 0x00007e3a, + 0x00007e46, 0x00007e66, 0x00007e31, 0x00007e3d, + 0x00007e35, 0x00007e3b, 0x00007e39, 0x00007e43, + 0x00007e37, 0x00007e32, 0x00007e5d, 0x00007e56, + 0x00007e5e, 0x00007e52, 0x00007e59, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007e5a, 0x00007e67, 0x00007e79, + 0x00007e6a, 0x00007e69, 0x00007e7c, 0x00007e7b, + 0x00007e7d, 0x00008fae, 0x00007e7f, 0x00007e83, + 0x00007e89, 0x00007e8e, 0x00007e8c, 0x00007e92, + 0x00007e93, 0x00007e94, 0x00007e96, 0x00007e9b, + 0x00007f38, 0x00007f3a, 0x00007f45, 0x00007f47, + 0x00007f4c, 0x00007f4e, 0x00007f51, 0x00007f55, + 0x00007f54, 0x00007f58, 0x00007f5f, 0x00007f60, + 0x00007f68, 0x00007f67, 0x00007f69, 0x00007f78, + 0x00007f82, 0x00007f86, 0x00007f83, 0x00007f87, + 0x00007f88, 0x00007f8c, 0x00007f94, 0x00007f9e, + 0x00007f9d, 0x00007f9a, 0x00007fa1, 0x00007fa3, + 0x00007faf, 0x00007fae, 0x00007fb2, 0x00007fb9, + 0x00007fb6, 0x00007fb8, 0x00008b71, 0x0000fa1e, + 0x00007fc5, 0x00007fc6, 0x00007fca, 0x00007fd5, + 0x00007fe1, 0x00007fe6, 0x00007fe9, 0x00007ff3, + 0x00007ff9, 0x00008004, 0x0000800b, 0x00008012, + 0x00008019, 0x0000801c, 0x00008021, 0x00008028, + 0x0000803f, 0x0000803b, 0x0000804a, 0x00008046, + 0x00008052, 0x00008058, 0x0000805f, 0x00008062, + 0x00008068, 0x00008073, 0x00008072, 0x00008070, + 0x00008076, 0x00008079, 0x0000807d, 0x0000807f, + 0x00008084, 0x00008085, 0x00008093, 0x0000809a, + 0x000080ad, 0x00005190, 0x000080ac, 0x000080db, + 0x000080e5, 0x000080d9, 0x000080dd, 0x000080c4, + 0x000080da, 0x00008109, 0x000080ef, 0x000080f1, + 0x0000811b, 0x00008123, 0x0000812f, 0x0000814b, + 0x00008146, 0x0000813e, 0x00008153, 0x00008151, + 0x000080fc, 0x00008171, 0x0000816e, 0x00008165, + 0x0000815f, 0x00008166, 0x00008174, 0x00008183, + 0x00008188, 0x0000818a, 0x00008180, 0x00008182, + 0x000081a0, 0x00008195, 0x000081a3, 0x00008193, + 0x000081b5, 0x000081a4, 0x000081a9, 0x000081b8, + 0x000081b0, 0x000081c8, 0x000081be, 0x000081bd, + 0x000081c0, 0x000081c2, 0x000081ba, 0x000081c9, + 0x000081cd, 0x000081d1, 0x000081d8, 0x000081d9, + 0x000081da, 0x000081df, 0x000081e0, 0x000081fa, + 0x000081fb, 0x000081fe, 0x00008201, 0x00008202, + 0x00008205, 0x0000820d, 0x00008210, 0x00008212, + 0x00008216, 0x00008229, 0x0000822b, 0x0000822e, + 0x00008238, 0x00008233, 0x00008240, 0x00008259, + 0x0000825a, 0x0000825d, 0x0000825f, 0x00008264, + 0x00008262, 0x00008268, 0x0000826a, 0x0000826b, + 0x00008271, 0x00008277, 0x0000827e, 0x0000828d, + 0x00008292, 0x000082ab, 0x0000829f, 0x000082bb, + 0x000082ac, 0x000082e1, 0x000082e3, 0x000082df, + 0x00008301, 0x000082d2, 0x000082f4, 0x000082f3, + 0x00008303, 0x000082fb, 0x000082f9, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000082de, 0x00008306, 0x000082dc, + 0x000082fa, 0x00008309, 0x000082d9, 0x00008335, + 0x00008362, 0x00008334, 0x00008316, 0x00008331, + 0x00008340, 0x00008339, 0x00008350, 0x00008345, + 0x0000832f, 0x0000832b, 0x00008318, 0x0000839a, + 0x000083aa, 0x0000839f, 0x000083a2, 0x00008396, + 0x00008323, 0x0000838e, 0x00008375, 0x0000837f, + 0x0000838a, 0x0000837c, 0x000083b5, 0x00008373, + 0x00008393, 0x000083a0, 0x00008385, 0x00008389, + 0x000083a8, 0x000083f4, 0x00008413, 0x000083c7, + 0x000083ce, 0x000083f7, 0x000083fd, 0x00008403, + 0x000083d8, 0x0000840b, 0x000083c1, 0x00008407, + 0x000083e0, 0x000083f2, 0x0000840d, 0x00008420, + 0x000083f6, 0x000083bd, 0x000083fb, 0x0000842a, + 0x00008462, 0x0000843c, 0x00008484, 0x00008477, + 0x0000846b, 0x00008479, 0x00008448, 0x0000846e, + 0x00008482, 0x00008469, 0x00008446, 0x0000846f, + 0x00008438, 0x00008435, 0x000084ca, 0x000084b9, + 0x000084bf, 0x0000849f, 0x000084b4, 0x000084cd, + 0x000084bb, 0x000084da, 0x000084d0, 0x000084c1, + 0x000084ad, 0x000084c6, 0x000084d6, 0x000084a1, + 0x000084d9, 0x000084ff, 0x000084f4, 0x00008517, + 0x00008518, 0x0000852c, 0x0000851f, 0x00008515, + 0x00008514, 0x00008506, 0x00008553, 0x0000855a, + 0x00008540, 0x00008559, 0x00008563, 0x00008558, + 0x00008548, 0x00008541, 0x0000854a, 0x0000854b, + 0x0000856b, 0x00008555, 0x00008580, 0x000085a4, + 0x00008588, 0x00008591, 0x0000858a, 0x000085a8, + 0x0000856d, 0x00008594, 0x0000859b, 0x000085ae, + 0x00008587, 0x0000859c, 0x00008577, 0x0000857e, + 0x00008590, 0x0000fa1f, 0x0000820a, 0x000085b0, + 0x000085c9, 0x000085ba, 0x000085cf, 0x000085b9, + 0x000085d0, 0x000085d5, 0x000085dd, 0x000085e5, + 0x000085dc, 0x000085f9, 0x0000860a, 0x00008613, + 0x0000860b, 0x000085fe, 0x00008622, 0x0000861a, + 0x00008630, 0x0000863f, 0x0000fa20, 0x0000864d, + 0x00004e55, 0x00008655, 0x0000865f, 0x00008667, + 0x00008671, 0x00008693, 0x000086a3, 0x000086a9, + 0x0000868b, 0x000086aa, 0x0000868c, 0x000086b6, + 0x000086af, 0x000086c4, 0x000086c6, 0x000086b0, + 0x000086c9, 0x000086ce, 0x0000fa21, 0x000086ab, + 0x000086d4, 0x000086de, 0x000086e9, 0x000086ec, + 0x000086df, 0x000086db, 0x00008712, 0x00008706, + 0x00008708, 0x00008700, 0x00008703, 0x000086fb, + 0x00008711, 0x00008709, 0x0000870d, 0x000086f9, + 0x0000870a, 0x00008734, 0x0000873f, 0x0000873b, + 0x00008725, 0x00008729, 0x0000871a, 0x0000875f, + 0x00008778, 0x0000874c, 0x0000874e, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008774, 0x00008757, 0x00008768, + 0x00008782, 0x0000876a, 0x00008760, 0x0000876e, + 0x00008759, 0x00008753, 0x00008763, 0x0000877f, + 0x000087a2, 0x000087c6, 0x0000879f, 0x000087af, + 0x000087cb, 0x000087bd, 0x000087c0, 0x000087d0, + 0x000096d6, 0x000087ab, 0x000087c4, 0x000087b3, + 0x000087d2, 0x000087bb, 0x000087ef, 0x000087f2, + 0x000087e0, 0x0000880e, 0x00008807, 0x0000880f, + 0x00008816, 0x0000880d, 0x000087fe, 0x000087f6, + 0x000087f7, 0x00008811, 0x00008815, 0x00008822, + 0x00008821, 0x00008827, 0x00008831, 0x00008836, + 0x00008839, 0x0000883b, 0x00008842, 0x00008844, + 0x0000884d, 0x00008852, 0x00008859, 0x0000885e, + 0x00008862, 0x0000886b, 0x00008881, 0x0000887e, + 0x00008875, 0x0000887d, 0x00008872, 0x00008882, + 0x0000889e, 0x00008897, 0x00008892, 0x000088ae, + 0x00008899, 0x000088a2, 0x0000888d, 0x000088a4, + 0x000088bf, 0x000088b5, 0x000088b1, 0x000088c3, + 0x000088c4, 0x000088d4, 0x000088d8, 0x000088d9, + 0x000088dd, 0x000088f9, 0x00008902, 0x000088fc, + 0x000088f5, 0x000088e8, 0x000088f2, 0x00008904, + 0x0000890c, 0x0000892a, 0x0000891d, 0x0000890a, + 0x00008913, 0x0000891e, 0x00008925, 0x0000892b, + 0x00008941, 0x0000893b, 0x00008936, 0x00008943, + 0x00008938, 0x0000894d, 0x0000894c, 0x00008960, + 0x0000895e, 0x00008966, 0x0000896a, 0x00008964, + 0x0000896d, 0x0000896f, 0x00008974, 0x00008977, + 0x0000897e, 0x00008983, 0x00008988, 0x0000898a, + 0x00008993, 0x00008998, 0x000089a1, 0x000089a9, + 0x000089a6, 0x000089ac, 0x000089af, 0x000089b2, + 0x000089ba, 0x000089bf, 0x000089bd, 0x000089c0, + 0x000089da, 0x000089dd, 0x000089e7, 0x000089f4, + 0x000089f8, 0x00008a03, 0x00008a16, 0x00008a10, + 0x00008a0c, 0x00008a12, 0x00008a1b, 0x00008a1d, + 0x00008a25, 0x00008a36, 0x00008a41, 0x00008a37, + 0x00008a5b, 0x00008a52, 0x00008a46, 0x00008a48, + 0x00008a7c, 0x00008a6d, 0x00008a6c, 0x00008a62, + 0x00008a79, 0x00008a85, 0x00008a82, 0x00008a84, + 0x00008aa8, 0x00008aa1, 0x00008a91, 0x00008aa5, + 0x00008aa6, 0x00008a9a, 0x00008aa3, 0x00008aa7, + 0x00008acc, 0x00008abe, 0x00008acd, 0x00008ac2, + 0x00008ada, 0x00008af3, 0x00008ae7, 0x00008ae4, + 0x00008af1, 0x00008b14, 0x00008ae0, 0x00008ae2, + 0x00008ae1, 0x00008adf, 0x0000fa22, 0x00008af6, + 0x00008af7, 0x00008ade, 0x00008adb, 0x00008b0c, + 0x00008b07, 0x00008b1a, 0x00008b16, 0x00008b10, + 0x00008b17, 0x00008b20, 0x00008b33, 0x00008b41, + 0x000097ab, 0x00008b26, 0x00008b2b, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008b3e, 0x00008b4c, 0x00008b4f, + 0x00008b4e, 0x00008b53, 0x00008b49, 0x00008b56, + 0x00008b5b, 0x00008b5a, 0x00008b74, 0x00008b6b, + 0x00008b5f, 0x00008b6c, 0x00008b6f, 0x00008b7d, + 0x00008b7f, 0x00008b80, 0x00008b8c, 0x00008b8e, + 0x00008b99, 0x00008b92, 0x00008b93, 0x00008b96, + 0x00008b9a, 0x00008c3a, 0x00008c41, 0x00008c3f, + 0x00008c48, 0x00008c4c, 0x00008c4e, 0x00008c50, + 0x00008c55, 0x00008c62, 0x00008c6c, 0x00008c78, + 0x00008c7a, 0x00008c7c, 0x00008c82, 0x00008c89, + 0x00008c85, 0x00008c8a, 0x00008c8d, 0x00008c8e, + 0x00008c98, 0x00008c94, 0x0000621d, 0x00008cad, + 0x00008caa, 0x00008cae, 0x00008cbd, 0x00008cb2, + 0x00008cb3, 0x00008cc1, 0x00008cb6, 0x00008cc8, + 0x00008cce, 0x00008ccd, 0x00008ce3, 0x00008cda, + 0x00008cf0, 0x00008cf4, 0x00008cfd, 0x00008cfa, + 0x00008cfb, 0x00008d07, 0x00008d0a, 0x00008d0f, + 0x00008d0d, 0x00008d12, 0x00008d10, 0x00008d13, + 0x00008d14, 0x00008d16, 0x00008d67, 0x00008d6d, + 0x00008d71, 0x00008d76, 0x0000fa23, 0x00008d81, + 0x00008dc2, 0x00008dbe, 0x00008dba, 0x00008dcf, + 0x00008dda, 0x00008dd6, 0x00008dcc, 0x00008ddb, + 0x00008dcb, 0x00008dea, 0x00008deb, 0x00008ddf, + 0x00008de3, 0x00008dfc, 0x00008e08, 0x00008dff, + 0x00008e09, 0x00008e1d, 0x00008e1e, 0x00008e10, + 0x00008e1f, 0x00008e42, 0x00008e35, 0x00008e30, + 0x00008e34, 0x00008e4a, 0x00008e47, 0x00008e49, + 0x00008e4c, 0x00008e50, 0x00008e48, 0x00008e59, + 0x00008e64, 0x00008e60, 0x00008e55, 0x00008e63, + 0x00008e76, 0x00008e72, 0x00008e87, 0x00008e7c, + 0x00008e81, 0x00008e85, 0x00008e84, 0x00008e8b, + 0x00008e8a, 0x00008e93, 0x00008e91, 0x00008e94, + 0x00008e99, 0x00008ea1, 0x00008eaa, 0x00008eb1, + 0x00008ebe, 0x00008ec6, 0x00008ec5, 0x00008ec8, + 0x00008ecb, 0x00008ecf, 0x00008edb, 0x00008ee3, + 0x00008efc, 0x00008efb, 0x00008eeb, 0x00008efe, + 0x00008f0a, 0x00008f0c, 0x00008f05, 0x00008f15, + 0x00008f12, 0x00008f13, 0x00008f1c, 0x00008f19, + 0x00008f1f, 0x00008f26, 0x00008f33, 0x00008f3b, + 0x00008f39, 0x00008f45, 0x00008f42, 0x00008f3e, + 0x00008f49, 0x00008f46, 0x00008f4c, 0x00008f4e, + 0x00008f57, 0x00008f5c, 0x00008f62, 0x00008f63, + 0x00008f64, 0x00008f9c, 0x00008f9f, 0x00008fa3, + 0x00008fa8, 0x00008fa7, 0x00008fad, 0x00008faf, + 0x00008fb7, 0x0000fa24, 0x00008fda, 0x00008fe5, + 0x00008fe2, 0x00008fef, 0x00008fe9, 0x00008ff4, + 0x00009005, 0x00008ff9, 0x00008ff8, 0x00009011, + 0x00009015, 0x0000900e, 0x00009021, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000900d, 0x0000901e, 0x00009016, + 0x0000900b, 0x00009027, 0x00009036, 0x00009039, + 0x0000904f, 0x0000fa25, 0x00009050, 0x00009051, + 0x00009052, 0x00009049, 0x0000903e, 0x00009056, + 0x00009058, 0x0000905e, 0x00009068, 0x00009067, + 0x0000906f, 0x00009076, 0x000096a8, 0x00009072, + 0x00009082, 0x0000907d, 0x00009089, 0x00009080, + 0x0000908f, 0x00006248, 0x000090af, 0x000090b1, + 0x000090b5, 0x000090e2, 0x000090e4, 0x000090db, + 0x000090de, 0x00009102, 0x0000fa26, 0x00009115, + 0x00009112, 0x00009119, 0x00009132, 0x00009127, + 0x00009130, 0x0000914a, 0x00009156, 0x00009158, + 0x00009163, 0x00009165, 0x00009169, 0x00009173, + 0x00009172, 0x0000918b, 0x00009189, 0x00009182, + 0x000091a2, 0x000091ab, 0x000091af, 0x000091aa, + 0x000091b5, 0x000091b4, 0x000091ba, 0x000091c0, + 0x000091c1, 0x000091cb, 0x000091d0, 0x000091da, + 0x000091db, 0x000091d7, 0x000091de, 0x000091d6, + 0x000091df, 0x000091e1, 0x000091ed, 0x000091f5, + 0x000091ee, 0x000091e4, 0x000091f6, 0x000091e5, + 0x00009206, 0x0000921e, 0x000091ff, 0x00009210, + 0x00009214, 0x0000920a, 0x0000922c, 0x00009215, + 0x00009229, 0x00009257, 0x00009245, 0x0000923a, + 0x00009249, 0x00009264, 0x00009240, 0x0000923c, + 0x00009248, 0x0000924e, 0x00009250, 0x00009259, + 0x0000923f, 0x00009251, 0x00009239, 0x0000924b, + 0x00009267, 0x0000925a, 0x0000929c, 0x000092a7, + 0x00009277, 0x00009278, 0x00009296, 0x00009293, + 0x0000929b, 0x00009295, 0x000092e9, 0x000092cf, + 0x000092e7, 0x000092d7, 0x000092d9, 0x000092d0, + 0x0000fa27, 0x000092d5, 0x000092b9, 0x000092b7, + 0x000092e0, 0x000092d3, 0x0000933a, 0x00009335, + 0x0000930f, 0x00009325, 0x000092fa, 0x00009321, + 0x00009344, 0x000092fb, 0x0000fa28, 0x00009319, + 0x0000931e, 0x000092ff, 0x00009322, 0x0000931a, + 0x0000931d, 0x00009323, 0x00009302, 0x0000933b, + 0x00009370, 0x00009360, 0x0000937c, 0x0000936e, + 0x00009356, 0x00009357, 0x000093b9, 0x000093b0, + 0x000093a4, 0x000093ad, 0x00009394, 0x000093c8, + 0x000093d6, 0x000093c6, 0x000093d7, 0x000093e8, + 0x000093e5, 0x000093d8, 0x000093c3, 0x000093dd, + 0x000093de, 0x000093d0, 0x000093e4, 0x0000941a, + 0x000093f8, 0x00009414, 0x00009413, 0x00009421, + 0x00009403, 0x00009407, 0x00009436, 0x0000942b, + 0x00009431, 0x0000943a, 0x00009441, 0x00009452, + 0x00009445, 0x00009444, 0x00009448, 0x0000945b, + 0x0000945a, 0x00009460, 0x00009462, 0x0000945e, + 0x0000946a, 0x00009475, 0x00009470, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00009477, 0x0000947f, 0x0000947d, + 0x0000947c, 0x0000947e, 0x00009481, 0x00009582, + 0x00009587, 0x0000958a, 0x00009592, 0x00009594, + 0x00009596, 0x00009598, 0x00009599, 0x000095a0, + 0x000095a8, 0x000095a7, 0x000095ad, 0x000095bc, + 0x000095bb, 0x000095b9, 0x000095be, 0x000095ca, + 0x00006ff6, 0x000095c3, 0x000095cd, 0x000095cc, + 0x000095d5, 0x000095d4, 0x000095d6, 0x000095dc, + 0x000095e1, 0x000095e5, 0x000095e2, 0x00009621, + 0x00009628, 0x0000962e, 0x0000962f, 0x00009642, + 0x0000964f, 0x0000964c, 0x0000964b, 0x0000965c, + 0x0000965d, 0x0000965f, 0x00009666, 0x00009677, + 0x00009672, 0x0000966c, 0x0000968d, 0x0000968b, + 0x0000f9dc, 0x00009698, 0x00009695, 0x00009697, + 0x0000fa29, 0x0000969d, 0x000096a7, 0x000096aa, + 0x000096b1, 0x000096b2, 0x000096b0, 0x000096af, + 0x000096b4, 0x000096b6, 0x000096b8, 0x000096b9, + 0x000096ce, 0x000096cb, 0x000096d5, 0x000096dc, + 0x000096d9, 0x000096f9, 0x00009704, 0x00009706, + 0x00009708, 0x00009719, 0x0000970d, 0x00009713, + 0x0000970e, 0x00009711, 0x0000970f, 0x00009716, + 0x00009724, 0x0000972a, 0x00009730, 0x00009733, + 0x00009739, 0x0000973b, 0x0000973d, 0x0000973e, + 0x00009746, 0x00009744, 0x00009743, 0x00009748, + 0x00009742, 0x00009749, 0x0000974d, 0x0000974f, + 0x00009751, 0x00009755, 0x0000975c, 0x00009760, + 0x00009764, 0x00009766, 0x00009768, 0x0000976d, + 0x00009779, 0x00009785, 0x0000977c, 0x00009781, + 0x0000977a, 0x0000978b, 0x0000978f, 0x00009790, + 0x0000979c, 0x000097a8, 0x000097a6, 0x000097a3, + 0x000097b3, 0x000097b4, 0x000097c3, 0x000097c6, + 0x000097c8, 0x000097cb, 0x000097dc, 0x000097ed, + 0x000097f2, 0x00007adf, 0x000097f5, 0x0000980f, + 0x0000981a, 0x00009824, 0x00009821, 0x00009837, + 0x0000983d, 0x0000984f, 0x0000984b, 0x00009857, + 0x00009865, 0x0000986b, 0x0000986f, 0x00009870, + 0x00009871, 0x00009874, 0x00009873, 0x000098aa, + 0x000098af, 0x000098b1, 0x000098b6, 0x000098c4, + 0x000098c3, 0x000098c6, 0x000098dc, 0x000098ed, + 0x000098e9, 0x0000fa2a, 0x000098eb, 0x0000fa2b, + 0x00009903, 0x0000991d, 0x00009912, 0x00009914, + 0x00009918, 0x00009927, 0x0000fa2c, 0x00009921, + 0x0000991e, 0x00009924, 0x00009920, 0x0000992c, + 0x0000992e, 0x0000993d, 0x0000993e, 0x00009942, + 0x00009949, 0x00009945, 0x00009950, 0x0000994b, + 0x00009951, 0x0000994c, 0x00009955, 0x00009997, + 0x00009998, 0x0000999e, 0x000099a5, 0x000099ad, + 0x000099ae, 0x000099bc, 0x000099df, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000099db, 0x000099dd, 0x000099d8, + 0x000099d1, 0x000099ed, 0x000099ee, 0x000099e2, + 0x000099f1, 0x000099f2, 0x000099fb, 0x000099f8, + 0x00009a01, 0x00009a0f, 0x00009a05, 0x00009a19, + 0x00009a2b, 0x00009a37, 0x00009a40, 0x00009a45, + 0x00009a42, 0x00009a43, 0x00009a3e, 0x00009a55, + 0x00009a4d, 0x00009a4e, 0x00009a5b, 0x00009a57, + 0x00009a5f, 0x00009a62, 0x00009a69, 0x00009a65, + 0x00009a64, 0x00009a6a, 0x00009a6b, 0x00009aad, + 0x00009ab0, 0x00009abc, 0x00009ac0, 0x00009acf, + 0x00009ad3, 0x00009ad4, 0x00009ad1, 0x00009ad9, + 0x00009adc, 0x00009ade, 0x00009adf, 0x00009ae2, + 0x00009ae3, 0x00009ae6, 0x00009aef, 0x00009aeb, + 0x00009aee, 0x00009af4, 0x00009af1, 0x00009af7, + 0x00009afb, 0x00009b06, 0x00009b18, 0x00009b1a, + 0x00009b1f, 0x00009b22, 0x00009b23, 0x00009b25, + 0x00009b27, 0x00009b28, 0x00009b29, 0x00009b2a, + 0x00009b2e, 0x00009b2f, 0x00009b31, 0x00009b32, + 0x00009b3b, 0x00009b44, 0x00009b43, 0x00009b4d, + 0x00009b4e, 0x00009b51, 0x00009b58, 0x00009b75, + 0x00009b74, 0x00009b72, 0x00009b93, 0x00009b8f, + 0x00009b83, 0x00009b91, 0x00009b96, 0x00009b97, + 0x00009b9f, 0x00009ba0, 0x00009ba8, 0x00009bb1, + 0x00009bb4, 0x00009bc0, 0x00009bca, 0x00009bbb, + 0x00009bb9, 0x00009bc6, 0x00009bcf, 0x00009bd1, + 0x00009bd2, 0x00009be3, 0x00009be2, 0x00009be4, + 0x00009bd4, 0x00009be1, 0x00009bf5, 0x00009bf1, + 0x00009bf2, 0x00009c04, 0x00009c1b, 0x00009c15, + 0x00009c14, 0x00009c00, 0x00009c09, 0x00009c13, + 0x00009c0c, 0x00009c06, 0x00009c08, 0x00009c12, + 0x00009c0a, 0x00009c2e, 0x00009c25, 0x00009c24, + 0x00009c21, 0x00009c30, 0x00009c47, 0x00009c32, + 0x00009c46, 0x00009c3e, 0x00009c5a, 0x00009c60, + 0x00009c67, 0x00009c76, 0x00009c78, 0x00009ceb, + 0x00009ce7, 0x00009cec, 0x00009cf0, 0x00009d09, + 0x00009d03, 0x00009d06, 0x00009d2a, 0x00009d26, + 0x00009d2c, 0x00009d23, 0x00009d1f, 0x00009d15, + 0x00009d12, 0x00009d41, 0x00009d3f, 0x00009d44, + 0x00009d3e, 0x00009d46, 0x00009d48, 0x00009d5d, + 0x00009d5e, 0x00009d59, 0x00009d51, 0x00009d50, + 0x00009d64, 0x00009d72, 0x00009d70, 0x00009d87, + 0x00009d6b, 0x00009d6f, 0x00009d7a, 0x00009d9a, + 0x00009da4, 0x00009da9, 0x00009dab, 0x00009db2, + 0x00009dc4, 0x00009dc1, 0x00009dbb, 0x00009db8, + 0x00009dba, 0x00009dc6, 0x00009dcf, 0x00009dc2, + 0x0000fa2d, 0x00009dd9, 0x00009dd3, 0x00009df8, + 0x00009de6, 0x00009ded, 0x00009def, 0x00009dfd, + 0x00009e1a, 0x00009e1b, 0x00009e19, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00009e1e, 0x00009e75, 0x00009e79, + 0x00009e7d, 0x00009e81, 0x00009e88, 0x00009e8b, + 0x00009e8c, 0x00009e95, 0x00009e91, 0x00009e9d, + 0x00009ea5, 0x00009eb8, 0x00009eaa, 0x00009ead, + 0x00009ebc, 0x00009ebe, 0x00009761, 0x00009ecc, + 0x00009ecf, 0x00009ed0, 0x00009ed1, 0x00009ed4, + 0x00009edc, 0x00009ede, 0x00009edd, 0x00009ee0, + 0x00009ee5, 0x00009ee8, 0x00009eef, 0x00009ef4, + 0x00009ef6, 0x00009ef7, 0x00009ef9, 0x00009efb, + 0x00009efc, 0x00009efd, 0x00009f07, 0x00009f08, + 0x000076b7, 0x00009f15, 0x00009f21, 0x00009f2c, + 0x00009f3e, 0x00009f4a, 0x00009f4e, 0x00009f4f, + 0x00009f52, 0x00009f54, 0x00009f63, 0x00009f5f, + 0x00009f60, 0x00009f61, 0x00009f66, 0x00009f67, + 0x00009f6c, 0x00009f6a, 0x00009f77, 0x00009f72, + 0x00009f76, 0x00009f95, 0x00009f9c, 0x00009fa0, + 0x00005c2d, 0x000069d9, 0x00009065, 0x00007476, + 0x000051dc, 0x00007155, 0x0000e000, 0x0000e001, + 0x0000e002, 0x0000e003, 0x0000e004, 0x0000e005, + 0x0000e006, 0x0000e007, 0x0000e008, 0x0000e009, + 0x0000e00a, 0x0000e00b, 0x0000e00c, 0x0000e00d, + 0x0000e00e, 0x0000e00f, 0x0000e010, 0x0000e011, + 0x0000e012, 0x0000e013, 0x0000e014, 0x0000e015, + 0x0000e016, 0x0000e017, 0x0000e018, 0x0000e019, + 0x0000e01a, 0x0000e01b, 0x0000e01c, 0x0000e01d, + 0x0000e01e, 0x0000e01f, 0x0000e020, 0x0000e021, + 0x0000e022, 0x0000e023, 0x0000e024, 0x0000e025, + 0x0000e026, 0x0000e027, 0x0000e028, 0x0000e029, + 0x0000e02a, 0x0000e02b, 0x0000e02c, 0x0000e02d, + 0x0000e02e, 0x0000e02f, 0x0000e030, 0x0000e031, + 0x0000e032, 0x0000e033, 0x0000e034, 0x0000e035, + 0x0000e036, 0x0000e037, 0x0000e038, 0x0000e039, + 0x0000e03a, 0x0000e03b, 0x0000e03c, 0x0000e03d, + 0x0000e03e, 0x0000e03f, 0x0000e040, 0x0000e041, + 0x0000e042, 0x0000e043, 0x0000e044, 0x0000e045, + 0x0000e046, 0x0000e047, 0x0000e048, 0x0000e049, + 0x0000e04a, 0x0000e04b, 0x0000e04c, 0x0000e04d, + 0x0000e04e, 0x0000e04f, 0x0000e050, 0x0000e051, + 0x0000e052, 0x0000e053, 0x0000e054, 0x0000e055, + 0x0000e056, 0x0000e057, 0x0000e058, 0x0000e059, + 0x0000e05a, 0x0000e05b, 0x0000e05c, 0x0000e05d, + 0x0000e05e, 0x0000e05f, 0x0000e060, 0x0000e061, + 0x0000e062, 0x0000e063, 0x0000e064, 0x0000e065, + 0x0000e066, 0x0000e067, 0x0000e068, 0x0000e069, + 0x0000e06a, 0x0000e06b, 0x0000e06c, 0x0000e06d, + 0x0000e06e, 0x0000e06f, 0x0000e070, 0x0000e071, + 0x0000e072, 0x0000e073, 0x0000e074, 0x0000e075, + 0x0000e076, 0x0000e077, 0x0000e078, 0x0000e079, + 0x0000e07a, 0x0000e07b, 0x0000e07c, 0x0000e07d, + 0x0000e07e, 0x0000e07f, 0x0000e080, 0x0000e081, + 0x0000e082, 0x0000e083, 0x0000e084, 0x0000e085, + 0x0000e086, 0x0000e087, 0x0000e088, 0x0000e089, + 0x0000e08a, 0x0000e08b, 0x0000e08c, 0x0000e08d, + 0x0000e08e, 0x0000e08f, 0x0000e090, 0x0000e091, + 0x0000e092, 0x0000e093, 0x0000e094, 0x0000e095, + 0x0000e096, 0x0000e097, 0x0000e098, 0x0000e099, + 0x0000e09a, 0x0000e09b, 0x0000e09c, 0x0000e09d, + 0x0000e09e, 0x0000e09f, 0x0000e0a0, 0x0000e0a1, + 0x0000e0a2, 0x0000e0a3, 0x0000e0a4, 0x0000e0a5, + 0x0000e0a6, 0x0000e0a7, 0x0000e0a8, 0x0000e0a9, + 0x0000e0aa, 0x0000e0ab, 0x0000e0ac, 0x0000e0ad, + 0x0000e0ae, 0x0000e0af, 0x0000e0b0, 0x0000e0b1, + 0x0000e0b2, 0x0000e0b3, 0x0000e0b4, 0x0000e0b5, + 0x0000e0b6, 0x0000e0b7, 0x0000e0b8, 0x0000e0b9, + 0x0000e0ba, 0x0000e0bb, 0x0000e0bc, 0x0000e0bd, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e0be, 0x0000e0bf, + 0x0000e0c0, 0x0000e0c1, 0x0000e0c2, 0x0000e0c3, + 0x0000e0c4, 0x0000e0c5, 0x0000e0c6, 0x0000e0c7, + 0x0000e0c8, 0x0000e0c9, 0x0000e0ca, 0x0000e0cb, + 0x0000e0cc, 0x0000e0cd, 0x0000e0ce, 0x0000e0cf, + 0x0000e0d0, 0x0000e0d1, 0x0000e0d2, 0x0000e0d3, + 0x0000e0d4, 0x0000e0d5, 0x0000e0d6, 0x0000e0d7, + 0x0000e0d8, 0x0000e0d9, 0x0000e0da, 0x0000e0db, + 0x0000e0dc, 0x0000e0dd, 0x0000e0de, 0x0000e0df, + 0x0000e0e0, 0x0000e0e1, 0x0000e0e2, 0x0000e0e3, + 0x0000e0e4, 0x0000e0e5, 0x0000e0e6, 0x0000e0e7, + 0x0000e0e8, 0x0000e0e9, 0x0000e0ea, 0x0000e0eb, + 0x0000e0ec, 0x0000e0ed, 0x0000e0ee, 0x0000e0ef, + 0x0000e0f0, 0x0000e0f1, 0x0000e0f2, 0x0000e0f3, + 0x0000e0f4, 0x0000e0f5, 0x0000e0f6, 0x0000e0f7, + 0x0000e0f8, 0x0000e0f9, 0x0000e0fa, 0x0000e0fb, + 0x0000e0fc, 0x0000e0fd, 0x0000e0fe, 0x0000e0ff, + 0x0000e100, 0x0000e101, 0x0000e102, 0x0000e103, + 0x0000e104, 0x0000e105, 0x0000e106, 0x0000e107, + 0x0000e108, 0x0000e109, 0x0000e10a, 0x0000e10b, + 0x0000e10c, 0x0000e10d, 0x0000e10e, 0x0000e10f, + 0x0000e110, 0x0000e111, 0x0000e112, 0x0000e113, + 0x0000e114, 0x0000e115, 0x0000e116, 0x0000e117, + 0x0000e118, 0x0000e119, 0x0000e11a, 0x0000e11b, + 0x0000e11c, 0x0000e11d, 0x0000e11e, 0x0000e11f, + 0x0000e120, 0x0000e121, 0x0000e122, 0x0000e123, + 0x0000e124, 0x0000e125, 0x0000e126, 0x0000e127, + 0x0000e128, 0x0000e129, 0x0000e12a, 0x0000e12b, + 0x0000e12c, 0x0000e12d, 0x0000e12e, 0x0000e12f, + 0x0000e130, 0x0000e131, 0x0000e132, 0x0000e133, + 0x0000e134, 0x0000e135, 0x0000e136, 0x0000e137, + 0x0000e138, 0x0000e139, 0x0000e13a, 0x0000e13b, + 0x0000e13c, 0x0000e13d, 0x0000e13e, 0x0000e13f, + 0x0000e140, 0x0000e141, 0x0000e142, 0x0000e143, + 0x0000e144, 0x0000e145, 0x0000e146, 0x0000e147, + 0x0000e148, 0x0000e149, 0x0000e14a, 0x0000e14b, + 0x0000e14c, 0x0000e14d, 0x0000e14e, 0x0000e14f, + 0x0000e150, 0x0000e151, 0x0000e152, 0x0000e153, + 0x0000e154, 0x0000e155, 0x0000e156, 0x0000e157, + 0x0000e158, 0x0000e159, 0x0000e15a, 0x0000e15b, + 0x0000e15c, 0x0000e15d, 0x0000e15e, 0x0000e15f, + 0x0000e160, 0x0000e161, 0x0000e162, 0x0000e163, + 0x0000e164, 0x0000e165, 0x0000e166, 0x0000e167, + 0x0000e168, 0x0000e169, 0x0000e16a, 0x0000e16b, + 0x0000e16c, 0x0000e16d, 0x0000e16e, 0x0000e16f, + 0x0000e170, 0x0000e171, 0x0000e172, 0x0000e173, + 0x0000e174, 0x0000e175, 0x0000e176, 0x0000e177, + 0x0000e178, 0x0000e179, 0x0000e17a, 0x0000e17b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e17c, 0x0000e17d, + 0x0000e17e, 0x0000e17f, 0x0000e180, 0x0000e181, + 0x0000e182, 0x0000e183, 0x0000e184, 0x0000e185, + 0x0000e186, 0x0000e187, 0x0000e188, 0x0000e189, + 0x0000e18a, 0x0000e18b, 0x0000e18c, 0x0000e18d, + 0x0000e18e, 0x0000e18f, 0x0000e190, 0x0000e191, + 0x0000e192, 0x0000e193, 0x0000e194, 0x0000e195, + 0x0000e196, 0x0000e197, 0x0000e198, 0x0000e199, + 0x0000e19a, 0x0000e19b, 0x0000e19c, 0x0000e19d, + 0x0000e19e, 0x0000e19f, 0x0000e1a0, 0x0000e1a1, + 0x0000e1a2, 0x0000e1a3, 0x0000e1a4, 0x0000e1a5, + 0x0000e1a6, 0x0000e1a7, 0x0000e1a8, 0x0000e1a9, + 0x0000e1aa, 0x0000e1ab, 0x0000e1ac, 0x0000e1ad, + 0x0000e1ae, 0x0000e1af, 0x0000e1b0, 0x0000e1b1, + 0x0000e1b2, 0x0000e1b3, 0x0000e1b4, 0x0000e1b5, + 0x0000e1b6, 0x0000e1b7, 0x0000e1b8, 0x0000e1b9, + 0x0000e1ba, 0x0000e1bb, 0x0000e1bc, 0x0000e1bd, + 0x0000e1be, 0x0000e1bf, 0x0000e1c0, 0x0000e1c1, + 0x0000e1c2, 0x0000e1c3, 0x0000e1c4, 0x0000e1c5, + 0x0000e1c6, 0x0000e1c7, 0x0000e1c8, 0x0000e1c9, + 0x0000e1ca, 0x0000e1cb, 0x0000e1cc, 0x0000e1cd, + 0x0000e1ce, 0x0000e1cf, 0x0000e1d0, 0x0000e1d1, + 0x0000e1d2, 0x0000e1d3, 0x0000e1d4, 0x0000e1d5, + 0x0000e1d6, 0x0000e1d7, 0x0000e1d8, 0x0000e1d9, + 0x0000e1da, 0x0000e1db, 0x0000e1dc, 0x0000e1dd, + 0x0000e1de, 0x0000e1df, 0x0000e1e0, 0x0000e1e1, + 0x0000e1e2, 0x0000e1e3, 0x0000e1e4, 0x0000e1e5, + 0x0000e1e6, 0x0000e1e7, 0x0000e1e8, 0x0000e1e9, + 0x0000e1ea, 0x0000e1eb, 0x0000e1ec, 0x0000e1ed, + 0x0000e1ee, 0x0000e1ef, 0x0000e1f0, 0x0000e1f1, + 0x0000e1f2, 0x0000e1f3, 0x0000e1f4, 0x0000e1f5, + 0x0000e1f6, 0x0000e1f7, 0x0000e1f8, 0x0000e1f9, + 0x0000e1fa, 0x0000e1fb, 0x0000e1fc, 0x0000e1fd, + 0x0000e1fe, 0x0000e1ff, 0x0000e200, 0x0000e201, + 0x0000e202, 0x0000e203, 0x0000e204, 0x0000e205, + 0x0000e206, 0x0000e207, 0x0000e208, 0x0000e209, + 0x0000e20a, 0x0000e20b, 0x0000e20c, 0x0000e20d, + 0x0000e20e, 0x0000e20f, 0x0000e210, 0x0000e211, + 0x0000e212, 0x0000e213, 0x0000e214, 0x0000e215, + 0x0000e216, 0x0000e217, 0x0000e218, 0x0000e219, + 0x0000e21a, 0x0000e21b, 0x0000e21c, 0x0000e21d, + 0x0000e21e, 0x0000e21f, 0x0000e220, 0x0000e221, + 0x0000e222, 0x0000e223, 0x0000e224, 0x0000e225, + 0x0000e226, 0x0000e227, 0x0000e228, 0x0000e229, + 0x0000e22a, 0x0000e22b, 0x0000e22c, 0x0000e22d, + 0x0000e22e, 0x0000e22f, 0x0000e230, 0x0000e231, + 0x0000e232, 0x0000e233, 0x0000e234, 0x0000e235, + 0x0000e236, 0x0000e237, 0x0000e238, 0x0000e239, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e23a, 0x0000e23b, + 0x0000e23c, 0x0000e23d, 0x0000e23e, 0x0000e23f, + 0x0000e240, 0x0000e241, 0x0000e242, 0x0000e243, + 0x0000e244, 0x0000e245, 0x0000e246, 0x0000e247, + 0x0000e248, 0x0000e249, 0x0000e24a, 0x0000e24b, + 0x0000e24c, 0x0000e24d, 0x0000e24e, 0x0000e24f, + 0x0000e250, 0x0000e251, 0x0000e252, 0x0000e253, + 0x0000e254, 0x0000e255, 0x0000e256, 0x0000e257, + 0x0000e258, 0x0000e259, 0x0000e25a, 0x0000e25b, + 0x0000e25c, 0x0000e25d, 0x0000e25e, 0x0000e25f, + 0x0000e260, 0x0000e261, 0x0000e262, 0x0000e263, + 0x0000e264, 0x0000e265, 0x0000e266, 0x0000e267, + 0x0000e268, 0x0000e269, 0x0000e26a, 0x0000e26b, + 0x0000e26c, 0x0000e26d, 0x0000e26e, 0x0000e26f, + 0x0000e270, 0x0000e271, 0x0000e272, 0x0000e273, + 0x0000e274, 0x0000e275, 0x0000e276, 0x0000e277, + 0x0000e278, 0x0000e279, 0x0000e27a, 0x0000e27b, + 0x0000e27c, 0x0000e27d, 0x0000e27e, 0x0000e27f, + 0x0000e280, 0x0000e281, 0x0000e282, 0x0000e283, + 0x0000e284, 0x0000e285, 0x0000e286, 0x0000e287, + 0x0000e288, 0x0000e289, 0x0000e28a, 0x0000e28b, + 0x0000e28c, 0x0000e28d, 0x0000e28e, 0x0000e28f, + 0x0000e290, 0x0000e291, 0x0000e292, 0x0000e293, + 0x0000e294, 0x0000e295, 0x0000e296, 0x0000e297, + 0x0000e298, 0x0000e299, 0x0000e29a, 0x0000e29b, + 0x0000e29c, 0x0000e29d, 0x0000e29e, 0x0000e29f, + 0x0000e2a0, 0x0000e2a1, 0x0000e2a2, 0x0000e2a3, + 0x0000e2a4, 0x0000e2a5, 0x0000e2a6, 0x0000e2a7, + 0x0000e2a8, 0x0000e2a9, 0x0000e2aa, 0x0000e2ab, + 0x0000e2ac, 0x0000e2ad, 0x0000e2ae, 0x0000e2af, + 0x0000e2b0, 0x0000e2b1, 0x0000e2b2, 0x0000e2b3, + 0x0000e2b4, 0x0000e2b5, 0x0000e2b6, 0x0000e2b7, + 0x0000e2b8, 0x0000e2b9, 0x0000e2ba, 0x0000e2bb, + 0x0000e2bc, 0x0000e2bd, 0x0000e2be, 0x0000e2bf, + 0x0000e2c0, 0x0000e2c1, 0x0000e2c2, 0x0000e2c3, + 0x0000e2c4, 0x0000e2c5, 0x0000e2c6, 0x0000e2c7, + 0x0000e2c8, 0x0000e2c9, 0x0000e2ca, 0x0000e2cb, + 0x0000e2cc, 0x0000e2cd, 0x0000e2ce, 0x0000e2cf, + 0x0000e2d0, 0x0000e2d1, 0x0000e2d2, 0x0000e2d3, + 0x0000e2d4, 0x0000e2d5, 0x0000e2d6, 0x0000e2d7, + 0x0000e2d8, 0x0000e2d9, 0x0000e2da, 0x0000e2db, + 0x0000e2dc, 0x0000e2dd, 0x0000e2de, 0x0000e2df, + 0x0000e2e0, 0x0000e2e1, 0x0000e2e2, 0x0000e2e3, + 0x0000e2e4, 0x0000e2e5, 0x0000e2e6, 0x0000e2e7, + 0x0000e2e8, 0x0000e2e9, 0x0000e2ea, 0x0000e2eb, + 0x0000e2ec, 0x0000e2ed, 0x0000e2ee, 0x0000e2ef, + 0x0000e2f0, 0x0000e2f1, 0x0000e2f2, 0x0000e2f3, + 0x0000e2f4, 0x0000e2f5, 0x0000e2f6, 0x0000e2f7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e2f8, 0x0000e2f9, + 0x0000e2fa, 0x0000e2fb, 0x0000e2fc, 0x0000e2fd, + 0x0000e2fe, 0x0000e2ff, 0x0000e300, 0x0000e301, + 0x0000e302, 0x0000e303, 0x0000e304, 0x0000e305, + 0x0000e306, 0x0000e307, 0x0000e308, 0x0000e309, + 0x0000e30a, 0x0000e30b, 0x0000e30c, 0x0000e30d, + 0x0000e30e, 0x0000e30f, 0x0000e310, 0x0000e311, + 0x0000e312, 0x0000e313, 0x0000e314, 0x0000e315, + 0x0000e316, 0x0000e317, 0x0000e318, 0x0000e319, + 0x0000e31a, 0x0000e31b, 0x0000e31c, 0x0000e31d, + 0x0000e31e, 0x0000e31f, 0x0000e320, 0x0000e321, + 0x0000e322, 0x0000e323, 0x0000e324, 0x0000e325, + 0x0000e326, 0x0000e327, 0x0000e328, 0x0000e329, + 0x0000e32a, 0x0000e32b, 0x0000e32c, 0x0000e32d, + 0x0000e32e, 0x0000e32f, 0x0000e330, 0x0000e331, + 0x0000e332, 0x0000e333, 0x0000e334, 0x0000e335, + 0x0000e336, 0x0000e337, 0x0000e338, 0x0000e339, + 0x0000e33a, 0x0000e33b, 0x0000e33c, 0x0000e33d, + 0x0000e33e, 0x0000e33f, 0x0000e340, 0x0000e341, + 0x0000e342, 0x0000e343, 0x0000e344, 0x0000e345, + 0x0000e346, 0x0000e347, 0x0000e348, 0x0000e349, + 0x0000e34a, 0x0000e34b, 0x0000e34c, 0x0000e34d, + 0x0000e34e, 0x0000e34f, 0x0000e350, 0x0000e351, + 0x0000e352, 0x0000e353, 0x0000e354, 0x0000e355, + 0x0000e356, 0x0000e357, 0x0000e358, 0x0000e359, + 0x0000e35a, 0x0000e35b, 0x0000e35c, 0x0000e35d, + 0x0000e35e, 0x0000e35f, 0x0000e360, 0x0000e361, + 0x0000e362, 0x0000e363, 0x0000e364, 0x0000e365, + 0x0000e366, 0x0000e367, 0x0000e368, 0x0000e369, + 0x0000e36a, 0x0000e36b, 0x0000e36c, 0x0000e36d, + 0x0000e36e, 0x0000e36f, 0x0000e370, 0x0000e371, + 0x0000e372, 0x0000e373, 0x0000e374, 0x0000e375, + 0x0000e376, 0x0000e377, 0x0000e378, 0x0000e379, + 0x0000e37a, 0x0000e37b, 0x0000e37c, 0x0000e37d, + 0x0000e37e, 0x0000e37f, 0x0000e380, 0x0000e381, + 0x0000e382, 0x0000e383, 0x0000e384, 0x0000e385, + 0x0000e386, 0x0000e387, 0x0000e388, 0x0000e389, + 0x0000e38a, 0x0000e38b, 0x0000e38c, 0x0000e38d, + 0x0000e38e, 0x0000e38f, 0x0000e390, 0x0000e391, + 0x0000e392, 0x0000e393, 0x0000e394, 0x0000e395, + 0x0000e396, 0x0000e397, 0x0000e398, 0x0000e399, + 0x0000e39a, 0x0000e39b, 0x0000e39c, 0x0000e39d, + 0x0000e39e, 0x0000e39f, 0x0000e3a0, 0x0000e3a1, + 0x0000e3a2, 0x0000e3a3, 0x0000e3a4, 0x0000e3a5, + 0x0000e3a6, 0x0000e3a7, 0x0000e3a8, 0x0000e3a9, + 0x0000e3aa, 0x0000e3ab, 0x0000e3ac, 0x0000e3ad, + 0x0000e3ae, 0x0000e3af, 0x0000e3b0, 0x0000e3b1, + 0x0000e3b2, 0x0000e3b3, 0x0000e3b4, 0x0000e3b5, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e3b6, 0x0000e3b7, + 0x0000e3b8, 0x0000e3b9, 0x0000e3ba, 0x0000e3bb, + 0x0000e3bc, 0x0000e3bd, 0x0000e3be, 0x0000e3bf, + 0x0000e3c0, 0x0000e3c1, 0x0000e3c2, 0x0000e3c3, + 0x0000e3c4, 0x0000e3c5, 0x0000e3c6, 0x0000e3c7, + 0x0000e3c8, 0x0000e3c9, 0x0000e3ca, 0x0000e3cb, + 0x0000e3cc, 0x0000e3cd, 0x0000e3ce, 0x0000e3cf, + 0x0000e3d0, 0x0000e3d1, 0x0000e3d2, 0x0000e3d3, + 0x0000e3d4, 0x0000e3d5, 0x0000e3d6, 0x0000e3d7, + 0x0000e3d8, 0x0000e3d9, 0x0000e3da, 0x0000e3db, + 0x0000e3dc, 0x0000e3dd, 0x0000e3de, 0x0000e3df, + 0x0000e3e0, 0x0000e3e1, 0x0000e3e2, 0x0000e3e3, + 0x0000e3e4, 0x0000e3e5, 0x0000e3e6, 0x0000e3e7, + 0x0000e3e8, 0x0000e3e9, 0x0000e3ea, 0x0000e3eb, + 0x0000e3ec, 0x0000e3ed, 0x0000e3ee, 0x0000e3ef, + 0x0000e3f0, 0x0000e3f1, 0x0000e3f2, 0x0000e3f3, + 0x0000e3f4, 0x0000e3f5, 0x0000e3f6, 0x0000e3f7, + 0x0000e3f8, 0x0000e3f9, 0x0000e3fa, 0x0000e3fb, + 0x0000e3fc, 0x0000e3fd, 0x0000e3fe, 0x0000e3ff, + 0x0000e400, 0x0000e401, 0x0000e402, 0x0000e403, + 0x0000e404, 0x0000e405, 0x0000e406, 0x0000e407, + 0x0000e408, 0x0000e409, 0x0000e40a, 0x0000e40b, + 0x0000e40c, 0x0000e40d, 0x0000e40e, 0x0000e40f, + 0x0000e410, 0x0000e411, 0x0000e412, 0x0000e413, + 0x0000e414, 0x0000e415, 0x0000e416, 0x0000e417, + 0x0000e418, 0x0000e419, 0x0000e41a, 0x0000e41b, + 0x0000e41c, 0x0000e41d, 0x0000e41e, 0x0000e41f, + 0x0000e420, 0x0000e421, 0x0000e422, 0x0000e423, + 0x0000e424, 0x0000e425, 0x0000e426, 0x0000e427, + 0x0000e428, 0x0000e429, 0x0000e42a, 0x0000e42b, + 0x0000e42c, 0x0000e42d, 0x0000e42e, 0x0000e42f, + 0x0000e430, 0x0000e431, 0x0000e432, 0x0000e433, + 0x0000e434, 0x0000e435, 0x0000e436, 0x0000e437, + 0x0000e438, 0x0000e439, 0x0000e43a, 0x0000e43b, + 0x0000e43c, 0x0000e43d, 0x0000e43e, 0x0000e43f, + 0x0000e440, 0x0000e441, 0x0000e442, 0x0000e443, + 0x0000e444, 0x0000e445, 0x0000e446, 0x0000e447, + 0x0000e448, 0x0000e449, 0x0000e44a, 0x0000e44b, + 0x0000e44c, 0x0000e44d, 0x0000e44e, 0x0000e44f, + 0x0000e450, 0x0000e451, 0x0000e452, 0x0000e453, + 0x0000e454, 0x0000e455, 0x0000e456, 0x0000e457, + 0x0000e458, 0x0000e459, 0x0000e45a, 0x0000e45b, + 0x0000e45c, 0x0000e45d, 0x0000e45e, 0x0000e45f, + 0x0000e460, 0x0000e461, 0x0000e462, 0x0000e463, + 0x0000e464, 0x0000e465, 0x0000e466, 0x0000e467, + 0x0000e468, 0x0000e469, 0x0000e46a, 0x0000e46b, + 0x0000e46c, 0x0000e46d, 0x0000e46e, 0x0000e46f, + 0x0000e470, 0x0000e471, 0x0000e472, 0x0000e473, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e474, 0x0000e475, + 0x0000e476, 0x0000e477, 0x0000e478, 0x0000e479, + 0x0000e47a, 0x0000e47b, 0x0000e47c, 0x0000e47d, + 0x0000e47e, 0x0000e47f, 0x0000e480, 0x0000e481, + 0x0000e482, 0x0000e483, 0x0000e484, 0x0000e485, + 0x0000e486, 0x0000e487, 0x0000e488, 0x0000e489, + 0x0000e48a, 0x0000e48b, 0x0000e48c, 0x0000e48d, + 0x0000e48e, 0x0000e48f, 0x0000e490, 0x0000e491, + 0x0000e492, 0x0000e493, 0x0000e494, 0x0000e495, + 0x0000e496, 0x0000e497, 0x0000e498, 0x0000e499, + 0x0000e49a, 0x0000e49b, 0x0000e49c, 0x0000e49d, + 0x0000e49e, 0x0000e49f, 0x0000e4a0, 0x0000e4a1, + 0x0000e4a2, 0x0000e4a3, 0x0000e4a4, 0x0000e4a5, + 0x0000e4a6, 0x0000e4a7, 0x0000e4a8, 0x0000e4a9, + 0x0000e4aa, 0x0000e4ab, 0x0000e4ac, 0x0000e4ad, + 0x0000e4ae, 0x0000e4af, 0x0000e4b0, 0x0000e4b1, + 0x0000e4b2, 0x0000e4b3, 0x0000e4b4, 0x0000e4b5, + 0x0000e4b6, 0x0000e4b7, 0x0000e4b8, 0x0000e4b9, + 0x0000e4ba, 0x0000e4bb, 0x0000e4bc, 0x0000e4bd, + 0x0000e4be, 0x0000e4bf, 0x0000e4c0, 0x0000e4c1, + 0x0000e4c2, 0x0000e4c3, 0x0000e4c4, 0x0000e4c5, + 0x0000e4c6, 0x0000e4c7, 0x0000e4c8, 0x0000e4c9, + 0x0000e4ca, 0x0000e4cb, 0x0000e4cc, 0x0000e4cd, + 0x0000e4ce, 0x0000e4cf, 0x0000e4d0, 0x0000e4d1, + 0x0000e4d2, 0x0000e4d3, 0x0000e4d4, 0x0000e4d5, + 0x0000e4d6, 0x0000e4d7, 0x0000e4d8, 0x0000e4d9, + 0x0000e4da, 0x0000e4db, 0x0000e4dc, 0x0000e4dd, + 0x0000e4de, 0x0000e4df, 0x0000e4e0, 0x0000e4e1, + 0x0000e4e2, 0x0000e4e3, 0x0000e4e4, 0x0000e4e5, + 0x0000e4e6, 0x0000e4e7, 0x0000e4e8, 0x0000e4e9, + 0x0000e4ea, 0x0000e4eb, 0x0000e4ec, 0x0000e4ed, + 0x0000e4ee, 0x0000e4ef, 0x0000e4f0, 0x0000e4f1, + 0x0000e4f2, 0x0000e4f3, 0x0000e4f4, 0x0000e4f5, + 0x0000e4f6, 0x0000e4f7, 0x0000e4f8, 0x0000e4f9, + 0x0000e4fa, 0x0000e4fb, 0x0000e4fc, 0x0000e4fd, + 0x0000e4fe, 0x0000e4ff, 0x0000e500, 0x0000e501, + 0x0000e502, 0x0000e503, 0x0000e504, 0x0000e505, + 0x0000e506, 0x0000e507, 0x0000e508, 0x0000e509, + 0x0000e50a, 0x0000e50b, 0x0000e50c, 0x0000e50d, + 0x0000e50e, 0x0000e50f, 0x0000e510, 0x0000e511, + 0x0000e512, 0x0000e513, 0x0000e514, 0x0000e515, + 0x0000e516, 0x0000e517, 0x0000e518, 0x0000e519, + 0x0000e51a, 0x0000e51b, 0x0000e51c, 0x0000e51d, + 0x0000e51e, 0x0000e51f, 0x0000e520, 0x0000e521, + 0x0000e522, 0x0000e523, 0x0000e524, 0x0000e525, + 0x0000e526, 0x0000e527, 0x0000e528, 0x0000e529, + 0x0000e52a, 0x0000e52b, 0x0000e52c, 0x0000e52d, + 0x0000e52e, 0x0000e52f, 0x0000e530, 0x0000e531, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e532, 0x0000e533, + 0x0000e534, 0x0000e535, 0x0000e536, 0x0000e537, + 0x0000e538, 0x0000e539, 0x0000e53a, 0x0000e53b, + 0x0000e53c, 0x0000e53d, 0x0000e53e, 0x0000e53f, + 0x0000e540, 0x0000e541, 0x0000e542, 0x0000e543, + 0x0000e544, 0x0000e545, 0x0000e546, 0x0000e547, + 0x0000e548, 0x0000e549, 0x0000e54a, 0x0000e54b, + 0x0000e54c, 0x0000e54d, 0x0000e54e, 0x0000e54f, + 0x0000e550, 0x0000e551, 0x0000e552, 0x0000e553, + 0x0000e554, 0x0000e555, 0x0000e556, 0x0000e557, + 0x0000e558, 0x0000e559, 0x0000e55a, 0x0000e55b, + 0x0000e55c, 0x0000e55d, 0x0000e55e, 0x0000e55f, + 0x0000e560, 0x0000e561, 0x0000e562, 0x0000e563, + 0x0000e564, 0x0000e565, 0x0000e566, 0x0000e567, + 0x0000e568, 0x0000e569, 0x0000e56a, 0x0000e56b, + 0x0000e56c, 0x0000e56d, 0x0000e56e, 0x0000e56f, + 0x0000e570, 0x0000e571, 0x0000e572, 0x0000e573, + 0x0000e574, 0x0000e575, 0x0000e576, 0x0000e577, + 0x0000e578, 0x0000e579, 0x0000e57a, 0x0000e57b, + 0x0000e57c, 0x0000e57d, 0x0000e57e, 0x0000e57f, + 0x0000e580, 0x0000e581, 0x0000e582, 0x0000e583, + 0x0000e584, 0x0000e585, 0x0000e586, 0x0000e587, + 0x0000e588, 0x0000e589, 0x0000e58a, 0x0000e58b, + 0x0000e58c, 0x0000e58d, 0x0000e58e, 0x0000e58f, + 0x0000e590, 0x0000e591, 0x0000e592, 0x0000e593, + 0x0000e594, 0x0000e595, 0x0000e596, 0x0000e597, + 0x0000e598, 0x0000e599, 0x0000e59a, 0x0000e59b, + 0x0000e59c, 0x0000e59d, 0x0000e59e, 0x0000e59f, + 0x0000e5a0, 0x0000e5a1, 0x0000e5a2, 0x0000e5a3, + 0x0000e5a4, 0x0000e5a5, 0x0000e5a6, 0x0000e5a7, + 0x0000e5a8, 0x0000e5a9, 0x0000e5aa, 0x0000e5ab, + 0x0000e5ac, 0x0000e5ad, 0x0000e5ae, 0x0000e5af, + 0x0000e5b0, 0x0000e5b1, 0x0000e5b2, 0x0000e5b3, + 0x0000e5b4, 0x0000e5b5, 0x0000e5b6, 0x0000e5b7, + 0x0000e5b8, 0x0000e5b9, 0x0000e5ba, 0x0000e5bb, + 0x0000e5bc, 0x0000e5bd, 0x0000e5be, 0x0000e5bf, + 0x0000e5c0, 0x0000e5c1, 0x0000e5c2, 0x0000e5c3, + 0x0000e5c4, 0x0000e5c5, 0x0000e5c6, 0x0000e5c7, + 0x0000e5c8, 0x0000e5c9, 0x0000e5ca, 0x0000e5cb, + 0x0000e5cc, 0x0000e5cd, 0x0000e5ce, 0x0000e5cf, + 0x0000e5d0, 0x0000e5d1, 0x0000e5d2, 0x0000e5d3, + 0x0000e5d4, 0x0000e5d5, 0x0000e5d6, 0x0000e5d7, + 0x0000e5d8, 0x0000e5d9, 0x0000e5da, 0x0000e5db, + 0x0000e5dc, 0x0000e5dd, 0x0000e5de, 0x0000e5df, + 0x0000e5e0, 0x0000e5e1, 0x0000e5e2, 0x0000e5e3, + 0x0000e5e4, 0x0000e5e5, 0x0000e5e6, 0x0000e5e7, + 0x0000e5e8, 0x0000e5e9, 0x0000e5ea, 0x0000e5eb, + 0x0000e5ec, 0x0000e5ed, 0x0000e5ee, 0x0000e5ef, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e5f0, 0x0000e5f1, + 0x0000e5f2, 0x0000e5f3, 0x0000e5f4, 0x0000e5f5, + 0x0000e5f6, 0x0000e5f7, 0x0000e5f8, 0x0000e5f9, + 0x0000e5fa, 0x0000e5fb, 0x0000e5fc, 0x0000e5fd, + 0x0000e5fe, 0x0000e5ff, 0x0000e600, 0x0000e601, + 0x0000e602, 0x0000e603, 0x0000e604, 0x0000e605, + 0x0000e606, 0x0000e607, 0x0000e608, 0x0000e609, + 0x0000e60a, 0x0000e60b, 0x0000e60c, 0x0000e60d, + 0x0000e60e, 0x0000e60f, 0x0000e610, 0x0000e611, + 0x0000e612, 0x0000e613, 0x0000e614, 0x0000e615, + 0x0000e616, 0x0000e617, 0x0000e618, 0x0000e619, + 0x0000e61a, 0x0000e61b, 0x0000e61c, 0x0000e61d, + 0x0000e61e, 0x0000e61f, 0x0000e620, 0x0000e621, + 0x0000e622, 0x0000e623, 0x0000e624, 0x0000e625, + 0x0000e626, 0x0000e627, 0x0000e628, 0x0000e629, + 0x0000e62a, 0x0000e62b, 0x0000e62c, 0x0000e62d, + 0x0000e62e, 0x0000e62f, 0x0000e630, 0x0000e631, + 0x0000e632, 0x0000e633, 0x0000e634, 0x0000e635, + 0x0000e636, 0x0000e637, 0x0000e638, 0x0000e639, + 0x0000e63a, 0x0000e63b, 0x0000e63c, 0x0000e63d, + 0x0000e63e, 0x0000e63f, 0x0000e640, 0x0000e641, + 0x0000e642, 0x0000e643, 0x0000e644, 0x0000e645, + 0x0000e646, 0x0000e647, 0x0000e648, 0x0000e649, + 0x0000e64a, 0x0000e64b, 0x0000e64c, 0x0000e64d, + 0x0000e64e, 0x0000e64f, 0x0000e650, 0x0000e651, + 0x0000e652, 0x0000e653, 0x0000e654, 0x0000e655, + 0x0000e656, 0x0000e657, 0x0000e658, 0x0000e659, + 0x0000e65a, 0x0000e65b, 0x0000e65c, 0x0000e65d, + 0x0000e65e, 0x0000e65f, 0x0000e660, 0x0000e661, + 0x0000e662, 0x0000e663, 0x0000e664, 0x0000e665, + 0x0000e666, 0x0000e667, 0x0000e668, 0x0000e669, + 0x0000e66a, 0x0000e66b, 0x0000e66c, 0x0000e66d, + 0x0000e66e, 0x0000e66f, 0x0000e670, 0x0000e671, + 0x0000e672, 0x0000e673, 0x0000e674, 0x0000e675, + 0x0000e676, 0x0000e677, 0x0000e678, 0x0000e679, + 0x0000e67a, 0x0000e67b, 0x0000e67c, 0x0000e67d, + 0x0000e67e, 0x0000e67f, 0x0000e680, 0x0000e681, + 0x0000e682, 0x0000e683, 0x0000e684, 0x0000e685, + 0x0000e686, 0x0000e687, 0x0000e688, 0x0000e689, + 0x0000e68a, 0x0000e68b, 0x0000e68c, 0x0000e68d, + 0x0000e68e, 0x0000e68f, 0x0000e690, 0x0000e691, + 0x0000e692, 0x0000e693, 0x0000e694, 0x0000e695, + 0x0000e696, 0x0000e697, 0x0000e698, 0x0000e699, + 0x0000e69a, 0x0000e69b, 0x0000e69c, 0x0000e69d, + 0x0000e69e, 0x0000e69f, 0x0000e6a0, 0x0000e6a1, + 0x0000e6a2, 0x0000e6a3, 0x0000e6a4, 0x0000e6a5, + 0x0000e6a6, 0x0000e6a7, 0x0000e6a8, 0x0000e6a9, + 0x0000e6aa, 0x0000e6ab, 0x0000e6ac, 0x0000e6ad, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e6ae, 0x0000e6af, + 0x0000e6b0, 0x0000e6b1, 0x0000e6b2, 0x0000e6b3, + 0x0000e6b4, 0x0000e6b5, 0x0000e6b6, 0x0000e6b7, + 0x0000e6b8, 0x0000e6b9, 0x0000e6ba, 0x0000e6bb, + 0x0000e6bc, 0x0000e6bd, 0x0000e6be, 0x0000e6bf, + 0x0000e6c0, 0x0000e6c1, 0x0000e6c2, 0x0000e6c3, + 0x0000e6c4, 0x0000e6c5, 0x0000e6c6, 0x0000e6c7, + 0x0000e6c8, 0x0000e6c9, 0x0000e6ca, 0x0000e6cb, + 0x0000e6cc, 0x0000e6cd, 0x0000e6ce, 0x0000e6cf, + 0x0000e6d0, 0x0000e6d1, 0x0000e6d2, 0x0000e6d3, + 0x0000e6d4, 0x0000e6d5, 0x0000e6d6, 0x0000e6d7, + 0x0000e6d8, 0x0000e6d9, 0x0000e6da, 0x0000e6db, + 0x0000e6dc, 0x0000e6dd, 0x0000e6de, 0x0000e6df, + 0x0000e6e0, 0x0000e6e1, 0x0000e6e2, 0x0000e6e3, + 0x0000e6e4, 0x0000e6e5, 0x0000e6e6, 0x0000e6e7, + 0x0000e6e8, 0x0000e6e9, 0x0000e6ea, 0x0000e6eb, + 0x0000e6ec, 0x0000e6ed, 0x0000e6ee, 0x0000e6ef, + 0x0000e6f0, 0x0000e6f1, 0x0000e6f2, 0x0000e6f3, + 0x0000e6f4, 0x0000e6f5, 0x0000e6f6, 0x0000e6f7, + 0x0000e6f8, 0x0000e6f9, 0x0000e6fa, 0x0000e6fb, + 0x0000e6fc, 0x0000e6fd, 0x0000e6fe, 0x0000e6ff, + 0x0000e700, 0x0000e701, 0x0000e702, 0x0000e703, + 0x0000e704, 0x0000e705, 0x0000e706, 0x0000e707, + 0x0000e708, 0x0000e709, 0x0000e70a, 0x0000e70b, + 0x0000e70c, 0x0000e70d, 0x0000e70e, 0x0000e70f, + 0x0000e710, 0x0000e711, 0x0000e712, 0x0000e713, + 0x0000e714, 0x0000e715, 0x0000e716, 0x0000e717, + 0x0000e718, 0x0000e719, 0x0000e71a, 0x0000e71b, + 0x0000e71c, 0x0000e71d, 0x0000e71e, 0x0000e71f, + 0x0000e720, 0x0000e721, 0x0000e722, 0x0000e723, + 0x0000e724, 0x0000e725, 0x0000e726, 0x0000e727, + 0x0000e728, 0x0000e729, 0x0000e72a, 0x0000e72b, + 0x0000e72c, 0x0000e72d, 0x0000e72e, 0x0000e72f, + 0x0000e730, 0x0000e731, 0x0000e732, 0x0000e733, + 0x0000e734, 0x0000e735, 0x0000e736, 0x0000e737, + 0x0000e738, 0x0000e739, 0x0000e73a, 0x0000e73b, + 0x0000e73c, 0x0000e73d, 0x0000e73e, 0x0000e73f, + 0x0000e740, 0x0000e741, 0x0000e742, 0x0000e743, + 0x0000e744, 0x0000e745, 0x0000e746, 0x0000e747, + 0x0000e748, 0x0000e749, 0x0000e74a, 0x0000e74b, + 0x0000e74c, 0x0000e74d, 0x0000e74e, 0x0000e74f, + 0x0000e750, 0x0000e751, 0x0000e752, 0x0000e753, + 0x0000e754, 0x0000e755, 0x0000e756, 0x0000e757, + 0x0000e758, 0x0000e759, 0x0000e75a, 0x0000e75b, + 0x0000e75c, 0x0000e75d, 0x0000e75e, 0x0000e75f, + 0x0000e760, 0x0000e761, 0x0000e762, 0x0000e763, + 0x0000e764, 0x0000e765, 0x0000e766, 0x0000e767, + 0x0000e768, 0x0000e769, 0x0000e76a, 0x0000e76b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e76c, 0x0000e76d, + 0x0000e76e, 0x0000e76f, 0x0000e770, 0x0000e771, + 0x0000e772, 0x0000e773, 0x0000e774, 0x0000e775, + 0x0000e776, 0x0000e777, 0x0000e778, 0x0000e779, + 0x0000e77a, 0x0000e77b, 0x0000e77c, 0x0000e77d, + 0x0000e77e, 0x0000e77f, 0x0000e780, 0x0000e781, + 0x0000e782, 0x0000e783, 0x0000e784, 0x0000e785, + 0x0000e786, 0x0000e787, 0x0000e788, 0x0000e789, + 0x0000e78a, 0x0000e78b, 0x0000e78c, 0x0000e78d, + 0x0000e78e, 0x0000e78f, 0x0000e790, 0x0000e791, + 0x0000e792, 0x0000e793, 0x0000e794, 0x0000e795, + 0x0000e796, 0x0000e797, 0x0000e798, 0x0000e799, + 0x0000e79a, 0x0000e79b, 0x0000e79c, 0x0000e79d, + 0x0000e79e, 0x0000e79f, 0x0000e7a0, 0x0000e7a1, + 0x0000e7a2, 0x0000e7a3, 0x0000e7a4, 0x0000e7a5, + 0x0000e7a6, 0x0000e7a7, 0x0000e7a8, 0x0000e7a9, + 0x0000e7aa, 0x0000e7ab, 0x0000e7ac, 0x0000e7ad, + 0x0000e7ae, 0x0000e7af, 0x0000e7b0, 0x0000e7b1, + 0x0000e7b2, 0x0000e7b3, 0x0000e7b4, 0x0000e7b5, + 0x0000e7b6, 0x0000e7b7, 0x0000e7b8, 0x0000e7b9, + 0x0000e7ba, 0x0000e7bb, 0x0000e7bc, 0x0000e7bd, + 0x0000e7be, 0x0000e7bf, 0x0000e7c0, 0x0000e7c1, + 0x0000e7c2, 0x0000e7c3, 0x0000e7c4, 0x0000e7c5, + 0x0000e7c6, 0x0000e7c7, 0x0000e7c8, 0x0000e7c9, + 0x0000e7ca, 0x0000e7cb, 0x0000e7cc, 0x0000e7cd, + 0x0000e7ce, 0x0000e7cf, 0x0000e7d0, 0x0000e7d1, + 0x0000e7d2, 0x0000e7d3, 0x0000e7d4, 0x0000e7d5, + 0x0000e7d6, 0x0000e7d7, 0x0000e7d8, 0x0000e7d9, + 0x0000e7da, 0x0000e7db, 0x0000e7dc, 0x0000e7dd, + 0x0000e7de, 0x0000e7df, 0x0000e7e0, 0x0000e7e1, + 0x0000e7e2, 0x0000e7e3, 0x0000e7e4, 0x0000e7e5, + 0x0000e7e6, 0x0000e7e7, 0x0000e7e8, 0x0000e7e9, + 0x0000e7ea, 0x0000e7eb, 0x0000e7ec, 0x0000e7ed, + 0x0000e7ee, 0x0000e7ef, 0x0000e7f0, 0x0000e7f1, + 0x0000e7f2, 0x0000e7f3, 0x0000e7f4, 0x0000e7f5, + 0x0000e7f6, 0x0000e7f7, 0x0000e7f8, 0x0000e7f9, + 0x0000e7fa, 0x0000e7fb, 0x0000e7fc, 0x0000e7fd, + 0x0000e7fe, 0x0000e7ff, 0x0000e800, 0x0000e801, + 0x0000e802, 0x0000e803, 0x0000e804, 0x0000e805, + 0x0000e806, 0x0000e807, 0x0000e808, 0x0000e809, + 0x0000e80a, 0x0000e80b, 0x0000e80c, 0x0000e80d, + 0x0000e80e, 0x0000e80f, 0x0000e810, 0x0000e811, + 0x0000e812, 0x0000e813, 0x0000e814, 0x0000e815, + 0x0000e816, 0x0000e817, 0x0000e818, 0x0000e819, + 0x0000e81a, 0x0000e81b, 0x0000e81c, 0x0000e81d, + 0x0000e81e, 0x0000e81f, 0x0000e820, 0x0000e821, + 0x0000e822, 0x0000e823, 0x0000e824, 0x0000e825, + 0x0000e826, 0x0000e827, 0x0000e828, 0x0000e829, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e82a, 0x0000e82b, + 0x0000e82c, 0x0000e82d, 0x0000e82e, 0x0000e82f, + 0x0000e830, 0x0000e831, 0x0000e832, 0x0000e833, + 0x0000e834, 0x0000e835, 0x0000e836, 0x0000e837, + 0x0000e838, 0x0000e839, 0x0000e83a, 0x0000e83b, + 0x0000e83c, 0x0000e83d, 0x0000e83e, 0x0000e83f, + 0x0000e840, 0x0000e841, 0x0000e842, 0x0000e843, + 0x0000e844, 0x0000e845, 0x0000e846, 0x0000e847, + 0x0000e848, 0x0000e849, 0x0000e84a, 0x0000e84b, + 0x0000e84c, 0x0000e84d, 0x0000e84e, 0x0000e84f, + 0x0000e850, 0x0000e851, 0x0000e852, 0x0000e853, + 0x0000e854, 0x0000e855, 0x0000e856, 0x0000e857, + 0x0000e858, 0x0000e859, 0x0000e85a, 0x0000e85b, + 0x0000e85c, 0x0000e85d, 0x0000e85e, 0x0000e85f, + 0x0000e860, 0x0000e861, 0x0000e862, 0x0000e863, + 0x0000e864, 0x0000e865, 0x0000e866, 0x0000e867, + 0x0000e868, 0x0000e869, 0x0000e86a, 0x0000e86b, + 0x0000e86c, 0x0000e86d, 0x0000e86e, 0x0000e86f, + 0x0000e870, 0x0000e871, 0x0000e872, 0x0000e873, + 0x0000e874, 0x0000e875, 0x0000e876, 0x0000e877, + 0x0000e878, 0x0000e879, 0x0000e87a, 0x0000e87b, + 0x0000e87c, 0x0000e87d, 0x0000e87e, 0x0000e87f, + 0x0000e880, 0x0000e881, 0x0000e882, 0x0000e883, + 0x0000e884, 0x0000e885, 0x0000e886, 0x0000e887, + 0x0000e888, 0x0000e889, 0x0000e88a, 0x0000e88b, + 0x0000e88c, 0x0000e88d, 0x0000e88e, 0x0000e88f, + 0x0000e890, 0x0000e891, 0x0000e892, 0x0000e893, + 0x0000e894, 0x0000e895, 0x0000e896, 0x0000e897, + 0x0000e898, 0x0000e899, 0x0000e89a, 0x0000e89b, + 0x0000e89c, 0x0000e89d, 0x0000e89e, 0x0000e89f, + 0x0000e8a0, 0x0000e8a1, 0x0000e8a2, 0x0000e8a3, + 0x0000e8a4, 0x0000e8a5, 0x0000e8a6, 0x0000e8a7, + 0x0000e8a8, 0x0000e8a9, 0x0000e8aa, 0x0000e8ab, + 0x0000e8ac, 0x0000e8ad, 0x0000e8ae, 0x0000e8af, + 0x0000e8b0, 0x0000e8b1, 0x0000e8b2, 0x0000e8b3, + 0x0000e8b4, 0x0000e8b5, 0x0000e8b6, 0x0000e8b7, + 0x0000e8b8, 0x0000e8b9, 0x0000e8ba, 0x0000e8bb, + 0x0000e8bc, 0x0000e8bd, 0x0000e8be, 0x0000e8bf, + 0x0000e8c0, 0x0000e8c1, 0x0000e8c2, 0x0000e8c3, + 0x0000e8c4, 0x0000e8c5, 0x0000e8c6, 0x0000e8c7, + 0x0000e8c8, 0x0000e8c9, 0x0000e8ca, 0x0000e8cb, + 0x0000e8cc, 0x0000e8cd, 0x0000e8ce, 0x0000e8cf, + 0x0000e8d0, 0x0000e8d1, 0x0000e8d2, 0x0000e8d3, + 0x0000e8d4, 0x0000e8d5, 0x0000e8d6, 0x0000e8d7, + 0x0000e8d8, 0x0000e8d9, 0x0000e8da, 0x0000e8db, + 0x0000e8dc, 0x0000e8dd, 0x0000e8de, 0x0000e8df, + 0x0000e8e0, 0x0000e8e1, 0x0000e8e2, 0x0000e8e3, + 0x0000e8e4, 0x0000e8e5, 0x0000e8e6, 0x0000e8e7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e8e8, 0x0000e8e9, + 0x0000e8ea, 0x0000e8eb, 0x0000e8ec, 0x0000e8ed, + 0x0000e8ee, 0x0000e8ef, 0x0000e8f0, 0x0000e8f1, + 0x0000e8f2, 0x0000e8f3, 0x0000e8f4, 0x0000e8f5, + 0x0000e8f6, 0x0000e8f7, 0x0000e8f8, 0x0000e8f9, + 0x0000e8fa, 0x0000e8fb, 0x0000e8fc, 0x0000e8fd, + 0x0000e8fe, 0x0000e8ff, 0x0000e900, 0x0000e901, + 0x0000e902, 0x0000e903, 0x0000e904, 0x0000e905, + 0x0000e906, 0x0000e907, 0x0000e908, 0x0000e909, + 0x0000e90a, 0x0000e90b, 0x0000e90c, 0x0000e90d, + 0x0000e90e, 0x0000e90f, 0x0000e910, 0x0000e911, + 0x0000e912, 0x0000e913, 0x0000e914, 0x0000e915, + 0x0000e916, 0x0000e917, 0x0000e918, 0x0000e919, + 0x0000e91a, 0x0000e91b, 0x0000e91c, 0x0000e91d, + 0x0000e91e, 0x0000e91f, 0x0000e920, 0x0000e921, + 0x0000e922, 0x0000e923, 0x0000e924, 0x0000e925, + 0x0000e926, 0x0000e927, 0x0000e928, 0x0000e929, + 0x0000e92a, 0x0000e92b, 0x0000e92c, 0x0000e92d, + 0x0000e92e, 0x0000e92f, 0x0000e930, 0x0000e931, + 0x0000e932, 0x0000e933, 0x0000e934, 0x0000e935, + 0x0000e936, 0x0000e937, 0x0000e938, 0x0000e939, + 0x0000e93a, 0x0000e93b, 0x0000e93c, 0x0000e93d, + 0x0000e93e, 0x0000e93f, 0x0000e940, 0x0000e941, + 0x0000e942, 0x0000e943, 0x0000e944, 0x0000e945, + 0x0000e946, 0x0000e947, 0x0000e948, 0x0000e949, + 0x0000e94a, 0x0000e94b, 0x0000e94c, 0x0000e94d, + 0x0000e94e, 0x0000e94f, 0x0000e950, 0x0000e951, + 0x0000e952, 0x0000e953, 0x0000e954, 0x0000e955, + 0x0000e956, 0x0000e957, 0x0000e958, 0x0000e959, + 0x0000e95a, 0x0000e95b, 0x0000e95c, 0x0000e95d, + 0x0000e95e, 0x0000e95f, 0x0000e960, 0x0000e961, + 0x0000e962, 0x0000e963, 0x0000e964, 0x0000e965, + 0x0000e966, 0x0000e967, 0x0000e968, 0x0000e969, + 0x0000e96a, 0x0000e96b, 0x0000e96c, 0x0000e96d, + 0x0000e96e, 0x0000e96f, 0x0000e970, 0x0000e971, + 0x0000e972, 0x0000e973, 0x0000e974, 0x0000e975, + 0x0000e976, 0x0000e977, 0x0000e978, 0x0000e979, + 0x0000e97a, 0x0000e97b, 0x0000e97c, 0x0000e97d, + 0x0000e97e, 0x0000e97f, 0x0000e980, 0x0000e981, + 0x0000e982, 0x0000e983, 0x0000e984, 0x0000e985, + 0x0000e986, 0x0000e987, 0x0000e988, 0x0000e989, + 0x0000e98a, 0x0000e98b, 0x0000e98c, 0x0000e98d, + 0x0000e98e, 0x0000e98f, 0x0000e990, 0x0000e991, + 0x0000e992, 0x0000e993, 0x0000e994, 0x0000e995, + 0x0000e996, 0x0000e997, 0x0000e998, 0x0000e999, + 0x0000e99a, 0x0000e99b, 0x0000e99c, 0x0000e99d, + 0x0000e99e, 0x0000e99f, 0x0000e9a0, 0x0000e9a1, + 0x0000e9a2, 0x0000e9a3, 0x0000e9a4, 0x0000e9a5, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e9a6, 0x0000e9a7, + 0x0000e9a8, 0x0000e9a9, 0x0000e9aa, 0x0000e9ab, + 0x0000e9ac, 0x0000e9ad, 0x0000e9ae, 0x0000e9af, + 0x0000e9b0, 0x0000e9b1, 0x0000e9b2, 0x0000e9b3, + 0x0000e9b4, 0x0000e9b5, 0x0000e9b6, 0x0000e9b7, + 0x0000e9b8, 0x0000e9b9, 0x0000e9ba, 0x0000e9bb, + 0x0000e9bc, 0x0000e9bd, 0x0000e9be, 0x0000e9bf, + 0x0000e9c0, 0x0000e9c1, 0x0000e9c2, 0x0000e9c3, + 0x0000e9c4, 0x0000e9c5, 0x0000e9c6, 0x0000e9c7, + 0x0000e9c8, 0x0000e9c9, 0x0000e9ca, 0x0000e9cb, + 0x0000e9cc, 0x0000e9cd, 0x0000e9ce, 0x0000e9cf, + 0x0000e9d0, 0x0000e9d1, 0x0000e9d2, 0x0000e9d3, + 0x0000e9d4, 0x0000e9d5, 0x0000e9d6, 0x0000e9d7, + 0x0000e9d8, 0x0000e9d9, 0x0000e9da, 0x0000e9db, + 0x0000e9dc, 0x0000e9dd, 0x0000e9de, 0x0000e9df, + 0x0000e9e0, 0x0000e9e1, 0x0000e9e2, 0x0000e9e3, + 0x0000e9e4, 0x0000e9e5, 0x0000e9e6, 0x0000e9e7, + 0x0000e9e8, 0x0000e9e9, 0x0000e9ea, 0x0000e9eb, + 0x0000e9ec, 0x0000e9ed, 0x0000e9ee, 0x0000e9ef, + 0x0000e9f0, 0x0000e9f1, 0x0000e9f2, 0x0000e9f3, + 0x0000e9f4, 0x0000e9f5, 0x0000e9f6, 0x0000e9f7, + 0x0000e9f8, 0x0000e9f9, 0x0000e9fa, 0x0000e9fb, + 0x0000e9fc, 0x0000e9fd, 0x0000e9fe, 0x0000e9ff, + 0x0000ea00, 0x0000ea01, 0x0000ea02, 0x0000ea03, + 0x0000ea04, 0x0000ea05, 0x0000ea06, 0x0000ea07, + 0x0000ea08, 0x0000ea09, 0x0000ea0a, 0x0000ea0b, + 0x0000ea0c, 0x0000ea0d, 0x0000ea0e, 0x0000ea0f, + 0x0000ea10, 0x0000ea11, 0x0000ea12, 0x0000ea13, + 0x0000ea14, 0x0000ea15, 0x0000ea16, 0x0000ea17, + 0x0000ea18, 0x0000ea19, 0x0000ea1a, 0x0000ea1b, + 0x0000ea1c, 0x0000ea1d, 0x0000ea1e, 0x0000ea1f, + 0x0000ea20, 0x0000ea21, 0x0000ea22, 0x0000ea23, + 0x0000ea24, 0x0000ea25, 0x0000ea26, 0x0000ea27, + 0x0000ea28, 0x0000ea29, 0x0000ea2a, 0x0000ea2b, + 0x0000ea2c, 0x0000ea2d, 0x0000ea2e, 0x0000ea2f, + 0x0000ea30, 0x0000ea31, 0x0000ea32, 0x0000ea33, + 0x0000ea34, 0x0000ea35, 0x0000ea36, 0x0000ea37, + 0x0000ea38, 0x0000ea39, 0x0000ea3a, 0x0000ea3b, + 0x0000ea3c, 0x0000ea3d, 0x0000ea3e, 0x0000ea3f, + 0x0000ea40, 0x0000ea41, 0x0000ea42, 0x0000ea43, + 0x0000ea44, 0x0000ea45, 0x0000ea46, 0x0000ea47, + 0x0000ea48, 0x0000ea49, 0x0000ea4a, 0x0000ea4b, + 0x0000ea4c, 0x0000ea4d, 0x0000ea4e, 0x0000ea4f, + 0x0000ea50, 0x0000ea51, 0x0000ea52, 0x0000ea53, + 0x0000ea54, 0x0000ea55, 0x0000ea56, 0x0000ea57, + 0x0000ea58, 0x0000ea59, 0x0000ea5a, 0x0000ea5b, + 0x0000ea5c, 0x0000ea5d, 0x0000ea5e, 0x0000ea5f, + 0x0000ea60, 0x0000ea61, 0x0000ea62, 0x0000ea63, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ea64, 0x0000ea65, + 0x0000ea66, 0x0000ea67, 0x0000ea68, 0x0000ea69, + 0x0000ea6a, 0x0000ea6b, 0x0000ea6c, 0x0000ea6d, + 0x0000ea6e, 0x0000ea6f, 0x0000ea70, 0x0000ea71, + 0x0000ea72, 0x0000ea73, 0x0000ea74, 0x0000ea75, + 0x0000ea76, 0x0000ea77, 0x0000ea78, 0x0000ea79, + 0x0000ea7a, 0x0000ea7b, 0x0000ea7c, 0x0000ea7d, + 0x0000ea7e, 0x0000ea7f, 0x0000ea80, 0x0000ea81, + 0x0000ea82, 0x0000ea83, 0x0000ea84, 0x0000ea85, + 0x0000ea86, 0x0000ea87, 0x0000ea88, 0x0000ea89, + 0x0000ea8a, 0x0000ea8b, 0x0000ea8c, 0x0000ea8d, + 0x0000ea8e, 0x0000ea8f, 0x0000ea90, 0x0000ea91, + 0x0000ea92, 0x0000ea93, 0x0000ea94, 0x0000ea95, + 0x0000ea96, 0x0000ea97, 0x0000ea98, 0x0000ea99, + 0x0000ea9a, 0x0000ea9b, 0x0000ea9c, 0x0000ea9d, + 0x0000ea9e, 0x0000ea9f, 0x0000eaa0, 0x0000eaa1, + 0x0000eaa2, 0x0000eaa3, 0x0000eaa4, 0x0000eaa5, + 0x0000eaa6, 0x0000eaa7, 0x0000eaa8, 0x0000eaa9, + 0x0000eaaa, 0x0000eaab, 0x0000eaac, 0x0000eaad, + 0x0000eaae, 0x0000eaaf, 0x0000eab0, 0x0000eab1, + 0x0000eab2, 0x0000eab3, 0x0000eab4, 0x0000eab5, + 0x0000eab6, 0x0000eab7, 0x0000eab8, 0x0000eab9, + 0x0000eaba, 0x0000eabb, 0x0000eabc, 0x0000eabd, + 0x0000eabe, 0x0000eabf, 0x0000eac0, 0x0000eac1, + 0x0000eac2, 0x0000eac3, 0x0000eac4, 0x0000eac5, + 0x0000eac6, 0x0000eac7, 0x0000eac8, 0x0000eac9, + 0x0000eaca, 0x0000eacb, 0x0000eacc, 0x0000eacd, + 0x0000eace, 0x0000eacf, 0x0000ead0, 0x0000ead1, + 0x0000ead2, 0x0000ead3, 0x0000ead4, 0x0000ead5, + 0x0000ead6, 0x0000ead7, 0x0000ead8, 0x0000ead9, + 0x0000eada, 0x0000eadb, 0x0000eadc, 0x0000eadd, + 0x0000eade, 0x0000eadf, 0x0000eae0, 0x0000eae1, + 0x0000eae2, 0x0000eae3, 0x0000eae4, 0x0000eae5, + 0x0000eae6, 0x0000eae7, 0x0000eae8, 0x0000eae9, + 0x0000eaea, 0x0000eaeb, 0x0000eaec, 0x0000eaed, + 0x0000eaee, 0x0000eaef, 0x0000eaf0, 0x0000eaf1, + 0x0000eaf2, 0x0000eaf3, 0x0000eaf4, 0x0000eaf5, + 0x0000eaf6, 0x0000eaf7, 0x0000eaf8, 0x0000eaf9, + 0x0000eafa, 0x0000eafb, 0x0000eafc, 0x0000eafd, + 0x0000eafe, 0x0000eaff, 0x0000eb00, 0x0000eb01, + 0x0000eb02, 0x0000eb03, 0x0000eb04, 0x0000eb05, + 0x0000eb06, 0x0000eb07, 0x0000eb08, 0x0000eb09, + 0x0000eb0a, 0x0000eb0b, 0x0000eb0c, 0x0000eb0d, + 0x0000eb0e, 0x0000eb0f, 0x0000eb10, 0x0000eb11, + 0x0000eb12, 0x0000eb13, 0x0000eb14, 0x0000eb15, + 0x0000eb16, 0x0000eb17, 0x0000eb18, 0x0000eb19, + 0x0000eb1a, 0x0000eb1b, 0x0000eb1c, 0x0000eb1d, + 0x0000eb1e, 0x0000eb1f, 0x0000eb20, 0x0000eb21, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000eb22, 0x0000eb23, + 0x0000eb24, 0x0000eb25, 0x0000eb26, 0x0000eb27, + 0x0000eb28, 0x0000eb29, 0x0000eb2a, 0x0000eb2b, + 0x0000eb2c, 0x0000eb2d, 0x0000eb2e, 0x0000eb2f, + 0x0000eb30, 0x0000eb31, 0x0000eb32, 0x0000eb33, + 0x0000eb34, 0x0000eb35, 0x0000eb36, 0x0000eb37, + 0x0000eb38, 0x0000eb39, 0x0000eb3a, 0x0000eb3b, + 0x0000eb3c, 0x0000eb3d, 0x0000eb3e, 0x0000eb3f, + 0x0000eb40, 0x0000eb41, 0x0000eb42, 0x0000eb43, + 0x0000eb44, 0x0000eb45, 0x0000eb46, 0x0000eb47, + 0x0000eb48, 0x0000eb49, 0x0000eb4a, 0x0000eb4b, + 0x0000eb4c, 0x0000eb4d, 0x0000eb4e, 0x0000eb4f, + 0x0000eb50, 0x0000eb51, 0x0000eb52, 0x0000eb53, + 0x0000eb54, 0x0000eb55, 0x0000eb56, 0x0000eb57, + 0x0000eb58, 0x0000eb59, 0x0000eb5a, 0x0000eb5b, + 0x0000eb5c, 0x0000eb5d, 0x0000eb5e, 0x0000eb5f, + 0x0000eb60, 0x0000eb61, 0x0000eb62, 0x0000eb63, + 0x0000eb64, 0x0000eb65, 0x0000eb66, 0x0000eb67, + 0x0000eb68, 0x0000eb69, 0x0000eb6a, 0x0000eb6b, + 0x0000eb6c, 0x0000eb6d, 0x0000eb6e, 0x0000eb6f, + 0x0000eb70, 0x0000eb71, 0x0000eb72, 0x0000eb73, + 0x0000eb74, 0x0000eb75, 0x0000eb76, 0x0000eb77, + 0x0000eb78, 0x0000eb79, 0x0000eb7a, 0x0000eb7b, + 0x0000eb7c, 0x0000eb7d, 0x0000eb7e, 0x0000eb7f, + 0x0000eb80, 0x0000eb81, 0x0000eb82, 0x0000eb83, + 0x0000eb84, 0x0000eb85, 0x0000eb86, 0x0000eb87, + 0x0000eb88, 0x0000eb89, 0x0000eb8a, 0x0000eb8b, + 0x0000eb8c, 0x0000eb8d, 0x0000eb8e, 0x0000eb8f, + 0x0000eb90, 0x0000eb91, 0x0000eb92, 0x0000eb93, + 0x0000eb94, 0x0000eb95, 0x0000eb96, 0x0000eb97, + 0x0000eb98, 0x0000eb99, 0x0000eb9a, 0x0000eb9b, + 0x0000eb9c, 0x0000eb9d, 0x0000eb9e, 0x0000eb9f, + 0x0000eba0, 0x0000eba1, 0x0000eba2, 0x0000eba3, + 0x0000eba4, 0x0000eba5, 0x0000eba6, 0x0000eba7, + 0x0000eba8, 0x0000eba9, 0x0000ebaa, 0x0000ebab, + 0x0000ebac, 0x0000ebad, 0x0000ebae, 0x0000ebaf, + 0x0000ebb0, 0x0000ebb1, 0x0000ebb2, 0x0000ebb3, + 0x0000ebb4, 0x0000ebb5, 0x0000ebb6, 0x0000ebb7, + 0x0000ebb8, 0x0000ebb9, 0x0000ebba, 0x0000ebbb, + 0x0000ebbc, 0x0000ebbd, 0x0000ebbe, 0x0000ebbf, + 0x0000ebc0, 0x0000ebc1, 0x0000ebc2, 0x0000ebc3, + 0x0000ebc4, 0x0000ebc5, 0x0000ebc6, 0x0000ebc7, + 0x0000ebc8, 0x0000ebc9, 0x0000ebca, 0x0000ebcb, + 0x0000ebcc, 0x0000ebcd, 0x0000ebce, 0x0000ebcf, + 0x0000ebd0, 0x0000ebd1, 0x0000ebd2, 0x0000ebd3, + 0x0000ebd4, 0x0000ebd5, 0x0000ebd6, 0x0000ebd7, + 0x0000ebd8, 0x0000ebd9, 0x0000ebda, 0x0000ebdb, + 0x0000ebdc, 0x0000ebdd, 0x0000ebde, 0x0000ebdf, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ebe0, 0x0000ebe1, + 0x0000ebe2, 0x0000ebe3, 0x0000ebe4, 0x0000ebe5, + 0x0000ebe6, 0x0000ebe7, 0x0000ebe8, 0x0000ebe9, + 0x0000ebea, 0x0000ebeb, 0x0000ebec, 0x0000ebed, + 0x0000ebee, 0x0000ebef, 0x0000ebf0, 0x0000ebf1, + 0x0000ebf2, 0x0000ebf3, 0x0000ebf4, 0x0000ebf5, + 0x0000ebf6, 0x0000ebf7, 0x0000ebf8, 0x0000ebf9, + 0x0000ebfa, 0x0000ebfb, 0x0000ebfc, 0x0000ebfd, + 0x0000ebfe, 0x0000ebff, 0x0000ec00, 0x0000ec01, + 0x0000ec02, 0x0000ec03, 0x0000ec04, 0x0000ec05, + 0x0000ec06, 0x0000ec07, 0x0000ec08, 0x0000ec09, + 0x0000ec0a, 0x0000ec0b, 0x0000ec0c, 0x0000ec0d, + 0x0000ec0e, 0x0000ec0f, 0x0000ec10, 0x0000ec11, + 0x0000ec12, 0x0000ec13, 0x0000ec14, 0x0000ec15, + 0x0000ec16, 0x0000ec17, 0x0000ec18, 0x0000ec19, + 0x0000ec1a, 0x0000ec1b, 0x0000ec1c, 0x0000ec1d, + 0x0000ec1e, 0x0000ec1f, 0x0000ec20, 0x0000ec21, + 0x0000ec22, 0x0000ec23, 0x0000ec24, 0x0000ec25, + 0x0000ec26, 0x0000ec27, 0x0000ec28, 0x0000ec29, + 0x0000ec2a, 0x0000ec2b, 0x0000ec2c, 0x0000ec2d, + 0x0000ec2e, 0x0000ec2f, 0x0000ec30, 0x0000ec31, + 0x0000ec32, 0x0000ec33, 0x0000ec34, 0x0000ec35, + 0x0000ec36, 0x0000ec37, 0x0000ec38, 0x0000ec39, + 0x0000ec3a, 0x0000ec3b, 0x0000ec3c, 0x0000ec3d, + 0x0000ec3e, 0x0000ec3f, 0x0000ec40, 0x0000ec41, + 0x0000ec42, 0x0000ec43, 0x0000ec44, 0x0000ec45, + 0x0000ec46, 0x0000ec47, 0x0000ec48, 0x0000ec49, + 0x0000ec4a, 0x0000ec4b, 0x0000ec4c, 0x0000ec4d, + 0x0000ec4e, 0x0000ec4f, 0x0000ec50, 0x0000ec51, + 0x0000ec52, 0x0000ec53, 0x0000ec54, 0x0000ec55, + 0x0000ec56, 0x0000ec57, 0x0000ec58, 0x0000ec59, + 0x0000ec5a, 0x0000ec5b, 0x0000ec5c, 0x0000ec5d, + 0x0000ec5e, 0x0000ec5f, 0x0000ec60, 0x0000ec61, + 0x0000ec62, 0x0000ec63, 0x0000ec64, 0x0000ec65, + 0x0000ec66, 0x0000ec67, 0x0000ec68, 0x0000ec69, + 0x0000ec6a, 0x0000ec6b, 0x0000ec6c, 0x0000ec6d, + 0x0000ec6e, 0x0000ec6f, 0x0000ec70, 0x0000ec71, + 0x0000ec72, 0x0000ec73, 0x0000ec74, 0x0000ec75, + 0x0000ec76, 0x0000ec77, 0x0000ec78, 0x0000ec79, + 0x0000ec7a, 0x0000ec7b, 0x0000ec7c, 0x0000ec7d, + 0x0000ec7e, 0x0000ec7f, 0x0000ec80, 0x0000ec81, + 0x0000ec82, 0x0000ec83, 0x0000ec84, 0x0000ec85, + 0x0000ec86, 0x0000ec87, 0x0000ec88, 0x0000ec89, + 0x0000ec8a, 0x0000ec8b, 0x0000ec8c, 0x0000ec8d, + 0x0000ec8e, 0x0000ec8f, 0x0000ec90, 0x0000ec91, + 0x0000ec92, 0x0000ec93, 0x0000ec94, 0x0000ec95, + 0x0000ec96, 0x0000ec97, 0x0000ec98, 0x0000ec99, + 0x0000ec9a, 0x0000ec9b, 0x0000ec9c, 0x0000ec9d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ec9e, 0x0000ec9f, + 0x0000eca0, 0x0000eca1, 0x0000eca2, 0x0000eca3, + 0x0000eca4, 0x0000eca5, 0x0000eca6, 0x0000eca7, + 0x0000eca8, 0x0000eca9, 0x0000ecaa, 0x0000ecab, + 0x0000ecac, 0x0000ecad, 0x0000ecae, 0x0000ecaf, + 0x0000ecb0, 0x0000ecb1, 0x0000ecb2, 0x0000ecb3, + 0x0000ecb4, 0x0000ecb5, 0x0000ecb6, 0x0000ecb7, + 0x0000ecb8, 0x0000ecb9, 0x0000ecba, 0x0000ecbb, + 0x0000ecbc, 0x0000ecbd, 0x0000ecbe, 0x0000ecbf, + 0x0000ecc0, 0x0000ecc1, 0x0000ecc2, 0x0000ecc3, + 0x0000ecc4, 0x0000ecc5, 0x0000ecc6, 0x0000ecc7, + 0x0000ecc8, 0x0000ecc9, 0x0000ecca, 0x0000eccb, + 0x0000eccc, 0x0000eccd, 0x0000ecce, 0x0000eccf, + 0x0000ecd0, 0x0000ecd1, 0x0000ecd2, 0x0000ecd3, + 0x0000ecd4, 0x0000ecd5, 0x0000ecd6, 0x0000ecd7, + 0x0000ecd8, 0x0000ecd9, 0x0000ecda, 0x0000ecdb, + 0x0000ecdc, 0x0000ecdd, 0x0000ecde, 0x0000ecdf, + 0x0000ece0, 0x0000ece1, 0x0000ece2, 0x0000ece3, + 0x0000ece4, 0x0000ece5, 0x0000ece6, 0x0000ece7, + 0x0000ece8, 0x0000ece9, 0x0000ecea, 0x0000eceb, + 0x0000ecec, 0x0000eced, 0x0000ecee, 0x0000ecef, + 0x0000ecf0, 0x0000ecf1, 0x0000ecf2, 0x0000ecf3, + 0x0000ecf4, 0x0000ecf5, 0x0000ecf6, 0x0000ecf7, + 0x0000ecf8, 0x0000ecf9, 0x0000ecfa, 0x0000ecfb, + 0x0000ecfc, 0x0000ecfd, 0x0000ecfe, 0x0000ecff, + 0x0000ed00, 0x0000ed01, 0x0000ed02, 0x0000ed03, + 0x0000ed04, 0x0000ed05, 0x0000ed06, 0x0000ed07, + 0x0000ed08, 0x0000ed09, 0x0000ed0a, 0x0000ed0b, + 0x0000ed0c, 0x0000ed0d, 0x0000ed0e, 0x0000ed0f, + 0x0000ed10, 0x0000ed11, 0x0000ed12, 0x0000ed13, + 0x0000ed14, 0x0000ed15, 0x0000ed16, 0x0000ed17, + 0x0000ed18, 0x0000ed19, 0x0000ed1a, 0x0000ed1b, + 0x0000ed1c, 0x0000ed1d, 0x0000ed1e, 0x0000ed1f, + 0x0000ed20, 0x0000ed21, 0x0000ed22, 0x0000ed23, + 0x0000ed24, 0x0000ed25, 0x0000ed26, 0x0000ed27, + 0x0000ed28, 0x0000ed29, 0x0000ed2a, 0x0000ed2b, + 0x0000ed2c, 0x0000ed2d, 0x0000ed2e, 0x0000ed2f, + 0x0000ed30, 0x0000ed31, 0x0000ed32, 0x0000ed33, + 0x0000ed34, 0x0000ed35, 0x0000ed36, 0x0000ed37, + 0x0000ed38, 0x0000ed39, 0x0000ed3a, 0x0000ed3b, + 0x0000ed3c, 0x0000ed3d, 0x0000ed3e, 0x0000ed3f, + 0x0000ed40, 0x0000ed41, 0x0000ed42, 0x0000ed43, + 0x0000ed44, 0x0000ed45, 0x0000ed46, 0x0000ed47, + 0x0000ed48, 0x0000ed49, 0x0000ed4a, 0x0000ed4b, + 0x0000ed4c, 0x0000ed4d, 0x0000ed4e, 0x0000ed4f, + 0x0000ed50, 0x0000ed51, 0x0000ed52, 0x0000ed53, + 0x0000ed54, 0x0000ed55, 0x0000ed56, 0x0000ed57, + 0x0000ed58, 0x0000ed59, 0x0000ed5a, 0x0000ed5b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ed5c, 0x0000ed5d, + 0x0000ed5e, 0x0000ed5f, 0x0000ed60, 0x0000ed61, + 0x0000ed62, 0x0000ed63, 0x0000ed64, 0x0000ed65, + 0x0000ed66, 0x0000ed67, 0x0000ed68, 0x0000ed69, + 0x0000ed6a, 0x0000ed6b, 0x0000ed6c, 0x0000ed6d, + 0x0000ed6e, 0x0000ed6f, 0x0000ed70, 0x0000ed71, + 0x0000ed72, 0x0000ed73, 0x0000ed74, 0x0000ed75, + 0x0000ed76, 0x0000ed77, 0x0000ed78, 0x0000ed79, + 0x0000ed7a, 0x0000ed7b, 0x0000ed7c, 0x0000ed7d, + 0x0000ed7e, 0x0000ed7f, 0x0000ed80, 0x0000ed81, + 0x0000ed82, 0x0000ed83, 0x0000ed84, 0x0000ed85, + 0x0000ed86, 0x0000ed87, 0x0000ed88, 0x0000ed89, + 0x0000ed8a, 0x0000ed8b, 0x0000ed8c, 0x0000ed8d, + 0x0000ed8e, 0x0000ed8f, 0x0000ed90, 0x0000ed91, + 0x0000ed92, 0x0000ed93, 0x0000ed94, 0x0000ed95, + 0x0000ed96, 0x0000ed97, 0x0000ed98, 0x0000ed99, + 0x0000ed9a, 0x0000ed9b, 0x0000ed9c, 0x0000ed9d, + 0x0000ed9e, 0x0000ed9f, 0x0000eda0, 0x0000eda1, + 0x0000eda2, 0x0000eda3, 0x0000eda4, 0x0000eda5, + 0x0000eda6, 0x0000eda7, 0x0000eda8, 0x0000eda9, + 0x0000edaa, 0x0000edab, 0x0000edac, 0x0000edad, + 0x0000edae, 0x0000edaf, 0x0000edb0, 0x0000edb1, + 0x0000edb2, 0x0000edb3, 0x0000edb4, 0x0000edb5, + 0x0000edb6, 0x0000edb7, 0x0000edb8, 0x0000edb9, + 0x0000edba, 0x0000edbb, 0x0000edbc, 0x0000edbd, + 0x0000edbe, 0x0000edbf, 0x0000edc0, 0x0000edc1, + 0x0000edc2, 0x0000edc3, 0x0000edc4, 0x0000edc5, + 0x0000edc6, 0x0000edc7, 0x0000edc8, 0x0000edc9, + 0x0000edca, 0x0000edcb, 0x0000edcc, 0x0000edcd, + 0x0000edce, 0x0000edcf, 0x0000edd0, 0x0000edd1, + 0x0000edd2, 0x0000edd3, 0x0000edd4, 0x0000edd5, + 0x0000edd6, 0x0000edd7, 0x0000edd8, 0x0000edd9, + 0x0000edda, 0x0000eddb, 0x0000eddc, 0x0000eddd, + 0x0000edde, 0x0000eddf, 0x0000ede0, 0x0000ede1, + 0x0000ede2, 0x0000ede3, 0x0000ede4, 0x0000ede5, + 0x0000ede6, 0x0000ede7, 0x0000ede8, 0x0000ede9, + 0x0000edea, 0x0000edeb, 0x0000edec, 0x0000eded, + 0x0000edee, 0x0000edef, 0x0000edf0, 0x0000edf1, + 0x0000edf2, 0x0000edf3, 0x0000edf4, 0x0000edf5, + 0x0000edf6, 0x0000edf7, 0x0000edf8, 0x0000edf9, + 0x0000edfa, 0x0000edfb, 0x0000edfc, 0x0000edfd, + 0x0000edfe, 0x0000edff, 0x0000ee00, 0x0000ee01, + 0x0000ee02, 0x0000ee03, 0x0000ee04, 0x0000ee05, + 0x0000ee06, 0x0000ee07, 0x0000ee08, 0x0000ee09, + 0x0000ee0a, 0x0000ee0b, 0x0000ee0c, 0x0000ee0d, + 0x0000ee0e, 0x0000ee0f, 0x0000ee10, 0x0000ee11, + 0x0000ee12, 0x0000ee13, 0x0000ee14, 0x0000ee15, + 0x0000ee16, 0x0000ee17, 0x0000ee18, 0x0000ee19, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ee1a, 0x0000ee1b, + 0x0000ee1c, 0x0000ee1d, 0x0000ee1e, 0x0000ee1f, + 0x0000ee20, 0x0000ee21, 0x0000ee22, 0x0000ee23, + 0x0000ee24, 0x0000ee25, 0x0000ee26, 0x0000ee27, + 0x0000ee28, 0x0000ee29, 0x0000ee2a, 0x0000ee2b, + 0x0000ee2c, 0x0000ee2d, 0x0000ee2e, 0x0000ee2f, + 0x0000ee30, 0x0000ee31, 0x0000ee32, 0x0000ee33, + 0x0000ee34, 0x0000ee35, 0x0000ee36, 0x0000ee37, + 0x0000ee38, 0x0000ee39, 0x0000ee3a, 0x0000ee3b, + 0x0000ee3c, 0x0000ee3d, 0x0000ee3e, 0x0000ee3f, + 0x0000ee40, 0x0000ee41, 0x0000ee42, 0x0000ee43, + 0x0000ee44, 0x0000ee45, 0x0000ee46, 0x0000ee47, + 0x0000ee48, 0x0000ee49, 0x0000ee4a, 0x0000ee4b, + 0x0000ee4c, 0x0000ee4d, 0x0000ee4e, 0x0000ee4f, + 0x0000ee50, 0x0000ee51, 0x0000ee52, 0x0000ee53, + 0x0000ee54, 0x0000ee55, 0x0000ee56, 0x0000ee57, + 0x0000ee58, 0x0000ee59, 0x0000ee5a, 0x0000ee5b, + 0x0000ee5c, 0x0000ee5d, 0x0000ee5e, 0x0000ee5f, + 0x0000ee60, 0x0000ee61, 0x0000ee62, 0x0000ee63, + 0x0000ee64, 0x0000ee65, 0x0000ee66, 0x0000ee67, + 0x0000ee68, 0x0000ee69, 0x0000ee6a, 0x0000ee6b, + 0x0000ee6c, 0x0000ee6d, 0x0000ee6e, 0x0000ee6f, + 0x0000ee70, 0x0000ee71, 0x0000ee72, 0x0000ee73, + 0x0000ee74, 0x0000ee75, 0x0000ee76, 0x0000ee77, + 0x0000ee78, 0x0000ee79, 0x0000ee7a, 0x0000ee7b, + 0x0000ee7c, 0x0000ee7d, 0x0000ee7e, 0x0000ee7f, + 0x0000ee80, 0x0000ee81, 0x0000ee82, 0x0000ee83, + 0x0000ee84, 0x0000ee85, 0x0000ee86, 0x0000ee87, + 0x0000ee88, 0x0000ee89, 0x0000ee8a, 0x0000ee8b, + 0x0000ee8c, 0x0000ee8d, 0x0000ee8e, 0x0000ee8f, + 0x0000ee90, 0x0000ee91, 0x0000ee92, 0x0000ee93, + 0x0000ee94, 0x0000ee95, 0x0000ee96, 0x0000ee97, + 0x0000ee98, 0x0000ee99, 0x0000ee9a, 0x0000ee9b, + 0x0000ee9c, 0x0000ee9d, 0x0000ee9e, 0x0000ee9f, + 0x0000eea0, 0x0000eea1, 0x0000eea2, 0x0000eea3, + 0x0000eea4, 0x0000eea5, 0x0000eea6, 0x0000eea7, + 0x0000eea8, 0x0000eea9, 0x0000eeaa, 0x0000eeab, + 0x0000eeac, 0x0000eead, 0x0000eeae, 0x0000eeaf, + 0x0000eeb0, 0x0000eeb1, 0x0000eeb2, 0x0000eeb3, + 0x0000eeb4, 0x0000eeb5, 0x0000eeb6, 0x0000eeb7, + 0x0000eeb8, 0x0000eeb9, 0x0000eeba, 0x0000eebb, + 0x0000eebc, 0x0000eebd, 0x0000eebe, 0x0000eebf, + 0x0000eec0, 0x0000eec1, 0x0000eec2, 0x0000eec3, + 0x0000eec4, 0x0000eec5, 0x0000eec6, 0x0000eec7, + 0x0000eec8, 0x0000eec9, 0x0000eeca, 0x0000eecb, + 0x0000eecc, 0x0000eecd, 0x0000eece, 0x0000eecf, + 0x0000eed0, 0x0000eed1, 0x0000eed2, 0x0000eed3, + 0x0000eed4, 0x0000eed5, 0x0000eed6, 0x0000eed7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000eed8, 0x0000eed9, + 0x0000eeda, 0x0000eedb, 0x0000eedc, 0x0000eedd, + 0x0000eede, 0x0000eedf, 0x0000eee0, 0x0000eee1, + 0x0000eee2, 0x0000eee3, 0x0000eee4, 0x0000eee5, + 0x0000eee6, 0x0000eee7, 0x0000eee8, 0x0000eee9, + 0x0000eeea, 0x0000eeeb, 0x0000eeec, 0x0000eeed, + 0x0000eeee, 0x0000eeef, 0x0000eef0, 0x0000eef1, + 0x0000eef2, 0x0000eef3, 0x0000eef4, 0x0000eef5, + 0x0000eef6, 0x0000eef7, 0x0000eef8, 0x0000eef9, + 0x0000eefa, 0x0000eefb, 0x0000eefc, 0x0000eefd, + 0x0000eefe, 0x0000eeff, 0x0000ef00, 0x0000ef01, + 0x0000ef02, 0x0000ef03, 0x0000ef04, 0x0000ef05, + 0x0000ef06, 0x0000ef07, 0x0000ef08, 0x0000ef09, + 0x0000ef0a, 0x0000ef0b, 0x0000ef0c, 0x0000ef0d, + 0x0000ef0e, 0x0000ef0f, 0x0000ef10, 0x0000ef11, + 0x0000ef12, 0x0000ef13, 0x0000ef14, 0x0000ef15, + 0x0000ef16, 0x0000ef17, 0x0000ef18, 0x0000ef19, + 0x0000ef1a, 0x0000ef1b, 0x0000ef1c, 0x0000ef1d, + 0x0000ef1e, 0x0000ef1f, 0x0000ef20, 0x0000ef21, + 0x0000ef22, 0x0000ef23, 0x0000ef24, 0x0000ef25, + 0x0000ef26, 0x0000ef27, 0x0000ef28, 0x0000ef29, + 0x0000ef2a, 0x0000ef2b, 0x0000ef2c, 0x0000ef2d, + 0x0000ef2e, 0x0000ef2f, 0x0000ef30, 0x0000ef31, + 0x0000ef32, 0x0000ef33, 0x0000ef34, 0x0000ef35, + 0x0000ef36, 0x0000ef37, 0x0000ef38, 0x0000ef39, + 0x0000ef3a, 0x0000ef3b, 0x0000ef3c, 0x0000ef3d, + 0x0000ef3e, 0x0000ef3f, 0x0000ef40, 0x0000ef41, + 0x0000ef42, 0x0000ef43, 0x0000ef44, 0x0000ef45, + 0x0000ef46, 0x0000ef47, 0x0000ef48, 0x0000ef49, + 0x0000ef4a, 0x0000ef4b, 0x0000ef4c, 0x0000ef4d, + 0x0000ef4e, 0x0000ef4f, 0x0000ef50, 0x0000ef51, + 0x0000ef52, 0x0000ef53, 0x0000ef54, 0x0000ef55, + 0x0000ef56, 0x0000ef57, 0x0000ef58, 0x0000ef59, + 0x0000ef5a, 0x0000ef5b, 0x0000ef5c, 0x0000ef5d, + 0x0000ef5e, 0x0000ef5f, 0x0000ef60, 0x0000ef61, + 0x0000ef62, 0x0000ef63, 0x0000ef64, 0x0000ef65, + 0x0000ef66, 0x0000ef67, 0x0000ef68, 0x0000ef69, + 0x0000ef6a, 0x0000ef6b, 0x0000ef6c, 0x0000ef6d, + 0x0000ef6e, 0x0000ef6f, 0x0000ef70, 0x0000ef71, + 0x0000ef72, 0x0000ef73, 0x0000ef74, 0x0000ef75, + 0x0000ef76, 0x0000ef77, 0x0000ef78, 0x0000ef79, + 0x0000ef7a, 0x0000ef7b, 0x0000ef7c, 0x0000ef7d, + 0x0000ef7e, 0x0000ef7f, 0x0000ef80, 0x0000ef81, + 0x0000ef82, 0x0000ef83, 0x0000ef84, 0x0000ef85, + 0x0000ef86, 0x0000ef87, 0x0000ef88, 0x0000ef89, + 0x0000ef8a, 0x0000ef8b, 0x0000ef8c, 0x0000ef8d, + 0x0000ef8e, 0x0000ef8f, 0x0000ef90, 0x0000ef91, + 0x0000ef92, 0x0000ef93, 0x0000ef94, 0x0000ef95, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ef96, 0x0000ef97, + 0x0000ef98, 0x0000ef99, 0x0000ef9a, 0x0000ef9b, + 0x0000ef9c, 0x0000ef9d, 0x0000ef9e, 0x0000ef9f, + 0x0000efa0, 0x0000efa1, 0x0000efa2, 0x0000efa3, + 0x0000efa4, 0x0000efa5, 0x0000efa6, 0x0000efa7, + 0x0000efa8, 0x0000efa9, 0x0000efaa, 0x0000efab, + 0x0000efac, 0x0000efad, 0x0000efae, 0x0000efaf, + 0x0000efb0, 0x0000efb1, 0x0000efb2, 0x0000efb3, + 0x0000efb4, 0x0000efb5, 0x0000efb6, 0x0000efb7, + 0x0000efb8, 0x0000efb9, 0x0000efba, 0x0000efbb, + 0x0000efbc, 0x0000efbd, 0x0000efbe, 0x0000efbf, + 0x0000efc0, 0x0000efc1, 0x0000efc2, 0x0000efc3, + 0x0000efc4, 0x0000efc5, 0x0000efc6, 0x0000efc7, + 0x0000efc8, 0x0000efc9, 0x0000efca, 0x0000efcb, + 0x0000efcc, 0x0000efcd, 0x0000efce, 0x0000efcf, + 0x0000efd0, 0x0000efd1, 0x0000efd2, 0x0000efd3, + 0x0000efd4, 0x0000efd5, 0x0000efd6, 0x0000efd7, + 0x0000efd8, 0x0000efd9, 0x0000efda, 0x0000efdb, + 0x0000efdc, 0x0000efdd, 0x0000efde, 0x0000efdf, + 0x0000efe0, 0x0000efe1, 0x0000efe2, 0x0000efe3, + 0x0000efe4, 0x0000efe5, 0x0000efe6, 0x0000efe7, + 0x0000efe8, 0x0000efe9, 0x0000efea, 0x0000efeb, + 0x0000efec, 0x0000efed, 0x0000efee, 0x0000efef, + 0x0000eff0, 0x0000eff1, 0x0000eff2, 0x0000eff3, + 0x0000eff4, 0x0000eff5, 0x0000eff6, 0x0000eff7, + 0x0000eff8, 0x0000eff9, 0x0000effa, 0x0000effb, + 0x0000effc, 0x0000effd, 0x0000effe, 0x0000efff, + 0x0000f000, 0x0000f001, 0x0000f002, 0x0000f003, + 0x0000f004, 0x0000f005, 0x0000f006, 0x0000f007, + 0x0000f008, 0x0000f009, 0x0000f00a, 0x0000f00b, + 0x0000f00c, 0x0000f00d, 0x0000f00e, 0x0000f00f, + 0x0000f010, 0x0000f011, 0x0000f012, 0x0000f013, + 0x0000f014, 0x0000f015, 0x0000f016, 0x0000f017, + 0x0000f018, 0x0000f019, 0x0000f01a, 0x0000f01b, + 0x0000f01c, 0x0000f01d, 0x0000f01e, 0x0000f01f, + 0x0000f020, 0x0000f021, 0x0000f022, 0x0000f023, + 0x0000f024, 0x0000f025, 0x0000f026, 0x0000f027, + 0x0000f028, 0x0000f029, 0x0000f02a, 0x0000f02b, + 0x0000f02c, 0x0000f02d, 0x0000f02e, 0x0000f02f, + 0x0000f030, 0x0000f031, 0x0000f032, 0x0000f033, + 0x0000f034, 0x0000f035, 0x0000f036, 0x0000f037, + 0x0000f038, 0x0000f039, 0x0000f03a, 0x0000f03b, + 0x0000f03c, 0x0000f03d, 0x0000f03e, 0x0000f03f, + 0x0000f040, 0x0000f041, 0x0000f042, 0x0000f043, + 0x0000f044, 0x0000f045, 0x0000f046, 0x0000f047, + 0x0000f048, 0x0000f049, 0x0000f04a, 0x0000f04b, + 0x0000f04c, 0x0000f04d, 0x0000f04e, 0x0000f04f, + 0x0000f050, 0x0000f051, 0x0000f052, 0x0000f053, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f054, 0x0000f055, + 0x0000f056, 0x0000f057, 0x0000f058, 0x0000f059, + 0x0000f05a, 0x0000f05b, 0x0000f05c, 0x0000f05d, + 0x0000f05e, 0x0000f05f, 0x0000f060, 0x0000f061, + 0x0000f062, 0x0000f063, 0x0000f064, 0x0000f065, + 0x0000f066, 0x0000f067, 0x0000f068, 0x0000f069, + 0x0000f06a, 0x0000f06b, 0x0000f06c, 0x0000f06d, + 0x0000f06e, 0x0000f06f, 0x0000f070, 0x0000f071, + 0x0000f072, 0x0000f073, 0x0000f074, 0x0000f075, + 0x0000f076, 0x0000f077, 0x0000f078, 0x0000f079, + 0x0000f07a, 0x0000f07b, 0x0000f07c, 0x0000f07d, + 0x0000f07e, 0x0000f07f, 0x0000f080, 0x0000f081, + 0x0000f082, 0x0000f083, 0x0000f084, 0x0000f085, + 0x0000f086, 0x0000f087, 0x0000f088, 0x0000f089, + 0x0000f08a, 0x0000f08b, 0x0000f08c, 0x0000f08d, + 0x0000f08e, 0x0000f08f, 0x0000f090, 0x0000f091, + 0x0000f092, 0x0000f093, 0x0000f094, 0x0000f095, + 0x0000f096, 0x0000f097, 0x0000f098, 0x0000f099, + 0x0000f09a, 0x0000f09b, 0x0000f09c, 0x0000f09d, + 0x0000f09e, 0x0000f09f, 0x0000f0a0, 0x0000f0a1, + 0x0000f0a2, 0x0000f0a3, 0x0000f0a4, 0x0000f0a5, + 0x0000f0a6, 0x0000f0a7, 0x0000f0a8, 0x0000f0a9, + 0x0000f0aa, 0x0000f0ab, 0x0000f0ac, 0x0000f0ad, + 0x0000f0ae, 0x0000f0af, 0x0000f0b0, 0x0000f0b1, + 0x0000f0b2, 0x0000f0b3, 0x0000f0b4, 0x0000f0b5, + 0x0000f0b6, 0x0000f0b7, 0x0000f0b8, 0x0000f0b9, + 0x0000f0ba, 0x0000f0bb, 0x0000f0bc, 0x0000f0bd, + 0x0000f0be, 0x0000f0bf, 0x0000f0c0, 0x0000f0c1, + 0x0000f0c2, 0x0000f0c3, 0x0000f0c4, 0x0000f0c5, + 0x0000f0c6, 0x0000f0c7, 0x0000f0c8, 0x0000f0c9, + 0x0000f0ca, 0x0000f0cb, 0x0000f0cc, 0x0000f0cd, + 0x0000f0ce, 0x0000f0cf, 0x0000f0d0, 0x0000f0d1, + 0x0000f0d2, 0x0000f0d3, 0x0000f0d4, 0x0000f0d5, + 0x0000f0d6, 0x0000f0d7, 0x0000f0d8, 0x0000f0d9, + 0x0000f0da, 0x0000f0db, 0x0000f0dc, 0x0000f0dd, + 0x0000f0de, 0x0000f0df, 0x0000f0e0, 0x0000f0e1, + 0x0000f0e2, 0x0000f0e3, 0x0000f0e4, 0x0000f0e5, + 0x0000f0e6, 0x0000f0e7, 0x0000f0e8, 0x0000f0e9, + 0x0000f0ea, 0x0000f0eb, 0x0000f0ec, 0x0000f0ed, + 0x0000f0ee, 0x0000f0ef, 0x0000f0f0, 0x0000f0f1, + 0x0000f0f2, 0x0000f0f3, 0x0000f0f4, 0x0000f0f5, + 0x0000f0f6, 0x0000f0f7, 0x0000f0f8, 0x0000f0f9, + 0x0000f0fa, 0x0000f0fb, 0x0000f0fc, 0x0000f0fd, + 0x0000f0fe, 0x0000f0ff, 0x0000f100, 0x0000f101, + 0x0000f102, 0x0000f103, 0x0000f104, 0x0000f105, + 0x0000f106, 0x0000f107, 0x0000f108, 0x0000f109, + 0x0000f10a, 0x0000f10b, 0x0000f10c, 0x0000f10d, + 0x0000f10e, 0x0000f10f, 0x0000f110, 0x0000f111, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f112, 0x0000f113, + 0x0000f114, 0x0000f115, 0x0000f116, 0x0000f117, + 0x0000f118, 0x0000f119, 0x0000f11a, 0x0000f11b, + 0x0000f11c, 0x0000f11d, 0x0000f11e, 0x0000f11f, + 0x0000f120, 0x0000f121, 0x0000f122, 0x0000f123, + 0x0000f124, 0x0000f125, 0x0000f126, 0x0000f127, + 0x0000f128, 0x0000f129, 0x0000f12a, 0x0000f12b, + 0x0000f12c, 0x0000f12d, 0x0000f12e, 0x0000f12f, + 0x0000f130, 0x0000f131, 0x0000f132, 0x0000f133, + 0x0000f134, 0x0000f135, 0x0000f136, 0x0000f137, + 0x0000f138, 0x0000f139, 0x0000f13a, 0x0000f13b, + 0x0000f13c, 0x0000f13d, 0x0000f13e, 0x0000f13f, + 0x0000f140, 0x0000f141, 0x0000f142, 0x0000f143, + 0x0000f144, 0x0000f145, 0x0000f146, 0x0000f147, + 0x0000f148, 0x0000f149, 0x0000f14a, 0x0000f14b, + 0x0000f14c, 0x0000f14d, 0x0000f14e, 0x0000f14f, + 0x0000f150, 0x0000f151, 0x0000f152, 0x0000f153, + 0x0000f154, 0x0000f155, 0x0000f156, 0x0000f157, + 0x0000f158, 0x0000f159, 0x0000f15a, 0x0000f15b, + 0x0000f15c, 0x0000f15d, 0x0000f15e, 0x0000f15f, + 0x0000f160, 0x0000f161, 0x0000f162, 0x0000f163, + 0x0000f164, 0x0000f165, 0x0000f166, 0x0000f167, + 0x0000f168, 0x0000f169, 0x0000f16a, 0x0000f16b, + 0x0000f16c, 0x0000f16d, 0x0000f16e, 0x0000f16f, + 0x0000f170, 0x0000f171, 0x0000f172, 0x0000f173, + 0x0000f174, 0x0000f175, 0x0000f176, 0x0000f177, + 0x0000f178, 0x0000f179, 0x0000f17a, 0x0000f17b, + 0x0000f17c, 0x0000f17d, 0x0000f17e, 0x0000f17f, + 0x0000f180, 0x0000f181, 0x0000f182, 0x0000f183, + 0x0000f184, 0x0000f185, 0x0000f186, 0x0000f187, + 0x0000f188, 0x0000f189, 0x0000f18a, 0x0000f18b, + 0x0000f18c, 0x0000f18d, 0x0000f18e, 0x0000f18f, + 0x0000f190, 0x0000f191, 0x0000f192, 0x0000f193, + 0x0000f194, 0x0000f195, 0x0000f196, 0x0000f197, + 0x0000f198, 0x0000f199, 0x0000f19a, 0x0000f19b, + 0x0000f19c, 0x0000f19d, 0x0000f19e, 0x0000f19f, + 0x0000f1a0, 0x0000f1a1, 0x0000f1a2, 0x0000f1a3, + 0x0000f1a4, 0x0000f1a5, 0x0000f1a6, 0x0000f1a7, + 0x0000f1a8, 0x0000f1a9, 0x0000f1aa, 0x0000f1ab, + 0x0000f1ac, 0x0000f1ad, 0x0000f1ae, 0x0000f1af, + 0x0000f1b0, 0x0000f1b1, 0x0000f1b2, 0x0000f1b3, + 0x0000f1b4, 0x0000f1b5, 0x0000f1b6, 0x0000f1b7, + 0x0000f1b8, 0x0000f1b9, 0x0000f1ba, 0x0000f1bb, + 0x0000f1bc, 0x0000f1bd, 0x0000f1be, 0x0000f1bf, + 0x0000f1c0, 0x0000f1c1, 0x0000f1c2, 0x0000f1c3, + 0x0000f1c4, 0x0000f1c5, 0x0000f1c6, 0x0000f1c7, + 0x0000f1c8, 0x0000f1c9, 0x0000f1ca, 0x0000f1cb, + 0x0000f1cc, 0x0000f1cd, 0x0000f1ce, 0x0000f1cf, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f1d0, 0x0000f1d1, + 0x0000f1d2, 0x0000f1d3, 0x0000f1d4, 0x0000f1d5, + 0x0000f1d6, 0x0000f1d7, 0x0000f1d8, 0x0000f1d9, + 0x0000f1da, 0x0000f1db, 0x0000f1dc, 0x0000f1dd, + 0x0000f1de, 0x0000f1df, 0x0000f1e0, 0x0000f1e1, + 0x0000f1e2, 0x0000f1e3, 0x0000f1e4, 0x0000f1e5, + 0x0000f1e6, 0x0000f1e7, 0x0000f1e8, 0x0000f1e9, + 0x0000f1ea, 0x0000f1eb, 0x0000f1ec, 0x0000f1ed, + 0x0000f1ee, 0x0000f1ef, 0x0000f1f0, 0x0000f1f1, + 0x0000f1f2, 0x0000f1f3, 0x0000f1f4, 0x0000f1f5, + 0x0000f1f6, 0x0000f1f7, 0x0000f1f8, 0x0000f1f9, + 0x0000f1fa, 0x0000f1fb, 0x0000f1fc, 0x0000f1fd, + 0x0000f1fe, 0x0000f1ff, 0x0000f200, 0x0000f201, + 0x0000f202, 0x0000f203, 0x0000f204, 0x0000f205, + 0x0000f206, 0x0000f207, 0x0000f208, 0x0000f209, + 0x0000f20a, 0x0000f20b, 0x0000f20c, 0x0000f20d, + 0x0000f20e, 0x0000f20f, 0x0000f210, 0x0000f211, + 0x0000f212, 0x0000f213, 0x0000f214, 0x0000f215, + 0x0000f216, 0x0000f217, 0x0000f218, 0x0000f219, + 0x0000f21a, 0x0000f21b, 0x0000f21c, 0x0000f21d, + 0x0000f21e, 0x0000f21f, 0x0000f220, 0x0000f221, + 0x0000f222, 0x0000f223, 0x0000f224, 0x0000f225, + 0x0000f226, 0x0000f227, 0x0000f228, 0x0000f229, + 0x0000f22a, 0x0000f22b, 0x0000f22c, 0x0000f22d, + 0x0000f22e, 0x0000f22f, 0x0000f230, 0x0000f231, + 0x0000f232, 0x0000f233, 0x0000f234, 0x0000f235, + 0x0000f236, 0x0000f237, 0x0000f238, 0x0000f239, + 0x0000f23a, 0x0000f23b, 0x0000f23c, 0x0000f23d, + 0x0000f23e, 0x0000f23f, 0x0000f240, 0x0000f241, + 0x0000f242, 0x0000f243, 0x0000f244, 0x0000f245, + 0x0000f246, 0x0000f247, 0x0000f248, 0x0000f249, + 0x0000f24a, 0x0000f24b, 0x0000f24c, 0x0000f24d, + 0x0000f24e, 0x0000f24f, 0x0000f250, 0x0000f251, + 0x0000f252, 0x0000f253, 0x0000f254, 0x0000f255, + 0x0000f256, 0x0000f257, 0x0000f258, 0x0000f259, + 0x0000f25a, 0x0000f25b, 0x0000f25c, 0x0000f25d, + 0x0000f25e, 0x0000f25f, 0x0000f260, 0x0000f261, + 0x0000f262, 0x0000f263, 0x0000f264, 0x0000f265, + 0x0000f266, 0x0000f267, 0x0000f268, 0x0000f269, + 0x0000f26a, 0x0000f26b, 0x0000f26c, 0x0000f26d, + 0x0000f26e, 0x0000f26f, 0x0000f270, 0x0000f271, + 0x0000f272, 0x0000f273, 0x0000f274, 0x0000f275, + 0x0000f276, 0x0000f277, 0x0000f278, 0x0000f279, + 0x0000f27a, 0x0000f27b, 0x0000f27c, 0x0000f27d, + 0x0000f27e, 0x0000f27f, 0x0000f280, 0x0000f281, + 0x0000f282, 0x0000f283, 0x0000f284, 0x0000f285, + 0x0000f286, 0x0000f287, 0x0000f288, 0x0000f289, + 0x0000f28a, 0x0000f28b, 0x0000f28c, 0x0000f28d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f28e, 0x0000f28f, + 0x0000f290, 0x0000f291, 0x0000f292, 0x0000f293, + 0x0000f294, 0x0000f295, 0x0000f296, 0x0000f297, + 0x0000f298, 0x0000f299, 0x0000f29a, 0x0000f29b, + 0x0000f29c, 0x0000f29d, 0x0000f29e, 0x0000f29f, + 0x0000f2a0, 0x0000f2a1, 0x0000f2a2, 0x0000f2a3, + 0x0000f2a4, 0x0000f2a5, 0x0000f2a6, 0x0000f2a7, + 0x0000f2a8, 0x0000f2a9, 0x0000f2aa, 0x0000f2ab, + 0x0000f2ac, 0x0000f2ad, 0x0000f2ae, 0x0000f2af, + 0x0000f2b0, 0x0000f2b1, 0x0000f2b2, 0x0000f2b3, + 0x0000f2b4, 0x0000f2b5, 0x0000f2b6, 0x0000f2b7, + 0x0000f2b8, 0x0000f2b9, 0x0000f2ba, 0x0000f2bb, + 0x0000f2bc, 0x0000f2bd, 0x0000f2be, 0x0000f2bf, + 0x0000f2c0, 0x0000f2c1, 0x0000f2c2, 0x0000f2c3, + 0x0000f2c4, 0x0000f2c5, 0x0000f2c6, 0x0000f2c7, + 0x0000f2c8, 0x0000f2c9, 0x0000f2ca, 0x0000f2cb, + 0x0000f2cc, 0x0000f2cd, 0x0000f2ce, 0x0000f2cf, + 0x0000f2d0, 0x0000f2d1, 0x0000f2d2, 0x0000f2d3, + 0x0000f2d4, 0x0000f2d5, 0x0000f2d6, 0x0000f2d7, + 0x0000f2d8, 0x0000f2d9, 0x0000f2da, 0x0000f2db, + 0x0000f2dc, 0x0000f2dd, 0x0000f2de, 0x0000f2df, + 0x0000f2e0, 0x0000f2e1, 0x0000f2e2, 0x0000f2e3, + 0x0000f2e4, 0x0000f2e5, 0x0000f2e6, 0x0000f2e7, + 0x0000f2e8, 0x0000f2e9, 0x0000f2ea, 0x0000f2eb, + 0x0000f2ec, 0x0000f2ed, 0x0000f2ee, 0x0000f2ef, + 0x0000f2f0, 0x0000f2f1, 0x0000f2f2, 0x0000f2f3, + 0x0000f2f4, 0x0000f2f5, 0x0000f2f6, 0x0000f2f7, + 0x0000f2f8, 0x0000f2f9, 0x0000f2fa, 0x0000f2fb, + 0x0000f2fc, 0x0000f2fd, 0x0000f2fe, 0x0000f2ff, + 0x0000f300, 0x0000f301, 0x0000f302, 0x0000f303, + 0x0000f304, 0x0000f305, 0x0000f306, 0x0000f307, + 0x0000f308, 0x0000f309, 0x0000f30a, 0x0000f30b, + 0x0000f30c, 0x0000f30d, 0x0000f30e, 0x0000f30f, + 0x0000f310, 0x0000f311, 0x0000f312, 0x0000f313, + 0x0000f314, 0x0000f315, 0x0000f316, 0x0000f317, + 0x0000f318, 0x0000f319, 0x0000f31a, 0x0000f31b, + 0x0000f31c, 0x0000f31d, 0x0000f31e, 0x0000f31f, + 0x0000f320, 0x0000f321, 0x0000f322, 0x0000f323, + 0x0000f324, 0x0000f325, 0x0000f326, 0x0000f327, + 0x0000f328, 0x0000f329, 0x0000f32a, 0x0000f32b, + 0x0000f32c, 0x0000f32d, 0x0000f32e, 0x0000f32f, + 0x0000f330, 0x0000f331, 0x0000f332, 0x0000f333, + 0x0000f334, 0x0000f335, 0x0000f336, 0x0000f337, + 0x0000f338, 0x0000f339, 0x0000f33a, 0x0000f33b, + 0x0000f33c, 0x0000f33d, 0x0000f33e, 0x0000f33f, + 0x0000f340, 0x0000f341, 0x0000f342, 0x0000f343, + 0x0000f344, 0x0000f345, 0x0000f346, 0x0000f347, + 0x0000f348, 0x0000f349, 0x0000f34a, 0x0000f34b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f34c, 0x0000f34d, + 0x0000f34e, 0x0000f34f, 0x0000f350, 0x0000f351, + 0x0000f352, 0x0000f353, 0x0000f354, 0x0000f355, + 0x0000f356, 0x0000f357, 0x0000f358, 0x0000f359, + 0x0000f35a, 0x0000f35b, 0x0000f35c, 0x0000f35d, + 0x0000f35e, 0x0000f35f, 0x0000f360, 0x0000f361, + 0x0000f362, 0x0000f363, 0x0000f364, 0x0000f365, + 0x0000f366, 0x0000f367, 0x0000f368, 0x0000f369, + 0x0000f36a, 0x0000f36b, 0x0000f36c, 0x0000f36d, + 0x0000f36e, 0x0000f36f, 0x0000f370, 0x0000f371, + 0x0000f372, 0x0000f373, 0x0000f374, 0x0000f375, + 0x0000f376, 0x0000f377, 0x0000f378, 0x0000f379, + 0x0000f37a, 0x0000f37b, 0x0000f37c, 0x0000f37d, + 0x0000f37e, 0x0000f37f, 0x0000f380, 0x0000f381, + 0x0000f382, 0x0000f383, 0x0000f384, 0x0000f385, + 0x0000f386, 0x0000f387, 0x0000f388, 0x0000f389, + 0x0000f38a, 0x0000f38b, 0x0000f38c, 0x0000f38d, + 0x0000f38e, 0x0000f38f, 0x0000f390, 0x0000f391, + 0x0000f392, 0x0000f393, 0x0000f394, 0x0000f395, + 0x0000f396, 0x0000f397, 0x0000f398, 0x0000f399, + 0x0000f39a, 0x0000f39b, 0x0000f39c, 0x0000f39d, + 0x0000f39e, 0x0000f39f, 0x0000f3a0, 0x0000f3a1, + 0x0000f3a2, 0x0000f3a3, 0x0000f3a4, 0x0000f3a5, + 0x0000f3a6, 0x0000f3a7, 0x0000f3a8, 0x0000f3a9, + 0x0000f3aa, 0x0000f3ab, 0x0000f3ac, 0x0000f3ad, + 0x0000f3ae, 0x0000f3af, 0x0000f3b0, 0x0000f3b1, + 0x0000f3b2, 0x0000f3b3, 0x0000f3b4, 0x0000f3b5, + 0x0000f3b6, 0x0000f3b7, 0x0000f3b8, 0x0000f3b9, + 0x0000f3ba, 0x0000f3bb, 0x0000f3bc, 0x0000f3bd, + 0x0000f3be, 0x0000f3bf, 0x0000f3c0, 0x0000f3c1, + 0x0000f3c2, 0x0000f3c3, 0x0000f3c4, 0x0000f3c5, + 0x0000f3c6, 0x0000f3c7, 0x0000f3c8, 0x0000f3c9, + 0x0000f3ca, 0x0000f3cb, 0x0000f3cc, 0x0000f3cd, + 0x0000f3ce, 0x0000f3cf, 0x0000f3d0, 0x0000f3d1, + 0x0000f3d2, 0x0000f3d3, 0x0000f3d4, 0x0000f3d5, + 0x0000f3d6, 0x0000f3d7, 0x0000f3d8, 0x0000f3d9, + 0x0000f3da, 0x0000f3db, 0x0000f3dc, 0x0000f3dd, + 0x0000f3de, 0x0000f3df, 0x0000f3e0, 0x0000f3e1, + 0x0000f3e2, 0x0000f3e3, 0x0000f3e4, 0x0000f3e5, + 0x0000f3e6, 0x0000f3e7, 0x0000f3e8, 0x0000f3e9, + 0x0000f3ea, 0x0000f3eb, 0x0000f3ec, 0x0000f3ed, + 0x0000f3ee, 0x0000f3ef, 0x0000f3f0, 0x0000f3f1, + 0x0000f3f2, 0x0000f3f3, 0x0000f3f4, 0x0000f3f5, + 0x0000f3f6, 0x0000f3f7, 0x0000f3f8, 0x0000f3f9, + 0x0000f3fa, 0x0000f3fb, 0x0000f3fc, 0x0000f3fd, + 0x0000f3fe, 0x0000f3ff, 0x0000f400, 0x0000f401, + 0x0000f402, 0x0000f403, 0x0000f404, 0x0000f405, + 0x0000f406, 0x0000f407, 0x0000f408, 0x0000f409, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f40a, 0x0000f40b, + 0x0000f40c, 0x0000f40d, 0x0000f40e, 0x0000f40f, + 0x0000f410, 0x0000f411, 0x0000f412, 0x0000f413, + 0x0000f414, 0x0000f415, 0x0000f416, 0x0000f417, + 0x0000f418, 0x0000f419, 0x0000f41a, 0x0000f41b, + 0x0000f41c, 0x0000f41d, 0x0000f41e, 0x0000f41f, + 0x0000f420, 0x0000f421, 0x0000f422, 0x0000f423, + 0x0000f424, 0x0000f425, 0x0000f426, 0x0000f427, + 0x0000f428, 0x0000f429, 0x0000f42a, 0x0000f42b, + 0x0000f42c, 0x0000f42d, 0x0000f42e, 0x0000f42f, + 0x0000f430, 0x0000f431, 0x0000f432, 0x0000f433, + 0x0000f434, 0x0000f435, 0x0000f436, 0x0000f437, + 0x0000f438, 0x0000f439, 0x0000f43a, 0x0000f43b, + 0x0000f43c, 0x0000f43d, 0x0000f43e, 0x0000f43f, + 0x0000f440, 0x0000f441, 0x0000f442, 0x0000f443, + 0x0000f444, 0x0000f445, 0x0000f446, 0x0000f447, + 0x0000f448, 0x0000f449, 0x0000f44a, 0x0000f44b, + 0x0000f44c, 0x0000f44d, 0x0000f44e, 0x0000f44f, + 0x0000f450, 0x0000f451, 0x0000f452, 0x0000f453, + 0x0000f454, 0x0000f455, 0x0000f456, 0x0000f457, + 0x0000f458, 0x0000f459, 0x0000f45a, 0x0000f45b, + 0x0000f45c, 0x0000f45d, 0x0000f45e, 0x0000f45f, + 0x0000f460, 0x0000f461, 0x0000f462, 0x0000f463, + 0x0000f464, 0x0000f465, 0x0000f466, 0x0000f467, + 0x0000f468, 0x0000f469, 0x0000f46a, 0x0000f46b, + 0x0000f46c, 0x0000f46d, 0x0000f46e, 0x0000f46f, + 0x0000f470, 0x0000f471, 0x0000f472, 0x0000f473, + 0x0000f474, 0x0000f475, 0x0000f476, 0x0000f477, + 0x0000f478, 0x0000f479, 0x0000f47a, 0x0000f47b, + 0x0000f47c, 0x0000f47d, 0x0000f47e, 0x0000f47f, + 0x0000f480, 0x0000f481, 0x0000f482, 0x0000f483, + 0x0000f484, 0x0000f485, 0x0000f486, 0x0000f487, + 0x0000f488, 0x0000f489, 0x0000f48a, 0x0000f48b, + 0x0000f48c, 0x0000f48d, 0x0000f48e, 0x0000f48f, + 0x0000f490, 0x0000f491, 0x0000f492, 0x0000f493, + 0x0000f494, 0x0000f495, 0x0000f496, 0x0000f497, + 0x0000f498, 0x0000f499, 0x0000f49a, 0x0000f49b, + 0x0000f49c, 0x0000f49d, 0x0000f49e, 0x0000f49f, + 0x0000f4a0, 0x0000f4a1, 0x0000f4a2, 0x0000f4a3, + 0x0000f4a4, 0x0000f4a5, 0x0000f4a6, 0x0000f4a7, + 0x0000f4a8, 0x0000f4a9, 0x0000f4aa, 0x0000f4ab, + 0x0000f4ac, 0x0000f4ad, 0x0000f4ae, 0x0000f4af, + 0x0000f4b0, 0x0000f4b1, 0x0000f4b2, 0x0000f4b3, + 0x0000f4b4, 0x0000f4b5, 0x0000f4b6, 0x0000f4b7, + 0x0000f4b8, 0x0000f4b9, 0x0000f4ba, 0x0000f4bb, + 0x0000f4bc, 0x0000f4bd, 0x0000f4be, 0x0000f4bf, + 0x0000f4c0, 0x0000f4c1, 0x0000f4c2, 0x0000f4c3, + 0x0000f4c4, 0x0000f4c5, 0x0000f4c6, 0x0000f4c7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f4c8, 0x0000f4c9, + 0x0000f4ca, 0x0000f4cb, 0x0000f4cc, 0x0000f4cd, + 0x0000f4ce, 0x0000f4cf, 0x0000f4d0, 0x0000f4d1, + 0x0000f4d2, 0x0000f4d3, 0x0000f4d4, 0x0000f4d5, + 0x0000f4d6, 0x0000f4d7, 0x0000f4d8, 0x0000f4d9, + 0x0000f4da, 0x0000f4db, 0x0000f4dc, 0x0000f4dd, + 0x0000f4de, 0x0000f4df, 0x0000f4e0, 0x0000f4e1, + 0x0000f4e2, 0x0000f4e3, 0x0000f4e4, 0x0000f4e5, + 0x0000f4e6, 0x0000f4e7, 0x0000f4e8, 0x0000f4e9, + 0x0000f4ea, 0x0000f4eb, 0x0000f4ec, 0x0000f4ed, + 0x0000f4ee, 0x0000f4ef, 0x0000f4f0, 0x0000f4f1, + 0x0000f4f2, 0x0000f4f3, 0x0000f4f4, 0x0000f4f5, + 0x0000f4f6, 0x0000f4f7, 0x0000f4f8, 0x0000f4f9, + 0x0000f4fa, 0x0000f4fb, 0x0000f4fc, 0x0000f4fd, + 0x0000f4fe, 0x0000f4ff, 0x0000f500, 0x0000f501, + 0x0000f502, 0x0000f503, 0x0000f504, 0x0000f505, + 0x0000f506, 0x0000f507, 0x0000f508, 0x0000f509, + 0x0000f50a, 0x0000f50b, 0x0000f50c, 0x0000f50d, + 0x0000f50e, 0x0000f50f, 0x0000f510, 0x0000f511, + 0x0000f512, 0x0000f513, 0x0000f514, 0x0000f515, + 0x0000f516, 0x0000f517, 0x0000f518, 0x0000f519, + 0x0000f51a, 0x0000f51b, 0x0000f51c, 0x0000f51d, + 0x0000f51e, 0x0000f51f, 0x0000f520, 0x0000f521, + 0x0000f522, 0x0000f523, 0x0000f524, 0x0000f525, + 0x0000f526, 0x0000f527, 0x0000f528, 0x0000f529, + 0x0000f52a, 0x0000f52b, 0x0000f52c, 0x0000f52d, + 0x0000f52e, 0x0000f52f, 0x0000f530, 0x0000f531, + 0x0000f532, 0x0000f533, 0x0000f534, 0x0000f535, + 0x0000f536, 0x0000f537, 0x0000f538, 0x0000f539, + 0x0000f53a, 0x0000f53b, 0x0000f53c, 0x0000f53d, + 0x0000f53e, 0x0000f53f, 0x0000f540, 0x0000f541, + 0x0000f542, 0x0000f543, 0x0000f544, 0x0000f545, + 0x0000f546, 0x0000f547, 0x0000f548, 0x0000f549, + 0x0000f54a, 0x0000f54b, 0x0000f54c, 0x0000f54d, + 0x0000f54e, 0x0000f54f, 0x0000f550, 0x0000f551, + 0x0000f552, 0x0000f553, 0x0000f554, 0x0000f555, + 0x0000f556, 0x0000f557, 0x0000f558, 0x0000f559, + 0x0000f55a, 0x0000f55b, 0x0000f55c, 0x0000f55d, + 0x0000f55e, 0x0000f55f, 0x0000f560, 0x0000f561, + 0x0000f562, 0x0000f563, 0x0000f564, 0x0000f565, + 0x0000f566, 0x0000f567, 0x0000f568, 0x0000f569, + 0x0000f56a, 0x0000f56b, 0x0000f56c, 0x0000f56d, + 0x0000f56e, 0x0000f56f, 0x0000f570, 0x0000f571, + 0x0000f572, 0x0000f573, 0x0000f574, 0x0000f575, + 0x0000f576, 0x0000f577, 0x0000f578, 0x0000f579, + 0x0000f57a, 0x0000f57b, 0x0000f57c, 0x0000f57d, + 0x0000f57e, 0x0000f57f, 0x0000f580, 0x0000f581, + 0x0000f582, 0x0000f583, 0x0000f584, 0x0000f585, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f586, 0x0000f587, + 0x0000f588, 0x0000f589, 0x0000f58a, 0x0000f58b, + 0x0000f58c, 0x0000f58d, 0x0000f58e, 0x0000f58f, + 0x0000f590, 0x0000f591, 0x0000f592, 0x0000f593, + 0x0000f594, 0x0000f595, 0x0000f596, 0x0000f597, + 0x0000f598, 0x0000f599, 0x0000f59a, 0x0000f59b, + 0x0000f59c, 0x0000f59d, 0x0000f59e, 0x0000f59f, + 0x0000f5a0, 0x0000f5a1, 0x0000f5a2, 0x0000f5a3, + 0x0000f5a4, 0x0000f5a5, 0x0000f5a6, 0x0000f5a7, + 0x0000f5a8, 0x0000f5a9, 0x0000f5aa, 0x0000f5ab, + 0x0000f5ac, 0x0000f5ad, 0x0000f5ae, 0x0000f5af, + 0x0000f5b0, 0x0000f5b1, 0x0000f5b2, 0x0000f5b3, + 0x0000f5b4, 0x0000f5b5, 0x0000f5b6, 0x0000f5b7, + 0x0000f5b8, 0x0000f5b9, 0x0000f5ba, 0x0000f5bb, + 0x0000f5bc, 0x0000f5bd, 0x0000f5be, 0x0000f5bf, + 0x0000f5c0, 0x0000f5c1, 0x0000f5c2, 0x0000f5c3, + 0x0000f5c4, 0x0000f5c5, 0x0000f5c6, 0x0000f5c7, + 0x0000f5c8, 0x0000f5c9, 0x0000f5ca, 0x0000f5cb, + 0x0000f5cc, 0x0000f5cd, 0x0000f5ce, 0x0000f5cf, + 0x0000f5d0, 0x0000f5d1, 0x0000f5d2, 0x0000f5d3, + 0x0000f5d4, 0x0000f5d5, 0x0000f5d6, 0x0000f5d7, + 0x0000f5d8, 0x0000f5d9, 0x0000f5da, 0x0000f5db, + 0x0000f5dc, 0x0000f5dd, 0x0000f5de, 0x0000f5df, + 0x0000f5e0, 0x0000f5e1, 0x0000f5e2, 0x0000f5e3, + 0x0000f5e4, 0x0000f5e5, 0x0000f5e6, 0x0000f5e7, + 0x0000f5e8, 0x0000f5e9, 0x0000f5ea, 0x0000f5eb, + 0x0000f5ec, 0x0000f5ed, 0x0000f5ee, 0x0000f5ef, + 0x0000f5f0, 0x0000f5f1, 0x0000f5f2, 0x0000f5f3, + 0x0000f5f4, 0x0000f5f5, 0x0000f5f6, 0x0000f5f7, + 0x0000f5f8, 0x0000f5f9, 0x0000f5fa, 0x0000f5fb, + 0x0000f5fc, 0x0000f5fd, 0x0000f5fe, 0x0000f5ff, + 0x0000f600, 0x0000f601, 0x0000f602, 0x0000f603, + 0x0000f604, 0x0000f605, 0x0000f606, 0x0000f607, + 0x0000f608, 0x0000f609, 0x0000f60a, 0x0000f60b, + 0x0000f60c, 0x0000f60d, 0x0000f60e, 0x0000f60f, + 0x0000f610, 0x0000f611, 0x0000f612, 0x0000f613, + 0x0000f614, 0x0000f615, 0x0000f616, 0x0000f617, + 0x0000f618, 0x0000f619, 0x0000f61a, 0x0000f61b, + 0x0000f61c, 0x0000f61d, 0x0000f61e, 0x0000f61f, + 0x0000f620, 0x0000f621, 0x0000f622, 0x0000f623, + 0x0000f624, 0x0000f625, 0x0000f626, 0x0000f627, + 0x0000f628, 0x0000f629, 0x0000f62a, 0x0000f62b, + 0x0000f62c, 0x0000f62d, 0x0000f62e, 0x0000f62f, + 0x0000f630, 0x0000f631, 0x0000f632, 0x0000f633, + 0x0000f634, 0x0000f635, 0x0000f636, 0x0000f637, + 0x0000f638, 0x0000f639, 0x0000f63a, 0x0000f63b, + 0x0000f63c, 0x0000f63d, 0x0000f63e, 0x0000f63f, + 0x0000f640, 0x0000f641, 0x0000f642, 0x0000f643, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f644, 0x0000f645, + 0x0000f646, 0x0000f647, 0x0000f648, 0x0000f649, + 0x0000f64a, 0x0000f64b, 0x0000f64c, 0x0000f64d, + 0x0000f64e, 0x0000f64f, 0x0000f650, 0x0000f651, + 0x0000f652, 0x0000f653, 0x0000f654, 0x0000f655, + 0x0000f656, 0x0000f657, 0x0000f658, 0x0000f659, + 0x0000f65a, 0x0000f65b, 0x0000f65c, 0x0000f65d, + 0x0000f65e, 0x0000f65f, 0x0000f660, 0x0000f661, + 0x0000f662, 0x0000f663, 0x0000f664, 0x0000f665, + 0x0000f666, 0x0000f667, 0x0000f668, 0x0000f669, + 0x0000f66a, 0x0000f66b, 0x0000f66c, 0x0000f66d, + 0x0000f66e, 0x0000f66f, 0x0000f670, 0x0000f671, + 0x0000f672, 0x0000f673, 0x0000f674, 0x0000f675, + 0x0000f676, 0x0000f677, 0x0000f678, 0x0000f679, + 0x0000f67a, 0x0000f67b, 0x0000f67c, 0x0000f67d, + 0x0000f67e, 0x0000f67f, 0x0000f680, 0x0000f681, + 0x0000f682, 0x0000f683, 0x0000f684, 0x0000f685, + 0x0000f686, 0x0000f687, 0x0000f688, 0x0000f689, + 0x0000f68a, 0x0000f68b, 0x0000f68c, 0x0000f68d, + 0x0000f68e, 0x0000f68f, 0x0000f690, 0x0000f691, + 0x0000f692, 0x0000f693, 0x0000f694, 0x0000f695, + 0x0000f696, 0x0000f697, 0x0000f698, 0x0000f699, + 0x0000f69a, 0x0000f69b, 0x0000f69c, 0x0000f69d, + 0x0000f69e, 0x0000f69f, 0x0000f6a0, 0x0000f6a1, + 0x0000f6a2, 0x0000f6a3, 0x0000f6a4, 0x0000f6a5, + 0x0000f6a6, 0x0000f6a7, 0x0000f6a8, 0x0000f6a9, + 0x0000f6aa, 0x0000f6ab, 0x0000f6ac, 0x0000f6ad, + 0x0000f6ae, 0x0000f6af, 0x0000f6b0, 0x0000f6b1, + 0x0000f6b2, 0x0000f6b3, 0x0000f6b4, 0x0000f6b5, + 0x0000f6b6, 0x0000f6b7, 0x0000f6b8, 0x0000f6b9, + 0x0000f6ba, 0x0000f6bb, 0x0000f6bc, 0x0000f6bd, + 0x0000f6be, 0x0000f6bf, 0x0000f6c0, 0x0000f6c1, + 0x0000f6c2, 0x0000f6c3, 0x0000f6c4, 0x0000f6c5, + 0x0000f6c6, 0x0000f6c7, 0x0000f6c8, 0x0000f6c9, + 0x0000f6ca, 0x0000f6cb, 0x0000f6cc, 0x0000f6cd, + 0x0000f6ce, 0x0000f6cf, 0x0000f6d0, 0x0000f6d1, + 0x0000f6d2, 0x0000f6d3, 0x0000f6d4, 0x0000f6d5, + 0x0000f6d6, 0x0000f6d7, 0x0000f6d8, 0x0000f6d9, + 0x0000f6da, 0x0000f6db, 0x0000f6dc, 0x0000f6dd, + 0x0000f6de, 0x0000f6df, 0x0000f6e0, 0x0000f6e1, + 0x0000f6e2, 0x0000f6e3, 0x0000f6e4, 0x0000f6e5, + 0x0000f6e6, 0x0000f6e7, 0x0000f6e8, 0x0000f6e9, + 0x0000f6ea, 0x0000f6eb, 0x0000f6ec, 0x0000f6ed, + 0x0000f6ee, 0x0000f6ef, 0x0000f6f0, 0x0000f6f1, + 0x0000f6f2, 0x0000f6f3, 0x0000f6f4, 0x0000f6f5, + 0x0000f6f6, 0x0000f6f7, 0x0000f6f8, 0x0000f6f9, + 0x0000f6fa, 0x0000f6fb, 0x0000f6fc, 0x0000f6fd, + 0x0000f6fe, 0x0000f6ff, 0x0000f700, 0x0000f701, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f702, 0x0000f703, + 0x0000f704, 0x0000f705, 0x0000f706, 0x0000f707, + 0x0000f708, 0x0000f709, 0x0000f70a, 0x0000f70b, + 0x0000f70c, 0x0000f70d, 0x0000f70e, 0x0000f70f, + 0x0000f710, 0x0000f711, 0x0000f712, 0x0000f713, + 0x0000f714, 0x0000f715, 0x0000f716, 0x0000f717, + 0x0000f718, 0x0000f719, 0x0000f71a, 0x0000f71b, + 0x0000f71c, 0x0000f71d, 0x0000f71e, 0x0000f71f, + 0x0000f720, 0x0000f721, 0x0000f722, 0x0000f723, + 0x0000f724, 0x0000f725, 0x0000f726, 0x0000f727, + 0x0000f728, 0x0000f729, 0x0000f72a, 0x0000f72b, + 0x0000f72c, 0x0000f72d, 0x0000f72e, 0x0000f72f, + 0x0000f730, 0x0000f731, 0x0000f732, 0x0000f733, + 0x0000f734, 0x0000f735, 0x0000f736, 0x0000f737, + 0x0000f738, 0x0000f739, 0x0000f73a, 0x0000f73b, + 0x0000f73c, 0x0000f73d, 0x0000f73e, 0x0000f73f, + 0x0000f740, 0x0000f741, 0x0000f742, 0x0000f743, + 0x0000f744, 0x0000f745, 0x0000f746, 0x0000f747, + 0x0000f748, 0x0000f749, 0x0000f74a, 0x0000f74b, + 0x0000f74c, 0x0000f74d, 0x0000f74e, 0x0000f74f, + 0x0000f750, 0x0000f751, 0x0000f752, 0x0000f753, + 0x0000f754, 0x0000f755, 0x0000f756, 0x0000f757, + 0x0000f758, 0x0000f759, 0x0000f75a, 0x0000f75b, + 0x0000f75c, 0x0000f75d, 0x0000f75e, 0x0000f75f, + 0x0000f760, 0x0000f761, 0x0000f762, 0x0000f763, + 0x0000f764, 0x0000f765, 0x0000f766, 0x0000f767, + 0x0000f768, 0x0000f769, 0x0000f76a, 0x0000f76b, + 0x0000f76c, 0x0000f76d, 0x0000f76e, 0x0000f76f, + 0x0000f770, 0x0000f771, 0x0000f772, 0x0000f773, + 0x0000f774, 0x0000f775, 0x0000f776, 0x0000f777, + 0x0000f778, 0x0000f779, 0x0000f77a, 0x0000f77b, + 0x0000f77c, 0x0000f77d, 0x0000f77e, 0x0000f77f, + 0x0000f780, 0x0000f781, 0x0000f782, 0x0000f783, + 0x0000f784, 0x0000f785, 0x0000f786, 0x0000f787, + 0x0000f788, 0x0000f789, 0x0000f78a, 0x0000f78b, + 0x0000f78c, 0x0000f78d, 0x0000f78e, 0x0000f78f, + 0x0000f790, 0x0000f791, 0x0000f792, 0x0000f793, + 0x0000f794, 0x0000f795, 0x0000f796, 0x0000f797, + 0x0000f798, 0x0000f799, 0x0000f79a, 0x0000f79b, + 0x0000f79c, 0x0000f79d, 0x0000f79e, 0x0000f79f, + 0x0000f7a0, 0x0000f7a1, 0x0000f7a2, 0x0000f7a3, + 0x0000f7a4, 0x0000f7a5, 0x0000f7a6, 0x0000f7a7, + 0x0000f7a8, 0x0000f7a9, 0x0000f7aa, 0x0000f7ab, + 0x0000f7ac, 0x0000f7ad, 0x0000f7ae, 0x0000f7af, + 0x0000f7b0, 0x0000f7b1, 0x0000f7b2, 0x0000f7b3, + 0x0000f7b4, 0x0000f7b5, 0x0000f7b6, 0x0000f7b7, + 0x0000f7b8, 0x0000f7b9, 0x0000f7ba, 0x0000f7bb, + 0x0000f7bc, 0x0000f7bd, 0x0000f7be, 0x0000f7bf, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f7c0, 0x0000f7c1, + 0x0000f7c2, 0x0000f7c3, 0x0000f7c4, 0x0000f7c5, + 0x0000f7c6, 0x0000f7c7, 0x0000f7c8, 0x0000f7c9, + 0x0000f7ca, 0x0000f7cb, 0x0000f7cc, 0x0000f7cd, + 0x0000f7ce, 0x0000f7cf, 0x0000f7d0, 0x0000f7d1, + 0x0000f7d2, 0x0000f7d3, 0x0000f7d4, 0x0000f7d5, + 0x0000f7d6, 0x0000f7d7, 0x0000f7d8, 0x0000f7d9, + 0x0000f7da, 0x0000f7db, 0x0000f7dc, 0x0000f7dd, + 0x0000f7de, 0x0000f7df, 0x0000f7e0, 0x0000f7e1, + 0x0000f7e2, 0x0000f7e3, 0x0000f7e4, 0x0000f7e5, + 0x0000f7e6, 0x0000f7e7, 0x0000f7e8, 0x0000f7e9, + 0x0000f7ea, 0x0000f7eb, 0x0000f7ec, 0x0000f7ed, + 0x0000f7ee, 0x0000f7ef, 0x0000f7f0, 0x0000f7f1, + 0x0000f7f2, 0x0000f7f3, 0x0000f7f4, 0x0000f7f5, + 0x0000f7f6, 0x0000f7f7, 0x0000f7f8, 0x0000f7f9, + 0x0000f7fa, 0x0000f7fb, 0x0000f7fc, 0x0000f7fd, + 0x0000f7fe, 0x0000f7ff, 0x0000f800, 0x0000f801, + 0x0000f802, 0x0000f803, 0x0000f804, 0x0000f805, + 0x0000f806, 0x0000f807, 0x0000f808, 0x0000f809, + 0x0000f80a, 0x0000f80b, 0x0000f80c, 0x0000f80d, + 0x0000f80e, 0x0000f80f, 0x0000f810, 0x0000f811, + 0x0000f812, 0x0000f813, 0x0000f814, 0x0000f815, + 0x0000f816, 0x0000f817, 0x0000f818, 0x0000f819, + 0x0000f81a, 0x0000f81b, 0x0000f81c, 0x0000f81d, + 0x0000f81e, 0x0000f81f, 0x0000f820, 0x0000f821, + 0x0000f822, 0x0000f823, 0x0000f824, 0x0000f825, + 0x0000f826, 0x0000f827, 0x0000f828, 0x0000f829, + 0x0000f82a, 0x0000f82b, 0x0000f82c, 0x0000f82d, + 0x0000f82e, 0x0000f82f, 0x0000f830, 0x0000f831, + 0x0000f832, 0x0000f833, 0x0000f834, 0x0000f835, + 0x0000f836, 0x0000f837, 0x0000f838, 0x0000f839, + 0x0000f83a, 0x0000f83b, 0x0000f83c, 0x00004e0f, + 0x0002000b, 0x00003402, 0x00004e29, 0x00004e2c, + 0x00020089, 0x00004e48, 0x000200a2, 0x000200a4, + 0x00003406, 0x0000342c, 0x0000342e, 0x00004ebb, + 0x000201a2, 0x00004ebc, 0x00004ec8, 0x00004eeb, + 0x00004f64, 0x00020213, 0x0000fa30, 0x00004fe6, + 0x00004ff1, 0x00005002, 0x00003468, 0x0000346a, + 0x00005088, 0x00005095, 0x000050a3, 0x0002032b, + 0x000050b1, 0x000050bb, 0x00020371, 0x000050d9, + 0x000050e1, 0x0000fa31, 0x00020381, 0x000050f3, + 0x00003492, 0x000203f9, 0x0002044a, 0x0000fa32, + 0x00005160, 0x00020509, 0x000034b5, 0x000034bc, + 0x000034c1, 0x000034c7, 0x000205d6, 0x000051c3, + 0x000051ca, 0x00020628, 0x000034db, 0x0000525d, + 0x0002074f, 0x0000526c, 0x00005284, 0x00020807, + 0x0002083a, 0x0000fa33, 0x000052ca, 0x0000351f, + 0x000052d0, 0x0000fa34, 0x000208b9, 0x000052fb, + 0x0002097c, 0x0000fa35, 0x0002099d, 0x00005367, + 0x0000537a, 0x0000537d, 0x00020ad3, 0x00020b1d, + 0x0000355d, 0x0000355e, 0x00003563, 0x00020b9f, + 0x000053f4, 0x00005412, 0x0000541e, 0x00005424, + 0x0000356e, 0x00005455, 0x0000546c, 0x000054a0, + 0x000054c3, 0x000054f1, 0x000054f3, 0x000035a6, + 0x000035a8, 0x00020d45, 0x0000557d, 0x000035c5, + 0x0000fa36, 0x00020de1, 0x000055dd, 0x000035da, + 0x00020e64, 0x00020e6d, 0x00020e95, 0x0000fa37, + 0x00005607, 0x00005628, 0x00020f5f, 0x000035f4, + 0x00005647, 0x00005653, 0x0000fa38, 0x00005676, + 0x00003605, 0x000056b2, 0x00021201, 0x0002123d, + 0x00005721, 0x00021255, 0x00021274, 0x0002127b, + 0x000212d7, 0x000212e4, 0x000212fd, 0x000057d7, + 0x0002131b, 0x0000364a, 0x000057fb, 0x00021336, + 0x00021344, 0x0000fa39, 0x000213c4, 0x0000588b, + 0x0000fa3a, 0x000058aa, 0x000058c3, 0x0002146d, + 0x0002146e, 0x000058e0, 0x000058f4, 0x0000590d, + 0x000215d7, 0x00003691, 0x00005173, 0x0000593d, + 0x00003696, 0x00003699, 0x00021647, 0x000216b4, + 0x00021706, 0x000059f8, 0x000036cf, 0x00005a17, + 0x00021742, 0x00005a84, 0x00005af0, 0x000218bd, + 0x000219c3, 0x00003761, 0x00005bce, 0x00003762, + 0x0000376b, 0x0000376c, 0x00003775, 0x00005c03, + 0x00005c12, 0x0000378d, 0x00021c56, 0x00005c5b, + 0x00005c5f, 0x0000fa3b, 0x0000fa3c, 0x00021d2d, + 0x00021d45, 0x00021d62, 0x00021d78, 0x00005ca7, + 0x00005cad, 0x00021d92, 0x00021d9c, 0x000037c1, + 0x00021da1, 0x00005cd0, 0x00021db7, 0x00021de0, + 0x00005d10, 0x00005d1d, 0x00005d20, 0x00021e33, + 0x00021e34, 0x000037e2, 0x00005d47, 0x000037e8, + 0x000037f4, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000037fd, + 0x00003800, 0x00005d97, 0x00021f1e, 0x00005da4, + 0x00021f76, 0x00005dd1, 0x00005dd7, 0x00021ffa, + 0x00005de2, 0x0000382f, 0x00003836, 0x00003840, + 0x0000385c, 0x00003861, 0x0002217b, 0x00005e77, + 0x00022218, 0x00005eb9, 0x0000f928, 0x00005ed9, + 0x0002231e, 0x00005ef9, 0x00005efd, 0x00005f00, + 0x000223ad, 0x00005f1e, 0x00005fb5, 0x000038fa, + 0x00006022, 0x00003917, 0x0000391a, 0x0000fa3d, + 0x000226f3, 0x000060ee, 0x0000396f, 0x0000613a, + 0x0000fa3e, 0x0000fa3f, 0x0002285b, 0x000228ab, + 0x0000fa40, 0x000061f5, 0x0002298f, 0x0000623e, + 0x00006261, 0x0000627b, 0x00006285, 0x00006299, + 0x00022ab8, 0x00006332, 0x0000633b, 0x00022b46, + 0x00006359, 0x00022b4f, 0x00022b50, 0x00022ba6, + 0x000063eb, 0x000063ed, 0x00022c1d, 0x00022c24, + 0x000063f7, 0x00006479, 0x00022de1, 0x00003a6e, + 0x00003a73, 0x00006532, 0x00006544, 0x0000fa41, + 0x00006584, 0x000065b5, 0x000065b8, 0x0000fa42, + 0x00003ad6, 0x00003ad7, 0x000065fc, 0x0000663a, + 0x00006648, 0x00003aea, 0x0000665a, 0x000231b6, + 0x00006663, 0x000231c3, 0x000231c4, 0x0000666d, + 0x000231f5, 0x0000fa43, 0x00003b0e, 0x00003b1a, + 0x00003b1c, 0x000066c6, 0x00003b22, 0x00006701, + 0x00006712, 0x00023372, 0x0000674d, 0x000233d0, + 0x000233d2, 0x000233d3, 0x000233d5, 0x000233da, + 0x00006792, 0x000233df, 0x000233e4, 0x000067db, + 0x00006810, 0x000067fc, 0x00006818, 0x0000683e, + 0x00006849, 0x0002344a, 0x0002344b, 0x00023451, + 0x00023465, 0x0000fa44, 0x00006890, 0x00003b6d, + 0x00006899, 0x000068ab, 0x000068b4, 0x00003b77, + 0x000068c3, 0x000068e4, 0x000068f7, 0x00006903, + 0x00006907, 0x000234e4, 0x00003b88, 0x00003b87, + 0x00003b8d, 0x00006946, 0x0002355a, 0x00023594, + 0x00003ba4, 0x000069b0, 0x000069c0, 0x000069cf, + 0x00003bb6, 0x000235c4, 0x000069e3, 0x000069e9, + 0x000069ea, 0x000069f4, 0x000069f6, 0x00003bc3, + 0x00023638, 0x00023639, 0x0002363a, 0x00023647, + 0x00003bcd, 0x00006a33, 0x00006a7a, 0x00003bf0, + 0x00006a94, 0x00006aa1, 0x0002370c, 0x0002371c, + 0x0002373f, 0x00023763, 0x00023764, 0x00006af3, + 0x00003c0f, 0x000237e7, 0x0000f91d, 0x000237ff, + 0x00006b0b, 0x00023824, 0x0002383d, 0x00003c26, + 0x00006b65, 0x00006b6c, 0x00006b77, 0x00006b7a, + 0x00006b81, 0x0000f970, 0x00023a98, 0x00006bc7, + 0x00006bc8, 0x00006bcf, 0x00006bd7, 0x00006c0a, + 0x00023c7f, 0x00006c84, 0x00003cc3, 0x00006caa, + 0x00006cad, 0x00006ced, 0x00003cd2, 0x00006cfb, + 0x00006d00, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00006d24, + 0x00006d34, 0x00023cfe, 0x00023d00, 0x00023d0e, + 0x00006d58, 0x00006d5b, 0x00006d60, 0x0000fa45, + 0x00006d80, 0x00006d81, 0x00006d89, 0x00006d8a, + 0x00006d8d, 0x00023d40, 0x00006dab, 0x00006dae, + 0x00006dc2, 0x00006dd0, 0x00006dda, 0x00023dd3, + 0x00006e17, 0x00023df9, 0x00023dfa, 0x0000fa46, + 0x00003d11, 0x00006e34, 0x00006e4c, 0x00003d1e, + 0x00006eab, 0x00006eb4, 0x00006ed9, 0x00006f10, + 0x0000fa47, 0x00006f25, 0x00006f35, 0x00006f60, + 0x00023f7e, 0x00006f98, 0x00003d64, 0x00006fbe, + 0x00006fc9, 0x0000700a, 0x00024096, 0x0000703a, + 0x00024103, 0x00007047, 0x00003d9a, 0x00007069, + 0x0000709f, 0x000241c6, 0x000241fe, 0x000070ec, + 0x00007108, 0x00003dc0, 0x0000712e, 0x00007151, + 0x00007153, 0x00003dd4, 0x0000fa48, 0x00007196, + 0x000071ae, 0x000243bc, 0x00003e05, 0x00007215, + 0x0000fa49, 0x00007257, 0x00024629, 0x00003e3f, + 0x000246a5, 0x000072b0, 0x000072c0, 0x00003e60, + 0x00003e66, 0x00003e68, 0x00003e83, 0x00007333, + 0x000247f1, 0x00007339, 0x00003e94, 0x00024896, + 0x0000738a, 0x00007394, 0x000073a8, 0x00007413, + 0x0000fa4a, 0x00007453, 0x00007488, 0x00007497, + 0x00024a4d, 0x000074a5, 0x000074ba, 0x000074d6, + 0x00024b56, 0x00024b6f, 0x00024c16, 0x00003f57, + 0x0000756c, 0x00007572, 0x00024d14, 0x0000758c, + 0x00003f72, 0x00003f75, 0x00003f77, 0x000075b0, + 0x000075b7, 0x000075d3, 0x000075dd, 0x00003fae, + 0x00024e0e, 0x00007618, 0x00024e37, 0x00007628, + 0x00024e6a, 0x00003fc9, 0x00024e8b, 0x00003fd7, + 0x000076a1, 0x000076af, 0x000076b6, 0x0002504a, + 0x00025055, 0x00025122, 0x00004039, 0x000251a9, + 0x000251cd, 0x00007758, 0x000251e5, 0x0000777c, + 0x0002521e, 0x00004058, 0x0002524c, 0x000077a4, + 0x000077a9, 0x00004093, 0x0002542e, 0x0000782c, + 0x00007819, 0x0000784f, 0x00007851, 0x0002548e, + 0x0000fa4b, 0x000254d9, 0x0002550e, 0x000078f9, + 0x000078fe, 0x000255a7, 0x0000791b, 0x0000792e, + 0x0000fa4c, 0x0000fa4e, 0x0000fa4d, 0x0000fa4f, + 0x0000fa50, 0x0000fa51, 0x00004105, 0x0000fa52, + 0x0000fa53, 0x000079cc, 0x000079cd, 0x00025771, + 0x00004148, 0x000257a9, 0x000257b4, 0x0000414f, + 0x00004163, 0x0000fa54, 0x0000fa55, 0x000259c4, + 0x000259d4, 0x000041b4, 0x00007abe, 0x000041bf, + 0x00025ae3, 0x00025ae4, 0x00025af1, 0x00007b12, + 0x000041e6, 0x00007b3b, 0x000041ee, 0x000041f3, + 0x00007b79, 0x00007b7f, 0x00004207, 0x00025bb2, + 0x0000420e, 0x0000fa56, 0x00025c4b, 0x00025c64, + 0x00007bf0, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00007c1e, + 0x00004264, 0x00007c45, 0x00025da1, 0x00007c57, + 0x00007c6f, 0x00025e2e, 0x00025e56, 0x00025e62, + 0x00025e65, 0x00025ec2, 0x00025ed8, 0x00025ee8, + 0x00025f23, 0x00025f5c, 0x000042c6, 0x00025fd4, + 0x00025fe0, 0x000042d6, 0x00025ffb, 0x000042dd, + 0x0002600c, 0x00026017, 0x00007dc0, 0x00026060, + 0x00007de3, 0x0000fa57, 0x00004302, 0x0000fa58, + 0x000260ed, 0x0000fa59, 0x00007e75, 0x0000432b, + 0x00004343, 0x00026270, 0x00026286, 0x0000fa5a, + 0x0002634c, 0x0000517b, 0x00026402, 0x00008002, + 0x0000fa5b, 0x00008043, 0x0000807b, 0x00008099, + 0x000080a4, 0x000080c5, 0x000080ca, 0x000080e6, + 0x0002667e, 0x000080f5, 0x000080fb, 0x000266b0, + 0x000043ee, 0x0000810d, 0x000043f0, 0x0000813d, + 0x00004408, 0x0002671d, 0x00004417, 0x0000441c, + 0x00004422, 0x000081c1, 0x000081d6, 0x000268dd, + 0x000268ea, 0x0000fa5c, 0x00004453, 0x00026951, + 0x0002696f, 0x00008204, 0x0000445b, 0x000269dd, + 0x00026a1e, 0x0000823c, 0x00008249, 0x00004476, + 0x00026a58, 0x0000447a, 0x00008257, 0x00026a8c, + 0x00026ab7, 0x00004491, 0x0000fa5d, 0x0000fa5e, + 0x00008279, 0x00026aff, 0x00008293, 0x0000830c, + 0x000044b3, 0x000044be, 0x00008363, 0x000044d4, + 0x00026c29, 0x000083e1, 0x000083e5, 0x00026c73, + 0x00008417, 0x0000fa5f, 0x00026cdd, 0x0000845f, + 0x00008497, 0x00004508, 0x000084ce, 0x0000450d, + 0x0000851b, 0x00026e40, 0x00026e65, 0x00004525, + 0x0000853e, 0x00004543, 0x00026f94, 0x00026ff6, + 0x00026ff7, 0x00026ff8, 0x000085d9, 0x000085e1, + 0x00008624, 0x000270f4, 0x0002710d, 0x00008639, + 0x00027139, 0x0000865b, 0x0000f936, 0x0000459d, + 0x00008687, 0x00008689, 0x0000869d, 0x000086e6, + 0x000045b8, 0x00008751, 0x0000877c, 0x000273da, + 0x000273db, 0x000273fe, 0x000045e5, 0x00027410, + 0x000045ea, 0x00027449, 0x000087e5, 0x000087e6, + 0x000087ec, 0x000087f5, 0x0000460f, 0x00027614, + 0x00027615, 0x0000886f, 0x00027631, 0x000088bc, + 0x00027684, 0x00027693, 0x00004641, 0x0000fa60, + 0x0002770e, 0x00008937, 0x00027723, 0x00027752, + 0x00004665, 0x00008980, 0x0000fa61, 0x000046a1, + 0x000046af, 0x00008a21, 0x00027985, 0x00008ad0, + 0x0000fa62, 0x00027a84, 0x00008b0d, 0x0000fa63, + 0x0000470c, 0x00008b51, 0x00008b69, 0x00008b9d, + 0x00027bb3, 0x00027bbe, 0x00027bc7, 0x00027cb8, + 0x00004764, 0x0000fa64, 0x00027da0, 0x00008cf1, + 0x0000fa65, 0x00027e10, 0x00008d0e, 0x00027fb7, + 0x00008e0c, 0x000047fd, 0x0002808a, 0x000280bb, + 0x00004816, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008e98, + 0x00008eb6, 0x00028277, 0x00028282, 0x00004844, + 0x0000484e, 0x000282f3, 0x00008f2b, 0x00008f4a, + 0x000283cd, 0x0002840c, 0x00008fb4, 0x0000fa66, + 0x00028455, 0x0000fa67, 0x0002856b, 0x000285c8, + 0x000285c9, 0x000048b5, 0x000286d7, 0x000090f2, + 0x000286fa, 0x00009146, 0x000091c4, 0x00028946, + 0x00028949, 0x00009217, 0x00009256, 0x0002896b, + 0x00028987, 0x00028988, 0x000289ba, 0x000289bb, + 0x000092f7, 0x00009304, 0x00028a1e, 0x00028a29, + 0x0000934a, 0x0000936b, 0x00028a43, 0x00028a71, + 0x00028a99, 0x00028acd, 0x00028add, 0x00028ae4, + 0x000093f1, 0x000093f5, 0x00028bc1, 0x00028bef, + 0x00009586, 0x00028d10, 0x00028d71, 0x000049b0, + 0x00028dfb, 0x00009634, 0x00028e1f, 0x00028e36, + 0x00028e89, 0x00028eeb, 0x000049e7, 0x00028f32, + 0x000096bd, 0x000049fa, 0x00028ff8, 0x00004a04, + 0x0000fa68, 0x00009714, 0x00004a29, 0x00009736, + 0x00009747, 0x000292a0, 0x000292b1, 0x0000fa69, + 0x00009804, 0x00004abc, 0x00029490, 0x0000fa6a, + 0x0000f9d0, 0x000295cf, 0x000098bc, 0x000098c7, + 0x000098cb, 0x0002967f, 0x000098e0, 0x000098f0, + 0x000098f1, 0x00004b3b, 0x000296f0, 0x00029719, + 0x00029750, 0x000099a3, 0x000298c6, 0x000099fc, + 0x00009a0a, 0x00009a1a, 0x00009a31, 0x00009a52, + 0x00009a58, 0x00004bc2, 0x00004bca, 0x00009ab7, + 0x00004bd2, 0x00029a72, 0x00004be8, 0x00004c17, + 0x00004c20, 0x00009b76, 0x00029ddb, 0x00009bee, + 0x00029e15, 0x00029e3d, 0x00029e49, 0x00009c1d, + 0x00029e8a, 0x00029ec4, 0x00029edb, 0x00029ee9, + 0x00009c65, 0x00009c6d, 0x00009c7a, 0x00029fce, + 0x00004cc4, 0x0002a01a, 0x00004cd1, 0x0002a02f, + 0x00009d52, 0x0002a082, 0x00009d73, 0x00009d99, + 0x0002a0f9, 0x00009dbd, 0x00009dc0, 0x00009de3, + 0x0002a190, 0x00004d07, 0x00009e0d, 0x0002a38c, + 0x00009ebd, 0x00009ec3, 0x0002a437, 0x00004d77, + 0x0002a5f1, 0x0002a602, 0x0002a61a, 0x0002a6b2, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00004e02, + 0x00004e04, 0x00004e05, 0x00004e0c, 0x00004e12, + 0x00004e1f, 0x00004e23, 0x00004e24, 0x00004e2b, + 0x00004e2e, 0x00004e2f, 0x00004e30, 0x00004e35, + 0x00004e40, 0x00004e41, 0x00004e44, 0x00004e47, + 0x00004e51, 0x00004e5a, 0x00004e5c, 0x00004e63, + 0x00004e68, 0x00004e69, 0x00004e74, 0x00004e75, + 0x00004e79, 0x00004e7f, 0x00004e8d, 0x00004e96, + 0x00004e97, 0x00004e9d, 0x00004eaf, 0x00004eb9, + 0x00004ec3, 0x00004ed0, 0x00004eda, 0x00004edb, + 0x00004ee0, 0x00004ee2, 0x00004ee8, 0x00004eef, + 0x00004ef1, 0x00004ef3, 0x00004ef5, 0x00004efd, + 0x00004efe, 0x00004eff, 0x00004f02, 0x00004f08, + 0x00004f0b, 0x00004f0c, 0x00004f12, 0x00004f15, + 0x00004f16, 0x00004f17, 0x00004f19, 0x00004f2e, + 0x00004f31, 0x00004f33, 0x00004f35, 0x00004f37, + 0x00004f3b, 0x00004f3e, 0x00004f40, 0x00004f42, + 0x00004f48, 0x00004f49, 0x00004f4b, 0x00004f4c, + 0x00004f52, 0x00004f54, 0x00004f58, 0x00004f5f, + 0x00004f60, 0x00004f63, 0x00004f6a, 0x00004f6c, + 0x00004f6e, 0x00004f71, 0x00004f77, 0x00004f78, + 0x00004f79, 0x00004f7a, 0x00004f7d, 0x00004f7e, + 0x00004f81, 0x00004f82, 0x00004f84, 0x00004f85, + 0x00004f89, 0x00004f8c, 0x00004f8e, 0x00004f90, + 0x00004f93, 0x00004f97, 0x00004f99, 0x00004f9e, + 0x00004f9f, 0x00004fb2, 0x00004fb7, 0x00004fb9, + 0x00004fbb, 0x00004fbc, 0x00004fbd, 0x00004fbe, + 0x00004fc0, 0x00004fc1, 0x00004fc5, 0x00004fc6, + 0x00004fc8, 0x00004fcb, 0x00004fcc, 0x00004fcf, + 0x00004fd2, 0x00004fdc, 0x00004fe0, 0x00004fe2, + 0x00004ff0, 0x00004ff2, 0x00004ffc, 0x00004ffd, + 0x00005000, 0x00005001, 0x00005004, 0x00005007, + 0x0000500a, 0x0000500c, 0x0000500e, 0x00005010, + 0x00005013, 0x00005017, 0x00005018, 0x0000501b, + 0x0000501c, 0x0000501d, 0x00005027, 0x0000502e, + 0x00005030, 0x00005032, 0x00005033, 0x00005035, + 0x0000503b, 0x00005041, 0x00005045, 0x0000504a, + 0x0000504c, 0x0000504e, 0x00005051, 0x00005052, + 0x00005053, 0x00005057, 0x00005059, 0x0000505f, + 0x00005060, 0x00005062, 0x00005063, 0x00005066, + 0x00005067, 0x0000506a, 0x0000506d, 0x00005071, + 0x00005081, 0x00005083, 0x00005084, 0x00005086, + 0x0000508a, 0x0000508e, 0x0000508f, 0x00005090, + 0x00005092, 0x00005093, 0x00005096, 0x0000509b, + 0x0000509c, 0x0000509e, 0x0000509f, 0x000050a0, + 0x000050a1, 0x000050a2, 0x000050aa, 0x000050af, + 0x000050b0, 0x000050b9, 0x000050ba, 0x000050bd, + 0x000050c0, 0x000050c3, 0x000050c4, 0x000050c7, + 0x000050cc, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000050ce, + 0x000050d0, 0x000050d3, 0x000050d4, 0x000050dc, + 0x000050dd, 0x000050df, 0x000050e2, 0x000050e4, + 0x000050e6, 0x000050e8, 0x000050e9, 0x000050ef, + 0x000050f1, 0x000050f2, 0x000050f6, 0x000050fa, + 0x000050fe, 0x00005103, 0x00005106, 0x00005107, + 0x00005108, 0x0000510b, 0x0000510c, 0x0000510d, + 0x0000510e, 0x00005110, 0x00005117, 0x00005119, + 0x0000511b, 0x0000511c, 0x0000511d, 0x0000511e, + 0x00005123, 0x00005127, 0x00005128, 0x0000512c, + 0x0000512d, 0x0000512f, 0x00005131, 0x00005133, + 0x00005134, 0x00005135, 0x00005138, 0x00005139, + 0x00005142, 0x0000514f, 0x00005153, 0x00005155, + 0x00005157, 0x00005158, 0x0000515f, 0x00005166, + 0x0000517e, 0x00005183, 0x00005184, 0x0000518b, + 0x0000518e, 0x00005198, 0x000051a1, 0x000051a3, + 0x000051ad, 0x000051b8, 0x000051ba, 0x000051bc, + 0x000051bf, 0x000051c2, 0x000051c8, 0x000051cf, + 0x000051d1, 0x000051d2, 0x000051d3, 0x000051d5, + 0x000051d8, 0x000051de, 0x000051e2, 0x000051e5, + 0x000051ee, 0x000051f2, 0x000051f3, 0x000051f4, + 0x000051f7, 0x00005201, 0x00005202, 0x00005205, + 0x00005212, 0x00005213, 0x00005216, 0x00005218, + 0x00005222, 0x00005228, 0x00005231, 0x00005232, + 0x00005235, 0x0000523c, 0x00005245, 0x00005249, + 0x00005255, 0x00005257, 0x00005258, 0x0000525a, + 0x0000525c, 0x0000525f, 0x00005260, 0x00005261, + 0x00005266, 0x0000526e, 0x00005277, 0x00005278, + 0x00005279, 0x00005280, 0x00005282, 0x00005285, + 0x0000528a, 0x0000528c, 0x00005293, 0x00005295, + 0x00005296, 0x00005297, 0x00005298, 0x0000529a, + 0x000052a4, 0x000052a5, 0x000052a7, 0x000052b0, + 0x000052b6, 0x000052b7, 0x000052b8, 0x000052ba, + 0x000052bb, 0x000052bd, 0x000052c4, 0x000052c6, + 0x000052c8, 0x000052cc, 0x000052cf, 0x000052d1, + 0x000052d4, 0x000052d6, 0x000052dc, 0x000052e1, + 0x000052e5, 0x000052e8, 0x000052e9, 0x000052ea, + 0x000052ec, 0x000052f0, 0x000052f1, 0x000052f4, + 0x000052f6, 0x000052f7, 0x00005303, 0x0000530a, + 0x0000530b, 0x0000530c, 0x00005311, 0x00005313, + 0x00005318, 0x0000531b, 0x0000531c, 0x0000531e, + 0x0000531f, 0x00005325, 0x00005327, 0x00005328, + 0x00005329, 0x0000532b, 0x0000532c, 0x0000532d, + 0x00005330, 0x00005332, 0x00005335, 0x0000533c, + 0x0000533d, 0x0000533e, 0x00005342, 0x0000534b, + 0x0000534c, 0x00005359, 0x0000535b, 0x00005361, + 0x00005363, 0x00005365, 0x0000536c, 0x0000536d, + 0x00005379, 0x0000537e, 0x00005383, 0x00005387, + 0x00005388, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000538e, + 0x00005394, 0x00005399, 0x0000539d, 0x000053a1, + 0x000053a4, 0x000053aa, 0x000053ab, 0x000053af, + 0x000053b4, 0x000053b5, 0x000053b7, 0x000053b8, + 0x000053ba, 0x000053bd, 0x000053c0, 0x000053c5, + 0x000053cf, 0x000053d2, 0x000053d3, 0x000053d5, + 0x000053da, 0x000053de, 0x000053e0, 0x000053e6, + 0x000053e7, 0x000053f5, 0x00005402, 0x00005413, + 0x0000541a, 0x00005421, 0x00005427, 0x00005428, + 0x0000542a, 0x0000542f, 0x00005431, 0x00005434, + 0x00005435, 0x00005443, 0x00005444, 0x00005447, + 0x0000544d, 0x0000544f, 0x0000545e, 0x00005462, + 0x00005464, 0x00005466, 0x00005467, 0x00005469, + 0x0000546b, 0x0000546d, 0x0000546e, 0x00005474, + 0x0000547f, 0x00005481, 0x00005483, 0x00005485, + 0x00005488, 0x00005489, 0x0000548d, 0x00005491, + 0x00005495, 0x00005496, 0x0000549f, 0x000054a1, + 0x000054a6, 0x000054a7, 0x000054aa, 0x000054ad, + 0x000054ae, 0x000054b1, 0x000054b7, 0x000054b9, + 0x000054ba, 0x000054bb, 0x000054bf, 0x000054c6, + 0x000054ca, 0x000054cd, 0x000054ce, 0x000054e0, + 0x000054ea, 0x000054ec, 0x000054ef, 0x000054f6, + 0x000054fc, 0x000054fe, 0x00005500, 0x00005501, + 0x00005505, 0x00005508, 0x00005509, 0x0000550c, + 0x0000550d, 0x0000550e, 0x00005515, 0x0000552a, + 0x0000552b, 0x00005532, 0x00005535, 0x00005536, + 0x0000553b, 0x0000553c, 0x0000553d, 0x00005541, + 0x00005547, 0x00005549, 0x0000554a, 0x0000554d, + 0x00005550, 0x00005551, 0x00005558, 0x0000555a, + 0x0000555b, 0x0000555e, 0x00005560, 0x00005561, + 0x00005564, 0x00005566, 0x0000557f, 0x00005581, + 0x00005582, 0x00005588, 0x0000558e, 0x0000558f, + 0x00005591, 0x00005592, 0x00005593, 0x00005594, + 0x00005597, 0x000055a3, 0x000055a4, 0x000055ad, + 0x000055b2, 0x000055bf, 0x000055c1, 0x000055c3, + 0x000055c6, 0x000055c9, 0x000055cb, 0x000055cc, + 0x000055ce, 0x000055d1, 0x000055d2, 0x000055d3, + 0x000055d7, 0x000055d8, 0x000055db, 0x000055de, + 0x000055e2, 0x000055e9, 0x000055f6, 0x000055ff, + 0x00005605, 0x00005608, 0x0000560a, 0x0000560d, + 0x0000560e, 0x0000560f, 0x00005610, 0x00005611, + 0x00005612, 0x00005619, 0x0000562c, 0x00005630, + 0x00005633, 0x00005635, 0x00005637, 0x00005639, + 0x0000563b, 0x0000563c, 0x0000563d, 0x0000563f, + 0x00005640, 0x00005641, 0x00005643, 0x00005644, + 0x00005646, 0x00005649, 0x0000564b, 0x0000564d, + 0x0000564f, 0x00005654, 0x0000565e, 0x00005660, + 0x00005661, 0x00005662, 0x00005663, 0x00005666, + 0x00005669, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000566d, + 0x0000566f, 0x00005671, 0x00005672, 0x00005675, + 0x00005684, 0x00005685, 0x00005688, 0x0000568b, + 0x0000568c, 0x00005695, 0x00005699, 0x0000569a, + 0x0000569d, 0x0000569e, 0x0000569f, 0x000056a6, + 0x000056a7, 0x000056a8, 0x000056a9, 0x000056ab, + 0x000056ac, 0x000056ad, 0x000056b1, 0x000056b3, + 0x000056b7, 0x000056be, 0x000056c5, 0x000056c9, + 0x000056ca, 0x000056cb, 0x000056cc, 0x000056cd, + 0x000056cf, 0x000056d0, 0x000056d9, 0x000056dc, + 0x000056dd, 0x000056df, 0x000056e1, 0x000056e4, + 0x000056e5, 0x000056e6, 0x000056e7, 0x000056e8, + 0x000056eb, 0x000056ed, 0x000056f1, 0x000056f6, + 0x000056f7, 0x00005701, 0x00005702, 0x00005707, + 0x0000570a, 0x0000570c, 0x00005711, 0x00005715, + 0x0000571a, 0x0000571b, 0x0000571d, 0x00005720, + 0x00005722, 0x00005723, 0x00005724, 0x00005725, + 0x00005729, 0x0000572a, 0x0000572c, 0x0000572e, + 0x0000572f, 0x00005733, 0x00005734, 0x0000573d, + 0x0000573e, 0x0000573f, 0x00005745, 0x00005746, + 0x0000574c, 0x0000574d, 0x00005752, 0x00005762, + 0x00005767, 0x00005768, 0x0000576b, 0x0000576d, + 0x0000576e, 0x0000576f, 0x00005770, 0x00005771, + 0x00005773, 0x00005774, 0x00005775, 0x00005777, + 0x00005779, 0x0000577a, 0x0000577b, 0x0000577c, + 0x0000577e, 0x00005781, 0x00005783, 0x0000578c, + 0x00005794, 0x00005795, 0x00005797, 0x00005799, + 0x0000579a, 0x0000579c, 0x0000579d, 0x0000579e, + 0x0000579f, 0x000057a1, 0x000057a7, 0x000057a8, + 0x000057a9, 0x000057b8, 0x000057bd, 0x000057cc, + 0x000057cf, 0x000057d5, 0x000057dd, 0x000057de, + 0x000057e1, 0x000057e4, 0x000057e6, 0x000057e7, + 0x000057e9, 0x000057ed, 0x000057f0, 0x000057f5, + 0x000057f6, 0x000057f8, 0x000057fd, 0x000057fe, + 0x000057ff, 0x00005803, 0x00005804, 0x00005808, + 0x00005809, 0x0000580c, 0x0000580d, 0x0000581b, + 0x0000581e, 0x0000581f, 0x00005820, 0x00005826, + 0x00005827, 0x0000582d, 0x00005832, 0x00005839, + 0x0000583f, 0x00005849, 0x0000584c, 0x0000584d, + 0x0000584f, 0x00005850, 0x00005855, 0x0000585f, + 0x00005861, 0x00005864, 0x00005867, 0x00005868, + 0x00005878, 0x0000587c, 0x0000587f, 0x00005880, + 0x00005881, 0x00005887, 0x00005888, 0x00005889, + 0x0000588a, 0x0000588c, 0x0000588d, 0x0000588f, + 0x00005890, 0x00005894, 0x00005896, 0x0000589d, + 0x000058a0, 0x000058a1, 0x000058a2, 0x000058a6, + 0x000058a9, 0x000058b1, 0x000058bc, 0x000058c2, + 0x000058c4, 0x000058c8, 0x000058cd, 0x000058ce, + 0x000058d0, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000058d2, + 0x000058d4, 0x000058d6, 0x000058da, 0x000058dd, + 0x000058e1, 0x000058e2, 0x000058e9, 0x000058f3, + 0x00005905, 0x00005906, 0x0000590c, 0x00005912, + 0x00005913, 0x00005914, 0x0000591d, 0x00005921, + 0x00005923, 0x00005924, 0x00005928, 0x0000592f, + 0x00005930, 0x00005933, 0x00005935, 0x00005936, + 0x0000593f, 0x00005943, 0x00005946, 0x00005952, + 0x00005959, 0x0000595e, 0x0000595f, 0x00005961, + 0x0000596b, 0x0000596d, 0x0000596f, 0x00005972, + 0x00005975, 0x00005976, 0x00005979, 0x0000597b, + 0x0000597c, 0x0000598b, 0x0000598c, 0x0000598e, + 0x00005992, 0x00005995, 0x00005997, 0x0000599f, + 0x000059a7, 0x000059ad, 0x000059ae, 0x000059af, + 0x000059b0, 0x000059b3, 0x000059b7, 0x000059bc, + 0x000059c1, 0x000059c3, 0x000059c4, 0x000059c8, + 0x000059ca, 0x000059cd, 0x000059d2, 0x000059dd, + 0x000059de, 0x000059df, 0x000059e3, 0x000059e4, + 0x000059e7, 0x000059ee, 0x000059ef, 0x000059f1, + 0x000059f2, 0x000059f4, 0x000059f7, 0x00005a00, + 0x00005a04, 0x00005a0c, 0x00005a0d, 0x00005a0e, + 0x00005a12, 0x00005a13, 0x00005a1e, 0x00005a23, + 0x00005a24, 0x00005a27, 0x00005a28, 0x00005a2a, + 0x00005a2d, 0x00005a30, 0x00005a44, 0x00005a45, + 0x00005a47, 0x00005a48, 0x00005a4c, 0x00005a50, + 0x00005a55, 0x00005a5e, 0x00005a63, 0x00005a65, + 0x00005a67, 0x00005a6d, 0x00005a77, 0x00005a7a, + 0x00005a7b, 0x00005a7e, 0x00005a8b, 0x00005a90, + 0x00005a93, 0x00005a96, 0x00005a99, 0x00005a9c, + 0x00005a9e, 0x00005a9f, 0x00005aa0, 0x00005aa2, + 0x00005aa7, 0x00005aac, 0x00005ab1, 0x00005ab2, + 0x00005ab3, 0x00005ab5, 0x00005ab8, 0x00005aba, + 0x00005abb, 0x00005abf, 0x00005ac4, 0x00005ac6, + 0x00005ac8, 0x00005acf, 0x00005ada, 0x00005adc, + 0x00005ae0, 0x00005ae5, 0x00005aea, 0x00005aee, + 0x00005af5, 0x00005af6, 0x00005afd, 0x00005b00, + 0x00005b01, 0x00005b08, 0x00005b17, 0x00005b19, + 0x00005b1b, 0x00005b1d, 0x00005b21, 0x00005b25, + 0x00005b2d, 0x00005b34, 0x00005b38, 0x00005b41, + 0x00005b4b, 0x00005b4c, 0x00005b52, 0x00005b5e, + 0x00005b68, 0x00005b6e, 0x00005b6f, 0x00005b7c, + 0x00005b7d, 0x00005b7e, 0x00005b7f, 0x00005b81, + 0x00005b84, 0x00005b86, 0x00005b8a, 0x00005b8e, + 0x00005b90, 0x00005b91, 0x00005b93, 0x00005b94, + 0x00005b96, 0x00005ba8, 0x00005ba9, 0x00005bac, + 0x00005bad, 0x00005baf, 0x00005bb1, 0x00005bb2, + 0x00005bb7, 0x00005bba, 0x00005bbc, 0x00005bc1, + 0x00005bcd, 0x00005bcf, 0x00005bd6, 0x00005bd7, + 0x00005bd9, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00005bda, + 0x00005be0, 0x00005bef, 0x00005bf1, 0x00005bf4, + 0x00005bfd, 0x00005c0c, 0x00005c17, 0x00005c1f, + 0x00005c23, 0x00005c26, 0x00005c29, 0x00005c2b, + 0x00005c2c, 0x00005c2e, 0x00005c30, 0x00005c32, + 0x00005c35, 0x00005c36, 0x00005c59, 0x00005c5a, + 0x00005c5c, 0x00005c62, 0x00005c63, 0x00005c67, + 0x00005c68, 0x00005c69, 0x00005c6d, 0x00005c70, + 0x00005c74, 0x00005c75, 0x00005c7a, 0x00005c7b, + 0x00005c7c, 0x00005c7d, 0x00005c87, 0x00005c88, + 0x00005c8a, 0x00005c8f, 0x00005c92, 0x00005c9d, + 0x00005c9f, 0x00005ca0, 0x00005ca2, 0x00005ca3, + 0x00005caa, 0x00005cb2, 0x00005cb4, 0x00005cb5, + 0x00005cc9, 0x00005ccb, 0x00005cd2, 0x00005cd7, + 0x00005cdd, 0x00005cee, 0x00005cf1, 0x00005cf2, + 0x00005cf4, 0x00005d01, 0x00005d06, 0x00005d0d, + 0x00005d12, 0x00005d23, 0x00005d24, 0x00005d26, + 0x00005d2b, 0x00005d31, 0x00005d34, 0x00005d39, + 0x00005d3d, 0x00005d3f, 0x00005d43, 0x00005d46, + 0x00005d48, 0x00005d4a, 0x00005d51, 0x00005d55, + 0x00005d59, 0x00005d5f, 0x00005d60, 0x00005d61, + 0x00005d62, 0x00005d64, 0x00005d6a, 0x00005d70, + 0x00005d79, 0x00005d7a, 0x00005d7e, 0x00005d7f, + 0x00005d81, 0x00005d83, 0x00005d88, 0x00005d8a, + 0x00005d92, 0x00005d93, 0x00005d94, 0x00005d95, + 0x00005d99, 0x00005d9b, 0x00005d9f, 0x00005da0, + 0x00005da7, 0x00005dab, 0x00005db0, 0x00005db2, + 0x00005db4, 0x00005dc3, 0x00005dc7, 0x00005dcb, + 0x00005dce, 0x00005dd8, 0x00005dd9, 0x00005de0, + 0x00005de4, 0x00005de9, 0x00005df8, 0x00005df9, + 0x00005e00, 0x00005e07, 0x00005e0d, 0x00005e12, + 0x00005e14, 0x00005e15, 0x00005e18, 0x00005e1f, + 0x00005e20, 0x00005e28, 0x00005e2e, 0x00005e32, + 0x00005e35, 0x00005e3e, 0x00005e49, 0x00005e4b, + 0x00005e50, 0x00005e51, 0x00005e56, 0x00005e58, + 0x00005e5b, 0x00005e5c, 0x00005e5e, 0x00005e68, + 0x00005e6a, 0x00005e6b, 0x00005e6c, 0x00005e6d, + 0x00005e6e, 0x00005e70, 0x00005e80, 0x00005e8b, + 0x00005e8e, 0x00005ea2, 0x00005ea4, 0x00005ea5, + 0x00005ea8, 0x00005eaa, 0x00005eac, 0x00005eb1, + 0x00005eb3, 0x00005ebd, 0x00005ebe, 0x00005ebf, + 0x00005ec6, 0x00005ecb, 0x00005ecc, 0x00005ece, + 0x00005ed1, 0x00005ed2, 0x00005ed4, 0x00005ed5, + 0x00005edc, 0x00005ede, 0x00005ee5, 0x00005eeb, + 0x00005f02, 0x00005f06, 0x00005f07, 0x00005f08, + 0x00005f0e, 0x00005f19, 0x00005f1c, 0x00005f1d, + 0x00005f22, 0x00005f23, 0x00005f24, 0x00005f28, + 0x00005f2b, 0x00005f2c, 0x00005f2e, 0x00005f30, + 0x00005f36, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00005f3b, + 0x00005f3d, 0x00005f3f, 0x00005f40, 0x00005f44, + 0x00005f47, 0x00005f4d, 0x00005f50, 0x00005f54, + 0x00005f58, 0x00005f5b, 0x00005f60, 0x00005f63, + 0x00005f64, 0x00005f6f, 0x00005f72, 0x00005f74, + 0x00005f75, 0x00005f78, 0x00005f7a, 0x00005f7d, + 0x00005f7e, 0x00005f89, 0x00005f8d, 0x00005f8f, + 0x00005f96, 0x00005f9c, 0x00005f9d, 0x00005fa2, + 0x00005fa4, 0x00005fa7, 0x00005fab, 0x00005fac, + 0x00005faf, 0x00005fb0, 0x00005fb1, 0x00005fb8, + 0x00005fc4, 0x00005fc7, 0x00005fc8, 0x00005fc9, + 0x00005fcb, 0x00005fd0, 0x00005fd1, 0x00005fd2, + 0x00005fd3, 0x00005fd4, 0x00005fe1, 0x00005fe2, + 0x00005fe8, 0x00005fe9, 0x00005fea, 0x00005fec, + 0x00005fed, 0x00005fee, 0x00005fef, 0x00005ff2, + 0x00005ff3, 0x00005ff6, 0x00005ffa, 0x00005ffc, + 0x00006007, 0x0000600a, 0x0000600d, 0x00006013, + 0x00006014, 0x00006017, 0x00006018, 0x0000601a, + 0x0000601f, 0x00006024, 0x0000602d, 0x00006033, + 0x00006035, 0x00006040, 0x00006047, 0x00006048, + 0x00006049, 0x0000604c, 0x00006051, 0x00006054, + 0x00006056, 0x00006057, 0x00006061, 0x00006067, + 0x00006071, 0x0000607e, 0x0000607f, 0x00006082, + 0x00006086, 0x00006088, 0x0000608e, 0x00006091, + 0x00006093, 0x00006095, 0x00006098, 0x0000609d, + 0x0000609e, 0x000060a2, 0x000060a4, 0x000060a5, + 0x000060a8, 0x000060b0, 0x000060b1, 0x000060b7, + 0x000060bb, 0x000060be, 0x000060c2, 0x000060c4, + 0x000060c8, 0x000060c9, 0x000060ca, 0x000060cb, + 0x000060ce, 0x000060cf, 0x000060d4, 0x000060d9, + 0x000060db, 0x000060dd, 0x000060e2, 0x000060e5, + 0x000060f5, 0x000060f8, 0x000060fc, 0x000060fd, + 0x00006102, 0x00006107, 0x0000610a, 0x0000610c, + 0x00006110, 0x00006112, 0x00006113, 0x00006114, + 0x00006116, 0x00006117, 0x00006119, 0x0000611c, + 0x0000611e, 0x00006122, 0x0000612a, 0x0000612b, + 0x00006131, 0x00006135, 0x00006136, 0x00006139, + 0x00006141, 0x00006145, 0x00006146, 0x00006149, + 0x0000615e, 0x00006160, 0x0000616c, 0x00006172, + 0x00006178, 0x0000617b, 0x0000617c, 0x0000617f, + 0x00006180, 0x00006181, 0x00006183, 0x00006184, + 0x0000618b, 0x0000618d, 0x00006192, 0x00006193, + 0x00006197, 0x0000619c, 0x0000619d, 0x0000619f, + 0x000061a0, 0x000061a5, 0x000061a8, 0x000061aa, + 0x000061ad, 0x000061b8, 0x000061b9, 0x000061bc, + 0x000061c0, 0x000061c1, 0x000061c2, 0x000061ce, + 0x000061cf, 0x000061d5, 0x000061dc, 0x000061dd, + 0x000061de, 0x000061df, 0x000061e1, 0x000061e2, + 0x000061e5, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000061e7, + 0x000061e9, 0x000061ec, 0x000061ed, 0x000061ef, + 0x00006201, 0x00006203, 0x00006204, 0x00006207, + 0x00006215, 0x0000621c, 0x00006220, 0x00006222, + 0x00006223, 0x00006227, 0x00006229, 0x0000622b, + 0x00006239, 0x0000623d, 0x00006242, 0x00006243, + 0x00006244, 0x00006246, 0x0000624c, 0x00006250, + 0x00006251, 0x00006252, 0x00006254, 0x00006256, + 0x0000625a, 0x0000625c, 0x00006264, 0x0000626d, + 0x0000626f, 0x00006273, 0x0000627a, 0x0000627d, + 0x0000628d, 0x0000628e, 0x0000628f, 0x00006290, + 0x000062a8, 0x000062b3, 0x000062b6, 0x000062b7, + 0x000062ba, 0x000062be, 0x000062bf, 0x000062c4, + 0x000062ce, 0x000062d5, 0x000062d6, 0x000062da, + 0x000062ea, 0x000062f2, 0x000062f4, 0x000062fc, + 0x000062fd, 0x00006303, 0x00006304, 0x0000630a, + 0x0000630b, 0x0000630d, 0x00006310, 0x00006313, + 0x00006316, 0x00006318, 0x00006329, 0x0000632a, + 0x0000632d, 0x00006335, 0x00006336, 0x00006339, + 0x0000633c, 0x00006341, 0x00006342, 0x00006343, + 0x00006344, 0x00006346, 0x0000634a, 0x0000634b, + 0x0000634e, 0x00006352, 0x00006353, 0x00006354, + 0x00006358, 0x0000635b, 0x00006365, 0x00006366, + 0x0000636c, 0x0000636d, 0x00006371, 0x00006374, + 0x00006375, 0x00006378, 0x0000637c, 0x0000637d, + 0x0000637f, 0x00006382, 0x00006384, 0x00006387, + 0x0000638a, 0x00006390, 0x00006394, 0x00006395, + 0x00006399, 0x0000639a, 0x0000639e, 0x000063a4, + 0x000063a6, 0x000063ad, 0x000063ae, 0x000063af, + 0x000063bd, 0x000063c1, 0x000063c5, 0x000063c8, + 0x000063ce, 0x000063d1, 0x000063d3, 0x000063d4, + 0x000063d5, 0x000063dc, 0x000063e0, 0x000063e5, + 0x000063ea, 0x000063ec, 0x000063f2, 0x000063f3, + 0x000063f8, 0x000063f9, 0x00006409, 0x0000640a, + 0x00006410, 0x00006412, 0x00006414, 0x00006418, + 0x0000641e, 0x00006420, 0x00006422, 0x00006424, + 0x00006425, 0x00006429, 0x0000642a, 0x0000642f, + 0x00006430, 0x00006435, 0x0000643d, 0x0000643f, + 0x0000644b, 0x0000644f, 0x00006451, 0x00006452, + 0x00006453, 0x00006454, 0x0000645a, 0x0000645b, + 0x0000645c, 0x0000645d, 0x0000645f, 0x00006461, + 0x00006463, 0x0000646d, 0x00006473, 0x00006474, + 0x0000647b, 0x0000647d, 0x00006485, 0x00006487, + 0x0000648f, 0x00006490, 0x00006491, 0x00006498, + 0x00006499, 0x0000649b, 0x0000649f, 0x000064a1, + 0x000064a3, 0x000064a6, 0x000064a8, 0x000064ac, + 0x000064b3, 0x000064bd, 0x000064be, 0x000064bf, + 0x000064c4, 0x000064c9, 0x000064ca, 0x000064cb, + 0x000064cc, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000064d0, + 0x000064d1, 0x000064d5, 0x000064d7, 0x000064e4, + 0x000064e5, 0x000064e9, 0x000064ea, 0x000064ed, + 0x000064f0, 0x000064f5, 0x000064f7, 0x000064fb, + 0x000064ff, 0x00006501, 0x00006504, 0x00006508, + 0x00006509, 0x0000650a, 0x0000650f, 0x00006513, + 0x00006514, 0x00006516, 0x00006519, 0x0000651b, + 0x0000651e, 0x0000651f, 0x00006522, 0x00006526, + 0x00006529, 0x0000652e, 0x00006531, 0x0000653a, + 0x0000653c, 0x0000653d, 0x00006543, 0x00006547, + 0x00006549, 0x00006550, 0x00006552, 0x00006554, + 0x0000655f, 0x00006560, 0x00006567, 0x0000656b, + 0x0000657a, 0x0000657d, 0x00006581, 0x00006585, + 0x0000658a, 0x00006592, 0x00006595, 0x00006598, + 0x0000659d, 0x000065a0, 0x000065a3, 0x000065a6, + 0x000065ae, 0x000065b2, 0x000065b3, 0x000065b4, + 0x000065bf, 0x000065c2, 0x000065c8, 0x000065c9, + 0x000065ce, 0x000065d0, 0x000065d4, 0x000065d6, + 0x000065d8, 0x000065df, 0x000065f0, 0x000065f2, + 0x000065f4, 0x000065f5, 0x000065f9, 0x000065fe, + 0x000065ff, 0x00006604, 0x00006608, 0x0000660d, + 0x00006611, 0x00006612, 0x00006616, 0x0000661d, + 0x00006621, 0x00006622, 0x00006623, 0x00006626, + 0x00006629, 0x0000662a, 0x0000662b, 0x0000662c, + 0x00006630, 0x00006633, 0x00006637, 0x00006639, + 0x00006640, 0x00006645, 0x00006646, 0x0000664a, + 0x0000664c, 0x0000664e, 0x00006651, 0x00006658, + 0x0000665b, 0x0000665c, 0x00006660, 0x00006661, + 0x0000666a, 0x0000666b, 0x0000666c, 0x00006675, + 0x00006677, 0x00006678, 0x00006679, 0x0000667b, + 0x0000667c, 0x0000667e, 0x0000667f, 0x00006680, + 0x0000668b, 0x0000668c, 0x0000668d, 0x00006690, + 0x00006692, 0x0000669a, 0x0000669b, 0x0000669c, + 0x0000669f, 0x000066a4, 0x000066ad, 0x000066b1, + 0x000066b5, 0x000066bb, 0x000066c0, 0x000066c2, + 0x000066c3, 0x000066c8, 0x000066cc, 0x000066ce, + 0x000066cf, 0x000066d4, 0x000066db, 0x000066df, + 0x000066e8, 0x000066eb, 0x000066ec, 0x000066ee, + 0x00006705, 0x00006707, 0x00006713, 0x00006719, + 0x0000671c, 0x00006720, 0x00006722, 0x00006733, + 0x0000673e, 0x00006745, 0x00006747, 0x00006748, + 0x0000674c, 0x00006754, 0x00006755, 0x0000675d, + 0x0000676c, 0x0000676e, 0x00006774, 0x00006776, + 0x0000677b, 0x00006781, 0x00006784, 0x0000678e, + 0x0000678f, 0x00006791, 0x00006793, 0x00006796, + 0x00006798, 0x00006799, 0x0000679b, 0x000067b0, + 0x000067b1, 0x000067b2, 0x000067b5, 0x000067bc, + 0x000067bd, 0x000067c2, 0x000067c3, 0x000067c5, + 0x000067c8, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000067c9, + 0x000067d2, 0x000067d7, 0x000067d9, 0x000067dc, + 0x000067e1, 0x000067e6, 0x000067f0, 0x000067f2, + 0x000067f6, 0x000067f7, 0x000067f9, 0x00006814, + 0x00006819, 0x0000681d, 0x0000681f, 0x00006827, + 0x00006828, 0x0000682c, 0x0000682d, 0x0000682f, + 0x00006830, 0x00006831, 0x00006833, 0x0000683b, + 0x0000683f, 0x00006845, 0x0000684a, 0x0000684c, + 0x00006855, 0x00006857, 0x00006858, 0x0000685b, + 0x0000686b, 0x0000686e, 0x0000686f, 0x00006870, + 0x00006871, 0x00006872, 0x00006875, 0x00006879, + 0x0000687a, 0x0000687b, 0x0000687c, 0x00006882, + 0x00006884, 0x00006886, 0x00006888, 0x00006896, + 0x00006898, 0x0000689a, 0x0000689c, 0x000068a1, + 0x000068a3, 0x000068a5, 0x000068a9, 0x000068aa, + 0x000068ae, 0x000068b2, 0x000068bb, 0x000068c5, + 0x000068cc, 0x000068d0, 0x000068d1, 0x000068d3, + 0x000068d6, 0x000068d9, 0x000068dc, 0x000068dd, + 0x000068e5, 0x000068e8, 0x000068ea, 0x000068eb, + 0x000068ec, 0x000068ed, 0x000068f0, 0x000068f1, + 0x000068f5, 0x000068f6, 0x000068fb, 0x000068fc, + 0x000068fd, 0x00006906, 0x00006909, 0x0000690a, + 0x00006910, 0x00006911, 0x00006913, 0x00006916, + 0x00006917, 0x00006931, 0x00006933, 0x00006935, + 0x00006938, 0x0000693b, 0x00006942, 0x00006945, + 0x00006949, 0x0000694e, 0x00006957, 0x0000695b, + 0x00006963, 0x00006964, 0x00006965, 0x00006966, + 0x00006969, 0x0000696c, 0x00006970, 0x00006971, + 0x00006972, 0x0000697a, 0x0000697b, 0x0000697f, + 0x00006980, 0x0000698d, 0x00006992, 0x00006996, + 0x000069a1, 0x000069a5, 0x000069a6, 0x000069a8, + 0x000069ab, 0x000069ad, 0x000069af, 0x000069b7, + 0x000069b8, 0x000069ba, 0x000069bc, 0x000069c5, + 0x000069c8, 0x000069d1, 0x000069d6, 0x000069d7, + 0x000069e5, 0x000069ee, 0x000069ef, 0x000069f1, + 0x000069f3, 0x000069f5, 0x000069fe, 0x00006a00, + 0x00006a01, 0x00006a03, 0x00006a0f, 0x00006a11, + 0x00006a15, 0x00006a1a, 0x00006a1d, 0x00006a20, + 0x00006a24, 0x00006a28, 0x00006a32, 0x00006a34, + 0x00006a37, 0x00006a3b, 0x00006a3e, 0x00006a3f, + 0x00006a45, 0x00006a49, 0x00006a4a, 0x00006a4e, + 0x00006a50, 0x00006a51, 0x00006a52, 0x00006a55, + 0x00006a56, 0x00006a5b, 0x00006a64, 0x00006a67, + 0x00006a6a, 0x00006a71, 0x00006a81, 0x00006a83, + 0x00006a86, 0x00006a87, 0x00006a89, 0x00006a8b, + 0x00006a91, 0x00006a9b, 0x00006a9d, 0x00006a9e, + 0x00006a9f, 0x00006aa5, 0x00006aab, 0x00006aaf, + 0x00006ab0, 0x00006ab1, 0x00006ab4, 0x00006abd, + 0x00006abe, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00006abf, + 0x00006ac6, 0x00006ac8, 0x00006ac9, 0x00006acc, + 0x00006ad0, 0x00006ad4, 0x00006ad5, 0x00006ad6, + 0x00006adc, 0x00006add, 0x00006ae7, 0x00006aec, + 0x00006af0, 0x00006af1, 0x00006af2, 0x00006afc, + 0x00006afd, 0x00006b02, 0x00006b03, 0x00006b06, + 0x00006b07, 0x00006b09, 0x00006b0f, 0x00006b10, + 0x00006b11, 0x00006b17, 0x00006b1b, 0x00006b1e, + 0x00006b24, 0x00006b28, 0x00006b2b, 0x00006b2c, + 0x00006b2f, 0x00006b35, 0x00006b36, 0x00006b3b, + 0x00006b3f, 0x00006b46, 0x00006b4a, 0x00006b4d, + 0x00006b52, 0x00006b56, 0x00006b58, 0x00006b5d, + 0x00006b60, 0x00006b67, 0x00006b6b, 0x00006b6e, + 0x00006b70, 0x00006b75, 0x00006b7d, 0x00006b7e, + 0x00006b82, 0x00006b85, 0x00006b97, 0x00006b9b, + 0x00006b9f, 0x00006ba0, 0x00006ba2, 0x00006ba3, + 0x00006ba8, 0x00006ba9, 0x00006bac, 0x00006bad, + 0x00006bae, 0x00006bb0, 0x00006bb8, 0x00006bb9, + 0x00006bbd, 0x00006bbe, 0x00006bc3, 0x00006bc4, + 0x00006bc9, 0x00006bcc, 0x00006bda, 0x00006be1, + 0x00006be3, 0x00006be6, 0x00006be7, 0x00006bee, + 0x00006bf1, 0x00006bf7, 0x00006bf9, 0x00006bff, + 0x00006c02, 0x00006c04, 0x00006c05, 0x00006c09, + 0x00006c0d, 0x00006c0e, 0x00006c10, 0x00006c12, + 0x00006c19, 0x00006c1f, 0x00006c26, 0x00006c27, + 0x00006c28, 0x00006c2c, 0x00006c2e, 0x00006c33, + 0x00006c35, 0x00006c36, 0x00006c3a, 0x00006c3b, + 0x00006c4a, 0x00006c4b, 0x00006c4d, 0x00006c4f, + 0x00006c52, 0x00006c54, 0x00006c59, 0x00006c5b, + 0x00006c67, 0x00006c6b, 0x00006c6d, 0x00006c74, + 0x00006c76, 0x00006c78, 0x00006c79, 0x00006c7b, + 0x00006c85, 0x00006c87, 0x00006c89, 0x00006c94, + 0x00006c95, 0x00006c97, 0x00006c98, 0x00006c9c, + 0x00006c9f, 0x00006cb0, 0x00006cb2, 0x00006cb4, + 0x00006cc2, 0x00006cc6, 0x00006ccd, 0x00006ccf, + 0x00006cd0, 0x00006cd1, 0x00006cd2, 0x00006cd4, + 0x00006cd6, 0x00006cdc, 0x00006ce0, 0x00006ce7, + 0x00006ce9, 0x00006ceb, 0x00006cec, 0x00006cee, + 0x00006cf2, 0x00006cf4, 0x00006d07, 0x00006d0a, + 0x00006d0e, 0x00006d0f, 0x00006d11, 0x00006d13, + 0x00006d1a, 0x00006d26, 0x00006d27, 0x00006d28, + 0x00006d2e, 0x00006d2f, 0x00006d31, 0x00006d39, + 0x00006d3c, 0x00006d3f, 0x00006d57, 0x00006d5e, + 0x00006d5f, 0x00006d61, 0x00006d65, 0x00006d67, + 0x00006d70, 0x00006d7c, 0x00006d82, 0x00006d91, + 0x00006d92, 0x00006d94, 0x00006d97, 0x00006d98, + 0x00006daa, 0x00006db4, 0x00006db7, 0x00006db9, + 0x00006dbd, 0x00006dbf, 0x00006dc4, 0x00006dc8, + 0x00006dca, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00006dce, + 0x00006dd6, 0x00006ddb, 0x00006ddd, 0x00006ddf, + 0x00006de0, 0x00006de2, 0x00006de5, 0x00006de9, + 0x00006def, 0x00006df0, 0x00006df4, 0x00006df6, + 0x00006e00, 0x00006e04, 0x00006e1e, 0x00006e22, + 0x00006e32, 0x00006e36, 0x00006e3b, 0x00006e44, + 0x00006e45, 0x00006e48, 0x00006e49, 0x00006e4b, + 0x00006e4f, 0x00006e51, 0x00006e52, 0x00006e53, + 0x00006e54, 0x00006e57, 0x00006e5d, 0x00006e5e, + 0x00006e62, 0x00006e63, 0x00006e68, 0x00006e73, + 0x00006e7b, 0x00006e7d, 0x00006e8d, 0x00006e93, + 0x00006e99, 0x00006ea0, 0x00006ea7, 0x00006ead, + 0x00006eae, 0x00006eb1, 0x00006eb3, 0x00006ebb, + 0x00006ec0, 0x00006ec1, 0x00006ec3, 0x00006ec7, + 0x00006ec8, 0x00006eca, 0x00006ecd, 0x00006ece, + 0x00006ecf, 0x00006eeb, 0x00006eed, 0x00006eee, + 0x00006ef9, 0x00006efb, 0x00006efd, 0x00006f04, + 0x00006f08, 0x00006f0a, 0x00006f0c, 0x00006f0d, + 0x00006f16, 0x00006f18, 0x00006f1a, 0x00006f1b, + 0x00006f26, 0x00006f29, 0x00006f2a, 0x00006f2d, + 0x00006f2f, 0x00006f30, 0x00006f33, 0x00006f36, + 0x00006f3b, 0x00006f3c, 0x00006f4f, 0x00006f51, + 0x00006f52, 0x00006f53, 0x00006f57, 0x00006f59, + 0x00006f5a, 0x00006f5d, 0x00006f5e, 0x00006f61, + 0x00006f62, 0x00006f68, 0x00006f6c, 0x00006f7d, + 0x00006f7e, 0x00006f83, 0x00006f87, 0x00006f8b, + 0x00006f8c, 0x00006f8d, 0x00006f90, 0x00006f92, + 0x00006f93, 0x00006f94, 0x00006f96, 0x00006f9a, + 0x00006f9f, 0x00006fa0, 0x00006fa5, 0x00006fa6, + 0x00006fa7, 0x00006fa8, 0x00006fae, 0x00006faf, + 0x00006fb0, 0x00006fb6, 0x00006fbc, 0x00006fc5, + 0x00006fc7, 0x00006fc8, 0x00006fca, 0x00006fda, + 0x00006fde, 0x00006fe8, 0x00006fe9, 0x00006ff0, + 0x00006ff9, 0x00006ffc, 0x00006ffd, 0x00007000, + 0x00007006, 0x0000700d, 0x00007017, 0x00007020, + 0x00007023, 0x0000702f, 0x00007034, 0x00007037, + 0x00007039, 0x0000703c, 0x00007043, 0x00007044, + 0x00007048, 0x00007049, 0x0000704a, 0x0000704b, + 0x0000704e, 0x00007054, 0x00007055, 0x0000705d, + 0x0000705e, 0x00007064, 0x00007065, 0x0000706c, + 0x0000706e, 0x00007075, 0x00007076, 0x0000707e, + 0x00007081, 0x00007086, 0x00007094, 0x00007095, + 0x00007096, 0x00007097, 0x00007098, 0x0000709b, + 0x000070a4, 0x000070b0, 0x000070b1, 0x000070b4, + 0x000070b7, 0x000070ca, 0x000070d1, 0x000070d3, + 0x000070d4, 0x000070d5, 0x000070d6, 0x000070d8, + 0x000070dc, 0x000070e4, 0x000070fa, 0x00007103, + 0x00007105, 0x00007106, 0x00007107, 0x0000710b, + 0x0000710c, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000711e, + 0x00007120, 0x0000712b, 0x0000712d, 0x0000712f, + 0x00007130, 0x00007131, 0x00007138, 0x00007141, + 0x00007145, 0x0000714a, 0x0000714b, 0x00007150, + 0x00007152, 0x00007157, 0x0000715a, 0x0000715e, + 0x00007160, 0x00007168, 0x00007179, 0x00007180, + 0x00007185, 0x00007187, 0x0000718c, 0x00007192, + 0x0000719a, 0x0000719b, 0x000071a0, 0x000071a2, + 0x000071af, 0x000071b0, 0x000071b2, 0x000071b3, + 0x000071ba, 0x000071bf, 0x000071c0, 0x000071c4, + 0x000071cb, 0x000071cc, 0x000071d3, 0x000071d6, + 0x000071d9, 0x000071da, 0x000071dc, 0x000071f8, + 0x00007200, 0x00007207, 0x00007208, 0x00007209, + 0x00007213, 0x00007217, 0x0000721a, 0x0000721d, + 0x0000721f, 0x00007224, 0x0000722b, 0x0000722f, + 0x00007234, 0x00007238, 0x00007239, 0x00007241, + 0x00007242, 0x00007243, 0x00007245, 0x0000724e, + 0x0000724f, 0x00007250, 0x00007253, 0x00007255, + 0x00007256, 0x0000725a, 0x0000725c, 0x0000725e, + 0x00007260, 0x00007263, 0x00007268, 0x0000726b, + 0x0000726e, 0x0000726f, 0x00007271, 0x00007277, + 0x00007278, 0x0000727b, 0x0000727c, 0x0000727f, + 0x00007284, 0x00007289, 0x0000728d, 0x0000728e, + 0x00007293, 0x0000729b, 0x000072a8, 0x000072ad, + 0x000072ae, 0x000072b4, 0x000072c1, 0x000072c7, + 0x000072c9, 0x000072cc, 0x000072d5, 0x000072d6, + 0x000072d8, 0x000072df, 0x000072e5, 0x000072f3, + 0x000072f4, 0x000072fa, 0x000072fb, 0x000072fe, + 0x00007302, 0x00007304, 0x00007305, 0x00007307, + 0x0000730b, 0x0000730d, 0x00007312, 0x00007313, + 0x00007318, 0x00007319, 0x0000731e, 0x00007322, + 0x00007327, 0x00007328, 0x0000732c, 0x00007331, + 0x00007332, 0x00007335, 0x0000733a, 0x0000733b, + 0x0000733d, 0x00007343, 0x0000734d, 0x00007350, + 0x00007352, 0x00007356, 0x00007358, 0x0000735d, + 0x0000735e, 0x0000735f, 0x00007360, 0x00007366, + 0x00007367, 0x00007369, 0x0000736b, 0x0000736c, + 0x0000736e, 0x0000736f, 0x00007371, 0x00007379, + 0x0000737c, 0x00007380, 0x00007381, 0x00007383, + 0x00007385, 0x00007386, 0x0000738e, 0x00007390, + 0x00007393, 0x00007395, 0x00007397, 0x00007398, + 0x0000739c, 0x0000739e, 0x0000739f, 0x000073a0, + 0x000073a2, 0x000073a5, 0x000073a6, 0x000073aa, + 0x000073ab, 0x000073ad, 0x000073b5, 0x000073b7, + 0x000073b9, 0x000073bc, 0x000073bf, 0x000073c5, + 0x000073c6, 0x000073cb, 0x000073cc, 0x000073cf, + 0x000073d3, 0x000073d9, 0x000073dd, 0x000073e1, + 0x000073e6, 0x000073e7, 0x000073e9, 0x000073f4, + 0x000073f7, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000073f9, + 0x000073fa, 0x000073fb, 0x000073fd, 0x000073ff, + 0x00007400, 0x00007401, 0x00007404, 0x0000740a, + 0x00007411, 0x0000741a, 0x0000741b, 0x00007424, + 0x00007428, 0x0000742b, 0x0000742c, 0x0000742d, + 0x0000742f, 0x00007430, 0x00007431, 0x00007439, + 0x00007440, 0x00007443, 0x00007444, 0x00007446, + 0x00007447, 0x0000744b, 0x0000744d, 0x00007451, + 0x00007452, 0x00007457, 0x0000745d, 0x00007466, + 0x00007467, 0x00007468, 0x0000746b, 0x0000746d, + 0x0000746e, 0x00007471, 0x00007472, 0x00007480, + 0x00007481, 0x00007485, 0x00007486, 0x00007487, + 0x0000748f, 0x00007490, 0x00007491, 0x00007492, + 0x00007498, 0x00007499, 0x0000749a, 0x0000749c, + 0x000074a0, 0x000074a1, 0x000074a3, 0x000074a6, + 0x000074a8, 0x000074a9, 0x000074aa, 0x000074ab, + 0x000074ae, 0x000074af, 0x000074b1, 0x000074b2, + 0x000074b5, 0x000074b9, 0x000074bb, 0x000074bf, + 0x000074c8, 0x000074c9, 0x000074cc, 0x000074d0, + 0x000074d3, 0x000074d8, 0x000074da, 0x000074db, + 0x000074de, 0x000074df, 0x000074e4, 0x000074e8, + 0x000074ea, 0x000074eb, 0x000074ef, 0x000074f4, + 0x000074fa, 0x000074fb, 0x000074fc, 0x000074ff, + 0x00007506, 0x00007512, 0x00007516, 0x00007517, + 0x00007520, 0x00007521, 0x00007524, 0x00007527, + 0x00007529, 0x0000752a, 0x00007536, 0x00007539, + 0x0000753d, 0x0000753e, 0x0000753f, 0x00007540, + 0x00007543, 0x00007547, 0x00007548, 0x0000754e, + 0x00007550, 0x00007552, 0x00007557, 0x0000755e, + 0x0000755f, 0x00007561, 0x00007571, 0x00007579, + 0x0000757a, 0x0000757b, 0x0000757c, 0x0000757d, + 0x0000757e, 0x00007581, 0x00007585, 0x00007590, + 0x00007592, 0x00007593, 0x00007595, 0x00007599, + 0x0000759c, 0x000075a2, 0x000075a4, 0x000075b4, + 0x000075ba, 0x000075bf, 0x000075c0, 0x000075c1, + 0x000075c4, 0x000075c6, 0x000075cc, 0x000075ce, + 0x000075cf, 0x000075d7, 0x000075dc, 0x000075df, + 0x000075e0, 0x000075e1, 0x000075e4, 0x000075e7, + 0x000075ec, 0x000075ee, 0x000075ef, 0x000075f1, + 0x000075f9, 0x00007600, 0x00007602, 0x00007603, + 0x00007604, 0x00007607, 0x00007608, 0x0000760a, + 0x0000760c, 0x0000760f, 0x00007612, 0x00007613, + 0x00007615, 0x00007616, 0x00007619, 0x0000761b, + 0x0000761c, 0x0000761d, 0x0000761e, 0x00007623, + 0x00007625, 0x00007626, 0x00007629, 0x0000762d, + 0x00007632, 0x00007633, 0x00007635, 0x00007638, + 0x00007639, 0x0000763a, 0x0000763c, 0x00007640, + 0x00007641, 0x00007643, 0x00007644, 0x00007645, + 0x00007649, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000764a, + 0x0000764b, 0x00007655, 0x00007659, 0x0000765f, + 0x00007664, 0x00007665, 0x0000766d, 0x0000766e, + 0x0000766f, 0x00007671, 0x00007674, 0x00007681, + 0x00007685, 0x0000768c, 0x0000768d, 0x00007695, + 0x0000769d, 0x0000769f, 0x000076a0, 0x000076a2, + 0x000076a3, 0x000076a4, 0x000076a5, 0x000076a7, + 0x000076a8, 0x000076aa, 0x000076ad, 0x000076bd, + 0x000076c1, 0x000076c5, 0x000076c9, 0x000076cb, + 0x000076cc, 0x000076ce, 0x000076d4, 0x000076d9, + 0x000076e0, 0x000076e6, 0x000076e8, 0x000076ec, + 0x000076f0, 0x000076f1, 0x000076f6, 0x000076f9, + 0x000076fc, 0x00007700, 0x00007706, 0x0000770a, + 0x0000770e, 0x00007712, 0x00007714, 0x00007715, + 0x00007717, 0x00007719, 0x0000771a, 0x0000771c, + 0x00007722, 0x00007728, 0x0000772d, 0x0000772e, + 0x0000772f, 0x00007734, 0x00007735, 0x00007736, + 0x00007739, 0x0000773d, 0x0000773e, 0x00007742, + 0x00007745, 0x0000774a, 0x0000774d, 0x0000774e, + 0x0000774f, 0x00007752, 0x00007756, 0x00007757, + 0x0000775c, 0x0000775e, 0x0000775f, 0x00007760, + 0x00007762, 0x00007764, 0x00007767, 0x0000776a, + 0x0000776c, 0x00007770, 0x00007772, 0x00007773, + 0x00007774, 0x0000777a, 0x0000777d, 0x00007780, + 0x00007784, 0x0000778c, 0x0000778d, 0x00007794, + 0x00007795, 0x00007796, 0x0000779a, 0x0000779f, + 0x000077a2, 0x000077a7, 0x000077aa, 0x000077ae, + 0x000077af, 0x000077b1, 0x000077b5, 0x000077be, + 0x000077c3, 0x000077c9, 0x000077d1, 0x000077d2, + 0x000077d5, 0x000077d9, 0x000077de, 0x000077df, + 0x000077e0, 0x000077e4, 0x000077e6, 0x000077ea, + 0x000077ec, 0x000077f0, 0x000077f1, 0x000077f4, + 0x000077f8, 0x000077fb, 0x00007805, 0x00007806, + 0x00007809, 0x0000780d, 0x0000780e, 0x00007811, + 0x0000781d, 0x00007822, 0x00007823, 0x0000782d, + 0x0000782e, 0x00007830, 0x00007835, 0x00007837, + 0x00007843, 0x00007844, 0x00007847, 0x00007848, + 0x0000784c, 0x00007852, 0x0000785c, 0x0000785e, + 0x00007860, 0x00007861, 0x00007863, 0x00007868, + 0x0000786a, 0x0000786e, 0x0000787e, 0x0000788a, + 0x0000788f, 0x00007894, 0x00007898, 0x0000789d, + 0x0000789e, 0x0000789f, 0x000078a1, 0x000078a4, + 0x000078a8, 0x000078ac, 0x000078ad, 0x000078b0, + 0x000078b1, 0x000078b2, 0x000078b3, 0x000078bb, + 0x000078bd, 0x000078bf, 0x000078c7, 0x000078c8, + 0x000078c9, 0x000078cc, 0x000078ce, 0x000078d2, + 0x000078d3, 0x000078d5, 0x000078d6, 0x000078db, + 0x000078df, 0x000078e0, 0x000078e1, 0x000078e4, + 0x000078e6, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000078ea, + 0x000078f2, 0x000078f3, 0x000078f6, 0x000078f7, + 0x000078fa, 0x000078fb, 0x000078ff, 0x00007900, + 0x00007906, 0x0000790c, 0x00007910, 0x0000791a, + 0x0000791c, 0x0000791e, 0x0000791f, 0x00007920, + 0x00007925, 0x00007927, 0x00007929, 0x0000792d, + 0x00007931, 0x00007934, 0x00007935, 0x0000793b, + 0x0000793d, 0x0000793f, 0x00007944, 0x00007945, + 0x00007946, 0x0000794a, 0x0000794b, 0x0000794f, + 0x00007951, 0x00007954, 0x00007958, 0x0000795b, + 0x0000795c, 0x00007967, 0x00007969, 0x0000796b, + 0x00007972, 0x00007979, 0x0000797b, 0x0000797c, + 0x0000797e, 0x0000798b, 0x0000798c, 0x00007991, + 0x00007993, 0x00007995, 0x00007996, 0x00007998, + 0x0000799c, 0x000079a1, 0x000079a8, 0x000079a9, + 0x000079ab, 0x000079af, 0x000079b1, 0x000079b4, + 0x000079b8, 0x000079bb, 0x000079c2, 0x000079c4, + 0x000079c7, 0x000079c8, 0x000079ca, 0x000079cf, + 0x000079d4, 0x000079d6, 0x000079da, 0x000079dd, + 0x000079de, 0x000079e0, 0x000079e2, 0x000079e5, + 0x000079ea, 0x000079eb, 0x000079ed, 0x000079f1, + 0x000079f8, 0x000079fc, 0x00007a02, 0x00007a03, + 0x00007a07, 0x00007a09, 0x00007a0a, 0x00007a0c, + 0x00007a11, 0x00007a15, 0x00007a1b, 0x00007a1e, + 0x00007a21, 0x00007a27, 0x00007a2b, 0x00007a2d, + 0x00007a2f, 0x00007a30, 0x00007a34, 0x00007a35, + 0x00007a38, 0x00007a39, 0x00007a3a, 0x00007a44, + 0x00007a45, 0x00007a47, 0x00007a48, 0x00007a4c, + 0x00007a55, 0x00007a56, 0x00007a59, 0x00007a5c, + 0x00007a5d, 0x00007a5f, 0x00007a60, 0x00007a65, + 0x00007a67, 0x00007a6a, 0x00007a6d, 0x00007a75, + 0x00007a78, 0x00007a7e, 0x00007a80, 0x00007a82, + 0x00007a85, 0x00007a86, 0x00007a8a, 0x00007a8b, + 0x00007a90, 0x00007a91, 0x00007a94, 0x00007a9e, + 0x00007aa0, 0x00007aa3, 0x00007aac, 0x00007ab3, + 0x00007ab5, 0x00007ab9, 0x00007abb, 0x00007abc, + 0x00007ac6, 0x00007ac9, 0x00007acc, 0x00007ace, + 0x00007adb, 0x00007ae8, 0x00007ae9, 0x00007aec, + 0x00007af1, 0x00007af4, 0x00007afb, 0x00007afd, + 0x00007afe, 0x00007b07, 0x00007b14, 0x00007b1f, + 0x00007b23, 0x00007b27, 0x00007b29, 0x00007b2a, + 0x00007b2b, 0x00007b2d, 0x00007b2e, 0x00007b2f, + 0x00007b30, 0x00007b31, 0x00007b34, 0x00007b3d, + 0x00007b3f, 0x00007b40, 0x00007b41, 0x00007b47, + 0x00007b4e, 0x00007b55, 0x00007b60, 0x00007b64, + 0x00007b66, 0x00007b69, 0x00007b6a, 0x00007b6d, + 0x00007b6f, 0x00007b72, 0x00007b73, 0x00007b77, + 0x00007b84, 0x00007b89, 0x00007b8e, 0x00007b90, + 0x00007b91, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00007b96, + 0x00007b9b, 0x00007ba0, 0x00007ba5, 0x00007bac, + 0x00007baf, 0x00007bb0, 0x00007bb2, 0x00007bb5, + 0x00007bb6, 0x00007bba, 0x00007bbb, 0x00007bbc, + 0x00007bbd, 0x00007bc2, 0x00007bc5, 0x00007bc8, + 0x00007bca, 0x00007bd4, 0x00007bd6, 0x00007bd7, + 0x00007bd9, 0x00007bda, 0x00007bdb, 0x00007be8, + 0x00007bea, 0x00007bf2, 0x00007bf4, 0x00007bf5, + 0x00007bf8, 0x00007bf9, 0x00007bfa, 0x00007bfc, + 0x00007bfe, 0x00007c01, 0x00007c02, 0x00007c03, + 0x00007c04, 0x00007c06, 0x00007c09, 0x00007c0b, + 0x00007c0c, 0x00007c0e, 0x00007c0f, 0x00007c19, + 0x00007c1b, 0x00007c20, 0x00007c25, 0x00007c26, + 0x00007c28, 0x00007c2c, 0x00007c31, 0x00007c33, + 0x00007c34, 0x00007c36, 0x00007c39, 0x00007c3a, + 0x00007c46, 0x00007c4a, 0x00007c51, 0x00007c52, + 0x00007c53, 0x00007c55, 0x00007c59, 0x00007c5a, + 0x00007c5b, 0x00007c5c, 0x00007c5d, 0x00007c5e, + 0x00007c61, 0x00007c63, 0x00007c67, 0x00007c69, + 0x00007c6d, 0x00007c6e, 0x00007c70, 0x00007c72, + 0x00007c79, 0x00007c7c, 0x00007c7d, 0x00007c86, + 0x00007c87, 0x00007c8f, 0x00007c94, 0x00007c9e, + 0x00007ca0, 0x00007ca6, 0x00007cb0, 0x00007cb6, + 0x00007cb7, 0x00007cba, 0x00007cbb, 0x00007cbc, + 0x00007cbf, 0x00007cc4, 0x00007cc7, 0x00007cc8, + 0x00007cc9, 0x00007ccd, 0x00007ccf, 0x00007cd3, + 0x00007cd4, 0x00007cd5, 0x00007cd7, 0x00007cd9, + 0x00007cda, 0x00007cdd, 0x00007ce6, 0x00007ce9, + 0x00007ceb, 0x00007cf5, 0x00007d03, 0x00007d07, + 0x00007d08, 0x00007d09, 0x00007d0f, 0x00007d11, + 0x00007d12, 0x00007d13, 0x00007d16, 0x00007d1d, + 0x00007d1e, 0x00007d23, 0x00007d26, 0x00007d2a, + 0x00007d2d, 0x00007d31, 0x00007d3c, 0x00007d3d, + 0x00007d3e, 0x00007d40, 0x00007d41, 0x00007d47, + 0x00007d4d, 0x00007d51, 0x00007d53, 0x00007d57, + 0x00007d59, 0x00007d5a, 0x00007d5d, 0x00007d65, + 0x00007d67, 0x00007d6a, 0x00007d70, 0x00007d78, + 0x00007d7a, 0x00007d7b, 0x00007d7f, 0x00007d81, + 0x00007d82, 0x00007d83, 0x00007d85, 0x00007d86, + 0x00007d88, 0x00007d8b, 0x00007d8c, 0x00007d8d, + 0x00007d91, 0x00007d96, 0x00007d97, 0x00007d9d, + 0x00007d9e, 0x00007da6, 0x00007da7, 0x00007daa, + 0x00007db3, 0x00007db6, 0x00007db9, 0x00007dc2, + 0x00007dc3, 0x00007dc4, 0x00007dc5, 0x00007dc6, + 0x00007dcc, 0x00007dcd, 0x00007dce, 0x00007dd7, + 0x00007dd9, 0x00007de2, 0x00007de5, 0x00007de6, + 0x00007dea, 0x00007deb, 0x00007ded, 0x00007df1, + 0x00007df5, 0x00007df6, 0x00007df9, 0x00007dfa, + 0x00007e00, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00007e08, + 0x00007e10, 0x00007e11, 0x00007e15, 0x00007e17, + 0x00007e1c, 0x00007e1d, 0x00007e20, 0x00007e27, + 0x00007e28, 0x00007e2c, 0x00007e2d, 0x00007e2f, + 0x00007e33, 0x00007e36, 0x00007e3f, 0x00007e44, + 0x00007e45, 0x00007e47, 0x00007e4e, 0x00007e50, + 0x00007e58, 0x00007e5f, 0x00007e61, 0x00007e62, + 0x00007e65, 0x00007e6b, 0x00007e6e, 0x00007e6f, + 0x00007e73, 0x00007e78, 0x00007e7e, 0x00007e81, + 0x00007e86, 0x00007e87, 0x00007e8d, 0x00007e91, + 0x00007e95, 0x00007e98, 0x00007e9a, 0x00007e9d, + 0x00007e9e, 0x00007f3b, 0x00007f3c, 0x00007f3d, + 0x00007f3e, 0x00007f3f, 0x00007f43, 0x00007f44, + 0x00007f4f, 0x00007f52, 0x00007f53, 0x00007f5b, + 0x00007f5c, 0x00007f5d, 0x00007f61, 0x00007f63, + 0x00007f64, 0x00007f65, 0x00007f66, 0x00007f6d, + 0x00007f71, 0x00007f7d, 0x00007f7e, 0x00007f7f, + 0x00007f80, 0x00007f8b, 0x00007f8d, 0x00007f8f, + 0x00007f90, 0x00007f91, 0x00007f96, 0x00007f97, + 0x00007f9c, 0x00007fa2, 0x00007fa6, 0x00007faa, + 0x00007fad, 0x00007fb4, 0x00007fbc, 0x00007fbf, + 0x00007fc0, 0x00007fc3, 0x00007fc8, 0x00007fce, + 0x00007fcf, 0x00007fdb, 0x00007fdf, 0x00007fe3, + 0x00007fe5, 0x00007fe8, 0x00007fec, 0x00007fee, + 0x00007fef, 0x00007ff2, 0x00007ffa, 0x00007ffd, + 0x00007ffe, 0x00007fff, 0x00008007, 0x00008008, + 0x0000800a, 0x0000800d, 0x0000800e, 0x0000800f, + 0x00008011, 0x00008013, 0x00008014, 0x00008016, + 0x0000801d, 0x0000801e, 0x0000801f, 0x00008020, + 0x00008024, 0x00008026, 0x0000802c, 0x0000802e, + 0x00008030, 0x00008034, 0x00008035, 0x00008037, + 0x00008039, 0x0000803a, 0x0000803c, 0x0000803e, + 0x00008040, 0x00008044, 0x00008060, 0x00008064, + 0x00008066, 0x0000806d, 0x00008071, 0x00008075, + 0x00008081, 0x00008088, 0x0000808e, 0x0000809c, + 0x0000809e, 0x000080a6, 0x000080a7, 0x000080ab, + 0x000080b8, 0x000080b9, 0x000080c8, 0x000080cd, + 0x000080cf, 0x000080d2, 0x000080d4, 0x000080d5, + 0x000080d7, 0x000080d8, 0x000080e0, 0x000080ed, + 0x000080ee, 0x000080f0, 0x000080f2, 0x000080f3, + 0x000080f6, 0x000080f9, 0x000080fa, 0x000080fe, + 0x00008103, 0x0000810b, 0x00008116, 0x00008117, + 0x00008118, 0x0000811c, 0x0000811e, 0x00008120, + 0x00008124, 0x00008127, 0x0000812c, 0x00008130, + 0x00008135, 0x0000813a, 0x0000813c, 0x00008145, + 0x00008147, 0x0000814a, 0x0000814c, 0x00008152, + 0x00008157, 0x00008160, 0x00008161, 0x00008167, + 0x00008168, 0x00008169, 0x0000816d, 0x0000816f, + 0x00008177, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008181, + 0x00008184, 0x00008185, 0x00008186, 0x0000818b, + 0x0000818e, 0x00008190, 0x00008196, 0x00008198, + 0x0000819b, 0x0000819e, 0x000081a2, 0x000081ae, + 0x000081b2, 0x000081b4, 0x000081bb, 0x000081c3, + 0x000081c5, 0x000081ca, 0x000081cb, 0x000081ce, + 0x000081cf, 0x000081d5, 0x000081d7, 0x000081db, + 0x000081dd, 0x000081de, 0x000081e1, 0x000081e4, + 0x000081eb, 0x000081ec, 0x000081f0, 0x000081f1, + 0x000081f2, 0x000081f5, 0x000081f6, 0x000081f8, + 0x000081f9, 0x000081fd, 0x000081ff, 0x00008200, + 0x00008203, 0x0000820f, 0x00008213, 0x00008214, + 0x00008219, 0x0000821a, 0x0000821d, 0x00008221, + 0x00008222, 0x00008228, 0x00008232, 0x00008234, + 0x0000823a, 0x00008243, 0x00008244, 0x00008245, + 0x00008246, 0x0000824b, 0x0000824e, 0x0000824f, + 0x00008251, 0x00008256, 0x0000825c, 0x00008260, + 0x00008263, 0x00008267, 0x0000826d, 0x00008274, + 0x0000827b, 0x0000827d, 0x0000827f, 0x00008280, + 0x00008281, 0x00008283, 0x00008284, 0x00008287, + 0x00008289, 0x0000828a, 0x0000828e, 0x00008291, + 0x00008294, 0x00008296, 0x00008298, 0x0000829a, + 0x0000829b, 0x000082a0, 0x000082a1, 0x000082a3, + 0x000082a4, 0x000082a7, 0x000082a8, 0x000082a9, + 0x000082aa, 0x000082ae, 0x000082b0, 0x000082b2, + 0x000082b4, 0x000082b7, 0x000082ba, 0x000082bc, + 0x000082be, 0x000082bf, 0x000082c6, 0x000082d0, + 0x000082d5, 0x000082da, 0x000082e0, 0x000082e2, + 0x000082e4, 0x000082e8, 0x000082ea, 0x000082ed, + 0x000082ef, 0x000082f6, 0x000082f7, 0x000082fd, + 0x000082fe, 0x00008300, 0x00008307, 0x00008308, + 0x0000830a, 0x0000830b, 0x0000831b, 0x0000831d, + 0x0000831e, 0x0000831f, 0x00008321, 0x00008322, + 0x0000832c, 0x0000832d, 0x0000832e, 0x00008330, + 0x00008333, 0x00008337, 0x0000833a, 0x0000833c, + 0x0000833d, 0x00008342, 0x00008343, 0x00008344, + 0x00008347, 0x0000834d, 0x0000834e, 0x00008351, + 0x00008353, 0x00008354, 0x00008355, 0x00008356, + 0x00008357, 0x00008370, 0x00008378, 0x0000837d, + 0x00008380, 0x00008382, 0x00008384, 0x00008386, + 0x0000838d, 0x00008392, 0x00008394, 0x00008395, + 0x00008398, 0x00008399, 0x0000839b, 0x0000839c, + 0x0000839d, 0x000083a6, 0x000083a7, 0x000083a9, + 0x000083ac, 0x000083ad, 0x000083be, 0x000083bf, + 0x000083c0, 0x000083c9, 0x000083cf, 0x000083d0, + 0x000083d1, 0x000083d4, 0x000083dd, 0x000083e8, + 0x000083ea, 0x000083f8, 0x000083f9, 0x000083fc, + 0x00008401, 0x00008406, 0x0000840a, 0x0000840f, + 0x00008411, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008415, + 0x00008419, 0x0000842f, 0x00008439, 0x00008445, + 0x00008447, 0x0000844a, 0x0000844d, 0x0000844f, + 0x00008451, 0x00008452, 0x00008456, 0x00008458, + 0x00008459, 0x0000845a, 0x0000845c, 0x00008460, + 0x00008464, 0x00008465, 0x00008467, 0x0000846a, + 0x00008470, 0x00008473, 0x00008474, 0x00008476, + 0x00008478, 0x0000847c, 0x0000847d, 0x00008481, + 0x00008485, 0x00008492, 0x00008493, 0x00008495, + 0x0000849e, 0x000084a6, 0x000084a8, 0x000084a9, + 0x000084aa, 0x000084af, 0x000084b1, 0x000084ba, + 0x000084bd, 0x000084be, 0x000084c0, 0x000084c2, + 0x000084c7, 0x000084c8, 0x000084cc, 0x000084cf, + 0x000084d3, 0x000084e7, 0x000084ea, 0x000084ef, + 0x000084f0, 0x000084f1, 0x000084f2, 0x000084f7, + 0x000084fa, 0x000084fb, 0x000084fd, 0x00008502, + 0x00008503, 0x00008507, 0x0000850c, 0x0000850e, + 0x00008510, 0x0000851c, 0x0000851e, 0x00008522, + 0x00008523, 0x00008524, 0x00008525, 0x00008527, + 0x0000852a, 0x0000852b, 0x0000852f, 0x00008532, + 0x00008533, 0x00008534, 0x00008536, 0x0000853f, + 0x00008546, 0x0000854f, 0x00008550, 0x00008551, + 0x00008552, 0x00008556, 0x0000855c, 0x0000855d, + 0x0000855e, 0x0000855f, 0x00008560, 0x00008561, + 0x00008562, 0x00008564, 0x0000856f, 0x00008579, + 0x0000857a, 0x0000857b, 0x0000857d, 0x0000857f, + 0x00008581, 0x00008585, 0x00008586, 0x00008589, + 0x0000858b, 0x0000858c, 0x0000858f, 0x00008593, + 0x00008598, 0x0000859d, 0x0000859f, 0x000085a0, + 0x000085a2, 0x000085a5, 0x000085a7, 0x000085ad, + 0x000085b4, 0x000085b6, 0x000085b7, 0x000085b8, + 0x000085bc, 0x000085bd, 0x000085be, 0x000085bf, + 0x000085c2, 0x000085c7, 0x000085ca, 0x000085cb, + 0x000085ce, 0x000085d8, 0x000085da, 0x000085df, + 0x000085e0, 0x000085e6, 0x000085e8, 0x000085ed, + 0x000085f3, 0x000085f6, 0x000085fc, 0x000085ff, + 0x00008600, 0x00008604, 0x00008605, 0x0000860d, + 0x0000860e, 0x00008610, 0x00008611, 0x00008612, + 0x00008618, 0x00008619, 0x0000861b, 0x0000861e, + 0x00008621, 0x00008627, 0x00008629, 0x00008636, + 0x00008638, 0x0000863a, 0x0000863c, 0x0000863d, + 0x00008640, 0x00008641, 0x00008642, 0x00008646, + 0x00008652, 0x00008653, 0x00008656, 0x00008657, + 0x00008658, 0x00008659, 0x0000865d, 0x00008660, + 0x00008661, 0x00008662, 0x00008663, 0x00008664, + 0x00008669, 0x0000866c, 0x0000866f, 0x00008675, + 0x00008676, 0x00008677, 0x0000867a, 0x00008688, + 0x0000868d, 0x00008691, 0x00008696, 0x00008698, + 0x0000869a, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000869c, + 0x000086a1, 0x000086a6, 0x000086a7, 0x000086a8, + 0x000086ad, 0x000086b1, 0x000086b3, 0x000086b4, + 0x000086b5, 0x000086b7, 0x000086b8, 0x000086b9, + 0x000086bf, 0x000086c0, 0x000086c1, 0x000086c3, + 0x000086c5, 0x000086d1, 0x000086d2, 0x000086d5, + 0x000086d7, 0x000086da, 0x000086dc, 0x000086e0, + 0x000086e3, 0x000086e5, 0x000086e7, 0x000086fa, + 0x000086fc, 0x000086fd, 0x00008704, 0x00008705, + 0x00008707, 0x0000870b, 0x0000870e, 0x0000870f, + 0x00008710, 0x00008713, 0x00008714, 0x00008719, + 0x0000871e, 0x0000871f, 0x00008721, 0x00008723, + 0x00008728, 0x0000872e, 0x0000872f, 0x00008731, + 0x00008732, 0x00008739, 0x0000873a, 0x0000873c, + 0x0000873d, 0x0000873e, 0x00008740, 0x00008743, + 0x00008745, 0x0000874d, 0x00008758, 0x0000875d, + 0x00008761, 0x00008764, 0x00008765, 0x0000876f, + 0x00008771, 0x00008772, 0x0000877b, 0x00008783, + 0x00008784, 0x00008785, 0x00008786, 0x00008787, + 0x00008788, 0x00008789, 0x0000878b, 0x0000878c, + 0x00008790, 0x00008793, 0x00008795, 0x00008797, + 0x00008798, 0x00008799, 0x0000879e, 0x000087a0, + 0x000087a3, 0x000087a7, 0x000087ac, 0x000087ad, + 0x000087ae, 0x000087b1, 0x000087b5, 0x000087be, + 0x000087bf, 0x000087c1, 0x000087c8, 0x000087c9, + 0x000087ca, 0x000087ce, 0x000087d5, 0x000087d6, + 0x000087d9, 0x000087da, 0x000087dc, 0x000087df, + 0x000087e2, 0x000087e3, 0x000087e4, 0x000087ea, + 0x000087eb, 0x000087ed, 0x000087f1, 0x000087f3, + 0x000087f8, 0x000087fa, 0x000087ff, 0x00008801, + 0x00008803, 0x00008806, 0x00008809, 0x0000880a, + 0x0000880b, 0x00008810, 0x00008812, 0x00008813, + 0x00008814, 0x00008818, 0x00008819, 0x0000881a, + 0x0000881b, 0x0000881c, 0x0000881e, 0x0000881f, + 0x00008828, 0x0000882d, 0x0000882e, 0x00008830, + 0x00008832, 0x00008835, 0x0000883a, 0x0000883c, + 0x00008841, 0x00008843, 0x00008845, 0x00008848, + 0x00008849, 0x0000884a, 0x0000884b, 0x0000884e, + 0x00008851, 0x00008855, 0x00008856, 0x00008858, + 0x0000885a, 0x0000885c, 0x0000885f, 0x00008860, + 0x00008864, 0x00008869, 0x00008871, 0x00008879, + 0x0000887b, 0x00008880, 0x00008898, 0x0000889a, + 0x0000889b, 0x0000889c, 0x0000889f, 0x000088a0, + 0x000088a8, 0x000088aa, 0x000088ba, 0x000088bd, + 0x000088be, 0x000088c0, 0x000088ca, 0x000088cb, + 0x000088cc, 0x000088cd, 0x000088ce, 0x000088d1, + 0x000088d2, 0x000088d3, 0x000088db, 0x000088de, + 0x000088e7, 0x000088ef, 0x000088f0, 0x000088f1, + 0x000088f7, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008901, + 0x00008906, 0x0000890d, 0x0000890e, 0x0000890f, + 0x00008915, 0x00008916, 0x00008918, 0x00008919, + 0x0000891a, 0x00008920, 0x00008926, 0x00008927, + 0x00008928, 0x00008930, 0x00008931, 0x00008932, + 0x00008935, 0x00008939, 0x0000893a, 0x0000893e, + 0x00008940, 0x00008942, 0x00008945, 0x00008946, + 0x00008949, 0x0000894f, 0x00008952, 0x00008957, + 0x0000895a, 0x0000895b, 0x0000895c, 0x00008961, + 0x00008962, 0x00008963, 0x0000896b, 0x0000896e, + 0x00008970, 0x00008973, 0x00008975, 0x0000897a, + 0x0000897b, 0x0000897c, 0x0000897d, 0x00008989, + 0x0000898d, 0x00008990, 0x00008994, 0x00008995, + 0x0000899b, 0x0000899c, 0x0000899f, 0x000089a0, + 0x000089a5, 0x000089b0, 0x000089b4, 0x000089b5, + 0x000089b6, 0x000089b7, 0x000089bc, 0x000089d4, + 0x000089d5, 0x000089d6, 0x000089d7, 0x000089d8, + 0x000089e5, 0x000089e9, 0x000089eb, 0x000089ed, + 0x000089f1, 0x000089f3, 0x000089f6, 0x000089f9, + 0x000089fd, 0x000089ff, 0x00008a04, 0x00008a05, + 0x00008a07, 0x00008a0f, 0x00008a11, 0x00008a14, + 0x00008a15, 0x00008a1e, 0x00008a20, 0x00008a22, + 0x00008a24, 0x00008a26, 0x00008a2b, 0x00008a2c, + 0x00008a2f, 0x00008a35, 0x00008a3d, 0x00008a3e, + 0x00008a40, 0x00008a43, 0x00008a45, 0x00008a47, + 0x00008a49, 0x00008a4d, 0x00008a4e, 0x00008a53, + 0x00008a56, 0x00008a57, 0x00008a58, 0x00008a5c, + 0x00008a5d, 0x00008a61, 0x00008a65, 0x00008a67, + 0x00008a75, 0x00008a76, 0x00008a77, 0x00008a7a, + 0x00008a7b, 0x00008a7e, 0x00008a7f, 0x00008a80, + 0x00008a83, 0x00008a86, 0x00008a8b, 0x00008a8f, + 0x00008a90, 0x00008a92, 0x00008a96, 0x00008a97, + 0x00008a99, 0x00008a9f, 0x00008aa9, 0x00008aae, + 0x00008aaf, 0x00008ab3, 0x00008ab6, 0x00008ab7, + 0x00008abb, 0x00008ac3, 0x00008ac6, 0x00008ac8, + 0x00008ac9, 0x00008aca, 0x00008ad1, 0x00008ad3, + 0x00008ad4, 0x00008ad5, 0x00008ad7, 0x00008add, + 0x00008aec, 0x00008af0, 0x00008af4, 0x00008af5, + 0x00008afc, 0x00008aff, 0x00008b05, 0x00008b06, + 0x00008b0a, 0x00008b0b, 0x00008b11, 0x00008b1c, + 0x00008b1e, 0x00008b1f, 0x00008b2d, 0x00008b30, + 0x00008b37, 0x00008b3c, 0x00008b42, 0x00008b43, + 0x00008b44, 0x00008b45, 0x00008b46, 0x00008b48, + 0x00008b4d, 0x00008b52, 0x00008b54, 0x00008b59, + 0x00008b5e, 0x00008b63, 0x00008b6d, 0x00008b76, + 0x00008b78, 0x00008b79, 0x00008b7c, 0x00008b7e, + 0x00008b81, 0x00008b84, 0x00008b85, 0x00008b8b, + 0x00008b8d, 0x00008b8f, 0x00008b94, 0x00008b95, + 0x00008b9c, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008b9e, + 0x00008b9f, 0x00008c38, 0x00008c39, 0x00008c3d, + 0x00008c3e, 0x00008c45, 0x00008c47, 0x00008c49, + 0x00008c4b, 0x00008c4f, 0x00008c51, 0x00008c53, + 0x00008c54, 0x00008c57, 0x00008c58, 0x00008c59, + 0x00008c5b, 0x00008c5d, 0x00008c63, 0x00008c64, + 0x00008c66, 0x00008c68, 0x00008c69, 0x00008c6d, + 0x00008c73, 0x00008c75, 0x00008c76, 0x00008c7b, + 0x00008c7e, 0x00008c86, 0x00008c87, 0x00008c8b, + 0x00008c90, 0x00008c92, 0x00008c93, 0x00008c99, + 0x00008c9b, 0x00008c9c, 0x00008ca4, 0x00008cb9, + 0x00008cba, 0x00008cc5, 0x00008cc6, 0x00008cc9, + 0x00008ccb, 0x00008ccf, 0x00008cd5, 0x00008cd6, + 0x00008cd9, 0x00008cdd, 0x00008ce1, 0x00008ce8, + 0x00008cec, 0x00008cef, 0x00008cf2, 0x00008cf5, + 0x00008cf7, 0x00008cf8, 0x00008cfe, 0x00008cff, + 0x00008d01, 0x00008d03, 0x00008d09, 0x00008d17, + 0x00008d1b, 0x00008d65, 0x00008d69, 0x00008d6c, + 0x00008d6e, 0x00008d7f, 0x00008d82, 0x00008d84, + 0x00008d88, 0x00008d8d, 0x00008d90, 0x00008d91, + 0x00008d95, 0x00008d9e, 0x00008d9f, 0x00008da0, + 0x00008da6, 0x00008dab, 0x00008dac, 0x00008daf, + 0x00008db2, 0x00008db5, 0x00008db7, 0x00008db9, + 0x00008dbb, 0x00008dbc, 0x00008dc0, 0x00008dc5, + 0x00008dc6, 0x00008dc7, 0x00008dc8, 0x00008dca, + 0x00008dce, 0x00008dd1, 0x00008dd4, 0x00008dd5, + 0x00008dd7, 0x00008dd9, 0x00008de4, 0x00008de5, + 0x00008de7, 0x00008dec, 0x00008df0, 0x00008df1, + 0x00008df2, 0x00008df4, 0x00008dfd, 0x00008e01, + 0x00008e04, 0x00008e05, 0x00008e06, 0x00008e0b, + 0x00008e11, 0x00008e14, 0x00008e16, 0x00008e20, + 0x00008e21, 0x00008e22, 0x00008e23, 0x00008e26, + 0x00008e27, 0x00008e31, 0x00008e33, 0x00008e36, + 0x00008e37, 0x00008e38, 0x00008e39, 0x00008e3d, + 0x00008e40, 0x00008e41, 0x00008e4b, 0x00008e4d, + 0x00008e4e, 0x00008e4f, 0x00008e54, 0x00008e5b, + 0x00008e5c, 0x00008e5d, 0x00008e5e, 0x00008e61, + 0x00008e62, 0x00008e69, 0x00008e6c, 0x00008e6d, + 0x00008e6f, 0x00008e70, 0x00008e71, 0x00008e79, + 0x00008e7a, 0x00008e7b, 0x00008e82, 0x00008e83, + 0x00008e89, 0x00008e90, 0x00008e92, 0x00008e95, + 0x00008e9a, 0x00008e9b, 0x00008e9d, 0x00008e9e, + 0x00008ea2, 0x00008ea7, 0x00008ea9, 0x00008ead, + 0x00008eae, 0x00008eb3, 0x00008eb5, 0x00008eba, + 0x00008ebb, 0x00008ec0, 0x00008ec1, 0x00008ec3, + 0x00008ec4, 0x00008ec7, 0x00008ed1, 0x00008ed4, + 0x00008edc, 0x00008ee8, 0x00008eed, 0x00008eee, + 0x00008ef0, 0x00008ef1, 0x00008ef7, 0x00008ef9, + 0x00008efa, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008f00, + 0x00008f02, 0x00008f07, 0x00008f08, 0x00008f0f, + 0x00008f10, 0x00008f16, 0x00008f17, 0x00008f18, + 0x00008f1e, 0x00008f20, 0x00008f21, 0x00008f23, + 0x00008f25, 0x00008f27, 0x00008f28, 0x00008f2c, + 0x00008f2d, 0x00008f2e, 0x00008f34, 0x00008f35, + 0x00008f36, 0x00008f37, 0x00008f3a, 0x00008f40, + 0x00008f41, 0x00008f43, 0x00008f47, 0x00008f4f, + 0x00008f51, 0x00008f52, 0x00008f53, 0x00008f54, + 0x00008f55, 0x00008f58, 0x00008f5d, 0x00008f5e, + 0x00008f65, 0x00008f9d, 0x00008fa0, 0x00008fa1, + 0x00008fa4, 0x00008fa5, 0x00008fa6, 0x00008fb5, + 0x00008fb6, 0x00008fb8, 0x00008fbe, 0x00008fc0, + 0x00008fc1, 0x00008fc6, 0x00008fca, 0x00008fcb, + 0x00008fcd, 0x00008fd0, 0x00008fd2, 0x00008fd3, + 0x00008fd5, 0x00008fe0, 0x00008fe3, 0x00008fe4, + 0x00008fe8, 0x00008fee, 0x00008ff1, 0x00008ff5, + 0x00008ff6, 0x00008ffb, 0x00008ffe, 0x00009002, + 0x00009004, 0x00009008, 0x0000900c, 0x00009018, + 0x0000901b, 0x00009028, 0x00009029, 0x0000902a, + 0x0000902c, 0x0000902d, 0x0000902f, 0x00009033, + 0x00009034, 0x00009037, 0x0000903f, 0x00009043, + 0x00009044, 0x0000904c, 0x0000905b, 0x0000905d, + 0x00009062, 0x00009066, 0x0000906c, 0x00009070, + 0x00009074, 0x00009079, 0x00009085, 0x00009088, + 0x0000908b, 0x0000908c, 0x0000908e, 0x00009090, + 0x00009095, 0x00009097, 0x00009098, 0x00009099, + 0x0000909b, 0x000090a0, 0x000090a1, 0x000090a2, + 0x000090a5, 0x000090b0, 0x000090b2, 0x000090b3, + 0x000090b4, 0x000090b6, 0x000090bd, 0x000090be, + 0x000090c3, 0x000090c4, 0x000090c5, 0x000090c7, + 0x000090c8, 0x000090cc, 0x000090d2, 0x000090d5, + 0x000090d7, 0x000090d8, 0x000090d9, 0x000090dc, + 0x000090dd, 0x000090df, 0x000090e5, 0x000090eb, + 0x000090ef, 0x000090f0, 0x000090f4, 0x000090f6, + 0x000090fe, 0x000090ff, 0x00009100, 0x00009104, + 0x00009105, 0x00009106, 0x00009108, 0x0000910d, + 0x00009110, 0x00009114, 0x00009116, 0x00009117, + 0x00009118, 0x0000911a, 0x0000911c, 0x0000911e, + 0x00009120, 0x00009122, 0x00009123, 0x00009125, + 0x00009129, 0x0000912e, 0x0000912f, 0x00009131, + 0x00009134, 0x00009136, 0x00009137, 0x00009139, + 0x0000913a, 0x0000913c, 0x0000913d, 0x00009143, + 0x00009147, 0x00009148, 0x0000914f, 0x00009153, + 0x00009157, 0x00009159, 0x0000915a, 0x0000915b, + 0x00009161, 0x00009164, 0x00009167, 0x0000916d, + 0x00009174, 0x00009179, 0x0000917a, 0x0000917b, + 0x00009181, 0x00009183, 0x00009185, 0x00009186, + 0x0000918a, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000918e, + 0x00009191, 0x00009193, 0x00009194, 0x00009195, + 0x00009198, 0x0000919e, 0x000091a1, 0x000091a6, + 0x000091a8, 0x000091ac, 0x000091ad, 0x000091ae, + 0x000091b0, 0x000091b1, 0x000091b2, 0x000091b3, + 0x000091b6, 0x000091bb, 0x000091bc, 0x000091bd, + 0x000091bf, 0x000091c2, 0x000091c3, 0x000091c5, + 0x000091d3, 0x000091d4, 0x000091d9, 0x000091e9, + 0x000091ea, 0x000091ec, 0x000091ef, 0x000091f0, + 0x000091f1, 0x000091f7, 0x000091f9, 0x000091fb, + 0x000091fd, 0x00009200, 0x00009201, 0x00009204, + 0x00009205, 0x00009207, 0x00009209, 0x0000920c, + 0x00009212, 0x00009213, 0x00009216, 0x00009218, + 0x0000921c, 0x0000921d, 0x00009223, 0x00009224, + 0x00009225, 0x00009226, 0x00009228, 0x0000922e, + 0x0000922f, 0x00009230, 0x00009233, 0x00009235, + 0x00009236, 0x00009238, 0x0000923e, 0x00009242, + 0x00009243, 0x00009246, 0x00009247, 0x0000924a, + 0x0000924d, 0x0000924f, 0x00009258, 0x0000925c, + 0x0000925d, 0x00009260, 0x00009261, 0x00009265, + 0x00009268, 0x00009269, 0x0000926e, 0x0000926f, + 0x00009270, 0x00009275, 0x00009276, 0x00009279, + 0x0000927b, 0x0000927c, 0x0000927d, 0x0000927f, + 0x00009289, 0x0000928a, 0x0000928d, 0x0000928e, + 0x00009292, 0x00009297, 0x00009299, 0x0000929f, + 0x000092a0, 0x000092a4, 0x000092a5, 0x000092a8, + 0x000092ab, 0x000092af, 0x000092b2, 0x000092b6, + 0x000092b8, 0x000092ba, 0x000092bb, 0x000092bc, + 0x000092bd, 0x000092bf, 0x000092c0, 0x000092c1, + 0x000092c2, 0x000092c3, 0x000092c5, 0x000092c6, + 0x000092c7, 0x000092c8, 0x000092cb, 0x000092cc, + 0x000092cd, 0x000092ce, 0x000092d8, 0x000092dc, + 0x000092dd, 0x000092df, 0x000092e1, 0x000092e3, + 0x000092e5, 0x000092e8, 0x000092ec, 0x000092ee, + 0x000092f0, 0x00009300, 0x00009308, 0x0000930d, + 0x00009311, 0x00009314, 0x00009315, 0x0000931c, + 0x0000931f, 0x00009324, 0x00009327, 0x00009329, + 0x0000932a, 0x00009333, 0x00009334, 0x00009336, + 0x00009337, 0x00009347, 0x00009349, 0x00009350, + 0x00009351, 0x00009352, 0x00009355, 0x00009358, + 0x0000935a, 0x0000935e, 0x00009364, 0x00009365, + 0x00009367, 0x00009369, 0x0000936a, 0x0000936d, + 0x0000936f, 0x00009371, 0x00009373, 0x00009374, + 0x00009376, 0x0000937a, 0x0000937d, 0x0000937f, + 0x00009380, 0x00009381, 0x00009382, 0x00009388, + 0x0000938a, 0x0000938b, 0x0000938d, 0x0000938f, + 0x00009392, 0x00009395, 0x00009398, 0x0000939b, + 0x0000939e, 0x000093a1, 0x000093a3, 0x000093a6, + 0x000093a8, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000093a9, + 0x000093ab, 0x000093b4, 0x000093b5, 0x000093b6, + 0x000093ba, 0x000093c1, 0x000093c4, 0x000093c5, + 0x000093c7, 0x000093c9, 0x000093ca, 0x000093cb, + 0x000093cc, 0x000093cd, 0x000093d3, 0x000093d9, + 0x000093dc, 0x000093df, 0x000093e2, 0x000093e6, + 0x000093e7, 0x000093f7, 0x000093f9, 0x000093fa, + 0x000093fb, 0x000093fd, 0x00009401, 0x00009402, + 0x00009404, 0x00009408, 0x00009409, 0x0000940d, + 0x0000940e, 0x0000940f, 0x00009415, 0x00009416, + 0x00009417, 0x0000941f, 0x0000942e, 0x0000942f, + 0x00009432, 0x00009433, 0x00009434, 0x0000943b, + 0x0000943d, 0x0000943f, 0x00009443, 0x0000944a, + 0x0000944c, 0x00009455, 0x00009459, 0x0000945c, + 0x0000945f, 0x00009461, 0x00009463, 0x00009468, + 0x0000946b, 0x0000946d, 0x0000946e, 0x0000946f, + 0x00009471, 0x00009472, 0x00009483, 0x00009484, + 0x00009578, 0x00009579, 0x0000957e, 0x00009584, + 0x00009588, 0x0000958c, 0x0000958d, 0x0000958e, + 0x0000959d, 0x0000959e, 0x0000959f, 0x000095a1, + 0x000095a6, 0x000095a9, 0x000095ab, 0x000095ac, + 0x000095b4, 0x000095b6, 0x000095ba, 0x000095bd, + 0x000095bf, 0x000095c6, 0x000095c8, 0x000095c9, + 0x000095cb, 0x000095d0, 0x000095d1, 0x000095d2, + 0x000095d3, 0x000095d9, 0x000095da, 0x000095dd, + 0x000095de, 0x000095df, 0x000095e0, 0x000095e4, + 0x000095e6, 0x0000961d, 0x0000961e, 0x00009622, + 0x00009624, 0x00009625, 0x00009626, 0x0000962c, + 0x00009631, 0x00009633, 0x00009637, 0x00009638, + 0x00009639, 0x0000963a, 0x0000963c, 0x0000963d, + 0x00009641, 0x00009652, 0x00009654, 0x00009656, + 0x00009657, 0x00009658, 0x00009661, 0x0000966e, + 0x00009674, 0x0000967b, 0x0000967c, 0x0000967e, + 0x0000967f, 0x00009681, 0x00009682, 0x00009683, + 0x00009684, 0x00009689, 0x00009691, 0x00009696, + 0x0000969a, 0x0000969f, 0x000096a4, 0x000096a5, + 0x000096a6, 0x000096a9, 0x000096ae, 0x000096b3, + 0x000096ba, 0x000096ca, 0x000096d2, 0x000096d8, + 0x000096da, 0x000096dd, 0x000096de, 0x000096df, + 0x000096e9, 0x000096ef, 0x000096f1, 0x000096fa, + 0x00009702, 0x00009703, 0x00009705, 0x00009709, + 0x0000971a, 0x0000971b, 0x0000971d, 0x00009721, + 0x00009722, 0x00009723, 0x00009728, 0x00009731, + 0x00009741, 0x0000974a, 0x0000974e, 0x00009757, + 0x00009758, 0x0000975a, 0x0000975b, 0x00009763, + 0x00009767, 0x0000976a, 0x0000976e, 0x00009773, + 0x00009776, 0x00009777, 0x00009778, 0x0000977b, + 0x0000977d, 0x0000977f, 0x00009780, 0x00009789, + 0x00009795, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009796, + 0x00009797, 0x00009799, 0x0000979a, 0x0000979e, + 0x0000979f, 0x000097a2, 0x000097ac, 0x000097ae, + 0x000097b1, 0x000097b2, 0x000097b5, 0x000097b6, + 0x000097b8, 0x000097b9, 0x000097ba, 0x000097bc, + 0x000097be, 0x000097bf, 0x000097c1, 0x000097c4, + 0x000097c5, 0x000097c7, 0x000097c9, 0x000097ca, + 0x000097cc, 0x000097cd, 0x000097ce, 0x000097d0, + 0x000097d1, 0x000097d4, 0x000097d7, 0x000097d8, + 0x000097d9, 0x000097db, 0x000097dd, 0x000097de, + 0x000097e0, 0x000097e1, 0x000097e4, 0x000097ef, + 0x000097f1, 0x000097f4, 0x000097f7, 0x000097f8, + 0x000097fa, 0x00009807, 0x0000980a, 0x0000980d, + 0x0000980e, 0x00009814, 0x00009816, 0x00009819, + 0x0000981c, 0x0000981e, 0x00009820, 0x00009823, + 0x00009825, 0x00009826, 0x0000982b, 0x0000982e, + 0x0000982f, 0x00009830, 0x00009832, 0x00009833, + 0x00009835, 0x0000983e, 0x00009844, 0x00009847, + 0x0000984a, 0x00009851, 0x00009852, 0x00009853, + 0x00009856, 0x00009859, 0x0000985a, 0x00009862, + 0x00009863, 0x00009866, 0x0000986a, 0x0000986c, + 0x000098ab, 0x000098ad, 0x000098ae, 0x000098b0, + 0x000098b4, 0x000098b7, 0x000098b8, 0x000098ba, + 0x000098bb, 0x000098bf, 0x000098c2, 0x000098c5, + 0x000098c8, 0x000098cc, 0x000098e1, 0x000098e3, + 0x000098e5, 0x000098e6, 0x000098e7, 0x000098ea, + 0x000098f3, 0x000098f6, 0x00009902, 0x00009907, + 0x00009908, 0x00009911, 0x00009915, 0x00009916, + 0x00009917, 0x0000991a, 0x0000991b, 0x0000991c, + 0x0000991f, 0x00009922, 0x00009926, 0x0000992b, + 0x00009931, 0x00009932, 0x00009933, 0x00009934, + 0x00009935, 0x00009939, 0x0000993a, 0x0000993b, + 0x0000993c, 0x00009940, 0x00009941, 0x00009946, + 0x00009947, 0x00009948, 0x0000994d, 0x0000994e, + 0x00009954, 0x00009958, 0x00009959, 0x0000995b, + 0x0000995c, 0x0000995e, 0x0000995f, 0x00009960, + 0x0000999b, 0x0000999d, 0x0000999f, 0x000099a6, + 0x000099b0, 0x000099b1, 0x000099b2, 0x000099b5, + 0x000099b9, 0x000099ba, 0x000099bd, 0x000099bf, + 0x000099c3, 0x000099c9, 0x000099d3, 0x000099d4, + 0x000099d9, 0x000099da, 0x000099dc, 0x000099de, + 0x000099e7, 0x000099ea, 0x000099eb, 0x000099ec, + 0x000099f0, 0x000099f4, 0x000099f5, 0x000099f9, + 0x000099fd, 0x000099fe, 0x00009a02, 0x00009a03, + 0x00009a04, 0x00009a0b, 0x00009a0c, 0x00009a10, + 0x00009a11, 0x00009a16, 0x00009a1e, 0x00009a20, + 0x00009a22, 0x00009a23, 0x00009a24, 0x00009a27, + 0x00009a2d, 0x00009a2e, 0x00009a33, 0x00009a35, + 0x00009a36, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009a38, + 0x00009a41, 0x00009a44, 0x00009a47, 0x00009a4a, + 0x00009a4b, 0x00009a4c, 0x00009a51, 0x00009a54, + 0x00009a56, 0x00009a5d, 0x00009aaa, 0x00009aac, + 0x00009aae, 0x00009aaf, 0x00009ab2, 0x00009ab4, + 0x00009ab5, 0x00009ab6, 0x00009ab9, 0x00009abb, + 0x00009abe, 0x00009abf, 0x00009ac1, 0x00009ac3, + 0x00009ac6, 0x00009ac8, 0x00009ace, 0x00009ad0, + 0x00009ad2, 0x00009ad5, 0x00009ad6, 0x00009ad7, + 0x00009adb, 0x00009ae0, 0x00009ae4, 0x00009ae5, + 0x00009ae7, 0x00009ae9, 0x00009aec, 0x00009af2, + 0x00009af3, 0x00009af5, 0x00009af9, 0x00009afa, + 0x00009afd, 0x00009aff, 0x00009b00, 0x00009b01, + 0x00009b02, 0x00009b03, 0x00009b04, 0x00009b05, + 0x00009b08, 0x00009b09, 0x00009b0b, 0x00009b0c, + 0x00009b0d, 0x00009b0e, 0x00009b10, 0x00009b12, + 0x00009b16, 0x00009b19, 0x00009b1b, 0x00009b1c, + 0x00009b20, 0x00009b26, 0x00009b2b, 0x00009b2d, + 0x00009b33, 0x00009b34, 0x00009b35, 0x00009b37, + 0x00009b39, 0x00009b3a, 0x00009b3d, 0x00009b48, + 0x00009b4b, 0x00009b4c, 0x00009b55, 0x00009b56, + 0x00009b57, 0x00009b5b, 0x00009b5e, 0x00009b61, + 0x00009b63, 0x00009b65, 0x00009b66, 0x00009b68, + 0x00009b6a, 0x00009b6b, 0x00009b6c, 0x00009b6d, + 0x00009b6e, 0x00009b73, 0x00009b77, 0x00009b78, + 0x00009b79, 0x00009b7f, 0x00009b80, 0x00009b84, + 0x00009b85, 0x00009b86, 0x00009b87, 0x00009b89, + 0x00009b8a, 0x00009b8b, 0x00009b8d, 0x00009b90, + 0x00009b94, 0x00009b9a, 0x00009b9d, 0x00009b9e, + 0x00009ba6, 0x00009ba7, 0x00009ba9, 0x00009bac, + 0x00009bb0, 0x00009bb2, 0x00009bb7, 0x00009bb8, + 0x00009bbc, 0x00009bbe, 0x00009bbf, 0x00009bc1, + 0x00009bc7, 0x00009bc8, 0x00009bce, 0x00009bd0, + 0x00009bd7, 0x00009bd8, 0x00009bdd, 0x00009bdf, + 0x00009be5, 0x00009be7, 0x00009bea, 0x00009beb, + 0x00009bef, 0x00009bf3, 0x00009bf7, 0x00009bf8, + 0x00009bf9, 0x00009bfa, 0x00009bfd, 0x00009bff, + 0x00009c02, 0x00009c0b, 0x00009c0f, 0x00009c11, + 0x00009c16, 0x00009c18, 0x00009c19, 0x00009c1a, + 0x00009c1c, 0x00009c1e, 0x00009c22, 0x00009c23, + 0x00009c26, 0x00009c27, 0x00009c28, 0x00009c29, + 0x00009c2a, 0x00009c31, 0x00009c35, 0x00009c36, + 0x00009c37, 0x00009c3d, 0x00009c41, 0x00009c43, + 0x00009c44, 0x00009c45, 0x00009c49, 0x00009c4a, + 0x00009c4e, 0x00009c4f, 0x00009c50, 0x00009c53, + 0x00009c54, 0x00009c56, 0x00009c58, 0x00009c5b, + 0x00009c5c, 0x00009c5d, 0x00009c5e, 0x00009c5f, + 0x00009c63, 0x00009c68, 0x00009c69, 0x00009c6a, + 0x00009c6b, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009c6e, + 0x00009c70, 0x00009c72, 0x00009c75, 0x00009c77, + 0x00009c7b, 0x00009ce6, 0x00009cf2, 0x00009cf7, + 0x00009cf9, 0x00009d02, 0x00009d0b, 0x00009d11, + 0x00009d17, 0x00009d18, 0x00009d1c, 0x00009d1d, + 0x00009d1e, 0x00009d2f, 0x00009d30, 0x00009d32, + 0x00009d33, 0x00009d34, 0x00009d3a, 0x00009d3c, + 0x00009d3d, 0x00009d42, 0x00009d43, 0x00009d45, + 0x00009d47, 0x00009d4a, 0x00009d53, 0x00009d54, + 0x00009d5f, 0x00009d62, 0x00009d63, 0x00009d65, + 0x00009d69, 0x00009d6a, 0x00009d76, 0x00009d77, + 0x00009d7b, 0x00009d7c, 0x00009d7e, 0x00009d83, + 0x00009d84, 0x00009d86, 0x00009d8a, 0x00009d8d, + 0x00009d8e, 0x00009d92, 0x00009d93, 0x00009d95, + 0x00009d96, 0x00009d97, 0x00009d98, 0x00009da1, + 0x00009daa, 0x00009dac, 0x00009dae, 0x00009db1, + 0x00009db5, 0x00009db9, 0x00009dbc, 0x00009dbf, + 0x00009dc3, 0x00009dc7, 0x00009dc9, 0x00009dca, + 0x00009dd4, 0x00009dd5, 0x00009dd6, 0x00009dd7, + 0x00009dda, 0x00009dde, 0x00009ddf, 0x00009de0, + 0x00009de5, 0x00009de7, 0x00009de9, 0x00009deb, + 0x00009dee, 0x00009df0, 0x00009df3, 0x00009df4, + 0x00009dfe, 0x00009e02, 0x00009e07, 0x00009e0a, + 0x00009e0e, 0x00009e10, 0x00009e11, 0x00009e12, + 0x00009e15, 0x00009e16, 0x00009e1c, 0x00009e1d, + 0x00009e7a, 0x00009e7b, 0x00009e7c, 0x00009e80, + 0x00009e82, 0x00009e83, 0x00009e84, 0x00009e85, + 0x00009e87, 0x00009e8e, 0x00009e8f, 0x00009e96, + 0x00009e98, 0x00009e9b, 0x00009e9e, 0x00009ea4, + 0x00009ea8, 0x00009eac, 0x00009eae, 0x00009eaf, + 0x00009eb0, 0x00009eb3, 0x00009eb4, 0x00009eb5, + 0x00009ec6, 0x00009ec8, 0x00009ecb, 0x00009ed5, + 0x00009edf, 0x00009ee4, 0x00009ee7, 0x00009eec, + 0x00009eed, 0x00009eee, 0x00009ef0, 0x00009ef1, + 0x00009ef2, 0x00009ef5, 0x00009ef8, 0x00009eff, + 0x00009f02, 0x00009f03, 0x00009f09, 0x00009f0f, + 0x00009f10, 0x00009f11, 0x00009f12, 0x00009f14, + 0x00009f16, 0x00009f17, 0x00009f19, 0x00009f1a, + 0x00009f1b, 0x00009f1f, 0x00009f22, 0x00009f26, + 0x00009f2a, 0x00009f2b, 0x00009f2f, 0x00009f31, + 0x00009f32, 0x00009f34, 0x00009f37, 0x00009f39, + 0x00009f3a, 0x00009f3c, 0x00009f3d, 0x00009f3f, + 0x00009f41, 0x00009f43, 0x00009f44, 0x00009f45, + 0x00009f46, 0x00009f47, 0x00009f53, 0x00009f55, + 0x00009f56, 0x00009f57, 0x00009f58, 0x00009f5a, + 0x00009f5d, 0x00009f5e, 0x00009f68, 0x00009f69, + 0x00009f6d, 0x00009f6e, 0x00009f6f, 0x00009f70, + 0x00009f71, 0x00009f73, 0x00009f75, 0x00009f7a, + 0x00009f7d, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009f8f, + 0x00009f90, 0x00009f91, 0x00009f92, 0x00009f94, + 0x00009f96, 0x00009f97, 0x00009f9e, 0x00009fa1, + 0x00009fa2, 0x00009fa3, 0x00009fa5, 0x000000a0, + 0x000000a1, 0x000000a4, 0x000000a9, 0x000000aa, + 0x000000ab, 0x000000ad, 0x000000ae, 0x000000af, + 0x000000b2, 0x000000b3, 0x000000b5, 0x000000b7, + 0x000000b8, 0x000000b9, 0x000000ba, 0x000000bb, + 0x000000bc, 0x000000bd, 0x000000be, 0x000000bf, + 0x000000c0, 0x000000c1, 0x000000c2, 0x000000c3, + 0x000000c4, 0x000000c5, 0x000000c6, 0x000000c7, + 0x000000c8, 0x000000c9, 0x000000ca, 0x000000cb, + 0x000000cc, 0x000000cd, 0x000000ce, 0x000000cf, + 0x000000d0, 0x000000d1, 0x000000d2, 0x000000d3, + 0x000000d4, 0x000000d5, 0x000000d6, 0x000000d8, + 0x000000d9, 0x000000da, 0x000000db, 0x000000dc, + 0x000000dd, 0x000000de, 0x000000df, 0x000000e0, + 0x000000e1, 0x000000e2, 0x000000e3, 0x000000e4, + 0x000000e5, 0x000000e6, 0x000000e7, 0x000000e8, + 0x000000e9, 0x000000ea, 0x000000eb, 0x000000ec, + 0x000000ed, 0x000000ee, 0x000000ef, 0x000000f0, + 0x000000f1, 0x000000f2, 0x000000f3, 0x000000f4, + 0x000000f5, 0x000000f6, 0x000000f8, 0x000000f9, + 0x000000fa, 0x000000fb, 0x000000fc, 0x000000fd, + 0x000000fe, 0x000000ff, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000100, 0x00000101, + 0x00000102, 0x00000103, 0x00000104, 0x00000105, + 0x00000106, 0x00000107, 0x00000108, 0x00000109, + 0x0000010a, 0x0000010b, 0x0000010c, 0x0000010d, + 0x0000010e, 0x0000010f, 0x00000110, 0x00000111, + 0x00000112, 0x00000113, 0x00000114, 0x00000115, + 0x00000116, 0x00000117, 0x00000118, 0x00000119, + 0x0000011a, 0x0000011b, 0x0000011c, 0x0000011d, + 0x0000011e, 0x0000011f, 0x00000120, 0x00000121, + 0x00000122, 0x00000123, 0x00000124, 0x00000125, + 0x00000126, 0x00000127, 0x00000128, 0x00000129, + 0x0000012a, 0x0000012b, 0x0000012c, 0x0000012d, + 0x0000012e, 0x0000012f, 0x00000130, 0x00000131, + 0x00000132, 0x00000133, 0x00000134, 0x00000135, + 0x00000136, 0x00000137, 0x00000138, 0x00000139, + 0x0000013a, 0x0000013b, 0x0000013c, 0x0000013d, + 0x0000013e, 0x0000013f, 0x00000140, 0x00000141, + 0x00000142, 0x00000143, 0x00000144, 0x00000145, + 0x00000146, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000147, + 0x00000148, 0x00000149, 0x0000014a, 0x0000014b, + 0x0000014c, 0x0000014d, 0x0000014e, 0x0000014f, + 0x00000150, 0x00000151, 0x00000152, 0x00000153, + 0x00000154, 0x00000155, 0x00000156, 0x00000157, + 0x00000158, 0x00000159, 0x0000015a, 0x0000015b, + 0x0000015c, 0x0000015d, 0x0000015e, 0x0000015f, + 0x00000160, 0x00000161, 0x00000162, 0x00000163, + 0x00000164, 0x00000165, 0x00000166, 0x00000167, + 0x00000168, 0x00000169, 0x0000016a, 0x0000016b, + 0x0000016c, 0x0000016d, 0x0000016e, 0x0000016f, + 0x00000170, 0x00000171, 0x00000172, 0x00000173, + 0x00000174, 0x00000175, 0x00000176, 0x00000177, + 0x00000178, 0x00000179, 0x0000017a, 0x0000017b, + 0x0000017c, 0x0000017d, 0x0000017e, 0x0000017f, + 0x00000192, 0x000001c2, 0x000001cd, 0x000001ce, + 0x000001cf, 0x000001d0, 0x000001d1, 0x000001d2, + 0x000001d3, 0x000001d4, 0x000001d5, 0x000001d6, + 0x000001d7, 0x000001d8, 0x000001d9, 0x000001da, + 0x000001db, 0x000001dc, 0x000001f5, 0x000001fa, + 0x000001fb, 0x000001fc, 0x000001fd, 0x000001fe, + 0x000001ff, 0x00000193, 0x000001f8, 0x000001f9, + 0x00000250, 0x00000251, 0x00000252, 0x00000253, + 0x00000254, 0x00000255, 0x00000256, 0x00000257, + 0x00000258, 0x00000259, 0x0000025a, 0x0000025b, + 0x0000025c, 0x0000025d, 0x0000025e, 0x0000025f, + 0x00000260, 0x00000261, 0x00000262, 0x00000263, + 0x00000264, 0x00000265, 0x00000266, 0x00000267, + 0x00000268, 0x00000269, 0x0000026a, 0x0000026b, + 0x0000026c, 0x0000026d, 0x0000026e, 0x0000026f, + 0x00000270, 0x00000271, 0x00000272, 0x00000273, + 0x00000274, 0x00000275, 0x00000276, 0x00000277, + 0x00000278, 0x00000279, 0x0000027a, 0x0000027b, + 0x0000027c, 0x0000027d, 0x0000027e, 0x0000027f, + 0x00000280, 0x00000281, 0x00000282, 0x00000283, + 0x00000284, 0x00000285, 0x00000286, 0x00000287, + 0x00000288, 0x00000289, 0x0000028a, 0x0000028b, + 0x0000028c, 0x0000028d, 0x0000028e, 0x0000028f, + 0x00000290, 0x00000291, 0x00000292, 0x00000293, + 0x00000294, 0x00000295, 0x00000296, 0x00000297, + 0x00000298, 0x00000299, 0x0000029a, 0x0000029b, + 0x0000029c, 0x0000029d, 0x0000029e, 0x0000029f, + 0x000002a0, 0x000002a1, 0x000002a2, 0x000002a3, + 0x000002a4, 0x000002a5, 0x000002a6, 0x000002a7, + 0x000002a8, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x000002c6, 0x000002c7, 0x000002c8, 0x000002c9, + 0x000002cc, 0x000002cd, 0x000002d0, 0x000002d1, + 0x000002d2, 0x000002d3, 0x000002d4, 0x000002d5, + 0x000002d6, 0x000002d8, 0x000002d9, 0x000002da, + 0x000002db, 0x000002dc, 0x000002dd, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000002de, 0x000002e5, 0x000002e6, + 0x000002e7, 0x000002e8, 0x000002e9, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000374, 0x00000375, + 0x0000037a, 0x0000037e, 0x00000384, 0x00000385, + 0x00000386, 0x00000387, 0x00000388, 0x00000389, + 0x0000038a, 0x0000038c, 0x0000038e, 0x0000038f, + 0x00000390, 0x000003aa, 0x000003ab, 0x000003ac, + 0x000003ad, 0x000003ae, 0x000003af, 0x000003b0, + 0x000003c2, 0x000003ca, 0x000003cb, 0x000003cc, + 0x000003cd, 0x000003ce, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000402, 0x00000403, + 0x00000404, 0x00000405, 0x00000406, 0x00000407, + 0x00000408, 0x00000409, 0x0000040a, 0x0000040b, + 0x0000040c, 0x0000040e, 0x0000040f, 0x00000452, + 0x00000453, 0x00000454, 0x00000455, 0x00000456, + 0x00000457, 0x00000458, 0x00000459, 0x0000045a, + 0x0000045b, 0x0000045c, 0x0000045e, 0x0000045f, + 0x00000460, 0x00000461, 0x00000462, 0x00000463, + 0x00000464, 0x00000465, 0x00000466, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000467, 0x00000468, 0x00000469, + 0x0000046a, 0x0000046b, 0x0000046c, 0x0000046d, + 0x0000046e, 0x0000046f, 0x00000470, 0x00000471, + 0x00000472, 0x00000473, 0x00000474, 0x00000475, + 0x00000476, 0x00000477, 0x00000478, 0x00000479, + 0x0000047a, 0x0000047b, 0x0000047c, 0x0000047d, + 0x0000047e, 0x0000047f, 0x00000480, 0x00000481, + 0x00000482, 0x00000483, 0x00000484, 0x00000485, + 0x00000486, 0x00000490, 0x00000491, 0x00000492, + 0x00000493, 0x00000494, 0x00000495, 0x00000496, + 0x00000497, 0x00000498, 0x00000499, 0x0000049a, + 0x0000049b, 0x0000049c, 0x0000049d, 0x0000049e, + 0x0000049f, 0x000004a0, 0x000004a1, 0x000004a2, + 0x000004a3, 0x000004a4, 0x000004a5, 0x000004a6, + 0x000004a7, 0x000004a8, 0x000004a9, 0x000004aa, + 0x000004ab, 0x000004ac, 0x000004ad, 0x000004ae, + 0x000004af, 0x000004b0, 0x000004b1, 0x000004b2, + 0x000004b3, 0x000004b4, 0x000004b5, 0x000004b6, + 0x000004b7, 0x000004b8, 0x000004b9, 0x000004ba, + 0x000004bb, 0x000004bc, 0x000004bd, 0x000004be, + 0x000004bf, 0x000004c0, 0x000004c1, 0x000004c2, + 0x000004c3, 0x000004c4, 0x000004c7, 0x000004c8, + 0x000004cb, 0x000004cc, 0x000004d0, 0x000004d1, + 0x000004d2, 0x000004d3, 0x000004d4, 0x000004d5, + 0x000004d6, 0x000004d7, 0x000004d8, 0x000004d9, + 0x000004da, 0x000004db, 0x000004dc, 0x000004dd, + 0x000004de, 0x000004df, 0x000004e0, 0x000004e1, + 0x000004e2, 0x000004e3, 0x000004e4, 0x000004e5, + 0x000004e6, 0x000004e7, 0x000004e8, 0x000004e9, + 0x000004ea, 0x000004eb, 0x000004ee, 0x000004ef, + 0x000004f0, 0x000004f1, 0x000004f2, 0x000004f3, + 0x000004f4, 0x000004f5, 0x000004f8, 0x000004f9, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00001e3e, 0x00001e3f, + 0x00001e80, 0x00001e81, 0x00001e82, 0x00001e83, + 0x00001e84, 0x00001e85, 0x00001ebe, 0x00001ebf, + 0x00001ec0, 0x00001ec1, 0x00001ef2, 0x00001ef3, + 0x00001f72, 0x00001f70, 0x00001f71, 0x00001f73, + 0x00002000, 0x00002001, 0x00002002, 0x00002003, + 0x00002004, 0x00002005, 0x00002006, 0x00002007, + 0x00002008, 0x00002009, 0x0000200a, 0x0000200b, + 0x0000200c, 0x0000200d, 0x0000200e, 0x0000200f, + 0x00002011, 0x00002012, 0x00002013, 0x00002015, + 0x00002017, 0x0000201a, 0x0000201b, 0x0000201e, + 0x0000201f, 0x00002022, 0x00002023, 0x00002024, + 0x00002027, 0x00002028, 0x00002029, 0x0000202a, + 0x0000202b, 0x0000202c, 0x0000202d, 0x0000202e, + 0x00002031, 0x00002034, 0x00002035, 0x00002036, + 0x00002037, 0x00002038, 0x00002039, 0x0000203a, + 0x0000203c, 0x0000203d, 0x0000203f, 0x00002040, + 0x00002041, 0x00002042, 0x00002043, 0x00002044, + 0x00002045, 0x00002046, 0x00002047, 0x00002048, + 0x00002049, 0x00002051, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002070, + 0x00002074, 0x00002075, 0x00002076, 0x00002077, + 0x00002078, 0x00002079, 0x0000207a, 0x0000207b, + 0x0000207c, 0x0000207d, 0x0000207e, 0x0000207f, + 0x00002080, 0x00002081, 0x00002082, 0x00002083, + 0x00002084, 0x00002085, 0x00002086, 0x00002087, + 0x00002088, 0x00002089, 0x0000208a, 0x0000208b, + 0x0000208c, 0x0000208d, 0x0000208e, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000020a0, + 0x000020a1, 0x000020a2, 0x000020a3, 0x000020a4, + 0x000020a5, 0x000020a6, 0x000020a7, 0x000020a8, + 0x000020a9, 0x000020aa, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002100, + 0x00002101, 0x00002102, 0x00002104, 0x00002105, + 0x00002106, 0x00002107, 0x00002108, 0x00002109, + 0x0000210a, 0x0000210b, 0x0000210c, 0x0000210d, + 0x0000210e, 0x0000210f, 0x00002110, 0x00002111, + 0x00002112, 0x00002113, 0x00002114, 0x00002115, + 0x00002117, 0x00002118, 0x00002119, 0x0000211a, + 0x0000211b, 0x0000211c, 0x0000211d, 0x0000211e, + 0x0000211f, 0x00002120, 0x00002122, 0x00002123, + 0x00002124, 0x00002125, 0x00002126, 0x00002127, + 0x00002128, 0x00002129, 0x0000212a, 0x0000212c, + 0x0000212d, 0x0000212e, 0x0000212f, 0x00002130, + 0x00002131, 0x00002132, 0x00002133, 0x00002134, + 0x00002135, 0x00002136, 0x00002137, 0x00002138, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002153, + 0x00002154, 0x00002155, 0x00002156, 0x00002157, + 0x00002158, 0x00002159, 0x0000215a, 0x0000215b, + 0x0000215c, 0x0000215d, 0x0000215e, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000215f, 0x0000216a, 0x0000216b, + 0x0000216c, 0x0000216d, 0x0000216e, 0x0000216f, + 0x0000217a, 0x0000217b, 0x0000217c, 0x0000217d, + 0x0000217e, 0x0000217f, 0x00002180, 0x00002181, + 0x00002182, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002194, 0x00002195, 0x00002196, + 0x00002197, 0x00002198, 0x00002199, 0x0000219a, + 0x0000219b, 0x0000219c, 0x0000219d, 0x0000219e, + 0x0000219f, 0x000021a0, 0x000021a1, 0x000021a2, + 0x000021a3, 0x000021a4, 0x000021a5, 0x000021a6, + 0x000021a7, 0x000021a8, 0x000021a9, 0x000021aa, + 0x000021ab, 0x000021ac, 0x000021ad, 0x000021ae, + 0x000021af, 0x000021b0, 0x000021b1, 0x000021b2, + 0x000021b3, 0x000021b4, 0x000021b5, 0x000021b6, + 0x000021b7, 0x000021b8, 0x000021b9, 0x000021ba, + 0x000021bb, 0x000021bc, 0x000021bd, 0x000021be, + 0x000021bf, 0x000021c0, 0x000021c1, 0x000021c2, + 0x000021c3, 0x000021c4, 0x000021c5, 0x000021c6, + 0x000021c7, 0x000021c8, 0x000021c9, 0x000021ca, + 0x000021cb, 0x000021cc, 0x000021cd, 0x000021ce, + 0x000021cf, 0x000021d0, 0x000021d1, 0x000021d3, + 0x000021d5, 0x000021d6, 0x000021d7, 0x000021d8, + 0x000021d9, 0x000021da, 0x000021db, 0x000021dc, + 0x000021dd, 0x000021de, 0x000021df, 0x000021e0, + 0x000021e1, 0x000021e2, 0x000021e3, 0x000021e4, + 0x000021e5, 0x000021e6, 0x000021e7, 0x000021e8, + 0x000021e9, 0x000021ea, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002201, + 0x00002204, 0x00002205, 0x00002206, 0x00002209, + 0x0000220a, 0x0000220c, 0x0000220d, 0x0000220e, + 0x0000220f, 0x00002210, 0x00002211, 0x00002213, + 0x00002214, 0x00002215, 0x00002216, 0x00002217, + 0x00002218, 0x00002219, 0x0000221b, 0x0000221c, + 0x0000221f, 0x00002221, 0x00002222, 0x00002223, + 0x00002224, 0x00002225, 0x00002226, 0x0000222d, + 0x0000222e, 0x0000222f, 0x00002230, 0x00002231, + 0x00002232, 0x00002233, 0x00002236, 0x00002237, + 0x00002238, 0x00002239, 0x0000223a, 0x0000223b, + 0x0000223c, 0x0000223e, 0x0000223f, 0x00002240, + 0x00002241, 0x00002242, 0x00002243, 0x00002244, + 0x00002245, 0x00002246, 0x00002247, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002248, 0x00002249, 0x0000224a, + 0x0000224b, 0x0000224c, 0x0000224d, 0x0000224e, + 0x0000224f, 0x00002250, 0x00002251, 0x00002253, + 0x00002254, 0x00002255, 0x00002256, 0x00002257, + 0x00002258, 0x00002259, 0x0000225a, 0x0000225b, + 0x0000225c, 0x0000225d, 0x0000225e, 0x0000225f, + 0x00002262, 0x00002263, 0x00002264, 0x00002265, + 0x00002268, 0x00002269, 0x0000226c, 0x0000226d, + 0x0000226e, 0x0000226f, 0x00002270, 0x00002271, + 0x00002272, 0x00002273, 0x00002274, 0x00002275, + 0x00002276, 0x00002277, 0x00002278, 0x00002279, + 0x0000227a, 0x0000227b, 0x0000227c, 0x0000227d, + 0x0000227e, 0x0000227f, 0x00002280, 0x00002281, + 0x00002284, 0x00002285, 0x00002288, 0x00002289, + 0x0000228a, 0x0000228b, 0x0000228c, 0x0000228d, + 0x0000228e, 0x0000228f, 0x00002290, 0x00002291, + 0x00002292, 0x00002293, 0x00002294, 0x00002295, + 0x00002296, 0x00002297, 0x00002298, 0x00002299, + 0x0000229a, 0x0000229b, 0x0000229c, 0x0000229d, + 0x0000229e, 0x0000229f, 0x000022a0, 0x000022a1, + 0x000022a2, 0x000022a3, 0x000022a4, 0x000022a6, + 0x000022a7, 0x000022a8, 0x000022a9, 0x000022aa, + 0x000022ab, 0x000022ac, 0x000022ad, 0x000022ae, + 0x000022af, 0x000022b0, 0x000022b1, 0x000022b2, + 0x000022b3, 0x000022b4, 0x000022b5, 0x000022b6, + 0x000022b7, 0x000022b8, 0x000022b9, 0x000022ba, + 0x000022bb, 0x000022bc, 0x000022bd, 0x000022be, + 0x000022bf, 0x000022c0, 0x000022c1, 0x000022c2, + 0x000022c3, 0x000022c4, 0x000022c5, 0x000022c6, + 0x000022c7, 0x000022c8, 0x000022c9, 0x000022ca, + 0x000022cb, 0x000022cc, 0x000022cd, 0x000022ce, + 0x000022cf, 0x000022d0, 0x000022d1, 0x000022d2, + 0x000022d3, 0x000022d4, 0x000022d5, 0x000022d6, + 0x000022d7, 0x000022d8, 0x000022d9, 0x000022da, + 0x000022db, 0x000022dc, 0x000022dd, 0x000022de, + 0x000022df, 0x000022e0, 0x000022e1, 0x000022e2, + 0x000022e3, 0x000022e4, 0x000022e5, 0x000022e6, + 0x000022e7, 0x000022e8, 0x000022e9, 0x000022ea, + 0x000022eb, 0x000022ec, 0x000022ed, 0x000022ee, + 0x000022ef, 0x000022f0, 0x000022f1, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002302, 0x00002305, 0x00002306, + 0x00002310, 0x00002318, 0x00002320, 0x00002321, + 0x0000232c, 0x000023be, 0x000023bf, 0x000023c0, + 0x000023c1, 0x000023c2, 0x000023c3, 0x000023c4, + 0x000023c5, 0x000023c6, 0x000023c7, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000023c8, 0x000023c9, 0x000023ca, + 0x000023cb, 0x000023cc, 0x000023ce, 0x00002460, + 0x00002461, 0x00002462, 0x00002463, 0x00002464, + 0x00002465, 0x00002466, 0x00002467, 0x00002468, + 0x00002469, 0x0000246a, 0x0000246b, 0x0000246c, + 0x0000246d, 0x0000246e, 0x0000246f, 0x00002470, + 0x00002471, 0x00002472, 0x00002473, 0x00002474, + 0x00002475, 0x00002476, 0x00002477, 0x00002478, + 0x00002479, 0x0000247a, 0x0000247b, 0x0000247c, + 0x0000247d, 0x0000247e, 0x0000247f, 0x00002480, + 0x00002481, 0x00002482, 0x00002483, 0x00002484, + 0x00002485, 0x00002486, 0x00002487, 0x00002488, + 0x00002489, 0x0000248a, 0x0000248b, 0x0000248c, + 0x0000248d, 0x0000248e, 0x0000248f, 0x00002490, + 0x00002491, 0x00002492, 0x00002493, 0x00002494, + 0x00002495, 0x00002496, 0x00002497, 0x00002498, + 0x00002499, 0x0000249a, 0x0000249b, 0x0000249c, + 0x0000249d, 0x0000249e, 0x0000249f, 0x000024a0, + 0x000024a1, 0x000024a2, 0x000024a3, 0x000024a4, + 0x000024a5, 0x000024a6, 0x000024a7, 0x000024a8, + 0x000024a9, 0x000024aa, 0x000024ab, 0x000024ac, + 0x000024ad, 0x000024ae, 0x000024af, 0x000024b0, + 0x000024b1, 0x000024b2, 0x000024b3, 0x000024b4, + 0x000024b5, 0x000024b6, 0x000024b7, 0x000024b8, + 0x000024b9, 0x000024ba, 0x000024bb, 0x000024bc, + 0x000024bd, 0x000024be, 0x000024bf, 0x000024c0, + 0x000024c1, 0x000024c2, 0x000024c3, 0x000024c4, + 0x000024c5, 0x000024c6, 0x000024c7, 0x000024c8, + 0x000024c9, 0x000024ca, 0x000024cb, 0x000024cc, + 0x000024cd, 0x000024ce, 0x000024cf, 0x000024d0, + 0x000024d1, 0x000024d2, 0x000024d3, 0x000024d4, + 0x000024d5, 0x000024d6, 0x000024d7, 0x000024d8, + 0x000024d9, 0x000024da, 0x000024db, 0x000024dc, + 0x000024dd, 0x000024de, 0x000024df, 0x000024e0, + 0x000024e1, 0x000024e2, 0x000024e3, 0x000024e4, + 0x000024e5, 0x000024e6, 0x000024e7, 0x000024e8, + 0x000024e9, 0x000024ea, 0x000024eb, 0x000024ec, + 0x000024ed, 0x000024ee, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x000024ef, 0x000024f0, 0x000024f1, 0x000024f2, + 0x000024f3, 0x000024f4, 0x000024f5, 0x000024f6, + 0x000024f7, 0x000024f8, 0x000024f9, 0x000024fa, + 0x000024fb, 0x000024fc, 0x000024fd, 0x000024fe, + 0x00000000, 0x00002504, 0x00002505, 0x00002506, + 0x00002507, 0x00002508, 0x00002509, 0x0000250a, + 0x0000250b, 0x0000250d, 0x0000250e, 0x00002511, + 0x00002512, 0x00002515, 0x00002516, 0x00002519, + 0x0000251a, 0x0000251e, 0x0000251f, 0x00002521, + 0x00002522, 0x00002526, 0x00002527, 0x00002529, + 0x0000252a, 0x0000252d, 0x0000252e, 0x00002531, + 0x00002532, 0x00002535, 0x00002536, 0x00002539, + 0x0000253a, 0x0000253d, 0x0000253e, 0x00002540, + 0x00002541, 0x00002543, 0x00002544, 0x00002545, + 0x00002546, 0x00002547, 0x00002548, 0x00002549, + 0x0000254a, 0x0000254c, 0x0000254d, 0x0000254e, + 0x0000254f, 0x00002550, 0x00002551, 0x00002552, + 0x00002553, 0x00002554, 0x00002555, 0x00002556, + 0x00002557, 0x00002558, 0x00002559, 0x0000255a, + 0x0000255b, 0x0000255c, 0x0000255d, 0x0000255e, + 0x0000255f, 0x00002560, 0x00002561, 0x00002562, + 0x00002563, 0x00002564, 0x00002565, 0x00002566, + 0x00002567, 0x00002568, 0x00002569, 0x0000256a, + 0x0000256b, 0x0000256c, 0x0000256d, 0x0000256e, + 0x0000256f, 0x00002570, 0x00002571, 0x00002572, + 0x00002573, 0x00002574, 0x00002575, 0x00002576, + 0x00002577, 0x00002578, 0x00002579, 0x0000257a, + 0x0000257b, 0x0000257c, 0x0000257d, 0x0000257e, + 0x0000257f, 0x00002580, 0x00002581, 0x00002582, + 0x00002583, 0x00002584, 0x00002585, 0x00002586, + 0x00002587, 0x00002588, 0x00002589, 0x0000258a, + 0x0000258b, 0x0000258c, 0x0000258d, 0x0000258e, + 0x0000258f, 0x00002590, 0x00002591, 0x00002592, + 0x00002593, 0x00002594, 0x00002595, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000025a2, 0x000025a3, 0x000025a4, + 0x000025a5, 0x000025a6, 0x000025a7, 0x000025a8, + 0x000025a9, 0x000025aa, 0x000025ab, 0x000025ac, + 0x000025ad, 0x000025ae, 0x000025af, 0x000025b0, + 0x000025b1, 0x000025b4, 0x000025b5, 0x000025b6, + 0x000025b7, 0x000025b8, 0x000025b9, 0x000025ba, + 0x000025bb, 0x000025be, 0x000025bf, 0x000025c0, + 0x000025c1, 0x000025c2, 0x000025c3, 0x000025c4, + 0x000025c5, 0x000025c8, 0x000025c9, 0x000025ca, + 0x000025cc, 0x000025cd, 0x000025d0, 0x000025d1, + 0x000025d2, 0x000025d3, 0x000025d4, 0x000025d5, + 0x000025d6, 0x000025d7, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x000025d8, 0x000025d9, 0x000025da, 0x000025db, + 0x000025dc, 0x000025dd, 0x000025de, 0x000025df, + 0x000025e0, 0x000025e1, 0x000025e2, 0x000025e3, + 0x000025e4, 0x000025e5, 0x000025e6, 0x000025e7, + 0x000025e8, 0x000025e9, 0x000025ea, 0x000025eb, + 0x000025ec, 0x000025ed, 0x000025ee, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002600, + 0x00002601, 0x00002602, 0x00002603, 0x00002604, + 0x00002607, 0x00002608, 0x00002609, 0x0000260a, + 0x0000260b, 0x0000260c, 0x0000260d, 0x0000260e, + 0x0000260f, 0x00002610, 0x00002611, 0x00002612, + 0x00002613, 0x0000261a, 0x0000261b, 0x0000261c, + 0x0000261d, 0x0000261e, 0x0000261f, 0x00002620, + 0x00002621, 0x00002622, 0x00002623, 0x00002624, + 0x00002625, 0x00002626, 0x00002627, 0x00002628, + 0x00002629, 0x0000262a, 0x0000262b, 0x0000262c, + 0x0000262d, 0x0000262e, 0x0000262f, 0x00002630, + 0x00002631, 0x00002632, 0x00002633, 0x00002634, + 0x00002635, 0x00002636, 0x00002637, 0x00002638, + 0x00002639, 0x0000263a, 0x0000263b, 0x0000263c, + 0x0000263d, 0x0000263e, 0x0000263f, 0x00002641, + 0x00002643, 0x00002644, 0x00002645, 0x00002646, + 0x00002647, 0x00002648, 0x00002649, 0x0000264a, + 0x0000264b, 0x0000264c, 0x0000264d, 0x0000264e, + 0x0000264f, 0x00002650, 0x00002651, 0x00002652, + 0x00002653, 0x00002654, 0x00002655, 0x00002656, + 0x00002657, 0x00002658, 0x00002659, 0x0000265a, + 0x0000265b, 0x0000265c, 0x0000265d, 0x0000265e, + 0x0000265f, 0x00002660, 0x00002661, 0x00002662, + 0x00002663, 0x00002664, 0x00002665, 0x00002666, + 0x00002667, 0x00002668, 0x00002669, 0x0000266b, + 0x0000266c, 0x0000266e, 0x00002616, 0x00002617, + 0x00002701, 0x00002702, 0x00002703, 0x00002704, + 0x00002706, 0x00002707, 0x00002708, 0x00002709, + 0x0000270c, 0x0000270d, 0x0000270e, 0x0000270f, + 0x00002710, 0x00002711, 0x00002712, 0x00002713, + 0x00002714, 0x00002715, 0x00002716, 0x00002717, + 0x00002718, 0x00002719, 0x0000271a, 0x0000271b, + 0x0000271c, 0x0000271d, 0x0000271e, 0x0000271f, + 0x00002720, 0x00002721, 0x00002722, 0x00002723, + 0x00002724, 0x00002725, 0x00002726, 0x00002727, + 0x00002729, 0x0000272a, 0x0000272b, 0x0000272c, + 0x0000272d, 0x0000272e, 0x0000272f, 0x00002730, + 0x00002731, 0x00002732, 0x00002733, 0x00002734, + 0x00002735, 0x00002736, 0x00002737, 0x00002738, + 0x00002739, 0x0000273a, 0x0000273b, 0x0000273c, + 0x0000273d, 0x0000273e, 0x0000273f, 0x00002740, + 0x00002741, 0x00002742, 0x00002743, 0x00002744, + 0x00002745, 0x00002746, 0x00002747, 0x00002748, + 0x00002749, 0x0000274a, 0x0000274b, 0x0000274d, + 0x0000274f, 0x00002750, 0x00002751, 0x00002752, + 0x00002756, 0x00002758, 0x00002759, 0x0000275a, + 0x0000275b, 0x0000275c, 0x0000275d, 0x0000275e, + 0x00002761, 0x00002762, 0x00002763, 0x00002764, + 0x00002765, 0x00002766, 0x00002767, 0x00002776, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00002777, 0x00002778, + 0x00002779, 0x0000277a, 0x0000277b, 0x0000277c, + 0x0000277d, 0x0000277e, 0x0000277f, 0x00002780, + 0x00002781, 0x00002782, 0x00002783, 0x00002784, + 0x00002785, 0x00002786, 0x00002787, 0x00002788, + 0x00002789, 0x0000278a, 0x0000278b, 0x0000278c, + 0x0000278d, 0x0000278e, 0x0000278f, 0x00002790, + 0x00002791, 0x00002792, 0x00002793, 0x00002794, + 0x00002798, 0x00002799, 0x0000279a, 0x0000279b, + 0x0000279c, 0x0000279d, 0x0000279e, 0x0000279f, + 0x000027a0, 0x000027a1, 0x000027a2, 0x000027a3, + 0x000027a4, 0x000027a5, 0x000027a6, 0x000027a7, + 0x000027a8, 0x000027a9, 0x000027aa, 0x000027ab, + 0x000027ac, 0x000027ad, 0x000027ae, 0x000027af, + 0x000027b1, 0x000027b2, 0x000027b3, 0x000027b4, + 0x000027b5, 0x000027b6, 0x000027b7, 0x000027b8, + 0x000027b9, 0x000027ba, 0x000027bb, 0x000027bc, + 0x000027bd, 0x000027be, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00003004, 0x00003016, + 0x00003017, 0x00003018, 0x00003019, 0x0000301a, + 0x0000301b, 0x0000301d, 0x0000301e, 0x0000301f, + 0x00003020, 0x00003030, 0x00003031, 0x00003032, + 0x00003033, 0x00003034, 0x00003035, 0x00003036, + 0x00003037, 0x0000303b, 0x0000303c, 0x0000303d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00003094, 0x00003095, 0x00003096, 0x0000309f, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000030f7, 0x000030f8, 0x000030f9, + 0x000030fa, 0x000030a0, 0x000030ff, 0x00003220, + 0x00003221, 0x00003222, 0x00003223, 0x00003224, + 0x00003225, 0x00003226, 0x00003227, 0x00003228, + 0x00003229, 0x0000322a, 0x0000322b, 0x0000322c, + 0x0000322d, 0x0000322e, 0x0000322f, 0x00003230, + 0x00003232, 0x00003233, 0x00003234, 0x00003235, + 0x00003236, 0x00003237, 0x00003238, 0x00003239, + 0x0000323a, 0x0000323b, 0x0000323c, 0x0000323d, + 0x0000323e, 0x0000323f, 0x00003240, 0x00003241, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00003242, 0x00003243, + 0x00003280, 0x00003281, 0x00003282, 0x00003283, + 0x00003284, 0x00003285, 0x00003286, 0x00003287, + 0x00003288, 0x00003289, 0x0000328a, 0x0000328b, + 0x0000328c, 0x0000328d, 0x0000328e, 0x0000328f, + 0x00003290, 0x00003291, 0x00003292, 0x00003293, + 0x00003294, 0x00003295, 0x00003296, 0x00003297, + 0x00003298, 0x00003299, 0x0000329a, 0x0000329b, + 0x0000329c, 0x0000329d, 0x0000329e, 0x0000329f, + 0x000032a0, 0x000032a1, 0x000032a2, 0x000032a3, + 0x000032a4, 0x000032a5, 0x000032a6, 0x000032a7, + 0x000032a8, 0x000032a9, 0x000032aa, 0x000032ab, + 0x000032ac, 0x000032ad, 0x000032ae, 0x000032af, + 0x000032b0, 0x000032c0, 0x000032c1, 0x000032c2, + 0x000032c3, 0x000032c4, 0x000032c5, 0x000032c6, + 0x000032c7, 0x000032c8, 0x000032c9, 0x000032ca, + 0x000032cb, 0x000032d0, 0x000032d1, 0x000032d2, + 0x000032d3, 0x000032d4, 0x000032d5, 0x000032d6, + 0x000032d7, 0x000032d8, 0x000032d9, 0x000032da, + 0x000032db, 0x000032dc, 0x000032dd, 0x000032de, + 0x000032df, 0x000032e0, 0x000032e1, 0x000032e2, + 0x000032e3, 0x000032e4, 0x000032e5, 0x000032e6, + 0x000032e7, 0x000032e8, 0x000032e9, 0x000032ea, + 0x000032eb, 0x000032ec, 0x000032ed, 0x000032ee, + 0x000032ef, 0x000032f0, 0x000032f1, 0x000032f2, + 0x000032f3, 0x000032f4, 0x000032f5, 0x000032f6, + 0x000032f7, 0x000032f8, 0x000032f9, 0x000032fa, + 0x000032fb, 0x000032fc, 0x000032fd, 0x000032fe, + 0x00003251, 0x00003252, 0x00003253, 0x00003254, + 0x00003255, 0x00003256, 0x00003257, 0x00003258, + 0x00003259, 0x0000325a, 0x0000325b, 0x0000325c, + 0x0000325d, 0x0000325e, 0x0000325f, 0x000032b1, + 0x000032b2, 0x000032b3, 0x000032b4, 0x000032b5, + 0x000032b6, 0x000032b7, 0x000032b8, 0x000032b9, + 0x000032ba, 0x000032bb, 0x000032bc, 0x000032bd, + 0x000032be, 0x000032bf, 0x00003300, 0x00003301, + 0x00003302, 0x00003303, 0x00003304, 0x00003305, + 0x00003306, 0x00003307, 0x00003308, 0x00003309, + 0x0000330a, 0x0000330b, 0x0000330c, 0x0000330d, + 0x0000330e, 0x0000330f, 0x00003310, 0x00003311, + 0x00003312, 0x00003313, 0x00003314, 0x00003315, + 0x00003316, 0x00003317, 0x00003318, 0x00003319, + 0x0000331a, 0x0000331b, 0x0000331c, 0x0000331d, + 0x0000331e, 0x0000331f, 0x00003320, 0x00003321, + 0x00003322, 0x00003323, 0x00003324, 0x00003325, + 0x00003326, 0x00003327, 0x00003328, 0x00003329, + 0x0000332a, 0x0000332b, 0x0000332c, 0x0000332d, + 0x0000332e, 0x0000332f, 0x00003330, 0x00003331, + 0x00003332, 0x00003333, 0x00003334, 0x00003335, + 0x00003336, 0x00003337, 0x00003338, 0x00003339, + 0x0000333a, 0x0000333b, 0x0000333c, 0x0000333d, + 0x0000333e, 0x0000333f, 0x00003340, 0x00003341, + 0x00003342, 0x00003343, 0x00003344, 0x00003345, + 0x00003346, 0x00003347, 0x00003348, 0x00003349, + 0x0000334a, 0x0000334b, 0x0000334c, 0x0000334d, + 0x0000334e, 0x0000334f, 0x00003350, 0x00003351, + 0x00003352, 0x00003353, 0x00003354, 0x00003355, + 0x00003356, 0x00003357, 0x00003358, 0x00003359, + 0x0000335a, 0x0000335b, 0x0000335c, 0x0000335d, + 0x0000335e, 0x0000335f, 0x00003360, 0x00003361, + 0x00003362, 0x00003363, 0x00003364, 0x00003365, + 0x00003366, 0x00003367, 0x00003368, 0x00003369, + 0x0000336a, 0x0000336b, 0x0000336c, 0x0000336d, + 0x0000336e, 0x0000336f, 0x00003370, 0x00003371, + 0x00003372, 0x00003373, 0x00003374, 0x00003375, + 0x00003376, 0x0000337b, 0x0000337c, 0x0000337d, + 0x0000337e, 0x0000337f, 0x00003380, 0x00003381, + 0x00003382, 0x00003383, 0x00003384, 0x00003385, + 0x00003386, 0x00003387, 0x00003388, 0x00003389, + 0x0000338a, 0x0000338b, 0x0000338c, 0x0000338d, + 0x0000338e, 0x0000338f, 0x00003390, 0x00003391, + 0x00003392, 0x00003393, 0x00003394, 0x00003395, + 0x00003396, 0x00003397, 0x00003398, 0x00003399, + 0x0000339a, 0x0000339b, 0x0000339c, 0x0000339d, + 0x0000339e, 0x0000339f, 0x000033a0, 0x000033a1, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x000033a2, 0x000033a3, + 0x000033a4, 0x000033a5, 0x000033a6, 0x000033a7, + 0x000033a8, 0x000033a9, 0x000033aa, 0x000033ab, + 0x000033ac, 0x000033ad, 0x000033ae, 0x000033af, + 0x000033b0, 0x000033b1, 0x000033b2, 0x000033b3, + 0x000033b4, 0x000033b5, 0x000033b6, 0x000033b7, + 0x000033b8, 0x000033b9, 0x000033ba, 0x000033bb, + 0x000033bc, 0x000033bd, 0x000033be, 0x000033bf, + 0x000033c0, 0x000033c1, 0x000033c2, 0x000033c3, + 0x000033c4, 0x000033c5, 0x000033c6, 0x000033c7, + 0x000033c8, 0x000033c9, 0x000033ca, 0x000033cb, + 0x000033cc, 0x000033cd, 0x000033ce, 0x000033cf, + 0x000033d0, 0x000033d1, 0x000033d2, 0x000033d3, + 0x000033d4, 0x000033d5, 0x000033d6, 0x000033d7, + 0x000033d8, 0x000033d9, 0x000033da, 0x000033db, + 0x000033dc, 0x000033dd, 0x000033e0, 0x000033e1, + 0x000033e2, 0x000033e3, 0x000033e4, 0x000033e5, + 0x000033e6, 0x000033e7, 0x000033e8, 0x000033e9, + 0x000033ea, 0x000033eb, 0x000033ec, 0x000033ed, + 0x000033ee, 0x000033ef, 0x000033f0, 0x000033f1, + 0x000033f2, 0x000033f3, 0x000033f4, 0x000033f5, + 0x000033f6, 0x000033f7, 0x000033f8, 0x000033f9, + 0x000033fa, 0x000033fb, 0x000033fc, 0x000033fd, + 0x000033fe, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000fb01, 0x0000fb02, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff0d, 0x0000ff5e, 0x0000ffe4, 0x00000000, + 0x0000ff5f, 0x0000ff60, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000300, 0x00000301, + 0x00000302, 0x00000303, 0x00000304, 0x00000000, + 0x00000306, 0x00000000, 0x00000308, 0x00000000, + 0x00000000, 0x0000030b, 0x0000030c, 0x00000000, + 0x00000000, 0x0000030f, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000318, 0x00000319, + 0x0000031a, 0x00000000, 0x0000031c, 0x0000031d, + 0x0000031e, 0x0000031f, 0x00000320, 0x00000000, + 0x00000000, 0x00000000, 0x00000324, 0x00000325, + 0x00000000, 0x00000000, 0x00000000, 0x00000329, + 0x0000032a, 0x00000000, 0x0000032c, 0x00000000, + 0x00000000, 0x0000032f, 0x00000330, 0x00000000, + 0x00000000, 0x00000000, 0x00000334, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000339, + 0x0000033a, 0x0000033b, 0x0000033c, 0x0000033d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000361, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002423, 0x00002934, 0x00002935, + 0x000029bf, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000029fa, + 0x000029fb, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000031f0, 0x000031f1, 0x000031f2, + 0x000031f3, 0x000031f4, 0x000031f5, 0x000031f6, + 0x000031f7, 0x000031f8, 0x000031f9, 0x000031fa, + 0x000031fb, 0x000031fc, 0x000031fd, 0x000031fe, + 0x000031ff, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000fe45, 0x0000fe46, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff +}; + +#define HAS_COMBINED 1 + +struct divide +{ + uint16_t res1; + uint16_t res2; +}; +#define __TO_UCS4_COMBINED_MIN 0xecb5 +#define __TO_UCS4_COMBINED_MAX 0xeccd +static const struct divide __ibm1390db_to_ucs4_combined[] = +{ + [0xecb5 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x304b, .res2 = 0x309a }, + [0xecb6 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x304d, .res2 = 0x309a }, + [0xecb7 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x304f, .res2 = 0x309a }, + [0xecb8 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x3051, .res2 = 0x309a }, + [0xecb9 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x3053, .res2 = 0x309a }, + [0xecba - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30ab, .res2 = 0x309a }, + [0xecbb - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30ad, .res2 = 0x309a }, + [0xecbc - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30af, .res2 = 0x309a }, + [0xecbd - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30b1, .res2 = 0x309a }, + [0xecbe - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30b3, .res2 = 0x309a }, + [0xecbf - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30bb, .res2 = 0x309a }, + [0xecc0 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30c4, .res2 = 0x309a }, + [0xecc1 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30c8, .res2 = 0x309a }, + [0xecc2 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x31f7, .res2 = 0x309a }, + [0xecc3 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x00e6, .res2 = 0x0300 }, + [0xecc4 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0254, .res2 = 0x0300 }, + [0xecc5 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0254, .res2 = 0x0301 }, + [0xecc6 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x028c, .res2 = 0x0300 }, + [0xecc7 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x028c, .res2 = 0x0301 }, + [0xecc8 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0259, .res2 = 0x0300 }, + [0xecc9 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0259, .res2 = 0x0301 }, + [0xecca - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x025a, .res2 = 0x0300 }, + [0xeccb - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x025a, .res2 = 0x0301 }, + [0xeccc - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x02e9, .res2 = 0x02e5 }, + [0xeccd - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x02e5, .res2 = 0x02e9 } +}; + +static const struct gap __ucs4_to_ibm1390sb_idx[] = +{ + { .start = 0x00000000, .end = 0x0000009f, .idx = 0 }, + { .start = 0x000000a2, .end = 0x000000a3, .idx = -2 }, + { .start = 0x000000a5, .end = 0x000000a5, .idx = -3 }, + { .start = 0x000000ac, .end = 0x000000ac, .idx = -9 }, + { .start = 0x0000203e, .end = 0x0000203e, .idx = -8090 }, + { .start = 0x000020ac, .end = 0x000020ac, .idx = -8199 }, + { .start = 0x0000303f, .end = 0x0000303f, .idx = -12185 }, + { .start = 0x0000ff61, .end = 0x0000ff9f, .idx = -65210 }, + { .start = 0x0000ffe8, .end = 0x0000ffee, .idx = -65282 }, + { .start = 0xffffffff, .end = 0xffffffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1390sb[][1] = +{ + "\x00", "\x01", "\x02", "\x03", "\x37", "\x2d", "\x2e", "\x2f", + "\x16", "\x05", "\x25", "\x0b", "\x0c", "\x0d", "\x3f", "\x3f", + "\x10", "\x11", "\x12", "\x13", "\x3c", "\x3d", "\x32", "\x26", + "\x18", "\x19", "\x3f", "\x27", "\x1c", "\x1d", "\x1e", "\x1f", + "\x40", "\x5a", "\x7f", "\x7b", "\xe0", "\x6c", "\x50", "\x7d", + "\x4d", "\x5d", "\x5c", "\x4e", "\x6b", "\x60", "\x4b", "\x61", + "\xf0", "\xf1", "\xf2", "\xf3", "\xf4", "\xf5", "\xf6", "\xf7", + "\xf8", "\xf9", "\x7a", "\x5e", "\x4c", "\x7e", "\x6e", "\x6f", + "\x7c", "\xc1", "\xc2", "\xc3", "\xc4", "\xc5", "\xc6", "\xc7", + "\xc8", "\xc9", "\xd1", "\xd2", "\xd3", "\xd4", "\xd5", "\xd6", + "\xd7", "\xd8", "\xd9", "\xe2", "\xe3", "\xe4", "\xe5", "\xe6", + "\xe7", "\xe8", "\xe9", "\x70", "\xb2", "\x80", "\xb0", "\x6d", + "\x79", "\x62", "\x63", "\x64", "\x65", "\x66", "\x67", "\x68", + "\x69", "\x71", "\x72", "\x73", "\x74", "\x75", "\x76", "\x77", + "\x78", "\x8b", "\x9b", "\xab", "\xb3", "\xb4", "\xb5", "\xb6", + "\xb7", "\xb8", "\xb9", "\xc0", "\x4f", "\xd0", "\xa0", "\x07", + "\x20", "\x21", "\x22", "\x23", "\x24", "\x15", "\x06", "\x17", + "\x28", "\x29", "\x2a", "\x2b", "\x2c", "\x09", "\x0a", "\x1b", + "\x30", "\x31", "\x1a", "\x33", "\x34", "\x35", "\x36", "\x08", + "\x38", "\x39", "\x3a", "\x3b", "\x04", "\x14", "\x3e", "\xff", + "\xb1", "\x4a", "\x5b", "\x5f", "\xa1", "\xe1", "\x3f", "\x41", + "\x42", "\x43", "\x44", "\x45", "\x46", "\x47", "\x48", "\x49", + "\x51", "\x52", "\x53", "\x54", "\x55", "\x56", "\x58", "\x81", + "\x82", "\x83", "\x84", "\x85", "\x86", "\x87", "\x88", "\x89", + "\x8a", "\x8c", "\x8d", "\x8e", "\x8f", "\x90", "\x91", "\x92", + "\x93", "\x94", "\x95", "\x96", "\x97", "\x98", "\x99", "\x9a", + "\x9d", "\x9e", "\x9f", "\xa2", "\xa3", "\xa4", "\xa5", "\xa6", + "\xa7", "\xa8", "\xa9", "\xaa", "\xac", "\xad", "\xae", "\xaf", + "\xba", "\xbb", "\xbc", "\xbd", "\xbe", "\xbf", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f" +}; + +static const struct gap __ucs4_to_ibm1390db_idx[] = +{ + { .start = 0x000000a0, .end = 0x000004f9, .idx = -160 }, + { .start = 0x00001e3e, .end = 0x00001f73, .idx = -6628 }, + { .start = 0x00002000, .end = 0x0000232c, .idx = -6768 }, + { .start = 0x000023be, .end = 0x0000266f, .idx = -6913 }, + { .start = 0x00002701, .end = 0x000027be, .idx = -7058 }, + { .start = 0x00002934, .end = 0x00002935, .idx = -7431 }, + { .start = 0x000029bf, .end = 0x000029fb, .idx = -7568 }, + { .start = 0x00003000, .end = 0x000030ff, .idx = -9108 }, + { .start = 0x000031f0, .end = 0x000036cf, .idx = -9348 }, + { .start = 0x00003761, .end = 0x00003861, .idx = -9493 }, + { .start = 0x000038fa, .end = 0x0000396f, .idx = -9645 }, + { .start = 0x00003a6e, .end = 0x00003c26, .idx = -9899 }, + { .start = 0x00003cc3, .end = 0x00003e94, .idx = -10055 }, + { .start = 0x00003f57, .end = 0x00004343, .idx = -10249 }, + { .start = 0x000043ee, .end = 0x00004764, .idx = -10419 }, + { .start = 0x000047fd, .end = 0x000048b5, .idx = -10571 }, + { .start = 0x000049b0, .end = 0x00004a29, .idx = -10821 }, + { .start = 0x00004abc, .end = 0x00004b3b, .idx = -10967 }, + { .start = 0x00004bc2, .end = 0x00004c20, .idx = -11101 }, + { .start = 0x00004cc4, .end = 0x00004d77, .idx = -11264 }, + { .start = 0x00004e00, .end = 0x00007e9e, .idx = -11400 }, + { .start = 0x00007f36, .end = 0x00008b9f, .idx = -11551 }, + { .start = 0x00008c37, .end = 0x00009484, .idx = -11702 }, + { .start = 0x00009577, .end = 0x00009fa5, .idx = -11944 }, + { .start = 0x0000e000, .end = 0x0000f86f, .idx = -28418 }, + { .start = 0x0000f91d, .end = 0x0000fa6a, .idx = -28591 }, + { .start = 0x0000fb01, .end = 0x0000fb02, .idx = -28741 }, + { .start = 0x0000fe45, .end = 0x0000fe46, .idx = -29575 }, + { .start = 0x0000ff01, .end = 0x0000ffe5, .idx = -29761 }, + { .start = 0x0002000b, .end = 0x000200a4, .idx = -95334 }, + { .start = 0x000201a2, .end = 0x00020213, .idx = -95587 }, + { .start = 0x0002032b, .end = 0x0002044a, .idx = -95866 }, + { .start = 0x00020509, .end = 0x00020509, .idx = -96056 }, + { .start = 0x000205d6, .end = 0x00020628, .idx = -96260 }, + { .start = 0x0002074f, .end = 0x0002074f, .idx = -96554 }, + { .start = 0x00020807, .end = 0x000208b9, .idx = -96737 }, + { .start = 0x0002097c, .end = 0x0002099d, .idx = -96931 }, + { .start = 0x00020ad3, .end = 0x00020b9f, .idx = -97240 }, + { .start = 0x00020d45, .end = 0x00020d45, .idx = -97661 }, + { .start = 0x00020de1, .end = 0x00020de1, .idx = -97816 }, + { .start = 0x00020e64, .end = 0x00020e95, .idx = -97946 }, + { .start = 0x00020f5f, .end = 0x00020f5f, .idx = -98147 }, + { .start = 0x00021201, .end = 0x000213c4, .idx = -98820 }, + { .start = 0x0002146d, .end = 0x0002146e, .idx = -98988 }, + { .start = 0x000215d7, .end = 0x00021742, .idx = -99348 }, + { .start = 0x000218bd, .end = 0x000218bd, .idx = -99726 }, + { .start = 0x000219c3, .end = 0x000219c3, .idx = -99987 }, + { .start = 0x00021c56, .end = 0x00021c56, .idx = -100645 }, + { .start = 0x00021d2d, .end = 0x00021e34, .idx = -100859 }, + { .start = 0x00021f1e, .end = 0x00021f76, .idx = -101092 }, + { .start = 0x00021ffa, .end = 0x00021ffa, .idx = -101223 }, + { .start = 0x0002217b, .end = 0x0002217b, .idx = -101607 }, + { .start = 0x00022218, .end = 0x00022218, .idx = -101763 }, + { .start = 0x0002231e, .end = 0x0002231e, .idx = -102024 }, + { .start = 0x000223ad, .end = 0x000223ad, .idx = -102166 }, + { .start = 0x000226f3, .end = 0x000226f3, .idx = -103003 }, + { .start = 0x0002285b, .end = 0x000228ab, .idx = -103362 }, + { .start = 0x0002298f, .end = 0x0002298f, .idx = -103589 }, + { .start = 0x00022ab8, .end = 0x00022ab8, .idx = -103885 }, + { .start = 0x00022b46, .end = 0x00022c24, .idx = -104026 }, + { .start = 0x00022de1, .end = 0x00022de1, .idx = -104470 }, + { .start = 0x000231b6, .end = 0x000231f5, .idx = -105450 }, + { .start = 0x00023372, .end = 0x00023647, .idx = -105830 }, + { .start = 0x0002370c, .end = 0x00023764, .idx = -106026 }, + { .start = 0x000237e7, .end = 0x0002383d, .idx = -106156 }, + { .start = 0x00023a98, .end = 0x00023a98, .idx = -106758 }, + { .start = 0x00023c7f, .end = 0x00023d40, .idx = -107244 }, + { .start = 0x00023dd3, .end = 0x00023dfa, .idx = -107390 }, + { .start = 0x00023f7e, .end = 0x00023f7e, .idx = -107777 }, + { .start = 0x00024096, .end = 0x00024103, .idx = -108056 }, + { .start = 0x000241c6, .end = 0x000241fe, .idx = -108250 }, + { .start = 0x000243bc, .end = 0x000243bc, .idx = -108695 }, + { .start = 0x00024629, .end = 0x000246a5, .idx = -109315 }, + { .start = 0x000247f1, .end = 0x000247f1, .idx = -109646 }, + { .start = 0x00024896, .end = 0x00024896, .idx = -109810 }, + { .start = 0x00024a4d, .end = 0x00024a4d, .idx = -110248 }, + { .start = 0x00024b56, .end = 0x00024b6f, .idx = -110512 }, + { .start = 0x00024c16, .end = 0x00024c16, .idx = -110678 }, + { .start = 0x00024d14, .end = 0x00024d14, .idx = -110931 }, + { .start = 0x00024e0e, .end = 0x00024e8b, .idx = -111180 }, + { .start = 0x0002504a, .end = 0x00025055, .idx = -111626 }, + { .start = 0x00025122, .end = 0x00025122, .idx = -111830 }, + { .start = 0x000251a9, .end = 0x0002524c, .idx = -111964 }, + { .start = 0x0002542e, .end = 0x0002550e, .idx = -112445 }, + { .start = 0x000255a7, .end = 0x000255a7, .idx = -112597 }, + { .start = 0x00025771, .end = 0x000257b4, .idx = -113054 }, + { .start = 0x000259c4, .end = 0x000259d4, .idx = -113581 }, + { .start = 0x00025ae3, .end = 0x00025af1, .idx = -113851 }, + { .start = 0x00025bb2, .end = 0x00025bb2, .idx = -114043 }, + { .start = 0x00025c4b, .end = 0x00025c64, .idx = -114195 }, + { .start = 0x00025da1, .end = 0x00025da1, .idx = -114511 }, + { .start = 0x00025e2e, .end = 0x00026060, .idx = -114651 }, + { .start = 0x000260ed, .end = 0x000260ed, .idx = -114791 }, + { .start = 0x00026270, .end = 0x00026286, .idx = -115177 }, + { .start = 0x0002634c, .end = 0x0002634c, .idx = -115374 }, + { .start = 0x00026402, .end = 0x00026402, .idx = -115555 }, + { .start = 0x0002667e, .end = 0x0002671d, .idx = -116190 }, + { .start = 0x000268dd, .end = 0x00026aff, .idx = -116637 }, + { .start = 0x00026c29, .end = 0x00026cdd, .idx = -116934 }, + { .start = 0x00026e40, .end = 0x00026e65, .idx = -117288 }, + { .start = 0x00026f94, .end = 0x00026ff8, .idx = -117590 }, + { .start = 0x000270f4, .end = 0x00027139, .idx = -117841 }, + { .start = 0x000273da, .end = 0x00027449, .idx = -118513 }, + { .start = 0x00027614, .end = 0x00027752, .idx = -118971 }, + { .start = 0x00027985, .end = 0x00027985, .idx = -119533 }, + { .start = 0x00027a84, .end = 0x00027a84, .idx = -119787 }, + { .start = 0x00027bb3, .end = 0x00027bc7, .idx = -120089 }, + { .start = 0x00027cb8, .end = 0x00027cb8, .idx = -120329 }, + { .start = 0x00027da0, .end = 0x00027e10, .idx = -120560 }, + { .start = 0x00027fb7, .end = 0x00027fb7, .idx = -120982 }, + { .start = 0x0002808a, .end = 0x000280bb, .idx = -121192 }, + { .start = 0x00028277, .end = 0x000282f3, .idx = -121635 }, + { .start = 0x000283cd, .end = 0x00028455, .idx = -121852 }, + { .start = 0x0002856b, .end = 0x000285c9, .idx = -122129 }, + { .start = 0x000286d7, .end = 0x000286fa, .idx = -122398 }, + { .start = 0x00028946, .end = 0x00028ae4, .idx = -122985 }, + { .start = 0x00028bc1, .end = 0x00028bef, .idx = -123205 }, + { .start = 0x00028d10, .end = 0x00028d71, .idx = -123493 }, + { .start = 0x00028dfb, .end = 0x00028f32, .idx = -123630 }, + { .start = 0x00028ff8, .end = 0x00028ff8, .idx = -123827 }, + { .start = 0x000292a0, .end = 0x000292b1, .idx = -124506 }, + { .start = 0x00029490, .end = 0x00029490, .idx = -124984 }, + { .start = 0x000295cf, .end = 0x000295cf, .idx = -125302 }, + { .start = 0x0002967f, .end = 0x00029750, .idx = -125477 }, + { .start = 0x000298c6, .end = 0x000298c6, .idx = -125850 }, + { .start = 0x00029a72, .end = 0x00029a72, .idx = -126277 }, + { .start = 0x00029ddb, .end = 0x00029ee9, .idx = -127149 }, + { .start = 0x00029fce, .end = 0x0002a0f9, .idx = -127377 }, + { .start = 0x0002a190, .end = 0x0002a190, .idx = -127527 }, + { .start = 0x0002a38c, .end = 0x0002a38c, .idx = -128034 }, + { .start = 0x0002a437, .end = 0x0002a437, .idx = -128204 }, + { .start = 0x0002a5f1, .end = 0x0002a61a, .idx = -128645 }, + { .start = 0x0002a6b2, .end = 0x0002a6b2, .idx = -128796 }, + { .start = 0xffffffff, .end = 0xffffffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1390db[][2] = +{ + "\xd6\x41", "\xd6\x42", "\x00\x00", "\x00\x00", "\xd6\x43", "\x00\x00", + "\x42\x6a", "\x44\x6a", "\x44\x60", "\xd6\x44", "\xd6\x45", "\xd6\x46", + "\x00\x00", "\xd6\x47", "\xd6\x48", "\xd6\x49", "\x44\xed", "\x44\x4b", + "\xd6\x4a", "\xd6\x4b", "\x44\x50", "\xd6\x4c", "\x43\x79", "\xd6\x4d", + "\xd6\x4e", "\xd6\x4f", "\xd6\x50", "\xd6\x51", "\xd6\x52", "\xd6\x53", + "\xd6\x54", "\xd6\x55", "\xd6\x56", "\xd6\x57", "\xd6\x58", "\xd6\x59", + "\xd6\x5a", "\xd6\x5b", "\xd6\x5c", "\xd6\x5d", "\xd6\x5e", "\xd6\x5f", + "\xd6\x60", "\xd6\x61", "\xd6\x62", "\xd6\x63", "\xd6\x64", "\xd6\x65", + "\xd6\x66", "\xd6\x67", "\xd6\x68", "\xd6\x69", "\xd6\x6a", "\xd6\x6b", + "\xd6\x6c", "\x44\x7a", "\xd6\x6d", "\xd6\x6e", "\xd6\x6f", "\xd6\x70", + "\xd6\x71", "\xd6\x72", "\xd6\x73", "\xd6\x74", "\xd6\x75", "\xd6\x76", + "\xd6\x77", "\xd6\x78", "\xd6\x79", "\xd6\x7a", "\xd6\x7b", "\xd6\x7c", + "\xd6\x7d", "\xd6\x7e", "\xd6\x7f", "\xd6\x80", "\xd6\x81", "\xd6\x82", + "\xd6\x83", "\xd6\x84", "\xd6\x85", "\xd6\x86", "\xd6\x87", "\xd6\x88", + "\xd6\x89", "\xd6\x8a", "\xd6\x8b", "\x44\x7b", "\xd6\x8c", "\xd6\x8d", + "\xd6\x8e", "\xd6\x8f", "\xd6\x90", "\xd6\x91", "\xd6\x92", "\xd6\x93", + "\xd6\xb8", "\xd6\xb9", "\xd6\xba", "\xd6\xbb", "\xd6\xbc", "\xd6\xbd", + "\xd6\xbe", "\xd6\xbf", "\xd6\xc0", "\xd6\xc1", "\xd6\xc2", "\xd6\xc3", + "\xd6\xc4", "\xd6\xc5", "\xd6\xc6", "\xd6\xc7", "\xd6\xc8", "\xd6\xc9", + "\xd6\xca", "\xd6\xcb", "\xd6\xcc", "\xd6\xcd", "\xd6\xce", "\xd6\xcf", + "\xd6\xd0", "\xd6\xd1", "\xd6\xd2", "\xd6\xd3", "\xd6\xd4", "\xd6\xd5", + "\xd6\xd6", "\xd6\xd7", "\xd6\xd8", "\xd6\xd9", "\xd6\xda", "\xd6\xdb", + "\xd6\xdc", "\xd6\xdd", "\xd6\xde", "\xd6\xdf", "\xd6\xe0", "\xd6\xe1", + "\xd6\xe2", "\xd6\xe3", "\xd6\xe4", "\xd6\xe5", "\xd6\xe6", "\xd6\xe7", + "\xd6\xe8", "\xd6\xe9", "\xd6\xea", "\xd6\xeb", "\xd6\xec", "\xd6\xed", + "\xd6\xee", "\xd6\xef", "\xd6\xf0", "\xd6\xf1", "\xd6\xf2", "\xd6\xf3", + "\xd6\xf4", "\xd6\xf5", "\xd6\xf6", "\xd6\xf7", "\xd6\xf8", "\xd6\xf9", + "\xd6\xfa", "\xd6\xfb", "\xd6\xfc", "\xd6\xfd", "\xd6\xfe", "\xd7\x41", + "\xd7\x42", "\xd7\x43", "\xd7\x44", "\xd7\x45", "\xd7\x46", "\xd7\x47", + "\xd7\x48", "\xd7\x49", "\xd7\x4a", "\xd7\x4b", "\xd7\x4c", "\xd7\x4d", + "\xd7\x4e", "\xd7\x4f", "\xd7\x50", "\xd7\x51", "\xd7\x52", "\xd7\x53", + "\xd7\x54", "\xd7\x55", "\xd7\x56", "\xd7\x57", "\xd7\x58", "\xd7\x59", + "\xd7\x5a", "\xd7\x5b", "\xd7\x5c", "\xd7\x5d", "\xd7\x5e", "\xd7\x5f", + "\xd7\x60", "\xd7\x61", "\xd7\x62", "\xd7\x63", "\xd7\x64", "\xd7\x65", + "\xd7\x66", "\xd7\x67", "\xd7\x68", "\xd7\x69", "\xd7\x6a", "\xd7\x6b", + "\xd7\x6c", "\xd7\x6d", "\xd7\x6e", "\xd7\x6f", "\xd7\x70", "\xd7\x71", + "\xd7\x72", "\xd7\x73", "\xd7\x74", "\xd7\x75", "\xd7\x76", "\xd7\x77", + "\xd7\x78", "\xd7\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd7\x7a", "\xd7\x93", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd7\x7b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd7\x7c", "\xd7\x7d", "\xd7\x7e", "\xd7\x7f", "\xd7\x80", + "\xd7\x81", "\xd7\x82", "\xd7\x83", "\xd7\x84", "\xd7\x85", "\xd7\x86", + "\xd7\x87", "\xd7\x88", "\xd7\x89", "\xd7\x8a", "\xd7\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd7\x8c", + "\x00\x00", "\x00\x00", "\xd7\x94", "\xd7\x95", "\xd7\x8d", "\xd7\x8e", + "\xd7\x8f", "\xd7\x90", "\xd7\x91", "\xd7\x92", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd8\x8c", "\xd8\x8d", "\xd8\x8e", "\xd8\x8f", "\xd8\x90", "\xd8\x91", + "\xd8\x92", "\xd8\x93", "\xd8\x94", "\xd8\x95", "\xd8\x96", "\xd8\x97", + "\xd8\x98", "\xd8\x99", "\xd8\x9a", "\xd8\x9b", "\xd8\x9c", "\xd8\x9d", + "\xd8\x9e", "\xd8\x9f", "\xd8\xa0", "\xd8\xa1", "\xd8\xa2", "\xd8\xa3", + "\xd8\xa4", "\xd8\xa5", "\xd8\xa6", "\xd8\xa7", "\xd8\xa8", "\xd8\xa9", + "\xd8\xaa", "\xd8\xab", "\xd8\xac", "\xd8\xad", "\xd8\xae", "\xd8\xaf", + "\xd8\xb0", "\xd8\xb1", "\xd8\xb2", "\xd8\xb3", "\xd8\xb4", "\xd8\xb5", + "\xd8\xb6", "\xd8\xb7", "\xd8\xb8", "\xd8\xb9", "\xd8\xba", "\xd8\xbb", + "\xd8\xbc", "\xd8\xbd", "\xd8\xbe", "\xd8\xbf", "\xd8\xc0", "\xd8\xc1", + "\xd8\xc2", "\xd8\xc3", "\xd8\xc4", "\xd8\xc5", "\xd8\xc6", "\xd8\xc7", + "\xd8\xc8", "\xd8\xc9", "\xd8\xca", "\xd8\xcb", "\xd8\xcc", "\xd8\xcd", + "\xd8\xce", "\xd8\xcf", "\xd8\xd0", "\xd8\xd1", "\xd8\xd2", "\xd8\xd3", + "\xd8\xd4", "\xd8\xd5", "\xd8\xd6", "\xd8\xd7", "\xd8\xd8", "\xd8\xd9", + "\xd8\xda", "\xd8\xdb", "\xd8\xdc", "\xd8\xdd", "\xd8\xde", "\xd8\xdf", + "\xd8\xe0", "\xd8\xe1", "\xd8\xe2", "\xd8\xe3", "\xd8\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd8\xec", "\xd8\xed", + "\xd8\xee", "\xd8\xef", "\x00\x00", "\x00\x00", "\xd8\xf0", "\xd8\xf1", + "\x00\x00", "\x00\x00", "\xd8\xf2", "\xd8\xf3", "\xd8\xf4", "\xd8\xf5", + "\xd8\xf6", "\xd8\xf7", "\xd8\xf8", "\x00\x00", "\xd8\xf9", "\xd8\xfa", + "\xd8\xfb", "\xd8\xfc", "\xd8\xfd", "\xd8\xfe", "\xd9\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd9\x42", + "\xd9\x43", "\xd9\x44", "\xd9\x45", "\xd9\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xea\x51", "\xea\x52", "\xea\x53", "\xea\x54", + "\xea\x55", "\x00\x00", "\xea\x57", "\x00\x00", "\xea\x59", "\x00\x00", + "\x00\x00", "\xea\x5c", "\xea\x5d", "\x00\x00", "\x00\x00", "\xea\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xea\x69", "\xea\x6a", "\xea\x6b", "\x00\x00", + "\xea\x6d", "\xea\x6e", "\xea\x6f", "\xea\x70", "\xea\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\xea\x75", "\xea\x76", "\x00\x00", "\x00\x00", + "\x00\x00", "\xea\x7a", "\xea\x7b", "\x00\x00", "\xea\x7d", "\x00\x00", + "\x00\x00", "\xea\x80", "\xea\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\xea\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xea\x8a", + "\xea\x8b", "\xea\x8c", "\xea\x8d", "\xea\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xea\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd9\x7e", "\xd9\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd9\x80", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd9\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd9\x82", "\xd9\x83", "\xd9\x84", "\xd9\x85", + "\xd9\x86", "\xd9\x87", "\xd9\x88", "\x00\x00", "\xd9\x89", "\x00\x00", + "\xd9\x8a", "\xd9\x8b", "\xd9\x8c", "\x41\x61", "\x41\x62", "\x41\x63", + "\x41\x64", "\x41\x65", "\x41\x66", "\x41\x67", "\x41\x68", "\x41\x69", + "\x41\x6a", "\x41\x6b", "\x41\x6c", "\x41\x6d", "\x41\x6e", "\x41\x6f", + "\x41\x70", "\x41\x71", "\x00\x00", "\x41\x72", "\x41\x73", "\x41\x74", + "\x41\x75", "\x41\x76", "\x41\x77", "\x41\x78", "\xd9\x8d", "\xd9\x8e", + "\xd9\x8f", "\xd9\x90", "\xd9\x91", "\xd9\x92", "\xd9\x93", "\x41\x41", + "\x41\x42", "\x41\x43", "\x41\x44", "\x41\x45", "\x41\x46", "\x41\x47", + "\x41\x48", "\x41\x49", "\x41\x4a", "\x41\x4b", "\x41\x4c", "\x41\x4d", + "\x41\x4e", "\x41\x4f", "\x41\x50", "\x41\x51", "\xd9\x94", "\x41\x52", + "\x41\x53", "\x41\x54", "\x41\x55", "\x41\x56", "\x41\x57", "\x41\x58", + "\xd9\x95", "\xd9\x96", "\xd9\x97", "\xd9\x98", "\xd9\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\xc6", "\xd9\xde", "\xd9\xdf", "\xd9\xe0", "\xd9\xe1", + "\xd9\xe2", "\xd9\xe3", "\xd9\xe4", "\xd9\xe5", "\xd9\xe6", "\xd9\xe7", + "\xd9\xe8", "\x00\x00", "\xd9\xe9", "\xd9\xea", "\x41\xc0", "\x41\xc1", + "\x41\xc2", "\x41\xc3", "\x41\xc4", "\x41\xc5", "\x41\xc7", "\x41\xc8", + "\x41\xc9", "\x41\xca", "\x41\xcb", "\x41\xcc", "\x41\xcd", "\x41\xce", + "\x41\xcf", "\x41\xd0", "\x41\xd1", "\x41\xd2", "\x41\xd3", "\x41\xd4", + "\x41\xd5", "\x41\xd6", "\x41\xd7", "\x41\xd8", "\x41\xd9", "\x41\xda", + "\x41\xdb", "\x41\xdc", "\x41\xdd", "\x41\xde", "\x41\xdf", "\x41\xe0", + "\x41\x80", "\x41\x81", "\x41\x82", "\x41\x83", "\x41\x84", "\x41\x85", + "\x41\x87", "\x41\x88", "\x41\x89", "\x41\x8a", "\x41\x8b", "\x41\x8c", + "\x41\x8d", "\x41\x8e", "\x41\x8f", "\x41\x90", "\x41\x91", "\x41\x92", + "\x41\x93", "\x41\x94", "\x41\x95", "\x41\x96", "\x41\x97", "\x41\x98", + "\x41\x99", "\x41\x9a", "\x41\x9b", "\x41\x9c", "\x41\x9d", "\x41\x9e", + "\x41\x9f", "\x41\xa0", "\x00\x00", "\x41\x86", "\xd9\xeb", "\xd9\xec", + "\xd9\xed", "\xd9\xee", "\xd9\xef", "\xd9\xf0", "\xd9\xf1", "\xd9\xf2", + "\xd9\xf3", "\xd9\xf4", "\xd9\xf5", "\x00\x00", "\xd9\xf6", "\xd9\xf7", + "\xd9\xf8", "\xd9\xf9", "\xd9\xfa", "\xd9\xfb", "\xd9\xfc", "\xd9\xfd", + "\xd9\xfe", "\xda\x41", "\xda\x42", "\xda\x43", "\xda\x44", "\xda\x45", + "\xda\x46", "\xda\x47", "\xda\x48", "\xda\x49", "\xda\x4a", "\xda\x4b", + "\xda\x4c", "\xda\x4d", "\xda\x4e", "\xda\x4f", "\xda\x50", "\xda\x51", + "\xda\x52", "\xda\x53", "\xda\x54", "\xda\x55", "\xda\x56", "\xda\x57", + "\xda\x58", "\xda\x59", "\xda\x5a", "\xda\x5b", "\xda\x5c", "\xda\x5d", + "\xda\x5e", "\xda\x5f", "\xda\x60", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xda\x61", "\xda\x62", "\xda\x63", "\xda\x64", "\xda\x65", "\xda\x66", + "\xda\x67", "\xda\x68", "\xda\x69", "\xda\x6a", "\xda\x6b", "\xda\x6c", + "\xda\x6d", "\xda\x6e", "\xda\x6f", "\xda\x70", "\xda\x71", "\xda\x72", + "\xda\x73", "\xda\x74", "\xda\x75", "\xda\x76", "\xda\x77", "\xda\x78", + "\xda\x79", "\xda\x7a", "\xda\x7b", "\xda\x7c", "\xda\x7d", "\xda\x7e", + "\xda\x7f", "\xda\x80", "\xda\x81", "\xda\x82", "\xda\x83", "\xda\x84", + "\xda\x85", "\xda\x86", "\xda\x87", "\xda\x88", "\xda\x89", "\xda\x8a", + "\xda\x8b", "\xda\x8c", "\xda\x8d", "\xda\x8e", "\xda\x8f", "\xda\x90", + "\xda\x91", "\xda\x92", "\xda\x93", "\xda\x94", "\xda\x95", "\x00\x00", + "\x00\x00", "\xda\x96", "\xda\x97", "\x00\x00", "\x00\x00", "\xda\x98", + "\xda\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\xda\x9a", "\xda\x9b", + "\xda\x9c", "\xda\x9d", "\xda\x9e", "\xda\x9f", "\xda\xa0", "\xda\xa1", + "\xda\xa2", "\xda\xa3", "\xda\xa4", "\xda\xa5", "\xda\xa6", "\xda\xa7", + "\xda\xa8", "\xda\xa9", "\xda\xaa", "\xda\xab", "\xda\xac", "\xda\xad", + "\xda\xae", "\xda\xaf", "\xda\xb0", "\xda\xb1", "\xda\xb2", "\xda\xb3", + "\xda\xb4", "\xda\xb5", "\x00\x00", "\x00\x00", "\xda\xb6", "\xda\xb7", + "\xda\xb8", "\xda\xb9", "\xda\xba", "\xda\xbb", "\xda\xbc", "\xda\xbd", + "\x00\x00", "\x00\x00", "\xda\xbe", "\xda\xbf", "\xda\xde", "\xda\xdf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xda\xe0", "\xda\xe1", + "\xda\xe2", "\xda\xe3", "\xda\xe4", "\xda\xe5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xda\xe6", "\xda\xe7", "\xda\xe8", "\xda\xe9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xda\xea", "\xda\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xdc\x63", "\xdc\x64", + "\xdc\x62", "\xdc\x65", "\xdd\xa4", "\xdd\xa5", "\xdd\xa6", "\xdd\xa7", + "\xdd\xa8", "\xdd\xa9", "\xdd\xaa", "\xdd\xab", "\xdd\xac", "\xdd\xad", + "\xdd\xae", "\xdd\xaf", "\xdd\xb0", "\xdd\xb1", "\xdd\xb2", "\xdd\xb3", + "\x44\x5a", "\xdd\xb4", "\xdd\xb5", "\xdd\xb6", "\x44\x4a", "\xdd\xb7", + "\x44\x7c", "\xdd\xb8", "\x44\x61", "\x44\x71", "\xdd\xb9", "\xdd\xba", + "\x44\x62", "\x44\x72", "\xdd\xbb", "\xdd\xbc", "\x43\x77", "\x43\x78", + "\xdd\xbd", "\xdd\xbe", "\xdd\xbf", "\x44\x7e", "\x44\x7f", "\xdd\xc0", + "\xdd\xc1", "\xdd\xc2", "\xdd\xc3", "\xdd\xc4", "\xdd\xc5", "\xdd\xc6", + "\xdd\xc7", "\x00\x00", "\x43\x73", "\xdd\xc8", "\x44\xee", "\x44\xef", + "\xdd\xc9", "\xdd\xca", "\xdd\xcb", "\xdd\xcc", "\xdd\xcd", "\xdd\xce", + "\xdd\xcf", "\x44\x6b", "\xdd\xd0", "\xdd\xd1", "\x00\x00", "\xdd\xd2", + "\xdd\xd3", "\xdd\xd4", "\xdd\xd5", "\xdd\xd6", "\xdd\xd7", "\xdd\xd8", + "\xdd\xd9", "\xdd\xda", "\xdd\xdb", "\xdd\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xdd\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xde\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\xde\x48", "\xde\x49", + "\xde\x4a", "\xde\x4b", "\xde\x4c", "\xde\x4d", "\xde\x4e", "\xde\x4f", + "\xde\x50", "\xde\x51", "\xde\x52", "\xde\x53", "\xde\x54", "\xde\x55", + "\xde\x56", "\xde\x57", "\xde\x58", "\xde\x59", "\xde\x5a", "\xde\x5b", + "\xde\x5c", "\xde\x5d", "\xde\x5e", "\xde\x5f", "\xde\x60", "\xde\x61", + "\xde\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xde\x77", "\xde\x78", "\xde\x79", "\xde\x7a", "\xde\x7b", "\xde\x7c", + "\xde\x7d", "\xde\x7e", "\xde\x7f", "\xde\x80", "\xde\x81", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xde\xa7", "\xde\xa8", "\xde\xa9", "\x44\x4e", "\xde\xaa", "\xde\xab", + "\xde\xac", "\xde\xad", "\xde\xae", "\xde\xaf", "\xde\xb0", "\xde\xb1", + "\xde\xb2", "\xde\xb3", "\xde\xb4", "\xde\xb5", "\xde\xb6", "\xde\xb7", + "\xde\xb8", "\xde\xb9", "\xde\xba", "\xde\xbb", "\x44\x6e", "\xde\xbc", + "\xde\xbd", "\xde\xbe", "\xde\xbf", "\xde\xc0", "\xde\xc1", "\xde\xc2", + "\xde\xc3", "\xde\xc4", "\xde\xc5", "\x44\x6f", "\xde\xc6", "\xde\xc7", + "\xde\xc8", "\xde\xc9", "\xde\xca", "\xde\xcb", "\xde\xcc", "\xde\xcd", + "\xde\xce", "\x43\x72", "\xde\xcf", "\xde\xd0", "\xde\xd1", "\xde\xd2", + "\xde\xd3", "\xde\xd4", "\xde\xd5", "\xde\xd6", "\xde\xd7", "\xde\xd8", + "\xde\xd9", "\xde\xda", "\xde\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xde\xf3", + "\xde\xf4", "\xde\xf5", "\xde\xf6", "\xde\xf7", "\xde\xf8", "\xde\xf9", + "\xde\xfa", "\xde\xfb", "\xde\xfc", "\xde\xfd", "\xde\xfe", "\xdf\x41", + "\x41\xf1", "\x41\xf2", "\x41\xf3", "\x41\xf4", "\x41\xf5", "\x41\xf6", + "\x41\xf7", "\x41\xf8", "\x41\xf9", "\x41\xfa", "\xdf\x42", "\xdf\x43", + "\xdf\x44", "\xdf\x45", "\xdf\x46", "\xdf\x47", "\x41\xb1", "\x41\xb2", + "\x41\xb3", "\x41\xb4", "\x41\xb5", "\x41\xb6", "\x41\xb7", "\x41\xb8", + "\x41\xb9", "\x41\xba", "\xdf\x48", "\xdf\x49", "\xdf\x4a", "\xdf\x4b", + "\xdf\x4c", "\xdf\x4d", "\xdf\x4e", "\xdf\x4f", "\xdf\x50", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\xf1", "\x44\xf2", "\x44\xf0", "\x44\xf3", "\xdf\x61", "\xdf\x62", + "\xdf\x63", "\xdf\x64", "\xdf\x65", "\xdf\x66", "\xdf\x67", "\xdf\x68", + "\xdf\x69", "\xdf\x6a", "\xdf\x6b", "\xdf\x6c", "\xdf\x6d", "\xdf\x6e", + "\xdf\x6f", "\xdf\x70", "\xdf\x71", "\xdf\x72", "\xdf\x73", "\xdf\x74", + "\xdf\x75", "\xdf\x76", "\xdf\x77", "\xdf\x78", "\xdf\x79", "\xdf\x7a", + "\xdf\x7b", "\xdf\x7c", "\xdf\x7d", "\xdf\x7e", "\xdf\x7f", "\xdf\x80", + "\xdf\x81", "\xdf\x82", "\xdf\x83", "\xdf\x84", "\xdf\x85", "\xdf\x86", + "\xdf\x87", "\xdf\x88", "\xdf\x89", "\xdf\x8a", "\xdf\x8b", "\xdf\x8c", + "\xdf\x8d", "\xdf\x8e", "\xdf\x8f", "\xdf\x90", "\xdf\x91", "\xdf\x92", + "\xdf\x93", "\xdf\x94", "\xdf\x95", "\xdf\x96", "\xdf\x97", "\xdf\x98", + "\xdf\x99", "\xdf\x9a", "\xdf\x9b", "\xdf\x9c", "\xdf\x9d", "\xdf\x9e", + "\x43\x6e", "\xdf\x9f", "\x43\x6f", "\xdf\xa0", "\xdf\xa1", "\xdf\xa2", + "\xdf\xa3", "\xdf\xa4", "\xdf\xa5", "\xdf\xa6", "\xdf\xa7", "\xdf\xa8", + "\xdf\xa9", "\xdf\xaa", "\xdf\xab", "\xdf\xac", "\xdf\xad", "\xdf\xae", + "\xdf\xaf", "\xdf\xb0", "\xdf\xb1", "\xdf\xb2", "\xdf\xb3", "\xdf\xb4", + "\xdf\xb5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x70", "\xdf\xcb", + "\x43\x4e", "\x43\x71", "\xdf\xcc", "\xdf\xcd", "\xdf\xce", "\x43\x4f", + "\x43\x64", "\xdf\xcf", "\xdf\xd0", "\x43\x65", "\xdf\xd1", "\xdf\xd2", + "\xdf\xd3", "\xdf\xd4", "\xdf\xd5", "\xdf\xd6", "\x42\x60", "\xdf\xd7", + "\xdf\xd8", "\xdf\xd9", "\xdf\xda", "\xdf\xdb", "\xdf\xdc", "\xdf\xdd", + "\x43\x5f", "\xdf\xde", "\xdf\xdf", "\x43\x61", "\x44\x4d", "\xdf\xe0", + "\x43\x4b", "\xdf\xe1", "\xdf\xe2", "\xdf\xe3", "\xdf\xe4", "\xdf\xe5", + "\xdf\xe6", "\x43\x6c", "\x43\x6d", "\x43\x6b", "\x43\x6a", "\x43\x62", + "\x43\x63", "\xdf\xe7", "\xdf\xe8", "\xdf\xe9", "\xdf\xea", "\xdf\xeb", + "\xdf\xec", "\xdf\xed", "\x44\x68", "\x44\x78", "\xdf\xee", "\xdf\xef", + "\xdf\xf0", "\xdf\xf1", "\xdf\xf2", "\xdf\xf3", "\xdf\xf4", "\x43\x60", + "\xdf\xf5", "\xdf\xf6", "\xdf\xf7", "\xdf\xf8", "\xdf\xf9", "\xdf\xfa", + "\xdf\xfb", "\xdf\xfc", "\xdf\xfd", "\xdf\xfe", "\xe0\x41", "\xe0\x42", + "\xe0\x43", "\xe0\x44", "\xe0\x45", "\xe0\x46", "\xe0\x47", "\xe0\x48", + "\xe0\x49", "\xe0\x4a", "\x43\x5c", "\xe0\x4b", "\xe0\x4c", "\xe0\x4d", + "\xe0\x4e", "\xe0\x4f", "\xe0\x50", "\xe0\x51", "\xe0\x52", "\xe0\x53", + "\xe0\x54", "\xe0\x55", "\xe0\x56", "\xe0\x57", "\x44\x4c", "\x43\x5b", + "\xe0\x58", "\xe0\x59", "\xe0\x5a", "\xe0\x5b", "\x44\x67", "\x44\x77", + "\xe0\x5c", "\xe0\x5d", "\x43\x5d", "\x43\x5e", "\xe0\x5e", "\xe0\x5f", + "\xe0\x60", "\xe0\x61", "\xe0\x62", "\xe0\x63", "\xe0\x64", "\xe0\x65", + "\xe0\x66", "\xe0\x67", "\xe0\x68", "\xe0\x69", "\xe0\x6a", "\xe0\x6b", + "\xe0\x6c", "\xe0\x6d", "\xe0\x6e", "\xe0\x6f", "\xe0\x70", "\xe0\x71", + "\xe0\x72", "\xe0\x73", "\x43\x68", "\x43\x69", "\xe0\x74", "\xe0\x75", + "\x43\x66", "\x43\x67", "\xe0\x76", "\xe0\x77", "\xe0\x78", "\xe0\x79", + "\xe0\x7a", "\xe0\x7b", "\xe0\x7c", "\xe0\x7d", "\xe0\x7e", "\xe0\x7f", + "\xe0\x80", "\xe0\x81", "\xe0\x82", "\xe0\x83", "\xe0\x84", "\xe0\x85", + "\xe0\x86", "\xe0\x87", "\xe0\x88", "\xe0\x89", "\xe0\x8a", "\xe0\x8b", + "\xe0\x8c", "\xe0\x8d", "\xe0\x8e", "\xe0\x8f", "\xe0\x90", "\xe0\x91", + "\xe0\x92", "\x43\x4c", "\xe0\x93", "\xe0\x94", "\xe0\x95", "\xe0\x96", + "\xe0\x97", "\xe0\x98", "\xe0\x99", "\xe0\x9a", "\xe0\x9b", "\xe0\x9c", + "\xe0\x9d", "\xe0\x9e", "\xe0\x9f", "\xe0\xa0", "\xe0\xa1", "\xe0\xa2", + "\xe0\xa3", "\xe0\xa4", "\xe0\xa5", "\xe0\xa6", "\xe0\xa7", "\xe0\xa8", + "\xe0\xa9", "\xe0\xaa", "\xe0\xab", "\xe0\xac", "\xe0\xad", "\xe0\xae", + "\xe0\xaf", "\xe0\xb0", "\xe0\xb1", "\xe0\xb2", "\xe0\xb3", "\xe0\xb4", + "\xe0\xb5", "\xe0\xb6", "\xe0\xb7", "\xe0\xb8", "\xe0\xb9", "\xe0\xba", + "\xe0\xbb", "\xe0\xbc", "\xe0\xbd", "\xe0\xbe", "\xe0\xbf", "\xe0\xc0", + "\xe0\xc1", "\xe0\xc2", "\xe0\xc3", "\xe0\xc4", "\xe0\xc5", "\xe0\xc6", + "\xe0\xc7", "\xe0\xc8", "\xe0\xc9", "\xe0\xca", "\xe0\xcb", "\xe0\xcc", + "\xe0\xcd", "\xe0\xce", "\xe0\xcf", "\xe0\xd0", "\xe0\xd1", "\xe0\xd2", + "\xe0\xd3", "\xe0\xd4", "\xe0\xd5", "\xe0\xd6", "\xe0\xd7", "\xe0\xd8", + "\xe0\xd9", "\xe0\xda", "\xe0\xdb", "\xe0\xdc", "\xe0\xdd", "\xe0\xde", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe0\xed", "\x00\x00", + "\x00\x00", "\xe0\xee", "\xe0\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe0\xf0", "\x00\x00", "\x43\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xe0\xf1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe0\xf2", "\xe0\xf3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe0\xf4", "\xe0\xf5", + "\xe0\xf6", "\xe0\xf7", "\xe0\xf8", "\xe0\xf9", "\xe0\xfa", "\xe0\xfb", + "\xe0\xfc", "\xe0\xfd", "\xe0\xfe", "\xe1\x41", "\xe1\x42", "\xe1\x43", + "\xe1\x44", "\xe1\x45", "\x00\x00", "\xe1\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xea\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe2\x70", + "\xe2\x71", "\xe2\x72", "\xe2\x73", "\xe2\x74", "\xe2\x75", "\xe2\x76", + "\xe2\x77", "\xe2\x78", "\xe2\x79", "\xe2\x7a", "\xe2\x7b", "\xe2\x7c", + "\xe2\x7d", "\xe2\x7e", "\xe2\x7f", "\xe2\x80", "\xe2\x81", "\xe2\x82", + "\xe2\x83", "\xe2\x84", "\xe2\x85", "\xe2\x86", "\xe2\x87", "\xe2\x88", + "\xe2\x89", "\xe2\x8a", "\xe2\x8b", "\xe2\x8c", "\xe2\x8d", "\xe2\x8e", + "\xe2\x8f", "\xe2\x90", "\xe2\x91", "\xe2\x92", "\xe2\x93", "\xe2\x94", + "\xe2\x95", "\xe2\x96", "\xe2\x97", "\xe2\x98", "\xe2\x99", "\xe2\x9a", + "\xe2\x9b", "\xe2\x9c", "\xe2\x9d", "\xe2\x9e", "\xe2\x9f", "\xe2\xa0", + "\xe2\xa1", "\xe2\xa2", "\xe2\xa3", "\xe2\xa4", "\xe2\xa5", "\xe2\xa6", + "\xe2\xa7", "\xe2\xa8", "\xe2\xa9", "\xe2\xaa", "\xe2\xab", "\xe2\xac", + "\xe2\xad", "\xe2\xae", "\xe2\xaf", "\xe2\xb0", "\xe2\xb1", "\xe2\xb2", + "\xe2\xb3", "\xe2\xb4", "\xe2\xb5", "\xe2\xb6", "\xe2\xb7", "\xe2\xb8", + "\xe2\xb9", "\xe2\xba", "\xe2\xbb", "\xe2\xbc", "\xe2\xbd", "\xe2\xbe", + "\xe2\xbf", "\xe2\xc0", "\xe2\xc1", "\xe2\xc2", "\xe2\xc3", "\xe2\xc4", + "\xe2\xc5", "\xe2\xc6", "\xe2\xc7", "\xe2\xc8", "\xe2\xc9", "\xe2\xca", + "\xe2\xcb", "\xe2\xcc", "\xe2\xcd", "\xe2\xce", "\xe2\xcf", "\xe2\xd0", + "\xe2\xd1", "\xe2\xd2", "\xe2\xd3", "\xe2\xd4", "\xe2\xd5", "\xe2\xd6", + "\xe2\xd7", "\xe2\xd8", "\xe2\xd9", "\xe2\xda", "\xe2\xdb", "\xe2\xdc", + "\xe2\xdd", "\xe2\xde", "\xe2\xdf", "\xe2\xe0", "\xe2\xe1", "\xe2\xe2", + "\xe2\xe3", "\xe2\xe4", "\xe2\xe5", "\xe2\xe6", "\xe2\xe7", "\xe2\xe8", + "\xe2\xe9", "\xe2\xea", "\xe2\xeb", "\xe2\xec", "\xe2\xed", "\xe2\xee", + "\xe2\xef", "\xe2\xf0", "\xe2\xf1", "\xe2\xf2", "\xe2\xf3", "\xe2\xf4", + "\xe2\xf5", "\xe2\xf6", "\xe2\xf7", "\xe2\xf8", "\xe2\xf9", "\xe2\xfa", + "\xe2\xfb", "\xe2\xfc", "\xe2\xfd", "\xe2\xfe", "\xe3\x41", "\xe3\x42", + "\xe3\x43", "\xe3\x44", "\xe3\x45", "\xe3\x46", "\xe3\x47", "\xe3\x48", + "\xe3\x49", "\xe3\x4a", "\xe3\x4b", "\xe3\x4c", "\xe3\x4d", "\xe3\x4e", + "\xe3\x4f", "\xe3\x50", "\x00\x00", "\x43\x7c", "\x43\xb7", "\x43\x7d", + "\x43\xb8", "\xe3\x52", "\xe3\x53", "\xe3\x54", "\xe3\x55", "\xe3\x56", + "\xe3\x57", "\xe3\x58", "\xe3\x59", "\x43\x7e", "\xe3\x5a", "\xe3\x5b", + "\x43\xb9", "\x43\x7f", "\xe3\x5c", "\xe3\x5d", "\x43\xe1", "\x43\xb1", + "\xe3\x5e", "\xe3\x5f", "\x43\xe3", "\x43\xb0", "\xe3\x60", "\xe3\x61", + "\x43\xe2", "\x43\xb2", "\x43\xee", "\xe3\x62", "\xe3\x63", "\x43\xe9", + "\xe3\x64", "\xe3\x65", "\x43\xe4", "\x43\xb4", "\x43\xf0", "\xe3\x66", + "\xe3\x67", "\x43\xeb", "\xe3\x68", "\xe3\x69", "\x43\xe6", "\x43\xb3", + "\xe3\x6a", "\xe3\x6b", "\x43\xea", "\x43\xef", "\xe3\x6c", "\xe3\x6d", + "\x43\xe5", "\x43\xb5", "\xe3\x6e", "\xe3\x6f", "\x43\xec", "\x43\xf1", + "\xe3\x70", "\xe3\x71", "\x43\xe7", "\x43\xb6", "\xe3\x72", "\xe3\x73", + "\x43\xed", "\xe3\x74", "\xe3\x75", "\x43\xf2", "\xe3\x76", "\xe3\x77", + "\xe3\x78", "\xe3\x79", "\xe3\x7a", "\xe3\x7b", "\xe3\x7c", "\xe3\x7d", + "\x43\xe8", "\xe3\x7e", "\xe3\x7f", "\xe3\x80", "\xe3\x81", "\xe3\x82", + "\xe3\x83", "\xe3\x84", "\xe3\x85", "\xe3\x86", "\xe3\x87", "\xe3\x88", + "\xe3\x89", "\xe3\x8a", "\xe3\x8b", "\xe3\x8c", "\xe3\x8d", "\xe3\x8e", + "\xe3\x8f", "\xe3\x90", "\xe3\x91", "\xe3\x92", "\xe3\x93", "\xe3\x94", + "\xe3\x95", "\xe3\x96", "\xe3\x97", "\xe3\x98", "\xe3\x99", "\xe3\x9a", + "\xe3\x9b", "\xe3\x9c", "\xe3\x9d", "\xe3\x9e", "\xe3\x9f", "\xe3\xa0", + "\xe3\xa1", "\xe3\xa2", "\xe3\xa3", "\xe3\xa4", "\xe3\xa5", "\xe3\xa6", + "\xe3\xa7", "\xe3\xa8", "\xe3\xa9", "\xe3\xaa", "\xe3\xab", "\xe3\xac", + "\xe3\xad", "\xe3\xae", "\xe3\xaf", "\xe3\xb0", "\xe3\xb1", "\xe3\xb2", + "\xe3\xb3", "\xe3\xb4", "\xe3\xb5", "\xe3\xb6", "\xe3\xb7", "\xe3\xb8", + "\xe3\xb9", "\xe3\xba", "\xe3\xbb", "\xe3\xbc", "\xe3\xbd", "\xe3\xbe", + "\xe3\xbf", "\xe3\xc0", "\xe3\xc1", "\xe3\xc2", "\xe3\xc3", "\xe3\xc4", + "\xe3\xc5", "\xe3\xc6", "\xe3\xc7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\xea", "\x44\xe9", "\xe3\xd2", "\xe3\xd3", "\xe3\xd4", + "\xe3\xd5", "\xe3\xd6", "\xe3\xd7", "\xe3\xd8", "\xe3\xd9", "\xe3\xda", + "\xe3\xdb", "\xe3\xdc", "\xe3\xdd", "\xe3\xde", "\xe3\xdf", "\xe3\xe0", + "\xe3\xe1", "\x44\xe3", "\x44\xe2", "\xe3\xe2", "\xe3\xe3", "\xe3\xe4", + "\xe3\xe5", "\xe3\xe6", "\xe3\xe7", "\xe3\xe8", "\xe3\xe9", "\x44\xec", + "\x44\xeb", "\xe3\xea", "\xe3\xeb", "\xe3\xec", "\xe3\xed", "\xe3\xee", + "\xe3\xef", "\xe3\xf0", "\xe3\xf1", "\x44\xe8", "\x44\xe7", "\xe3\xf2", + "\xe3\xf3", "\xe3\xf4", "\x44\xe0", "\xe3\xf5", "\xe3\xf6", "\x44\xe4", + "\x44\xe1", "\xe3\xf7", "\xe3\xf8", "\xe3\xf9", "\xe3\xfa", "\xe3\xfb", + "\xe3\xfc", "\xe3\xfd", "\xe3\xfe", "\xe4\x41", "\xe4\x42", "\xe4\x43", + "\xe4\x44", "\xe4\x45", "\xe4\x46", "\xe4\x47", "\xe4\x48", "\xe4\x49", + "\xe4\x4a", "\xe4\x4b", "\xe4\x4c", "\xe4\x4d", "\xe4\x4e", "\xe4\x4f", + "\xe4\x50", "\xe4\x51", "\xe4\x52", "\xe4\x53", "\xe4\x54", "\xe4\x55", + "\xe4\x56", "\xe4\x57", "\x43\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xe4\x68", "\xe4\x69", "\xe4\x6a", "\xe4\x6b", "\xe4\x6c", + "\x44\xe6", "\x44\xe5", "\xe4\x6d", "\xe4\x6e", "\xe4\x6f", "\xe4\x70", + "\xe4\x71", "\xe4\x72", "\xe4\x73", "\xe4\x74", "\xe4\x75", "\xe4\x76", + "\xe4\x77", "\xe4\x78", "\xe4\x79", "\x00\x00", "\x00\x00", "\xe4\xcb", + "\xe4\xcc", "\x00\x00", "\x00\x00", "\xe4\x7a", "\xe4\x7b", "\xe4\x7c", + "\xe4\x7d", "\xe4\x7e", "\xe4\x7f", "\xe4\x80", "\xe4\x81", "\xe4\x82", + "\xe4\x83", "\xe4\x84", "\xe4\x85", "\xe4\x86", "\xe4\x87", "\xe4\x88", + "\xe4\x89", "\xe4\x8a", "\xe4\x8b", "\xe4\x8c", "\xe4\x8d", "\xe4\x8e", + "\xe4\x8f", "\xe4\x90", "\xe4\x91", "\xe4\x92", "\xe4\x93", "\xe4\x94", + "\xe4\x95", "\xe4\x96", "\xe4\x97", "\xe4\x98", "\xe4\x99", "\xe4\x9a", + "\xe4\x9b", "\xe4\x9c", "\xe4\x9d", "\xe4\x9e", "\xe4\x9f", "\x44\x79", + "\xe4\xa0", "\x44\x69", "\xe4\xa1", "\xe4\xa2", "\xe4\xa3", "\xe4\xa4", + "\xe4\xa5", "\xe4\xa6", "\xe4\xa7", "\xe4\xa8", "\xe4\xa9", "\xe4\xaa", + "\xe4\xab", "\xe4\xac", "\xe4\xad", "\xe4\xae", "\xe4\xaf", "\xe4\xb0", + "\xe4\xb1", "\xe4\xb2", "\xe4\xb3", "\xe4\xb4", "\xe4\xb5", "\xe4\xb6", + "\xe4\xb7", "\xe4\xb8", "\xe4\xb9", "\xe4\xba", "\xe4\xbb", "\xe4\xbc", + "\xe4\xbd", "\xe4\xbe", "\xe4\xbf", "\xe4\xc0", "\xe4\xc1", "\xe4\xc2", + "\xe4\xc3", "\xe4\xc4", "\xe4\xc5", "\xe4\xc6", "\xe4\xc7", "\x43\x76", + "\xe4\xc8", "\xe4\xc9", "\x43\x75", "\xe4\xca", "\x43\x74", "\xe5\xa3", + "\xe5\xa4", "\xe5\xa5", "\xe5\xa6", "\x00\x00", "\xe5\xa7", "\xe5\xa8", + "\xe5\xa9", "\xe5\xaa", "\x00\x00", "\x00\x00", "\xe5\xab", "\xe5\xac", + "\xe5\xad", "\xe5\xae", "\xe5\xaf", "\xe5\xb0", "\xe5\xb1", "\xe5\xb2", + "\xe5\xb3", "\xe5\xb4", "\xe5\xb5", "\xe5\xb6", "\xe5\xb7", "\xe5\xb8", + "\xe5\xb9", "\xe5\xba", "\xe5\xbb", "\xe5\xbc", "\xe5\xbd", "\xe5\xbe", + "\xe5\xbf", "\xe5\xc0", "\xe5\xc1", "\xe5\xc2", "\xe5\xc3", "\xe5\xc4", + "\xe5\xc5", "\xe5\xc6", "\x00\x00", "\xe5\xc7", "\xe5\xc8", "\xe5\xc9", + "\xe5\xca", "\xe5\xcb", "\xe5\xcc", "\xe5\xcd", "\xe5\xce", "\xe5\xcf", + "\xe5\xd0", "\xe5\xd1", "\xe5\xd2", "\xe5\xd3", "\xe5\xd4", "\xe5\xd5", + "\xe5\xd6", "\xe5\xd7", "\xe5\xd8", "\xe5\xd9", "\xe5\xda", "\xe5\xdb", + "\xe5\xdc", "\xe5\xdd", "\xe5\xde", "\xe5\xdf", "\xe5\xe0", "\xe5\xe1", + "\xe5\xe2", "\xe5\xe3", "\xe5\xe4", "\xe5\xe5", "\xe5\xe6", "\xe5\xe7", + "\xe5\xe8", "\xe5\xe9", "\x00\x00", "\xe5\xea", "\x00\x00", "\xe5\xeb", + "\xe5\xec", "\xe5\xed", "\xe5\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe5\xef", "\x00\x00", "\xe5\xf0", "\xe5\xf1", "\xe5\xf2", "\xe5\xf3", + "\xe5\xf4", "\xe5\xf5", "\xe5\xf6", "\x00\x00", "\x00\x00", "\xe5\xf7", + "\xe5\xf8", "\xe5\xf9", "\xe5\xfa", "\xe5\xfb", "\xe5\xfc", "\xe5\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xe5\xfe", "\xe6\x41", "\xe6\x42", "\xe6\x43", + "\xe6\x44", "\xe6\x45", "\xe6\x46", "\xe6\x47", "\xe6\x48", "\xe6\x49", + "\xe6\x4a", "\xe6\x4b", "\xe6\x4c", "\xe6\x4d", "\xe6\x4e", "\xe6\x4f", + "\xe6\x50", "\xe6\x51", "\xe6\x52", "\xe6\x53", "\xe6\x54", "\xe6\x55", + "\xe6\x56", "\xe6\x57", "\xe6\x58", "\xe6\x59", "\xe6\x5a", "\xe6\x5b", + "\xe6\x5c", "\xe6\x5d", "\xe6\x5e", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe6\x5f", "\xe6\x60", "\xe6\x61", "\xe6\x62", "\xe6\x63", "\xe6\x64", + "\xe6\x65", "\xe6\x66", "\xe6\x67", "\xe6\x68", "\xe6\x69", "\xe6\x6a", + "\xe6\x6b", "\xe6\x6c", "\xe6\x6d", "\xe6\x6e", "\xe6\x6f", "\xe6\x70", + "\xe6\x71", "\xe6\x72", "\xe6\x73", "\xe6\x74", "\xe6\x75", "\xe6\x76", + "\x00\x00", "\xe6\x77", "\xe6\x78", "\xe6\x79", "\xe6\x7a", "\xe6\x7b", + "\xe6\x7c", "\xe6\x7d", "\xe6\x7e", "\xe6\x7f", "\xe6\x80", "\xe6\x81", + "\xe6\x82", "\xe6\x83", "\xe6\x84", "\xeb\x77", "\xeb\x78", "\xec\x44", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xec\x7f", "\xec\x80", + "\x40\x40", "\x43\x44", "\x43\x41", "\x44\x5b", "\xe6\xa5", "\x44\x5d", + "\x44\x5e", "\x44\x5f", "\x44\x64", "\x44\x74", "\x44\x65", "\x44\x75", + "\x43\x42", "\x43\x43", "\x44\x42", "\x44\x43", "\x44\x66", "\x44\x76", + "\x44\x6c", "\x44\x7d", "\x44\x63", "\x44\x73", "\xe6\xa6", "\xe6\xa7", + "\xe6\xa8", "\xe6\xa9", "\xe6\xaa", "\xe6\xab", "\x43\xa1", "\xe6\xac", + "\xe6\xad", "\xe6\xae", "\xe6\xaf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe6\xb0", "\xe6\xb1", "\xe6\xb2", "\xe6\xb3", "\xe6\xb4", "\xe6\xb5", + "\xe6\xb6", "\xe6\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\xe6\xb8", + "\xe6\xb9", "\xe6\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x47", + "\x44\x81", "\x44\x48", "\x44\x82", "\x44\x49", "\x44\x83", "\x44\x51", + "\x44\x84", "\x44\x52", "\x44\x85", "\x44\x86", "\x44\xc0", "\x44\x87", + "\x44\xc1", "\x44\x88", "\x44\xc2", "\x44\x89", "\x44\xc3", "\x44\x8a", + "\x44\xc4", "\x44\x8c", "\x44\xc5", "\x44\x8d", "\x44\xc6", "\x44\x8e", + "\x44\xc7", "\x44\x8f", "\x44\xc8", "\x44\x90", "\x44\xc9", "\x44\x91", + "\x44\xca", "\x44\x92", "\x44\xcb", "\x44\x56", "\x44\x93", "\x44\xcc", + "\x44\x94", "\x44\xcd", "\x44\x95", "\x44\xce", "\x44\x96", "\x44\x97", + "\x44\x98", "\x44\x99", "\x44\x9a", "\x44\x9d", "\x44\xcf", "\x44\xd5", + "\x44\x9e", "\x44\xd0", "\x44\xd6", "\x44\x9f", "\x44\xd1", "\x44\xd7", + "\x44\xa2", "\x44\xd2", "\x44\xd8", "\x44\xa3", "\x44\xd3", "\x44\xd9", + "\x44\xa4", "\x44\xa5", "\x44\xa6", "\x44\xa7", "\x44\xa8", "\x44\x53", + "\x44\xa9", "\x44\x54", "\x44\xaa", "\x44\x55", "\x44\xac", "\x44\xad", + "\x44\xae", "\x44\xaf", "\x44\xba", "\x44\xbb", "\x44\x57", "\x44\xbc", + "\x44\xda", "\x44\xdb", "\x44\x46", "\x44\xbd", "\xe6\xcf", "\xe6\xd0", + "\xe6\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\xbe", + "\x43\xbf", "\x44\xdc", "\x44\xdd", "\xe6\xd2", "\xe6\xdc", "\x43\x47", + "\x43\x81", "\x43\x48", "\x43\x82", "\x43\x49", "\x43\x83", "\x43\x51", + "\x43\x84", "\x43\x52", "\x43\x85", "\x43\x86", "\x43\xc0", "\x43\x87", + "\x43\xc1", "\x43\x88", "\x43\xc2", "\x43\x89", "\x43\xc3", "\x43\x8a", + "\x43\xc4", "\x43\x8c", "\x43\xc5", "\x43\x8d", "\x43\xc6", "\x43\x8e", + "\x43\xc7", "\x43\x8f", "\x43\xc8", "\x43\x90", "\x43\xc9", "\x43\x91", + "\x43\xca", "\x43\x92", "\x43\xcb", "\x43\x56", "\x43\x93", "\x43\xcc", + "\x43\x94", "\x43\xcd", "\x43\x95", "\x43\xce", "\x43\x96", "\x43\x97", + "\x43\x98", "\x43\x99", "\x43\x9a", "\x43\x9d", "\x43\xcf", "\x43\xd5", + "\x43\x9e", "\x43\xd0", "\x43\xd6", "\x43\x9f", "\x43\xd1", "\x43\xd7", + "\x43\xa2", "\x43\xd2", "\x43\xd8", "\x43\xa3", "\x43\xd3", "\x43\xd9", + "\x43\xa4", "\x43\xa5", "\x43\xa6", "\x43\xa7", "\x43\xa8", "\x43\x53", + "\x43\xa9", "\x43\x54", "\x43\xaa", "\x43\x55", "\x43\xac", "\x43\xad", + "\x43\xae", "\x43\xaf", "\x43\xba", "\x43\xbb", "\x43\x57", "\x43\xbc", + "\x43\xda", "\x43\xdb", "\x43\x46", "\x43\xbd", "\x43\xd4", "\x43\x59", + "\x43\x5a", "\xe6\xd8", "\xe6\xd9", "\xe6\xda", "\xe6\xdb", "\x43\x45", + "\x43\x58", "\x43\xdc", "\x43\xdd", "\xe6\xdd", "\xec\x85", "\xec\x86", + "\xec\x87", "\xec\x88", "\xec\x89", "\xec\x8a", "\xec\x8b", "\xec\x8c", + "\xec\x8d", "\xec\x8e", "\xec\x8f", "\xec\x90", "\xec\x91", "\xec\x92", + "\xec\x93", "\xec\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe6\xde", "\xe6\xdf", + "\xe6\xe0", "\xe6\xe1", "\xe6\xe2", "\xe6\xe3", "\xe6\xe4", "\xe6\xe5", + "\xe6\xe6", "\xe6\xe7", "\xe6\xe8", "\xe6\xe9", "\xe6\xea", "\xe6\xeb", + "\xe6\xec", "\xe6\xed", "\xe6\xee", "\x44\x6d", "\xe6\xef", "\xe6\xf0", + "\xe6\xf1", "\xe6\xf2", "\xe6\xf3", "\xe6\xf4", "\xe6\xf5", "\xe6\xf6", + "\xe6\xf7", "\xe6\xf8", "\xe6\xf9", "\xe6\xfa", "\xe6\xfb", "\xe6\xfc", + "\xe6\xfd", "\xe6\xfe", "\xe7\x41", "\xe7\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe7\xaf", + "\xe7\xb0", "\xe7\xb1", "\xe7\xb2", "\xe7\xb3", "\xe7\xb4", "\xe7\xb5", + "\xe7\xb6", "\xe7\xb7", "\xe7\xb8", "\xe7\xb9", "\xe7\xba", "\xe7\xbb", + "\xe7\xbc", "\xe7\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe7\x43", "\xe7\x44", + "\xe7\x45", "\xe7\x46", "\xe7\x47", "\xe7\x48", "\xe7\x49", "\xe7\x4a", + "\xe7\x4b", "\xe7\x4c", "\xe7\x4d", "\xe7\x4e", "\xe7\x4f", "\xe7\x50", + "\xe7\x51", "\xe7\x52", "\xe7\x53", "\xe7\x54", "\xe7\x55", "\xe7\x56", + "\xe7\x57", "\xe7\x58", "\xe7\x59", "\xe7\x5a", "\xe7\x5b", "\xe7\x5c", + "\xe7\x5d", "\xe7\x5e", "\xe7\x5f", "\xe7\x60", "\xe7\x61", "\xe7\x62", + "\xe7\x63", "\xe7\x64", "\xe7\x65", "\xe7\x66", "\xe7\x67", "\xe7\x68", + "\xe7\x69", "\xe7\x6a", "\xe7\x6b", "\xe7\x6c", "\xe7\x6d", "\xe7\x6e", + "\xe7\x6f", "\xe7\x70", "\xe7\x71", "\xe7\x72", "\xe7\x73", "\xe7\xbe", + "\xe7\xbf", "\xe7\xc0", "\xe7\xc1", "\xe7\xc2", "\xe7\xc3", "\xe7\xc4", + "\xe7\xc5", "\xe7\xc6", "\xe7\xc7", "\xe7\xc8", "\xe7\xc9", "\xe7\xca", + "\xe7\xcb", "\xe7\xcc", "\xe7\x74", "\xe7\x75", "\xe7\x76", "\xe7\x77", + "\xe7\x78", "\xe7\x79", "\xe7\x7a", "\xe7\x7b", "\xe7\x7c", "\xe7\x7d", + "\xe7\x7e", "\xe7\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe7\x80", "\xe7\x81", "\xe7\x82", "\xe7\x83", "\xe7\x84", "\xe7\x85", + "\xe7\x86", "\xe7\x87", "\xe7\x88", "\xe7\x89", "\xe7\x8a", "\xe7\x8b", + "\xe7\x8c", "\xe7\x8d", "\xe7\x8e", "\xe7\x8f", "\xe7\x90", "\xe7\x91", + "\xe7\x92", "\xe7\x93", "\xe7\x94", "\xe7\x95", "\xe7\x96", "\xe7\x97", + "\xe7\x98", "\xe7\x99", "\xe7\x9a", "\xe7\x9b", "\xe7\x9c", "\xe7\x9d", + "\xe7\x9e", "\xe7\x9f", "\xe7\xa0", "\xe7\xa1", "\xe7\xa2", "\xe7\xa3", + "\xe7\xa4", "\xe7\xa5", "\xe7\xa6", "\xe7\xa7", "\xe7\xa8", "\xe7\xa9", + "\xe7\xaa", "\xe7\xab", "\xe7\xac", "\xe7\xad", "\xe7\xae", "\x00\x00", + "\xe8\x61", "\xe8\x62", "\xe8\x63", "\xe8\x64", "\xe8\x65", "\xe8\x66", + "\xe8\x67", "\xe8\x68", "\xe8\x69", "\xe8\x6a", "\xe8\x6b", "\xe8\x6c", + "\xe8\x6d", "\xe8\x6e", "\xe8\x6f", "\xe8\x70", "\xe8\x71", "\xe8\x72", + "\xe8\x73", "\xe8\x74", "\xe8\x75", "\xe8\x76", "\xe8\x77", "\xe8\x78", + "\xe8\x79", "\xe8\x7a", "\xe8\x7b", "\xe8\x7c", "\xe8\x7d", "\xe8\x7e", + "\xe8\x7f", "\xe8\x80", "\xe8\x81", "\xe8\x82", "\xe8\x83", "\xe8\x84", + "\xe8\x85", "\xe8\x86", "\xe8\x87", "\xe8\x88", "\xe8\x89", "\xe8\x8a", + "\xe8\x8b", "\xe8\x8c", "\xe8\x8d", "\xe8\x8e", "\xe8\x8f", "\xe8\x90", + "\xe8\x91", "\xe8\x92", "\xe8\x93", "\xe8\x94", "\xe8\x95", "\xe8\x96", + "\xe8\x97", "\xe8\x98", "\xe8\x99", "\xe8\x9a", "\xe8\x9b", "\xe8\x9c", + "\xe8\x9d", "\xe8\x9e", "\xe8\x9f", "\xe8\xa0", "\xe8\xa1", "\xe8\xa2", + "\xe8\xa3", "\xe8\xa4", "\xe8\xa5", "\xe8\xa6", "\xe8\xa7", "\xe8\xa8", + "\xe8\xa9", "\xe8\xaa", "\xe8\xab", "\xe8\xac", "\xe8\xad", "\xe8\xae", + "\xe8\xaf", "\xe8\xb0", "\xe8\xb1", "\xe8\xb2", "\xe8\xb3", "\xe8\xb4", + "\xe8\xb5", "\xe8\xb6", "\xe8\xb7", "\xe8\xb8", "\xe8\xb9", "\xe8\xba", + "\xe8\xbb", "\xe8\xbc", "\xe8\xbd", "\xe8\xbe", "\xe8\xbf", "\xe8\xc0", + "\xe8\xc1", "\xe8\xc2", "\xe8\xc3", "\xe8\xc4", "\xe8\xc5", "\xe8\xc6", + "\xe8\xc7", "\xe8\xc8", "\xe8\xc9", "\xe8\xca", "\xe8\xcb", "\xe8\xcc", + "\xe8\xcd", "\xe8\xce", "\xe8\xcf", "\xe8\xd0", "\xe8\xd1", "\xe8\xd2", + "\xe8\xd3", "\xe8\xd4", "\xe8\xd5", "\xe8\xd6", "\xe8\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xe8\xd8", "\xe8\xd9", "\xe8\xda", + "\xe8\xdb", "\xe8\xdc", "\xe8\xdd", "\xe8\xde", "\xe8\xdf", "\xe8\xe0", + "\xe8\xe1", "\xe8\xe2", "\xe8\xe3", "\xe8\xe4", "\xe8\xe5", "\xe8\xe6", + "\xe8\xe7", "\xe8\xe8", "\xe8\xe9", "\xe8\xea", "\xe8\xeb", "\xe8\xec", + "\xe8\xed", "\xe8\xee", "\xe8\xef", "\xe8\xf0", "\xe8\xf1", "\xe8\xf2", + "\xe8\xf3", "\xe8\xf4", "\xe8\xf5", "\xe8\xf6", "\xe8\xf7", "\xe8\xf8", + "\xe8\xf9", "\xe8\xfa", "\xe8\xfb", "\xe8\xfc", "\xe8\xfd", "\xe8\xfe", + "\xe9\x41", "\xe9\x42", "\xe9\x43", "\xe9\x44", "\xe9\x45", "\xe9\x46", + "\xe9\x47", "\xe9\x48", "\xe9\x49", "\xe9\x4a", "\xe9\x4b", "\xe9\x4c", + "\xe9\x4d", "\xe9\x4e", "\xe9\x4f", "\xe9\x50", "\xe9\x51", "\xe9\x52", + "\xe9\x53", "\xe9\x54", "\xe9\x55", "\xe9\x56", "\xe9\x57", "\xe9\x58", + "\xe9\x59", "\xe9\x5a", "\xe9\x5b", "\xe9\x5c", "\xe9\x5d", "\xe9\x5e", + "\xe9\x5f", "\xe9\x60", "\xe9\x61", "\xe9\x62", "\xe9\x63", "\xe9\x64", + "\xe9\x65", "\xe9\x66", "\xe9\x67", "\xe9\x68", "\xe9\x69", "\xe9\x6a", + "\xe9\x6b", "\xe9\x6c", "\xe9\x6d", "\xe9\x6e", "\xe9\x6f", "\xe9\x70", + "\xe9\x71", "\xe9\x72", "\xe9\x73", "\xe9\x74", "\xe9\x75", "\xe9\x76", + "\xe9\x77", "\xe9\x78", "\xe9\x79", "\xe9\x7a", "\xe9\x7b", "\xe9\x7c", + "\x00\x00", "\x00\x00", "\xe9\x7d", "\xe9\x7e", "\xe9\x7f", "\xe9\x80", + "\xe9\x81", "\xe9\x82", "\xe9\x83", "\xe9\x84", "\xe9\x85", "\xe9\x86", + "\xe9\x87", "\xe9\x88", "\xe9\x89", "\xe9\x8a", "\xe9\x8b", "\xe9\x8c", + "\xe9\x8d", "\xe9\x8e", "\xe9\x8f", "\xe9\x90", "\xe9\x91", "\xe9\x92", + "\xe9\x93", "\xe9\x94", "\xe9\x95", "\xe9\x96", "\xe9\x97", "\xe9\x98", + "\xe9\x99", "\xe9\x9a", "\xe9\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x4a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x4b", "\x00\x00", "\xb3\x4c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x58", "\x00\x00", "\xb3\x59", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x6c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x6e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x8a", + "\xb3\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x92", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x99", "\x00\x00", "\xb3\x9a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xa1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xa9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xce", "\x00\x00", "\x00\x00", "\xb3\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd4", "\xb3\xdb", "\xb3\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xde", "\xb3\xdf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xf1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x41", "\x00\x00", + "\x00\x00", "\xb4\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\x4f", "\xb4\x5d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\x5f", "\x00\x00", "\x00\x00", "\xb4\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x64", "\xb4\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x8a", "\xb4\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x8f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x98", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x99", + "\x00\x00", "\xb4\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xb9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xc1", "\xb4\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xc6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xca", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xd6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xe2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xe9", "\xb4\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x5a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x5d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x68", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x77", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x80", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x8a", "\x00\x00", "\xb5\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x8c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x90", "\xb5\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xa6", + "\x00\x00", "\x00\x00", "\xb5\xa7", "\x00\x00", "\xb5\xa8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xad", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xb3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xc3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xe5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xf4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xf5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x50", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x5c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x61", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x62", "\xb6\x76", + "\x00\x00", "\xb6\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x8d", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x9a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xa7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xa9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xaf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xbd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xc8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xca", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\xe2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xea", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xf2", "\xb6\xfb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xfe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x53", "\xb7\x75", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x81", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x84", "\xb7\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x97", "\xb7\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xa4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xa9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xaa", + "\xb7\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xcd", + "\x45\x41", "\x4b\xce", "\xb8\x41", "\x45\x47", "\xb8\x42", "\xb8\x43", + "\x00\x00", "\x45\x4d", "\x49\xd3", "\x45\x43", "\x45\x5e", "\x45\x5f", + "\xb8\x44", "\x46\xaf", "\x47\x89", "\xb3\x41", "\x56\x42", "\x4d\xec", + "\xb8\x45", "\x00\x00", "\x4f\x97", "\x56\x43", "\x46\x9b", "\x57\x75", + "\x4d\x56", "\x50\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\x62", "\xb8\x46", "\x00\x00", "\x48\x83", "\x00\x00", "\xb8\x47", + "\xb8\x48", "\x00\x00", "\x48\x7c", "\x00\x00", "\x56\x44", "\xb3\x44", + "\x56\x45", "\xb8\x49", "\xb3\x45", "\x45\x5c", "\xb8\x4a", "\xb8\x4b", + "\xb8\x4c", "\x56\x46", "\x4c\xb8", "\x00\x00", "\x00\x00", "\xb8\x4d", + "\x56\x47", "\x00\x00", "\x46\x7a", "\x48\xab", "\x00\x00", "\x47\x62", + "\x54\xc8", "\x00\x00", "\x00\x00", "\x56\x48", "\xb8\x4e", "\xb8\x4f", + "\x56\x49", "\x4b\x9f", "\xb8\x50", "\x45\x8a", "\x00\x00", "\xb8\x51", + "\xb3\x47", "\x00\x00", "\x00\x00", "\x45\xd8", "\x00\x00", "\x55\xa9", + "\x54\xa5", "\x4f\x6c", "\x00\x00", "\xb8\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\xd0", "\x56\x4a", "\x49\x47", "\x56\x4b", "\x4b\xbd", + "\xb8\x53", "\x00\x00", "\xb8\x54", "\x45\x49", "\x4e\xb5", "\x47\x49", + "\x00\x00", "\x00\x00", "\x56\x4c", "\xb8\x55", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb8\x56", "\xb8\x57", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xbf", + "\x00\x00", "\x4a\x98", "\xb8\x58", "\xb8\x59", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb8\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x49\x70", "\xb8\x5b", "\x47\xc0", "\x00\x00", "\x56\x4d", "\x00\x00", + "\x00\x00", "\x56\x4e", "\x4b\xb1", "\x00\x00", "\x47\xc2", "\x48\x96", + "\x56\x4f", "\x45\xce", "\x45\x42", "\xb8\x5c", "\x56\x50", "\x00\x00", + "\x00\x00", "\x49\x9d", "\x4b\x74", "\x00\x00", "\x45\x45", "\x45\x6d", + "\xb8\x5d", "\xb8\x5e", "\x4b\xe4", "\x50\xe8", "\x00\x00", "\x55\xdc", + "\x48\x67", "\xb8\x5f", "\x56\x52", "\x51\x67", "\x56\x53", "\x4c\xce", + "\x56\x54", "\x00\x00", "\x47\x8e", "\x4f\x7f", "\x4f\xfa", "\x00\x00", + "\x4b\xac", "\x00\x00", "\x00\x00", "\x4b\x73", "\x45\x75", "\x4e\x52", + "\x49\x9c", "\xb8\x60", "\x56\x55", "\x00\x00", "\x00\x00", "\x56\x56", + "\x00\x00", "\x00\x00", "\x56\x57", "\x00\x00", "\x00\x00", "\xb8\x61", + "\x45\x93", "\xb3\x4d", "\xb3\x4f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xd9", "\x47\x76", "\x56\x5c", "\xb8\x62", "\x56\x5a", "\x00\x00", + "\x56\x5b", "\x50\x85", "\xb3\x50", "\x00\x00", "\x45\xe0", "\x48\x4b", + "\x00\x00", "\x56\x59", "\x56\x58", "\x4b\xe5", "\xb8\x63", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x65", "\x48\xb5", "\x47\x55", "\x56\x5e", + "\x47\x5d", "\x48\xa2", "\xb8\x64", "\xb8\x65", "\x00\x00", "\x44\x5c", + "\x56\x5f", "\x56\x61", "\xb8\x66", "\x56\x5d", "\xb8\x67", "\x45\x9a", + "\x49\xc3", "\x46\xf6", "\x00\x00", "\x00\x00", "\xb8\x68", "\x00\x00", + "\x00\x00", "\xb3\x51", "\x00\x00", "\x56\x60", "\x4d\x71", "\xb8\x69", + "\x4d\xed", "\xb8\x6a", "\x48\x69", "\xb8\x6b", "\x00\x00", "\xb8\x6c", + "\x48\xb2", "\x53\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x55", + "\x56\x62", "\xb8\x6d", "\xb8\x6e", "\xb8\x6f", "\x56\x65", "\x47\xd2", + "\xb8\x70", "\x56\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb8\x71", "\x56\x63", "\x45\xb2", "\xb8\x72", "\xb8\x73", "\x4d\x99", + "\x4e\x9f", "\x4a\x83", "\x50\xf6", "\x4a\x81", "\xb8\x74", "\x00\x00", + "\x00\x00", "\xb8\x75", "\xb8\x76", "\xb8\x77", "\x00\x00", "\xb8\x78", + "\x45\xbd", "\x00\x00", "\x56\x64", "\x48\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb8\x79", "\x49\xa6", "\x56\x68", "\xb8\x7a", + "\x00\x00", "\xb8\x7b", "\x49\xc9", "\xb8\x7c", "\x54\x4a", "\xb8\x7d", + "\x46\xf4", "\x56\x6a", "\x50\x8a", "\xb8\x7e", "\x4b\xbc", "\x54\x61", + "\xb8\x7f", "\x00\x00", "\xb8\x80", "\x00\x00", "\xb8\x81", "\x4e\xdf", + "\x00\x00", "\x00\x00", "\x4e\xfe", "\x56\x6c", "\xb8\x82", "\xb8\x83", + "\x00\x00", "\xb8\x84", "\xb8\x85", "\x47\xc8", "\x48\xa4", "\x46\xe0", + "\x45\x76", "\x4c\xe6", "\xb8\x86", "\x46\x96", "\xb8\x87", "\x47\x70", + "\x56\x6e", "\x56\x6b", "\xb8\x88", "\x49\xc1", "\x56\x67", "\x56\x6f", + "\x45\x94", "\x56\x69", "\x56\x6d", "\xb8\x89", "\xb8\x8a", "\x00\x00", + "\x00\x00", "\xb8\x8b", "\xb3\x52", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x79", "\xb8\x8c", "\x00\x00", "\xb8\x8d", "\x00\x00", + "\xb8\x8e", "\x56\x7c", "\x56\x7a", "\xb8\x8f", "\x00\x00", "\x48\x76", + "\x00\x00", "\x4b\x94", "\x51\xe2", "\xb8\x90", "\xb8\x91", "\xb8\x92", + "\xb8\x93", "\x56\x77", "\x54\x62", "\xb8\x94", "\xb8\x95", "\x48\xb6", + "\x00\x00", "\xb8\x96", "\xb8\x97", "\x4f\x98", "\xb8\x98", "\xb8\x99", + "\x56\x7d", "\x00\x00", "\x56\x72", "\xb8\x9a", "\x56\x71", "\x4a\x46", + "\xb8\x9b", "\x4f\xc2", "\xb8\x9c", "\x56\x73", "\xb8\x9d", "\x4f\x8d", + "\x56\x70", "\xb8\x9e", "\x56\x7b", "\x00\x00", "\x56\x7e", "\xb8\x9f", + "\x56\x76", "\xb8\xa0", "\x56\x74", "\x48\xbc", "\x00\x00", "\x4a\x9e", + "\xb8\xa1", "\xb8\xa2", "\x52\xec", "\x47\x5a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x78", "\x00\x00", "\x56\x75", "\x53\xb9", "\x53\xe3", + "\x00\x00", "\x00\x00", "\xb8\xa3", "\x00\x00", "\x00\x00", "\x4f\x8c", + "\x55\x7c", "\xb8\xa4", "\x00\x00", "\xb8\xa5", "\x00\x00", "\xb8\xa6", + "\xb8\xa7", "\xb8\xa8", "\xb8\xa9", "\x4b\x4c", "\xb8\xaa", "\xb8\xab", + "\x48\x51", "\x4a\x6a", "\x54\xc7", "\xb8\xac", "\xb8\xad", "\x00\x00", + "\xb8\xae", "\x52\x94", "\x46\x60", "\xb8\xaf", "\xb8\xb0", "\x56\x86", + "\x56\x80", "\xb8\xb1", "\x56\x85", "\x56\x83", "\xb8\xb2", "\x00\x00", + "\x56\x7f", "\x00\x00", "\x00\x00", "\x4e\x97", "\x56\x81", "\x00\x00", + "\x56\x84", "\x56\x82", "\xb8\xb3", "\x45\xaa", "\x00\x00", "\x53\xc4", + "\xb8\xb4", "\x45\xa5", "\xb8\xb5", "\x4b\x4a", "\x56\x87", "\x56\x88", + "\xb3\x55", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\xde", "\x56\x96", "\xb8\xb6", "\xb3\x56", + "\xb8\xb7", "\x4c\xe1", "\x00\x00", "\x4d\xb1", "\x51\xf8", "\x00\x00", + "\x50\xf9", "\x00\x00", "\x4e\x67", "\x00\x00", "\xb8\xb8", "\xb8\xb9", + "\x56\x95", "\x56\x94", "\xb8\xba", "\xb8\xbb", "\xb3\x57", "\x00\x00", + "\xb8\xbc", "\x56\x8f", "\x56\x99", "\xb8\xbd", "\x00\x00", "\x45\xd6", + "\xb8\xbe", "\x49\xfa", "\xb8\xbf", "\x4a\xc4", "\xb8\xc0", "\x56\xa1", + "\xb8\xc1", "\x56\x97", "\x4b\x6a", "\xb8\xc2", "\x56\x8c", "\x00\x00", + "\x53\x43", "\xb8\xc3", "\xb8\xc4", "\x4c\xae", "\x56\x89", "\xb8\xc5", + "\xb8\xc6", "\xb8\xc7", "\x56\x98", "\x4a\xd0", "\x00\x00", "\x56\x90", + "\x56\x91", "\x55\x69", "\x48\x7d", "\x56\x8e", "\x52\xf1", "\xb8\xc8", + "\x56\x8b", "\x56\x92", "\x56\x8d", "\x4d\x51", "\x56\x93", "\x4f\xf9", + "\xb8\xc9", "\x00\x00", "\xb8\xca", "\x00\x00", "\xb8\xcb", "\xb8\xcc", + "\x00\x00", "\xb8\xcd", "\x4f\x63", "\x00\x00", "\x00\x00", "\x52\xfa", + "\x00\x00", "\xb8\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x8a", "\xb8\xcf", "\x56\xa4", "\x56\x9a", "\x00\x00", "\xb8\xd0", + "\x56\xa2", "\x56\x9b", "\x56\x9e", "\x4d\xfb", "\xb8\xd1", "\x00\x00", + "\xb8\xd2", "\x00\x00", "\xb8\xd3", "\x50\x49", "\x56\x9d", "\xb8\xd4", + "\xb8\xd5", "\xb8\xd6", "\x00\x00", "\x56\x9c", "\x56\xa0", "\xb8\xd7", + "\x00\x00", "\xb8\xd8", "\x56\x9f", "\x00\x00", "\x4e\x70", "\x00\x00", + "\x00\x00", "\xb8\xd9", "\xb8\xda", "\x00\x00", "\xb8\xdb", "\xb8\xdc", + "\x00\x00", "\x46\x81", "\xb8\xdd", "\xb8\xde", "\x00\x00", "\x00\x00", + "\xb8\xdf", "\x00\x00", "\x56\xa5", "\xb8\xe0", "\x00\x00", "\x00\x00", + "\x56\xa3", "\xb8\xe1", "\x54\xd2", "\x00\x00", "\x49\x43", "\x4f\x95", + "\x50\xc3", "\x00\x00", "\x56\xa6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x59", "\x00\x00", "\x00\x00", "\x56\xa7", "\xb8\xe2", + "\x00\x00", "\xb8\xe3", "\xb8\xe4", "\x56\xaa", "\xb8\xe5", "\x00\x00", + "\xb3\x5a", "\x00\x00", "\xb8\xe6", "\x00\x00", "\x00\x00", "\x4e\xe7", + "\xb8\xe7", "\xb8\xe8", "\xb8\xe9", "\x4f\xc3", "\xb8\xea", "\xb8\xeb", + "\x56\xa8", "\xb3\x5b", "\xb8\xec", "\x00\x00", "\x50\x9c", "\x46\xac", + "\x56\xa9", "\xb8\xed", "\xb8\xee", "\x00\x00", "\xb8\xef", "\xb8\xf0", + "\xb8\xf1", "\xb8\xf2", "\xb8\xf3", "\xb3\x5c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb8\xf4", "\x00\x00", + "\x4c\x43", "\x54\xda", "\x00\x00", "\xb8\xf5", "\xb8\xf6", "\xb3\x5e", + "\x56\xad", "\x56\xb0", "\x56\xab", "\x4b\x58", "\x00\x00", "\x4c\x5b", + "\x00\x00", "\xb8\xf7", "\xb8\xf8", "\xb3\x5f", "\x00\x00", "\xb8\xf9", + "\x4a\x43", "\x00\x00", "\xb8\xfa", "\x00\x00", "\x56\xb1", "\xb8\xfb", + "\xb8\xfc", "\x4f\xc9", "\x00\x00", "\xb8\xfd", "\x00\x00", "\x56\xae", + "\x56\xaf", "\x00\x00", "\xb8\xfe", "\x48\xec", "\xb9\x41", "\x4b\xba", + "\xb9\x42", "\x55\xad", "\x00\x00", "\xb9\x43", "\xb9\x44", "\x4a\xbb", + "\x52\xd4", "\x00\x00", "\x56\xb5", "\xb3\x61", "\x4d\x82", "\x00\x00", + "\xb9\x45", "\xb9\x46", "\x56\xb3", "\xb9\x47", "\x00\x00", "\xb3\x62", + "\xb9\x48", "\x56\xb7", "\xb9\x49", "\x56\xb4", "\xb9\x4a", "\x4e\x84", + "\xb9\x4b", "\xb9\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xb6", + "\x56\xb8", "\xb9\x4d", "\x00\x00", "\xb9\x4e", "\xb9\x4f", "\xb3\x65", + "\x56\xb2", "\x56\xba", "\xb9\x50", "\x00\x00", "\x00\x00", "\x56\xb9", + "\xb9\x51", "\x55\x78", "\x00\x00", "\x00\x00", "\xb9\x52", "\x00\x00", + "\x49\xca", "\x56\xbc", "\x56\xbd", "\xb9\x53", "\x45\x4e", "\x00\x00", + "\xb9\x54", "\xb9\x55", "\xb9\x56", "\x56\xbb", "\x00\x00", "\xb9\x57", + "\xb9\x58", "\xb9\x59", "\xb9\x5a", "\x00\x00", "\xb9\x5b", "\x00\x00", + "\x54\x6f", "\x00\x00", "\x56\xc0", "\x56\xbf", "\x56\xc1", "\xb9\x5c", + "\x52\x90", "\xb9\x5d", "\x56\xbe", "\xb9\x5e", "\xb9\x5f", "\xb9\x60", + "\xb9\x61", "\x4a\xa2", "\x00\x00", "\x56\xc2", "\x00\x00", "\xb9\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb9\x63", "\xb9\x64", "\x00\x00", + "\x47\xda", "\x00\x00", "\xb9\x65", "\xb9\x66", "\x00\x00", "\xb9\x67", + "\x00\x00", "\xb9\x68", "\x54\xbd", "\xb9\x69", "\xb9\x6a", "\xb9\x6b", + "\x00\x00", "\x56\xc4", "\xb9\x6c", "\xb9\x6d", "\x56\xc3", "\x56\xc6", + "\x56\xc5", "\x00\x00", "\x00\x00", "\x56\xc7", "\x56\xc8", "\x4c\x91", + "\xb9\x6e", "\x46\x95", "\x4b\xe8", "\x48\xc9", "\x4d\xf3", "\x55\x5a", + "\x47\xa2", "\x45\x9e", "\x56\xc9", "\x47\x9e", "\x56\xca", "\x4b\x56", + "\x50\x50", "\xb9\x6f", "\x46\x9f", "\x00\x00", "\x56\xcb", "\xb9\x70", + "\x56\xcc", "\xb9\x71", "\x00\x00", "\xb9\x72", "\xb9\x73", "\x00\x00", + "\x49\x4b", "\x00\x00", "\x51\xbe", "\x00\x00", "\x00\x00", "\xb9\x74", + "\xb3\x6a", "\x00\x00", "\x56\xcd", "\x00\x00", "\x56\xce", "\x46\x65", + "\xb9\x75", "\x00\x00", "\x46\xb1", "\x56\xcf", "\x56\xd0", "\x45\x48", + "\x46\xbb", "\x45\x46", "\x56\xd1", "\x00\x00", "\x00\x00", "\x47\xb3", + "\x00\x00", "\xb3\xcc", "\x00\x00", "\x46\x49", "\x4f\x67", "\x47\xaf", + "\x47\xc9", "\x00\x00", "\x00\x00", "\xb6\x67", "\x48\xf4", "\x00\x00", + "\xb9\x76", "\x00\x00", "\x56\xd2", "\x00\x00", "\x56\xd3", "\xb9\x77", + "\xb9\x78", "\x45\x8e", "\x46\x45", "\x00\x00", "\x00\x00", "\x56\xd6", + "\x4e\xa1", "\xb9\x79", "\x56\xd5", "\x48\xeb", "\xb9\x7a", "\x56\xd7", + "\x61\x9d", "\x56\xd8", "\x4f\x8f", "\x56\xd9", "\x00\x00", "\x56\xda", + "\x56\xdb", "\x52\x7e", "\xb9\x7b", "\x48\xc4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xdc", "\x00\x00", "\x00\x00", "\x4e\x7b", "\xb9\x7c", + "\x56\xdf", "\xb9\x7d", "\x56\xdd", "\x54\x67", "\x56\xde", "\x00\x00", + "\x48\x78", "\x56\xe0", "\x56\xe1", "\x56\xe2", "\x4b\xde", "\xb9\x7e", + "\x00\x00", "\x00\x00", "\x56\xe6", "\x56\xe4", "\x56\xe5", "\x56\xe3", + "\x50\xc9", "\x56\xe7", "\x51\x46", "\x48\xfc", "\xb9\x7f", "\x00\x00", + "\xb9\x80", "\x00\x00", "\xb9\x81", "\x56\xe9", "\x56\xe8", "\xb9\x82", + "\x00\x00", "\x00\x00", "\xb9\x83", "\xb3\x71", "\x52\xdc", "\x56\xea", + "\x4f\x80", "\x00\x00", "\xb9\x84", "\x56\xeb", "\xb3\x72", "\x55\xf9", + "\x53\x44", "\x4b\xe6", "\x00\x00", "\xb9\x85", "\x00\x00", "\xb9\x86", + "\xb9\x87", "\xb9\x88", "\x00\x00", "\xb9\x89", "\x57\x77", "\x00\x00", + "\xb9\x8a", "\x00\x00", "\x00\x00", "\x56\xec", "\x68\x84", "\x4e\xd9", + "\xb9\x8b", "\x00\x00", "\x56\xed", "\x4d\xe1", "\xb9\x8c", "\x00\x00", + "\x00\x00", "\xb9\x8d", "\x48\xe6", "\x55\x8a", "\x00\x00", "\x56\xee", + "\x54\x9e", "\x00\x00", "\x56\xef", "\x56\xf0", "\xb9\x8e", "\x00\x00", + "\x56\xf1", "\x51\xac", "\xb9\x8f", "\xb9\x90", "\xb9\x91", "\x56\xf2", + "\x51\xec", "\xb9\x92", "\x50\xcf", "\x50\xe6", "\x45\x9b", "\x00\x00", + "\x00\x00", "\x4b\xb6", "\x56\xf3", "\x00\x00", "\x4c\x50", "\xb9\x93", + "\xb9\x94", "\x4f\x44", "\x56\xf4", "\xb9\x95", "\x45\xb4", "\x47\x65", + "\x4b\x9b", "\x00\x00", "\x4c\xd7", "\x56\xf5", "\x00\x00", "\x00\x00", + "\x54\xe3", "\x00\x00", "\x00\x00", "\x4c\x52", "\xb9\x96", "\xb9\x97", + "\x56\xf6", "\x56\xf7", "\xb9\x98", "\x4b\xb4", "\xb9\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x47\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb9\x9a", "\x00\x00", "\x49\x5c", "\x46\xdd", + "\x00\x00", "\x56\xf8", "\xb9\x9b", "\x45\xbc", "\x56\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xfa", "\x00\x00", "\x4c\xdd", "\xb9\x9c", + "\xb9\x9d", "\x56\xfb", "\x00\x00", "\xb9\x9e", "\x46\xc4", "\x48\xcf", + "\x4b\x6b", "\x56\xfc", "\x4b\xc0", "\x4b\xf5", "\xb9\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x79", + "\x56\xfd", "\xb9\xa0", "\x00\x00", "\x47\x4d", "\x00\x00", "\xb9\xa1", + "\x4a\x90", "\x56\xfe", "\x51\xae", "\x45\xaf", "\x00\x00", "\x57\x41", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x43", "\xb9\xa2", + "\x51\x99", "\xb9\xa3", "\xb9\xa4", "\x00\x00", "\xb9\xa5", "\x49\xc7", + "\xb9\xa6", "\xb3\x75", "\x57\x42", "\xb9\xa7", "\xb9\xa8", "\xb9\xa9", + "\x00\x00", "\x4c\xd3", "\x47\x66", "\x54\x81", "\xb9\xaa", "\x00\x00", + "\x00\x00", "\x57\x48", "\x57\x45", "\x00\x00", "\xb3\x77", "\x00\x00", + "\xb9\xab", "\x4b\x4e", "\x4d\x85", "\x57\x44", "\x47\xd6", "\x57\x46", + "\x57\x47", "\x4b\xe1", "\x00\x00", "\xb9\xac", "\xb9\xad", "\xb9\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x4a", "\x00\x00", "\x57\x49", + "\xb9\xaf", "\x00\x00", "\xb9\xb0", "\x55\xd6", "\xb3\x78", "\xb9\xb1", + "\x00\x00", "\x49\xf0", "\x57\x4c", "\x51\x85", "\xb9\xb2", "\x00\x00", + "\xb9\xb3", "\x57\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x4e", + "\x57\x4d", "\xb9\xb4", "\x55\x80", "\xb9\xb5", "\xb9\xb6", "\xb9\xb7", + "\xb9\xb8", "\x00\x00", "\xb9\xb9", "\x45\xf7", "\x57\x4f", "\x00\x00", + "\x00\x00", "\x48\x70", "\x45\x9f", "\x00\x00", "\x00\x00", "\x4e\x68", + "\xb9\xba", "\xb9\xbb", "\x57\x50", "\xb9\xbc", "\x00\x00", "\x46\x71", + "\x4a\x64", "\x54\xc6", "\x57\x51", "\x57\x52", "\x00\x00", "\x5f\xaa", + "\xb9\xbd", "\x4d\x92", "\x00\x00", "\x00\x00", "\x48\xa9", "\x57\x54", + "\xb9\xbe", "\xb9\xbf", "\xb9\xc0", "\x49\x78", "\xb9\xc1", "\xb9\xc2", + "\x57\x53", "\xb9\xc3", "\x55\x6a", "\x00\x00", "\x57\x56", "\x57\x55", + "\x00\x00", "\x54\xb1", "\xb9\xc4", "\x4e\xef", "\xb9\xc5", "\x46\x9c", + "\xb9\xc6", "\x48\xce", "\xb3\x7c", "\x00\x00", "\xb9\xc7", "\x57\x57", + "\x00\x00", "\xb9\xc8", "\xb3\x7e", "\xb9\xc9", "\x53\xd6", "\x00\x00", + "\xb9\xca", "\x45\xe4", "\xb9\xcb", "\x53\x92", "\x4b\x9a", "\x46\xed", + "\x00\x00", "\x57\x58", "\xb9\xcc", "\x45\xb5", "\x57\x59", "\x4a\xe1", + "\x57\x5c", "\xb9\xcd", "\x47\xee", "\x57\x5a", "\x49\x9f", "\xb9\xce", + "\x57\x5b", "\x4c\x7e", "\xb9\xcf", "\xb9\xd0", "\xb9\xd1", "\x00\x00", + "\xb9\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\xb9\xd3", "\xb9\xd4", + "\x49\x7a", "\x57\x5d", "\xb9\xd5", "\x57\x5e", "\xb9\xd6", "\xb9\xd7", + "\x57\x5f", "\x57\x60", "\x54\x70", "\xb3\x81", "\x00\x00", "\x00\x00", + "\x51\xe9", "\x52\x97", "\x57\x61", "\x4f\x5b", "\x4e\xcb", "\xb9\xd8", + "\x00\x00", "\x4a\xa8", "\x57\x62", "\x57\x63", "\x57\x64", "\x00\x00", + "\xb9\xd9", "\xb9\xda", "\xb9\xdb", "\x57\x66", "\x00\x00", "\x57\x68", + "\x57\x67", "\xb9\xdc", "\x00\x00", "\xb9\xdd", "\x00\x00", "\x57\x69", + "\x45\x90", "\x45\x5a", "\xb9\xde", "\x54\x57", "\x57\x6a", "\xb9\xdf", + "\xb9\xe0", "\x51\xb7", "\xb9\xe1", "\xb9\xe2", "\x4e\x6b", "\x4d\x4d", + "\x00\x00", "\x57\x6c", "\x57\x6b", "\xb9\xe3", "\x00\x00", "\xb9\xe4", + "\xb9\xe5", "\xb9\xe6", "\x55\xed", "\xb9\xe7", "\xb9\xe8", "\xb9\xe9", + "\x00\x00", "\x57\x6d", "\xb9\xea", "\x57\x6e", "\xb9\xeb", "\x57\x6f", + "\x00\x00", "\xb9\xec", "\x00\x00", "\x00\x00", "\x57\x70", "\x4f\xd1", + "\x45\x54", "\x4a\x87", "\xb9\xed", "\xb9\xee", "\xb9\xef", "\x50\xf1", + "\x57\x71", "\x45\x4a", "\xb9\xf0", "\x45\x4c", "\x00\x00", "\x57\x72", + "\x57\x73", "\x4e\x47", "\x45\xdf", "\x57\x74", "\x47\x90", "\xb9\xf1", + "\xb9\xf2", "\x57\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xad", + "\x4a\xf2", "\x49\x96", "\x47\xd7", "\x00\x00", "\x00\x00", "\x45\x59", + "\x48\xe3", "\xb9\xf3", "\x45\xf6", "\xb9\xf4", "\x51\xc0", "\x00\x00", + "\x57\x79", "\x00\x00", "\x49\xee", "\xb9\xf5", "\x00\x00", "\xb9\xf6", + "\x00\x00", "\xb9\xf7", "\x53\xdb", "\xb3\x85", "\x00\x00", "\x57\x7a", + "\x00\x00", "\x00\x00", "\xb9\xf8", "\xb9\xf9", "\x57\x7b", "\x4c\x82", + "\x47\x99", "\x4b\x91", "\x57\x7c", "\x4b\x6d", "\x4a\xa4", "\x4c\xf5", + "\x00\x00", "\x57\x7d", "\x4e\x79", "\xb9\xfa", "\xb3\x86", "\x57\x7e", + "\x00\x00", "\xb3\x87", "\xb9\xfb", "\x53\xe2", "\x00\x00", "\x00\x00", + "\x57\x7f", "\xb9\xfc", "\x53\x52", "\x00\x00", "\x00\x00", "\xb9\xfd", + "\xb9\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xba\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x80", + "\xba\x42", "\x00\x00", "\x57\x81", "\x00\x00", "\x4f\x55", "\xba\x43", + "\x49\x42", "\x00\x00", "\x00\x00", "\xba\x44", "\x00\x00", "\x45\x74", + "\x57\x82", "\xba\x45", "\x00\x00", "\x00\x00", "\xba\x46", "\x57\x84", + "\x57\x83", "\x00\x00", "\x51\x78", "\x53\x67", "\xba\x47", "\xba\x48", + "\x00\x00", "\x53\xb7", "\x57\x85", "\xba\x49", "\x57\x86", "\x00\x00", + "\x57\x87", "\x4c\x8e", "\xba\x4a", "\xba\x4b", "\x57\x88", "\xba\x4c", + "\xba\x4d", "\x00\x00", "\xba\x4e", "\x4a\xca", "\x00\x00", "\xba\x4f", + "\x00\x00", "\x00\x00", "\xba\x50", "\x00\x00", "\x48\xd2", "\x57\x89", + "\x00\x00", "\xba\x51", "\x00\x00", "\x00\x00", "\x48\xf5", "\x50\xa5", + "\x48\x5c", "\x46\xd4", "\x4b\x71", "\x47\xf9", "\x47\x91", "\xba\x52", + "\x00\x00", "\x00\x00", "\xba\x53", "\xba\x54", "\x4f\xa5", "\xba\x55", + "\x46\xa6", "\x48\x4c", "\x00\x00", "\x50\xf5", "\xba\x56", "\x55\xb2", + "\x00\x00", "\x57\x8b", "\xba\x57", "\x57\x8c", "\xba\x58", "\x51\x94", + "\x53\xf5", "\x45\x88", "\x45\xd4", "\x4c\x8b", "\xba\x59", "\xba\x5a", + "\x57\x91", "\x4f\x71", "\x4e\x41", "\x4d\xd5", "\x4f\x86", "\x57\x92", + "\x57\x90", "\x47\xc6", "\x47\x78", "\x50\x42", "\x47\xd9", "\x48\x5a", + "\xb3\x8e", "\xba\x5b", "\x4f\x59", "\x48\xe2", "\x45\xf0", "\x00\x00", + "\x57\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x94", "\xba\x5c", "\x55\xea", "\x47\xba", "\x00\x00", + "\x00\x00", "\x00\x00", "\x45\xa0", "\x45\x7e", "\x53\xd3", "\x55\xbc", + "\x46\x6d", "\x45\xf3", "\x51\xaf", "\x50\xc6", "\x4e\xb2", "\x46\xa5", + "\xb3\x8f", "\xba\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xba\x5e", "\x47\xcf", "\x00\x00", "\x57\x9d", + "\xb3\x90", "\x50\x7a", "\x53\xe1", "\xba\x5f", "\x00\x00", "\x00\x00", + "\xb3\x91", "\x00\x00", "\x4c\x4f", "\xba\x60", "\xba\x61", "\x57\x9c", + "\xba\x62", "\x49\xcb", "\x57\x97", "\x57\x98", "\x57\x9a", "\xba\x63", + "\x00\x00", "\xba\x64", "\x00\x00", "\x00\x00", "\xba\x65", "\xba\x66", + "\x57\x9b", "\x00\x00", "\x4b\x98", "\x49\xc4", "\x00\x00", "\x53\xe5", + "\x57\x99", "\x57\x95", "\x47\xf6", "\x00\x00", "\x57\x96", "\x00\x00", + "\x4b\x50", "\xba\x67", "\xba\x68", "\x00\x00", "\x50\x73", "\xba\x69", + "\x4f\x56", "\x4a\xee", "\x49\x54", "\x00\x00", "\x00\x00", "\xba\x6a", + "\x57\x9e", "\xba\x6b", "\x00\x00", "\x50\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\x6c", "\x57\xa2", + "\x00\x00", "\x00\x00", "\xba\x6d", "\x00\x00", "\xba\x6e", "\x00\x00", + "\xba\x6f", "\xba\x70", "\x48\xa1", "\xba\x71", "\x54\x8d", "\xba\x72", + "\xb3\x94", "\xba\x73", "\xba\x74", "\x00\x00", "\x57\xa5", "\x57\xa3", + "\x00\x00", "\x47\x7f", "\xba\x75", "\x57\xa0", "\x57\xaa", "\x57\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xa7", "\x4a\xf6", "\x49\xb0", + "\x00\x00", "\xba\x76", "\x57\xa8", "\xba\x77", "\x00\x00", "\xba\x78", + "\x57\xab", "\xba\x79", "\x57\xad", "\x00\x00", "\xba\x7a", "\xba\x7b", + "\x57\xae", "\x4f\x50", "\x45\x7a", "\xba\x7c", "\x57\xa1", "\x57\x9f", + "\x57\xac", "\xba\x7d", "\x57\xa6", "\x00\x00", "\x00\x00", "\xba\x7e", + "\xba\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xa9", "\x00\x00", "\x00\x00", "\xba\x80", "\xb3\x95", "\xba\x81", + "\x57\xb2", "\x00\x00", "\x57\xbc", "\x57\xb4", "\xba\x82", "\xba\x83", + "\x57\xb9", "\x57\xbd", "\xba\x84", "\x57\xba", "\x57\xb5", "\xba\x85", + "\xba\x86", "\x57\xb1", "\x00\x00", "\xba\x87", "\x4c\xde", "\x53\xe9", + "\x00\x00", "\x00\x00", "\x00\x00", "\xba\x88", "\x57\xb3", "\xba\x89", + "\xba\x8a", "\xba\x8b", "\x57\xb0", "\x52\xb1", "\x57\xbe", "\xba\x8c", + "\x4e\xf9", "\x45\xd0", "\x57\xbb", "\xb3\x96", "\x57\xb6", "\x00\x00", + "\xba\x8d", "\x57\xaf", "\x57\xb8", "\x4a\x6b", "\xba\x8e", "\x00\x00", + "\x00\x00", "\xba\x8f", "\xba\x90", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xba\x91", "\x46\xcb", "\x57\xc7", "\x00\x00", + "\x00\x00", "\x57\xbf", "\x57\xc1", "\x00\x00", "\x55\x68", "\x55\xf0", + "\xba\x92", "\x00\x00", "\xba\x93", "\x57\xc6", "\x57\xc5", "\xba\x94", + "\x00\x00", "\xb3\x97", "\x47\x47", "\xb3\x98", "\x00\x00", "\x00\x00", + "\xba\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x7c", "\x00\x00", + "\xba\x96", "\x57\xc4", "\xba\x97", "\x57\xc0", "\xba\x98", "\xba\x99", + "\x00\x00", "\x00\x00", "\x4c\xdb", "\xba\x9a", "\x51\xb8", "\x4f\x76", + "\xba\x9b", "\xba\x9c", "\x00\x00", "\x00\x00", "\xba\x9d", "\xba\x9e", + "\xba\x9f", "\x57\xc2", "\x4b\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xc3", "\xba\xa0", "\x54\xd4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xa1", "\xba\xa2", + "\x00\x00", "\x00\x00", "\x57\xcc", "\x4b\xe0", "\x00\x00", "\x4d\x43", + "\xba\xa3", "\x57\xd2", "\x00\x00", "\xba\xa4", "\xba\xa5", "\x00\x00", + "\x57\xd1", "\x57\xc8", "\x00\x00", "\xba\xa6", "\xba\xa7", "\xba\xa8", + "\x54\x78", "\x00\x00", "\x57\xc9", "\xba\xa9", "\x00\x00", "\x00\x00", + "\x53\x83", "\x57\xce", "\x46\xbe", "\xba\xaa", "\x00\x00", "\xba\xab", + "\xba\xac", "\x00\x00", "\x57\xcb", "\xba\xad", "\x00\x00", "\x46\xe4", + "\xba\xae", "\xba\xaf", "\x00\x00", "\x47\xe4", "\x00\x00", "\x00\x00", + "\x57\xcf", "\x57\xd0", "\xba\xb0", "\x00\x00", "\xba\xb1", "\xba\xb2", + "\x57\xcd", "\x57\xd3", "\xba\xb3", "\x00\x00", "\xba\xb4", "\xba\xb5", + "\x00\x00", "\x57\xca", "\xba\xb6", "\x00\x00", "\xba\xb7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xd8", "\x57\xdd", "\xb3\x9c", "\x57\xd9", "\xba\xb8", + "\x57\xd5", "\xba\xb9", "\xba\xba", "\x57\xdf", "\x46\xb3", "\x00\x00", + "\x57\xde", "\x57\xe1", "\xba\xbb", "\x52\x53", "\x57\xd6", "\x55\x58", + "\x00\x00", "\x00\x00", "\xba\xbc", "\xba\xbd", "\x00\x00", "\xba\xbe", + "\xba\xbf", "\xba\xc0", "\xba\xc1", "\x00\x00", "\x00\x00", "\xba\xc2", + "\x57\xda", "\x57\xd4", "\x52\xb5", "\x00\x00", "\x45\xd1", "\x54\x75", + "\x57\xdb", "\x57\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xc3", + "\xba\xc4", "\x00\x00", "\x00\x00", "\x4f\xd3", "\x57\xe2", "\x57\xe0", + "\x51\x68", "\x4d\x6d", "\x4c\x5f", "\xba\xc5", "\x57\xdc", "\x00\x00", + "\x4e\xb9", "\x00\x00", "\xba\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x48\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xc7", "\x00\x00", "\xba\xc8", + "\x00\x00", "\xba\xc9", "\x57\xe5", "\x57\xe3", "\xba\xca", "\x58\x58", + "\x00\x00", "\xba\xcb", "\x00\x00", "\xba\xcc", "\xba\xcd", "\x00\x00", + "\xba\xce", "\x00\x00", "\x00\x00", "\xba\xcf", "\xba\xd0", "\xba\xd1", + "\x57\xe8", "\x00\x00", "\x00\x00", "\xba\xd2", "\xba\xd3", "\x00\x00", + "\x52\xa2", "\xba\xd4", "\x57\xe6", "\xb3\xa0", "\xba\xd5", "\x57\xe4", + "\x00\x00", "\x00\x00", "\xba\xd6", "\x4b\x5e", "\x57\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xd7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xd8", "\x57\xeb", + "\x00\x00", "\x57\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xee", + "\x57\xed", "\xba\xd9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xba\xda", "\x50\x63", "\xb3\xa6", "\xba\xdb", "\x47\x7e", + "\xba\xdc", "\x00\x00", "\x00\x00", "\xba\xdd", "\xba\xde", "\xba\xdf", + "\xba\xe0", "\xba\xe1", "\xba\xe2", "\x00\x00", "\x57\xea", "\x00\x00", + "\x57\xec", "\x54\xec", "\x50\xf3", "\xba\xe3", "\x00\x00", "\x57\xef", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xa7", "\x52\xca", "\x00\x00", "\x00\x00", "\xba\xe4", "\x00\x00", + "\x00\x00", "\x57\xf8", "\xba\xe5", "\x50\xca", "\x57\xf3", "\xba\xe6", + "\x54\x7f", "\xba\xe7", "\x57\xf2", "\xba\xe8", "\x57\xf4", "\xba\xe9", + "\x00\x00", "\xba\xea", "\xba\xeb", "\xba\xec", "\x00\x00", "\xba\xed", + "\xba\xee", "\xba\xef", "\x52\x9b", "\xba\xf0", "\xba\xf1", "\x00\x00", + "\xba\xf2", "\xb3\xaa", "\x00\x00", "\xba\xf3", "\x00\x00", "\xba\xf4", + "\x50\x62", "\xba\xf5", "\x57\xf0", "\xba\xf6", "\x57\xf1", "\x00\x00", + "\x00\x00", "\xb3\xab", "\xba\xf7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x7d", "\x00\x00", "\x00\x00", + "\xba\xf8", "\x00\x00", "\xba\xf9", "\xba\xfa", "\xba\xfb", "\xba\xfc", + "\x57\xf6", "\x00\x00", "\xba\xfd", "\x00\x00", "\x45\xfc", "\xba\xfe", + "\x57\xfa", "\x57\xf5", "\x57\xf9", "\xbb\x41", "\x00\x00", "\xbb\x42", + "\x00\x00", "\xbb\x43", "\xbb\x44", "\x00\x00", "\x4e\x6d", "\xbb\x45", + "\xb3\xad", "\x00\x00", "\x55\xf1", "\x00\x00", "\x55\x82", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbb\x46", "\xbb\x47", "\x57\xf7", "\x55\xd8", + "\xbb\x48", "\x00\x00", "\x58\x41", "\xbb\x49", "\xbb\x4a", "\x00\x00", + "\x00\x00", "\x57\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xfc", "\xbb\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\x4c", + "\xbb\x4d", "\x00\x00", "\x00\x00", "\xbb\x4e", "\xbb\x4f", "\xbb\x50", + "\x58\x42", "\x00\x00", "\x51\x90", "\x00\x00", "\x00\x00", "\x58\x43", + "\xbb\x51", "\xbb\x52", "\xbb\x53", "\xbb\x54", "\x00\x00", "\xbb\x55", + "\xbb\x56", "\xbb\x57", "\x58\x44", "\x00\x00", "\x00\x00", "\xbb\x58", + "\xb3\xaf", "\xbb\x59", "\x58\x46", "\x00\x00", "\x58\x45", "\xbb\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x49", "\x00\x00", + "\xbb\x5b", "\x00\x00", "\x58\x4c", "\x58\x4a", "\x58\x48", "\x58\x4b", + "\x00\x00", "\xbb\x5c", "\x00\x00", "\x00\x00", "\x58\x47", "\xbb\x5d", + "\xbb\x5e", "\xbb\x5f", "\xbb\x60", "\xbb\x61", "\x58\x4d", "\xbb\x62", + "\xbb\x63", "\x58\x4f", "\x00\x00", "\x58\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x50", "\x56\xd4", "\xbb\x64", "\x50\x65", "\x45\x44", + "\xbb\x65", "\xbb\x66", "\x46\xa9", "\xbb\x67", "\x4a\x49", "\xbb\x68", + "\x00\x00", "\x47\xf0", "\xbb\x69", "\xbb\x6a", "\xbb\x6b", "\xbb\x6c", + "\xbb\x6d", "\x00\x00", "\x00\x00", "\xbb\x6e", "\x00\x00", "\xbb\x6f", + "\x58\x51", "\x00\x00", "\x4b\x44", "\xbb\x70", "\x4a\xfa", "\x47\xc1", + "\x00\x00", "\x00\x00", "\xbb\x71", "\xbb\x72", "\x00\x00", "\x58\x52", + "\x4a\x94", "\x00\x00", "\x00\x00", "\x45\x8f", "\x00\x00", "\x58\x53", + "\x52\x66", "\xbb\x73", "\xbb\x74", "\x53\xcf", "\x58\x54", "\x00\x00", + "\x00\x00", "\xbb\x75", "\x58\x56", "\x58\x55", "\xbb\x76", "\x51\xbd", + "\xbb\x77", "\x58\x57", "\x00\x00", "\x4f\x49", "\x00\x00", "\xbb\x78", + "\x47\xe1", "\x54\xe7", "\x00\x00", "\xbb\x79", "\x58\x5a", "\x00\x00", + "\x58\x59", "\x00\x00", "\xbb\x7a", "\xbb\x7b", "\x58\x5b", "\xbb\x7c", + "\x00\x00", "\x46\x84", "\xbb\x7d", "\xb3\xb2", "\xbb\x7e", "\xbb\x7f", + "\xbb\x80", "\xbb\x81", "\x58\x5c", "\x47\x82", "\x47\xcd", "\xbb\x82", + "\xbb\x83", "\x00\x00", "\xbb\x84", "\x49\xe6", "\xbb\x85", "\xbb\x86", + "\x45\xc2", "\x00\x00", "\x00\x00", "\xbb\x87", "\xbb\x88", "\x00\x00", + "\x00\x00", "\x51\xd1", "\x58\x5d", "\x00\x00", "\x00\x00", "\x58\x5f", + "\x00\x00", "\xbb\x89", "\xbb\x8a", "\xbb\x8b", "\x58\x61", "\x00\x00", + "\x45\xec", "\x00\x00", "\x00\x00", "\xbb\x8c", "\xbb\x8d", "\x49\xae", + "\x00\x00", "\x00\x00", "\x4c\x55", "\x00\x00", "\xbb\x8e", "\xbb\x8f", + "\x58\x5e", "\x58\x62", "\x4e\x8d", "\x4e\xf3", "\xbb\x90", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x65", "\xbb\x91", "\x00\x00", "\x53\xa6", "\x58\x63", + "\x51\xc4", "\xbb\x92", "\xbb\x93", "\x53\x98", "\x49\x49", "\xbb\x94", + "\x00\x00", "\xbb\x95", "\xbb\x96", "\xbb\x97", "\xbb\x98", "\xbb\x99", + "\x00\x00", "\xbb\x9a", "\xbb\x9b", "\xbb\x9c", "\x00\x00", "\xbb\x9d", + "\x00\x00", "\xbb\x9e", "\xbb\x9f", "\xbb\xa0", "\xbb\xa1", "\x00\x00", + "\xbb\xa2", "\x58\x66", "\x00\x00", "\xbb\xa3", "\x4b\xc9", "\xbb\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x64", "\x58\x67", + "\x00\x00", "\x46\xe6", "\xbb\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x68", "\xbb\xa6", "\xbb\xa7", + "\x00\x00", "\xbb\xa8", "\x00\x00", "\xbb\xa9", "\xbb\xaa", "\x00\x00", + "\xbb\xab", "\xbb\xac", "\xbb\xad", "\xbb\xae", "\x58\x69", "\xbb\xaf", + "\x54\x66", "\x47\xce", "\x58\x6a", "\x00\x00", "\x00\x00", "\xbb\xb0", + "\xbb\xb1", "\xbb\xb2", "\x58\x6d", "\x00\x00", "\x58\x6c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xcd", "\x00\x00", "\x00\x00", "\x58\x6b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xb3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xb4", "\x00\x00", "\x00\x00", + "\x58\x71", "\x00\x00", "\x00\x00", "\x58\x6e", "\x00\x00", "\x00\x00", + "\x58\x6f", "\x58\x73", "\x58\x70", "\x00\x00", "\x00\x00", "\x4e\xac", + "\xbb\xb5", "\x00\x00", "\x45\xdb", "\xbb\xb6", "\x00\x00", "\x00\x00", + "\x58\x74", "\x58\x75", "\x58\x72", "\xbb\xb7", "\x58\x76", "\xb3\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xf4", "\xbb\xb8", + "\xbb\xb9", "\x48\xe9", "\x51\x7e", "\xbb\xba", "\x00\x00", "\x58\x79", + "\xbb\xbb", "\x00\x00", "\xbb\xbc", "\xbb\xbd", "\x00\x00", "\xbb\xbe", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xbf", "\x00\x00", "\x00\x00", + "\xbb\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\x48", "\xbb\xc1", + "\xbb\xc2", "\x4d\x57", "\xbb\xc3", "\x4d\xac", "\x46\xf1", "\xb3\xbc", + "\x46\xa3", "\xbb\xc4", "\xbb\xc5", "\xbb\xc6", "\x46\x9d", "\x00\x00", + "\x49\x7f", "\xbb\xc7", "\xbb\xc8", "\x4a\xe7", "\x53\x71", "\x00\x00", + "\xbb\xc9", "\xbb\xca", "\x58\x78", "\x58\x7a", "\xbb\xcb", "\xbb\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x7b", + "\x00\x00", "\xbb\xcd", "\x00\x00", "\x53\xa7", "\xbb\xce", "\xbb\xcf", + "\xbb\xd0", "\x58\x7c", "\x00\x00", "\x00\x00", "\x4b\x61", "\x00\x00", + "\xbb\xd1", "\xbb\xd2", "\x00\x00", "\x00\x00", "\x4f\xac", "\x00\x00", + "\x00\x00", "\xbb\xd3", "\x00\x00", "\x4e\x53", "\x50\xa4", "\x49\xb8", + "\xbb\xd4", "\x00\x00", "\x45\xd9", "\x54\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbb\xd5", "\x4a\x7c", "\x00\x00", "\x00\x00", "\x58\x80", + "\x00\x00", "\xbb\xd6", "\x53\x9f", "\x4b\xeb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xd7", + "\x50\x53", "\x58\x7d", "\xbb\xd8", "\xbb\xd9", "\x00\x00", "\xbb\xda", + "\xbb\xdb", "\x4e\xc6", "\x58\x81", "\x00\x00", "\x4c\xcb", "\xbb\xdc", + "\x00\x00", "\x48\x6a", "\x52\xf8", "\x4f\x6f", "\x46\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xc1", "\xbb\xdd", "\x00\x00", "\xbb\xde", + "\x58\x7e", "\x00\x00", "\xbb\xdf", "\x00\x00", "\x00\x00", "\xbb\xe0", + "\xbb\xe1", "\x47\x43", "\x00\x00", "\x4f\x5e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x83", "\x00\x00", "\x58\x86", "\x00\x00", + "\x00\x00", "\x4d\x89", "\x00\x00", "\x00\x00", "\xbb\xe2", "\x58\x84", + "\x00\x00", "\x00\x00", "\xbb\xe3", "\x00\x00", "\x52\x79", "\xbb\xe4", + "\xbb\xe5", "\xbb\xe6", "\x00\x00", "\x4a\x95", "\x00\x00", "\x58\x85", + "\x00\x00", "\xbb\xe7", "\xbb\xe8", "\xbb\xe9", "\xbb\xea", "\xb3\xc1", + "\xbb\xeb", "\xbb\xec", "\x00\x00", "\xbb\xed", "\xbb\xee", "\x00\x00", + "\x00\x00", "\x4e\xbe", "\xbb\xef", "\x00\x00", "\xbb\xf0", "\x46\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x50", "\xbb\xf1", + "\x58\x8a", "\x58\x87", "\xbb\xf2", "\xbb\xf3", "\xbb\xf4", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbb\xf5", "\x00\x00", "\x4a\xfc", "\xbb\xf6", + "\xb3\xc3", "\x58\x88", "\x00\x00", "\x00\x00", "\x58\x8b", "\x00\x00", + "\x00\x00", "\xbb\xf7", "\x58\x8c", "\x52\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x89", "\x58\x8d", "\x58\x8e", "\x55\x52", + "\xbb\xf8", "\x00\x00", "\x54\x88", "\x00\x00", "\x00\x00", "\x4b\x95", + "\xbb\xf9", "\xb3\xc4", "\xbb\xfa", "\x58\x8f", "\x00\x00", "\x4e\x8e", + "\xbb\xfb", "\x00\x00", "\x4e\xc8", "\x00\x00", "\x51\x96", "\xbb\xfc", + "\xbb\xfd", "\x00\x00", "\xbb\xfe", "\x58\x91", "\xbc\x41", "\x58\x90", + "\xbc\x42", "\x55\xb9", "\xbc\x43", "\x58\x92", "\x58\x94", "\x58\x93", + "\xbc\x44", "\x00\x00", "\x58\x96", "\xbc\x45", "\x58\x95", "\x58\x97", + "\xb3\xc7", "\xbc\x46", "\xbc\x47", "\x00\x00", "\x58\x98", "\x58\x99", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x48", "\x00\x00", "\x46\x7d", + "\x51\x4f", "\x00\x00", "\x4c\x9f", "\x58\x9a", "\x49\x6c", "\x4e\xb0", + "\x47\x75", "\xbc\x49", "\xb3\xc8", "\x00\x00", "\x00\x00", "\x58\x9b", + "\x00\x00", "\x58\x9c", "\x50\x77", "\x58\x9d", "\x58\x9e", "\x52\x75", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x9f", "\x00\x00", + "\x00\x00", "\xbc\x4a", "\xbc\x4b", "\x00\x00", "\x00\x00", "\x47\x6f", + "\x58\xa0", "\x58\xa1", "\xbc\x4c", "\xb3\xc9", "\x00\x00", "\x49\x7e", + "\x58\xa2", "\x00\x00", "\xbc\x4d", "\xbc\x4e", "\xbc\x4f", "\x4a\xc3", + "\x46\x94", "\x00\x00", "\x52\xc8", "\x54\xdd", "\x45\xfe", "\x58\xa3", + "\x48\xc8", "\xbc\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x51", + "\x4b\x8b", "\xbc\x52", "\xbc\x53", "\x58\xa5", "\x00\x00", "\x45\x5b", + "\xbc\x54", "\x46\x8a", "\x45\xab", "\x45\x73", "\x58\xa6", "\x58\xa7", + "\x47\x92", "\xbc\x55", "\xbc\x56", "\x49\x41", "\x58\xa8", "\xbc\x57", + "\x00\x00", "\xbc\x58", "\xbc\x59", "\x51\x47", "\x58\xa9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xcd", "\x58\xaa", "\xbc\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x5b", "\x52\xf2", "\x00\x00", + "\xbc\x5c", "\x4d\x69", "\x45\xe6", "\x4d\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x8f", "\x4c\x53", "\x58\xac", "\x4c\x64", + "\xbc\x5d", "\x58\xad", "\x52\x84", "\x58\xab", "\x00\x00", "\x55\x83", + "\x58\xaf", "\xbc\x5e", "\x58\xae", "\x58\xb0", "\x00\x00", "\x58\xb1", + "\xbc\x5f", "\xbc\x60", "\x58\xb4", "\xbc\x61", "\x58\xb3", "\x58\xb2", + "\x00\x00", "\x46\xe5", "\x00\x00", "\x58\xb5", "\x4e\xca", "\x58\xb7", + "\x4e\xbb", "\xbc\x62", "\x58\xb6", "\xbc\x63", "\x4e\xdd", "\xbc\x64", + "\x00\x00", "\x00\x00", "\xbc\x65", "\x46\x99", "\x4d\x90", "\xbc\x66", + "\xbc\x67", "\x00\x00", "\x58\xb8", "\xbc\x68", "\x00\x00", "\xbc\x69", + "\xbc\x6a", "\x46\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb9", + "\x4b\xf8", "\x51\xa2", "\x55\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x43", "\xbc\x6b", "\xbc\x6c", "\x58\xba", + "\xbc\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x6e", "\x53\x95", + "\x00\x00", "\xbc\x6f", "\x53\xd1", "\xbc\x70", "\x00\x00", "\x4a\x66", + "\x00\x00", "\x58\xbb", "\x00\x00", "\x58\xbc", "\x00\x00", "\xbc\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xbd", "\x58\xbe", "\x4d\x9e", + "\x00\x00", "\xbc\x72", "\x50\xec", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x7f", "\xbc\x73", "\xbc\x74", "\xbc\x75", "\xbc\x76", "\x00\x00", + "\x58\xbf", "\xbc\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x78", + "\x00\x00", "\x4b\xdc", "\x58\xc0", "\x49\xa3", "\xbc\x79", "\x00\x00", + "\x53\xaf", "\x00\x00", "\x00\x00", "\xbc\x7a", "\x00\x00", "\xbc\x7b", + "\xbc\x7c", "\x00\x00", "\x58\xc1", "\x00\x00", "\xbc\x7d", "\x4c\xc1", + "\xbc\x7e", "\x49\x90", "\x00\x00", "\xbc\x7f", "\x00\x00", "\x00\x00", + "\x54\x9c", "\x53\xf2", "\xbc\x80", "\x4f\xf1", "\x48\x4f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xc3", "\x58\xc4", "\x00\x00", + "\x51\x84", "\xbc\x81", "\xbc\x82", "\xbc\x83", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\x84", "\xbc\x85", "\x52\x55", "\x55\xde", "\xbc\x86", + "\x58\xc2", "\x00\x00", "\x55\x8c", "\x4a\xb3", "\x00\x00", "\x00\x00", + "\xbc\x87", "\xbc\x88", "\x00\x00", "\xbc\x89", "\xbc\x8a", "\x00\x00", + "\xbc\x8b", "\x00\x00", "\x51\x79", "\xbc\x8c", "\xb3\xd3", "\x00\x00", + "\x00\x00", "\x52\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x42", + "\xbc\x8d", "\x4c\x65", "\x00\x00", "\x55\x7a", "\xbc\x8e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xca", "\x00\x00", "\x00\x00", + "\xbc\x8f", "\xbc\x90", "\xbc\x91", "\x00\x00", "\x00\x00", "\x58\xc7", + "\xbc\x92", "\xbc\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd5", + "\x4b\x54", "\x00\x00", "\x58\xc9", "\x00\x00", "\x58\xc8", "\x00\x00", + "\xbc\x94", "\x58\xc6", "\x52\x4c", "\x00\x00", "\x00\x00", "\xbc\x95", + "\xbc\x96", "\x58\xc5", "\x00\x00", "\xbc\x97", "\xbc\x98", "\x54\x9f", + "\xbc\x99", "\x00\x00", "\x00\x00", "\xbc\x9a", "\x00\x00", "\x50\xb5", + "\xbc\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xce", + "\x58\xcf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x98", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xcb", "\x50\xf8", + "\x00\x00", "\x00\x00", "\xbc\x9c", "\xbc\x9d", "\x4e\xcc", "\xbc\x9e", + "\xbc\x9f", "\x58\xcd", "\x00\x00", "\x00\x00", "\xbc\xa0", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbc\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xa3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xd0", "\xbc\xa4", "\x00\x00", "\xbc\xa5", + "\x49\x6f", "\xbc\xa6", "\x00\x00", "\x00\x00", "\x58\xd1", "\x00\x00", + "\x58\xcc", "\xbc\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xa8", + "\x00\x00", "\x00\x00", "\xbc\xa9", "\xbc\xaa", "\x00\x00", "\x00\x00", + "\xbc\xab", "\x54\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbc\xad", "\x00\x00", "\x4d\x80", "\xbc\xae", "\x00\x00", "\x00\x00", + "\xbc\xaf", "\x00\x00", "\x00\x00", "\xbc\xb0", "\x58\xd2", "\x48\x55", + "\xbc\xb1", "\x00\x00", "\xbc\xb2", "\xbc\xb3", "\xbc\xb4", "\x00\x00", + "\xbc\xb5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xb7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xb8", "\xbc\xb9", "\xbc\xba", + "\x00\x00", "\xbc\xbb", "\x00\x00", "\x00\x00", "\xbc\xbc", "\x00\x00", + "\xbc\xbd", "\xbc\xbe", "\x58\xd3", "\x58\xd8", "\x58\xd4", "\xbc\xbf", + "\x00\x00", "\x4e\x89", "\x58\xd7", "\x00\x00", "\xbc\xc0", "\x00\x00", + "\xbc\xc1", "\x00\x00", "\xbc\xc2", "\x53\xe0", "\x00\x00", "\x58\xd6", + "\x4e\xc3", "\x00\x00", "\x00\x00", "\xbc\xc3", "\x58\xd5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xdd", "\x58\xda", + "\x00\x00", "\x00\x00", "\xbc\xc4", "\x00\x00", "\xbc\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbc\xc6", "\x55\x67", "\x00\x00", "\x58\xd9", + "\x00\x00", "\xbc\xc7", "\x58\xdb", "\x00\x00", "\x00\x00", "\x58\xdc", + "\xbc\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xc9", "\x00\x00", + "\xb3\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xca", + "\xbc\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xde", "\x58\xdf", + "\x00\x00", "\xbc\xcc", "\x00\x00", "\x00\x00", "\xbc\xcd", "\xbc\xce", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbc\xcf", "\x4f\x8b", "\x00\x00", "\x58\xe1", "\x58\xe0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xe2", "\xbc\xd0", "\x00\x00", "\xbc\xd1", + "\x00\x00", "\xbc\xd2", "\x00\x00", "\xbc\xd3", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xd4", "\x4d\xe4", "\x00\x00", "\x00\x00", "\xbc\xd5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xe4", "\x00\x00", + "\x52\xea", "\xbc\xd6", "\x00\x00", "\x00\x00", "\x55\xe8", "\x00\x00", + "\x58\xe3", "\x00\x00", "\xbc\xd7", "\x00\x00", "\x58\xe5", "\x00\x00", + "\xbc\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\xe6", "\x00\x00", "\x58\xe9", "\xbc\xd9", "\x00\x00", "\x58\xe7", + "\x00\x00", "\x58\xe8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xda", "\xbc\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x45\x64", "\x58\xea", "\xbc\xdc", "\x00\x00", "\x4b\xd9", "\x58\xeb", + "\x58\xec", "\x48\xf2", "\x4a\x41", "\x00\x00", "\x52\x58", "\x58\xee", + "\x4f\xf2", "\x45\xf4", "\xbc\xdd", "\x4f\x83", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4a\xec", "\x4e\xaf", "\x58\xef", "\x45\xbe", "\x00\x00", + "\xbc\xde", "\x58\xf0", "\x00\x00", "\x4c\x5e", "\x00\x00", "\x00\x00", + "\xbc\xdf", "\xbc\xe0", "\x58\xf1", "\x59\x5b", "\x00\x00", "\x58\xf2", + "\x00\x00", "\x58\xf3", "\x00\x00", "\x00\x00", "\x58\xf4", "\x00\x00", + "\x58\xf5", "\x00\x00", "\xbc\xe1", "\xbc\xe2", "\xbc\xe3", "\xbc\xe4", + "\x58\xf6", "\xbc\xe5", "\x00\x00", "\x58\xf7", "\xbc\xe6", "\x48\x6f", + "\xbc\xe7", "\x46\xd5", "\x46\xf0", "\x45\xa8", "\xbc\xe8", "\x52\x4d", + "\x48\xc5", "\x4c\x75", "\xbc\xe9", "\x46\xc8", "\xbc\xea", "\xbc\xeb", + "\x00\x00", "\xbc\xec", "\xbc\xed", "\x51\x5c", "\xbc\xee", "\x47\xdd", + "\x49\xa2", "\x4d\x64", "\x45\xe7", "\x50\xab", "\x4d\x8b", "\x49\x4d", + "\x00\x00", "\x45\xed", "\x00\x00", "\x00\x00", "\x4a\xde", "\x49\x8f", + "\x47\xb8", "\x4f\x7a", "\x58\xf8", "\x00\x00", "\xbc\xef", "\xbc\xf0", + "\x00\x00", "\x00\x00", "\xbc\xf1", "\xbc\xf2", "\x45\x92", "\xbc\xf3", + "\x4e\xd4", "\xbc\xf4", "\xbc\xf5", "\x49\x68", "\x50\x78", "\x52\xef", + "\x46\x86", "\xbc\xf6", "\x58\xf9", "\x48\x89", "\xbc\xf7", "\x00\x00", + "\xbc\xf8", "\x00\x00", "\x00\x00", "\x48\x82", "\x58\xfc", "\xbc\xf9", + "\x4f\xe9", "\x58\xfa", "\x49\xdf", "\x4a\x84", "\x4a\x56", "\x58\xfb", + "\x00\x00", "\x58\xfd", "\x00\x00", "\x00\x00", "\x45\xac", "\xbc\xfa", + "\xb3\xdc", "\xbc\xfb", "\x59\x41", "\x00\x00", "\x4b\x81", "\x55\xf4", + "\x52\x44", "\x00\x00", "\xbc\xfc", "\xbc\xfd", "\x59\x42", "\xbc\xfe", + "\xbd\x41", "\x47\xf8", "\x00\x00", "\x4b\x59", "\x59\x43", "\x4b\x93", + "\xbd\x42", "\x52\xb8", "\x59\x46", "\x00\x00", "\x59\x45", "\x59\x47", + "\x51\xfc", "\x4f\xa9", "\x5c\x7e", "\x49\x87", "\x00\x00", "\x59\x48", + "\x59\x44", "\x00\x00", "\x4c\x7a", "\xbd\x43", "\x59\x49", "\xbd\x44", + "\x00\x00", "\x59\x4a", "\xbd\x45", "\x55\x56", "\x59\x4b", "\x00\x00", + "\x4b\x60", "\x00\x00", "\x46\xa0", "\x00\x00", "\x00\x00", "\xbd\x46", + "\x46\x56", "\x46\xb2", "\x00\x00", "\x4d\x76", "\x49\xfb", "\xb3\xe1", + "\x49\x8a", "\x59\x4c", "\x49\x59", "\x59\x4d", "\x59\x4e", "\x51\x89", + "\x4c\xef", "\x4d\x5f", "\xbd\x47", "\x59\x4f", "\x48\xae", "\x45\x5d", + "\x00\x00", "\x48\x4a", "\xb3\xe2", "\x59\x50", "\x00\x00", "\x00\x00", + "\x53\xc0", "\xbd\x48", "\x00\x00", "\x00\x00", "\x48\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x51", "\xbd\x49", "\x59\x52", "\x00\x00", + "\x59\x53", "\xbd\x4a", "\x53\xae", "\x00\x00", "\xbd\x4b", "\x00\x00", + "\x59\x54", "\xbd\x4c", "\x00\x00", "\xbd\x4d", "\xbd\x4e", "\x68\x80", + "\xbd\x4f", "\x00\x00", "\xbd\x50", "\x4b\xee", "\xbd\x51", "\x00\x00", + "\x00\x00", "\xbd\x52", "\xbd\x53", "\x00\x00", "\x59\x55", "\x51\x5d", + "\x4c\x6b", "\x49\xce", "\x4a\x86", "\x4f\xb9", "\x45\xc8", "\x4c\xc6", + "\x48\x8b", "\x59\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\x5e", + "\x59\x57", "\x00\x00", "\x4d\x94", "\x00\x00", "\x4d\xa7", "\x45\xe9", + "\x00\x00", "\x55\xba", "\x59\x58", "\x54\x43", "\x59\x5a", "\x54\xb2", + "\x00\x00", "\x59\x59", "\x00\x00", "\x48\xdd", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x54", "\xbd\x55", "\xb3\xe5", "\xbd\x56", "\x00\x00", + "\x47\x6d", "\xb3\xe6", "\x53\xfb", "\x55\xc0", "\xbd\x57", "\xbd\x58", + "\x4a\x8e", "\x4c\xa2", "\x00\x00", "\xbd\x59", "\xbd\x5a", "\xbd\x5b", + "\x00\x00", "\x00\x00", "\x59\x5c", "\xbd\x5c", "\x59\x5d", "\x4f\xdd", + "\xbd\x5d", "\x45\x65", "\x00\x00", "\x00\x00", "\xbd\x5e", "\xbd\x5f", + "\x59\x5e", "\x00\x00", "\x00\x00", "\x59\x5f", "\xbd\x60", "\xbd\x61", + "\xbd\x62", "\xbd\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x64", + "\xbd\x65", "\x00\x00", "\xbd\x66", "\x00\x00", "\x59\x60", "\x00\x00", + "\x00\x00", "\xbd\x67", "\x47\x4a", "\x52\x5a", "\xbd\x68", "\x00\x00", + "\x59\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x69", "\x00\x00", "\xbd\x6a", + "\xbd\x6b", "\x45\x72", "\xbd\x6c", "\xbd\x6d", "\x00\x00", "\x00\x00", + "\x59\x67", "\xb3\xed", "\x54\xb9", "\x45\xbf", "\xbd\x6e", "\x59\x63", + "\x50\xd5", "\xb3\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x62", + "\xbd\x6f", "\x4d\x46", "\xbd\x70", "\xbd\x71", "\x59\x65", "\x59\x66", + "\x47\x48", "\x00\x00", "\x59\x68", "\x59\x64", "\x59\x6a", "\x00\x00", + "\x59\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x69", "\x00\x00", "\x59\x6b", "\x00\x00", "\xbd\x72", + "\x00\x00", "\xbd\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xf3", "\x00\x00", "\xbd\x74", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x75", "\x00\x00", "\x59\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x76", "\x00\x00", "\x00\x00", "\x4f\x96", "\x51\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\x9d", "\x59\x6d", "\x59\x72", "\x00\x00", "\x00\x00", "\x59\x71", + "\xbd\x77", "\x4a\xac", "\x48\xfe", "\xbd\x78", "\xbd\x79", "\x00\x00", + "\xbd\x7a", "\x59\x70", "\x45\x6f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x6f", "\x50\x72", "\x00\x00", "\x59\x6e", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbd\x7c", "\x4c\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x73", + "\x00\x00", "\xbd\x7d", "\x45\x7f", "\x00\x00", "\xb3\xf6", "\x59\x77", + "\xbd\x7e", "\x00\x00", "\x51\x4d", "\x59\x74", "\x50\x74", "\x54\xf1", + "\x59\x7c", "\x59\x7b", "\x59\x7a", "\x59\x76", "\x00\x00", "\xb3\xf7", + "\x00\x00", "\x59\x75", "\xb3\xf8", "\x00\x00", "\x59\x79", "\xbd\x7f", + "\xbd\x80", "\x00\x00", "\xbd\x81", "\x59\x78", "\x00\x00", "\x4f\x5f", + "\x00\x00", "\xbd\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x83", "\x00\x00", "\x00\x00", "\xbd\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x85", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x86", "\x00\x00", "\xbd\x87", "\x00\x00", "\x00\x00", + "\x59\x84", "\xbd\x88", "\x00\x00", "\x00\x00", "\xbd\x89", "\xb3\xfc", + "\xbd\x8a", "\x00\x00", "\xbd\x8b", "\x59\x83", "\x59\x7d", "\x00\x00", + "\x59\x82", "\x00\x00", "\x49\x8c", "\xbd\x8c", "\x59\x7e", "\x59\x7f", + "\x00\x00", "\xbd\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x8e", + "\x00\x00", "\x00\x00", "\x59\x81", "\x00\x00", "\x00\x00", "\xbd\x8f", + "\xbd\x90", "\xbd\x91", "\xbd\x92", "\x00\x00", "\xbd\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x9e", "\xbd\x94", "\x00\x00", + "\x59\x85", "\x59\x87", "\x00\x00", "\x4e\xd3", "\xbd\x95", "\x00\x00", + "\x00\x00", "\x59\x86", "\x00\x00", "\x00\x00", "\x59\x88", "\x00\x00", + "\x00\x00", "\xbd\x96", "\xbd\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbd\x98", "\xbd\x99", "\x00\x00", "\xbd\x9a", "\x59\x8b", "\xbd\x9b", + "\x59\x8a", "\x00\x00", "\x00\x00", "\x59\x89", "\xbd\x9c", "\x00\x00", + "\xbd\x9d", "\x47\xd1", "\x59\x8c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x8f", "\x00\x00", "\xbd\x9e", "\xbd\x9f", "\xbd\xa0", "\xbd\xa1", + "\x00\x00", "\xb4\x43", "\x00\x00", "\xbd\xa2", "\x00\x00", "\xbd\xa3", + "\x00\x00", "\x59\x8e", "\x00\x00", "\xbd\xa4", "\xbd\xa5", "\x00\x00", + "\x59\x8d", "\x00\x00", "\xb4\x45", "\x00\x00", "\x00\x00", "\xbd\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\xa7", "\x59\x90", "\x00\x00", + "\x59\x91", "\x00\x00", "\xbd\xa8", "\x00\x00", "\xbd\xa9", "\x00\x00", + "\xbd\xaa", "\x00\x00", "\x00\x00", "\x59\x92", "\x59\x93", "\x59\x95", + "\x4c\xe8", "\x00\x00", "\x59\x94", "\x4f\x84", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\xab", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\xac", "\x00\x00", "\x59\x96", "\x00\x00", "\xbd\xad", + "\x49\xcf", "\x52\x81", "\xbd\xae", "\x00\x00", "\x59\x97", "\xb4\x47", + "\x59\x99", "\x59\x98", "\x00\x00", "\x00\x00", "\x51\xdf", "\xb4\x48", + "\xbd\xaf", "\xbd\xb0", "\x00\x00", "\x59\x9a", "\x00\x00", "\x45\x67", + "\x47\x41", "\x00\x00", "\xbd\xb1", "\x4d\x47", "\xb4\x4a", "\x4c\x67", + "\xbd\xb2", "\x45\x6a", "\x48\x5b", "\x4c\xa3", "\x4a\x52", "\xbd\xb3", + "\x00\x00", "\x59\x9b", "\x00\x00", "\x00\x00", "\x49\x8b", "\x00\x00", + "\x00\x00", "\x47\xad", "\x4a\x4b", "\x4a\xe6", "\x4e\x7d", "\x59\x9c", + "\x00\x00", "\x53\xcb", "\xbd\xb4", "\xbd\xb5", "\x00\x00", "\x48\x93", + "\x00\x00", "\x4e\x46", "\x4a\x7d", "\x00\x00", "\xbd\xb6", "\x00\x00", + "\x45\x53", "\x47\x6b", "\x00\x00", "\x00\x00", "\x4f\x75", "\xbd\xb7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x9d", "\x4a\xb5", "\xbd\xb8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xa0", "\xbd\xb9", "\x00\x00", + "\xbd\xba", "\xbd\xbb", "\x51\xc7", "\x00\x00", "\xbd\xbc", "\x59\x9f", + "\x59\x9e", "\x59\xa1", "\x00\x00", "\x48\x9c", "\x00\x00", "\xbd\xbd", + "\xbd\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xaf", + "\x00\x00", "\x00\x00", "\xbd\xbf", "\x00\x00", "\x00\x00", "\x4a\x44", + "\x00\x00", "\x4b\x53", "\xbd\xc0", "\x49\x60", "\x49\x82", "\x00\x00", + "\xbd\xc1", "\x4d\xc5", "\x00\x00", "\xbd\xc2", "\x59\xa2", "\x54\xbe", + "\x46\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x85", + "\xbd\xc3", "\x00\x00", "\x59\xa5", "\x00\x00", "\x00\x00", "\x59\xa4", + "\x59\xa3", "\x4a\x5e", "\x00\x00", "\x59\xa6", "\x00\x00", "\xbd\xc4", + "\x00\x00", "\xbd\xc5", "\x49\x6b", "\x00\x00", "\x59\xa7", "\x00\x00", + "\xbd\xc6", "\xbd\xc7", "\x00\x00", "\x00\x00", "\x59\xa9", "\x4c\xca", + "\xbd\xc8", "\x59\xa8", "\xbd\xc9", "\x00\x00", "\x00\x00", "\xbd\xca", + "\xbd\xcb", "\x00\x00", "\xbd\xcc", "\x54\x83", "\x00\x00", "\x48\xde", + "\x59\xaa", "\x4e\x7f", "\x59\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbd\xcd", "\x00\x00", "\xbd\xce", "\xbd\xcf", "\xbd\xd0", "\xbd\xd1", + "\xbd\xd2", "\x00\x00", "\xbd\xd3", "\x00\x00", "\x4a\x6f", "\x45\x8d", + "\x45\x60", "\x59\xac", "\x59\xad", "\xb4\x51", "\x45\xa9", "\x48\xda", + "\x59\xae", "\x50\xa2", "\x4d\xaf", "\x52\x5f", "\x4b\x57", "\x59\xaf", + "\xbd\xd4", "\x4b\x92", "\x00\x00", "\x45\xb7", "\x48\x50", "\x00\x00", + "\x00\x00", "\x55\x8d", "\x00\x00", "\x00\x00", "\x4a\xed", "\xbd\xd5", + "\x00\x00", "\x00\x00", "\xbd\xd6", "\x4d\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x64", "\x55\x4f", "\x48\x54", + "\x00\x00", "\x00\x00", "\x51\x5a", "\x00\x00", "\x45\x51", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xb0", "\x00\x00", "\xbd\xd7", "\x00\x00", + "\xbd\xd8", "\xbd\xd9", "\x45\xde", "\x48\xb1", "\xbd\xda", "\x00\x00", + "\xbd\xdb", "\x45\xf8", "\xbd\xdc", "\x48\xe0", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\xdd", "\x00\x00", "\xbd\xde", "\x00\x00", "\x4e\xeb", + "\x50\xc1", "\x46\x9a", "\x4c\x5d", "\xb4\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\xdf", "\xbd\xe0", "\xbd\xe1", "\x00\x00", "\x59\xb1", + "\x59\xb2", "\x4b\xc7", "\x00\x00", "\x00\x00", "\xbd\xe2", "\x00\x00", + "\x59\xb3", "\x4e\xdb", "\x4e\xa7", "\xbd\xe3", "\xbd\xe4", "\x00\x00", + "\xbd\xe5", "\x59\xb5", "\x59\xb4", "\xbd\xe6", "\xbd\xe7", "\x54\xad", + "\xbd\xe8", "\xbd\xe9", "\x53\x6c", "\x00\x00", "\x00\x00", "\xb4\x55", + "\x59\xb7", "\x59\xb8", "\xbd\xea", "\x59\xb6", "\xbd\xeb", "\x55\xaf", + "\x55\x62", "\x59\xba", "\x59\xb9", "\x50\xe9", "\x00\x00", "\xbd\xec", + "\x00\x00", "\x00\x00", "\x59\xbb", "\x59\xbc", "\x00\x00", "\xbd\xed", + "\x59\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xbe", "\x59\xbf", + "\x00\x00", "\x59\xc0", "\x59\xc1", "\x00\x00", "\x47\xd0", "\x50\x5b", + "\x52\xd6", "\xb4\x57", "\x46\x66", "\x4b\xaf", "\x55\x64", "\xb4\x58", + "\x54\x4b", "\x51\xd9", "\xb4\x59", "\x4b\x47", "\xbd\xee", "\x59\xc2", + "\x54\xbf", "\x00\x00", "\xbd\xef", "\xbd\xf0", "\xbd\xf1", "\x59\xc3", + "\x50\xcd", "\x59\xc4", "\x56\x41", "\x56\x51", "\xbd\xf2", "\x46\x8f", + "\x50\xe1", "\x59\xc5", "\x00\x00", "\x4b\x63", "\x51\xe5", "\x46\xda", + "\x59\xc6", "\x54\xac", "\x45\xd3", "\xbd\xf3", "\x00\x00", "\x55\x97", + "\xbd\xf4", "\xbd\xf5", "\xb4\x5b", "\x4c\x9b", "\x00\x00", "\x59\xc7", + "\xbd\xf6", "\xbd\xf7", "\xbd\xf8", "\x47\xe6", "\x4e\x42", "\x53\x6b", + "\xbd\xf9", "\x59\xc8", "\x00\x00", "\xbd\xfa", "\xbd\xfb", "\x59\xc9", + "\xbd\xfc", "\x59\xca", "\xbd\xfd", "\x4b\x6e", "\x00\x00", "\x00\x00", + "\x59\xcb", "\x48\xba", "\xbd\xfe", "\x46\xd2", "\x59\xcc", "\x00\x00", + "\x00\x00", "\xbe\x41", "\x52\xe0", "\xbe\x42", "\x4a\xd4", "\xbe\x43", + "\xbe\x44", "\x59\xcd", "\x00\x00", "\x00\x00", "\xbe\x45", "\x53\xc7", + "\x00\x00", "\xbe\x46", "\x59\xce", "\x00\x00", "\x53\x85", "\x00\x00", + "\x59\xcf", "\xbe\x47", "\x59\xd0", "\x00\x00", "\xbe\x48", "\x59\xd1", + "\x00\x00", "\x46\x5f", "\xbe\x49", "\x00\x00", "\x59\xd2", "\x59\xd3", + "\xbe\x4a", "\x59\xd4", "\x00\x00", "\xbe\x4b", "\x59\xd5", "\x59\xd6", + "\x00\x00", "\x00\x00", "\xbe\x4c", "\x59\xd7", "\x46\x90", "\xbe\x4d", + "\xbe\x4e", "\x00\x00", "\x45\xe1", "\x59\xd8", "\x00\x00", "\x4d\xcd", + "\x51\x59", "\x4e\x86", "\x4e\x88", "\x52\x9c", "\x00\x00", "\xbe\x4f", + "\x49\x64", "\x49\x5e", "\xbe\x50", "\x59\xd9", "\xbe\x51", "\xbe\x52", + "\x00\x00", "\x59\xda", "\xbe\x53", "\x49\x5d", "\xbe\x54", "\x00\x00", + "\x47\x72", "\xbe\x55", "\xbe\x56", "\x59\xdd", "\x4c\xea", "\x4a\x61", + "\x59\xdc", "\x59\xdb", "\x4e\x60", "\x48\xa3", "\x00\x00", "\x59\xe0", + "\x59\xdf", "\xbe\x57", "\x59\xde", "\x49\x91", "\x45\xe5", "\xbe\x58", + "\x00\x00", "\xbe\x59", "\x50\xb3", "\x59\xe1", "\x4c\x6c", "\x48\xfb", + "\x00\x00", "\x00\x00", "\xbe\x5a", "\x47\xe8", "\x59\xe4", "\x59\xe2", + "\x00\x00", "\x00\x00", "\xbe\x5b", "\xbe\x5c", "\x59\xe3", "\x00\x00", + "\x59\xe5", "\x46\x98", "\xbe\x5d", "\x00\x00", "\xbe\x5e", "\x00\x00", + "\x00\x00", "\xbe\x5f", "\x59\xe6", "\x4a\x70", "\x4e\xf5", "\xbe\x60", + "\xbe\x61", "\x59\xe7", "\x4b\x5d", "\xbe\x62", "\xbe\x63", "\xbe\x64", + "\x00\x00", "\x46\x54", "\x4c\x74", "\xb4\x5c", "\x00\x00", "\x59\xe8", + "\xbe\x65", "\x48\xf8", "\x00\x00", "\x00\x00", "\x59\xe9", "\x55\xe0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xe7", + "\xbe\x66", "\x47\xca", "\x00\x00", "\xbe\x67", "\xbe\x68", "\xbe\x69", + "\x00\x00", "\xbe\x6a", "\x50\x97", "\x4b\xd7", "\x00\x00", "\x00\x00", + "\xbe\x6b", "\xbe\x6c", "\xbe\x6d", "\xbe\x6e", "\xbe\x6f", "\x00\x00", + "\x59\xea", "\x46\x61", "\x4c\x45", "\x4e\xa3", "\x00\x00", "\x00\x00", + "\x48\x95", "\x59\xf0", "\x59\xf1", "\x00\x00", "\x46\x4f", "\xbe\x70", + "\xbe\x71", "\x00\x00", "\x59\xec", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbe\x72", "\xbe\x73", "\xbe\x74", "\x4c\x60", "\xbe\x75", "\xbe\x76", + "\xbe\x77", "\xbe\x78", "\x59\xef", "\x59\xee", "\xbe\x79", "\xbe\x7a", + "\x00\x00", "\x4a\xae", "\xbe\x7b", "\x00\x00", "\x59\xed", "\x00\x00", + "\xbe\x7c", "\x59\xeb", "\xbe\x7d", "\x50\x56", "\x00\x00", "\x59\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbe\x7e", "\x00\x00", "\x00\x00", "\xbe\x7f", "\x00\x00", + "\x00\x00", "\xbe\x80", "\x59\xf7", "\x59\xfd", "\x59\xf5", "\x00\x00", + "\x4c\xd6", "\xbe\x81", "\xbe\x82", "\x59\xfa", "\x4e\xf0", "\xbe\x83", + "\xbe\x84", "\x59\xf4", "\xbe\x85", "\x59\xf9", "\x50\x9f", "\x46\xad", + "\x00\x00", "\xbe\x86", "\x50\x81", "\x59\xf3", "\xb4\x5e", "\x00\x00", + "\xbe\x87", "\x47\xcc", "\x59\xfc", "\x46\x6e", "\x54\xde", "\x59\xf6", + "\x4e\x71", "\x59\xfb", "\x00\x00", "\xbe\x88", "\x00\x00", "\x55\x42", + "\x00\x00", "\x59\xf8", "\x00\x00", "\xbe\x89", "\x00\x00", "\xbe\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbe\x8b", "\x5a\x42", + "\x52\x56", "\x5a\x4c", "\x00\x00", "\x00\x00", "\x5a\x49", "\xbe\x8c", + "\xbe\x8d", "\xbe\x8e", "\x5a\x48", "\x4b\xca", "\xbe\x8f", "\x5a\x4a", + "\x00\x00", "\x00\x00", "\x4b\xd5", "\xbe\x90", "\x47\xc7", "\x00\x00", + "\xbe\x91", "\x52\x98", "\xbe\x92", "\xbe\x93", "\x00\x00", "\x5a\x50", + "\x5a\x41", "\x00\x00", "\x00\x00", "\x5a\x44", "\x00\x00", "\x5a\x47", + "\x5a\x43", "\xbe\x94", "\x55\x94", "\x5a\x4b", "\x5a\x4d", "\x4e\xce", + "\x00\x00", "\xbe\x95", "\x53\xb8", "\x4c\x81", "\x5a\x45", "\x5a\x4f", + "\x5a\x4e", "\x49\x4e", "\x00\x00", "\x4b\xb0", "\x53\x84", "\xbe\x96", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x43", "\x00\x00", "\x5a\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbe\x97", "\xbe\x98", "\x00\x00", "\x5a\x52", "\xbe\x99", "\x5a\x53", + "\x5a\x55", "\x5a\x51", "\xbe\x9a", "\x00\x00", "\xbe\x9b", "\x54\x69", + "\x5a\x57", "\x5a\x5c", "\x4d\xe3", "\x55\x44", "\xbe\x9c", "\x00\x00", + "\x00\x00", "\xbe\x9d", "\x5a\x5a", "\xbe\x9e", "\x50\x91", "\xbe\x9f", + "\x5a\x58", "\x5a\x59", "\xbe\xa0", "\x00\x00", "\x5a\x54", "\x5a\x56", + "\x00\x00", "\xbe\xa1", "\xbe\xa2", "\x4a\xb1", "\x4d\xd8", "\x00\x00", + "\xbe\xa3", "\x4d\xeb", "\xbe\xa4", "\xbe\xa5", "\x48\x73", "\x5a\x5b", + "\xbe\xa6", "\x4b\xcd", "\x49\x65", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbe\xa7", "\xbe\xa8", "\x4c\x9d", "\x52\x76", + "\x53\xa3", "\x5a\x64", "\x55\x54", "\xbe\xa9", "\x5a\x5e", "\x00\x00", + "\x00\x00", "\xbe\xaa", "\x51\x45", "\x5a\x62", "\xbe\xab", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbe\xac", "\x00\x00", "\xbe\xad", "\x48\x5f", + "\x5a\x63", "\x4e\x65", "\xbe\xae", "\xbe\xaf", "\xbe\xb0", "\xbe\xb1", + "\x00\x00", "\x00\x00", "\xbe\xb2", "\xbe\xb3", "\x00\x00", "\x4e\x78", + "\x00\x00", "\x5a\x61", "\xbe\xb4", "\x5a\x65", "\x00\x00", "\x00\x00", + "\x5a\x66", "\xbe\xb5", "\x54\x9d", "\xbe\xb6", "\x4e\xd7", "\xbe\xb7", + "\x5a\x5f", "\x4f\xe0", "\x5a\x60", "\x5a\x5d", "\xbe\xb8", "\x4b\x68", + "\x00\x00", "\xbe\xb9", "\x00\x00", "\x55\x4a", "\x50\x6e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x63", "\x00\x00", + "\x54\xb8", "\x5a\x73", "\x5a\x68", "\x48\xb3", "\x5a\x6e", "\xbe\xba", + "\x5a\x6b", "\x5a\x6c", "\xbe\xbb", "\x54\x72", "\x5a\x6f", "\x5a\x72", + "\xbe\xbc", "\xbe\xbd", "\x00\x00", "\x00\x00", "\x5a\x6d", "\x52\x82", + "\xbe\xbe", "\x5a\x70", "\x00\x00", "\x00\x00", "\x5a\x6a", "\xbe\xbf", + "\x53\xc8", "\x50\x98", "\xbe\xc0", "\x00\x00", "\xbe\xc1", "\x5a\x74", + "\x5a\x75", "\x47\x63", "\xbe\xc2", "\x5a\x76", "\xbe\xc3", "\xbe\xc4", + "\xbe\xc5", "\x5a\x69", "\xbe\xc6", "\xbe\xc7", "\x00\x00", "\xbe\xc8", + "\x52\xb2", "\x45\xc6", "\xbe\xc9", "\x00\x00", "\xbe\xca", "\x47\xf7", + "\x5a\x67", "\x5a\x71", "\xbe\xcb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\x7b", "\x5a\x7a", "\x00\x00", "\xbe\xcc", "\xbe\xcd", + "\x5a\x80", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x7e", "\xbe\xce", + "\x00\x00", "\x00\x00", "\x5a\x81", "\xbe\xcf", "\xbe\xd0", "\x5a\x79", + "\x00\x00", "\xbe\xd1", "\xb4\x65", "\x00\x00", "\x5a\x7f", "\x5a\x84", + "\x5a\x7c", "\x51\xe3", "\x00\x00", "\xbe\xd2", "\x5a\x85", "\x00\x00", + "\x5a\x86", "\xbe\xd3", "\xbe\xd4", "\x5a\x77", "\x4c\xbe", "\xbe\xd5", + "\x5a\x7d", "\x48\xfd", "\x53\x8e", "\x5a\x78", "\x4a\x76", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x92", "\x00\x00", "\x52\xe3", + "\x00\x00", "\x00\x00", "\x5a\x8a", "\x5a\x8b", "\x5a\x8c", "\x00\x00", + "\x00\x00", "\x5a\x83", "\xbe\xd6", "\x5a\x91", "\xbe\xd7", "\x00\x00", + "\x4d\xdb", "\x4d\xd3", "\x00\x00", "\x5a\x82", "\x00\x00", "\x4e\xb6", + "\x52\x8a", "\x00\x00", "\x00\x00", "\x5a\x8d", "\xbe\xd8", "\x00\x00", + "\x4c\x49", "\x5a\x8f", "\x4f\xad", "\x5a\x90", "\xbe\xd9", "\x5a\x87", + "\x5a\x8e", "\x5a\x93", "\x48\xa8", "\x5a\x89", "\xbe\xda", "\x00\x00", + "\x00\x00", "\xbe\xdb", "\xbe\xdc", "\x00\x00", "\x53\xf4", "\xbe\xdd", + "\xbe\xde", "\xbe\xdf", "\x50\x7c", "\xbe\xe0", "\xbe\xe1", "\x00\x00", + "\x00\x00", "\x5a\x88", "\x00\x00", "\x00\x00", "\x5a\x99", "\xbe\xe2", + "\x00\x00", "\xbe\xe3", "\x4f\x4a", "\x00\x00", "\x55\x5b", "\x5a\x9a", + "\xbe\xe4", "\xbe\xe5", "\x5a\x98", "\x00\x00", "\x5a\x96", "\xbe\xe6", + "\x5a\x94", "\x5a\x95", "\x55\xcf", "\x00\x00", "\xbe\xe7", "\xbe\xe8", + "\x00\x00", "\xbe\xe9", "\xbe\xea", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\xfc", "\xbe\xeb", "\x00\x00", "\x53\xc2", "\xbe\xec", "\x51\x75", + "\xbe\xed", "\x5a\x9b", "\x5a\x97", "\xbe\xee", "\x5a\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x47\xbe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4e\x6c", "\x00\x00", "\xbe\xef", "\xbe\xf0", "\x5a\xa3", "\x00\x00", + "\xbe\xf1", "\x00\x00", "\x51\xa5", "\x00\x00", "\xbe\xf2", "\xbe\xf3", + "\xbe\xf4", "\x5a\xa1", "\x00\x00", "\x00\x00", "\x5a\xa2", "\x4e\xa4", + "\x5a\xa0", "\x5a\x9f", "\x5a\x9e", "\x5a\xa4", "\x5a\x9d", "\x5a\xa6", + "\xbe\xf5", "\xbe\xf6", "\x4e\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbe\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbe\xf8", "\xbe\xf9", "\xbe\xfa", "\xbe\xfb", + "\x00\x00", "\xbe\xfc", "\xbe\xfd", "\x5a\xa8", "\x00\x00", "\xbe\xfe", + "\x5a\xa7", "\xbf\x41", "\x00\x00", "\xbf\x42", "\x00\x00", "\x00\x00", + "\xbf\x43", "\xbf\x44", "\x00\x00", "\xbf\x45", "\x00\x00", "\x00\x00", + "\x51\x53", "\x00\x00", "\x5a\xa9", "\xb4\x6b", "\x5a\xab", "\x5a\xaa", + "\x4d\xc6", "\x00\x00", "\x5a\xad", "\x00\x00", "\x5a\xaf", "\x5a\xac", + "\x5a\xb0", "\x5a\xae", "\x5a\xb1", "\xbf\x46", "\x00\x00", "\xbf\x47", + "\xbf\x48", "\x00\x00", "\x00\x00", "\xbf\x49", "\x5a\xb2", "\x5a\xb3", + "\x51\x61", "\x00\x00", "\x54\x60", "\x5a\xb4", "\x51\x7f", "\x00\x00", + "\x45\xba", "\x49\xde", "\x4d\xa0", "\x5a\xb5", "\x5a\xb6", "\xbf\x4a", + "\x4d\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x95", "\x5a\xb7", + "\xbf\x4b", "\x64\x6e", "\x5a\xb8", "\x54\xd9", "\xbf\x4c", "\x5a\xb9", + "\xbf\x4d", "\xbf\x4e", "\x00\x00", "\x00\x00", "\x47\x64", "\xbf\x4f", + "\x00\x00", "\xbf\x50", "\x5a\xba", "\xbf\x51", "\x00\x00", "\x00\x00", + "\x5a\xbb", "\x4f\x92", "\x5a\xbc", "\x00\x00", "\x5a\xbd", "\x5a\xbe", + "\x50\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\xcf", "\xbf\x52", + "\x00\x00", "\x4c\x44", "\x00\x00", "\xbf\x53", "\xb4\x6d", "\x47\xdc", + "\x45\x8c", "\x5a\xbf", "\xbf\x54", "\xbf\x55", "\xbf\x56", "\x00\x00", + "\xbf\x57", "\x4d\xca", "\x65\x5d", "\x50\xad", "\x00\x00", "\x45\xcb", + "\xbf\x58", "\x49\xf1", "\x5a\xc0", "\x00\x00", "\xbf\x59", "\xbf\x5a", + "\xbf\x5b", "\x47\xea", "\xbf\x5c", "\x49\x81", "\xbf\x5d", "\x00\x00", + "\x55\xd5", "\x00\x00", "\xbf\x5e", "\x5a\xc3", "\xbf\x5f", "\x00\x00", + "\x5a\xc1", "\x00\x00", "\x5a\xc4", "\xb4\x6e", "\x00\x00", "\x5a\xc2", + "\xbf\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\x61", "\x54\xb7", "\xbf\x62", + "\x00\x00", "\x4c\x69", "\x00\x00", "\xbf\x63", "\x00\x00", "\x00\x00", + "\x4d\x7a", "\x00\x00", "\x00\x00", "\x4c\x76", "\xbf\x64", "\xb4\x6f", + "\x5a\xc6", "\xbf\x65", "\x5a\xca", "\x4c\x48", "\x48\xf7", "\x00\x00", + "\x5a\xc7", "\x5a\xcd", "\x4e\xc0", "\xb4\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xc8", "\x4e\xe3", "\x00\x00", "\x00\x00", "\xbf\x66", + "\xbf\x67", "\xbf\x68", "\xbf\x69", "\x4d\x66", "\x5a\xc9", "\x5a\xcb", + "\x5a\xce", "\x47\x51", "\x5a\xcc", "\x4a\x67", "\x49\x8d", "\xb4\x71", + "\x00\x00", "\x5a\xdc", "\x4a\x85", "\x00\x00", "\x4e\x7e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\xda", "\x00\x00", "\xbf\x6a", "\x00\x00", "\x00\x00", "\x4f\xa6", + "\x5a\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x86", + "\x00\x00", "\xbf\x6b", "\x00\x00", "\x4b\x90", "\xbf\x6c", "\xbf\x6d", + "\x00\x00", "\x51\xe0", "\xbf\x6e", "\x5a\xd1", "\x49\xe1", "\x4d\x53", + "\xbf\x6f", "\xbf\x70", "\x00\x00", "\x00\x00", "\x5a\xd9", "\x00\x00", + "\xbf\x71", "\x4a\xa1", "\x5a\xd4", "\x5a\xdb", "\x5a\xd5", "\x5a\xdd", + "\x5a\xd8", "\x00\x00", "\x53\x45", "\x4f\xba", "\xbf\x72", "\x5a\xd2", + "\x53\xa2", "\x5a\xd0", "\x4f\x61", "\x4b\xdb", "\x5a\xd7", "\xbf\x73", + "\xbf\x74", "\x5a\xcf", "\x50\x45", "\x52\x5c", "\xbf\x75", "\x4b\xfd", + "\x5a\xd6", "\x4e\xe2", "\x00\x00", "\x00\x00", "\x4d\x77", "\x48\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\x76", "\x00\x00", "\x4f\xc5", "\x4e\xe5", + "\x5a\xdf", "\x5a\xe4", "\x00\x00", "\x5a\xe0", "\xbf\x77", "\x50\x8d", + "\xbf\x78", "\x5a\xe5", "\x4f\x9e", "\x55\xb5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\x79", "\xbf\x7a", "\x4d\xd7", "\x5a\xe6", + "\x00\x00", "\x46\xd8", "\x5a\xe2", "\xbf\x7b", "\xbf\x7c", "\x00\x00", + "\x00\x00", "\x47\xb6", "\x5a\xe3", "\x54\x89", "\xbf\x7d", "\xbf\x7e", + "\x5a\xde", "\xbf\x7f", "\x00\x00", "\x00\x00", "\xbf\x80", "\x4f\xdb", + "\x00\x00", "\xbf\x81", "\x00\x00", "\x00\x00", "\xbf\x82", "\x00\x00", + "\xbf\x83", "\x4b\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xb1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xe1", "\x4f\x81", "\xbf\x84", + "\xbf\x85", "\x54\x8f", "\x00\x00", "\xbf\x86", "\x00\x00", "\x48\xf6", + "\x00\x00", "\x00\x00", "\xb4\x73", "\x00\x00", "\x00\x00", "\xbf\x87", + "\xbf\x88", "\x00\x00", "\x00\x00", "\xbf\x89", "\x53\x87", "\xb4\x74", + "\xbf\x8a", "\x52\xa8", "\x5a\xe9", "\x55\x55", "\x00\x00", "\xbf\x8b", + "\xbf\x8c", "\xbf\x8d", "\xbf\x8e", "\x00\x00", "\xbf\x8f", "\x00\x00", + "\x00\x00", "\x53\xa0", "\xbf\x90", "\xbf\x91", "\x55\x7d", "\x5a\xe8", + "\xbf\x92", "\x5a\xea", "\x5a\xe7", "\x00\x00", "\xbf\x93", "\xbf\x94", + "\xbf\x95", "\x4c\x41", "\x00\x00", "\x55\x46", "\xbf\x96", "\xb4\x76", + "\x00\x00", "\xbf\x97", "\x4d\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\x98", + "\xbf\x99", "\x52\x85", "\x4b\xb3", "\x5a\xf5", "\x00\x00", "\x5a\xf4", + "\xbf\x9a", "\xbf\x9b", "\x4e\xd6", "\x00\x00", "\x00\x00", "\xbf\x9c", + "\x54\x93", "\x00\x00", "\xbf\x9d", "\xbf\x9e", "\x5a\xef", "\x4d\x8f", + "\xbf\x9f", "\x00\x00", "\x4f\xc0", "\x54\xc0", "\xbf\xa0", "\xbf\xa1", + "\x00\x00", "\xbf\xa2", "\x5a\xed", "\x00\x00", "\xbf\xa3", "\x4d\xc3", + "\xbf\xa4", "\x00\x00", "\x00\x00", "\xbf\xa5", "\x4c\x61", "\x5a\xf2", + "\xbf\xa6", "\x00\x00", "\x4e\xec", "\x00\x00", "\x5a\xec", "\x5a\xf1", + "\xbf\xa7", "\x00\x00", "\x4c\xfa", "\x00\x00", "\xbf\xa8", "\xbf\xa9", + "\x5a\xeb", "\x00\x00", "\x4d\x44", "\xbf\xaa", "\xbf\xab", "\x4a\xe3", + "\x00\x00", "\x00\x00", "\xbf\xac", "\x5a\xf3", "\x55\xe6", "\x4b\x4f", + "\x4b\x7f", "\x5a\xf0", "\xbf\xad", "\x47\xa8", "\xbf\xae", "\x4c\xac", + "\x48\xd5", "\x55\xd0", "\x4a\x60", "\x5a\xee", "\x55\x41", "\xbf\xaf", + "\xbf\xb0", "\xbf\xb1", "\x00\x00", "\x00\x00", "\x4d\xc1", "\x00\x00", + "\x54\xcd", "\x5a\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xa3", "\x00\x00", "\xbf\xb2", "\x5a\xf7", "\x00\x00", + "\x5a\xf9", "\xbf\xb3", "\x00\x00", "\x4e\xfd", "\x5b\x42", "\xbf\xb4", + "\x5a\xfa", "\x00\x00", "\xbf\xb5", "\x5a\xfd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\xb6", "\x4b\xcf", "\x49\xb9", "\xbf\xb7", + "\x5a\xfe", "\xbf\xb8", "\xbf\xb9", "\xbf\xba", "\x4c\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4c\x46", "\x49\xaa", "\xbf\xbb", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\xbc", "\x4d\x60", "\x00\x00", "\x5a\xfc", + "\x00\x00", "\xbf\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xf8", + "\xbf\xbe", "\xb4\x7a", "\xbf\xbf", "\xb4\x7b", "\x4b\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\xc0", "\xbf\xc1", "\x4a\xd5", "\x5a\xfb", + "\x5b\x41", "\xb4\x7e", "\xbf\xc2", "\xbf\xc3", "\x4f\x7e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x44", "\x00\x00", + "\x00\x00", "\xbf\xc4", "\xbf\xc5", "\x00\x00", "\x00\x00", "\x4b\xd8", + "\x00\x00", "\x5b\x4b", "\xbf\xc6", "\x00\x00", "\xbf\xc7", "\x5b\x45", + "\xbf\xc8", "\x00\x00", "\x5b\x4c", "\x5b\x49", "\xbf\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x48", "\x00\x00", "\xbf\xca", "\x00\x00", + "\xbf\xcb", "\x00\x00", "\xbf\xcc", "\x00\x00", "\xbf\xcd", "\xbf\xce", + "\x5b\x46", "\x00\x00", "\x5b\x4a", "\xbf\xcf", "\xbf\xd0", "\x00\x00", + "\x4d\xc8", "\x52\x8f", "\x00\x00", "\xbf\xd1", "\xbf\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x43", "\xbf\xd3", "\x5b\x47", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4e\x49", "\x00\x00", "\x00\x00", "\xbf\xd4", + "\x50\xa3", "\xbf\xd5", "\x00\x00", "\x00\x00", "\x4e\x8c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbf\xd6", "\x00\x00", "\x00\x00", "\x5b\x4d", "\xbf\xd7", + "\x00\x00", "\xbf\xd8", "\xbf\xd9", "\xbf\xda", "\xbf\xdb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xcb", "\x00\x00", "\xbf\xdc", "\xbf\xdd", + "\xbf\xde", "\xbf\xdf", "\x00\x00", "\xbf\xe0", "\x5b\x50", "\xbf\xe1", + "\x00\x00", "\xbf\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x4e", + "\x00\x00", "\x48\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\xe3", + "\x00\x00", "\x5b\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\xe4", + "\xbf\xe5", "\x00\x00", "\x5b\x51", "\x00\x00", "\x55\xf5", "\xb4\x7f", + "\x51\xef", "\xbf\xe6", "\x00\x00", "\xbf\xe7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x74", "\x00\x00", "\xbf\xe8", + "\x00\x00", "\xbf\xe9", "\x5b\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\xea", "\xbf\xeb", "\xbf\xec", + "\x53\xde", "\x5b\x57", "\x00\x00", "\x5b\x55", "\x00\x00", "\x00\x00", + "\xbf\xed", "\xbf\xee", "\x53\x48", "\xbf\xef", "\x00\x00", "\x5b\x53", + "\x55\xdb", "\xbf\xf0", "\x00\x00", "\xbf\xf1", "\x00\x00", "\xbf\xf2", + "\x4e\x7a", "\x5b\x58", "\xbf\xf3", "\x00\x00", "\xbf\xf4", "\x5b\x59", + "\x00\x00", "\x51\xe1", "\xbf\xf5", "\x4e\x62", "\x4c\x77", "\x00\x00", + "\x53\x72", "\x00\x00", "\x4e\xc7", "\xbf\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x52", "\x00\x00", "\x5b\x56", + "\x5b\x5b", "\xbf\xf7", "\xbf\xf8", "\xbf\xf9", "\x00\x00", "\x51\x4e", + "\x5b\x62", "\x00\x00", "\xbf\xfa", "\x5b\x5e", "\x00\x00", "\x5b\x5f", + "\x00\x00", "\xbf\xfb", "\xbf\xfc", "\xbf\xfd", "\xbf\xfe", "\x49\x9b", + "\x5b\x54", "\x00\x00", "\xc0\x41", "\xc0\x42", "\x5b\x5d", "\x00\x00", + "\x5b\x60", "\xc0\x43", "\x00\x00", "\xc0\x44", "\x5b\x61", "\x00\x00", + "\x5b\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x65", "\x5b\x66", "\x55\x43", "\x5b\x67", "\xc0\x45", "\xc0\x46", + "\x4f\xd6", "\x5b\x64", "\x00\x00", "\xc0\x47", "\xc0\x48", "\x00\x00", + "\x4f\xcd", "\xc0\x49", "\x00\x00", "\x5b\x68", "\xc0\x4a", "\x5b\x63", + "\x5b\x6b", "\x00\x00", "\x5b\x69", "\xc0\x4b", "\x5b\x6a", "\xc0\x4c", + "\x00\x00", "\x00\x00", "\x5b\x6c", "\xc0\x4d", "\x00\x00", "\x5b\x6e", + "\x55\xf6", "\xc0\x4e", "\x5b\x6d", "\xc0\x4f", "\x00\x00", "\x00\x00", + "\xc0\x50", "\x5b\x72", "\x00\x00", "\x00\x00", "\xc0\x51", "\xc0\x52", + "\xc0\x53", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x54", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x55", "\xc0\x56", "\x00\x00", + "\xc0\x57", "\x00\x00", "\x5b\x6f", "\xc0\x58", "\x00\x00", "\xc0\x59", + "\x5b\x70", "\x5b\x71", "\xc0\x5a", "\xc0\x5b", "\x00\x00", "\x00\x00", + "\xc0\x5c", "\x5b\x74", "\x5b\x73", "\x00\x00", "\xc0\x5d", "\x00\x00", + "\x00\x00", "\xc0\x5e", "\x52\x7f", "\x5b\x75", "\x5b\x76", "\x00\x00", + "\xc0\x5f", "\x47\x7b", "\x00\x00", "\xc0\x60", "\xb4\x83", "\x00\x00", + "\x5b\x77", "\x5b\x78", "\x5b\x7a", "\x5b\x79", "\x5b\x7b", "\x48\x8f", + "\xc0\x61", "\x4b\xc5", "\xc0\x62", "\xc0\x63", "\x48\xaf", "\x45\xc7", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x64", "\xb4\x84", "\x4a\xf7", + "\x00\x00", "\xc0\x65", "\x5b\x7d", "\xc0\x66", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x80", "\x5b\x7e", "\x46\x47", "\xc0\x67", "\x4c\x5c", + "\xc0\x68", "\x00\x00", "\xc0\x69", "\x5b\x82", "\x5b\x7f", "\x4b\x8a", + "\x5b\x81", "\x47\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x83", + "\x51\xb1", "\xc0\x6a", "\xc0\x6b", "\x00\x00", "\x4f\xcf", "\x4a\xc9", + "\x00\x00", "\x00\x00", "\x49\xf2", "\xc0\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc0\x6d", "\x47\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\xcc", "\x00\x00", "\x5b\x84", "\x00\x00", "\x47\x7c", "\x4b\xf3", + "\x00\x00", "\x49\x51", "\x5b\x85", "\x00\x00", "\xc0\x6e", "\x00\x00", + "\x00\x00", "\xc0\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x70", + "\x5b\x86", "\x5b\x87", "\xb4\x86", "\xc0\x71", "\x00\x00", "\x45\xca", + "\x58\xed", "\x46\x8e", "\xc0\x72", "\x00\x00", "\x51\x9d", "\x00\x00", + "\x47\xdb", "\x00\x00", "\x4b\x80", "\x52\xe4", "\xc0\x73", "\x00\x00", + "\x00\x00", "\xc0\x74", "\x00\x00", "\x4e\x83", "\xc0\x75", "\x46\x4e", + "\x00\x00", "\x5b\x89", "\x4b\xd1", "\xc0\x76", "\x00\x00", "\x5b\x8a", + "\xc0\x77", "\x55\x81", "\x00\x00", "\xc0\x78", "\x54\xcf", "\x51\x41", + "\xc0\x79", "\x51\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x8b", + "\x4e\xfc", "\x49\x89", "\xc0\x7a", "\x4e\xa5", "\x45\x87", "\x00\x00", + "\xc0\x7b", "\xc0\x7c", "\xc0\x7d", "\xb4\x87", "\x00\x00", "\x5b\x8c", + "\xb4\x88", "\x45\xcd", "\x00\x00", "\x00\x00", "\x4d\xa4", "\x48\x88", + "\x00\x00", "\xc0\x7e", "\x00\x00", "\x5b\x8f", "\xc0\x7f", "\x5b\x8d", + "\x5b\x90", "\x4a\xcf", "\x5b\x8e", "\x00\x00", "\xc0\x80", "\xc0\x81", + "\x00\x00", "\x4d\x7b", "\x5b\x91", "\x00\x00", "\xc0\x82", "\x4a\xdc", + "\xc0\x83", "\x00\x00", "\x5b\x92", "\x00\x00", "\xc0\x84", "\x00\x00", + "\xc0\x85", "\x4d\xab", "\xc0\x86", "\x5b\x93", "\x00\x00", "\x51\x65", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x87", "\x5b\x95", "\x5b\x94", + "\x4b\x77", "\x00\x00", "\x00\x00", "\x45\x62", "\x4d\x9d", "\x4c\x7b", + "\x4d\x6a", "\x46\xe9", "\x00\x00", "\x00\x00", "\x4d\x67", "\x47\xec", + "\x00\x00", "\x00\x00", "\xc0\x88", "\x5b\x96", "\xc0\x89", "\x00\x00", + "\xc0\x8a", "\xc0\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x8c", + "\x4f\xa3", "\x5b\x9c", "\xb4\x8c", "\x00\x00", "\xc0\x8d", "\xc0\x8e", + "\x5b\x97", "\x00\x00", "\x5b\x99", "\x5b\x9b", "\xc0\x8f", "\x00\x00", + "\x4f\xe7", "\x46\xfe", "\xc0\x90", "\x5b\x9d", "\x52\x8e", "\x00\x00", + "\x46\xd1", "\xc0\x91", "\x45\xa6", "\x54\xe8", "\x00\x00", "\xc0\x92", + "\xc0\x93", "\x47\xe9", "\x4c\x59", "\x5b\x98", "\xc0\x94", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xa3", "\xc0\x95", + "\x5b\xa1", "\x47\xa9", "\x47\xac", "\xc0\x96", "\xc0\x97", "\xc0\x98", + "\x5b\xa4", "\x46\x62", "\xc0\x99", "\x55\x9d", "\x48\xe8", "\xc0\x9a", + "\xc0\x9b", "\xc0\x9c", "\xc0\x9d", "\x45\xb3", "\x5b\xa0", "\x4b\xbb", + "\xc0\x9e", "\x52\xeb", "\x00\x00", "\xc0\x9f", "\x5b\xa2", "\x5b\x9f", + "\x51\x93", "\xc0\xa0", "\x00\x00", "\xc0\xa1", "\xb4\x8d", "\x4f\x9f", + "\x4c\x98", "\x00\x00", "\x00\x00", "\x5b\x9e", "\xc0\xa2", "\x52\x51", + "\x46\x51", "\x48\xb0", "\x5b\xa5", "\xc0\xa3", "\xc0\xa4", "\x00\x00", + "\xb4\x8e", "\x5b\xa6", "\xc0\xa5", "\x4b\xb2", "\xc0\xa6", "\x00\x00", + "\xc0\xa7", "\x51\xea", "\x00\x00", "\xc0\xa8", "\x54\xc3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xa8", "\xc0\xa9", "\x5b\xab", + "\xb4\x90", "\xc0\xaa", "\xc0\xab", "\x5b\xad", "\x5b\xa9", "\x4f\xce", + "\xc0\xac", "\xc0\xad", "\x5b\xac", "\xb4\x92", "\x5b\xaa", "\x5b\xa7", + "\x55\x6d", "\x50\xa0", "\x51\xb2", "\x4c\xb6", "\xc0\xae", "\xc0\xaf", + "\xc0\xb0", "\xb4\x95", "\x49\xf8", "\x49\x93", "\x5b\xb0", "\x00\x00", + "\x00\x00", "\x5b\xaf", "\x47\x95", "\xc0\xb1", "\x4a\xf8", "\xc0\xb2", + "\xc0\xb3", "\xc0\xb4", "\x46\xa8", "\xc0\xb5", "\xc0\xb6", "\x00\x00", + "\xc0\xb7", "\xc0\xb8", "\xc0\xb9", "\x4c\x83", "\x00\x00", "\x5b\xb1", + "\x5b\xb3", "\x00\x00", "\x00\x00", "\x4f\x46", "\x5b\xb2", "\x4e\xd1", + "\x00\x00", "\xc0\xba", "\xc0\xbb", "\xc0\xbc", "\x4f\xab", "\x00\x00", + "\xc0\xbd", "\x4f\xbe", "\xc0\xbe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\x6c", "\x4b\xe2", "\x5b\xb5", "\x5b\xb4", "\xc0\xbf", "\xc0\xc0", + "\xc0\xc1", "\x5b\xb7", "\x00\x00", "\xc0\xc2", "\x5b\xb6", "\x00\x00", + "\x4c\xc7", "\x00\x00", "\xc0\xc3", "\x00\x00", "\x50\xcc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x93", "\x00\x00", "\xc0\xc4", + "\x4a\xfe", "\x00\x00", "\x00\x00", "\xc0\xc5", "\x5b\xb8", "\x00\x00", + "\x4c\xb2", "\xc0\xc6", "\x00\x00", "\x00\x00", "\x5b\xbf", "\x52\x43", + "\x00\x00", "\xc0\xc7", "\x5b\xbe", "\x00\x00", "\x5b\xbd", "\x5b\xbb", + "\xc0\xc8", "\x5b\xba", "\xc0\xc9", "\xc0\xca", "\x5b\xb9", "\x00\x00", + "\xb4\x9b", "\x4c\x56", "\xc0\xcb", "\x5b\xbc", "\x00\x00", "\x00\x00", + "\xc0\xcc", "\x00\x00", "\xc0\xcd", "\xc0\xce", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc0\xcf", "\x00\x00", "\x5b\xc0", "\x00\x00", + "\x00\x00", "\x51\x52", "\x5b\xc1", "\xc0\xd0", "\x4b\xfe", "\x52\xa6", + "\x00\x00", "\xc0\xd1", "\x51\xcc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xc2", "\x00\x00", "\xc0\xd2", "\x5b\xc3", + "\x00\x00", "\xc0\xd3", "\xc0\xd4", "\x00\x00", "\xc0\xd5", "\x00\x00", + "\x5b\xc4", "\x00\x00", "\x49\xb6", "\x4e\xbc", "\x4a\x6d", "\x5b\xc5", + "\x00\x00", "\x5b\xc6", "\x47\x9d", "\x4e\xd2", "\x5b\xc7", "\x53\x97", + "\x57\x8d", "\x49\x5f", "\x51\x66", "\x4b\xc3", "\x46\xf5", "\xb4\x9d", + "\x00\x00", "\x56\xac", "\x00\x00", "\xc0\xd6", "\x00\x00", "\xc0\xd7", + "\x45\x61", "\x46\x85", "\x00\x00", "\x4b\xc4", "\x00\x00", "\x47\xd4", + "\x5b\xc8", "\x54\xfd", "\x00\x00", "\x00\x00", "\xb4\x9e", "\xc0\xd8", + "\x4f\xa4", "\x55\xf3", "\x5b\xca", "\x48\x6e", "\x00\x00", "\xc0\xd9", + "\x00\x00", "\x47\xbb", "\xc0\xda", "\x47\x5c", "\x5b\xcb", "\x46\x8b", + "\xc0\xdb", "\x00\x00", "\xc0\xdc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xcd", "\x5b\xce", "\x45\x6c", "\x00\x00", "\x49\xc6", "\x47\x46", + "\x45\x66", "\x48\xf9", "\x5b\xd0", "\x00\x00", "\x00\x00", "\x4d\x42", + "\x00\x00", "\xc0\xdd", "\x4e\xa2", "\x00\x00", "\x5b\xd2", "\x5b\xd3", + "\x5b\xd4", "\x00\x00", "\x4d\x96", "\x00\x00", "\x00\x00", "\x50\xf0", + "\xc0\xde", "\x5b\xd1", "\x00\x00", "\x53\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc0\xdf", "\x5b\xd5", "\xc0\xe0", "\xc0\xe1", "\x46\x68", + "\x00\x00", "\x00\x00", "\xc0\xe2", "\xb4\xa0", "\x4e\x51", "\x50\xd0", + "\x46\xbc", "\x45\x56", "\x00\x00", "\x54\xc1", "\xc0\xe3", "\xc0\xe4", + "\x50\xf4", "\x00\x00", "\x00\x00", "\x5b\xd7", "\x00\x00", "\x00\x00", + "\x52\x5d", "\xc0\xe5", "\x5b\xd6", "\x4b\x4b", "\x54\x80", "\x47\x5e", + "\x51\xa6", "\x52\x91", "\x5b\xd9", "\x46\x76", "\x5b\xd8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xde", "\x00\x00", "\xc0\xe6", "\x50\x8b", + "\xc0\xe7", "\x4c\x63", "\x5b\xdc", "\x45\x57", "\x5b\x9a", "\x5b\xe0", + "\xc0\xe8", "\x4a\xa6", "\xc0\xe9", "\x52\x80", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc0\xea", "\x54\xdf", "\x00\x00", "\x45\x78", "\x46\xb4", + "\x00\x00", "\xc0\xeb", "\x00\x00", "\x00\x00", "\xc0\xec", "\x5b\xdb", + "\x00\x00", "\x52\x5e", "\x00\x00", "\x5b\xda", "\x00\x00", "\x5b\xdf", + "\x54\xf2", "\x00\x00", "\xc0\xed", "\xc0\xee", "\x4a\xe2", "\xc0\xef", + "\xb4\xa6", "\xc0\xf0", "\x00\x00", "\x4f\x78", "\xc0\xf1", "\x45\xa2", + "\xc0\xf2", "\xc0\xf3", "\x49\xd9", "\xc0\xf4", "\x47\xb9", "\x46\x72", + "\x00\x00", "\x00\x00", "\x4f\xd2", "\x5b\xe2", "\x52\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xe1", "\x00\x00", "\x00\x00", "\x5b\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x61", + "\xc0\xf5", "\xc0\xf6", "\xc0\xf7", "\x54\xc9", "\x5b\xe6", "\xc0\xf8", + "\x4e\xe8", "\x5b\xe4", "\x5b\xe9", "\x5b\xf2", "\x00\x00", "\x5b\xe3", + "\xc0\xf9", "\xc0\xfa", "\x00\x00", "\x00\x00", "\x5b\xf0", "\x55\xcd", + "\xc0\xfb", "\xc0\xfc", "\x4a\x7f", "\xc0\xfd", "\x5b\xf4", "\x00\x00", + "\xc0\xfe", "\xc1\x41", "\x52\xd9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xf1", "\x49\x80", "\x50\x4a", "\x4e\xc1", "\xc1\x42", "\x48\x9b", + "\x4d\xea", "\x00\x00", "\x00\x00", "\xc1\x43", "\x4f\xd8", "\xc1\x44", + "\x4e\xe1", "\xb4\xa9", "\xc1\x45", "\x5b\xed", "\x54\xf3", "\x00\x00", + "\x00\x00", "\xc1\x46", "\x5b\xee", "\x00\x00", "\x5b\xeb", "\x00\x00", + "\xc1\x47", "\x5b\xea", "\x00\x00", "\x5b\xe8", "\x00\x00", "\x00\x00", + "\x5b\xe7", "\x00\x00", "\x5b\xef", "\x5b\xe5", "\xc1\x48", "\x4b\xea", + "\xc1\x49", "\x46\xea", "\x47\xa7", "\x51\xf1", "\xc1\x4a", "\xc1\x4b", + "\x00\x00", "\xc1\x4c", "\x00\x00", "\x47\x73", "\xb4\xab", "\x00\x00", + "\x50\x54", "\x4a\xc1", "\x00\x00", "\x5b\xf3", "\x52\xd1", "\x47\xd3", + "\x45\xfa", "\x51\xf1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xaa", "\x00\x00", "\x00\x00", "\x50\xe3", "\xc1\x4d", "\x00\x00", + "\x4d\xcc", "\x47\x9b", "\xb4\xac", "\xc1\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc1\x4f", "\x5b\xf5", "\xc1\x50", "\x00\x00", "\x48\xbf", + "\x52\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\x51", + "\xc1\x52", "\x52\xde", "\x48\x56", "\x52\xe2", "\xc1\x53", "\xc1\x54", + "\x00\x00", "\xc1\x55", "\xc1\x56", "\xc1\x57", "\x5b\xfa", "\xc1\x58", + "\x55\xda", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x9e", "\x46\x67", + "\x00\x00", "\xc1\x59", "\x47\xde", "\x4d\xe0", "\xb4\xad", "\xc1\x5a", + "\x5b\xf8", "\x50\xd6", "\x49\xab", "\x4a\xda", "\x5b\xf9", "\xc1\x5b", + "\x5b\xf6", "\x00\x00", "\x48\xf1", "\xb4\xae", "\xc1\x5c", "\x00\x00", + "\xc1\x5d", "\x5b\xf7", "\x5b\xfb", "\x00\x00", "\x49\xc0", "\x48\x79", + "\x5b\xec", "\x53\x6d", "\x53\x4b", "\xc1\x5e", "\x00\x00", "\xc1\x5f", + "\xc1\x60", "\x5b\xfd", "\x00\x00", "\xc1\x61", "\x47\x71", "\x4d\x88", + "\x00\x00", "\x51\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xfc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc1\x62", "\x00\x00", "\x00\x00", "\xc1\x63", "\xc1\x64", + "\xc1\x65", "\xc1\x66", "\xc1\x67", "\x00\x00", "\x5c\x4b", "\xc1\x68", + "\x4e\x77", "\x5c\x41", "\x00\x00", "\xc1\x69", "\xc1\x6a", "\xc1\x6b", + "\xc1\x6c", "\x00\x00", "\x5c\x44", "\x5c\x42", "\x00\x00", "\x4e\x44", + "\xc1\x6d", "\x5c\x48", "\xc1\x6e", "\x47\x98", "\xc1\x6f", "\x00\x00", + "\xc1\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xfe", + "\x5b\xfe", "\x5c\x45", "\xb4\xb4", "\x00\x00", "\x00\x00", "\x50\xda", + "\x5c\x47", "\x00\x00", "\xc1\x71", "\x52\xcc", "\xc1\x72", "\xb4\xb6", + "\xc1\x73", "\x53\xbc", "\xc1\x74", "\x4e\x92", "\x00\x00", "\x5c\x43", + "\x52\xc6", "\xc1\x75", "\x50\xac", "\xc1\x76", "\x00\x00", "\xc1\x77", + "\x58\xa4", "\x52\xd3", "\x48\x58", "\xc1\x78", "\xc1\x79", "\xb4\xb7", + "\x00\x00", "\x5c\x46", "\xc1\x7a", "\x51\xe4", "\x46\x82", "\x53\x59", + "\xc1\x7b", "\x53\x61", "\xb4\xb8", "\x5c\x4c", "\x49\xad", "\x00\x00", + "\x00\x00", "\x5c\x4a", "\x5c\x4d", "\xc1\x7c", "\x5c\x49", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xba", + "\x4e\xb1", "\xc1\x7d", "\x5c\x60", "\x00\x00", "\x53\x86", "\x55\xca", + "\x5c\x50", "\x4e\xf1", "\xc1\x7e", "\x5c\x56", "\x00\x00", "\x5c\x5f", + "\xc1\x7f", "\xc1\x80", "\x4b\x5a", "\xc1\x81", "\x5c\x57", "\x5c\x59", + "\xc1\x82", "\x54\xc2", "\x5c\x52", "\xc1\x83", "\x4b\xef", "\x00\x00", + "\xc1\x84", "\xc1\x85", "\x00\x00", "\x4e\xa9", "\x5c\x5e", "\x5c\x54", + "\x00\x00", "\x5c\x5d", "\xb4\xbb", "\xc1\x86", "\x00\x00", "\x5c\x58", + "\xc1\x87", "\x00\x00", "\xc1\x88", "\xc1\x89", "\xc1\x8a", "\xc1\x8b", + "\x45\x9d", "\x5c\x5b", "\xc1\x8c", "\xc1\x8d", "\x53\x75", "\x00\x00", + "\x00\x00", "\xc1\x8e", "\xc1\x8f", "\xb4\xbc", "\x00\x00", "\x54\x94", + "\x55\xb6", "\xc1\x90", "\xc1\x91", "\xc1\x92", "\x00\x00", "\x00\x00", + "\x54\x68", "\x5c\x4f", "\x00\x00", "\xb4\xbd", "\x5c\x5c", "\x4f\xf7", + "\xc1\x93", "\xb4\xbe", "\x5c\x51", "\xc1\x94", "\xc1\x95", "\x4d\xfd", + "\x5c\x55", "\x47\xc5", "\x4b\xa0", "\x5c\x4e", "\xc1\x96", "\xc1\x97", + "\x5c\x5a", "\xc1\x98", "\x00\x00", "\x00\x00", "\xc1\x99", "\xc1\x9a", + "\x00\x00", "\x4f\xed", "\x53\x70", "\x51\x63", "\x48\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x63", "\x5c\x61", "\x5c\x64", + "\x00\x00", "\x53\xfa", "\x5c\x53", "\x00\x00", "\x5c\x65", "\x00\x00", + "\x5c\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x71", "\xc1\x9b", "\x00\x00", "\xc1\x9c", "\x54\xa7", "\xc1\x9d", + "\x5c\x69", "\x00\x00", "\xc1\x9e", "\x52\xed", "\x00\x00", "\xc1\x9f", + "\x00\x00", "\x5c\x6f", "\x00\x00", "\x4c\xba", "\x00\x00", "\x00\x00", + "\xc1\xa0", "\x00\x00", "\x00\x00", "\xc1\xa1", "\xb4\xc3", "\x00\x00", + "\x00\x00", "\xc1\xa2", "\x51\xd7", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc1\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x95", + "\x5c\x6b", "\x55\xc5", "\x00\x00", "\xc1\xa4", "\x00\x00", "\x5c\x70", + "\x53\x4c", "\xc1\xa5", "\x54\xe2", "\x5c\x73", "\x5c\x72", "\x00\x00", + "\x4a\xdf", "\x52\x7c", "\x4d\x93", "\xc1\xa6", "\xc1\xa7", "\xc1\xa8", + "\xc1\xa9", "\x00\x00", "\x5c\x6e", "\xc1\xaa", "\x5c\x6c", "\x54\xa2", + "\xc1\xab", "\x45\x6b", "\x53\xef", "\x4f\xae", "\xc1\xac", "\xc1\xad", + "\xc1\xae", "\x52\xb3", "\x5c\x6d", "\x49\xb7", "\x00\x00", "\x5c\x68", + "\x5c\x6a", "\x5c\x67", "\xc1\xaf", "\xc1\xb0", "\x52\xba", "\x47\x61", + "\x5c\x74", "\xc1\xb1", "\xc1\xb2", "\x5c\x75", "\x4c\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x52", "\x00\x00", "\x00\x00", "\xc1\xb3", "\x49\xeb", "\x00\x00", + "\x00\x00", "\x54\x76", "\xc1\xb4", "\x00\x00", "\x55\xc7", "\x5c\x86", + "\xc1\xb5", "\x00\x00", "\x5c\x79", "\x00\x00", "\x00\x00", "\x4d\x7e", + "\x5c\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x84", "\xc1\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\xb7", "\xc1\xb8", "\x53\x8d", + "\xc1\xb9", "\x00\x00", "\x00\x00", "\xc1\xba", "\x00\x00", "\xc1\xbb", + "\x51\x4a", "\xc1\xbc", "\xb4\xc7", "\x5c\x80", "\x5c\x76", "\x00\x00", + "\x53\xb2", "\x00\x00", "\x00\x00", "\xc1\xbd", "\xc1\xbe", "\x00\x00", + "\xc1\xbf", "\x5c\x82", "\xc1\xc0", "\x00\x00", "\x5c\x7c", "\x5c\x77", + "\xb4\xc8", "\x5c\x7a", "\x00\x00", "\x5c\x83", "\x00\x00", "\xc1\xc1", + "\x00\x00", "\x4d\xb9", "\xc1\xc2", "\x00\x00", "\x5c\x7f", "\x47\x96", + "\x4e\xfa", "\x52\xdb", "\x5c\x7d", "\xb4\xc9", "\x54\x8c", "\xc1\xc3", + "\x00\x00", "\x5c\x7b", "\x00\x00", "\x00\x00", "\xc1\xc4", "\xc1\xc5", + "\x48\x48", "\x68\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x81", + "\x5c\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x90", "\xb4\xcc", + "\x00\x00", "\xc1\xc6", "\x00\x00", "\x5c\x8f", "\x5c\x89", "\xb4\xcd", + "\xb4\xce", "\x5c\x94", "\x00\x00", "\x5c\x92", "\xc1\xc7", "\xc1\xc8", + "\x00\x00", "\xc1\xc9", "\x5c\x8e", "\xc1\xca", "\xb4\xcf", "\xc1\xcb", + "\xb4\xd0", "\x00\x00", "\x00\x00", "\x5c\x8d", "\x00\x00", "\x4b\x5c", + "\x00\x00", "\x4d\xb7", "\xc1\xcc", "\x5c\x8c", "\xc1\xcd", "\xc1\xce", + "\x5c\x8a", "\xc1\xcf", "\x00\x00", "\x53\xbb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\x95", "\x49\x4f", "\x5c\x9d", "\x00\x00", + "\x00\x00", "\xc1\xd0", "\x00\x00", "\xc1\xd1", "\x5c\x97", "\x5c\x99", + "\x5c\x93", "\xc1\xd2", "\x00\x00", "\x53\x8b", "\x00\x00", "\x49\x66", + "\xc1\xd3", "\x5c\x8b", "\x00\x00", "\xc1\xd4", "\x5c\x91", "\x53\x9b", + "\xc1\xd5", "\x48\x64", "\x5c\x96", "\x5c\x98", "\xc1\xd6", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc1\xd7", "\x48\xdc", "\x45\xf2", "\x4b\x6f", + "\x00\x00", "\x00\x00", "\x5c\x88", "\x00\x00", "\x5c\x9a", "\x00\x00", + "\xc1\xd8", "\xb4\xd7", "\xc1\xd9", "\x55\x85", "\x5c\x9f", "\xc1\xda", + "\x5c\xa7", "\x46\xcf", "\x4e\x69", "\xc1\xdb", "\x00\x00", "\x4b\xbe", + "\xc1\xdc", "\xc1\xdd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x9c", "\xc1\xde", "\x5c\xa6", "\x5c\xa1", "\x5c\xa5", "\xc1\xdf", + "\xc1\xe0", "\x45\x89", "\x00\x00", "\x00\x00", "\xc1\xe1", "\x00\x00", + "\xc1\xe2", "\xc1\xe3", "\xc1\xe4", "\x00\x00", "\x00\x00", "\xc1\xe5", + "\xc1\xe6", "\x00\x00", "\x4b\xc2", "\x5c\xa3", "\x00\x00", "\xc1\xe7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x79", "\x00\x00", "\x55\xd4", + "\x5c\xa2", "\x00\x00", "\xc1\xe8", "\x00\x00", "\x5c\xa4", "\xc1\xe9", + "\x00\x00", "\x00\x00", "\xc1\xea", "\x5c\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\xeb", "\x5c\xa8", "\x5c\xa9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xa0", "\x00\x00", + "\xb4\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xaf", "\x4f\xb2", + "\x4f\xf5", "\xc1\xec", "\x00\x00", "\xc1\xed", "\x5c\xac", "\x00\x00", + "\xc1\xee", "\xc1\xef", "\x00\x00", "\xc1\xf0", "\x00\x00", "\xc1\xf1", + "\x00\x00", "\x5c\xab", "\x55\xee", "\x00\x00", "\x5c\xaa", "\xc1\xf2", + "\x00\x00", "\x00\x00", "\xb4\xda", "\x00\x00", "\x00\x00", "\x5c\xb0", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\xf3", "\x4d\x55", "\xc1\xf4", + "\xc1\xf5", "\xc1\xf6", "\x5c\x9e", "\xb4\xdb", "\x5c\xad", "\x5c\xae", + "\x00\x00", "\xc1\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xb2", "\xc1\xf8", "\x5c\xb1", "\x00\x00", "\x54\x5d", "\xc1\xf9", + "\xc1\xfa", "\xc1\xfb", "\x00\x00", "\x5c\xb6", "\xc1\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xb5", "\x00\x00", "\x00\x00", "\x5c\xb3", + "\x00\x00", "\xc1\xfd", "\xc1\xfe", "\xc2\x41", "\x00\x00", "\x5c\xb7", + "\x5c\xb4", "\x52\x8b", "\x00\x00", "\x00\x00", "\xc2\x42", "\x00\x00", + "\xc2\x43", "\xc2\x44", "\x00\x00", "\x00\x00", "\xc2\x45", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\x46", "\x5c\xba", "\x00\x00", "\x55\x86", + "\xc2\x47", "\xc2\x48", "\xc2\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xbb", "\x4d\xa6", "\xc2\x4a", "\xc2\x4b", "\x5c\xb8", "\x53\x62", + "\x00\x00", "\x00\x00", "\x5c\xb9", "\x00\x00", "\x5c\xbc", "\x00\x00", + "\x00\x00", "\xc2\x4c", "\x51\xc5", "\x00\x00", "\x5c\xbf", "\x00\x00", + "\xc2\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x4e", "\xc2\x4f", + "\xc2\x50", "\xb4\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xc2", "\x52\xee", "\xc2\x51", "\xc2\x52", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x53", "\xc2\x54", + "\x4e\xde", "\x5c\xc0", "\xc2\x55", "\xc2\x56", "\x00\x00", "\xc2\x57", + "\x5c\xc1", "\xb4\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x58", + "\xc2\x59", "\xc2\x5a", "\x5c\xc3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xc4", "\xc2\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x5c", + "\x00\x00", "\x55\xf7", "\xc2\x5d", "\x5c\xc5", "\x4c\xb5", "\x45\x97", + "\x00\x00", "\x4b\x9d", "\xc2\x5e", "\x00\x00", "\x00\x00", "\x4a\xa0", + "\xc2\x5f", "\x00\x00", "\x00\x00", "\xc2\x60", "\xc2\x61", "\x00\x00", + "\x00\x00", "\xc2\x62", "\x00\x00", "\x00\x00", "\x4b\xf6", "\x00\x00", + "\x00\x00", "\xc2\x63", "\xc2\x64", "\x5c\xc7", "\x5c\xc6", "\x5c\xc8", + "\x51\x7d", "\xc2\x65", "\x00\x00", "\x4c\xf8", "\x4e\xfb", "\xc2\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xcc", "\x00\x00", "\x00\x00", + "\xc2\x67", "\x5c\xcb", "\x00\x00", "\x5c\xcd", "\xc2\x68", "\x00\x00", + "\x46\xf7", "\xc2\x69", "\x54\x87", "\x00\x00", "\x5c\xce", "\x00\x00", + "\xc2\x6a", "\x4d\x4e", "\x5c\xd0", "\x00\x00", "\xc2\x6b", "\x00\x00", + "\xc2\x6c", "\x5c\xcf", "\x00\x00", "\x5c\xd1", "\x00\x00", "\xc2\x6d", + "\x00\x00", "\x5c\xd2", "\xc2\x6e", "\x5c\xd3", "\x48\xd8", "\x45\x77", + "\x4d\x4c", "\xb4\xea", "\x45\xb1", "\xc2\x6f", "\x00\x00", "\x47\xd8", + "\x55\x8e", "\xc2\x70", "\xb4\xeb", "\x00\x00", "\xc2\x71", "\x4a\x9f", + "\xc2\x72", "\x00\x00", "\x00\x00", "\x48\xe4", "\x49\x55", "\xc2\x73", + "\x00\x00", "\xb4\xec", "\x5c\xd4", "\x5c\xd5", "\xb4\xed", "\x49\x99", + "\x00\x00", "\xc2\x74", "\xc2\x75", "\x5c\xd6", "\x5c\xd7", "\xb4\xee", + "\xc2\x76", "\x5c\xd9", "\x5c\xd8", "\xc2\x77", "\x4f\x42", "\x00\x00", + "\x00\x00", "\x53\xa4", "\x48\x65", "\x49\x92", "\x00\x00", "\x5c\xda", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xdc", "\x4e\x73", "\xc2\x78", "\x5c\xdb", "\x00\x00", + "\x00\x00", "\xc2\x79", "\x00\x00", "\x00\x00", "\x5c\xdd", "\xc2\x7a", + "\xc2\x7b", "\x00\x00", "\xc2\x7c", "\xc2\x7d", "\x5c\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\x7e", "\xc2\x7f", "\x5c\xdf", "\x5c\xe0", + "\xc2\x80", "\xc2\x81", "\xc2\x82", "\x5c\xe1", "\xc2\x83", "\x5c\xe2", + "\x5c\xe3", "\x5c\xe4", "\x54\x59", "\x47\xed", "\x00\x00", "\x5c\xe5", + "\xc2\x84", "\xc2\x85", "\x49\xe9", "\x50\xc0", "\x5c\xe6", "\xc2\x86", + "\xc2\x87", "\x48\x49", "\x58\x7f", "\x00\x00", "\x00\x00", "\xc2\x88", + "\xc2\x89", "\x4a\x5b", "\x5c\xe7", "\xb4\xf1", "\xb4\xf2", "\xc2\x8a", + "\x00\x00", "\x5c\xe8", "\xc2\x8b", "\x49\x69", "\x49\xf5", "\xb4\xf3", + "\x00\x00", "\x00\x00", "\x4c\x97", "\x5c\xe9", "\x47\x4e", "\x00\x00", + "\x5c\xea", "\xb4\xf4", "\x53\xd7", "\x00\x00", "\xc2\x8c", "\x46\xe2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xeb", "\x00\x00", "\xc2\x8d", + "\x00\x00", "\xc2\x8e", "\x00\x00", "\x00\x00", "\xc2\x8f", "\xc2\x90", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xed", "\x5c\xec", "\x00\x00", + "\xc2\x91", "\x5c\xef", "\x00\x00", "\xc2\x92", "\x00\x00", "\x5c\xee", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x93", "\x00\x00", "\xc2\x94", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x95", + "\x00\x00", "\x00\x00", "\xc2\x96", "\x00\x00", "\xc2\x97", "\xc2\x98", + "\x00\x00", "\x00\x00", "\x5c\xf0", "\xc2\x99", "\xb4\xf5", "\x00\x00", + "\x00\x00", "\xc2\x9a", "\xc2\x9b", "\x48\x8e", "\xc2\x9c", "\x47\x56", + "\xc2\x9d", "\x5c\xf1", "\x5c\xf2", "\x00\x00", "\x00\x00", "\x45\xb9", + "\x00\x00", "\xc2\x9e", "\x00\x00", "\x5c\xf3", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc2\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xf5", + "\x5c\xf4", "\x00\x00", "\xc2\xa0", "\xc2\xa1", "\xc2\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\xa3", "\x00\x00", "\xc2\xa4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\xa5", "\x45\x9c", "\xc2\xa6", + "\xc2\xa7", "\x4c\xa4", "\x45\xfb", "\x00\x00", "\xc2\xa8", "\xc2\xa9", + "\x00\x00", "\x00\x00", "\x55\x6e", "\x5c\xf6", "\x53\x4d", "\x4d\x84", + "\x49\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\xaa", "\xc2\xab", "\x00\x00", "\xc2\xac", + "\x50\x5e", "\xc2\xad", "\x50\x6a", "\x00\x00", "\xc2\xae", "\x00\x00", + "\xc2\xaf", "\x5c\xf8", "\x00\x00", "\x4e\xc4", "\x00\x00", "\xc2\xb0", + "\x4e\x82", "\xc2\xb1", "\x5c\xf9", "\x55\x5e", "\x5c\xf7", "\x45\xad", + "\x45\xe8", "\x00\x00", "\x5c\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc2\xb2", "\x5d\x45", "\x00\x00", "\x52\xb4", "\xc2\xb3", + "\x00\x00", "\xc2\xb4", "\x00\x00", "\x5c\xfe", "\x50\xd2", "\x00\x00", + "\x50\xc8", "\x5d\x46", "\xc2\xb5", "\x00\x00", "\xc2\xb6", "\x00\x00", + "\xc2\xb7", "\xc2\xb8", "\x47\xa4", "\xc2\xb9", "\x00\x00", "\x49\x4c", + "\x5d\x44", "\x00\x00", "\x00\x00", "\x5d\x42", "\x5c\xfb", "\x55\xd9", + "\xb4\xf7", "\xc2\xba", "\x5c\xfd", "\xc2\xbb", "\x4c\x8f", "\xc2\xbc", + "\x00\x00", "\x00\x00", "\x55\x98", "\x5c\xfc", "\x00\x00", "\x00\x00", + "\x5d\x48", "\x00\x00", "\x5d\x47", "\x4f\xf8", "\xc2\xbd", "\xc2\xbe", + "\x47\xfd", "\xc2\xbf", "\xc2\xc0", "\x4e\xad", "\x5d\x41", "\x5d\x43", + "\xc2\xc1", "\x00\x00", "\x00\x00", "\xc2\xc2", "\x00\x00", "\x50\x75", + "\x45\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xf9", "\x53\xec", "\x00\x00", "\xb4\xfa", + "\x5d\x4d", "\x00\x00", "\xc2\xc3", "\x5d\x50", "\xc2\xc4", "\x46\x5a", + "\xc2\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xaa", "\x46\x5c", + "\x5d\x52", "\x45\x84", "\x46\xc6", "\x5d\x4b", "\x5d\x51", "\x4e\x6f", + "\x00\x00", "\x4a\x58", "\xc2\xc6", "\x00\x00", "\x5d\x49", "\x5d\x4c", + "\xc2\xc7", "\x00\x00", "\x00\x00", "\x46\xee", "\x4d\xb8", "\x00\x00", + "\x51\xfd", "\xc2\xc8", "\x00\x00", "\xc2\xc9", "\xc2\xca", "\xc2\xcb", + "\xc2\xcc", "\x54\xd7", "\xc2\xcd", "\x46\x4a", "\xc2\xce", "\x55\xc6", + "\x00\x00", "\x5d\x55", "\x5d\x4e", "\x5d\x53", "\xc2\xcf", "\x5d\x4f", + "\x00\x00", "\x00\x00", "\xc2\xd0", "\x4e\x87", "\x46\xca", "\x4d\x4b", + "\x00\x00", "\x4e\x56", "\x00\x00", "\xc2\xd1", "\x49\x44", "\xc2\xd2", + "\x5d\x56", "\xc2\xd3", "\xc2\xd4", "\xb4\xfb", "\xc2\xd5", "\x5d\x54", + "\x46\xf3", "\x5d\x4a", "\xc2\xd6", "\x4f\x57", "\xc2\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x58", "\x00\x00", "\x00\x00", "\xc2\xd8", + "\x00\x00", "\x00\x00", "\xc2\xd9", "\x45\xda", "\x5d\x5e", "\x00\x00", + "\xc2\xda", "\xc2\xdb", "\x00\x00", "\xc2\xdc", "\x5d\x5d", "\xc2\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x4e", "\x00\x00", "\x52\xb6", + "\xc2\xde", "\x54\x50", "\x00\x00", "\x00\x00", "\x4d\x98", "\x5d\x57", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x41", "\x45\xdc", + "\xc2\xdf", "\xc2\xe0", "\xc2\xe1", "\x50\xb7", "\x4f\xd4", "\x5d\x5a", + "\x00\x00", "\x00\x00", "\xc2\xe2", "\xc2\xe3", "\x00\x00", "\xc2\xe4", + "\x4b\x72", "\x5d\x5c", "\xb5\x42", "\x52\xac", "\x5d\x59", "\x00\x00", + "\x50\xbc", "\xc2\xe5", "\x00\x00", "\x47\xb4", "\xc2\xe6", "\x5d\x5b", + "\x4a\x72", "\xc2\xe7", "\x00\x00", "\x46\xfc", "\x00\x00", "\x00\x00", + "\x4c\xc9", "\x46\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc2\xe8", "\xb5\x46", "\x5d\x66", "\x5d\x64", "\xb5\x47", + "\x45\xea", "\x00\x00", "\xc2\xe9", "\xc2\xea", "\xb5\x48", "\xc2\xeb", + "\x00\x00", "\x5d\x5f", "\x5d\x63", "\xc2\xec", "\x46\x6b", "\xc2\xed", + "\x00\x00", "\x46\xeb", "\x4a\x9d", "\x00\x00", "\x55\xcc", "\x00\x00", + "\x4a\x8c", "\x5d\x62", "\xc2\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x7e", "\x00\x00", "\x00\x00", "\x45\xa7", "\x4d\x41", "\x5d\x65", + "\x00\x00", "\x00\x00", "\xc2\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\x4a", "\xb5\x4b", "\xc2\xf0", "\x00\x00", "\x00\x00", "\x5d\x6a", + "\x00\x00", "\x5d\x60", "\x48\x6b", "\xb5\x4c", "\xb5\x4d", "\x00\x00", + "\x4f\x7d", "\xb5\x4e", "\x5d\x67", "\x00\x00", "\x00\x00", "\xc2\xf1", + "\xc2\xf2", "\x5d\x61", "\xc2\xf3", "\x5d\x68", "\x5d\x6b", "\xc2\xf4", + "\xc2\xf5", "\x4d\xda", "\x00\x00", "\x5d\x69", "\x55\x50", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc2\xf6", "\xb5\x50", "\x5d\x72", "\x00\x00", "\xb5\x51", "\x4f\x91", + "\x00\x00", "\x00\x00", "\x4a\x45", "\x00\x00", "\xc2\xf7", "\x5d\x6f", + "\x00\x00", "\xc2\xf8", "\x5d\x73", "\xc2\xf9", "\x00\x00", "\x00\x00", + "\x4e\x74", "\xc2\xfa", "\x00\x00", "\xc2\xfb", "\x4a\x88", "\x00\x00", + "\xb5\x52", "\x00\x00", "\xc2\xfc", "\x5d\x7c", "\x5d\x75", "\x5d\x71", + "\xc2\xfd", "\x00\x00", "\xc2\xfe", "\x52\xc7", "\x5d\x78", "\x00\x00", + "\xc3\x41", "\x5d\x74", "\xb5\x53", "\x4a\xbf", "\x5d\x7b", "\x00\x00", + "\x00\x00", "\x5d\x82", "\xc3\x42", "\x00\x00", "\x55\xe1", "\x5d\x7e", + "\xb5\x54", "\xc3\x43", "\x00\x00", "\xc3\x44", "\x5d\x77", "\xc3\x45", + "\xc3\x46", "\x4c\xa5", "\xc3\x47", "\x00\x00", "\x5d\x81", "\xc3\x48", + "\x5d\x70", "\x00\x00", "\x5d\x79", "\xc3\x49", "\x5d\x83", "\x55\x4e", + "\x5d\x76", "\x00\x00", "\x5d\x84", "\xc3\x4a", "\xc3\x4b", "\x47\x77", + "\x5d\x7f", "\x48\x94", "\xc3\x4c", "\x48\xea", "\xc3\x4d", "\x4b\x46", + "\x5d\x7a", "\x5d\x6c", "\x5d\x7d", "\x4a\x91", "\x5d\x80", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc3\x4e", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\x4f", "\x45\x96", "\x00\x00", "\x54\x41", "\x47\x69", "\x4a\xc0", + "\x5d\x6d", "\x48\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x98", "\x00\x00", "\x51\x64", + "\x00\x00", "\xb5\x56", "\x00\x00", "\x5d\x87", "\x50\xe4", "\x47\x8a", + "\x00\x00", "\x5d\x99", "\xc3\x50", "\x5d\x92", "\x52\x7a", "\x45\xd2", + "\xc3\x51", "\x5d\x8c", "\x5d\x98", "\x4e\x43", "\x51\xa0", "\x5d\x93", + "\x00\x00", "\x49\x50", "\x00\x00", "\x5d\x8f", "\x49\x45", "\x5d\x85", + "\x5d\x6e", "\x48\xc6", "\x00\x00", "\x00\x00", "\xc3\x52", "\x00\x00", + "\xb5\x5b", "\x00\x00", "\xc3\x53", "\x00\x00", "\x5d\x9a", "\x5d\x8a", + "\x5d\x96", "\xc3\x54", "\x5d\x95", "\x00\x00", "\x5d\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x94", "\xc3\x55", "\xc3\x56", + "\x00\x00", "\x00\x00", "\xc3\x57", "\xc3\x58", "\x4c\x88", "\xc3\x59", + "\xb5\x5c", "\x5d\x91", "\x5d\x97", "\xc3\x5a", "\x00\x00", "\xc3\x5b", + "\xc3\x5c", "\xc3\x5d", "\xc3\x5e", "\x00\x00", "\x4d\x52", "\xc3\x5f", + "\x51\x55", "\x00\x00", "\x00\x00", "\x53\xf3", "\x5d\x8e", "\xc3\x60", + "\xc3\x61", "\x5d\x89", "\x00\x00", "\x00\x00", "\xc3\x62", "\xc3\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\xbd", "\xc3\x64", "\x00\x00", + "\x00\x00", "\x5d\x8d", "\x00\x00", "\x00\x00", "\x5d\x86", "\x48\xbd", + "\x00\x00", "\x00\x00", "\x5d\x88", "\xc3\x65", "\x00\x00", "\x00\x00", + "\x5d\x90", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\x66", + "\x00\x00", "\xc3\x67", "\x4d\x6b", "\x4c\x90", "\x47\x5b", "\x00\x00", + "\x5d\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xfa", "\xc3\x68", + "\x00\x00", "\x5d\xa5", "\x47\xfc", "\x00\x00", "\x00\x00", "\xc3\x69", + "\x00\x00", "\x00\x00", "\x46\xce", "\x00\x00", "\x5d\x9d", "\xc3\x6a", + "\x00\x00", "\x00\x00", "\x4d\xc4", "\x4a\x4d", "\x00\x00", "\x5d\xa8", + "\xc3\x6b", "\x00\x00", "\x52\x71", "\x00\x00", "\x00\x00", "\x53\x76", + "\x00\x00", "\xc3\x6c", "\x00\x00", "\x00\x00", "\x5d\x9c", "\xb5\x5e", + "\x00\x00", "\xc3\x6d", "\xc3\x6e", "\x5d\xa0", "\x00\x00", "\xc3\x6f", + "\x5d\xa2", "\xc3\x70", "\xb5\x5f", "\x00\x00", "\x48\xbe", "\x5d\x9e", + "\x00\x00", "\x00\x00", "\x54\x97", "\xc3\x71", "\x00\x00", "\x5d\x9f", + "\x00\x00", "\x5d\xa6", "\xc3\x72", "\xc3\x73", "\x5d\xa7", "\xc3\x74", + "\x5d\xa1", "\x4e\xe6", "\x00\x00", "\xc3\x75", "\xc3\x76", "\x52\xa9", + "\xc3\x77", "\x48\x57", "\x5d\xb3", "\xc3\x78", "\xc3\x79", "\xc3\x7a", + "\x00\x00", "\x4b\xa2", "\x00\x00", "\x52\x4a", "\x5d\xa3", "\x5d\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x60", "\x00\x00", "\x00\x00", + "\x00\x00", "\x47\xa3", "\x4d\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\x7b", "\x5d\xab", "\xc3\x7c", + "\xc3\x7d", "\x5d\xb1", "\x00\x00", "\x00\x00", "\x5d\xaf", "\x00\x00", + "\x4f\xb7", "\x00\x00", "\x00\x00", "\x5d\xb7", "\x5d\xac", "\xc3\x7e", + "\x00\x00", "\xc3\x7f", "\x00\x00", "\xc3\x80", "\x5d\xad", "\x5d\xb4", + "\x00\x00", "\x4b\x78", "\x4f\xbc", "\x00\x00", "\xc3\x81", "\x00\x00", + "\x4d\xae", "\x00\x00", "\xc3\x82", "\x54\xd0", "\xc3\x83", "\x00\x00", + "\xc3\x84", "\xc3\x85", "\x00\x00", "\x50\xc4", "\xb5\x61", "\x55\x75", + "\x00\x00", "\x5d\xb6", "\x49\xed", "\x54\xa1", "\xc3\x86", "\x00\x00", + "\xc3\x87", "\x00\x00", "\xc3\x88", "\xc3\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x8e", "\x00\x00", "\x4f\x58", "\x54\xe0", + "\x00\x00", "\xb5\x63", "\xc3\x8a", "\x00\x00", "\x00\x00", "\xc3\x8b", + "\xc3\x8c", "\x4f\x6e", "\x4e\x8a", "\xc3\x8d", "\x00\x00", "\xc3\x8e", + "\xc3\x8f", "\x5d\xb0", "\x5d\xb2", "\xc3\x90", "\x00\x00", "\xb5\x64", + "\xc3\x91", "\x00\x00", "\x4d\x73", "\x00\x00", "\x00\x00", "\xc3\x92", + "\xc3\x93", "\x00\x00", "\x5d\xb5", "\x5d\xae", "\x00\x00", "\x5d\xa9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xaa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc3\x94", "\x00\x00", "\xc3\x95", "\xc3\x96", "\xc3\x97", + "\x4a\xc2", "\x00\x00", "\x00\x00", "\xc3\x98", "\x5d\xc3", "\xc3\x99", + "\xc3\x9a", "\x5d\xbd", "\x4d\xc0", "\xc3\x9b", "\xc3\x9c", "\x46\xc2", + "\xb5\x65", "\xc3\x9d", "\xc3\x9e", "\x00\x00", "\x4a\xd2", "\x00\x00", + "\x5d\xc7", "\x00\x00", "\xc3\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\xa0", "\x5d\xbe", "\x4c\x93", "\x5d\xbc", "\x54\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xbf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xba", "\x00\x00", "\x5d\xb9", "\x00\x00", "\x5d\xc2", "\xc3\xa1", + "\xc3\xa2", "\x00\x00", "\x5d\xbb", "\x55\xa0", "\x5d\xc0", "\xc3\xa3", + "\x48\x87", "\x00\x00", "\x5d\xb8", "\xc3\xa4", "\x5d\xc1", "\x00\x00", + "\x00\x00", "\xc3\xa5", "\xc3\xa6", "\xc3\xa7", "\x5d\xc5", "\x00\x00", + "\xc3\xa8", "\x5d\xc6", "\xc3\xa9", "\xc3\xaa", "\xc3\xab", "\x00\x00", + "\xc3\xac", "\x54\xba", "\xb5\x67", "\x00\x00", "\xc3\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xae", "\xc3\xaf", "\x5d\xcb", + "\x00\x00", "\x5d\xc9", "\x4e\x4b", "\xc3\xb0", "\xc3\xb1", "\xc3\xb2", + "\xc3\xb3", "\x00\x00", "\x5d\xce", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\xb4", "\xc3\xb5", "\xc3\xb6", "\x55\x89", "\x00\x00", "\x5d\xc8", + "\x00\x00", "\x5d\xca", "\xc3\xb7", "\x00\x00", "\x00\x00", "\x5d\xcc", + "\x00\x00", "\x00\x00", "\xc3\xb8", "\x00\x00", "\xb5\x69", "\x00\x00", + "\x4b\xd0", "\x50\xbe", "\x5d\xcf", "\x4a\xce", "\x00\x00", "\xc3\xb9", + "\x5d\xc4", "\xc3\xba", "\xc3\xbb", "\xb5\x6a", "\xc3\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xd4", "\x5d\xd1", "\x00\x00", "\x00\x00", + "\x5d\xd3", "\x00\x00", "\xc3\xbd", "\x5d\xcd", "\x00\x00", "\x00\x00", + "\xc3\xbe", "\x5d\xd0", "\x53\x80", "\x50\x7e", "\x00\x00", "\x00\x00", + "\x51\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xbf", "\xc3\xc0", + "\x00\x00", "\x55\xa3", "\x5d\xd2", "\x00\x00", "\x5d\xd6", "\x4d\xd4", + "\xc3\xc1", "\x50\x55", "\x00\x00", "\x5d\xe2", "\x00\x00", "\x5d\xd5", + "\x66\x58", "\x00\x00", "\x00\x00", "\xc3\xc2", "\x5d\xdb", "\x00\x00", + "\xc3\xc3", "\xc3\xc4", "\x51\x87", "\x00\x00", "\xc3\xc5", "\x5d\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xd7", "\xc3\xc6", "\x5d\xd8", + "\x00\x00", "\x5d\xd9", "\xb5\x6b", "\x5d\xda", "\x00\x00", "\xc3\xc7", + "\x00\x00", "\x5d\xde", "\x00\x00", "\x5d\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xd1", "\x00\x00", "\xc3\xc8", "\x5d\xe4", "\x00\x00", + "\x5d\xe0", "\x5d\xdf", "\x00\x00", "\x52\xb0", "\x53\x5c", "\x5d\xe1", + "\xc3\xc9", "\x00\x00", "\x00\x00", "\xc3\xca", "\x00\x00", "\x00\x00", + "\x4f\xde", "\x52\xae", "\x5d\xe3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x5b", "\x00\x00", "\x00\x00", "\xc3\xcb", "\x5d\xe5", "\x00\x00", + "\x5d\xe7", "\x00\x00", "\xc3\xcc", "\x00\x00", "\x00\x00", "\xc3\xcd", + "\x00\x00", "\xc3\xce", "\xb5\x6d", "\x00\x00", "\xc3\xcf", "\x00\x00", + "\x5d\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xd0", + "\xc3\xd1", "\x00\x00", "\x00\x00", "\xb5\x6f", "\xc3\xd2", "\xc3\xd3", + "\xc3\xd4", "\xc3\xd5", "\x53\xea", "\x00\x00", "\xc3\xd6", "\x00\x00", + "\x00\x00", "\x5d\xe8", "\x00\x00", "\x00\x00", "\xc3\xd7", "\xc3\xd8", + "\x00\x00", "\x00\x00", "\x4b\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc3\xd9", "\xc3\xda", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xe9", "\xc3\xdb", "\xc3\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x71", "\x00\x00", "\x47\x85", "\xc3\xdd", "\x00\x00", + "\xc3\xde", "\x4b\x65", "\x4a\xf5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc3\xdf", "\xc3\xe0", "\x00\x00", "\x54\x73", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x6a", "\x4c\xbc", "\xc3\xe1", "\x00\x00", + "\x00\x00", "\xc3\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xea", + "\xc3\xe3", "\x00\x00", "\x00\x00", "\x49\x7d", "\x4f\xcb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\xee", "\x00\x00", "\xc3\xe4", "\xc3\xe5", "\xc3\xe6", "\xc3\xe7", + "\xc3\xe8", "\x5d\xeb", "\x00\x00", "\xc3\xe9", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xed", "\x5d\xee", "\x48\x61", "\x5d\xf0", "\x5d\xec", + "\xc3\xeb", "\xc3\xec", "\x00\x00", "\x52\xcd", "\xc3\xed", "\x00\x00", + "\x00\x00", "\xc3\xee", "\x5d\xef", "\x47\x88", "\x49\xd7", "\x52\x9e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\xd1", "\x00\x00", "\xc3\xef", "\x5d\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x99", "\x00\x00", "\xc3\xf0", "\x00\x00", "\xc3\xf1", + "\xc3\xf2", "\xc3\xf3", "\xc3\xf4", "\x00\x00", "\xc3\xf5", "\x5d\xf3", + "\x00\x00", "\x00\x00", "\xc3\xf6", "\x53\x8c", "\x00\x00", "\x5d\xf1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xf7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xf7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x87", "\xc3\xf8", "\x00\x00", "\x00\x00", "\x5d\xf8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xf9", + "\x5d\xf6", "\xc3\xfa", "\xc3\xfb", "\xc3\xfc", "\xb5\x76", "\x5d\xf4", + "\x00\x00", "\xc3\xfd", "\xc3\xfe", "\x00\x00", "\x00\x00", "\x5d\xf5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xfa", "\x54\x4f", "\x00\x00", + "\x5d\xf9", "\x00\x00", "\xc4\x41", "\x00\x00", "\xc4\x42", "\x47\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x43", "\x00\x00", "\xc4\x44", + "\xb5\x78", "\xc4\x45", "\xc4\x46", "\xc4\x47", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x47\xef", "\x00\x00", "\xc4\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x83", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc4\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x4a", + "\x5d\xfc", "\x5d\xfd", "\x00\x00", "\x4c\x6f", "\xc4\x4b", "\xc4\x4c", + "\x5e\x42", "\x00\x00", "\x54\x90", "\x00\x00", "\xc4\x4d", "\xb5\x79", + "\xc4\x4e", "\xb5\x7a", "\x00\x00", "\x68\x85", "\x5e\x43", "\xc4\x4f", + "\x00\x00", "\x4b\xdd", "\xc4\x50", "\x00\x00", "\x5d\xfb", "\x00\x00", + "\xc4\x51", "\x00\x00", "\xc4\x52", "\x00\x00", "\x5e\x41", "\x00\x00", + "\x54\xea", "\x53\x57", "\x5d\xfe", "\x47\x42", "\xc4\x53", "\x54\xa0", + "\x00\x00", "\x00\x00", "\x5e\x44", "\x00\x00", "\x4c\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x54", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x90", "\x00\x00", "\x00\x00", "\xc4\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x47", "\xc4\x56", "\x00\x00", "\xc4\x57", + "\x5e\x45", "\x00\x00", "\x46\x7f", "\x00\x00", "\xc4\x58", "\x00\x00", + "\x00\x00", "\x5e\x46", "\x00\x00", "\x00\x00", "\xc4\x59", "\x00\x00", + "\x52\x9d", "\x5e\x48", "\xb5\x7d", "\x00\x00", "\x00\x00", "\x4f\x68", + "\xc4\x5a", "\xc4\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xbf", + "\xc4\x5c", "\x00\x00", "\xc4\x5d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x4a", "\x00\x00", "\xb5\x7e", "\xc4\x5e", "\xc4\x5f", "\x47\xd5", + "\xc4\x60", "\xc4\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x4c", "\xc4\x62", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x4d", "\xc4\x63", "\xc4\x64", "\x5e\x4b", "\x00\x00", "\x49\xd5", + "\xc4\x65", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xf8", "\x5e\x50", + "\x00\x00", "\xc4\x66", "\xc4\x67", "\x00\x00", "\x5e\x53", "\x00\x00", + "\x4a\x79", "\x00\x00", "\x5e\x4e", "\xc4\x68", "\x5e\x51", "\x50\x47", + "\xc4\x69", "\x5e\x52", "\x00\x00", "\xc4\x6a", "\xc4\x6b", "\x00\x00", + "\xc4\x6c", "\x00\x00", "\x00\x00", "\x57\xfb", "\x5e\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x66", "\x54\xce", "\x5e\x4f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x56", "\x54\xe6", + "\x57\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x54", "\x00\x00", "\x00\x00", "\xc4\x6d", "\x5e\x59", + "\x00\x00", "\x5e\x57", "\x5e\x58", "\x00\x00", "\x5e\x5a", "\x5e\x5b", + "\xc4\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\xd9", "\xc4\x6f", "\xc4\x70", "\xc4\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x5c", "\x00\x00", "\x00\x00", "\x5e\x5d", "\x00\x00", + "\x00\x00", "\xc4\x72", "\x00\x00", "\xb5\x81", "\x00\x00", "\xc4\x73", + "\x00\x00", "\x00\x00", "\xc4\x74", "\x53\x7c", "\x00\x00", "\xc4\x75", + "\x00\x00", "\xc4\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x5e", "\x00\x00", + "\x4c\x87", "\xc4\x78", "\x5e\x60", "\x5e\x5f", "\x00\x00", "\xc4\x79", + "\x5e\x61", "\x00\x00", "\x5e\x62", "\x00\x00", "\xc4\x7a", "\x53\xa9", + "\x45\xcc", "\x00\x00", "\xc4\x7b", "\xc4\x7c", "\x50\x96", "\x5e\x63", + "\x5e\x64", "\x52\xdd", "\x4c\x79", "\x5e\x65", "\x5e\x66", "\xc4\x7d", + "\xc4\x7e", "\xc4\x7f", "\x00\x00", "\xc4\x80", "\x5e\x67", "\x47\x67", + "\x4a\xbd", "\x00\x00", "\x00\x00", "\x5e\x68", "\x55\x6f", "\x00\x00", + "\xc4\x81", "\xc4\x82", "\xc4\x83", "\x00\x00", "\x55\xdd", "\xc4\x84", + "\x00\x00", "\xc4\x85", "\xc4\x86", "\xb5\x83", "\x5e\x69", "\x53\xfc", + "\xc4\x87", "\x49\x73", "\xc4\x88", "\x55\xb7", "\xc4\x89", "\x4a\xaf", + "\xc4\x8a", "\x50\x9a", "\x55\xc4", "\xc4\x8b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x7b", "\xc4\x8c", "\x46\x52", "\x00\x00", "\xc4\x8d", + "\x00\x00", "\x00\x00", "\xc4\x8e", "\xc4\x8f", "\x00\x00", "\xc4\x90", + "\x51\x58", "\x00\x00", "\x5e\x6a", "\x00\x00", "\x00\x00", "\xc4\x91", + "\xc4\x92", "\x46\xa2", "\x00\x00", "\xc4\x93", "\xc4\x94", "\x54\x8a", + "\x5e\x6b", "\xc4\x95", "\x53\x54", "\x5e\x6c", "\x5e\x6e", "\x00\x00", + "\xc4\x96", "\x00\x00", "\x00\x00", "\x5e\x6d", "\x00\x00", "\xc4\x97", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x98", "\xc4\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x6f", "\xc4\x9a", "\x00\x00", "\x00\x00", + "\x5e\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x9b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\xdc", "\x00\x00", + "\x5e\x71", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x72", + "\xc4\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\xc5", "\xc4\x9d", + "\xc4\x9e", "\x4c\xa7", "\xb5\x87", "\x5e\x73", "\x5e\x74", "\x00\x00", + "\xc4\x9f", "\x00\x00", "\x48\x52", "\x00\x00", "\x00\x00", "\x5e\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x75", "\x00\x00", + "\xb5\x88", "\xc4\xa0", "\x4e\x5a", "\x5e\x76", "\x5e\x78", "\x00\x00", + "\x5e\x77", "\xc4\xa1", "\x00\x00", "\xc4\xa2", "\x00\x00", "\x00\x00", + "\xc4\xa3", "\x00\x00", "\x5e\x7a", "\x00\x00", "\x51\xdb", "\x00\x00", + "\x5e\x7b", "\x00\x00", "\x00\x00", "\xc4\xa4", "\xc4\xa5", "\x52\x74", + "\xc4\xa6", "\x4e\xcf", "\x00\x00", "\x50\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc4\xa7", "\x5e\x7d", "\x5e\x7e", "\x5e\x7c", "\x00\x00", + "\x00\x00", "\xc4\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x7b", + "\x00\x00", "\x00\x00", "\x4a\xdb", "\x4c\x9e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xa9", "\xc4\xaa", "\x00\x00", + "\x00\x00", "\x5e\x80", "\x52\xfe", "\x5e\x7f", "\xc4\xab", "\xc4\xac", + "\x50\x6f", "\x54\xd6", "\xc4\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\xae", "\x00\x00", "\xc4\xaf", "\xc4\xb0", "\x00\x00", "\xc4\xb1", + "\x00\x00", "\x00\x00", "\x5e\x82", "\xc4\xb2", "\x00\x00", "\xc4\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xb4", "\xc4\xb5", + "\x00\x00", "\x00\x00", "\x5e\x84", "\x5e\x81", "\xc4\xb6", "\xc4\xb7", + "\x00\x00", "\x4a\x51", "\x5e\x83", "\x5e\x85", "\xc4\xb8", "\x4e\x9d", + "\x00\x00", "\x00\x00", "\xc4\xb9", "\x00\x00", "\x5e\x86", "\x5e\x8b", + "\x00\x00", "\xc4\xba", "\xc4\xbb", "\x5e\x88", "\x49\xc5", "\x4f\xd0", + "\xc4\xbc", "\x00\x00", "\x4f\x45", "\x5e\x89", "\x00\x00", "\xc4\xbd", + "\xc4\xbe", "\xb5\x8d", "\x5e\x87", "\xc4\xbf", "\x50\x4f", "\x53\xdd", + "\x00\x00", "\xb5\x8f", "\xc4\xc0", "\xc4\xc1", "\x00\x00", "\xc4\xc2", + "\x5e\x8c", "\x4c\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xc3", + "\x4e\x95", "\x51\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xc4", "\x5e\x8e", "\x5e\x8d", + "\xc4\xc5", "\x00\x00", "\xc4\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\xc7", "\x5e\x8f", "\xc4\xc8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc4\xc9", "\xc4\xca", "\xc4\xcb", "\xc4\xcc", "\x00\x00", + "\x00\x00", "\x4f\x65", "\x00\x00", "\x00\x00", "\xc4\xcd", "\xc4\xce", + "\x5e\x92", "\xc4\xcf", "\x5e\x91", "\xc4\xd0", "\xc4\xd1", "\x00\x00", + "\xc4\xd2", "\xc4\xd3", "\x5e\x93", "\xc4\xd4", "\x4d\x61", "\x00\x00", + "\x00\x00", "\x5e\x96", "\x00\x00", "\x5e\x94", "\x5e\x95", "\xc4\xd5", + "\x51\xcb", "\x5e\x97", "\xc4\xd6", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\xd7", "\xc4\xd8", "\x00\x00", "\xc4\xd9", "\x4c\x6e", "\xc4\xda", + "\xc4\xdb", "\x47\x83", "\x00\x00", "\x45\xfd", "\xb5\x92", "\x49\xb1", + "\x00\x00", "\x00\x00", "\xc4\xdc", "\x00\x00", "\xc4\xdd", "\x00\x00", + "\x00\x00", "\xc4\xde", "\xb5\x93", "\xc4\xdf", "\x4d\xe9", "\xc4\xe0", + "\xc4\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xe2", "\x00\x00", + "\xc4\xe3", "\xc4\xe4", "\xc4\xe5", "\x00\x00", "\xc4\xe6", "\x00\x00", + "\x00\x00", "\xc4\xe7", "\xc4\xe8", "\x00\x00", "\xb5\x94", "\x4e\x4c", + "\xc4\xe9", "\xc4\xea", "\x00\x00", "\xc4\xeb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4a\xf9", "\x5e\x9a", "\x00\x00", "\xc4\xec", + "\x00\x00", "\xc4\xed", "\x00\x00", "\xc4\xee", "\x00\x00", "\x5e\x9c", + "\xc4\xef", "\x5e\x99", "\x00\x00", "\xc4\xf0", "\x5e\x9d", "\x00\x00", + "\x4c\x9a", "\x00\x00", "\x00\x00", "\xc4\xf1", "\xc4\xf2", "\x00\x00", + "\x5e\x98", "\x5e\x9e", "\x53\x99", "\xc4\xf3", "\xc4\xf4", "\x4d\x5d", + "\x5e\x9b", "\xc4\xf5", "\x00\x00", "\x00\x00", "\x5e\xa2", "\xc4\xf6", + "\x00\x00", "\x00\x00", "\x5e\x9f", "\x00\x00", "\x00\x00", "\xc4\xf7", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xf8", "\x5e\xa5", "\x00\x00", + "\x4b\x99", "\xc4\xf9", "\x00\x00", "\x5e\xa1", "\x00\x00", "\x5e\xa0", + "\xc4\xfa", "\xc4\xfb", "\x00\x00", "\xc4\xfc", "\x4c\xb9", "\x00\x00", + "\x00\x00", "\x50\x66", "\x5e\xa3", "\x00\x00", "\x00\x00", "\x5e\xa4", + "\x00\x00", "\x00\x00", "\xc4\xfd", "\x5e\xa8", "\x00\x00", "\xc4\xfe", + "\x5e\xa6", "\xc5\x41", "\xc5\x42", "\xc5\x43", "\x00\x00", "\xc5\x44", + "\x46\xb7", "\xc5\x45", "\xc5\x46", "\xc5\x47", "\x00\x00", "\x48\xdb", + "\xc5\x48", "\x5e\xa9", "\x45\xeb", "\x5e\xa7", "\x00\x00", "\x50\xf7", + "\xc5\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\x4a", "\x00\x00", "\xb5\x95", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x4b", "\xc5\x4c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4e\x5c", "\x00\x00", "\xc5\x4d", "\x5e\xac", "\x5e\xaa", "\x00\x00", + "\xc5\x4e", "\x5e\xad", "\x5e\xab", "\xc5\x4f", "\xc5\x50", "\xc5\x51", + "\x5e\xae", "\xc5\x52", "\xc5\x53", "\xc5\x54", "\x5e\xaf", "\x54\x53", + "\x4c\xd8", "\x52\xa3", "\x52\x9f", "\x00\x00", "\x00\x00", "\xc5\x55", + "\x5e\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xb2", + "\xc5\x56", "\x5e\xb5", "\x00\x00", "\xc5\x57", "\xc5\x58", "\x00\x00", + "\xc5\x59", "\xc5\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x5b", + "\x00\x00", "\xc5\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x5d", + "\xc5\x5e", "\xb5\x97", "\x00\x00", "\x5e\xb1", "\x00\x00", "\xc5\x5f", + "\x00\x00", "\x5e\xb4", "\x53\xf1", "\x4f\x52", "\x5e\xb6", "\xc5\x60", + "\x4b\x5b", "\x5e\xb3", "\x50\x8c", "\x00\x00", "\x5e\xbc", "\x5e\xb9", + "\x5e\xbb", "\x00\x00", "\xc5\x61", "\xc5\x62", "\xc5\x63", "\x5e\xb7", + "\x5e\xba", "\xc5\x64", "\x00\x00", "\xc5\x65", "\xc5\x66", "\x5e\xbe", + "\x5e\xb8", "\xc5\x67", "\xc5\x68", "\x51\x88", "\x00\x00", "\x00\x00", + "\x68\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\xbf", "\x00\x00", "\xc5\x69", "\xc5\x6a", + "\x00\x00", "\x52\x8c", "\x00\x00", "\xc5\x6b", "\xc5\x6c", "\xc5\x6d", + "\xb5\x98", "\x5e\xbd", "\x00\x00", "\x50\x4d", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\x6e", "\xc5\x6f", "\xc5\x70", "\xc5\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x99", "\xc5\x72", "\xc5\x73", + "\xc5\x74", "\x00\x00", "\xc5\x75", "\x00\x00", "\x5e\xc1", "\x5e\xc0", + "\xc5\x76", "\xc5\x77", "\x5e\xc2", "\xc5\x78", "\x00\x00", "\xb5\x9b", + "\xc5\x79", "\x5e\xc3", "\xc5\x7a", "\xc5\x7b", "\xc5\x7c", "\xc5\x7d", + "\x00\x00", "\x00\x00", "\xc5\x7e", "\xc5\x7f", "\x4a\xb9", "\xc5\x80", + "\xc5\x81", "\x00\x00", "\x00\x00", "\xc5\x82", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\x83", "\xb5\x9c", "\xc5\x84", "\x00\x00", "\x52\x49", + "\x00\x00", "\xc5\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x86", "\xc5\x87", + "\x5e\xc4", "\x00\x00", "\xc5\x88", "\x00\x00", "\x00\x00", "\x5e\xc5", + "\xc5\x89", "\x00\x00", "\x00\x00", "\xc5\x8a", "\x5e\xc6", "\x00\x00", + "\xb5\x9d", "\x00\x00", "\xc5\x8b", "\x00\x00", "\xc5\x8c", "\xc5\x8d", + "\x4e\x64", "\x00\x00", "\xc5\x8e", "\xc5\x8f", "\x5e\xc7", "\x00\x00", + "\x54\x52", "\x5e\xc8", "\xc5\x90", "\x00\x00", "\x49\xc2", "\x5e\xc9", + "\xc5\x91", "\x5e\xca", "\xc5\x92", "\xc5\x93", "\x00\x00", "\x00\x00", + "\x5e\xcb", "\xc5\x94", "\x5e\xcc", "\x5e\xce", "\x5e\xcd", "\x00\x00", + "\xc5\x95", "\x00\x00", "\x4c\xd4", "\x5e\xcf", "\x5e\xd0", "\x00\x00", + "\xc5\x96", "\xc5\x97", "\xc5\x98", "\x00\x00", "\x00\x00", "\xc5\x99", + "\x00\x00", "\x5e\xd1", "\x00\x00", "\x5e\xd3", "\x5e\xd2", "\x5e\xd4", + "\xc5\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xd6", "\x5e\xd5", "\x5e\xd7", "\x00\x00", "\x00\x00", "\x54\x95", + "\xc5\x9b", "\x5e\xd8", "\x00\x00", "\x53\xe6", "\xc5\x9c", "\xc5\x9d", + "\x4b\x55", "\x00\x00", "\x4b\x66", "\x00\x00", "\x52\xa7", "\x00\x00", + "\x5e\xd9", "\x45\x99", "\xc5\x9e", "\xc5\x9f", "\x00\x00", "\x45\xc0", + "\xc5\xa0", "\x55\xd7", "\x5e\xda", "\xc5\xa1", "\x45\xb6", "\xc5\xa2", + "\xc5\xa3", "\x4d\x58", "\x5e\xdb", "\x00\x00", "\x00\x00", "\x58\xfe", + "\x45\x63", "\x46\x7c", "\x48\xa0", "\x49\x67", "\x00\x00", "\x00\x00", + "\xc5\xa4", "\x45\x7c", "\x57\x65", "\xc5\xa5", "\x45\x55", "\x46\x77", + "\x5e\xdc", "\xc5\xa6", "\xc5\xa7", "\xc5\xa8", "\xc5\xa9", "\x00\x00", + "\x00\x00", "\xc5\xaa", "\x5e\xdd", "\x00\x00", "\x5e\xe1", "\xc5\xab", + "\xc5\xac", "\x5e\xe0", "\x5e\xdf", "\x5b\x7c", "\x47\xae", "\x5e\xde", + "\xc5\xad", "\x55\x8f", "\xc5\xae", "\x47\x8b", "\xc5\xaf", "\x00\x00", + "\x4e\xdc", "\x00\x00", "\x00\x00", "\xc5\xb0", "\x00\x00", "\x47\xab", + "\x5e\xe3", "\x5e\xe2", "\x4d\x72", "\x50\x86", "\xc5\xb1", "\xc5\xb2", + "\x49\xfe", "\xc5\xb3", "\x55\x9a", "\x00\x00", "\x5e\xe4", "\x4c\xf0", + "\x51\xb4", "\x5e\xe5", "\x00\x00", "\x52\xfd", "\x48\xb9", "\x5e\xe6", + "\xb5\xa2", "\x5e\xe9", "\x00\x00", "\x5e\xe7", "\x4a\xa9", "\xc5\xb4", + "\xb5\xa3", "\x4e\x54", "\x5e\xe8", "\x00\x00", "\x5e\xeb", "\x50\xdd", + "\x5e\xea", "\xc5\xb5", "\xc5\xb6", "\xc5\xb7", "\xc5\xb8", "\xc5\xb9", + "\xc5\xba", "\x50\xd4", "\x00\x00", "\xc5\xbb", "\x5e\xec", "\x00\x00", + "\x00\x00", "\xc5\xbc", "\x5e\xed", "\x5e\xee", "\x00\x00", "\x5e\xf0", + "\x5e\xef", "\x4e\xa0", "\xb5\xa5", "\x00\x00", "\x51\x71", "\x55\xb0", + "\xc5\xbd", "\x4c\xb4", "\xc5\xbe", "\xc5\xbf", "\x5e\xf1", "\xc5\xc0", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\xc1", "\x5e\xf2", "\x00\x00", + "\xc5\xc2", "\x5e\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc5\xc3", "\x5e\xf5", "\xc5\xc4", "\x5e\xf4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xce", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xa9", "\x5e\xfd", "\x4d\x97", "\x5e\xf7", + "\xc5\xc5", "\x5e\xf9", "\x00\x00", "\xb5\xaa", "\x5e\xfb", "\x54\xe1", + "\xc5\xc6", "\x00\x00", "\x5e\xfc", "\x5e\xfa", "\x51\x42", "\xc5\xc7", + "\xc5\xc8", "\xc5\xc9", "\x5e\xf6", "\x5e\xf8", "\xc5\xca", "\x49\xbf", + "\xc5\xcb", "\x4e\x4a", "\x00\x00", "\x00\x00", "\x5f\x41", "\x00\x00", + "\xc5\xcc", "\x5e\xfe", "\xc5\xcd", "\xc5\xce", "\x00\x00", "\x00\x00", + "\x5f\x42", "\xb5\xab", "\x51\x82", "\x53\xfd", "\x00\x00", "\xc5\xcf", + "\x55\x49", "\x5f\x43", "\x00\x00", "\x4c\x47", "\xc5\xd0", "\xb5\xac", + "\x5f\x45", "\xc5\xd1", "\xc5\xd2", "\xc5\xd3", "\x51\x74", "\x5f\x44", + "\xc5\xd4", "\x00\x00", "\x00\x00", "\xc5\xd5", "\x00\x00", "\x54\xa4", + "\x00\x00", "\x00\x00", "\xc5\xd6", "\x00\x00", "\xc5\xd7", "\xc5\xd8", + "\x5f\x4a", "\xc5\xd9", "\x5f\x4c", "\x5f\x4d", "\x50\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\xda", "\x5f\x4b", "\x00\x00", + "\x5f\x48", "\x00\x00", "\x5f\x46", "\x5f\x47", "\xc5\xdb", "\x5f\x49", + "\xc5\xdc", "\xc5\xdd", "\xc5\xde", "\x00\x00", "\x00\x00", "\xc5\xdf", + "\xc5\xe0", "\x5f\x4f", "\xc5\xe1", "\x5f\x4e", "\xc5\xe2", "\x52\x4f", + "\x00\x00", "\xc5\xe3", "\x00\x00", "\x00\x00", "\xc5\xe4", "\xc5\xe5", + "\x00\x00", "\xc5\xe6", "\xc5\xe7", "\x00\x00", "\xb5\xaf", "\xc5\xe8", + "\x00\x00", "\xc5\xe9", "\xc5\xea", "\xc5\xeb", "\xc5\xec", "\x5f\x50", + "\x5f\x52", "\x5f\x53", "\x5f\x54", "\xc5\xed", "\x5f\x55", "\xc5\xee", + "\xc5\xef", "\x5f\x51", "\xb5\xb1", "\xc5\xf0", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\xf1", "\x00\x00", "\x00\x00", "\x5f\x57", "\x00\x00", + "\xc5\xf2", "\xc5\xf3", "\x5f\x56", "\xc5\xf4", "\x00\x00", "\x00\x00", + "\xc5\xf5", "\xc5\xf6", "\xc5\xf7", "\x5f\x58", "\xc5\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc5\xf9", "\xc5\xfa", "\x4b\xb7", "\xc5\xfb", + "\xc5\xfc", "\xc5\xfd", "\x5f\x5c", "\x5f\x59", "\x5f\x5a", "\xc5\xfe", + "\xc6\x41", "\xc6\x42", "\x54\x47", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xaa", "\x00\x00", "\x00\x00", "\xc6\x43", + "\x53\x7e", "\x00\x00", "\x5f\x5b", "\xc6\x44", "\x00\x00", "\x00\x00", + "\x5f\x5d", "\x00\x00", "\x00\x00", "\xc6\x45", "\x00\x00", "\x5f\x5e", + "\x5f\x5f", "\x00\x00", "\xc6\x46", "\xc6\x47", "\x00\x00", "\x5f\x62", + "\x5f\x60", "\x5f\x61", "\x5f\x63", "\x00\x00", "\x5f\x64", "\xc6\x48", + "\xc6\x49", "\xc6\x4a", "\x5f\x65", "\xc6\x4b", "\x5f\x66", "\x00\x00", + "\xc6\x4c", "\x00\x00", "\x5f\x67", "\x00\x00", "\x53\x9a", "\x00\x00", + "\x46\x4b", "\x46\xe8", "\x5f\x68", "\x46\x59", "\x45\x4b", "\x00\x00", + "\x5f\x6a", "\xc6\x4d", "\x5f\x69", "\x5f\x6b", "\x45\xef", "\xc6\x4e", + "\x4a\xb0", "\x4c\xbb", "\x5f\x6c", "\x00\x00", "\x00\x00", "\x5f\x6d", + "\xc6\x4f", "\xc6\x50", "\x52\x99", "\x00\x00", "\x52\xa4", "\x00\x00", + "\x00\x00", "\x4e\x81", "\x00\x00", "\xc6\x51", "\x53\x96", "\x00\x00", + "\x00\x00", "\x5f\x6e", "\x5f\x6f", "\x5f\x72", "\x5f\x70", "\xc6\x52", + "\x5f\x71", "\xc6\x53", "\xc6\x54", "\xb5\xb6", "\xc6\x55", "\xc6\x56", + "\xc6\x57", "\xc6\x58", "\x5f\x73", "\xc6\x59", "\xc6\x5a", "\x00\x00", + "\xc6\x5b", "\x00\x00", "\x00\x00", "\xc6\x5c", "\x49\xda", "\xb5\xb7", + "\x5f\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x75", "\x00\x00", + "\xb5\xb8", "\x68\x68", "\x5f\x76", "\x5f\x77", "\x5f\x78", "\x00\x00", + "\x00\x00", "\xc6\x5d", "\x00\x00", "\x4d\xc7", "\x00\x00", "\xc6\x5e", + "\x5f\x79", "\x53\xba", "\x00\x00", "\xc6\x5f", "\x50\x57", "\x00\x00", + "\x51\xb5", "\xc6\x60", "\x47\x74", "\xc6\x61", "\xc6\x62", "\x5f\x7b", + "\xc6\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x7d", "\x00\x00", + "\xc6\x64", "\x00\x00", "\x5f\x7c", "\x4d\x65", "\x00\x00", "\xc6\x65", + "\x00\x00", "\x48\x44", "\x5c\xc9", "\x00\x00", "\x5f\x7e", "\x4b\x84", + "\xc6\x66", "\x5f\x7f", "\x00\x00", "\x49\xe3", "\x48\x90", "\x5f\x80", + "\xc6\x67", "\x53\xf7", "\xc6\x68", "\x00\x00", "\x5f\x81", "\x00\x00", + "\xc6\x69", "\x00\x00", "\x46\x75", "\x00\x00", "\xc6\x6a", "\xc6\x6b", + "\x50\x80", "\x00\x00", "\x46\x74", "\x00\x00", "\xc6\x6c", "\x00\x00", + "\x46\x78", "\xc6\x6d", "\x00\x00", "\x5f\x83", "\xc6\x6e", "\x00\x00", + "\x50\x82", "\x00\x00", "\xc6\x6f", "\x48\x47", "\x00\x00", "\x00\x00", + "\x5f\x86", "\x00\x00", "\xc6\x70", "\x5f\x85", "\x5f\x84", "\x52\xbc", + "\xc6\x71", "\x4d\xa2", "\x45\x52", "\x00\x00", "\xc6\x72", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\x73", "\x00\x00", "\xc6\x74", "\xc6\x75", + "\x00\x00", "\xc6\x76", "\x00\x00", "\xc6\x77", "\xc6\x78", "\x5f\x8b", + "\xc6\x79", "\x00\x00", "\x51\xca", "\x46\x42", "\x4e\x6a", "\x00\x00", + "\xc6\x7a", "\x00\x00", "\x5f\x87", "\x5f\x89", "\x5f\x8a", "\x00\x00", + "\xc6\x7b", "\x5f\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\x7c", + "\xc6\x7d", "\xc6\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc6\x7f", "\xc6\x80", "\xc6\x81", "\x5f\x8c", "\x5f\x8d", "\xc6\x82", + "\x4e\x5f", "\x00\x00", "\x49\xa5", "\xc6\x83", "\xc6\x84", "\x00\x00", + "\x47\xaa", "\x00\x00", "\xc6\x85", "\x00\x00", "\x00\x00", "\xc6\x86", + "\x5f\x8e", "\x5f\x8f", "\x00\x00", "\x00\x00", "\xc6\x87", "\x00\x00", + "\x00\x00", "\xc6\x88", "\xc6\x89", "\xc6\x8a", "\x00\x00", "\x00\x00", + "\xc6\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\x8c", "\xc6\x8d", + "\xb5\xbf", "\x00\x00", "\x5f\x90", "\x5f\x93", "\xc6\x8e", "\x00\x00", + "\xc6\x8f", "\xc6\x90", "\xc6\x91", "\x52\x6c", "\xc6\x92", "\x4a\x73", + "\xc6\x93", "\x5f\x94", "\x4a\x96", "\xc6\x94", "\x5f\x91", "\x00\x00", + "\xc6\x95", "\x5f\x92", "\xc6\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc6\x97", "\x00\x00", "\xc6\x98", "\xc6\x99", "\xc6\x9a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x97", "\xc6\x9b", "\x00\x00", + "\xb5\xc1", "\xc6\x9c", "\x5f\x96", "\x5f\x95", "\xc6\x9d", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\x9e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x99", "\xc6\x9f", "\xc6\xa0", + "\x5f\x98", "\x00\x00", "\x00\x00", "\x5f\x9a", "\x00\x00", "\x00\x00", + "\xc6\xa1", "\xc6\xa2", "\xc6\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc6\xa4", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x9c", "\xc6\xa5", + "\x5f\x9b", "\x00\x00", "\xc6\xa6", "\x00\x00", "\xb5\xc5", "\x55\x72", + "\x00\x00", "\xc6\xa7", "\x00\x00", "\xb5\xc6", "\xc6\xa8", "\x00\x00", + "\x4d\xb0", "\x52\x7d", "\xc6\xa9", "\xc6\xaa", "\x5f\x9d", "\xc6\xab", + "\x00\x00", "\x4f\x9b", "\x00\x00", "\xc6\xac", "\x5f\x9e", "\x00\x00", + "\x00\x00", "\x5f\x9f", "\x00\x00", "\x5f\xa3", "\x5f\xa1", "\x5f\xa2", + "\xc6\xad", "\x5f\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xa4", "\x00\x00", "\xc6\xaf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc6\xb0", "\xc6\xb1", "\x00\x00", "\x00\x00", "\xc6\xb2", + "\x00\x00", "\x53\x50", "\x00\x00", "\xc6\xb3", "\x5f\xa6", "\x50\xed", + "\x5f\xa7", "\x00\x00", "\xc6\xb4", "\xc6\xb5", "\xc6\xb6", "\x00\x00", + "\x46\xc1", "\x5f\xa8", "\xc6\xb7", "\x45\xb0", "\xc6\xb8", "\x55\xc9", + "\x00\x00", "\x4e\x4d", "\xc6\xb9", "\x00\x00", "\xc6\xba", "\x4a\x82", + "\x5f\xa9", "\x51\xbb", "\xc6\xbb", "\xc6\xbc", "\x00\x00", "\x45\x80", + "\xc6\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xbe", "\x00\x00", + "\x00\x00", "\xc6\xbf", "\x5f\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x5b", "\x00\x00", "\x00\x00", "\xc6\xc0", + "\xc6\xc1", "\x00\x00", "\x00\x00", "\xc6\xc2", "\x00\x00", "\x00\x00", + "\x5f\xac", "\xc6\xc3", "\xc6\xc4", "\x00\x00", "\x00\x00", "\xc6\xc5", + "\x5f\xad", "\x00\x00", "\x46\xd3", "\x4c\xc3", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xc6", + "\x00\x00", "\x00\x00", "\x5f\xb0", "\x5f\xae", "\xc6\xc7", "\xc6\xc8", + "\x00\x00", "\x4d\x45", "\x54\xb4", "\x52\x48", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xc9", "\xc6\xc9", "\xc6\xca", "\x00\x00", + "\xc6\xcb", "\x00\x00", "\x4c\xc2", "\x00\x00", "\x4a\xbe", "\xc6\xcc", + "\x00\x00", "\xc6\xcd", "\x00\x00", "\x00\x00", "\x50\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xaf", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc6\xce", "\xc6\xcf", "\x5f\xb1", "\x00\x00", "\xc6\xd0", + "\xc6\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xd2", "\x00\x00", + "\x5f\xb2", "\xb5\xcb", "\x00\x00", "\xb5\xcc", "\xc6\xd3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\xd4", "\x49\x76", "\xc6\xd5", "\x00\x00", + "\xc6\xd6", "\xc6\xd7", "\x00\x00", "\xc6\xd8", "\x5f\xb3", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\xd9", "\x00\x00", "\xc6\xda", "\x49\x84", + "\x4a\xef", "\x00\x00", "\xc6\xdb", "\x53\x69", "\x00\x00", "\x00\x00", + "\x52\xbf", "\x00\x00", "\x5f\xb4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xb6", "\x00\x00", "\x5f\xb9", "\x00\x00", + "\xc6\xdc", "\x00\x00", "\x00\x00", "\x4f\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xb7", "\x51\x95", "\x00\x00", "\x00\x00", + "\xc6\xdd", "\x00\x00", "\x5f\xba", "\x53\x56", "\x5f\xb5", "\xc6\xde", + "\x00\x00", "\x51\x7b", "\x00\x00", "\x4f\xb1", "\xc6\xdf", "\x52\xd2", + "\x00\x00", "\x54\x5b", "\xc6\xe0", "\x00\x00", "\x5f\xb8", "\x00\x00", + "\x00\x00", "\xc6\xe1", "\xc6\xe2", "\xc6\xe3", "\x00\x00", "\xc6\xe4", + "\x00\x00", "\x5f\xbb", "\xc6\xe5", "\x00\x00", "\x00\x00", "\x4d\xf8", + "\xc6\xe6", "\x50\x7d", "\x5f\xbd", "\x00\x00", "\xc6\xe7", "\xc6\xe8", + "\x00\x00", "\x5f\xbe", "\xc6\xe9", "\xc6\xea", "\xc6\xeb", "\xc6\xec", + "\x00\x00", "\x5f\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x48\x7a", "\xc6\xed", "\x5f\xc4", "\xc6\xee", "\x5f\xc3", "\xc6\xef", + "\x00\x00", "\x4a\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xc5", + "\x5f\xc0", "\xc6\xf0", "\xc6\xf1", "\xc6\xf2", "\x5f\xc6", "\x5f\xc1", + "\xc6\xf3", "\x00\x00", "\xc6\xf4", "\x00\x00", "\x4b\x9c", "\x5f\xbf", + "\xc6\xf5", "\xc6\xf6", "\x5f\xc2", "\xc6\xf7", "\xc6\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xc9", "\xc6\xf9", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc6\xfa", "\xc6\xfb", "\xc6\xfc", "\x00\x00", "\x00\x00", + "\xc6\xfd", "\x00\x00", "\xc6\xfe", "\x5f\xc8", "\x49\xb4", "\x00\x00", + "\xc7\x41", "\x00\x00", "\x5f\xc7", "\x00\x00", "\x00\x00", "\x48\xaa", + "\x00\x00", "\x00\x00", "\xc7\x42", "\xc7\x43", "\x5f\xcb", "\x00\x00", + "\xc7\x44", "\xc7\x45", "\x00\x00", "\xb5\xd1", "\xc7\x46", "\xc7\x47", + "\x00\x00", "\x5f\xca", "\xb5\xd2", "\xc7\x48", "\xc7\x49", "\x51\xb0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x4a", "\x5f\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x4b", "\x00\x00", + "\x4c\x9c", "\x00\x00", "\xc7\x4c", "\x5f\xcd", "\x4d\xf0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xce", + "\xc7\x4d", "\xb5\xd4", "\xc7\x4e", "\x00\x00", "\xc7\x4f", "\xc7\x50", + "\xc7\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x52", + "\x51\xb9", "\xc7\x53", "\x00\x00", "\xc7\x54", "\x51\x4c", "\x5f\xd0", + "\x5f\xcf", "\xc7\x55", "\xb5\xd5", "\x00\x00", "\x5f\xd1", "\xc7\x56", + "\x00\x00", "\x00\x00", "\xc7\x57", "\xc7\x58", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x48\x53", "\xc7\x59", "\x49\x58", "\xc7\x5a", + "\x46\x63", "\xc7\x5b", "\x5f\xd3", "\x53\xd2", "\x00\x00", "\x00\x00", + "\xc7\x5c", "\xc7\x5d", "\xc7\x5e", "\x51\x92", "\x4e\xd8", "\x4f\xeb", + "\xc7\x5f", "\xc7\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x61", + "\x48\x8c", "\xc7\x62", "\x00\x00", "\x55\x5c", "\xc7\x63", "\x5f\xd8", + "\x4c\xdc", "\x53\x65", "\xc7\x64", "\x00\x00", "\x5f\xd7", "\xc7\x65", + "\xc7\x66", "\x4c\xeb", "\x45\xa1", "\x5f\xd6", "\x5f\xd4", "\x00\x00", + "\x4f\x89", "\x00\x00", "\x00\x00", "\x49\xf9", "\x00\x00", "\xc7\x67", + "\x4d\xbf", "\xc7\x68", "\x00\x00", "\xc7\x69", "\x00\x00", "\x4c\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x6a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x53", "\x00\x00", "\xc7\x6b", + "\x52\xd8", "\xc7\x6c", "\xc7\x6d", "\x00\x00", "\xc7\x6e", "\x5f\xda", + "\x50\xe7", "\x4d\x75", "\x00\x00", "\x00\x00", "\x50\xae", "\x4f\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xdb", "\xc7\x6f", + "\xc7\x70", "\x52\x86", "\x4b\xa7", "\x45\x8b", "\x00\x00", "\xc7\x71", + "\x00\x00", "\xc7\x72", "\x5f\xdc", "\xc7\x73", "\xc7\x74", "\x00\x00", + "\xc7\x75", "\x00\x00", "\x00\x00", "\x5f\xdf", "\xc7\x76", "\x5f\xde", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x77", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xaa", "\x4f\xd7", "\xc7\x78", "\xc7\x79", + "\x5f\xe0", "\xc7\x7a", "\x00\x00", "\x00\x00", "\x54\xf5", "\xc7\x7b", + "\x50\xfa", "\xc7\x7c", "\x00\x00", "\x5f\xe1", "\xc7\x7d", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc7\x7e", "\x53\x6a", "\x5f\xe2", "\xc7\x7f", + "\x00\x00", "\x55\x5d", "\x54\x63", "\x53\xd0", "\x45\xf1", "\x46\xc3", + "\xc7\x80", "\x00\x00", "\xc7\x81", "\x00\x00", "\x00\x00", "\xc7\x82", + "\xc7\x83", "\x5f\xe3", "\xc7\x84", "\x46\x58", "\xb5\xdf", "\xb5\xe0", + "\x00\x00", "\xc7\x85", "\x00\x00", "\x48\xed", "\x4d\xba", "\x00\x00", + "\xc7\x86", "\x5f\xe4", "\xc7\x87", "\x00\x00", "\x4c\x70", "\x00\x00", + "\xc7\x88", "\x00\x00", "\x00\x00", "\xc7\x89", "\xc7\x8a", "\x4d\x83", + "\xc7\x8b", "\x54\xb5", "\xc7\x8c", "\x5f\xe7", "\x50\x8f", "\xc7\x8d", + "\x4c\x8a", "\x5f\xe5", "\x00\x00", "\x4d\x9f", "\xc7\x8e", "\xc7\x8f", + "\x5f\xe6", "\xc7\x90", "\x00\x00", "\x00\x00", "\x4b\xdf", "\xc7\x91", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc7\x92", "\x00\x00", "\x00\x00", "\x49\x75", "\xc7\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x64", "\x00\x00", "\xc7\x94", "\xc7\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x96", "\x5f\xe8", "\xc7\x97", + "\xc7\x98", "\x47\xf4", "\xc7\x99", "\x5f\xe9", "\x47\xc4", "\x00\x00", + "\x00\x00", "\xc7\x9a", "\x00\x00", "\x00\x00", "\x47\xfa", "\xc7\x9b", + "\x00\x00", "\x50\x87", "\x5f\xea", "\x5f\xeb", "\x4d\xcf", "\xc7\x9c", + "\x52\x96", "\x00\x00", "\xc7\x9d", "\x5f\xec", "\x53\x66", "\xc7\x9e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x9f", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xa0", "\x00\x00", "\xc7\xa1", + "\x46\x92", "\xc7\xa2", "\xc7\xa3", "\x5f\xed", "\x47\x6a", "\x00\x00", + "\xc7\xa4", "\xc7\xa5", "\x00\x00", "\x5f\xef", "\xc7\xa6", "\xc7\xa7", + "\xc7\xa8", "\x5f\xf0", "\x4d\xbe", "\x4f\xc7", "\x5f\xee", "\x4f\xd5", + "\x4e\x94", "\x00\x00", "\x48\xd4", "\x5f\xf1", "\xc7\xa9", "\xc7\xaa", + "\x52\xbe", "\xc7\xab", "\xc7\xac", "\x5f\xf3", "\x00\x00", "\x00\x00", + "\xc7\xad", "\x48\x91", "\x52\x54", "\x50\xb8", "\x50\x9b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xae", "\xc7\xaf", "\x5f\xf2", + "\x00\x00", "\xc7\xb0", "\x00\x00", "\x00\x00", "\xc7\xb1", "\xc7\xb2", + "\x00\x00", "\xc7\xb3", "\xc7\xb4", "\x5f\xf5", "\x5f\xf4", "\x4e\x98", + "\x00\x00", "\xc7\xb5", "\x00\x00", "\xc7\xb6", "\x00\x00", "\x5f\xf6", + "\xc7\xb7", "\x4f\x5c", "\x00\x00", "\xc7\xb8", "\x00\x00", "\x00\x00", + "\x5f\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x86", "\xc7\xb9", + "\x49\x86", "\x00\x00", "\xc7\xba", "\x5f\xf9", "\x47\x8d", "\x00\x00", + "\x00\x00", "\x5f\xfa", "\xc7\xbb", "\x4e\x91", "\xc7\xbc", "\x4a\xfd", + "\xc7\xbd", "\x51\x69", "\x54\x99", "\xc7\xbe", "\xc7\xbf", "\x00\x00", + "\x5f\xfb", "\x00\x00", "\xc7\xc0", "\xc7\xc1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc7\xc2", "\xc7\xc3", "\x4f\xb0", "\x4b\xe9", + "\xc7\xc4", "\x5f\xfc", "\x5f\xfe", "\x60\x41", "\x5f\xfd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xc5", "\x50\xa6", + "\xc7\xc6", "\x00\x00", "\x00\x00", "\xc7\xc7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x42", "\x4a\x65", "\x00\x00", + "\xc7\xc8", "\x00\x00", "\x50\xaa", "\x49\xa7", "\x60\x43", "\x00\x00", + "\x00\x00", "\xc7\xc9", "\x00\x00", "\xc7\xca", "\x60\x44", "\x00\x00", + "\x00\x00", "\xc7\xcb", "\x55\x9e", "\xc7\xcc", "\xc7\xcd", "\x00\x00", + "\xb5\xec", "\x60\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x46", + "\x60\x49", "\x60\x48", "\xc7\xce", "\x60\x4a", "\x52\xf0", "\xc7\xcf", + "\x60\x4b", "\x45\xdd", "\xc7\xd0", "\x60\x4c", "\xc7\xd1", "\x60\x4d", + "\x00\x00", "\x60\x4f", "\x60\x4e", "\x60\x51", "\x00\x00", "\x60\x50", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x52", "\x60\x53", "\xc7\xd2", + "\x49\xe7", "\x60\x54", "\x00\x00", "\x66\xc1", "\x47\x6e", "\x60\x55", + "\x60\x56", "\x54\x6b", "\x00\x00", "\x4d\x50", "\x60\x57", "\x60\x58", + "\xc7\xd3", "\xc7\xd4", "\x51\xc8", "\x60\x5a", "\xc7\xd5", "\x60\x5b", + "\x00\x00", "\x48\xef", "\x60\x5c", "\xc7\xd6", "\x00\x00", "\x00\x00", + "\xc7\xd7", "\x00\x00", "\x49\x71", "\x00\x00", "\x60\x5d", "\x45\xf5", + "\x54\x5c", "\xc7\xd8", "\x00\x00", "\xc7\xd9", "\xc7\xda", "\x52\x87", + "\x00\x00", "\x00\x00", "\x60\x5e", "\x00\x00", "\x54\xd5", "\x00\x00", + "\x60\x62", "\xc7\xdb", "\x51\xcf", "\x00\x00", "\x60\x61", "\x60\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x5f", "\x00\x00", "\x49\xb5", + "\xb5\xf1", "\x00\x00", "\xc7\xdc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xe7", "\x60\x65", "\x00\x00", "\x4f\x41", "\x00\x00", "\x00\x00", + "\x60\x66", "\xc7\xdd", "\x47\xe0", "\x00\x00", "\x00\x00", "\xc7\xde", + "\x00\x00", "\x52\xf4", "\x4f\xd9", "\xc7\xdf", "\x60\x68", "\xc7\xe0", + "\xc7\xe1", "\xc7\xe2", "\x46\x7e", "\xc7\xe3", "\xc7\xe4", "\xc7\xe5", + "\xc7\xe6", "\xc7\xe7", "\x00\x00", "\x60\x63", "\xc7\xe8", "\x60\x67", + "\x60\x64", "\x00\x00", "\x00\x00", "\x49\x6e", "\x00\x00", "\xb5\xf3", + "\x00\x00", "\xc7\xe9", "\x00\x00", "\xc7\xea", "\xc7\xeb", "\xc7\xec", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x6c", "\x4a\xc7", "\xc7\xed", + "\x4d\x9b", "\x46\xa7", "\x00\x00", "\x4b\x8f", "\x60\x6b", "\x60\x6a", + "\xc7\xee", "\x52\xf5", "\x60\x69", "\x4b\x45", "\x4b\x7c", "\x00\x00", + "\x49\xd0", "\xc7\xef", "\x46\xc9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x6d", "\x00\x00", "\x00\x00", + "\xc7\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xf1", "\x54\x84", + "\xc7\xf2", "\x50\x48", "\x00\x00", "\xc7\xf3", "\xc7\xf4", "\x00\x00", + "\x53\x4e", "\xc7\xf5", "\x60\x73", "\xc7\xf6", "\x60\x71", "\x60\x72", + "\xc7\xf7", "\xc7\xf8", "\x60\x70", "\x60\x6e", "\x00\x00", "\xc7\xf9", + "\x00\x00", "\xb5\xf6", "\x60\x6f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc7\xfa", "\x00\x00", "\x55\x9b", "\x4f\x51", "\x00\x00", "\xc7\xfb", + "\x00\x00", "\x55\xa4", "\x00\x00", "\x60\x77", "\xc7\xfc", "\x60\x7b", + "\xc7\xfd", "\xc7\xfe", "\x60\x7a", "\x00\x00", "\x4e\xe0", "\x4c\xcc", + "\xc8\x41", "\x48\x43", "\x60\x75", "\x60\x7c", "\x60\x79", "\xc8\x42", + "\x60\x78", "\x60\x74", "\x60\x82", "\x60\x76", "\xc8\x43", "\x46\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc8\x44", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xca", "\x00\x00", "\xc8\x45", "\x51\x8d", + "\x00\x00", "\xc8\x46", "\xc8\x47", "\x4a\xfb", "\xc8\x48", "\x00\x00", + "\x60\x80", "\xc8\x49", "\xc8\x4a", "\x00\x00", "\x50\x5c", "\x00\x00", + "\xc8\x4b", "\xc8\x4c", "\xc8\x4d", "\xc8\x4e", "\x00\x00", "\x00\x00", + "\x47\xa1", "\x51\xe8", "\xc8\x4f", "\x00\x00", "\x49\xe8", "\xc8\x50", + "\x60\x81", "\x4f\xb6", "\xc8\x51", "\x49\xa8", "\xc8\x52", "\x60\x7e", + "\x60\x7f", "\x00\x00", "\x00\x00", "\x60\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc8\x53", "\x00\x00", "\xc8\x54", "\xc8\x55", + "\x00\x00", "\xc8\x56", "\xc8\x57", "\xc8\x58", "\x00\x00", "\x60\x83", + "\x00\x00", "\x00\x00", "\x48\x75", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\xd8", "\x60\x87", "\x60\x85", "\x00\x00", "\xc8\x59", "\x60\x84", + "\xc8\x5a", "\x00\x00", "\x00\x00", "\x54\x44", "\x00\x00", "\x00\x00", + "\xb5\xfe", "\x00\x00", "\xc8\x5b", "\x60\x8c", "\xc8\x5c", "\xc8\x5d", + "\x60\x8e", "\x60\x86", "\xc8\x5e", "\xc8\x5f", "\xc8\x60", "\x00\x00", + "\xc8\x61", "\x00\x00", "\xc8\x62", "\x00\x00", "\x60\x89", "\xc8\x63", + "\xc8\x64", "\xc8\x65", "\xc8\x66", "\x00\x00", "\xc8\x67", "\x60\x8b", + "\x00\x00", "\xc8\x68", "\x00\x00", "\xc8\x69", "\xc8\x6a", "\x60\x8d", + "\xc8\x6b", "\xc8\x6c", "\x00\x00", "\x4f\x53", "\x57\x8a", "\x60\x8a", + "\x60\x88", "\x00\x00", "\x00\x00", "\x51\x7c", "\x00\x00", "\xc8\x6d", + "\x00\x00", "\xc8\x6e", "\x00\x00", "\x00\x00", "\xb6\x41", "\x60\x92", + "\xc8\x6f", "\x4b\xec", "\x00\x00", "\x60\x8f", "\x00\x00", "\xc8\x70", + "\xc8\x71", "\x60\x90", "\xc8\x72", "\x00\x00", "\x60\x91", "\x60\x94", + "\xc8\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc8\x74", + "\x00\x00", "\xc8\x75", "\xc8\x76", "\x00\x00", "\xc8\x77", "\x60\x93", + "\x51\xab", "\xc8\x78", "\xc8\x79", "\x00\x00", "\x00\x00", "\x60\x95", + "\x52\x70", "\x4f\x4c", "\x60\x96", "\x00\x00", "\x00\x00", "\x60\x98", + "\x00\x00", "\xb6\x43", "\xc8\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc8\x7b", "\x00\x00", "\x60\x97", "\x4d\xfe", "\x00\x00", "\x51\xf2", + "\x60\x9a", "\xc8\x7c", "\xc8\x7d", "\xc8\x7e", "\x4f\x99", "\xc8\x7f", + "\x60\x99", "\xb6\x45", "\x60\x9b", "\xc8\x80", "\xc8\x81", "\xc8\x82", + "\xc8\x83", "\xc8\x84", "\xc8\x85", "\x60\x9c", "\x4c\xee", "\xc8\x86", + "\x00\x00", "\xc8\x87", "\x52\xaa", "\x60\x9d", "\x00\x00", "\xc8\x88", + "\x00\x00", "\xc8\x89", "\x00\x00", "\x00\x00", "\x60\x9e", "\xc8\x8a", + "\xc8\x8b", "\xb6\x46", "\xc8\x8c", "\x00\x00", "\xc8\x8d", "\x46\x6f", + "\x00\x00", "\x60\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\xc8\x8e", + "\x00\x00", "\x00\x00", "\xc8\x8f", "\xc8\x90", "\x4f\xf0", "\x00\x00", + "\x00\x00", "\x55\xe7", "\x4e\x85", "\x60\xa0", "\x00\x00", "\x00\x00", + "\xc8\x91", "\xc8\x92", "\x00\x00", "\x48\x9e", "\x00\x00", "\x4f\xcc", + "\x00\x00", "\x53\xc9", "\x00\x00", "\xc8\x93", "\x60\xa1", "\x00\x00", + "\x4c\xa9", "\x00\x00", "\xc8\x94", "\x4c\x4b", "\x00\x00", "\x4d\x59", + "\x4b\xf7", "\x00\x00", "\x00\x00", "\x4f\xc8", "\x00\x00", "\x00\x00", + "\xc8\x95", "\x4b\xfb", "\xc8\x96", "\x60\xa5", "\x60\xa3", "\x00\x00", + "\x60\xa2", "\x52\xab", "\xc8\x97", "\x4b\xd4", "\x60\xa7", "\x00\x00", + "\x00\x00", "\x60\xa4", "\x00\x00", "\x60\xa6", "\x60\xab", "\x00\x00", + "\xc8\x98", "\x60\xaa", "\x60\xa9", "\x60\xa8", "\x00\x00", "\x00\x00", + "\xc8\x99", "\xc8\x9a", "\x00\x00", "\x60\xac", "\xc8\x9b", "\xc8\x9c", + "\xc8\x9d", "\x60\xae", "\x46\x6c", "\xc8\x9e", "\x51\xbc", "\x00\x00", + "\x60\xb0", "\x00\x00", "\xc8\x9f", "\x60\xaf", "\x00\x00", "\xc8\xa0", + "\xc8\xa1", "\xc8\xa2", "\x54\x71", "\x00\x00", "\x00\x00", "\xc8\xa3", + "\x51\x60", "\xc8\xa4", "\x00\x00", "\x00\x00", "\x60\xb1", "\xc8\xa5", + "\xc8\xa6", "\xc8\xa7", "\x48\x84", "\xc8\xa8", "\x60\xb3", "\xc8\xa9", + "\xc8\xaa", "\x00\x00", "\x60\xb4", "\xc8\xab", "\x54\x92", "\x51\x8c", + "\x51\x4b", "\x00\x00", "\x60\xb2", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc8\xac", "\x4e\xc5", "\x00\x00", "\xc8\xad", "\x00\x00", "\xc8\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xb5", "\x00\x00", "\x00\x00", + "\x60\xb6", "\x00\x00", "\x60\xb7", "\xc8\xaf", "\x60\xb8", "\x00\x00", + "\x46\xc7", "\x00\x00", "\x52\xc2", "\x48\xfa", "\x00\x00", "\x00\x00", + "\x51\xfe", "\x00\x00", "\x46\xdb", "\x00\x00", "\x60\xba", "\xc8\xb0", + "\x47\xbd", "\x4b\x67", "\x60\xb9", "\xc8\xb1", "\xc8\xb2", "\xc8\xb3", + "\x60\xbd", "\x4c\xf9", "\x00\x00", "\x49\xe2", "\x00\x00", "\xc8\xb4", + "\x4f\xb5", "\xc8\xb5", "\xc8\xb6", "\xc8\xb7", "\x47\xa6", "\x60\xbc", + "\xc8\xb8", "\x4f\x47", "\x4c\x78", "\x46\x80", "\x49\xf3", "\x4f\xf3", + "\x60\xbb", "\xc8\xb9", "\xc8\xba", "\x00\x00", "\x47\x9f", "\x48\x77", + "\x4c\xf4", "\xc8\xbb", "\x00\x00", "\x00\x00", "\xc8\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc8\xbd", "\x4a\xf0", "\x55\x92", "\xc8\xbe", + "\x60\xc0", "\x51\x48", "\x47\x68", "\xc8\xbf", "\x60\xc1", "\x4e\x59", + "\x00\x00", "\x60\xc3", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\xe4", + "\x4c\xbd", "\x00\x00", "\xc8\xc0", "\xc8\xc1", "\xc8\xc2", "\x60\xc2", + "\xc8\xc3", "\xc8\xc4", "\x49\xf4", "\x55\x63", "\x46\xb9", "\x60\xbe", + "\x60\xc5", "\xc8\xc5", "\x60\xc4", "\x00\x00", "\x00\x00", "\x60\xbf", + "\x46\x88", "\xc8\xc6", "\x60\xc9", "\x60\xcc", "\x46\xbf", "\xc8\xc7", + "\x00\x00", "\xc8\xc8", "\x00\x00", "\x00\x00", "\x60\xc8", "\xc8\xc9", + "\x00\x00", "\xc8\xca", "\xc8\xcb", "\x60\xd0", "\x60\xc6", "\xc8\xcc", + "\x50\x6d", "\x00\x00", "\x00\x00", "\x4c\xe7", "\x4e\xf7", "\x60\xcd", + "\x00\x00", "\xc8\xcd", "\x47\x57", "\xc8\xce", "\x60\xca", "\x00\x00", + "\xc8\xcf", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xcb", "\x00\x00", + "\xc8\xd0", "\x48\x81", "\x52\x68", "\x60\xc7", "\x00\x00", "\x4a\xe4", + "\x4a\xf3", "\x00\x00", "\xc8\xd1", "\x49\xf6", "\xc8\xd2", "\xc8\xd3", + "\x00\x00", "\x54\xed", "\x00\x00", "\xc8\xd4", "\x00\x00", "\xc8\xd5", + "\xc8\xd6", "\xc8\xd7", "\x00\x00", "\xc8\xd8", "\xc8\xd9", "\x00\x00", + "\xc8\xda", "\x60\xcf", "\x00\x00", "\xc8\xdb", "\xc8\xdc", "\xc8\xdd", + "\x00\x00", "\x53\x74", "\x00\x00", "\xc8\xde", "\x00\x00", "\x60\xce", + "\x00\x00", "\x00\x00", "\xc8\xdf", "\xc8\xe0", "\x00\x00", "\x4a\x4a", + "\x47\xcb", "\x54\xeb", "\x50\x70", "\xc8\xe1", "\xc8\xe2", "\x60\xdc", + "\x60\xda", "\x00\x00", "\x60\xd8", "\x60\xd2", "\x00\x00", "\x00\x00", + "\xc8\xe3", "\xc8\xe4", "\x00\x00", "\x00\x00", "\xc8\xe5", "\x60\xd7", + "\x51\xa3", "\x48\x80", "\x60\xd1", "\x60\xd9", "\x60\xdd", "\x48\xcb", + "\x4a\x53", "\xc8\xe6", "\x4d\xc9", "\x60\xd3", "\xc8\xe7", "\x60\xd4", + "\x60\xdb", "\xc8\xe8", "\x54\xd3", "\x54\xa6", "\x00\x00", "\x60\xd6", + "\x49\xdc", "\x48\x9d", "\xb6\x58", "\x00\x00", "\xc8\xe9", "\xc8\xea", + "\xc8\xeb", "\xc8\xec", "\xc8\xed", "\x60\xd5", "\x00\x00", "\x00\x00", + "\x4b\x97", "\x53\x7d", "\xc8\xee", "\xc8\xef", "\xc8\xf0", "\x47\x93", + "\x00\x00", "\x48\xa5", "\x4a\x9b", "\x00\x00", "\x00\x00", "\x60\xde", + "\x60\xe1", "\xc8\xf1", "\x60\xdf", "\xc8\xf2", "\x46\x87", "\x00\x00", + "\x60\xe8", "\x60\xe0", "\x60\xe3", "\x00\x00", "\x4a\x80", "\x60\xe7", + "\xc8\xf3", "\xb6\x5a", "\x60\xe2", "\xc8\xf4", "\xc8\xf5", "\x00\x00", + "\x48\x4e", "\x4c\xfc", "\xc8\xf6", "\xc8\xf7", "\x55\x6b", "\xc8\xf8", + "\x00\x00", "\x4e\x9a", "\x00\x00", "\xc8\xf9", "\x60\xe6", "\x00\x00", + "\x48\x60", "\xc8\xfa", "\xc8\xfb", "\x00\x00", "\x00\x00", "\xc8\xfc", + "\xc8\xfd", "\x60\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc8\xfe", "\x4b\xaa", "\x00\x00", "\x00\x00", "\x48\x59", "\x60\xe9", + "\x00\x00", "\x00\x00", "\xc9\x41", "\x60\xee", "\x60\xea", "\x60\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\x42", "\xc9\x43", + "\x60\xec", "\x00\x00", "\x00\x00", "\xc9\x44", "\x00\x00", "\xc9\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xe6", "\xc9\x46", "\xc9\x47", + "\x4f\x6b", "\x60\xed", "\xc9\x48", "\x60\xeb", "\x5b\xcc", "\x55\xa8", + "\x00\x00", "\x00\x00", "\x4e\x93", "\xc9\x49", "\xc9\x4a", "\x00\x00", + "\x00\x00", "\x49\xe4", "\xc9\x4b", "\xc9\x4c", "\x49\xf7", "\xc9\x4d", + "\x00\x00", "\x60\xf2", "\x60\xf9", "\xc9\x4e", "\x00\x00", "\x60\xf4", + "\xc9\x4f", "\x60\xf8", "\x00\x00", "\x60\xf6", "\x60\xef", "\x60\xf5", + "\x00\x00", "\x60\xf3", "\x48\x66", "\xc9\x50", "\x00\x00", "\x47\x59", + "\x00\x00", "\x60\xf7", "\xc9\x51", "\xc9\x52", "\x60\xf0", "\xc9\x53", + "\x60\xf1", "\x00\x00", "\x48\x68", "\x53\x73", "\x00\x00", "\x52\xda", + "\xc9\x54", "\x00\x00", "\xc9\x55", "\x00\x00", "\x60\xfd", "\x00\x00", + "\x48\x9a", "\x51\xd4", "\x60\xfb", "\x00\x00", "\xc9\x56", "\x60\xfe", + "\x61\x41", "\x00\x00", "\x00\x00", "\x60\xfa", "\x60\xfc", "\xc9\x57", + "\x00\x00", "\xc9\x58", "\xc9\x59", "\x00\x00", "\x00\x00", "\xc9\x5a", + "\x60\xf1", "\x61\x42", "\x00\x00", "\x61\x45", "\x61\x44", "\xc9\x5b", + "\x00\x00", "\x4d\x9a", "\xc9\x5c", "\xc9\x5d", "\x4b\x69", "\x00\x00", + "\x00\x00", "\xc9\x5e", "\x00\x00", "\xb6\x60", "\x00\x00", "\x00\x00", + "\xc9\x5f", "\x61\x43", "\x00\x00", "\x61\x47", "\x61\x46", "\x61\x48", + "\xc9\x60", "\x61\x4a", "\x00\x00", "\xc9\x61", "\x55\xeb", "\x61\x4b", + "\x00\x00", "\x00\x00", "\xc9\x62", "\xc9\x63", "\x52\x78", "\x61\x4c", + "\x51\xbf", "\x00\x00", "\x61\x4e", "\xc9\x64", "\x61\x4d", "\x55\xfa", + "\x52\x73", "\xc9\x65", "\x61\x4f", "\x61\x50", "\x61\x51", "\xc9\x66", + "\x61\x52", "\x00\x00", "\xc9\x67", "\x00\x00", "\xc9\x68", "\x61\x53", + "\x53\x9c", "\xc9\x69", "\xc9\x6a", "\x50\x84", "\x00\x00", "\x61\x54", + "\x00\x00", "\x61\x55", "\xc9\x6b", "\xc9\x6c", "\xc9\x6d", "\xc9\x6e", + "\xc9\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\x70", "\xc9\x71", + "\x61\x56", "\x00\x00", "\x61\x57", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x58", "\x54\xcb", "\x61\x59", "\xc9\x72", "\x51\x6e", + "\x61\x5a", "\xc9\x73", "\xc9\x74", "\x61\x5c", "\x61\x5b", "\x00\x00", + "\x00\x00", "\x61\x5d", "\x00\x00", "\x00\x00", "\xc9\x75", "\xc9\x76", + "\xc9\x77", "\x00\x00", "\x61\x5e", "\x61\x5f", "\xc9\x78", "\x00\x00", + "\xc9\x79", "\xc9\x7a", "\xc9\x7b", "\xc9\x7c", "\x61\x61", "\x61\x60", + "\x61\x62", "\x4c\x4e", "\x55\xef", "\x00\x00", "\xc9\x7d", "\x46\x8c", + "\x00\x00", "\x4f\x82", "\xc9\x7e", "\x4c\x99", "\x00\x00", "\x00\x00", + "\x55\x79", "\x00\x00", "\x55\xa5", "\x61\x63", "\x5a\xa5", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc9\x7f", "\xc9\x80", "\xc9\x81", "\xc9\x82", + "\x00\x00", "\x61\x64", "\x61\x66", "\x00\x00", "\x4d\xfa", "\x61\x65", + "\x61\x67", "\x61\x68", "\x00\x00", "\x4a\xd1", "\xc9\x83", "\x61\x69", + "\xc9\x84", "\x45\x7d", "\xc9\x85", "\xc9\x86", "\xc9\x87", "\x00\x00", + "\x00\x00", "\x61\x6a", "\x00\x00", "\xc9\x88", "\xc9\x89", "\x00\x00", + "\x00\x00", "\x61\x6d", "\x00\x00", "\xc9\x8a", "\x61\x6c", "\x61\x6b", + "\x00\x00", "\x00\x00", "\x61\x6e", "\xc9\x8b", "\x61\x6f", "\x47\xb1", + "\x00\x00", "\xc9\x8c", "\x00\x00", "\x55\x96", "\x45\x98", "\xc9\x8d", + "\x00\x00", "\x00\x00", "\xc9\x8e", "\x61\x71", "\x61\x70", "\x00\x00", + "\x00\x00", "\x61\x72", "\x00\x00", "\xc9\x8f", "\x00\x00", "\x61\x74", + "\x00\x00", "\x61\x75", "\x61\x73", "\x00\x00", "\x00\x00", "\xc9\x90", + "\x47\x8f", "\x00\x00", "\xc9\x91", "\xc9\x92", "\x4f\xfb", "\x00\x00", + "\xc9\x93", "\x00\x00", "\x61\x78", "\x61\x79", "\x00\x00", "\xc9\x94", + "\x00\x00", "\x61\x7a", "\x00\x00", "\x4d\x9c", "\x00\x00", "\xc9\x95", + "\xc9\x96", "\x00\x00", "\x00\x00", "\x4a\x69", "\x00\x00", "\x54\xf9", + "\x61\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc9\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\x98", "\x4f\x69", + "\x61\x7c", "\x00\x00", "\xc9\x99", "\x00\x00", "\xc9\x9a", "\x61\x7d", + "\x00\x00", "\xc9\x9b", "\x61\x7e", "\x00\x00", "\x55\x8b", "\xc9\x9c", + "\x00\x00", "\xc9\x9d", "\xc9\x9e", "\x54\xb6", "\x00\x00", "\xc9\x9f", + "\x61\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x80", "\xc9\xa0", "\x51\xf6", "\x4d\xb5", "\xc9\xa1", "\xc9\xa2", + "\xc9\xa3", "\x52\xa0", "\x49\x85", "\xb6\x69", "\x47\x60", "\x61\x81", + "\x46\x70", "\x53\xdc", "\xc9\xa4", "\xc9\xa5", "\x00\x00", "\xc9\xa6", + "\x61\x82", "\x51\xe6", "\xc9\xa7", "\xc9\xa8", "\xc9\xa9", "\x49\x8e", + "\xc9\xaa", "\x61\x83", "\xc9\xab", "\xc9\xac", "\x49\x9a", "\xc9\xad", + "\x4f\xec", "\x54\xe4", "\x61\x84", "\x00\x00", "\x00\x00", "\x61\x85", + "\xc9\xae", "\xc9\xaf", "\xc9\xb0", "\xc9\xb1", "\x61\x86", "\x00\x00", + "\x00\x00", "\xc9\xb2", "\x00\x00", "\xc9\xb3", "\x00\x00", "\x61\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xb4", "\x00\x00", "\xc9\xb5", + "\x00\x00", "\xc9\xb6", "\x00\x00", "\x00\x00", "\x4c\xab", "\xc9\xb7", + "\xc9\xb8", "\x4e\x99", "\xc9\xb9", "\x00\x00", "\xc9\xba", "\xc9\xbb", + "\x61\x89", "\xc9\xbc", "\x55\xb8", "\xc9\xbd", "\x61\x88", "\xc9\xbe", + "\x00\x00", "\x00\x00", "\xb6\x6b", "\xc9\xbf", "\x00\x00", "\x61\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x8a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xb5", "\x00\x00", "\x61\x8d", + "\x00\x00", "\x54\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\xbb", + "\x61\x8e", "\xc9\xc0", "\x4b\x89", "\x61\x8f", "\x00\x00", "\xc9\xc1", + "\x00\x00", "\xc9\xc2", "\x00\x00", "\x61\x90", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc9\xc3", "\x00\x00", "\x53\xca", "\x61\x93", + "\xc9\xc4", "\x61\x92", "\x61\x91", "\x4d\xa8", "\xc9\xc5", "\x61\x94", + "\x48\xd7", "\x00\x00", "\x61\x95", "\x00\x00", "\xb6\x6c", "\x00\x00", + "\x61\x96", "\x53\xe4", "\x61\x97", "\x00\x00", "\xc9\xc6", "\x00\x00", + "\x00\x00", "\x61\x98", "\x61\x99", "\x53\xb6", "\x4b\x41", "\xc9\xc7", + "\x4a\x42", "\x00\x00", "\x55\x7f", "\x4e\x50", "\x00\x00", "\xc9\xc8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x9a", "\x00\x00", + "\x00\x00", "\x52\x67", "\x00\x00", "\x52\x6a", "\xb6\x6d", "\x61\x9b", + "\x52\x92", "\xc9\xc9", "\x4c\x8c", "\xc9\xca", "\x00\x00", "\x00\x00", + "\x4c\xc5", "\x53\x82", "\x00\x00", "\xb6\x6e", "\x49\x7b", "\xc9\xcb", + "\xc9\xcc", "\x00\x00", "\x4b\x79", "\x4c\xfb", "\xc9\xcd", "\x61\x9e", + "\x61\x9c", "\x00\x00", "\x50\xeb", "\x00\x00", "\x52\xd5", "\x48\xac", + "\x00\x00", "\x54\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xce", + "\xc9\xcf", "\x50\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xf6", "\x61\xa3", + "\xb6\x6f", "\x4e\x9b", "\x00\x00", "\xc9\xd0", "\x00\x00", "\xb6\x70", + "\x00\x00", "\x4a\xb2", "\xc9\xd1", "\x52\x63", "\xc9\xd2", "\x00\x00", + "\x00\x00", "\xc9\xd3", "\x00\x00", "\xc9\xd4", "\xc9\xd5", "\x52\x88", + "\xc9\xd6", "\xc9\xd7", "\x61\xa1", "\x61\xa4", "\x61\x9f", "\x00\x00", + "\x61\xa2", "\x50\xb6", "\x00\x00", "\xc9\xd8", "\x4d\x63", "\x00\x00", + "\x00\x00", "\x4e\xe9", "\x61\xa0", "\xb6\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xd9", "\xc9\xda", + "\x61\xa6", "\xc9\xdb", "\x61\xa7", "\xc9\xdc", "\xc9\xdd", "\x4e\xab", + "\xb6\x73", "\xc9\xde", "\x00\x00", "\x4b\xe3", "\xc9\xdf", "\xc9\xe0", + "\xb6\x74", "\x61\xb0", "\x47\x4f", "\xc9\xe1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x74", "\xc9\xe2", "\x00\x00", "\x50\x51", "\x55\xec", + "\x47\xe3", "\x50\x79", "\x61\xa5", "\x53\x5e", "\xc9\xe3", "\x00\x00", + "\xb6\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xe4", "\xc9\xe5", "\xc9\xe6", + "\x00\x00", "\x4d\x5c", "\x61\xa8", "\xc9\xe7", "\x00\x00", "\xc9\xe8", + "\x00\x00", "\xc9\xe9", "\x00\x00", "\x00\x00", "\x61\xa9", "\xc9\xea", + "\x00\x00", "\x00\x00", "\xc9\xeb", "\x00\x00", "\x4c\x96", "\x00\x00", + "\x00\x00", "\xc9\xec", "\x00\x00", "\x00\x00", "\x61\xaa", "\xc9\xed", + "\x4a\xb4", "\x00\x00", "\x4c\xb3", "\x00\x00", "\xc9\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xe9", "\xc9\xef", "\x00\x00", "\xc9\xf0", + "\xb6\x79", "\x61\xad", "\x00\x00", "\x00\x00", "\x61\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc9\xf1", "\x61\xac", "\xc9\xf2", "\x00\x00", + "\x00\x00", "\xc9\xf3", "\x61\xab", "\xc9\xf4", "\x00\x00", "\x52\xc4", + "\x00\x00", "\x4d\x62", "\x61\xaf", "\xc9\xf5", "\x61\xae", "\x52\x47", + "\x4c\xaf", "\x00\x00", "\xc9\xf6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb4", "\xc9\xf7", + "\xc9\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb3", "\x61\xb5", + "\xc9\xf9", "\xc9\xfa", "\xc9\xfb", "\x00\x00", "\x51\xce", "\x00\x00", + "\xc9\xfc", "\x61\xb2", "\xc9\xfd", "\x4b\xa4", "\x61\xb1", "\x00\x00", + "\x00\x00", "\x61\xb6", "\x00\x00", "\x00\x00", "\xc9\xfe", "\x4d\xb6", + "\x4c\xa0", "\x52\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x9a", "\x61\xba", "\xca\x41", "\x61\xbb", "\x61\xb7", "\xca\x42", + "\xca\x43", "\xca\x44", "\x00\x00", "\x61\xb8", "\x00\x00", "\x61\xb9", + "\xca\x45", "\x00\x00", "\x00\x00", "\xca\x46", "\x51\xd8", "\xca\x47", + "\x00\x00", "\x00\x00", "\x61\xbf", "\x00\x00", "\x61\xbd", "\xca\x48", + "\x00\x00", "\xca\x49", "\x00\x00", "\x51\x91", "\xca\x4a", "\x4d\x8a", + "\x50\x60", "\xca\x4b", "\x00\x00", "\x61\xbc", "\x00\x00", "\xca\x4c", + "\x61\xbe", "\x61\xc1", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xf6", + "\x61\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\x4d", + "\x00\x00", "\x61\xc4", "\x00\x00", "\xca\x4e", "\x50\x76", "\xca\x4f", + "\x61\xc0", "\x00\x00", "\x00\x00", "\x61\xc3", "\x00\x00", "\x61\xca", + "\xca\x50", "\x00\x00", "\x61\xc7", "\x61\xc6", "\x53\x5f", "\x61\xc8", + "\xb6\x7f", "\x61\xc9", "\xca\x51", "\x00\x00", "\xca\x52", "\x54\x74", + "\x00\x00", "\x61\xc5", "\x61\xcb", "\xca\x53", "\xca\x54", "\x00\x00", + "\x61\xcc", "\xca\x55", "\xca\x56", "\x00\x00", "\x61\xcd", "\x00\x00", + "\x4d\xbd", "\x00\x00", "\xca\x57", "\xb6\x80", "\xca\x58", "\x61\xce", + "\x61\xcf", "\x61\xd0", "\xca\x59", "\x00\x00", "\xca\x5a", "\xca\x5b", + "\x61\xd1", "\x61\xd2", "\xca\x5c", "\x00\x00", "\x4a\x47", "\xca\x5d", + "\x53\x8a", "\x00\x00", "\x51\x73", "\x4c\xd0", "\x00\x00", "\x45\xc3", + "\xca\x5e", "\xca\x5f", "\x4d\xb3", "\x00\x00", "\x00\x00", "\xca\x60", + "\xca\x61", "\xca\x62", "\x4a\x48", "\x4c\x6a", "\xca\x63", "\xca\x64", + "\x00\x00", "\xca\x65", "\xca\x66", "\x61\xd3", "\x61\xd4", "\x4a\x89", + "\xca\x67", "\x61\xd5", "\xca\x68", "\xca\x69", "\x61\xd6", "\x61\xd7", + "\xca\x6a", "\xb6\x87", "\x61\xd8", "\x00\x00", "\x53\x58", "\x46\x6a", + "\x57\x78", "\x62\xba", "\x00\x00", "\x50\x94", "\x61\xd9", "\x4c\x58", + "\xca\x6b", "\x61\xda", "\x00\x00", "\x61\xdb", "\xca\x6c", "\xca\x6d", + "\x00\x00", "\x61\xdc", "\x4e\x5b", "\x4c\xaa", "\xca\x6e", "\xca\x6f", + "\x4f\xc1", "\x4f\xb8", "\xca\x70", "\x4a\x63", "\x4b\xb8", "\x00\x00", + "\xca\x71", "\xca\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xca\x73", "\x61\xdd", "\x48\x9f", "\x61\xde", "\x49\x56", + "\x00\x00", "\x61\xdf", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\x74", + "\x61\xe1", "\xca\x75", "\x54\xdb", "\x4b\x87", "\x53\xac", "\x61\xe0", + "\x46\x7b", "\xca\x76", "\x00\x00", "\xb6\x8b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\xe2", "\x00\x00", "\x00\x00", "\xca\x77", "\xca\x78", + "\xca\x79", "\xca\x7a", "\x4d\xfc", "\x00\x00", "\xb6\x8c", "\x00\x00", + "\xca\x7b", "\x00\x00", "\x00\x00", "\xca\x7c", "\xca\x7d", "\x00\x00", + "\xca\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\x7f", + "\xb6\x90", "\x54\xae", "\x61\xe3", "\x61\xe4", "\x00\x00", "\xca\x80", + "\x61\xe5", "\x00\x00", "\x61\xe6", "\xca\x81", "\x00\x00", "\x61\xe8", + "\xca\x82", "\x61\xe7", "\x00\x00", "\x4c\x4a", "\xca\x83", "\x61\xe9", + "\x00\x00", "\x61\xea", "\x61\xeb", "\x00\x00", "\xca\x84", "\x55\xb4", + "\x45\xc4", "\x00\x00", "\x61\xec", "\x47\xc3", "\x00\x00", "\xca\x85", + "\x00\x00", "\x4d\x54", "\x61\xed", "\x53\xc5", "\xb6\x96", "\x00\x00", + "\xca\x86", "\x00\x00", "\xca\x87", "\x61\xee", "\xca\x88", "\xca\x89", + "\xca\x8a", "\x00\x00", "\xca\x8b", "\xca\x8c", "\x00\x00", "\x00\x00", + "\xca\x8d", "\x00\x00", "\xca\x8e", "\xca\x8f", "\x51\x9a", "\x00\x00", + "\x61\xef", "\xca\x90", "\x00\x00", "\x00\x00", "\xca\x91", "\x61\xf0", + "\xb6\x98", "\xca\x92", "\x00\x00", "\xca\x93", "\x00\x00", "\xca\x94", + "\x4e\xbd", "\xca\x95", "\xca\x96", "\x00\x00", "\x49\x72", "\x00\x00", + "\x61\xf2", "\xca\x97", "\xca\x98", "\x00\x00", "\xca\x99", "\xca\x9a", + "\x4f\x7b", "\x4a\xdd", "\xca\x9b", "\xca\x9c", "\xca\x9d", "\xca\x9e", + "\x61\xf1", "\x61\xf4", "\x54\x42", "\xca\x9f", "\x4f\xe5", "\xca\xa0", + "\x46\xd9", "\xca\xa1", "\x46\x83", "\xca\xa2", "\x00\x00", "\x00\x00", + "\xca\xa3", "\x49\x53", "\x4d\xd0", "\xca\xa4", "\x61\xf3", "\xca\xa5", + "\x4e\xba", "\xca\xa6", "\xca\xa7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4e\x5d", "\xca\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xca\xa9", "\x50\x4b", "\x61\xf9", "\x55\x59", "\x52\xd7", + "\xca\xaa", "\x00\x00", "\x4a\xb8", "\x00\x00", "\x62\x46", "\xca\xab", + "\x53\x77", "\x62\x43", "\x00\x00", "\x62\x41", "\x61\xf7", "\xca\xac", + "\x61\xf5", "\xca\xad", "\x61\xf6", "\xca\xae", "\x46\xd6", "\x4a\x5f", + "\x54\xb0", "\xca\xaf", "\x00\x00", "\xca\xb0", "\x4d\x5a", "\x00\x00", + "\xca\xb1", "\x00\x00", "\xca\xb2", "\x00\x00", "\x45\xee", "\x00\x00", + "\x61\xfb", "\x61\xfa", "\x00\x00", "\xca\xb3", "\xca\xb4", "\x00\x00", + "\x61\xfe", "\x62\x44", "\x61\xfd", "\x00\x00", "\xca\xb5", "\xca\xb6", + "\x00\x00", "\xca\xb7", "\x61\xf8", "\x46\x46", "\x61\xfc", "\x54\x7a", + "\x4b\xd3", "\x62\x42", "\xca\xb8", "\xca\xb9", "\x62\x45", "\xca\xba", + "\xca\xbb", "\xb6\x99", "\x00\x00", "\x4e\xc9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x4a", + "\x53\xf6", "\x62\x52", "\x00\x00", "\x00\x00", "\xca\xbc", "\x50\xe2", + "\xca\xbd", "\xca\xbe", "\xca\xbf", "\x00\x00", "\xca\xc0", "\xca\xc1", + "\x62\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x47\x4c", + "\x00\x00", "\x00\x00", "\x62\x51", "\xca\xc2", "\xca\xc3", "\xca\xc4", + "\x62\x50", "\xca\xc5", "\x62\x4b", "\x54\x7b", "\xca\xc6", "\x62\x49", + "\x62\x47", "\x49\x77", "\xca\xc7", "\x4d\xf7", "\x62\x4d", "\xca\xc8", + "\x00\x00", "\xca\xc9", "\xca\xca", "\x00\x00", "\x00\x00", "\x62\x4c", + "\x00\x00", "\xca\xcb", "\xca\xcc", "\xca\xcd", "\x62\x4f", "\x53\xb3", + "\xca\xce", "\x00\x00", "\x48\x42", "\x53\xb3", "\x00\x00", "\x00\x00", + "\xca\xcf", "\xca\xd0", "\x51\x5f", "\x62\x4e", "\xca\xd1", "\x46\xdc", + "\xca\xd2", "\xca\xd3", "\xca\xd4", "\xca\xd5", "\xca\xd6", "\x4b\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x48", "\xb6\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\xd7", + "\x00\x00", "\x00\x00", "\x62\x5f", "\x00\x00", "\x62\x5a", "\x00\x00", + "\x4b\xa1", "\xca\xd8", "\x00\x00", "\x00\x00", "\x49\xe0", "\x62\x5d", + "\xca\xd9", "\x00\x00", "\x62\x5b", "\xca\xda", "\x00\x00", "\xca\xdb", + "\x00\x00", "\xca\xdc", "\x62\x62", "\xca\xdd", "\x54\x86", "\x00\x00", + "\x62\x63", "\x62\x5c", "\x00\x00", "\x00\x00", "\xca\xde", "\x62\x59", + "\x00\x00", "\x00\x00", "\x00\x00", "\xca\xdf", "\x62\x60", "\xca\xe0", + "\xca\xe1", "\x62\x57", "\x00\x00", "\xca\xe2", "\xca\xe3", "\x62\x53", + "\xca\xe4", "\xca\xe5", "\xca\xe6", "\x51\xee", "\x62\x55", "\x62\x61", + "\x00\x00", "\x62\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\xe7", + "\xca\xe8", "\x62\x64", "\xca\xe9", "\x62\x54", "\x54\xb3", "\xca\xea", + "\xca\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x5e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x75", "\xca\xec", + "\xca\xed", "\xca\xee", "\x62\x6e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\x53", "\x00\x00", "\x62\x67", "\x00\x00", "\xca\xef", "\x46\xd7", + "\x00\x00", "\x4c\x73", "\x00\x00", "\x62\x68", "\xca\xf0", "\xca\xf1", + "\xca\xf2", "\x00\x00", "\x4c\x51", "\xca\xf3", "\x00\x00", "\x51\x80", + "\x00\x00", "\x62\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xa8", + "\xca\xf4", "\x00\x00", "\x53\xd4", "\x62\x70", "\xb6\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\xa0", "\x00\x00", "\x00\x00", "\xca\xf5", + "\x51\x6a", "\xca\xf6", "\x54\xe9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x6c", "\x51\x6d", "\x48\xcc", "\x62\x71", "\x00\x00", "\x62\x65", + "\x00\x00", "\x62\x74", "\x62\x69", "\xca\xf7", "\xca\xf8", "\x00\x00", + "\x62\x76", "\xca\xf9", "\x62\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\xca\xfa", "\x00\x00", "\x62\x6b", "\x54\xf7", "\x00\x00", "\xca\xfb", + "\x62\x6f", "\x00\x00", "\x00\x00", "\xca\xfc", "\x62\x6d", "\x50\xdb", + "\x62\x72", "\x54\x82", "\xca\xfd", "\x00\x00", "\xca\xfe", "\x00\x00", + "\x62\x66", "\x00\x00", "\xcb\x41", "\x00\x00", "\xb6\xa2", "\x00\x00", + "\xcb\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x73", "\x00\x00", "\x54\xd8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x4a", "\x62\x77", + "\x00\x00", "\x4b\x75", "\x00\x00", "\x00\x00", "\xcb\x43", "\x00\x00", + "\x4f\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x85", "\x00\x00", + "\x00\x00", "\x62\x84", "\xcb\x44", "\x00\x00", "\x00\x00", "\x62\x79", + "\x47\xf2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\x45", "\x62\x82", "\xcb\x46", "\x62\x7e", + "\x45\xf9", "\xcb\x47", "\x00\x00", "\x00\x00", "\xcb\x48", "\x55\x9f", + "\xcb\x49", "\x00\x00", "\xcb\x4a", "\xcb\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcb\x4c", "\x4a\x59", "\xcb\x4d", "\xcb\x4e", "\xcb\x4f", + "\x48\xdf", "\xcb\x50", "\x00\x00", "\x00\x00", "\xb6\xa5", "\xcb\x51", + "\x55\x47", "\x62\x78", "\x50\x71", "\xcb\x52", "\xcb\x53", "\x4e\x72", + "\xcb\x54", "\x00\x00", "\x62\x81", "\xcb\x55", "\x62\x7c", "\x4f\x79", + "\x51\x6c", "\x62\x7f", "\x62\x83", "\xcb\x56", "\x54\x4e", "\x00\x00", + "\xcb\x57", "\xcb\x58", "\x50\xd9", "\xcb\x59", "\x62\x7b", "\xcb\x5a", + "\x62\x7d", "\x50\xe0", "\x00\x00", "\xcb\x5b", "\xcb\x5c", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\x5d", "\x62\x80", "\x00\x00", "\x62\x7a", + "\xcb\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\x93", + "\x00\x00", "\xcb\x5f", "\xcb\x60", "\x4f\xe3", "\xcb\x61", "\x00\x00", + "\xb6\xa6", "\x00\x00", "\x50\x95", "\x00\x00", "\x00\x00", "\x52\x59", + "\x00\x00", "\xcb\x62", "\x62\x89", "\x00\x00", "\x62\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\x63", "\x00\x00", "\xcb\x64", + "\xcb\x65", "\xcb\x66", "\x00\x00", "\x00\x00", "\x62\x90", "\x00\x00", + "\xcb\x67", "\x00\x00", "\xcb\x68", "\x49\xb2", "\x00\x00", "\x62\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\xba", "\x62\x87", "\xcb\x69", + "\x62\x8c", "\x50\xb9", "\xcb\x6a", "\xcb\x6b", "\x62\x88", "\xcb\x6c", + "\x62\x8f", "\xcb\x6d", "\x00\x00", "\x4c\x94", "\x00\x00", "\x62\x91", + "\xcb\x6e", "\xcb\x6f", "\x50\x83", "\x62\x86", "\x4f\x6d", "\xcb\x70", + "\x62\x8b", "\xb6\xa8", "\xcb\x71", "\x62\x8e", "\x4f\x9a", "\x00\x00", + "\xcb\x72", "\x00\x00", "\x00\x00", "\x62\x92", "\x00\x00", "\x00\x00", + "\x62\x94", "\x62\x8d", "\x00\x00", "\x52\x7b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\x73", "\x00\x00", "\x00\x00", "\xcb\x74", + "\x00\x00", "\x50\x88", "\x00\x00", "\x4b\xf4", "\xcb\x75", "\xcb\x76", + "\xcb\x77", "\xcb\x78", "\x00\x00", "\x62\x96", "\x00\x00", "\x00\x00", + "\xcb\x79", "\x00\x00", "\x00\x00", "\xcb\x7a", "\xcb\x7b", "\x51\x8b", + "\xcb\x7c", "\x00\x00", "\x62\x95", "\x52\xbd", "\x00\x00", "\xcb\x7d", + "\xcb\x7e", "\x00\x00", "\x00\x00", "\x62\x9d", "\xcb\x7f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\x80", "\x00\x00", "\xcb\x81", + "\x00\x00", "\xcb\x82", "\x55\x6c", "\x00\x00", "\x55\x7b", "\x62\x9c", + "\x62\x9b", "\x00\x00", "\x62\x97", "\x62\x98", "\x00\x00", "\x54\x9a", + "\xb6\xaa", "\xcb\x83", "\x00\x00", "\xcb\x84", "\x62\x9a", "\x00\x00", + "\x54\xa8", "\xcb\x85", "\xcb\x86", "\xcb\x87", "\xcb\x88", "\x4f\xa1", + "\xcb\x89", "\x00\x00", "\x00\x00", "\xcb\x8a", "\xcb\x8b", "\x62\x99", + "\x4e\x8b", "\x00\x00", "\xcb\x8c", "\x00\x00", "\x00\x00", "\xcb\x8d", + "\xcb\x8e", "\xcb\x8f", "\x46\x5e", "\xcb\x90", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xd1", "\xb6\xae", + "\xcb\x91", "\x62\xa0", "\x62\xa5", "\x00\x00", "\x52\xf7", "\x00\x00", + "\x00\x00", "\xcb\x92", "\x00\x00", "\x62\xa4", "\x53\xa8", "\x62\xa6", + "\x62\xa7", "\x00\x00", "\x00\x00", "\x55\x65", "\xcb\x93", "\xcb\x94", + "\xcb\x95", "\xcb\x96", "\x62\x9e", "\x00\x00", "\x62\xa9", "\xcb\x97", + "\x54\x91", "\x62\xa3", "\x62\xa1", "\x62\x9f", "\x00\x00", "\xcb\x98", + "\xcb\x99", "\xcb\x9a", "\xcb\x9b", "\xcb\x9c", "\xcb\x9d", "\xcb\x9e", + "\x62\xa2", "\xcb\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xde", + "\x54\xf0", "\x51\xd3", "\x62\xa8", "\x00\x00", "\x62\xb0", "\x00\x00", + "\xcb\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\xb6", "\x00\x00", "\xcb\xa1", "\xcb\xa2", + "\xcb\xa3", "\x00\x00", "\xcb\xa4", "\x62\xb7", "\xcb\xa5", "\x62\xaa", + "\xcb\xa6", "\x00\x00", "\x00\x00", "\x4a\x92", "\xcb\xa7", "\xcb\xa8", + "\x62\xb4", "\x62\xac", "\xcb\xa9", "\x62\xae", "\xcb\xaa", "\xcb\xab", + "\x00\x00", "\x00\x00", "\xcb\xac", "\x62\xb8", "\x62\xad", "\x00\x00", + "\xcb\xad", "\x62\xb1", "\x00\x00", "\x00\x00", "\x4c\xec", "\xcb\xae", + "\x51\xad", "\x00\x00", "\x62\xb2", "\x62\xb5", "\xcb\xaf", "\x00\x00", + "\xcb\xb0", "\xcb\xb1", "\x00\x00", "\xcb\xb2", "\x00\x00", "\x62\xab", + "\xcb\xb3", "\x4f\xbf", "\xcb\xb4", "\x62\xaf", "\x4c\xf1", "\x54\x5a", + "\x49\x98", "\x46\xe1", "\xcb\xb5", "\x62\xb3", "\x53\xf9", "\x62\xbb", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xb6", "\x00\x00", "\xcb\xb7", + "\xcb\xb8", "\xcb\xb9", "\x62\xbf", "\x62\xbd", "\x00\x00", "\xcb\xba", + "\xcb\xbb", "\xcb\xbc", "\xcb\xbd", "\x00\x00", "\x4f\xbb", "\xcb\xbe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xbf", "\x00\x00", + "\x62\xbc", "\xcb\xc0", "\xcb\xc1", "\x00\x00", "\x4e\xed", "\xcb\xc2", + "\x62\xbe", "\x62\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\xc1", "\x00\x00", "\x00\x00", "\xcb\xc3", "\xb6\xb4", "\xcb\xc4", + "\x00\x00", "\x62\xc4", "\x62\xc2", "\x00\x00", "\xcb\xc5", "\xcb\xc6", + "\xb6\xb5", "\x00\x00", "\x00\x00", "\x45\x68", "\x62\xc3", "\xcb\xc7", + "\x00\x00", "\xcb\xc8", "\x4f\xf6", "\x4c\x95", "\x00\x00", "\x00\x00", + "\xcb\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcb\xca", "\x00\x00", "\x00\x00", "\xcb\xcb", "\x55\xe2", "\x00\x00", + "\x62\xc5", "\x53\xed", "\x50\x5f", "\xcb\xcc", "\x00\x00", "\x62\xc9", + "\xcb\xcd", "\xcb\xce", "\x00\x00", "\x54\x96", "\x00\x00", "\xcb\xcf", + "\xcb\xd0", "\x4e\xda", "\x4c\xbf", "\x00\x00", "\x00\x00", "\x62\xc6", + "\x62\xc8", "\x00\x00", "\xcb\xd1", "\xcb\xd2", "\x00\x00", "\xcb\xd3", + "\xcb\xd4", "\xcb\xd5", "\x62\xc7", "\x00\x00", "\x00\x00", "\x5c\xbd", + "\x5c\xbe", "\xcb\xd6", "\xcb\xd7", "\x62\xcb", "\xcb\xd8", "\x00\x00", + "\x00\x00", "\xcb\xd9", "\x00\x00", "\x00\x00", "\xcb\xda", "\x62\xca", + "\x00\x00", "\xb6\xb6", "\x00\x00", "\x00\x00", "\xcb\xdb", "\x00\x00", + "\xcb\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\xa6", "\x00\x00", + "\x5f\x82", "\x62\xcc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcb\xdd", "\x00\x00", "\xcb\xde", "\xb6\xb9", "\xcb\xdf", + "\x00\x00", "\xcb\xe0", "\xcb\xe1", "\x00\x00", "\x62\xcd", "\xcb\xe2", + "\xcb\xe3", "\xcb\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\xcf", "\x4a\xab", "\x00\x00", "\x52\x60", "\x00\x00", "\xcb\xe6", + "\xcb\xe7", "\x52\xfb", "\x62\xd1", "\xcb\xe8", "\xcb\xe9", "\xcb\xea", + "\xcb\xeb", "\x4f\x72", "\xb6\xbb", "\x52\x50", "\xcb\xec", "\x55\x88", + "\x62\xd2", "\xcb\xed", "\xcb\xee", "\xcb\xef", "\xcb\xf0", "\xcb\xf1", + "\x00\x00", "\x00\x00", "\x62\xd3", "\x00\x00", "\xcb\xf2", "\x00\x00", + "\x4b\xcb", "\xcb\xf3", "\x00\x00", "\x00\x00", "\xcb\xf4", "\x00\x00", + "\x62\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xf5", "\xcb\xf6", + "\xcb\xf7", "\x00\x00", "\x51\xb6", "\xcb\xf8", "\x51\x44", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xbe", "\xcb\xf9", + "\xb6\xbf", "\x4f\xaa", "\x62\xd8", "\x62\xda", "\xcb\xfa", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\xfb", "\x00\x00", "\x62\xd5", "\x00\x00", + "\x4f\x5d", "\xcb\xfc", "\x00\x00", "\xcb\xfd", "\x00\x00", "\xcb\xfe", + "\x00\x00", "\xcc\x41", "\xb6\xc0", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\x42", "\x00\x00", "\x62\xd6", "\x55\xa2", "\x00\x00", "\xcc\x43", + "\xcc\x44", "\xcc\x45", "\x62\xd7", "\x62\xd9", "\x62\xe3", "\x00\x00", + "\xcc\x46", "\x00\x00", "\x62\xdc", "\x62\xdf", "\xcc\x47", "\x00\x00", + "\xcc\x48", "\xcc\x49", "\xcc\x4a", "\x62\xdb", "\xcc\x4b", "\xcc\x4c", + "\xcc\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\x4e", "\xcc\x4f", "\xcc\x50", "\x00\x00", "\xcc\x51", "\x62\xdd", + "\xcc\x52", "\x62\xde", "\x4f\xea", "\x00\x00", "\x62\xe0", "\x00\x00", + "\x53\xd8", "\x00\x00", "\x4d\xf9", "\x62\xe1", "\x00\x00", "\x00\x00", + "\xcc\x53", "\xcc\x54", "\x00\x00", "\x62\xe4", "\xcc\x55", "\x00\x00", + "\xcc\x56", "\x00\x00", "\x55\xbb", "\xcc\x57", "\x62\xe9", "\xcc\x58", + "\x00\x00", "\x62\xe5", "\x62\xe8", "\xcc\x59", "\x00\x00", "\x00\x00", + "\xcc\x5a", "\x55\xc2", "\xcc\x5b", "\xb6\xc1", "\xcc\x5c", "\x00\x00", + "\x62\xe6", "\x00\x00", "\x00\x00", "\x62\xe7", "\x4e\x66", "\x53\xa5", + "\x4f\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x4e", "\x62\xf3", "\xcc\x5d", + "\x62\xef", "\xcc\x5e", "\xcc\x5f", "\x55\x99", "\x00\x00", "\x62\xed", + "\x00\x00", "\x4e\xcd", "\x62\xee", "\xcc\x60", "\xcc\x61", "\x62\xeb", + "\xcc\x62", "\x62\xec", "\x62\xf1", "\x62\xf4", "\xcc\x63", "\x00\x00", + "\x62\xf2", "\xcc\x64", "\xcc\x65", "\xcc\x66", "\x62\xf0", "\x62\xea", + "\xcc\x67", "\xcc\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xdc", + "\xcc\x69", "\x62\xfa", "\x00\x00", "\x53\xa1", "\x00\x00", "\xcc\x6a", + "\xcc\x6b", "\x00\x00", "\xcc\x6c", "\x00\x00", "\xcc\x6d", "\x00\x00", + "\x62\xf8", "\x00\x00", "\x00\x00", "\xcc\x6e", "\x62\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\x6f", "\xcc\x70", "\x00\x00", + "\xcc\x71", "\xcc\x72", "\x00\x00", "\x62\xf5", "\x00\x00", "\x00\x00", + "\x52\x6d", "\x00\x00", "\xcc\x73", "\xcc\x74", "\x62\xf7", "\xcc\x75", + "\xcc\x76", "\xcc\x77", "\x62\xf6", "\xcc\x78", "\x00\x00", "\x00\x00", + "\xcc\x79", "\x00\x00", "\xcc\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xe8", "\x00\x00", "\x52\xa1", "\x62\xfd", "\xcc\x7b", "\x62\xfe", + "\x00\x00", "\x00\x00", "\xb6\xc3", "\x00\x00", "\x63\x49", "\x00\x00", + "\x53\x47", "\x00\x00", "\x63\x42", "\xcc\x7c", "\x63\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcc\x7d", "\x00\x00", "\x62\xfb", "\x63\x46", + "\xcc\x7e", "\x00\x00", "\x63\x4a", "\xcc\x7f", "\xcc\x80", "\x51\xc3", + "\x00\x00", "\x63\x43", "\x00\x00", "\x63\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x47", "\xcc\x81", "\x00\x00", "\xcc\x82", "\xcc\x83", + "\x00\x00", "\x63\x41", "\x00\x00", "\x4e\x6e", "\x00\x00", "\x62\xfc", + "\x00\x00", "\x00\x00", "\xcc\x84", "\xb6\xc4", "\x00\x00", "\x00\x00", + "\x63\x4b", "\x00\x00", "\x00\x00", "\x63\x44", "\xcc\x85", "\xcc\x86", + "\xcc\x87", "\xcc\x88", "\xcc\x89", "\xcc\x8a", "\xcc\x8b", "\x00\x00", + "\xcc\x8c", "\xcc\x8d", "\x48\xc2", "\x00\x00", "\x00\x00", "\xcc\x8e", + "\x00\x00", "\x00\x00", "\xcc\x8f", "\x00\x00", "\xcc\x90", "\x00\x00", + "\xcc\x91", "\xcc\x92", "\xcc\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcc\x94", "\x63\x4e", "\xcc\x95", "\x00\x00", "\x63\x4c", + "\xcc\x96", "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\x97", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x55", "\xcc\x98", "\xcc\x99", "\xcc\x9a", + "\x63\x4f", "\x00\x00", "\xcc\x9b", "\x00\x00", "\x63\x57", "\x00\x00", + "\xcc\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xd6", + "\x63\x59", "\x00\x00", "\x63\x51", "\xcc\x9d", "\xcc\x9e", "\x63\x52", + "\xcc\x9f", "\x00\x00", "\x00\x00", "\x63\x56", "\x00\x00", "\x63\x4d", + "\x54\xf4", "\xcc\xa0", "\xcc\xa1", "\xcc\xa2", "\x63\x50", "\x00\x00", + "\x00\x00", "\xcc\xa3", "\x00\x00", "\x63\x53", "\x00\x00", "\x63\x58", + "\x00\x00", "\x00\x00", "\xcc\xa4", "\xcc\xa5", "\x00\x00", "\x00\x00", + "\xcc\xa6", "\xcc\xa7", "\x00\x00", "\xcc\xa8", "\x00\x00", "\x00\x00", + "\xcc\xa9", "\x63\x5c", "\x00\x00", "\xcc\xaa", "\xcc\xab", "\xcc\xac", + "\xb6\xcc", "\xb6\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\xad", + "\xcc\xae", "\xb6\xce", "\xcc\xaf", "\x00\x00", "\x63\x5a", "\x00\x00", + "\xcc\xb0", "\x63\x5b", "\xcc\xb1", "\x00\x00", "\xb6\xcf", "\x63\x63", + "\x63\x64", "\xcc\xb2", "\x50\x90", "\xcc\xb3", "\x51\xc6", "\x00\x00", + "\x00\x00", "\x63\x62", "\xcc\xb4", "\x00\x00", "\xcc\xb5", "\x00\x00", + "\xcc\xb6", "\x00\x00", "\x55\xbd", "\xcc\xb7", "\x63\x5e", "\x00\x00", + "\xcc\xb8", "\xcc\xb9", "\xcc\xba", "\x00\x00", "\x63\x61", "\x63\x5d", + "\x63\x5f", "\xcc\xbb", "\x63\x65", "\xcc\xbc", "\xcc\xbd", "\xcc\xbe", + "\x63\x66", "\x63\x60", "\x00\x00", "\xcc\xbf", "\xcc\xc0", "\xcc\xc1", + "\xcc\xc2", "\xcc\xc3", "\x00\x00", "\xcc\xc4", "\xcc\xc5", "\x00\x00", + "\x63\x68", "\x63\x67", "\x53\x51", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x69", "\xcc\xc6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\xc7", "\xcc\xc8", "\x00\x00", "\xcc\xc9", "\x63\x6a", "\xcc\xca", + "\x00\x00", "\x00\x00", "\xcc\xcb", "\x63\x6b", "\x00\x00", "\x00\x00", + "\x63\x6c", "\xcc\xcc", "\x63\x6d", "\xcc\xcd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\x43", "\xcc\xce", "\x63\x6e", "\xcc\xcf", "\x63\x6f", + "\xcc\xd0", "\x4b\x88", "\x00\x00", "\xcc\xd1", "\xcc\xd2", "\xcc\xd3", + "\xcc\xd4", "\x45\xa4", "\x63\x70", "\xcc\xd5", "\x00\x00", "\x00\x00", + "\xcc\xd6", "\x63\x71", "\x48\x6c", "\x00\x00", "\xcc\xd7", "\xcc\xd8", + "\x4b\xa5", "\xcc\xd9", "\x63\x72", "\xcc\xda", "\x47\x80", "\xcc\xdb", + "\x4d\xa5", "\x63\x73", "\xcc\xdc", "\xcc\xdd", "\x4b\xed", "\x63\x74", + "\x4a\xea", "\xcc\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xc0", + "\xcc\xdf", "\x00\x00", "\x63\x75", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xd3", "\x4f\x54", "\xcc\xe0", "\x63\x7a", "\x00\x00", "\x00\x00", + "\x63\x78", "\x00\x00", "\x52\xe9", "\x00\x00", "\xcc\xe1", "\x00\x00", + "\xcc\xe2", "\x00\x00", "\x63\x79", "\x63\x77", "\x4a\xa7", "\xcc\xe3", + "\x63\x76", "\x63\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4f\x6a", "\x00\x00", "\x00\x00", "\x4a\x54", "\x00\x00", + "\x63\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x7e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x57", "\x63\x7d", "\xcc\xe4", + "\x63\x80", "\xcc\xe5", "\xcc\xe6", "\xcc\xe7", "\x00\x00", "\x63\x7c", + "\xcc\xe8", "\xcc\xe9", "\x00\x00", "\x63\x81", "\x00\x00", "\x63\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\xea", "\x00\x00", "\xcc\xeb", + "\x4b\x8d", "\x00\x00", "\x00\x00", "\x63\x7f", "\x00\x00", "\x54\xc5", + "\x63\x86", "\x00\x00", "\x00\x00", "\x4f\x5a", "\x63\x85", "\x00\x00", + "\x54\x48", "\x00\x00", "\x00\x00", "\xcc\xec", "\x00\x00", "\xb6\xd5", + "\xcc\xed", "\xcc\xee", "\x63\x84", "\xcc\xef", "\x49\xbd", "\x4f\x60", + "\x63\x87", "\x63\x88", "\x48\x98", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcc\xf0", "\xcc\xf1", "\xcc\xf2", "\xcc\xf3", "\xcc\xf4", + "\x49\xa4", "\x00\x00", "\xcc\xf5", "\xcc\xf6", "\xcc\xf7", "\x63\x89", + "\x46\xf8", "\x00\x00", "\x00\x00", "\x63\x8a", "\x63\x8b", "\x00\x00", + "\xcc\xf8", "\x49\x6a", "\x63\x8c", "\xcc\xf9", "\x4f\x8a", "\x00\x00", + "\x54\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\xfa", "\x63\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcc\xfb", "\xcc\xfc", "\xcc\xfd", "\x63\x92", + "\x4f\xa8", "\x53\x49", "\x63\x90", "\x00\x00", "\xcc\xfe", "\x4f\x43", + "\x63\x8d", "\x00\x00", "\x00\x00", "\x63\x8f", "\x45\x7b", "\x4c\x8d", + "\x00\x00", "\x00\x00", "\xcd\x41", "\x63\x8e", "\x00\x00", "\x63\x93", + "\x00\x00", "\xcd\x42", "\x4b\x51", "\x00\x00", "\x00\x00", "\x63\x97", + "\x00\x00", "\x63\x94", "\xcd\x43", "\xcd\x44", "\xcd\x45", "\x54\x5e", + "\x00\x00", "\x51\xba", "\x63\x98", "\x00\x00", "\xcd\x46", "\xcd\x47", + "\x00\x00", "\xcd\x48", "\xcd\x49", "\xcd\x4a", "\x00\x00", "\x51\xda", + "\x63\x96", "\x63\x99", "\x00\x00", "\xcd\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x9a", "\xcd\x4c", "\xcd\x4d", "\xcd\x4e", + "\x00\x00", "\x63\x95", "\x63\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcd\x4f", "\xcd\x50", "\xcd\x51", "\x00\x00", "\x00\x00", + "\xcd\x52", "\x63\x9e", "\xb6\xdb", "\x63\xa0", "\xcd\x53", "\xcd\x54", + "\x63\x9d", "\x00\x00", "\x00\x00", "\xcd\x55", "\x00\x00", "\xcd\x56", + "\x63\x9c", "\xcd\x57", "\x63\x9f", "\x50\x6b", "\xcd\x58", "\xcd\x59", + "\x00\x00", "\x00\x00", "\xcd\x5a", "\x00\x00", "\x00\x00", "\x63\xa2", + "\x63\xa1", "\x00\x00", "\xcd\x5b", "\x00\x00", "\x00\x00", "\xcd\x5c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x6c", "\xcd\x5d", "\x00\x00", + "\x00\x00", "\xcd\x5e", "\xcd\x5f", "\xcd\x60", "\x00\x00", "\x63\xa4", + "\x54\xaf", "\x63\xa3", "\xcd\x61", "\xcd\x62", "\xcd\x63", "\x63\xa7", + "\x00\x00", "\x63\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xa6", + "\xcd\x64", "\x00\x00", "\x63\xa8", "\xcd\x65", "\x63\xa9", "\xcd\x66", + "\x00\x00", "\x4d\xdf", "\xcd\x67", "\x63\xaa", "\xcd\x68", "\x00\x00", + "\x63\xab", "\x00\x00", "\x00\x00", "\xcd\x69", "\xcd\x6a", "\xcd\x6b", + "\xcd\x6c", "\x63\xac", "\x45\x58", "\xb6\xdf", "\x46\x55", "\x00\x00", + "\x63\xad", "\x00\x00", "\x00\x00", "\x4d\xf2", "\x4b\xfa", "\x63\xae", + "\xcd\x6d", "\x63\xaf", "\x45\xbb", "\x00\x00", "\xcd\x6e", "\x00\x00", + "\x46\xfb", "\xcd\x6f", "\x00\x00", "\x00\x00", "\x63\xb0", "\xcd\x70", + "\xcd\x71", "\x4a\x50", "\x53\xeb", "\x63\xb1", "\x00\x00", "\x4a\x4c", + "\xcd\x72", "\xcd\x73", "\x00\x00", "\x00\x00", "\xcd\x74", "\xcd\x75", + "\x63\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x76", "\x63\xb4", + "\x4e\xd0", "\x00\x00", "\x63\xb3", "\x48\x85", "\x00\x00", "\x63\xb5", + "\x00\x00", "\x00\x00", "\x63\xb6", "\xcd\x77", "\x00\x00", "\x63\xb7", + "\x48\x7e", "\xcd\x78", "\xcd\x79", "\xcd\x7a", "\xcd\x7b", "\x00\x00", + "\x00\x00", "\x63\xb8", "\x00\x00", "\xcd\x7c", "\x63\xba", "\x00\x00", + "\x63\xb9", "\x63\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x47\x7d", "\x00\x00", "\xcd\x7d", "\xcd\x7e", "\xcd\x7f", + "\xcd\x80", "\xcd\x81", "\x00\x00", "\x63\xbc", "\x00\x00", "\x53\x60", + "\x63\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\xb7", "\x00\x00", "\xcd\x82", "\x4c\xd1", "\x63\xbe", "\x00\x00", + "\xcd\x83", "\x00\x00", "\xcd\x84", "\x00\x00", "\xcd\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcd\x86", "\x00\x00", "\xcd\x87", "\x63\xbf", + "\x00\x00", "\xcd\x88", "\x00\x00", "\x63\xc0", "\xcd\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcd\x8a", "\x00\x00", "\xcd\x8b", "\x47\x9a", + "\x00\x00", "\x4f\xc4", "\x63\xc1", "\xcd\x8c", "\xcd\x8d", "\x00\x00", + "\xcd\x8e", "\x45\xc9", "\x00\x00", "\x50\xf2", "\x00\x00", "\x63\xc4", + "\x00\x00", "\x49\xd2", "\xcd\x8f", "\x63\xc3", "\xcd\x90", "\x63\xc5", + "\x4b\xc8", "\xcd\x91", "\xcd\x92", "\x63\xc2", "\x4a\xb6", "\x47\x94", + "\x00\x00", "\x00\x00", "\x63\xc6", "\x00\x00", "\x63\xc7", "\xcd\x93", + "\x50\xef", "\xcd\x94", "\xb6\xe3", "\xcd\x95", "\x54\xcc", "\xcd\x96", + "\x63\xc8", "\xcd\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x71", + "\xcd\x98", "\xcd\x99", "\x45\xe2", "\x00\x00", "\xcd\x9a", "\x00\x00", + "\x4a\x9a", "\x00\x00", "\x4b\xad", "\x4c\xdf", "\xcd\x9b", "\x63\xc9", + "\x63\xcb", "\x00\x00", "\x00\x00", "\x4d\x68", "\x4f\x66", "\x49\xba", + "\xcd\x9c", "\xcd\x9d", "\x00\x00", "\xcd\x9e", "\x63\xca", "\x00\x00", + "\xcd\x9f", "\x00\x00", "\xcd\xa0", "\x63\xce", "\xcd\xa1", "\x63\xcf", + "\xcd\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xa3", "\xcd\xa4", + "\x00\x00", "\x51\x76", "\x55\xe3", "\x63\xcd", "\xcd\xa5", "\x4f\x88", + "\x49\xfd", "\xcd\xa6", "\xcd\xa7", "\xcd\xa8", "\x00\x00", "\x00\x00", + "\x63\xcc", "\xcd\xa9", "\xcd\xaa", "\x4e\x90", "\x00\x00", "\x51\xc1", + "\xcd\xab", "\x63\xd3", "\x54\xfb", "\x00\x00", "\xcd\xac", "\x49\x48", + "\xcd\xad", "\x00\x00", "\x4c\xb0", "\x00\x00", "\x50\xd3", "\x63\xd2", + "\x63\xd1", "\x51\x8e", "\x00\x00", "\x4b\x5f", "\x47\x50", "\x4d\x8d", + "\x4d\xe7", "\x00\x00", "\xcd\xae", "\xcd\xaf", "\xcd\xb0", "\x00\x00", + "\x63\xd4", "\xcd\xb1", "\xcd\xb2", "\x63\xd0", "\x00\x00", "\xcd\xb3", + "\xcd\xb4", "\xcd\xb5", "\x00\x00", "\x63\xd6", "\xcd\xb6", "\x63\xd7", + "\x63\xd5", "\xcd\xb7", "\x4e\xb4", "\x00\x00", "\x4d\x8c", "\x00\x00", + "\xcd\xb8", "\x4b\x76", "\x4a\x7e", "\x00\x00", "\xcd\xb9", "\xcd\xba", + "\x63\xda", "\xcd\xbb", "\x4f\xa0", "\x00\x00", "\x4f\xa2", "\xcd\xbc", + "\xcd\xbd", "\x4a\xcb", "\xcd\xbe", "\x63\xdd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\xe7", "\xcd\xbf", "\x46\xfd", "\x63\xd9", "\x00\x00", + "\x63\xde", "\x4d\x91", "\x63\xdb", "\x63\xdc", "\x63\xdf", "\x63\xd8", + "\xcd\xc0", "\x00\x00", "\x00\x00", "\x49\x52", "\x4a\x4f", "\xcd\xc1", + "\xcd\xc2", "\x4b\x83", "\x00\x00", "\x49\xd6", "\xcd\xc3", "\x00\x00", + "\x00\x00", "\xcd\xc4", "\xcd\xc5", "\x00\x00", "\x55\xf2", "\x00\x00", + "\xcd\xc6", "\x52\x65", "\x00\x00", "\x63\xe1", "\x46\x89", "\x00\x00", + "\x00\x00", "\x63\xe3", "\xcd\xc7", "\x50\xb2", "\x00\x00", "\xcd\xc8", + "\x49\x63", "\xcd\xc9", "\xcd\xca", "\xcd\xcb", "\x4a\xe8", "\x63\xe0", + "\x63\xe2", "\x00\x00", "\x4b\xc1", "\xb6\xe5", "\xcd\xcc", "\x51\x81", + "\xcd\xcd", "\xcd\xce", "\xcd\xcf", "\x48\xf3", "\xcd\xd0", "\x00\x00", + "\x00\x00", "\x63\xe4", "\x63\xf2", "\x55\x70", "\xcd\xd1", "\x63\xf1", + "\x63\xed", "\x63\xea", "\x63\xec", "\x63\xeb", "\x00\x00", "\x63\xe7", + "\x00\x00", "\x52\x46", "\x63\xe6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4e\x96", "\xcd\xd2", "\x4e\x9c", "\x4f\x9c", "\x00\x00", "\xcd\xd3", + "\x63\xe8", "\x00\x00", "\x63\xe5", "\xcd\xd4", "\xcd\xd5", "\x63\xef", + "\x63\xf0", "\x47\xe2", "\x00\x00", "\x55\xab", "\x00\x00", "\xcd\xd6", + "\x00\x00", "\x4f\xe1", "\xcd\xd7", "\x4f\x4d", "\x54\xe5", "\x55\x73", + "\x00\x00", "\x4f\xe2", "\xcd\xd8", "\xcd\xd9", "\x63\xf4", "\x00\x00", + "\x00\x00", "\xcd\xda", "\xcd\xdb", "\x63\xf3", "\xb6\xe8", "\x52\xf9", + "\x00\x00", "\x63\xf7", "\xcd\xdc", "\x00\x00", "\x00\x00", "\x63\xe9", + "\x00\x00", "\x63\xf6", "\x63\xf8", "\x00\x00", "\x49\x7c", "\x63\xf5", + "\x4a\x6e", "\xcd\xdd", "\x4d\xbb", "\xcd\xde", "\xcd\xdf", "\x63\xf9", + "\x4d\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xfd", + "\x00\x00", "\x53\x81", "\x00\x00", "\x00\x00", "\x63\xfe", "\x55\xa1", + "\xcd\xe0", "\x00\x00", "\x00\x00", "\xcd\xe1", "\x00\x00", "\x00\x00", + "\x63\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xe2", "\x00\x00", + "\x4d\x87", "\x00\x00", "\x00\x00", "\xcd\xe3", "\x00\x00", "\x64\x41", + "\x00\x00", "\x00\x00", "\x63\xfb", "\xcd\xe4", "\xcd\xe5", "\xcd\xe6", + "\xcd\xe7", "\xcd\xe8", "\x00\x00", "\xcd\xe9", "\x64\x46", "\x00\x00", + "\x00\x00", "\x64\x42", "\xcd\xea", "\x64\x44", "\x64\x43", "\x00\x00", + "\xb6\xeb", "\xcd\xeb", "\x64\x45", "\xcd\xec", "\x00\x00", "\x64\x47", + "\x00\x00", "\x4a\x75", "\xcd\xed", "\x64\x49", "\x64\x48", "\x4e\x4f", + "\x00\x00", "\xcd\xee", "\x64\x4c", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcd\xef", "\x00\x00", "\x00\x00", "\x4a\xd7", "\x00\x00", "\x00\x00", + "\xb6\xec", "\x00\x00", "\x64\x4b", "\x64\x4d", "\xcd\xf0", "\x00\x00", + "\x64\x4e", "\x47\x81", "\x61\x76", "\x4b\x7b", "\x00\x00", "\x64\x4a", + "\x00\x00", "\xcd\xf1", "\x49\xdb", "\xcd\xf2", "\xcd\xf3", "\x00\x00", + "\x00\x00", "\xcd\xf4", "\x64\x4f", "\xcd\xf5", "\x64\x50", "\x64\x51", + "\xcd\xf6", "\x00\x00", "\x51\x6b", "\xcd\xf7", "\xcd\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x88", "\xcd\xf9", "\x64\x52", + "\xcd\xfa", "\x64\x53", "\xcd\xfb", "\x53\xfe", "\x00\x00", "\x64\x55", + "\x64\x56", "\xcd\xfc", "\xcd\xfd", "\x64\x57", "\x00\x00", "\x00\x00", + "\x64\x54", "\x64\x58", "\x00\x00", "\xcd\xfe", "\xb6\xed", "\xce\x41", + "\xce\x42", "\x45\x81", "\xce\x43", "\xce\x44", "\x64\x59", "\x00\x00", + "\x00\x00", "\xce\x45", "\xce\x46", "\x64\x5b", "\x00\x00", "\x64\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x47", "\x4a\x99", "\xce\x48", + "\x64\x5c", "\xce\x49", "\x46\x48", "\xce\x4a", "\x64\x5d", "\x00\x00", + "\x64\x5e", "\xce\x4b", "\x64\x5f", "\xce\x4c", "\x00\x00", "\xce\x4d", + "\xce\x4e", "\x64\x60", "\x00\x00", "\xce\x4f", "\xce\x50", "\xce\x51", + "\x4c\xcf", "\xce\x52", "\x00\x00", "\xce\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\x49\x94", "\x64\x61", "\xce\x54", "\xce\x55", "\x00\x00", + "\xce\x56", "\x00\x00", "\xce\x57", "\xce\x58", "\x4c\x68", "\x53\x55", + "\x64\x62", "\xce\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x5a", "\x00\x00", "\xce\x5b", "\xce\x5c", "\x00\x00", + "\x64\x63", "\x55\x93", "\x64\x64", "\xce\x5d", "\x64\x65", "\x00\x00", + "\xce\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x66", "\x00\x00", + "\x00\x00", "\x64\x68", "\xce\x5f", "\xce\x60", "\x00\x00", "\x64\x67", + "\x64\x69", "\xce\x61", "\x50\x64", "\x64\x6a", "\x64\x6b", "\x00\x00", + "\xce\x62", "\x00\x00", "\xce\x63", "\xce\x64", "\x64\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x6c", "\xce\x65", "\x00\x00", "\xce\x66", + "\xce\x67", "\x49\xea", "\x46\xb6", "\x00\x00", "\x49\xc8", "\x49\xaf", + "\x4a\xf1", "\x00\x00", "\xce\x68", "\x00\x00", "\x00\x00", "\x4d\xa3", + "\x4a\xeb", "\x4a\x5d", "\x64\x70", "\x49\xa1", "\x4b\xd2", "\x64\x6f", + "\x64\x71", "\x4c\x62", "\x4d\xef", "\x00\x00", "\x64\x73", "\x64\x74", + "\x48\x7f", "\x00\x00", "\x64\x76", "\x49\x74", "\x4a\xf4", "\xce\x69", + "\xce\x6a", "\x46\xd0", "\x50\x7b", "\x64\x72", "\x00\x00", "\x48\x72", + "\x46\x41", "\x64\x75", "\x55\xf8", "\x4b\x4d", "\x50\x67", "\xce\x6b", + "\xce\x6c", "\x46\x50", "\x64\x77", "\xce\x6d", "\x4f\xfd", "\xce\x6e", + "\x00\x00", "\x64\x79", "\x64\x78", "\xce\x6f", "\x00\x00", "\x53\x9e", + "\x00\x00", "\x50\xd7", "\x00\x00", "\xce\x70", "\xce\x71", "\x00\x00", + "\x00\x00", "\xce\x72", "\x64\x7b", "\x4d\xee", "\x4f\x94", "\xce\x73", + "\x4a\xad", "\x00\x00", "\x4f\x4f", "\xce\x74", "\x47\xe5", "\x64\x7a", + "\x55\x66", "\x00\x00", "\x4f\xa7", "\x00\x00", "\xce\x75", "\x00\x00", + "\x46\xec", "\x00\x00", "\xce\x76", "\x52\xc1", "\x00\x00", "\xce\x77", + "\x64\x7c", "\xb6\xf5", "\xce\x78", "\x00\x00", "\x64\x7d", "\xce\x79", + "\x00\x00", "\xce\x7a", "\xce\x7b", "\x00\x00", "\x64\x7f", "\x64\x80", + "\x4e\x8f", "\x64\x7e", "\xce\x7c", "\xce\x7d", "\x00\x00", "\xce\x7e", + "\x00\x00", "\xce\x7f", "\x53\x5a", "\x55\x74", "\x00\x00", "\x64\x81", + "\x4c\x7c", "\xce\x80", "\x64\x82", "\x55\x84", "\x00\x00", "\x64\x84", + "\xb6\xf8", "\x64\x83", "\x64\x86", "\x00\x00", "\x64\x85", "\x64\x87", + "\x64\x88", "\x00\x00", "\x64\x89", "\xce\x81", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\xf9", "\xce\x83", "\x51\x51", "\x64\x8a", + "\x00\x00", "\xce\x84", "\x00\x00", "\x53\xcc", "\xce\x85", "\x64\x8b", + "\xce\x86", "\x00\x00", "\x4a\xaa", "\x64\x8c", "\x00\x00", "\x51\xc9", + "\x50\xee", "\x00\x00", "\x64\x8d", "\x48\xd0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x87", + "\x00\x00", "\x64\x8f", "\xce\x88", "\x00\x00", "\xce\x89", "\x4a\x78", + "\x00\x00", "\x00\x00", "\xce\x8a", "\x00\x00", "\x46\xdf", "\x00\x00", + "\x00\x00", "\xce\x8b", "\x00\x00", "\x00\x00", "\xce\x8c", "\xce\x8d", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xce\x8f", "\xce\x90", "\xce\x91", "\x00\x00", "\x00\x00", "\x4c\xed", + "\x00\x00", "\x00\x00", "\xce\x92", "\x00\x00", "\x55\x61", "\x00\x00", + "\x00\x00", "\xce\x93", "\xce\x94", "\x00\x00", "\x00\x00", "\xce\x95", + "\x00\x00", "\x00\x00", "\xce\x96", "\x46\xfa", "\x00\x00", "\xce\x97", + "\x00\x00", "\xce\x98", "\x00\x00", "\xce\x99", "\x64\x92", "\xce\x9a", + "\xce\x9b", "\x00\x00", "\x64\x91", "\x00\x00", "\xce\x9c", "\x00\x00", + "\x64\x90", "\x00\x00", "\x00\x00", "\xce\x9d", "\xce\x9e", "\xce\x9f", + "\xce\xa0", "\x00\x00", "\xce\xa1", "\x64\x98", "\x64\x96", "\x00\x00", + "\xce\xa2", "\x64\x93", "\x00\x00", "\xce\xa3", "\x00\x00", "\x00\x00", + "\xce\xa4", "\xce\xa5", "\x64\x95", "\xce\xa6", "\x00\x00", "\xce\xa7", + "\x64\x94", "\x64\x97", "\x00\x00", "\x4d\xc2", "\x00\x00", "\x64\x9b", + "\x00\x00", "\x4c\xcd", "\x00\x00", "\x64\x9c", "\xce\xa8", "\xce\xa9", + "\x00\x00", "\xce\xaa", "\x55\xcb", "\x00\x00", "\x64\x99", "\x64\x9a", + "\xce\xab", "\x00\x00", "\x00\x00", "\x47\x84", "\xce\xac", "\xce\xad", + "\xce\xae", "\x50\xb4", "\xce\xaf", "\x50\xd1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x9d", "\xce\xb0", + "\x00\x00", "\x64\x9f", "\x00\x00", "\xce\xb1", "\x00\x00", "\x00\x00", + "\xce\xb2", "\xce\xb3", "\xce\xb4", "\x00\x00", "\x64\x9e", "\x64\xa0", + "\x4c\xa8", "\xce\xb5", "\xb6\xfa", "\x00\x00", "\x00\x00", "\x4d\x7c", + "\x64\xa3", "\xce\xb6", "\x00\x00", "\x00\x00", "\xce\xb7", "\x00\x00", + "\xce\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xa1", "\x64\xa2", "\x64\xa4", "\xce\xb9", "\xce\xba", + "\xce\xbb", "\xce\xbc", "\x00\x00", "\x00\x00", "\xce\xbd", "\xce\xbe", + "\x00\x00", "\x00\x00", "\x50\xfc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xa7", "\xce\xbf", "\x00\x00", "\xce\xc0", + "\x64\xa8", "\x64\xa6", "\xce\xc1", "\xce\xc2", "\xce\xc3", "\xce\xc4", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\xc5", "\x00\x00", "\x00\x00", + "\xce\xc6", "\xce\xc7", "\x64\xa5", "\x00\x00", "\x55\xa7", "\x00\x00", + "\x00\x00", "\x64\xaa", "\x64\xae", "\x64\xab", "\x64\xa9", "\xce\xc8", + "\x64\xac", "\xce\xc9", "\xce\xca", "\xce\xcb", "\x64\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\xcc", "\x64\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xaf", "\x00\x00", "\xce\xcd", "\xce\xce", "\xce\xcf", + "\xce\xd0", "\x53\x68", "\x64\xb1", "\xce\xd1", "\xce\xd2", "\x64\xb3", + "\x64\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\xd3", + "\x00\x00", "\x00\x00", "\xce\xd4", "\xce\xd5", "\x00\x00", "\xce\xd6", + "\xce\xd7", "\xce\xd8", "\x64\xb5", "\x00\x00", "\x52\xf6", "\x00\x00", + "\x64\xb4", "\x00\x00", "\x00\x00", "\xce\xd9", "\xce\xda", "\xce\xdb", + "\x64\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xb8", + "\xce\xdc", "\xce\xdd", "\x64\xba", "\x64\xb9", "\x00\x00", "\x64\xb6", + "\x00\x00", "\xce\xde", "\x64\xbc", "\x64\xbb", "\x00\x00", "\x4c\xa1", + "\x00\x00", "\x00\x00", "\xce\xdf", "\x64\xbe", "\xce\xe0", "\x64\xbd", + "\x64\xbf", "\xce\xe1", "\x00\x00", "\x00\x00", "\xb7\x41", "\x64\xc0", + "\xce\xe2", "\xce\xe3", "\x00\x00", "\xce\xe4", "\xce\xe5", "\x00\x00", + "\x00\x00", "\x64\xc1", "\xce\xe6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\xe7", "\x00\x00", "\xce\xe8", "\x64\xc2", "\x47\x9c", + "\x50\x44", "\xce\xe9", "\xce\xea", "\x53\x53", "\x53\x7a", "\x64\xc3", + "\x00\x00", "\xce\xeb", "\x00\x00", "\xce\xec", "\xb7\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\xed", "\xce\xee", "\x00\x00", "\x00\x00", + "\x64\xc4", "\x00\x00", "\xce\xef", "\xce\xf0", "\x00\x00", "\xce\xf1", + "\xce\xf2", "\x64\xc6", "\x64\xc5", "\xce\xf3", "\x64\xc7", "\x00\x00", + "\x46\x53", "\x64\xc8", "\x4d\xaa", "\x48\x97", "\x00\x00", "\x64\xc9", + "\x00\x00", "\xce\xf4", "\x4e\x55", "\x00\x00", "\xce\xf5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xca", + "\xce\xf6", "\x00\x00", "\x00\x00", "\x4c\xb1", "\x00\x00", "\x00\x00", + "\x47\x52", "\x64\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xce\xf7", "\x00\x00", "\x00\x00", "\x64\xce", "\x00\x00", "\xce\xf8", + "\xce\xf9", "\x00\x00", "\xce\xfa", "\xce\xfb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\xfc", "\x4b\xa6", "\xce\xfd", + "\xce\xfe", "\x64\xcd", "\x64\xcc", "\x48\xa6", "\x64\xcf", "\x00\x00", + "\xcf\x41", "\x00\x00", "\xcf\x42", "\x4a\x5a", "\x00\x00", "\x64\xd2", + "\x00\x00", "\xcf\x43", "\xcf\x44", "\x4d\x6e", "\x64\xd0", "\x00\x00", + "\x64\xd1", "\x00\x00", "\x00\x00", "\xcf\x45", "\xcf\x46", "\x00\x00", + "\x64\xd4", "\x64\xd5", "\x4a\x68", "\x64\xd3", "\xcf\x47", "\xcf\x48", + "\xcf\x49", "\x64\xd7", "\x00\x00", "\x51\x5b", "\x64\xd6", "\x47\x87", + "\xcf\x4a", "\x64\xd8", "\xcf\x4b", "\xcf\x4c", "\x00\x00", "\xcf\x4d", + "\x00\x00", "\xcf\x4e", "\x64\xd9", "\xcf\x4f", "\xcf\x50", "\x4e\xf4", + "\x48\xb7", "\xb7\x48", "\xcf\x51", "\xcf\x52", "\xcf\x53", "\x55\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xda", "\xcf\x54", "\xcf\x55", + "\xcf\x56", "\xcf\x57", "\x46\x93", "\x64\xdc", "\xcf\x58", "\x64\xdb", + "\x00\x00", "\x00\x00", "\x64\xdf", "\x50\x6c", "\xcf\x59", "\xcf\x5a", + "\x64\xde", "\xcf\x5b", "\x50\xfe", "\x64\xdd", "\x64\xe1", "\xcf\x5c", + "\x00\x00", "\x64\xe0", "\xb7\x49", "\x00\x00", "\x64\xe2", "\x54\xee", + "\x64\xe3", "\xcf\x5d", "\x00\x00", "\xcf\x5e", "\xcf\x5f", "\xcf\x60", + "\xcf\x61", "\xcf\x62", "\x00\x00", "\x64\xe4", "\xcf\x63", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xe5", "\xcf\x64", "\xcf\x65", "\x50\xa9", + "\x00\x00", "\x52\xe1", "\x64\xe6", "\x64\xe7", "\x64\xe8", "\xcf\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\x5e", + "\x64\xe9", "\xcf\x67", "\x4d\x74", "\x64\xea", "\xcf\x68", "\xcf\x69", + "\x00\x00", "\x64\xeb", "\xcf\x6a", "\xcf\x6b", "\xcf\x6c", "\x64\xed", + "\x64\xec", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xee", + "\x61\x49", "\x64\xef", "\x47\xdf", "\x52\xe5", "\x48\x45", "\x00\x00", + "\xb7\x4c", "\xcf\x6d", "\xcf\x6e", "\x64\xf0", "\xcf\x6f", "\x00\x00", + "\x45\xd5", "\x47\xf5", "\x48\x41", "\x00\x00", "\xcf\x70", "\x54\x7e", + "\xcf\x71", "\xcf\x72", "\x55\xdf", "\x00\x00", "\x49\xcd", "\x50\x68", + "\xcf\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\x74", "\xcf\x75", + "\x00\x00", "\xcf\x76", "\x4b\xa9", "\x00\x00", "\xcf\x77", "\x46\x73", + "\xcf\x78", "\xcf\x79", "\x48\xd6", "\xcf\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcf\x7b", "\x00\x00", "\x64\xf4", "\xcf\x7c", + "\xcf\x7d", "\x64\xf3", "\x53\x5d", "\x00\x00", "\xcf\x7e", "\x64\xf6", + "\x4e\x9e", "\x49\xef", "\x00\x00", "\x53\xdf", "\xcf\x7f", "\x64\xf5", + "\x4a\x9c", "\xcf\x80", "\x00\x00", "\x00\x00", "\x64\xf7", "\xcf\x81", + "\xcf\x82", "\x4e\x58", "\x64\xfa", "\x64\xf9", "\x54\xa9", "\xcf\x83", + "\x00\x00", "\x49\xd1", "\xcf\x84", "\x00\x00", "\x4b\x49", "\x47\x44", + "\xcf\x85", "\x4c\x72", "\xcf\x86", "\x64\xf8", "\x4b\xfc", "\x00\x00", + "\xcf\x87", "\x00\x00", "\x00\x00", "\x65\x44", "\xcf\x88", "\x65\x41", + "\x64\xfd", "\x4b\xda", "\x50\xbb", "\x64\xfb", "\x00\x00", "\x51\x5e", + "\x48\xf0", "\x64\xfc", "\x65\x43", "\x4f\xb3", "\xcf\x89", "\x4f\xca", + "\x45\xe3", "\xcf\x8a", "\x00\x00", "\x53\xb1", "\x65\x42", "\x48\xcd", + "\x45\xb8", "\x64\xfe", "\x4d\xce", "\x47\x54", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x45", "\xcf\x8b", "\xcf\x8c", "\xcf\x8d", "\x00\x00", + "\xcf\x8e", "\xcf\x8f", "\x4f\x77", "\xcf\x90", "\x00\x00", "\x4a\xd3", + "\x46\x69", "\xcf\x91", "\xcf\x92", "\x54\x85", "\x65\x46", "\xcf\x93", + "\x4a\xd6", "\x65\x47", "\x00\x00", "\x00\x00", "\x55\xac", "\x00\x00", + "\x65\x4e", "\xcf\x94", "\x00\x00", "\x54\xf8", "\x4c\xf7", "\xcf\x95", + "\xcf\x96", "\x4c\x6d", "\x00\x00", "\x49\xec", "\x00\x00", "\x65\x4d", + "\x4a\x8b", "\x46\xab", "\xcf\x97", "\x50\x5d", "\x48\x8d", "\x65\x48", + "\x65\x4a", "\x65\x4b", "\x65\x4c", "\x45\x50", "\x46\xa4", "\x49\xbc", + "\x65\x4f", "\x00\x00", "\x65\x50", "\x52\xf3", "\x00\x00", "\xcf\x98", + "\x54\x55", "\xcf\x99", "\x65\x51", "\x00\x00", "\x46\xe3", "\x54\x4c", + "\xcf\x9a", "\x4e\xc2", "\x00\x00", "\x68\x82", "\xcf\x9b", "\x65\x53", + "\x65\x52", "\x49\xcc", "\x00\x00", "\x00\x00", "\xcf\x9c", "\x51\x43", + "\x54\x58", "\x65\x54", "\xcf\x9d", "\x00\x00", "\x65\x57", "\x00\x00", + "\xcf\x9e", "\x52\x6e", "\x65\x55", "\x53\x5b", "\x48\x5d", "\xcf\x9f", + "\x4c\xda", "\x00\x00", "\x52\x6b", "\x65\x59", "\x00\x00", "\x4c\xc4", + "\x65\x5b", "\x53\x7b", "\x65\x58", "\x60\x45", "\x4d\xa9", "\xcf\xa0", + "\x00\x00", "\x51\x86", "\xcf\xa1", "\x65\x5a", "\x50\xea", "\xcf\xa2", + "\xcf\xa3", "\x00\x00", "\xcf\xa4", "\x65\x5c", "\xcf\xa5", "\x4c\x92", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xa6", "\x00\x00", "\xcf\xa7", + "\xcf\xa8", "\xcf\xa9", "\x00\x00", "\xcf\xaa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcf\xab", "\xcf\xac", "\xcf\xad", "\x48\x46", + "\x00\x00", "\xcf\xae", "\x46\xc5", "\x00\x00", "\x51\xa8", "\x00\x00", + "\x4e\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x5e", + "\xcf\xaf", "\x65\x5f", "\xcf\xb0", "\xcf\xb1", "\xcf\xb2", "\x65\x60", + "\xcf\xb3", "\x00\x00", "\x4d\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcf\xb4", "\xcf\xb5", "\x00\x00", "\x00\x00", "\x49\xb3", + "\x00\x00", "\xcf\xb6", "\xcf\xb7", "\xcf\xb8", "\x00\x00", "\xcf\xb9", + "\xcf\xba", "\x00\x00", "\x50\x52", "\x00\x00", "\xcf\xbb", "\x00\x00", + "\x45\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xbc", "\x00\x00", + "\x00\x00", "\xcf\xbd", "\x00\x00", "\xcf\xbe", "\xcf\xbf", "\xcf\xc0", + "\x00\x00", "\x65\x63", "\xcf\xc1", "\xcf\xc2", "\x65\x64", "\xcf\xc3", + "\x00\x00", "\x49\x9e", "\x65\x61", "\x00\x00", "\x65\x62", "\xcf\xc4", + "\x00\x00", "\x00\x00", "\x45\x95", "\x00\x00", "\x00\x00", "\xcf\xc5", + "\x00\x00", "\x51\x62", "\x00\x00", "\xcf\xc6", "\xcf\xc7", "\x00\x00", + "\xb7\x55", "\x00\x00", "\xcf\xc8", "\x4c\xb7", "\xcf\xc9", "\x49\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x4f", + "\xcf\xca", "\xcf\xcb", "\xcf\xcc", "\x00\x00", "\x65\x65", "\x00\x00", + "\xcf\xcd", "\xcf\xce", "\xcf\xcf", "\x00\x00", "\xcf\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xd1", "\x00\x00", "\x00\x00", + "\xcf\xd2", "\x00\x00", "\x65\x68", "\x00\x00", "\xcf\xd3", "\x65\x67", + "\xcf\xd4", "\xcf\xd5", "\xcf\xd6", "\x65\x69", "\xcf\xd7", "\x00\x00", + "\xcf\xd8", "\x00\x00", "\xcf\xd9", "\x00\x00", "\xcf\xda", "\x00\x00", + "\xcf\xdb", "\xcf\xdc", "\x00\x00", "\xcf\xdd", "\x00\x00", "\x65\x6b", + "\x00\x00", "\xcf\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x54", + "\xcf\xdf", "\xcf\xe0", "\x65\x6c", "\xcf\xe1", "\x65\x6a", "\x00\x00", + "\xcf\xe2", "\x00\x00", "\xcf\xe3", "\xcf\xe4", "\x00\x00", "\xcf\xe5", + "\xcf\xe6", "\x00\x00", "\xcf\xe7", "\xcf\xe8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xe9", "\x00\x00", "\x00\x00", + "\xb7\x57", "\xcf\xea", "\xcf\xeb", "\x4f\x73", "\x65\x6d", "\x55\x48", + "\x52\xbb", "\x47\xf3", "\x55\x91", "\xcf\xec", "\x00\x00", "\x00\x00", + "\x47\x58", "\xcf\xed", "\x4e\x7c", "\x00\x00", "\x65\x6e", "\xcf\xee", + "\x65\x6f", "\xcf\xef", "\xcf\xf0", "\xcf\xf1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xf2", "\x4b\xae", "\x65\x70", + "\xcf\xf3", "\x65\x71", "\x00\x00", "\xcf\xf4", "\x00\x00", "\x65\x72", + "\x50\xbd", "\x00\x00", "\x51\x49", "\xcf\xf5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x74", "\x65\x73", "\xcf\xf6", "\x4d\x86", + "\x00\x00", "\x51\xeb", "\x48\x99", "\xcf\xf7", "\xcf\xf8", "\xcf\xf9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xfa", + "\x65\x77", "\xcf\xfb", "\x00\x00", "\xcf\xfc", "\xcf\xfd", "\x51\xa9", + "\x00\x00", "\x65\x76", "\xcf\xfe", "\x65\x75", "\x00\x00", "\x51\x6f", + "\xd0\x41", "\x00\x00", "\x51\x70", "\xd0\x42", "\x53\x78", "\xd0\x43", + "\xd0\x44", "\xd0\x45", "\x00\x00", "\x51\xfa", "\xd0\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x6f", "\x00\x00", "\xd0\x47", "\x00\x00", + "\x00\x00", "\xd0\x48", "\x65\x78", "\x00\x00", "\x50\x7f", "\x00\x00", + "\xd0\x49", "\x00\x00", "\xd0\x4a", "\x00\x00", "\x65\x7b", "\x65\x79", + "\xd0\x4b", "\xd0\x4c", "\xd0\x4d", "\x65\x7a", "\xd0\x4e", "\xd0\x4f", + "\xd0\x50", "\xd0\x51", "\x65\x7d", "\x65\x7c", "\xd0\x52", "\x00\x00", + "\x50\xc2", "\x00\x00", "\x65\x7e", "\xd0\x53", "\xd0\x54", "\xd0\x55", + "\x00\x00", "\xd0\x56", "\x65\x7f", "\x65\x80", "\xd0\x57", "\xd0\x58", + "\xb7\x58", "\xd0\x59", "\x53\x46", "\x53\xbf", "\x4d\x79", "\x52\x52", + "\x00\x00", "\x65\x81", "\x47\x6c", "\x45\xa3", "\x45\x69", "\x47\xb5", + "\x65\x82", "\x45\x86", "\x00\x00", "\xd0\x5a", "\xd0\x5b", "\x00\x00", + "\x65\x87", "\x65\x85", "\x4f\xf4", "\xd0\x5c", "\x65\x83", "\x65\x84", + "\x4a\xcc", "\x49\x88", "\x65\x86", "\x65\x88", "\x00\x00", "\x65\x89", + "\x00\x00", "\x4c\xe3", "\x65\x8d", "\x65\x8f", "\x53\x4a", "\x4b\xf0", + "\x00\x00", "\xd0\x5d", "\xd0\x5e", "\x00\x00", "\xd0\x5f", "\x65\x8a", + "\x65\x8c", "\xd0\x60", "\xd0\x61", "\xd0\x62", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x8b", "\x65\x8e", "\xd0\x63", "\x00\x00", "\xd0\x64", + "\x00\x00", "\xd0\x65", "\x51\xd0", "\xd0\x66", "\x00\x00", "\x65\x92", + "\xd0\x67", "\xd0\x68", "\x00\x00", "\x00\x00", "\xd0\x69", "\xd0\x6a", + "\x65\x90", "\xd0\x6b", "\x00\x00", "\xd0\x6c", "\x65\x95", "\x00\x00", + "\xd0\x6d", "\x4e\x63", "\x53\x8f", "\x00\x00", "\x65\x93", "\x52\x69", + "\xd0\x6e", "\xd0\x6f", "\x65\x94", "\x65\x97", "\xd0\x70", "\xb7\x5b", + "\xd0\x71", "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\x72", "\xd0\x73", + "\x65\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\x74", + "\xd0\x75", "\xd0\x76", "\xd0\x77", "\x00\x00", "\xd0\x78", "\x65\x98", + "\x00\x00", "\x00\x00", "\x65\x96", "\x00\x00", "\xd0\x79", "\xd0\x7a", + "\xd0\x7b", "\x00\x00", "\x00\x00", "\xd0\x7c", "\x45\xae", "\xd0\x7d", + "\xd0\x7e", "\x55\xbf", "\xd0\x7f", "\x65\xa6", "\x65\x9b", "\x00\x00", + "\x65\x9f", "\x00\x00", "\xd0\x80", "\x65\xa4", "\x65\x9e", "\x00\x00", + "\xd0\x81", "\xd0\x82", "\x45\xd7", "\x65\x9a", "\xd0\x83", "\xd0\x84", + "\x65\xa0", "\x65\x9c", "\xd0\x85", "\x65\xa7", "\x00\x00", "\xd0\x86", + "\x65\xa1", "\xd0\x87", "\x65\xa2", "\x65\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x5c", "\x65\x99", "\xd0\x88", "\x65\xa3", + "\x65\xa9", "\x49\xd4", "\xd0\x89", "\xd0\x8a", "\x53\x93", "\x00\x00", + "\xd0\x8b", "\xd0\x8c", "\x4e\xa8", "\x00\x00", "\x65\x9d", "\xd0\x8d", + "\x4f\xb4", "\x65\xa8", "\xd0\x8e", "\xd0\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\x90", "\xd0\x91", "\xd0\x92", "\x48\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\x93", "\xd0\x94", "\x65\xac", + "\x65\xad", "\xd0\x95", "\x00\x00", "\xd0\x96", "\xd0\x97", "\xd0\x98", + "\x51\x83", "\xd0\x99", "\x47\x8c", "\x00\x00", "\x00\x00", "\x4c\xe2", + "\x00\x00", "\x48\xc0", "\x00\x00", "\x00\x00", "\x52\x4b", "\xd0\x9a", + "\xd0\x9b", "\x00\x00", "\x00\x00", "\xd0\x9c", "\xd0\x9d", "\x00\x00", + "\x00\x00", "\x4c\xad", "\xd0\x9e", "\x65\xaf", "\x00\x00", "\x65\xb1", + "\x65\xae", "\xd0\x9f", "\x4d\xdc", "\xd0\xa0", "\x4e\x80", "\x65\xb0", + "\x65\xaa", "\x00\x00", "\x00\x00", "\xd0\xa1", "\xd0\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xa3", "\xd0\xa4", "\x00\x00", "\x65\xab", + "\xd0\xa5", "\x00\x00", "\x00\x00", "\xd0\xa6", "\x00\x00", "\x4d\x48", + "\x00\x00", "\xd0\xa7", "\x00\x00", "\x00\x00", "\xd0\xa8", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xa9", "\x65\xbb", "\xd0\xaa", "\x65\xba", + "\xd0\xab", "\xd0\xac", "\xd0\xad", "\xd0\xae", "\x00\x00", "\xd0\xaf", + "\xd0\xb0", "\xd0\xb1", "\xd0\xb2", "\xd0\xb3", "\x00\x00", "\xd0\xb4", + "\xd0\xb5", "\xd0\xb6", "\xd0\xb7", "\x00\x00", "\x00\x00", "\xd0\xb8", + "\xd0\xb9", "\xd0\xba", "\xd0\xbb", "\x65\xb3", "\x65\xb7", "\x00\x00", + "\x54\x49", "\x65\xbd", "\x00\x00", "\x65\xb9", "\x00\x00", "\x65\xb5", + "\xd0\xbc", "\x65\xb6", "\x00\x00", "\x00\x00", "\xd0\xbd", "\xd0\xbe", + "\x00\x00", "\xd0\xbf", "\x65\xbc", "\xd0\xc0", "\x00\x00", "\xd0\xc1", + "\x52\xc0", "\xd0\xc2", "\x00\x00", "\x65\xb4", "\xd0\xc3", "\x65\xb2", + "\x53\x63", "\x00\x00", "\xd0\xc4", "\x4d\x6f", "\xd0\xc5", "\x00\x00", + "\xd0\xc6", "\x00\x00", "\x55\xbe", "\x48\xc1", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x62", "\x51\xe7", "\x53\x94", "\x65\xc2", "\x65\xc5", + "\x46\xa1", "\x00\x00", "\x00\x00", "\x65\xc9", "\xd0\xc7", "\x00\x00", + "\x65\xce", "\x00\x00", "\xb7\x63", "\x00\x00", "\x55\xd2", "\x00\x00", + "\xd0\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\xc9", + "\x00\x00", "\x65\xc0", "\x53\x90", "\xd0\xca", "\x00\x00", "\x00\x00", + "\xd0\xcb", "\xd0\xcc", "\x00\x00", "\x00\x00", "\x54\xef", "\x65\xc7", + "\x65\xcb", "\x00\x00", "\xd0\xcd", "\x65\xcc", "\x65\xc8", "\xd0\xce", + "\x4e\x57", "\x65\xc3", "\x65\xca", "\x65\xcd", "\xd0\xcf", "\x65\xc1", + "\x4b\x8e", "\xd0\xd0", "\x53\xf0", "\xd0\xd1", "\xd0\xd2", "\x52\x57", + "\x4f\xe6", "\x00\x00", "\x52\x83", "\x50\xb1", "\x00\x00", "\x00\x00", + "\x48\x86", "\xd0\xd3", "\xd0\xd4", "\x65\xbf", "\xd0\xd5", "\xd0\xd6", + "\x00\x00", "\x00\x00", "\x65\xbe", "\x65\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xc4", "\x00\x00", "\x00\x00", "\xd0\xd7", "\x51\xf7", "\xd0\xd8", + "\xb7\x66", "\x4b\x48", "\x00\x00", "\x55\xd3", "\x00\x00", "\x00\x00", + "\xd0\xd9", "\xd0\xda", "\xd0\xdb", "\x00\x00", "\x54\xaa", "\xd0\xdc", + "\x65\xd4", "\x65\xd5", "\xd0\xdd", "\x00\x00", "\xd0\xde", "\x48\xc7", + "\x52\xad", "\x00\x00", "\xd0\xdf", "\x00\x00", "\x65\xd1", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xe0", "\xd0\xe1", "\x00\x00", "\xd0\xe2", + "\x00\x00", "\xd0\xe3", "\xd0\xe4", "\xb7\x67", "\x4f\x70", "\xd0\xe5", + "\x65\xd3", "\xd0\xe6", "\x65\xd0", "\xd0\xe7", "\x00\x00", "\xd0\xe8", + "\xd0\xe9", "\x4e\x45", "\xd0\xea", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd0\xeb", "\x00\x00", "\x65\xd2", "\xd0\xec", "\x53\xbd", "\xd0\xed", + "\xd0\xee", "\xd0\xef", "\xd0\xf0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xf1", "\x00\x00", "\xd0\xf2", "\xd0\xf3", + "\x49\x62", "\xd0\xf4", "\x00\x00", "\xd0\xf5", "\x00\x00", "\x00\x00", + "\xd0\xf6", "\x00\x00", "\x65\xda", "\xd0\xf7", "\x4d\x70", "\x51\x97", + "\xd0\xf8", "\x00\x00", "\x54\xfe", "\xd0\xf9", "\x00\x00", "\x00\x00", + "\xd0\xfa", "\x00\x00", "\x00\x00", "\xd0\xfb", "\x00\x00", "\xd0\xfc", + "\x65\xd8", "\x00\x00", "\xd0\xfd", "\x54\x6d", "\xd0\xfe", "\xd1\x41", + "\x00\x00", "\xd1\x42", "\x53\x6e", "\x65\xd9", "\x4c\x89", "\x00\x00", + "\x65\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x43", "\xd1\x44", + "\xd1\x45", "\x00\x00", "\x00\x00", "\x65\xd6", "\xd1\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x47", + "\x00\x00", "\x65\xe2", "\xd1\x48", "\xd1\x49", "\x65\xdd", "\xd1\x4a", + "\x65\xdb", "\xd1\x4b", "\xd1\x4c", "\xd1\x4d", "\xd1\x4e", "\xd1\x4f", + "\x00\x00", "\x00\x00", "\x65\xe5", "\x50\x41", "\x00\x00", "\xd1\x50", + "\x00\x00", "\x00\x00", "\x65\xdc", "\x65\xde", "\x65\xe1", "\xd1\x51", + "\x00\x00", "\x00\x00", "\xd1\x52", "\x65\xe3", "\x65\xe4", "\xd1\x53", + "\x00\x00", "\x4a\x8d", "\xd1\x54", "\x00\x00", "\x65\xe6", "\x65\xe0", + "\xd1\x55", "\xd1\x56", "\x65\xdf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6e", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6f", "\x00\x00", "\xd1\x57", + "\x65\xe8", "\xd1\x58", "\xd1\x59", "\xd1\x5a", "\x00\x00", "\xd1\x5b", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x5c", "\xd1\x5d", "\x65\xec", + "\xd1\x5e", "\x00\x00", "\x00\x00", "\x65\xed", "\xd1\x5f", "\xd1\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x61", "\xd1\x62", "\xd1\x63", + "\x51\xcd", "\x00\x00", "\x00\x00", "\x65\xea", "\x65\xe9", "\xd1\x64", + "\xd1\x65", "\xd1\x66", "\x4c\xc8", "\x52\xcf", "\x65\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x67", "\x00\x00", "\x65\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xef", "\x00\x00", "\x00\x00", + "\xd1\x68", "\xd1\x69", "\x00\x00", "\x65\xf0", "\xd1\x6a", "\xd1\x6b", + "\xd1\x6c", "\x51\x56", "\x65\xee", "\x00\x00", "\x53\x88", "\x00\x00", + "\x65\xf1", "\xd1\x6d", "\x00\x00", "\xd1\x6e", "\x00\x00", "\xd1\x6f", + "\x00\x00", "\x65\xf2", "\x00\x00", "\xd1\x70", "\x65\xf5", "\x65\xf4", + "\x00\x00", "\x00\x00", "\x65\xf6", "\x00\x00", "\xd1\x71", "\x00\x00", + "\xd1\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\x4e", + "\x65\xf3", "\x52\x41", "\x00\x00", "\xd1\x73", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd1\x74", "\x65\xf8", "\x65\xf7", "\xd1\x75", "\x00\x00", + "\x65\xfb", "\xd1\x76", "\x65\xf9", "\xd1\x77", "\x65\xfa", "\xd1\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x79", "\x00\x00", + "\x65\xfc", "\xd1\x7a", "\x00\x00", "\xd1\x7b", "\xd1\x7c", "\xd1\x7d", + "\x65\xfe", "\xd1\x7e", "\xd1\x7f", "\x00\x00", "\x00\x00", "\x65\xfd", + "\x00\x00", "\x66\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x44", "\x66\x43", "\x66\x45", "\x66\x42", "\x00\x00", "\x66\x46", + "\x00\x00", "\xd1\x80", "\xd1\x81", "\x45\x83", "\xd1\x82", "\xd1\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x84", "\x00\x00", + "\x46\xaa", "\x00\x00", "\x66\x47", "\x51\x9c", "\xd1\x85", "\x00\x00", + "\xb7\x72", "\x66\x48", "\xd1\x86", "\x4b\x7d", "\x66\x49", "\x46\xcd", + "\xd1\x87", "\xd1\x88", "\xd1\x89", "\x54\x5f", "\x00\x00", "\x4d\xd9", + "\x66\x4a", "\x45\xc1", "\x66\x4b", "\x00\x00", "\x66\x4c", "\x00\x00", + "\x66\x4d", "\x66\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x8a", + "\xd1\x8b", "\xd1\x8c", "\x66\x4f", "\xd1\x8d", "\x45\xc5", "\x4a\xe9", + "\x54\x9b", "\x51\x72", "\xd1\x8e", "\x66\x51", "\x66\x50", "\xd1\x8f", + "\x00\x00", "\xd1\x90", "\xd1\x91", "\x66\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x77", "\x00\x00", "\xd1\x92", "\x00\x00", + "\xd1\x93", "\x00\x00", "\x00\x00", "\x66\x55", "\xd1\x94", "\x66\x54", + "\x66\x53", "\xd1\x95", "\x66\x56", "\xd1\x96", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x59", "\x00\x00", "\x00\x00", "\xd1\x97", "\x53\x64", + "\xd1\x98", "\xd1\x99", "\x66\x57", "\xd1\x9a", "\x66\x5b", "\x66\x5a", + "\x00\x00", "\x00\x00", "\xd1\x9b", "\xd1\x9c", "\xd1\x9d", "\xd1\x9e", + "\x66\x5d", "\x66\x5c", "\x66\x5e", "\x00\x00", "\x4b\xcc", "\xd1\x9f", + "\xd1\xa0", "\x00\x00", "\x66\x5f", "\xd1\xa1", "\xd1\xa2", "\xd1\xa3", + "\xd1\xa4", "\x66\x60", "\x66\x62", "\x00\x00", "\xd1\xa5", "\x66\x61", + "\xd1\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\x86", "\xd1\xa7", "\xd1\xa8", "\x00\x00", "\x00\x00", "\x66\x63", + "\xd1\xa9", "\x00\x00", "\xd1\xaa", "\xd1\xab", "\xd1\xac", "\x00\x00", + "\x66\x64", "\x00\x00", "\x45\x91", "\x00\x00", "\xd1\xad", "\x00\x00", + "\x66\x65", "\x66\x66", "\x00\x00", "\xd1\xae", "\x47\xbc", "\xd1\xaf", + "\xb7\x77", "\x00\x00", "\x00\x00", "\xd1\xb0", "\xd1\xb1", "\xd1\xb2", + "\xd1\xb3", "\x4f\xef", "\xd1\xb4", "\xd1\xb5", "\x00\x00", "\x46\xae", + "\x4f\xe8", "\xd1\xb6", "\x66\x67", "\x00\x00", "\x4b\x8c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x6a", + "\x66\x69", "\x49\xe5", "\x00\x00", "\x66\x68", "\x48\xad", "\x00\x00", + "\xd1\xb7", "\x00\x00", "\xd1\xb8", "\x00\x00", "\xd1\xb9", "\xd1\xba", + "\xd1\xbb", "\x00\x00", "\x00\x00", "\x51\x57", "\x66\x6b", "\x66\x6c", + "\x52\x72", "\x66\x6d", "\x00\x00", "\xd1\xbc", "\x49\xd8", "\x4c\x84", + "\x49\x6d", "\x4f\xfe", "\x66\x6e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xc3", "\x00\x00", "\x66\x71", "\x00\x00", "\xd1\xbd", "\x00\x00", + "\x4c\xd2", "\x00\x00", "\x66\x70", "\x4e\x61", "\xd1\xbe", "\x50\xc7", + "\x4a\xb7", "\x66\x6f", "\x49\x61", "\x00\x00", "\x4a\x6c", "\xd1\xbf", + "\xd1\xc0", "\x47\xbf", "\xd1\xc1", "\xd1\xc2", "\x00\x00", "\xd1\xc3", + "\xd1\xc4", "\xd1\xc5", "\xd1\xc6", "\x4b\xb9", "\x46\x5d", "\x00\x00", + "\x4c\xe5", "\xd1\xc7", "\x4a\x93", "\x66\x73", "\x00\x00", "\x66\x72", + "\x49\xa9", "\x4e\x76", "\x00\x00", "\xd1\xc8", "\x00\x00", "\x00\x00", + "\x50\x5a", "\x66\x76", "\xd1\xc9", "\x66\x77", "\x66\x75", "\x53\xc3", + "\xd1\xca", "\x47\x97", "\x4b\xf9", "\x66\x79", "\x00\x00", "\xd1\xcb", + "\x4e\xae", "\x00\x00", "\x00\x00", "\x4c\xe0", "\xd1\xcc", "\xd1\xcd", + "\xd1\xce", "\x66\x7a", "\x65\x56", "\xd1\xcf", "\x66\x7b", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd1\xd0", "\x66\x7f", "\x66\x7e", "\x66\x7c", + "\x66\x7d", "\xd1\xd1", "\x66\x80", "\x00\x00", "\x66\x81", "\x55\x45", + "\x66\x82", "\x66\x83", "\xd1\xd2", "\x4f\xda", "\x4e\xd5", "\xb7\x7e", + "\x00\x00", "\x00\x00", "\x4f\x64", "\x51\xa4", "\x00\x00", "\x00\x00", + "\x45\x70", "\x47\x45", "\x47\xa0", "\x4c\x4d", "\x00\x00", "\x54\x77", + "\xd1\xd3", "\x66\x85", "\x52\xb7", "\x52\x5b", "\x66\x84", "\x00\x00", + "\x00\x00", "\x4a\x8a", "\xd1\xd4", "\x00\x00", "\x00\x00", "\x66\x86", + "\x63\x54", "\x00\x00", "\xd1\xd5", "\x66\x88", "\xd1\xd6", "\x51\xfb", + "\x66\x87", "\xd1\xd7", "\xd1\xd8", "\xd1\xd9", "\x00\x00", "\x00\x00", + "\x49\x97", "\x49\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x49\xdd", "\xd1\xda", "\x49\xbb", "\x52\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd1\xdb", "\x4f\x90", "\xd1\xdc", "\x4a\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x69", "\x4b\xd6", "\x00\x00", "\x66\x89", + "\xd1\xdd", "\x45\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\xfb", "\x00\x00", "\xd1\xde", "\xd1\xdf", "\x66\x8a", "\xd1\xe0", + "\x66\x8b", "\x4d\xde", "\x66\x8c", "\xd1\xe1", "\x4f\x4b", "\x00\x00", + "\x00\x00", "\x66\x8e", "\x66\x90", "\x66\x92", "\x00\x00", "\x66\x91", + "\x00\x00", "\x66\x8f", "\xb7\x83", "\x00\x00", "\x66\x93", "\x00\x00", + "\x00\x00", "\x66\x8d", "\xd1\xe2", "\xd1\xe3", "\x4d\xe8", "\xd1\xe4", + "\x4e\xe4", "\x00\x00", "\x00\x00", "\xd1\xe5", "\xd1\xe6", "\xd1\xe7", + "\x66\x94", "\x00\x00", "\x00\x00", "\x4e\x48", "\xd1\xe8", "\x00\x00", + "\x66\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x96", "\xd1\xe9", "\x4b\xc6", "\x66\x97", "\x00\x00", "\x00\x00", + "\xb7\x85", "\x00\x00", "\x5b\xcf", "\x66\x98", "\x00\x00", "\x66\x99", + "\x00\x00", "\x66\x9a", "\x66\x9b", "\x00\x00", "\x00\x00", "\xd1\xea", + "\x66\xa0", "\x66\x9e", "\x66\x9d", "\x00\x00", "\x66\x9c", "\xb7\x86", + "\x66\x9f", "\x66\xa1", "\xd1\xeb", "\x00\x00", "\x00\x00", "\x66\xa2", + "\xd1\xec", "\x66\xa3", "\x00\x00", "\x66\xa4", "\x46\x4c", "\x00\x00", + "\x00\x00", "\x66\xa5", "\x48\xc3", "\xd1\xed", "\xd1\xee", "\x46\x44", + "\xd1\xef", "\xd1\xf0", "\x66\xa6", "\x00\x00", "\x48\xe1", "\x00\x00", + "\x66\xa7", "\x68\x52", "\x46\x91", "\xd1\xf1", "\x66\xa8", "\x00\x00", + "\x66\xa9", "\xd1\xf2", "\x66\xaa", "\x4a\xa3", "\xd1\xf3", "\x53\xb5", + "\x00\x00", "\x66\xab", "\xd1\xf4", "\x00\x00", "\x00\x00", "\x52\xce", + "\x00\x00", "\xd1\xf5", "\x4d\xf1", "\x00\x00", "\xd1\xf6", "\xd1\xf7", + "\xd1\xf8", "\x66\xac", "\x66\xb0", "\xd1\xf9", "\x66\xae", "\xd1\xfa", + "\x00\x00", "\xd1\xfb", "\xd1\xfc", "\x66\xaf", "\x00\x00", "\x00\x00", + "\x54\x45", "\x66\xad", "\x52\x77", "\x00\x00", "\x00\x00", "\xd1\xfd", + "\x00\x00", "\x66\xb1", "\x00\x00", "\x50\x4c", "\x00\x00", "\x66\xb2", + "\x66\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\xfe", + "\xd2\x41", "\xd2\x42", "\x52\xe7", "\xd2\x43", "\xd2\x44", "\x00\x00", + "\x66\xb4", "\x00\x00", "\xd2\x45", "\xd2\x46", "\x51\xed", "\x00\x00", + "\xd2\x47", "\x66\xb7", "\x00\x00", "\x00\x00", "\x66\xb6", "\x00\x00", + "\x66\xb5", "\x00\x00", "\x00\x00", "\x63\xfc", "\xd2\x48", "\x54\x8b", + "\xd2\x49", "\x00\x00", "\x00\x00", "\xd2\x4a", "\xd2\x4b", "\x66\xb8", + "\x66\xb9", "\xd2\x4c", "\xd2\x4d", "\x00\x00", "\xd2\x4e", "\xd2\x4f", + "\xd2\x50", "\x00\x00", "\xd2\x51", "\x00\x00", "\xd2\x52", "\xd2\x53", + "\x00\x00", "\xd2\x54", "\x00\x00", "\x66\xba", "\xd2\x55", "\xd2\x56", + "\x66\xbb", "\xd2\x57", "\x66\xbc", "\xd2\x58", "\xd2\x59", "\x66\xbd", + "\xd2\x5a", "\xd2\x5b", "\xd2\x5c", "\x00\x00", "\xd2\x5d", "\xd2\x5e", + "\x00\x00", "\x4e\x75", "\xd2\x5f", "\x00\x00", "\x00\x00", "\xd2\x60", + "\xd2\x61", "\xd2\x62", "\x00\x00", "\xd2\x63", "\x66\xbe", "\xd2\x64", + "\xd2\x65", "\x00\x00", "\xd2\x66", "\xd2\x67", "\x00\x00", "\x00\x00", + "\xd2\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xbf", "\x4f\xdf", "\xd2\x69", + "\x00\x00", "\xd2\x6a", "\x66\xc0", "\x48\x4d", "\xd2\x6b", "\x66\xc2", + "\x52\xfc", "\xd2\x6c", "\xd2\x6d", "\x00\x00", "\xd2\x6e", "\x55\x77", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x5c", "\x00\x00", "\x4c\xd9", + "\x4d\x5b", "\x49\x46", "\xb7\x8a", "\x4a\x97", "\x47\xb2", "\xd2\x6f", + "\x46\xb0", "\x00\x00", "\xd2\x70", "\x00\x00", "\x54\x56", "\xd2\x71", + "\xd2\x72", "\x66\xc3", "\x4d\x4a", "\x53\x9d", "\x55\x57", "\x51\x7a", + "\xd2\x73", "\x00\x00", "\xd2\x74", "\x55\xe4", "\x4a\xcd", "\xd2\x75", + "\x66\xc4", "\x00\x00", "\xd2\x76", "\x00\x00", "\xd2\x77", "\x00\x00", + "\xd2\x78", "\x66\xc6", "\x00\x00", "\xd2\x79", "\x66\xc5", "\xd2\x7a", + "\xd2\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\x7c", + "\x4e\xb3", "\x47\xeb", "\xd2\x7d", "\xd2\x7e", "\xd2\x7f", "\x00\x00", + "\xd2\x80", "\xd2\x81", "\x55\x76", "\xd2\x82", "\x00\x00", "\x66\xc7", + "\x50\xfb", "\x66\xc8", "\x00\x00", "\x53\xab", "\x4a\x7a", "\x66\xc8", + "\xd2\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd2\x84", "\x00\x00", "\x51\xdc", "\xd2\x85", "\x00\x00", "\x00\x00", + "\xd2\x86", "\x66\xca", "\x47\xfe", "\x47\xf1", "\x54\x8e", "\x66\xc9", + "\x00\x00", "\xd2\x87", "\xd2\x88", "\xd2\x89", "\x48\xb8", "\x4a\xe5", + "\xd2\x8a", "\x66\xcb", "\x4c\x57", "\xd2\x8b", "\xd2\x8c", "\x55\xc1", + "\x00\x00", "\x00\x00", "\x46\xba", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd2\x8d", "\xd2\x8e", "\x00\x00", "\x66\xcc", "\xd2\x8f", "\x4e\xee", + "\x00\x00", "\x00\x00", "\xd2\x90", "\x66\xcd", "\xd2\x91", "\x00\x00", + "\x00\x00", "\x66\xce", "\x66\xcf", "\x66\xd0", "\x00\x00", "\x66\xd2", + "\x66\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x47\xe7", "\x00\x00", + "\x66\xd3", "\xd2\x92", "\x00\x00", "\xd2\x93", "\xd2\x94", "\x66\xd4", + "\xd2\x95", "\x66\xd5", "\x00\x00", "\x00\x00", "\xd2\x96", "\x00\x00", + "\x66\xd6", "\xd2\x97", "\xd2\x98", "\x00\x00", "\xd2\x99", "\xd2\x9a", + "\xb7\x90", "\x00\x00", "\x00\x00", "\xd2\x9b", "\x00\x00", "\x00\x00", + "\xd2\x9c", "\x66\xd8", "\x66\xd7", "\xd2\x9d", "\x66\xd9", "\xb7\x91", + "\xd2\x9e", "\x00\x00", "\x00\x00", "\xb7\x92", "\xd2\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x8a", "\x66\xda", "\x00\x00", "\x00\x00", "\x46\xb8", + "\xb7\x94", "\xd2\xa0", "\x53\xce", "\xd2\xa1", "\x00\x00", "\xd2\xa2", + "\xd2\xa3", "\xd2\xa4", "\x00\x00", "\x66\xdc", "\xd2\xa5", "\x66\xde", + "\x00\x00", "\x66\xdb", "\x5c\xca", "\x46\xb5", "\xb7\x95", "\xb7\x96", + "\x4b\xa3", "\xd2\xa6", "\x52\x45", "\x00\x00", "\xd2\xa7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x8f", "\x4d\x49", + "\x49\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\xa8", "\x66\xe0", + "\x00\x00", "\x50\xbf", "\x00\x00", "\xd2\xa9", "\xd2\xaa", "\x54\xbc", + "\x49\x79", "\x00\x00", "\x50\xa7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xb3", "\xd2\xab", "\x66\xe2", "\x55\x4b", "\x66\xe3", "\xd2\xac", + "\xd2\xad", "\xd2\xae", "\x66\xe4", "\x00\x00", "\xd2\xaf", "\xd2\xb0", + "\xd2\xb1", "\x66\xe1", "\x66\xe8", "\xd2\xb2", "\x66\xea", "\x66\xe7", + "\xd2\xb3", "\x00\x00", "\x66\xe9", "\x00\x00", "\xd2\xb4", "\x66\xe5", + "\x48\x62", "\x00\x00", "\x00\x00", "\xd2\xb5", "\x66\xeb", "\x00\x00", + "\x66\xec", "\x00\x00", "\x00\x00", "\xd2\xb6", "\xd2\xb7", "\xd2\xb8", + "\xd2\xb9", "\xd2\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\xbb", + "\xd2\xbc", "\xd2\xbd", "\xd2\xbe", "\x66\xed", "\x66\xee", "\x00\x00", + "\xd2\xbf", "\xd2\xc0", "\x66\xef", "\x00\x00", "\x00\x00", "\x66\xf1", + "\xd2\xc1", "\xd2\xc2", "\xd2\xc3", "\x66\xf0", "\x00\x00", "\x66\xf3", + "\x66\xf5", "\xd2\xc4", "\xd2\xc5", "\x00\x00", "\x66\xf2", "\x66\xf4", + "\x52\xe8", "\x00\x00", "\xd2\xc6", "\x66\xf6", "\x00\x00", "\x51\xd5", + "\xd2\xc7", "\xd2\xc8", "\x00\x00", "\xd2\xc9", "\xd2\xca", "\x00\x00", + "\xd2\xcb", "\xd2\xcc", "\xd2\xcd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\xbe", "\x66\xf7", "\x66\xf8", "\x46\xbd", + "\x00\x00", "\xd2\xce", "\x00\x00", "\xd2\xcf", "\x66\xf9", "\xd2\xd0", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x9b", "\x00\x00", "\x66\xfa", + "\xd2\xd1", "\x00\x00", "\x4b\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x64", "\x66\xfb", "\x66\xfc", "\x00\x00", "\xd2\xd2", "\xd2\xd3", + "\xd2\xd4", "\x52\xdf", "\x50\xa1", "\xd2\xd5", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd2\xd6", "\xd2\xd7", "\x00\x00", "\x66\xfd", "\xd2\xd8", + "\x00\x00", "\xd2\xd9", "\x00\x00", "\x55\xe5", "\x00\x00", "\xd2\xda", + "\x4d\xe5", "\x49\xac", "\x4c\xfe", "\x00\x00", "\x4f\x85", "\xd2\xdb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\xf5", "\x67\x44", "\x49\xfc", "\xd2\xdc", "\xd2\xdd", "\x53\xbe", + "\x00\x00", "\x00\x00", "\x67\x43", "\xd2\xde", "\xd2\xdf", "\x67\x41", + "\xd2\xe0", "\x67\x42", "\xd2\xe1", "\x66\xfe", "\x00\x00", "\x00\x00", + "\x67\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\xe2", + "\x00\x00", "\x00\x00", "\xd2\xe3", "\xd2\xe4", "\xd2\xe5", "\x67\x45", + "\x67\x46", "\x00\x00", "\xd2\xe6", "\x67\x48", "\x67\x49", "\x00\x00", + "\xd2\xe7", "\xd2\xe8", "\x00\x00", "\x00\x00", "\x67\x4b", "\xd2\xe9", + "\x00\x00", "\x67\x4a", "\xb7\x9d", "\xd2\xea", "\xd2\xeb", "\x4c\xc0", + "\x00\x00", "\x67\x4c", "\xd2\xec", "\xd2\xed", "\xd2\xee", "\x67\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x9e", "\xd2\xef", + "\xd2\xf0", "\x00\x00", "\x50\x58", "\x67\x4d", "\xd2\xf1", "\xd2\xf2", + "\x4d\xd2", "\x48\xb4", "\x00\x00", "\x00\x00", "\xd2\xf3", "\x00\x00", + "\x00\x00", "\x67\x4f", "\xb7\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd2\xf4", "\x00\x00", "\xd2\xf5", "\x00\x00", "\xd2\xf6", "\xd2\xf7", + "\xd2\xf8", "\x00\x00", "\x00\x00", "\xd2\xf9", "\x53\xda", "\x00\x00", + "\x00\x00", "\x67\x50", "\x00\x00", "\xd2\xfa", "\xd2\xfb", "\x00\x00", + "\x4e\x5e", "\xb7\xa0", "\x00\x00", "\xd2\xfc", "\x00\x00", "\xd2\xfd", + "\xd2\xfe", "\x67\x51", "\xd3\x41", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x56", "\x00\x00", "\x67\x52", "\xd3\x42", + "\x67\x54", "\x67\x55", "\xd3\x43", "\x67\x53", "\x00\x00", "\xd3\x44", + "\x00\x00", "\x00\x00", "\xd3\x45", "\xd3\x46", "\xd3\x47", "\x67\x58", + "\x67\x59", "\x00\x00", "\x00\x00", "\xd3\x48", "\xb7\xa1", "\x00\x00", + "\xd3\x49", "\x67\x57", "\xd3\x4a", "\x67\x5b", "\xb7\xa2", "\x00\x00", + "\x4c\xd5", "\x67\x5a", "\x00\x00", "\xd3\x4b", "\x00\x00", "\x67\x5c", + "\x00\x00", "\x00\x00", "\x67\x5d", "\x00\x00", "\x67\x60", "\x67\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x5e", "\x67\x61", "\x67\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\xa5", "\x00\x00", "\xd3\x4c", "\x00\x00", "\xd3\x4d", "\x67\x63", + "\xd3\x4e", "\xd3\x4f", "\x67\x64", "\x00\x00", "\xd3\x50", "\x00\x00", + "\xd3\x51", "\xd3\x52", "\xd3\x53", "\xb7\xa5", "\x55\x9c", "\xd3\x54", + "\x00\x00", "\xd3\x55", "\x67\x65", "\x00\x00", "\xd3\x56", "\xd3\x57", + "\x67\x66", "\xd3\x58", "\x00\x00", "\xd3\x59", "\x52\xc5", "\x00\x00", + "\xd3\x5a", "\x00\x00", "\xd3\x5b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\x5c", "\x67\x67", "\xd3\x5d", "\x67\x6a", + "\xd3\x5e", "\x67\x68", "\x67\x69", "\xd3\x5f", "\xd3\x60", "\xd3\x61", + "\x45\x71", "\x67\x6b", "\x00\x00", "\xd3\x62", "\x67\x6c", "\x00\x00", + "\x67\x6d", "\x67\x6e", "\xd3\x63", "\x00\x00", "\x67\x6f", "\x67\x70", + "\xd3\x64", "\xd3\x65", "\x67\x71", "\xd3\x66", "\x00\x00", "\xd3\x67", + "\x4c\xf6", "\x67\x73", "\xd3\x68", "\x50\x9d", "\x67\x74", "\x67\x72", + "\x00\x00", "\x67\x76", "\xd3\x69", "\xd3\x6a", "\x67\x75", "\xd3\x6b", + "\x00\x00", "\x67\x77", "\x00\x00", "\xd3\x6c", "\xd3\x6d", "\x67\x78", + "\x00\x00", "\xd3\x6e", "\x00\x00", "\xd3\x6f", "\xd3\x70", "\xd3\x71", + "\xd3\x72", "\xd3\x73", "\xd3\x74", "\xd3\x75", "\x67\x79", "\x00\x00", + "\xd3\x76", "\xd3\x77", "\x00\x00", "\xd3\x78", "\xd3\x79", "\xd3\x7a", + "\xd3\x7b", "\x00\x00", "\xd3\x7c", "\x00\x00", "\xd3\x7d", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\x7e", "\x00\x00", "\x67\x7a", "\xd3\x7f", + "\x67\x7b", "\xd3\x80", "\xd3\x81", "\x00\x00", "\x00\x00", "\x67\x7c", + "\xd3\x82", "\x00\x00", "\x67\x7d", "\x67\x7e", "\x00\x00", "\x67\x7f", + "\xd3\x83", "\x67\x80", "\x67\x81", "\x67\x82", "\x67\x83", "\xd3\x84", + "\x00\x00", "\xd3\x85", "\x67\x84", "\x67\x85", "\x00\x00", "\x67\x86", + "\x67\x87", "\xd3\x86", "\xd3\x87", "\xd3\x88", "\x00\x00", "\xd3\x89", + "\x00\x00", "\xd3\x8a", "\xd3\x8b", "\x67\x88", "\x4a\xc8", "\xd3\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xcb", "\x50\xa8", "\x67\x8a", + "\x67\x89", "\x4d\xb4", "\x00\x00", "\x00\x00", "\xd3\x8d", "\x00\x00", + "\x00\x00", "\xd3\x8e", "\xd3\x8f", "\x67\x8b", "\x67\x8c", "\x53\x89", + "\x00\x00", "\x67\x8d", "\x00\x00", "\x00\x00", "\x4d\xe2", "\xd3\x90", + "\xd3\x91", "\xd3\x92", "\x67\x8e", "\x00\x00", "\x48\xee", "\xd3\x93", + "\x00\x00", "\x00\x00", "\xd3\x94", "\x00\x00", "\x00\x00", "\xd3\x95", + "\x00\x00", "\xd3\x96", "\x00\x00", "\xd3\x97", "\xd3\x98", "\x00\x00", + "\xd3\x99", "\x00\x00", "\xd3\x9a", "\xd3\x9b", "\xd3\x9c", "\xd3\x9d", + "\xd3\x9e", "\x51\xf4", "\x00\x00", "\x00\x00", "\x67\x91", "\xd3\x9f", + "\x67\x90", "\x67\x8f", "\xb7\xab", "\xd3\xa0", "\xd3\xa1", "\xd3\xa2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd3\xa3", + "\xd3\xa4", "\x00\x00", "\x00\x00", "\x67\x94", "\xd3\xa5", "\xd3\xa6", + "\xd3\xa7", "\xd3\xa8", "\x00\x00", "\xd3\xa9", "\xd3\xaa", "\xd3\xab", + "\x00\x00", "\xd3\xac", "\x4f\x8e", "\x67\x93", "\xd3\xad", "\x67\x95", + "\x52\x8d", "\x67\x92", "\xd3\xae", "\x00\x00", "\x67\x96", "\x67\x97", + "\x00\x00", "\x00\x00", "\xd3\xaf", "\x00\x00", "\x00\x00", "\xd3\xb0", + "\xd3\xb1", "\x67\x98", "\x67\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\xb2", "\xd3\xb3", "\x67\x9a", "\xd3\xb4", + "\x55\xce", "\x4e\xb7", "\xd3\xb5", "\x53\x91", "\x4c\xe9", "\x00\x00", + "\xd3\xb6", "\x67\x9b", "\xd3\xb7", "\x00\x00", "\x67\x9c", "\x00\x00", + "\x00\x00", "\xd3\xb8", "\xd3\xb9", "\x67\xa0", "\x00\x00", "\x67\x9f", + "\xd3\xba", "\x00\x00", "\xd3\xbb", "\xd3\xbc", "\x67\x9d", "\xd3\xbd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xa1", "\xd3\xbe", + "\xd3\xbf", "\x4f\xc6", "\x67\x9e", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd3\xc0", "\x67\xa2", "\xd3\xc1", "\x67\xa3", "\x67\xa4", "\x00\x00", + "\x67\xa8", "\x00\x00", "\x4f\xe4", "\xd3\xc2", "\xd3\xc3", "\x00\x00", + "\x00\x00", "\x50\xd8", "\x00\x00", "\xd3\xc4", "\x00\x00", "\xd3\xc5", + "\x00\x00", "\x67\xa9", "\x67\xa6", "\x67\xa5", "\x67\xa7", "\xd3\xc6", + "\x00\x00", "\xd3\xc7", "\x4d\x78", "\x00\x00", "\xd3\xc8", "\xd3\xc9", + "\x00\x00", "\x00\x00", "\xb7\xad", "\xd3\xca", "\x55\x51", "\x67\xab", + "\x67\xac", "\xd3\xcb", "\x00\x00", "\x67\xaa", "\x00\x00", "\xd3\xcc", + "\xd3\xcd", "\xd3\xce", "\xd3\xcf", "\x00\x00", "\x00\x00", "\xd3\xd0", + "\x00\x00", "\xd3\xd1", "\x67\xb1", "\x00\x00", "\xd3\xd2", "\x00\x00", + "\x67\xad", "\x00\x00", "\x67\xb5", "\x00\x00", "\x67\xb6", "\x67\xb2", + "\x67\xb8", "\xd3\xd3", "\x67\xb4", "\x55\x71", "\x00\x00", "\xd3\xd4", + "\x52\x93", "\xd3\xd5", "\x67\xb7", "\x67\xb3", "\x67\xb0", "\x67\xaf", + "\xd3\xd6", "\x00\x00", "\xd3\xd7", "\xd3\xd8", "\xd3\xd9", "\x67\xae", + "\xd3\xda", "\xb7\xb1", "\xd3\xdb", "\x00\x00", "\x00\x00", "\x67\xbc", + "\xd3\xdc", "\xd3\xdd", "\x67\xbb", "\x67\xba", "\xd3\xde", "\xd3\xdf", + "\xd3\xe0", "\xd3\xe1", "\xd3\xe2", "\x00\x00", "\x00\x00", "\x54\x6e", + "\x67\xb9", "\x55\xc8", "\x67\xbd", "\xd3\xe3", "\x67\xbf", "\x00\x00", + "\x00\x00", "\xd3\xe4", "\xd3\xe5", "\xd3\xe6", "\x00\x00", "\x53\xd5", + "\x51\xf0", "\x54\xab", "\x00\x00", "\xd3\xe7", "\x67\xc1", "\x00\x00", + "\x00\x00", "\xd3\xe8", "\x00\x00", "\xd3\xe9", "\xd3\xea", "\xd3\xeb", + "\x67\xc0", "\x67\xbe", "\x55\x60", "\xd3\xec", "\xd3\xed", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\xee", "\xd3\xef", "\xd3\xf0", "\x00\x00", + "\x53\xc6", "\xd3\xf1", "\xd3\xf2", "\x00\x00", "\xd3\xf3", "\x55\x4c", + "\xd3\xf4", "\x00\x00", "\x67\xc2", "\xd3\xf5", "\xd3\xf6", "\xd3\xf7", + "\xd3\xf8", "\xd3\xf9", "\x67\xc3", "\x00\x00", "\x00\x00", "\xd3\xfa", + "\x00\x00", "\xb7\xb6", "\x00\x00", "\x67\xc4", "\xd3\xfb", "\xd3\xfc", + "\xd3\xfd", "\xd3\xfe", "\x00\x00", "\xb7\xb7", "\xd4\x41", "\x00\x00", + "\xd4\x42", "\x00\x00", "\xd4\x43", "\x00\x00", "\x00\x00", "\xd4\x44", + "\x67\xc5", "\xd4\x45", "\x67\xc6", "\x00\x00", "\xb7\xb8", "\xd4\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x47\x79", "\xd4\x47", "\x67\xc8", + "\x00\x00", "\x4d\x95", "\x00\x00", "\x67\xc7", "\x67\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xca", "\x00\x00", "\xd4\x48", "\x4e\xa6", + "\x4b\x70", "\x00\x00", "\x54\xc4", "\xd4\x49", "\x00\x00", "\xd4\x4a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd4\x4b", "\x67\xcc", "\x00\x00", "\x00\x00", + "\x67\xcd", "\x51\xa1", "\x54\xfc", "\x67\xcb", "\x00\x00", "\xd4\x4c", + "\x00\x00", "\x00\x00", "\x54\x64", "\x00\x00", "\x00\x00", "\xd4\x4d", + "\x67\xd4", "\x00\x00", "\x00\x00", "\x67\xd3", "\x00\x00", "\xd4\x4e", + "\xd4\x4f", "\x00\x00", "\x00\x00", "\x52\xc3", "\xd4\x50", "\xd4\x51", + "\xd4\x52", "\x67\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xd1", + "\x00\x00", "\x00\x00", "\x67\xcf", "\x00\x00", "\x4c\x54", "\x00\x00", + "\x67\xce", "\x50\xba", "\x67\xd0", "\x00\x00", "\x00\x00", "\xd4\x53", + "\xd4\x54", "\x00\x00", "\xd4\x55", "\xd4\x56", "\xd4\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x58", "\x4d\xd6", + "\xd4\x59", "\xd4\x5a", "\x67\xd8", "\x67\xd6", "\x00\x00", "\x67\xd5", + "\xd4\x5b", "\xd4\x5c", "\x67\xd7", "\xd4\x5d", "\x67\xd9", "\xd4\x5e", + "\x67\xda", "\x00\x00", "\xd4\x5f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xdf", "\x67\xde", "\xb7\xbe", "\xd4\x60", + "\xd4\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xdd", + "\x00\x00", "\x00\x00", "\x4b\xe7", "\x67\xdb", "\x67\xdc", "\xd4\x62", + "\x50\xfd", "\x55\x7e", "\xd4\x63", "\xd4\x64", "\x67\xe0", "\xd4\x65", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x66", "\xd4\x67", "\x67\xe4", + "\x51\x8a", "\x00\x00", "\x00\x00", "\x67\xe5", "\x67\xe2", "\x00\x00", + "\x67\xe1", "\xb7\xc0", "\x00\x00", "\x00\x00", "\xd4\x68", "\xd4\x69", + "\x00\x00", "\x00\x00", "\x67\xe6", "\xd4\x6a", "\xd4\x6b", "\x00\x00", + "\xd4\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x6d", + "\xd4\x6e", "\x00\x00", "\xd4\x6f", "\x67\xe3", "\x00\x00", "\x53\x42", + "\xd4\x70", "\x00\x00", "\x00\x00", "\xd4\x71", "\xd4\x72", "\x4d\x8e", + "\x00\x00", "\x00\x00", "\xd4\x73", "\xd4\x74", "\x00\x00", "\xd4\x75", + "\xd4\x76", "\xd4\x77", "\xd4\x78", "\xb7\xc1", "\x67\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x79", + "\x00\x00", "\x00\x00", "\x67\xe8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\xe9", "\xd4\x7a", "\x67\xea", "\xd4\x7b", "\x00\x00", + "\xd4\x7c", "\x50\xe5", "\x00\x00", "\xd4\x7d", "\x67\xeb", "\x00\x00", + "\x47\x7a", "\xd4\x7e", "\x00\x00", "\x00\x00", "\x67\xef", "\xd4\x7f", + "\x67\xf0", "\x67\xee", "\xd4\x80", "\xb7\xc3", "\x00\x00", "\xd4\x81", + "\xb7\xc4", "\x67\xed", "\x67\xf3", "\xd4\x82", "\x67\xec", "\x00\x00", + "\x67\xf1", "\xd4\x83", "\x00\x00", "\xd4\x84", "\xd4\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\xf6", "\xd4\x86", "\xd4\x87", "\xd4\x88", "\xd4\x89", + "\x00\x00", "\x67\xf5", "\xd4\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\x8b", "\xd4\x8c", "\xd4\x8d", "\x00\x00", "\x00\x00", "\xb7\xc5", + "\x00\x00", "\xd4\x8e", "\x67\xf8", "\xd4\x8f", "\x00\x00", "\xd4\x90", + "\x00\x00", "\xd4\x91", "\x00\x00", "\x67\xf9", "\xd4\x92", "\x67\xfa", + "\xd4\x93", "\x00\x00", "\x4b\xf1", "\xd4\x94", "\xd4\x95", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xf7", "\x4b\x7a", "\x50\xaf", "\x00\x00", + "\x00\x00", "\x67\xfb", "\xd4\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x98", + "\x00\x00", "\x00\x00", "\xd4\x99", "\x00\x00", "\x00\x00", "\xb7\xc8", + "\xd4\x9a", "\x00\x00", "\xd4\x9b", "\xd4\x9c", "\xd4\x9d", "\x00\x00", + "\x00\x00", "\xd4\x9e", "\xd4\x9f", "\x00\x00", "\x00\x00", "\x67\xfe", + "\x67\xfc", "\x67\xfd", "\xd4\xa0", "\xd4\xa1", "\x68\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\x42", "\x00\x00", "\x00\x00", "\x4c\x7d", "\x68\x43", + "\xd4\xa2", "\xd4\xa3", "\xd4\xa4", "\x68\x44", "\x00\x00", "\x46\x97", + "\xd4\xa5", "\x68\x45", "\xd4\xa6", "\xd4\xa7", "\xd4\xa8", "\xd4\xa9", + "\x00\x00", "\xd4\xaa", "\x68\x46", "\x00\x00", "\x00\x00", "\x68\x47", + "\x68\x48", "\x00\x00", "\xd4\xab", "\xd4\xac", "\x00\x00", "\x68\x4a", + "\x51\xf9", "\x51\x9e", "\x00\x00", "\x68\x49", "\xd4\xad", "\x4c\xf3", + "\xd4\xae", "\x00\x00", "\x00\x00", "\xd4\xaf", "\x00\x00", "\x68\x4b", + "\xd4\xb0", "\x51\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\xb1", "\x68\x4c", "\x4a\xe0", "\x00\x00", "\xd4\xb2", "\x53\xb4", + "\x68\x4e", "\x00\x00", "\xd4\xb3", "\x68\x4f", "\xd4\xb4", "\xd4\xb5", + "\xd4\xb6", "\x00\x00", "\x00\x00", "\xd4\xb7", "\xd4\xb8", "\xd4\xb9", + "\x00\x00", "\x00\x00", "\x68\x4d", "\x52\x61", "\x55\x5f", "\x48\xa7", + "\x68\x50", "\xb7\xca", "\x68\x51", "\x4e\xea", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xcb", "\x4a\xc6", "\x00\x00", "\xd4\xba", "\x00\x00", + "\xd4\xbb", "\x00\x00", "\x00\x00", "\xd4\xbc", "\x68\x53", "\x55\xae", + "\x51\xa7", "\x68\x54", "\x68\x55", "\x68\x56", "\x46\x79", "\x00\x00", + "\x68\x57", "\xd4\xbd", "\x00\x00", "\x00\x00", "\x5e\x90", "\x4d\xbc", + "\x00\x00", "\x51\xdd", "\x68\x58", "\x68\x5a", "\x68\x59", "\xd4\xbe", + "\x68\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\xbf", "\x68\x5c", + "\x00\x00", "\xd4\xc0", "\x68\x5d", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\xc1", "\xd4\xc2", "\xd4\xc3", "\x68\x5e", "\xd4\xc4", "\xd4\xc5", + "\xd4\xc6", "\x00\x00", "\x68\x5f", "\xd4\xc7", "\x68\x60", "\x68\x61", + "\xd4\xc8", "\x68\x62", "\x00\x00", "\x68\x63", "\x68\x64", "\x68\x65", + "\x00\x00", "\xd4\xc9", "\x00\x00", "\x00\x00", "\xd4\xca", "\xd4\xcb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x66", "\x68\x67", "\xd4\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xaa", "\xd4\xcd", + "\xd4\xce", "\xd4\xcf", "\xd4\xd0", "\x4f\xaf", "\xd4\xd1", "\x68\x69", + "\xd4\xd2", "\xd4\xd3", "\x00\x00", "\xd4\xd4", "\xd4\xd5", "\xd4\xd6", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\xd7", "\x50\xcb", "\x68\x6a", + "\xd4\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd4\xda", "\xd4\xdb", "\x68\x6b", "\x00\x00", + "\x00\x00", "\xd4\xdc", "\x00\x00", "\xd4\xdd", "\xd4\xde", "\x00\x00", + "\xd4\xdf", "\x00\x00", "\x00\x00", "\xd4\xe0", "\x00\x00", "\xd4\xe1", + "\xd4\xe2", "\x4c\xfd", "\xd4\xe3", "\xd4\xe4", "\x68\x6c", "\xd4\xe5", + "\x00\x00", "\xd4\xe6", "\x00\x00", "\xd4\xe7", "\xd4\xe8", "\xd4\xe9", + "\xd4\xea", "\xd4\xeb", "\x00\x00", "\x00\x00", "\x68\x6d", "\x51\xf5", + "\x00\x00", "\x00\x00", "\x68\x6e", "\x68\x6f", "\x00\x00", "\x00\x00", + "\x68\x70", "\xd4\xec", "\x68\x71", "\xd4\xed", "\xd4\xee", "\xd4\xef", + "\xd4\xf0", "\x00\x00", "\xd4\xf1", "\x00\x00", "\x00\x00", "\xd4\xf2", + "\xd4\xf3", "\x68\x73", "\x68\x74", "\x68\x75", "\x4c\x80", "\x68\x72", + "\x00\x00", "\x00\x00", "\x68\x76", "\x68\x77", "\xd4\xf4", "\xd4\xf5", + "\x68\x79", "\x00\x00", "\x68\x78", "\xd4\xf6", "\xd4\xf7", "\xd4\xf8", + "\xd4\xf9", "\xd4\xfa", "\x68\x7b", "\xd4\xfb", "\x00\x00", "\xd4\xfc", + "\x68\x7c", "\x68\x7a", "\x00\x00", "\x00\x00", "\xd4\xfd", "\x00\x00", + "\x00\x00", "\xd4\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\xca", + "\x00\x00", "\xd5\x41", "\xd5\x42", "\xd5\x43", "\xd5\x44", "\x00\x00", + "\xd5\x45", "\x68\x7d", "\xd5\x46", "\xd5\x47", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\x7e", "\x5f\xf7", "\xd5\x48", "\x00\x00", + "\x68\x7f", "\xd5\x49", "\xd5\x4a", "\xd5\x4b", "\x00\x00", "\xd5\x4c", + "\x69\x41", "\x69\x42", "\x69\x43", "\x69\x44", "\x69\x45", "\x69\x46", + "\x69\x47", "\x69\x48", "\x69\x49", "\x69\x4a", "\x69\x4b", "\x69\x4c", + "\x69\x4d", "\x69\x4e", "\x69\x4f", "\x69\x50", "\x69\x51", "\x69\x52", + "\x69\x53", "\x69\x54", "\x69\x55", "\x69\x56", "\x69\x57", "\x69\x58", + "\x69\x59", "\x69\x5a", "\x69\x5b", "\x69\x5c", "\x69\x5d", "\x69\x5e", + "\x69\x5f", "\x69\x60", "\x69\x61", "\x69\x62", "\x69\x63", "\x69\x64", + "\x69\x65", "\x69\x66", "\x69\x67", "\x69\x68", "\x69\x69", "\x69\x6a", + "\x69\x6b", "\x69\x6c", "\x69\x6d", "\x69\x6e", "\x69\x6f", "\x69\x70", + "\x69\x71", "\x69\x72", "\x69\x73", "\x69\x74", "\x69\x75", "\x69\x76", + "\x69\x77", "\x69\x78", "\x69\x79", "\x69\x7a", "\x69\x7b", "\x69\x7c", + "\x69\x7d", "\x69\x7e", "\x69\x7f", "\x69\x80", "\x69\x81", "\x69\x82", + "\x69\x83", "\x69\x84", "\x69\x85", "\x69\x86", "\x69\x87", "\x69\x88", + "\x69\x89", "\x69\x8a", "\x69\x8b", "\x69\x8c", "\x69\x8d", "\x69\x8e", + "\x69\x8f", "\x69\x90", "\x69\x91", "\x69\x92", "\x69\x93", "\x69\x94", + "\x69\x95", "\x69\x96", "\x69\x97", "\x69\x98", "\x69\x99", "\x69\x9a", + "\x69\x9b", "\x69\x9c", "\x69\x9d", "\x69\x9e", "\x69\x9f", "\x69\xa0", + "\x69\xa1", "\x69\xa2", "\x69\xa3", "\x69\xa4", "\x69\xa5", "\x69\xa6", + "\x69\xa7", "\x69\xa8", "\x69\xa9", "\x69\xaa", "\x69\xab", "\x69\xac", + "\x69\xad", "\x69\xae", "\x69\xaf", "\x69\xb0", "\x69\xb1", "\x69\xb2", + "\x69\xb3", "\x69\xb4", "\x69\xb5", "\x69\xb6", "\x69\xb7", "\x69\xb8", + "\x69\xb9", "\x69\xba", "\x69\xbb", "\x69\xbc", "\x69\xbd", "\x69\xbe", + "\x69\xbf", "\x69\xc0", "\x69\xc1", "\x69\xc2", "\x69\xc3", "\x69\xc4", + "\x69\xc5", "\x69\xc6", "\x69\xc7", "\x69\xc8", "\x69\xc9", "\x69\xca", + "\x69\xcb", "\x69\xcc", "\x69\xcd", "\x69\xce", "\x69\xcf", "\x69\xd0", + "\x69\xd1", "\x69\xd2", "\x69\xd3", "\x69\xd4", "\x69\xd5", "\x69\xd6", + "\x69\xd7", "\x69\xd8", "\x69\xd9", "\x69\xda", "\x69\xdb", "\x69\xdc", + "\x69\xdd", "\x69\xde", "\x69\xdf", "\x69\xe0", "\x69\xe1", "\x69\xe2", + "\x69\xe3", "\x69\xe4", "\x69\xe5", "\x69\xe6", "\x69\xe7", "\x69\xe8", + "\x69\xe9", "\x69\xea", "\x69\xeb", "\x69\xec", "\x69\xed", "\x69\xee", + "\x69\xef", "\x69\xf0", "\x69\xf1", "\x69\xf2", "\x69\xf3", "\x69\xf4", + "\x69\xf5", "\x69\xf6", "\x69\xf7", "\x69\xf8", "\x69\xf9", "\x69\xfa", + "\x69\xfb", "\x69\xfc", "\x69\xfd", "\x69\xfe", "\x6a\x41", "\x6a\x42", + "\x6a\x43", "\x6a\x44", "\x6a\x45", "\x6a\x46", "\x6a\x47", "\x6a\x48", + "\x6a\x49", "\x6a\x4a", "\x6a\x4b", "\x6a\x4c", "\x6a\x4d", "\x6a\x4e", + "\x6a\x4f", "\x6a\x50", "\x6a\x51", "\x6a\x52", "\x6a\x53", "\x6a\x54", + "\x6a\x55", "\x6a\x56", "\x6a\x57", "\x6a\x58", "\x6a\x59", "\x6a\x5a", + "\x6a\x5b", "\x6a\x5c", "\x6a\x5d", "\x6a\x5e", "\x6a\x5f", "\x6a\x60", + "\x6a\x61", "\x6a\x62", "\x6a\x63", "\x6a\x64", "\x6a\x65", "\x6a\x66", + "\x6a\x67", "\x6a\x68", "\x6a\x69", "\x6a\x6a", "\x6a\x6b", "\x6a\x6c", + "\x6a\x6d", "\x6a\x6e", "\x6a\x6f", "\x6a\x70", "\x6a\x71", "\x6a\x72", + "\x6a\x73", "\x6a\x74", "\x6a\x75", "\x6a\x76", "\x6a\x77", "\x6a\x78", + "\x6a\x79", "\x6a\x7a", "\x6a\x7b", "\x6a\x7c", "\x6a\x7d", "\x6a\x7e", + "\x6a\x7f", "\x6a\x80", "\x6a\x81", "\x6a\x82", "\x6a\x83", "\x6a\x84", + "\x6a\x85", "\x6a\x86", "\x6a\x87", "\x6a\x88", "\x6a\x89", "\x6a\x8a", + "\x6a\x8b", "\x6a\x8c", "\x6a\x8d", "\x6a\x8e", "\x6a\x8f", "\x6a\x90", + "\x6a\x91", "\x6a\x92", "\x6a\x93", "\x6a\x94", "\x6a\x95", "\x6a\x96", + "\x6a\x97", "\x6a\x98", "\x6a\x99", "\x6a\x9a", "\x6a\x9b", "\x6a\x9c", + "\x6a\x9d", "\x6a\x9e", "\x6a\x9f", "\x6a\xa0", "\x6a\xa1", "\x6a\xa2", + "\x6a\xa3", "\x6a\xa4", "\x6a\xa5", "\x6a\xa6", "\x6a\xa7", "\x6a\xa8", + "\x6a\xa9", "\x6a\xaa", "\x6a\xab", "\x6a\xac", "\x6a\xad", "\x6a\xae", + "\x6a\xaf", "\x6a\xb0", "\x6a\xb1", "\x6a\xb2", "\x6a\xb3", "\x6a\xb4", + "\x6a\xb5", "\x6a\xb6", "\x6a\xb7", "\x6a\xb8", "\x6a\xb9", "\x6a\xba", + "\x6a\xbb", "\x6a\xbc", "\x6a\xbd", "\x6a\xbe", "\x6a\xbf", "\x6a\xc0", + "\x6a\xc1", "\x6a\xc2", "\x6a\xc3", "\x6a\xc4", "\x6a\xc5", "\x6a\xc6", + "\x6a\xc7", "\x6a\xc8", "\x6a\xc9", "\x6a\xca", "\x6a\xcb", "\x6a\xcc", + "\x6a\xcd", "\x6a\xce", "\x6a\xcf", "\x6a\xd0", "\x6a\xd1", "\x6a\xd2", + "\x6a\xd3", "\x6a\xd4", "\x6a\xd5", "\x6a\xd6", "\x6a\xd7", "\x6a\xd8", + "\x6a\xd9", "\x6a\xda", "\x6a\xdb", "\x6a\xdc", "\x6a\xdd", "\x6a\xde", + "\x6a\xdf", "\x6a\xe0", "\x6a\xe1", "\x6a\xe2", "\x6a\xe3", "\x6a\xe4", + "\x6a\xe5", "\x6a\xe6", "\x6a\xe7", "\x6a\xe8", "\x6a\xe9", "\x6a\xea", + "\x6a\xeb", "\x6a\xec", "\x6a\xed", "\x6a\xee", "\x6a\xef", "\x6a\xf0", + "\x6a\xf1", "\x6a\xf2", "\x6a\xf3", "\x6a\xf4", "\x6a\xf5", "\x6a\xf6", + "\x6a\xf7", "\x6a\xf8", "\x6a\xf9", "\x6a\xfa", "\x6a\xfb", "\x6a\xfc", + "\x6a\xfd", "\x6a\xfe", "\x6b\x41", "\x6b\x42", "\x6b\x43", "\x6b\x44", + "\x6b\x45", "\x6b\x46", "\x6b\x47", "\x6b\x48", "\x6b\x49", "\x6b\x4a", + "\x6b\x4b", "\x6b\x4c", "\x6b\x4d", "\x6b\x4e", "\x6b\x4f", "\x6b\x50", + "\x6b\x51", "\x6b\x52", "\x6b\x53", "\x6b\x54", "\x6b\x55", "\x6b\x56", + "\x6b\x57", "\x6b\x58", "\x6b\x59", "\x6b\x5a", "\x6b\x5b", "\x6b\x5c", + "\x6b\x5d", "\x6b\x5e", "\x6b\x5f", "\x6b\x60", "\x6b\x61", "\x6b\x62", + "\x6b\x63", "\x6b\x64", "\x6b\x65", "\x6b\x66", "\x6b\x67", "\x6b\x68", + "\x6b\x69", "\x6b\x6a", "\x6b\x6b", "\x6b\x6c", "\x6b\x6d", "\x6b\x6e", + "\x6b\x6f", "\x6b\x70", "\x6b\x71", "\x6b\x72", "\x6b\x73", "\x6b\x74", + "\x6b\x75", "\x6b\x76", "\x6b\x77", "\x6b\x78", "\x6b\x79", "\x6b\x7a", + "\x6b\x7b", "\x6b\x7c", "\x6b\x7d", "\x6b\x7e", "\x6b\x7f", "\x6b\x80", + "\x6b\x81", "\x6b\x82", "\x6b\x83", "\x6b\x84", "\x6b\x85", "\x6b\x86", + "\x6b\x87", "\x6b\x88", "\x6b\x89", "\x6b\x8a", "\x6b\x8b", "\x6b\x8c", + "\x6b\x8d", "\x6b\x8e", "\x6b\x8f", "\x6b\x90", "\x6b\x91", "\x6b\x92", + "\x6b\x93", "\x6b\x94", "\x6b\x95", "\x6b\x96", "\x6b\x97", "\x6b\x98", + "\x6b\x99", "\x6b\x9a", "\x6b\x9b", "\x6b\x9c", "\x6b\x9d", "\x6b\x9e", + "\x6b\x9f", "\x6b\xa0", "\x6b\xa1", "\x6b\xa2", "\x6b\xa3", "\x6b\xa4", + "\x6b\xa5", "\x6b\xa6", "\x6b\xa7", "\x6b\xa8", "\x6b\xa9", "\x6b\xaa", + "\x6b\xab", "\x6b\xac", "\x6b\xad", "\x6b\xae", "\x6b\xaf", "\x6b\xb0", + "\x6b\xb1", "\x6b\xb2", "\x6b\xb3", "\x6b\xb4", "\x6b\xb5", "\x6b\xb6", + "\x6b\xb7", "\x6b\xb8", "\x6b\xb9", "\x6b\xba", "\x6b\xbb", "\x6b\xbc", + "\x6b\xbd", "\x6b\xbe", "\x6b\xbf", "\x6b\xc0", "\x6b\xc1", "\x6b\xc2", + "\x6b\xc3", "\x6b\xc4", "\x6b\xc5", "\x6b\xc6", "\x6b\xc7", "\x6b\xc8", + "\x6b\xc9", "\x6b\xca", "\x6b\xcb", "\x6b\xcc", "\x6b\xcd", "\x6b\xce", + "\x6b\xcf", "\x6b\xd0", "\x6b\xd1", "\x6b\xd2", "\x6b\xd3", "\x6b\xd4", + "\x6b\xd5", "\x6b\xd6", "\x6b\xd7", "\x6b\xd8", "\x6b\xd9", "\x6b\xda", + "\x6b\xdb", "\x6b\xdc", "\x6b\xdd", "\x6b\xde", "\x6b\xdf", "\x6b\xe0", + "\x6b\xe1", "\x6b\xe2", "\x6b\xe3", "\x6b\xe4", "\x6b\xe5", "\x6b\xe6", + "\x6b\xe7", "\x6b\xe8", "\x6b\xe9", "\x6b\xea", "\x6b\xeb", "\x6b\xec", + "\x6b\xed", "\x6b\xee", "\x6b\xef", "\x6b\xf0", "\x6b\xf1", "\x6b\xf2", + "\x6b\xf3", "\x6b\xf4", "\x6b\xf5", "\x6b\xf6", "\x6b\xf7", "\x6b\xf8", + "\x6b\xf9", "\x6b\xfa", "\x6b\xfb", "\x6b\xfc", "\x6b\xfd", "\x6b\xfe", + "\x6c\x41", "\x6c\x42", "\x6c\x43", "\x6c\x44", "\x6c\x45", "\x6c\x46", + "\x6c\x47", "\x6c\x48", "\x6c\x49", "\x6c\x4a", "\x6c\x4b", "\x6c\x4c", + "\x6c\x4d", "\x6c\x4e", "\x6c\x4f", "\x6c\x50", "\x6c\x51", "\x6c\x52", + "\x6c\x53", "\x6c\x54", "\x6c\x55", "\x6c\x56", "\x6c\x57", "\x6c\x58", + "\x6c\x59", "\x6c\x5a", "\x6c\x5b", "\x6c\x5c", "\x6c\x5d", "\x6c\x5e", + "\x6c\x5f", "\x6c\x60", "\x6c\x61", "\x6c\x62", "\x6c\x63", "\x6c\x64", + "\x6c\x65", "\x6c\x66", "\x6c\x67", "\x6c\x68", "\x6c\x69", "\x6c\x6a", + "\x6c\x6b", "\x6c\x6c", "\x6c\x6d", "\x6c\x6e", "\x6c\x6f", "\x6c\x70", + "\x6c\x71", "\x6c\x72", "\x6c\x73", "\x6c\x74", "\x6c\x75", "\x6c\x76", + "\x6c\x77", "\x6c\x78", "\x6c\x79", "\x6c\x7a", "\x6c\x7b", "\x6c\x7c", + "\x6c\x7d", "\x6c\x7e", "\x6c\x7f", "\x6c\x80", "\x6c\x81", "\x6c\x82", + "\x6c\x83", "\x6c\x84", "\x6c\x85", "\x6c\x86", "\x6c\x87", "\x6c\x88", + "\x6c\x89", "\x6c\x8a", "\x6c\x8b", "\x6c\x8c", "\x6c\x8d", "\x6c\x8e", + "\x6c\x8f", "\x6c\x90", "\x6c\x91", "\x6c\x92", "\x6c\x93", "\x6c\x94", + "\x6c\x95", "\x6c\x96", "\x6c\x97", "\x6c\x98", "\x6c\x99", "\x6c\x9a", + "\x6c\x9b", "\x6c\x9c", "\x6c\x9d", "\x6c\x9e", "\x6c\x9f", "\x6c\xa0", + "\x6c\xa1", "\x6c\xa2", "\x6c\xa3", "\x6c\xa4", "\x6c\xa5", "\x6c\xa6", + "\x6c\xa7", "\x6c\xa8", "\x6c\xa9", "\x6c\xaa", "\x6c\xab", "\x6c\xac", + "\x6c\xad", "\x6c\xae", "\x6c\xaf", "\x6c\xb0", "\x6c\xb1", "\x6c\xb2", + "\x6c\xb3", "\x6c\xb4", "\x6c\xb5", "\x6c\xb6", "\x6c\xb7", "\x6c\xb8", + "\x6c\xb9", "\x6c\xba", "\x6c\xbb", "\x6c\xbc", "\x6c\xbd", "\x6c\xbe", + "\x6c\xbf", "\x6c\xc0", "\x6c\xc1", "\x6c\xc2", "\x6c\xc3", "\x6c\xc4", + "\x6c\xc5", "\x6c\xc6", "\x6c\xc7", "\x6c\xc8", "\x6c\xc9", "\x6c\xca", + "\x6c\xcb", "\x6c\xcc", "\x6c\xcd", "\x6c\xce", "\x6c\xcf", "\x6c\xd0", + "\x6c\xd1", "\x6c\xd2", "\x6c\xd3", "\x6c\xd4", "\x6c\xd5", "\x6c\xd6", + "\x6c\xd7", "\x6c\xd8", "\x6c\xd9", "\x6c\xda", "\x6c\xdb", "\x6c\xdc", + "\x6c\xdd", "\x6c\xde", "\x6c\xdf", "\x6c\xe0", "\x6c\xe1", "\x6c\xe2", + "\x6c\xe3", "\x6c\xe4", "\x6c\xe5", "\x6c\xe6", "\x6c\xe7", "\x6c\xe8", + "\x6c\xe9", "\x6c\xea", "\x6c\xeb", "\x6c\xec", "\x6c\xed", "\x6c\xee", + "\x6c\xef", "\x6c\xf0", "\x6c\xf1", "\x6c\xf2", "\x6c\xf3", "\x6c\xf4", + "\x6c\xf5", "\x6c\xf6", "\x6c\xf7", "\x6c\xf8", "\x6c\xf9", "\x6c\xfa", + "\x6c\xfb", "\x6c\xfc", "\x6c\xfd", "\x6c\xfe", "\x6d\x41", "\x6d\x42", + "\x6d\x43", "\x6d\x44", "\x6d\x45", "\x6d\x46", "\x6d\x47", "\x6d\x48", + "\x6d\x49", "\x6d\x4a", "\x6d\x4b", "\x6d\x4c", "\x6d\x4d", "\x6d\x4e", + "\x6d\x4f", "\x6d\x50", "\x6d\x51", "\x6d\x52", "\x6d\x53", "\x6d\x54", + "\x6d\x55", "\x6d\x56", "\x6d\x57", "\x6d\x58", "\x6d\x59", "\x6d\x5a", + "\x6d\x5b", "\x6d\x5c", "\x6d\x5d", "\x6d\x5e", "\x6d\x5f", "\x6d\x60", + "\x6d\x61", "\x6d\x62", "\x6d\x63", "\x6d\x64", "\x6d\x65", "\x6d\x66", + "\x6d\x67", "\x6d\x68", "\x6d\x69", "\x6d\x6a", "\x6d\x6b", "\x6d\x6c", + "\x6d\x6d", "\x6d\x6e", "\x6d\x6f", "\x6d\x70", "\x6d\x71", "\x6d\x72", + "\x6d\x73", "\x6d\x74", "\x6d\x75", "\x6d\x76", "\x6d\x77", "\x6d\x78", + "\x6d\x79", "\x6d\x7a", "\x6d\x7b", "\x6d\x7c", "\x6d\x7d", "\x6d\x7e", + "\x6d\x7f", "\x6d\x80", "\x6d\x81", "\x6d\x82", "\x6d\x83", "\x6d\x84", + "\x6d\x85", "\x6d\x86", "\x6d\x87", "\x6d\x88", "\x6d\x89", "\x6d\x8a", + "\x6d\x8b", "\x6d\x8c", "\x6d\x8d", "\x6d\x8e", "\x6d\x8f", "\x6d\x90", + "\x6d\x91", "\x6d\x92", "\x6d\x93", "\x6d\x94", "\x6d\x95", "\x6d\x96", + "\x6d\x97", "\x6d\x98", "\x6d\x99", "\x6d\x9a", "\x6d\x9b", "\x6d\x9c", + "\x6d\x9d", "\x6d\x9e", "\x6d\x9f", "\x6d\xa0", "\x6d\xa1", "\x6d\xa2", + "\x6d\xa3", "\x6d\xa4", "\x6d\xa5", "\x6d\xa6", "\x6d\xa7", "\x6d\xa8", + "\x6d\xa9", "\x6d\xaa", "\x6d\xab", "\x6d\xac", "\x6d\xad", "\x6d\xae", + "\x6d\xaf", "\x6d\xb0", "\x6d\xb1", "\x6d\xb2", "\x6d\xb3", "\x6d\xb4", + "\x6d\xb5", "\x6d\xb6", "\x6d\xb7", "\x6d\xb8", "\x6d\xb9", "\x6d\xba", + "\x6d\xbb", "\x6d\xbc", "\x6d\xbd", "\x6d\xbe", "\x6d\xbf", "\x6d\xc0", + "\x6d\xc1", "\x6d\xc2", "\x6d\xc3", "\x6d\xc4", "\x6d\xc5", "\x6d\xc6", + "\x6d\xc7", "\x6d\xc8", "\x6d\xc9", "\x6d\xca", "\x6d\xcb", "\x6d\xcc", + "\x6d\xcd", "\x6d\xce", "\x6d\xcf", "\x6d\xd0", "\x6d\xd1", "\x6d\xd2", + "\x6d\xd3", "\x6d\xd4", "\x6d\xd5", "\x6d\xd6", "\x6d\xd7", "\x6d\xd8", + "\x6d\xd9", "\x6d\xda", "\x6d\xdb", "\x6d\xdc", "\x6d\xdd", "\x6d\xde", + "\x6d\xdf", "\x6d\xe0", "\x6d\xe1", "\x6d\xe2", "\x6d\xe3", "\x6d\xe4", + "\x6d\xe5", "\x6d\xe6", "\x6d\xe7", "\x6d\xe8", "\x6d\xe9", "\x6d\xea", + "\x6d\xeb", "\x6d\xec", "\x6d\xed", "\x6d\xee", "\x6d\xef", "\x6d\xf0", + "\x6d\xf1", "\x6d\xf2", "\x6d\xf3", "\x6d\xf4", "\x6d\xf5", "\x6d\xf6", + "\x6d\xf7", "\x6d\xf8", "\x6d\xf9", "\x6d\xfa", "\x6d\xfb", "\x6d\xfc", + "\x6d\xfd", "\x6d\xfe", "\x6e\x41", "\x6e\x42", "\x6e\x43", "\x6e\x44", + "\x6e\x45", "\x6e\x46", "\x6e\x47", "\x6e\x48", "\x6e\x49", "\x6e\x4a", + "\x6e\x4b", "\x6e\x4c", "\x6e\x4d", "\x6e\x4e", "\x6e\x4f", "\x6e\x50", + "\x6e\x51", "\x6e\x52", "\x6e\x53", "\x6e\x54", "\x6e\x55", "\x6e\x56", + "\x6e\x57", "\x6e\x58", "\x6e\x59", "\x6e\x5a", "\x6e\x5b", "\x6e\x5c", + "\x6e\x5d", "\x6e\x5e", "\x6e\x5f", "\x6e\x60", "\x6e\x61", "\x6e\x62", + "\x6e\x63", "\x6e\x64", "\x6e\x65", "\x6e\x66", "\x6e\x67", "\x6e\x68", + "\x6e\x69", "\x6e\x6a", "\x6e\x6b", "\x6e\x6c", "\x6e\x6d", "\x6e\x6e", + "\x6e\x6f", "\x6e\x70", "\x6e\x71", "\x6e\x72", "\x6e\x73", "\x6e\x74", + "\x6e\x75", "\x6e\x76", "\x6e\x77", "\x6e\x78", "\x6e\x79", "\x6e\x7a", + "\x6e\x7b", "\x6e\x7c", "\x6e\x7d", "\x6e\x7e", "\x6e\x7f", "\x6e\x80", + "\x6e\x81", "\x6e\x82", "\x6e\x83", "\x6e\x84", "\x6e\x85", "\x6e\x86", + "\x6e\x87", "\x6e\x88", "\x6e\x89", "\x6e\x8a", "\x6e\x8b", "\x6e\x8c", + "\x6e\x8d", "\x6e\x8e", "\x6e\x8f", "\x6e\x90", "\x6e\x91", "\x6e\x92", + "\x6e\x93", "\x6e\x94", "\x6e\x95", "\x6e\x96", "\x6e\x97", "\x6e\x98", + "\x6e\x99", "\x6e\x9a", "\x6e\x9b", "\x6e\x9c", "\x6e\x9d", "\x6e\x9e", + "\x6e\x9f", "\x6e\xa0", "\x6e\xa1", "\x6e\xa2", "\x6e\xa3", "\x6e\xa4", + "\x6e\xa5", "\x6e\xa6", "\x6e\xa7", "\x6e\xa8", "\x6e\xa9", "\x6e\xaa", + "\x6e\xab", "\x6e\xac", "\x6e\xad", "\x6e\xae", "\x6e\xaf", "\x6e\xb0", + "\x6e\xb1", "\x6e\xb2", "\x6e\xb3", "\x6e\xb4", "\x6e\xb5", "\x6e\xb6", + "\x6e\xb7", "\x6e\xb8", "\x6e\xb9", "\x6e\xba", "\x6e\xbb", "\x6e\xbc", + "\x6e\xbd", "\x6e\xbe", "\x6e\xbf", "\x6e\xc0", "\x6e\xc1", "\x6e\xc2", + "\x6e\xc3", "\x6e\xc4", "\x6e\xc5", "\x6e\xc6", "\x6e\xc7", "\x6e\xc8", + "\x6e\xc9", "\x6e\xca", "\x6e\xcb", "\x6e\xcc", "\x6e\xcd", "\x6e\xce", + "\x6e\xcf", "\x6e\xd0", "\x6e\xd1", "\x6e\xd2", "\x6e\xd3", "\x6e\xd4", + "\x6e\xd5", "\x6e\xd6", "\x6e\xd7", "\x6e\xd8", "\x6e\xd9", "\x6e\xda", + "\x6e\xdb", "\x6e\xdc", "\x6e\xdd", "\x6e\xde", "\x6e\xdf", "\x6e\xe0", + "\x6e\xe1", "\x6e\xe2", "\x6e\xe3", "\x6e\xe4", "\x6e\xe5", "\x6e\xe6", + "\x6e\xe7", "\x6e\xe8", "\x6e\xe9", "\x6e\xea", "\x6e\xeb", "\x6e\xec", + "\x6e\xed", "\x6e\xee", "\x6e\xef", "\x6e\xf0", "\x6e\xf1", "\x6e\xf2", + "\x6e\xf3", "\x6e\xf4", "\x6e\xf5", "\x6e\xf6", "\x6e\xf7", "\x6e\xf8", + "\x6e\xf9", "\x6e\xfa", "\x6e\xfb", "\x6e\xfc", "\x6e\xfd", "\x6e\xfe", + "\x6f\x41", "\x6f\x42", "\x6f\x43", "\x6f\x44", "\x6f\x45", "\x6f\x46", + "\x6f\x47", "\x6f\x48", "\x6f\x49", "\x6f\x4a", "\x6f\x4b", "\x6f\x4c", + "\x6f\x4d", "\x6f\x4e", "\x6f\x4f", "\x6f\x50", "\x6f\x51", "\x6f\x52", + "\x6f\x53", "\x6f\x54", "\x6f\x55", "\x6f\x56", "\x6f\x57", "\x6f\x58", + "\x6f\x59", "\x6f\x5a", "\x6f\x5b", "\x6f\x5c", "\x6f\x5d", "\x6f\x5e", + "\x6f\x5f", "\x6f\x60", "\x6f\x61", "\x6f\x62", "\x6f\x63", "\x6f\x64", + "\x6f\x65", "\x6f\x66", "\x6f\x67", "\x6f\x68", "\x6f\x69", "\x6f\x6a", + "\x6f\x6b", "\x6f\x6c", "\x6f\x6d", "\x6f\x6e", "\x6f\x6f", "\x6f\x70", + "\x6f\x71", "\x6f\x72", "\x6f\x73", "\x6f\x74", "\x6f\x75", "\x6f\x76", + "\x6f\x77", "\x6f\x78", "\x6f\x79", "\x6f\x7a", "\x6f\x7b", "\x6f\x7c", + "\x6f\x7d", "\x6f\x7e", "\x6f\x7f", "\x6f\x80", "\x6f\x81", "\x6f\x82", + "\x6f\x83", "\x6f\x84", "\x6f\x85", "\x6f\x86", "\x6f\x87", "\x6f\x88", + "\x6f\x89", "\x6f\x8a", "\x6f\x8b", "\x6f\x8c", "\x6f\x8d", "\x6f\x8e", + "\x6f\x8f", "\x6f\x90", "\x6f\x91", "\x6f\x92", "\x6f\x93", "\x6f\x94", + "\x6f\x95", "\x6f\x96", "\x6f\x97", "\x6f\x98", "\x6f\x99", "\x6f\x9a", + "\x6f\x9b", "\x6f\x9c", "\x6f\x9d", "\x6f\x9e", "\x6f\x9f", "\x6f\xa0", + "\x6f\xa1", "\x6f\xa2", "\x6f\xa3", "\x6f\xa4", "\x6f\xa5", "\x6f\xa6", + "\x6f\xa7", "\x6f\xa8", "\x6f\xa9", "\x6f\xaa", "\x6f\xab", "\x6f\xac", + "\x6f\xad", "\x6f\xae", "\x6f\xaf", "\x6f\xb0", "\x6f\xb1", "\x6f\xb2", + "\x6f\xb3", "\x6f\xb4", "\x6f\xb5", "\x6f\xb6", "\x6f\xb7", "\x6f\xb8", + "\x6f\xb9", "\x6f\xba", "\x6f\xbb", "\x6f\xbc", "\x6f\xbd", "\x6f\xbe", + "\x6f\xbf", "\x6f\xc0", "\x6f\xc1", "\x6f\xc2", "\x6f\xc3", "\x6f\xc4", + "\x6f\xc5", "\x6f\xc6", "\x6f\xc7", "\x6f\xc8", "\x6f\xc9", "\x6f\xca", + "\x6f\xcb", "\x6f\xcc", "\x6f\xcd", "\x6f\xce", "\x6f\xcf", "\x6f\xd0", + "\x6f\xd1", "\x6f\xd2", "\x6f\xd3", "\x6f\xd4", "\x6f\xd5", "\x6f\xd6", + "\x6f\xd7", "\x6f\xd8", "\x6f\xd9", "\x6f\xda", "\x6f\xdb", "\x6f\xdc", + "\x6f\xdd", "\x6f\xde", "\x6f\xdf", "\x6f\xe0", "\x6f\xe1", "\x6f\xe2", + "\x6f\xe3", "\x6f\xe4", "\x6f\xe5", "\x6f\xe6", "\x6f\xe7", "\x6f\xe8", + "\x6f\xe9", "\x6f\xea", "\x6f\xeb", "\x6f\xec", "\x6f\xed", "\x6f\xee", + "\x6f\xef", "\x6f\xf0", "\x6f\xf1", "\x6f\xf2", "\x6f\xf3", "\x6f\xf4", + "\x6f\xf5", "\x6f\xf6", "\x6f\xf7", "\x6f\xf8", "\x6f\xf9", "\x6f\xfa", + "\x6f\xfb", "\x6f\xfc", "\x6f\xfd", "\x6f\xfe", "\x70\x41", "\x70\x42", + "\x70\x43", "\x70\x44", "\x70\x45", "\x70\x46", "\x70\x47", "\x70\x48", + "\x70\x49", "\x70\x4a", "\x70\x4b", "\x70\x4c", "\x70\x4d", "\x70\x4e", + "\x70\x4f", "\x70\x50", "\x70\x51", "\x70\x52", "\x70\x53", "\x70\x54", + "\x70\x55", "\x70\x56", "\x70\x57", "\x70\x58", "\x70\x59", "\x70\x5a", + "\x70\x5b", "\x70\x5c", "\x70\x5d", "\x70\x5e", "\x70\x5f", "\x70\x60", + "\x70\x61", "\x70\x62", "\x70\x63", "\x70\x64", "\x70\x65", "\x70\x66", + "\x70\x67", "\x70\x68", "\x70\x69", "\x70\x6a", "\x70\x6b", "\x70\x6c", + "\x70\x6d", "\x70\x6e", "\x70\x6f", "\x70\x70", "\x70\x71", "\x70\x72", + "\x70\x73", "\x70\x74", "\x70\x75", "\x70\x76", "\x70\x77", "\x70\x78", + "\x70\x79", "\x70\x7a", "\x70\x7b", "\x70\x7c", "\x70\x7d", "\x70\x7e", + "\x70\x7f", "\x70\x80", "\x70\x81", "\x70\x82", "\x70\x83", "\x70\x84", + "\x70\x85", "\x70\x86", "\x70\x87", "\x70\x88", "\x70\x89", "\x70\x8a", + "\x70\x8b", "\x70\x8c", "\x70\x8d", "\x70\x8e", "\x70\x8f", "\x70\x90", + "\x70\x91", "\x70\x92", "\x70\x93", "\x70\x94", "\x70\x95", "\x70\x96", + "\x70\x97", "\x70\x98", "\x70\x99", "\x70\x9a", "\x70\x9b", "\x70\x9c", + "\x70\x9d", "\x70\x9e", "\x70\x9f", "\x70\xa0", "\x70\xa1", "\x70\xa2", + "\x70\xa3", "\x70\xa4", "\x70\xa5", "\x70\xa6", "\x70\xa7", "\x70\xa8", + "\x70\xa9", "\x70\xaa", "\x70\xab", "\x70\xac", "\x70\xad", "\x70\xae", + "\x70\xaf", "\x70\xb0", "\x70\xb1", "\x70\xb2", "\x70\xb3", "\x70\xb4", + "\x70\xb5", "\x70\xb6", "\x70\xb7", "\x70\xb8", "\x70\xb9", "\x70\xba", + "\x70\xbb", "\x70\xbc", "\x70\xbd", "\x70\xbe", "\x70\xbf", "\x70\xc0", + "\x70\xc1", "\x70\xc2", "\x70\xc3", "\x70\xc4", "\x70\xc5", "\x70\xc6", + "\x70\xc7", "\x70\xc8", "\x70\xc9", "\x70\xca", "\x70\xcb", "\x70\xcc", + "\x70\xcd", "\x70\xce", "\x70\xcf", "\x70\xd0", "\x70\xd1", "\x70\xd2", + "\x70\xd3", "\x70\xd4", "\x70\xd5", "\x70\xd6", "\x70\xd7", "\x70\xd8", + "\x70\xd9", "\x70\xda", "\x70\xdb", "\x70\xdc", "\x70\xdd", "\x70\xde", + "\x70\xdf", "\x70\xe0", "\x70\xe1", "\x70\xe2", "\x70\xe3", "\x70\xe4", + "\x70\xe5", "\x70\xe6", "\x70\xe7", "\x70\xe8", "\x70\xe9", "\x70\xea", + "\x70\xeb", "\x70\xec", "\x70\xed", "\x70\xee", "\x70\xef", "\x70\xf0", + "\x70\xf1", "\x70\xf2", "\x70\xf3", "\x70\xf4", "\x70\xf5", "\x70\xf6", + "\x70\xf7", "\x70\xf8", "\x70\xf9", "\x70\xfa", "\x70\xfb", "\x70\xfc", + "\x70\xfd", "\x70\xfe", "\x71\x41", "\x71\x42", "\x71\x43", "\x71\x44", + "\x71\x45", "\x71\x46", "\x71\x47", "\x71\x48", "\x71\x49", "\x71\x4a", + "\x71\x4b", "\x71\x4c", "\x71\x4d", "\x71\x4e", "\x71\x4f", "\x71\x50", + "\x71\x51", "\x71\x52", "\x71\x53", "\x71\x54", "\x71\x55", "\x71\x56", + "\x71\x57", "\x71\x58", "\x71\x59", "\x71\x5a", "\x71\x5b", "\x71\x5c", + "\x71\x5d", "\x71\x5e", "\x71\x5f", "\x71\x60", "\x71\x61", "\x71\x62", + "\x71\x63", "\x71\x64", "\x71\x65", "\x71\x66", "\x71\x67", "\x71\x68", + "\x71\x69", "\x71\x6a", "\x71\x6b", "\x71\x6c", "\x71\x6d", "\x71\x6e", + "\x71\x6f", "\x71\x70", "\x71\x71", "\x71\x72", "\x71\x73", "\x71\x74", + "\x71\x75", "\x71\x76", "\x71\x77", "\x71\x78", "\x71\x79", "\x71\x7a", + "\x71\x7b", "\x71\x7c", "\x71\x7d", "\x71\x7e", "\x71\x7f", "\x71\x80", + "\x71\x81", "\x71\x82", "\x71\x83", "\x71\x84", "\x71\x85", "\x71\x86", + "\x71\x87", "\x71\x88", "\x71\x89", "\x71\x8a", "\x71\x8b", "\x71\x8c", + "\x71\x8d", "\x71\x8e", "\x71\x8f", "\x71\x90", "\x71\x91", "\x71\x92", + "\x71\x93", "\x71\x94", "\x71\x95", "\x71\x96", "\x71\x97", "\x71\x98", + "\x71\x99", "\x71\x9a", "\x71\x9b", "\x71\x9c", "\x71\x9d", "\x71\x9e", + "\x71\x9f", "\x71\xa0", "\x71\xa1", "\x71\xa2", "\x71\xa3", "\x71\xa4", + "\x71\xa5", "\x71\xa6", "\x71\xa7", "\x71\xa8", "\x71\xa9", "\x71\xaa", + "\x71\xab", "\x71\xac", "\x71\xad", "\x71\xae", "\x71\xaf", "\x71\xb0", + "\x71\xb1", "\x71\xb2", "\x71\xb3", "\x71\xb4", "\x71\xb5", "\x71\xb6", + "\x71\xb7", "\x71\xb8", "\x71\xb9", "\x71\xba", "\x71\xbb", "\x71\xbc", + "\x71\xbd", "\x71\xbe", "\x71\xbf", "\x71\xc0", "\x71\xc1", "\x71\xc2", + "\x71\xc3", "\x71\xc4", "\x71\xc5", "\x71\xc6", "\x71\xc7", "\x71\xc8", + "\x71\xc9", "\x71\xca", "\x71\xcb", "\x71\xcc", "\x71\xcd", "\x71\xce", + "\x71\xcf", "\x71\xd0", "\x71\xd1", "\x71\xd2", "\x71\xd3", "\x71\xd4", + "\x71\xd5", "\x71\xd6", "\x71\xd7", "\x71\xd8", "\x71\xd9", "\x71\xda", + "\x71\xdb", "\x71\xdc", "\x71\xdd", "\x71\xde", "\x71\xdf", "\x71\xe0", + "\x71\xe1", "\x71\xe2", "\x71\xe3", "\x71\xe4", "\x71\xe5", "\x71\xe6", + "\x71\xe7", "\x71\xe8", "\x71\xe9", "\x71\xea", "\x71\xeb", "\x71\xec", + "\x71\xed", "\x71\xee", "\x71\xef", "\x71\xf0", "\x71\xf1", "\x71\xf2", + "\x71\xf3", "\x71\xf4", "\x71\xf5", "\x71\xf6", "\x71\xf7", "\x71\xf8", + "\x71\xf9", "\x71\xfa", "\x71\xfb", "\x71\xfc", "\x71\xfd", "\x71\xfe", + "\x72\x41", "\x72\x42", "\x72\x43", "\x72\x44", "\x72\x45", "\x72\x46", + "\x72\x47", "\x72\x48", "\x72\x49", "\x72\x4a", "\x72\x4b", "\x72\x4c", + "\x72\x4d", "\x72\x4e", "\x72\x4f", "\x72\x50", "\x72\x51", "\x72\x52", + "\x72\x53", "\x72\x54", "\x72\x55", "\x72\x56", "\x72\x57", "\x72\x58", + "\x72\x59", "\x72\x5a", "\x72\x5b", "\x72\x5c", "\x72\x5d", "\x72\x5e", + "\x72\x5f", "\x72\x60", "\x72\x61", "\x72\x62", "\x72\x63", "\x72\x64", + "\x72\x65", "\x72\x66", "\x72\x67", "\x72\x68", "\x72\x69", "\x72\x6a", + "\x72\x6b", "\x72\x6c", "\x72\x6d", "\x72\x6e", "\x72\x6f", "\x72\x70", + "\x72\x71", "\x72\x72", "\x72\x73", "\x72\x74", "\x72\x75", "\x72\x76", + "\x72\x77", "\x72\x78", "\x72\x79", "\x72\x7a", "\x72\x7b", "\x72\x7c", + "\x72\x7d", "\x72\x7e", "\x72\x7f", "\x72\x80", "\x72\x81", "\x72\x82", + "\x72\x83", "\x72\x84", "\x72\x85", "\x72\x86", "\x72\x87", "\x72\x88", + "\x72\x89", "\x72\x8a", "\x72\x8b", "\x72\x8c", "\x72\x8d", "\x72\x8e", + "\x72\x8f", "\x72\x90", "\x72\x91", "\x72\x92", "\x72\x93", "\x72\x94", + "\x72\x95", "\x72\x96", "\x72\x97", "\x72\x98", "\x72\x99", "\x72\x9a", + "\x72\x9b", "\x72\x9c", "\x72\x9d", "\x72\x9e", "\x72\x9f", "\x72\xa0", + "\x72\xa1", "\x72\xa2", "\x72\xa3", "\x72\xa4", "\x72\xa5", "\x72\xa6", + "\x72\xa7", "\x72\xa8", "\x72\xa9", "\x72\xaa", "\x72\xab", "\x72\xac", + "\x72\xad", "\x72\xae", "\x72\xaf", "\x72\xb0", "\x72\xb1", "\x72\xb2", + "\x72\xb3", "\x72\xb4", "\x72\xb5", "\x72\xb6", "\x72\xb7", "\x72\xb8", + "\x72\xb9", "\x72\xba", "\x72\xbb", "\x72\xbc", "\x72\xbd", "\x72\xbe", + "\x72\xbf", "\x72\xc0", "\x72\xc1", "\x72\xc2", "\x72\xc3", "\x72\xc4", + "\x72\xc5", "\x72\xc6", "\x72\xc7", "\x72\xc8", "\x72\xc9", "\x72\xca", + "\x72\xcb", "\x72\xcc", "\x72\xcd", "\x72\xce", "\x72\xcf", "\x72\xd0", + "\x72\xd1", "\x72\xd2", "\x72\xd3", "\x72\xd4", "\x72\xd5", "\x72\xd6", + "\x72\xd7", "\x72\xd8", "\x72\xd9", "\x72\xda", "\x72\xdb", "\x72\xdc", + "\x72\xdd", "\x72\xde", "\x72\xdf", "\x72\xe0", "\x72\xe1", "\x72\xe2", + "\x72\xe3", "\x72\xe4", "\x72\xe5", "\x72\xe6", "\x72\xe7", "\x72\xe8", + "\x72\xe9", "\x72\xea", "\x72\xeb", "\x72\xec", "\x72\xed", "\x72\xee", + "\x72\xef", "\x72\xf0", "\x72\xf1", "\x72\xf2", "\x72\xf3", "\x72\xf4", + "\x72\xf5", "\x72\xf6", "\x72\xf7", "\x72\xf8", "\x72\xf9", "\x72\xfa", + "\x72\xfb", "\x72\xfc", "\x72\xfd", "\x72\xfe", "\x73\x41", "\x73\x42", + "\x73\x43", "\x73\x44", "\x73\x45", "\x73\x46", "\x73\x47", "\x73\x48", + "\x73\x49", "\x73\x4a", "\x73\x4b", "\x73\x4c", "\x73\x4d", "\x73\x4e", + "\x73\x4f", "\x73\x50", "\x73\x51", "\x73\x52", "\x73\x53", "\x73\x54", + "\x73\x55", "\x73\x56", "\x73\x57", "\x73\x58", "\x73\x59", "\x73\x5a", + "\x73\x5b", "\x73\x5c", "\x73\x5d", "\x73\x5e", "\x73\x5f", "\x73\x60", + "\x73\x61", "\x73\x62", "\x73\x63", "\x73\x64", "\x73\x65", "\x73\x66", + "\x73\x67", "\x73\x68", "\x73\x69", "\x73\x6a", "\x73\x6b", "\x73\x6c", + "\x73\x6d", "\x73\x6e", "\x73\x6f", "\x73\x70", "\x73\x71", "\x73\x72", + "\x73\x73", "\x73\x74", "\x73\x75", "\x73\x76", "\x73\x77", "\x73\x78", + "\x73\x79", "\x73\x7a", "\x73\x7b", "\x73\x7c", "\x73\x7d", "\x73\x7e", + "\x73\x7f", "\x73\x80", "\x73\x81", "\x73\x82", "\x73\x83", "\x73\x84", + "\x73\x85", "\x73\x86", "\x73\x87", "\x73\x88", "\x73\x89", "\x73\x8a", + "\x73\x8b", "\x73\x8c", "\x73\x8d", "\x73\x8e", "\x73\x8f", "\x73\x90", + "\x73\x91", "\x73\x92", "\x73\x93", "\x73\x94", "\x73\x95", "\x73\x96", + "\x73\x97", "\x73\x98", "\x73\x99", "\x73\x9a", "\x73\x9b", "\x73\x9c", + "\x73\x9d", "\x73\x9e", "\x73\x9f", "\x73\xa0", "\x73\xa1", "\x73\xa2", + "\x73\xa3", "\x73\xa4", "\x73\xa5", "\x73\xa6", "\x73\xa7", "\x73\xa8", + "\x73\xa9", "\x73\xaa", "\x73\xab", "\x73\xac", "\x73\xad", "\x73\xae", + "\x73\xaf", "\x73\xb0", "\x73\xb1", "\x73\xb2", "\x73\xb3", "\x73\xb4", + "\x73\xb5", "\x73\xb6", "\x73\xb7", "\x73\xb8", "\x73\xb9", "\x73\xba", + "\x73\xbb", "\x73\xbc", "\x73\xbd", "\x73\xbe", "\x73\xbf", "\x73\xc0", + "\x73\xc1", "\x73\xc2", "\x73\xc3", "\x73\xc4", "\x73\xc5", "\x73\xc6", + "\x73\xc7", "\x73\xc8", "\x73\xc9", "\x73\xca", "\x73\xcb", "\x73\xcc", + "\x73\xcd", "\x73\xce", "\x73\xcf", "\x73\xd0", "\x73\xd1", "\x73\xd2", + "\x73\xd3", "\x73\xd4", "\x73\xd5", "\x73\xd6", "\x73\xd7", "\x73\xd8", + "\x73\xd9", "\x73\xda", "\x73\xdb", "\x73\xdc", "\x73\xdd", "\x73\xde", + "\x73\xdf", "\x73\xe0", "\x73\xe1", "\x73\xe2", "\x73\xe3", "\x73\xe4", + "\x73\xe5", "\x73\xe6", "\x73\xe7", "\x73\xe8", "\x73\xe9", "\x73\xea", + "\x73\xeb", "\x73\xec", "\x73\xed", "\x73\xee", "\x73\xef", "\x73\xf0", + "\x73\xf1", "\x73\xf2", "\x73\xf3", "\x73\xf4", "\x73\xf5", "\x73\xf6", + "\x73\xf7", "\x73\xf8", "\x73\xf9", "\x73\xfa", "\x73\xfb", "\x73\xfc", + "\x73\xfd", "\x73\xfe", "\x74\x41", "\x74\x42", "\x74\x43", "\x74\x44", + "\x74\x45", "\x74\x46", "\x74\x47", "\x74\x48", "\x74\x49", "\x74\x4a", + "\x74\x4b", "\x74\x4c", "\x74\x4d", "\x74\x4e", "\x74\x4f", "\x74\x50", + "\x74\x51", "\x74\x52", "\x74\x53", "\x74\x54", "\x74\x55", "\x74\x56", + "\x74\x57", "\x74\x58", "\x74\x59", "\x74\x5a", "\x74\x5b", "\x74\x5c", + "\x74\x5d", "\x74\x5e", "\x74\x5f", "\x74\x60", "\x74\x61", "\x74\x62", + "\x74\x63", "\x74\x64", "\x74\x65", "\x74\x66", "\x74\x67", "\x74\x68", + "\x74\x69", "\x74\x6a", "\x74\x6b", "\x74\x6c", "\x74\x6d", "\x74\x6e", + "\x74\x6f", "\x74\x70", "\x74\x71", "\x74\x72", "\x74\x73", "\x74\x74", + "\x74\x75", "\x74\x76", "\x74\x77", "\x74\x78", "\x74\x79", "\x74\x7a", + "\x74\x7b", "\x74\x7c", "\x74\x7d", "\x74\x7e", "\x74\x7f", "\x74\x80", + "\x74\x81", "\x74\x82", "\x74\x83", "\x74\x84", "\x74\x85", "\x74\x86", + "\x74\x87", "\x74\x88", "\x74\x89", "\x74\x8a", "\x74\x8b", "\x74\x8c", + "\x74\x8d", "\x74\x8e", "\x74\x8f", "\x74\x90", "\x74\x91", "\x74\x92", + "\x74\x93", "\x74\x94", "\x74\x95", "\x74\x96", "\x74\x97", "\x74\x98", + "\x74\x99", "\x74\x9a", "\x74\x9b", "\x74\x9c", "\x74\x9d", "\x74\x9e", + "\x74\x9f", "\x74\xa0", "\x74\xa1", "\x74\xa2", "\x74\xa3", "\x74\xa4", + "\x74\xa5", "\x74\xa6", "\x74\xa7", "\x74\xa8", "\x74\xa9", "\x74\xaa", + "\x74\xab", "\x74\xac", "\x74\xad", "\x74\xae", "\x74\xaf", "\x74\xb0", + "\x74\xb1", "\x74\xb2", "\x74\xb3", "\x74\xb4", "\x74\xb5", "\x74\xb6", + "\x74\xb7", "\x74\xb8", "\x74\xb9", "\x74\xba", "\x74\xbb", "\x74\xbc", + "\x74\xbd", "\x74\xbe", "\x74\xbf", "\x74\xc0", "\x74\xc1", "\x74\xc2", + "\x74\xc3", "\x74\xc4", "\x74\xc5", "\x74\xc6", "\x74\xc7", "\x74\xc8", + "\x74\xc9", "\x74\xca", "\x74\xcb", "\x74\xcc", "\x74\xcd", "\x74\xce", + "\x74\xcf", "\x74\xd0", "\x74\xd1", "\x74\xd2", "\x74\xd3", "\x74\xd4", + "\x74\xd5", "\x74\xd6", "\x74\xd7", "\x74\xd8", "\x74\xd9", "\x74\xda", + "\x74\xdb", "\x74\xdc", "\x74\xdd", "\x74\xde", "\x74\xdf", "\x74\xe0", + "\x74\xe1", "\x74\xe2", "\x74\xe3", "\x74\xe4", "\x74\xe5", "\x74\xe6", + "\x74\xe7", "\x74\xe8", "\x74\xe9", "\x74\xea", "\x74\xeb", "\x74\xec", + "\x74\xed", "\x74\xee", "\x74\xef", "\x74\xf0", "\x74\xf1", "\x74\xf2", + "\x74\xf3", "\x74\xf4", "\x74\xf5", "\x74\xf6", "\x74\xf7", "\x74\xf8", + "\x74\xf9", "\x74\xfa", "\x74\xfb", "\x74\xfc", "\x74\xfd", "\x74\xfe", + "\x75\x41", "\x75\x42", "\x75\x43", "\x75\x44", "\x75\x45", "\x75\x46", + "\x75\x47", "\x75\x48", "\x75\x49", "\x75\x4a", "\x75\x4b", "\x75\x4c", + "\x75\x4d", "\x75\x4e", "\x75\x4f", "\x75\x50", "\x75\x51", "\x75\x52", + "\x75\x53", "\x75\x54", "\x75\x55", "\x75\x56", "\x75\x57", "\x75\x58", + "\x75\x59", "\x75\x5a", "\x75\x5b", "\x75\x5c", "\x75\x5d", "\x75\x5e", + "\x75\x5f", "\x75\x60", "\x75\x61", "\x75\x62", "\x75\x63", "\x75\x64", + "\x75\x65", "\x75\x66", "\x75\x67", "\x75\x68", "\x75\x69", "\x75\x6a", + "\x75\x6b", "\x75\x6c", "\x75\x6d", "\x75\x6e", "\x75\x6f", "\x75\x70", + "\x75\x71", "\x75\x72", "\x75\x73", "\x75\x74", "\x75\x75", "\x75\x76", + "\x75\x77", "\x75\x78", "\x75\x79", "\x75\x7a", "\x75\x7b", "\x75\x7c", + "\x75\x7d", "\x75\x7e", "\x75\x7f", "\x75\x80", "\x75\x81", "\x75\x82", + "\x75\x83", "\x75\x84", "\x75\x85", "\x75\x86", "\x75\x87", "\x75\x88", + "\x75\x89", "\x75\x8a", "\x75\x8b", "\x75\x8c", "\x75\x8d", "\x75\x8e", + "\x75\x8f", "\x75\x90", "\x75\x91", "\x75\x92", "\x75\x93", "\x75\x94", + "\x75\x95", "\x75\x96", "\x75\x97", "\x75\x98", "\x75\x99", "\x75\x9a", + "\x75\x9b", "\x75\x9c", "\x75\x9d", "\x75\x9e", "\x75\x9f", "\x75\xa0", + "\x75\xa1", "\x75\xa2", "\x75\xa3", "\x75\xa4", "\x75\xa5", "\x75\xa6", + "\x75\xa7", "\x75\xa8", "\x75\xa9", "\x75\xaa", "\x75\xab", "\x75\xac", + "\x75\xad", "\x75\xae", "\x75\xaf", "\x75\xb0", "\x75\xb1", "\x75\xb2", + "\x75\xb3", "\x75\xb4", "\x75\xb5", "\x75\xb6", "\x75\xb7", "\x75\xb8", + "\x75\xb9", "\x75\xba", "\x75\xbb", "\x75\xbc", "\x75\xbd", "\x75\xbe", + "\x75\xbf", "\x75\xc0", "\x75\xc1", "\x75\xc2", "\x75\xc3", "\x75\xc4", + "\x75\xc5", "\x75\xc6", "\x75\xc7", "\x75\xc8", "\x75\xc9", "\x75\xca", + "\x75\xcb", "\x75\xcc", "\x75\xcd", "\x75\xce", "\x75\xcf", "\x75\xd0", + "\x75\xd1", "\x75\xd2", "\x75\xd3", "\x75\xd4", "\x75\xd5", "\x75\xd6", + "\x75\xd7", "\x75\xd8", "\x75\xd9", "\x75\xda", "\x75\xdb", "\x75\xdc", + "\x75\xdd", "\x75\xde", "\x75\xdf", "\x75\xe0", "\x75\xe1", "\x75\xe2", + "\x75\xe3", "\x75\xe4", "\x75\xe5", "\x75\xe6", "\x75\xe7", "\x75\xe8", + "\x75\xe9", "\x75\xea", "\x75\xeb", "\x75\xec", "\x75\xed", "\x75\xee", + "\x75\xef", "\x75\xf0", "\x75\xf1", "\x75\xf2", "\x75\xf3", "\x75\xf4", + "\x75\xf5", "\x75\xf6", "\x75\xf7", "\x75\xf8", "\x75\xf9", "\x75\xfa", + "\x75\xfb", "\x75\xfc", "\x75\xfd", "\x75\xfe", "\x76\x41", "\x76\x42", + "\x76\x43", "\x76\x44", "\x76\x45", "\x76\x46", "\x76\x47", "\x76\x48", + "\x76\x49", "\x76\x4a", "\x76\x4b", "\x76\x4c", "\x76\x4d", "\x76\x4e", + "\x76\x4f", "\x76\x50", "\x76\x51", "\x76\x52", "\x76\x53", "\x76\x54", + "\x76\x55", "\x76\x56", "\x76\x57", "\x76\x58", "\x76\x59", "\x76\x5a", + "\x76\x5b", "\x76\x5c", "\x76\x5d", "\x76\x5e", "\x76\x5f", "\x76\x60", + "\x76\x61", "\x76\x62", "\x76\x63", "\x76\x64", "\x76\x65", "\x76\x66", + "\x76\x67", "\x76\x68", "\x76\x69", "\x76\x6a", "\x76\x6b", "\x76\x6c", + "\x76\x6d", "\x76\x6e", "\x76\x6f", "\x76\x70", "\x76\x71", "\x76\x72", + "\x76\x73", "\x76\x74", "\x76\x75", "\x76\x76", "\x76\x77", "\x76\x78", + "\x76\x79", "\x76\x7a", "\x76\x7b", "\x76\x7c", "\x76\x7d", "\x76\x7e", + "\x76\x7f", "\x76\x80", "\x76\x81", "\x76\x82", "\x76\x83", "\x76\x84", + "\x76\x85", "\x76\x86", "\x76\x87", "\x76\x88", "\x76\x89", "\x76\x8a", + "\x76\x8b", "\x76\x8c", "\x76\x8d", "\x76\x8e", "\x76\x8f", "\x76\x90", + "\x76\x91", "\x76\x92", "\x76\x93", "\x76\x94", "\x76\x95", "\x76\x96", + "\x76\x97", "\x76\x98", "\x76\x99", "\x76\x9a", "\x76\x9b", "\x76\x9c", + "\x76\x9d", "\x76\x9e", "\x76\x9f", "\x76\xa0", "\x76\xa1", "\x76\xa2", + "\x76\xa3", "\x76\xa4", "\x76\xa5", "\x76\xa6", "\x76\xa7", "\x76\xa8", + "\x76\xa9", "\x76\xaa", "\x76\xab", "\x76\xac", "\x76\xad", "\x76\xae", + "\x76\xaf", "\x76\xb0", "\x76\xb1", "\x76\xb2", "\x76\xb3", "\x76\xb4", + "\x76\xb5", "\x76\xb6", "\x76\xb7", "\x76\xb8", "\x76\xb9", "\x76\xba", + "\x76\xbb", "\x76\xbc", "\x76\xbd", "\x76\xbe", "\x76\xbf", "\x76\xc0", + "\x76\xc1", "\x76\xc2", "\x76\xc3", "\x76\xc4", "\x76\xc5", "\x76\xc6", + "\x76\xc7", "\x76\xc8", "\x76\xc9", "\x76\xca", "\x76\xcb", "\x76\xcc", + "\x76\xcd", "\x76\xce", "\x76\xcf", "\x76\xd0", "\x76\xd1", "\x76\xd2", + "\x76\xd3", "\x76\xd4", "\x76\xd5", "\x76\xd6", "\x76\xd7", "\x76\xd8", + "\x76\xd9", "\x76\xda", "\x76\xdb", "\x76\xdc", "\x76\xdd", "\x76\xde", + "\x76\xdf", "\x76\xe0", "\x76\xe1", "\x76\xe2", "\x76\xe3", "\x76\xe4", + "\x76\xe5", "\x76\xe6", "\x76\xe7", "\x76\xe8", "\x76\xe9", "\x76\xea", + "\x76\xeb", "\x76\xec", "\x76\xed", "\x76\xee", "\x76\xef", "\x76\xf0", + "\x76\xf1", "\x76\xf2", "\x76\xf3", "\x76\xf4", "\x76\xf5", "\x76\xf6", + "\x76\xf7", "\x76\xf8", "\x76\xf9", "\x76\xfa", "\x76\xfb", "\x76\xfc", + "\x76\xfd", "\x76\xfe", "\x77\x41", "\x77\x42", "\x77\x43", "\x77\x44", + "\x77\x45", "\x77\x46", "\x77\x47", "\x77\x48", "\x77\x49", "\x77\x4a", + "\x77\x4b", "\x77\x4c", "\x77\x4d", "\x77\x4e", "\x77\x4f", "\x77\x50", + "\x77\x51", "\x77\x52", "\x77\x53", "\x77\x54", "\x77\x55", "\x77\x56", + "\x77\x57", "\x77\x58", "\x77\x59", "\x77\x5a", "\x77\x5b", "\x77\x5c", + "\x77\x5d", "\x77\x5e", "\x77\x5f", "\x77\x60", "\x77\x61", "\x77\x62", + "\x77\x63", "\x77\x64", "\x77\x65", "\x77\x66", "\x77\x67", "\x77\x68", + "\x77\x69", "\x77\x6a", "\x77\x6b", "\x77\x6c", "\x77\x6d", "\x77\x6e", + "\x77\x6f", "\x77\x70", "\x77\x71", "\x77\x72", "\x77\x73", "\x77\x74", + "\x77\x75", "\x77\x76", "\x77\x77", "\x77\x78", "\x77\x79", "\x77\x7a", + "\x77\x7b", "\x77\x7c", "\x77\x7d", "\x77\x7e", "\x77\x7f", "\x77\x80", + "\x77\x81", "\x77\x82", "\x77\x83", "\x77\x84", "\x77\x85", "\x77\x86", + "\x77\x87", "\x77\x88", "\x77\x89", "\x77\x8a", "\x77\x8b", "\x77\x8c", + "\x77\x8d", "\x77\x8e", "\x77\x8f", "\x77\x90", "\x77\x91", "\x77\x92", + "\x77\x93", "\x77\x94", "\x77\x95", "\x77\x96", "\x77\x97", "\x77\x98", + "\x77\x99", "\x77\x9a", "\x77\x9b", "\x77\x9c", "\x77\x9d", "\x77\x9e", + "\x77\x9f", "\x77\xa0", "\x77\xa1", "\x77\xa2", "\x77\xa3", "\x77\xa4", + "\x77\xa5", "\x77\xa6", "\x77\xa7", "\x77\xa8", "\x77\xa9", "\x77\xaa", + "\x77\xab", "\x77\xac", "\x77\xad", "\x77\xae", "\x77\xaf", "\x77\xb0", + "\x77\xb1", "\x77\xb2", "\x77\xb3", "\x77\xb4", "\x77\xb5", "\x77\xb6", + "\x77\xb7", "\x77\xb8", "\x77\xb9", "\x77\xba", "\x77\xbb", "\x77\xbc", + "\x77\xbd", "\x77\xbe", "\x77\xbf", "\x77\xc0", "\x77\xc1", "\x77\xc2", + "\x77\xc3", "\x77\xc4", "\x77\xc5", "\x77\xc6", "\x77\xc7", "\x77\xc8", + "\x77\xc9", "\x77\xca", "\x77\xcb", "\x77\xcc", "\x77\xcd", "\x77\xce", + "\x77\xcf", "\x77\xd0", "\x77\xd1", "\x77\xd2", "\x77\xd3", "\x77\xd4", + "\x77\xd5", "\x77\xd6", "\x77\xd7", "\x77\xd8", "\x77\xd9", "\x77\xda", + "\x77\xdb", "\x77\xdc", "\x77\xdd", "\x77\xde", "\x77\xdf", "\x77\xe0", + "\x77\xe1", "\x77\xe2", "\x77\xe3", "\x77\xe4", "\x77\xe5", "\x77\xe6", + "\x77\xe7", "\x77\xe8", "\x77\xe9", "\x77\xea", "\x77\xeb", "\x77\xec", + "\x77\xed", "\x77\xee", "\x77\xef", "\x77\xf0", "\x77\xf1", "\x77\xf2", + "\x77\xf3", "\x77\xf4", "\x77\xf5", "\x77\xf6", "\x77\xf7", "\x77\xf8", + "\x77\xf9", "\x77\xfa", "\x77\xfb", "\x77\xfc", "\x77\xfd", "\x77\xfe", + "\x78\x41", "\x78\x42", "\x78\x43", "\x78\x44", "\x78\x45", "\x78\x46", + "\x78\x47", "\x78\x48", "\x78\x49", "\x78\x4a", "\x78\x4b", "\x78\x4c", + "\x78\x4d", "\x78\x4e", "\x78\x4f", "\x78\x50", "\x78\x51", "\x78\x52", + "\x78\x53", "\x78\x54", "\x78\x55", "\x78\x56", "\x78\x57", "\x78\x58", + "\x78\x59", "\x78\x5a", "\x78\x5b", "\x78\x5c", "\x78\x5d", "\x78\x5e", + "\x78\x5f", "\x78\x60", "\x78\x61", "\x78\x62", "\x78\x63", "\x78\x64", + "\x78\x65", "\x78\x66", "\x78\x67", "\x78\x68", "\x78\x69", "\x78\x6a", + "\x78\x6b", "\x78\x6c", "\x78\x6d", "\x78\x6e", "\x78\x6f", "\x78\x70", + "\x78\x71", "\x78\x72", "\x78\x73", "\x78\x74", "\x78\x75", "\x78\x76", + "\x78\x77", "\x78\x78", "\x78\x79", "\x78\x7a", "\x78\x7b", "\x78\x7c", + "\x78\x7d", "\x78\x7e", "\x78\x7f", "\x78\x80", "\x78\x81", "\x78\x82", + "\x78\x83", "\x78\x84", "\x78\x85", "\x78\x86", "\x78\x87", "\x78\x88", + "\x78\x89", "\x78\x8a", "\x78\x8b", "\x78\x8c", "\x78\x8d", "\x78\x8e", + "\x78\x8f", "\x78\x90", "\x78\x91", "\x78\x92", "\x78\x93", "\x78\x94", + "\x78\x95", "\x78\x96", "\x78\x97", "\x78\x98", "\x78\x99", "\x78\x9a", + "\x78\x9b", "\x78\x9c", "\x78\x9d", "\x78\x9e", "\x78\x9f", "\x78\xa0", + "\x78\xa1", "\x78\xa2", "\x78\xa3", "\x78\xa4", "\x78\xa5", "\x78\xa6", + "\x78\xa7", "\x78\xa8", "\x78\xa9", "\x78\xaa", "\x78\xab", "\x78\xac", + "\x78\xad", "\x78\xae", "\x78\xaf", "\x78\xb0", "\x78\xb1", "\x78\xb2", + "\x78\xb3", "\x78\xb4", "\x78\xb5", "\x78\xb6", "\x78\xb7", "\x78\xb8", + "\x78\xb9", "\x78\xba", "\x78\xbb", "\x78\xbc", "\x78\xbd", "\x78\xbe", + "\x78\xbf", "\x78\xc0", "\x78\xc1", "\x78\xc2", "\x78\xc3", "\x78\xc4", + "\x78\xc5", "\x78\xc6", "\x78\xc7", "\x78\xc8", "\x78\xc9", "\x78\xca", + "\x78\xcb", "\x78\xcc", "\x78\xcd", "\x78\xce", "\x78\xcf", "\x78\xd0", + "\x78\xd1", "\x78\xd2", "\x78\xd3", "\x78\xd4", "\x78\xd5", "\x78\xd6", + "\x78\xd7", "\x78\xd8", "\x78\xd9", "\x78\xda", "\x78\xdb", "\x78\xdc", + "\x78\xdd", "\x78\xde", "\x78\xdf", "\x78\xe0", "\x78\xe1", "\x78\xe2", + "\x78\xe3", "\x78\xe4", "\x78\xe5", "\x78\xe6", "\x78\xe7", "\x78\xe8", + "\x78\xe9", "\x78\xea", "\x78\xeb", "\x78\xec", "\x78\xed", "\x78\xee", + "\x78\xef", "\x78\xf0", "\x78\xf1", "\x78\xf2", "\x78\xf3", "\x78\xf4", + "\x78\xf5", "\x78\xf6", "\x78\xf7", "\x78\xf8", "\x78\xf9", "\x78\xfa", + "\x78\xfb", "\x78\xfc", "\x78\xfd", "\x78\xfe", "\x79\x41", "\x79\x42", + "\x79\x43", "\x79\x44", "\x79\x45", "\x79\x46", "\x79\x47", "\x79\x48", + "\x79\x49", "\x79\x4a", "\x79\x4b", "\x79\x4c", "\x79\x4d", "\x79\x4e", + "\x79\x4f", "\x79\x50", "\x79\x51", "\x79\x52", "\x79\x53", "\x79\x54", + "\x79\x55", "\x79\x56", "\x79\x57", "\x79\x58", "\x79\x59", "\x79\x5a", + "\x79\x5b", "\x79\x5c", "\x79\x5d", "\x79\x5e", "\x79\x5f", "\x79\x60", + "\x79\x61", "\x79\x62", "\x79\x63", "\x79\x64", "\x79\x65", "\x79\x66", + "\x79\x67", "\x79\x68", "\x79\x69", "\x79\x6a", "\x79\x6b", "\x79\x6c", + "\x79\x6d", "\x79\x6e", "\x79\x6f", "\x79\x70", "\x79\x71", "\x79\x72", + "\x79\x73", "\x79\x74", "\x79\x75", "\x79\x76", "\x79\x77", "\x79\x78", + "\x79\x79", "\x79\x7a", "\x79\x7b", "\x79\x7c", "\x79\x7d", "\x79\x7e", + "\x79\x7f", "\x79\x80", "\x79\x81", "\x79\x82", "\x79\x83", "\x79\x84", + "\x79\x85", "\x79\x86", "\x79\x87", "\x79\x88", "\x79\x89", "\x79\x8a", + "\x79\x8b", "\x79\x8c", "\x79\x8d", "\x79\x8e", "\x79\x8f", "\x79\x90", + "\x79\x91", "\x79\x92", "\x79\x93", "\x79\x94", "\x79\x95", "\x79\x96", + "\x79\x97", "\x79\x98", "\x79\x99", "\x79\x9a", "\x79\x9b", "\x79\x9c", + "\x79\x9d", "\x79\x9e", "\x79\x9f", "\x79\xa0", "\x79\xa1", "\x79\xa2", + "\x79\xa3", "\x79\xa4", "\x79\xa5", "\x79\xa6", "\x79\xa7", "\x79\xa8", + "\x79\xa9", "\x79\xaa", "\x79\xab", "\x79\xac", "\x79\xad", "\x79\xae", + "\x79\xaf", "\x79\xb0", "\x79\xb1", "\x79\xb2", "\x79\xb3", "\x79\xb4", + "\x79\xb5", "\x79\xb6", "\x79\xb7", "\x79\xb8", "\x79\xb9", "\x79\xba", + "\x79\xbb", "\x79\xbc", "\x79\xbd", "\x79\xbe", "\x79\xbf", "\x79\xc0", + "\x79\xc1", "\x79\xc2", "\x79\xc3", "\x79\xc4", "\x79\xc5", "\x79\xc6", + "\x79\xc7", "\x79\xc8", "\x79\xc9", "\x79\xca", "\x79\xcb", "\x79\xcc", + "\x79\xcd", "\x79\xce", "\x79\xcf", "\x79\xd0", "\x79\xd1", "\x79\xd2", + "\x79\xd3", "\x79\xd4", "\x79\xd5", "\x79\xd6", "\x79\xd7", "\x79\xd8", + "\x79\xd9", "\x79\xda", "\x79\xdb", "\x79\xdc", "\x79\xdd", "\x79\xde", + "\x79\xdf", "\x79\xe0", "\x79\xe1", "\x79\xe2", "\x79\xe3", "\x79\xe4", + "\x79\xe5", "\x79\xe6", "\x79\xe7", "\x79\xe8", "\x79\xe9", "\x79\xea", + "\x79\xeb", "\x79\xec", "\x79\xed", "\x79\xee", "\x79\xef", "\x79\xf0", + "\x79\xf1", "\x79\xf2", "\x79\xf3", "\x79\xf4", "\x79\xf5", "\x79\xf6", + "\x79\xf7", "\x79\xf8", "\x79\xf9", "\x79\xfa", "\x79\xfb", "\x79\xfc", + "\x79\xfd", "\x79\xfe", "\x7a\x41", "\x7a\x42", "\x7a\x43", "\x7a\x44", + "\x7a\x45", "\x7a\x46", "\x7a\x47", "\x7a\x48", "\x7a\x49", "\x7a\x4a", + "\x7a\x4b", "\x7a\x4c", "\x7a\x4d", "\x7a\x4e", "\x7a\x4f", "\x7a\x50", + "\x7a\x51", "\x7a\x52", "\x7a\x53", "\x7a\x54", "\x7a\x55", "\x7a\x56", + "\x7a\x57", "\x7a\x58", "\x7a\x59", "\x7a\x5a", "\x7a\x5b", "\x7a\x5c", + "\x7a\x5d", "\x7a\x5e", "\x7a\x5f", "\x7a\x60", "\x7a\x61", "\x7a\x62", + "\x7a\x63", "\x7a\x64", "\x7a\x65", "\x7a\x66", "\x7a\x67", "\x7a\x68", + "\x7a\x69", "\x7a\x6a", "\x7a\x6b", "\x7a\x6c", "\x7a\x6d", "\x7a\x6e", + "\x7a\x6f", "\x7a\x70", "\x7a\x71", "\x7a\x72", "\x7a\x73", "\x7a\x74", + "\x7a\x75", "\x7a\x76", "\x7a\x77", "\x7a\x78", "\x7a\x79", "\x7a\x7a", + "\x7a\x7b", "\x7a\x7c", "\x7a\x7d", "\x7a\x7e", "\x7a\x7f", "\x7a\x80", + "\x7a\x81", "\x7a\x82", "\x7a\x83", "\x7a\x84", "\x7a\x85", "\x7a\x86", + "\x7a\x87", "\x7a\x88", "\x7a\x89", "\x7a\x8a", "\x7a\x8b", "\x7a\x8c", + "\x7a\x8d", "\x7a\x8e", "\x7a\x8f", "\x7a\x90", "\x7a\x91", "\x7a\x92", + "\x7a\x93", "\x7a\x94", "\x7a\x95", "\x7a\x96", "\x7a\x97", "\x7a\x98", + "\x7a\x99", "\x7a\x9a", "\x7a\x9b", "\x7a\x9c", "\x7a\x9d", "\x7a\x9e", + "\x7a\x9f", "\x7a\xa0", "\x7a\xa1", "\x7a\xa2", "\x7a\xa3", "\x7a\xa4", + "\x7a\xa5", "\x7a\xa6", "\x7a\xa7", "\x7a\xa8", "\x7a\xa9", "\x7a\xaa", + "\x7a\xab", "\x7a\xac", "\x7a\xad", "\x7a\xae", "\x7a\xaf", "\x7a\xb0", + "\x7a\xb1", "\x7a\xb2", "\x7a\xb3", "\x7a\xb4", "\x7a\xb5", "\x7a\xb6", + "\x7a\xb7", "\x7a\xb8", "\x7a\xb9", "\x7a\xba", "\x7a\xbb", "\x7a\xbc", + "\x7a\xbd", "\x7a\xbe", "\x7a\xbf", "\x7a\xc0", "\x7a\xc1", "\x7a\xc2", + "\x7a\xc3", "\x7a\xc4", "\x7a\xc5", "\x7a\xc6", "\x7a\xc7", "\x7a\xc8", + "\x7a\xc9", "\x7a\xca", "\x7a\xcb", "\x7a\xcc", "\x7a\xcd", "\x7a\xce", + "\x7a\xcf", "\x7a\xd0", "\x7a\xd1", "\x7a\xd2", "\x7a\xd3", "\x7a\xd4", + "\x7a\xd5", "\x7a\xd6", "\x7a\xd7", "\x7a\xd8", "\x7a\xd9", "\x7a\xda", + "\x7a\xdb", "\x7a\xdc", "\x7a\xdd", "\x7a\xde", "\x7a\xdf", "\x7a\xe0", + "\x7a\xe1", "\x7a\xe2", "\x7a\xe3", "\x7a\xe4", "\x7a\xe5", "\x7a\xe6", + "\x7a\xe7", "\x7a\xe8", "\x7a\xe9", "\x7a\xea", "\x7a\xeb", "\x7a\xec", + "\x7a\xed", "\x7a\xee", "\x7a\xef", "\x7a\xf0", "\x7a\xf1", "\x7a\xf2", + "\x7a\xf3", "\x7a\xf4", "\x7a\xf5", "\x7a\xf6", "\x7a\xf7", "\x7a\xf8", + "\x7a\xf9", "\x7a\xfa", "\x7a\xfb", "\x7a\xfc", "\x7a\xfd", "\x7a\xfe", + "\x7b\x41", "\x7b\x42", "\x7b\x43", "\x7b\x44", "\x7b\x45", "\x7b\x46", + "\x7b\x47", "\x7b\x48", "\x7b\x49", "\x7b\x4a", "\x7b\x4b", "\x7b\x4c", + "\x7b\x4d", "\x7b\x4e", "\x7b\x4f", "\x7b\x50", "\x7b\x51", "\x7b\x52", + "\x7b\x53", "\x7b\x54", "\x7b\x55", "\x7b\x56", "\x7b\x57", "\x7b\x58", + "\x7b\x59", "\x7b\x5a", "\x7b\x5b", "\x7b\x5c", "\x7b\x5d", "\x7b\x5e", + "\x7b\x5f", "\x7b\x60", "\x7b\x61", "\x7b\x62", "\x7b\x63", "\x7b\x64", + "\x7b\x65", "\x7b\x66", "\x7b\x67", "\x7b\x68", "\x7b\x69", "\x7b\x6a", + "\x7b\x6b", "\x7b\x6c", "\x7b\x6d", "\x7b\x6e", "\x7b\x6f", "\x7b\x70", + "\x7b\x71", "\x7b\x72", "\x7b\x73", "\x7b\x74", "\x7b\x75", "\x7b\x76", + "\x7b\x77", "\x7b\x78", "\x7b\x79", "\x7b\x7a", "\x7b\x7b", "\x7b\x7c", + "\x7b\x7d", "\x7b\x7e", "\x7b\x7f", "\x7b\x80", "\x7b\x81", "\x7b\x82", + "\x7b\x83", "\x7b\x84", "\x7b\x85", "\x7b\x86", "\x7b\x87", "\x7b\x88", + "\x7b\x89", "\x7b\x8a", "\x7b\x8b", "\x7b\x8c", "\x7b\x8d", "\x7b\x8e", + "\x7b\x8f", "\x7b\x90", "\x7b\x91", "\x7b\x92", "\x7b\x93", "\x7b\x94", + "\x7b\x95", "\x7b\x96", "\x7b\x97", "\x7b\x98", "\x7b\x99", "\x7b\x9a", + "\x7b\x9b", "\x7b\x9c", "\x7b\x9d", "\x7b\x9e", "\x7b\x9f", "\x7b\xa0", + "\x7b\xa1", "\x7b\xa2", "\x7b\xa3", "\x7b\xa4", "\x7b\xa5", "\x7b\xa6", + "\x7b\xa7", "\x7b\xa8", "\x7b\xa9", "\x7b\xaa", "\x7b\xab", "\x7b\xac", + "\x7b\xad", "\x7b\xae", "\x7b\xaf", "\x7b\xb0", "\x7b\xb1", "\x7b\xb2", + "\x7b\xb3", "\x7b\xb4", "\x7b\xb5", "\x7b\xb6", "\x7b\xb7", "\x7b\xb8", + "\x7b\xb9", "\x7b\xba", "\x7b\xbb", "\x7b\xbc", "\x7b\xbd", "\x7b\xbe", + "\x7b\xbf", "\x7b\xc0", "\x7b\xc1", "\x7b\xc2", "\x7b\xc3", "\x7b\xc4", + "\x7b\xc5", "\x7b\xc6", "\x7b\xc7", "\x7b\xc8", "\x7b\xc9", "\x7b\xca", + "\x7b\xcb", "\x7b\xcc", "\x7b\xcd", "\x7b\xce", "\x7b\xcf", "\x7b\xd0", + "\x7b\xd1", "\x7b\xd2", "\x7b\xd3", "\x7b\xd4", "\x7b\xd5", "\x7b\xd6", + "\x7b\xd7", "\x7b\xd8", "\x7b\xd9", "\x7b\xda", "\x7b\xdb", "\x7b\xdc", + "\x7b\xdd", "\x7b\xde", "\x7b\xdf", "\x7b\xe0", "\x7b\xe1", "\x7b\xe2", + "\x7b\xe3", "\x7b\xe4", "\x7b\xe5", "\x7b\xe6", "\x7b\xe7", "\x7b\xe8", + "\x7b\xe9", "\x7b\xea", "\x7b\xeb", "\x7b\xec", "\x7b\xed", "\x7b\xee", + "\x7b\xef", "\x7b\xf0", "\x7b\xf1", "\x7b\xf2", "\x7b\xf3", "\x7b\xf4", + "\x7b\xf5", "\x7b\xf6", "\x7b\xf7", "\x7b\xf8", "\x7b\xf9", "\x7b\xfa", + "\x7b\xfb", "\x7b\xfc", "\x7b\xfd", "\x7b\xfe", "\x7c\x41", "\x7c\x42", + "\x7c\x43", "\x7c\x44", "\x7c\x45", "\x7c\x46", "\x7c\x47", "\x7c\x48", + "\x7c\x49", "\x7c\x4a", "\x7c\x4b", "\x7c\x4c", "\x7c\x4d", "\x7c\x4e", + "\x7c\x4f", "\x7c\x50", "\x7c\x51", "\x7c\x52", "\x7c\x53", "\x7c\x54", + "\x7c\x55", "\x7c\x56", "\x7c\x57", "\x7c\x58", "\x7c\x59", "\x7c\x5a", + "\x7c\x5b", "\x7c\x5c", "\x7c\x5d", "\x7c\x5e", "\x7c\x5f", "\x7c\x60", + "\x7c\x61", "\x7c\x62", "\x7c\x63", "\x7c\x64", "\x7c\x65", "\x7c\x66", + "\x7c\x67", "\x7c\x68", "\x7c\x69", "\x7c\x6a", "\x7c\x6b", "\x7c\x6c", + "\x7c\x6d", "\x7c\x6e", "\x7c\x6f", "\x7c\x70", "\x7c\x71", "\x7c\x72", + "\x7c\x73", "\x7c\x74", "\x7c\x75", "\x7c\x76", "\x7c\x77", "\x7c\x78", + "\x7c\x79", "\x7c\x7a", "\x7c\x7b", "\x7c\x7c", "\x7c\x7d", "\x7c\x7e", + "\x7c\x7f", "\x7c\x80", "\x7c\x81", "\x7c\x82", "\x7c\x83", "\x7c\x84", + "\x7c\x85", "\x7c\x86", "\x7c\x87", "\x7c\x88", "\x7c\x89", "\x7c\x8a", + "\x7c\x8b", "\x7c\x8c", "\x7c\x8d", "\x7c\x8e", "\x7c\x8f", "\x7c\x90", + "\x7c\x91", "\x7c\x92", "\x7c\x93", "\x7c\x94", "\x7c\x95", "\x7c\x96", + "\x7c\x97", "\x7c\x98", "\x7c\x99", "\x7c\x9a", "\x7c\x9b", "\x7c\x9c", + "\x7c\x9d", "\x7c\x9e", "\x7c\x9f", "\x7c\xa0", "\x7c\xa1", "\x7c\xa2", + "\x7c\xa3", "\x7c\xa4", "\x7c\xa5", "\x7c\xa6", "\x7c\xa7", "\x7c\xa8", + "\x7c\xa9", "\x7c\xaa", "\x7c\xab", "\x7c\xac", "\x7c\xad", "\x7c\xae", + "\x7c\xaf", "\x7c\xb0", "\x7c\xb1", "\x7c\xb2", "\x7c\xb3", "\x7c\xb4", + "\x7c\xb5", "\x7c\xb6", "\x7c\xb7", "\x7c\xb8", "\x7c\xb9", "\x7c\xba", + "\x7c\xbb", "\x7c\xbc", "\x7c\xbd", "\x7c\xbe", "\x7c\xbf", "\x7c\xc0", + "\x7c\xc1", "\x7c\xc2", "\x7c\xc3", "\x7c\xc4", "\x7c\xc5", "\x7c\xc6", + "\x7c\xc7", "\x7c\xc8", "\x7c\xc9", "\x7c\xca", "\x7c\xcb", "\x7c\xcc", + "\x7c\xcd", "\x7c\xce", "\x7c\xcf", "\x7c\xd0", "\x7c\xd1", "\x7c\xd2", + "\x7c\xd3", "\x7c\xd4", "\x7c\xd5", "\x7c\xd6", "\x7c\xd7", "\x7c\xd8", + "\x7c\xd9", "\x7c\xda", "\x7c\xdb", "\x7c\xdc", "\x7c\xdd", "\x7c\xde", + "\x7c\xdf", "\x7c\xe0", "\x7c\xe1", "\x7c\xe2", "\x7c\xe3", "\x7c\xe4", + "\x7c\xe5", "\x7c\xe6", "\x7c\xe7", "\x7c\xe8", "\x7c\xe9", "\x7c\xea", + "\x7c\xeb", "\x7c\xec", "\x7c\xed", "\x7c\xee", "\x7c\xef", "\x7c\xf0", + "\x7c\xf1", "\x7c\xf2", "\x7c\xf3", "\x7c\xf4", "\x7c\xf5", "\x7c\xf6", + "\x7c\xf7", "\x7c\xf8", "\x7c\xf9", "\x7c\xfa", "\x7c\xfb", "\x7c\xfc", + "\x7c\xfd", "\x7c\xfe", "\x7d\x41", "\x7d\x42", "\x7d\x43", "\x7d\x44", + "\x7d\x45", "\x7d\x46", "\x7d\x47", "\x7d\x48", "\x7d\x49", "\x7d\x4a", + "\x7d\x4b", "\x7d\x4c", "\x7d\x4d", "\x7d\x4e", "\x7d\x4f", "\x7d\x50", + "\x7d\x51", "\x7d\x52", "\x7d\x53", "\x7d\x54", "\x7d\x55", "\x7d\x56", + "\x7d\x57", "\x7d\x58", "\x7d\x59", "\x7d\x5a", "\x7d\x5b", "\x7d\x5c", + "\x7d\x5d", "\x7d\x5e", "\x7d\x5f", "\x7d\x60", "\x7d\x61", "\x7d\x62", + "\x7d\x63", "\x7d\x64", "\x7d\x65", "\x7d\x66", "\x7d\x67", "\x7d\x68", + "\x7d\x69", "\x7d\x6a", "\x7d\x6b", "\x7d\x6c", "\x7d\x6d", "\x7d\x6e", + "\x7d\x6f", "\x7d\x70", "\x7d\x71", "\x7d\x72", "\x7d\x73", "\x7d\x74", + "\x7d\x75", "\x7d\x76", "\x7d\x77", "\x7d\x78", "\x7d\x79", "\x7d\x7a", + "\x7d\x7b", "\x7d\x7c", "\x7d\x7d", "\x7d\x7e", "\x7d\x7f", "\x7d\x80", + "\x7d\x81", "\x7d\x82", "\x7d\x83", "\x7d\x84", "\x7d\x85", "\x7d\x86", + "\x7d\x87", "\x7d\x88", "\x7d\x89", "\x7d\x8a", "\x7d\x8b", "\x7d\x8c", + "\x7d\x8d", "\x7d\x8e", "\x7d\x8f", "\x7d\x90", "\x7d\x91", "\x7d\x92", + "\x7d\x93", "\x7d\x94", "\x7d\x95", "\x7d\x96", "\x7d\x97", "\x7d\x98", + "\x7d\x99", "\x7d\x9a", "\x7d\x9b", "\x7d\x9c", "\x7d\x9d", "\x7d\x9e", + "\x7d\x9f", "\x7d\xa0", "\x7d\xa1", "\x7d\xa2", "\x7d\xa3", "\x7d\xa4", + "\x7d\xa5", "\x7d\xa6", "\x7d\xa7", "\x7d\xa8", "\x7d\xa9", "\x7d\xaa", + "\x7d\xab", "\x7d\xac", "\x7d\xad", "\x7d\xae", "\x7d\xaf", "\x7d\xb0", + "\x7d\xb1", "\x7d\xb2", "\x7d\xb3", "\x7d\xb4", "\x7d\xb5", "\x7d\xb6", + "\x7d\xb7", "\x7d\xb8", "\x7d\xb9", "\x7d\xba", "\x7d\xbb", "\x7d\xbc", + "\x7d\xbd", "\x7d\xbe", "\x7d\xbf", "\x7d\xc0", "\x7d\xc1", "\x7d\xc2", + "\x7d\xc3", "\x7d\xc4", "\x7d\xc5", "\x7d\xc6", "\x7d\xc7", "\x7d\xc8", + "\x7d\xc9", "\x7d\xca", "\x7d\xcb", "\x7d\xcc", "\x7d\xcd", "\x7d\xce", + "\x7d\xcf", "\x7d\xd0", "\x7d\xd1", "\x7d\xd2", "\x7d\xd3", "\x7d\xd4", + "\x7d\xd5", "\x7d\xd6", "\x7d\xd7", "\x7d\xd8", "\x7d\xd9", "\x7d\xda", + "\x7d\xdb", "\x7d\xdc", "\x7d\xdd", "\x7d\xde", "\x7d\xdf", "\x7d\xe0", + "\x7d\xe1", "\x7d\xe2", "\x7d\xe3", "\x7d\xe4", "\x7d\xe5", "\x7d\xe6", + "\x7d\xe7", "\x7d\xe8", "\x7d\xe9", "\x7d\xea", "\x7d\xeb", "\x7d\xec", + "\x7d\xed", "\x7d\xee", "\x7d\xef", "\x7d\xf0", "\x7d\xf1", "\x7d\xf2", + "\x7d\xf3", "\x7d\xf4", "\x7d\xf5", "\x7d\xf6", "\x7d\xf7", "\x7d\xf8", + "\x7d\xf9", "\x7d\xfa", "\x7d\xfb", "\x7d\xfc", "\x7d\xfd", "\x7d\xfe", + "\x7e\x41", "\x7e\x42", "\x7e\x43", "\x7e\x44", "\x7e\x45", "\x7e\x46", + "\x7e\x47", "\x7e\x48", "\x7e\x49", "\x7e\x4a", "\x7e\x4b", "\x7e\x4c", + "\x7e\x4d", "\x7e\x4e", "\x7e\x4f", "\x7e\x50", "\x7e\x51", "\x7e\x52", + "\x7e\x53", "\x7e\x54", "\x7e\x55", "\x7e\x56", "\x7e\x57", "\x7e\x58", + "\x7e\x59", "\x7e\x5a", "\x7e\x5b", "\x7e\x5c", "\x7e\x5d", "\x7e\x5e", + "\x7e\x5f", "\x7e\x60", "\x7e\x61", "\x7e\x62", "\x7e\x63", "\x7e\x64", + "\x7e\x65", "\x7e\x66", "\x7e\x67", "\x7e\x68", "\x7e\x69", "\x7e\x6a", + "\x7e\x6b", "\x7e\x6c", "\x7e\x6d", "\x7e\x6e", "\x7e\x6f", "\x7e\x70", + "\x7e\x71", "\x7e\x72", "\x7e\x73", "\x7e\x74", "\x7e\x75", "\x7e\x76", + "\x7e\x77", "\x7e\x78", "\x7e\x79", "\x7e\x7a", "\x7e\x7b", "\x7e\x7c", + "\x7e\x7d", "\x7e\x7e", "\x7e\x7f", "\x7e\x80", "\x7e\x81", "\x7e\x82", + "\x7e\x83", "\x7e\x84", "\x7e\x85", "\x7e\x86", "\x7e\x87", "\x7e\x88", + "\x7e\x89", "\x7e\x8a", "\x7e\x8b", "\x7e\x8c", "\x7e\x8d", "\x7e\x8e", + "\x7e\x8f", "\x7e\x90", "\x7e\x91", "\x7e\x92", "\x7e\x93", "\x7e\x94", + "\x7e\x95", "\x7e\x96", "\x7e\x97", "\x7e\x98", "\x7e\x99", "\x7e\x9a", + "\x7e\x9b", "\x7e\x9c", "\x7e\x9d", "\x7e\x9e", "\x7e\x9f", "\x7e\xa0", + "\x7e\xa1", "\x7e\xa2", "\x7e\xa3", "\x7e\xa4", "\x7e\xa5", "\x7e\xa6", + "\x7e\xa7", "\x7e\xa8", "\x7e\xa9", "\x7e\xaa", "\x7e\xab", "\x7e\xac", + "\x7e\xad", "\x7e\xae", "\x7e\xaf", "\x7e\xb0", "\x7e\xb1", "\x7e\xb2", + "\x7e\xb3", "\x7e\xb4", "\x7e\xb5", "\x7e\xb6", "\x7e\xb7", "\x7e\xb8", + "\x7e\xb9", "\x7e\xba", "\x7e\xbb", "\x7e\xbc", "\x7e\xbd", "\x7e\xbe", + "\x7e\xbf", "\x7e\xc0", "\x7e\xc1", "\x7e\xc2", "\x7e\xc3", "\x7e\xc4", + "\x7e\xc5", "\x7e\xc6", "\x7e\xc7", "\x7e\xc8", "\x7e\xc9", "\x7e\xca", + "\x7e\xcb", "\x7e\xcc", "\x7e\xcd", "\x7e\xce", "\x7e\xcf", "\x7e\xd0", + "\x7e\xd1", "\x7e\xd2", "\x7e\xd3", "\x7e\xd4", "\x7e\xd5", "\x7e\xd6", + "\x7e\xd7", "\x7e\xd8", "\x7e\xd9", "\x7e\xda", "\x7e\xdb", "\x7e\xdc", + "\x7e\xdd", "\x7e\xde", "\x7e\xdf", "\x7e\xe0", "\x7e\xe1", "\x7e\xe2", + "\x7e\xe3", "\x7e\xe4", "\x7e\xe5", "\x7e\xe6", "\x7e\xe7", "\x7e\xe8", + "\x7e\xe9", "\x7e\xea", "\x7e\xeb", "\x7e\xec", "\x7e\xed", "\x7e\xee", + "\x7e\xef", "\x7e\xf0", "\x7e\xf1", "\x7e\xf2", "\x7e\xf3", "\x7e\xf4", + "\x7e\xf5", "\x7e\xf6", "\x7e\xf7", "\x7e\xf8", "\x7e\xf9", "\x7e\xfa", + "\x7e\xfb", "\x7e\xfc", "\x7e\xfd", "\x7e\xfe", "\x7f\x41", "\x7f\x42", + "\x7f\x43", "\x7f\x44", "\x7f\x45", "\x7f\x46", "\x7f\x47", "\x7f\x48", + "\x7f\x49", "\x7f\x4a", "\x7f\x4b", "\x7f\x4c", "\x7f\x4d", "\x7f\x4e", + "\x7f\x4f", "\x7f\x50", "\x7f\x51", "\x7f\x52", "\x7f\x53", "\x7f\x54", + "\x7f\x55", "\x7f\x56", "\x7f\x57", "\x7f\x58", "\x7f\x59", "\x7f\x5a", + "\x7f\x5b", "\x7f\x5c", "\x7f\x5d", "\x7f\x5e", "\x7f\x5f", "\x7f\x60", + "\x7f\x61", "\x7f\x62", "\x7f\x63", "\x7f\x64", "\x7f\x65", "\x7f\x66", + "\x7f\x67", "\x7f\x68", "\x7f\x69", "\x7f\x6a", "\x7f\x6b", "\x7f\x6c", + "\x7f\x6d", "\x7f\x6e", "\x7f\x6f", "\x7f\x70", "\x7f\x71", "\x7f\x72", + "\x7f\x73", "\x7f\x74", "\x7f\x75", "\x7f\x76", "\x7f\x77", "\x7f\x78", + "\x7f\x79", "\x7f\x7a", "\x7f\x7b", "\x7f\x7c", "\x7f\x7d", "\x7f\x7e", + "\x7f\x7f", "\x7f\x80", "\x7f\x81", "\x7f\x82", "\x7f\x83", "\x7f\x84", + "\x7f\x85", "\x7f\x86", "\x7f\x87", "\x7f\x88", "\x7f\x89", "\x7f\x8a", + "\x7f\x8b", "\x7f\x8c", "\x7f\x8d", "\x7f\x8e", "\x7f\x8f", "\x7f\x90", + "\x7f\x91", "\x7f\x92", "\x7f\x93", "\x7f\x94", "\x7f\x95", "\x7f\x96", + "\x7f\x97", "\x7f\x98", "\x7f\x99", "\x7f\x9a", "\x7f\x9b", "\x7f\x9c", + "\x7f\x9d", "\x7f\x9e", "\x7f\x9f", "\x7f\xa0", "\x7f\xa1", "\x7f\xa2", + "\x7f\xa3", "\x7f\xa4", "\x7f\xa5", "\x7f\xa6", "\x7f\xa7", "\x7f\xa8", + "\x7f\xa9", "\x7f\xaa", "\x7f\xab", "\x7f\xac", "\x7f\xad", "\x7f\xae", + "\x7f\xaf", "\x7f\xb0", "\x7f\xb1", "\x7f\xb2", "\x7f\xb3", "\x7f\xb4", + "\x7f\xb5", "\x7f\xb6", "\x7f\xb7", "\x7f\xb8", "\x7f\xb9", "\x7f\xba", + "\x7f\xbb", "\x7f\xbc", "\x7f\xbd", "\x7f\xbe", "\x7f\xbf", "\x7f\xc0", + "\x7f\xc1", "\x7f\xc2", "\x7f\xc3", "\x7f\xc4", "\x7f\xc5", "\x7f\xc6", + "\x7f\xc7", "\x7f\xc8", "\x7f\xc9", "\x7f\xca", "\x7f\xcb", "\x7f\xcc", + "\x7f\xcd", "\x7f\xce", "\x7f\xcf", "\x7f\xd0", "\x7f\xd1", "\x7f\xd2", + "\x7f\xd3", "\x7f\xd4", "\x7f\xd5", "\x7f\xd6", "\x7f\xd7", "\x7f\xd8", + "\x7f\xd9", "\x7f\xda", "\x7f\xdb", "\x7f\xdc", "\x7f\xdd", "\x7f\xde", + "\x7f\xdf", "\x7f\xe0", "\x7f\xe1", "\x7f\xe2", "\x7f\xe3", "\x7f\xe4", + "\x7f\xe5", "\x7f\xe6", "\x7f\xe7", "\x7f\xe8", "\x7f\xe9", "\x7f\xea", + "\x7f\xeb", "\x7f\xec", "\x7f\xed", "\x7f\xee", "\x7f\xef", "\x7f\xf0", + "\x7f\xf1", "\x7f\xf2", "\x7f\xf3", "\x7f\xf4", "\x7f\xf5", "\x7f\xf6", + "\x7f\xf7", "\x7f\xf8", "\x7f\xf9", "\x7f\xfa", "\x7f\xfb", "\x7f\xfc", + "\x7f\xfd", "\x7f\xfe", "\x80\x41", "\x80\x42", "\x80\x43", "\x80\x44", + "\x80\x45", "\x80\x46", "\x80\x47", "\x80\x48", "\x80\x49", "\x80\x4a", + "\x80\x4b", "\x80\x4c", "\x80\x4d", "\x80\x4e", "\x80\x4f", "\x80\x50", + "\x80\x51", "\x80\x52", "\x80\x53", "\x80\x54", "\x80\x55", "\x80\x56", + "\x80\x57", "\x80\x58", "\x80\x59", "\x80\x5a", "\x80\x5b", "\x80\x5c", + "\x80\x5d", "\x80\x5e", "\x80\x5f", "\x80\x60", "\x80\x61", "\x80\x62", + "\x80\x63", "\x80\x64", "\x80\x65", "\x80\x66", "\x80\x67", "\x80\x68", + "\x80\x69", "\x80\x6a", "\x80\x6b", "\x80\x6c", "\x80\x6d", "\x80\x6e", + "\x80\x6f", "\x80\x70", "\x80\x71", "\x80\x72", "\x80\x73", "\x80\x74", + "\x80\x75", "\x80\x76", "\x80\x77", "\x80\x78", "\x80\x79", "\x80\x7a", + "\x80\x7b", "\x80\x7c", "\x80\x7d", "\x80\x7e", "\x80\x7f", "\x80\x80", + "\x80\x81", "\x80\x82", "\x80\x83", "\x80\x84", "\x80\x85", "\x80\x86", + "\x80\x87", "\x80\x88", "\x80\x89", "\x80\x8a", "\x80\x8b", "\x80\x8c", + "\x80\x8d", "\x80\x8e", "\x80\x8f", "\x80\x90", "\x80\x91", "\x80\x92", + "\x80\x93", "\x80\x94", "\x80\x95", "\x80\x96", "\x80\x97", "\x80\x98", + "\x80\x99", "\x80\x9a", "\x80\x9b", "\x80\x9c", "\x80\x9d", "\x80\x9e", + "\x80\x9f", "\x80\xa0", "\x80\xa1", "\x80\xa2", "\x80\xa3", "\x80\xa4", + "\x80\xa5", "\x80\xa6", "\x80\xa7", "\x80\xa8", "\x80\xa9", "\x80\xaa", + "\x80\xab", "\x80\xac", "\x80\xad", "\x80\xae", "\x80\xaf", "\x80\xb0", + "\x80\xb1", "\x80\xb2", "\x80\xb3", "\x80\xb4", "\x80\xb5", "\x80\xb6", + "\x80\xb7", "\x80\xb8", "\x80\xb9", "\x80\xba", "\x80\xbb", "\x80\xbc", + "\x80\xbd", "\x80\xbe", "\x80\xbf", "\x80\xc0", "\x80\xc1", "\x80\xc2", + "\x80\xc3", "\x80\xc4", "\x80\xc5", "\x80\xc6", "\x80\xc7", "\x80\xc8", + "\x80\xc9", "\x80\xca", "\x80\xcb", "\x80\xcc", "\x80\xcd", "\x80\xce", + "\x80\xcf", "\x80\xd0", "\x80\xd1", "\x80\xd2", "\x80\xd3", "\x80\xd4", + "\x80\xd5", "\x80\xd6", "\x80\xd7", "\x80\xd8", "\x80\xd9", "\x80\xda", + "\x80\xdb", "\x80\xdc", "\x80\xdd", "\x80\xde", "\x80\xdf", "\x80\xe0", + "\x80\xe1", "\x80\xe2", "\x80\xe3", "\x80\xe4", "\x80\xe5", "\x80\xe6", + "\x80\xe7", "\x80\xe8", "\x80\xe9", "\x80\xea", "\x80\xeb", "\x80\xec", + "\x80\xed", "\x80\xee", "\x80\xef", "\x80\xf0", "\x80\xf1", "\x80\xf2", + "\x80\xf3", "\x80\xf4", "\x80\xf5", "\x80\xf6", "\x80\xf7", "\x80\xf8", + "\x80\xf9", "\x80\xfa", "\x80\xfb", "\x80\xfc", "\x80\xfd", "\x80\xfe", + "\x81\x41", "\x81\x42", "\x81\x43", "\x81\x44", "\x81\x45", "\x81\x46", + "\x81\x47", "\x81\x48", "\x81\x49", "\x81\x4a", "\x81\x4b", "\x81\x4c", + "\x81\x4d", "\x81\x4e", "\x81\x4f", "\x81\x50", "\x81\x51", "\x81\x52", + "\x81\x53", "\x81\x54", "\x81\x55", "\x81\x56", "\x81\x57", "\x81\x58", + "\x81\x59", "\x81\x5a", "\x81\x5b", "\x81\x5c", "\x81\x5d", "\x81\x5e", + "\x81\x5f", "\x81\x60", "\x81\x61", "\x81\x62", "\x81\x63", "\x81\x64", + "\x81\x65", "\x81\x66", "\x81\x67", "\x81\x68", "\x81\x69", "\x81\x6a", + "\x81\x6b", "\x81\x6c", "\x81\x6d", "\x81\x6e", "\x81\x6f", "\x81\x70", + "\x81\x71", "\x81\x72", "\x81\x73", "\x81\x74", "\x81\x75", "\x81\x76", + "\x81\x77", "\x81\x78", "\x81\x79", "\x81\x7a", "\x81\x7b", "\x81\x7c", + "\x81\x7d", "\x81\x7e", "\x81\x7f", "\x81\x80", "\x81\x81", "\x81\x82", + "\x81\x83", "\x81\x84", "\x81\x85", "\x81\x86", "\x81\x87", "\x81\x88", + "\x81\x89", "\x81\x8a", "\x81\x8b", "\x81\x8c", "\x81\x8d", "\x81\x8e", + "\x81\x8f", "\x81\x90", "\x81\x91", "\x81\x92", "\x81\x93", "\x81\x94", + "\x81\x95", "\x81\x96", "\x81\x97", "\x81\x98", "\x81\x99", "\x81\x9a", + "\x81\x9b", "\x81\x9c", "\x81\x9d", "\x81\x9e", "\x81\x9f", "\x81\xa0", + "\x81\xa1", "\x81\xa2", "\x81\xa3", "\x81\xa4", "\x81\xa5", "\x81\xa6", + "\x81\xa7", "\x81\xa8", "\x81\xa9", "\x81\xaa", "\x81\xab", "\x81\xac", + "\x81\xad", "\x81\xae", "\x81\xaf", "\x81\xb0", "\x81\xb1", "\x81\xb2", + "\x81\xb3", "\x81\xb4", "\x81\xb5", "\x81\xb6", "\x81\xb7", "\x81\xb8", + "\x81\xb9", "\x81\xba", "\x81\xbb", "\x81\xbc", "\x81\xbd", "\x81\xbe", + "\x81\xbf", "\x81\xc0", "\x81\xc1", "\x81\xc2", "\x81\xc3", "\x81\xc4", + "\x81\xc5", "\x81\xc6", "\x81\xc7", "\x81\xc8", "\x81\xc9", "\x81\xca", + "\x81\xcb", "\x81\xcc", "\x81\xcd", "\x81\xce", "\x81\xcf", "\x81\xd0", + "\x81\xd1", "\x81\xd2", "\x81\xd3", "\x81\xd4", "\x81\xd5", "\x81\xd6", + "\x81\xd7", "\x81\xd8", "\x81\xd9", "\x81\xda", "\x81\xdb", "\x81\xdc", + "\x81\xdd", "\x81\xde", "\x81\xdf", "\x81\xe0", "\x81\xe1", "\x81\xe2", + "\x81\xe3", "\x81\xe4", "\x81\xe5", "\x81\xe6", "\x81\xe7", "\x81\xe8", + "\x81\xe9", "\x81\xea", "\x81\xeb", "\x81\xec", "\x81\xed", "\x81\xee", + "\x81\xef", "\x81\xf0", "\x81\xf1", "\x81\xf2", "\x81\xf3", "\x81\xf4", + "\x81\xf5", "\x81\xf6", "\x81\xf7", "\x81\xf8", "\x81\xf9", "\x81\xfa", + "\x81\xfb", "\x81\xfc", "\x81\xfd", "\x81\xfe", "\x82\x41", "\x82\x42", + "\x82\x43", "\x82\x44", "\x82\x45", "\x82\x46", "\x82\x47", "\x82\x48", + "\x82\x49", "\x82\x4a", "\x82\x4b", "\x82\x4c", "\x82\x4d", "\x82\x4e", + "\x82\x4f", "\x82\x50", "\x82\x51", "\x82\x52", "\x82\x53", "\x82\x54", + "\x82\x55", "\x82\x56", "\x82\x57", "\x82\x58", "\x82\x59", "\x82\x5a", + "\x82\x5b", "\x82\x5c", "\x82\x5d", "\x82\x5e", "\x82\x5f", "\x82\x60", + "\x82\x61", "\x82\x62", "\x82\x63", "\x82\x64", "\x82\x65", "\x82\x66", + "\x82\x67", "\x82\x68", "\x82\x69", "\x82\x6a", "\x82\x6b", "\x82\x6c", + "\x82\x6d", "\x82\x6e", "\x82\x6f", "\x82\x70", "\x82\x71", "\x82\x72", + "\x82\x73", "\x82\x74", "\x82\x75", "\x82\x76", "\x82\x77", "\x82\x78", + "\x82\x79", "\x82\x7a", "\x82\x7b", "\x82\x7c", "\x82\x7d", "\x82\x7e", + "\x82\x7f", "\x82\x80", "\x82\x81", "\x82\x82", "\x82\x83", "\x82\x84", + "\x82\x85", "\x82\x86", "\x82\x87", "\x82\x88", "\x82\x89", "\x82\x8a", + "\x82\x8b", "\x82\x8c", "\x82\x8d", "\x82\x8e", "\x82\x8f", "\x82\x90", + "\x82\x91", "\x82\x92", "\x82\x93", "\x82\x94", "\x82\x95", "\x82\x96", + "\x82\x97", "\x82\x98", "\x82\x99", "\x82\x9a", "\x82\x9b", "\x82\x9c", + "\x82\x9d", "\x82\x9e", "\x82\x9f", "\x82\xa0", "\x82\xa1", "\x82\xa2", + "\x82\xa3", "\x82\xa4", "\x82\xa5", "\x82\xa6", "\x82\xa7", "\x82\xa8", + "\x82\xa9", "\x82\xaa", "\x82\xab", "\x82\xac", "\x82\xad", "\x82\xae", + "\x82\xaf", "\x82\xb0", "\x82\xb1", "\x82\xb2", "\x82\xb3", "\x82\xb4", + "\x82\xb5", "\x82\xb6", "\x82\xb7", "\x82\xb8", "\x82\xb9", "\x82\xba", + "\x82\xbb", "\x82\xbc", "\x82\xbd", "\x82\xbe", "\x82\xbf", "\x82\xc0", + "\x82\xc1", "\x82\xc2", "\x82\xc3", "\x82\xc4", "\x82\xc5", "\x82\xc6", + "\x82\xc7", "\x82\xc8", "\x82\xc9", "\x82\xca", "\x82\xcb", "\x82\xcc", + "\x82\xcd", "\x82\xce", "\x82\xcf", "\x82\xd0", "\x82\xd1", "\x82\xd2", + "\x82\xd3", "\x82\xd4", "\x82\xd5", "\x82\xd6", "\x82\xd7", "\x82\xd8", + "\x82\xd9", "\x82\xda", "\x82\xdb", "\x82\xdc", "\x82\xdd", "\x82\xde", + "\x82\xdf", "\x82\xe0", "\x82\xe1", "\x82\xe2", "\x82\xe3", "\x82\xe4", + "\x82\xe5", "\x82\xe6", "\x82\xe7", "\x82\xe8", "\x82\xe9", "\x82\xea", + "\x82\xeb", "\x82\xec", "\x82\xed", "\x82\xee", "\x82\xef", "\x82\xf0", + "\x82\xf1", "\x82\xf2", "\x82\xf3", "\x82\xf4", "\x82\xf5", "\x82\xf6", + "\x82\xf7", "\x82\xf8", "\x82\xf9", "\x82\xfa", "\x82\xfb", "\x82\xfc", + "\x82\xfd", "\x82\xfe", "\x83\x41", "\x83\x42", "\x83\x43", "\x83\x44", + "\x83\x45", "\x83\x46", "\x83\x47", "\x83\x48", "\x83\x49", "\x83\x4a", + "\x83\x4b", "\x83\x4c", "\x83\x4d", "\x83\x4e", "\x83\x4f", "\x83\x50", + "\x83\x51", "\x83\x52", "\x83\x53", "\x83\x54", "\x83\x55", "\x83\x56", + "\x83\x57", "\x83\x58", "\x83\x59", "\x83\x5a", "\x83\x5b", "\x83\x5c", + "\x83\x5d", "\x83\x5e", "\x83\x5f", "\x83\x60", "\x83\x61", "\x83\x62", + "\x83\x63", "\x83\x64", "\x83\x65", "\x83\x66", "\x83\x67", "\x83\x68", + "\x83\x69", "\x83\x6a", "\x83\x6b", "\x83\x6c", "\x83\x6d", "\x83\x6e", + "\x83\x6f", "\x83\x70", "\x83\x71", "\x83\x72", "\x83\x73", "\x83\x74", + "\x83\x75", "\x83\x76", "\x83\x77", "\x83\x78", "\x83\x79", "\x83\x7a", + "\x83\x7b", "\x83\x7c", "\x83\x7d", "\x83\x7e", "\x83\x7f", "\x83\x80", + "\x83\x81", "\x83\x82", "\x83\x83", "\x83\x84", "\x83\x85", "\x83\x86", + "\x83\x87", "\x83\x88", "\x83\x89", "\x83\x8a", "\x83\x8b", "\x83\x8c", + "\x83\x8d", "\x83\x8e", "\x83\x8f", "\x83\x90", "\x83\x91", "\x83\x92", + "\x83\x93", "\x83\x94", "\x83\x95", "\x83\x96", "\x83\x97", "\x83\x98", + "\x83\x99", "\x83\x9a", "\x83\x9b", "\x83\x9c", "\x83\x9d", "\x83\x9e", + "\x83\x9f", "\x83\xa0", "\x83\xa1", "\x83\xa2", "\x83\xa3", "\x83\xa4", + "\x83\xa5", "\x83\xa6", "\x83\xa7", "\x83\xa8", "\x83\xa9", "\x83\xaa", + "\x83\xab", "\x83\xac", "\x83\xad", "\x83\xae", "\x83\xaf", "\x83\xb0", + "\x83\xb1", "\x83\xb2", "\x83\xb3", "\x83\xb4", "\x83\xb5", "\x83\xb6", + "\x83\xb7", "\x83\xb8", "\x83\xb9", "\x83\xba", "\x83\xbb", "\x83\xbc", + "\x83\xbd", "\x83\xbe", "\x83\xbf", "\x83\xc0", "\x83\xc1", "\x83\xc2", + "\x83\xc3", "\x83\xc4", "\x83\xc5", "\x83\xc6", "\x83\xc7", "\x83\xc8", + "\x83\xc9", "\x83\xca", "\x83\xcb", "\x83\xcc", "\x83\xcd", "\x83\xce", + "\x83\xcf", "\x83\xd0", "\x83\xd1", "\x83\xd2", "\x83\xd3", "\x83\xd4", + "\x83\xd5", "\x83\xd6", "\x83\xd7", "\x83\xd8", "\x83\xd9", "\x83\xda", + "\x83\xdb", "\x83\xdc", "\x83\xdd", "\x83\xde", "\x83\xdf", "\x83\xe0", + "\x83\xe1", "\x83\xe2", "\x83\xe3", "\x83\xe4", "\x83\xe5", "\x83\xe6", + "\x83\xe7", "\x83\xe8", "\x83\xe9", "\x83\xea", "\x83\xeb", "\x83\xec", + "\x83\xed", "\x83\xee", "\x83\xef", "\x83\xf0", "\x83\xf1", "\x83\xf2", + "\x83\xf3", "\x83\xf4", "\x83\xf5", "\x83\xf6", "\x83\xf7", "\x83\xf8", + "\x83\xf9", "\x83\xfa", "\x83\xfb", "\x83\xfc", "\x83\xfd", "\x83\xfe", + "\x84\x41", "\x84\x42", "\x84\x43", "\x84\x44", "\x84\x45", "\x84\x46", + "\x84\x47", "\x84\x48", "\x84\x49", "\x84\x4a", "\x84\x4b", "\x84\x4c", + "\x84\x4d", "\x84\x4e", "\x84\x4f", "\x84\x50", "\x84\x51", "\x84\x52", + "\x84\x53", "\x84\x54", "\x84\x55", "\x84\x56", "\x84\x57", "\x84\x58", + "\x84\x59", "\x84\x5a", "\x84\x5b", "\x84\x5c", "\x84\x5d", "\x84\x5e", + "\x84\x5f", "\x84\x60", "\x84\x61", "\x84\x62", "\x84\x63", "\x84\x64", + "\x84\x65", "\x84\x66", "\x84\x67", "\x84\x68", "\x84\x69", "\x84\x6a", + "\x84\x6b", "\x84\x6c", "\x84\x6d", "\x84\x6e", "\x84\x6f", "\x84\x70", + "\x84\x71", "\x84\x72", "\x84\x73", "\x84\x74", "\x84\x75", "\x84\x76", + "\x84\x77", "\x84\x78", "\x84\x79", "\x84\x7a", "\x84\x7b", "\x84\x7c", + "\x84\x7d", "\x84\x7e", "\x84\x7f", "\x84\x80", "\x84\x81", "\x84\x82", + "\x84\x83", "\x84\x84", "\x84\x85", "\x84\x86", "\x84\x87", "\x84\x88", + "\x84\x89", "\x84\x8a", "\x84\x8b", "\x84\x8c", "\x84\x8d", "\x84\x8e", + "\x84\x8f", "\x84\x90", "\x84\x91", "\x84\x92", "\x84\x93", "\x84\x94", + "\x84\x95", "\x84\x96", "\x84\x97", "\x84\x98", "\x84\x99", "\x84\x9a", + "\x84\x9b", "\x84\x9c", "\x84\x9d", "\x84\x9e", "\x84\x9f", "\x84\xa0", + "\x84\xa1", "\x84\xa2", "\x84\xa3", "\x84\xa4", "\x84\xa5", "\x84\xa6", + "\x84\xa7", "\x84\xa8", "\x84\xa9", "\x84\xaa", "\x84\xab", "\x84\xac", + "\x84\xad", "\x84\xae", "\x84\xaf", "\x84\xb0", "\x84\xb1", "\x84\xb2", + "\x84\xb3", "\x84\xb4", "\x84\xb5", "\x84\xb6", "\x84\xb7", "\x84\xb8", + "\x84\xb9", "\x84\xba", "\x84\xbb", "\x84\xbc", "\x84\xbd", "\x84\xbe", + "\x84\xbf", "\x84\xc0", "\x84\xc1", "\x84\xc2", "\x84\xc3", "\x84\xc4", + "\x84\xc5", "\x84\xc6", "\x84\xc7", "\x84\xc8", "\x84\xc9", "\x84\xca", + "\x84\xcb", "\x84\xcc", "\x84\xcd", "\x84\xce", "\x84\xcf", "\x84\xd0", + "\x84\xd1", "\x84\xd2", "\x84\xd3", "\x84\xd4", "\x84\xd5", "\x84\xd6", + "\x84\xd7", "\x84\xd8", "\x84\xd9", "\x84\xda", "\x84\xdb", "\x84\xdc", + "\x84\xdd", "\x84\xde", "\x84\xdf", "\x84\xe0", "\x84\xe1", "\x84\xe2", + "\x84\xe3", "\x84\xe4", "\x84\xe5", "\x84\xe6", "\x84\xe7", "\x84\xe8", + "\x84\xe9", "\x84\xea", "\x84\xeb", "\x84\xec", "\x84\xed", "\x84\xee", + "\x84\xef", "\x84\xf0", "\x84\xf1", "\x84\xf2", "\x84\xf3", "\x84\xf4", + "\x84\xf5", "\x84\xf6", "\x84\xf7", "\x84\xf8", "\x84\xf9", "\x84\xfa", + "\x84\xfb", "\x84\xfc", "\x84\xfd", "\x84\xfe", "\x85\x41", "\x85\x42", + "\x85\x43", "\x85\x44", "\x85\x45", "\x85\x46", "\x85\x47", "\x85\x48", + "\x85\x49", "\x85\x4a", "\x85\x4b", "\x85\x4c", "\x85\x4d", "\x85\x4e", + "\x85\x4f", "\x85\x50", "\x85\x51", "\x85\x52", "\x85\x53", "\x85\x54", + "\x85\x55", "\x85\x56", "\x85\x57", "\x85\x58", "\x85\x59", "\x85\x5a", + "\x85\x5b", "\x85\x5c", "\x85\x5d", "\x85\x5e", "\x85\x5f", "\x85\x60", + "\x85\x61", "\x85\x62", "\x85\x63", "\x85\x64", "\x85\x65", "\x85\x66", + "\x85\x67", "\x85\x68", "\x85\x69", "\x85\x6a", "\x85\x6b", "\x85\x6c", + "\x85\x6d", "\x85\x6e", "\x85\x6f", "\x85\x70", "\x85\x71", "\x85\x72", + "\x85\x73", "\x85\x74", "\x85\x75", "\x85\x76", "\x85\x77", "\x85\x78", + "\x85\x79", "\x85\x7a", "\x85\x7b", "\x85\x7c", "\x85\x7d", "\x85\x7e", + "\x85\x7f", "\x85\x80", "\x85\x81", "\x85\x82", "\x85\x83", "\x85\x84", + "\x85\x85", "\x85\x86", "\x85\x87", "\x85\x88", "\x85\x89", "\x85\x8a", + "\x85\x8b", "\x85\x8c", "\x85\x8d", "\x85\x8e", "\x85\x8f", "\x85\x90", + "\x85\x91", "\x85\x92", "\x85\x93", "\x85\x94", "\x85\x95", "\x85\x96", + "\x85\x97", "\x85\x98", "\x85\x99", "\x85\x9a", "\x85\x9b", "\x85\x9c", + "\x85\x9d", "\x85\x9e", "\x85\x9f", "\x85\xa0", "\x85\xa1", "\x85\xa2", + "\x85\xa3", "\x85\xa4", "\x85\xa5", "\x85\xa6", "\x85\xa7", "\x85\xa8", + "\x85\xa9", "\x85\xaa", "\x85\xab", "\x85\xac", "\x85\xad", "\x85\xae", + "\x85\xaf", "\x85\xb0", "\x85\xb1", "\x85\xb2", "\x85\xb3", "\x85\xb4", + "\x85\xb5", "\x85\xb6", "\x85\xb7", "\x85\xb8", "\x85\xb9", "\x85\xba", + "\x85\xbb", "\x85\xbc", "\x85\xbd", "\x85\xbe", "\x85\xbf", "\x85\xc0", + "\x85\xc1", "\x85\xc2", "\x85\xc3", "\x85\xc4", "\x85\xc5", "\x85\xc6", + "\x85\xc7", "\x85\xc8", "\x85\xc9", "\x85\xca", "\x85\xcb", "\x85\xcc", + "\x85\xcd", "\x85\xce", "\x85\xcf", "\x85\xd0", "\x85\xd1", "\x85\xd2", + "\x85\xd3", "\x85\xd4", "\x85\xd5", "\x85\xd6", "\x85\xd7", "\x85\xd8", + "\x85\xd9", "\x85\xda", "\x85\xdb", "\x85\xdc", "\x85\xdd", "\x85\xde", + "\x85\xdf", "\x85\xe0", "\x85\xe1", "\x85\xe2", "\x85\xe3", "\x85\xe4", + "\x85\xe5", "\x85\xe6", "\x85\xe7", "\x85\xe8", "\x85\xe9", "\x85\xea", + "\x85\xeb", "\x85\xec", "\x85\xed", "\x85\xee", "\x85\xef", "\x85\xf0", + "\x85\xf1", "\x85\xf2", "\x85\xf3", "\x85\xf4", "\x85\xf5", "\x85\xf6", + "\x85\xf7", "\x85\xf8", "\x85\xf9", "\x85\xfa", "\x85\xfb", "\x85\xfc", + "\x85\xfd", "\x85\xfe", "\x86\x41", "\x86\x42", "\x86\x43", "\x86\x44", + "\x86\x45", "\x86\x46", "\x86\x47", "\x86\x48", "\x86\x49", "\x86\x4a", + "\x86\x4b", "\x86\x4c", "\x86\x4d", "\x86\x4e", "\x86\x4f", "\x86\x50", + "\x86\x51", "\x86\x52", "\x86\x53", "\x86\x54", "\x86\x55", "\x86\x56", + "\x86\x57", "\x86\x58", "\x86\x59", "\x86\x5a", "\x86\x5b", "\x86\x5c", + "\x86\x5d", "\x86\x5e", "\x86\x5f", "\x86\x60", "\x86\x61", "\x86\x62", + "\x86\x63", "\x86\x64", "\x86\x65", "\x86\x66", "\x86\x67", "\x86\x68", + "\x86\x69", "\x86\x6a", "\x86\x6b", "\x86\x6c", "\x86\x6d", "\x86\x6e", + "\x86\x6f", "\x86\x70", "\x86\x71", "\x86\x72", "\x86\x73", "\x86\x74", + "\x86\x75", "\x86\x76", "\x86\x77", "\x86\x78", "\x86\x79", "\x86\x7a", + "\x86\x7b", "\x86\x7c", "\x86\x7d", "\x86\x7e", "\x86\x7f", "\x86\x80", + "\x86\x81", "\x86\x82", "\x86\x83", "\x86\x84", "\x86\x85", "\x86\x86", + "\x86\x87", "\x86\x88", "\x86\x89", "\x86\x8a", "\x86\x8b", "\x86\x8c", + "\x86\x8d", "\x86\x8e", "\x86\x8f", "\x86\x90", "\x86\x91", "\x86\x92", + "\x86\x93", "\x86\x94", "\x86\x95", "\x86\x96", "\x86\x97", "\x86\x98", + "\x86\x99", "\x86\x9a", "\x86\x9b", "\x86\x9c", "\x86\x9d", "\x86\x9e", + "\x86\x9f", "\x86\xa0", "\x86\xa1", "\x86\xa2", "\x86\xa3", "\x86\xa4", + "\x86\xa5", "\x86\xa6", "\x86\xa7", "\x86\xa8", "\x86\xa9", "\x86\xaa", + "\x86\xab", "\x86\xac", "\x86\xad", "\x86\xae", "\x86\xaf", "\x86\xb0", + "\x86\xb1", "\x86\xb2", "\x86\xb3", "\x86\xb4", "\x86\xb5", "\x86\xb6", + "\x86\xb7", "\x86\xb8", "\x86\xb9", "\x86\xba", "\x86\xbb", "\x86\xbc", + "\x86\xbd", "\x86\xbe", "\x86\xbf", "\x86\xc0", "\x86\xc1", "\x86\xc2", + "\x86\xc3", "\x86\xc4", "\x86\xc5", "\x86\xc6", "\x86\xc7", "\x86\xc8", + "\x86\xc9", "\x86\xca", "\x86\xcb", "\x86\xcc", "\x86\xcd", "\x86\xce", + "\x86\xcf", "\x86\xd0", "\x86\xd1", "\x86\xd2", "\x86\xd3", "\x86\xd4", + "\x86\xd5", "\x86\xd6", "\x86\xd7", "\x86\xd8", "\x86\xd9", "\x86\xda", + "\x86\xdb", "\x86\xdc", "\x86\xdd", "\x86\xde", "\x86\xdf", "\x86\xe0", + "\x86\xe1", "\x86\xe2", "\x86\xe3", "\x86\xe4", "\x86\xe5", "\x86\xe6", + "\x86\xe7", "\x86\xe8", "\x86\xe9", "\x86\xea", "\x86\xeb", "\x86\xec", + "\x86\xed", "\x86\xee", "\x86\xef", "\x86\xf0", "\x86\xf1", "\x86\xf2", + "\x86\xf3", "\x86\xf4", "\x86\xf5", "\x86\xf6", "\x86\xf7", "\x86\xf8", + "\x86\xf9", "\x86\xfa", "\x86\xfb", "\x86\xfc", "\x86\xfd", "\x86\xfe", + "\x87\x41", "\x87\x42", "\x87\x43", "\x87\x44", "\x87\x45", "\x87\x46", + "\x87\x47", "\x87\x48", "\x87\x49", "\x87\x4a", "\x87\x4b", "\x87\x4c", + "\x87\x4d", "\x87\x4e", "\x87\x4f", "\x87\x50", "\x87\x51", "\x87\x52", + "\x87\x53", "\x87\x54", "\x87\x55", "\x87\x56", "\x87\x57", "\x87\x58", + "\x87\x59", "\x87\x5a", "\x87\x5b", "\x87\x5c", "\x87\x5d", "\x87\x5e", + "\x87\x5f", "\x87\x60", "\x87\x61", "\x87\x62", "\x87\x63", "\x87\x64", + "\x87\x65", "\x87\x66", "\x87\x67", "\x87\x68", "\x87\x69", "\x87\x6a", + "\x87\x6b", "\x87\x6c", "\x87\x6d", "\x87\x6e", "\x87\x6f", "\x87\x70", + "\x87\x71", "\x87\x72", "\x87\x73", "\x87\x74", "\x87\x75", "\x87\x76", + "\x87\x77", "\x87\x78", "\x87\x79", "\x87\x7a", "\x87\x7b", "\x87\x7c", + "\x87\x7d", "\x87\x7e", "\x87\x7f", "\x87\x80", "\x87\x81", "\x87\x82", + "\x87\x83", "\x87\x84", "\x87\x85", "\x87\x86", "\x87\x87", "\x87\x88", + "\x87\x89", "\x87\x8a", "\x87\x8b", "\x87\x8c", "\x87\x8d", "\x87\x8e", + "\x87\x8f", "\x87\x90", "\x87\x91", "\x87\x92", "\x87\x93", "\x87\x94", + "\x87\x95", "\x87\x96", "\x87\x97", "\x87\x98", "\x87\x99", "\x87\x9a", + "\x87\x9b", "\x87\x9c", "\x87\x9d", "\x87\x9e", "\x87\x9f", "\x87\xa0", + "\x87\xa1", "\x87\xa2", "\x87\xa3", "\x87\xa4", "\x87\xa5", "\x87\xa6", + "\x87\xa7", "\x87\xa8", "\x87\xa9", "\x87\xaa", "\x87\xab", "\x87\xac", + "\x87\xad", "\x87\xae", "\x87\xaf", "\x87\xb0", "\x87\xb1", "\x87\xb2", + "\x87\xb3", "\x87\xb4", "\x87\xb5", "\x87\xb6", "\x87\xb7", "\x87\xb8", + "\x87\xb9", "\x87\xba", "\x87\xbb", "\x87\xbc", "\x87\xbd", "\x87\xbe", + "\x87\xbf", "\x87\xc0", "\x87\xc1", "\x87\xc2", "\x87\xc3", "\x87\xc4", + "\x87\xc5", "\x87\xc6", "\x87\xc7", "\x87\xc8", "\x87\xc9", "\x87\xca", + "\x87\xcb", "\x87\xcc", "\x87\xcd", "\x87\xce", "\x87\xcf", "\x87\xd0", + "\x87\xd1", "\x87\xd2", "\x87\xd3", "\x87\xd4", "\x87\xd5", "\x87\xd6", + "\x87\xd7", "\x87\xd8", "\x87\xd9", "\x87\xda", "\x87\xdb", "\x87\xdc", + "\x87\xdd", "\x87\xde", "\x87\xdf", "\x87\xe0", "\x87\xe1", "\x87\xe2", + "\x87\xe3", "\x87\xe4", "\x87\xe5", "\x87\xe6", "\x87\xe7", "\x87\xe8", + "\x87\xe9", "\x87\xea", "\x87\xeb", "\x87\xec", "\x87\xed", "\x87\xee", + "\x87\xef", "\x87\xf0", "\x87\xf1", "\x87\xf2", "\x87\xf3", "\x87\xf4", + "\x87\xf5", "\x87\xf6", "\x87\xf7", "\x87\xf8", "\x87\xf9", "\x87\xfa", + "\x87\xfb", "\x87\xfc", "\x87\xfd", "\x87\xfe", "\x88\x41", "\x88\x42", + "\x88\x43", "\x88\x44", "\x88\x45", "\x88\x46", "\x88\x47", "\x88\x48", + "\x88\x49", "\x88\x4a", "\x88\x4b", "\x88\x4c", "\x88\x4d", "\x88\x4e", + "\x88\x4f", "\x88\x50", "\x88\x51", "\x88\x52", "\x88\x53", "\x88\x54", + "\x88\x55", "\x88\x56", "\x88\x57", "\x88\x58", "\x88\x59", "\x88\x5a", + "\x88\x5b", "\x88\x5c", "\x88\x5d", "\x88\x5e", "\x88\x5f", "\x88\x60", + "\x88\x61", "\x88\x62", "\x88\x63", "\x88\x64", "\x88\x65", "\x88\x66", + "\x88\x67", "\x88\x68", "\x88\x69", "\x88\x6a", "\x88\x6b", "\x88\x6c", + "\x88\x6d", "\x88\x6e", "\x88\x6f", "\x88\x70", "\x88\x71", "\x88\x72", + "\x88\x73", "\x88\x74", "\x88\x75", "\x88\x76", "\x88\x77", "\x88\x78", + "\x88\x79", "\x88\x7a", "\x88\x7b", "\x88\x7c", "\x88\x7d", "\x88\x7e", + "\x88\x7f", "\x88\x80", "\x88\x81", "\x88\x82", "\x88\x83", "\x88\x84", + "\x88\x85", "\x88\x86", "\x88\x87", "\x88\x88", "\x88\x89", "\x88\x8a", + "\x88\x8b", "\x88\x8c", "\x88\x8d", "\x88\x8e", "\x88\x8f", "\x88\x90", + "\x88\x91", "\x88\x92", "\x88\x93", "\x88\x94", "\x88\x95", "\x88\x96", + "\x88\x97", "\x88\x98", "\x88\x99", "\x88\x9a", "\x88\x9b", "\x88\x9c", + "\x88\x9d", "\x88\x9e", "\x88\x9f", "\x88\xa0", "\x88\xa1", "\x88\xa2", + "\x88\xa3", "\x88\xa4", "\x88\xa5", "\x88\xa6", "\x88\xa7", "\x88\xa8", + "\x88\xa9", "\x88\xaa", "\x88\xab", "\x88\xac", "\x88\xad", "\x88\xae", + "\x88\xaf", "\x88\xb0", "\x88\xb1", "\x88\xb2", "\x88\xb3", "\x88\xb4", + "\x88\xb5", "\x88\xb6", "\x88\xb7", "\x88\xb8", "\x88\xb9", "\x88\xba", + "\x88\xbb", "\x88\xbc", "\x88\xbd", "\x88\xbe", "\x88\xbf", "\x88\xc0", + "\x88\xc1", "\x88\xc2", "\x88\xc3", "\x88\xc4", "\x88\xc5", "\x88\xc6", + "\x88\xc7", "\x88\xc8", "\x88\xc9", "\x88\xca", "\x88\xcb", "\x88\xcc", + "\x88\xcd", "\x88\xce", "\x88\xcf", "\x88\xd0", "\x88\xd1", "\x88\xd2", + "\x88\xd3", "\x88\xd4", "\x88\xd5", "\x88\xd6", "\x88\xd7", "\x88\xd8", + "\x88\xd9", "\x88\xda", "\x88\xdb", "\x88\xdc", "\x88\xdd", "\x88\xde", + "\x88\xdf", "\x88\xe0", "\x88\xe1", "\x88\xe2", "\x88\xe3", "\x88\xe4", + "\x88\xe5", "\x88\xe6", "\x88\xe7", "\x88\xe8", "\x88\xe9", "\x88\xea", + "\x88\xeb", "\x88\xec", "\x88\xed", "\x88\xee", "\x88\xef", "\x88\xf0", + "\x88\xf1", "\x88\xf2", "\x88\xf3", "\x88\xf4", "\x88\xf5", "\x88\xf6", + "\x88\xf7", "\x88\xf8", "\x88\xf9", "\x88\xfa", "\x88\xfb", "\x88\xfc", + "\x88\xfd", "\x88\xfe", "\x89\x41", "\x89\x42", "\x89\x43", "\x89\x44", + "\x89\x45", "\x89\x46", "\x89\x47", "\x89\x48", "\x89\x49", "\x89\x4a", + "\x89\x4b", "\x89\x4c", "\x89\x4d", "\x89\x4e", "\x89\x4f", "\x89\x50", + "\x89\x51", "\x89\x52", "\x89\x53", "\x89\x54", "\x89\x55", "\x89\x56", + "\x89\x57", "\x89\x58", "\x89\x59", "\x89\x5a", "\x89\x5b", "\x89\x5c", + "\x89\x5d", "\x89\x5e", "\x89\x5f", "\x89\x60", "\x89\x61", "\x89\x62", + "\x89\x63", "\x89\x64", "\x89\x65", "\x89\x66", "\x89\x67", "\x89\x68", + "\x89\x69", "\x89\x6a", "\x89\x6b", "\x89\x6c", "\x89\x6d", "\x89\x6e", + "\x89\x6f", "\x89\x70", "\x89\x71", "\x89\x72", "\x89\x73", "\x89\x74", + "\x89\x75", "\x89\x76", "\x89\x77", "\x89\x78", "\x89\x79", "\x89\x7a", + "\x89\x7b", "\x89\x7c", "\x89\x7d", "\x89\x7e", "\x89\x7f", "\x89\x80", + "\x89\x81", "\x89\x82", "\x89\x83", "\x89\x84", "\x89\x85", "\x89\x86", + "\x89\x87", "\x89\x88", "\x89\x89", "\x89\x8a", "\x89\x8b", "\x89\x8c", + "\x89\x8d", "\x89\x8e", "\x89\x8f", "\x89\x90", "\x89\x91", "\x89\x92", + "\x89\x93", "\x89\x94", "\x89\x95", "\x89\x96", "\x89\x97", "\x89\x98", + "\x89\x99", "\x89\x9a", "\x89\x9b", "\x89\x9c", "\x89\x9d", "\x89\x9e", + "\x89\x9f", "\x89\xa0", "\x89\xa1", "\x89\xa2", "\x89\xa3", "\x89\xa4", + "\x89\xa5", "\x89\xa6", "\x89\xa7", "\x89\xa8", "\x89\xa9", "\x89\xaa", + "\x89\xab", "\x89\xac", "\x89\xad", "\x89\xae", "\x89\xaf", "\x89\xb0", + "\x89\xb1", "\x89\xb2", "\x89\xb3", "\x89\xb4", "\x89\xb5", "\x89\xb6", + "\x89\xb7", "\x89\xb8", "\x89\xb9", "\x89\xba", "\x89\xbb", "\x89\xbc", + "\x89\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x6e", "\xb4\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x54", "\x5b\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xbc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xef", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x74", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x8e", + "\x58\x77", "\x58\x82", "\x59\x80", "\x5b\xae", "\x5c\x66", "\x5c\x78", + "\x5e\x49", "\x5e\x8a", "\x5f\x7a", "\x5f\xd2", "\x5f\xd5", "\x5f\xd9", + "\x5f\xdd", "\x60\x59", "\x60\xad", "\x61\x77", "\x62\xb9", "\x62\xce", + "\x62\xe2", "\x63\xee", "\x64\x8e", "\x64\xf1", "\x65\x49", "\x65\x66", + "\x65\xb8", "\x65\xc6", "\x66\x78", "\x66\xdd", "\x66\xdf", "\x66\xe6", + "\x67\xf4", "\x00\x00", "\x00\x00", "\xb3\x54", "\xb3\x63", "\xb3\x69", + "\xb3\x7b", "\xb3\x7f", "\xb3\x83", "\xb3\x9e", "\xb3\xa5", "\xb3\xac", + "\xb3\xbf", "\xb3\xc2", "\xb3\xe7", "\xb3\xe8", "\xb4\x61", "\xb4\x66", + "\xb4\x67", "\xb4\x6a", "\xb4\x85", "\xb4\x89", "\xb4\x97", "\xb4\xb3", + "\xb5\x49", "\xb5\x59", "\xb5\x62", "\xb5\x7c", "\xb5\x82", "\xb5\x96", + "\xb5\xce", "\xb5\xd6", "\xb5\xd8", "\xb5\xd7", "\xb5\xd9", "\xb5\xda", + "\xb5\xdb", "\xb5\xdd", "\xb5\xde", "\xb5\xe7", "\xb5\xe8", "\xb5\xfb", + "\xb6\x5b", "\xb6\x5d", "\xb6\x5f", "\xb6\x65", "\xb6\x6a", "\xb6\x83", + "\xb6\x94", "\xb6\x95", "\xb6\xa3", "\xb6\xd9", "\xb6\xe0", "\xb6\xe6", + "\xb6\xe9", "\xb6\xf3", "\xb6\xf6", "\xb7\x4d", "\xb7\x4f", "\xb7\x82", + "\xb7\x89", "\xb7\x8d", "\xe9\xa3", "\xe9\xa4", "\xec\xaa", "\xec\xab", + "\x42\x5a", "\x42\x7f", "\x42\x7b", "\x42\xe0", "\x42\x6c", "\x42\x50", + "\x42\x7d", "\x42\x4d", "\x42\x5d", "\x42\x5c", "\x42\x4e", "\x42\x6b", + "\xe9\xf3", "\x42\x4b", "\x42\x61", "\x42\xf0", "\x42\xf1", "\x42\xf2", + "\x42\xf3", "\x42\xf4", "\x42\xf5", "\x42\xf6", "\x42\xf7", "\x42\xf8", + "\x42\xf9", "\x42\x7a", "\x42\x5e", "\x42\x4c", "\x42\x7e", "\x42\x6e", + "\x42\x6f", "\x42\x7c", "\x42\xc1", "\x42\xc2", "\x42\xc3", "\x42\xc4", + "\x42\xc5", "\x42\xc6", "\x42\xc7", "\x42\xc8", "\x42\xc9", "\x42\xd1", + "\x42\xd2", "\x42\xd3", "\x42\xd4", "\x42\xd5", "\x42\xd6", "\x42\xd7", + "\x42\xd8", "\x42\xd9", "\x42\xe2", "\x42\xe3", "\x42\xe4", "\x42\xe5", + "\x42\xe6", "\x42\xe7", "\x42\xe8", "\x42\xe9", "\x44\x44", "\x43\xe0", + "\x44\x45", "\x44\x70", "\x42\x6d", "\x42\x79", "\x42\x81", "\x42\x82", + "\x42\x83", "\x42\x84", "\x42\x85", "\x42\x86", "\x42\x87", "\x42\x88", + "\x42\x89", "\x42\x91", "\x42\x92", "\x42\x93", "\x42\x94", "\x42\x95", + "\x42\x96", "\x42\x97", "\x42\x98", "\x42\x99", "\x42\xa2", "\x42\xa3", + "\x42\xa4", "\x42\xa5", "\x42\xa6", "\x42\xa7", "\x42\xa8", "\x42\xa9", + "\x42\xc0", "\x42\x4f", "\x42\xd0", "\xe9\xf4", "\xe9\xf7", "\xe9\xf8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x43\x4a", "\x42\x4a", "\x42\x5f", "\x42\xa1", "\xe9\xf5", + "\x42\x5b", "\xb3\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\x48", "\x00\x00", "\xb3\x49", "\xb3\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x53", "\xb3\x5d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x60", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x67", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x68", "\xb3\x6b", + "\xb3\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x73", "\xb3\x76", + "\xb3\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x80", "\xb3\x82", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\x84", "\xb3\x88", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x89", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x8d", "\xb3\x9b", "\xb3\x9f", + "\xb3\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xa3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xa4", "\xb3\xa8", "\xb3\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xb6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xb7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xba", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xbe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xc0", "\xb3\xc5", + "\xb3\xc6", "\xb3\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd6", "\xb3\xd9", + "\xb3\xda", "\xb3\xe4", "\xb3\xe9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xea", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xec", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xf0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xf4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xf5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xf9", "\xb3\xfa", "\xb4\x44", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x46", "\xb4\x49", "\xb4\x50", "\xb4\x52", "\xb4\x56", "\xb4\x5a", + "\xb4\x62", "\xb4\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x69", "\xb4\x6c", "\xb4\x72", + "\xb4\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x77", "\xb4\x78", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x7c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x7d", "\xb4\x80", "\xb4\x91", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x93", "\xb4\x94", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x96", + "\xb4\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xa1", "\x00\x00", + "\xb4\xa2", "\xb4\xa3", "\x00\x00", "\xb4\xa4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xaf", "\xb4\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xb1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xbf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xc4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xd2", "\xb4\xd3", "\xb4\xd4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xd5", + "\xb4\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xdd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xde", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xdf", "\xb4\xe0", "\xb4\xe3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xe7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xe8", "\xb4\xf0", "\xb4\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x43", "\x00\x00", + "\xb5\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x45", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x4f", "\xb5\x55", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x57", "\xb5\x58", "\xb5\x66", "\xb5\x6c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x6e", + "\xb5\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x74", "\xb5\x7f", "\xb5\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x86", "\xb5\x8e", "\xb5\x91", "\xb5\x9a", + "\xb5\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x9f", "\xb5\xa0", "\xb5\xa4", "\xb5\xae", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xb4", "\xb5\xb9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xba", "\xb5\xbb", "\xb5\xbd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xbe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xc0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xc2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xc4", "\xb5\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xcf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xd0", "\xb5\xd3", "\xb5\xe1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xe4", "\xb5\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xea", + "\xb5\xee", "\xb5\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xf0", "\xb5\xf9", "\xb5\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xfd", + "\xb6\x44", "\xb6\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x48", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x49", + "\x00\x00", "\x00\x00", "\xb6\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x4b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x4c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x51", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x59", + "\xb6\x5e", "\xb6\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x64", + "\xb6\x66", "\xb6\x68", "\xb6\x72", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x75", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7b", + "\xb6\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\x86", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x8a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x8e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x91", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x97", "\xb6\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xa1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xa4", "\xb6\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xac", "\xb6\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xb1", "\xb6\xb2", "\xb6\xb3", "\xb6\xb7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xb8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xba", "\xb6\xc5", "\xb6\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xcb", "\xb6\xd1", + "\xb6\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xd4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xd6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xda", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xdd", + "\xb6\xe4", "\xb6\xe7", "\xb6\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xf0", "\xb6\xf1", + "\xb6\xf4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xf7", "\xb6\xf9", + "\xb6\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xfd", "\xb7\x43", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x47", "\xb7\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x4b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x4e", + "\xb7\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x51", "\xb7\x52", "\xb7\x54", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x56", "\xb7\x59", + "\x00\x00", "\x00\x00", "\xb7\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x5e", "\xb7\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x60", "\xb7\x61", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x64", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x65", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x69", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6d", + "\xb7\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x71", "\xb7\x73", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x74", "\xb7\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x7a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x7d", "\xb7\x80", "\xb7\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x88", "\xb7\x8c", "\xb7\x8f", "\xb7\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x98", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x9a", "\xb7\x9c", "\xb7\xa7", + "\xb7\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xae", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xaf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\xb5", "\xb7\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xbb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xbd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xbf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\xc2", "\xb7\xc6", "\xb7\xc9", "\xb7\xcc", "\xb7\xce", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xd0", "\xb7\xd1" +}; + +struct combine +{ + uint32_t res1; + uint16_t res2; + char ch[2]; +}; +static const struct combine __ucs4_combined_to_ibm1390db[] = +{ + { .res1 = 0x000000e6, .res2 = 0x0300, .ch = "\xec\xc3" }, + { .res1 = 0x00000254, .res2 = 0x0300, .ch = "\xec\xc4" }, + { .res1 = 0x00000254, .res2 = 0x0301, .ch = "\xec\xc5" }, + { .res1 = 0x00000259, .res2 = 0x0300, .ch = "\xec\xc8" }, + { .res1 = 0x00000259, .res2 = 0x0301, .ch = "\xec\xc9" }, + { .res1 = 0x0000025a, .res2 = 0x0300, .ch = "\xec\xca" }, + { .res1 = 0x0000025a, .res2 = 0x0301, .ch = "\xec\xcb" }, + { .res1 = 0x0000028c, .res2 = 0x0300, .ch = "\xec\xc6" }, + { .res1 = 0x0000028c, .res2 = 0x0301, .ch = "\xec\xc7" }, + { .res1 = 0x000002e5, .res2 = 0x02e9, .ch = "\xec\xcd" }, + { .res1 = 0x000002e9, .res2 = 0x02e5, .ch = "\xec\xcc" }, + { .res1 = 0x0000304b, .res2 = 0x309a, .ch = "\xec\xb5" }, + { .res1 = 0x0000304d, .res2 = 0x309a, .ch = "\xec\xb6" }, + { .res1 = 0x0000304f, .res2 = 0x309a, .ch = "\xec\xb7" }, + { .res1 = 0x00003051, .res2 = 0x309a, .ch = "\xec\xb8" }, + { .res1 = 0x00003053, .res2 = 0x309a, .ch = "\xec\xb9" }, + { .res1 = 0x000030ab, .res2 = 0x309a, .ch = "\xec\xba" }, + { .res1 = 0x000030ad, .res2 = 0x309a, .ch = "\xec\xbb" }, + { .res1 = 0x000030af, .res2 = 0x309a, .ch = "\xec\xbc" }, + { .res1 = 0x000030b1, .res2 = 0x309a, .ch = "\xec\xbd" }, + { .res1 = 0x000030b3, .res2 = 0x309a, .ch = "\xec\xbe" }, + { .res1 = 0x000030bb, .res2 = 0x309a, .ch = "\xec\xbf" }, + { .res1 = 0x000030c4, .res2 = 0x309a, .ch = "\xec\xc0" }, + { .res1 = 0x000030c8, .res2 = 0x309a, .ch = "\xec\xc1" }, + { .res1 = 0x000031f7, .res2 = 0x309a, .ch = "\xec\xc2" }, + { .res1 = 0xffffffff, .res2 = 0xffff, .ch = "\x00\x00" } +}; + +#endif /* _IBM1390_H */ diff --git a/iconvdata/ibm1399.c b/iconvdata/ibm1399.c new file mode 100644 index 0000000000..71a3aff976 --- /dev/null +++ b/iconvdata/ibm1399.c @@ -0,0 +1,36 @@ +/* Conversion from and to IBM1399. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#define DATA_HEADER "ibm1399.h" +#define CHARSET_NAME "IBM1399//" +#define FROM_LOOP from_ibm1399 +#define TO_LOOP to_ibm1399 +#define SB_TO_UCS4 __ibm1399sb_to_ucs4 +#define DB_TO_UCS4_IDX __ibm1399db_to_ucs4_idx +#define DB_TO_UCS4 __ibm1399db_to_ucs4 +#define UCS4_TO_SB_IDX __ucs4_to_ibm1399sb_idx +#define UCS4_TO_SB __ucs4_to_ibm1399sb +#define UCS4_TO_DB_IDX __ucs4_to_ibm1399db_idx +#define UCS4_TO_DB __ucs4_to_ibm1399db +#define DB_TO_UCS4_COMB __ibm1399db_to_ucs4_combined +#define UCS4_COMB_TO_DB __ucs4_combined_to_ibm1399db +#define UCS_LIMIT 0xffffffff + +#include "ibm1364.c" diff --git a/iconvdata/ibm1399.h b/iconvdata/ibm1399.h new file mode 100644 index 0000000000..e8e863ab5d --- /dev/null +++ b/iconvdata/ibm1399.h @@ -0,0 +1,15606 @@ +/* Tables for conversion from and to IBM1399. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#ifndef _IBM1399_H +#define _IBM1399_H 1 + +struct gap +{ + uint32_t start; + uint32_t end; + int32_t idx; +}; + +static const uint32_t __ibm1399sb_to_ucs4[256] = +{ + /* 0x00 */ 0x00000000, 0x00000001, 0x00000002, 0x00000003, + /* 0x04 */ 0x0000009c, 0x00000009, 0x00000086, 0x0000007f, + /* 0x08 */ 0x00000097, 0x0000008d, 0x0000008e, 0x0000000b, + /* 0x0c */ 0x0000000c, 0x0000000d, 0x0000000e, 0x0000000f, + /* 0x10 */ 0x00000010, 0x00000011, 0x00000012, 0x00000013, + /* 0x14 */ 0x0000009d, 0x00000085, 0x00000008, 0x00000087, + /* 0x18 */ 0x00000018, 0x00000019, 0x00000092, 0x0000008f, + /* 0x1c */ 0x0000001c, 0x0000001d, 0x0000001e, 0x0000001f, + /* 0x20 */ 0x00000080, 0x00000081, 0x00000082, 0x00000083, + /* 0x24 */ 0x00000084, 0x0000000a, 0x00000017, 0x0000001b, + /* 0x28 */ 0x00000088, 0x00000089, 0x0000008a, 0x0000008b, + /* 0x2c */ 0x0000008c, 0x00000005, 0x00000006, 0x00000007, + /* 0x30 */ 0x00000090, 0x00000091, 0x00000016, 0x00000093, + /* 0x34 */ 0x00000094, 0x00000095, 0x00000096, 0x00000004, + /* 0x38 */ 0x00000098, 0x00000099, 0x0000009a, 0x0000009b, + /* 0x3c */ 0x00000014, 0x00000015, 0x0000009e, 0x0000001a, + /* 0x40 */ 0x00000020, 0x0000001a, 0x0000ff61, 0x0000ff62, + /* 0x44 */ 0x0000ff63, 0x0000ff64, 0x0000ff65, 0x0000ff66, + /* 0x48 */ 0x0000ff67, 0x0000ff68, 0x000000a2, 0x0000002e, + /* 0x4c */ 0x0000003c, 0x00000028, 0x0000002b, 0x0000007c, + /* 0x50 */ 0x00000026, 0x0000ff69, 0x0000ff6a, 0x0000ff6b, + /* 0x54 */ 0x0000ff6c, 0x0000ff6d, 0x0000ff6e, 0x0000ff6f, + /* 0x58 */ 0x0000ff70, 0x0000ff71, 0x00000021, 0x00000024, + /* 0x5c */ 0x0000002a, 0x00000029, 0x0000003b, 0x000000ac, + /* 0x60 */ 0x0000002d, 0x0000002f, 0x0000ff72, 0x0000ff73, + /* 0x64 */ 0x0000ff74, 0x0000ff75, 0x0000ff76, 0x0000ff77, + /* 0x68 */ 0x0000ff78, 0x0000ff79, 0x0000001a, 0x0000002c, + /* 0x6c */ 0x00000025, 0x0000005f, 0x0000003e, 0x0000003f, + /* 0x70 */ 0x0000ff7a, 0x0000ff7b, 0x0000ff7c, 0x0000ff7d, + /* 0x74 */ 0x0000ff7e, 0x0000ff7f, 0x0000ff80, 0x0000ff81, + /* 0x78 */ 0x0000ff82, 0x00000060, 0x0000003a, 0x00000023, + /* 0x7c */ 0x00000040, 0x00000027, 0x0000003d, 0x00000022, + /* 0x80 */ 0x0000001a, 0x00000061, 0x00000062, 0x00000063, + /* 0x84 */ 0x00000064, 0x00000065, 0x00000066, 0x00000067, + /* 0x88 */ 0x00000068, 0x00000069, 0x0000ff83, 0x0000ff84, + /* 0x8c */ 0x0000ff85, 0x0000ff86, 0x0000ff87, 0x0000ff88, + /* 0x90 */ 0x0000001a, 0x0000006a, 0x0000006b, 0x0000006c, + /* 0x94 */ 0x0000006d, 0x0000006e, 0x0000006f, 0x00000070, + /* 0x98 */ 0x00000071, 0x00000072, 0x0000ff89, 0x0000ff8a, + /* 0x9c */ 0x0000ff8b, 0x0000ff8c, 0x0000ff8d, 0x0000ff8e, + /* 0xa0 */ 0x0000203e, 0x0000007e, 0x00000073, 0x00000074, + /* 0xa4 */ 0x00000075, 0x00000076, 0x00000077, 0x00000078, + /* 0xa8 */ 0x00000079, 0x0000007a, 0x0000ff8f, 0x0000ff90, + /* 0xac */ 0x0000ff91, 0x0000005b, 0x0000ff92, 0x0000ff93, + /* 0xb0 */ 0x0000005e, 0x000000a3, 0x000000a5, 0x0000ff94, + /* 0xb4 */ 0x0000ff95, 0x0000ff96, 0x0000ff97, 0x0000ff98, + /* 0xb8 */ 0x0000ff99, 0x0000ff9a, 0x0000ff9b, 0x0000ff9c, + /* 0xbc */ 0x0000ff9d, 0x0000005d, 0x0000ff9e, 0x0000ff9f, + /* 0xc0 */ 0x0000007b, 0x00000041, 0x00000042, 0x00000043, + /* 0xc4 */ 0x00000044, 0x00000045, 0x00000046, 0x00000047, + /* 0xc8 */ 0x00000048, 0x00000049, 0x0000001a, 0x0000001a, + /* 0xcc */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, + /* 0xd0 */ 0x0000007d, 0x0000004a, 0x0000004b, 0x0000004c, + /* 0xd4 */ 0x0000004d, 0x0000004e, 0x0000004f, 0x00000050, + /* 0xd8 */ 0x00000051, 0x00000052, 0x0000001a, 0x0000001a, + /* 0xdc */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, + /* 0xe0 */ 0x0000005c, 0x000020ac, 0x00000053, 0x00000054, + /* 0xe4 */ 0x00000055, 0x00000056, 0x00000057, 0x00000058, + /* 0xe8 */ 0x00000059, 0x0000005a, 0x0000001a, 0x0000001a, + /* 0xec */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, + /* 0xf0 */ 0x00000030, 0x00000031, 0x00000032, 0x00000033, + /* 0xf4 */ 0x00000034, 0x00000035, 0x00000036, 0x00000037, + /* 0xf8 */ 0x00000038, 0x00000039, 0x0000001a, 0x0000001a, + /* 0xfc */ 0x0000001a, 0x0000001a, 0x0000001a, 0x0000009f +}; + +static const struct gap __ibm1399db_to_ucs4_idx[] = +{ + { .start = 0x00004040, .end = 0x00004040, .idx = -16448 }, + { .start = 0x00004141, .end = 0x00006885, .idx = -16704 }, + { .start = 0x00006941, .end = 0x000089bd, .idx = -16891 }, + { .start = 0x0000b341, .end = 0x0000d54c, .idx = -27518 }, + { .start = 0x0000d641, .end = 0x0000d795, .idx = -27762 }, + { .start = 0x0000d88c, .end = 0x0000daeb, .idx = -28008 }, + { .start = 0x0000dc62, .end = 0x0000dc65, .idx = -28382 }, + { .start = 0x0000dda4, .end = 0x0000e146, .idx = -28700 }, + { .start = 0x0000e270, .end = 0x0000e4cc, .idx = -28997 }, + { .start = 0x0000e5a3, .end = 0x0000e7cc, .idx = -29211 }, + { .start = 0x0000e861, .end = 0x0000eae4, .idx = -29359 }, + { .start = 0x0000eb77, .end = 0x0000eb78, .idx = -29505 }, + { .start = 0x0000ec44, .end = 0x0000eccd, .idx = -29708 }, + { .start = 0xffffffff, .end = 0xffffffff, .idx = 0 } +}; + +static const uint32_t __ibm1399db_to_ucs4[] = +{ + 0x00003000, 0x000003b1, 0x000003b2, 0x000003b3, + 0x000003b4, 0x000003b5, 0x000003b6, 0x000003b7, + 0x000003b8, 0x000003b9, 0x000003ba, 0x000003bb, + 0x000003bc, 0x000003bd, 0x000003be, 0x000003bf, + 0x000003c0, 0x000003c1, 0x000003c3, 0x000003c4, + 0x000003c5, 0x000003c6, 0x000003c7, 0x000003c8, + 0x000003c9, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000391, 0x00000392, 0x00000393, + 0x00000394, 0x00000395, 0x00000396, 0x00000397, + 0x00000398, 0x00000399, 0x0000039a, 0x0000039b, + 0x0000039c, 0x0000039d, 0x0000039e, 0x0000039f, + 0x000003a0, 0x000003a1, 0x000003a3, 0x000003a4, + 0x000003a5, 0x000003a6, 0x000003a7, 0x000003a8, + 0x000003a9, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000430, 0x00000431, 0x00000432, 0x00000433, + 0x00000434, 0x00000435, 0x00000451, 0x00000436, + 0x00000437, 0x00000438, 0x00000439, 0x0000043a, + 0x0000043b, 0x0000043c, 0x0000043d, 0x0000043e, + 0x0000043f, 0x00000440, 0x00000441, 0x00000442, + 0x00000443, 0x00000444, 0x00000445, 0x00000446, + 0x00000447, 0x00000448, 0x00000449, 0x0000044a, + 0x0000044b, 0x0000044c, 0x0000044d, 0x0000044e, + 0x0000044f, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002170, 0x00002171, 0x00002172, + 0x00002173, 0x00002174, 0x00002175, 0x00002176, + 0x00002177, 0x00002178, 0x00002179, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000410, 0x00000411, 0x00000412, 0x00000413, + 0x00000414, 0x00000415, 0x00000401, 0x00000416, + 0x00000417, 0x00000418, 0x00000419, 0x0000041a, + 0x0000041b, 0x0000041c, 0x0000041d, 0x0000041e, + 0x0000041f, 0x00000420, 0x00000421, 0x00000422, + 0x00000423, 0x00000424, 0x00000425, 0x00000426, + 0x00000427, 0x00000428, 0x00000429, 0x0000042a, + 0x0000042b, 0x0000042c, 0x0000042d, 0x0000042e, + 0x0000042f, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002160, 0x00002161, 0x00002162, + 0x00002163, 0x00002164, 0x00002165, 0x00002166, + 0x00002167, 0x00002168, 0x00002169, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ffe1, 0x0000ff0e, + 0x0000ff1c, 0x0000ff08, 0x0000ff0b, 0x0000ff5c, + 0x0000ff06, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ff01, 0x0000ffe5, + 0x0000ff0a, 0x0000ff09, 0x0000ff1b, 0x0000ffe2, + 0x00002212, 0x0000ff0f, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x000000a6, 0x0000ff0c, + 0x0000ff05, 0x0000ff3f, 0x0000ff1e, 0x0000ff1f, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000ff40, 0x0000ff1a, 0x0000ff03, + 0x0000ff20, 0x0000ff07, 0x0000ff1d, 0x0000ff02, + 0x00000000, 0x0000ff41, 0x0000ff42, 0x0000ff43, + 0x0000ff44, 0x0000ff45, 0x0000ff46, 0x0000ff47, + 0x0000ff48, 0x0000ff49, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000ff4a, 0x0000ff4b, 0x0000ff4c, + 0x0000ff4d, 0x0000ff4e, 0x0000ff4f, 0x0000ff50, + 0x0000ff51, 0x0000ff52, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000ffe3, 0x0000ff53, 0x0000ff54, + 0x0000ff55, 0x0000ff56, 0x0000ff57, 0x0000ff58, + 0x0000ff59, 0x0000ff5a, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff5b, 0x0000ff21, 0x0000ff22, 0x0000ff23, + 0x0000ff24, 0x0000ff25, 0x0000ff26, 0x0000ff27, + 0x0000ff28, 0x0000ff29, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff5d, 0x0000ff2a, 0x0000ff2b, 0x0000ff2c, + 0x0000ff2d, 0x0000ff2e, 0x0000ff2f, 0x0000ff30, + 0x0000ff31, 0x0000ff32, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff04, 0x000020ac, 0x0000ff33, 0x0000ff34, + 0x0000ff35, 0x0000ff36, 0x0000ff37, 0x0000ff38, + 0x0000ff39, 0x0000ff3a, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff10, 0x0000ff11, 0x0000ff12, 0x0000ff13, + 0x0000ff14, 0x0000ff15, 0x0000ff16, 0x0000ff17, + 0x0000ff18, 0x0000ff19, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00003002, 0x0000300c, 0x0000300d, + 0x00003001, 0x000030fb, 0x000030f2, 0x000030a1, + 0x000030a3, 0x000030a5, 0x0000ffe0, 0x00002220, + 0x000022a5, 0x00002312, 0x00002202, 0x00002207, + 0x00000000, 0x000030a7, 0x000030a9, 0x000030e3, + 0x000030e5, 0x000030e7, 0x000030c3, 0x000030ee, + 0x000030fc, 0x000030f5, 0x000030f6, 0x00002261, + 0x00002252, 0x0000226a, 0x0000226b, 0x0000221a, + 0x0000223d, 0x0000221d, 0x0000222b, 0x0000222c, + 0x00002208, 0x0000220b, 0x00002286, 0x00002287, + 0x00002282, 0x00002283, 0x0000222a, 0x00002229, + 0x00002227, 0x00002228, 0x000021d2, 0x000021d4, + 0x00002200, 0x00002203, 0x0000212b, 0x00002030, + 0x0000266f, 0x0000266d, 0x0000266a, 0x00002020, + 0x00002021, 0x000000b6, 0x000025ef, 0x00000000, + 0x00002500, 0x00002502, 0x0000250c, 0x00002510, + 0x00000000, 0x000030a2, 0x000030a4, 0x000030a6, + 0x000030a8, 0x000030aa, 0x000030ab, 0x000030ad, + 0x000030af, 0x000030b1, 0x000030b3, 0x00000000, + 0x000030b5, 0x000030b7, 0x000030b9, 0x000030bb, + 0x000030bd, 0x000030bf, 0x000030c1, 0x000030c4, + 0x000030c6, 0x000030c8, 0x000030ca, 0x000030cb, + 0x000030cc, 0x000030cd, 0x000030ce, 0x00000000, + 0x00000000, 0x000030cf, 0x000030d2, 0x000030d5, + 0x00000000, 0x0000301c, 0x000030d8, 0x000030db, + 0x000030de, 0x000030df, 0x000030e0, 0x000030e1, + 0x000030e2, 0x000030e4, 0x000030e6, 0x00000000, + 0x000030e8, 0x000030e9, 0x000030ea, 0x000030eb, + 0x00002518, 0x00002514, 0x0000251c, 0x0000252c, + 0x00002524, 0x00002534, 0x0000253c, 0x00002501, + 0x00002503, 0x0000250f, 0x000030ec, 0x000030ed, + 0x000030ef, 0x000030f3, 0x0000309b, 0x0000309c, + 0x000030ac, 0x000030ae, 0x000030b0, 0x000030b2, + 0x000030b4, 0x000030b6, 0x000030b8, 0x000030ba, + 0x000030bc, 0x000030be, 0x000030c0, 0x000030c2, + 0x000030c5, 0x000030c7, 0x000030c9, 0x000030d0, + 0x000030d3, 0x000030d6, 0x000030d9, 0x000030dc, + 0x000030f4, 0x000030d1, 0x000030d4, 0x000030d7, + 0x000030da, 0x000030dd, 0x000030f0, 0x000030f1, + 0x000030fd, 0x000030fe, 0x00000000, 0x00000000, + 0x0000ff3c, 0x00002513, 0x0000251b, 0x00002517, + 0x00002523, 0x00002533, 0x0000252b, 0x0000253b, + 0x0000254b, 0x00002520, 0x0000252f, 0x00002528, + 0x00002537, 0x0000253f, 0x0000251d, 0x00002530, + 0x00002525, 0x00002538, 0x00002542, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000300e, 0x0000300f, + 0x0000ff3b, 0x0000ff3d, 0x00003092, 0x00003041, + 0x00003043, 0x00003045, 0x00002014, 0x000000b1, + 0x00002260, 0x0000221e, 0x00002103, 0x00000000, + 0x000000b4, 0x00003047, 0x00003049, 0x00003083, + 0x00003085, 0x00003087, 0x00003063, 0x0000308e, + 0x00000000, 0x00000000, 0x00002010, 0x00003003, + 0x00004edd, 0x00003005, 0x00003006, 0x00003007, + 0x000000a8, 0x00002018, 0x0000201c, 0x00003014, + 0x00003008, 0x0000300a, 0x00003010, 0x00002266, + 0x00002234, 0x00002642, 0x000000a7, 0x0000203b, + 0x00003012, 0x00003231, 0x00002116, 0x00002121, + 0x0000ff3e, 0x00002019, 0x0000201d, 0x00003015, + 0x00003009, 0x0000300b, 0x00003011, 0x00002267, + 0x00002235, 0x00002640, 0x000000d7, 0x000000f7, + 0x00002016, 0x00003013, 0x00002025, 0x00002026, + 0x00000000, 0x00003042, 0x00003044, 0x00003046, + 0x00003048, 0x0000304a, 0x0000304b, 0x0000304d, + 0x0000304f, 0x00003051, 0x00003053, 0x00000000, + 0x00003055, 0x00003057, 0x00003059, 0x0000305b, + 0x0000305d, 0x0000305f, 0x00003061, 0x00003064, + 0x00003066, 0x00003068, 0x0000306a, 0x0000306b, + 0x0000306c, 0x0000306d, 0x0000306e, 0x00000000, + 0x00000000, 0x0000306f, 0x00003072, 0x00003075, + 0x00000000, 0x00000000, 0x00003078, 0x0000307b, + 0x0000307e, 0x0000307f, 0x00003080, 0x00003081, + 0x00003082, 0x00003084, 0x00003086, 0x00000000, + 0x00003088, 0x00003089, 0x0000308a, 0x0000308b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000308c, 0x0000308d, + 0x0000308f, 0x00003093, 0x00000000, 0x00000000, + 0x0000304c, 0x0000304e, 0x00003050, 0x00003052, + 0x00003054, 0x00003056, 0x00003058, 0x0000305a, + 0x0000305c, 0x0000305e, 0x00003060, 0x00003062, + 0x00003065, 0x00003067, 0x00003069, 0x00003070, + 0x00003073, 0x00003076, 0x00003079, 0x0000307c, + 0x00000000, 0x00003071, 0x00003074, 0x00003077, + 0x0000307a, 0x0000307d, 0x00003090, 0x00003091, + 0x0000309d, 0x0000309e, 0x00000000, 0x00000000, + 0x000025cb, 0x000025cf, 0x000025b3, 0x000025b2, + 0x000025ce, 0x00002606, 0x00002605, 0x000025c7, + 0x000025c6, 0x000025a1, 0x000025a0, 0x000025bd, + 0x000025bc, 0x000000b0, 0x00002032, 0x00002033, + 0x00002192, 0x00002190, 0x00002191, 0x00002193, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00004e00, 0x00004e8c, 0x00004e09, + 0x000056db, 0x00004e94, 0x0000516d, 0x00004e03, + 0x0000516b, 0x00004e5d, 0x00005341, 0x0000767e, + 0x00005343, 0x00004e07, 0x00005104, 0x000090fd, + 0x00009053, 0x00005e9c, 0x0000770c, 0x00005e02, + 0x0000533a, 0x0000753a, 0x00006751, 0x00006771, + 0x0000897f, 0x00005357, 0x00005317, 0x00005927, + 0x00004e2d, 0x00005c0f, 0x00004e0a, 0x00004e0b, + 0x00005e74, 0x00006708, 0x000065e5, 0x00007530, + 0x00005b50, 0x00005c71, 0x0000672c, 0x00005ddd, + 0x000085e4, 0x000091ce, 0x00005de5, 0x0000696d, + 0x00006728, 0x00004e95, 0x000090ce, 0x00005cf6, + 0x000096c4, 0x00009ad8, 0x00005ca1, 0x0000592b, + 0x0000539f, 0x00004eac, 0x00004f50, 0x00006b63, + 0x0000677e, 0x00006a5f, 0x0000548c, 0x000088fd, + 0x00007537, 0x00007f8e, 0x00005409, 0x00005d0e, + 0x000077f3, 0x00008c37, 0x000096fb, 0x00009577, + 0x00006cbb, 0x00006ca2, 0x000091d1, 0x000065b0, + 0x000053e3, 0x00006a4b, 0x00004e45, 0x0000798f, + 0x00006240, 0x00005e73, 0x00005185, 0x000056fd, + 0x00005316, 0x0000962a, 0x00005bae, 0x00004eba, + 0x00004f5c, 0x000090e8, 0x00006e05, 0x00006b21, + 0x00007fa9, 0x0000751f, 0x00004ee3, 0x000051fa, + 0x00006c34, 0x000068ee, 0x00005149, 0x000052a0, + 0x00005408, 0x0000795e, 0x00006797, 0x000091cd, + 0x0000884c, 0x00004fe1, 0x0000660e, 0x00006d77, + 0x00005b89, 0x00005e78, 0x00004fdd, 0x0000592a, + 0x00005bcc, 0x00006c5f, 0x00009234, 0x0000524d, + 0x000077e5, 0x00006b66, 0x00004f0a, 0x0000662d, + 0x00005206, 0x000052dd, 0x00007528, 0x00005e83, + 0x00009020, 0x00006c17, 0x00006210, 0x0000898b, + 0x00005229, 0x00004f1a, 0x00005b66, 0x00005ca9, + 0x00007523, 0x00009593, 0x00005730, 0x000081ea, + 0x0000826f, 0x000095a2, 0x0000611b, 0x0000653f, + 0x00005c3e, 0x00008a08, 0x00006587, 0x0000624b, + 0x00007236, 0x000065b9, 0x00004e8b, 0x00006238, + 0x000054c1, 0x0000559c, 0x00006e21, 0x00005f18, + 0x000053e4, 0x00008fba, 0x00005009, 0x00009244, + 0x00004e4b, 0x00005834, 0x00006d0b, 0x000057ce, + 0x00006d25, 0x00007acb, 0x00005ea6, 0x00005348, + 0x00004eca, 0x00005f66, 0x00008a2d, 0x0000901a, + 0x000052d5, 0x00005f8c, 0x00005948, 0x00005b9a, + 0x00006c60, 0x00005c4b, 0x00006d5c, 0x00007406, + 0x00005742, 0x00005b9f, 0x000082f1, 0x00007684, + 0x000053f8, 0x000079c0, 0x00006a2a, 0x0000540d, + 0x00005b5d, 0x00007af9, 0x0000535a, 0x0000529b, + 0x00005eab, 0x00008449, 0x00006804, 0x00006c38, + 0x00005668, 0x00007389, 0x0000591a, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008cc0, 0x0000771f, 0x00006075, + 0x00009759, 0x00005186, 0x00008302, 0x0000654f, + 0x00008c4a, 0x00005175, 0x00006cd5, 0x0000767a, + 0x00009752, 0x00005897, 0x00006599, 0x00005fe0, + 0x00008cc7, 0x00006642, 0x00007269, 0x00008eca, + 0x00005fb3, 0x00008981, 0x00005bfe, 0x0000585a, + 0x000079cb, 0x0000767d, 0x00006cb3, 0x0000702c, + 0x00006cb9, 0x00009686, 0x00008535, 0x00005f53, + 0x00004fca, 0x00005fd7, 0x00006625, 0x0000793e, + 0x000099ac, 0x00005165, 0x00005efa, 0x00006839, + 0x00006749, 0x00009032, 0x00008208, 0x00006d66, + 0x00007cbe, 0x0000540c, 0x00006027, 0x00007c73, + 0x00008005, 0x000052a9, 0x0000679d, 0x00008fd1, + 0x000076f4, 0x000076ee, 0x00006765, 0x0000753b, + 0x000076f8, 0x00009ed2, 0x00004e38, 0x00008239, + 0x00007531, 0x000058eb, 0x00007b2c, 0x0000718a, + 0x00007d19, 0x00005065, 0x000068b0, 0x000082b3, + 0x0000571f, 0x00006709, 0x00005bb6, 0x00007dda, + 0x00007d4c, 0x00008abf, 0x00005929, 0x0000671f, + 0x00007f6e, 0x00006d45, 0x00006589, 0x00005f0f, + 0x00005f62, 0x00009762, 0x00007a2e, 0x00008f38, + 0x00005916, 0x00005143, 0x00004f53, 0x00009e7f, + 0x00005fa1, 0x00005973, 0x00005eb7, 0x00004e16, + 0x000052c7, 0x00005800, 0x0000597d, 0x00005150, + 0x00005bfa, 0x000092fc, 0x00007279, 0x000057fc, + 0x00009054, 0x00005411, 0x000053d6, 0x00007b49, + 0x0000667a, 0x000056de, 0x00009580, 0x0000904b, + 0x00005099, 0x0000601d, 0x0000963f, 0x00004e0d, + 0x00009808, 0x00005168, 0x00005bff, 0x00005584, + 0x0000677f, 0x000098ef, 0x00008c9e, 0x000073fe, + 0x000098df, 0x00007d44, 0x0000985e, 0x0000516c, + 0x00006750, 0x00009999, 0x00005546, 0x00007d50, + 0x00008868, 0x000077e2, 0x00006f5f, 0x000079c1, + 0x00005236, 0x000090a6, 0x00006cbc, 0x00007cf8, + 0x00005b8f, 0x00007b56, 0x00006ce2, 0x000054e1, + 0x00006570, 0x0000958b, 0x00006e96, 0x00006a39, + 0x00008cbb, 0x0000660c, 0x00005f37, 0x00007814, + 0x000053cb, 0x00005b87, 0x000082e5, 0x000083ca, + 0x00006301, 0x000082b1, 0x00005f15, 0x00007d00, + 0x00008352, 0x00005225, 0x00004fee, 0x00008d8a, + 0x00004f4f, 0x000085ac, 0x00006bdb, 0x00009060, + 0x0000554f, 0x00005965, 0x0000578b, 0x00005fc3, + 0x0000767b, 0x000065e9, 0x000067f3, 0x00006d69, + 0x00008cea, 0x000052d9, 0x00006cc9, 0x00005e38, + 0x00005b88, 0x000057fa, 0x00007ba1, 0x00006cf0, + 0x00004f38, 0x00006700, 0x00004ee5, 0x00006b4c, + 0x000088d5, 0x00008d64, 0x00008db3, 0x0000898f, + 0x00006d41, 0x00008aa0, 0x00006607, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005dde, 0x00007167, 0x00005869, + 0x00009001, 0x000096c5, 0x0000672b, 0x000054f2, + 0x00005cb8, 0x00004e5f, 0x00005c90, 0x0000521d, + 0x00008328, 0x00005247, 0x00006bd4, 0x000080fd, + 0x00008a71, 0x00006295, 0x00008ee2, 0x000083c5, + 0x00009023, 0x00004ed6, 0x00006c11, 0x00007d66, + 0x00009152, 0x00007e41, 0x00004fa1, 0x00006e80, + 0x0000671d, 0x00004ed8, 0x00006761, 0x00007121, + 0x00008003, 0x0000697d, 0x00004e3b, 0x0000610f, + 0x00006226, 0x00005207, 0x00005264, 0x00007247, + 0x00007d30, 0x00006e08, 0x00007a32, 0x00005e03, + 0x000091cc, 0x00005c5e, 0x00007ae0, 0x00005909, + 0x00004f55, 0x0000685c, 0x00005f7c, 0x000067fb, + 0x000076ca, 0x000058f2, 0x00004ec1, 0x00006df1, + 0x000053f0, 0x00009ce5, 0x00009db4, 0x0000652f, + 0x00006574, 0x000089d2, 0x00005609, 0x00005473, + 0x0000885b, 0x00008b70, 0x00005727, 0x00007387, + 0x00008def, 0x0000706b, 0x0000961c, 0x00008f1d, + 0x000070b9, 0x00004e0e, 0x00006e1b, 0x00007551, + 0x00009280, 0x00007a7a, 0x00004ea4, 0x00007fbd, + 0x0000534a, 0x000053ce, 0x0000592e, 0x00007dcf, + 0x00008a18, 0x00006674, 0x000069cb, 0x0000969b, + 0x00006885, 0x00005370, 0x00008a00, 0x00006817, + 0x00008eab, 0x000066f8, 0x0000514b, 0x00007d20, + 0x000096c6, 0x00007bc0, 0x00005148, 0x00006edd, + 0x00006c7a, 0x00006559, 0x00007d14, 0x000067f4, + 0x000063a5, 0x0000661f, 0x00007740, 0x00007559, + 0x00006620, 0x00005df1, 0x0000754c, 0x00005177, + 0x0000656c, 0x00007fa4, 0x00009806, 0x00005171, + 0x00006d3b, 0x000091cf, 0x00006307, 0x000089e3, + 0x00005ba4, 0x0000679c, 0x00005404, 0x0000671b, + 0x00009632, 0x00007d04, 0x000061b2, 0x0000967d, + 0x00004e80, 0x000056f3, 0x00004e88, 0x00008272, + 0x00007a0e, 0x0000690d, 0x000053ef, 0x00006052, + 0x00004f4d, 0x00005178, 0x00005fc5, 0x00007d9a, + 0x00006025, 0x00005728, 0x000057a3, 0x0000541b, + 0x00005ef6, 0x00005d8b, 0x00004f01, 0x00006803, + 0x0000670d, 0x000071b1, 0x00005272, 0x00005354, + 0x00006b69, 0x000053f2, 0x0000512a, 0x0000658e, + 0x0000623f, 0x00005b97, 0x0000683c, 0x00008fb0, + 0x00007b20, 0x00005712, 0x00008af8, 0x00008107, + 0x00005553, 0x00008ce2, 0x00005f25, 0x000098a8, + 0x00005f97, 0x00006613, 0x00006253, 0x0000982d, + 0x000065ed, 0x00006bb5, 0x000052e2, 0x00007136, + 0x000056e3, 0x0000984d, 0x0000843d, 0x0000914d, + 0x00007a0b, 0x00008fbb, 0x0000543e, 0x0000611f, + 0x00005bdb, 0x000053cd, 0x00007a14, 0x00009700, + 0x00006e90, 0x00006c96, 0x0000984c, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008fbc, 0x00008349, 0x00007b97, + 0x000076db, 0x00008fb2, 0x000090a3, 0x00007701, + 0x000069d8, 0x00006bbf, 0x00005c11, 0x00004ecb, + 0x000053d7, 0x000097f3, 0x00007de8, 0x000059d4, + 0x00005e84, 0x00004fc2, 0x000072b6, 0x0000793a, + 0x00005e97, 0x00005a9b, 0x0000682a, 0x00006ecb, + 0x000068a8, 0x00007e04, 0x000053f3, 0x00005de6, + 0x000053ca, 0x00009078, 0x00005c45, 0x000060c5, + 0x00007df4, 0x000070ad, 0x00009928, 0x00009271, + 0x00006a21, 0x00006b8a, 0x00007e3e, 0x00004e9c, + 0x00007e4a, 0x00004ef2, 0x00005857, 0x00006d88, + 0x00008853, 0x0000691c, 0x00006717, 0x00005b85, + 0x0000529f, 0x00005c1a, 0x00008cbf, 0x000060a6, + 0x00008102, 0x00007be0, 0x00004f73, 0x00007d21, + 0x000051a8, 0x00006851, 0x000078ba, 0x00007267, + 0x00004e26, 0x00005024, 0x000089b3, 0x00008cb4, + 0x00007dad, 0x00007d71, 0x00005bbf, 0x00004e21, + 0x00007cd6, 0x000089aa, 0x00009332, 0x00006f84, + 0x000065bd, 0x00005bb9, 0x000098db, 0x00005c40, + 0x00007950, 0x0000904e, 0x00006c0f, 0x00006539, + 0x000076e4, 0x00007a4d, 0x00006e0b, 0x00005dfb, + 0x00006df3, 0x00005fdc, 0x00004e89, 0x00008ecd, + 0x000088c5, 0x00009178, 0x00007e54, 0x000067d3, + 0x00005e1d, 0x00007dbf, 0x00007c89, 0x0000822a, + 0x00007532, 0x00005468, 0x00004ed9, 0x00005f85, + 0x00004f4e, 0x00007dd1, 0x00008efd, 0x00009ebb, + 0x00006176, 0x000052b4, 0x000078ef, 0x00004e39, + 0x000080b2, 0x00009650, 0x00005c0e, 0x0000653e, + 0x00006643, 0x00005ea7, 0x00004ef6, 0x000060f3, + 0x00009a13, 0x00004ed5, 0x00004f7f, 0x00008f2a, + 0x00009854, 0x0000756a, 0x00005f35, 0x0000805e, + 0x00004f9b, 0x00006e6f, 0x00006eb6, 0x00006821, + 0x00009285, 0x000092f3, 0x0000878d, 0x00009756, + 0x00005199, 0x00005b8c, 0x00006e2f, 0x0000935b, + 0x0000591c, 0x00005145, 0x00009f8d, 0x00007db1, + 0x000083f1, 0x0000901f, 0x000052c9, 0x00005237, + 0x00008d77, 0x00006469, 0x000053c2, 0x000055b6, + 0x00007a42, 0x000063a8, 0x00008fd4, 0x00008077, + 0x00006b62, 0x00004f1d, 0x00005e79, 0x00007403, + 0x00006a29, 0x00005c55, 0x00005e61, 0x0000845b, + 0x00005ead, 0x0000975e, 0x000053f7, 0x00005358, + 0x00006b73, 0x000062e1, 0x000051e6, 0x00008a9e, + 0x00006628, 0x000057df, 0x00006df5, 0x0000518d, + 0x000050cd, 0x000079d1, 0x00009b5a, 0x00007aef, + 0x00009014, 0x00006848, 0x00005b57, 0x00008ad6, + 0x0000517c, 0x000053c8, 0x0000632f, 0x00006280, + 0x00005fb9, 0x0000672d, 0x00007cfb, 0x00005f93, + 0x000051b7, 0x0000614b, 0x00005cf0, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005931, 0x0000539a, 0x00005074, + 0x00006ce8, 0x00006e2c, 0x00009803, 0x00004e57, + 0x00008a66, 0x0000576a, 0x00008429, 0x0000515a, + 0x00006c7d, 0x00005b9d, 0x0000606d, 0x00006a0b, + 0x00006e29, 0x00006577, 0x00008aac, 0x000082b8, + 0x0000544a, 0x00006b74, 0x0000822c, 0x000098fe, + 0x0000793c, 0x00005c06, 0x000096e3, 0x00007802, + 0x00005224, 0x00005f79, 0x00005f71, 0x000066fd, + 0x00005e2f, 0x00009678, 0x0000938c, 0x00008ac7, + 0x00005f70, 0x000060aa, 0x00006a19, 0x00007533, + 0x00005bb3, 0x00006bcd, 0x000088dc, 0x00005e4c, + 0x000058f0, 0x00009664, 0x00007b39, 0x00005a66, + 0x00004e7e, 0x00007af6, 0x0000829d, 0x0000725b, + 0x00008cb7, 0x000079fb, 0x0000785d, 0x00008336, + 0x000052b9, 0x0000990a, 0x000052f2, 0x000080a5, + 0x00008b19, 0x00007089, 0x0000590f, 0x00005802, + 0x000067cf, 0x00006255, 0x00005e30, 0x0000713c, + 0x0000786b, 0x00008001, 0x00007a76, 0x00005be9, + 0x000091dd, 0x000065ad, 0x00005c04, 0x00005dee, + 0x00005d50, 0x00006298, 0x00008010, 0x00005ba3, + 0x000059cb, 0x00005f8b, 0x00006b8b, 0x0000666f, + 0x00008c61, 0x000090f7, 0x00005353, 0x000096e2, + 0x000085ab, 0x00006b7b, 0x00008015, 0x000064cd, + 0x00004eae, 0x00004e91, 0x000090e1, 0x000052e4, + 0x00006c42, 0x00008cab, 0x00005b98, 0x000059bb, + 0x000088cf, 0x0000773c, 0x00004f2f, 0x00007aaf, + 0x00007bc9, 0x0000968e, 0x000063db, 0x00006842, + 0x000099c5, 0x000068b6, 0x00005747, 0x00008ca1, + 0x0000547d, 0x0000738b, 0x000084b2, 0x000090c1, + 0x000078e8, 0x00007b11, 0x000066f2, 0x00006975, + 0x00005831, 0x000063d0, 0x00008a3c, 0x000096ea, + 0x00009055, 0x000088c1, 0x00009996, 0x000075c5, + 0x00006850, 0x00004f59, 0x000074e6, 0x00004ee4, + 0x00005439, 0x0000732a, 0x0000672a, 0x0000525b, + 0x00008ca0, 0x00004f34, 0x00005100, 0x0000542b, + 0x00009069, 0x00008fc4, 0x00005c3b, 0x00005dcc, + 0x00007b54, 0x00008ffd, 0x00008a0e, 0x00004e08, + 0x0000925b, 0x000071c3, 0x00008ab2, 0x000070ba, + 0x00009662, 0x0000679a, 0x000076ae, 0x00008b77, + 0x00007dbe, 0x000096e8, 0x00006211, 0x00005bc4, + 0x0000837b, 0x000062bc, 0x00007d0d, 0x000076e3, + 0x00007e2b, 0x0000964d, 0x0000572d, 0x00007adc, + 0x00007bc4, 0x00006bba, 0x00008c9d, 0x0000698e, + 0x00009047, 0x00006f14, 0x00005360, 0x00008feb, + 0x00005287, 0x0000624d, 0x00006566, 0x00007d1a, + 0x00007d42, 0x00006bce, 0x00007d79, 0x00007e2e, + 0x0000666e, 0x00007965, 0x0000500b, 0x00005c02, + 0x000099d2, 0x00008a55, 0x00007560, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005b58, 0x00008089, 0x000050be, + 0x00005e2b, 0x00006db2, 0x00004f8b, 0x000081e3, + 0x000081f3, 0x000056e0, 0x00007d99, 0x00005df2, + 0x0000899a, 0x00006e9d, 0x00006d17, 0x00008aad, + 0x00008996, 0x0000731b, 0x00005de8, 0x00007db2, + 0x0000888b, 0x00004efb, 0x00005bc6, 0x00008896, + 0x00006cc1, 0x00008457, 0x00008f03, 0x00006bc5, + 0x000097ff, 0x00008ca9, 0x00005e45, 0x000082e6, + 0x000063aa, 0x00005f81, 0x000078c1, 0x0000821e, + 0x000052aa, 0x00007aaa, 0x00005999, 0x00006297, + 0x00008f14, 0x00007fd2, 0x00004fc3, 0x000054c9, + 0x0000967a, 0x000066f4, 0x00008b1b, 0x00005e72, + 0x00005fa9, 0x00008a2a, 0x00006d3e, 0x00007763, + 0x00006483, 0x00008b58, 0x0000614e, 0x00005a5a, + 0x00008d85, 0x000071d0, 0x0000983c, 0x000072e9, + 0x0000583a, 0x00005dfe, 0x00008a8d, 0x000067c4, + 0x00007de0, 0x00004f11, 0x000077ed, 0x00004f0f, + 0x00005bc5, 0x0000629c, 0x00005c3c, 0x0000533b, + 0x00006dc0, 0x000081fc, 0x000096d1, 0x0000904a, + 0x00006d6e, 0x000093e1, 0x00005c64, 0x000098fc, + 0x0000524a, 0x00006dfb, 0x00008584, 0x0000968a, + 0x000056fa, 0x00005883, 0x00007766, 0x00009805, + 0x00004e73, 0x00008c46, 0x00008a31, 0x00007dd2, + 0x00008ff0, 0x00006d6a, 0x00004f9d, 0x00006b6f, + 0x00006b27, 0x000062c5, 0x0000511f, 0x00009769, + 0x00005374, 0x00009aa8, 0x00006775, 0x0000887f, + 0x00005305, 0x00007570, 0x00008d70, 0x0000864e, + 0x00005cef, 0x00008cde, 0x00005ff5, 0x0000725f, + 0x00007686, 0x0000609f, 0x000080cc, 0x000059eb, + 0x00008131, 0x00005e0c, 0x00008a17, 0x00009676, + 0x000082d7, 0x000074b0, 0x000084b8, 0x000050d5, + 0x000096f2, 0x00007248, 0x00007834, 0x00006dd1, + 0x00006e09, 0x000067ff, 0x00006f54, 0x00005915, + 0x0000500d, 0x000072ac, 0x00009ec4, 0x00007b46, + 0x00009b3c, 0x00006563, 0x000053bb, 0x00008a98, + 0x000091dc, 0x00009818, 0x00006fc3, 0x000065c5, + 0x0000501f, 0x00007f8a, 0x00006f64, 0x00009031, + 0x00005f3e, 0x000063f4, 0x00009038, 0x00008b66, + 0x00007be4, 0x00007206, 0x00006843, 0x000072ec, + 0x000065cf, 0x000082a6, 0x00005ba2, 0x00006960, + 0x00009ea6, 0x000052df, 0x00006790, 0x0000639b, + 0x00007d75, 0x00009855, 0x00005df3, 0x00005805, + 0x00008acb, 0x000095a3, 0x00008863, 0x00008ca8, + 0x00005b63, 0x00005e8a, 0x00005449, 0x0000786c, + 0x00007d2b, 0x00008ca2, 0x00005352, 0x00007d76, + 0x00008cb8, 0x00007070, 0x0000547c, 0x00006545, + 0x00006676, 0x000073b2, 0x000056f2, 0x00007bb1, + 0x000058a8, 0x00007a81, 0x000066ae, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008087, 0x000059ff, 0x00008840, + 0x000056f0, 0x00007b51, 0x00006df7, 0x00005f01, + 0x0000934b, 0x00009000, 0x00004fe3, 0x0000675f, + 0x00004fbf, 0x00008cc3, 0x0000526f, 0x000063a1, + 0x00005442, 0x00008907, 0x0000698a, 0x00005e2d, + 0x00005a18, 0x00007518, 0x0000514d, 0x00005e7e, + 0x000050b5, 0x00005bdd, 0x000068d2, 0x0000745e, + 0x000069fb, 0x00005fae, 0x000055e3, 0x00008a70, + 0x00005bf8, 0x00005824, 0x00008358, 0x00005f13, + 0x00005e95, 0x0000706f, 0x0000751a, 0x00007d05, + 0x000060e3, 0x00007e70, 0x00005012, 0x00005238, + 0x000083ef, 0x00005373, 0x00005f31, 0x00006a2b, + 0x00009cf4, 0x000053cc, 0x00006d32, 0x00004eab, + 0x00004e92, 0x0000842c, 0x00008a8c, 0x000065e2, + 0x00006f01, 0x000080a9, 0x00009df9, 0x00008b72, + 0x00007b52, 0x00009589, 0x00006d74, 0x000063a2, + 0x00006590, 0x00005bd2, 0x00006319, 0x00008ab0, + 0x000076df, 0x000099a8, 0x00007a74, 0x00008236, + 0x00008846, 0x00008061, 0x00006557, 0x00005922, + 0x00009644, 0x000088ab, 0x00009326, 0x00007b4b, + 0x000062b5, 0x00005371, 0x00005e81, 0x00005bdf, + 0x00004f75, 0x000058c1, 0x00007058, 0x00007dca, + 0x00005438, 0x000073e0, 0x000052d8, 0x00005208, + 0x000078d0, 0x00006b23, 0x00006838, 0x00004e43, + 0x0000690e, 0x00008377, 0x00006ed1, 0x000098f2, + 0x00008170, 0x00008857, 0x00008ef8, 0x0000798e, + 0x000083dc, 0x00008fce, 0x00007e01, 0x00005510, + 0x00004ea8, 0x00008a33, 0x00009162, 0x00005efb, + 0x0000606f, 0x00004e86, 0x0000664b, 0x00006368, + 0x00005217, 0x00008056, 0x000051fd, 0x00007642, + 0x0000821f, 0x00009685, 0x000050cf, 0x0000662f, + 0x00004f3c, 0x00004e59, 0x00006a3d, 0x00004e71, + 0x0000523a, 0x00008acf, 0x00006a58, 0x000066ff, + 0x0000670b, 0x0000653b, 0x00009732, 0x00005ec3, + 0x00008a13, 0x00005782, 0x0000604b, 0x0000866b, + 0x000095d8, 0x000060a9, 0x00004e01, 0x000063cf, + 0x00006fc0, 0x0000659c, 0x00008cac, 0x00008305, + 0x00007ca7, 0x00006050, 0x000096f7, 0x00005fcd, + 0x0000640d, 0x00005b54, 0x0000900f, 0x000062d3, + 0x000059b9, 0x00007159, 0x000051ac, 0x000079f0, + 0x0000552f, 0x00005275, 0x00006697, 0x000080f8, + 0x00004e98, 0x00004ecf, 0x000051cd, 0x00009d5c, + 0x00005144, 0x00007a93, 0x000067f1, 0x00005841, + 0x00007c21, 0x00008861, 0x00005c31, 0x000068da, + 0x000091e7, 0x00009df2, 0x000063ee, 0x00006575, + 0x000084ee, 0x0000523b, 0x00006b32, 0x00007c98, + 0x00005982, 0x0000969c, 0x00008987, 0x00007c9f, + 0x00009006, 0x000062db, 0x000066dc, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006355, 0x00006982, 0x000050ac, + 0x0000623b, 0x00005fd8, 0x000063da, 0x000075db, + 0x0000627f, 0x0000616e, 0x00008266, 0x00007c95, + 0x0000716e, 0x000096c7, 0x00007f6a, 0x00005426, + 0x00005200, 0x000083d3, 0x00005211, 0x0000594f, + 0x00009d28, 0x0000574a, 0x000066c7, 0x00009858, + 0x0000820e, 0x00006614, 0x0000733f, 0x000050b7, + 0x00006551, 0x00005eb8, 0x00005b6b, 0x000055ac, + 0x00005feb, 0x00006388, 0x00008caf, 0x0000676f, + 0x00005951, 0x00005a01, 0x000071e5, 0x00005de3, + 0x00008c6a, 0x00006271, 0x000081f4, 0x00005c3a, + 0x00005f92, 0x00009045, 0x00007384, 0x00007149, + 0x000079d8, 0x0000796d, 0x00009003, 0x000083cc, + 0x00005fb4, 0x00005b8d, 0x00006279, 0x000064ae, + 0x00007d18, 0x0000723e, 0x00005bee, 0x000065e7, + 0x00008d08, 0x00009e78, 0x000052e7, 0x00005d07, + 0x00009f62, 0x00006069, 0x0000536f, 0x00006681, + 0x00009663, 0x00005e3d, 0x000062b1, 0x0000722a, + 0x00006e4a, 0x000093ae, 0x000079e6, 0x000053e5, + 0x0000809d, 0x000088fe, 0x000053b3, 0x00006c88, + 0x00006e7f, 0x00005141, 0x00009091, 0x00006f6e, + 0x000084c4, 0x000085ea, 0x00008129, 0x00006bd2, + 0x0000663c, 0x00007f72, 0x000073c2, 0x00005f1f, + 0x0000790e, 0x000060b2, 0x000072ed, 0x000058ee, + 0x00008179, 0x00008e8d, 0x00005c65, 0x00005de7, + 0x00006c37, 0x00006de1, 0x0000862d, 0x000072af, + 0x00008e0a, 0x00007c92, 0x00008218, 0x00008033, + 0x000063a7, 0x00009291, 0x00005019, 0x00008155, + 0x00008a69, 0x00008edf, 0x000066b4, 0x00008133, + 0x00007591, 0x00006b20, 0x00006669, 0x000090f5, + 0x00004e32, 0x000073ea, 0x0000693f, 0x00007687, + 0x0000707d, 0x00007d3a, 0x00006148, 0x00008607, + 0x000099ff, 0x000059c9, 0x00007832, 0x00007815, + 0x0000907f, 0x000080a1, 0x00005c3f, 0x000066a2, + 0x00009418, 0x00006d44, 0x00005e55, 0x00005854, + 0x00007b95, 0x00008de1, 0x00004ea1, 0x00008c5a, + 0x000081e8, 0x000089e6, 0x00009670, 0x00005263, + 0x000074f6, 0x00009a5a, 0x00006012, 0x0000520a, + 0x00007434, 0x00009801, 0x0000907a, 0x00005504, + 0x00007956, 0x00005230, 0x000054b2, 0x00008a34, + 0x000096a3, 0x00004ff3, 0x00009283, 0x000091e3, + 0x00007d39, 0x00009688, 0x00004f51, 0x00007d61, + 0x00005dba, 0x00009bae, 0x00005f80, 0x0000795d, + 0x00008597, 0x00008da3, 0x00007c60, 0x00005c0a, + 0x00007565, 0x000085a9, 0x000063d6, 0x00009e97, + 0x00007d22, 0x00005375, 0x00009aea, 0x00009042, + 0x00006b3d, 0x00007d0b, 0x00006392, 0x000080aa, + 0x00007de9, 0x00009f3b, 0x000099c6, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006d78, 0x00006731, 0x00005531, + 0x00006398, 0x00007825, 0x00005cb3, 0x00005de1, + 0x000092ad, 0x000098fd, 0x00009810, 0x00006ce3, + 0x00006b64, 0x00005321, 0x00006b53, 0x00005e8f, + 0x00007ae5, 0x0000502b, 0x00006e56, 0x000062bd, + 0x00008276, 0x00006a9c, 0x00004e18, 0x000057f7, + 0x0000752b, 0x00007c97, 0x000082eb, 0x00009802, + 0x0000811a, 0x000073cd, 0x00008f9b, 0x00005c0b, + 0x000063e1, 0x00007372, 0x00008150, 0x000080e1, + 0x00005b99, 0x000076d7, 0x00006291, 0x000065ec, + 0x00008a3a, 0x00005947, 0x000065e8, 0x00006e7e, + 0x00006696, 0x000055ab, 0x00008f09, 0x000092ed, + 0x00009396, 0x00004eee, 0x0000755c, 0x00006f38, + 0x00008f9e, 0x00007981, 0x00005c01, 0x000062e0, + 0x00009be8, 0x000091c8, 0x00006276, 0x000065cb, + 0x00008e0f, 0x00008b21, 0x0000699b, 0x00006216, + 0x00005a92, 0x000090b8, 0x000050da, 0x000079df, + 0x00006c41, 0x00005270, 0x00009175, 0x00008b39, + 0x0000685d, 0x00005875, 0x0000819c, 0x00005b9c, + 0x00008a89, 0x00008a72, 0x00009d8f, 0x00006377, + 0x00005974, 0x00008aa4, 0x000052b1, 0x00006962, + 0x00005c48, 0x00009ce9, 0x0000673a, 0x000075b2, + 0x00006d1e, 0x00004f0d, 0x00007e6d, 0x00007b48, + 0x00007fcc, 0x000065e6, 0x000059a5, 0x000079e9, + 0x00006212, 0x00006ede, 0x0000770b, 0x00008ca7, + 0x000065bc, 0x0000885d, 0x00006adb, 0x00005c4a, + 0x00008074, 0x00009084, 0x00008ecc, 0x000065d7, + 0x000057f9, 0x0000708e, 0x00006f06, 0x00005e7c, + 0x000077ac, 0x00004ff5, 0x00005949, 0x000081ed, + 0x00009b45, 0x00007ffc, 0x00008178, 0x000069fd, + 0x00006cca, 0x000069c7, 0x000079d2, 0x00008b1d, + 0x00009ed9, 0x000081d3, 0x00007a3c, 0x00007968, + 0x00006f5c, 0x000063b2, 0x00008ddd, 0x00006383, + 0x00006e9c, 0x00005e33, 0x000061f8, 0x000076bf, + 0x0000642c, 0x00007db4, 0x00006247, 0x00006458, + 0x00006816, 0x00005f69, 0x00009022, 0x00007a1a, + 0x000082b9, 0x000070c8, 0x00009a12, 0x00006163, + 0x00006fef, 0x000053eb, 0x00009d3b, 0x000062fe, + 0x000060a0, 0x00009591, 0x00006d99, 0x00006162, + 0x00009298, 0x0000635c, 0x00009707, 0x00008972, + 0x0000683d, 0x000051e1, 0x00009b54, 0x0000608c, + 0x00005b22, 0x000099c4, 0x00007126, 0x00008a73, + 0x0000971c, 0x00007396, 0x000067d4, 0x000060a3, + 0x00004e11, 0x00004ef0, 0x00008cdb, 0x00008cb0, + 0x00007912, 0x00009774, 0x00008986, 0x00005146, + 0x000057dc, 0x000099d0, 0x000080c3, 0x00008338, + 0x000078a7, 0x000086cd, 0x00007f85, 0x00005049, + 0x00008247, 0x0000690b, 0x00007c4d, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000053ea, 0x00005f26, 0x00006e25, + 0x00006881, 0x00009375, 0x00005dfd, 0x00005347, + 0x00009727, 0x0000643a, 0x000075c7, 0x00006fa4, + 0x000073a9, 0x000077e9, 0x00009451, 0x00008b5c, + 0x0000808c, 0x0000674e, 0x00004ead, 0x0000582f, + 0x00007573, 0x00008ed2, 0x00006ce5, 0x00009320, + 0x00008ff7, 0x00007d33, 0x000072c2, 0x00008217, + 0x00007422, 0x000082c5, 0x00009a30, 0x0000773a, + 0x00005f84, 0x00009673, 0x000064ad, 0x0000920d, + 0x000074dc, 0x000060c7, 0x000086ed, 0x00004ffa, + 0x000052a3, 0x00006a3a, 0x00007720, 0x00005320, + 0x000061b6, 0x00005674, 0x00008776, 0x00006cbf, + 0x0000505c, 0x0000602a, 0x00008466, 0x00006b96, + 0x00006dbc, 0x000097d3, 0x0000968f, 0x00006876, + 0x000060d1, 0x00005378, 0x000064a4, 0x000051a0, + 0x00009154, 0x00005df4, 0x0000629e, 0x00005e63, + 0x0000929a, 0x00007693, 0x00006c5a, 0x00006597, + 0x000050e7, 0x00007c82, 0x00005f6b, 0x00006ce1, + 0x00005f6c, 0x00005ac1, 0x00006f2c, 0x0000852d, + 0x00006442, 0x00005750, 0x000058c7, 0x00008cfc, + 0x00008a5e, 0x00007a7f, 0x0000689d, 0x00007e26, + 0x00007a40, 0x00007344, 0x00008aeb, 0x00004fd7, + 0x00007a63, 0x00008036, 0x00007def, 0x000080c6, + 0x00008aed, 0x0000731f, 0x00008fea, 0x00004f0e, + 0x0000758b, 0x0000518a, 0x00006734, 0x00005fd9, + 0x000061c7, 0x000065af, 0x00009cf3, 0x00005eca, + 0x00009262, 0x000068df, 0x00006cb8, 0x000080f4, + 0x000057cb, 0x00006c99, 0x000096a0, 0x00005b64, + 0x000058f1, 0x000068c4, 0x00005410, 0x0000982c, + 0x00008a87, 0x00004e5e, 0x00006167, 0x00009bab, + 0x000090aa, 0x000055b0, 0x000082bd, 0x0000596a, + 0x000066f3, 0x00008299, 0x00005893, 0x0000719f, + 0x00006284, 0x000067d1, 0x00009063, 0x00005acc, + 0x00006c57, 0x00007ce7, 0x00005851, 0x000064b2, + 0x000058ca, 0x0000830e, 0x00005968, 0x00005302, + 0x00005a46, 0x00008702, 0x00006065, 0x000072d9, + 0x000089a7, 0x00006689, 0x000066f9, 0x00005d6f, + 0x00005bb0, 0x000096bc, 0x0000636e, 0x000060dc, + 0x00007948, 0x000051dd, 0x00008606, 0x00005ec9, + 0x00007554, 0x0000596e, 0x00006b04, 0x00004f43, + 0x00007b94, 0x000067da, 0x000062dd, 0x0000628a, + 0x0000971e, 0x000062ed, 0x00006ec5, 0x0000508d, + 0x000067b6, 0x000080e4, 0x00009ebf, 0x00005eb5, + 0x0000638c, 0x000085cd, 0x00009867, 0x000052c5, + 0x00006016, 0x000068cb, 0x000061d0, 0x00005751, + 0x00008f29, 0x00005faa, 0x000081a8, 0x00007d62, + 0x000071c8, 0x000054c0, 0x000069cc, 0x00006b3e, + 0x000065ac, 0x000063c3, 0x00004f46, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007b1b, 0x00006b86, 0x000088f8, + 0x00005203, 0x0000732e, 0x00006687, 0x00007d17, + 0x000057f4, 0x0000570f, 0x0000618e, 0x0000970a, + 0x00007c3f, 0x00008b00, 0x00007881, 0x00008ce0, + 0x0000548b, 0x00007b87, 0x0000745b, 0x00007c11, + 0x00008870, 0x00005398, 0x00005448, 0x00006cf3, + 0x00006f22, 0x000053f6, 0x000088b4, 0x00005301, + 0x00007a6b, 0x00008695, 0x0000586b, 0x00005d29, + 0x000088c2, 0x000062d2, 0x00004e1e, 0x00005036, + 0x000096c0, 0x00007363, 0x00008a3b, 0x00005176, + 0x00007199, 0x00007fe0, 0x00008888, 0x00007e1e, + 0x00004e4f, 0x000084cb, 0x00006f2b, 0x00005859, + 0x0000936c, 0x000053e9, 0x0000865a, 0x00009149, + 0x000086ef, 0x00005e06, 0x00005507, 0x0000902e, + 0x00006795, 0x0000846c, 0x00005ba5, 0x000082a5, + 0x00008431, 0x00006d8c, 0x000063fa, 0x00004ea5, + 0x000051c6, 0x00006328, 0x00007f70, 0x00005b5f, + 0x00005dbd, 0x000099c8, 0x000053ec, 0x00007985, + 0x00008a54, 0x00007962, 0x000088df, 0x00005b09, + 0x00004fb5, 0x00004f91, 0x00009b8e, 0x00005192, + 0x000096f0, 0x00006daf, 0x0000622f, 0x00008490, + 0x00008cdc, 0x00005075, 0x00005ce0, 0x00004e14, + 0x00004f83, 0x00007c54, 0x000084d1, 0x000077b3, + 0x00008aee, 0x00005ce8, 0x000062f6, 0x0000663b, + 0x00008a93, 0x00008526, 0x00008a95, 0x000065fa, + 0x00006714, 0x000053d4, 0x000062ab, 0x00008ce6, + 0x000088f3, 0x00005be7, 0x0000868a, 0x0000668e, + 0x0000582a, 0x00006170, 0x0000696f, 0x00009f13, + 0x00007a92, 0x00007893, 0x00006a7f, 0x00009017, + 0x00009266, 0x00007d10, 0x00007bc7, 0x00006ef4, + 0x0000821c, 0x00005c3d, 0x000062cd, 0x000085c1, + 0x00006f02, 0x00006e67, 0x00006691, 0x000085a6, + 0x0000637a, 0x0000821b, 0x00004f8d, 0x00005091, + 0x00008a02, 0x000062ec, 0x00009bc9, 0x00007a3d, + 0x00007c9b, 0x000050c5, 0x00009019, 0x0000708a, + 0x00007c8b, 0x000064ec, 0x0000665f, 0x00006562, + 0x0000732b, 0x00005339, 0x000067a0, 0x000055a7, + 0x00006d2a, 0x00007a3f, 0x000064e6, 0x000079a7, + 0x000067d8, 0x00007b26, 0x000096bb, 0x00006311, + 0x000072a0, 0x00005c6f, 0x00007026, 0x000097ee, + 0x000060df, 0x00008afe, 0x00008b04, 0x00008494, + 0x00009bd6, 0x000082af, 0x0000932c, 0x00006606, + 0x00009640, 0x00005bc2, 0x000086c7, 0x00007949, + 0x00008017, 0x00006919, 0x00007092, 0x0000963b, + 0x00007c7e, 0x000059d3, 0x00005b5c, 0x00007d1b, + 0x000091d8, 0x00006a80, 0x000085e9, 0x00006905, + 0x00006c93, 0x0000502d, 0x00004ea6, 0x00007fc1, + 0x000061a4, 0x00008cca, 0x00009665, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000093d1, 0x000053f1, 0x0000598a, + 0x00008eac, 0x000062d8, 0x00006867, 0x000071d5, + 0x00007b67, 0x0000504f, 0x000067d0, 0x000082d1, + 0x0000978d, 0x0000748b, 0x000080ba, 0x00007336, + 0x0000514e, 0x00008105, 0x000090ca, 0x0000584a, + 0x000067fe, 0x00006ff1, 0x00005ffd, 0x000076c6, + 0x00009a0e, 0x0000507d, 0x00009694, 0x00005ef7, + 0x00007bb8, 0x0000904d, 0x00006c4e, 0x000085fb, + 0x0000819d, 0x000067af, 0x0000564c, 0x00005606, + 0x00008c8c, 0x000056da, 0x000073ed, 0x00008cc4, + 0x00008fc5, 0x000096f6, 0x00006c50, 0x00008944, + 0x00008f3f, 0x00007d5e, 0x000060e8, 0x000072fc, + 0x00007d9c, 0x00008463, 0x00005cfb, 0x00005446, + 0x00005d16, 0x00006ca1, 0x000081b3, 0x000058fa, + 0x00005bb4, 0x00008108, 0x0000541f, 0x00008cbc, + 0x00006182, 0x000078a9, 0x00006fe1, 0x000091a4, + 0x000076f2, 0x00006020, 0x000076fe, 0x000084c9, + 0x00007f36, 0x00004ec7, 0x0000755d, 0x00007a17, + 0x000084ec, 0x000075f4, 0x00004f3a, 0x0000676d, + 0x00007460, 0x000062f3, 0x00006f20, 0x000079e4, + 0x000087f9, 0x00006094, 0x00006234, 0x000066ab, + 0x0000820c, 0x00008499, 0x0000723a, 0x00005fcc, + 0x00006109, 0x000070cf, 0x00007261, 0x00007a50, + 0x00005098, 0x00009aed, 0x00005d69, 0x0000601c, + 0x00006667, 0x000099b4, 0x00005e7b, 0x0000643e, + 0x00005830, 0x000053c9, 0x00007a9f, 0x0000990c, + 0x00009b42, 0x00008f5f, 0x00007aae, 0x00005b9b, + 0x000068a2, 0x00006249, 0x00007984, 0x00009dfa, + 0x00005451, 0x0000932f, 0x00008ac4, 0x00005f90, + 0x00008df3, 0x00005a2f, 0x000080de, 0x00006d29, + 0x00007a4f, 0x000084bc, 0x00009d2b, 0x00009010, + 0x00006d38, 0x0000916a, 0x00006fc1, 0x00009905, + 0x00006bbb, 0x00005eb6, 0x000091b8, 0x00005076, + 0x00006f0f, 0x00004e19, 0x0000540f, 0x00009675, + 0x00006c72, 0x000051b4, 0x00005631, 0x00009f20, + 0x000066a6, 0x00005f0a, 0x000075ab, 0x000051f8, + 0x0000674f, 0x00008df5, 0x00006c70, 0x00008a6b, + 0x0000757f, 0x00005cac, 0x00006841, 0x00008cd3, + 0x00009bdb, 0x00008475, 0x00006893, 0x0000840c, + 0x000072db, 0x00007577, 0x00008568, 0x0000783a, + 0x0000847a, 0x00005f10, 0x0000831c, 0x00006813, + 0x00006e1a, 0x00009daf, 0x000051f9, 0x00007980, + 0x00004e99, 0x00005ee3, 0x0000908a, 0x000080af, + 0x000059a8, 0x000077db, 0x00008d74, 0x00008a1f, + 0x0000673d, 0x0000533f, 0x00008a0a, 0x00005618, + 0x00006756, 0x000053d9, 0x00004f10, 0x00007409, + 0x00005a41, 0x00004ff8, 0x000079b0, 0x00009838, + 0x00008e2a, 0x00009d60, 0x00008f44, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000065a5, 0x000075be, 0x0000906d, + 0x0000867b, 0x000060bc, 0x000051b6, 0x00005937, + 0x00007d2f, 0x0000916c, 0x000069ae, 0x00007ce0, + 0x0000792a, 0x00005d14, 0x000064c1, 0x000058ec, + 0x0000589c, 0x00008d66, 0x000066d9, 0x000061f2, + 0x0000912d, 0x00006e58, 0x00009435, 0x0000965b, + 0x00007272, 0x00005f6a, 0x00005e9a, 0x00008f1b, + 0x00005b95, 0x00005c39, 0x00009013, 0x0000834f, + 0x00007cce, 0x0000620a, 0x000090ed, 0x0000691b, + 0x00006e15, 0x000065db, 0x000066fe, 0x00004e9f, + 0x000055aa, 0x00007a83, 0x000083e9, 0x00008b83, + 0x0000846d, 0x000083f0, 0x00007f50, 0x0000918d, + 0x00009190, 0x0000758e, 0x000095a5, 0x000081e7, + 0x000075e2, 0x000061a9, 0x00008a50, 0x000095b2, + 0x000053a8, 0x000059f6, 0x00009813, 0x00007891, + 0x00007c17, 0x00006b3a, 0x000057e0, 0x0000620e, + 0x000083d6, 0x00008ad2, 0x000075d4, 0x0000927e, + 0x000059dc, 0x00005289, 0x00009087, 0x00006ffe, + 0x00007473, 0x00005c09, 0x00009d6c, 0x000084fc, + 0x00007cdf, 0x00007bad, 0x00008a6e, 0x0000594e, + 0x000056a2, 0x0000819a, 0x00007947, 0x00006636, + 0x000053e1, 0x00007887, 0x000058cc, 0x00009397, + 0x00006e13, 0x00005256, 0x0000828b, 0x00009e9f, + 0x00009583, 0x0000658c, 0x00009e93, 0x00007345, + 0x00006e26, 0x00009d07, 0x00005983, 0x00007dac, + 0x000096c1, 0x000061be, 0x00006762, 0x00009ece, + 0x000090a8, 0x00009187, 0x00009f0e, 0x00007c38, + 0x000051f1, 0x00008599, 0x0000524c, 0x0000540e, + 0x00007901, 0x0000655e, 0x00006668, 0x00005ce1, + 0x00007566, 0x000076c8, 0x00008679, 0x0000531d, + 0x00005506, 0x00007926, 0x00008912, 0x000077ef, + 0x00007cc0, 0x0000570b, 0x0000515c, 0x00007e8a, + 0x0000535c, 0x00008a60, 0x000065a7, 0x00008766, + 0x00005766, 0x00006ae8, 0x000087fb, 0x00005e16, + 0x00007aea, 0x00008d73, 0x0000771e, 0x0000737a, + 0x000066e0, 0x00009410, 0x0000816b, 0x00007b08, + 0x000091fc, 0x00005737, 0x00006fe4, 0x0000856a, + 0x00007e55, 0x00009957, 0x000087ba, 0x0000694a, + 0x0000818f, 0x00005eff, 0x0000891c, 0x000072d0, + 0x00009846, 0x00009edb, 0x00008d99, 0x00005dd6, + 0x000062b9, 0x000064ab, 0x00004f76, 0x0000613f, + 0x000068af, 0x00005f14, 0x0000800c, 0x000092f8, + 0x00007bc1, 0x000052fe, 0x0000664f, 0x00009177, + 0x000051f6, 0x000097a0, 0x0000839e, 0x0000647a, + 0x00009c3a, 0x000067f5, 0x00007c4f, 0x0000685f, + 0x00009b6f, 0x00009f4b, 0x00007ffb, 0x00009348, + 0x00004ff6, 0x00009e92, 0x00009197, 0x000096db, + 0x00005be6, 0x00006ccc, 0x00007cfe, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00009453, 0x00006822, 0x000066b9, + 0x00005bd4, 0x000098f4, 0x00008ae6, 0x00008154, + 0x00007827, 0x000074bd, 0x00006ed3, 0x00009288, + 0x00005a20, 0x00005b8b, 0x000086f8, 0x0000760d, + 0x0000865c, 0x00006641, 0x000091c9, 0x00005589, + 0x00007a4e, 0x000059e5, 0x00006042, 0x0000932b, + 0x00005b5a, 0x0000849c, 0x00005c91, 0x000096cd, + 0x000062d9, 0x0000675c, 0x00006787, 0x00005e7d, + 0x00008650, 0x00009eb9, 0x00005cb1, 0x000080ce, + 0x00007a00, 0x00008abc, 0x00005700, 0x00008096, + 0x00007d72, 0x00009211, 0x00008098, 0x0000907c, + 0x00007761, 0x00008737, 0x00009075, 0x0000817a, + 0x00007c3e, 0x00006ea2, 0x0000965e, 0x00007e90, + 0x000072d7, 0x000058fd, 0x000060b3, 0x00009786, + 0x00007e88, 0x0000587e, 0x00006e20, 0x000084dc, + 0x00006961, 0x000077ad, 0x00005197, 0x0000652a, + 0x00006777, 0x00005dcd, 0x00006101, 0x0000932e, + 0x00005954, 0x00006367, 0x0000798d, 0x00007aff, + 0x000080d6, 0x000058b3, 0x00006168, 0x00006ac3, + 0x00007483, 0x00009b92, 0x0000660a, 0x0000642d, + 0x00005118, 0x00006763, 0x0000809b, 0x00009c10, + 0x00004fc9, 0x00006953, 0x00007a1c, 0x000052ff, + 0x00006055, 0x0000768e, 0x0000817f, 0x00005642, + 0x00005f6d, 0x00007194, 0x000070bb, 0x00007436, + 0x00008000, 0x0000874b, 0x000055da, 0x00007435, + 0x00007690, 0x000096eb, 0x000066dd, 0x0000751c, + 0x0000633d, 0x00006ec9, 0x00007c64, 0x00007ca5, + 0x00006d35, 0x0000935c, 0x00007027, 0x00005e25, + 0x0000701d, 0x000054bd, 0x0000611a, 0x00006973, + 0x00006c6a, 0x0000559a, 0x00006d19, 0x000096cc, + 0x00005be1, 0x000059fb, 0x0000697c, 0x0000914c, + 0x00007709, 0x00008500, 0x00007a46, 0x00007872, + 0x000092e4, 0x00008ced, 0x00007cfa, 0x00009d1b, + 0x0000814e, 0x00009ac4, 0x000068a0, 0x00006dcb, + 0x00005918, 0x000083b1, 0x00005629, 0x00009b41, + 0x00006897, 0x000070b3, 0x00009771, 0x00009419, + 0x000067a2, 0x00006802, 0x00007895, 0x000068a7, + 0x000050d6, 0x000080b1, 0x00005ef8, 0x000082d4, + 0x0000797a, 0x000067ca, 0x00007e4d, 0x000069cd, + 0x000051c4, 0x0000723d, 0x00006829, 0x000099b3, + 0x00005f3c, 0x00008f61, 0x0000682b, 0x00006155, + 0x00006591, 0x00008fb1, 0x00007e1b, 0x00009798, + 0x00009952, 0x00008877, 0x00005b2c, 0x00006631, + 0x00004fa0, 0x00006939, 0x00006afb, 0x00005bb5, + 0x00007ac8, 0x00005026, 0x00005944, 0x00009059, + 0x00007b25, 0x00007b4f, 0x00008e74, 0x00008543, + 0x00005858, 0x00008b0e, 0x00005039, 0x00008654, + 0x000097f6, 0x00007569, 0x000072f8, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00004ef7, 0x00009d89, 0x00005016, + 0x000051cc, 0x000062cc, 0x000091c6, 0x00008755, + 0x0000649a, 0x000088f4, 0x000091e6, 0x00006854, + 0x0000695a, 0x00006c40, 0x00007b6c, 0x00006741, + 0x000077d7, 0x00008823, 0x00005384, 0x00008eaf, + 0x00007280, 0x00008c6b, 0x0000788d, 0x00007165, + 0x00008207, 0x000068b1, 0x00008d04, 0x00009077, + 0x0000701e, 0x00008fe6, 0x0000810a, 0x000081bf, + 0x000089dc, 0x000068b3, 0x00006adf, 0x000092ea, + 0x000095c7, 0x00007957, 0x00007a20, 0x000053a9, + 0x00008e5f, 0x0000786f, 0x000079b9, 0x00005f27, + 0x00005ed6, 0x00006853, 0x000093ac, 0x0000919c, + 0x0000691a, 0x00005806, 0x000064b0, 0x00007e4b, + 0x00007d8f, 0x000068f2, 0x00006ea5, 0x000082db, + 0x00009192, 0x00005243, 0x00008eb0, 0x00009081, + 0x0000721b, 0x00007dcb, 0x00007656, 0x000059ac, + 0x00006fe0, 0x00008b28, 0x000080a2, 0x00005544, + 0x00006070, 0x00005f4a, 0x000068c8, 0x0000633a, + 0x00009438, 0x00009b4f, 0x000081e5, 0x00006a17, + 0x000070dd, 0x000069a7, 0x0000614c, 0x0000920e, + 0x00009310, 0x00009bad, 0x000052d7, 0x0000925e, + 0x000092f9, 0x00005993, 0x00007696, 0x000066fb, + 0x00005769, 0x000073ca, 0x00007678, 0x00006a1f, + 0x00007e9c, 0x00009811, 0x00008cd1, 0x00005840, + 0x00006349, 0x0000871c, 0x000062d0, 0x000060b4, + 0x00006b89, 0x000086ee, 0x00005764, 0x0000581d, + 0x00008549, 0x00007235, 0x00007652, 0x0000983b, + 0x00008237, 0x00005351, 0x00005c24, 0x000059be, + 0x00005815, 0x0000901d, 0x000069b4, 0x0000834a, + 0x00009ea9, 0x0000976b, 0x00008086, 0x000053ad, + 0x00006068, 0x00004fae, 0x000076c3, 0x00006a05, + 0x0000689b, 0x0000937e, 0x000099d5, 0x000091c7, + 0x00005c16, 0x0000585e, 0x000061a7, 0x00009699, + 0x00004fdf, 0x00008278, 0x00009c52, 0x00005f45, + 0x00006108, 0x00007c8d, 0x0000806f, 0x00005df7, + 0x00008d6b, 0x000057b0, 0x000098e2, 0x00005703, + 0x000079bf, 0x00005996, 0x00007941, 0x0000540a, + 0x000083df, 0x00009c39, 0x000052d2, 0x00006bd8, + 0x000086cb, 0x00004ec0, 0x00009a28, 0x00005366, + 0x00008006, 0x00007337, 0x00006492, 0x00008fed, + 0x00005ac9, 0x00005420, 0x0000537f, 0x00004faf, + 0x0000807e, 0x0000543b, 0x00007515, 0x00007b18, + 0x00008749, 0x000054b3, 0x0000704c, 0x00008997, + 0x00006cab, 0x000085fa, 0x00007114, 0x0000696e, + 0x00009328, 0x0000745a, 0x000059d1, 0x00006e5b, + 0x0000617e, 0x000053e2, 0x00008317, 0x000076e7, + 0x0000848b, 0x000085af, 0x00006925, 0x00005c60, + 0x00007259, 0x000075d5, 0x00008b90, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006e07, 0x000082ad, 0x00005c4f, + 0x00007bed, 0x00009784, 0x00006f70, 0x0000764c, + 0x000088b7, 0x000092d2, 0x00004f36, 0x00005efe, + 0x00009061, 0x000088e1, 0x00008471, 0x0000711a, + 0x00006d1b, 0x000080b4, 0x000074e2, 0x00007433, + 0x00005a7f, 0x0000905c, 0x0000980c, 0x00005319, + 0x0000906e, 0x00006bb4, 0x000085aa, 0x00007897, + 0x00007afa, 0x00006aae, 0x00008910, 0x0000958f, + 0x0000620c, 0x00004f3d, 0x00004f7c, 0x000079be, + 0x00009d0e, 0x00004ed4, 0x000057a2, 0x000051a5, + 0x00006900, 0x00006089, 0x0000707c, 0x00007ae3, + 0x00008956, 0x000093a7, 0x00009c2d, 0x00005112, + 0x000052fa, 0x00007cca, 0x000060f9, 0x00007078, + 0x000081c6, 0x0000559d, 0x00006991, 0x000096c9, + 0x0000553e, 0x0000805a, 0x00008304, 0x00008332, + 0x000054fa, 0x0000565b, 0x00008fbf, 0x00005634, + 0x00006760, 0x00005265, 0x0000840e, 0x00005e5f, + 0x00007b65, 0x00009035, 0x00008387, 0x00006b4e, + 0x000058be, 0x00006309, 0x0000727d, 0x000097ad, + 0x000069d0, 0x0000546a, 0x0000984e, 0x0000632b, + 0x0000714e, 0x00008557, 0x00007cde, 0x00006372, + 0x000068f9, 0x00007511, 0x00008602, 0x00006eba, + 0x00005a3c, 0x00007a84, 0x0000851a, 0x000095a4, + 0x000059d0, 0x000060da, 0x000051ea, 0x00005a29, + 0x00007169, 0x00006f15, 0x0000696b, 0x000063bb, + 0x000075e9, 0x00004e4e, 0x00007dbb, 0x00006934, + 0x00008521, 0x00008ffa, 0x00009354, 0x00009c3b, + 0x00005f17, 0x00005ed3, 0x00008258, 0x0000895f, + 0x000082e7, 0x000052c3, 0x00005c51, 0x000083ab, + 0x00007826, 0x000079e1, 0x00007ff0, 0x0000626e, + 0x000060f0, 0x00005ca8, 0x00006f97, 0x000071a8, + 0x00009909, 0x00005132, 0x00005e37, 0x00005f04, + 0x0000637b, 0x00006753, 0x000068d7, 0x00006652, + 0x00009cf6, 0x000088b0, 0x000052ab, 0x00004fc4, + 0x00004e3c, 0x000067b3, 0x00007baa, 0x00007f4d, + 0x00008a23, 0x000063b4, 0x000071e6, 0x000065a4, + 0x00006f09, 0x0000853d, 0x00005072, 0x00007dba, + 0x00005516, 0x00007b04, 0x000072fd, 0x00006cd3, + 0x00008422, 0x0000621f, 0x000050ad, 0x00008235, + 0x00008718, 0x00005919, 0x00006028, 0x0000677c, + 0x00006f23, 0x000075b9, 0x0000695c, 0x0000520e, + 0x00008018, 0x00008b01, 0x000071ed, 0x00005713, + 0x0000660f, 0x000083eb, 0x00007164, 0x00007d9b, + 0x00005617, 0x00007d7d, 0x00008f4d, 0x00009318, + 0x00008569, 0x00005d17, 0x0000678c, 0x000067de, + 0x000087c7, 0x000079ae, 0x00005835, 0x00008404, + 0x00009041, 0x00007fd4, 0x00006e8c, 0x00008a63, + 0x00009d08, 0x0000670f, 0x0000939a, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000063ac, 0x0000602f, 0x000064e2, + 0x0000608d, 0x000096b7, 0x00006357, 0x00008461, + 0x0000914b, 0x000075d8, 0x000060e7, 0x00009913, + 0x00009c57, 0x00005984, 0x00006deb, 0x00005e96, + 0x00006d9c, 0x00009bf0, 0x000058bb, 0x00007977, + 0x000060b6, 0x0000633f, 0x00005bf5, 0x00009812, + 0x0000558b, 0x000082d3, 0x00005147, 0x00006190, + 0x00007953, 0x000079bd, 0x00006c5d, 0x00009eba, + 0x00009c48, 0x00008da8, 0x00005ee0, 0x00007d43, + 0x00005efc, 0x0000854e, 0x00008ce4, 0x00005ae1, + 0x000054e8, 0x00005023, 0x000052be, 0x00007dec, + 0x00008511, 0x00006666, 0x00006c3e, 0x0000724c, + 0x00008adc, 0x00009c0d, 0x000077a5, 0x00008b02, + 0x00008d05, 0x00006f11, 0x00009834, 0x000097fb, + 0x000050fb, 0x00007f75, 0x00005a03, 0x00008513, + 0x00004fb6, 0x0000634c, 0x00009d61, 0x0000808b, + 0x00005294, 0x000065a1, 0x0000567a, 0x00005957, + 0x00008d0b, 0x00006a35, 0x00006ad3, 0x000070f9, + 0x0000865e, 0x00006fb1, 0x000051e7, 0x00007feb, + 0x000059ea, 0x00005e87, 0x00006b6a, 0x0000754f, + 0x0000717d, 0x0000914e, 0x00007d2c, 0x00008c79, + 0x00006062, 0x0000621a, 0x00007fa8, 0x00005f1b, + 0x00006c8c, 0x000086fe, 0x00007562, 0x00007b86, + 0x00009ab8, 0x00006627, 0x00007aba, 0x0000844e, + 0x00006f81, 0x00008b2c, 0x000086a4, 0x00006feb, + 0x00007b8b, 0x00007f77, 0x00008f2f, 0x00008e44, + 0x00007e23, 0x00004e4d, 0x000079a6, 0x00008afa, + 0x0000903c, 0x000050d1, 0x00009ecd, 0x00005edf, + 0x0000758f, 0x0000631f, 0x000053db, 0x00009910, + 0x0000826e, 0x000062f7, 0x000068fa, 0x0000725d, + 0x0000803d, 0x000058d5, 0x00005c4d, 0x000086d9, + 0x0000540b, 0x00008805, 0x000092f2, 0x00009237, + 0x00005c61, 0x0000985b, 0x000086e4, 0x0000966a, + 0x00007262, 0x00006955, 0x00006cd7, 0x00006994, + 0x00009c2f, 0x000077e7, 0x000068c9, 0x00008de8, + 0x00006d6c, 0x000067c1, 0x00009baa, 0x0000619a, + 0x000063a9, 0x00007015, 0x00009306, 0x0000934d, + 0x00006a61, 0x00006258, 0x00005283, 0x00007525, + 0x00005687, 0x00006c83, 0x00006834, 0x0000649e, + 0x00004e9b, 0x00007252, 0x000059e6, 0x00008fc2, + 0x00005fbd, 0x00006dd8, 0x000085f7, 0x00008a51, + 0x00009817, 0x000099c1, 0x000063a0, 0x00007c81, + 0x00005b30, 0x00008139, 0x00005403, 0x00007e82, + 0x00008106, 0x0000532a, 0x00006a8e, 0x00007f6b, + 0x000054e9, 0x00005678, 0x00008ab9, 0x00006715, + 0x00005bd3, 0x00006478, 0x000064fe, 0x00006b1d, + 0x00008cc2, 0x000051cb, 0x00007e8f, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005f0c, 0x00004e10, 0x00004e15, + 0x00004e28, 0x00004e2a, 0x00004e31, 0x00004e36, + 0x00004e3f, 0x00004e42, 0x00004e56, 0x00004e58, + 0x00004e62, 0x00004e82, 0x00004e85, 0x00004e8a, + 0x00004e8e, 0x00005f0d, 0x00004e9e, 0x00004ea0, + 0x00004ea2, 0x00004eb0, 0x00004eb3, 0x00004eb6, + 0x00004ece, 0x00004ecd, 0x00004ec4, 0x00004ec6, + 0x00004ec2, 0x00004ee1, 0x00004ed7, 0x00004ede, + 0x00004eed, 0x00004edf, 0x00004efc, 0x00004f09, + 0x00004f1c, 0x00004f00, 0x00004f03, 0x00004f5a, + 0x00004f30, 0x00004f5d, 0x00004f39, 0x00004f57, + 0x00004f47, 0x00004f5e, 0x00004f56, 0x00004f5b, + 0x00004f92, 0x00004f8a, 0x00004f88, 0x00004f8f, + 0x00004f9a, 0x00004fad, 0x00004f98, 0x00004f7b, + 0x00004fab, 0x00004f69, 0x00004f70, 0x00004f94, + 0x00004f6f, 0x00004f86, 0x00004f96, 0x00004fd4, + 0x00004fce, 0x00004fd8, 0x00004fdb, 0x00004fd1, + 0x00004fda, 0x00004fd0, 0x00004fcd, 0x00004fe4, + 0x00004fe5, 0x0000501a, 0x00005040, 0x00005028, + 0x00005014, 0x0000502a, 0x00005025, 0x00005005, + 0x00005021, 0x00005022, 0x00005029, 0x0000502c, + 0x00004fff, 0x00004ffe, 0x00004fef, 0x00005011, + 0x0000501e, 0x00005006, 0x00005043, 0x00005047, + 0x00005055, 0x00005050, 0x00005048, 0x0000505a, + 0x00005056, 0x0000500f, 0x00005046, 0x00005070, + 0x00005042, 0x0000506c, 0x00005078, 0x00005080, + 0x00005094, 0x0000509a, 0x00005085, 0x000050b4, + 0x00006703, 0x000050b2, 0x000050c9, 0x000050ca, + 0x000050b3, 0x000050c2, 0x000050f4, 0x000050de, + 0x000050e5, 0x000050d8, 0x000050ed, 0x000050e3, + 0x000050ee, 0x000050f9, 0x000050f5, 0x00005109, + 0x00005101, 0x00005102, 0x0000511a, 0x00005115, + 0x00005114, 0x00005116, 0x00005121, 0x0000513a, + 0x00005137, 0x0000513c, 0x0000513b, 0x0000513f, + 0x00005140, 0x0000514a, 0x0000514c, 0x00005152, + 0x00005154, 0x00005162, 0x00005164, 0x00005169, + 0x0000516a, 0x0000516e, 0x00005180, 0x00005182, + 0x000056d8, 0x0000518c, 0x00005189, 0x0000518f, + 0x00005191, 0x00005193, 0x00005195, 0x00005196, + 0x0000519d, 0x000051a4, 0x000051a6, 0x000051a2, + 0x000051a9, 0x000051aa, 0x000051ab, 0x000051b3, + 0x000051b1, 0x000051b2, 0x000051b0, 0x000051b5, + 0x000051be, 0x000051bd, 0x000051c5, 0x000051c9, + 0x000051db, 0x000051e0, 0x000051e9, 0x000051ec, + 0x000051ed, 0x000051f0, 0x000051f5, 0x000051fe, + 0x00005204, 0x0000520b, 0x00005214, 0x00005215, + 0x00005227, 0x0000522a, 0x0000522e, 0x00005233, + 0x00005239, 0x00005244, 0x0000524b, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000524f, 0x0000525e, 0x00005254, + 0x00005271, 0x0000526a, 0x00005273, 0x00005274, + 0x00005269, 0x0000527f, 0x0000527d, 0x0000528d, + 0x00005288, 0x00005292, 0x00005291, 0x0000529c, + 0x000052a6, 0x000052ac, 0x000052ad, 0x000052bc, + 0x000052b5, 0x000052c1, 0x000052c0, 0x000052cd, + 0x000052db, 0x000052de, 0x000052e3, 0x000052e6, + 0x000052e0, 0x000052f3, 0x000052f5, 0x000052f8, + 0x000052f9, 0x00005300, 0x00005306, 0x00005307, + 0x00005308, 0x00007538, 0x0000530d, 0x00005310, + 0x0000530f, 0x00005315, 0x0000531a, 0x00005324, + 0x00005323, 0x0000532f, 0x00005331, 0x00005333, + 0x00005338, 0x00005340, 0x00005345, 0x00005346, + 0x00005349, 0x00004e17, 0x0000534d, 0x000051d6, + 0x00008209, 0x0000535e, 0x00005369, 0x0000536e, + 0x00005372, 0x00005377, 0x0000537b, 0x00005382, + 0x00005393, 0x00005396, 0x000053a0, 0x000053a6, + 0x000053a5, 0x000053ae, 0x000053b0, 0x000053b2, + 0x000053b6, 0x000053c3, 0x00007c12, 0x000053dd, + 0x000053df, 0x000066fc, 0x0000fa0e, 0x000071ee, + 0x000053ee, 0x000053e8, 0x000053ed, 0x000053fa, + 0x00005401, 0x0000543d, 0x00005440, 0x0000542c, + 0x0000542d, 0x0000543c, 0x0000542e, 0x00005436, + 0x00005429, 0x0000541d, 0x0000544e, 0x0000548f, + 0x00005475, 0x0000548e, 0x0000545f, 0x00005471, + 0x00005477, 0x00005470, 0x00005492, 0x0000547b, + 0x00005480, 0x0000549c, 0x00005476, 0x00005484, + 0x00005490, 0x00005486, 0x0000548a, 0x000054c7, + 0x000054bc, 0x000054af, 0x000054a2, 0x000054b8, + 0x000054a5, 0x000054ac, 0x000054c4, 0x000054d8, + 0x000054c8, 0x000054a8, 0x000054ab, 0x000054c2, + 0x000054a4, 0x000054a9, 0x000054be, 0x000054e5, + 0x000054ff, 0x000054e6, 0x0000550f, 0x00005514, + 0x000054fd, 0x000054ee, 0x000054ed, 0x000054e2, + 0x00005539, 0x00005540, 0x00005563, 0x0000554c, + 0x0000552e, 0x0000555c, 0x00005545, 0x00005556, + 0x00005557, 0x00005538, 0x00005533, 0x0000555d, + 0x00005599, 0x00005580, 0x0000558a, 0x0000559f, + 0x0000557b, 0x0000557e, 0x00005598, 0x0000559e, + 0x000055ae, 0x0000557c, 0x00005586, 0x00005583, + 0x000055a9, 0x00005587, 0x000055a8, 0x000055c5, + 0x000055df, 0x000055c4, 0x000055dc, 0x000055e4, + 0x000055d4, 0x000055f9, 0x00005614, 0x000055f7, + 0x00005616, 0x000055fe, 0x000055fd, 0x0000561b, + 0x0000564e, 0x00005650, 0x00005636, 0x00005632, + 0x00005638, 0x0000566b, 0x00005664, 0x00005686, + 0x0000562f, 0x0000566c, 0x0000566a, 0x000071df, + 0x00005694, 0x0000568f, 0x00005680, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000568a, 0x000056a0, 0x000056a5, + 0x000056ae, 0x000056b6, 0x000056b4, 0x000056c8, + 0x000056c2, 0x000056bc, 0x000056c1, 0x000056c3, + 0x000056c0, 0x000056ce, 0x000056d3, 0x000056d1, + 0x000056d7, 0x000056ee, 0x000056f9, 0x000056ff, + 0x00005704, 0x00005709, 0x00005708, 0x0000570d, + 0x000055c7, 0x00005718, 0x00005716, 0x0000571c, + 0x00005726, 0x00005738, 0x0000574e, 0x0000573b, + 0x00005759, 0x00005740, 0x0000574f, 0x00005765, + 0x00005788, 0x00005761, 0x0000577f, 0x00005789, + 0x00005793, 0x000057a0, 0x000057a4, 0x000057b3, + 0x000057ac, 0x000057aa, 0x000057c3, 0x000057c6, + 0x000057c8, 0x000057c0, 0x000057d4, 0x000057c7, + 0x000057d2, 0x000057d3, 0x000057d6, 0x0000fa0f, + 0x0000580a, 0x000057e3, 0x0000580b, 0x00005819, + 0x00005821, 0x0000584b, 0x00005862, 0x00006bc0, + 0x0000583d, 0x00005852, 0x0000fa10, 0x00005870, + 0x00005879, 0x00005885, 0x00005872, 0x0000589f, + 0x000058ab, 0x000058b8, 0x0000589e, 0x000058ae, + 0x000058b2, 0x000058b9, 0x000058ba, 0x000058c5, + 0x000058d3, 0x000058d1, 0x000058d7, 0x000058d9, + 0x000058d8, 0x000058de, 0x000058dc, 0x000058df, + 0x000058e4, 0x000058e5, 0x000058ef, 0x000058f7, + 0x000058f9, 0x000058fb, 0x000058fc, 0x00005902, + 0x0000590a, 0x0000590b, 0x00005910, 0x0000591b, + 0x000068a6, 0x00005925, 0x0000592c, 0x0000592d, + 0x00005932, 0x00005938, 0x0000593e, 0x00005955, + 0x00005950, 0x00005953, 0x0000595a, 0x00005958, + 0x0000595b, 0x0000595d, 0x00005963, 0x00005962, + 0x00005960, 0x00005967, 0x0000596c, 0x00005969, + 0x00005978, 0x00005981, 0x0000598d, 0x0000599b, + 0x0000599d, 0x000059a3, 0x000059a4, 0x000059b2, + 0x000059ba, 0x000059c6, 0x000059e8, 0x000059d9, + 0x000059da, 0x00005a25, 0x00005a1f, 0x00005a11, + 0x00005a1c, 0x00005a1a, 0x00005a09, 0x00005a40, + 0x00005a6c, 0x00005a49, 0x00005a35, 0x00005a36, + 0x00005a62, 0x00005a6a, 0x00005a9a, 0x00005abc, + 0x00005abe, 0x00005ad0, 0x00005acb, 0x00005ac2, + 0x00005abd, 0x00005ae3, 0x00005ad7, 0x00005ae6, + 0x00005ae9, 0x00005ad6, 0x00005afa, 0x00005afb, + 0x00005b0c, 0x00005b0b, 0x00005b16, 0x00005b32, + 0x00005b2a, 0x00005b36, 0x00005b3e, 0x00005b43, + 0x00005b45, 0x00005b40, 0x00005b51, 0x00005b55, + 0x00005b56, 0x00006588, 0x00005b5b, 0x00005b65, + 0x00005b69, 0x00005b70, 0x00005b73, 0x00005b75, + 0x00005b78, 0x00005b7a, 0x00005b80, 0x00005b83, + 0x00005ba6, 0x00005bb8, 0x00005bc3, 0x00005bc7, + 0x00005bc0, 0x00005bc9, 0x0000752f, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00005bd0, 0x00005bd8, 0x00005bde, + 0x00005bec, 0x00005be4, 0x00005be2, 0x00005be5, + 0x00005beb, 0x00005bf0, 0x00005bf3, 0x00005bf6, + 0x00005c05, 0x00005c07, 0x00005c08, 0x00005c0d, + 0x00005c13, 0x00005c1e, 0x00005c20, 0x00005c22, + 0x00005c28, 0x00005c38, 0x00005c41, 0x00005c46, + 0x00005c4e, 0x00005c53, 0x00005c50, 0x00005b71, + 0x00005c6c, 0x00005c6e, 0x00005c76, 0x00005c79, + 0x00005c8c, 0x00005c94, 0x00005cbe, 0x00005cab, + 0x00005cbb, 0x00005cb6, 0x00005cb7, 0x00005ca6, + 0x00005cba, 0x00005cc5, 0x00005cbc, 0x00005cc7, + 0x00005cd9, 0x00005ce9, 0x00005cfd, 0x00005cfa, + 0x00005cf5, 0x00005ced, 0x00005cea, 0x00005d0b, + 0x00005d15, 0x00005d1f, 0x00005d1b, 0x00005d11, + 0x00005d27, 0x00005d22, 0x00005d1a, 0x00005d19, + 0x00005d18, 0x00005d4c, 0x00005d52, 0x00005d53, + 0x0000fa11, 0x00005d5c, 0x00005d4e, 0x00005d4b, + 0x00005d42, 0x00005d6c, 0x00005d73, 0x00005d6d, + 0x00005d76, 0x00005d87, 0x00005d84, 0x00005d82, + 0x00005d8c, 0x00005da2, 0x00005d9d, 0x00005d90, + 0x00005dac, 0x00005dae, 0x00005db7, 0x00005db8, + 0x00005dbc, 0x00005db9, 0x00005dc9, 0x00005dd0, + 0x00005dd3, 0x00005dd2, 0x00005ddb, 0x00005deb, + 0x00005df5, 0x00005e0b, 0x00005e1a, 0x00005e19, + 0x00005e11, 0x00005e1b, 0x00005e36, 0x00005e44, + 0x00005e43, 0x00005e40, 0x00005e47, 0x00005e4e, + 0x00005e57, 0x00005e54, 0x00005e62, 0x00005e64, + 0x00005e75, 0x00005e76, 0x00005e7a, 0x00005e7f, + 0x00005ea0, 0x00005ec1, 0x00005ec2, 0x00005ec8, + 0x00005ed0, 0x00005ecf, 0x00005edd, 0x00005eda, + 0x00005edb, 0x00005ee2, 0x00005ee1, 0x00005ee8, + 0x00005ee9, 0x00005eec, 0x00005ef0, 0x00005ef1, + 0x00005ef3, 0x00005ef4, 0x00005f03, 0x00005f09, + 0x00005f0b, 0x00005f11, 0x00005f16, 0x00005f21, + 0x00005f29, 0x00005f2d, 0x00005f2f, 0x00005f34, + 0x00005f38, 0x00005f41, 0x00005f48, 0x00005f4c, + 0x00005f4e, 0x00005f51, 0x00005f56, 0x00005f57, + 0x00005f59, 0x00005f5c, 0x00005f5d, 0x00005f61, + 0x00005f67, 0x00005f73, 0x00005f77, 0x00005f83, + 0x00005f82, 0x00005f7f, 0x00005f8a, 0x00005f88, + 0x00005f87, 0x00005f91, 0x00005f99, 0x00005f9e, + 0x00005f98, 0x00005fa0, 0x00005fa8, 0x00005fad, + 0x00005fb7, 0x00005fbc, 0x00005fd6, 0x00005ffb, + 0x00005fe4, 0x00005ff8, 0x00005ff1, 0x00005ff0, + 0x00005fdd, 0x00005fde, 0x00005fff, 0x00006021, + 0x00006019, 0x00006010, 0x00006029, 0x0000600e, + 0x00006031, 0x0000601b, 0x00006015, 0x0000602b, + 0x00006026, 0x0000600f, 0x0000603a, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000605a, 0x00006041, 0x00006060, + 0x0000605d, 0x0000606a, 0x00006077, 0x0000605f, + 0x0000604a, 0x00006046, 0x0000604d, 0x00006063, + 0x00006043, 0x00006064, 0x0000606c, 0x0000606b, + 0x00006059, 0x00006085, 0x00006081, 0x00006083, + 0x0000609a, 0x00006084, 0x0000609b, 0x0000608a, + 0x00006096, 0x00006097, 0x00006092, 0x000060a7, + 0x0000608b, 0x000060e1, 0x000060b8, 0x000060de, + 0x000060e0, 0x000060d3, 0x000060bd, 0x000060c6, + 0x000060b5, 0x000060d5, 0x000060d8, 0x00006120, + 0x000060f2, 0x00006115, 0x00006106, 0x000060f6, + 0x000060f7, 0x00006100, 0x000060f4, 0x000060fa, + 0x00006103, 0x00006121, 0x000060fb, 0x000060f1, + 0x0000610d, 0x0000610e, 0x00006111, 0x00006147, + 0x0000614d, 0x00006137, 0x00006128, 0x00006127, + 0x0000613e, 0x0000614a, 0x00006130, 0x0000613c, + 0x0000612c, 0x00006134, 0x00006165, 0x0000615d, + 0x0000613d, 0x00006142, 0x00006144, 0x00006173, + 0x00006187, 0x00006177, 0x00006158, 0x00006159, + 0x0000615a, 0x0000616b, 0x00006174, 0x0000616f, + 0x00006171, 0x0000615f, 0x00006153, 0x00006175, + 0x00006198, 0x00006199, 0x00006196, 0x000061ac, + 0x00006194, 0x0000618a, 0x00006191, 0x000061ab, + 0x000061ae, 0x000061cc, 0x000061ca, 0x000061c9, + 0x000061c8, 0x000061c3, 0x000061c6, 0x000061ba, + 0x000061cb, 0x00007f79, 0x000061cd, 0x000061e6, + 0x000061e3, 0x000061f4, 0x000061f7, 0x000061f6, + 0x000061fd, 0x000061fa, 0x000061ff, 0x000061fc, + 0x000061fe, 0x00006200, 0x00006208, 0x00006209, + 0x0000620d, 0x00006213, 0x00006214, 0x0000621b, + 0x0000621e, 0x00006221, 0x0000622a, 0x0000622e, + 0x00006230, 0x00006232, 0x00006233, 0x00006241, + 0x0000624e, 0x0000625e, 0x00006263, 0x0000625b, + 0x00006260, 0x00006268, 0x0000627c, 0x00006282, + 0x00006289, 0x00006292, 0x0000627e, 0x00006293, + 0x00006296, 0x00006283, 0x00006294, 0x000062d7, + 0x000062d1, 0x000062bb, 0x000062cf, 0x000062ac, + 0x000062c6, 0x000062c8, 0x000062dc, 0x000062d4, + 0x000062ca, 0x000062c2, 0x000062a6, 0x000062c7, + 0x0000629b, 0x000062c9, 0x0000630c, 0x000062ee, + 0x000062f1, 0x00006327, 0x00006302, 0x00006308, + 0x000062ef, 0x000062f5, 0x000062ff, 0x00006350, + 0x0000634d, 0x0000633e, 0x0000634f, 0x00006396, + 0x0000638e, 0x00006380, 0x000063ab, 0x00006376, + 0x000063a3, 0x0000638f, 0x00006389, 0x0000639f, + 0x0000636b, 0x00006369, 0x000063b5, 0x000063be, + 0x000063e9, 0x000063c0, 0x000063c6, 0x000063f5, + 0x000063e3, 0x000063c9, 0x000063d2, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000063f6, 0x000063c4, 0x00006434, + 0x00006406, 0x00006413, 0x00006426, 0x00006436, + 0x0000641c, 0x00006417, 0x00006428, 0x0000640f, + 0x00006416, 0x0000644e, 0x00006467, 0x0000646f, + 0x00006460, 0x00006476, 0x000064b9, 0x0000649d, + 0x000064ce, 0x00006495, 0x000064bb, 0x00006493, + 0x000064a5, 0x000064a9, 0x00006488, 0x000064bc, + 0x000064da, 0x000064d2, 0x000064c5, 0x000064c7, + 0x000064d4, 0x000064d8, 0x000064c2, 0x000064f1, + 0x000064e7, 0x000064e0, 0x000064e1, 0x000064e3, + 0x000064ef, 0x000064f4, 0x000064f6, 0x000064f2, + 0x000064fa, 0x00006500, 0x000064fd, 0x00006518, + 0x0000651c, 0x0000651d, 0x00006505, 0x00006524, + 0x00006523, 0x0000652b, 0x0000652c, 0x00006534, + 0x00006535, 0x00006537, 0x00006536, 0x00006538, + 0x0000754b, 0x00006548, 0x0000654e, 0x00006556, + 0x0000654d, 0x00006558, 0x00006555, 0x0000655d, + 0x00006572, 0x00006578, 0x00006582, 0x00006583, + 0x00008b8a, 0x0000659b, 0x0000659f, 0x000065ab, + 0x000065b7, 0x000065c3, 0x000065c6, 0x000065c1, + 0x000065c4, 0x000065cc, 0x000065d2, 0x000065d9, + 0x000065e1, 0x000065e0, 0x000065f1, 0x00006600, + 0x00006615, 0x00006602, 0x00006772, 0x00006603, + 0x000065fb, 0x00006609, 0x0000663f, 0x00006635, + 0x0000662e, 0x0000661e, 0x00006634, 0x0000661c, + 0x00006624, 0x00006644, 0x00006649, 0x00006665, + 0x00006657, 0x0000665e, 0x00006664, 0x00006659, + 0x00006662, 0x0000665d, 0x0000fa12, 0x00006673, + 0x00006670, 0x00006683, 0x00006688, 0x00006684, + 0x00006699, 0x00006698, 0x000066a0, 0x0000669d, + 0x000066b2, 0x000066c4, 0x000066c1, 0x000066bf, + 0x000066c9, 0x000066be, 0x000066bc, 0x000066b8, + 0x000066d6, 0x000066da, 0x000066e6, 0x000066e9, + 0x000066f0, 0x000066f5, 0x000066f7, 0x000066fa, + 0x0000670e, 0x0000f929, 0x00006716, 0x0000671e, + 0x00007e22, 0x00006726, 0x00006727, 0x00009738, + 0x0000672e, 0x0000673f, 0x00006736, 0x00006737, + 0x00006738, 0x00006746, 0x0000675e, 0x00006759, + 0x00006766, 0x00006764, 0x00006789, 0x00006785, + 0x00006770, 0x000067a9, 0x0000676a, 0x0000678b, + 0x00006773, 0x000067a6, 0x000067a1, 0x000067bb, + 0x000067b7, 0x000067ef, 0x000067b4, 0x000067ec, + 0x000067e9, 0x000067b8, 0x000067e7, 0x000067e4, + 0x00006852, 0x000067dd, 0x000067e2, 0x000067ee, + 0x000067c0, 0x000067ce, 0x000067b9, 0x00006801, + 0x000067c6, 0x0000681e, 0x00006846, 0x0000684d, + 0x00006840, 0x00006844, 0x00006832, 0x0000684e, + 0x00006863, 0x00006859, 0x0000688d, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006877, 0x0000687f, 0x0000689f, + 0x0000687e, 0x0000688f, 0x000068ad, 0x00006894, + 0x00006883, 0x000068bc, 0x000068b9, 0x00006874, + 0x000068b5, 0x000068ba, 0x0000690f, 0x00006901, + 0x000068ca, 0x00006908, 0x000068d8, 0x00006926, + 0x000068e1, 0x0000690c, 0x000068cd, 0x000068d4, + 0x000068e7, 0x000068d5, 0x00006912, 0x000068ef, + 0x00006904, 0x000068e3, 0x000068e0, 0x000068cf, + 0x000068c6, 0x00006922, 0x0000692a, 0x00006921, + 0x00006923, 0x00006928, 0x0000fa13, 0x00006979, + 0x00006977, 0x00006936, 0x00006978, 0x00006954, + 0x0000696a, 0x00006974, 0x00006968, 0x0000693d, + 0x00006959, 0x00006930, 0x0000695e, 0x0000695d, + 0x0000697e, 0x00006981, 0x000069b2, 0x000069bf, + 0x0000fa14, 0x00006998, 0x000069c1, 0x000069d3, + 0x000069be, 0x000069ce, 0x00005be8, 0x000069ca, + 0x000069b1, 0x000069dd, 0x000069bb, 0x000069c3, + 0x000069a0, 0x0000699c, 0x00006995, 0x000069de, + 0x00006a2e, 0x000069e8, 0x00006a02, 0x00006a1b, + 0x000069ff, 0x000069f9, 0x000069f2, 0x000069e7, + 0x000069e2, 0x00006a1e, 0x000069ed, 0x00006a14, + 0x000069eb, 0x00006a0a, 0x00006a22, 0x00006a12, + 0x00006a23, 0x00006a13, 0x00006a30, 0x00006a6b, + 0x00006a44, 0x00006a0c, 0x00006aa0, 0x00006a36, + 0x00006a78, 0x00006a47, 0x00006a62, 0x00006a59, + 0x00006a66, 0x00006a48, 0x00006a46, 0x00006a38, + 0x00006a72, 0x00006a73, 0x00006a90, 0x00006a8d, + 0x00006a84, 0x00006aa2, 0x00006aa3, 0x00006a7e, + 0x00006a97, 0x00006aac, 0x00006aaa, 0x00006abb, + 0x00006ac2, 0x00006ab8, 0x00006ab3, 0x00006ac1, + 0x00006ade, 0x00006ae2, 0x00006ad1, 0x00006ada, + 0x00006ae4, 0x00008616, 0x00008617, 0x00006aea, + 0x00006b05, 0x00006b0a, 0x00006afa, 0x00006b12, + 0x00006b16, 0x00006b1f, 0x00006b38, 0x00006b37, + 0x00006b39, 0x000076dc, 0x000098ee, 0x00006b47, + 0x00006b43, 0x00006b49, 0x00006b50, 0x00006b59, + 0x00006b54, 0x00006b5b, 0x00006b5f, 0x00006b61, + 0x00006b78, 0x00006b79, 0x00006b7f, 0x00006b80, + 0x00006b84, 0x00006b83, 0x00006b8d, 0x00006b98, + 0x00006b95, 0x00006b9e, 0x00006ba4, 0x00006baa, + 0x00006bab, 0x00006baf, 0x00006bb1, 0x00006bb2, + 0x00006bb3, 0x00006bb7, 0x00006bbc, 0x00006bc6, + 0x00006bcb, 0x00006bd3, 0x00006bd6, 0x00006bdf, + 0x00006bec, 0x00006beb, 0x00006bf3, 0x00006bef, + 0x00006c08, 0x00006c13, 0x00006c14, 0x00006c1b, + 0x00006c24, 0x00006c23, 0x00006c3f, 0x00006c5e, + 0x00006c55, 0x00006c5c, 0x00006c62, 0x00006c82, + 0x00006c8d, 0x00006c86, 0x00006c6f, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006c9a, 0x00006c81, 0x00006c9b, + 0x00006c7e, 0x00006c68, 0x00006c73, 0x00006c92, + 0x00006c90, 0x00006cc4, 0x00006cf1, 0x00006cbd, + 0x00006cc5, 0x00006cae, 0x00006cda, 0x00006cdd, + 0x00006cb1, 0x00006cbe, 0x00006cba, 0x00006cdb, + 0x00006cef, 0x00006cd9, 0x00006cea, 0x00006d1f, + 0x00006d04, 0x00006d36, 0x00006d2b, 0x00006d3d, + 0x00006d33, 0x00006d12, 0x00006d0c, 0x00006d63, + 0x00006d87, 0x00006d93, 0x00006d6f, 0x00006d64, + 0x00006d5a, 0x00006d79, 0x00006d59, 0x00006d8e, + 0x00006d95, 0x00006d9b, 0x00006d85, 0x00006d96, + 0x00006df9, 0x00006e0a, 0x00006e2e, 0x00006db5, + 0x00006de6, 0x00006dc7, 0x00006dac, 0x00006db8, + 0x00006dcf, 0x00006dc6, 0x00006dec, 0x00006dde, + 0x00006dcc, 0x00006de8, 0x00006df8, 0x00006dd2, + 0x00006dc5, 0x00006dfa, 0x00006dd9, 0x00006df2, + 0x00006dfc, 0x00006de4, 0x00006dd5, 0x00006dea, + 0x00006dee, 0x00006e2d, 0x00006e6e, 0x00006e19, + 0x00006e72, 0x00006e5f, 0x00006e39, 0x00006e3e, + 0x00006e23, 0x00006e6b, 0x00006e5c, 0x00006e2b, + 0x00006e76, 0x00006e4d, 0x00006e1f, 0x00006e27, + 0x00006e43, 0x00006e3c, 0x00006e3a, 0x00006e4e, + 0x00006e24, 0x00006e1d, 0x00006e38, 0x00006e82, + 0x00006eaa, 0x00006e98, 0x00006eb7, 0x00006ebd, + 0x00006eaf, 0x00006ec4, 0x00006eb2, 0x00006ed4, + 0x00006ed5, 0x00006e8f, 0x00006ebf, 0x00006ec2, + 0x00006e9f, 0x00006f41, 0x00006f45, 0x00006eec, + 0x00006ef8, 0x00006efe, 0x00006f3f, 0x00006ef2, + 0x00006f31, 0x00006eef, 0x00006f32, 0x00006ecc, + 0x00006eff, 0x00006f3e, 0x00006f13, 0x00006ef7, + 0x00006f86, 0x00006f7a, 0x00006f78, 0x00006f80, + 0x00006f6f, 0x00006f5b, 0x00006f6d, 0x00006f74, + 0x00006f82, 0x00006f88, 0x00006f7c, 0x00006f58, + 0x00006fc6, 0x00006f8e, 0x00006f91, 0x00006f66, + 0x00006fb3, 0x00006fa3, 0x00006fb5, 0x00006fa1, + 0x00006fb9, 0x00006fdb, 0x00006faa, 0x00006fc2, + 0x00006fdf, 0x00006fd5, 0x00006fec, 0x00006fd8, + 0x00006fd4, 0x00006ff5, 0x00006fee, 0x00007005, + 0x00007007, 0x00007009, 0x0000700b, 0x00006ffa, + 0x00007011, 0x00007001, 0x0000700f, 0x0000701b, + 0x0000701a, 0x0000701f, 0x00006ff3, 0x00007028, + 0x00007018, 0x00007030, 0x0000703e, 0x00007032, + 0x00007051, 0x00007063, 0x00007085, 0x00007099, + 0x000070af, 0x000070ab, 0x000070ac, 0x000070b8, + 0x000070ae, 0x000070df, 0x000070cb, 0x000070d9, + 0x00007109, 0x0000710f, 0x00007104, 0x000070f1, + 0x000070fd, 0x0000711c, 0x00007119, 0x0000715c, + 0x00007146, 0x00007147, 0x00007166, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007162, 0x0000714c, 0x00007156, + 0x0000716c, 0x00007188, 0x0000718f, 0x00007184, + 0x00007195, 0x0000fa15, 0x000071ac, 0x000071c1, + 0x000071b9, 0x000071be, 0x000071d2, 0x000071e7, + 0x000071c9, 0x000071d4, 0x000071d7, 0x000071ce, + 0x000071f5, 0x000071e0, 0x000071ec, 0x000071fb, + 0x000071fc, 0x000071f9, 0x000071fe, 0x000071ff, + 0x0000720d, 0x00007210, 0x00007228, 0x0000722d, + 0x0000722c, 0x00007230, 0x00007232, 0x0000723b, + 0x0000723c, 0x0000723f, 0x00007240, 0x00007246, + 0x0000724b, 0x00007258, 0x00007274, 0x0000727e, + 0x00007281, 0x00007287, 0x00007282, 0x00007292, + 0x00007296, 0x000072a2, 0x000072a7, 0x000072b1, + 0x000072b2, 0x000072be, 0x000072c3, 0x000072c6, + 0x000072c4, 0x000072b9, 0x000072ce, 0x000072d2, + 0x000072e2, 0x000072e0, 0x000072e1, 0x000072f9, + 0x000072f7, 0x00007317, 0x0000730a, 0x0000731c, + 0x00007316, 0x0000731d, 0x00007324, 0x00007334, + 0x00007329, 0x0000732f, 0x0000fa16, 0x00007325, + 0x0000733e, 0x0000734f, 0x0000734e, 0x00007357, + 0x00009ed8, 0x0000736a, 0x00007368, 0x00007370, + 0x00007377, 0x00007378, 0x00007375, 0x0000737b, + 0x000073c8, 0x000073bd, 0x000073b3, 0x000073ce, + 0x000073bb, 0x000073c0, 0x000073c9, 0x000073d6, + 0x000073e5, 0x000073e3, 0x000073d2, 0x000073ee, + 0x000073f1, 0x000073de, 0x000073f8, 0x00007407, + 0x000073f5, 0x00007405, 0x00007426, 0x0000742a, + 0x00007425, 0x00007429, 0x0000742e, 0x00007432, + 0x0000743a, 0x00007455, 0x0000743f, 0x0000745f, + 0x00007459, 0x00007441, 0x0000745c, 0x00007469, + 0x00007470, 0x00007463, 0x0000746a, 0x00007464, + 0x00007462, 0x00007489, 0x0000746f, 0x0000747e, + 0x0000749f, 0x0000749e, 0x000074a2, 0x000074a7, + 0x000074ca, 0x000074cf, 0x000074d4, 0x000074e0, + 0x000074e3, 0x000074e7, 0x000074e9, 0x000074ee, + 0x000074f0, 0x000074f2, 0x000074f1, 0x000074f7, + 0x000074f8, 0x00007501, 0x00007504, 0x00007503, + 0x00007505, 0x0000750d, 0x0000750c, 0x0000750e, + 0x00007513, 0x0000751e, 0x00007526, 0x0000752c, + 0x0000753c, 0x00007544, 0x0000754d, 0x0000754a, + 0x00007549, 0x00007546, 0x0000755b, 0x0000755a, + 0x00007564, 0x00007567, 0x0000756b, 0x0000756f, + 0x00007574, 0x0000756d, 0x00007578, 0x00007576, + 0x00007582, 0x00007586, 0x00007587, 0x0000758a, + 0x00007589, 0x00007594, 0x0000759a, 0x0000759d, + 0x000075a5, 0x000075a3, 0x000075c2, 0x000075b3, + 0x000075c3, 0x000075b5, 0x000075bd, 0x000075b8, + 0x000075bc, 0x000075b1, 0x000075cd, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000075ca, 0x000075d2, 0x000075d9, + 0x000075e3, 0x000075de, 0x000075fe, 0x000075ff, + 0x000075fc, 0x00007601, 0x000075f0, 0x000075fa, + 0x000075f2, 0x000075f3, 0x0000760b, 0x00007609, + 0x0000761f, 0x00007627, 0x00007620, 0x00007621, + 0x00007622, 0x00007624, 0x00007634, 0x00007630, + 0x0000763b, 0x00007647, 0x00007648, 0x00007658, + 0x00007646, 0x0000765c, 0x00007661, 0x00007662, + 0x00007668, 0x00007669, 0x00007667, 0x0000766a, + 0x0000766c, 0x00007670, 0x00007672, 0x00007676, + 0x0000767c, 0x00007682, 0x00007680, 0x00007683, + 0x00007688, 0x0000768b, 0x00007699, 0x0000769a, + 0x0000769c, 0x0000769e, 0x0000769b, 0x000076a6, + 0x000076b0, 0x000076b4, 0x000076b8, 0x000076b9, + 0x000076ba, 0x000076c2, 0x0000fa17, 0x000076cd, + 0x000076d6, 0x000076d2, 0x000076de, 0x000076e1, + 0x000076e5, 0x000076ea, 0x0000862f, 0x000076fb, + 0x00007708, 0x00007707, 0x00007704, 0x00007724, + 0x00007729, 0x00007725, 0x00007726, 0x0000771b, + 0x00007737, 0x00007738, 0x00007746, 0x00007747, + 0x0000775a, 0x00007768, 0x0000776b, 0x0000775b, + 0x00007765, 0x0000777f, 0x0000777e, 0x00007779, + 0x0000778e, 0x0000778b, 0x00007791, 0x000077a0, + 0x0000779e, 0x000077b0, 0x000077b6, 0x000077b9, + 0x000077bf, 0x000077bc, 0x000077bd, 0x000077bb, + 0x000077c7, 0x000077cd, 0x000077da, 0x000077dc, + 0x000077e3, 0x000077ee, 0x000052af, 0x000077fc, + 0x0000780c, 0x00007812, 0x00007821, 0x0000783f, + 0x00007820, 0x00007845, 0x0000784e, 0x00007864, + 0x00007874, 0x0000788e, 0x0000787a, 0x00007886, + 0x0000789a, 0x0000787c, 0x0000788c, 0x000078a3, + 0x000078b5, 0x000078aa, 0x000078af, 0x000078d1, + 0x000078c6, 0x000078cb, 0x000078d4, 0x000078be, + 0x000078bc, 0x000078c5, 0x000078ca, 0x000078ec, + 0x000078e7, 0x000078da, 0x000078fd, 0x000078f4, + 0x00007907, 0x00007911, 0x00007919, 0x0000792c, + 0x0000792b, 0x00007930, 0x0000fa18, 0x00007940, + 0x00007960, 0x0000fa19, 0x0000795f, 0x0000795a, + 0x00007955, 0x0000fa1a, 0x0000797f, 0x0000798a, + 0x00007994, 0x0000fa1b, 0x0000799d, 0x0000799b, + 0x000079aa, 0x000079b3, 0x000079ba, 0x000079c9, + 0x000079d5, 0x000079e7, 0x000079ec, 0x000079e3, + 0x00007a08, 0x00007a0d, 0x00007a18, 0x00007a19, + 0x00007a1f, 0x00007a31, 0x00007a3e, 0x00007a37, + 0x00007a3b, 0x00007a43, 0x00007a57, 0x00007a49, + 0x00007a62, 0x00007a61, 0x00007a69, 0x00009f9d, + 0x00007a70, 0x00007a79, 0x00007a7d, 0x00007a88, + 0x00007a95, 0x00007a98, 0x00007a96, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007a97, 0x00007aa9, 0x00007ab0, + 0x00007ab6, 0x00009083, 0x00007ac3, 0x00007abf, + 0x00007ac5, 0x00007ac4, 0x00007ac7, 0x00007aca, + 0x00007acd, 0x00007acf, 0x00007ad2, 0x00007ad1, + 0x00007ad5, 0x00007ad3, 0x00007ad9, 0x00007ada, + 0x00007add, 0x00007ae1, 0x00007ae2, 0x00007ae6, + 0x00007ae7, 0x0000fa1c, 0x00007aeb, 0x00007aed, + 0x00007af0, 0x00007af8, 0x00007b02, 0x00007b0f, + 0x00007b0b, 0x00007b0a, 0x00007b06, 0x00007b33, + 0x00007b36, 0x00007b19, 0x00007b1e, 0x00007b35, + 0x00007b28, 0x00007b50, 0x00007b4d, 0x00007b4c, + 0x00007b45, 0x00007b5d, 0x00007b75, 0x00007b7a, + 0x00007b74, 0x00007b70, 0x00007b71, 0x00007b6e, + 0x00007b9d, 0x00007b98, 0x00007b9f, 0x00007b8d, + 0x00007b9c, 0x00007b9a, 0x00007b92, 0x00007b8f, + 0x00007b99, 0x00007bcf, 0x00007bcb, 0x00007bcc, + 0x00007bb4, 0x00007bc6, 0x00007b9e, 0x00007bdd, + 0x00007be9, 0x00007be6, 0x00007bf7, 0x00007be5, + 0x00007c14, 0x00007c00, 0x00007c13, 0x00007c07, + 0x00007bf3, 0x00007c0d, 0x00007bf6, 0x00007c23, + 0x00007c27, 0x00007c2a, 0x00007c1f, 0x00007c37, + 0x00007c2b, 0x00007c3d, 0x00007c40, 0x00007c4c, + 0x00007c43, 0x00007c56, 0x00007c50, 0x00007c58, + 0x00007c5f, 0x00007c65, 0x00007c6c, 0x00007c75, + 0x00007c83, 0x00007c90, 0x00007ca4, 0x00007ca2, + 0x00007cab, 0x00007ca1, 0x00007cad, 0x00007ca8, + 0x00007cb3, 0x00007cb2, 0x00007cb1, 0x00007cae, + 0x00007cb9, 0x0000fa1d, 0x00007cbd, 0x00007cc5, + 0x00007cc2, 0x00007cd2, 0x00007ce2, 0x00007cd8, + 0x00007cdc, 0x00007cef, 0x00007cf2, 0x00007cf4, + 0x00007cf6, 0x00007d06, 0x00007d02, 0x00007d1c, + 0x00007d15, 0x00007d0a, 0x00007d45, 0x00007d4b, + 0x00007d2e, 0x00007d32, 0x00007d3f, 0x00007d35, + 0x00007d48, 0x00007d46, 0x00007d5c, 0x00007d73, + 0x00007d56, 0x00007d4e, 0x00007d68, 0x00007d6e, + 0x00007d4f, 0x00007d63, 0x00007d93, 0x00007d89, + 0x00007d5b, 0x00007dae, 0x00007da3, 0x00007db5, + 0x00007db7, 0x00007dc7, 0x00007dbd, 0x00007dab, + 0x00007da2, 0x00007daf, 0x00007da0, 0x00007db8, + 0x00007d9f, 0x00007db0, 0x00007dd5, 0x00007dd8, + 0x00007ddd, 0x00007dd6, 0x00007de4, 0x00007dde, + 0x00007dfb, 0x00007e0b, 0x00007df2, 0x00007de1, + 0x00007ddc, 0x00007e05, 0x00007e0a, 0x00007e21, + 0x00007e12, 0x00007e1f, 0x00007e09, 0x00007e3a, + 0x00007e46, 0x00007e66, 0x00007e31, 0x00007e3d, + 0x00007e35, 0x00007e3b, 0x00007e39, 0x00007e43, + 0x00007e37, 0x00007e32, 0x00007e5d, 0x00007e56, + 0x00007e5e, 0x00007e52, 0x00007e59, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00007e5a, 0x00007e67, 0x00007e79, + 0x00007e6a, 0x00007e69, 0x00007e7c, 0x00007e7b, + 0x00007e7d, 0x00008fae, 0x00007e7f, 0x00007e83, + 0x00007e89, 0x00007e8e, 0x00007e8c, 0x00007e92, + 0x00007e93, 0x00007e94, 0x00007e96, 0x00007e9b, + 0x00007f38, 0x00007f3a, 0x00007f45, 0x00007f47, + 0x00007f4c, 0x00007f4e, 0x00007f51, 0x00007f55, + 0x00007f54, 0x00007f58, 0x00007f5f, 0x00007f60, + 0x00007f68, 0x00007f67, 0x00007f69, 0x00007f78, + 0x00007f82, 0x00007f86, 0x00007f83, 0x00007f87, + 0x00007f88, 0x00007f8c, 0x00007f94, 0x00007f9e, + 0x00007f9d, 0x00007f9a, 0x00007fa1, 0x00007fa3, + 0x00007faf, 0x00007fae, 0x00007fb2, 0x00007fb9, + 0x00007fb6, 0x00007fb8, 0x00008b71, 0x0000fa1e, + 0x00007fc5, 0x00007fc6, 0x00007fca, 0x00007fd5, + 0x00007fe1, 0x00007fe6, 0x00007fe9, 0x00007ff3, + 0x00007ff9, 0x00008004, 0x0000800b, 0x00008012, + 0x00008019, 0x0000801c, 0x00008021, 0x00008028, + 0x0000803f, 0x0000803b, 0x0000804a, 0x00008046, + 0x00008052, 0x00008058, 0x0000805f, 0x00008062, + 0x00008068, 0x00008073, 0x00008072, 0x00008070, + 0x00008076, 0x00008079, 0x0000807d, 0x0000807f, + 0x00008084, 0x00008085, 0x00008093, 0x0000809a, + 0x000080ad, 0x00005190, 0x000080ac, 0x000080db, + 0x000080e5, 0x000080d9, 0x000080dd, 0x000080c4, + 0x000080da, 0x00008109, 0x000080ef, 0x000080f1, + 0x0000811b, 0x00008123, 0x0000812f, 0x0000814b, + 0x00008146, 0x0000813e, 0x00008153, 0x00008151, + 0x000080fc, 0x00008171, 0x0000816e, 0x00008165, + 0x0000815f, 0x00008166, 0x00008174, 0x00008183, + 0x00008188, 0x0000818a, 0x00008180, 0x00008182, + 0x000081a0, 0x00008195, 0x000081a3, 0x00008193, + 0x000081b5, 0x000081a4, 0x000081a9, 0x000081b8, + 0x000081b0, 0x000081c8, 0x000081be, 0x000081bd, + 0x000081c0, 0x000081c2, 0x000081ba, 0x000081c9, + 0x000081cd, 0x000081d1, 0x000081d8, 0x000081d9, + 0x000081da, 0x000081df, 0x000081e0, 0x000081fa, + 0x000081fb, 0x000081fe, 0x00008201, 0x00008202, + 0x00008205, 0x0000820d, 0x00008210, 0x00008212, + 0x00008216, 0x00008229, 0x0000822b, 0x0000822e, + 0x00008238, 0x00008233, 0x00008240, 0x00008259, + 0x0000825a, 0x0000825d, 0x0000825f, 0x00008264, + 0x00008262, 0x00008268, 0x0000826a, 0x0000826b, + 0x00008271, 0x00008277, 0x0000827e, 0x0000828d, + 0x00008292, 0x000082ab, 0x0000829f, 0x000082bb, + 0x000082ac, 0x000082e1, 0x000082e3, 0x000082df, + 0x00008301, 0x000082d2, 0x000082f4, 0x000082f3, + 0x00008303, 0x000082fb, 0x000082f9, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000082de, 0x00008306, 0x000082dc, + 0x000082fa, 0x00008309, 0x000082d9, 0x00008335, + 0x00008362, 0x00008334, 0x00008316, 0x00008331, + 0x00008340, 0x00008339, 0x00008350, 0x00008345, + 0x0000832f, 0x0000832b, 0x00008318, 0x0000839a, + 0x000083aa, 0x0000839f, 0x000083a2, 0x00008396, + 0x00008323, 0x0000838e, 0x00008375, 0x0000837f, + 0x0000838a, 0x0000837c, 0x000083b5, 0x00008373, + 0x00008393, 0x000083a0, 0x00008385, 0x00008389, + 0x000083a8, 0x000083f4, 0x00008413, 0x000083c7, + 0x000083ce, 0x000083f7, 0x000083fd, 0x00008403, + 0x000083d8, 0x0000840b, 0x000083c1, 0x00008407, + 0x000083e0, 0x000083f2, 0x0000840d, 0x00008420, + 0x000083f6, 0x000083bd, 0x000083fb, 0x0000842a, + 0x00008462, 0x0000843c, 0x00008484, 0x00008477, + 0x0000846b, 0x00008479, 0x00008448, 0x0000846e, + 0x00008482, 0x00008469, 0x00008446, 0x0000846f, + 0x00008438, 0x00008435, 0x000084ca, 0x000084b9, + 0x000084bf, 0x0000849f, 0x000084b4, 0x000084cd, + 0x000084bb, 0x000084da, 0x000084d0, 0x000084c1, + 0x000084ad, 0x000084c6, 0x000084d6, 0x000084a1, + 0x000084d9, 0x000084ff, 0x000084f4, 0x00008517, + 0x00008518, 0x0000852c, 0x0000851f, 0x00008515, + 0x00008514, 0x00008506, 0x00008553, 0x0000855a, + 0x00008540, 0x00008559, 0x00008563, 0x00008558, + 0x00008548, 0x00008541, 0x0000854a, 0x0000854b, + 0x0000856b, 0x00008555, 0x00008580, 0x000085a4, + 0x00008588, 0x00008591, 0x0000858a, 0x000085a8, + 0x0000856d, 0x00008594, 0x0000859b, 0x000085ae, + 0x00008587, 0x0000859c, 0x00008577, 0x0000857e, + 0x00008590, 0x0000fa1f, 0x0000820a, 0x000085b0, + 0x000085c9, 0x000085ba, 0x000085cf, 0x000085b9, + 0x000085d0, 0x000085d5, 0x000085dd, 0x000085e5, + 0x000085dc, 0x000085f9, 0x0000860a, 0x00008613, + 0x0000860b, 0x000085fe, 0x00008622, 0x0000861a, + 0x00008630, 0x0000863f, 0x0000fa20, 0x0000864d, + 0x00004e55, 0x00008655, 0x0000865f, 0x00008667, + 0x00008671, 0x00008693, 0x000086a3, 0x000086a9, + 0x0000868b, 0x000086aa, 0x0000868c, 0x000086b6, + 0x000086af, 0x000086c4, 0x000086c6, 0x000086b0, + 0x000086c9, 0x000086ce, 0x0000fa21, 0x000086ab, + 0x000086d4, 0x000086de, 0x000086e9, 0x000086ec, + 0x000086df, 0x000086db, 0x00008712, 0x00008706, + 0x00008708, 0x00008700, 0x00008703, 0x000086fb, + 0x00008711, 0x00008709, 0x0000870d, 0x000086f9, + 0x0000870a, 0x00008734, 0x0000873f, 0x0000873b, + 0x00008725, 0x00008729, 0x0000871a, 0x0000875f, + 0x00008778, 0x0000874c, 0x0000874e, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008774, 0x00008757, 0x00008768, + 0x00008782, 0x0000876a, 0x00008760, 0x0000876e, + 0x00008759, 0x00008753, 0x00008763, 0x0000877f, + 0x000087a2, 0x000087c6, 0x0000879f, 0x000087af, + 0x000087cb, 0x000087bd, 0x000087c0, 0x000087d0, + 0x000096d6, 0x000087ab, 0x000087c4, 0x000087b3, + 0x000087d2, 0x000087bb, 0x000087ef, 0x000087f2, + 0x000087e0, 0x0000880e, 0x00008807, 0x0000880f, + 0x00008816, 0x0000880d, 0x000087fe, 0x000087f6, + 0x000087f7, 0x00008811, 0x00008815, 0x00008822, + 0x00008821, 0x00008827, 0x00008831, 0x00008836, + 0x00008839, 0x0000883b, 0x00008842, 0x00008844, + 0x0000884d, 0x00008852, 0x00008859, 0x0000885e, + 0x00008862, 0x0000886b, 0x00008881, 0x0000887e, + 0x00008875, 0x0000887d, 0x00008872, 0x00008882, + 0x0000889e, 0x00008897, 0x00008892, 0x000088ae, + 0x00008899, 0x000088a2, 0x0000888d, 0x000088a4, + 0x000088bf, 0x000088b5, 0x000088b1, 0x000088c3, + 0x000088c4, 0x000088d4, 0x000088d8, 0x000088d9, + 0x000088dd, 0x000088f9, 0x00008902, 0x000088fc, + 0x000088f5, 0x000088e8, 0x000088f2, 0x00008904, + 0x0000890c, 0x0000892a, 0x0000891d, 0x0000890a, + 0x00008913, 0x0000891e, 0x00008925, 0x0000892b, + 0x00008941, 0x0000893b, 0x00008936, 0x00008943, + 0x00008938, 0x0000894d, 0x0000894c, 0x00008960, + 0x0000895e, 0x00008966, 0x0000896a, 0x00008964, + 0x0000896d, 0x0000896f, 0x00008974, 0x00008977, + 0x0000897e, 0x00008983, 0x00008988, 0x0000898a, + 0x00008993, 0x00008998, 0x000089a1, 0x000089a9, + 0x000089a6, 0x000089ac, 0x000089af, 0x000089b2, + 0x000089ba, 0x000089bf, 0x000089bd, 0x000089c0, + 0x000089da, 0x000089dd, 0x000089e7, 0x000089f4, + 0x000089f8, 0x00008a03, 0x00008a16, 0x00008a10, + 0x00008a0c, 0x00008a12, 0x00008a1b, 0x00008a1d, + 0x00008a25, 0x00008a36, 0x00008a41, 0x00008a37, + 0x00008a5b, 0x00008a52, 0x00008a46, 0x00008a48, + 0x00008a7c, 0x00008a6d, 0x00008a6c, 0x00008a62, + 0x00008a79, 0x00008a85, 0x00008a82, 0x00008a84, + 0x00008aa8, 0x00008aa1, 0x00008a91, 0x00008aa5, + 0x00008aa6, 0x00008a9a, 0x00008aa3, 0x00008aa7, + 0x00008acc, 0x00008abe, 0x00008acd, 0x00008ac2, + 0x00008ada, 0x00008af3, 0x00008ae7, 0x00008ae4, + 0x00008af1, 0x00008b14, 0x00008ae0, 0x00008ae2, + 0x00008ae1, 0x00008adf, 0x0000fa22, 0x00008af6, + 0x00008af7, 0x00008ade, 0x00008adb, 0x00008b0c, + 0x00008b07, 0x00008b1a, 0x00008b16, 0x00008b10, + 0x00008b17, 0x00008b20, 0x00008b33, 0x00008b41, + 0x000097ab, 0x00008b26, 0x00008b2b, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00008b3e, 0x00008b4c, 0x00008b4f, + 0x00008b4e, 0x00008b53, 0x00008b49, 0x00008b56, + 0x00008b5b, 0x00008b5a, 0x00008b74, 0x00008b6b, + 0x00008b5f, 0x00008b6c, 0x00008b6f, 0x00008b7d, + 0x00008b7f, 0x00008b80, 0x00008b8c, 0x00008b8e, + 0x00008b99, 0x00008b92, 0x00008b93, 0x00008b96, + 0x00008b9a, 0x00008c3a, 0x00008c41, 0x00008c3f, + 0x00008c48, 0x00008c4c, 0x00008c4e, 0x00008c50, + 0x00008c55, 0x00008c62, 0x00008c6c, 0x00008c78, + 0x00008c7a, 0x00008c7c, 0x00008c82, 0x00008c89, + 0x00008c85, 0x00008c8a, 0x00008c8d, 0x00008c8e, + 0x00008c98, 0x00008c94, 0x0000621d, 0x00008cad, + 0x00008caa, 0x00008cae, 0x00008cbd, 0x00008cb2, + 0x00008cb3, 0x00008cc1, 0x00008cb6, 0x00008cc8, + 0x00008cce, 0x00008ccd, 0x00008ce3, 0x00008cda, + 0x00008cf0, 0x00008cf4, 0x00008cfd, 0x00008cfa, + 0x00008cfb, 0x00008d07, 0x00008d0a, 0x00008d0f, + 0x00008d0d, 0x00008d12, 0x00008d10, 0x00008d13, + 0x00008d14, 0x00008d16, 0x00008d67, 0x00008d6d, + 0x00008d71, 0x00008d76, 0x0000fa23, 0x00008d81, + 0x00008dc2, 0x00008dbe, 0x00008dba, 0x00008dcf, + 0x00008dda, 0x00008dd6, 0x00008dcc, 0x00008ddb, + 0x00008dcb, 0x00008dea, 0x00008deb, 0x00008ddf, + 0x00008de3, 0x00008dfc, 0x00008e08, 0x00008dff, + 0x00008e09, 0x00008e1d, 0x00008e1e, 0x00008e10, + 0x00008e1f, 0x00008e42, 0x00008e35, 0x00008e30, + 0x00008e34, 0x00008e4a, 0x00008e47, 0x00008e49, + 0x00008e4c, 0x00008e50, 0x00008e48, 0x00008e59, + 0x00008e64, 0x00008e60, 0x00008e55, 0x00008e63, + 0x00008e76, 0x00008e72, 0x00008e87, 0x00008e7c, + 0x00008e81, 0x00008e85, 0x00008e84, 0x00008e8b, + 0x00008e8a, 0x00008e93, 0x00008e91, 0x00008e94, + 0x00008e99, 0x00008ea1, 0x00008eaa, 0x00008eb1, + 0x00008ebe, 0x00008ec6, 0x00008ec5, 0x00008ec8, + 0x00008ecb, 0x00008ecf, 0x00008edb, 0x00008ee3, + 0x00008efc, 0x00008efb, 0x00008eeb, 0x00008efe, + 0x00008f0a, 0x00008f0c, 0x00008f05, 0x00008f15, + 0x00008f12, 0x00008f13, 0x00008f1c, 0x00008f19, + 0x00008f1f, 0x00008f26, 0x00008f33, 0x00008f3b, + 0x00008f39, 0x00008f45, 0x00008f42, 0x00008f3e, + 0x00008f49, 0x00008f46, 0x00008f4c, 0x00008f4e, + 0x00008f57, 0x00008f5c, 0x00008f62, 0x00008f63, + 0x00008f64, 0x00008f9c, 0x00008f9f, 0x00008fa3, + 0x00008fa8, 0x00008fa7, 0x00008fad, 0x00008faf, + 0x00008fb7, 0x0000fa24, 0x00008fda, 0x00008fe5, + 0x00008fe2, 0x00008fef, 0x00008fe9, 0x00008ff4, + 0x00009005, 0x00008ff9, 0x00008ff8, 0x00009011, + 0x00009015, 0x0000900e, 0x00009021, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000900d, 0x0000901e, 0x00009016, + 0x0000900b, 0x00009027, 0x00009036, 0x00009039, + 0x0000904f, 0x0000fa25, 0x00009050, 0x00009051, + 0x00009052, 0x00009049, 0x0000903e, 0x00009056, + 0x00009058, 0x0000905e, 0x00009068, 0x00009067, + 0x0000906f, 0x00009076, 0x000096a8, 0x00009072, + 0x00009082, 0x0000907d, 0x00009089, 0x00009080, + 0x0000908f, 0x00006248, 0x000090af, 0x000090b1, + 0x000090b5, 0x000090e2, 0x000090e4, 0x000090db, + 0x000090de, 0x00009102, 0x0000fa26, 0x00009115, + 0x00009112, 0x00009119, 0x00009132, 0x00009127, + 0x00009130, 0x0000914a, 0x00009156, 0x00009158, + 0x00009163, 0x00009165, 0x00009169, 0x00009173, + 0x00009172, 0x0000918b, 0x00009189, 0x00009182, + 0x000091a2, 0x000091ab, 0x000091af, 0x000091aa, + 0x000091b5, 0x000091b4, 0x000091ba, 0x000091c0, + 0x000091c1, 0x000091cb, 0x000091d0, 0x000091da, + 0x000091db, 0x000091d7, 0x000091de, 0x000091d6, + 0x000091df, 0x000091e1, 0x000091ed, 0x000091f5, + 0x000091ee, 0x000091e4, 0x000091f6, 0x000091e5, + 0x00009206, 0x0000921e, 0x000091ff, 0x00009210, + 0x00009214, 0x0000920a, 0x0000922c, 0x00009215, + 0x00009229, 0x00009257, 0x00009245, 0x0000923a, + 0x00009249, 0x00009264, 0x00009240, 0x0000923c, + 0x00009248, 0x0000924e, 0x00009250, 0x00009259, + 0x0000923f, 0x00009251, 0x00009239, 0x0000924b, + 0x00009267, 0x0000925a, 0x0000929c, 0x000092a7, + 0x00009277, 0x00009278, 0x00009296, 0x00009293, + 0x0000929b, 0x00009295, 0x000092e9, 0x000092cf, + 0x000092e7, 0x000092d7, 0x000092d9, 0x000092d0, + 0x0000fa27, 0x000092d5, 0x000092b9, 0x000092b7, + 0x000092e0, 0x000092d3, 0x0000933a, 0x00009335, + 0x0000930f, 0x00009325, 0x000092fa, 0x00009321, + 0x00009344, 0x000092fb, 0x0000fa28, 0x00009319, + 0x0000931e, 0x000092ff, 0x00009322, 0x0000931a, + 0x0000931d, 0x00009323, 0x00009302, 0x0000933b, + 0x00009370, 0x00009360, 0x0000937c, 0x0000936e, + 0x00009356, 0x00009357, 0x000093b9, 0x000093b0, + 0x000093a4, 0x000093ad, 0x00009394, 0x000093c8, + 0x000093d6, 0x000093c6, 0x000093d7, 0x000093e8, + 0x000093e5, 0x000093d8, 0x000093c3, 0x000093dd, + 0x000093de, 0x000093d0, 0x000093e4, 0x0000941a, + 0x000093f8, 0x00009414, 0x00009413, 0x00009421, + 0x00009403, 0x00009407, 0x00009436, 0x0000942b, + 0x00009431, 0x0000943a, 0x00009441, 0x00009452, + 0x00009445, 0x00009444, 0x00009448, 0x0000945b, + 0x0000945a, 0x00009460, 0x00009462, 0x0000945e, + 0x0000946a, 0x00009475, 0x00009470, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00009477, 0x0000947f, 0x0000947d, + 0x0000947c, 0x0000947e, 0x00009481, 0x00009582, + 0x00009587, 0x0000958a, 0x00009592, 0x00009594, + 0x00009596, 0x00009598, 0x00009599, 0x000095a0, + 0x000095a8, 0x000095a7, 0x000095ad, 0x000095bc, + 0x000095bb, 0x000095b9, 0x000095be, 0x000095ca, + 0x00006ff6, 0x000095c3, 0x000095cd, 0x000095cc, + 0x000095d5, 0x000095d4, 0x000095d6, 0x000095dc, + 0x000095e1, 0x000095e5, 0x000095e2, 0x00009621, + 0x00009628, 0x0000962e, 0x0000962f, 0x00009642, + 0x0000964f, 0x0000964c, 0x0000964b, 0x0000965c, + 0x0000965d, 0x0000965f, 0x00009666, 0x00009677, + 0x00009672, 0x0000966c, 0x0000968d, 0x0000968b, + 0x0000f9dc, 0x00009698, 0x00009695, 0x00009697, + 0x0000fa29, 0x0000969d, 0x000096a7, 0x000096aa, + 0x000096b1, 0x000096b2, 0x000096b0, 0x000096af, + 0x000096b4, 0x000096b6, 0x000096b8, 0x000096b9, + 0x000096ce, 0x000096cb, 0x000096d5, 0x000096dc, + 0x000096d9, 0x000096f9, 0x00009704, 0x00009706, + 0x00009708, 0x00009719, 0x0000970d, 0x00009713, + 0x0000970e, 0x00009711, 0x0000970f, 0x00009716, + 0x00009724, 0x0000972a, 0x00009730, 0x00009733, + 0x00009739, 0x0000973b, 0x0000973d, 0x0000973e, + 0x00009746, 0x00009744, 0x00009743, 0x00009748, + 0x00009742, 0x00009749, 0x0000974d, 0x0000974f, + 0x00009751, 0x00009755, 0x0000975c, 0x00009760, + 0x00009764, 0x00009766, 0x00009768, 0x0000976d, + 0x00009779, 0x00009785, 0x0000977c, 0x00009781, + 0x0000977a, 0x0000978b, 0x0000978f, 0x00009790, + 0x0000979c, 0x000097a8, 0x000097a6, 0x000097a3, + 0x000097b3, 0x000097b4, 0x000097c3, 0x000097c6, + 0x000097c8, 0x000097cb, 0x000097dc, 0x000097ed, + 0x000097f2, 0x00007adf, 0x000097f5, 0x0000980f, + 0x0000981a, 0x00009824, 0x00009821, 0x00009837, + 0x0000983d, 0x0000984f, 0x0000984b, 0x00009857, + 0x00009865, 0x0000986b, 0x0000986f, 0x00009870, + 0x00009871, 0x00009874, 0x00009873, 0x000098aa, + 0x000098af, 0x000098b1, 0x000098b6, 0x000098c4, + 0x000098c3, 0x000098c6, 0x000098dc, 0x000098ed, + 0x000098e9, 0x0000fa2a, 0x000098eb, 0x0000fa2b, + 0x00009903, 0x0000991d, 0x00009912, 0x00009914, + 0x00009918, 0x00009927, 0x0000fa2c, 0x00009921, + 0x0000991e, 0x00009924, 0x00009920, 0x0000992c, + 0x0000992e, 0x0000993d, 0x0000993e, 0x00009942, + 0x00009949, 0x00009945, 0x00009950, 0x0000994b, + 0x00009951, 0x0000994c, 0x00009955, 0x00009997, + 0x00009998, 0x0000999e, 0x000099a5, 0x000099ad, + 0x000099ae, 0x000099bc, 0x000099df, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000099db, 0x000099dd, 0x000099d8, + 0x000099d1, 0x000099ed, 0x000099ee, 0x000099e2, + 0x000099f1, 0x000099f2, 0x000099fb, 0x000099f8, + 0x00009a01, 0x00009a0f, 0x00009a05, 0x00009a19, + 0x00009a2b, 0x00009a37, 0x00009a40, 0x00009a45, + 0x00009a42, 0x00009a43, 0x00009a3e, 0x00009a55, + 0x00009a4d, 0x00009a4e, 0x00009a5b, 0x00009a57, + 0x00009a5f, 0x00009a62, 0x00009a69, 0x00009a65, + 0x00009a64, 0x00009a6a, 0x00009a6b, 0x00009aad, + 0x00009ab0, 0x00009abc, 0x00009ac0, 0x00009acf, + 0x00009ad3, 0x00009ad4, 0x00009ad1, 0x00009ad9, + 0x00009adc, 0x00009ade, 0x00009adf, 0x00009ae2, + 0x00009ae3, 0x00009ae6, 0x00009aef, 0x00009aeb, + 0x00009aee, 0x00009af4, 0x00009af1, 0x00009af7, + 0x00009afb, 0x00009b06, 0x00009b18, 0x00009b1a, + 0x00009b1f, 0x00009b22, 0x00009b23, 0x00009b25, + 0x00009b27, 0x00009b28, 0x00009b29, 0x00009b2a, + 0x00009b2e, 0x00009b2f, 0x00009b31, 0x00009b32, + 0x00009b3b, 0x00009b44, 0x00009b43, 0x00009b4d, + 0x00009b4e, 0x00009b51, 0x00009b58, 0x00009b75, + 0x00009b74, 0x00009b72, 0x00009b93, 0x00009b8f, + 0x00009b83, 0x00009b91, 0x00009b96, 0x00009b97, + 0x00009b9f, 0x00009ba0, 0x00009ba8, 0x00009bb1, + 0x00009bb4, 0x00009bc0, 0x00009bca, 0x00009bbb, + 0x00009bb9, 0x00009bc6, 0x00009bcf, 0x00009bd1, + 0x00009bd2, 0x00009be3, 0x00009be2, 0x00009be4, + 0x00009bd4, 0x00009be1, 0x00009bf5, 0x00009bf1, + 0x00009bf2, 0x00009c04, 0x00009c1b, 0x00009c15, + 0x00009c14, 0x00009c00, 0x00009c09, 0x00009c13, + 0x00009c0c, 0x00009c06, 0x00009c08, 0x00009c12, + 0x00009c0a, 0x00009c2e, 0x00009c25, 0x00009c24, + 0x00009c21, 0x00009c30, 0x00009c47, 0x00009c32, + 0x00009c46, 0x00009c3e, 0x00009c5a, 0x00009c60, + 0x00009c67, 0x00009c76, 0x00009c78, 0x00009ceb, + 0x00009ce7, 0x00009cec, 0x00009cf0, 0x00009d09, + 0x00009d03, 0x00009d06, 0x00009d2a, 0x00009d26, + 0x00009d2c, 0x00009d23, 0x00009d1f, 0x00009d15, + 0x00009d12, 0x00009d41, 0x00009d3f, 0x00009d44, + 0x00009d3e, 0x00009d46, 0x00009d48, 0x00009d5d, + 0x00009d5e, 0x00009d59, 0x00009d51, 0x00009d50, + 0x00009d64, 0x00009d72, 0x00009d70, 0x00009d87, + 0x00009d6b, 0x00009d6f, 0x00009d7a, 0x00009d9a, + 0x00009da4, 0x00009da9, 0x00009dab, 0x00009db2, + 0x00009dc4, 0x00009dc1, 0x00009dbb, 0x00009db8, + 0x00009dba, 0x00009dc6, 0x00009dcf, 0x00009dc2, + 0x0000fa2d, 0x00009dd9, 0x00009dd3, 0x00009df8, + 0x00009de6, 0x00009ded, 0x00009def, 0x00009dfd, + 0x00009e1a, 0x00009e1b, 0x00009e19, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00009e1e, 0x00009e75, 0x00009e79, + 0x00009e7d, 0x00009e81, 0x00009e88, 0x00009e8b, + 0x00009e8c, 0x00009e95, 0x00009e91, 0x00009e9d, + 0x00009ea5, 0x00009eb8, 0x00009eaa, 0x00009ead, + 0x00009ebc, 0x00009ebe, 0x00009761, 0x00009ecc, + 0x00009ecf, 0x00009ed0, 0x00009ed1, 0x00009ed4, + 0x00009edc, 0x00009ede, 0x00009edd, 0x00009ee0, + 0x00009ee5, 0x00009ee8, 0x00009eef, 0x00009ef4, + 0x00009ef6, 0x00009ef7, 0x00009ef9, 0x00009efb, + 0x00009efc, 0x00009efd, 0x00009f07, 0x00009f08, + 0x000076b7, 0x00009f15, 0x00009f21, 0x00009f2c, + 0x00009f3e, 0x00009f4a, 0x00009f4e, 0x00009f4f, + 0x00009f52, 0x00009f54, 0x00009f63, 0x00009f5f, + 0x00009f60, 0x00009f61, 0x00009f66, 0x00009f67, + 0x00009f6c, 0x00009f6a, 0x00009f77, 0x00009f72, + 0x00009f76, 0x00009f95, 0x00009f9c, 0x00009fa0, + 0x00005c2d, 0x000069d9, 0x00009065, 0x00007476, + 0x000051dc, 0x00007155, 0x0000e000, 0x0000e001, + 0x0000e002, 0x0000e003, 0x0000e004, 0x0000e005, + 0x0000e006, 0x0000e007, 0x0000e008, 0x0000e009, + 0x0000e00a, 0x0000e00b, 0x0000e00c, 0x0000e00d, + 0x0000e00e, 0x0000e00f, 0x0000e010, 0x0000e011, + 0x0000e012, 0x0000e013, 0x0000e014, 0x0000e015, + 0x0000e016, 0x0000e017, 0x0000e018, 0x0000e019, + 0x0000e01a, 0x0000e01b, 0x0000e01c, 0x0000e01d, + 0x0000e01e, 0x0000e01f, 0x0000e020, 0x0000e021, + 0x0000e022, 0x0000e023, 0x0000e024, 0x0000e025, + 0x0000e026, 0x0000e027, 0x0000e028, 0x0000e029, + 0x0000e02a, 0x0000e02b, 0x0000e02c, 0x0000e02d, + 0x0000e02e, 0x0000e02f, 0x0000e030, 0x0000e031, + 0x0000e032, 0x0000e033, 0x0000e034, 0x0000e035, + 0x0000e036, 0x0000e037, 0x0000e038, 0x0000e039, + 0x0000e03a, 0x0000e03b, 0x0000e03c, 0x0000e03d, + 0x0000e03e, 0x0000e03f, 0x0000e040, 0x0000e041, + 0x0000e042, 0x0000e043, 0x0000e044, 0x0000e045, + 0x0000e046, 0x0000e047, 0x0000e048, 0x0000e049, + 0x0000e04a, 0x0000e04b, 0x0000e04c, 0x0000e04d, + 0x0000e04e, 0x0000e04f, 0x0000e050, 0x0000e051, + 0x0000e052, 0x0000e053, 0x0000e054, 0x0000e055, + 0x0000e056, 0x0000e057, 0x0000e058, 0x0000e059, + 0x0000e05a, 0x0000e05b, 0x0000e05c, 0x0000e05d, + 0x0000e05e, 0x0000e05f, 0x0000e060, 0x0000e061, + 0x0000e062, 0x0000e063, 0x0000e064, 0x0000e065, + 0x0000e066, 0x0000e067, 0x0000e068, 0x0000e069, + 0x0000e06a, 0x0000e06b, 0x0000e06c, 0x0000e06d, + 0x0000e06e, 0x0000e06f, 0x0000e070, 0x0000e071, + 0x0000e072, 0x0000e073, 0x0000e074, 0x0000e075, + 0x0000e076, 0x0000e077, 0x0000e078, 0x0000e079, + 0x0000e07a, 0x0000e07b, 0x0000e07c, 0x0000e07d, + 0x0000e07e, 0x0000e07f, 0x0000e080, 0x0000e081, + 0x0000e082, 0x0000e083, 0x0000e084, 0x0000e085, + 0x0000e086, 0x0000e087, 0x0000e088, 0x0000e089, + 0x0000e08a, 0x0000e08b, 0x0000e08c, 0x0000e08d, + 0x0000e08e, 0x0000e08f, 0x0000e090, 0x0000e091, + 0x0000e092, 0x0000e093, 0x0000e094, 0x0000e095, + 0x0000e096, 0x0000e097, 0x0000e098, 0x0000e099, + 0x0000e09a, 0x0000e09b, 0x0000e09c, 0x0000e09d, + 0x0000e09e, 0x0000e09f, 0x0000e0a0, 0x0000e0a1, + 0x0000e0a2, 0x0000e0a3, 0x0000e0a4, 0x0000e0a5, + 0x0000e0a6, 0x0000e0a7, 0x0000e0a8, 0x0000e0a9, + 0x0000e0aa, 0x0000e0ab, 0x0000e0ac, 0x0000e0ad, + 0x0000e0ae, 0x0000e0af, 0x0000e0b0, 0x0000e0b1, + 0x0000e0b2, 0x0000e0b3, 0x0000e0b4, 0x0000e0b5, + 0x0000e0b6, 0x0000e0b7, 0x0000e0b8, 0x0000e0b9, + 0x0000e0ba, 0x0000e0bb, 0x0000e0bc, 0x0000e0bd, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e0be, 0x0000e0bf, + 0x0000e0c0, 0x0000e0c1, 0x0000e0c2, 0x0000e0c3, + 0x0000e0c4, 0x0000e0c5, 0x0000e0c6, 0x0000e0c7, + 0x0000e0c8, 0x0000e0c9, 0x0000e0ca, 0x0000e0cb, + 0x0000e0cc, 0x0000e0cd, 0x0000e0ce, 0x0000e0cf, + 0x0000e0d0, 0x0000e0d1, 0x0000e0d2, 0x0000e0d3, + 0x0000e0d4, 0x0000e0d5, 0x0000e0d6, 0x0000e0d7, + 0x0000e0d8, 0x0000e0d9, 0x0000e0da, 0x0000e0db, + 0x0000e0dc, 0x0000e0dd, 0x0000e0de, 0x0000e0df, + 0x0000e0e0, 0x0000e0e1, 0x0000e0e2, 0x0000e0e3, + 0x0000e0e4, 0x0000e0e5, 0x0000e0e6, 0x0000e0e7, + 0x0000e0e8, 0x0000e0e9, 0x0000e0ea, 0x0000e0eb, + 0x0000e0ec, 0x0000e0ed, 0x0000e0ee, 0x0000e0ef, + 0x0000e0f0, 0x0000e0f1, 0x0000e0f2, 0x0000e0f3, + 0x0000e0f4, 0x0000e0f5, 0x0000e0f6, 0x0000e0f7, + 0x0000e0f8, 0x0000e0f9, 0x0000e0fa, 0x0000e0fb, + 0x0000e0fc, 0x0000e0fd, 0x0000e0fe, 0x0000e0ff, + 0x0000e100, 0x0000e101, 0x0000e102, 0x0000e103, + 0x0000e104, 0x0000e105, 0x0000e106, 0x0000e107, + 0x0000e108, 0x0000e109, 0x0000e10a, 0x0000e10b, + 0x0000e10c, 0x0000e10d, 0x0000e10e, 0x0000e10f, + 0x0000e110, 0x0000e111, 0x0000e112, 0x0000e113, + 0x0000e114, 0x0000e115, 0x0000e116, 0x0000e117, + 0x0000e118, 0x0000e119, 0x0000e11a, 0x0000e11b, + 0x0000e11c, 0x0000e11d, 0x0000e11e, 0x0000e11f, + 0x0000e120, 0x0000e121, 0x0000e122, 0x0000e123, + 0x0000e124, 0x0000e125, 0x0000e126, 0x0000e127, + 0x0000e128, 0x0000e129, 0x0000e12a, 0x0000e12b, + 0x0000e12c, 0x0000e12d, 0x0000e12e, 0x0000e12f, + 0x0000e130, 0x0000e131, 0x0000e132, 0x0000e133, + 0x0000e134, 0x0000e135, 0x0000e136, 0x0000e137, + 0x0000e138, 0x0000e139, 0x0000e13a, 0x0000e13b, + 0x0000e13c, 0x0000e13d, 0x0000e13e, 0x0000e13f, + 0x0000e140, 0x0000e141, 0x0000e142, 0x0000e143, + 0x0000e144, 0x0000e145, 0x0000e146, 0x0000e147, + 0x0000e148, 0x0000e149, 0x0000e14a, 0x0000e14b, + 0x0000e14c, 0x0000e14d, 0x0000e14e, 0x0000e14f, + 0x0000e150, 0x0000e151, 0x0000e152, 0x0000e153, + 0x0000e154, 0x0000e155, 0x0000e156, 0x0000e157, + 0x0000e158, 0x0000e159, 0x0000e15a, 0x0000e15b, + 0x0000e15c, 0x0000e15d, 0x0000e15e, 0x0000e15f, + 0x0000e160, 0x0000e161, 0x0000e162, 0x0000e163, + 0x0000e164, 0x0000e165, 0x0000e166, 0x0000e167, + 0x0000e168, 0x0000e169, 0x0000e16a, 0x0000e16b, + 0x0000e16c, 0x0000e16d, 0x0000e16e, 0x0000e16f, + 0x0000e170, 0x0000e171, 0x0000e172, 0x0000e173, + 0x0000e174, 0x0000e175, 0x0000e176, 0x0000e177, + 0x0000e178, 0x0000e179, 0x0000e17a, 0x0000e17b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e17c, 0x0000e17d, + 0x0000e17e, 0x0000e17f, 0x0000e180, 0x0000e181, + 0x0000e182, 0x0000e183, 0x0000e184, 0x0000e185, + 0x0000e186, 0x0000e187, 0x0000e188, 0x0000e189, + 0x0000e18a, 0x0000e18b, 0x0000e18c, 0x0000e18d, + 0x0000e18e, 0x0000e18f, 0x0000e190, 0x0000e191, + 0x0000e192, 0x0000e193, 0x0000e194, 0x0000e195, + 0x0000e196, 0x0000e197, 0x0000e198, 0x0000e199, + 0x0000e19a, 0x0000e19b, 0x0000e19c, 0x0000e19d, + 0x0000e19e, 0x0000e19f, 0x0000e1a0, 0x0000e1a1, + 0x0000e1a2, 0x0000e1a3, 0x0000e1a4, 0x0000e1a5, + 0x0000e1a6, 0x0000e1a7, 0x0000e1a8, 0x0000e1a9, + 0x0000e1aa, 0x0000e1ab, 0x0000e1ac, 0x0000e1ad, + 0x0000e1ae, 0x0000e1af, 0x0000e1b0, 0x0000e1b1, + 0x0000e1b2, 0x0000e1b3, 0x0000e1b4, 0x0000e1b5, + 0x0000e1b6, 0x0000e1b7, 0x0000e1b8, 0x0000e1b9, + 0x0000e1ba, 0x0000e1bb, 0x0000e1bc, 0x0000e1bd, + 0x0000e1be, 0x0000e1bf, 0x0000e1c0, 0x0000e1c1, + 0x0000e1c2, 0x0000e1c3, 0x0000e1c4, 0x0000e1c5, + 0x0000e1c6, 0x0000e1c7, 0x0000e1c8, 0x0000e1c9, + 0x0000e1ca, 0x0000e1cb, 0x0000e1cc, 0x0000e1cd, + 0x0000e1ce, 0x0000e1cf, 0x0000e1d0, 0x0000e1d1, + 0x0000e1d2, 0x0000e1d3, 0x0000e1d4, 0x0000e1d5, + 0x0000e1d6, 0x0000e1d7, 0x0000e1d8, 0x0000e1d9, + 0x0000e1da, 0x0000e1db, 0x0000e1dc, 0x0000e1dd, + 0x0000e1de, 0x0000e1df, 0x0000e1e0, 0x0000e1e1, + 0x0000e1e2, 0x0000e1e3, 0x0000e1e4, 0x0000e1e5, + 0x0000e1e6, 0x0000e1e7, 0x0000e1e8, 0x0000e1e9, + 0x0000e1ea, 0x0000e1eb, 0x0000e1ec, 0x0000e1ed, + 0x0000e1ee, 0x0000e1ef, 0x0000e1f0, 0x0000e1f1, + 0x0000e1f2, 0x0000e1f3, 0x0000e1f4, 0x0000e1f5, + 0x0000e1f6, 0x0000e1f7, 0x0000e1f8, 0x0000e1f9, + 0x0000e1fa, 0x0000e1fb, 0x0000e1fc, 0x0000e1fd, + 0x0000e1fe, 0x0000e1ff, 0x0000e200, 0x0000e201, + 0x0000e202, 0x0000e203, 0x0000e204, 0x0000e205, + 0x0000e206, 0x0000e207, 0x0000e208, 0x0000e209, + 0x0000e20a, 0x0000e20b, 0x0000e20c, 0x0000e20d, + 0x0000e20e, 0x0000e20f, 0x0000e210, 0x0000e211, + 0x0000e212, 0x0000e213, 0x0000e214, 0x0000e215, + 0x0000e216, 0x0000e217, 0x0000e218, 0x0000e219, + 0x0000e21a, 0x0000e21b, 0x0000e21c, 0x0000e21d, + 0x0000e21e, 0x0000e21f, 0x0000e220, 0x0000e221, + 0x0000e222, 0x0000e223, 0x0000e224, 0x0000e225, + 0x0000e226, 0x0000e227, 0x0000e228, 0x0000e229, + 0x0000e22a, 0x0000e22b, 0x0000e22c, 0x0000e22d, + 0x0000e22e, 0x0000e22f, 0x0000e230, 0x0000e231, + 0x0000e232, 0x0000e233, 0x0000e234, 0x0000e235, + 0x0000e236, 0x0000e237, 0x0000e238, 0x0000e239, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e23a, 0x0000e23b, + 0x0000e23c, 0x0000e23d, 0x0000e23e, 0x0000e23f, + 0x0000e240, 0x0000e241, 0x0000e242, 0x0000e243, + 0x0000e244, 0x0000e245, 0x0000e246, 0x0000e247, + 0x0000e248, 0x0000e249, 0x0000e24a, 0x0000e24b, + 0x0000e24c, 0x0000e24d, 0x0000e24e, 0x0000e24f, + 0x0000e250, 0x0000e251, 0x0000e252, 0x0000e253, + 0x0000e254, 0x0000e255, 0x0000e256, 0x0000e257, + 0x0000e258, 0x0000e259, 0x0000e25a, 0x0000e25b, + 0x0000e25c, 0x0000e25d, 0x0000e25e, 0x0000e25f, + 0x0000e260, 0x0000e261, 0x0000e262, 0x0000e263, + 0x0000e264, 0x0000e265, 0x0000e266, 0x0000e267, + 0x0000e268, 0x0000e269, 0x0000e26a, 0x0000e26b, + 0x0000e26c, 0x0000e26d, 0x0000e26e, 0x0000e26f, + 0x0000e270, 0x0000e271, 0x0000e272, 0x0000e273, + 0x0000e274, 0x0000e275, 0x0000e276, 0x0000e277, + 0x0000e278, 0x0000e279, 0x0000e27a, 0x0000e27b, + 0x0000e27c, 0x0000e27d, 0x0000e27e, 0x0000e27f, + 0x0000e280, 0x0000e281, 0x0000e282, 0x0000e283, + 0x0000e284, 0x0000e285, 0x0000e286, 0x0000e287, + 0x0000e288, 0x0000e289, 0x0000e28a, 0x0000e28b, + 0x0000e28c, 0x0000e28d, 0x0000e28e, 0x0000e28f, + 0x0000e290, 0x0000e291, 0x0000e292, 0x0000e293, + 0x0000e294, 0x0000e295, 0x0000e296, 0x0000e297, + 0x0000e298, 0x0000e299, 0x0000e29a, 0x0000e29b, + 0x0000e29c, 0x0000e29d, 0x0000e29e, 0x0000e29f, + 0x0000e2a0, 0x0000e2a1, 0x0000e2a2, 0x0000e2a3, + 0x0000e2a4, 0x0000e2a5, 0x0000e2a6, 0x0000e2a7, + 0x0000e2a8, 0x0000e2a9, 0x0000e2aa, 0x0000e2ab, + 0x0000e2ac, 0x0000e2ad, 0x0000e2ae, 0x0000e2af, + 0x0000e2b0, 0x0000e2b1, 0x0000e2b2, 0x0000e2b3, + 0x0000e2b4, 0x0000e2b5, 0x0000e2b6, 0x0000e2b7, + 0x0000e2b8, 0x0000e2b9, 0x0000e2ba, 0x0000e2bb, + 0x0000e2bc, 0x0000e2bd, 0x0000e2be, 0x0000e2bf, + 0x0000e2c0, 0x0000e2c1, 0x0000e2c2, 0x0000e2c3, + 0x0000e2c4, 0x0000e2c5, 0x0000e2c6, 0x0000e2c7, + 0x0000e2c8, 0x0000e2c9, 0x0000e2ca, 0x0000e2cb, + 0x0000e2cc, 0x0000e2cd, 0x0000e2ce, 0x0000e2cf, + 0x0000e2d0, 0x0000e2d1, 0x0000e2d2, 0x0000e2d3, + 0x0000e2d4, 0x0000e2d5, 0x0000e2d6, 0x0000e2d7, + 0x0000e2d8, 0x0000e2d9, 0x0000e2da, 0x0000e2db, + 0x0000e2dc, 0x0000e2dd, 0x0000e2de, 0x0000e2df, + 0x0000e2e0, 0x0000e2e1, 0x0000e2e2, 0x0000e2e3, + 0x0000e2e4, 0x0000e2e5, 0x0000e2e6, 0x0000e2e7, + 0x0000e2e8, 0x0000e2e9, 0x0000e2ea, 0x0000e2eb, + 0x0000e2ec, 0x0000e2ed, 0x0000e2ee, 0x0000e2ef, + 0x0000e2f0, 0x0000e2f1, 0x0000e2f2, 0x0000e2f3, + 0x0000e2f4, 0x0000e2f5, 0x0000e2f6, 0x0000e2f7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e2f8, 0x0000e2f9, + 0x0000e2fa, 0x0000e2fb, 0x0000e2fc, 0x0000e2fd, + 0x0000e2fe, 0x0000e2ff, 0x0000e300, 0x0000e301, + 0x0000e302, 0x0000e303, 0x0000e304, 0x0000e305, + 0x0000e306, 0x0000e307, 0x0000e308, 0x0000e309, + 0x0000e30a, 0x0000e30b, 0x0000e30c, 0x0000e30d, + 0x0000e30e, 0x0000e30f, 0x0000e310, 0x0000e311, + 0x0000e312, 0x0000e313, 0x0000e314, 0x0000e315, + 0x0000e316, 0x0000e317, 0x0000e318, 0x0000e319, + 0x0000e31a, 0x0000e31b, 0x0000e31c, 0x0000e31d, + 0x0000e31e, 0x0000e31f, 0x0000e320, 0x0000e321, + 0x0000e322, 0x0000e323, 0x0000e324, 0x0000e325, + 0x0000e326, 0x0000e327, 0x0000e328, 0x0000e329, + 0x0000e32a, 0x0000e32b, 0x0000e32c, 0x0000e32d, + 0x0000e32e, 0x0000e32f, 0x0000e330, 0x0000e331, + 0x0000e332, 0x0000e333, 0x0000e334, 0x0000e335, + 0x0000e336, 0x0000e337, 0x0000e338, 0x0000e339, + 0x0000e33a, 0x0000e33b, 0x0000e33c, 0x0000e33d, + 0x0000e33e, 0x0000e33f, 0x0000e340, 0x0000e341, + 0x0000e342, 0x0000e343, 0x0000e344, 0x0000e345, + 0x0000e346, 0x0000e347, 0x0000e348, 0x0000e349, + 0x0000e34a, 0x0000e34b, 0x0000e34c, 0x0000e34d, + 0x0000e34e, 0x0000e34f, 0x0000e350, 0x0000e351, + 0x0000e352, 0x0000e353, 0x0000e354, 0x0000e355, + 0x0000e356, 0x0000e357, 0x0000e358, 0x0000e359, + 0x0000e35a, 0x0000e35b, 0x0000e35c, 0x0000e35d, + 0x0000e35e, 0x0000e35f, 0x0000e360, 0x0000e361, + 0x0000e362, 0x0000e363, 0x0000e364, 0x0000e365, + 0x0000e366, 0x0000e367, 0x0000e368, 0x0000e369, + 0x0000e36a, 0x0000e36b, 0x0000e36c, 0x0000e36d, + 0x0000e36e, 0x0000e36f, 0x0000e370, 0x0000e371, + 0x0000e372, 0x0000e373, 0x0000e374, 0x0000e375, + 0x0000e376, 0x0000e377, 0x0000e378, 0x0000e379, + 0x0000e37a, 0x0000e37b, 0x0000e37c, 0x0000e37d, + 0x0000e37e, 0x0000e37f, 0x0000e380, 0x0000e381, + 0x0000e382, 0x0000e383, 0x0000e384, 0x0000e385, + 0x0000e386, 0x0000e387, 0x0000e388, 0x0000e389, + 0x0000e38a, 0x0000e38b, 0x0000e38c, 0x0000e38d, + 0x0000e38e, 0x0000e38f, 0x0000e390, 0x0000e391, + 0x0000e392, 0x0000e393, 0x0000e394, 0x0000e395, + 0x0000e396, 0x0000e397, 0x0000e398, 0x0000e399, + 0x0000e39a, 0x0000e39b, 0x0000e39c, 0x0000e39d, + 0x0000e39e, 0x0000e39f, 0x0000e3a0, 0x0000e3a1, + 0x0000e3a2, 0x0000e3a3, 0x0000e3a4, 0x0000e3a5, + 0x0000e3a6, 0x0000e3a7, 0x0000e3a8, 0x0000e3a9, + 0x0000e3aa, 0x0000e3ab, 0x0000e3ac, 0x0000e3ad, + 0x0000e3ae, 0x0000e3af, 0x0000e3b0, 0x0000e3b1, + 0x0000e3b2, 0x0000e3b3, 0x0000e3b4, 0x0000e3b5, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e3b6, 0x0000e3b7, + 0x0000e3b8, 0x0000e3b9, 0x0000e3ba, 0x0000e3bb, + 0x0000e3bc, 0x0000e3bd, 0x0000e3be, 0x0000e3bf, + 0x0000e3c0, 0x0000e3c1, 0x0000e3c2, 0x0000e3c3, + 0x0000e3c4, 0x0000e3c5, 0x0000e3c6, 0x0000e3c7, + 0x0000e3c8, 0x0000e3c9, 0x0000e3ca, 0x0000e3cb, + 0x0000e3cc, 0x0000e3cd, 0x0000e3ce, 0x0000e3cf, + 0x0000e3d0, 0x0000e3d1, 0x0000e3d2, 0x0000e3d3, + 0x0000e3d4, 0x0000e3d5, 0x0000e3d6, 0x0000e3d7, + 0x0000e3d8, 0x0000e3d9, 0x0000e3da, 0x0000e3db, + 0x0000e3dc, 0x0000e3dd, 0x0000e3de, 0x0000e3df, + 0x0000e3e0, 0x0000e3e1, 0x0000e3e2, 0x0000e3e3, + 0x0000e3e4, 0x0000e3e5, 0x0000e3e6, 0x0000e3e7, + 0x0000e3e8, 0x0000e3e9, 0x0000e3ea, 0x0000e3eb, + 0x0000e3ec, 0x0000e3ed, 0x0000e3ee, 0x0000e3ef, + 0x0000e3f0, 0x0000e3f1, 0x0000e3f2, 0x0000e3f3, + 0x0000e3f4, 0x0000e3f5, 0x0000e3f6, 0x0000e3f7, + 0x0000e3f8, 0x0000e3f9, 0x0000e3fa, 0x0000e3fb, + 0x0000e3fc, 0x0000e3fd, 0x0000e3fe, 0x0000e3ff, + 0x0000e400, 0x0000e401, 0x0000e402, 0x0000e403, + 0x0000e404, 0x0000e405, 0x0000e406, 0x0000e407, + 0x0000e408, 0x0000e409, 0x0000e40a, 0x0000e40b, + 0x0000e40c, 0x0000e40d, 0x0000e40e, 0x0000e40f, + 0x0000e410, 0x0000e411, 0x0000e412, 0x0000e413, + 0x0000e414, 0x0000e415, 0x0000e416, 0x0000e417, + 0x0000e418, 0x0000e419, 0x0000e41a, 0x0000e41b, + 0x0000e41c, 0x0000e41d, 0x0000e41e, 0x0000e41f, + 0x0000e420, 0x0000e421, 0x0000e422, 0x0000e423, + 0x0000e424, 0x0000e425, 0x0000e426, 0x0000e427, + 0x0000e428, 0x0000e429, 0x0000e42a, 0x0000e42b, + 0x0000e42c, 0x0000e42d, 0x0000e42e, 0x0000e42f, + 0x0000e430, 0x0000e431, 0x0000e432, 0x0000e433, + 0x0000e434, 0x0000e435, 0x0000e436, 0x0000e437, + 0x0000e438, 0x0000e439, 0x0000e43a, 0x0000e43b, + 0x0000e43c, 0x0000e43d, 0x0000e43e, 0x0000e43f, + 0x0000e440, 0x0000e441, 0x0000e442, 0x0000e443, + 0x0000e444, 0x0000e445, 0x0000e446, 0x0000e447, + 0x0000e448, 0x0000e449, 0x0000e44a, 0x0000e44b, + 0x0000e44c, 0x0000e44d, 0x0000e44e, 0x0000e44f, + 0x0000e450, 0x0000e451, 0x0000e452, 0x0000e453, + 0x0000e454, 0x0000e455, 0x0000e456, 0x0000e457, + 0x0000e458, 0x0000e459, 0x0000e45a, 0x0000e45b, + 0x0000e45c, 0x0000e45d, 0x0000e45e, 0x0000e45f, + 0x0000e460, 0x0000e461, 0x0000e462, 0x0000e463, + 0x0000e464, 0x0000e465, 0x0000e466, 0x0000e467, + 0x0000e468, 0x0000e469, 0x0000e46a, 0x0000e46b, + 0x0000e46c, 0x0000e46d, 0x0000e46e, 0x0000e46f, + 0x0000e470, 0x0000e471, 0x0000e472, 0x0000e473, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e474, 0x0000e475, + 0x0000e476, 0x0000e477, 0x0000e478, 0x0000e479, + 0x0000e47a, 0x0000e47b, 0x0000e47c, 0x0000e47d, + 0x0000e47e, 0x0000e47f, 0x0000e480, 0x0000e481, + 0x0000e482, 0x0000e483, 0x0000e484, 0x0000e485, + 0x0000e486, 0x0000e487, 0x0000e488, 0x0000e489, + 0x0000e48a, 0x0000e48b, 0x0000e48c, 0x0000e48d, + 0x0000e48e, 0x0000e48f, 0x0000e490, 0x0000e491, + 0x0000e492, 0x0000e493, 0x0000e494, 0x0000e495, + 0x0000e496, 0x0000e497, 0x0000e498, 0x0000e499, + 0x0000e49a, 0x0000e49b, 0x0000e49c, 0x0000e49d, + 0x0000e49e, 0x0000e49f, 0x0000e4a0, 0x0000e4a1, + 0x0000e4a2, 0x0000e4a3, 0x0000e4a4, 0x0000e4a5, + 0x0000e4a6, 0x0000e4a7, 0x0000e4a8, 0x0000e4a9, + 0x0000e4aa, 0x0000e4ab, 0x0000e4ac, 0x0000e4ad, + 0x0000e4ae, 0x0000e4af, 0x0000e4b0, 0x0000e4b1, + 0x0000e4b2, 0x0000e4b3, 0x0000e4b4, 0x0000e4b5, + 0x0000e4b6, 0x0000e4b7, 0x0000e4b8, 0x0000e4b9, + 0x0000e4ba, 0x0000e4bb, 0x0000e4bc, 0x0000e4bd, + 0x0000e4be, 0x0000e4bf, 0x0000e4c0, 0x0000e4c1, + 0x0000e4c2, 0x0000e4c3, 0x0000e4c4, 0x0000e4c5, + 0x0000e4c6, 0x0000e4c7, 0x0000e4c8, 0x0000e4c9, + 0x0000e4ca, 0x0000e4cb, 0x0000e4cc, 0x0000e4cd, + 0x0000e4ce, 0x0000e4cf, 0x0000e4d0, 0x0000e4d1, + 0x0000e4d2, 0x0000e4d3, 0x0000e4d4, 0x0000e4d5, + 0x0000e4d6, 0x0000e4d7, 0x0000e4d8, 0x0000e4d9, + 0x0000e4da, 0x0000e4db, 0x0000e4dc, 0x0000e4dd, + 0x0000e4de, 0x0000e4df, 0x0000e4e0, 0x0000e4e1, + 0x0000e4e2, 0x0000e4e3, 0x0000e4e4, 0x0000e4e5, + 0x0000e4e6, 0x0000e4e7, 0x0000e4e8, 0x0000e4e9, + 0x0000e4ea, 0x0000e4eb, 0x0000e4ec, 0x0000e4ed, + 0x0000e4ee, 0x0000e4ef, 0x0000e4f0, 0x0000e4f1, + 0x0000e4f2, 0x0000e4f3, 0x0000e4f4, 0x0000e4f5, + 0x0000e4f6, 0x0000e4f7, 0x0000e4f8, 0x0000e4f9, + 0x0000e4fa, 0x0000e4fb, 0x0000e4fc, 0x0000e4fd, + 0x0000e4fe, 0x0000e4ff, 0x0000e500, 0x0000e501, + 0x0000e502, 0x0000e503, 0x0000e504, 0x0000e505, + 0x0000e506, 0x0000e507, 0x0000e508, 0x0000e509, + 0x0000e50a, 0x0000e50b, 0x0000e50c, 0x0000e50d, + 0x0000e50e, 0x0000e50f, 0x0000e510, 0x0000e511, + 0x0000e512, 0x0000e513, 0x0000e514, 0x0000e515, + 0x0000e516, 0x0000e517, 0x0000e518, 0x0000e519, + 0x0000e51a, 0x0000e51b, 0x0000e51c, 0x0000e51d, + 0x0000e51e, 0x0000e51f, 0x0000e520, 0x0000e521, + 0x0000e522, 0x0000e523, 0x0000e524, 0x0000e525, + 0x0000e526, 0x0000e527, 0x0000e528, 0x0000e529, + 0x0000e52a, 0x0000e52b, 0x0000e52c, 0x0000e52d, + 0x0000e52e, 0x0000e52f, 0x0000e530, 0x0000e531, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e532, 0x0000e533, + 0x0000e534, 0x0000e535, 0x0000e536, 0x0000e537, + 0x0000e538, 0x0000e539, 0x0000e53a, 0x0000e53b, + 0x0000e53c, 0x0000e53d, 0x0000e53e, 0x0000e53f, + 0x0000e540, 0x0000e541, 0x0000e542, 0x0000e543, + 0x0000e544, 0x0000e545, 0x0000e546, 0x0000e547, + 0x0000e548, 0x0000e549, 0x0000e54a, 0x0000e54b, + 0x0000e54c, 0x0000e54d, 0x0000e54e, 0x0000e54f, + 0x0000e550, 0x0000e551, 0x0000e552, 0x0000e553, + 0x0000e554, 0x0000e555, 0x0000e556, 0x0000e557, + 0x0000e558, 0x0000e559, 0x0000e55a, 0x0000e55b, + 0x0000e55c, 0x0000e55d, 0x0000e55e, 0x0000e55f, + 0x0000e560, 0x0000e561, 0x0000e562, 0x0000e563, + 0x0000e564, 0x0000e565, 0x0000e566, 0x0000e567, + 0x0000e568, 0x0000e569, 0x0000e56a, 0x0000e56b, + 0x0000e56c, 0x0000e56d, 0x0000e56e, 0x0000e56f, + 0x0000e570, 0x0000e571, 0x0000e572, 0x0000e573, + 0x0000e574, 0x0000e575, 0x0000e576, 0x0000e577, + 0x0000e578, 0x0000e579, 0x0000e57a, 0x0000e57b, + 0x0000e57c, 0x0000e57d, 0x0000e57e, 0x0000e57f, + 0x0000e580, 0x0000e581, 0x0000e582, 0x0000e583, + 0x0000e584, 0x0000e585, 0x0000e586, 0x0000e587, + 0x0000e588, 0x0000e589, 0x0000e58a, 0x0000e58b, + 0x0000e58c, 0x0000e58d, 0x0000e58e, 0x0000e58f, + 0x0000e590, 0x0000e591, 0x0000e592, 0x0000e593, + 0x0000e594, 0x0000e595, 0x0000e596, 0x0000e597, + 0x0000e598, 0x0000e599, 0x0000e59a, 0x0000e59b, + 0x0000e59c, 0x0000e59d, 0x0000e59e, 0x0000e59f, + 0x0000e5a0, 0x0000e5a1, 0x0000e5a2, 0x0000e5a3, + 0x0000e5a4, 0x0000e5a5, 0x0000e5a6, 0x0000e5a7, + 0x0000e5a8, 0x0000e5a9, 0x0000e5aa, 0x0000e5ab, + 0x0000e5ac, 0x0000e5ad, 0x0000e5ae, 0x0000e5af, + 0x0000e5b0, 0x0000e5b1, 0x0000e5b2, 0x0000e5b3, + 0x0000e5b4, 0x0000e5b5, 0x0000e5b6, 0x0000e5b7, + 0x0000e5b8, 0x0000e5b9, 0x0000e5ba, 0x0000e5bb, + 0x0000e5bc, 0x0000e5bd, 0x0000e5be, 0x0000e5bf, + 0x0000e5c0, 0x0000e5c1, 0x0000e5c2, 0x0000e5c3, + 0x0000e5c4, 0x0000e5c5, 0x0000e5c6, 0x0000e5c7, + 0x0000e5c8, 0x0000e5c9, 0x0000e5ca, 0x0000e5cb, + 0x0000e5cc, 0x0000e5cd, 0x0000e5ce, 0x0000e5cf, + 0x0000e5d0, 0x0000e5d1, 0x0000e5d2, 0x0000e5d3, + 0x0000e5d4, 0x0000e5d5, 0x0000e5d6, 0x0000e5d7, + 0x0000e5d8, 0x0000e5d9, 0x0000e5da, 0x0000e5db, + 0x0000e5dc, 0x0000e5dd, 0x0000e5de, 0x0000e5df, + 0x0000e5e0, 0x0000e5e1, 0x0000e5e2, 0x0000e5e3, + 0x0000e5e4, 0x0000e5e5, 0x0000e5e6, 0x0000e5e7, + 0x0000e5e8, 0x0000e5e9, 0x0000e5ea, 0x0000e5eb, + 0x0000e5ec, 0x0000e5ed, 0x0000e5ee, 0x0000e5ef, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e5f0, 0x0000e5f1, + 0x0000e5f2, 0x0000e5f3, 0x0000e5f4, 0x0000e5f5, + 0x0000e5f6, 0x0000e5f7, 0x0000e5f8, 0x0000e5f9, + 0x0000e5fa, 0x0000e5fb, 0x0000e5fc, 0x0000e5fd, + 0x0000e5fe, 0x0000e5ff, 0x0000e600, 0x0000e601, + 0x0000e602, 0x0000e603, 0x0000e604, 0x0000e605, + 0x0000e606, 0x0000e607, 0x0000e608, 0x0000e609, + 0x0000e60a, 0x0000e60b, 0x0000e60c, 0x0000e60d, + 0x0000e60e, 0x0000e60f, 0x0000e610, 0x0000e611, + 0x0000e612, 0x0000e613, 0x0000e614, 0x0000e615, + 0x0000e616, 0x0000e617, 0x0000e618, 0x0000e619, + 0x0000e61a, 0x0000e61b, 0x0000e61c, 0x0000e61d, + 0x0000e61e, 0x0000e61f, 0x0000e620, 0x0000e621, + 0x0000e622, 0x0000e623, 0x0000e624, 0x0000e625, + 0x0000e626, 0x0000e627, 0x0000e628, 0x0000e629, + 0x0000e62a, 0x0000e62b, 0x0000e62c, 0x0000e62d, + 0x0000e62e, 0x0000e62f, 0x0000e630, 0x0000e631, + 0x0000e632, 0x0000e633, 0x0000e634, 0x0000e635, + 0x0000e636, 0x0000e637, 0x0000e638, 0x0000e639, + 0x0000e63a, 0x0000e63b, 0x0000e63c, 0x0000e63d, + 0x0000e63e, 0x0000e63f, 0x0000e640, 0x0000e641, + 0x0000e642, 0x0000e643, 0x0000e644, 0x0000e645, + 0x0000e646, 0x0000e647, 0x0000e648, 0x0000e649, + 0x0000e64a, 0x0000e64b, 0x0000e64c, 0x0000e64d, + 0x0000e64e, 0x0000e64f, 0x0000e650, 0x0000e651, + 0x0000e652, 0x0000e653, 0x0000e654, 0x0000e655, + 0x0000e656, 0x0000e657, 0x0000e658, 0x0000e659, + 0x0000e65a, 0x0000e65b, 0x0000e65c, 0x0000e65d, + 0x0000e65e, 0x0000e65f, 0x0000e660, 0x0000e661, + 0x0000e662, 0x0000e663, 0x0000e664, 0x0000e665, + 0x0000e666, 0x0000e667, 0x0000e668, 0x0000e669, + 0x0000e66a, 0x0000e66b, 0x0000e66c, 0x0000e66d, + 0x0000e66e, 0x0000e66f, 0x0000e670, 0x0000e671, + 0x0000e672, 0x0000e673, 0x0000e674, 0x0000e675, + 0x0000e676, 0x0000e677, 0x0000e678, 0x0000e679, + 0x0000e67a, 0x0000e67b, 0x0000e67c, 0x0000e67d, + 0x0000e67e, 0x0000e67f, 0x0000e680, 0x0000e681, + 0x0000e682, 0x0000e683, 0x0000e684, 0x0000e685, + 0x0000e686, 0x0000e687, 0x0000e688, 0x0000e689, + 0x0000e68a, 0x0000e68b, 0x0000e68c, 0x0000e68d, + 0x0000e68e, 0x0000e68f, 0x0000e690, 0x0000e691, + 0x0000e692, 0x0000e693, 0x0000e694, 0x0000e695, + 0x0000e696, 0x0000e697, 0x0000e698, 0x0000e699, + 0x0000e69a, 0x0000e69b, 0x0000e69c, 0x0000e69d, + 0x0000e69e, 0x0000e69f, 0x0000e6a0, 0x0000e6a1, + 0x0000e6a2, 0x0000e6a3, 0x0000e6a4, 0x0000e6a5, + 0x0000e6a6, 0x0000e6a7, 0x0000e6a8, 0x0000e6a9, + 0x0000e6aa, 0x0000e6ab, 0x0000e6ac, 0x0000e6ad, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e6ae, 0x0000e6af, + 0x0000e6b0, 0x0000e6b1, 0x0000e6b2, 0x0000e6b3, + 0x0000e6b4, 0x0000e6b5, 0x0000e6b6, 0x0000e6b7, + 0x0000e6b8, 0x0000e6b9, 0x0000e6ba, 0x0000e6bb, + 0x0000e6bc, 0x0000e6bd, 0x0000e6be, 0x0000e6bf, + 0x0000e6c0, 0x0000e6c1, 0x0000e6c2, 0x0000e6c3, + 0x0000e6c4, 0x0000e6c5, 0x0000e6c6, 0x0000e6c7, + 0x0000e6c8, 0x0000e6c9, 0x0000e6ca, 0x0000e6cb, + 0x0000e6cc, 0x0000e6cd, 0x0000e6ce, 0x0000e6cf, + 0x0000e6d0, 0x0000e6d1, 0x0000e6d2, 0x0000e6d3, + 0x0000e6d4, 0x0000e6d5, 0x0000e6d6, 0x0000e6d7, + 0x0000e6d8, 0x0000e6d9, 0x0000e6da, 0x0000e6db, + 0x0000e6dc, 0x0000e6dd, 0x0000e6de, 0x0000e6df, + 0x0000e6e0, 0x0000e6e1, 0x0000e6e2, 0x0000e6e3, + 0x0000e6e4, 0x0000e6e5, 0x0000e6e6, 0x0000e6e7, + 0x0000e6e8, 0x0000e6e9, 0x0000e6ea, 0x0000e6eb, + 0x0000e6ec, 0x0000e6ed, 0x0000e6ee, 0x0000e6ef, + 0x0000e6f0, 0x0000e6f1, 0x0000e6f2, 0x0000e6f3, + 0x0000e6f4, 0x0000e6f5, 0x0000e6f6, 0x0000e6f7, + 0x0000e6f8, 0x0000e6f9, 0x0000e6fa, 0x0000e6fb, + 0x0000e6fc, 0x0000e6fd, 0x0000e6fe, 0x0000e6ff, + 0x0000e700, 0x0000e701, 0x0000e702, 0x0000e703, + 0x0000e704, 0x0000e705, 0x0000e706, 0x0000e707, + 0x0000e708, 0x0000e709, 0x0000e70a, 0x0000e70b, + 0x0000e70c, 0x0000e70d, 0x0000e70e, 0x0000e70f, + 0x0000e710, 0x0000e711, 0x0000e712, 0x0000e713, + 0x0000e714, 0x0000e715, 0x0000e716, 0x0000e717, + 0x0000e718, 0x0000e719, 0x0000e71a, 0x0000e71b, + 0x0000e71c, 0x0000e71d, 0x0000e71e, 0x0000e71f, + 0x0000e720, 0x0000e721, 0x0000e722, 0x0000e723, + 0x0000e724, 0x0000e725, 0x0000e726, 0x0000e727, + 0x0000e728, 0x0000e729, 0x0000e72a, 0x0000e72b, + 0x0000e72c, 0x0000e72d, 0x0000e72e, 0x0000e72f, + 0x0000e730, 0x0000e731, 0x0000e732, 0x0000e733, + 0x0000e734, 0x0000e735, 0x0000e736, 0x0000e737, + 0x0000e738, 0x0000e739, 0x0000e73a, 0x0000e73b, + 0x0000e73c, 0x0000e73d, 0x0000e73e, 0x0000e73f, + 0x0000e740, 0x0000e741, 0x0000e742, 0x0000e743, + 0x0000e744, 0x0000e745, 0x0000e746, 0x0000e747, + 0x0000e748, 0x0000e749, 0x0000e74a, 0x0000e74b, + 0x0000e74c, 0x0000e74d, 0x0000e74e, 0x0000e74f, + 0x0000e750, 0x0000e751, 0x0000e752, 0x0000e753, + 0x0000e754, 0x0000e755, 0x0000e756, 0x0000e757, + 0x0000e758, 0x0000e759, 0x0000e75a, 0x0000e75b, + 0x0000e75c, 0x0000e75d, 0x0000e75e, 0x0000e75f, + 0x0000e760, 0x0000e761, 0x0000e762, 0x0000e763, + 0x0000e764, 0x0000e765, 0x0000e766, 0x0000e767, + 0x0000e768, 0x0000e769, 0x0000e76a, 0x0000e76b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e76c, 0x0000e76d, + 0x0000e76e, 0x0000e76f, 0x0000e770, 0x0000e771, + 0x0000e772, 0x0000e773, 0x0000e774, 0x0000e775, + 0x0000e776, 0x0000e777, 0x0000e778, 0x0000e779, + 0x0000e77a, 0x0000e77b, 0x0000e77c, 0x0000e77d, + 0x0000e77e, 0x0000e77f, 0x0000e780, 0x0000e781, + 0x0000e782, 0x0000e783, 0x0000e784, 0x0000e785, + 0x0000e786, 0x0000e787, 0x0000e788, 0x0000e789, + 0x0000e78a, 0x0000e78b, 0x0000e78c, 0x0000e78d, + 0x0000e78e, 0x0000e78f, 0x0000e790, 0x0000e791, + 0x0000e792, 0x0000e793, 0x0000e794, 0x0000e795, + 0x0000e796, 0x0000e797, 0x0000e798, 0x0000e799, + 0x0000e79a, 0x0000e79b, 0x0000e79c, 0x0000e79d, + 0x0000e79e, 0x0000e79f, 0x0000e7a0, 0x0000e7a1, + 0x0000e7a2, 0x0000e7a3, 0x0000e7a4, 0x0000e7a5, + 0x0000e7a6, 0x0000e7a7, 0x0000e7a8, 0x0000e7a9, + 0x0000e7aa, 0x0000e7ab, 0x0000e7ac, 0x0000e7ad, + 0x0000e7ae, 0x0000e7af, 0x0000e7b0, 0x0000e7b1, + 0x0000e7b2, 0x0000e7b3, 0x0000e7b4, 0x0000e7b5, + 0x0000e7b6, 0x0000e7b7, 0x0000e7b8, 0x0000e7b9, + 0x0000e7ba, 0x0000e7bb, 0x0000e7bc, 0x0000e7bd, + 0x0000e7be, 0x0000e7bf, 0x0000e7c0, 0x0000e7c1, + 0x0000e7c2, 0x0000e7c3, 0x0000e7c4, 0x0000e7c5, + 0x0000e7c6, 0x0000e7c7, 0x0000e7c8, 0x0000e7c9, + 0x0000e7ca, 0x0000e7cb, 0x0000e7cc, 0x0000e7cd, + 0x0000e7ce, 0x0000e7cf, 0x0000e7d0, 0x0000e7d1, + 0x0000e7d2, 0x0000e7d3, 0x0000e7d4, 0x0000e7d5, + 0x0000e7d6, 0x0000e7d7, 0x0000e7d8, 0x0000e7d9, + 0x0000e7da, 0x0000e7db, 0x0000e7dc, 0x0000e7dd, + 0x0000e7de, 0x0000e7df, 0x0000e7e0, 0x0000e7e1, + 0x0000e7e2, 0x0000e7e3, 0x0000e7e4, 0x0000e7e5, + 0x0000e7e6, 0x0000e7e7, 0x0000e7e8, 0x0000e7e9, + 0x0000e7ea, 0x0000e7eb, 0x0000e7ec, 0x0000e7ed, + 0x0000e7ee, 0x0000e7ef, 0x0000e7f0, 0x0000e7f1, + 0x0000e7f2, 0x0000e7f3, 0x0000e7f4, 0x0000e7f5, + 0x0000e7f6, 0x0000e7f7, 0x0000e7f8, 0x0000e7f9, + 0x0000e7fa, 0x0000e7fb, 0x0000e7fc, 0x0000e7fd, + 0x0000e7fe, 0x0000e7ff, 0x0000e800, 0x0000e801, + 0x0000e802, 0x0000e803, 0x0000e804, 0x0000e805, + 0x0000e806, 0x0000e807, 0x0000e808, 0x0000e809, + 0x0000e80a, 0x0000e80b, 0x0000e80c, 0x0000e80d, + 0x0000e80e, 0x0000e80f, 0x0000e810, 0x0000e811, + 0x0000e812, 0x0000e813, 0x0000e814, 0x0000e815, + 0x0000e816, 0x0000e817, 0x0000e818, 0x0000e819, + 0x0000e81a, 0x0000e81b, 0x0000e81c, 0x0000e81d, + 0x0000e81e, 0x0000e81f, 0x0000e820, 0x0000e821, + 0x0000e822, 0x0000e823, 0x0000e824, 0x0000e825, + 0x0000e826, 0x0000e827, 0x0000e828, 0x0000e829, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e82a, 0x0000e82b, + 0x0000e82c, 0x0000e82d, 0x0000e82e, 0x0000e82f, + 0x0000e830, 0x0000e831, 0x0000e832, 0x0000e833, + 0x0000e834, 0x0000e835, 0x0000e836, 0x0000e837, + 0x0000e838, 0x0000e839, 0x0000e83a, 0x0000e83b, + 0x0000e83c, 0x0000e83d, 0x0000e83e, 0x0000e83f, + 0x0000e840, 0x0000e841, 0x0000e842, 0x0000e843, + 0x0000e844, 0x0000e845, 0x0000e846, 0x0000e847, + 0x0000e848, 0x0000e849, 0x0000e84a, 0x0000e84b, + 0x0000e84c, 0x0000e84d, 0x0000e84e, 0x0000e84f, + 0x0000e850, 0x0000e851, 0x0000e852, 0x0000e853, + 0x0000e854, 0x0000e855, 0x0000e856, 0x0000e857, + 0x0000e858, 0x0000e859, 0x0000e85a, 0x0000e85b, + 0x0000e85c, 0x0000e85d, 0x0000e85e, 0x0000e85f, + 0x0000e860, 0x0000e861, 0x0000e862, 0x0000e863, + 0x0000e864, 0x0000e865, 0x0000e866, 0x0000e867, + 0x0000e868, 0x0000e869, 0x0000e86a, 0x0000e86b, + 0x0000e86c, 0x0000e86d, 0x0000e86e, 0x0000e86f, + 0x0000e870, 0x0000e871, 0x0000e872, 0x0000e873, + 0x0000e874, 0x0000e875, 0x0000e876, 0x0000e877, + 0x0000e878, 0x0000e879, 0x0000e87a, 0x0000e87b, + 0x0000e87c, 0x0000e87d, 0x0000e87e, 0x0000e87f, + 0x0000e880, 0x0000e881, 0x0000e882, 0x0000e883, + 0x0000e884, 0x0000e885, 0x0000e886, 0x0000e887, + 0x0000e888, 0x0000e889, 0x0000e88a, 0x0000e88b, + 0x0000e88c, 0x0000e88d, 0x0000e88e, 0x0000e88f, + 0x0000e890, 0x0000e891, 0x0000e892, 0x0000e893, + 0x0000e894, 0x0000e895, 0x0000e896, 0x0000e897, + 0x0000e898, 0x0000e899, 0x0000e89a, 0x0000e89b, + 0x0000e89c, 0x0000e89d, 0x0000e89e, 0x0000e89f, + 0x0000e8a0, 0x0000e8a1, 0x0000e8a2, 0x0000e8a3, + 0x0000e8a4, 0x0000e8a5, 0x0000e8a6, 0x0000e8a7, + 0x0000e8a8, 0x0000e8a9, 0x0000e8aa, 0x0000e8ab, + 0x0000e8ac, 0x0000e8ad, 0x0000e8ae, 0x0000e8af, + 0x0000e8b0, 0x0000e8b1, 0x0000e8b2, 0x0000e8b3, + 0x0000e8b4, 0x0000e8b5, 0x0000e8b6, 0x0000e8b7, + 0x0000e8b8, 0x0000e8b9, 0x0000e8ba, 0x0000e8bb, + 0x0000e8bc, 0x0000e8bd, 0x0000e8be, 0x0000e8bf, + 0x0000e8c0, 0x0000e8c1, 0x0000e8c2, 0x0000e8c3, + 0x0000e8c4, 0x0000e8c5, 0x0000e8c6, 0x0000e8c7, + 0x0000e8c8, 0x0000e8c9, 0x0000e8ca, 0x0000e8cb, + 0x0000e8cc, 0x0000e8cd, 0x0000e8ce, 0x0000e8cf, + 0x0000e8d0, 0x0000e8d1, 0x0000e8d2, 0x0000e8d3, + 0x0000e8d4, 0x0000e8d5, 0x0000e8d6, 0x0000e8d7, + 0x0000e8d8, 0x0000e8d9, 0x0000e8da, 0x0000e8db, + 0x0000e8dc, 0x0000e8dd, 0x0000e8de, 0x0000e8df, + 0x0000e8e0, 0x0000e8e1, 0x0000e8e2, 0x0000e8e3, + 0x0000e8e4, 0x0000e8e5, 0x0000e8e6, 0x0000e8e7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e8e8, 0x0000e8e9, + 0x0000e8ea, 0x0000e8eb, 0x0000e8ec, 0x0000e8ed, + 0x0000e8ee, 0x0000e8ef, 0x0000e8f0, 0x0000e8f1, + 0x0000e8f2, 0x0000e8f3, 0x0000e8f4, 0x0000e8f5, + 0x0000e8f6, 0x0000e8f7, 0x0000e8f8, 0x0000e8f9, + 0x0000e8fa, 0x0000e8fb, 0x0000e8fc, 0x0000e8fd, + 0x0000e8fe, 0x0000e8ff, 0x0000e900, 0x0000e901, + 0x0000e902, 0x0000e903, 0x0000e904, 0x0000e905, + 0x0000e906, 0x0000e907, 0x0000e908, 0x0000e909, + 0x0000e90a, 0x0000e90b, 0x0000e90c, 0x0000e90d, + 0x0000e90e, 0x0000e90f, 0x0000e910, 0x0000e911, + 0x0000e912, 0x0000e913, 0x0000e914, 0x0000e915, + 0x0000e916, 0x0000e917, 0x0000e918, 0x0000e919, + 0x0000e91a, 0x0000e91b, 0x0000e91c, 0x0000e91d, + 0x0000e91e, 0x0000e91f, 0x0000e920, 0x0000e921, + 0x0000e922, 0x0000e923, 0x0000e924, 0x0000e925, + 0x0000e926, 0x0000e927, 0x0000e928, 0x0000e929, + 0x0000e92a, 0x0000e92b, 0x0000e92c, 0x0000e92d, + 0x0000e92e, 0x0000e92f, 0x0000e930, 0x0000e931, + 0x0000e932, 0x0000e933, 0x0000e934, 0x0000e935, + 0x0000e936, 0x0000e937, 0x0000e938, 0x0000e939, + 0x0000e93a, 0x0000e93b, 0x0000e93c, 0x0000e93d, + 0x0000e93e, 0x0000e93f, 0x0000e940, 0x0000e941, + 0x0000e942, 0x0000e943, 0x0000e944, 0x0000e945, + 0x0000e946, 0x0000e947, 0x0000e948, 0x0000e949, + 0x0000e94a, 0x0000e94b, 0x0000e94c, 0x0000e94d, + 0x0000e94e, 0x0000e94f, 0x0000e950, 0x0000e951, + 0x0000e952, 0x0000e953, 0x0000e954, 0x0000e955, + 0x0000e956, 0x0000e957, 0x0000e958, 0x0000e959, + 0x0000e95a, 0x0000e95b, 0x0000e95c, 0x0000e95d, + 0x0000e95e, 0x0000e95f, 0x0000e960, 0x0000e961, + 0x0000e962, 0x0000e963, 0x0000e964, 0x0000e965, + 0x0000e966, 0x0000e967, 0x0000e968, 0x0000e969, + 0x0000e96a, 0x0000e96b, 0x0000e96c, 0x0000e96d, + 0x0000e96e, 0x0000e96f, 0x0000e970, 0x0000e971, + 0x0000e972, 0x0000e973, 0x0000e974, 0x0000e975, + 0x0000e976, 0x0000e977, 0x0000e978, 0x0000e979, + 0x0000e97a, 0x0000e97b, 0x0000e97c, 0x0000e97d, + 0x0000e97e, 0x0000e97f, 0x0000e980, 0x0000e981, + 0x0000e982, 0x0000e983, 0x0000e984, 0x0000e985, + 0x0000e986, 0x0000e987, 0x0000e988, 0x0000e989, + 0x0000e98a, 0x0000e98b, 0x0000e98c, 0x0000e98d, + 0x0000e98e, 0x0000e98f, 0x0000e990, 0x0000e991, + 0x0000e992, 0x0000e993, 0x0000e994, 0x0000e995, + 0x0000e996, 0x0000e997, 0x0000e998, 0x0000e999, + 0x0000e99a, 0x0000e99b, 0x0000e99c, 0x0000e99d, + 0x0000e99e, 0x0000e99f, 0x0000e9a0, 0x0000e9a1, + 0x0000e9a2, 0x0000e9a3, 0x0000e9a4, 0x0000e9a5, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000e9a6, 0x0000e9a7, + 0x0000e9a8, 0x0000e9a9, 0x0000e9aa, 0x0000e9ab, + 0x0000e9ac, 0x0000e9ad, 0x0000e9ae, 0x0000e9af, + 0x0000e9b0, 0x0000e9b1, 0x0000e9b2, 0x0000e9b3, + 0x0000e9b4, 0x0000e9b5, 0x0000e9b6, 0x0000e9b7, + 0x0000e9b8, 0x0000e9b9, 0x0000e9ba, 0x0000e9bb, + 0x0000e9bc, 0x0000e9bd, 0x0000e9be, 0x0000e9bf, + 0x0000e9c0, 0x0000e9c1, 0x0000e9c2, 0x0000e9c3, + 0x0000e9c4, 0x0000e9c5, 0x0000e9c6, 0x0000e9c7, + 0x0000e9c8, 0x0000e9c9, 0x0000e9ca, 0x0000e9cb, + 0x0000e9cc, 0x0000e9cd, 0x0000e9ce, 0x0000e9cf, + 0x0000e9d0, 0x0000e9d1, 0x0000e9d2, 0x0000e9d3, + 0x0000e9d4, 0x0000e9d5, 0x0000e9d6, 0x0000e9d7, + 0x0000e9d8, 0x0000e9d9, 0x0000e9da, 0x0000e9db, + 0x0000e9dc, 0x0000e9dd, 0x0000e9de, 0x0000e9df, + 0x0000e9e0, 0x0000e9e1, 0x0000e9e2, 0x0000e9e3, + 0x0000e9e4, 0x0000e9e5, 0x0000e9e6, 0x0000e9e7, + 0x0000e9e8, 0x0000e9e9, 0x0000e9ea, 0x0000e9eb, + 0x0000e9ec, 0x0000e9ed, 0x0000e9ee, 0x0000e9ef, + 0x0000e9f0, 0x0000e9f1, 0x0000e9f2, 0x0000e9f3, + 0x0000e9f4, 0x0000e9f5, 0x0000e9f6, 0x0000e9f7, + 0x0000e9f8, 0x0000e9f9, 0x0000e9fa, 0x0000e9fb, + 0x0000e9fc, 0x0000e9fd, 0x0000e9fe, 0x0000e9ff, + 0x0000ea00, 0x0000ea01, 0x0000ea02, 0x0000ea03, + 0x0000ea04, 0x0000ea05, 0x0000ea06, 0x0000ea07, + 0x0000ea08, 0x0000ea09, 0x0000ea0a, 0x0000ea0b, + 0x0000ea0c, 0x0000ea0d, 0x0000ea0e, 0x0000ea0f, + 0x0000ea10, 0x0000ea11, 0x0000ea12, 0x0000ea13, + 0x0000ea14, 0x0000ea15, 0x0000ea16, 0x0000ea17, + 0x0000ea18, 0x0000ea19, 0x0000ea1a, 0x0000ea1b, + 0x0000ea1c, 0x0000ea1d, 0x0000ea1e, 0x0000ea1f, + 0x0000ea20, 0x0000ea21, 0x0000ea22, 0x0000ea23, + 0x0000ea24, 0x0000ea25, 0x0000ea26, 0x0000ea27, + 0x0000ea28, 0x0000ea29, 0x0000ea2a, 0x0000ea2b, + 0x0000ea2c, 0x0000ea2d, 0x0000ea2e, 0x0000ea2f, + 0x0000ea30, 0x0000ea31, 0x0000ea32, 0x0000ea33, + 0x0000ea34, 0x0000ea35, 0x0000ea36, 0x0000ea37, + 0x0000ea38, 0x0000ea39, 0x0000ea3a, 0x0000ea3b, + 0x0000ea3c, 0x0000ea3d, 0x0000ea3e, 0x0000ea3f, + 0x0000ea40, 0x0000ea41, 0x0000ea42, 0x0000ea43, + 0x0000ea44, 0x0000ea45, 0x0000ea46, 0x0000ea47, + 0x0000ea48, 0x0000ea49, 0x0000ea4a, 0x0000ea4b, + 0x0000ea4c, 0x0000ea4d, 0x0000ea4e, 0x0000ea4f, + 0x0000ea50, 0x0000ea51, 0x0000ea52, 0x0000ea53, + 0x0000ea54, 0x0000ea55, 0x0000ea56, 0x0000ea57, + 0x0000ea58, 0x0000ea59, 0x0000ea5a, 0x0000ea5b, + 0x0000ea5c, 0x0000ea5d, 0x0000ea5e, 0x0000ea5f, + 0x0000ea60, 0x0000ea61, 0x0000ea62, 0x0000ea63, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ea64, 0x0000ea65, + 0x0000ea66, 0x0000ea67, 0x0000ea68, 0x0000ea69, + 0x0000ea6a, 0x0000ea6b, 0x0000ea6c, 0x0000ea6d, + 0x0000ea6e, 0x0000ea6f, 0x0000ea70, 0x0000ea71, + 0x0000ea72, 0x0000ea73, 0x0000ea74, 0x0000ea75, + 0x0000ea76, 0x0000ea77, 0x0000ea78, 0x0000ea79, + 0x0000ea7a, 0x0000ea7b, 0x0000ea7c, 0x0000ea7d, + 0x0000ea7e, 0x0000ea7f, 0x0000ea80, 0x0000ea81, + 0x0000ea82, 0x0000ea83, 0x0000ea84, 0x0000ea85, + 0x0000ea86, 0x0000ea87, 0x0000ea88, 0x0000ea89, + 0x0000ea8a, 0x0000ea8b, 0x0000ea8c, 0x0000ea8d, + 0x0000ea8e, 0x0000ea8f, 0x0000ea90, 0x0000ea91, + 0x0000ea92, 0x0000ea93, 0x0000ea94, 0x0000ea95, + 0x0000ea96, 0x0000ea97, 0x0000ea98, 0x0000ea99, + 0x0000ea9a, 0x0000ea9b, 0x0000ea9c, 0x0000ea9d, + 0x0000ea9e, 0x0000ea9f, 0x0000eaa0, 0x0000eaa1, + 0x0000eaa2, 0x0000eaa3, 0x0000eaa4, 0x0000eaa5, + 0x0000eaa6, 0x0000eaa7, 0x0000eaa8, 0x0000eaa9, + 0x0000eaaa, 0x0000eaab, 0x0000eaac, 0x0000eaad, + 0x0000eaae, 0x0000eaaf, 0x0000eab0, 0x0000eab1, + 0x0000eab2, 0x0000eab3, 0x0000eab4, 0x0000eab5, + 0x0000eab6, 0x0000eab7, 0x0000eab8, 0x0000eab9, + 0x0000eaba, 0x0000eabb, 0x0000eabc, 0x0000eabd, + 0x0000eabe, 0x0000eabf, 0x0000eac0, 0x0000eac1, + 0x0000eac2, 0x0000eac3, 0x0000eac4, 0x0000eac5, + 0x0000eac6, 0x0000eac7, 0x0000eac8, 0x0000eac9, + 0x0000eaca, 0x0000eacb, 0x0000eacc, 0x0000eacd, + 0x0000eace, 0x0000eacf, 0x0000ead0, 0x0000ead1, + 0x0000ead2, 0x0000ead3, 0x0000ead4, 0x0000ead5, + 0x0000ead6, 0x0000ead7, 0x0000ead8, 0x0000ead9, + 0x0000eada, 0x0000eadb, 0x0000eadc, 0x0000eadd, + 0x0000eade, 0x0000eadf, 0x0000eae0, 0x0000eae1, + 0x0000eae2, 0x0000eae3, 0x0000eae4, 0x0000eae5, + 0x0000eae6, 0x0000eae7, 0x0000eae8, 0x0000eae9, + 0x0000eaea, 0x0000eaeb, 0x0000eaec, 0x0000eaed, + 0x0000eaee, 0x0000eaef, 0x0000eaf0, 0x0000eaf1, + 0x0000eaf2, 0x0000eaf3, 0x0000eaf4, 0x0000eaf5, + 0x0000eaf6, 0x0000eaf7, 0x0000eaf8, 0x0000eaf9, + 0x0000eafa, 0x0000eafb, 0x0000eafc, 0x0000eafd, + 0x0000eafe, 0x0000eaff, 0x0000eb00, 0x0000eb01, + 0x0000eb02, 0x0000eb03, 0x0000eb04, 0x0000eb05, + 0x0000eb06, 0x0000eb07, 0x0000eb08, 0x0000eb09, + 0x0000eb0a, 0x0000eb0b, 0x0000eb0c, 0x0000eb0d, + 0x0000eb0e, 0x0000eb0f, 0x0000eb10, 0x0000eb11, + 0x0000eb12, 0x0000eb13, 0x0000eb14, 0x0000eb15, + 0x0000eb16, 0x0000eb17, 0x0000eb18, 0x0000eb19, + 0x0000eb1a, 0x0000eb1b, 0x0000eb1c, 0x0000eb1d, + 0x0000eb1e, 0x0000eb1f, 0x0000eb20, 0x0000eb21, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000eb22, 0x0000eb23, + 0x0000eb24, 0x0000eb25, 0x0000eb26, 0x0000eb27, + 0x0000eb28, 0x0000eb29, 0x0000eb2a, 0x0000eb2b, + 0x0000eb2c, 0x0000eb2d, 0x0000eb2e, 0x0000eb2f, + 0x0000eb30, 0x0000eb31, 0x0000eb32, 0x0000eb33, + 0x0000eb34, 0x0000eb35, 0x0000eb36, 0x0000eb37, + 0x0000eb38, 0x0000eb39, 0x0000eb3a, 0x0000eb3b, + 0x0000eb3c, 0x0000eb3d, 0x0000eb3e, 0x0000eb3f, + 0x0000eb40, 0x0000eb41, 0x0000eb42, 0x0000eb43, + 0x0000eb44, 0x0000eb45, 0x0000eb46, 0x0000eb47, + 0x0000eb48, 0x0000eb49, 0x0000eb4a, 0x0000eb4b, + 0x0000eb4c, 0x0000eb4d, 0x0000eb4e, 0x0000eb4f, + 0x0000eb50, 0x0000eb51, 0x0000eb52, 0x0000eb53, + 0x0000eb54, 0x0000eb55, 0x0000eb56, 0x0000eb57, + 0x0000eb58, 0x0000eb59, 0x0000eb5a, 0x0000eb5b, + 0x0000eb5c, 0x0000eb5d, 0x0000eb5e, 0x0000eb5f, + 0x0000eb60, 0x0000eb61, 0x0000eb62, 0x0000eb63, + 0x0000eb64, 0x0000eb65, 0x0000eb66, 0x0000eb67, + 0x0000eb68, 0x0000eb69, 0x0000eb6a, 0x0000eb6b, + 0x0000eb6c, 0x0000eb6d, 0x0000eb6e, 0x0000eb6f, + 0x0000eb70, 0x0000eb71, 0x0000eb72, 0x0000eb73, + 0x0000eb74, 0x0000eb75, 0x0000eb76, 0x0000eb77, + 0x0000eb78, 0x0000eb79, 0x0000eb7a, 0x0000eb7b, + 0x0000eb7c, 0x0000eb7d, 0x0000eb7e, 0x0000eb7f, + 0x0000eb80, 0x0000eb81, 0x0000eb82, 0x0000eb83, + 0x0000eb84, 0x0000eb85, 0x0000eb86, 0x0000eb87, + 0x0000eb88, 0x0000eb89, 0x0000eb8a, 0x0000eb8b, + 0x0000eb8c, 0x0000eb8d, 0x0000eb8e, 0x0000eb8f, + 0x0000eb90, 0x0000eb91, 0x0000eb92, 0x0000eb93, + 0x0000eb94, 0x0000eb95, 0x0000eb96, 0x0000eb97, + 0x0000eb98, 0x0000eb99, 0x0000eb9a, 0x0000eb9b, + 0x0000eb9c, 0x0000eb9d, 0x0000eb9e, 0x0000eb9f, + 0x0000eba0, 0x0000eba1, 0x0000eba2, 0x0000eba3, + 0x0000eba4, 0x0000eba5, 0x0000eba6, 0x0000eba7, + 0x0000eba8, 0x0000eba9, 0x0000ebaa, 0x0000ebab, + 0x0000ebac, 0x0000ebad, 0x0000ebae, 0x0000ebaf, + 0x0000ebb0, 0x0000ebb1, 0x0000ebb2, 0x0000ebb3, + 0x0000ebb4, 0x0000ebb5, 0x0000ebb6, 0x0000ebb7, + 0x0000ebb8, 0x0000ebb9, 0x0000ebba, 0x0000ebbb, + 0x0000ebbc, 0x0000ebbd, 0x0000ebbe, 0x0000ebbf, + 0x0000ebc0, 0x0000ebc1, 0x0000ebc2, 0x0000ebc3, + 0x0000ebc4, 0x0000ebc5, 0x0000ebc6, 0x0000ebc7, + 0x0000ebc8, 0x0000ebc9, 0x0000ebca, 0x0000ebcb, + 0x0000ebcc, 0x0000ebcd, 0x0000ebce, 0x0000ebcf, + 0x0000ebd0, 0x0000ebd1, 0x0000ebd2, 0x0000ebd3, + 0x0000ebd4, 0x0000ebd5, 0x0000ebd6, 0x0000ebd7, + 0x0000ebd8, 0x0000ebd9, 0x0000ebda, 0x0000ebdb, + 0x0000ebdc, 0x0000ebdd, 0x0000ebde, 0x0000ebdf, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ebe0, 0x0000ebe1, + 0x0000ebe2, 0x0000ebe3, 0x0000ebe4, 0x0000ebe5, + 0x0000ebe6, 0x0000ebe7, 0x0000ebe8, 0x0000ebe9, + 0x0000ebea, 0x0000ebeb, 0x0000ebec, 0x0000ebed, + 0x0000ebee, 0x0000ebef, 0x0000ebf0, 0x0000ebf1, + 0x0000ebf2, 0x0000ebf3, 0x0000ebf4, 0x0000ebf5, + 0x0000ebf6, 0x0000ebf7, 0x0000ebf8, 0x0000ebf9, + 0x0000ebfa, 0x0000ebfb, 0x0000ebfc, 0x0000ebfd, + 0x0000ebfe, 0x0000ebff, 0x0000ec00, 0x0000ec01, + 0x0000ec02, 0x0000ec03, 0x0000ec04, 0x0000ec05, + 0x0000ec06, 0x0000ec07, 0x0000ec08, 0x0000ec09, + 0x0000ec0a, 0x0000ec0b, 0x0000ec0c, 0x0000ec0d, + 0x0000ec0e, 0x0000ec0f, 0x0000ec10, 0x0000ec11, + 0x0000ec12, 0x0000ec13, 0x0000ec14, 0x0000ec15, + 0x0000ec16, 0x0000ec17, 0x0000ec18, 0x0000ec19, + 0x0000ec1a, 0x0000ec1b, 0x0000ec1c, 0x0000ec1d, + 0x0000ec1e, 0x0000ec1f, 0x0000ec20, 0x0000ec21, + 0x0000ec22, 0x0000ec23, 0x0000ec24, 0x0000ec25, + 0x0000ec26, 0x0000ec27, 0x0000ec28, 0x0000ec29, + 0x0000ec2a, 0x0000ec2b, 0x0000ec2c, 0x0000ec2d, + 0x0000ec2e, 0x0000ec2f, 0x0000ec30, 0x0000ec31, + 0x0000ec32, 0x0000ec33, 0x0000ec34, 0x0000ec35, + 0x0000ec36, 0x0000ec37, 0x0000ec38, 0x0000ec39, + 0x0000ec3a, 0x0000ec3b, 0x0000ec3c, 0x0000ec3d, + 0x0000ec3e, 0x0000ec3f, 0x0000ec40, 0x0000ec41, + 0x0000ec42, 0x0000ec43, 0x0000ec44, 0x0000ec45, + 0x0000ec46, 0x0000ec47, 0x0000ec48, 0x0000ec49, + 0x0000ec4a, 0x0000ec4b, 0x0000ec4c, 0x0000ec4d, + 0x0000ec4e, 0x0000ec4f, 0x0000ec50, 0x0000ec51, + 0x0000ec52, 0x0000ec53, 0x0000ec54, 0x0000ec55, + 0x0000ec56, 0x0000ec57, 0x0000ec58, 0x0000ec59, + 0x0000ec5a, 0x0000ec5b, 0x0000ec5c, 0x0000ec5d, + 0x0000ec5e, 0x0000ec5f, 0x0000ec60, 0x0000ec61, + 0x0000ec62, 0x0000ec63, 0x0000ec64, 0x0000ec65, + 0x0000ec66, 0x0000ec67, 0x0000ec68, 0x0000ec69, + 0x0000ec6a, 0x0000ec6b, 0x0000ec6c, 0x0000ec6d, + 0x0000ec6e, 0x0000ec6f, 0x0000ec70, 0x0000ec71, + 0x0000ec72, 0x0000ec73, 0x0000ec74, 0x0000ec75, + 0x0000ec76, 0x0000ec77, 0x0000ec78, 0x0000ec79, + 0x0000ec7a, 0x0000ec7b, 0x0000ec7c, 0x0000ec7d, + 0x0000ec7e, 0x0000ec7f, 0x0000ec80, 0x0000ec81, + 0x0000ec82, 0x0000ec83, 0x0000ec84, 0x0000ec85, + 0x0000ec86, 0x0000ec87, 0x0000ec88, 0x0000ec89, + 0x0000ec8a, 0x0000ec8b, 0x0000ec8c, 0x0000ec8d, + 0x0000ec8e, 0x0000ec8f, 0x0000ec90, 0x0000ec91, + 0x0000ec92, 0x0000ec93, 0x0000ec94, 0x0000ec95, + 0x0000ec96, 0x0000ec97, 0x0000ec98, 0x0000ec99, + 0x0000ec9a, 0x0000ec9b, 0x0000ec9c, 0x0000ec9d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ec9e, 0x0000ec9f, + 0x0000eca0, 0x0000eca1, 0x0000eca2, 0x0000eca3, + 0x0000eca4, 0x0000eca5, 0x0000eca6, 0x0000eca7, + 0x0000eca8, 0x0000eca9, 0x0000ecaa, 0x0000ecab, + 0x0000ecac, 0x0000ecad, 0x0000ecae, 0x0000ecaf, + 0x0000ecb0, 0x0000ecb1, 0x0000ecb2, 0x0000ecb3, + 0x0000ecb4, 0x0000ecb5, 0x0000ecb6, 0x0000ecb7, + 0x0000ecb8, 0x0000ecb9, 0x0000ecba, 0x0000ecbb, + 0x0000ecbc, 0x0000ecbd, 0x0000ecbe, 0x0000ecbf, + 0x0000ecc0, 0x0000ecc1, 0x0000ecc2, 0x0000ecc3, + 0x0000ecc4, 0x0000ecc5, 0x0000ecc6, 0x0000ecc7, + 0x0000ecc8, 0x0000ecc9, 0x0000ecca, 0x0000eccb, + 0x0000eccc, 0x0000eccd, 0x0000ecce, 0x0000eccf, + 0x0000ecd0, 0x0000ecd1, 0x0000ecd2, 0x0000ecd3, + 0x0000ecd4, 0x0000ecd5, 0x0000ecd6, 0x0000ecd7, + 0x0000ecd8, 0x0000ecd9, 0x0000ecda, 0x0000ecdb, + 0x0000ecdc, 0x0000ecdd, 0x0000ecde, 0x0000ecdf, + 0x0000ece0, 0x0000ece1, 0x0000ece2, 0x0000ece3, + 0x0000ece4, 0x0000ece5, 0x0000ece6, 0x0000ece7, + 0x0000ece8, 0x0000ece9, 0x0000ecea, 0x0000eceb, + 0x0000ecec, 0x0000eced, 0x0000ecee, 0x0000ecef, + 0x0000ecf0, 0x0000ecf1, 0x0000ecf2, 0x0000ecf3, + 0x0000ecf4, 0x0000ecf5, 0x0000ecf6, 0x0000ecf7, + 0x0000ecf8, 0x0000ecf9, 0x0000ecfa, 0x0000ecfb, + 0x0000ecfc, 0x0000ecfd, 0x0000ecfe, 0x0000ecff, + 0x0000ed00, 0x0000ed01, 0x0000ed02, 0x0000ed03, + 0x0000ed04, 0x0000ed05, 0x0000ed06, 0x0000ed07, + 0x0000ed08, 0x0000ed09, 0x0000ed0a, 0x0000ed0b, + 0x0000ed0c, 0x0000ed0d, 0x0000ed0e, 0x0000ed0f, + 0x0000ed10, 0x0000ed11, 0x0000ed12, 0x0000ed13, + 0x0000ed14, 0x0000ed15, 0x0000ed16, 0x0000ed17, + 0x0000ed18, 0x0000ed19, 0x0000ed1a, 0x0000ed1b, + 0x0000ed1c, 0x0000ed1d, 0x0000ed1e, 0x0000ed1f, + 0x0000ed20, 0x0000ed21, 0x0000ed22, 0x0000ed23, + 0x0000ed24, 0x0000ed25, 0x0000ed26, 0x0000ed27, + 0x0000ed28, 0x0000ed29, 0x0000ed2a, 0x0000ed2b, + 0x0000ed2c, 0x0000ed2d, 0x0000ed2e, 0x0000ed2f, + 0x0000ed30, 0x0000ed31, 0x0000ed32, 0x0000ed33, + 0x0000ed34, 0x0000ed35, 0x0000ed36, 0x0000ed37, + 0x0000ed38, 0x0000ed39, 0x0000ed3a, 0x0000ed3b, + 0x0000ed3c, 0x0000ed3d, 0x0000ed3e, 0x0000ed3f, + 0x0000ed40, 0x0000ed41, 0x0000ed42, 0x0000ed43, + 0x0000ed44, 0x0000ed45, 0x0000ed46, 0x0000ed47, + 0x0000ed48, 0x0000ed49, 0x0000ed4a, 0x0000ed4b, + 0x0000ed4c, 0x0000ed4d, 0x0000ed4e, 0x0000ed4f, + 0x0000ed50, 0x0000ed51, 0x0000ed52, 0x0000ed53, + 0x0000ed54, 0x0000ed55, 0x0000ed56, 0x0000ed57, + 0x0000ed58, 0x0000ed59, 0x0000ed5a, 0x0000ed5b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ed5c, 0x0000ed5d, + 0x0000ed5e, 0x0000ed5f, 0x0000ed60, 0x0000ed61, + 0x0000ed62, 0x0000ed63, 0x0000ed64, 0x0000ed65, + 0x0000ed66, 0x0000ed67, 0x0000ed68, 0x0000ed69, + 0x0000ed6a, 0x0000ed6b, 0x0000ed6c, 0x0000ed6d, + 0x0000ed6e, 0x0000ed6f, 0x0000ed70, 0x0000ed71, + 0x0000ed72, 0x0000ed73, 0x0000ed74, 0x0000ed75, + 0x0000ed76, 0x0000ed77, 0x0000ed78, 0x0000ed79, + 0x0000ed7a, 0x0000ed7b, 0x0000ed7c, 0x0000ed7d, + 0x0000ed7e, 0x0000ed7f, 0x0000ed80, 0x0000ed81, + 0x0000ed82, 0x0000ed83, 0x0000ed84, 0x0000ed85, + 0x0000ed86, 0x0000ed87, 0x0000ed88, 0x0000ed89, + 0x0000ed8a, 0x0000ed8b, 0x0000ed8c, 0x0000ed8d, + 0x0000ed8e, 0x0000ed8f, 0x0000ed90, 0x0000ed91, + 0x0000ed92, 0x0000ed93, 0x0000ed94, 0x0000ed95, + 0x0000ed96, 0x0000ed97, 0x0000ed98, 0x0000ed99, + 0x0000ed9a, 0x0000ed9b, 0x0000ed9c, 0x0000ed9d, + 0x0000ed9e, 0x0000ed9f, 0x0000eda0, 0x0000eda1, + 0x0000eda2, 0x0000eda3, 0x0000eda4, 0x0000eda5, + 0x0000eda6, 0x0000eda7, 0x0000eda8, 0x0000eda9, + 0x0000edaa, 0x0000edab, 0x0000edac, 0x0000edad, + 0x0000edae, 0x0000edaf, 0x0000edb0, 0x0000edb1, + 0x0000edb2, 0x0000edb3, 0x0000edb4, 0x0000edb5, + 0x0000edb6, 0x0000edb7, 0x0000edb8, 0x0000edb9, + 0x0000edba, 0x0000edbb, 0x0000edbc, 0x0000edbd, + 0x0000edbe, 0x0000edbf, 0x0000edc0, 0x0000edc1, + 0x0000edc2, 0x0000edc3, 0x0000edc4, 0x0000edc5, + 0x0000edc6, 0x0000edc7, 0x0000edc8, 0x0000edc9, + 0x0000edca, 0x0000edcb, 0x0000edcc, 0x0000edcd, + 0x0000edce, 0x0000edcf, 0x0000edd0, 0x0000edd1, + 0x0000edd2, 0x0000edd3, 0x0000edd4, 0x0000edd5, + 0x0000edd6, 0x0000edd7, 0x0000edd8, 0x0000edd9, + 0x0000edda, 0x0000eddb, 0x0000eddc, 0x0000eddd, + 0x0000edde, 0x0000eddf, 0x0000ede0, 0x0000ede1, + 0x0000ede2, 0x0000ede3, 0x0000ede4, 0x0000ede5, + 0x0000ede6, 0x0000ede7, 0x0000ede8, 0x0000ede9, + 0x0000edea, 0x0000edeb, 0x0000edec, 0x0000eded, + 0x0000edee, 0x0000edef, 0x0000edf0, 0x0000edf1, + 0x0000edf2, 0x0000edf3, 0x0000edf4, 0x0000edf5, + 0x0000edf6, 0x0000edf7, 0x0000edf8, 0x0000edf9, + 0x0000edfa, 0x0000edfb, 0x0000edfc, 0x0000edfd, + 0x0000edfe, 0x0000edff, 0x0000ee00, 0x0000ee01, + 0x0000ee02, 0x0000ee03, 0x0000ee04, 0x0000ee05, + 0x0000ee06, 0x0000ee07, 0x0000ee08, 0x0000ee09, + 0x0000ee0a, 0x0000ee0b, 0x0000ee0c, 0x0000ee0d, + 0x0000ee0e, 0x0000ee0f, 0x0000ee10, 0x0000ee11, + 0x0000ee12, 0x0000ee13, 0x0000ee14, 0x0000ee15, + 0x0000ee16, 0x0000ee17, 0x0000ee18, 0x0000ee19, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ee1a, 0x0000ee1b, + 0x0000ee1c, 0x0000ee1d, 0x0000ee1e, 0x0000ee1f, + 0x0000ee20, 0x0000ee21, 0x0000ee22, 0x0000ee23, + 0x0000ee24, 0x0000ee25, 0x0000ee26, 0x0000ee27, + 0x0000ee28, 0x0000ee29, 0x0000ee2a, 0x0000ee2b, + 0x0000ee2c, 0x0000ee2d, 0x0000ee2e, 0x0000ee2f, + 0x0000ee30, 0x0000ee31, 0x0000ee32, 0x0000ee33, + 0x0000ee34, 0x0000ee35, 0x0000ee36, 0x0000ee37, + 0x0000ee38, 0x0000ee39, 0x0000ee3a, 0x0000ee3b, + 0x0000ee3c, 0x0000ee3d, 0x0000ee3e, 0x0000ee3f, + 0x0000ee40, 0x0000ee41, 0x0000ee42, 0x0000ee43, + 0x0000ee44, 0x0000ee45, 0x0000ee46, 0x0000ee47, + 0x0000ee48, 0x0000ee49, 0x0000ee4a, 0x0000ee4b, + 0x0000ee4c, 0x0000ee4d, 0x0000ee4e, 0x0000ee4f, + 0x0000ee50, 0x0000ee51, 0x0000ee52, 0x0000ee53, + 0x0000ee54, 0x0000ee55, 0x0000ee56, 0x0000ee57, + 0x0000ee58, 0x0000ee59, 0x0000ee5a, 0x0000ee5b, + 0x0000ee5c, 0x0000ee5d, 0x0000ee5e, 0x0000ee5f, + 0x0000ee60, 0x0000ee61, 0x0000ee62, 0x0000ee63, + 0x0000ee64, 0x0000ee65, 0x0000ee66, 0x0000ee67, + 0x0000ee68, 0x0000ee69, 0x0000ee6a, 0x0000ee6b, + 0x0000ee6c, 0x0000ee6d, 0x0000ee6e, 0x0000ee6f, + 0x0000ee70, 0x0000ee71, 0x0000ee72, 0x0000ee73, + 0x0000ee74, 0x0000ee75, 0x0000ee76, 0x0000ee77, + 0x0000ee78, 0x0000ee79, 0x0000ee7a, 0x0000ee7b, + 0x0000ee7c, 0x0000ee7d, 0x0000ee7e, 0x0000ee7f, + 0x0000ee80, 0x0000ee81, 0x0000ee82, 0x0000ee83, + 0x0000ee84, 0x0000ee85, 0x0000ee86, 0x0000ee87, + 0x0000ee88, 0x0000ee89, 0x0000ee8a, 0x0000ee8b, + 0x0000ee8c, 0x0000ee8d, 0x0000ee8e, 0x0000ee8f, + 0x0000ee90, 0x0000ee91, 0x0000ee92, 0x0000ee93, + 0x0000ee94, 0x0000ee95, 0x0000ee96, 0x0000ee97, + 0x0000ee98, 0x0000ee99, 0x0000ee9a, 0x0000ee9b, + 0x0000ee9c, 0x0000ee9d, 0x0000ee9e, 0x0000ee9f, + 0x0000eea0, 0x0000eea1, 0x0000eea2, 0x0000eea3, + 0x0000eea4, 0x0000eea5, 0x0000eea6, 0x0000eea7, + 0x0000eea8, 0x0000eea9, 0x0000eeaa, 0x0000eeab, + 0x0000eeac, 0x0000eead, 0x0000eeae, 0x0000eeaf, + 0x0000eeb0, 0x0000eeb1, 0x0000eeb2, 0x0000eeb3, + 0x0000eeb4, 0x0000eeb5, 0x0000eeb6, 0x0000eeb7, + 0x0000eeb8, 0x0000eeb9, 0x0000eeba, 0x0000eebb, + 0x0000eebc, 0x0000eebd, 0x0000eebe, 0x0000eebf, + 0x0000eec0, 0x0000eec1, 0x0000eec2, 0x0000eec3, + 0x0000eec4, 0x0000eec5, 0x0000eec6, 0x0000eec7, + 0x0000eec8, 0x0000eec9, 0x0000eeca, 0x0000eecb, + 0x0000eecc, 0x0000eecd, 0x0000eece, 0x0000eecf, + 0x0000eed0, 0x0000eed1, 0x0000eed2, 0x0000eed3, + 0x0000eed4, 0x0000eed5, 0x0000eed6, 0x0000eed7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000eed8, 0x0000eed9, + 0x0000eeda, 0x0000eedb, 0x0000eedc, 0x0000eedd, + 0x0000eede, 0x0000eedf, 0x0000eee0, 0x0000eee1, + 0x0000eee2, 0x0000eee3, 0x0000eee4, 0x0000eee5, + 0x0000eee6, 0x0000eee7, 0x0000eee8, 0x0000eee9, + 0x0000eeea, 0x0000eeeb, 0x0000eeec, 0x0000eeed, + 0x0000eeee, 0x0000eeef, 0x0000eef0, 0x0000eef1, + 0x0000eef2, 0x0000eef3, 0x0000eef4, 0x0000eef5, + 0x0000eef6, 0x0000eef7, 0x0000eef8, 0x0000eef9, + 0x0000eefa, 0x0000eefb, 0x0000eefc, 0x0000eefd, + 0x0000eefe, 0x0000eeff, 0x0000ef00, 0x0000ef01, + 0x0000ef02, 0x0000ef03, 0x0000ef04, 0x0000ef05, + 0x0000ef06, 0x0000ef07, 0x0000ef08, 0x0000ef09, + 0x0000ef0a, 0x0000ef0b, 0x0000ef0c, 0x0000ef0d, + 0x0000ef0e, 0x0000ef0f, 0x0000ef10, 0x0000ef11, + 0x0000ef12, 0x0000ef13, 0x0000ef14, 0x0000ef15, + 0x0000ef16, 0x0000ef17, 0x0000ef18, 0x0000ef19, + 0x0000ef1a, 0x0000ef1b, 0x0000ef1c, 0x0000ef1d, + 0x0000ef1e, 0x0000ef1f, 0x0000ef20, 0x0000ef21, + 0x0000ef22, 0x0000ef23, 0x0000ef24, 0x0000ef25, + 0x0000ef26, 0x0000ef27, 0x0000ef28, 0x0000ef29, + 0x0000ef2a, 0x0000ef2b, 0x0000ef2c, 0x0000ef2d, + 0x0000ef2e, 0x0000ef2f, 0x0000ef30, 0x0000ef31, + 0x0000ef32, 0x0000ef33, 0x0000ef34, 0x0000ef35, + 0x0000ef36, 0x0000ef37, 0x0000ef38, 0x0000ef39, + 0x0000ef3a, 0x0000ef3b, 0x0000ef3c, 0x0000ef3d, + 0x0000ef3e, 0x0000ef3f, 0x0000ef40, 0x0000ef41, + 0x0000ef42, 0x0000ef43, 0x0000ef44, 0x0000ef45, + 0x0000ef46, 0x0000ef47, 0x0000ef48, 0x0000ef49, + 0x0000ef4a, 0x0000ef4b, 0x0000ef4c, 0x0000ef4d, + 0x0000ef4e, 0x0000ef4f, 0x0000ef50, 0x0000ef51, + 0x0000ef52, 0x0000ef53, 0x0000ef54, 0x0000ef55, + 0x0000ef56, 0x0000ef57, 0x0000ef58, 0x0000ef59, + 0x0000ef5a, 0x0000ef5b, 0x0000ef5c, 0x0000ef5d, + 0x0000ef5e, 0x0000ef5f, 0x0000ef60, 0x0000ef61, + 0x0000ef62, 0x0000ef63, 0x0000ef64, 0x0000ef65, + 0x0000ef66, 0x0000ef67, 0x0000ef68, 0x0000ef69, + 0x0000ef6a, 0x0000ef6b, 0x0000ef6c, 0x0000ef6d, + 0x0000ef6e, 0x0000ef6f, 0x0000ef70, 0x0000ef71, + 0x0000ef72, 0x0000ef73, 0x0000ef74, 0x0000ef75, + 0x0000ef76, 0x0000ef77, 0x0000ef78, 0x0000ef79, + 0x0000ef7a, 0x0000ef7b, 0x0000ef7c, 0x0000ef7d, + 0x0000ef7e, 0x0000ef7f, 0x0000ef80, 0x0000ef81, + 0x0000ef82, 0x0000ef83, 0x0000ef84, 0x0000ef85, + 0x0000ef86, 0x0000ef87, 0x0000ef88, 0x0000ef89, + 0x0000ef8a, 0x0000ef8b, 0x0000ef8c, 0x0000ef8d, + 0x0000ef8e, 0x0000ef8f, 0x0000ef90, 0x0000ef91, + 0x0000ef92, 0x0000ef93, 0x0000ef94, 0x0000ef95, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ef96, 0x0000ef97, + 0x0000ef98, 0x0000ef99, 0x0000ef9a, 0x0000ef9b, + 0x0000ef9c, 0x0000ef9d, 0x0000ef9e, 0x0000ef9f, + 0x0000efa0, 0x0000efa1, 0x0000efa2, 0x0000efa3, + 0x0000efa4, 0x0000efa5, 0x0000efa6, 0x0000efa7, + 0x0000efa8, 0x0000efa9, 0x0000efaa, 0x0000efab, + 0x0000efac, 0x0000efad, 0x0000efae, 0x0000efaf, + 0x0000efb0, 0x0000efb1, 0x0000efb2, 0x0000efb3, + 0x0000efb4, 0x0000efb5, 0x0000efb6, 0x0000efb7, + 0x0000efb8, 0x0000efb9, 0x0000efba, 0x0000efbb, + 0x0000efbc, 0x0000efbd, 0x0000efbe, 0x0000efbf, + 0x0000efc0, 0x0000efc1, 0x0000efc2, 0x0000efc3, + 0x0000efc4, 0x0000efc5, 0x0000efc6, 0x0000efc7, + 0x0000efc8, 0x0000efc9, 0x0000efca, 0x0000efcb, + 0x0000efcc, 0x0000efcd, 0x0000efce, 0x0000efcf, + 0x0000efd0, 0x0000efd1, 0x0000efd2, 0x0000efd3, + 0x0000efd4, 0x0000efd5, 0x0000efd6, 0x0000efd7, + 0x0000efd8, 0x0000efd9, 0x0000efda, 0x0000efdb, + 0x0000efdc, 0x0000efdd, 0x0000efde, 0x0000efdf, + 0x0000efe0, 0x0000efe1, 0x0000efe2, 0x0000efe3, + 0x0000efe4, 0x0000efe5, 0x0000efe6, 0x0000efe7, + 0x0000efe8, 0x0000efe9, 0x0000efea, 0x0000efeb, + 0x0000efec, 0x0000efed, 0x0000efee, 0x0000efef, + 0x0000eff0, 0x0000eff1, 0x0000eff2, 0x0000eff3, + 0x0000eff4, 0x0000eff5, 0x0000eff6, 0x0000eff7, + 0x0000eff8, 0x0000eff9, 0x0000effa, 0x0000effb, + 0x0000effc, 0x0000effd, 0x0000effe, 0x0000efff, + 0x0000f000, 0x0000f001, 0x0000f002, 0x0000f003, + 0x0000f004, 0x0000f005, 0x0000f006, 0x0000f007, + 0x0000f008, 0x0000f009, 0x0000f00a, 0x0000f00b, + 0x0000f00c, 0x0000f00d, 0x0000f00e, 0x0000f00f, + 0x0000f010, 0x0000f011, 0x0000f012, 0x0000f013, + 0x0000f014, 0x0000f015, 0x0000f016, 0x0000f017, + 0x0000f018, 0x0000f019, 0x0000f01a, 0x0000f01b, + 0x0000f01c, 0x0000f01d, 0x0000f01e, 0x0000f01f, + 0x0000f020, 0x0000f021, 0x0000f022, 0x0000f023, + 0x0000f024, 0x0000f025, 0x0000f026, 0x0000f027, + 0x0000f028, 0x0000f029, 0x0000f02a, 0x0000f02b, + 0x0000f02c, 0x0000f02d, 0x0000f02e, 0x0000f02f, + 0x0000f030, 0x0000f031, 0x0000f032, 0x0000f033, + 0x0000f034, 0x0000f035, 0x0000f036, 0x0000f037, + 0x0000f038, 0x0000f039, 0x0000f03a, 0x0000f03b, + 0x0000f03c, 0x0000f03d, 0x0000f03e, 0x0000f03f, + 0x0000f040, 0x0000f041, 0x0000f042, 0x0000f043, + 0x0000f044, 0x0000f045, 0x0000f046, 0x0000f047, + 0x0000f048, 0x0000f049, 0x0000f04a, 0x0000f04b, + 0x0000f04c, 0x0000f04d, 0x0000f04e, 0x0000f04f, + 0x0000f050, 0x0000f051, 0x0000f052, 0x0000f053, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f054, 0x0000f055, + 0x0000f056, 0x0000f057, 0x0000f058, 0x0000f059, + 0x0000f05a, 0x0000f05b, 0x0000f05c, 0x0000f05d, + 0x0000f05e, 0x0000f05f, 0x0000f060, 0x0000f061, + 0x0000f062, 0x0000f063, 0x0000f064, 0x0000f065, + 0x0000f066, 0x0000f067, 0x0000f068, 0x0000f069, + 0x0000f06a, 0x0000f06b, 0x0000f06c, 0x0000f06d, + 0x0000f06e, 0x0000f06f, 0x0000f070, 0x0000f071, + 0x0000f072, 0x0000f073, 0x0000f074, 0x0000f075, + 0x0000f076, 0x0000f077, 0x0000f078, 0x0000f079, + 0x0000f07a, 0x0000f07b, 0x0000f07c, 0x0000f07d, + 0x0000f07e, 0x0000f07f, 0x0000f080, 0x0000f081, + 0x0000f082, 0x0000f083, 0x0000f084, 0x0000f085, + 0x0000f086, 0x0000f087, 0x0000f088, 0x0000f089, + 0x0000f08a, 0x0000f08b, 0x0000f08c, 0x0000f08d, + 0x0000f08e, 0x0000f08f, 0x0000f090, 0x0000f091, + 0x0000f092, 0x0000f093, 0x0000f094, 0x0000f095, + 0x0000f096, 0x0000f097, 0x0000f098, 0x0000f099, + 0x0000f09a, 0x0000f09b, 0x0000f09c, 0x0000f09d, + 0x0000f09e, 0x0000f09f, 0x0000f0a0, 0x0000f0a1, + 0x0000f0a2, 0x0000f0a3, 0x0000f0a4, 0x0000f0a5, + 0x0000f0a6, 0x0000f0a7, 0x0000f0a8, 0x0000f0a9, + 0x0000f0aa, 0x0000f0ab, 0x0000f0ac, 0x0000f0ad, + 0x0000f0ae, 0x0000f0af, 0x0000f0b0, 0x0000f0b1, + 0x0000f0b2, 0x0000f0b3, 0x0000f0b4, 0x0000f0b5, + 0x0000f0b6, 0x0000f0b7, 0x0000f0b8, 0x0000f0b9, + 0x0000f0ba, 0x0000f0bb, 0x0000f0bc, 0x0000f0bd, + 0x0000f0be, 0x0000f0bf, 0x0000f0c0, 0x0000f0c1, + 0x0000f0c2, 0x0000f0c3, 0x0000f0c4, 0x0000f0c5, + 0x0000f0c6, 0x0000f0c7, 0x0000f0c8, 0x0000f0c9, + 0x0000f0ca, 0x0000f0cb, 0x0000f0cc, 0x0000f0cd, + 0x0000f0ce, 0x0000f0cf, 0x0000f0d0, 0x0000f0d1, + 0x0000f0d2, 0x0000f0d3, 0x0000f0d4, 0x0000f0d5, + 0x0000f0d6, 0x0000f0d7, 0x0000f0d8, 0x0000f0d9, + 0x0000f0da, 0x0000f0db, 0x0000f0dc, 0x0000f0dd, + 0x0000f0de, 0x0000f0df, 0x0000f0e0, 0x0000f0e1, + 0x0000f0e2, 0x0000f0e3, 0x0000f0e4, 0x0000f0e5, + 0x0000f0e6, 0x0000f0e7, 0x0000f0e8, 0x0000f0e9, + 0x0000f0ea, 0x0000f0eb, 0x0000f0ec, 0x0000f0ed, + 0x0000f0ee, 0x0000f0ef, 0x0000f0f0, 0x0000f0f1, + 0x0000f0f2, 0x0000f0f3, 0x0000f0f4, 0x0000f0f5, + 0x0000f0f6, 0x0000f0f7, 0x0000f0f8, 0x0000f0f9, + 0x0000f0fa, 0x0000f0fb, 0x0000f0fc, 0x0000f0fd, + 0x0000f0fe, 0x0000f0ff, 0x0000f100, 0x0000f101, + 0x0000f102, 0x0000f103, 0x0000f104, 0x0000f105, + 0x0000f106, 0x0000f107, 0x0000f108, 0x0000f109, + 0x0000f10a, 0x0000f10b, 0x0000f10c, 0x0000f10d, + 0x0000f10e, 0x0000f10f, 0x0000f110, 0x0000f111, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f112, 0x0000f113, + 0x0000f114, 0x0000f115, 0x0000f116, 0x0000f117, + 0x0000f118, 0x0000f119, 0x0000f11a, 0x0000f11b, + 0x0000f11c, 0x0000f11d, 0x0000f11e, 0x0000f11f, + 0x0000f120, 0x0000f121, 0x0000f122, 0x0000f123, + 0x0000f124, 0x0000f125, 0x0000f126, 0x0000f127, + 0x0000f128, 0x0000f129, 0x0000f12a, 0x0000f12b, + 0x0000f12c, 0x0000f12d, 0x0000f12e, 0x0000f12f, + 0x0000f130, 0x0000f131, 0x0000f132, 0x0000f133, + 0x0000f134, 0x0000f135, 0x0000f136, 0x0000f137, + 0x0000f138, 0x0000f139, 0x0000f13a, 0x0000f13b, + 0x0000f13c, 0x0000f13d, 0x0000f13e, 0x0000f13f, + 0x0000f140, 0x0000f141, 0x0000f142, 0x0000f143, + 0x0000f144, 0x0000f145, 0x0000f146, 0x0000f147, + 0x0000f148, 0x0000f149, 0x0000f14a, 0x0000f14b, + 0x0000f14c, 0x0000f14d, 0x0000f14e, 0x0000f14f, + 0x0000f150, 0x0000f151, 0x0000f152, 0x0000f153, + 0x0000f154, 0x0000f155, 0x0000f156, 0x0000f157, + 0x0000f158, 0x0000f159, 0x0000f15a, 0x0000f15b, + 0x0000f15c, 0x0000f15d, 0x0000f15e, 0x0000f15f, + 0x0000f160, 0x0000f161, 0x0000f162, 0x0000f163, + 0x0000f164, 0x0000f165, 0x0000f166, 0x0000f167, + 0x0000f168, 0x0000f169, 0x0000f16a, 0x0000f16b, + 0x0000f16c, 0x0000f16d, 0x0000f16e, 0x0000f16f, + 0x0000f170, 0x0000f171, 0x0000f172, 0x0000f173, + 0x0000f174, 0x0000f175, 0x0000f176, 0x0000f177, + 0x0000f178, 0x0000f179, 0x0000f17a, 0x0000f17b, + 0x0000f17c, 0x0000f17d, 0x0000f17e, 0x0000f17f, + 0x0000f180, 0x0000f181, 0x0000f182, 0x0000f183, + 0x0000f184, 0x0000f185, 0x0000f186, 0x0000f187, + 0x0000f188, 0x0000f189, 0x0000f18a, 0x0000f18b, + 0x0000f18c, 0x0000f18d, 0x0000f18e, 0x0000f18f, + 0x0000f190, 0x0000f191, 0x0000f192, 0x0000f193, + 0x0000f194, 0x0000f195, 0x0000f196, 0x0000f197, + 0x0000f198, 0x0000f199, 0x0000f19a, 0x0000f19b, + 0x0000f19c, 0x0000f19d, 0x0000f19e, 0x0000f19f, + 0x0000f1a0, 0x0000f1a1, 0x0000f1a2, 0x0000f1a3, + 0x0000f1a4, 0x0000f1a5, 0x0000f1a6, 0x0000f1a7, + 0x0000f1a8, 0x0000f1a9, 0x0000f1aa, 0x0000f1ab, + 0x0000f1ac, 0x0000f1ad, 0x0000f1ae, 0x0000f1af, + 0x0000f1b0, 0x0000f1b1, 0x0000f1b2, 0x0000f1b3, + 0x0000f1b4, 0x0000f1b5, 0x0000f1b6, 0x0000f1b7, + 0x0000f1b8, 0x0000f1b9, 0x0000f1ba, 0x0000f1bb, + 0x0000f1bc, 0x0000f1bd, 0x0000f1be, 0x0000f1bf, + 0x0000f1c0, 0x0000f1c1, 0x0000f1c2, 0x0000f1c3, + 0x0000f1c4, 0x0000f1c5, 0x0000f1c6, 0x0000f1c7, + 0x0000f1c8, 0x0000f1c9, 0x0000f1ca, 0x0000f1cb, + 0x0000f1cc, 0x0000f1cd, 0x0000f1ce, 0x0000f1cf, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f1d0, 0x0000f1d1, + 0x0000f1d2, 0x0000f1d3, 0x0000f1d4, 0x0000f1d5, + 0x0000f1d6, 0x0000f1d7, 0x0000f1d8, 0x0000f1d9, + 0x0000f1da, 0x0000f1db, 0x0000f1dc, 0x0000f1dd, + 0x0000f1de, 0x0000f1df, 0x0000f1e0, 0x0000f1e1, + 0x0000f1e2, 0x0000f1e3, 0x0000f1e4, 0x0000f1e5, + 0x0000f1e6, 0x0000f1e7, 0x0000f1e8, 0x0000f1e9, + 0x0000f1ea, 0x0000f1eb, 0x0000f1ec, 0x0000f1ed, + 0x0000f1ee, 0x0000f1ef, 0x0000f1f0, 0x0000f1f1, + 0x0000f1f2, 0x0000f1f3, 0x0000f1f4, 0x0000f1f5, + 0x0000f1f6, 0x0000f1f7, 0x0000f1f8, 0x0000f1f9, + 0x0000f1fa, 0x0000f1fb, 0x0000f1fc, 0x0000f1fd, + 0x0000f1fe, 0x0000f1ff, 0x0000f200, 0x0000f201, + 0x0000f202, 0x0000f203, 0x0000f204, 0x0000f205, + 0x0000f206, 0x0000f207, 0x0000f208, 0x0000f209, + 0x0000f20a, 0x0000f20b, 0x0000f20c, 0x0000f20d, + 0x0000f20e, 0x0000f20f, 0x0000f210, 0x0000f211, + 0x0000f212, 0x0000f213, 0x0000f214, 0x0000f215, + 0x0000f216, 0x0000f217, 0x0000f218, 0x0000f219, + 0x0000f21a, 0x0000f21b, 0x0000f21c, 0x0000f21d, + 0x0000f21e, 0x0000f21f, 0x0000f220, 0x0000f221, + 0x0000f222, 0x0000f223, 0x0000f224, 0x0000f225, + 0x0000f226, 0x0000f227, 0x0000f228, 0x0000f229, + 0x0000f22a, 0x0000f22b, 0x0000f22c, 0x0000f22d, + 0x0000f22e, 0x0000f22f, 0x0000f230, 0x0000f231, + 0x0000f232, 0x0000f233, 0x0000f234, 0x0000f235, + 0x0000f236, 0x0000f237, 0x0000f238, 0x0000f239, + 0x0000f23a, 0x0000f23b, 0x0000f23c, 0x0000f23d, + 0x0000f23e, 0x0000f23f, 0x0000f240, 0x0000f241, + 0x0000f242, 0x0000f243, 0x0000f244, 0x0000f245, + 0x0000f246, 0x0000f247, 0x0000f248, 0x0000f249, + 0x0000f24a, 0x0000f24b, 0x0000f24c, 0x0000f24d, + 0x0000f24e, 0x0000f24f, 0x0000f250, 0x0000f251, + 0x0000f252, 0x0000f253, 0x0000f254, 0x0000f255, + 0x0000f256, 0x0000f257, 0x0000f258, 0x0000f259, + 0x0000f25a, 0x0000f25b, 0x0000f25c, 0x0000f25d, + 0x0000f25e, 0x0000f25f, 0x0000f260, 0x0000f261, + 0x0000f262, 0x0000f263, 0x0000f264, 0x0000f265, + 0x0000f266, 0x0000f267, 0x0000f268, 0x0000f269, + 0x0000f26a, 0x0000f26b, 0x0000f26c, 0x0000f26d, + 0x0000f26e, 0x0000f26f, 0x0000f270, 0x0000f271, + 0x0000f272, 0x0000f273, 0x0000f274, 0x0000f275, + 0x0000f276, 0x0000f277, 0x0000f278, 0x0000f279, + 0x0000f27a, 0x0000f27b, 0x0000f27c, 0x0000f27d, + 0x0000f27e, 0x0000f27f, 0x0000f280, 0x0000f281, + 0x0000f282, 0x0000f283, 0x0000f284, 0x0000f285, + 0x0000f286, 0x0000f287, 0x0000f288, 0x0000f289, + 0x0000f28a, 0x0000f28b, 0x0000f28c, 0x0000f28d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f28e, 0x0000f28f, + 0x0000f290, 0x0000f291, 0x0000f292, 0x0000f293, + 0x0000f294, 0x0000f295, 0x0000f296, 0x0000f297, + 0x0000f298, 0x0000f299, 0x0000f29a, 0x0000f29b, + 0x0000f29c, 0x0000f29d, 0x0000f29e, 0x0000f29f, + 0x0000f2a0, 0x0000f2a1, 0x0000f2a2, 0x0000f2a3, + 0x0000f2a4, 0x0000f2a5, 0x0000f2a6, 0x0000f2a7, + 0x0000f2a8, 0x0000f2a9, 0x0000f2aa, 0x0000f2ab, + 0x0000f2ac, 0x0000f2ad, 0x0000f2ae, 0x0000f2af, + 0x0000f2b0, 0x0000f2b1, 0x0000f2b2, 0x0000f2b3, + 0x0000f2b4, 0x0000f2b5, 0x0000f2b6, 0x0000f2b7, + 0x0000f2b8, 0x0000f2b9, 0x0000f2ba, 0x0000f2bb, + 0x0000f2bc, 0x0000f2bd, 0x0000f2be, 0x0000f2bf, + 0x0000f2c0, 0x0000f2c1, 0x0000f2c2, 0x0000f2c3, + 0x0000f2c4, 0x0000f2c5, 0x0000f2c6, 0x0000f2c7, + 0x0000f2c8, 0x0000f2c9, 0x0000f2ca, 0x0000f2cb, + 0x0000f2cc, 0x0000f2cd, 0x0000f2ce, 0x0000f2cf, + 0x0000f2d0, 0x0000f2d1, 0x0000f2d2, 0x0000f2d3, + 0x0000f2d4, 0x0000f2d5, 0x0000f2d6, 0x0000f2d7, + 0x0000f2d8, 0x0000f2d9, 0x0000f2da, 0x0000f2db, + 0x0000f2dc, 0x0000f2dd, 0x0000f2de, 0x0000f2df, + 0x0000f2e0, 0x0000f2e1, 0x0000f2e2, 0x0000f2e3, + 0x0000f2e4, 0x0000f2e5, 0x0000f2e6, 0x0000f2e7, + 0x0000f2e8, 0x0000f2e9, 0x0000f2ea, 0x0000f2eb, + 0x0000f2ec, 0x0000f2ed, 0x0000f2ee, 0x0000f2ef, + 0x0000f2f0, 0x0000f2f1, 0x0000f2f2, 0x0000f2f3, + 0x0000f2f4, 0x0000f2f5, 0x0000f2f6, 0x0000f2f7, + 0x0000f2f8, 0x0000f2f9, 0x0000f2fa, 0x0000f2fb, + 0x0000f2fc, 0x0000f2fd, 0x0000f2fe, 0x0000f2ff, + 0x0000f300, 0x0000f301, 0x0000f302, 0x0000f303, + 0x0000f304, 0x0000f305, 0x0000f306, 0x0000f307, + 0x0000f308, 0x0000f309, 0x0000f30a, 0x0000f30b, + 0x0000f30c, 0x0000f30d, 0x0000f30e, 0x0000f30f, + 0x0000f310, 0x0000f311, 0x0000f312, 0x0000f313, + 0x0000f314, 0x0000f315, 0x0000f316, 0x0000f317, + 0x0000f318, 0x0000f319, 0x0000f31a, 0x0000f31b, + 0x0000f31c, 0x0000f31d, 0x0000f31e, 0x0000f31f, + 0x0000f320, 0x0000f321, 0x0000f322, 0x0000f323, + 0x0000f324, 0x0000f325, 0x0000f326, 0x0000f327, + 0x0000f328, 0x0000f329, 0x0000f32a, 0x0000f32b, + 0x0000f32c, 0x0000f32d, 0x0000f32e, 0x0000f32f, + 0x0000f330, 0x0000f331, 0x0000f332, 0x0000f333, + 0x0000f334, 0x0000f335, 0x0000f336, 0x0000f337, + 0x0000f338, 0x0000f339, 0x0000f33a, 0x0000f33b, + 0x0000f33c, 0x0000f33d, 0x0000f33e, 0x0000f33f, + 0x0000f340, 0x0000f341, 0x0000f342, 0x0000f343, + 0x0000f344, 0x0000f345, 0x0000f346, 0x0000f347, + 0x0000f348, 0x0000f349, 0x0000f34a, 0x0000f34b, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f34c, 0x0000f34d, + 0x0000f34e, 0x0000f34f, 0x0000f350, 0x0000f351, + 0x0000f352, 0x0000f353, 0x0000f354, 0x0000f355, + 0x0000f356, 0x0000f357, 0x0000f358, 0x0000f359, + 0x0000f35a, 0x0000f35b, 0x0000f35c, 0x0000f35d, + 0x0000f35e, 0x0000f35f, 0x0000f360, 0x0000f361, + 0x0000f362, 0x0000f363, 0x0000f364, 0x0000f365, + 0x0000f366, 0x0000f367, 0x0000f368, 0x0000f369, + 0x0000f36a, 0x0000f36b, 0x0000f36c, 0x0000f36d, + 0x0000f36e, 0x0000f36f, 0x0000f370, 0x0000f371, + 0x0000f372, 0x0000f373, 0x0000f374, 0x0000f375, + 0x0000f376, 0x0000f377, 0x0000f378, 0x0000f379, + 0x0000f37a, 0x0000f37b, 0x0000f37c, 0x0000f37d, + 0x0000f37e, 0x0000f37f, 0x0000f380, 0x0000f381, + 0x0000f382, 0x0000f383, 0x0000f384, 0x0000f385, + 0x0000f386, 0x0000f387, 0x0000f388, 0x0000f389, + 0x0000f38a, 0x0000f38b, 0x0000f38c, 0x0000f38d, + 0x0000f38e, 0x0000f38f, 0x0000f390, 0x0000f391, + 0x0000f392, 0x0000f393, 0x0000f394, 0x0000f395, + 0x0000f396, 0x0000f397, 0x0000f398, 0x0000f399, + 0x0000f39a, 0x0000f39b, 0x0000f39c, 0x0000f39d, + 0x0000f39e, 0x0000f39f, 0x0000f3a0, 0x0000f3a1, + 0x0000f3a2, 0x0000f3a3, 0x0000f3a4, 0x0000f3a5, + 0x0000f3a6, 0x0000f3a7, 0x0000f3a8, 0x0000f3a9, + 0x0000f3aa, 0x0000f3ab, 0x0000f3ac, 0x0000f3ad, + 0x0000f3ae, 0x0000f3af, 0x0000f3b0, 0x0000f3b1, + 0x0000f3b2, 0x0000f3b3, 0x0000f3b4, 0x0000f3b5, + 0x0000f3b6, 0x0000f3b7, 0x0000f3b8, 0x0000f3b9, + 0x0000f3ba, 0x0000f3bb, 0x0000f3bc, 0x0000f3bd, + 0x0000f3be, 0x0000f3bf, 0x0000f3c0, 0x0000f3c1, + 0x0000f3c2, 0x0000f3c3, 0x0000f3c4, 0x0000f3c5, + 0x0000f3c6, 0x0000f3c7, 0x0000f3c8, 0x0000f3c9, + 0x0000f3ca, 0x0000f3cb, 0x0000f3cc, 0x0000f3cd, + 0x0000f3ce, 0x0000f3cf, 0x0000f3d0, 0x0000f3d1, + 0x0000f3d2, 0x0000f3d3, 0x0000f3d4, 0x0000f3d5, + 0x0000f3d6, 0x0000f3d7, 0x0000f3d8, 0x0000f3d9, + 0x0000f3da, 0x0000f3db, 0x0000f3dc, 0x0000f3dd, + 0x0000f3de, 0x0000f3df, 0x0000f3e0, 0x0000f3e1, + 0x0000f3e2, 0x0000f3e3, 0x0000f3e4, 0x0000f3e5, + 0x0000f3e6, 0x0000f3e7, 0x0000f3e8, 0x0000f3e9, + 0x0000f3ea, 0x0000f3eb, 0x0000f3ec, 0x0000f3ed, + 0x0000f3ee, 0x0000f3ef, 0x0000f3f0, 0x0000f3f1, + 0x0000f3f2, 0x0000f3f3, 0x0000f3f4, 0x0000f3f5, + 0x0000f3f6, 0x0000f3f7, 0x0000f3f8, 0x0000f3f9, + 0x0000f3fa, 0x0000f3fb, 0x0000f3fc, 0x0000f3fd, + 0x0000f3fe, 0x0000f3ff, 0x0000f400, 0x0000f401, + 0x0000f402, 0x0000f403, 0x0000f404, 0x0000f405, + 0x0000f406, 0x0000f407, 0x0000f408, 0x0000f409, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f40a, 0x0000f40b, + 0x0000f40c, 0x0000f40d, 0x0000f40e, 0x0000f40f, + 0x0000f410, 0x0000f411, 0x0000f412, 0x0000f413, + 0x0000f414, 0x0000f415, 0x0000f416, 0x0000f417, + 0x0000f418, 0x0000f419, 0x0000f41a, 0x0000f41b, + 0x0000f41c, 0x0000f41d, 0x0000f41e, 0x0000f41f, + 0x0000f420, 0x0000f421, 0x0000f422, 0x0000f423, + 0x0000f424, 0x0000f425, 0x0000f426, 0x0000f427, + 0x0000f428, 0x0000f429, 0x0000f42a, 0x0000f42b, + 0x0000f42c, 0x0000f42d, 0x0000f42e, 0x0000f42f, + 0x0000f430, 0x0000f431, 0x0000f432, 0x0000f433, + 0x0000f434, 0x0000f435, 0x0000f436, 0x0000f437, + 0x0000f438, 0x0000f439, 0x0000f43a, 0x0000f43b, + 0x0000f43c, 0x0000f43d, 0x0000f43e, 0x0000f43f, + 0x0000f440, 0x0000f441, 0x0000f442, 0x0000f443, + 0x0000f444, 0x0000f445, 0x0000f446, 0x0000f447, + 0x0000f448, 0x0000f449, 0x0000f44a, 0x0000f44b, + 0x0000f44c, 0x0000f44d, 0x0000f44e, 0x0000f44f, + 0x0000f450, 0x0000f451, 0x0000f452, 0x0000f453, + 0x0000f454, 0x0000f455, 0x0000f456, 0x0000f457, + 0x0000f458, 0x0000f459, 0x0000f45a, 0x0000f45b, + 0x0000f45c, 0x0000f45d, 0x0000f45e, 0x0000f45f, + 0x0000f460, 0x0000f461, 0x0000f462, 0x0000f463, + 0x0000f464, 0x0000f465, 0x0000f466, 0x0000f467, + 0x0000f468, 0x0000f469, 0x0000f46a, 0x0000f46b, + 0x0000f46c, 0x0000f46d, 0x0000f46e, 0x0000f46f, + 0x0000f470, 0x0000f471, 0x0000f472, 0x0000f473, + 0x0000f474, 0x0000f475, 0x0000f476, 0x0000f477, + 0x0000f478, 0x0000f479, 0x0000f47a, 0x0000f47b, + 0x0000f47c, 0x0000f47d, 0x0000f47e, 0x0000f47f, + 0x0000f480, 0x0000f481, 0x0000f482, 0x0000f483, + 0x0000f484, 0x0000f485, 0x0000f486, 0x0000f487, + 0x0000f488, 0x0000f489, 0x0000f48a, 0x0000f48b, + 0x0000f48c, 0x0000f48d, 0x0000f48e, 0x0000f48f, + 0x0000f490, 0x0000f491, 0x0000f492, 0x0000f493, + 0x0000f494, 0x0000f495, 0x0000f496, 0x0000f497, + 0x0000f498, 0x0000f499, 0x0000f49a, 0x0000f49b, + 0x0000f49c, 0x0000f49d, 0x0000f49e, 0x0000f49f, + 0x0000f4a0, 0x0000f4a1, 0x0000f4a2, 0x0000f4a3, + 0x0000f4a4, 0x0000f4a5, 0x0000f4a6, 0x0000f4a7, + 0x0000f4a8, 0x0000f4a9, 0x0000f4aa, 0x0000f4ab, + 0x0000f4ac, 0x0000f4ad, 0x0000f4ae, 0x0000f4af, + 0x0000f4b0, 0x0000f4b1, 0x0000f4b2, 0x0000f4b3, + 0x0000f4b4, 0x0000f4b5, 0x0000f4b6, 0x0000f4b7, + 0x0000f4b8, 0x0000f4b9, 0x0000f4ba, 0x0000f4bb, + 0x0000f4bc, 0x0000f4bd, 0x0000f4be, 0x0000f4bf, + 0x0000f4c0, 0x0000f4c1, 0x0000f4c2, 0x0000f4c3, + 0x0000f4c4, 0x0000f4c5, 0x0000f4c6, 0x0000f4c7, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f4c8, 0x0000f4c9, + 0x0000f4ca, 0x0000f4cb, 0x0000f4cc, 0x0000f4cd, + 0x0000f4ce, 0x0000f4cf, 0x0000f4d0, 0x0000f4d1, + 0x0000f4d2, 0x0000f4d3, 0x0000f4d4, 0x0000f4d5, + 0x0000f4d6, 0x0000f4d7, 0x0000f4d8, 0x0000f4d9, + 0x0000f4da, 0x0000f4db, 0x0000f4dc, 0x0000f4dd, + 0x0000f4de, 0x0000f4df, 0x0000f4e0, 0x0000f4e1, + 0x0000f4e2, 0x0000f4e3, 0x0000f4e4, 0x0000f4e5, + 0x0000f4e6, 0x0000f4e7, 0x0000f4e8, 0x0000f4e9, + 0x0000f4ea, 0x0000f4eb, 0x0000f4ec, 0x0000f4ed, + 0x0000f4ee, 0x0000f4ef, 0x0000f4f0, 0x0000f4f1, + 0x0000f4f2, 0x0000f4f3, 0x0000f4f4, 0x0000f4f5, + 0x0000f4f6, 0x0000f4f7, 0x0000f4f8, 0x0000f4f9, + 0x0000f4fa, 0x0000f4fb, 0x0000f4fc, 0x0000f4fd, + 0x0000f4fe, 0x0000f4ff, 0x0000f500, 0x0000f501, + 0x0000f502, 0x0000f503, 0x0000f504, 0x0000f505, + 0x0000f506, 0x0000f507, 0x0000f508, 0x0000f509, + 0x0000f50a, 0x0000f50b, 0x0000f50c, 0x0000f50d, + 0x0000f50e, 0x0000f50f, 0x0000f510, 0x0000f511, + 0x0000f512, 0x0000f513, 0x0000f514, 0x0000f515, + 0x0000f516, 0x0000f517, 0x0000f518, 0x0000f519, + 0x0000f51a, 0x0000f51b, 0x0000f51c, 0x0000f51d, + 0x0000f51e, 0x0000f51f, 0x0000f520, 0x0000f521, + 0x0000f522, 0x0000f523, 0x0000f524, 0x0000f525, + 0x0000f526, 0x0000f527, 0x0000f528, 0x0000f529, + 0x0000f52a, 0x0000f52b, 0x0000f52c, 0x0000f52d, + 0x0000f52e, 0x0000f52f, 0x0000f530, 0x0000f531, + 0x0000f532, 0x0000f533, 0x0000f534, 0x0000f535, + 0x0000f536, 0x0000f537, 0x0000f538, 0x0000f539, + 0x0000f53a, 0x0000f53b, 0x0000f53c, 0x0000f53d, + 0x0000f53e, 0x0000f53f, 0x0000f540, 0x0000f541, + 0x0000f542, 0x0000f543, 0x0000f544, 0x0000f545, + 0x0000f546, 0x0000f547, 0x0000f548, 0x0000f549, + 0x0000f54a, 0x0000f54b, 0x0000f54c, 0x0000f54d, + 0x0000f54e, 0x0000f54f, 0x0000f550, 0x0000f551, + 0x0000f552, 0x0000f553, 0x0000f554, 0x0000f555, + 0x0000f556, 0x0000f557, 0x0000f558, 0x0000f559, + 0x0000f55a, 0x0000f55b, 0x0000f55c, 0x0000f55d, + 0x0000f55e, 0x0000f55f, 0x0000f560, 0x0000f561, + 0x0000f562, 0x0000f563, 0x0000f564, 0x0000f565, + 0x0000f566, 0x0000f567, 0x0000f568, 0x0000f569, + 0x0000f56a, 0x0000f56b, 0x0000f56c, 0x0000f56d, + 0x0000f56e, 0x0000f56f, 0x0000f570, 0x0000f571, + 0x0000f572, 0x0000f573, 0x0000f574, 0x0000f575, + 0x0000f576, 0x0000f577, 0x0000f578, 0x0000f579, + 0x0000f57a, 0x0000f57b, 0x0000f57c, 0x0000f57d, + 0x0000f57e, 0x0000f57f, 0x0000f580, 0x0000f581, + 0x0000f582, 0x0000f583, 0x0000f584, 0x0000f585, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f586, 0x0000f587, + 0x0000f588, 0x0000f589, 0x0000f58a, 0x0000f58b, + 0x0000f58c, 0x0000f58d, 0x0000f58e, 0x0000f58f, + 0x0000f590, 0x0000f591, 0x0000f592, 0x0000f593, + 0x0000f594, 0x0000f595, 0x0000f596, 0x0000f597, + 0x0000f598, 0x0000f599, 0x0000f59a, 0x0000f59b, + 0x0000f59c, 0x0000f59d, 0x0000f59e, 0x0000f59f, + 0x0000f5a0, 0x0000f5a1, 0x0000f5a2, 0x0000f5a3, + 0x0000f5a4, 0x0000f5a5, 0x0000f5a6, 0x0000f5a7, + 0x0000f5a8, 0x0000f5a9, 0x0000f5aa, 0x0000f5ab, + 0x0000f5ac, 0x0000f5ad, 0x0000f5ae, 0x0000f5af, + 0x0000f5b0, 0x0000f5b1, 0x0000f5b2, 0x0000f5b3, + 0x0000f5b4, 0x0000f5b5, 0x0000f5b6, 0x0000f5b7, + 0x0000f5b8, 0x0000f5b9, 0x0000f5ba, 0x0000f5bb, + 0x0000f5bc, 0x0000f5bd, 0x0000f5be, 0x0000f5bf, + 0x0000f5c0, 0x0000f5c1, 0x0000f5c2, 0x0000f5c3, + 0x0000f5c4, 0x0000f5c5, 0x0000f5c6, 0x0000f5c7, + 0x0000f5c8, 0x0000f5c9, 0x0000f5ca, 0x0000f5cb, + 0x0000f5cc, 0x0000f5cd, 0x0000f5ce, 0x0000f5cf, + 0x0000f5d0, 0x0000f5d1, 0x0000f5d2, 0x0000f5d3, + 0x0000f5d4, 0x0000f5d5, 0x0000f5d6, 0x0000f5d7, + 0x0000f5d8, 0x0000f5d9, 0x0000f5da, 0x0000f5db, + 0x0000f5dc, 0x0000f5dd, 0x0000f5de, 0x0000f5df, + 0x0000f5e0, 0x0000f5e1, 0x0000f5e2, 0x0000f5e3, + 0x0000f5e4, 0x0000f5e5, 0x0000f5e6, 0x0000f5e7, + 0x0000f5e8, 0x0000f5e9, 0x0000f5ea, 0x0000f5eb, + 0x0000f5ec, 0x0000f5ed, 0x0000f5ee, 0x0000f5ef, + 0x0000f5f0, 0x0000f5f1, 0x0000f5f2, 0x0000f5f3, + 0x0000f5f4, 0x0000f5f5, 0x0000f5f6, 0x0000f5f7, + 0x0000f5f8, 0x0000f5f9, 0x0000f5fa, 0x0000f5fb, + 0x0000f5fc, 0x0000f5fd, 0x0000f5fe, 0x0000f5ff, + 0x0000f600, 0x0000f601, 0x0000f602, 0x0000f603, + 0x0000f604, 0x0000f605, 0x0000f606, 0x0000f607, + 0x0000f608, 0x0000f609, 0x0000f60a, 0x0000f60b, + 0x0000f60c, 0x0000f60d, 0x0000f60e, 0x0000f60f, + 0x0000f610, 0x0000f611, 0x0000f612, 0x0000f613, + 0x0000f614, 0x0000f615, 0x0000f616, 0x0000f617, + 0x0000f618, 0x0000f619, 0x0000f61a, 0x0000f61b, + 0x0000f61c, 0x0000f61d, 0x0000f61e, 0x0000f61f, + 0x0000f620, 0x0000f621, 0x0000f622, 0x0000f623, + 0x0000f624, 0x0000f625, 0x0000f626, 0x0000f627, + 0x0000f628, 0x0000f629, 0x0000f62a, 0x0000f62b, + 0x0000f62c, 0x0000f62d, 0x0000f62e, 0x0000f62f, + 0x0000f630, 0x0000f631, 0x0000f632, 0x0000f633, + 0x0000f634, 0x0000f635, 0x0000f636, 0x0000f637, + 0x0000f638, 0x0000f639, 0x0000f63a, 0x0000f63b, + 0x0000f63c, 0x0000f63d, 0x0000f63e, 0x0000f63f, + 0x0000f640, 0x0000f641, 0x0000f642, 0x0000f643, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f644, 0x0000f645, + 0x0000f646, 0x0000f647, 0x0000f648, 0x0000f649, + 0x0000f64a, 0x0000f64b, 0x0000f64c, 0x0000f64d, + 0x0000f64e, 0x0000f64f, 0x0000f650, 0x0000f651, + 0x0000f652, 0x0000f653, 0x0000f654, 0x0000f655, + 0x0000f656, 0x0000f657, 0x0000f658, 0x0000f659, + 0x0000f65a, 0x0000f65b, 0x0000f65c, 0x0000f65d, + 0x0000f65e, 0x0000f65f, 0x0000f660, 0x0000f661, + 0x0000f662, 0x0000f663, 0x0000f664, 0x0000f665, + 0x0000f666, 0x0000f667, 0x0000f668, 0x0000f669, + 0x0000f66a, 0x0000f66b, 0x0000f66c, 0x0000f66d, + 0x0000f66e, 0x0000f66f, 0x0000f670, 0x0000f671, + 0x0000f672, 0x0000f673, 0x0000f674, 0x0000f675, + 0x0000f676, 0x0000f677, 0x0000f678, 0x0000f679, + 0x0000f67a, 0x0000f67b, 0x0000f67c, 0x0000f67d, + 0x0000f67e, 0x0000f67f, 0x0000f680, 0x0000f681, + 0x0000f682, 0x0000f683, 0x0000f684, 0x0000f685, + 0x0000f686, 0x0000f687, 0x0000f688, 0x0000f689, + 0x0000f68a, 0x0000f68b, 0x0000f68c, 0x0000f68d, + 0x0000f68e, 0x0000f68f, 0x0000f690, 0x0000f691, + 0x0000f692, 0x0000f693, 0x0000f694, 0x0000f695, + 0x0000f696, 0x0000f697, 0x0000f698, 0x0000f699, + 0x0000f69a, 0x0000f69b, 0x0000f69c, 0x0000f69d, + 0x0000f69e, 0x0000f69f, 0x0000f6a0, 0x0000f6a1, + 0x0000f6a2, 0x0000f6a3, 0x0000f6a4, 0x0000f6a5, + 0x0000f6a6, 0x0000f6a7, 0x0000f6a8, 0x0000f6a9, + 0x0000f6aa, 0x0000f6ab, 0x0000f6ac, 0x0000f6ad, + 0x0000f6ae, 0x0000f6af, 0x0000f6b0, 0x0000f6b1, + 0x0000f6b2, 0x0000f6b3, 0x0000f6b4, 0x0000f6b5, + 0x0000f6b6, 0x0000f6b7, 0x0000f6b8, 0x0000f6b9, + 0x0000f6ba, 0x0000f6bb, 0x0000f6bc, 0x0000f6bd, + 0x0000f6be, 0x0000f6bf, 0x0000f6c0, 0x0000f6c1, + 0x0000f6c2, 0x0000f6c3, 0x0000f6c4, 0x0000f6c5, + 0x0000f6c6, 0x0000f6c7, 0x0000f6c8, 0x0000f6c9, + 0x0000f6ca, 0x0000f6cb, 0x0000f6cc, 0x0000f6cd, + 0x0000f6ce, 0x0000f6cf, 0x0000f6d0, 0x0000f6d1, + 0x0000f6d2, 0x0000f6d3, 0x0000f6d4, 0x0000f6d5, + 0x0000f6d6, 0x0000f6d7, 0x0000f6d8, 0x0000f6d9, + 0x0000f6da, 0x0000f6db, 0x0000f6dc, 0x0000f6dd, + 0x0000f6de, 0x0000f6df, 0x0000f6e0, 0x0000f6e1, + 0x0000f6e2, 0x0000f6e3, 0x0000f6e4, 0x0000f6e5, + 0x0000f6e6, 0x0000f6e7, 0x0000f6e8, 0x0000f6e9, + 0x0000f6ea, 0x0000f6eb, 0x0000f6ec, 0x0000f6ed, + 0x0000f6ee, 0x0000f6ef, 0x0000f6f0, 0x0000f6f1, + 0x0000f6f2, 0x0000f6f3, 0x0000f6f4, 0x0000f6f5, + 0x0000f6f6, 0x0000f6f7, 0x0000f6f8, 0x0000f6f9, + 0x0000f6fa, 0x0000f6fb, 0x0000f6fc, 0x0000f6fd, + 0x0000f6fe, 0x0000f6ff, 0x0000f700, 0x0000f701, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f702, 0x0000f703, + 0x0000f704, 0x0000f705, 0x0000f706, 0x0000f707, + 0x0000f708, 0x0000f709, 0x0000f70a, 0x0000f70b, + 0x0000f70c, 0x0000f70d, 0x0000f70e, 0x0000f70f, + 0x0000f710, 0x0000f711, 0x0000f712, 0x0000f713, + 0x0000f714, 0x0000f715, 0x0000f716, 0x0000f717, + 0x0000f718, 0x0000f719, 0x0000f71a, 0x0000f71b, + 0x0000f71c, 0x0000f71d, 0x0000f71e, 0x0000f71f, + 0x0000f720, 0x0000f721, 0x0000f722, 0x0000f723, + 0x0000f724, 0x0000f725, 0x0000f726, 0x0000f727, + 0x0000f728, 0x0000f729, 0x0000f72a, 0x0000f72b, + 0x0000f72c, 0x0000f72d, 0x0000f72e, 0x0000f72f, + 0x0000f730, 0x0000f731, 0x0000f732, 0x0000f733, + 0x0000f734, 0x0000f735, 0x0000f736, 0x0000f737, + 0x0000f738, 0x0000f739, 0x0000f73a, 0x0000f73b, + 0x0000f73c, 0x0000f73d, 0x0000f73e, 0x0000f73f, + 0x0000f740, 0x0000f741, 0x0000f742, 0x0000f743, + 0x0000f744, 0x0000f745, 0x0000f746, 0x0000f747, + 0x0000f748, 0x0000f749, 0x0000f74a, 0x0000f74b, + 0x0000f74c, 0x0000f74d, 0x0000f74e, 0x0000f74f, + 0x0000f750, 0x0000f751, 0x0000f752, 0x0000f753, + 0x0000f754, 0x0000f755, 0x0000f756, 0x0000f757, + 0x0000f758, 0x0000f759, 0x0000f75a, 0x0000f75b, + 0x0000f75c, 0x0000f75d, 0x0000f75e, 0x0000f75f, + 0x0000f760, 0x0000f761, 0x0000f762, 0x0000f763, + 0x0000f764, 0x0000f765, 0x0000f766, 0x0000f767, + 0x0000f768, 0x0000f769, 0x0000f76a, 0x0000f76b, + 0x0000f76c, 0x0000f76d, 0x0000f76e, 0x0000f76f, + 0x0000f770, 0x0000f771, 0x0000f772, 0x0000f773, + 0x0000f774, 0x0000f775, 0x0000f776, 0x0000f777, + 0x0000f778, 0x0000f779, 0x0000f77a, 0x0000f77b, + 0x0000f77c, 0x0000f77d, 0x0000f77e, 0x0000f77f, + 0x0000f780, 0x0000f781, 0x0000f782, 0x0000f783, + 0x0000f784, 0x0000f785, 0x0000f786, 0x0000f787, + 0x0000f788, 0x0000f789, 0x0000f78a, 0x0000f78b, + 0x0000f78c, 0x0000f78d, 0x0000f78e, 0x0000f78f, + 0x0000f790, 0x0000f791, 0x0000f792, 0x0000f793, + 0x0000f794, 0x0000f795, 0x0000f796, 0x0000f797, + 0x0000f798, 0x0000f799, 0x0000f79a, 0x0000f79b, + 0x0000f79c, 0x0000f79d, 0x0000f79e, 0x0000f79f, + 0x0000f7a0, 0x0000f7a1, 0x0000f7a2, 0x0000f7a3, + 0x0000f7a4, 0x0000f7a5, 0x0000f7a6, 0x0000f7a7, + 0x0000f7a8, 0x0000f7a9, 0x0000f7aa, 0x0000f7ab, + 0x0000f7ac, 0x0000f7ad, 0x0000f7ae, 0x0000f7af, + 0x0000f7b0, 0x0000f7b1, 0x0000f7b2, 0x0000f7b3, + 0x0000f7b4, 0x0000f7b5, 0x0000f7b6, 0x0000f7b7, + 0x0000f7b8, 0x0000f7b9, 0x0000f7ba, 0x0000f7bb, + 0x0000f7bc, 0x0000f7bd, 0x0000f7be, 0x0000f7bf, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000f7c0, 0x0000f7c1, + 0x0000f7c2, 0x0000f7c3, 0x0000f7c4, 0x0000f7c5, + 0x0000f7c6, 0x0000f7c7, 0x0000f7c8, 0x0000f7c9, + 0x0000f7ca, 0x0000f7cb, 0x0000f7cc, 0x0000f7cd, + 0x0000f7ce, 0x0000f7cf, 0x0000f7d0, 0x0000f7d1, + 0x0000f7d2, 0x0000f7d3, 0x0000f7d4, 0x0000f7d5, + 0x0000f7d6, 0x0000f7d7, 0x0000f7d8, 0x0000f7d9, + 0x0000f7da, 0x0000f7db, 0x0000f7dc, 0x0000f7dd, + 0x0000f7de, 0x0000f7df, 0x0000f7e0, 0x0000f7e1, + 0x0000f7e2, 0x0000f7e3, 0x0000f7e4, 0x0000f7e5, + 0x0000f7e6, 0x0000f7e7, 0x0000f7e8, 0x0000f7e9, + 0x0000f7ea, 0x0000f7eb, 0x0000f7ec, 0x0000f7ed, + 0x0000f7ee, 0x0000f7ef, 0x0000f7f0, 0x0000f7f1, + 0x0000f7f2, 0x0000f7f3, 0x0000f7f4, 0x0000f7f5, + 0x0000f7f6, 0x0000f7f7, 0x0000f7f8, 0x0000f7f9, + 0x0000f7fa, 0x0000f7fb, 0x0000f7fc, 0x0000f7fd, + 0x0000f7fe, 0x0000f7ff, 0x0000f800, 0x0000f801, + 0x0000f802, 0x0000f803, 0x0000f804, 0x0000f805, + 0x0000f806, 0x0000f807, 0x0000f808, 0x0000f809, + 0x0000f80a, 0x0000f80b, 0x0000f80c, 0x0000f80d, + 0x0000f80e, 0x0000f80f, 0x0000f810, 0x0000f811, + 0x0000f812, 0x0000f813, 0x0000f814, 0x0000f815, + 0x0000f816, 0x0000f817, 0x0000f818, 0x0000f819, + 0x0000f81a, 0x0000f81b, 0x0000f81c, 0x0000f81d, + 0x0000f81e, 0x0000f81f, 0x0000f820, 0x0000f821, + 0x0000f822, 0x0000f823, 0x0000f824, 0x0000f825, + 0x0000f826, 0x0000f827, 0x0000f828, 0x0000f829, + 0x0000f82a, 0x0000f82b, 0x0000f82c, 0x0000f82d, + 0x0000f82e, 0x0000f82f, 0x0000f830, 0x0000f831, + 0x0000f832, 0x0000f833, 0x0000f834, 0x0000f835, + 0x0000f836, 0x0000f837, 0x0000f838, 0x0000f839, + 0x0000f83a, 0x0000f83b, 0x0000f83c, 0x00004e0f, + 0x0002000b, 0x00003402, 0x00004e29, 0x00004e2c, + 0x00020089, 0x00004e48, 0x000200a2, 0x000200a4, + 0x00003406, 0x0000342c, 0x0000342e, 0x00004ebb, + 0x000201a2, 0x00004ebc, 0x00004ec8, 0x00004eeb, + 0x00004f64, 0x00020213, 0x0000fa30, 0x00004fe6, + 0x00004ff1, 0x00005002, 0x00003468, 0x0000346a, + 0x00005088, 0x00005095, 0x000050a3, 0x0002032b, + 0x000050b1, 0x000050bb, 0x00020371, 0x000050d9, + 0x000050e1, 0x0000fa31, 0x00020381, 0x000050f3, + 0x00003492, 0x000203f9, 0x0002044a, 0x0000fa32, + 0x00005160, 0x00020509, 0x000034b5, 0x000034bc, + 0x000034c1, 0x000034c7, 0x000205d6, 0x000051c3, + 0x000051ca, 0x00020628, 0x000034db, 0x0000525d, + 0x0002074f, 0x0000526c, 0x00005284, 0x00020807, + 0x0002083a, 0x0000fa33, 0x000052ca, 0x0000351f, + 0x000052d0, 0x0000fa34, 0x000208b9, 0x000052fb, + 0x0002097c, 0x0000fa35, 0x0002099d, 0x00005367, + 0x0000537a, 0x0000537d, 0x00020ad3, 0x00020b1d, + 0x0000355d, 0x0000355e, 0x00003563, 0x00020b9f, + 0x000053f4, 0x00005412, 0x0000541e, 0x00005424, + 0x0000356e, 0x00005455, 0x0000546c, 0x000054a0, + 0x000054c3, 0x000054f1, 0x000054f3, 0x000035a6, + 0x000035a8, 0x00020d45, 0x0000557d, 0x000035c5, + 0x0000fa36, 0x00020de1, 0x000055dd, 0x000035da, + 0x00020e64, 0x00020e6d, 0x00020e95, 0x0000fa37, + 0x00005607, 0x00005628, 0x00020f5f, 0x000035f4, + 0x00005647, 0x00005653, 0x0000fa38, 0x00005676, + 0x00003605, 0x000056b2, 0x00021201, 0x0002123d, + 0x00005721, 0x00021255, 0x00021274, 0x0002127b, + 0x000212d7, 0x000212e4, 0x000212fd, 0x000057d7, + 0x0002131b, 0x0000364a, 0x000057fb, 0x00021336, + 0x00021344, 0x0000fa39, 0x000213c4, 0x0000588b, + 0x0000fa3a, 0x000058aa, 0x000058c3, 0x0002146d, + 0x0002146e, 0x000058e0, 0x000058f4, 0x0000590d, + 0x000215d7, 0x00003691, 0x00005173, 0x0000593d, + 0x00003696, 0x00003699, 0x00021647, 0x000216b4, + 0x00021706, 0x000059f8, 0x000036cf, 0x00005a17, + 0x00021742, 0x00005a84, 0x00005af0, 0x000218bd, + 0x000219c3, 0x00003761, 0x00005bce, 0x00003762, + 0x0000376b, 0x0000376c, 0x00003775, 0x00005c03, + 0x00005c12, 0x0000378d, 0x00021c56, 0x00005c5b, + 0x00005c5f, 0x0000fa3b, 0x0000fa3c, 0x00021d2d, + 0x00021d45, 0x00021d62, 0x00021d78, 0x00005ca7, + 0x00005cad, 0x00021d92, 0x00021d9c, 0x000037c1, + 0x00021da1, 0x00005cd0, 0x00021db7, 0x00021de0, + 0x00005d10, 0x00005d1d, 0x00005d20, 0x00021e33, + 0x00021e34, 0x000037e2, 0x00005d47, 0x000037e8, + 0x000037f4, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000037fd, + 0x00003800, 0x00005d97, 0x00021f1e, 0x00005da4, + 0x00021f76, 0x00005dd1, 0x00005dd7, 0x00021ffa, + 0x00005de2, 0x0000382f, 0x00003836, 0x00003840, + 0x0000385c, 0x00003861, 0x0002217b, 0x00005e77, + 0x00022218, 0x00005eb9, 0x0000f928, 0x00005ed9, + 0x0002231e, 0x00005ef9, 0x00005efd, 0x00005f00, + 0x000223ad, 0x00005f1e, 0x00005fb5, 0x000038fa, + 0x00006022, 0x00003917, 0x0000391a, 0x0000fa3d, + 0x000226f3, 0x000060ee, 0x0000396f, 0x0000613a, + 0x0000fa3e, 0x0000fa3f, 0x0002285b, 0x000228ab, + 0x0000fa40, 0x000061f5, 0x0002298f, 0x0000623e, + 0x00006261, 0x0000627b, 0x00006285, 0x00006299, + 0x00022ab8, 0x00006332, 0x0000633b, 0x00022b46, + 0x00006359, 0x00022b4f, 0x00022b50, 0x00022ba6, + 0x000063eb, 0x000063ed, 0x00022c1d, 0x00022c24, + 0x000063f7, 0x00006479, 0x00022de1, 0x00003a6e, + 0x00003a73, 0x00006532, 0x00006544, 0x0000fa41, + 0x00006584, 0x000065b5, 0x000065b8, 0x0000fa42, + 0x00003ad6, 0x00003ad7, 0x000065fc, 0x0000663a, + 0x00006648, 0x00003aea, 0x0000665a, 0x000231b6, + 0x00006663, 0x000231c3, 0x000231c4, 0x0000666d, + 0x000231f5, 0x0000fa43, 0x00003b0e, 0x00003b1a, + 0x00003b1c, 0x000066c6, 0x00003b22, 0x00006701, + 0x00006712, 0x00023372, 0x0000674d, 0x000233d0, + 0x000233d2, 0x000233d3, 0x000233d5, 0x000233da, + 0x00006792, 0x000233df, 0x000233e4, 0x000067db, + 0x00006810, 0x000067fc, 0x00006818, 0x0000683e, + 0x00006849, 0x0002344a, 0x0002344b, 0x00023451, + 0x00023465, 0x0000fa44, 0x00006890, 0x00003b6d, + 0x00006899, 0x000068ab, 0x000068b4, 0x00003b77, + 0x000068c3, 0x000068e4, 0x000068f7, 0x00006903, + 0x00006907, 0x000234e4, 0x00003b88, 0x00003b87, + 0x00003b8d, 0x00006946, 0x0002355a, 0x00023594, + 0x00003ba4, 0x000069b0, 0x000069c0, 0x000069cf, + 0x00003bb6, 0x000235c4, 0x000069e3, 0x000069e9, + 0x000069ea, 0x000069f4, 0x000069f6, 0x00003bc3, + 0x00023638, 0x00023639, 0x0002363a, 0x00023647, + 0x00003bcd, 0x00006a33, 0x00006a7a, 0x00003bf0, + 0x00006a94, 0x00006aa1, 0x0002370c, 0x0002371c, + 0x0002373f, 0x00023763, 0x00023764, 0x00006af3, + 0x00003c0f, 0x000237e7, 0x0000f91d, 0x000237ff, + 0x00006b0b, 0x00023824, 0x0002383d, 0x00003c26, + 0x00006b65, 0x00006b6c, 0x00006b77, 0x00006b7a, + 0x00006b81, 0x0000f970, 0x00023a98, 0x00006bc7, + 0x00006bc8, 0x00006bcf, 0x00006bd7, 0x00006c0a, + 0x00023c7f, 0x00006c84, 0x00003cc3, 0x00006caa, + 0x00006cad, 0x00006ced, 0x00003cd2, 0x00006cfb, + 0x00006d00, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00006d24, + 0x00006d34, 0x00023cfe, 0x00023d00, 0x00023d0e, + 0x00006d58, 0x00006d5b, 0x00006d60, 0x0000fa45, + 0x00006d80, 0x00006d81, 0x00006d89, 0x00006d8a, + 0x00006d8d, 0x00023d40, 0x00006dab, 0x00006dae, + 0x00006dc2, 0x00006dd0, 0x00006dda, 0x00023dd3, + 0x00006e17, 0x00023df9, 0x00023dfa, 0x0000fa46, + 0x00003d11, 0x00006e34, 0x00006e4c, 0x00003d1e, + 0x00006eab, 0x00006eb4, 0x00006ed9, 0x00006f10, + 0x0000fa47, 0x00006f25, 0x00006f35, 0x00006f60, + 0x00023f7e, 0x00006f98, 0x00003d64, 0x00006fbe, + 0x00006fc9, 0x0000700a, 0x00024096, 0x0000703a, + 0x00024103, 0x00007047, 0x00003d9a, 0x00007069, + 0x0000709f, 0x000241c6, 0x000241fe, 0x000070ec, + 0x00007108, 0x00003dc0, 0x0000712e, 0x00007151, + 0x00007153, 0x00003dd4, 0x0000fa48, 0x00007196, + 0x000071ae, 0x000243bc, 0x00003e05, 0x00007215, + 0x0000fa49, 0x00007257, 0x00024629, 0x00003e3f, + 0x000246a5, 0x000072b0, 0x000072c0, 0x00003e60, + 0x00003e66, 0x00003e68, 0x00003e83, 0x00007333, + 0x000247f1, 0x00007339, 0x00003e94, 0x00024896, + 0x0000738a, 0x00007394, 0x000073a8, 0x00007413, + 0x0000fa4a, 0x00007453, 0x00007488, 0x00007497, + 0x00024a4d, 0x000074a5, 0x000074ba, 0x000074d6, + 0x00024b56, 0x00024b6f, 0x00024c16, 0x00003f57, + 0x0000756c, 0x00007572, 0x00024d14, 0x0000758c, + 0x00003f72, 0x00003f75, 0x00003f77, 0x000075b0, + 0x000075b7, 0x000075d3, 0x000075dd, 0x00003fae, + 0x00024e0e, 0x00007618, 0x00024e37, 0x00007628, + 0x00024e6a, 0x00003fc9, 0x00024e8b, 0x00003fd7, + 0x000076a1, 0x000076af, 0x000076b6, 0x0002504a, + 0x00025055, 0x00025122, 0x00004039, 0x000251a9, + 0x000251cd, 0x00007758, 0x000251e5, 0x0000777c, + 0x0002521e, 0x00004058, 0x0002524c, 0x000077a4, + 0x000077a9, 0x00004093, 0x0002542e, 0x0000782c, + 0x00007819, 0x0000784f, 0x00007851, 0x0002548e, + 0x0000fa4b, 0x000254d9, 0x0002550e, 0x000078f9, + 0x000078fe, 0x000255a7, 0x0000791b, 0x0000792e, + 0x0000fa4c, 0x0000fa4e, 0x0000fa4d, 0x0000fa4f, + 0x0000fa50, 0x0000fa51, 0x00004105, 0x0000fa52, + 0x0000fa53, 0x000079cc, 0x000079cd, 0x00025771, + 0x00004148, 0x000257a9, 0x000257b4, 0x0000414f, + 0x00004163, 0x0000fa54, 0x0000fa55, 0x000259c4, + 0x000259d4, 0x000041b4, 0x00007abe, 0x000041bf, + 0x00025ae3, 0x00025ae4, 0x00025af1, 0x00007b12, + 0x000041e6, 0x00007b3b, 0x000041ee, 0x000041f3, + 0x00007b79, 0x00007b7f, 0x00004207, 0x00025bb2, + 0x0000420e, 0x0000fa56, 0x00025c4b, 0x00025c64, + 0x00007bf0, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00007c1e, + 0x00004264, 0x00007c45, 0x00025da1, 0x00007c57, + 0x00007c6f, 0x00025e2e, 0x00025e56, 0x00025e62, + 0x00025e65, 0x00025ec2, 0x00025ed8, 0x00025ee8, + 0x00025f23, 0x00025f5c, 0x000042c6, 0x00025fd4, + 0x00025fe0, 0x000042d6, 0x00025ffb, 0x000042dd, + 0x0002600c, 0x00026017, 0x00007dc0, 0x00026060, + 0x00007de3, 0x0000fa57, 0x00004302, 0x0000fa58, + 0x000260ed, 0x0000fa59, 0x00007e75, 0x0000432b, + 0x00004343, 0x00026270, 0x00026286, 0x0000fa5a, + 0x0002634c, 0x0000517b, 0x00026402, 0x00008002, + 0x0000fa5b, 0x00008043, 0x0000807b, 0x00008099, + 0x000080a4, 0x000080c5, 0x000080ca, 0x000080e6, + 0x0002667e, 0x000080f5, 0x000080fb, 0x000266b0, + 0x000043ee, 0x0000810d, 0x000043f0, 0x0000813d, + 0x00004408, 0x0002671d, 0x00004417, 0x0000441c, + 0x00004422, 0x000081c1, 0x000081d6, 0x000268dd, + 0x000268ea, 0x0000fa5c, 0x00004453, 0x00026951, + 0x0002696f, 0x00008204, 0x0000445b, 0x000269dd, + 0x00026a1e, 0x0000823c, 0x00008249, 0x00004476, + 0x00026a58, 0x0000447a, 0x00008257, 0x00026a8c, + 0x00026ab7, 0x00004491, 0x0000fa5d, 0x0000fa5e, + 0x00008279, 0x00026aff, 0x00008293, 0x0000830c, + 0x000044b3, 0x000044be, 0x00008363, 0x000044d4, + 0x00026c29, 0x000083e1, 0x000083e5, 0x00026c73, + 0x00008417, 0x0000fa5f, 0x00026cdd, 0x0000845f, + 0x00008497, 0x00004508, 0x000084ce, 0x0000450d, + 0x0000851b, 0x00026e40, 0x00026e65, 0x00004525, + 0x0000853e, 0x00004543, 0x00026f94, 0x00026ff6, + 0x00026ff7, 0x00026ff8, 0x000085d9, 0x000085e1, + 0x00008624, 0x000270f4, 0x0002710d, 0x00008639, + 0x00027139, 0x0000865b, 0x0000f936, 0x0000459d, + 0x00008687, 0x00008689, 0x0000869d, 0x000086e6, + 0x000045b8, 0x00008751, 0x0000877c, 0x000273da, + 0x000273db, 0x000273fe, 0x000045e5, 0x00027410, + 0x000045ea, 0x00027449, 0x000087e5, 0x000087e6, + 0x000087ec, 0x000087f5, 0x0000460f, 0x00027614, + 0x00027615, 0x0000886f, 0x00027631, 0x000088bc, + 0x00027684, 0x00027693, 0x00004641, 0x0000fa60, + 0x0002770e, 0x00008937, 0x00027723, 0x00027752, + 0x00004665, 0x00008980, 0x0000fa61, 0x000046a1, + 0x000046af, 0x00008a21, 0x00027985, 0x00008ad0, + 0x0000fa62, 0x00027a84, 0x00008b0d, 0x0000fa63, + 0x0000470c, 0x00008b51, 0x00008b69, 0x00008b9d, + 0x00027bb3, 0x00027bbe, 0x00027bc7, 0x00027cb8, + 0x00004764, 0x0000fa64, 0x00027da0, 0x00008cf1, + 0x0000fa65, 0x00027e10, 0x00008d0e, 0x00027fb7, + 0x00008e0c, 0x000047fd, 0x0002808a, 0x000280bb, + 0x00004816, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008e98, + 0x00008eb6, 0x00028277, 0x00028282, 0x00004844, + 0x0000484e, 0x000282f3, 0x00008f2b, 0x00008f4a, + 0x000283cd, 0x0002840c, 0x00008fb4, 0x0000fa66, + 0x00028455, 0x0000fa67, 0x0002856b, 0x000285c8, + 0x000285c9, 0x000048b5, 0x000286d7, 0x000090f2, + 0x000286fa, 0x00009146, 0x000091c4, 0x00028946, + 0x00028949, 0x00009217, 0x00009256, 0x0002896b, + 0x00028987, 0x00028988, 0x000289ba, 0x000289bb, + 0x000092f7, 0x00009304, 0x00028a1e, 0x00028a29, + 0x0000934a, 0x0000936b, 0x00028a43, 0x00028a71, + 0x00028a99, 0x00028acd, 0x00028add, 0x00028ae4, + 0x000093f1, 0x000093f5, 0x00028bc1, 0x00028bef, + 0x00009586, 0x00028d10, 0x00028d71, 0x000049b0, + 0x00028dfb, 0x00009634, 0x00028e1f, 0x00028e36, + 0x00028e89, 0x00028eeb, 0x000049e7, 0x00028f32, + 0x000096bd, 0x000049fa, 0x00028ff8, 0x00004a04, + 0x0000fa68, 0x00009714, 0x00004a29, 0x00009736, + 0x00009747, 0x000292a0, 0x000292b1, 0x0000fa69, + 0x00009804, 0x00004abc, 0x00029490, 0x0000fa6a, + 0x0000f9d0, 0x000295cf, 0x000098bc, 0x000098c7, + 0x000098cb, 0x0002967f, 0x000098e0, 0x000098f0, + 0x000098f1, 0x00004b3b, 0x000296f0, 0x00029719, + 0x00029750, 0x000099a3, 0x000298c6, 0x000099fc, + 0x00009a0a, 0x00009a1a, 0x00009a31, 0x00009a52, + 0x00009a58, 0x00004bc2, 0x00004bca, 0x00009ab7, + 0x00004bd2, 0x00029a72, 0x00004be8, 0x00004c17, + 0x00004c20, 0x00009b76, 0x00029ddb, 0x00009bee, + 0x00029e15, 0x00029e3d, 0x00029e49, 0x00009c1d, + 0x00029e8a, 0x00029ec4, 0x00029edb, 0x00029ee9, + 0x00009c65, 0x00009c6d, 0x00009c7a, 0x00029fce, + 0x00004cc4, 0x0002a01a, 0x00004cd1, 0x0002a02f, + 0x00009d52, 0x0002a082, 0x00009d73, 0x00009d99, + 0x0002a0f9, 0x00009dbd, 0x00009dc0, 0x00009de3, + 0x0002a190, 0x00004d07, 0x00009e0d, 0x0002a38c, + 0x00009ebd, 0x00009ec3, 0x0002a437, 0x00004d77, + 0x0002a5f1, 0x0002a602, 0x0002a61a, 0x0002a6b2, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00004e02, + 0x00004e04, 0x00004e05, 0x00004e0c, 0x00004e12, + 0x00004e1f, 0x00004e23, 0x00004e24, 0x00004e2b, + 0x00004e2e, 0x00004e2f, 0x00004e30, 0x00004e35, + 0x00004e40, 0x00004e41, 0x00004e44, 0x00004e47, + 0x00004e51, 0x00004e5a, 0x00004e5c, 0x00004e63, + 0x00004e68, 0x00004e69, 0x00004e74, 0x00004e75, + 0x00004e79, 0x00004e7f, 0x00004e8d, 0x00004e96, + 0x00004e97, 0x00004e9d, 0x00004eaf, 0x00004eb9, + 0x00004ec3, 0x00004ed0, 0x00004eda, 0x00004edb, + 0x00004ee0, 0x00004ee2, 0x00004ee8, 0x00004eef, + 0x00004ef1, 0x00004ef3, 0x00004ef5, 0x00004efd, + 0x00004efe, 0x00004eff, 0x00004f02, 0x00004f08, + 0x00004f0b, 0x00004f0c, 0x00004f12, 0x00004f15, + 0x00004f16, 0x00004f17, 0x00004f19, 0x00004f2e, + 0x00004f31, 0x00004f33, 0x00004f35, 0x00004f37, + 0x00004f3b, 0x00004f3e, 0x00004f40, 0x00004f42, + 0x00004f48, 0x00004f49, 0x00004f4b, 0x00004f4c, + 0x00004f52, 0x00004f54, 0x00004f58, 0x00004f5f, + 0x00004f60, 0x00004f63, 0x00004f6a, 0x00004f6c, + 0x00004f6e, 0x00004f71, 0x00004f77, 0x00004f78, + 0x00004f79, 0x00004f7a, 0x00004f7d, 0x00004f7e, + 0x00004f81, 0x00004f82, 0x00004f84, 0x00004f85, + 0x00004f89, 0x00004f8c, 0x00004f8e, 0x00004f90, + 0x00004f93, 0x00004f97, 0x00004f99, 0x00004f9e, + 0x00004f9f, 0x00004fb2, 0x00004fb7, 0x00004fb9, + 0x00004fbb, 0x00004fbc, 0x00004fbd, 0x00004fbe, + 0x00004fc0, 0x00004fc1, 0x00004fc5, 0x00004fc6, + 0x00004fc8, 0x00004fcb, 0x00004fcc, 0x00004fcf, + 0x00004fd2, 0x00004fdc, 0x00004fe0, 0x00004fe2, + 0x00004ff0, 0x00004ff2, 0x00004ffc, 0x00004ffd, + 0x00005000, 0x00005001, 0x00005004, 0x00005007, + 0x0000500a, 0x0000500c, 0x0000500e, 0x00005010, + 0x00005013, 0x00005017, 0x00005018, 0x0000501b, + 0x0000501c, 0x0000501d, 0x00005027, 0x0000502e, + 0x00005030, 0x00005032, 0x00005033, 0x00005035, + 0x0000503b, 0x00005041, 0x00005045, 0x0000504a, + 0x0000504c, 0x0000504e, 0x00005051, 0x00005052, + 0x00005053, 0x00005057, 0x00005059, 0x0000505f, + 0x00005060, 0x00005062, 0x00005063, 0x00005066, + 0x00005067, 0x0000506a, 0x0000506d, 0x00005071, + 0x00005081, 0x00005083, 0x00005084, 0x00005086, + 0x0000508a, 0x0000508e, 0x0000508f, 0x00005090, + 0x00005092, 0x00005093, 0x00005096, 0x0000509b, + 0x0000509c, 0x0000509e, 0x0000509f, 0x000050a0, + 0x000050a1, 0x000050a2, 0x000050aa, 0x000050af, + 0x000050b0, 0x000050b9, 0x000050ba, 0x000050bd, + 0x000050c0, 0x000050c3, 0x000050c4, 0x000050c7, + 0x000050cc, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000050ce, + 0x000050d0, 0x000050d3, 0x000050d4, 0x000050dc, + 0x000050dd, 0x000050df, 0x000050e2, 0x000050e4, + 0x000050e6, 0x000050e8, 0x000050e9, 0x000050ef, + 0x000050f1, 0x000050f2, 0x000050f6, 0x000050fa, + 0x000050fe, 0x00005103, 0x00005106, 0x00005107, + 0x00005108, 0x0000510b, 0x0000510c, 0x0000510d, + 0x0000510e, 0x00005110, 0x00005117, 0x00005119, + 0x0000511b, 0x0000511c, 0x0000511d, 0x0000511e, + 0x00005123, 0x00005127, 0x00005128, 0x0000512c, + 0x0000512d, 0x0000512f, 0x00005131, 0x00005133, + 0x00005134, 0x00005135, 0x00005138, 0x00005139, + 0x00005142, 0x0000514f, 0x00005153, 0x00005155, + 0x00005157, 0x00005158, 0x0000515f, 0x00005166, + 0x0000517e, 0x00005183, 0x00005184, 0x0000518b, + 0x0000518e, 0x00005198, 0x000051a1, 0x000051a3, + 0x000051ad, 0x000051b8, 0x000051ba, 0x000051bc, + 0x000051bf, 0x000051c2, 0x000051c8, 0x000051cf, + 0x000051d1, 0x000051d2, 0x000051d3, 0x000051d5, + 0x000051d8, 0x000051de, 0x000051e2, 0x000051e5, + 0x000051ee, 0x000051f2, 0x000051f3, 0x000051f4, + 0x000051f7, 0x00005201, 0x00005202, 0x00005205, + 0x00005212, 0x00005213, 0x00005216, 0x00005218, + 0x00005222, 0x00005228, 0x00005231, 0x00005232, + 0x00005235, 0x0000523c, 0x00005245, 0x00005249, + 0x00005255, 0x00005257, 0x00005258, 0x0000525a, + 0x0000525c, 0x0000525f, 0x00005260, 0x00005261, + 0x00005266, 0x0000526e, 0x00005277, 0x00005278, + 0x00005279, 0x00005280, 0x00005282, 0x00005285, + 0x0000528a, 0x0000528c, 0x00005293, 0x00005295, + 0x00005296, 0x00005297, 0x00005298, 0x0000529a, + 0x000052a4, 0x000052a5, 0x000052a7, 0x000052b0, + 0x000052b6, 0x000052b7, 0x000052b8, 0x000052ba, + 0x000052bb, 0x000052bd, 0x000052c4, 0x000052c6, + 0x000052c8, 0x000052cc, 0x000052cf, 0x000052d1, + 0x000052d4, 0x000052d6, 0x000052dc, 0x000052e1, + 0x000052e5, 0x000052e8, 0x000052e9, 0x000052ea, + 0x000052ec, 0x000052f0, 0x000052f1, 0x000052f4, + 0x000052f6, 0x000052f7, 0x00005303, 0x0000530a, + 0x0000530b, 0x0000530c, 0x00005311, 0x00005313, + 0x00005318, 0x0000531b, 0x0000531c, 0x0000531e, + 0x0000531f, 0x00005325, 0x00005327, 0x00005328, + 0x00005329, 0x0000532b, 0x0000532c, 0x0000532d, + 0x00005330, 0x00005332, 0x00005335, 0x0000533c, + 0x0000533d, 0x0000533e, 0x00005342, 0x0000534b, + 0x0000534c, 0x00005359, 0x0000535b, 0x00005361, + 0x00005363, 0x00005365, 0x0000536c, 0x0000536d, + 0x00005379, 0x0000537e, 0x00005383, 0x00005387, + 0x00005388, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000538e, + 0x00005394, 0x00005399, 0x0000539d, 0x000053a1, + 0x000053a4, 0x000053aa, 0x000053ab, 0x000053af, + 0x000053b4, 0x000053b5, 0x000053b7, 0x000053b8, + 0x000053ba, 0x000053bd, 0x000053c0, 0x000053c5, + 0x000053cf, 0x000053d2, 0x000053d3, 0x000053d5, + 0x000053da, 0x000053de, 0x000053e0, 0x000053e6, + 0x000053e7, 0x000053f5, 0x00005402, 0x00005413, + 0x0000541a, 0x00005421, 0x00005427, 0x00005428, + 0x0000542a, 0x0000542f, 0x00005431, 0x00005434, + 0x00005435, 0x00005443, 0x00005444, 0x00005447, + 0x0000544d, 0x0000544f, 0x0000545e, 0x00005462, + 0x00005464, 0x00005466, 0x00005467, 0x00005469, + 0x0000546b, 0x0000546d, 0x0000546e, 0x00005474, + 0x0000547f, 0x00005481, 0x00005483, 0x00005485, + 0x00005488, 0x00005489, 0x0000548d, 0x00005491, + 0x00005495, 0x00005496, 0x0000549f, 0x000054a1, + 0x000054a6, 0x000054a7, 0x000054aa, 0x000054ad, + 0x000054ae, 0x000054b1, 0x000054b7, 0x000054b9, + 0x000054ba, 0x000054bb, 0x000054bf, 0x000054c6, + 0x000054ca, 0x000054cd, 0x000054ce, 0x000054e0, + 0x000054ea, 0x000054ec, 0x000054ef, 0x000054f6, + 0x000054fc, 0x000054fe, 0x00005500, 0x00005501, + 0x00005505, 0x00005508, 0x00005509, 0x0000550c, + 0x0000550d, 0x0000550e, 0x00005515, 0x0000552a, + 0x0000552b, 0x00005532, 0x00005535, 0x00005536, + 0x0000553b, 0x0000553c, 0x0000553d, 0x00005541, + 0x00005547, 0x00005549, 0x0000554a, 0x0000554d, + 0x00005550, 0x00005551, 0x00005558, 0x0000555a, + 0x0000555b, 0x0000555e, 0x00005560, 0x00005561, + 0x00005564, 0x00005566, 0x0000557f, 0x00005581, + 0x00005582, 0x00005588, 0x0000558e, 0x0000558f, + 0x00005591, 0x00005592, 0x00005593, 0x00005594, + 0x00005597, 0x000055a3, 0x000055a4, 0x000055ad, + 0x000055b2, 0x000055bf, 0x000055c1, 0x000055c3, + 0x000055c6, 0x000055c9, 0x000055cb, 0x000055cc, + 0x000055ce, 0x000055d1, 0x000055d2, 0x000055d3, + 0x000055d7, 0x000055d8, 0x000055db, 0x000055de, + 0x000055e2, 0x000055e9, 0x000055f6, 0x000055ff, + 0x00005605, 0x00005608, 0x0000560a, 0x0000560d, + 0x0000560e, 0x0000560f, 0x00005610, 0x00005611, + 0x00005612, 0x00005619, 0x0000562c, 0x00005630, + 0x00005633, 0x00005635, 0x00005637, 0x00005639, + 0x0000563b, 0x0000563c, 0x0000563d, 0x0000563f, + 0x00005640, 0x00005641, 0x00005643, 0x00005644, + 0x00005646, 0x00005649, 0x0000564b, 0x0000564d, + 0x0000564f, 0x00005654, 0x0000565e, 0x00005660, + 0x00005661, 0x00005662, 0x00005663, 0x00005666, + 0x00005669, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000566d, + 0x0000566f, 0x00005671, 0x00005672, 0x00005675, + 0x00005684, 0x00005685, 0x00005688, 0x0000568b, + 0x0000568c, 0x00005695, 0x00005699, 0x0000569a, + 0x0000569d, 0x0000569e, 0x0000569f, 0x000056a6, + 0x000056a7, 0x000056a8, 0x000056a9, 0x000056ab, + 0x000056ac, 0x000056ad, 0x000056b1, 0x000056b3, + 0x000056b7, 0x000056be, 0x000056c5, 0x000056c9, + 0x000056ca, 0x000056cb, 0x000056cc, 0x000056cd, + 0x000056cf, 0x000056d0, 0x000056d9, 0x000056dc, + 0x000056dd, 0x000056df, 0x000056e1, 0x000056e4, + 0x000056e5, 0x000056e6, 0x000056e7, 0x000056e8, + 0x000056eb, 0x000056ed, 0x000056f1, 0x000056f6, + 0x000056f7, 0x00005701, 0x00005702, 0x00005707, + 0x0000570a, 0x0000570c, 0x00005711, 0x00005715, + 0x0000571a, 0x0000571b, 0x0000571d, 0x00005720, + 0x00005722, 0x00005723, 0x00005724, 0x00005725, + 0x00005729, 0x0000572a, 0x0000572c, 0x0000572e, + 0x0000572f, 0x00005733, 0x00005734, 0x0000573d, + 0x0000573e, 0x0000573f, 0x00005745, 0x00005746, + 0x0000574c, 0x0000574d, 0x00005752, 0x00005762, + 0x00005767, 0x00005768, 0x0000576b, 0x0000576d, + 0x0000576e, 0x0000576f, 0x00005770, 0x00005771, + 0x00005773, 0x00005774, 0x00005775, 0x00005777, + 0x00005779, 0x0000577a, 0x0000577b, 0x0000577c, + 0x0000577e, 0x00005781, 0x00005783, 0x0000578c, + 0x00005794, 0x00005795, 0x00005797, 0x00005799, + 0x0000579a, 0x0000579c, 0x0000579d, 0x0000579e, + 0x0000579f, 0x000057a1, 0x000057a7, 0x000057a8, + 0x000057a9, 0x000057b8, 0x000057bd, 0x000057cc, + 0x000057cf, 0x000057d5, 0x000057dd, 0x000057de, + 0x000057e1, 0x000057e4, 0x000057e6, 0x000057e7, + 0x000057e9, 0x000057ed, 0x000057f0, 0x000057f5, + 0x000057f6, 0x000057f8, 0x000057fd, 0x000057fe, + 0x000057ff, 0x00005803, 0x00005804, 0x00005808, + 0x00005809, 0x0000580c, 0x0000580d, 0x0000581b, + 0x0000581e, 0x0000581f, 0x00005820, 0x00005826, + 0x00005827, 0x0000582d, 0x00005832, 0x00005839, + 0x0000583f, 0x00005849, 0x0000584c, 0x0000584d, + 0x0000584f, 0x00005850, 0x00005855, 0x0000585f, + 0x00005861, 0x00005864, 0x00005867, 0x00005868, + 0x00005878, 0x0000587c, 0x0000587f, 0x00005880, + 0x00005881, 0x00005887, 0x00005888, 0x00005889, + 0x0000588a, 0x0000588c, 0x0000588d, 0x0000588f, + 0x00005890, 0x00005894, 0x00005896, 0x0000589d, + 0x000058a0, 0x000058a1, 0x000058a2, 0x000058a6, + 0x000058a9, 0x000058b1, 0x000058bc, 0x000058c2, + 0x000058c4, 0x000058c8, 0x000058cd, 0x000058ce, + 0x000058d0, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000058d2, + 0x000058d4, 0x000058d6, 0x000058da, 0x000058dd, + 0x000058e1, 0x000058e2, 0x000058e9, 0x000058f3, + 0x00005905, 0x00005906, 0x0000590c, 0x00005912, + 0x00005913, 0x00005914, 0x0000591d, 0x00005921, + 0x00005923, 0x00005924, 0x00005928, 0x0000592f, + 0x00005930, 0x00005933, 0x00005935, 0x00005936, + 0x0000593f, 0x00005943, 0x00005946, 0x00005952, + 0x00005959, 0x0000595e, 0x0000595f, 0x00005961, + 0x0000596b, 0x0000596d, 0x0000596f, 0x00005972, + 0x00005975, 0x00005976, 0x00005979, 0x0000597b, + 0x0000597c, 0x0000598b, 0x0000598c, 0x0000598e, + 0x00005992, 0x00005995, 0x00005997, 0x0000599f, + 0x000059a7, 0x000059ad, 0x000059ae, 0x000059af, + 0x000059b0, 0x000059b3, 0x000059b7, 0x000059bc, + 0x000059c1, 0x000059c3, 0x000059c4, 0x000059c8, + 0x000059ca, 0x000059cd, 0x000059d2, 0x000059dd, + 0x000059de, 0x000059df, 0x000059e3, 0x000059e4, + 0x000059e7, 0x000059ee, 0x000059ef, 0x000059f1, + 0x000059f2, 0x000059f4, 0x000059f7, 0x00005a00, + 0x00005a04, 0x00005a0c, 0x00005a0d, 0x00005a0e, + 0x00005a12, 0x00005a13, 0x00005a1e, 0x00005a23, + 0x00005a24, 0x00005a27, 0x00005a28, 0x00005a2a, + 0x00005a2d, 0x00005a30, 0x00005a44, 0x00005a45, + 0x00005a47, 0x00005a48, 0x00005a4c, 0x00005a50, + 0x00005a55, 0x00005a5e, 0x00005a63, 0x00005a65, + 0x00005a67, 0x00005a6d, 0x00005a77, 0x00005a7a, + 0x00005a7b, 0x00005a7e, 0x00005a8b, 0x00005a90, + 0x00005a93, 0x00005a96, 0x00005a99, 0x00005a9c, + 0x00005a9e, 0x00005a9f, 0x00005aa0, 0x00005aa2, + 0x00005aa7, 0x00005aac, 0x00005ab1, 0x00005ab2, + 0x00005ab3, 0x00005ab5, 0x00005ab8, 0x00005aba, + 0x00005abb, 0x00005abf, 0x00005ac4, 0x00005ac6, + 0x00005ac8, 0x00005acf, 0x00005ada, 0x00005adc, + 0x00005ae0, 0x00005ae5, 0x00005aea, 0x00005aee, + 0x00005af5, 0x00005af6, 0x00005afd, 0x00005b00, + 0x00005b01, 0x00005b08, 0x00005b17, 0x00005b19, + 0x00005b1b, 0x00005b1d, 0x00005b21, 0x00005b25, + 0x00005b2d, 0x00005b34, 0x00005b38, 0x00005b41, + 0x00005b4b, 0x00005b4c, 0x00005b52, 0x00005b5e, + 0x00005b68, 0x00005b6e, 0x00005b6f, 0x00005b7c, + 0x00005b7d, 0x00005b7e, 0x00005b7f, 0x00005b81, + 0x00005b84, 0x00005b86, 0x00005b8a, 0x00005b8e, + 0x00005b90, 0x00005b91, 0x00005b93, 0x00005b94, + 0x00005b96, 0x00005ba8, 0x00005ba9, 0x00005bac, + 0x00005bad, 0x00005baf, 0x00005bb1, 0x00005bb2, + 0x00005bb7, 0x00005bba, 0x00005bbc, 0x00005bc1, + 0x00005bcd, 0x00005bcf, 0x00005bd6, 0x00005bd7, + 0x00005bd9, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00005bda, + 0x00005be0, 0x00005bef, 0x00005bf1, 0x00005bf4, + 0x00005bfd, 0x00005c0c, 0x00005c17, 0x00005c1f, + 0x00005c23, 0x00005c26, 0x00005c29, 0x00005c2b, + 0x00005c2c, 0x00005c2e, 0x00005c30, 0x00005c32, + 0x00005c35, 0x00005c36, 0x00005c59, 0x00005c5a, + 0x00005c5c, 0x00005c62, 0x00005c63, 0x00005c67, + 0x00005c68, 0x00005c69, 0x00005c6d, 0x00005c70, + 0x00005c74, 0x00005c75, 0x00005c7a, 0x00005c7b, + 0x00005c7c, 0x00005c7d, 0x00005c87, 0x00005c88, + 0x00005c8a, 0x00005c8f, 0x00005c92, 0x00005c9d, + 0x00005c9f, 0x00005ca0, 0x00005ca2, 0x00005ca3, + 0x00005caa, 0x00005cb2, 0x00005cb4, 0x00005cb5, + 0x00005cc9, 0x00005ccb, 0x00005cd2, 0x00005cd7, + 0x00005cdd, 0x00005cee, 0x00005cf1, 0x00005cf2, + 0x00005cf4, 0x00005d01, 0x00005d06, 0x00005d0d, + 0x00005d12, 0x00005d23, 0x00005d24, 0x00005d26, + 0x00005d2b, 0x00005d31, 0x00005d34, 0x00005d39, + 0x00005d3d, 0x00005d3f, 0x00005d43, 0x00005d46, + 0x00005d48, 0x00005d4a, 0x00005d51, 0x00005d55, + 0x00005d59, 0x00005d5f, 0x00005d60, 0x00005d61, + 0x00005d62, 0x00005d64, 0x00005d6a, 0x00005d70, + 0x00005d79, 0x00005d7a, 0x00005d7e, 0x00005d7f, + 0x00005d81, 0x00005d83, 0x00005d88, 0x00005d8a, + 0x00005d92, 0x00005d93, 0x00005d94, 0x00005d95, + 0x00005d99, 0x00005d9b, 0x00005d9f, 0x00005da0, + 0x00005da7, 0x00005dab, 0x00005db0, 0x00005db2, + 0x00005db4, 0x00005dc3, 0x00005dc7, 0x00005dcb, + 0x00005dce, 0x00005dd8, 0x00005dd9, 0x00005de0, + 0x00005de4, 0x00005de9, 0x00005df8, 0x00005df9, + 0x00005e00, 0x00005e07, 0x00005e0d, 0x00005e12, + 0x00005e14, 0x00005e15, 0x00005e18, 0x00005e1f, + 0x00005e20, 0x00005e28, 0x00005e2e, 0x00005e32, + 0x00005e35, 0x00005e3e, 0x00005e49, 0x00005e4b, + 0x00005e50, 0x00005e51, 0x00005e56, 0x00005e58, + 0x00005e5b, 0x00005e5c, 0x00005e5e, 0x00005e68, + 0x00005e6a, 0x00005e6b, 0x00005e6c, 0x00005e6d, + 0x00005e6e, 0x00005e70, 0x00005e80, 0x00005e8b, + 0x00005e8e, 0x00005ea2, 0x00005ea4, 0x00005ea5, + 0x00005ea8, 0x00005eaa, 0x00005eac, 0x00005eb1, + 0x00005eb3, 0x00005ebd, 0x00005ebe, 0x00005ebf, + 0x00005ec6, 0x00005ecb, 0x00005ecc, 0x00005ece, + 0x00005ed1, 0x00005ed2, 0x00005ed4, 0x00005ed5, + 0x00005edc, 0x00005ede, 0x00005ee5, 0x00005eeb, + 0x00005f02, 0x00005f06, 0x00005f07, 0x00005f08, + 0x00005f0e, 0x00005f19, 0x00005f1c, 0x00005f1d, + 0x00005f22, 0x00005f23, 0x00005f24, 0x00005f28, + 0x00005f2b, 0x00005f2c, 0x00005f2e, 0x00005f30, + 0x00005f36, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00005f3b, + 0x00005f3d, 0x00005f3f, 0x00005f40, 0x00005f44, + 0x00005f47, 0x00005f4d, 0x00005f50, 0x00005f54, + 0x00005f58, 0x00005f5b, 0x00005f60, 0x00005f63, + 0x00005f64, 0x00005f6f, 0x00005f72, 0x00005f74, + 0x00005f75, 0x00005f78, 0x00005f7a, 0x00005f7d, + 0x00005f7e, 0x00005f89, 0x00005f8d, 0x00005f8f, + 0x00005f96, 0x00005f9c, 0x00005f9d, 0x00005fa2, + 0x00005fa4, 0x00005fa7, 0x00005fab, 0x00005fac, + 0x00005faf, 0x00005fb0, 0x00005fb1, 0x00005fb8, + 0x00005fc4, 0x00005fc7, 0x00005fc8, 0x00005fc9, + 0x00005fcb, 0x00005fd0, 0x00005fd1, 0x00005fd2, + 0x00005fd3, 0x00005fd4, 0x00005fe1, 0x00005fe2, + 0x00005fe8, 0x00005fe9, 0x00005fea, 0x00005fec, + 0x00005fed, 0x00005fee, 0x00005fef, 0x00005ff2, + 0x00005ff3, 0x00005ff6, 0x00005ffa, 0x00005ffc, + 0x00006007, 0x0000600a, 0x0000600d, 0x00006013, + 0x00006014, 0x00006017, 0x00006018, 0x0000601a, + 0x0000601f, 0x00006024, 0x0000602d, 0x00006033, + 0x00006035, 0x00006040, 0x00006047, 0x00006048, + 0x00006049, 0x0000604c, 0x00006051, 0x00006054, + 0x00006056, 0x00006057, 0x00006061, 0x00006067, + 0x00006071, 0x0000607e, 0x0000607f, 0x00006082, + 0x00006086, 0x00006088, 0x0000608e, 0x00006091, + 0x00006093, 0x00006095, 0x00006098, 0x0000609d, + 0x0000609e, 0x000060a2, 0x000060a4, 0x000060a5, + 0x000060a8, 0x000060b0, 0x000060b1, 0x000060b7, + 0x000060bb, 0x000060be, 0x000060c2, 0x000060c4, + 0x000060c8, 0x000060c9, 0x000060ca, 0x000060cb, + 0x000060ce, 0x000060cf, 0x000060d4, 0x000060d9, + 0x000060db, 0x000060dd, 0x000060e2, 0x000060e5, + 0x000060f5, 0x000060f8, 0x000060fc, 0x000060fd, + 0x00006102, 0x00006107, 0x0000610a, 0x0000610c, + 0x00006110, 0x00006112, 0x00006113, 0x00006114, + 0x00006116, 0x00006117, 0x00006119, 0x0000611c, + 0x0000611e, 0x00006122, 0x0000612a, 0x0000612b, + 0x00006131, 0x00006135, 0x00006136, 0x00006139, + 0x00006141, 0x00006145, 0x00006146, 0x00006149, + 0x0000615e, 0x00006160, 0x0000616c, 0x00006172, + 0x00006178, 0x0000617b, 0x0000617c, 0x0000617f, + 0x00006180, 0x00006181, 0x00006183, 0x00006184, + 0x0000618b, 0x0000618d, 0x00006192, 0x00006193, + 0x00006197, 0x0000619c, 0x0000619d, 0x0000619f, + 0x000061a0, 0x000061a5, 0x000061a8, 0x000061aa, + 0x000061ad, 0x000061b8, 0x000061b9, 0x000061bc, + 0x000061c0, 0x000061c1, 0x000061c2, 0x000061ce, + 0x000061cf, 0x000061d5, 0x000061dc, 0x000061dd, + 0x000061de, 0x000061df, 0x000061e1, 0x000061e2, + 0x000061e5, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000061e7, + 0x000061e9, 0x000061ec, 0x000061ed, 0x000061ef, + 0x00006201, 0x00006203, 0x00006204, 0x00006207, + 0x00006215, 0x0000621c, 0x00006220, 0x00006222, + 0x00006223, 0x00006227, 0x00006229, 0x0000622b, + 0x00006239, 0x0000623d, 0x00006242, 0x00006243, + 0x00006244, 0x00006246, 0x0000624c, 0x00006250, + 0x00006251, 0x00006252, 0x00006254, 0x00006256, + 0x0000625a, 0x0000625c, 0x00006264, 0x0000626d, + 0x0000626f, 0x00006273, 0x0000627a, 0x0000627d, + 0x0000628d, 0x0000628e, 0x0000628f, 0x00006290, + 0x000062a8, 0x000062b3, 0x000062b6, 0x000062b7, + 0x000062ba, 0x000062be, 0x000062bf, 0x000062c4, + 0x000062ce, 0x000062d5, 0x000062d6, 0x000062da, + 0x000062ea, 0x000062f2, 0x000062f4, 0x000062fc, + 0x000062fd, 0x00006303, 0x00006304, 0x0000630a, + 0x0000630b, 0x0000630d, 0x00006310, 0x00006313, + 0x00006316, 0x00006318, 0x00006329, 0x0000632a, + 0x0000632d, 0x00006335, 0x00006336, 0x00006339, + 0x0000633c, 0x00006341, 0x00006342, 0x00006343, + 0x00006344, 0x00006346, 0x0000634a, 0x0000634b, + 0x0000634e, 0x00006352, 0x00006353, 0x00006354, + 0x00006358, 0x0000635b, 0x00006365, 0x00006366, + 0x0000636c, 0x0000636d, 0x00006371, 0x00006374, + 0x00006375, 0x00006378, 0x0000637c, 0x0000637d, + 0x0000637f, 0x00006382, 0x00006384, 0x00006387, + 0x0000638a, 0x00006390, 0x00006394, 0x00006395, + 0x00006399, 0x0000639a, 0x0000639e, 0x000063a4, + 0x000063a6, 0x000063ad, 0x000063ae, 0x000063af, + 0x000063bd, 0x000063c1, 0x000063c5, 0x000063c8, + 0x000063ce, 0x000063d1, 0x000063d3, 0x000063d4, + 0x000063d5, 0x000063dc, 0x000063e0, 0x000063e5, + 0x000063ea, 0x000063ec, 0x000063f2, 0x000063f3, + 0x000063f8, 0x000063f9, 0x00006409, 0x0000640a, + 0x00006410, 0x00006412, 0x00006414, 0x00006418, + 0x0000641e, 0x00006420, 0x00006422, 0x00006424, + 0x00006425, 0x00006429, 0x0000642a, 0x0000642f, + 0x00006430, 0x00006435, 0x0000643d, 0x0000643f, + 0x0000644b, 0x0000644f, 0x00006451, 0x00006452, + 0x00006453, 0x00006454, 0x0000645a, 0x0000645b, + 0x0000645c, 0x0000645d, 0x0000645f, 0x00006461, + 0x00006463, 0x0000646d, 0x00006473, 0x00006474, + 0x0000647b, 0x0000647d, 0x00006485, 0x00006487, + 0x0000648f, 0x00006490, 0x00006491, 0x00006498, + 0x00006499, 0x0000649b, 0x0000649f, 0x000064a1, + 0x000064a3, 0x000064a6, 0x000064a8, 0x000064ac, + 0x000064b3, 0x000064bd, 0x000064be, 0x000064bf, + 0x000064c4, 0x000064c9, 0x000064ca, 0x000064cb, + 0x000064cc, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000064d0, + 0x000064d1, 0x000064d5, 0x000064d7, 0x000064e4, + 0x000064e5, 0x000064e9, 0x000064ea, 0x000064ed, + 0x000064f0, 0x000064f5, 0x000064f7, 0x000064fb, + 0x000064ff, 0x00006501, 0x00006504, 0x00006508, + 0x00006509, 0x0000650a, 0x0000650f, 0x00006513, + 0x00006514, 0x00006516, 0x00006519, 0x0000651b, + 0x0000651e, 0x0000651f, 0x00006522, 0x00006526, + 0x00006529, 0x0000652e, 0x00006531, 0x0000653a, + 0x0000653c, 0x0000653d, 0x00006543, 0x00006547, + 0x00006549, 0x00006550, 0x00006552, 0x00006554, + 0x0000655f, 0x00006560, 0x00006567, 0x0000656b, + 0x0000657a, 0x0000657d, 0x00006581, 0x00006585, + 0x0000658a, 0x00006592, 0x00006595, 0x00006598, + 0x0000659d, 0x000065a0, 0x000065a3, 0x000065a6, + 0x000065ae, 0x000065b2, 0x000065b3, 0x000065b4, + 0x000065bf, 0x000065c2, 0x000065c8, 0x000065c9, + 0x000065ce, 0x000065d0, 0x000065d4, 0x000065d6, + 0x000065d8, 0x000065df, 0x000065f0, 0x000065f2, + 0x000065f4, 0x000065f5, 0x000065f9, 0x000065fe, + 0x000065ff, 0x00006604, 0x00006608, 0x0000660d, + 0x00006611, 0x00006612, 0x00006616, 0x0000661d, + 0x00006621, 0x00006622, 0x00006623, 0x00006626, + 0x00006629, 0x0000662a, 0x0000662b, 0x0000662c, + 0x00006630, 0x00006633, 0x00006637, 0x00006639, + 0x00006640, 0x00006645, 0x00006646, 0x0000664a, + 0x0000664c, 0x0000664e, 0x00006651, 0x00006658, + 0x0000665b, 0x0000665c, 0x00006660, 0x00006661, + 0x0000666a, 0x0000666b, 0x0000666c, 0x00006675, + 0x00006677, 0x00006678, 0x00006679, 0x0000667b, + 0x0000667c, 0x0000667e, 0x0000667f, 0x00006680, + 0x0000668b, 0x0000668c, 0x0000668d, 0x00006690, + 0x00006692, 0x0000669a, 0x0000669b, 0x0000669c, + 0x0000669f, 0x000066a4, 0x000066ad, 0x000066b1, + 0x000066b5, 0x000066bb, 0x000066c0, 0x000066c2, + 0x000066c3, 0x000066c8, 0x000066cc, 0x000066ce, + 0x000066cf, 0x000066d4, 0x000066db, 0x000066df, + 0x000066e8, 0x000066eb, 0x000066ec, 0x000066ee, + 0x00006705, 0x00006707, 0x00006713, 0x00006719, + 0x0000671c, 0x00006720, 0x00006722, 0x00006733, + 0x0000673e, 0x00006745, 0x00006747, 0x00006748, + 0x0000674c, 0x00006754, 0x00006755, 0x0000675d, + 0x0000676c, 0x0000676e, 0x00006774, 0x00006776, + 0x0000677b, 0x00006781, 0x00006784, 0x0000678e, + 0x0000678f, 0x00006791, 0x00006793, 0x00006796, + 0x00006798, 0x00006799, 0x0000679b, 0x000067b0, + 0x000067b1, 0x000067b2, 0x000067b5, 0x000067bc, + 0x000067bd, 0x000067c2, 0x000067c3, 0x000067c5, + 0x000067c8, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000067c9, + 0x000067d2, 0x000067d7, 0x000067d9, 0x000067dc, + 0x000067e1, 0x000067e6, 0x000067f0, 0x000067f2, + 0x000067f6, 0x000067f7, 0x000067f9, 0x00006814, + 0x00006819, 0x0000681d, 0x0000681f, 0x00006827, + 0x00006828, 0x0000682c, 0x0000682d, 0x0000682f, + 0x00006830, 0x00006831, 0x00006833, 0x0000683b, + 0x0000683f, 0x00006845, 0x0000684a, 0x0000684c, + 0x00006855, 0x00006857, 0x00006858, 0x0000685b, + 0x0000686b, 0x0000686e, 0x0000686f, 0x00006870, + 0x00006871, 0x00006872, 0x00006875, 0x00006879, + 0x0000687a, 0x0000687b, 0x0000687c, 0x00006882, + 0x00006884, 0x00006886, 0x00006888, 0x00006896, + 0x00006898, 0x0000689a, 0x0000689c, 0x000068a1, + 0x000068a3, 0x000068a5, 0x000068a9, 0x000068aa, + 0x000068ae, 0x000068b2, 0x000068bb, 0x000068c5, + 0x000068cc, 0x000068d0, 0x000068d1, 0x000068d3, + 0x000068d6, 0x000068d9, 0x000068dc, 0x000068dd, + 0x000068e5, 0x000068e8, 0x000068ea, 0x000068eb, + 0x000068ec, 0x000068ed, 0x000068f0, 0x000068f1, + 0x000068f5, 0x000068f6, 0x000068fb, 0x000068fc, + 0x000068fd, 0x00006906, 0x00006909, 0x0000690a, + 0x00006910, 0x00006911, 0x00006913, 0x00006916, + 0x00006917, 0x00006931, 0x00006933, 0x00006935, + 0x00006938, 0x0000693b, 0x00006942, 0x00006945, + 0x00006949, 0x0000694e, 0x00006957, 0x0000695b, + 0x00006963, 0x00006964, 0x00006965, 0x00006966, + 0x00006969, 0x0000696c, 0x00006970, 0x00006971, + 0x00006972, 0x0000697a, 0x0000697b, 0x0000697f, + 0x00006980, 0x0000698d, 0x00006992, 0x00006996, + 0x000069a1, 0x000069a5, 0x000069a6, 0x000069a8, + 0x000069ab, 0x000069ad, 0x000069af, 0x000069b7, + 0x000069b8, 0x000069ba, 0x000069bc, 0x000069c5, + 0x000069c8, 0x000069d1, 0x000069d6, 0x000069d7, + 0x000069e5, 0x000069ee, 0x000069ef, 0x000069f1, + 0x000069f3, 0x000069f5, 0x000069fe, 0x00006a00, + 0x00006a01, 0x00006a03, 0x00006a0f, 0x00006a11, + 0x00006a15, 0x00006a1a, 0x00006a1d, 0x00006a20, + 0x00006a24, 0x00006a28, 0x00006a32, 0x00006a34, + 0x00006a37, 0x00006a3b, 0x00006a3e, 0x00006a3f, + 0x00006a45, 0x00006a49, 0x00006a4a, 0x00006a4e, + 0x00006a50, 0x00006a51, 0x00006a52, 0x00006a55, + 0x00006a56, 0x00006a5b, 0x00006a64, 0x00006a67, + 0x00006a6a, 0x00006a71, 0x00006a81, 0x00006a83, + 0x00006a86, 0x00006a87, 0x00006a89, 0x00006a8b, + 0x00006a91, 0x00006a9b, 0x00006a9d, 0x00006a9e, + 0x00006a9f, 0x00006aa5, 0x00006aab, 0x00006aaf, + 0x00006ab0, 0x00006ab1, 0x00006ab4, 0x00006abd, + 0x00006abe, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00006abf, + 0x00006ac6, 0x00006ac8, 0x00006ac9, 0x00006acc, + 0x00006ad0, 0x00006ad4, 0x00006ad5, 0x00006ad6, + 0x00006adc, 0x00006add, 0x00006ae7, 0x00006aec, + 0x00006af0, 0x00006af1, 0x00006af2, 0x00006afc, + 0x00006afd, 0x00006b02, 0x00006b03, 0x00006b06, + 0x00006b07, 0x00006b09, 0x00006b0f, 0x00006b10, + 0x00006b11, 0x00006b17, 0x00006b1b, 0x00006b1e, + 0x00006b24, 0x00006b28, 0x00006b2b, 0x00006b2c, + 0x00006b2f, 0x00006b35, 0x00006b36, 0x00006b3b, + 0x00006b3f, 0x00006b46, 0x00006b4a, 0x00006b4d, + 0x00006b52, 0x00006b56, 0x00006b58, 0x00006b5d, + 0x00006b60, 0x00006b67, 0x00006b6b, 0x00006b6e, + 0x00006b70, 0x00006b75, 0x00006b7d, 0x00006b7e, + 0x00006b82, 0x00006b85, 0x00006b97, 0x00006b9b, + 0x00006b9f, 0x00006ba0, 0x00006ba2, 0x00006ba3, + 0x00006ba8, 0x00006ba9, 0x00006bac, 0x00006bad, + 0x00006bae, 0x00006bb0, 0x00006bb8, 0x00006bb9, + 0x00006bbd, 0x00006bbe, 0x00006bc3, 0x00006bc4, + 0x00006bc9, 0x00006bcc, 0x00006bda, 0x00006be1, + 0x00006be3, 0x00006be6, 0x00006be7, 0x00006bee, + 0x00006bf1, 0x00006bf7, 0x00006bf9, 0x00006bff, + 0x00006c02, 0x00006c04, 0x00006c05, 0x00006c09, + 0x00006c0d, 0x00006c0e, 0x00006c10, 0x00006c12, + 0x00006c19, 0x00006c1f, 0x00006c26, 0x00006c27, + 0x00006c28, 0x00006c2c, 0x00006c2e, 0x00006c33, + 0x00006c35, 0x00006c36, 0x00006c3a, 0x00006c3b, + 0x00006c4a, 0x00006c4b, 0x00006c4d, 0x00006c4f, + 0x00006c52, 0x00006c54, 0x00006c59, 0x00006c5b, + 0x00006c67, 0x00006c6b, 0x00006c6d, 0x00006c74, + 0x00006c76, 0x00006c78, 0x00006c79, 0x00006c7b, + 0x00006c85, 0x00006c87, 0x00006c89, 0x00006c94, + 0x00006c95, 0x00006c97, 0x00006c98, 0x00006c9c, + 0x00006c9f, 0x00006cb0, 0x00006cb2, 0x00006cb4, + 0x00006cc2, 0x00006cc6, 0x00006ccd, 0x00006ccf, + 0x00006cd0, 0x00006cd1, 0x00006cd2, 0x00006cd4, + 0x00006cd6, 0x00006cdc, 0x00006ce0, 0x00006ce7, + 0x00006ce9, 0x00006ceb, 0x00006cec, 0x00006cee, + 0x00006cf2, 0x00006cf4, 0x00006d07, 0x00006d0a, + 0x00006d0e, 0x00006d0f, 0x00006d11, 0x00006d13, + 0x00006d1a, 0x00006d26, 0x00006d27, 0x00006d28, + 0x00006d2e, 0x00006d2f, 0x00006d31, 0x00006d39, + 0x00006d3c, 0x00006d3f, 0x00006d57, 0x00006d5e, + 0x00006d5f, 0x00006d61, 0x00006d65, 0x00006d67, + 0x00006d70, 0x00006d7c, 0x00006d82, 0x00006d91, + 0x00006d92, 0x00006d94, 0x00006d97, 0x00006d98, + 0x00006daa, 0x00006db4, 0x00006db7, 0x00006db9, + 0x00006dbd, 0x00006dbf, 0x00006dc4, 0x00006dc8, + 0x00006dca, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00006dce, + 0x00006dd6, 0x00006ddb, 0x00006ddd, 0x00006ddf, + 0x00006de0, 0x00006de2, 0x00006de5, 0x00006de9, + 0x00006def, 0x00006df0, 0x00006df4, 0x00006df6, + 0x00006e00, 0x00006e04, 0x00006e1e, 0x00006e22, + 0x00006e32, 0x00006e36, 0x00006e3b, 0x00006e44, + 0x00006e45, 0x00006e48, 0x00006e49, 0x00006e4b, + 0x00006e4f, 0x00006e51, 0x00006e52, 0x00006e53, + 0x00006e54, 0x00006e57, 0x00006e5d, 0x00006e5e, + 0x00006e62, 0x00006e63, 0x00006e68, 0x00006e73, + 0x00006e7b, 0x00006e7d, 0x00006e8d, 0x00006e93, + 0x00006e99, 0x00006ea0, 0x00006ea7, 0x00006ead, + 0x00006eae, 0x00006eb1, 0x00006eb3, 0x00006ebb, + 0x00006ec0, 0x00006ec1, 0x00006ec3, 0x00006ec7, + 0x00006ec8, 0x00006eca, 0x00006ecd, 0x00006ece, + 0x00006ecf, 0x00006eeb, 0x00006eed, 0x00006eee, + 0x00006ef9, 0x00006efb, 0x00006efd, 0x00006f04, + 0x00006f08, 0x00006f0a, 0x00006f0c, 0x00006f0d, + 0x00006f16, 0x00006f18, 0x00006f1a, 0x00006f1b, + 0x00006f26, 0x00006f29, 0x00006f2a, 0x00006f2d, + 0x00006f2f, 0x00006f30, 0x00006f33, 0x00006f36, + 0x00006f3b, 0x00006f3c, 0x00006f4f, 0x00006f51, + 0x00006f52, 0x00006f53, 0x00006f57, 0x00006f59, + 0x00006f5a, 0x00006f5d, 0x00006f5e, 0x00006f61, + 0x00006f62, 0x00006f68, 0x00006f6c, 0x00006f7d, + 0x00006f7e, 0x00006f83, 0x00006f87, 0x00006f8b, + 0x00006f8c, 0x00006f8d, 0x00006f90, 0x00006f92, + 0x00006f93, 0x00006f94, 0x00006f96, 0x00006f9a, + 0x00006f9f, 0x00006fa0, 0x00006fa5, 0x00006fa6, + 0x00006fa7, 0x00006fa8, 0x00006fae, 0x00006faf, + 0x00006fb0, 0x00006fb6, 0x00006fbc, 0x00006fc5, + 0x00006fc7, 0x00006fc8, 0x00006fca, 0x00006fda, + 0x00006fde, 0x00006fe8, 0x00006fe9, 0x00006ff0, + 0x00006ff9, 0x00006ffc, 0x00006ffd, 0x00007000, + 0x00007006, 0x0000700d, 0x00007017, 0x00007020, + 0x00007023, 0x0000702f, 0x00007034, 0x00007037, + 0x00007039, 0x0000703c, 0x00007043, 0x00007044, + 0x00007048, 0x00007049, 0x0000704a, 0x0000704b, + 0x0000704e, 0x00007054, 0x00007055, 0x0000705d, + 0x0000705e, 0x00007064, 0x00007065, 0x0000706c, + 0x0000706e, 0x00007075, 0x00007076, 0x0000707e, + 0x00007081, 0x00007086, 0x00007094, 0x00007095, + 0x00007096, 0x00007097, 0x00007098, 0x0000709b, + 0x000070a4, 0x000070b0, 0x000070b1, 0x000070b4, + 0x000070b7, 0x000070ca, 0x000070d1, 0x000070d3, + 0x000070d4, 0x000070d5, 0x000070d6, 0x000070d8, + 0x000070dc, 0x000070e4, 0x000070fa, 0x00007103, + 0x00007105, 0x00007106, 0x00007107, 0x0000710b, + 0x0000710c, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000711e, + 0x00007120, 0x0000712b, 0x0000712d, 0x0000712f, + 0x00007130, 0x00007131, 0x00007138, 0x00007141, + 0x00007145, 0x0000714a, 0x0000714b, 0x00007150, + 0x00007152, 0x00007157, 0x0000715a, 0x0000715e, + 0x00007160, 0x00007168, 0x00007179, 0x00007180, + 0x00007185, 0x00007187, 0x0000718c, 0x00007192, + 0x0000719a, 0x0000719b, 0x000071a0, 0x000071a2, + 0x000071af, 0x000071b0, 0x000071b2, 0x000071b3, + 0x000071ba, 0x000071bf, 0x000071c0, 0x000071c4, + 0x000071cb, 0x000071cc, 0x000071d3, 0x000071d6, + 0x000071d9, 0x000071da, 0x000071dc, 0x000071f8, + 0x00007200, 0x00007207, 0x00007208, 0x00007209, + 0x00007213, 0x00007217, 0x0000721a, 0x0000721d, + 0x0000721f, 0x00007224, 0x0000722b, 0x0000722f, + 0x00007234, 0x00007238, 0x00007239, 0x00007241, + 0x00007242, 0x00007243, 0x00007245, 0x0000724e, + 0x0000724f, 0x00007250, 0x00007253, 0x00007255, + 0x00007256, 0x0000725a, 0x0000725c, 0x0000725e, + 0x00007260, 0x00007263, 0x00007268, 0x0000726b, + 0x0000726e, 0x0000726f, 0x00007271, 0x00007277, + 0x00007278, 0x0000727b, 0x0000727c, 0x0000727f, + 0x00007284, 0x00007289, 0x0000728d, 0x0000728e, + 0x00007293, 0x0000729b, 0x000072a8, 0x000072ad, + 0x000072ae, 0x000072b4, 0x000072c1, 0x000072c7, + 0x000072c9, 0x000072cc, 0x000072d5, 0x000072d6, + 0x000072d8, 0x000072df, 0x000072e5, 0x000072f3, + 0x000072f4, 0x000072fa, 0x000072fb, 0x000072fe, + 0x00007302, 0x00007304, 0x00007305, 0x00007307, + 0x0000730b, 0x0000730d, 0x00007312, 0x00007313, + 0x00007318, 0x00007319, 0x0000731e, 0x00007322, + 0x00007327, 0x00007328, 0x0000732c, 0x00007331, + 0x00007332, 0x00007335, 0x0000733a, 0x0000733b, + 0x0000733d, 0x00007343, 0x0000734d, 0x00007350, + 0x00007352, 0x00007356, 0x00007358, 0x0000735d, + 0x0000735e, 0x0000735f, 0x00007360, 0x00007366, + 0x00007367, 0x00007369, 0x0000736b, 0x0000736c, + 0x0000736e, 0x0000736f, 0x00007371, 0x00007379, + 0x0000737c, 0x00007380, 0x00007381, 0x00007383, + 0x00007385, 0x00007386, 0x0000738e, 0x00007390, + 0x00007393, 0x00007395, 0x00007397, 0x00007398, + 0x0000739c, 0x0000739e, 0x0000739f, 0x000073a0, + 0x000073a2, 0x000073a5, 0x000073a6, 0x000073aa, + 0x000073ab, 0x000073ad, 0x000073b5, 0x000073b7, + 0x000073b9, 0x000073bc, 0x000073bf, 0x000073c5, + 0x000073c6, 0x000073cb, 0x000073cc, 0x000073cf, + 0x000073d3, 0x000073d9, 0x000073dd, 0x000073e1, + 0x000073e6, 0x000073e7, 0x000073e9, 0x000073f4, + 0x000073f7, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000073f9, + 0x000073fa, 0x000073fb, 0x000073fd, 0x000073ff, + 0x00007400, 0x00007401, 0x00007404, 0x0000740a, + 0x00007411, 0x0000741a, 0x0000741b, 0x00007424, + 0x00007428, 0x0000742b, 0x0000742c, 0x0000742d, + 0x0000742f, 0x00007430, 0x00007431, 0x00007439, + 0x00007440, 0x00007443, 0x00007444, 0x00007446, + 0x00007447, 0x0000744b, 0x0000744d, 0x00007451, + 0x00007452, 0x00007457, 0x0000745d, 0x00007466, + 0x00007467, 0x00007468, 0x0000746b, 0x0000746d, + 0x0000746e, 0x00007471, 0x00007472, 0x00007480, + 0x00007481, 0x00007485, 0x00007486, 0x00007487, + 0x0000748f, 0x00007490, 0x00007491, 0x00007492, + 0x00007498, 0x00007499, 0x0000749a, 0x0000749c, + 0x000074a0, 0x000074a1, 0x000074a3, 0x000074a6, + 0x000074a8, 0x000074a9, 0x000074aa, 0x000074ab, + 0x000074ae, 0x000074af, 0x000074b1, 0x000074b2, + 0x000074b5, 0x000074b9, 0x000074bb, 0x000074bf, + 0x000074c8, 0x000074c9, 0x000074cc, 0x000074d0, + 0x000074d3, 0x000074d8, 0x000074da, 0x000074db, + 0x000074de, 0x000074df, 0x000074e4, 0x000074e8, + 0x000074ea, 0x000074eb, 0x000074ef, 0x000074f4, + 0x000074fa, 0x000074fb, 0x000074fc, 0x000074ff, + 0x00007506, 0x00007512, 0x00007516, 0x00007517, + 0x00007520, 0x00007521, 0x00007524, 0x00007527, + 0x00007529, 0x0000752a, 0x00007536, 0x00007539, + 0x0000753d, 0x0000753e, 0x0000753f, 0x00007540, + 0x00007543, 0x00007547, 0x00007548, 0x0000754e, + 0x00007550, 0x00007552, 0x00007557, 0x0000755e, + 0x0000755f, 0x00007561, 0x00007571, 0x00007579, + 0x0000757a, 0x0000757b, 0x0000757c, 0x0000757d, + 0x0000757e, 0x00007581, 0x00007585, 0x00007590, + 0x00007592, 0x00007593, 0x00007595, 0x00007599, + 0x0000759c, 0x000075a2, 0x000075a4, 0x000075b4, + 0x000075ba, 0x000075bf, 0x000075c0, 0x000075c1, + 0x000075c4, 0x000075c6, 0x000075cc, 0x000075ce, + 0x000075cf, 0x000075d7, 0x000075dc, 0x000075df, + 0x000075e0, 0x000075e1, 0x000075e4, 0x000075e7, + 0x000075ec, 0x000075ee, 0x000075ef, 0x000075f1, + 0x000075f9, 0x00007600, 0x00007602, 0x00007603, + 0x00007604, 0x00007607, 0x00007608, 0x0000760a, + 0x0000760c, 0x0000760f, 0x00007612, 0x00007613, + 0x00007615, 0x00007616, 0x00007619, 0x0000761b, + 0x0000761c, 0x0000761d, 0x0000761e, 0x00007623, + 0x00007625, 0x00007626, 0x00007629, 0x0000762d, + 0x00007632, 0x00007633, 0x00007635, 0x00007638, + 0x00007639, 0x0000763a, 0x0000763c, 0x00007640, + 0x00007641, 0x00007643, 0x00007644, 0x00007645, + 0x00007649, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000764a, + 0x0000764b, 0x00007655, 0x00007659, 0x0000765f, + 0x00007664, 0x00007665, 0x0000766d, 0x0000766e, + 0x0000766f, 0x00007671, 0x00007674, 0x00007681, + 0x00007685, 0x0000768c, 0x0000768d, 0x00007695, + 0x0000769d, 0x0000769f, 0x000076a0, 0x000076a2, + 0x000076a3, 0x000076a4, 0x000076a5, 0x000076a7, + 0x000076a8, 0x000076aa, 0x000076ad, 0x000076bd, + 0x000076c1, 0x000076c5, 0x000076c9, 0x000076cb, + 0x000076cc, 0x000076ce, 0x000076d4, 0x000076d9, + 0x000076e0, 0x000076e6, 0x000076e8, 0x000076ec, + 0x000076f0, 0x000076f1, 0x000076f6, 0x000076f9, + 0x000076fc, 0x00007700, 0x00007706, 0x0000770a, + 0x0000770e, 0x00007712, 0x00007714, 0x00007715, + 0x00007717, 0x00007719, 0x0000771a, 0x0000771c, + 0x00007722, 0x00007728, 0x0000772d, 0x0000772e, + 0x0000772f, 0x00007734, 0x00007735, 0x00007736, + 0x00007739, 0x0000773d, 0x0000773e, 0x00007742, + 0x00007745, 0x0000774a, 0x0000774d, 0x0000774e, + 0x0000774f, 0x00007752, 0x00007756, 0x00007757, + 0x0000775c, 0x0000775e, 0x0000775f, 0x00007760, + 0x00007762, 0x00007764, 0x00007767, 0x0000776a, + 0x0000776c, 0x00007770, 0x00007772, 0x00007773, + 0x00007774, 0x0000777a, 0x0000777d, 0x00007780, + 0x00007784, 0x0000778c, 0x0000778d, 0x00007794, + 0x00007795, 0x00007796, 0x0000779a, 0x0000779f, + 0x000077a2, 0x000077a7, 0x000077aa, 0x000077ae, + 0x000077af, 0x000077b1, 0x000077b5, 0x000077be, + 0x000077c3, 0x000077c9, 0x000077d1, 0x000077d2, + 0x000077d5, 0x000077d9, 0x000077de, 0x000077df, + 0x000077e0, 0x000077e4, 0x000077e6, 0x000077ea, + 0x000077ec, 0x000077f0, 0x000077f1, 0x000077f4, + 0x000077f8, 0x000077fb, 0x00007805, 0x00007806, + 0x00007809, 0x0000780d, 0x0000780e, 0x00007811, + 0x0000781d, 0x00007822, 0x00007823, 0x0000782d, + 0x0000782e, 0x00007830, 0x00007835, 0x00007837, + 0x00007843, 0x00007844, 0x00007847, 0x00007848, + 0x0000784c, 0x00007852, 0x0000785c, 0x0000785e, + 0x00007860, 0x00007861, 0x00007863, 0x00007868, + 0x0000786a, 0x0000786e, 0x0000787e, 0x0000788a, + 0x0000788f, 0x00007894, 0x00007898, 0x0000789d, + 0x0000789e, 0x0000789f, 0x000078a1, 0x000078a4, + 0x000078a8, 0x000078ac, 0x000078ad, 0x000078b0, + 0x000078b1, 0x000078b2, 0x000078b3, 0x000078bb, + 0x000078bd, 0x000078bf, 0x000078c7, 0x000078c8, + 0x000078c9, 0x000078cc, 0x000078ce, 0x000078d2, + 0x000078d3, 0x000078d5, 0x000078d6, 0x000078db, + 0x000078df, 0x000078e0, 0x000078e1, 0x000078e4, + 0x000078e6, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000078ea, + 0x000078f2, 0x000078f3, 0x000078f6, 0x000078f7, + 0x000078fa, 0x000078fb, 0x000078ff, 0x00007900, + 0x00007906, 0x0000790c, 0x00007910, 0x0000791a, + 0x0000791c, 0x0000791e, 0x0000791f, 0x00007920, + 0x00007925, 0x00007927, 0x00007929, 0x0000792d, + 0x00007931, 0x00007934, 0x00007935, 0x0000793b, + 0x0000793d, 0x0000793f, 0x00007944, 0x00007945, + 0x00007946, 0x0000794a, 0x0000794b, 0x0000794f, + 0x00007951, 0x00007954, 0x00007958, 0x0000795b, + 0x0000795c, 0x00007967, 0x00007969, 0x0000796b, + 0x00007972, 0x00007979, 0x0000797b, 0x0000797c, + 0x0000797e, 0x0000798b, 0x0000798c, 0x00007991, + 0x00007993, 0x00007995, 0x00007996, 0x00007998, + 0x0000799c, 0x000079a1, 0x000079a8, 0x000079a9, + 0x000079ab, 0x000079af, 0x000079b1, 0x000079b4, + 0x000079b8, 0x000079bb, 0x000079c2, 0x000079c4, + 0x000079c7, 0x000079c8, 0x000079ca, 0x000079cf, + 0x000079d4, 0x000079d6, 0x000079da, 0x000079dd, + 0x000079de, 0x000079e0, 0x000079e2, 0x000079e5, + 0x000079ea, 0x000079eb, 0x000079ed, 0x000079f1, + 0x000079f8, 0x000079fc, 0x00007a02, 0x00007a03, + 0x00007a07, 0x00007a09, 0x00007a0a, 0x00007a0c, + 0x00007a11, 0x00007a15, 0x00007a1b, 0x00007a1e, + 0x00007a21, 0x00007a27, 0x00007a2b, 0x00007a2d, + 0x00007a2f, 0x00007a30, 0x00007a34, 0x00007a35, + 0x00007a38, 0x00007a39, 0x00007a3a, 0x00007a44, + 0x00007a45, 0x00007a47, 0x00007a48, 0x00007a4c, + 0x00007a55, 0x00007a56, 0x00007a59, 0x00007a5c, + 0x00007a5d, 0x00007a5f, 0x00007a60, 0x00007a65, + 0x00007a67, 0x00007a6a, 0x00007a6d, 0x00007a75, + 0x00007a78, 0x00007a7e, 0x00007a80, 0x00007a82, + 0x00007a85, 0x00007a86, 0x00007a8a, 0x00007a8b, + 0x00007a90, 0x00007a91, 0x00007a94, 0x00007a9e, + 0x00007aa0, 0x00007aa3, 0x00007aac, 0x00007ab3, + 0x00007ab5, 0x00007ab9, 0x00007abb, 0x00007abc, + 0x00007ac6, 0x00007ac9, 0x00007acc, 0x00007ace, + 0x00007adb, 0x00007ae8, 0x00007ae9, 0x00007aec, + 0x00007af1, 0x00007af4, 0x00007afb, 0x00007afd, + 0x00007afe, 0x00007b07, 0x00007b14, 0x00007b1f, + 0x00007b23, 0x00007b27, 0x00007b29, 0x00007b2a, + 0x00007b2b, 0x00007b2d, 0x00007b2e, 0x00007b2f, + 0x00007b30, 0x00007b31, 0x00007b34, 0x00007b3d, + 0x00007b3f, 0x00007b40, 0x00007b41, 0x00007b47, + 0x00007b4e, 0x00007b55, 0x00007b60, 0x00007b64, + 0x00007b66, 0x00007b69, 0x00007b6a, 0x00007b6d, + 0x00007b6f, 0x00007b72, 0x00007b73, 0x00007b77, + 0x00007b84, 0x00007b89, 0x00007b8e, 0x00007b90, + 0x00007b91, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00007b96, + 0x00007b9b, 0x00007ba0, 0x00007ba5, 0x00007bac, + 0x00007baf, 0x00007bb0, 0x00007bb2, 0x00007bb5, + 0x00007bb6, 0x00007bba, 0x00007bbb, 0x00007bbc, + 0x00007bbd, 0x00007bc2, 0x00007bc5, 0x00007bc8, + 0x00007bca, 0x00007bd4, 0x00007bd6, 0x00007bd7, + 0x00007bd9, 0x00007bda, 0x00007bdb, 0x00007be8, + 0x00007bea, 0x00007bf2, 0x00007bf4, 0x00007bf5, + 0x00007bf8, 0x00007bf9, 0x00007bfa, 0x00007bfc, + 0x00007bfe, 0x00007c01, 0x00007c02, 0x00007c03, + 0x00007c04, 0x00007c06, 0x00007c09, 0x00007c0b, + 0x00007c0c, 0x00007c0e, 0x00007c0f, 0x00007c19, + 0x00007c1b, 0x00007c20, 0x00007c25, 0x00007c26, + 0x00007c28, 0x00007c2c, 0x00007c31, 0x00007c33, + 0x00007c34, 0x00007c36, 0x00007c39, 0x00007c3a, + 0x00007c46, 0x00007c4a, 0x00007c51, 0x00007c52, + 0x00007c53, 0x00007c55, 0x00007c59, 0x00007c5a, + 0x00007c5b, 0x00007c5c, 0x00007c5d, 0x00007c5e, + 0x00007c61, 0x00007c63, 0x00007c67, 0x00007c69, + 0x00007c6d, 0x00007c6e, 0x00007c70, 0x00007c72, + 0x00007c79, 0x00007c7c, 0x00007c7d, 0x00007c86, + 0x00007c87, 0x00007c8f, 0x00007c94, 0x00007c9e, + 0x00007ca0, 0x00007ca6, 0x00007cb0, 0x00007cb6, + 0x00007cb7, 0x00007cba, 0x00007cbb, 0x00007cbc, + 0x00007cbf, 0x00007cc4, 0x00007cc7, 0x00007cc8, + 0x00007cc9, 0x00007ccd, 0x00007ccf, 0x00007cd3, + 0x00007cd4, 0x00007cd5, 0x00007cd7, 0x00007cd9, + 0x00007cda, 0x00007cdd, 0x00007ce6, 0x00007ce9, + 0x00007ceb, 0x00007cf5, 0x00007d03, 0x00007d07, + 0x00007d08, 0x00007d09, 0x00007d0f, 0x00007d11, + 0x00007d12, 0x00007d13, 0x00007d16, 0x00007d1d, + 0x00007d1e, 0x00007d23, 0x00007d26, 0x00007d2a, + 0x00007d2d, 0x00007d31, 0x00007d3c, 0x00007d3d, + 0x00007d3e, 0x00007d40, 0x00007d41, 0x00007d47, + 0x00007d4d, 0x00007d51, 0x00007d53, 0x00007d57, + 0x00007d59, 0x00007d5a, 0x00007d5d, 0x00007d65, + 0x00007d67, 0x00007d6a, 0x00007d70, 0x00007d78, + 0x00007d7a, 0x00007d7b, 0x00007d7f, 0x00007d81, + 0x00007d82, 0x00007d83, 0x00007d85, 0x00007d86, + 0x00007d88, 0x00007d8b, 0x00007d8c, 0x00007d8d, + 0x00007d91, 0x00007d96, 0x00007d97, 0x00007d9d, + 0x00007d9e, 0x00007da6, 0x00007da7, 0x00007daa, + 0x00007db3, 0x00007db6, 0x00007db9, 0x00007dc2, + 0x00007dc3, 0x00007dc4, 0x00007dc5, 0x00007dc6, + 0x00007dcc, 0x00007dcd, 0x00007dce, 0x00007dd7, + 0x00007dd9, 0x00007de2, 0x00007de5, 0x00007de6, + 0x00007dea, 0x00007deb, 0x00007ded, 0x00007df1, + 0x00007df5, 0x00007df6, 0x00007df9, 0x00007dfa, + 0x00007e00, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00007e08, + 0x00007e10, 0x00007e11, 0x00007e15, 0x00007e17, + 0x00007e1c, 0x00007e1d, 0x00007e20, 0x00007e27, + 0x00007e28, 0x00007e2c, 0x00007e2d, 0x00007e2f, + 0x00007e33, 0x00007e36, 0x00007e3f, 0x00007e44, + 0x00007e45, 0x00007e47, 0x00007e4e, 0x00007e50, + 0x00007e58, 0x00007e5f, 0x00007e61, 0x00007e62, + 0x00007e65, 0x00007e6b, 0x00007e6e, 0x00007e6f, + 0x00007e73, 0x00007e78, 0x00007e7e, 0x00007e81, + 0x00007e86, 0x00007e87, 0x00007e8d, 0x00007e91, + 0x00007e95, 0x00007e98, 0x00007e9a, 0x00007e9d, + 0x00007e9e, 0x00007f3b, 0x00007f3c, 0x00007f3d, + 0x00007f3e, 0x00007f3f, 0x00007f43, 0x00007f44, + 0x00007f4f, 0x00007f52, 0x00007f53, 0x00007f5b, + 0x00007f5c, 0x00007f5d, 0x00007f61, 0x00007f63, + 0x00007f64, 0x00007f65, 0x00007f66, 0x00007f6d, + 0x00007f71, 0x00007f7d, 0x00007f7e, 0x00007f7f, + 0x00007f80, 0x00007f8b, 0x00007f8d, 0x00007f8f, + 0x00007f90, 0x00007f91, 0x00007f96, 0x00007f97, + 0x00007f9c, 0x00007fa2, 0x00007fa6, 0x00007faa, + 0x00007fad, 0x00007fb4, 0x00007fbc, 0x00007fbf, + 0x00007fc0, 0x00007fc3, 0x00007fc8, 0x00007fce, + 0x00007fcf, 0x00007fdb, 0x00007fdf, 0x00007fe3, + 0x00007fe5, 0x00007fe8, 0x00007fec, 0x00007fee, + 0x00007fef, 0x00007ff2, 0x00007ffa, 0x00007ffd, + 0x00007ffe, 0x00007fff, 0x00008007, 0x00008008, + 0x0000800a, 0x0000800d, 0x0000800e, 0x0000800f, + 0x00008011, 0x00008013, 0x00008014, 0x00008016, + 0x0000801d, 0x0000801e, 0x0000801f, 0x00008020, + 0x00008024, 0x00008026, 0x0000802c, 0x0000802e, + 0x00008030, 0x00008034, 0x00008035, 0x00008037, + 0x00008039, 0x0000803a, 0x0000803c, 0x0000803e, + 0x00008040, 0x00008044, 0x00008060, 0x00008064, + 0x00008066, 0x0000806d, 0x00008071, 0x00008075, + 0x00008081, 0x00008088, 0x0000808e, 0x0000809c, + 0x0000809e, 0x000080a6, 0x000080a7, 0x000080ab, + 0x000080b8, 0x000080b9, 0x000080c8, 0x000080cd, + 0x000080cf, 0x000080d2, 0x000080d4, 0x000080d5, + 0x000080d7, 0x000080d8, 0x000080e0, 0x000080ed, + 0x000080ee, 0x000080f0, 0x000080f2, 0x000080f3, + 0x000080f6, 0x000080f9, 0x000080fa, 0x000080fe, + 0x00008103, 0x0000810b, 0x00008116, 0x00008117, + 0x00008118, 0x0000811c, 0x0000811e, 0x00008120, + 0x00008124, 0x00008127, 0x0000812c, 0x00008130, + 0x00008135, 0x0000813a, 0x0000813c, 0x00008145, + 0x00008147, 0x0000814a, 0x0000814c, 0x00008152, + 0x00008157, 0x00008160, 0x00008161, 0x00008167, + 0x00008168, 0x00008169, 0x0000816d, 0x0000816f, + 0x00008177, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008181, + 0x00008184, 0x00008185, 0x00008186, 0x0000818b, + 0x0000818e, 0x00008190, 0x00008196, 0x00008198, + 0x0000819b, 0x0000819e, 0x000081a2, 0x000081ae, + 0x000081b2, 0x000081b4, 0x000081bb, 0x000081c3, + 0x000081c5, 0x000081ca, 0x000081cb, 0x000081ce, + 0x000081cf, 0x000081d5, 0x000081d7, 0x000081db, + 0x000081dd, 0x000081de, 0x000081e1, 0x000081e4, + 0x000081eb, 0x000081ec, 0x000081f0, 0x000081f1, + 0x000081f2, 0x000081f5, 0x000081f6, 0x000081f8, + 0x000081f9, 0x000081fd, 0x000081ff, 0x00008200, + 0x00008203, 0x0000820f, 0x00008213, 0x00008214, + 0x00008219, 0x0000821a, 0x0000821d, 0x00008221, + 0x00008222, 0x00008228, 0x00008232, 0x00008234, + 0x0000823a, 0x00008243, 0x00008244, 0x00008245, + 0x00008246, 0x0000824b, 0x0000824e, 0x0000824f, + 0x00008251, 0x00008256, 0x0000825c, 0x00008260, + 0x00008263, 0x00008267, 0x0000826d, 0x00008274, + 0x0000827b, 0x0000827d, 0x0000827f, 0x00008280, + 0x00008281, 0x00008283, 0x00008284, 0x00008287, + 0x00008289, 0x0000828a, 0x0000828e, 0x00008291, + 0x00008294, 0x00008296, 0x00008298, 0x0000829a, + 0x0000829b, 0x000082a0, 0x000082a1, 0x000082a3, + 0x000082a4, 0x000082a7, 0x000082a8, 0x000082a9, + 0x000082aa, 0x000082ae, 0x000082b0, 0x000082b2, + 0x000082b4, 0x000082b7, 0x000082ba, 0x000082bc, + 0x000082be, 0x000082bf, 0x000082c6, 0x000082d0, + 0x000082d5, 0x000082da, 0x000082e0, 0x000082e2, + 0x000082e4, 0x000082e8, 0x000082ea, 0x000082ed, + 0x000082ef, 0x000082f6, 0x000082f7, 0x000082fd, + 0x000082fe, 0x00008300, 0x00008307, 0x00008308, + 0x0000830a, 0x0000830b, 0x0000831b, 0x0000831d, + 0x0000831e, 0x0000831f, 0x00008321, 0x00008322, + 0x0000832c, 0x0000832d, 0x0000832e, 0x00008330, + 0x00008333, 0x00008337, 0x0000833a, 0x0000833c, + 0x0000833d, 0x00008342, 0x00008343, 0x00008344, + 0x00008347, 0x0000834d, 0x0000834e, 0x00008351, + 0x00008353, 0x00008354, 0x00008355, 0x00008356, + 0x00008357, 0x00008370, 0x00008378, 0x0000837d, + 0x00008380, 0x00008382, 0x00008384, 0x00008386, + 0x0000838d, 0x00008392, 0x00008394, 0x00008395, + 0x00008398, 0x00008399, 0x0000839b, 0x0000839c, + 0x0000839d, 0x000083a6, 0x000083a7, 0x000083a9, + 0x000083ac, 0x000083ad, 0x000083be, 0x000083bf, + 0x000083c0, 0x000083c9, 0x000083cf, 0x000083d0, + 0x000083d1, 0x000083d4, 0x000083dd, 0x000083e8, + 0x000083ea, 0x000083f8, 0x000083f9, 0x000083fc, + 0x00008401, 0x00008406, 0x0000840a, 0x0000840f, + 0x00008411, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008415, + 0x00008419, 0x0000842f, 0x00008439, 0x00008445, + 0x00008447, 0x0000844a, 0x0000844d, 0x0000844f, + 0x00008451, 0x00008452, 0x00008456, 0x00008458, + 0x00008459, 0x0000845a, 0x0000845c, 0x00008460, + 0x00008464, 0x00008465, 0x00008467, 0x0000846a, + 0x00008470, 0x00008473, 0x00008474, 0x00008476, + 0x00008478, 0x0000847c, 0x0000847d, 0x00008481, + 0x00008485, 0x00008492, 0x00008493, 0x00008495, + 0x0000849e, 0x000084a6, 0x000084a8, 0x000084a9, + 0x000084aa, 0x000084af, 0x000084b1, 0x000084ba, + 0x000084bd, 0x000084be, 0x000084c0, 0x000084c2, + 0x000084c7, 0x000084c8, 0x000084cc, 0x000084cf, + 0x000084d3, 0x000084e7, 0x000084ea, 0x000084ef, + 0x000084f0, 0x000084f1, 0x000084f2, 0x000084f7, + 0x000084fa, 0x000084fb, 0x000084fd, 0x00008502, + 0x00008503, 0x00008507, 0x0000850c, 0x0000850e, + 0x00008510, 0x0000851c, 0x0000851e, 0x00008522, + 0x00008523, 0x00008524, 0x00008525, 0x00008527, + 0x0000852a, 0x0000852b, 0x0000852f, 0x00008532, + 0x00008533, 0x00008534, 0x00008536, 0x0000853f, + 0x00008546, 0x0000854f, 0x00008550, 0x00008551, + 0x00008552, 0x00008556, 0x0000855c, 0x0000855d, + 0x0000855e, 0x0000855f, 0x00008560, 0x00008561, + 0x00008562, 0x00008564, 0x0000856f, 0x00008579, + 0x0000857a, 0x0000857b, 0x0000857d, 0x0000857f, + 0x00008581, 0x00008585, 0x00008586, 0x00008589, + 0x0000858b, 0x0000858c, 0x0000858f, 0x00008593, + 0x00008598, 0x0000859d, 0x0000859f, 0x000085a0, + 0x000085a2, 0x000085a5, 0x000085a7, 0x000085ad, + 0x000085b4, 0x000085b6, 0x000085b7, 0x000085b8, + 0x000085bc, 0x000085bd, 0x000085be, 0x000085bf, + 0x000085c2, 0x000085c7, 0x000085ca, 0x000085cb, + 0x000085ce, 0x000085d8, 0x000085da, 0x000085df, + 0x000085e0, 0x000085e6, 0x000085e8, 0x000085ed, + 0x000085f3, 0x000085f6, 0x000085fc, 0x000085ff, + 0x00008600, 0x00008604, 0x00008605, 0x0000860d, + 0x0000860e, 0x00008610, 0x00008611, 0x00008612, + 0x00008618, 0x00008619, 0x0000861b, 0x0000861e, + 0x00008621, 0x00008627, 0x00008629, 0x00008636, + 0x00008638, 0x0000863a, 0x0000863c, 0x0000863d, + 0x00008640, 0x00008641, 0x00008642, 0x00008646, + 0x00008652, 0x00008653, 0x00008656, 0x00008657, + 0x00008658, 0x00008659, 0x0000865d, 0x00008660, + 0x00008661, 0x00008662, 0x00008663, 0x00008664, + 0x00008669, 0x0000866c, 0x0000866f, 0x00008675, + 0x00008676, 0x00008677, 0x0000867a, 0x00008688, + 0x0000868d, 0x00008691, 0x00008696, 0x00008698, + 0x0000869a, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000869c, + 0x000086a1, 0x000086a6, 0x000086a7, 0x000086a8, + 0x000086ad, 0x000086b1, 0x000086b3, 0x000086b4, + 0x000086b5, 0x000086b7, 0x000086b8, 0x000086b9, + 0x000086bf, 0x000086c0, 0x000086c1, 0x000086c3, + 0x000086c5, 0x000086d1, 0x000086d2, 0x000086d5, + 0x000086d7, 0x000086da, 0x000086dc, 0x000086e0, + 0x000086e3, 0x000086e5, 0x000086e7, 0x000086fa, + 0x000086fc, 0x000086fd, 0x00008704, 0x00008705, + 0x00008707, 0x0000870b, 0x0000870e, 0x0000870f, + 0x00008710, 0x00008713, 0x00008714, 0x00008719, + 0x0000871e, 0x0000871f, 0x00008721, 0x00008723, + 0x00008728, 0x0000872e, 0x0000872f, 0x00008731, + 0x00008732, 0x00008739, 0x0000873a, 0x0000873c, + 0x0000873d, 0x0000873e, 0x00008740, 0x00008743, + 0x00008745, 0x0000874d, 0x00008758, 0x0000875d, + 0x00008761, 0x00008764, 0x00008765, 0x0000876f, + 0x00008771, 0x00008772, 0x0000877b, 0x00008783, + 0x00008784, 0x00008785, 0x00008786, 0x00008787, + 0x00008788, 0x00008789, 0x0000878b, 0x0000878c, + 0x00008790, 0x00008793, 0x00008795, 0x00008797, + 0x00008798, 0x00008799, 0x0000879e, 0x000087a0, + 0x000087a3, 0x000087a7, 0x000087ac, 0x000087ad, + 0x000087ae, 0x000087b1, 0x000087b5, 0x000087be, + 0x000087bf, 0x000087c1, 0x000087c8, 0x000087c9, + 0x000087ca, 0x000087ce, 0x000087d5, 0x000087d6, + 0x000087d9, 0x000087da, 0x000087dc, 0x000087df, + 0x000087e2, 0x000087e3, 0x000087e4, 0x000087ea, + 0x000087eb, 0x000087ed, 0x000087f1, 0x000087f3, + 0x000087f8, 0x000087fa, 0x000087ff, 0x00008801, + 0x00008803, 0x00008806, 0x00008809, 0x0000880a, + 0x0000880b, 0x00008810, 0x00008812, 0x00008813, + 0x00008814, 0x00008818, 0x00008819, 0x0000881a, + 0x0000881b, 0x0000881c, 0x0000881e, 0x0000881f, + 0x00008828, 0x0000882d, 0x0000882e, 0x00008830, + 0x00008832, 0x00008835, 0x0000883a, 0x0000883c, + 0x00008841, 0x00008843, 0x00008845, 0x00008848, + 0x00008849, 0x0000884a, 0x0000884b, 0x0000884e, + 0x00008851, 0x00008855, 0x00008856, 0x00008858, + 0x0000885a, 0x0000885c, 0x0000885f, 0x00008860, + 0x00008864, 0x00008869, 0x00008871, 0x00008879, + 0x0000887b, 0x00008880, 0x00008898, 0x0000889a, + 0x0000889b, 0x0000889c, 0x0000889f, 0x000088a0, + 0x000088a8, 0x000088aa, 0x000088ba, 0x000088bd, + 0x000088be, 0x000088c0, 0x000088ca, 0x000088cb, + 0x000088cc, 0x000088cd, 0x000088ce, 0x000088d1, + 0x000088d2, 0x000088d3, 0x000088db, 0x000088de, + 0x000088e7, 0x000088ef, 0x000088f0, 0x000088f1, + 0x000088f7, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008901, + 0x00008906, 0x0000890d, 0x0000890e, 0x0000890f, + 0x00008915, 0x00008916, 0x00008918, 0x00008919, + 0x0000891a, 0x00008920, 0x00008926, 0x00008927, + 0x00008928, 0x00008930, 0x00008931, 0x00008932, + 0x00008935, 0x00008939, 0x0000893a, 0x0000893e, + 0x00008940, 0x00008942, 0x00008945, 0x00008946, + 0x00008949, 0x0000894f, 0x00008952, 0x00008957, + 0x0000895a, 0x0000895b, 0x0000895c, 0x00008961, + 0x00008962, 0x00008963, 0x0000896b, 0x0000896e, + 0x00008970, 0x00008973, 0x00008975, 0x0000897a, + 0x0000897b, 0x0000897c, 0x0000897d, 0x00008989, + 0x0000898d, 0x00008990, 0x00008994, 0x00008995, + 0x0000899b, 0x0000899c, 0x0000899f, 0x000089a0, + 0x000089a5, 0x000089b0, 0x000089b4, 0x000089b5, + 0x000089b6, 0x000089b7, 0x000089bc, 0x000089d4, + 0x000089d5, 0x000089d6, 0x000089d7, 0x000089d8, + 0x000089e5, 0x000089e9, 0x000089eb, 0x000089ed, + 0x000089f1, 0x000089f3, 0x000089f6, 0x000089f9, + 0x000089fd, 0x000089ff, 0x00008a04, 0x00008a05, + 0x00008a07, 0x00008a0f, 0x00008a11, 0x00008a14, + 0x00008a15, 0x00008a1e, 0x00008a20, 0x00008a22, + 0x00008a24, 0x00008a26, 0x00008a2b, 0x00008a2c, + 0x00008a2f, 0x00008a35, 0x00008a3d, 0x00008a3e, + 0x00008a40, 0x00008a43, 0x00008a45, 0x00008a47, + 0x00008a49, 0x00008a4d, 0x00008a4e, 0x00008a53, + 0x00008a56, 0x00008a57, 0x00008a58, 0x00008a5c, + 0x00008a5d, 0x00008a61, 0x00008a65, 0x00008a67, + 0x00008a75, 0x00008a76, 0x00008a77, 0x00008a7a, + 0x00008a7b, 0x00008a7e, 0x00008a7f, 0x00008a80, + 0x00008a83, 0x00008a86, 0x00008a8b, 0x00008a8f, + 0x00008a90, 0x00008a92, 0x00008a96, 0x00008a97, + 0x00008a99, 0x00008a9f, 0x00008aa9, 0x00008aae, + 0x00008aaf, 0x00008ab3, 0x00008ab6, 0x00008ab7, + 0x00008abb, 0x00008ac3, 0x00008ac6, 0x00008ac8, + 0x00008ac9, 0x00008aca, 0x00008ad1, 0x00008ad3, + 0x00008ad4, 0x00008ad5, 0x00008ad7, 0x00008add, + 0x00008aec, 0x00008af0, 0x00008af4, 0x00008af5, + 0x00008afc, 0x00008aff, 0x00008b05, 0x00008b06, + 0x00008b0a, 0x00008b0b, 0x00008b11, 0x00008b1c, + 0x00008b1e, 0x00008b1f, 0x00008b2d, 0x00008b30, + 0x00008b37, 0x00008b3c, 0x00008b42, 0x00008b43, + 0x00008b44, 0x00008b45, 0x00008b46, 0x00008b48, + 0x00008b4d, 0x00008b52, 0x00008b54, 0x00008b59, + 0x00008b5e, 0x00008b63, 0x00008b6d, 0x00008b76, + 0x00008b78, 0x00008b79, 0x00008b7c, 0x00008b7e, + 0x00008b81, 0x00008b84, 0x00008b85, 0x00008b8b, + 0x00008b8d, 0x00008b8f, 0x00008b94, 0x00008b95, + 0x00008b9c, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008b9e, + 0x00008b9f, 0x00008c38, 0x00008c39, 0x00008c3d, + 0x00008c3e, 0x00008c45, 0x00008c47, 0x00008c49, + 0x00008c4b, 0x00008c4f, 0x00008c51, 0x00008c53, + 0x00008c54, 0x00008c57, 0x00008c58, 0x00008c59, + 0x00008c5b, 0x00008c5d, 0x00008c63, 0x00008c64, + 0x00008c66, 0x00008c68, 0x00008c69, 0x00008c6d, + 0x00008c73, 0x00008c75, 0x00008c76, 0x00008c7b, + 0x00008c7e, 0x00008c86, 0x00008c87, 0x00008c8b, + 0x00008c90, 0x00008c92, 0x00008c93, 0x00008c99, + 0x00008c9b, 0x00008c9c, 0x00008ca4, 0x00008cb9, + 0x00008cba, 0x00008cc5, 0x00008cc6, 0x00008cc9, + 0x00008ccb, 0x00008ccf, 0x00008cd5, 0x00008cd6, + 0x00008cd9, 0x00008cdd, 0x00008ce1, 0x00008ce8, + 0x00008cec, 0x00008cef, 0x00008cf2, 0x00008cf5, + 0x00008cf7, 0x00008cf8, 0x00008cfe, 0x00008cff, + 0x00008d01, 0x00008d03, 0x00008d09, 0x00008d17, + 0x00008d1b, 0x00008d65, 0x00008d69, 0x00008d6c, + 0x00008d6e, 0x00008d7f, 0x00008d82, 0x00008d84, + 0x00008d88, 0x00008d8d, 0x00008d90, 0x00008d91, + 0x00008d95, 0x00008d9e, 0x00008d9f, 0x00008da0, + 0x00008da6, 0x00008dab, 0x00008dac, 0x00008daf, + 0x00008db2, 0x00008db5, 0x00008db7, 0x00008db9, + 0x00008dbb, 0x00008dbc, 0x00008dc0, 0x00008dc5, + 0x00008dc6, 0x00008dc7, 0x00008dc8, 0x00008dca, + 0x00008dce, 0x00008dd1, 0x00008dd4, 0x00008dd5, + 0x00008dd7, 0x00008dd9, 0x00008de4, 0x00008de5, + 0x00008de7, 0x00008dec, 0x00008df0, 0x00008df1, + 0x00008df2, 0x00008df4, 0x00008dfd, 0x00008e01, + 0x00008e04, 0x00008e05, 0x00008e06, 0x00008e0b, + 0x00008e11, 0x00008e14, 0x00008e16, 0x00008e20, + 0x00008e21, 0x00008e22, 0x00008e23, 0x00008e26, + 0x00008e27, 0x00008e31, 0x00008e33, 0x00008e36, + 0x00008e37, 0x00008e38, 0x00008e39, 0x00008e3d, + 0x00008e40, 0x00008e41, 0x00008e4b, 0x00008e4d, + 0x00008e4e, 0x00008e4f, 0x00008e54, 0x00008e5b, + 0x00008e5c, 0x00008e5d, 0x00008e5e, 0x00008e61, + 0x00008e62, 0x00008e69, 0x00008e6c, 0x00008e6d, + 0x00008e6f, 0x00008e70, 0x00008e71, 0x00008e79, + 0x00008e7a, 0x00008e7b, 0x00008e82, 0x00008e83, + 0x00008e89, 0x00008e90, 0x00008e92, 0x00008e95, + 0x00008e9a, 0x00008e9b, 0x00008e9d, 0x00008e9e, + 0x00008ea2, 0x00008ea7, 0x00008ea9, 0x00008ead, + 0x00008eae, 0x00008eb3, 0x00008eb5, 0x00008eba, + 0x00008ebb, 0x00008ec0, 0x00008ec1, 0x00008ec3, + 0x00008ec4, 0x00008ec7, 0x00008ed1, 0x00008ed4, + 0x00008edc, 0x00008ee8, 0x00008eed, 0x00008eee, + 0x00008ef0, 0x00008ef1, 0x00008ef7, 0x00008ef9, + 0x00008efa, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00008f00, + 0x00008f02, 0x00008f07, 0x00008f08, 0x00008f0f, + 0x00008f10, 0x00008f16, 0x00008f17, 0x00008f18, + 0x00008f1e, 0x00008f20, 0x00008f21, 0x00008f23, + 0x00008f25, 0x00008f27, 0x00008f28, 0x00008f2c, + 0x00008f2d, 0x00008f2e, 0x00008f34, 0x00008f35, + 0x00008f36, 0x00008f37, 0x00008f3a, 0x00008f40, + 0x00008f41, 0x00008f43, 0x00008f47, 0x00008f4f, + 0x00008f51, 0x00008f52, 0x00008f53, 0x00008f54, + 0x00008f55, 0x00008f58, 0x00008f5d, 0x00008f5e, + 0x00008f65, 0x00008f9d, 0x00008fa0, 0x00008fa1, + 0x00008fa4, 0x00008fa5, 0x00008fa6, 0x00008fb5, + 0x00008fb6, 0x00008fb8, 0x00008fbe, 0x00008fc0, + 0x00008fc1, 0x00008fc6, 0x00008fca, 0x00008fcb, + 0x00008fcd, 0x00008fd0, 0x00008fd2, 0x00008fd3, + 0x00008fd5, 0x00008fe0, 0x00008fe3, 0x00008fe4, + 0x00008fe8, 0x00008fee, 0x00008ff1, 0x00008ff5, + 0x00008ff6, 0x00008ffb, 0x00008ffe, 0x00009002, + 0x00009004, 0x00009008, 0x0000900c, 0x00009018, + 0x0000901b, 0x00009028, 0x00009029, 0x0000902a, + 0x0000902c, 0x0000902d, 0x0000902f, 0x00009033, + 0x00009034, 0x00009037, 0x0000903f, 0x00009043, + 0x00009044, 0x0000904c, 0x0000905b, 0x0000905d, + 0x00009062, 0x00009066, 0x0000906c, 0x00009070, + 0x00009074, 0x00009079, 0x00009085, 0x00009088, + 0x0000908b, 0x0000908c, 0x0000908e, 0x00009090, + 0x00009095, 0x00009097, 0x00009098, 0x00009099, + 0x0000909b, 0x000090a0, 0x000090a1, 0x000090a2, + 0x000090a5, 0x000090b0, 0x000090b2, 0x000090b3, + 0x000090b4, 0x000090b6, 0x000090bd, 0x000090be, + 0x000090c3, 0x000090c4, 0x000090c5, 0x000090c7, + 0x000090c8, 0x000090cc, 0x000090d2, 0x000090d5, + 0x000090d7, 0x000090d8, 0x000090d9, 0x000090dc, + 0x000090dd, 0x000090df, 0x000090e5, 0x000090eb, + 0x000090ef, 0x000090f0, 0x000090f4, 0x000090f6, + 0x000090fe, 0x000090ff, 0x00009100, 0x00009104, + 0x00009105, 0x00009106, 0x00009108, 0x0000910d, + 0x00009110, 0x00009114, 0x00009116, 0x00009117, + 0x00009118, 0x0000911a, 0x0000911c, 0x0000911e, + 0x00009120, 0x00009122, 0x00009123, 0x00009125, + 0x00009129, 0x0000912e, 0x0000912f, 0x00009131, + 0x00009134, 0x00009136, 0x00009137, 0x00009139, + 0x0000913a, 0x0000913c, 0x0000913d, 0x00009143, + 0x00009147, 0x00009148, 0x0000914f, 0x00009153, + 0x00009157, 0x00009159, 0x0000915a, 0x0000915b, + 0x00009161, 0x00009164, 0x00009167, 0x0000916d, + 0x00009174, 0x00009179, 0x0000917a, 0x0000917b, + 0x00009181, 0x00009183, 0x00009185, 0x00009186, + 0x0000918a, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000918e, + 0x00009191, 0x00009193, 0x00009194, 0x00009195, + 0x00009198, 0x0000919e, 0x000091a1, 0x000091a6, + 0x000091a8, 0x000091ac, 0x000091ad, 0x000091ae, + 0x000091b0, 0x000091b1, 0x000091b2, 0x000091b3, + 0x000091b6, 0x000091bb, 0x000091bc, 0x000091bd, + 0x000091bf, 0x000091c2, 0x000091c3, 0x000091c5, + 0x000091d3, 0x000091d4, 0x000091d9, 0x000091e9, + 0x000091ea, 0x000091ec, 0x000091ef, 0x000091f0, + 0x000091f1, 0x000091f7, 0x000091f9, 0x000091fb, + 0x000091fd, 0x00009200, 0x00009201, 0x00009204, + 0x00009205, 0x00009207, 0x00009209, 0x0000920c, + 0x00009212, 0x00009213, 0x00009216, 0x00009218, + 0x0000921c, 0x0000921d, 0x00009223, 0x00009224, + 0x00009225, 0x00009226, 0x00009228, 0x0000922e, + 0x0000922f, 0x00009230, 0x00009233, 0x00009235, + 0x00009236, 0x00009238, 0x0000923e, 0x00009242, + 0x00009243, 0x00009246, 0x00009247, 0x0000924a, + 0x0000924d, 0x0000924f, 0x00009258, 0x0000925c, + 0x0000925d, 0x00009260, 0x00009261, 0x00009265, + 0x00009268, 0x00009269, 0x0000926e, 0x0000926f, + 0x00009270, 0x00009275, 0x00009276, 0x00009279, + 0x0000927b, 0x0000927c, 0x0000927d, 0x0000927f, + 0x00009289, 0x0000928a, 0x0000928d, 0x0000928e, + 0x00009292, 0x00009297, 0x00009299, 0x0000929f, + 0x000092a0, 0x000092a4, 0x000092a5, 0x000092a8, + 0x000092ab, 0x000092af, 0x000092b2, 0x000092b6, + 0x000092b8, 0x000092ba, 0x000092bb, 0x000092bc, + 0x000092bd, 0x000092bf, 0x000092c0, 0x000092c1, + 0x000092c2, 0x000092c3, 0x000092c5, 0x000092c6, + 0x000092c7, 0x000092c8, 0x000092cb, 0x000092cc, + 0x000092cd, 0x000092ce, 0x000092d8, 0x000092dc, + 0x000092dd, 0x000092df, 0x000092e1, 0x000092e3, + 0x000092e5, 0x000092e8, 0x000092ec, 0x000092ee, + 0x000092f0, 0x00009300, 0x00009308, 0x0000930d, + 0x00009311, 0x00009314, 0x00009315, 0x0000931c, + 0x0000931f, 0x00009324, 0x00009327, 0x00009329, + 0x0000932a, 0x00009333, 0x00009334, 0x00009336, + 0x00009337, 0x00009347, 0x00009349, 0x00009350, + 0x00009351, 0x00009352, 0x00009355, 0x00009358, + 0x0000935a, 0x0000935e, 0x00009364, 0x00009365, + 0x00009367, 0x00009369, 0x0000936a, 0x0000936d, + 0x0000936f, 0x00009371, 0x00009373, 0x00009374, + 0x00009376, 0x0000937a, 0x0000937d, 0x0000937f, + 0x00009380, 0x00009381, 0x00009382, 0x00009388, + 0x0000938a, 0x0000938b, 0x0000938d, 0x0000938f, + 0x00009392, 0x00009395, 0x00009398, 0x0000939b, + 0x0000939e, 0x000093a1, 0x000093a3, 0x000093a6, + 0x000093a8, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000093a9, + 0x000093ab, 0x000093b4, 0x000093b5, 0x000093b6, + 0x000093ba, 0x000093c1, 0x000093c4, 0x000093c5, + 0x000093c7, 0x000093c9, 0x000093ca, 0x000093cb, + 0x000093cc, 0x000093cd, 0x000093d3, 0x000093d9, + 0x000093dc, 0x000093df, 0x000093e2, 0x000093e6, + 0x000093e7, 0x000093f7, 0x000093f9, 0x000093fa, + 0x000093fb, 0x000093fd, 0x00009401, 0x00009402, + 0x00009404, 0x00009408, 0x00009409, 0x0000940d, + 0x0000940e, 0x0000940f, 0x00009415, 0x00009416, + 0x00009417, 0x0000941f, 0x0000942e, 0x0000942f, + 0x00009432, 0x00009433, 0x00009434, 0x0000943b, + 0x0000943d, 0x0000943f, 0x00009443, 0x0000944a, + 0x0000944c, 0x00009455, 0x00009459, 0x0000945c, + 0x0000945f, 0x00009461, 0x00009463, 0x00009468, + 0x0000946b, 0x0000946d, 0x0000946e, 0x0000946f, + 0x00009471, 0x00009472, 0x00009483, 0x00009484, + 0x00009578, 0x00009579, 0x0000957e, 0x00009584, + 0x00009588, 0x0000958c, 0x0000958d, 0x0000958e, + 0x0000959d, 0x0000959e, 0x0000959f, 0x000095a1, + 0x000095a6, 0x000095a9, 0x000095ab, 0x000095ac, + 0x000095b4, 0x000095b6, 0x000095ba, 0x000095bd, + 0x000095bf, 0x000095c6, 0x000095c8, 0x000095c9, + 0x000095cb, 0x000095d0, 0x000095d1, 0x000095d2, + 0x000095d3, 0x000095d9, 0x000095da, 0x000095dd, + 0x000095de, 0x000095df, 0x000095e0, 0x000095e4, + 0x000095e6, 0x0000961d, 0x0000961e, 0x00009622, + 0x00009624, 0x00009625, 0x00009626, 0x0000962c, + 0x00009631, 0x00009633, 0x00009637, 0x00009638, + 0x00009639, 0x0000963a, 0x0000963c, 0x0000963d, + 0x00009641, 0x00009652, 0x00009654, 0x00009656, + 0x00009657, 0x00009658, 0x00009661, 0x0000966e, + 0x00009674, 0x0000967b, 0x0000967c, 0x0000967e, + 0x0000967f, 0x00009681, 0x00009682, 0x00009683, + 0x00009684, 0x00009689, 0x00009691, 0x00009696, + 0x0000969a, 0x0000969f, 0x000096a4, 0x000096a5, + 0x000096a6, 0x000096a9, 0x000096ae, 0x000096b3, + 0x000096ba, 0x000096ca, 0x000096d2, 0x000096d8, + 0x000096da, 0x000096dd, 0x000096de, 0x000096df, + 0x000096e9, 0x000096ef, 0x000096f1, 0x000096fa, + 0x00009702, 0x00009703, 0x00009705, 0x00009709, + 0x0000971a, 0x0000971b, 0x0000971d, 0x00009721, + 0x00009722, 0x00009723, 0x00009728, 0x00009731, + 0x00009741, 0x0000974a, 0x0000974e, 0x00009757, + 0x00009758, 0x0000975a, 0x0000975b, 0x00009763, + 0x00009767, 0x0000976a, 0x0000976e, 0x00009773, + 0x00009776, 0x00009777, 0x00009778, 0x0000977b, + 0x0000977d, 0x0000977f, 0x00009780, 0x00009789, + 0x00009795, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009796, + 0x00009797, 0x00009799, 0x0000979a, 0x0000979e, + 0x0000979f, 0x000097a2, 0x000097ac, 0x000097ae, + 0x000097b1, 0x000097b2, 0x000097b5, 0x000097b6, + 0x000097b8, 0x000097b9, 0x000097ba, 0x000097bc, + 0x000097be, 0x000097bf, 0x000097c1, 0x000097c4, + 0x000097c5, 0x000097c7, 0x000097c9, 0x000097ca, + 0x000097cc, 0x000097cd, 0x000097ce, 0x000097d0, + 0x000097d1, 0x000097d4, 0x000097d7, 0x000097d8, + 0x000097d9, 0x000097db, 0x000097dd, 0x000097de, + 0x000097e0, 0x000097e1, 0x000097e4, 0x000097ef, + 0x000097f1, 0x000097f4, 0x000097f7, 0x000097f8, + 0x000097fa, 0x00009807, 0x0000980a, 0x0000980d, + 0x0000980e, 0x00009814, 0x00009816, 0x00009819, + 0x0000981c, 0x0000981e, 0x00009820, 0x00009823, + 0x00009825, 0x00009826, 0x0000982b, 0x0000982e, + 0x0000982f, 0x00009830, 0x00009832, 0x00009833, + 0x00009835, 0x0000983e, 0x00009844, 0x00009847, + 0x0000984a, 0x00009851, 0x00009852, 0x00009853, + 0x00009856, 0x00009859, 0x0000985a, 0x00009862, + 0x00009863, 0x00009866, 0x0000986a, 0x0000986c, + 0x000098ab, 0x000098ad, 0x000098ae, 0x000098b0, + 0x000098b4, 0x000098b7, 0x000098b8, 0x000098ba, + 0x000098bb, 0x000098bf, 0x000098c2, 0x000098c5, + 0x000098c8, 0x000098cc, 0x000098e1, 0x000098e3, + 0x000098e5, 0x000098e6, 0x000098e7, 0x000098ea, + 0x000098f3, 0x000098f6, 0x00009902, 0x00009907, + 0x00009908, 0x00009911, 0x00009915, 0x00009916, + 0x00009917, 0x0000991a, 0x0000991b, 0x0000991c, + 0x0000991f, 0x00009922, 0x00009926, 0x0000992b, + 0x00009931, 0x00009932, 0x00009933, 0x00009934, + 0x00009935, 0x00009939, 0x0000993a, 0x0000993b, + 0x0000993c, 0x00009940, 0x00009941, 0x00009946, + 0x00009947, 0x00009948, 0x0000994d, 0x0000994e, + 0x00009954, 0x00009958, 0x00009959, 0x0000995b, + 0x0000995c, 0x0000995e, 0x0000995f, 0x00009960, + 0x0000999b, 0x0000999d, 0x0000999f, 0x000099a6, + 0x000099b0, 0x000099b1, 0x000099b2, 0x000099b5, + 0x000099b9, 0x000099ba, 0x000099bd, 0x000099bf, + 0x000099c3, 0x000099c9, 0x000099d3, 0x000099d4, + 0x000099d9, 0x000099da, 0x000099dc, 0x000099de, + 0x000099e7, 0x000099ea, 0x000099eb, 0x000099ec, + 0x000099f0, 0x000099f4, 0x000099f5, 0x000099f9, + 0x000099fd, 0x000099fe, 0x00009a02, 0x00009a03, + 0x00009a04, 0x00009a0b, 0x00009a0c, 0x00009a10, + 0x00009a11, 0x00009a16, 0x00009a1e, 0x00009a20, + 0x00009a22, 0x00009a23, 0x00009a24, 0x00009a27, + 0x00009a2d, 0x00009a2e, 0x00009a33, 0x00009a35, + 0x00009a36, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009a38, + 0x00009a41, 0x00009a44, 0x00009a47, 0x00009a4a, + 0x00009a4b, 0x00009a4c, 0x00009a51, 0x00009a54, + 0x00009a56, 0x00009a5d, 0x00009aaa, 0x00009aac, + 0x00009aae, 0x00009aaf, 0x00009ab2, 0x00009ab4, + 0x00009ab5, 0x00009ab6, 0x00009ab9, 0x00009abb, + 0x00009abe, 0x00009abf, 0x00009ac1, 0x00009ac3, + 0x00009ac6, 0x00009ac8, 0x00009ace, 0x00009ad0, + 0x00009ad2, 0x00009ad5, 0x00009ad6, 0x00009ad7, + 0x00009adb, 0x00009ae0, 0x00009ae4, 0x00009ae5, + 0x00009ae7, 0x00009ae9, 0x00009aec, 0x00009af2, + 0x00009af3, 0x00009af5, 0x00009af9, 0x00009afa, + 0x00009afd, 0x00009aff, 0x00009b00, 0x00009b01, + 0x00009b02, 0x00009b03, 0x00009b04, 0x00009b05, + 0x00009b08, 0x00009b09, 0x00009b0b, 0x00009b0c, + 0x00009b0d, 0x00009b0e, 0x00009b10, 0x00009b12, + 0x00009b16, 0x00009b19, 0x00009b1b, 0x00009b1c, + 0x00009b20, 0x00009b26, 0x00009b2b, 0x00009b2d, + 0x00009b33, 0x00009b34, 0x00009b35, 0x00009b37, + 0x00009b39, 0x00009b3a, 0x00009b3d, 0x00009b48, + 0x00009b4b, 0x00009b4c, 0x00009b55, 0x00009b56, + 0x00009b57, 0x00009b5b, 0x00009b5e, 0x00009b61, + 0x00009b63, 0x00009b65, 0x00009b66, 0x00009b68, + 0x00009b6a, 0x00009b6b, 0x00009b6c, 0x00009b6d, + 0x00009b6e, 0x00009b73, 0x00009b77, 0x00009b78, + 0x00009b79, 0x00009b7f, 0x00009b80, 0x00009b84, + 0x00009b85, 0x00009b86, 0x00009b87, 0x00009b89, + 0x00009b8a, 0x00009b8b, 0x00009b8d, 0x00009b90, + 0x00009b94, 0x00009b9a, 0x00009b9d, 0x00009b9e, + 0x00009ba6, 0x00009ba7, 0x00009ba9, 0x00009bac, + 0x00009bb0, 0x00009bb2, 0x00009bb7, 0x00009bb8, + 0x00009bbc, 0x00009bbe, 0x00009bbf, 0x00009bc1, + 0x00009bc7, 0x00009bc8, 0x00009bce, 0x00009bd0, + 0x00009bd7, 0x00009bd8, 0x00009bdd, 0x00009bdf, + 0x00009be5, 0x00009be7, 0x00009bea, 0x00009beb, + 0x00009bef, 0x00009bf3, 0x00009bf7, 0x00009bf8, + 0x00009bf9, 0x00009bfa, 0x00009bfd, 0x00009bff, + 0x00009c02, 0x00009c0b, 0x00009c0f, 0x00009c11, + 0x00009c16, 0x00009c18, 0x00009c19, 0x00009c1a, + 0x00009c1c, 0x00009c1e, 0x00009c22, 0x00009c23, + 0x00009c26, 0x00009c27, 0x00009c28, 0x00009c29, + 0x00009c2a, 0x00009c31, 0x00009c35, 0x00009c36, + 0x00009c37, 0x00009c3d, 0x00009c41, 0x00009c43, + 0x00009c44, 0x00009c45, 0x00009c49, 0x00009c4a, + 0x00009c4e, 0x00009c4f, 0x00009c50, 0x00009c53, + 0x00009c54, 0x00009c56, 0x00009c58, 0x00009c5b, + 0x00009c5c, 0x00009c5d, 0x00009c5e, 0x00009c5f, + 0x00009c63, 0x00009c68, 0x00009c69, 0x00009c6a, + 0x00009c6b, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009c6e, + 0x00009c70, 0x00009c72, 0x00009c75, 0x00009c77, + 0x00009c7b, 0x00009ce6, 0x00009cf2, 0x00009cf7, + 0x00009cf9, 0x00009d02, 0x00009d0b, 0x00009d11, + 0x00009d17, 0x00009d18, 0x00009d1c, 0x00009d1d, + 0x00009d1e, 0x00009d2f, 0x00009d30, 0x00009d32, + 0x00009d33, 0x00009d34, 0x00009d3a, 0x00009d3c, + 0x00009d3d, 0x00009d42, 0x00009d43, 0x00009d45, + 0x00009d47, 0x00009d4a, 0x00009d53, 0x00009d54, + 0x00009d5f, 0x00009d62, 0x00009d63, 0x00009d65, + 0x00009d69, 0x00009d6a, 0x00009d76, 0x00009d77, + 0x00009d7b, 0x00009d7c, 0x00009d7e, 0x00009d83, + 0x00009d84, 0x00009d86, 0x00009d8a, 0x00009d8d, + 0x00009d8e, 0x00009d92, 0x00009d93, 0x00009d95, + 0x00009d96, 0x00009d97, 0x00009d98, 0x00009da1, + 0x00009daa, 0x00009dac, 0x00009dae, 0x00009db1, + 0x00009db5, 0x00009db9, 0x00009dbc, 0x00009dbf, + 0x00009dc3, 0x00009dc7, 0x00009dc9, 0x00009dca, + 0x00009dd4, 0x00009dd5, 0x00009dd6, 0x00009dd7, + 0x00009dda, 0x00009dde, 0x00009ddf, 0x00009de0, + 0x00009de5, 0x00009de7, 0x00009de9, 0x00009deb, + 0x00009dee, 0x00009df0, 0x00009df3, 0x00009df4, + 0x00009dfe, 0x00009e02, 0x00009e07, 0x00009e0a, + 0x00009e0e, 0x00009e10, 0x00009e11, 0x00009e12, + 0x00009e15, 0x00009e16, 0x00009e1c, 0x00009e1d, + 0x00009e7a, 0x00009e7b, 0x00009e7c, 0x00009e80, + 0x00009e82, 0x00009e83, 0x00009e84, 0x00009e85, + 0x00009e87, 0x00009e8e, 0x00009e8f, 0x00009e96, + 0x00009e98, 0x00009e9b, 0x00009e9e, 0x00009ea4, + 0x00009ea8, 0x00009eac, 0x00009eae, 0x00009eaf, + 0x00009eb0, 0x00009eb3, 0x00009eb4, 0x00009eb5, + 0x00009ec6, 0x00009ec8, 0x00009ecb, 0x00009ed5, + 0x00009edf, 0x00009ee4, 0x00009ee7, 0x00009eec, + 0x00009eed, 0x00009eee, 0x00009ef0, 0x00009ef1, + 0x00009ef2, 0x00009ef5, 0x00009ef8, 0x00009eff, + 0x00009f02, 0x00009f03, 0x00009f09, 0x00009f0f, + 0x00009f10, 0x00009f11, 0x00009f12, 0x00009f14, + 0x00009f16, 0x00009f17, 0x00009f19, 0x00009f1a, + 0x00009f1b, 0x00009f1f, 0x00009f22, 0x00009f26, + 0x00009f2a, 0x00009f2b, 0x00009f2f, 0x00009f31, + 0x00009f32, 0x00009f34, 0x00009f37, 0x00009f39, + 0x00009f3a, 0x00009f3c, 0x00009f3d, 0x00009f3f, + 0x00009f41, 0x00009f43, 0x00009f44, 0x00009f45, + 0x00009f46, 0x00009f47, 0x00009f53, 0x00009f55, + 0x00009f56, 0x00009f57, 0x00009f58, 0x00009f5a, + 0x00009f5d, 0x00009f5e, 0x00009f68, 0x00009f69, + 0x00009f6d, 0x00009f6e, 0x00009f6f, 0x00009f70, + 0x00009f71, 0x00009f73, 0x00009f75, 0x00009f7a, + 0x00009f7d, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00009f8f, + 0x00009f90, 0x00009f91, 0x00009f92, 0x00009f94, + 0x00009f96, 0x00009f97, 0x00009f9e, 0x00009fa1, + 0x00009fa2, 0x00009fa3, 0x00009fa5, 0x000000a0, + 0x000000a1, 0x000000a4, 0x000000a9, 0x000000aa, + 0x000000ab, 0x000000ad, 0x000000ae, 0x000000af, + 0x000000b2, 0x000000b3, 0x000000b5, 0x000000b7, + 0x000000b8, 0x000000b9, 0x000000ba, 0x000000bb, + 0x000000bc, 0x000000bd, 0x000000be, 0x000000bf, + 0x000000c0, 0x000000c1, 0x000000c2, 0x000000c3, + 0x000000c4, 0x000000c5, 0x000000c6, 0x000000c7, + 0x000000c8, 0x000000c9, 0x000000ca, 0x000000cb, + 0x000000cc, 0x000000cd, 0x000000ce, 0x000000cf, + 0x000000d0, 0x000000d1, 0x000000d2, 0x000000d3, + 0x000000d4, 0x000000d5, 0x000000d6, 0x000000d8, + 0x000000d9, 0x000000da, 0x000000db, 0x000000dc, + 0x000000dd, 0x000000de, 0x000000df, 0x000000e0, + 0x000000e1, 0x000000e2, 0x000000e3, 0x000000e4, + 0x000000e5, 0x000000e6, 0x000000e7, 0x000000e8, + 0x000000e9, 0x000000ea, 0x000000eb, 0x000000ec, + 0x000000ed, 0x000000ee, 0x000000ef, 0x000000f0, + 0x000000f1, 0x000000f2, 0x000000f3, 0x000000f4, + 0x000000f5, 0x000000f6, 0x000000f8, 0x000000f9, + 0x000000fa, 0x000000fb, 0x000000fc, 0x000000fd, + 0x000000fe, 0x000000ff, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000100, 0x00000101, + 0x00000102, 0x00000103, 0x00000104, 0x00000105, + 0x00000106, 0x00000107, 0x00000108, 0x00000109, + 0x0000010a, 0x0000010b, 0x0000010c, 0x0000010d, + 0x0000010e, 0x0000010f, 0x00000110, 0x00000111, + 0x00000112, 0x00000113, 0x00000114, 0x00000115, + 0x00000116, 0x00000117, 0x00000118, 0x00000119, + 0x0000011a, 0x0000011b, 0x0000011c, 0x0000011d, + 0x0000011e, 0x0000011f, 0x00000120, 0x00000121, + 0x00000122, 0x00000123, 0x00000124, 0x00000125, + 0x00000126, 0x00000127, 0x00000128, 0x00000129, + 0x0000012a, 0x0000012b, 0x0000012c, 0x0000012d, + 0x0000012e, 0x0000012f, 0x00000130, 0x00000131, + 0x00000132, 0x00000133, 0x00000134, 0x00000135, + 0x00000136, 0x00000137, 0x00000138, 0x00000139, + 0x0000013a, 0x0000013b, 0x0000013c, 0x0000013d, + 0x0000013e, 0x0000013f, 0x00000140, 0x00000141, + 0x00000142, 0x00000143, 0x00000144, 0x00000145, + 0x00000146, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000147, + 0x00000148, 0x00000149, 0x0000014a, 0x0000014b, + 0x0000014c, 0x0000014d, 0x0000014e, 0x0000014f, + 0x00000150, 0x00000151, 0x00000152, 0x00000153, + 0x00000154, 0x00000155, 0x00000156, 0x00000157, + 0x00000158, 0x00000159, 0x0000015a, 0x0000015b, + 0x0000015c, 0x0000015d, 0x0000015e, 0x0000015f, + 0x00000160, 0x00000161, 0x00000162, 0x00000163, + 0x00000164, 0x00000165, 0x00000166, 0x00000167, + 0x00000168, 0x00000169, 0x0000016a, 0x0000016b, + 0x0000016c, 0x0000016d, 0x0000016e, 0x0000016f, + 0x00000170, 0x00000171, 0x00000172, 0x00000173, + 0x00000174, 0x00000175, 0x00000176, 0x00000177, + 0x00000178, 0x00000179, 0x0000017a, 0x0000017b, + 0x0000017c, 0x0000017d, 0x0000017e, 0x0000017f, + 0x00000192, 0x000001c2, 0x000001cd, 0x000001ce, + 0x000001cf, 0x000001d0, 0x000001d1, 0x000001d2, + 0x000001d3, 0x000001d4, 0x000001d5, 0x000001d6, + 0x000001d7, 0x000001d8, 0x000001d9, 0x000001da, + 0x000001db, 0x000001dc, 0x000001f5, 0x000001fa, + 0x000001fb, 0x000001fc, 0x000001fd, 0x000001fe, + 0x000001ff, 0x00000193, 0x000001f8, 0x000001f9, + 0x00000250, 0x00000251, 0x00000252, 0x00000253, + 0x00000254, 0x00000255, 0x00000256, 0x00000257, + 0x00000258, 0x00000259, 0x0000025a, 0x0000025b, + 0x0000025c, 0x0000025d, 0x0000025e, 0x0000025f, + 0x00000260, 0x00000261, 0x00000262, 0x00000263, + 0x00000264, 0x00000265, 0x00000266, 0x00000267, + 0x00000268, 0x00000269, 0x0000026a, 0x0000026b, + 0x0000026c, 0x0000026d, 0x0000026e, 0x0000026f, + 0x00000270, 0x00000271, 0x00000272, 0x00000273, + 0x00000274, 0x00000275, 0x00000276, 0x00000277, + 0x00000278, 0x00000279, 0x0000027a, 0x0000027b, + 0x0000027c, 0x0000027d, 0x0000027e, 0x0000027f, + 0x00000280, 0x00000281, 0x00000282, 0x00000283, + 0x00000284, 0x00000285, 0x00000286, 0x00000287, + 0x00000288, 0x00000289, 0x0000028a, 0x0000028b, + 0x0000028c, 0x0000028d, 0x0000028e, 0x0000028f, + 0x00000290, 0x00000291, 0x00000292, 0x00000293, + 0x00000294, 0x00000295, 0x00000296, 0x00000297, + 0x00000298, 0x00000299, 0x0000029a, 0x0000029b, + 0x0000029c, 0x0000029d, 0x0000029e, 0x0000029f, + 0x000002a0, 0x000002a1, 0x000002a2, 0x000002a3, + 0x000002a4, 0x000002a5, 0x000002a6, 0x000002a7, + 0x000002a8, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x000002c6, 0x000002c7, 0x000002c8, 0x000002c9, + 0x000002cc, 0x000002cd, 0x000002d0, 0x000002d1, + 0x000002d2, 0x000002d3, 0x000002d4, 0x000002d5, + 0x000002d6, 0x000002d8, 0x000002d9, 0x000002da, + 0x000002db, 0x000002dc, 0x000002dd, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000002de, 0x000002e5, 0x000002e6, + 0x000002e7, 0x000002e8, 0x000002e9, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000374, 0x00000375, + 0x0000037a, 0x0000037e, 0x00000384, 0x00000385, + 0x00000386, 0x00000387, 0x00000388, 0x00000389, + 0x0000038a, 0x0000038c, 0x0000038e, 0x0000038f, + 0x00000390, 0x000003aa, 0x000003ab, 0x000003ac, + 0x000003ad, 0x000003ae, 0x000003af, 0x000003b0, + 0x000003c2, 0x000003ca, 0x000003cb, 0x000003cc, + 0x000003cd, 0x000003ce, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000402, 0x00000403, + 0x00000404, 0x00000405, 0x00000406, 0x00000407, + 0x00000408, 0x00000409, 0x0000040a, 0x0000040b, + 0x0000040c, 0x0000040e, 0x0000040f, 0x00000452, + 0x00000453, 0x00000454, 0x00000455, 0x00000456, + 0x00000457, 0x00000458, 0x00000459, 0x0000045a, + 0x0000045b, 0x0000045c, 0x0000045e, 0x0000045f, + 0x00000460, 0x00000461, 0x00000462, 0x00000463, + 0x00000464, 0x00000465, 0x00000466, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000467, 0x00000468, 0x00000469, + 0x0000046a, 0x0000046b, 0x0000046c, 0x0000046d, + 0x0000046e, 0x0000046f, 0x00000470, 0x00000471, + 0x00000472, 0x00000473, 0x00000474, 0x00000475, + 0x00000476, 0x00000477, 0x00000478, 0x00000479, + 0x0000047a, 0x0000047b, 0x0000047c, 0x0000047d, + 0x0000047e, 0x0000047f, 0x00000480, 0x00000481, + 0x00000482, 0x00000483, 0x00000484, 0x00000485, + 0x00000486, 0x00000490, 0x00000491, 0x00000492, + 0x00000493, 0x00000494, 0x00000495, 0x00000496, + 0x00000497, 0x00000498, 0x00000499, 0x0000049a, + 0x0000049b, 0x0000049c, 0x0000049d, 0x0000049e, + 0x0000049f, 0x000004a0, 0x000004a1, 0x000004a2, + 0x000004a3, 0x000004a4, 0x000004a5, 0x000004a6, + 0x000004a7, 0x000004a8, 0x000004a9, 0x000004aa, + 0x000004ab, 0x000004ac, 0x000004ad, 0x000004ae, + 0x000004af, 0x000004b0, 0x000004b1, 0x000004b2, + 0x000004b3, 0x000004b4, 0x000004b5, 0x000004b6, + 0x000004b7, 0x000004b8, 0x000004b9, 0x000004ba, + 0x000004bb, 0x000004bc, 0x000004bd, 0x000004be, + 0x000004bf, 0x000004c0, 0x000004c1, 0x000004c2, + 0x000004c3, 0x000004c4, 0x000004c7, 0x000004c8, + 0x000004cb, 0x000004cc, 0x000004d0, 0x000004d1, + 0x000004d2, 0x000004d3, 0x000004d4, 0x000004d5, + 0x000004d6, 0x000004d7, 0x000004d8, 0x000004d9, + 0x000004da, 0x000004db, 0x000004dc, 0x000004dd, + 0x000004de, 0x000004df, 0x000004e0, 0x000004e1, + 0x000004e2, 0x000004e3, 0x000004e4, 0x000004e5, + 0x000004e6, 0x000004e7, 0x000004e8, 0x000004e9, + 0x000004ea, 0x000004eb, 0x000004ee, 0x000004ef, + 0x000004f0, 0x000004f1, 0x000004f2, 0x000004f3, + 0x000004f4, 0x000004f5, 0x000004f8, 0x000004f9, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00001e3e, 0x00001e3f, + 0x00001e80, 0x00001e81, 0x00001e82, 0x00001e83, + 0x00001e84, 0x00001e85, 0x00001ebe, 0x00001ebf, + 0x00001ec0, 0x00001ec1, 0x00001ef2, 0x00001ef3, + 0x00001f72, 0x00001f70, 0x00001f71, 0x00001f73, + 0x00002000, 0x00002001, 0x00002002, 0x00002003, + 0x00002004, 0x00002005, 0x00002006, 0x00002007, + 0x00002008, 0x00002009, 0x0000200a, 0x0000200b, + 0x0000200c, 0x0000200d, 0x0000200e, 0x0000200f, + 0x00002011, 0x00002012, 0x00002013, 0x00002015, + 0x00002017, 0x0000201a, 0x0000201b, 0x0000201e, + 0x0000201f, 0x00002022, 0x00002023, 0x00002024, + 0x00002027, 0x00002028, 0x00002029, 0x0000202a, + 0x0000202b, 0x0000202c, 0x0000202d, 0x0000202e, + 0x00002031, 0x00002034, 0x00002035, 0x00002036, + 0x00002037, 0x00002038, 0x00002039, 0x0000203a, + 0x0000203c, 0x0000203d, 0x0000203f, 0x00002040, + 0x00002041, 0x00002042, 0x00002043, 0x00002044, + 0x00002045, 0x00002046, 0x00002047, 0x00002048, + 0x00002049, 0x00002051, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002070, + 0x00002074, 0x00002075, 0x00002076, 0x00002077, + 0x00002078, 0x00002079, 0x0000207a, 0x0000207b, + 0x0000207c, 0x0000207d, 0x0000207e, 0x0000207f, + 0x00002080, 0x00002081, 0x00002082, 0x00002083, + 0x00002084, 0x00002085, 0x00002086, 0x00002087, + 0x00002088, 0x00002089, 0x0000208a, 0x0000208b, + 0x0000208c, 0x0000208d, 0x0000208e, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000020a0, + 0x000020a1, 0x000020a2, 0x000020a3, 0x000020a4, + 0x000020a5, 0x000020a6, 0x000020a7, 0x000020a8, + 0x000020a9, 0x000020aa, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002100, + 0x00002101, 0x00002102, 0x00002104, 0x00002105, + 0x00002106, 0x00002107, 0x00002108, 0x00002109, + 0x0000210a, 0x0000210b, 0x0000210c, 0x0000210d, + 0x0000210e, 0x0000210f, 0x00002110, 0x00002111, + 0x00002112, 0x00002113, 0x00002114, 0x00002115, + 0x00002117, 0x00002118, 0x00002119, 0x0000211a, + 0x0000211b, 0x0000211c, 0x0000211d, 0x0000211e, + 0x0000211f, 0x00002120, 0x00002122, 0x00002123, + 0x00002124, 0x00002125, 0x00002126, 0x00002127, + 0x00002128, 0x00002129, 0x0000212a, 0x0000212c, + 0x0000212d, 0x0000212e, 0x0000212f, 0x00002130, + 0x00002131, 0x00002132, 0x00002133, 0x00002134, + 0x00002135, 0x00002136, 0x00002137, 0x00002138, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002153, + 0x00002154, 0x00002155, 0x00002156, 0x00002157, + 0x00002158, 0x00002159, 0x0000215a, 0x0000215b, + 0x0000215c, 0x0000215d, 0x0000215e, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000215f, 0x0000216a, 0x0000216b, + 0x0000216c, 0x0000216d, 0x0000216e, 0x0000216f, + 0x0000217a, 0x0000217b, 0x0000217c, 0x0000217d, + 0x0000217e, 0x0000217f, 0x00002180, 0x00002181, + 0x00002182, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002194, 0x00002195, 0x00002196, + 0x00002197, 0x00002198, 0x00002199, 0x0000219a, + 0x0000219b, 0x0000219c, 0x0000219d, 0x0000219e, + 0x0000219f, 0x000021a0, 0x000021a1, 0x000021a2, + 0x000021a3, 0x000021a4, 0x000021a5, 0x000021a6, + 0x000021a7, 0x000021a8, 0x000021a9, 0x000021aa, + 0x000021ab, 0x000021ac, 0x000021ad, 0x000021ae, + 0x000021af, 0x000021b0, 0x000021b1, 0x000021b2, + 0x000021b3, 0x000021b4, 0x000021b5, 0x000021b6, + 0x000021b7, 0x000021b8, 0x000021b9, 0x000021ba, + 0x000021bb, 0x000021bc, 0x000021bd, 0x000021be, + 0x000021bf, 0x000021c0, 0x000021c1, 0x000021c2, + 0x000021c3, 0x000021c4, 0x000021c5, 0x000021c6, + 0x000021c7, 0x000021c8, 0x000021c9, 0x000021ca, + 0x000021cb, 0x000021cc, 0x000021cd, 0x000021ce, + 0x000021cf, 0x000021d0, 0x000021d1, 0x000021d3, + 0x000021d5, 0x000021d6, 0x000021d7, 0x000021d8, + 0x000021d9, 0x000021da, 0x000021db, 0x000021dc, + 0x000021dd, 0x000021de, 0x000021df, 0x000021e0, + 0x000021e1, 0x000021e2, 0x000021e3, 0x000021e4, + 0x000021e5, 0x000021e6, 0x000021e7, 0x000021e8, + 0x000021e9, 0x000021ea, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002201, + 0x00002204, 0x00002205, 0x00002206, 0x00002209, + 0x0000220a, 0x0000220c, 0x0000220d, 0x0000220e, + 0x0000220f, 0x00002210, 0x00002211, 0x00002213, + 0x00002214, 0x00002215, 0x00002216, 0x00002217, + 0x00002218, 0x00002219, 0x0000221b, 0x0000221c, + 0x0000221f, 0x00002221, 0x00002222, 0x00002223, + 0x00002224, 0x00002225, 0x00002226, 0x0000222d, + 0x0000222e, 0x0000222f, 0x00002230, 0x00002231, + 0x00002232, 0x00002233, 0x00002236, 0x00002237, + 0x00002238, 0x00002239, 0x0000223a, 0x0000223b, + 0x0000223c, 0x0000223e, 0x0000223f, 0x00002240, + 0x00002241, 0x00002242, 0x00002243, 0x00002244, + 0x00002245, 0x00002246, 0x00002247, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002248, 0x00002249, 0x0000224a, + 0x0000224b, 0x0000224c, 0x0000224d, 0x0000224e, + 0x0000224f, 0x00002250, 0x00002251, 0x00002253, + 0x00002254, 0x00002255, 0x00002256, 0x00002257, + 0x00002258, 0x00002259, 0x0000225a, 0x0000225b, + 0x0000225c, 0x0000225d, 0x0000225e, 0x0000225f, + 0x00002262, 0x00002263, 0x00002264, 0x00002265, + 0x00002268, 0x00002269, 0x0000226c, 0x0000226d, + 0x0000226e, 0x0000226f, 0x00002270, 0x00002271, + 0x00002272, 0x00002273, 0x00002274, 0x00002275, + 0x00002276, 0x00002277, 0x00002278, 0x00002279, + 0x0000227a, 0x0000227b, 0x0000227c, 0x0000227d, + 0x0000227e, 0x0000227f, 0x00002280, 0x00002281, + 0x00002284, 0x00002285, 0x00002288, 0x00002289, + 0x0000228a, 0x0000228b, 0x0000228c, 0x0000228d, + 0x0000228e, 0x0000228f, 0x00002290, 0x00002291, + 0x00002292, 0x00002293, 0x00002294, 0x00002295, + 0x00002296, 0x00002297, 0x00002298, 0x00002299, + 0x0000229a, 0x0000229b, 0x0000229c, 0x0000229d, + 0x0000229e, 0x0000229f, 0x000022a0, 0x000022a1, + 0x000022a2, 0x000022a3, 0x000022a4, 0x000022a6, + 0x000022a7, 0x000022a8, 0x000022a9, 0x000022aa, + 0x000022ab, 0x000022ac, 0x000022ad, 0x000022ae, + 0x000022af, 0x000022b0, 0x000022b1, 0x000022b2, + 0x000022b3, 0x000022b4, 0x000022b5, 0x000022b6, + 0x000022b7, 0x000022b8, 0x000022b9, 0x000022ba, + 0x000022bb, 0x000022bc, 0x000022bd, 0x000022be, + 0x000022bf, 0x000022c0, 0x000022c1, 0x000022c2, + 0x000022c3, 0x000022c4, 0x000022c5, 0x000022c6, + 0x000022c7, 0x000022c8, 0x000022c9, 0x000022ca, + 0x000022cb, 0x000022cc, 0x000022cd, 0x000022ce, + 0x000022cf, 0x000022d0, 0x000022d1, 0x000022d2, + 0x000022d3, 0x000022d4, 0x000022d5, 0x000022d6, + 0x000022d7, 0x000022d8, 0x000022d9, 0x000022da, + 0x000022db, 0x000022dc, 0x000022dd, 0x000022de, + 0x000022df, 0x000022e0, 0x000022e1, 0x000022e2, + 0x000022e3, 0x000022e4, 0x000022e5, 0x000022e6, + 0x000022e7, 0x000022e8, 0x000022e9, 0x000022ea, + 0x000022eb, 0x000022ec, 0x000022ed, 0x000022ee, + 0x000022ef, 0x000022f0, 0x000022f1, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002302, 0x00002305, 0x00002306, + 0x00002310, 0x00002318, 0x00002320, 0x00002321, + 0x0000232c, 0x000023be, 0x000023bf, 0x000023c0, + 0x000023c1, 0x000023c2, 0x000023c3, 0x000023c4, + 0x000023c5, 0x000023c6, 0x000023c7, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000023c8, 0x000023c9, 0x000023ca, + 0x000023cb, 0x000023cc, 0x000023ce, 0x00002460, + 0x00002461, 0x00002462, 0x00002463, 0x00002464, + 0x00002465, 0x00002466, 0x00002467, 0x00002468, + 0x00002469, 0x0000246a, 0x0000246b, 0x0000246c, + 0x0000246d, 0x0000246e, 0x0000246f, 0x00002470, + 0x00002471, 0x00002472, 0x00002473, 0x00002474, + 0x00002475, 0x00002476, 0x00002477, 0x00002478, + 0x00002479, 0x0000247a, 0x0000247b, 0x0000247c, + 0x0000247d, 0x0000247e, 0x0000247f, 0x00002480, + 0x00002481, 0x00002482, 0x00002483, 0x00002484, + 0x00002485, 0x00002486, 0x00002487, 0x00002488, + 0x00002489, 0x0000248a, 0x0000248b, 0x0000248c, + 0x0000248d, 0x0000248e, 0x0000248f, 0x00002490, + 0x00002491, 0x00002492, 0x00002493, 0x00002494, + 0x00002495, 0x00002496, 0x00002497, 0x00002498, + 0x00002499, 0x0000249a, 0x0000249b, 0x0000249c, + 0x0000249d, 0x0000249e, 0x0000249f, 0x000024a0, + 0x000024a1, 0x000024a2, 0x000024a3, 0x000024a4, + 0x000024a5, 0x000024a6, 0x000024a7, 0x000024a8, + 0x000024a9, 0x000024aa, 0x000024ab, 0x000024ac, + 0x000024ad, 0x000024ae, 0x000024af, 0x000024b0, + 0x000024b1, 0x000024b2, 0x000024b3, 0x000024b4, + 0x000024b5, 0x000024b6, 0x000024b7, 0x000024b8, + 0x000024b9, 0x000024ba, 0x000024bb, 0x000024bc, + 0x000024bd, 0x000024be, 0x000024bf, 0x000024c0, + 0x000024c1, 0x000024c2, 0x000024c3, 0x000024c4, + 0x000024c5, 0x000024c6, 0x000024c7, 0x000024c8, + 0x000024c9, 0x000024ca, 0x000024cb, 0x000024cc, + 0x000024cd, 0x000024ce, 0x000024cf, 0x000024d0, + 0x000024d1, 0x000024d2, 0x000024d3, 0x000024d4, + 0x000024d5, 0x000024d6, 0x000024d7, 0x000024d8, + 0x000024d9, 0x000024da, 0x000024db, 0x000024dc, + 0x000024dd, 0x000024de, 0x000024df, 0x000024e0, + 0x000024e1, 0x000024e2, 0x000024e3, 0x000024e4, + 0x000024e5, 0x000024e6, 0x000024e7, 0x000024e8, + 0x000024e9, 0x000024ea, 0x000024eb, 0x000024ec, + 0x000024ed, 0x000024ee, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x000024ef, 0x000024f0, 0x000024f1, 0x000024f2, + 0x000024f3, 0x000024f4, 0x000024f5, 0x000024f6, + 0x000024f7, 0x000024f8, 0x000024f9, 0x000024fa, + 0x000024fb, 0x000024fc, 0x000024fd, 0x000024fe, + 0x00000000, 0x00002504, 0x00002505, 0x00002506, + 0x00002507, 0x00002508, 0x00002509, 0x0000250a, + 0x0000250b, 0x0000250d, 0x0000250e, 0x00002511, + 0x00002512, 0x00002515, 0x00002516, 0x00002519, + 0x0000251a, 0x0000251e, 0x0000251f, 0x00002521, + 0x00002522, 0x00002526, 0x00002527, 0x00002529, + 0x0000252a, 0x0000252d, 0x0000252e, 0x00002531, + 0x00002532, 0x00002535, 0x00002536, 0x00002539, + 0x0000253a, 0x0000253d, 0x0000253e, 0x00002540, + 0x00002541, 0x00002543, 0x00002544, 0x00002545, + 0x00002546, 0x00002547, 0x00002548, 0x00002549, + 0x0000254a, 0x0000254c, 0x0000254d, 0x0000254e, + 0x0000254f, 0x00002550, 0x00002551, 0x00002552, + 0x00002553, 0x00002554, 0x00002555, 0x00002556, + 0x00002557, 0x00002558, 0x00002559, 0x0000255a, + 0x0000255b, 0x0000255c, 0x0000255d, 0x0000255e, + 0x0000255f, 0x00002560, 0x00002561, 0x00002562, + 0x00002563, 0x00002564, 0x00002565, 0x00002566, + 0x00002567, 0x00002568, 0x00002569, 0x0000256a, + 0x0000256b, 0x0000256c, 0x0000256d, 0x0000256e, + 0x0000256f, 0x00002570, 0x00002571, 0x00002572, + 0x00002573, 0x00002574, 0x00002575, 0x00002576, + 0x00002577, 0x00002578, 0x00002579, 0x0000257a, + 0x0000257b, 0x0000257c, 0x0000257d, 0x0000257e, + 0x0000257f, 0x00002580, 0x00002581, 0x00002582, + 0x00002583, 0x00002584, 0x00002585, 0x00002586, + 0x00002587, 0x00002588, 0x00002589, 0x0000258a, + 0x0000258b, 0x0000258c, 0x0000258d, 0x0000258e, + 0x0000258f, 0x00002590, 0x00002591, 0x00002592, + 0x00002593, 0x00002594, 0x00002595, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000025a2, 0x000025a3, 0x000025a4, + 0x000025a5, 0x000025a6, 0x000025a7, 0x000025a8, + 0x000025a9, 0x000025aa, 0x000025ab, 0x000025ac, + 0x000025ad, 0x000025ae, 0x000025af, 0x000025b0, + 0x000025b1, 0x000025b4, 0x000025b5, 0x000025b6, + 0x000025b7, 0x000025b8, 0x000025b9, 0x000025ba, + 0x000025bb, 0x000025be, 0x000025bf, 0x000025c0, + 0x000025c1, 0x000025c2, 0x000025c3, 0x000025c4, + 0x000025c5, 0x000025c8, 0x000025c9, 0x000025ca, + 0x000025cc, 0x000025cd, 0x000025d0, 0x000025d1, + 0x000025d2, 0x000025d3, 0x000025d4, 0x000025d5, + 0x000025d6, 0x000025d7, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x000025d8, 0x000025d9, 0x000025da, 0x000025db, + 0x000025dc, 0x000025dd, 0x000025de, 0x000025df, + 0x000025e0, 0x000025e1, 0x000025e2, 0x000025e3, + 0x000025e4, 0x000025e5, 0x000025e6, 0x000025e7, + 0x000025e8, 0x000025e9, 0x000025ea, 0x000025eb, + 0x000025ec, 0x000025ed, 0x000025ee, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00002600, + 0x00002601, 0x00002602, 0x00002603, 0x00002604, + 0x00002607, 0x00002608, 0x00002609, 0x0000260a, + 0x0000260b, 0x0000260c, 0x0000260d, 0x0000260e, + 0x0000260f, 0x00002610, 0x00002611, 0x00002612, + 0x00002613, 0x0000261a, 0x0000261b, 0x0000261c, + 0x0000261d, 0x0000261e, 0x0000261f, 0x00002620, + 0x00002621, 0x00002622, 0x00002623, 0x00002624, + 0x00002625, 0x00002626, 0x00002627, 0x00002628, + 0x00002629, 0x0000262a, 0x0000262b, 0x0000262c, + 0x0000262d, 0x0000262e, 0x0000262f, 0x00002630, + 0x00002631, 0x00002632, 0x00002633, 0x00002634, + 0x00002635, 0x00002636, 0x00002637, 0x00002638, + 0x00002639, 0x0000263a, 0x0000263b, 0x0000263c, + 0x0000263d, 0x0000263e, 0x0000263f, 0x00002641, + 0x00002643, 0x00002644, 0x00002645, 0x00002646, + 0x00002647, 0x00002648, 0x00002649, 0x0000264a, + 0x0000264b, 0x0000264c, 0x0000264d, 0x0000264e, + 0x0000264f, 0x00002650, 0x00002651, 0x00002652, + 0x00002653, 0x00002654, 0x00002655, 0x00002656, + 0x00002657, 0x00002658, 0x00002659, 0x0000265a, + 0x0000265b, 0x0000265c, 0x0000265d, 0x0000265e, + 0x0000265f, 0x00002660, 0x00002661, 0x00002662, + 0x00002663, 0x00002664, 0x00002665, 0x00002666, + 0x00002667, 0x00002668, 0x00002669, 0x0000266b, + 0x0000266c, 0x0000266e, 0x00002616, 0x00002617, + 0x00002701, 0x00002702, 0x00002703, 0x00002704, + 0x00002706, 0x00002707, 0x00002708, 0x00002709, + 0x0000270c, 0x0000270d, 0x0000270e, 0x0000270f, + 0x00002710, 0x00002711, 0x00002712, 0x00002713, + 0x00002714, 0x00002715, 0x00002716, 0x00002717, + 0x00002718, 0x00002719, 0x0000271a, 0x0000271b, + 0x0000271c, 0x0000271d, 0x0000271e, 0x0000271f, + 0x00002720, 0x00002721, 0x00002722, 0x00002723, + 0x00002724, 0x00002725, 0x00002726, 0x00002727, + 0x00002729, 0x0000272a, 0x0000272b, 0x0000272c, + 0x0000272d, 0x0000272e, 0x0000272f, 0x00002730, + 0x00002731, 0x00002732, 0x00002733, 0x00002734, + 0x00002735, 0x00002736, 0x00002737, 0x00002738, + 0x00002739, 0x0000273a, 0x0000273b, 0x0000273c, + 0x0000273d, 0x0000273e, 0x0000273f, 0x00002740, + 0x00002741, 0x00002742, 0x00002743, 0x00002744, + 0x00002745, 0x00002746, 0x00002747, 0x00002748, + 0x00002749, 0x0000274a, 0x0000274b, 0x0000274d, + 0x0000274f, 0x00002750, 0x00002751, 0x00002752, + 0x00002756, 0x00002758, 0x00002759, 0x0000275a, + 0x0000275b, 0x0000275c, 0x0000275d, 0x0000275e, + 0x00002761, 0x00002762, 0x00002763, 0x00002764, + 0x00002765, 0x00002766, 0x00002767, 0x00002776, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00002777, 0x00002778, + 0x00002779, 0x0000277a, 0x0000277b, 0x0000277c, + 0x0000277d, 0x0000277e, 0x0000277f, 0x00002780, + 0x00002781, 0x00002782, 0x00002783, 0x00002784, + 0x00002785, 0x00002786, 0x00002787, 0x00002788, + 0x00002789, 0x0000278a, 0x0000278b, 0x0000278c, + 0x0000278d, 0x0000278e, 0x0000278f, 0x00002790, + 0x00002791, 0x00002792, 0x00002793, 0x00002794, + 0x00002798, 0x00002799, 0x0000279a, 0x0000279b, + 0x0000279c, 0x0000279d, 0x0000279e, 0x0000279f, + 0x000027a0, 0x000027a1, 0x000027a2, 0x000027a3, + 0x000027a4, 0x000027a5, 0x000027a6, 0x000027a7, + 0x000027a8, 0x000027a9, 0x000027aa, 0x000027ab, + 0x000027ac, 0x000027ad, 0x000027ae, 0x000027af, + 0x000027b1, 0x000027b2, 0x000027b3, 0x000027b4, + 0x000027b5, 0x000027b6, 0x000027b7, 0x000027b8, + 0x000027b9, 0x000027ba, 0x000027bb, 0x000027bc, + 0x000027bd, 0x000027be, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00003004, 0x00003016, + 0x00003017, 0x00003018, 0x00003019, 0x0000301a, + 0x0000301b, 0x0000301d, 0x0000301e, 0x0000301f, + 0x00003020, 0x00003030, 0x00003031, 0x00003032, + 0x00003033, 0x00003034, 0x00003035, 0x00003036, + 0x00003037, 0x0000303b, 0x0000303c, 0x0000303d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00003094, 0x00003095, 0x00003096, 0x0000309f, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000030f7, 0x000030f8, 0x000030f9, + 0x000030fa, 0x000030a0, 0x000030ff, 0x00003220, + 0x00003221, 0x00003222, 0x00003223, 0x00003224, + 0x00003225, 0x00003226, 0x00003227, 0x00003228, + 0x00003229, 0x0000322a, 0x0000322b, 0x0000322c, + 0x0000322d, 0x0000322e, 0x0000322f, 0x00003230, + 0x00003232, 0x00003233, 0x00003234, 0x00003235, + 0x00003236, 0x00003237, 0x00003238, 0x00003239, + 0x0000323a, 0x0000323b, 0x0000323c, 0x0000323d, + 0x0000323e, 0x0000323f, 0x00003240, 0x00003241, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00003242, 0x00003243, + 0x00003280, 0x00003281, 0x00003282, 0x00003283, + 0x00003284, 0x00003285, 0x00003286, 0x00003287, + 0x00003288, 0x00003289, 0x0000328a, 0x0000328b, + 0x0000328c, 0x0000328d, 0x0000328e, 0x0000328f, + 0x00003290, 0x00003291, 0x00003292, 0x00003293, + 0x00003294, 0x00003295, 0x00003296, 0x00003297, + 0x00003298, 0x00003299, 0x0000329a, 0x0000329b, + 0x0000329c, 0x0000329d, 0x0000329e, 0x0000329f, + 0x000032a0, 0x000032a1, 0x000032a2, 0x000032a3, + 0x000032a4, 0x000032a5, 0x000032a6, 0x000032a7, + 0x000032a8, 0x000032a9, 0x000032aa, 0x000032ab, + 0x000032ac, 0x000032ad, 0x000032ae, 0x000032af, + 0x000032b0, 0x000032c0, 0x000032c1, 0x000032c2, + 0x000032c3, 0x000032c4, 0x000032c5, 0x000032c6, + 0x000032c7, 0x000032c8, 0x000032c9, 0x000032ca, + 0x000032cb, 0x000032d0, 0x000032d1, 0x000032d2, + 0x000032d3, 0x000032d4, 0x000032d5, 0x000032d6, + 0x000032d7, 0x000032d8, 0x000032d9, 0x000032da, + 0x000032db, 0x000032dc, 0x000032dd, 0x000032de, + 0x000032df, 0x000032e0, 0x000032e1, 0x000032e2, + 0x000032e3, 0x000032e4, 0x000032e5, 0x000032e6, + 0x000032e7, 0x000032e8, 0x000032e9, 0x000032ea, + 0x000032eb, 0x000032ec, 0x000032ed, 0x000032ee, + 0x000032ef, 0x000032f0, 0x000032f1, 0x000032f2, + 0x000032f3, 0x000032f4, 0x000032f5, 0x000032f6, + 0x000032f7, 0x000032f8, 0x000032f9, 0x000032fa, + 0x000032fb, 0x000032fc, 0x000032fd, 0x000032fe, + 0x00003251, 0x00003252, 0x00003253, 0x00003254, + 0x00003255, 0x00003256, 0x00003257, 0x00003258, + 0x00003259, 0x0000325a, 0x0000325b, 0x0000325c, + 0x0000325d, 0x0000325e, 0x0000325f, 0x000032b1, + 0x000032b2, 0x000032b3, 0x000032b4, 0x000032b5, + 0x000032b6, 0x000032b7, 0x000032b8, 0x000032b9, + 0x000032ba, 0x000032bb, 0x000032bc, 0x000032bd, + 0x000032be, 0x000032bf, 0x00003300, 0x00003301, + 0x00003302, 0x00003303, 0x00003304, 0x00003305, + 0x00003306, 0x00003307, 0x00003308, 0x00003309, + 0x0000330a, 0x0000330b, 0x0000330c, 0x0000330d, + 0x0000330e, 0x0000330f, 0x00003310, 0x00003311, + 0x00003312, 0x00003313, 0x00003314, 0x00003315, + 0x00003316, 0x00003317, 0x00003318, 0x00003319, + 0x0000331a, 0x0000331b, 0x0000331c, 0x0000331d, + 0x0000331e, 0x0000331f, 0x00003320, 0x00003321, + 0x00003322, 0x00003323, 0x00003324, 0x00003325, + 0x00003326, 0x00003327, 0x00003328, 0x00003329, + 0x0000332a, 0x0000332b, 0x0000332c, 0x0000332d, + 0x0000332e, 0x0000332f, 0x00003330, 0x00003331, + 0x00003332, 0x00003333, 0x00003334, 0x00003335, + 0x00003336, 0x00003337, 0x00003338, 0x00003339, + 0x0000333a, 0x0000333b, 0x0000333c, 0x0000333d, + 0x0000333e, 0x0000333f, 0x00003340, 0x00003341, + 0x00003342, 0x00003343, 0x00003344, 0x00003345, + 0x00003346, 0x00003347, 0x00003348, 0x00003349, + 0x0000334a, 0x0000334b, 0x0000334c, 0x0000334d, + 0x0000334e, 0x0000334f, 0x00003350, 0x00003351, + 0x00003352, 0x00003353, 0x00003354, 0x00003355, + 0x00003356, 0x00003357, 0x00003358, 0x00003359, + 0x0000335a, 0x0000335b, 0x0000335c, 0x0000335d, + 0x0000335e, 0x0000335f, 0x00003360, 0x00003361, + 0x00003362, 0x00003363, 0x00003364, 0x00003365, + 0x00003366, 0x00003367, 0x00003368, 0x00003369, + 0x0000336a, 0x0000336b, 0x0000336c, 0x0000336d, + 0x0000336e, 0x0000336f, 0x00003370, 0x00003371, + 0x00003372, 0x00003373, 0x00003374, 0x00003375, + 0x00003376, 0x0000337b, 0x0000337c, 0x0000337d, + 0x0000337e, 0x0000337f, 0x00003380, 0x00003381, + 0x00003382, 0x00003383, 0x00003384, 0x00003385, + 0x00003386, 0x00003387, 0x00003388, 0x00003389, + 0x0000338a, 0x0000338b, 0x0000338c, 0x0000338d, + 0x0000338e, 0x0000338f, 0x00003390, 0x00003391, + 0x00003392, 0x00003393, 0x00003394, 0x00003395, + 0x00003396, 0x00003397, 0x00003398, 0x00003399, + 0x0000339a, 0x0000339b, 0x0000339c, 0x0000339d, + 0x0000339e, 0x0000339f, 0x000033a0, 0x000033a1, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x000033a2, 0x000033a3, + 0x000033a4, 0x000033a5, 0x000033a6, 0x000033a7, + 0x000033a8, 0x000033a9, 0x000033aa, 0x000033ab, + 0x000033ac, 0x000033ad, 0x000033ae, 0x000033af, + 0x000033b0, 0x000033b1, 0x000033b2, 0x000033b3, + 0x000033b4, 0x000033b5, 0x000033b6, 0x000033b7, + 0x000033b8, 0x000033b9, 0x000033ba, 0x000033bb, + 0x000033bc, 0x000033bd, 0x000033be, 0x000033bf, + 0x000033c0, 0x000033c1, 0x000033c2, 0x000033c3, + 0x000033c4, 0x000033c5, 0x000033c6, 0x000033c7, + 0x000033c8, 0x000033c9, 0x000033ca, 0x000033cb, + 0x000033cc, 0x000033cd, 0x000033ce, 0x000033cf, + 0x000033d0, 0x000033d1, 0x000033d2, 0x000033d3, + 0x000033d4, 0x000033d5, 0x000033d6, 0x000033d7, + 0x000033d8, 0x000033d9, 0x000033da, 0x000033db, + 0x000033dc, 0x000033dd, 0x000033e0, 0x000033e1, + 0x000033e2, 0x000033e3, 0x000033e4, 0x000033e5, + 0x000033e6, 0x000033e7, 0x000033e8, 0x000033e9, + 0x000033ea, 0x000033eb, 0x000033ec, 0x000033ed, + 0x000033ee, 0x000033ef, 0x000033f0, 0x000033f1, + 0x000033f2, 0x000033f3, 0x000033f4, 0x000033f5, + 0x000033f6, 0x000033f7, 0x000033f8, 0x000033f9, + 0x000033fa, 0x000033fb, 0x000033fc, 0x000033fd, + 0x000033fe, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000fb01, 0x0000fb02, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000ff0d, 0x0000ff5e, 0x0000ffe4, 0x00000000, + 0x0000ff5f, 0x0000ff60, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000300, 0x00000301, + 0x00000302, 0x00000303, 0x00000304, 0x00000000, + 0x00000306, 0x00000000, 0x00000308, 0x00000000, + 0x00000000, 0x0000030b, 0x0000030c, 0x00000000, + 0x00000000, 0x0000030f, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000318, 0x00000319, + 0x0000031a, 0x00000000, 0x0000031c, 0x0000031d, + 0x0000031e, 0x0000031f, 0x00000320, 0x00000000, + 0x00000000, 0x00000000, 0x00000324, 0x00000325, + 0x00000000, 0x00000000, 0x00000000, 0x00000329, + 0x0000032a, 0x00000000, 0x0000032c, 0x00000000, + 0x00000000, 0x0000032f, 0x00000330, 0x00000000, + 0x00000000, 0x00000000, 0x00000334, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000339, + 0x0000033a, 0x0000033b, 0x0000033c, 0x0000033d, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000361, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00002423, 0x00002934, 0x00002935, + 0x000029bf, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x000029fa, + 0x000029fb, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x000031f0, 0x000031f1, 0x000031f2, + 0x000031f3, 0x000031f4, 0x000031f5, 0x000031f6, + 0x000031f7, 0x000031f8, 0x000031f9, 0x000031fa, + 0x000031fb, 0x000031fc, 0x000031fd, 0x000031fe, + 0x000031ff, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000fe45, 0x0000fe46, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff +}; + +#define HAS_COMBINED 1 + +struct divide +{ + uint16_t res1; + uint16_t res2; +}; +#define __TO_UCS4_COMBINED_MIN 0xecb5 +#define __TO_UCS4_COMBINED_MAX 0xeccd +static const struct divide __ibm1399db_to_ucs4_combined[] = +{ + [0xecb5 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x304b, .res2 = 0x309a }, + [0xecb6 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x304d, .res2 = 0x309a }, + [0xecb7 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x304f, .res2 = 0x309a }, + [0xecb8 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x3051, .res2 = 0x309a }, + [0xecb9 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x3053, .res2 = 0x309a }, + [0xecba - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30ab, .res2 = 0x309a }, + [0xecbb - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30ad, .res2 = 0x309a }, + [0xecbc - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30af, .res2 = 0x309a }, + [0xecbd - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30b1, .res2 = 0x309a }, + [0xecbe - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30b3, .res2 = 0x309a }, + [0xecbf - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30bb, .res2 = 0x309a }, + [0xecc0 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30c4, .res2 = 0x309a }, + [0xecc1 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x30c8, .res2 = 0x309a }, + [0xecc2 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x31f7, .res2 = 0x309a }, + [0xecc3 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x00e6, .res2 = 0x0300 }, + [0xecc4 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0254, .res2 = 0x0300 }, + [0xecc5 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0254, .res2 = 0x0301 }, + [0xecc6 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x028c, .res2 = 0x0300 }, + [0xecc7 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x028c, .res2 = 0x0301 }, + [0xecc8 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0259, .res2 = 0x0300 }, + [0xecc9 - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x0259, .res2 = 0x0301 }, + [0xecca - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x025a, .res2 = 0x0300 }, + [0xeccb - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x025a, .res2 = 0x0301 }, + [0xeccc - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x02e9, .res2 = 0x02e5 }, + [0xeccd - __TO_UCS4_COMBINED_MIN] = { .res1 = 0x02e5, .res2 = 0x02e9 } +}; + +static const struct gap __ucs4_to_ibm1399sb_idx[] = +{ + { .start = 0x00000000, .end = 0x0000009f, .idx = 0 }, + { .start = 0x000000a2, .end = 0x000000a3, .idx = -2 }, + { .start = 0x000000a5, .end = 0x000000a5, .idx = -3 }, + { .start = 0x000000ac, .end = 0x000000ac, .idx = -9 }, + { .start = 0x0000203e, .end = 0x0000203e, .idx = -8090 }, + { .start = 0x000020ac, .end = 0x000020ac, .idx = -8199 }, + { .start = 0x0000303f, .end = 0x0000303f, .idx = -12185 }, + { .start = 0x0000ff61, .end = 0x0000ff9f, .idx = -65210 }, + { .start = 0x0000ffe8, .end = 0x0000ffee, .idx = -65282 }, + { .start = 0xffffffff, .end = 0xffffffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1399sb[][1] = +{ + "\x00", "\x01", "\x02", "\x03", "\x37", "\x2d", "\x2e", "\x2f", + "\x16", "\x05", "\x25", "\x0b", "\x0c", "\x0d", "\x3f", "\x3f", + "\x10", "\x11", "\x12", "\x13", "\x3c", "\x3d", "\x32", "\x26", + "\x18", "\x19", "\x3f", "\x27", "\x1c", "\x1d", "\x1e", "\x1f", + "\x40", "\x5a", "\x7f", "\x7b", "\x5b", "\x6c", "\x50", "\x7d", + "\x4d", "\x5d", "\x5c", "\x4e", "\x6b", "\x60", "\x4b", "\x61", + "\xf0", "\xf1", "\xf2", "\xf3", "\xf4", "\xf5", "\xf6", "\xf7", + "\xf8", "\xf9", "\x7a", "\x5e", "\x4c", "\x7e", "\x6e", "\x6f", + "\x7c", "\xc1", "\xc2", "\xc3", "\xc4", "\xc5", "\xc6", "\xc7", + "\xc8", "\xc9", "\xd1", "\xd2", "\xd3", "\xd4", "\xd5", "\xd6", + "\xd7", "\xd8", "\xd9", "\xe2", "\xe3", "\xe4", "\xe5", "\xe6", + "\xe7", "\xe8", "\xe9", "\xad", "\xe0", "\xbd", "\xb0", "\x6d", + "\x79", "\x81", "\x82", "\x83", "\x84", "\x85", "\x86", "\x87", + "\x88", "\x89", "\x91", "\x92", "\x93", "\x94", "\x95", "\x96", + "\x97", "\x98", "\x99", "\xa2", "\xa3", "\xa4", "\xa5", "\xa6", + "\xa7", "\xa8", "\xa9", "\xc0", "\x4f", "\xd0", "\xa1", "\x07", + "\x20", "\x21", "\x22", "\x23", "\x24", "\x15", "\x06", "\x17", + "\x28", "\x29", "\x2a", "\x2b", "\x2c", "\x09", "\x0a", "\x1b", + "\x30", "\x31", "\x1a", "\x33", "\x34", "\x35", "\x36", "\x08", + "\x38", "\x39", "\x3a", "\x3b", "\x04", "\x14", "\x3e", "\xff", + "\x4a", "\xb1", "\xb2", "\x5f", "\xa0", "\xe1", "\x3f", "\x42", + "\x43", "\x44", "\x45", "\x46", "\x47", "\x48", "\x49", "\x51", + "\x52", "\x53", "\x54", "\x55", "\x56", "\x57", "\x58", "\x59", + "\x62", "\x63", "\x64", "\x65", "\x66", "\x67", "\x68", "\x69", + "\x70", "\x71", "\x72", "\x73", "\x74", "\x75", "\x76", "\x77", + "\x78", "\x8a", "\x8b", "\x8c", "\x8d", "\x8e", "\x8f", "\x9a", + "\x9b", "\x9c", "\x9d", "\x9e", "\x9f", "\xaa", "\xab", "\xac", + "\xae", "\xaf", "\xb3", "\xb4", "\xb5", "\xb6", "\xb7", "\xb8", + "\xb9", "\xba", "\xbb", "\xbc", "\xbe", "\xbf", "\x3f", "\x3f", + "\x3f", "\x3f", "\x3f", "\x3f", "\x3f" +}; + +static const struct gap __ucs4_to_ibm1399db_idx[] = +{ + { .start = 0x000000a0, .end = 0x000004f9, .idx = -160 }, + { .start = 0x00001e3e, .end = 0x00001f73, .idx = -6628 }, + { .start = 0x00002000, .end = 0x0000232c, .idx = -6768 }, + { .start = 0x000023be, .end = 0x0000266f, .idx = -6913 }, + { .start = 0x00002701, .end = 0x000027be, .idx = -7058 }, + { .start = 0x00002934, .end = 0x00002935, .idx = -7431 }, + { .start = 0x000029bf, .end = 0x000029fb, .idx = -7568 }, + { .start = 0x00003000, .end = 0x000030ff, .idx = -9108 }, + { .start = 0x000031f0, .end = 0x000036cf, .idx = -9348 }, + { .start = 0x00003761, .end = 0x00003861, .idx = -9493 }, + { .start = 0x000038fa, .end = 0x0000396f, .idx = -9645 }, + { .start = 0x00003a6e, .end = 0x00003c26, .idx = -9899 }, + { .start = 0x00003cc3, .end = 0x00003e94, .idx = -10055 }, + { .start = 0x00003f57, .end = 0x00004343, .idx = -10249 }, + { .start = 0x000043ee, .end = 0x00004764, .idx = -10419 }, + { .start = 0x000047fd, .end = 0x000048b5, .idx = -10571 }, + { .start = 0x000049b0, .end = 0x00004a29, .idx = -10821 }, + { .start = 0x00004abc, .end = 0x00004b3b, .idx = -10967 }, + { .start = 0x00004bc2, .end = 0x00004c20, .idx = -11101 }, + { .start = 0x00004cc4, .end = 0x00004d77, .idx = -11264 }, + { .start = 0x00004e00, .end = 0x00007e9e, .idx = -11400 }, + { .start = 0x00007f36, .end = 0x00008b9f, .idx = -11551 }, + { .start = 0x00008c37, .end = 0x00009484, .idx = -11702 }, + { .start = 0x00009577, .end = 0x00009fa5, .idx = -11944 }, + { .start = 0x0000e000, .end = 0x0000f86f, .idx = -28418 }, + { .start = 0x0000f91d, .end = 0x0000fa6a, .idx = -28591 }, + { .start = 0x0000fb01, .end = 0x0000fb02, .idx = -28741 }, + { .start = 0x0000fe45, .end = 0x0000fe46, .idx = -29575 }, + { .start = 0x0000ff01, .end = 0x0000ffe5, .idx = -29761 }, + { .start = 0x0002000b, .end = 0x000200a4, .idx = -95334 }, + { .start = 0x000201a2, .end = 0x00020213, .idx = -95587 }, + { .start = 0x0002032b, .end = 0x0002044a, .idx = -95866 }, + { .start = 0x00020509, .end = 0x00020509, .idx = -96056 }, + { .start = 0x000205d6, .end = 0x00020628, .idx = -96260 }, + { .start = 0x0002074f, .end = 0x0002074f, .idx = -96554 }, + { .start = 0x00020807, .end = 0x000208b9, .idx = -96737 }, + { .start = 0x0002097c, .end = 0x0002099d, .idx = -96931 }, + { .start = 0x00020ad3, .end = 0x00020b9f, .idx = -97240 }, + { .start = 0x00020d45, .end = 0x00020d45, .idx = -97661 }, + { .start = 0x00020de1, .end = 0x00020de1, .idx = -97816 }, + { .start = 0x00020e64, .end = 0x00020e95, .idx = -97946 }, + { .start = 0x00020f5f, .end = 0x00020f5f, .idx = -98147 }, + { .start = 0x00021201, .end = 0x000213c4, .idx = -98820 }, + { .start = 0x0002146d, .end = 0x0002146e, .idx = -98988 }, + { .start = 0x000215d7, .end = 0x00021742, .idx = -99348 }, + { .start = 0x000218bd, .end = 0x000218bd, .idx = -99726 }, + { .start = 0x000219c3, .end = 0x000219c3, .idx = -99987 }, + { .start = 0x00021c56, .end = 0x00021c56, .idx = -100645 }, + { .start = 0x00021d2d, .end = 0x00021e34, .idx = -100859 }, + { .start = 0x00021f1e, .end = 0x00021f76, .idx = -101092 }, + { .start = 0x00021ffa, .end = 0x00021ffa, .idx = -101223 }, + { .start = 0x0002217b, .end = 0x0002217b, .idx = -101607 }, + { .start = 0x00022218, .end = 0x00022218, .idx = -101763 }, + { .start = 0x0002231e, .end = 0x0002231e, .idx = -102024 }, + { .start = 0x000223ad, .end = 0x000223ad, .idx = -102166 }, + { .start = 0x000226f3, .end = 0x000226f3, .idx = -103003 }, + { .start = 0x0002285b, .end = 0x000228ab, .idx = -103362 }, + { .start = 0x0002298f, .end = 0x0002298f, .idx = -103589 }, + { .start = 0x00022ab8, .end = 0x00022ab8, .idx = -103885 }, + { .start = 0x00022b46, .end = 0x00022c24, .idx = -104026 }, + { .start = 0x00022de1, .end = 0x00022de1, .idx = -104470 }, + { .start = 0x000231b6, .end = 0x000231f5, .idx = -105450 }, + { .start = 0x00023372, .end = 0x00023647, .idx = -105830 }, + { .start = 0x0002370c, .end = 0x00023764, .idx = -106026 }, + { .start = 0x000237e7, .end = 0x0002383d, .idx = -106156 }, + { .start = 0x00023a98, .end = 0x00023a98, .idx = -106758 }, + { .start = 0x00023c7f, .end = 0x00023d40, .idx = -107244 }, + { .start = 0x00023dd3, .end = 0x00023dfa, .idx = -107390 }, + { .start = 0x00023f7e, .end = 0x00023f7e, .idx = -107777 }, + { .start = 0x00024096, .end = 0x00024103, .idx = -108056 }, + { .start = 0x000241c6, .end = 0x000241fe, .idx = -108250 }, + { .start = 0x000243bc, .end = 0x000243bc, .idx = -108695 }, + { .start = 0x00024629, .end = 0x000246a5, .idx = -109315 }, + { .start = 0x000247f1, .end = 0x000247f1, .idx = -109646 }, + { .start = 0x00024896, .end = 0x00024896, .idx = -109810 }, + { .start = 0x00024a4d, .end = 0x00024a4d, .idx = -110248 }, + { .start = 0x00024b56, .end = 0x00024b6f, .idx = -110512 }, + { .start = 0x00024c16, .end = 0x00024c16, .idx = -110678 }, + { .start = 0x00024d14, .end = 0x00024d14, .idx = -110931 }, + { .start = 0x00024e0e, .end = 0x00024e8b, .idx = -111180 }, + { .start = 0x0002504a, .end = 0x00025055, .idx = -111626 }, + { .start = 0x00025122, .end = 0x00025122, .idx = -111830 }, + { .start = 0x000251a9, .end = 0x0002524c, .idx = -111964 }, + { .start = 0x0002542e, .end = 0x0002550e, .idx = -112445 }, + { .start = 0x000255a7, .end = 0x000255a7, .idx = -112597 }, + { .start = 0x00025771, .end = 0x000257b4, .idx = -113054 }, + { .start = 0x000259c4, .end = 0x000259d4, .idx = -113581 }, + { .start = 0x00025ae3, .end = 0x00025af1, .idx = -113851 }, + { .start = 0x00025bb2, .end = 0x00025bb2, .idx = -114043 }, + { .start = 0x00025c4b, .end = 0x00025c64, .idx = -114195 }, + { .start = 0x00025da1, .end = 0x00025da1, .idx = -114511 }, + { .start = 0x00025e2e, .end = 0x00026060, .idx = -114651 }, + { .start = 0x000260ed, .end = 0x000260ed, .idx = -114791 }, + { .start = 0x00026270, .end = 0x00026286, .idx = -115177 }, + { .start = 0x0002634c, .end = 0x0002634c, .idx = -115374 }, + { .start = 0x00026402, .end = 0x00026402, .idx = -115555 }, + { .start = 0x0002667e, .end = 0x0002671d, .idx = -116190 }, + { .start = 0x000268dd, .end = 0x00026aff, .idx = -116637 }, + { .start = 0x00026c29, .end = 0x00026cdd, .idx = -116934 }, + { .start = 0x00026e40, .end = 0x00026e65, .idx = -117288 }, + { .start = 0x00026f94, .end = 0x00026ff8, .idx = -117590 }, + { .start = 0x000270f4, .end = 0x00027139, .idx = -117841 }, + { .start = 0x000273da, .end = 0x00027449, .idx = -118513 }, + { .start = 0x00027614, .end = 0x00027752, .idx = -118971 }, + { .start = 0x00027985, .end = 0x00027985, .idx = -119533 }, + { .start = 0x00027a84, .end = 0x00027a84, .idx = -119787 }, + { .start = 0x00027bb3, .end = 0x00027bc7, .idx = -120089 }, + { .start = 0x00027cb8, .end = 0x00027cb8, .idx = -120329 }, + { .start = 0x00027da0, .end = 0x00027e10, .idx = -120560 }, + { .start = 0x00027fb7, .end = 0x00027fb7, .idx = -120982 }, + { .start = 0x0002808a, .end = 0x000280bb, .idx = -121192 }, + { .start = 0x00028277, .end = 0x000282f3, .idx = -121635 }, + { .start = 0x000283cd, .end = 0x00028455, .idx = -121852 }, + { .start = 0x0002856b, .end = 0x000285c9, .idx = -122129 }, + { .start = 0x000286d7, .end = 0x000286fa, .idx = -122398 }, + { .start = 0x00028946, .end = 0x00028ae4, .idx = -122985 }, + { .start = 0x00028bc1, .end = 0x00028bef, .idx = -123205 }, + { .start = 0x00028d10, .end = 0x00028d71, .idx = -123493 }, + { .start = 0x00028dfb, .end = 0x00028f32, .idx = -123630 }, + { .start = 0x00028ff8, .end = 0x00028ff8, .idx = -123827 }, + { .start = 0x000292a0, .end = 0x000292b1, .idx = -124506 }, + { .start = 0x00029490, .end = 0x00029490, .idx = -124984 }, + { .start = 0x000295cf, .end = 0x000295cf, .idx = -125302 }, + { .start = 0x0002967f, .end = 0x00029750, .idx = -125477 }, + { .start = 0x000298c6, .end = 0x000298c6, .idx = -125850 }, + { .start = 0x00029a72, .end = 0x00029a72, .idx = -126277 }, + { .start = 0x00029ddb, .end = 0x00029ee9, .idx = -127149 }, + { .start = 0x00029fce, .end = 0x0002a0f9, .idx = -127377 }, + { .start = 0x0002a190, .end = 0x0002a190, .idx = -127527 }, + { .start = 0x0002a38c, .end = 0x0002a38c, .idx = -128034 }, + { .start = 0x0002a437, .end = 0x0002a437, .idx = -128204 }, + { .start = 0x0002a5f1, .end = 0x0002a61a, .idx = -128645 }, + { .start = 0x0002a6b2, .end = 0x0002a6b2, .idx = -128796 }, + { .start = 0xffffffff, .end = 0xffffffff, .idx = 0 } +}; + +static const char __ucs4_to_ibm1399db[][2] = +{ + "\xd6\x41", "\xd6\x42", "\x00\x00", "\x00\x00", "\xd6\x43", "\x00\x00", + "\x42\x6a", "\x44\x6a", "\x44\x60", "\xd6\x44", "\xd6\x45", "\xd6\x46", + "\x00\x00", "\xd6\x47", "\xd6\x48", "\xd6\x49", "\x44\xed", "\x44\x4b", + "\xd6\x4a", "\xd6\x4b", "\x44\x50", "\xd6\x4c", "\x43\x79", "\xd6\x4d", + "\xd6\x4e", "\xd6\x4f", "\xd6\x50", "\xd6\x51", "\xd6\x52", "\xd6\x53", + "\xd6\x54", "\xd6\x55", "\xd6\x56", "\xd6\x57", "\xd6\x58", "\xd6\x59", + "\xd6\x5a", "\xd6\x5b", "\xd6\x5c", "\xd6\x5d", "\xd6\x5e", "\xd6\x5f", + "\xd6\x60", "\xd6\x61", "\xd6\x62", "\xd6\x63", "\xd6\x64", "\xd6\x65", + "\xd6\x66", "\xd6\x67", "\xd6\x68", "\xd6\x69", "\xd6\x6a", "\xd6\x6b", + "\xd6\x6c", "\x44\x7a", "\xd6\x6d", "\xd6\x6e", "\xd6\x6f", "\xd6\x70", + "\xd6\x71", "\xd6\x72", "\xd6\x73", "\xd6\x74", "\xd6\x75", "\xd6\x76", + "\xd6\x77", "\xd6\x78", "\xd6\x79", "\xd6\x7a", "\xd6\x7b", "\xd6\x7c", + "\xd6\x7d", "\xd6\x7e", "\xd6\x7f", "\xd6\x80", "\xd6\x81", "\xd6\x82", + "\xd6\x83", "\xd6\x84", "\xd6\x85", "\xd6\x86", "\xd6\x87", "\xd6\x88", + "\xd6\x89", "\xd6\x8a", "\xd6\x8b", "\x44\x7b", "\xd6\x8c", "\xd6\x8d", + "\xd6\x8e", "\xd6\x8f", "\xd6\x90", "\xd6\x91", "\xd6\x92", "\xd6\x93", + "\xd6\xb8", "\xd6\xb9", "\xd6\xba", "\xd6\xbb", "\xd6\xbc", "\xd6\xbd", + "\xd6\xbe", "\xd6\xbf", "\xd6\xc0", "\xd6\xc1", "\xd6\xc2", "\xd6\xc3", + "\xd6\xc4", "\xd6\xc5", "\xd6\xc6", "\xd6\xc7", "\xd6\xc8", "\xd6\xc9", + "\xd6\xca", "\xd6\xcb", "\xd6\xcc", "\xd6\xcd", "\xd6\xce", "\xd6\xcf", + "\xd6\xd0", "\xd6\xd1", "\xd6\xd2", "\xd6\xd3", "\xd6\xd4", "\xd6\xd5", + "\xd6\xd6", "\xd6\xd7", "\xd6\xd8", "\xd6\xd9", "\xd6\xda", "\xd6\xdb", + "\xd6\xdc", "\xd6\xdd", "\xd6\xde", "\xd6\xdf", "\xd6\xe0", "\xd6\xe1", + "\xd6\xe2", "\xd6\xe3", "\xd6\xe4", "\xd6\xe5", "\xd6\xe6", "\xd6\xe7", + "\xd6\xe8", "\xd6\xe9", "\xd6\xea", "\xd6\xeb", "\xd6\xec", "\xd6\xed", + "\xd6\xee", "\xd6\xef", "\xd6\xf0", "\xd6\xf1", "\xd6\xf2", "\xd6\xf3", + "\xd6\xf4", "\xd6\xf5", "\xd6\xf6", "\xd6\xf7", "\xd6\xf8", "\xd6\xf9", + "\xd6\xfa", "\xd6\xfb", "\xd6\xfc", "\xd6\xfd", "\xd6\xfe", "\xd7\x41", + "\xd7\x42", "\xd7\x43", "\xd7\x44", "\xd7\x45", "\xd7\x46", "\xd7\x47", + "\xd7\x48", "\xd7\x49", "\xd7\x4a", "\xd7\x4b", "\xd7\x4c", "\xd7\x4d", + "\xd7\x4e", "\xd7\x4f", "\xd7\x50", "\xd7\x51", "\xd7\x52", "\xd7\x53", + "\xd7\x54", "\xd7\x55", "\xd7\x56", "\xd7\x57", "\xd7\x58", "\xd7\x59", + "\xd7\x5a", "\xd7\x5b", "\xd7\x5c", "\xd7\x5d", "\xd7\x5e", "\xd7\x5f", + "\xd7\x60", "\xd7\x61", "\xd7\x62", "\xd7\x63", "\xd7\x64", "\xd7\x65", + "\xd7\x66", "\xd7\x67", "\xd7\x68", "\xd7\x69", "\xd7\x6a", "\xd7\x6b", + "\xd7\x6c", "\xd7\x6d", "\xd7\x6e", "\xd7\x6f", "\xd7\x70", "\xd7\x71", + "\xd7\x72", "\xd7\x73", "\xd7\x74", "\xd7\x75", "\xd7\x76", "\xd7\x77", + "\xd7\x78", "\xd7\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd7\x7a", "\xd7\x93", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd7\x7b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd7\x7c", "\xd7\x7d", "\xd7\x7e", "\xd7\x7f", "\xd7\x80", + "\xd7\x81", "\xd7\x82", "\xd7\x83", "\xd7\x84", "\xd7\x85", "\xd7\x86", + "\xd7\x87", "\xd7\x88", "\xd7\x89", "\xd7\x8a", "\xd7\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd7\x8c", + "\x00\x00", "\x00\x00", "\xd7\x94", "\xd7\x95", "\xd7\x8d", "\xd7\x8e", + "\xd7\x8f", "\xd7\x90", "\xd7\x91", "\xd7\x92", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd8\x8c", "\xd8\x8d", "\xd8\x8e", "\xd8\x8f", "\xd8\x90", "\xd8\x91", + "\xd8\x92", "\xd8\x93", "\xd8\x94", "\xd8\x95", "\xd8\x96", "\xd8\x97", + "\xd8\x98", "\xd8\x99", "\xd8\x9a", "\xd8\x9b", "\xd8\x9c", "\xd8\x9d", + "\xd8\x9e", "\xd8\x9f", "\xd8\xa0", "\xd8\xa1", "\xd8\xa2", "\xd8\xa3", + "\xd8\xa4", "\xd8\xa5", "\xd8\xa6", "\xd8\xa7", "\xd8\xa8", "\xd8\xa9", + "\xd8\xaa", "\xd8\xab", "\xd8\xac", "\xd8\xad", "\xd8\xae", "\xd8\xaf", + "\xd8\xb0", "\xd8\xb1", "\xd8\xb2", "\xd8\xb3", "\xd8\xb4", "\xd8\xb5", + "\xd8\xb6", "\xd8\xb7", "\xd8\xb8", "\xd8\xb9", "\xd8\xba", "\xd8\xbb", + "\xd8\xbc", "\xd8\xbd", "\xd8\xbe", "\xd8\xbf", "\xd8\xc0", "\xd8\xc1", + "\xd8\xc2", "\xd8\xc3", "\xd8\xc4", "\xd8\xc5", "\xd8\xc6", "\xd8\xc7", + "\xd8\xc8", "\xd8\xc9", "\xd8\xca", "\xd8\xcb", "\xd8\xcc", "\xd8\xcd", + "\xd8\xce", "\xd8\xcf", "\xd8\xd0", "\xd8\xd1", "\xd8\xd2", "\xd8\xd3", + "\xd8\xd4", "\xd8\xd5", "\xd8\xd6", "\xd8\xd7", "\xd8\xd8", "\xd8\xd9", + "\xd8\xda", "\xd8\xdb", "\xd8\xdc", "\xd8\xdd", "\xd8\xde", "\xd8\xdf", + "\xd8\xe0", "\xd8\xe1", "\xd8\xe2", "\xd8\xe3", "\xd8\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd8\xec", "\xd8\xed", + "\xd8\xee", "\xd8\xef", "\x00\x00", "\x00\x00", "\xd8\xf0", "\xd8\xf1", + "\x00\x00", "\x00\x00", "\xd8\xf2", "\xd8\xf3", "\xd8\xf4", "\xd8\xf5", + "\xd8\xf6", "\xd8\xf7", "\xd8\xf8", "\x00\x00", "\xd8\xf9", "\xd8\xfa", + "\xd8\xfb", "\xd8\xfc", "\xd8\xfd", "\xd8\xfe", "\xd9\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd9\x42", + "\xd9\x43", "\xd9\x44", "\xd9\x45", "\xd9\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xea\x51", "\xea\x52", "\xea\x53", "\xea\x54", + "\xea\x55", "\x00\x00", "\xea\x57", "\x00\x00", "\xea\x59", "\x00\x00", + "\x00\x00", "\xea\x5c", "\xea\x5d", "\x00\x00", "\x00\x00", "\xea\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xea\x69", "\xea\x6a", "\xea\x6b", "\x00\x00", + "\xea\x6d", "\xea\x6e", "\xea\x6f", "\xea\x70", "\xea\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\xea\x75", "\xea\x76", "\x00\x00", "\x00\x00", + "\x00\x00", "\xea\x7a", "\xea\x7b", "\x00\x00", "\xea\x7d", "\x00\x00", + "\x00\x00", "\xea\x80", "\xea\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\xea\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xea\x8a", + "\xea\x8b", "\xea\x8c", "\xea\x8d", "\xea\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xea\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd9\x7e", "\xd9\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd9\x80", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd9\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd9\x82", "\xd9\x83", "\xd9\x84", "\xd9\x85", + "\xd9\x86", "\xd9\x87", "\xd9\x88", "\x00\x00", "\xd9\x89", "\x00\x00", + "\xd9\x8a", "\xd9\x8b", "\xd9\x8c", "\x41\x61", "\x41\x62", "\x41\x63", + "\x41\x64", "\x41\x65", "\x41\x66", "\x41\x67", "\x41\x68", "\x41\x69", + "\x41\x6a", "\x41\x6b", "\x41\x6c", "\x41\x6d", "\x41\x6e", "\x41\x6f", + "\x41\x70", "\x41\x71", "\x00\x00", "\x41\x72", "\x41\x73", "\x41\x74", + "\x41\x75", "\x41\x76", "\x41\x77", "\x41\x78", "\xd9\x8d", "\xd9\x8e", + "\xd9\x8f", "\xd9\x90", "\xd9\x91", "\xd9\x92", "\xd9\x93", "\x41\x41", + "\x41\x42", "\x41\x43", "\x41\x44", "\x41\x45", "\x41\x46", "\x41\x47", + "\x41\x48", "\x41\x49", "\x41\x4a", "\x41\x4b", "\x41\x4c", "\x41\x4d", + "\x41\x4e", "\x41\x4f", "\x41\x50", "\x41\x51", "\xd9\x94", "\x41\x52", + "\x41\x53", "\x41\x54", "\x41\x55", "\x41\x56", "\x41\x57", "\x41\x58", + "\xd9\x95", "\xd9\x96", "\xd9\x97", "\xd9\x98", "\xd9\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x41\xc6", "\xd9\xde", "\xd9\xdf", "\xd9\xe0", "\xd9\xe1", + "\xd9\xe2", "\xd9\xe3", "\xd9\xe4", "\xd9\xe5", "\xd9\xe6", "\xd9\xe7", + "\xd9\xe8", "\x00\x00", "\xd9\xe9", "\xd9\xea", "\x41\xc0", "\x41\xc1", + "\x41\xc2", "\x41\xc3", "\x41\xc4", "\x41\xc5", "\x41\xc7", "\x41\xc8", + "\x41\xc9", "\x41\xca", "\x41\xcb", "\x41\xcc", "\x41\xcd", "\x41\xce", + "\x41\xcf", "\x41\xd0", "\x41\xd1", "\x41\xd2", "\x41\xd3", "\x41\xd4", + "\x41\xd5", "\x41\xd6", "\x41\xd7", "\x41\xd8", "\x41\xd9", "\x41\xda", + "\x41\xdb", "\x41\xdc", "\x41\xdd", "\x41\xde", "\x41\xdf", "\x41\xe0", + "\x41\x80", "\x41\x81", "\x41\x82", "\x41\x83", "\x41\x84", "\x41\x85", + "\x41\x87", "\x41\x88", "\x41\x89", "\x41\x8a", "\x41\x8b", "\x41\x8c", + "\x41\x8d", "\x41\x8e", "\x41\x8f", "\x41\x90", "\x41\x91", "\x41\x92", + "\x41\x93", "\x41\x94", "\x41\x95", "\x41\x96", "\x41\x97", "\x41\x98", + "\x41\x99", "\x41\x9a", "\x41\x9b", "\x41\x9c", "\x41\x9d", "\x41\x9e", + "\x41\x9f", "\x41\xa0", "\x00\x00", "\x41\x86", "\xd9\xeb", "\xd9\xec", + "\xd9\xed", "\xd9\xee", "\xd9\xef", "\xd9\xf0", "\xd9\xf1", "\xd9\xf2", + "\xd9\xf3", "\xd9\xf4", "\xd9\xf5", "\x00\x00", "\xd9\xf6", "\xd9\xf7", + "\xd9\xf8", "\xd9\xf9", "\xd9\xfa", "\xd9\xfb", "\xd9\xfc", "\xd9\xfd", + "\xd9\xfe", "\xda\x41", "\xda\x42", "\xda\x43", "\xda\x44", "\xda\x45", + "\xda\x46", "\xda\x47", "\xda\x48", "\xda\x49", "\xda\x4a", "\xda\x4b", + "\xda\x4c", "\xda\x4d", "\xda\x4e", "\xda\x4f", "\xda\x50", "\xda\x51", + "\xda\x52", "\xda\x53", "\xda\x54", "\xda\x55", "\xda\x56", "\xda\x57", + "\xda\x58", "\xda\x59", "\xda\x5a", "\xda\x5b", "\xda\x5c", "\xda\x5d", + "\xda\x5e", "\xda\x5f", "\xda\x60", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xda\x61", "\xda\x62", "\xda\x63", "\xda\x64", "\xda\x65", "\xda\x66", + "\xda\x67", "\xda\x68", "\xda\x69", "\xda\x6a", "\xda\x6b", "\xda\x6c", + "\xda\x6d", "\xda\x6e", "\xda\x6f", "\xda\x70", "\xda\x71", "\xda\x72", + "\xda\x73", "\xda\x74", "\xda\x75", "\xda\x76", "\xda\x77", "\xda\x78", + "\xda\x79", "\xda\x7a", "\xda\x7b", "\xda\x7c", "\xda\x7d", "\xda\x7e", + "\xda\x7f", "\xda\x80", "\xda\x81", "\xda\x82", "\xda\x83", "\xda\x84", + "\xda\x85", "\xda\x86", "\xda\x87", "\xda\x88", "\xda\x89", "\xda\x8a", + "\xda\x8b", "\xda\x8c", "\xda\x8d", "\xda\x8e", "\xda\x8f", "\xda\x90", + "\xda\x91", "\xda\x92", "\xda\x93", "\xda\x94", "\xda\x95", "\x00\x00", + "\x00\x00", "\xda\x96", "\xda\x97", "\x00\x00", "\x00\x00", "\xda\x98", + "\xda\x99", "\x00\x00", "\x00\x00", "\x00\x00", "\xda\x9a", "\xda\x9b", + "\xda\x9c", "\xda\x9d", "\xda\x9e", "\xda\x9f", "\xda\xa0", "\xda\xa1", + "\xda\xa2", "\xda\xa3", "\xda\xa4", "\xda\xa5", "\xda\xa6", "\xda\xa7", + "\xda\xa8", "\xda\xa9", "\xda\xaa", "\xda\xab", "\xda\xac", "\xda\xad", + "\xda\xae", "\xda\xaf", "\xda\xb0", "\xda\xb1", "\xda\xb2", "\xda\xb3", + "\xda\xb4", "\xda\xb5", "\x00\x00", "\x00\x00", "\xda\xb6", "\xda\xb7", + "\xda\xb8", "\xda\xb9", "\xda\xba", "\xda\xbb", "\xda\xbc", "\xda\xbd", + "\x00\x00", "\x00\x00", "\xda\xbe", "\xda\xbf", "\xda\xde", "\xda\xdf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xda\xe0", "\xda\xe1", + "\xda\xe2", "\xda\xe3", "\xda\xe4", "\xda\xe5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xda\xe6", "\xda\xe7", "\xda\xe8", "\xda\xe9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xda\xea", "\xda\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xdc\x63", "\xdc\x64", + "\xdc\x62", "\xdc\x65", "\xdd\xa4", "\xdd\xa5", "\xdd\xa6", "\xdd\xa7", + "\xdd\xa8", "\xdd\xa9", "\xdd\xaa", "\xdd\xab", "\xdd\xac", "\xdd\xad", + "\xdd\xae", "\xdd\xaf", "\xdd\xb0", "\xdd\xb1", "\xdd\xb2", "\xdd\xb3", + "\x44\x5a", "\xdd\xb4", "\xdd\xb5", "\xdd\xb6", "\x44\x4a", "\xdd\xb7", + "\x44\x7c", "\xdd\xb8", "\x44\x61", "\x44\x71", "\xdd\xb9", "\xdd\xba", + "\x44\x62", "\x44\x72", "\xdd\xbb", "\xdd\xbc", "\x43\x77", "\x43\x78", + "\xdd\xbd", "\xdd\xbe", "\xdd\xbf", "\x44\x7e", "\x44\x7f", "\xdd\xc0", + "\xdd\xc1", "\xdd\xc2", "\xdd\xc3", "\xdd\xc4", "\xdd\xc5", "\xdd\xc6", + "\xdd\xc7", "\x00\x00", "\x43\x73", "\xdd\xc8", "\x44\xee", "\x44\xef", + "\xdd\xc9", "\xdd\xca", "\xdd\xcb", "\xdd\xcc", "\xdd\xcd", "\xdd\xce", + "\xdd\xcf", "\x44\x6b", "\xdd\xd0", "\xdd\xd1", "\x00\x00", "\xdd\xd2", + "\xdd\xd3", "\xdd\xd4", "\xdd\xd5", "\xdd\xd6", "\xdd\xd7", "\xdd\xd8", + "\xdd\xd9", "\xdd\xda", "\xdd\xdb", "\xdd\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xdd\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xde\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\xde\x48", "\xde\x49", + "\xde\x4a", "\xde\x4b", "\xde\x4c", "\xde\x4d", "\xde\x4e", "\xde\x4f", + "\xde\x50", "\xde\x51", "\xde\x52", "\xde\x53", "\xde\x54", "\xde\x55", + "\xde\x56", "\xde\x57", "\xde\x58", "\xde\x59", "\xde\x5a", "\xde\x5b", + "\xde\x5c", "\xde\x5d", "\xde\x5e", "\xde\x5f", "\xde\x60", "\xde\x61", + "\xde\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xde\x77", "\xde\x78", "\xde\x79", "\xde\x7a", "\xde\x7b", "\xde\x7c", + "\xde\x7d", "\xde\x7e", "\xde\x7f", "\xde\x80", "\xde\x81", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xde\xa7", "\xde\xa8", "\xde\xa9", "\x44\x4e", "\xde\xaa", "\xde\xab", + "\xde\xac", "\xde\xad", "\xde\xae", "\xde\xaf", "\xde\xb0", "\xde\xb1", + "\xde\xb2", "\xde\xb3", "\xde\xb4", "\xde\xb5", "\xde\xb6", "\xde\xb7", + "\xde\xb8", "\xde\xb9", "\xde\xba", "\xde\xbb", "\x44\x6e", "\xde\xbc", + "\xde\xbd", "\xde\xbe", "\xde\xbf", "\xde\xc0", "\xde\xc1", "\xde\xc2", + "\xde\xc3", "\xde\xc4", "\xde\xc5", "\x44\x6f", "\xde\xc6", "\xde\xc7", + "\xde\xc8", "\xde\xc9", "\xde\xca", "\xde\xcb", "\xde\xcc", "\xde\xcd", + "\xde\xce", "\x43\x72", "\xde\xcf", "\xde\xd0", "\xde\xd1", "\xde\xd2", + "\xde\xd3", "\xde\xd4", "\xde\xd5", "\xde\xd6", "\xde\xd7", "\xde\xd8", + "\xde\xd9", "\xde\xda", "\xde\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xde\xf3", + "\xde\xf4", "\xde\xf5", "\xde\xf6", "\xde\xf7", "\xde\xf8", "\xde\xf9", + "\xde\xfa", "\xde\xfb", "\xde\xfc", "\xde\xfd", "\xde\xfe", "\xdf\x41", + "\x41\xf1", "\x41\xf2", "\x41\xf3", "\x41\xf4", "\x41\xf5", "\x41\xf6", + "\x41\xf7", "\x41\xf8", "\x41\xf9", "\x41\xfa", "\xdf\x42", "\xdf\x43", + "\xdf\x44", "\xdf\x45", "\xdf\x46", "\xdf\x47", "\x41\xb1", "\x41\xb2", + "\x41\xb3", "\x41\xb4", "\x41\xb5", "\x41\xb6", "\x41\xb7", "\x41\xb8", + "\x41\xb9", "\x41\xba", "\xdf\x48", "\xdf\x49", "\xdf\x4a", "\xdf\x4b", + "\xdf\x4c", "\xdf\x4d", "\xdf\x4e", "\xdf\x4f", "\xdf\x50", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x44\xf1", "\x44\xf2", "\x44\xf0", "\x44\xf3", "\xdf\x61", "\xdf\x62", + "\xdf\x63", "\xdf\x64", "\xdf\x65", "\xdf\x66", "\xdf\x67", "\xdf\x68", + "\xdf\x69", "\xdf\x6a", "\xdf\x6b", "\xdf\x6c", "\xdf\x6d", "\xdf\x6e", + "\xdf\x6f", "\xdf\x70", "\xdf\x71", "\xdf\x72", "\xdf\x73", "\xdf\x74", + "\xdf\x75", "\xdf\x76", "\xdf\x77", "\xdf\x78", "\xdf\x79", "\xdf\x7a", + "\xdf\x7b", "\xdf\x7c", "\xdf\x7d", "\xdf\x7e", "\xdf\x7f", "\xdf\x80", + "\xdf\x81", "\xdf\x82", "\xdf\x83", "\xdf\x84", "\xdf\x85", "\xdf\x86", + "\xdf\x87", "\xdf\x88", "\xdf\x89", "\xdf\x8a", "\xdf\x8b", "\xdf\x8c", + "\xdf\x8d", "\xdf\x8e", "\xdf\x8f", "\xdf\x90", "\xdf\x91", "\xdf\x92", + "\xdf\x93", "\xdf\x94", "\xdf\x95", "\xdf\x96", "\xdf\x97", "\xdf\x98", + "\xdf\x99", "\xdf\x9a", "\xdf\x9b", "\xdf\x9c", "\xdf\x9d", "\xdf\x9e", + "\x43\x6e", "\xdf\x9f", "\x43\x6f", "\xdf\xa0", "\xdf\xa1", "\xdf\xa2", + "\xdf\xa3", "\xdf\xa4", "\xdf\xa5", "\xdf\xa6", "\xdf\xa7", "\xdf\xa8", + "\xdf\xa9", "\xdf\xaa", "\xdf\xab", "\xdf\xac", "\xdf\xad", "\xdf\xae", + "\xdf\xaf", "\xdf\xb0", "\xdf\xb1", "\xdf\xb2", "\xdf\xb3", "\xdf\xb4", + "\xdf\xb5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\x70", "\xdf\xcb", + "\x43\x4e", "\x43\x71", "\xdf\xcc", "\xdf\xcd", "\xdf\xce", "\x43\x4f", + "\x43\x64", "\xdf\xcf", "\xdf\xd0", "\x43\x65", "\xdf\xd1", "\xdf\xd2", + "\xdf\xd3", "\xdf\xd4", "\xdf\xd5", "\xdf\xd6", "\x42\x60", "\xdf\xd7", + "\xdf\xd8", "\xdf\xd9", "\xdf\xda", "\xdf\xdb", "\xdf\xdc", "\xdf\xdd", + "\x43\x5f", "\xdf\xde", "\xdf\xdf", "\x43\x61", "\x44\x4d", "\xdf\xe0", + "\x43\x4b", "\xdf\xe1", "\xdf\xe2", "\xdf\xe3", "\xdf\xe4", "\xdf\xe5", + "\xdf\xe6", "\x43\x6c", "\x43\x6d", "\x43\x6b", "\x43\x6a", "\x43\x62", + "\x43\x63", "\xdf\xe7", "\xdf\xe8", "\xdf\xe9", "\xdf\xea", "\xdf\xeb", + "\xdf\xec", "\xdf\xed", "\x44\x68", "\x44\x78", "\xdf\xee", "\xdf\xef", + "\xdf\xf0", "\xdf\xf1", "\xdf\xf2", "\xdf\xf3", "\xdf\xf4", "\x43\x60", + "\xdf\xf5", "\xdf\xf6", "\xdf\xf7", "\xdf\xf8", "\xdf\xf9", "\xdf\xfa", + "\xdf\xfb", "\xdf\xfc", "\xdf\xfd", "\xdf\xfe", "\xe0\x41", "\xe0\x42", + "\xe0\x43", "\xe0\x44", "\xe0\x45", "\xe0\x46", "\xe0\x47", "\xe0\x48", + "\xe0\x49", "\xe0\x4a", "\x43\x5c", "\xe0\x4b", "\xe0\x4c", "\xe0\x4d", + "\xe0\x4e", "\xe0\x4f", "\xe0\x50", "\xe0\x51", "\xe0\x52", "\xe0\x53", + "\xe0\x54", "\xe0\x55", "\xe0\x56", "\xe0\x57", "\x44\x4c", "\x43\x5b", + "\xe0\x58", "\xe0\x59", "\xe0\x5a", "\xe0\x5b", "\x44\x67", "\x44\x77", + "\xe0\x5c", "\xe0\x5d", "\x43\x5d", "\x43\x5e", "\xe0\x5e", "\xe0\x5f", + "\xe0\x60", "\xe0\x61", "\xe0\x62", "\xe0\x63", "\xe0\x64", "\xe0\x65", + "\xe0\x66", "\xe0\x67", "\xe0\x68", "\xe0\x69", "\xe0\x6a", "\xe0\x6b", + "\xe0\x6c", "\xe0\x6d", "\xe0\x6e", "\xe0\x6f", "\xe0\x70", "\xe0\x71", + "\xe0\x72", "\xe0\x73", "\x43\x68", "\x43\x69", "\xe0\x74", "\xe0\x75", + "\x43\x66", "\x43\x67", "\xe0\x76", "\xe0\x77", "\xe0\x78", "\xe0\x79", + "\xe0\x7a", "\xe0\x7b", "\xe0\x7c", "\xe0\x7d", "\xe0\x7e", "\xe0\x7f", + "\xe0\x80", "\xe0\x81", "\xe0\x82", "\xe0\x83", "\xe0\x84", "\xe0\x85", + "\xe0\x86", "\xe0\x87", "\xe0\x88", "\xe0\x89", "\xe0\x8a", "\xe0\x8b", + "\xe0\x8c", "\xe0\x8d", "\xe0\x8e", "\xe0\x8f", "\xe0\x90", "\xe0\x91", + "\xe0\x92", "\x43\x4c", "\xe0\x93", "\xe0\x94", "\xe0\x95", "\xe0\x96", + "\xe0\x97", "\xe0\x98", "\xe0\x99", "\xe0\x9a", "\xe0\x9b", "\xe0\x9c", + "\xe0\x9d", "\xe0\x9e", "\xe0\x9f", "\xe0\xa0", "\xe0\xa1", "\xe0\xa2", + "\xe0\xa3", "\xe0\xa4", "\xe0\xa5", "\xe0\xa6", "\xe0\xa7", "\xe0\xa8", + "\xe0\xa9", "\xe0\xaa", "\xe0\xab", "\xe0\xac", "\xe0\xad", "\xe0\xae", + "\xe0\xaf", "\xe0\xb0", "\xe0\xb1", "\xe0\xb2", "\xe0\xb3", "\xe0\xb4", + "\xe0\xb5", "\xe0\xb6", "\xe0\xb7", "\xe0\xb8", "\xe0\xb9", "\xe0\xba", + "\xe0\xbb", "\xe0\xbc", "\xe0\xbd", "\xe0\xbe", "\xe0\xbf", "\xe0\xc0", + "\xe0\xc1", "\xe0\xc2", "\xe0\xc3", "\xe0\xc4", "\xe0\xc5", "\xe0\xc6", + "\xe0\xc7", "\xe0\xc8", "\xe0\xc9", "\xe0\xca", "\xe0\xcb", "\xe0\xcc", + "\xe0\xcd", "\xe0\xce", "\xe0\xcf", "\xe0\xd0", "\xe0\xd1", "\xe0\xd2", + "\xe0\xd3", "\xe0\xd4", "\xe0\xd5", "\xe0\xd6", "\xe0\xd7", "\xe0\xd8", + "\xe0\xd9", "\xe0\xda", "\xe0\xdb", "\xe0\xdc", "\xe0\xdd", "\xe0\xde", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe0\xed", "\x00\x00", + "\x00\x00", "\xe0\xee", "\xe0\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe0\xf0", "\x00\x00", "\x43\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xe0\xf1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe0\xf2", "\xe0\xf3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe0\xf4", "\xe0\xf5", + "\xe0\xf6", "\xe0\xf7", "\xe0\xf8", "\xe0\xf9", "\xe0\xfa", "\xe0\xfb", + "\xe0\xfc", "\xe0\xfd", "\xe0\xfe", "\xe1\x41", "\xe1\x42", "\xe1\x43", + "\xe1\x44", "\xe1\x45", "\x00\x00", "\xe1\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xea\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe2\x70", + "\xe2\x71", "\xe2\x72", "\xe2\x73", "\xe2\x74", "\xe2\x75", "\xe2\x76", + "\xe2\x77", "\xe2\x78", "\xe2\x79", "\xe2\x7a", "\xe2\x7b", "\xe2\x7c", + "\xe2\x7d", "\xe2\x7e", "\xe2\x7f", "\xe2\x80", "\xe2\x81", "\xe2\x82", + "\xe2\x83", "\xe2\x84", "\xe2\x85", "\xe2\x86", "\xe2\x87", "\xe2\x88", + "\xe2\x89", "\xe2\x8a", "\xe2\x8b", "\xe2\x8c", "\xe2\x8d", "\xe2\x8e", + "\xe2\x8f", "\xe2\x90", "\xe2\x91", "\xe2\x92", "\xe2\x93", "\xe2\x94", + "\xe2\x95", "\xe2\x96", "\xe2\x97", "\xe2\x98", "\xe2\x99", "\xe2\x9a", + "\xe2\x9b", "\xe2\x9c", "\xe2\x9d", "\xe2\x9e", "\xe2\x9f", "\xe2\xa0", + "\xe2\xa1", "\xe2\xa2", "\xe2\xa3", "\xe2\xa4", "\xe2\xa5", "\xe2\xa6", + "\xe2\xa7", "\xe2\xa8", "\xe2\xa9", "\xe2\xaa", "\xe2\xab", "\xe2\xac", + "\xe2\xad", "\xe2\xae", "\xe2\xaf", "\xe2\xb0", "\xe2\xb1", "\xe2\xb2", + "\xe2\xb3", "\xe2\xb4", "\xe2\xb5", "\xe2\xb6", "\xe2\xb7", "\xe2\xb8", + "\xe2\xb9", "\xe2\xba", "\xe2\xbb", "\xe2\xbc", "\xe2\xbd", "\xe2\xbe", + "\xe2\xbf", "\xe2\xc0", "\xe2\xc1", "\xe2\xc2", "\xe2\xc3", "\xe2\xc4", + "\xe2\xc5", "\xe2\xc6", "\xe2\xc7", "\xe2\xc8", "\xe2\xc9", "\xe2\xca", + "\xe2\xcb", "\xe2\xcc", "\xe2\xcd", "\xe2\xce", "\xe2\xcf", "\xe2\xd0", + "\xe2\xd1", "\xe2\xd2", "\xe2\xd3", "\xe2\xd4", "\xe2\xd5", "\xe2\xd6", + "\xe2\xd7", "\xe2\xd8", "\xe2\xd9", "\xe2\xda", "\xe2\xdb", "\xe2\xdc", + "\xe2\xdd", "\xe2\xde", "\xe2\xdf", "\xe2\xe0", "\xe2\xe1", "\xe2\xe2", + "\xe2\xe3", "\xe2\xe4", "\xe2\xe5", "\xe2\xe6", "\xe2\xe7", "\xe2\xe8", + "\xe2\xe9", "\xe2\xea", "\xe2\xeb", "\xe2\xec", "\xe2\xed", "\xe2\xee", + "\xe2\xef", "\xe2\xf0", "\xe2\xf1", "\xe2\xf2", "\xe2\xf3", "\xe2\xf4", + "\xe2\xf5", "\xe2\xf6", "\xe2\xf7", "\xe2\xf8", "\xe2\xf9", "\xe2\xfa", + "\xe2\xfb", "\xe2\xfc", "\xe2\xfd", "\xe2\xfe", "\xe3\x41", "\xe3\x42", + "\xe3\x43", "\xe3\x44", "\xe3\x45", "\xe3\x46", "\xe3\x47", "\xe3\x48", + "\xe3\x49", "\xe3\x4a", "\xe3\x4b", "\xe3\x4c", "\xe3\x4d", "\xe3\x4e", + "\xe3\x4f", "\xe3\x50", "\x00\x00", "\x43\x7c", "\x43\xb7", "\x43\x7d", + "\x43\xb8", "\xe3\x52", "\xe3\x53", "\xe3\x54", "\xe3\x55", "\xe3\x56", + "\xe3\x57", "\xe3\x58", "\xe3\x59", "\x43\x7e", "\xe3\x5a", "\xe3\x5b", + "\x43\xb9", "\x43\x7f", "\xe3\x5c", "\xe3\x5d", "\x43\xe1", "\x43\xb1", + "\xe3\x5e", "\xe3\x5f", "\x43\xe3", "\x43\xb0", "\xe3\x60", "\xe3\x61", + "\x43\xe2", "\x43\xb2", "\x43\xee", "\xe3\x62", "\xe3\x63", "\x43\xe9", + "\xe3\x64", "\xe3\x65", "\x43\xe4", "\x43\xb4", "\x43\xf0", "\xe3\x66", + "\xe3\x67", "\x43\xeb", "\xe3\x68", "\xe3\x69", "\x43\xe6", "\x43\xb3", + "\xe3\x6a", "\xe3\x6b", "\x43\xea", "\x43\xef", "\xe3\x6c", "\xe3\x6d", + "\x43\xe5", "\x43\xb5", "\xe3\x6e", "\xe3\x6f", "\x43\xec", "\x43\xf1", + "\xe3\x70", "\xe3\x71", "\x43\xe7", "\x43\xb6", "\xe3\x72", "\xe3\x73", + "\x43\xed", "\xe3\x74", "\xe3\x75", "\x43\xf2", "\xe3\x76", "\xe3\x77", + "\xe3\x78", "\xe3\x79", "\xe3\x7a", "\xe3\x7b", "\xe3\x7c", "\xe3\x7d", + "\x43\xe8", "\xe3\x7e", "\xe3\x7f", "\xe3\x80", "\xe3\x81", "\xe3\x82", + "\xe3\x83", "\xe3\x84", "\xe3\x85", "\xe3\x86", "\xe3\x87", "\xe3\x88", + "\xe3\x89", "\xe3\x8a", "\xe3\x8b", "\xe3\x8c", "\xe3\x8d", "\xe3\x8e", + "\xe3\x8f", "\xe3\x90", "\xe3\x91", "\xe3\x92", "\xe3\x93", "\xe3\x94", + "\xe3\x95", "\xe3\x96", "\xe3\x97", "\xe3\x98", "\xe3\x99", "\xe3\x9a", + "\xe3\x9b", "\xe3\x9c", "\xe3\x9d", "\xe3\x9e", "\xe3\x9f", "\xe3\xa0", + "\xe3\xa1", "\xe3\xa2", "\xe3\xa3", "\xe3\xa4", "\xe3\xa5", "\xe3\xa6", + "\xe3\xa7", "\xe3\xa8", "\xe3\xa9", "\xe3\xaa", "\xe3\xab", "\xe3\xac", + "\xe3\xad", "\xe3\xae", "\xe3\xaf", "\xe3\xb0", "\xe3\xb1", "\xe3\xb2", + "\xe3\xb3", "\xe3\xb4", "\xe3\xb5", "\xe3\xb6", "\xe3\xb7", "\xe3\xb8", + "\xe3\xb9", "\xe3\xba", "\xe3\xbb", "\xe3\xbc", "\xe3\xbd", "\xe3\xbe", + "\xe3\xbf", "\xe3\xc0", "\xe3\xc1", "\xe3\xc2", "\xe3\xc3", "\xe3\xc4", + "\xe3\xc5", "\xe3\xc6", "\xe3\xc7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x44\xea", "\x44\xe9", "\xe3\xd2", "\xe3\xd3", "\xe3\xd4", + "\xe3\xd5", "\xe3\xd6", "\xe3\xd7", "\xe3\xd8", "\xe3\xd9", "\xe3\xda", + "\xe3\xdb", "\xe3\xdc", "\xe3\xdd", "\xe3\xde", "\xe3\xdf", "\xe3\xe0", + "\xe3\xe1", "\x44\xe3", "\x44\xe2", "\xe3\xe2", "\xe3\xe3", "\xe3\xe4", + "\xe3\xe5", "\xe3\xe6", "\xe3\xe7", "\xe3\xe8", "\xe3\xe9", "\x44\xec", + "\x44\xeb", "\xe3\xea", "\xe3\xeb", "\xe3\xec", "\xe3\xed", "\xe3\xee", + "\xe3\xef", "\xe3\xf0", "\xe3\xf1", "\x44\xe8", "\x44\xe7", "\xe3\xf2", + "\xe3\xf3", "\xe3\xf4", "\x44\xe0", "\xe3\xf5", "\xe3\xf6", "\x44\xe4", + "\x44\xe1", "\xe3\xf7", "\xe3\xf8", "\xe3\xf9", "\xe3\xfa", "\xe3\xfb", + "\xe3\xfc", "\xe3\xfd", "\xe3\xfe", "\xe4\x41", "\xe4\x42", "\xe4\x43", + "\xe4\x44", "\xe4\x45", "\xe4\x46", "\xe4\x47", "\xe4\x48", "\xe4\x49", + "\xe4\x4a", "\xe4\x4b", "\xe4\x4c", "\xe4\x4d", "\xe4\x4e", "\xe4\x4f", + "\xe4\x50", "\xe4\x51", "\xe4\x52", "\xe4\x53", "\xe4\x54", "\xe4\x55", + "\xe4\x56", "\xe4\x57", "\x43\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xe4\x68", "\xe4\x69", "\xe4\x6a", "\xe4\x6b", "\xe4\x6c", + "\x44\xe6", "\x44\xe5", "\xe4\x6d", "\xe4\x6e", "\xe4\x6f", "\xe4\x70", + "\xe4\x71", "\xe4\x72", "\xe4\x73", "\xe4\x74", "\xe4\x75", "\xe4\x76", + "\xe4\x77", "\xe4\x78", "\xe4\x79", "\x00\x00", "\x00\x00", "\xe4\xcb", + "\xe4\xcc", "\x00\x00", "\x00\x00", "\xe4\x7a", "\xe4\x7b", "\xe4\x7c", + "\xe4\x7d", "\xe4\x7e", "\xe4\x7f", "\xe4\x80", "\xe4\x81", "\xe4\x82", + "\xe4\x83", "\xe4\x84", "\xe4\x85", "\xe4\x86", "\xe4\x87", "\xe4\x88", + "\xe4\x89", "\xe4\x8a", "\xe4\x8b", "\xe4\x8c", "\xe4\x8d", "\xe4\x8e", + "\xe4\x8f", "\xe4\x90", "\xe4\x91", "\xe4\x92", "\xe4\x93", "\xe4\x94", + "\xe4\x95", "\xe4\x96", "\xe4\x97", "\xe4\x98", "\xe4\x99", "\xe4\x9a", + "\xe4\x9b", "\xe4\x9c", "\xe4\x9d", "\xe4\x9e", "\xe4\x9f", "\x44\x79", + "\xe4\xa0", "\x44\x69", "\xe4\xa1", "\xe4\xa2", "\xe4\xa3", "\xe4\xa4", + "\xe4\xa5", "\xe4\xa6", "\xe4\xa7", "\xe4\xa8", "\xe4\xa9", "\xe4\xaa", + "\xe4\xab", "\xe4\xac", "\xe4\xad", "\xe4\xae", "\xe4\xaf", "\xe4\xb0", + "\xe4\xb1", "\xe4\xb2", "\xe4\xb3", "\xe4\xb4", "\xe4\xb5", "\xe4\xb6", + "\xe4\xb7", "\xe4\xb8", "\xe4\xb9", "\xe4\xba", "\xe4\xbb", "\xe4\xbc", + "\xe4\xbd", "\xe4\xbe", "\xe4\xbf", "\xe4\xc0", "\xe4\xc1", "\xe4\xc2", + "\xe4\xc3", "\xe4\xc4", "\xe4\xc5", "\xe4\xc6", "\xe4\xc7", "\x43\x76", + "\xe4\xc8", "\xe4\xc9", "\x43\x75", "\xe4\xca", "\x43\x74", "\xe5\xa3", + "\xe5\xa4", "\xe5\xa5", "\xe5\xa6", "\x00\x00", "\xe5\xa7", "\xe5\xa8", + "\xe5\xa9", "\xe5\xaa", "\x00\x00", "\x00\x00", "\xe5\xab", "\xe5\xac", + "\xe5\xad", "\xe5\xae", "\xe5\xaf", "\xe5\xb0", "\xe5\xb1", "\xe5\xb2", + "\xe5\xb3", "\xe5\xb4", "\xe5\xb5", "\xe5\xb6", "\xe5\xb7", "\xe5\xb8", + "\xe5\xb9", "\xe5\xba", "\xe5\xbb", "\xe5\xbc", "\xe5\xbd", "\xe5\xbe", + "\xe5\xbf", "\xe5\xc0", "\xe5\xc1", "\xe5\xc2", "\xe5\xc3", "\xe5\xc4", + "\xe5\xc5", "\xe5\xc6", "\x00\x00", "\xe5\xc7", "\xe5\xc8", "\xe5\xc9", + "\xe5\xca", "\xe5\xcb", "\xe5\xcc", "\xe5\xcd", "\xe5\xce", "\xe5\xcf", + "\xe5\xd0", "\xe5\xd1", "\xe5\xd2", "\xe5\xd3", "\xe5\xd4", "\xe5\xd5", + "\xe5\xd6", "\xe5\xd7", "\xe5\xd8", "\xe5\xd9", "\xe5\xda", "\xe5\xdb", + "\xe5\xdc", "\xe5\xdd", "\xe5\xde", "\xe5\xdf", "\xe5\xe0", "\xe5\xe1", + "\xe5\xe2", "\xe5\xe3", "\xe5\xe4", "\xe5\xe5", "\xe5\xe6", "\xe5\xe7", + "\xe5\xe8", "\xe5\xe9", "\x00\x00", "\xe5\xea", "\x00\x00", "\xe5\xeb", + "\xe5\xec", "\xe5\xed", "\xe5\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe5\xef", "\x00\x00", "\xe5\xf0", "\xe5\xf1", "\xe5\xf2", "\xe5\xf3", + "\xe5\xf4", "\xe5\xf5", "\xe5\xf6", "\x00\x00", "\x00\x00", "\xe5\xf7", + "\xe5\xf8", "\xe5\xf9", "\xe5\xfa", "\xe5\xfb", "\xe5\xfc", "\xe5\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xe5\xfe", "\xe6\x41", "\xe6\x42", "\xe6\x43", + "\xe6\x44", "\xe6\x45", "\xe6\x46", "\xe6\x47", "\xe6\x48", "\xe6\x49", + "\xe6\x4a", "\xe6\x4b", "\xe6\x4c", "\xe6\x4d", "\xe6\x4e", "\xe6\x4f", + "\xe6\x50", "\xe6\x51", "\xe6\x52", "\xe6\x53", "\xe6\x54", "\xe6\x55", + "\xe6\x56", "\xe6\x57", "\xe6\x58", "\xe6\x59", "\xe6\x5a", "\xe6\x5b", + "\xe6\x5c", "\xe6\x5d", "\xe6\x5e", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe6\x5f", "\xe6\x60", "\xe6\x61", "\xe6\x62", "\xe6\x63", "\xe6\x64", + "\xe6\x65", "\xe6\x66", "\xe6\x67", "\xe6\x68", "\xe6\x69", "\xe6\x6a", + "\xe6\x6b", "\xe6\x6c", "\xe6\x6d", "\xe6\x6e", "\xe6\x6f", "\xe6\x70", + "\xe6\x71", "\xe6\x72", "\xe6\x73", "\xe6\x74", "\xe6\x75", "\xe6\x76", + "\x00\x00", "\xe6\x77", "\xe6\x78", "\xe6\x79", "\xe6\x7a", "\xe6\x7b", + "\xe6\x7c", "\xe6\x7d", "\xe6\x7e", "\xe6\x7f", "\xe6\x80", "\xe6\x81", + "\xe6\x82", "\xe6\x83", "\xe6\x84", "\xeb\x77", "\xeb\x78", "\xec\x44", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xec\x7f", "\xec\x80", + "\x40\x40", "\x43\x44", "\x43\x41", "\x44\x5b", "\xe6\xa5", "\x44\x5d", + "\x44\x5e", "\x44\x5f", "\x44\x64", "\x44\x74", "\x44\x65", "\x44\x75", + "\x43\x42", "\x43\x43", "\x44\x42", "\x44\x43", "\x44\x66", "\x44\x76", + "\x44\x6c", "\x44\x7d", "\x44\x63", "\x44\x73", "\xe6\xa6", "\xe6\xa7", + "\xe6\xa8", "\xe6\xa9", "\xe6\xaa", "\xe6\xab", "\x43\xa1", "\xe6\xac", + "\xe6\xad", "\xe6\xae", "\xe6\xaf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe6\xb0", "\xe6\xb1", "\xe6\xb2", "\xe6\xb3", "\xe6\xb4", "\xe6\xb5", + "\xe6\xb6", "\xe6\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\xe6\xb8", + "\xe6\xb9", "\xe6\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x47", + "\x44\x81", "\x44\x48", "\x44\x82", "\x44\x49", "\x44\x83", "\x44\x51", + "\x44\x84", "\x44\x52", "\x44\x85", "\x44\x86", "\x44\xc0", "\x44\x87", + "\x44\xc1", "\x44\x88", "\x44\xc2", "\x44\x89", "\x44\xc3", "\x44\x8a", + "\x44\xc4", "\x44\x8c", "\x44\xc5", "\x44\x8d", "\x44\xc6", "\x44\x8e", + "\x44\xc7", "\x44\x8f", "\x44\xc8", "\x44\x90", "\x44\xc9", "\x44\x91", + "\x44\xca", "\x44\x92", "\x44\xcb", "\x44\x56", "\x44\x93", "\x44\xcc", + "\x44\x94", "\x44\xcd", "\x44\x95", "\x44\xce", "\x44\x96", "\x44\x97", + "\x44\x98", "\x44\x99", "\x44\x9a", "\x44\x9d", "\x44\xcf", "\x44\xd5", + "\x44\x9e", "\x44\xd0", "\x44\xd6", "\x44\x9f", "\x44\xd1", "\x44\xd7", + "\x44\xa2", "\x44\xd2", "\x44\xd8", "\x44\xa3", "\x44\xd3", "\x44\xd9", + "\x44\xa4", "\x44\xa5", "\x44\xa6", "\x44\xa7", "\x44\xa8", "\x44\x53", + "\x44\xa9", "\x44\x54", "\x44\xaa", "\x44\x55", "\x44\xac", "\x44\xad", + "\x44\xae", "\x44\xaf", "\x44\xba", "\x44\xbb", "\x44\x57", "\x44\xbc", + "\x44\xda", "\x44\xdb", "\x44\x46", "\x44\xbd", "\xe6\xcf", "\xe6\xd0", + "\xe6\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x43\xbe", + "\x43\xbf", "\x44\xdc", "\x44\xdd", "\xe6\xd2", "\xe6\xdc", "\x43\x47", + "\x43\x81", "\x43\x48", "\x43\x82", "\x43\x49", "\x43\x83", "\x43\x51", + "\x43\x84", "\x43\x52", "\x43\x85", "\x43\x86", "\x43\xc0", "\x43\x87", + "\x43\xc1", "\x43\x88", "\x43\xc2", "\x43\x89", "\x43\xc3", "\x43\x8a", + "\x43\xc4", "\x43\x8c", "\x43\xc5", "\x43\x8d", "\x43\xc6", "\x43\x8e", + "\x43\xc7", "\x43\x8f", "\x43\xc8", "\x43\x90", "\x43\xc9", "\x43\x91", + "\x43\xca", "\x43\x92", "\x43\xcb", "\x43\x56", "\x43\x93", "\x43\xcc", + "\x43\x94", "\x43\xcd", "\x43\x95", "\x43\xce", "\x43\x96", "\x43\x97", + "\x43\x98", "\x43\x99", "\x43\x9a", "\x43\x9d", "\x43\xcf", "\x43\xd5", + "\x43\x9e", "\x43\xd0", "\x43\xd6", "\x43\x9f", "\x43\xd1", "\x43\xd7", + "\x43\xa2", "\x43\xd2", "\x43\xd8", "\x43\xa3", "\x43\xd3", "\x43\xd9", + "\x43\xa4", "\x43\xa5", "\x43\xa6", "\x43\xa7", "\x43\xa8", "\x43\x53", + "\x43\xa9", "\x43\x54", "\x43\xaa", "\x43\x55", "\x43\xac", "\x43\xad", + "\x43\xae", "\x43\xaf", "\x43\xba", "\x43\xbb", "\x43\x57", "\x43\xbc", + "\x43\xda", "\x43\xdb", "\x43\x46", "\x43\xbd", "\x43\xd4", "\x43\x59", + "\x43\x5a", "\xe6\xd8", "\xe6\xd9", "\xe6\xda", "\xe6\xdb", "\x43\x45", + "\x43\x58", "\x43\xdc", "\x43\xdd", "\xe6\xdd", "\xec\x85", "\xec\x86", + "\xec\x87", "\xec\x88", "\xec\x89", "\xec\x8a", "\xec\x8b", "\xec\x8c", + "\xec\x8d", "\xec\x8e", "\xec\x8f", "\xec\x90", "\xec\x91", "\xec\x92", + "\xec\x93", "\xec\x94", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe6\xde", "\xe6\xdf", + "\xe6\xe0", "\xe6\xe1", "\xe6\xe2", "\xe6\xe3", "\xe6\xe4", "\xe6\xe5", + "\xe6\xe6", "\xe6\xe7", "\xe6\xe8", "\xe6\xe9", "\xe6\xea", "\xe6\xeb", + "\xe6\xec", "\xe6\xed", "\xe6\xee", "\x44\x6d", "\xe6\xef", "\xe6\xf0", + "\xe6\xf1", "\xe6\xf2", "\xe6\xf3", "\xe6\xf4", "\xe6\xf5", "\xe6\xf6", + "\xe6\xf7", "\xe6\xf8", "\xe6\xf9", "\xe6\xfa", "\xe6\xfb", "\xe6\xfc", + "\xe6\xfd", "\xe6\xfe", "\xe7\x41", "\xe7\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe7\xaf", + "\xe7\xb0", "\xe7\xb1", "\xe7\xb2", "\xe7\xb3", "\xe7\xb4", "\xe7\xb5", + "\xe7\xb6", "\xe7\xb7", "\xe7\xb8", "\xe7\xb9", "\xe7\xba", "\xe7\xbb", + "\xe7\xbc", "\xe7\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xe7\x43", "\xe7\x44", + "\xe7\x45", "\xe7\x46", "\xe7\x47", "\xe7\x48", "\xe7\x49", "\xe7\x4a", + "\xe7\x4b", "\xe7\x4c", "\xe7\x4d", "\xe7\x4e", "\xe7\x4f", "\xe7\x50", + "\xe7\x51", "\xe7\x52", "\xe7\x53", "\xe7\x54", "\xe7\x55", "\xe7\x56", + "\xe7\x57", "\xe7\x58", "\xe7\x59", "\xe7\x5a", "\xe7\x5b", "\xe7\x5c", + "\xe7\x5d", "\xe7\x5e", "\xe7\x5f", "\xe7\x60", "\xe7\x61", "\xe7\x62", + "\xe7\x63", "\xe7\x64", "\xe7\x65", "\xe7\x66", "\xe7\x67", "\xe7\x68", + "\xe7\x69", "\xe7\x6a", "\xe7\x6b", "\xe7\x6c", "\xe7\x6d", "\xe7\x6e", + "\xe7\x6f", "\xe7\x70", "\xe7\x71", "\xe7\x72", "\xe7\x73", "\xe7\xbe", + "\xe7\xbf", "\xe7\xc0", "\xe7\xc1", "\xe7\xc2", "\xe7\xc3", "\xe7\xc4", + "\xe7\xc5", "\xe7\xc6", "\xe7\xc7", "\xe7\xc8", "\xe7\xc9", "\xe7\xca", + "\xe7\xcb", "\xe7\xcc", "\xe7\x74", "\xe7\x75", "\xe7\x76", "\xe7\x77", + "\xe7\x78", "\xe7\x79", "\xe7\x7a", "\xe7\x7b", "\xe7\x7c", "\xe7\x7d", + "\xe7\x7e", "\xe7\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xe7\x80", "\xe7\x81", "\xe7\x82", "\xe7\x83", "\xe7\x84", "\xe7\x85", + "\xe7\x86", "\xe7\x87", "\xe7\x88", "\xe7\x89", "\xe7\x8a", "\xe7\x8b", + "\xe7\x8c", "\xe7\x8d", "\xe7\x8e", "\xe7\x8f", "\xe7\x90", "\xe7\x91", + "\xe7\x92", "\xe7\x93", "\xe7\x94", "\xe7\x95", "\xe7\x96", "\xe7\x97", + "\xe7\x98", "\xe7\x99", "\xe7\x9a", "\xe7\x9b", "\xe7\x9c", "\xe7\x9d", + "\xe7\x9e", "\xe7\x9f", "\xe7\xa0", "\xe7\xa1", "\xe7\xa2", "\xe7\xa3", + "\xe7\xa4", "\xe7\xa5", "\xe7\xa6", "\xe7\xa7", "\xe7\xa8", "\xe7\xa9", + "\xe7\xaa", "\xe7\xab", "\xe7\xac", "\xe7\xad", "\xe7\xae", "\x00\x00", + "\xe8\x61", "\xe8\x62", "\xe8\x63", "\xe8\x64", "\xe8\x65", "\xe8\x66", + "\xe8\x67", "\xe8\x68", "\xe8\x69", "\xe8\x6a", "\xe8\x6b", "\xe8\x6c", + "\xe8\x6d", "\xe8\x6e", "\xe8\x6f", "\xe8\x70", "\xe8\x71", "\xe8\x72", + "\xe8\x73", "\xe8\x74", "\xe8\x75", "\xe8\x76", "\xe8\x77", "\xe8\x78", + "\xe8\x79", "\xe8\x7a", "\xe8\x7b", "\xe8\x7c", "\xe8\x7d", "\xe8\x7e", + "\xe8\x7f", "\xe8\x80", "\xe8\x81", "\xe8\x82", "\xe8\x83", "\xe8\x84", + "\xe8\x85", "\xe8\x86", "\xe8\x87", "\xe8\x88", "\xe8\x89", "\xe8\x8a", + "\xe8\x8b", "\xe8\x8c", "\xe8\x8d", "\xe8\x8e", "\xe8\x8f", "\xe8\x90", + "\xe8\x91", "\xe8\x92", "\xe8\x93", "\xe8\x94", "\xe8\x95", "\xe8\x96", + "\xe8\x97", "\xe8\x98", "\xe8\x99", "\xe8\x9a", "\xe8\x9b", "\xe8\x9c", + "\xe8\x9d", "\xe8\x9e", "\xe8\x9f", "\xe8\xa0", "\xe8\xa1", "\xe8\xa2", + "\xe8\xa3", "\xe8\xa4", "\xe8\xa5", "\xe8\xa6", "\xe8\xa7", "\xe8\xa8", + "\xe8\xa9", "\xe8\xaa", "\xe8\xab", "\xe8\xac", "\xe8\xad", "\xe8\xae", + "\xe8\xaf", "\xe8\xb0", "\xe8\xb1", "\xe8\xb2", "\xe8\xb3", "\xe8\xb4", + "\xe8\xb5", "\xe8\xb6", "\xe8\xb7", "\xe8\xb8", "\xe8\xb9", "\xe8\xba", + "\xe8\xbb", "\xe8\xbc", "\xe8\xbd", "\xe8\xbe", "\xe8\xbf", "\xe8\xc0", + "\xe8\xc1", "\xe8\xc2", "\xe8\xc3", "\xe8\xc4", "\xe8\xc5", "\xe8\xc6", + "\xe8\xc7", "\xe8\xc8", "\xe8\xc9", "\xe8\xca", "\xe8\xcb", "\xe8\xcc", + "\xe8\xcd", "\xe8\xce", "\xe8\xcf", "\xe8\xd0", "\xe8\xd1", "\xe8\xd2", + "\xe8\xd3", "\xe8\xd4", "\xe8\xd5", "\xe8\xd6", "\xe8\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xe8\xd8", "\xe8\xd9", "\xe8\xda", + "\xe8\xdb", "\xe8\xdc", "\xe8\xdd", "\xe8\xde", "\xe8\xdf", "\xe8\xe0", + "\xe8\xe1", "\xe8\xe2", "\xe8\xe3", "\xe8\xe4", "\xe8\xe5", "\xe8\xe6", + "\xe8\xe7", "\xe8\xe8", "\xe8\xe9", "\xe8\xea", "\xe8\xeb", "\xe8\xec", + "\xe8\xed", "\xe8\xee", "\xe8\xef", "\xe8\xf0", "\xe8\xf1", "\xe8\xf2", + "\xe8\xf3", "\xe8\xf4", "\xe8\xf5", "\xe8\xf6", "\xe8\xf7", "\xe8\xf8", + "\xe8\xf9", "\xe8\xfa", "\xe8\xfb", "\xe8\xfc", "\xe8\xfd", "\xe8\xfe", + "\xe9\x41", "\xe9\x42", "\xe9\x43", "\xe9\x44", "\xe9\x45", "\xe9\x46", + "\xe9\x47", "\xe9\x48", "\xe9\x49", "\xe9\x4a", "\xe9\x4b", "\xe9\x4c", + "\xe9\x4d", "\xe9\x4e", "\xe9\x4f", "\xe9\x50", "\xe9\x51", "\xe9\x52", + "\xe9\x53", "\xe9\x54", "\xe9\x55", "\xe9\x56", "\xe9\x57", "\xe9\x58", + "\xe9\x59", "\xe9\x5a", "\xe9\x5b", "\xe9\x5c", "\xe9\x5d", "\xe9\x5e", + "\xe9\x5f", "\xe9\x60", "\xe9\x61", "\xe9\x62", "\xe9\x63", "\xe9\x64", + "\xe9\x65", "\xe9\x66", "\xe9\x67", "\xe9\x68", "\xe9\x69", "\xe9\x6a", + "\xe9\x6b", "\xe9\x6c", "\xe9\x6d", "\xe9\x6e", "\xe9\x6f", "\xe9\x70", + "\xe9\x71", "\xe9\x72", "\xe9\x73", "\xe9\x74", "\xe9\x75", "\xe9\x76", + "\xe9\x77", "\xe9\x78", "\xe9\x79", "\xe9\x7a", "\xe9\x7b", "\xe9\x7c", + "\x00\x00", "\x00\x00", "\xe9\x7d", "\xe9\x7e", "\xe9\x7f", "\xe9\x80", + "\xe9\x81", "\xe9\x82", "\xe9\x83", "\xe9\x84", "\xe9\x85", "\xe9\x86", + "\xe9\x87", "\xe9\x88", "\xe9\x89", "\xe9\x8a", "\xe9\x8b", "\xe9\x8c", + "\xe9\x8d", "\xe9\x8e", "\xe9\x8f", "\xe9\x90", "\xe9\x91", "\xe9\x92", + "\xe9\x93", "\xe9\x94", "\xe9\x95", "\xe9\x96", "\xe9\x97", "\xe9\x98", + "\xe9\x99", "\xe9\x9a", "\xe9\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x43", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x4a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x4b", "\x00\x00", "\xb3\x4c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x58", "\x00\x00", "\xb3\x59", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x6c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x6e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x6f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x8a", + "\xb3\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x92", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\x99", "\x00\x00", "\xb3\x9a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xa1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xa9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xce", "\x00\x00", "\x00\x00", "\xb3\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd4", "\xb3\xdb", "\xb3\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xde", "\xb3\xdf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xe0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xf1", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xfb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x41", "\x00\x00", + "\x00\x00", "\xb4\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\x4f", "\xb4\x5d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\x5f", "\x00\x00", "\x00\x00", "\xb4\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x64", "\xb4\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x8a", "\xb4\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x8f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x98", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x99", + "\x00\x00", "\xb4\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xb9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xc1", "\xb4\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xc6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xca", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xd6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xe2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xe9", "\xb4\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x5a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x5d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x68", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x77", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x80", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x8a", "\x00\x00", "\xb5\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x8c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x90", "\xb5\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xa6", + "\x00\x00", "\x00\x00", "\xb5\xa7", "\x00\x00", "\xb5\xa8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xad", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xb3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xb5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xc3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xe5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xed", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xf4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xf5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x42", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x50", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x5c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x61", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x62", "\xb6\x76", + "\x00\x00", "\xb6\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x7a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x8d", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x9a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x9d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xa7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xa9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xaf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xbd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xc8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xca", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\xe2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xea", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xf2", "\xb6\xfb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xfe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x53", "\xb7\x75", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x7c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x7f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x81", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x84", "\xb7\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x97", "\xb7\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xa4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xa9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xaa", + "\xb7\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xcd", + "\x45\x41", "\x4b\xce", "\xb8\x41", "\x45\x47", "\xb8\x42", "\xb8\x43", + "\x00\x00", "\x45\x4d", "\x49\xd3", "\x45\x43", "\x45\x5e", "\x45\x5f", + "\xb8\x44", "\x46\xaf", "\x47\x89", "\xb3\x41", "\x56\x42", "\x4d\xec", + "\xb8\x45", "\x00\x00", "\x4f\x97", "\x56\x43", "\x46\x9b", "\x57\x75", + "\x4d\x56", "\x50\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\x62", "\xb8\x46", "\x00\x00", "\x48\x83", "\x00\x00", "\xb8\x47", + "\xb8\x48", "\x00\x00", "\x48\x7c", "\x00\x00", "\x56\x44", "\xb3\x44", + "\x56\x45", "\xb8\x49", "\xb3\x45", "\x45\x5c", "\xb8\x4a", "\xb8\x4b", + "\xb8\x4c", "\x56\x46", "\x4c\xb8", "\x00\x00", "\x00\x00", "\xb8\x4d", + "\x56\x47", "\x00\x00", "\x46\x7a", "\x48\xab", "\x00\x00", "\x47\x62", + "\x54\xc8", "\x00\x00", "\x00\x00", "\x56\x48", "\xb8\x4e", "\xb8\x4f", + "\x56\x49", "\x4b\x9f", "\xb8\x50", "\x45\x8a", "\x00\x00", "\xb8\x51", + "\xb3\x47", "\x00\x00", "\x00\x00", "\x45\xd8", "\x00\x00", "\x55\xa9", + "\x54\xa5", "\x4f\x6c", "\x00\x00", "\xb8\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\xd0", "\x56\x4a", "\x49\x47", "\x56\x4b", "\x4b\xbd", + "\xb8\x53", "\x00\x00", "\xb8\x54", "\x45\x49", "\x4e\xb5", "\x47\x49", + "\x00\x00", "\x00\x00", "\x56\x4c", "\xb8\x55", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb8\x56", "\xb8\x57", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xbf", + "\x00\x00", "\x4a\x98", "\xb8\x58", "\xb8\x59", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb8\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x49\x70", "\xb8\x5b", "\x47\xc0", "\x00\x00", "\x56\x4d", "\x00\x00", + "\x00\x00", "\x56\x4e", "\x4b\xb1", "\x00\x00", "\x47\xc2", "\x48\x96", + "\x56\x4f", "\x45\xce", "\x45\x42", "\xb8\x5c", "\x56\x50", "\x00\x00", + "\x00\x00", "\x49\x9d", "\x4b\x74", "\x00\x00", "\x45\x45", "\x45\x6d", + "\xb8\x5d", "\xb8\x5e", "\x4b\xe4", "\x50\xe8", "\x00\x00", "\x55\xdc", + "\x48\x67", "\xb8\x5f", "\x56\x52", "\x51\x67", "\x56\x53", "\x4c\xce", + "\x56\x54", "\x00\x00", "\x47\x8e", "\x4f\x7f", "\x4f\xfa", "\x00\x00", + "\x4b\xac", "\x00\x00", "\x00\x00", "\x4b\x73", "\x45\x75", "\x4e\x52", + "\x49\x9c", "\xb8\x60", "\x56\x55", "\x00\x00", "\x00\x00", "\x56\x56", + "\x00\x00", "\x00\x00", "\x56\x57", "\x00\x00", "\x00\x00", "\xb8\x61", + "\x45\x93", "\xb3\x4d", "\xb3\x4f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xd9", "\x47\x76", "\x56\x5c", "\xb8\x62", "\x56\x5a", "\x00\x00", + "\x56\x5b", "\x50\x85", "\xb3\x50", "\x00\x00", "\x45\xe0", "\x48\x4b", + "\x00\x00", "\x56\x59", "\x56\x58", "\x4b\xe5", "\xb8\x63", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x65", "\x48\xb5", "\x47\x55", "\x56\x5e", + "\x47\x5d", "\x48\xa2", "\xb8\x64", "\xb8\x65", "\x00\x00", "\x44\x5c", + "\x56\x5f", "\x56\x61", "\xb8\x66", "\x56\x5d", "\xb8\x67", "\x45\x9a", + "\x49\xc3", "\x46\xf6", "\x00\x00", "\x00\x00", "\xb8\x68", "\x00\x00", + "\x00\x00", "\xb3\x51", "\x00\x00", "\x56\x60", "\x4d\x71", "\xb8\x69", + "\x4d\xed", "\xb8\x6a", "\x48\x69", "\xb8\x6b", "\x00\x00", "\xb8\x6c", + "\x48\xb2", "\x53\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x55", + "\x56\x62", "\xb8\x6d", "\xb8\x6e", "\xb8\x6f", "\x56\x65", "\x47\xd2", + "\xb8\x70", "\x56\x66", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb8\x71", "\x56\x63", "\x45\xb2", "\xb8\x72", "\xb8\x73", "\x4d\x99", + "\x4e\x9f", "\x4a\x83", "\x50\xf6", "\x4a\x81", "\xb8\x74", "\x00\x00", + "\x00\x00", "\xb8\x75", "\xb8\x76", "\xb8\x77", "\x00\x00", "\xb8\x78", + "\x45\xbd", "\x00\x00", "\x56\x64", "\x48\xd9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb8\x79", "\x49\xa6", "\x56\x68", "\xb8\x7a", + "\x00\x00", "\xb8\x7b", "\x49\xc9", "\xb8\x7c", "\x54\x4a", "\xb8\x7d", + "\x46\xf4", "\x56\x6a", "\x50\x8a", "\xb8\x7e", "\x4b\xbc", "\x54\x61", + "\xb8\x7f", "\x00\x00", "\xb8\x80", "\x00\x00", "\xb8\x81", "\x4e\xdf", + "\x00\x00", "\x00\x00", "\x4e\xfe", "\x56\x6c", "\xb8\x82", "\xb8\x83", + "\x00\x00", "\xb8\x84", "\xb8\x85", "\x47\xc8", "\x48\xa4", "\x46\xe0", + "\x45\x76", "\x4c\xe6", "\xb8\x86", "\x46\x96", "\xb8\x87", "\x47\x70", + "\x56\x6e", "\x56\x6b", "\xb8\x88", "\x49\xc1", "\x56\x67", "\x56\x6f", + "\x45\x94", "\x56\x69", "\x56\x6d", "\xb8\x89", "\xb8\x8a", "\x00\x00", + "\x00\x00", "\xb8\x8b", "\xb3\x52", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x79", "\xb8\x8c", "\x00\x00", "\xb8\x8d", "\x00\x00", + "\xb8\x8e", "\x56\x7c", "\x56\x7a", "\xb8\x8f", "\x00\x00", "\x48\x76", + "\x00\x00", "\x4b\x94", "\x51\xe2", "\xb8\x90", "\xb8\x91", "\xb8\x92", + "\xb8\x93", "\x56\x77", "\x54\x62", "\xb8\x94", "\xb8\x95", "\x48\xb6", + "\x00\x00", "\xb8\x96", "\xb8\x97", "\x4f\x98", "\xb8\x98", "\xb8\x99", + "\x56\x7d", "\x00\x00", "\x56\x72", "\xb8\x9a", "\x56\x71", "\x4a\x46", + "\xb8\x9b", "\x4f\xc2", "\xb8\x9c", "\x56\x73", "\xb8\x9d", "\x4f\x8d", + "\x56\x70", "\xb8\x9e", "\x56\x7b", "\x00\x00", "\x56\x7e", "\xb8\x9f", + "\x56\x76", "\xb8\xa0", "\x56\x74", "\x48\xbc", "\x00\x00", "\x4a\x9e", + "\xb8\xa1", "\xb8\xa2", "\x52\xec", "\x47\x5a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\x78", "\x00\x00", "\x56\x75", "\x53\xb9", "\x53\xe3", + "\x00\x00", "\x00\x00", "\xb8\xa3", "\x00\x00", "\x00\x00", "\x4f\x8c", + "\x55\x7c", "\xb8\xa4", "\x00\x00", "\xb8\xa5", "\x00\x00", "\xb8\xa6", + "\xb8\xa7", "\xb8\xa8", "\xb8\xa9", "\x4b\x4c", "\xb8\xaa", "\xb8\xab", + "\x48\x51", "\x4a\x6a", "\x54\xc7", "\xb8\xac", "\xb8\xad", "\x00\x00", + "\xb8\xae", "\x52\x94", "\x46\x60", "\xb8\xaf", "\xb8\xb0", "\x56\x86", + "\x56\x80", "\xb8\xb1", "\x56\x85", "\x56\x83", "\xb8\xb2", "\x00\x00", + "\x56\x7f", "\x00\x00", "\x00\x00", "\x4e\x97", "\x56\x81", "\x00\x00", + "\x56\x84", "\x56\x82", "\xb8\xb3", "\x45\xaa", "\x00\x00", "\x53\xc4", + "\xb8\xb4", "\x45\xa5", "\xb8\xb5", "\x4b\x4a", "\x56\x87", "\x56\x88", + "\xb3\x55", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\xde", "\x56\x96", "\xb8\xb6", "\xb3\x56", + "\xb8\xb7", "\x4c\xe1", "\x00\x00", "\x4d\xb1", "\x51\xf8", "\x00\x00", + "\x50\xf9", "\x00\x00", "\x4e\x67", "\x00\x00", "\xb8\xb8", "\xb8\xb9", + "\x56\x95", "\x56\x94", "\xb8\xba", "\xb8\xbb", "\xb3\x57", "\x00\x00", + "\xb8\xbc", "\x56\x8f", "\x56\x99", "\xb8\xbd", "\x00\x00", "\x45\xd6", + "\xb8\xbe", "\x49\xfa", "\xb8\xbf", "\x4a\xc4", "\xb8\xc0", "\x56\xa1", + "\xb8\xc1", "\x56\x97", "\x4b\x6a", "\xb8\xc2", "\x56\x8c", "\x00\x00", + "\x53\x43", "\xb8\xc3", "\xb8\xc4", "\x4c\xae", "\x56\x89", "\xb8\xc5", + "\xb8\xc6", "\xb8\xc7", "\x56\x98", "\x4a\xd0", "\x00\x00", "\x56\x90", + "\x56\x91", "\x55\x69", "\x48\x7d", "\x56\x8e", "\x52\xf1", "\xb8\xc8", + "\x56\x8b", "\x56\x92", "\x56\x8d", "\x4d\x51", "\x56\x93", "\x4f\xf9", + "\xb8\xc9", "\x00\x00", "\xb8\xca", "\x00\x00", "\xb8\xcb", "\xb8\xcc", + "\x00\x00", "\xb8\xcd", "\x4f\x63", "\x00\x00", "\x00\x00", "\x52\xfa", + "\x00\x00", "\xb8\xce", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x56\x8a", "\xb8\xcf", "\x56\xa4", "\x56\x9a", "\x00\x00", "\xb8\xd0", + "\x56\xa2", "\x56\x9b", "\x56\x9e", "\x4d\xfb", "\xb8\xd1", "\x00\x00", + "\xb8\xd2", "\x00\x00", "\xb8\xd3", "\x50\x49", "\x56\x9d", "\xb8\xd4", + "\xb8\xd5", "\xb8\xd6", "\x00\x00", "\x56\x9c", "\x56\xa0", "\xb8\xd7", + "\x00\x00", "\xb8\xd8", "\x56\x9f", "\x00\x00", "\x4e\x70", "\x00\x00", + "\x00\x00", "\xb8\xd9", "\xb8\xda", "\x00\x00", "\xb8\xdb", "\xb8\xdc", + "\x00\x00", "\x46\x81", "\xb8\xdd", "\xb8\xde", "\x00\x00", "\x00\x00", + "\xb8\xdf", "\x00\x00", "\x56\xa5", "\xb8\xe0", "\x00\x00", "\x00\x00", + "\x56\xa3", "\xb8\xe1", "\x54\xd2", "\x00\x00", "\x49\x43", "\x4f\x95", + "\x50\xc3", "\x00\x00", "\x56\xa6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x59", "\x00\x00", "\x00\x00", "\x56\xa7", "\xb8\xe2", + "\x00\x00", "\xb8\xe3", "\xb8\xe4", "\x56\xaa", "\xb8\xe5", "\x00\x00", + "\xb3\x5a", "\x00\x00", "\xb8\xe6", "\x00\x00", "\x00\x00", "\x4e\xe7", + "\xb8\xe7", "\xb8\xe8", "\xb8\xe9", "\x4f\xc3", "\xb8\xea", "\xb8\xeb", + "\x56\xa8", "\xb3\x5b", "\xb8\xec", "\x00\x00", "\x50\x9c", "\x46\xac", + "\x56\xa9", "\xb8\xed", "\xb8\xee", "\x00\x00", "\xb8\xef", "\xb8\xf0", + "\xb8\xf1", "\xb8\xf2", "\xb8\xf3", "\xb3\x5c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb8\xf4", "\x00\x00", + "\x4c\x43", "\x54\xda", "\x00\x00", "\xb8\xf5", "\xb8\xf6", "\xb3\x5e", + "\x56\xad", "\x56\xb0", "\x56\xab", "\x4b\x58", "\x00\x00", "\x4c\x5b", + "\x00\x00", "\xb8\xf7", "\xb8\xf8", "\xb3\x5f", "\x00\x00", "\xb8\xf9", + "\x4a\x43", "\x00\x00", "\xb8\xfa", "\x00\x00", "\x56\xb1", "\xb8\xfb", + "\xb8\xfc", "\x4f\xc9", "\x00\x00", "\xb8\xfd", "\x00\x00", "\x56\xae", + "\x56\xaf", "\x00\x00", "\xb8\xfe", "\x48\xec", "\xb9\x41", "\x4b\xba", + "\xb9\x42", "\x55\xad", "\x00\x00", "\xb9\x43", "\xb9\x44", "\x4a\xbb", + "\x52\xd4", "\x00\x00", "\x56\xb5", "\xb3\x61", "\x4d\x82", "\x00\x00", + "\xb9\x45", "\xb9\x46", "\x56\xb3", "\xb9\x47", "\x00\x00", "\xb3\x62", + "\xb9\x48", "\x56\xb7", "\xb9\x49", "\x56\xb4", "\xb9\x4a", "\x4e\x84", + "\xb9\x4b", "\xb9\x4c", "\x00\x00", "\x00\x00", "\x00\x00", "\x56\xb6", + "\x56\xb8", "\xb9\x4d", "\x00\x00", "\xb9\x4e", "\xb9\x4f", "\xb3\x65", + "\x56\xb2", "\x56\xba", "\xb9\x50", "\x00\x00", "\x00\x00", "\x56\xb9", + "\xb9\x51", "\x55\x78", "\x00\x00", "\x00\x00", "\xb9\x52", "\x00\x00", + "\x49\xca", "\x56\xbc", "\x56\xbd", "\xb9\x53", "\x45\x4e", "\x00\x00", + "\xb9\x54", "\xb9\x55", "\xb9\x56", "\x56\xbb", "\x00\x00", "\xb9\x57", + "\xb9\x58", "\xb9\x59", "\xb9\x5a", "\x00\x00", "\xb9\x5b", "\x00\x00", + "\x54\x6f", "\x00\x00", "\x56\xc0", "\x56\xbf", "\x56\xc1", "\xb9\x5c", + "\x52\x90", "\xb9\x5d", "\x56\xbe", "\xb9\x5e", "\xb9\x5f", "\xb9\x60", + "\xb9\x61", "\x4a\xa2", "\x00\x00", "\x56\xc2", "\x00\x00", "\xb9\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb9\x63", "\xb9\x64", "\x00\x00", + "\x47\xda", "\x00\x00", "\xb9\x65", "\xb9\x66", "\x00\x00", "\xb9\x67", + "\x00\x00", "\xb9\x68", "\x54\xbd", "\xb9\x69", "\xb9\x6a", "\xb9\x6b", + "\x00\x00", "\x56\xc4", "\xb9\x6c", "\xb9\x6d", "\x56\xc3", "\x56\xc6", + "\x56\xc5", "\x00\x00", "\x00\x00", "\x56\xc7", "\x56\xc8", "\x4c\x91", + "\xb9\x6e", "\x46\x95", "\x4b\xe8", "\x48\xc9", "\x4d\xf3", "\x55\x5a", + "\x47\xa2", "\x45\x9e", "\x56\xc9", "\x47\x9e", "\x56\xca", "\x4b\x56", + "\x50\x50", "\xb9\x6f", "\x46\x9f", "\x00\x00", "\x56\xcb", "\xb9\x70", + "\x56\xcc", "\xb9\x71", "\x00\x00", "\xb9\x72", "\xb9\x73", "\x00\x00", + "\x49\x4b", "\x00\x00", "\x51\xbe", "\x00\x00", "\x00\x00", "\xb9\x74", + "\xb3\x6a", "\x00\x00", "\x56\xcd", "\x00\x00", "\x56\xce", "\x46\x65", + "\xb9\x75", "\x00\x00", "\x46\xb1", "\x56\xcf", "\x56\xd0", "\x45\x48", + "\x46\xbb", "\x45\x46", "\x56\xd1", "\x00\x00", "\x00\x00", "\x47\xb3", + "\x00\x00", "\xb3\xcc", "\x00\x00", "\x46\x49", "\x4f\x67", "\x47\xaf", + "\x47\xc9", "\x00\x00", "\x00\x00", "\xb6\x67", "\x48\xf4", "\x00\x00", + "\xb9\x76", "\x00\x00", "\x56\xd2", "\x00\x00", "\x56\xd3", "\xb9\x77", + "\xb9\x78", "\x45\x8e", "\x46\x45", "\x00\x00", "\x00\x00", "\x56\xd6", + "\x4e\xa1", "\xb9\x79", "\x56\xd5", "\x48\xeb", "\xb9\x7a", "\x56\xd7", + "\x61\x9d", "\x56\xd8", "\x4f\x8f", "\x56\xd9", "\x00\x00", "\x56\xda", + "\x56\xdb", "\x52\x7e", "\xb9\x7b", "\x48\xc4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x56\xdc", "\x00\x00", "\x00\x00", "\x4e\x7b", "\xb9\x7c", + "\x56\xdf", "\xb9\x7d", "\x56\xdd", "\x54\x67", "\x56\xde", "\x00\x00", + "\x48\x78", "\x56\xe0", "\x56\xe1", "\x56\xe2", "\x4b\xde", "\xb9\x7e", + "\x00\x00", "\x00\x00", "\x56\xe6", "\x56\xe4", "\x56\xe5", "\x56\xe3", + "\x50\xc9", "\x56\xe7", "\x51\x46", "\x48\xfc", "\xb9\x7f", "\x00\x00", + "\xb9\x80", "\x00\x00", "\xb9\x81", "\x56\xe9", "\x56\xe8", "\xb9\x82", + "\x00\x00", "\x00\x00", "\xb9\x83", "\xb3\x71", "\x52\xdc", "\x56\xea", + "\x4f\x80", "\x00\x00", "\xb9\x84", "\x56\xeb", "\xb3\x72", "\x55\xf9", + "\x53\x44", "\x4b\xe6", "\x00\x00", "\xb9\x85", "\x00\x00", "\xb9\x86", + "\xb9\x87", "\xb9\x88", "\x00\x00", "\xb9\x89", "\x57\x77", "\x00\x00", + "\xb9\x8a", "\x00\x00", "\x00\x00", "\x56\xec", "\x68\x84", "\x4e\xd9", + "\xb9\x8b", "\x00\x00", "\x56\xed", "\x4d\xe1", "\xb9\x8c", "\x00\x00", + "\x00\x00", "\xb9\x8d", "\x48\xe6", "\x55\x8a", "\x00\x00", "\x56\xee", + "\x54\x9e", "\x00\x00", "\x56\xef", "\x56\xf0", "\xb9\x8e", "\x00\x00", + "\x56\xf1", "\x51\xac", "\xb9\x8f", "\xb9\x90", "\xb9\x91", "\x56\xf2", + "\x51\xec", "\xb9\x92", "\x50\xcf", "\x50\xe6", "\x45\x9b", "\x00\x00", + "\x00\x00", "\x4b\xb6", "\x56\xf3", "\x00\x00", "\x4c\x50", "\xb9\x93", + "\xb9\x94", "\x4f\x44", "\x56\xf4", "\xb9\x95", "\x45\xb4", "\x47\x65", + "\x4b\x9b", "\x00\x00", "\x4c\xd7", "\x56\xf5", "\x00\x00", "\x00\x00", + "\x54\xe3", "\x00\x00", "\x00\x00", "\x4c\x52", "\xb9\x96", "\xb9\x97", + "\x56\xf6", "\x56\xf7", "\xb9\x98", "\x4b\xb4", "\xb9\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x47\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb9\x9a", "\x00\x00", "\x49\x5c", "\x46\xdd", + "\x00\x00", "\x56\xf8", "\xb9\x9b", "\x45\xbc", "\x56\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x56\xfa", "\x00\x00", "\x4c\xdd", "\xb9\x9c", + "\xb9\x9d", "\x56\xfb", "\x00\x00", "\xb9\x9e", "\x46\xc4", "\x48\xcf", + "\x4b\x6b", "\x56\xfc", "\x4b\xc0", "\x4b\xf5", "\xb9\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\x79", + "\x56\xfd", "\xb9\xa0", "\x00\x00", "\x47\x4d", "\x00\x00", "\xb9\xa1", + "\x4a\x90", "\x56\xfe", "\x51\xae", "\x45\xaf", "\x00\x00", "\x57\x41", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x43", "\xb9\xa2", + "\x51\x99", "\xb9\xa3", "\xb9\xa4", "\x00\x00", "\xb9\xa5", "\x49\xc7", + "\xb9\xa6", "\xb3\x75", "\x57\x42", "\xb9\xa7", "\xb9\xa8", "\xb9\xa9", + "\x00\x00", "\x4c\xd3", "\x47\x66", "\x54\x81", "\xb9\xaa", "\x00\x00", + "\x00\x00", "\x57\x48", "\x57\x45", "\x00\x00", "\xb3\x77", "\x00\x00", + "\xb9\xab", "\x4b\x4e", "\x4d\x85", "\x57\x44", "\x47\xd6", "\x57\x46", + "\x57\x47", "\x4b\xe1", "\x00\x00", "\xb9\xac", "\xb9\xad", "\xb9\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x4a", "\x00\x00", "\x57\x49", + "\xb9\xaf", "\x00\x00", "\xb9\xb0", "\x55\xd6", "\xb3\x78", "\xb9\xb1", + "\x00\x00", "\x49\xf0", "\x57\x4c", "\x51\x85", "\xb9\xb2", "\x00\x00", + "\xb9\xb3", "\x57\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x4e", + "\x57\x4d", "\xb9\xb4", "\x55\x80", "\xb9\xb5", "\xb9\xb6", "\xb9\xb7", + "\xb9\xb8", "\x00\x00", "\xb9\xb9", "\x45\xf7", "\x57\x4f", "\x00\x00", + "\x00\x00", "\x48\x70", "\x45\x9f", "\x00\x00", "\x00\x00", "\x4e\x68", + "\xb9\xba", "\xb9\xbb", "\x57\x50", "\xb9\xbc", "\x00\x00", "\x46\x71", + "\x4a\x64", "\x54\xc6", "\x57\x51", "\x57\x52", "\x00\x00", "\x5f\xaa", + "\xb9\xbd", "\x4d\x92", "\x00\x00", "\x00\x00", "\x48\xa9", "\x57\x54", + "\xb9\xbe", "\xb9\xbf", "\xb9\xc0", "\x49\x78", "\xb9\xc1", "\xb9\xc2", + "\x57\x53", "\xb9\xc3", "\x55\x6a", "\x00\x00", "\x57\x56", "\x57\x55", + "\x00\x00", "\x54\xb1", "\xb9\xc4", "\x4e\xef", "\xb9\xc5", "\x46\x9c", + "\xb9\xc6", "\x48\xce", "\xb3\x7c", "\x00\x00", "\xb9\xc7", "\x57\x57", + "\x00\x00", "\xb9\xc8", "\xb3\x7e", "\xb9\xc9", "\x53\xd6", "\x00\x00", + "\xb9\xca", "\x45\xe4", "\xb9\xcb", "\x53\x92", "\x4b\x9a", "\x46\xed", + "\x00\x00", "\x57\x58", "\xb9\xcc", "\x45\xb5", "\x57\x59", "\x4a\xe1", + "\x57\x5c", "\xb9\xcd", "\x47\xee", "\x57\x5a", "\x49\x9f", "\xb9\xce", + "\x57\x5b", "\x4c\x7e", "\xb9\xcf", "\xb9\xd0", "\xb9\xd1", "\x00\x00", + "\xb9\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\xb9\xd3", "\xb9\xd4", + "\x49\x7a", "\x57\x5d", "\xb9\xd5", "\x57\x5e", "\xb9\xd6", "\xb9\xd7", + "\x57\x5f", "\x57\x60", "\x54\x70", "\xb3\x81", "\x00\x00", "\x00\x00", + "\x51\xe9", "\x52\x97", "\x57\x61", "\x4f\x5b", "\x4e\xcb", "\xb9\xd8", + "\x00\x00", "\x4a\xa8", "\x57\x62", "\x57\x63", "\x57\x64", "\x00\x00", + "\xb9\xd9", "\xb9\xda", "\xb9\xdb", "\x57\x66", "\x00\x00", "\x57\x68", + "\x57\x67", "\xb9\xdc", "\x00\x00", "\xb9\xdd", "\x00\x00", "\x57\x69", + "\x45\x90", "\x45\x5a", "\xb9\xde", "\x54\x57", "\x57\x6a", "\xb9\xdf", + "\xb9\xe0", "\x51\xb7", "\xb9\xe1", "\xb9\xe2", "\x4e\x6b", "\x4d\x4d", + "\x00\x00", "\x57\x6c", "\x57\x6b", "\xb9\xe3", "\x00\x00", "\xb9\xe4", + "\xb9\xe5", "\xb9\xe6", "\x55\xed", "\xb9\xe7", "\xb9\xe8", "\xb9\xe9", + "\x00\x00", "\x57\x6d", "\xb9\xea", "\x57\x6e", "\xb9\xeb", "\x57\x6f", + "\x00\x00", "\xb9\xec", "\x00\x00", "\x00\x00", "\x57\x70", "\x4f\xd1", + "\x45\x54", "\x4a\x87", "\xb9\xed", "\xb9\xee", "\xb9\xef", "\x50\xf1", + "\x57\x71", "\x45\x4a", "\xb9\xf0", "\x45\x4c", "\x00\x00", "\x57\x72", + "\x57\x73", "\x4e\x47", "\x45\xdf", "\x57\x74", "\x47\x90", "\xb9\xf1", + "\xb9\xf2", "\x57\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xad", + "\x4a\xf2", "\x49\x96", "\x47\xd7", "\x00\x00", "\x00\x00", "\x45\x59", + "\x48\xe3", "\xb9\xf3", "\x45\xf6", "\xb9\xf4", "\x51\xc0", "\x00\x00", + "\x57\x79", "\x00\x00", "\x49\xee", "\xb9\xf5", "\x00\x00", "\xb9\xf6", + "\x00\x00", "\xb9\xf7", "\x53\xdb", "\xb3\x85", "\x00\x00", "\x57\x7a", + "\x00\x00", "\x00\x00", "\xb9\xf8", "\xb9\xf9", "\x57\x7b", "\x4c\x82", + "\x47\x99", "\x4b\x91", "\x57\x7c", "\x4b\x6d", "\x4a\xa4", "\x4c\xf5", + "\x00\x00", "\x57\x7d", "\x4e\x79", "\xb9\xfa", "\xb3\x86", "\x57\x7e", + "\x00\x00", "\xb3\x87", "\xb9\xfb", "\x53\xe2", "\x00\x00", "\x00\x00", + "\x57\x7f", "\xb9\xfc", "\x53\x52", "\x00\x00", "\x00\x00", "\xb9\xfd", + "\xb9\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xba\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x80", + "\xba\x42", "\x00\x00", "\x57\x81", "\x00\x00", "\x4f\x55", "\xba\x43", + "\x49\x42", "\x00\x00", "\x00\x00", "\xba\x44", "\x00\x00", "\x45\x74", + "\x57\x82", "\xba\x45", "\x00\x00", "\x00\x00", "\xba\x46", "\x57\x84", + "\x57\x83", "\x00\x00", "\x51\x78", "\x53\x67", "\xba\x47", "\xba\x48", + "\x00\x00", "\x53\xb7", "\x57\x85", "\xba\x49", "\x57\x86", "\x00\x00", + "\x57\x87", "\x4c\x8e", "\xba\x4a", "\xba\x4b", "\x57\x88", "\xba\x4c", + "\xba\x4d", "\x00\x00", "\xba\x4e", "\x4a\xca", "\x00\x00", "\xba\x4f", + "\x00\x00", "\x00\x00", "\xba\x50", "\x00\x00", "\x48\xd2", "\x57\x89", + "\x00\x00", "\xba\x51", "\x00\x00", "\x00\x00", "\x48\xf5", "\x50\xa5", + "\x48\x5c", "\x46\xd4", "\x4b\x71", "\x47\xf9", "\x47\x91", "\xba\x52", + "\x00\x00", "\x00\x00", "\xba\x53", "\xba\x54", "\x4f\xa5", "\xba\x55", + "\x46\xa6", "\x48\x4c", "\x00\x00", "\x50\xf5", "\xba\x56", "\x55\xb2", + "\x00\x00", "\x57\x8b", "\xba\x57", "\x57\x8c", "\xba\x58", "\x51\x94", + "\x53\xf5", "\x45\x88", "\x45\xd4", "\x4c\x8b", "\xba\x59", "\xba\x5a", + "\x57\x91", "\x4f\x71", "\x4e\x41", "\x4d\xd5", "\x4f\x86", "\x57\x92", + "\x57\x90", "\x47\xc6", "\x47\x78", "\x50\x42", "\x47\xd9", "\x48\x5a", + "\xb3\x8e", "\xba\x5b", "\x4f\x59", "\x48\xe2", "\x45\xf0", "\x00\x00", + "\x57\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\x94", "\xba\x5c", "\x55\xea", "\x47\xba", "\x00\x00", + "\x00\x00", "\x00\x00", "\x45\xa0", "\x45\x7e", "\x53\xd3", "\x55\xbc", + "\x46\x6d", "\x45\xf3", "\x51\xaf", "\x50\xc6", "\x4e\xb2", "\x46\xa5", + "\xb3\x8f", "\xba\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xba\x5e", "\x47\xcf", "\x00\x00", "\x57\x9d", + "\xb3\x90", "\x50\x7a", "\x53\xe1", "\xba\x5f", "\x00\x00", "\x00\x00", + "\xb3\x91", "\x00\x00", "\x4c\x4f", "\xba\x60", "\xba\x61", "\x57\x9c", + "\xba\x62", "\x49\xcb", "\x57\x97", "\x57\x98", "\x57\x9a", "\xba\x63", + "\x00\x00", "\xba\x64", "\x00\x00", "\x00\x00", "\xba\x65", "\xba\x66", + "\x57\x9b", "\x00\x00", "\x4b\x98", "\x49\xc4", "\x00\x00", "\x53\xe5", + "\x57\x99", "\x57\x95", "\x47\xf6", "\x00\x00", "\x57\x96", "\x00\x00", + "\x4b\x50", "\xba\x67", "\xba\x68", "\x00\x00", "\x50\x73", "\xba\x69", + "\x4f\x56", "\x4a\xee", "\x49\x54", "\x00\x00", "\x00\x00", "\xba\x6a", + "\x57\x9e", "\xba\x6b", "\x00\x00", "\x50\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\x6c", "\x57\xa2", + "\x00\x00", "\x00\x00", "\xba\x6d", "\x00\x00", "\xba\x6e", "\x00\x00", + "\xba\x6f", "\xba\x70", "\x48\xa1", "\xba\x71", "\x54\x8d", "\xba\x72", + "\xb3\x94", "\xba\x73", "\xba\x74", "\x00\x00", "\x57\xa5", "\x57\xa3", + "\x00\x00", "\x47\x7f", "\xba\x75", "\x57\xa0", "\x57\xaa", "\x57\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xa7", "\x4a\xf6", "\x49\xb0", + "\x00\x00", "\xba\x76", "\x57\xa8", "\xba\x77", "\x00\x00", "\xba\x78", + "\x57\xab", "\xba\x79", "\x57\xad", "\x00\x00", "\xba\x7a", "\xba\x7b", + "\x57\xae", "\x4f\x50", "\x45\x7a", "\xba\x7c", "\x57\xa1", "\x57\x9f", + "\x57\xac", "\xba\x7d", "\x57\xa6", "\x00\x00", "\x00\x00", "\xba\x7e", + "\xba\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xa9", "\x00\x00", "\x00\x00", "\xba\x80", "\xb3\x95", "\xba\x81", + "\x57\xb2", "\x00\x00", "\x57\xbc", "\x57\xb4", "\xba\x82", "\xba\x83", + "\x57\xb9", "\x57\xbd", "\xba\x84", "\x57\xba", "\x57\xb5", "\xba\x85", + "\xba\x86", "\x57\xb1", "\x00\x00", "\xba\x87", "\x4c\xde", "\x53\xe9", + "\x00\x00", "\x00\x00", "\x00\x00", "\xba\x88", "\x57\xb3", "\xba\x89", + "\xba\x8a", "\xba\x8b", "\x57\xb0", "\x52\xb1", "\x57\xbe", "\xba\x8c", + "\x4e\xf9", "\x45\xd0", "\x57\xbb", "\xb3\x96", "\x57\xb6", "\x00\x00", + "\xba\x8d", "\x57\xaf", "\x57\xb8", "\x4a\x6b", "\xba\x8e", "\x00\x00", + "\x00\x00", "\xba\x8f", "\xba\x90", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xba\x91", "\x46\xcb", "\x57\xc7", "\x00\x00", + "\x00\x00", "\x57\xbf", "\x57\xc1", "\x00\x00", "\x55\x68", "\x55\xf0", + "\xba\x92", "\x00\x00", "\xba\x93", "\x57\xc6", "\x57\xc5", "\xba\x94", + "\x00\x00", "\xb3\x97", "\x47\x47", "\xb3\x98", "\x00\x00", "\x00\x00", + "\xba\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x7c", "\x00\x00", + "\xba\x96", "\x57\xc4", "\xba\x97", "\x57\xc0", "\xba\x98", "\xba\x99", + "\x00\x00", "\x00\x00", "\x4c\xdb", "\xba\x9a", "\x51\xb8", "\x4f\x76", + "\xba\x9b", "\xba\x9c", "\x00\x00", "\x00\x00", "\xba\x9d", "\xba\x9e", + "\xba\x9f", "\x57\xc2", "\x4b\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xc3", "\xba\xa0", "\x54\xd4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xa1", "\xba\xa2", + "\x00\x00", "\x00\x00", "\x57\xcc", "\x4b\xe0", "\x00\x00", "\x4d\x43", + "\xba\xa3", "\x57\xd2", "\x00\x00", "\xba\xa4", "\xba\xa5", "\x00\x00", + "\x57\xd1", "\x57\xc8", "\x00\x00", "\xba\xa6", "\xba\xa7", "\xba\xa8", + "\x54\x78", "\x00\x00", "\x57\xc9", "\xba\xa9", "\x00\x00", "\x00\x00", + "\x53\x83", "\x57\xce", "\x46\xbe", "\xba\xaa", "\x00\x00", "\xba\xab", + "\xba\xac", "\x00\x00", "\x57\xcb", "\xba\xad", "\x00\x00", "\x46\xe4", + "\xba\xae", "\xba\xaf", "\x00\x00", "\x47\xe4", "\x00\x00", "\x00\x00", + "\x57\xcf", "\x57\xd0", "\xba\xb0", "\x00\x00", "\xba\xb1", "\xba\xb2", + "\x57\xcd", "\x57\xd3", "\xba\xb3", "\x00\x00", "\xba\xb4", "\xba\xb5", + "\x00\x00", "\x57\xca", "\xba\xb6", "\x00\x00", "\xba\xb7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x57\xd8", "\x57\xdd", "\xb3\x9c", "\x57\xd9", "\xba\xb8", + "\x57\xd5", "\xba\xb9", "\xba\xba", "\x57\xdf", "\x46\xb3", "\x00\x00", + "\x57\xde", "\x57\xe1", "\xba\xbb", "\x52\x53", "\x57\xd6", "\x55\x58", + "\x00\x00", "\x00\x00", "\xba\xbc", "\xba\xbd", "\x00\x00", "\xba\xbe", + "\xba\xbf", "\xba\xc0", "\xba\xc1", "\x00\x00", "\x00\x00", "\xba\xc2", + "\x57\xda", "\x57\xd4", "\x52\xb5", "\x00\x00", "\x45\xd1", "\x54\x75", + "\x57\xdb", "\x57\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xc3", + "\xba\xc4", "\x00\x00", "\x00\x00", "\x4f\xd3", "\x57\xe2", "\x57\xe0", + "\x51\x68", "\x4d\x6d", "\x4c\x5f", "\xba\xc5", "\x57\xdc", "\x00\x00", + "\x4e\xb9", "\x00\x00", "\xba\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x48\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xc7", "\x00\x00", "\xba\xc8", + "\x00\x00", "\xba\xc9", "\x57\xe5", "\x57\xe3", "\xba\xca", "\x58\x58", + "\x00\x00", "\xba\xcb", "\x00\x00", "\xba\xcc", "\xba\xcd", "\x00\x00", + "\xba\xce", "\x00\x00", "\x00\x00", "\xba\xcf", "\xba\xd0", "\xba\xd1", + "\x57\xe8", "\x00\x00", "\x00\x00", "\xba\xd2", "\xba\xd3", "\x00\x00", + "\x52\xa2", "\xba\xd4", "\x57\xe6", "\xb3\xa0", "\xba\xd5", "\x57\xe4", + "\x00\x00", "\x00\x00", "\xba\xd6", "\x4b\x5e", "\x57\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xd7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xba\xd8", "\x57\xeb", + "\x00\x00", "\x57\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xee", + "\x57\xed", "\xba\xd9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xba\xda", "\x50\x63", "\xb3\xa6", "\xba\xdb", "\x47\x7e", + "\xba\xdc", "\x00\x00", "\x00\x00", "\xba\xdd", "\xba\xde", "\xba\xdf", + "\xba\xe0", "\xba\xe1", "\xba\xe2", "\x00\x00", "\x57\xea", "\x00\x00", + "\x57\xec", "\x54\xec", "\x50\xf3", "\xba\xe3", "\x00\x00", "\x57\xef", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xa7", "\x52\xca", "\x00\x00", "\x00\x00", "\xba\xe4", "\x00\x00", + "\x00\x00", "\x57\xf8", "\xba\xe5", "\x50\xca", "\x57\xf3", "\xba\xe6", + "\x54\x7f", "\xba\xe7", "\x57\xf2", "\xba\xe8", "\x57\xf4", "\xba\xe9", + "\x00\x00", "\xba\xea", "\xba\xeb", "\xba\xec", "\x00\x00", "\xba\xed", + "\xba\xee", "\xba\xef", "\x52\x9b", "\xba\xf0", "\xba\xf1", "\x00\x00", + "\xba\xf2", "\xb3\xaa", "\x00\x00", "\xba\xf3", "\x00\x00", "\xba\xf4", + "\x50\x62", "\xba\xf5", "\x57\xf0", "\xba\xf6", "\x57\xf1", "\x00\x00", + "\x00\x00", "\xb3\xab", "\xba\xf7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x7d", "\x00\x00", "\x00\x00", + "\xba\xf8", "\x00\x00", "\xba\xf9", "\xba\xfa", "\xba\xfb", "\xba\xfc", + "\x57\xf6", "\x00\x00", "\xba\xfd", "\x00\x00", "\x45\xfc", "\xba\xfe", + "\x57\xfa", "\x57\xf5", "\x57\xf9", "\xbb\x41", "\x00\x00", "\xbb\x42", + "\x00\x00", "\xbb\x43", "\xbb\x44", "\x00\x00", "\x4e\x6d", "\xbb\x45", + "\xb3\xad", "\x00\x00", "\x55\xf1", "\x00\x00", "\x55\x82", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbb\x46", "\xbb\x47", "\x57\xf7", "\x55\xd8", + "\xbb\x48", "\x00\x00", "\x58\x41", "\xbb\x49", "\xbb\x4a", "\x00\x00", + "\x00\x00", "\x57\xfd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x57\xfc", "\xbb\x4b", "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\x4c", + "\xbb\x4d", "\x00\x00", "\x00\x00", "\xbb\x4e", "\xbb\x4f", "\xbb\x50", + "\x58\x42", "\x00\x00", "\x51\x90", "\x00\x00", "\x00\x00", "\x58\x43", + "\xbb\x51", "\xbb\x52", "\xbb\x53", "\xbb\x54", "\x00\x00", "\xbb\x55", + "\xbb\x56", "\xbb\x57", "\x58\x44", "\x00\x00", "\x00\x00", "\xbb\x58", + "\xb3\xaf", "\xbb\x59", "\x58\x46", "\x00\x00", "\x58\x45", "\xbb\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x49", "\x00\x00", + "\xbb\x5b", "\x00\x00", "\x58\x4c", "\x58\x4a", "\x58\x48", "\x58\x4b", + "\x00\x00", "\xbb\x5c", "\x00\x00", "\x00\x00", "\x58\x47", "\xbb\x5d", + "\xbb\x5e", "\xbb\x5f", "\xbb\x60", "\xbb\x61", "\x58\x4d", "\xbb\x62", + "\xbb\x63", "\x58\x4f", "\x00\x00", "\x58\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x50", "\x56\xd4", "\xbb\x64", "\x50\x65", "\x45\x44", + "\xbb\x65", "\xbb\x66", "\x46\xa9", "\xbb\x67", "\x4a\x49", "\xbb\x68", + "\x00\x00", "\x47\xf0", "\xbb\x69", "\xbb\x6a", "\xbb\x6b", "\xbb\x6c", + "\xbb\x6d", "\x00\x00", "\x00\x00", "\xbb\x6e", "\x00\x00", "\xbb\x6f", + "\x58\x51", "\x00\x00", "\x4b\x44", "\xbb\x70", "\x4a\xfa", "\x47\xc1", + "\x00\x00", "\x00\x00", "\xbb\x71", "\xbb\x72", "\x00\x00", "\x58\x52", + "\x4a\x94", "\x00\x00", "\x00\x00", "\x45\x8f", "\x00\x00", "\x58\x53", + "\x52\x66", "\xbb\x73", "\xbb\x74", "\x53\xcf", "\x58\x54", "\x00\x00", + "\x00\x00", "\xbb\x75", "\x58\x56", "\x58\x55", "\xbb\x76", "\x51\xbd", + "\xbb\x77", "\x58\x57", "\x00\x00", "\x4f\x49", "\x00\x00", "\xbb\x78", + "\x47\xe1", "\x54\xe7", "\x00\x00", "\xbb\x79", "\x58\x5a", "\x00\x00", + "\x58\x59", "\x00\x00", "\xbb\x7a", "\xbb\x7b", "\x58\x5b", "\xbb\x7c", + "\x00\x00", "\x46\x84", "\xbb\x7d", "\xb3\xb2", "\xbb\x7e", "\xbb\x7f", + "\xbb\x80", "\xbb\x81", "\x58\x5c", "\x47\x82", "\x47\xcd", "\xbb\x82", + "\xbb\x83", "\x00\x00", "\xbb\x84", "\x49\xe6", "\xbb\x85", "\xbb\x86", + "\x45\xc2", "\x00\x00", "\x00\x00", "\xbb\x87", "\xbb\x88", "\x00\x00", + "\x00\x00", "\x51\xd1", "\x58\x5d", "\x00\x00", "\x00\x00", "\x58\x5f", + "\x00\x00", "\xbb\x89", "\xbb\x8a", "\xbb\x8b", "\x58\x61", "\x00\x00", + "\x45\xec", "\x00\x00", "\x00\x00", "\xbb\x8c", "\xbb\x8d", "\x49\xae", + "\x00\x00", "\x00\x00", "\x4c\x55", "\x00\x00", "\xbb\x8e", "\xbb\x8f", + "\x58\x5e", "\x58\x62", "\x4e\x8d", "\x4e\xf3", "\xbb\x90", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x58\x65", "\xbb\x91", "\x00\x00", "\x53\xa6", "\x58\x63", + "\x51\xc4", "\xbb\x92", "\xbb\x93", "\x53\x98", "\x49\x49", "\xbb\x94", + "\x00\x00", "\xbb\x95", "\xbb\x96", "\xbb\x97", "\xbb\x98", "\xbb\x99", + "\x00\x00", "\xbb\x9a", "\xbb\x9b", "\xbb\x9c", "\x00\x00", "\xbb\x9d", + "\x00\x00", "\xbb\x9e", "\xbb\x9f", "\xbb\xa0", "\xbb\xa1", "\x00\x00", + "\xbb\xa2", "\x58\x66", "\x00\x00", "\xbb\xa3", "\x4b\xc9", "\xbb\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x64", "\x58\x67", + "\x00\x00", "\x46\xe6", "\xbb\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x68", "\xbb\xa6", "\xbb\xa7", + "\x00\x00", "\xbb\xa8", "\x00\x00", "\xbb\xa9", "\xbb\xaa", "\x00\x00", + "\xbb\xab", "\xbb\xac", "\xbb\xad", "\xbb\xae", "\x58\x69", "\xbb\xaf", + "\x54\x66", "\x47\xce", "\x58\x6a", "\x00\x00", "\x00\x00", "\xbb\xb0", + "\xbb\xb1", "\xbb\xb2", "\x58\x6d", "\x00\x00", "\x58\x6c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xcd", "\x00\x00", "\x00\x00", "\x58\x6b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xb3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xb4", "\x00\x00", "\x00\x00", + "\x58\x71", "\x00\x00", "\x00\x00", "\x58\x6e", "\x00\x00", "\x00\x00", + "\x58\x6f", "\x58\x73", "\x58\x70", "\x00\x00", "\x00\x00", "\x4e\xac", + "\xbb\xb5", "\x00\x00", "\x45\xdb", "\xbb\xb6", "\x00\x00", "\x00\x00", + "\x58\x74", "\x58\x75", "\x58\x72", "\xbb\xb7", "\x58\x76", "\xb3\xb9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xf4", "\xbb\xb8", + "\xbb\xb9", "\x48\xe9", "\x51\x7e", "\xbb\xba", "\x00\x00", "\x58\x79", + "\xbb\xbb", "\x00\x00", "\xbb\xbc", "\xbb\xbd", "\x00\x00", "\xbb\xbe", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xbf", "\x00\x00", "\x00\x00", + "\xbb\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\x48", "\xbb\xc1", + "\xbb\xc2", "\x4d\x57", "\xbb\xc3", "\x4d\xac", "\x46\xf1", "\xb3\xbc", + "\x46\xa3", "\xbb\xc4", "\xbb\xc5", "\xbb\xc6", "\x46\x9d", "\x00\x00", + "\x49\x7f", "\xbb\xc7", "\xbb\xc8", "\x4a\xe7", "\x53\x71", "\x00\x00", + "\xbb\xc9", "\xbb\xca", "\x58\x78", "\x58\x7a", "\xbb\xcb", "\xbb\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x53\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x7b", + "\x00\x00", "\xbb\xcd", "\x00\x00", "\x53\xa7", "\xbb\xce", "\xbb\xcf", + "\xbb\xd0", "\x58\x7c", "\x00\x00", "\x00\x00", "\x4b\x61", "\x00\x00", + "\xbb\xd1", "\xbb\xd2", "\x00\x00", "\x00\x00", "\x4f\xac", "\x00\x00", + "\x00\x00", "\xbb\xd3", "\x00\x00", "\x4e\x53", "\x50\xa4", "\x49\xb8", + "\xbb\xd4", "\x00\x00", "\x45\xd9", "\x54\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbb\xd5", "\x4a\x7c", "\x00\x00", "\x00\x00", "\x58\x80", + "\x00\x00", "\xbb\xd6", "\x53\x9f", "\x4b\xeb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbb\xd7", + "\x50\x53", "\x58\x7d", "\xbb\xd8", "\xbb\xd9", "\x00\x00", "\xbb\xda", + "\xbb\xdb", "\x4e\xc6", "\x58\x81", "\x00\x00", "\x4c\xcb", "\xbb\xdc", + "\x00\x00", "\x48\x6a", "\x52\xf8", "\x4f\x6f", "\x46\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xc1", "\xbb\xdd", "\x00\x00", "\xbb\xde", + "\x58\x7e", "\x00\x00", "\xbb\xdf", "\x00\x00", "\x00\x00", "\xbb\xe0", + "\xbb\xe1", "\x47\x43", "\x00\x00", "\x4f\x5e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x83", "\x00\x00", "\x58\x86", "\x00\x00", + "\x00\x00", "\x4d\x89", "\x00\x00", "\x00\x00", "\xbb\xe2", "\x58\x84", + "\x00\x00", "\x00\x00", "\xbb\xe3", "\x00\x00", "\x52\x79", "\xbb\xe4", + "\xbb\xe5", "\xbb\xe6", "\x00\x00", "\x4a\x95", "\x00\x00", "\x58\x85", + "\x00\x00", "\xbb\xe7", "\xbb\xe8", "\xbb\xe9", "\xbb\xea", "\xb3\xc1", + "\xbb\xeb", "\xbb\xec", "\x00\x00", "\xbb\xed", "\xbb\xee", "\x00\x00", + "\x00\x00", "\x4e\xbe", "\xbb\xef", "\x00\x00", "\xbb\xf0", "\x46\x4d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x50", "\xbb\xf1", + "\x58\x8a", "\x58\x87", "\xbb\xf2", "\xbb\xf3", "\xbb\xf4", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbb\xf5", "\x00\x00", "\x4a\xfc", "\xbb\xf6", + "\xb3\xc3", "\x58\x88", "\x00\x00", "\x00\x00", "\x58\x8b", "\x00\x00", + "\x00\x00", "\xbb\xf7", "\x58\x8c", "\x52\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\x89", "\x58\x8d", "\x58\x8e", "\x55\x52", + "\xbb\xf8", "\x00\x00", "\x54\x88", "\x00\x00", "\x00\x00", "\x4b\x95", + "\xbb\xf9", "\xb3\xc4", "\xbb\xfa", "\x58\x8f", "\x00\x00", "\x4e\x8e", + "\xbb\xfb", "\x00\x00", "\x4e\xc8", "\x00\x00", "\x51\x96", "\xbb\xfc", + "\xbb\xfd", "\x00\x00", "\xbb\xfe", "\x58\x91", "\xbc\x41", "\x58\x90", + "\xbc\x42", "\x55\xb9", "\xbc\x43", "\x58\x92", "\x58\x94", "\x58\x93", + "\xbc\x44", "\x00\x00", "\x58\x96", "\xbc\x45", "\x58\x95", "\x58\x97", + "\xb3\xc7", "\xbc\x46", "\xbc\x47", "\x00\x00", "\x58\x98", "\x58\x99", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x48", "\x00\x00", "\x46\x7d", + "\x51\x4f", "\x00\x00", "\x4c\x9f", "\x58\x9a", "\x49\x6c", "\x4e\xb0", + "\x47\x75", "\xbc\x49", "\xb3\xc8", "\x00\x00", "\x00\x00", "\x58\x9b", + "\x00\x00", "\x58\x9c", "\x50\x77", "\x58\x9d", "\x58\x9e", "\x52\x75", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\x9f", "\x00\x00", + "\x00\x00", "\xbc\x4a", "\xbc\x4b", "\x00\x00", "\x00\x00", "\x47\x6f", + "\x58\xa0", "\x58\xa1", "\xbc\x4c", "\xb3\xc9", "\x00\x00", "\x49\x7e", + "\x58\xa2", "\x00\x00", "\xbc\x4d", "\xbc\x4e", "\xbc\x4f", "\x4a\xc3", + "\x46\x94", "\x00\x00", "\x52\xc8", "\x54\xdd", "\x45\xfe", "\x58\xa3", + "\x48\xc8", "\xbc\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x51", + "\x4b\x8b", "\xbc\x52", "\xbc\x53", "\x58\xa5", "\x00\x00", "\x45\x5b", + "\xbc\x54", "\x46\x8a", "\x45\xab", "\x45\x73", "\x58\xa6", "\x58\xa7", + "\x47\x92", "\xbc\x55", "\xbc\x56", "\x49\x41", "\x58\xa8", "\xbc\x57", + "\x00\x00", "\xbc\x58", "\xbc\x59", "\x51\x47", "\x58\xa9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xcd", "\x58\xaa", "\xbc\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x5b", "\x52\xf2", "\x00\x00", + "\xbc\x5c", "\x4d\x69", "\x45\xe6", "\x4d\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x8f", "\x4c\x53", "\x58\xac", "\x4c\x64", + "\xbc\x5d", "\x58\xad", "\x52\x84", "\x58\xab", "\x00\x00", "\x55\x83", + "\x58\xaf", "\xbc\x5e", "\x58\xae", "\x58\xb0", "\x00\x00", "\x58\xb1", + "\xbc\x5f", "\xbc\x60", "\x58\xb4", "\xbc\x61", "\x58\xb3", "\x58\xb2", + "\x00\x00", "\x46\xe5", "\x00\x00", "\x58\xb5", "\x4e\xca", "\x58\xb7", + "\x4e\xbb", "\xbc\x62", "\x58\xb6", "\xbc\x63", "\x4e\xdd", "\xbc\x64", + "\x00\x00", "\x00\x00", "\xbc\x65", "\x46\x99", "\x4d\x90", "\xbc\x66", + "\xbc\x67", "\x00\x00", "\x58\xb8", "\xbc\x68", "\x00\x00", "\xbc\x69", + "\xbc\x6a", "\x46\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xb9", + "\x4b\xf8", "\x51\xa2", "\x55\x4d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x43", "\xbc\x6b", "\xbc\x6c", "\x58\xba", + "\xbc\x6d", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x6e", "\x53\x95", + "\x00\x00", "\xbc\x6f", "\x53\xd1", "\xbc\x70", "\x00\x00", "\x4a\x66", + "\x00\x00", "\x58\xbb", "\x00\x00", "\x58\xbc", "\x00\x00", "\xbc\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xbd", "\x58\xbe", "\x4d\x9e", + "\x00\x00", "\xbc\x72", "\x50\xec", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\x7f", "\xbc\x73", "\xbc\x74", "\xbc\x75", "\xbc\x76", "\x00\x00", + "\x58\xbf", "\xbc\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\x78", + "\x00\x00", "\x4b\xdc", "\x58\xc0", "\x49\xa3", "\xbc\x79", "\x00\x00", + "\x53\xaf", "\x00\x00", "\x00\x00", "\xbc\x7a", "\x00\x00", "\xbc\x7b", + "\xbc\x7c", "\x00\x00", "\x58\xc1", "\x00\x00", "\xbc\x7d", "\x4c\xc1", + "\xbc\x7e", "\x49\x90", "\x00\x00", "\xbc\x7f", "\x00\x00", "\x00\x00", + "\x54\x9c", "\x53\xf2", "\xbc\x80", "\x4f\xf1", "\x48\x4f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xc3", "\x58\xc4", "\x00\x00", + "\x51\x84", "\xbc\x81", "\xbc\x82", "\xbc\x83", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\x84", "\xbc\x85", "\x52\x55", "\x55\xde", "\xbc\x86", + "\x58\xc2", "\x00\x00", "\x55\x8c", "\x4a\xb3", "\x00\x00", "\x00\x00", + "\xbc\x87", "\xbc\x88", "\x00\x00", "\xbc\x89", "\xbc\x8a", "\x00\x00", + "\xbc\x8b", "\x00\x00", "\x51\x79", "\xbc\x8c", "\xb3\xd3", "\x00\x00", + "\x00\x00", "\x52\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x42", + "\xbc\x8d", "\x4c\x65", "\x00\x00", "\x55\x7a", "\xbc\x8e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xca", "\x00\x00", "\x00\x00", + "\xbc\x8f", "\xbc\x90", "\xbc\x91", "\x00\x00", "\x00\x00", "\x58\xc7", + "\xbc\x92", "\xbc\x93", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd5", + "\x4b\x54", "\x00\x00", "\x58\xc9", "\x00\x00", "\x58\xc8", "\x00\x00", + "\xbc\x94", "\x58\xc6", "\x52\x4c", "\x00\x00", "\x00\x00", "\xbc\x95", + "\xbc\x96", "\x58\xc5", "\x00\x00", "\xbc\x97", "\xbc\x98", "\x54\x9f", + "\xbc\x99", "\x00\x00", "\x00\x00", "\xbc\x9a", "\x00\x00", "\x50\xb5", + "\xbc\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xce", + "\x58\xcf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x54\x98", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xcb", "\x50\xf8", + "\x00\x00", "\x00\x00", "\xbc\x9c", "\xbc\x9d", "\x4e\xcc", "\xbc\x9e", + "\xbc\x9f", "\x58\xcd", "\x00\x00", "\x00\x00", "\xbc\xa0", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbc\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xa3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xd0", "\xbc\xa4", "\x00\x00", "\xbc\xa5", + "\x49\x6f", "\xbc\xa6", "\x00\x00", "\x00\x00", "\x58\xd1", "\x00\x00", + "\x58\xcc", "\xbc\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xa8", + "\x00\x00", "\x00\x00", "\xbc\xa9", "\xbc\xaa", "\x00\x00", "\x00\x00", + "\xbc\xab", "\x54\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbc\xad", "\x00\x00", "\x4d\x80", "\xbc\xae", "\x00\x00", "\x00\x00", + "\xbc\xaf", "\x00\x00", "\x00\x00", "\xbc\xb0", "\x58\xd2", "\x48\x55", + "\xbc\xb1", "\x00\x00", "\xbc\xb2", "\xbc\xb3", "\xbc\xb4", "\x00\x00", + "\xbc\xb5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xb7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xb8", "\xbc\xb9", "\xbc\xba", + "\x00\x00", "\xbc\xbb", "\x00\x00", "\x00\x00", "\xbc\xbc", "\x00\x00", + "\xbc\xbd", "\xbc\xbe", "\x58\xd3", "\x58\xd8", "\x58\xd4", "\xbc\xbf", + "\x00\x00", "\x4e\x89", "\x58\xd7", "\x00\x00", "\xbc\xc0", "\x00\x00", + "\xbc\xc1", "\x00\x00", "\xbc\xc2", "\x53\xe0", "\x00\x00", "\x58\xd6", + "\x4e\xc3", "\x00\x00", "\x00\x00", "\xbc\xc3", "\x58\xd5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xdd", "\x58\xda", + "\x00\x00", "\x00\x00", "\xbc\xc4", "\x00\x00", "\xbc\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbc\xc6", "\x55\x67", "\x00\x00", "\x58\xd9", + "\x00\x00", "\xbc\xc7", "\x58\xdb", "\x00\x00", "\x00\x00", "\x58\xdc", + "\xbc\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xc9", "\x00\x00", + "\xb3\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbc\xca", + "\xbc\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xde", "\x58\xdf", + "\x00\x00", "\xbc\xcc", "\x00\x00", "\x00\x00", "\xbc\xcd", "\xbc\xce", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbc\xcf", "\x4f\x8b", "\x00\x00", "\x58\xe1", "\x58\xe0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x58\xe2", "\xbc\xd0", "\x00\x00", "\xbc\xd1", + "\x00\x00", "\xbc\xd2", "\x00\x00", "\xbc\xd3", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xd4", "\x4d\xe4", "\x00\x00", "\x00\x00", "\xbc\xd5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x58\xe4", "\x00\x00", + "\x52\xea", "\xbc\xd6", "\x00\x00", "\x00\x00", "\x55\xe8", "\x00\x00", + "\x58\xe3", "\x00\x00", "\xbc\xd7", "\x00\x00", "\x58\xe5", "\x00\x00", + "\xbc\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x58\xe6", "\x00\x00", "\x58\xe9", "\xbc\xd9", "\x00\x00", "\x58\xe7", + "\x00\x00", "\x58\xe8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbc\xda", "\xbc\xdb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x45\x64", "\x58\xea", "\xbc\xdc", "\x00\x00", "\x4b\xd9", "\x58\xeb", + "\x58\xec", "\x48\xf2", "\x4a\x41", "\x00\x00", "\x52\x58", "\x58\xee", + "\x4f\xf2", "\x45\xf4", "\xbc\xdd", "\x4f\x83", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4a\xec", "\x4e\xaf", "\x58\xef", "\x45\xbe", "\x00\x00", + "\xbc\xde", "\x58\xf0", "\x00\x00", "\x4c\x5e", "\x00\x00", "\x00\x00", + "\xbc\xdf", "\xbc\xe0", "\x58\xf1", "\x59\x5b", "\x00\x00", "\x58\xf2", + "\x00\x00", "\x58\xf3", "\x00\x00", "\x00\x00", "\x58\xf4", "\x00\x00", + "\x58\xf5", "\x00\x00", "\xbc\xe1", "\xbc\xe2", "\xbc\xe3", "\xbc\xe4", + "\x58\xf6", "\xbc\xe5", "\x00\x00", "\x58\xf7", "\xbc\xe6", "\x48\x6f", + "\xbc\xe7", "\x46\xd5", "\x46\xf0", "\x45\xa8", "\xbc\xe8", "\x52\x4d", + "\x48\xc5", "\x4c\x75", "\xbc\xe9", "\x46\xc8", "\xbc\xea", "\xbc\xeb", + "\x00\x00", "\xbc\xec", "\xbc\xed", "\x51\x5c", "\xbc\xee", "\x47\xdd", + "\x49\xa2", "\x4d\x64", "\x45\xe7", "\x50\xab", "\x4d\x8b", "\x49\x4d", + "\x00\x00", "\x45\xed", "\x00\x00", "\x00\x00", "\x4a\xde", "\x49\x8f", + "\x47\xb8", "\x4f\x7a", "\x58\xf8", "\x00\x00", "\xbc\xef", "\xbc\xf0", + "\x00\x00", "\x00\x00", "\xbc\xf1", "\xbc\xf2", "\x45\x92", "\xbc\xf3", + "\x4e\xd4", "\xbc\xf4", "\xbc\xf5", "\x49\x68", "\x50\x78", "\x52\xef", + "\x46\x86", "\xbc\xf6", "\x58\xf9", "\x48\x89", "\xbc\xf7", "\x00\x00", + "\xbc\xf8", "\x00\x00", "\x00\x00", "\x48\x82", "\x58\xfc", "\xbc\xf9", + "\x4f\xe9", "\x58\xfa", "\x49\xdf", "\x4a\x84", "\x4a\x56", "\x58\xfb", + "\x00\x00", "\x58\xfd", "\x00\x00", "\x00\x00", "\x45\xac", "\xbc\xfa", + "\xb3\xdc", "\xbc\xfb", "\x59\x41", "\x00\x00", "\x4b\x81", "\x55\xf4", + "\x52\x44", "\x00\x00", "\xbc\xfc", "\xbc\xfd", "\x59\x42", "\xbc\xfe", + "\xbd\x41", "\x47\xf8", "\x00\x00", "\x4b\x59", "\x59\x43", "\x4b\x93", + "\xbd\x42", "\x52\xb8", "\x59\x46", "\x00\x00", "\x59\x45", "\x59\x47", + "\x51\xfc", "\x4f\xa9", "\x5c\x7e", "\x49\x87", "\x00\x00", "\x59\x48", + "\x59\x44", "\x00\x00", "\x4c\x7a", "\xbd\x43", "\x59\x49", "\xbd\x44", + "\x00\x00", "\x59\x4a", "\xbd\x45", "\x55\x56", "\x59\x4b", "\x00\x00", + "\x4b\x60", "\x00\x00", "\x46\xa0", "\x00\x00", "\x00\x00", "\xbd\x46", + "\x46\x56", "\x46\xb2", "\x00\x00", "\x4d\x76", "\x49\xfb", "\xb3\xe1", + "\x49\x8a", "\x59\x4c", "\x49\x59", "\x59\x4d", "\x59\x4e", "\x51\x89", + "\x4c\xef", "\x4d\x5f", "\xbd\x47", "\x59\x4f", "\x48\xae", "\x45\x5d", + "\x00\x00", "\x48\x4a", "\xb3\xe2", "\x59\x50", "\x00\x00", "\x00\x00", + "\x53\xc0", "\xbd\x48", "\x00\x00", "\x00\x00", "\x48\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\x51", "\xbd\x49", "\x59\x52", "\x00\x00", + "\x59\x53", "\xbd\x4a", "\x53\xae", "\x00\x00", "\xbd\x4b", "\x00\x00", + "\x59\x54", "\xbd\x4c", "\x00\x00", "\xbd\x4d", "\xbd\x4e", "\x68\x80", + "\xbd\x4f", "\x00\x00", "\xbd\x50", "\x4b\xee", "\xbd\x51", "\x00\x00", + "\x00\x00", "\xbd\x52", "\xbd\x53", "\x00\x00", "\x59\x55", "\x51\x5d", + "\x4c\x6b", "\x49\xce", "\x4a\x86", "\x4f\xb9", "\x45\xc8", "\x4c\xc6", + "\x48\x8b", "\x59\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\x5e", + "\x59\x57", "\x00\x00", "\x4d\x94", "\x00\x00", "\x4d\xa7", "\x45\xe9", + "\x00\x00", "\x55\xba", "\x59\x58", "\x54\x43", "\x59\x5a", "\x54\xb2", + "\x00\x00", "\x59\x59", "\x00\x00", "\x48\xdd", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x54", "\xbd\x55", "\xb3\xe5", "\xbd\x56", "\x00\x00", + "\x47\x6d", "\xb3\xe6", "\x53\xfb", "\x55\xc0", "\xbd\x57", "\xbd\x58", + "\x4a\x8e", "\x4c\xa2", "\x00\x00", "\xbd\x59", "\xbd\x5a", "\xbd\x5b", + "\x00\x00", "\x00\x00", "\x59\x5c", "\xbd\x5c", "\x59\x5d", "\x4f\xdd", + "\xbd\x5d", "\x45\x65", "\x00\x00", "\x00\x00", "\xbd\x5e", "\xbd\x5f", + "\x59\x5e", "\x00\x00", "\x00\x00", "\x59\x5f", "\xbd\x60", "\xbd\x61", + "\xbd\x62", "\xbd\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x64", + "\xbd\x65", "\x00\x00", "\xbd\x66", "\x00\x00", "\x59\x60", "\x00\x00", + "\x00\x00", "\xbd\x67", "\x47\x4a", "\x52\x5a", "\xbd\x68", "\x00\x00", + "\x59\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x69", "\x00\x00", "\xbd\x6a", + "\xbd\x6b", "\x45\x72", "\xbd\x6c", "\xbd\x6d", "\x00\x00", "\x00\x00", + "\x59\x67", "\xb3\xed", "\x54\xb9", "\x45\xbf", "\xbd\x6e", "\x59\x63", + "\x50\xd5", "\xb3\xee", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x62", + "\xbd\x6f", "\x4d\x46", "\xbd\x70", "\xbd\x71", "\x59\x65", "\x59\x66", + "\x47\x48", "\x00\x00", "\x59\x68", "\x59\x64", "\x59\x6a", "\x00\x00", + "\x59\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x59\x69", "\x00\x00", "\x59\x6b", "\x00\x00", "\xbd\x72", + "\x00\x00", "\xbd\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xf3", "\x00\x00", "\xbd\x74", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x75", "\x00\x00", "\x59\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x76", "\x00\x00", "\x00\x00", "\x4f\x96", "\x51\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\x9d", "\x59\x6d", "\x59\x72", "\x00\x00", "\x00\x00", "\x59\x71", + "\xbd\x77", "\x4a\xac", "\x48\xfe", "\xbd\x78", "\xbd\x79", "\x00\x00", + "\xbd\x7a", "\x59\x70", "\x45\x6f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x6f", "\x50\x72", "\x00\x00", "\x59\x6e", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbd\x7c", "\x4c\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x73", + "\x00\x00", "\xbd\x7d", "\x45\x7f", "\x00\x00", "\xb3\xf6", "\x59\x77", + "\xbd\x7e", "\x00\x00", "\x51\x4d", "\x59\x74", "\x50\x74", "\x54\xf1", + "\x59\x7c", "\x59\x7b", "\x59\x7a", "\x59\x76", "\x00\x00", "\xb3\xf7", + "\x00\x00", "\x59\x75", "\xb3\xf8", "\x00\x00", "\x59\x79", "\xbd\x7f", + "\xbd\x80", "\x00\x00", "\xbd\x81", "\x59\x78", "\x00\x00", "\x4f\x5f", + "\x00\x00", "\xbd\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x83", "\x00\x00", "\x00\x00", "\xbd\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x85", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\x86", "\x00\x00", "\xbd\x87", "\x00\x00", "\x00\x00", + "\x59\x84", "\xbd\x88", "\x00\x00", "\x00\x00", "\xbd\x89", "\xb3\xfc", + "\xbd\x8a", "\x00\x00", "\xbd\x8b", "\x59\x83", "\x59\x7d", "\x00\x00", + "\x59\x82", "\x00\x00", "\x49\x8c", "\xbd\x8c", "\x59\x7e", "\x59\x7f", + "\x00\x00", "\xbd\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\x8e", + "\x00\x00", "\x00\x00", "\x59\x81", "\x00\x00", "\x00\x00", "\xbd\x8f", + "\xbd\x90", "\xbd\x91", "\xbd\x92", "\x00\x00", "\xbd\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x9e", "\xbd\x94", "\x00\x00", + "\x59\x85", "\x59\x87", "\x00\x00", "\x4e\xd3", "\xbd\x95", "\x00\x00", + "\x00\x00", "\x59\x86", "\x00\x00", "\x00\x00", "\x59\x88", "\x00\x00", + "\x00\x00", "\xbd\x96", "\xbd\x97", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbd\x98", "\xbd\x99", "\x00\x00", "\xbd\x9a", "\x59\x8b", "\xbd\x9b", + "\x59\x8a", "\x00\x00", "\x00\x00", "\x59\x89", "\xbd\x9c", "\x00\x00", + "\xbd\x9d", "\x47\xd1", "\x59\x8c", "\x00\x00", "\x00\x00", "\x00\x00", + "\x59\x8f", "\x00\x00", "\xbd\x9e", "\xbd\x9f", "\xbd\xa0", "\xbd\xa1", + "\x00\x00", "\xb4\x43", "\x00\x00", "\xbd\xa2", "\x00\x00", "\xbd\xa3", + "\x00\x00", "\x59\x8e", "\x00\x00", "\xbd\xa4", "\xbd\xa5", "\x00\x00", + "\x59\x8d", "\x00\x00", "\xb4\x45", "\x00\x00", "\x00\x00", "\xbd\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\xa7", "\x59\x90", "\x00\x00", + "\x59\x91", "\x00\x00", "\xbd\xa8", "\x00\x00", "\xbd\xa9", "\x00\x00", + "\xbd\xaa", "\x00\x00", "\x00\x00", "\x59\x92", "\x59\x93", "\x59\x95", + "\x4c\xe8", "\x00\x00", "\x59\x94", "\x4f\x84", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbd\xab", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\xac", "\x00\x00", "\x59\x96", "\x00\x00", "\xbd\xad", + "\x49\xcf", "\x52\x81", "\xbd\xae", "\x00\x00", "\x59\x97", "\xb4\x47", + "\x59\x99", "\x59\x98", "\x00\x00", "\x00\x00", "\x51\xdf", "\xb4\x48", + "\xbd\xaf", "\xbd\xb0", "\x00\x00", "\x59\x9a", "\x00\x00", "\x45\x67", + "\x47\x41", "\x00\x00", "\xbd\xb1", "\x4d\x47", "\xb4\x4a", "\x4c\x67", + "\xbd\xb2", "\x45\x6a", "\x48\x5b", "\x4c\xa3", "\x4a\x52", "\xbd\xb3", + "\x00\x00", "\x59\x9b", "\x00\x00", "\x00\x00", "\x49\x8b", "\x00\x00", + "\x00\x00", "\x47\xad", "\x4a\x4b", "\x4a\xe6", "\x4e\x7d", "\x59\x9c", + "\x00\x00", "\x53\xcb", "\xbd\xb4", "\xbd\xb5", "\x00\x00", "\x48\x93", + "\x00\x00", "\x4e\x46", "\x4a\x7d", "\x00\x00", "\xbd\xb6", "\x00\x00", + "\x45\x53", "\x47\x6b", "\x00\x00", "\x00\x00", "\x4f\x75", "\xbd\xb7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\x9d", "\x4a\xb5", "\xbd\xb8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xa0", "\xbd\xb9", "\x00\x00", + "\xbd\xba", "\xbd\xbb", "\x51\xc7", "\x00\x00", "\xbd\xbc", "\x59\x9f", + "\x59\x9e", "\x59\xa1", "\x00\x00", "\x48\x9c", "\x00\x00", "\xbd\xbd", + "\xbd\xbe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xaf", + "\x00\x00", "\x00\x00", "\xbd\xbf", "\x00\x00", "\x00\x00", "\x4a\x44", + "\x00\x00", "\x4b\x53", "\xbd\xc0", "\x49\x60", "\x49\x82", "\x00\x00", + "\xbd\xc1", "\x4d\xc5", "\x00\x00", "\xbd\xc2", "\x59\xa2", "\x54\xbe", + "\x46\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x85", + "\xbd\xc3", "\x00\x00", "\x59\xa5", "\x00\x00", "\x00\x00", "\x59\xa4", + "\x59\xa3", "\x4a\x5e", "\x00\x00", "\x59\xa6", "\x00\x00", "\xbd\xc4", + "\x00\x00", "\xbd\xc5", "\x49\x6b", "\x00\x00", "\x59\xa7", "\x00\x00", + "\xbd\xc6", "\xbd\xc7", "\x00\x00", "\x00\x00", "\x59\xa9", "\x4c\xca", + "\xbd\xc8", "\x59\xa8", "\xbd\xc9", "\x00\x00", "\x00\x00", "\xbd\xca", + "\xbd\xcb", "\x00\x00", "\xbd\xcc", "\x54\x83", "\x00\x00", "\x48\xde", + "\x59\xaa", "\x4e\x7f", "\x59\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbd\xcd", "\x00\x00", "\xbd\xce", "\xbd\xcf", "\xbd\xd0", "\xbd\xd1", + "\xbd\xd2", "\x00\x00", "\xbd\xd3", "\x00\x00", "\x4a\x6f", "\x45\x8d", + "\x45\x60", "\x59\xac", "\x59\xad", "\xb4\x51", "\x45\xa9", "\x48\xda", + "\x59\xae", "\x50\xa2", "\x4d\xaf", "\x52\x5f", "\x4b\x57", "\x59\xaf", + "\xbd\xd4", "\x4b\x92", "\x00\x00", "\x45\xb7", "\x48\x50", "\x00\x00", + "\x00\x00", "\x55\x8d", "\x00\x00", "\x00\x00", "\x4a\xed", "\xbd\xd5", + "\x00\x00", "\x00\x00", "\xbd\xd6", "\x4d\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x64", "\x55\x4f", "\x48\x54", + "\x00\x00", "\x00\x00", "\x51\x5a", "\x00\x00", "\x45\x51", "\x00\x00", + "\x00\x00", "\x00\x00", "\x59\xb0", "\x00\x00", "\xbd\xd7", "\x00\x00", + "\xbd\xd8", "\xbd\xd9", "\x45\xde", "\x48\xb1", "\xbd\xda", "\x00\x00", + "\xbd\xdb", "\x45\xf8", "\xbd\xdc", "\x48\xe0", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\xdd", "\x00\x00", "\xbd\xde", "\x00\x00", "\x4e\xeb", + "\x50\xc1", "\x46\x9a", "\x4c\x5d", "\xb4\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbd\xdf", "\xbd\xe0", "\xbd\xe1", "\x00\x00", "\x59\xb1", + "\x59\xb2", "\x4b\xc7", "\x00\x00", "\x00\x00", "\xbd\xe2", "\x00\x00", + "\x59\xb3", "\x4e\xdb", "\x4e\xa7", "\xbd\xe3", "\xbd\xe4", "\x00\x00", + "\xbd\xe5", "\x59\xb5", "\x59\xb4", "\xbd\xe6", "\xbd\xe7", "\x54\xad", + "\xbd\xe8", "\xbd\xe9", "\x53\x6c", "\x00\x00", "\x00\x00", "\xb4\x55", + "\x59\xb7", "\x59\xb8", "\xbd\xea", "\x59\xb6", "\xbd\xeb", "\x55\xaf", + "\x55\x62", "\x59\xba", "\x59\xb9", "\x50\xe9", "\x00\x00", "\xbd\xec", + "\x00\x00", "\x00\x00", "\x59\xbb", "\x59\xbc", "\x00\x00", "\xbd\xed", + "\x59\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xbe", "\x59\xbf", + "\x00\x00", "\x59\xc0", "\x59\xc1", "\x00\x00", "\x47\xd0", "\x50\x5b", + "\x52\xd6", "\xb4\x57", "\x46\x66", "\x4b\xaf", "\x55\x64", "\xb4\x58", + "\x54\x4b", "\x51\xd9", "\xb4\x59", "\x4b\x47", "\xbd\xee", "\x59\xc2", + "\x54\xbf", "\x00\x00", "\xbd\xef", "\xbd\xf0", "\xbd\xf1", "\x59\xc3", + "\x50\xcd", "\x59\xc4", "\x56\x41", "\x56\x51", "\xbd\xf2", "\x46\x8f", + "\x50\xe1", "\x59\xc5", "\x00\x00", "\x4b\x63", "\x51\xe5", "\x46\xda", + "\x59\xc6", "\x54\xac", "\x45\xd3", "\xbd\xf3", "\x00\x00", "\x55\x97", + "\xbd\xf4", "\xbd\xf5", "\xb4\x5b", "\x4c\x9b", "\x00\x00", "\x59\xc7", + "\xbd\xf6", "\xbd\xf7", "\xbd\xf8", "\x47\xe6", "\x4e\x42", "\x53\x6b", + "\xbd\xf9", "\x59\xc8", "\x00\x00", "\xbd\xfa", "\xbd\xfb", "\x59\xc9", + "\xbd\xfc", "\x59\xca", "\xbd\xfd", "\x4b\x6e", "\x00\x00", "\x00\x00", + "\x59\xcb", "\x48\xba", "\xbd\xfe", "\x46\xd2", "\x59\xcc", "\x00\x00", + "\x00\x00", "\xbe\x41", "\x52\xe0", "\xbe\x42", "\x4a\xd4", "\xbe\x43", + "\xbe\x44", "\x59\xcd", "\x00\x00", "\x00\x00", "\xbe\x45", "\x53\xc7", + "\x00\x00", "\xbe\x46", "\x59\xce", "\x00\x00", "\x53\x85", "\x00\x00", + "\x59\xcf", "\xbe\x47", "\x59\xd0", "\x00\x00", "\xbe\x48", "\x59\xd1", + "\x00\x00", "\x46\x5f", "\xbe\x49", "\x00\x00", "\x59\xd2", "\x59\xd3", + "\xbe\x4a", "\x59\xd4", "\x00\x00", "\xbe\x4b", "\x59\xd5", "\x59\xd6", + "\x00\x00", "\x00\x00", "\xbe\x4c", "\x59\xd7", "\x46\x90", "\xbe\x4d", + "\xbe\x4e", "\x00\x00", "\x45\xe1", "\x59\xd8", "\x00\x00", "\x4d\xcd", + "\x51\x59", "\x4e\x86", "\x4e\x88", "\x52\x9c", "\x00\x00", "\xbe\x4f", + "\x49\x64", "\x49\x5e", "\xbe\x50", "\x59\xd9", "\xbe\x51", "\xbe\x52", + "\x00\x00", "\x59\xda", "\xbe\x53", "\x49\x5d", "\xbe\x54", "\x00\x00", + "\x47\x72", "\xbe\x55", "\xbe\x56", "\x59\xdd", "\x4c\xea", "\x4a\x61", + "\x59\xdc", "\x59\xdb", "\x4e\x60", "\x48\xa3", "\x00\x00", "\x59\xe0", + "\x59\xdf", "\xbe\x57", "\x59\xde", "\x49\x91", "\x45\xe5", "\xbe\x58", + "\x00\x00", "\xbe\x59", "\x50\xb3", "\x59\xe1", "\x4c\x6c", "\x48\xfb", + "\x00\x00", "\x00\x00", "\xbe\x5a", "\x47\xe8", "\x59\xe4", "\x59\xe2", + "\x00\x00", "\x00\x00", "\xbe\x5b", "\xbe\x5c", "\x59\xe3", "\x00\x00", + "\x59\xe5", "\x46\x98", "\xbe\x5d", "\x00\x00", "\xbe\x5e", "\x00\x00", + "\x00\x00", "\xbe\x5f", "\x59\xe6", "\x4a\x70", "\x4e\xf5", "\xbe\x60", + "\xbe\x61", "\x59\xe7", "\x4b\x5d", "\xbe\x62", "\xbe\x63", "\xbe\x64", + "\x00\x00", "\x46\x54", "\x4c\x74", "\xb4\x5c", "\x00\x00", "\x59\xe8", + "\xbe\x65", "\x48\xf8", "\x00\x00", "\x00\x00", "\x59\xe9", "\x55\xe0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xe7", + "\xbe\x66", "\x47\xca", "\x00\x00", "\xbe\x67", "\xbe\x68", "\xbe\x69", + "\x00\x00", "\xbe\x6a", "\x50\x97", "\x4b\xd7", "\x00\x00", "\x00\x00", + "\xbe\x6b", "\xbe\x6c", "\xbe\x6d", "\xbe\x6e", "\xbe\x6f", "\x00\x00", + "\x59\xea", "\x46\x61", "\x4c\x45", "\x4e\xa3", "\x00\x00", "\x00\x00", + "\x48\x95", "\x59\xf0", "\x59\xf1", "\x00\x00", "\x46\x4f", "\xbe\x70", + "\xbe\x71", "\x00\x00", "\x59\xec", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbe\x72", "\xbe\x73", "\xbe\x74", "\x4c\x60", "\xbe\x75", "\xbe\x76", + "\xbe\x77", "\xbe\x78", "\x59\xef", "\x59\xee", "\xbe\x79", "\xbe\x7a", + "\x00\x00", "\x4a\xae", "\xbe\x7b", "\x00\x00", "\x59\xed", "\x00\x00", + "\xbe\x7c", "\x59\xeb", "\xbe\x7d", "\x50\x56", "\x00\x00", "\x59\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbe\x7e", "\x00\x00", "\x00\x00", "\xbe\x7f", "\x00\x00", + "\x00\x00", "\xbe\x80", "\x59\xf7", "\x59\xfd", "\x59\xf5", "\x00\x00", + "\x4c\xd6", "\xbe\x81", "\xbe\x82", "\x59\xfa", "\x4e\xf0", "\xbe\x83", + "\xbe\x84", "\x59\xf4", "\xbe\x85", "\x59\xf9", "\x50\x9f", "\x46\xad", + "\x00\x00", "\xbe\x86", "\x50\x81", "\x59\xf3", "\xb4\x5e", "\x00\x00", + "\xbe\x87", "\x47\xcc", "\x59\xfc", "\x46\x6e", "\x54\xde", "\x59\xf6", + "\x4e\x71", "\x59\xfb", "\x00\x00", "\xbe\x88", "\x00\x00", "\x55\x42", + "\x00\x00", "\x59\xf8", "\x00\x00", "\xbe\x89", "\x00\x00", "\xbe\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x59\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbe\x8b", "\x5a\x42", + "\x52\x56", "\x5a\x4c", "\x00\x00", "\x00\x00", "\x5a\x49", "\xbe\x8c", + "\xbe\x8d", "\xbe\x8e", "\x5a\x48", "\x4b\xca", "\xbe\x8f", "\x5a\x4a", + "\x00\x00", "\x00\x00", "\x4b\xd5", "\xbe\x90", "\x47\xc7", "\x00\x00", + "\xbe\x91", "\x52\x98", "\xbe\x92", "\xbe\x93", "\x00\x00", "\x5a\x50", + "\x5a\x41", "\x00\x00", "\x00\x00", "\x5a\x44", "\x00\x00", "\x5a\x47", + "\x5a\x43", "\xbe\x94", "\x55\x94", "\x5a\x4b", "\x5a\x4d", "\x4e\xce", + "\x00\x00", "\xbe\x95", "\x53\xb8", "\x4c\x81", "\x5a\x45", "\x5a\x4f", + "\x5a\x4e", "\x49\x4e", "\x00\x00", "\x4b\xb0", "\x53\x84", "\xbe\x96", + "\x00\x00", "\x00\x00", "\x00\x00", "\x46\x43", "\x00\x00", "\x5a\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xbe\x97", "\xbe\x98", "\x00\x00", "\x5a\x52", "\xbe\x99", "\x5a\x53", + "\x5a\x55", "\x5a\x51", "\xbe\x9a", "\x00\x00", "\xbe\x9b", "\x54\x69", + "\x5a\x57", "\x5a\x5c", "\x4d\xe3", "\x55\x44", "\xbe\x9c", "\x00\x00", + "\x00\x00", "\xbe\x9d", "\x5a\x5a", "\xbe\x9e", "\x50\x91", "\xbe\x9f", + "\x5a\x58", "\x5a\x59", "\xbe\xa0", "\x00\x00", "\x5a\x54", "\x5a\x56", + "\x00\x00", "\xbe\xa1", "\xbe\xa2", "\x4a\xb1", "\x4d\xd8", "\x00\x00", + "\xbe\xa3", "\x4d\xeb", "\xbe\xa4", "\xbe\xa5", "\x48\x73", "\x5a\x5b", + "\xbe\xa6", "\x4b\xcd", "\x49\x65", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbe\xa7", "\xbe\xa8", "\x4c\x9d", "\x52\x76", + "\x53\xa3", "\x5a\x64", "\x55\x54", "\xbe\xa9", "\x5a\x5e", "\x00\x00", + "\x00\x00", "\xbe\xaa", "\x51\x45", "\x5a\x62", "\xbe\xab", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbe\xac", "\x00\x00", "\xbe\xad", "\x48\x5f", + "\x5a\x63", "\x4e\x65", "\xbe\xae", "\xbe\xaf", "\xbe\xb0", "\xbe\xb1", + "\x00\x00", "\x00\x00", "\xbe\xb2", "\xbe\xb3", "\x00\x00", "\x4e\x78", + "\x00\x00", "\x5a\x61", "\xbe\xb4", "\x5a\x65", "\x00\x00", "\x00\x00", + "\x5a\x66", "\xbe\xb5", "\x54\x9d", "\xbe\xb6", "\x4e\xd7", "\xbe\xb7", + "\x5a\x5f", "\x4f\xe0", "\x5a\x60", "\x5a\x5d", "\xbe\xb8", "\x4b\x68", + "\x00\x00", "\xbe\xb9", "\x00\x00", "\x55\x4a", "\x50\x6e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x63", "\x00\x00", + "\x54\xb8", "\x5a\x73", "\x5a\x68", "\x48\xb3", "\x5a\x6e", "\xbe\xba", + "\x5a\x6b", "\x5a\x6c", "\xbe\xbb", "\x54\x72", "\x5a\x6f", "\x5a\x72", + "\xbe\xbc", "\xbe\xbd", "\x00\x00", "\x00\x00", "\x5a\x6d", "\x52\x82", + "\xbe\xbe", "\x5a\x70", "\x00\x00", "\x00\x00", "\x5a\x6a", "\xbe\xbf", + "\x53\xc8", "\x50\x98", "\xbe\xc0", "\x00\x00", "\xbe\xc1", "\x5a\x74", + "\x5a\x75", "\x47\x63", "\xbe\xc2", "\x5a\x76", "\xbe\xc3", "\xbe\xc4", + "\xbe\xc5", "\x5a\x69", "\xbe\xc6", "\xbe\xc7", "\x00\x00", "\xbe\xc8", + "\x52\xb2", "\x45\xc6", "\xbe\xc9", "\x00\x00", "\xbe\xca", "\x47\xf7", + "\x5a\x67", "\x5a\x71", "\xbe\xcb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\x7b", "\x5a\x7a", "\x00\x00", "\xbe\xcc", "\xbe\xcd", + "\x5a\x80", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x7e", "\xbe\xce", + "\x00\x00", "\x00\x00", "\x5a\x81", "\xbe\xcf", "\xbe\xd0", "\x5a\x79", + "\x00\x00", "\xbe\xd1", "\xb4\x65", "\x00\x00", "\x5a\x7f", "\x5a\x84", + "\x5a\x7c", "\x51\xe3", "\x00\x00", "\xbe\xd2", "\x5a\x85", "\x00\x00", + "\x5a\x86", "\xbe\xd3", "\xbe\xd4", "\x5a\x77", "\x4c\xbe", "\xbe\xd5", + "\x5a\x7d", "\x48\xfd", "\x53\x8e", "\x5a\x78", "\x4a\x76", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\x92", "\x00\x00", "\x52\xe3", + "\x00\x00", "\x00\x00", "\x5a\x8a", "\x5a\x8b", "\x5a\x8c", "\x00\x00", + "\x00\x00", "\x5a\x83", "\xbe\xd6", "\x5a\x91", "\xbe\xd7", "\x00\x00", + "\x4d\xdb", "\x4d\xd3", "\x00\x00", "\x5a\x82", "\x00\x00", "\x4e\xb6", + "\x52\x8a", "\x00\x00", "\x00\x00", "\x5a\x8d", "\xbe\xd8", "\x00\x00", + "\x4c\x49", "\x5a\x8f", "\x4f\xad", "\x5a\x90", "\xbe\xd9", "\x5a\x87", + "\x5a\x8e", "\x5a\x93", "\x48\xa8", "\x5a\x89", "\xbe\xda", "\x00\x00", + "\x00\x00", "\xbe\xdb", "\xbe\xdc", "\x00\x00", "\x53\xf4", "\xbe\xdd", + "\xbe\xde", "\xbe\xdf", "\x50\x7c", "\xbe\xe0", "\xbe\xe1", "\x00\x00", + "\x00\x00", "\x5a\x88", "\x00\x00", "\x00\x00", "\x5a\x99", "\xbe\xe2", + "\x00\x00", "\xbe\xe3", "\x4f\x4a", "\x00\x00", "\x55\x5b", "\x5a\x9a", + "\xbe\xe4", "\xbe\xe5", "\x5a\x98", "\x00\x00", "\x5a\x96", "\xbe\xe6", + "\x5a\x94", "\x5a\x95", "\x55\xcf", "\x00\x00", "\xbe\xe7", "\xbe\xe8", + "\x00\x00", "\xbe\xe9", "\xbe\xea", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\xfc", "\xbe\xeb", "\x00\x00", "\x53\xc2", "\xbe\xec", "\x51\x75", + "\xbe\xed", "\x5a\x9b", "\x5a\x97", "\xbe\xee", "\x5a\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x47\xbe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4e\x6c", "\x00\x00", "\xbe\xef", "\xbe\xf0", "\x5a\xa3", "\x00\x00", + "\xbe\xf1", "\x00\x00", "\x51\xa5", "\x00\x00", "\xbe\xf2", "\xbe\xf3", + "\xbe\xf4", "\x5a\xa1", "\x00\x00", "\x00\x00", "\x5a\xa2", "\x4e\xa4", + "\x5a\xa0", "\x5a\x9f", "\x5a\x9e", "\x5a\xa4", "\x5a\x9d", "\x5a\xa6", + "\xbe\xf5", "\xbe\xf6", "\x4e\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbe\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbe\xf8", "\xbe\xf9", "\xbe\xfa", "\xbe\xfb", + "\x00\x00", "\xbe\xfc", "\xbe\xfd", "\x5a\xa8", "\x00\x00", "\xbe\xfe", + "\x5a\xa7", "\xbf\x41", "\x00\x00", "\xbf\x42", "\x00\x00", "\x00\x00", + "\xbf\x43", "\xbf\x44", "\x00\x00", "\xbf\x45", "\x00\x00", "\x00\x00", + "\x51\x53", "\x00\x00", "\x5a\xa9", "\xb4\x6b", "\x5a\xab", "\x5a\xaa", + "\x4d\xc6", "\x00\x00", "\x5a\xad", "\x00\x00", "\x5a\xaf", "\x5a\xac", + "\x5a\xb0", "\x5a\xae", "\x5a\xb1", "\xbf\x46", "\x00\x00", "\xbf\x47", + "\xbf\x48", "\x00\x00", "\x00\x00", "\xbf\x49", "\x5a\xb2", "\x5a\xb3", + "\x51\x61", "\x00\x00", "\x54\x60", "\x5a\xb4", "\x51\x7f", "\x00\x00", + "\x45\xba", "\x49\xde", "\x4d\xa0", "\x5a\xb5", "\x5a\xb6", "\xbf\x4a", + "\x4d\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x95", "\x5a\xb7", + "\xbf\x4b", "\x64\x6e", "\x5a\xb8", "\x54\xd9", "\xbf\x4c", "\x5a\xb9", + "\xbf\x4d", "\xbf\x4e", "\x00\x00", "\x00\x00", "\x47\x64", "\xbf\x4f", + "\x00\x00", "\xbf\x50", "\x5a\xba", "\xbf\x51", "\x00\x00", "\x00\x00", + "\x5a\xbb", "\x4f\x92", "\x5a\xbc", "\x00\x00", "\x5a\xbd", "\x5a\xbe", + "\x50\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\xcf", "\xbf\x52", + "\x00\x00", "\x4c\x44", "\x00\x00", "\xbf\x53", "\xb4\x6d", "\x47\xdc", + "\x45\x8c", "\x5a\xbf", "\xbf\x54", "\xbf\x55", "\xbf\x56", "\x00\x00", + "\xbf\x57", "\x4d\xca", "\x65\x5d", "\x50\xad", "\x00\x00", "\x45\xcb", + "\xbf\x58", "\x49\xf1", "\x5a\xc0", "\x00\x00", "\xbf\x59", "\xbf\x5a", + "\xbf\x5b", "\x47\xea", "\xbf\x5c", "\x49\x81", "\xbf\x5d", "\x00\x00", + "\x55\xd5", "\x00\x00", "\xbf\x5e", "\x5a\xc3", "\xbf\x5f", "\x00\x00", + "\x5a\xc1", "\x00\x00", "\x5a\xc4", "\xb4\x6e", "\x00\x00", "\x5a\xc2", + "\xbf\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xc5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\x61", "\x54\xb7", "\xbf\x62", + "\x00\x00", "\x4c\x69", "\x00\x00", "\xbf\x63", "\x00\x00", "\x00\x00", + "\x4d\x7a", "\x00\x00", "\x00\x00", "\x4c\x76", "\xbf\x64", "\xb4\x6f", + "\x5a\xc6", "\xbf\x65", "\x5a\xca", "\x4c\x48", "\x48\xf7", "\x00\x00", + "\x5a\xc7", "\x5a\xcd", "\x4e\xc0", "\xb4\x70", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5a\xc8", "\x4e\xe3", "\x00\x00", "\x00\x00", "\xbf\x66", + "\xbf\x67", "\xbf\x68", "\xbf\x69", "\x4d\x66", "\x5a\xc9", "\x5a\xcb", + "\x5a\xce", "\x47\x51", "\x5a\xcc", "\x4a\x67", "\x49\x8d", "\xb4\x71", + "\x00\x00", "\x5a\xdc", "\x4a\x85", "\x00\x00", "\x4e\x7e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5a\xda", "\x00\x00", "\xbf\x6a", "\x00\x00", "\x00\x00", "\x4f\xa6", + "\x5a\xd3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x86", + "\x00\x00", "\xbf\x6b", "\x00\x00", "\x4b\x90", "\xbf\x6c", "\xbf\x6d", + "\x00\x00", "\x51\xe0", "\xbf\x6e", "\x5a\xd1", "\x49\xe1", "\x4d\x53", + "\xbf\x6f", "\xbf\x70", "\x00\x00", "\x00\x00", "\x5a\xd9", "\x00\x00", + "\xbf\x71", "\x4a\xa1", "\x5a\xd4", "\x5a\xdb", "\x5a\xd5", "\x5a\xdd", + "\x5a\xd8", "\x00\x00", "\x53\x45", "\x4f\xba", "\xbf\x72", "\x5a\xd2", + "\x53\xa2", "\x5a\xd0", "\x4f\x61", "\x4b\xdb", "\x5a\xd7", "\xbf\x73", + "\xbf\x74", "\x5a\xcf", "\x50\x45", "\x52\x5c", "\xbf\x75", "\x4b\xfd", + "\x5a\xd6", "\x4e\xe2", "\x00\x00", "\x00\x00", "\x4d\x77", "\x48\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\x76", "\x00\x00", "\x4f\xc5", "\x4e\xe5", + "\x5a\xdf", "\x5a\xe4", "\x00\x00", "\x5a\xe0", "\xbf\x77", "\x50\x8d", + "\xbf\x78", "\x5a\xe5", "\x4f\x9e", "\x55\xb5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\x79", "\xbf\x7a", "\x4d\xd7", "\x5a\xe6", + "\x00\x00", "\x46\xd8", "\x5a\xe2", "\xbf\x7b", "\xbf\x7c", "\x00\x00", + "\x00\x00", "\x47\xb6", "\x5a\xe3", "\x54\x89", "\xbf\x7d", "\xbf\x7e", + "\x5a\xde", "\xbf\x7f", "\x00\x00", "\x00\x00", "\xbf\x80", "\x4f\xdb", + "\x00\x00", "\xbf\x81", "\x00\x00", "\x00\x00", "\xbf\x82", "\x00\x00", + "\xbf\x83", "\x4b\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xb1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xe1", "\x4f\x81", "\xbf\x84", + "\xbf\x85", "\x54\x8f", "\x00\x00", "\xbf\x86", "\x00\x00", "\x48\xf6", + "\x00\x00", "\x00\x00", "\xb4\x73", "\x00\x00", "\x00\x00", "\xbf\x87", + "\xbf\x88", "\x00\x00", "\x00\x00", "\xbf\x89", "\x53\x87", "\xb4\x74", + "\xbf\x8a", "\x52\xa8", "\x5a\xe9", "\x55\x55", "\x00\x00", "\xbf\x8b", + "\xbf\x8c", "\xbf\x8d", "\xbf\x8e", "\x00\x00", "\xbf\x8f", "\x00\x00", + "\x00\x00", "\x53\xa0", "\xbf\x90", "\xbf\x91", "\x55\x7d", "\x5a\xe8", + "\xbf\x92", "\x5a\xea", "\x5a\xe7", "\x00\x00", "\xbf\x93", "\xbf\x94", + "\xbf\x95", "\x4c\x41", "\x00\x00", "\x55\x46", "\xbf\x96", "\xb4\x76", + "\x00\x00", "\xbf\x97", "\x4d\xdd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\x98", + "\xbf\x99", "\x52\x85", "\x4b\xb3", "\x5a\xf5", "\x00\x00", "\x5a\xf4", + "\xbf\x9a", "\xbf\x9b", "\x4e\xd6", "\x00\x00", "\x00\x00", "\xbf\x9c", + "\x54\x93", "\x00\x00", "\xbf\x9d", "\xbf\x9e", "\x5a\xef", "\x4d\x8f", + "\xbf\x9f", "\x00\x00", "\x4f\xc0", "\x54\xc0", "\xbf\xa0", "\xbf\xa1", + "\x00\x00", "\xbf\xa2", "\x5a\xed", "\x00\x00", "\xbf\xa3", "\x4d\xc3", + "\xbf\xa4", "\x00\x00", "\x00\x00", "\xbf\xa5", "\x4c\x61", "\x5a\xf2", + "\xbf\xa6", "\x00\x00", "\x4e\xec", "\x00\x00", "\x5a\xec", "\x5a\xf1", + "\xbf\xa7", "\x00\x00", "\x4c\xfa", "\x00\x00", "\xbf\xa8", "\xbf\xa9", + "\x5a\xeb", "\x00\x00", "\x4d\x44", "\xbf\xaa", "\xbf\xab", "\x4a\xe3", + "\x00\x00", "\x00\x00", "\xbf\xac", "\x5a\xf3", "\x55\xe6", "\x4b\x4f", + "\x4b\x7f", "\x5a\xf0", "\xbf\xad", "\x47\xa8", "\xbf\xae", "\x4c\xac", + "\x48\xd5", "\x55\xd0", "\x4a\x60", "\x5a\xee", "\x55\x41", "\xbf\xaf", + "\xbf\xb0", "\xbf\xb1", "\x00\x00", "\x00\x00", "\x4d\xc1", "\x00\x00", + "\x54\xcd", "\x5a\xf6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x54\xa3", "\x00\x00", "\xbf\xb2", "\x5a\xf7", "\x00\x00", + "\x5a\xf9", "\xbf\xb3", "\x00\x00", "\x4e\xfd", "\x5b\x42", "\xbf\xb4", + "\x5a\xfa", "\x00\x00", "\xbf\xb5", "\x5a\xfd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\xb6", "\x4b\xcf", "\x49\xb9", "\xbf\xb7", + "\x5a\xfe", "\xbf\xb8", "\xbf\xb9", "\xbf\xba", "\x4c\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4c\x46", "\x49\xaa", "\xbf\xbb", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\xbc", "\x4d\x60", "\x00\x00", "\x5a\xfc", + "\x00\x00", "\xbf\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x5a\xf8", + "\xbf\xbe", "\xb4\x7a", "\xbf\xbf", "\xb4\x7b", "\x4b\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\xbf\xc0", "\xbf\xc1", "\x4a\xd5", "\x5a\xfb", + "\x5b\x41", "\xb4\x7e", "\xbf\xc2", "\xbf\xc3", "\x4f\x7e", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x44", "\x00\x00", + "\x00\x00", "\xbf\xc4", "\xbf\xc5", "\x00\x00", "\x00\x00", "\x4b\xd8", + "\x00\x00", "\x5b\x4b", "\xbf\xc6", "\x00\x00", "\xbf\xc7", "\x5b\x45", + "\xbf\xc8", "\x00\x00", "\x5b\x4c", "\x5b\x49", "\xbf\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x48", "\x00\x00", "\xbf\xca", "\x00\x00", + "\xbf\xcb", "\x00\x00", "\xbf\xcc", "\x00\x00", "\xbf\xcd", "\xbf\xce", + "\x5b\x46", "\x00\x00", "\x5b\x4a", "\xbf\xcf", "\xbf\xd0", "\x00\x00", + "\x4d\xc8", "\x52\x8f", "\x00\x00", "\xbf\xd1", "\xbf\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\x43", "\xbf\xd3", "\x5b\x47", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4e\x49", "\x00\x00", "\x00\x00", "\xbf\xd4", + "\x50\xa3", "\xbf\xd5", "\x00\x00", "\x00\x00", "\x4e\x8c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xbf\xd6", "\x00\x00", "\x00\x00", "\x5b\x4d", "\xbf\xd7", + "\x00\x00", "\xbf\xd8", "\xbf\xd9", "\xbf\xda", "\xbf\xdb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xcb", "\x00\x00", "\xbf\xdc", "\xbf\xdd", + "\xbf\xde", "\xbf\xdf", "\x00\x00", "\xbf\xe0", "\x5b\x50", "\xbf\xe1", + "\x00\x00", "\xbf\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x4e", + "\x00\x00", "\x48\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\xe3", + "\x00\x00", "\x5b\x4f", "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\xe4", + "\xbf\xe5", "\x00\x00", "\x5b\x51", "\x00\x00", "\x55\xf5", "\xb4\x7f", + "\x51\xef", "\xbf\xe6", "\x00\x00", "\xbf\xe7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x74", "\x00\x00", "\xbf\xe8", + "\x00\x00", "\xbf\xe9", "\x5b\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xbf\xea", "\xbf\xeb", "\xbf\xec", + "\x53\xde", "\x5b\x57", "\x00\x00", "\x5b\x55", "\x00\x00", "\x00\x00", + "\xbf\xed", "\xbf\xee", "\x53\x48", "\xbf\xef", "\x00\x00", "\x5b\x53", + "\x55\xdb", "\xbf\xf0", "\x00\x00", "\xbf\xf1", "\x00\x00", "\xbf\xf2", + "\x4e\x7a", "\x5b\x58", "\xbf\xf3", "\x00\x00", "\xbf\xf4", "\x5b\x59", + "\x00\x00", "\x51\xe1", "\xbf\xf5", "\x4e\x62", "\x4c\x77", "\x00\x00", + "\x53\x72", "\x00\x00", "\x4e\xc7", "\xbf\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x52", "\x00\x00", "\x5b\x56", + "\x5b\x5b", "\xbf\xf7", "\xbf\xf8", "\xbf\xf9", "\x00\x00", "\x51\x4e", + "\x5b\x62", "\x00\x00", "\xbf\xfa", "\x5b\x5e", "\x00\x00", "\x5b\x5f", + "\x00\x00", "\xbf\xfb", "\xbf\xfc", "\xbf\xfd", "\xbf\xfe", "\x49\x9b", + "\x5b\x54", "\x00\x00", "\xc0\x41", "\xc0\x42", "\x5b\x5d", "\x00\x00", + "\x5b\x60", "\xc0\x43", "\x00\x00", "\xc0\x44", "\x5b\x61", "\x00\x00", + "\x5b\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\x65", "\x5b\x66", "\x55\x43", "\x5b\x67", "\xc0\x45", "\xc0\x46", + "\x4f\xd6", "\x5b\x64", "\x00\x00", "\xc0\x47", "\xc0\x48", "\x00\x00", + "\x4f\xcd", "\xc0\x49", "\x00\x00", "\x5b\x68", "\xc0\x4a", "\x5b\x63", + "\x5b\x6b", "\x00\x00", "\x5b\x69", "\xc0\x4b", "\x5b\x6a", "\xc0\x4c", + "\x00\x00", "\x00\x00", "\x5b\x6c", "\xc0\x4d", "\x00\x00", "\x5b\x6e", + "\x55\xf6", "\xc0\x4e", "\x5b\x6d", "\xc0\x4f", "\x00\x00", "\x00\x00", + "\xc0\x50", "\x5b\x72", "\x00\x00", "\x00\x00", "\xc0\x51", "\xc0\x52", + "\xc0\x53", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x54", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x55", "\xc0\x56", "\x00\x00", + "\xc0\x57", "\x00\x00", "\x5b\x6f", "\xc0\x58", "\x00\x00", "\xc0\x59", + "\x5b\x70", "\x5b\x71", "\xc0\x5a", "\xc0\x5b", "\x00\x00", "\x00\x00", + "\xc0\x5c", "\x5b\x74", "\x5b\x73", "\x00\x00", "\xc0\x5d", "\x00\x00", + "\x00\x00", "\xc0\x5e", "\x52\x7f", "\x5b\x75", "\x5b\x76", "\x00\x00", + "\xc0\x5f", "\x47\x7b", "\x00\x00", "\xc0\x60", "\xb4\x83", "\x00\x00", + "\x5b\x77", "\x5b\x78", "\x5b\x7a", "\x5b\x79", "\x5b\x7b", "\x48\x8f", + "\xc0\x61", "\x4b\xc5", "\xc0\x62", "\xc0\x63", "\x48\xaf", "\x45\xc7", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x64", "\xb4\x84", "\x4a\xf7", + "\x00\x00", "\xc0\x65", "\x5b\x7d", "\xc0\x66", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5b\x80", "\x5b\x7e", "\x46\x47", "\xc0\x67", "\x4c\x5c", + "\xc0\x68", "\x00\x00", "\xc0\x69", "\x5b\x82", "\x5b\x7f", "\x4b\x8a", + "\x5b\x81", "\x47\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x83", + "\x51\xb1", "\xc0\x6a", "\xc0\x6b", "\x00\x00", "\x4f\xcf", "\x4a\xc9", + "\x00\x00", "\x00\x00", "\x49\xf2", "\xc0\x6c", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc0\x6d", "\x47\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\xcc", "\x00\x00", "\x5b\x84", "\x00\x00", "\x47\x7c", "\x4b\xf3", + "\x00\x00", "\x49\x51", "\x5b\x85", "\x00\x00", "\xc0\x6e", "\x00\x00", + "\x00\x00", "\xc0\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x70", + "\x5b\x86", "\x5b\x87", "\xb4\x86", "\xc0\x71", "\x00\x00", "\x45\xca", + "\x58\xed", "\x46\x8e", "\xc0\x72", "\x00\x00", "\x51\x9d", "\x00\x00", + "\x47\xdb", "\x00\x00", "\x4b\x80", "\x52\xe4", "\xc0\x73", "\x00\x00", + "\x00\x00", "\xc0\x74", "\x00\x00", "\x4e\x83", "\xc0\x75", "\x46\x4e", + "\x00\x00", "\x5b\x89", "\x4b\xd1", "\xc0\x76", "\x00\x00", "\x5b\x8a", + "\xc0\x77", "\x55\x81", "\x00\x00", "\xc0\x78", "\x54\xcf", "\x51\x41", + "\xc0\x79", "\x51\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x8b", + "\x4e\xfc", "\x49\x89", "\xc0\x7a", "\x4e\xa5", "\x45\x87", "\x00\x00", + "\xc0\x7b", "\xc0\x7c", "\xc0\x7d", "\xb4\x87", "\x00\x00", "\x5b\x8c", + "\xb4\x88", "\x45\xcd", "\x00\x00", "\x00\x00", "\x4d\xa4", "\x48\x88", + "\x00\x00", "\xc0\x7e", "\x00\x00", "\x5b\x8f", "\xc0\x7f", "\x5b\x8d", + "\x5b\x90", "\x4a\xcf", "\x5b\x8e", "\x00\x00", "\xc0\x80", "\xc0\x81", + "\x00\x00", "\x4d\x7b", "\x5b\x91", "\x00\x00", "\xc0\x82", "\x4a\xdc", + "\xc0\x83", "\x00\x00", "\x5b\x92", "\x00\x00", "\xc0\x84", "\x00\x00", + "\xc0\x85", "\x4d\xab", "\xc0\x86", "\x5b\x93", "\x00\x00", "\x51\x65", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x87", "\x5b\x95", "\x5b\x94", + "\x4b\x77", "\x00\x00", "\x00\x00", "\x45\x62", "\x4d\x9d", "\x4c\x7b", + "\x4d\x6a", "\x46\xe9", "\x00\x00", "\x00\x00", "\x4d\x67", "\x47\xec", + "\x00\x00", "\x00\x00", "\xc0\x88", "\x5b\x96", "\xc0\x89", "\x00\x00", + "\xc0\x8a", "\xc0\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\xc0\x8c", + "\x4f\xa3", "\x5b\x9c", "\xb4\x8c", "\x00\x00", "\xc0\x8d", "\xc0\x8e", + "\x5b\x97", "\x00\x00", "\x5b\x99", "\x5b\x9b", "\xc0\x8f", "\x00\x00", + "\x4f\xe7", "\x46\xfe", "\xc0\x90", "\x5b\x9d", "\x52\x8e", "\x00\x00", + "\x46\xd1", "\xc0\x91", "\x45\xa6", "\x54\xe8", "\x00\x00", "\xc0\x92", + "\xc0\x93", "\x47\xe9", "\x4c\x59", "\x5b\x98", "\xc0\x94", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xa3", "\xc0\x95", + "\x5b\xa1", "\x47\xa9", "\x47\xac", "\xc0\x96", "\xc0\x97", "\xc0\x98", + "\x5b\xa4", "\x46\x62", "\xc0\x99", "\x55\x9d", "\x48\xe8", "\xc0\x9a", + "\xc0\x9b", "\xc0\x9c", "\xc0\x9d", "\x45\xb3", "\x5b\xa0", "\x4b\xbb", + "\xc0\x9e", "\x52\xeb", "\x00\x00", "\xc0\x9f", "\x5b\xa2", "\x5b\x9f", + "\x51\x93", "\xc0\xa0", "\x00\x00", "\xc0\xa1", "\xb4\x8d", "\x4f\x9f", + "\x4c\x98", "\x00\x00", "\x00\x00", "\x5b\x9e", "\xc0\xa2", "\x52\x51", + "\x46\x51", "\x48\xb0", "\x5b\xa5", "\xc0\xa3", "\xc0\xa4", "\x00\x00", + "\xb4\x8e", "\x5b\xa6", "\xc0\xa5", "\x4b\xb2", "\xc0\xa6", "\x00\x00", + "\xc0\xa7", "\x51\xea", "\x00\x00", "\xc0\xa8", "\x54\xc3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xa8", "\xc0\xa9", "\x5b\xab", + "\xb4\x90", "\xc0\xaa", "\xc0\xab", "\x5b\xad", "\x5b\xa9", "\x4f\xce", + "\xc0\xac", "\xc0\xad", "\x5b\xac", "\xb4\x92", "\x5b\xaa", "\x5b\xa7", + "\x55\x6d", "\x50\xa0", "\x51\xb2", "\x4c\xb6", "\xc0\xae", "\xc0\xaf", + "\xc0\xb0", "\xb4\x95", "\x49\xf8", "\x49\x93", "\x5b\xb0", "\x00\x00", + "\x00\x00", "\x5b\xaf", "\x47\x95", "\xc0\xb1", "\x4a\xf8", "\xc0\xb2", + "\xc0\xb3", "\xc0\xb4", "\x46\xa8", "\xc0\xb5", "\xc0\xb6", "\x00\x00", + "\xc0\xb7", "\xc0\xb8", "\xc0\xb9", "\x4c\x83", "\x00\x00", "\x5b\xb1", + "\x5b\xb3", "\x00\x00", "\x00\x00", "\x4f\x46", "\x5b\xb2", "\x4e\xd1", + "\x00\x00", "\xc0\xba", "\xc0\xbb", "\xc0\xbc", "\x4f\xab", "\x00\x00", + "\xc0\xbd", "\x4f\xbe", "\xc0\xbe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\x6c", "\x4b\xe2", "\x5b\xb5", "\x5b\xb4", "\xc0\xbf", "\xc0\xc0", + "\xc0\xc1", "\x5b\xb7", "\x00\x00", "\xc0\xc2", "\x5b\xb6", "\x00\x00", + "\x4c\xc7", "\x00\x00", "\xc0\xc3", "\x00\x00", "\x50\xcc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x93", "\x00\x00", "\xc0\xc4", + "\x4a\xfe", "\x00\x00", "\x00\x00", "\xc0\xc5", "\x5b\xb8", "\x00\x00", + "\x4c\xb2", "\xc0\xc6", "\x00\x00", "\x00\x00", "\x5b\xbf", "\x52\x43", + "\x00\x00", "\xc0\xc7", "\x5b\xbe", "\x00\x00", "\x5b\xbd", "\x5b\xbb", + "\xc0\xc8", "\x5b\xba", "\xc0\xc9", "\xc0\xca", "\x5b\xb9", "\x00\x00", + "\xb4\x9b", "\x4c\x56", "\xc0\xcb", "\x5b\xbc", "\x00\x00", "\x00\x00", + "\xc0\xcc", "\x00\x00", "\xc0\xcd", "\xc0\xce", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc0\xcf", "\x00\x00", "\x5b\xc0", "\x00\x00", + "\x00\x00", "\x51\x52", "\x5b\xc1", "\xc0\xd0", "\x4b\xfe", "\x52\xa6", + "\x00\x00", "\xc0\xd1", "\x51\xcc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xc2", "\x00\x00", "\xc0\xd2", "\x5b\xc3", + "\x00\x00", "\xc0\xd3", "\xc0\xd4", "\x00\x00", "\xc0\xd5", "\x00\x00", + "\x5b\xc4", "\x00\x00", "\x49\xb6", "\x4e\xbc", "\x4a\x6d", "\x5b\xc5", + "\x00\x00", "\x5b\xc6", "\x47\x9d", "\x4e\xd2", "\x5b\xc7", "\x53\x97", + "\x57\x8d", "\x49\x5f", "\x51\x66", "\x4b\xc3", "\x46\xf5", "\xb4\x9d", + "\x00\x00", "\x56\xac", "\x00\x00", "\xc0\xd6", "\x00\x00", "\xc0\xd7", + "\x45\x61", "\x46\x85", "\x00\x00", "\x4b\xc4", "\x00\x00", "\x47\xd4", + "\x5b\xc8", "\x54\xfd", "\x00\x00", "\x00\x00", "\xb4\x9e", "\xc0\xd8", + "\x4f\xa4", "\x55\xf3", "\x5b\xca", "\x48\x6e", "\x00\x00", "\xc0\xd9", + "\x00\x00", "\x47\xbb", "\xc0\xda", "\x47\x5c", "\x5b\xcb", "\x46\x8b", + "\xc0\xdb", "\x00\x00", "\xc0\xdc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xcd", "\x5b\xce", "\x45\x6c", "\x00\x00", "\x49\xc6", "\x47\x46", + "\x45\x66", "\x48\xf9", "\x5b\xd0", "\x00\x00", "\x00\x00", "\x4d\x42", + "\x00\x00", "\xc0\xdd", "\x4e\xa2", "\x00\x00", "\x5b\xd2", "\x5b\xd3", + "\x5b\xd4", "\x00\x00", "\x4d\x96", "\x00\x00", "\x00\x00", "\x50\xf0", + "\xc0\xde", "\x5b\xd1", "\x00\x00", "\x53\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc0\xdf", "\x5b\xd5", "\xc0\xe0", "\xc0\xe1", "\x46\x68", + "\x00\x00", "\x00\x00", "\xc0\xe2", "\xb4\xa0", "\x4e\x51", "\x50\xd0", + "\x46\xbc", "\x45\x56", "\x00\x00", "\x54\xc1", "\xc0\xe3", "\xc0\xe4", + "\x50\xf4", "\x00\x00", "\x00\x00", "\x5b\xd7", "\x00\x00", "\x00\x00", + "\x52\x5d", "\xc0\xe5", "\x5b\xd6", "\x4b\x4b", "\x54\x80", "\x47\x5e", + "\x51\xa6", "\x52\x91", "\x5b\xd9", "\x46\x76", "\x5b\xd8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xde", "\x00\x00", "\xc0\xe6", "\x50\x8b", + "\xc0\xe7", "\x4c\x63", "\x5b\xdc", "\x45\x57", "\x5b\x9a", "\x5b\xe0", + "\xc0\xe8", "\x4a\xa6", "\xc0\xe9", "\x52\x80", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc0\xea", "\x54\xdf", "\x00\x00", "\x45\x78", "\x46\xb4", + "\x00\x00", "\xc0\xeb", "\x00\x00", "\x00\x00", "\xc0\xec", "\x5b\xdb", + "\x00\x00", "\x52\x5e", "\x00\x00", "\x5b\xda", "\x00\x00", "\x5b\xdf", + "\x54\xf2", "\x00\x00", "\xc0\xed", "\xc0\xee", "\x4a\xe2", "\xc0\xef", + "\xb4\xa6", "\xc0\xf0", "\x00\x00", "\x4f\x78", "\xc0\xf1", "\x45\xa2", + "\xc0\xf2", "\xc0\xf3", "\x49\xd9", "\xc0\xf4", "\x47\xb9", "\x46\x72", + "\x00\x00", "\x00\x00", "\x4f\xd2", "\x5b\xe2", "\x52\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5b\xe1", "\x00\x00", "\x00\x00", "\x5b\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x61", + "\xc0\xf5", "\xc0\xf6", "\xc0\xf7", "\x54\xc9", "\x5b\xe6", "\xc0\xf8", + "\x4e\xe8", "\x5b\xe4", "\x5b\xe9", "\x5b\xf2", "\x00\x00", "\x5b\xe3", + "\xc0\xf9", "\xc0\xfa", "\x00\x00", "\x00\x00", "\x5b\xf0", "\x55\xcd", + "\xc0\xfb", "\xc0\xfc", "\x4a\x7f", "\xc0\xfd", "\x5b\xf4", "\x00\x00", + "\xc0\xfe", "\xc1\x41", "\x52\xd9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5b\xf1", "\x49\x80", "\x50\x4a", "\x4e\xc1", "\xc1\x42", "\x48\x9b", + "\x4d\xea", "\x00\x00", "\x00\x00", "\xc1\x43", "\x4f\xd8", "\xc1\x44", + "\x4e\xe1", "\xb4\xa9", "\xc1\x45", "\x5b\xed", "\x54\xf3", "\x00\x00", + "\x00\x00", "\xc1\x46", "\x5b\xee", "\x00\x00", "\x5b\xeb", "\x00\x00", + "\xc1\x47", "\x5b\xea", "\x00\x00", "\x5b\xe8", "\x00\x00", "\x00\x00", + "\x5b\xe7", "\x00\x00", "\x5b\xef", "\x5b\xe5", "\xc1\x48", "\x4b\xea", + "\xc1\x49", "\x46\xea", "\x47\xa7", "\x51\xf1", "\xc1\x4a", "\xc1\x4b", + "\x00\x00", "\xc1\x4c", "\x00\x00", "\x47\x73", "\xb4\xab", "\x00\x00", + "\x50\x54", "\x4a\xc1", "\x00\x00", "\x5b\xf3", "\x52\xd1", "\x47\xd3", + "\x45\xfa", "\x51\xf1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xaa", "\x00\x00", "\x00\x00", "\x50\xe3", "\xc1\x4d", "\x00\x00", + "\x4d\xcc", "\x47\x9b", "\xb4\xac", "\xc1\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc1\x4f", "\x5b\xf5", "\xc1\x50", "\x00\x00", "\x48\xbf", + "\x52\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\x51", + "\xc1\x52", "\x52\xde", "\x48\x56", "\x52\xe2", "\xc1\x53", "\xc1\x54", + "\x00\x00", "\xc1\x55", "\xc1\x56", "\xc1\x57", "\x5b\xfa", "\xc1\x58", + "\x55\xda", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x9e", "\x46\x67", + "\x00\x00", "\xc1\x59", "\x47\xde", "\x4d\xe0", "\xb4\xad", "\xc1\x5a", + "\x5b\xf8", "\x50\xd6", "\x49\xab", "\x4a\xda", "\x5b\xf9", "\xc1\x5b", + "\x5b\xf6", "\x00\x00", "\x48\xf1", "\xb4\xae", "\xc1\x5c", "\x00\x00", + "\xc1\x5d", "\x5b\xf7", "\x5b\xfb", "\x00\x00", "\x49\xc0", "\x48\x79", + "\x5b\xec", "\x53\x6d", "\x53\x4b", "\xc1\x5e", "\x00\x00", "\xc1\x5f", + "\xc1\x60", "\x5b\xfd", "\x00\x00", "\xc1\x61", "\x47\x71", "\x4d\x88", + "\x00\x00", "\x51\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xfc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\x46", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc1\x62", "\x00\x00", "\x00\x00", "\xc1\x63", "\xc1\x64", + "\xc1\x65", "\xc1\x66", "\xc1\x67", "\x00\x00", "\x5c\x4b", "\xc1\x68", + "\x4e\x77", "\x5c\x41", "\x00\x00", "\xc1\x69", "\xc1\x6a", "\xc1\x6b", + "\xc1\x6c", "\x00\x00", "\x5c\x44", "\x5c\x42", "\x00\x00", "\x4e\x44", + "\xc1\x6d", "\x5c\x48", "\xc1\x6e", "\x47\x98", "\xc1\x6f", "\x00\x00", + "\xc1\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\xfe", + "\x5b\xfe", "\x5c\x45", "\xb4\xb4", "\x00\x00", "\x00\x00", "\x50\xda", + "\x5c\x47", "\x00\x00", "\xc1\x71", "\x52\xcc", "\xc1\x72", "\xb4\xb6", + "\xc1\x73", "\x53\xbc", "\xc1\x74", "\x4e\x92", "\x00\x00", "\x5c\x43", + "\x52\xc6", "\xc1\x75", "\x50\xac", "\xc1\x76", "\x00\x00", "\xc1\x77", + "\x58\xa4", "\x52\xd3", "\x48\x58", "\xc1\x78", "\xc1\x79", "\xb4\xb7", + "\x00\x00", "\x5c\x46", "\xc1\x7a", "\x51\xe4", "\x46\x82", "\x53\x59", + "\xc1\x7b", "\x53\x61", "\xb4\xb8", "\x5c\x4c", "\x49\xad", "\x00\x00", + "\x00\x00", "\x5c\x4a", "\x5c\x4d", "\xc1\x7c", "\x5c\x49", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xba", + "\x4e\xb1", "\xc1\x7d", "\x5c\x60", "\x00\x00", "\x53\x86", "\x55\xca", + "\x5c\x50", "\x4e\xf1", "\xc1\x7e", "\x5c\x56", "\x00\x00", "\x5c\x5f", + "\xc1\x7f", "\xc1\x80", "\x4b\x5a", "\xc1\x81", "\x5c\x57", "\x5c\x59", + "\xc1\x82", "\x54\xc2", "\x5c\x52", "\xc1\x83", "\x4b\xef", "\x00\x00", + "\xc1\x84", "\xc1\x85", "\x00\x00", "\x4e\xa9", "\x5c\x5e", "\x5c\x54", + "\x00\x00", "\x5c\x5d", "\xb4\xbb", "\xc1\x86", "\x00\x00", "\x5c\x58", + "\xc1\x87", "\x00\x00", "\xc1\x88", "\xc1\x89", "\xc1\x8a", "\xc1\x8b", + "\x45\x9d", "\x5c\x5b", "\xc1\x8c", "\xc1\x8d", "\x53\x75", "\x00\x00", + "\x00\x00", "\xc1\x8e", "\xc1\x8f", "\xb4\xbc", "\x00\x00", "\x54\x94", + "\x55\xb6", "\xc1\x90", "\xc1\x91", "\xc1\x92", "\x00\x00", "\x00\x00", + "\x54\x68", "\x5c\x4f", "\x00\x00", "\xb4\xbd", "\x5c\x5c", "\x4f\xf7", + "\xc1\x93", "\xb4\xbe", "\x5c\x51", "\xc1\x94", "\xc1\x95", "\x4d\xfd", + "\x5c\x55", "\x47\xc5", "\x4b\xa0", "\x5c\x4e", "\xc1\x96", "\xc1\x97", + "\x5c\x5a", "\xc1\x98", "\x00\x00", "\x00\x00", "\xc1\x99", "\xc1\x9a", + "\x00\x00", "\x4f\xed", "\x53\x70", "\x51\x63", "\x48\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x63", "\x5c\x61", "\x5c\x64", + "\x00\x00", "\x53\xfa", "\x5c\x53", "\x00\x00", "\x5c\x65", "\x00\x00", + "\x5c\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x71", "\xc1\x9b", "\x00\x00", "\xc1\x9c", "\x54\xa7", "\xc1\x9d", + "\x5c\x69", "\x00\x00", "\xc1\x9e", "\x52\xed", "\x00\x00", "\xc1\x9f", + "\x00\x00", "\x5c\x6f", "\x00\x00", "\x4c\xba", "\x00\x00", "\x00\x00", + "\xc1\xa0", "\x00\x00", "\x00\x00", "\xc1\xa1", "\xb4\xc3", "\x00\x00", + "\x00\x00", "\xc1\xa2", "\x51\xd7", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc1\xa3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x95", + "\x5c\x6b", "\x55\xc5", "\x00\x00", "\xc1\xa4", "\x00\x00", "\x5c\x70", + "\x53\x4c", "\xc1\xa5", "\x54\xe2", "\x5c\x73", "\x5c\x72", "\x00\x00", + "\x4a\xdf", "\x52\x7c", "\x4d\x93", "\xc1\xa6", "\xc1\xa7", "\xc1\xa8", + "\xc1\xa9", "\x00\x00", "\x5c\x6e", "\xc1\xaa", "\x5c\x6c", "\x54\xa2", + "\xc1\xab", "\x45\x6b", "\x53\xef", "\x4f\xae", "\xc1\xac", "\xc1\xad", + "\xc1\xae", "\x52\xb3", "\x5c\x6d", "\x49\xb7", "\x00\x00", "\x5c\x68", + "\x5c\x6a", "\x5c\x67", "\xc1\xaf", "\xc1\xb0", "\x52\xba", "\x47\x61", + "\x5c\x74", "\xc1\xb1", "\xc1\xb2", "\x5c\x75", "\x4c\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x52", "\x00\x00", "\x00\x00", "\xc1\xb3", "\x49\xeb", "\x00\x00", + "\x00\x00", "\x54\x76", "\xc1\xb4", "\x00\x00", "\x55\xc7", "\x5c\x86", + "\xc1\xb5", "\x00\x00", "\x5c\x79", "\x00\x00", "\x00\x00", "\x4d\x7e", + "\x5c\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x84", "\xc1\xb6", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\xb7", "\xc1\xb8", "\x53\x8d", + "\xc1\xb9", "\x00\x00", "\x00\x00", "\xc1\xba", "\x00\x00", "\xc1\xbb", + "\x51\x4a", "\xc1\xbc", "\xb4\xc7", "\x5c\x80", "\x5c\x76", "\x00\x00", + "\x53\xb2", "\x00\x00", "\x00\x00", "\xc1\xbd", "\xc1\xbe", "\x00\x00", + "\xc1\xbf", "\x5c\x82", "\xc1\xc0", "\x00\x00", "\x5c\x7c", "\x5c\x77", + "\xb4\xc8", "\x5c\x7a", "\x00\x00", "\x5c\x83", "\x00\x00", "\xc1\xc1", + "\x00\x00", "\x4d\xb9", "\xc1\xc2", "\x00\x00", "\x5c\x7f", "\x47\x96", + "\x4e\xfa", "\x52\xdb", "\x5c\x7d", "\xb4\xc9", "\x54\x8c", "\xc1\xc3", + "\x00\x00", "\x5c\x7b", "\x00\x00", "\x00\x00", "\xc1\xc4", "\xc1\xc5", + "\x48\x48", "\x68\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x81", + "\x5c\x87", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\x90", "\xb4\xcc", + "\x00\x00", "\xc1\xc6", "\x00\x00", "\x5c\x8f", "\x5c\x89", "\xb4\xcd", + "\xb4\xce", "\x5c\x94", "\x00\x00", "\x5c\x92", "\xc1\xc7", "\xc1\xc8", + "\x00\x00", "\xc1\xc9", "\x5c\x8e", "\xc1\xca", "\xb4\xcf", "\xc1\xcb", + "\xb4\xd0", "\x00\x00", "\x00\x00", "\x5c\x8d", "\x00\x00", "\x4b\x5c", + "\x00\x00", "\x4d\xb7", "\xc1\xcc", "\x5c\x8c", "\xc1\xcd", "\xc1\xce", + "\x5c\x8a", "\xc1\xcf", "\x00\x00", "\x53\xbb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\x95", "\x49\x4f", "\x5c\x9d", "\x00\x00", + "\x00\x00", "\xc1\xd0", "\x00\x00", "\xc1\xd1", "\x5c\x97", "\x5c\x99", + "\x5c\x93", "\xc1\xd2", "\x00\x00", "\x53\x8b", "\x00\x00", "\x49\x66", + "\xc1\xd3", "\x5c\x8b", "\x00\x00", "\xc1\xd4", "\x5c\x91", "\x53\x9b", + "\xc1\xd5", "\x48\x64", "\x5c\x96", "\x5c\x98", "\xc1\xd6", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc1\xd7", "\x48\xdc", "\x45\xf2", "\x4b\x6f", + "\x00\x00", "\x00\x00", "\x5c\x88", "\x00\x00", "\x5c\x9a", "\x00\x00", + "\xc1\xd8", "\xb4\xd7", "\xc1\xd9", "\x55\x85", "\x5c\x9f", "\xc1\xda", + "\x5c\xa7", "\x46\xcf", "\x4e\x69", "\xc1\xdb", "\x00\x00", "\x4b\xbe", + "\xc1\xdc", "\xc1\xdd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\x9c", "\xc1\xde", "\x5c\xa6", "\x5c\xa1", "\x5c\xa5", "\xc1\xdf", + "\xc1\xe0", "\x45\x89", "\x00\x00", "\x00\x00", "\xc1\xe1", "\x00\x00", + "\xc1\xe2", "\xc1\xe3", "\xc1\xe4", "\x00\x00", "\x00\x00", "\xc1\xe5", + "\xc1\xe6", "\x00\x00", "\x4b\xc2", "\x5c\xa3", "\x00\x00", "\xc1\xe7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x79", "\x00\x00", "\x55\xd4", + "\x5c\xa2", "\x00\x00", "\xc1\xe8", "\x00\x00", "\x5c\xa4", "\xc1\xe9", + "\x00\x00", "\x00\x00", "\xc1\xea", "\x5c\x9b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\xeb", "\x5c\xa8", "\x5c\xa9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xa0", "\x00\x00", + "\xb4\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xaf", "\x4f\xb2", + "\x4f\xf5", "\xc1\xec", "\x00\x00", "\xc1\xed", "\x5c\xac", "\x00\x00", + "\xc1\xee", "\xc1\xef", "\x00\x00", "\xc1\xf0", "\x00\x00", "\xc1\xf1", + "\x00\x00", "\x5c\xab", "\x55\xee", "\x00\x00", "\x5c\xaa", "\xc1\xf2", + "\x00\x00", "\x00\x00", "\xb4\xda", "\x00\x00", "\x00\x00", "\x5c\xb0", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc1\xf3", "\x4d\x55", "\xc1\xf4", + "\xc1\xf5", "\xc1\xf6", "\x5c\x9e", "\xb4\xdb", "\x5c\xad", "\x5c\xae", + "\x00\x00", "\xc1\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xb2", "\xc1\xf8", "\x5c\xb1", "\x00\x00", "\x54\x5d", "\xc1\xf9", + "\xc1\xfa", "\xc1\xfb", "\x00\x00", "\x5c\xb6", "\xc1\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xb5", "\x00\x00", "\x00\x00", "\x5c\xb3", + "\x00\x00", "\xc1\xfd", "\xc1\xfe", "\xc2\x41", "\x00\x00", "\x5c\xb7", + "\x5c\xb4", "\x52\x8b", "\x00\x00", "\x00\x00", "\xc2\x42", "\x00\x00", + "\xc2\x43", "\xc2\x44", "\x00\x00", "\x00\x00", "\xc2\x45", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\x46", "\x5c\xba", "\x00\x00", "\x55\x86", + "\xc2\x47", "\xc2\x48", "\xc2\x49", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xbb", "\x4d\xa6", "\xc2\x4a", "\xc2\x4b", "\x5c\xb8", "\x53\x62", + "\x00\x00", "\x00\x00", "\x5c\xb9", "\x00\x00", "\x5c\xbc", "\x00\x00", + "\x00\x00", "\xc2\x4c", "\x51\xc5", "\x00\x00", "\x5c\xbf", "\x00\x00", + "\xc2\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x4e", "\xc2\x4f", + "\xc2\x50", "\xb4\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5c\xc2", "\x52\xee", "\xc2\x51", "\xc2\x52", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x53", "\xc2\x54", + "\x4e\xde", "\x5c\xc0", "\xc2\x55", "\xc2\x56", "\x00\x00", "\xc2\x57", + "\x5c\xc1", "\xb4\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x58", + "\xc2\x59", "\xc2\x5a", "\x5c\xc3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5c\xc4", "\xc2\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x5c", + "\x00\x00", "\x55\xf7", "\xc2\x5d", "\x5c\xc5", "\x4c\xb5", "\x45\x97", + "\x00\x00", "\x4b\x9d", "\xc2\x5e", "\x00\x00", "\x00\x00", "\x4a\xa0", + "\xc2\x5f", "\x00\x00", "\x00\x00", "\xc2\x60", "\xc2\x61", "\x00\x00", + "\x00\x00", "\xc2\x62", "\x00\x00", "\x00\x00", "\x4b\xf6", "\x00\x00", + "\x00\x00", "\xc2\x63", "\xc2\x64", "\x5c\xc7", "\x5c\xc6", "\x5c\xc8", + "\x51\x7d", "\xc2\x65", "\x00\x00", "\x4c\xf8", "\x4e\xfb", "\xc2\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xcc", "\x00\x00", "\x00\x00", + "\xc2\x67", "\x5c\xcb", "\x00\x00", "\x5c\xcd", "\xc2\x68", "\x00\x00", + "\x46\xf7", "\xc2\x69", "\x54\x87", "\x00\x00", "\x5c\xce", "\x00\x00", + "\xc2\x6a", "\x4d\x4e", "\x5c\xd0", "\x00\x00", "\xc2\x6b", "\x00\x00", + "\xc2\x6c", "\x5c\xcf", "\x00\x00", "\x5c\xd1", "\x00\x00", "\xc2\x6d", + "\x00\x00", "\x5c\xd2", "\xc2\x6e", "\x5c\xd3", "\x48\xd8", "\x45\x77", + "\x4d\x4c", "\xb4\xea", "\x45\xb1", "\xc2\x6f", "\x00\x00", "\x47\xd8", + "\x55\x8e", "\xc2\x70", "\xb4\xeb", "\x00\x00", "\xc2\x71", "\x4a\x9f", + "\xc2\x72", "\x00\x00", "\x00\x00", "\x48\xe4", "\x49\x55", "\xc2\x73", + "\x00\x00", "\xb4\xec", "\x5c\xd4", "\x5c\xd5", "\xb4\xed", "\x49\x99", + "\x00\x00", "\xc2\x74", "\xc2\x75", "\x5c\xd6", "\x5c\xd7", "\xb4\xee", + "\xc2\x76", "\x5c\xd9", "\x5c\xd8", "\xc2\x77", "\x4f\x42", "\x00\x00", + "\x00\x00", "\x53\xa4", "\x48\x65", "\x49\x92", "\x00\x00", "\x5c\xda", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5c\xdc", "\x4e\x73", "\xc2\x78", "\x5c\xdb", "\x00\x00", + "\x00\x00", "\xc2\x79", "\x00\x00", "\x00\x00", "\x5c\xdd", "\xc2\x7a", + "\xc2\x7b", "\x00\x00", "\xc2\x7c", "\xc2\x7d", "\x5c\xde", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\x7e", "\xc2\x7f", "\x5c\xdf", "\x5c\xe0", + "\xc2\x80", "\xc2\x81", "\xc2\x82", "\x5c\xe1", "\xc2\x83", "\x5c\xe2", + "\x5c\xe3", "\x5c\xe4", "\x54\x59", "\x47\xed", "\x00\x00", "\x5c\xe5", + "\xc2\x84", "\xc2\x85", "\x49\xe9", "\x50\xc0", "\x5c\xe6", "\xc2\x86", + "\xc2\x87", "\x48\x49", "\x58\x7f", "\x00\x00", "\x00\x00", "\xc2\x88", + "\xc2\x89", "\x4a\x5b", "\x5c\xe7", "\xb4\xf1", "\xb4\xf2", "\xc2\x8a", + "\x00\x00", "\x5c\xe8", "\xc2\x8b", "\x49\x69", "\x49\xf5", "\xb4\xf3", + "\x00\x00", "\x00\x00", "\x4c\x97", "\x5c\xe9", "\x47\x4e", "\x00\x00", + "\x5c\xea", "\xb4\xf4", "\x53\xd7", "\x00\x00", "\xc2\x8c", "\x46\xe2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xeb", "\x00\x00", "\xc2\x8d", + "\x00\x00", "\xc2\x8e", "\x00\x00", "\x00\x00", "\xc2\x8f", "\xc2\x90", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xed", "\x5c\xec", "\x00\x00", + "\xc2\x91", "\x5c\xef", "\x00\x00", "\xc2\x92", "\x00\x00", "\x5c\xee", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x93", "\x00\x00", "\xc2\x94", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\x95", + "\x00\x00", "\x00\x00", "\xc2\x96", "\x00\x00", "\xc2\x97", "\xc2\x98", + "\x00\x00", "\x00\x00", "\x5c\xf0", "\xc2\x99", "\xb4\xf5", "\x00\x00", + "\x00\x00", "\xc2\x9a", "\xc2\x9b", "\x48\x8e", "\xc2\x9c", "\x47\x56", + "\xc2\x9d", "\x5c\xf1", "\x5c\xf2", "\x00\x00", "\x00\x00", "\x45\xb9", + "\x00\x00", "\xc2\x9e", "\x00\x00", "\x5c\xf3", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc2\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x5c\xf5", + "\x5c\xf4", "\x00\x00", "\xc2\xa0", "\xc2\xa1", "\xc2\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\xa3", "\x00\x00", "\xc2\xa4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc2\xa5", "\x45\x9c", "\xc2\xa6", + "\xc2\xa7", "\x4c\xa4", "\x45\xfb", "\x00\x00", "\xc2\xa8", "\xc2\xa9", + "\x00\x00", "\x00\x00", "\x55\x6e", "\x5c\xf6", "\x53\x4d", "\x4d\x84", + "\x49\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc2\xaa", "\xc2\xab", "\x00\x00", "\xc2\xac", + "\x50\x5e", "\xc2\xad", "\x50\x6a", "\x00\x00", "\xc2\xae", "\x00\x00", + "\xc2\xaf", "\x5c\xf8", "\x00\x00", "\x4e\xc4", "\x00\x00", "\xc2\xb0", + "\x4e\x82", "\xc2\xb1", "\x5c\xf9", "\x55\x5e", "\x5c\xf7", "\x45\xad", + "\x45\xe8", "\x00\x00", "\x5c\xfa", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc2\xb2", "\x5d\x45", "\x00\x00", "\x52\xb4", "\xc2\xb3", + "\x00\x00", "\xc2\xb4", "\x00\x00", "\x5c\xfe", "\x50\xd2", "\x00\x00", + "\x50\xc8", "\x5d\x46", "\xc2\xb5", "\x00\x00", "\xc2\xb6", "\x00\x00", + "\xc2\xb7", "\xc2\xb8", "\x47\xa4", "\xc2\xb9", "\x00\x00", "\x49\x4c", + "\x5d\x44", "\x00\x00", "\x00\x00", "\x5d\x42", "\x5c\xfb", "\x55\xd9", + "\xb4\xf7", "\xc2\xba", "\x5c\xfd", "\xc2\xbb", "\x4c\x8f", "\xc2\xbc", + "\x00\x00", "\x00\x00", "\x55\x98", "\x5c\xfc", "\x00\x00", "\x00\x00", + "\x5d\x48", "\x00\x00", "\x5d\x47", "\x4f\xf8", "\xc2\xbd", "\xc2\xbe", + "\x47\xfd", "\xc2\xbf", "\xc2\xc0", "\x4e\xad", "\x5d\x41", "\x5d\x43", + "\xc2\xc1", "\x00\x00", "\x00\x00", "\xc2\xc2", "\x00\x00", "\x50\x75", + "\x45\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xf9", "\x53\xec", "\x00\x00", "\xb4\xfa", + "\x5d\x4d", "\x00\x00", "\xc2\xc3", "\x5d\x50", "\xc2\xc4", "\x46\x5a", + "\xc2\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xaa", "\x46\x5c", + "\x5d\x52", "\x45\x84", "\x46\xc6", "\x5d\x4b", "\x5d\x51", "\x4e\x6f", + "\x00\x00", "\x4a\x58", "\xc2\xc6", "\x00\x00", "\x5d\x49", "\x5d\x4c", + "\xc2\xc7", "\x00\x00", "\x00\x00", "\x46\xee", "\x4d\xb8", "\x00\x00", + "\x51\xfd", "\xc2\xc8", "\x00\x00", "\xc2\xc9", "\xc2\xca", "\xc2\xcb", + "\xc2\xcc", "\x54\xd7", "\xc2\xcd", "\x46\x4a", "\xc2\xce", "\x55\xc6", + "\x00\x00", "\x5d\x55", "\x5d\x4e", "\x5d\x53", "\xc2\xcf", "\x5d\x4f", + "\x00\x00", "\x00\x00", "\xc2\xd0", "\x4e\x87", "\x46\xca", "\x4d\x4b", + "\x00\x00", "\x4e\x56", "\x00\x00", "\xc2\xd1", "\x49\x44", "\xc2\xd2", + "\x5d\x56", "\xc2\xd3", "\xc2\xd4", "\xb4\xfb", "\xc2\xd5", "\x5d\x54", + "\x46\xf3", "\x5d\x4a", "\xc2\xd6", "\x4f\x57", "\xc2\xd7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xfd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xfe", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\x58", "\x00\x00", "\x00\x00", "\xc2\xd8", + "\x00\x00", "\x00\x00", "\xc2\xd9", "\x45\xda", "\x5d\x5e", "\x00\x00", + "\xc2\xda", "\xc2\xdb", "\x00\x00", "\xc2\xdc", "\x5d\x5d", "\xc2\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x4e", "\x00\x00", "\x52\xb6", + "\xc2\xde", "\x54\x50", "\x00\x00", "\x00\x00", "\x4d\x98", "\x5d\x57", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x41", "\x45\xdc", + "\xc2\xdf", "\xc2\xe0", "\xc2\xe1", "\x50\xb7", "\x4f\xd4", "\x5d\x5a", + "\x00\x00", "\x00\x00", "\xc2\xe2", "\xc2\xe3", "\x00\x00", "\xc2\xe4", + "\x4b\x72", "\x5d\x5c", "\xb5\x42", "\x52\xac", "\x5d\x59", "\x00\x00", + "\x50\xbc", "\xc2\xe5", "\x00\x00", "\x47\xb4", "\xc2\xe6", "\x5d\x5b", + "\x4a\x72", "\xc2\xe7", "\x00\x00", "\x46\xfc", "\x00\x00", "\x00\x00", + "\x4c\xc9", "\x46\x8d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc2\xe8", "\xb5\x46", "\x5d\x66", "\x5d\x64", "\xb5\x47", + "\x45\xea", "\x00\x00", "\xc2\xe9", "\xc2\xea", "\xb5\x48", "\xc2\xeb", + "\x00\x00", "\x5d\x5f", "\x5d\x63", "\xc2\xec", "\x46\x6b", "\xc2\xed", + "\x00\x00", "\x46\xeb", "\x4a\x9d", "\x00\x00", "\x55\xcc", "\x00\x00", + "\x4a\x8c", "\x5d\x62", "\xc2\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x7e", "\x00\x00", "\x00\x00", "\x45\xa7", "\x4d\x41", "\x5d\x65", + "\x00\x00", "\x00\x00", "\xc2\xef", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\x4a", "\xb5\x4b", "\xc2\xf0", "\x00\x00", "\x00\x00", "\x5d\x6a", + "\x00\x00", "\x5d\x60", "\x48\x6b", "\xb5\x4c", "\xb5\x4d", "\x00\x00", + "\x4f\x7d", "\xb5\x4e", "\x5d\x67", "\x00\x00", "\x00\x00", "\xc2\xf1", + "\xc2\xf2", "\x5d\x61", "\xc2\xf3", "\x5d\x68", "\x5d\x6b", "\xc2\xf4", + "\xc2\xf5", "\x4d\xda", "\x00\x00", "\x5d\x69", "\x55\x50", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc2\xf6", "\xb5\x50", "\x5d\x72", "\x00\x00", "\xb5\x51", "\x4f\x91", + "\x00\x00", "\x00\x00", "\x4a\x45", "\x00\x00", "\xc2\xf7", "\x5d\x6f", + "\x00\x00", "\xc2\xf8", "\x5d\x73", "\xc2\xf9", "\x00\x00", "\x00\x00", + "\x4e\x74", "\xc2\xfa", "\x00\x00", "\xc2\xfb", "\x4a\x88", "\x00\x00", + "\xb5\x52", "\x00\x00", "\xc2\xfc", "\x5d\x7c", "\x5d\x75", "\x5d\x71", + "\xc2\xfd", "\x00\x00", "\xc2\xfe", "\x52\xc7", "\x5d\x78", "\x00\x00", + "\xc3\x41", "\x5d\x74", "\xb5\x53", "\x4a\xbf", "\x5d\x7b", "\x00\x00", + "\x00\x00", "\x5d\x82", "\xc3\x42", "\x00\x00", "\x55\xe1", "\x5d\x7e", + "\xb5\x54", "\xc3\x43", "\x00\x00", "\xc3\x44", "\x5d\x77", "\xc3\x45", + "\xc3\x46", "\x4c\xa5", "\xc3\x47", "\x00\x00", "\x5d\x81", "\xc3\x48", + "\x5d\x70", "\x00\x00", "\x5d\x79", "\xc3\x49", "\x5d\x83", "\x55\x4e", + "\x5d\x76", "\x00\x00", "\x5d\x84", "\xc3\x4a", "\xc3\x4b", "\x47\x77", + "\x5d\x7f", "\x48\x94", "\xc3\x4c", "\x48\xea", "\xc3\x4d", "\x4b\x46", + "\x5d\x7a", "\x5d\x6c", "\x5d\x7d", "\x4a\x91", "\x5d\x80", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc3\x4e", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\x4f", "\x45\x96", "\x00\x00", "\x54\x41", "\x47\x69", "\x4a\xc0", + "\x5d\x6d", "\x48\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x98", "\x00\x00", "\x51\x64", + "\x00\x00", "\xb5\x56", "\x00\x00", "\x5d\x87", "\x50\xe4", "\x47\x8a", + "\x00\x00", "\x5d\x99", "\xc3\x50", "\x5d\x92", "\x52\x7a", "\x45\xd2", + "\xc3\x51", "\x5d\x8c", "\x5d\x98", "\x4e\x43", "\x51\xa0", "\x5d\x93", + "\x00\x00", "\x49\x50", "\x00\x00", "\x5d\x8f", "\x49\x45", "\x5d\x85", + "\x5d\x6e", "\x48\xc6", "\x00\x00", "\x00\x00", "\xc3\x52", "\x00\x00", + "\xb5\x5b", "\x00\x00", "\xc3\x53", "\x00\x00", "\x5d\x9a", "\x5d\x8a", + "\x5d\x96", "\xc3\x54", "\x5d\x95", "\x00\x00", "\x5d\x8b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\x94", "\xc3\x55", "\xc3\x56", + "\x00\x00", "\x00\x00", "\xc3\x57", "\xc3\x58", "\x4c\x88", "\xc3\x59", + "\xb5\x5c", "\x5d\x91", "\x5d\x97", "\xc3\x5a", "\x00\x00", "\xc3\x5b", + "\xc3\x5c", "\xc3\x5d", "\xc3\x5e", "\x00\x00", "\x4d\x52", "\xc3\x5f", + "\x51\x55", "\x00\x00", "\x00\x00", "\x53\xf3", "\x5d\x8e", "\xc3\x60", + "\xc3\x61", "\x5d\x89", "\x00\x00", "\x00\x00", "\xc3\x62", "\xc3\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\xbd", "\xc3\x64", "\x00\x00", + "\x00\x00", "\x5d\x8d", "\x00\x00", "\x00\x00", "\x5d\x86", "\x48\xbd", + "\x00\x00", "\x00\x00", "\x5d\x88", "\xc3\x65", "\x00\x00", "\x00\x00", + "\x5d\x90", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\x66", + "\x00\x00", "\xc3\x67", "\x4d\x6b", "\x4c\x90", "\x47\x5b", "\x00\x00", + "\x5d\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xfa", "\xc3\x68", + "\x00\x00", "\x5d\xa5", "\x47\xfc", "\x00\x00", "\x00\x00", "\xc3\x69", + "\x00\x00", "\x00\x00", "\x46\xce", "\x00\x00", "\x5d\x9d", "\xc3\x6a", + "\x00\x00", "\x00\x00", "\x4d\xc4", "\x4a\x4d", "\x00\x00", "\x5d\xa8", + "\xc3\x6b", "\x00\x00", "\x52\x71", "\x00\x00", "\x00\x00", "\x53\x76", + "\x00\x00", "\xc3\x6c", "\x00\x00", "\x00\x00", "\x5d\x9c", "\xb5\x5e", + "\x00\x00", "\xc3\x6d", "\xc3\x6e", "\x5d\xa0", "\x00\x00", "\xc3\x6f", + "\x5d\xa2", "\xc3\x70", "\xb5\x5f", "\x00\x00", "\x48\xbe", "\x5d\x9e", + "\x00\x00", "\x00\x00", "\x54\x97", "\xc3\x71", "\x00\x00", "\x5d\x9f", + "\x00\x00", "\x5d\xa6", "\xc3\x72", "\xc3\x73", "\x5d\xa7", "\xc3\x74", + "\x5d\xa1", "\x4e\xe6", "\x00\x00", "\xc3\x75", "\xc3\x76", "\x52\xa9", + "\xc3\x77", "\x48\x57", "\x5d\xb3", "\xc3\x78", "\xc3\x79", "\xc3\x7a", + "\x00\x00", "\x4b\xa2", "\x00\x00", "\x52\x4a", "\x5d\xa3", "\x5d\xa4", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x60", "\x00\x00", "\x00\x00", + "\x00\x00", "\x47\xa3", "\x4d\xa1", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\x7b", "\x5d\xab", "\xc3\x7c", + "\xc3\x7d", "\x5d\xb1", "\x00\x00", "\x00\x00", "\x5d\xaf", "\x00\x00", + "\x4f\xb7", "\x00\x00", "\x00\x00", "\x5d\xb7", "\x5d\xac", "\xc3\x7e", + "\x00\x00", "\xc3\x7f", "\x00\x00", "\xc3\x80", "\x5d\xad", "\x5d\xb4", + "\x00\x00", "\x4b\x78", "\x4f\xbc", "\x00\x00", "\xc3\x81", "\x00\x00", + "\x4d\xae", "\x00\x00", "\xc3\x82", "\x54\xd0", "\xc3\x83", "\x00\x00", + "\xc3\x84", "\xc3\x85", "\x00\x00", "\x50\xc4", "\xb5\x61", "\x55\x75", + "\x00\x00", "\x5d\xb6", "\x49\xed", "\x54\xa1", "\xc3\x86", "\x00\x00", + "\xc3\x87", "\x00\x00", "\xc3\x88", "\xc3\x89", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x8e", "\x00\x00", "\x4f\x58", "\x54\xe0", + "\x00\x00", "\xb5\x63", "\xc3\x8a", "\x00\x00", "\x00\x00", "\xc3\x8b", + "\xc3\x8c", "\x4f\x6e", "\x4e\x8a", "\xc3\x8d", "\x00\x00", "\xc3\x8e", + "\xc3\x8f", "\x5d\xb0", "\x5d\xb2", "\xc3\x90", "\x00\x00", "\xb5\x64", + "\xc3\x91", "\x00\x00", "\x4d\x73", "\x00\x00", "\x00\x00", "\xc3\x92", + "\xc3\x93", "\x00\x00", "\x5d\xb5", "\x5d\xae", "\x00\x00", "\x5d\xa9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xaa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc3\x94", "\x00\x00", "\xc3\x95", "\xc3\x96", "\xc3\x97", + "\x4a\xc2", "\x00\x00", "\x00\x00", "\xc3\x98", "\x5d\xc3", "\xc3\x99", + "\xc3\x9a", "\x5d\xbd", "\x4d\xc0", "\xc3\x9b", "\xc3\x9c", "\x46\xc2", + "\xb5\x65", "\xc3\x9d", "\xc3\x9e", "\x00\x00", "\x4a\xd2", "\x00\x00", + "\x5d\xc7", "\x00\x00", "\xc3\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\xa0", "\x5d\xbe", "\x4c\x93", "\x5d\xbc", "\x54\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xbf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5d\xba", "\x00\x00", "\x5d\xb9", "\x00\x00", "\x5d\xc2", "\xc3\xa1", + "\xc3\xa2", "\x00\x00", "\x5d\xbb", "\x55\xa0", "\x5d\xc0", "\xc3\xa3", + "\x48\x87", "\x00\x00", "\x5d\xb8", "\xc3\xa4", "\x5d\xc1", "\x00\x00", + "\x00\x00", "\xc3\xa5", "\xc3\xa6", "\xc3\xa7", "\x5d\xc5", "\x00\x00", + "\xc3\xa8", "\x5d\xc6", "\xc3\xa9", "\xc3\xaa", "\xc3\xab", "\x00\x00", + "\xc3\xac", "\x54\xba", "\xb5\x67", "\x00\x00", "\xc3\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xae", "\xc3\xaf", "\x5d\xcb", + "\x00\x00", "\x5d\xc9", "\x4e\x4b", "\xc3\xb0", "\xc3\xb1", "\xc3\xb2", + "\xc3\xb3", "\x00\x00", "\x5d\xce", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\xb4", "\xc3\xb5", "\xc3\xb6", "\x55\x89", "\x00\x00", "\x5d\xc8", + "\x00\x00", "\x5d\xca", "\xc3\xb7", "\x00\x00", "\x00\x00", "\x5d\xcc", + "\x00\x00", "\x00\x00", "\xc3\xb8", "\x00\x00", "\xb5\x69", "\x00\x00", + "\x4b\xd0", "\x50\xbe", "\x5d\xcf", "\x4a\xce", "\x00\x00", "\xc3\xb9", + "\x5d\xc4", "\xc3\xba", "\xc3\xbb", "\xb5\x6a", "\xc3\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5d\xd4", "\x5d\xd1", "\x00\x00", "\x00\x00", + "\x5d\xd3", "\x00\x00", "\xc3\xbd", "\x5d\xcd", "\x00\x00", "\x00\x00", + "\xc3\xbe", "\x5d\xd0", "\x53\x80", "\x50\x7e", "\x00\x00", "\x00\x00", + "\x51\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xbf", "\xc3\xc0", + "\x00\x00", "\x55\xa3", "\x5d\xd2", "\x00\x00", "\x5d\xd6", "\x4d\xd4", + "\xc3\xc1", "\x50\x55", "\x00\x00", "\x5d\xe2", "\x00\x00", "\x5d\xd5", + "\x66\x58", "\x00\x00", "\x00\x00", "\xc3\xc2", "\x5d\xdb", "\x00\x00", + "\xc3\xc3", "\xc3\xc4", "\x51\x87", "\x00\x00", "\xc3\xc5", "\x5d\xdd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xd7", "\xc3\xc6", "\x5d\xd8", + "\x00\x00", "\x5d\xd9", "\xb5\x6b", "\x5d\xda", "\x00\x00", "\xc3\xc7", + "\x00\x00", "\x5d\xde", "\x00\x00", "\x5d\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\xd1", "\x00\x00", "\xc3\xc8", "\x5d\xe4", "\x00\x00", + "\x5d\xe0", "\x5d\xdf", "\x00\x00", "\x52\xb0", "\x53\x5c", "\x5d\xe1", + "\xc3\xc9", "\x00\x00", "\x00\x00", "\xc3\xca", "\x00\x00", "\x00\x00", + "\x4f\xde", "\x52\xae", "\x5d\xe3", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x5b", "\x00\x00", "\x00\x00", "\xc3\xcb", "\x5d\xe5", "\x00\x00", + "\x5d\xe7", "\x00\x00", "\xc3\xcc", "\x00\x00", "\x00\x00", "\xc3\xcd", + "\x00\x00", "\xc3\xce", "\xb5\x6d", "\x00\x00", "\xc3\xcf", "\x00\x00", + "\x5d\xe6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xd0", + "\xc3\xd1", "\x00\x00", "\x00\x00", "\xb5\x6f", "\xc3\xd2", "\xc3\xd3", + "\xc3\xd4", "\xc3\xd5", "\x53\xea", "\x00\x00", "\xc3\xd6", "\x00\x00", + "\x00\x00", "\x5d\xe8", "\x00\x00", "\x00\x00", "\xc3\xd7", "\xc3\xd8", + "\x00\x00", "\x00\x00", "\x4b\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc3\xd9", "\xc3\xda", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xe9", "\xc3\xdb", "\xc3\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x71", "\x00\x00", "\x47\x85", "\xc3\xdd", "\x00\x00", + "\xc3\xde", "\x4b\x65", "\x4a\xf5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc3\xdf", "\xc3\xe0", "\x00\x00", "\x54\x73", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\x6a", "\x4c\xbc", "\xc3\xe1", "\x00\x00", + "\x00\x00", "\xc3\xe2", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xea", + "\xc3\xe3", "\x00\x00", "\x00\x00", "\x49\x7d", "\x4f\xcb", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4d\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4f\xee", "\x00\x00", "\xc3\xe4", "\xc3\xe5", "\xc3\xe6", "\xc3\xe7", + "\xc3\xe8", "\x5d\xeb", "\x00\x00", "\xc3\xe9", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc3\xea", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5d\xed", "\x5d\xee", "\x48\x61", "\x5d\xf0", "\x5d\xec", + "\xc3\xeb", "\xc3\xec", "\x00\x00", "\x52\xcd", "\xc3\xed", "\x00\x00", + "\x00\x00", "\xc3\xee", "\x5d\xef", "\x47\x88", "\x49\xd7", "\x52\x9e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\xd1", "\x00\x00", "\xc3\xef", "\x5d\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x50\x99", "\x00\x00", "\xc3\xf0", "\x00\x00", "\xc3\xf1", + "\xc3\xf2", "\xc3\xf3", "\xc3\xf4", "\x00\x00", "\xc3\xf5", "\x5d\xf3", + "\x00\x00", "\x00\x00", "\xc3\xf6", "\x53\x8c", "\x00\x00", "\x5d\xf1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xf7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xf7", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x87", "\xc3\xf8", "\x00\x00", "\x00\x00", "\x5d\xf8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc3\xf9", + "\x5d\xf6", "\xc3\xfa", "\xc3\xfb", "\xc3\xfc", "\xb5\x76", "\x5d\xf4", + "\x00\x00", "\xc3\xfd", "\xc3\xfe", "\x00\x00", "\x00\x00", "\x5d\xf5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x53\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5d\xfa", "\x54\x4f", "\x00\x00", + "\x5d\xf9", "\x00\x00", "\xc4\x41", "\x00\x00", "\xc4\x42", "\x47\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xe6", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x43", "\x00\x00", "\xc4\x44", + "\xb5\x78", "\xc4\x45", "\xc4\x46", "\xc4\x47", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x47\xef", "\x00\x00", "\xc4\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x83", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc4\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x4a", + "\x5d\xfc", "\x5d\xfd", "\x00\x00", "\x4c\x6f", "\xc4\x4b", "\xc4\x4c", + "\x5e\x42", "\x00\x00", "\x54\x90", "\x00\x00", "\xc4\x4d", "\xb5\x79", + "\xc4\x4e", "\xb5\x7a", "\x00\x00", "\x68\x85", "\x5e\x43", "\xc4\x4f", + "\x00\x00", "\x4b\xdd", "\xc4\x50", "\x00\x00", "\x5d\xfb", "\x00\x00", + "\xc4\x51", "\x00\x00", "\xc4\x52", "\x00\x00", "\x5e\x41", "\x00\x00", + "\x54\xea", "\x53\x57", "\x5d\xfe", "\x47\x42", "\xc4\x53", "\x54\xa0", + "\x00\x00", "\x00\x00", "\x5e\x44", "\x00\x00", "\x4c\x4c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x54", "\x00\x00", "\x00\x00", + "\x00\x00", "\x55\x90", "\x00\x00", "\x00\x00", "\xc4\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x47", "\xc4\x56", "\x00\x00", "\xc4\x57", + "\x5e\x45", "\x00\x00", "\x46\x7f", "\x00\x00", "\xc4\x58", "\x00\x00", + "\x00\x00", "\x5e\x46", "\x00\x00", "\x00\x00", "\xc4\x59", "\x00\x00", + "\x52\x9d", "\x5e\x48", "\xb5\x7d", "\x00\x00", "\x00\x00", "\x4f\x68", + "\xc4\x5a", "\xc4\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xbf", + "\xc4\x5c", "\x00\x00", "\xc4\x5d", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xbb", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x4a", "\x00\x00", "\xb5\x7e", "\xc4\x5e", "\xc4\x5f", "\x47\xd5", + "\xc4\x60", "\xc4\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x4c", "\xc4\x62", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\x4d", "\xc4\x63", "\xc4\x64", "\x5e\x4b", "\x00\x00", "\x49\xd5", + "\xc4\x65", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xf8", "\x5e\x50", + "\x00\x00", "\xc4\x66", "\xc4\x67", "\x00\x00", "\x5e\x53", "\x00\x00", + "\x4a\x79", "\x00\x00", "\x5e\x4e", "\xc4\x68", "\x5e\x51", "\x50\x47", + "\xc4\x69", "\x5e\x52", "\x00\x00", "\xc4\x6a", "\xc4\x6b", "\x00\x00", + "\xc4\x6c", "\x00\x00", "\x00\x00", "\x57\xfb", "\x5e\x55", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\x66", "\x54\xce", "\x5e\x4f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x56", "\x54\xe6", + "\x57\x8f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x54", "\x00\x00", "\x00\x00", "\xc4\x6d", "\x5e\x59", + "\x00\x00", "\x5e\x57", "\x5e\x58", "\x00\x00", "\x5e\x5a", "\x5e\x5b", + "\xc4\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\xd9", "\xc4\x6f", "\xc4\x70", "\xc4\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x5e\x5c", "\x00\x00", "\x00\x00", "\x5e\x5d", "\x00\x00", + "\x00\x00", "\xc4\x72", "\x00\x00", "\xb5\x81", "\x00\x00", "\xc4\x73", + "\x00\x00", "\x00\x00", "\xc4\x74", "\x53\x7c", "\x00\x00", "\xc4\x75", + "\x00\x00", "\xc4\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x5e", "\x00\x00", + "\x4c\x87", "\xc4\x78", "\x5e\x60", "\x5e\x5f", "\x00\x00", "\xc4\x79", + "\x5e\x61", "\x00\x00", "\x5e\x62", "\x00\x00", "\xc4\x7a", "\x53\xa9", + "\x45\xcc", "\x00\x00", "\xc4\x7b", "\xc4\x7c", "\x50\x96", "\x5e\x63", + "\x5e\x64", "\x52\xdd", "\x4c\x79", "\x5e\x65", "\x5e\x66", "\xc4\x7d", + "\xc4\x7e", "\xc4\x7f", "\x00\x00", "\xc4\x80", "\x5e\x67", "\x47\x67", + "\x4a\xbd", "\x00\x00", "\x00\x00", "\x5e\x68", "\x55\x6f", "\x00\x00", + "\xc4\x81", "\xc4\x82", "\xc4\x83", "\x00\x00", "\x55\xdd", "\xc4\x84", + "\x00\x00", "\xc4\x85", "\xc4\x86", "\xb5\x83", "\x5e\x69", "\x53\xfc", + "\xc4\x87", "\x49\x73", "\xc4\x88", "\x55\xb7", "\xc4\x89", "\x4a\xaf", + "\xc4\x8a", "\x50\x9a", "\x55\xc4", "\xc4\x8b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x7b", "\xc4\x8c", "\x46\x52", "\x00\x00", "\xc4\x8d", + "\x00\x00", "\x00\x00", "\xc4\x8e", "\xc4\x8f", "\x00\x00", "\xc4\x90", + "\x51\x58", "\x00\x00", "\x5e\x6a", "\x00\x00", "\x00\x00", "\xc4\x91", + "\xc4\x92", "\x46\xa2", "\x00\x00", "\xc4\x93", "\xc4\x94", "\x54\x8a", + "\x5e\x6b", "\xc4\x95", "\x53\x54", "\x5e\x6c", "\x5e\x6e", "\x00\x00", + "\xc4\x96", "\x00\x00", "\x00\x00", "\x5e\x6d", "\x00\x00", "\xc4\x97", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x98", "\xc4\x99", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\x6f", "\xc4\x9a", "\x00\x00", "\x00\x00", + "\x5e\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\x9b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\xdc", "\x00\x00", + "\x5e\x71", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x72", + "\xc4\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\xc5", "\xc4\x9d", + "\xc4\x9e", "\x4c\xa7", "\xb5\x87", "\x5e\x73", "\x5e\x74", "\x00\x00", + "\xc4\x9f", "\x00\x00", "\x48\x52", "\x00\x00", "\x00\x00", "\x5e\x79", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\x75", "\x00\x00", + "\xb5\x88", "\xc4\xa0", "\x4e\x5a", "\x5e\x76", "\x5e\x78", "\x00\x00", + "\x5e\x77", "\xc4\xa1", "\x00\x00", "\xc4\xa2", "\x00\x00", "\x00\x00", + "\xc4\xa3", "\x00\x00", "\x5e\x7a", "\x00\x00", "\x51\xdb", "\x00\x00", + "\x5e\x7b", "\x00\x00", "\x00\x00", "\xc4\xa4", "\xc4\xa5", "\x52\x74", + "\xc4\xa6", "\x4e\xcf", "\x00\x00", "\x50\xdc", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc4\xa7", "\x5e\x7d", "\x5e\x7e", "\x5e\x7c", "\x00\x00", + "\x00\x00", "\xc4\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x7b", + "\x00\x00", "\x00\x00", "\x4a\xdb", "\x4c\x9e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xa9", "\xc4\xaa", "\x00\x00", + "\x00\x00", "\x5e\x80", "\x52\xfe", "\x5e\x7f", "\xc4\xab", "\xc4\xac", + "\x50\x6f", "\x54\xd6", "\xc4\xad", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\xae", "\x00\x00", "\xc4\xaf", "\xc4\xb0", "\x00\x00", "\xc4\xb1", + "\x00\x00", "\x00\x00", "\x5e\x82", "\xc4\xb2", "\x00\x00", "\xc4\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xb4", "\xc4\xb5", + "\x00\x00", "\x00\x00", "\x5e\x84", "\x5e\x81", "\xc4\xb6", "\xc4\xb7", + "\x00\x00", "\x4a\x51", "\x5e\x83", "\x5e\x85", "\xc4\xb8", "\x4e\x9d", + "\x00\x00", "\x00\x00", "\xc4\xb9", "\x00\x00", "\x5e\x86", "\x5e\x8b", + "\x00\x00", "\xc4\xba", "\xc4\xbb", "\x5e\x88", "\x49\xc5", "\x4f\xd0", + "\xc4\xbc", "\x00\x00", "\x4f\x45", "\x5e\x89", "\x00\x00", "\xc4\xbd", + "\xc4\xbe", "\xb5\x8d", "\x5e\x87", "\xc4\xbf", "\x50\x4f", "\x53\xdd", + "\x00\x00", "\xb5\x8f", "\xc4\xc0", "\xc4\xc1", "\x00\x00", "\xc4\xc2", + "\x5e\x8c", "\x4c\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xc3", + "\x4e\x95", "\x51\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xc4", "\x5e\x8e", "\x5e\x8d", + "\xc4\xc5", "\x00\x00", "\xc4\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\xc7", "\x5e\x8f", "\xc4\xc8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc4\xc9", "\xc4\xca", "\xc4\xcb", "\xc4\xcc", "\x00\x00", + "\x00\x00", "\x4f\x65", "\x00\x00", "\x00\x00", "\xc4\xcd", "\xc4\xce", + "\x5e\x92", "\xc4\xcf", "\x5e\x91", "\xc4\xd0", "\xc4\xd1", "\x00\x00", + "\xc4\xd2", "\xc4\xd3", "\x5e\x93", "\xc4\xd4", "\x4d\x61", "\x00\x00", + "\x00\x00", "\x5e\x96", "\x00\x00", "\x5e\x94", "\x5e\x95", "\xc4\xd5", + "\x51\xcb", "\x5e\x97", "\xc4\xd6", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc4\xd7", "\xc4\xd8", "\x00\x00", "\xc4\xd9", "\x4c\x6e", "\xc4\xda", + "\xc4\xdb", "\x47\x83", "\x00\x00", "\x45\xfd", "\xb5\x92", "\x49\xb1", + "\x00\x00", "\x00\x00", "\xc4\xdc", "\x00\x00", "\xc4\xdd", "\x00\x00", + "\x00\x00", "\xc4\xde", "\xb5\x93", "\xc4\xdf", "\x4d\xe9", "\xc4\xe0", + "\xc4\xe1", "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xe2", "\x00\x00", + "\xc4\xe3", "\xc4\xe4", "\xc4\xe5", "\x00\x00", "\xc4\xe6", "\x00\x00", + "\x00\x00", "\xc4\xe7", "\xc4\xe8", "\x00\x00", "\xb5\x94", "\x4e\x4c", + "\xc4\xe9", "\xc4\xea", "\x00\x00", "\xc4\xeb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4a\xf9", "\x5e\x9a", "\x00\x00", "\xc4\xec", + "\x00\x00", "\xc4\xed", "\x00\x00", "\xc4\xee", "\x00\x00", "\x5e\x9c", + "\xc4\xef", "\x5e\x99", "\x00\x00", "\xc4\xf0", "\x5e\x9d", "\x00\x00", + "\x4c\x9a", "\x00\x00", "\x00\x00", "\xc4\xf1", "\xc4\xf2", "\x00\x00", + "\x5e\x98", "\x5e\x9e", "\x53\x99", "\xc4\xf3", "\xc4\xf4", "\x4d\x5d", + "\x5e\x9b", "\xc4\xf5", "\x00\x00", "\x00\x00", "\x5e\xa2", "\xc4\xf6", + "\x00\x00", "\x00\x00", "\x5e\x9f", "\x00\x00", "\x00\x00", "\xc4\xf7", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc4\xf8", "\x5e\xa5", "\x00\x00", + "\x4b\x99", "\xc4\xf9", "\x00\x00", "\x5e\xa1", "\x00\x00", "\x5e\xa0", + "\xc4\xfa", "\xc4\xfb", "\x00\x00", "\xc4\xfc", "\x4c\xb9", "\x00\x00", + "\x00\x00", "\x50\x66", "\x5e\xa3", "\x00\x00", "\x00\x00", "\x5e\xa4", + "\x00\x00", "\x00\x00", "\xc4\xfd", "\x5e\xa8", "\x00\x00", "\xc4\xfe", + "\x5e\xa6", "\xc5\x41", "\xc5\x42", "\xc5\x43", "\x00\x00", "\xc5\x44", + "\x46\xb7", "\xc5\x45", "\xc5\x46", "\xc5\x47", "\x00\x00", "\x48\xdb", + "\xc5\x48", "\x5e\xa9", "\x45\xeb", "\x5e\xa7", "\x00\x00", "\x50\xf7", + "\xc5\x49", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\x4a", "\x00\x00", "\xb5\x95", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x4b", "\xc5\x4c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4e\x5c", "\x00\x00", "\xc5\x4d", "\x5e\xac", "\x5e\xaa", "\x00\x00", + "\xc5\x4e", "\x5e\xad", "\x5e\xab", "\xc5\x4f", "\xc5\x50", "\xc5\x51", + "\x5e\xae", "\xc5\x52", "\xc5\x53", "\xc5\x54", "\x5e\xaf", "\x54\x53", + "\x4c\xd8", "\x52\xa3", "\x52\x9f", "\x00\x00", "\x00\x00", "\xc5\x55", + "\x5e\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5e\xb2", + "\xc5\x56", "\x5e\xb5", "\x00\x00", "\xc5\x57", "\xc5\x58", "\x00\x00", + "\xc5\x59", "\xc5\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x5b", + "\x00\x00", "\xc5\x5c", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x5d", + "\xc5\x5e", "\xb5\x97", "\x00\x00", "\x5e\xb1", "\x00\x00", "\xc5\x5f", + "\x00\x00", "\x5e\xb4", "\x53\xf1", "\x4f\x52", "\x5e\xb6", "\xc5\x60", + "\x4b\x5b", "\x5e\xb3", "\x50\x8c", "\x00\x00", "\x5e\xbc", "\x5e\xb9", + "\x5e\xbb", "\x00\x00", "\xc5\x61", "\xc5\x62", "\xc5\x63", "\x5e\xb7", + "\x5e\xba", "\xc5\x64", "\x00\x00", "\xc5\x65", "\xc5\x66", "\x5e\xbe", + "\x5e\xb8", "\xc5\x67", "\xc5\x68", "\x51\x88", "\x00\x00", "\x00\x00", + "\x68\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5e\xbf", "\x00\x00", "\xc5\x69", "\xc5\x6a", + "\x00\x00", "\x52\x8c", "\x00\x00", "\xc5\x6b", "\xc5\x6c", "\xc5\x6d", + "\xb5\x98", "\x5e\xbd", "\x00\x00", "\x50\x4d", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\x6e", "\xc5\x6f", "\xc5\x70", "\xc5\x71", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x99", "\xc5\x72", "\xc5\x73", + "\xc5\x74", "\x00\x00", "\xc5\x75", "\x00\x00", "\x5e\xc1", "\x5e\xc0", + "\xc5\x76", "\xc5\x77", "\x5e\xc2", "\xc5\x78", "\x00\x00", "\xb5\x9b", + "\xc5\x79", "\x5e\xc3", "\xc5\x7a", "\xc5\x7b", "\xc5\x7c", "\xc5\x7d", + "\x00\x00", "\x00\x00", "\xc5\x7e", "\xc5\x7f", "\x4a\xb9", "\xc5\x80", + "\xc5\x81", "\x00\x00", "\x00\x00", "\xc5\x82", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\x83", "\xb5\x9c", "\xc5\x84", "\x00\x00", "\x52\x49", + "\x00\x00", "\xc5\x85", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\x86", "\xc5\x87", + "\x5e\xc4", "\x00\x00", "\xc5\x88", "\x00\x00", "\x00\x00", "\x5e\xc5", + "\xc5\x89", "\x00\x00", "\x00\x00", "\xc5\x8a", "\x5e\xc6", "\x00\x00", + "\xb5\x9d", "\x00\x00", "\xc5\x8b", "\x00\x00", "\xc5\x8c", "\xc5\x8d", + "\x4e\x64", "\x00\x00", "\xc5\x8e", "\xc5\x8f", "\x5e\xc7", "\x00\x00", + "\x54\x52", "\x5e\xc8", "\xc5\x90", "\x00\x00", "\x49\xc2", "\x5e\xc9", + "\xc5\x91", "\x5e\xca", "\xc5\x92", "\xc5\x93", "\x00\x00", "\x00\x00", + "\x5e\xcb", "\xc5\x94", "\x5e\xcc", "\x5e\xce", "\x5e\xcd", "\x00\x00", + "\xc5\x95", "\x00\x00", "\x4c\xd4", "\x5e\xcf", "\x5e\xd0", "\x00\x00", + "\xc5\x96", "\xc5\x97", "\xc5\x98", "\x00\x00", "\x00\x00", "\xc5\x99", + "\x00\x00", "\x5e\xd1", "\x00\x00", "\x5e\xd3", "\x5e\xd2", "\x5e\xd4", + "\xc5\x9a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x5e\xd6", "\x5e\xd5", "\x5e\xd7", "\x00\x00", "\x00\x00", "\x54\x95", + "\xc5\x9b", "\x5e\xd8", "\x00\x00", "\x53\xe6", "\xc5\x9c", "\xc5\x9d", + "\x4b\x55", "\x00\x00", "\x4b\x66", "\x00\x00", "\x52\xa7", "\x00\x00", + "\x5e\xd9", "\x45\x99", "\xc5\x9e", "\xc5\x9f", "\x00\x00", "\x45\xc0", + "\xc5\xa0", "\x55\xd7", "\x5e\xda", "\xc5\xa1", "\x45\xb6", "\xc5\xa2", + "\xc5\xa3", "\x4d\x58", "\x5e\xdb", "\x00\x00", "\x00\x00", "\x58\xfe", + "\x45\x63", "\x46\x7c", "\x48\xa0", "\x49\x67", "\x00\x00", "\x00\x00", + "\xc5\xa4", "\x45\x7c", "\x57\x65", "\xc5\xa5", "\x45\x55", "\x46\x77", + "\x5e\xdc", "\xc5\xa6", "\xc5\xa7", "\xc5\xa8", "\xc5\xa9", "\x00\x00", + "\x00\x00", "\xc5\xaa", "\x5e\xdd", "\x00\x00", "\x5e\xe1", "\xc5\xab", + "\xc5\xac", "\x5e\xe0", "\x5e\xdf", "\x5b\x7c", "\x47\xae", "\x5e\xde", + "\xc5\xad", "\x55\x8f", "\xc5\xae", "\x47\x8b", "\xc5\xaf", "\x00\x00", + "\x4e\xdc", "\x00\x00", "\x00\x00", "\xc5\xb0", "\x00\x00", "\x47\xab", + "\x5e\xe3", "\x5e\xe2", "\x4d\x72", "\x50\x86", "\xc5\xb1", "\xc5\xb2", + "\x49\xfe", "\xc5\xb3", "\x55\x9a", "\x00\x00", "\x5e\xe4", "\x4c\xf0", + "\x51\xb4", "\x5e\xe5", "\x00\x00", "\x52\xfd", "\x48\xb9", "\x5e\xe6", + "\xb5\xa2", "\x5e\xe9", "\x00\x00", "\x5e\xe7", "\x4a\xa9", "\xc5\xb4", + "\xb5\xa3", "\x4e\x54", "\x5e\xe8", "\x00\x00", "\x5e\xeb", "\x50\xdd", + "\x5e\xea", "\xc5\xb5", "\xc5\xb6", "\xc5\xb7", "\xc5\xb8", "\xc5\xb9", + "\xc5\xba", "\x50\xd4", "\x00\x00", "\xc5\xbb", "\x5e\xec", "\x00\x00", + "\x00\x00", "\xc5\xbc", "\x5e\xed", "\x5e\xee", "\x00\x00", "\x5e\xf0", + "\x5e\xef", "\x4e\xa0", "\xb5\xa5", "\x00\x00", "\x51\x71", "\x55\xb0", + "\xc5\xbd", "\x4c\xb4", "\xc5\xbe", "\xc5\xbf", "\x5e\xf1", "\xc5\xc0", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\xc1", "\x5e\xf2", "\x00\x00", + "\xc5\xc2", "\x5e\xf3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc5\xc3", "\x5e\xf5", "\xc5\xc4", "\x5e\xf4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xce", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xa9", "\x5e\xfd", "\x4d\x97", "\x5e\xf7", + "\xc5\xc5", "\x5e\xf9", "\x00\x00", "\xb5\xaa", "\x5e\xfb", "\x54\xe1", + "\xc5\xc6", "\x00\x00", "\x5e\xfc", "\x5e\xfa", "\x51\x42", "\xc5\xc7", + "\xc5\xc8", "\xc5\xc9", "\x5e\xf6", "\x5e\xf8", "\xc5\xca", "\x49\xbf", + "\xc5\xcb", "\x4e\x4a", "\x00\x00", "\x00\x00", "\x5f\x41", "\x00\x00", + "\xc5\xcc", "\x5e\xfe", "\xc5\xcd", "\xc5\xce", "\x00\x00", "\x00\x00", + "\x5f\x42", "\xb5\xab", "\x51\x82", "\x53\xfd", "\x00\x00", "\xc5\xcf", + "\x55\x49", "\x5f\x43", "\x00\x00", "\x4c\x47", "\xc5\xd0", "\xb5\xac", + "\x5f\x45", "\xc5\xd1", "\xc5\xd2", "\xc5\xd3", "\x51\x74", "\x5f\x44", + "\xc5\xd4", "\x00\x00", "\x00\x00", "\xc5\xd5", "\x00\x00", "\x54\xa4", + "\x00\x00", "\x00\x00", "\xc5\xd6", "\x00\x00", "\xc5\xd7", "\xc5\xd8", + "\x5f\x4a", "\xc5\xd9", "\x5f\x4c", "\x5f\x4d", "\x50\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc5\xda", "\x5f\x4b", "\x00\x00", + "\x5f\x48", "\x00\x00", "\x5f\x46", "\x5f\x47", "\xc5\xdb", "\x5f\x49", + "\xc5\xdc", "\xc5\xdd", "\xc5\xde", "\x00\x00", "\x00\x00", "\xc5\xdf", + "\xc5\xe0", "\x5f\x4f", "\xc5\xe1", "\x5f\x4e", "\xc5\xe2", "\x52\x4f", + "\x00\x00", "\xc5\xe3", "\x00\x00", "\x00\x00", "\xc5\xe4", "\xc5\xe5", + "\x00\x00", "\xc5\xe6", "\xc5\xe7", "\x00\x00", "\xb5\xaf", "\xc5\xe8", + "\x00\x00", "\xc5\xe9", "\xc5\xea", "\xc5\xeb", "\xc5\xec", "\x5f\x50", + "\x5f\x52", "\x5f\x53", "\x5f\x54", "\xc5\xed", "\x5f\x55", "\xc5\xee", + "\xc5\xef", "\x5f\x51", "\xb5\xb1", "\xc5\xf0", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc5\xf1", "\x00\x00", "\x00\x00", "\x5f\x57", "\x00\x00", + "\xc5\xf2", "\xc5\xf3", "\x5f\x56", "\xc5\xf4", "\x00\x00", "\x00\x00", + "\xc5\xf5", "\xc5\xf6", "\xc5\xf7", "\x5f\x58", "\xc5\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc5\xf9", "\xc5\xfa", "\x4b\xb7", "\xc5\xfb", + "\xc5\xfc", "\xc5\xfd", "\x5f\x5c", "\x5f\x59", "\x5f\x5a", "\xc5\xfe", + "\xc6\x41", "\xc6\x42", "\x54\x47", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\xaa", "\x00\x00", "\x00\x00", "\xc6\x43", + "\x53\x7e", "\x00\x00", "\x5f\x5b", "\xc6\x44", "\x00\x00", "\x00\x00", + "\x5f\x5d", "\x00\x00", "\x00\x00", "\xc6\x45", "\x00\x00", "\x5f\x5e", + "\x5f\x5f", "\x00\x00", "\xc6\x46", "\xc6\x47", "\x00\x00", "\x5f\x62", + "\x5f\x60", "\x5f\x61", "\x5f\x63", "\x00\x00", "\x5f\x64", "\xc6\x48", + "\xc6\x49", "\xc6\x4a", "\x5f\x65", "\xc6\x4b", "\x5f\x66", "\x00\x00", + "\xc6\x4c", "\x00\x00", "\x5f\x67", "\x00\x00", "\x53\x9a", "\x00\x00", + "\x46\x4b", "\x46\xe8", "\x5f\x68", "\x46\x59", "\x45\x4b", "\x00\x00", + "\x5f\x6a", "\xc6\x4d", "\x5f\x69", "\x5f\x6b", "\x45\xef", "\xc6\x4e", + "\x4a\xb0", "\x4c\xbb", "\x5f\x6c", "\x00\x00", "\x00\x00", "\x5f\x6d", + "\xc6\x4f", "\xc6\x50", "\x52\x99", "\x00\x00", "\x52\xa4", "\x00\x00", + "\x00\x00", "\x4e\x81", "\x00\x00", "\xc6\x51", "\x53\x96", "\x00\x00", + "\x00\x00", "\x5f\x6e", "\x5f\x6f", "\x5f\x72", "\x5f\x70", "\xc6\x52", + "\x5f\x71", "\xc6\x53", "\xc6\x54", "\xb5\xb6", "\xc6\x55", "\xc6\x56", + "\xc6\x57", "\xc6\x58", "\x5f\x73", "\xc6\x59", "\xc6\x5a", "\x00\x00", + "\xc6\x5b", "\x00\x00", "\x00\x00", "\xc6\x5c", "\x49\xda", "\xb5\xb7", + "\x5f\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x75", "\x00\x00", + "\xb5\xb8", "\x68\x68", "\x5f\x76", "\x5f\x77", "\x5f\x78", "\x00\x00", + "\x00\x00", "\xc6\x5d", "\x00\x00", "\x4d\xc7", "\x00\x00", "\xc6\x5e", + "\x5f\x79", "\x53\xba", "\x00\x00", "\xc6\x5f", "\x50\x57", "\x00\x00", + "\x51\xb5", "\xc6\x60", "\x47\x74", "\xc6\x61", "\xc6\x62", "\x5f\x7b", + "\xc6\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x7d", "\x00\x00", + "\xc6\x64", "\x00\x00", "\x5f\x7c", "\x4d\x65", "\x00\x00", "\xc6\x65", + "\x00\x00", "\x48\x44", "\x5c\xc9", "\x00\x00", "\x5f\x7e", "\x4b\x84", + "\xc6\x66", "\x5f\x7f", "\x00\x00", "\x49\xe3", "\x48\x90", "\x5f\x80", + "\xc6\x67", "\x53\xf7", "\xc6\x68", "\x00\x00", "\x5f\x81", "\x00\x00", + "\xc6\x69", "\x00\x00", "\x46\x75", "\x00\x00", "\xc6\x6a", "\xc6\x6b", + "\x50\x80", "\x00\x00", "\x46\x74", "\x00\x00", "\xc6\x6c", "\x00\x00", + "\x46\x78", "\xc6\x6d", "\x00\x00", "\x5f\x83", "\xc6\x6e", "\x00\x00", + "\x50\x82", "\x00\x00", "\xc6\x6f", "\x48\x47", "\x00\x00", "\x00\x00", + "\x5f\x86", "\x00\x00", "\xc6\x70", "\x5f\x85", "\x5f\x84", "\x52\xbc", + "\xc6\x71", "\x4d\xa2", "\x45\x52", "\x00\x00", "\xc6\x72", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\x73", "\x00\x00", "\xc6\x74", "\xc6\x75", + "\x00\x00", "\xc6\x76", "\x00\x00", "\xc6\x77", "\xc6\x78", "\x5f\x8b", + "\xc6\x79", "\x00\x00", "\x51\xca", "\x46\x42", "\x4e\x6a", "\x00\x00", + "\xc6\x7a", "\x00\x00", "\x5f\x87", "\x5f\x89", "\x5f\x8a", "\x00\x00", + "\xc6\x7b", "\x5f\x88", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\x7c", + "\xc6\x7d", "\xc6\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc6\x7f", "\xc6\x80", "\xc6\x81", "\x5f\x8c", "\x5f\x8d", "\xc6\x82", + "\x4e\x5f", "\x00\x00", "\x49\xa5", "\xc6\x83", "\xc6\x84", "\x00\x00", + "\x47\xaa", "\x00\x00", "\xc6\x85", "\x00\x00", "\x00\x00", "\xc6\x86", + "\x5f\x8e", "\x5f\x8f", "\x00\x00", "\x00\x00", "\xc6\x87", "\x00\x00", + "\x00\x00", "\xc6\x88", "\xc6\x89", "\xc6\x8a", "\x00\x00", "\x00\x00", + "\xc6\x8b", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\x8c", "\xc6\x8d", + "\xb5\xbf", "\x00\x00", "\x5f\x90", "\x5f\x93", "\xc6\x8e", "\x00\x00", + "\xc6\x8f", "\xc6\x90", "\xc6\x91", "\x52\x6c", "\xc6\x92", "\x4a\x73", + "\xc6\x93", "\x5f\x94", "\x4a\x96", "\xc6\x94", "\x5f\x91", "\x00\x00", + "\xc6\x95", "\x5f\x92", "\xc6\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc6\x97", "\x00\x00", "\xc6\x98", "\xc6\x99", "\xc6\x9a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x97", "\xc6\x9b", "\x00\x00", + "\xb5\xc1", "\xc6\x9c", "\x5f\x96", "\x5f\x95", "\xc6\x9d", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\x9e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x99", "\xc6\x9f", "\xc6\xa0", + "\x5f\x98", "\x00\x00", "\x00\x00", "\x5f\x9a", "\x00\x00", "\x00\x00", + "\xc6\xa1", "\xc6\xa2", "\xc6\xa3", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc6\xa4", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\x9c", "\xc6\xa5", + "\x5f\x9b", "\x00\x00", "\xc6\xa6", "\x00\x00", "\xb5\xc5", "\x55\x72", + "\x00\x00", "\xc6\xa7", "\x00\x00", "\xb5\xc6", "\xc6\xa8", "\x00\x00", + "\x4d\xb0", "\x52\x7d", "\xc6\xa9", "\xc6\xaa", "\x5f\x9d", "\xc6\xab", + "\x00\x00", "\x4f\x9b", "\x00\x00", "\xc6\xac", "\x5f\x9e", "\x00\x00", + "\x00\x00", "\x5f\x9f", "\x00\x00", "\x5f\xa3", "\x5f\xa1", "\x5f\xa2", + "\xc6\xad", "\x5f\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xa4", "\x00\x00", "\xc6\xaf", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc6\xb0", "\xc6\xb1", "\x00\x00", "\x00\x00", "\xc6\xb2", + "\x00\x00", "\x53\x50", "\x00\x00", "\xc6\xb3", "\x5f\xa6", "\x50\xed", + "\x5f\xa7", "\x00\x00", "\xc6\xb4", "\xc6\xb5", "\xc6\xb6", "\x00\x00", + "\x46\xc1", "\x5f\xa8", "\xc6\xb7", "\x45\xb0", "\xc6\xb8", "\x55\xc9", + "\x00\x00", "\x4e\x4d", "\xc6\xb9", "\x00\x00", "\xc6\xba", "\x4a\x82", + "\x5f\xa9", "\x51\xbb", "\xc6\xbb", "\xc6\xbc", "\x00\x00", "\x45\x80", + "\xc6\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xbe", "\x00\x00", + "\x00\x00", "\xc6\xbf", "\x5f\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\x5b", "\x00\x00", "\x00\x00", "\xc6\xc0", + "\xc6\xc1", "\x00\x00", "\x00\x00", "\xc6\xc2", "\x00\x00", "\x00\x00", + "\x5f\xac", "\xc6\xc3", "\xc6\xc4", "\x00\x00", "\x00\x00", "\xc6\xc5", + "\x5f\xad", "\x00\x00", "\x46\xd3", "\x4c\xc3", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xc6", + "\x00\x00", "\x00\x00", "\x5f\xb0", "\x5f\xae", "\xc6\xc7", "\xc6\xc8", + "\x00\x00", "\x4d\x45", "\x54\xb4", "\x52\x48", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xc9", "\xc6\xc9", "\xc6\xca", "\x00\x00", + "\xc6\xcb", "\x00\x00", "\x4c\xc2", "\x00\x00", "\x4a\xbe", "\xc6\xcc", + "\x00\x00", "\xc6\xcd", "\x00\x00", "\x00\x00", "\x50\xdf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xaf", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc6\xce", "\xc6\xcf", "\x5f\xb1", "\x00\x00", "\xc6\xd0", + "\xc6\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\xc6\xd2", "\x00\x00", + "\x5f\xb2", "\xb5\xcb", "\x00\x00", "\xb5\xcc", "\xc6\xd3", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\xd4", "\x49\x76", "\xc6\xd5", "\x00\x00", + "\xc6\xd6", "\xc6\xd7", "\x00\x00", "\xc6\xd8", "\x5f\xb3", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc6\xd9", "\x00\x00", "\xc6\xda", "\x49\x84", + "\x4a\xef", "\x00\x00", "\xc6\xdb", "\x53\x69", "\x00\x00", "\x00\x00", + "\x52\xbf", "\x00\x00", "\x5f\xb4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xb6", "\x00\x00", "\x5f\xb9", "\x00\x00", + "\xc6\xdc", "\x00\x00", "\x00\x00", "\x4f\x4e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xb7", "\x51\x95", "\x00\x00", "\x00\x00", + "\xc6\xdd", "\x00\x00", "\x5f\xba", "\x53\x56", "\x5f\xb5", "\xc6\xde", + "\x00\x00", "\x51\x7b", "\x00\x00", "\x4f\xb1", "\xc6\xdf", "\x52\xd2", + "\x00\x00", "\x54\x5b", "\xc6\xe0", "\x00\x00", "\x5f\xb8", "\x00\x00", + "\x00\x00", "\xc6\xe1", "\xc6\xe2", "\xc6\xe3", "\x00\x00", "\xc6\xe4", + "\x00\x00", "\x5f\xbb", "\xc6\xe5", "\x00\x00", "\x00\x00", "\x4d\xf8", + "\xc6\xe6", "\x50\x7d", "\x5f\xbd", "\x00\x00", "\xc6\xe7", "\xc6\xe8", + "\x00\x00", "\x5f\xbe", "\xc6\xe9", "\xc6\xea", "\xc6\xeb", "\xc6\xec", + "\x00\x00", "\x5f\xbc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x48\x7a", "\xc6\xed", "\x5f\xc4", "\xc6\xee", "\x5f\xc3", "\xc6\xef", + "\x00\x00", "\x4a\x62", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xc5", + "\x5f\xc0", "\xc6\xf0", "\xc6\xf1", "\xc6\xf2", "\x5f\xc6", "\x5f\xc1", + "\xc6\xf3", "\x00\x00", "\xc6\xf4", "\x00\x00", "\x4b\x9c", "\x5f\xbf", + "\xc6\xf5", "\xc6\xf6", "\x5f\xc2", "\xc6\xf7", "\xc6\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x5f\xc9", "\xc6\xf9", "\x00\x00", "\x00\x00", + "\x00\x00", "\xc6\xfa", "\xc6\xfb", "\xc6\xfc", "\x00\x00", "\x00\x00", + "\xc6\xfd", "\x00\x00", "\xc6\xfe", "\x5f\xc8", "\x49\xb4", "\x00\x00", + "\xc7\x41", "\x00\x00", "\x5f\xc7", "\x00\x00", "\x00\x00", "\x48\xaa", + "\x00\x00", "\x00\x00", "\xc7\x42", "\xc7\x43", "\x5f\xcb", "\x00\x00", + "\xc7\x44", "\xc7\x45", "\x00\x00", "\xb5\xd1", "\xc7\x46", "\xc7\x47", + "\x00\x00", "\x5f\xca", "\xb5\xd2", "\xc7\x48", "\xc7\x49", "\x51\xb0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x4a", "\x5f\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x4b", "\x00\x00", + "\x4c\x9c", "\x00\x00", "\xc7\x4c", "\x5f\xcd", "\x4d\xf0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xce", + "\xc7\x4d", "\xb5\xd4", "\xc7\x4e", "\x00\x00", "\xc7\x4f", "\xc7\x50", + "\xc7\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x52", + "\x51\xb9", "\xc7\x53", "\x00\x00", "\xc7\x54", "\x51\x4c", "\x5f\xd0", + "\x5f\xcf", "\xc7\x55", "\xb5\xd5", "\x00\x00", "\x5f\xd1", "\xc7\x56", + "\x00\x00", "\x00\x00", "\xc7\x57", "\xc7\x58", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x48\x53", "\xc7\x59", "\x49\x58", "\xc7\x5a", + "\x46\x63", "\xc7\x5b", "\x5f\xd3", "\x53\xd2", "\x00\x00", "\x00\x00", + "\xc7\x5c", "\xc7\x5d", "\xc7\x5e", "\x51\x92", "\x4e\xd8", "\x4f\xeb", + "\xc7\x5f", "\xc7\x60", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x61", + "\x48\x8c", "\xc7\x62", "\x00\x00", "\x55\x5c", "\xc7\x63", "\x5f\xd8", + "\x4c\xdc", "\x53\x65", "\xc7\x64", "\x00\x00", "\x5f\xd7", "\xc7\x65", + "\xc7\x66", "\x4c\xeb", "\x45\xa1", "\x5f\xd6", "\x5f\xd4", "\x00\x00", + "\x4f\x89", "\x00\x00", "\x00\x00", "\x49\xf9", "\x00\x00", "\xc7\x67", + "\x4d\xbf", "\xc7\x68", "\x00\x00", "\xc7\x69", "\x00\x00", "\x4c\x71", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x6a", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x55\x53", "\x00\x00", "\xc7\x6b", + "\x52\xd8", "\xc7\x6c", "\xc7\x6d", "\x00\x00", "\xc7\x6e", "\x5f\xda", + "\x50\xe7", "\x4d\x75", "\x00\x00", "\x00\x00", "\x50\xae", "\x4f\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x5f\xdb", "\xc7\x6f", + "\xc7\x70", "\x52\x86", "\x4b\xa7", "\x45\x8b", "\x00\x00", "\xc7\x71", + "\x00\x00", "\xc7\x72", "\x5f\xdc", "\xc7\x73", "\xc7\x74", "\x00\x00", + "\xc7\x75", "\x00\x00", "\x00\x00", "\x5f\xdf", "\xc7\x76", "\x5f\xde", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x77", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xaa", "\x4f\xd7", "\xc7\x78", "\xc7\x79", + "\x5f\xe0", "\xc7\x7a", "\x00\x00", "\x00\x00", "\x54\xf5", "\xc7\x7b", + "\x50\xfa", "\xc7\x7c", "\x00\x00", "\x5f\xe1", "\xc7\x7d", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc7\x7e", "\x53\x6a", "\x5f\xe2", "\xc7\x7f", + "\x00\x00", "\x55\x5d", "\x54\x63", "\x53\xd0", "\x45\xf1", "\x46\xc3", + "\xc7\x80", "\x00\x00", "\xc7\x81", "\x00\x00", "\x00\x00", "\xc7\x82", + "\xc7\x83", "\x5f\xe3", "\xc7\x84", "\x46\x58", "\xb5\xdf", "\xb5\xe0", + "\x00\x00", "\xc7\x85", "\x00\x00", "\x48\xed", "\x4d\xba", "\x00\x00", + "\xc7\x86", "\x5f\xe4", "\xc7\x87", "\x00\x00", "\x4c\x70", "\x00\x00", + "\xc7\x88", "\x00\x00", "\x00\x00", "\xc7\x89", "\xc7\x8a", "\x4d\x83", + "\xc7\x8b", "\x54\xb5", "\xc7\x8c", "\x5f\xe7", "\x50\x8f", "\xc7\x8d", + "\x4c\x8a", "\x5f\xe5", "\x00\x00", "\x4d\x9f", "\xc7\x8e", "\xc7\x8f", + "\x5f\xe6", "\xc7\x90", "\x00\x00", "\x00\x00", "\x4b\xdf", "\xc7\x91", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc7\x92", "\x00\x00", "\x00\x00", "\x49\x75", "\xc7\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x52\x64", "\x00\x00", "\xc7\x94", "\xc7\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x96", "\x5f\xe8", "\xc7\x97", + "\xc7\x98", "\x47\xf4", "\xc7\x99", "\x5f\xe9", "\x47\xc4", "\x00\x00", + "\x00\x00", "\xc7\x9a", "\x00\x00", "\x00\x00", "\x47\xfa", "\xc7\x9b", + "\x00\x00", "\x50\x87", "\x5f\xea", "\x5f\xeb", "\x4d\xcf", "\xc7\x9c", + "\x52\x96", "\x00\x00", "\xc7\x9d", "\x5f\xec", "\x53\x66", "\xc7\x9e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\x9f", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xa0", "\x00\x00", "\xc7\xa1", + "\x46\x92", "\xc7\xa2", "\xc7\xa3", "\x5f\xed", "\x47\x6a", "\x00\x00", + "\xc7\xa4", "\xc7\xa5", "\x00\x00", "\x5f\xef", "\xc7\xa6", "\xc7\xa7", + "\xc7\xa8", "\x5f\xf0", "\x4d\xbe", "\x4f\xc7", "\x5f\xee", "\x4f\xd5", + "\x4e\x94", "\x00\x00", "\x48\xd4", "\x5f\xf1", "\xc7\xa9", "\xc7\xaa", + "\x52\xbe", "\xc7\xab", "\xc7\xac", "\x5f\xf3", "\x00\x00", "\x00\x00", + "\xc7\xad", "\x48\x91", "\x52\x54", "\x50\xb8", "\x50\x9b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xae", "\xc7\xaf", "\x5f\xf2", + "\x00\x00", "\xc7\xb0", "\x00\x00", "\x00\x00", "\xc7\xb1", "\xc7\xb2", + "\x00\x00", "\xc7\xb3", "\xc7\xb4", "\x5f\xf5", "\x5f\xf4", "\x4e\x98", + "\x00\x00", "\xc7\xb5", "\x00\x00", "\xc7\xb6", "\x00\x00", "\x5f\xf6", + "\xc7\xb7", "\x4f\x5c", "\x00\x00", "\xc7\xb8", "\x00\x00", "\x00\x00", + "\x5f\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\x86", "\xc7\xb9", + "\x49\x86", "\x00\x00", "\xc7\xba", "\x5f\xf9", "\x47\x8d", "\x00\x00", + "\x00\x00", "\x5f\xfa", "\xc7\xbb", "\x4e\x91", "\xc7\xbc", "\x4a\xfd", + "\xc7\xbd", "\x51\x69", "\x54\x99", "\xc7\xbe", "\xc7\xbf", "\x00\x00", + "\x5f\xfb", "\x00\x00", "\xc7\xc0", "\xc7\xc1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc7\xc2", "\xc7\xc3", "\x4f\xb0", "\x4b\xe9", + "\xc7\xc4", "\x5f\xfc", "\x5f\xfe", "\x60\x41", "\x5f\xfd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xc5", "\x50\xa6", + "\xc7\xc6", "\x00\x00", "\x00\x00", "\xc7\xc7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x42", "\x4a\x65", "\x00\x00", + "\xc7\xc8", "\x00\x00", "\x50\xaa", "\x49\xa7", "\x60\x43", "\x00\x00", + "\x00\x00", "\xc7\xc9", "\x00\x00", "\xc7\xca", "\x60\x44", "\x00\x00", + "\x00\x00", "\xc7\xcb", "\x55\x9e", "\xc7\xcc", "\xc7\xcd", "\x00\x00", + "\xb5\xec", "\x60\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x46", + "\x60\x49", "\x60\x48", "\xc7\xce", "\x60\x4a", "\x52\xf0", "\xc7\xcf", + "\x60\x4b", "\x45\xdd", "\xc7\xd0", "\x60\x4c", "\xc7\xd1", "\x60\x4d", + "\x00\x00", "\x60\x4f", "\x60\x4e", "\x60\x51", "\x00\x00", "\x60\x50", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x52", "\x60\x53", "\xc7\xd2", + "\x49\xe7", "\x60\x54", "\x00\x00", "\x66\xc1", "\x47\x6e", "\x60\x55", + "\x60\x56", "\x54\x6b", "\x00\x00", "\x4d\x50", "\x60\x57", "\x60\x58", + "\xc7\xd3", "\xc7\xd4", "\x51\xc8", "\x60\x5a", "\xc7\xd5", "\x60\x5b", + "\x00\x00", "\x48\xef", "\x60\x5c", "\xc7\xd6", "\x00\x00", "\x00\x00", + "\xc7\xd7", "\x00\x00", "\x49\x71", "\x00\x00", "\x60\x5d", "\x45\xf5", + "\x54\x5c", "\xc7\xd8", "\x00\x00", "\xc7\xd9", "\xc7\xda", "\x52\x87", + "\x00\x00", "\x00\x00", "\x60\x5e", "\x00\x00", "\x54\xd5", "\x00\x00", + "\x60\x62", "\xc7\xdb", "\x51\xcf", "\x00\x00", "\x60\x61", "\x60\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x5f", "\x00\x00", "\x49\xb5", + "\xb5\xf1", "\x00\x00", "\xc7\xdc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xe7", "\x60\x65", "\x00\x00", "\x4f\x41", "\x00\x00", "\x00\x00", + "\x60\x66", "\xc7\xdd", "\x47\xe0", "\x00\x00", "\x00\x00", "\xc7\xde", + "\x00\x00", "\x52\xf4", "\x4f\xd9", "\xc7\xdf", "\x60\x68", "\xc7\xe0", + "\xc7\xe1", "\xc7\xe2", "\x46\x7e", "\xc7\xe3", "\xc7\xe4", "\xc7\xe5", + "\xc7\xe6", "\xc7\xe7", "\x00\x00", "\x60\x63", "\xc7\xe8", "\x60\x67", + "\x60\x64", "\x00\x00", "\x00\x00", "\x49\x6e", "\x00\x00", "\xb5\xf3", + "\x00\x00", "\xc7\xe9", "\x00\x00", "\xc7\xea", "\xc7\xeb", "\xc7\xec", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x6c", "\x4a\xc7", "\xc7\xed", + "\x4d\x9b", "\x46\xa7", "\x00\x00", "\x4b\x8f", "\x60\x6b", "\x60\x6a", + "\xc7\xee", "\x52\xf5", "\x60\x69", "\x4b\x45", "\x4b\x7c", "\x00\x00", + "\x49\xd0", "\xc7\xef", "\x46\xc9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\x6d", "\x00\x00", "\x00\x00", + "\xc7\xf0", "\x00\x00", "\x00\x00", "\x00\x00", "\xc7\xf1", "\x54\x84", + "\xc7\xf2", "\x50\x48", "\x00\x00", "\xc7\xf3", "\xc7\xf4", "\x00\x00", + "\x53\x4e", "\xc7\xf5", "\x60\x73", "\xc7\xf6", "\x60\x71", "\x60\x72", + "\xc7\xf7", "\xc7\xf8", "\x60\x70", "\x60\x6e", "\x00\x00", "\xc7\xf9", + "\x00\x00", "\xb5\xf6", "\x60\x6f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xf7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc7\xfa", "\x00\x00", "\x55\x9b", "\x4f\x51", "\x00\x00", "\xc7\xfb", + "\x00\x00", "\x55\xa4", "\x00\x00", "\x60\x77", "\xc7\xfc", "\x60\x7b", + "\xc7\xfd", "\xc7\xfe", "\x60\x7a", "\x00\x00", "\x4e\xe0", "\x4c\xcc", + "\xc8\x41", "\x48\x43", "\x60\x75", "\x60\x7c", "\x60\x79", "\xc8\x42", + "\x60\x78", "\x60\x74", "\x60\x82", "\x60\x76", "\xc8\x43", "\x46\xf2", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc8\x44", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x54\xca", "\x00\x00", "\xc8\x45", "\x51\x8d", + "\x00\x00", "\xc8\x46", "\xc8\x47", "\x4a\xfb", "\xc8\x48", "\x00\x00", + "\x60\x80", "\xc8\x49", "\xc8\x4a", "\x00\x00", "\x50\x5c", "\x00\x00", + "\xc8\x4b", "\xc8\x4c", "\xc8\x4d", "\xc8\x4e", "\x00\x00", "\x00\x00", + "\x47\xa1", "\x51\xe8", "\xc8\x4f", "\x00\x00", "\x49\xe8", "\xc8\x50", + "\x60\x81", "\x4f\xb6", "\xc8\x51", "\x49\xa8", "\xc8\x52", "\x60\x7e", + "\x60\x7f", "\x00\x00", "\x00\x00", "\x60\x7d", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc8\x53", "\x00\x00", "\xc8\x54", "\xc8\x55", + "\x00\x00", "\xc8\x56", "\xc8\x57", "\xc8\x58", "\x00\x00", "\x60\x83", + "\x00\x00", "\x00\x00", "\x48\x75", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\xd8", "\x60\x87", "\x60\x85", "\x00\x00", "\xc8\x59", "\x60\x84", + "\xc8\x5a", "\x00\x00", "\x00\x00", "\x54\x44", "\x00\x00", "\x00\x00", + "\xb5\xfe", "\x00\x00", "\xc8\x5b", "\x60\x8c", "\xc8\x5c", "\xc8\x5d", + "\x60\x8e", "\x60\x86", "\xc8\x5e", "\xc8\x5f", "\xc8\x60", "\x00\x00", + "\xc8\x61", "\x00\x00", "\xc8\x62", "\x00\x00", "\x60\x89", "\xc8\x63", + "\xc8\x64", "\xc8\x65", "\xc8\x66", "\x00\x00", "\xc8\x67", "\x60\x8b", + "\x00\x00", "\xc8\x68", "\x00\x00", "\xc8\x69", "\xc8\x6a", "\x60\x8d", + "\xc8\x6b", "\xc8\x6c", "\x00\x00", "\x4f\x53", "\x57\x8a", "\x60\x8a", + "\x60\x88", "\x00\x00", "\x00\x00", "\x51\x7c", "\x00\x00", "\xc8\x6d", + "\x00\x00", "\xc8\x6e", "\x00\x00", "\x00\x00", "\xb6\x41", "\x60\x92", + "\xc8\x6f", "\x4b\xec", "\x00\x00", "\x60\x8f", "\x00\x00", "\xc8\x70", + "\xc8\x71", "\x60\x90", "\xc8\x72", "\x00\x00", "\x60\x91", "\x60\x94", + "\xc8\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc8\x74", + "\x00\x00", "\xc8\x75", "\xc8\x76", "\x00\x00", "\xc8\x77", "\x60\x93", + "\x51\xab", "\xc8\x78", "\xc8\x79", "\x00\x00", "\x00\x00", "\x60\x95", + "\x52\x70", "\x4f\x4c", "\x60\x96", "\x00\x00", "\x00\x00", "\x60\x98", + "\x00\x00", "\xb6\x43", "\xc8\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc8\x7b", "\x00\x00", "\x60\x97", "\x4d\xfe", "\x00\x00", "\x51\xf2", + "\x60\x9a", "\xc8\x7c", "\xc8\x7d", "\xc8\x7e", "\x4f\x99", "\xc8\x7f", + "\x60\x99", "\xb6\x45", "\x60\x9b", "\xc8\x80", "\xc8\x81", "\xc8\x82", + "\xc8\x83", "\xc8\x84", "\xc8\x85", "\x60\x9c", "\x4c\xee", "\xc8\x86", + "\x00\x00", "\xc8\x87", "\x52\xaa", "\x60\x9d", "\x00\x00", "\xc8\x88", + "\x00\x00", "\xc8\x89", "\x00\x00", "\x00\x00", "\x60\x9e", "\xc8\x8a", + "\xc8\x8b", "\xb6\x46", "\xc8\x8c", "\x00\x00", "\xc8\x8d", "\x46\x6f", + "\x00\x00", "\x60\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\xc8\x8e", + "\x00\x00", "\x00\x00", "\xc8\x8f", "\xc8\x90", "\x4f\xf0", "\x00\x00", + "\x00\x00", "\x55\xe7", "\x4e\x85", "\x60\xa0", "\x00\x00", "\x00\x00", + "\xc8\x91", "\xc8\x92", "\x00\x00", "\x48\x9e", "\x00\x00", "\x4f\xcc", + "\x00\x00", "\x53\xc9", "\x00\x00", "\xc8\x93", "\x60\xa1", "\x00\x00", + "\x4c\xa9", "\x00\x00", "\xc8\x94", "\x4c\x4b", "\x00\x00", "\x4d\x59", + "\x4b\xf7", "\x00\x00", "\x00\x00", "\x4f\xc8", "\x00\x00", "\x00\x00", + "\xc8\x95", "\x4b\xfb", "\xc8\x96", "\x60\xa5", "\x60\xa3", "\x00\x00", + "\x60\xa2", "\x52\xab", "\xc8\x97", "\x4b\xd4", "\x60\xa7", "\x00\x00", + "\x00\x00", "\x60\xa4", "\x00\x00", "\x60\xa6", "\x60\xab", "\x00\x00", + "\xc8\x98", "\x60\xaa", "\x60\xa9", "\x60\xa8", "\x00\x00", "\x00\x00", + "\xc8\x99", "\xc8\x9a", "\x00\x00", "\x60\xac", "\xc8\x9b", "\xc8\x9c", + "\xc8\x9d", "\x60\xae", "\x46\x6c", "\xc8\x9e", "\x51\xbc", "\x00\x00", + "\x60\xb0", "\x00\x00", "\xc8\x9f", "\x60\xaf", "\x00\x00", "\xc8\xa0", + "\xc8\xa1", "\xc8\xa2", "\x54\x71", "\x00\x00", "\x00\x00", "\xc8\xa3", + "\x51\x60", "\xc8\xa4", "\x00\x00", "\x00\x00", "\x60\xb1", "\xc8\xa5", + "\xc8\xa6", "\xc8\xa7", "\x48\x84", "\xc8\xa8", "\x60\xb3", "\xc8\xa9", + "\xc8\xaa", "\x00\x00", "\x60\xb4", "\xc8\xab", "\x54\x92", "\x51\x8c", + "\x51\x4b", "\x00\x00", "\x60\xb2", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc8\xac", "\x4e\xc5", "\x00\x00", "\xc8\xad", "\x00\x00", "\xc8\xae", + "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xb5", "\x00\x00", "\x00\x00", + "\x60\xb6", "\x00\x00", "\x60\xb7", "\xc8\xaf", "\x60\xb8", "\x00\x00", + "\x46\xc7", "\x00\x00", "\x52\xc2", "\x48\xfa", "\x00\x00", "\x00\x00", + "\x51\xfe", "\x00\x00", "\x46\xdb", "\x00\x00", "\x60\xba", "\xc8\xb0", + "\x47\xbd", "\x4b\x67", "\x60\xb9", "\xc8\xb1", "\xc8\xb2", "\xc8\xb3", + "\x60\xbd", "\x4c\xf9", "\x00\x00", "\x49\xe2", "\x00\x00", "\xc8\xb4", + "\x4f\xb5", "\xc8\xb5", "\xc8\xb6", "\xc8\xb7", "\x47\xa6", "\x60\xbc", + "\xc8\xb8", "\x4f\x47", "\x4c\x78", "\x46\x80", "\x49\xf3", "\x4f\xf3", + "\x60\xbb", "\xc8\xb9", "\xc8\xba", "\x00\x00", "\x47\x9f", "\x48\x77", + "\x4c\xf4", "\xc8\xbb", "\x00\x00", "\x00\x00", "\xc8\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc8\xbd", "\x4a\xf0", "\x55\x92", "\xc8\xbe", + "\x60\xc0", "\x51\x48", "\x47\x68", "\xc8\xbf", "\x60\xc1", "\x4e\x59", + "\x00\x00", "\x60\xc3", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\xe4", + "\x4c\xbd", "\x00\x00", "\xc8\xc0", "\xc8\xc1", "\xc8\xc2", "\x60\xc2", + "\xc8\xc3", "\xc8\xc4", "\x49\xf4", "\x55\x63", "\x46\xb9", "\x60\xbe", + "\x60\xc5", "\xc8\xc5", "\x60\xc4", "\x00\x00", "\x00\x00", "\x60\xbf", + "\x46\x88", "\xc8\xc6", "\x60\xc9", "\x60\xcc", "\x46\xbf", "\xc8\xc7", + "\x00\x00", "\xc8\xc8", "\x00\x00", "\x00\x00", "\x60\xc8", "\xc8\xc9", + "\x00\x00", "\xc8\xca", "\xc8\xcb", "\x60\xd0", "\x60\xc6", "\xc8\xcc", + "\x50\x6d", "\x00\x00", "\x00\x00", "\x4c\xe7", "\x4e\xf7", "\x60\xcd", + "\x00\x00", "\xc8\xcd", "\x47\x57", "\xc8\xce", "\x60\xca", "\x00\x00", + "\xc8\xcf", "\x00\x00", "\x00\x00", "\x00\x00", "\x60\xcb", "\x00\x00", + "\xc8\xd0", "\x48\x81", "\x52\x68", "\x60\xc7", "\x00\x00", "\x4a\xe4", + "\x4a\xf3", "\x00\x00", "\xc8\xd1", "\x49\xf6", "\xc8\xd2", "\xc8\xd3", + "\x00\x00", "\x54\xed", "\x00\x00", "\xc8\xd4", "\x00\x00", "\xc8\xd5", + "\xc8\xd6", "\xc8\xd7", "\x00\x00", "\xc8\xd8", "\xc8\xd9", "\x00\x00", + "\xc8\xda", "\x60\xcf", "\x00\x00", "\xc8\xdb", "\xc8\xdc", "\xc8\xdd", + "\x00\x00", "\x53\x74", "\x00\x00", "\xc8\xde", "\x00\x00", "\x60\xce", + "\x00\x00", "\x00\x00", "\xc8\xdf", "\xc8\xe0", "\x00\x00", "\x4a\x4a", + "\x47\xcb", "\x54\xeb", "\x50\x70", "\xc8\xe1", "\xc8\xe2", "\x60\xdc", + "\x60\xda", "\x00\x00", "\x60\xd8", "\x60\xd2", "\x00\x00", "\x00\x00", + "\xc8\xe3", "\xc8\xe4", "\x00\x00", "\x00\x00", "\xc8\xe5", "\x60\xd7", + "\x51\xa3", "\x48\x80", "\x60\xd1", "\x60\xd9", "\x60\xdd", "\x48\xcb", + "\x4a\x53", "\xc8\xe6", "\x4d\xc9", "\x60\xd3", "\xc8\xe7", "\x60\xd4", + "\x60\xdb", "\xc8\xe8", "\x54\xd3", "\x54\xa6", "\x00\x00", "\x60\xd6", + "\x49\xdc", "\x48\x9d", "\xb6\x58", "\x00\x00", "\xc8\xe9", "\xc8\xea", + "\xc8\xeb", "\xc8\xec", "\xc8\xed", "\x60\xd5", "\x00\x00", "\x00\x00", + "\x4b\x97", "\x53\x7d", "\xc8\xee", "\xc8\xef", "\xc8\xf0", "\x47\x93", + "\x00\x00", "\x48\xa5", "\x4a\x9b", "\x00\x00", "\x00\x00", "\x60\xde", + "\x60\xe1", "\xc8\xf1", "\x60\xdf", "\xc8\xf2", "\x46\x87", "\x00\x00", + "\x60\xe8", "\x60\xe0", "\x60\xe3", "\x00\x00", "\x4a\x80", "\x60\xe7", + "\xc8\xf3", "\xb6\x5a", "\x60\xe2", "\xc8\xf4", "\xc8\xf5", "\x00\x00", + "\x48\x4e", "\x4c\xfc", "\xc8\xf6", "\xc8\xf7", "\x55\x6b", "\xc8\xf8", + "\x00\x00", "\x4e\x9a", "\x00\x00", "\xc8\xf9", "\x60\xe6", "\x00\x00", + "\x48\x60", "\xc8\xfa", "\xc8\xfb", "\x00\x00", "\x00\x00", "\xc8\xfc", + "\xc8\xfd", "\x60\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc8\xfe", "\x4b\xaa", "\x00\x00", "\x00\x00", "\x48\x59", "\x60\xe9", + "\x00\x00", "\x00\x00", "\xc9\x41", "\x60\xee", "\x60\xea", "\x60\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\x42", "\xc9\x43", + "\x60\xec", "\x00\x00", "\x00\x00", "\xc9\x44", "\x00\x00", "\xc9\x45", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xe6", "\xc9\x46", "\xc9\x47", + "\x4f\x6b", "\x60\xed", "\xc9\x48", "\x60\xeb", "\x5b\xcc", "\x55\xa8", + "\x00\x00", "\x00\x00", "\x4e\x93", "\xc9\x49", "\xc9\x4a", "\x00\x00", + "\x00\x00", "\x49\xe4", "\xc9\x4b", "\xc9\x4c", "\x49\xf7", "\xc9\x4d", + "\x00\x00", "\x60\xf2", "\x60\xf9", "\xc9\x4e", "\x00\x00", "\x60\xf4", + "\xc9\x4f", "\x60\xf8", "\x00\x00", "\x60\xf6", "\x60\xef", "\x60\xf5", + "\x00\x00", "\x60\xf3", "\x48\x66", "\xc9\x50", "\x00\x00", "\x47\x59", + "\x00\x00", "\x60\xf7", "\xc9\x51", "\xc9\x52", "\x60\xf0", "\xc9\x53", + "\x60\xf1", "\x00\x00", "\x48\x68", "\x53\x73", "\x00\x00", "\x52\xda", + "\xc9\x54", "\x00\x00", "\xc9\x55", "\x00\x00", "\x60\xfd", "\x00\x00", + "\x48\x9a", "\x51\xd4", "\x60\xfb", "\x00\x00", "\xc9\x56", "\x60\xfe", + "\x61\x41", "\x00\x00", "\x00\x00", "\x60\xfa", "\x60\xfc", "\xc9\x57", + "\x00\x00", "\xc9\x58", "\xc9\x59", "\x00\x00", "\x00\x00", "\xc9\x5a", + "\x60\xf1", "\x61\x42", "\x00\x00", "\x61\x45", "\x61\x44", "\xc9\x5b", + "\x00\x00", "\x4d\x9a", "\xc9\x5c", "\xc9\x5d", "\x4b\x69", "\x00\x00", + "\x00\x00", "\xc9\x5e", "\x00\x00", "\xb6\x60", "\x00\x00", "\x00\x00", + "\xc9\x5f", "\x61\x43", "\x00\x00", "\x61\x47", "\x61\x46", "\x61\x48", + "\xc9\x60", "\x61\x4a", "\x00\x00", "\xc9\x61", "\x55\xeb", "\x61\x4b", + "\x00\x00", "\x00\x00", "\xc9\x62", "\xc9\x63", "\x52\x78", "\x61\x4c", + "\x51\xbf", "\x00\x00", "\x61\x4e", "\xc9\x64", "\x61\x4d", "\x55\xfa", + "\x52\x73", "\xc9\x65", "\x61\x4f", "\x61\x50", "\x61\x51", "\xc9\x66", + "\x61\x52", "\x00\x00", "\xc9\x67", "\x00\x00", "\xc9\x68", "\x61\x53", + "\x53\x9c", "\xc9\x69", "\xc9\x6a", "\x50\x84", "\x00\x00", "\x61\x54", + "\x00\x00", "\x61\x55", "\xc9\x6b", "\xc9\x6c", "\xc9\x6d", "\xc9\x6e", + "\xc9\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\x70", "\xc9\x71", + "\x61\x56", "\x00\x00", "\x61\x57", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\x58", "\x54\xcb", "\x61\x59", "\xc9\x72", "\x51\x6e", + "\x61\x5a", "\xc9\x73", "\xc9\x74", "\x61\x5c", "\x61\x5b", "\x00\x00", + "\x00\x00", "\x61\x5d", "\x00\x00", "\x00\x00", "\xc9\x75", "\xc9\x76", + "\xc9\x77", "\x00\x00", "\x61\x5e", "\x61\x5f", "\xc9\x78", "\x00\x00", + "\xc9\x79", "\xc9\x7a", "\xc9\x7b", "\xc9\x7c", "\x61\x61", "\x61\x60", + "\x61\x62", "\x4c\x4e", "\x55\xef", "\x00\x00", "\xc9\x7d", "\x46\x8c", + "\x00\x00", "\x4f\x82", "\xc9\x7e", "\x4c\x99", "\x00\x00", "\x00\x00", + "\x55\x79", "\x00\x00", "\x55\xa5", "\x61\x63", "\x5a\xa5", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc9\x7f", "\xc9\x80", "\xc9\x81", "\xc9\x82", + "\x00\x00", "\x61\x64", "\x61\x66", "\x00\x00", "\x4d\xfa", "\x61\x65", + "\x61\x67", "\x61\x68", "\x00\x00", "\x4a\xd1", "\xc9\x83", "\x61\x69", + "\xc9\x84", "\x45\x7d", "\xc9\x85", "\xc9\x86", "\xc9\x87", "\x00\x00", + "\x00\x00", "\x61\x6a", "\x00\x00", "\xc9\x88", "\xc9\x89", "\x00\x00", + "\x00\x00", "\x61\x6d", "\x00\x00", "\xc9\x8a", "\x61\x6c", "\x61\x6b", + "\x00\x00", "\x00\x00", "\x61\x6e", "\xc9\x8b", "\x61\x6f", "\x47\xb1", + "\x00\x00", "\xc9\x8c", "\x00\x00", "\x55\x96", "\x45\x98", "\xc9\x8d", + "\x00\x00", "\x00\x00", "\xc9\x8e", "\x61\x71", "\x61\x70", "\x00\x00", + "\x00\x00", "\x61\x72", "\x00\x00", "\xc9\x8f", "\x00\x00", "\x61\x74", + "\x00\x00", "\x61\x75", "\x61\x73", "\x00\x00", "\x00\x00", "\xc9\x90", + "\x47\x8f", "\x00\x00", "\xc9\x91", "\xc9\x92", "\x4f\xfb", "\x00\x00", + "\xc9\x93", "\x00\x00", "\x61\x78", "\x61\x79", "\x00\x00", "\xc9\x94", + "\x00\x00", "\x61\x7a", "\x00\x00", "\x4d\x9c", "\x00\x00", "\xc9\x95", + "\xc9\x96", "\x00\x00", "\x00\x00", "\x4a\x69", "\x00\x00", "\x54\xf9", + "\x61\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xc9\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\x98", "\x4f\x69", + "\x61\x7c", "\x00\x00", "\xc9\x99", "\x00\x00", "\xc9\x9a", "\x61\x7d", + "\x00\x00", "\xc9\x9b", "\x61\x7e", "\x00\x00", "\x55\x8b", "\xc9\x9c", + "\x00\x00", "\xc9\x9d", "\xc9\x9e", "\x54\xb6", "\x00\x00", "\xc9\x9f", + "\x61\x7f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x61\x80", "\xc9\xa0", "\x51\xf6", "\x4d\xb5", "\xc9\xa1", "\xc9\xa2", + "\xc9\xa3", "\x52\xa0", "\x49\x85", "\xb6\x69", "\x47\x60", "\x61\x81", + "\x46\x70", "\x53\xdc", "\xc9\xa4", "\xc9\xa5", "\x00\x00", "\xc9\xa6", + "\x61\x82", "\x51\xe6", "\xc9\xa7", "\xc9\xa8", "\xc9\xa9", "\x49\x8e", + "\xc9\xaa", "\x61\x83", "\xc9\xab", "\xc9\xac", "\x49\x9a", "\xc9\xad", + "\x4f\xec", "\x54\xe4", "\x61\x84", "\x00\x00", "\x00\x00", "\x61\x85", + "\xc9\xae", "\xc9\xaf", "\xc9\xb0", "\xc9\xb1", "\x61\x86", "\x00\x00", + "\x00\x00", "\xc9\xb2", "\x00\x00", "\xc9\xb3", "\x00\x00", "\x61\x87", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xb4", "\x00\x00", "\xc9\xb5", + "\x00\x00", "\xc9\xb6", "\x00\x00", "\x00\x00", "\x4c\xab", "\xc9\xb7", + "\xc9\xb8", "\x4e\x99", "\xc9\xb9", "\x00\x00", "\xc9\xba", "\xc9\xbb", + "\x61\x89", "\xc9\xbc", "\x55\xb8", "\xc9\xbd", "\x61\x88", "\xc9\xbe", + "\x00\x00", "\x00\x00", "\xb6\x6b", "\xc9\xbf", "\x00\x00", "\x61\x8b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x8a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xb5", "\x00\x00", "\x61\x8d", + "\x00\x00", "\x54\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\xbb", + "\x61\x8e", "\xc9\xc0", "\x4b\x89", "\x61\x8f", "\x00\x00", "\xc9\xc1", + "\x00\x00", "\xc9\xc2", "\x00\x00", "\x61\x90", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc9\xc3", "\x00\x00", "\x53\xca", "\x61\x93", + "\xc9\xc4", "\x61\x92", "\x61\x91", "\x4d\xa8", "\xc9\xc5", "\x61\x94", + "\x48\xd7", "\x00\x00", "\x61\x95", "\x00\x00", "\xb6\x6c", "\x00\x00", + "\x61\x96", "\x53\xe4", "\x61\x97", "\x00\x00", "\xc9\xc6", "\x00\x00", + "\x00\x00", "\x61\x98", "\x61\x99", "\x53\xb6", "\x4b\x41", "\xc9\xc7", + "\x4a\x42", "\x00\x00", "\x55\x7f", "\x4e\x50", "\x00\x00", "\xc9\xc8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\x9a", "\x00\x00", + "\x00\x00", "\x52\x67", "\x00\x00", "\x52\x6a", "\xb6\x6d", "\x61\x9b", + "\x52\x92", "\xc9\xc9", "\x4c\x8c", "\xc9\xca", "\x00\x00", "\x00\x00", + "\x4c\xc5", "\x53\x82", "\x00\x00", "\xb6\x6e", "\x49\x7b", "\xc9\xcb", + "\xc9\xcc", "\x00\x00", "\x4b\x79", "\x4c\xfb", "\xc9\xcd", "\x61\x9e", + "\x61\x9c", "\x00\x00", "\x50\xeb", "\x00\x00", "\x52\xd5", "\x48\xac", + "\x00\x00", "\x54\x51", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xce", + "\xc9\xcf", "\x50\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\xf6", "\x61\xa3", + "\xb6\x6f", "\x4e\x9b", "\x00\x00", "\xc9\xd0", "\x00\x00", "\xb6\x70", + "\x00\x00", "\x4a\xb2", "\xc9\xd1", "\x52\x63", "\xc9\xd2", "\x00\x00", + "\x00\x00", "\xc9\xd3", "\x00\x00", "\xc9\xd4", "\xc9\xd5", "\x52\x88", + "\xc9\xd6", "\xc9\xd7", "\x61\xa1", "\x61\xa4", "\x61\x9f", "\x00\x00", + "\x61\xa2", "\x50\xb6", "\x00\x00", "\xc9\xd8", "\x4d\x63", "\x00\x00", + "\x00\x00", "\x4e\xe9", "\x61\xa0", "\xb6\x71", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xd9", "\xc9\xda", + "\x61\xa6", "\xc9\xdb", "\x61\xa7", "\xc9\xdc", "\xc9\xdd", "\x4e\xab", + "\xb6\x73", "\xc9\xde", "\x00\x00", "\x4b\xe3", "\xc9\xdf", "\xc9\xe0", + "\xb6\x74", "\x61\xb0", "\x47\x4f", "\xc9\xe1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x74", "\xc9\xe2", "\x00\x00", "\x50\x51", "\x55\xec", + "\x47\xe3", "\x50\x79", "\x61\xa5", "\x53\x5e", "\xc9\xe3", "\x00\x00", + "\xb6\x77", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xc9\xe4", "\xc9\xe5", "\xc9\xe6", + "\x00\x00", "\x4d\x5c", "\x61\xa8", "\xc9\xe7", "\x00\x00", "\xc9\xe8", + "\x00\x00", "\xc9\xe9", "\x00\x00", "\x00\x00", "\x61\xa9", "\xc9\xea", + "\x00\x00", "\x00\x00", "\xc9\xeb", "\x00\x00", "\x4c\x96", "\x00\x00", + "\x00\x00", "\xc9\xec", "\x00\x00", "\x00\x00", "\x61\xaa", "\xc9\xed", + "\x4a\xb4", "\x00\x00", "\x4c\xb3", "\x00\x00", "\xc9\xee", "\x00\x00", + "\x00\x00", "\x00\x00", "\x55\xe9", "\xc9\xef", "\x00\x00", "\xc9\xf0", + "\xb6\x79", "\x61\xad", "\x00\x00", "\x00\x00", "\x61\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\xc9\xf1", "\x61\xac", "\xc9\xf2", "\x00\x00", + "\x00\x00", "\xc9\xf3", "\x61\xab", "\xc9\xf4", "\x00\x00", "\x52\xc4", + "\x00\x00", "\x4d\x62", "\x61\xaf", "\xc9\xf5", "\x61\xae", "\x52\x47", + "\x4c\xaf", "\x00\x00", "\xc9\xf6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb4", "\xc9\xf7", + "\xc9\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x61\xb3", "\x61\xb5", + "\xc9\xf9", "\xc9\xfa", "\xc9\xfb", "\x00\x00", "\x51\xce", "\x00\x00", + "\xc9\xfc", "\x61\xb2", "\xc9\xfd", "\x4b\xa4", "\x61\xb1", "\x00\x00", + "\x00\x00", "\x61\xb6", "\x00\x00", "\x00\x00", "\xc9\xfe", "\x4d\xb6", + "\x4c\xa0", "\x52\x6f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x52\x9a", "\x61\xba", "\xca\x41", "\x61\xbb", "\x61\xb7", "\xca\x42", + "\xca\x43", "\xca\x44", "\x00\x00", "\x61\xb8", "\x00\x00", "\x61\xb9", + "\xca\x45", "\x00\x00", "\x00\x00", "\xca\x46", "\x51\xd8", "\xca\x47", + "\x00\x00", "\x00\x00", "\x61\xbf", "\x00\x00", "\x61\xbd", "\xca\x48", + "\x00\x00", "\xca\x49", "\x00\x00", "\x51\x91", "\xca\x4a", "\x4d\x8a", + "\x50\x60", "\xca\x4b", "\x00\x00", "\x61\xbc", "\x00\x00", "\xca\x4c", + "\x61\xbe", "\x61\xc1", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\xf6", + "\x61\xc2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\x4d", + "\x00\x00", "\x61\xc4", "\x00\x00", "\xca\x4e", "\x50\x76", "\xca\x4f", + "\x61\xc0", "\x00\x00", "\x00\x00", "\x61\xc3", "\x00\x00", "\x61\xca", + "\xca\x50", "\x00\x00", "\x61\xc7", "\x61\xc6", "\x53\x5f", "\x61\xc8", + "\xb6\x7f", "\x61\xc9", "\xca\x51", "\x00\x00", "\xca\x52", "\x54\x74", + "\x00\x00", "\x61\xc5", "\x61\xcb", "\xca\x53", "\xca\x54", "\x00\x00", + "\x61\xcc", "\xca\x55", "\xca\x56", "\x00\x00", "\x61\xcd", "\x00\x00", + "\x4d\xbd", "\x00\x00", "\xca\x57", "\xb6\x80", "\xca\x58", "\x61\xce", + "\x61\xcf", "\x61\xd0", "\xca\x59", "\x00\x00", "\xca\x5a", "\xca\x5b", + "\x61\xd1", "\x61\xd2", "\xca\x5c", "\x00\x00", "\x4a\x47", "\xca\x5d", + "\x53\x8a", "\x00\x00", "\x51\x73", "\x4c\xd0", "\x00\x00", "\x45\xc3", + "\xca\x5e", "\xca\x5f", "\x4d\xb3", "\x00\x00", "\x00\x00", "\xca\x60", + "\xca\x61", "\xca\x62", "\x4a\x48", "\x4c\x6a", "\xca\x63", "\xca\x64", + "\x00\x00", "\xca\x65", "\xca\x66", "\x61\xd3", "\x61\xd4", "\x4a\x89", + "\xca\x67", "\x61\xd5", "\xca\x68", "\xca\x69", "\x61\xd6", "\x61\xd7", + "\xca\x6a", "\xb6\x87", "\x61\xd8", "\x00\x00", "\x53\x58", "\x46\x6a", + "\x57\x78", "\x62\xba", "\x00\x00", "\x50\x94", "\x61\xd9", "\x4c\x58", + "\xca\x6b", "\x61\xda", "\x00\x00", "\x61\xdb", "\xca\x6c", "\xca\x6d", + "\x00\x00", "\x61\xdc", "\x4e\x5b", "\x4c\xaa", "\xca\x6e", "\xca\x6f", + "\x4f\xc1", "\x4f\xb8", "\xca\x70", "\x4a\x63", "\x4b\xb8", "\x00\x00", + "\xca\x71", "\xca\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xca\x73", "\x61\xdd", "\x48\x9f", "\x61\xde", "\x49\x56", + "\x00\x00", "\x61\xdf", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\x74", + "\x61\xe1", "\xca\x75", "\x54\xdb", "\x4b\x87", "\x53\xac", "\x61\xe0", + "\x46\x7b", "\xca\x76", "\x00\x00", "\xb6\x8b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x61\xe2", "\x00\x00", "\x00\x00", "\xca\x77", "\xca\x78", + "\xca\x79", "\xca\x7a", "\x4d\xfc", "\x00\x00", "\xb6\x8c", "\x00\x00", + "\xca\x7b", "\x00\x00", "\x00\x00", "\xca\x7c", "\xca\x7d", "\x00\x00", + "\xca\x7e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\x7f", + "\xb6\x90", "\x54\xae", "\x61\xe3", "\x61\xe4", "\x00\x00", "\xca\x80", + "\x61\xe5", "\x00\x00", "\x61\xe6", "\xca\x81", "\x00\x00", "\x61\xe8", + "\xca\x82", "\x61\xe7", "\x00\x00", "\x4c\x4a", "\xca\x83", "\x61\xe9", + "\x00\x00", "\x61\xea", "\x61\xeb", "\x00\x00", "\xca\x84", "\x55\xb4", + "\x45\xc4", "\x00\x00", "\x61\xec", "\x47\xc3", "\x00\x00", "\xca\x85", + "\x00\x00", "\x4d\x54", "\x61\xed", "\x53\xc5", "\xb6\x96", "\x00\x00", + "\xca\x86", "\x00\x00", "\xca\x87", "\x61\xee", "\xca\x88", "\xca\x89", + "\xca\x8a", "\x00\x00", "\xca\x8b", "\xca\x8c", "\x00\x00", "\x00\x00", + "\xca\x8d", "\x00\x00", "\xca\x8e", "\xca\x8f", "\x51\x9a", "\x00\x00", + "\x61\xef", "\xca\x90", "\x00\x00", "\x00\x00", "\xca\x91", "\x61\xf0", + "\xb6\x98", "\xca\x92", "\x00\x00", "\xca\x93", "\x00\x00", "\xca\x94", + "\x4e\xbd", "\xca\x95", "\xca\x96", "\x00\x00", "\x49\x72", "\x00\x00", + "\x61\xf2", "\xca\x97", "\xca\x98", "\x00\x00", "\xca\x99", "\xca\x9a", + "\x4f\x7b", "\x4a\xdd", "\xca\x9b", "\xca\x9c", "\xca\x9d", "\xca\x9e", + "\x61\xf1", "\x61\xf4", "\x54\x42", "\xca\x9f", "\x4f\xe5", "\xca\xa0", + "\x46\xd9", "\xca\xa1", "\x46\x83", "\xca\xa2", "\x00\x00", "\x00\x00", + "\xca\xa3", "\x49\x53", "\x4d\xd0", "\xca\xa4", "\x61\xf3", "\xca\xa5", + "\x4e\xba", "\xca\xa6", "\xca\xa7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x4e\x5d", "\xca\xa8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xca\xa9", "\x50\x4b", "\x61\xf9", "\x55\x59", "\x52\xd7", + "\xca\xaa", "\x00\x00", "\x4a\xb8", "\x00\x00", "\x62\x46", "\xca\xab", + "\x53\x77", "\x62\x43", "\x00\x00", "\x62\x41", "\x61\xf7", "\xca\xac", + "\x61\xf5", "\xca\xad", "\x61\xf6", "\xca\xae", "\x46\xd6", "\x4a\x5f", + "\x54\xb0", "\xca\xaf", "\x00\x00", "\xca\xb0", "\x4d\x5a", "\x00\x00", + "\xca\xb1", "\x00\x00", "\xca\xb2", "\x00\x00", "\x45\xee", "\x00\x00", + "\x61\xfb", "\x61\xfa", "\x00\x00", "\xca\xb3", "\xca\xb4", "\x00\x00", + "\x61\xfe", "\x62\x44", "\x61\xfd", "\x00\x00", "\xca\xb5", "\xca\xb6", + "\x00\x00", "\xca\xb7", "\x61\xf8", "\x46\x46", "\x61\xfc", "\x54\x7a", + "\x4b\xd3", "\x62\x42", "\xca\xb8", "\xca\xb9", "\x62\x45", "\xca\xba", + "\xca\xbb", "\xb6\x99", "\x00\x00", "\x4e\xc9", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x4a", + "\x53\xf6", "\x62\x52", "\x00\x00", "\x00\x00", "\xca\xbc", "\x50\xe2", + "\xca\xbd", "\xca\xbe", "\xca\xbf", "\x00\x00", "\xca\xc0", "\xca\xc1", + "\x62\x58", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x47\x4c", + "\x00\x00", "\x00\x00", "\x62\x51", "\xca\xc2", "\xca\xc3", "\xca\xc4", + "\x62\x50", "\xca\xc5", "\x62\x4b", "\x54\x7b", "\xca\xc6", "\x62\x49", + "\x62\x47", "\x49\x77", "\xca\xc7", "\x4d\xf7", "\x62\x4d", "\xca\xc8", + "\x00\x00", "\xca\xc9", "\xca\xca", "\x00\x00", "\x00\x00", "\x62\x4c", + "\x00\x00", "\xca\xcb", "\xca\xcc", "\xca\xcd", "\x62\x4f", "\x53\xb3", + "\xca\xce", "\x00\x00", "\x48\x42", "\x53\xb3", "\x00\x00", "\x00\x00", + "\xca\xcf", "\xca\xd0", "\x51\x5f", "\x62\x4e", "\xca\xd1", "\x46\xdc", + "\xca\xd2", "\xca\xd3", "\xca\xd4", "\xca\xd5", "\xca\xd6", "\x4b\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x48", "\xb6\x9c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\xd7", + "\x00\x00", "\x00\x00", "\x62\x5f", "\x00\x00", "\x62\x5a", "\x00\x00", + "\x4b\xa1", "\xca\xd8", "\x00\x00", "\x00\x00", "\x49\xe0", "\x62\x5d", + "\xca\xd9", "\x00\x00", "\x62\x5b", "\xca\xda", "\x00\x00", "\xca\xdb", + "\x00\x00", "\xca\xdc", "\x62\x62", "\xca\xdd", "\x54\x86", "\x00\x00", + "\x62\x63", "\x62\x5c", "\x00\x00", "\x00\x00", "\xca\xde", "\x62\x59", + "\x00\x00", "\x00\x00", "\x00\x00", "\xca\xdf", "\x62\x60", "\xca\xe0", + "\xca\xe1", "\x62\x57", "\x00\x00", "\xca\xe2", "\xca\xe3", "\x62\x53", + "\xca\xe4", "\xca\xe5", "\xca\xe6", "\x51\xee", "\x62\x55", "\x62\x61", + "\x00\x00", "\x62\x56", "\x00\x00", "\x00\x00", "\x00\x00", "\xca\xe7", + "\xca\xe8", "\x62\x64", "\xca\xe9", "\x62\x54", "\x54\xb3", "\xca\xea", + "\xca\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\x5e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x75", "\xca\xec", + "\xca\xed", "\xca\xee", "\x62\x6e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\x53", "\x00\x00", "\x62\x67", "\x00\x00", "\xca\xef", "\x46\xd7", + "\x00\x00", "\x4c\x73", "\x00\x00", "\x62\x68", "\xca\xf0", "\xca\xf1", + "\xca\xf2", "\x00\x00", "\x4c\x51", "\xca\xf3", "\x00\x00", "\x51\x80", + "\x00\x00", "\x62\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x4b\xa8", + "\xca\xf4", "\x00\x00", "\x53\xd4", "\x62\x70", "\xb6\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\xa0", "\x00\x00", "\x00\x00", "\xca\xf5", + "\x51\x6a", "\xca\xf6", "\x54\xe9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4b\x6c", "\x51\x6d", "\x48\xcc", "\x62\x71", "\x00\x00", "\x62\x65", + "\x00\x00", "\x62\x74", "\x62\x69", "\xca\xf7", "\xca\xf8", "\x00\x00", + "\x62\x76", "\xca\xf9", "\x62\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\xca\xfa", "\x00\x00", "\x62\x6b", "\x54\xf7", "\x00\x00", "\xca\xfb", + "\x62\x6f", "\x00\x00", "\x00\x00", "\xca\xfc", "\x62\x6d", "\x50\xdb", + "\x62\x72", "\x54\x82", "\xca\xfd", "\x00\x00", "\xca\xfe", "\x00\x00", + "\x62\x66", "\x00\x00", "\xcb\x41", "\x00\x00", "\xb6\xa2", "\x00\x00", + "\xcb\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x62\x73", "\x00\x00", "\x54\xd8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x49\x4a", "\x62\x77", + "\x00\x00", "\x4b\x75", "\x00\x00", "\x00\x00", "\xcb\x43", "\x00\x00", + "\x4f\x7c", "\x00\x00", "\x00\x00", "\x00\x00", "\x62\x85", "\x00\x00", + "\x00\x00", "\x62\x84", "\xcb\x44", "\x00\x00", "\x00\x00", "\x62\x79", + "\x47\xf2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\x45", "\x62\x82", "\xcb\x46", "\x62\x7e", + "\x45\xf9", "\xcb\x47", "\x00\x00", "\x00\x00", "\xcb\x48", "\x55\x9f", + "\xcb\x49", "\x00\x00", "\xcb\x4a", "\xcb\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcb\x4c", "\x4a\x59", "\xcb\x4d", "\xcb\x4e", "\xcb\x4f", + "\x48\xdf", "\xcb\x50", "\x00\x00", "\x00\x00", "\xb6\xa5", "\xcb\x51", + "\x55\x47", "\x62\x78", "\x50\x71", "\xcb\x52", "\xcb\x53", "\x4e\x72", + "\xcb\x54", "\x00\x00", "\x62\x81", "\xcb\x55", "\x62\x7c", "\x4f\x79", + "\x51\x6c", "\x62\x7f", "\x62\x83", "\xcb\x56", "\x54\x4e", "\x00\x00", + "\xcb\x57", "\xcb\x58", "\x50\xd9", "\xcb\x59", "\x62\x7b", "\xcb\x5a", + "\x62\x7d", "\x50\xe0", "\x00\x00", "\xcb\x5b", "\xcb\x5c", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\x5d", "\x62\x80", "\x00\x00", "\x62\x7a", + "\xcb\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xf8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4f\x93", + "\x00\x00", "\xcb\x5f", "\xcb\x60", "\x4f\xe3", "\xcb\x61", "\x00\x00", + "\xb6\xa6", "\x00\x00", "\x50\x95", "\x00\x00", "\x00\x00", "\x52\x59", + "\x00\x00", "\xcb\x62", "\x62\x89", "\x00\x00", "\x62\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\x63", "\x00\x00", "\xcb\x64", + "\xcb\x65", "\xcb\x66", "\x00\x00", "\x00\x00", "\x62\x90", "\x00\x00", + "\xcb\x67", "\x00\x00", "\xcb\x68", "\x49\xb2", "\x00\x00", "\x62\x8a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\xba", "\x62\x87", "\xcb\x69", + "\x62\x8c", "\x50\xb9", "\xcb\x6a", "\xcb\x6b", "\x62\x88", "\xcb\x6c", + "\x62\x8f", "\xcb\x6d", "\x00\x00", "\x4c\x94", "\x00\x00", "\x62\x91", + "\xcb\x6e", "\xcb\x6f", "\x50\x83", "\x62\x86", "\x4f\x6d", "\xcb\x70", + "\x62\x8b", "\xb6\xa8", "\xcb\x71", "\x62\x8e", "\x4f\x9a", "\x00\x00", + "\xcb\x72", "\x00\x00", "\x00\x00", "\x62\x92", "\x00\x00", "\x00\x00", + "\x62\x94", "\x62\x8d", "\x00\x00", "\x52\x7b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\x73", "\x00\x00", "\x00\x00", "\xcb\x74", + "\x00\x00", "\x50\x88", "\x00\x00", "\x4b\xf4", "\xcb\x75", "\xcb\x76", + "\xcb\x77", "\xcb\x78", "\x00\x00", "\x62\x96", "\x00\x00", "\x00\x00", + "\xcb\x79", "\x00\x00", "\x00\x00", "\xcb\x7a", "\xcb\x7b", "\x51\x8b", + "\xcb\x7c", "\x00\x00", "\x62\x95", "\x52\xbd", "\x00\x00", "\xcb\x7d", + "\xcb\x7e", "\x00\x00", "\x00\x00", "\x62\x9d", "\xcb\x7f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\x80", "\x00\x00", "\xcb\x81", + "\x00\x00", "\xcb\x82", "\x55\x6c", "\x00\x00", "\x55\x7b", "\x62\x9c", + "\x62\x9b", "\x00\x00", "\x62\x97", "\x62\x98", "\x00\x00", "\x54\x9a", + "\xb6\xaa", "\xcb\x83", "\x00\x00", "\xcb\x84", "\x62\x9a", "\x00\x00", + "\x54\xa8", "\xcb\x85", "\xcb\x86", "\xcb\x87", "\xcb\x88", "\x4f\xa1", + "\xcb\x89", "\x00\x00", "\x00\x00", "\xcb\x8a", "\xcb\x8b", "\x62\x99", + "\x4e\x8b", "\x00\x00", "\xcb\x8c", "\x00\x00", "\x00\x00", "\xcb\x8d", + "\xcb\x8e", "\xcb\x8f", "\x46\x5e", "\xcb\x90", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xd1", "\xb6\xae", + "\xcb\x91", "\x62\xa0", "\x62\xa5", "\x00\x00", "\x52\xf7", "\x00\x00", + "\x00\x00", "\xcb\x92", "\x00\x00", "\x62\xa4", "\x53\xa8", "\x62\xa6", + "\x62\xa7", "\x00\x00", "\x00\x00", "\x55\x65", "\xcb\x93", "\xcb\x94", + "\xcb\x95", "\xcb\x96", "\x62\x9e", "\x00\x00", "\x62\xa9", "\xcb\x97", + "\x54\x91", "\x62\xa3", "\x62\xa1", "\x62\x9f", "\x00\x00", "\xcb\x98", + "\xcb\x99", "\xcb\x9a", "\xcb\x9b", "\xcb\x9c", "\xcb\x9d", "\xcb\x9e", + "\x62\xa2", "\xcb\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x50\xde", + "\x54\xf0", "\x51\xd3", "\x62\xa8", "\x00\x00", "\x62\xb0", "\x00\x00", + "\xcb\xa0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x62\xb6", "\x00\x00", "\xcb\xa1", "\xcb\xa2", + "\xcb\xa3", "\x00\x00", "\xcb\xa4", "\x62\xb7", "\xcb\xa5", "\x62\xaa", + "\xcb\xa6", "\x00\x00", "\x00\x00", "\x4a\x92", "\xcb\xa7", "\xcb\xa8", + "\x62\xb4", "\x62\xac", "\xcb\xa9", "\x62\xae", "\xcb\xaa", "\xcb\xab", + "\x00\x00", "\x00\x00", "\xcb\xac", "\x62\xb8", "\x62\xad", "\x00\x00", + "\xcb\xad", "\x62\xb1", "\x00\x00", "\x00\x00", "\x4c\xec", "\xcb\xae", + "\x51\xad", "\x00\x00", "\x62\xb2", "\x62\xb5", "\xcb\xaf", "\x00\x00", + "\xcb\xb0", "\xcb\xb1", "\x00\x00", "\xcb\xb2", "\x00\x00", "\x62\xab", + "\xcb\xb3", "\x4f\xbf", "\xcb\xb4", "\x62\xaf", "\x4c\xf1", "\x54\x5a", + "\x49\x98", "\x46\xe1", "\xcb\xb5", "\x62\xb3", "\x53\xf9", "\x62\xbb", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xb6", "\x00\x00", "\xcb\xb7", + "\xcb\xb8", "\xcb\xb9", "\x62\xbf", "\x62\xbd", "\x00\x00", "\xcb\xba", + "\xcb\xbb", "\xcb\xbc", "\xcb\xbd", "\x00\x00", "\x4f\xbb", "\xcb\xbe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xbf", "\x00\x00", + "\x62\xbc", "\xcb\xc0", "\xcb\xc1", "\x00\x00", "\x4e\xed", "\xcb\xc2", + "\x62\xbe", "\x62\xc0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\xc1", "\x00\x00", "\x00\x00", "\xcb\xc3", "\xb6\xb4", "\xcb\xc4", + "\x00\x00", "\x62\xc4", "\x62\xc2", "\x00\x00", "\xcb\xc5", "\xcb\xc6", + "\xb6\xb5", "\x00\x00", "\x00\x00", "\x45\x68", "\x62\xc3", "\xcb\xc7", + "\x00\x00", "\xcb\xc8", "\x4f\xf6", "\x4c\x95", "\x00\x00", "\x00\x00", + "\xcb\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcb\xca", "\x00\x00", "\x00\x00", "\xcb\xcb", "\x55\xe2", "\x00\x00", + "\x62\xc5", "\x53\xed", "\x50\x5f", "\xcb\xcc", "\x00\x00", "\x62\xc9", + "\xcb\xcd", "\xcb\xce", "\x00\x00", "\x54\x96", "\x00\x00", "\xcb\xcf", + "\xcb\xd0", "\x4e\xda", "\x4c\xbf", "\x00\x00", "\x00\x00", "\x62\xc6", + "\x62\xc8", "\x00\x00", "\xcb\xd1", "\xcb\xd2", "\x00\x00", "\xcb\xd3", + "\xcb\xd4", "\xcb\xd5", "\x62\xc7", "\x00\x00", "\x00\x00", "\x5c\xbd", + "\x5c\xbe", "\xcb\xd6", "\xcb\xd7", "\x62\xcb", "\xcb\xd8", "\x00\x00", + "\x00\x00", "\xcb\xd9", "\x00\x00", "\x00\x00", "\xcb\xda", "\x62\xca", + "\x00\x00", "\xb6\xb6", "\x00\x00", "\x00\x00", "\xcb\xdb", "\x00\x00", + "\xcb\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x4c\xa6", "\x00\x00", + "\x5f\x82", "\x62\xcc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcb\xdd", "\x00\x00", "\xcb\xde", "\xb6\xb9", "\xcb\xdf", + "\x00\x00", "\xcb\xe0", "\xcb\xe1", "\x00\x00", "\x62\xcd", "\xcb\xe2", + "\xcb\xe3", "\xcb\xe4", "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x62\xcf", "\x4a\xab", "\x00\x00", "\x52\x60", "\x00\x00", "\xcb\xe6", + "\xcb\xe7", "\x52\xfb", "\x62\xd1", "\xcb\xe8", "\xcb\xe9", "\xcb\xea", + "\xcb\xeb", "\x4f\x72", "\xb6\xbb", "\x52\x50", "\xcb\xec", "\x55\x88", + "\x62\xd2", "\xcb\xed", "\xcb\xee", "\xcb\xef", "\xcb\xf0", "\xcb\xf1", + "\x00\x00", "\x00\x00", "\x62\xd3", "\x00\x00", "\xcb\xf2", "\x00\x00", + "\x4b\xcb", "\xcb\xf3", "\x00\x00", "\x00\x00", "\xcb\xf4", "\x00\x00", + "\x62\xd4", "\x00\x00", "\x00\x00", "\x00\x00", "\xcb\xf5", "\xcb\xf6", + "\xcb\xf7", "\x00\x00", "\x51\xb6", "\xcb\xf8", "\x51\x44", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xbe", "\xcb\xf9", + "\xb6\xbf", "\x4f\xaa", "\x62\xd8", "\x62\xda", "\xcb\xfa", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcb\xfb", "\x00\x00", "\x62\xd5", "\x00\x00", + "\x4f\x5d", "\xcb\xfc", "\x00\x00", "\xcb\xfd", "\x00\x00", "\xcb\xfe", + "\x00\x00", "\xcc\x41", "\xb6\xc0", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\x42", "\x00\x00", "\x62\xd6", "\x55\xa2", "\x00\x00", "\xcc\x43", + "\xcc\x44", "\xcc\x45", "\x62\xd7", "\x62\xd9", "\x62\xe3", "\x00\x00", + "\xcc\x46", "\x00\x00", "\x62\xdc", "\x62\xdf", "\xcc\x47", "\x00\x00", + "\xcc\x48", "\xcc\x49", "\xcc\x4a", "\x62\xdb", "\xcc\x4b", "\xcc\x4c", + "\xcc\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\x4e", "\xcc\x4f", "\xcc\x50", "\x00\x00", "\xcc\x51", "\x62\xdd", + "\xcc\x52", "\x62\xde", "\x4f\xea", "\x00\x00", "\x62\xe0", "\x00\x00", + "\x53\xd8", "\x00\x00", "\x4d\xf9", "\x62\xe1", "\x00\x00", "\x00\x00", + "\xcc\x53", "\xcc\x54", "\x00\x00", "\x62\xe4", "\xcc\x55", "\x00\x00", + "\xcc\x56", "\x00\x00", "\x55\xbb", "\xcc\x57", "\x62\xe9", "\xcc\x58", + "\x00\x00", "\x62\xe5", "\x62\xe8", "\xcc\x59", "\x00\x00", "\x00\x00", + "\xcc\x5a", "\x55\xc2", "\xcc\x5b", "\xb6\xc1", "\xcc\x5c", "\x00\x00", + "\x62\xe6", "\x00\x00", "\x00\x00", "\x62\xe7", "\x4e\x66", "\x53\xa5", + "\x4f\x74", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\x4e", "\x62\xf3", "\xcc\x5d", + "\x62\xef", "\xcc\x5e", "\xcc\x5f", "\x55\x99", "\x00\x00", "\x62\xed", + "\x00\x00", "\x4e\xcd", "\x62\xee", "\xcc\x60", "\xcc\x61", "\x62\xeb", + "\xcc\x62", "\x62\xec", "\x62\xf1", "\x62\xf4", "\xcc\x63", "\x00\x00", + "\x62\xf2", "\xcc\x64", "\xcc\x65", "\xcc\x66", "\x62\xf0", "\x62\xea", + "\xcc\x67", "\xcc\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x54\xdc", + "\xcc\x69", "\x62\xfa", "\x00\x00", "\x53\xa1", "\x00\x00", "\xcc\x6a", + "\xcc\x6b", "\x00\x00", "\xcc\x6c", "\x00\x00", "\xcc\x6d", "\x00\x00", + "\x62\xf8", "\x00\x00", "\x00\x00", "\xcc\x6e", "\x62\xf9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\x6f", "\xcc\x70", "\x00\x00", + "\xcc\x71", "\xcc\x72", "\x00\x00", "\x62\xf5", "\x00\x00", "\x00\x00", + "\x52\x6d", "\x00\x00", "\xcc\x73", "\xcc\x74", "\x62\xf7", "\xcc\x75", + "\xcc\x76", "\xcc\x77", "\x62\xf6", "\xcc\x78", "\x00\x00", "\x00\x00", + "\xcc\x79", "\x00\x00", "\xcc\x7a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x53\xe8", "\x00\x00", "\x52\xa1", "\x62\xfd", "\xcc\x7b", "\x62\xfe", + "\x00\x00", "\x00\x00", "\xb6\xc3", "\x00\x00", "\x63\x49", "\x00\x00", + "\x53\x47", "\x00\x00", "\x63\x42", "\xcc\x7c", "\x63\x48", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcc\x7d", "\x00\x00", "\x62\xfb", "\x63\x46", + "\xcc\x7e", "\x00\x00", "\x63\x4a", "\xcc\x7f", "\xcc\x80", "\x51\xc3", + "\x00\x00", "\x63\x43", "\x00\x00", "\x63\x45", "\x00\x00", "\x00\x00", + "\x00\x00", "\x63\x47", "\xcc\x81", "\x00\x00", "\xcc\x82", "\xcc\x83", + "\x00\x00", "\x63\x41", "\x00\x00", "\x4e\x6e", "\x00\x00", "\x62\xfc", + "\x00\x00", "\x00\x00", "\xcc\x84", "\xb6\xc4", "\x00\x00", "\x00\x00", + "\x63\x4b", "\x00\x00", "\x00\x00", "\x63\x44", "\xcc\x85", "\xcc\x86", + "\xcc\x87", "\xcc\x88", "\xcc\x89", "\xcc\x8a", "\xcc\x8b", "\x00\x00", + "\xcc\x8c", "\xcc\x8d", "\x48\xc2", "\x00\x00", "\x00\x00", "\xcc\x8e", + "\x00\x00", "\x00\x00", "\xcc\x8f", "\x00\x00", "\xcc\x90", "\x00\x00", + "\xcc\x91", "\xcc\x92", "\xcc\x93", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcc\x94", "\x63\x4e", "\xcc\x95", "\x00\x00", "\x63\x4c", + "\xcc\x96", "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\x97", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x55", "\xcc\x98", "\xcc\x99", "\xcc\x9a", + "\x63\x4f", "\x00\x00", "\xcc\x9b", "\x00\x00", "\x63\x57", "\x00\x00", + "\xcc\x9c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xd6", + "\x63\x59", "\x00\x00", "\x63\x51", "\xcc\x9d", "\xcc\x9e", "\x63\x52", + "\xcc\x9f", "\x00\x00", "\x00\x00", "\x63\x56", "\x00\x00", "\x63\x4d", + "\x54\xf4", "\xcc\xa0", "\xcc\xa1", "\xcc\xa2", "\x63\x50", "\x00\x00", + "\x00\x00", "\xcc\xa3", "\x00\x00", "\x63\x53", "\x00\x00", "\x63\x58", + "\x00\x00", "\x00\x00", "\xcc\xa4", "\xcc\xa5", "\x00\x00", "\x00\x00", + "\xcc\xa6", "\xcc\xa7", "\x00\x00", "\xcc\xa8", "\x00\x00", "\x00\x00", + "\xcc\xa9", "\x63\x5c", "\x00\x00", "\xcc\xaa", "\xcc\xab", "\xcc\xac", + "\xb6\xcc", "\xb6\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\xad", + "\xcc\xae", "\xb6\xce", "\xcc\xaf", "\x00\x00", "\x63\x5a", "\x00\x00", + "\xcc\xb0", "\x63\x5b", "\xcc\xb1", "\x00\x00", "\xb6\xcf", "\x63\x63", + "\x63\x64", "\xcc\xb2", "\x50\x90", "\xcc\xb3", "\x51\xc6", "\x00\x00", + "\x00\x00", "\x63\x62", "\xcc\xb4", "\x00\x00", "\xcc\xb5", "\x00\x00", + "\xcc\xb6", "\x00\x00", "\x55\xbd", "\xcc\xb7", "\x63\x5e", "\x00\x00", + "\xcc\xb8", "\xcc\xb9", "\xcc\xba", "\x00\x00", "\x63\x61", "\x63\x5d", + "\x63\x5f", "\xcc\xbb", "\x63\x65", "\xcc\xbc", "\xcc\xbd", "\xcc\xbe", + "\x63\x66", "\x63\x60", "\x00\x00", "\xcc\xbf", "\xcc\xc0", "\xcc\xc1", + "\xcc\xc2", "\xcc\xc3", "\x00\x00", "\xcc\xc4", "\xcc\xc5", "\x00\x00", + "\x63\x68", "\x63\x67", "\x53\x51", "\x00\x00", "\x00\x00", "\x00\x00", + "\x63\x69", "\xcc\xc6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\xc7", "\xcc\xc8", "\x00\x00", "\xcc\xc9", "\x63\x6a", "\xcc\xca", + "\x00\x00", "\x00\x00", "\xcc\xcb", "\x63\x6b", "\x00\x00", "\x00\x00", + "\x63\x6c", "\xcc\xcc", "\x63\x6d", "\xcc\xcd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4b\x43", "\xcc\xce", "\x63\x6e", "\xcc\xcf", "\x63\x6f", + "\xcc\xd0", "\x4b\x88", "\x00\x00", "\xcc\xd1", "\xcc\xd2", "\xcc\xd3", + "\xcc\xd4", "\x45\xa4", "\x63\x70", "\xcc\xd5", "\x00\x00", "\x00\x00", + "\xcc\xd6", "\x63\x71", "\x48\x6c", "\x00\x00", "\xcc\xd7", "\xcc\xd8", + "\x4b\xa5", "\xcc\xd9", "\x63\x72", "\xcc\xda", "\x47\x80", "\xcc\xdb", + "\x4d\xa5", "\x63\x73", "\xcc\xdc", "\xcc\xdd", "\x4b\xed", "\x63\x74", + "\x4a\xea", "\xcc\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x46\xc0", + "\xcc\xdf", "\x00\x00", "\x63\x75", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xd3", "\x4f\x54", "\xcc\xe0", "\x63\x7a", "\x00\x00", "\x00\x00", + "\x63\x78", "\x00\x00", "\x52\xe9", "\x00\x00", "\xcc\xe1", "\x00\x00", + "\xcc\xe2", "\x00\x00", "\x63\x79", "\x63\x77", "\x4a\xa7", "\xcc\xe3", + "\x63\x76", "\x63\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x4f\x6a", "\x00\x00", "\x00\x00", "\x4a\x54", "\x00\x00", + "\x63\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\x7e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x57", "\x63\x7d", "\xcc\xe4", + "\x63\x80", "\xcc\xe5", "\xcc\xe6", "\xcc\xe7", "\x00\x00", "\x63\x7c", + "\xcc\xe8", "\xcc\xe9", "\x00\x00", "\x63\x81", "\x00\x00", "\x63\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcc\xea", "\x00\x00", "\xcc\xeb", + "\x4b\x8d", "\x00\x00", "\x00\x00", "\x63\x7f", "\x00\x00", "\x54\xc5", + "\x63\x86", "\x00\x00", "\x00\x00", "\x4f\x5a", "\x63\x85", "\x00\x00", + "\x54\x48", "\x00\x00", "\x00\x00", "\xcc\xec", "\x00\x00", "\xb6\xd5", + "\xcc\xed", "\xcc\xee", "\x63\x84", "\xcc\xef", "\x49\xbd", "\x4f\x60", + "\x63\x87", "\x63\x88", "\x48\x98", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcc\xf0", "\xcc\xf1", "\xcc\xf2", "\xcc\xf3", "\xcc\xf4", + "\x49\xa4", "\x00\x00", "\xcc\xf5", "\xcc\xf6", "\xcc\xf7", "\x63\x89", + "\x46\xf8", "\x00\x00", "\x00\x00", "\x63\x8a", "\x63\x8b", "\x00\x00", + "\xcc\xf8", "\x49\x6a", "\x63\x8c", "\xcc\xf9", "\x4f\x8a", "\x00\x00", + "\x54\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcc\xfa", "\x63\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcc\xfb", "\xcc\xfc", "\xcc\xfd", "\x63\x92", + "\x4f\xa8", "\x53\x49", "\x63\x90", "\x00\x00", "\xcc\xfe", "\x4f\x43", + "\x63\x8d", "\x00\x00", "\x00\x00", "\x63\x8f", "\x45\x7b", "\x4c\x8d", + "\x00\x00", "\x00\x00", "\xcd\x41", "\x63\x8e", "\x00\x00", "\x63\x93", + "\x00\x00", "\xcd\x42", "\x4b\x51", "\x00\x00", "\x00\x00", "\x63\x97", + "\x00\x00", "\x63\x94", "\xcd\x43", "\xcd\x44", "\xcd\x45", "\x54\x5e", + "\x00\x00", "\x51\xba", "\x63\x98", "\x00\x00", "\xcd\x46", "\xcd\x47", + "\x00\x00", "\xcd\x48", "\xcd\x49", "\xcd\x4a", "\x00\x00", "\x51\xda", + "\x63\x96", "\x63\x99", "\x00\x00", "\xcd\x4b", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x63\x9a", "\xcd\x4c", "\xcd\x4d", "\xcd\x4e", + "\x00\x00", "\x63\x95", "\x63\x9b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcd\x4f", "\xcd\x50", "\xcd\x51", "\x00\x00", "\x00\x00", + "\xcd\x52", "\x63\x9e", "\xb6\xdb", "\x63\xa0", "\xcd\x53", "\xcd\x54", + "\x63\x9d", "\x00\x00", "\x00\x00", "\xcd\x55", "\x00\x00", "\xcd\x56", + "\x63\x9c", "\xcd\x57", "\x63\x9f", "\x50\x6b", "\xcd\x58", "\xcd\x59", + "\x00\x00", "\x00\x00", "\xcd\x5a", "\x00\x00", "\x00\x00", "\x63\xa2", + "\x63\xa1", "\x00\x00", "\xcd\x5b", "\x00\x00", "\x00\x00", "\xcd\x5c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x54\x6c", "\xcd\x5d", "\x00\x00", + "\x00\x00", "\xcd\x5e", "\xcd\x5f", "\xcd\x60", "\x00\x00", "\x63\xa4", + "\x54\xaf", "\x63\xa3", "\xcd\x61", "\xcd\x62", "\xcd\x63", "\x63\xa7", + "\x00\x00", "\x63\xa5", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xa6", + "\xcd\x64", "\x00\x00", "\x63\xa8", "\xcd\x65", "\x63\xa9", "\xcd\x66", + "\x00\x00", "\x4d\xdf", "\xcd\x67", "\x63\xaa", "\xcd\x68", "\x00\x00", + "\x63\xab", "\x00\x00", "\x00\x00", "\xcd\x69", "\xcd\x6a", "\xcd\x6b", + "\xcd\x6c", "\x63\xac", "\x45\x58", "\xb6\xdf", "\x46\x55", "\x00\x00", + "\x63\xad", "\x00\x00", "\x00\x00", "\x4d\xf2", "\x4b\xfa", "\x63\xae", + "\xcd\x6d", "\x63\xaf", "\x45\xbb", "\x00\x00", "\xcd\x6e", "\x00\x00", + "\x46\xfb", "\xcd\x6f", "\x00\x00", "\x00\x00", "\x63\xb0", "\xcd\x70", + "\xcd\x71", "\x4a\x50", "\x53\xeb", "\x63\xb1", "\x00\x00", "\x4a\x4c", + "\xcd\x72", "\xcd\x73", "\x00\x00", "\x00\x00", "\xcd\x74", "\xcd\x75", + "\x63\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\x76", "\x63\xb4", + "\x4e\xd0", "\x00\x00", "\x63\xb3", "\x48\x85", "\x00\x00", "\x63\xb5", + "\x00\x00", "\x00\x00", "\x63\xb6", "\xcd\x77", "\x00\x00", "\x63\xb7", + "\x48\x7e", "\xcd\x78", "\xcd\x79", "\xcd\x7a", "\xcd\x7b", "\x00\x00", + "\x00\x00", "\x63\xb8", "\x00\x00", "\xcd\x7c", "\x63\xba", "\x00\x00", + "\x63\xb9", "\x63\xbb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x47\x7d", "\x00\x00", "\xcd\x7d", "\xcd\x7e", "\xcd\x7f", + "\xcd\x80", "\xcd\x81", "\x00\x00", "\x63\xbc", "\x00\x00", "\x53\x60", + "\x63\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\xb7", "\x00\x00", "\xcd\x82", "\x4c\xd1", "\x63\xbe", "\x00\x00", + "\xcd\x83", "\x00\x00", "\xcd\x84", "\x00\x00", "\xcd\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcd\x86", "\x00\x00", "\xcd\x87", "\x63\xbf", + "\x00\x00", "\xcd\x88", "\x00\x00", "\x63\xc0", "\xcd\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcd\x8a", "\x00\x00", "\xcd\x8b", "\x47\x9a", + "\x00\x00", "\x4f\xc4", "\x63\xc1", "\xcd\x8c", "\xcd\x8d", "\x00\x00", + "\xcd\x8e", "\x45\xc9", "\x00\x00", "\x50\xf2", "\x00\x00", "\x63\xc4", + "\x00\x00", "\x49\xd2", "\xcd\x8f", "\x63\xc3", "\xcd\x90", "\x63\xc5", + "\x4b\xc8", "\xcd\x91", "\xcd\x92", "\x63\xc2", "\x4a\xb6", "\x47\x94", + "\x00\x00", "\x00\x00", "\x63\xc6", "\x00\x00", "\x63\xc7", "\xcd\x93", + "\x50\xef", "\xcd\x94", "\xb6\xe3", "\xcd\x95", "\x54\xcc", "\xcd\x96", + "\x63\xc8", "\xcd\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x71", + "\xcd\x98", "\xcd\x99", "\x45\xe2", "\x00\x00", "\xcd\x9a", "\x00\x00", + "\x4a\x9a", "\x00\x00", "\x4b\xad", "\x4c\xdf", "\xcd\x9b", "\x63\xc9", + "\x63\xcb", "\x00\x00", "\x00\x00", "\x4d\x68", "\x4f\x66", "\x49\xba", + "\xcd\x9c", "\xcd\x9d", "\x00\x00", "\xcd\x9e", "\x63\xca", "\x00\x00", + "\xcd\x9f", "\x00\x00", "\xcd\xa0", "\x63\xce", "\xcd\xa1", "\x63\xcf", + "\xcd\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xa3", "\xcd\xa4", + "\x00\x00", "\x51\x76", "\x55\xe3", "\x63\xcd", "\xcd\xa5", "\x4f\x88", + "\x49\xfd", "\xcd\xa6", "\xcd\xa7", "\xcd\xa8", "\x00\x00", "\x00\x00", + "\x63\xcc", "\xcd\xa9", "\xcd\xaa", "\x4e\x90", "\x00\x00", "\x51\xc1", + "\xcd\xab", "\x63\xd3", "\x54\xfb", "\x00\x00", "\xcd\xac", "\x49\x48", + "\xcd\xad", "\x00\x00", "\x4c\xb0", "\x00\x00", "\x50\xd3", "\x63\xd2", + "\x63\xd1", "\x51\x8e", "\x00\x00", "\x4b\x5f", "\x47\x50", "\x4d\x8d", + "\x4d\xe7", "\x00\x00", "\xcd\xae", "\xcd\xaf", "\xcd\xb0", "\x00\x00", + "\x63\xd4", "\xcd\xb1", "\xcd\xb2", "\x63\xd0", "\x00\x00", "\xcd\xb3", + "\xcd\xb4", "\xcd\xb5", "\x00\x00", "\x63\xd6", "\xcd\xb6", "\x63\xd7", + "\x63\xd5", "\xcd\xb7", "\x4e\xb4", "\x00\x00", "\x4d\x8c", "\x00\x00", + "\xcd\xb8", "\x4b\x76", "\x4a\x7e", "\x00\x00", "\xcd\xb9", "\xcd\xba", + "\x63\xda", "\xcd\xbb", "\x4f\xa0", "\x00\x00", "\x4f\xa2", "\xcd\xbc", + "\xcd\xbd", "\x4a\xcb", "\xcd\xbe", "\x63\xdd", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\xe7", "\xcd\xbf", "\x46\xfd", "\x63\xd9", "\x00\x00", + "\x63\xde", "\x4d\x91", "\x63\xdb", "\x63\xdc", "\x63\xdf", "\x63\xd8", + "\xcd\xc0", "\x00\x00", "\x00\x00", "\x49\x52", "\x4a\x4f", "\xcd\xc1", + "\xcd\xc2", "\x4b\x83", "\x00\x00", "\x49\xd6", "\xcd\xc3", "\x00\x00", + "\x00\x00", "\xcd\xc4", "\xcd\xc5", "\x00\x00", "\x55\xf2", "\x00\x00", + "\xcd\xc6", "\x52\x65", "\x00\x00", "\x63\xe1", "\x46\x89", "\x00\x00", + "\x00\x00", "\x63\xe3", "\xcd\xc7", "\x50\xb2", "\x00\x00", "\xcd\xc8", + "\x49\x63", "\xcd\xc9", "\xcd\xca", "\xcd\xcb", "\x4a\xe8", "\x63\xe0", + "\x63\xe2", "\x00\x00", "\x4b\xc1", "\xb6\xe5", "\xcd\xcc", "\x51\x81", + "\xcd\xcd", "\xcd\xce", "\xcd\xcf", "\x48\xf3", "\xcd\xd0", "\x00\x00", + "\x00\x00", "\x63\xe4", "\x63\xf2", "\x55\x70", "\xcd\xd1", "\x63\xf1", + "\x63\xed", "\x63\xea", "\x63\xec", "\x63\xeb", "\x00\x00", "\x63\xe7", + "\x00\x00", "\x52\x46", "\x63\xe6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4e\x96", "\xcd\xd2", "\x4e\x9c", "\x4f\x9c", "\x00\x00", "\xcd\xd3", + "\x63\xe8", "\x00\x00", "\x63\xe5", "\xcd\xd4", "\xcd\xd5", "\x63\xef", + "\x63\xf0", "\x47\xe2", "\x00\x00", "\x55\xab", "\x00\x00", "\xcd\xd6", + "\x00\x00", "\x4f\xe1", "\xcd\xd7", "\x4f\x4d", "\x54\xe5", "\x55\x73", + "\x00\x00", "\x4f\xe2", "\xcd\xd8", "\xcd\xd9", "\x63\xf4", "\x00\x00", + "\x00\x00", "\xcd\xda", "\xcd\xdb", "\x63\xf3", "\xb6\xe8", "\x52\xf9", + "\x00\x00", "\x63\xf7", "\xcd\xdc", "\x00\x00", "\x00\x00", "\x63\xe9", + "\x00\x00", "\x63\xf6", "\x63\xf8", "\x00\x00", "\x49\x7c", "\x63\xf5", + "\x4a\x6e", "\xcd\xdd", "\x4d\xbb", "\xcd\xde", "\xcd\xdf", "\x63\xf9", + "\x4d\x7d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x63\xfd", + "\x00\x00", "\x53\x81", "\x00\x00", "\x00\x00", "\x63\xfe", "\x55\xa1", + "\xcd\xe0", "\x00\x00", "\x00\x00", "\xcd\xe1", "\x00\x00", "\x00\x00", + "\x63\xfa", "\x00\x00", "\x00\x00", "\x00\x00", "\xcd\xe2", "\x00\x00", + "\x4d\x87", "\x00\x00", "\x00\x00", "\xcd\xe3", "\x00\x00", "\x64\x41", + "\x00\x00", "\x00\x00", "\x63\xfb", "\xcd\xe4", "\xcd\xe5", "\xcd\xe6", + "\xcd\xe7", "\xcd\xe8", "\x00\x00", "\xcd\xe9", "\x64\x46", "\x00\x00", + "\x00\x00", "\x64\x42", "\xcd\xea", "\x64\x44", "\x64\x43", "\x00\x00", + "\xb6\xeb", "\xcd\xeb", "\x64\x45", "\xcd\xec", "\x00\x00", "\x64\x47", + "\x00\x00", "\x4a\x75", "\xcd\xed", "\x64\x49", "\x64\x48", "\x4e\x4f", + "\x00\x00", "\xcd\xee", "\x64\x4c", "\x00\x00", "\x00\x00", "\x00\x00", + "\xcd\xef", "\x00\x00", "\x00\x00", "\x4a\xd7", "\x00\x00", "\x00\x00", + "\xb6\xec", "\x00\x00", "\x64\x4b", "\x64\x4d", "\xcd\xf0", "\x00\x00", + "\x64\x4e", "\x47\x81", "\x61\x76", "\x4b\x7b", "\x00\x00", "\x64\x4a", + "\x00\x00", "\xcd\xf1", "\x49\xdb", "\xcd\xf2", "\xcd\xf3", "\x00\x00", + "\x00\x00", "\xcd\xf4", "\x64\x4f", "\xcd\xf5", "\x64\x50", "\x64\x51", + "\xcd\xf6", "\x00\x00", "\x51\x6b", "\xcd\xf7", "\xcd\xf8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x5b\x88", "\xcd\xf9", "\x64\x52", + "\xcd\xfa", "\x64\x53", "\xcd\xfb", "\x53\xfe", "\x00\x00", "\x64\x55", + "\x64\x56", "\xcd\xfc", "\xcd\xfd", "\x64\x57", "\x00\x00", "\x00\x00", + "\x64\x54", "\x64\x58", "\x00\x00", "\xcd\xfe", "\xb6\xed", "\xce\x41", + "\xce\x42", "\x45\x81", "\xce\x43", "\xce\x44", "\x64\x59", "\x00\x00", + "\x00\x00", "\xce\x45", "\xce\x46", "\x64\x5b", "\x00\x00", "\x64\x5a", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x47", "\x4a\x99", "\xce\x48", + "\x64\x5c", "\xce\x49", "\x46\x48", "\xce\x4a", "\x64\x5d", "\x00\x00", + "\x64\x5e", "\xce\x4b", "\x64\x5f", "\xce\x4c", "\x00\x00", "\xce\x4d", + "\xce\x4e", "\x64\x60", "\x00\x00", "\xce\x4f", "\xce\x50", "\xce\x51", + "\x4c\xcf", "\xce\x52", "\x00\x00", "\xce\x53", "\x00\x00", "\x00\x00", + "\x00\x00", "\x49\x94", "\x64\x61", "\xce\x54", "\xce\x55", "\x00\x00", + "\xce\x56", "\x00\x00", "\xce\x57", "\xce\x58", "\x4c\x68", "\x53\x55", + "\x64\x62", "\xce\x59", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x5a", "\x00\x00", "\xce\x5b", "\xce\x5c", "\x00\x00", + "\x64\x63", "\x55\x93", "\x64\x64", "\xce\x5d", "\x64\x65", "\x00\x00", + "\xce\x5e", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x66", "\x00\x00", + "\x00\x00", "\x64\x68", "\xce\x5f", "\xce\x60", "\x00\x00", "\x64\x67", + "\x64\x69", "\xce\x61", "\x50\x64", "\x64\x6a", "\x64\x6b", "\x00\x00", + "\xce\x62", "\x00\x00", "\xce\x63", "\xce\x64", "\x64\x6d", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\x6c", "\xce\x65", "\x00\x00", "\xce\x66", + "\xce\x67", "\x49\xea", "\x46\xb6", "\x00\x00", "\x49\xc8", "\x49\xaf", + "\x4a\xf1", "\x00\x00", "\xce\x68", "\x00\x00", "\x00\x00", "\x4d\xa3", + "\x4a\xeb", "\x4a\x5d", "\x64\x70", "\x49\xa1", "\x4b\xd2", "\x64\x6f", + "\x64\x71", "\x4c\x62", "\x4d\xef", "\x00\x00", "\x64\x73", "\x64\x74", + "\x48\x7f", "\x00\x00", "\x64\x76", "\x49\x74", "\x4a\xf4", "\xce\x69", + "\xce\x6a", "\x46\xd0", "\x50\x7b", "\x64\x72", "\x00\x00", "\x48\x72", + "\x46\x41", "\x64\x75", "\x55\xf8", "\x4b\x4d", "\x50\x67", "\xce\x6b", + "\xce\x6c", "\x46\x50", "\x64\x77", "\xce\x6d", "\x4f\xfd", "\xce\x6e", + "\x00\x00", "\x64\x79", "\x64\x78", "\xce\x6f", "\x00\x00", "\x53\x9e", + "\x00\x00", "\x50\xd7", "\x00\x00", "\xce\x70", "\xce\x71", "\x00\x00", + "\x00\x00", "\xce\x72", "\x64\x7b", "\x4d\xee", "\x4f\x94", "\xce\x73", + "\x4a\xad", "\x00\x00", "\x4f\x4f", "\xce\x74", "\x47\xe5", "\x64\x7a", + "\x55\x66", "\x00\x00", "\x4f\xa7", "\x00\x00", "\xce\x75", "\x00\x00", + "\x46\xec", "\x00\x00", "\xce\x76", "\x52\xc1", "\x00\x00", "\xce\x77", + "\x64\x7c", "\xb6\xf5", "\xce\x78", "\x00\x00", "\x64\x7d", "\xce\x79", + "\x00\x00", "\xce\x7a", "\xce\x7b", "\x00\x00", "\x64\x7f", "\x64\x80", + "\x4e\x8f", "\x64\x7e", "\xce\x7c", "\xce\x7d", "\x00\x00", "\xce\x7e", + "\x00\x00", "\xce\x7f", "\x53\x5a", "\x55\x74", "\x00\x00", "\x64\x81", + "\x4c\x7c", "\xce\x80", "\x64\x82", "\x55\x84", "\x00\x00", "\x64\x84", + "\xb6\xf8", "\x64\x83", "\x64\x86", "\x00\x00", "\x64\x85", "\x64\x87", + "\x64\x88", "\x00\x00", "\x64\x89", "\xce\x81", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x46\xf9", "\xce\x83", "\x51\x51", "\x64\x8a", + "\x00\x00", "\xce\x84", "\x00\x00", "\x53\xcc", "\xce\x85", "\x64\x8b", + "\xce\x86", "\x00\x00", "\x4a\xaa", "\x64\x8c", "\x00\x00", "\x51\xc9", + "\x50\xee", "\x00\x00", "\x64\x8d", "\x48\xd0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x87", + "\x00\x00", "\x64\x8f", "\xce\x88", "\x00\x00", "\xce\x89", "\x4a\x78", + "\x00\x00", "\x00\x00", "\xce\x8a", "\x00\x00", "\x46\xdf", "\x00\x00", + "\x00\x00", "\xce\x8b", "\x00\x00", "\x00\x00", "\xce\x8c", "\xce\x8d", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x51\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xce\x8f", "\xce\x90", "\xce\x91", "\x00\x00", "\x00\x00", "\x4c\xed", + "\x00\x00", "\x00\x00", "\xce\x92", "\x00\x00", "\x55\x61", "\x00\x00", + "\x00\x00", "\xce\x93", "\xce\x94", "\x00\x00", "\x00\x00", "\xce\x95", + "\x00\x00", "\x00\x00", "\xce\x96", "\x46\xfa", "\x00\x00", "\xce\x97", + "\x00\x00", "\xce\x98", "\x00\x00", "\xce\x99", "\x64\x92", "\xce\x9a", + "\xce\x9b", "\x00\x00", "\x64\x91", "\x00\x00", "\xce\x9c", "\x00\x00", + "\x64\x90", "\x00\x00", "\x00\x00", "\xce\x9d", "\xce\x9e", "\xce\x9f", + "\xce\xa0", "\x00\x00", "\xce\xa1", "\x64\x98", "\x64\x96", "\x00\x00", + "\xce\xa2", "\x64\x93", "\x00\x00", "\xce\xa3", "\x00\x00", "\x00\x00", + "\xce\xa4", "\xce\xa5", "\x64\x95", "\xce\xa6", "\x00\x00", "\xce\xa7", + "\x64\x94", "\x64\x97", "\x00\x00", "\x4d\xc2", "\x00\x00", "\x64\x9b", + "\x00\x00", "\x4c\xcd", "\x00\x00", "\x64\x9c", "\xce\xa8", "\xce\xa9", + "\x00\x00", "\xce\xaa", "\x55\xcb", "\x00\x00", "\x64\x99", "\x64\x9a", + "\xce\xab", "\x00\x00", "\x00\x00", "\x47\x84", "\xce\xac", "\xce\xad", + "\xce\xae", "\x50\xb4", "\xce\xaf", "\x50\xd1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\x9d", "\xce\xb0", + "\x00\x00", "\x64\x9f", "\x00\x00", "\xce\xb1", "\x00\x00", "\x00\x00", + "\xce\xb2", "\xce\xb3", "\xce\xb4", "\x00\x00", "\x64\x9e", "\x64\xa0", + "\x4c\xa8", "\xce\xb5", "\xb6\xfa", "\x00\x00", "\x00\x00", "\x4d\x7c", + "\x64\xa3", "\xce\xb6", "\x00\x00", "\x00\x00", "\xce\xb7", "\x00\x00", + "\xce\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xa1", "\x64\xa2", "\x64\xa4", "\xce\xb9", "\xce\xba", + "\xce\xbb", "\xce\xbc", "\x00\x00", "\x00\x00", "\xce\xbd", "\xce\xbe", + "\x00\x00", "\x00\x00", "\x50\xfc", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xa7", "\xce\xbf", "\x00\x00", "\xce\xc0", + "\x64\xa8", "\x64\xa6", "\xce\xc1", "\xce\xc2", "\xce\xc3", "\xce\xc4", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\xc5", "\x00\x00", "\x00\x00", + "\xce\xc6", "\xce\xc7", "\x64\xa5", "\x00\x00", "\x55\xa7", "\x00\x00", + "\x00\x00", "\x64\xaa", "\x64\xae", "\x64\xab", "\x64\xa9", "\xce\xc8", + "\x64\xac", "\xce\xc9", "\xce\xca", "\xce\xcb", "\x64\xad", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\xcc", "\x64\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x64\xaf", "\x00\x00", "\xce\xcd", "\xce\xce", "\xce\xcf", + "\xce\xd0", "\x53\x68", "\x64\xb1", "\xce\xd1", "\xce\xd2", "\x64\xb3", + "\x64\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xce\xd3", + "\x00\x00", "\x00\x00", "\xce\xd4", "\xce\xd5", "\x00\x00", "\xce\xd6", + "\xce\xd7", "\xce\xd8", "\x64\xb5", "\x00\x00", "\x52\xf6", "\x00\x00", + "\x64\xb4", "\x00\x00", "\x00\x00", "\xce\xd9", "\xce\xda", "\xce\xdb", + "\x64\xb7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xb8", + "\xce\xdc", "\xce\xdd", "\x64\xba", "\x64\xb9", "\x00\x00", "\x64\xb6", + "\x00\x00", "\xce\xde", "\x64\xbc", "\x64\xbb", "\x00\x00", "\x4c\xa1", + "\x00\x00", "\x00\x00", "\xce\xdf", "\x64\xbe", "\xce\xe0", "\x64\xbd", + "\x64\xbf", "\xce\xe1", "\x00\x00", "\x00\x00", "\xb7\x41", "\x64\xc0", + "\xce\xe2", "\xce\xe3", "\x00\x00", "\xce\xe4", "\xce\xe5", "\x00\x00", + "\x00\x00", "\x64\xc1", "\xce\xe6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xce\xe7", "\x00\x00", "\xce\xe8", "\x64\xc2", "\x47\x9c", + "\x50\x44", "\xce\xe9", "\xce\xea", "\x53\x53", "\x53\x7a", "\x64\xc3", + "\x00\x00", "\xce\xeb", "\x00\x00", "\xce\xec", "\xb7\x42", "\x00\x00", + "\x00\x00", "\x00\x00", "\xce\xed", "\xce\xee", "\x00\x00", "\x00\x00", + "\x64\xc4", "\x00\x00", "\xce\xef", "\xce\xf0", "\x00\x00", "\xce\xf1", + "\xce\xf2", "\x64\xc6", "\x64\xc5", "\xce\xf3", "\x64\xc7", "\x00\x00", + "\x46\x53", "\x64\xc8", "\x4d\xaa", "\x48\x97", "\x00\x00", "\x64\xc9", + "\x00\x00", "\xce\xf4", "\x4e\x55", "\x00\x00", "\xce\xf5", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xca", + "\xce\xf6", "\x00\x00", "\x00\x00", "\x4c\xb1", "\x00\x00", "\x00\x00", + "\x47\x52", "\x64\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xce\xf7", "\x00\x00", "\x00\x00", "\x64\xce", "\x00\x00", "\xce\xf8", + "\xce\xf9", "\x00\x00", "\xce\xfa", "\xce\xfb", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xce\xfc", "\x4b\xa6", "\xce\xfd", + "\xce\xfe", "\x64\xcd", "\x64\xcc", "\x48\xa6", "\x64\xcf", "\x00\x00", + "\xcf\x41", "\x00\x00", "\xcf\x42", "\x4a\x5a", "\x00\x00", "\x64\xd2", + "\x00\x00", "\xcf\x43", "\xcf\x44", "\x4d\x6e", "\x64\xd0", "\x00\x00", + "\x64\xd1", "\x00\x00", "\x00\x00", "\xcf\x45", "\xcf\x46", "\x00\x00", + "\x64\xd4", "\x64\xd5", "\x4a\x68", "\x64\xd3", "\xcf\x47", "\xcf\x48", + "\xcf\x49", "\x64\xd7", "\x00\x00", "\x51\x5b", "\x64\xd6", "\x47\x87", + "\xcf\x4a", "\x64\xd8", "\xcf\x4b", "\xcf\x4c", "\x00\x00", "\xcf\x4d", + "\x00\x00", "\xcf\x4e", "\x64\xd9", "\xcf\x4f", "\xcf\x50", "\x4e\xf4", + "\x48\xb7", "\xb7\x48", "\xcf\x51", "\xcf\x52", "\xcf\x53", "\x55\xa6", + "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xda", "\xcf\x54", "\xcf\x55", + "\xcf\x56", "\xcf\x57", "\x46\x93", "\x64\xdc", "\xcf\x58", "\x64\xdb", + "\x00\x00", "\x00\x00", "\x64\xdf", "\x50\x6c", "\xcf\x59", "\xcf\x5a", + "\x64\xde", "\xcf\x5b", "\x50\xfe", "\x64\xdd", "\x64\xe1", "\xcf\x5c", + "\x00\x00", "\x64\xe0", "\xb7\x49", "\x00\x00", "\x64\xe2", "\x54\xee", + "\x64\xe3", "\xcf\x5d", "\x00\x00", "\xcf\x5e", "\xcf\x5f", "\xcf\x60", + "\xcf\x61", "\xcf\x62", "\x00\x00", "\x64\xe4", "\xcf\x63", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xe5", "\xcf\x64", "\xcf\x65", "\x50\xa9", + "\x00\x00", "\x52\xe1", "\x64\xe6", "\x64\xe7", "\x64\xe8", "\xcf\x66", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4d\x5e", + "\x64\xe9", "\xcf\x67", "\x4d\x74", "\x64\xea", "\xcf\x68", "\xcf\x69", + "\x00\x00", "\x64\xeb", "\xcf\x6a", "\xcf\x6b", "\xcf\x6c", "\x64\xed", + "\x64\xec", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x64\xee", + "\x61\x49", "\x64\xef", "\x47\xdf", "\x52\xe5", "\x48\x45", "\x00\x00", + "\xb7\x4c", "\xcf\x6d", "\xcf\x6e", "\x64\xf0", "\xcf\x6f", "\x00\x00", + "\x45\xd5", "\x47\xf5", "\x48\x41", "\x00\x00", "\xcf\x70", "\x54\x7e", + "\xcf\x71", "\xcf\x72", "\x55\xdf", "\x00\x00", "\x49\xcd", "\x50\x68", + "\xcf\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\x74", "\xcf\x75", + "\x00\x00", "\xcf\x76", "\x4b\xa9", "\x00\x00", "\xcf\x77", "\x46\x73", + "\xcf\x78", "\xcf\x79", "\x48\xd6", "\xcf\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x64\xf2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcf\x7b", "\x00\x00", "\x64\xf4", "\xcf\x7c", + "\xcf\x7d", "\x64\xf3", "\x53\x5d", "\x00\x00", "\xcf\x7e", "\x64\xf6", + "\x4e\x9e", "\x49\xef", "\x00\x00", "\x53\xdf", "\xcf\x7f", "\x64\xf5", + "\x4a\x9c", "\xcf\x80", "\x00\x00", "\x00\x00", "\x64\xf7", "\xcf\x81", + "\xcf\x82", "\x4e\x58", "\x64\xfa", "\x64\xf9", "\x54\xa9", "\xcf\x83", + "\x00\x00", "\x49\xd1", "\xcf\x84", "\x00\x00", "\x4b\x49", "\x47\x44", + "\xcf\x85", "\x4c\x72", "\xcf\x86", "\x64\xf8", "\x4b\xfc", "\x00\x00", + "\xcf\x87", "\x00\x00", "\x00\x00", "\x65\x44", "\xcf\x88", "\x65\x41", + "\x64\xfd", "\x4b\xda", "\x50\xbb", "\x64\xfb", "\x00\x00", "\x51\x5e", + "\x48\xf0", "\x64\xfc", "\x65\x43", "\x4f\xb3", "\xcf\x89", "\x4f\xca", + "\x45\xe3", "\xcf\x8a", "\x00\x00", "\x53\xb1", "\x65\x42", "\x48\xcd", + "\x45\xb8", "\x64\xfe", "\x4d\xce", "\x47\x54", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x45", "\xcf\x8b", "\xcf\x8c", "\xcf\x8d", "\x00\x00", + "\xcf\x8e", "\xcf\x8f", "\x4f\x77", "\xcf\x90", "\x00\x00", "\x4a\xd3", + "\x46\x69", "\xcf\x91", "\xcf\x92", "\x54\x85", "\x65\x46", "\xcf\x93", + "\x4a\xd6", "\x65\x47", "\x00\x00", "\x00\x00", "\x55\xac", "\x00\x00", + "\x65\x4e", "\xcf\x94", "\x00\x00", "\x54\xf8", "\x4c\xf7", "\xcf\x95", + "\xcf\x96", "\x4c\x6d", "\x00\x00", "\x49\xec", "\x00\x00", "\x65\x4d", + "\x4a\x8b", "\x46\xab", "\xcf\x97", "\x50\x5d", "\x48\x8d", "\x65\x48", + "\x65\x4a", "\x65\x4b", "\x65\x4c", "\x45\x50", "\x46\xa4", "\x49\xbc", + "\x65\x4f", "\x00\x00", "\x65\x50", "\x52\xf3", "\x00\x00", "\xcf\x98", + "\x54\x55", "\xcf\x99", "\x65\x51", "\x00\x00", "\x46\xe3", "\x54\x4c", + "\xcf\x9a", "\x4e\xc2", "\x00\x00", "\x68\x82", "\xcf\x9b", "\x65\x53", + "\x65\x52", "\x49\xcc", "\x00\x00", "\x00\x00", "\xcf\x9c", "\x51\x43", + "\x54\x58", "\x65\x54", "\xcf\x9d", "\x00\x00", "\x65\x57", "\x00\x00", + "\xcf\x9e", "\x52\x6e", "\x65\x55", "\x53\x5b", "\x48\x5d", "\xcf\x9f", + "\x4c\xda", "\x00\x00", "\x52\x6b", "\x65\x59", "\x00\x00", "\x4c\xc4", + "\x65\x5b", "\x53\x7b", "\x65\x58", "\x60\x45", "\x4d\xa9", "\xcf\xa0", + "\x00\x00", "\x51\x86", "\xcf\xa1", "\x65\x5a", "\x50\xea", "\xcf\xa2", + "\xcf\xa3", "\x00\x00", "\xcf\xa4", "\x65\x5c", "\xcf\xa5", "\x4c\x92", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xa6", "\x00\x00", "\xcf\xa7", + "\xcf\xa8", "\xcf\xa9", "\x00\x00", "\xcf\xaa", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xcf\xab", "\xcf\xac", "\xcf\xad", "\x48\x46", + "\x00\x00", "\xcf\xae", "\x46\xc5", "\x00\x00", "\x51\xa8", "\x00\x00", + "\x4e\xb8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x65\x5e", + "\xcf\xaf", "\x65\x5f", "\xcf\xb0", "\xcf\xb1", "\xcf\xb2", "\x65\x60", + "\xcf\xb3", "\x00\x00", "\x4d\x81", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xcf\xb4", "\xcf\xb5", "\x00\x00", "\x00\x00", "\x49\xb3", + "\x00\x00", "\xcf\xb6", "\xcf\xb7", "\xcf\xb8", "\x00\x00", "\xcf\xb9", + "\xcf\xba", "\x00\x00", "\x50\x52", "\x00\x00", "\xcf\xbb", "\x00\x00", + "\x45\x6e", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xbc", "\x00\x00", + "\x00\x00", "\xcf\xbd", "\x00\x00", "\xcf\xbe", "\xcf\xbf", "\xcf\xc0", + "\x00\x00", "\x65\x63", "\xcf\xc1", "\xcf\xc2", "\x65\x64", "\xcf\xc3", + "\x00\x00", "\x49\x9e", "\x65\x61", "\x00\x00", "\x65\x62", "\xcf\xc4", + "\x00\x00", "\x00\x00", "\x45\x95", "\x00\x00", "\x00\x00", "\xcf\xc5", + "\x00\x00", "\x51\x62", "\x00\x00", "\xcf\xc6", "\xcf\xc7", "\x00\x00", + "\xb7\x55", "\x00\x00", "\xcf\xc8", "\x4c\xb7", "\xcf\xc9", "\x49\x95", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x45\x4f", + "\xcf\xca", "\xcf\xcb", "\xcf\xcc", "\x00\x00", "\x65\x65", "\x00\x00", + "\xcf\xcd", "\xcf\xce", "\xcf\xcf", "\x00\x00", "\xcf\xd0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xd1", "\x00\x00", "\x00\x00", + "\xcf\xd2", "\x00\x00", "\x65\x68", "\x00\x00", "\xcf\xd3", "\x65\x67", + "\xcf\xd4", "\xcf\xd5", "\xcf\xd6", "\x65\x69", "\xcf\xd7", "\x00\x00", + "\xcf\xd8", "\x00\x00", "\xcf\xd9", "\x00\x00", "\xcf\xda", "\x00\x00", + "\xcf\xdb", "\xcf\xdc", "\x00\x00", "\xcf\xdd", "\x00\x00", "\x65\x6b", + "\x00\x00", "\xcf\xde", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\x54", + "\xcf\xdf", "\xcf\xe0", "\x65\x6c", "\xcf\xe1", "\x65\x6a", "\x00\x00", + "\xcf\xe2", "\x00\x00", "\xcf\xe3", "\xcf\xe4", "\x00\x00", "\xcf\xe5", + "\xcf\xe6", "\x00\x00", "\xcf\xe7", "\xcf\xe8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xe9", "\x00\x00", "\x00\x00", + "\xb7\x57", "\xcf\xea", "\xcf\xeb", "\x4f\x73", "\x65\x6d", "\x55\x48", + "\x52\xbb", "\x47\xf3", "\x55\x91", "\xcf\xec", "\x00\x00", "\x00\x00", + "\x47\x58", "\xcf\xed", "\x4e\x7c", "\x00\x00", "\x65\x6e", "\xcf\xee", + "\x65\x6f", "\xcf\xef", "\xcf\xf0", "\xcf\xf1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xf2", "\x4b\xae", "\x65\x70", + "\xcf\xf3", "\x65\x71", "\x00\x00", "\xcf\xf4", "\x00\x00", "\x65\x72", + "\x50\xbd", "\x00\x00", "\x51\x49", "\xcf\xf5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x65\x74", "\x65\x73", "\xcf\xf6", "\x4d\x86", + "\x00\x00", "\x51\xeb", "\x48\x99", "\xcf\xf7", "\xcf\xf8", "\xcf\xf9", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xcf\xfa", + "\x65\x77", "\xcf\xfb", "\x00\x00", "\xcf\xfc", "\xcf\xfd", "\x51\xa9", + "\x00\x00", "\x65\x76", "\xcf\xfe", "\x65\x75", "\x00\x00", "\x51\x6f", + "\xd0\x41", "\x00\x00", "\x51\x70", "\xd0\x42", "\x53\x78", "\xd0\x43", + "\xd0\x44", "\xd0\x45", "\x00\x00", "\x51\xfa", "\xd0\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x53\x6f", "\x00\x00", "\xd0\x47", "\x00\x00", + "\x00\x00", "\xd0\x48", "\x65\x78", "\x00\x00", "\x50\x7f", "\x00\x00", + "\xd0\x49", "\x00\x00", "\xd0\x4a", "\x00\x00", "\x65\x7b", "\x65\x79", + "\xd0\x4b", "\xd0\x4c", "\xd0\x4d", "\x65\x7a", "\xd0\x4e", "\xd0\x4f", + "\xd0\x50", "\xd0\x51", "\x65\x7d", "\x65\x7c", "\xd0\x52", "\x00\x00", + "\x50\xc2", "\x00\x00", "\x65\x7e", "\xd0\x53", "\xd0\x54", "\xd0\x55", + "\x00\x00", "\xd0\x56", "\x65\x7f", "\x65\x80", "\xd0\x57", "\xd0\x58", + "\xb7\x58", "\xd0\x59", "\x53\x46", "\x53\xbf", "\x4d\x79", "\x52\x52", + "\x00\x00", "\x65\x81", "\x47\x6c", "\x45\xa3", "\x45\x69", "\x47\xb5", + "\x65\x82", "\x45\x86", "\x00\x00", "\xd0\x5a", "\xd0\x5b", "\x00\x00", + "\x65\x87", "\x65\x85", "\x4f\xf4", "\xd0\x5c", "\x65\x83", "\x65\x84", + "\x4a\xcc", "\x49\x88", "\x65\x86", "\x65\x88", "\x00\x00", "\x65\x89", + "\x00\x00", "\x4c\xe3", "\x65\x8d", "\x65\x8f", "\x53\x4a", "\x4b\xf0", + "\x00\x00", "\xd0\x5d", "\xd0\x5e", "\x00\x00", "\xd0\x5f", "\x65\x8a", + "\x65\x8c", "\xd0\x60", "\xd0\x61", "\xd0\x62", "\x00\x00", "\x00\x00", + "\x00\x00", "\x65\x8b", "\x65\x8e", "\xd0\x63", "\x00\x00", "\xd0\x64", + "\x00\x00", "\xd0\x65", "\x51\xd0", "\xd0\x66", "\x00\x00", "\x65\x92", + "\xd0\x67", "\xd0\x68", "\x00\x00", "\x00\x00", "\xd0\x69", "\xd0\x6a", + "\x65\x90", "\xd0\x6b", "\x00\x00", "\xd0\x6c", "\x65\x95", "\x00\x00", + "\xd0\x6d", "\x4e\x63", "\x53\x8f", "\x00\x00", "\x65\x93", "\x52\x69", + "\xd0\x6e", "\xd0\x6f", "\x65\x94", "\x65\x97", "\xd0\x70", "\xb7\x5b", + "\xd0\x71", "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\x72", "\xd0\x73", + "\x65\x91", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\x74", + "\xd0\x75", "\xd0\x76", "\xd0\x77", "\x00\x00", "\xd0\x78", "\x65\x98", + "\x00\x00", "\x00\x00", "\x65\x96", "\x00\x00", "\xd0\x79", "\xd0\x7a", + "\xd0\x7b", "\x00\x00", "\x00\x00", "\xd0\x7c", "\x45\xae", "\xd0\x7d", + "\xd0\x7e", "\x55\xbf", "\xd0\x7f", "\x65\xa6", "\x65\x9b", "\x00\x00", + "\x65\x9f", "\x00\x00", "\xd0\x80", "\x65\xa4", "\x65\x9e", "\x00\x00", + "\xd0\x81", "\xd0\x82", "\x45\xd7", "\x65\x9a", "\xd0\x83", "\xd0\x84", + "\x65\xa0", "\x65\x9c", "\xd0\x85", "\x65\xa7", "\x00\x00", "\xd0\x86", + "\x65\xa1", "\xd0\x87", "\x65\xa2", "\x65\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x5c", "\x65\x99", "\xd0\x88", "\x65\xa3", + "\x65\xa9", "\x49\xd4", "\xd0\x89", "\xd0\x8a", "\x53\x93", "\x00\x00", + "\xd0\x8b", "\xd0\x8c", "\x4e\xa8", "\x00\x00", "\x65\x9d", "\xd0\x8d", + "\x4f\xb4", "\x65\xa8", "\xd0\x8e", "\xd0\x8f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\x90", "\xd0\x91", "\xd0\x92", "\x48\x63", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\x93", "\xd0\x94", "\x65\xac", + "\x65\xad", "\xd0\x95", "\x00\x00", "\xd0\x96", "\xd0\x97", "\xd0\x98", + "\x51\x83", "\xd0\x99", "\x47\x8c", "\x00\x00", "\x00\x00", "\x4c\xe2", + "\x00\x00", "\x48\xc0", "\x00\x00", "\x00\x00", "\x52\x4b", "\xd0\x9a", + "\xd0\x9b", "\x00\x00", "\x00\x00", "\xd0\x9c", "\xd0\x9d", "\x00\x00", + "\x00\x00", "\x4c\xad", "\xd0\x9e", "\x65\xaf", "\x00\x00", "\x65\xb1", + "\x65\xae", "\xd0\x9f", "\x4d\xdc", "\xd0\xa0", "\x4e\x80", "\x65\xb0", + "\x65\xaa", "\x00\x00", "\x00\x00", "\xd0\xa1", "\xd0\xa2", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xa3", "\xd0\xa4", "\x00\x00", "\x65\xab", + "\xd0\xa5", "\x00\x00", "\x00\x00", "\xd0\xa6", "\x00\x00", "\x4d\x48", + "\x00\x00", "\xd0\xa7", "\x00\x00", "\x00\x00", "\xd0\xa8", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xa9", "\x65\xbb", "\xd0\xaa", "\x65\xba", + "\xd0\xab", "\xd0\xac", "\xd0\xad", "\xd0\xae", "\x00\x00", "\xd0\xaf", + "\xd0\xb0", "\xd0\xb1", "\xd0\xb2", "\xd0\xb3", "\x00\x00", "\xd0\xb4", + "\xd0\xb5", "\xd0\xb6", "\xd0\xb7", "\x00\x00", "\x00\x00", "\xd0\xb8", + "\xd0\xb9", "\xd0\xba", "\xd0\xbb", "\x65\xb3", "\x65\xb7", "\x00\x00", + "\x54\x49", "\x65\xbd", "\x00\x00", "\x65\xb9", "\x00\x00", "\x65\xb5", + "\xd0\xbc", "\x65\xb6", "\x00\x00", "\x00\x00", "\xd0\xbd", "\xd0\xbe", + "\x00\x00", "\xd0\xbf", "\x65\xbc", "\xd0\xc0", "\x00\x00", "\xd0\xc1", + "\x52\xc0", "\xd0\xc2", "\x00\x00", "\x65\xb4", "\xd0\xc3", "\x65\xb2", + "\x53\x63", "\x00\x00", "\xd0\xc4", "\x4d\x6f", "\xd0\xc5", "\x00\x00", + "\xd0\xc6", "\x00\x00", "\x55\xbe", "\x48\xc1", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x62", "\x51\xe7", "\x53\x94", "\x65\xc2", "\x65\xc5", + "\x46\xa1", "\x00\x00", "\x00\x00", "\x65\xc9", "\xd0\xc7", "\x00\x00", + "\x65\xce", "\x00\x00", "\xb7\x63", "\x00\x00", "\x55\xd2", "\x00\x00", + "\xd0\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd0\xc9", + "\x00\x00", "\x65\xc0", "\x53\x90", "\xd0\xca", "\x00\x00", "\x00\x00", + "\xd0\xcb", "\xd0\xcc", "\x00\x00", "\x00\x00", "\x54\xef", "\x65\xc7", + "\x65\xcb", "\x00\x00", "\xd0\xcd", "\x65\xcc", "\x65\xc8", "\xd0\xce", + "\x4e\x57", "\x65\xc3", "\x65\xca", "\x65\xcd", "\xd0\xcf", "\x65\xc1", + "\x4b\x8e", "\xd0\xd0", "\x53\xf0", "\xd0\xd1", "\xd0\xd2", "\x52\x57", + "\x4f\xe6", "\x00\x00", "\x52\x83", "\x50\xb1", "\x00\x00", "\x00\x00", + "\x48\x86", "\xd0\xd3", "\xd0\xd4", "\x65\xbf", "\xd0\xd5", "\xd0\xd6", + "\x00\x00", "\x00\x00", "\x65\xbe", "\x65\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x65\xc4", "\x00\x00", "\x00\x00", "\xd0\xd7", "\x51\xf7", "\xd0\xd8", + "\xb7\x66", "\x4b\x48", "\x00\x00", "\x55\xd3", "\x00\x00", "\x00\x00", + "\xd0\xd9", "\xd0\xda", "\xd0\xdb", "\x00\x00", "\x54\xaa", "\xd0\xdc", + "\x65\xd4", "\x65\xd5", "\xd0\xdd", "\x00\x00", "\xd0\xde", "\x48\xc7", + "\x52\xad", "\x00\x00", "\xd0\xdf", "\x00\x00", "\x65\xd1", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xe0", "\xd0\xe1", "\x00\x00", "\xd0\xe2", + "\x00\x00", "\xd0\xe3", "\xd0\xe4", "\xb7\x67", "\x4f\x70", "\xd0\xe5", + "\x65\xd3", "\xd0\xe6", "\x65\xd0", "\xd0\xe7", "\x00\x00", "\xd0\xe8", + "\xd0\xe9", "\x4e\x45", "\xd0\xea", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd0\xeb", "\x00\x00", "\x65\xd2", "\xd0\xec", "\x53\xbd", "\xd0\xed", + "\xd0\xee", "\xd0\xef", "\xd0\xf0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd0\xf1", "\x00\x00", "\xd0\xf2", "\xd0\xf3", + "\x49\x62", "\xd0\xf4", "\x00\x00", "\xd0\xf5", "\x00\x00", "\x00\x00", + "\xd0\xf6", "\x00\x00", "\x65\xda", "\xd0\xf7", "\x4d\x70", "\x51\x97", + "\xd0\xf8", "\x00\x00", "\x54\xfe", "\xd0\xf9", "\x00\x00", "\x00\x00", + "\xd0\xfa", "\x00\x00", "\x00\x00", "\xd0\xfb", "\x00\x00", "\xd0\xfc", + "\x65\xd8", "\x00\x00", "\xd0\xfd", "\x54\x6d", "\xd0\xfe", "\xd1\x41", + "\x00\x00", "\xd1\x42", "\x53\x6e", "\x65\xd9", "\x4c\x89", "\x00\x00", + "\x65\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x43", "\xd1\x44", + "\xd1\x45", "\x00\x00", "\x00\x00", "\x65\xd6", "\xd1\x46", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x47", + "\x00\x00", "\x65\xe2", "\xd1\x48", "\xd1\x49", "\x65\xdd", "\xd1\x4a", + "\x65\xdb", "\xd1\x4b", "\xd1\x4c", "\xd1\x4d", "\xd1\x4e", "\xd1\x4f", + "\x00\x00", "\x00\x00", "\x65\xe5", "\x50\x41", "\x00\x00", "\xd1\x50", + "\x00\x00", "\x00\x00", "\x65\xdc", "\x65\xde", "\x65\xe1", "\xd1\x51", + "\x00\x00", "\x00\x00", "\xd1\x52", "\x65\xe3", "\x65\xe4", "\xd1\x53", + "\x00\x00", "\x4a\x8d", "\xd1\x54", "\x00\x00", "\x65\xe6", "\x65\xe0", + "\xd1\x55", "\xd1\x56", "\x65\xdf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6e", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6f", "\x00\x00", "\xd1\x57", + "\x65\xe8", "\xd1\x58", "\xd1\x59", "\xd1\x5a", "\x00\x00", "\xd1\x5b", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x5c", "\xd1\x5d", "\x65\xec", + "\xd1\x5e", "\x00\x00", "\x00\x00", "\x65\xed", "\xd1\x5f", "\xd1\x60", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x61", "\xd1\x62", "\xd1\x63", + "\x51\xcd", "\x00\x00", "\x00\x00", "\x65\xea", "\x65\xe9", "\xd1\x64", + "\xd1\x65", "\xd1\x66", "\x4c\xc8", "\x52\xcf", "\x65\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x67", "\x00\x00", "\x65\xeb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x65\xef", "\x00\x00", "\x00\x00", + "\xd1\x68", "\xd1\x69", "\x00\x00", "\x65\xf0", "\xd1\x6a", "\xd1\x6b", + "\xd1\x6c", "\x51\x56", "\x65\xee", "\x00\x00", "\x53\x88", "\x00\x00", + "\x65\xf1", "\xd1\x6d", "\x00\x00", "\xd1\x6e", "\x00\x00", "\xd1\x6f", + "\x00\x00", "\x65\xf2", "\x00\x00", "\xd1\x70", "\x65\xf5", "\x65\xf4", + "\x00\x00", "\x00\x00", "\x65\xf6", "\x00\x00", "\xd1\x71", "\x00\x00", + "\xd1\x72", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4e\x4e", + "\x65\xf3", "\x52\x41", "\x00\x00", "\xd1\x73", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd1\x74", "\x65\xf8", "\x65\xf7", "\xd1\x75", "\x00\x00", + "\x65\xfb", "\xd1\x76", "\x65\xf9", "\xd1\x77", "\x65\xfa", "\xd1\x78", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x79", "\x00\x00", + "\x65\xfc", "\xd1\x7a", "\x00\x00", "\xd1\x7b", "\xd1\x7c", "\xd1\x7d", + "\x65\xfe", "\xd1\x7e", "\xd1\x7f", "\x00\x00", "\x00\x00", "\x65\xfd", + "\x00\x00", "\x66\x41", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x44", "\x66\x43", "\x66\x45", "\x66\x42", "\x00\x00", "\x66\x46", + "\x00\x00", "\xd1\x80", "\xd1\x81", "\x45\x83", "\xd1\x82", "\xd1\x83", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x84", "\x00\x00", + "\x46\xaa", "\x00\x00", "\x66\x47", "\x51\x9c", "\xd1\x85", "\x00\x00", + "\xb7\x72", "\x66\x48", "\xd1\x86", "\x4b\x7d", "\x66\x49", "\x46\xcd", + "\xd1\x87", "\xd1\x88", "\xd1\x89", "\x54\x5f", "\x00\x00", "\x4d\xd9", + "\x66\x4a", "\x45\xc1", "\x66\x4b", "\x00\x00", "\x66\x4c", "\x00\x00", + "\x66\x4d", "\x66\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\x8a", + "\xd1\x8b", "\xd1\x8c", "\x66\x4f", "\xd1\x8d", "\x45\xc5", "\x4a\xe9", + "\x54\x9b", "\x51\x72", "\xd1\x8e", "\x66\x51", "\x66\x50", "\xd1\x8f", + "\x00\x00", "\xd1\x90", "\xd1\x91", "\x66\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x51\x77", "\x00\x00", "\xd1\x92", "\x00\x00", + "\xd1\x93", "\x00\x00", "\x00\x00", "\x66\x55", "\xd1\x94", "\x66\x54", + "\x66\x53", "\xd1\x95", "\x66\x56", "\xd1\x96", "\x00\x00", "\x00\x00", + "\x00\x00", "\x66\x59", "\x00\x00", "\x00\x00", "\xd1\x97", "\x53\x64", + "\xd1\x98", "\xd1\x99", "\x66\x57", "\xd1\x9a", "\x66\x5b", "\x66\x5a", + "\x00\x00", "\x00\x00", "\xd1\x9b", "\xd1\x9c", "\xd1\x9d", "\xd1\x9e", + "\x66\x5d", "\x66\x5c", "\x66\x5e", "\x00\x00", "\x4b\xcc", "\xd1\x9f", + "\xd1\xa0", "\x00\x00", "\x66\x5f", "\xd1\xa1", "\xd1\xa2", "\xd1\xa3", + "\xd1\xa4", "\x66\x60", "\x66\x62", "\x00\x00", "\xd1\xa5", "\x66\x61", + "\xd1\xa6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\x86", "\xd1\xa7", "\xd1\xa8", "\x00\x00", "\x00\x00", "\x66\x63", + "\xd1\xa9", "\x00\x00", "\xd1\xaa", "\xd1\xab", "\xd1\xac", "\x00\x00", + "\x66\x64", "\x00\x00", "\x45\x91", "\x00\x00", "\xd1\xad", "\x00\x00", + "\x66\x65", "\x66\x66", "\x00\x00", "\xd1\xae", "\x47\xbc", "\xd1\xaf", + "\xb7\x77", "\x00\x00", "\x00\x00", "\xd1\xb0", "\xd1\xb1", "\xd1\xb2", + "\xd1\xb3", "\x4f\xef", "\xd1\xb4", "\xd1\xb5", "\x00\x00", "\x46\xae", + "\x4f\xe8", "\xd1\xb6", "\x66\x67", "\x00\x00", "\x4b\x8c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x6a", + "\x66\x69", "\x49\xe5", "\x00\x00", "\x66\x68", "\x48\xad", "\x00\x00", + "\xd1\xb7", "\x00\x00", "\xd1\xb8", "\x00\x00", "\xd1\xb9", "\xd1\xba", + "\xd1\xbb", "\x00\x00", "\x00\x00", "\x51\x57", "\x66\x6b", "\x66\x6c", + "\x52\x72", "\x66\x6d", "\x00\x00", "\xd1\xbc", "\x49\xd8", "\x4c\x84", + "\x49\x6d", "\x4f\xfe", "\x66\x6e", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xc3", "\x00\x00", "\x66\x71", "\x00\x00", "\xd1\xbd", "\x00\x00", + "\x4c\xd2", "\x00\x00", "\x66\x70", "\x4e\x61", "\xd1\xbe", "\x50\xc7", + "\x4a\xb7", "\x66\x6f", "\x49\x61", "\x00\x00", "\x4a\x6c", "\xd1\xbf", + "\xd1\xc0", "\x47\xbf", "\xd1\xc1", "\xd1\xc2", "\x00\x00", "\xd1\xc3", + "\xd1\xc4", "\xd1\xc5", "\xd1\xc6", "\x4b\xb9", "\x46\x5d", "\x00\x00", + "\x4c\xe5", "\xd1\xc7", "\x4a\x93", "\x66\x73", "\x00\x00", "\x66\x72", + "\x49\xa9", "\x4e\x76", "\x00\x00", "\xd1\xc8", "\x00\x00", "\x00\x00", + "\x50\x5a", "\x66\x76", "\xd1\xc9", "\x66\x77", "\x66\x75", "\x53\xc3", + "\xd1\xca", "\x47\x97", "\x4b\xf9", "\x66\x79", "\x00\x00", "\xd1\xcb", + "\x4e\xae", "\x00\x00", "\x00\x00", "\x4c\xe0", "\xd1\xcc", "\xd1\xcd", + "\xd1\xce", "\x66\x7a", "\x65\x56", "\xd1\xcf", "\x66\x7b", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd1\xd0", "\x66\x7f", "\x66\x7e", "\x66\x7c", + "\x66\x7d", "\xd1\xd1", "\x66\x80", "\x00\x00", "\x66\x81", "\x55\x45", + "\x66\x82", "\x66\x83", "\xd1\xd2", "\x4f\xda", "\x4e\xd5", "\xb7\x7e", + "\x00\x00", "\x00\x00", "\x4f\x64", "\x51\xa4", "\x00\x00", "\x00\x00", + "\x45\x70", "\x47\x45", "\x47\xa0", "\x4c\x4d", "\x00\x00", "\x54\x77", + "\xd1\xd3", "\x66\x85", "\x52\xb7", "\x52\x5b", "\x66\x84", "\x00\x00", + "\x00\x00", "\x4a\x8a", "\xd1\xd4", "\x00\x00", "\x00\x00", "\x66\x86", + "\x63\x54", "\x00\x00", "\xd1\xd5", "\x66\x88", "\xd1\xd6", "\x51\xfb", + "\x66\x87", "\xd1\xd7", "\xd1\xd8", "\xd1\xd9", "\x00\x00", "\x00\x00", + "\x49\x97", "\x49\x5a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x49\xdd", "\xd1\xda", "\x49\xbb", "\x52\xa5", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd1\xdb", "\x4f\x90", "\xd1\xdc", "\x4a\xbc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x50\x69", "\x4b\xd6", "\x00\x00", "\x66\x89", + "\xd1\xdd", "\x45\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x47\xfb", "\x00\x00", "\xd1\xde", "\xd1\xdf", "\x66\x8a", "\xd1\xe0", + "\x66\x8b", "\x4d\xde", "\x66\x8c", "\xd1\xe1", "\x4f\x4b", "\x00\x00", + "\x00\x00", "\x66\x8e", "\x66\x90", "\x66\x92", "\x00\x00", "\x66\x91", + "\x00\x00", "\x66\x8f", "\xb7\x83", "\x00\x00", "\x66\x93", "\x00\x00", + "\x00\x00", "\x66\x8d", "\xd1\xe2", "\xd1\xe3", "\x4d\xe8", "\xd1\xe4", + "\x4e\xe4", "\x00\x00", "\x00\x00", "\xd1\xe5", "\xd1\xe6", "\xd1\xe7", + "\x66\x94", "\x00\x00", "\x00\x00", "\x4e\x48", "\xd1\xe8", "\x00\x00", + "\x66\x95", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x66\x96", "\xd1\xe9", "\x4b\xc6", "\x66\x97", "\x00\x00", "\x00\x00", + "\xb7\x85", "\x00\x00", "\x5b\xcf", "\x66\x98", "\x00\x00", "\x66\x99", + "\x00\x00", "\x66\x9a", "\x66\x9b", "\x00\x00", "\x00\x00", "\xd1\xea", + "\x66\xa0", "\x66\x9e", "\x66\x9d", "\x00\x00", "\x66\x9c", "\xb7\x86", + "\x66\x9f", "\x66\xa1", "\xd1\xeb", "\x00\x00", "\x00\x00", "\x66\xa2", + "\xd1\xec", "\x66\xa3", "\x00\x00", "\x66\xa4", "\x46\x4c", "\x00\x00", + "\x00\x00", "\x66\xa5", "\x48\xc3", "\xd1\xed", "\xd1\xee", "\x46\x44", + "\xd1\xef", "\xd1\xf0", "\x66\xa6", "\x00\x00", "\x48\xe1", "\x00\x00", + "\x66\xa7", "\x68\x52", "\x46\x91", "\xd1\xf1", "\x66\xa8", "\x00\x00", + "\x66\xa9", "\xd1\xf2", "\x66\xaa", "\x4a\xa3", "\xd1\xf3", "\x53\xb5", + "\x00\x00", "\x66\xab", "\xd1\xf4", "\x00\x00", "\x00\x00", "\x52\xce", + "\x00\x00", "\xd1\xf5", "\x4d\xf1", "\x00\x00", "\xd1\xf6", "\xd1\xf7", + "\xd1\xf8", "\x66\xac", "\x66\xb0", "\xd1\xf9", "\x66\xae", "\xd1\xfa", + "\x00\x00", "\xd1\xfb", "\xd1\xfc", "\x66\xaf", "\x00\x00", "\x00\x00", + "\x54\x45", "\x66\xad", "\x52\x77", "\x00\x00", "\x00\x00", "\xd1\xfd", + "\x00\x00", "\x66\xb1", "\x00\x00", "\x50\x4c", "\x00\x00", "\x66\xb2", + "\x66\xb3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd1\xfe", + "\xd2\x41", "\xd2\x42", "\x52\xe7", "\xd2\x43", "\xd2\x44", "\x00\x00", + "\x66\xb4", "\x00\x00", "\xd2\x45", "\xd2\x46", "\x51\xed", "\x00\x00", + "\xd2\x47", "\x66\xb7", "\x00\x00", "\x00\x00", "\x66\xb6", "\x00\x00", + "\x66\xb5", "\x00\x00", "\x00\x00", "\x63\xfc", "\xd2\x48", "\x54\x8b", + "\xd2\x49", "\x00\x00", "\x00\x00", "\xd2\x4a", "\xd2\x4b", "\x66\xb8", + "\x66\xb9", "\xd2\x4c", "\xd2\x4d", "\x00\x00", "\xd2\x4e", "\xd2\x4f", + "\xd2\x50", "\x00\x00", "\xd2\x51", "\x00\x00", "\xd2\x52", "\xd2\x53", + "\x00\x00", "\xd2\x54", "\x00\x00", "\x66\xba", "\xd2\x55", "\xd2\x56", + "\x66\xbb", "\xd2\x57", "\x66\xbc", "\xd2\x58", "\xd2\x59", "\x66\xbd", + "\xd2\x5a", "\xd2\x5b", "\xd2\x5c", "\x00\x00", "\xd2\x5d", "\xd2\x5e", + "\x00\x00", "\x4e\x75", "\xd2\x5f", "\x00\x00", "\x00\x00", "\xd2\x60", + "\xd2\x61", "\xd2\x62", "\x00\x00", "\xd2\x63", "\x66\xbe", "\xd2\x64", + "\xd2\x65", "\x00\x00", "\xd2\x66", "\xd2\x67", "\x00\x00", "\x00\x00", + "\xd2\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\xbf", "\x4f\xdf", "\xd2\x69", + "\x00\x00", "\xd2\x6a", "\x66\xc0", "\x48\x4d", "\xd2\x6b", "\x66\xc2", + "\x52\xfc", "\xd2\x6c", "\xd2\x6d", "\x00\x00", "\xd2\x6e", "\x55\x77", + "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x5c", "\x00\x00", "\x4c\xd9", + "\x4d\x5b", "\x49\x46", "\xb7\x8a", "\x4a\x97", "\x47\xb2", "\xd2\x6f", + "\x46\xb0", "\x00\x00", "\xd2\x70", "\x00\x00", "\x54\x56", "\xd2\x71", + "\xd2\x72", "\x66\xc3", "\x4d\x4a", "\x53\x9d", "\x55\x57", "\x51\x7a", + "\xd2\x73", "\x00\x00", "\xd2\x74", "\x55\xe4", "\x4a\xcd", "\xd2\x75", + "\x66\xc4", "\x00\x00", "\xd2\x76", "\x00\x00", "\xd2\x77", "\x00\x00", + "\xd2\x78", "\x66\xc6", "\x00\x00", "\xd2\x79", "\x66\xc5", "\xd2\x7a", + "\xd2\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\x7c", + "\x4e\xb3", "\x47\xeb", "\xd2\x7d", "\xd2\x7e", "\xd2\x7f", "\x00\x00", + "\xd2\x80", "\xd2\x81", "\x55\x76", "\xd2\x82", "\x00\x00", "\x66\xc7", + "\x50\xfb", "\x66\xc8", "\x00\x00", "\x53\xab", "\x4a\x7a", "\x66\xc8", + "\xd2\x83", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd2\x84", "\x00\x00", "\x51\xdc", "\xd2\x85", "\x00\x00", "\x00\x00", + "\xd2\x86", "\x66\xca", "\x47\xfe", "\x47\xf1", "\x54\x8e", "\x66\xc9", + "\x00\x00", "\xd2\x87", "\xd2\x88", "\xd2\x89", "\x48\xb8", "\x4a\xe5", + "\xd2\x8a", "\x66\xcb", "\x4c\x57", "\xd2\x8b", "\xd2\x8c", "\x55\xc1", + "\x00\x00", "\x00\x00", "\x46\xba", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd2\x8d", "\xd2\x8e", "\x00\x00", "\x66\xcc", "\xd2\x8f", "\x4e\xee", + "\x00\x00", "\x00\x00", "\xd2\x90", "\x66\xcd", "\xd2\x91", "\x00\x00", + "\x00\x00", "\x66\xce", "\x66\xcf", "\x66\xd0", "\x00\x00", "\x66\xd2", + "\x66\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x47\xe7", "\x00\x00", + "\x66\xd3", "\xd2\x92", "\x00\x00", "\xd2\x93", "\xd2\x94", "\x66\xd4", + "\xd2\x95", "\x66\xd5", "\x00\x00", "\x00\x00", "\xd2\x96", "\x00\x00", + "\x66\xd6", "\xd2\x97", "\xd2\x98", "\x00\x00", "\xd2\x99", "\xd2\x9a", + "\xb7\x90", "\x00\x00", "\x00\x00", "\xd2\x9b", "\x00\x00", "\x00\x00", + "\xd2\x9c", "\x66\xd8", "\x66\xd7", "\xd2\x9d", "\x66\xd9", "\xb7\x91", + "\xd2\x9e", "\x00\x00", "\x00\x00", "\xb7\x92", "\xd2\x9f", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x48\x8a", "\x66\xda", "\x00\x00", "\x00\x00", "\x46\xb8", + "\xb7\x94", "\xd2\xa0", "\x53\xce", "\xd2\xa1", "\x00\x00", "\xd2\xa2", + "\xd2\xa3", "\xd2\xa4", "\x00\x00", "\x66\xdc", "\xd2\xa5", "\x66\xde", + "\x00\x00", "\x66\xdb", "\x5c\xca", "\x46\xb5", "\xb7\x95", "\xb7\x96", + "\x4b\xa3", "\xd2\xa6", "\x52\x45", "\x00\x00", "\xd2\xa7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x4a\x8f", "\x4d\x49", + "\x49\x57", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\xa8", "\x66\xe0", + "\x00\x00", "\x50\xbf", "\x00\x00", "\xd2\xa9", "\xd2\xaa", "\x54\xbc", + "\x49\x79", "\x00\x00", "\x50\xa7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x55\xb3", "\xd2\xab", "\x66\xe2", "\x55\x4b", "\x66\xe3", "\xd2\xac", + "\xd2\xad", "\xd2\xae", "\x66\xe4", "\x00\x00", "\xd2\xaf", "\xd2\xb0", + "\xd2\xb1", "\x66\xe1", "\x66\xe8", "\xd2\xb2", "\x66\xea", "\x66\xe7", + "\xd2\xb3", "\x00\x00", "\x66\xe9", "\x00\x00", "\xd2\xb4", "\x66\xe5", + "\x48\x62", "\x00\x00", "\x00\x00", "\xd2\xb5", "\x66\xeb", "\x00\x00", + "\x66\xec", "\x00\x00", "\x00\x00", "\xd2\xb6", "\xd2\xb7", "\xd2\xb8", + "\xd2\xb9", "\xd2\xba", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\xbb", + "\xd2\xbc", "\xd2\xbd", "\xd2\xbe", "\x66\xed", "\x66\xee", "\x00\x00", + "\xd2\xbf", "\xd2\xc0", "\x66\xef", "\x00\x00", "\x00\x00", "\x66\xf1", + "\xd2\xc1", "\xd2\xc2", "\xd2\xc3", "\x66\xf0", "\x00\x00", "\x66\xf3", + "\x66\xf5", "\xd2\xc4", "\xd2\xc5", "\x00\x00", "\x66\xf2", "\x66\xf4", + "\x52\xe8", "\x00\x00", "\xd2\xc6", "\x66\xf6", "\x00\x00", "\x51\xd5", + "\xd2\xc7", "\xd2\xc8", "\x00\x00", "\xd2\xc9", "\xd2\xca", "\x00\x00", + "\xd2\xcb", "\xd2\xcc", "\xd2\xcd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x49\xbe", "\x66\xf7", "\x66\xf8", "\x46\xbd", + "\x00\x00", "\xd2\xce", "\x00\x00", "\xd2\xcf", "\x66\xf9", "\xd2\xd0", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x9b", "\x00\x00", "\x66\xfa", + "\xd2\xd1", "\x00\x00", "\x4b\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x46\x64", "\x66\xfb", "\x66\xfc", "\x00\x00", "\xd2\xd2", "\xd2\xd3", + "\xd2\xd4", "\x52\xdf", "\x50\xa1", "\xd2\xd5", "\x00\x00", "\x00\x00", + "\x00\x00", "\xd2\xd6", "\xd2\xd7", "\x00\x00", "\x66\xfd", "\xd2\xd8", + "\x00\x00", "\xd2\xd9", "\x00\x00", "\x55\xe5", "\x00\x00", "\xd2\xda", + "\x4d\xe5", "\x49\xac", "\x4c\xfe", "\x00\x00", "\x4f\x85", "\xd2\xdb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4d\xf5", "\x67\x44", "\x49\xfc", "\xd2\xdc", "\xd2\xdd", "\x53\xbe", + "\x00\x00", "\x00\x00", "\x67\x43", "\xd2\xde", "\xd2\xdf", "\x67\x41", + "\xd2\xe0", "\x67\x42", "\xd2\xe1", "\x66\xfe", "\x00\x00", "\x00\x00", + "\x67\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd2\xe2", + "\x00\x00", "\x00\x00", "\xd2\xe3", "\xd2\xe4", "\xd2\xe5", "\x67\x45", + "\x67\x46", "\x00\x00", "\xd2\xe6", "\x67\x48", "\x67\x49", "\x00\x00", + "\xd2\xe7", "\xd2\xe8", "\x00\x00", "\x00\x00", "\x67\x4b", "\xd2\xe9", + "\x00\x00", "\x67\x4a", "\xb7\x9d", "\xd2\xea", "\xd2\xeb", "\x4c\xc0", + "\x00\x00", "\x67\x4c", "\xd2\xec", "\xd2\xed", "\xd2\xee", "\x67\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x9e", "\xd2\xef", + "\xd2\xf0", "\x00\x00", "\x50\x58", "\x67\x4d", "\xd2\xf1", "\xd2\xf2", + "\x4d\xd2", "\x48\xb4", "\x00\x00", "\x00\x00", "\xd2\xf3", "\x00\x00", + "\x00\x00", "\x67\x4f", "\xb7\x9f", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd2\xf4", "\x00\x00", "\xd2\xf5", "\x00\x00", "\xd2\xf6", "\xd2\xf7", + "\xd2\xf8", "\x00\x00", "\x00\x00", "\xd2\xf9", "\x53\xda", "\x00\x00", + "\x00\x00", "\x67\x50", "\x00\x00", "\xd2\xfa", "\xd2\xfb", "\x00\x00", + "\x4e\x5e", "\xb7\xa0", "\x00\x00", "\xd2\xfc", "\x00\x00", "\xd2\xfd", + "\xd2\xfe", "\x67\x51", "\xd3\x41", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\x56", "\x00\x00", "\x67\x52", "\xd3\x42", + "\x67\x54", "\x67\x55", "\xd3\x43", "\x67\x53", "\x00\x00", "\xd3\x44", + "\x00\x00", "\x00\x00", "\xd3\x45", "\xd3\x46", "\xd3\x47", "\x67\x58", + "\x67\x59", "\x00\x00", "\x00\x00", "\xd3\x48", "\xb7\xa1", "\x00\x00", + "\xd3\x49", "\x67\x57", "\xd3\x4a", "\x67\x5b", "\xb7\xa2", "\x00\x00", + "\x4c\xd5", "\x67\x5a", "\x00\x00", "\xd3\x4b", "\x00\x00", "\x67\x5c", + "\x00\x00", "\x00\x00", "\x67\x5d", "\x00\x00", "\x67\x60", "\x67\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\x5e", "\x67\x61", "\x67\x62", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x4a\xa5", "\x00\x00", "\xd3\x4c", "\x00\x00", "\xd3\x4d", "\x67\x63", + "\xd3\x4e", "\xd3\x4f", "\x67\x64", "\x00\x00", "\xd3\x50", "\x00\x00", + "\xd3\x51", "\xd3\x52", "\xd3\x53", "\xb7\xa5", "\x55\x9c", "\xd3\x54", + "\x00\x00", "\xd3\x55", "\x67\x65", "\x00\x00", "\xd3\x56", "\xd3\x57", + "\x67\x66", "\xd3\x58", "\x00\x00", "\xd3\x59", "\x52\xc5", "\x00\x00", + "\xd3\x5a", "\x00\x00", "\xd3\x5b", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\x5c", "\x67\x67", "\xd3\x5d", "\x67\x6a", + "\xd3\x5e", "\x67\x68", "\x67\x69", "\xd3\x5f", "\xd3\x60", "\xd3\x61", + "\x45\x71", "\x67\x6b", "\x00\x00", "\xd3\x62", "\x67\x6c", "\x00\x00", + "\x67\x6d", "\x67\x6e", "\xd3\x63", "\x00\x00", "\x67\x6f", "\x67\x70", + "\xd3\x64", "\xd3\x65", "\x67\x71", "\xd3\x66", "\x00\x00", "\xd3\x67", + "\x4c\xf6", "\x67\x73", "\xd3\x68", "\x50\x9d", "\x67\x74", "\x67\x72", + "\x00\x00", "\x67\x76", "\xd3\x69", "\xd3\x6a", "\x67\x75", "\xd3\x6b", + "\x00\x00", "\x67\x77", "\x00\x00", "\xd3\x6c", "\xd3\x6d", "\x67\x78", + "\x00\x00", "\xd3\x6e", "\x00\x00", "\xd3\x6f", "\xd3\x70", "\xd3\x71", + "\xd3\x72", "\xd3\x73", "\xd3\x74", "\xd3\x75", "\x67\x79", "\x00\x00", + "\xd3\x76", "\xd3\x77", "\x00\x00", "\xd3\x78", "\xd3\x79", "\xd3\x7a", + "\xd3\x7b", "\x00\x00", "\xd3\x7c", "\x00\x00", "\xd3\x7d", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\x7e", "\x00\x00", "\x67\x7a", "\xd3\x7f", + "\x67\x7b", "\xd3\x80", "\xd3\x81", "\x00\x00", "\x00\x00", "\x67\x7c", + "\xd3\x82", "\x00\x00", "\x67\x7d", "\x67\x7e", "\x00\x00", "\x67\x7f", + "\xd3\x83", "\x67\x80", "\x67\x81", "\x67\x82", "\x67\x83", "\xd3\x84", + "\x00\x00", "\xd3\x85", "\x67\x84", "\x67\x85", "\x00\x00", "\x67\x86", + "\x67\x87", "\xd3\x86", "\xd3\x87", "\xd3\x88", "\x00\x00", "\xd3\x89", + "\x00\x00", "\xd3\x8a", "\xd3\x8b", "\x67\x88", "\x4a\xc8", "\xd3\x8c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x52\xcb", "\x50\xa8", "\x67\x8a", + "\x67\x89", "\x4d\xb4", "\x00\x00", "\x00\x00", "\xd3\x8d", "\x00\x00", + "\x00\x00", "\xd3\x8e", "\xd3\x8f", "\x67\x8b", "\x67\x8c", "\x53\x89", + "\x00\x00", "\x67\x8d", "\x00\x00", "\x00\x00", "\x4d\xe2", "\xd3\x90", + "\xd3\x91", "\xd3\x92", "\x67\x8e", "\x00\x00", "\x48\xee", "\xd3\x93", + "\x00\x00", "\x00\x00", "\xd3\x94", "\x00\x00", "\x00\x00", "\xd3\x95", + "\x00\x00", "\xd3\x96", "\x00\x00", "\xd3\x97", "\xd3\x98", "\x00\x00", + "\xd3\x99", "\x00\x00", "\xd3\x9a", "\xd3\x9b", "\xd3\x9c", "\xd3\x9d", + "\xd3\x9e", "\x51\xf4", "\x00\x00", "\x00\x00", "\x67\x91", "\xd3\x9f", + "\x67\x90", "\x67\x8f", "\xb7\xab", "\xd3\xa0", "\xd3\xa1", "\xd3\xa2", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd3\xa3", + "\xd3\xa4", "\x00\x00", "\x00\x00", "\x67\x94", "\xd3\xa5", "\xd3\xa6", + "\xd3\xa7", "\xd3\xa8", "\x00\x00", "\xd3\xa9", "\xd3\xaa", "\xd3\xab", + "\x00\x00", "\xd3\xac", "\x4f\x8e", "\x67\x93", "\xd3\xad", "\x67\x95", + "\x52\x8d", "\x67\x92", "\xd3\xae", "\x00\x00", "\x67\x96", "\x67\x97", + "\x00\x00", "\x00\x00", "\xd3\xaf", "\x00\x00", "\x00\x00", "\xd3\xb0", + "\xd3\xb1", "\x67\x98", "\x67\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\xb2", "\xd3\xb3", "\x67\x9a", "\xd3\xb4", + "\x55\xce", "\x4e\xb7", "\xd3\xb5", "\x53\x91", "\x4c\xe9", "\x00\x00", + "\xd3\xb6", "\x67\x9b", "\xd3\xb7", "\x00\x00", "\x67\x9c", "\x00\x00", + "\x00\x00", "\xd3\xb8", "\xd3\xb9", "\x67\xa0", "\x00\x00", "\x67\x9f", + "\xd3\xba", "\x00\x00", "\xd3\xbb", "\xd3\xbc", "\x67\x9d", "\xd3\xbd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xa1", "\xd3\xbe", + "\xd3\xbf", "\x4f\xc6", "\x67\x9e", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd3\xc0", "\x67\xa2", "\xd3\xc1", "\x67\xa3", "\x67\xa4", "\x00\x00", + "\x67\xa8", "\x00\x00", "\x4f\xe4", "\xd3\xc2", "\xd3\xc3", "\x00\x00", + "\x00\x00", "\x50\xd8", "\x00\x00", "\xd3\xc4", "\x00\x00", "\xd3\xc5", + "\x00\x00", "\x67\xa9", "\x67\xa6", "\x67\xa5", "\x67\xa7", "\xd3\xc6", + "\x00\x00", "\xd3\xc7", "\x4d\x78", "\x00\x00", "\xd3\xc8", "\xd3\xc9", + "\x00\x00", "\x00\x00", "\xb7\xad", "\xd3\xca", "\x55\x51", "\x67\xab", + "\x67\xac", "\xd3\xcb", "\x00\x00", "\x67\xaa", "\x00\x00", "\xd3\xcc", + "\xd3\xcd", "\xd3\xce", "\xd3\xcf", "\x00\x00", "\x00\x00", "\xd3\xd0", + "\x00\x00", "\xd3\xd1", "\x67\xb1", "\x00\x00", "\xd3\xd2", "\x00\x00", + "\x67\xad", "\x00\x00", "\x67\xb5", "\x00\x00", "\x67\xb6", "\x67\xb2", + "\x67\xb8", "\xd3\xd3", "\x67\xb4", "\x55\x71", "\x00\x00", "\xd3\xd4", + "\x52\x93", "\xd3\xd5", "\x67\xb7", "\x67\xb3", "\x67\xb0", "\x67\xaf", + "\xd3\xd6", "\x00\x00", "\xd3\xd7", "\xd3\xd8", "\xd3\xd9", "\x67\xae", + "\xd3\xda", "\xb7\xb1", "\xd3\xdb", "\x00\x00", "\x00\x00", "\x67\xbc", + "\xd3\xdc", "\xd3\xdd", "\x67\xbb", "\x67\xba", "\xd3\xde", "\xd3\xdf", + "\xd3\xe0", "\xd3\xe1", "\xd3\xe2", "\x00\x00", "\x00\x00", "\x54\x6e", + "\x67\xb9", "\x55\xc8", "\x67\xbd", "\xd3\xe3", "\x67\xbf", "\x00\x00", + "\x00\x00", "\xd3\xe4", "\xd3\xe5", "\xd3\xe6", "\x00\x00", "\x53\xd5", + "\x51\xf0", "\x54\xab", "\x00\x00", "\xd3\xe7", "\x67\xc1", "\x00\x00", + "\x00\x00", "\xd3\xe8", "\x00\x00", "\xd3\xe9", "\xd3\xea", "\xd3\xeb", + "\x67\xc0", "\x67\xbe", "\x55\x60", "\xd3\xec", "\xd3\xed", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd3\xee", "\xd3\xef", "\xd3\xf0", "\x00\x00", + "\x53\xc6", "\xd3\xf1", "\xd3\xf2", "\x00\x00", "\xd3\xf3", "\x55\x4c", + "\xd3\xf4", "\x00\x00", "\x67\xc2", "\xd3\xf5", "\xd3\xf6", "\xd3\xf7", + "\xd3\xf8", "\xd3\xf9", "\x67\xc3", "\x00\x00", "\x00\x00", "\xd3\xfa", + "\x00\x00", "\xb7\xb6", "\x00\x00", "\x67\xc4", "\xd3\xfb", "\xd3\xfc", + "\xd3\xfd", "\xd3\xfe", "\x00\x00", "\xb7\xb7", "\xd4\x41", "\x00\x00", + "\xd4\x42", "\x00\x00", "\xd4\x43", "\x00\x00", "\x00\x00", "\xd4\x44", + "\x67\xc5", "\xd4\x45", "\x67\xc6", "\x00\x00", "\xb7\xb8", "\xd4\x46", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x47\x79", "\xd4\x47", "\x67\xc8", + "\x00\x00", "\x4d\x95", "\x00\x00", "\x67\xc7", "\x67\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xca", "\x00\x00", "\xd4\x48", "\x4e\xa6", + "\x4b\x70", "\x00\x00", "\x54\xc4", "\xd4\x49", "\x00\x00", "\xd4\x4a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd4\x4b", "\x67\xcc", "\x00\x00", "\x00\x00", + "\x67\xcd", "\x51\xa1", "\x54\xfc", "\x67\xcb", "\x00\x00", "\xd4\x4c", + "\x00\x00", "\x00\x00", "\x54\x64", "\x00\x00", "\x00\x00", "\xd4\x4d", + "\x67\xd4", "\x00\x00", "\x00\x00", "\x67\xd3", "\x00\x00", "\xd4\x4e", + "\xd4\x4f", "\x00\x00", "\x00\x00", "\x52\xc3", "\xd4\x50", "\xd4\x51", + "\xd4\x52", "\x67\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xd1", + "\x00\x00", "\x00\x00", "\x67\xcf", "\x00\x00", "\x4c\x54", "\x00\x00", + "\x67\xce", "\x50\xba", "\x67\xd0", "\x00\x00", "\x00\x00", "\xd4\x53", + "\xd4\x54", "\x00\x00", "\xd4\x55", "\xd4\x56", "\xd4\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x58", "\x4d\xd6", + "\xd4\x59", "\xd4\x5a", "\x67\xd8", "\x67\xd6", "\x00\x00", "\x67\xd5", + "\xd4\x5b", "\xd4\x5c", "\x67\xd7", "\xd4\x5d", "\x67\xd9", "\xd4\x5e", + "\x67\xda", "\x00\x00", "\xd4\x5f", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xdf", "\x67\xde", "\xb7\xbe", "\xd4\x60", + "\xd4\x61", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xdd", + "\x00\x00", "\x00\x00", "\x4b\xe7", "\x67\xdb", "\x67\xdc", "\xd4\x62", + "\x50\xfd", "\x55\x7e", "\xd4\x63", "\xd4\x64", "\x67\xe0", "\xd4\x65", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x66", "\xd4\x67", "\x67\xe4", + "\x51\x8a", "\x00\x00", "\x00\x00", "\x67\xe5", "\x67\xe2", "\x00\x00", + "\x67\xe1", "\xb7\xc0", "\x00\x00", "\x00\x00", "\xd4\x68", "\xd4\x69", + "\x00\x00", "\x00\x00", "\x67\xe6", "\xd4\x6a", "\xd4\x6b", "\x00\x00", + "\xd4\x6c", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x6d", + "\xd4\x6e", "\x00\x00", "\xd4\x6f", "\x67\xe3", "\x00\x00", "\x53\x42", + "\xd4\x70", "\x00\x00", "\x00\x00", "\xd4\x71", "\xd4\x72", "\x4d\x8e", + "\x00\x00", "\x00\x00", "\xd4\x73", "\xd4\x74", "\x00\x00", "\xd4\x75", + "\xd4\x76", "\xd4\x77", "\xd4\x78", "\xb7\xc1", "\x67\xe7", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x79", + "\x00\x00", "\x00\x00", "\x67\xe8", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\xe9", "\xd4\x7a", "\x67\xea", "\xd4\x7b", "\x00\x00", + "\xd4\x7c", "\x50\xe5", "\x00\x00", "\xd4\x7d", "\x67\xeb", "\x00\x00", + "\x47\x7a", "\xd4\x7e", "\x00\x00", "\x00\x00", "\x67\xef", "\xd4\x7f", + "\x67\xf0", "\x67\xee", "\xd4\x80", "\xb7\xc3", "\x00\x00", "\xd4\x81", + "\xb7\xc4", "\x67\xed", "\x67\xf3", "\xd4\x82", "\x67\xec", "\x00\x00", + "\x67\xf1", "\xd4\x83", "\x00\x00", "\xd4\x84", "\xd4\x85", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x67\xf2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x67\xf6", "\xd4\x86", "\xd4\x87", "\xd4\x88", "\xd4\x89", + "\x00\x00", "\x67\xf5", "\xd4\x8a", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\x8b", "\xd4\x8c", "\xd4\x8d", "\x00\x00", "\x00\x00", "\xb7\xc5", + "\x00\x00", "\xd4\x8e", "\x67\xf8", "\xd4\x8f", "\x00\x00", "\xd4\x90", + "\x00\x00", "\xd4\x91", "\x00\x00", "\x67\xf9", "\xd4\x92", "\x67\xfa", + "\xd4\x93", "\x00\x00", "\x4b\xf1", "\xd4\x94", "\xd4\x95", "\x00\x00", + "\x00\x00", "\x00\x00", "\x67\xf7", "\x4b\x7a", "\x50\xaf", "\x00\x00", + "\x00\x00", "\x67\xfb", "\xd4\x96", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\x97", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\x98", + "\x00\x00", "\x00\x00", "\xd4\x99", "\x00\x00", "\x00\x00", "\xb7\xc8", + "\xd4\x9a", "\x00\x00", "\xd4\x9b", "\xd4\x9c", "\xd4\x9d", "\x00\x00", + "\x00\x00", "\xd4\x9e", "\xd4\x9f", "\x00\x00", "\x00\x00", "\x67\xfe", + "\x67\xfc", "\x67\xfd", "\xd4\xa0", "\xd4\xa1", "\x68\x41", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x68\x42", "\x00\x00", "\x00\x00", "\x4c\x7d", "\x68\x43", + "\xd4\xa2", "\xd4\xa3", "\xd4\xa4", "\x68\x44", "\x00\x00", "\x46\x97", + "\xd4\xa5", "\x68\x45", "\xd4\xa6", "\xd4\xa7", "\xd4\xa8", "\xd4\xa9", + "\x00\x00", "\xd4\xaa", "\x68\x46", "\x00\x00", "\x00\x00", "\x68\x47", + "\x68\x48", "\x00\x00", "\xd4\xab", "\xd4\xac", "\x00\x00", "\x68\x4a", + "\x51\xf9", "\x51\x9e", "\x00\x00", "\x68\x49", "\xd4\xad", "\x4c\xf3", + "\xd4\xae", "\x00\x00", "\x00\x00", "\xd4\xaf", "\x00\x00", "\x68\x4b", + "\xd4\xb0", "\x51\x9b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\xb1", "\x68\x4c", "\x4a\xe0", "\x00\x00", "\xd4\xb2", "\x53\xb4", + "\x68\x4e", "\x00\x00", "\xd4\xb3", "\x68\x4f", "\xd4\xb4", "\xd4\xb5", + "\xd4\xb6", "\x00\x00", "\x00\x00", "\xd4\xb7", "\xd4\xb8", "\xd4\xb9", + "\x00\x00", "\x00\x00", "\x68\x4d", "\x52\x61", "\x55\x5f", "\x48\xa7", + "\x68\x50", "\xb7\xca", "\x68\x51", "\x4e\xea", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xcb", "\x4a\xc6", "\x00\x00", "\xd4\xba", "\x00\x00", + "\xd4\xbb", "\x00\x00", "\x00\x00", "\xd4\xbc", "\x68\x53", "\x55\xae", + "\x51\xa7", "\x68\x54", "\x68\x55", "\x68\x56", "\x46\x79", "\x00\x00", + "\x68\x57", "\xd4\xbd", "\x00\x00", "\x00\x00", "\x5e\x90", "\x4d\xbc", + "\x00\x00", "\x51\xdd", "\x68\x58", "\x68\x5a", "\x68\x59", "\xd4\xbe", + "\x68\x5b", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\xbf", "\x68\x5c", + "\x00\x00", "\xd4\xc0", "\x68\x5d", "\x00\x00", "\x00\x00", "\x00\x00", + "\xd4\xc1", "\xd4\xc2", "\xd4\xc3", "\x68\x5e", "\xd4\xc4", "\xd4\xc5", + "\xd4\xc6", "\x00\x00", "\x68\x5f", "\xd4\xc7", "\x68\x60", "\x68\x61", + "\xd4\xc8", "\x68\x62", "\x00\x00", "\x68\x63", "\x68\x64", "\x68\x65", + "\x00\x00", "\xd4\xc9", "\x00\x00", "\x00\x00", "\xd4\xca", "\xd4\xcb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x68\x66", "\x68\x67", "\xd4\xcc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x51\xaa", "\xd4\xcd", + "\xd4\xce", "\xd4\xcf", "\xd4\xd0", "\x4f\xaf", "\xd4\xd1", "\x68\x69", + "\xd4\xd2", "\xd4\xd3", "\x00\x00", "\xd4\xd4", "\xd4\xd5", "\xd4\xd6", + "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\xd7", "\x50\xcb", "\x68\x6a", + "\xd4\xd8", "\x00\x00", "\x00\x00", "\x00\x00", "\xd4\xd9", "\x00\x00", + "\x00\x00", "\x00\x00", "\xd4\xda", "\xd4\xdb", "\x68\x6b", "\x00\x00", + "\x00\x00", "\xd4\xdc", "\x00\x00", "\xd4\xdd", "\xd4\xde", "\x00\x00", + "\xd4\xdf", "\x00\x00", "\x00\x00", "\xd4\xe0", "\x00\x00", "\xd4\xe1", + "\xd4\xe2", "\x4c\xfd", "\xd4\xe3", "\xd4\xe4", "\x68\x6c", "\xd4\xe5", + "\x00\x00", "\xd4\xe6", "\x00\x00", "\xd4\xe7", "\xd4\xe8", "\xd4\xe9", + "\xd4\xea", "\xd4\xeb", "\x00\x00", "\x00\x00", "\x68\x6d", "\x51\xf5", + "\x00\x00", "\x00\x00", "\x68\x6e", "\x68\x6f", "\x00\x00", "\x00\x00", + "\x68\x70", "\xd4\xec", "\x68\x71", "\xd4\xed", "\xd4\xee", "\xd4\xef", + "\xd4\xf0", "\x00\x00", "\xd4\xf1", "\x00\x00", "\x00\x00", "\xd4\xf2", + "\xd4\xf3", "\x68\x73", "\x68\x74", "\x68\x75", "\x4c\x80", "\x68\x72", + "\x00\x00", "\x00\x00", "\x68\x76", "\x68\x77", "\xd4\xf4", "\xd4\xf5", + "\x68\x79", "\x00\x00", "\x68\x78", "\xd4\xf6", "\xd4\xf7", "\xd4\xf8", + "\xd4\xf9", "\xd4\xfa", "\x68\x7b", "\xd4\xfb", "\x00\x00", "\xd4\xfc", + "\x68\x7c", "\x68\x7a", "\x00\x00", "\x00\x00", "\xd4\xfd", "\x00\x00", + "\x00\x00", "\xd4\xfe", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x48\xca", + "\x00\x00", "\xd5\x41", "\xd5\x42", "\xd5\x43", "\xd5\x44", "\x00\x00", + "\xd5\x45", "\x68\x7d", "\xd5\x46", "\xd5\x47", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x68\x7e", "\x5f\xf7", "\xd5\x48", "\x00\x00", + "\x68\x7f", "\xd5\x49", "\xd5\x4a", "\xd5\x4b", "\x00\x00", "\xd5\x4c", + "\x69\x41", "\x69\x42", "\x69\x43", "\x69\x44", "\x69\x45", "\x69\x46", + "\x69\x47", "\x69\x48", "\x69\x49", "\x69\x4a", "\x69\x4b", "\x69\x4c", + "\x69\x4d", "\x69\x4e", "\x69\x4f", "\x69\x50", "\x69\x51", "\x69\x52", + "\x69\x53", "\x69\x54", "\x69\x55", "\x69\x56", "\x69\x57", "\x69\x58", + "\x69\x59", "\x69\x5a", "\x69\x5b", "\x69\x5c", "\x69\x5d", "\x69\x5e", + "\x69\x5f", "\x69\x60", "\x69\x61", "\x69\x62", "\x69\x63", "\x69\x64", + "\x69\x65", "\x69\x66", "\x69\x67", "\x69\x68", "\x69\x69", "\x69\x6a", + "\x69\x6b", "\x69\x6c", "\x69\x6d", "\x69\x6e", "\x69\x6f", "\x69\x70", + "\x69\x71", "\x69\x72", "\x69\x73", "\x69\x74", "\x69\x75", "\x69\x76", + "\x69\x77", "\x69\x78", "\x69\x79", "\x69\x7a", "\x69\x7b", "\x69\x7c", + "\x69\x7d", "\x69\x7e", "\x69\x7f", "\x69\x80", "\x69\x81", "\x69\x82", + "\x69\x83", "\x69\x84", "\x69\x85", "\x69\x86", "\x69\x87", "\x69\x88", + "\x69\x89", "\x69\x8a", "\x69\x8b", "\x69\x8c", "\x69\x8d", "\x69\x8e", + "\x69\x8f", "\x69\x90", "\x69\x91", "\x69\x92", "\x69\x93", "\x69\x94", + "\x69\x95", "\x69\x96", "\x69\x97", "\x69\x98", "\x69\x99", "\x69\x9a", + "\x69\x9b", "\x69\x9c", "\x69\x9d", "\x69\x9e", "\x69\x9f", "\x69\xa0", + "\x69\xa1", "\x69\xa2", "\x69\xa3", "\x69\xa4", "\x69\xa5", "\x69\xa6", + "\x69\xa7", "\x69\xa8", "\x69\xa9", "\x69\xaa", "\x69\xab", "\x69\xac", + "\x69\xad", "\x69\xae", "\x69\xaf", "\x69\xb0", "\x69\xb1", "\x69\xb2", + "\x69\xb3", "\x69\xb4", "\x69\xb5", "\x69\xb6", "\x69\xb7", "\x69\xb8", + "\x69\xb9", "\x69\xba", "\x69\xbb", "\x69\xbc", "\x69\xbd", "\x69\xbe", + "\x69\xbf", "\x69\xc0", "\x69\xc1", "\x69\xc2", "\x69\xc3", "\x69\xc4", + "\x69\xc5", "\x69\xc6", "\x69\xc7", "\x69\xc8", "\x69\xc9", "\x69\xca", + "\x69\xcb", "\x69\xcc", "\x69\xcd", "\x69\xce", "\x69\xcf", "\x69\xd0", + "\x69\xd1", "\x69\xd2", "\x69\xd3", "\x69\xd4", "\x69\xd5", "\x69\xd6", + "\x69\xd7", "\x69\xd8", "\x69\xd9", "\x69\xda", "\x69\xdb", "\x69\xdc", + "\x69\xdd", "\x69\xde", "\x69\xdf", "\x69\xe0", "\x69\xe1", "\x69\xe2", + "\x69\xe3", "\x69\xe4", "\x69\xe5", "\x69\xe6", "\x69\xe7", "\x69\xe8", + "\x69\xe9", "\x69\xea", "\x69\xeb", "\x69\xec", "\x69\xed", "\x69\xee", + "\x69\xef", "\x69\xf0", "\x69\xf1", "\x69\xf2", "\x69\xf3", "\x69\xf4", + "\x69\xf5", "\x69\xf6", "\x69\xf7", "\x69\xf8", "\x69\xf9", "\x69\xfa", + "\x69\xfb", "\x69\xfc", "\x69\xfd", "\x69\xfe", "\x6a\x41", "\x6a\x42", + "\x6a\x43", "\x6a\x44", "\x6a\x45", "\x6a\x46", "\x6a\x47", "\x6a\x48", + "\x6a\x49", "\x6a\x4a", "\x6a\x4b", "\x6a\x4c", "\x6a\x4d", "\x6a\x4e", + "\x6a\x4f", "\x6a\x50", "\x6a\x51", "\x6a\x52", "\x6a\x53", "\x6a\x54", + "\x6a\x55", "\x6a\x56", "\x6a\x57", "\x6a\x58", "\x6a\x59", "\x6a\x5a", + "\x6a\x5b", "\x6a\x5c", "\x6a\x5d", "\x6a\x5e", "\x6a\x5f", "\x6a\x60", + "\x6a\x61", "\x6a\x62", "\x6a\x63", "\x6a\x64", "\x6a\x65", "\x6a\x66", + "\x6a\x67", "\x6a\x68", "\x6a\x69", "\x6a\x6a", "\x6a\x6b", "\x6a\x6c", + "\x6a\x6d", "\x6a\x6e", "\x6a\x6f", "\x6a\x70", "\x6a\x71", "\x6a\x72", + "\x6a\x73", "\x6a\x74", "\x6a\x75", "\x6a\x76", "\x6a\x77", "\x6a\x78", + "\x6a\x79", "\x6a\x7a", "\x6a\x7b", "\x6a\x7c", "\x6a\x7d", "\x6a\x7e", + "\x6a\x7f", "\x6a\x80", "\x6a\x81", "\x6a\x82", "\x6a\x83", "\x6a\x84", + "\x6a\x85", "\x6a\x86", "\x6a\x87", "\x6a\x88", "\x6a\x89", "\x6a\x8a", + "\x6a\x8b", "\x6a\x8c", "\x6a\x8d", "\x6a\x8e", "\x6a\x8f", "\x6a\x90", + "\x6a\x91", "\x6a\x92", "\x6a\x93", "\x6a\x94", "\x6a\x95", "\x6a\x96", + "\x6a\x97", "\x6a\x98", "\x6a\x99", "\x6a\x9a", "\x6a\x9b", "\x6a\x9c", + "\x6a\x9d", "\x6a\x9e", "\x6a\x9f", "\x6a\xa0", "\x6a\xa1", "\x6a\xa2", + "\x6a\xa3", "\x6a\xa4", "\x6a\xa5", "\x6a\xa6", "\x6a\xa7", "\x6a\xa8", + "\x6a\xa9", "\x6a\xaa", "\x6a\xab", "\x6a\xac", "\x6a\xad", "\x6a\xae", + "\x6a\xaf", "\x6a\xb0", "\x6a\xb1", "\x6a\xb2", "\x6a\xb3", "\x6a\xb4", + "\x6a\xb5", "\x6a\xb6", "\x6a\xb7", "\x6a\xb8", "\x6a\xb9", "\x6a\xba", + "\x6a\xbb", "\x6a\xbc", "\x6a\xbd", "\x6a\xbe", "\x6a\xbf", "\x6a\xc0", + "\x6a\xc1", "\x6a\xc2", "\x6a\xc3", "\x6a\xc4", "\x6a\xc5", "\x6a\xc6", + "\x6a\xc7", "\x6a\xc8", "\x6a\xc9", "\x6a\xca", "\x6a\xcb", "\x6a\xcc", + "\x6a\xcd", "\x6a\xce", "\x6a\xcf", "\x6a\xd0", "\x6a\xd1", "\x6a\xd2", + "\x6a\xd3", "\x6a\xd4", "\x6a\xd5", "\x6a\xd6", "\x6a\xd7", "\x6a\xd8", + "\x6a\xd9", "\x6a\xda", "\x6a\xdb", "\x6a\xdc", "\x6a\xdd", "\x6a\xde", + "\x6a\xdf", "\x6a\xe0", "\x6a\xe1", "\x6a\xe2", "\x6a\xe3", "\x6a\xe4", + "\x6a\xe5", "\x6a\xe6", "\x6a\xe7", "\x6a\xe8", "\x6a\xe9", "\x6a\xea", + "\x6a\xeb", "\x6a\xec", "\x6a\xed", "\x6a\xee", "\x6a\xef", "\x6a\xf0", + "\x6a\xf1", "\x6a\xf2", "\x6a\xf3", "\x6a\xf4", "\x6a\xf5", "\x6a\xf6", + "\x6a\xf7", "\x6a\xf8", "\x6a\xf9", "\x6a\xfa", "\x6a\xfb", "\x6a\xfc", + "\x6a\xfd", "\x6a\xfe", "\x6b\x41", "\x6b\x42", "\x6b\x43", "\x6b\x44", + "\x6b\x45", "\x6b\x46", "\x6b\x47", "\x6b\x48", "\x6b\x49", "\x6b\x4a", + "\x6b\x4b", "\x6b\x4c", "\x6b\x4d", "\x6b\x4e", "\x6b\x4f", "\x6b\x50", + "\x6b\x51", "\x6b\x52", "\x6b\x53", "\x6b\x54", "\x6b\x55", "\x6b\x56", + "\x6b\x57", "\x6b\x58", "\x6b\x59", "\x6b\x5a", "\x6b\x5b", "\x6b\x5c", + "\x6b\x5d", "\x6b\x5e", "\x6b\x5f", "\x6b\x60", "\x6b\x61", "\x6b\x62", + "\x6b\x63", "\x6b\x64", "\x6b\x65", "\x6b\x66", "\x6b\x67", "\x6b\x68", + "\x6b\x69", "\x6b\x6a", "\x6b\x6b", "\x6b\x6c", "\x6b\x6d", "\x6b\x6e", + "\x6b\x6f", "\x6b\x70", "\x6b\x71", "\x6b\x72", "\x6b\x73", "\x6b\x74", + "\x6b\x75", "\x6b\x76", "\x6b\x77", "\x6b\x78", "\x6b\x79", "\x6b\x7a", + "\x6b\x7b", "\x6b\x7c", "\x6b\x7d", "\x6b\x7e", "\x6b\x7f", "\x6b\x80", + "\x6b\x81", "\x6b\x82", "\x6b\x83", "\x6b\x84", "\x6b\x85", "\x6b\x86", + "\x6b\x87", "\x6b\x88", "\x6b\x89", "\x6b\x8a", "\x6b\x8b", "\x6b\x8c", + "\x6b\x8d", "\x6b\x8e", "\x6b\x8f", "\x6b\x90", "\x6b\x91", "\x6b\x92", + "\x6b\x93", "\x6b\x94", "\x6b\x95", "\x6b\x96", "\x6b\x97", "\x6b\x98", + "\x6b\x99", "\x6b\x9a", "\x6b\x9b", "\x6b\x9c", "\x6b\x9d", "\x6b\x9e", + "\x6b\x9f", "\x6b\xa0", "\x6b\xa1", "\x6b\xa2", "\x6b\xa3", "\x6b\xa4", + "\x6b\xa5", "\x6b\xa6", "\x6b\xa7", "\x6b\xa8", "\x6b\xa9", "\x6b\xaa", + "\x6b\xab", "\x6b\xac", "\x6b\xad", "\x6b\xae", "\x6b\xaf", "\x6b\xb0", + "\x6b\xb1", "\x6b\xb2", "\x6b\xb3", "\x6b\xb4", "\x6b\xb5", "\x6b\xb6", + "\x6b\xb7", "\x6b\xb8", "\x6b\xb9", "\x6b\xba", "\x6b\xbb", "\x6b\xbc", + "\x6b\xbd", "\x6b\xbe", "\x6b\xbf", "\x6b\xc0", "\x6b\xc1", "\x6b\xc2", + "\x6b\xc3", "\x6b\xc4", "\x6b\xc5", "\x6b\xc6", "\x6b\xc7", "\x6b\xc8", + "\x6b\xc9", "\x6b\xca", "\x6b\xcb", "\x6b\xcc", "\x6b\xcd", "\x6b\xce", + "\x6b\xcf", "\x6b\xd0", "\x6b\xd1", "\x6b\xd2", "\x6b\xd3", "\x6b\xd4", + "\x6b\xd5", "\x6b\xd6", "\x6b\xd7", "\x6b\xd8", "\x6b\xd9", "\x6b\xda", + "\x6b\xdb", "\x6b\xdc", "\x6b\xdd", "\x6b\xde", "\x6b\xdf", "\x6b\xe0", + "\x6b\xe1", "\x6b\xe2", "\x6b\xe3", "\x6b\xe4", "\x6b\xe5", "\x6b\xe6", + "\x6b\xe7", "\x6b\xe8", "\x6b\xe9", "\x6b\xea", "\x6b\xeb", "\x6b\xec", + "\x6b\xed", "\x6b\xee", "\x6b\xef", "\x6b\xf0", "\x6b\xf1", "\x6b\xf2", + "\x6b\xf3", "\x6b\xf4", "\x6b\xf5", "\x6b\xf6", "\x6b\xf7", "\x6b\xf8", + "\x6b\xf9", "\x6b\xfa", "\x6b\xfb", "\x6b\xfc", "\x6b\xfd", "\x6b\xfe", + "\x6c\x41", "\x6c\x42", "\x6c\x43", "\x6c\x44", "\x6c\x45", "\x6c\x46", + "\x6c\x47", "\x6c\x48", "\x6c\x49", "\x6c\x4a", "\x6c\x4b", "\x6c\x4c", + "\x6c\x4d", "\x6c\x4e", "\x6c\x4f", "\x6c\x50", "\x6c\x51", "\x6c\x52", + "\x6c\x53", "\x6c\x54", "\x6c\x55", "\x6c\x56", "\x6c\x57", "\x6c\x58", + "\x6c\x59", "\x6c\x5a", "\x6c\x5b", "\x6c\x5c", "\x6c\x5d", "\x6c\x5e", + "\x6c\x5f", "\x6c\x60", "\x6c\x61", "\x6c\x62", "\x6c\x63", "\x6c\x64", + "\x6c\x65", "\x6c\x66", "\x6c\x67", "\x6c\x68", "\x6c\x69", "\x6c\x6a", + "\x6c\x6b", "\x6c\x6c", "\x6c\x6d", "\x6c\x6e", "\x6c\x6f", "\x6c\x70", + "\x6c\x71", "\x6c\x72", "\x6c\x73", "\x6c\x74", "\x6c\x75", "\x6c\x76", + "\x6c\x77", "\x6c\x78", "\x6c\x79", "\x6c\x7a", "\x6c\x7b", "\x6c\x7c", + "\x6c\x7d", "\x6c\x7e", "\x6c\x7f", "\x6c\x80", "\x6c\x81", "\x6c\x82", + "\x6c\x83", "\x6c\x84", "\x6c\x85", "\x6c\x86", "\x6c\x87", "\x6c\x88", + "\x6c\x89", "\x6c\x8a", "\x6c\x8b", "\x6c\x8c", "\x6c\x8d", "\x6c\x8e", + "\x6c\x8f", "\x6c\x90", "\x6c\x91", "\x6c\x92", "\x6c\x93", "\x6c\x94", + "\x6c\x95", "\x6c\x96", "\x6c\x97", "\x6c\x98", "\x6c\x99", "\x6c\x9a", + "\x6c\x9b", "\x6c\x9c", "\x6c\x9d", "\x6c\x9e", "\x6c\x9f", "\x6c\xa0", + "\x6c\xa1", "\x6c\xa2", "\x6c\xa3", "\x6c\xa4", "\x6c\xa5", "\x6c\xa6", + "\x6c\xa7", "\x6c\xa8", "\x6c\xa9", "\x6c\xaa", "\x6c\xab", "\x6c\xac", + "\x6c\xad", "\x6c\xae", "\x6c\xaf", "\x6c\xb0", "\x6c\xb1", "\x6c\xb2", + "\x6c\xb3", "\x6c\xb4", "\x6c\xb5", "\x6c\xb6", "\x6c\xb7", "\x6c\xb8", + "\x6c\xb9", "\x6c\xba", "\x6c\xbb", "\x6c\xbc", "\x6c\xbd", "\x6c\xbe", + "\x6c\xbf", "\x6c\xc0", "\x6c\xc1", "\x6c\xc2", "\x6c\xc3", "\x6c\xc4", + "\x6c\xc5", "\x6c\xc6", "\x6c\xc7", "\x6c\xc8", "\x6c\xc9", "\x6c\xca", + "\x6c\xcb", "\x6c\xcc", "\x6c\xcd", "\x6c\xce", "\x6c\xcf", "\x6c\xd0", + "\x6c\xd1", "\x6c\xd2", "\x6c\xd3", "\x6c\xd4", "\x6c\xd5", "\x6c\xd6", + "\x6c\xd7", "\x6c\xd8", "\x6c\xd9", "\x6c\xda", "\x6c\xdb", "\x6c\xdc", + "\x6c\xdd", "\x6c\xde", "\x6c\xdf", "\x6c\xe0", "\x6c\xe1", "\x6c\xe2", + "\x6c\xe3", "\x6c\xe4", "\x6c\xe5", "\x6c\xe6", "\x6c\xe7", "\x6c\xe8", + "\x6c\xe9", "\x6c\xea", "\x6c\xeb", "\x6c\xec", "\x6c\xed", "\x6c\xee", + "\x6c\xef", "\x6c\xf0", "\x6c\xf1", "\x6c\xf2", "\x6c\xf3", "\x6c\xf4", + "\x6c\xf5", "\x6c\xf6", "\x6c\xf7", "\x6c\xf8", "\x6c\xf9", "\x6c\xfa", + "\x6c\xfb", "\x6c\xfc", "\x6c\xfd", "\x6c\xfe", "\x6d\x41", "\x6d\x42", + "\x6d\x43", "\x6d\x44", "\x6d\x45", "\x6d\x46", "\x6d\x47", "\x6d\x48", + "\x6d\x49", "\x6d\x4a", "\x6d\x4b", "\x6d\x4c", "\x6d\x4d", "\x6d\x4e", + "\x6d\x4f", "\x6d\x50", "\x6d\x51", "\x6d\x52", "\x6d\x53", "\x6d\x54", + "\x6d\x55", "\x6d\x56", "\x6d\x57", "\x6d\x58", "\x6d\x59", "\x6d\x5a", + "\x6d\x5b", "\x6d\x5c", "\x6d\x5d", "\x6d\x5e", "\x6d\x5f", "\x6d\x60", + "\x6d\x61", "\x6d\x62", "\x6d\x63", "\x6d\x64", "\x6d\x65", "\x6d\x66", + "\x6d\x67", "\x6d\x68", "\x6d\x69", "\x6d\x6a", "\x6d\x6b", "\x6d\x6c", + "\x6d\x6d", "\x6d\x6e", "\x6d\x6f", "\x6d\x70", "\x6d\x71", "\x6d\x72", + "\x6d\x73", "\x6d\x74", "\x6d\x75", "\x6d\x76", "\x6d\x77", "\x6d\x78", + "\x6d\x79", "\x6d\x7a", "\x6d\x7b", "\x6d\x7c", "\x6d\x7d", "\x6d\x7e", + "\x6d\x7f", "\x6d\x80", "\x6d\x81", "\x6d\x82", "\x6d\x83", "\x6d\x84", + "\x6d\x85", "\x6d\x86", "\x6d\x87", "\x6d\x88", "\x6d\x89", "\x6d\x8a", + "\x6d\x8b", "\x6d\x8c", "\x6d\x8d", "\x6d\x8e", "\x6d\x8f", "\x6d\x90", + "\x6d\x91", "\x6d\x92", "\x6d\x93", "\x6d\x94", "\x6d\x95", "\x6d\x96", + "\x6d\x97", "\x6d\x98", "\x6d\x99", "\x6d\x9a", "\x6d\x9b", "\x6d\x9c", + "\x6d\x9d", "\x6d\x9e", "\x6d\x9f", "\x6d\xa0", "\x6d\xa1", "\x6d\xa2", + "\x6d\xa3", "\x6d\xa4", "\x6d\xa5", "\x6d\xa6", "\x6d\xa7", "\x6d\xa8", + "\x6d\xa9", "\x6d\xaa", "\x6d\xab", "\x6d\xac", "\x6d\xad", "\x6d\xae", + "\x6d\xaf", "\x6d\xb0", "\x6d\xb1", "\x6d\xb2", "\x6d\xb3", "\x6d\xb4", + "\x6d\xb5", "\x6d\xb6", "\x6d\xb7", "\x6d\xb8", "\x6d\xb9", "\x6d\xba", + "\x6d\xbb", "\x6d\xbc", "\x6d\xbd", "\x6d\xbe", "\x6d\xbf", "\x6d\xc0", + "\x6d\xc1", "\x6d\xc2", "\x6d\xc3", "\x6d\xc4", "\x6d\xc5", "\x6d\xc6", + "\x6d\xc7", "\x6d\xc8", "\x6d\xc9", "\x6d\xca", "\x6d\xcb", "\x6d\xcc", + "\x6d\xcd", "\x6d\xce", "\x6d\xcf", "\x6d\xd0", "\x6d\xd1", "\x6d\xd2", + "\x6d\xd3", "\x6d\xd4", "\x6d\xd5", "\x6d\xd6", "\x6d\xd7", "\x6d\xd8", + "\x6d\xd9", "\x6d\xda", "\x6d\xdb", "\x6d\xdc", "\x6d\xdd", "\x6d\xde", + "\x6d\xdf", "\x6d\xe0", "\x6d\xe1", "\x6d\xe2", "\x6d\xe3", "\x6d\xe4", + "\x6d\xe5", "\x6d\xe6", "\x6d\xe7", "\x6d\xe8", "\x6d\xe9", "\x6d\xea", + "\x6d\xeb", "\x6d\xec", "\x6d\xed", "\x6d\xee", "\x6d\xef", "\x6d\xf0", + "\x6d\xf1", "\x6d\xf2", "\x6d\xf3", "\x6d\xf4", "\x6d\xf5", "\x6d\xf6", + "\x6d\xf7", "\x6d\xf8", "\x6d\xf9", "\x6d\xfa", "\x6d\xfb", "\x6d\xfc", + "\x6d\xfd", "\x6d\xfe", "\x6e\x41", "\x6e\x42", "\x6e\x43", "\x6e\x44", + "\x6e\x45", "\x6e\x46", "\x6e\x47", "\x6e\x48", "\x6e\x49", "\x6e\x4a", + "\x6e\x4b", "\x6e\x4c", "\x6e\x4d", "\x6e\x4e", "\x6e\x4f", "\x6e\x50", + "\x6e\x51", "\x6e\x52", "\x6e\x53", "\x6e\x54", "\x6e\x55", "\x6e\x56", + "\x6e\x57", "\x6e\x58", "\x6e\x59", "\x6e\x5a", "\x6e\x5b", "\x6e\x5c", + "\x6e\x5d", "\x6e\x5e", "\x6e\x5f", "\x6e\x60", "\x6e\x61", "\x6e\x62", + "\x6e\x63", "\x6e\x64", "\x6e\x65", "\x6e\x66", "\x6e\x67", "\x6e\x68", + "\x6e\x69", "\x6e\x6a", "\x6e\x6b", "\x6e\x6c", "\x6e\x6d", "\x6e\x6e", + "\x6e\x6f", "\x6e\x70", "\x6e\x71", "\x6e\x72", "\x6e\x73", "\x6e\x74", + "\x6e\x75", "\x6e\x76", "\x6e\x77", "\x6e\x78", "\x6e\x79", "\x6e\x7a", + "\x6e\x7b", "\x6e\x7c", "\x6e\x7d", "\x6e\x7e", "\x6e\x7f", "\x6e\x80", + "\x6e\x81", "\x6e\x82", "\x6e\x83", "\x6e\x84", "\x6e\x85", "\x6e\x86", + "\x6e\x87", "\x6e\x88", "\x6e\x89", "\x6e\x8a", "\x6e\x8b", "\x6e\x8c", + "\x6e\x8d", "\x6e\x8e", "\x6e\x8f", "\x6e\x90", "\x6e\x91", "\x6e\x92", + "\x6e\x93", "\x6e\x94", "\x6e\x95", "\x6e\x96", "\x6e\x97", "\x6e\x98", + "\x6e\x99", "\x6e\x9a", "\x6e\x9b", "\x6e\x9c", "\x6e\x9d", "\x6e\x9e", + "\x6e\x9f", "\x6e\xa0", "\x6e\xa1", "\x6e\xa2", "\x6e\xa3", "\x6e\xa4", + "\x6e\xa5", "\x6e\xa6", "\x6e\xa7", "\x6e\xa8", "\x6e\xa9", "\x6e\xaa", + "\x6e\xab", "\x6e\xac", "\x6e\xad", "\x6e\xae", "\x6e\xaf", "\x6e\xb0", + "\x6e\xb1", "\x6e\xb2", "\x6e\xb3", "\x6e\xb4", "\x6e\xb5", "\x6e\xb6", + "\x6e\xb7", "\x6e\xb8", "\x6e\xb9", "\x6e\xba", "\x6e\xbb", "\x6e\xbc", + "\x6e\xbd", "\x6e\xbe", "\x6e\xbf", "\x6e\xc0", "\x6e\xc1", "\x6e\xc2", + "\x6e\xc3", "\x6e\xc4", "\x6e\xc5", "\x6e\xc6", "\x6e\xc7", "\x6e\xc8", + "\x6e\xc9", "\x6e\xca", "\x6e\xcb", "\x6e\xcc", "\x6e\xcd", "\x6e\xce", + "\x6e\xcf", "\x6e\xd0", "\x6e\xd1", "\x6e\xd2", "\x6e\xd3", "\x6e\xd4", + "\x6e\xd5", "\x6e\xd6", "\x6e\xd7", "\x6e\xd8", "\x6e\xd9", "\x6e\xda", + "\x6e\xdb", "\x6e\xdc", "\x6e\xdd", "\x6e\xde", "\x6e\xdf", "\x6e\xe0", + "\x6e\xe1", "\x6e\xe2", "\x6e\xe3", "\x6e\xe4", "\x6e\xe5", "\x6e\xe6", + "\x6e\xe7", "\x6e\xe8", "\x6e\xe9", "\x6e\xea", "\x6e\xeb", "\x6e\xec", + "\x6e\xed", "\x6e\xee", "\x6e\xef", "\x6e\xf0", "\x6e\xf1", "\x6e\xf2", + "\x6e\xf3", "\x6e\xf4", "\x6e\xf5", "\x6e\xf6", "\x6e\xf7", "\x6e\xf8", + "\x6e\xf9", "\x6e\xfa", "\x6e\xfb", "\x6e\xfc", "\x6e\xfd", "\x6e\xfe", + "\x6f\x41", "\x6f\x42", "\x6f\x43", "\x6f\x44", "\x6f\x45", "\x6f\x46", + "\x6f\x47", "\x6f\x48", "\x6f\x49", "\x6f\x4a", "\x6f\x4b", "\x6f\x4c", + "\x6f\x4d", "\x6f\x4e", "\x6f\x4f", "\x6f\x50", "\x6f\x51", "\x6f\x52", + "\x6f\x53", "\x6f\x54", "\x6f\x55", "\x6f\x56", "\x6f\x57", "\x6f\x58", + "\x6f\x59", "\x6f\x5a", "\x6f\x5b", "\x6f\x5c", "\x6f\x5d", "\x6f\x5e", + "\x6f\x5f", "\x6f\x60", "\x6f\x61", "\x6f\x62", "\x6f\x63", "\x6f\x64", + "\x6f\x65", "\x6f\x66", "\x6f\x67", "\x6f\x68", "\x6f\x69", "\x6f\x6a", + "\x6f\x6b", "\x6f\x6c", "\x6f\x6d", "\x6f\x6e", "\x6f\x6f", "\x6f\x70", + "\x6f\x71", "\x6f\x72", "\x6f\x73", "\x6f\x74", "\x6f\x75", "\x6f\x76", + "\x6f\x77", "\x6f\x78", "\x6f\x79", "\x6f\x7a", "\x6f\x7b", "\x6f\x7c", + "\x6f\x7d", "\x6f\x7e", "\x6f\x7f", "\x6f\x80", "\x6f\x81", "\x6f\x82", + "\x6f\x83", "\x6f\x84", "\x6f\x85", "\x6f\x86", "\x6f\x87", "\x6f\x88", + "\x6f\x89", "\x6f\x8a", "\x6f\x8b", "\x6f\x8c", "\x6f\x8d", "\x6f\x8e", + "\x6f\x8f", "\x6f\x90", "\x6f\x91", "\x6f\x92", "\x6f\x93", "\x6f\x94", + "\x6f\x95", "\x6f\x96", "\x6f\x97", "\x6f\x98", "\x6f\x99", "\x6f\x9a", + "\x6f\x9b", "\x6f\x9c", "\x6f\x9d", "\x6f\x9e", "\x6f\x9f", "\x6f\xa0", + "\x6f\xa1", "\x6f\xa2", "\x6f\xa3", "\x6f\xa4", "\x6f\xa5", "\x6f\xa6", + "\x6f\xa7", "\x6f\xa8", "\x6f\xa9", "\x6f\xaa", "\x6f\xab", "\x6f\xac", + "\x6f\xad", "\x6f\xae", "\x6f\xaf", "\x6f\xb0", "\x6f\xb1", "\x6f\xb2", + "\x6f\xb3", "\x6f\xb4", "\x6f\xb5", "\x6f\xb6", "\x6f\xb7", "\x6f\xb8", + "\x6f\xb9", "\x6f\xba", "\x6f\xbb", "\x6f\xbc", "\x6f\xbd", "\x6f\xbe", + "\x6f\xbf", "\x6f\xc0", "\x6f\xc1", "\x6f\xc2", "\x6f\xc3", "\x6f\xc4", + "\x6f\xc5", "\x6f\xc6", "\x6f\xc7", "\x6f\xc8", "\x6f\xc9", "\x6f\xca", + "\x6f\xcb", "\x6f\xcc", "\x6f\xcd", "\x6f\xce", "\x6f\xcf", "\x6f\xd0", + "\x6f\xd1", "\x6f\xd2", "\x6f\xd3", "\x6f\xd4", "\x6f\xd5", "\x6f\xd6", + "\x6f\xd7", "\x6f\xd8", "\x6f\xd9", "\x6f\xda", "\x6f\xdb", "\x6f\xdc", + "\x6f\xdd", "\x6f\xde", "\x6f\xdf", "\x6f\xe0", "\x6f\xe1", "\x6f\xe2", + "\x6f\xe3", "\x6f\xe4", "\x6f\xe5", "\x6f\xe6", "\x6f\xe7", "\x6f\xe8", + "\x6f\xe9", "\x6f\xea", "\x6f\xeb", "\x6f\xec", "\x6f\xed", "\x6f\xee", + "\x6f\xef", "\x6f\xf0", "\x6f\xf1", "\x6f\xf2", "\x6f\xf3", "\x6f\xf4", + "\x6f\xf5", "\x6f\xf6", "\x6f\xf7", "\x6f\xf8", "\x6f\xf9", "\x6f\xfa", + "\x6f\xfb", "\x6f\xfc", "\x6f\xfd", "\x6f\xfe", "\x70\x41", "\x70\x42", + "\x70\x43", "\x70\x44", "\x70\x45", "\x70\x46", "\x70\x47", "\x70\x48", + "\x70\x49", "\x70\x4a", "\x70\x4b", "\x70\x4c", "\x70\x4d", "\x70\x4e", + "\x70\x4f", "\x70\x50", "\x70\x51", "\x70\x52", "\x70\x53", "\x70\x54", + "\x70\x55", "\x70\x56", "\x70\x57", "\x70\x58", "\x70\x59", "\x70\x5a", + "\x70\x5b", "\x70\x5c", "\x70\x5d", "\x70\x5e", "\x70\x5f", "\x70\x60", + "\x70\x61", "\x70\x62", "\x70\x63", "\x70\x64", "\x70\x65", "\x70\x66", + "\x70\x67", "\x70\x68", "\x70\x69", "\x70\x6a", "\x70\x6b", "\x70\x6c", + "\x70\x6d", "\x70\x6e", "\x70\x6f", "\x70\x70", "\x70\x71", "\x70\x72", + "\x70\x73", "\x70\x74", "\x70\x75", "\x70\x76", "\x70\x77", "\x70\x78", + "\x70\x79", "\x70\x7a", "\x70\x7b", "\x70\x7c", "\x70\x7d", "\x70\x7e", + "\x70\x7f", "\x70\x80", "\x70\x81", "\x70\x82", "\x70\x83", "\x70\x84", + "\x70\x85", "\x70\x86", "\x70\x87", "\x70\x88", "\x70\x89", "\x70\x8a", + "\x70\x8b", "\x70\x8c", "\x70\x8d", "\x70\x8e", "\x70\x8f", "\x70\x90", + "\x70\x91", "\x70\x92", "\x70\x93", "\x70\x94", "\x70\x95", "\x70\x96", + "\x70\x97", "\x70\x98", "\x70\x99", "\x70\x9a", "\x70\x9b", "\x70\x9c", + "\x70\x9d", "\x70\x9e", "\x70\x9f", "\x70\xa0", "\x70\xa1", "\x70\xa2", + "\x70\xa3", "\x70\xa4", "\x70\xa5", "\x70\xa6", "\x70\xa7", "\x70\xa8", + "\x70\xa9", "\x70\xaa", "\x70\xab", "\x70\xac", "\x70\xad", "\x70\xae", + "\x70\xaf", "\x70\xb0", "\x70\xb1", "\x70\xb2", "\x70\xb3", "\x70\xb4", + "\x70\xb5", "\x70\xb6", "\x70\xb7", "\x70\xb8", "\x70\xb9", "\x70\xba", + "\x70\xbb", "\x70\xbc", "\x70\xbd", "\x70\xbe", "\x70\xbf", "\x70\xc0", + "\x70\xc1", "\x70\xc2", "\x70\xc3", "\x70\xc4", "\x70\xc5", "\x70\xc6", + "\x70\xc7", "\x70\xc8", "\x70\xc9", "\x70\xca", "\x70\xcb", "\x70\xcc", + "\x70\xcd", "\x70\xce", "\x70\xcf", "\x70\xd0", "\x70\xd1", "\x70\xd2", + "\x70\xd3", "\x70\xd4", "\x70\xd5", "\x70\xd6", "\x70\xd7", "\x70\xd8", + "\x70\xd9", "\x70\xda", "\x70\xdb", "\x70\xdc", "\x70\xdd", "\x70\xde", + "\x70\xdf", "\x70\xe0", "\x70\xe1", "\x70\xe2", "\x70\xe3", "\x70\xe4", + "\x70\xe5", "\x70\xe6", "\x70\xe7", "\x70\xe8", "\x70\xe9", "\x70\xea", + "\x70\xeb", "\x70\xec", "\x70\xed", "\x70\xee", "\x70\xef", "\x70\xf0", + "\x70\xf1", "\x70\xf2", "\x70\xf3", "\x70\xf4", "\x70\xf5", "\x70\xf6", + "\x70\xf7", "\x70\xf8", "\x70\xf9", "\x70\xfa", "\x70\xfb", "\x70\xfc", + "\x70\xfd", "\x70\xfe", "\x71\x41", "\x71\x42", "\x71\x43", "\x71\x44", + "\x71\x45", "\x71\x46", "\x71\x47", "\x71\x48", "\x71\x49", "\x71\x4a", + "\x71\x4b", "\x71\x4c", "\x71\x4d", "\x71\x4e", "\x71\x4f", "\x71\x50", + "\x71\x51", "\x71\x52", "\x71\x53", "\x71\x54", "\x71\x55", "\x71\x56", + "\x71\x57", "\x71\x58", "\x71\x59", "\x71\x5a", "\x71\x5b", "\x71\x5c", + "\x71\x5d", "\x71\x5e", "\x71\x5f", "\x71\x60", "\x71\x61", "\x71\x62", + "\x71\x63", "\x71\x64", "\x71\x65", "\x71\x66", "\x71\x67", "\x71\x68", + "\x71\x69", "\x71\x6a", "\x71\x6b", "\x71\x6c", "\x71\x6d", "\x71\x6e", + "\x71\x6f", "\x71\x70", "\x71\x71", "\x71\x72", "\x71\x73", "\x71\x74", + "\x71\x75", "\x71\x76", "\x71\x77", "\x71\x78", "\x71\x79", "\x71\x7a", + "\x71\x7b", "\x71\x7c", "\x71\x7d", "\x71\x7e", "\x71\x7f", "\x71\x80", + "\x71\x81", "\x71\x82", "\x71\x83", "\x71\x84", "\x71\x85", "\x71\x86", + "\x71\x87", "\x71\x88", "\x71\x89", "\x71\x8a", "\x71\x8b", "\x71\x8c", + "\x71\x8d", "\x71\x8e", "\x71\x8f", "\x71\x90", "\x71\x91", "\x71\x92", + "\x71\x93", "\x71\x94", "\x71\x95", "\x71\x96", "\x71\x97", "\x71\x98", + "\x71\x99", "\x71\x9a", "\x71\x9b", "\x71\x9c", "\x71\x9d", "\x71\x9e", + "\x71\x9f", "\x71\xa0", "\x71\xa1", "\x71\xa2", "\x71\xa3", "\x71\xa4", + "\x71\xa5", "\x71\xa6", "\x71\xa7", "\x71\xa8", "\x71\xa9", "\x71\xaa", + "\x71\xab", "\x71\xac", "\x71\xad", "\x71\xae", "\x71\xaf", "\x71\xb0", + "\x71\xb1", "\x71\xb2", "\x71\xb3", "\x71\xb4", "\x71\xb5", "\x71\xb6", + "\x71\xb7", "\x71\xb8", "\x71\xb9", "\x71\xba", "\x71\xbb", "\x71\xbc", + "\x71\xbd", "\x71\xbe", "\x71\xbf", "\x71\xc0", "\x71\xc1", "\x71\xc2", + "\x71\xc3", "\x71\xc4", "\x71\xc5", "\x71\xc6", "\x71\xc7", "\x71\xc8", + "\x71\xc9", "\x71\xca", "\x71\xcb", "\x71\xcc", "\x71\xcd", "\x71\xce", + "\x71\xcf", "\x71\xd0", "\x71\xd1", "\x71\xd2", "\x71\xd3", "\x71\xd4", + "\x71\xd5", "\x71\xd6", "\x71\xd7", "\x71\xd8", "\x71\xd9", "\x71\xda", + "\x71\xdb", "\x71\xdc", "\x71\xdd", "\x71\xde", "\x71\xdf", "\x71\xe0", + "\x71\xe1", "\x71\xe2", "\x71\xe3", "\x71\xe4", "\x71\xe5", "\x71\xe6", + "\x71\xe7", "\x71\xe8", "\x71\xe9", "\x71\xea", "\x71\xeb", "\x71\xec", + "\x71\xed", "\x71\xee", "\x71\xef", "\x71\xf0", "\x71\xf1", "\x71\xf2", + "\x71\xf3", "\x71\xf4", "\x71\xf5", "\x71\xf6", "\x71\xf7", "\x71\xf8", + "\x71\xf9", "\x71\xfa", "\x71\xfb", "\x71\xfc", "\x71\xfd", "\x71\xfe", + "\x72\x41", "\x72\x42", "\x72\x43", "\x72\x44", "\x72\x45", "\x72\x46", + "\x72\x47", "\x72\x48", "\x72\x49", "\x72\x4a", "\x72\x4b", "\x72\x4c", + "\x72\x4d", "\x72\x4e", "\x72\x4f", "\x72\x50", "\x72\x51", "\x72\x52", + "\x72\x53", "\x72\x54", "\x72\x55", "\x72\x56", "\x72\x57", "\x72\x58", + "\x72\x59", "\x72\x5a", "\x72\x5b", "\x72\x5c", "\x72\x5d", "\x72\x5e", + "\x72\x5f", "\x72\x60", "\x72\x61", "\x72\x62", "\x72\x63", "\x72\x64", + "\x72\x65", "\x72\x66", "\x72\x67", "\x72\x68", "\x72\x69", "\x72\x6a", + "\x72\x6b", "\x72\x6c", "\x72\x6d", "\x72\x6e", "\x72\x6f", "\x72\x70", + "\x72\x71", "\x72\x72", "\x72\x73", "\x72\x74", "\x72\x75", "\x72\x76", + "\x72\x77", "\x72\x78", "\x72\x79", "\x72\x7a", "\x72\x7b", "\x72\x7c", + "\x72\x7d", "\x72\x7e", "\x72\x7f", "\x72\x80", "\x72\x81", "\x72\x82", + "\x72\x83", "\x72\x84", "\x72\x85", "\x72\x86", "\x72\x87", "\x72\x88", + "\x72\x89", "\x72\x8a", "\x72\x8b", "\x72\x8c", "\x72\x8d", "\x72\x8e", + "\x72\x8f", "\x72\x90", "\x72\x91", "\x72\x92", "\x72\x93", "\x72\x94", + "\x72\x95", "\x72\x96", "\x72\x97", "\x72\x98", "\x72\x99", "\x72\x9a", + "\x72\x9b", "\x72\x9c", "\x72\x9d", "\x72\x9e", "\x72\x9f", "\x72\xa0", + "\x72\xa1", "\x72\xa2", "\x72\xa3", "\x72\xa4", "\x72\xa5", "\x72\xa6", + "\x72\xa7", "\x72\xa8", "\x72\xa9", "\x72\xaa", "\x72\xab", "\x72\xac", + "\x72\xad", "\x72\xae", "\x72\xaf", "\x72\xb0", "\x72\xb1", "\x72\xb2", + "\x72\xb3", "\x72\xb4", "\x72\xb5", "\x72\xb6", "\x72\xb7", "\x72\xb8", + "\x72\xb9", "\x72\xba", "\x72\xbb", "\x72\xbc", "\x72\xbd", "\x72\xbe", + "\x72\xbf", "\x72\xc0", "\x72\xc1", "\x72\xc2", "\x72\xc3", "\x72\xc4", + "\x72\xc5", "\x72\xc6", "\x72\xc7", "\x72\xc8", "\x72\xc9", "\x72\xca", + "\x72\xcb", "\x72\xcc", "\x72\xcd", "\x72\xce", "\x72\xcf", "\x72\xd0", + "\x72\xd1", "\x72\xd2", "\x72\xd3", "\x72\xd4", "\x72\xd5", "\x72\xd6", + "\x72\xd7", "\x72\xd8", "\x72\xd9", "\x72\xda", "\x72\xdb", "\x72\xdc", + "\x72\xdd", "\x72\xde", "\x72\xdf", "\x72\xe0", "\x72\xe1", "\x72\xe2", + "\x72\xe3", "\x72\xe4", "\x72\xe5", "\x72\xe6", "\x72\xe7", "\x72\xe8", + "\x72\xe9", "\x72\xea", "\x72\xeb", "\x72\xec", "\x72\xed", "\x72\xee", + "\x72\xef", "\x72\xf0", "\x72\xf1", "\x72\xf2", "\x72\xf3", "\x72\xf4", + "\x72\xf5", "\x72\xf6", "\x72\xf7", "\x72\xf8", "\x72\xf9", "\x72\xfa", + "\x72\xfb", "\x72\xfc", "\x72\xfd", "\x72\xfe", "\x73\x41", "\x73\x42", + "\x73\x43", "\x73\x44", "\x73\x45", "\x73\x46", "\x73\x47", "\x73\x48", + "\x73\x49", "\x73\x4a", "\x73\x4b", "\x73\x4c", "\x73\x4d", "\x73\x4e", + "\x73\x4f", "\x73\x50", "\x73\x51", "\x73\x52", "\x73\x53", "\x73\x54", + "\x73\x55", "\x73\x56", "\x73\x57", "\x73\x58", "\x73\x59", "\x73\x5a", + "\x73\x5b", "\x73\x5c", "\x73\x5d", "\x73\x5e", "\x73\x5f", "\x73\x60", + "\x73\x61", "\x73\x62", "\x73\x63", "\x73\x64", "\x73\x65", "\x73\x66", + "\x73\x67", "\x73\x68", "\x73\x69", "\x73\x6a", "\x73\x6b", "\x73\x6c", + "\x73\x6d", "\x73\x6e", "\x73\x6f", "\x73\x70", "\x73\x71", "\x73\x72", + "\x73\x73", "\x73\x74", "\x73\x75", "\x73\x76", "\x73\x77", "\x73\x78", + "\x73\x79", "\x73\x7a", "\x73\x7b", "\x73\x7c", "\x73\x7d", "\x73\x7e", + "\x73\x7f", "\x73\x80", "\x73\x81", "\x73\x82", "\x73\x83", "\x73\x84", + "\x73\x85", "\x73\x86", "\x73\x87", "\x73\x88", "\x73\x89", "\x73\x8a", + "\x73\x8b", "\x73\x8c", "\x73\x8d", "\x73\x8e", "\x73\x8f", "\x73\x90", + "\x73\x91", "\x73\x92", "\x73\x93", "\x73\x94", "\x73\x95", "\x73\x96", + "\x73\x97", "\x73\x98", "\x73\x99", "\x73\x9a", "\x73\x9b", "\x73\x9c", + "\x73\x9d", "\x73\x9e", "\x73\x9f", "\x73\xa0", "\x73\xa1", "\x73\xa2", + "\x73\xa3", "\x73\xa4", "\x73\xa5", "\x73\xa6", "\x73\xa7", "\x73\xa8", + "\x73\xa9", "\x73\xaa", "\x73\xab", "\x73\xac", "\x73\xad", "\x73\xae", + "\x73\xaf", "\x73\xb0", "\x73\xb1", "\x73\xb2", "\x73\xb3", "\x73\xb4", + "\x73\xb5", "\x73\xb6", "\x73\xb7", "\x73\xb8", "\x73\xb9", "\x73\xba", + "\x73\xbb", "\x73\xbc", "\x73\xbd", "\x73\xbe", "\x73\xbf", "\x73\xc0", + "\x73\xc1", "\x73\xc2", "\x73\xc3", "\x73\xc4", "\x73\xc5", "\x73\xc6", + "\x73\xc7", "\x73\xc8", "\x73\xc9", "\x73\xca", "\x73\xcb", "\x73\xcc", + "\x73\xcd", "\x73\xce", "\x73\xcf", "\x73\xd0", "\x73\xd1", "\x73\xd2", + "\x73\xd3", "\x73\xd4", "\x73\xd5", "\x73\xd6", "\x73\xd7", "\x73\xd8", + "\x73\xd9", "\x73\xda", "\x73\xdb", "\x73\xdc", "\x73\xdd", "\x73\xde", + "\x73\xdf", "\x73\xe0", "\x73\xe1", "\x73\xe2", "\x73\xe3", "\x73\xe4", + "\x73\xe5", "\x73\xe6", "\x73\xe7", "\x73\xe8", "\x73\xe9", "\x73\xea", + "\x73\xeb", "\x73\xec", "\x73\xed", "\x73\xee", "\x73\xef", "\x73\xf0", + "\x73\xf1", "\x73\xf2", "\x73\xf3", "\x73\xf4", "\x73\xf5", "\x73\xf6", + "\x73\xf7", "\x73\xf8", "\x73\xf9", "\x73\xfa", "\x73\xfb", "\x73\xfc", + "\x73\xfd", "\x73\xfe", "\x74\x41", "\x74\x42", "\x74\x43", "\x74\x44", + "\x74\x45", "\x74\x46", "\x74\x47", "\x74\x48", "\x74\x49", "\x74\x4a", + "\x74\x4b", "\x74\x4c", "\x74\x4d", "\x74\x4e", "\x74\x4f", "\x74\x50", + "\x74\x51", "\x74\x52", "\x74\x53", "\x74\x54", "\x74\x55", "\x74\x56", + "\x74\x57", "\x74\x58", "\x74\x59", "\x74\x5a", "\x74\x5b", "\x74\x5c", + "\x74\x5d", "\x74\x5e", "\x74\x5f", "\x74\x60", "\x74\x61", "\x74\x62", + "\x74\x63", "\x74\x64", "\x74\x65", "\x74\x66", "\x74\x67", "\x74\x68", + "\x74\x69", "\x74\x6a", "\x74\x6b", "\x74\x6c", "\x74\x6d", "\x74\x6e", + "\x74\x6f", "\x74\x70", "\x74\x71", "\x74\x72", "\x74\x73", "\x74\x74", + "\x74\x75", "\x74\x76", "\x74\x77", "\x74\x78", "\x74\x79", "\x74\x7a", + "\x74\x7b", "\x74\x7c", "\x74\x7d", "\x74\x7e", "\x74\x7f", "\x74\x80", + "\x74\x81", "\x74\x82", "\x74\x83", "\x74\x84", "\x74\x85", "\x74\x86", + "\x74\x87", "\x74\x88", "\x74\x89", "\x74\x8a", "\x74\x8b", "\x74\x8c", + "\x74\x8d", "\x74\x8e", "\x74\x8f", "\x74\x90", "\x74\x91", "\x74\x92", + "\x74\x93", "\x74\x94", "\x74\x95", "\x74\x96", "\x74\x97", "\x74\x98", + "\x74\x99", "\x74\x9a", "\x74\x9b", "\x74\x9c", "\x74\x9d", "\x74\x9e", + "\x74\x9f", "\x74\xa0", "\x74\xa1", "\x74\xa2", "\x74\xa3", "\x74\xa4", + "\x74\xa5", "\x74\xa6", "\x74\xa7", "\x74\xa8", "\x74\xa9", "\x74\xaa", + "\x74\xab", "\x74\xac", "\x74\xad", "\x74\xae", "\x74\xaf", "\x74\xb0", + "\x74\xb1", "\x74\xb2", "\x74\xb3", "\x74\xb4", "\x74\xb5", "\x74\xb6", + "\x74\xb7", "\x74\xb8", "\x74\xb9", "\x74\xba", "\x74\xbb", "\x74\xbc", + "\x74\xbd", "\x74\xbe", "\x74\xbf", "\x74\xc0", "\x74\xc1", "\x74\xc2", + "\x74\xc3", "\x74\xc4", "\x74\xc5", "\x74\xc6", "\x74\xc7", "\x74\xc8", + "\x74\xc9", "\x74\xca", "\x74\xcb", "\x74\xcc", "\x74\xcd", "\x74\xce", + "\x74\xcf", "\x74\xd0", "\x74\xd1", "\x74\xd2", "\x74\xd3", "\x74\xd4", + "\x74\xd5", "\x74\xd6", "\x74\xd7", "\x74\xd8", "\x74\xd9", "\x74\xda", + "\x74\xdb", "\x74\xdc", "\x74\xdd", "\x74\xde", "\x74\xdf", "\x74\xe0", + "\x74\xe1", "\x74\xe2", "\x74\xe3", "\x74\xe4", "\x74\xe5", "\x74\xe6", + "\x74\xe7", "\x74\xe8", "\x74\xe9", "\x74\xea", "\x74\xeb", "\x74\xec", + "\x74\xed", "\x74\xee", "\x74\xef", "\x74\xf0", "\x74\xf1", "\x74\xf2", + "\x74\xf3", "\x74\xf4", "\x74\xf5", "\x74\xf6", "\x74\xf7", "\x74\xf8", + "\x74\xf9", "\x74\xfa", "\x74\xfb", "\x74\xfc", "\x74\xfd", "\x74\xfe", + "\x75\x41", "\x75\x42", "\x75\x43", "\x75\x44", "\x75\x45", "\x75\x46", + "\x75\x47", "\x75\x48", "\x75\x49", "\x75\x4a", "\x75\x4b", "\x75\x4c", + "\x75\x4d", "\x75\x4e", "\x75\x4f", "\x75\x50", "\x75\x51", "\x75\x52", + "\x75\x53", "\x75\x54", "\x75\x55", "\x75\x56", "\x75\x57", "\x75\x58", + "\x75\x59", "\x75\x5a", "\x75\x5b", "\x75\x5c", "\x75\x5d", "\x75\x5e", + "\x75\x5f", "\x75\x60", "\x75\x61", "\x75\x62", "\x75\x63", "\x75\x64", + "\x75\x65", "\x75\x66", "\x75\x67", "\x75\x68", "\x75\x69", "\x75\x6a", + "\x75\x6b", "\x75\x6c", "\x75\x6d", "\x75\x6e", "\x75\x6f", "\x75\x70", + "\x75\x71", "\x75\x72", "\x75\x73", "\x75\x74", "\x75\x75", "\x75\x76", + "\x75\x77", "\x75\x78", "\x75\x79", "\x75\x7a", "\x75\x7b", "\x75\x7c", + "\x75\x7d", "\x75\x7e", "\x75\x7f", "\x75\x80", "\x75\x81", "\x75\x82", + "\x75\x83", "\x75\x84", "\x75\x85", "\x75\x86", "\x75\x87", "\x75\x88", + "\x75\x89", "\x75\x8a", "\x75\x8b", "\x75\x8c", "\x75\x8d", "\x75\x8e", + "\x75\x8f", "\x75\x90", "\x75\x91", "\x75\x92", "\x75\x93", "\x75\x94", + "\x75\x95", "\x75\x96", "\x75\x97", "\x75\x98", "\x75\x99", "\x75\x9a", + "\x75\x9b", "\x75\x9c", "\x75\x9d", "\x75\x9e", "\x75\x9f", "\x75\xa0", + "\x75\xa1", "\x75\xa2", "\x75\xa3", "\x75\xa4", "\x75\xa5", "\x75\xa6", + "\x75\xa7", "\x75\xa8", "\x75\xa9", "\x75\xaa", "\x75\xab", "\x75\xac", + "\x75\xad", "\x75\xae", "\x75\xaf", "\x75\xb0", "\x75\xb1", "\x75\xb2", + "\x75\xb3", "\x75\xb4", "\x75\xb5", "\x75\xb6", "\x75\xb7", "\x75\xb8", + "\x75\xb9", "\x75\xba", "\x75\xbb", "\x75\xbc", "\x75\xbd", "\x75\xbe", + "\x75\xbf", "\x75\xc0", "\x75\xc1", "\x75\xc2", "\x75\xc3", "\x75\xc4", + "\x75\xc5", "\x75\xc6", "\x75\xc7", "\x75\xc8", "\x75\xc9", "\x75\xca", + "\x75\xcb", "\x75\xcc", "\x75\xcd", "\x75\xce", "\x75\xcf", "\x75\xd0", + "\x75\xd1", "\x75\xd2", "\x75\xd3", "\x75\xd4", "\x75\xd5", "\x75\xd6", + "\x75\xd7", "\x75\xd8", "\x75\xd9", "\x75\xda", "\x75\xdb", "\x75\xdc", + "\x75\xdd", "\x75\xde", "\x75\xdf", "\x75\xe0", "\x75\xe1", "\x75\xe2", + "\x75\xe3", "\x75\xe4", "\x75\xe5", "\x75\xe6", "\x75\xe7", "\x75\xe8", + "\x75\xe9", "\x75\xea", "\x75\xeb", "\x75\xec", "\x75\xed", "\x75\xee", + "\x75\xef", "\x75\xf0", "\x75\xf1", "\x75\xf2", "\x75\xf3", "\x75\xf4", + "\x75\xf5", "\x75\xf6", "\x75\xf7", "\x75\xf8", "\x75\xf9", "\x75\xfa", + "\x75\xfb", "\x75\xfc", "\x75\xfd", "\x75\xfe", "\x76\x41", "\x76\x42", + "\x76\x43", "\x76\x44", "\x76\x45", "\x76\x46", "\x76\x47", "\x76\x48", + "\x76\x49", "\x76\x4a", "\x76\x4b", "\x76\x4c", "\x76\x4d", "\x76\x4e", + "\x76\x4f", "\x76\x50", "\x76\x51", "\x76\x52", "\x76\x53", "\x76\x54", + "\x76\x55", "\x76\x56", "\x76\x57", "\x76\x58", "\x76\x59", "\x76\x5a", + "\x76\x5b", "\x76\x5c", "\x76\x5d", "\x76\x5e", "\x76\x5f", "\x76\x60", + "\x76\x61", "\x76\x62", "\x76\x63", "\x76\x64", "\x76\x65", "\x76\x66", + "\x76\x67", "\x76\x68", "\x76\x69", "\x76\x6a", "\x76\x6b", "\x76\x6c", + "\x76\x6d", "\x76\x6e", "\x76\x6f", "\x76\x70", "\x76\x71", "\x76\x72", + "\x76\x73", "\x76\x74", "\x76\x75", "\x76\x76", "\x76\x77", "\x76\x78", + "\x76\x79", "\x76\x7a", "\x76\x7b", "\x76\x7c", "\x76\x7d", "\x76\x7e", + "\x76\x7f", "\x76\x80", "\x76\x81", "\x76\x82", "\x76\x83", "\x76\x84", + "\x76\x85", "\x76\x86", "\x76\x87", "\x76\x88", "\x76\x89", "\x76\x8a", + "\x76\x8b", "\x76\x8c", "\x76\x8d", "\x76\x8e", "\x76\x8f", "\x76\x90", + "\x76\x91", "\x76\x92", "\x76\x93", "\x76\x94", "\x76\x95", "\x76\x96", + "\x76\x97", "\x76\x98", "\x76\x99", "\x76\x9a", "\x76\x9b", "\x76\x9c", + "\x76\x9d", "\x76\x9e", "\x76\x9f", "\x76\xa0", "\x76\xa1", "\x76\xa2", + "\x76\xa3", "\x76\xa4", "\x76\xa5", "\x76\xa6", "\x76\xa7", "\x76\xa8", + "\x76\xa9", "\x76\xaa", "\x76\xab", "\x76\xac", "\x76\xad", "\x76\xae", + "\x76\xaf", "\x76\xb0", "\x76\xb1", "\x76\xb2", "\x76\xb3", "\x76\xb4", + "\x76\xb5", "\x76\xb6", "\x76\xb7", "\x76\xb8", "\x76\xb9", "\x76\xba", + "\x76\xbb", "\x76\xbc", "\x76\xbd", "\x76\xbe", "\x76\xbf", "\x76\xc0", + "\x76\xc1", "\x76\xc2", "\x76\xc3", "\x76\xc4", "\x76\xc5", "\x76\xc6", + "\x76\xc7", "\x76\xc8", "\x76\xc9", "\x76\xca", "\x76\xcb", "\x76\xcc", + "\x76\xcd", "\x76\xce", "\x76\xcf", "\x76\xd0", "\x76\xd1", "\x76\xd2", + "\x76\xd3", "\x76\xd4", "\x76\xd5", "\x76\xd6", "\x76\xd7", "\x76\xd8", + "\x76\xd9", "\x76\xda", "\x76\xdb", "\x76\xdc", "\x76\xdd", "\x76\xde", + "\x76\xdf", "\x76\xe0", "\x76\xe1", "\x76\xe2", "\x76\xe3", "\x76\xe4", + "\x76\xe5", "\x76\xe6", "\x76\xe7", "\x76\xe8", "\x76\xe9", "\x76\xea", + "\x76\xeb", "\x76\xec", "\x76\xed", "\x76\xee", "\x76\xef", "\x76\xf0", + "\x76\xf1", "\x76\xf2", "\x76\xf3", "\x76\xf4", "\x76\xf5", "\x76\xf6", + "\x76\xf7", "\x76\xf8", "\x76\xf9", "\x76\xfa", "\x76\xfb", "\x76\xfc", + "\x76\xfd", "\x76\xfe", "\x77\x41", "\x77\x42", "\x77\x43", "\x77\x44", + "\x77\x45", "\x77\x46", "\x77\x47", "\x77\x48", "\x77\x49", "\x77\x4a", + "\x77\x4b", "\x77\x4c", "\x77\x4d", "\x77\x4e", "\x77\x4f", "\x77\x50", + "\x77\x51", "\x77\x52", "\x77\x53", "\x77\x54", "\x77\x55", "\x77\x56", + "\x77\x57", "\x77\x58", "\x77\x59", "\x77\x5a", "\x77\x5b", "\x77\x5c", + "\x77\x5d", "\x77\x5e", "\x77\x5f", "\x77\x60", "\x77\x61", "\x77\x62", + "\x77\x63", "\x77\x64", "\x77\x65", "\x77\x66", "\x77\x67", "\x77\x68", + "\x77\x69", "\x77\x6a", "\x77\x6b", "\x77\x6c", "\x77\x6d", "\x77\x6e", + "\x77\x6f", "\x77\x70", "\x77\x71", "\x77\x72", "\x77\x73", "\x77\x74", + "\x77\x75", "\x77\x76", "\x77\x77", "\x77\x78", "\x77\x79", "\x77\x7a", + "\x77\x7b", "\x77\x7c", "\x77\x7d", "\x77\x7e", "\x77\x7f", "\x77\x80", + "\x77\x81", "\x77\x82", "\x77\x83", "\x77\x84", "\x77\x85", "\x77\x86", + "\x77\x87", "\x77\x88", "\x77\x89", "\x77\x8a", "\x77\x8b", "\x77\x8c", + "\x77\x8d", "\x77\x8e", "\x77\x8f", "\x77\x90", "\x77\x91", "\x77\x92", + "\x77\x93", "\x77\x94", "\x77\x95", "\x77\x96", "\x77\x97", "\x77\x98", + "\x77\x99", "\x77\x9a", "\x77\x9b", "\x77\x9c", "\x77\x9d", "\x77\x9e", + "\x77\x9f", "\x77\xa0", "\x77\xa1", "\x77\xa2", "\x77\xa3", "\x77\xa4", + "\x77\xa5", "\x77\xa6", "\x77\xa7", "\x77\xa8", "\x77\xa9", "\x77\xaa", + "\x77\xab", "\x77\xac", "\x77\xad", "\x77\xae", "\x77\xaf", "\x77\xb0", + "\x77\xb1", "\x77\xb2", "\x77\xb3", "\x77\xb4", "\x77\xb5", "\x77\xb6", + "\x77\xb7", "\x77\xb8", "\x77\xb9", "\x77\xba", "\x77\xbb", "\x77\xbc", + "\x77\xbd", "\x77\xbe", "\x77\xbf", "\x77\xc0", "\x77\xc1", "\x77\xc2", + "\x77\xc3", "\x77\xc4", "\x77\xc5", "\x77\xc6", "\x77\xc7", "\x77\xc8", + "\x77\xc9", "\x77\xca", "\x77\xcb", "\x77\xcc", "\x77\xcd", "\x77\xce", + "\x77\xcf", "\x77\xd0", "\x77\xd1", "\x77\xd2", "\x77\xd3", "\x77\xd4", + "\x77\xd5", "\x77\xd6", "\x77\xd7", "\x77\xd8", "\x77\xd9", "\x77\xda", + "\x77\xdb", "\x77\xdc", "\x77\xdd", "\x77\xde", "\x77\xdf", "\x77\xe0", + "\x77\xe1", "\x77\xe2", "\x77\xe3", "\x77\xe4", "\x77\xe5", "\x77\xe6", + "\x77\xe7", "\x77\xe8", "\x77\xe9", "\x77\xea", "\x77\xeb", "\x77\xec", + "\x77\xed", "\x77\xee", "\x77\xef", "\x77\xf0", "\x77\xf1", "\x77\xf2", + "\x77\xf3", "\x77\xf4", "\x77\xf5", "\x77\xf6", "\x77\xf7", "\x77\xf8", + "\x77\xf9", "\x77\xfa", "\x77\xfb", "\x77\xfc", "\x77\xfd", "\x77\xfe", + "\x78\x41", "\x78\x42", "\x78\x43", "\x78\x44", "\x78\x45", "\x78\x46", + "\x78\x47", "\x78\x48", "\x78\x49", "\x78\x4a", "\x78\x4b", "\x78\x4c", + "\x78\x4d", "\x78\x4e", "\x78\x4f", "\x78\x50", "\x78\x51", "\x78\x52", + "\x78\x53", "\x78\x54", "\x78\x55", "\x78\x56", "\x78\x57", "\x78\x58", + "\x78\x59", "\x78\x5a", "\x78\x5b", "\x78\x5c", "\x78\x5d", "\x78\x5e", + "\x78\x5f", "\x78\x60", "\x78\x61", "\x78\x62", "\x78\x63", "\x78\x64", + "\x78\x65", "\x78\x66", "\x78\x67", "\x78\x68", "\x78\x69", "\x78\x6a", + "\x78\x6b", "\x78\x6c", "\x78\x6d", "\x78\x6e", "\x78\x6f", "\x78\x70", + "\x78\x71", "\x78\x72", "\x78\x73", "\x78\x74", "\x78\x75", "\x78\x76", + "\x78\x77", "\x78\x78", "\x78\x79", "\x78\x7a", "\x78\x7b", "\x78\x7c", + "\x78\x7d", "\x78\x7e", "\x78\x7f", "\x78\x80", "\x78\x81", "\x78\x82", + "\x78\x83", "\x78\x84", "\x78\x85", "\x78\x86", "\x78\x87", "\x78\x88", + "\x78\x89", "\x78\x8a", "\x78\x8b", "\x78\x8c", "\x78\x8d", "\x78\x8e", + "\x78\x8f", "\x78\x90", "\x78\x91", "\x78\x92", "\x78\x93", "\x78\x94", + "\x78\x95", "\x78\x96", "\x78\x97", "\x78\x98", "\x78\x99", "\x78\x9a", + "\x78\x9b", "\x78\x9c", "\x78\x9d", "\x78\x9e", "\x78\x9f", "\x78\xa0", + "\x78\xa1", "\x78\xa2", "\x78\xa3", "\x78\xa4", "\x78\xa5", "\x78\xa6", + "\x78\xa7", "\x78\xa8", "\x78\xa9", "\x78\xaa", "\x78\xab", "\x78\xac", + "\x78\xad", "\x78\xae", "\x78\xaf", "\x78\xb0", "\x78\xb1", "\x78\xb2", + "\x78\xb3", "\x78\xb4", "\x78\xb5", "\x78\xb6", "\x78\xb7", "\x78\xb8", + "\x78\xb9", "\x78\xba", "\x78\xbb", "\x78\xbc", "\x78\xbd", "\x78\xbe", + "\x78\xbf", "\x78\xc0", "\x78\xc1", "\x78\xc2", "\x78\xc3", "\x78\xc4", + "\x78\xc5", "\x78\xc6", "\x78\xc7", "\x78\xc8", "\x78\xc9", "\x78\xca", + "\x78\xcb", "\x78\xcc", "\x78\xcd", "\x78\xce", "\x78\xcf", "\x78\xd0", + "\x78\xd1", "\x78\xd2", "\x78\xd3", "\x78\xd4", "\x78\xd5", "\x78\xd6", + "\x78\xd7", "\x78\xd8", "\x78\xd9", "\x78\xda", "\x78\xdb", "\x78\xdc", + "\x78\xdd", "\x78\xde", "\x78\xdf", "\x78\xe0", "\x78\xe1", "\x78\xe2", + "\x78\xe3", "\x78\xe4", "\x78\xe5", "\x78\xe6", "\x78\xe7", "\x78\xe8", + "\x78\xe9", "\x78\xea", "\x78\xeb", "\x78\xec", "\x78\xed", "\x78\xee", + "\x78\xef", "\x78\xf0", "\x78\xf1", "\x78\xf2", "\x78\xf3", "\x78\xf4", + "\x78\xf5", "\x78\xf6", "\x78\xf7", "\x78\xf8", "\x78\xf9", "\x78\xfa", + "\x78\xfb", "\x78\xfc", "\x78\xfd", "\x78\xfe", "\x79\x41", "\x79\x42", + "\x79\x43", "\x79\x44", "\x79\x45", "\x79\x46", "\x79\x47", "\x79\x48", + "\x79\x49", "\x79\x4a", "\x79\x4b", "\x79\x4c", "\x79\x4d", "\x79\x4e", + "\x79\x4f", "\x79\x50", "\x79\x51", "\x79\x52", "\x79\x53", "\x79\x54", + "\x79\x55", "\x79\x56", "\x79\x57", "\x79\x58", "\x79\x59", "\x79\x5a", + "\x79\x5b", "\x79\x5c", "\x79\x5d", "\x79\x5e", "\x79\x5f", "\x79\x60", + "\x79\x61", "\x79\x62", "\x79\x63", "\x79\x64", "\x79\x65", "\x79\x66", + "\x79\x67", "\x79\x68", "\x79\x69", "\x79\x6a", "\x79\x6b", "\x79\x6c", + "\x79\x6d", "\x79\x6e", "\x79\x6f", "\x79\x70", "\x79\x71", "\x79\x72", + "\x79\x73", "\x79\x74", "\x79\x75", "\x79\x76", "\x79\x77", "\x79\x78", + "\x79\x79", "\x79\x7a", "\x79\x7b", "\x79\x7c", "\x79\x7d", "\x79\x7e", + "\x79\x7f", "\x79\x80", "\x79\x81", "\x79\x82", "\x79\x83", "\x79\x84", + "\x79\x85", "\x79\x86", "\x79\x87", "\x79\x88", "\x79\x89", "\x79\x8a", + "\x79\x8b", "\x79\x8c", "\x79\x8d", "\x79\x8e", "\x79\x8f", "\x79\x90", + "\x79\x91", "\x79\x92", "\x79\x93", "\x79\x94", "\x79\x95", "\x79\x96", + "\x79\x97", "\x79\x98", "\x79\x99", "\x79\x9a", "\x79\x9b", "\x79\x9c", + "\x79\x9d", "\x79\x9e", "\x79\x9f", "\x79\xa0", "\x79\xa1", "\x79\xa2", + "\x79\xa3", "\x79\xa4", "\x79\xa5", "\x79\xa6", "\x79\xa7", "\x79\xa8", + "\x79\xa9", "\x79\xaa", "\x79\xab", "\x79\xac", "\x79\xad", "\x79\xae", + "\x79\xaf", "\x79\xb0", "\x79\xb1", "\x79\xb2", "\x79\xb3", "\x79\xb4", + "\x79\xb5", "\x79\xb6", "\x79\xb7", "\x79\xb8", "\x79\xb9", "\x79\xba", + "\x79\xbb", "\x79\xbc", "\x79\xbd", "\x79\xbe", "\x79\xbf", "\x79\xc0", + "\x79\xc1", "\x79\xc2", "\x79\xc3", "\x79\xc4", "\x79\xc5", "\x79\xc6", + "\x79\xc7", "\x79\xc8", "\x79\xc9", "\x79\xca", "\x79\xcb", "\x79\xcc", + "\x79\xcd", "\x79\xce", "\x79\xcf", "\x79\xd0", "\x79\xd1", "\x79\xd2", + "\x79\xd3", "\x79\xd4", "\x79\xd5", "\x79\xd6", "\x79\xd7", "\x79\xd8", + "\x79\xd9", "\x79\xda", "\x79\xdb", "\x79\xdc", "\x79\xdd", "\x79\xde", + "\x79\xdf", "\x79\xe0", "\x79\xe1", "\x79\xe2", "\x79\xe3", "\x79\xe4", + "\x79\xe5", "\x79\xe6", "\x79\xe7", "\x79\xe8", "\x79\xe9", "\x79\xea", + "\x79\xeb", "\x79\xec", "\x79\xed", "\x79\xee", "\x79\xef", "\x79\xf0", + "\x79\xf1", "\x79\xf2", "\x79\xf3", "\x79\xf4", "\x79\xf5", "\x79\xf6", + "\x79\xf7", "\x79\xf8", "\x79\xf9", "\x79\xfa", "\x79\xfb", "\x79\xfc", + "\x79\xfd", "\x79\xfe", "\x7a\x41", "\x7a\x42", "\x7a\x43", "\x7a\x44", + "\x7a\x45", "\x7a\x46", "\x7a\x47", "\x7a\x48", "\x7a\x49", "\x7a\x4a", + "\x7a\x4b", "\x7a\x4c", "\x7a\x4d", "\x7a\x4e", "\x7a\x4f", "\x7a\x50", + "\x7a\x51", "\x7a\x52", "\x7a\x53", "\x7a\x54", "\x7a\x55", "\x7a\x56", + "\x7a\x57", "\x7a\x58", "\x7a\x59", "\x7a\x5a", "\x7a\x5b", "\x7a\x5c", + "\x7a\x5d", "\x7a\x5e", "\x7a\x5f", "\x7a\x60", "\x7a\x61", "\x7a\x62", + "\x7a\x63", "\x7a\x64", "\x7a\x65", "\x7a\x66", "\x7a\x67", "\x7a\x68", + "\x7a\x69", "\x7a\x6a", "\x7a\x6b", "\x7a\x6c", "\x7a\x6d", "\x7a\x6e", + "\x7a\x6f", "\x7a\x70", "\x7a\x71", "\x7a\x72", "\x7a\x73", "\x7a\x74", + "\x7a\x75", "\x7a\x76", "\x7a\x77", "\x7a\x78", "\x7a\x79", "\x7a\x7a", + "\x7a\x7b", "\x7a\x7c", "\x7a\x7d", "\x7a\x7e", "\x7a\x7f", "\x7a\x80", + "\x7a\x81", "\x7a\x82", "\x7a\x83", "\x7a\x84", "\x7a\x85", "\x7a\x86", + "\x7a\x87", "\x7a\x88", "\x7a\x89", "\x7a\x8a", "\x7a\x8b", "\x7a\x8c", + "\x7a\x8d", "\x7a\x8e", "\x7a\x8f", "\x7a\x90", "\x7a\x91", "\x7a\x92", + "\x7a\x93", "\x7a\x94", "\x7a\x95", "\x7a\x96", "\x7a\x97", "\x7a\x98", + "\x7a\x99", "\x7a\x9a", "\x7a\x9b", "\x7a\x9c", "\x7a\x9d", "\x7a\x9e", + "\x7a\x9f", "\x7a\xa0", "\x7a\xa1", "\x7a\xa2", "\x7a\xa3", "\x7a\xa4", + "\x7a\xa5", "\x7a\xa6", "\x7a\xa7", "\x7a\xa8", "\x7a\xa9", "\x7a\xaa", + "\x7a\xab", "\x7a\xac", "\x7a\xad", "\x7a\xae", "\x7a\xaf", "\x7a\xb0", + "\x7a\xb1", "\x7a\xb2", "\x7a\xb3", "\x7a\xb4", "\x7a\xb5", "\x7a\xb6", + "\x7a\xb7", "\x7a\xb8", "\x7a\xb9", "\x7a\xba", "\x7a\xbb", "\x7a\xbc", + "\x7a\xbd", "\x7a\xbe", "\x7a\xbf", "\x7a\xc0", "\x7a\xc1", "\x7a\xc2", + "\x7a\xc3", "\x7a\xc4", "\x7a\xc5", "\x7a\xc6", "\x7a\xc7", "\x7a\xc8", + "\x7a\xc9", "\x7a\xca", "\x7a\xcb", "\x7a\xcc", "\x7a\xcd", "\x7a\xce", + "\x7a\xcf", "\x7a\xd0", "\x7a\xd1", "\x7a\xd2", "\x7a\xd3", "\x7a\xd4", + "\x7a\xd5", "\x7a\xd6", "\x7a\xd7", "\x7a\xd8", "\x7a\xd9", "\x7a\xda", + "\x7a\xdb", "\x7a\xdc", "\x7a\xdd", "\x7a\xde", "\x7a\xdf", "\x7a\xe0", + "\x7a\xe1", "\x7a\xe2", "\x7a\xe3", "\x7a\xe4", "\x7a\xe5", "\x7a\xe6", + "\x7a\xe7", "\x7a\xe8", "\x7a\xe9", "\x7a\xea", "\x7a\xeb", "\x7a\xec", + "\x7a\xed", "\x7a\xee", "\x7a\xef", "\x7a\xf0", "\x7a\xf1", "\x7a\xf2", + "\x7a\xf3", "\x7a\xf4", "\x7a\xf5", "\x7a\xf6", "\x7a\xf7", "\x7a\xf8", + "\x7a\xf9", "\x7a\xfa", "\x7a\xfb", "\x7a\xfc", "\x7a\xfd", "\x7a\xfe", + "\x7b\x41", "\x7b\x42", "\x7b\x43", "\x7b\x44", "\x7b\x45", "\x7b\x46", + "\x7b\x47", "\x7b\x48", "\x7b\x49", "\x7b\x4a", "\x7b\x4b", "\x7b\x4c", + "\x7b\x4d", "\x7b\x4e", "\x7b\x4f", "\x7b\x50", "\x7b\x51", "\x7b\x52", + "\x7b\x53", "\x7b\x54", "\x7b\x55", "\x7b\x56", "\x7b\x57", "\x7b\x58", + "\x7b\x59", "\x7b\x5a", "\x7b\x5b", "\x7b\x5c", "\x7b\x5d", "\x7b\x5e", + "\x7b\x5f", "\x7b\x60", "\x7b\x61", "\x7b\x62", "\x7b\x63", "\x7b\x64", + "\x7b\x65", "\x7b\x66", "\x7b\x67", "\x7b\x68", "\x7b\x69", "\x7b\x6a", + "\x7b\x6b", "\x7b\x6c", "\x7b\x6d", "\x7b\x6e", "\x7b\x6f", "\x7b\x70", + "\x7b\x71", "\x7b\x72", "\x7b\x73", "\x7b\x74", "\x7b\x75", "\x7b\x76", + "\x7b\x77", "\x7b\x78", "\x7b\x79", "\x7b\x7a", "\x7b\x7b", "\x7b\x7c", + "\x7b\x7d", "\x7b\x7e", "\x7b\x7f", "\x7b\x80", "\x7b\x81", "\x7b\x82", + "\x7b\x83", "\x7b\x84", "\x7b\x85", "\x7b\x86", "\x7b\x87", "\x7b\x88", + "\x7b\x89", "\x7b\x8a", "\x7b\x8b", "\x7b\x8c", "\x7b\x8d", "\x7b\x8e", + "\x7b\x8f", "\x7b\x90", "\x7b\x91", "\x7b\x92", "\x7b\x93", "\x7b\x94", + "\x7b\x95", "\x7b\x96", "\x7b\x97", "\x7b\x98", "\x7b\x99", "\x7b\x9a", + "\x7b\x9b", "\x7b\x9c", "\x7b\x9d", "\x7b\x9e", "\x7b\x9f", "\x7b\xa0", + "\x7b\xa1", "\x7b\xa2", "\x7b\xa3", "\x7b\xa4", "\x7b\xa5", "\x7b\xa6", + "\x7b\xa7", "\x7b\xa8", "\x7b\xa9", "\x7b\xaa", "\x7b\xab", "\x7b\xac", + "\x7b\xad", "\x7b\xae", "\x7b\xaf", "\x7b\xb0", "\x7b\xb1", "\x7b\xb2", + "\x7b\xb3", "\x7b\xb4", "\x7b\xb5", "\x7b\xb6", "\x7b\xb7", "\x7b\xb8", + "\x7b\xb9", "\x7b\xba", "\x7b\xbb", "\x7b\xbc", "\x7b\xbd", "\x7b\xbe", + "\x7b\xbf", "\x7b\xc0", "\x7b\xc1", "\x7b\xc2", "\x7b\xc3", "\x7b\xc4", + "\x7b\xc5", "\x7b\xc6", "\x7b\xc7", "\x7b\xc8", "\x7b\xc9", "\x7b\xca", + "\x7b\xcb", "\x7b\xcc", "\x7b\xcd", "\x7b\xce", "\x7b\xcf", "\x7b\xd0", + "\x7b\xd1", "\x7b\xd2", "\x7b\xd3", "\x7b\xd4", "\x7b\xd5", "\x7b\xd6", + "\x7b\xd7", "\x7b\xd8", "\x7b\xd9", "\x7b\xda", "\x7b\xdb", "\x7b\xdc", + "\x7b\xdd", "\x7b\xde", "\x7b\xdf", "\x7b\xe0", "\x7b\xe1", "\x7b\xe2", + "\x7b\xe3", "\x7b\xe4", "\x7b\xe5", "\x7b\xe6", "\x7b\xe7", "\x7b\xe8", + "\x7b\xe9", "\x7b\xea", "\x7b\xeb", "\x7b\xec", "\x7b\xed", "\x7b\xee", + "\x7b\xef", "\x7b\xf0", "\x7b\xf1", "\x7b\xf2", "\x7b\xf3", "\x7b\xf4", + "\x7b\xf5", "\x7b\xf6", "\x7b\xf7", "\x7b\xf8", "\x7b\xf9", "\x7b\xfa", + "\x7b\xfb", "\x7b\xfc", "\x7b\xfd", "\x7b\xfe", "\x7c\x41", "\x7c\x42", + "\x7c\x43", "\x7c\x44", "\x7c\x45", "\x7c\x46", "\x7c\x47", "\x7c\x48", + "\x7c\x49", "\x7c\x4a", "\x7c\x4b", "\x7c\x4c", "\x7c\x4d", "\x7c\x4e", + "\x7c\x4f", "\x7c\x50", "\x7c\x51", "\x7c\x52", "\x7c\x53", "\x7c\x54", + "\x7c\x55", "\x7c\x56", "\x7c\x57", "\x7c\x58", "\x7c\x59", "\x7c\x5a", + "\x7c\x5b", "\x7c\x5c", "\x7c\x5d", "\x7c\x5e", "\x7c\x5f", "\x7c\x60", + "\x7c\x61", "\x7c\x62", "\x7c\x63", "\x7c\x64", "\x7c\x65", "\x7c\x66", + "\x7c\x67", "\x7c\x68", "\x7c\x69", "\x7c\x6a", "\x7c\x6b", "\x7c\x6c", + "\x7c\x6d", "\x7c\x6e", "\x7c\x6f", "\x7c\x70", "\x7c\x71", "\x7c\x72", + "\x7c\x73", "\x7c\x74", "\x7c\x75", "\x7c\x76", "\x7c\x77", "\x7c\x78", + "\x7c\x79", "\x7c\x7a", "\x7c\x7b", "\x7c\x7c", "\x7c\x7d", "\x7c\x7e", + "\x7c\x7f", "\x7c\x80", "\x7c\x81", "\x7c\x82", "\x7c\x83", "\x7c\x84", + "\x7c\x85", "\x7c\x86", "\x7c\x87", "\x7c\x88", "\x7c\x89", "\x7c\x8a", + "\x7c\x8b", "\x7c\x8c", "\x7c\x8d", "\x7c\x8e", "\x7c\x8f", "\x7c\x90", + "\x7c\x91", "\x7c\x92", "\x7c\x93", "\x7c\x94", "\x7c\x95", "\x7c\x96", + "\x7c\x97", "\x7c\x98", "\x7c\x99", "\x7c\x9a", "\x7c\x9b", "\x7c\x9c", + "\x7c\x9d", "\x7c\x9e", "\x7c\x9f", "\x7c\xa0", "\x7c\xa1", "\x7c\xa2", + "\x7c\xa3", "\x7c\xa4", "\x7c\xa5", "\x7c\xa6", "\x7c\xa7", "\x7c\xa8", + "\x7c\xa9", "\x7c\xaa", "\x7c\xab", "\x7c\xac", "\x7c\xad", "\x7c\xae", + "\x7c\xaf", "\x7c\xb0", "\x7c\xb1", "\x7c\xb2", "\x7c\xb3", "\x7c\xb4", + "\x7c\xb5", "\x7c\xb6", "\x7c\xb7", "\x7c\xb8", "\x7c\xb9", "\x7c\xba", + "\x7c\xbb", "\x7c\xbc", "\x7c\xbd", "\x7c\xbe", "\x7c\xbf", "\x7c\xc0", + "\x7c\xc1", "\x7c\xc2", "\x7c\xc3", "\x7c\xc4", "\x7c\xc5", "\x7c\xc6", + "\x7c\xc7", "\x7c\xc8", "\x7c\xc9", "\x7c\xca", "\x7c\xcb", "\x7c\xcc", + "\x7c\xcd", "\x7c\xce", "\x7c\xcf", "\x7c\xd0", "\x7c\xd1", "\x7c\xd2", + "\x7c\xd3", "\x7c\xd4", "\x7c\xd5", "\x7c\xd6", "\x7c\xd7", "\x7c\xd8", + "\x7c\xd9", "\x7c\xda", "\x7c\xdb", "\x7c\xdc", "\x7c\xdd", "\x7c\xde", + "\x7c\xdf", "\x7c\xe0", "\x7c\xe1", "\x7c\xe2", "\x7c\xe3", "\x7c\xe4", + "\x7c\xe5", "\x7c\xe6", "\x7c\xe7", "\x7c\xe8", "\x7c\xe9", "\x7c\xea", + "\x7c\xeb", "\x7c\xec", "\x7c\xed", "\x7c\xee", "\x7c\xef", "\x7c\xf0", + "\x7c\xf1", "\x7c\xf2", "\x7c\xf3", "\x7c\xf4", "\x7c\xf5", "\x7c\xf6", + "\x7c\xf7", "\x7c\xf8", "\x7c\xf9", "\x7c\xfa", "\x7c\xfb", "\x7c\xfc", + "\x7c\xfd", "\x7c\xfe", "\x7d\x41", "\x7d\x42", "\x7d\x43", "\x7d\x44", + "\x7d\x45", "\x7d\x46", "\x7d\x47", "\x7d\x48", "\x7d\x49", "\x7d\x4a", + "\x7d\x4b", "\x7d\x4c", "\x7d\x4d", "\x7d\x4e", "\x7d\x4f", "\x7d\x50", + "\x7d\x51", "\x7d\x52", "\x7d\x53", "\x7d\x54", "\x7d\x55", "\x7d\x56", + "\x7d\x57", "\x7d\x58", "\x7d\x59", "\x7d\x5a", "\x7d\x5b", "\x7d\x5c", + "\x7d\x5d", "\x7d\x5e", "\x7d\x5f", "\x7d\x60", "\x7d\x61", "\x7d\x62", + "\x7d\x63", "\x7d\x64", "\x7d\x65", "\x7d\x66", "\x7d\x67", "\x7d\x68", + "\x7d\x69", "\x7d\x6a", "\x7d\x6b", "\x7d\x6c", "\x7d\x6d", "\x7d\x6e", + "\x7d\x6f", "\x7d\x70", "\x7d\x71", "\x7d\x72", "\x7d\x73", "\x7d\x74", + "\x7d\x75", "\x7d\x76", "\x7d\x77", "\x7d\x78", "\x7d\x79", "\x7d\x7a", + "\x7d\x7b", "\x7d\x7c", "\x7d\x7d", "\x7d\x7e", "\x7d\x7f", "\x7d\x80", + "\x7d\x81", "\x7d\x82", "\x7d\x83", "\x7d\x84", "\x7d\x85", "\x7d\x86", + "\x7d\x87", "\x7d\x88", "\x7d\x89", "\x7d\x8a", "\x7d\x8b", "\x7d\x8c", + "\x7d\x8d", "\x7d\x8e", "\x7d\x8f", "\x7d\x90", "\x7d\x91", "\x7d\x92", + "\x7d\x93", "\x7d\x94", "\x7d\x95", "\x7d\x96", "\x7d\x97", "\x7d\x98", + "\x7d\x99", "\x7d\x9a", "\x7d\x9b", "\x7d\x9c", "\x7d\x9d", "\x7d\x9e", + "\x7d\x9f", "\x7d\xa0", "\x7d\xa1", "\x7d\xa2", "\x7d\xa3", "\x7d\xa4", + "\x7d\xa5", "\x7d\xa6", "\x7d\xa7", "\x7d\xa8", "\x7d\xa9", "\x7d\xaa", + "\x7d\xab", "\x7d\xac", "\x7d\xad", "\x7d\xae", "\x7d\xaf", "\x7d\xb0", + "\x7d\xb1", "\x7d\xb2", "\x7d\xb3", "\x7d\xb4", "\x7d\xb5", "\x7d\xb6", + "\x7d\xb7", "\x7d\xb8", "\x7d\xb9", "\x7d\xba", "\x7d\xbb", "\x7d\xbc", + "\x7d\xbd", "\x7d\xbe", "\x7d\xbf", "\x7d\xc0", "\x7d\xc1", "\x7d\xc2", + "\x7d\xc3", "\x7d\xc4", "\x7d\xc5", "\x7d\xc6", "\x7d\xc7", "\x7d\xc8", + "\x7d\xc9", "\x7d\xca", "\x7d\xcb", "\x7d\xcc", "\x7d\xcd", "\x7d\xce", + "\x7d\xcf", "\x7d\xd0", "\x7d\xd1", "\x7d\xd2", "\x7d\xd3", "\x7d\xd4", + "\x7d\xd5", "\x7d\xd6", "\x7d\xd7", "\x7d\xd8", "\x7d\xd9", "\x7d\xda", + "\x7d\xdb", "\x7d\xdc", "\x7d\xdd", "\x7d\xde", "\x7d\xdf", "\x7d\xe0", + "\x7d\xe1", "\x7d\xe2", "\x7d\xe3", "\x7d\xe4", "\x7d\xe5", "\x7d\xe6", + "\x7d\xe7", "\x7d\xe8", "\x7d\xe9", "\x7d\xea", "\x7d\xeb", "\x7d\xec", + "\x7d\xed", "\x7d\xee", "\x7d\xef", "\x7d\xf0", "\x7d\xf1", "\x7d\xf2", + "\x7d\xf3", "\x7d\xf4", "\x7d\xf5", "\x7d\xf6", "\x7d\xf7", "\x7d\xf8", + "\x7d\xf9", "\x7d\xfa", "\x7d\xfb", "\x7d\xfc", "\x7d\xfd", "\x7d\xfe", + "\x7e\x41", "\x7e\x42", "\x7e\x43", "\x7e\x44", "\x7e\x45", "\x7e\x46", + "\x7e\x47", "\x7e\x48", "\x7e\x49", "\x7e\x4a", "\x7e\x4b", "\x7e\x4c", + "\x7e\x4d", "\x7e\x4e", "\x7e\x4f", "\x7e\x50", "\x7e\x51", "\x7e\x52", + "\x7e\x53", "\x7e\x54", "\x7e\x55", "\x7e\x56", "\x7e\x57", "\x7e\x58", + "\x7e\x59", "\x7e\x5a", "\x7e\x5b", "\x7e\x5c", "\x7e\x5d", "\x7e\x5e", + "\x7e\x5f", "\x7e\x60", "\x7e\x61", "\x7e\x62", "\x7e\x63", "\x7e\x64", + "\x7e\x65", "\x7e\x66", "\x7e\x67", "\x7e\x68", "\x7e\x69", "\x7e\x6a", + "\x7e\x6b", "\x7e\x6c", "\x7e\x6d", "\x7e\x6e", "\x7e\x6f", "\x7e\x70", + "\x7e\x71", "\x7e\x72", "\x7e\x73", "\x7e\x74", "\x7e\x75", "\x7e\x76", + "\x7e\x77", "\x7e\x78", "\x7e\x79", "\x7e\x7a", "\x7e\x7b", "\x7e\x7c", + "\x7e\x7d", "\x7e\x7e", "\x7e\x7f", "\x7e\x80", "\x7e\x81", "\x7e\x82", + "\x7e\x83", "\x7e\x84", "\x7e\x85", "\x7e\x86", "\x7e\x87", "\x7e\x88", + "\x7e\x89", "\x7e\x8a", "\x7e\x8b", "\x7e\x8c", "\x7e\x8d", "\x7e\x8e", + "\x7e\x8f", "\x7e\x90", "\x7e\x91", "\x7e\x92", "\x7e\x93", "\x7e\x94", + "\x7e\x95", "\x7e\x96", "\x7e\x97", "\x7e\x98", "\x7e\x99", "\x7e\x9a", + "\x7e\x9b", "\x7e\x9c", "\x7e\x9d", "\x7e\x9e", "\x7e\x9f", "\x7e\xa0", + "\x7e\xa1", "\x7e\xa2", "\x7e\xa3", "\x7e\xa4", "\x7e\xa5", "\x7e\xa6", + "\x7e\xa7", "\x7e\xa8", "\x7e\xa9", "\x7e\xaa", "\x7e\xab", "\x7e\xac", + "\x7e\xad", "\x7e\xae", "\x7e\xaf", "\x7e\xb0", "\x7e\xb1", "\x7e\xb2", + "\x7e\xb3", "\x7e\xb4", "\x7e\xb5", "\x7e\xb6", "\x7e\xb7", "\x7e\xb8", + "\x7e\xb9", "\x7e\xba", "\x7e\xbb", "\x7e\xbc", "\x7e\xbd", "\x7e\xbe", + "\x7e\xbf", "\x7e\xc0", "\x7e\xc1", "\x7e\xc2", "\x7e\xc3", "\x7e\xc4", + "\x7e\xc5", "\x7e\xc6", "\x7e\xc7", "\x7e\xc8", "\x7e\xc9", "\x7e\xca", + "\x7e\xcb", "\x7e\xcc", "\x7e\xcd", "\x7e\xce", "\x7e\xcf", "\x7e\xd0", + "\x7e\xd1", "\x7e\xd2", "\x7e\xd3", "\x7e\xd4", "\x7e\xd5", "\x7e\xd6", + "\x7e\xd7", "\x7e\xd8", "\x7e\xd9", "\x7e\xda", "\x7e\xdb", "\x7e\xdc", + "\x7e\xdd", "\x7e\xde", "\x7e\xdf", "\x7e\xe0", "\x7e\xe1", "\x7e\xe2", + "\x7e\xe3", "\x7e\xe4", "\x7e\xe5", "\x7e\xe6", "\x7e\xe7", "\x7e\xe8", + "\x7e\xe9", "\x7e\xea", "\x7e\xeb", "\x7e\xec", "\x7e\xed", "\x7e\xee", + "\x7e\xef", "\x7e\xf0", "\x7e\xf1", "\x7e\xf2", "\x7e\xf3", "\x7e\xf4", + "\x7e\xf5", "\x7e\xf6", "\x7e\xf7", "\x7e\xf8", "\x7e\xf9", "\x7e\xfa", + "\x7e\xfb", "\x7e\xfc", "\x7e\xfd", "\x7e\xfe", "\x7f\x41", "\x7f\x42", + "\x7f\x43", "\x7f\x44", "\x7f\x45", "\x7f\x46", "\x7f\x47", "\x7f\x48", + "\x7f\x49", "\x7f\x4a", "\x7f\x4b", "\x7f\x4c", "\x7f\x4d", "\x7f\x4e", + "\x7f\x4f", "\x7f\x50", "\x7f\x51", "\x7f\x52", "\x7f\x53", "\x7f\x54", + "\x7f\x55", "\x7f\x56", "\x7f\x57", "\x7f\x58", "\x7f\x59", "\x7f\x5a", + "\x7f\x5b", "\x7f\x5c", "\x7f\x5d", "\x7f\x5e", "\x7f\x5f", "\x7f\x60", + "\x7f\x61", "\x7f\x62", "\x7f\x63", "\x7f\x64", "\x7f\x65", "\x7f\x66", + "\x7f\x67", "\x7f\x68", "\x7f\x69", "\x7f\x6a", "\x7f\x6b", "\x7f\x6c", + "\x7f\x6d", "\x7f\x6e", "\x7f\x6f", "\x7f\x70", "\x7f\x71", "\x7f\x72", + "\x7f\x73", "\x7f\x74", "\x7f\x75", "\x7f\x76", "\x7f\x77", "\x7f\x78", + "\x7f\x79", "\x7f\x7a", "\x7f\x7b", "\x7f\x7c", "\x7f\x7d", "\x7f\x7e", + "\x7f\x7f", "\x7f\x80", "\x7f\x81", "\x7f\x82", "\x7f\x83", "\x7f\x84", + "\x7f\x85", "\x7f\x86", "\x7f\x87", "\x7f\x88", "\x7f\x89", "\x7f\x8a", + "\x7f\x8b", "\x7f\x8c", "\x7f\x8d", "\x7f\x8e", "\x7f\x8f", "\x7f\x90", + "\x7f\x91", "\x7f\x92", "\x7f\x93", "\x7f\x94", "\x7f\x95", "\x7f\x96", + "\x7f\x97", "\x7f\x98", "\x7f\x99", "\x7f\x9a", "\x7f\x9b", "\x7f\x9c", + "\x7f\x9d", "\x7f\x9e", "\x7f\x9f", "\x7f\xa0", "\x7f\xa1", "\x7f\xa2", + "\x7f\xa3", "\x7f\xa4", "\x7f\xa5", "\x7f\xa6", "\x7f\xa7", "\x7f\xa8", + "\x7f\xa9", "\x7f\xaa", "\x7f\xab", "\x7f\xac", "\x7f\xad", "\x7f\xae", + "\x7f\xaf", "\x7f\xb0", "\x7f\xb1", "\x7f\xb2", "\x7f\xb3", "\x7f\xb4", + "\x7f\xb5", "\x7f\xb6", "\x7f\xb7", "\x7f\xb8", "\x7f\xb9", "\x7f\xba", + "\x7f\xbb", "\x7f\xbc", "\x7f\xbd", "\x7f\xbe", "\x7f\xbf", "\x7f\xc0", + "\x7f\xc1", "\x7f\xc2", "\x7f\xc3", "\x7f\xc4", "\x7f\xc5", "\x7f\xc6", + "\x7f\xc7", "\x7f\xc8", "\x7f\xc9", "\x7f\xca", "\x7f\xcb", "\x7f\xcc", + "\x7f\xcd", "\x7f\xce", "\x7f\xcf", "\x7f\xd0", "\x7f\xd1", "\x7f\xd2", + "\x7f\xd3", "\x7f\xd4", "\x7f\xd5", "\x7f\xd6", "\x7f\xd7", "\x7f\xd8", + "\x7f\xd9", "\x7f\xda", "\x7f\xdb", "\x7f\xdc", "\x7f\xdd", "\x7f\xde", + "\x7f\xdf", "\x7f\xe0", "\x7f\xe1", "\x7f\xe2", "\x7f\xe3", "\x7f\xe4", + "\x7f\xe5", "\x7f\xe6", "\x7f\xe7", "\x7f\xe8", "\x7f\xe9", "\x7f\xea", + "\x7f\xeb", "\x7f\xec", "\x7f\xed", "\x7f\xee", "\x7f\xef", "\x7f\xf0", + "\x7f\xf1", "\x7f\xf2", "\x7f\xf3", "\x7f\xf4", "\x7f\xf5", "\x7f\xf6", + "\x7f\xf7", "\x7f\xf8", "\x7f\xf9", "\x7f\xfa", "\x7f\xfb", "\x7f\xfc", + "\x7f\xfd", "\x7f\xfe", "\x80\x41", "\x80\x42", "\x80\x43", "\x80\x44", + "\x80\x45", "\x80\x46", "\x80\x47", "\x80\x48", "\x80\x49", "\x80\x4a", + "\x80\x4b", "\x80\x4c", "\x80\x4d", "\x80\x4e", "\x80\x4f", "\x80\x50", + "\x80\x51", "\x80\x52", "\x80\x53", "\x80\x54", "\x80\x55", "\x80\x56", + "\x80\x57", "\x80\x58", "\x80\x59", "\x80\x5a", "\x80\x5b", "\x80\x5c", + "\x80\x5d", "\x80\x5e", "\x80\x5f", "\x80\x60", "\x80\x61", "\x80\x62", + "\x80\x63", "\x80\x64", "\x80\x65", "\x80\x66", "\x80\x67", "\x80\x68", + "\x80\x69", "\x80\x6a", "\x80\x6b", "\x80\x6c", "\x80\x6d", "\x80\x6e", + "\x80\x6f", "\x80\x70", "\x80\x71", "\x80\x72", "\x80\x73", "\x80\x74", + "\x80\x75", "\x80\x76", "\x80\x77", "\x80\x78", "\x80\x79", "\x80\x7a", + "\x80\x7b", "\x80\x7c", "\x80\x7d", "\x80\x7e", "\x80\x7f", "\x80\x80", + "\x80\x81", "\x80\x82", "\x80\x83", "\x80\x84", "\x80\x85", "\x80\x86", + "\x80\x87", "\x80\x88", "\x80\x89", "\x80\x8a", "\x80\x8b", "\x80\x8c", + "\x80\x8d", "\x80\x8e", "\x80\x8f", "\x80\x90", "\x80\x91", "\x80\x92", + "\x80\x93", "\x80\x94", "\x80\x95", "\x80\x96", "\x80\x97", "\x80\x98", + "\x80\x99", "\x80\x9a", "\x80\x9b", "\x80\x9c", "\x80\x9d", "\x80\x9e", + "\x80\x9f", "\x80\xa0", "\x80\xa1", "\x80\xa2", "\x80\xa3", "\x80\xa4", + "\x80\xa5", "\x80\xa6", "\x80\xa7", "\x80\xa8", "\x80\xa9", "\x80\xaa", + "\x80\xab", "\x80\xac", "\x80\xad", "\x80\xae", "\x80\xaf", "\x80\xb0", + "\x80\xb1", "\x80\xb2", "\x80\xb3", "\x80\xb4", "\x80\xb5", "\x80\xb6", + "\x80\xb7", "\x80\xb8", "\x80\xb9", "\x80\xba", "\x80\xbb", "\x80\xbc", + "\x80\xbd", "\x80\xbe", "\x80\xbf", "\x80\xc0", "\x80\xc1", "\x80\xc2", + "\x80\xc3", "\x80\xc4", "\x80\xc5", "\x80\xc6", "\x80\xc7", "\x80\xc8", + "\x80\xc9", "\x80\xca", "\x80\xcb", "\x80\xcc", "\x80\xcd", "\x80\xce", + "\x80\xcf", "\x80\xd0", "\x80\xd1", "\x80\xd2", "\x80\xd3", "\x80\xd4", + "\x80\xd5", "\x80\xd6", "\x80\xd7", "\x80\xd8", "\x80\xd9", "\x80\xda", + "\x80\xdb", "\x80\xdc", "\x80\xdd", "\x80\xde", "\x80\xdf", "\x80\xe0", + "\x80\xe1", "\x80\xe2", "\x80\xe3", "\x80\xe4", "\x80\xe5", "\x80\xe6", + "\x80\xe7", "\x80\xe8", "\x80\xe9", "\x80\xea", "\x80\xeb", "\x80\xec", + "\x80\xed", "\x80\xee", "\x80\xef", "\x80\xf0", "\x80\xf1", "\x80\xf2", + "\x80\xf3", "\x80\xf4", "\x80\xf5", "\x80\xf6", "\x80\xf7", "\x80\xf8", + "\x80\xf9", "\x80\xfa", "\x80\xfb", "\x80\xfc", "\x80\xfd", "\x80\xfe", + "\x81\x41", "\x81\x42", "\x81\x43", "\x81\x44", "\x81\x45", "\x81\x46", + "\x81\x47", "\x81\x48", "\x81\x49", "\x81\x4a", "\x81\x4b", "\x81\x4c", + "\x81\x4d", "\x81\x4e", "\x81\x4f", "\x81\x50", "\x81\x51", "\x81\x52", + "\x81\x53", "\x81\x54", "\x81\x55", "\x81\x56", "\x81\x57", "\x81\x58", + "\x81\x59", "\x81\x5a", "\x81\x5b", "\x81\x5c", "\x81\x5d", "\x81\x5e", + "\x81\x5f", "\x81\x60", "\x81\x61", "\x81\x62", "\x81\x63", "\x81\x64", + "\x81\x65", "\x81\x66", "\x81\x67", "\x81\x68", "\x81\x69", "\x81\x6a", + "\x81\x6b", "\x81\x6c", "\x81\x6d", "\x81\x6e", "\x81\x6f", "\x81\x70", + "\x81\x71", "\x81\x72", "\x81\x73", "\x81\x74", "\x81\x75", "\x81\x76", + "\x81\x77", "\x81\x78", "\x81\x79", "\x81\x7a", "\x81\x7b", "\x81\x7c", + "\x81\x7d", "\x81\x7e", "\x81\x7f", "\x81\x80", "\x81\x81", "\x81\x82", + "\x81\x83", "\x81\x84", "\x81\x85", "\x81\x86", "\x81\x87", "\x81\x88", + "\x81\x89", "\x81\x8a", "\x81\x8b", "\x81\x8c", "\x81\x8d", "\x81\x8e", + "\x81\x8f", "\x81\x90", "\x81\x91", "\x81\x92", "\x81\x93", "\x81\x94", + "\x81\x95", "\x81\x96", "\x81\x97", "\x81\x98", "\x81\x99", "\x81\x9a", + "\x81\x9b", "\x81\x9c", "\x81\x9d", "\x81\x9e", "\x81\x9f", "\x81\xa0", + "\x81\xa1", "\x81\xa2", "\x81\xa3", "\x81\xa4", "\x81\xa5", "\x81\xa6", + "\x81\xa7", "\x81\xa8", "\x81\xa9", "\x81\xaa", "\x81\xab", "\x81\xac", + "\x81\xad", "\x81\xae", "\x81\xaf", "\x81\xb0", "\x81\xb1", "\x81\xb2", + "\x81\xb3", "\x81\xb4", "\x81\xb5", "\x81\xb6", "\x81\xb7", "\x81\xb8", + "\x81\xb9", "\x81\xba", "\x81\xbb", "\x81\xbc", "\x81\xbd", "\x81\xbe", + "\x81\xbf", "\x81\xc0", "\x81\xc1", "\x81\xc2", "\x81\xc3", "\x81\xc4", + "\x81\xc5", "\x81\xc6", "\x81\xc7", "\x81\xc8", "\x81\xc9", "\x81\xca", + "\x81\xcb", "\x81\xcc", "\x81\xcd", "\x81\xce", "\x81\xcf", "\x81\xd0", + "\x81\xd1", "\x81\xd2", "\x81\xd3", "\x81\xd4", "\x81\xd5", "\x81\xd6", + "\x81\xd7", "\x81\xd8", "\x81\xd9", "\x81\xda", "\x81\xdb", "\x81\xdc", + "\x81\xdd", "\x81\xde", "\x81\xdf", "\x81\xe0", "\x81\xe1", "\x81\xe2", + "\x81\xe3", "\x81\xe4", "\x81\xe5", "\x81\xe6", "\x81\xe7", "\x81\xe8", + "\x81\xe9", "\x81\xea", "\x81\xeb", "\x81\xec", "\x81\xed", "\x81\xee", + "\x81\xef", "\x81\xf0", "\x81\xf1", "\x81\xf2", "\x81\xf3", "\x81\xf4", + "\x81\xf5", "\x81\xf6", "\x81\xf7", "\x81\xf8", "\x81\xf9", "\x81\xfa", + "\x81\xfb", "\x81\xfc", "\x81\xfd", "\x81\xfe", "\x82\x41", "\x82\x42", + "\x82\x43", "\x82\x44", "\x82\x45", "\x82\x46", "\x82\x47", "\x82\x48", + "\x82\x49", "\x82\x4a", "\x82\x4b", "\x82\x4c", "\x82\x4d", "\x82\x4e", + "\x82\x4f", "\x82\x50", "\x82\x51", "\x82\x52", "\x82\x53", "\x82\x54", + "\x82\x55", "\x82\x56", "\x82\x57", "\x82\x58", "\x82\x59", "\x82\x5a", + "\x82\x5b", "\x82\x5c", "\x82\x5d", "\x82\x5e", "\x82\x5f", "\x82\x60", + "\x82\x61", "\x82\x62", "\x82\x63", "\x82\x64", "\x82\x65", "\x82\x66", + "\x82\x67", "\x82\x68", "\x82\x69", "\x82\x6a", "\x82\x6b", "\x82\x6c", + "\x82\x6d", "\x82\x6e", "\x82\x6f", "\x82\x70", "\x82\x71", "\x82\x72", + "\x82\x73", "\x82\x74", "\x82\x75", "\x82\x76", "\x82\x77", "\x82\x78", + "\x82\x79", "\x82\x7a", "\x82\x7b", "\x82\x7c", "\x82\x7d", "\x82\x7e", + "\x82\x7f", "\x82\x80", "\x82\x81", "\x82\x82", "\x82\x83", "\x82\x84", + "\x82\x85", "\x82\x86", "\x82\x87", "\x82\x88", "\x82\x89", "\x82\x8a", + "\x82\x8b", "\x82\x8c", "\x82\x8d", "\x82\x8e", "\x82\x8f", "\x82\x90", + "\x82\x91", "\x82\x92", "\x82\x93", "\x82\x94", "\x82\x95", "\x82\x96", + "\x82\x97", "\x82\x98", "\x82\x99", "\x82\x9a", "\x82\x9b", "\x82\x9c", + "\x82\x9d", "\x82\x9e", "\x82\x9f", "\x82\xa0", "\x82\xa1", "\x82\xa2", + "\x82\xa3", "\x82\xa4", "\x82\xa5", "\x82\xa6", "\x82\xa7", "\x82\xa8", + "\x82\xa9", "\x82\xaa", "\x82\xab", "\x82\xac", "\x82\xad", "\x82\xae", + "\x82\xaf", "\x82\xb0", "\x82\xb1", "\x82\xb2", "\x82\xb3", "\x82\xb4", + "\x82\xb5", "\x82\xb6", "\x82\xb7", "\x82\xb8", "\x82\xb9", "\x82\xba", + "\x82\xbb", "\x82\xbc", "\x82\xbd", "\x82\xbe", "\x82\xbf", "\x82\xc0", + "\x82\xc1", "\x82\xc2", "\x82\xc3", "\x82\xc4", "\x82\xc5", "\x82\xc6", + "\x82\xc7", "\x82\xc8", "\x82\xc9", "\x82\xca", "\x82\xcb", "\x82\xcc", + "\x82\xcd", "\x82\xce", "\x82\xcf", "\x82\xd0", "\x82\xd1", "\x82\xd2", + "\x82\xd3", "\x82\xd4", "\x82\xd5", "\x82\xd6", "\x82\xd7", "\x82\xd8", + "\x82\xd9", "\x82\xda", "\x82\xdb", "\x82\xdc", "\x82\xdd", "\x82\xde", + "\x82\xdf", "\x82\xe0", "\x82\xe1", "\x82\xe2", "\x82\xe3", "\x82\xe4", + "\x82\xe5", "\x82\xe6", "\x82\xe7", "\x82\xe8", "\x82\xe9", "\x82\xea", + "\x82\xeb", "\x82\xec", "\x82\xed", "\x82\xee", "\x82\xef", "\x82\xf0", + "\x82\xf1", "\x82\xf2", "\x82\xf3", "\x82\xf4", "\x82\xf5", "\x82\xf6", + "\x82\xf7", "\x82\xf8", "\x82\xf9", "\x82\xfa", "\x82\xfb", "\x82\xfc", + "\x82\xfd", "\x82\xfe", "\x83\x41", "\x83\x42", "\x83\x43", "\x83\x44", + "\x83\x45", "\x83\x46", "\x83\x47", "\x83\x48", "\x83\x49", "\x83\x4a", + "\x83\x4b", "\x83\x4c", "\x83\x4d", "\x83\x4e", "\x83\x4f", "\x83\x50", + "\x83\x51", "\x83\x52", "\x83\x53", "\x83\x54", "\x83\x55", "\x83\x56", + "\x83\x57", "\x83\x58", "\x83\x59", "\x83\x5a", "\x83\x5b", "\x83\x5c", + "\x83\x5d", "\x83\x5e", "\x83\x5f", "\x83\x60", "\x83\x61", "\x83\x62", + "\x83\x63", "\x83\x64", "\x83\x65", "\x83\x66", "\x83\x67", "\x83\x68", + "\x83\x69", "\x83\x6a", "\x83\x6b", "\x83\x6c", "\x83\x6d", "\x83\x6e", + "\x83\x6f", "\x83\x70", "\x83\x71", "\x83\x72", "\x83\x73", "\x83\x74", + "\x83\x75", "\x83\x76", "\x83\x77", "\x83\x78", "\x83\x79", "\x83\x7a", + "\x83\x7b", "\x83\x7c", "\x83\x7d", "\x83\x7e", "\x83\x7f", "\x83\x80", + "\x83\x81", "\x83\x82", "\x83\x83", "\x83\x84", "\x83\x85", "\x83\x86", + "\x83\x87", "\x83\x88", "\x83\x89", "\x83\x8a", "\x83\x8b", "\x83\x8c", + "\x83\x8d", "\x83\x8e", "\x83\x8f", "\x83\x90", "\x83\x91", "\x83\x92", + "\x83\x93", "\x83\x94", "\x83\x95", "\x83\x96", "\x83\x97", "\x83\x98", + "\x83\x99", "\x83\x9a", "\x83\x9b", "\x83\x9c", "\x83\x9d", "\x83\x9e", + "\x83\x9f", "\x83\xa0", "\x83\xa1", "\x83\xa2", "\x83\xa3", "\x83\xa4", + "\x83\xa5", "\x83\xa6", "\x83\xa7", "\x83\xa8", "\x83\xa9", "\x83\xaa", + "\x83\xab", "\x83\xac", "\x83\xad", "\x83\xae", "\x83\xaf", "\x83\xb0", + "\x83\xb1", "\x83\xb2", "\x83\xb3", "\x83\xb4", "\x83\xb5", "\x83\xb6", + "\x83\xb7", "\x83\xb8", "\x83\xb9", "\x83\xba", "\x83\xbb", "\x83\xbc", + "\x83\xbd", "\x83\xbe", "\x83\xbf", "\x83\xc0", "\x83\xc1", "\x83\xc2", + "\x83\xc3", "\x83\xc4", "\x83\xc5", "\x83\xc6", "\x83\xc7", "\x83\xc8", + "\x83\xc9", "\x83\xca", "\x83\xcb", "\x83\xcc", "\x83\xcd", "\x83\xce", + "\x83\xcf", "\x83\xd0", "\x83\xd1", "\x83\xd2", "\x83\xd3", "\x83\xd4", + "\x83\xd5", "\x83\xd6", "\x83\xd7", "\x83\xd8", "\x83\xd9", "\x83\xda", + "\x83\xdb", "\x83\xdc", "\x83\xdd", "\x83\xde", "\x83\xdf", "\x83\xe0", + "\x83\xe1", "\x83\xe2", "\x83\xe3", "\x83\xe4", "\x83\xe5", "\x83\xe6", + "\x83\xe7", "\x83\xe8", "\x83\xe9", "\x83\xea", "\x83\xeb", "\x83\xec", + "\x83\xed", "\x83\xee", "\x83\xef", "\x83\xf0", "\x83\xf1", "\x83\xf2", + "\x83\xf3", "\x83\xf4", "\x83\xf5", "\x83\xf6", "\x83\xf7", "\x83\xf8", + "\x83\xf9", "\x83\xfa", "\x83\xfb", "\x83\xfc", "\x83\xfd", "\x83\xfe", + "\x84\x41", "\x84\x42", "\x84\x43", "\x84\x44", "\x84\x45", "\x84\x46", + "\x84\x47", "\x84\x48", "\x84\x49", "\x84\x4a", "\x84\x4b", "\x84\x4c", + "\x84\x4d", "\x84\x4e", "\x84\x4f", "\x84\x50", "\x84\x51", "\x84\x52", + "\x84\x53", "\x84\x54", "\x84\x55", "\x84\x56", "\x84\x57", "\x84\x58", + "\x84\x59", "\x84\x5a", "\x84\x5b", "\x84\x5c", "\x84\x5d", "\x84\x5e", + "\x84\x5f", "\x84\x60", "\x84\x61", "\x84\x62", "\x84\x63", "\x84\x64", + "\x84\x65", "\x84\x66", "\x84\x67", "\x84\x68", "\x84\x69", "\x84\x6a", + "\x84\x6b", "\x84\x6c", "\x84\x6d", "\x84\x6e", "\x84\x6f", "\x84\x70", + "\x84\x71", "\x84\x72", "\x84\x73", "\x84\x74", "\x84\x75", "\x84\x76", + "\x84\x77", "\x84\x78", "\x84\x79", "\x84\x7a", "\x84\x7b", "\x84\x7c", + "\x84\x7d", "\x84\x7e", "\x84\x7f", "\x84\x80", "\x84\x81", "\x84\x82", + "\x84\x83", "\x84\x84", "\x84\x85", "\x84\x86", "\x84\x87", "\x84\x88", + "\x84\x89", "\x84\x8a", "\x84\x8b", "\x84\x8c", "\x84\x8d", "\x84\x8e", + "\x84\x8f", "\x84\x90", "\x84\x91", "\x84\x92", "\x84\x93", "\x84\x94", + "\x84\x95", "\x84\x96", "\x84\x97", "\x84\x98", "\x84\x99", "\x84\x9a", + "\x84\x9b", "\x84\x9c", "\x84\x9d", "\x84\x9e", "\x84\x9f", "\x84\xa0", + "\x84\xa1", "\x84\xa2", "\x84\xa3", "\x84\xa4", "\x84\xa5", "\x84\xa6", + "\x84\xa7", "\x84\xa8", "\x84\xa9", "\x84\xaa", "\x84\xab", "\x84\xac", + "\x84\xad", "\x84\xae", "\x84\xaf", "\x84\xb0", "\x84\xb1", "\x84\xb2", + "\x84\xb3", "\x84\xb4", "\x84\xb5", "\x84\xb6", "\x84\xb7", "\x84\xb8", + "\x84\xb9", "\x84\xba", "\x84\xbb", "\x84\xbc", "\x84\xbd", "\x84\xbe", + "\x84\xbf", "\x84\xc0", "\x84\xc1", "\x84\xc2", "\x84\xc3", "\x84\xc4", + "\x84\xc5", "\x84\xc6", "\x84\xc7", "\x84\xc8", "\x84\xc9", "\x84\xca", + "\x84\xcb", "\x84\xcc", "\x84\xcd", "\x84\xce", "\x84\xcf", "\x84\xd0", + "\x84\xd1", "\x84\xd2", "\x84\xd3", "\x84\xd4", "\x84\xd5", "\x84\xd6", + "\x84\xd7", "\x84\xd8", "\x84\xd9", "\x84\xda", "\x84\xdb", "\x84\xdc", + "\x84\xdd", "\x84\xde", "\x84\xdf", "\x84\xe0", "\x84\xe1", "\x84\xe2", + "\x84\xe3", "\x84\xe4", "\x84\xe5", "\x84\xe6", "\x84\xe7", "\x84\xe8", + "\x84\xe9", "\x84\xea", "\x84\xeb", "\x84\xec", "\x84\xed", "\x84\xee", + "\x84\xef", "\x84\xf0", "\x84\xf1", "\x84\xf2", "\x84\xf3", "\x84\xf4", + "\x84\xf5", "\x84\xf6", "\x84\xf7", "\x84\xf8", "\x84\xf9", "\x84\xfa", + "\x84\xfb", "\x84\xfc", "\x84\xfd", "\x84\xfe", "\x85\x41", "\x85\x42", + "\x85\x43", "\x85\x44", "\x85\x45", "\x85\x46", "\x85\x47", "\x85\x48", + "\x85\x49", "\x85\x4a", "\x85\x4b", "\x85\x4c", "\x85\x4d", "\x85\x4e", + "\x85\x4f", "\x85\x50", "\x85\x51", "\x85\x52", "\x85\x53", "\x85\x54", + "\x85\x55", "\x85\x56", "\x85\x57", "\x85\x58", "\x85\x59", "\x85\x5a", + "\x85\x5b", "\x85\x5c", "\x85\x5d", "\x85\x5e", "\x85\x5f", "\x85\x60", + "\x85\x61", "\x85\x62", "\x85\x63", "\x85\x64", "\x85\x65", "\x85\x66", + "\x85\x67", "\x85\x68", "\x85\x69", "\x85\x6a", "\x85\x6b", "\x85\x6c", + "\x85\x6d", "\x85\x6e", "\x85\x6f", "\x85\x70", "\x85\x71", "\x85\x72", + "\x85\x73", "\x85\x74", "\x85\x75", "\x85\x76", "\x85\x77", "\x85\x78", + "\x85\x79", "\x85\x7a", "\x85\x7b", "\x85\x7c", "\x85\x7d", "\x85\x7e", + "\x85\x7f", "\x85\x80", "\x85\x81", "\x85\x82", "\x85\x83", "\x85\x84", + "\x85\x85", "\x85\x86", "\x85\x87", "\x85\x88", "\x85\x89", "\x85\x8a", + "\x85\x8b", "\x85\x8c", "\x85\x8d", "\x85\x8e", "\x85\x8f", "\x85\x90", + "\x85\x91", "\x85\x92", "\x85\x93", "\x85\x94", "\x85\x95", "\x85\x96", + "\x85\x97", "\x85\x98", "\x85\x99", "\x85\x9a", "\x85\x9b", "\x85\x9c", + "\x85\x9d", "\x85\x9e", "\x85\x9f", "\x85\xa0", "\x85\xa1", "\x85\xa2", + "\x85\xa3", "\x85\xa4", "\x85\xa5", "\x85\xa6", "\x85\xa7", "\x85\xa8", + "\x85\xa9", "\x85\xaa", "\x85\xab", "\x85\xac", "\x85\xad", "\x85\xae", + "\x85\xaf", "\x85\xb0", "\x85\xb1", "\x85\xb2", "\x85\xb3", "\x85\xb4", + "\x85\xb5", "\x85\xb6", "\x85\xb7", "\x85\xb8", "\x85\xb9", "\x85\xba", + "\x85\xbb", "\x85\xbc", "\x85\xbd", "\x85\xbe", "\x85\xbf", "\x85\xc0", + "\x85\xc1", "\x85\xc2", "\x85\xc3", "\x85\xc4", "\x85\xc5", "\x85\xc6", + "\x85\xc7", "\x85\xc8", "\x85\xc9", "\x85\xca", "\x85\xcb", "\x85\xcc", + "\x85\xcd", "\x85\xce", "\x85\xcf", "\x85\xd0", "\x85\xd1", "\x85\xd2", + "\x85\xd3", "\x85\xd4", "\x85\xd5", "\x85\xd6", "\x85\xd7", "\x85\xd8", + "\x85\xd9", "\x85\xda", "\x85\xdb", "\x85\xdc", "\x85\xdd", "\x85\xde", + "\x85\xdf", "\x85\xe0", "\x85\xe1", "\x85\xe2", "\x85\xe3", "\x85\xe4", + "\x85\xe5", "\x85\xe6", "\x85\xe7", "\x85\xe8", "\x85\xe9", "\x85\xea", + "\x85\xeb", "\x85\xec", "\x85\xed", "\x85\xee", "\x85\xef", "\x85\xf0", + "\x85\xf1", "\x85\xf2", "\x85\xf3", "\x85\xf4", "\x85\xf5", "\x85\xf6", + "\x85\xf7", "\x85\xf8", "\x85\xf9", "\x85\xfa", "\x85\xfb", "\x85\xfc", + "\x85\xfd", "\x85\xfe", "\x86\x41", "\x86\x42", "\x86\x43", "\x86\x44", + "\x86\x45", "\x86\x46", "\x86\x47", "\x86\x48", "\x86\x49", "\x86\x4a", + "\x86\x4b", "\x86\x4c", "\x86\x4d", "\x86\x4e", "\x86\x4f", "\x86\x50", + "\x86\x51", "\x86\x52", "\x86\x53", "\x86\x54", "\x86\x55", "\x86\x56", + "\x86\x57", "\x86\x58", "\x86\x59", "\x86\x5a", "\x86\x5b", "\x86\x5c", + "\x86\x5d", "\x86\x5e", "\x86\x5f", "\x86\x60", "\x86\x61", "\x86\x62", + "\x86\x63", "\x86\x64", "\x86\x65", "\x86\x66", "\x86\x67", "\x86\x68", + "\x86\x69", "\x86\x6a", "\x86\x6b", "\x86\x6c", "\x86\x6d", "\x86\x6e", + "\x86\x6f", "\x86\x70", "\x86\x71", "\x86\x72", "\x86\x73", "\x86\x74", + "\x86\x75", "\x86\x76", "\x86\x77", "\x86\x78", "\x86\x79", "\x86\x7a", + "\x86\x7b", "\x86\x7c", "\x86\x7d", "\x86\x7e", "\x86\x7f", "\x86\x80", + "\x86\x81", "\x86\x82", "\x86\x83", "\x86\x84", "\x86\x85", "\x86\x86", + "\x86\x87", "\x86\x88", "\x86\x89", "\x86\x8a", "\x86\x8b", "\x86\x8c", + "\x86\x8d", "\x86\x8e", "\x86\x8f", "\x86\x90", "\x86\x91", "\x86\x92", + "\x86\x93", "\x86\x94", "\x86\x95", "\x86\x96", "\x86\x97", "\x86\x98", + "\x86\x99", "\x86\x9a", "\x86\x9b", "\x86\x9c", "\x86\x9d", "\x86\x9e", + "\x86\x9f", "\x86\xa0", "\x86\xa1", "\x86\xa2", "\x86\xa3", "\x86\xa4", + "\x86\xa5", "\x86\xa6", "\x86\xa7", "\x86\xa8", "\x86\xa9", "\x86\xaa", + "\x86\xab", "\x86\xac", "\x86\xad", "\x86\xae", "\x86\xaf", "\x86\xb0", + "\x86\xb1", "\x86\xb2", "\x86\xb3", "\x86\xb4", "\x86\xb5", "\x86\xb6", + "\x86\xb7", "\x86\xb8", "\x86\xb9", "\x86\xba", "\x86\xbb", "\x86\xbc", + "\x86\xbd", "\x86\xbe", "\x86\xbf", "\x86\xc0", "\x86\xc1", "\x86\xc2", + "\x86\xc3", "\x86\xc4", "\x86\xc5", "\x86\xc6", "\x86\xc7", "\x86\xc8", + "\x86\xc9", "\x86\xca", "\x86\xcb", "\x86\xcc", "\x86\xcd", "\x86\xce", + "\x86\xcf", "\x86\xd0", "\x86\xd1", "\x86\xd2", "\x86\xd3", "\x86\xd4", + "\x86\xd5", "\x86\xd6", "\x86\xd7", "\x86\xd8", "\x86\xd9", "\x86\xda", + "\x86\xdb", "\x86\xdc", "\x86\xdd", "\x86\xde", "\x86\xdf", "\x86\xe0", + "\x86\xe1", "\x86\xe2", "\x86\xe3", "\x86\xe4", "\x86\xe5", "\x86\xe6", + "\x86\xe7", "\x86\xe8", "\x86\xe9", "\x86\xea", "\x86\xeb", "\x86\xec", + "\x86\xed", "\x86\xee", "\x86\xef", "\x86\xf0", "\x86\xf1", "\x86\xf2", + "\x86\xf3", "\x86\xf4", "\x86\xf5", "\x86\xf6", "\x86\xf7", "\x86\xf8", + "\x86\xf9", "\x86\xfa", "\x86\xfb", "\x86\xfc", "\x86\xfd", "\x86\xfe", + "\x87\x41", "\x87\x42", "\x87\x43", "\x87\x44", "\x87\x45", "\x87\x46", + "\x87\x47", "\x87\x48", "\x87\x49", "\x87\x4a", "\x87\x4b", "\x87\x4c", + "\x87\x4d", "\x87\x4e", "\x87\x4f", "\x87\x50", "\x87\x51", "\x87\x52", + "\x87\x53", "\x87\x54", "\x87\x55", "\x87\x56", "\x87\x57", "\x87\x58", + "\x87\x59", "\x87\x5a", "\x87\x5b", "\x87\x5c", "\x87\x5d", "\x87\x5e", + "\x87\x5f", "\x87\x60", "\x87\x61", "\x87\x62", "\x87\x63", "\x87\x64", + "\x87\x65", "\x87\x66", "\x87\x67", "\x87\x68", "\x87\x69", "\x87\x6a", + "\x87\x6b", "\x87\x6c", "\x87\x6d", "\x87\x6e", "\x87\x6f", "\x87\x70", + "\x87\x71", "\x87\x72", "\x87\x73", "\x87\x74", "\x87\x75", "\x87\x76", + "\x87\x77", "\x87\x78", "\x87\x79", "\x87\x7a", "\x87\x7b", "\x87\x7c", + "\x87\x7d", "\x87\x7e", "\x87\x7f", "\x87\x80", "\x87\x81", "\x87\x82", + "\x87\x83", "\x87\x84", "\x87\x85", "\x87\x86", "\x87\x87", "\x87\x88", + "\x87\x89", "\x87\x8a", "\x87\x8b", "\x87\x8c", "\x87\x8d", "\x87\x8e", + "\x87\x8f", "\x87\x90", "\x87\x91", "\x87\x92", "\x87\x93", "\x87\x94", + "\x87\x95", "\x87\x96", "\x87\x97", "\x87\x98", "\x87\x99", "\x87\x9a", + "\x87\x9b", "\x87\x9c", "\x87\x9d", "\x87\x9e", "\x87\x9f", "\x87\xa0", + "\x87\xa1", "\x87\xa2", "\x87\xa3", "\x87\xa4", "\x87\xa5", "\x87\xa6", + "\x87\xa7", "\x87\xa8", "\x87\xa9", "\x87\xaa", "\x87\xab", "\x87\xac", + "\x87\xad", "\x87\xae", "\x87\xaf", "\x87\xb0", "\x87\xb1", "\x87\xb2", + "\x87\xb3", "\x87\xb4", "\x87\xb5", "\x87\xb6", "\x87\xb7", "\x87\xb8", + "\x87\xb9", "\x87\xba", "\x87\xbb", "\x87\xbc", "\x87\xbd", "\x87\xbe", + "\x87\xbf", "\x87\xc0", "\x87\xc1", "\x87\xc2", "\x87\xc3", "\x87\xc4", + "\x87\xc5", "\x87\xc6", "\x87\xc7", "\x87\xc8", "\x87\xc9", "\x87\xca", + "\x87\xcb", "\x87\xcc", "\x87\xcd", "\x87\xce", "\x87\xcf", "\x87\xd0", + "\x87\xd1", "\x87\xd2", "\x87\xd3", "\x87\xd4", "\x87\xd5", "\x87\xd6", + "\x87\xd7", "\x87\xd8", "\x87\xd9", "\x87\xda", "\x87\xdb", "\x87\xdc", + "\x87\xdd", "\x87\xde", "\x87\xdf", "\x87\xe0", "\x87\xe1", "\x87\xe2", + "\x87\xe3", "\x87\xe4", "\x87\xe5", "\x87\xe6", "\x87\xe7", "\x87\xe8", + "\x87\xe9", "\x87\xea", "\x87\xeb", "\x87\xec", "\x87\xed", "\x87\xee", + "\x87\xef", "\x87\xf0", "\x87\xf1", "\x87\xf2", "\x87\xf3", "\x87\xf4", + "\x87\xf5", "\x87\xf6", "\x87\xf7", "\x87\xf8", "\x87\xf9", "\x87\xfa", + "\x87\xfb", "\x87\xfc", "\x87\xfd", "\x87\xfe", "\x88\x41", "\x88\x42", + "\x88\x43", "\x88\x44", "\x88\x45", "\x88\x46", "\x88\x47", "\x88\x48", + "\x88\x49", "\x88\x4a", "\x88\x4b", "\x88\x4c", "\x88\x4d", "\x88\x4e", + "\x88\x4f", "\x88\x50", "\x88\x51", "\x88\x52", "\x88\x53", "\x88\x54", + "\x88\x55", "\x88\x56", "\x88\x57", "\x88\x58", "\x88\x59", "\x88\x5a", + "\x88\x5b", "\x88\x5c", "\x88\x5d", "\x88\x5e", "\x88\x5f", "\x88\x60", + "\x88\x61", "\x88\x62", "\x88\x63", "\x88\x64", "\x88\x65", "\x88\x66", + "\x88\x67", "\x88\x68", "\x88\x69", "\x88\x6a", "\x88\x6b", "\x88\x6c", + "\x88\x6d", "\x88\x6e", "\x88\x6f", "\x88\x70", "\x88\x71", "\x88\x72", + "\x88\x73", "\x88\x74", "\x88\x75", "\x88\x76", "\x88\x77", "\x88\x78", + "\x88\x79", "\x88\x7a", "\x88\x7b", "\x88\x7c", "\x88\x7d", "\x88\x7e", + "\x88\x7f", "\x88\x80", "\x88\x81", "\x88\x82", "\x88\x83", "\x88\x84", + "\x88\x85", "\x88\x86", "\x88\x87", "\x88\x88", "\x88\x89", "\x88\x8a", + "\x88\x8b", "\x88\x8c", "\x88\x8d", "\x88\x8e", "\x88\x8f", "\x88\x90", + "\x88\x91", "\x88\x92", "\x88\x93", "\x88\x94", "\x88\x95", "\x88\x96", + "\x88\x97", "\x88\x98", "\x88\x99", "\x88\x9a", "\x88\x9b", "\x88\x9c", + "\x88\x9d", "\x88\x9e", "\x88\x9f", "\x88\xa0", "\x88\xa1", "\x88\xa2", + "\x88\xa3", "\x88\xa4", "\x88\xa5", "\x88\xa6", "\x88\xa7", "\x88\xa8", + "\x88\xa9", "\x88\xaa", "\x88\xab", "\x88\xac", "\x88\xad", "\x88\xae", + "\x88\xaf", "\x88\xb0", "\x88\xb1", "\x88\xb2", "\x88\xb3", "\x88\xb4", + "\x88\xb5", "\x88\xb6", "\x88\xb7", "\x88\xb8", "\x88\xb9", "\x88\xba", + "\x88\xbb", "\x88\xbc", "\x88\xbd", "\x88\xbe", "\x88\xbf", "\x88\xc0", + "\x88\xc1", "\x88\xc2", "\x88\xc3", "\x88\xc4", "\x88\xc5", "\x88\xc6", + "\x88\xc7", "\x88\xc8", "\x88\xc9", "\x88\xca", "\x88\xcb", "\x88\xcc", + "\x88\xcd", "\x88\xce", "\x88\xcf", "\x88\xd0", "\x88\xd1", "\x88\xd2", + "\x88\xd3", "\x88\xd4", "\x88\xd5", "\x88\xd6", "\x88\xd7", "\x88\xd8", + "\x88\xd9", "\x88\xda", "\x88\xdb", "\x88\xdc", "\x88\xdd", "\x88\xde", + "\x88\xdf", "\x88\xe0", "\x88\xe1", "\x88\xe2", "\x88\xe3", "\x88\xe4", + "\x88\xe5", "\x88\xe6", "\x88\xe7", "\x88\xe8", "\x88\xe9", "\x88\xea", + "\x88\xeb", "\x88\xec", "\x88\xed", "\x88\xee", "\x88\xef", "\x88\xf0", + "\x88\xf1", "\x88\xf2", "\x88\xf3", "\x88\xf4", "\x88\xf5", "\x88\xf6", + "\x88\xf7", "\x88\xf8", "\x88\xf9", "\x88\xfa", "\x88\xfb", "\x88\xfc", + "\x88\xfd", "\x88\xfe", "\x89\x41", "\x89\x42", "\x89\x43", "\x89\x44", + "\x89\x45", "\x89\x46", "\x89\x47", "\x89\x48", "\x89\x49", "\x89\x4a", + "\x89\x4b", "\x89\x4c", "\x89\x4d", "\x89\x4e", "\x89\x4f", "\x89\x50", + "\x89\x51", "\x89\x52", "\x89\x53", "\x89\x54", "\x89\x55", "\x89\x56", + "\x89\x57", "\x89\x58", "\x89\x59", "\x89\x5a", "\x89\x5b", "\x89\x5c", + "\x89\x5d", "\x89\x5e", "\x89\x5f", "\x89\x60", "\x89\x61", "\x89\x62", + "\x89\x63", "\x89\x64", "\x89\x65", "\x89\x66", "\x89\x67", "\x89\x68", + "\x89\x69", "\x89\x6a", "\x89\x6b", "\x89\x6c", "\x89\x6d", "\x89\x6e", + "\x89\x6f", "\x89\x70", "\x89\x71", "\x89\x72", "\x89\x73", "\x89\x74", + "\x89\x75", "\x89\x76", "\x89\x77", "\x89\x78", "\x89\x79", "\x89\x7a", + "\x89\x7b", "\x89\x7c", "\x89\x7d", "\x89\x7e", "\x89\x7f", "\x89\x80", + "\x89\x81", "\x89\x82", "\x89\x83", "\x89\x84", "\x89\x85", "\x89\x86", + "\x89\x87", "\x89\x88", "\x89\x89", "\x89\x8a", "\x89\x8b", "\x89\x8c", + "\x89\x8d", "\x89\x8e", "\x89\x8f", "\x89\x90", "\x89\x91", "\x89\x92", + "\x89\x93", "\x89\x94", "\x89\x95", "\x89\x96", "\x89\x97", "\x89\x98", + "\x89\x99", "\x89\x9a", "\x89\x9b", "\x89\x9c", "\x89\x9d", "\x89\x9e", + "\x89\x9f", "\x89\xa0", "\x89\xa1", "\x89\xa2", "\x89\xa3", "\x89\xa4", + "\x89\xa5", "\x89\xa6", "\x89\xa7", "\x89\xa8", "\x89\xa9", "\x89\xaa", + "\x89\xab", "\x89\xac", "\x89\xad", "\x89\xae", "\x89\xaf", "\x89\xb0", + "\x89\xb1", "\x89\xb2", "\x89\xb3", "\x89\xb4", "\x89\xb5", "\x89\xb6", + "\x89\xb7", "\x89\xb8", "\x89\xb9", "\x89\xba", "\x89\xbb", "\x89\xbc", + "\x89\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x44\x6e", "\xb4\xe4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x54", "\x5b\xc9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xbc", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xef", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x8e", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x66\x74", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x57\x8e", + "\x58\x77", "\x58\x82", "\x59\x80", "\x5b\xae", "\x5c\x66", "\x5c\x78", + "\x5e\x49", "\x5e\x8a", "\x5f\x7a", "\x5f\xd2", "\x5f\xd5", "\x5f\xd9", + "\x5f\xdd", "\x60\x59", "\x60\xad", "\x61\x77", "\x62\xb9", "\x62\xce", + "\x62\xe2", "\x63\xee", "\x64\x8e", "\x64\xf1", "\x65\x49", "\x65\x66", + "\x65\xb8", "\x65\xc6", "\x66\x78", "\x66\xdd", "\x66\xdf", "\x66\xe6", + "\x67\xf4", "\x00\x00", "\x00\x00", "\xb3\x54", "\xb3\x63", "\xb3\x69", + "\xb3\x7b", "\xb3\x7f", "\xb3\x83", "\xb3\x9e", "\xb3\xa5", "\xb3\xac", + "\xb3\xbf", "\xb3\xc2", "\xb3\xe7", "\xb3\xe8", "\xb4\x61", "\xb4\x66", + "\xb4\x67", "\xb4\x6a", "\xb4\x85", "\xb4\x89", "\xb4\x97", "\xb4\xb3", + "\xb5\x49", "\xb5\x59", "\xb5\x62", "\xb5\x7c", "\xb5\x82", "\xb5\x96", + "\xb5\xce", "\xb5\xd6", "\xb5\xd8", "\xb5\xd7", "\xb5\xd9", "\xb5\xda", + "\xb5\xdb", "\xb5\xdd", "\xb5\xde", "\xb5\xe7", "\xb5\xe8", "\xb5\xfb", + "\xb6\x5b", "\xb6\x5d", "\xb6\x5f", "\xb6\x65", "\xb6\x6a", "\xb6\x83", + "\xb6\x94", "\xb6\x95", "\xb6\xa3", "\xb6\xd9", "\xb6\xe0", "\xb6\xe6", + "\xb6\xe9", "\xb6\xf3", "\xb6\xf6", "\xb7\x4d", "\xb7\x4f", "\xb7\x82", + "\xb7\x89", "\xb7\x8d", "\xe9\xa3", "\xe9\xa4", "\xec\xaa", "\xec\xab", + "\x42\x5a", "\x42\x7f", "\x42\x7b", "\x42\xe0", "\x42\x6c", "\x42\x50", + "\x42\x7d", "\x42\x4d", "\x42\x5d", "\x42\x5c", "\x42\x4e", "\x42\x6b", + "\xe9\xf3", "\x42\x4b", "\x42\x61", "\x42\xf0", "\x42\xf1", "\x42\xf2", + "\x42\xf3", "\x42\xf4", "\x42\xf5", "\x42\xf6", "\x42\xf7", "\x42\xf8", + "\x42\xf9", "\x42\x7a", "\x42\x5e", "\x42\x4c", "\x42\x7e", "\x42\x6e", + "\x42\x6f", "\x42\x7c", "\x42\xc1", "\x42\xc2", "\x42\xc3", "\x42\xc4", + "\x42\xc5", "\x42\xc6", "\x42\xc7", "\x42\xc8", "\x42\xc9", "\x42\xd1", + "\x42\xd2", "\x42\xd3", "\x42\xd4", "\x42\xd5", "\x42\xd6", "\x42\xd7", + "\x42\xd8", "\x42\xd9", "\x42\xe2", "\x42\xe3", "\x42\xe4", "\x42\xe5", + "\x42\xe6", "\x42\xe7", "\x42\xe8", "\x42\xe9", "\x44\x44", "\x43\xe0", + "\x44\x45", "\x44\x70", "\x42\x6d", "\x42\x79", "\x42\x81", "\x42\x82", + "\x42\x83", "\x42\x84", "\x42\x85", "\x42\x86", "\x42\x87", "\x42\x88", + "\x42\x89", "\x42\x91", "\x42\x92", "\x42\x93", "\x42\x94", "\x42\x95", + "\x42\x96", "\x42\x97", "\x42\x98", "\x42\x99", "\x42\xa2", "\x42\xa3", + "\x42\xa4", "\x42\xa5", "\x42\xa6", "\x42\xa7", "\x42\xa8", "\x42\xa9", + "\x42\xc0", "\x42\x4f", "\x42\xd0", "\xe9\xf4", "\xe9\xf7", "\xe9\xf8", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x43\x4a", "\x42\x4a", "\x42\x5f", "\x42\xa1", "\xe9\xf5", + "\x42\x5b", "\xb3\x42", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x46", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\x48", "\x00\x00", "\xb3\x49", "\xb3\x4e", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x53", "\xb3\x5d", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x60", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x64", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\x67", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x68", "\xb3\x6b", + "\xb3\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x73", "\xb3\x76", + "\xb3\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x7a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x80", "\xb3\x82", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\x84", "\xb3\x88", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x89", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\x8d", "\xb3\x9b", "\xb3\x9f", + "\xb3\xa2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xa3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xa4", "\xb3\xa8", "\xb3\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb3", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xb6", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xb7", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xb8", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xba", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xbd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xbe", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xc0", "\xb3\xc5", + "\xb3\xc6", "\xb3\xca", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xd1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xd6", "\xb3\xd9", + "\xb3\xda", "\xb3\xe4", "\xb3\xe9", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xea", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xeb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xec", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xf0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb3\xf2", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb3\xf4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb3\xf5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb3\xf9", "\xb3\xfa", "\xb4\x44", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x46", "\xb4\x49", "\xb4\x50", "\xb4\x52", "\xb4\x56", "\xb4\x5a", + "\xb4\x62", "\xb4\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x69", "\xb4\x6c", "\xb4\x72", + "\xb4\x75", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x77", "\xb4\x78", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x7c", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\x7d", "\xb4\x80", "\xb4\x91", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x93", "\xb4\x94", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\x96", + "\xb4\x9f", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xa1", "\x00\x00", + "\xb4\xa2", "\xb4\xa3", "\x00\x00", "\xb4\xa4", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xa5", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xa7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xa8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xaf", "\xb4\xb0", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xb1", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xb2", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xbf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xc4", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xc5", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xcb", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb4\xd2", "\xb4\xd3", "\xb4\xd4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xd5", + "\xb4\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xdd", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xde", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xdf", "\xb4\xe0", "\xb4\xe3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb4\xe5", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb4\xe7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb4\xe8", "\xb4\xf0", "\xb4\xf6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x43", "\x00\x00", + "\xb5\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x45", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x4f", "\xb5\x55", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x57", "\xb5\x58", "\xb5\x66", "\xb5\x6c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\x6e", + "\xb5\x73", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x74", "\xb5\x7f", "\xb5\x84", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\x86", "\xb5\x8e", "\xb5\x91", "\xb5\x9a", + "\xb5\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\x9f", "\xb5\xa0", "\xb5\xa4", "\xb5\xae", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xb0", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xb4", "\xb5\xb9", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xba", "\xb5\xbb", "\xb5\xbd", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xbe", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xc0", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xc2", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xc4", "\xb5\xc8", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xcd", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xcf", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xd0", "\xb5\xd3", "\xb5\xe1", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb5\xe3", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb5\xe4", "\xb5\xe9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xea", + "\xb5\xee", "\xb5\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb5\xf0", "\xb5\xf9", "\xb5\xfc", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb5\xfd", + "\xb6\x44", "\xb6\x47", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x48", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x49", + "\x00\x00", "\x00\x00", "\xb6\x4a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x4b", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x4c", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x4d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x4e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x4f", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x51", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x52", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x54", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x56", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x57", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x59", + "\xb6\x5e", "\xb6\x63", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x64", + "\xb6\x66", "\xb6\x68", "\xb6\x72", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x75", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x7b", + "\xb6\x81", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x82", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\x85", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb6\x86", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x89", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x8a", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\x8e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\x91", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x92", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\x97", "\xb6\x9e", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xa1", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xa4", "\xb6\xab", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xac", "\xb6\xb0", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xb1", "\xb6\xb2", "\xb6\xb3", "\xb6\xb7", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xb8", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xba", "\xb6\xc5", "\xb6\xc6", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xc7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xc9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xcb", "\xb6\xd1", + "\xb6\xd2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xd4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xd6", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xd7", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xda", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb6\xdc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xdd", + "\xb6\xe4", "\xb6\xe7", "\xb6\xee", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xef", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xf0", "\xb6\xf1", + "\xb6\xf4", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb6\xf7", "\xb6\xf9", + "\xb6\xfc", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb6\xfd", "\xb7\x43", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x44", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x47", "\xb7\x4a", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x4b", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x4e", + "\xb7\x50", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x51", "\xb7\x52", "\xb7\x54", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x56", "\xb7\x59", + "\x00\x00", "\x00\x00", "\xb7\x5a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x5d", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x5e", "\xb7\x5f", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x60", "\xb7\x61", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x64", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x65", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x68", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x69", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x6a", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x6b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6c", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x6d", + "\xb7\x70", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x71", "\xb7\x73", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x74", "\xb7\x76", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x78", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x79", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x7a", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x7b", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\x7d", "\xb7\x80", "\xb7\x87", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\x88", "\xb7\x8c", "\xb7\x8f", "\xb7\x93", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x98", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\x99", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\x9a", "\xb7\x9c", "\xb7\xa7", + "\xb7\xac", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xae", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xaf", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xb0", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xb2", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xb3", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xb4", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\xb5", "\xb7\xb9", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xbb", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\xb7\xbd", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\xb7\xbf", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\xb7\xc2", "\xb7\xc6", "\xb7\xc9", "\xb7\xcc", "\xb7\xce", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xcf", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", "\x00\x00", + "\x00\x00", "\x00\x00", "\x00\x00", "\xb7\xd0", "\xb7\xd1" }; + + +struct combine +{ + uint32_t res1; + uint16_t res2; + char ch[2]; +}; +static const struct combine __ucs4_combined_to_ibm1399db[] = +{ + { .res1 = 0x000000e6, .res2 = 0x0300, .ch = "\xec\xc3" }, + { .res1 = 0x00000254, .res2 = 0x0300, .ch = "\xec\xc4" }, + { .res1 = 0x00000254, .res2 = 0x0301, .ch = "\xec\xc5" }, + { .res1 = 0x00000259, .res2 = 0x0300, .ch = "\xec\xc8" }, + { .res1 = 0x00000259, .res2 = 0x0301, .ch = "\xec\xc9" }, + { .res1 = 0x0000025a, .res2 = 0x0300, .ch = "\xec\xca" }, + { .res1 = 0x0000025a, .res2 = 0x0301, .ch = "\xec\xcb" }, + { .res1 = 0x0000028c, .res2 = 0x0300, .ch = "\xec\xc6" }, + { .res1 = 0x0000028c, .res2 = 0x0301, .ch = "\xec\xc7" }, + { .res1 = 0x000002e5, .res2 = 0x02e9, .ch = "\xec\xcd" }, + { .res1 = 0x000002e9, .res2 = 0x02e5, .ch = "\xec\xcc" }, + { .res1 = 0x0000304b, .res2 = 0x309a, .ch = "\xec\xb5" }, + { .res1 = 0x0000304d, .res2 = 0x309a, .ch = "\xec\xb6" }, + { .res1 = 0x0000304f, .res2 = 0x309a, .ch = "\xec\xb7" }, + { .res1 = 0x00003051, .res2 = 0x309a, .ch = "\xec\xb8" }, + { .res1 = 0x00003053, .res2 = 0x309a, .ch = "\xec\xb9" }, + { .res1 = 0x000030ab, .res2 = 0x309a, .ch = "\xec\xba" }, + { .res1 = 0x000030ad, .res2 = 0x309a, .ch = "\xec\xbb" }, + { .res1 = 0x000030af, .res2 = 0x309a, .ch = "\xec\xbc" }, + { .res1 = 0x000030b1, .res2 = 0x309a, .ch = "\xec\xbd" }, + { .res1 = 0x000030b3, .res2 = 0x309a, .ch = "\xec\xbe" }, + { .res1 = 0x000030bb, .res2 = 0x309a, .ch = "\xec\xbf" }, + { .res1 = 0x000030c4, .res2 = 0x309a, .ch = "\xec\xc0" }, + { .res1 = 0x000030c8, .res2 = 0x309a, .ch = "\xec\xc1" }, + { .res1 = 0x000031f7, .res2 = 0x309a, .ch = "\xec\xc2" }, + { .res1 = 0xffffffff, .res2 = 0xffff, .ch = "\x00\x00" } +}; + +#endif /* _IBM1399_H */ diff --git a/iconvdata/ibm16804.c b/iconvdata/ibm16804.c new file mode 100644 index 0000000000..2e5f65ea8c --- /dev/null +++ b/iconvdata/ibm16804.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM16804. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM16804//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm16804.h b/iconvdata/ibm16804.h new file mode 100644 index 0000000000..699ef659fa --- /dev/null +++ b/iconvdata/ibm16804.h @@ -0,0 +1,152 @@ +/* Tables for conversion from and to IBM16804. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0651, [0x43] = 0xfe7d, + [0x44] = 0x0640, [0x45] = 0x200b, [0x46] = 0x0621, [0x47] = 0x0622, + [0x48] = 0xfe82, [0x49] = 0x0623, [0x4a] = 0x00a2, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0xfe84, [0x52] = 0x0624, [0x55] = 0x0626, + [0x56] = 0x0627, [0x57] = 0xfe8e, [0x58] = 0x0628, [0x59] = 0xfe91, + [0x5a] = 0x0021, [0x5b] = 0x0024, [0x5c] = 0x002a, [0x5d] = 0x0029, + [0x5e] = 0x003b, [0x5f] = 0x00ac, [0x60] = 0x002d, [0x61] = 0x002f, + [0x62] = 0x0629, [0x63] = 0x062a, [0x64] = 0xfe97, [0x65] = 0x062b, + [0x66] = 0xfe9b, [0x67] = 0x062c, [0x68] = 0xfe9f, [0x69] = 0x062d, + [0x6a] = 0x00a6, [0x6b] = 0x002c, [0x6c] = 0x0025, [0x6d] = 0x005f, + [0x6e] = 0x003e, [0x6f] = 0x003f, [0x70] = 0xfea3, [0x71] = 0x062e, + [0x72] = 0xfea7, [0x73] = 0x062f, [0x74] = 0x0630, [0x75] = 0x0631, + [0x76] = 0x0632, [0x77] = 0x0633, [0x78] = 0xfeb3, [0x79] = 0x060c, + [0x7a] = 0x003a, [0x7b] = 0x0023, [0x7c] = 0x0040, [0x7d] = 0x0027, + [0x7e] = 0x003d, [0x7f] = 0x0022, [0x80] = 0x0634, [0x81] = 0x0061, + [0x82] = 0x0062, [0x83] = 0x0063, [0x84] = 0x0064, [0x85] = 0x0065, + [0x86] = 0x0066, [0x87] = 0x0067, [0x88] = 0x0068, [0x89] = 0x0069, + [0x8a] = 0xfeb7, [0x8b] = 0x0635, [0x8c] = 0xfebb, [0x8d] = 0x0636, + [0x8e] = 0xfebf, [0x8f] = 0x0637, [0x90] = 0x0638, [0x91] = 0x006a, + [0x92] = 0x006b, [0x93] = 0x006c, [0x94] = 0x006d, [0x95] = 0x006e, + [0x96] = 0x006f, [0x97] = 0x0070, [0x98] = 0x0071, [0x99] = 0x0072, + [0x9a] = 0x0639, [0x9b] = 0xfeca, [0x9c] = 0xfecb, [0x9d] = 0xfecc, + [0x9e] = 0x063a, [0x9f] = 0xfece, [0xa0] = 0xfecf, [0xa1] = 0x00f7, + [0xa2] = 0x0073, [0xa3] = 0x0074, [0xa4] = 0x0075, [0xa5] = 0x0076, + [0xa6] = 0x0077, [0xa7] = 0x0078, [0xa8] = 0x0079, [0xa9] = 0x007a, + [0xaa] = 0xfed0, [0xab] = 0x0641, [0xac] = 0xfed3, [0xad] = 0x0642, + [0xae] = 0xfed7, [0xaf] = 0x0643, [0xb0] = 0xfedb, [0xb1] = 0x0644, + [0xb2] = 0xfef5, [0xb3] = 0xfef6, [0xb4] = 0xfef7, [0xb5] = 0xfef8, + [0xb8] = 0xfefb, [0xb9] = 0xfefc, [0xba] = 0xfedf, [0xbb] = 0x0645, + [0xbc] = 0xfee3, [0xbd] = 0x0646, [0xbe] = 0xfee7, [0xbf] = 0x0647, + [0xc0] = 0x061b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0xfeeb, + [0xcd] = 0xfeec, [0xcf] = 0x0648, [0xd0] = 0x061f, [0xd1] = 0x004a, + [0xd2] = 0x004b, [0xd3] = 0x004c, [0xd4] = 0x004d, [0xd5] = 0x004e, + [0xd6] = 0x004f, [0xd7] = 0x0050, [0xd8] = 0x0051, [0xd9] = 0x0052, + [0xda] = 0x0649, [0xdb] = 0xfef0, [0xdc] = 0x064a, [0xdd] = 0xfef2, + [0xde] = 0xfef3, [0xdf] = 0x0660, [0xe0] = 0x00d7, [0xe1] = 0x2007, + [0xe2] = 0x0053, [0xe3] = 0x0054, [0xe4] = 0x0055, [0xe5] = 0x0056, + [0xe6] = 0x0057, [0xe7] = 0x0058, [0xe8] = 0x0059, [0xe9] = 0x005a, + [0xea] = 0x0661, [0xeb] = 0x0662, [0xed] = 0x0663, [0xee] = 0x0664, + [0xef] = 0x0665, [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, + [0xf3] = 0x0033, [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, + [0xf7] = 0x0037, [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x20ac, + [0xfb] = 0x0666, [0xfc] = 0x0667, [0xfd] = 0x0668, [0xfe] = 0x0669, + [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ad, idx: 0 }, + { start: 0x00d7, end: 0x00d7, idx: -41 }, + { start: 0x00f7, end: 0x00f7, idx: -72 }, + { start: 0x060c, end: 0x060c, idx: -1372 }, + { start: 0x061b, end: 0x064a, idx: -1386 }, + { start: 0x0651, end: 0x0651, idx: -1392 }, + { start: 0x0660, end: 0x066d, idx: -1406 }, + { start: 0x2007, end: 0x200b, idx: -7959 }, + { start: 0x20ac, end: 0x20ac, idx: -8119 }, + { start: 0xfe7c, end: 0xfefc, idx: -64902 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x00', '\x00', '\x00', '\x00', '\x6d', + '\x00', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x00', '\x4f', '\x00', '\x00', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x00', '\x4a', '\x00', '\x00', '\x00', '\x6a', '\x00', + '\x00', '\x00', '\x00', '\x00', '\x5f', '\xca', '\xe0', '\xa1', + '\x79', '\xc0', '\x00', '\x00', '\x00', '\xd0', '\x00', '\x46', + '\x47', '\x49', '\x52', '\x56', '\x55', '\x56', '\x58', '\x62', + '\x63', '\x65', '\x67', '\x69', '\x71', '\x73', '\x74', '\x75', + '\x76', '\x77', '\x80', '\x8b', '\x8d', '\x8f', '\x90', '\x9a', + '\x9e', '\x00', '\x00', '\x00', '\x00', '\x00', '\x44', '\xab', + '\xad', '\xaf', '\xb1', '\xbb', '\xbd', '\xbf', '\xcf', '\xda', + '\xdc', '\x42', '\xdf', '\xea', '\xeb', '\xed', '\xee', '\xef', + '\xfb', '\xfc', '\xfd', '\xfe', '\x6c', '\x6b', '\x4b', '\x5c', + '\xe1', '\x00', '\x00', '\x00', '\x45', '\xfa', '\x42', '\x43', + '\x00', '\x00', '\x46', '\x47', '\x48', '\x49', '\x51', '\x52', + '\x52', '\x56', '\x57', '\x00', '\x00', '\x55', '\x55', '\x56', + '\x57', '\x58', '\x58', '\x59', '\x59', '\x62', '\x62', '\x63', + '\x63', '\x64', '\x64', '\x65', '\x65', '\x66', '\x66', '\x67', + '\x67', '\x68', '\x68', '\x69', '\x69', '\x70', '\x70', '\x71', + '\x71', '\x72', '\x72', '\x73', '\x73', '\x74', '\x74', '\x75', + '\x75', '\x76', '\x76', '\x77', '\x77', '\x78', '\x78', '\x80', + '\x80', '\x8a', '\x8a', '\x8b', '\x8b', '\x8c', '\x8c', '\x8d', + '\x8d', '\x8e', '\x8e', '\x8f', '\x8f', '\x8f', '\x8f', '\x90', + '\x90', '\x90', '\x90', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', + '\x9f', '\xa0', '\xaa', '\xab', '\xab', '\xac', '\xac', '\xad', + '\xad', '\xae', '\xae', '\xaf', '\xaf', '\xb0', '\xb0', '\xb1', + '\xb1', '\xba', '\xba', '\xbb', '\xbb', '\xbc', '\xbc', '\xbd', + '\xbd', '\xbe', '\xbe', '\xbf', '\xbf', '\xcb', '\xcd', '\xcf', + '\xcf', '\xda', '\xdb', '\xdc', '\xdd', '\xde', '\xde', '\xb2', + '\xb3', '\xb4', '\xb5', '\xb8', '\xb9', '\xb8', '\xb9' +}; diff --git a/iconvdata/ibm437.c b/iconvdata/ibm437.c index 2bec8c1223..38955c8477 100644 --- a/iconvdata/ibm437.c +++ b/iconvdata/ibm437.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM437. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -24,6 +24,6 @@ #define TABLES #define CHARSET_NAME "IBM437//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 /* All 256 character are defined. */ #include <8bit-gap.c> diff --git a/iconvdata/ibm4517.c b/iconvdata/ibm4517.c new file mode 100644 index 0000000000..587172481f --- /dev/null +++ b/iconvdata/ibm4517.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM4517. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM4517//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm4517.h b/iconvdata/ibm4517.h new file mode 100644 index 0000000000..59e9f83cb7 --- /dev/null +++ b/iconvdata/ibm4517.h @@ -0,0 +1,156 @@ +/* Tables for conversion from and to IBM4517. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0xfe7c, [0x43] = 0xfe7d, + [0x44] = 0x0640, [0x45] = 0x200b, [0x46] = 0xfe80, [0x47] = 0xfe81, + [0x48] = 0xfe82, [0x49] = 0xfe83, [0x4a] = 0x00b0, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0xfe84, [0x52] = 0xfe85, [0x55] = 0xfe8b, + [0x56] = 0xfe8d, [0x57] = 0xfe8e, [0x58] = 0xfe8f, [0x59] = 0xfe91, + [0x5a] = 0x00a7, [0x5b] = 0x0024, [0x5c] = 0x002a, [0x5d] = 0x0029, + [0x5e] = 0x003b, [0x5f] = 0x005e, [0x60] = 0x002d, [0x61] = 0x002f, + [0x62] = 0xfe93, [0x63] = 0xfe95, [0x64] = 0xfe97, [0x65] = 0xfe99, + [0x66] = 0xfe9b, [0x67] = 0xfe9d, [0x68] = 0xfe9f, [0x69] = 0xfea1, + [0x6a] = 0x00fa, [0x6b] = 0x002c, [0x6c] = 0x0025, [0x6d] = 0x005f, + [0x6e] = 0x003e, [0x6f] = 0x003f, [0x70] = 0xfea3, [0x71] = 0xfea5, + [0x72] = 0xfea7, [0x73] = 0xfea9, [0x74] = 0xfeab, [0x75] = 0xfead, + [0x76] = 0xfeaf, [0x77] = 0xfeb1, [0x78] = 0xfeb3, [0x79] = 0x00a3, + [0x7a] = 0x003a, [0x7b] = 0x00b5, [0x7c] = 0x00e1, [0x7d] = 0x0027, + [0x7e] = 0x003d, [0x7f] = 0x0022, [0x80] = 0xfeb5, [0x81] = 0x0061, + [0x82] = 0x0062, [0x83] = 0x0063, [0x84] = 0x0064, [0x85] = 0x0065, + [0x86] = 0x0066, [0x87] = 0x0067, [0x88] = 0x0068, [0x89] = 0x0069, + [0x8a] = 0xfeb7, [0x8b] = 0xfeb9, [0x8c] = 0xfebb, [0x8d] = 0xfebd, + [0x8e] = 0xfebf, [0x8f] = 0xfec3, [0x90] = 0xfec7, [0x91] = 0x006a, + [0x92] = 0x006b, [0x93] = 0x006c, [0x94] = 0x006d, [0x95] = 0x006e, + [0x96] = 0x006f, [0x97] = 0x0070, [0x98] = 0x0071, [0x99] = 0x0072, + [0x9a] = 0xfec9, [0x9b] = 0xfeca, [0x9c] = 0xfecb, [0x9d] = 0xfecc, + [0x9e] = 0xfecd, [0x9f] = 0xfece, [0xa0] = 0xfecf, [0xa1] = 0x00a8, + [0xa2] = 0x0073, [0xa3] = 0x0074, [0xa4] = 0x0075, [0xa5] = 0x0076, + [0xa6] = 0x0077, [0xa7] = 0x0078, [0xa8] = 0x0079, [0xa9] = 0x007a, + [0xaa] = 0xfed0, [0xab] = 0xfed1, [0xac] = 0xfed3, [0xad] = 0xfed5, + [0xae] = 0xfed7, [0xaf] = 0xfed9, [0xb0] = 0xfedb, [0xb1] = 0xfedd, + [0xb2] = 0xfef5, [0xb3] = 0xfef6, [0xb4] = 0xfef7, [0xb5] = 0xfef8, + [0xb8] = 0xfefb, [0xb9] = 0xfefc, [0xba] = 0xfedf, [0xbb] = 0xfee1, + [0xbc] = 0xfee3, [0xbd] = 0xfee5, [0xbe] = 0xfee7, [0xbf] = 0xfee9, + [0xc0] = 0x00e9, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0xfeeb, + [0xcd] = 0xfeec, [0xcf] = 0xfeed, [0xd0] = 0x00e8, [0xd1] = 0x004a, + [0xd2] = 0x004b, [0xd3] = 0x004c, [0xd4] = 0x004d, [0xd5] = 0x004e, + [0xd6] = 0x004f, [0xd7] = 0x0050, [0xd8] = 0x0051, [0xd9] = 0x0052, + [0xda] = 0xfeef, [0xdb] = 0xfef0, [0xdc] = 0xfef1, [0xdd] = 0xfef2, + [0xde] = 0xfef3, [0xe0] = 0x00e7, [0xe1] = 0x2007, [0xe2] = 0x0053, + [0xe3] = 0x0054, [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, + [0xe7] = 0x0058, [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x00f7, + [0xeb] = 0x060c, [0xed] = 0x00d7, [0xee] = 0x061f, [0xef] = 0x061b, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00b5, idx: 0 }, + { start: 0x00d7, end: 0x00d7, idx: -33 }, + { start: 0x00e1, end: 0x00e9, idx: -42 }, + { start: 0x00f7, end: 0x00fa, idx: -55 }, + { start: 0x060c, end: 0x060c, idx: -1352 }, + { start: 0x061b, end: 0x064a, idx: -1366 }, + { start: 0x0651, end: 0x0651, idx: -1372 }, + { start: 0x0660, end: 0x066d, idx: -1386 }, + { start: 0x2007, end: 0x200b, idx: -7939 }, + { start: 0xf8f4, end: 0xf8f7, idx: -63467 }, + { start: 0xfe70, end: 0xfefc, idx: -64867 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x00', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x00', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x00', '\x00', '\x00', '\x5f', '\x6d', + '\x00', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\x00', '\x00', '\x00', '\x00', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x00', '\x00', '\x79', '\x00', '\x00', '\x00', '\x5a', + '\xa1', '\x00', '\x00', '\x00', '\x00', '\xca', '\x00', '\x00', + '\x4a', '\x00', '\x00', '\x00', '\x00', '\x7b', '\xed', '\x7c', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xe0', '\xd0', '\xc0', + '\xea', '\x00', '\x00', '\x6a', '\xeb', '\xef', '\x00', '\x00', + '\x00', '\xee', '\x00', '\x46', '\x47', '\x49', '\x52', '\x56', + '\x55', '\x56', '\x58', '\x62', '\x63', '\x65', '\x67', '\x69', + '\x71', '\x73', '\x74', '\x75', '\x76', '\x77', '\x80', '\x8b', + '\x8d', '\x8f', '\x90', '\x9a', '\x9e', '\x00', '\x00', '\x00', + '\x00', '\x00', '\x44', '\xab', '\xad', '\xaf', '\xb1', '\xbb', + '\xbd', '\xbf', '\xcf', '\xda', '\xdc', '\x42', '\xf0', '\xf1', + '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', '\xf8', '\xf9', + '\x6c', '\x6b', '\x4b', '\x5c', '\xe1', '\x00', '\x00', '\x00', + '\x45', '\x8b', '\x80', '\x77', '\x8d', '\x40', '\x44', '\x40', + '\x45', '\x40', '\x00', '\x40', '\x44', '\x40', '\x44', '\x40', + '\x44', '\x42', '\x43', '\x40', '\x44', '\x46', '\x47', '\x48', + '\x49', '\x51', '\x52', '\x52', '\x56', '\x57', '\x55', '\x55', + '\x55', '\x55', '\x56', '\x57', '\x58', '\x58', '\x59', '\x59', + '\x62', '\x62', '\x63', '\x63', '\x64', '\x64', '\x65', '\x65', + '\x66', '\x66', '\x67', '\x67', '\x68', '\x68', '\x69', '\x69', + '\x70', '\x70', '\x71', '\x71', '\x72', '\x72', '\x73', '\x73', + '\x74', '\x74', '\x75', '\x75', '\x76', '\x76', '\x77', '\x77', + '\x78', '\x78', '\x80', '\x80', '\x8a', '\x8a', '\x8b', '\x8b', + '\x8c', '\x8c', '\x8d', '\x8d', '\x8e', '\x8e', '\x8f', '\x8f', + '\x8f', '\x8f', '\x90', '\x90', '\x90', '\x90', '\x9a', '\x9b', + '\x9c', '\x9d', '\x9e', '\x9f', '\xa0', '\xaa', '\xab', '\xab', + '\xac', '\xac', '\xad', '\xad', '\xae', '\xae', '\xaf', '\xaf', + '\xb0', '\xb0', '\xb1', '\xb1', '\xba', '\xba', '\xbb', '\xbb', + '\xbc', '\xbc', '\xbd', '\xbd', '\xbe', '\xbe', '\xbf', '\xbf', + '\xcb', '\xcd', '\xcf', '\xcf', '\xda', '\xdb', '\xdc', '\xdd', + '\xde', '\xde', '\xb2', '\xb3', '\xb4', '\xb5', '\xb8', '\xb9', + '\xb8', '\xb9' +}; diff --git a/iconvdata/ibm4899.c b/iconvdata/ibm4899.c new file mode 100644 index 0000000000..7ee0e8ba34 --- /dev/null +++ b/iconvdata/ibm4899.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM4899. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM4899//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm4899.h b/iconvdata/ibm4899.h new file mode 100644 index 0000000000..bb49a8f627 --- /dev/null +++ b/iconvdata/ibm4899.h @@ -0,0 +1,102 @@ +/* Tables for conversion from and to IBM4899. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x4a] = 0x0024, [0x4b] = 0x002e, [0x4c] = 0x003c, + [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, [0x50] = 0x05d0, + [0x5a] = 0x0021, [0x5b] = 0x00a2, [0x5c] = 0x002a, [0x5d] = 0x0029, + [0x5e] = 0x003b, [0x5f] = 0x00ac, [0x60] = 0x002d, [0x61] = 0x002f, + [0x6b] = 0x002c, [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, + [0x6f] = 0x003f, [0x7a] = 0x003a, [0x7b] = 0x0023, [0x7c] = 0x0040, + [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, [0x81] = 0x05d1, + [0x82] = 0x05d2, [0x83] = 0x05d3, [0x84] = 0x05d4, [0x85] = 0x05d5, + [0x86] = 0x05d6, [0x87] = 0x05d7, [0x88] = 0x05d8, [0x89] = 0x05d9, + [0x91] = 0x05da, [0x92] = 0x05db, [0x93] = 0x05dc, [0x94] = 0x05dd, + [0x95] = 0x05de, [0x96] = 0x05df, [0x97] = 0x05e0, [0x98] = 0x05e1, + [0x99] = 0x05e2, [0x9c] = 0x20ac, [0x9e] = 0x20aa, [0xa2] = 0x05e3, + [0xa3] = 0x05e4, [0xa4] = 0x05e5, [0xa5] = 0x05e6, [0xa6] = 0x05e7, + [0xa7] = 0x05e8, [0xa8] = 0x05e9, [0xa9] = 0x05ea, [0xc1] = 0x0041, + [0xc2] = 0x0042, [0xc3] = 0x0043, [0xc4] = 0x0044, [0xc5] = 0x0045, + [0xc6] = 0x0046, [0xc7] = 0x0047, [0xc8] = 0x0048, [0xc9] = 0x0049, + [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, [0xd4] = 0x004d, + [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, [0xd8] = 0x0051, + [0xd9] = 0x0052, [0xdb] = 0x202d, [0xdc] = 0x202e, [0xdd] = 0x202c, + [0xe2] = 0x0053, [0xe3] = 0x0054, [0xe4] = 0x0055, [0xe5] = 0x0056, + [0xe6] = 0x0057, [0xe7] = 0x0058, [0xe8] = 0x0059, [0xe9] = 0x005a, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfb] = 0x202a, [0xfc] = 0x202b, + [0xfd] = 0x200e, [0xfe] = 0x200f, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x005f, idx: 0 }, + { start: 0x007c, end: 0x00a2, idx: -28 }, + { start: 0x00ac, end: 0x00ac, idx: -37 }, + { start: 0x05d0, end: 0x05ea, idx: -1352 }, + { start: 0x200e, end: 0x200f, idx: -8043 }, + { start: 0x202a, end: 0x202e, idx: -8069 }, + { start: 0x20aa, end: 0x20ac, idx: -8192 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x4a', '\x6c', '\x00', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x00', '\x00', '\x00', '\x00', '\x6d', + '\x4f', '\x00', '\x00', '\x07', '\x20', '\x21', '\x22', '\x23', + '\x24', '\x15', '\x06', '\x17', '\x28', '\x29', '\x2a', '\x2b', + '\x2c', '\x09', '\x0a', '\x1b', '\x30', '\x31', '\x1a', '\x33', + '\x34', '\x35', '\x36', '\x08', '\x38', '\x39', '\x3a', '\x3b', + '\x04', '\x14', '\x3e', '\xff', '\x00', '\x00', '\x5b', '\x5f', + '\x50', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xfd', '\xfe', '\xfb', '\xfc', '\xdd', + '\xdb', '\xdc', '\x9e', '\x00', '\x9c' +}; diff --git a/iconvdata/ibm4909.c b/iconvdata/ibm4909.c new file mode 100644 index 0000000000..da35689eed --- /dev/null +++ b/iconvdata/ibm4909.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM4909. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM4909//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm4909.h b/iconvdata/ibm4909.h new file mode 100644 index 0000000000..3be8932f0a --- /dev/null +++ b/iconvdata/ibm4909.h @@ -0,0 +1,134 @@ +/* Tables for conversion from and to IBM4909. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x0080, [0x81] = 0x0081, [0x82] = 0x0082, [0x83] = 0x0083, + [0x84] = 0x0084, [0x85] = 0x0085, [0x86] = 0x0086, [0x87] = 0x0087, + [0x88] = 0x0088, [0x89] = 0x0089, [0x8a] = 0x008a, [0x8b] = 0x008b, + [0x8c] = 0x008c, [0x8d] = 0x008d, [0x8e] = 0x008e, [0x8f] = 0x008f, + [0x90] = 0x0090, [0x91] = 0x0091, [0x92] = 0x0092, [0x93] = 0x0093, + [0x94] = 0x0094, [0x95] = 0x0095, [0x96] = 0x0096, [0x97] = 0x0097, + [0x98] = 0x0098, [0x99] = 0x0099, [0x9a] = 0x009a, [0x9b] = 0x009b, + [0x9c] = 0x009c, [0x9d] = 0x009d, [0x9e] = 0x009e, [0x9f] = 0x009f, + [0xa0] = 0x00a0, [0xa1] = 0x2018, [0xa2] = 0x2019, [0xa3] = 0x00a3, + [0xa4] = 0x20ac, [0xa6] = 0x00a6, [0xa7] = 0x00a7, [0xa8] = 0x00a8, + [0xa9] = 0x00a9, [0xab] = 0x00ab, [0xac] = 0x00ac, [0xad] = 0x00ad, + [0xaf] = 0x2015, [0xb0] = 0x00b0, [0xb1] = 0x00b1, [0xb2] = 0x00b2, + [0xb3] = 0x00b3, [0xb4] = 0x00b4, [0xb5] = 0x0385, [0xb6] = 0x0386, + [0xb7] = 0x0387, [0xb8] = 0x0388, [0xb9] = 0x0389, [0xba] = 0x038a, + [0xbb] = 0x00bb, [0xbc] = 0x038c, [0xbd] = 0x00bd, [0xbe] = 0x038e, + [0xbf] = 0x038f, [0xc0] = 0x0390, [0xc1] = 0x0391, [0xc2] = 0x0392, + [0xc3] = 0x0393, [0xc4] = 0x0394, [0xc5] = 0x0395, [0xc6] = 0x0396, + [0xc7] = 0x0397, [0xc8] = 0x0398, [0xc9] = 0x0399, [0xca] = 0x039a, + [0xcb] = 0x039b, [0xcc] = 0x039c, [0xcd] = 0x039d, [0xce] = 0x039e, + [0xcf] = 0x039f, [0xd0] = 0x03a0, [0xd1] = 0x03a1, [0xd3] = 0x03a3, + [0xd4] = 0x03a4, [0xd5] = 0x03a5, [0xd6] = 0x03a6, [0xd7] = 0x03a7, + [0xd8] = 0x03a8, [0xd9] = 0x03a9, [0xda] = 0x03aa, [0xdb] = 0x03ab, + [0xdc] = 0x03ac, [0xdd] = 0x03ad, [0xde] = 0x03ae, [0xdf] = 0x03af, + [0xe0] = 0x03b0, [0xe1] = 0x03b1, [0xe2] = 0x03b2, [0xe3] = 0x03b3, + [0xe4] = 0x03b4, [0xe5] = 0x03b5, [0xe6] = 0x03b6, [0xe7] = 0x03b7, + [0xe8] = 0x03b8, [0xe9] = 0x03b9, [0xea] = 0x03ba, [0xeb] = 0x03bb, + [0xec] = 0x03bc, [0xed] = 0x03bd, [0xee] = 0x03be, [0xef] = 0x03bf, + [0xf0] = 0x03c0, [0xf1] = 0x03c1, [0xf2] = 0x03c2, [0xf3] = 0x03c3, + [0xf4] = 0x03c4, [0xf5] = 0x03c5, [0xf6] = 0x03c6, [0xf7] = 0x03c7, + [0xf8] = 0x03c8, [0xf9] = 0x03c9, [0xfa] = 0x03ca, [0xfb] = 0x03cb, + [0xfc] = 0x03cc, [0xfd] = 0x03cd, [0xfe] = 0x03ce +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00bd, idx: 0 }, + { start: 0x0385, end: 0x03ce, idx: -711 }, + { start: 0x03d5, end: 0x03d5, idx: -717 }, + { start: 0x2015, end: 0x2019, idx: -7948 }, + { start: 0x20ac, end: 0x20ac, idx: -8094 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x80', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x90', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', '\x97', + '\x98', '\x99', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', + '\xa0', '\x00', '\x00', '\xa3', '\x00', '\x00', '\xa6', '\xa7', + '\xa8', '\xa9', '\x00', '\xab', '\xac', '\xad', '\x00', '\x00', + '\xb0', '\xb1', '\xb2', '\xb3', '\xb4', '\x00', '\x00', '\xb7', + '\x00', '\x00', '\x00', '\xbb', '\x00', '\xbd', '\xb5', '\xb6', + '\xb7', '\xb8', '\xb9', '\xba', '\x00', '\xbc', '\x00', '\xbe', + '\xbf', '\xc0', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', + '\xc7', '\xc8', '\xc9', '\xca', '\xcb', '\xcc', '\xcd', '\xce', + '\xcf', '\xd0', '\xd1', '\x00', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xda', '\xdb', '\xdc', '\xdd', '\xde', + '\xdf', '\xe0', '\xe1', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\xea', '\xeb', '\xec', '\xed', '\xee', + '\xef', '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', + '\xf7', '\xf8', '\xf9', '\xfa', '\xfb', '\xfc', '\xfd', '\xfe', + '\xf6', '\xaf', '\x00', '\x00', '\xa1', '\xa2', '\xa4' +}; diff --git a/iconvdata/ibm4971.c b/iconvdata/ibm4971.c new file mode 100644 index 0000000000..0b362b6030 --- /dev/null +++ b/iconvdata/ibm4971.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM4971. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM4971//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm4971.h b/iconvdata/ibm4971.h new file mode 100644 index 0000000000..936b3e1f91 --- /dev/null +++ b/iconvdata/ibm4971.h @@ -0,0 +1,134 @@ +/* Tables for conversion from and to IBM4971. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x0391, [0x42] = 0x0392, [0x43] = 0x0393, + [0x44] = 0x0394, [0x45] = 0x0395, [0x46] = 0x0396, [0x47] = 0x0397, + [0x48] = 0x0398, [0x49] = 0x0399, [0x4a] = 0x005b, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x0021, + [0x50] = 0x0026, [0x51] = 0x039a, [0x52] = 0x039b, [0x53] = 0x039c, + [0x54] = 0x039d, [0x55] = 0x039e, [0x56] = 0x039f, [0x57] = 0x03a0, + [0x58] = 0x03a1, [0x59] = 0x03a3, [0x5a] = 0x005d, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x005e, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x03a4, [0x63] = 0x03a5, + [0x64] = 0x03a6, [0x65] = 0x03a7, [0x66] = 0x03a8, [0x67] = 0x03a9, + [0x68] = 0x03aa, [0x69] = 0x03ab, [0x6a] = 0x007c, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x00a8, [0x71] = 0x0386, [0x72] = 0x0388, [0x73] = 0x0389, + [0x74] = 0x00a0, [0x75] = 0x038a, [0x76] = 0x038c, [0x77] = 0x038e, + [0x78] = 0x038f, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0385, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x03b1, [0x8b] = 0x03b2, + [0x8c] = 0x03b3, [0x8d] = 0x03b4, [0x8e] = 0x03b5, [0x8f] = 0x03b6, + [0x90] = 0x00b0, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x03b7, [0x9b] = 0x03b8, + [0x9c] = 0x03b9, [0x9d] = 0x03ba, [0x9e] = 0x03bb, [0x9f] = 0x03bc, + [0xa0] = 0x00b4, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x03bd, [0xab] = 0x03be, + [0xac] = 0x03bf, [0xad] = 0x03c0, [0xae] = 0x03c1, [0xaf] = 0x03c3, + [0xb0] = 0x00a3, [0xb1] = 0x03ac, [0xb2] = 0x03ad, [0xb3] = 0x03ae, + [0xb4] = 0x03ca, [0xb5] = 0x03af, [0xb6] = 0x03cc, [0xb7] = 0x03cd, + [0xb8] = 0x03cb, [0xb9] = 0x03ce, [0xba] = 0x03c2, [0xbb] = 0x03c4, + [0xbc] = 0x03c5, [0xbd] = 0x03c6, [0xbe] = 0x03c7, [0xbf] = 0x03c8, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x00ad, [0xcb] = 0x03c9, + [0xcc] = 0x0390, [0xcd] = 0x03b0, [0xce] = 0x2018, [0xcf] = 0x2015, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x00b1, [0xdb] = 0x00bd, + [0xdd] = 0x0387, [0xde] = 0x2019, [0xdf] = 0x00a6, [0xe0] = 0x005c, + [0xe2] = 0x0053, [0xe3] = 0x0054, [0xe4] = 0x0055, [0xe5] = 0x0056, + [0xe6] = 0x0057, [0xe7] = 0x0058, [0xe8] = 0x0059, [0xe9] = 0x005a, + [0xea] = 0x00b2, [0xeb] = 0x00a7, [0xee] = 0x00ab, [0xef] = 0x00ac, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x00b3, [0xfb] = 0x00a9, + [0xfc] = 0x20ac, [0xfe] = 0x00bb, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00bd, idx: 0 }, + { start: 0x0385, end: 0x03ce, idx: -711 }, + { start: 0x03d5, end: 0x03d5, idx: -717 }, + { start: 0x2015, end: 0x2019, idx: -7948 }, + { start: 0x20ac, end: 0x20ac, idx: -8094 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x4f', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x4a', '\xe0', '\x5a', '\x5f', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x6a', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x74', '\x00', '\x00', '\xb0', '\x00', '\x00', '\xdf', '\xeb', + '\x70', '\xfb', '\x00', '\xee', '\xef', '\xca', '\x00', '\x00', + '\x90', '\xda', '\xea', '\xfa', '\xa0', '\x00', '\x00', '\xdd', + '\x00', '\x00', '\x00', '\xfe', '\x00', '\xdb', '\x80', '\x71', + '\xdd', '\x72', '\x73', '\x75', '\x00', '\x76', '\x00', '\x77', + '\x78', '\xcc', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', + '\x47', '\x48', '\x49', '\x51', '\x52', '\x53', '\x54', '\x55', + '\x56', '\x57', '\x58', '\x00', '\x59', '\x62', '\x63', '\x64', + '\x65', '\x66', '\x67', '\x68', '\x69', '\xb1', '\xb2', '\xb3', + '\xb5', '\xcd', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', '\xaa', '\xab', + '\xac', '\xad', '\xae', '\xba', '\xaf', '\xbb', '\xbc', '\xbd', + '\xbe', '\xbf', '\xcb', '\xb4', '\xb8', '\xb6', '\xb7', '\xb9', + '\xbd', '\xcf', '\x00', '\x00', '\xce', '\xde', '\xfc' +}; diff --git a/iconvdata/ibm5347.c b/iconvdata/ibm5347.c new file mode 100644 index 0000000000..79d4b7f663 --- /dev/null +++ b/iconvdata/ibm5347.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM5347. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM5347//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm5347.h b/iconvdata/ibm5347.h new file mode 100644 index 0000000000..4ef71a8896 --- /dev/null +++ b/iconvdata/ibm5347.h @@ -0,0 +1,142 @@ +/* Tables for conversion from and to IBM5347. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x0402, [0x81] = 0x0403, [0x82] = 0x201a, [0x83] = 0x0453, + [0x84] = 0x201e, [0x85] = 0x2026, [0x86] = 0x2020, [0x87] = 0x2021, + [0x88] = 0x20ac, [0x89] = 0x2030, [0x8a] = 0x0409, [0x8b] = 0x2039, + [0x8c] = 0x040a, [0x8d] = 0x040c, [0x8e] = 0x040b, [0x8f] = 0x040f, + [0x90] = 0x0452, [0x91] = 0x2018, [0x92] = 0x2019, [0x93] = 0x201c, + [0x94] = 0x201d, [0x95] = 0x2022, [0x96] = 0x2013, [0x97] = 0x2014, + [0x98] = 0x0098, [0x99] = 0x2122, [0x9a] = 0x0459, [0x9b] = 0x203a, + [0x9c] = 0x045a, [0x9d] = 0x045c, [0x9e] = 0x045b, [0x9f] = 0x045f, + [0xa0] = 0x00a0, [0xa1] = 0x040e, [0xa2] = 0x045e, [0xa3] = 0x0408, + [0xa4] = 0x00a4, [0xa5] = 0x0490, [0xa6] = 0x00a6, [0xa7] = 0x00a7, + [0xa8] = 0x0401, [0xa9] = 0x00a9, [0xaa] = 0x0404, [0xab] = 0x00ab, + [0xac] = 0x00ac, [0xad] = 0x00ad, [0xae] = 0x00ae, [0xaf] = 0x0407, + [0xb0] = 0x00b0, [0xb1] = 0x00b1, [0xb2] = 0x0406, [0xb3] = 0x0456, + [0xb4] = 0x0491, [0xb5] = 0x00b5, [0xb6] = 0x00b6, [0xb7] = 0x00b7, + [0xb8] = 0x0451, [0xb9] = 0x2116, [0xba] = 0x0454, [0xbb] = 0x00bb, + [0xbc] = 0x0458, [0xbd] = 0x0405, [0xbe] = 0x0455, [0xbf] = 0x0457, + [0xc0] = 0x0410, [0xc1] = 0x0411, [0xc2] = 0x0412, [0xc3] = 0x0413, + [0xc4] = 0x0414, [0xc5] = 0x0415, [0xc6] = 0x0416, [0xc7] = 0x0417, + [0xc8] = 0x0418, [0xc9] = 0x0419, [0xca] = 0x041a, [0xcb] = 0x041b, + [0xcc] = 0x041c, [0xcd] = 0x041d, [0xce] = 0x041e, [0xcf] = 0x041f, + [0xd0] = 0x0420, [0xd1] = 0x0421, [0xd2] = 0x0422, [0xd3] = 0x0423, + [0xd4] = 0x0424, [0xd5] = 0x0425, [0xd6] = 0x0426, [0xd7] = 0x0427, + [0xd8] = 0x0428, [0xd9] = 0x0429, [0xda] = 0x042a, [0xdb] = 0x042b, + [0xdc] = 0x042c, [0xdd] = 0x042d, [0xde] = 0x042e, [0xdf] = 0x042f, + [0xe0] = 0x0430, [0xe1] = 0x0431, [0xe2] = 0x0432, [0xe3] = 0x0433, + [0xe4] = 0x0434, [0xe5] = 0x0435, [0xe6] = 0x0436, [0xe7] = 0x0437, + [0xe8] = 0x0438, [0xe9] = 0x0439, [0xea] = 0x043a, [0xeb] = 0x043b, + [0xec] = 0x043c, [0xed] = 0x043d, [0xee] = 0x043e, [0xef] = 0x043f, + [0xf0] = 0x0440, [0xf1] = 0x0441, [0xf2] = 0x0442, [0xf3] = 0x0443, + [0xf4] = 0x0444, [0xf5] = 0x0445, [0xf6] = 0x0446, [0xf7] = 0x0447, + [0xf8] = 0x0448, [0xf9] = 0x0449, [0xfa] = 0x044a, [0xfb] = 0x044b, + [0xfc] = 0x044c, [0xfd] = 0x044d, [0xfe] = 0x044e, [0xff] = 0x044f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x007f, idx: 0 }, + { start: 0x0098, end: 0x0098, idx: -24 }, + { start: 0x00a0, end: 0x00bb, idx: -31 }, + { start: 0x0401, end: 0x045f, idx: -868 }, + { start: 0x0490, end: 0x0491, idx: -916 }, + { start: 0x2013, end: 0x2026, idx: -7957 }, + { start: 0x2030, end: 0x2030, idx: -7966 }, + { start: 0x2039, end: 0x203a, idx: -7974 }, + { start: 0x20ac, end: 0x20ac, idx: -8087 }, + { start: 0x2116, end: 0x2116, idx: -8192 }, + { start: 0x2122, end: 0x2122, idx: -8203 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x98', '\xa0', '\x00', '\x00', '\x00', '\xa4', '\x00', '\xa6', + '\xa7', '\x00', '\xa9', '\x00', '\xab', '\xac', '\xad', '\xae', + '\x00', '\xb0', '\xb1', '\x00', '\x00', '\x00', '\xb5', '\xb6', + '\xb7', '\x00', '\x00', '\x00', '\xbb', '\xa8', '\x80', '\x81', + '\xaa', '\xbd', '\xb2', '\xaf', '\xa3', '\x8a', '\x8c', '\x8e', + '\x8d', '\x00', '\xa1', '\x8f', '\xc0', '\xc1', '\xc2', '\xc3', + '\xc4', '\xc5', '\xc6', '\xc7', '\xc8', '\xc9', '\xca', '\xcb', + '\xcc', '\xcd', '\xce', '\xcf', '\xd0', '\xd1', '\xd2', '\xd3', + '\xd4', '\xd5', '\xd6', '\xd7', '\xd8', '\xd9', '\xda', '\xdb', + '\xdc', '\xdd', '\xde', '\xdf', '\xe0', '\xe1', '\xe2', '\xe3', + '\xe4', '\xe5', '\xe6', '\xe7', '\xe8', '\xe9', '\xea', '\xeb', + '\xec', '\xed', '\xee', '\xef', '\xf0', '\xf1', '\xf2', '\xf3', + '\xf4', '\xf5', '\xf6', '\xf7', '\xf8', '\xf9', '\xfa', '\xfb', + '\xfc', '\xfd', '\xfe', '\xff', '\x00', '\xb8', '\x90', '\x83', + '\xba', '\xbe', '\xb3', '\xbf', '\xbc', '\x9a', '\x9c', '\x9e', + '\x9d', '\x00', '\xa2', '\x9f', '\xa5', '\xb4', '\x96', '\x97', + '\x00', '\x00', '\x00', '\x91', '\x92', '\x82', '\x00', '\x93', + '\x94', '\x84', '\x00', '\x86', '\x87', '\x95', '\x00', '\x00', + '\x00', '\x85', '\x89', '\x8b', '\x9b', '\x88', '\xb9', '\x99' +}; diff --git a/iconvdata/ibm803.c b/iconvdata/ibm803.c new file mode 100644 index 0000000000..d55dc59422 --- /dev/null +++ b/iconvdata/ibm803.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM803. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM803//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm803.h b/iconvdata/ibm803.h new file mode 100644 index 0000000000..6dc45aa656 --- /dev/null +++ b/iconvdata/ibm803.h @@ -0,0 +1,96 @@ +/* Tables for conversion from and to IBM803. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x4a] = 0x0024, [0x4b] = 0x002e, [0x4c] = 0x003c, + [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, [0x50] = 0x05d0, + [0x5a] = 0x0021, [0x5b] = 0x00a2, [0x5c] = 0x002a, [0x5d] = 0x0029, + [0x5e] = 0x003b, [0x5f] = 0x00ac, [0x60] = 0x002d, [0x61] = 0x002f, + [0x6b] = 0x002c, [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, + [0x6f] = 0x003f, [0x7a] = 0x003a, [0x7b] = 0x0023, [0x7c] = 0x0040, + [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, [0x81] = 0x05d1, + [0x82] = 0x05d2, [0x83] = 0x05d3, [0x84] = 0x05d4, [0x85] = 0x05d5, + [0x86] = 0x05d6, [0x87] = 0x05d7, [0x88] = 0x05d8, [0x89] = 0x05d9, + [0x91] = 0x05da, [0x92] = 0x05db, [0x93] = 0x05dc, [0x94] = 0x05dd, + [0x95] = 0x05de, [0x96] = 0x05df, [0x97] = 0x05e0, [0x98] = 0x05e1, + [0x99] = 0x05e2, [0xa2] = 0x05e3, [0xa3] = 0x05e4, [0xa4] = 0x05e5, + [0xa5] = 0x05e6, [0xa6] = 0x05e7, [0xa7] = 0x05e8, [0xa8] = 0x05e9, + [0xa9] = 0x05ea, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xd1] = 0x004a, [0xd2] = 0x004b, + [0xd3] = 0x004c, [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, + [0xd7] = 0x0050, [0xd8] = 0x0051, [0xd9] = 0x0052, [0xe2] = 0x0053, + [0xe3] = 0x0054, [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, + [0xe7] = 0x0058, [0xe8] = 0x0059, [0xe9] = 0x005a, [0xf0] = 0x0030, + [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, [0xf4] = 0x0034, + [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, [0xf8] = 0x0038, + [0xf9] = 0x0039, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x005f, idx: 0 }, + { start: 0x007c, end: 0x00a2, idx: -28 }, + { start: 0x00ac, end: 0x00ac, idx: -37 }, + { start: 0x05d0, end: 0x05ea, idx: -1352 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x4a', '\x6c', '\x00', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x00', '\x00', '\x00', '\x00', '\x6d', + '\x4f', '\x00', '\x00', '\x07', '\x20', '\x21', '\x22', '\x23', + '\x24', '\x15', '\x06', '\x17', '\x28', '\x29', '\x2a', '\x2b', + '\x2c', '\x09', '\x0a', '\x1b', '\x30', '\x31', '\x1a', '\x33', + '\x34', '\x35', '\x36', '\x08', '\x38', '\x39', '\x3a', '\x3b', + '\x04', '\x14', '\x3e', '\xff', '\x00', '\x00', '\x5b', '\x5f', + '\x50', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9' +}; diff --git a/iconvdata/ibm861.c b/iconvdata/ibm861.c index 78a6528e1f..f9f46d299e 100644 --- a/iconvdata/ibm861.c +++ b/iconvdata/ibm861.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM861. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -24,6 +24,6 @@ #define TABLES #define CHARSET_NAME "IBM861//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 /* All 256 character are defined. */ #include <8bit-gap.c> diff --git a/iconvdata/ibm862.c b/iconvdata/ibm862.c index 447c87829e..2b0a27995b 100644 --- a/iconvdata/ibm862.c +++ b/iconvdata/ibm862.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM862. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -24,6 +24,6 @@ #define TABLES #define CHARSET_NAME "IBM862//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 /* All 256 character are defined. */ #include <8bit-gap.c> diff --git a/iconvdata/ibm863.c b/iconvdata/ibm863.c index 68aac4caad..1af36d6469 100644 --- a/iconvdata/ibm863.c +++ b/iconvdata/ibm863.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM863. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -24,6 +24,6 @@ #define TABLES #define CHARSET_NAME "IBM863//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 /* All 256 character are defined. */ #include <8bit-gap.c> diff --git a/iconvdata/ibm865.c b/iconvdata/ibm865.c index a81a95af44..4b3007713b 100644 --- a/iconvdata/ibm865.c +++ b/iconvdata/ibm865.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM865. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -24,6 +24,6 @@ #define TABLES #define CHARSET_NAME "IBM865//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 /* All 256 character are defined. */ #include <8bit-gap.c> diff --git a/iconvdata/ibm901.c b/iconvdata/ibm901.c new file mode 100644 index 0000000000..0e095ed69e --- /dev/null +++ b/iconvdata/ibm901.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM901. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM901//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm901.h b/iconvdata/ibm901.h new file mode 100644 index 0000000000..393d2d7ca3 --- /dev/null +++ b/iconvdata/ibm901.h @@ -0,0 +1,185 @@ +/* Tables for conversion from and to IBM901. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x0080, [0x81] = 0x0081, [0x82] = 0x0082, [0x83] = 0x0083, + [0x84] = 0x0084, [0x85] = 0x0085, [0x86] = 0x0086, [0x87] = 0x0087, + [0x88] = 0x0088, [0x89] = 0x0089, [0x8a] = 0x008a, [0x8b] = 0x008b, + [0x8c] = 0x008c, [0x8d] = 0x008d, [0x8e] = 0x008e, [0x8f] = 0x008f, + [0x90] = 0x0090, [0x91] = 0x0091, [0x92] = 0x0092, [0x93] = 0x0093, + [0x94] = 0x0094, [0x95] = 0x0095, [0x96] = 0x0096, [0x97] = 0x0097, + [0x98] = 0x0098, [0x99] = 0x0099, [0x9a] = 0x009a, [0x9b] = 0x009b, + [0x9c] = 0x009c, [0x9d] = 0x009d, [0x9e] = 0x009e, [0x9f] = 0x009f, + [0xa0] = 0x00a0, [0xa1] = 0x201d, [0xa2] = 0x00a2, [0xa3] = 0x00a3, + [0xa4] = 0x20ac, [0xa5] = 0x201e, [0xa6] = 0x00a6, [0xa7] = 0x00a7, + [0xa8] = 0x00d8, [0xa9] = 0x00a9, [0xaa] = 0x0156, [0xab] = 0x00ab, + [0xac] = 0x00ac, [0xad] = 0x00ad, [0xae] = 0x00ae, [0xaf] = 0x00c6, + [0xb0] = 0x00b0, [0xb1] = 0x00b1, [0xb2] = 0x00b2, [0xb3] = 0x00b3, + [0xb4] = 0x201c, [0xb5] = 0x00b5, [0xb6] = 0x00b6, [0xb7] = 0x00b7, + [0xb8] = 0x00f8, [0xb9] = 0x00b9, [0xba] = 0x0157, [0xbb] = 0x00bb, + [0xbc] = 0x00bc, [0xbd] = 0x00bd, [0xbe] = 0x00be, [0xbf] = 0x00e6, + [0xc0] = 0x0104, [0xc1] = 0x012e, [0xc2] = 0x0100, [0xc3] = 0x0106, + [0xc4] = 0x00c4, [0xc5] = 0x00c5, [0xc6] = 0x0118, [0xc7] = 0x0112, + [0xc8] = 0x010c, [0xc9] = 0x00c9, [0xca] = 0x0179, [0xcb] = 0x0116, + [0xcc] = 0x0122, [0xcd] = 0x0136, [0xce] = 0x012a, [0xcf] = 0x013b, + [0xd0] = 0x0160, [0xd1] = 0x0143, [0xd2] = 0x0145, [0xd3] = 0x00d3, + [0xd4] = 0x014c, [0xd5] = 0x00d5, [0xd6] = 0x00d6, [0xd7] = 0x00d7, + [0xd8] = 0x0172, [0xd9] = 0x0141, [0xda] = 0x015a, [0xdb] = 0x016a, + [0xdc] = 0x00dc, [0xdd] = 0x017b, [0xde] = 0x017d, [0xdf] = 0x00df, + [0xe0] = 0x0105, [0xe1] = 0x012f, [0xe2] = 0x0101, [0xe3] = 0x0107, + [0xe4] = 0x00e4, [0xe5] = 0x00e5, [0xe6] = 0x0119, [0xe7] = 0x0113, + [0xe8] = 0x010d, [0xe9] = 0x00e9, [0xea] = 0x017a, [0xeb] = 0x0117, + [0xec] = 0x0123, [0xed] = 0x0137, [0xee] = 0x012b, [0xef] = 0x013c, + [0xf0] = 0x0161, [0xf1] = 0x0144, [0xf2] = 0x0146, [0xf3] = 0x00f3, + [0xf4] = 0x014d, [0xf5] = 0x00f5, [0xf6] = 0x00f6, [0xf7] = 0x00f7, + [0xf8] = 0x0173, [0xf9] = 0x0142, [0xfa] = 0x015b, [0xfb] = 0x016b, + [0xfc] = 0x00fc, [0xfd] = 0x017c, [0xfe] = 0x017e, [0xff] = 0x2019 +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00c9, idx: 0 }, + { start: 0x00d3, end: 0x00e9, idx: -9 }, + { start: 0x00f3, end: 0x0119, idx: -18 }, + { start: 0x0122, end: 0x0123, idx: -26 }, + { start: 0x012a, end: 0x012f, idx: -32 }, + { start: 0x0136, end: 0x014d, idx: -38 }, + { start: 0x0156, end: 0x0161, idx: -46 }, + { start: 0x016a, end: 0x016b, idx: -54 }, + { start: 0x0172, end: 0x017e, idx: -60 }, + { start: 0x2017, end: 0x2022, idx: -7892 }, + { start: 0x203c, end: 0x203e, idx: -7917 }, + { start: 0x20ac, end: 0x20ac, idx: -8026 }, + { start: 0x2190, end: 0x2195, idx: -8253 }, + { start: 0x21a8, end: 0x21a8, idx: -8271 }, + { start: 0x221f, end: 0x221f, idx: -8389 }, + { start: 0x2500, end: 0x2502, idx: -9125 }, + { start: 0x250c, end: 0x251c, idx: -9134 }, + { start: 0x2524, end: 0x2524, idx: -9141 }, + { start: 0x252c, end: 0x252c, idx: -9148 }, + { start: 0x2534, end: 0x2534, idx: -9155 }, + { start: 0x253c, end: 0x253c, idx: -9162 }, + { start: 0x2550, end: 0x256c, idx: -9181 }, + { start: 0x2580, end: 0x2588, idx: -9200 }, + { start: 0x2591, end: 0x2593, idx: -9208 }, + { start: 0x25a0, end: 0x25a0, idx: -9220 }, + { start: 0x25ac, end: 0x25b2, idx: -9231 }, + { start: 0x25ba, end: 0x25bc, idx: -9238 }, + { start: 0x25c4, end: 0x25c4, idx: -9245 }, + { start: 0x25cb, end: 0x25cb, idx: -9251 }, + { start: 0x25d8, end: 0x25d9, idx: -9263 }, + { start: 0x263a, end: 0x2642, idx: -9359 }, + { start: 0x2660, end: 0x266c, idx: -9388 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x80', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x90', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', '\x97', + '\x98', '\x99', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', + '\xa0', '\x00', '\xa2', '\xa3', '\x00', '\x8e', '\xa6', '\xa7', + '\x00', '\xa9', '\x00', '\xab', '\xac', '\xad', '\xae', '\x00', + '\xb0', '\xb1', '\xb2', '\xb3', '\x00', '\xb5', '\xb6', '\xb7', + '\x00', '\xb9', '\x00', '\xbb', '\xbc', '\xbd', '\xbe', '\x00', + '\x00', '\x00', '\x00', '\x00', '\xc4', '\xc5', '\xaf', '\x00', + '\x00', '\xc9', '\xd3', '\x00', '\xd5', '\xd6', '\xd7', '\xa8', + '\x00', '\x00', '\x00', '\xdc', '\x00', '\x00', '\xdf', '\x00', + '\x00', '\x00', '\x00', '\xe4', '\xe5', '\xbf', '\x00', '\x00', + '\xe9', '\xf3', '\x00', '\xf5', '\xf6', '\xf7', '\xb8', '\x00', + '\x00', '\x00', '\xfc', '\x00', '\x00', '\x00', '\xc2', '\xe2', + '\x00', '\x00', '\xc0', '\xe0', '\xc3', '\xe3', '\x00', '\x00', + '\x00', '\x00', '\xc8', '\xe8', '\x00', '\x00', '\x00', '\x00', + '\xc7', '\xe7', '\x00', '\x00', '\xcb', '\xeb', '\xc6', '\xe6', + '\xcc', '\xec', '\xce', '\xee', '\x00', '\x00', '\xc1', '\xe1', + '\xcd', '\xed', '\x00', '\x00', '\x00', '\xcf', '\xef', '\x00', + '\x00', '\x00', '\x00', '\xd9', '\xf9', '\xd1', '\xf1', '\xd2', + '\xf2', '\x00', '\x00', '\x00', '\x00', '\x00', '\xd4', '\xf4', + '\xaa', '\xba', '\x00', '\x00', '\xda', '\xfa', '\x00', '\x00', + '\x00', '\x00', '\xd0', '\xf0', '\xdb', '\xfb', '\xd8', '\xf8', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xca', '\xea', '\xdd', + '\xfd', '\xde', '\xfe', '\x97', '\x00', '\xff', '\x00', '\x00', + '\xb4', '\xa1', '\xa5', '\x00', '\x00', '\x00', '\x07', '\x13', + '\x00', '\x9f', '\xa4', '\x1b', '\x18', '\x1a', '\x19', '\x1d', + '\x12', '\x17', '\x1c', '\x94', '\x00', '\x83', '\x86', '\x00', + '\x00', '\x00', '\x8f', '\x00', '\x00', '\x00', '\x90', '\x00', + '\x00', '\x00', '\x85', '\x00', '\x00', '\x00', '\x93', '\x84', + '\x92', '\x91', '\x95', '\x9d', '\x8a', '\x00', '\x00', '\x99', + '\x00', '\x00', '\x8b', '\x00', '\x00', '\x98', '\x00', '\x00', + '\x8c', '\x00', '\x00', '\x9c', '\x00', '\x00', '\x89', '\x00', + '\x00', '\x9b', '\x00', '\x00', '\x9a', '\x00', '\x00', '\x9e', + '\x8d', '\x00', '\x00', '\x00', '\x88', '\x00', '\x00', '\x00', + '\x87', '\x80', '\x81', '\x82', '\x96', '\x16', '\x00', '\x00', + '\x00', '\x00', '\x00', '\x1e', '\x10', '\x00', '\x1f', '\x11', + '\x09', '\x08', '\x0a', '\x01', '\x02', '\x0f', '\x00', '\x00', + '\x00', '\x0c', '\x00', '\x0b', '\x06', '\x00', '\x00', '\x05', + '\x00', '\x03', '\x04', '\x00', '\x00', '\x00', '\x0d', '\x00', + '\x0e' +}; diff --git a/iconvdata/ibm902.c b/iconvdata/ibm902.c new file mode 100644 index 0000000000..46fab92dd6 --- /dev/null +++ b/iconvdata/ibm902.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM902. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM902//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm902.h b/iconvdata/ibm902.h new file mode 100644 index 0000000000..ebc7d9667d --- /dev/null +++ b/iconvdata/ibm902.h @@ -0,0 +1,172 @@ +/* Tables for conversion from and to IBM902. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x0080, [0x81] = 0x0081, [0x82] = 0x0082, [0x83] = 0x0083, + [0x84] = 0x0084, [0x85] = 0x0085, [0x86] = 0x0086, [0x87] = 0x0087, + [0x88] = 0x0088, [0x89] = 0x0089, [0x8a] = 0x008a, [0x8b] = 0x008b, + [0x8c] = 0x008c, [0x8d] = 0x008d, [0x8e] = 0x008e, [0x8f] = 0x008f, + [0x90] = 0x0090, [0x91] = 0x0091, [0x92] = 0x0092, [0x93] = 0x0093, + [0x94] = 0x0094, [0x95] = 0x0095, [0x96] = 0x0096, [0x97] = 0x0097, + [0x98] = 0x0098, [0x99] = 0x0099, [0x9a] = 0x009a, [0x9b] = 0x009b, + [0x9c] = 0x009c, [0x9d] = 0x009d, [0x9e] = 0x009e, [0x9f] = 0x009f, + [0xa0] = 0x00a0, [0xa1] = 0x00a1, [0xa2] = 0x00a2, [0xa3] = 0x00a3, + [0xa4] = 0x20ac, [0xa5] = 0x00a5, [0xa6] = 0x00a6, [0xa7] = 0x00a7, + [0xa8] = 0x00a8, [0xa9] = 0x00a9, [0xaa] = 0x00aa, [0xab] = 0x00ab, + [0xac] = 0x00ac, [0xad] = 0x00ad, [0xae] = 0x00ae, [0xaf] = 0x00af, + [0xb0] = 0x00b0, [0xb1] = 0x00b1, [0xb2] = 0x00b2, [0xb3] = 0x00b3, + [0xb4] = 0x00b4, [0xb5] = 0x00b5, [0xb6] = 0x00b6, [0xb7] = 0x00b7, + [0xb8] = 0x00b8, [0xb9] = 0x00b9, [0xba] = 0x00ba, [0xbb] = 0x00bb, + [0xbc] = 0x00bc, [0xbd] = 0x00bd, [0xbe] = 0x00be, [0xbf] = 0x00bf, + [0xc0] = 0x00c0, [0xc1] = 0x00c1, [0xc2] = 0x00c2, [0xc3] = 0x00c3, + [0xc4] = 0x00c4, [0xc5] = 0x00c5, [0xc6] = 0x00c6, [0xc7] = 0x00c7, + [0xc8] = 0x00c8, [0xc9] = 0x00c9, [0xca] = 0x00ca, [0xcb] = 0x00cb, + [0xcc] = 0x00cc, [0xcd] = 0x00cd, [0xce] = 0x00ce, [0xcf] = 0x00cf, + [0xd0] = 0x0160, [0xd1] = 0x00d1, [0xd2] = 0x00d2, [0xd3] = 0x00d3, + [0xd4] = 0x00d4, [0xd5] = 0x00d5, [0xd6] = 0x00d6, [0xd7] = 0x00d7, + [0xd8] = 0x00d8, [0xd9] = 0x00d9, [0xda] = 0x00da, [0xdb] = 0x00db, + [0xdc] = 0x00dc, [0xdd] = 0x00dd, [0xde] = 0x017d, [0xdf] = 0x00df, + [0xe0] = 0x00e0, [0xe1] = 0x00e1, [0xe2] = 0x00e2, [0xe3] = 0x00e3, + [0xe4] = 0x00e4, [0xe5] = 0x00e5, [0xe6] = 0x00e6, [0xe7] = 0x00e7, + [0xe8] = 0x00e8, [0xe9] = 0x00e9, [0xea] = 0x00ea, [0xeb] = 0x00eb, + [0xec] = 0x00ec, [0xed] = 0x00ed, [0xee] = 0x00ee, [0xef] = 0x00ef, + [0xf0] = 0x0161, [0xf1] = 0x00f1, [0xf2] = 0x00f2, [0xf3] = 0x00f3, + [0xf4] = 0x00f4, [0xf5] = 0x00f5, [0xf6] = 0x00f6, [0xf7] = 0x00f7, + [0xf8] = 0x00f8, [0xf9] = 0x00f9, [0xfa] = 0x00fa, [0xfb] = 0x00fb, + [0xfc] = 0x00fc, [0xfd] = 0x00fd, [0xfe] = 0x017e, [0xff] = 0x00ff +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ff, idx: 0 }, + { start: 0x0160, end: 0x0161, idx: -96 }, + { start: 0x017d, end: 0x017e, idx: -123 }, + { start: 0x2017, end: 0x2017, idx: -7955 }, + { start: 0x2022, end: 0x2022, idx: -7965 }, + { start: 0x203c, end: 0x203e, idx: -7990 }, + { start: 0x20ac, end: 0x20ac, idx: -8099 }, + { start: 0x2190, end: 0x2195, idx: -8326 }, + { start: 0x21a8, end: 0x21a8, idx: -8344 }, + { start: 0x221f, end: 0x221f, idx: -8462 }, + { start: 0x2264, end: 0x2265, idx: -8530 }, + { start: 0x2500, end: 0x2502, idx: -9196 }, + { start: 0x250c, end: 0x251c, idx: -9205 }, + { start: 0x2524, end: 0x2524, idx: -9212 }, + { start: 0x252c, end: 0x252c, idx: -9219 }, + { start: 0x2534, end: 0x2534, idx: -9226 }, + { start: 0x253c, end: 0x253c, idx: -9233 }, + { start: 0x2550, end: 0x256c, idx: -9252 }, + { start: 0x2580, end: 0x2588, idx: -9271 }, + { start: 0x2591, end: 0x2593, idx: -9279 }, + { start: 0x25a0, end: 0x25a0, idx: -9291 }, + { start: 0x25ac, end: 0x25b2, idx: -9302 }, + { start: 0x25ba, end: 0x25bc, idx: -9309 }, + { start: 0x25c4, end: 0x25c4, idx: -9316 }, + { start: 0x25cb, end: 0x25cb, idx: -9322 }, + { start: 0x25d8, end: 0x25d9, idx: -9334 }, + { start: 0x263a, end: 0x2642, idx: -9430 }, + { start: 0x2660, end: 0x266c, idx: -9459 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x80', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x90', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', '\x97', + '\x98', '\x99', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', + '\xa0', '\xa1', '\xa2', '\xa3', '\x00', '\xa5', '\xa6', '\xa7', + '\xa8', '\xa9', '\xaa', '\xab', '\xac', '\xad', '\xae', '\xaf', + '\xb0', '\xb1', '\xb2', '\xb3', '\xb4', '\xb5', '\xb6', '\xb7', + '\xb8', '\xb9', '\xba', '\xbb', '\xbc', '\xbd', '\xbe', '\xbf', + '\xc0', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xca', '\xcb', '\xcc', '\xcd', '\xce', '\xcf', + '\x00', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', '\xd7', + '\xd8', '\xd9', '\xda', '\xdb', '\xdc', '\xdd', '\x00', '\xdf', + '\xe0', '\xe1', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', '\xe7', + '\xe8', '\xe9', '\xea', '\xeb', '\xec', '\xed', '\xee', '\xef', + '\x00', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\xfa', '\xfb', '\xfc', '\xfd', '\x00', '\xff', + '\xd0', '\xf0', '\xde', '\xfe', '\x97', '\x07', '\x13', '\x00', + '\xaf', '\xa4', '\x1b', '\x18', '\x1a', '\x19', '\x1d', '\x12', + '\x17', '\x1c', '\x9f', '\x8e', '\x94', '\x00', '\x83', '\x86', + '\x00', '\x00', '\x00', '\x8f', '\x00', '\x00', '\x00', '\x90', + '\x00', '\x00', '\x00', '\x85', '\x00', '\x00', '\x00', '\x93', + '\x84', '\x92', '\x91', '\x95', '\x9d', '\x8a', '\x00', '\x00', + '\x99', '\x00', '\x00', '\x8b', '\x00', '\x00', '\x98', '\x00', + '\x00', '\x8c', '\x00', '\x00', '\x9c', '\x00', '\x00', '\x89', + '\x00', '\x00', '\x9b', '\x00', '\x00', '\x9a', '\x00', '\x00', + '\x9e', '\x8d', '\x00', '\x00', '\x00', '\x88', '\x00', '\x00', + '\x00', '\x87', '\x80', '\x81', '\x82', '\x96', '\x16', '\x00', + '\x00', '\x00', '\x00', '\x00', '\x1e', '\x10', '\x00', '\x1f', + '\x11', '\x09', '\x08', '\x0a', '\x01', '\x02', '\x0f', '\x00', + '\x00', '\x00', '\x0c', '\x00', '\x0b', '\x06', '\x00', '\x00', + '\x05', '\x00', '\x03', '\x04', '\x00', '\x00', '\x00', '\x0d', + '\x00', '\x0e' +}; diff --git a/iconvdata/ibm9030.c b/iconvdata/ibm9030.c new file mode 100644 index 0000000000..f2fd93ea4b --- /dev/null +++ b/iconvdata/ibm9030.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM9030. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM9030//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm9030.h b/iconvdata/ibm9030.h new file mode 100644 index 0000000000..8c1b10b2d5 --- /dev/null +++ b/iconvdata/ibm9030.h @@ -0,0 +1,131 @@ +/* Tables for conversion from and to IBM9030. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x009c, [0x05] = 0x0009, [0x06] = 0x0086, [0x07] = 0x007f, + [0x08] = 0x0097, [0x09] = 0x008d, [0x0a] = 0x008e, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x009d, [0x15] = 0x0085, [0x16] = 0x0008, [0x17] = 0x0087, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x0092, [0x1b] = 0x008f, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0080, [0x21] = 0x0081, [0x22] = 0x0082, [0x23] = 0x0083, + [0x24] = 0x0084, [0x25] = 0x000a, [0x26] = 0x0017, [0x27] = 0x001b, + [0x28] = 0x0088, [0x29] = 0x0089, [0x2a] = 0x008a, [0x2b] = 0x008b, + [0x2c] = 0x008c, [0x2d] = 0x0005, [0x2e] = 0x0006, [0x2f] = 0x0007, + [0x30] = 0x0090, [0x31] = 0x0091, [0x32] = 0x0016, [0x33] = 0x0093, + [0x34] = 0x0094, [0x35] = 0x0095, [0x36] = 0x0096, [0x37] = 0x0004, + [0x38] = 0x0098, [0x39] = 0x0099, [0x3a] = 0x009a, [0x3b] = 0x009b, + [0x3c] = 0x0014, [0x3d] = 0x0015, [0x3e] = 0x009e, [0x3f] = 0x001a, + [0x40] = 0x0020, [0x41] = 0x00a0, [0x42] = 0x0e01, [0x43] = 0x0e02, + [0x44] = 0x0e03, [0x45] = 0x0e04, [0x46] = 0x0e05, [0x47] = 0x0e06, + [0x48] = 0x0e07, [0x49] = 0x005b, [0x4a] = 0x00a2, [0x4b] = 0x002e, + [0x4c] = 0x003c, [0x4d] = 0x0028, [0x4e] = 0x002b, [0x4f] = 0x007c, + [0x50] = 0x0026, [0x51] = 0x0e48, [0x52] = 0x0e08, [0x53] = 0x0e09, + [0x54] = 0x0e0a, [0x55] = 0x0e0b, [0x56] = 0x0e0c, [0x57] = 0x0e0d, + [0x58] = 0x0e0e, [0x59] = 0x005d, [0x5a] = 0x0021, [0x5b] = 0x0024, + [0x5c] = 0x002a, [0x5d] = 0x0029, [0x5e] = 0x003b, [0x5f] = 0x00ac, + [0x60] = 0x002d, [0x61] = 0x002f, [0x62] = 0x0e0f, [0x63] = 0x0e10, + [0x64] = 0x0e11, [0x65] = 0x0e12, [0x66] = 0x0e13, [0x67] = 0x0e14, + [0x68] = 0x0e15, [0x69] = 0x005e, [0x6a] = 0x00a6, [0x6b] = 0x002c, + [0x6c] = 0x0025, [0x6d] = 0x005f, [0x6e] = 0x003e, [0x6f] = 0x003f, + [0x70] = 0x0e3f, [0x71] = 0x0e4e, [0x72] = 0x0e16, [0x73] = 0x0e17, + [0x74] = 0x0e18, [0x75] = 0x0e19, [0x76] = 0x0e1a, [0x77] = 0x0e1b, + [0x78] = 0x0e1c, [0x79] = 0x0060, [0x7a] = 0x003a, [0x7b] = 0x0023, + [0x7c] = 0x0040, [0x7d] = 0x0027, [0x7e] = 0x003d, [0x7f] = 0x0022, + [0x80] = 0x0e4f, [0x81] = 0x0061, [0x82] = 0x0062, [0x83] = 0x0063, + [0x84] = 0x0064, [0x85] = 0x0065, [0x86] = 0x0066, [0x87] = 0x0067, + [0x88] = 0x0068, [0x89] = 0x0069, [0x8a] = 0x0e1d, [0x8b] = 0x0e1e, + [0x8c] = 0x0e1f, [0x8d] = 0x0e20, [0x8e] = 0x0e21, [0x8f] = 0x0e22, + [0x90] = 0x0e5a, [0x91] = 0x006a, [0x92] = 0x006b, [0x93] = 0x006c, + [0x94] = 0x006d, [0x95] = 0x006e, [0x96] = 0x006f, [0x97] = 0x0070, + [0x98] = 0x0071, [0x99] = 0x0072, [0x9a] = 0x0e23, [0x9b] = 0x0e24, + [0x9c] = 0x0e25, [0x9d] = 0x0e26, [0x9e] = 0x0e27, [0x9f] = 0x0e28, + [0xa0] = 0x0e5b, [0xa1] = 0x007e, [0xa2] = 0x0073, [0xa3] = 0x0074, + [0xa4] = 0x0075, [0xa5] = 0x0076, [0xa6] = 0x0077, [0xa7] = 0x0078, + [0xa8] = 0x0079, [0xa9] = 0x007a, [0xaa] = 0x0e29, [0xab] = 0x0e2a, + [0xac] = 0x0e2b, [0xad] = 0x0e2c, [0xae] = 0x0e2d, [0xaf] = 0x0e2e, + [0xb0] = 0x0e50, [0xb1] = 0x0e51, [0xb2] = 0x0e52, [0xb3] = 0x0e53, + [0xb4] = 0x0e54, [0xb5] = 0x0e55, [0xb6] = 0x0e56, [0xb7] = 0x0e57, + [0xb8] = 0x0e58, [0xb9] = 0x0e59, [0xba] = 0x0e2f, [0xbb] = 0x0e30, + [0xbc] = 0x0e31, [0xbd] = 0x0e32, [0xbe] = 0x0e33, [0xbf] = 0x0e34, + [0xc0] = 0x007b, [0xc1] = 0x0041, [0xc2] = 0x0042, [0xc3] = 0x0043, + [0xc4] = 0x0044, [0xc5] = 0x0045, [0xc6] = 0x0046, [0xc7] = 0x0047, + [0xc8] = 0x0048, [0xc9] = 0x0049, [0xca] = 0x0e49, [0xcb] = 0x0e35, + [0xcc] = 0x0e36, [0xcd] = 0x0e37, [0xce] = 0x0e38, [0xcf] = 0x0e39, + [0xd0] = 0x007d, [0xd1] = 0x004a, [0xd2] = 0x004b, [0xd3] = 0x004c, + [0xd4] = 0x004d, [0xd5] = 0x004e, [0xd6] = 0x004f, [0xd7] = 0x0050, + [0xd8] = 0x0051, [0xd9] = 0x0052, [0xda] = 0x0e3a, [0xdb] = 0x0e40, + [0xdc] = 0x0e41, [0xdd] = 0x0e42, [0xde] = 0x0e43, [0xdf] = 0x0e44, + [0xe0] = 0x005c, [0xe1] = 0x0e4a, [0xe2] = 0x0053, [0xe3] = 0x0054, + [0xe4] = 0x0055, [0xe5] = 0x0056, [0xe6] = 0x0057, [0xe7] = 0x0058, + [0xe8] = 0x0059, [0xe9] = 0x005a, [0xea] = 0x0e45, [0xeb] = 0x0e46, + [0xec] = 0x0e47, [0xed] = 0x0e48, [0xee] = 0x0e49, [0xef] = 0x0e4a, + [0xf0] = 0x0030, [0xf1] = 0x0031, [0xf2] = 0x0032, [0xf3] = 0x0033, + [0xf4] = 0x0034, [0xf5] = 0x0035, [0xf6] = 0x0036, [0xf7] = 0x0037, + [0xf8] = 0x0038, [0xf9] = 0x0039, [0xfa] = 0x0e4b, [0xfb] = 0x0e4c, + [0xfc] = 0x0e4d, [0xfd] = 0x0e4b, [0xfe] = 0x0e4c, [0xff] = 0x009f +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00ac, idx: 0 }, + { start: 0x0e01, end: 0x0e5b, idx: -3412 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x37', '\x2d', '\x2e', '\x2f', + '\x16', '\x05', '\x25', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x3c', '\x3d', '\x32', '\x26', + '\x18', '\x19', '\x3f', '\x27', '\x1c', '\x1d', '\x1e', '\x1f', + '\x40', '\x5a', '\x7f', '\x7b', '\x5b', '\x6c', '\x50', '\x7d', + '\x4d', '\x5d', '\x5c', '\x4e', '\x6b', '\x60', '\x4b', '\x61', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\x7a', '\x5e', '\x4c', '\x7e', '\x6e', '\x6f', + '\x7c', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', + '\xd7', '\xd8', '\xd9', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', + '\xe7', '\xe8', '\xe9', '\x49', '\xe0', '\x59', '\x69', '\x6d', + '\x79', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', + '\x97', '\x98', '\x99', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', + '\xa7', '\xa8', '\xa9', '\xc0', '\x4f', '\xd0', '\xa1', '\x07', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x15', '\x06', '\x17', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x09', '\x0a', '\x1b', + '\x30', '\x31', '\x1a', '\x33', '\x34', '\x35', '\x36', '\x08', + '\x38', '\x39', '\x3a', '\x3b', '\x04', '\x14', '\x3e', '\xff', + '\x41', '\x00', '\x4a', '\x00', '\x00', '\x00', '\x6a', '\x00', + '\x00', '\x00', '\x00', '\x00', '\x5f', '\x42', '\x43', '\x44', + '\x45', '\x46', '\x47', '\x48', '\x52', '\x53', '\x54', '\x55', + '\x56', '\x57', '\x58', '\x62', '\x63', '\x64', '\x65', '\x66', + '\x67', '\x68', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', '\x9a', + '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', '\xaa', '\xab', '\xac', + '\xad', '\xae', '\xaf', '\xba', '\xbb', '\xbc', '\xbd', '\xbe', + '\xbf', '\xcb', '\xcc', '\xcd', '\xce', '\xcf', '\xda', '\x00', + '\x00', '\x00', '\x00', '\x70', '\xdb', '\xdc', '\xdd', '\xde', + '\xdf', '\xea', '\xeb', '\xec', '\xed', '\xee', '\xef', '\xfa', + '\xfb', '\xfc', '\x71', '\x80', '\xb0', '\xb1', '\xb2', '\xb3', + '\xb4', '\xb5', '\xb6', '\xb7', '\xb8', '\xb9', '\x90', '\xa0' +}; diff --git a/iconvdata/ibm9066.c b/iconvdata/ibm9066.c new file mode 100644 index 0000000000..dd14e36f78 --- /dev/null +++ b/iconvdata/ibm9066.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM9066. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM9066//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm9066.h b/iconvdata/ibm9066.h new file mode 100644 index 0000000000..b1f2604826 --- /dev/null +++ b/iconvdata/ibm9066.h @@ -0,0 +1,120 @@ +/* Tables for conversion from and to IBM9066. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001c, [0x1b] = 0x001b, + [0x1c] = 0x007f, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x001a, + [0xa0] = 0x0e48, [0xa1] = 0x0e01, [0xa2] = 0x0e02, [0xa3] = 0x0e03, + [0xa4] = 0x0e04, [0xa5] = 0x0e05, [0xa6] = 0x0e06, [0xa7] = 0x0e07, + [0xa8] = 0x0e08, [0xa9] = 0x0e09, [0xaa] = 0x0e0a, [0xab] = 0x0e0b, + [0xac] = 0x0e0c, [0xad] = 0x0e0d, [0xae] = 0x0e0e, [0xaf] = 0x0e0f, + [0xb0] = 0x0e10, [0xb1] = 0x0e11, [0xb2] = 0x0e12, [0xb3] = 0x0e13, + [0xb4] = 0x0e14, [0xb5] = 0x0e15, [0xb6] = 0x0e16, [0xb7] = 0x0e17, + [0xb8] = 0x0e18, [0xb9] = 0x0e19, [0xba] = 0x0e1a, [0xbb] = 0x0e1b, + [0xbc] = 0x0e1c, [0xbd] = 0x0e1d, [0xbe] = 0x0e1e, [0xbf] = 0x0e1f, + [0xc0] = 0x0e20, [0xc1] = 0x0e21, [0xc2] = 0x0e22, [0xc3] = 0x0e23, + [0xc4] = 0x0e24, [0xc5] = 0x0e25, [0xc6] = 0x0e26, [0xc7] = 0x0e27, + [0xc8] = 0x0e28, [0xc9] = 0x0e29, [0xca] = 0x0e2a, [0xcb] = 0x0e2b, + [0xcc] = 0x0e2c, [0xcd] = 0x0e2d, [0xce] = 0x0e2e, [0xcf] = 0x0e2f, + [0xd0] = 0x0e30, [0xd1] = 0x0e31, [0xd2] = 0x0e32, [0xd3] = 0x0e33, + [0xd4] = 0x0e34, [0xd5] = 0x0e35, [0xd6] = 0x0e36, [0xd7] = 0x0e37, + [0xd8] = 0x0e38, [0xd9] = 0x0e39, [0xda] = 0x0e3a, [0xdb] = 0x0e49, + [0xdc] = 0x0e4a, [0xdd] = 0x0e4b, [0xde] = 0x0e4c, [0xdf] = 0x0e3f, + [0xe0] = 0x0e40, [0xe1] = 0x0e41, [0xe2] = 0x0e42, [0xe3] = 0x0e43, + [0xe4] = 0x0e44, [0xe5] = 0x0e45, [0xe6] = 0x0e46, [0xe7] = 0x0e47, + [0xe8] = 0x0e48, [0xe9] = 0x0e49, [0xea] = 0x0e4a, [0xeb] = 0x0e4b, + [0xec] = 0x0e4c, [0xed] = 0x0e4d, [0xee] = 0x0e4e, [0xef] = 0x0e4f, + [0xf0] = 0x0e50, [0xf1] = 0x0e51, [0xf2] = 0x0e52, [0xf3] = 0x0e53, + [0xf4] = 0x0e54, [0xf5] = 0x0e55, [0xf6] = 0x0e56, [0xf7] = 0x0e57, + [0xf8] = 0x0e58, [0xf9] = 0x0e59, [0xfa] = 0x0e5a, [0xfb] = 0x0e5b, + [0xfc] = 0x00a2, [0xfd] = 0x00ac, [0xfe] = 0x00a6, [0xff] = 0x00a0 +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x007f, idx: 0 }, + { start: 0x00a0, end: 0x00ac, idx: -32 }, + { start: 0x0e01, end: 0x0e5b, idx: -3444 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x7f', '\x1b', '\x1a', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x1c', + '\xff', '\x00', '\xfc', '\x00', '\x00', '\x00', '\xfe', '\x00', + '\x00', '\x00', '\x00', '\x00', '\xfd', '\xa1', '\xa2', '\xa3', + '\xa4', '\xa5', '\xa6', '\xa7', '\xa8', '\xa9', '\xaa', '\xab', + '\xac', '\xad', '\xae', '\xaf', '\xb0', '\xb1', '\xb2', '\xb3', + '\xb4', '\xb5', '\xb6', '\xb7', '\xb8', '\xb9', '\xba', '\xbb', + '\xbc', '\xbd', '\xbe', '\xbf', '\xc0', '\xc1', '\xc2', '\xc3', + '\xc4', '\xc5', '\xc6', '\xc7', '\xc8', '\xc9', '\xca', '\xcb', + '\xcc', '\xcd', '\xce', '\xcf', '\xd0', '\xd1', '\xd2', '\xd3', + '\xd4', '\xd5', '\xd6', '\xd7', '\xd8', '\xd9', '\xda', '\x00', + '\x00', '\x00', '\x00', '\xdf', '\xe0', '\xe1', '\xe2', '\xe3', + '\xe4', '\xe5', '\xe6', '\xe7', '\xe8', '\xe9', '\xea', '\xeb', + '\xec', '\xed', '\xee', '\xef', '\xf0', '\xf1', '\xf2', '\xf3', + '\xf4', '\xf5', '\xf6', '\xf7', '\xf8', '\xf9', '\xfa', '\xfb' +}; diff --git a/iconvdata/ibm921.c b/iconvdata/ibm921.c new file mode 100644 index 0000000000..5fb925ac94 --- /dev/null +++ b/iconvdata/ibm921.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM921. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM921//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm921.h b/iconvdata/ibm921.h new file mode 100644 index 0000000000..7fbdf0fb86 --- /dev/null +++ b/iconvdata/ibm921.h @@ -0,0 +1,148 @@ +/* Tables for conversion from and to IBM921. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x0080, [0x81] = 0x0081, [0x82] = 0x0082, [0x83] = 0x0083, + [0x84] = 0x0084, [0x85] = 0x0085, [0x86] = 0x0086, [0x87] = 0x0087, + [0x88] = 0x0088, [0x89] = 0x0089, [0x8a] = 0x008a, [0x8b] = 0x008b, + [0x8c] = 0x008c, [0x8d] = 0x008d, [0x8e] = 0x008e, [0x8f] = 0x008f, + [0x90] = 0x0090, [0x91] = 0x0091, [0x92] = 0x0092, [0x93] = 0x0093, + [0x94] = 0x0094, [0x95] = 0x0095, [0x96] = 0x0096, [0x97] = 0x0097, + [0x98] = 0x0098, [0x99] = 0x0099, [0x9a] = 0x009a, [0x9b] = 0x009b, + [0x9c] = 0x009c, [0x9d] = 0x009d, [0x9e] = 0x009e, [0x9f] = 0x009f, + [0xa0] = 0x00a0, [0xa1] = 0x201d, [0xa2] = 0x00a2, [0xa3] = 0x00a3, + [0xa4] = 0x00a4, [0xa5] = 0x201e, [0xa6] = 0x00a6, [0xa7] = 0x00a7, + [0xa8] = 0x00d8, [0xa9] = 0x00a9, [0xaa] = 0x0156, [0xab] = 0x00ab, + [0xac] = 0x00ac, [0xad] = 0x00ad, [0xae] = 0x00ae, [0xaf] = 0x00c6, + [0xb0] = 0x00b0, [0xb1] = 0x00b1, [0xb2] = 0x00b2, [0xb3] = 0x00b3, + [0xb4] = 0x201c, [0xb5] = 0x00b5, [0xb6] = 0x00b6, [0xb7] = 0x00b7, + [0xb8] = 0x00f8, [0xb9] = 0x00b9, [0xba] = 0x0157, [0xbb] = 0x00bb, + [0xbc] = 0x00bc, [0xbd] = 0x00bd, [0xbe] = 0x00be, [0xbf] = 0x00e6, + [0xc0] = 0x0104, [0xc1] = 0x012e, [0xc2] = 0x0100, [0xc3] = 0x0106, + [0xc4] = 0x00c4, [0xc5] = 0x00c5, [0xc6] = 0x0118, [0xc7] = 0x0112, + [0xc8] = 0x010c, [0xc9] = 0x00c9, [0xca] = 0x0179, [0xcb] = 0x0116, + [0xcc] = 0x0122, [0xcd] = 0x0136, [0xce] = 0x012a, [0xcf] = 0x013b, + [0xd0] = 0x0160, [0xd1] = 0x0143, [0xd2] = 0x0145, [0xd3] = 0x00d3, + [0xd4] = 0x014c, [0xd5] = 0x00d5, [0xd6] = 0x00d6, [0xd7] = 0x00d7, + [0xd8] = 0x0172, [0xd9] = 0x0141, [0xda] = 0x015a, [0xdb] = 0x016a, + [0xdc] = 0x00dc, [0xdd] = 0x017b, [0xde] = 0x017d, [0xdf] = 0x00df, + [0xe0] = 0x0105, [0xe1] = 0x012f, [0xe2] = 0x0101, [0xe3] = 0x0107, + [0xe4] = 0x00e4, [0xe5] = 0x00e5, [0xe6] = 0x0119, [0xe7] = 0x0113, + [0xe8] = 0x010d, [0xe9] = 0x00e9, [0xea] = 0x017a, [0xeb] = 0x0117, + [0xec] = 0x0123, [0xed] = 0x0137, [0xee] = 0x012b, [0xef] = 0x013c, + [0xf0] = 0x0161, [0xf1] = 0x0144, [0xf2] = 0x0146, [0xf3] = 0x00f3, + [0xf4] = 0x014d, [0xf5] = 0x00f5, [0xf6] = 0x00f6, [0xf7] = 0x00f7, + [0xf8] = 0x0173, [0xf9] = 0x0142, [0xfa] = 0x015b, [0xfb] = 0x016b, + [0xfc] = 0x00fc, [0xfd] = 0x017c, [0xfe] = 0x017e, [0xff] = 0x2019 +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x00c9, idx: 0 }, + { start: 0x00d3, end: 0x00e9, idx: -9 }, + { start: 0x00f3, end: 0x0119, idx: -18 }, + { start: 0x0122, end: 0x0123, idx: -26 }, + { start: 0x012a, end: 0x012f, idx: -32 }, + { start: 0x0136, end: 0x014d, idx: -38 }, + { start: 0x0156, end: 0x0161, idx: -46 }, + { start: 0x016a, end: 0x016b, idx: -54 }, + { start: 0x0172, end: 0x017e, idx: -60 }, + { start: 0x2019, end: 0x201e, idx: -7894 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x80', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x90', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', '\x97', + '\x98', '\x99', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', + '\xa0', '\x00', '\xa2', '\xa3', '\xa4', '\x00', '\xa6', '\xa7', + '\x00', '\xa9', '\x00', '\xab', '\xac', '\xad', '\xae', '\x00', + '\xb0', '\xb1', '\xb2', '\xb3', '\x00', '\xb5', '\xb6', '\xb7', + '\x00', '\xb9', '\x00', '\xbb', '\xbc', '\xbd', '\xbe', '\x00', + '\x00', '\x00', '\x00', '\x00', '\xc4', '\xc5', '\xaf', '\x00', + '\x00', '\xc9', '\xd3', '\x00', '\xd5', '\xd6', '\xd7', '\xa8', + '\x00', '\x00', '\x00', '\xdc', '\x00', '\x00', '\xdf', '\x00', + '\x00', '\x00', '\x00', '\xe4', '\xe5', '\xbf', '\x00', '\x00', + '\xe9', '\xf3', '\x00', '\xf5', '\xf6', '\xf7', '\xb8', '\x00', + '\x00', '\x00', '\xfc', '\x00', '\x00', '\x00', '\xc2', '\xe2', + '\x00', '\x00', '\xc0', '\xe0', '\xc3', '\xe3', '\x00', '\x00', + '\x00', '\x00', '\xc8', '\xe8', '\x00', '\x00', '\x00', '\x00', + '\xc7', '\xe7', '\x00', '\x00', '\xcb', '\xeb', '\xc6', '\xe6', + '\xcc', '\xec', '\xce', '\xee', '\x00', '\x00', '\xc1', '\xe1', + '\xcd', '\xed', '\x00', '\x00', '\x00', '\xcf', '\xef', '\x00', + '\x00', '\x00', '\x00', '\xd9', '\xf9', '\xd1', '\xf1', '\xd2', + '\xf2', '\x00', '\x00', '\x00', '\x00', '\x00', '\xd4', '\xf4', + '\xaa', '\xba', '\x00', '\x00', '\xda', '\xfa', '\x00', '\x00', + '\x00', '\x00', '\xd0', '\xf0', '\xdb', '\xfb', '\xd8', '\xf8', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xca', '\xea', '\xdd', + '\xfd', '\xde', '\xfe', '\xff', '\x00', '\x00', '\xb4', '\xa1', + '\xa5' +}; diff --git a/iconvdata/ibm930.h b/iconvdata/ibm930.h index cbf24c39c2..739a88fe9d 100644 --- a/iconvdata/ibm930.h +++ b/iconvdata/ibm930.h @@ -45,7 +45,7 @@ static const uint16_t __ibm930sb_to_ucs4[256] = /* 0x40 */ 0x0020, 0xFF61, 0xFF62, 0xFF63, 0xFF64, 0xFF65, 0xFF66, 0xFF67, /* 0x48 */ 0xFF68, 0xFF69, 0x00A3, 0x002E, 0x003C, 0x0028, 0x002B, 0x007C, /* 0x50 */ 0x0026, 0xFF6A, 0xFF6B, 0xFF6C, 0xFF6D, 0xFF6E, 0xFF6F, 0x0000, - /* 0x58 */ 0xFF70, 0x0000, 0x0021, 0x005C, 0x002A, 0x0029, 0x003B, 0x00AC, + /* 0x58 */ 0xFF70, 0x0000, 0x0021, 0x00A5, 0x002A, 0x0029, 0x003B, 0x00AC, /* 0x60 */ 0x002D, 0x002F, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, /* 0x68 */ 0x0067, 0x0068, 0x0000, 0x002C, 0x0025, 0x005F, 0x003E, 0x003F, /* 0x70 */ 0x005B, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006E, 0x006F, diff --git a/iconvdata/ibm932.c b/iconvdata/ibm932.c index 8f05581c13..4fb1582e79 100644 --- a/iconvdata/ibm932.c +++ b/iconvdata/ibm932.c @@ -94,16 +94,10 @@ } \ else \ { \ - if (res == 0x1c) \ - res = 0x1a; \ - else if (res == 0x7f) \ - res = 0x1c; \ - else if (res == 0xa5) \ + if (res == 0xa5) \ res = 0x5c; \ else if (res == 0x203e) \ res = 0x7e; \ - else if (res == 0x1a) \ - res = 0x7f; \ put32 (outptr, res); \ outptr += 4; \ inptr++; \ @@ -117,16 +111,10 @@ uint32_t res = __ibm932sb_to_ucs4[c]; \ if (res == 0 && c != 0) \ return WEOF; \ - if (res == 0x1c) \ - res = 0x1a; \ - else if (res == 0x7f) \ - res = 0x1c; \ - else if (res == 0xa5) \ + if (res == 0xa5) \ res = 0x5c; \ else if (res == 0x203e) \ res = 0x7e; \ - else if (res == 0x1a) \ - res = 0x7f; \ return res; \ } #include diff --git a/iconvdata/ibm939.c b/iconvdata/ibm939.c index aae08ba3d1..50b083f492 100644 --- a/iconvdata/ibm939.c +++ b/iconvdata/ibm939.c @@ -1,5 +1,5 @@ /* Conversion to and from IBM939. - Copyright (C) 2000-2002 Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Masahide Washizawa , 2000. @@ -200,16 +200,14 @@ enum if (__builtin_expect (ch >= 0xffff, 0)) \ { \ UNICODE_TAG_HANDLER (ch, 4); \ - rp1 = NULL; \ - rp2 = NULL; \ + goto ibm939_invalid_char; \ } \ - else \ - while (ch > rp1->end) \ - ++rp1; \ + \ + while (ch > rp1->end) \ + ++rp1; \ \ /* Use the UCS4 table for single byte. */ \ - if (__builtin_expect (rp1 == NULL, 0) \ - || __builtin_expect (ch < rp1->start, 0) \ + if (__builtin_expect (ch < rp1->start, 0) \ || (cp = __ucs4_to_ibm939sb[ch + rp1->idx], \ __builtin_expect (cp[0], L'\1') == L'\0' && ch != '\0')) \ { \ @@ -217,12 +215,12 @@ enum while (ch > rp2->end) \ ++rp2; \ \ - if (__builtin_expect (rp2 == NULL, 0) \ - || __builtin_expect (ch < rp2->start, 0) \ + if (__builtin_expect (ch < rp2->start, 0) \ || (cp = __ucs4_to_ibm939db[ch + rp2->idx], \ __builtin_expect (cp[0], L'\1')==L'\0' && ch != '\0')) \ { \ /* This is an illegal character. */ \ + ibm939_invalid_char: \ STANDARD_TO_LOOP_ERR_HANDLER (4); \ } \ else \ diff --git a/iconvdata/ibm939.h b/iconvdata/ibm939.h index 0597294ac6..900a5e2445 100644 --- a/iconvdata/ibm939.h +++ b/iconvdata/ibm939.h @@ -56,7 +56,7 @@ static const uint16_t __ibm939sb_to_ucs4[256] = /* 0x98 */ 0x0071, 0x0072, 0xFF89, 0xFF8A, 0xFF8B, 0xFF8C, 0xFF8D, 0xFF8E, /* 0xa0 */ 0x203E, 0x007E, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, 0x0078, /* 0xa8 */ 0x0079, 0x007A, 0xFF8F, 0xFF90, 0xFF91, 0x005B, 0xFF92, 0xFF93, - /* 0xb0 */ 0x005E, 0x00A3, 0x005C, 0xFF94, 0xFF95, 0xFF96, 0xFF97, 0xFF98, + /* 0xb0 */ 0x005E, 0x00A3, 0x00A5, 0xFF94, 0xFF95, 0xFF96, 0xFF97, 0xFF98, /* 0xb8 */ 0xFF99, 0xFF9A, 0xFF9B, 0xFF9C, 0xFF9D, 0x005D, 0xFF9E, 0xFF9F, /* 0xc0 */ 0x007B, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, /* 0xc8 */ 0x0048, 0x0049, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, diff --git a/iconvdata/ibm943.c b/iconvdata/ibm943.c index daeac1d8b2..119bb1f4b9 100644 --- a/iconvdata/ibm943.c +++ b/iconvdata/ibm943.c @@ -95,16 +95,10 @@ } \ else \ { \ - if (res == 0x1c) \ - res = 0x1a; \ - else if (res == 0x7f) \ - res = 0x1c; \ - else if (res == 0xa5) \ + if (res == 0xa5) \ res = 0x5c; \ else if (res == 0x203e) \ res = 0x7e; \ - else if (res == 0x1a) \ - res = 0x7f; \ put32 (outptr, res); \ outptr += 4; \ inptr++; \ @@ -118,16 +112,10 @@ uint32_t res = __ibm943sb_to_ucs4[c]; \ if (res == 0 && c != 0) \ return WEOF; \ - if (res == 0x1c) \ - res = 0x1a; \ - else if (res == 0x7f) \ - res = 0x1c; \ - else if (res == 0xa5) \ + if (res == 0xa5) \ res = 0x5c; \ else if (res == 0x203e) \ res = 0x7e; \ - else if (res == 0x1a) \ - res = 0x7f; \ return res; \ } #include diff --git a/iconvdata/ibm9448.c b/iconvdata/ibm9448.c new file mode 100644 index 0000000000..d3694cae74 --- /dev/null +++ b/iconvdata/ibm9448.c @@ -0,0 +1,29 @@ +/* Conversion from and to IBM9448. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "IBM9448//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/ibm9448.h b/iconvdata/ibm9448.h new file mode 100644 index 0000000000..ffedf3ecc6 --- /dev/null +++ b/iconvdata/ibm9448.h @@ -0,0 +1,191 @@ +/* Tables for conversion from and to IBM9448. + Copyright (C) 2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Masahide Washizawa , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +static const uint32_t to_ucs4[256] = +{ + [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, + [0x04] = 0x0004, [0x05] = 0x0005, [0x06] = 0x0006, [0x07] = 0x0007, + [0x08] = 0x0008, [0x09] = 0x0009, [0x0a] = 0x000a, [0x0b] = 0x000b, + [0x0c] = 0x000c, [0x0d] = 0x000d, [0x0e] = 0x000e, [0x0f] = 0x000f, + [0x10] = 0x0010, [0x11] = 0x0011, [0x12] = 0x0012, [0x13] = 0x0013, + [0x14] = 0x0014, [0x15] = 0x0015, [0x16] = 0x0016, [0x17] = 0x0017, + [0x18] = 0x0018, [0x19] = 0x0019, [0x1a] = 0x001a, [0x1b] = 0x001b, + [0x1c] = 0x001c, [0x1d] = 0x001d, [0x1e] = 0x001e, [0x1f] = 0x001f, + [0x20] = 0x0020, [0x21] = 0x0021, [0x22] = 0x0022, [0x23] = 0x0023, + [0x24] = 0x0024, [0x25] = 0x0025, [0x26] = 0x0026, [0x27] = 0x0027, + [0x28] = 0x0028, [0x29] = 0x0029, [0x2a] = 0x002a, [0x2b] = 0x002b, + [0x2c] = 0x002c, [0x2d] = 0x002d, [0x2e] = 0x002e, [0x2f] = 0x002f, + [0x30] = 0x0030, [0x31] = 0x0031, [0x32] = 0x0032, [0x33] = 0x0033, + [0x34] = 0x0034, [0x35] = 0x0035, [0x36] = 0x0036, [0x37] = 0x0037, + [0x38] = 0x0038, [0x39] = 0x0039, [0x3a] = 0x003a, [0x3b] = 0x003b, + [0x3c] = 0x003c, [0x3d] = 0x003d, [0x3e] = 0x003e, [0x3f] = 0x003f, + [0x40] = 0x0040, [0x41] = 0x0041, [0x42] = 0x0042, [0x43] = 0x0043, + [0x44] = 0x0044, [0x45] = 0x0045, [0x46] = 0x0046, [0x47] = 0x0047, + [0x48] = 0x0048, [0x49] = 0x0049, [0x4a] = 0x004a, [0x4b] = 0x004b, + [0x4c] = 0x004c, [0x4d] = 0x004d, [0x4e] = 0x004e, [0x4f] = 0x004f, + [0x50] = 0x0050, [0x51] = 0x0051, [0x52] = 0x0052, [0x53] = 0x0053, + [0x54] = 0x0054, [0x55] = 0x0055, [0x56] = 0x0056, [0x57] = 0x0057, + [0x58] = 0x0058, [0x59] = 0x0059, [0x5a] = 0x005a, [0x5b] = 0x005b, + [0x5c] = 0x005c, [0x5d] = 0x005d, [0x5e] = 0x005e, [0x5f] = 0x005f, + [0x60] = 0x0060, [0x61] = 0x0061, [0x62] = 0x0062, [0x63] = 0x0063, + [0x64] = 0x0064, [0x65] = 0x0065, [0x66] = 0x0066, [0x67] = 0x0067, + [0x68] = 0x0068, [0x69] = 0x0069, [0x6a] = 0x006a, [0x6b] = 0x006b, + [0x6c] = 0x006c, [0x6d] = 0x006d, [0x6e] = 0x006e, [0x6f] = 0x006f, + [0x70] = 0x0070, [0x71] = 0x0071, [0x72] = 0x0072, [0x73] = 0x0073, + [0x74] = 0x0074, [0x75] = 0x0075, [0x76] = 0x0076, [0x77] = 0x0077, + [0x78] = 0x0078, [0x79] = 0x0079, [0x7a] = 0x007a, [0x7b] = 0x007b, + [0x7c] = 0x007c, [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x20ac, [0x81] = 0x067e, [0x82] = 0x201a, [0x83] = 0x0192, + [0x84] = 0x201e, [0x85] = 0x2026, [0x86] = 0x2020, [0x87] = 0x2021, + [0x88] = 0x02c6, [0x89] = 0x2030, [0x8a] = 0x0679, [0x8b] = 0x2039, + [0x8c] = 0x0152, [0x8d] = 0x0686, [0x8e] = 0x0698, [0x8f] = 0x0688, + [0x90] = 0x06af, [0x91] = 0x2018, [0x92] = 0x2019, [0x93] = 0x201c, + [0x94] = 0x201d, [0x95] = 0x2022, [0x96] = 0x2013, [0x97] = 0x2014, + [0x98] = 0x06a9, [0x99] = 0x2122, [0x9a] = 0x0691, [0x9b] = 0x203a, + [0x9c] = 0x0153, [0x9d] = 0x200c, [0x9e] = 0x200d, [0x9f] = 0x06ba, + [0xa0] = 0x00a0, [0xa1] = 0x060c, [0xa2] = 0x00a2, [0xa3] = 0x00a3, + [0xa4] = 0x00a4, [0xa5] = 0x00a5, [0xa6] = 0x00a6, [0xa7] = 0x00a7, + [0xa8] = 0x00a8, [0xa9] = 0x00a9, [0xaa] = 0x06be, [0xab] = 0x00ab, + [0xac] = 0x00ac, [0xad] = 0x00ad, [0xae] = 0x00ae, [0xaf] = 0x00af, + [0xb0] = 0x00b0, [0xb1] = 0x00b1, [0xb2] = 0x00b2, [0xb3] = 0x00b3, + [0xb4] = 0x00b4, [0xb5] = 0x00b5, [0xb6] = 0x00b6, [0xb7] = 0x00b7, + [0xb8] = 0x00b8, [0xb9] = 0x00b9, [0xba] = 0x061b, [0xbb] = 0x00bb, + [0xbc] = 0x00bc, [0xbd] = 0x00bd, [0xbe] = 0x00be, [0xbf] = 0x061f, + [0xc0] = 0x06c1, [0xc1] = 0x0621, [0xc2] = 0x0622, [0xc3] = 0x0623, + [0xc4] = 0x0624, [0xc5] = 0x0625, [0xc6] = 0x0626, [0xc7] = 0x0627, + [0xc8] = 0x0628, [0xc9] = 0x0629, [0xca] = 0x062a, [0xcb] = 0x062b, + [0xcc] = 0x062c, [0xcd] = 0x062d, [0xce] = 0x062e, [0xcf] = 0x062f, + [0xd0] = 0x0630, [0xd1] = 0x0631, [0xd2] = 0x0632, [0xd3] = 0x0633, + [0xd4] = 0x0634, [0xd5] = 0x0635, [0xd6] = 0x0636, [0xd7] = 0x00d7, + [0xd8] = 0x0637, [0xd9] = 0x0638, [0xda] = 0x0639, [0xdb] = 0x063a, + [0xdc] = 0x0640, [0xdd] = 0x0641, [0xde] = 0x0642, [0xdf] = 0x0643, + [0xe0] = 0x00e0, [0xe1] = 0x0644, [0xe2] = 0x00e2, [0xe3] = 0x0645, + [0xe4] = 0x0646, [0xe5] = 0x0647, [0xe6] = 0x0648, [0xe7] = 0x00e7, + [0xe8] = 0x00e8, [0xe9] = 0x00e9, [0xea] = 0x00ea, [0xeb] = 0x00eb, + [0xec] = 0x0649, [0xed] = 0x064a, [0xee] = 0x00ee, [0xef] = 0x00ef, + [0xf0] = 0x064b, [0xf1] = 0x064c, [0xf2] = 0x064d, [0xf3] = 0x064e, + [0xf4] = 0x00f4, [0xf5] = 0x064f, [0xf6] = 0x0650, [0xf7] = 0x00f7, + [0xf8] = 0x0651, [0xf9] = 0x00f9, [0xfa] = 0x0652, [0xfb] = 0x00fb, + [0xfc] = 0x00fc, [0xfd] = 0x200e, [0xfe] = 0x200f, [0xff] = 0x06d2 +}; + +static const struct gap from_idx[] = +{ + { start: 0x0000, end: 0x007f, idx: 0 }, + { start: 0x00a0, end: 0x00be, idx: -32 }, + { start: 0x00d7, end: 0x00d7, idx: -56 }, + { start: 0x00e0, end: 0x00fc, idx: -64 }, + { start: 0x0152, end: 0x0153, idx: -149 }, + { start: 0x0191, end: 0x0192, idx: -210 }, + { start: 0x02c6, end: 0x02cb, idx: -517 }, + { start: 0x060c, end: 0x060c, idx: -1349 }, + { start: 0x061b, end: 0x0652, idx: -1363 }, + { start: 0x0660, end: 0x066c, idx: -1376 }, + { start: 0x0679, end: 0x067e, idx: -1388 }, + { start: 0x0686, end: 0x0688, idx: -1395 }, + { start: 0x0691, end: 0x0691, idx: -1403 }, + { start: 0x0698, end: 0x0698, idx: -1409 }, + { start: 0x06a9, end: 0x06af, idx: -1425 }, + { start: 0x06ba, end: 0x06c1, idx: -1435 }, + { start: 0x06cc, end: 0x06d2, idx: -1445 }, + { start: 0x06f0, end: 0x06f9, idx: -1474 }, + { start: 0x200c, end: 0x2026, idx: -7892 }, + { start: 0x2030, end: 0x2030, idx: -7901 }, + { start: 0x2039, end: 0x203e, idx: -7909 }, + { start: 0x20ac, end: 0x20ac, idx: -8018 }, + { start: 0x2122, end: 0x2122, idx: -8135 }, + { start: 0xfb56, end: 0xfb59, idx: -63994 }, + { start: 0xfb66, end: 0xfb69, idx: -64006 }, + { start: 0xfb7a, end: 0xfb7d, idx: -64022 }, + { start: 0xfb88, end: 0xfb95, idx: -64032 }, + { start: 0xfb9e, end: 0xfb9f, idx: -64040 }, + { start: 0xfba6, end: 0xfbaf, idx: -64046 }, + { start: 0xfe70, end: 0xfef4, idx: -64750 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; + +static const char from_ucs4[] = +{ + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\xa0', '\x00', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', '\xa7', + '\xa8', '\xa9', '\x00', '\xab', '\xac', '\xad', '\xae', '\xaf', + '\xb0', '\xb1', '\xb2', '\xb3', '\xb4', '\xb5', '\xb6', '\xb7', + '\xb8', '\xb9', '\x00', '\xbb', '\xbc', '\xbd', '\xbe', '\xd7', + '\xe0', '\x00', '\xe2', '\x00', '\x00', '\x00', '\x00', '\xe7', + '\xe8', '\xe9', '\xea', '\xeb', '\x00', '\x00', '\xee', '\xef', + '\x00', '\x00', '\x00', '\x00', '\xf4', '\x00', '\x00', '\xf7', + '\x00', '\xf9', '\x00', '\xfb', '\xfc', '\x8c', '\x9c', '\x46', + '\x83', '\x88', '\x00', '\x00', '\x00', '\x00', '\x60', '\xa1', + '\xba', '\x00', '\x00', '\x00', '\xbf', '\x00', '\xc1', '\xc2', + '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', '\xc8', '\xc9', '\xca', + '\xcb', '\xcc', '\xcd', '\xce', '\xcf', '\xd0', '\xd1', '\xd2', + '\xd3', '\xd4', '\xd5', '\xd6', '\xd8', '\xd9', '\xda', '\xdb', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xdc', '\xdd', '\xde', + '\xdf', '\xe1', '\xe3', '\xe4', '\xe5', '\xe6', '\xec', '\xed', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf5', '\xf6', '\xf8', '\xfa', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x00', '\x2c', '\x2e', '\x8a', '\x00', '\x00', + '\x00', '\x00', '\x81', '\x8d', '\x00', '\x8f', '\x9a', '\x8e', + '\x98', '\x00', '\x00', '\x00', '\x00', '\x00', '\x90', '\x9f', + '\x00', '\x00', '\x00', '\xaa', '\x00', '\x00', '\xc0', '\xed', + '\x00', '\x00', '\x00', '\x00', '\x00', '\xff', '\x30', '\x31', + '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', '\x38', '\x39', + '\x9d', '\x9e', '\xfd', '\xfe', '\x00', '\x00', '\x00', '\x96', + '\x97', '\x00', '\x00', '\x00', '\x91', '\x92', '\x82', '\x00', + '\x93', '\x94', '\x84', '\x00', '\x86', '\x87', '\x95', '\x00', + '\x00', '\x00', '\x85', '\x89', '\x8b', '\x9b', '\x00', '\x00', + '\x00', '\xaf', '\x80', '\x99', '\x81', '\x81', '\x81', '\x81', + '\x8a', '\x8a', '\x8a', '\x8a', '\x8d', '\x8d', '\x8d', '\x8d', + '\x8f', '\x8f', '\x8e', '\x8e', '\x9a', '\x9a', '\x98', '\x98', + '\x98', '\x98', '\x90', '\x90', '\x90', '\x90', '\x9f', '\x9f', + '\xc0', '\xc0', '\xc0', '\xc0', '\xaa', '\xaa', '\xaa', '\xaa', + '\xff', '\xff', '\xf0', '\xf0', '\xf1', '\x20', '\xf2', '\x00', + '\xf3', '\xf3', '\xf5', '\xf5', '\xf6', '\xf6', '\xf8', '\xf8', + '\xfa', '\xfa', '\xc1', '\xc2', '\xc2', '\xc3', '\xc3', '\xc4', + '\xc4', '\xc5', '\xc5', '\xc6', '\xc6', '\xc6', '\xc6', '\xc7', + '\xc7', '\xc8', '\xc8', '\xc8', '\xc8', '\xc9', '\xc9', '\xca', + '\xca', '\xca', '\xca', '\xcb', '\xcb', '\xcb', '\xcb', '\xcc', + '\xcc', '\xcc', '\xcc', '\xcd', '\xcd', '\xcd', '\xcd', '\xce', + '\xce', '\xce', '\xce', '\xcf', '\xcf', '\xd0', '\xd0', '\xd1', + '\xd1', '\xd2', '\xd2', '\xd3', '\xd3', '\xd3', '\xd3', '\xd4', + '\xd4', '\xd4', '\xd4', '\xd5', '\xd5', '\xd5', '\xd5', '\xd6', + '\xd6', '\xd6', '\xd6', '\xd8', '\xd8', '\xd8', '\xd8', '\xd9', + '\xd9', '\xd9', '\xd9', '\xda', '\xda', '\xda', '\xda', '\xdb', + '\xdb', '\xdb', '\xdb', '\xdd', '\xdd', '\xdd', '\xdd', '\xde', + '\xde', '\xde', '\xde', '\xdf', '\xdf', '\xdf', '\xdf', '\xe1', + '\xe1', '\xe1', '\xe1', '\xe3', '\xe3', '\xe3', '\xe3', '\xe4', + '\xe4', '\xe4', '\xe4', '\xe5', '\xe5', '\xe5', '\xe5', '\xe6', + '\xe6', '\xec', '\xec', '\xed', '\xed', '\xed', '\xed' +}; diff --git a/iconvdata/iso_11548-1.c b/iconvdata/iso_11548-1.c new file mode 100644 index 0000000000..6543c61f32 --- /dev/null +++ b/iconvdata/iso_11548-1.c @@ -0,0 +1,73 @@ +/* Conversion to and from ISO 11548-1. + Copyright (C) 1997-1999, 2000-2005 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1997, + Samuel Thibault , 2005. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + +/* Definitions used in the body of the `gconv' function. */ +#define CHARSET_NAME "ISO_11548-1//" +#define FROM_LOOP from_iso11548_1 +#define TO_LOOP to_iso11548_1 +#define DEFINE_INIT 1 +#define DEFINE_FINI 1 +#define MIN_NEEDED_FROM 1 +#define MIN_NEEDED_TO 4 + +#define BRAILLE_UCS_BASE 0x2800 + +/* First define the conversion function from ISO 11548-1 to UCS4. */ +#define MIN_NEEDED_INPUT MIN_NEEDED_FROM +#define MIN_NEEDED_OUTPUT MIN_NEEDED_TO +#define LOOPFCT FROM_LOOP +#define BODY \ + *((uint32_t *) outptr) = BRAILLE_UCS_BASE | (*inptr++); \ + outptr += sizeof (uint32_t); +#define ONEBYTE_BODY \ + { \ + return BRAILLE_UCS_BASE | c; \ + } +#include + + +/* Next, define the other direction. */ +#define MIN_NEEDED_INPUT MIN_NEEDED_TO +#define MIN_NEEDED_OUTPUT MIN_NEEDED_FROM +#define LOOPFCT TO_LOOP +#define BODY \ + { \ + uint32_t ch = *((const uint32_t *) inptr); \ + if (__builtin_expect ((ch & 0xffffff00u) != BRAILLE_UCS_BASE, 0)) \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ + /* We have an illegal character. */ \ + STANDARD_TO_LOOP_ERR_HANDLER (4); \ + } \ + else \ + *outptr++ = (unsigned char) (ch & 0xff); \ + inptr += 4; \ + } +#define LOOP_NEED_FLAGS +#include + + +/* Now define the toplevel functions. */ +#include diff --git a/iconvdata/jis0208.c b/iconvdata/jis0208.c index ef7aeb175a..16823f22d5 100644 --- a/iconvdata/jis0208.c +++ b/iconvdata/jis0208.c @@ -1,5 +1,5 @@ /* Mapping tables for JIS0208 handling. - Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -1783,12 +1783,20 @@ const uint16_t __jis0208_to_ucs[0x1e80] = }; -const char __jisx0208_from_ucs4_lat1[256][2] = +const char __jisx0208_from_ucs4_lat1[JIS0208_LAT1_MAX + 1 + - JIS0208_LAT1_MIN][2] = { - [0x005C] = "\x21\x40", [0x00A2] = "\x21\x71", [0x00A3] = "\x21\x72", - [0x00A7] = "\x21\x78", [0x00A8] = "\x21\x2f", [0x00AC] = "\x22\x4c", - [0x00B0] = "\x21\x6B", [0x00B1] = "\x21\x5e", [0x00B4] = "\x21\x2d", - [0x00B6] = "\x22\x79", [0x00D7] = "\x21\x5f", [0x00F7] = "\x21\x60" + [0x00A2 - JIS0208_LAT1_MIN] = "\x21\x71", + [0x00A3 - JIS0208_LAT1_MIN] = "\x21\x72", + [0x00A7 - JIS0208_LAT1_MIN] = "\x21\x78", + [0x00A8 - JIS0208_LAT1_MIN] = "\x21\x2f", + [0x00AC - JIS0208_LAT1_MIN] = "\x22\x4c", + [0x00B0 - JIS0208_LAT1_MIN] = "\x21\x6B", + [0x00B1 - JIS0208_LAT1_MIN] = "\x21\x5e", + [0x00B4 - JIS0208_LAT1_MIN] = "\x21\x2d", + [0x00B6 - JIS0208_LAT1_MIN] = "\x22\x79", + [0x00D7 - JIS0208_LAT1_MIN] = "\x21\x5f", + [0x00F7 - JIS0208_LAT1_MIN] = "\x21\x60" }; diff --git a/iconvdata/jis0208.h b/iconvdata/jis0208.h index 9dea38973c..329e30f9b2 100644 --- a/iconvdata/jis0208.h +++ b/iconvdata/jis0208.h @@ -1,5 +1,5 @@ /* Access functions for JISX0208 conversion. - Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1997,1998,1999,2000,2003,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -24,15 +24,6 @@ #include #include -/* Conversion table. */ -extern const uint16_t __jis0208_to_ucs[]; - -extern const char __jisx0208_from_ucs4_lat1[256][2]; -extern const char __jisx0208_from_ucs4_greek[0xc1][2]; -extern const struct jisx0208_ucs_idx __jisx0208_from_ucs_idx[]; -extern const char __jisx0208_from_ucs_tab[][2]; - - /* Struct for table with indeces in UCS mapping table. */ struct jisx0208_ucs_idx { @@ -42,6 +33,18 @@ struct jisx0208_ucs_idx }; +/* Conversion table. */ +extern const uint16_t __jis0208_to_ucs[]; + +#define JIS0208_LAT1_MIN 0xa2 +#define JIS0208_LAT1_MAX 0xf7 +extern const char __jisx0208_from_ucs4_lat1[JIS0208_LAT1_MAX + 1 + - JIS0208_LAT1_MIN][2]; +extern const char __jisx0208_from_ucs4_greek[0xc1][2]; +extern const struct jisx0208_ucs_idx __jisx0208_from_ucs_idx[]; +extern const char __jisx0208_from_ucs_tab[][2]; + + static inline uint32_t __attribute ((always_inline)) jisx0208_to_ucs4 (const unsigned char **s, size_t avail, unsigned char offset) @@ -80,8 +83,8 @@ ucs4_to_jisx0208 (uint32_t wch, char *s, size_t avail) if (avail < 2) return 0; - if (ch < 0x100) - cp = __jisx0208_from_ucs4_lat1[ch]; + if (ch >= JIS0208_LAT1_MIN && ch <= JIS0208_LAT1_MAX) + cp = __jisx0208_from_ucs4_lat1[ch - JIS0208_LAT1_MIN]; else if (ch >= 0x391 && ch <= 0x451) cp = __jisx0208_from_ucs4_greek[ch - 0x391]; else diff --git a/iconvdata/johab.c b/iconvdata/johab.c index 6d6f92235c..58cb5bcc0d 100644 --- a/iconvdata/johab.c +++ b/iconvdata/johab.c @@ -1,5 +1,5 @@ /* Mapping tables for JOHAB handling. - Copyright (C) 1998, 1999, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000-2002, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jungshik Shin and Ulrich Drepper , 1998. @@ -239,7 +239,7 @@ johab_sym_hanja_to_ucs (uint_fast32_t idx, uint_fast32_t c1, uint_fast32_t c2) if (__builtin_expect (ch2 < 0x31, 0) \ || (__builtin_expect (ch2 > 0x7e, 0) && ch2 < 0x91) \ || __builtin_expect (ch2, 0) == 0xff \ - || (__builtin_expect (ch, 0) == 0xd9 && ch2 > 0xe5) \ + || (__builtin_expect (ch, 0) == 0xd9 && ch2 > 0xe8) \ || (__builtin_expect (ch, 0) == 0xda \ && ch2 > 0xa0 && ch2 < 0xd4) \ || (__builtin_expect (ch, 0) == 0xde && ch2 > 0xf1)) \ @@ -386,7 +386,7 @@ johab_sym_hanja_to_ucs (uint_fast32_t idx, uint_fast32_t c1, uint_fast32_t c2) break; \ } \ if (__builtin_expect (written == __UNKNOWN_10646_CHAR, 0) \ - || (outptr[0] == 0x22 && outptr[1] > 0x65)) \ + || (outptr[0] == 0x22 && outptr[1] > 0x68)) \ { \ UNICODE_TAG_HANDLER (ch, 4); \ STANDARD_TO_LOOP_ERR_HANDLER (4); \ diff --git a/iconvdata/ksc5601.c b/iconvdata/ksc5601.c index bf8ce35cc6..30e468150d 100644 --- a/iconvdata/ksc5601.c +++ b/iconvdata/ksc5601.c @@ -1,5 +1,5 @@ /* Conversion tables for KS C 5601-1992 based encoding conversion. - Copyright (C) 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jungshik Shin , 1998. @@ -412,7 +412,8 @@ const uint16_t __ksc5601_sym_to_ucs[] = [0x0098] = 0x2669, [0x0099] = 0x266a, [0x009a] = 0x266c, [0x009b] = 0x327f, [0x009c] = 0x321c, [0x009d] = 0x2116, [0x009e] = 0x33c7, [0x009f] = 0x2122, [0x00a0] = 0x33c2, [0x00a1] = 0x33d8, [0x00a2] = 0x2121, [0x00a3] = 0x20ac, - [0x00a4] = 0x00ae, [0x00bc] = 0xff01, [0x00bd] = 0xff02, [0x00be] = 0xff03, + [0x00a4] = 0x00ae, [0x00a5] = 0x327e, + [0x00bc] = 0xff01, [0x00bd] = 0xff02, [0x00be] = 0xff03, [0x00bf] = 0xff04, [0x00c0] = 0xff05, [0x00c1] = 0xff06, [0x00c2] = 0xff07, [0x00c3] = 0xff08, [0x00c4] = 0xff09, [0x00c5] = 0xff0a, [0x00c6] = 0xff0b, [0x00c7] = 0xff0c, [0x00c8] = 0xff0d, [0x00c9] = 0xff0e, [0x00ca] = 0xff0f, @@ -917,6 +918,7 @@ const struct map __ksc5601_sym_from_ucs[KSC5601_SYMBOL] = {0x3273, "\x28\x44"}, {0x3274, "\x28\x45"}, {0x3275, "\x28\x46"}, {0x3276, "\x28\x47"}, {0x3277, "\x28\x48"}, {0x3278, "\x28\x49"}, {0x3279, "\x28\x4a"}, {0x327a, "\x28\x4b"}, {0x327b, "\x28\x4c"}, + {0x327e, "\x22\x68"}, {0x327f, "\x22\x5e"}, {0x3380, "\x27\x49"}, {0x3381, "\x27\x4a"}, {0x3382, "\x27\x4b"}, {0x3383, "\x27\x4c"}, {0x3384, "\x27\x4d"}, {0x3388, "\x27\x3a"}, {0x3389, "\x27\x3b"}, {0x338a, "\x27\x5c"}, diff --git a/iconvdata/ksc5601.h b/iconvdata/ksc5601.h index 603a337f89..77f47ca834 100644 --- a/iconvdata/ksc5601.h +++ b/iconvdata/ksc5601.h @@ -1,5 +1,5 @@ /* Access functions for KS C 5601-1992 based encoding conversion. - Copyright (C) 1998, 1999, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2003, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ #define KSC5601_HANGUL 2350 #define KSC5601_HANJA 4888 -#define KSC5601_SYMBOL 988 +#define KSC5601_SYMBOL 989 #include #include diff --git a/iconvdata/mik.c b/iconvdata/mik.c new file mode 100644 index 0000000000..00a7fb3b7b --- /dev/null +++ b/iconvdata/mik.c @@ -0,0 +1,32 @@ +/* Conversion from and to MIK. + Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Alexander Shopov , 2006. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include + +/* Get the conversion table. */ +#define TABLES + +#define CHARSET_NAME "MIK//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> + + + diff --git a/iconvdata/run-iconv-test.sh b/iconvdata/run-iconv-test.sh index 8cceef8880..5f6339d2c8 100755 --- a/iconvdata/run-iconv-test.sh +++ b/iconvdata/run-iconv-test.sh @@ -1,6 +1,6 @@ #! /bin/sh -f # Run available iconv(1) tests. -# Copyright (C) 1998-2002 Free Software Foundation, Inc. +# Copyright (C) 1998-2002, 2005, 2006 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper , 1998. # @@ -66,7 +66,7 @@ while read from to subset targets; do echo "FAILED"; failed=1; continue; } echo $ac_n "OK$ac_c" if test -s testdata/$from..$t; then - cmp $temp1 testdata/$from..$t > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo $ac_n "/OK$ac_c" fi @@ -75,7 +75,8 @@ while read from to subset targets; do { if test $? -gt 128; then exit 1; fi echo "FAILED"; failed=1; continue; } echo $ac_n "OK$ac_c" - test -s $temp1 && cmp testdata/$from $temp2 > /dev/null 2>&1 || + test -s $temp1 && + LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo "/OK" rm -f $temp1 $temp2 @@ -91,7 +92,7 @@ while read from to subset targets; do { if test $? -gt 128; then exit 1; fi echo "FAILED"; failed=1; continue; } echo $ac_n "OK$ac_c" - cmp testdata/suntzus $temp1 || + LC_ALL=C cmp testdata/suntzus $temp1 || { echo "/FAILED"; failed=1; continue; } echo "/OK" fi @@ -110,7 +111,7 @@ while read from to subset targets; do echo "FAILED"; failed=1; continue; } echo $ac_n "OK$ac_c" if test -s testdata/$from..$t; then - cmp $temp1 testdata/$from..$t > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo $ac_n "/OK$ac_c" fi @@ -120,7 +121,8 @@ while read from to subset targets; do { if test $? -gt 128; then exit 1; fi echo "FAILED"; failed=1; continue; } echo $ac_n "OK$ac_c" - test -s $temp1 && cmp testdata/$from $temp2 > /dev/null 2>&1 || + test -s $temp1 && + LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo "/OK" rm -f $temp1 $temp2 @@ -128,14 +130,14 @@ while read from to subset targets; do done fi - if test "$subset" != Y; then + if test "$subset" == N; then echo $ac_n " suntzu: ASCII -> $to -> ASCII $ac_c" $PROG -f ASCII -t $to testdata/suntzus | $PROG -f $to -t ASCII > $temp1 || { if test $? -gt 128; then exit 1; fi echo "FAILED"; failed=1; continue; } echo $ac_n "OK$ac_c" - cmp testdata/suntzus $temp1 || + LC_ALL=C cmp testdata/suntzus $temp1 || { echo "/FAILED"; failed=1; continue; } echo "/OK" fi @@ -153,32 +155,32 @@ while read utf8 from filename; do # Test conversion to the endianness dependent encoding. echo $ac_n "test encoder: $utf8 -> $from $ac_c" $PROG -f $utf8 -t $from < testdata/${filename}..${utf8} > $temp1 - cmp $temp1 testdata/${filename}..${from}.BE > /dev/null 2>&1 || - cmp $temp1 testdata/${filename}..${from}.LE > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/${filename}..${from}.BE > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/${filename}..${from}.LE > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo "OK" # Test conversion from the endianness dependent encoding. echo $ac_n "test decoder: $from -> $utf8 $ac_c" $PROG -f $from -t $utf8 < testdata/${filename}..${from}.BE > $temp1 - cmp $temp1 testdata/${filename}..${utf8} > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/${filename}..${utf8} > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } $PROG -f $from -t $utf8 < testdata/${filename}..${from}.LE > $temp1 - cmp $temp1 testdata/${filename}..${utf8} > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/${filename}..${utf8} > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo "OK" # Test byte swapping behaviour. echo $ac_n "test non-BOM: ${from}BE -> ${from}LE $ac_c" $PROG -f ${from}BE -t ${from}LE < testdata/${filename}..${from}.BE > $temp1 - cmp $temp1 testdata/${filename}..${from}.LE > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/${filename}..${from}.LE > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo "OK" # Test byte swapping behaviour. echo $ac_n "test non-BOM: ${from}LE -> ${from}BE $ac_c" $PROG -f ${from}LE -t ${from}BE < testdata/${filename}..${from}.LE > $temp1 - cmp $temp1 testdata/${filename}..${from}.BE > /dev/null 2>&1 || + LC_ALL=C cmp $temp1 testdata/${filename}..${from}.BE > /dev/null 2>&1 || { echo "/FAILED"; failed=1; continue; } echo "OK" diff --git a/iconvdata/testdata/IBM1008 b/iconvdata/testdata/IBM1008 new file mode 100644 index 0000000000..11cb306daa Binary files /dev/null and b/iconvdata/testdata/IBM1008 differ diff --git a/iconvdata/testdata/IBM1008..UTF8 b/iconvdata/testdata/IBM1008..UTF8 new file mode 100644 index 0000000000..625f280e61 Binary files /dev/null and b/iconvdata/testdata/IBM1008..UTF8 differ diff --git a/iconvdata/testdata/IBM1025 b/iconvdata/testdata/IBM1025 new file mode 100644 index 0000000000..39b0a84127 --- /dev/null +++ b/iconvdata/testdata/IBM1025 @@ -0,0 +1,28 @@ + ! " # $ % & ' ( ) * + , - . / 0 +1 2 3 4 5 6 7 8 9 : ; < = > ? @ A +B C D E F G H I J K L M N O P Q R +S T U V W X Y Z [ \ ] ^ _ ` a b c +d e f g h i j k l m n o p q r s t +u v w x y z { | } ~  € ‚ ƒ „ … +† ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – +— ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § +¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ +¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É +Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú +Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë +ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü +ý þ ÿ + ! " # $ % & ' ( ) * + , - . / 0 +1 2 3 4 5 6 7 8 9 : ; < = > ? @ A +B C D E F G H I J K L M N O P Q R +S T U V W X Y Z [ \ ] ^ _ ` a b c +d e f g h i j k l m n o p q r s t +u v w x y z { | } ~  € ‚ ƒ „ … +† ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – +— ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § +¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ +¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É +Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú +Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë +ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü +ý þ ÿ diff --git a/iconvdata/testdata/IBM1025..UTF8 b/iconvdata/testdata/IBM1025..UTF8 new file mode 100644 index 0000000000..09024c8475 --- /dev/null +++ b/iconvdata/testdata/IBM1025..UTF8 @@ -0,0 +1,3 @@ +€€Â€‚€ƒ€„€ +€€€ˆ€‰€Š€‹€Œ€€€€ÂŽ‘€€“€”€•€–€€˜€™€š€›€€€ž€€ € Žђ€ѓ€ё€є€ѕ€і€ї€ј€[€.€<€(€+€!€&€љ€њŽћ€ќ€ў€џ€Ъ€№€Ђ€]€$€*€)€;€^€-€/€Ѓ€ÐŽЄ€Ѕ€І€Ї€Ј€Љ€|€,€%€_€>€?€Њ€Ћ€Ќ€­€ЎŽÐ€ю€а€б€`€:€#€@€'€=€"€ц€a€b€c€d€eÂŽf€g€h€i€д€е€ф€г€х€и€й€j€k€l€m€n€oÂŽp€q€r€к€л€м€н€о€п€Ñ€~€s€t€u€v€w€xÂŽy€z€р€Ñ€т€у€ж€в€ь€ы€з€ш€Ñ€щ€ч€ъ€ЮŽÐ€Б€Ц€Д€Е€Ф€Г€{€A€B€C€D€E€F€G€H€IŽХ€И€Й€К€Л€М€}€J€K€L€M€N€O€P€Q€R€ÐŽО€П€Я€Р€С€\€§€S€T€U€V€W€X€Y€Z€Т€УŽЖ€В€Ь€Ы€0€1€2€3€4€5€6€7€8€9€З€Ш€ЭŽЩ€Ч€Ÿ€Ž€€Â€‚€ƒ€„€ +€€€ˆ€‰€Š€‹€Œ€€€€ÂŽ‘€€“€”€•€–€€˜€™€š€›€€€ž€€ € Žђ€ѓ€ё€є€ѕ€і€ї€ј€[€.€<€(€+€!€&€љ€њŽћ€ќ€ў€џ€Ъ€№€Ђ€]€$€*€)€;€^€-€/€Ѓ€ÐŽЄ€Ѕ€І€Ї€Ј€Љ€|€,€%€_€>€?€Њ€Ћ€Ќ€­€ЎŽÐ€ю€а€б€`€:€#€@€'€=€"€ц€a€b€c€d€eÂŽf€g€h€i€д€е€ф€г€х€и€й€j€k€l€m€n€oÂŽp€q€r€к€л€м€н€о€п€Ñ€~€s€t€u€v€w€xÂŽy€z€р€Ñ€т€у€ж€в€ь€ы€з€ш€Ñ€щ€ч€ъ€ЮŽÐ€Б€Ц€Д€Е€Ф€Г€{€A€B€C€D€E€F€G€H€IŽХ€И€Й€К€Л€М€}€J€K€L€M€N€O€P€Q€R€ÐŽО€П€Я€Р€С€\€§€S€T€U€V€W€X€Y€Z€Т€УŽЖ€В€Ь€Ы€0€1€2€3€4€5€6€7€8€9€З€Ш€ЭŽЩ€Ч€Ÿ€Ž \ No newline at end of file diff --git a/iconvdata/testdata/IBM1097 b/iconvdata/testdata/IBM1097 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1097 differ diff --git a/iconvdata/testdata/IBM1097..UTF8 b/iconvdata/testdata/IBM1097..UTF8 new file mode 100644 index 0000000000..66ef4b6f92 Binary files /dev/null and b/iconvdata/testdata/IBM1097..UTF8 differ diff --git a/iconvdata/testdata/IBM1112 b/iconvdata/testdata/IBM1112 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1112 differ diff --git a/iconvdata/testdata/IBM1112..UTF8 b/iconvdata/testdata/IBM1112..UTF8 new file mode 100644 index 0000000000..5c09c29789 Binary files /dev/null and b/iconvdata/testdata/IBM1112..UTF8 differ diff --git a/iconvdata/testdata/IBM1122 b/iconvdata/testdata/IBM1122 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1122 differ diff --git a/iconvdata/testdata/IBM1122..UTF8 b/iconvdata/testdata/IBM1122..UTF8 new file mode 100644 index 0000000000..a44b917bce Binary files /dev/null and b/iconvdata/testdata/IBM1122..UTF8 differ diff --git a/iconvdata/testdata/IBM1123 b/iconvdata/testdata/IBM1123 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1123 differ diff --git a/iconvdata/testdata/IBM1123..UTF8 b/iconvdata/testdata/IBM1123..UTF8 new file mode 100644 index 0000000000..f29be512b5 Binary files /dev/null and b/iconvdata/testdata/IBM1123..UTF8 differ diff --git a/iconvdata/testdata/IBM1130 b/iconvdata/testdata/IBM1130 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1130 differ diff --git a/iconvdata/testdata/IBM1130..UTF8 b/iconvdata/testdata/IBM1130..UTF8 new file mode 100644 index 0000000000..33aed2e084 Binary files /dev/null and b/iconvdata/testdata/IBM1130..UTF8 differ diff --git a/iconvdata/testdata/IBM1137 b/iconvdata/testdata/IBM1137 new file mode 100644 index 0000000000..30994bfe6b Binary files /dev/null and b/iconvdata/testdata/IBM1137 differ diff --git a/iconvdata/testdata/IBM1137..UTF8 b/iconvdata/testdata/IBM1137..UTF8 new file mode 100644 index 0000000000..b36d18ade5 Binary files /dev/null and b/iconvdata/testdata/IBM1137..UTF8 differ diff --git a/iconvdata/testdata/IBM1140 b/iconvdata/testdata/IBM1140 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1140 differ diff --git a/iconvdata/testdata/IBM1140..UTF8 b/iconvdata/testdata/IBM1140..UTF8 new file mode 100644 index 0000000000..0890f06b2a Binary files /dev/null and b/iconvdata/testdata/IBM1140..UTF8 differ diff --git a/iconvdata/testdata/IBM1141 b/iconvdata/testdata/IBM1141 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1141 differ diff --git a/iconvdata/testdata/IBM1141..UTF8 b/iconvdata/testdata/IBM1141..UTF8 new file mode 100644 index 0000000000..fdda8257c8 Binary files /dev/null and b/iconvdata/testdata/IBM1141..UTF8 differ diff --git a/iconvdata/testdata/IBM1142 b/iconvdata/testdata/IBM1142 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1142 differ diff --git a/iconvdata/testdata/IBM1142..UTF8 b/iconvdata/testdata/IBM1142..UTF8 new file mode 100644 index 0000000000..d1e853b26e Binary files /dev/null and b/iconvdata/testdata/IBM1142..UTF8 differ diff --git a/iconvdata/testdata/IBM1143 b/iconvdata/testdata/IBM1143 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1143 differ diff --git a/iconvdata/testdata/IBM1143..UTF8 b/iconvdata/testdata/IBM1143..UTF8 new file mode 100644 index 0000000000..3023e60181 Binary files /dev/null and b/iconvdata/testdata/IBM1143..UTF8 differ diff --git a/iconvdata/testdata/IBM1144 b/iconvdata/testdata/IBM1144 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1144 differ diff --git a/iconvdata/testdata/IBM1144..UTF8 b/iconvdata/testdata/IBM1144..UTF8 new file mode 100644 index 0000000000..c9d8e96f18 Binary files /dev/null and b/iconvdata/testdata/IBM1144..UTF8 differ diff --git a/iconvdata/testdata/IBM1145 b/iconvdata/testdata/IBM1145 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1145 differ diff --git a/iconvdata/testdata/IBM1145..UTF8 b/iconvdata/testdata/IBM1145..UTF8 new file mode 100644 index 0000000000..b99321e3bb Binary files /dev/null and b/iconvdata/testdata/IBM1145..UTF8 differ diff --git a/iconvdata/testdata/IBM1146 b/iconvdata/testdata/IBM1146 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1146 differ diff --git a/iconvdata/testdata/IBM1146..UTF8 b/iconvdata/testdata/IBM1146..UTF8 new file mode 100644 index 0000000000..6c9181ce85 Binary files /dev/null and b/iconvdata/testdata/IBM1146..UTF8 differ diff --git a/iconvdata/testdata/IBM1147 b/iconvdata/testdata/IBM1147 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1147 differ diff --git a/iconvdata/testdata/IBM1147..UTF8 b/iconvdata/testdata/IBM1147..UTF8 new file mode 100644 index 0000000000..5d42f287e4 Binary files /dev/null and b/iconvdata/testdata/IBM1147..UTF8 differ diff --git a/iconvdata/testdata/IBM1148 b/iconvdata/testdata/IBM1148 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1148 differ diff --git a/iconvdata/testdata/IBM1148..UTF8 b/iconvdata/testdata/IBM1148..UTF8 new file mode 100644 index 0000000000..2d6e0fb4bd Binary files /dev/null and b/iconvdata/testdata/IBM1148..UTF8 differ diff --git a/iconvdata/testdata/IBM1149 b/iconvdata/testdata/IBM1149 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1149 differ diff --git a/iconvdata/testdata/IBM1149..UTF8 b/iconvdata/testdata/IBM1149..UTF8 new file mode 100644 index 0000000000..2bfeb6d827 Binary files /dev/null and b/iconvdata/testdata/IBM1149..UTF8 differ diff --git a/iconvdata/testdata/IBM1153 b/iconvdata/testdata/IBM1153 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1153 differ diff --git a/iconvdata/testdata/IBM1153..UTF8 b/iconvdata/testdata/IBM1153..UTF8 new file mode 100644 index 0000000000..c621c423cb Binary files /dev/null and b/iconvdata/testdata/IBM1153..UTF8 differ diff --git a/iconvdata/testdata/IBM1154 b/iconvdata/testdata/IBM1154 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1154 differ diff --git a/iconvdata/testdata/IBM1154..UTF8 b/iconvdata/testdata/IBM1154..UTF8 new file mode 100644 index 0000000000..7b431a49d0 Binary files /dev/null and b/iconvdata/testdata/IBM1154..UTF8 differ diff --git a/iconvdata/testdata/IBM1155 b/iconvdata/testdata/IBM1155 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1155 differ diff --git a/iconvdata/testdata/IBM1155..UTF8 b/iconvdata/testdata/IBM1155..UTF8 new file mode 100644 index 0000000000..d3e53f9779 Binary files /dev/null and b/iconvdata/testdata/IBM1155..UTF8 differ diff --git a/iconvdata/testdata/IBM1156 b/iconvdata/testdata/IBM1156 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1156 differ diff --git a/iconvdata/testdata/IBM1156..UTF8 b/iconvdata/testdata/IBM1156..UTF8 new file mode 100644 index 0000000000..5ff81538a3 Binary files /dev/null and b/iconvdata/testdata/IBM1156..UTF8 differ diff --git a/iconvdata/testdata/IBM1157 b/iconvdata/testdata/IBM1157 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1157 differ diff --git a/iconvdata/testdata/IBM1157..UTF8 b/iconvdata/testdata/IBM1157..UTF8 new file mode 100644 index 0000000000..6687d34991 Binary files /dev/null and b/iconvdata/testdata/IBM1157..UTF8 differ diff --git a/iconvdata/testdata/IBM1158 b/iconvdata/testdata/IBM1158 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1158 differ diff --git a/iconvdata/testdata/IBM1158..UTF8 b/iconvdata/testdata/IBM1158..UTF8 new file mode 100644 index 0000000000..1fb7dbc821 Binary files /dev/null and b/iconvdata/testdata/IBM1158..UTF8 differ diff --git a/iconvdata/testdata/IBM1166 b/iconvdata/testdata/IBM1166 new file mode 100644 index 0000000000..a67fa4ccd3 Binary files /dev/null and b/iconvdata/testdata/IBM1166 differ diff --git a/iconvdata/testdata/IBM1166..UTF8 b/iconvdata/testdata/IBM1166..UTF8 new file mode 100644 index 0000000000..4f90aaa8e2 Binary files /dev/null and b/iconvdata/testdata/IBM1166..UTF8 differ diff --git a/iconvdata/testdata/IBM1167 b/iconvdata/testdata/IBM1167 new file mode 100644 index 0000000000..897a3c116b Binary files /dev/null and b/iconvdata/testdata/IBM1167 differ diff --git a/iconvdata/testdata/IBM1167..UTF8 b/iconvdata/testdata/IBM1167..UTF8 new file mode 100644 index 0000000000..61446b0ac5 Binary files /dev/null and b/iconvdata/testdata/IBM1167..UTF8 differ diff --git a/iconvdata/testdata/IBM12712 b/iconvdata/testdata/IBM12712 new file mode 100644 index 0000000000..ddfe4a9259 Binary files /dev/null and b/iconvdata/testdata/IBM12712 differ diff --git a/iconvdata/testdata/IBM12712..UTF8 b/iconvdata/testdata/IBM12712..UTF8 new file mode 100644 index 0000000000..b541c1257d Binary files /dev/null and b/iconvdata/testdata/IBM12712..UTF8 differ diff --git a/iconvdata/testdata/IBM1364 b/iconvdata/testdata/IBM1364 new file mode 100644 index 0000000000..ad1feec0ef Binary files /dev/null and b/iconvdata/testdata/IBM1364 differ diff --git a/iconvdata/testdata/IBM1364..UTF8 b/iconvdata/testdata/IBM1364..UTF8 new file mode 100644 index 0000000000..1d748a01a6 Binary files /dev/null and b/iconvdata/testdata/IBM1364..UTF8 differ diff --git a/iconvdata/testdata/IBM1371 b/iconvdata/testdata/IBM1371 new file mode 100644 index 0000000000..1ba8c1e997 Binary files /dev/null and b/iconvdata/testdata/IBM1371 differ diff --git a/iconvdata/testdata/IBM1371..UTF8 b/iconvdata/testdata/IBM1371..UTF8 new file mode 100644 index 0000000000..806ed26ada Binary files /dev/null and b/iconvdata/testdata/IBM1371..UTF8 differ diff --git a/iconvdata/testdata/IBM1388 b/iconvdata/testdata/IBM1388 new file mode 100644 index 0000000000..618f2fb0c1 Binary files /dev/null and b/iconvdata/testdata/IBM1388 differ diff --git a/iconvdata/testdata/IBM1388..UTF8 b/iconvdata/testdata/IBM1388..UTF8 new file mode 100644 index 0000000000..55b5fb97fb Binary files /dev/null and b/iconvdata/testdata/IBM1388..UTF8 differ diff --git a/iconvdata/testdata/IBM1390 b/iconvdata/testdata/IBM1390 new file mode 100644 index 0000000000..84bb6419d9 Binary files /dev/null and b/iconvdata/testdata/IBM1390 differ diff --git a/iconvdata/testdata/IBM1390..UTF8 b/iconvdata/testdata/IBM1390..UTF8 new file mode 100644 index 0000000000..1ab4e6fa11 Binary files /dev/null and b/iconvdata/testdata/IBM1390..UTF8 differ diff --git a/iconvdata/testdata/IBM1399 b/iconvdata/testdata/IBM1399 new file mode 100644 index 0000000000..b14024dbb2 Binary files /dev/null and b/iconvdata/testdata/IBM1399 differ diff --git a/iconvdata/testdata/IBM1399..UTF8 b/iconvdata/testdata/IBM1399..UTF8 new file mode 100644 index 0000000000..319b6420d5 Binary files /dev/null and b/iconvdata/testdata/IBM1399..UTF8 differ diff --git a/iconvdata/testdata/IBM16804 b/iconvdata/testdata/IBM16804 new file mode 100644 index 0000000000..25864af202 Binary files /dev/null and b/iconvdata/testdata/IBM16804 differ diff --git a/iconvdata/testdata/IBM16804..UTF8 b/iconvdata/testdata/IBM16804..UTF8 new file mode 100644 index 0000000000..4442243ca3 Binary files /dev/null and b/iconvdata/testdata/IBM16804..UTF8 differ diff --git a/iconvdata/testdata/IBM4517 b/iconvdata/testdata/IBM4517 new file mode 100644 index 0000000000..ba54f83823 Binary files /dev/null and b/iconvdata/testdata/IBM4517 differ diff --git a/iconvdata/testdata/IBM4517..UTF8 b/iconvdata/testdata/IBM4517..UTF8 new file mode 100644 index 0000000000..86c4a1ca4f Binary files /dev/null and b/iconvdata/testdata/IBM4517..UTF8 differ diff --git a/iconvdata/testdata/IBM4899 b/iconvdata/testdata/IBM4899 new file mode 100644 index 0000000000..5e0b080367 Binary files /dev/null and b/iconvdata/testdata/IBM4899 differ diff --git a/iconvdata/testdata/IBM4899..UTF8 b/iconvdata/testdata/IBM4899..UTF8 new file mode 100644 index 0000000000..9e9966ba23 Binary files /dev/null and b/iconvdata/testdata/IBM4899..UTF8 differ diff --git a/iconvdata/testdata/IBM4909 b/iconvdata/testdata/IBM4909 new file mode 100644 index 0000000000..3492eb6132 Binary files /dev/null and b/iconvdata/testdata/IBM4909 differ diff --git a/iconvdata/testdata/IBM4909..UTF8 b/iconvdata/testdata/IBM4909..UTF8 new file mode 100644 index 0000000000..7b8c9c96f7 Binary files /dev/null and b/iconvdata/testdata/IBM4909..UTF8 differ diff --git a/iconvdata/testdata/IBM4971 b/iconvdata/testdata/IBM4971 new file mode 100644 index 0000000000..96693046d6 Binary files /dev/null and b/iconvdata/testdata/IBM4971 differ diff --git a/iconvdata/testdata/IBM4971..UTF8 b/iconvdata/testdata/IBM4971..UTF8 new file mode 100644 index 0000000000..6b1833ccbe Binary files /dev/null and b/iconvdata/testdata/IBM4971..UTF8 differ diff --git a/iconvdata/testdata/IBM5347 b/iconvdata/testdata/IBM5347 new file mode 100644 index 0000000000..897a3c116b Binary files /dev/null and b/iconvdata/testdata/IBM5347 differ diff --git a/iconvdata/testdata/IBM5347..UTF8 b/iconvdata/testdata/IBM5347..UTF8 new file mode 100644 index 0000000000..d494150731 Binary files /dev/null and b/iconvdata/testdata/IBM5347..UTF8 differ diff --git a/iconvdata/testdata/IBM803 b/iconvdata/testdata/IBM803 new file mode 100644 index 0000000000..02aa2d57af Binary files /dev/null and b/iconvdata/testdata/IBM803 differ diff --git a/iconvdata/testdata/IBM803..UTF8 b/iconvdata/testdata/IBM803..UTF8 new file mode 100644 index 0000000000..de338b4511 Binary files /dev/null and b/iconvdata/testdata/IBM803..UTF8 differ diff --git a/iconvdata/testdata/IBM901 b/iconvdata/testdata/IBM901 new file mode 100644 index 0000000000..897a3c116b Binary files /dev/null and b/iconvdata/testdata/IBM901 differ diff --git a/iconvdata/testdata/IBM901..UTF8 b/iconvdata/testdata/IBM901..UTF8 new file mode 100644 index 0000000000..c64a4a2bee Binary files /dev/null and b/iconvdata/testdata/IBM901..UTF8 differ diff --git a/iconvdata/testdata/IBM902 b/iconvdata/testdata/IBM902 new file mode 100644 index 0000000000..897a3c116b Binary files /dev/null and b/iconvdata/testdata/IBM902 differ diff --git a/iconvdata/testdata/IBM902..UTF8 b/iconvdata/testdata/IBM902..UTF8 new file mode 100644 index 0000000000..a43cadf9ca Binary files /dev/null and b/iconvdata/testdata/IBM902..UTF8 differ diff --git a/iconvdata/testdata/IBM9030 b/iconvdata/testdata/IBM9030 new file mode 100644 index 0000000000..e5e254dc6d Binary files /dev/null and b/iconvdata/testdata/IBM9030 differ diff --git a/iconvdata/testdata/IBM9030..UTF8 b/iconvdata/testdata/IBM9030..UTF8 new file mode 100644 index 0000000000..4acc340989 Binary files /dev/null and b/iconvdata/testdata/IBM9030..UTF8 differ diff --git a/iconvdata/testdata/IBM9066 b/iconvdata/testdata/IBM9066 new file mode 100644 index 0000000000..9787fee085 Binary files /dev/null and b/iconvdata/testdata/IBM9066 differ diff --git a/iconvdata/testdata/IBM9066..UTF8 b/iconvdata/testdata/IBM9066..UTF8 new file mode 100644 index 0000000000..b07de63305 Binary files /dev/null and b/iconvdata/testdata/IBM9066..UTF8 differ diff --git a/iconvdata/testdata/IBM921 b/iconvdata/testdata/IBM921 new file mode 100644 index 0000000000..897a3c116b Binary files /dev/null and b/iconvdata/testdata/IBM921 differ diff --git a/iconvdata/testdata/IBM921..UTF8 b/iconvdata/testdata/IBM921..UTF8 new file mode 100644 index 0000000000..135fc3e859 Binary files /dev/null and b/iconvdata/testdata/IBM921..UTF8 differ diff --git a/iconvdata/testdata/IBM930..UTF8 b/iconvdata/testdata/IBM930..UTF8 index 89df7f15ac..639a16fdac 100644 Binary files a/iconvdata/testdata/IBM930..UTF8 and b/iconvdata/testdata/IBM930..UTF8 differ diff --git a/iconvdata/testdata/IBM939..UTF8 b/iconvdata/testdata/IBM939..UTF8 index 89df7f15ac..639a16fdac 100644 Binary files a/iconvdata/testdata/IBM939..UTF8 and b/iconvdata/testdata/IBM939..UTF8 differ diff --git a/iconvdata/testdata/IBM9448 b/iconvdata/testdata/IBM9448 new file mode 100644 index 0000000000..42e142e87f Binary files /dev/null and b/iconvdata/testdata/IBM9448 differ diff --git a/iconvdata/testdata/IBM9448..UTF8 b/iconvdata/testdata/IBM9448..UTF8 new file mode 100644 index 0000000000..22bb688808 Binary files /dev/null and b/iconvdata/testdata/IBM9448..UTF8 differ diff --git a/iconvdata/testdata/ISO_11548-1 b/iconvdata/testdata/ISO_11548-1 new file mode 100644 index 0000000000..c86626638e Binary files /dev/null and b/iconvdata/testdata/ISO_11548-1 differ diff --git a/iconvdata/testdata/ISO_11548-1..UTF8 b/iconvdata/testdata/ISO_11548-1..UTF8 new file mode 100644 index 0000000000..9ac4e2a8b6 --- /dev/null +++ b/iconvdata/testdata/ISO_11548-1..UTF8 @@ -0,0 +1 @@ +â €â â ‚⠃⠄⠅⠆⠇⠈⠉⠊⠋⠌â â Žâ â â ‘⠒⠓⠔⠕⠖⠗⠘⠙⠚⠛⠜â â žâ Ÿâ  â ¡â ¢â £â ¤â ¥â ¦â §â ¨â ©â ªâ «â ¬â ­â ®â ¯â °â ±â ²â ³â ´â µâ ¶â ·â ¸â ¹â ºâ »â ¼â ½â ¾â ¿â¡€â¡â¡‚⡃⡄⡅⡆⡇⡈⡉⡊⡋⡌â¡â¡Žâ¡â¡â¡‘⡒⡓⡔⡕⡖⡗⡘⡙⡚⡛⡜â¡â¡žâ¡Ÿâ¡ â¡¡â¡¢â¡£â¡¤â¡¥â¡¦â¡§â¡¨â¡©â¡ªâ¡«â¡¬â¡­â¡®â¡¯â¡°â¡±â¡²â¡³â¡´â¡µâ¡¶â¡·â¡¸â¡¹â¡ºâ¡»â¡¼â¡½â¡¾â¡¿â¢€â¢â¢‚⢃⢄⢅⢆⢇⢈⢉⢊⢋⢌â¢â¢Žâ¢â¢â¢‘⢒⢓⢔⢕⢖⢗⢘⢙⢚⢛⢜â¢â¢žâ¢Ÿâ¢ â¢¡â¢¢â¢£â¢¤â¢¥â¢¦â¢§â¢¨â¢©â¢ªâ¢«â¢¬â¢­â¢®â¢¯â¢°â¢±â¢²â¢³â¢´â¢µâ¢¶â¢·â¢¸â¢¹â¢ºâ¢»â¢¼â¢½â¢¾â¢¿â£€â£â£‚⣃⣄⣅⣆⣇⣈⣉⣊⣋⣌â£â£Žâ£â£â£‘⣒⣓⣔⣕⣖⣗⣘⣙⣚⣛⣜â£â£žâ£Ÿâ£ â£¡â£¢â££â£¤â£¥â£¦â£§â£¨â£©â£ªâ£«â£¬â£­â£®â£¯â£°â£±â£²â£³â£´â£µâ£¶â£·â£¸â£¹â£ºâ£»â£¼â£½â£¾â£¿ \ No newline at end of file diff --git a/iconvdata/testdata/MIK b/iconvdata/testdata/MIK new file mode 100644 index 0000000000..9ae8d00969 --- /dev/null +++ b/iconvdata/testdata/MIK @@ -0,0 +1,14 @@ + ! " # $ % & ' ( ) * + , - . / +0 1 2 3 4 5 6 7 8 9 : ; < = > ? +@ A B C D E F G H I J K L M N O +P Q R S T U V W X Y Z [ \ ] ^ _ +` a b c d e f g h i j k l m n o +p q r s t u v w x y z { | } ~  +€ ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž + ‘ ’ “ ” • – — ˜ ™ š › œ ž Ÿ +  ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ +° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ +À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï +Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß +à á â ã ä å æ ç è é ê ë ì í î ï +ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ diff --git a/iconvdata/testdata/MIK..UTF8 b/iconvdata/testdata/MIK..UTF8 new file mode 100644 index 0000000000..d47d5590ec --- /dev/null +++ b/iconvdata/testdata/MIK..UTF8 @@ -0,0 +1,14 @@ + ! " # $ % & ' ( ) * + , - . / +0 1 2 3 4 5 6 7 8 9 : ; < = > ? +@ A B C D E F G H I J K L M N O +P Q R S T U V W X Y Z [ \ ] ^ _ +` a b c d e f g h i j k l m n o +p q r s t u v w x y z { | } ~  +РБ Ð’ Г Д Е Ж З И Й К Л Ðœ РО П +Р С Т У Ф Ð¥ Ц Ч Ш Щ Ъ Ы Ь Э Ю Я +а б в г д е ж з и й к л м н о п +Ñ€ Ñ Ñ‚ у Ñ„ Ñ… ц ч ш щ ÑŠ Ñ‹ ÑŒ Ñ ÑŽ Ñ +â”” â”´ ┬ ├ ─ ┼ â•£ â•‘ â•š â•” â•© ╦ â•  ╠╬ â” +â–‘ â–’ â–“ │ ┤ â„– § â•— ╠┘ ┌ â–ˆ â–„ â–Œ â– â–€ +α ß Γ Ï€ Σ σ µ Ï„ Φ Θ Ω δ ∞ φ ε ∩ +≡ ± ≥ ≤ ⌠ ⌡ ÷ ≈ ° ∙ · √ ⿠² â–    diff --git a/iconvdata/tst-iconv6.c b/iconvdata/tst-iconv6.c new file mode 100644 index 0000000000..accb21b113 --- /dev/null +++ b/iconvdata/tst-iconv6.c @@ -0,0 +1,35 @@ +/* BZ #2569 */ + +#include +#include + +static int +do_test (void) +{ + iconv_t cd0 = iconv_open ("ISO-8859-7", "UTF-16LE"); + if (cd0 == (iconv_t) -1) + { + puts ("first iconv_open failed"); + return 1; + } + iconv_t cd1 = iconv_open ("ISO-8859-7", "UTF-16LE"); + if (cd1 == (iconv_t) -1) + { + puts ("second iconv_open failed"); + return 1; + } + if (iconv_close (cd0) != 0) + { + puts ("first iconv_close failed"); + return 1; + } + if (iconv_close (cd1) != 0) + { + puts ("second iconv_close failed"); + return 1; + } + return 0; +} + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh index 2c1c9d04d9..506adbcd7c 100755 --- a/iconvdata/tst-tables.sh +++ b/iconvdata/tst-tables.sh @@ -207,6 +207,7 @@ cat <, 1998. @@ -3135,7 +3135,8 @@ static const char uhc_hangul_from_ucs[11172][2] = else \ { \ ch = ksc5601_to_ucs4 (&inptr, 2, 0x80); \ - if (__builtin_expect (ch == __UNKNOWN_10646_CHAR, 0)) \ + if (__builtin_expect (ch == __UNKNOWN_10646_CHAR, 0) \ + || __builtin_expect (ch == 0x327e, 0)) \ { \ /* Illegal. */ \ STANDARD_FROM_LOOP_ERR_HANDLER (2); \ @@ -3207,15 +3208,16 @@ static const char uhc_hangul_from_ucs[11172][2] = { \ size_t written = ucs4_to_ksc5601_sym (ch, outptr, outend - outptr); \ \ + if (__builtin_expect (ch == 0x327e, 0) \ + || __builtin_expect (written == __UNKNOWN_10646_CHAR, 0)) \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + STANDARD_TO_LOOP_ERR_HANDLER (4); \ + } \ if (__builtin_expect (written == 0, 0)) \ { \ result = __GCONV_FULL_OUTPUT; \ break; \ - } \ - if (__builtin_expect (written == __UNKNOWN_10646_CHAR, 0)) \ - { \ - UNICODE_TAG_HANDLER (ch, 4); \ - STANDARD_TO_LOOP_ERR_HANDLER (4); \ } \ \ *outptr++ |= 0x80; \ diff --git a/iconvdata/utf-16.c b/iconvdata/utf-16.c index 6b0dd9c8f5..7f6c760900 100644 --- a/iconvdata/utf-16.c +++ b/iconvdata/utf-16.c @@ -1,5 +1,5 @@ /* Conversion module for UTF-16. - Copyright (C) 1999, 2000-2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2000-2002, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. @@ -44,10 +44,9 @@ #define PREPARE_LOOP \ enum direction dir = ((struct utf16_data *) step->__data)->dir; \ enum variant var = ((struct utf16_data *) step->__data)->var; \ - int swap; \ - if (FROM_DIRECTION && var == UTF_16) \ + if (__builtin_expect (data->__invocation_counter == 0, 0) && var == UTF_16) \ { \ - if (data->__invocation_counter == 0) \ + if (FROM_DIRECTION) \ { \ /* We have to find out which byte order the file is encoded in. */ \ if (inptr + 2 > inend) \ @@ -63,19 +62,18 @@ *inptrp = inptr += 2; \ } \ } \ - } \ - else if (!FROM_DIRECTION && var == UTF_16 && !data->__internal_use \ - && data->__invocation_counter == 0) \ - { \ - /* Emit the Byte Order Mark. */ \ - if (__builtin_expect (outbuf + 2 > outend, 0)) \ - return __GCONV_FULL_OUTPUT; \ + else if (!FROM_DIRECTION && !data->__internal_use) \ + { \ + /* Emit the Byte Order Mark. */ \ + if (__builtin_expect (outbuf + 2 > outend, 0)) \ + return __GCONV_FULL_OUTPUT; \ \ - put16u (outbuf, BOM); \ - outbuf += 2; \ + put16u (outbuf, BOM); \ + outbuf += 2; \ + } \ } \ - swap = ((struct utf16_data *) step->__data)->swap; -#define EXTRA_LOOP_ARGS , var, swap + int swap = ((struct utf16_data *) step->__data)->swap; +#define EXTRA_LOOP_ARGS , swap /* Direction of the transformation. */ @@ -267,7 +265,7 @@ gconv_end (struct __gconv_step *data) } #define LOOP_NEED_FLAGS #define EXTRA_LOOP_DECLS \ - , enum variant var, int swap + , int swap #include @@ -328,8 +326,6 @@ gconv_end (struct __gconv_step *data) } \ else \ { \ - uint16_t u2; \ - \ /* It's a surrogate character. At least the first word says \ it is. */ \ if (__builtin_expect (inptr + 4 > inend, 0)) \ @@ -341,7 +337,7 @@ gconv_end (struct __gconv_step *data) } \ \ inptr += 2; \ - u2 = get16 (inptr); \ + uint16_t u2 = get16 (inptr); \ if (__builtin_expect (u2 < 0xdc00, 0) \ || __builtin_expect (u2 > 0xdfff, 0)) \ { \ @@ -358,7 +354,7 @@ gconv_end (struct __gconv_step *data) } #define LOOP_NEED_FLAGS #define EXTRA_LOOP_DECLS \ - , enum variant var, int swap + , int swap #include diff --git a/iconvdata/utf-7.c b/iconvdata/utf-7.c index 6943833a67..b58b11fdcb 100644 --- a/iconvdata/utf-7.c +++ b/iconvdata/utf-7.c @@ -44,7 +44,7 @@ A-Z a-z 0-9 ' ( ) , - . / : ? space tab lf cr */ -static const unsigned char direct_tab[128/8] = +static const unsigned char direct_tab[128 / 8] = { 0x00, 0x26, 0x00, 0x00, 0x81, 0xf3, 0xff, 0x87, 0xfe, 0xff, 0xff, 0x07, 0xfe, 0xff, 0xff, 0x07 @@ -62,7 +62,7 @@ isdirect (uint32_t ch) ! " # $ % & * ; < = > @ [ ] ^ _ ` { | } */ -static const unsigned char xdirect_tab[128/8] = +static const unsigned char xdirect_tab[128 / 8] = { 0x00, 0x26, 0x00, 0x00, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0x3f @@ -79,7 +79,7 @@ isxdirect (uint32_t ch) A-Z a-z 0-9 + / - */ -static const unsigned char xbase64_tab[128/8] = +static const unsigned char xbase64_tab[128 / 8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0xa8, 0xff, 0x03, 0xfe, 0xff, 0xff, 0x07, 0xfe, 0xff, 0xff, 0x07 @@ -170,7 +170,7 @@ base64 (unsigned int i) } \ else if (__builtin_expect (ch == '+', 1)) \ { \ - if (__builtin_expect (inptr + 2 >= inend, 0)) \ + if (__builtin_expect (inptr + 2 > inend, 0)) \ { \ /* Not enough input available. */ \ result = __GCONV_INCOMPLETE_INPUT; \ diff --git a/include/aio.h b/include/aio.h index e3dc86f99a..be40c0bcef 100644 --- a/include/aio.h +++ b/include/aio.h @@ -1,6 +1,12 @@ #ifndef _AIO_H #include -/* Now define the internal interfaces. */ +/* Now define the internal interfaces. */ extern void __aio_init (__const struct aioinit *__init); + +/* Flag to signal we need to be compatible with glibc < 2.4 in + lio_listio and we do not issue events for each individual list + element. */ +#define LIO_NO_INDIVIDUAL_EVENT 128 + #endif diff --git a/include/alloca.h b/include/alloca.h index de541f4e5a..563d7868bd 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -42,7 +42,7 @@ extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const)); len = __newlen; \ __newbuf; }) #else -# define extern_alloca(buf, len, newlen) \ +# define extend_alloca(buf, len, newlen) \ __alloca (((len) = (newlen))) #endif diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 944fe732a6..efbe956602 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -1 +1,46 @@ #include + +/* If the machine allows unaligned access we can do better than using + the NS_GET16, NS_GET32, NS_PUT16, and NS_PUT32 macros from the + installed header. */ +#include +#include +#include + +extern struct _ns_flagdata _ns_flagdata[] attribute_hidden; + +#if _STRING_ARCH_unaligned + +# undef NS_GET16 +# define NS_GET16(s, cp) \ + do { \ + uint16_t *t_cp = (uint16_t *) (cp); \ + (s) = ntohs (*t_cp); \ + (cp) += NS_INT16SZ; \ + } while (0) + +# undef NS_GET32 +# define NS_GET32(l, cp) \ + do { \ + uint32_t *t_cp = (uint32_t *) (cp); \ + (l) = ntohl (*t_cp); \ + (cp) += NS_INT32SZ; \ + } while (0) + +# undef NS_PUT16 +# define NS_PUT16(s, cp) \ + do { \ + uint16_t *t_cp = (uint16_t *) (cp); \ + *t_cp = htons (s); \ + (cp) += NS_INT16SZ; \ + } while (0) + +# undef NS_PUT32 +# define NS_PUT32(l, cp) \ + do { \ + uint32_t *t_cp = (uint32_t *) (cp); \ + *t_cp = htonl (l); \ + (cp) += NS_INT32SZ; \ + } while (0) + +#endif diff --git a/include/atomic.h b/include/atomic.h index 8a23f6ee9e..d44728b215 100644 --- a/include/atomic.h +++ b/include/atomic.h @@ -1,5 +1,5 @@ /* Internal macros for atomic operations for GNU C Library. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. @@ -108,7 +108,7 @@ __typeof (*(mem)) __value = (newvalue); \ \ do \ - __oldval = (*__memp); \ + __oldval = *__memp; \ while (__builtin_expect (atomic_compare_and_exchange_bool_acq (__memp, \ __value, \ __oldval),\ @@ -130,7 +130,7 @@ __typeof (*(mem)) __value = (value); \ \ do \ - __oldval = (*__memp); \ + __oldval = *__memp; \ while (__builtin_expect (atomic_compare_and_exchange_bool_acq (__memp, \ __oldval \ + __value,\ @@ -141,6 +141,41 @@ #endif + +#ifndef atomic_max +# define atomic_max(mem, value) \ + do { \ + __typeof (*(mem)) __oldval; \ + __typeof (mem) __memp = (mem); \ + __typeof (*(mem)) __value = (value); \ + do { \ + __oldval = *__memp; \ + if (__oldval >= __value) \ + break; \ + } while (__builtin_expect (atomic_compare_and_exchange_bool_acq (__memp, \ + __value, \ + __oldval),\ + 0)); \ + } while (0) +#endif + +#ifndef atomic_min +# define atomic_min(mem, value) \ + do { \ + __typeof (*(mem)) __oldval; \ + __typeof (mem) __memp = (mem); \ + __typeof (*(mem)) __value = (value); \ + do { \ + __oldval = *__memp; \ + if (__oldval <= __value) \ + break; \ + } while (__builtin_expect (atomic_compare_and_exchange_bool_acq (__memp, \ + __value, \ + __oldval),\ + 0)); \ + } while (0) +#endif + #ifndef atomic_add # define atomic_add(mem, value) (void) atomic_exchange_and_add ((mem), (value)) #endif @@ -238,6 +273,41 @@ __oldval & __mask; }) #endif +/* Atomically *mem &= mask and return the old value of *mem. */ +#ifndef atomic_and +# define atomic_and(mem, mask) \ + ({ __typeof (*(mem)) __oldval; \ + __typeof (mem) __memp = (mem); \ + __typeof (*(mem)) __mask = (mask); \ + \ + do \ + __oldval = (*__memp); \ + while (__builtin_expect (atomic_compare_and_exchange_bool_acq (__memp, \ + __oldval \ + & __mask, \ + __oldval),\ + 0)); \ + \ + __oldval; }) +#endif + +/* Atomically *mem |= mask and return the old value of *mem. */ +#ifndef atomic_or +# define atomic_or(mem, mask) \ + ({ __typeof (*(mem)) __oldval; \ + __typeof (mem) __memp = (mem); \ + __typeof (*(mem)) __mask = (mask); \ + \ + do \ + __oldval = (*__memp); \ + while (__builtin_expect (atomic_compare_and_exchange_bool_acq (__memp, \ + __oldval \ + | __mask, \ + __oldval),\ + 0)); \ + \ + __oldval; }) +#endif #ifndef atomic_full_barrier # define atomic_full_barrier() __asm ("" ::: "memory") @@ -254,6 +324,12 @@ #endif +#ifndef atomic_forced_read +# define atomic_forced_read(x) \ + ({ __typeof (x) __x; __asm ("" : "=r" (__x) : "0" (x)); __x; }) +#endif + + #ifndef atomic_delay # define atomic_delay() do { /* nothing */ } while (0) #endif diff --git a/include/bits/socket2.h b/include/bits/socket2.h new file mode 100644 index 0000000000..a81fd9fa78 --- /dev/null +++ b/include/bits/socket2.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/stdlib-ldbl.h b/include/bits/stdlib-ldbl.h new file mode 100644 index 0000000000..62509494a3 --- /dev/null +++ b/include/bits/stdlib-ldbl.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/stdlib.h b/include/bits/stdlib.h new file mode 100644 index 0000000000..8541e278c7 --- /dev/null +++ b/include/bits/stdlib.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/syslog.h b/include/bits/syslog.h new file mode 100644 index 0000000000..060b893482 --- /dev/null +++ b/include/bits/syslog.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/unistd.h b/include/bits/unistd.h new file mode 100644 index 0000000000..1a91dcc72e --- /dev/null +++ b/include/bits/unistd.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/wchar-ldbl.h b/include/bits/wchar-ldbl.h new file mode 100644 index 0000000000..29baa2f4d5 --- /dev/null +++ b/include/bits/wchar-ldbl.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/wchar2.h b/include/bits/wchar2.h new file mode 100644 index 0000000000..a18dccfc55 --- /dev/null +++ b/include/bits/wchar2.h @@ -0,0 +1 @@ +#include diff --git a/include/dirent.h b/include/dirent.h index f09a88f21c..8f23aee234 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -1,9 +1,12 @@ #ifndef _DIRENT_H # include # include +# include +# include /* Now define the internal interfaces. */ extern DIR *__opendir (__const char *__name); +extern DIR *__fdopendir (int __fd); extern int __closedir (DIR *__dirp); extern struct dirent *__readdir (DIR *__dirp); extern struct dirent64 *__readdir64 (DIR *__dirp); @@ -23,4 +26,7 @@ extern int __alphasort64 (const void *a, const void *b) __attribute_pure__; extern int __versionsort64 (const void *a, const void *b) __attribute_pure__; +extern DIR *__alloc_dir (int fd, bool close_fd, const struct stat64 *statp) + internal_function; + #endif diff --git a/include/dlfcn.h b/include/dlfcn.h index bfa1b9041b..9144dd2f3f 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -1,15 +1,31 @@ #ifndef _DLFCN_H #include #include /* For ElfW. */ +#include /* Internally used flag. */ #define __RTLD_DLOPEN 0x80000000 #define __RTLD_SPROF 0x40000000 #define __RTLD_OPENEXEC 0x20000000 #define __RTLD_CALLMAP 0x10000000 +#define __RTLD_AUDIT 0x08000000 #define __LM_ID_CALLER -2 +#ifdef SHARED +/* Locally stored program arguments. */ +extern int __dlfcn_argc attribute_hidden; +extern char **__dlfcn_argv attribute_hidden; +#else +/* These variables are defined and initialized in the startup code. */ +extern int __libc_argc attribute_hidden; +extern char **__libc_argv attribute_hidden; + +# define __dlfcn_argc __libc_argc +# define __dlfcn_argv __libc_argv +#endif + + /* Now define the internal interfaces. */ #define __libc_dlopen(name) \ @@ -29,18 +45,8 @@ extern int _dl_addr (const void *address, Dl_info *info, libc_hidden_proto (_dl_addr) #endif -/* Open the shared object NAME, relocate it, and run its initializer if it - hasn't already been run. MODE is as for `dlopen' (see ). If - the object is already opened, returns its existing map. */ -extern void *_dl_open (const char *name, int mode, const void *caller, - Lmid_t nsid) - internal_function; -libc_hidden_proto (_dl_open) - /* Close an object previously opened by _dl_open. */ -extern void _dl_close (void *map) - internal_function; -libc_hidden_proto (_dl_close) +extern void _dl_close (void *map) attribute_hidden; /* Look up NAME in shared object HANDLE (which may be RTLD_DEFAULT or RTLD_NEXT). WHO is the calling function, for RTLD_NEXT. Returns @@ -62,9 +68,10 @@ extern void *_dl_vsym (void *handle, const char *name, const char *version, and the error code passed is the return value and *OBJNAME is set to the object name which experienced the problems. ERRSTRING if nonzero points to a malloc'ed string which the caller has to free after use. - ARGS is passed as argument to OPERATE. */ + ARGS is passed as argument to OPERATE. MALLOCEDP is set to true only + if the returned string is allocated using the libc's malloc. */ extern int _dl_catch_error (const char **objname, const char **errstring, - void (*operate) (void *), + bool *mallocedp, void (*operate) (void *), void *args) internal_function; diff --git a/include/errno.h b/include/errno.h index 9865903b86..fe8bca44c5 100644 --- a/include/errno.h +++ b/include/errno.h @@ -2,7 +2,7 @@ #include -#if defined _ERRNO_H && !defined _ISOMAC +#if defined _ERRNO_H && !defined _ISOMAC && !defined __cplusplus # ifdef IS_IN_rtld # include diff --git a/include/execinfo.h b/include/execinfo.h index 143a9cc4ce..840a0818cb 100644 --- a/include/execinfo.h +++ b/include/execinfo.h @@ -2,10 +2,12 @@ #include extern int __backtrace (void **__array, int __size); +libc_hidden_proto (__backtrace) extern char **__backtrace_symbols (void *__const *__array, int __size); extern void __backtrace_symbols_fd (void *__const *__array, int __size, int __fd); +libc_hidden_proto (__backtrace_symbols_fd) #endif diff --git a/include/fcntl.h b/include/fcntl.h index 7764f1cd62..e23af1c3d3 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -17,5 +17,23 @@ extern int __open (__const char *__file, int __oflag, ...); libc_hidden_proto (__open) extern int __fcntl (int __fd, int __cmd, ...); libc_hidden_proto (__fcntl) +extern int __openat (int __fd, __const char *__file, int __oflag, ...) + __nonnull ((2)); +libc_hidden_proto (__openat) +extern int __openat64 (int __fd, __const char *__file, int __oflag, ...) + __nonnull ((2)); +libc_hidden_proto (__openat64) + + +/* Helper functions for the various *at functions. For Linux. */ +extern void __atfct_seterrno (int errval, int fd, const char *buf) + attribute_hidden; +extern void __atfct_seterrno_2 (int errval, int fd1, const char *buf1, + int fd2, const char *buf2) + attribute_hidden; + + +/* Flag determining whether the *at system calls are available. */ +extern int __have_atfcts attribute_hidden; #endif diff --git a/include/features.h b/include/features.h index e9227bfca0..4eb49a92b1 100644 --- a/include/features.h +++ b/include/features.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1991-1993,1995-2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1991,1992,1993,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -38,6 +39,7 @@ _FILE_OFFSET_BITS=N Select default filesystem interface. _BSD_SOURCE ISO C, POSIX, and 4.3BSD things. _SVID_SOURCE ISO C, POSIX, and SVID things. + _ATFILE_SOURCE Additional *at interfaces. _GNU_SOURCE All of the above, plus GNU extensions. _REENTRANT Select additionally reentrant object. _THREAD_SAFE Same as _REENTRANT, often used by other systems. @@ -47,7 +49,7 @@ The `-ansi' switch to the GNU C compiler defines __STRICT_ANSI__. If none of these are defined, the default is to have _SVID_SOURCE, _BSD_SOURCE, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to - 199506L. If more than one of these are defined, they accumulate. + 200112L. If more than one of these are defined, they accumulate. For example __STRICT_ANSI__, _POSIX_SOURCE and _POSIX_C_SOURCE together give you ISO C, 1003.1, and 1003.2, but nothing else. @@ -69,6 +71,7 @@ __USE_BSD Define 4.3BSD things. __USE_SVID Define SVID things. __USE_MISC Define things common to BSD and System V Unix. + __USE_ATFILE Define *at interfaces and AT_* constants for them. __USE_GNU Define GNU extensions. __USE_REENTRANT Define reentrant/thread-safe *_r functions. __USE_FORTIFY_LEVEL Additional security measures used, according to level. @@ -102,6 +105,7 @@ #undef __USE_BSD #undef __USE_SVID #undef __USE_MISC +#undef __USE_ATFILE #undef __USE_GNU #undef __USE_REENTRANT #undef __USE_FORTIFY_LEVEL @@ -147,7 +151,7 @@ # undef _POSIX_SOURCE # define _POSIX_SOURCE 1 # undef _POSIX_C_SOURCE -# define _POSIX_C_SOURCE 199506L +# define _POSIX_C_SOURCE 200112L # undef _XOPEN_SOURCE # define _XOPEN_SOURCE 600 # undef _XOPEN_SOURCE_EXTENDED @@ -158,6 +162,8 @@ # define _BSD_SOURCE 1 # undef _SVID_SOURCE # define _SVID_SOURCE 1 +# undef _ATFILE_SOURCE +# define _ATFILE_SOURCE 1 #endif /* If nothing (other than _GNU_SOURCE) is defined, @@ -181,13 +187,15 @@ /* If none of the ANSI/POSIX macros are defined, use POSIX.1 and POSIX.2 (and IEEE Std 1003.1b-1993 unless _XOPEN_SOURCE is defined). */ -#if (!defined __STRICT_ANSI__ && !defined _POSIX_SOURCE && \ - !defined _POSIX_C_SOURCE) +#if ((!defined __STRICT_ANSI__ || (_XOPEN_SOURCE - 0) >= 500) && \ + !defined _POSIX_SOURCE && !defined _POSIX_C_SOURCE) # define _POSIX_SOURCE 1 # if defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) < 500 # define _POSIX_C_SOURCE 2 -# else +# elif defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) < 600 # define _POSIX_C_SOURCE 199506L +# else +# define _POSIX_C_SOURCE 200112L # endif #endif @@ -254,6 +262,10 @@ # define __USE_SVID 1 #endif +#ifdef _ATFILE_SOURCE +# define __USE_ATFILE 1 +#endif + #ifdef _GNU_SOURCE # define __USE_GNU 1 #endif @@ -262,12 +274,21 @@ # define __USE_REENTRANT 1 #endif -#if _FORTIFY_SOURCE > 0 && __GNUC_PREREQ (4, 1) && __OPTIMIZE__ > 0 -# if _FORTIFY_SOURCE == 1 -# define __USE_FORTIFY_LEVEL 1 -# elif _FORTIFY_SOURCE > 1 +#if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \ + && defined __OPTIMIZE__ && __OPTIMIZE__ > 0 \ + && (__GNUC_PREREQ (4, 1) \ + || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (4, 0)) \ + || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (3, 4) \ + && __GNUC_MINOR__ == 4 \ + && (__GNUC_PATCHLEVEL__ > 2 \ + || (__GNUC_PATCHLEVEL__ == 2 && __GNUC_RH_RELEASE__ >= 8)))) +# if _FORTIFY_SOURCE > 1 # define __USE_FORTIFY_LEVEL 2 +# else +# define __USE_FORTIFY_LEVEL 1 # endif +#else +# define __USE_FORTIFY_LEVEL 0 #endif /* We do support the IEC 559 math functionality, real and complex. */ @@ -289,7 +310,7 @@ /* Major and minor version number of the GNU C library package. Use these macros to test for features in specific releases. */ #define __GLIBC__ 2 -#define __GLIBC_MINOR__ 4 +#define __GLIBC_MINOR__ 5 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) diff --git a/include/fenv.h b/include/fenv.h index 206309179f..673eb4b977 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -13,5 +13,7 @@ extern int __feupdateenv (__const fenv_t *__envp); libm_hidden_proto (feraiseexcept) libm_hidden_proto (fesetenv) +libm_hidden_proto (fesetround) +libm_hidden_proto (feholdexcept) #endif diff --git a/include/ifaddrs.h b/include/ifaddrs.h index aa20c35101..71bdaeb180 100644 --- a/include/ifaddrs.h +++ b/include/ifaddrs.h @@ -1,10 +1,23 @@ #ifndef _IFADDRS_H #include #include +#include libc_hidden_proto (getifaddrs) libc_hidden_proto (freeifaddrs) -extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6) attribute_hidden; +struct in6addrinfo +{ + enum { + in6ai_deprecated = 1, + in6ai_temporary = 2, + in6ai_homeaddress = 4 + } flags; + uint32_t addr[4]; +}; + +extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6, + struct in6addrinfo **in6ai, size_t *in6ailen) + attribute_hidden; #endif /* ifaddrs.h */ diff --git a/include/libc-symbols.h b/include/libc-symbols.h index dcc46cc80f..da46f5e804 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -1,6 +1,7 @@ /* Support macros for making weak and strong aliases for symbols, and for using symbol sets and linker warnings with GNU ld. - Copyright (C) 1995-1998,2000-2003,2004 Free Software Foundation, Inc. + Copyright (C) 1995-1998,2000-2003,2004,2005,2006 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,8 +32,6 @@ * ASM_GLOBAL_DIRECTIVE with `.globl' or `.global'. * ASM_TYPE_DIRECTIVE_PREFIX with `@' or `#' or whatever for .type, or leave it undefined if there is no .type directive. - * HAVE_GNU_LD if using GNU ld, with support for weak symbols in a.out, - and for symbol set and warning messages extensions in a.out and ELF. * HAVE_ELF if using ELF, which supports weak symbols using `.weak'. * HAVE_ASM_WEAK_DIRECTIVE if we have weak symbols using `.weak'. * HAVE_ASM_WEAKEXT_DIRECTIVE if we have weak symbols using `.weakext'. @@ -56,7 +55,7 @@ #include /* The symbols in all the user (non-_) macros are C symbols. - HAVE_GNU_LD without HAVE_ELF implies a.out. */ + NO HAVE_ELF implies a.out. */ #if defined HAVE_ASM_WEAK_DIRECTIVE || defined HAVE_ASM_WEAKEXT_DIRECTIVE # define HAVE_WEAK_SYMBOLS @@ -220,55 +219,48 @@ /* When a reference to SYMBOL is encountered, the linker will emit a warning message MSG. */ -#ifdef HAVE_GNU_LD -# ifdef HAVE_ELF +#ifdef HAVE_ELF /* We want the .gnu.warning.SYMBOL section to be unallocated. */ -# ifdef HAVE_ASM_PREVIOUS_DIRECTIVE -# define __make_section_unallocated(section_string) \ +# ifdef HAVE_ASM_PREVIOUS_DIRECTIVE +# define __make_section_unallocated(section_string) \ asm (".section " section_string "\n\t.previous"); -# elif defined HAVE_ASM_POPSECTION_DIRECTIVE -# define __make_section_unallocated(section_string) \ +# elif defined HAVE_ASM_POPSECTION_DIRECTIVE +# define __make_section_unallocated(section_string) \ asm (".pushsection " section_string "\n\t.popsection"); -# else -# define __make_section_unallocated(section_string) -# endif +# else +# define __make_section_unallocated(section_string) +# endif /* Tacking on "\n\t#" to the section name makes gcc put it's bogus section attributes on what looks like a comment to the assembler. */ -# ifdef HAVE_SECTION_QUOTES -# define __sec_comment "\"\n\t#\"" -# else -# define __sec_comment "\n\t#" -# endif -# define link_warning(symbol, msg) \ +# ifdef HAVE_SECTION_QUOTES +# define __sec_comment "\"\n\t#\"" +# else +# define __sec_comment "\n\t#" +# endif +# define link_warning(symbol, msg) \ __make_section_unallocated (".gnu.warning." #symbol) \ static const char __evoke_link_warning_##symbol[] \ __attribute__ ((used, section (".gnu.warning." #symbol __sec_comment))) \ = msg; -# define libc_freeres_ptr(decl) \ +# define libc_freeres_ptr(decl) \ __make_section_unallocated ("__libc_freeres_ptrs, \"aw\", %nobits") \ decl __attribute__ ((section ("__libc_freeres_ptrs" __sec_comment))) -# define __libc_freeres_fn_section \ +# define __libc_freeres_fn_section \ __attribute__ ((section ("__libc_freeres_fn"))) -# else /* Not ELF: a.out */ -# ifdef HAVE_XCOFF +#else /* Not ELF: a.out */ +# ifdef HAVE_XCOFF /* XCOFF does not support .stabs. The native aix linker will remove the .stab and .stabstr sections The gnu linker will have a fatal error if there is a relocation for symbol in the .stab section. Silently disable this macro. */ -# define link_warning(symbol, msg) -# else -# define link_warning(symbol, msg) \ +# define link_warning(symbol, msg) +# else +# define link_warning(symbol, msg) \ asm (".stabs \"" msg "\",30,0,0,0\n\t" \ ".stabs \"" __SYMBOL_PREFIX #symbol "\",1,0,0,0\n"); -# endif /* XCOFF */ -# define libc_freeres_ptr(decl) decl -# define __libc_freeres_fn_section -# endif -#else -/* We will never be heard; they will all die horribly. */ -# define link_warning(symbol, msg) +# endif /* XCOFF */ # define libc_freeres_ptr(decl) decl # define __libc_freeres_fn_section #endif @@ -279,6 +271,7 @@ /* A canned warning for sysdeps/stub functions. */ #define stub_warning(name) \ + __make_section_unallocated (".gnu.glibc-stub." #name) \ link_warning (name, \ "warning: " #name " is not implemented and will always fail") @@ -324,92 +317,79 @@ for linking") */ -#ifdef HAVE_GNU_LD - /* Symbol set support macros. */ -# ifdef HAVE_ELF +#ifdef HAVE_ELF /* Make SYMBOL, which is in the text segment, an element of SET. */ -# define text_set_element(set, symbol) _elf_set_element(set, symbol) +# define text_set_element(set, symbol) _elf_set_element(set, symbol) /* Make SYMBOL, which is in the data segment, an element of SET. */ -# define data_set_element(set, symbol) _elf_set_element(set, symbol) +# define data_set_element(set, symbol) _elf_set_element(set, symbol) /* Make SYMBOL, which is in the bss segment, an element of SET. */ -# define bss_set_element(set, symbol) _elf_set_element(set, symbol) +# define bss_set_element(set, symbol) _elf_set_element(set, symbol) /* These are all done the same way in ELF. There is a new section created for each set. */ -# ifdef SHARED +# ifdef SHARED /* When building a shared library, make the set section writable, because it will need to be relocated at run time anyway. */ -# define _elf_set_element(set, symbol) \ +# define _elf_set_element(set, symbol) \ static const void *__elf_set_##set##_element_##symbol##__ \ __attribute__ ((used, section (#set))) = &(symbol) -# else -# define _elf_set_element(set, symbol) \ +# else +# define _elf_set_element(set, symbol) \ static const void *const __elf_set_##set##_element_##symbol##__ \ __attribute__ ((used, section (#set))) = &(symbol) -# endif +# endif /* Define SET as a symbol set. This may be required (it is in a.out) to be able to use the set's contents. */ -# define symbol_set_define(set) symbol_set_declare(set) +# define symbol_set_define(set) symbol_set_declare(set) /* Declare SET for use in this module, if defined in another module. In a shared library, this is always local to that shared object. For static linking, the set might be wholly absent and so we use weak references. */ -# define symbol_set_declare(set) \ +# define symbol_set_declare(set) \ extern char const __start_##set[] __symbol_set_attribute; \ extern char const __stop_##set[] __symbol_set_attribute; -# ifdef SHARED -# define __symbol_set_attribute attribute_hidden -# else -# define __symbol_set_attribute __attribute__ ((weak)) -# endif +# ifdef SHARED +# define __symbol_set_attribute attribute_hidden +# else +# define __symbol_set_attribute __attribute__ ((weak)) +# endif /* Return a pointer (void *const *) to the first element of SET. */ -# define symbol_set_first_element(set) ((void *const *) (&__start_##set)) +# define symbol_set_first_element(set) ((void *const *) (&__start_##set)) /* Return true iff PTR (a void *const *) has been incremented past the last element in SET. */ -# define symbol_set_end_p(set, ptr) ((ptr) >= (void *const *) &__stop_##set) +# define symbol_set_end_p(set, ptr) ((ptr) >= (void *const *) &__stop_##set) -# else /* Not ELF: a.out. */ +#else /* Not ELF: a.out. */ -# ifdef HAVE_XCOFF +# ifdef HAVE_XCOFF /* XCOFF does not support .stabs. The native aix linker will remove the .stab and .stabstr sections The gnu linker will have a fatal error if there is a relocation for symbol in the .stab section. Silently disable these macros. */ -# define text_set_element(set, symbol) -# define data_set_element(set, symbol) -# define bss_set_element(set, symbol) -# else -# define text_set_element(set, symbol) \ +# define text_set_element(set, symbol) +# define data_set_element(set, symbol) +# define bss_set_element(set, symbol) +# else +# define text_set_element(set, symbol) \ asm (".stabs \"" __SYMBOL_PREFIX #set "\",23,0,0," __SYMBOL_PREFIX #symbol) -# define data_set_element(set, symbol) \ +# define data_set_element(set, symbol) \ asm (".stabs \"" __SYMBOL_PREFIX #set "\",25,0,0," __SYMBOL_PREFIX #symbol) -# define bss_set_element(set, symbol) ?error Must use initialized data. -# endif /* XCOFF */ -# define symbol_set_define(set) void *const (set)[1]; -# define symbol_set_declare(set) extern void *const (set)[1]; - -# define symbol_set_first_element(set) &(set)[1] -# define symbol_set_end_p(set, ptr) (*(ptr) == 0) - -# endif /* ELF. */ -#else -/* We cannot do anything in generial. */ -# define text_set_element(set, symbol) asm ("") -# define data_set_element(set, symbol) asm ("") -# define bss_set_element(set, symbol) asm ("") -# define symbol_set_define(set) void *const (set)[1]; +# define bss_set_element(set, symbol) ?error Must use initialized data. +# endif /* XCOFF */ +# define symbol_set_define(set) void *const (set)[1]; # define symbol_set_declare(set) extern void *const (set)[1]; # define symbol_set_first_element(set) &(set)[1] # define symbol_set_end_p(set, ptr) (*(ptr) == 0) -#endif /* Have GNU ld. */ + +#endif /* ELF. */ #if DO_VERSIONING # define symbol_version(real, name, version) \ @@ -523,7 +503,7 @@ for linking") } libc_hidden_weak (foo) - Simularly for global data. If references to foo within libc.so should + Similarly for global data. If references to foo within libc.so should always go to foo defined in libc.so, then in include/foo.h you add: libc_hidden_proto (foo) @@ -538,7 +518,7 @@ for linking") int foo = INITIAL_FOO_VALUE; libc_hidden_data_weak (foo) - If foo is normally just an alias (strong or weak) of some other function, + If foo is normally just an alias (strong or weak) to some other function, you should use the normal strong_alias first, then add libc_hidden_def or libc_hidden_weak: @@ -582,78 +562,23 @@ for linking") # define hidden_proto(name, attrs...) \ __hidden_proto (name, __GI_##name, ##attrs) # define __hidden_proto(name, internal, attrs...) \ - extern __typeof (name) internal; \ extern __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ __hidden_proto_hiddenattr (attrs); # define __hidden_asmname(name) \ __hidden_asmname1 (__USER_LABEL_PREFIX__, name) # define __hidden_asmname1(prefix, name) __hidden_asmname2(prefix, name) # define __hidden_asmname2(prefix, name) #prefix name -# ifdef HAVE_ASM_SET_DIRECTIVE -# define __hidden_def1(original, alias) \ - ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP \ - .set C_SYMBOL_NAME (alias), C_SYMBOL_NAME (original) -# ifdef HAVE_ASM_GLOBAL_DOT_NAME -# define __hidden_dot_def1(original, alias) ASM_LINE_SEP \ - ASM_GLOBAL_DIRECTIVE C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP \ - .set C_SYMBOL_DOT_NAME (alias), C_SYMBOL_DOT_NAME (original) -# else -# define __hidden_dot_def1(original, alias) -# endif -# else -# define __hidden_def1(original, alias) \ - ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME (alias) ASM_LINE_SEP \ - C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original) -# ifdef HAVE_ASM_GLOBAL_DOT_NAME -# define __hidden_dot_def1(original, alias) ASM_LINE_SEP \ - ASM_GLOBAL_DIRECTIVE C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP \ - C_SYMBOL_DOT_NAME (alias) = C_SYMBOL_DOT_NAME (original) -# else -# define __hidden_dot_def1(original, alias) -# endif -# endif -# define __hidden_def2(...) #__VA_ARGS__ -# define __hidden_def3(...) __hidden_def2 (__VA_ARGS__) -# define hidden_def(name) \ - __asm__ (__hidden_def3 (__hidden_def1 (__GI_##name, name) \ - __hidden_dot_def1 (__GI_##name, name))); -# define hidden_data_def(name) \ - __asm__ (__hidden_def3 (__hidden_def1 (__GI_##name, name))); -# define hidden_ver(local, name) \ - __asm__ (__hidden_def3 (__hidden_def1 (local, __GI_##name) \ - __hidden_dot_def1 (local, __GI_##name))); -# define hidden_data_ver(local, name) \ - __asm__ (__hidden_def3 (__hidden_def1 (local, __GI_##name))); -# ifdef HAVE_WEAK_SYMBOLS -# ifdef HAVE_ASM_WEAKEXT_DIRECTIVE -# define __hidden_weak1(original, alias) \ - .weakext C_SYMBOL_NAME (alias), C_SYMBOL_NAME (original) -# ifdef HAVE_ASM_GLOBAL_DOT_NAME -# define __hidden_dot_weak1(original, alias) ASM_LINE_SEP \ - .weakext C_SYMBOL_DOT_NAME (alias), C_SYMBOL_DOT_NAME (original) -# else -# define __hidden_dot_weak1(original, alias) -# endif -# else /* ! HAVE_ASM_WEAKEXT_DIRECTIVE */ -# define __hidden_weak1(original, alias) \ - .weak C_SYMBOL_NAME (alias) ASM_LINE_SEP \ - C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original) -# ifdef HAVE_ASM_GLOBAL_DOT_NAME -# define __hidden_dot_weak1(original, alias) ASM_LINE_SEP \ - .weak C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP \ - C_SYMBOL_DOT_NAME (alias) = C_SYMBOL_DOT_NAME (original) -# else -# define __hidden_dot_weak1(original, alias) -# endif -# endif -# define hidden_weak(name) \ - __asm__ (__hidden_def3 (__hidden_weak1 (__GI_##name, name) \ - __hidden_dot_weak1 (__GI_##name, name))); -# define hidden_data_weak(name) \ - __asm__ (__hidden_def3 (__hidden_weak1 (__GI_##name, name))); -# else -# define hidden_weak(name) hidden_def (name) -# endif +# define __hidden_ver1(local, internal, name) \ + extern __typeof (name) __EI_##name __asm__(__hidden_asmname (#internal)); \ + extern __typeof (name) __EI_##name \ + __attribute__((alias (__hidden_asmname (#local)))) +# define hidden_ver(local, name) __hidden_ver1(local, __GI_##name, name); +# define hidden_data_ver(local, name) hidden_ver(local, name) +# define hidden_def(name) __hidden_ver1(__GI_##name, name, name); +# define hidden_data_def(name) hidden_def(name) +# define hidden_weak(name) \ + __hidden_ver1(__GI_##name, name, name) __attribute__((weak)); +# define hidden_data_weak(name) hidden_weak(name) # else /* For assembly, we need to do the opposite of what we do in C: in assembly gcc __REDIRECT stuff is not in place, so functions @@ -762,6 +687,24 @@ for linking") # define libresolv_hidden_data_ver(local, name) #endif +#if defined NOT_IN_libc && defined IS_IN_librt +# define librt_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) +# define librt_hidden_def(name) hidden_def (name) +# define librt_hidden_weak(name) hidden_weak (name) +# define librt_hidden_ver(local, name) hidden_ver (local, name) +# define librt_hidden_data_def(name) hidden_data_def (name) +# define librt_hidden_data_weak(name) hidden_data_weak (name) +# define librt_hidden_data_ver(local, name) hidden_data_ver (local, name) +#else +# define librt_hidden_proto(name, attrs...) +# define librt_hidden_def(name) +# define librt_hidden_weak(name) +# define librt_hidden_ver(local, name) +# define librt_hidden_data_def(name) +# define librt_hidden_data_weak(name) +# define librt_hidden_data_ver(local, name) +#endif + #if defined NOT_IN_libc && defined IS_IN_libdl # define libdl_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) # define libdl_hidden_def(name) hidden_def (name) diff --git a/include/libintl.h b/include/libintl.h index 8f312f1042..8875c9444f 100644 --- a/include/libintl.h +++ b/include/libintl.h @@ -11,6 +11,7 @@ extern char *__dgettext (__const char *__domainname, extern char *__dcgettext (__const char *__domainname, __const char *__msgid, int __category) __attribute_format_arg__ (2); +libc_hidden_proto (__dcgettext) extern char *__dcgettext_internal (__const char *__domainname, __const char *__msgid, int __category) __attribute_format_arg__ (2) @@ -41,7 +42,7 @@ extern char *__bind_textdomain_codeset (__const char *__domainname, __const char *__codeset); extern const char _libc_intl_domainname[]; -extern const char _libc_intl_domainname_internal[] attribute_hidden; +libc_hidden_proto (_libc_intl_domainname) /* Define the macros `_' and `N_' for conveniently marking translatable strings in the libc source code. We have to make sure we get the @@ -52,12 +53,7 @@ extern const char _libc_intl_domainname_internal[] attribute_hidden; # undef _ /* This is defined as an optimizing macro, so use it. */ -# if !defined NOT_IN_libc && defined SHARED -# define _(msgid) \ - __dcgettext_internal (_libc_intl_domainname_internal, msgid, LC_MESSAGES) -# else -# define _(msgid) \ +# define _(msgid) \ __dcgettext (_libc_intl_domainname, msgid, LC_MESSAGES) -#endif #endif diff --git a/include/limits.h b/include/limits.h index 45cd6f2532..3e9a5df88a 100644 --- a/include/limits.h +++ b/include/limits.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 92, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2005 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -122,20 +123,20 @@ #if defined __GNUC__ && !defined _GCC_LIMITS_H_ /* `_GCC_LIMITS_H_' is what GCC's file defines. */ # include_next +#endif /* The files in some gcc versions don't define LLONG_MIN, LLONG_MAX, and ULLONG_MAX. Instead only the values gcc defined for ages are available. */ -# ifdef __USE_ISOC99 -# ifndef LLONG_MIN -# define LLONG_MIN LONG_LONG_MIN -# endif -# ifndef LLONG_MAX -# define LLONG_MAX LONG_LONG_MAX -# endif -# ifndef ULLONG_MAX -# define ULLONG_MAX ULONG_LONG_MAX -# endif +#if defined __USE_ISOC99 && defined __GNUC__ +# ifndef LLONG_MIN +# define LLONG_MIN (-LLONG_MAX-1) +# endif +# ifndef LLONG_MAX +# define LLONG_MAX __LONG_LONG_MAX__ +# endif +# ifndef ULLONG_MAX +# define ULLONG_MAX (LLONG_MAX * 2ULL + 1) # endif #endif diff --git a/include/link.h b/include/link.h index 3078b72a87..9311256aff 100644 --- a/include/link.h +++ b/include/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,65 +18,32 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef _LINK_H -#define _LINK_H 1 +#ifndef _PRIVATE_LINK_H +#define _PRIVATE_LINK_H 1 -#include -#include -#include -#include - -/* We use this macro to refer to ELF types independent of the native wordsize. - `ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */ -#define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) -#define _ElfW(e,w,t) _ElfW_1 (e, w, _##t) -#define _ElfW_1(e,w,t) e##w##t - -#include /* Defines __ELF_NATIVE_CLASS. */ -#include -#include -#include /* Defines USE_TLS. */ - -/* Rendezvous structure used by the run-time dynamic linker to communicate - details of shared object loading to the debugger. If the executable's - dynamic section has a DT_DEBUG element, the run-time linker sets that - element's value to the address where this structure can be found. */ - -struct r_debug - { - int r_version; /* Version number for this protocol. */ +#ifdef _LINK_H +# error this should be impossible +#endif - struct link_map *r_map; /* Head of the chain of loaded objects. */ +/* Get most of the contents from the public header, but we define a + different `struct link_map' type for private use. The la_objopen + prototype uses the type, so we have to declare it separately. */ +#define link_map link_map_public +#define la_objopen la_objopen_wrongproto +#include +#undef link_map +#undef la_objopen - /* This is the address of a function internal to the run-time linker, - that will always be called when the linker begins to map in a - library or unmap it, and again when the mapping change is complete. - The debugger can set a breakpoint at this address if it wants to - notice shared object mapping changes. */ - ElfW(Addr) r_brk; - enum - { - /* This state value describes the mapping change taking place when - the `r_brk' address is called. */ - RT_CONSISTENT, /* Mapping change is complete. */ - RT_ADD, /* Beginning to add a new object. */ - RT_DELETE /* Beginning to remove an object mapping. */ - } r_state; - - ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */ - }; +struct link_map; +extern unsigned int la_objopen (struct link_map *__map, Lmid_t __lmid, + uintptr_t *__cookie); -/* This is the instance of that structure used by the dynamic linker. */ -extern struct r_debug _r_debug; -/* This symbol refers to the "dynamic structure" in the `.dynamic' section - of whatever module refers to `_DYNAMIC'. So, to find its own - `struct r_debug', a program could do: - for (dyn = _DYNAMIC; dyn->d_tag != DT_NULL; ++dyn) - if (dyn->d_tag == DT_DEBUG) - r_debug = (struct r_debug *) dyn->d_un.d_ptr; - */ -extern ElfW(Dyn) _DYNAMIC[]; +#include +#include +#include +#include +#include /* Some internal data structures of the dynamic linker used in the @@ -158,7 +125,7 @@ struct link_map const ElfW(Phdr) *l_phdr; /* Pointer to program header table in core. */ ElfW(Addr) l_entry; /* Entry point location. */ ElfW(Half) l_phnum; /* Number of program header entries. */ - ElfW(Half) l_ldnum; /* Number of dynamic segment entries. */ + ElfW(Half) l_ldnum; /* Number of dynamic segment entries. */ /* Array of DT_NEEDED dependencies and their dependencies, in dependency order for symbol lookup (with and without @@ -175,9 +142,20 @@ struct link_map /* Symbol hash table. */ Elf_Symndx l_nbuckets; - const Elf_Symndx *l_buckets, *l_chain; + Elf32_Word l_gnu_bitmask_idxbits; + Elf32_Word l_gnu_shift; + const ElfW(Addr) *l_gnu_bitmask; + union + { + const Elf32_Word *l_gnu_buckets; + const Elf_Symndx *l_chain; + }; + union + { + const Elf32_Word *l_gnu_chain_zero; + const Elf_Symndx *l_buckets; + }; - unsigned int l_opencount; /* Counter for direct and indirect usage. */ unsigned int l_direct_opencount; /* Reference count for dlopen/dlclose. */ enum /* Where this object came from. */ { @@ -199,6 +177,15 @@ struct link_map should be called on this link map when relocation finishes. */ unsigned int l_used:1; /* Nonzero if the DSO is used. */ + unsigned int l_auditing:1; /* Nonzero if the DSO is used in auditing. */ + unsigned int l_audit_any_plt:1; /* Nonzero if at least one audit module + is interested in the PLT interception.*/ + unsigned int l_removed:1; /* Nozero if the object cannot be used anymore + since it is removed. */ + unsigned int l_contiguous:1; /* Nonzero if inter-segment holes are + mprotected or if no holes are present at + all. */ + /* Array with version names. */ unsigned int l_nversions; struct r_found_version *l_versions; @@ -207,7 +194,14 @@ struct link_map struct r_search_path_struct l_rpath_dirs; /* Collected results of relocation while profiling. */ - ElfW(Addr) *l_reloc_result; + struct reloc_result + { + DL_FIXUP_VALUE_TYPE addr; + struct link_map *bound; + unsigned int boundndx; + uint32_t enterexit; + unsigned int flags; + } *l_reloc_result; /* Pointer to the version information if available. */ ElfW(Versym) *l_versyms; @@ -226,7 +220,7 @@ struct link_map /* Size of array allocated for 'l_scope'. */ size_t l_scope_max; /* This is an array defining the lookup scope for this link map. - There are at most three different scope lists. */ + There are initially at most three different scope lists. */ struct r_scope_elem **l_scope; /* A similar array, this time only with the local scope. This is @@ -255,7 +249,7 @@ struct link_map ElfW(Word) l_flags; /* Temporarily used in `dl_close'. */ - unsigned int l_idx; + int l_idx; struct link_map_machine l_mach; @@ -263,11 +257,7 @@ struct link_map { const ElfW(Sym) *sym; int type_class; -#ifdef DL_LOOKUP_RETURNS_MAP struct link_map *value; -#else - ElfW(Addr) value; -#endif const ElfW(Sym) *ret; } l_lookup_cache; @@ -297,24 +287,27 @@ struct link_map done. */ ElfW(Addr) l_relro_addr; size_t l_relro_size; + + /* Audit information. This array apparent must be the last in the + structure. Never add something after it. */ + struct auditstate + { + uintptr_t cookie; + unsigned int bindflags; + } l_audit[0]; }; -struct dl_phdr_info - { - ElfW(Addr) dlpi_addr; - const char *dlpi_name; - const ElfW(Phdr) *dlpi_phdr; - ElfW(Half) dlpi_phnum; - unsigned long long int dlpi_adds; - unsigned long long int dlpi_subs; - }; +#if __ELF_NATIVE_CLASS == 32 +# define symbind symbind32 +#elif __ELF_NATIVE_CLASS == 64 +# define symbind symbind64 +#else +# error "__ELF_NATIVE_CLASS must be defined" +#endif -extern int dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, - size_t size, void *data), - void *data); extern int __dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, size_t size, void *data), void *data); -#endif /* link.h */ +#endif /* include/link.h */ diff --git a/include/locale.h b/include/locale.h index 22770b9ad2..5226001929 100644 --- a/include/locale.h +++ b/include/locale.h @@ -11,7 +11,8 @@ libc_hidden_proto (setlocale) extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden; /* Locale object for C locale. */ -extern struct __locale_struct _nl_C_locobj attribute_hidden; +extern const struct __locale_struct _nl_C_locobj attribute_hidden; +#define _nl_C_locobj_ptr ((struct __locale_struct *) &_nl_C_locobj) /* Now define the internal interfaces. */ extern struct lconv *__localeconv (void); diff --git a/include/malloc.h b/include/malloc.h index f0164a6273..1a20248559 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -12,7 +12,6 @@ extern int __malloc_initialized attribute_hidden; struct malloc_state; typedef struct malloc_state *mstate; -extern mstate _int_new_arena (size_t __ini_size) attribute_hidden; extern __malloc_ptr_t _int_malloc (mstate __m, size_t __size) attribute_hidden; extern void _int_free (mstate __m, __malloc_ptr_t __ptr) attribute_hidden; diff --git a/include/netinet/in.h b/include/netinet/in.h index 2018ed21c3..876f1a4369 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -5,6 +5,5 @@ libc_hidden_proto (bindresvport) libc_hidden_proto (in6addr_loopback) libc_hidden_proto (in6addr_any) -libc_hidden_proto (inet6_option_alloc) #endif diff --git a/include/regex.h b/include/regex.h index 81789be897..a7606c5e0d 100644 --- a/include/regex.h +++ b/include/regex.h @@ -2,45 +2,42 @@ #include /* Document internal interfaces. */ -extern reg_syntax_t __re_set_syntax _RE_ARGS ((reg_syntax_t syntax)); +extern reg_syntax_t __re_set_syntax (reg_syntax_t syntax); -extern const char *__re_compile_pattern - _RE_ARGS ((const char *pattern, size_t length, - struct re_pattern_buffer *buffer)); +extern const char *__re_compile_pattern (const char *pattern, size_t length, + struct re_pattern_buffer *buffer); -extern int __re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer)); +extern int __re_compile_fastmap (struct re_pattern_buffer *buffer); -extern int __re_search - _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string, - int length, int start, int range, struct re_registers *regs)); +extern int __re_search (struct re_pattern_buffer *buffer, const char *string, + int length, int start, int range, + struct re_registers *regs); extern int __re_search_2 - _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1, - int length1, const char *string2, int length2, - int start, int range, struct re_registers *regs, int stop)); + (struct re_pattern_buffer *buffer, const char *string1, + int length1, const char *string2, int length2, + int start, int range, struct re_registers *regs, int stop); extern int __re_match - _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string, - int length, int start, struct re_registers *regs)); + (struct re_pattern_buffer *buffer, const char *string, + int length, int start, struct re_registers *regs); extern int __re_match_2 - _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1, - int length1, const char *string2, int length2, - int start, struct re_registers *regs, int stop)); + (struct re_pattern_buffer *buffer, const char *string1, + int length1, const char *string2, int length2, + int start, struct re_registers *regs, int stop); extern void __re_set_registers - _RE_ARGS ((struct re_pattern_buffer *buffer, struct re_registers *regs, - unsigned num_regs, regoff_t *starts, regoff_t *ends)); + (struct re_pattern_buffer *buffer, struct re_registers *regs, + unsigned num_regs, regoff_t *starts, regoff_t *ends); -extern int __regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern, - int __cflags)); +extern int __regcomp (regex_t *__preg, const char *__pattern, int __cflags); -extern int __regexec _RE_ARGS ((const regex_t *__preg, - const char *__string, size_t __nmatch, - regmatch_t __pmatch[], int __eflags)); +extern int __regexec (const regex_t *__preg, const char *__string, + size_t __nmatch, regmatch_t __pmatch[], int __eflags); -extern size_t __regerror _RE_ARGS ((int __errcode, const regex_t *__preg, - char *__errbuf, size_t __errbuf_size)); +extern size_t __regerror (int __errcode, const regex_t *__preg, + char *__errbuf, size_t __errbuf_size); -extern void __regfree _RE_ARGS ((regex_t *__preg)); +extern void __regfree (regex_t *__preg); #endif diff --git a/include/resolv.h b/include/resolv.h index 9c24bd3bc7..189e4fb58b 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -8,6 +8,7 @@ } \ while (0) +#include #include #ifdef _RESOLV_H_ @@ -46,9 +47,11 @@ extern void res_send_setqhook (res_send_qhook __hook); extern void res_send_setrhook (res_send_rhook __hook); extern int res_ourserver_p (const res_state __statp, const struct sockaddr_in6 *__inp); +extern void __res_iclose (res_state statp, bool free_addr); libc_hidden_proto (__res_ninit) libc_hidden_proto (__res_maybe_init) libc_hidden_proto (__res_nclose) +libc_hidden_proto (__res_iclose) libc_hidden_proto (__res_randomid) libc_hidden_proto (__res_state) diff --git a/include/rpc/auth.h b/include/rpc/auth.h index a5e290b898..bc433b5930 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -22,8 +22,10 @@ DECLARE_NSS_PROTOTYPES (nisplus) #undef DECLARE_NSS_PROTOTYPES -extern bool_t xdr_des_block_internal (XDR *__xdrs, des_block *__blkp); -extern bool_t xdr_opaque_auth_internal (XDR *, struct opaque_auth *); +extern bool_t xdr_des_block_internal (XDR *__xdrs, des_block *__blkp) + attribute_hidden; +extern bool_t xdr_opaque_auth_internal (XDR *, struct opaque_auth *) + attribute_hidden; extern AUTH *authunix_create_internal (char *__machname, __uid_t __uid, __gid_t __gid, int __len, diff --git a/include/rpc/key_prot.h b/include/rpc/key_prot.h index ee30c65d3b..2da5de7f70 100644 --- a/include/rpc/key_prot.h +++ b/include/rpc/key_prot.h @@ -1,11 +1,15 @@ #include -extern bool_t xdr_cryptkeyres_internal (XDR *xdrs, cryptkeyres *objp); -extern bool_t xdr_keystatus_internal (XDR *, keystatus*); -extern bool_t xdr_keybuf_internal (XDR *, keybuf); -extern bool_t xdr_cryptkeyarg_internal (XDR *, cryptkeyarg*); -extern bool_t xdr_cryptkeyarg2_internal (XDR *, cryptkeyarg2*); -extern bool_t xdr_key_netstres_internal (XDR *, key_netstres*); -extern bool_t xdr_key_netstarg_internal (XDR *, key_netstarg*); -extern bool_t xdr_netnamestr_internal (XDR *, netnamestr*); -extern bool_t xdr_unixcred_internal (XDR *, unixcred*); +extern bool_t xdr_cryptkeyres_internal (XDR *xdrs, cryptkeyres *objp) + attribute_hidden; +extern bool_t xdr_keystatus_internal (XDR *, keystatus*) attribute_hidden; +extern bool_t xdr_keybuf_internal (XDR *, keybuf) attribute_hidden; +extern bool_t xdr_cryptkeyarg_internal (XDR *, cryptkeyarg*) attribute_hidden; +extern bool_t xdr_cryptkeyarg2_internal (XDR *, cryptkeyarg2*) + attribute_hidden; +extern bool_t xdr_key_netstres_internal (XDR *, key_netstres*) + attribute_hidden; +extern bool_t xdr_key_netstarg_internal (XDR *, key_netstarg*) + attribute_hidden; +extern bool_t xdr_netnamestr_internal (XDR *, netnamestr*) attribute_hidden; +extern bool_t xdr_unixcred_internal (XDR *, unixcred*) attribute_hidden; diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index 2d02ff2096..9a22082287 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -5,4 +5,8 @@ libc_hidden_proto (pmap_getport) libc_hidden_proto (pmap_set) libc_hidden_proto (pmap_unset) +/* Defined in pm_getport.c. */ +extern int __get_socket (struct sockaddr_in *saddr) + attribute_hidden internal_function; + #endif diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h index e50d5e0c79..902faba019 100644 --- a/include/rpc/pmap_prot.h +++ b/include/rpc/pmap_prot.h @@ -1,5 +1,7 @@ #include -extern bool_t xdr_pmap_internal (XDR *__xdrs, struct pmap *__regs); -extern bool_t xdr_pmaplist_internal (XDR *__xdrs, struct pmaplist **__rp); +extern bool_t xdr_pmap_internal (XDR *__xdrs, struct pmap *__regs) + attribute_hidden; +extern bool_t xdr_pmaplist_internal (XDR *__xdrs, struct pmaplist **__rp) + attribute_hidden; diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h index f8e586c27e..63e41cab28 100644 --- a/include/rpc/pmap_rmt.h +++ b/include/rpc/pmap_rmt.h @@ -1,5 +1,7 @@ #include extern bool_t xdr_rmtcall_args_internal (XDR *__xdrs, - struct rmtcallargs *__crp); -extern bool_t xdr_rmtcallres_internal (XDR *__xdrs, struct rmtcallres *__crp); + struct rmtcallargs *__crp) + attribute_hidden; +extern bool_t xdr_rmtcallres_internal (XDR *__xdrs, struct rmtcallres *__crp) + attribute_hidden; diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index ab43f83dcb..e10d53e3b1 100644 --- a/include/rpc/xdr.h +++ b/include/rpc/xdr.h @@ -1,36 +1,54 @@ #include -extern bool_t xdr_void_internal (void); -extern bool_t xdr_bool_internal (XDR *__xdrs, bool_t *__bp); -extern bool_t xdr_u_hyper_internal (XDR *__xdrs, u_quad_t *__ullp); -extern bool_t xdr_u_long_internal (XDR *__xdrs, u_long *__ulp); -extern bool_t xdr_u_int_internal (XDR *__xdrs, u_int *__up); -extern bool_t xdr_u_short_internal (XDR *__xdrs, u_short *__usp); -extern bool_t xdr_hyper_internal (XDR *__xdrs, quad_t *__ullp); -extern bool_t xdr_long_internal (XDR *__xdrs, long *__ulp); -extern bool_t xdr_int_internal (XDR *__xdrs, int *__up); -extern bool_t xdr_short_internal (XDR *__xdrs, short *__usp); -extern bool_t xdr_enum_internal (XDR *__xdrs, enum_t *__ep); +extern bool_t xdr_void_internal (void) attribute_hidden; +extern bool_t xdr_bool_internal (XDR *__xdrs, bool_t *__bp) attribute_hidden; +extern bool_t xdr_u_hyper_internal (XDR *__xdrs, u_quad_t *__ullp) + attribute_hidden; +extern bool_t xdr_u_long_internal (XDR *__xdrs, u_long *__ulp) + attribute_hidden; +extern bool_t xdr_u_int_internal (XDR *__xdrs, u_int *__up) + attribute_hidden; +extern bool_t xdr_u_short_internal (XDR *__xdrs, u_short *__usp) + attribute_hidden; +extern bool_t xdr_hyper_internal (XDR *__xdrs, quad_t *__ullp) + attribute_hidden; +extern bool_t xdr_long_internal (XDR *__xdrs, long *__ulp) + attribute_hidden; +extern bool_t xdr_int_internal (XDR *__xdrs, int *__up) + attribute_hidden; +extern bool_t xdr_short_internal (XDR *__xdrs, short *__usp) + attribute_hidden; +extern bool_t xdr_enum_internal (XDR *__xdrs, enum_t *__ep) + attribute_hidden; extern bool_t xdr_union_internal (XDR *__xdrs, enum_t *__dscmp, char *__unp, const struct xdr_discrim *choices, - xdrproc_t dfault); + xdrproc_t dfault) attribute_hidden; extern bool_t xdr_string_internal (XDR *__xdrs, char **__cpp, u_int __maxsize); extern bool_t xdr_array_internal (XDR * _xdrs, caddr_t *__addrp, u_int *__sizep, u_int __maxsize, - u_int __elsize, xdrproc_t __elproc); + u_int __elsize, xdrproc_t __elproc) + attribute_hidden; extern bool_t xdr_reference_internal (XDR *__xdrs, caddr_t *__xpp, - u_int __size, xdrproc_t __proc); + u_int __size, xdrproc_t __proc) + attribute_hidden; extern bool_t xdr_bytes_internal (XDR *xdrs, char **cpp, u_int *sizep, - u_int maxsize); -extern bool_t xdr_netobj_internal (XDR *__xdrs, struct netobj *__np); -extern bool_t xdr_opaque_internal (XDR *__xdrs, caddr_t __cp, u_int __cnt); + u_int maxsize) attribute_hidden; +extern bool_t xdr_netobj_internal (XDR *__xdrs, struct netobj *__np) + attribute_hidden; +extern bool_t xdr_opaque_internal (XDR *__xdrs, caddr_t __cp, u_int __cnt) + attribute_hidden; extern void xdrrec_create_internal (XDR *__xdrs, u_int __sendsize, u_int __recvsize, caddr_t __tcp_handle, int (*__readit) (char *, char *, int), - int (*__writeit) (char *, char *, int)); -extern void xdrmem_create_internal (XDR *, const caddr_t, u_int, enum xdr_op); -extern bool_t xdrrec_endofrecord_internal (XDR *__xdrs, bool_t __sendnow); -extern bool_t xdrrec_skiprecord_internal (XDR *__xdrs); -extern bool_t xdrrec_eof_internal (XDR *__xdrs); + int (*__writeit) (char *, char *, int)) + attribute_hidden; +extern void xdrmem_create_internal (XDR *, const caddr_t, u_int, enum xdr_op) + attribute_hidden; +extern bool_t xdrrec_endofrecord_internal (XDR *__xdrs, bool_t __sendnow) + attribute_hidden; +extern bool_t xdrrec_skiprecord_internal (XDR *__xdrs) + attribute_hidden; +extern bool_t xdrrec_eof_internal (XDR *__xdrs) + attribute_hidden; libc_hidden_proto (xdrstdio_create) diff --git a/include/rpcsvc/nis_callback.h b/include/rpcsvc/nis_callback.h new file mode 100644 index 0000000000..dfa9cd3ef7 --- /dev/null +++ b/include/rpcsvc/nis_callback.h @@ -0,0 +1,7 @@ +#ifndef _RPCSVC_NIS_CALLBACK_H +#include + +libnsl_hidden_proto (xdr_obj_p) +libnsl_hidden_proto (xdr_cback_data) + +#endif diff --git a/include/rpcsvc/nislib.h b/include/rpcsvc/nislib.h index 9c2be0e811..635c513e4d 100644 --- a/include/rpcsvc/nislib.h +++ b/include/rpcsvc/nislib.h @@ -42,4 +42,6 @@ libnsl_hidden_proto (__nis_default_group) libnsl_hidden_proto (__nis_default_access) libnsl_hidden_proto (nis_clone_object) +extern const_nis_name __nis_domain_of (const_nis_name) __THROW; + #endif diff --git a/include/rpcsvc/yp.h b/include/rpcsvc/yp.h index cc4e00fd0b..04a973eae7 100644 --- a/include/rpcsvc/yp.h +++ b/include/rpcsvc/yp.h @@ -14,5 +14,13 @@ libnsl_hidden_proto (xdr_ypresp_all) libnsl_hidden_proto (xdr_yppush_status) libnsl_hidden_proto (xdr_ypbind_resptype) libnsl_hidden_proto (xdr_ypbind_binding) +libnsl_hidden_proto (xdr_ypreq_nokey) +libnsl_hidden_proto (xdr_ypmaplist) +libnsl_hidden_proto (xdr_ypreq_key) +libnsl_hidden_proto (xdr_ypresp_val) +libnsl_hidden_proto (xdr_ypresp_maplist) +libnsl_hidden_proto (xdr_ypresp_order) +libnsl_hidden_proto (xdr_ypbind_resp) +libnsl_hidden_proto (xdr_ypresp_master) #endif diff --git a/include/rpcsvc/ypupd.h b/include/rpcsvc/ypupd.h index 68116e629f..7601971512 100644 --- a/include/rpcsvc/ypupd.h +++ b/include/rpcsvc/ypupd.h @@ -2,5 +2,7 @@ #include libnsl_hidden_proto (xdr_yp_buf) +libnsl_hidden_proto (xdr_ypdelete_args) +libnsl_hidden_proto (xdr_ypupdate_args) #endif diff --git a/include/sched.h b/include/sched.h index 4a142c69af..7b057ea833 100644 --- a/include/sched.h +++ b/include/sched.h @@ -10,6 +10,7 @@ extern int __sched_setscheduler (__pid_t __pid, int __policy, libc_hidden_proto (__sched_setscheduler) extern int __sched_getscheduler (__pid_t __pid); extern int __sched_yield (void); +libc_hidden_proto (__sched_yield) extern int __sched_get_priority_max (int __algorithm); extern int __sched_get_priority_min (int __algorithm); extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t); diff --git a/include/signal.h b/include/signal.h index 104ea8f83a..6bbfbcf808 100644 --- a/include/signal.h +++ b/include/signal.h @@ -26,6 +26,9 @@ extern int __sigprocmask (int __how, __const sigset_t *__set, sigset_t *__oset); extern int __sigsuspend (__const sigset_t *__set); libc_hidden_proto (__sigsuspend) +#ifndef NO_CANCELLATION +extern int __sigsuspend_nocancel (__const sigset_t *__set) attribute_hidden; +#endif extern int __sigwait (__const sigset_t *__set, int *__sig); libc_hidden_proto (__sigwait) extern int __sigwaitinfo (__const sigset_t *__set, siginfo_t *__info); @@ -48,6 +51,9 @@ extern int __sigpause (int sig_or_mask, int is_sig); extern int __default_sigpause (int mask); extern int __xpg_sigpause (int sig); +/* Simplified sigemptyset() implementation without the parameter checking. */ +#undef __sigemptyset +#define __sigemptyset(ss) (__builtin_memset (ss, '\0', sizeof (sigset_t)), 0) /* Allocate real-time signal with highest/lowest available priority. */ diff --git a/include/stdio.h b/include/stdio.h index 0c1e8fca10..e040380d79 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -38,6 +38,8 @@ extern int __printf_chk (int, const char *, ...); extern int __fprintf_chk (FILE *, int, const char *, ...); extern int __vprintf_chk (int, const char *, _G_va_list); extern int __vfprintf_chk (FILE *, int, const char *, _G_va_list); +extern char *__fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp); +extern char *__fgets_chk (char *buf, size_t size, int n, FILE *fp); /* Prototypes for compatibility functions. */ extern FILE *__new_tmpfile (void); @@ -77,6 +79,8 @@ extern int __ftrylockfile (FILE *__stream); extern int __getc_unlocked (FILE *__fp); extern wint_t __getwc_unlocked (FILE *__fp); +extern int __fxprintf (FILE *__fp, const char *__fmt, ...) + __attribute__ ((__format__ (__printf__, 2, 3))); extern __const char *__const _sys_errlist_internal[] attribute_hidden; extern int _sys_nerr_internal attribute_hidden; @@ -124,6 +128,7 @@ libc_hidden_proto (open_memstream) libc_hidden_proto (__libc_fatal) libc_hidden_proto (__vsprintf_chk) libc_hidden_proto (__vsnprintf_chk) +libc_hidden_proto (__vfprintf_chk) # if !defined NOT_IN_libc && defined SHARED && defined DO_VERSIONING \ && defined HAVE_VISIBILITY_ATTRIBUTE && !defined HAVE_BROKEN_ALIAS_ATTRIBUTE\ diff --git a/include/stdlib.h b/include/stdlib.h index 7723bf6856..27111b8a85 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -10,6 +10,8 @@ /* Now define the internal interfaces. */ #ifndef __Need_M_And_C +__BEGIN_DECLS + extern __typeof (strtol_l) __strtol_l; extern __typeof (strtoul_l) __strtoul_l; extern __typeof (strtoll_l) __strtoll_l; @@ -23,10 +25,6 @@ libc_hidden_proto (abort) libc_hidden_proto (getenv) libc_hidden_proto (bsearch) libc_hidden_proto (qsort) -libc_hidden_proto (ecvt_r) -libc_hidden_proto (fcvt_r) -libc_hidden_proto (qecvt_r) -libc_hidden_proto (qfcvt_r) libc_hidden_proto (lrand48_r) libc_hidden_proto (wctomb) libc_hidden_proto (__secure_getenv) @@ -95,8 +93,8 @@ extern int __cxa_atexit_internal (void (*func) (void *), void *arg, void *d) extern void __cxa_finalize (void *d); -extern int __posix_memalign (void **memptr, size_t alignment, size_t size) - __attribute_malloc__; +extern int __posix_memalign (void **memptr, size_t alignment, size_t size); + extern void *__libc_memalign (size_t alignment, size_t size) __attribute_malloc__; @@ -142,48 +140,70 @@ libc_hidden_proto (____strtoul_l_internal) libc_hidden_proto (____strtoull_l_internal) extern __inline double -__strtod_l (__const char *__restrict __nptr, char **__restrict __endptr, - __locale_t __loc) +__NTH (__strtod_l (__const char *__restrict __nptr, char **__restrict __endptr, + __locale_t __loc)) { return ____strtod_l_internal (__nptr, __endptr, 0, __loc); } extern __inline long int -__strtol_l (__const char *__restrict __nptr, char **__restrict __endptr, - int __base, __locale_t __loc) +__NTH (__strtol_l (__const char *__restrict __nptr, char **__restrict __endptr, + int __base, __locale_t __loc)) { return ____strtol_l_internal (__nptr, __endptr, __base, 0, __loc); } extern __inline unsigned long int -__strtoul_l (__const char *__restrict __nptr, char **__restrict __endptr, - int __base, __locale_t __loc) +__NTH (__strtoul_l (__const char *__restrict __nptr, + char **__restrict __endptr, int __base, __locale_t __loc)) { return ____strtoul_l_internal (__nptr, __endptr, __base, 0, __loc); } extern __inline float -__strtof_l (__const char *__restrict __nptr, char **__restrict __endptr, - __locale_t __loc) +__NTH (__strtof_l (__const char *__restrict __nptr, char **__restrict __endptr, + __locale_t __loc)) { return ____strtof_l_internal (__nptr, __endptr, 0, __loc); } extern __inline long double -__strtold_l (__const char *__restrict __nptr, char **__restrict __endptr, - __locale_t __loc) +__NTH (__strtold_l (__const char *__restrict __nptr, + char **__restrict __endptr, __locale_t __loc)) { return ____strtold_l_internal (__nptr, __endptr, 0, __loc); } __extension__ extern __inline long long int -__strtoll_l (__const char *__restrict __nptr, char **__restrict __endptr, - int __base, __locale_t __loc) +__NTH (__strtoll_l (__const char *__restrict __nptr, + char **__restrict __endptr, int __base, __locale_t __loc)) { return ____strtoll_l_internal (__nptr, __endptr, __base, 0, __loc); } __extension__ extern __inline unsigned long long int -__strtoull_l (__const char * __restrict __nptr, char **__restrict __endptr, - int __base, __locale_t __loc) +__NTH (__strtoull_l (__const char * __restrict __nptr, + char **__restrict __endptr, int __base, __locale_t __loc)) { return ____strtoull_l_internal (__nptr, __endptr, __base, 0, __loc); } +extern char *__ecvt (double __value, int __ndigit, int *__restrict __decpt, + int *__restrict __sign); +extern char *__fcvt (double __value, int __ndigit, int *__restrict __decpt, + int *__restrict __sign); +extern char *__gcvt (double __value, int __ndigit, char *__buf); +extern int __ecvt_r (double __value, int __ndigit, int *__restrict __decpt, + int *__restrict __sign, char *__restrict __buf, + size_t __len); +extern int __fcvt_r (double __value, int __ndigit, int *__restrict __decpt, + int *__restrict __sign, char *__restrict __buf, + size_t __len); +extern char *__qecvt (long double __value, int __ndigit, + int *__restrict __decpt, int *__restrict __sign); +extern char *__qfcvt (long double __value, int __ndigit, + int *__restrict __decpt, int *__restrict __sign); +extern char *__qgcvt (long double __value, int __ndigit, char *__buf); +extern int __qecvt_r (long double __value, int __ndigit, + int *__restrict __decpt, int *__restrict __sign, + char *__restrict __buf, size_t __len); +extern int __qfcvt_r (long double __value, int __ndigit, + int *__restrict __decpt, int *__restrict __sign, + char *__restrict __buf, size_t __len); # ifndef NOT_IN_libc # undef MB_CUR_MAX @@ -194,9 +214,11 @@ __strtoull_l (__const char * __restrict __nptr, char **__restrict __endptr, #endif -extern void * __default_morecore (ptrdiff_t); +extern void *__default_morecore (ptrdiff_t) __THROW; libc_hidden_proto (__default_morecore) +__END_DECLS + #undef __Need_M_And_C #endif /* include/stdlib.h */ diff --git a/include/string.h b/include/string.h index 738dd8e27c..c196007dcb 100644 --- a/include/string.h +++ b/include/string.h @@ -83,6 +83,7 @@ libc_hidden_proto (__strxfrm_l) libc_hidden_proto (__strtok_r) extern char *__strsep_g (char **__stringp, __const char *__delim); libc_hidden_proto (__strsep_g) +libc_hidden_proto (strnlen) libc_hidden_builtin_proto (memchr) libc_hidden_builtin_proto (memcpy) diff --git a/include/stub-tag.h b/include/stub-tag.h index 3004d6f429..d4d10c8341 100644 --- a/include/stub-tag.h +++ b/include/stub-tag.h @@ -1,5 +1,4 @@ /* This header is included into every file that declares a stub function. - * The build process looks for this header in .d files to decide whether - * or not it needs to scan the corresponding .c file for entries to add to - * . - */ + It is obsolete now, but hasn't died to avoid removing all those + #include's. Every such file should use the `stub_warning' macro for + each of its functions, and that is sufficient. */ diff --git a/include/stubs-biarch.h b/include/stubs-biarch.h new file mode 100644 index 0000000000..fc086bd894 --- /dev/null +++ b/include/stubs-biarch.h @@ -0,0 +1,12 @@ +/* This file selects the right generated file of `__stub_FUNCTION' macros + based on the architecture being compiled for. */ + +#include + +#if __WORDSIZE == 32 +# include +#elif __WORDSIZE == 64 +# include +#else +# error "unexpected value for __WORDSIZE macro" +#endif diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h index 8ba980477d..cd0750b452 100644 --- a/include/sys/cdefs.h +++ b/include/sys/cdefs.h @@ -2,6 +2,12 @@ #include +/* The compiler will optimize based on the knowledge the parameter is + not NULL. This will omit tests. A robust implementation cannot allow + this so when compiling glibc itself we ignore this attribute. */ +#undef __nonnull +#define __nonnull(params) + extern void __chk_fail (void) __attribute__ ((__noreturn__)); libc_hidden_proto (__chk_fail) rtld_hidden_proto (__chk_fail) diff --git a/include/sys/mman.h b/include/sys/mman.h index 14e757892e..a4687b30f7 100644 --- a/include/sys/mman.h +++ b/include/sys/mman.h @@ -11,5 +11,8 @@ extern int __mprotect (void *__addr, size_t __len, int __prot); /* This one is Linux specific. */ extern void *__mremap (void *__addr, size_t __old_len, - size_t __new_len, int __may_move); + size_t __new_len, int __flags, ...); + +libc_hidden_proto (madvise); + #endif diff --git a/include/sys/msg.h b/include/sys/msg.h index 02bb9aefd0..03e17f915e 100644 --- a/include/sys/msg.h +++ b/include/sys/msg.h @@ -1,8 +1,8 @@ #ifndef _SYS_MSG_H #include -extern int __libc_msgrcv (int msqid, void *msgp, size_t msgsz, long int msgtyp, - int msgflg); +extern ssize_t __libc_msgrcv (int msqid, void *msgp, size_t msgsz, + long int msgtyp, int msgflg); extern int __libc_msgsnd (int msqid, const void *msgp, size_t msgsz, int msgflg); diff --git a/include/sys/sendfile.h b/include/sys/sendfile.h new file mode 100644 index 0000000000..abe09769cc --- /dev/null +++ b/include/sys/sendfile.h @@ -0,0 +1 @@ +#include diff --git a/include/sys/socket.h b/include/sys/socket.h index 937909a125..0a226726aa 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -59,6 +59,14 @@ extern int __connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len); extern int __connect_internal (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len) attribute_hidden; +/* Read N bytes into BUF from socket FD. + Returns the number read or -1 for errors. + + This function is a cancellation point and therefore not marked with + __THROW. */ +extern ssize_t __recv (int __fd, void *__buf, size_t __n, int __flags) + attribute_hidden; + /* Send N bytes of BUF on socket FD to peer at address ADDR (which is ADDR_LEN bytes long). Returns the number sent, or -1 for errors. */ extern ssize_t __libc_sendto (int __fd, __const void *__buf, size_t __n, diff --git a/include/sys/stat.h b/include/sys/stat.h index 2e2566d9ef..66898b1760 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -29,6 +29,10 @@ extern __inline__ int __mknod (__const char *__path, __mode_t __mode, { return __xmknod (_MKNOD_VER, __path, __mode, &__dev); } +libc_hidden_proto (__xmknodat) + +libc_hidden_proto (__fxstatat) +libc_hidden_proto (__fxstatat64) /* The `stat', `fstat', `lstat' functions have to be handled special since diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h index e126bcb0e9..d33055a2b3 100644 --- a/include/sys/sysinfo.h +++ b/include/sys/sysinfo.h @@ -15,4 +15,7 @@ extern long int __get_phys_pages (void); /* Return number of available physical pages of memory in the system. */ extern long int __get_avphys_pages (void); +/* Return maximum number of processes this real user ID can have. */ +extern long int __get_child_max (void); + #endif /* sys/sysinfo.h */ diff --git a/include/sys/syslog.h b/include/sys/syslog.h index e018225333..8b0d59dad6 100644 --- a/include/sys/syslog.h +++ b/include/sys/syslog.h @@ -2,3 +2,8 @@ libc_hidden_proto (syslog) libc_hidden_proto (vsyslog) + +extern void __vsyslog_chk (int __pri, int __flag, __const char *__fmt, + __gnuc_va_list __ap) + __attribute__ ((__format__ (__printf__, 3, 0))); +libc_hidden_proto (__vsyslog_chk) diff --git a/include/sys/time.h b/include/sys/time.h index c70396f04e..ec4055276e 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -20,6 +20,7 @@ extern int __setitimer (enum __itimer_which __which, attribute_hidden; extern int __utimes (__const char *__file, const struct timeval __tvp[2]) attribute_hidden; +extern int __futimes (int fd, __const struct timeval tvp[2]) attribute_hidden; #ifndef NOT_IN_libc # define __gettimeofday(tv, tz) INTUSE(__gettimeofday) (tv, tz) diff --git a/include/sys/xattr.h b/include/sys/xattr.h new file mode 100644 index 0000000000..64f8f56809 --- /dev/null +++ b/include/sys/xattr.h @@ -0,0 +1 @@ +#include diff --git a/include/time.h b/include/time.h index 795eb5f504..d71f985014 100644 --- a/include/time.h +++ b/include/time.h @@ -5,6 +5,8 @@ # include